summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generators/datageneration.ipynb39336
-rw-r--r--index.html1
-rw-r--r--static/corpus.js2
-rw-r--r--static/full_corpus.js1
-rw-r--r--static/script.js17
5 files changed, 19707 insertions, 19650 deletions
diff --git a/generators/datageneration.ipynb b/generators/datageneration.ipynb
index 9d3067f..13695b6 100644
--- a/generators/datageneration.ipynb
+++ b/generators/datageneration.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
- "execution_count": 82,
+ "execution_count": 20,
"id": "e1b17564-0abb-41c5-8cf4-7200b014550f",
"metadata": {},
"outputs": [
@@ -32,7 +32,7 @@
},
{
"cell_type": "code",
- "execution_count": 83,
+ "execution_count": 21,
"id": "27488c82-1e9b-4873-9e6b-e0b5937fc51d",
"metadata": {},
"outputs": [],
@@ -75,7 +75,7 @@
},
{
"cell_type": "code",
- "execution_count": 84,
+ "execution_count": 22,
"id": "445789e7-3808-4a28-9df5-9a69313cb4c2",
"metadata": {},
"outputs": [],
@@ -88,7 +88,7 @@
},
{
"cell_type": "code",
- "execution_count": 89,
+ "execution_count": 23,
"id": "64ccaf3d-9743-49ed-b10b-d7b3e70e0235",
"metadata": {},
"outputs": [],
@@ -120,7 +120,7 @@
},
{
"cell_type": "code",
- "execution_count": 90,
+ "execution_count": 24,
"id": "def43999-d789-4e5c-bb27-4fd29074c875",
"metadata": {},
"outputs": [],
@@ -152,7 +152,7 @@
},
{
"cell_type": "code",
- "execution_count": 91,
+ "execution_count": 25,
"id": "1c8175f2-817e-45ab-af0b-5ea7ee7a5dc9",
"metadata": {},
"outputs": [],
@@ -180,19 +180,42 @@
},
{
"cell_type": "code",
- "execution_count": 96,
- "id": "1f2cca38-5d1a-421e-9bcc-09d68880c6f1",
+ "execution_count": 42,
+ "id": "8e90da63-67cf-4738-b9c8-2bc49e9fb582",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "word_corpus = json.loads(json.dumps(corpus))\n",
+ "for i, groups in enumerate(corpus):\n",
+ " for j, group in enumerate(groups['groups']):\n",
+ " for k, clue in enumerate(group['clues']):\n",
+ " full_word = clue[0]\n",
+ " if groups['name'] == 'suffixes':\n",
+ " full_word = clue[0] + group['answer']\n",
+ " elif groups['name'] == 'prefixes':\n",
+ " full_word = group['answer'] + clue[0]\n",
+ " word_corpus[i]['groups'][j]['clues'][k] = [clue[0], [i,j,k]]\n",
+ " corpus[i]['groups'][j]['clues'][k] = corpus[i]['groups'][j]['clues'][k][:2] + (full_word,)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 43,
+ "id": "fd0f294a-4264-4208-82b4-7a4157366e81",
"metadata": {},
"outputs": [],
"source": [
"with open('../static/corpus.js', 'w') as f:\n",
" f.write('var corpus = ')\n",
+ " json.dump(word_corpus, f)\n",
+ "with open('../static/full_corpus.js', 'w') as f:\n",
+ " f.write('var fullCorpus = ')\n",
" json.dump(corpus, f)"
]
},
{
"cell_type": "code",
- "execution_count": 93,
+ "execution_count": 28,
"id": "589f6645-3a52-40ad-9899-717ea7614d00",
"metadata": {},
"outputs": [
@@ -202,7 +225,7 @@
"'an infective disease caused by sporozoan parasites that are transmitted through the bite of an infected Anopheles mosquito; marked by paroxysms of chills and fever'"
]
},
- "execution_count": 93,
+ "execution_count": 28,
"metadata": {},
"output_type": "execute_result"
}
@@ -213,17 +236,17 @@
},
{
"cell_type": "code",
- "execution_count": 94,
+ "execution_count": 29,
"id": "8faeb5ee-e1ff-4571-91bf-178cdc7d29f7",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
- "[194, 214, 6853, 437, 6424, 3569]"
+ "[194, 214, 6853, 437, 6421, 3569]"
]
},
- "execution_count": 94,
+ "execution_count": 29,
"metadata": {},
"output_type": "execute_result"
}
@@ -234,7 +257,7 @@
},
{
"cell_type": "code",
- "execution_count": 95,
+ "execution_count": 30,
"id": "b8d12e1a-757f-4d87-9374-e7eb656f30d4",
"metadata": {},
"outputs": [
@@ -6496,497 +6519,505 @@
" {'name': 'verbs',\n",
" 'groups': [{'answer': 'abandoned',\n",
" 'hint': 'synonyms for abandoned',\n",
- " 'clues': [('desolate',\n",
+ " 'clues': [('abandon', 'forsake, leave behind'),\n",
+ " ('empty', 'leave behind empty; move out of'),\n",
+ " ('desert',\n",
" 'leave someone who needs or counts on you; leave in the lurch'),\n",
" ('give up', 'stop maintaining or insisting on; of ideas or claims'),\n",
" ('vacate', 'leave behind empty; move out of'),\n",
- " ('empty', 'leave behind empty; move out of'),\n",
- " ('abandon', 'forsake, leave behind'),\n",
" ('forsake',\n",
" 'leave someone who needs or counts on you; leave in the lurch'),\n",
- " ('desert',\n",
+ " ('desolate',\n",
" 'leave someone who needs or counts on you; leave in the lurch')]},\n",
" {'answer': 'abbreviated',\n",
" 'hint': 'synonyms for abbreviated',\n",
- " 'clues': [('cut', 'reduce in scope while retaining essential elements'),\n",
- " ('shorten', 'reduce in scope while retaining essential elements'),\n",
+ " 'clues': [('abridge',\n",
+ " 'reduce in scope while retaining essential elements'),\n",
" ('reduce', 'reduce in scope while retaining essential elements'),\n",
- " ('foreshorten', 'reduce in scope while retaining essential elements'),\n",
- " ('contract', 'reduce in scope while retaining essential elements'),\n",
" ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
- " ('abridge', 'reduce in scope while retaining essential elements')]},\n",
+ " ('shorten', 'reduce in scope while retaining essential elements'),\n",
+ " ('contract', 'reduce in scope while retaining essential elements'),\n",
+ " ('cut', 'reduce in scope while retaining essential elements'),\n",
+ " ('foreshorten', 'reduce in scope while retaining essential elements')]},\n",
" {'answer': 'abducting',\n",
" 'hint': 'synonyms for abducting',\n",
- " 'clues': [('kidnap',\n",
- " 'take away to an undisclosed location against their will and usually in order to extract a ransom'),\n",
- " ('abduct',\n",
+ " 'clues': [('abduct',\n",
" 'take away to an undisclosed location against their will and usually in order to extract a ransom'),\n",
" ('snatch',\n",
" 'take away to an undisclosed location against their will and usually in order to extract a ransom'),\n",
" ('nobble',\n",
+ " 'take away to an undisclosed location against their will and usually in order to extract a ransom'),\n",
+ " ('kidnap',\n",
" 'take away to an undisclosed location against their will and usually in order to extract a ransom')]},\n",
" {'answer': 'abiding',\n",
" 'hint': 'synonyms for abiding',\n",
- " 'clues': [('stand', 'put up with something or somebody unpleasant'),\n",
- " ('abide', 'dwell'),\n",
- " ('bear', 'put up with something or somebody unpleasant'),\n",
- " ('stick out', 'put up with something or somebody unpleasant'),\n",
- " ('suffer', 'put up with something or somebody unpleasant'),\n",
- " ('put up', 'put up with something or somebody unpleasant'),\n",
- " ('tolerate', 'put up with something or somebody unpleasant'),\n",
+ " 'clues': [('tolerate', 'put up with something or somebody unpleasant'),\n",
" ('endure', 'put up with something or somebody unpleasant'),\n",
- " ('digest', 'put up with something or somebody unpleasant'),\n",
+ " ('bide', 'dwell'),\n",
+ " ('stand', 'put up with something or somebody unpleasant'),\n",
" ('stay', 'dwell'),\n",
+ " ('put up', 'put up with something or somebody unpleasant'),\n",
" ('support', 'put up with something or somebody unpleasant'),\n",
+ " ('digest', 'put up with something or somebody unpleasant'),\n",
+ " ('stick out', 'put up with something or somebody unpleasant'),\n",
+ " ('brook', 'put up with something or somebody unpleasant'),\n",
+ " ('bear', 'put up with something or somebody unpleasant'),\n",
" ('stomach', 'put up with something or somebody unpleasant'),\n",
- " ('brook', 'put up with something or somebody unpleasant')]},\n",
+ " ('suffer', 'put up with something or somebody unpleasant')]},\n",
" {'answer': 'abridged',\n",
" 'hint': 'synonyms for abridged',\n",
- " 'clues': [('cut', 'reduce in scope while retaining essential elements'),\n",
- " ('abridge', 'lessen, diminish, or curtail'),\n",
- " ('shorten', 'reduce in scope while retaining essential elements'),\n",
+ " 'clues': [('abridge',\n",
+ " 'reduce in scope while retaining essential elements'),\n",
" ('reduce', 'reduce in scope while retaining essential elements'),\n",
- " ('foreshorten', 'reduce in scope while retaining essential elements'),\n",
+ " ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
+ " ('shorten', 'reduce in scope while retaining essential elements'),\n",
" ('contract', 'reduce in scope while retaining essential elements'),\n",
- " ('abbreviate', 'reduce in scope while retaining essential elements')]},\n",
+ " ('cut', 'reduce in scope while retaining essential elements'),\n",
+ " ('foreshorten', 'reduce in scope while retaining essential elements')]},\n",
" {'answer': 'absolved',\n",
" 'hint': 'synonyms for absolved',\n",
" 'clues': [('absolve', 'grant remission of a sin to'),\n",
- " ('shrive', 'grant remission of a sin to'),\n",
+ " ('justify', 'let off the hook'),\n",
" ('free', 'let off the hook'),\n",
- " ('justify', 'let off the hook')]},\n",
+ " ('shrive', 'grant remission of a sin to')]},\n",
" {'answer': 'absorbed',\n",
" 'hint': 'synonyms for absorbed',\n",
- " 'clues': [('absorb', \"consume all of one's attention or time\"),\n",
+ " 'clues': [('absorb', 'become imbued'),\n",
+ " ('steep', 'devote (oneself) fully to'),\n",
+ " ('immerse', 'devote (oneself) fully to'),\n",
" ('soak up', 'take in, also metaphorically'),\n",
- " ('engulf', 'devote (oneself) fully to'),\n",
+ " ('plunge', 'devote (oneself) fully to'),\n",
+ " ('engage', \"consume all of one's attention or time\"),\n",
+ " ('draw', 'take in, also metaphorically'),\n",
+ " ('engross', \"consume all of one's attention or time\"),\n",
+ " ('take in', 'suck or take up or in'),\n",
" ('take up', 'take in, also metaphorically'),\n",
- " ('imbibe', 'take in, also metaphorically'),\n",
+ " ('assimilate', 'take up mentally'),\n",
+ " ('sop up', 'take in, also metaphorically'),\n",
" ('suck', 'take in, also metaphorically'),\n",
- " ('engross', \"consume all of one's attention or time\"),\n",
- " ('immerse', 'devote (oneself) fully to'),\n",
" ('take over', 'take up, as of debts or payments'),\n",
+ " ('engulf', 'devote (oneself) fully to'),\n",
+ " ('imbibe', 'take in, also metaphorically'),\n",
" ('ingest', 'take up mentally'),\n",
- " ('steep', 'devote (oneself) fully to'),\n",
- " ('take in', 'suck or take up or in'),\n",
- " ('engage', \"consume all of one's attention or time\"),\n",
- " ('plunge', 'devote (oneself) fully to'),\n",
- " ('sop up', 'take in, also metaphorically'),\n",
- " ('assimilate', 'take up mentally'),\n",
- " ('occupy', \"consume all of one's attention or time\"),\n",
- " ('draw', 'take in, also metaphorically'),\n",
- " ('suck up', 'take in, also metaphorically')]},\n",
+ " ('suck up', 'take in, also metaphorically'),\n",
+ " ('occupy', \"consume all of one's attention or time\")]},\n",
" {'answer': 'absorbing',\n",
" 'hint': 'synonyms for absorbing',\n",
- " 'clues': [('absorb', \"consume all of one's attention or time\"),\n",
+ " 'clues': [('absorb', 'become imbued'),\n",
+ " ('steep', 'devote (oneself) fully to'),\n",
+ " ('immerse', 'devote (oneself) fully to'),\n",
" ('soak up', 'take in, also metaphorically'),\n",
- " ('engulf', 'devote (oneself) fully to'),\n",
+ " ('plunge', 'devote (oneself) fully to'),\n",
+ " ('engage', \"consume all of one's attention or time\"),\n",
+ " ('draw', 'take in, also metaphorically'),\n",
+ " ('engross', \"consume all of one's attention or time\"),\n",
+ " ('take in', 'suck or take up or in'),\n",
" ('take up', 'take in, also metaphorically'),\n",
- " ('imbibe', 'take in, also metaphorically'),\n",
+ " ('assimilate', 'take up mentally'),\n",
+ " ('sop up', 'take in, also metaphorically'),\n",
" ('suck', 'take in, also metaphorically'),\n",
- " ('engross', \"consume all of one's attention or time\"),\n",
- " ('immerse', 'devote (oneself) fully to'),\n",
" ('take over', 'take up, as of debts or payments'),\n",
+ " ('engulf', 'devote (oneself) fully to'),\n",
+ " ('imbibe', 'take in, also metaphorically'),\n",
" ('ingest', 'take up mentally'),\n",
- " ('steep', 'devote (oneself) fully to'),\n",
- " ('take in', 'suck or take up or in'),\n",
- " ('engage', \"consume all of one's attention or time\"),\n",
- " ('plunge', 'devote (oneself) fully to'),\n",
- " ('sop up', 'take in, also metaphorically'),\n",
- " ('assimilate', 'take up mentally'),\n",
- " ('occupy', \"consume all of one's attention or time\"),\n",
- " ('draw', 'take in, also metaphorically'),\n",
- " ('suck up', 'take in, also metaphorically')]},\n",
+ " ('suck up', 'take in, also metaphorically'),\n",
+ " ('occupy', \"consume all of one's attention or time\")]},\n",
" {'answer': 'abstract',\n",
" 'hint': 'synonyms for abstract',\n",
- " 'clues': [('pilfer', 'make off with belongings of others'),\n",
+ " 'clues': [('filch', 'make off with belongings of others'),\n",
+ " ('cabbage', 'make off with belongings of others'),\n",
+ " ('lift', 'make off with belongings of others'),\n",
+ " ('nobble', 'make off with belongings of others'),\n",
+ " ('hook', 'make off with belongings of others'),\n",
+ " ('snarf', 'make off with belongings of others'),\n",
" ('sneak', 'make off with belongings of others'),\n",
- " ('filch', 'make off with belongings of others'),\n",
+ " ('pilfer', 'make off with belongings of others'),\n",
" ('purloin', 'make off with belongings of others'),\n",
" ('swipe', 'make off with belongings of others'),\n",
- " ('pinch', 'make off with belongings of others'),\n",
- " ('hook', 'make off with belongings of others'),\n",
- " ('lift', 'make off with belongings of others'),\n",
- " ('nobble', 'make off with belongings of others'),\n",
- " ('cabbage', 'make off with belongings of others'),\n",
- " ('snarf', 'make off with belongings of others')]},\n",
+ " ('pinch', 'make off with belongings of others')]},\n",
" {'answer': 'abstracted',\n",
" 'hint': 'synonyms for abstracted',\n",
- " 'clues': [('pilfer', 'make off with belongings of others'),\n",
- " ('sneak', 'make off with belongings of others'),\n",
+ " 'clues': [('abstract',\n",
+ " 'consider apart from a particular case or instance'),\n",
" ('filch', 'make off with belongings of others'),\n",
- " ('purloin', 'make off with belongings of others'),\n",
- " ('swipe', 'make off with belongings of others'),\n",
- " ('pinch', 'make off with belongings of others'),\n",
- " ('abstract', 'give an abstract (of)'),\n",
- " ('hook', 'make off with belongings of others'),\n",
+ " ('cabbage', 'make off with belongings of others'),\n",
" ('lift', 'make off with belongings of others'),\n",
+ " ('hook', 'make off with belongings of others'),\n",
" ('nobble', 'make off with belongings of others'),\n",
- " ('cabbage', 'make off with belongings of others'),\n",
- " ('snarf', 'make off with belongings of others')]},\n",
+ " ('snarf', 'make off with belongings of others'),\n",
+ " ('sneak', 'make off with belongings of others'),\n",
+ " ('pilfer', 'make off with belongings of others'),\n",
+ " ('purloin', 'make off with belongings of others'),\n",
+ " ('swipe', 'make off with belongings of others'),\n",
+ " ('pinch', 'make off with belongings of others')]},\n",
" {'answer': 'abused',\n",
" 'hint': 'synonyms for abused',\n",
- " 'clues': [('clapperclaw', 'use foul or abusive language towards'),\n",
+ " 'clues': [('abuse',\n",
+ " 'change the inherent purpose or function of something'),\n",
+ " ('mistreat', 'treat badly'),\n",
+ " ('pervert', 'change the inherent purpose or function of something'),\n",
+ " ('ill-treat', 'treat badly'),\n",
+ " ('ill-use', 'treat badly'),\n",
" ('step', 'treat badly'),\n",
- " ('abuse', 'treat badly'),\n",
" ('shout', 'use foul or abusive language towards'),\n",
- " ('maltreat', 'treat badly'),\n",
- " ('misuse', 'change the inherent purpose or function of something'),\n",
- " ('ill-use', 'treat badly'),\n",
- " ('mistreat', 'treat badly'),\n",
" ('blackguard', 'use foul or abusive language towards'),\n",
- " ('ill-treat', 'treat badly'),\n",
- " ('pervert', 'change the inherent purpose or function of something')]},\n",
+ " ('misuse', 'change the inherent purpose or function of something'),\n",
+ " ('clapperclaw', 'use foul or abusive language towards'),\n",
+ " ('maltreat', 'treat badly')]},\n",
" {'answer': 'accelerated',\n",
" 'hint': 'synonyms for accelerated',\n",
- " 'clues': [('speed up', 'move faster'),\n",
- " ('accelerate', 'cause to move faster'),\n",
- " ('quicken', 'move faster'),\n",
- " ('speed', 'cause to move faster')]},\n",
+ " 'clues': [('accelerate', 'cause to move faster'),\n",
+ " ('speed up', 'move faster'),\n",
+ " ('speed', 'cause to move faster'),\n",
+ " ('quicken', 'move faster')]},\n",
" {'answer': 'accented',\n",
" 'hint': 'synonyms for accented',\n",
- " 'clues': [('emphasize', 'to stress, single out as important'),\n",
- " ('accent', 'put stress on; utter with an accent'),\n",
- " ('punctuate', 'to stress, single out as important'),\n",
- " ('stress', 'put stress on; utter with an accent'),\n",
- " ('accentuate', 'to stress, single out as important')]},\n",
+ " 'clues': [('accent', 'to stress, single out as important'),\n",
+ " ('emphasize', 'to stress, single out as important'),\n",
+ " ('stress', 'to stress, single out as important'),\n",
+ " ('accentuate', 'put stress on; utter with an accent'),\n",
+ " ('punctuate', 'to stress, single out as important')]},\n",
" {'answer': 'accepted',\n",
" 'hint': 'synonyms for accepted',\n",
- " 'clues': [('accept', 'receive (a report) officially, as from a committee'),\n",
- " ('take', 'be designed to hold or take'),\n",
- " ('bear', \"take on as one's own the expenses or debts of another person\"),\n",
+ " 'clues': [('accept', 'receive willingly something given or offered'),\n",
" ('consent', 'give an affirmative reply to; respond favorably to'),\n",
+ " ('have', 'receive willingly something given or offered'),\n",
+ " ('bear', \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('live with', 'tolerate or accommodate oneself to'),\n",
+ " ('take', 'be designed to hold or take'),\n",
" ('take on', 'admit into a group or community'),\n",
+ " ('swallow', 'tolerate or accommodate oneself to'),\n",
+ " ('go for', 'give an affirmative reply to; respond favorably to'),\n",
" ('take over',\n",
" \"take on as one's own the expenses or debts of another person\"),\n",
- " ('swallow', 'tolerate or accommodate oneself to'),\n",
" ('admit', 'admit into a group or community'),\n",
- " ('go for', 'give an affirmative reply to; respond favorably to'),\n",
" ('assume',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
- " ('live with', 'tolerate or accommodate oneself to'),\n",
- " ('have', 'receive willingly something given or offered')]},\n",
+ " \"take on as one's own the expenses or debts of another person\")]},\n",
" {'answer': 'accepting',\n",
" 'hint': 'synonyms for accepting',\n",
- " 'clues': [('accept', 'receive (a report) officially, as from a committee'),\n",
- " ('take', 'be designed to hold or take'),\n",
- " ('bear', \"take on as one's own the expenses or debts of another person\"),\n",
+ " 'clues': [('accept', 'receive willingly something given or offered'),\n",
" ('consent', 'give an affirmative reply to; respond favorably to'),\n",
+ " ('have', 'receive willingly something given or offered'),\n",
+ " ('bear', \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('live with', 'tolerate or accommodate oneself to'),\n",
+ " ('take', 'be designed to hold or take'),\n",
" ('take on', 'admit into a group or community'),\n",
+ " ('swallow', 'tolerate or accommodate oneself to'),\n",
+ " ('go for', 'give an affirmative reply to; respond favorably to'),\n",
" ('take over',\n",
" \"take on as one's own the expenses or debts of another person\"),\n",
- " ('swallow', 'tolerate or accommodate oneself to'),\n",
" ('admit', 'admit into a group or community'),\n",
- " ('go for', 'give an affirmative reply to; respond favorably to'),\n",
" ('assume',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
- " ('live with', 'tolerate or accommodate oneself to'),\n",
- " ('have', 'receive willingly something given or offered')]},\n",
+ " \"take on as one's own the expenses or debts of another person\")]},\n",
" {'answer': 'accommodating',\n",
" 'hint': 'synonyms for accommodating',\n",
- " 'clues': [('oblige', 'provide a service or favor for someone'),\n",
+ " 'clues': [('accommodate', 'provide housing for'),\n",
+ " ('suit', 'be agreeable or acceptable to'),\n",
+ " ('fit', 'be agreeable or acceptable to'),\n",
" ('reconcile', 'make (one thing) compatible with (another)'),\n",
- " ('accommodate', 'be agreeable or acceptable to'),\n",
- " ('hold', 'have room for; hold without crowding'),\n",
" ('adapt', 'make fit for, or change to suit a new purpose'),\n",
- " ('fit', 'be agreeable or acceptable to'),\n",
- " ('conciliate', 'make (one thing) compatible with (another)'),\n",
" ('lodge', 'provide housing for'),\n",
+ " ('conciliate', 'make (one thing) compatible with (another)'),\n",
" ('admit', 'have room for; hold without crowding'),\n",
- " ('suit', 'be agreeable or acceptable to')]},\n",
+ " ('oblige', 'provide a service or favor for someone'),\n",
+ " ('hold', 'have room for; hold without crowding')]},\n",
" {'answer': 'accompanied',\n",
" 'hint': 'synonyms for accompanied',\n",
- " 'clues': [('accompany',\n",
+ " 'clues': [('attach to',\n",
" 'be present or associated with an event or entity'),\n",
+ " ('companion', 'be a companion to somebody'),\n",
" ('keep company', 'be a companion to somebody'),\n",
- " ('come with', 'be present or associated with an event or entity'),\n",
- " ('attach to', 'be present or associated with an event or entity'),\n",
- " ('go with', 'be present or associated with an event or entity'),\n",
+ " ('accompany', 'go or travel along with'),\n",
" ('follow', 'perform an accompaniment to'),\n",
- " ('companion', 'be a companion to somebody'),\n",
- " ('play along', 'perform an accompaniment to')]},\n",
+ " ('play along', 'perform an accompaniment to'),\n",
+ " ('come with', 'be present or associated with an event or entity'),\n",
+ " ('go with', 'be present or associated with an event or entity')]},\n",
" {'answer': 'accompanying',\n",
" 'hint': 'synonyms for accompanying',\n",
- " 'clues': [('accompany',\n",
+ " 'clues': [('attach to',\n",
" 'be present or associated with an event or entity'),\n",
+ " ('companion', 'be a companion to somebody'),\n",
" ('keep company', 'be a companion to somebody'),\n",
- " ('come with', 'be present or associated with an event or entity'),\n",
- " ('attach to', 'be present or associated with an event or entity'),\n",
- " ('go with', 'be present or associated with an event or entity'),\n",
+ " ('accompany', 'go or travel along with'),\n",
" ('follow', 'perform an accompaniment to'),\n",
- " ('companion', 'be a companion to somebody'),\n",
- " ('play along', 'perform an accompaniment to')]},\n",
+ " ('play along', 'perform an accompaniment to'),\n",
+ " ('come with', 'be present or associated with an event or entity'),\n",
+ " ('go with', 'be present or associated with an event or entity')]},\n",
" {'answer': 'accomplished',\n",
" 'hint': 'synonyms for accomplished',\n",
- " 'clues': [('fulfil', 'put in effect'),\n",
+ " 'clues': [('carry out', 'put in effect'),\n",
+ " ('action', 'put in effect'),\n",
+ " ('accomplish', 'put in effect'),\n",
+ " ('fulfil', 'put in effect'),\n",
" ('achieve', 'to gain with effort'),\n",
" ('execute', 'put in effect'),\n",
- " ('carry through', 'put in effect'),\n",
" ('attain', 'to gain with effort'),\n",
" ('reach', 'to gain with effort'),\n",
- " ('accomplish', 'put in effect'),\n",
- " ('action', 'put in effect'),\n",
- " ('carry out', 'put in effect')]},\n",
+ " ('carry through', 'put in effect')]},\n",
" {'answer': 'according',\n",
" 'hint': 'synonyms for according',\n",
- " 'clues': [('agree', 'go together'),\n",
- " ('fit in', 'go together'),\n",
+ " 'clues': [('accord', 'go together'),\n",
" ('concord', 'go together'),\n",
- " ('grant', 'allow to have'),\n",
- " ('accord', 'go together'),\n",
+ " ('allot', 'allow to have'),\n",
+ " ('harmonize', 'go together'),\n",
" ('consort', 'go together'),\n",
- " ('harmonise', 'go together'),\n",
- " ('allot', 'allow to have')]},\n",
+ " ('fit in', 'go together'),\n",
+ " ('grant', 'allow to have'),\n",
+ " ('agree', 'go together')]},\n",
" {'answer': 'accumulated',\n",
" 'hint': 'synonyms for accumulated',\n",
- " 'clues': [('accumulate', 'get or gather together'),\n",
- " ('collect', 'get or gather together'),\n",
- " ('amass', 'get or gather together'),\n",
- " ('hoard', 'get or gather together'),\n",
- " ('pile up', 'collect or gather'),\n",
+ " 'clues': [('pile up', 'collect or gather'),\n",
" ('conglomerate', 'collect or gather'),\n",
- " ('compile', 'get or gather together'),\n",
+ " ('amass', 'collect or gather'),\n",
" ('roll up', 'get or gather together'),\n",
- " ('gather', 'collect or gather')]},\n",
+ " ('gather', 'collect or gather'),\n",
+ " ('cumulate', 'collect or gather'),\n",
+ " ('compile', 'get or gather together'),\n",
+ " ('collect', 'get or gather together'),\n",
+ " ('hoard', 'get or gather together')]},\n",
" {'answer': 'accursed',\n",
" 'hint': 'synonyms for accursed',\n",
- " 'clues': [('anathemize',\n",
+ " 'clues': [('execrate',\n",
" 'curse or declare to be evil or anathema or threaten with divine punishment'),\n",
" ('anathematise',\n",
" 'curse or declare to be evil or anathema or threaten with divine punishment'),\n",
" ('comminate',\n",
" 'curse or declare to be evil or anathema or threaten with divine punishment'),\n",
- " ('accurse',\n",
+ " ('anathemize',\n",
" 'curse or declare to be evil or anathema or threaten with divine punishment'),\n",
- " ('execrate',\n",
+ " ('accurse',\n",
" 'curse or declare to be evil or anathema or threaten with divine punishment')]},\n",
" {'answer': 'accusing',\n",
" 'hint': 'synonyms for accusing',\n",
- " 'clues': [('incriminate',\n",
- " 'bring an accusation against; level a charge against'),\n",
- " ('accuse', 'bring an accusation against; level a charge against'),\n",
+ " 'clues': [('accuse',\n",
+ " 'blame for, make a claim of wrongdoing or misbehavior against'),\n",
" ('impeach', 'bring an accusation against; level a charge against'),\n",
+ " ('incriminate', 'bring an accusation against; level a charge against'),\n",
" ('charge',\n",
" 'blame for, make a claim of wrongdoing or misbehavior against')]},\n",
" {'answer': 'ace',\n",
" 'hint': 'synonyms for ace',\n",
" 'clues': [('nail', 'succeed at easily'),\n",
- " ('sail through', 'succeed at easily'),\n",
- " ('breeze through', 'succeed at easily'),\n",
+ " ('sweep through', 'succeed at easily'),\n",
" ('pass with flying colors', 'succeed at easily'),\n",
- " ('sweep through', 'succeed at easily')]},\n",
+ " ('breeze through', 'succeed at easily'),\n",
+ " ('sail through', 'succeed at easily')]},\n",
" {'answer': 'aching',\n",
" 'hint': 'synonyms for aching',\n",
- " 'clues': [('ache', 'be the source of pain'),\n",
- " ('hurt', 'feel physical pain'),\n",
+ " 'clues': [('yen',\n",
+ " 'have a desire for something or someone who is not present'),\n",
+ " ('ache', 'feel physical pain'),\n",
+ " ('smart', 'be the source of pain'),\n",
" ('pine', 'have a desire for something or someone who is not present'),\n",
- " ('languish', 'have a desire for something or someone who is not present'),\n",
" ('suffer', 'feel physical pain'),\n",
- " ('smart', 'be the source of pain'),\n",
" ('yearn', 'have a desire for something or someone who is not present'),\n",
- " ('yen', 'have a desire for something or someone who is not present')]},\n",
+ " ('hurt', 'feel physical pain'),\n",
+ " ('languish',\n",
+ " 'have a desire for something or someone who is not present')]},\n",
" {'answer': 'acknowledged',\n",
" 'hint': 'synonyms for acknowledged',\n",
- " 'clues': [('recognise', 'express obligation, thanks, or gratitude for'),\n",
- " ('acknowledge', 'report the receipt of'),\n",
+ " 'clues': [('acknowledge', 'express obligation, thanks, or gratitude for'),\n",
" ('receipt', 'report the receipt of'),\n",
- " ('admit',\n",
- " 'declare to be true or admit the existence or reality or truth of'),\n",
" ('know',\n",
" 'accept (someone) to be what is claimed or accept his power and authority'),\n",
+ " ('recognise',\n",
+ " 'accept (someone) to be what is claimed or accept his power and authority'),\n",
+ " ('admit',\n",
+ " 'declare to be true or admit the existence or reality or truth of'),\n",
" ('notice',\n",
" 'express recognition of the presence or existence of, or acquaintance with')]},\n",
" {'answer': 'acquainted',\n",
" 'hint': 'synonyms for acquainted',\n",
- " 'clues': [('acquaint', 'inform'),\n",
+ " 'clues': [('familiarize', 'make familiar or conversant with'),\n",
+ " ('present', 'cause to come to know personally'),\n",
" ('introduce', 'cause to come to know personally'),\n",
- " ('familiarize', 'make familiar or conversant with'),\n",
- " ('present', 'cause to come to know personally')]},\n",
+ " ('acquaint', 'inform')]},\n",
" {'answer': 'acquired',\n",
" 'hint': 'synonyms for acquired',\n",
- " 'clues': [('assume', 'take on a certain form, attribute, or aspect'),\n",
- " ('produce',\n",
+ " 'clues': [('grow',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('evolve', 'gain through experience'),\n",
- " ('larn', 'gain knowledge or skills'),\n",
" ('acquire',\n",
- " 'locate (a moving entity) by means of a tracking system such as radar'),\n",
- " ('win', \"win something through one's efforts\"),\n",
- " ('grow',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('take', 'take on a certain form, attribute, or aspect'),\n",
- " ('develop', 'gain through experience'),\n",
+ " ('take on', 'take on a certain form, attribute, or aspect'),\n",
+ " ('assume', 'take on a certain form, attribute, or aspect'),\n",
" ('gain', \"win something through one's efforts\"),\n",
+ " ('take', 'take on a certain form, attribute, or aspect'),\n",
+ " ('adopt', 'take on a certain form, attribute, or aspect'),\n",
+ " ('larn', 'gain knowledge or skills'),\n",
+ " ('develop',\n",
+ " 'come to have or undergo a change of (physical features and attributes)'),\n",
" ('get',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('adopt', 'take on a certain form, attribute, or aspect'),\n",
- " ('take on', 'take on a certain form, attribute, or aspect')]},\n",
+ " ('evolve', 'gain through experience'),\n",
+ " ('win', \"win something through one's efforts\"),\n",
+ " ('produce',\n",
+ " 'come to have or undergo a change of (physical features and attributes)')]},\n",
" {'answer': 'acquitted',\n",
" 'hint': 'synonyms for acquitted',\n",
- " 'clues': [('acquit', 'pronounce not guilty of criminal charges'),\n",
- " ('behave', 'behave in a certain manner'),\n",
+ " 'clues': [('deport', 'behave in a certain manner'),\n",
+ " ('assoil', 'pronounce not guilty of criminal charges'),\n",
+ " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
+ " ('clear', 'pronounce not guilty of criminal charges'),\n",
+ " ('acquit', 'behave in a certain manner'),\n",
" ('discharge', 'pronounce not guilty of criminal charges'),\n",
" ('carry', 'behave in a certain manner'),\n",
+ " ('behave', 'behave in a certain manner'),\n",
" ('comport', 'behave in a certain manner'),\n",
- " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
- " ('assoil', 'pronounce not guilty of criminal charges'),\n",
" ('exculpate', 'pronounce not guilty of criminal charges'),\n",
- " ('clear', 'pronounce not guilty of criminal charges'),\n",
- " ('deport', 'behave in a certain manner'),\n",
" ('conduct', 'behave in a certain manner'),\n",
" ('bear', 'behave in a certain manner')]},\n",
" {'answer': 'acting',\n",
" 'hint': 'synonyms for acting',\n",
- " 'clues': [('represent', 'play a role or part'),\n",
- " ('act', 'have an effect or outcome; often the one desired or expected'),\n",
- " ('play', 'play a role or part'),\n",
- " ('pretend', 'behave unnaturally or affectedly'),\n",
- " ('behave',\n",
+ " 'clues': [('do',\n",
" 'behave in a certain manner; show a certain behavior; conduct or comport oneself'),\n",
- " ('work', 'have an effect or outcome; often the one desired or expected'),\n",
- " ('playact', 'perform on a stage or theater'),\n",
+ " ('act as', 'pretend to have certain qualities or state of mind'),\n",
+ " ('play', 'perform on a stage or theater'),\n",
" ('move', 'perform an action, or work out or perform (an action)'),\n",
- " ('roleplay', 'perform on a stage or theater'),\n",
+ " ('act', \"discharge one's duties\"),\n",
" ('dissemble', 'behave unnaturally or affectedly'),\n",
- " ('do',\n",
+ " ('pretend', 'behave unnaturally or affectedly'),\n",
+ " ('represent', 'play a role or part'),\n",
+ " ('work', 'have an effect or outcome; often the one desired or expected'),\n",
+ " ('behave',\n",
" 'behave in a certain manner; show a certain behavior; conduct or comport oneself'),\n",
- " ('act as', 'pretend to have certain qualities or state of mind')]},\n",
+ " ('roleplay', 'perform on a stage or theater'),\n",
+ " ('playact', 'perform on a stage or theater')]},\n",
" {'answer': 'activated',\n",
" 'hint': 'synonyms for activated',\n",
- " 'clues': [('set off', 'put in motion or move to act'),\n",
+ " 'clues': [('activate', 'make more adsorptive'),\n",
" ('spark', 'put in motion or move to act'),\n",
- " ('touch off', 'put in motion or move to act'),\n",
+ " ('trigger off', 'put in motion or move to act'),\n",
" ('aerate',\n",
" 'aerate (sewage) so as to favor the growth of organisms that decompose organic matter'),\n",
- " ('activate', 'make more adsorptive'),\n",
- " ('trip', 'put in motion or move to act'),\n",
+ " ('set off', 'put in motion or move to act'),\n",
" ('spark off', 'put in motion or move to act'),\n",
+ " ('trip', 'put in motion or move to act'),\n",
+ " ('trigger', 'put in motion or move to act'),\n",
" ('actuate', 'put in motion or move to act'),\n",
- " ('trigger off', 'put in motion or move to act'),\n",
- " ('trigger', 'put in motion or move to act')]},\n",
+ " ('touch off', 'put in motion or move to act')]},\n",
" {'answer': 'activating',\n",
" 'hint': 'synonyms for activating',\n",
- " 'clues': [('set off', 'put in motion or move to act'),\n",
+ " 'clues': [('activate', 'make more adsorptive'),\n",
" ('spark', 'put in motion or move to act'),\n",
- " ('touch off', 'put in motion or move to act'),\n",
+ " ('trigger off', 'put in motion or move to act'),\n",
" ('aerate',\n",
" 'aerate (sewage) so as to favor the growth of organisms that decompose organic matter'),\n",
- " ('activate', 'make more adsorptive'),\n",
- " ('trip', 'put in motion or move to act'),\n",
+ " ('set off', 'put in motion or move to act'),\n",
" ('spark off', 'put in motion or move to act'),\n",
+ " ('trip', 'put in motion or move to act'),\n",
+ " ('trigger', 'put in motion or move to act'),\n",
" ('actuate', 'put in motion or move to act'),\n",
- " ('trigger off', 'put in motion or move to act'),\n",
- " ('trigger', 'put in motion or move to act')]},\n",
+ " ('touch off', 'put in motion or move to act')]},\n",
" {'answer': 'actuated',\n",
" 'hint': 'synonyms for actuated',\n",
- " 'clues': [('incite', 'give an incentive for action'),\n",
- " ('set off', 'put in motion or move to act'),\n",
+ " 'clues': [('propel', 'give an incentive for action'),\n",
+ " ('incite', 'give an incentive for action'),\n",
" ('spark', 'put in motion or move to act'),\n",
- " ('propel', 'give an incentive for action'),\n",
- " ('touch off', 'put in motion or move to act'),\n",
- " ('actuate', 'give an incentive for action'),\n",
- " ('move', 'give an incentive for action'),\n",
- " ('trip', 'put in motion or move to act'),\n",
" ('prompt', 'give an incentive for action'),\n",
- " ('spark off', 'put in motion or move to act'),\n",
" ('motivate', 'give an incentive for action'),\n",
- " ('activate', 'put in motion or move to act'),\n",
" ('trigger off', 'put in motion or move to act'),\n",
- " ('trigger', 'put in motion or move to act')]},\n",
+ " ('set off', 'put in motion or move to act'),\n",
+ " ('spark off', 'put in motion or move to act'),\n",
+ " ('trip', 'put in motion or move to act'),\n",
+ " ('trigger', 'put in motion or move to act'),\n",
+ " ('activate', 'put in motion or move to act'),\n",
+ " ('actuate', 'put in motion or move to act'),\n",
+ " ('touch off', 'put in motion or move to act'),\n",
+ " ('move', 'give an incentive for action')]},\n",
" {'answer': 'actuating',\n",
" 'hint': 'synonyms for actuating',\n",
- " 'clues': [('incite', 'give an incentive for action'),\n",
- " ('set off', 'put in motion or move to act'),\n",
+ " 'clues': [('propel', 'give an incentive for action'),\n",
+ " ('incite', 'give an incentive for action'),\n",
" ('spark', 'put in motion or move to act'),\n",
- " ('propel', 'give an incentive for action'),\n",
- " ('touch off', 'put in motion or move to act'),\n",
- " ('actuate', 'give an incentive for action'),\n",
- " ('move', 'give an incentive for action'),\n",
- " ('trip', 'put in motion or move to act'),\n",
" ('prompt', 'give an incentive for action'),\n",
- " ('spark off', 'put in motion or move to act'),\n",
" ('motivate', 'give an incentive for action'),\n",
- " ('activate', 'put in motion or move to act'),\n",
" ('trigger off', 'put in motion or move to act'),\n",
- " ('trigger', 'put in motion or move to act')]},\n",
+ " ('set off', 'put in motion or move to act'),\n",
+ " ('spark off', 'put in motion or move to act'),\n",
+ " ('trip', 'put in motion or move to act'),\n",
+ " ('trigger', 'put in motion or move to act'),\n",
+ " ('activate', 'put in motion or move to act'),\n",
+ " ('actuate', 'put in motion or move to act'),\n",
+ " ('touch off', 'put in motion or move to act'),\n",
+ " ('move', 'give an incentive for action')]},\n",
" {'answer': 'adapted',\n",
" 'hint': 'synonyms for adapted',\n",
- " 'clues': [('conform',\n",
+ " 'clues': [('adjust',\n",
" 'adapt or conform oneself to new or different conditions'),\n",
- " ('adjust', 'adapt or conform oneself to new or different conditions'),\n",
" ('adapt', 'adapt or conform oneself to new or different conditions'),\n",
+ " ('conform', 'adapt or conform oneself to new or different conditions'),\n",
" ('accommodate', 'make fit for, or change to suit a new purpose')]},\n",
" {'answer': 'addressed',\n",
" 'hint': 'synonyms for addressed',\n",
- " 'clues': [('address', 'put an address on (an envelope)'),\n",
- " ('accost', 'speak to someone'),\n",
- " ('plow', 'act on verbally or in some form of artistic expression'),\n",
- " ('handle', 'act on verbally or in some form of artistic expression'),\n",
- " ('call', 'greet, as with a prescribed form, title, or name'),\n",
- " ('treat', 'act on verbally or in some form of artistic expression'),\n",
- " ('turn to', 'speak to'),\n",
+ " 'clues': [('speak', 'give a speech to'),\n",
+ " ('address', 'greet, as with a prescribed form, title, or name'),\n",
" ('come up to', 'speak to someone'),\n",
- " ('direct', 'put an address on (an envelope)'),\n",
" ('cover', 'act on verbally or in some form of artistic expression'),\n",
+ " ('call', 'greet, as with a prescribed form, title, or name'),\n",
+ " ('plow', 'act on verbally or in some form of artistic expression'),\n",
" ('deal', 'act on verbally or in some form of artistic expression'),\n",
- " ('speak', 'give a speech to')]},\n",
+ " ('treat', 'act on verbally or in some form of artistic expression'),\n",
+ " ('accost', 'speak to someone'),\n",
+ " ('turn to', 'speak to'),\n",
+ " ('handle', 'act on verbally or in some form of artistic expression'),\n",
+ " ('direct', 'put an address on (an envelope)')]},\n",
" {'answer': 'adjusted',\n",
" 'hint': 'synonyms for adjusted',\n",
- " 'clues': [('line up',\n",
+ " 'clues': [('adjust',\n",
+ " 'adapt or conform oneself to new or different conditions'),\n",
+ " ('conform', 'adapt or conform oneself to new or different conditions'),\n",
+ " ('line up',\n",
" 'place in a line or arrange so as to be parallel or straight'),\n",
- " ('adjust', 'adapt or conform oneself to new or different conditions'),\n",
" ('correct',\n",
" 'alter or regulate so as to achieve accuracy or conform to a standard'),\n",
+ " ('align', 'place in a line or arrange so as to be parallel or straight'),\n",
+ " ('aline', 'place in a line or arrange so as to be parallel or straight'),\n",
" ('adapt', 'adapt or conform oneself to new or different conditions'),\n",
" ('set',\n",
- " 'alter or regulate so as to achieve accuracy or conform to a standard'),\n",
- " ('align', 'place in a line or arrange so as to be parallel or straight'),\n",
- " ('conform', 'adapt or conform oneself to new or different conditions'),\n",
- " ('aline',\n",
- " 'place in a line or arrange so as to be parallel or straight')]},\n",
+ " 'alter or regulate so as to achieve accuracy or conform to a standard')]},\n",
" {'answer': 'admonishing',\n",
" 'hint': 'synonyms for admonishing',\n",
- " 'clues': [('caution', 'warn strongly; put on guard'),\n",
- " ('monish', \"admonish or counsel in terms of someone's behavior\"),\n",
- " ('warn', \"admonish or counsel in terms of someone's behavior\"),\n",
+ " 'clues': [('reprove', 'take to task'),\n",
" ('discourage', \"admonish or counsel in terms of someone's behavior\"),\n",
- " ('reprove', 'take to task')]},\n",
+ " ('caution', 'warn strongly; put on guard'),\n",
+ " ('admonish', 'warn strongly; put on guard'),\n",
+ " ('warn', \"admonish or counsel in terms of someone's behavior\")]},\n",
" {'answer': 'adopted',\n",
" 'hint': 'synonyms for adopted',\n",
- " 'clues': [('adopt', \"take up and practice as one's own\"),\n",
- " ('assume', 'take on a certain form, attribute, or aspect'),\n",
- " ('take on', 'take on titles, offices, duties, responsibilities'),\n",
- " ('sweep up',\n",
+ " 'clues': [('adopt',\n",
" \"take up the cause, ideology, practice, method, of someone and use it as one's own\"),\n",
" ('espouse',\n",
" 'choose and follow; as of theories, ideas, policies, strategies or plans'),\n",
- " ('dramatise', 'put into dramatic form'),\n",
+ " ('take on', 'take on a certain form, attribute, or aspect'),\n",
+ " ('acquire', 'take on a certain form, attribute, or aspect'),\n",
+ " ('assume', 'take on a certain form, attribute, or aspect'),\n",
+ " ('sweep up',\n",
+ " \"take up the cause, ideology, practice, method, of someone and use it as one's own\"),\n",
+ " ('take over', 'take on titles, offices, duties, responsibilities'),\n",
+ " ('take', 'take on a certain form, attribute, or aspect'),\n",
+ " ('dramatize', 'put into dramatic form'),\n",
" ('borrow', \"take up and practice as one's own\"),\n",
" ('take up', \"take up and practice as one's own\"),\n",
" ('embrace',\n",
" \"take up the cause, ideology, practice, method, of someone and use it as one's own\"),\n",
- " ('take', 'take on a certain form, attribute, or aspect'),\n",
- " ('take over', 'take on titles, offices, duties, responsibilities'),\n",
- " ('acquire', 'take on a certain form, attribute, or aspect'),\n",
" ('follow',\n",
" 'choose and follow; as of theories, ideas, policies, strategies or plans')]},\n",
" {'answer': 'adorned',\n",
" 'hint': 'synonyms for adorned',\n",
- " 'clues': [('adorn',\n",
- " 'make more attractive by adding ornament, colour, etc.'),\n",
+ " 'clues': [('decorate', 'be beautiful to look at'),\n",
+ " ('clothe', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('adorn', 'make more attractive by adding ornament, colour, etc.'),\n",
+ " ('ornament', 'make more attractive by adding ornament, colour, etc.'),\n",
" ('beautify', 'make more attractive by adding ornament, colour, etc.'),\n",
- " ('grace', 'be beautiful to look at'),\n",
" ('embellish', 'make more attractive by adding ornament, colour, etc.'),\n",
- " ('ornament', 'make more attractive by adding ornament, colour, etc.'),\n",
- " ('invest', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('grace', 'make more attractive by adding ornament, colour, etc.'),\n",
" ('deck', 'be beautiful to look at'),\n",
- " ('decorate', 'make more attractive by adding ornament, colour, etc.'),\n",
- " ('clothe', 'furnish with power or authority; of kings or emperors')]},\n",
+ " ('invest', 'furnish with power or authority; of kings or emperors')]},\n",
" {'answer': 'adulterate',\n",
" 'hint': 'synonyms for adulterate',\n",
- " 'clues': [('dilute',\n",
+ " 'clues': [('stretch',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('stretch',\n",
+ " ('dilute',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
" ('load',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
@@ -6994,7081 +7025,7064 @@
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones')]},\n",
" {'answer': 'adulterated',\n",
" 'hint': 'synonyms for adulterated',\n",
- " 'clues': [('stretch',\n",
+ " 'clues': [('adulterate',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('dilute',\n",
+ " ('load',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('adulterate',\n",
+ " ('stretch',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('load',\n",
+ " ('dilute',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
" ('debase',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones')]},\n",
" {'answer': 'adulterating',\n",
" 'hint': 'synonyms for adulterating',\n",
- " 'clues': [('stretch',\n",
+ " 'clues': [('adulterate',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('dilute',\n",
+ " ('load',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('adulterate',\n",
+ " ('stretch',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('load',\n",
+ " ('dilute',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
" ('debase',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones')]},\n",
" {'answer': 'advance',\n",
" 'hint': 'synonyms for advance',\n",
- " 'clues': [('gain ground', 'obtain advantages, such as points, etc.'),\n",
- " ('pull ahead', 'obtain advantages, such as points, etc.'),\n",
- " ('go on', 'move forward, also in the metaphorical sense'),\n",
- " ('throw out', 'bring forward for consideration or acceptance'),\n",
- " ('get ahead', 'obtain advantages, such as points, etc.'),\n",
+ " 'clues': [('get ahead', 'obtain advantages, such as points, etc.'),\n",
+ " ('progress', 'develop in a positive way'),\n",
+ " ('gain', 'rise in rate or price'),\n",
+ " ('supercharge', 'increase or raise'),\n",
+ " ('get along', 'develop in a positive way'),\n",
+ " ('elevate', 'give a promotion to or assign to a higher position'),\n",
" ('come on', 'develop in a positive way'),\n",
- " ('shape up', 'develop in a positive way'),\n",
- " ('make headway', 'obtain advantages, such as points, etc.'),\n",
+ " ('encourage', 'contribute to the progress or growth of'),\n",
+ " ('promote', 'contribute to the progress or growth of'),\n",
+ " ('pull ahead', 'obtain advantages, such as points, etc.'),\n",
" ('come along', 'develop in a positive way'),\n",
- " ('supercharge', 'increase or raise'),\n",
- " ('boost', 'contribute to the progress or growth of'),\n",
+ " ('make headway', 'obtain advantages, such as points, etc.'),\n",
+ " ('gain ground', 'obtain advantages, such as points, etc.'),\n",
" ('pass on', 'move forward, also in the metaphorical sense'),\n",
- " ('bring forward', 'cause to move forward'),\n",
- " ('encourage', 'contribute to the progress or growth of'),\n",
- " ('further', 'contribute to the progress or growth of'),\n",
" ('move on', 'move forward, also in the metaphorical sense'),\n",
- " ('promote', 'give a promotion to or assign to a higher position'),\n",
- " ('gain', 'rise in rate or price'),\n",
" ('win', 'obtain advantages, such as points, etc.'),\n",
- " ('get along', 'develop in a positive way'),\n",
- " ('kick upstairs', 'give a promotion to or assign to a higher position'),\n",
- " ('march on', 'move forward, also in the metaphorical sense'),\n",
+ " ('further', 'contribute to the progress or growth of'),\n",
+ " ('go on', 'move forward, also in the metaphorical sense'),\n",
" ('get on', 'develop in a positive way'),\n",
- " ('elevate', 'give a promotion to or assign to a higher position'),\n",
- " ('progress', 'develop in a positive way'),\n",
" ('upgrade', 'give a promotion to or assign to a higher position'),\n",
- " ('raise', 'give a promotion to or assign to a higher position')]},\n",
+ " ('throw out', 'bring forward for consideration or acceptance'),\n",
+ " ('kick upstairs', 'give a promotion to or assign to a higher position'),\n",
+ " ('raise', 'give a promotion to or assign to a higher position'),\n",
+ " ('shape up', 'develop in a positive way'),\n",
+ " ('march on', 'move forward, also in the metaphorical sense'),\n",
+ " ('boost', 'contribute to the progress or growth of'),\n",
+ " ('bring forward', 'cause to move forward')]},\n",
" {'answer': 'advanced',\n",
" 'hint': 'synonyms for advanced',\n",
- " 'clues': [('advance', 'cause to move forward'),\n",
- " ('come on', 'develop in a positive way'),\n",
- " ('make headway', 'obtain advantages, such as points, etc.'),\n",
- " ('supercharge', 'increase or raise'),\n",
- " ('boost', 'contribute to the progress or growth of'),\n",
- " ('set ahead', 'move forward'),\n",
- " ('bring forward', 'cause to move forward'),\n",
+ " 'clues': [('gain', 'rise in rate or price'),\n",
+ " ('get along', 'develop in a positive way'),\n",
+ " ('advance', 'contribute to the progress or growth of'),\n",
+ " ('promote', 'contribute to the progress or growth of'),\n",
+ " ('come along', 'develop in a positive way'),\n",
" ('move on', 'move forward, also in the metaphorical sense'),\n",
- " ('gain', 'rise in rate or price'),\n",
- " ('win', 'obtain advantages, such as points, etc.'),\n",
+ " ('raise', 'give a promotion to or assign to a higher position'),\n",
+ " ('set ahead', 'move forward'),\n",
+ " ('get on', 'develop in a positive way'),\n",
" ('progress', 'develop in a positive way'),\n",
- " ('gain ground', 'obtain advantages, such as points, etc.'),\n",
+ " ('supercharge', 'increase or raise'),\n",
+ " ('elevate', 'give a promotion to or assign to a higher position'),\n",
+ " ('come on', 'develop in a positive way'),\n",
+ " ('encourage', 'contribute to the progress or growth of'),\n",
" ('pull ahead', 'obtain advantages, such as points, etc.'),\n",
- " ('go on', 'move forward, also in the metaphorical sense'),\n",
- " ('throw out', 'bring forward for consideration or acceptance'),\n",
- " ('shape up', 'develop in a positive way'),\n",
- " ('come along', 'develop in a positive way'),\n",
+ " ('make headway', 'obtain advantages, such as points, etc.'),\n",
+ " ('gain ground', 'obtain advantages, such as points, etc.'),\n",
" ('pass on', 'move forward, also in the metaphorical sense'),\n",
- " ('encourage', 'contribute to the progress or growth of'),\n",
+ " ('win', 'obtain advantages, such as points, etc.'),\n",
" ('further', 'contribute to the progress or growth of'),\n",
- " ('promote', 'give a promotion to or assign to a higher position'),\n",
- " ('get along', 'develop in a positive way'),\n",
+ " ('go on', 'move forward, also in the metaphorical sense'),\n",
+ " ('upgrade', 'give a promotion to or assign to a higher position'),\n",
+ " ('throw out', 'bring forward for consideration or acceptance'),\n",
" ('kick upstairs', 'give a promotion to or assign to a higher position'),\n",
+ " ('shape up', 'develop in a positive way'),\n",
" ('march on', 'move forward, also in the metaphorical sense'),\n",
- " ('get on', 'develop in a positive way'),\n",
- " ('elevate', 'give a promotion to or assign to a higher position'),\n",
- " ('upgrade', 'give a promotion to or assign to a higher position'),\n",
- " ('raise', 'give a promotion to or assign to a higher position')]},\n",
+ " ('boost', 'contribute to the progress or growth of'),\n",
+ " ('bring forward', 'cause to move forward')]},\n",
" {'answer': 'advancing',\n",
" 'hint': 'synonyms for advancing',\n",
- " 'clues': [('advance', 'cause to move forward'),\n",
- " ('come on', 'develop in a positive way'),\n",
- " ('make headway', 'obtain advantages, such as points, etc.'),\n",
- " ('supercharge', 'increase or raise'),\n",
- " ('boost', 'contribute to the progress or growth of'),\n",
- " ('set ahead', 'move forward'),\n",
- " ('bring forward', 'cause to move forward'),\n",
+ " 'clues': [('gain', 'rise in rate or price'),\n",
+ " ('get along', 'develop in a positive way'),\n",
+ " ('advance', 'contribute to the progress or growth of'),\n",
+ " ('promote', 'contribute to the progress or growth of'),\n",
+ " ('come along', 'develop in a positive way'),\n",
" ('move on', 'move forward, also in the metaphorical sense'),\n",
- " ('gain', 'rise in rate or price'),\n",
- " ('win', 'obtain advantages, such as points, etc.'),\n",
+ " ('raise', 'give a promotion to or assign to a higher position'),\n",
+ " ('set ahead', 'move forward'),\n",
+ " ('get on', 'develop in a positive way'),\n",
" ('progress', 'develop in a positive way'),\n",
- " ('gain ground', 'obtain advantages, such as points, etc.'),\n",
+ " ('supercharge', 'increase or raise'),\n",
+ " ('elevate', 'give a promotion to or assign to a higher position'),\n",
+ " ('come on', 'develop in a positive way'),\n",
+ " ('encourage', 'contribute to the progress or growth of'),\n",
" ('pull ahead', 'obtain advantages, such as points, etc.'),\n",
- " ('go on', 'move forward, also in the metaphorical sense'),\n",
- " ('throw out', 'bring forward for consideration or acceptance'),\n",
- " ('shape up', 'develop in a positive way'),\n",
- " ('come along', 'develop in a positive way'),\n",
+ " ('make headway', 'obtain advantages, such as points, etc.'),\n",
+ " ('gain ground', 'obtain advantages, such as points, etc.'),\n",
" ('pass on', 'move forward, also in the metaphorical sense'),\n",
- " ('encourage', 'contribute to the progress or growth of'),\n",
+ " ('win', 'obtain advantages, such as points, etc.'),\n",
" ('further', 'contribute to the progress or growth of'),\n",
- " ('promote', 'give a promotion to or assign to a higher position'),\n",
- " ('get along', 'develop in a positive way'),\n",
+ " ('go on', 'move forward, also in the metaphorical sense'),\n",
+ " ('upgrade', 'give a promotion to or assign to a higher position'),\n",
+ " ('throw out', 'bring forward for consideration or acceptance'),\n",
" ('kick upstairs', 'give a promotion to or assign to a higher position'),\n",
+ " ('shape up', 'develop in a positive way'),\n",
" ('march on', 'move forward, also in the metaphorical sense'),\n",
- " ('get on', 'develop in a positive way'),\n",
- " ('elevate', 'give a promotion to or assign to a higher position'),\n",
- " ('upgrade', 'give a promotion to or assign to a higher position'),\n",
- " ('raise', 'give a promotion to or assign to a higher position')]},\n",
+ " ('boost', 'contribute to the progress or growth of'),\n",
+ " ('bring forward', 'cause to move forward')]},\n",
" {'answer': 'advertised',\n",
" 'hint': 'synonyms for advertised',\n",
- " 'clues': [('advertize', 'call attention to'),\n",
- " ('publicize', 'call attention to'),\n",
- " ('promote', 'make publicity for; try to sell (a product)'),\n",
- " ('push', 'make publicity for; try to sell (a product)')]},\n",
+ " 'clues': [('publicise', 'call attention to'),\n",
+ " ('push', 'make publicity for; try to sell (a product)'),\n",
+ " ('advertise', 'call attention to'),\n",
+ " ('promote', 'make publicity for; try to sell (a product)')]},\n",
" {'answer': 'advised',\n",
" 'hint': 'synonyms for advised',\n",
- " 'clues': [('rede', 'give advice to'),\n",
- " ('notify', 'inform (somebody) of something'),\n",
- " ('apprize', 'inform (somebody) of something'),\n",
+ " 'clues': [('notify', 'inform (somebody) of something'),\n",
+ " ('give notice', 'inform (somebody) of something'),\n",
+ " ('apprise', 'inform (somebody) of something'),\n",
" ('advise', 'inform (somebody) of something'),\n",
" ('send word', 'inform (somebody) of something'),\n",
- " ('suggest', 'make a proposal, declare a plan for something'),\n",
- " ('give notice', 'inform (somebody) of something'),\n",
" ('propose', 'make a proposal, declare a plan for something'),\n",
+ " ('suggest', 'make a proposal, declare a plan for something'),\n",
+ " ('rede', 'give advice to'),\n",
" ('counsel', 'give advice to')]},\n",
" {'answer': 'aerated',\n",
" 'hint': 'synonyms for aerated',\n",
- " 'clues': [('air', 'expose to fresh air'),\n",
- " ('oxygenise', 'impregnate, combine, or supply with oxygen'),\n",
+ " 'clues': [('oxygenate', 'impregnate, combine, or supply with oxygen'),\n",
+ " ('oxygenize', 'impregnate, combine, or supply with oxygen'),\n",
" ('aerate',\n",
" 'aerate (sewage) so as to favor the growth of organisms that decompose organic matter'),\n",
- " ('air out', 'expose to fresh air'),\n",
+ " ('air', 'expose to fresh air'),\n",
" ('activate',\n",
" 'aerate (sewage) so as to favor the growth of organisms that decompose organic matter'),\n",
- " ('oxygenate', 'impregnate, combine, or supply with oxygen')]},\n",
+ " ('air out', 'expose to fresh air')]},\n",
" {'answer': 'affected',\n",
" 'hint': 'synonyms for affected',\n",
- " 'clues': [('involve', 'connect closely and often incriminatingly'),\n",
+ " 'clues': [('touch', 'have an effect upon'),\n",
+ " ('dissemble', 'make believe with the intent to deceive'),\n",
+ " ('feign', 'make believe with the intent to deceive'),\n",
" ('pretend', 'make believe with the intent to deceive'),\n",
- " ('impact', 'have an effect upon'),\n",
- " ('bear on', 'have an effect upon'),\n",
- " ('strike', 'have an emotional or cognitive impact upon'),\n",
- " ('move', 'have an emotional or cognitive impact upon'),\n",
- " ('affect', 'connect closely and often incriminatingly'),\n",
+ " ('bear upon', 'have an effect upon'),\n",
" ('regard', 'connect closely and often incriminatingly'),\n",
- " ('touch', 'have an effect upon'),\n",
+ " ('move', 'have an emotional or cognitive impact upon'),\n",
+ " ('affect', 'act physically on; have an effect upon'),\n",
" ('impress', 'have an emotional or cognitive impact upon'),\n",
" ('sham', 'make believe with the intent to deceive'),\n",
+ " ('involve', 'connect closely and often incriminatingly'),\n",
+ " ('impact', 'have an effect upon'),\n",
" ('touch on', 'have an effect upon'),\n",
- " ('dissemble', 'make believe with the intent to deceive'),\n",
- " ('feign', 'make believe with the intent to deceive')]},\n",
+ " ('strike', 'have an emotional or cognitive impact upon')]},\n",
" {'answer': 'affecting',\n",
" 'hint': 'synonyms for affecting',\n",
- " 'clues': [('involve', 'connect closely and often incriminatingly'),\n",
+ " 'clues': [('touch', 'have an effect upon'),\n",
+ " ('dissemble', 'make believe with the intent to deceive'),\n",
+ " ('feign', 'make believe with the intent to deceive'),\n",
" ('pretend', 'make believe with the intent to deceive'),\n",
- " ('impact', 'have an effect upon'),\n",
- " ('bear on', 'have an effect upon'),\n",
- " ('strike', 'have an emotional or cognitive impact upon'),\n",
- " ('move', 'have an emotional or cognitive impact upon'),\n",
- " ('affect', 'connect closely and often incriminatingly'),\n",
+ " ('bear upon', 'have an effect upon'),\n",
" ('regard', 'connect closely and often incriminatingly'),\n",
- " ('touch', 'have an effect upon'),\n",
+ " ('move', 'have an emotional or cognitive impact upon'),\n",
+ " ('affect', 'act physically on; have an effect upon'),\n",
" ('impress', 'have an emotional or cognitive impact upon'),\n",
" ('sham', 'make believe with the intent to deceive'),\n",
+ " ('involve', 'connect closely and often incriminatingly'),\n",
+ " ('impact', 'have an effect upon'),\n",
" ('touch on', 'have an effect upon'),\n",
- " ('dissemble', 'make believe with the intent to deceive'),\n",
- " ('feign', 'make believe with the intent to deceive')]},\n",
+ " ('strike', 'have an emotional or cognitive impact upon')]},\n",
" {'answer': 'affiliated',\n",
" 'hint': 'synonyms for affiliated',\n",
- " 'clues': [('affiliate', 'keep company with; hang out with'),\n",
- " ('associate', 'keep company with; hang out with'),\n",
- " ('consort', 'keep company with; hang out with'),\n",
- " ('assort', 'keep company with; hang out with')]},\n",
+ " 'clues': [('associate', 'keep company with; hang out with'),\n",
+ " ('assort', 'keep company with; hang out with'),\n",
+ " ('affiliate', 'join in an affiliation'),\n",
+ " ('consort', 'keep company with; hang out with')]},\n",
" {'answer': 'affixed',\n",
" 'hint': 'synonyms for affixed',\n",
- " 'clues': [('affix', 'add to the very end'),\n",
- " ('add on', 'add to the very end'),\n",
+ " 'clues': [('add on', 'add to the very end'),\n",
" ('append', 'add to the very end'),\n",
" ('supplement', 'add to the very end'),\n",
- " ('stick on', 'attach to')]},\n",
+ " ('stick on', 'attach to'),\n",
+ " ('affix', 'attach to')]},\n",
" {'answer': 'aged',\n",
" 'hint': 'synonyms for aged',\n",
" 'clues': [('mature', 'grow old or older'),\n",
- " ('age', 'grow old or older'),\n",
+ " ('age', 'make older'),\n",
" ('senesce', 'grow old or older'),\n",
" ('get on', 'grow old or older')]},\n",
" {'answer': 'ageing',\n",
" 'hint': 'synonyms for ageing',\n",
" 'clues': [('mature', 'grow old or older'),\n",
- " ('age', 'grow old or older'),\n",
+ " ('age', 'make older'),\n",
" ('senesce', 'grow old or older'),\n",
" ('get on', 'grow old or older')]},\n",
" {'answer': 'aggravated',\n",
" 'hint': 'synonyms for aggravated',\n",
- " 'clues': [('aggravate', 'exasperate or irritate'),\n",
+ " 'clues': [('exasperate', 'make worse'),\n",
" ('exacerbate', 'exasperate or irritate'),\n",
- " ('exasperate', 'exasperate or irritate'),\n",
- " ('worsen', 'make worse')]},\n",
+ " ('worsen', 'make worse'),\n",
+ " ('aggravate', 'exasperate or irritate')]},\n",
" {'answer': 'aggravating',\n",
" 'hint': 'synonyms for aggravating',\n",
- " 'clues': [('aggravate', 'exasperate or irritate'),\n",
+ " 'clues': [('exasperate', 'make worse'),\n",
" ('exacerbate', 'exasperate or irritate'),\n",
- " ('exasperate', 'exasperate or irritate'),\n",
- " ('worsen', 'make worse')]},\n",
+ " ('worsen', 'make worse'),\n",
+ " ('aggravate', 'exasperate or irritate')]},\n",
" {'answer': 'aging',\n",
" 'hint': 'synonyms for aging',\n",
" 'clues': [('mature', 'grow old or older'),\n",
- " ('age', 'grow old or older'),\n",
+ " ('age', 'make older'),\n",
" ('senesce', 'grow old or older'),\n",
" ('get on', 'grow old or older')]},\n",
" {'answer': 'agitated',\n",
" 'hint': 'synonyms for agitated',\n",
- " 'clues': [('budge', 'move very slightly'),\n",
- " ('agitate', 'change the arrangement or position of'),\n",
- " ('commove', 'change the arrangement or position of'),\n",
- " ('excite', 'cause to be agitated, excited, or roused'),\n",
- " ('raise up', 'change the arrangement or position of'),\n",
- " ('charge', 'cause to be agitated, excited, or roused'),\n",
+ " 'clues': [('disturb', 'change the arrangement or position of'),\n",
+ " ('fight',\n",
+ " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
+ " ('commove', 'cause to be agitated, excited, or roused'),\n",
+ " ('push',\n",
+ " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
" ('press',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('stir up', 'try to stir up public opinion'),\n",
+ " ('budge', 'move very slightly'),\n",
+ " ('vex', 'change the arrangement or position of'),\n",
+ " ('agitate', 'try to stir up public opinion'),\n",
+ " ('rouse', 'cause to be agitated, excited, or roused'),\n",
" ('shake', 'move or cause to move back and forth'),\n",
+ " ('charge', 'cause to be agitated, excited, or roused'),\n",
" ('turn on', 'cause to be agitated, excited, or roused'),\n",
- " ('charge up', 'cause to be agitated, excited, or roused'),\n",
- " ('rouse', 'cause to be agitated, excited, or roused'),\n",
- " ('stir', 'move very slightly'),\n",
- " ('push',\n",
- " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
" ('campaign',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('fight',\n",
- " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('vex', 'change the arrangement or position of'),\n",
- " ('shift', 'move very slightly'),\n",
" ('crusade',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('shake up', 'change the arrangement or position of'),\n",
+ " ('stir up', 'change the arrangement or position of'),\n",
" ('foment', 'try to stir up public opinion'),\n",
- " ('disturb', 'change the arrangement or position of')]},\n",
+ " ('charge up', 'cause to be agitated, excited, or roused'),\n",
+ " ('shake up', 'change the arrangement or position of'),\n",
+ " ('excite', 'cause to be agitated, excited, or roused'),\n",
+ " ('stir', 'move very slightly'),\n",
+ " ('shift', 'move very slightly'),\n",
+ " ('raise up', 'change the arrangement or position of')]},\n",
" {'answer': 'agitating',\n",
" 'hint': 'synonyms for agitating',\n",
- " 'clues': [('budge', 'move very slightly'),\n",
- " ('agitate', 'change the arrangement or position of'),\n",
- " ('commove', 'change the arrangement or position of'),\n",
- " ('excite', 'cause to be agitated, excited, or roused'),\n",
- " ('raise up', 'change the arrangement or position of'),\n",
- " ('charge', 'cause to be agitated, excited, or roused'),\n",
+ " 'clues': [('disturb', 'change the arrangement or position of'),\n",
+ " ('fight',\n",
+ " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
+ " ('commove', 'cause to be agitated, excited, or roused'),\n",
+ " ('push',\n",
+ " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
" ('press',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('stir up', 'try to stir up public opinion'),\n",
+ " ('budge', 'move very slightly'),\n",
+ " ('vex', 'change the arrangement or position of'),\n",
+ " ('agitate', 'try to stir up public opinion'),\n",
+ " ('rouse', 'cause to be agitated, excited, or roused'),\n",
" ('shake', 'move or cause to move back and forth'),\n",
+ " ('charge', 'cause to be agitated, excited, or roused'),\n",
" ('turn on', 'cause to be agitated, excited, or roused'),\n",
- " ('charge up', 'cause to be agitated, excited, or roused'),\n",
- " ('rouse', 'cause to be agitated, excited, or roused'),\n",
- " ('stir', 'move very slightly'),\n",
- " ('push',\n",
- " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
" ('campaign',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('fight',\n",
- " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('vex', 'change the arrangement or position of'),\n",
- " ('shift', 'move very slightly'),\n",
" ('crusade',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('shake up', 'change the arrangement or position of'),\n",
+ " ('stir up', 'change the arrangement or position of'),\n",
" ('foment', 'try to stir up public opinion'),\n",
- " ('disturb', 'change the arrangement or position of')]},\n",
+ " ('charge up', 'cause to be agitated, excited, or roused'),\n",
+ " ('shake up', 'change the arrangement or position of'),\n",
+ " ('excite', 'cause to be agitated, excited, or roused'),\n",
+ " ('stir', 'move very slightly'),\n",
+ " ('shift', 'move very slightly'),\n",
+ " ('raise up', 'change the arrangement or position of')]},\n",
" {'answer': 'agreed',\n",
" 'hint': 'synonyms for agreed',\n",
- " 'clues': [('gibe',\n",
+ " 'clues': [('fit',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('match',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('fit in', 'go together'),\n",
- " ('tally',\n",
+ " ('accord', 'go together'),\n",
+ " ('concord', 'go together'),\n",
+ " ('agree', 'achieve harmony of opinion, feeling, or purpose'),\n",
+ " ('consort', 'go together'),\n",
+ " ('correspond',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('agree', 'consent or assent to a condition, or agree to do something'),\n",
" ('check',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('accord', 'go together'),\n",
- " ('consort', 'go together'),\n",
- " ('jibe',\n",
+ " ('fit in', 'go together'),\n",
+ " ('match',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('harmonize', 'go together'),\n",
+ " ('hold', 'be in accord; be in agreement'),\n",
" ('concur', 'be in accord; be in agreement'),\n",
- " ('fit',\n",
+ " ('tally',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('concord', 'go together'),\n",
- " ('correspond',\n",
+ " ('jibe',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('harmonise', 'go together'),\n",
- " ('hold', 'be in accord; be in agreement')]},\n",
+ " ('gibe',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics')]},\n",
" {'answer': 'aired',\n",
" 'hint': 'synonyms for aired',\n",
- " 'clues': [('bare', 'make public'),\n",
- " ('air', 'expose to fresh air'),\n",
- " ('send', 'broadcast over the airwaves, as in radio or television'),\n",
- " ('beam', 'broadcast over the airwaves, as in radio or television'),\n",
+ " 'clues': [('vent', 'expose to cool or cold air so as to cool or freshen'),\n",
" ('publicize', 'make public'),\n",
- " ('air out', 'expose to fresh air'),\n",
+ " ('air', 'broadcast over the airwaves, as in radio or television'),\n",
+ " ('send', 'broadcast over the airwaves, as in radio or television'),\n",
" ('transmit', 'broadcast over the airwaves, as in radio or television'),\n",
+ " ('air out', 'expose to cool or cold air so as to cool or freshen'),\n",
" ('broadcast', 'broadcast over the airwaves, as in radio or television'),\n",
+ " ('beam', 'broadcast over the airwaves, as in radio or television'),\n",
+ " ('bare', 'make public'),\n",
" ('ventilate', 'expose to cool or cold air so as to cool or freshen'),\n",
- " ('vent', 'expose to cool or cold air so as to cool or freshen'),\n",
" ('aerate', 'expose to fresh air')]},\n",
" {'answer': 'alarmed',\n",
" 'hint': 'synonyms for alarmed',\n",
" 'clues': [('alarm',\n",
" 'warn or arouse to a sense of danger or call to a state of preparedness'),\n",
- " ('alert',\n",
- " 'warn or arouse to a sense of danger or call to a state of preparedness'),\n",
" ('appal',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
+ " ('dismay',\n",
+ " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('horrify',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('dismay',\n",
- " 'fill with apprehension or alarm; cause to be unpleasantly surprised')]},\n",
+ " ('alert',\n",
+ " 'warn or arouse to a sense of danger or call to a state of preparedness')]},\n",
" {'answer': 'alarming',\n",
" 'hint': 'synonyms for alarming',\n",
" 'clues': [('alarm',\n",
" 'warn or arouse to a sense of danger or call to a state of preparedness'),\n",
- " ('alert',\n",
- " 'warn or arouse to a sense of danger or call to a state of preparedness'),\n",
" ('appal',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
+ " ('dismay',\n",
+ " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('horrify',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('dismay',\n",
- " 'fill with apprehension or alarm; cause to be unpleasantly surprised')]},\n",
+ " ('alert',\n",
+ " 'warn or arouse to a sense of danger or call to a state of preparedness')]},\n",
" {'answer': 'alienated',\n",
" 'hint': 'synonyms for alienated',\n",
- " 'clues': [('alienate',\n",
- " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
+ " 'clues': [('alien', 'transfer property or ownership'),\n",
+ " ('alienate', 'make withdrawn or isolated or emotionally dissociated'),\n",
" ('estrange',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
- " ('alien', 'transfer property or ownership'),\n",
" ('disaffect',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness')]},\n",
" {'answer': 'alienating',\n",
" 'hint': 'synonyms for alienating',\n",
- " 'clues': [('alienate',\n",
- " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
+ " 'clues': [('alien', 'transfer property or ownership'),\n",
+ " ('alienate', 'make withdrawn or isolated or emotionally dissociated'),\n",
" ('estrange',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
- " ('alien', 'transfer property or ownership'),\n",
" ('disaffect',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness')]},\n",
" {'answer': 'aligned',\n",
" 'hint': 'synonyms for aligned',\n",
- " 'clues': [('array', 'align oneself with a group or a way of thinking'),\n",
+ " 'clues': [('align', 'be or come into adjustment with'),\n",
+ " ('array', 'align oneself with a group or a way of thinking'),\n",
" ('line up',\n",
" 'place in a line or arrange so as to be parallel or straight'),\n",
- " ('ordinate',\n",
- " 'bring (components or parts) into proper or desirable coordination correlation'),\n",
" ('adjust', 'place in a line or arrange so as to be parallel or straight'),\n",
- " ('align',\n",
- " 'bring (components or parts) into proper or desirable coordination correlation'),\n",
- " ('aline',\n",
- " 'place in a line or arrange so as to be parallel or straight')]},\n",
+ " ('aline', 'place in a line or arrange so as to be parallel or straight'),\n",
+ " ('coordinate',\n",
+ " 'bring (components or parts) into proper or desirable coordination correlation')]},\n",
" {'answer': 'aligning',\n",
" 'hint': 'synonyms for aligning',\n",
- " 'clues': [('array', 'align oneself with a group or a way of thinking'),\n",
+ " 'clues': [('align', 'be or come into adjustment with'),\n",
+ " ('array', 'align oneself with a group or a way of thinking'),\n",
" ('line up',\n",
" 'place in a line or arrange so as to be parallel or straight'),\n",
- " ('ordinate',\n",
- " 'bring (components or parts) into proper or desirable coordination correlation'),\n",
" ('adjust', 'place in a line or arrange so as to be parallel or straight'),\n",
- " ('align',\n",
- " 'bring (components or parts) into proper or desirable coordination correlation'),\n",
- " ('aline',\n",
- " 'place in a line or arrange so as to be parallel or straight')]},\n",
+ " ('aline', 'place in a line or arrange so as to be parallel or straight'),\n",
+ " ('coordinate',\n",
+ " 'bring (components or parts) into proper or desirable coordination correlation')]},\n",
" {'answer': 'alleviated',\n",
" 'hint': 'synonyms for alleviated',\n",
- " 'clues': [('facilitate', 'make easier'),\n",
+ " 'clues': [('palliate', 'provide physical relief, as from pain'),\n",
+ " ('facilitate', 'make easier'),\n",
+ " ('alleviate', 'make easier'),\n",
" ('ease', 'make easier'),\n",
- " ('alleviate', 'provide physical relief, as from pain'),\n",
" ('relieve', 'provide physical relief, as from pain'),\n",
- " ('assuage', 'provide physical relief, as from pain'),\n",
- " ('palliate', 'provide physical relief, as from pain')]},\n",
+ " ('assuage', 'provide physical relief, as from pain')]},\n",
" {'answer': 'allotted',\n",
" 'hint': 'synonyms for allotted',\n",
- " 'clues': [('portion', 'give out'),\n",
- " ('grant', 'allow to have'),\n",
- " ('assign', 'give out'),\n",
- " ('accord', 'allow to have'),\n",
+ " 'clues': [('lot', 'administer or bestow, as in small portions'),\n",
+ " ('dish out', 'administer or bestow, as in small portions'),\n",
" ('dispense', 'administer or bestow, as in small portions'),\n",
- " ('allot', 'give out'),\n",
" ('shell out', 'administer or bestow, as in small portions'),\n",
+ " ('allot', 'administer or bestow, as in small portions'),\n",
+ " ('accord', 'allow to have'),\n",
+ " ('assign', 'give out'),\n",
+ " ('dole out', 'administer or bestow, as in small portions'),\n",
+ " ('mete out', 'administer or bestow, as in small portions'),\n",
+ " ('parcel out', 'administer or bestow, as in small portions'),\n",
" ('deal out', 'administer or bestow, as in small portions'),\n",
" ('administer', 'administer or bestow, as in small portions'),\n",
- " ('dish out', 'administer or bestow, as in small portions'),\n",
" ('deal', 'administer or bestow, as in small portions'),\n",
- " ('lot', 'administer or bestow, as in small portions'),\n",
- " ('distribute', 'administer or bestow, as in small portions'),\n",
- " ('dole out', 'administer or bestow, as in small portions'),\n",
- " ('parcel out', 'administer or bestow, as in small portions'),\n",
- " ('mete out', 'administer or bestow, as in small portions')]},\n",
+ " ('portion', 'give out'),\n",
+ " ('grant', 'allow to have'),\n",
+ " ('distribute', 'administer or bestow, as in small portions')]},\n",
" {'answer': 'altered',\n",
" 'hint': 'synonyms for altered',\n",
- " 'clues': [('change',\n",
- " 'cause to change; make different; cause a transformation'),\n",
+ " 'clues': [('alter',\n",
+ " 'insert words into texts, often falsifying it thereby'),\n",
" ('falsify', 'insert words into texts, often falsifying it thereby'),\n",
+ " ('spay', 'remove the ovaries of'),\n",
" ('interpolate', 'insert words into texts, often falsifying it thereby'),\n",
- " ('vary',\n",
+ " ('change',\n",
" \"become different in some particular way, without permanently losing one's or its former characteristics or essence\"),\n",
- " ('spay', 'remove the ovaries of'),\n",
- " ('alter', 'cause to change; make different; cause a transformation'),\n",
- " ('modify', 'cause to change; make different; cause a transformation'),\n",
" ('castrate', 'remove the ovaries of'),\n",
+ " ('modify', 'cause to change; make different; cause a transformation'),\n",
+ " ('vary',\n",
+ " \"become different in some particular way, without permanently losing one's or its former characteristics or essence\"),\n",
" ('neuter', 'remove the ovaries of')]},\n",
" {'answer': 'alternate',\n",
" 'hint': 'synonyms for alternate',\n",
" 'clues': [('switch',\n",
" 'reverse (a direction, attitude, or course of action)'),\n",
- " ('flip', 'reverse (a direction, attitude, or course of action)'),\n",
- " ('interchange', 'reverse (a direction, attitude, or course of action)'),\n",
+ " ('understudy', 'be an understudy or alternate for a role'),\n",
" ('flip-flop', 'reverse (a direction, attitude, or course of action)'),\n",
+ " ('tack', 'reverse (a direction, attitude, or course of action)'),\n",
" ('take turns', 'do something in turns'),\n",
+ " ('interchange', 'reverse (a direction, attitude, or course of action)'),\n",
" ('jump',\n",
" 'go back and forth; swing back and forth between two states or conditions'),\n",
- " ('understudy', 'be an understudy or alternate for a role'),\n",
- " ('tack', 'reverse (a direction, attitude, or course of action)')]},\n",
+ " ('flip', 'reverse (a direction, attitude, or course of action)')]},\n",
" {'answer': 'alternating',\n",
" 'hint': 'synonyms for alternating',\n",
- " 'clues': [('alternate',\n",
+ " 'clues': [('switch',\n",
" 'reverse (a direction, attitude, or course of action)'),\n",
- " ('flip', 'reverse (a direction, attitude, or course of action)'),\n",
- " ('interchange', 'reverse (a direction, attitude, or course of action)'),\n",
+ " ('alternate', 'be an understudy or alternate for a role'),\n",
+ " ('flip-flop', 'reverse (a direction, attitude, or course of action)'),\n",
+ " ('tack', 'reverse (a direction, attitude, or course of action)'),\n",
+ " ('take turns', 'do something in turns'),\n",
" ('jump',\n",
" 'go back and forth; swing back and forth between two states or conditions'),\n",
" ('understudy', 'be an understudy or alternate for a role'),\n",
- " ('switch', 'reverse (a direction, attitude, or course of action)'),\n",
- " ('flip-flop', 'reverse (a direction, attitude, or course of action)'),\n",
- " ('take turns', 'do something in turns'),\n",
- " ('tack', 'reverse (a direction, attitude, or course of action)')]},\n",
+ " ('interchange', 'reverse (a direction, attitude, or course of action)'),\n",
+ " ('flip', 'reverse (a direction, attitude, or course of action)')]},\n",
" {'answer': 'amalgamate',\n",
" 'hint': 'synonyms for amalgamate',\n",
- " 'clues': [('commix',\n",
- " 'to bring or combine together or with something else'),\n",
- " ('mingle', 'to bring or combine together or with something else'),\n",
- " ('mix', 'to bring or combine together or with something else'),\n",
- " ('unify', 'to bring or combine together or with something else')]},\n",
+ " 'clues': [('mix', 'to bring or combine together or with something else'),\n",
+ " ('commix', 'to bring or combine together or with something else'),\n",
+ " ('unify', 'to bring or combine together or with something else'),\n",
+ " ('mingle', 'to bring or combine together or with something else')]},\n",
" {'answer': 'amalgamated',\n",
" 'hint': 'synonyms for amalgamated',\n",
" 'clues': [('mingle',\n",
" 'to bring or combine together or with something else'),\n",
- " ('amalgamate', 'to bring or combine together or with something else'),\n",
+ " ('unify', 'to bring or combine together or with something else'),\n",
" ('mix', 'to bring or combine together or with something else'),\n",
" ('commix', 'to bring or combine together or with something else'),\n",
- " ('unify', 'to bring or combine together or with something else')]},\n",
+ " ('amalgamate', 'to bring or combine together or with something else')]},\n",
" {'answer': 'amazed',\n",
" 'hint': 'synonyms for amazed',\n",
- " 'clues': [('puzzle', 'be a mystery or bewildering to'),\n",
- " ('get', 'be a mystery or bewildering to'),\n",
- " ('astonish', 'affect with wonder'),\n",
- " ('beat', 'be a mystery or bewildering to'),\n",
+ " 'clues': [('baffle', 'be a mystery or bewildering to'),\n",
" ('amaze', 'affect with wonder'),\n",
- " ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('baffle', 'be a mystery or bewildering to'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
- " ('perplex', 'be a mystery or bewildering to'),\n",
- " ('astound', 'affect with wonder'),\n",
- " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('beat', 'be a mystery or bewildering to'),\n",
" ('mystify', 'be a mystery or bewildering to'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('puzzle', 'be a mystery or bewildering to'),\n",
" ('stick', 'be a mystery or bewildering to'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('vex', 'be a mystery or bewildering to'),\n",
- " ('flummox', 'be a mystery or bewildering to')]},\n",
- " {'answer': 'amazing',\n",
- " 'hint': 'synonyms for amazing',\n",
- " 'clues': [('puzzle', 'be a mystery or bewildering to'),\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
" ('get', 'be a mystery or bewildering to'),\n",
- " ('astonish', 'affect with wonder'),\n",
- " ('beat', 'be a mystery or bewildering to'),\n",
- " ('amaze', 'affect with wonder'),\n",
" ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('baffle', 'be a mystery or bewildering to'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
" ('perplex', 'be a mystery or bewildering to'),\n",
- " ('astound', 'affect with wonder'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
" ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('astound', 'affect with wonder'),\n",
+ " ('astonish', 'affect with wonder'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
+ " {'answer': 'amazing',\n",
+ " 'hint': 'synonyms for amazing',\n",
+ " 'clues': [('baffle', 'be a mystery or bewildering to'),\n",
+ " ('amaze', 'affect with wonder'),\n",
+ " ('beat', 'be a mystery or bewildering to'),\n",
" ('mystify', 'be a mystery or bewildering to'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('puzzle', 'be a mystery or bewildering to'),\n",
" ('stick', 'be a mystery or bewildering to'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('vex', 'be a mystery or bewildering to'),\n",
- " ('flummox', 'be a mystery or bewildering to')]},\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
+ " ('get', 'be a mystery or bewildering to'),\n",
+ " ('stupefy', 'be a mystery or bewildering to'),\n",
+ " ('perplex', 'be a mystery or bewildering to'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
+ " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('astound', 'affect with wonder'),\n",
+ " ('astonish', 'affect with wonder'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
" {'answer': 'ameliorating',\n",
" 'hint': 'synonyms for ameliorating',\n",
- " 'clues': [('better', 'get better'),\n",
- " ('ameliorate', 'to make better'),\n",
- " ('improve', 'get better'),\n",
- " ('amend', 'to make better')]},\n",
+ " 'clues': [('meliorate', 'to make better'),\n",
+ " ('better', 'get better'),\n",
+ " ('amend', 'to make better'),\n",
+ " ('improve', 'to make better')]},\n",
" {'answer': 'amended',\n",
" 'hint': 'synonyms for amended',\n",
- " 'clues': [('repair', 'set straight or right'),\n",
- " ('ameliorate', 'to make better'),\n",
- " ('better', 'to make better'),\n",
- " ('amend', 'set straight or right'),\n",
- " ('remediate', 'set straight or right'),\n",
- " ('remedy', 'set straight or right'),\n",
+ " 'clues': [('remediate', 'set straight or right'),\n",
+ " ('meliorate', 'to make better'),\n",
+ " ('amend', 'to make better'),\n",
" ('rectify', 'set straight or right'),\n",
- " ('improve', 'to make better')]},\n",
+ " ('improve', 'to make better'),\n",
+ " ('repair', 'set straight or right'),\n",
+ " ('remedy', 'set straight or right'),\n",
+ " ('better', 'to make better')]},\n",
" {'answer': 'analyzed',\n",
" 'hint': 'synonyms for analyzed',\n",
- " 'clues': [('examine',\n",
- " 'consider in detail and subject to an analysis in order to discover essential features or meaning'),\n",
- " ('analyze',\n",
- " 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
- " ('psychoanalyze', 'subject to psychoanalytic treatment'),\n",
- " ('take apart',\n",
+ " 'clues': [('psychoanalyze', 'subject to psychoanalytic treatment'),\n",
+ " ('analyse',\n",
" 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
- " ('canvass',\n",
+ " ('examine',\n",
" 'consider in detail and subject to an analysis in order to discover essential features or meaning'),\n",
- " ('study',\n",
+ " ('canvas',\n",
" 'consider in detail and subject to an analysis in order to discover essential features or meaning'),\n",
" ('break down',\n",
" 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
" ('dissect',\n",
- " 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features')]},\n",
+ " 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
+ " ('take apart',\n",
+ " 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
+ " ('study',\n",
+ " 'consider in detail and subject to an analysis in order to discover essential features or meaning')]},\n",
" {'answer': 'angled',\n",
" 'hint': 'synonyms for angled',\n",
" 'clues': [('lean', 'to incline or bend from a vertical position'),\n",
- " ('slant', 'present with a bias'),\n",
- " ('angle', 'fish with a hook'),\n",
- " ('tilt', 'to incline or bend from a vertical position'),\n",
" ('tip', 'to incline or bend from a vertical position'),\n",
- " ('weight', 'present with a bias'),\n",
- " ('fish', 'seek indirectly')]},\n",
+ " ('fish', 'seek indirectly'),\n",
+ " ('angle', 'move or proceed at an angle'),\n",
+ " ('tilt', 'to incline or bend from a vertical position'),\n",
+ " ('slant', 'to incline or bend from a vertical position'),\n",
+ " ('weight', 'present with a bias')]},\n",
" {'answer': 'animate',\n",
" 'hint': 'synonyms for animate',\n",
- " 'clues': [('liven', 'make lively'),\n",
- " ('animize', 'give lifelike qualities to'),\n",
- " ('enliven', 'make lively'),\n",
+ " 'clues': [('animize', 'give lifelike qualities to'),\n",
+ " ('quicken', 'give new life or energy to'),\n",
+ " ('inspire', 'heighten or intensify'),\n",
" ('vivify', 'give new life or energy to'),\n",
- " ('invigorate', 'heighten or intensify'),\n",
- " ('reanimate', 'give new life or energy to'),\n",
- " ('repair', 'give new life or energy to'),\n",
- " ('exalt', 'heighten or intensify'),\n",
" ('revive', 'give new life or energy to'),\n",
- " ('inspire', 'heighten or intensify'),\n",
- " ('renovate', 'give new life or energy to'),\n",
" ('liven up', 'make lively'),\n",
- " ('quicken', 'give new life or energy to'),\n",
- " ('recreate', 'give new life or energy to')]},\n",
+ " ('renovate', 'give new life or energy to'),\n",
+ " ('invigorate', 'make lively'),\n",
+ " ('liven', 'make lively'),\n",
+ " ('repair', 'give new life or energy to'),\n",
+ " ('reanimate', 'give new life or energy to'),\n",
+ " ('enliven', 'make lively'),\n",
+ " ('recreate', 'give new life or energy to'),\n",
+ " ('exalt', 'heighten or intensify')]},\n",
" {'answer': 'animated',\n",
" 'hint': 'synonyms for animated',\n",
- " 'clues': [('liven', 'make lively'),\n",
- " ('animize', 'give lifelike qualities to'),\n",
- " ('animate', 'give lifelike qualities to'),\n",
- " ('invigorate', 'heighten or intensify'),\n",
+ " 'clues': [('animize', 'give lifelike qualities to'),\n",
+ " ('revive', 'give new life or energy to'),\n",
+ " ('invigorate', 'make lively'),\n",
+ " ('liven', 'make lively'),\n",
+ " ('animate', 'give new life or energy to'),\n",
+ " ('repair', 'give new life or energy to'),\n",
" ('enliven', 'heighten or intensify'),\n",
- " ('exalt', 'heighten or intensify'),\n",
- " ('liven up', 'make lively'),\n",
+ " ('renovate', 'give new life or energy to'),\n",
" ('quicken', 'give new life or energy to'),\n",
- " ('recreate', 'give new life or energy to'),\n",
- " ('vivify', 'give new life or energy to'),\n",
- " ('repair', 'give new life or energy to'),\n",
- " ('revive', 'give new life or energy to'),\n",
" ('inspire', 'heighten or intensify'),\n",
- " ('renovate', 'give new life or energy to')]},\n",
+ " ('vivify', 'give new life or energy to'),\n",
+ " ('liven up', 'make lively'),\n",
+ " ('recreate', 'give new life or energy to'),\n",
+ " ('exalt', 'heighten or intensify')]},\n",
" {'answer': 'animating',\n",
" 'hint': 'synonyms for animating',\n",
- " 'clues': [('liven', 'make lively'),\n",
- " ('animize', 'give lifelike qualities to'),\n",
- " ('animate', 'give lifelike qualities to'),\n",
- " ('invigorate', 'heighten or intensify'),\n",
+ " 'clues': [('animize', 'give lifelike qualities to'),\n",
+ " ('revive', 'give new life or energy to'),\n",
+ " ('invigorate', 'make lively'),\n",
+ " ('liven', 'make lively'),\n",
+ " ('animate', 'give new life or energy to'),\n",
+ " ('repair', 'give new life or energy to'),\n",
" ('enliven', 'heighten or intensify'),\n",
- " ('exalt', 'heighten or intensify'),\n",
- " ('liven up', 'make lively'),\n",
+ " ('renovate', 'give new life or energy to'),\n",
" ('quicken', 'give new life or energy to'),\n",
- " ('recreate', 'give new life or energy to'),\n",
- " ('vivify', 'give new life or energy to'),\n",
- " ('repair', 'give new life or energy to'),\n",
- " ('revive', 'give new life or energy to'),\n",
" ('inspire', 'heighten or intensify'),\n",
- " ('renovate', 'give new life or energy to')]},\n",
+ " ('vivify', 'give new life or energy to'),\n",
+ " ('liven up', 'make lively'),\n",
+ " ('recreate', 'give new life or energy to'),\n",
+ " ('exalt', 'heighten or intensify')]},\n",
" {'answer': 'annihilated',\n",
" 'hint': 'synonyms for annihilated',\n",
" 'clues': [('wipe out', 'kill in large numbers'),\n",
" ('eradicate', 'kill in large numbers'),\n",
+ " ('carry off', 'kill in large numbers'),\n",
+ " ('decimate', 'kill in large numbers'),\n",
" ('eliminate', 'kill in large numbers'),\n",
" ('extinguish', 'kill in large numbers'),\n",
- " ('annihilate', 'kill in large numbers'),\n",
- " ('carry off', 'kill in large numbers'),\n",
- " ('decimate', 'kill in large numbers')]},\n",
+ " ('annihilate', 'kill in large numbers')]},\n",
" {'answer': 'annihilating',\n",
" 'hint': 'synonyms for annihilating',\n",
" 'clues': [('wipe out', 'kill in large numbers'),\n",
" ('eradicate', 'kill in large numbers'),\n",
+ " ('carry off', 'kill in large numbers'),\n",
+ " ('decimate', 'kill in large numbers'),\n",
" ('eliminate', 'kill in large numbers'),\n",
" ('extinguish', 'kill in large numbers'),\n",
- " ('annihilate', 'kill in large numbers'),\n",
- " ('carry off', 'kill in large numbers'),\n",
- " ('decimate', 'kill in large numbers')]},\n",
+ " ('annihilate', 'kill in large numbers')]},\n",
" {'answer': 'announced',\n",
" 'hint': 'synonyms for announced',\n",
- " 'clues': [('annunciate', 'foreshadow or presage'),\n",
- " ('denote', 'make known; make an announcement'),\n",
- " ('declare', 'announce publicly or officially'),\n",
+ " 'clues': [('announce', 'make known; make an announcement'),\n",
" ('harbinger', 'foreshadow or presage'),\n",
- " ('announce', 'announce publicly or officially'),\n",
+ " ('annunciate', 'foreshadow or presage'),\n",
+ " ('herald', 'foreshadow or presage'),\n",
" ('foretell', 'foreshadow or presage'),\n",
- " ('herald', 'foreshadow or presage')]},\n",
+ " ('declare', 'announce publicly or officially'),\n",
+ " ('denote', 'make known; make an announcement')]},\n",
" {'answer': 'annoyed',\n",
" 'hint': 'synonyms for annoyed',\n",
- " 'clues': [('bother',\n",
+ " 'clues': [('annoy',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('vex', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('nettle',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('nark', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('gravel',\n",
+ " ('chafe', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('bother',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('nark', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('rile', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('irritate',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('rile', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('get at',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('get to',\n",
+ " ('gravel',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('vex', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('chafe', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('annoy',\n",
+ " ('get to',\n",
" 'cause annoyance in; disturb, especially by minor irritations')]},\n",
" {'answer': 'annoying',\n",
" 'hint': 'synonyms for annoying',\n",
- " 'clues': [('bother',\n",
+ " 'clues': [('annoy',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('vex', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('nettle',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('nark', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('gravel',\n",
+ " ('chafe', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('bother',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('nark', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('rile', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('irritate',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('rile', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('get at',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('get to',\n",
+ " ('gravel',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('vex', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('chafe', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('annoy',\n",
+ " ('get to',\n",
" 'cause annoyance in; disturb, especially by minor irritations')]},\n",
" {'answer': 'answering',\n",
" 'hint': 'synonyms for answering',\n",
- " 'clues': [('answer', 'react to a stimulus or command'),\n",
- " ('do', 'be sufficient; be adequate, either in quality or quantity'),\n",
- " ('suffice', 'be sufficient; be adequate, either in quality or quantity'),\n",
+ " 'clues': [('do',\n",
+ " 'be sufficient; be adequate, either in quality or quantity'),\n",
+ " ('answer', 'be liable or accountable'),\n",
" ('reply', 'react verbally'),\n",
+ " ('suffice', 'be sufficient; be adequate, either in quality or quantity'),\n",
" ('respond', 'react verbally'),\n",
- " ('resolve', 'understand the meaning of'),\n",
- " ('serve', 'be sufficient; be adequate, either in quality or quantity')]},\n",
+ " ('serve', 'be sufficient; be adequate, either in quality or quantity'),\n",
+ " ('resolve', 'understand the meaning of')]},\n",
" {'answer': 'anticipated',\n",
" 'hint': 'synonyms for anticipated',\n",
- " 'clues': [('previse', 'realize beforehand'),\n",
- " ('foreknow', 'realize beforehand'),\n",
- " ('prognosticate', 'make a prediction about; tell in advance'),\n",
- " ('anticipate', 'act in advance of; deal with ahead of time'),\n",
- " ('counter', 'act in advance of; deal with ahead of time'),\n",
- " ('predict', 'make a prediction about; tell in advance'),\n",
+ " 'clues': [('look to', 'be excited or anxious about'),\n",
+ " ('call', 'make a prediction about; tell in advance'),\n",
+ " ('anticipate', 'regard something as probable or likely'),\n",
+ " ('foresee', 'realize beforehand'),\n",
" ('forebode', 'make a prediction about; tell in advance'),\n",
" ('expect', 'regard something as probable or likely'),\n",
- " ('foresee', 'act in advance of; deal with ahead of time'),\n",
- " ('forestall', 'act in advance of; deal with ahead of time'),\n",
+ " ('previse', 'realize beforehand'),\n",
+ " ('predict', 'make a prediction about; tell in advance'),\n",
" ('foretell', 'make a prediction about; tell in advance'),\n",
+ " ('prognosticate', 'make a prediction about; tell in advance'),\n",
+ " ('foreknow', 'realize beforehand'),\n",
" ('promise', 'make a prediction about; tell in advance'),\n",
- " ('look for', 'be excited or anxious about'),\n",
- " ('call', 'make a prediction about; tell in advance'),\n",
- " ('look to', 'be excited or anxious about')]},\n",
+ " ('forestall', 'act in advance of; deal with ahead of time'),\n",
+ " ('counter', 'act in advance of; deal with ahead of time'),\n",
+ " ('look for', 'be excited or anxious about')]},\n",
" {'answer': 'appalled',\n",
" 'hint': 'synonyms for appalled',\n",
- " 'clues': [('appal', 'strike with disgust or revulsion'),\n",
- " ('outrage', 'strike with disgust or revulsion'),\n",
- " ('scandalise', 'strike with disgust or revulsion'),\n",
- " ('offend', 'strike with disgust or revulsion'),\n",
- " ('shock', 'strike with disgust or revulsion'),\n",
- " ('dismay',\n",
+ " 'clues': [('outrage', 'strike with disgust or revulsion'),\n",
+ " ('horrify',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('alarm',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('horrify',\n",
- " 'fill with apprehension or alarm; cause to be unpleasantly surprised')]},\n",
- " {'answer': 'appalling',\n",
- " 'hint': 'synonyms for appalling',\n",
- " 'clues': [('appal', 'strike with disgust or revulsion'),\n",
- " ('outrage', 'strike with disgust or revulsion'),\n",
- " ('scandalise', 'strike with disgust or revulsion'),\n",
+ " ('appall',\n",
+ " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('offend', 'strike with disgust or revulsion'),\n",
+ " ('scandalise', 'strike with disgust or revulsion'),\n",
" ('shock', 'strike with disgust or revulsion'),\n",
" ('dismay',\n",
+ " 'fill with apprehension or alarm; cause to be unpleasantly surprised')]},\n",
+ " {'answer': 'appalling',\n",
+ " 'hint': 'synonyms for appalling',\n",
+ " 'clues': [('outrage', 'strike with disgust or revulsion'),\n",
+ " ('horrify',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('alarm',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('horrify',\n",
+ " ('appall',\n",
+ " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
+ " ('offend', 'strike with disgust or revulsion'),\n",
+ " ('scandalise', 'strike with disgust or revulsion'),\n",
+ " ('shock', 'strike with disgust or revulsion'),\n",
+ " ('dismay',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised')]},\n",
" {'answer': 'appareled',\n",
" 'hint': 'synonyms for appareled',\n",
- " 'clues': [('raiment', 'provide with clothes or put clothes on'),\n",
- " ('enclothe', 'provide with clothes or put clothes on'),\n",
- " ('garb', 'provide with clothes or put clothes on'),\n",
- " ('garment', 'provide with clothes or put clothes on'),\n",
+ " 'clues': [('garb', 'provide with clothes or put clothes on'),\n",
" ('habilitate', 'provide with clothes or put clothes on'),\n",
- " ('tog', 'provide with clothes or put clothes on'),\n",
" ('fit out', 'provide with clothes or put clothes on'),\n",
+ " ('garment', 'provide with clothes or put clothes on'),\n",
" ('dress', 'provide with clothes or put clothes on'),\n",
- " ('apparel', 'provide with clothes or put clothes on')]},\n",
+ " ('enclothe', 'provide with clothes or put clothes on'),\n",
+ " ('raiment', 'provide with clothes or put clothes on'),\n",
+ " ('apparel', 'provide with clothes or put clothes on'),\n",
+ " ('tog', 'provide with clothes or put clothes on')]},\n",
" {'answer': 'appeasing',\n",
" 'hint': 'synonyms for appeasing',\n",
- " 'clues': [('lenify',\n",
+ " 'clues': [('mollify',\n",
" 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('stay', 'overcome or allay'),\n",
- " ('appease', 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('mollify', 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('pacify', 'cause to be more favorably inclined; gain the good will of'),\n",
+ " ('placate', 'cause to be more favorably inclined; gain the good will of'),\n",
+ " ('appease', 'make peace with'),\n",
+ " ('gentle', 'cause to be more favorably inclined; gain the good will of'),\n",
" ('conciliate',\n",
" 'cause to be more favorably inclined; gain the good will of'),\n",
+ " ('pacify', 'cause to be more favorably inclined; gain the good will of'),\n",
" ('propitiate', 'make peace with'),\n",
+ " ('gruntle', 'cause to be more favorably inclined; gain the good will of'),\n",
" ('quell', 'overcome or allay'),\n",
- " ('gentle', 'cause to be more favorably inclined; gain the good will of'),\n",
+ " ('stay', 'overcome or allay'),\n",
" ('assuage', 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('gruntle', 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('placate',\n",
+ " ('lenify',\n",
" 'cause to be more favorably inclined; gain the good will of')]},\n",
" {'answer': 'applied',\n",
" 'hint': 'synonyms for applied',\n",
- " 'clues': [('apply', 'apply to a surface'),\n",
- " ('utilize',\n",
- " 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
- " ('practice', 'avail oneself to'),\n",
- " ('put on', 'apply to a surface'),\n",
+ " 'clues': [('practice', 'avail oneself to'),\n",
+ " ('go for', 'be pertinent or relevant or applicable'),\n",
+ " ('apply', 'give or convey physically'),\n",
" ('enforce', 'ensure observance of laws and rules'),\n",
- " ('give', 'give or convey physically'),\n",
+ " ('put on', 'apply to a surface'),\n",
" ('lend oneself', 'be applicable to; as to an analysis'),\n",
- " ('employ',\n",
+ " ('utilize',\n",
" 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
- " ('hold', 'be pertinent or relevant or applicable'),\n",
+ " ('implement', 'ensure observance of laws and rules'),\n",
" ('use',\n",
" 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
- " ('go for', 'be pertinent or relevant or applicable'),\n",
- " ('implement', 'ensure observance of laws and rules')]},\n",
+ " ('give', 'give or convey physically'),\n",
+ " ('hold', 'be pertinent or relevant or applicable'),\n",
+ " ('employ',\n",
+ " 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose')]},\n",
" {'answer': 'appointed',\n",
" 'hint': 'synonyms for appointed',\n",
- " 'clues': [('name', 'create and charge with a task or function'),\n",
+ " 'clues': [('appoint', 'furnish'),\n",
" ('constitute', 'create and charge with a task or function'),\n",
- " ('appoint', 'create and charge with a task or function'),\n",
+ " ('name', 'create and charge with a task or function'),\n",
" ('charge', 'assign a duty, responsibility or obligation to'),\n",
" ('nominate', 'create and charge with a task or function')]},\n",
" {'answer': 'apportioned',\n",
" 'hint': 'synonyms for apportioned',\n",
- " 'clues': [('portion out', \"give out as one's portion or share\"),\n",
- " ('divvy up', \"give out as one's portion or share\"),\n",
- " ('deal', \"give out as one's portion or share\"),\n",
+ " 'clues': [('divvy up', \"give out as one's portion or share\"),\n",
" ('apportion',\n",
" 'distribute according to a plan or set apart for a special purpose'),\n",
" ('share', \"give out as one's portion or share\"),\n",
" ('allocate',\n",
- " 'distribute according to a plan or set apart for a special purpose')]},\n",
+ " 'distribute according to a plan or set apart for a special purpose'),\n",
+ " ('deal', \"give out as one's portion or share\"),\n",
+ " ('portion out', \"give out as one's portion or share\")]},\n",
" {'answer': 'appraising',\n",
" 'hint': 'synonyms for appraising',\n",
- " 'clues': [('measure',\n",
- " 'evaluate or estimate the nature, quality, ability, extent, or significance of'),\n",
- " ('appraise',\n",
+ " 'clues': [('valuate',\n",
" 'evaluate or estimate the nature, quality, ability, extent, or significance of'),\n",
- " ('value',\n",
+ " ('survey', 'consider in a comprehensive way'),\n",
+ " ('measure',\n",
" 'evaluate or estimate the nature, quality, ability, extent, or significance of'),\n",
" ('assess',\n",
" 'evaluate or estimate the nature, quality, ability, extent, or significance of'),\n",
- " ('survey', 'consider in a comprehensive way'),\n",
- " ('valuate',\n",
+ " ('appraise', 'consider in a comprehensive way'),\n",
+ " ('value',\n",
" 'evaluate or estimate the nature, quality, ability, extent, or significance of')]},\n",
" {'answer': 'appreciated',\n",
" 'hint': 'synonyms for appreciated',\n",
" 'clues': [('take account', 'be fully aware of; realize fully'),\n",
" ('appreciate', 'hold dear'),\n",
+ " ('apprise', 'gain in value'),\n",
+ " ('revalue', 'gain in value'),\n",
" ('treasure', 'hold dear'),\n",
- " ('value', 'hold dear'),\n",
" ('prize', 'hold dear'),\n",
- " ('apprise', 'gain in value'),\n",
- " ('revalue', 'gain in value')]},\n",
+ " ('value', 'hold dear')]},\n",
" {'answer': 'apprehended',\n",
" 'hint': 'synonyms for apprehended',\n",
- " 'clues': [('pick up', 'take into custody'),\n",
- " ('grok', 'get the meaning of something'),\n",
- " ('dig', 'get the meaning of something'),\n",
- " ('arrest', 'take into custody'),\n",
+ " 'clues': [('grasp', 'get the meaning of something'),\n",
" ('apprehend', 'take into custody'),\n",
- " ('collar', 'take into custody'),\n",
- " ('quail at', 'anticipate with dread or anxiety'),\n",
- " ('grasp', 'get the meaning of something'),\n",
+ " ('comprehend', 'get the meaning of something'),\n",
+ " ('compass', 'get the meaning of something'),\n",
" ('nail', 'take into custody'),\n",
- " ('nab', 'take into custody'),\n",
- " ('get the picture', 'get the meaning of something'),\n",
+ " ('pick up', 'take into custody'),\n",
" ('cop', 'take into custody'),\n",
- " ('compass', 'get the meaning of something'),\n",
+ " ('arrest', 'take into custody'),\n",
+ " ('nab', 'take into custody'),\n",
+ " ('collar', 'take into custody'),\n",
+ " ('quail at', 'anticipate with dread or anxiety'),\n",
+ " ('dig', 'get the meaning of something'),\n",
" ('savvy', 'get the meaning of something'),\n",
- " ('comprehend', 'get the meaning of something')]},\n",
+ " ('grok', 'get the meaning of something'),\n",
+ " ('get the picture', 'get the meaning of something')]},\n",
" {'answer': 'approaching',\n",
" 'hint': 'synonyms for approaching',\n",
- " 'clues': [('approach',\n",
- " 'come near or verge on, resemble, come nearer in quality, or character'),\n",
- " ('come near', 'come near in time'),\n",
- " ('go up', 'move towards'),\n",
+ " 'clues': [('come near', 'come near in time'),\n",
+ " ('approach', 'move towards'),\n",
" ('near', 'move towards'),\n",
- " ('go about', 'begin to deal with'),\n",
- " ('come on', 'move towards'),\n",
- " ('draw close', 'move towards'),\n",
- " ('draw near', 'move towards'),\n",
" ('border on',\n",
" 'come near or verge on, resemble, come nearer in quality, or character'),\n",
+ " ('draw near', 'move towards'),\n",
+ " ('go about', 'begin to deal with'),\n",
+ " ('draw close', 'move towards'),\n",
+ " ('come on', 'move towards'),\n",
+ " ('go up', 'move towards'),\n",
" ('set about', 'begin to deal with')]},\n",
" {'answer': 'appropriate',\n",
" 'hint': 'synonyms for appropriate',\n",
- " 'clues': [('conquer', 'take possession of by force, as after an invasion'),\n",
- " ('earmark', 'give or assign a resource to a particular person or cause'),\n",
- " ('allow', 'give or assign a resource to a particular person or cause'),\n",
- " ('capture', 'take possession of by force, as after an invasion'),\n",
- " ('reserve', 'give or assign a resource to a particular person or cause'),\n",
+ " 'clues': [('reserve',\n",
+ " 'give or assign a resource to a particular person or cause'),\n",
+ " ('seize', 'take possession of by force, as after an invasion'),\n",
" ('set aside',\n",
" 'give or assign a resource to a particular person or cause'),\n",
- " ('seize', 'take possession of by force, as after an invasion')]},\n",
+ " ('conquer', 'take possession of by force, as after an invasion'),\n",
+ " ('allow', 'give or assign a resource to a particular person or cause'),\n",
+ " ('earmark', 'give or assign a resource to a particular person or cause'),\n",
+ " ('capture', 'take possession of by force, as after an invasion')]},\n",
" {'answer': 'approximate',\n",
" 'hint': 'synonyms for approximate',\n",
- " 'clues': [('come close', 'be close or similar'),\n",
- " ('guess',\n",
+ " 'clues': [('guess',\n",
" 'judge tentatively or form an estimate of (quantities or time)'),\n",
+ " ('come close', 'be close or similar'),\n",
" ('gauge',\n",
" 'judge tentatively or form an estimate of (quantities or time)'),\n",
- " ('judge',\n",
- " 'judge tentatively or form an estimate of (quantities or time)'),\n",
" ('estimate',\n",
+ " 'judge tentatively or form an estimate of (quantities or time)'),\n",
+ " ('judge',\n",
" 'judge tentatively or form an estimate of (quantities or time)')]},\n",
" {'answer': 'armed',\n",
" 'hint': 'synonyms for armed',\n",
- " 'clues': [('arm', 'supply with arms'),\n",
+ " 'clues': [('build up', 'prepare oneself for a military confrontation'),\n",
+ " ('arm', 'prepare oneself for a military confrontation'),\n",
" ('gird', 'prepare oneself for a military confrontation'),\n",
- " ('build up', 'prepare oneself for a military confrontation'),\n",
" ('fortify', 'prepare oneself for a military confrontation')]},\n",
" {'answer': 'aroused',\n",
" 'hint': 'synonyms for aroused',\n",
- " 'clues': [('arouse', 'to begin moving,'),\n",
- " ('energize', 'cause to be alert and energetic'),\n",
- " ('raise', 'call forth (emotions, feelings, and responses)'),\n",
- " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
- " ('elicit', 'call forth (emotions, feelings, and responses)'),\n",
- " ('brace', 'cause to be alert and energetic'),\n",
- " ('wind up', 'stimulate sexually'),\n",
- " ('excite', 'stimulate sexually'),\n",
- " ('put forward',\n",
- " 'summon into action or bring into existence, often as if by magic'),\n",
- " ('invoke',\n",
+ " 'clues': [('stir', 'to begin moving,'),\n",
+ " ('enkindle', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('wake', 'cause to become awake or conscious'),\n",
+ " ('bring up',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('conjure up',\n",
+ " ('energise', 'cause to be alert and energetic'),\n",
+ " ('arouse', 'stimulate sexually'),\n",
+ " ('come alive', 'stop sleeping'),\n",
+ " ('raise',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('wake up', 'cause to become awake or conscious'),\n",
+ " ('wake up', 'stop sleeping'),\n",
+ " ('stimulate', 'cause to be alert and energetic'),\n",
" ('provoke', 'call forth (emotions, feelings, and responses)'),\n",
- " ('waken', 'cause to become awake or conscious'),\n",
- " ('enkindle', 'call forth (emotions, feelings, and responses)'),\n",
- " ('come alive', 'stop sleeping'),\n",
+ " ('awaken', 'stop sleeping'),\n",
+ " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('sex', 'stimulate sexually'),\n",
" ('turn on', 'stimulate sexually'),\n",
- " ('call down',\n",
+ " ('invoke',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('stir',\n",
+ " ('call down',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('fire', 'call forth (emotions, feelings, and responses)'),\n",
- " ('awake', 'stop sleeping'),\n",
+ " ('excite', 'stimulate sexually'),\n",
+ " ('wind up', 'stimulate sexually'),\n",
" ('call forth',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('conjure',\n",
+ " ('perk up', 'cause to be alert and energetic'),\n",
+ " ('put forward',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('bring up',\n",
+ " ('fire', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('conjure',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('perk up', 'cause to be alert and energetic'),\n",
- " ('stimulate', 'cause to be alert and energetic'),\n",
- " ('sex', 'stimulate sexually')]},\n",
+ " ('elicit', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('brace', 'cause to be alert and energetic'),\n",
+ " ('conjure up',\n",
+ " 'summon into action or bring into existence, often as if by magic')]},\n",
" {'answer': 'arranged',\n",
" 'hint': 'synonyms for arranged',\n",
- " 'clues': [('coiffe', 'arrange attractively'),\n",
- " ('do', 'arrange attractively'),\n",
- " ('set up', 'put into a proper or systematic order'),\n",
- " ('put', 'arrange thoughts, ideas, temporal events'),\n",
- " ('set', 'adapt for performance in a different way'),\n",
- " ('arrange', 'make arrangements for'),\n",
+ " 'clues': [('coiffure', 'arrange attractively'),\n",
+ " ('set up', 'arrange thoughts, ideas, temporal events'),\n",
+ " ('coif', 'arrange attractively'),\n",
" ('dress', 'arrange attractively'),\n",
- " ('order', 'arrange thoughts, ideas, temporal events'),\n",
+ " ('arrange', 'put into a proper or systematic order'),\n",
+ " ('put', 'arrange thoughts, ideas, temporal events'),\n",
" ('fix up', 'make arrangements for'),\n",
- " ('format', 'set (printed matter) into a specific format'),\n",
+ " ('do', 'arrange attractively'),\n",
+ " ('set', 'arrange attractively'),\n",
" ('stage', 'plan, organize, and carry out (an event)'),\n",
- " ('coif', 'arrange attractively')]},\n",
+ " ('format', 'set (printed matter) into a specific format'),\n",
+ " ('order', 'arrange thoughts, ideas, temporal events')]},\n",
" {'answer': 'arrayed',\n",
" 'hint': 'synonyms for arrayed',\n",
- " 'clues': [('array',\n",
- " 'lay out orderly or logically in a line or as if in a line'),\n",
- " ('lay out', 'lay out orderly or logically in a line or as if in a line'),\n",
- " ('align', 'align oneself with a group or a way of thinking'),\n",
+ " 'clues': [('array', 'align oneself with a group or a way of thinking'),\n",
" ('set out', 'lay out orderly or logically in a line or as if in a line'),\n",
- " ('range', 'lay out orderly or logically in a line or as if in a line')]},\n",
+ " ('lay out', 'lay out orderly or logically in a line or as if in a line'),\n",
+ " ('range', 'lay out orderly or logically in a line or as if in a line'),\n",
+ " ('align', 'align oneself with a group or a way of thinking')]},\n",
" {'answer': 'arresting',\n",
" 'hint': 'synonyms for arresting',\n",
- " 'clues': [('arrest', 'take into custody'),\n",
+ " 'clues': [('apprehend', 'take into custody'),\n",
" ('contain',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
+ " ('get', 'attract and fix'),\n",
" ('halt', 'cause to stop'),\n",
- " ('hold', 'cause to stop'),\n",
- " ('nail', 'take into custody'),\n",
- " ('nab', 'take into custody'),\n",
- " ('stop',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
+ " ('cop', 'take into custody'),\n",
+ " ('arrest', 'take into custody'),\n",
" ('collar', 'take into custody'),\n",
- " ('get', 'attract and fix'),\n",
- " ('turn back',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('apprehend', 'take into custody'),\n",
" ('catch', 'attract and fix'),\n",
" ('check',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('cop', 'take into custody'),\n",
+ " ('turn back',\n",
+ " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
+ " ('nail', 'take into custody'),\n",
+ " ('pick up', 'take into custody'),\n",
" ('hold back',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('pick up', 'take into custody')]},\n",
+ " ('nab', 'take into custody'),\n",
+ " ('hold', 'cause to stop'),\n",
+ " ('stop',\n",
+ " 'hold back, as of a danger or an enemy; check the expansion or influence of')]},\n",
" {'answer': 'articulate',\n",
" 'hint': 'synonyms for articulate',\n",
- " 'clues': [('joint', 'provide with a joint'),\n",
+ " 'clues': [('vocalise', 'express or state clearly'),\n",
" ('formulate', 'put into words or an expression'),\n",
- " ('say', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('joint', 'provide with a joint'),\n",
" ('enunciate', 'express or state clearly'),\n",
- " ('pronounce', 'speak, pronounce, or utter in a certain way'),\n",
" ('enounce', 'speak, pronounce, or utter in a certain way'),\n",
- " ('vocalize', 'express or state clearly'),\n",
" ('give voice', 'put into words or an expression'),\n",
" ('word', 'put into words or an expression'),\n",
- " ('phrase', 'put into words or an expression'),\n",
- " ('sound out', 'speak, pronounce, or utter in a certain way')]},\n",
+ " ('say', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('sound out', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('pronounce', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('phrase', 'put into words or an expression')]},\n",
" {'answer': 'articulated',\n",
" 'hint': 'synonyms for articulated',\n",
- " 'clues': [('joint', 'provide with a joint'),\n",
+ " 'clues': [('articulate', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('vocalise', 'express or state clearly'),\n",
" ('formulate', 'put into words or an expression'),\n",
- " ('articulate', 'speak, pronounce, or utter in a certain way'),\n",
- " ('say', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('joint', 'provide with a joint'),\n",
" ('enunciate', 'express or state clearly'),\n",
- " ('pronounce', 'speak, pronounce, or utter in a certain way'),\n",
" ('enounce', 'speak, pronounce, or utter in a certain way'),\n",
- " ('vocalize', 'express or state clearly'),\n",
" ('give voice', 'put into words or an expression'),\n",
" ('word', 'put into words or an expression'),\n",
- " ('phrase', 'put into words or an expression'),\n",
- " ('sound out', 'speak, pronounce, or utter in a certain way')]},\n",
+ " ('say', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('pronounce', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('sound out', 'speak, pronounce, or utter in a certain way'),\n",
+ " ('phrase', 'put into words or an expression')]},\n",
" {'answer': 'ascending',\n",
" 'hint': 'synonyms for ascending',\n",
- " 'clues': [('ascend', 'travel up,'),\n",
- " ('climb up', 'appear to be moving upward, as by means of tendrils'),\n",
- " ('move up',\n",
- " 'move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great'),\n",
+ " 'clues': [('ascend', 'go back in order of genealogical succession'),\n",
" ('rise',\n",
" 'move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great'),\n",
" ('go up', 'travel up,'),\n",
+ " ('come up', 'come up, of celestial bodies'),\n",
" ('uprise', 'come up, of celestial bodies'),\n",
- " ('come up', 'come up, of celestial bodies')]},\n",
+ " ('move up',\n",
+ " 'move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great'),\n",
+ " ('climb up', 'appear to be moving upward, as by means of tendrils')]},\n",
" {'answer': 'ascertained',\n",
" 'hint': 'synonyms for ascertained',\n",
- " 'clues': [('see to it',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
+ " 'clues': [('check',\n",
+ " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
" ('ascertain',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
" ('determine',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('see',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('check',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('find out',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('watch',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('find',\n",
" 'establish after a calculation, investigation, experiment, survey, or study'),\n",
- " ('learn',\n",
+ " ('watch',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('assure',\n",
+ " ('see',\n",
" 'be careful or certain to do something; make certain of something'),\n",
" ('control',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('assure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
" ('ensure',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('find out',\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
" ('insure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('find',\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
+ " ('learn',\n",
+ " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
+ " ('see to it',\n",
" 'be careful or certain to do something; make certain of something')]},\n",
" {'answer': 'asphyxiated',\n",
" 'hint': 'synonyms for asphyxiated',\n",
- " 'clues': [('suffocate', 'be asphyxiated; die from lack of oxygen'),\n",
- " ('asphyxiate', 'deprive of oxygen and prevent from breathing'),\n",
+ " 'clues': [('asphyxiate', 'deprive of oxygen and prevent from breathing'),\n",
+ " ('suffocate', 'impair the respiration of or obstruct the air passage of'),\n",
" ('stifle', 'be asphyxiated; die from lack of oxygen'),\n",
- " ('smother', 'deprive of oxygen and prevent from breathing'),\n",
- " ('choke', 'impair the respiration of or obstruct the air passage of')]},\n",
+ " ('choke', 'impair the respiration of or obstruct the air passage of'),\n",
+ " ('smother', 'deprive of oxygen and prevent from breathing')]},\n",
" {'answer': 'asphyxiating',\n",
" 'hint': 'synonyms for asphyxiating',\n",
- " 'clues': [('suffocate', 'be asphyxiated; die from lack of oxygen'),\n",
- " ('asphyxiate', 'deprive of oxygen and prevent from breathing'),\n",
+ " 'clues': [('asphyxiate', 'deprive of oxygen and prevent from breathing'),\n",
+ " ('suffocate', 'impair the respiration of or obstruct the air passage of'),\n",
" ('stifle', 'be asphyxiated; die from lack of oxygen'),\n",
- " ('smother', 'deprive of oxygen and prevent from breathing'),\n",
- " ('choke', 'impair the respiration of or obstruct the air passage of')]},\n",
+ " ('choke', 'impair the respiration of or obstruct the air passage of'),\n",
+ " ('smother', 'deprive of oxygen and prevent from breathing')]},\n",
" {'answer': 'aspiring',\n",
" 'hint': 'synonyms for aspiring',\n",
- " 'clues': [('shoot for', 'have an ambitious plan or a lofty goal'),\n",
+ " 'clues': [('draw a bead on', 'have an ambitious plan or a lofty goal'),\n",
+ " ('shoot for', 'have an ambitious plan or a lofty goal'),\n",
" ('aspire', 'have an ambitious plan or a lofty goal'),\n",
- " ('aim', 'have an ambitious plan or a lofty goal'),\n",
- " ('draw a bead on', 'have an ambitious plan or a lofty goal')]},\n",
+ " ('aim', 'have an ambitious plan or a lofty goal')]},\n",
" {'answer': 'asserted',\n",
" 'hint': 'synonyms for asserted',\n",
- " 'clues': [('aver', 'to declare or affirm solemnly and formally as true'),\n",
+ " 'clues': [('affirm', 'to declare or affirm solemnly and formally as true'),\n",
" ('assert', \"insist on having one's opinions and rights recognized\"),\n",
- " ('swear', 'to declare or affirm solemnly and formally as true'),\n",
+ " ('insist', 'assert to be true'),\n",
" ('swan', 'to declare or affirm solemnly and formally as true'),\n",
- " ('put forward', \"insist on having one's opinions and rights recognized\"),\n",
- " ('affirm', 'to declare or affirm solemnly and formally as true'),\n",
" ('verify', 'to declare or affirm solemnly and formally as true'),\n",
- " ('maintain', 'state categorically'),\n",
+ " ('asseverate', 'state categorically'),\n",
" ('avow', 'to declare or affirm solemnly and formally as true'),\n",
- " ('insist', 'assert to be true'),\n",
- " ('asseverate', 'state categorically')]},\n",
+ " ('maintain', 'state categorically'),\n",
+ " ('aver', 'to declare or affirm solemnly and formally as true'),\n",
+ " ('put forward', \"insist on having one's opinions and rights recognized\"),\n",
+ " ('swear', 'to declare or affirm solemnly and formally as true')]},\n",
" {'answer': 'asserting',\n",
" 'hint': 'synonyms for asserting',\n",
- " 'clues': [('aver', 'to declare or affirm solemnly and formally as true'),\n",
+ " 'clues': [('affirm', 'to declare or affirm solemnly and formally as true'),\n",
" ('assert', \"insist on having one's opinions and rights recognized\"),\n",
- " ('swear', 'to declare or affirm solemnly and formally as true'),\n",
+ " ('insist', 'assert to be true'),\n",
" ('swan', 'to declare or affirm solemnly and formally as true'),\n",
- " ('put forward', \"insist on having one's opinions and rights recognized\"),\n",
- " ('affirm', 'to declare or affirm solemnly and formally as true'),\n",
" ('verify', 'to declare or affirm solemnly and formally as true'),\n",
- " ('maintain', 'state categorically'),\n",
+ " ('asseverate', 'state categorically'),\n",
" ('avow', 'to declare or affirm solemnly and formally as true'),\n",
- " ('insist', 'assert to be true'),\n",
- " ('asseverate', 'state categorically')]},\n",
+ " ('maintain', 'state categorically'),\n",
+ " ('aver', 'to declare or affirm solemnly and formally as true'),\n",
+ " ('put forward', \"insist on having one's opinions and rights recognized\"),\n",
+ " ('swear', 'to declare or affirm solemnly and formally as true')]},\n",
" {'answer': 'assigned',\n",
" 'hint': 'synonyms for assigned',\n",
- " 'clues': [('portion', 'give out'),\n",
- " ('attribute', 'decide as to where something belongs in a scheme'),\n",
- " ('ascribe', 'attribute or credit to'),\n",
- " ('assign', 'select something or someone for a specific purpose'),\n",
- " ('arrogate', 'make undue claims to having'),\n",
- " ('allot', 'give out'),\n",
- " ('specify', 'select something or someone for a specific purpose'),\n",
+ " 'clues': [('assign', \"transfer one's right to\"),\n",
" ('depute',\n",
" 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
- " ('set apart', 'select something or someone for a specific purpose'),\n",
- " ('impute', 'attribute or credit to'),\n",
" ('designate',\n",
" 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
- " ('put', 'attribute or give'),\n",
+ " ('specify', 'select something or someone for a specific purpose'),\n",
" ('delegate',\n",
- " 'give an assignment to (a person) to a post, or assign a task to (a person)')]},\n",
+ " 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
+ " ('put', 'attribute or give'),\n",
+ " ('allot', 'give out'),\n",
+ " ('attribute', 'decide as to where something belongs in a scheme'),\n",
+ " ('ascribe', 'attribute or credit to'),\n",
+ " ('arrogate', 'make undue claims to having'),\n",
+ " ('impute', 'attribute or credit to'),\n",
+ " ('portion', 'give out'),\n",
+ " ('set apart', 'select something or someone for a specific purpose')]},\n",
" {'answer': 'assimilating',\n",
" 'hint': 'synonyms for assimilating',\n",
" 'clues': [('take in', 'take up mentally'),\n",
+ " ('assimilate', \"become similar to one's environment\"),\n",
+ " ('ingest', 'take up mentally'),\n",
" ('absorb', 'take up mentally'),\n",
- " ('assimilate', 'take up mentally'),\n",
- " ('imbibe', 'take (gas, light or heat) into a solution'),\n",
- " ('ingest', 'take up mentally')]},\n",
+ " ('imbibe', 'take (gas, light or heat) into a solution')]},\n",
" {'answer': 'assisted',\n",
" 'hint': 'synonyms for assisted',\n",
- " 'clues': [('attend to', 'work for or be a servant to'),\n",
- " ('assist', 'work for or be a servant to'),\n",
+ " 'clues': [('aid', 'give help or assistance; be of service'),\n",
+ " ('assist', 'give help or assistance; be of service'),\n",
+ " ('serve', 'work for or be a servant to'),\n",
+ " ('attend to', 'work for or be a servant to'),\n",
" ('attend', 'work for or be a servant to'),\n",
- " ('aid', 'give help or assistance; be of service'),\n",
- " ('help', 'give help or assistance; be of service'),\n",
" ('wait on', 'work for or be a servant to'),\n",
- " ('serve', 'work for or be a servant to')]},\n",
+ " ('help', 'give help or assistance; be of service')]},\n",
" {'answer': 'associate',\n",
" 'hint': 'synonyms for associate',\n",
- " 'clues': [('relate', 'make a logical or causal connection'),\n",
- " ('tie in', 'make a logical or causal connection'),\n",
- " ('connect', 'make a logical or causal connection'),\n",
+ " 'clues': [('assort', 'keep company with; hang out with'),\n",
" ('affiliate', 'keep company with; hang out with'),\n",
- " ('link up', 'make a logical or causal connection'),\n",
" ('colligate', 'make a logical or causal connection'),\n",
- " ('consort', 'keep company with; hang out with'),\n",
" ('consociate', 'bring or come into association or action'),\n",
+ " ('link up', 'make a logical or causal connection'),\n",
" ('link', 'make a logical or causal connection'),\n",
- " ('assort', 'keep company with; hang out with')]},\n",
+ " ('connect', 'make a logical or causal connection'),\n",
+ " ('consort', 'keep company with; hang out with'),\n",
+ " ('tie in', 'make a logical or causal connection'),\n",
+ " ('relate', 'make a logical or causal connection')]},\n",
" {'answer': 'assorted',\n",
" 'hint': 'synonyms for assorted',\n",
- " 'clues': [('sort out', 'arrange or order by classes or categories'),\n",
+ " 'clues': [('associate', 'keep company with; hang out with'),\n",
+ " ('assort', 'keep company with; hang out with'),\n",
+ " ('sort out', 'arrange or order by classes or categories'),\n",
+ " ('separate', 'arrange or order by classes or categories'),\n",
+ " ('classify', 'arrange or order by classes or categories'),\n",
+ " ('sort', 'arrange or order by classes or categories'),\n",
" ('affiliate', 'keep company with; hang out with'),\n",
" ('consort', 'keep company with; hang out with'),\n",
- " ('class', 'arrange or order by classes or categories'),\n",
- " ('assort', 'arrange or order by classes or categories'),\n",
- " ('sort', 'arrange or order by classes or categories'),\n",
- " ('separate', 'arrange or order by classes or categories'),\n",
- " ('associate', 'keep company with; hang out with'),\n",
- " ('classify', 'arrange or order by classes or categories')]},\n",
+ " ('class', 'arrange or order by classes or categories')]},\n",
" {'answer': 'assumed',\n",
" 'hint': 'synonyms for assumed',\n",
- " 'clues': [('presume',\n",
- " 'take to be the case or to be true; accept without verification or proof'),\n",
- " ('adopt', 'take on titles, offices, duties, responsibilities'),\n",
- " ('take on', 'take on titles, offices, duties, responsibilities'),\n",
- " ('assume', 'take on a certain form, attribute, or aspect'),\n",
- " ('accept',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
- " ('put on', \"put clothing on one's body\"),\n",
- " ('sham', 'make a pretence of'),\n",
- " ('seize',\n",
- " \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
- " ('bear', \"take on as one's own the expenses or debts of another person\"),\n",
- " ('feign', 'make a pretence of'),\n",
- " ('don', \"put clothing on one's body\"),\n",
- " ('strike', 'occupy or take on'),\n",
- " ('take over',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
+ " 'clues': [('don', \"put clothing on one's body\"),\n",
" ('take', 'occupy or take on'),\n",
- " ('usurp',\n",
- " \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
- " ('get into', \"put clothing on one's body\"),\n",
- " ('arrogate',\n",
+ " ('bear', \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('assume',\n",
" \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
- " ('wear', \"put clothing on one's body\"),\n",
+ " ('adopt', 'take on titles, offices, duties, responsibilities'),\n",
+ " ('take on', 'take on a certain form, attribute, or aspect'),\n",
+ " ('acquire', 'take on a certain form, attribute, or aspect'),\n",
" ('simulate', 'make a pretence of'),\n",
+ " ('feign', 'make a pretence of'),\n",
" ('take for granted',\n",
" 'take to be the case or to be true; accept without verification or proof'),\n",
- " ('acquire', 'take on a certain form, attribute, or aspect'),\n",
- " ('take up', 'occupy or take on')]},\n",
- " {'answer': 'assuming',\n",
- " 'hint': 'synonyms for assuming',\n",
- " 'clues': [('presume',\n",
- " 'take to be the case or to be true; accept without verification or proof'),\n",
- " ('adopt', 'take on titles, offices, duties, responsibilities'),\n",
- " ('take on', 'take on titles, offices, duties, responsibilities'),\n",
- " ('assume', 'take on a certain form, attribute, or aspect'),\n",
+ " ('wear', \"put clothing on one's body\"),\n",
+ " ('get into', \"put clothing on one's body\"),\n",
+ " ('take over', 'take on titles, offices, duties, responsibilities'),\n",
+ " ('strike', 'occupy or take on'),\n",
+ " ('take up', 'occupy or take on'),\n",
" ('accept',\n",
" \"take on as one's own the expenses or debts of another person\"),\n",
- " ('put on', \"put clothing on one's body\"),\n",
+ " ('arrogate',\n",
+ " \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
+ " ('presume',\n",
+ " 'take to be the case or to be true; accept without verification or proof'),\n",
" ('sham', 'make a pretence of'),\n",
- " ('seize',\n",
+ " ('put on', \"put clothing on one's body\"),\n",
+ " ('usurp',\n",
" \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
+ " ('seize',\n",
+ " \"seize and take control without authority and possibly with force; take as one's right or possession\")]},\n",
+ " {'answer': 'assuming',\n",
+ " 'hint': 'synonyms for assuming',\n",
+ " 'clues': [('don', \"put clothing on one's body\"),\n",
+ " ('take', 'occupy or take on'),\n",
" ('bear', \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('assume',\n",
+ " \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
+ " ('adopt', 'take on titles, offices, duties, responsibilities'),\n",
+ " ('take on', 'take on a certain form, attribute, or aspect'),\n",
+ " ('acquire', 'take on a certain form, attribute, or aspect'),\n",
+ " ('simulate', 'make a pretence of'),\n",
" ('feign', 'make a pretence of'),\n",
- " ('don', \"put clothing on one's body\"),\n",
+ " ('take for granted',\n",
+ " 'take to be the case or to be true; accept without verification or proof'),\n",
+ " ('wear', \"put clothing on one's body\"),\n",
+ " ('get into', \"put clothing on one's body\"),\n",
+ " ('take over', 'take on titles, offices, duties, responsibilities'),\n",
" ('strike', 'occupy or take on'),\n",
- " ('take over',\n",
+ " ('take up', 'occupy or take on'),\n",
+ " ('accept',\n",
" \"take on as one's own the expenses or debts of another person\"),\n",
- " ('take', 'occupy or take on'),\n",
- " ('usurp',\n",
- " \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
- " ('get into', \"put clothing on one's body\"),\n",
" ('arrogate',\n",
" \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
- " ('wear', \"put clothing on one's body\"),\n",
- " ('simulate', 'make a pretence of'),\n",
- " ('take for granted',\n",
+ " ('presume',\n",
" 'take to be the case or to be true; accept without verification or proof'),\n",
- " ('acquire', 'take on a certain form, attribute, or aspect'),\n",
- " ('take up', 'occupy or take on')]},\n",
+ " ('sham', 'make a pretence of'),\n",
+ " ('put on', \"put clothing on one's body\"),\n",
+ " ('usurp',\n",
+ " \"seize and take control without authority and possibly with force; take as one's right or possession\"),\n",
+ " ('seize',\n",
+ " \"seize and take control without authority and possibly with force; take as one's right or possession\")]},\n",
" {'answer': 'assured',\n",
" 'hint': 'synonyms for assured',\n",
- " 'clues': [('reassure', 'cause to feel sure; give reassurance to'),\n",
- " ('promise', 'make a promise or commitment'),\n",
- " ('see to it',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
+ " 'clues': [('assure', 'make certain of'),\n",
" ('ascertain',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('guarantee', 'make certain of'),\n",
+ " ('insure', 'make certain of'),\n",
+ " ('promise', 'make a promise or commitment'),\n",
+ " ('secure', 'make certain of'),\n",
" ('see',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('secure', 'make certain of'),\n",
- " ('check',\n",
+ " ('control',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('ensure',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('ensure', 'make certain of'),\n",
- " ('guarantee', 'make certain of'),\n",
- " ('insure', 'make certain of'),\n",
" ('tell', 'inform positively and with certainty and confidence'),\n",
- " ('control',\n",
+ " ('check',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('see to it',\n",
" 'be careful or certain to do something; make certain of something')]},\n",
" {'answer': 'assuring',\n",
" 'hint': 'synonyms for assuring',\n",
- " 'clues': [('reassure', 'cause to feel sure; give reassurance to'),\n",
- " ('promise', 'make a promise or commitment'),\n",
- " ('see to it',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
+ " 'clues': [('assure', 'make certain of'),\n",
" ('ascertain',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('guarantee', 'make certain of'),\n",
+ " ('insure', 'make certain of'),\n",
+ " ('promise', 'make a promise or commitment'),\n",
+ " ('secure', 'make certain of'),\n",
" ('see',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('secure', 'make certain of'),\n",
- " ('check',\n",
+ " ('control',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('ensure',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('ensure', 'make certain of'),\n",
- " ('guarantee', 'make certain of'),\n",
- " ('insure', 'make certain of'),\n",
" ('tell', 'inform positively and with certainty and confidence'),\n",
- " ('control',\n",
+ " ('check',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('see to it',\n",
" 'be careful or certain to do something; make certain of something')]},\n",
" {'answer': 'attached',\n",
" 'hint': 'synonyms for attached',\n",
- " 'clues': [('tie', 'create social or emotional ties'),\n",
- " ('confiscate',\n",
- " 'take temporary possession of as a security, by legal authority'),\n",
- " ('attach', 'be attached; be in contact with'),\n",
- " ('sequester',\n",
+ " 'clues': [('attach',\n",
" 'take temporary possession of as a security, by legal authority'),\n",
+ " ('bond', 'create social or emotional ties'),\n",
" ('bind', 'create social or emotional ties'),\n",
+ " ('seize',\n",
+ " 'take temporary possession of as a security, by legal authority'),\n",
+ " ('confiscate',\n",
+ " 'take temporary possession of as a security, by legal authority'),\n",
+ " ('tie', 'create social or emotional ties'),\n",
" ('impound',\n",
" 'take temporary possession of as a security, by legal authority'),\n",
- " ('bond', 'create social or emotional ties'),\n",
- " ('seize',\n",
+ " ('sequester',\n",
" 'take temporary possession of as a security, by legal authority')]},\n",
" {'answer': 'attacking',\n",
" 'hint': 'synonyms for attacking',\n",
- " 'clues': [('aggress', 'take the initiative and go on the offensive'),\n",
- " ('assail',\n",
- " 'launch an attack or assault on; begin hostilities or start warfare with'),\n",
- " ('attack',\n",
- " 'launch an attack or assault on; begin hostilities or start warfare with'),\n",
- " ('lash out', 'attack in speech or writing'),\n",
- " ('assault', 'attack in speech or writing'),\n",
+ " 'clues': [('attack', 'attack in speech or writing'),\n",
+ " ('assault', 'attack someone physically or emotionally'),\n",
" ('round', 'attack in speech or writing'),\n",
" ('snipe', 'attack in speech or writing'),\n",
+ " ('lash out', 'attack in speech or writing'),\n",
+ " ('assail', 'attack in speech or writing'),\n",
+ " ('aggress', 'take the initiative and go on the offensive'),\n",
" ('set on', 'attack someone physically or emotionally')]},\n",
" {'answer': 'attained',\n",
" 'hint': 'synonyms for attained',\n",
- " 'clues': [('achieve', 'to gain with effort'),\n",
- " ('chance upon', 'find unexpectedly'),\n",
- " ('attain', 'find unexpectedly'),\n",
- " ('come across', 'find unexpectedly'),\n",
- " ('discover', 'find unexpectedly'),\n",
+ " 'clues': [('chance upon', 'find unexpectedly'),\n",
+ " ('fall upon', 'find unexpectedly'),\n",
+ " ('achieve', 'to gain with effort'),\n",
" ('gain', 'reach a destination, either real or abstract'),\n",
- " ('hit', 'reach a destination, either real or abstract'),\n",
- " ('arrive at', 'reach a destination, either real or abstract'),\n",
+ " ('attain', 'to gain with effort'),\n",
" ('make', 'reach a destination, either real or abstract'),\n",
+ " ('reach', 'to gain with effort'),\n",
+ " ('come across', 'find unexpectedly'),\n",
" ('come upon', 'find unexpectedly'),\n",
- " ('reach', 'reach a destination, either real or abstract'),\n",
" ('happen upon', 'find unexpectedly'),\n",
- " ('fall upon', 'find unexpectedly'),\n",
+ " ('discover', 'find unexpectedly'),\n",
+ " ('hit', 'reach a destination, either real or abstract'),\n",
+ " ('accomplish', 'to gain with effort'),\n",
" ('light upon', 'find unexpectedly'),\n",
- " ('strike', 'find unexpectedly'),\n",
- " ('accomplish', 'to gain with effort')]},\n",
+ " ('arrive at', 'reach a destination, either real or abstract'),\n",
+ " ('strike', 'find unexpectedly')]},\n",
" {'answer': 'attempted',\n",
" 'hint': 'synonyms for attempted',\n",
- " 'clues': [('essay', 'make an effort or attempt'),\n",
- " ('seek', 'make an effort or attempt'),\n",
+ " 'clues': [('try', 'make an effort or attempt'),\n",
+ " ('attempt', 'make an effort or attempt'),\n",
" ('undertake', 'enter upon an activity or enterprise'),\n",
+ " ('essay', 'make an effort or attempt'),\n",
" ('assay', 'make an effort or attempt'),\n",
- " ('attempt', 'make an effort or attempt'),\n",
" ('set about', 'enter upon an activity or enterprise'),\n",
- " ('try', 'make an effort or attempt')]},\n",
+ " ('seek', 'make an effort or attempt')]},\n",
" {'answer': 'attended',\n",
" 'hint': 'synonyms for attended',\n",
- " 'clues': [('pay heed', 'give heed (to)'),\n",
- " ('advert', 'give heed (to)'),\n",
- " ('attend to', 'work for or be a servant to'),\n",
+ " 'clues': [('look', 'take charge of or deal with'),\n",
" ('attend', 'take charge of or deal with'),\n",
- " ('assist', 'work for or be a servant to'),\n",
" ('hang', 'give heed (to)'),\n",
- " ('go to', 'be present at (meetings, church services, university), etc.'),\n",
- " ('look', 'take charge of or deal with'),\n",
- " ('serve', 'work for or be a servant to'),\n",
" ('give ear', 'give heed (to)'),\n",
- " ('wait on', 'work for or be a servant to'),\n",
+ " ('assist', 'work for or be a servant to'),\n",
+ " ('serve', 'work for or be a servant to'),\n",
+ " ('attend to', 'work for or be a servant to'),\n",
+ " ('pay heed', 'give heed (to)'),\n",
+ " ('go to', 'be present at (meetings, church services, university), etc.'),\n",
" ('take care', 'take charge of or deal with'),\n",
+ " ('advert', 'give heed (to)'),\n",
+ " ('wait on', 'work for or be a servant to'),\n",
" ('see', 'take charge of or deal with')]},\n",
" {'answer': 'attested',\n",
" 'hint': 'synonyms for attested',\n",
- " 'clues': [('attest',\n",
- " 'authenticate, affirm to be true, genuine, or correct, as in an official capacity'),\n",
- " ('testify', 'give testimony in a court of law'),\n",
+ " 'clues': [('manifest',\n",
+ " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
" ('certify',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
- " ('manifest',\n",
+ " ('attest', 'establish or verify the usage of'),\n",
+ " ('evidence',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
" ('demonstrate',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
- " ('take the stand', 'give testimony in a court of law'),\n",
" ('bear witness', 'give testimony in a court of law'),\n",
- " ('evidence',\n",
- " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\")]},\n",
+ " ('take the stand', 'give testimony in a court of law'),\n",
+ " ('testify', 'give testimony in a court of law')]},\n",
" {'answer': 'attired',\n",
" 'hint': 'synonyms for attired',\n",
- " 'clues': [('attire',\n",
+ " 'clues': [('deck up',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('rig out',\n",
+ " ('trick out',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('get up',\n",
+ " ('fig up',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('overdress',\n",
+ " ('get up',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('fancy up',\n",
+ " ('fig out',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
" ('prink',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('tog out',\n",
+ " ('trick up',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
" ('gussy up',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('fig up',\n",
- " 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('tog up',\n",
+ " ('tog out',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
" ('deck out',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('trick up',\n",
+ " ('attire',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('trick out',\n",
+ " ('dress up',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('deck up',\n",
+ " ('overdress',\n",
" 'put on special clothes to appear particularly appealing and attractive'),\n",
- " ('dress up',\n",
+ " ('fancy up',\n",
+ " 'put on special clothes to appear particularly appealing and attractive'),\n",
+ " ('tog up',\n",
" 'put on special clothes to appear particularly appealing and attractive')]},\n",
" {'answer': 'authorised',\n",
" 'hint': 'synonyms for authorised',\n",
- " 'clues': [('authorize', 'grant authorization or clearance for'),\n",
- " ('empower', 'give or delegate power or authority to'),\n",
- " ('clear', 'grant authorization or clearance for'),\n",
- " ('pass', 'grant authorization or clearance for')]},\n",
+ " 'clues': [('clear', 'grant authorization or clearance for'),\n",
+ " ('pass', 'grant authorization or clearance for'),\n",
+ " ('authorize', 'grant authorization or clearance for'),\n",
+ " ('empower', 'give or delegate power or authority to')]},\n",
" {'answer': 'authorized',\n",
" 'hint': 'synonyms for authorized',\n",
- " 'clues': [('authorize', 'grant authorization or clearance for'),\n",
- " ('empower', 'give or delegate power or authority to'),\n",
- " ('clear', 'grant authorization or clearance for'),\n",
- " ('pass', 'grant authorization or clearance for')]},\n",
+ " 'clues': [('clear', 'grant authorization or clearance for'),\n",
+ " ('pass', 'grant authorization or clearance for'),\n",
+ " ('authorize', 'grant authorization or clearance for'),\n",
+ " ('empower', 'give or delegate power or authority to')]},\n",
" {'answer': 'avowed',\n",
" 'hint': 'synonyms for avowed',\n",
- " 'clues': [('aver', 'to declare or affirm solemnly and formally as true'),\n",
- " ('swear', 'to declare or affirm solemnly and formally as true'),\n",
- " ('swan', 'to declare or affirm solemnly and formally as true'),\n",
- " ('affirm', 'to declare or affirm solemnly and formally as true'),\n",
+ " 'clues': [('affirm', 'to declare or affirm solemnly and formally as true'),\n",
" ('avow', 'admit openly and bluntly; make no bones about'),\n",
+ " ('swan', 'to declare or affirm solemnly and formally as true'),\n",
" ('verify', 'to declare or affirm solemnly and formally as true'),\n",
+ " ('avouch', 'admit openly and bluntly; make no bones about'),\n",
" ('assert', 'to declare or affirm solemnly and formally as true'),\n",
- " ('avouch', 'admit openly and bluntly; make no bones about')]},\n",
+ " ('aver', 'to declare or affirm solemnly and formally as true'),\n",
+ " ('swear', 'to declare or affirm solemnly and formally as true')]},\n",
" {'answer': 'awake',\n",
" 'hint': 'synonyms for awake',\n",
- " 'clues': [('waken', 'stop sleeping'),\n",
- " ('arouse', 'stop sleeping'),\n",
+ " 'clues': [('awaken', 'stop sleeping'),\n",
+ " ('wake', 'stop sleeping'),\n",
" ('come alive', 'stop sleeping'),\n",
- " ('wake up', 'stop sleeping')]},\n",
+ " ('wake up', 'stop sleeping'),\n",
+ " ('arouse', 'stop sleeping')]},\n",
" {'answer': 'awakened',\n",
" 'hint': 'synonyms for awakened',\n",
- " 'clues': [('arouse', 'stop sleeping'),\n",
+ " 'clues': [('awaken', 'stop sleeping'),\n",
" ('wake', 'cause to become awake or conscious'),\n",
" ('wake up', 'cause to become awake or conscious'),\n",
- " ('awaken', 'cause to become awake or conscious'),\n",
+ " ('arouse', 'cause to become awake or conscious'),\n",
" ('come alive', 'stop sleeping')]},\n",
" {'answer': 'back',\n",
" 'hint': 'synonyms for back',\n",
- " 'clues': [('endorse', \"give support or one's approval to\"),\n",
+ " 'clues': [('indorse', \"give support or one's approval to\"),\n",
+ " ('bet on', 'place a bet on'),\n",
" ('second', \"give support or one's approval to\"),\n",
- " ('support', 'be behind; approve of'),\n",
- " ('punt', 'place a bet on'),\n",
- " ('plunk for', 'be behind; approve of'),\n",
- " ('gage', 'place a bet on'),\n",
" ('stake', 'place a bet on'),\n",
- " ('bet on', 'place a bet on'),\n",
- " ('plump for', 'be behind; approve of'),\n",
+ " ('gage', 'place a bet on'),\n",
+ " ('support', 'be behind; approve of'),\n",
" ('game', 'place a bet on'),\n",
- " ('back up', 'establish as valid or genuine')]},\n",
+ " ('plump for', 'be behind; approve of'),\n",
+ " ('plunk for', 'be behind; approve of'),\n",
+ " ('back up', 'establish as valid or genuine'),\n",
+ " ('punt', 'place a bet on')]},\n",
" {'answer': 'backed',\n",
" 'hint': 'synonyms for backed',\n",
- " 'clues': [('second', \"give support or one's approval to\"),\n",
- " ('punt', 'place a bet on'),\n",
- " ('plunk for', 'be behind; approve of'),\n",
- " ('gage', 'place a bet on'),\n",
- " ('endorse', 'be behind; approve of'),\n",
+ " 'clues': [('indorse', \"give support or one's approval to\"),\n",
+ " ('bet on', 'place a bet on'),\n",
+ " ('second', \"give support or one's approval to\"),\n",
" ('back', 'be behind; approve of'),\n",
+ " ('punt', 'place a bet on'),\n",
+ " ('stake', 'place a bet on'),\n",
" ('plump for', 'be behind; approve of'),\n",
+ " ('back up', 'establish as valid or genuine'),\n",
+ " ('gage', 'place a bet on'),\n",
" ('support', 'be behind; approve of'),\n",
- " ('bet on', 'place a bet on'),\n",
- " ('stake', 'place a bet on'),\n",
" ('game', 'place a bet on'),\n",
- " ('back up', 'establish as valid or genuine')]},\n",
+ " ('plunk for', 'be behind; approve of')]},\n",
" {'answer': 'baffled',\n",
" 'hint': 'synonyms for baffled',\n",
- " 'clues': [('puzzle', 'be a mystery or bewildering to'),\n",
- " ('get', 'be a mystery or bewildering to'),\n",
- " ('beat', 'be a mystery or bewildering to'),\n",
- " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('amaze', 'be a mystery or bewildering to'),\n",
- " ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " 'clues': [('cross',\n",
+ " 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('baffle', 'be a mystery or bewildering to'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
" ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('regulate', 'check the emission of (sound)'),\n",
- " ('cross', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
- " ('perplex', 'be a mystery or bewildering to'),\n",
- " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('beat', 'be a mystery or bewildering to'),\n",
" ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('gravel', 'be a mystery or bewildering to'),\n",
- " ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('regulate', 'check the emission of (sound)'),\n",
" ('mystify', 'be a mystery or bewildering to'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('puzzle', 'be a mystery or bewildering to'),\n",
" ('stick', 'be a mystery or bewildering to'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('vex', 'be a mystery or bewildering to'),\n",
- " ('flummox', 'be a mystery or bewildering to')]},\n",
- " {'answer': 'baffling',\n",
- " 'hint': 'synonyms for baffling',\n",
- " 'clues': [('puzzle', 'be a mystery or bewildering to'),\n",
+ " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
+ " ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('get', 'be a mystery or bewildering to'),\n",
- " ('beat', 'be a mystery or bewildering to'),\n",
+ " ('stupefy', 'be a mystery or bewildering to'),\n",
+ " ('perplex', 'be a mystery or bewildering to'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
+ " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('amaze', 'be a mystery or bewildering to'),\n",
- " ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
+ " {'answer': 'baffling',\n",
+ " 'hint': 'synonyms for baffling',\n",
+ " 'clues': [('cross',\n",
+ " 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('baffle', 'be a mystery or bewildering to'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
" ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('regulate', 'check the emission of (sound)'),\n",
- " ('cross', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
- " ('perplex', 'be a mystery or bewildering to'),\n",
- " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('beat', 'be a mystery or bewildering to'),\n",
" ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('gravel', 'be a mystery or bewildering to'),\n",
- " ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('regulate', 'check the emission of (sound)'),\n",
" ('mystify', 'be a mystery or bewildering to'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('puzzle', 'be a mystery or bewildering to'),\n",
" ('stick', 'be a mystery or bewildering to'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('vex', 'be a mystery or bewildering to'),\n",
- " ('flummox', 'be a mystery or bewildering to')]},\n",
+ " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
+ " ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('get', 'be a mystery or bewildering to'),\n",
+ " ('stupefy', 'be a mystery or bewildering to'),\n",
+ " ('perplex', 'be a mystery or bewildering to'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
+ " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('amaze', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
" {'answer': 'balanced',\n",
" 'hint': 'synonyms for balanced',\n",
- " 'clues': [('balance', 'bring into balance or equilibrium'),\n",
+ " 'clues': [('balance', 'hold or carry in equilibrium'),\n",
" ('equilibrize', 'bring into balance or equilibrium'),\n",
- " ('equilibrate', 'bring into balance or equilibrium'),\n",
- " ('poise', 'hold or carry in equilibrium')]},\n",
+ " ('poise', 'hold or carry in equilibrium'),\n",
+ " ('equilibrate', 'bring into balance or equilibrium')]},\n",
" {'answer': 'banging',\n",
" 'hint': 'synonyms for banging',\n",
- " 'clues': [('slam', 'close violently'),\n",
- " ('have it away', 'have sexual intercourse with'),\n",
- " ('roll in the hay', 'have sexual intercourse with'),\n",
- " ('jazz', 'have sexual intercourse with'),\n",
- " ('bang', 'leap, jerk, bang'),\n",
- " ('get it on', 'have sexual intercourse with'),\n",
+ " 'clues': [('bang',\n",
+ " 'to produce a sharp often metallic explosive or percussive sound'),\n",
" ('hump', 'have sexual intercourse with'),\n",
- " ('sleep together', 'have sexual intercourse with'),\n",
- " ('screw', 'have sexual intercourse with'),\n",
- " ('have sex', 'have sexual intercourse with'),\n",
- " ('spang', 'leap, jerk, bang'),\n",
- " ('have intercourse', 'have sexual intercourse with'),\n",
+ " ('jazz', 'have sexual intercourse with'),\n",
+ " ('slam', 'close violently'),\n",
" ('eff', 'have sexual intercourse with'),\n",
- " ('get laid', 'have sexual intercourse with'),\n",
- " ('love', 'have sexual intercourse with'),\n",
- " ('have it off', 'have sexual intercourse with'),\n",
" ('do it', 'have sexual intercourse with'),\n",
- " ('fuck', 'have sexual intercourse with'),\n",
" ('bed', 'have sexual intercourse with'),\n",
- " ('make love', 'have sexual intercourse with'),\n",
- " ('be intimate', 'have sexual intercourse with'),\n",
- " ('have a go at it', 'have sexual intercourse with'),\n",
- " ('bonk', 'have sexual intercourse with'),\n",
+ " ('lie with', 'have sexual intercourse with'),\n",
" ('sleep with', 'have sexual intercourse with'),\n",
+ " ('fuck', 'have sexual intercourse with'),\n",
+ " ('be intimate', 'have sexual intercourse with'),\n",
+ " ('make love', 'have sexual intercourse with'),\n",
+ " ('get it on', 'have sexual intercourse with'),\n",
+ " ('roll in the hay', 'have sexual intercourse with'),\n",
" ('know', 'have sexual intercourse with'),\n",
+ " ('love', 'have sexual intercourse with'),\n",
+ " ('have sex', 'have sexual intercourse with'),\n",
+ " ('bonk', 'have sexual intercourse with'),\n",
+ " ('spang', 'leap, jerk, bang'),\n",
+ " ('have it off', 'have sexual intercourse with'),\n",
+ " ('get laid', 'have sexual intercourse with'),\n",
+ " ('have a go at it', 'have sexual intercourse with'),\n",
+ " ('have it away', 'have sexual intercourse with'),\n",
" ('make out', 'have sexual intercourse with'),\n",
- " ('lie with', 'have sexual intercourse with')]},\n",
+ " ('have intercourse', 'have sexual intercourse with'),\n",
+ " ('sleep together', 'have sexual intercourse with'),\n",
+ " ('screw', 'have sexual intercourse with')]},\n",
" {'answer': 'banned',\n",
" 'hint': 'synonyms for banned',\n",
- " 'clues': [('censor',\n",
- " 'forbid the public distribution of ( a movie or a newspaper)'),\n",
- " ('blackball', 'expel from a community or group'),\n",
- " ('ostracize', 'expel from a community or group'),\n",
- " ('ban', 'expel from a community or group'),\n",
+ " 'clues': [('banish', 'ban from a place of residence, as for punishment'),\n",
" ('shun', 'expel from a community or group'),\n",
- " ('banish', 'expel from a community or group'),\n",
+ " ('ban', 'ban from a place of residence, as for punishment'),\n",
+ " ('ostracize', 'expel from a community or group'),\n",
+ " ('censor', 'forbid the public distribution of ( a movie or a newspaper)'),\n",
+ " ('blackball', 'expel from a community or group'),\n",
" ('cast out', 'expel from a community or group')]},\n",
" {'answer': 'bantering',\n",
" 'hint': 'synonyms for bantering',\n",
" 'clues': [('josh', 'be silly or tease one another'),\n",
- " ('kid', 'be silly or tease one another'),\n",
+ " ('chaff', 'be silly or tease one another'),\n",
" ('banter', 'be silly or tease one another'),\n",
- " ('jolly', 'be silly or tease one another'),\n",
- " ('chaff', 'be silly or tease one another')]},\n",
+ " ('kid', 'be silly or tease one another'),\n",
+ " ('jolly', 'be silly or tease one another')]},\n",
" {'answer': 'bare',\n",
" 'hint': 'synonyms for bare',\n",
- " 'clues': [('publicise', 'make public'),\n",
- " ('denudate', 'lay bare'),\n",
+ " 'clues': [('denudate', 'lay bare'),\n",
+ " ('publicize', 'make public'),\n",
" ('strip', 'lay bare'),\n",
" ('air', 'make public')]},\n",
" {'answer': 'bared',\n",
" 'hint': 'synonyms for bared',\n",
- " 'clues': [('block', 'render unsuitable for passage'),\n",
- " ('bar', 'secure with, or as if with, bars'),\n",
- " ('publicize', 'make public'),\n",
- " ('denudate', 'lay bare'),\n",
- " ('strip', 'lay bare'),\n",
+ " 'clues': [('exclude', 'prevent from entering; keep out'),\n",
+ " ('bare', 'lay bare'),\n",
+ " ('denude', 'lay bare'),\n",
+ " ('relegate', 'expel, as if by official decree'),\n",
+ " ('stop', 'render unsuitable for passage'),\n",
+ " ('blockade', 'render unsuitable for passage'),\n",
" ('block up', 'render unsuitable for passage'),\n",
+ " ('strip', 'lay bare'),\n",
" ('air', 'make public'),\n",
- " ('exclude', 'prevent from entering; keep out'),\n",
- " ('stop', 'render unsuitable for passage'),\n",
+ " ('barricade', 'render unsuitable for passage'),\n",
+ " ('publicize', 'make public'),\n",
" ('debar', 'prevent from entering; keep out'),\n",
- " ('blockade', 'render unsuitable for passage'),\n",
- " ('relegate', 'expel, as if by official decree'),\n",
" ('banish', 'expel, as if by official decree'),\n",
- " ('barricade', 'render unsuitable for passage'),\n",
+ " ('block', 'render unsuitable for passage'),\n",
" ('block off', 'render unsuitable for passage')]},\n",
" {'answer': 'barred',\n",
" 'hint': 'synonyms for barred',\n",
- " 'clues': [('block', 'render unsuitable for passage'),\n",
+ " 'clues': [('exclude', 'prevent from entering; keep out'),\n",
" ('bar', 'secure with, or as if with, bars'),\n",
- " ('block up', 'render unsuitable for passage'),\n",
- " ('blockade', 'render unsuitable for passage'),\n",
+ " ('debar', 'prevent from entering; keep out'),\n",
+ " ('stop', 'render unsuitable for passage'),\n",
" ('relegate', 'expel, as if by official decree'),\n",
" ('banish', 'expel, as if by official decree'),\n",
- " ('exclude', 'prevent from entering; keep out'),\n",
- " ('stop', 'render unsuitable for passage'),\n",
- " ('debar', 'prevent from entering; keep out'),\n",
- " ('barricade', 'render unsuitable for passage'),\n",
- " ('block off', 'render unsuitable for passage')]},\n",
+ " ('blockade', 'render unsuitable for passage'),\n",
+ " ('block up', 'render unsuitable for passage'),\n",
+ " ('block', 'render unsuitable for passage'),\n",
+ " ('block off', 'render unsuitable for passage'),\n",
+ " ('barricade', 'render unsuitable for passage')]},\n",
" {'answer': 'barricaded',\n",
" 'hint': 'synonyms for barricaded',\n",
- " 'clues': [('barricado', 'block off with barricades'),\n",
- " ('block', 'render unsuitable for passage'),\n",
- " ('bar', 'render unsuitable for passage'),\n",
- " ('block up', 'render unsuitable for passage'),\n",
- " ('blockade', 'render unsuitable for passage'),\n",
+ " 'clues': [('block', 'render unsuitable for passage'),\n",
+ " ('barricado', 'block off with barricades'),\n",
" ('stop', 'render unsuitable for passage'),\n",
+ " ('blockade', 'render unsuitable for passage'),\n",
+ " ('block up', 'render unsuitable for passage'),\n",
+ " ('bar', 'render unsuitable for passage'),\n",
" ('block off', 'render unsuitable for passage')]},\n",
" {'answer': 'base',\n",
" 'hint': 'synonyms for base',\n",
- " 'clues': [('free-base',\n",
+ " 'clues': [('ground', 'use as a basis for; found on'),\n",
+ " ('establish', 'use as a basis for; found on'),\n",
+ " ('free-base',\n",
" 'use (purified cocaine) by burning it and inhaling the fumes'),\n",
- " ('found', 'use as a basis for; found on'),\n",
- " ('ground', 'use as a basis for; found on'),\n",
- " ('establish', 'use as a basis for; found on')]},\n",
+ " ('found', 'use as a basis for; found on')]},\n",
" {'answer': 'based',\n",
" 'hint': 'synonyms for based',\n",
- " 'clues': [('base', 'situate as a center of operations'),\n",
- " ('found', 'use as a basis for; found on'),\n",
- " ('ground', 'use as a basis for; found on'),\n",
+ " 'clues': [('ground', 'use as a basis for; found on'),\n",
+ " ('base', 'use (purified cocaine) by burning it and inhaling the fumes'),\n",
" ('establish', 'use as a basis for; found on'),\n",
" ('free-base',\n",
- " 'use (purified cocaine) by burning it and inhaling the fumes')]},\n",
+ " 'use (purified cocaine) by burning it and inhaling the fumes'),\n",
+ " ('found', 'use as a basis for; found on')]},\n",
" {'answer': 'bated',\n",
" 'hint': 'synonyms for bated',\n",
- " 'clues': [('bate', 'moderate or restrain; lessen the force of'),\n",
- " ('clobber', 'beat thoroughly and conclusively in a competition or fight'),\n",
+ " 'clues': [('thrash',\n",
+ " 'beat thoroughly and conclusively in a competition or fight'),\n",
+ " ('bate', 'flap the wings wildly or frantically; used of falcons'),\n",
" ('lick', 'beat thoroughly and conclusively in a competition or fight'),\n",
- " ('thrash', 'beat thoroughly and conclusively in a competition or fight'),\n",
- " ('drub', 'beat thoroughly and conclusively in a competition or fight'),\n",
" ('cream', 'beat thoroughly and conclusively in a competition or fight'),\n",
- " ('flutter', 'wink briefly')]},\n",
+ " ('drub', 'beat thoroughly and conclusively in a competition or fight'),\n",
+ " ('flutter', 'wink briefly'),\n",
+ " ('clobber',\n",
+ " 'beat thoroughly and conclusively in a competition or fight')]},\n",
" {'answer': 'bats',\n",
" 'hint': 'synonyms for bats',\n",
- " 'clues': [('clobber',\n",
+ " 'clues': [('thrash',\n",
" 'beat thoroughly and conclusively in a competition or fight'),\n",
- " ('bat', 'wink briefly'),\n",
" ('lick', 'beat thoroughly and conclusively in a competition or fight'),\n",
- " ('thrash', 'beat thoroughly and conclusively in a competition or fight'),\n",
- " ('drub', 'beat thoroughly and conclusively in a competition or fight'),\n",
+ " ('bat', 'strike with, or as if with a baseball bat'),\n",
" ('cream', 'beat thoroughly and conclusively in a competition or fight'),\n",
- " ('flutter', 'wink briefly')]},\n",
+ " ('drub', 'beat thoroughly and conclusively in a competition or fight'),\n",
+ " ('flutter', 'wink briefly'),\n",
+ " ('clobber',\n",
+ " 'beat thoroughly and conclusively in a competition or fight')]},\n",
" {'answer': 'battered',\n",
" 'hint': 'synonyms for battered',\n",
- " 'clues': [('baste', 'strike violently and repeatedly'),\n",
- " ('batter', 'make a dent or impression in'),\n",
+ " 'clues': [('batter', 'strike violently and repeatedly'),\n",
+ " ('dinge', 'make a dent or impression in'),\n",
" ('buffet', 'strike against forcefully'),\n",
- " ('clobber', 'strike violently and repeatedly'),\n",
+ " ('baste', 'strike violently and repeatedly'),\n",
" ('knock about', 'strike against forcefully'),\n",
- " ('dinge', 'make a dent or impression in')]},\n",
+ " ('clobber', 'strike violently and repeatedly')]},\n",
" {'answer': 'beaming',\n",
" 'hint': 'synonyms for beaming',\n",
- " 'clues': [('shine', 'emit light; be bright, as of the sun or a light'),\n",
- " ('beam', \"smile radiantly; express joy through one's facial expression\"),\n",
+ " 'clues': [('air',\n",
+ " 'broadcast over the airwaves, as in radio or television'),\n",
" ('send', 'broadcast over the airwaves, as in radio or television'),\n",
- " ('radiate',\n",
+ " ('transmit', 'broadcast over the airwaves, as in radio or television'),\n",
+ " ('beam',\n",
" 'have a complexion with a strong bright color, such as red or pink'),\n",
+ " ('shine', 'emit light; be bright, as of the sun or a light'),\n",
+ " ('broadcast', 'broadcast over the airwaves, as in radio or television'),\n",
" ('glow',\n",
- " 'experience a feeling of well-being or happiness, as from good health or an intense emotion'),\n",
- " ('air', 'broadcast over the airwaves, as in radio or television'),\n",
- " ('transmit', 'broadcast over the airwaves, as in radio or television'),\n",
- " ('broadcast', 'broadcast over the airwaves, as in radio or television')]},\n",
+ " 'have a complexion with a strong bright color, such as red or pink'),\n",
+ " ('radiate',\n",
+ " 'have a complexion with a strong bright color, such as red or pink')]},\n",
" {'answer': 'bearing',\n",
" 'hint': 'synonyms for bearing',\n",
- " 'clues': [('have a bun in the oven', 'be pregnant with'),\n",
- " ('bear', 'have'),\n",
- " ('accept',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
- " ('behave', 'behave in a certain manner'),\n",
- " ('carry', 'behave in a certain manner'),\n",
- " ('tolerate', 'put up with something or somebody unpleasant'),\n",
+ " 'clues': [('endure', 'put up with something or somebody unpleasant'),\n",
+ " ('turn out', 'bring forth,'),\n",
+ " ('bear', 'contain or hold; have within'),\n",
+ " ('birth', 'cause to be born'),\n",
+ " ('have', 'cause to be born'),\n",
+ " ('give birth', 'cause to be born'),\n",
" ('comport', 'behave in a certain manner'),\n",
- " ('hold', 'have rightfully; of rights, titles, and offices'),\n",
- " ('deport', 'behave in a certain manner'),\n",
- " ('take over',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
" ('support', 'put up with something or somebody unpleasant'),\n",
- " ('stomach', 'put up with something or somebody unpleasant'),\n",
+ " ('hold', 'contain or hold; have within'),\n",
+ " ('yield', 'bring in'),\n",
+ " ('have a bun in the oven', 'be pregnant with'),\n",
+ " ('wear', \"have on one's person\"),\n",
+ " ('carry', 'support or hold in a certain manner'),\n",
+ " ('acquit', 'behave in a certain manner'),\n",
+ " ('digest', 'put up with something or somebody unpleasant'),\n",
" ('brook', 'put up with something or somebody unpleasant'),\n",
- " ('stand', 'put up with something or somebody unpleasant'),\n",
- " ('stick out', 'put up with something or somebody unpleasant'),\n",
- " ('deliver', 'cause to be born'),\n",
- " ('birth', 'cause to be born'),\n",
- " ('give birth', 'cause to be born'),\n",
- " ('contain', 'contain or hold; have within'),\n",
- " ('turn out', 'bring forth,'),\n",
- " ('expect', 'be pregnant with'),\n",
" ('assume',\n",
" \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('tolerate', 'put up with something or somebody unpleasant'),\n",
+ " ('deport', 'behave in a certain manner'),\n",
+ " ('expect', 'be pregnant with'),\n",
+ " ('contain', 'contain or hold; have within'),\n",
+ " ('abide', 'put up with something or somebody unpleasant'),\n",
+ " ('put up', 'put up with something or somebody unpleasant'),\n",
+ " ('conduct', 'behave in a certain manner'),\n",
" ('pay', 'bring in'),\n",
+ " ('stick out', 'put up with something or somebody unpleasant'),\n",
" ('suffer', 'put up with something or somebody unpleasant'),\n",
- " ('yield', 'bring in'),\n",
- " ('have', 'cause to be born'),\n",
- " ('endure', 'put up with something or somebody unpleasant'),\n",
- " ('wear', \"have on one's person\"),\n",
- " ('conduct', 'behave in a certain manner'),\n",
- " ('abide', 'put up with something or somebody unpleasant'),\n",
+ " ('take over',\n",
+ " \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('accept',\n",
+ " \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('stand', 'put up with something or somebody unpleasant'),\n",
+ " ('behave', 'behave in a certain manner'),\n",
" ('gestate', 'be pregnant with'),\n",
- " ('put up', 'put up with something or somebody unpleasant'),\n",
- " ('acquit', 'behave in a certain manner'),\n",
- " ('digest', 'put up with something or somebody unpleasant')]},\n",
+ " ('stomach', 'put up with something or somebody unpleasant'),\n",
+ " ('deliver', 'cause to be born')]},\n",
" {'answer': 'beat',\n",
" 'hint': 'synonyms for beat',\n",
- " 'clues': [('get', 'be a mystery or bewildering to'),\n",
- " ('tucker out', 'wear out completely'),\n",
- " ('exhaust', 'wear out completely'),\n",
- " ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('baffle', 'be a mystery or bewildering to'),\n",
- " ('crush', 'come out better in a competition, race, or conflict'),\n",
- " ('outwit', 'beat through cleverness and wit'),\n",
+ " 'clues': [('work over',\n",
+ " 'give a beating to; subject to a beating, either as a punishment or as an act of aggression'),\n",
+ " ('scramble', 'stir vigorously'),\n",
+ " ('beat out', 'come out better in a competition, race, or conflict'),\n",
" ('thump', 'move rhythmically'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
- " ('quiver', 'move with or as if with a regular alternating motion'),\n",
- " ('tick', 'make a sound like a clock or a timer'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
- " ('perplex', 'be a mystery or bewildering to'),\n",
" ('ticktock', 'make a sound like a clock or a timer'),\n",
- " ('trounce', 'come out better in a competition, race, or conflict'),\n",
- " ('scramble', 'stir vigorously'),\n",
- " ('outsmart', 'beat through cleverness and wit'),\n",
- " ('overreach', 'beat through cleverness and wit'),\n",
- " ('gravel', 'be a mystery or bewildering to'),\n",
- " ('pulsate', 'move with or as if with a regular alternating motion'),\n",
- " ('pound', 'move rhythmically'),\n",
- " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
- " ('flummox', 'be a mystery or bewildering to'),\n",
+ " ('mystify', 'be a mystery or bewildering to'),\n",
" ('puzzle', 'be a mystery or bewildering to'),\n",
- " ('drum', 'make a rhythmic sound'),\n",
- " ('amaze', 'be a mystery or bewildering to'),\n",
- " ('beat out', 'come out better in a competition, race, or conflict'),\n",
- " ('thrum', 'make a rhythmic sound'),\n",
+ " ('circumvent', 'beat through cleverness and wit'),\n",
+ " ('crush', 'come out better in a competition, race, or conflict'),\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
" ('shell', 'come out better in a competition, race, or conflict'),\n",
- " ('bunk', 'avoid paying'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
" ('flap', 'move with a thrashing motion'),\n",
- " ('wash up', 'wear out completely'),\n",
- " ('beat up',\n",
- " 'give a beating to; subject to a beating, either as a punishment or as an act of aggression'),\n",
- " ('circumvent', 'beat through cleverness and wit'),\n",
- " ('work over',\n",
- " 'give a beating to; subject to a beating, either as a punishment or as an act of aggression'),\n",
+ " ('stupefy', 'be a mystery or bewildering to'),\n",
+ " ('thrum', 'make a rhythmic sound'),\n",
" ('tucker', 'wear out completely'),\n",
- " ('mystify', 'be a mystery or bewildering to'),\n",
" ('outfox', 'beat through cleverness and wit'),\n",
- " ('vex', 'be a mystery or bewildering to')]},\n",
- " {'answer': 'beaten',\n",
- " 'hint': 'synonyms for beaten',\n",
- " 'clues': [('get', 'be a mystery or bewildering to'),\n",
- " ('beat', 'move with a flapping motion'),\n",
" ('tucker out', 'wear out completely'),\n",
- " ('exhaust', 'wear out completely'),\n",
- " ('stupefy', 'be a mystery or bewildering to'),\n",
+ " ('amaze', 'be a mystery or bewildering to'),\n",
+ " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
" ('baffle', 'be a mystery or bewildering to'),\n",
- " ('crush', 'come out better in a competition, race, or conflict'),\n",
- " ('outwit', 'beat through cleverness and wit'),\n",
- " ('thump', 'move rhythmically'),\n",
+ " ('bunk', 'avoid paying'),\n",
+ " ('pound', 'move rhythmically'),\n",
+ " ('exhaust', 'wear out completely'),\n",
" ('pose', 'be a mystery or bewildering to'),\n",
+ " ('stick', 'be a mystery or bewildering to'),\n",
" ('quiver', 'move with or as if with a regular alternating motion'),\n",
- " ('tick', 'make a sound like a clock or a timer'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('vex', 'be a mystery or bewildering to'),\n",
+ " ('overreach', 'beat through cleverness and wit'),\n",
+ " ('beat up',\n",
+ " 'give a beating to; subject to a beating, either as a punishment or as an act of aggression'),\n",
+ " ('outwit', 'beat through cleverness and wit'),\n",
+ " ('pulsate', 'move with or as if with a regular alternating motion'),\n",
+ " ('get', 'be a mystery or bewildering to'),\n",
+ " ('wash up', 'wear out completely'),\n",
" ('perplex', 'be a mystery or bewildering to'),\n",
- " ('ticktock', 'make a sound like a clock or a timer'),\n",
+ " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('outsmart', 'beat through cleverness and wit'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
" ('trounce', 'come out better in a competition, race, or conflict'),\n",
+ " ('drum', 'make a rhythmic sound'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
+ " {'answer': 'beaten',\n",
+ " 'hint': 'synonyms for beaten',\n",
+ " 'clues': [('work over',\n",
+ " 'give a beating to; subject to a beating, either as a punishment or as an act of aggression'),\n",
+ " ('beat', 'avoid paying'),\n",
" ('scramble', 'stir vigorously'),\n",
- " ('outsmart', 'beat through cleverness and wit'),\n",
- " ('overreach', 'beat through cleverness and wit'),\n",
- " ('gravel', 'be a mystery or bewildering to'),\n",
- " ('pulsate', 'move with or as if with a regular alternating motion'),\n",
- " ('pound', 'move rhythmically'),\n",
- " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
+ " ('beat out', 'come out better in a competition, race, or conflict'),\n",
+ " ('thump', 'move rhythmically'),\n",
+ " ('ticktock', 'make a sound like a clock or a timer'),\n",
+ " ('mystify', 'be a mystery or bewildering to'),\n",
" ('puzzle', 'be a mystery or bewildering to'),\n",
+ " ('circumvent', 'beat through cleverness and wit'),\n",
+ " ('crush', 'come out better in a competition, race, or conflict'),\n",
" ('flummox', 'be a mystery or bewildering to'),\n",
- " ('drum', 'make a rhythmic sound'),\n",
- " ('beat out', 'come out better in a competition, race, or conflict'),\n",
+ " ('shell', 'come out better in a competition, race, or conflict'),\n",
+ " ('flap', 'move with a thrashing motion'),\n",
+ " ('stupefy', 'be a mystery or bewildering to'),\n",
" ('thrum', 'make a rhythmic sound'),\n",
+ " ('tucker', 'wear out completely'),\n",
+ " ('outfox', 'beat through cleverness and wit'),\n",
+ " ('tucker out', 'wear out completely'),\n",
" ('amaze', 'be a mystery or bewildering to'),\n",
- " ('shell', 'come out better in a competition, race, or conflict'),\n",
+ " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
+ " ('baffle', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('bunk', 'avoid paying'),\n",
- " ('flap', 'move with a thrashing motion'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('wash up', 'wear out completely'),\n",
+ " ('pound', 'move rhythmically'),\n",
+ " ('exhaust', 'wear out completely'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('stick', 'be a mystery or bewildering to'),\n",
+ " ('quiver', 'move with or as if with a regular alternating motion'),\n",
+ " ('vex', 'be a mystery or bewildering to'),\n",
+ " ('overreach', 'beat through cleverness and wit'),\n",
" ('beat up',\n",
" 'give a beating to; subject to a beating, either as a punishment or as an act of aggression'),\n",
- " ('circumvent', 'beat through cleverness and wit'),\n",
- " ('work over',\n",
- " 'give a beating to; subject to a beating, either as a punishment or as an act of aggression'),\n",
- " ('tucker', 'wear out completely'),\n",
- " ('mystify', 'be a mystery or bewildering to'),\n",
- " ('outfox', 'beat through cleverness and wit'),\n",
- " ('vex', 'be a mystery or bewildering to')]},\n",
+ " ('outwit', 'beat through cleverness and wit'),\n",
+ " ('pulsate', 'move with or as if with a regular alternating motion'),\n",
+ " ('get', 'be a mystery or bewildering to'),\n",
+ " ('wash up', 'wear out completely'),\n",
+ " ('perplex', 'be a mystery or bewildering to'),\n",
+ " ('outsmart', 'beat through cleverness and wit'),\n",
+ " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('trounce', 'come out better in a competition, race, or conflict'),\n",
+ " ('drum', 'make a rhythmic sound'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to')]},\n",
" {'answer': 'beatified',\n",
" 'hint': 'synonyms for beatified',\n",
- " 'clues': [('exalt', 'fill with sublime emotion'),\n",
- " ('beatify', 'fill with sublime emotion'),\n",
+ " 'clues': [('beatify', 'make blessedly happy'),\n",
" ('thrill', 'fill with sublime emotion'),\n",
" ('tickle pink', 'fill with sublime emotion'),\n",
" ('exhilarate', 'fill with sublime emotion'),\n",
- " ('inebriate', 'fill with sublime emotion')]},\n",
+ " ('inebriate', 'fill with sublime emotion'),\n",
+ " ('exalt', 'fill with sublime emotion')]},\n",
" {'answer': 'becoming',\n",
" 'hint': 'synonyms for becoming',\n",
" 'clues': [('become', 'come into existence'),\n",
" ('suit', 'enhance the appearance of'),\n",
- " ('go', 'enter or assume a certain state or condition'),\n",
" ('get', 'enter or assume a certain state or condition'),\n",
- " ('turn', 'undergo a change or development')]},\n",
+ " ('turn', 'undergo a change or development'),\n",
+ " ('go', 'enter or assume a certain state or condition')]},\n",
" {'answer': 'bedded',\n",
" 'hint': 'synonyms for bedded',\n",
- " 'clues': [('bed', 'place (plants) in a prepared bed of soil'),\n",
- " ('get it on', 'have sexual intercourse with'),\n",
- " ('hump', 'have sexual intercourse with'),\n",
- " ('screw', 'have sexual intercourse with'),\n",
- " ('have sex', 'have sexual intercourse with'),\n",
- " ('go to bed', 'prepare for sleep'),\n",
- " ('go to sleep', 'prepare for sleep'),\n",
+ " 'clues': [('hump', 'have sexual intercourse with'),\n",
+ " ('jazz', 'have sexual intercourse with'),\n",
+ " ('eff', 'have sexual intercourse with'),\n",
+ " ('do it', 'have sexual intercourse with'),\n",
+ " ('bed', 'have sexual intercourse with'),\n",
+ " ('lie with', 'have sexual intercourse with'),\n",
+ " ('sleep with', 'have sexual intercourse with'),\n",
+ " ('fuck', 'have sexual intercourse with'),\n",
+ " ('be intimate', 'have sexual intercourse with'),\n",
+ " ('roll in the hay', 'have sexual intercourse with'),\n",
" ('sack out', 'prepare for sleep'),\n",
+ " ('bang', 'have sexual intercourse with'),\n",
" ('love', 'have sexual intercourse with'),\n",
" ('have it off', 'have sexual intercourse with'),\n",
" ('hit the sack', 'prepare for sleep'),\n",
- " ('do it', 'have sexual intercourse with'),\n",
- " ('bang', 'have sexual intercourse with'),\n",
" ('have a go at it', 'have sexual intercourse with'),\n",
- " ('sleep with', 'have sexual intercourse with'),\n",
- " ('sleep together', 'have sexual intercourse with'),\n",
- " ('make love', 'have sexual intercourse with'),\n",
- " ('lie with', 'have sexual intercourse with'),\n",
" ('have it away', 'have sexual intercourse with'),\n",
- " ('roll in the hay', 'have sexual intercourse with'),\n",
- " ('jazz', 'have sexual intercourse with'),\n",
- " ('kip down', 'prepare for sleep'),\n",
- " ('hit the hay', 'prepare for sleep'),\n",
" ('retire', 'prepare for sleep'),\n",
+ " ('go to bed', 'prepare for sleep'),\n",
+ " ('have intercourse', 'have sexual intercourse with'),\n",
+ " ('kip down', 'prepare for sleep'),\n",
" ('crawl in', 'prepare for sleep'),\n",
+ " ('make love', 'have sexual intercourse with'),\n",
+ " ('get it on', 'have sexual intercourse with'),\n",
+ " ('know', 'have sexual intercourse with'),\n",
" ('turn in', 'prepare for sleep'),\n",
- " ('have intercourse', 'have sexual intercourse with'),\n",
- " ('eff', 'have sexual intercourse with'),\n",
- " ('get laid', 'have sexual intercourse with'),\n",
- " ('fuck', 'have sexual intercourse with'),\n",
- " ('be intimate', 'have sexual intercourse with'),\n",
+ " ('have sex', 'have sexual intercourse with'),\n",
" ('bonk', 'have sexual intercourse with'),\n",
- " ('know', 'have sexual intercourse with'),\n",
- " ('make out', 'have sexual intercourse with')]},\n",
+ " ('get laid', 'have sexual intercourse with'),\n",
+ " ('go to sleep', 'prepare for sleep'),\n",
+ " ('make out', 'have sexual intercourse with'),\n",
+ " ('hit the hay', 'prepare for sleep'),\n",
+ " ('sleep together', 'have sexual intercourse with'),\n",
+ " ('screw', 'have sexual intercourse with')]},\n",
" {'answer': 'bedimmed',\n",
" 'hint': 'synonyms for bedimmed',\n",
- " 'clues': [('bedim', 'make obscure or unclear'),\n",
+ " 'clues': [('bedim', 'make darker and difficult to perceive by sight'),\n",
" ('benight', 'make darker and difficult to perceive by sight'),\n",
" ('obscure', 'make obscure or unclear'),\n",
" ('overcloud', 'make obscure or unclear')]},\n",
" {'answer': 'befogged',\n",
" 'hint': 'synonyms for befogged',\n",
- " 'clues': [('fog', 'make less visible or unclear'),\n",
+ " 'clues': [('haze over', 'make less visible or unclear'),\n",
" ('becloud', 'make less visible or unclear'),\n",
- " ('haze over', 'make less visible or unclear'),\n",
- " ('obscure', 'make less visible or unclear'),\n",
- " ('cloud', 'make less visible or unclear'),\n",
" ('mist', 'make less visible or unclear'),\n",
+ " ('obscure', 'make less visible or unclear'),\n",
" ('obnubilate', 'make less visible or unclear'),\n",
+ " ('fog', 'make less visible or unclear'),\n",
+ " ('cloud', 'make less visible or unclear'),\n",
" ('befog', 'make less visible or unclear')]},\n",
" {'answer': 'befouled',\n",
" 'hint': 'synonyms for befouled',\n",
- " 'clues': [('foul', 'spot, stain, or pollute'),\n",
+ " 'clues': [('maculate', 'spot, stain, or pollute'),\n",
" ('defile', 'spot, stain, or pollute'),\n",
- " ('maculate', 'spot, stain, or pollute'),\n",
+ " ('foul', 'spot, stain, or pollute'),\n",
" ('befoul', 'spot, stain, or pollute')]},\n",
" {'answer': 'befuddled',\n",
" 'hint': 'synonyms for befuddled',\n",
- " 'clues': [('fuddle',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('bedevil',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('discombobulate',\n",
+ " 'clues': [('discombobulate',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('fox',\n",
+ " ('confound',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('befuddle', 'make stupid with alcohol'),\n",
" ('throw',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
" ('confuse',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('confound',\n",
+ " ('fox',\n",
+ " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('bedevil',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly')]},\n",
" {'answer': 'beginning',\n",
" 'hint': 'synonyms for beginning',\n",
" 'clues': [('begin',\n",
- " 'begin an event that is implied and limited by the nature or inherent function of the direct object'),\n",
- " ('start',\n",
- " 'begin an event that is implied and limited by the nature or inherent function of the direct object'),\n",
+ " 'have a beginning characterized in some specified way'),\n",
" ('get', 'take the first step or steps in carrying out an action'),\n",
- " ('get down', 'take the first step or steps in carrying out an action'),\n",
- " ('start out', 'take the first step or steps in carrying out an action'),\n",
+ " ('set out', 'take the first step or steps in carrying out an action'),\n",
+ " ('start', 'set in motion, cause to start'),\n",
" ('lead off', 'set in motion, cause to start'),\n",
- " ('set about', 'take the first step or steps in carrying out an action'),\n",
- " ('commence', 'set in motion, cause to start')]},\n",
+ " ('get down', 'take the first step or steps in carrying out an action'),\n",
+ " ('commence', 'set in motion, cause to start'),\n",
+ " ('start out', 'take the first step or steps in carrying out an action')]},\n",
" {'answer': 'begotten',\n",
" 'hint': 'synonyms for begotten',\n",
- " 'clues': [('beget', 'make children'),\n",
+ " 'clues': [('mother', 'make children'),\n",
" ('father', 'make children'),\n",
+ " ('sire', 'make children'),\n",
" ('bring forth', 'make children'),\n",
- " ('get', 'make children'),\n",
" ('engender', 'make children'),\n",
- " ('sire', 'make children'),\n",
" ('generate', 'make children'),\n",
- " ('mother', 'make children')]},\n",
+ " ('get', 'make children'),\n",
+ " ('beget', 'make children')]},\n",
" {'answer': 'begrimed',\n",
" 'hint': 'synonyms for begrimed',\n",
- " 'clues': [('soil', 'make soiled, filthy, or dirty'),\n",
- " ('begrime', 'make soiled, filthy, or dirty'),\n",
- " ('bemire', 'make soiled, filthy, or dirty'),\n",
- " ('colly', 'make soiled, filthy, or dirty'),\n",
+ " 'clues': [('colly', 'make soiled, filthy, or dirty'),\n",
" ('grime', 'make soiled, filthy, or dirty'),\n",
- " ('dirty', 'make soiled, filthy, or dirty')]},\n",
+ " ('dirty', 'make soiled, filthy, or dirty'),\n",
+ " ('soil', 'make soiled, filthy, or dirty'),\n",
+ " ('begrime', 'make soiled, filthy, or dirty'),\n",
+ " ('bemire', 'make soiled, filthy, or dirty')]},\n",
" {'answer': 'beguiled',\n",
" 'hint': 'synonyms for beguiled',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
+ " ('beguile', 'influence by slyness'),\n",
" ('becharm', 'attract; cause to be enamored'),\n",
+ " ('juggle', 'influence by slyness'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('enchant', 'attract; cause to be enamored'),\n",
- " ('hoodwink', 'influence by slyness'),\n",
- " ('beguile', 'influence by slyness'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
- " ('fascinate', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('bewitch', 'attract; cause to be enamored'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
- " ('juggle', 'influence by slyness')]},\n",
+ " ('hoodwink', 'influence by slyness'),\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
" {'answer': 'beguiling',\n",
" 'hint': 'synonyms for beguiling',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
+ " ('beguile', 'influence by slyness'),\n",
" ('becharm', 'attract; cause to be enamored'),\n",
+ " ('juggle', 'influence by slyness'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('enchant', 'attract; cause to be enamored'),\n",
- " ('hoodwink', 'influence by slyness'),\n",
- " ('beguile', 'influence by slyness'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
- " ('fascinate', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('bewitch', 'attract; cause to be enamored'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
- " ('juggle', 'influence by slyness')]},\n",
+ " ('hoodwink', 'influence by slyness'),\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
" {'answer': 'belittled',\n",
" 'hint': 'synonyms for belittled',\n",
- " 'clues': [('derogate', 'cause to seem less serious; play down'),\n",
- " ('pick at', 'express a negative opinion of'),\n",
+ " 'clues': [('minimize', 'cause to seem less serious; play down'),\n",
" ('diminish', 'lessen the authority, dignity, or reputation of'),\n",
- " ('belittle', 'express a negative opinion of'),\n",
- " ('minimize', 'cause to seem less serious; play down'),\n",
+ " ('belittle', 'lessen the authority, dignity, or reputation of'),\n",
" ('disparage', 'express a negative opinion of'),\n",
- " ('denigrate', 'cause to seem less serious; play down')]},\n",
+ " ('denigrate', 'cause to seem less serious; play down'),\n",
+ " ('derogate', 'cause to seem less serious; play down'),\n",
+ " ('pick at', 'express a negative opinion of')]},\n",
" {'answer': 'belittling',\n",
" 'hint': 'synonyms for belittling',\n",
- " 'clues': [('derogate', 'cause to seem less serious; play down'),\n",
- " ('pick at', 'express a negative opinion of'),\n",
+ " 'clues': [('minimize', 'cause to seem less serious; play down'),\n",
" ('diminish', 'lessen the authority, dignity, or reputation of'),\n",
- " ('belittle', 'express a negative opinion of'),\n",
- " ('minimize', 'cause to seem less serious; play down'),\n",
+ " ('belittle', 'lessen the authority, dignity, or reputation of'),\n",
" ('disparage', 'express a negative opinion of'),\n",
- " ('denigrate', 'cause to seem less serious; play down')]},\n",
+ " ('denigrate', 'cause to seem less serious; play down'),\n",
+ " ('derogate', 'cause to seem less serious; play down'),\n",
+ " ('pick at', 'express a negative opinion of')]},\n",
" {'answer': 'bemused',\n",
" 'hint': 'synonyms for bemused',\n",
" 'clues': [('throw', 'cause to be confused emotionally'),\n",
- " ('bewilder', 'cause to be confused emotionally'),\n",
+ " ('bemuse', 'cause to be confused emotionally'),\n",
" ('discombobulate', 'cause to be confused emotionally'),\n",
- " ('bemuse', 'cause to be confused emotionally')]},\n",
+ " ('bewilder', 'cause to be confused emotionally')]},\n",
" {'answer': 'bended',\n",
" 'hint': 'synonyms for bended',\n",
- " 'clues': [('flex',\n",
- " 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('turn', 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('bow', \"bend one's back forward from the waist on down\"),\n",
+ " 'clues': [('turn away',\n",
+ " 'turn from a straight course, fixed direction, or line of interest'),\n",
" ('deform',\n",
" 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('stoop', \"bend one's back forward from the waist on down\"),\n",
+ " ('flex', 'cause (a plastic object) to assume a crooked or angular form'),\n",
+ " ('bend', 'cause (a plastic object) to assume a crooked or angular form'),\n",
+ " ('bow', \"bend one's back forward from the waist on down\"),\n",
+ " ('turn', 'cause (a plastic object) to assume a crooked or angular form'),\n",
" ('twist', 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('crouch', \"bend one's back forward from the waist on down\"),\n",
- " ('bend',\n",
- " 'turn from a straight course, fixed direction, or line of interest'),\n",
- " ('turn away',\n",
- " 'turn from a straight course, fixed direction, or line of interest'),\n",
" ('deflect',\n",
- " 'turn from a straight course, fixed direction, or line of interest')]},\n",
+ " 'turn from a straight course, fixed direction, or line of interest'),\n",
+ " ('crouch', \"bend one's back forward from the waist on down\"),\n",
+ " ('stoop', \"bend one's back forward from the waist on down\")]},\n",
" {'answer': 'bent',\n",
" 'hint': 'synonyms for bent',\n",
- " 'clues': [('flex',\n",
- " 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('turn', 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('bow', \"bend one's back forward from the waist on down\"),\n",
+ " 'clues': [('turn away',\n",
+ " 'turn from a straight course, fixed direction, or line of interest'),\n",
" ('deform',\n",
" 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('stoop', \"bend one's back forward from the waist on down\"),\n",
+ " ('flex', 'cause (a plastic object) to assume a crooked or angular form'),\n",
+ " ('bend', 'cause (a plastic object) to assume a crooked or angular form'),\n",
+ " ('bow', \"bend one's back forward from the waist on down\"),\n",
+ " ('turn', 'cause (a plastic object) to assume a crooked or angular form'),\n",
" ('twist', 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('crouch', \"bend one's back forward from the waist on down\"),\n",
- " ('bend',\n",
- " 'turn from a straight course, fixed direction, or line of interest'),\n",
- " ('turn away',\n",
- " 'turn from a straight course, fixed direction, or line of interest'),\n",
" ('deflect',\n",
- " 'turn from a straight course, fixed direction, or line of interest')]},\n",
+ " 'turn from a straight course, fixed direction, or line of interest'),\n",
+ " ('crouch', \"bend one's back forward from the waist on down\"),\n",
+ " ('stoop', \"bend one's back forward from the waist on down\")]},\n",
" {'answer': 'benumbed',\n",
" 'hint': 'synonyms for benumbed',\n",
- " 'clues': [('blunt', 'make numb or insensitive'),\n",
- " ('numb', 'make numb or insensitive'),\n",
- " ('benumb', 'make numb or insensitive'),\n",
- " ('dull', 'make numb or insensitive')]},\n",
+ " 'clues': [('benumb', 'make numb or insensitive'),\n",
+ " ('blunt', 'make numb or insensitive'),\n",
+ " ('dull', 'make numb or insensitive'),\n",
+ " ('numb', 'make numb or insensitive')]},\n",
" {'answer': 'beseeching',\n",
" 'hint': 'synonyms for beseeching',\n",
- " 'clues': [('entreat', 'ask for or request earnestly'),\n",
- " ('adjure', 'ask for or request earnestly'),\n",
- " ('beseech', 'ask for or request earnestly'),\n",
+ " 'clues': [('beseech', 'ask for or request earnestly'),\n",
+ " ('press', 'ask for or request earnestly'),\n",
" ('bid', 'ask for or request earnestly'),\n",
" ('conjure', 'ask for or request earnestly'),\n",
- " ('press', 'ask for or request earnestly')]},\n",
+ " ('entreat', 'ask for or request earnestly'),\n",
+ " ('adjure', 'ask for or request earnestly')]},\n",
" {'answer': 'besieged',\n",
" 'hint': 'synonyms for besieged',\n",
- " 'clues': [('hem in', 'surround so as to force to give up'),\n",
- " ('surround', 'surround so as to force to give up'),\n",
+ " 'clues': [('circumvent', 'surround so as to force to give up'),\n",
" ('besiege', 'harass, as with questions or requests'),\n",
- " ('beleaguer', 'surround so as to force to give up'),\n",
- " ('circumvent', 'surround so as to force to give up')]},\n",
+ " ('surround', 'surround so as to force to give up'),\n",
+ " ('hem in', 'surround so as to force to give up'),\n",
+ " ('beleaguer', 'surround so as to force to give up')]},\n",
" {'answer': 'bespoke',\n",
" 'hint': 'synonyms for bespoke',\n",
- " 'clues': [('call for', 'express the need or desire for; ask for'),\n",
+ " 'clues': [('bespeak', 'be a signal for or a symptom of'),\n",
+ " ('request', 'express the need or desire for; ask for'),\n",
+ " ('betoken', 'be a signal for or a symptom of'),\n",
+ " ('indicate', 'be a signal for or a symptom of'),\n",
" ('point', 'be a signal for or a symptom of'),\n",
- " ('bespeak', 'express the need or desire for; ask for'),\n",
- " ('signal', 'be a signal for or a symptom of'),\n",
" ('quest', 'express the need or desire for; ask for'),\n",
- " ('betoken', 'be a signal for or a symptom of'),\n",
- " ('request', 'express the need or desire for; ask for'),\n",
- " ('indicate', 'be a signal for or a symptom of')]},\n",
+ " ('signal', 'be a signal for or a symptom of'),\n",
+ " ('call for', 'express the need or desire for; ask for')]},\n",
" {'answer': 'bespoken',\n",
" 'hint': 'synonyms for bespoken',\n",
- " 'clues': [('call for', 'express the need or desire for; ask for'),\n",
+ " 'clues': [('bespeak', 'be a signal for or a symptom of'),\n",
+ " ('request', 'express the need or desire for; ask for'),\n",
+ " ('betoken', 'be a signal for or a symptom of'),\n",
+ " ('indicate', 'be a signal for or a symptom of'),\n",
" ('point', 'be a signal for or a symptom of'),\n",
- " ('bespeak', 'express the need or desire for; ask for'),\n",
- " ('signal', 'be a signal for or a symptom of'),\n",
" ('quest', 'express the need or desire for; ask for'),\n",
- " ('betoken', 'be a signal for or a symptom of'),\n",
- " ('request', 'express the need or desire for; ask for'),\n",
- " ('indicate', 'be a signal for or a symptom of')]},\n",
+ " ('signal', 'be a signal for or a symptom of'),\n",
+ " ('call for', 'express the need or desire for; ask for')]},\n",
" {'answer': 'best',\n",
" 'hint': 'synonyms for best',\n",
- " 'clues': [('outdo', 'get the better of'),\n",
- " ('scoop', 'get the better of'),\n",
- " ('trump', 'get the better of'),\n",
- " ('outflank', 'get the better of')]},\n",
+ " 'clues': [('scoop', 'get the better of'),\n",
+ " ('outflank', 'get the better of'),\n",
+ " ('outdo', 'get the better of'),\n",
+ " ('trump', 'get the better of')]},\n",
" {'answer': 'betrothed',\n",
" 'hint': 'synonyms for betrothed',\n",
- " 'clues': [('engage', 'give to in marriage'),\n",
+ " 'clues': [('affiance', 'give to in marriage'),\n",
" ('betroth', 'give to in marriage'),\n",
" ('plight', 'give to in marriage'),\n",
- " ('affiance', 'give to in marriage')]},\n",
+ " ('engage', 'give to in marriage')]},\n",
" {'answer': 'better',\n",
" 'hint': 'synonyms for better',\n",
- " 'clues': [('ameliorate', 'get better'),\n",
- " ('improve', 'get better'),\n",
+ " 'clues': [('ameliorate', 'to make better'),\n",
" ('break', 'surpass in excellence'),\n",
+ " ('improve', 'get better'),\n",
" ('amend', 'to make better')]},\n",
" {'answer': 'bettering',\n",
" 'hint': 'synonyms for bettering',\n",
- " 'clues': [('better', 'get better'),\n",
- " ('ameliorate', 'to make better'),\n",
- " ('break', 'surpass in excellence'),\n",
- " ('improve', 'get better'),\n",
- " ('amend', 'to make better')]},\n",
+ " 'clues': [('meliorate', 'to make better'),\n",
+ " ('better', 'get better'),\n",
+ " ('amend', 'to make better'),\n",
+ " ('improve', 'to make better'),\n",
+ " ('break', 'surpass in excellence')]},\n",
" {'answer': 'betting',\n",
" 'hint': 'synonyms for betting',\n",
- " 'clues': [('play', 'stake on the outcome of an issue'),\n",
- " ('count', 'have faith or confidence in'),\n",
+ " 'clues': [('calculate', 'have faith or confidence in'),\n",
+ " ('play', 'stake on the outcome of an issue'),\n",
+ " ('bet', 'maintain with or as if with a bet'),\n",
" ('wager', 'maintain with or as if with a bet'),\n",
+ " ('count', 'have faith or confidence in'),\n",
+ " ('reckon', 'have faith or confidence in'),\n",
" ('look', 'have faith or confidence in'),\n",
- " ('depend', 'have faith or confidence in'),\n",
- " ('bet', 'maintain with or as if with a bet'),\n",
- " ('calculate', 'have faith or confidence in'),\n",
- " ('reckon', 'have faith or confidence in')]},\n",
+ " ('depend', 'have faith or confidence in')]},\n",
" {'answer': 'bewildered',\n",
" 'hint': 'synonyms for bewildered',\n",
- " 'clues': [('puzzle', 'be a mystery or bewildering to'),\n",
- " ('get', 'be a mystery or bewildering to'),\n",
- " ('beat', 'be a mystery or bewildering to'),\n",
- " ('amaze', 'be a mystery or bewildering to'),\n",
- " ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('bemuse', 'cause to be confused emotionally'),\n",
+ " 'clues': [('throw', 'cause to be confused emotionally'),\n",
" ('baffle', 'be a mystery or bewildering to'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
" ('bewilder', 'cause to be confused emotionally'),\n",
- " ('perplex', 'be a mystery or bewildering to'),\n",
- " ('throw', 'cause to be confused emotionally'),\n",
- " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('beat', 'be a mystery or bewildering to'),\n",
+ " ('discombobulate', 'cause to be confused emotionally'),\n",
" ('mystify', 'be a mystery or bewildering to'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('puzzle', 'be a mystery or bewildering to'),\n",
" ('stick', 'be a mystery or bewildering to'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('vex', 'be a mystery or bewildering to'),\n",
- " ('discombobulate', 'cause to be confused emotionally'),\n",
- " ('flummox', 'be a mystery or bewildering to')]},\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
+ " ('bemuse', 'cause to be confused emotionally'),\n",
+ " ('get', 'be a mystery or bewildering to'),\n",
+ " ('stupefy', 'be a mystery or bewildering to'),\n",
+ " ('perplex', 'be a mystery or bewildering to'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
+ " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('amaze', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
" {'answer': 'bewitched',\n",
" 'hint': 'synonyms for bewitched',\n",
- " 'clues': [('magnetise', 'attract strongly, as if with a magnet'),\n",
- " ('trance', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
- " ('bewitch',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('bewitch', 'attract strongly, as if with a magnet'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
- " ('beguile', 'attract; cause to be enamored'),\n",
- " ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('mesmerise', 'attract strongly, as if with a magnet'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
" ('spellbind', 'attract strongly, as if with a magnet'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('hex',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('glamour',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('enchant',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
+ " ('mesmerise', 'attract strongly, as if with a magnet'),\n",
+ " ('becharm', 'attract; cause to be enamored'),\n",
+ " ('magnetise', 'attract strongly, as if with a magnet'),\n",
+ " ('hex',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('jinx',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('witch',\n",
- " 'cast a spell over someone or something; put a hex on someone or something')]},\n",
- " {'answer': 'bewitching',\n",
- " 'hint': 'synonyms for bewitching',\n",
- " 'clues': [('magnetise', 'attract strongly, as if with a magnet'),\n",
- " ('trance', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
- " ('bewitch',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
- " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('mesmerise', 'attract strongly, as if with a magnet'),\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
+ " {'answer': 'bewitching',\n",
+ " 'hint': 'synonyms for bewitching',\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('bewitch', 'attract strongly, as if with a magnet'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
" ('spellbind', 'attract strongly, as if with a magnet'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('hex',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('glamour',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('enchant',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
+ " ('mesmerise', 'attract strongly, as if with a magnet'),\n",
+ " ('becharm', 'attract; cause to be enamored'),\n",
+ " ('magnetise', 'attract strongly, as if with a magnet'),\n",
+ " ('hex',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('jinx',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('witch',\n",
- " 'cast a spell over someone or something; put a hex on someone or something')]},\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
+ " ('beguile', 'attract; cause to be enamored'),\n",
+ " ('capture', 'attract; cause to be enamored'),\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
" {'answer': 'billowing',\n",
" 'hint': 'synonyms for billowing',\n",
- " 'clues': [('billow', 'rise up as if in waves'),\n",
- " ('inflate', 'become inflated'),\n",
- " ('wallow', 'rise up as if in waves'),\n",
+ " 'clues': [('billow', 'rise and move, as in waves or billows'),\n",
" ('surge', 'rise and move, as in waves or billows'),\n",
- " ('heave', 'rise and move, as in waves or billows'),\n",
- " ('balloon', 'become inflated')]},\n",
+ " ('wallow', 'rise up as if in waves'),\n",
+ " ('balloon', 'become inflated'),\n",
+ " ('inflate', 'become inflated'),\n",
+ " ('heave', 'rise and move, as in waves or billows')]},\n",
" {'answer': 'binding',\n",
" 'hint': 'synonyms for binding',\n",
- " 'clues': [('bond', 'stick to firmly'),\n",
- " ('tie down', 'secure with or as if with ropes'),\n",
- " ('tie', 'create social or emotional ties'),\n",
- " ('truss', 'secure with or as if with ropes'),\n",
- " ('bind', 'create social or emotional ties'),\n",
+ " 'clues': [('bind', 'stick to firmly'),\n",
+ " ('oblige', 'bind by an obligation; cause to be indebted'),\n",
" ('adhere', 'stick to firmly'),\n",
+ " ('tie', 'fasten or secure with a rope, string, or cord'),\n",
+ " ('stick to', 'stick to firmly'),\n",
" ('hold fast', 'stick to firmly'),\n",
- " ('tie up', 'secure with or as if with ropes'),\n",
- " ('attach', 'create social or emotional ties'),\n",
" ('stick', 'stick to firmly'),\n",
- " ('oblige', 'bind by an obligation; cause to be indebted'),\n",
+ " ('tie up', 'secure with or as if with ropes'),\n",
" ('constipate', 'cause to be constipated'),\n",
+ " ('bond', 'stick to firmly'),\n",
" ('bandage', 'wrap around with something so as to cover or enclose'),\n",
- " ('hold', 'bind by an obligation; cause to be indebted'),\n",
- " ('stick to', 'stick to firmly')]},\n",
+ " ('tie down', 'secure with or as if with ropes'),\n",
+ " ('truss', 'secure with or as if with ropes'),\n",
+ " ('attach', 'create social or emotional ties'),\n",
+ " ('hold', 'bind by an obligation; cause to be indebted')]},\n",
" {'answer': 'biting',\n",
" 'hint': 'synonyms for biting',\n",
- " 'clues': [('bite', 'cause a sharp or stinging pain or discomfort'),\n",
- " ('sting', 'deliver a sting to'),\n",
+ " 'clues': [('bite', 'penetrate or cut, as with a knife'),\n",
" ('burn', 'cause a sharp or stinging pain or discomfort'),\n",
+ " ('sting', 'cause a sharp or stinging pain or discomfort'),\n",
" ('prick', 'deliver a sting to'),\n",
" ('seize with teeth',\n",
" 'to grip, cut off, or tear with or as if with the teeth or jaws')]},\n",
" {'answer': 'blackened',\n",
" 'hint': 'synonyms for blackened',\n",
- " 'clues': [('blacken',\n",
- " 'burn slightly and superficially so as to affect color'),\n",
+ " 'clues': [('blacken', 'make or become black'),\n",
+ " ('melanise', 'make or become black'),\n",
" ('scorch', 'burn slightly and superficially so as to affect color'),\n",
- " ('nigrify', 'make or become black'),\n",
- " ('char', 'burn slightly and superficially so as to affect color'),\n",
" ('black', 'make or become black'),\n",
- " ('melanize', 'make or become black'),\n",
- " ('sear', 'burn slightly and superficially so as to affect color')]},\n",
+ " ('sear', 'burn slightly and superficially so as to affect color'),\n",
+ " ('char', 'burn slightly and superficially so as to affect color'),\n",
+ " ('nigrify', 'make or become black')]},\n",
" {'answer': 'blame',\n",
" 'hint': 'synonyms for blame',\n",
- " 'clues': [('charge', 'attribute responsibility to'),\n",
+ " 'clues': [('find fault', 'harass with constant criticism'),\n",
+ " ('pick', 'harass with constant criticism'),\n",
" ('fault', 'put or pin the blame on'),\n",
- " ('find fault', 'harass with constant criticism'),\n",
- " ('pick', 'harass with constant criticism')]},\n",
+ " ('charge', 'attribute responsibility to')]},\n",
" {'answer': 'blamed',\n",
" 'hint': 'synonyms for blamed',\n",
- " 'clues': [('blame', 'harass with constant criticism'),\n",
+ " 'clues': [('find fault', 'harass with constant criticism'),\n",
+ " ('blame', 'harass with constant criticism'),\n",
" ('charge', 'attribute responsibility to'),\n",
- " ('fault', 'put or pin the blame on'),\n",
" ('pick', 'harass with constant criticism'),\n",
- " ('find fault', 'harass with constant criticism')]},\n",
+ " ('fault', 'put or pin the blame on')]},\n",
" {'answer': 'blanched',\n",
" 'hint': 'synonyms for blanched',\n",
- " 'clues': [('parboil', 'cook (vegetables) briefly'),\n",
- " ('blanch', 'turn pale, as if in fear'),\n",
+ " 'clues': [('blanch', 'turn pale, as if in fear'),\n",
+ " ('parboil', 'cook (vegetables) briefly'),\n",
" ('pale', 'turn pale, as if in fear'),\n",
" ('blench', 'turn pale, as if in fear')]},\n",
" {'answer': 'blaring',\n",
" 'hint': 'synonyms for blaring',\n",
- " 'clues': [('blast', 'make a strident sound'),\n",
+ " 'clues': [('blare', 'make a loud noise'),\n",
" ('beep', 'make a loud noise'),\n",
" ('honk', 'make a loud noise'),\n",
- " ('toot', 'make a loud noise'),\n",
- " ('blare', 'make a strident sound'),\n",
- " ('claxon', 'make a loud noise')]},\n",
+ " ('blast', 'make a strident sound'),\n",
+ " ('claxon', 'make a loud noise'),\n",
+ " ('toot', 'make a loud noise')]},\n",
" {'answer': 'blasted',\n",
" 'hint': 'synonyms for blasted',\n",
- " 'clues': [('blast', 'use explosives on'),\n",
- " ('shoot', 'fire a shot'),\n",
- " ('knock down', 'shatter as if by explosion'),\n",
- " ('blare', 'make a strident sound'),\n",
- " ('crucify', 'criticize harshly or violently'),\n",
- " ('nail', 'hit hard'),\n",
+ " 'clues': [('blare', 'make a strident sound'),\n",
+ " ('blast', 'use explosives on'),\n",
+ " ('pillory', 'criticize harshly or violently'),\n",
+ " ('smash', 'hit hard'),\n",
" ('boom', 'hit hard'),\n",
- " ('savage', 'criticize harshly or violently'),\n",
+ " ('crucify', 'criticize harshly or violently'),\n",
" ('shell', 'create by using explosives'),\n",
- " ('pillory', 'criticize harshly or violently'),\n",
- " ('smash', 'hit hard')]},\n",
- " {'answer': 'blasting',\n",
- " 'hint': 'synonyms for blasting',\n",
- " 'clues': [('blast', 'use explosives on'),\n",
" ('shoot', 'fire a shot'),\n",
- " ('knock down', 'shatter as if by explosion'),\n",
- " ('blare', 'make a strident sound'),\n",
- " ('crucify', 'criticize harshly or violently'),\n",
" ('nail', 'hit hard'),\n",
+ " ('knock down', 'shatter as if by explosion'),\n",
+ " ('savage', 'criticize harshly or violently')]},\n",
+ " {'answer': 'blasting',\n",
+ " 'hint': 'synonyms for blasting',\n",
+ " 'clues': [('blare', 'make a strident sound'),\n",
+ " ('blast', 'use explosives on'),\n",
+ " ('pillory', 'criticize harshly or violently'),\n",
+ " ('smash', 'hit hard'),\n",
" ('boom', 'hit hard'),\n",
- " ('savage', 'criticize harshly or violently'),\n",
+ " ('crucify', 'criticize harshly or violently'),\n",
" ('shell', 'create by using explosives'),\n",
- " ('pillory', 'criticize harshly or violently'),\n",
- " ('smash', 'hit hard')]},\n",
+ " ('shoot', 'fire a shot'),\n",
+ " ('nail', 'hit hard'),\n",
+ " ('knock down', 'shatter as if by explosion'),\n",
+ " ('savage', 'criticize harshly or violently')]},\n",
" {'answer': 'bleached',\n",
" 'hint': 'synonyms for bleached',\n",
- " 'clues': [('bleach out', 'remove color from'),\n",
- " ('discolorize', 'remove color from'),\n",
- " ('decolorise', 'remove color from'),\n",
- " ('bleach', 'make whiter or lighter'),\n",
- " ('decolour', 'remove color from')]},\n",
+ " 'clues': [('discolourise', 'remove color from'),\n",
+ " ('decolourize', 'remove color from'),\n",
+ " ('bleach', 'remove color from'),\n",
+ " ('decolour', 'remove color from'),\n",
+ " ('bleach out', 'remove color from')]},\n",
" {'answer': 'blemished',\n",
" 'hint': 'synonyms for blemished',\n",
- " 'clues': [('spot', 'mar or impair with a flaw'),\n",
- " ('blemish', 'add a flaw or blemish to; make imperfect or defective'),\n",
+ " 'clues': [('flaw',\n",
+ " 'add a flaw or blemish to; make imperfect or defective'),\n",
" ('disfigure', 'mar or spoil the appearance of'),\n",
" ('deface', 'mar or spoil the appearance of'),\n",
- " ('flaw', 'add a flaw or blemish to; make imperfect or defective')]},\n",
+ " ('spot', 'mar or impair with a flaw'),\n",
+ " ('blemish', 'mar or impair with a flaw')]},\n",
" {'answer': 'blended',\n",
" 'hint': 'synonyms for blended',\n",
- " 'clues': [('coalesce', 'mix together different elements'),\n",
- " ('flux', 'mix together different elements'),\n",
- " ('combine', 'mix together different elements'),\n",
- " ('blend in', 'blend or harmonize'),\n",
- " ('blend', 'combine into one'),\n",
- " ('meld', 'mix together different elements'),\n",
- " ('go', 'blend or harmonize'),\n",
- " ('immingle', 'combine into one'),\n",
+ " 'clues': [('blend', 'blend or harmonize'),\n",
+ " ('intermingle', 'combine into one'),\n",
+ " ('conflate', 'mix together different elements'),\n",
" ('fuse', 'mix together different elements'),\n",
+ " ('go', 'blend or harmonize'),\n",
+ " ('meld', 'mix together different elements'),\n",
+ " ('coalesce', 'mix together different elements'),\n",
" ('mix', 'mix together different elements'),\n",
- " ('conflate', 'mix together different elements'),\n",
+ " ('immix', 'mix together different elements'),\n",
+ " ('blend in', 'blend or harmonize'),\n",
" ('intermix', 'combine into one'),\n",
" ('merge', 'mix together different elements'),\n",
- " ('intermingle', 'combine into one'),\n",
" ('commingle', 'mix together different elements'),\n",
- " ('immix', 'mix together different elements')]},\n",
+ " ('immingle', 'combine into one'),\n",
+ " ('combine', 'mix together different elements'),\n",
+ " ('flux', 'mix together different elements')]},\n",
" {'answer': 'blessed',\n",
" 'hint': 'synonyms for blessed',\n",
- " 'clues': [('sign',\n",
+ " 'clues': [('bless',\n",
" 'make the sign of the cross over someone in order to call on God for protection; consecrate'),\n",
" ('hallow', 'render holy by means of religious rites'),\n",
- " ('bless', 'render holy by means of religious rites'),\n",
" ('sanctify', 'render holy by means of religious rites'),\n",
- " ('consecrate', 'render holy by means of religious rites')]},\n",
+ " ('consecrate', 'render holy by means of religious rites'),\n",
+ " ('sign',\n",
+ " 'make the sign of the cross over someone in order to call on God for protection; consecrate')]},\n",
" {'answer': 'blest',\n",
" 'hint': 'synonyms for blest',\n",
- " 'clues': [('sign',\n",
+ " 'clues': [('bless',\n",
" 'make the sign of the cross over someone in order to call on God for protection; consecrate'),\n",
" ('hallow', 'render holy by means of religious rites'),\n",
- " ('bless', 'render holy by means of religious rites'),\n",
" ('sanctify', 'render holy by means of religious rites'),\n",
- " ('consecrate', 'render holy by means of religious rites')]},\n",
+ " ('consecrate', 'render holy by means of religious rites'),\n",
+ " ('sign',\n",
+ " 'make the sign of the cross over someone in order to call on God for protection; consecrate')]},\n",
" {'answer': 'blinking',\n",
" 'hint': 'synonyms for blinking',\n",
- " 'clues': [('nictate', 'briefly shut the eyes'),\n",
- " ('blink', 'gleam or glow intermittently'),\n",
- " ('wink', 'briefly shut the eyes'),\n",
+ " 'clues': [('flash', 'gleam or glow intermittently'),\n",
" ('blink away', 'force to go away by blinking'),\n",
- " ('winkle', 'gleam or glow intermittently'),\n",
- " ('flash', 'gleam or glow intermittently')]},\n",
+ " ('wink', 'briefly shut the eyes'),\n",
+ " ('nictitate', 'briefly shut the eyes'),\n",
+ " ('blink', 'gleam or glow intermittently'),\n",
+ " ('winkle', 'gleam or glow intermittently')]},\n",
" {'answer': 'blistering',\n",
" 'hint': 'synonyms for blistering',\n",
- " 'clues': [('scald', 'subject to harsh criticism'),\n",
- " ('blister', 'subject to harsh criticism'),\n",
- " ('whip', 'subject to harsh criticism'),\n",
- " ('vesicate', 'get blistered')]},\n",
+ " 'clues': [('blister', 'subject to harsh criticism'),\n",
+ " ('scald', 'subject to harsh criticism'),\n",
+ " ('vesicate', 'get blistered'),\n",
+ " ('whip', 'subject to harsh criticism')]},\n",
" {'answer': 'blockaded',\n",
" 'hint': 'synonyms for blockaded',\n",
- " 'clues': [('block', 'render unsuitable for passage'),\n",
- " ('blockade', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('bar', 'render unsuitable for passage'),\n",
- " ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block up', 'render unsuitable for passage'),\n",
+ " 'clues': [('block off', 'obstruct access to'),\n",
" ('hinder', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block off', 'obstruct access to'),\n",
- " ('stop', 'render unsuitable for passage'),\n",
+ " ('blockade', 'impose a blockade on'),\n",
" ('seal off', 'impose a blockade on'),\n",
+ " ('stop', 'render unsuitable for passage'),\n",
" ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block up', 'render unsuitable for passage'),\n",
+ " ('bar', 'render unsuitable for passage'),\n",
+ " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
" ('barricade', 'render unsuitable for passage')]},\n",
" {'answer': 'blockading',\n",
" 'hint': 'synonyms for blockading',\n",
- " 'clues': [('block', 'render unsuitable for passage'),\n",
- " ('blockade', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('bar', 'render unsuitable for passage'),\n",
- " ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block up', 'render unsuitable for passage'),\n",
+ " 'clues': [('block off', 'obstruct access to'),\n",
" ('hinder', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block off', 'obstruct access to'),\n",
- " ('stop', 'render unsuitable for passage'),\n",
+ " ('blockade', 'impose a blockade on'),\n",
" ('seal off', 'impose a blockade on'),\n",
+ " ('stop', 'render unsuitable for passage'),\n",
" ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block up', 'render unsuitable for passage'),\n",
+ " ('bar', 'render unsuitable for passage'),\n",
+ " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
" ('barricade', 'render unsuitable for passage')]},\n",
" {'answer': 'blocked',\n",
" 'hint': 'synonyms for blocked',\n",
- " 'clues': [('block', 'render unsuitable for passage'),\n",
- " ('stop', 'stop from happening or developing'),\n",
- " ('freeze', 'prohibit the conversion or use of (assets)'),\n",
- " ('bar', 'render unsuitable for passage'),\n",
- " ('jam', 'block passage through'),\n",
+ " 'clues': [('hinder',\n",
+ " 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('jam', 'interfere with or prevent the reception of signals'),\n",
+ " ('close up', 'block passage through'),\n",
+ " ('immobilize', 'prohibit the conversion or use of (assets)'),\n",
+ " ('stop', 'render unsuitable for passage'),\n",
+ " ('obstruct', 'block passage through'),\n",
" ('block up', 'render unsuitable for passage'),\n",
- " ('deflect', 'impede the movement of (an opponent or a ball)'),\n",
- " ('immobilise', 'prohibit the conversion or use of (assets)'),\n",
- " ('parry', 'impede the movement of (an opponent or a ball)'),\n",
+ " ('block', 'shape by using a block'),\n",
+ " ('barricade', 'render unsuitable for passage'),\n",
+ " ('forget', 'be unable to remember'),\n",
+ " ('blockade', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('lug', 'obstruct'),\n",
+ " ('choke up', 'obstruct'),\n",
+ " ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
" ('stuff', 'obstruct'),\n",
+ " ('blank out', 'be unable to remember'),\n",
" ('kibosh', 'stop from happening or developing'),\n",
- " ('blockade', 'render unsuitable for passage'),\n",
- " ('obstruct',\n",
- " 'shut out from view or get in the way so as to hide from sight'),\n",
+ " ('obturate', 'block passage through'),\n",
+ " ('impede', 'block passage through'),\n",
+ " ('block off', 'render unsuitable for passage'),\n",
+ " ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
" ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('choke up', 'obstruct'),\n",
- " ('barricade', 'render unsuitable for passage'),\n",
- " ('occlude', 'block passage through'),\n",
+ " ('parry', 'impede the movement of (an opponent or a ball)'),\n",
+ " ('deflect', 'impede the movement of (an opponent or a ball)'),\n",
+ " ('freeze', 'prohibit the conversion or use of (assets)'),\n",
" ('draw a blank', 'be unable to remember'),\n",
- " ('hinder', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('blank out', 'be unable to remember'),\n",
- " ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('close up', 'block passage through'),\n",
- " ('lug', 'obstruct'),\n",
- " ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
" ('halt', 'stop from happening or developing'),\n",
- " ('forget', 'be unable to remember'),\n",
- " ('impede', 'block passage through'),\n",
- " ('obturate', 'block passage through'),\n",
- " ('block off', 'render unsuitable for passage')]},\n",
+ " ('bar', 'render unsuitable for passage'),\n",
+ " ('occlude', 'block passage through')]},\n",
" {'answer': 'blown',\n",
" 'hint': 'synonyms for blown',\n",
- " 'clues': [('fumble', 'make a mess of, destroy or ruin'),\n",
- " ('fuck up', 'make a mess of, destroy or ruin'),\n",
- " ('bungle', 'make a mess of, destroy or ruin'),\n",
- " ('bollix', 'make a mess of, destroy or ruin'),\n",
- " ('bluster', 'show off'),\n",
- " ('ball up', 'make a mess of, destroy or ruin'),\n",
- " ('screw up', 'make a mess of, destroy or ruin'),\n",
- " ('float', 'be in motion due to some air or water current'),\n",
- " ('blow', 'burst suddenly'),\n",
+ " 'clues': [('bodge', 'make a mess of, destroy or ruin'),\n",
+ " ('blow', 'lay eggs'),\n",
+ " ('muck up', 'make a mess of, destroy or ruin'),\n",
+ " ('bobble', 'make a mess of, destroy or ruin'),\n",
+ " ('botch up', 'make a mess of, destroy or ruin'),\n",
+ " ('swash', 'show off'),\n",
+ " ('foul up', 'make a mess of, destroy or ruin'),\n",
+ " ('spoil', 'make a mess of, destroy or ruin'),\n",
+ " ('fellate', 'provide sexual gratification through oral stimulation'),\n",
+ " ('suck', 'provide sexual gratification through oral stimulation'),\n",
" ('squander', 'spend thoughtlessly; throw away'),\n",
- " ('bumble', 'make a mess of, destroy or ruin'),\n",
- " ('mishandle', 'make a mess of, destroy or ruin'),\n",
+ " ('go down on', 'provide sexual gratification through oral stimulation'),\n",
+ " ('bollocks up', 'make a mess of, destroy or ruin'),\n",
" ('vaunt', 'show off'),\n",
+ " ('brag', 'show off'),\n",
+ " ('mishandle', 'make a mess of, destroy or ruin'),\n",
+ " ('muff', 'make a mess of, destroy or ruin'),\n",
" ('shove off', 'leave; informal or rude'),\n",
- " ('bollocks up', 'make a mess of, destroy or ruin'),\n",
+ " ('gas', 'show off'),\n",
+ " ('bungle', 'make a mess of, destroy or ruin'),\n",
+ " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " ('tout', 'show off'),\n",
" ('drift', 'be in motion due to some air or water current'),\n",
- " ('flub', 'make a mess of, destroy or ruin'),\n",
- " ('suck', 'provide sexual gratification through oral stimulation'),\n",
- " ('bobble', 'make a mess of, destroy or ruin'),\n",
- " ('be adrift', 'be in motion due to some air or water current'),\n",
- " ('brag', 'show off'),\n",
+ " ('bollix up', 'make a mess of, destroy or ruin'),\n",
+ " ('fluff', 'make a mess of, destroy or ruin'),\n",
+ " ('screw up', 'make a mess of, destroy or ruin'),\n",
+ " ('float', 'be in motion due to some air or water current'),\n",
+ " ('bluster', 'show off'),\n",
" ('boast', 'show off'),\n",
" ('gasconade', 'show off'),\n",
- " ('botch up', 'make a mess of, destroy or ruin'),\n",
- " ('spoil', 'make a mess of, destroy or ruin'),\n",
- " ('gas', 'show off'),\n",
- " ('foul up', 'make a mess of, destroy or ruin'),\n",
- " ('muff', 'make a mess of, destroy or ruin'),\n",
- " ('louse up', 'make a mess of, destroy or ruin'),\n",
- " ('fluff', 'make a mess of, destroy or ruin'),\n",
- " ('go down on', 'provide sexual gratification through oral stimulation'),\n",
- " ('shove along', 'leave; informal or rude'),\n",
- " ('bodge', 'make a mess of, destroy or ruin'),\n",
- " ('burn out', 'melt, break, or become otherwise unusable'),\n",
- " ('bollocks', 'make a mess of, destroy or ruin'),\n",
+ " ('be adrift', 'be in motion due to some air or water current'),\n",
+ " ('bollix', 'make a mess of, destroy or ruin'),\n",
+ " ('bumble', 'make a mess of, destroy or ruin'),\n",
" ('waste', 'spend thoughtlessly; throw away'),\n",
- " ('fellate', 'provide sexual gratification through oral stimulation'),\n",
- " ('swash', 'show off'),\n",
- " ('botch', 'make a mess of, destroy or ruin'),\n",
" ('mess up', 'make a mess of, destroy or ruin'),\n",
- " ('shoot a line', 'show off'),\n",
" ('blow out', 'melt, break, or become otherwise unusable'),\n",
- " ('tout', 'show off'),\n",
- " ('bollix up', 'make a mess of, destroy or ruin')]},\n",
+ " ('flub', 'make a mess of, destroy or ruin'),\n",
+ " ('shoot a line', 'show off'),\n",
+ " ('ball up', 'make a mess of, destroy or ruin'),\n",
+ " ('burn out', 'melt, break, or become otherwise unusable'),\n",
+ " ('louse up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollocks', 'make a mess of, destroy or ruin'),\n",
+ " ('shove along', 'leave; informal or rude'),\n",
+ " ('botch', 'make a mess of, destroy or ruin')]},\n",
" {'answer': 'blunt',\n",
" 'hint': 'synonyms for blunt',\n",
- " 'clues': [('dull', 'make numb or insensitive'),\n",
- " ('benumb', 'make numb or insensitive'),\n",
+ " 'clues': [('benumb', 'make numb or insensitive'),\n",
+ " ('dull', 'make numb or insensitive'),\n",
+ " ('numb', 'make numb or insensitive'),\n",
" ('deaden',\n",
- " 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation'),\n",
- " ('numb', 'make numb or insensitive')]},\n",
+ " 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation')]},\n",
" {'answer': 'blunted',\n",
" 'hint': 'synonyms for blunted',\n",
- " 'clues': [('deaden',\n",
+ " 'clues': [('blunt',\n",
+ " 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation'),\n",
+ " ('dull', 'make numb or insensitive'),\n",
+ " ('deaden',\n",
" 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation'),\n",
- " ('blunt', 'make less intense'),\n",
- " ('dull', 'make dull or blunt'),\n",
" ('benumb', 'make numb or insensitive'),\n",
" ('numb', 'make numb or insensitive')]},\n",
" {'answer': 'blurred',\n",
" 'hint': 'synonyms for blurred',\n",
- " 'clues': [('blur', 'to make less distinct or clear'),\n",
- " ('slur', 'become vague or indistinct'),\n",
+ " 'clues': [('obscure', 'make unclear, indistinct, or blurred'),\n",
+ " ('smutch', 'make a smudge on; soil by smudging'),\n",
" ('blear', 'make dim or indistinct'),\n",
- " ('obnubilate', 'make unclear, indistinct, or blurred'),\n",
- " ('dim', 'become vague or indistinct'),\n",
" ('glaze over', 'become glassy; lose clear vision'),\n",
- " ('smudge', 'make a smudge on; soil by smudging'),\n",
+ " ('slur', 'become vague or indistinct'),\n",
+ " ('blur', 'to make less distinct or clear'),\n",
" ('confuse', 'make unclear, indistinct, or blurred'),\n",
- " ('obscure', 'make unclear, indistinct, or blurred'),\n",
+ " ('smudge', 'make a smudge on; soil by smudging'),\n",
+ " ('dim', 'become vague or indistinct'),\n",
" ('smear', 'make a smudge on; soil by smudging'),\n",
- " ('smutch', 'make a smudge on; soil by smudging'),\n",
+ " ('obnubilate', 'make unclear, indistinct, or blurred'),\n",
" ('film over', 'become glassy; lose clear vision')]},\n",
" {'answer': 'blushing',\n",
" 'hint': 'synonyms for blushing',\n",
- " 'clues': [('blush', 'turn red, as if in embarrassment or shame'),\n",
+ " 'clues': [('flush', 'turn red, as if in embarrassment or shame'),\n",
+ " ('blush', 'turn red, as if in embarrassment or shame'),\n",
" ('crimson', 'turn red, as if in embarrassment or shame'),\n",
- " ('redden', 'turn red, as if in embarrassment or shame'),\n",
- " ('flush', 'turn red, as if in embarrassment or shame')]},\n",
+ " ('redden', 'turn red, as if in embarrassment or shame')]},\n",
" {'answer': 'blustering',\n",
" 'hint': 'synonyms for blustering',\n",
- " 'clues': [('swagger',\n",
- " 'act in an arrogant, overly self-assured, or conceited manner'),\n",
- " ('bluster',\n",
+ " 'clues': [('bluster',\n",
" 'act in an arrogant, overly self-assured, or conceited manner'),\n",
" ('swash', 'act in an arrogant, overly self-assured, or conceited manner'),\n",
- " ('brag', 'show off'),\n",
+ " ('tout', 'show off'),\n",
+ " ('shoot a line', 'show off'),\n",
+ " ('blow', 'show off'),\n",
" ('boast', 'show off'),\n",
+ " ('vaunt', 'show off'),\n",
+ " ('brag', 'show off'),\n",
" ('gasconade', 'show off'),\n",
" ('gas', 'show off'),\n",
- " ('blow', 'show off'),\n",
- " ('shoot a line', 'show off'),\n",
- " ('vaunt', 'show off'),\n",
- " ('tout', 'show off')]},\n",
+ " ('swagger',\n",
+ " 'act in an arrogant, overly self-assured, or conceited manner')]},\n",
" {'answer': 'boiled',\n",
" 'hint': 'synonyms for boiled',\n",
- " 'clues': [('seethe', 'be in an agitated emotional state'),\n",
- " ('boil', 'be in an agitated emotional state'),\n",
+ " 'clues': [('boil', 'be agitated'),\n",
+ " ('seethe', 'be in an agitated emotional state'),\n",
" ('roil', 'be agitated'),\n",
- " ('churn', 'be agitated'),\n",
- " ('moil', 'be agitated')]},\n",
+ " ('moil', 'be agitated'),\n",
+ " ('churn', 'be agitated')]},\n",
" {'answer': 'bone',\n",
" 'hint': 'synonyms for bone',\n",
- " 'clues': [('grind away', 'study intensively, as before an exam'),\n",
+ " 'clues': [('drum', 'study intensively, as before an exam'),\n",
+ " ('debone', 'remove the bones from'),\n",
+ " ('swot', 'study intensively, as before an exam'),\n",
" ('cram', 'study intensively, as before an exam'),\n",
" ('get up', 'study intensively, as before an exam'),\n",
- " ('debone', 'remove the bones from'),\n",
" ('bone up', 'study intensively, as before an exam'),\n",
- " ('drum', 'study intensively, as before an exam'),\n",
" ('mug up', 'study intensively, as before an exam'),\n",
- " ('swot', 'study intensively, as before an exam'),\n",
+ " ('grind away', 'study intensively, as before an exam'),\n",
" ('swot up', 'study intensively, as before an exam')]},\n",
" {'answer': 'boned',\n",
" 'hint': 'synonyms for boned',\n",
- " 'clues': [('grind away', 'study intensively, as before an exam'),\n",
+ " 'clues': [('drum', 'study intensively, as before an exam'),\n",
+ " ('debone', 'remove the bones from'),\n",
+ " ('swot', 'study intensively, as before an exam'),\n",
" ('cram', 'study intensively, as before an exam'),\n",
" ('get up', 'study intensively, as before an exam'),\n",
- " ('debone', 'remove the bones from'),\n",
+ " ('bone', 'remove the bones from'),\n",
" ('bone up', 'study intensively, as before an exam'),\n",
- " ('bone', 'study intensively, as before an exam'),\n",
- " ('drum', 'study intensively, as before an exam'),\n",
" ('mug up', 'study intensively, as before an exam'),\n",
- " ('swot', 'study intensively, as before an exam'),\n",
+ " ('grind away', 'study intensively, as before an exam'),\n",
" ('swot up', 'study intensively, as before an exam')]},\n",
" {'answer': 'booming',\n",
" 'hint': 'synonyms for booming',\n",
- " 'clues': [('boom out', 'make a deep hollow sound'),\n",
- " ('nail', 'hit hard'),\n",
- " ('boom', 'hit hard'),\n",
- " ('expand', 'grow vigorously'),\n",
- " ('thunder', 'be the case that thunder is being heard'),\n",
- " ('blast', 'hit hard'),\n",
+ " 'clues': [('flourish', 'grow vigorously'),\n",
+ " ('boom', 'make a deep hollow sound'),\n",
" ('thrive', 'grow vigorously'),\n",
" ('din', 'make a resonant sound, like artillery'),\n",
+ " ('blast', 'hit hard'),\n",
" ('smash', 'hit hard'),\n",
- " ('flourish', 'grow vigorously')]},\n",
+ " ('thunder', 'be the case that thunder is being heard'),\n",
+ " ('boom out', 'make a deep hollow sound'),\n",
+ " ('expand', 'grow vigorously'),\n",
+ " ('nail', 'hit hard')]},\n",
" {'answer': 'bootlicking',\n",
" 'hint': 'synonyms for bootlicking',\n",
- " 'clues': [('kowtow', 'try to gain favor by cringing or flattering'),\n",
- " ('truckle', 'try to gain favor by cringing or flattering'),\n",
+ " 'clues': [('toady', 'try to gain favor by cringing or flattering'),\n",
+ " ('kotow', 'try to gain favor by cringing or flattering'),\n",
" ('fawn', 'try to gain favor by cringing or flattering'),\n",
+ " ('truckle', 'try to gain favor by cringing or flattering'),\n",
" ('bootlick', 'try to gain favor by cringing or flattering'),\n",
- " ('toady', 'try to gain favor by cringing or flattering'),\n",
" ('suck up', 'try to gain favor by cringing or flattering')]},\n",
" {'answer': 'bordered',\n",
" 'hint': 'synonyms for bordered',\n",
- " 'clues': [('bound', 'form the boundary of; be contiguous to'),\n",
- " ('environ', 'extend on all sides of simultaneously; encircle'),\n",
+ " 'clues': [('surround', 'extend on all sides of simultaneously; encircle'),\n",
" ('ring', 'extend on all sides of simultaneously; encircle'),\n",
- " ('frame', 'enclose in or as if in a frame'),\n",
- " ('border', 'form the boundary of; be contiguous to'),\n",
+ " ('frame in', 'enclose in or as if in a frame'),\n",
" ('butt on', 'lie adjacent to another or share a boundary'),\n",
+ " ('frame', 'enclose in or as if in a frame'),\n",
" ('edge', 'lie adjacent to another or share a boundary'),\n",
- " ('frame in', 'enclose in or as if in a frame'),\n",
+ " ('environ', 'extend on all sides of simultaneously; encircle'),\n",
+ " ('border', 'lie adjacent to another or share a boundary'),\n",
+ " ('butt', 'lie adjacent to another or share a boundary'),\n",
" ('adjoin', 'lie adjacent to another or share a boundary'),\n",
+ " ('bound', 'form the boundary of; be contiguous to'),\n",
+ " ('skirt', 'extend on all sides of simultaneously; encircle'),\n",
" ('abut', 'lie adjacent to another or share a boundary'),\n",
- " ('butt against', 'lie adjacent to another or share a boundary'),\n",
" ('march', 'lie adjacent to another or share a boundary'),\n",
- " ('skirt', 'extend on all sides of simultaneously; encircle'),\n",
- " ('surround', 'extend on all sides of simultaneously; encircle'),\n",
- " ('butt', 'lie adjacent to another or share a boundary')]},\n",
+ " ('butt against', 'lie adjacent to another or share a boundary')]},\n",
" {'answer': 'born',\n",
" 'hint': 'synonyms for born',\n",
- " 'clues': [('have a bun in the oven', 'be pregnant with'),\n",
- " ('bear', 'have'),\n",
- " ('accept',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
- " ('behave', 'behave in a certain manner'),\n",
- " ('carry', 'behave in a certain manner'),\n",
- " ('tolerate', 'put up with something or somebody unpleasant'),\n",
+ " 'clues': [('endure', 'put up with something or somebody unpleasant'),\n",
+ " ('turn out', 'bring forth,'),\n",
+ " ('bear', 'contain or hold; have within'),\n",
+ " ('birth', 'cause to be born'),\n",
+ " ('have', 'cause to be born'),\n",
+ " ('give birth', 'cause to be born'),\n",
" ('comport', 'behave in a certain manner'),\n",
- " ('hold', 'have rightfully; of rights, titles, and offices'),\n",
- " ('deport', 'behave in a certain manner'),\n",
- " ('take over',\n",
- " \"take on as one's own the expenses or debts of another person\"),\n",
" ('support', 'put up with something or somebody unpleasant'),\n",
- " ('stomach', 'put up with something or somebody unpleasant'),\n",
+ " ('hold', 'contain or hold; have within'),\n",
+ " ('yield', 'bring in'),\n",
+ " ('have a bun in the oven', 'be pregnant with'),\n",
+ " ('wear', \"have on one's person\"),\n",
+ " ('carry', 'support or hold in a certain manner'),\n",
+ " ('acquit', 'behave in a certain manner'),\n",
+ " ('digest', 'put up with something or somebody unpleasant'),\n",
" ('brook', 'put up with something or somebody unpleasant'),\n",
- " ('stand', 'put up with something or somebody unpleasant'),\n",
- " ('stick out', 'put up with something or somebody unpleasant'),\n",
- " ('deliver', 'cause to be born'),\n",
- " ('birth', 'cause to be born'),\n",
- " ('give birth', 'cause to be born'),\n",
- " ('contain', 'contain or hold; have within'),\n",
- " ('turn out', 'bring forth,'),\n",
- " ('expect', 'be pregnant with'),\n",
" ('assume',\n",
" \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('tolerate', 'put up with something or somebody unpleasant'),\n",
+ " ('deport', 'behave in a certain manner'),\n",
+ " ('expect', 'be pregnant with'),\n",
+ " ('contain', 'contain or hold; have within'),\n",
+ " ('abide', 'put up with something or somebody unpleasant'),\n",
+ " ('put up', 'put up with something or somebody unpleasant'),\n",
+ " ('conduct', 'behave in a certain manner'),\n",
" ('pay', 'bring in'),\n",
+ " ('stick out', 'put up with something or somebody unpleasant'),\n",
" ('suffer', 'put up with something or somebody unpleasant'),\n",
- " ('yield', 'bring in'),\n",
- " ('have', 'cause to be born'),\n",
- " ('endure', 'put up with something or somebody unpleasant'),\n",
- " ('wear', \"have on one's person\"),\n",
- " ('conduct', 'behave in a certain manner'),\n",
- " ('abide', 'put up with something or somebody unpleasant'),\n",
+ " ('take over',\n",
+ " \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('accept',\n",
+ " \"take on as one's own the expenses or debts of another person\"),\n",
+ " ('stand', 'put up with something or somebody unpleasant'),\n",
+ " ('behave', 'behave in a certain manner'),\n",
" ('gestate', 'be pregnant with'),\n",
- " ('put up', 'put up with something or somebody unpleasant'),\n",
- " ('acquit', 'behave in a certain manner'),\n",
- " ('digest', 'put up with something or somebody unpleasant')]},\n",
+ " ('stomach', 'put up with something or somebody unpleasant'),\n",
+ " ('deliver', 'cause to be born')]},\n",
" {'answer': 'bosomed',\n",
" 'hint': 'synonyms for bosomed',\n",
- " 'clues': [('bosom', \"hide in one's bosom\"),\n",
+ " 'clues': [('bosom',\n",
+ " 'squeeze (someone) tightly in your arms, usually with fondness'),\n",
" ('squeeze',\n",
" 'squeeze (someone) tightly in your arms, usually with fondness'),\n",
- " ('hug', 'squeeze (someone) tightly in your arms, usually with fondness'),\n",
" ('embrace',\n",
+ " 'squeeze (someone) tightly in your arms, usually with fondness'),\n",
+ " ('hug',\n",
" 'squeeze (someone) tightly in your arms, usually with fondness')]},\n",
" {'answer': 'botched',\n",
" 'hint': 'synonyms for botched',\n",
- " 'clues': [('muck up', 'make a mess of, destroy or ruin'),\n",
- " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " 'clues': [('bodge', 'make a mess of, destroy or ruin'),\n",
" ('bungle', 'make a mess of, destroy or ruin'),\n",
- " ('bollix', 'make a mess of, destroy or ruin'),\n",
- " ('ball up', 'make a mess of, destroy or ruin'),\n",
+ " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " ('blow', 'make a mess of, destroy or ruin'),\n",
+ " ('muck up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix up', 'make a mess of, destroy or ruin'),\n",
+ " ('bobble', 'make a mess of, destroy or ruin'),\n",
+ " ('fluff', 'make a mess of, destroy or ruin'),\n",
" ('screw up', 'make a mess of, destroy or ruin'),\n",
" ('botch up', 'make a mess of, destroy or ruin'),\n",
+ " ('foul up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix', 'make a mess of, destroy or ruin'),\n",
" ('spoil', 'make a mess of, destroy or ruin'),\n",
" ('bumble', 'make a mess of, destroy or ruin'),\n",
- " ('mishandle', 'make a mess of, destroy or ruin'),\n",
- " ('foul up', 'make a mess of, destroy or ruin'),\n",
- " ('muff', 'make a mess of, destroy or ruin'),\n",
- " ('louse up', 'make a mess of, destroy or ruin'),\n",
- " ('fluff', 'make a mess of, destroy or ruin'),\n",
- " ('bodge', 'make a mess of, destroy or ruin'),\n",
+ " ('mess up', 'make a mess of, destroy or ruin'),\n",
+ " ('flub', 'make a mess of, destroy or ruin'),\n",
+ " ('ball up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks up', 'make a mess of, destroy or ruin'),\n",
+ " ('louse up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks', 'make a mess of, destroy or ruin'),\n",
- " ('blow', 'make a mess of, destroy or ruin'),\n",
- " ('botch', 'make a mess of, destroy or ruin'),\n",
- " ('flub', 'make a mess of, destroy or ruin'),\n",
- " ('mess up', 'make a mess of, destroy or ruin'),\n",
- " ('bollix up', 'make a mess of, destroy or ruin'),\n",
- " ('bobble', 'make a mess of, destroy or ruin')]},\n",
+ " ('mishandle', 'make a mess of, destroy or ruin'),\n",
+ " ('muff', 'make a mess of, destroy or ruin'),\n",
+ " ('botch', 'make a mess of, destroy or ruin')]},\n",
" {'answer': 'bothered',\n",
" 'hint': 'synonyms for bothered',\n",
- " 'clues': [('trouble', 'take the trouble to do something; concern oneself'),\n",
- " ('gravel',\n",
+ " 'clues': [('vex',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('bother', 'to cause inconvenience or discomfort to'),\n",
- " ('put out', 'to cause inconvenience or discomfort to'),\n",
- " ('get to',\n",
+ " ('nettle',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('vex', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('chafe', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('discommode', 'to cause inconvenience or discomfort to'),\n",
+ " ('bother',\n",
+ " 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('nark', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('trouble oneself', 'take the trouble to do something; concern oneself'),\n",
+ " ('rile', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('irritate',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('get at',\n",
+ " 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('trouble', 'to cause inconvenience or discomfort to'),\n",
+ " ('gravel',\n",
+ " 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('get to',\n",
+ " 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('inconvenience', 'to cause inconvenience or discomfort to'),\n",
" ('annoy', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('discommode', 'to cause inconvenience or discomfort to'),\n",
+ " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('put out', 'to cause inconvenience or discomfort to'),\n",
" ('incommode', 'to cause inconvenience or discomfort to'),\n",
" ('inconvenience oneself',\n",
" 'take the trouble to do something; concern oneself'),\n",
- " ('nettle',\n",
- " 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('inconvenience', 'to cause inconvenience or discomfort to'),\n",
- " ('rile', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('trouble oneself', 'take the trouble to do something; concern oneself'),\n",
- " ('get at',\n",
- " 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('nark', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('disoblige', 'to cause inconvenience or discomfort to')]},\n",
" {'answer': 'bouncing',\n",
" 'hint': 'synonyms for bouncing',\n",
- " 'clues': [('bounce', 'move up and down repeatedly'),\n",
- " ('spring', 'spring back; spring away from an impact'),\n",
- " ('bound', 'spring back; spring away from an impact'),\n",
- " ('rebound', 'spring back; spring away from an impact'),\n",
- " ('take a hop', 'spring back; spring away from an impact'),\n",
- " ('resile', 'spring back; spring away from an impact'),\n",
+ " 'clues': [('bounce', 'eject from the premises'),\n",
" ('jounce', 'move up and down repeatedly'),\n",
+ " ('take a hop', 'spring back; spring away from an impact'),\n",
+ " ('spring', 'spring back; spring away from an impact'),\n",
+ " ('recoil', 'spring back; spring away from an impact'),\n",
" ('reverberate', 'spring back; spring away from an impact'),\n",
" ('ricochet', 'spring back; spring away from an impact'),\n",
- " ('recoil', 'spring back; spring away from an impact')]},\n",
+ " ('rebound', 'spring back; spring away from an impact'),\n",
+ " ('resile', 'spring back; spring away from an impact'),\n",
+ " ('bound', 'spring back; spring away from an impact')]},\n",
" {'answer': 'bound',\n",
" 'hint': 'synonyms for bound',\n",
- " 'clues': [('bond', 'stick to firmly'),\n",
- " ('rebound', 'spring back; spring away from an impact'),\n",
- " ('bind', 'create social or emotional ties'),\n",
+ " 'clues': [('bind', 'stick to firmly'),\n",
+ " ('oblige', 'bind by an obligation; cause to be indebted'),\n",
" ('adhere', 'stick to firmly'),\n",
+ " ('stick to', 'stick to firmly'),\n",
+ " ('throttle', 'place limits on (extent or access)'),\n",
" ('hold fast', 'stick to firmly'),\n",
- " ('tie up', 'secure with or as if with ropes'),\n",
+ " ('bounce', 'spring back; spring away from an impact'),\n",
" ('stick', 'stick to firmly'),\n",
- " ('oblige', 'bind by an obligation; cause to be indebted'),\n",
+ " ('rebound', 'spring back; spring away from an impact'),\n",
" ('constipate', 'cause to be constipated'),\n",
- " ('bounce', 'spring back; spring away from an impact'),\n",
- " ('spring', 'move forward by leaps and bounds'),\n",
+ " ('bond', 'stick to firmly'),\n",
+ " ('limit', 'place limits on (extent or access)'),\n",
+ " ('restrict', 'place limits on (extent or access)'),\n",
+ " ('truss', 'secure with or as if with ropes'),\n",
" ('confine', 'place limits on (extent or access)'),\n",
- " ('take a hop', 'spring back; spring away from an impact'),\n",
- " ('bandage', 'wrap around with something so as to cover or enclose'),\n",
+ " ('restrain', 'place limits on (extent or access)'),\n",
+ " ('reverberate', 'spring back; spring away from an impact'),\n",
+ " ('border', 'form the boundary of; be contiguous to'),\n",
+ " ('ricochet', 'spring back; spring away from an impact'),\n",
+ " ('spring', 'move forward by leaps and bounds'),\n",
+ " ('resile', 'spring back; spring away from an impact'),\n",
" ('hold', 'bind by an obligation; cause to be indebted'),\n",
- " ('stick to', 'stick to firmly'),\n",
" ('leap', 'move forward by leaps and bounds'),\n",
+ " ('take a hop', 'spring back; spring away from an impact'),\n",
+ " ('tie', 'fasten or secure with a rope, string, or cord'),\n",
+ " ('tie up', 'secure with or as if with ropes'),\n",
+ " ('jump', 'move forward by leaps and bounds'),\n",
+ " ('bandage', 'wrap around with something so as to cover or enclose'),\n",
" ('tie down', 'secure with or as if with ropes'),\n",
- " ('tie', 'create social or emotional ties'),\n",
- " ('truss', 'secure with or as if with ropes'),\n",
- " ('border', 'form the boundary of; be contiguous to'),\n",
+ " ('recoil', 'spring back; spring away from an impact'),\n",
" ('attach', 'create social or emotional ties'),\n",
- " ('throttle', 'place limits on (extent or access)'),\n",
- " ('restrict', 'place limits on (extent or access)'),\n",
- " ('reverberate', 'spring back; spring away from an impact'),\n",
- " ('jump', 'move forward by leaps and bounds'),\n",
- " ('limit', 'place limits on (extent or access)'),\n",
- " ('restrain', 'place limits on (extent or access)'),\n",
- " ('resile', 'spring back; spring away from an impact'),\n",
- " ('trammel', 'place limits on (extent or access)'),\n",
- " ('ricochet', 'spring back; spring away from an impact'),\n",
- " ('recoil', 'spring back; spring away from an impact')]},\n",
+ " ('trammel', 'place limits on (extent or access)')]},\n",
" {'answer': 'bounded',\n",
" 'hint': 'synonyms for bounded',\n",
- " 'clues': [('bound', 'move forward by leaps and bounds'),\n",
- " ('rebound', 'spring back; spring away from an impact'),\n",
- " ('border', 'form the boundary of; be contiguous to'),\n",
+ " 'clues': [('leap', 'move forward by leaps and bounds'),\n",
+ " ('take a hop', 'spring back; spring away from an impact'),\n",
+ " ('spring', 'spring back; spring away from an impact'),\n",
" ('throttle', 'place limits on (extent or access)'),\n",
- " ('restrict', 'place limits on (extent or access)'),\n",
" ('bounce', 'spring back; spring away from an impact'),\n",
- " ('reverberate', 'spring back; spring away from an impact'),\n",
- " ('spring', 'move forward by leaps and bounds'),\n",
- " ('confine', 'place limits on (extent or access)'),\n",
+ " ('rebound', 'spring back; spring away from an impact'),\n",
" ('jump', 'move forward by leaps and bounds'),\n",
+ " ('bound', 'form the boundary of; be contiguous to'),\n",
" ('limit', 'place limits on (extent or access)'),\n",
- " ('take a hop', 'spring back; spring away from an impact'),\n",
+ " ('restrict', 'place limits on (extent or access)'),\n",
+ " ('recoil', 'spring back; spring away from an impact'),\n",
+ " ('confine', 'place limits on (extent or access)'),\n",
" ('restrain', 'place limits on (extent or access)'),\n",
- " ('resile', 'spring back; spring away from an impact'),\n",
+ " ('reverberate', 'spring back; spring away from an impact'),\n",
+ " ('border', 'form the boundary of; be contiguous to'),\n",
" ('trammel', 'place limits on (extent or access)'),\n",
- " ('leap', 'move forward by leaps and bounds'),\n",
" ('ricochet', 'spring back; spring away from an impact'),\n",
- " ('recoil', 'spring back; spring away from an impact')]},\n",
+ " ('resile', 'spring back; spring away from an impact')]},\n",
" {'answer': 'bowed',\n",
" 'hint': 'synonyms for bowed',\n",
- " 'clues': [('bow', \"bend one's back forward from the waist on down\"),\n",
+ " 'clues': [('give in', \"yield to another's wish or opinion\"),\n",
+ " ('bow',\n",
+ " 'bend the head or the upper part of the body in a gesture of respect or greeting'),\n",
" ('bow down', \"bend one's knee or body, or lower one's head\"),\n",
- " ('give in', \"yield to another's wish or opinion\"),\n",
- " ('stoop', \"bend one's back forward from the waist on down\"),\n",
- " ('crouch', \"bend one's back forward from the waist on down\"),\n",
" ('accede', \"yield to another's wish or opinion\"),\n",
- " ('submit', \"yield to another's wish or opinion\"),\n",
+ " ('crouch', \"bend one's back forward from the waist on down\"),\n",
" ('bend', \"bend one's back forward from the waist on down\"),\n",
- " ('defer', \"yield to another's wish or opinion\")]},\n",
+ " ('defer', \"yield to another's wish or opinion\"),\n",
+ " ('submit', \"yield to another's wish or opinion\"),\n",
+ " ('stoop', \"bend one's back forward from the waist on down\")]},\n",
" {'answer': 'bowing',\n",
" 'hint': 'synonyms for bowing',\n",
- " 'clues': [('bow', \"bend one's back forward from the waist on down\"),\n",
+ " 'clues': [('give in', \"yield to another's wish or opinion\"),\n",
+ " ('bow',\n",
+ " 'bend the head or the upper part of the body in a gesture of respect or greeting'),\n",
" ('bow down', \"bend one's knee or body, or lower one's head\"),\n",
- " ('give in', \"yield to another's wish or opinion\"),\n",
- " ('stoop', \"bend one's back forward from the waist on down\"),\n",
- " ('crouch', \"bend one's back forward from the waist on down\"),\n",
" ('accede', \"yield to another's wish or opinion\"),\n",
- " ('submit', \"yield to another's wish or opinion\"),\n",
+ " ('crouch', \"bend one's back forward from the waist on down\"),\n",
" ('bend', \"bend one's back forward from the waist on down\"),\n",
- " ('defer', \"yield to another's wish or opinion\")]},\n",
+ " ('defer', \"yield to another's wish or opinion\"),\n",
+ " ('submit', \"yield to another's wish or opinion\"),\n",
+ " ('stoop', \"bend one's back forward from the waist on down\")]},\n",
" {'answer': 'braced',\n",
" 'hint': 'synonyms for braced',\n",
- " 'clues': [('energize', 'cause to be alert and energetic'),\n",
+ " 'clues': [('brace',\n",
+ " 'support or hold steady and make steadfast, with or as if with a brace'),\n",
" ('stabilize',\n",
" 'support or hold steady and make steadfast, with or as if with a brace'),\n",
+ " ('energize', 'cause to be alert and energetic'),\n",
" ('poise', 'prepare (oneself) for something unpleasant or difficult'),\n",
+ " ('steady',\n",
+ " 'support or hold steady and make steadfast, with or as if with a brace'),\n",
" ('arouse', 'cause to be alert and energetic'),\n",
" ('perk up', 'cause to be alert and energetic'),\n",
- " ('stimulate', 'cause to be alert and energetic'),\n",
- " ('brace', 'cause to be alert and energetic'),\n",
- " ('steady',\n",
- " 'support or hold steady and make steadfast, with or as if with a brace')]},\n",
+ " ('stimulate', 'cause to be alert and energetic')]},\n",
" {'answer': 'bracing',\n",
" 'hint': 'synonyms for bracing',\n",
- " 'clues': [('energize', 'cause to be alert and energetic'),\n",
+ " 'clues': [('brace',\n",
+ " 'support or hold steady and make steadfast, with or as if with a brace'),\n",
" ('stabilize',\n",
" 'support or hold steady and make steadfast, with or as if with a brace'),\n",
+ " ('energize', 'cause to be alert and energetic'),\n",
" ('poise', 'prepare (oneself) for something unpleasant or difficult'),\n",
+ " ('steady',\n",
+ " 'support or hold steady and make steadfast, with or as if with a brace'),\n",
" ('arouse', 'cause to be alert and energetic'),\n",
" ('perk up', 'cause to be alert and energetic'),\n",
- " ('stimulate', 'cause to be alert and energetic'),\n",
- " ('brace', 'cause to be alert and energetic'),\n",
- " ('steady',\n",
- " 'support or hold steady and make steadfast, with or as if with a brace')]},\n",
+ " ('stimulate', 'cause to be alert and energetic')]},\n",
" {'answer': 'brag',\n",
" 'hint': 'synonyms for brag',\n",
- " 'clues': [('boast', 'show off'),\n",
+ " 'clues': [('tout', 'show off'),\n",
+ " ('shoot a line', 'show off'),\n",
" ('bluster', 'show off'),\n",
- " ('swash', 'show off'),\n",
- " ('gasconade', 'show off'),\n",
- " ('gas', 'show off'),\n",
" ('blow', 'show off'),\n",
- " ('shoot a line', 'show off'),\n",
+ " ('boast', 'show off'),\n",
" ('vaunt', 'show off'),\n",
- " ('tout', 'show off')]},\n",
+ " ('gasconade', 'show off'),\n",
+ " ('swash', 'show off'),\n",
+ " ('gas', 'show off')]},\n",
" {'answer': 'bragging',\n",
" 'hint': 'synonyms for bragging',\n",
- " 'clues': [('brag', 'show off'),\n",
- " ('boast', 'show off'),\n",
+ " 'clues': [('tout', 'show off'),\n",
+ " ('shoot a line', 'show off'),\n",
" ('bluster', 'show off'),\n",
- " ('swash', 'show off'),\n",
- " ('gasconade', 'show off'),\n",
- " ('gas', 'show off'),\n",
" ('blow', 'show off'),\n",
- " ('shoot a line', 'show off'),\n",
+ " ('boast', 'show off'),\n",
" ('vaunt', 'show off'),\n",
- " ('tout', 'show off')]},\n",
+ " ('brag', 'show off'),\n",
+ " ('gasconade', 'show off'),\n",
+ " ('swash', 'show off'),\n",
+ " ('gas', 'show off')]},\n",
" {'answer': 'braided',\n",
" 'hint': 'synonyms for braided',\n",
- " 'clues': [('pleach', 'form or weave into a braid or braids'),\n",
+ " 'clues': [('braid', 'make by braiding or interlacing'),\n",
" ('lace', 'make by braiding or interlacing'),\n",
- " ('braid', 'form or weave into a braid or braids'),\n",
+ " ('pleach', 'form or weave into a braid or braids'),\n",
" ('plait', 'make by braiding or interlacing')]},\n",
" {'answer': 'branched',\n",
" 'hint': 'synonyms for branched',\n",
- " 'clues': [('branch',\n",
- " 'grow and send out branches or branch-like structures'),\n",
+ " 'clues': [('furcate',\n",
+ " 'divide into two or more branches so as to form a fork'),\n",
" ('ramify', 'divide into two or more branches so as to form a fork'),\n",
- " ('furcate', 'divide into two or more branches so as to form a fork'),\n",
" ('fork', 'divide into two or more branches so as to form a fork'),\n",
+ " ('branch', 'grow and send out branches or branch-like structures'),\n",
" ('separate', 'divide into two or more branches so as to form a fork')]},\n",
" {'answer': 'branching',\n",
" 'hint': 'synonyms for branching',\n",
- " 'clues': [('branch',\n",
- " 'grow and send out branches or branch-like structures'),\n",
+ " 'clues': [('furcate',\n",
+ " 'divide into two or more branches so as to form a fork'),\n",
" ('ramify', 'divide into two or more branches so as to form a fork'),\n",
- " ('furcate', 'divide into two or more branches so as to form a fork'),\n",
" ('fork', 'divide into two or more branches so as to form a fork'),\n",
+ " ('branch', 'grow and send out branches or branch-like structures'),\n",
" ('separate', 'divide into two or more branches so as to form a fork')]},\n",
" {'answer': 'branded',\n",
" 'hint': 'synonyms for branded',\n",
- " 'clues': [('brand',\n",
+ " 'clues': [('brand', 'mark or expose as infamous'),\n",
+ " ('denounce',\n",
" 'to accuse or condemn or openly or formally or brand as disgraceful'),\n",
- " ('brandmark', 'mark with a brand or trademark'),\n",
- " ('stigmatise',\n",
+ " ('stigmatize',\n",
" 'to accuse or condemn or openly or formally or brand as disgraceful'),\n",
" ('trademark', 'mark with a brand or trademark'),\n",
" ('mark',\n",
" 'to accuse or condemn or openly or formally or brand as disgraceful'),\n",
- " ('post', 'mark or expose as infamous'),\n",
- " ('denounce',\n",
- " 'to accuse or condemn or openly or formally or brand as disgraceful')]},\n",
+ " ('brandmark', 'mark with a brand or trademark'),\n",
+ " ('post', 'mark or expose as infamous')]},\n",
" {'answer': 'breathed',\n",
" 'hint': 'synonyms for breathed',\n",
- " 'clues': [('breathe',\n",
- " 'reach full flavor by absorbing air and being let to stand after having been uncorked'),\n",
- " ('pass off', 'expel (gases or odors)'),\n",
- " ('emit', 'expel (gases or odors)'),\n",
- " ('rest', \"take a short break from one's activities in order to relax\"),\n",
+ " 'clues': [('emit', 'expel (gases or odors)'),\n",
+ " ('respire', 'draw air into, and expel out of, the lungs'),\n",
+ " ('breathe', 'impart as if by breathing'),\n",
" ('suspire', 'draw air into, and expel out of, the lungs'),\n",
- " ('take a breather',\n",
- " \"take a short break from one's activities in order to relax\"),\n",
+ " ('rest', \"take a short break from one's activities in order to relax\"),\n",
+ " ('pass off', 'expel (gases or odors)'),\n",
+ " ('take a breath', 'draw air into, and expel out of, the lungs'),\n",
" (\"catch one's breath\",\n",
- " \"take a short break from one's activities in order to relax\"),\n",
- " ('respire', 'draw air into, and expel out of, the lungs')]},\n",
+ " \"take a short break from one's activities in order to relax\")]},\n",
" {'answer': 'breathing',\n",
" 'hint': 'synonyms for breathing',\n",
- " 'clues': [('breathe',\n",
- " 'reach full flavor by absorbing air and being let to stand after having been uncorked'),\n",
- " ('pass off', 'expel (gases or odors)'),\n",
- " ('emit', 'expel (gases or odors)'),\n",
- " ('rest', \"take a short break from one's activities in order to relax\"),\n",
+ " 'clues': [('emit', 'expel (gases or odors)'),\n",
+ " ('respire', 'draw air into, and expel out of, the lungs'),\n",
+ " ('breathe', 'impart as if by breathing'),\n",
" ('suspire', 'draw air into, and expel out of, the lungs'),\n",
- " ('take a breather',\n",
- " \"take a short break from one's activities in order to relax\"),\n",
+ " ('rest', \"take a short break from one's activities in order to relax\"),\n",
+ " ('pass off', 'expel (gases or odors)'),\n",
+ " ('take a breath', 'draw air into, and expel out of, the lungs'),\n",
" (\"catch one's breath\",\n",
- " \"take a short break from one's activities in order to relax\"),\n",
- " ('respire', 'draw air into, and expel out of, the lungs')]},\n",
+ " \"take a short break from one's activities in order to relax\")]},\n",
" {'answer': 'breeding',\n",
" 'hint': 'synonyms for breeding',\n",
- " 'clues': [('multiply', 'have young (animals) or reproduce (organisms)'),\n",
- " ('breed', 'call forth'),\n",
- " ('cover', 'copulate with a female, used especially of horses'),\n",
+ " 'clues': [('breed', 'copulate with a female, used especially of horses'),\n",
+ " ('multiply', 'have young (animals) or reproduce (organisms)'),\n",
" ('engender', 'call forth'),\n",
- " ('spawn', 'call forth')]},\n",
+ " ('spawn', 'call forth'),\n",
+ " ('cover', 'copulate with a female, used especially of horses')]},\n",
" {'answer': 'bristled',\n",
" 'hint': 'synonyms for bristled',\n",
" 'clues': [('burst', 'be in a state of movement or action'),\n",
- " ('stand up', 'rise up as in fear'),\n",
+ " ('bristle', 'be in a state of movement or action'),\n",
" ('uprise', 'rise up as in fear'),\n",
- " ('bristle', 'have or be thickly covered with or as if with bristles'),\n",
+ " ('stand up', 'rise up as in fear'),\n",
" ('abound', 'be in a state of movement or action')]},\n",
" {'answer': 'broke',\n",
" 'hint': 'synonyms for broke',\n",
- " 'clues': [('break',\n",
- " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
- " ('go against',\n",
- " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
- " ('recrudesce', 'happen'),\n",
- " ('break away', 'move away or escape suddenly'),\n",
- " ('break out', 'move away or escape suddenly'),\n",
- " ('dampen', 'lessen in force or effect'),\n",
- " ('erupt',\n",
- " 'force out or release suddenly and often violently something pent up'),\n",
+ " 'clues': [('break', 'destroy the completeness of a set of related items'),\n",
+ " ('offend', 'act in disregard of laws, rules, contracts, or promises'),\n",
" ('break up', 'destroy the completeness of a set of related items'),\n",
- " ('founder', 'break down, literally or metaphorically'),\n",
- " ('smash', 'reduce to bankruptcy'),\n",
- " ('breach', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('bust', 'ruin completely'),\n",
- " ('infract', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('let out',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('give out', 'stop operating or functioning'),\n",
- " ('soften', 'lessen in force or effect'),\n",
- " ('break-dance', 'do a break dance'),\n",
- " ('separate', 'become separated into pieces or fragments'),\n",
- " ('conk out', 'stop operating or functioning'),\n",
- " ('go', 'stop operating or functioning'),\n",
- " ('break off', 'prevent completion'),\n",
- " ('fall in', 'break down, literally or metaphorically'),\n",
- " ('go bad', 'stop operating or functioning'),\n",
- " ('collapse', 'break down, literally or metaphorically'),\n",
- " ('violate',\n",
- " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
- " ('intermit', 'cease an action temporarily'),\n",
- " ('ruin', 'reduce to bankruptcy'),\n",
- " ('transgress', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('part', 'discontinue an association or relation; go different ways'),\n",
- " ('discontinue', 'prevent completion'),\n",
- " ('snap off', 'break a piece from a whole'),\n",
- " ('break in',\n",
- " \"enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act\"),\n",
- " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('damp', 'lessen in force or effect'),\n",
+ " ('kick downstairs', 'assign to a lower position; reduce in rank'),\n",
+ " ('give', 'break down, literally or metaphorically'),\n",
+ " ('get out', 'be released or become known; of news'),\n",
" ('divulge',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('fall apart', 'become separated into pieces or fragments'),\n",
- " ('offend', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('split up', 'discontinue an association or relation; go different ways'),\n",
- " ('demote', 'assign to a lower position; reduce in rank'),\n",
- " ('relegate', 'assign to a lower position; reduce in rank'),\n",
- " ('interrupt', 'terminate'),\n",
- " ('bump', 'assign to a lower position; reduce in rank'),\n",
- " ('break down', 'stop operating or functioning'),\n",
- " ('wear out', 'go to pieces'),\n",
" ('develop', 'happen'),\n",
+ " ('disclose',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('go against', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('transgress', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('break off', 'prevent completion'),\n",
+ " ('go', 'stop operating or functioning'),\n",
+ " ('breach', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('break away', 'move away or escape suddenly'),\n",
+ " ('come apart', 'become separated into pieces or fragments'),\n",
+ " ('wear', 'go to pieces'),\n",
+ " ('infract', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('erupt',\n",
+ " 'force out or release suddenly and often violently something pent up'),\n",
+ " ('better', 'surpass in excellence'),\n",
" ('discover',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('let on',\n",
+ " ('split', 'discontinue an association or relation; go different ways'),\n",
+ " ('bankrupt', 'reduce to bankruptcy'),\n",
+ " ('snap off', 'break a piece from a whole'),\n",
+ " ('discontinue', 'prevent completion'),\n",
+ " ('expose',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('disclose',\n",
+ " ('part', 'discontinue an association or relation; go different ways'),\n",
+ " ('give away',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('interrupt', 'terminate'),\n",
+ " ('stop', 'prevent completion'),\n",
+ " ('go bad', 'stop operating or functioning'),\n",
+ " ('unwrap',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('give way', 'break down, literally or metaphorically'),\n",
+ " ('bust', 'go to pieces'),\n",
+ " ('get around', 'be released or become known; of news'),\n",
+ " ('break in',\n",
+ " \"enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act\"),\n",
" ('weaken', 'lessen in force or effect'),\n",
+ " ('recrudesce', 'happen'),\n",
+ " ('split up', 'become separated into pieces or fragments'),\n",
+ " ('demote', 'assign to a lower position; reduce in rank'),\n",
" ('cave in', 'break down, literally or metaphorically'),\n",
- " ('come apart', 'become separated into pieces or fragments'),\n",
+ " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('break dance', 'do a break dance'),\n",
+ " ('separate', 'become separated into pieces or fragments'),\n",
+ " ('violate',\n",
+ " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
+ " ('collapse', 'break down, literally or metaphorically'),\n",
+ " ('dampen', 'lessen in force or effect'),\n",
+ " ('intermit', 'cease an action temporarily'),\n",
+ " ('relegate', 'assign to a lower position; reduce in rank'),\n",
" ('die', 'stop operating or functioning'),\n",
- " ('wear', 'go to pieces'),\n",
- " ('damp', 'lessen in force or effect'),\n",
- " ('unwrap',\n",
+ " ('reveal',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('let on',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('crack', 'become fractured; break or crack on the surface only'),\n",
- " ('split', 'discontinue an association or relation; go different ways'),\n",
- " ('get around', 'be released or become known; of news'),\n",
" ('fracture', 'fracture a bone of'),\n",
- " ('stop', 'prevent completion'),\n",
- " ('better', 'surpass in excellence'),\n",
- " ('give', 'break down, literally or metaphorically'),\n",
- " ('kick downstairs', 'assign to a lower position; reduce in rank'),\n",
- " ('bankrupt', 'reduce to bankruptcy'),\n",
+ " ('fall apart', 'go to pieces'),\n",
+ " ('give out', 'stop operating or functioning'),\n",
+ " ('break down', 'stop operating or functioning'),\n",
+ " ('smash', 'reduce to bankruptcy'),\n",
" ('pause', 'cease an action temporarily'),\n",
+ " ('fall in', 'break down, literally or metaphorically'),\n",
+ " ('wear out', 'go to pieces'),\n",
+ " ('break out', 'move away or escape suddenly'),\n",
+ " ('conk out', 'stop operating or functioning'),\n",
+ " ('crack', 'become fractured; break or crack on the surface only'),\n",
+ " ('ruin', 'reduce to bankruptcy'),\n",
" ('fail', 'stop operating or functioning'),\n",
+ " ('bump', 'assign to a lower position; reduce in rank'),\n",
" ('bring out',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('reveal',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('expose',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret')]},\n",
+ " ('founder', 'break down, literally or metaphorically'),\n",
+ " ('soften', 'lessen in force or effect')]},\n",
" {'answer': 'broken',\n",
" 'hint': 'synonyms for broken',\n",
- " 'clues': [('break',\n",
- " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
- " ('go against',\n",
- " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
- " ('recrudesce', 'happen'),\n",
- " ('break away', 'move away or escape suddenly'),\n",
- " ('break out', 'move away or escape suddenly'),\n",
- " ('dampen', 'lessen in force or effect'),\n",
- " ('erupt',\n",
- " 'force out or release suddenly and often violently something pent up'),\n",
+ " 'clues': [('break', 'destroy the completeness of a set of related items'),\n",
+ " ('offend', 'act in disregard of laws, rules, contracts, or promises'),\n",
" ('break up', 'destroy the completeness of a set of related items'),\n",
- " ('founder', 'break down, literally or metaphorically'),\n",
- " ('smash', 'reduce to bankruptcy'),\n",
- " ('breach', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('bust', 'ruin completely'),\n",
- " ('infract', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('let out',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('give out', 'stop operating or functioning'),\n",
- " ('soften', 'lessen in force or effect'),\n",
- " ('break-dance', 'do a break dance'),\n",
- " ('separate', 'become separated into pieces or fragments'),\n",
- " ('conk out', 'stop operating or functioning'),\n",
- " ('go', 'stop operating or functioning'),\n",
- " ('break off', 'prevent completion'),\n",
- " ('fall in', 'break down, literally or metaphorically'),\n",
- " ('go bad', 'stop operating or functioning'),\n",
- " ('collapse', 'break down, literally or metaphorically'),\n",
- " ('violate',\n",
- " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
- " ('intermit', 'cease an action temporarily'),\n",
- " ('ruin', 'reduce to bankruptcy'),\n",
- " ('transgress', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('part', 'discontinue an association or relation; go different ways'),\n",
- " ('discontinue', 'prevent completion'),\n",
- " ('snap off', 'break a piece from a whole'),\n",
- " ('break in',\n",
- " \"enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act\"),\n",
- " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('damp', 'lessen in force or effect'),\n",
+ " ('kick downstairs', 'assign to a lower position; reduce in rank'),\n",
+ " ('give', 'break down, literally or metaphorically'),\n",
+ " ('get out', 'be released or become known; of news'),\n",
" ('divulge',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('fall apart', 'become separated into pieces or fragments'),\n",
- " ('offend', 'act in disregard of laws, rules, contracts, or promises'),\n",
- " ('split up', 'discontinue an association or relation; go different ways'),\n",
- " ('demote', 'assign to a lower position; reduce in rank'),\n",
- " ('relegate', 'assign to a lower position; reduce in rank'),\n",
- " ('interrupt', 'terminate'),\n",
- " ('bump', 'assign to a lower position; reduce in rank'),\n",
- " ('break down', 'stop operating or functioning'),\n",
- " ('wear out', 'go to pieces'),\n",
" ('develop', 'happen'),\n",
+ " ('disclose',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('go against', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('transgress', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('break off', 'prevent completion'),\n",
+ " ('go', 'stop operating or functioning'),\n",
+ " ('breach', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('break away', 'move away or escape suddenly'),\n",
+ " ('come apart', 'become separated into pieces or fragments'),\n",
+ " ('wear', 'go to pieces'),\n",
+ " ('infract', 'act in disregard of laws, rules, contracts, or promises'),\n",
+ " ('erupt',\n",
+ " 'force out or release suddenly and often violently something pent up'),\n",
+ " ('better', 'surpass in excellence'),\n",
" ('discover',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('let on',\n",
+ " ('split', 'discontinue an association or relation; go different ways'),\n",
+ " ('bankrupt', 'reduce to bankruptcy'),\n",
+ " ('snap off', 'break a piece from a whole'),\n",
+ " ('discontinue', 'prevent completion'),\n",
+ " ('expose',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('disclose',\n",
+ " ('part', 'discontinue an association or relation; go different ways'),\n",
+ " ('give away',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('interrupt', 'terminate'),\n",
+ " ('stop', 'prevent completion'),\n",
+ " ('go bad', 'stop operating or functioning'),\n",
+ " ('unwrap',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('give way', 'break down, literally or metaphorically'),\n",
+ " ('bust', 'go to pieces'),\n",
+ " ('get around', 'be released or become known; of news'),\n",
+ " ('break in',\n",
+ " \"enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act\"),\n",
" ('weaken', 'lessen in force or effect'),\n",
+ " ('recrudesce', 'happen'),\n",
+ " ('split up', 'become separated into pieces or fragments'),\n",
+ " ('demote', 'assign to a lower position; reduce in rank'),\n",
" ('cave in', 'break down, literally or metaphorically'),\n",
- " ('come apart', 'become separated into pieces or fragments'),\n",
+ " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('break dance', 'do a break dance'),\n",
+ " ('separate', 'become separated into pieces or fragments'),\n",
+ " ('violate',\n",
+ " 'fail to agree with; be in violation of; as of rules or patterns'),\n",
+ " ('collapse', 'break down, literally or metaphorically'),\n",
+ " ('dampen', 'lessen in force or effect'),\n",
+ " ('intermit', 'cease an action temporarily'),\n",
+ " ('relegate', 'assign to a lower position; reduce in rank'),\n",
" ('die', 'stop operating or functioning'),\n",
- " ('wear', 'go to pieces'),\n",
- " ('damp', 'lessen in force or effect'),\n",
- " ('unwrap',\n",
+ " ('reveal',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('let on',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('crack', 'become fractured; break or crack on the surface only'),\n",
- " ('split', 'discontinue an association or relation; go different ways'),\n",
- " ('get around', 'be released or become known; of news'),\n",
" ('fracture', 'fracture a bone of'),\n",
- " ('stop', 'prevent completion'),\n",
- " ('better', 'surpass in excellence'),\n",
- " ('give', 'break down, literally or metaphorically'),\n",
- " ('kick downstairs', 'assign to a lower position; reduce in rank'),\n",
- " ('bankrupt', 'reduce to bankruptcy'),\n",
+ " ('fall apart', 'go to pieces'),\n",
+ " ('give out', 'stop operating or functioning'),\n",
+ " ('break down', 'stop operating or functioning'),\n",
+ " ('smash', 'reduce to bankruptcy'),\n",
" ('pause', 'cease an action temporarily'),\n",
+ " ('fall in', 'break down, literally or metaphorically'),\n",
+ " ('wear out', 'go to pieces'),\n",
+ " ('break out', 'move away or escape suddenly'),\n",
+ " ('conk out', 'stop operating or functioning'),\n",
+ " ('crack', 'become fractured; break or crack on the surface only'),\n",
+ " ('ruin', 'reduce to bankruptcy'),\n",
" ('fail', 'stop operating or functioning'),\n",
+ " ('bump', 'assign to a lower position; reduce in rank'),\n",
" ('bring out',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('reveal',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('expose',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret')]},\n",
+ " ('founder', 'break down, literally or metaphorically'),\n",
+ " ('soften', 'lessen in force or effect')]},\n",
" {'answer': 'brooding',\n",
" 'hint': 'synonyms for brooding',\n",
- " 'clues': [('sulk', \"be in a huff and display one's displeasure\"),\n",
- " ('cover', 'sit on (eggs)'),\n",
- " ('brood', 'hang over, as of something threatening, dark, or menacing'),\n",
+ " 'clues': [('pout', \"be in a huff and display one's displeasure\"),\n",
" ('grizzle', 'be in a huff; be silent or sullen'),\n",
+ " ('incubate', 'sit on (eggs)'),\n",
+ " ('dwell', 'think moodily or anxiously about something'),\n",
" ('stew', 'be in a huff; be silent or sullen'),\n",
+ " ('brood', 'think moodily or anxiously about something'),\n",
+ " ('cover', 'sit on (eggs)'),\n",
+ " ('hover', 'hang over, as of something threatening, dark, or menacing'),\n",
" ('hatch', 'sit on (eggs)'),\n",
+ " ('sulk', \"be in a huff and display one's displeasure\"),\n",
" ('loom', 'hang over, as of something threatening, dark, or menacing'),\n",
- " ('pout', \"be in a huff and display one's displeasure\"),\n",
- " ('dwell', 'think moodily or anxiously about something'),\n",
- " ('incubate', 'sit on (eggs)'),\n",
- " ('hover', 'hang over, as of something threatening, dark, or menacing'),\n",
" ('bulk large',\n",
" 'hang over, as of something threatening, dark, or menacing')]},\n",
" {'answer': 'bruising',\n",
" 'hint': 'synonyms for bruising',\n",
- " 'clues': [('spite', 'hurt the feelings of'),\n",
+ " 'clues': [('wound', 'hurt the feelings of'),\n",
+ " ('spite', 'hurt the feelings of'),\n",
+ " ('offend', 'hurt the feelings of'),\n",
+ " ('bruise', 'damage (plant tissue) by abrasion or pressure'),\n",
" ('contuse', 'injure the underlying soft tissue or bone of'),\n",
" ('injure', 'hurt the feelings of'),\n",
- " ('bruise', 'damage (plant tissue) by abrasion or pressure'),\n",
- " ('wound', 'hurt the feelings of'),\n",
- " ('offend', 'hurt the feelings of'),\n",
" ('hurt', 'hurt the feelings of')]},\n",
" {'answer': 'bubbling',\n",
" 'hint': 'synonyms for bubbling',\n",
- " 'clues': [('bubble', 'form, produce, or emit bubbles'),\n",
- " ('burble', 'flow in an irregular current with a bubbling noise'),\n",
+ " 'clues': [('guggle', 'flow in an irregular current with a bubbling noise'),\n",
+ " ('bubble', 'form, produce, or emit bubbles'),\n",
" ('gurgle', 'flow in an irregular current with a bubbling noise'),\n",
- " ('ripple', 'flow in an irregular current with a bubbling noise'),\n",
+ " ('burble', 'flow in an irregular current with a bubbling noise'),\n",
" ('babble', 'flow in an irregular current with a bubbling noise'),\n",
- " ('belch', 'expel gas from the stomach'),\n",
- " ('burp', 'expel gas from the stomach'),\n",
" ('eruct', 'expel gas from the stomach'),\n",
- " ('guggle', 'flow in an irregular current with a bubbling noise')]},\n",
+ " ('burp', 'expel gas from the stomach'),\n",
+ " ('ripple', 'flow in an irregular current with a bubbling noise'),\n",
+ " ('belch', 'expel gas from the stomach')]},\n",
" {'answer': 'buffeted',\n",
" 'hint': 'synonyms for buffeted',\n",
- " 'clues': [('buffet', 'strike, beat repeatedly'),\n",
- " ('buff', 'strike, beat repeatedly'),\n",
- " ('batter', 'strike against forcefully'),\n",
- " ('knock about', 'strike against forcefully')]},\n",
+ " 'clues': [('batter', 'strike against forcefully'),\n",
+ " ('buffet', 'strike against forcefully'),\n",
+ " ('knock about', 'strike against forcefully'),\n",
+ " ('buff', 'strike, beat repeatedly')]},\n",
" {'answer': 'bugged',\n",
" 'hint': 'synonyms for bugged',\n",
- " 'clues': [('bug', 'tap a telephone or telegraph wire to get information'),\n",
+ " 'clues': [('badger', 'annoy persistently'),\n",
" ('tease', 'annoy persistently'),\n",
- " ('wiretap', 'tap a telephone or telegraph wire to get information'),\n",
- " ('pester', 'annoy persistently'),\n",
- " ('tap', 'tap a telephone or telegraph wire to get information'),\n",
" ('intercept', 'tap a telephone or telegraph wire to get information'),\n",
+ " ('wiretap', 'tap a telephone or telegraph wire to get information'),\n",
" ('beleaguer', 'annoy persistently'),\n",
- " ('badger', 'annoy persistently')]},\n",
+ " ('bug', 'tap a telephone or telegraph wire to get information'),\n",
+ " ('pester', 'annoy persistently'),\n",
+ " ('tap', 'tap a telephone or telegraph wire to get information')]},\n",
" {'answer': 'built',\n",
" 'hint': 'synonyms for built',\n",
- " 'clues': [('build up', 'form or accumulate steadily'),\n",
- " ('build', 'develop and grow'),\n",
- " ('establish', 'build or establish something abstract'),\n",
- " ('progress', 'form or accumulate steadily'),\n",
- " ('work up', 'form or accumulate steadily'),\n",
+ " 'clues': [('build', 'order, supervise, or finance the construction of'),\n",
+ " ('build up', 'bolster or strengthen'),\n",
+ " ('work up', 'bolster or strengthen'),\n",
" ('ramp up', 'bolster or strengthen'),\n",
+ " ('establish', 'build or establish something abstract'),\n",
" ('construct', 'make by combining materials and parts'),\n",
- " ('make', 'make by combining materials and parts')]},\n",
+ " ('make', 'make by combining materials and parts'),\n",
+ " ('progress', 'form or accumulate steadily')]},\n",
" {'answer': 'bulging',\n",
" 'hint': 'synonyms for bulging',\n",
- " 'clues': [('pouch', 'swell or protrude outwards'),\n",
+ " 'clues': [('bulge', 'swell or protrude outwards'),\n",
+ " ('pop', 'bulge outward'),\n",
+ " ('protrude', 'swell or protrude outwards'),\n",
+ " ('bulk', 'cause to bulge or swell outwards'),\n",
" ('bag',\n",
" 'bulge out; form a bulge outward, or be so full as to appear to bulge'),\n",
- " ('come out', 'bulge outward'),\n",
- " ('bulge out', 'bulge outward'),\n",
- " ('bulge', 'bulge outward'),\n",
- " ('pop out', 'bulge outward'),\n",
- " ('pop', 'bulge outward'),\n",
- " ('protrude', 'bulge outward'),\n",
" ('start', 'bulge outward'),\n",
- " ('bulk', 'cause to bulge or swell outwards')]},\n",
+ " ('pouch', 'swell or protrude outwards'),\n",
+ " ('bulge out', 'bulge outward'),\n",
+ " ('come out', 'bulge outward'),\n",
+ " ('pop out', 'bulge outward')]},\n",
" {'answer': 'bully',\n",
" 'hint': 'synonyms for bully',\n",
- " 'clues': [('bullyrag', 'be bossy towards'),\n",
+ " 'clues': [('ballyrag', 'be bossy towards'),\n",
+ " ('boss around', 'be bossy towards'),\n",
+ " ('swagger',\n",
+ " 'discourage or frighten with threats or a domineering manner; intimidate'),\n",
" ('browbeat',\n",
" 'discourage or frighten with threats or a domineering manner; intimidate'),\n",
" ('push around', 'be bossy towards'),\n",
- " ('strong-arm', 'be bossy towards'),\n",
" ('hector', 'be bossy towards'),\n",
- " ('swagger',\n",
- " 'discourage or frighten with threats or a domineering manner; intimidate'),\n",
- " ('boss around', 'be bossy towards')]},\n",
+ " ('strong-arm', 'be bossy towards')]},\n",
" {'answer': 'bullying',\n",
" 'hint': 'synonyms for bullying',\n",
- " 'clues': [('bully', 'be bossy towards'),\n",
- " ('bullyrag', 'be bossy towards'),\n",
+ " 'clues': [('bully',\n",
+ " 'discourage or frighten with threats or a domineering manner; intimidate'),\n",
+ " ('ballyrag', 'be bossy towards'),\n",
+ " ('boss around', 'be bossy towards'),\n",
+ " ('swagger',\n",
+ " 'discourage or frighten with threats or a domineering manner; intimidate'),\n",
" ('browbeat',\n",
" 'discourage or frighten with threats or a domineering manner; intimidate'),\n",
" ('push around', 'be bossy towards'),\n",
- " ('strong-arm', 'be bossy towards'),\n",
" ('hector', 'be bossy towards'),\n",
- " ('swagger',\n",
- " 'discourage or frighten with threats or a domineering manner; intimidate'),\n",
- " ('boss around', 'be bossy towards')]},\n",
+ " ('strong-arm', 'be bossy towards')]},\n",
" {'answer': 'bum',\n",
" 'hint': 'synonyms for bum',\n",
- " 'clues': [('loll', 'be lazy or idle'),\n",
+ " 'clues': [('fuck off', 'be lazy or idle'),\n",
+ " ('loaf', 'be lazy or idle'),\n",
+ " ('bum around', 'be lazy or idle'),\n",
+ " ('grub', 'ask for and get free; be a parasite'),\n",
+ " ('cadge', 'ask for and get free; be a parasite'),\n",
+ " ('lounge about', 'be lazy or idle'),\n",
+ " ('arse about', 'be lazy or idle'),\n",
+ " ('lounge around', 'be lazy or idle'),\n",
+ " (\"waste one's time\", 'be lazy or idle'),\n",
+ " ('bum about', 'be lazy or idle'),\n",
" ('loll around', 'be lazy or idle'),\n",
" ('frig around', 'be lazy or idle'),\n",
+ " ('loll', 'be lazy or idle'),\n",
" ('arse around', 'be lazy or idle'),\n",
" ('mooch', 'ask for and get free; be a parasite'),\n",
- " ('sponge', 'ask for and get free; be a parasite'),\n",
- " ('loaf', 'be lazy or idle'),\n",
- " ('bum about', 'be lazy or idle'),\n",
- " ('arse about', 'be lazy or idle'),\n",
- " ('fuck off', 'be lazy or idle'),\n",
- " ('lounge about', 'be lazy or idle'),\n",
- " (\"waste one's time\", 'be lazy or idle'),\n",
- " ('bum around', 'be lazy or idle'),\n",
- " ('cadge', 'ask for and get free; be a parasite'),\n",
- " ('grub', 'ask for and get free; be a parasite'),\n",
- " ('lounge around', 'be lazy or idle')]},\n",
+ " ('sponge', 'ask for and get free; be a parasite')]},\n",
" {'answer': 'bumbling',\n",
" 'hint': 'synonyms for bumbling',\n",
- " 'clues': [('muck up', 'make a mess of, destroy or ruin'),\n",
- " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " 'clues': [('bodge', 'make a mess of, destroy or ruin'),\n",
" ('bungle', 'make a mess of, destroy or ruin'),\n",
- " ('bollix', 'make a mess of, destroy or ruin'),\n",
+ " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " ('falter', 'walk unsteadily'),\n",
+ " ('blow', 'make a mess of, destroy or ruin'),\n",
+ " ('muck up', 'make a mess of, destroy or ruin'),\n",
" ('stammer', 'speak haltingly'),\n",
- " ('ball up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix up', 'make a mess of, destroy or ruin'),\n",
+ " ('bobble', 'make a mess of, destroy or ruin'),\n",
+ " ('fluff', 'make a mess of, destroy or ruin'),\n",
" ('screw up', 'make a mess of, destroy or ruin'),\n",
" ('botch up', 'make a mess of, destroy or ruin'),\n",
+ " ('bumble', 'speak haltingly'),\n",
+ " ('foul up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix', 'make a mess of, destroy or ruin'),\n",
" ('spoil', 'make a mess of, destroy or ruin'),\n",
+ " ('mess up', 'make a mess of, destroy or ruin'),\n",
+ " ('flub', 'make a mess of, destroy or ruin'),\n",
+ " ('ball up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollocks up', 'make a mess of, destroy or ruin'),\n",
+ " ('louse up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollocks', 'make a mess of, destroy or ruin'),\n",
" ('stumble', 'walk unsteadily'),\n",
- " ('stutter', 'speak haltingly'),\n",
- " ('bumble', 'make a mess of, destroy or ruin'),\n",
" ('mishandle', 'make a mess of, destroy or ruin'),\n",
- " ('foul up', 'make a mess of, destroy or ruin'),\n",
" ('muff', 'make a mess of, destroy or ruin'),\n",
- " ('louse up', 'make a mess of, destroy or ruin'),\n",
- " ('fluff', 'make a mess of, destroy or ruin'),\n",
- " ('bodge', 'make a mess of, destroy or ruin'),\n",
- " ('falter', 'speak haltingly'),\n",
- " ('bollocks up', 'make a mess of, destroy or ruin'),\n",
- " ('bollocks', 'make a mess of, destroy or ruin'),\n",
- " ('blow', 'make a mess of, destroy or ruin'),\n",
- " ('botch', 'make a mess of, destroy or ruin'),\n",
- " ('flub', 'make a mess of, destroy or ruin'),\n",
- " ('mess up', 'make a mess of, destroy or ruin'),\n",
- " ('bollix up', 'make a mess of, destroy or ruin'),\n",
- " ('bobble', 'make a mess of, destroy or ruin')]},\n",
+ " ('stutter', 'speak haltingly'),\n",
+ " ('botch', 'make a mess of, destroy or ruin')]},\n",
" {'answer': 'bungled',\n",
" 'hint': 'synonyms for bungled',\n",
- " 'clues': [('muck up', 'make a mess of, destroy or ruin'),\n",
- " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " 'clues': [('bodge', 'make a mess of, destroy or ruin'),\n",
" ('bungle', 'make a mess of, destroy or ruin'),\n",
- " ('bollix', 'make a mess of, destroy or ruin'),\n",
- " ('ball up', 'make a mess of, destroy or ruin'),\n",
+ " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " ('blow', 'make a mess of, destroy or ruin'),\n",
+ " ('muck up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix up', 'make a mess of, destroy or ruin'),\n",
+ " ('bobble', 'make a mess of, destroy or ruin'),\n",
+ " ('fluff', 'make a mess of, destroy or ruin'),\n",
" ('screw up', 'make a mess of, destroy or ruin'),\n",
" ('botch up', 'make a mess of, destroy or ruin'),\n",
+ " ('foul up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix', 'make a mess of, destroy or ruin'),\n",
" ('spoil', 'make a mess of, destroy or ruin'),\n",
" ('bumble', 'make a mess of, destroy or ruin'),\n",
- " ('mishandle', 'make a mess of, destroy or ruin'),\n",
- " ('foul up', 'make a mess of, destroy or ruin'),\n",
- " ('muff', 'make a mess of, destroy or ruin'),\n",
- " ('louse up', 'make a mess of, destroy or ruin'),\n",
- " ('fluff', 'make a mess of, destroy or ruin'),\n",
- " ('bodge', 'make a mess of, destroy or ruin'),\n",
+ " ('mess up', 'make a mess of, destroy or ruin'),\n",
+ " ('flub', 'make a mess of, destroy or ruin'),\n",
+ " ('ball up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks up', 'make a mess of, destroy or ruin'),\n",
+ " ('louse up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks', 'make a mess of, destroy or ruin'),\n",
- " ('blow', 'make a mess of, destroy or ruin'),\n",
- " ('botch', 'make a mess of, destroy or ruin'),\n",
- " ('flub', 'make a mess of, destroy or ruin'),\n",
- " ('mess up', 'make a mess of, destroy or ruin'),\n",
- " ('bollix up', 'make a mess of, destroy or ruin'),\n",
- " ('bobble', 'make a mess of, destroy or ruin')]},\n",
+ " ('mishandle', 'make a mess of, destroy or ruin'),\n",
+ " ('muff', 'make a mess of, destroy or ruin'),\n",
+ " ('botch', 'make a mess of, destroy or ruin')]},\n",
" {'answer': 'bungling',\n",
" 'hint': 'synonyms for bungling',\n",
- " 'clues': [('muck up', 'make a mess of, destroy or ruin'),\n",
- " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " 'clues': [('bodge', 'make a mess of, destroy or ruin'),\n",
" ('bungle', 'make a mess of, destroy or ruin'),\n",
- " ('bollix', 'make a mess of, destroy or ruin'),\n",
- " ('ball up', 'make a mess of, destroy or ruin'),\n",
+ " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " ('blow', 'make a mess of, destroy or ruin'),\n",
+ " ('muck up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix up', 'make a mess of, destroy or ruin'),\n",
+ " ('bobble', 'make a mess of, destroy or ruin'),\n",
+ " ('fluff', 'make a mess of, destroy or ruin'),\n",
" ('screw up', 'make a mess of, destroy or ruin'),\n",
" ('botch up', 'make a mess of, destroy or ruin'),\n",
+ " ('foul up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix', 'make a mess of, destroy or ruin'),\n",
" ('spoil', 'make a mess of, destroy or ruin'),\n",
" ('bumble', 'make a mess of, destroy or ruin'),\n",
- " ('mishandle', 'make a mess of, destroy or ruin'),\n",
- " ('foul up', 'make a mess of, destroy or ruin'),\n",
- " ('muff', 'make a mess of, destroy or ruin'),\n",
- " ('louse up', 'make a mess of, destroy or ruin'),\n",
- " ('fluff', 'make a mess of, destroy or ruin'),\n",
- " ('bodge', 'make a mess of, destroy or ruin'),\n",
+ " ('mess up', 'make a mess of, destroy or ruin'),\n",
+ " ('flub', 'make a mess of, destroy or ruin'),\n",
+ " ('ball up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks up', 'make a mess of, destroy or ruin'),\n",
+ " ('louse up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks', 'make a mess of, destroy or ruin'),\n",
- " ('blow', 'make a mess of, destroy or ruin'),\n",
- " ('botch', 'make a mess of, destroy or ruin'),\n",
- " ('flub', 'make a mess of, destroy or ruin'),\n",
- " ('mess up', 'make a mess of, destroy or ruin'),\n",
- " ('bollix up', 'make a mess of, destroy or ruin'),\n",
- " ('bobble', 'make a mess of, destroy or ruin')]},\n",
+ " ('mishandle', 'make a mess of, destroy or ruin'),\n",
+ " ('muff', 'make a mess of, destroy or ruin'),\n",
+ " ('botch', 'make a mess of, destroy or ruin')]},\n",
" {'answer': 'burbling',\n",
" 'hint': 'synonyms for burbling',\n",
- " 'clues': [('burble', 'flow in an irregular current with a bubbling noise'),\n",
+ " 'clues': [('guggle', 'flow in an irregular current with a bubbling noise'),\n",
+ " ('babble', 'flow in an irregular current with a bubbling noise'),\n",
" ('gurgle', 'flow in an irregular current with a bubbling noise'),\n",
" ('bubble', 'flow in an irregular current with a bubbling noise'),\n",
- " ('guggle', 'flow in an irregular current with a bubbling noise'),\n",
" ('ripple', 'flow in an irregular current with a bubbling noise'),\n",
- " ('babble', 'flow in an irregular current with a bubbling noise')]},\n",
+ " ('burble', 'flow in an irregular current with a bubbling noise')]},\n",
" {'answer': 'burdened',\n",
" 'hint': 'synonyms for burdened',\n",
- " 'clues': [('weight', 'weight down with a load'),\n",
- " ('burthen', 'weight down with a load'),\n",
+ " 'clues': [('burthen', 'weight down with a load'),\n",
+ " ('saddle', 'impose a task upon, assign a responsibility to'),\n",
" ('burden', 'impose a task upon, assign a responsibility to'),\n",
" ('charge', 'impose a task upon, assign a responsibility to'),\n",
- " ('saddle', 'impose a task upon, assign a responsibility to'),\n",
- " ('weight down', 'weight down with a load')]},\n",
+ " ('weight down', 'weight down with a load'),\n",
+ " ('weight', 'weight down with a load')]},\n",
" {'answer': 'buried',\n",
" 'hint': 'synonyms for buried',\n",
- " 'clues': [('sink', 'embed deeply'),\n",
- " ('immerse', 'enclose or envelop completely, as if by swallowing'),\n",
+ " 'clues': [('forget', 'dismiss from the mind; stop remembering'),\n",
+ " ('bury', 'embed deeply'),\n",
+ " ('inhume', 'place in a grave or tomb'),\n",
+ " ('sink', 'embed deeply'),\n",
" ('entomb', 'place in a grave or tomb'),\n",
" ('inter', 'place in a grave or tomb'),\n",
- " ('inhume', 'place in a grave or tomb'),\n",
- " ('bury', 'place in the earth and cover with soil'),\n",
- " ('eat up', 'enclose or envelop completely, as if by swallowing'),\n",
- " ('lay to rest', 'place in a grave or tomb'),\n",
- " ('forget', 'dismiss from the mind; stop remembering'),\n",
+ " ('immerse', 'enclose or envelop completely, as if by swallowing'),\n",
" ('swallow', 'enclose or envelop completely, as if by swallowing'),\n",
- " ('swallow up', 'enclose or envelop completely, as if by swallowing')]},\n",
+ " ('swallow up', 'enclose or envelop completely, as if by swallowing'),\n",
+ " ('lay to rest', 'place in a grave or tomb'),\n",
+ " ('eat up', 'enclose or envelop completely, as if by swallowing')]},\n",
" {'answer': 'burned',\n",
" 'hint': 'synonyms for burned',\n",
- " 'clues': [('cauterise',\n",
- " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
- " ('burn',\n",
- " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
- " ('glow', 'shine intensely, as if with heat'),\n",
- " ('burn off', 'use up (energy)'),\n",
- " ('combust', 'cause to burn or combust'),\n",
- " ('fire', 'destroy by fire'),\n",
+ " 'clues': [('burn', 'get a sunburn by overexposure to the sun'),\n",
" ('bite', 'cause a sharp or stinging pain or discomfort'),\n",
- " ('burn up', 'use up (energy)'),\n",
- " ('sting', 'cause a sharp or stinging pain or discomfort'),\n",
- " ('sunburn', 'get a sunburn by overexposure to the sun'),\n",
+ " ('combust', 'undergo combustion'),\n",
+ " ('fire', 'destroy by fire'),\n",
" ('incinerate', 'cause to undergo combustion'),\n",
" ('cut', 'create by duplicating data'),\n",
- " ('burn down', 'destroy by fire')]},\n",
- " {'answer': 'burning',\n",
- " 'hint': 'synonyms for burning',\n",
- " 'clues': [('cauterise',\n",
- " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
- " ('burn',\n",
- " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
- " ('glow', 'shine intensely, as if with heat'),\n",
" ('burn off', 'use up (energy)'),\n",
- " ('combust', 'cause to burn or combust'),\n",
- " ('fire', 'destroy by fire'),\n",
- " ('bite', 'cause a sharp or stinging pain or discomfort'),\n",
- " ('burn up', 'use up (energy)'),\n",
+ " ('glow', 'shine intensely, as if with heat'),\n",
+ " ('cauterise',\n",
+ " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
" ('sting', 'cause a sharp or stinging pain or discomfort'),\n",
+ " ('burn down', 'destroy by fire'),\n",
" ('sunburn', 'get a sunburn by overexposure to the sun'),\n",
+ " ('burn up', 'use up (energy)')]},\n",
+ " {'answer': 'burning',\n",
+ " 'hint': 'synonyms for burning',\n",
+ " 'clues': [('burn', 'get a sunburn by overexposure to the sun'),\n",
+ " ('bite', 'cause a sharp or stinging pain or discomfort'),\n",
+ " ('combust', 'undergo combustion'),\n",
+ " ('fire', 'destroy by fire'),\n",
" ('incinerate', 'cause to undergo combustion'),\n",
" ('cut', 'create by duplicating data'),\n",
- " ('burn down', 'destroy by fire')]},\n",
- " {'answer': 'burnt',\n",
- " 'hint': 'synonyms for burnt',\n",
- " 'clues': [('cauterise',\n",
- " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
- " ('burn',\n",
- " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
- " ('glow', 'shine intensely, as if with heat'),\n",
" ('burn off', 'use up (energy)'),\n",
- " ('combust', 'cause to burn or combust'),\n",
- " ('fire', 'destroy by fire'),\n",
- " ('bite', 'cause a sharp or stinging pain or discomfort'),\n",
- " ('burn up', 'use up (energy)'),\n",
+ " ('glow', 'shine intensely, as if with heat'),\n",
+ " ('cauterise',\n",
+ " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
" ('sting', 'cause a sharp or stinging pain or discomfort'),\n",
+ " ('burn down', 'destroy by fire'),\n",
" ('sunburn', 'get a sunburn by overexposure to the sun'),\n",
+ " ('burn up', 'use up (energy)')]},\n",
+ " {'answer': 'burnt',\n",
+ " 'hint': 'synonyms for burnt',\n",
+ " 'clues': [('burn', 'get a sunburn by overexposure to the sun'),\n",
+ " ('bite', 'cause a sharp or stinging pain or discomfort'),\n",
+ " ('combust', 'undergo combustion'),\n",
+ " ('fire', 'destroy by fire'),\n",
" ('incinerate', 'cause to undergo combustion'),\n",
" ('cut', 'create by duplicating data'),\n",
- " ('burn down', 'destroy by fire')]},\n",
+ " ('burn off', 'use up (energy)'),\n",
+ " ('glow', 'shine intensely, as if with heat'),\n",
+ " ('cauterise',\n",
+ " 'burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent'),\n",
+ " ('sting', 'cause a sharp or stinging pain or discomfort'),\n",
+ " ('burn down', 'destroy by fire'),\n",
+ " ('sunburn', 'get a sunburn by overexposure to the sun'),\n",
+ " ('burn up', 'use up (energy)')]},\n",
" {'answer': 'bushwhacking',\n",
" 'hint': 'synonyms for bushwhacking',\n",
- " 'clues': [('lurk', 'wait in hiding to attack'),\n",
- " ('lie in wait', 'wait in hiding to attack'),\n",
- " ('waylay', 'wait in hiding to attack'),\n",
- " ('bushwhack', 'wait in hiding to attack'),\n",
+ " 'clues': [('bushwhack', 'live in the bush as a fugitive or as a guerilla'),\n",
+ " ('lurk', 'wait in hiding to attack'),\n",
" ('scupper', 'wait in hiding to attack'),\n",
" ('ambush', 'wait in hiding to attack'),\n",
- " ('ambuscade', 'wait in hiding to attack')]},\n",
+ " ('lie in wait', 'wait in hiding to attack'),\n",
+ " ('ambuscade', 'wait in hiding to attack'),\n",
+ " ('waylay', 'wait in hiding to attack')]},\n",
" {'answer': 'bust',\n",
" 'hint': 'synonyms for bust',\n",
- " 'clues': [('rupture', 'separate or cause to separate abruptly'),\n",
+ " 'clues': [('wear out', 'go to pieces'),\n",
+ " ('rupture', 'separate or cause to separate abruptly'),\n",
+ " ('break', 'go to pieces'),\n",
+ " ('raid', 'search without warning, make a sudden surprise attack on'),\n",
" ('fall apart', 'go to pieces'),\n",
" ('wear', 'go to pieces'),\n",
- " ('tear', 'separate or cause to separate abruptly'),\n",
" ('burst', 'break open or apart suddenly and forcefully'),\n",
- " ('break', 'ruin completely'),\n",
" ('snap', 'separate or cause to separate abruptly'),\n",
- " ('raid', 'search without warning, make a sudden surprise attack on'),\n",
- " ('wear out', 'go to pieces')]},\n",
+ " ('tear', 'separate or cause to separate abruptly')]},\n",
" {'answer': 'busted',\n",
" 'hint': 'synonyms for busted',\n",
- " 'clues': [('rupture', 'separate or cause to separate abruptly'),\n",
+ " 'clues': [('bust',\n",
+ " 'search without warning, make a sudden surprise attack on'),\n",
+ " ('wear out', 'go to pieces'),\n",
+ " ('rupture', 'separate or cause to separate abruptly'),\n",
+ " ('break', 'go to pieces'),\n",
+ " ('raid', 'search without warning, make a sudden surprise attack on'),\n",
" ('fall apart', 'go to pieces'),\n",
" ('wear', 'go to pieces'),\n",
- " ('tear', 'separate or cause to separate abruptly'),\n",
- " ('bust', 'go to pieces'),\n",
- " ('break', 'ruin completely'),\n",
" ('snap', 'separate or cause to separate abruptly'),\n",
- " ('raid', 'search without warning, make a sudden surprise attack on'),\n",
- " ('wear out', 'go to pieces')]},\n",
+ " ('tear', 'separate or cause to separate abruptly')]},\n",
" {'answer': 'buzzing',\n",
" 'hint': 'synonyms for buzzing',\n",
" 'clues': [('buzz', 'call with a buzzer'),\n",
- " ('bombinate', 'make a buzzing sound'),\n",
- " ('hum', 'be noisy with activity'),\n",
- " ('seethe', 'be noisy with activity')]},\n",
+ " ('bombilate', 'make a buzzing sound'),\n",
+ " ('seethe', 'be noisy with activity'),\n",
+ " ('hum', 'be noisy with activity')]},\n",
" {'answer': 'bypast',\n",
" 'hint': 'synonyms for bypast',\n",
- " 'clues': [('bypass', 'avoid something unpleasant or laborious'),\n",
- " ('get around', 'avoid something unpleasant or laborious'),\n",
+ " 'clues': [('go around', 'avoid something unpleasant or laborious'),\n",
" ('short-circuit', 'avoid something unpleasant or laborious'),\n",
- " ('go around', 'avoid something unpleasant or laborious')]},\n",
+ " ('get around', 'avoid something unpleasant or laborious'),\n",
+ " ('bypass', 'avoid something unpleasant or laborious')]},\n",
" {'answer': 'calculated',\n",
" 'hint': 'synonyms for calculated',\n",
- " 'clues': [('forecast', 'predict in advance'),\n",
+ " 'clues': [('work out', 'make a mathematical calculation or computation'),\n",
+ " ('cypher', 'make a mathematical calculation or computation'),\n",
" ('direct',\n",
" 'specifically design a product, event, or activity for a certain public'),\n",
- " ('count on', 'judge to be probable'),\n",
- " ('estimate', 'judge to be probable'),\n",
- " ('aim',\n",
- " 'specifically design a product, event, or activity for a certain public'),\n",
- " ('calculate',\n",
- " 'specifically design a product, event, or activity for a certain public'),\n",
- " ('account', 'keep an account of'),\n",
- " ('work out', 'make a mathematical calculation or computation'),\n",
+ " ('forecast', 'judge to be probable'),\n",
+ " ('look', 'have faith or confidence in'),\n",
" ('bet', 'have faith or confidence in'),\n",
- " ('compute', 'make a mathematical calculation or computation'),\n",
- " ('reckon', 'make a mathematical calculation or computation'),\n",
- " ('count', 'have faith or confidence in'),\n",
+ " ('cipher', 'make a mathematical calculation or computation'),\n",
+ " ('account', 'keep an account of'),\n",
" ('figure', 'make a mathematical calculation or computation'),\n",
- " ('look', 'have faith or confidence in'),\n",
+ " ('calculate', 'keep an account of'),\n",
+ " ('reckon', 'have faith or confidence in'),\n",
" ('depend', 'have faith or confidence in'),\n",
- " ('cypher', 'make a mathematical calculation or computation'),\n",
- " ('cipher', 'make a mathematical calculation or computation')]},\n",
- " {'answer': 'calculating',\n",
- " 'hint': 'synonyms for calculating',\n",
- " 'clues': [('forecast', 'predict in advance'),\n",
- " ('direct',\n",
- " 'specifically design a product, event, or activity for a certain public'),\n",
+ " ('compute', 'make a mathematical calculation or computation'),\n",
+ " ('count', 'have faith or confidence in'),\n",
" ('count on', 'judge to be probable'),\n",
" ('estimate', 'judge to be probable'),\n",
" ('aim',\n",
+ " 'specifically design a product, event, or activity for a certain public')]},\n",
+ " {'answer': 'calculating',\n",
+ " 'hint': 'synonyms for calculating',\n",
+ " 'clues': [('work out', 'make a mathematical calculation or computation'),\n",
+ " ('cypher', 'make a mathematical calculation or computation'),\n",
+ " ('direct',\n",
" 'specifically design a product, event, or activity for a certain public'),\n",
- " ('calculate',\n",
- " 'specifically design a product, event, or activity for a certain public'),\n",
- " ('account', 'keep an account of'),\n",
- " ('work out', 'make a mathematical calculation or computation'),\n",
+ " ('forecast', 'judge to be probable'),\n",
+ " ('look', 'have faith or confidence in'),\n",
" ('bet', 'have faith or confidence in'),\n",
- " ('compute', 'make a mathematical calculation or computation'),\n",
- " ('reckon', 'make a mathematical calculation or computation'),\n",
- " ('count', 'have faith or confidence in'),\n",
+ " ('cipher', 'make a mathematical calculation or computation'),\n",
+ " ('account', 'keep an account of'),\n",
" ('figure', 'make a mathematical calculation or computation'),\n",
- " ('look', 'have faith or confidence in'),\n",
+ " ('calculate', 'keep an account of'),\n",
+ " ('reckon', 'have faith or confidence in'),\n",
" ('depend', 'have faith or confidence in'),\n",
- " ('cypher', 'make a mathematical calculation or computation'),\n",
- " ('cipher', 'make a mathematical calculation or computation')]},\n",
+ " ('compute', 'make a mathematical calculation or computation'),\n",
+ " ('count', 'have faith or confidence in'),\n",
+ " ('count on', 'judge to be probable'),\n",
+ " ('estimate', 'judge to be probable'),\n",
+ " ('aim',\n",
+ " 'specifically design a product, event, or activity for a certain public')]},\n",
" {'answer': 'calm',\n",
" 'hint': 'synonyms for calm',\n",
- " 'clues': [('calm down',\n",
+ " 'clues': [('cool off',\n",
" 'become quiet or calm, especially after a state of agitation'),\n",
- " ('steady', 'make steady'),\n",
- " ('sedate', 'cause to be calm or quiet as by administering a sedative to'),\n",
- " ('still', 'make calm or still'),\n",
- " ('quieten', 'make calm or still'),\n",
" ('cool it',\n",
" 'become quiet or calm, especially after a state of agitation'),\n",
- " ('tranquillise',\n",
+ " ('tranquilize',\n",
" 'cause to be calm or quiet as by administering a sedative to'),\n",
+ " ('calm down', 'make calm or still'),\n",
" ('chill out',\n",
" 'become quiet or calm, especially after a state of agitation'),\n",
" ('quiet', 'make calm or still'),\n",
- " ('cool off',\n",
+ " ('sedate', 'cause to be calm or quiet as by administering a sedative to'),\n",
+ " ('simmer down',\n",
" 'become quiet or calm, especially after a state of agitation'),\n",
- " ('lull', 'make calm or still'),\n",
+ " ('steady', 'make steady'),\n",
+ " ('quieten', 'make calm or still'),\n",
" ('settle down',\n",
" 'become quiet or calm, especially after a state of agitation'),\n",
- " ('simmer down',\n",
- " 'become quiet or calm, especially after a state of agitation'),\n",
+ " ('lull', 'make calm or still'),\n",
+ " ('still', 'make calm or still'),\n",
" ('becalm', 'make steady')]},\n",
" {'answer': 'camp',\n",
" 'hint': 'synonyms for camp',\n",
- " 'clues': [('encamp', 'live in or as if in a tent'),\n",
+ " 'clues': [('bivouac', 'live in or as if in a tent'),\n",
" ('camp out', 'live in or as if in a tent'),\n",
" ('camp down', 'establish or set up a camp'),\n",
- " ('tent', 'live in or as if in a tent'),\n",
- " ('bivouac', 'live in or as if in a tent')]},\n",
+ " ('encamp', 'live in or as if in a tent'),\n",
+ " ('tent', 'live in or as if in a tent')]},\n",
" {'answer': 'cancelled',\n",
" 'hint': 'synonyms for cancelled',\n",
- " 'clues': [('delete', 'remove or make invisible'),\n",
+ " 'clues': [('invalidate', 'make invalid for use'),\n",
+ " ('cancel', 'remove or make invisible'),\n",
+ " ('set off', 'make up for'),\n",
" ('scrub', 'postpone indefinitely or annul something that was scheduled'),\n",
+ " ('delete', 'remove or make invisible'),\n",
+ " ('scratch',\n",
+ " 'postpone indefinitely or annul something that was scheduled'),\n",
" ('call off',\n",
" 'postpone indefinitely or annul something that was scheduled'),\n",
- " ('cancel', 'make invalid for use'),\n",
- " ('invalidate', 'make invalid for use'),\n",
" ('strike down', 'declare null and void; make ineffective'),\n",
- " ('scratch',\n",
- " 'postpone indefinitely or annul something that was scheduled'),\n",
- " ('offset', 'make up for'),\n",
- " ('set off', 'make up for')]},\n",
+ " ('offset', 'make up for')]},\n",
" {'answer': 'canned',\n",
" 'hint': 'synonyms for canned',\n",
- " 'clues': [('fire',\n",
+ " 'clues': [('put up', 'preserve in a can or tin'),\n",
+ " ('sack',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('force out',\n",
+ " ('fire',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('terminate',\n",
+ " ('give the sack',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('dismiss',\n",
+ " ('can',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
" ('send away',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('tin', 'preserve in a can or tin'),\n",
- " ('put up', 'preserve in a can or tin'),\n",
- " ('give the sack',\n",
+ " ('force out',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('sack',\n",
+ " ('terminate',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
" ('give the axe',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('can',\n",
+ " ('displace',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
+ " ('tin', 'preserve in a can or tin'),\n",
" ('give notice',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('displace',\n",
+ " ('dismiss',\n",
" 'terminate the employment of; discharge from an office or position')]},\n",
" {'answer': 'canted',\n",
" 'hint': 'synonyms for canted',\n",
" 'clues': [('tilt', 'heel over'),\n",
- " ('pitch', 'heel over'),\n",
" ('cant over', 'heel over'),\n",
+ " ('cant', 'heel over'),\n",
" ('slant', 'heel over'),\n",
- " ('cant', 'heel over')]},\n",
+ " ('pitch', 'heel over')]},\n",
" {'answer': 'captivated',\n",
" 'hint': 'synonyms for captivated',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
" ('bewitch', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
" ('enamour', 'attract; cause to be enamored'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored')]},\n",
+ " ('charm', 'attract; cause to be enamored'),\n",
+ " ('becharm', 'attract; cause to be enamored')]},\n",
" {'answer': 'captivating',\n",
" 'hint': 'synonyms for captivating',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
" ('bewitch', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
" ('enamour', 'attract; cause to be enamored'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored')]},\n",
+ " ('charm', 'attract; cause to be enamored'),\n",
+ " ('becharm', 'attract; cause to be enamored')]},\n",
" {'answer': 'caring',\n",
" 'hint': 'synonyms for caring',\n",
- " 'clues': [('care', 'prefer or wish to do something'),\n",
+ " 'clues': [('deal', 'be in charge of, act on, or dispose of'),\n",
+ " ('handle', 'be in charge of, act on, or dispose of'),\n",
+ " ('care', 'be concerned with'),\n",
+ " ('wish', 'prefer or wish to do something'),\n",
+ " ('worry', 'be concerned with'),\n",
" ('give care', 'provide care for'),\n",
" ('manage', 'be in charge of, act on, or dispose of'),\n",
- " ('like', 'prefer or wish to do something'),\n",
- " ('worry', 'be concerned with'),\n",
- " ('handle', 'be in charge of, act on, or dispose of'),\n",
- " ('deal', 'be in charge of, act on, or dispose of'),\n",
- " ('wish', 'prefer or wish to do something')]},\n",
+ " ('like', 'prefer or wish to do something')]},\n",
" {'answer': 'castrated',\n",
" 'hint': 'synonyms for castrated',\n",
- " 'clues': [('expurgate',\n",
+ " 'clues': [('bowdlerise',\n",
" 'edit by omitting or modifying parts considered indelicate'),\n",
- " ('castrate', 'remove the testicles of a male animal'),\n",
" ('spay', 'remove the ovaries of'),\n",
- " ('demasculinize', 'remove the testicles of a male animal'),\n",
- " ('emasculate', 'remove the testicles of a male animal'),\n",
" ('alter', 'remove the ovaries of'),\n",
+ " ('castrate', 'deprive of strength or vigor'),\n",
" ('shorten', 'edit by omitting or modifying parts considered indelicate'),\n",
- " ('bowdlerise',\n",
+ " ('expurgate',\n",
" 'edit by omitting or modifying parts considered indelicate'),\n",
+ " ('demasculinize', 'remove the testicles of a male animal'),\n",
+ " ('emasculate', 'deprive of strength or vigor'),\n",
" ('neuter', 'remove the ovaries of')]},\n",
" {'answer': 'catching',\n",
" 'hint': 'synonyms for catching',\n",
- " 'clues': [('catch', 'capture as if by hunting, snaring, or trapping'),\n",
- " ('trance', 'attract; cause to be enamored'),\n",
- " ('hitch', 'to hook or entangle'),\n",
- " ('trip up', 'detect a blunder or misstep'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('fascinate', 'attract; cause to be enamored'),\n",
- " ('take in', 'hear, usually without the knowledge of the speakers'),\n",
- " ('get', 'succeed in catching or seizing, especially after a chase'),\n",
+ " 'clues': [('overtake', 'catch up with and possibly overtake'),\n",
+ " ('catch',\n",
+ " 'take hold of so as to seize or restrain or stop the motion of'),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
" ('enamor', 'attract; cause to be enamored'),\n",
- " ('beguile', 'attract; cause to be enamored'),\n",
- " ('capture', 'attract; cause to be enamored'),\n",
+ " ('view', 'see or watch'),\n",
" ('see', 'see or watch'),\n",
+ " ('becharm', 'attract; cause to be enamored'),\n",
+ " ('get', 'suffer from the receipt of'),\n",
+ " ('overhear', 'hear, usually without the knowledge of the speakers'),\n",
+ " ('capture', 'succeed in catching or seizing, especially after a chase'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
+ " ('charm', 'attract; cause to be enamored'),\n",
+ " ('catch up with', 'catch up with and possibly overtake'),\n",
+ " ('watch', 'see or watch'),\n",
" ('grab', 'take hold of so as to seize or restrain or stop the motion of'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('bewitch', 'attract; cause to be enamored'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('hitch', 'to hook or entangle'),\n",
" ('arrest', 'attract and fix'),\n",
+ " ('take in', 'hear, usually without the knowledge of the speakers'),\n",
+ " ('pick up', 'perceive with the senses quickly, suddenly, or momentarily'),\n",
" ('take hold of',\n",
" 'take hold of so as to seize or restrain or stop the motion of'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
- " ('overtake', 'catch up with and possibly overtake'),\n",
- " ('overhear', 'hear, usually without the knowledge of the speakers'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
- " ('catch up with', 'catch up with and possibly overtake'),\n",
- " ('watch', 'see or watch'),\n",
- " ('view', 'see or watch'),\n",
- " ('pick up',\n",
- " 'perceive with the senses quickly, suddenly, or momentarily')]},\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trip up', 'detect a blunder or misstep'),\n",
+ " ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored')]},\n",
" {'answer': 'celebrated',\n",
" 'hint': 'synonyms for celebrated',\n",
- " 'clues': [('observe', 'behave as expected during of holidays or rites'),\n",
+ " 'clues': [('lionize', 'assign great social importance to'),\n",
+ " ('observe', 'behave as expected during of holidays or rites'),\n",
" ('celebrate', 'behave as expected during of holidays or rites'),\n",
- " ('lionize', 'assign great social importance to'),\n",
- " ('keep', 'behave as expected during of holidays or rites'),\n",
- " ('fete', 'have a celebration')]},\n",
+ " ('fete', 'have a celebration'),\n",
+ " ('keep', 'behave as expected during of holidays or rites')]},\n",
" {'answer': 'center',\n",
" 'hint': 'synonyms for center',\n",
- " 'clues': [('pore', \"direct one's attention on something\"),\n",
- " ('centre', 'move into the center'),\n",
- " ('revolve about', 'center upon'),\n",
- " ('revolve around', 'center upon'),\n",
- " ('concentrate', \"direct one's attention on something\"),\n",
+ " 'clues': [('center on', 'center upon'),\n",
+ " ('centre', \"direct one's attention on something\"),\n",
" ('focus', \"direct one's attention on something\"),\n",
+ " ('concentrate on', 'center upon'),\n",
" ('rivet', \"direct one's attention on something\"),\n",
" ('focus on', 'center upon'),\n",
- " ('center on', 'center upon')]},\n",
+ " ('revolve around', 'center upon'),\n",
+ " ('pore', \"direct one's attention on something\"),\n",
+ " ('revolve about', 'center upon')]},\n",
" {'answer': 'centered',\n",
" 'hint': 'synonyms for centered',\n",
- " 'clues': [('pore', \"direct one's attention on something\"),\n",
- " ('centre', 'move into the center'),\n",
- " ('revolve about', 'center upon'),\n",
- " ('center', 'center upon'),\n",
- " ('revolve around', 'center upon'),\n",
- " ('concentrate', \"direct one's attention on something\"),\n",
+ " 'clues': [('center on', 'center upon'),\n",
+ " ('centre', \"direct one's attention on something\"),\n",
" ('focus', \"direct one's attention on something\"),\n",
+ " ('concentrate on', 'center upon'),\n",
" ('rivet', \"direct one's attention on something\"),\n",
" ('focus on', 'center upon'),\n",
- " ('center on', 'center upon')]},\n",
+ " ('revolve around', 'center upon'),\n",
+ " ('pore', \"direct one's attention on something\"),\n",
+ " ('center', 'center upon'),\n",
+ " ('revolve about', 'center upon')]},\n",
" {'answer': 'certified',\n",
" 'hint': 'synonyms for certified',\n",
- " 'clues': [('licence', 'authorize officially'),\n",
+ " 'clues': [('manifest',\n",
+ " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
" ('certify', 'declare legally insane'),\n",
- " ('indorse', 'guarantee as meeting a certain standard'),\n",
- " ('manifest',\n",
+ " ('license', 'authorize officially'),\n",
+ " ('evidence',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
" ('demonstrate',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
" ('attest',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
- " ('evidence',\n",
- " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\")]},\n",
+ " ('indorse', 'guarantee as meeting a certain standard')]},\n",
" {'answer': 'chafed',\n",
" 'hint': 'synonyms for chafed',\n",
- " 'clues': [('rub', 'cause friction'),\n",
- " ('chafe', 'become or make sore by or as if by rubbing'),\n",
- " ('gravel',\n",
- " 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('gall', 'become or make sore by or as if by rubbing'),\n",
- " ('get to',\n",
- " 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " 'clues': [('chafe', 'feel extreme irritation or anger'),\n",
" ('vex', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('irritate',\n",
+ " ('nettle',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('annoy', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('fret', 'cause friction'),\n",
" ('bother',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('excoriate', 'tear or wear off the skin or make sore by abrading'),\n",
- " ('nettle',\n",
- " 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('fray', 'cause friction'),\n",
+ " ('nark', 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('rile', 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('fret', 'become or make sore by or as if by rubbing'),\n",
+ " ('irritate',\n",
+ " 'cause annoyance in; disturb, especially by minor irritations'),\n",
" ('scratch', 'cause friction'),\n",
" ('get at',\n",
" 'cause annoyance in; disturb, especially by minor irritations'),\n",
- " ('nark',\n",
- " 'cause annoyance in; disturb, especially by minor irritations')]},\n",
+ " ('gravel',\n",
+ " 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('excoriate', 'tear or wear off the skin or make sore by abrading'),\n",
+ " ('get to',\n",
+ " 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('rub', 'cause friction'),\n",
+ " ('annoy', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('devil', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('rag', 'cause annoyance in; disturb, especially by minor irritations'),\n",
+ " ('gall', 'become or make sore by or as if by rubbing'),\n",
+ " ('fray', 'cause friction')]},\n",
" {'answer': 'chagrined',\n",
" 'hint': 'synonyms for chagrined',\n",
- " 'clues': [('chagrin', 'cause to feel shame; hurt the pride of'),\n",
- " ('humiliate', 'cause to feel shame; hurt the pride of'),\n",
- " ('mortify', 'cause to feel shame; hurt the pride of'),\n",
+ " 'clues': [('humble', 'cause to feel shame; hurt the pride of'),\n",
" ('abase', 'cause to feel shame; hurt the pride of'),\n",
- " ('humble', 'cause to feel shame; hurt the pride of')]},\n",
+ " ('chagrin', 'cause to feel shame; hurt the pride of'),\n",
+ " ('mortify', 'cause to feel shame; hurt the pride of'),\n",
+ " ('humiliate', 'cause to feel shame; hurt the pride of')]},\n",
" {'answer': 'challenging',\n",
" 'hint': 'synonyms for challenging',\n",
- " 'clues': [('dispute', 'take exception to'),\n",
- " ('challenge', 'raise a formal objection in a court of law'),\n",
- " ('take exception', 'raise a formal objection in a court of law'),\n",
- " ('gainsay', 'take exception to')]},\n",
+ " 'clues': [('challenge', 'issue a challenge to'),\n",
+ " ('gainsay', 'take exception to'),\n",
+ " ('dispute', 'take exception to'),\n",
+ " ('take exception', 'raise a formal objection in a court of law')]},\n",
" {'answer': 'chance',\n",
" 'hint': 'synonyms for chance',\n",
- " 'clues': [('gamble', 'take a risk in the hope of a favorable outcome'),\n",
- " ('run a risk', 'take a risk in the hope of a favorable outcome'),\n",
+ " 'clues': [('happen', 'come upon, as if by accident; meet with'),\n",
+ " ('take chances', 'take a risk in the hope of a favorable outcome'),\n",
+ " ('gamble', 'take a risk in the hope of a favorable outcome'),\n",
" ('bump', 'come upon, as if by accident; meet with'),\n",
- " ('happen', 'come upon, as if by accident; meet with'),\n",
- " ('take a chance', 'take a risk in the hope of a favorable outcome'),\n",
+ " ('hazard', 'take a risk in the hope of a favorable outcome'),\n",
" ('risk', 'take a risk in the hope of a favorable outcome'),\n",
" ('encounter', 'come upon, as if by accident; meet with'),\n",
- " ('hazard', 'take a risk in the hope of a favorable outcome'),\n",
- " ('adventure', 'take a risk in the hope of a favorable outcome'),\n",
- " ('find', 'come upon, as if by accident; meet with')]},\n",
+ " ('find', 'come upon, as if by accident; meet with'),\n",
+ " ('run a risk', 'take a risk in the hope of a favorable outcome'),\n",
+ " ('adventure', 'take a risk in the hope of a favorable outcome')]},\n",
" {'answer': 'changed',\n",
" 'hint': 'synonyms for changed',\n",
" 'clues': [('commute',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
- " ('change', 'remove or replace the coverings of'),\n",
- " ('alter', 'cause to change; make different; cause a transformation'),\n",
- " ('modify', 'cause to change; make different; cause a transformation'),\n",
- " ('switch', 'lay aside, abandon, or leave for another'),\n",
" ('interchange', 'give to, and receive from, one another'),\n",
- " ('shift', 'lay aside, abandon, or leave for another'),\n",
+ " ('alter',\n",
+ " \"become different in some particular way, without permanently losing one's or its former characteristics or essence\"),\n",
" ('convert',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
+ " ('change',\n",
+ " 'exchange or replace with another, usually of the same kind or category'),\n",
+ " ('shift', 'lay aside, abandon, or leave for another'),\n",
+ " ('modify', 'cause to change; make different; cause a transformation'),\n",
+ " ('transfer', 'change from one vehicle or transportation line to another'),\n",
+ " ('deepen', 'become deeper in tone'),\n",
" ('vary',\n",
" \"become different in some particular way, without permanently losing one's or its former characteristics or essence\"),\n",
- " ('transfer', 'change from one vehicle or transportation line to another'),\n",
- " ('deepen', 'become deeper in tone')]},\n",
+ " ('switch', 'lay aside, abandon, or leave for another')]},\n",
" {'answer': 'changing',\n",
" 'hint': 'synonyms for changing',\n",
" 'clues': [('commute',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
- " ('change', 'remove or replace the coverings of'),\n",
- " ('alter', 'cause to change; make different; cause a transformation'),\n",
- " ('modify', 'cause to change; make different; cause a transformation'),\n",
- " ('switch', 'lay aside, abandon, or leave for another'),\n",
" ('interchange', 'give to, and receive from, one another'),\n",
- " ('shift', 'lay aside, abandon, or leave for another'),\n",
+ " ('alter',\n",
+ " \"become different in some particular way, without permanently losing one's or its former characteristics or essence\"),\n",
" ('convert',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
+ " ('change',\n",
+ " 'exchange or replace with another, usually of the same kind or category'),\n",
+ " ('shift', 'lay aside, abandon, or leave for another'),\n",
+ " ('modify', 'cause to change; make different; cause a transformation'),\n",
+ " ('transfer', 'change from one vehicle or transportation line to another'),\n",
+ " ('deepen', 'become deeper in tone'),\n",
" ('vary',\n",
" \"become different in some particular way, without permanently losing one's or its former characteristics or essence\"),\n",
- " ('transfer', 'change from one vehicle or transportation line to another'),\n",
- " ('deepen', 'become deeper in tone')]},\n",
+ " ('switch', 'lay aside, abandon, or leave for another')]},\n",
" {'answer': 'chanted',\n",
" 'hint': 'synonyms for chanted',\n",
" 'clues': [('chant',\n",
- " 'utter monotonously and repetitively and rhythmically'),\n",
+ " 'recite with musical intonation; recite as a chant or a psalm'),\n",
" ('intone',\n",
" 'recite with musical intonation; recite as a chant or a psalm'),\n",
- " ('tone', 'utter monotonously and repetitively and rhythmically'),\n",
" ('cantillate',\n",
- " 'recite with musical intonation; recite as a chant or a psalm')]},\n",
+ " 'recite with musical intonation; recite as a chant or a psalm'),\n",
+ " ('tone', 'utter monotonously and repetitively and rhythmically')]},\n",
" {'answer': 'charged',\n",
" 'hint': 'synonyms for charged',\n",
- " 'clues': [('charge', 'instruct or command with authority'),\n",
- " ('level', 'direct into a position for use'),\n",
- " ('point', 'direct into a position for use'),\n",
- " ('load', 'provide (a device) with something necessary'),\n",
+ " 'clues': [('accuse',\n",
+ " 'blame for, make a claim of wrongdoing or misbehavior against'),\n",
" ('appoint', 'assign a duty, responsibility or obligation to'),\n",
- " ('charge up', 'cause to be agitated, excited, or roused'),\n",
+ " ('blame', 'attribute responsibility to'),\n",
+ " ('file', 'file a formal charge against'),\n",
" ('saddle', 'impose a task upon, assign a responsibility to'),\n",
+ " ('rouse', 'cause to be agitated, excited, or roused'),\n",
" ('shoot', 'move quickly and violently'),\n",
- " ('agitate', 'cause to be agitated, excited, or roused'),\n",
- " ('accuse',\n",
- " 'blame for, make a claim of wrongdoing or misbehavior against'),\n",
- " ('tear', 'move quickly and violently'),\n",
- " ('bill', 'demand payment'),\n",
+ " ('charge', 'lie down on command, of hunting dogs'),\n",
+ " ('level', 'direct into a position for use'),\n",
+ " ('charge up', 'cause to be agitated, excited, or roused'),\n",
" ('institutionalize',\n",
" 'cause to be admitted; of persons to an institution'),\n",
- " ('excite', 'cause to be agitated, excited, or roused'),\n",
- " ('blame', 'attribute responsibility to'),\n",
- " ('lodge', 'file a formal charge against'),\n",
- " ('turn on', 'cause to be agitated, excited, or roused'),\n",
- " ('rouse', 'cause to be agitated, excited, or roused'),\n",
- " ('commit', 'cause to be admitted; of persons to an institution'),\n",
" ('bear down', 'to make a rush at or sudden attack upon, as in battle'),\n",
+ " ('tear', 'move quickly and violently'),\n",
+ " ('consign', 'give over to another for care or safekeeping'),\n",
+ " ('commove', 'cause to be agitated, excited, or roused'),\n",
+ " ('buck', 'move quickly and violently'),\n",
" ('send', 'cause to be admitted; of persons to an institution'),\n",
" ('burden', 'impose a task upon, assign a responsibility to'),\n",
- " ('commove', 'cause to be agitated, excited, or roused'),\n",
- " ('consign', 'give over to another for care or safekeeping'),\n",
- " ('shoot down', 'move quickly and violently'),\n",
- " ('file', 'file a formal charge against'),\n",
- " ('buck', 'move quickly and violently')]},\n",
+ " ('agitate', 'cause to be agitated, excited, or roused'),\n",
+ " ('turn on', 'cause to be agitated, excited, or roused'),\n",
+ " ('lodge', 'file a formal charge against'),\n",
+ " ('point', 'direct into a position for use'),\n",
+ " ('commit', 'cause to be admitted; of persons to an institution'),\n",
+ " ('excite', 'cause to be agitated, excited, or roused'),\n",
+ " ('bill', 'demand payment'),\n",
+ " ('load', 'provide (a device) with something necessary'),\n",
+ " ('shoot down', 'move quickly and violently')]},\n",
" {'answer': 'charmed',\n",
" 'hint': 'synonyms for charmed',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('influence', \"induce into action by using one's charm\"),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
" ('charm', 'control by magic spells, as by practicing witchcraft'),\n",
+ " ('becharm', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('influence', \"induce into action by using one's charm\"),\n",
- " ('tempt', \"induce into action by using one's charm\"),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('bewitch', 'attract; cause to be enamored')]},\n",
+ " ('tempt', \"induce into action by using one's charm\")]},\n",
" {'answer': 'charming',\n",
" 'hint': 'synonyms for charming',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('influence', \"induce into action by using one's charm\"),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
" ('charm', 'control by magic spells, as by practicing witchcraft'),\n",
+ " ('becharm', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('influence', \"induce into action by using one's charm\"),\n",
- " ('tempt', \"induce into action by using one's charm\"),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('bewitch', 'attract; cause to be enamored')]},\n",
+ " ('tempt', \"induce into action by using one's charm\")]},\n",
" {'answer': 'chartered',\n",
" 'hint': 'synonyms for chartered',\n",
- " 'clues': [('engage', 'engage for service under a term of contract'),\n",
- " ('rent', 'engage for service under a term of contract'),\n",
- " ('hire', 'hold under a lease or rental agreement; of goods and services'),\n",
- " ('charter',\n",
+ " 'clues': [('lease',\n",
" 'hold under a lease or rental agreement; of goods and services'),\n",
- " ('lease',\n",
- " 'hold under a lease or rental agreement; of goods and services'),\n",
- " ('take', 'engage for service under a term of contract')]},\n",
+ " ('rent', 'engage for service under a term of contract'),\n",
+ " ('hire', 'engage for service under a term of contract'),\n",
+ " ('take', 'engage for service under a term of contract'),\n",
+ " ('charter', 'grant a charter to'),\n",
+ " ('engage', 'engage for service under a term of contract')]},\n",
" {'answer': 'cheating',\n",
" 'hint': 'synonyms for cheating',\n",
- " 'clues': [('rip off', 'deprive somebody of something by deceit'),\n",
- " ('chisel', 'deprive somebody of something by deceit'),\n",
- " ('cheat', 'engage in deceitful behavior; practice trickery or fraud'),\n",
- " ('betray', \"be sexually unfaithful to one's partner in marriage\"),\n",
- " ('wander', \"be sexually unfaithful to one's partner in marriage\"),\n",
- " ('cuckold', \"be sexually unfaithful to one's partner in marriage\"),\n",
+ " 'clues': [('cheat',\n",
+ " 'engage in deceitful behavior; practice trickery or fraud'),\n",
" ('cheat on', \"be sexually unfaithful to one's partner in marriage\"),\n",
+ " ('cuckold', \"be sexually unfaithful to one's partner in marriage\"),\n",
+ " ('betray', \"be sexually unfaithful to one's partner in marriage\"),\n",
+ " ('chisel', 'engage in deceitful behavior; practice trickery or fraud'),\n",
+ " ('chouse', 'defeat someone through trickery or deceit'),\n",
" ('jockey', 'defeat someone through trickery or deceit'),\n",
- " ('chicane', 'defeat someone through trickery or deceit'),\n",
" ('shaft', 'defeat someone through trickery or deceit'),\n",
- " ('chouse', 'defeat someone through trickery or deceit'),\n",
+ " ('chicane', 'defeat someone through trickery or deceit'),\n",
+ " ('rip off', 'deprive somebody of something by deceit'),\n",
+ " ('wander', \"be sexually unfaithful to one's partner in marriage\"),\n",
" ('screw', 'defeat someone through trickery or deceit')]},\n",
" {'answer': 'checked',\n",
" 'hint': 'synonyms for checked',\n",
- " 'clues': [('gibe',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('contain',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('determine',\n",
+ " 'clues': [('mark', 'put a check mark on or near or next to'),\n",
+ " ('ascertain',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('check',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('control',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('retard', 'slow the growth or development of'),\n",
- " ('check', 'decline to initiate betting'),\n",
- " ('chink', 'make cracks or chinks in'),\n",
- " ('tick off', 'put a check mark on or near or next to'),\n",
- " ('delay', 'slow the growth or development of'),\n",
- " ('condition',\n",
- " \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
" ('fit',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('moderate',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('correspond',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('insure',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('mark off', 'put a check mark on or near or next to'),\n",
- " ('check out',\n",
- " 'examine so as to determine accuracy, quality, or condition'),\n",
- " ('ascertain',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('discipline',\n",
- " \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
" ('see',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('train',\n",
+ " \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
+ " ('check out', 'be verified or confirmed; pass inspection'),\n",
+ " ('contain',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('tally',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
" ('suss out',\n",
" 'examine so as to determine accuracy, quality, or condition'),\n",
- " ('stop',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('break', 'become fractured; break or crack on the surface only'),\n",
- " ('agree',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('jibe',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('checker',\n",
- " 'mark into squares or draw squares on; draw crossed lines on'),\n",
- " ('turn back',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('hold in',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('ensure',\n",
+ " ('see to it',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('gibe',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
" ('check into',\n",
" 'examine so as to determine accuracy, quality, or condition'),\n",
- " ('hold back',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('tally',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('find out',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
+ " ('go over', 'examine so as to determine accuracy, quality, or condition'),\n",
" ('watch',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('mark', 'put a check mark on or near or next to'),\n",
+ " ('assure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('ensure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('retard', 'slow the growth or development of'),\n",
+ " ('chequer',\n",
+ " 'mark into squares or draw squares on; draw crossed lines on'),\n",
+ " ('insure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('hold',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('moderate',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('curb',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('check up on',\n",
" 'examine so as to determine accuracy, quality, or condition'),\n",
- " ('look into',\n",
- " 'examine so as to determine accuracy, quality, or condition'),\n",
- " ('go over', 'examine so as to determine accuracy, quality, or condition'),\n",
- " ('see to it',\n",
+ " ('checker',\n",
+ " 'mark into squares or draw squares on; draw crossed lines on'),\n",
+ " ('discipline',\n",
+ " \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
+ " ('control',\n",
" 'be careful or certain to do something; make certain of something'),\n",
" ('match',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('hold',\n",
+ " ('tick off', 'put a check mark on or near or next to'),\n",
+ " ('tick', 'put a check mark on or near or next to'),\n",
+ " ('break', 'become fractured; break or crack on the surface only'),\n",
+ " ('condition',\n",
+ " \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
+ " ('check off', 'put a check mark on or near or next to'),\n",
+ " ('learn',\n",
+ " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
+ " ('delay', 'slow the growth or development of'),\n",
+ " ('stop',\n",
+ " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
+ " ('agree',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('mark off', 'put a check mark on or near or next to'),\n",
+ " ('chink', 'make cracks or chinks in'),\n",
+ " ('hold in',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('crack', 'become fractured; break or crack on the surface only'),\n",
+ " ('determine',\n",
+ " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
+ " ('look into',\n",
+ " 'examine so as to determine accuracy, quality, or condition'),\n",
+ " ('turn back',\n",
+ " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
" ('check over',\n",
" 'examine so as to determine accuracy, quality, or condition'),\n",
- " ('learn',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('check off', 'put a check mark on or near or next to'),\n",
- " ('assure',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('chequer',\n",
- " 'mark into squares or draw squares on; draw crossed lines on'),\n",
" ('arrest',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('tick', 'put a check mark on or near or next to'),\n",
- " ('train',\n",
- " \"develop (children's) behavior by instruction and practice; especially to teach self-control\")]},\n",
+ " ('hold back',\n",
+ " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
+ " ('find out',\n",
+ " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
+ " ('jibe',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics')]},\n",
" {'answer': 'cheering',\n",
" 'hint': 'synonyms for cheering',\n",
- " 'clues': [('chirk up', 'become cheerful'),\n",
- " ('cheer', 'give encouragement to'),\n",
+ " 'clues': [('barrack',\n",
+ " 'spur on or encourage especially by cheers and shouts'),\n",
+ " ('pep up', 'spur on or encourage especially by cheers and shouts'),\n",
+ " ('cheer', 'show approval or good wishes by shouting'),\n",
+ " ('cheer up', 'cause (somebody) to feel happier or more cheerful'),\n",
+ " ('hearten', 'give encouragement to'),\n",
+ " ('recreate', 'give encouragement to'),\n",
+ " ('urge', 'spur on or encourage especially by cheers and shouts'),\n",
+ " ('chirk up', 'become cheerful'),\n",
" ('inspire', 'spur on or encourage especially by cheers and shouts'),\n",
- " ('embolden', 'give encouragement to'),\n",
" ('exhort', 'spur on or encourage especially by cheers and shouts'),\n",
" ('urge on', 'spur on or encourage especially by cheers and shouts'),\n",
+ " ('embolden', 'give encouragement to'),\n",
" ('jolly up', 'cause (somebody) to feel happier or more cheerful'),\n",
- " ('urge', 'spur on or encourage especially by cheers and shouts'),\n",
- " ('cheer up', 'become cheerful'),\n",
" ('root on', 'spur on or encourage especially by cheers and shouts'),\n",
- " ('recreate', 'give encouragement to'),\n",
- " ('hearten', 'give encouragement to'),\n",
- " ('barrack', 'spur on or encourage especially by cheers and shouts'),\n",
- " ('pep up', 'spur on or encourage especially by cheers and shouts'),\n",
" ('jolly along', 'cause (somebody) to feel happier or more cheerful')]},\n",
" {'answer': 'cherished',\n",
" 'hint': 'synonyms for cherished',\n",
- " 'clues': [('cherish', 'be fond of; be attached to'),\n",
- " ('treasure', 'be fond of; be attached to'),\n",
- " ('hold dear', 'be fond of; be attached to'),\n",
- " ('care for', 'be fond of; be attached to')]},\n",
+ " 'clues': [('treasure', 'be fond of; be attached to'),\n",
+ " ('cherish', 'be fond of; be attached to'),\n",
+ " ('care for', 'be fond of; be attached to'),\n",
+ " ('hold dear', 'be fond of; be attached to')]},\n",
" {'answer': 'chinked',\n",
" 'hint': 'synonyms for chinked',\n",
" 'clues': [('chink', 'fill the chinks of, as with caulking'),\n",
+ " ('tink', 'make or emit a high sound'),\n",
" ('check', 'make cracks or chinks in'),\n",
- " ('clink', 'make or emit a high sound'),\n",
" ('tinkle', 'make or emit a high sound'),\n",
- " ('tink', 'make or emit a high sound')]},\n",
+ " ('clink', 'make or emit a high sound')]},\n",
" {'answer': 'choked',\n",
" 'hint': 'synonyms for choked',\n",
- " 'clues': [('fret', 'be too tight; rub or press'),\n",
- " ('decease',\n",
+ " 'clues': [('perish',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('throttle', 'reduce the air supply'),\n",
+ " ('clog', 'become or cause to become obstructed'),\n",
" ('suffocate', 'become stultified, suppressed, or stifled'),\n",
- " ('choke', 'fail to perform adequately due to tension or agitation'),\n",
- " ('go',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('gag', 'be too tight; rub or press'),\n",
- " ('asphyxiate',\n",
- " 'impair the respiration of or obstruct the air passage of'),\n",
+ " ('choke', 'struggle for breath; have insufficient oxygen intake'),\n",
" ('kick the bucket',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('strangle', 'struggle for breath; have insufficient oxygen intake'),\n",
- " ('foul', 'become or cause to become obstructed'),\n",
- " ('exit',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('congest', 'become or cause to become obstructed'),\n",
- " ('die',\n",
+ " ('pop off',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('scrag', 'wring the neck of'),\n",
- " ('croak',\n",
+ " ('back up', 'become or cause to become obstructed'),\n",
+ " ('conk',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('clog up', 'become or cause to become obstructed'),\n",
" ('drop dead',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('choke off', 'become or cause to become obstructed'),\n",
- " ('clog', 'become or cause to become obstructed'),\n",
- " ('give-up the ghost',\n",
+ " ('pass',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " (\"cash in one's chips\",\n",
+ " ('decease',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('stifle', 'impair the respiration of or obstruct the air passage of'),\n",
- " ('perish',\n",
+ " ('choke off', 'become or cause to become obstructed'),\n",
+ " (\"cash in one's chips\",\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('snuff it',\n",
+ " ('strangle', 'struggle for breath; have insufficient oxygen intake'),\n",
+ " ('foul', 'become or cause to become obstructed'),\n",
+ " ('give-up the ghost',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('buy the farm',\n",
+ " ('gag', 'cause to retch or choke'),\n",
+ " ('fret', 'be too tight; rub or press'),\n",
+ " ('pass away',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('back up', 'become or cause to become obstructed'),\n",
- " ('pass',\n",
+ " ('die',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('croak',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('congest', 'become or cause to become obstructed'),\n",
+ " ('snuff it',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('expire',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass away',\n",
+ " ('buy the farm',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('conk',\n",
+ " ('exit',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pop off',\n",
+ " ('throttle', 'reduce the air supply'),\n",
+ " ('go',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('clog up', 'become or cause to become obstructed')]},\n",
+ " ('scrag', 'wring the neck of'),\n",
+ " ('asphyxiate',\n",
+ " 'impair the respiration of or obstruct the air passage of')]},\n",
" {'answer': 'churning',\n",
" 'hint': 'synonyms for churning',\n",
- " 'clues': [('moil', 'be agitated'),\n",
+ " 'clues': [('roil', 'be agitated'),\n",
+ " ('moil', 'be agitated'),\n",
" ('churn', 'stir (cream) vigorously in order to make butter'),\n",
- " ('boil', 'be agitated'),\n",
- " ('roil', 'be agitated')]},\n",
+ " ('boil', 'be agitated')]},\n",
" {'answer': 'circulating',\n",
" 'hint': 'synonyms for circulating',\n",
- " 'clues': [('propagate', 'cause to become widely known'),\n",
+ " 'clues': [('pass around', 'cause to become widely known'),\n",
+ " ('circulate', 'move around freely'),\n",
+ " ('propagate', 'cause to become widely known'),\n",
+ " ('circle', 'move in circles'),\n",
+ " ('mobilize', 'cause to move around'),\n",
+ " ('circularize', 'cause to become widely known'),\n",
+ " ('distribute', 'cause to become widely known'),\n",
" ('diffuse', 'cause to become widely known'),\n",
+ " ('spread', 'become widely known and passed on'),\n",
+ " ('pass on', 'cause be distributed'),\n",
" ('disseminate', 'cause to become widely known'),\n",
- " ('circulate', 'cause to move in a circuit or system'),\n",
- " ('pass around', 'cause be distributed'),\n",
- " ('mobilise', 'cause to move around'),\n",
- " ('distribute', 'cause to become widely known'),\n",
- " ('circularize', 'cause to become widely known'),\n",
- " ('circle', 'move in circles'),\n",
+ " ('broadcast', 'cause to become widely known'),\n",
" ('go around', 'become widely known and passed on'),\n",
- " ('pass on', 'cause be distributed'),\n",
- " ('spread', 'cause to become widely known'),\n",
- " ('disperse', 'cause to become widely known'),\n",
- " ('broadcast', 'cause to become widely known')]},\n",
+ " ('disperse', 'cause to become widely known')]},\n",
" {'answer': 'civilised',\n",
" 'hint': 'synonyms for civilised',\n",
- " 'clues': [('educate',\n",
+ " 'clues': [('train',\n",
" 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('school', 'teach or refine to be discriminative in taste or judgment'),\n",
" ('civilise', 'teach or refine to be discriminative in taste or judgment'),\n",
" ('cultivate',\n",
" 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('train', 'teach or refine to be discriminative in taste or judgment')]},\n",
+ " ('educate', 'teach or refine to be discriminative in taste or judgment'),\n",
+ " ('school', 'teach or refine to be discriminative in taste or judgment')]},\n",
" {'answer': 'civilized',\n",
" 'hint': 'synonyms for civilized',\n",
- " 'clues': [('educate',\n",
+ " 'clues': [('train',\n",
" 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('school', 'teach or refine to be discriminative in taste or judgment'),\n",
" ('civilise', 'teach or refine to be discriminative in taste or judgment'),\n",
" ('cultivate',\n",
" 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('train', 'teach or refine to be discriminative in taste or judgment')]},\n",
+ " ('educate', 'teach or refine to be discriminative in taste or judgment'),\n",
+ " ('school', 'teach or refine to be discriminative in taste or judgment')]},\n",
" {'answer': 'clad',\n",
" 'hint': 'synonyms for clad',\n",
- " 'clues': [('cloak', 'cover as if with clothing'),\n",
- " ('raiment', 'provide with clothes or put clothes on'),\n",
- " ('invest', 'furnish with power or authority; of kings or emperors'),\n",
- " ('enclothe', 'provide with clothes or put clothes on'),\n",
- " ('garb', 'provide with clothes or put clothes on'),\n",
- " ('garment', 'provide with clothes or put clothes on'),\n",
+ " 'clues': [('garb', 'provide with clothes or put clothes on'),\n",
" ('habilitate', 'provide with clothes or put clothes on'),\n",
- " ('tog', 'provide with clothes or put clothes on'),\n",
" ('fit out', 'provide with clothes or put clothes on'),\n",
- " ('dress', 'provide with clothes or put clothes on'),\n",
- " ('adorn', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('clothe', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('garment', 'provide with clothes or put clothes on'),\n",
" ('drape', 'cover as if with clothing'),\n",
+ " ('cloak', 'cover as if with clothing'),\n",
+ " ('dress', 'provide with clothes or put clothes on'),\n",
+ " ('raiment', 'provide with clothes or put clothes on'),\n",
+ " ('invest', 'furnish with power or authority; of kings or emperors'),\n",
" ('apparel', 'provide with clothes or put clothes on'),\n",
+ " ('adorn', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('tog', 'provide with clothes or put clothes on'),\n",
" ('robe', 'cover as if with clothing')]},\n",
" {'answer': 'classified',\n",
" 'hint': 'synonyms for classified',\n",
" 'clues': [('sort out', 'arrange or order by classes or categories'),\n",
- " ('classify', 'declare unavailable, as for security reasons'),\n",
+ " ('separate', 'arrange or order by classes or categories'),\n",
" ('assort', 'arrange or order by classes or categories'),\n",
- " ('class', 'arrange or order by classes or categories'),\n",
+ " ('classify', 'arrange or order by classes or categories'),\n",
" ('relegate', 'assign to a class or kind'),\n",
" ('sort', 'arrange or order by classes or categories'),\n",
- " ('separate', 'arrange or order by classes or categories')]},\n",
+ " ('class', 'arrange or order by classes or categories')]},\n",
" {'answer': 'clean',\n",
" 'hint': 'synonyms for clean',\n",
- " 'clues': [('pick',\n",
- " 'remove unwanted substances from, such as feathers or pits'),\n",
+ " 'clues': [('houseclean', 'clean and tidy up the house'),\n",
" ('cleanse', \"clean one's body or parts thereof, as by washing\"),\n",
- " ('clean house', 'clean and tidy up the house'),\n",
- " ('houseclean', 'clean and tidy up the house'),\n",
" ('strip', 'remove all contents or possession from, or empty completely'),\n",
+ " ('scavenge', 'remove unwanted substances from'),\n",
+ " ('clean house', 'clean and tidy up the house'),\n",
" ('make clean',\n",
" 'make clean by removing dirt, filth, or unwanted substances from'),\n",
- " ('scavenge', 'remove unwanted substances from')]},\n",
+ " ('pick', 'remove unwanted substances from, such as feathers or pits')]},\n",
" {'answer': 'clear',\n",
" 'hint': 'synonyms for clear',\n",
- " 'clues': [('straighten out',\n",
- " 'make free from confusion or ambiguity; make clear'),\n",
- " ('crystallize', 'make free from confusion or ambiguity; make clear'),\n",
- " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
- " ('authorise', 'grant authorization or clearance for'),\n",
- " ('light up', 'become clear'),\n",
- " ('net', 'yield as a net profit'),\n",
- " ('gain',\n",
- " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('realise',\n",
+ " 'clues': [('sack', 'make as a net profit'),\n",
+ " ('realize',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('pass', 'go unchallenged; be approved'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
" ('sack up', 'make as a net profit'),\n",
- " ('bring in',\n",
- " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('top', 'pass by, over, or under without making contact'),\n",
- " ('sack', 'make as a net profit'),\n",
- " ('discharge', 'pronounce not guilty of criminal charges'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('take in',\n",
- " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
- " ('acquit', 'pronounce not guilty of criminal charges'),\n",
- " ('brighten', 'become clear'),\n",
- " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('light up', 'become clear'),\n",
" ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
- " ('assoil', 'pronounce not guilty of criminal charges'),\n",
- " ('unclutter', 'rid of obstructions'),\n",
- " ('pass', 'grant authorization or clearance for'),\n",
- " ('solve', 'settle, as of a debt'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
" ('pull in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('make',\n",
+ " ('brighten', 'become clear'),\n",
+ " ('assoil', 'pronounce not guilty of criminal charges'),\n",
+ " ('crystalise', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('discharge', 'pronounce not guilty of criminal charges'),\n",
+ " ('bring in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
" ('earn',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('exculpate', 'pronounce not guilty of criminal charges')]},\n",
- " {'answer': 'cleared',\n",
- " 'hint': 'synonyms for cleared',\n",
- " 'clues': [('straighten out',\n",
- " 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear', 'remove (people) from a building'),\n",
- " ('crystallize', 'make free from confusion or ambiguity; make clear'),\n",
- " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
- " ('authorise', 'grant authorization or clearance for'),\n",
- " ('light up', 'become clear'),\n",
- " ('net', 'yield as a net profit'),\n",
- " ('gain',\n",
- " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('realise',\n",
+ " ('exculpate', 'pronounce not guilty of criminal charges'),\n",
+ " ('take in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('sack up', 'make as a net profit'),\n",
- " ('bring in',\n",
+ " ('clear up', 'become clear'),\n",
+ " ('gain',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('authorise', 'grant authorization or clearance for'),\n",
" ('top', 'pass by, over, or under without making contact'),\n",
- " ('sack', 'make as a net profit'),\n",
- " ('discharge', 'pronounce not guilty of criminal charges'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('take in',\n",
+ " ('make',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
- " ('acquit', 'pronounce not guilty of criminal charges'),\n",
- " ('brighten', 'become clear'),\n",
+ " ('net', 'make as a net profit'),\n",
" ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
- " ('assoil', 'pronounce not guilty of criminal charges'),\n",
- " ('unclutter', 'rid of obstructions'),\n",
- " ('pass', 'grant authorization or clearance for'),\n",
" ('solve', 'settle, as of a debt'),\n",
+ " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('unclutter', 'rid of obstructions'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('acquit', 'pronounce not guilty of criminal charges')]},\n",
+ " {'answer': 'cleared',\n",
+ " 'hint': 'synonyms for cleared',\n",
+ " 'clues': [('clear', 'become clear'),\n",
+ " ('sack', 'make as a net profit'),\n",
+ " ('realize',\n",
+ " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('pass', 'go unchallenged; be approved'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('sack up', 'make as a net profit'),\n",
+ " ('light up', 'become clear'),\n",
+ " ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
" ('pull in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('make',\n",
+ " ('brighten', 'become clear'),\n",
+ " ('assoil', 'pronounce not guilty of criminal charges'),\n",
+ " ('crystalise', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('discharge', 'pronounce not guilty of criminal charges'),\n",
+ " ('bring in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
" ('earn',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('exculpate', 'pronounce not guilty of criminal charges')]},\n",
+ " ('exculpate', 'pronounce not guilty of criminal charges'),\n",
+ " ('clear up', 'become clear'),\n",
+ " ('take in',\n",
+ " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('gain',\n",
+ " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('authorise', 'grant authorization or clearance for'),\n",
+ " ('top', 'pass by, over, or under without making contact'),\n",
+ " ('make',\n",
+ " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('net', 'make as a net profit'),\n",
+ " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('solve', 'settle, as of a debt'),\n",
+ " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('unclutter', 'rid of obstructions'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('acquit', 'pronounce not guilty of criminal charges')]},\n",
" {'answer': 'cleft',\n",
" 'hint': 'synonyms for cleft',\n",
" 'clues': [('cohere',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
- " ('cleave',\n",
+ " ('adhere',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
+ " ('cleave', 'separate or cut with a tool, such as a sharp instrument'),\n",
" ('rive', 'separate or cut with a tool, such as a sharp instrument'),\n",
- " ('adhere',\n",
+ " ('cling',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
" ('stick',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
- " ('cling',\n",
- " 'come or be in close contact with; stick or hold together and resist separation'),\n",
" ('split', 'separate or cut with a tool, such as a sharp instrument')]},\n",
" {'answer': 'clinking',\n",
" 'hint': 'synonyms for clinking',\n",
" 'clues': [('clink', 'make a high sound typical of glass'),\n",
" ('chink', 'make or emit a high sound'),\n",
- " ('tinkle', 'make or emit a high sound'),\n",
- " ('tink', 'make or emit a high sound')]},\n",
+ " ('tink', 'make or emit a high sound'),\n",
+ " ('tinkle', 'make or emit a high sound')]},\n",
" {'answer': 'clipped',\n",
" 'hint': 'synonyms for clipped',\n",
- " 'clues': [('clip', 'cultivate, tend, and cut back the growth of'),\n",
- " ('prune', 'cultivate, tend, and cut back the growth of'),\n",
- " ('lop', 'cultivate, tend, and cut back the growth of'),\n",
- " ('jog', 'run at a moderately swift pace'),\n",
- " ('nip', 'sever or remove by pinching or snipping'),\n",
- " ('cut back', 'cultivate, tend, and cut back the growth of'),\n",
- " ('dress', 'cultivate, tend, and cut back the growth of'),\n",
- " ('nip off', 'sever or remove by pinching or snipping'),\n",
- " ('cut short',\n",
+ " 'clues': [('dress', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('curtail',\n",
" 'terminate or abbreviate before its intended or proper end or its full extent'),\n",
+ " ('nip off', 'sever or remove by pinching or snipping'),\n",
" ('crop', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('clip', 'run at a moderately swift pace'),\n",
+ " ('snip', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('trim', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('prune', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('jog', 'run at a moderately swift pace'),\n",
" ('trot', 'run at a moderately swift pace'),\n",
- " ('curtail',\n",
+ " ('cut short',\n",
" 'terminate or abbreviate before its intended or proper end or its full extent'),\n",
- " ('trim', 'cultivate, tend, and cut back the growth of')]},\n",
+ " ('lop', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('cut back', 'cultivate, tend, and cut back the growth of')]},\n",
" {'answer': 'cloaked',\n",
" 'hint': 'synonyms for cloaked',\n",
- " 'clues': [('cloak', 'hide under a false appearance'),\n",
- " ('mask', 'hide under a false appearance'),\n",
- " ('dissemble', 'hide under a false appearance'),\n",
- " ('clothe', 'cover as if with clothing'),\n",
+ " 'clues': [('clothe', 'cover as if with clothing'),\n",
" ('drape', 'cover as if with clothing'),\n",
+ " ('cloak', 'cover with or as if with a cloak'),\n",
+ " ('dissemble', 'hide under a false appearance'),\n",
+ " ('mask', 'hide under a false appearance'),\n",
" ('robe', 'cover as if with clothing')]},\n",
" {'answer': 'clogged',\n",
" 'hint': 'synonyms for clogged',\n",
- " 'clues': [('back up', 'become or cause to become obstructed'),\n",
- " ('clog', 'impede the motion of, as with a chain or a burden'),\n",
- " ('foul', 'become or cause to become obstructed'),\n",
- " ('choke off', 'become or cause to become obstructed'),\n",
+ " 'clues': [('clog', 'dance a clog dance'),\n",
" ('constipate', 'impede with a clog or as if with a clog'),\n",
- " ('congest', 'become or cause to become obstructed'),\n",
+ " ('choke off', 'become or cause to become obstructed'),\n",
+ " ('foul', 'become or cause to become obstructed'),\n",
+ " ('back up', 'become or cause to become obstructed'),\n",
" ('overload', 'fill to excess so that function is impaired'),\n",
" ('clot', 'coalesce or unite in a mass'),\n",
- " ('choke', 'become or cause to become obstructed'),\n",
- " ('clog up', 'become or cause to become obstructed')]},\n",
+ " ('congest', 'become or cause to become obstructed'),\n",
+ " ('clog up', 'become or cause to become obstructed'),\n",
+ " ('choke', 'become or cause to become obstructed')]},\n",
" {'answer': 'clogging',\n",
" 'hint': 'synonyms for clogging',\n",
- " 'clues': [('back up', 'become or cause to become obstructed'),\n",
- " ('clog', 'impede the motion of, as with a chain or a burden'),\n",
- " ('foul', 'become or cause to become obstructed'),\n",
- " ('choke off', 'become or cause to become obstructed'),\n",
+ " 'clues': [('clog', 'dance a clog dance'),\n",
" ('constipate', 'impede with a clog or as if with a clog'),\n",
- " ('congest', 'become or cause to become obstructed'),\n",
+ " ('choke off', 'become or cause to become obstructed'),\n",
+ " ('foul', 'become or cause to become obstructed'),\n",
+ " ('back up', 'become or cause to become obstructed'),\n",
" ('overload', 'fill to excess so that function is impaired'),\n",
" ('clot', 'coalesce or unite in a mass'),\n",
- " ('choke', 'become or cause to become obstructed'),\n",
- " ('clog up', 'become or cause to become obstructed')]},\n",
+ " ('congest', 'become or cause to become obstructed'),\n",
+ " ('clog up', 'become or cause to become obstructed'),\n",
+ " ('choke', 'become or cause to become obstructed')]},\n",
" {'answer': 'close',\n",
" 'hint': 'synonyms for close',\n",
- " 'clues': [('come together', 'come together, as if in an embrace'),\n",
- " ('fold', 'cease to operate or cause to cease operating'),\n",
- " ('shut down', 'cease to operate or cause to cease operating'),\n",
+ " 'clues': [('shut down', 'cease to operate or cause to cease operating'),\n",
" ('shut', 'become closed'),\n",
- " ('conclude', 'come to a close'),\n",
" ('close down', 'cease to operate or cause to cease operating'),\n",
+ " ('fold', 'cease to operate or cause to cease operating'),\n",
+ " ('conclude', 'come to a close'),\n",
+ " ('fill up', 'fill or stop up'),\n",
" ('close up',\n",
" 'unite or bring into contact or bring together the edges of'),\n",
- " ('fill up', 'fill or stop up')]},\n",
+ " ('come together', 'come together, as if in an embrace')]},\n",
" {'answer': 'closed',\n",
" 'hint': 'synonyms for closed',\n",
- " 'clues': [('close', 'be priced or listed when trading stops'),\n",
- " ('shut', 'become closed'),\n",
- " ('conclude', 'come to a close'),\n",
- " ('close up',\n",
- " 'unite or bring into contact or bring together the edges of'),\n",
+ " 'clues': [('close', 'fill or stop up'),\n",
+ " ('shut', 'move so that an opening or passage is obstructed; make shut'),\n",
+ " ('fill up', 'fill or stop up'),\n",
" ('come together', 'come together, as if in an embrace'),\n",
" ('shut down', 'cease to operate or cause to cease operating'),\n",
" ('close down', 'cease to operate or cause to cease operating'),\n",
" ('fold', 'cease to operate or cause to cease operating'),\n",
- " ('fill up', 'fill or stop up')]},\n",
- " {'answer': 'closing',\n",
- " 'hint': 'synonyms for closing',\n",
- " 'clues': [('close', 'be priced or listed when trading stops'),\n",
- " ('shut', 'become closed'),\n",
" ('conclude', 'come to a close'),\n",
" ('close up',\n",
- " 'unite or bring into contact or bring together the edges of'),\n",
+ " 'unite or bring into contact or bring together the edges of')]},\n",
+ " {'answer': 'closing',\n",
+ " 'hint': 'synonyms for closing',\n",
+ " 'clues': [('close', 'fill or stop up'),\n",
+ " ('shut', 'move so that an opening or passage is obstructed; make shut'),\n",
+ " ('fill up', 'fill or stop up'),\n",
" ('come together', 'come together, as if in an embrace'),\n",
" ('shut down', 'cease to operate or cause to cease operating'),\n",
" ('close down', 'cease to operate or cause to cease operating'),\n",
" ('fold', 'cease to operate or cause to cease operating'),\n",
- " ('fill up', 'fill or stop up')]},\n",
+ " ('conclude', 'come to a close'),\n",
+ " ('close up',\n",
+ " 'unite or bring into contact or bring together the edges of')]},\n",
" {'answer': 'clothed',\n",
" 'hint': 'synonyms for clothed',\n",
- " 'clues': [('cloak', 'cover as if with clothing'),\n",
- " ('raiment', 'provide with clothes or put clothes on'),\n",
- " ('invest', 'furnish with power or authority; of kings or emperors'),\n",
- " ('enclothe', 'provide with clothes or put clothes on'),\n",
- " ('garb', 'provide with clothes or put clothes on'),\n",
- " ('garment', 'provide with clothes or put clothes on'),\n",
+ " 'clues': [('garb', 'provide with clothes or put clothes on'),\n",
" ('habilitate', 'provide with clothes or put clothes on'),\n",
- " ('tog', 'provide with clothes or put clothes on'),\n",
" ('fit out', 'provide with clothes or put clothes on'),\n",
- " ('dress', 'provide with clothes or put clothes on'),\n",
- " ('adorn', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('clothe', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('garment', 'provide with clothes or put clothes on'),\n",
" ('drape', 'cover as if with clothing'),\n",
+ " ('cloak', 'cover as if with clothing'),\n",
+ " ('dress', 'provide with clothes or put clothes on'),\n",
+ " ('raiment', 'provide with clothes or put clothes on'),\n",
+ " ('invest', 'furnish with power or authority; of kings or emperors'),\n",
" ('apparel', 'provide with clothes or put clothes on'),\n",
+ " ('adorn', 'furnish with power or authority; of kings or emperors'),\n",
+ " ('tog', 'provide with clothes or put clothes on'),\n",
" ('robe', 'cover as if with clothing')]},\n",
" {'answer': 'clotted',\n",
" 'hint': 'synonyms for clotted',\n",
- " 'clues': [('curdle', 'turn into curds'),\n",
- " ('clog', 'coalesce or unite in a mass'),\n",
- " ('clot', 'cause to change from a liquid to a solid or thickened state'),\n",
+ " 'clues': [('clot', 'turn into curds'),\n",
" ('clabber', 'turn into curds'),\n",
- " ('coagulate', 'change from a liquid to a thickened or solid state')]},\n",
+ " ('coagulate', 'change from a liquid to a thickened or solid state'),\n",
+ " ('clog', 'coalesce or unite in a mass'),\n",
+ " ('curdle', 'turn into curds')]},\n",
" {'answer': 'clouded',\n",
" 'hint': 'synonyms for clouded',\n",
- " 'clues': [('cloud', 'billow up in the form of a cloud'),\n",
- " ('haze over', 'make less visible or unclear'),\n",
- " ('taint', 'place under suspicion or cast doubt upon'),\n",
- " ('corrupt', 'place under suspicion or cast doubt upon'),\n",
- " ('sully', 'place under suspicion or cast doubt upon'),\n",
- " ('obnubilate', 'make less visible or unclear'),\n",
- " ('dapple', 'colour with streaks or blotches of different shades'),\n",
- " ('fog', 'make less visible or unclear'),\n",
+ " 'clues': [('mist', 'make less visible or unclear'),\n",
+ " ('cloud', 'make less clear'),\n",
" ('overcast', 'make overcast or cloudy'),\n",
+ " ('obnubilate', 'make less visible or unclear'),\n",
+ " ('sully', 'place under suspicion or cast doubt upon'),\n",
+ " ('befog', 'make less visible or unclear'),\n",
+ " ('haze over', 'make less visible or unclear'),\n",
" ('becloud', 'make less visible or unclear'),\n",
" ('obscure', 'make less visible or unclear'),\n",
+ " ('taint', 'place under suspicion or cast doubt upon'),\n",
" ('defile', 'place under suspicion or cast doubt upon'),\n",
- " ('mist', 'make less visible or unclear'),\n",
+ " ('dapple', 'colour with streaks or blotches of different shades'),\n",
+ " ('corrupt', 'place under suspicion or cast doubt upon'),\n",
" ('mottle', 'colour with streaks or blotches of different shades'),\n",
- " ('befog', 'make less visible or unclear')]},\n",
+ " ('fog', 'make less visible or unclear')]},\n",
" {'answer': 'cloven',\n",
" 'hint': 'synonyms for cloven',\n",
" 'clues': [('cohere',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
- " ('cleave',\n",
+ " ('adhere',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
+ " ('cleave', 'separate or cut with a tool, such as a sharp instrument'),\n",
" ('rive', 'separate or cut with a tool, such as a sharp instrument'),\n",
- " ('adhere',\n",
+ " ('cling',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
" ('stick',\n",
" 'come or be in close contact with; stick or hold together and resist separation'),\n",
- " ('cling',\n",
- " 'come or be in close contact with; stick or hold together and resist separation'),\n",
" ('split', 'separate or cut with a tool, such as a sharp instrument')]},\n",
" {'answer': 'clustered',\n",
" 'hint': 'synonyms for clustered',\n",
- " 'clues': [('bunch up', 'gather or cause to gather into a cluster'),\n",
- " ('bunch', 'gather or cause to gather into a cluster'),\n",
+ " 'clues': [('clump', 'gather or cause to gather into a cluster'),\n",
+ " ('bunch up', 'gather or cause to gather into a cluster'),\n",
" ('bundle', 'gather or cause to gather into a cluster'),\n",
- " ('cluster', 'gather or cause to gather into a cluster'),\n",
- " ('clump', 'gather or cause to gather into a cluster'),\n",
+ " ('cluster', 'come together as in a cluster or flock'),\n",
+ " ('flock', 'come together as in a cluster or flock'),\n",
" ('constellate', 'come together as in a cluster or flock'),\n",
- " ('flock', 'come together as in a cluster or flock')]},\n",
+ " ('bunch', 'gather or cause to gather into a cluster')]},\n",
" {'answer': 'coalesced',\n",
" 'hint': 'synonyms for coalesced',\n",
- " 'clues': [('fuse', 'mix together different elements'),\n",
- " ('coalesce', 'mix together different elements'),\n",
- " ('blend', 'mix together different elements'),\n",
- " ('flux', 'mix together different elements'),\n",
+ " 'clues': [('conflate', 'mix together different elements'),\n",
+ " ('fuse', 'mix together different elements'),\n",
+ " ('coalesce', 'fuse or cause to grow together'),\n",
" ('merge', 'mix together different elements'),\n",
- " ('combine', 'mix together different elements'),\n",
+ " ('meld', 'mix together different elements'),\n",
" ('commingle', 'mix together different elements'),\n",
- " ('immix', 'mix together different elements'),\n",
+ " ('combine', 'mix together different elements'),\n",
" ('mix', 'mix together different elements'),\n",
- " ('meld', 'mix together different elements'),\n",
- " ('conflate', 'mix together different elements')]},\n",
+ " ('flux', 'mix together different elements'),\n",
+ " ('immix', 'mix together different elements'),\n",
+ " ('blend', 'mix together different elements')]},\n",
" {'answer': 'coalescing',\n",
" 'hint': 'synonyms for coalescing',\n",
- " 'clues': [('fuse', 'mix together different elements'),\n",
- " ('coalesce', 'mix together different elements'),\n",
- " ('blend', 'mix together different elements'),\n",
- " ('flux', 'mix together different elements'),\n",
+ " 'clues': [('conflate', 'mix together different elements'),\n",
+ " ('fuse', 'mix together different elements'),\n",
+ " ('coalesce', 'fuse or cause to grow together'),\n",
" ('merge', 'mix together different elements'),\n",
- " ('combine', 'mix together different elements'),\n",
+ " ('meld', 'mix together different elements'),\n",
" ('commingle', 'mix together different elements'),\n",
- " ('immix', 'mix together different elements'),\n",
+ " ('combine', 'mix together different elements'),\n",
" ('mix', 'mix together different elements'),\n",
- " ('meld', 'mix together different elements'),\n",
- " ('conflate', 'mix together different elements')]},\n",
+ " ('flux', 'mix together different elements'),\n",
+ " ('immix', 'mix together different elements'),\n",
+ " ('blend', 'mix together different elements')]},\n",
" {'answer': 'coaxing',\n",
" 'hint': 'synonyms for coaxing',\n",
" 'clues': [('blarney',\n",
" 'influence or urge by gentle urging, caressing, or flattering'),\n",
+ " ('coax', 'influence or urge by gentle urging, caressing, or flattering'),\n",
+ " ('sweet-talk',\n",
+ " 'influence or urge by gentle urging, caressing, or flattering'),\n",
" ('wheedle',\n",
" 'influence or urge by gentle urging, caressing, or flattering'),\n",
- " ('palaver',\n",
+ " ('inveigle',\n",
" 'influence or urge by gentle urging, caressing, or flattering'),\n",
- " ('sweet-talk',\n",
+ " ('palaver',\n",
" 'influence or urge by gentle urging, caressing, or flattering'),\n",
" ('cajole',\n",
- " 'influence or urge by gentle urging, caressing, or flattering'),\n",
- " ('coax', 'influence or urge by gentle urging, caressing, or flattering'),\n",
- " ('inveigle',\n",
" 'influence or urge by gentle urging, caressing, or flattering')]},\n",
" {'answer': 'cod',\n",
" 'hint': 'synonyms for cod',\n",
- " 'clues': [('tantalise', 'harass with persistent criticism or carping'),\n",
- " ('gull', 'fool or hoax'),\n",
- " ('put one across', 'fool or hoax'),\n",
+ " 'clues': [('gull', 'fool or hoax'),\n",
+ " ('twit', 'harass with persistent criticism or carping'),\n",
+ " ('bait', 'harass with persistent criticism or carping'),\n",
" ('rag', 'harass with persistent criticism or carping'),\n",
- " ('rally', 'harass with persistent criticism or carping'),\n",
+ " ('taunt', 'harass with persistent criticism or carping'),\n",
+ " ('tantalise', 'harass with persistent criticism or carping'),\n",
+ " ('slang', 'fool or hoax'),\n",
+ " ('take in', 'fool or hoax'),\n",
+ " ('dupe', 'fool or hoax'),\n",
+ " ('ride', 'harass with persistent criticism or carping'),\n",
" ('fool', 'fool or hoax'),\n",
- " ('twit', 'harass with persistent criticism or carping'),\n",
- " ('razz', 'harass with persistent criticism or carping'),\n",
" ('put one over', 'fool or hoax'),\n",
+ " ('razz', 'harass with persistent criticism or carping'),\n",
+ " ('rally', 'harass with persistent criticism or carping'),\n",
+ " ('put on', 'fool or hoax'),\n",
" ('befool', 'fool or hoax'),\n",
- " ('dupe', 'fool or hoax'),\n",
" ('tease', 'harass with persistent criticism or carping'),\n",
- " ('taunt', 'harass with persistent criticism or carping'),\n",
- " ('bait', 'harass with persistent criticism or carping'),\n",
- " ('ride', 'harass with persistent criticism or carping'),\n",
- " ('take in', 'fool or hoax'),\n",
- " ('put on', 'fool or hoax'),\n",
- " ('slang', 'fool or hoax')]},\n",
+ " ('put one across', 'fool or hoax')]},\n",
" {'answer': 'coiled',\n",
" 'hint': 'synonyms for coiled',\n",
- " 'clues': [('spiral', 'to wind or move in a spiral course'),\n",
+ " 'clues': [('hand-build', \"make without a potter's wheel\"),\n",
" ('coil', 'wind around something in coils or loops'),\n",
- " ('hand-build', \"make without a potter's wheel\"),\n",
+ " ('spiral', 'to wind or move in a spiral course'),\n",
" ('gyrate', 'to wind or move in a spiral course'),\n",
- " ('curl', 'wind around something in coils or loops'),\n",
- " ('loop', 'wind around something in coils or loops')]},\n",
+ " ('loop', 'wind around something in coils or loops'),\n",
+ " ('curl', 'wind around something in coils or loops')]},\n",
" {'answer': 'coiling',\n",
" 'hint': 'synonyms for coiling',\n",
- " 'clues': [('spiral', 'to wind or move in a spiral course'),\n",
+ " 'clues': [('hand-build', \"make without a potter's wheel\"),\n",
" ('coil', 'wind around something in coils or loops'),\n",
- " ('hand-build', \"make without a potter's wheel\"),\n",
+ " ('spiral', 'to wind or move in a spiral course'),\n",
" ('gyrate', 'to wind or move in a spiral course'),\n",
- " ('curl', 'wind around something in coils or loops'),\n",
- " ('loop', 'wind around something in coils or loops')]},\n",
+ " ('loop', 'wind around something in coils or loops'),\n",
+ " ('curl', 'wind around something in coils or loops')]},\n",
" {'answer': 'collect',\n",
" 'hint': 'synonyms for collect',\n",
- " 'clues': [('pull together', 'assemble or get together'),\n",
- " ('pull in', 'get or bring together'),\n",
- " ('accumulate', 'get or gather together'),\n",
+ " 'clues': [('pull in', 'get or bring together'),\n",
+ " ('call for', 'gather or collect'),\n",
+ " ('pick up', 'gather or collect'),\n",
+ " ('pile up', 'get or gather together'),\n",
" ('gather', 'assemble or get together'),\n",
- " ('amass', 'get or gather together'),\n",
- " ('hoard', 'get or gather together'),\n",
- " ('garner', 'assemble or get together'),\n",
" ('take in', 'call for and obtain payment of'),\n",
- " ('call for', 'gather or collect'),\n",
- " ('compile', 'get or gather together'),\n",
+ " ('garner', 'assemble or get together'),\n",
+ " ('pull together', 'assemble or get together'),\n",
" ('roll up', 'get or gather together'),\n",
- " ('pile up', 'get or gather together'),\n",
- " ('pick up', 'gather or collect'),\n",
- " ('gather up', 'gather or collect')]},\n",
+ " ('amass', 'get or gather together'),\n",
+ " ('compile', 'get or gather together'),\n",
+ " ('gather up', 'gather or collect'),\n",
+ " ('accumulate', 'get or gather together'),\n",
+ " ('hoard', 'get or gather together')]},\n",
" {'answer': 'collected',\n",
" 'hint': 'synonyms for collected',\n",
- " 'clues': [('pull together', 'assemble or get together'),\n",
- " ('pull in', 'get or bring together'),\n",
- " ('collect', 'get or gather together'),\n",
- " ('hoard', 'get or gather together'),\n",
- " ('call for', 'gather or collect'),\n",
+ " 'clues': [('call for', 'gather or collect'),\n",
+ " ('pick up', 'gather or collect'),\n",
+ " ('pile up', 'get or gather together'),\n",
+ " ('collect', 'call for and obtain payment of'),\n",
+ " ('take in', 'call for and obtain payment of'),\n",
+ " ('roll up', 'get or gather together'),\n",
" ('gather up', 'gather or collect'),\n",
" ('accumulate', 'get or gather together'),\n",
+ " ('pull in', 'get or bring together'),\n",
" ('gather', 'assemble or get together'),\n",
- " ('amass', 'get or gather together'),\n",
" ('garner', 'assemble or get together'),\n",
- " ('take in', 'call for and obtain payment of'),\n",
+ " ('pull together', 'assemble or get together'),\n",
+ " ('amass', 'get or gather together'),\n",
" ('compile', 'get or gather together'),\n",
- " ('roll up', 'get or gather together'),\n",
- " ('pile up', 'get or gather together'),\n",
- " ('pick up', 'gather or collect')]},\n",
+ " ('hoard', 'get or gather together')]},\n",
" {'answer': 'color',\n",
" 'hint': 'synonyms for color',\n",
- " 'clues': [('colour', 'give a deceptive explanation or excuse for'),\n",
+ " 'clues': [('colourise', 'add color to'),\n",
" ('distort', 'affect as in thought or feeling'),\n",
" ('emblazon', 'decorate with colors'),\n",
- " ('colourize', 'add color to'),\n",
- " ('tinge', 'affect as in thought or feeling'),\n",
- " ('discolor', 'change color, often in an undesired manner'),\n",
" ('colour in', 'add color to'),\n",
+ " ('colorize', 'add color to'),\n",
+ " ('colour', 'give a deceptive explanation or excuse for'),\n",
+ " ('tinge', 'affect as in thought or feeling'),\n",
" ('gloss', 'give a deceptive explanation or excuse for'),\n",
- " ('colorise', 'add color to')]},\n",
+ " ('discolour', 'change color, often in an undesired manner')]},\n",
" {'answer': 'colored',\n",
" 'hint': 'synonyms for colored',\n",
- " 'clues': [('emblazon', 'decorate with colors'),\n",
- " ('color', 'modify or bias'),\n",
- " ('colourise', 'add color to'),\n",
+ " 'clues': [('color', 'affect as in thought or feeling'),\n",
+ " ('emblazon', 'decorate with colors'),\n",
+ " ('colourize', 'add color to'),\n",
" ('colour in', 'add color to'),\n",
" ('discolour', 'change color, often in an undesired manner'),\n",
- " ('gloss', 'give a deceptive explanation or excuse for'),\n",
- " ('distort', 'affect as in thought or feeling'),\n",
" ('tinge', 'affect as in thought or feeling'),\n",
- " ('colorize', 'add color to')]},\n",
+ " ('colorise', 'add color to'),\n",
+ " ('distort', 'affect as in thought or feeling'),\n",
+ " ('gloss', 'give a deceptive explanation or excuse for')]},\n",
" {'answer': 'colour',\n",
" 'hint': 'synonyms for colour',\n",
- " 'clues': [('color', 'give a deceptive explanation or excuse for'),\n",
+ " 'clues': [('colourise', 'add color to'),\n",
" ('distort', 'affect as in thought or feeling'),\n",
" ('emblazon', 'decorate with colors'),\n",
- " ('tinge', 'affect as in thought or feeling'),\n",
- " ('colourize', 'add color to'),\n",
+ " ('color', 'affect as in thought or feeling'),\n",
" ('discolor', 'change color, often in an undesired manner'),\n",
" ('colour in', 'add color to'),\n",
- " ('gloss', 'give a deceptive explanation or excuse for'),\n",
- " ('colorise', 'add color to')]},\n",
+ " ('colorize', 'add color to'),\n",
+ " ('tinge', 'affect as in thought or feeling'),\n",
+ " ('gloss', 'give a deceptive explanation or excuse for')]},\n",
" {'answer': 'coloured',\n",
" 'hint': 'synonyms for coloured',\n",
" 'clues': [('emblazon', 'decorate with colors'),\n",
- " ('color', 'modify or bias'),\n",
- " ('colourise', 'add color to'),\n",
+ " ('color', 'affect as in thought or feeling'),\n",
+ " ('colourize', 'add color to'),\n",
" ('colour in', 'add color to'),\n",
" ('discolour', 'change color, often in an undesired manner'),\n",
- " ('gloss', 'give a deceptive explanation or excuse for'),\n",
- " ('distort', 'affect as in thought or feeling'),\n",
" ('tinge', 'affect as in thought or feeling'),\n",
- " ('colorize', 'add color to')]},\n",
+ " ('colorise', 'add color to'),\n",
+ " ('distort', 'affect as in thought or feeling'),\n",
+ " ('gloss', 'give a deceptive explanation or excuse for')]},\n",
" {'answer': 'combed',\n",
" 'hint': 'synonyms for combed',\n",
- " 'clues': [('comb', 'smoothen and neaten with or as with a comb'),\n",
- " ('comb out', 'smoothen and neaten with or as with a comb'),\n",
+ " 'clues': [('comb', 'search thoroughly'),\n",
" ('ransack', 'search thoroughly'),\n",
+ " ('comb out', 'smoothen and neaten with or as with a comb'),\n",
" ('disentangle', 'smoothen and neaten with or as with a comb')]},\n",
" {'answer': 'combined',\n",
" 'hint': 'synonyms for combined',\n",
- " 'clues': [('aggregate', 'gather in a mass, sum, or whole'),\n",
- " ('unite', 'have or possess in combination'),\n",
- " ('coalesce', 'mix together different elements'),\n",
+ " 'clues': [('conflate', 'mix together different elements'),\n",
+ " ('fuse', 'mix together different elements'),\n",
" ('flux', 'mix together different elements'),\n",
- " ('combine', 'combine so as to form a whole; mix'),\n",
- " ('compound', 'put or add together'),\n",
+ " ('unite', 'have or possess in combination'),\n",
" ('meld', 'mix together different elements'),\n",
- " ('blend', 'mix together different elements'),\n",
- " ('fuse', 'mix together different elements'),\n",
+ " ('coalesce', 'mix together different elements'),\n",
" ('mix', 'mix together different elements'),\n",
- " ('conflate', 'mix together different elements'),\n",
+ " ('immix', 'mix together different elements'),\n",
+ " ('combine', 'join for a common purpose or in a common action'),\n",
+ " ('aggregate', 'gather in a mass, sum, or whole'),\n",
" ('merge', 'mix together different elements'),\n",
" ('commingle', 'mix together different elements'),\n",
- " ('immix', 'mix together different elements')]},\n",
+ " ('compound', 'combine so as to form a whole; mix'),\n",
+ " ('blend', 'mix together different elements')]},\n",
" {'answer': 'comforted',\n",
" 'hint': 'synonyms for comforted',\n",
" 'clues': [('ease', 'lessen pain or discomfort; alleviate'),\n",
- " ('console', 'give moral or emotional strength to'),\n",
- " ('comfort', 'lessen pain or discomfort; alleviate'),\n",
+ " ('comfort', 'give moral or emotional strength to'),\n",
" ('soothe', 'give moral or emotional strength to'),\n",
- " ('solace', 'give moral or emotional strength to')]},\n",
+ " ('solace', 'give moral or emotional strength to'),\n",
+ " ('console', 'give moral or emotional strength to')]},\n",
" {'answer': 'comforting',\n",
" 'hint': 'synonyms for comforting',\n",
" 'clues': [('ease', 'lessen pain or discomfort; alleviate'),\n",
- " ('console', 'give moral or emotional strength to'),\n",
- " ('comfort', 'lessen pain or discomfort; alleviate'),\n",
+ " ('comfort', 'give moral or emotional strength to'),\n",
" ('soothe', 'give moral or emotional strength to'),\n",
- " ('solace', 'give moral or emotional strength to')]},\n",
+ " ('solace', 'give moral or emotional strength to'),\n",
+ " ('console', 'give moral or emotional strength to')]},\n",
" {'answer': 'coming',\n",
" 'hint': 'synonyms for coming',\n",
- " 'clues': [('come', 'be found or available'),\n",
- " ('get', 'reach a destination; arrive by movement or progress'),\n",
+ " 'clues': [('amount', 'develop into'),\n",
" ('arrive', 'reach a destination; arrive by movement or progress'),\n",
+ " ('come', 'have a certain priority'),\n",
+ " ('occur', \"come to one's mind; suggest itself\"),\n",
" ('total', 'add up in number or quantity'),\n",
- " ('number', 'add up in number or quantity'),\n",
- " ('follow', 'to be the product or result'),\n",
+ " ('get', 'reach a destination; arrive by movement or progress'),\n",
+ " ('hail', 'be a native of'),\n",
" ('get along', 'proceed or get along'),\n",
- " ('add up', 'develop into'),\n",
- " ('amount', 'develop into'),\n",
- " ('come in', 'be received'),\n",
- " ('fall', 'come under, be classified or included'),\n",
- " ('issue forth', 'come forth'),\n",
- " ('occur', \"come to one's mind; suggest itself\"),\n",
+ " ('follow', 'to be the product or result'),\n",
" ('make out', 'proceed or get along'),\n",
- " ('fare', 'proceed or get along'),\n",
- " ('hail', 'be a native of'),\n",
- " ('come up',\n",
- " 'move toward, travel toward something or somebody or approach something or somebody'),\n",
- " ('descend',\n",
- " 'come from; be connected by a relationship of blood, for example'),\n",
" ('do', 'proceed or get along'),\n",
+ " ('fall', 'come under, be classified or included'),\n",
" ('derive',\n",
- " 'come from; be connected by a relationship of blood, for example')]},\n",
+ " 'come from; be connected by a relationship of blood, for example'),\n",
+ " ('descend',\n",
+ " 'come from; be connected by a relationship of blood, for example'),\n",
+ " ('number', 'add up in number or quantity'),\n",
+ " ('come up',\n",
+ " 'move toward, travel toward something or somebody or approach something or somebody'),\n",
+ " ('issue forth', 'come forth'),\n",
+ " ('add up', 'add up in number or quantity'),\n",
+ " ('fare', 'proceed or get along'),\n",
+ " ('come in', 'be received')]},\n",
" {'answer': 'commanding',\n",
" 'hint': 'synonyms for commanding',\n",
- " 'clues': [('require', 'make someone do something'),\n",
+ " 'clues': [('command', 'be in command of'),\n",
+ " ('require', 'make someone do something'),\n",
+ " ('dominate', 'look down on'),\n",
" ('overlook', 'look down on'),\n",
- " ('command', 'exercise authoritative control or power over'),\n",
- " ('control', 'exercise authoritative control or power over'),\n",
" ('overtop', 'look down on'),\n",
- " ('dominate', 'look down on')]},\n",
+ " ('control', 'exercise authoritative control or power over')]},\n",
" {'answer': 'commemorating',\n",
" 'hint': 'synonyms for commemorating',\n",
- " 'clues': [('remember',\n",
- " 'call to remembrance; keep alive the memory of someone or something, as in a ceremony'),\n",
+ " 'clues': [('commemorate',\n",
+ " 'be or provide a memorial to a person or an event'),\n",
+ " ('mark', 'mark by some ceremony or observation'),\n",
+ " ('record', 'be or provide a memorial to a person or an event'),\n",
" ('immortalize', 'be or provide a memorial to a person or an event'),\n",
" ('memorialise', 'be or provide a memorial to a person or an event'),\n",
- " ('commemorate',\n",
- " 'call to remembrance; keep alive the memory of someone or something, as in a ceremony'),\n",
- " ('record', 'be or provide a memorial to a person or an event'),\n",
- " ('mark', 'mark by some ceremony or observation')]},\n",
+ " ('remember',\n",
+ " 'call to remembrance; keep alive the memory of someone or something, as in a ceremony')]},\n",
" {'answer': 'committed',\n",
" 'hint': 'synonyms for committed',\n",
- " 'clues': [('institutionalize',\n",
- " 'cause to be admitted; of persons to an institution'),\n",
- " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
- " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('entrust', 'confer a trust upon'),\n",
+ " 'clues': [('commit',\n",
+ " 'perform an act, usually with a negative connotation'),\n",
" ('confide', 'confer a trust upon'),\n",
+ " ('send', 'cause to be admitted; of persons to an institution'),\n",
" ('pull', 'perform an act, usually with a negative connotation'),\n",
" ('devote', 'give entirely to a specific person, activity, or cause'),\n",
- " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('invest', 'make an investment'),\n",
- " ('send', 'cause to be admitted; of persons to an institution'),\n",
- " ('trust', 'confer a trust upon'),\n",
- " ('perpetrate', 'perform an act, usually with a negative connotation'),\n",
" ('give', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('institutionalise',\n",
+ " 'cause to be admitted; of persons to an institution'),\n",
+ " ('place', 'make an investment'),\n",
+ " ('perpetrate', 'perform an act, usually with a negative connotation'),\n",
" ('put', 'make an investment'),\n",
" ('charge', 'cause to be admitted; of persons to an institution'),\n",
- " ('place', 'make an investment'),\n",
+ " ('trust', 'confer a trust upon'),\n",
+ " ('intrust', 'confer a trust upon'),\n",
+ " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('invest', 'make an investment'),\n",
" ('practice', 'engage in or perform')]},\n",
" {'answer': 'compact',\n",
" 'hint': 'synonyms for compact',\n",
- " 'clues': [('compress', 'squeeze or press together'),\n",
- " ('bundle', 'compress into a wad'),\n",
- " ('pack', 'compress into a wad'),\n",
- " ('contract', 'squeeze or press together'),\n",
- " ('constrict', 'squeeze or press together'),\n",
+ " 'clues': [('bundle', 'compress into a wad'),\n",
" ('pack together', 'make more compact by or as if by pressing'),\n",
- " ('press', 'squeeze or press together'),\n",
+ " ('pack', 'have the property of being packable or of compacting easily'),\n",
" ('squeeze', 'squeeze or press together'),\n",
- " ('wad', 'compress into a wad')]},\n",
+ " ('compress', 'make more compact by or as if by pressing'),\n",
+ " ('constrict', 'squeeze or press together'),\n",
+ " ('wad', 'compress into a wad'),\n",
+ " ('press', 'squeeze or press together'),\n",
+ " ('contract', 'squeeze or press together')]},\n",
" {'answer': 'compassionate',\n",
" 'hint': 'synonyms for compassionate',\n",
- " 'clues': [('feel for', 'share the suffering of'),\n",
+ " 'clues': [('sympathize with', 'share the suffering of'),\n",
" ('pity', 'share the suffering of'),\n",
" ('condole with', 'share the suffering of'),\n",
- " ('sympathize with', 'share the suffering of')]},\n",
+ " ('feel for', 'share the suffering of')]},\n",
" {'answer': 'compensated',\n",
" 'hint': 'synonyms for compensated',\n",
- " 'clues': [('make up', 'adjust for'),\n",
- " ('compensate', 'make amends for; pay compensation for'),\n",
+ " 'clues': [('make up', 'do or give something to somebody in return'),\n",
+ " ('compensate', 'make reparations or amends for'),\n",
+ " ('pay off', 'do or give something to somebody in return'),\n",
" ('recompense', 'make amends for; pay compensation for'),\n",
- " ('pay', 'do or give something to somebody in return'),\n",
" ('correct', 'make reparations or amends for'),\n",
+ " ('repair', 'make amends for; pay compensation for'),\n",
+ " ('pay', 'do or give something to somebody in return'),\n",
" ('remunerate', 'make payment to; compensate'),\n",
- " ('pay off', 'do or give something to somebody in return'),\n",
" ('cover',\n",
" 'make up for shortcomings or a feeling of inferiority by exaggerating good qualities'),\n",
- " ('even up', 'adjust for'),\n",
- " ('redress', 'make reparations or amends for'),\n",
" ('even out', 'adjust for'),\n",
- " ('repair', 'make amends for; pay compensation for'),\n",
- " ('right', 'make reparations or amends for'),\n",
- " ('counterbalance', 'adjust for'),\n",
+ " ('even off', 'adjust for'),\n",
+ " ('indemnify', 'make amends for; pay compensation for'),\n",
" ('overcompensate',\n",
" 'make up for shortcomings or a feeling of inferiority by exaggerating good qualities'),\n",
- " ('even off', 'adjust for'),\n",
- " ('indemnify', 'make amends for; pay compensation for')]},\n",
+ " ('redress', 'make reparations or amends for'),\n",
+ " ('even up', 'adjust for'),\n",
+ " ('right', 'make reparations or amends for'),\n",
+ " ('counterbalance', 'adjust for')]},\n",
" {'answer': 'complaining',\n",
" 'hint': 'synonyms for complaining',\n",
- " 'clues': [('sound off',\n",
+ " 'clues': [('kick',\n",
" 'express complaints, discontent, displeasure, or unhappiness'),\n",
- " ('complain', 'make a formal accusation; bring a formal charge'),\n",
- " ('plain', 'express complaints, discontent, displeasure, or unhappiness'),\n",
- " ('kick', 'express complaints, discontent, displeasure, or unhappiness'),\n",
" ('quetch', 'express complaints, discontent, displeasure, or unhappiness'),\n",
- " ('kvetch',\n",
+ " ('complain',\n",
+ " 'express complaints, discontent, displeasure, or unhappiness'),\n",
+ " ('sound off',\n",
+ " 'express complaints, discontent, displeasure, or unhappiness'),\n",
+ " ('kvetch', 'express complaints, discontent, displeasure, or unhappiness'),\n",
+ " ('plain',\n",
" 'express complaints, discontent, displeasure, or unhappiness')]},\n",
" {'answer': 'complete',\n",
" 'hint': 'synonyms for complete',\n",
" 'clues': [('finish', 'come or bring to a finish or an end'),\n",
+ " ('discharge', 'complete or carry out'),\n",
" ('dispatch', 'complete or carry out'),\n",
- " ('fill in', 'write all the required information onto a form'),\n",
- " ('fill out', 'write all the required information onto a form'),\n",
" ('nail', 'complete a pass'),\n",
+ " ('fill out', 'write all the required information onto a form'),\n",
" ('make out', 'write all the required information onto a form'),\n",
- " ('discharge', 'complete or carry out')]},\n",
+ " ('fill in', 'write all the required information onto a form')]},\n",
" {'answer': 'completed',\n",
" 'hint': 'synonyms for completed',\n",
" 'clues': [('finish', 'come or bring to a finish or an end'),\n",
- " ('fill out', 'write all the required information onto a form'),\n",
- " ('discharge', 'complete or carry out'),\n",
- " ('complete', 'complete or carry out'),\n",
+ " ('complete',\n",
+ " 'bring to a whole, with all the necessary parts or elements'),\n",
" ('dispatch', 'complete or carry out'),\n",
- " ('fill in', 'write all the required information onto a form'),\n",
" ('nail', 'complete a pass'),\n",
- " ('make out', 'write all the required information onto a form')]},\n",
+ " ('discharge', 'complete or carry out'),\n",
+ " ('fill out', 'write all the required information onto a form'),\n",
+ " ('make out', 'write all the required information onto a form'),\n",
+ " ('fill in', 'write all the required information onto a form')]},\n",
" {'answer': 'completing',\n",
" 'hint': 'synonyms for completing',\n",
" 'clues': [('finish', 'come or bring to a finish or an end'),\n",
- " ('fill out', 'write all the required information onto a form'),\n",
- " ('discharge', 'complete or carry out'),\n",
- " ('complete', 'complete or carry out'),\n",
+ " ('complete',\n",
+ " 'bring to a whole, with all the necessary parts or elements'),\n",
" ('dispatch', 'complete or carry out'),\n",
- " ('fill in', 'write all the required information onto a form'),\n",
" ('nail', 'complete a pass'),\n",
- " ('make out', 'write all the required information onto a form')]},\n",
+ " ('discharge', 'complete or carry out'),\n",
+ " ('fill out', 'write all the required information onto a form'),\n",
+ " ('make out', 'write all the required information onto a form'),\n",
+ " ('fill in', 'write all the required information onto a form')]},\n",
" {'answer': 'complicated',\n",
" 'hint': 'synonyms for complicated',\n",
- " 'clues': [('elaborate', 'make more complex, intricate, or richer'),\n",
- " ('rarify', 'make more complex, intricate, or richer'),\n",
- " ('complicate', 'make more complicated'),\n",
+ " 'clues': [('complicate', 'make more complex, intricate, or richer'),\n",
" ('perplex', 'make more complicated'),\n",
+ " ('elaborate', 'make more complex, intricate, or richer'),\n",
+ " ('rarify', 'make more complex, intricate, or richer'),\n",
" ('refine', 'make more complex, intricate, or richer')]},\n",
" {'answer': 'composed',\n",
" 'hint': 'synonyms for composed',\n",
- " 'clues': [('compose', 'make up plans or basic details for'),\n",
- " ('write', 'write music'),\n",
- " ('frame', 'make up plans or basic details for'),\n",
- " ('compile', 'put together out of existing material'),\n",
+ " 'clues': [('compose', 'produce a literary work'),\n",
" ('indite', 'produce a literary work'),\n",
" ('draw up', 'make up plans or basic details for'),\n",
- " ('pen', 'produce a literary work')]},\n",
+ " ('pen', 'produce a literary work'),\n",
+ " ('write', 'produce a literary work'),\n",
+ " ('frame', 'make up plans or basic details for'),\n",
+ " ('compile', 'put together out of existing material')]},\n",
" {'answer': 'compound',\n",
" 'hint': 'synonyms for compound',\n",
- " 'clues': [('combine', 'put or add together'),\n",
+ " 'clues': [('deepen', 'make more intense, stronger, or more marked; ,'),\n",
+ " ('combine', 'combine so as to form a whole; mix'),\n",
" ('heighten', 'make more intense, stronger, or more marked; ,'),\n",
- " ('intensify', 'make more intense, stronger, or more marked; ,'),\n",
- " ('deepen', 'make more intense, stronger, or more marked; ,')]},\n",
+ " ('intensify', 'make more intense, stronger, or more marked; ,')]},\n",
" {'answer': 'compounded',\n",
" 'hint': 'synonyms for compounded',\n",
- " 'clues': [('combine', 'put or add together'),\n",
- " ('heighten', 'make more intense, stronger, or more marked; ,'),\n",
- " ('compound', 'make more intense, stronger, or more marked; ,'),\n",
+ " 'clues': [('deepen', 'make more intense, stronger, or more marked; ,'),\n",
" ('intensify', 'make more intense, stronger, or more marked; ,'),\n",
- " ('deepen', 'make more intense, stronger, or more marked; ,')]},\n",
+ " ('compound', 'make more intense, stronger, or more marked; ,'),\n",
+ " ('combine', 'combine so as to form a whole; mix'),\n",
+ " ('heighten', 'make more intense, stronger, or more marked; ,')]},\n",
" {'answer': 'comprehended',\n",
" 'hint': 'synonyms for comprehended',\n",
- " 'clues': [('grok', 'get the meaning of something'),\n",
- " ('dig', 'get the meaning of something'),\n",
- " ('cover',\n",
- " \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
- " ('apprehend', 'get the meaning of something'),\n",
- " ('comprehend', 'to become aware of through the senses'),\n",
- " ('grasp', 'get the meaning of something'),\n",
- " ('get the picture', 'get the meaning of something'),\n",
+ " 'clues': [('grasp', 'get the meaning of something'),\n",
+ " ('comprehend', 'get the meaning of something'),\n",
+ " ('compass', 'get the meaning of something'),\n",
" ('perceive', 'to become aware of through the senses'),\n",
+ " ('apprehend', 'get the meaning of something'),\n",
" ('embrace',\n",
" \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
- " ('compass', 'get the meaning of something'),\n",
- " ('savvy', 'get the meaning of something')]},\n",
+ " ('dig', 'get the meaning of something'),\n",
+ " ('savvy', 'get the meaning of something'),\n",
+ " ('grok', 'get the meaning of something'),\n",
+ " ('cover',\n",
+ " \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
+ " ('get the picture', 'get the meaning of something')]},\n",
" {'answer': 'compressed',\n",
" 'hint': 'synonyms for compressed',\n",
- " 'clues': [('compress', 'squeeze or press together'),\n",
- " ('compact', 'squeeze or press together'),\n",
- " ('contract', 'squeeze or press together'),\n",
+ " 'clues': [('pack together', 'make more compact by or as if by pressing'),\n",
+ " ('compact', 'make more compact by or as if by pressing'),\n",
+ " ('squeeze', 'squeeze or press together'),\n",
+ " ('compress', 'make more compact by or as if by pressing'),\n",
" ('constrict', 'squeeze or press together'),\n",
- " ('pack together', 'make more compact by or as if by pressing'),\n",
" ('press', 'squeeze or press together'),\n",
- " ('squeeze', 'squeeze or press together')]},\n",
+ " ('contract', 'squeeze or press together')]},\n",
" {'answer': 'concealed',\n",
" 'hint': 'synonyms for concealed',\n",
- " 'clues': [('conceal', 'prevent from being seen or discovered'),\n",
- " ('hold in', 'hold back; keep from being perceived by others'),\n",
+ " 'clues': [('hide', 'prevent from being seen or discovered'),\n",
" ('hold back', 'hold back; keep from being perceived by others'),\n",
- " ('hide', 'prevent from being seen or discovered')]},\n",
+ " ('conceal', 'prevent from being seen or discovered'),\n",
+ " ('hold in', 'hold back; keep from being perceived by others')]},\n",
" {'answer': 'concealing',\n",
" 'hint': 'synonyms for concealing',\n",
- " 'clues': [('conceal', 'prevent from being seen or discovered'),\n",
- " ('hold in', 'hold back; keep from being perceived by others'),\n",
+ " 'clues': [('hide', 'prevent from being seen or discovered'),\n",
" ('hold back', 'hold back; keep from being perceived by others'),\n",
- " ('hide', 'prevent from being seen or discovered')]},\n",
+ " ('conceal', 'prevent from being seen or discovered'),\n",
+ " ('hold in', 'hold back; keep from being perceived by others')]},\n",
" {'answer': 'concentrated',\n",
" 'hint': 'synonyms for concentrated',\n",
- " 'clues': [('contract', 'compress or concentrate'),\n",
- " ('concentrate', 'draw together or meet in one common center'),\n",
+ " 'clues': [('condense', 'compress or concentrate'),\n",
+ " ('concentrate', 'make central'),\n",
+ " ('focus', \"direct one's attention on something\"),\n",
+ " ('contract', 'compress or concentrate'),\n",
+ " ('center', \"direct one's attention on something\"),\n",
+ " ('pore', \"direct one's attention on something\"),\n",
" ('centralize', 'make central'),\n",
" ('reduce', 'be cooked until very little liquid is left'),\n",
- " ('condense', 'make more concise'),\n",
- " ('focus', \"direct one's attention on something\"),\n",
- " ('boil down', 'be cooked until very little liquid is left'),\n",
+ " ('boil down', 'cook until very little liquid is left'),\n",
" ('centre', \"direct one's attention on something\"),\n",
- " ('pore', \"direct one's attention on something\"),\n",
" ('rivet', \"direct one's attention on something\"),\n",
" ('digest', 'make more concise'),\n",
- " ('decoct', 'be cooked until very little liquid is left'),\n",
- " ('center', \"direct one's attention on something\")]},\n",
+ " ('decoct', 'be cooked until very little liquid is left')]},\n",
" {'answer': 'concerned',\n",
" 'hint': 'synonyms for concerned',\n",
- " 'clues': [('have-to doe with', 'be relevant to'),\n",
- " ('concern', 'be on the mind of'),\n",
- " ('worry', 'be on the mind of'),\n",
+ " 'clues': [('come to', 'be relevant to'),\n",
+ " ('have-to doe with', 'be relevant to'),\n",
+ " ('bear on', 'be relevant to'),\n",
" ('relate', 'be relevant to'),\n",
- " ('come to', 'be relevant to'),\n",
+ " ('touch on', 'be relevant to'),\n",
+ " ('worry', 'be on the mind of'),\n",
" ('pertain', 'be relevant to'),\n",
- " ('refer', 'be relevant to'),\n",
- " ('bear on', 'be relevant to'),\n",
- " ('touch', 'be relevant to'),\n",
- " ('occupy', 'be on the mind of'),\n",
+ " ('concern', 'be relevant to'),\n",
" ('interest', 'be on the mind of'),\n",
- " ('touch on', 'be relevant to')]},\n",
+ " ('occupy', 'be on the mind of'),\n",
+ " ('touch', 'be relevant to'),\n",
+ " ('refer', 'be relevant to')]},\n",
" {'answer': 'concluded',\n",
" 'hint': 'synonyms for concluded',\n",
- " 'clues': [('conclude',\n",
- " 'decide by reasoning; draw or come to a conclusion'),\n",
- " ('reason', 'decide by reasoning; draw or come to a conclusion'),\n",
- " ('close', 'come to a close'),\n",
+ " 'clues': [('conclude', 'bring to a close'),\n",
" ('resolve', 'reach a conclusion after a discussion or deliberation'),\n",
- " ('reason out', 'decide by reasoning; draw or come to a conclusion')]},\n",
+ " ('reason out', 'decide by reasoning; draw or come to a conclusion'),\n",
+ " ('close', 'come to a close'),\n",
+ " ('reason', 'decide by reasoning; draw or come to a conclusion')]},\n",
" {'answer': 'concluding',\n",
" 'hint': 'synonyms for concluding',\n",
- " 'clues': [('conclude',\n",
- " 'decide by reasoning; draw or come to a conclusion'),\n",
- " ('reason', 'decide by reasoning; draw or come to a conclusion'),\n",
- " ('close', 'come to a close'),\n",
+ " 'clues': [('conclude', 'bring to a close'),\n",
" ('resolve', 'reach a conclusion after a discussion or deliberation'),\n",
- " ('reason out', 'decide by reasoning; draw or come to a conclusion')]},\n",
+ " ('reason out', 'decide by reasoning; draw or come to a conclusion'),\n",
+ " ('close', 'come to a close'),\n",
+ " ('reason', 'decide by reasoning; draw or come to a conclusion')]},\n",
" {'answer': 'concurring',\n",
" 'hint': 'synonyms for concurring',\n",
- " 'clues': [('concord', 'be in accord; be in agreement'),\n",
- " ('concur', 'be in accord; be in agreement'),\n",
+ " 'clues': [('concur', 'be in accord; be in agreement'),\n",
+ " ('concord', 'be in accord; be in agreement'),\n",
+ " ('agree', 'be in accord; be in agreement'),\n",
" ('coincide', 'happen simultaneously'),\n",
- " ('hold', 'be in accord; be in agreement'),\n",
- " ('agree', 'be in accord; be in agreement')]},\n",
+ " ('hold', 'be in accord; be in agreement')]},\n",
" {'answer': 'condemning',\n",
" 'hint': 'synonyms for condemning',\n",
- " 'clues': [('condemn', 'express strong disapproval of'),\n",
- " ('excoriate', 'express strong disapproval of'),\n",
+ " 'clues': [('decry', 'express strong disapproval of'),\n",
+ " ('condemn', 'demonstrate the guilt of (someone)'),\n",
+ " ('objurgate', 'express strong disapproval of'),\n",
" ('doom', 'pronounce a sentence on (somebody) in a court of law'),\n",
" ('sentence', 'pronounce a sentence on (somebody) in a court of law'),\n",
- " ('decry', 'express strong disapproval of'),\n",
" ('reprobate', 'express strong disapproval of'),\n",
- " ('objurgate', 'express strong disapproval of')]},\n",
+ " ('excoriate', 'express strong disapproval of')]},\n",
" {'answer': 'condescending',\n",
" 'hint': 'synonyms for condescending',\n",
- " 'clues': [('patronise', 'treat condescendingly'),\n",
- " ('condescend',\n",
- " \"do something that one considers to be below one's dignity\"),\n",
- " ('deign', \"do something that one considers to be below one's dignity\"),\n",
- " ('lower oneself',\n",
+ " 'clues': [('stoop',\n",
" 'debase oneself morally, act in an undignified, unworthy, or dishonorable way'),\n",
- " ('stoop',\n",
+ " ('condescend', 'behave in a patronizing and condescending manner'),\n",
+ " ('patronize', 'treat condescendingly'),\n",
+ " ('lower oneself',\n",
" 'debase oneself morally, act in an undignified, unworthy, or dishonorable way'),\n",
+ " ('deign', \"do something that one considers to be below one's dignity\"),\n",
" ('descend',\n",
" \"do something that one considers to be below one's dignity\")]},\n",
" {'answer': 'conditioned',\n",
" 'hint': 'synonyms for conditioned',\n",
- " 'clues': [('check',\n",
+ " 'clues': [('train',\n",
" \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
- " ('qualify',\n",
- " 'specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement'),\n",
- " ('condition',\n",
- " 'specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement'),\n",
+ " ('condition', 'put into a better state'),\n",
" ('specify',\n",
" 'specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement'),\n",
- " ('discipline',\n",
- " \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
- " ('train',\n",
+ " ('qualify',\n",
+ " 'specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement'),\n",
+ " ('check',\n",
" \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
" ('stipulate',\n",
- " 'specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement')]},\n",
+ " 'specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement'),\n",
+ " ('discipline',\n",
+ " \"develop (children's) behavior by instruction and practice; especially to teach self-control\")]},\n",
" {'answer': 'confiding',\n",
" 'hint': 'synonyms for confiding',\n",
- " 'clues': [('trust', 'confer a trust upon'),\n",
- " ('entrust', 'confer a trust upon'),\n",
- " ('confide', 'confer a trust upon'),\n",
- " ('commit', 'confer a trust upon')]},\n",
+ " 'clues': [('confide', 'reveal in private; tell confidentially'),\n",
+ " ('commit', 'confer a trust upon'),\n",
+ " ('intrust', 'confer a trust upon'),\n",
+ " ('trust', 'confer a trust upon')]},\n",
" {'answer': 'confined',\n",
" 'hint': 'synonyms for confined',\n",
- " 'clues': [('circumscribe', 'restrict or confine,'),\n",
- " ('confine', 'close in; darkness enclosed him\"'),\n",
+ " 'clues': [('hold in', 'close in; darkness enclosed him\"'),\n",
" ('throttle', 'place limits on (extent or access)'),\n",
- " ('restrict', 'place limits on (extent or access)'),\n",
- " ('limit', 'restrict or confine,'),\n",
+ " ('circumscribe', 'restrict or confine,'),\n",
+ " ('enclose', 'close in; darkness enclosed him\"'),\n",
+ " ('confine', 'deprive of freedom; take into confinement'),\n",
+ " ('detain', 'deprive of freedom; take into confinement'),\n",
+ " ('limit', 'place limits on (extent or access)'),\n",
" ('bound', 'place limits on (extent or access)'),\n",
+ " ('restrict', 'place limits on (extent or access)'),\n",
" ('restrain', 'place limits on (extent or access)'),\n",
" ('hold', 'to close within bounds, limit or hold back from movement'),\n",
- " ('detain', 'deprive of freedom; take into confinement'),\n",
- " ('trammel', 'place limits on (extent or access)'),\n",
- " ('enclose', 'close in; darkness enclosed him\"'),\n",
- " ('hold in', 'close in; darkness enclosed him\"')]},\n",
+ " ('trammel', 'place limits on (extent or access)')]},\n",
" {'answer': 'confining',\n",
" 'hint': 'synonyms for confining',\n",
- " 'clues': [('circumscribe', 'restrict or confine,'),\n",
- " ('confine', 'close in; darkness enclosed him\"'),\n",
+ " 'clues': [('hold in', 'close in; darkness enclosed him\"'),\n",
" ('throttle', 'place limits on (extent or access)'),\n",
- " ('restrict', 'place limits on (extent or access)'),\n",
- " ('limit', 'restrict or confine,'),\n",
+ " ('circumscribe', 'restrict or confine,'),\n",
+ " ('enclose', 'close in; darkness enclosed him\"'),\n",
+ " ('confine', 'deprive of freedom; take into confinement'),\n",
+ " ('detain', 'deprive of freedom; take into confinement'),\n",
+ " ('limit', 'place limits on (extent or access)'),\n",
" ('bound', 'place limits on (extent or access)'),\n",
+ " ('restrict', 'place limits on (extent or access)'),\n",
" ('restrain', 'place limits on (extent or access)'),\n",
" ('hold', 'to close within bounds, limit or hold back from movement'),\n",
- " ('detain', 'deprive of freedom; take into confinement'),\n",
- " ('trammel', 'place limits on (extent or access)'),\n",
- " ('enclose', 'close in; darkness enclosed him\"'),\n",
- " ('hold in', 'close in; darkness enclosed him\"')]},\n",
+ " ('trammel', 'place limits on (extent or access)')]},\n",
" {'answer': 'confirmed',\n",
" 'hint': 'synonyms for confirmed',\n",
- " 'clues': [('reassert', 'strengthen or make more firm'),\n",
- " ('confirm', 'establish or strengthen as with new evidence or facts'),\n",
- " ('affirm', 'establish or strengthen as with new evidence or facts'),\n",
- " ('support', 'establish or strengthen as with new evidence or facts'),\n",
+ " 'clues': [('support',\n",
+ " 'establish or strengthen as with new evidence or facts'),\n",
+ " ('reassert', 'strengthen or make more firm'),\n",
+ " ('confirm', 'make more firm'),\n",
" ('sustain', 'establish or strengthen as with new evidence or facts'),\n",
" ('substantiate', 'establish or strengthen as with new evidence or facts'),\n",
+ " ('affirm', 'establish or strengthen as with new evidence or facts'),\n",
" ('corroborate',\n",
" 'establish or strengthen as with new evidence or facts')]},\n",
" {'answer': 'confirming',\n",
" 'hint': 'synonyms for confirming',\n",
- " 'clues': [('reassert', 'strengthen or make more firm'),\n",
- " ('confirm', 'establish or strengthen as with new evidence or facts'),\n",
- " ('affirm', 'establish or strengthen as with new evidence or facts'),\n",
- " ('support', 'establish or strengthen as with new evidence or facts'),\n",
+ " 'clues': [('support',\n",
+ " 'establish or strengthen as with new evidence or facts'),\n",
+ " ('reassert', 'strengthen or make more firm'),\n",
+ " ('confirm', 'make more firm'),\n",
" ('sustain', 'establish or strengthen as with new evidence or facts'),\n",
" ('substantiate', 'establish or strengthen as with new evidence or facts'),\n",
+ " ('affirm', 'establish or strengthen as with new evidence or facts'),\n",
" ('corroborate',\n",
" 'establish or strengthen as with new evidence or facts')]},\n",
" {'answer': 'confiscate',\n",
" 'hint': 'synonyms for confiscate',\n",
- " 'clues': [('impound',\n",
+ " 'clues': [('attach',\n",
+ " 'take temporary possession of as a security, by legal authority'),\n",
+ " ('impound',\n",
" 'take temporary possession of as a security, by legal authority'),\n",
" ('sequester',\n",
" 'take temporary possession of as a security, by legal authority'),\n",
" ('seize',\n",
- " 'take temporary possession of as a security, by legal authority'),\n",
- " ('attach',\n",
" 'take temporary possession of as a security, by legal authority')]},\n",
" {'answer': 'conflicting',\n",
" 'hint': 'synonyms for conflicting',\n",
- " 'clues': [('conflict', 'be in conflict'),\n",
+ " 'clues': [('contravene', 'go against, as of rules and laws'),\n",
+ " ('conflict', 'go against, as of rules and laws'),\n",
" ('run afoul', 'go against, as of rules and laws'),\n",
- " ('contravene', 'go against, as of rules and laws'),\n",
" ('infringe', 'go against, as of rules and laws')]},\n",
" {'answer': 'confounded',\n",
" 'hint': 'synonyms for confounded',\n",
- " 'clues': [('fuddle',\n",
+ " 'clues': [('discombobulate',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('bedevil',\n",
+ " ('confound', 'mistake one thing for another'),\n",
+ " ('fuddle',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('discombobulate',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('fox',\n",
+ " ('throw',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
" ('confuse', 'mistake one thing for another'),\n",
- " ('throw',\n",
+ " ('fox',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('confound', 'mistake one thing for another')]},\n",
+ " ('bedevil',\n",
+ " 'be confusing or perplexing to; cause to be unable to think clearly')]},\n",
" {'answer': 'confounding',\n",
" 'hint': 'synonyms for confounding',\n",
- " 'clues': [('fuddle',\n",
+ " 'clues': [('discombobulate',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('bedevil',\n",
+ " ('confound', 'mistake one thing for another'),\n",
+ " ('fuddle',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('discombobulate',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('fox',\n",
+ " ('throw',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
" ('confuse', 'mistake one thing for another'),\n",
- " ('throw',\n",
+ " ('fox',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('confound', 'mistake one thing for another')]},\n",
+ " ('bedevil',\n",
+ " 'be confusing or perplexing to; cause to be unable to think clearly')]},\n",
" {'answer': 'confused',\n",
" 'hint': 'synonyms for confused',\n",
- " 'clues': [('disconcert', 'cause to feel embarrassment'),\n",
- " ('discombobulate',\n",
+ " 'clues': [('mix up', 'assemble without order or sense'),\n",
+ " ('confuse', 'assemble without order or sense'),\n",
+ " ('fuddle',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('put off', 'cause to feel embarrassment'),\n",
+ " ('obnubilate', 'make unclear, indistinct, or blurred'),\n",
+ " ('jumble', 'assemble without order or sense'),\n",
+ " ('throw',\n",
+ " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('confound', 'mistake one thing for another'),\n",
" ('fox',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('befuddle',\n",
+ " ('bedevil',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('confuse', 'cause to feel embarrassment'),\n",
- " ('put off', 'cause to feel embarrassment'),\n",
- " ('confound',\n",
+ " ('discombobulate',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('obscure', 'make unclear, indistinct, or blurred'),\n",
+ " ('disconcert', 'cause to feel embarrassment'),\n",
" ('flurry', 'cause to feel embarrassment'),\n",
- " ('mix up', 'assemble without order or sense'),\n",
- " ('jumble', 'assemble without order or sense'),\n",
- " ('bedevil',\n",
+ " ('blur', 'make unclear, indistinct, or blurred')]},\n",
+ " {'answer': 'confusing',\n",
+ " 'hint': 'synonyms for confusing',\n",
+ " 'clues': [('mix up', 'assemble without order or sense'),\n",
+ " ('confuse', 'assemble without order or sense'),\n",
+ " ('fuddle',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('put off', 'cause to feel embarrassment'),\n",
" ('obnubilate', 'make unclear, indistinct, or blurred'),\n",
- " ('blur', 'make unclear, indistinct, or blurred'),\n",
+ " ('jumble', 'assemble without order or sense'),\n",
" ('throw',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('obscure', 'make unclear, indistinct, or blurred')]},\n",
- " {'answer': 'confusing',\n",
- " 'hint': 'synonyms for confusing',\n",
- " 'clues': [('disconcert', 'cause to feel embarrassment'),\n",
- " ('discombobulate',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('confound', 'mistake one thing for another'),\n",
" ('fox',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('befuddle',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('confuse', 'cause to feel embarrassment'),\n",
- " ('put off', 'cause to feel embarrassment'),\n",
- " ('confound',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('flurry', 'cause to feel embarrassment'),\n",
- " ('mix up', 'assemble without order or sense'),\n",
- " ('jumble', 'assemble without order or sense'),\n",
" ('bedevil',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('obnubilate', 'make unclear, indistinct, or blurred'),\n",
- " ('blur', 'make unclear, indistinct, or blurred'),\n",
- " ('throw',\n",
+ " ('discombobulate',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('obscure', 'make unclear, indistinct, or blurred')]},\n",
+ " ('obscure', 'make unclear, indistinct, or blurred'),\n",
+ " ('disconcert', 'cause to feel embarrassment'),\n",
+ " ('flurry', 'cause to feel embarrassment'),\n",
+ " ('blur', 'make unclear, indistinct, or blurred')]},\n",
" {'answer': 'congested',\n",
" 'hint': 'synonyms for congested',\n",
- " 'clues': [('back up', 'become or cause to become obstructed'),\n",
+ " 'clues': [('foul', 'become or cause to become obstructed'),\n",
" ('clog up', 'become or cause to become obstructed'),\n",
- " ('foul', 'become or cause to become obstructed'),\n",
+ " ('back up', 'become or cause to become obstructed'),\n",
+ " ('clog', 'become or cause to become obstructed'),\n",
" ('choke off', 'become or cause to become obstructed'),\n",
- " ('choke', 'become or cause to become obstructed'),\n",
" ('congest', 'become or cause to become obstructed'),\n",
- " ('clog', 'become or cause to become obstructed')]},\n",
+ " ('choke', 'become or cause to become obstructed')]},\n",
" {'answer': 'conglomerate',\n",
" 'hint': 'synonyms for conglomerate',\n",
- " 'clues': [('gather', 'collect or gather'),\n",
+ " 'clues': [('pile up', 'collect or gather'),\n",
+ " ('gather', 'collect or gather'),\n",
" ('cumulate', 'collect or gather'),\n",
- " ('amass', 'collect or gather'),\n",
- " ('pile up', 'collect or gather')]},\n",
+ " ('amass', 'collect or gather')]},\n",
" {'answer': 'conjoined',\n",
" 'hint': 'synonyms for conjoined',\n",
- " 'clues': [('join', 'make contact or come together'),\n",
+ " 'clues': [('conjoin', 'take in marriage'),\n",
" ('get hitched with', 'take in marriage'),\n",
- " ('conjoin', 'take in marriage'),\n",
- " ('wed', 'take in marriage'),\n",
" ('espouse', 'take in marriage'),\n",
" ('get married', 'take in marriage'),\n",
- " ('hook up with', 'take in marriage'),\n",
- " ('marry', 'take in marriage')]},\n",
+ " ('join', 'make contact or come together'),\n",
+ " ('marry', 'take in marriage'),\n",
+ " ('wed', 'take in marriage'),\n",
+ " ('hook up with', 'take in marriage')]},\n",
" {'answer': 'connected',\n",
" 'hint': 'synonyms for connected',\n",
- " 'clues': [('relate', 'make a logical or causal connection'),\n",
- " ('tie in', 'make a logical or causal connection'),\n",
- " ('connect', 'make a logical or causal connection'),\n",
+ " 'clues': [('connect', 'land on or hit solidly'),\n",
+ " ('tie', 'connect, fasten, or put together two or more pieces'),\n",
+ " ('touch base', 'establish communication with someone'),\n",
+ " ('join', 'be or become joined or united or linked'),\n",
+ " ('plug in', 'plug into an outlet'),\n",
" ('link up', 'connect, fasten, or put together two or more pieces'),\n",
" ('colligate', 'make a logical or causal connection'),\n",
- " ('tie', 'connect, fasten, or put together two or more pieces'),\n",
+ " ('unite', 'be or become joined or united or linked'),\n",
" ('link', 'make a logical or causal connection'),\n",
- " ('plug into', 'plug into an outlet'),\n",
- " ('associate', 'make a logical or causal connection'),\n",
+ " ('tie in', 'make a logical or causal connection'),\n",
+ " ('relate', 'make a logical or causal connection'),\n",
" ('get in touch', 'establish communication with someone'),\n",
- " ('unite', 'be or become joined or united or linked'),\n",
- " ('join', 'be or become joined or united or linked'),\n",
- " ('touch base', 'establish communication with someone')]},\n",
+ " ('associate', 'make a logical or causal connection')]},\n",
" {'answer': 'consecrate',\n",
" 'hint': 'synonyms for consecrate',\n",
" 'clues': [('hallow', 'render holy by means of religious rites'),\n",
- " ('bless', 'render holy by means of religious rites'),\n",
- " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
- " ('give', 'give entirely to a specific person, activity, or cause'),\n",
- " ('ordinate', 'appoint to a clerical posts'),\n",
- " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('vow', 'dedicate to a deity by a vow'),\n",
" ('order', 'appoint to a clerical posts'),\n",
" ('sanctify', 'render holy by means of religious rites'),\n",
+ " ('bless', 'render holy by means of religious rites'),\n",
" ('ordain', 'appoint to a clerical posts'),\n",
- " ('devote', 'give entirely to a specific person, activity, or cause')]},\n",
+ " ('vow', 'dedicate to a deity by a vow'),\n",
+ " ('ordinate', 'appoint to a clerical posts'),\n",
+ " ('devote', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('give', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('dedicate', 'give entirely to a specific person, activity, or cause')]},\n",
" {'answer': 'consecrated',\n",
" 'hint': 'synonyms for consecrated',\n",
- " 'clues': [('hallow', 'render holy by means of religious rites'),\n",
+ " 'clues': [('consecrate', 'appoint to a clerical posts'),\n",
+ " ('hallow', 'render holy by means of religious rites'),\n",
+ " ('order', 'appoint to a clerical posts'),\n",
+ " ('sanctify', 'render holy by means of religious rites'),\n",
" ('bless', 'render holy by means of religious rites'),\n",
- " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('ordain', 'appoint to a clerical posts'),\n",
+ " ('vow', 'dedicate to a deity by a vow'),\n",
" ('ordinate', 'appoint to a clerical posts'),\n",
+ " ('devote', 'give entirely to a specific person, activity, or cause'),\n",
" ('give', 'give entirely to a specific person, activity, or cause'),\n",
- " ('consecrate', 'appoint to a clerical posts'),\n",
- " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('vow', 'dedicate to a deity by a vow'),\n",
- " ('order', 'appoint to a clerical posts'),\n",
- " ('ordain', 'appoint to a clerical posts'),\n",
- " ('sanctify', 'render holy by means of religious rites'),\n",
- " ('devote', 'give entirely to a specific person, activity, or cause')]},\n",
+ " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('dedicate', 'give entirely to a specific person, activity, or cause')]},\n",
" {'answer': 'conserved',\n",
" 'hint': 'synonyms for conserved',\n",
" 'clues': [('husband', 'use cautiously and frugally'),\n",
+ " ('conserve', 'preserve with sugar'),\n",
+ " ('economize', 'use cautiously and frugally'),\n",
" ('maintain',\n",
" 'keep in safety and protect from harm, decay, loss, or destruction'),\n",
- " ('conserve', 'use cautiously and frugally'),\n",
- " ('economize', 'use cautiously and frugally'),\n",
" ('preserve',\n",
" 'keep in safety and protect from harm, decay, loss, or destruction'),\n",
" ('keep up',\n",
" 'keep in safety and protect from harm, decay, loss, or destruction')]},\n",
" {'answer': 'considered',\n",
" 'hint': 'synonyms for considered',\n",
- " 'clues': [('look at', 'look at carefully; study mentally'),\n",
- " ('deliberate', 'think about carefully; weigh'),\n",
- " ('weigh', 'show consideration for; take into account'),\n",
- " ('consider', 'think about carefully; weigh'),\n",
- " ('view', 'look at carefully; study mentally'),\n",
- " ('count', 'show consideration for; take into account'),\n",
- " ('debate', 'think about carefully; weigh'),\n",
+ " 'clues': [('think', 'judge or regard; look upon; judge'),\n",
+ " ('consider', 'look at carefully; study mentally'),\n",
" ('regard', 'deem to be'),\n",
- " ('take', 'take into consideration for exemplifying purposes'),\n",
- " ('moot', 'think about carefully; weigh'),\n",
- " ('believe', 'judge or regard; look upon; judge'),\n",
- " ('think', 'judge or regard; look upon; judge'),\n",
- " ('turn over', 'think about carefully; weigh'),\n",
- " ('study', 'give careful consideration to'),\n",
+ " ('look at', 'take into consideration for exemplifying purposes'),\n",
" ('deal', 'take into consideration for exemplifying purposes'),\n",
+ " ('count', 'show consideration for; take into account'),\n",
+ " ('weigh', 'show consideration for; take into account'),\n",
" ('conceive', 'judge or regard; look upon; judge'),\n",
+ " ('take', 'take into consideration for exemplifying purposes'),\n",
+ " ('deliberate', 'think about carefully; weigh'),\n",
+ " ('view', 'deem to be'),\n",
" ('see', 'deem to be'),\n",
- " ('reckon', 'deem to be')]},\n",
+ " ('reckon', 'deem to be'),\n",
+ " ('study', 'give careful consideration to'),\n",
+ " ('debate', 'think about carefully; weigh'),\n",
+ " ('turn over', 'think about carefully; weigh'),\n",
+ " ('moot', 'think about carefully; weigh'),\n",
+ " ('believe', 'judge or regard; look upon; judge')]},\n",
" {'answer': 'consoling',\n",
" 'hint': 'synonyms for consoling',\n",
- " 'clues': [('soothe', 'give moral or emotional strength to'),\n",
- " ('console', 'give moral or emotional strength to'),\n",
- " ('solace', 'give moral or emotional strength to'),\n",
- " ('comfort', 'give moral or emotional strength to')]},\n",
+ " 'clues': [('solace', 'give moral or emotional strength to'),\n",
+ " ('soothe', 'give moral or emotional strength to'),\n",
+ " ('comfort', 'give moral or emotional strength to'),\n",
+ " ('console', 'give moral or emotional strength to')]},\n",
" {'answer': 'constituted',\n",
" 'hint': 'synonyms for constituted',\n",
- " 'clues': [('represent', 'form or compose'),\n",
- " ('nominate', 'create and charge with a task or function'),\n",
- " ('constitute', 'create and charge with a task or function'),\n",
+ " 'clues': [('make up', 'form or compose'),\n",
+ " ('appoint', 'create and charge with a task or function'),\n",
+ " ('constitute', 'form or compose'),\n",
+ " ('name', 'create and charge with a task or function'),\n",
+ " ('make', 'to compose or represent:'),\n",
" ('institute', 'set up or lay the groundwork for'),\n",
- " ('form', 'to compose or represent:'),\n",
- " ('found', 'set up or lay the groundwork for'),\n",
+ " ('establish', 'set up or lay the groundwork for'),\n",
+ " ('comprise', 'form or compose'),\n",
+ " ('nominate', 'create and charge with a task or function'),\n",
" ('plant', 'set up or lay the groundwork for'),\n",
- " ('make', 'to compose or represent:'),\n",
- " ('name', 'create and charge with a task or function'),\n",
- " ('appoint', 'create and charge with a task or function'),\n",
+ " ('found', 'set up or lay the groundwork for'),\n",
+ " ('form', 'to compose or represent:'),\n",
" ('be', 'form or compose'),\n",
- " ('make up', 'form or compose'),\n",
- " ('comprise', 'form or compose'),\n",
- " ('establish', 'set up or lay the groundwork for')]},\n",
+ " ('represent', 'form or compose')]},\n",
" {'answer': 'constrained',\n",
" 'hint': 'synonyms for constrained',\n",
- " 'clues': [('stiffen', 'restrict'),\n",
- " ('restrain', 'hold back'),\n",
+ " 'clues': [('encumber', 'hold back'),\n",
" ('constrain', 'restrict'),\n",
- " ('tighten', 'restrict'),\n",
+ " ('restrain', 'hold back'),\n",
" ('tighten up', 'restrict'),\n",
- " ('cumber', 'hold back')]},\n",
+ " ('tighten', 'restrict'),\n",
+ " ('stiffen', 'restrict')]},\n",
" {'answer': 'constraining',\n",
" 'hint': 'synonyms for constraining',\n",
- " 'clues': [('stiffen', 'restrict'),\n",
- " ('restrain', 'hold back'),\n",
+ " 'clues': [('encumber', 'hold back'),\n",
" ('constrain', 'restrict'),\n",
- " ('tighten', 'restrict'),\n",
+ " ('restrain', 'hold back'),\n",
" ('tighten up', 'restrict'),\n",
- " ('cumber', 'hold back')]},\n",
+ " ('tighten', 'restrict'),\n",
+ " ('stiffen', 'restrict')]},\n",
" {'answer': 'constricted',\n",
" 'hint': 'synonyms for constricted',\n",
- " 'clues': [('compress', 'squeeze or press together'),\n",
- " ('compact', 'squeeze or press together'),\n",
- " ('contract', 'squeeze or press together'),\n",
+ " 'clues': [('constrict', 'become tight or as if tight'),\n",
+ " ('squeeze', 'squeeze or press together'),\n",
" ('constringe', 'become tight or as if tight'),\n",
- " ('constrict', 'squeeze or press together'),\n",
- " ('narrow', 'become tight or as if tight'),\n",
+ " ('compact', 'squeeze or press together'),\n",
" ('press', 'squeeze or press together'),\n",
- " ('squeeze', 'squeeze or press together')]},\n",
+ " ('compress', 'squeeze or press together'),\n",
+ " ('narrow', 'become tight or as if tight'),\n",
+ " ('contract', 'squeeze or press together')]},\n",
" {'answer': 'constricting',\n",
" 'hint': 'synonyms for constricting',\n",
- " 'clues': [('compress', 'squeeze or press together'),\n",
- " ('compact', 'squeeze or press together'),\n",
- " ('contract', 'squeeze or press together'),\n",
+ " 'clues': [('constrict', 'become tight or as if tight'),\n",
+ " ('squeeze', 'squeeze or press together'),\n",
" ('constringe', 'become tight or as if tight'),\n",
- " ('constrict', 'squeeze or press together'),\n",
- " ('narrow', 'become tight or as if tight'),\n",
+ " ('compact', 'squeeze or press together'),\n",
" ('press', 'squeeze or press together'),\n",
- " ('squeeze', 'squeeze or press together')]},\n",
+ " ('compress', 'squeeze or press together'),\n",
+ " ('narrow', 'become tight or as if tight'),\n",
+ " ('contract', 'squeeze or press together')]},\n",
" {'answer': 'consuming',\n",
" 'hint': 'synonyms for consuming',\n",
- " 'clues': [('ware', 'spend extravagantly'),\n",
- " ('consume', 'use up (resources or materials)'),\n",
+ " 'clues': [('wipe out', 'use up (resources or materials)'),\n",
+ " ('consume', 'engage fully'),\n",
+ " ('have', 'serve oneself to, or consume regularly'),\n",
+ " ('run through', 'use up (resources or materials)'),\n",
+ " ('eat', 'use up (resources or materials)'),\n",
+ " ('go through', 'eat immoderately'),\n",
+ " ('deplete', 'use up (resources or materials)'),\n",
" ('devour', 'eat immoderately'),\n",
+ " ('squander', 'spend extravagantly'),\n",
+ " ('take in', 'serve oneself to, or consume regularly'),\n",
" ('waste', 'spend extravagantly'),\n",
- " ('use up', 'use up (resources or materials)'),\n",
- " ('eat up', 'use up (resources or materials)'),\n",
- " ('eat', 'use up (resources or materials)'),\n",
- " ('wipe out', 'use up (resources or materials)'),\n",
" ('exhaust', 'use up (resources or materials)'),\n",
- " ('deplete', 'use up (resources or materials)'),\n",
- " ('run through', 'use up (resources or materials)'),\n",
- " ('down', 'eat immoderately'),\n",
" ('ingest', 'serve oneself to, or consume regularly'),\n",
- " ('take in', 'serve oneself to, or consume regularly'),\n",
- " ('squander', 'spend extravagantly'),\n",
+ " ('use up', 'use up (resources or materials)'),\n",
+ " ('eat up', 'use up (resources or materials)'),\n",
+ " ('ware', 'spend extravagantly'),\n",
" ('take', 'serve oneself to, or consume regularly'),\n",
- " ('go through', 'eat immoderately'),\n",
- " ('have', 'serve oneself to, or consume regularly')]},\n",
+ " ('down', 'eat immoderately')]},\n",
" {'answer': 'contained',\n",
" 'hint': 'synonyms for contained',\n",
- " 'clues': [('contain',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('control',\n",
+ " 'clues': [('bear', 'contain or hold; have within'),\n",
+ " ('check',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('hold', 'be capable of holding or containing'),\n",
- " ('stop',\n",
+ " ('contain',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
" ('comprise', 'include or contain; have as a component'),\n",
+ " ('hold', 'contain or hold; have within'),\n",
+ " ('curb',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('hold in',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('take', 'be capable of holding or containing'),\n",
" ('turn back',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('incorporate', 'include or contain; have as a component'),\n",
" ('arrest',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('check',\n",
+ " ('hold back',\n",
" 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('bear', 'contain or hold; have within'),\n",
- " ('curb',\n",
+ " ('control',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('moderate',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('hold in',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('hold back',\n",
- " 'hold back, as of a danger or an enemy; check the expansion or influence of'),\n",
- " ('carry', 'contain or hold; have within')]},\n",
+ " ('carry', 'contain or hold; have within'),\n",
+ " ('incorporate', 'include or contain; have as a component'),\n",
+ " ('stop',\n",
+ " 'hold back, as of a danger or an enemy; check the expansion or influence of')]},\n",
" {'answer': 'continued',\n",
" 'hint': 'synonyms for continued',\n",
- " 'clues': [('retain',\n",
- " 'allow to remain in a place or position or maintain a property or feature'),\n",
+ " 'clues': [('go forward', 'move ahead; travel onward in time or space'),\n",
+ " ('continue', 'continue after an interruption'),\n",
" ('proceed', 'move ahead; travel onward in time or space'),\n",
- " ('continue', 'continue talking; he continued,'),\n",
- " ('stay on', 'continue in a place, position, or situation'),\n",
- " ('bear on',\n",
- " 'keep or maintain in unaltered condition; cause to remain or last'),\n",
- " ('go on', 'continue talking; he continued,'),\n",
- " ('go along', 'continue a certain state, condition, or activity'),\n",
- " ('uphold',\n",
- " 'keep or maintain in unaltered condition; cause to remain or last'),\n",
- " ('extend', 'span an interval of distance, space or time'),\n",
- " ('keep', 'continue a certain state, condition, or activity'),\n",
- " ('go forward', 'move ahead; travel onward in time or space'),\n",
+ " ('stay', 'continue in a place, position, or situation'),\n",
+ " ('keep on',\n",
+ " 'allow to remain in a place or position or maintain a property or feature'),\n",
" ('remain', 'continue in a place, position, or situation'),\n",
- " ('carry on', 'continue talking; he continued,'),\n",
" ('persist in',\n",
" 'do something repeatedly and showing no intention to stop'),\n",
- " ('keep on',\n",
- " 'allow to remain in a place or position or maintain a property or feature'),\n",
- " ('stay', 'continue in a place, position, or situation'),\n",
- " ('cover', 'span an interval of distance, space or time'),\n",
+ " ('carry on', 'continue talking; he continued,'),\n",
" ('preserve',\n",
- " 'keep or maintain in unaltered condition; cause to remain or last')]},\n",
- " {'answer': 'continuing',\n",
- " 'hint': 'synonyms for continuing',\n",
- " 'clues': [('retain',\n",
- " 'allow to remain in a place or position or maintain a property or feature'),\n",
- " ('proceed', 'move ahead; travel onward in time or space'),\n",
- " ('continue', 'continue talking; he continued,'),\n",
- " ('stay on', 'continue in a place, position, or situation'),\n",
+ " 'keep or maintain in unaltered condition; cause to remain or last'),\n",
" ('bear on',\n",
" 'keep or maintain in unaltered condition; cause to remain or last'),\n",
- " ('go on', 'continue talking; he continued,'),\n",
- " ('go along', 'continue a certain state, condition, or activity'),\n",
+ " ('go on', 'continue a certain state, condition, or activity'),\n",
+ " ('extend', 'span an interval of distance, space or time'),\n",
+ " ('keep',\n",
+ " 'allow to remain in a place or position or maintain a property or feature'),\n",
+ " ('cover', 'span an interval of distance, space or time'),\n",
+ " ('retain',\n",
+ " 'allow to remain in a place or position or maintain a property or feature'),\n",
" ('uphold',\n",
" 'keep or maintain in unaltered condition; cause to remain or last'),\n",
- " ('extend', 'span an interval of distance, space or time'),\n",
- " ('keep', 'continue a certain state, condition, or activity'),\n",
- " ('go forward', 'move ahead; travel onward in time or space'),\n",
+ " ('stay on', 'continue in a place, position, or situation'),\n",
+ " ('go along', 'continue a certain state, condition, or activity')]},\n",
+ " {'answer': 'continuing',\n",
+ " 'hint': 'synonyms for continuing',\n",
+ " 'clues': [('go forward', 'move ahead; travel onward in time or space'),\n",
+ " ('continue', 'continue after an interruption'),\n",
+ " ('proceed', 'move ahead; travel onward in time or space'),\n",
+ " ('stay', 'continue in a place, position, or situation'),\n",
+ " ('keep on',\n",
+ " 'allow to remain in a place or position or maintain a property or feature'),\n",
" ('remain', 'continue in a place, position, or situation'),\n",
- " ('carry on', 'continue talking; he continued,'),\n",
" ('persist in',\n",
" 'do something repeatedly and showing no intention to stop'),\n",
- " ('keep on',\n",
+ " ('carry on', 'continue talking; he continued,'),\n",
+ " ('preserve',\n",
+ " 'keep or maintain in unaltered condition; cause to remain or last'),\n",
+ " ('bear on',\n",
+ " 'keep or maintain in unaltered condition; cause to remain or last'),\n",
+ " ('go on', 'continue a certain state, condition, or activity'),\n",
+ " ('extend', 'span an interval of distance, space or time'),\n",
+ " ('keep',\n",
" 'allow to remain in a place or position or maintain a property or feature'),\n",
- " ('stay', 'continue in a place, position, or situation'),\n",
" ('cover', 'span an interval of distance, space or time'),\n",
- " ('preserve',\n",
- " 'keep or maintain in unaltered condition; cause to remain or last')]},\n",
+ " ('retain',\n",
+ " 'allow to remain in a place or position or maintain a property or feature'),\n",
+ " ('uphold',\n",
+ " 'keep or maintain in unaltered condition; cause to remain or last'),\n",
+ " ('stay on', 'continue in a place, position, or situation'),\n",
+ " ('go along', 'continue a certain state, condition, or activity')]},\n",
" {'answer': 'contorted',\n",
" 'hint': 'synonyms for contorted',\n",
" 'clues': [('contort', 'twist and press out of shape'),\n",
+ " ('deform', 'twist and press out of shape'),\n",
" ('wring', 'twist and press out of shape'),\n",
- " ('distort', 'twist and press out of shape'),\n",
- " ('deform', 'twist and press out of shape')]},\n",
+ " ('distort', 'twist and press out of shape')]},\n",
" {'answer': 'contracted',\n",
" 'hint': 'synonyms for contracted',\n",
- " 'clues': [('contract', 'compress or concentrate'),\n",
- " ('compress', 'squeeze or press together'),\n",
- " ('reduce', 'reduce in scope while retaining essential elements'),\n",
+ " 'clues': [('contract', 'engage by written agreement'),\n",
+ " ('undertake', 'enter into a contractual arrangement'),\n",
+ " ('sign', 'engage by written agreement'),\n",
+ " ('condense', 'compress or concentrate'),\n",
+ " ('constrict', 'squeeze or press together'),\n",
+ " ('concentrate', 'compress or concentrate'),\n",
+ " ('cut', 'reduce in scope while retaining essential elements'),\n",
" ('compact', 'squeeze or press together'),\n",
" ('foreshorten', 'reduce in scope while retaining essential elements'),\n",
- " ('abridge', 'reduce in scope while retaining essential elements'),\n",
+ " ('press', 'squeeze or press together'),\n",
+ " ('sign up', 'engage by written agreement'),\n",
+ " ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
" ('take', 'be stricken by an illness, fall victim to an illness'),\n",
- " ('condense', 'compress or concentrate'),\n",
" ('sign on', 'engage by written agreement'),\n",
+ " ('squeeze', 'squeeze or press together'),\n",
+ " ('narrow', 'make or become more narrow or restricted'),\n",
" ('shrink', 'become smaller or draw together'),\n",
" ('get', 'be stricken by an illness, fall victim to an illness'),\n",
- " ('undertake', 'enter into a contractual arrangement'),\n",
- " ('concentrate', 'compress or concentrate'),\n",
- " ('press', 'squeeze or press together'),\n",
- " ('cut', 'reduce in scope while retaining essential elements'),\n",
- " ('squeeze', 'squeeze or press together'),\n",
- " ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
- " ('sign up', 'engage by written agreement'),\n",
- " ('constrict', 'squeeze or press together'),\n",
- " ('sign', 'engage by written agreement'),\n",
- " ('shorten', 'reduce in scope while retaining essential elements'),\n",
- " ('narrow', 'make or become more narrow or restricted')]},\n",
+ " ('abridge', 'reduce in scope while retaining essential elements'),\n",
+ " ('reduce', 'reduce in scope while retaining essential elements'),\n",
+ " ('compress', 'squeeze or press together'),\n",
+ " ('shorten', 'reduce in scope while retaining essential elements')]},\n",
" {'answer': 'contributing',\n",
" 'hint': 'synonyms for contributing',\n",
- " 'clues': [('lend', 'bestow a quality on'),\n",
- " ('lead', 'be conducive to'),\n",
- " ('bestow', 'bestow a quality on'),\n",
+ " 'clues': [('impart', 'bestow a quality on'),\n",
+ " ('lend', 'bestow a quality on'),\n",
" ('conduce', 'be conducive to'),\n",
+ " ('lead', 'be conducive to'),\n",
+ " ('contribute', 'provide'),\n",
+ " ('add', 'bestow a quality on'),\n",
+ " ('kick in', 'contribute to some cause'),\n",
" ('chip in', 'contribute to some cause'),\n",
" ('give', 'contribute to some cause'),\n",
- " ('kick in', 'contribute to some cause'),\n",
- " ('contribute', 'be conducive to'),\n",
- " ('put up', 'provide'),\n",
" ('bring', 'bestow a quality on'),\n",
- " ('impart', 'bestow a quality on'),\n",
- " ('add', 'bestow a quality on')]},\n",
+ " ('bestow', 'bestow a quality on'),\n",
+ " ('put up', 'provide')]},\n",
" {'answer': 'contrived',\n",
" 'hint': 'synonyms for contrived',\n",
- " 'clues': [('contrive',\n",
- " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('formulate',\n",
+ " 'clues': [('throw', 'put or send forth'),\n",
+ " ('plan', 'make or work out a plan for; devise'),\n",
+ " ('project', 'make or work out a plan for; devise'),\n",
+ " ('invent',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('forge',\n",
+ " ('devise',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
+ " ('contrive', 'make or work out a plan for; devise'),\n",
" ('excogitate',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('project', 'make or work out a plan for; devise'),\n",
" ('cast', 'put or send forth'),\n",
- " ('design', 'make or work out a plan for; devise'),\n",
- " ('throw', 'put or send forth'),\n",
- " ('plan', 'make or work out a plan for; devise'),\n",
- " ('invent',\n",
+ " ('forge',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('devise',\n",
- " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort')]},\n",
+ " ('formulate',\n",
+ " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
+ " ('design', 'make or work out a plan for; devise')]},\n",
" {'answer': 'controlled',\n",
" 'hint': 'synonyms for controlled',\n",
- " 'clues': [('verify',\n",
- " 'check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard'),\n",
- " ('command', 'exercise authoritative control or power over'),\n",
- " ('see to it',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('ascertain',\n",
+ " 'clues': [('ascertain',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('check',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('control',\n",
" 'check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard'),\n",
- " ('see',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('contain',\n",
+ " ('verify',\n",
+ " 'check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard'),\n",
+ " ('curb',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('manipulate',\n",
- " \"control (others or oneself) or influence skillfully, usually to one's advantage\"),\n",
- " ('hold',\n",
+ " ('hold in',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('check',\n",
+ " ('master', 'have a firm understanding or knowledge of; be on top of'),\n",
+ " ('see',\n",
" 'be careful or certain to do something; make certain of something'),\n",
" ('assure',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('master', 'have a firm understanding or knowledge of; be on top of'),\n",
- " ('curb',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('keep in line',\n",
- " \"control (others or oneself) or influence skillfully, usually to one's advantage\"),\n",
- " ('moderate',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('hold in',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('ensure',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('contain',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('insure',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('operate', 'handle and cause to function')]},\n",
- " {'answer': 'controlling',\n",
- " 'hint': 'synonyms for controlling',\n",
- " 'clues': [('verify',\n",
- " 'check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard'),\n",
" ('command', 'exercise authoritative control or power over'),\n",
+ " ('hold',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('operate', 'handle and cause to function'),\n",
" ('see to it',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('ascertain',\n",
+ " ('moderate',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('keep in line',\n",
+ " \"control (others or oneself) or influence skillfully, usually to one's advantage\"),\n",
+ " ('manipulate',\n",
+ " \"control (others or oneself) or influence skillfully, usually to one's advantage\")]},\n",
+ " {'answer': 'controlling',\n",
+ " 'hint': 'synonyms for controlling',\n",
+ " 'clues': [('ascertain',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('check',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('control',\n",
" 'check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard'),\n",
+ " ('verify',\n",
+ " 'check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard'),\n",
+ " ('curb',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('hold in',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('master', 'have a firm understanding or knowledge of; be on top of'),\n",
" ('see',\n",
" 'be careful or certain to do something; make certain of something'),\n",
+ " ('assure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('ensure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
" ('contain',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('manipulate',\n",
- " \"control (others or oneself) or influence skillfully, usually to one's advantage\"),\n",
+ " ('insure',\n",
+ " 'be careful or certain to do something; make certain of something'),\n",
+ " ('command', 'exercise authoritative control or power over'),\n",
" ('hold',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('check',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('assure',\n",
+ " ('operate', 'handle and cause to function'),\n",
+ " ('see to it',\n",
" 'be careful or certain to do something; make certain of something'),\n",
- " ('master', 'have a firm understanding or knowledge of; be on top of'),\n",
- " ('curb',\n",
+ " ('moderate',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
" ('keep in line',\n",
" \"control (others or oneself) or influence skillfully, usually to one's advantage\"),\n",
- " ('moderate',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('hold in',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('ensure',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('insure',\n",
- " 'be careful or certain to do something; make certain of something'),\n",
- " ('operate', 'handle and cause to function')]},\n",
+ " ('manipulate',\n",
+ " \"control (others or oneself) or influence skillfully, usually to one's advantage\")]},\n",
" {'answer': 'converted',\n",
" 'hint': 'synonyms for converted',\n",
- " 'clues': [('commute',\n",
+ " 'clues': [('win over',\n",
+ " 'make (someone) agree, understand, or realize the truth or validity of something'),\n",
+ " ('convert',\n",
+ " 'make (someone) agree, understand, or realize the truth or validity of something'),\n",
+ " ('commute',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
- " ('convert', 'complete successfully'),\n",
- " ('exchange',\n",
+ " ('change',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
- " ('win over',\n",
- " 'make (someone) agree, understand, or realize the truth or validity of something'),\n",
" ('change over',\n",
" 'change from one system to another or to a new plan or policy'),\n",
" ('convince',\n",
" 'make (someone) agree, understand, or realize the truth or validity of something')]},\n",
" {'answer': 'convolute',\n",
" 'hint': 'synonyms for convolute',\n",
- " 'clues': [('sophisticate',\n",
- " 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
- " ('twist',\n",
+ " 'clues': [('convolve', 'curl, wind, or twist together'),\n",
+ " ('sophisticate',\n",
" 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
" ('twist around',\n",
" 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
- " ('convolve', 'curl, wind, or twist together'),\n",
+ " ('twist',\n",
+ " 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
" ('pervert',\n",
" 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive')]},\n",
" {'answer': 'convoluted',\n",
" 'hint': 'synonyms for convoluted',\n",
- " 'clues': [('sophisticate',\n",
+ " 'clues': [('convolve', 'curl, wind, or twist together'),\n",
+ " ('sophisticate',\n",
" 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
- " ('convolute',\n",
+ " ('twist around',\n",
" 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
+ " ('convolute', 'curl, wind, or twist together'),\n",
" ('twist',\n",
" 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
- " ('twist around',\n",
- " 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive'),\n",
- " ('convolve', 'curl, wind, or twist together'),\n",
" ('pervert',\n",
" 'practice sophistry; change the meaning of or be vague about in order to mislead or deceive')]},\n",
" {'answer': 'cooked',\n",
" 'hint': 'synonyms for cooked',\n",
- " 'clues': [('misrepresent', 'tamper, with the purpose of deception'),\n",
- " ('cook', 'prepare a hot meal'),\n",
- " ('ready', 'prepare for eating by applying heat'),\n",
- " ('fudge', 'tamper, with the purpose of deception'),\n",
- " ('wangle', 'tamper, with the purpose of deception'),\n",
- " ('falsify', 'tamper, with the purpose of deception'),\n",
- " ('prepare', 'prepare for eating by applying heat'),\n",
- " ('make', 'prepare for eating by applying heat'),\n",
+ " 'clues': [('cook',\n",
+ " 'transform and make suitable for consumption by heating'),\n",
" ('fix', 'prepare for eating by applying heat'),\n",
" ('manipulate', 'tamper, with the purpose of deception'),\n",
- " ('fake', 'tamper, with the purpose of deception')]},\n",
+ " ('falsify', 'tamper, with the purpose of deception'),\n",
+ " ('wangle', 'tamper, with the purpose of deception'),\n",
+ " ('fudge', 'tamper, with the purpose of deception'),\n",
+ " ('ready', 'prepare for eating by applying heat'),\n",
+ " ('prepare', 'prepare for eating by applying heat'),\n",
+ " ('fake', 'tamper, with the purpose of deception'),\n",
+ " ('misrepresent', 'tamper, with the purpose of deception'),\n",
+ " ('make', 'prepare for eating by applying heat')]},\n",
" {'answer': 'correct',\n",
" 'hint': 'synonyms for correct',\n",
- " 'clues': [('make up', 'adjust for'),\n",
+ " 'clues': [('slump', 'go down in value'),\n",
+ " ('compensate', 'make reparations or amends for'),\n",
+ " ('rectify', 'make right or correct'),\n",
" ('objurgate', 'censure severely'),\n",
- " ('chasten', 'censure severely'),\n",
- " ('chastise', 'censure severely'),\n",
+ " ('castigate', 'censure severely'),\n",
" ('right', 'make right or correct'),\n",
+ " ('make up', 'adjust for'),\n",
+ " ('even out', 'adjust for'),\n",
+ " ('even off', 'adjust for'),\n",
" ('set',\n",
" 'alter or regulate so as to achieve accuracy or conform to a standard'),\n",
- " ('compensate', 'make reparations or amends for'),\n",
- " ('even up', 'adjust for'),\n",
- " ('castigate', 'censure severely'),\n",
+ " ('discipline', 'punish in order to gain control or enforce obedience'),\n",
" ('redress', 'make reparations or amends for'),\n",
- " ('even out', 'adjust for'),\n",
+ " ('sort out', 'punish in order to gain control or enforce obedience'),\n",
+ " ('even up', 'adjust for'),\n",
+ " ('chasten', 'censure severely'),\n",
+ " ('chastise', 'censure severely'),\n",
+ " ('decline', 'go down in value'),\n",
" ('adjust',\n",
" 'alter or regulate so as to achieve accuracy or conform to a standard'),\n",
- " ('discipline', 'punish in order to gain control or enforce obedience'),\n",
- " ('rectify', 'make right or correct'),\n",
- " ('sort out', 'punish in order to gain control or enforce obedience'),\n",
- " ('counterbalance', 'adjust for'),\n",
- " ('slump', 'go down in value'),\n",
- " ('even off', 'adjust for'),\n",
- " ('decline', 'go down in value')]},\n",
+ " ('counterbalance', 'adjust for')]},\n",
" {'answer': 'corrected',\n",
" 'hint': 'synonyms for corrected',\n",
- " 'clues': [('make up', 'adjust for'),\n",
+ " 'clues': [('slump', 'go down in value'),\n",
+ " ('compensate', 'make reparations or amends for'),\n",
+ " ('correct', 'censure severely'),\n",
+ " ('rectify', 'make right or correct'),\n",
" ('objurgate', 'censure severely'),\n",
- " ('chasten', 'censure severely'),\n",
- " ('chastise', 'censure severely'),\n",
- " ('correct', 'treat a defect'),\n",
+ " ('castigate', 'censure severely'),\n",
" ('right', 'make right or correct'),\n",
+ " ('make up', 'adjust for'),\n",
+ " ('even out', 'adjust for'),\n",
+ " ('even off', 'adjust for'),\n",
" ('set',\n",
" 'alter or regulate so as to achieve accuracy or conform to a standard'),\n",
- " ('compensate', 'make reparations or amends for'),\n",
- " ('even up', 'adjust for'),\n",
- " ('castigate', 'censure severely'),\n",
+ " ('discipline', 'punish in order to gain control or enforce obedience'),\n",
" ('redress', 'make reparations or amends for'),\n",
- " ('even out', 'adjust for'),\n",
- " ('adjust',\n",
- " 'alter or regulate so as to achieve accuracy or conform to a standard'),\n",
- " ('rectify', 'make right or correct'),\n",
" ('sort out', 'punish in order to gain control or enforce obedience'),\n",
- " ('counterbalance', 'adjust for'),\n",
- " ('discipline', 'punish in order to gain control or enforce obedience'),\n",
- " ('even off', 'adjust for'),\n",
+ " ('even up', 'adjust for'),\n",
+ " ('chasten', 'censure severely'),\n",
+ " ('chastise', 'censure severely'),\n",
" ('decline', 'go down in value'),\n",
- " ('slump', 'go down in value')]},\n",
+ " ('adjust',\n",
+ " 'alter or regulate so as to achieve accuracy or conform to a standard'),\n",
+ " ('counterbalance', 'adjust for')]},\n",
" {'answer': 'corresponding',\n",
" 'hint': 'synonyms for corresponding',\n",
- " 'clues': [('gibe',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('correspond', 'exchange messages'),\n",
+ " 'clues': [('stand for',\n",
+ " 'take the place of or be parallel or equivalent to'),\n",
" ('match',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('tally',\n",
+ " ('fit',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('correspond', 'take the place of or be parallel or equivalent to'),\n",
" ('equate', 'be equivalent or parallel, in mathematics'),\n",
- " ('stand for', 'take the place of or be parallel or equivalent to'),\n",
- " ('fit',\n",
+ " ('represent', 'take the place of or be parallel or equivalent to'),\n",
+ " ('tally',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('jibe',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('gibe',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
" ('check',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('represent', 'take the place of or be parallel or equivalent to'),\n",
" ('agree',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('jibe',\n",
" 'be compatible, similar or consistent; coincide in their characteristics')]},\n",
" {'answer': 'corrupt',\n",
" 'hint': 'synonyms for corrupt',\n",
" 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('bribe', 'make illegal payments to in exchange for favors or influence'),\n",
- " ('cloud', 'place under suspicion or cast doubt upon'),\n",
- " ('defile', 'place under suspicion or cast doubt upon'),\n",
- " ('spoil', 'alter from the original'),\n",
+ " ('taint', 'place under suspicion or cast doubt upon'),\n",
" (\"grease one's palms\",\n",
" 'make illegal payments to in exchange for favors or influence'),\n",
+ " ('spoil', 'alter from the original'),\n",
" ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
" ('buy', 'make illegal payments to in exchange for favors or influence'),\n",
- " ('taint', 'place under suspicion or cast doubt upon'),\n",
+ " ('defile', 'place under suspicion or cast doubt upon'),\n",
+ " ('cloud', 'place under suspicion or cast doubt upon'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
" ('sully', 'place under suspicion or cast doubt upon'),\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'corrupted',\n",
" 'hint': 'synonyms for corrupted',\n",
- " 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " 'clues': [(\"grease one's palms\",\n",
+ " 'make illegal payments to in exchange for favors or influence'),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('cloud', 'place under suspicion or cast doubt upon'),\n",
+ " ('sully', 'place under suspicion or cast doubt upon'),\n",
+ " ('buy', 'make illegal payments to in exchange for favors or influence'),\n",
+ " ('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
" ('bribe', 'make illegal payments to in exchange for favors or influence'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('spoil', 'alter from the original'),\n",
" ('taint', 'place under suspicion or cast doubt upon'),\n",
- " ('buy', 'make illegal payments to in exchange for favors or influence'),\n",
- " ('sully', 'place under suspicion or cast doubt upon'),\n",
- " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('debase', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('corrupt', 'alter from the original'),\n",
+ " ('spoil', 'alter from the original'),\n",
" ('defile', 'place under suspicion or cast doubt upon'),\n",
- " (\"grease one's palms\",\n",
- " 'make illegal payments to in exchange for favors or influence'),\n",
- " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('cloud', 'place under suspicion or cast doubt upon')]},\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'corrupting',\n",
" 'hint': 'synonyms for corrupting',\n",
- " 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " 'clues': [(\"grease one's palms\",\n",
+ " 'make illegal payments to in exchange for favors or influence'),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('cloud', 'place under suspicion or cast doubt upon'),\n",
+ " ('sully', 'place under suspicion or cast doubt upon'),\n",
+ " ('buy', 'make illegal payments to in exchange for favors or influence'),\n",
+ " ('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
" ('bribe', 'make illegal payments to in exchange for favors or influence'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('spoil', 'alter from the original'),\n",
" ('taint', 'place under suspicion or cast doubt upon'),\n",
- " ('buy', 'make illegal payments to in exchange for favors or influence'),\n",
- " ('sully', 'place under suspicion or cast doubt upon'),\n",
- " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('debase', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('corrupt', 'alter from the original'),\n",
+ " ('spoil', 'alter from the original'),\n",
" ('defile', 'place under suspicion or cast doubt upon'),\n",
- " (\"grease one's palms\",\n",
- " 'make illegal payments to in exchange for favors or influence'),\n",
- " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('cloud', 'place under suspicion or cast doubt upon')]},\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'counterbalanced',\n",
" 'hint': 'synonyms for counterbalanced',\n",
- " 'clues': [('even up', 'adjust for'),\n",
- " ('make up', 'adjust for'),\n",
- " ('countervail', 'oppose and mitigate the effects of by contrary actions'),\n",
- " ('neutralize', 'oppose and mitigate the effects of by contrary actions'),\n",
- " ('even out', 'adjust for'),\n",
- " ('counterbalance',\n",
+ " 'clues': [('counterbalance',\n",
" 'oppose and mitigate the effects of by contrary actions'),\n",
- " ('correct', 'adjust for'),\n",
" ('oppose', 'contrast with equal weight or force'),\n",
+ " ('even up', 'adjust for'),\n",
+ " ('make up', 'adjust for'),\n",
" ('compensate', 'adjust for'),\n",
+ " ('even out', 'adjust for'),\n",
" ('even off', 'adjust for'),\n",
- " ('counteract',\n",
+ " ('correct', 'adjust for'),\n",
+ " ('counteract', 'oppose and mitigate the effects of by contrary actions'),\n",
+ " ('neutralize', 'oppose and mitigate the effects of by contrary actions'),\n",
+ " ('countervail',\n",
" 'oppose and mitigate the effects of by contrary actions')]},\n",
" {'answer': 'coupled',\n",
" 'hint': 'synonyms for coupled',\n",
- " 'clues': [('couple', 'link together'),\n",
- " ('partner off', 'form a pair or pairs'),\n",
- " ('copulate', 'engage in sexual intercourse'),\n",
+ " 'clues': [('pair', 'form a pair or pairs'),\n",
+ " ('couple', 'bring two objects, ideas, or people together'),\n",
+ " ('mate', 'bring two objects, ideas, or people together'),\n",
" ('match', 'bring two objects, ideas, or people together'),\n",
" ('pair off', 'form a pair or pairs'),\n",
+ " ('twin', 'bring two objects, ideas, or people together'),\n",
" ('couple on', 'link together'),\n",
- " ('pair', 'form a pair or pairs'),\n",
" ('couple up', 'link together'),\n",
- " ('mate', 'engage in sexual intercourse'),\n",
- " ('twin', 'bring two objects, ideas, or people together')]},\n",
+ " ('copulate', 'engage in sexual intercourse'),\n",
+ " ('partner off', 'form a pair or pairs')]},\n",
" {'answer': 'covered',\n",
" 'hint': 'synonyms for covered',\n",
- " 'clues': [('cover',\n",
- " 'to take an action to protect against future problems'),\n",
- " ('plow', 'act on verbally or in some form of artistic expression'),\n",
- " ('spread over', 'form a cover over'),\n",
+ " 'clues': [('cover', 'maintain a check on; especially by patrolling'),\n",
+ " ('cover up', 'hide from view or knowledge'),\n",
" ('report',\n",
" 'be responsible for reporting the details of, as in journalism'),\n",
+ " ('brood', 'sit on (eggs)'),\n",
" ('comprehend',\n",
" \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
- " ('handle', 'act on verbally or in some form of artistic expression'),\n",
- " ('pass over', 'travel across or pass over'),\n",
+ " ('hatch', 'sit on (eggs)'),\n",
+ " ('wrap up', 'clothe, as if for protection from the elements'),\n",
" ('extend', 'span an interval of distance, space or time'),\n",
- " ('continue', 'span an interval of distance, space or time'),\n",
- " ('treat', 'act on verbally or in some form of artistic expression'),\n",
- " ('encompass',\n",
- " \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
- " ('compensate',\n",
- " 'make up for shortcomings or a feeling of inferiority by exaggerating good qualities'),\n",
+ " ('address', 'act on verbally or in some form of artistic expression'),\n",
+ " ('deal', 'act on verbally or in some form of artistic expression'),\n",
+ " ('shroud', 'cover as if with a shroud'),\n",
+ " ('pass over', 'travel across or pass over'),\n",
" ('overlay', 'put something on top of something else'),\n",
- " ('get over', 'travel across or pass over'),\n",
- " ('hide', 'cover as if with a shroud'),\n",
- " ('overcompensate',\n",
- " 'make up for shortcomings or a feeling of inferiority by exaggerating good qualities'),\n",
- " ('get across', 'travel across or pass over'),\n",
+ " ('handle', 'act on verbally or in some form of artistic expression'),\n",
+ " ('cut across', 'travel across or pass over'),\n",
" ('track', 'travel across or pass over'),\n",
+ " ('traverse', 'travel across or pass over'),\n",
+ " ('embrace',\n",
+ " \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
+ " ('get over', 'travel across or pass over'),\n",
" ('insure', 'protect by insurance'),\n",
- " ('brood', 'sit on (eggs)'),\n",
- " ('cover up', 'hide from view or knowledge'),\n",
- " ('shroud', 'cover as if with a shroud'),\n",
- " ('breed', 'copulate with a female, used especially of horses'),\n",
- " ('underwrite', 'protect by insurance'),\n",
- " ('address', 'act on verbally or in some form of artistic expression'),\n",
" ('cross', 'travel across or pass over'),\n",
+ " ('continue', 'span an interval of distance, space or time'),\n",
+ " ('underwrite', 'protect by insurance'),\n",
" ('cut through', 'travel across or pass over'),\n",
- " ('traverse', 'travel across or pass over'),\n",
- " ('deal', 'act on verbally or in some form of artistic expression'),\n",
- " ('hatch', 'sit on (eggs)'),\n",
" ('incubate', 'sit on (eggs)'),\n",
- " ('embrace',\n",
+ " ('overcompensate',\n",
+ " 'make up for shortcomings or a feeling of inferiority by exaggerating good qualities'),\n",
+ " ('plow', 'act on verbally or in some form of artistic expression'),\n",
+ " ('treat', 'act on verbally or in some form of artistic expression'),\n",
+ " ('compensate',\n",
+ " 'make up for shortcomings or a feeling of inferiority by exaggerating good qualities'),\n",
+ " ('encompass',\n",
" \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
- " ('wrap up', 'clothe, as if for protection from the elements'),\n",
- " ('cut across', 'travel across or pass over')]},\n",
+ " ('spread over', 'form a cover over'),\n",
+ " ('breed', 'copulate with a female, used especially of horses'),\n",
+ " ('hide', 'cover as if with a shroud'),\n",
+ " ('get across', 'travel across or pass over')]},\n",
" {'answer': 'crabbed',\n",
" 'hint': 'synonyms for crabbed',\n",
- " 'clues': [('crab', 'scurry sideways like a crab'),\n",
+ " 'clues': [('bitch', 'complain'),\n",
" ('squawk', 'complain'),\n",
" ('holler', 'complain'),\n",
- " ('bellyache', 'complain'),\n",
- " ('grouse', 'complain'),\n",
- " ('bitch', 'complain'),\n",
" ('gripe', 'complain'),\n",
- " ('beef', 'complain')]},\n",
+ " ('crab', 'complain'),\n",
+ " ('beef', 'complain'),\n",
+ " ('bellyache', 'complain'),\n",
+ " ('grouse', 'complain')]},\n",
" {'answer': 'crack',\n",
" 'hint': 'synonyms for crack',\n",
- " 'clues': [('collapse', 'suffer a nervous breakdown'),\n",
+ " 'clues': [('break through', 'pass through (a barrier)'),\n",
" ('crack up', 'suffer a nervous breakdown'),\n",
" ('check', 'become fractured; break or crack on the surface only'),\n",
- " ('break through', 'pass through (a barrier)'),\n",
- " ('break up', 'suffer a nervous breakdown'),\n",
" ('snap', 'make a sharp sound'),\n",
- " ('break', 'become fractured; break or crack on the surface only')]},\n",
+ " ('break', 'become fractured; break or crack on the surface only'),\n",
+ " ('collapse', 'suffer a nervous breakdown'),\n",
+ " ('break up', 'suffer a nervous breakdown')]},\n",
" {'answer': 'cracked',\n",
" 'hint': 'synonyms for cracked',\n",
- " 'clues': [('collapse', 'suffer a nervous breakdown'),\n",
- " ('crack', 'break suddenly and abruptly, as under tension'),\n",
- " ('snap', 'make a sharp sound'),\n",
- " ('break', 'become fractured; break or crack on the surface only'),\n",
+ " 'clues': [('crack',\n",
+ " 'reduce (petroleum) to a simpler compound by cracking'),\n",
" ('crack up', 'suffer a nervous breakdown'),\n",
- " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('snap', 'break suddenly and abruptly, as under tension'),\n",
" ('break through', 'pass through (a barrier)'),\n",
- " ('break up', 'suffer a nervous breakdown')]},\n",
+ " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('break', 'become fractured; break or crack on the surface only'),\n",
+ " ('break up', 'suffer a nervous breakdown'),\n",
+ " ('collapse', 'suffer a nervous breakdown')]},\n",
" {'answer': 'cracking',\n",
" 'hint': 'synonyms for cracking',\n",
- " 'clues': [('collapse', 'suffer a nervous breakdown'),\n",
- " ('crack', 'break suddenly and abruptly, as under tension'),\n",
- " ('snap', 'make a sharp sound'),\n",
- " ('break', 'become fractured; break or crack on the surface only'),\n",
+ " 'clues': [('crack',\n",
+ " 'reduce (petroleum) to a simpler compound by cracking'),\n",
" ('crack up', 'suffer a nervous breakdown'),\n",
- " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('snap', 'break suddenly and abruptly, as under tension'),\n",
" ('break through', 'pass through (a barrier)'),\n",
- " ('break up', 'suffer a nervous breakdown')]},\n",
+ " ('check', 'become fractured; break or crack on the surface only'),\n",
+ " ('break', 'become fractured; break or crack on the surface only'),\n",
+ " ('break up', 'suffer a nervous breakdown'),\n",
+ " ('collapse', 'suffer a nervous breakdown')]},\n",
" {'answer': 'cramped',\n",
" 'hint': 'synonyms for cramped',\n",
- " 'clues': [('cramp', 'affect with or as if with a cramp'),\n",
+ " 'clues': [('hamper', 'prevent the progress or free movement of'),\n",
+ " ('cramp', 'prevent the progress or free movement of'),\n",
" ('strangle', 'prevent the progress or free movement of'),\n",
- " ('halter', 'prevent the progress or free movement of'),\n",
- " ('hamper', 'prevent the progress or free movement of')]},\n",
+ " ('halter', 'prevent the progress or free movement of')]},\n",
" {'answer': 'crashing',\n",
" 'hint': 'synonyms for crashing',\n",
- " 'clues': [('crash', 'break violently or noisily; smash'),\n",
- " ('barge in', 'enter uninvited; informal'),\n",
- " ('go down', 'stop operating'),\n",
- " ('break apart', 'break violently or noisily; smash'),\n",
- " ('doss down', 'sleep in a convenient place'),\n",
+ " 'clues': [('doss down', 'sleep in a convenient place'),\n",
" ('doss', 'sleep in a convenient place'),\n",
+ " ('crash', 'move violently as through a barrier'),\n",
+ " ('break apart', 'break violently or noisily; smash'),\n",
+ " ('dash', 'hurl or thrust violently'),\n",
" ('ram', 'undergo damage or destruction on impact'),\n",
" ('gate-crash', 'enter uninvited; informal'),\n",
" ('break up', 'break violently or noisily; smash'),\n",
- " ('dash', 'hurl or thrust violently')]},\n",
+ " ('go down', 'stop operating'),\n",
+ " ('barge in', 'enter uninvited; informal')]},\n",
" {'answer': 'craved',\n",
" 'hint': 'synonyms for craved',\n",
- " 'clues': [('crave', 'have a craving, appetite, or great desire for'),\n",
- " ('starve', 'have a craving, appetite, or great desire for'),\n",
+ " 'clues': [('hunger', 'have a craving, appetite, or great desire for'),\n",
+ " ('crave', 'plead or ask for earnestly'),\n",
" ('thirst', 'have a craving, appetite, or great desire for'),\n",
" ('lust', 'have a craving, appetite, or great desire for'),\n",
- " ('hunger', 'have a craving, appetite, or great desire for')]},\n",
+ " ('starve', 'have a craving, appetite, or great desire for')]},\n",
" {'answer': 'cringing',\n",
" 'hint': 'synonyms for cringing',\n",
- " 'clues': [('cringe', 'show submission or fear'),\n",
- " ('flinch', 'draw back, as with fear or pain'),\n",
- " ('creep', 'show submission or fear'),\n",
- " ('grovel', 'show submission or fear'),\n",
+ " 'clues': [('quail', 'draw back, as with fear or pain'),\n",
" ('funk', 'draw back, as with fear or pain'),\n",
- " ('wince', 'draw back, as with fear or pain'),\n",
- " ('squinch', 'draw back, as with fear or pain'),\n",
+ " ('recoil', 'draw back, as with fear or pain'),\n",
+ " ('fawn', 'show submission or fear'),\n",
" ('cower', 'show submission or fear'),\n",
- " ('crawl', 'show submission or fear'),\n",
- " ('quail', 'draw back, as with fear or pain'),\n",
+ " ('cringe', 'draw back, as with fear or pain'),\n",
+ " ('wince', 'draw back, as with fear or pain'),\n",
" ('shrink', 'draw back, as with fear or pain'),\n",
- " ('recoil', 'draw back, as with fear or pain'),\n",
- " ('fawn', 'show submission or fear')]},\n",
+ " ('flinch', 'draw back, as with fear or pain'),\n",
+ " ('squinch', 'draw back, as with fear or pain'),\n",
+ " ('creep', 'show submission or fear'),\n",
+ " ('grovel', 'show submission or fear'),\n",
+ " ('crawl', 'show submission or fear')]},\n",
" {'answer': 'crinkled',\n",
" 'hint': 'synonyms for crinkled',\n",
- " 'clues': [('crease', 'become wrinkled or crumpled or creased'),\n",
- " ('scrunch up',\n",
- " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
- " ('scrunch',\n",
+ " 'clues': [('crinkle', 'become wrinkled or crumpled or creased'),\n",
+ " ('rumple', 'become wrinkled or crumpled or creased'),\n",
+ " ('crease',\n",
" 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
- " ('crumple', 'become wrinkled or crumpled or creased'),\n",
- " ('crinkle',\n",
+ " ('scrunch up',\n",
" 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
" ('crisp',\n",
" 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
" ('ruckle',\n",
+ " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
+ " ('scrunch',\n",
" 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in')]},\n",
" {'answer': 'crisp',\n",
" 'hint': 'synonyms for crisp',\n",
- " 'clues': [('crinkle',\n",
- " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
- " ('crispen', 'make brown and crisp by heating'),\n",
+ " 'clues': [('crispen', 'make brown and crisp by heating'),\n",
" ('toast', 'make brown and crisp by heating'),\n",
- " ('scrunch up',\n",
- " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
- " ('scrunch',\n",
- " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
" ('ruckle',\n",
" 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
+ " ('wrinkle',\n",
+ " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
" ('crease',\n",
+ " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
+ " ('scrunch',\n",
+ " 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in'),\n",
+ " ('scrunch up',\n",
" 'make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in')]},\n",
" {'answer': 'cropped',\n",
" 'hint': 'synonyms for cropped',\n",
- " 'clues': [('crop', 'prepare for crops'),\n",
- " ('clip', 'cultivate, tend, and cut back the growth of'),\n",
- " ('prune', 'cultivate, tend, and cut back the growth of'),\n",
- " ('cultivate', 'prepare for crops'),\n",
- " ('pasture', 'let feed in a field or pasture or meadow'),\n",
+ " 'clues': [('dress', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('graze', 'let feed in a field or pasture or meadow'),\n",
" ('work', 'prepare for crops'),\n",
- " ('lop', 'cultivate, tend, and cut back the growth of'),\n",
- " ('cut back', 'cultivate, tend, and cut back the growth of'),\n",
- " ('range', 'feed as in a meadow or pasture'),\n",
- " ('dress', 'cultivate, tend, and cut back the growth of'),\n",
- " ('graze', 'feed as in a meadow or pasture'),\n",
+ " ('pasture', 'feed as in a meadow or pasture'),\n",
+ " ('crop', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('cultivate', 'prepare for crops'),\n",
" ('snip', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('trim', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('prune', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('range', 'feed as in a meadow or pasture'),\n",
+ " ('clip', 'cultivate, tend, and cut back the growth of'),\n",
" ('browse', 'feed as in a meadow or pasture'),\n",
- " ('trim', 'cultivate, tend, and cut back the growth of')]},\n",
+ " ('lop', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('cut back', 'cultivate, tend, and cut back the growth of')]},\n",
" {'answer': 'cross',\n",
" 'hint': 'synonyms for cross',\n",
- " 'clues': [('traverse',\n",
- " 'to cover or extend over an area or time period; ,'),\n",
- " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('get across', 'travel across or pass over'),\n",
- " ('track', 'travel across or pass over'),\n",
- " ('sweep', 'to cover or extend over an area or time period; ,'),\n",
- " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('pass over', 'travel across or pass over'),\n",
+ " 'clues': [('get over', 'travel across or pass over'),\n",
" ('intersect', 'meet at a point'),\n",
- " ('interbreed',\n",
- " 'breed animals or plants using parents of different races and varieties'),\n",
- " ('hybridise',\n",
- " 'breed animals or plants using parents of different races and varieties'),\n",
" ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('crossbreed',\n",
" 'breed animals or plants using parents of different races and varieties'),\n",
- " ('cover', 'travel across or pass over'),\n",
- " ('baffle', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('get over', 'travel across or pass over'),\n",
+ " ('interbreed',\n",
+ " 'breed animals or plants using parents of different races and varieties'),\n",
+ " ('sweep', 'to cover or extend over an area or time period; ,'),\n",
+ " ('traverse', 'to cover or extend over an area or time period; ,'),\n",
+ " ('get across', 'travel across or pass over'),\n",
+ " ('hybridize',\n",
+ " 'breed animals or plants using parents of different races and varieties'),\n",
+ " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('cut through', 'travel across or pass over'),\n",
- " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('span', 'to cover or extend over an area or time period; ,'),\n",
+ " ('cover', 'travel across or pass over'),\n",
+ " ('pass over', 'travel across or pass over'),\n",
" ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('cut across', 'travel across or pass over')]},\n",
+ " ('span', 'to cover or extend over an area or time period; ,'),\n",
+ " ('cut across', 'travel across or pass over'),\n",
+ " ('track', 'travel across or pass over'),\n",
+ " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('baffle', 'hinder or prevent (the efforts, plans, or desires) of')]},\n",
" {'answer': 'crossbred',\n",
" 'hint': 'synonyms for crossbred',\n",
- " 'clues': [('hybridize',\n",
+ " 'clues': [('cross',\n",
" 'breed animals or plants using parents of different races and varieties'),\n",
- " ('interbreed',\n",
+ " ('crossbreed',\n",
" 'breed animals or plants using parents of different races and varieties'),\n",
- " ('cross',\n",
+ " ('hybridise',\n",
" 'breed animals or plants using parents of different races and varieties'),\n",
- " ('crossbreed',\n",
+ " ('interbreed',\n",
" 'breed animals or plants using parents of different races and varieties')]},\n",
" {'answer': 'crossed',\n",
" 'hint': 'synonyms for crossed',\n",
- " 'clues': [('traverse',\n",
- " 'to cover or extend over an area or time period; ,'),\n",
- " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('get across', 'travel across or pass over'),\n",
- " ('track', 'travel across or pass over'),\n",
- " ('sweep', 'to cover or extend over an area or time period; ,'),\n",
- " ('cross', 'fold so as to resemble a cross'),\n",
- " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('pass over', 'travel across or pass over'),\n",
+ " 'clues': [('get over', 'travel across or pass over'),\n",
+ " ('cross', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('intersect', 'meet at a point'),\n",
- " ('interbreed',\n",
- " 'breed animals or plants using parents of different races and varieties'),\n",
- " ('hybridise',\n",
- " 'breed animals or plants using parents of different races and varieties'),\n",
" ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('crossbreed',\n",
" 'breed animals or plants using parents of different races and varieties'),\n",
- " ('cover', 'travel across or pass over'),\n",
+ " ('interbreed',\n",
+ " 'breed animals or plants using parents of different races and varieties'),\n",
+ " ('sweep', 'to cover or extend over an area or time period; ,'),\n",
+ " ('traverse', 'to cover or extend over an area or time period; ,'),\n",
+ " ('hybridize',\n",
+ " 'breed animals or plants using parents of different races and varieties'),\n",
+ " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('baffle', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('cut through', 'travel across or pass over'),\n",
- " ('get over', 'travel across or pass over'),\n",
- " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('span', 'to cover or extend over an area or time period; ,'),\n",
+ " ('pass over', 'travel across or pass over'),\n",
" ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('cut across', 'travel across or pass over')]},\n",
+ " ('span', 'to cover or extend over an area or time period; ,'),\n",
+ " ('cut across', 'travel across or pass over'),\n",
+ " ('track', 'travel across or pass over'),\n",
+ " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('cover', 'travel across or pass over'),\n",
+ " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('get across', 'travel across or pass over')]},\n",
" {'answer': 'crowded',\n",
" 'hint': 'synonyms for crowded',\n",
" 'clues': [('crowd', 'approach a certain age or speed'),\n",
+ " ('push', 'approach a certain age or speed'),\n",
" ('crowd together', 'to gather together in large numbers'),\n",
- " ('herd', 'cause to herd, drive, or crowd together'),\n",
- " ('push', 'approach a certain age or speed')]},\n",
+ " ('herd', 'cause to herd, drive, or crowd together')]},\n",
" {'answer': 'crumpled',\n",
" 'hint': 'synonyms for crumpled',\n",
- " 'clues': [('tumble', 'fall apart'),\n",
- " ('buckle', 'fold or collapse'),\n",
- " ('rumple', 'to gather something into small wrinkles or folds'),\n",
- " ('crease', 'become wrinkled or crumpled or creased'),\n",
- " ('knit', 'to gather something into small wrinkles or folds'),\n",
- " ('crumble', 'fall apart'),\n",
+ " 'clues': [('crinkle', 'become wrinkled or crumpled or creased'),\n",
+ " ('rumple', 'become wrinkled or crumpled or creased'),\n",
" ('collapse', 'fall apart'),\n",
- " ('crinkle', 'become wrinkled or crumpled or creased'),\n",
+ " ('crumble', 'fall apart'),\n",
+ " ('break down', 'fall apart'),\n",
" ('cockle', 'to gather something into small wrinkles or folds'),\n",
+ " ('buckle', 'fold or collapse'),\n",
+ " ('knit', 'to gather something into small wrinkles or folds'),\n",
+ " ('crease', 'become wrinkled or crumpled or creased'),\n",
" ('pucker', 'to gather something into small wrinkles or folds'),\n",
- " ('break down', 'fall apart')]},\n",
+ " ('tumble', 'fall apart')]},\n",
" {'answer': 'crushed',\n",
" 'hint': 'synonyms for crushed',\n",
- " 'clues': [('break down', 'make ineffective'),\n",
- " ('demolish', 'humiliate or depress completely'),\n",
- " ('beat out', 'come out better in a competition, race, or conflict'),\n",
+ " 'clues': [('mash',\n",
+ " 'to compress with violence, out of natural shape or condition'),\n",
+ " ('squelch',\n",
+ " 'to compress with violence, out of natural shape or condition'),\n",
+ " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
" ('suppress',\n",
" \"come down on or keep down by unjust use of one's authority\"),\n",
- " ('squeeze',\n",
- " 'to compress with violence, out of natural shape or condition'),\n",
- " ('shell', 'come out better in a competition, race, or conflict'),\n",
- " ('crush', 'come out better in a competition, race, or conflict'),\n",
+ " ('beat out', 'come out better in a competition, race, or conflict'),\n",
" ('squash',\n",
" 'to compress with violence, out of natural shape or condition'),\n",
- " ('oppress', \"come down on or keep down by unjust use of one's authority\"),\n",
- " ('mash', 'to compress with violence, out of natural shape or condition'),\n",
- " ('trounce', 'come out better in a competition, race, or conflict'),\n",
+ " ('crush', 'to compress with violence, out of natural shape or condition'),\n",
+ " ('beat', 'come out better in a competition, race, or conflict'),\n",
" ('jam', 'crush or bruise'),\n",
- " ('squelch',\n",
+ " ('demolish', 'humiliate or depress completely'),\n",
+ " ('shell', 'come out better in a competition, race, or conflict'),\n",
+ " ('oppress', \"come down on or keep down by unjust use of one's authority\"),\n",
+ " ('break down', 'make ineffective'),\n",
+ " ('squeeze',\n",
" 'to compress with violence, out of natural shape or condition'),\n",
- " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
- " ('beat', 'come out better in a competition, race, or conflict')]},\n",
+ " ('trounce', 'come out better in a competition, race, or conflict')]},\n",
" {'answer': 'crushing',\n",
" 'hint': 'synonyms for crushing',\n",
- " 'clues': [('break down', 'make ineffective'),\n",
- " ('demolish', 'humiliate or depress completely'),\n",
- " ('beat out', 'come out better in a competition, race, or conflict'),\n",
+ " 'clues': [('mash',\n",
+ " 'to compress with violence, out of natural shape or condition'),\n",
+ " ('squelch',\n",
+ " 'to compress with violence, out of natural shape or condition'),\n",
+ " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
" ('suppress',\n",
" \"come down on or keep down by unjust use of one's authority\"),\n",
- " ('squeeze',\n",
- " 'to compress with violence, out of natural shape or condition'),\n",
- " ('shell', 'come out better in a competition, race, or conflict'),\n",
- " ('crush', 'come out better in a competition, race, or conflict'),\n",
+ " ('beat out', 'come out better in a competition, race, or conflict'),\n",
" ('squash',\n",
" 'to compress with violence, out of natural shape or condition'),\n",
- " ('oppress', \"come down on or keep down by unjust use of one's authority\"),\n",
- " ('mash', 'to compress with violence, out of natural shape or condition'),\n",
- " ('trounce', 'come out better in a competition, race, or conflict'),\n",
+ " ('crush', 'to compress with violence, out of natural shape or condition'),\n",
+ " ('beat', 'come out better in a competition, race, or conflict'),\n",
" ('jam', 'crush or bruise'),\n",
- " ('squelch',\n",
+ " ('demolish', 'humiliate or depress completely'),\n",
+ " ('shell', 'come out better in a competition, race, or conflict'),\n",
+ " ('oppress', \"come down on or keep down by unjust use of one's authority\"),\n",
+ " ('break down', 'make ineffective'),\n",
+ " ('squeeze',\n",
" 'to compress with violence, out of natural shape or condition'),\n",
- " ('vanquish', 'come out better in a competition, race, or conflict'),\n",
- " ('beat', 'come out better in a competition, race, or conflict')]},\n",
+ " ('trounce', 'come out better in a competition, race, or conflict')]},\n",
" {'answer': 'crying',\n",
" 'hint': 'synonyms for crying',\n",
- " 'clues': [('scream', 'utter a sudden loud cry'),\n",
- " ('shout out', 'utter a sudden loud cry'),\n",
+ " 'clues': [('cry', 'demand immediate action'),\n",
" ('call', 'utter a sudden loud cry'),\n",
- " ('cry', 'proclaim or announce in public'),\n",
- " ('squall', 'utter a sudden loud cry'),\n",
+ " ('shout', 'utter aloud; often with surprise, horror, or joy'),\n",
+ " ('cry out', 'utter aloud; often with surprise, horror, or joy'),\n",
+ " ('outcry', 'utter aloud; often with surprise, horror, or joy'),\n",
" ('hollo', 'utter a sudden loud cry'),\n",
- " ('blazon out', 'proclaim or announce in public'),\n",
- " ('call out', 'utter aloud; often with surprise, horror, or joy'),\n",
- " ('shout', 'utter a sudden loud cry'),\n",
- " ('yell', 'utter a sudden loud cry'),\n",
- " ('holler', 'utter a sudden loud cry'),\n",
" ('weep', 'shed tears because of sadness, rage, or pain'),\n",
- " ('outcry', 'utter aloud; often with surprise, horror, or joy'),\n",
+ " ('squall', 'utter a sudden loud cry'),\n",
+ " ('yell', 'utter a sudden loud cry'),\n",
+ " ('call out', 'utter aloud; often with surprise, horror, or joy'),\n",
+ " ('shout out', 'utter a sudden loud cry'),\n",
+ " ('scream', 'utter a sudden loud cry'),\n",
" ('exclaim', 'utter aloud; often with surprise, horror, or joy'),\n",
- " ('cry out', 'utter aloud; often with surprise, horror, or joy')]},\n",
+ " ('blazon out', 'proclaim or announce in public'),\n",
+ " ('holler', 'utter a sudden loud cry')]},\n",
" {'answer': 'crystalised',\n",
" 'hint': 'synonyms for crystalised',\n",
- " 'clues': [('crystalise',\n",
- " 'cause to form crystals or assume crystalline form'),\n",
- " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " 'clues': [('crystalise', 'assume crystalline form; become crystallized'),\n",
" ('clear', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
" ('effloresce', 'assume crystalline form; become crystallized'),\n",
+ " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
" ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear')]},\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'crystalized',\n",
" 'hint': 'synonyms for crystalized',\n",
- " 'clues': [('crystalise',\n",
- " 'cause to form crystals or assume crystalline form'),\n",
- " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " 'clues': [('crystalise', 'assume crystalline form; become crystallized'),\n",
" ('clear', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
" ('effloresce', 'assume crystalline form; become crystallized'),\n",
+ " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
" ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear')]},\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'crystallised',\n",
" 'hint': 'synonyms for crystallised',\n",
- " 'clues': [('crystalise',\n",
- " 'cause to form crystals or assume crystalline form'),\n",
- " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " 'clues': [('crystalize', 'cause to take on a definite and clear shape'),\n",
" ('clear', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
" ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear')]},\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'crystallized',\n",
" 'hint': 'synonyms for crystallized',\n",
- " 'clues': [('crystalise', 'cause to take on a definite and clear shape'),\n",
- " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " 'clues': [('crystalise', 'assume crystalline form; become crystallized'),\n",
" ('clear', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
" ('effloresce', 'assume crystalline form; become crystallized'),\n",
+ " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
" ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear')]},\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'cultivated',\n",
" 'hint': 'synonyms for cultivated',\n",
- " 'clues': [('naturalize',\n",
- " 'adapt (a wild plant or unclaimed land) to the environment'),\n",
- " ('crop', 'prepare for crops'),\n",
- " ('educate', 'teach or refine to be discriminative in taste or judgment'),\n",
+ " 'clues': [('train',\n",
+ " 'teach or refine to be discriminative in taste or judgment'),\n",
" ('civilise', 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('tame', 'adapt (a wild plant or unclaimed land) to the environment'),\n",
- " ('cultivate', 'prepare for crops'),\n",
+ " ('cultivate', 'foster the growth of'),\n",
" ('work', 'prepare for crops'),\n",
- " ('train', 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('domesticate',\n",
+ " ('educate', 'teach or refine to be discriminative in taste or judgment'),\n",
+ " ('tame', 'adapt (a wild plant or unclaimed land) to the environment'),\n",
+ " ('crop', 'prepare for crops'),\n",
+ " ('naturalize',\n",
" 'adapt (a wild plant or unclaimed land) to the environment'),\n",
- " ('school', 'teach or refine to be discriminative in taste or judgment')]},\n",
+ " ('school', 'teach or refine to be discriminative in taste or judgment'),\n",
+ " ('domesticate',\n",
+ " 'adapt (a wild plant or unclaimed land) to the environment')]},\n",
" {'answer': 'curled',\n",
" 'hint': 'synonyms for curled',\n",
- " 'clues': [('draw in', \"shape one's body into a curl\"),\n",
+ " 'clues': [('kink', 'form a curl, curve, or kink'),\n",
+ " ('coil', 'wind around something in coils or loops'),\n",
+ " ('draw in', \"shape one's body into a curl\"),\n",
" ('curl', 'play the Scottish game of curling'),\n",
" ('curve', 'form a curl, curve, or kink'),\n",
- " ('coil', 'wind around something in coils or loops'),\n",
+ " ('loop', 'wind around something in coils or loops'),\n",
" ('curl up', \"shape one's body into a curl\"),\n",
- " ('kink', 'form a curl, curve, or kink'),\n",
- " ('wave', 'twist or roll into coils or ringlets'),\n",
- " ('loop', 'wind around something in coils or loops')]},\n",
+ " ('wave', 'twist or roll into coils or ringlets')]},\n",
" {'answer': 'curling',\n",
" 'hint': 'synonyms for curling',\n",
- " 'clues': [('draw in', \"shape one's body into a curl\"),\n",
+ " 'clues': [('kink', 'form a curl, curve, or kink'),\n",
+ " ('coil', 'wind around something in coils or loops'),\n",
+ " ('draw in', \"shape one's body into a curl\"),\n",
" ('curl', 'play the Scottish game of curling'),\n",
" ('curve', 'form a curl, curve, or kink'),\n",
- " ('coil', 'wind around something in coils or loops'),\n",
+ " ('loop', 'wind around something in coils or loops'),\n",
" ('curl up', \"shape one's body into a curl\"),\n",
- " ('kink', 'form a curl, curve, or kink'),\n",
- " ('wave', 'twist or roll into coils or ringlets'),\n",
- " ('loop', 'wind around something in coils or loops')]},\n",
+ " ('wave', 'twist or roll into coils or ringlets')]},\n",
" {'answer': 'cursed',\n",
" 'hint': 'synonyms for cursed',\n",
- " 'clues': [('maledict', 'wish harm upon; invoke evil upon'),\n",
- " ('imprecate', 'utter obscenities or profanities'),\n",
- " ('beshrew', 'wish harm upon; invoke evil upon'),\n",
- " ('anathemise', 'wish harm upon; invoke evil upon'),\n",
+ " 'clues': [('curse', 'exclude from a church or a religious community'),\n",
" ('excommunicate', 'exclude from a church or a religious community'),\n",
- " ('curse', 'utter obscenities or profanities'),\n",
+ " ('maledict', 'wish harm upon; invoke evil upon'),\n",
" ('swear', 'utter obscenities or profanities'),\n",
- " ('cuss', 'utter obscenities or profanities'),\n",
- " ('damn', 'wish harm upon; invoke evil upon'),\n",
" ('bedamn', 'wish harm upon; invoke evil upon'),\n",
" ('unchurch', 'exclude from a church or a religious community'),\n",
+ " ('beshrew', 'wish harm upon; invoke evil upon'),\n",
+ " ('damn', 'wish harm upon; invoke evil upon'),\n",
+ " ('imprecate', 'wish harm upon; invoke evil upon'),\n",
+ " ('anathemise', 'wish harm upon; invoke evil upon'),\n",
+ " ('cuss', 'utter obscenities or profanities'),\n",
" ('blaspheme', 'utter obscenities or profanities')]},\n",
" {'answer': 'curst',\n",
" 'hint': 'synonyms for curst',\n",
- " 'clues': [('maledict', 'wish harm upon; invoke evil upon'),\n",
- " ('imprecate', 'utter obscenities or profanities'),\n",
- " ('beshrew', 'wish harm upon; invoke evil upon'),\n",
- " ('anathemise', 'wish harm upon; invoke evil upon'),\n",
+ " 'clues': [('curse', 'exclude from a church or a religious community'),\n",
" ('excommunicate', 'exclude from a church or a religious community'),\n",
- " ('curse', 'utter obscenities or profanities'),\n",
+ " ('maledict', 'wish harm upon; invoke evil upon'),\n",
" ('swear', 'utter obscenities or profanities'),\n",
- " ('cuss', 'utter obscenities or profanities'),\n",
- " ('damn', 'wish harm upon; invoke evil upon'),\n",
" ('bedamn', 'wish harm upon; invoke evil upon'),\n",
" ('unchurch', 'exclude from a church or a religious community'),\n",
+ " ('beshrew', 'wish harm upon; invoke evil upon'),\n",
+ " ('damn', 'wish harm upon; invoke evil upon'),\n",
+ " ('imprecate', 'wish harm upon; invoke evil upon'),\n",
+ " ('anathemise', 'wish harm upon; invoke evil upon'),\n",
+ " ('cuss', 'utter obscenities or profanities'),\n",
" ('blaspheme', 'utter obscenities or profanities')]},\n",
" {'answer': 'curved',\n",
" 'hint': 'synonyms for curved',\n",
- " 'clues': [('twist', 'extend in curves and turns'),\n",
- " ('slew', 'turn sharply; change direction abruptly'),\n",
- " ('crook', 'bend or cause to bend'),\n",
- " ('slue', 'turn sharply; change direction abruptly'),\n",
+ " 'clues': [('kink', 'form a curl, curve, or kink'),\n",
" ('curve', 'form an arch or curve'),\n",
+ " ('slew', 'turn sharply; change direction abruptly'),\n",
+ " ('wind', 'extend in curves and turns'),\n",
" ('sheer', 'turn sharply; change direction abruptly'),\n",
- " ('arc', 'form an arch or curve'),\n",
- " ('cut', 'turn sharply; change direction abruptly'),\n",
- " ('kink', 'form a curl, curve, or kink'),\n",
+ " ('slue', 'turn sharply; change direction abruptly'),\n",
+ " ('arch', 'form an arch or curve'),\n",
" ('swerve', 'turn sharply; change direction abruptly'),\n",
+ " ('twist', 'extend in curves and turns'),\n",
" ('veer', 'turn sharply; change direction abruptly'),\n",
" ('curl', 'form a curl, curve, or kink'),\n",
- " ('wind', 'extend in curves and turns'),\n",
- " ('trend', 'turn sharply; change direction abruptly')]},\n",
+ " ('cut', 'turn sharply; change direction abruptly'),\n",
+ " ('trend', 'turn sharply; change direction abruptly'),\n",
+ " ('crook', 'bend or cause to bend')]},\n",
" {'answer': 'curving',\n",
" 'hint': 'synonyms for curving',\n",
- " 'clues': [('twist', 'extend in curves and turns'),\n",
- " ('slew', 'turn sharply; change direction abruptly'),\n",
- " ('crook', 'bend or cause to bend'),\n",
- " ('slue', 'turn sharply; change direction abruptly'),\n",
+ " 'clues': [('kink', 'form a curl, curve, or kink'),\n",
" ('curve', 'form an arch or curve'),\n",
+ " ('slew', 'turn sharply; change direction abruptly'),\n",
+ " ('wind', 'extend in curves and turns'),\n",
" ('sheer', 'turn sharply; change direction abruptly'),\n",
- " ('arc', 'form an arch or curve'),\n",
- " ('cut', 'turn sharply; change direction abruptly'),\n",
- " ('kink', 'form a curl, curve, or kink'),\n",
+ " ('slue', 'turn sharply; change direction abruptly'),\n",
+ " ('arch', 'form an arch or curve'),\n",
" ('swerve', 'turn sharply; change direction abruptly'),\n",
+ " ('twist', 'extend in curves and turns'),\n",
" ('veer', 'turn sharply; change direction abruptly'),\n",
" ('curl', 'form a curl, curve, or kink'),\n",
- " ('wind', 'extend in curves and turns'),\n",
- " ('trend', 'turn sharply; change direction abruptly')]},\n",
+ " ('cut', 'turn sharply; change direction abruptly'),\n",
+ " ('trend', 'turn sharply; change direction abruptly'),\n",
+ " ('crook', 'bend or cause to bend')]},\n",
" {'answer': 'cussed',\n",
" 'hint': 'synonyms for cussed',\n",
" 'clues': [('swear', 'utter obscenities or profanities'),\n",
- " ('imprecate', 'utter obscenities or profanities'),\n",
- " ('cuss', 'utter obscenities or profanities'),\n",
" ('curse', 'utter obscenities or profanities'),\n",
+ " ('cuss', 'utter obscenities or profanities'),\n",
+ " ('imprecate', 'utter obscenities or profanities'),\n",
" ('blaspheme', 'utter obscenities or profanities')]},\n",
" {'answer': 'cut',\n",
" 'hint': 'synonyms for cut',\n",
- " 'clues': [('trend', 'turn sharply; change direction abruptly'),\n",
- " ('switch off', 'cause to stop operating by disengaging a switch'),\n",
- " ('reduce', 'reduce in scope while retaining essential elements'),\n",
- " ('rationalise', 'weed out unwanted or unnecessary things'),\n",
- " ('abridge', 'reduce in scope while retaining essential elements'),\n",
- " ('make out', 'make out and issue'),\n",
- " ('sheer', 'turn sharply; change direction abruptly'),\n",
- " ('prune', 'weed out unwanted or unnecessary things'),\n",
- " ('cut off', 'cease, stop'),\n",
- " ('ignore', 'refuse to acknowledge'),\n",
- " ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
+ " 'clues': [('skip', 'intentionally fail to attend'),\n",
+ " ('cut back', 'cut down on; make a reduction in'),\n",
" ('write out', 'make out and issue'),\n",
- " ('edit out', 'cut and assemble the components of'),\n",
- " ('trim down', 'cut down on; make a reduction in'),\n",
- " ('snub', 'refuse to acknowledge'),\n",
- " ('issue', 'make out and issue'),\n",
- " ('swerve', 'turn sharply; change direction abruptly'),\n",
" ('turn off', 'cause to stop operating by disengaging a switch'),\n",
- " ('trim back', 'cut down on; make a reduction in'),\n",
- " ('geld', 'cut off the testicles (of male animals such as horses)'),\n",
- " ('shorten', 'reduce in scope while retaining essential elements'),\n",
- " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
" ('burn', 'create by duplicating data'),\n",
- " ('skip', 'intentionally fail to attend'),\n",
- " ('foreshorten', 'reduce in scope while retaining essential elements'),\n",
- " ('contract', 'reduce in scope while retaining essential elements'),\n",
- " ('hack', 'be able to manage or manage successfully'),\n",
" ('slew', 'turn sharply; change direction abruptly'),\n",
+ " ('issue', 'make out and issue'),\n",
+ " ('cut off', 'cease, stop'),\n",
+ " ('trim back', 'cut down on; make a reduction in'),\n",
+ " ('contract', 'reduce in scope while retaining essential elements'),\n",
+ " ('sheer', 'turn sharply; change direction abruptly'),\n",
+ " ('turn out', 'cause to stop operating by disengaging a switch'),\n",
" ('cut down', 'cut down on; make a reduction in'),\n",
- " ('slue', 'turn sharply; change direction abruptly'),\n",
+ " ('make out', 'make out and issue'),\n",
+ " ('prune', 'weed out unwanted or unnecessary things'),\n",
+ " ('bring down', 'cut down on; make a reduction in'),\n",
+ " ('veer', 'turn sharply; change direction abruptly'),\n",
+ " ('rationalize', 'weed out unwanted or unnecessary things'),\n",
+ " ('edit out', 'cut and assemble the components of'),\n",
+ " ('hack', 'be able to manage or manage successfully'),\n",
+ " ('shorten', 'reduce in scope while retaining essential elements'),\n",
" ('edit', 'cut and assemble the components of'),\n",
- " ('thin out', 'lessen the strength or flavor of a solution or mixture'),\n",
+ " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
+ " ('trim down', 'cut down on; make a reduction in'),\n",
+ " ('trend', 'turn sharply; change direction abruptly'),\n",
+ " ('reduce', 'lessen the strength or flavor of a solution or mixture'),\n",
+ " ('switch off', 'cause to stop operating by disengaging a switch'),\n",
+ " ('foreshorten', 'reduce in scope while retaining essential elements'),\n",
" ('curve', 'turn sharply; change direction abruptly'),\n",
+ " ('disregard', 'refuse to acknowledge'),\n",
+ " ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
" ('trim', 'cut down on; make a reduction in'),\n",
- " ('bring down', 'cut down on; make a reduction in'),\n",
+ " ('slue', 'turn sharply; change direction abruptly'),\n",
+ " ('snub', 'refuse to acknowledge'),\n",
+ " ('swerve', 'turn sharply; change direction abruptly'),\n",
+ " ('geld', 'cut off the testicles (of male animals such as horses)'),\n",
" ('tailor', 'style and tailor in a certain fashion'),\n",
+ " ('abridge', 'reduce in scope while retaining essential elements'),\n",
+ " ('ignore', 'refuse to acknowledge'),\n",
" ('dilute', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('veer', 'turn sharply; change direction abruptly'),\n",
- " ('turn out', 'cause to stop operating by disengaging a switch'),\n",
- " ('cut back', 'cut down on; make a reduction in'),\n",
- " ('disregard', 'refuse to acknowledge')]},\n",
+ " ('thin out', 'lessen the strength or flavor of a solution or mixture')]},\n",
" {'answer': 'cut_off',\n",
" 'hint': 'synonyms for cut off',\n",
- " 'clues': [('knap', 'break a small piece off from'),\n",
+ " 'clues': [('cut', 'cease, stop'),\n",
" ('disrupt', 'make a break in'),\n",
- " ('cut out', 'cut off and stop'),\n",
- " ('break off', 'break a small piece off from'),\n",
+ " ('break up', 'make a break in'),\n",
" ('chip', 'break a small piece off from'),\n",
" ('chop off', 'remove by or as if by cutting'),\n",
- " ('break up', 'make a break in'),\n",
+ " ('knap', 'break a small piece off from'),\n",
" ('interrupt', 'make a break in'),\n",
- " ('cut', 'cease, stop'),\n",
+ " ('cut out', 'cut off and stop'),\n",
+ " ('lop off', 'remove by or as if by cutting'),\n",
" ('amputate', 'remove surgically'),\n",
- " ('lop off', 'remove by or as if by cutting')]},\n",
+ " ('break off', 'break a small piece off from')]},\n",
" {'answer': 'cut_up',\n",
" 'hint': 'synonyms for cut up',\n",
- " 'clues': [('compartmentalise',\n",
- " 'separate into isolated compartments or categories'),\n",
- " ('hack', 'significantly cut up a manuscript'),\n",
- " ('carve', 'cut to pieces'),\n",
+ " 'clues': [('mutilate', 'destroy or injure severely'),\n",
+ " ('compartmentalize', 'separate into isolated compartments or categories'),\n",
" ('mangle', 'destroy or injure severely'),\n",
- " ('mutilate', 'destroy or injure severely')]},\n",
+ " ('hack', 'significantly cut up a manuscript'),\n",
+ " ('carve', 'cut to pieces')]},\n",
" {'answer': 'cutting',\n",
" 'hint': 'synonyms for cutting',\n",
- " 'clues': [('reduce', 'reduce in scope while retaining essential elements'),\n",
- " ('cut', 'be able to manage or manage successfully'),\n",
- " ('rationalise', 'weed out unwanted or unnecessary things'),\n",
- " ('ignore', 'refuse to acknowledge'),\n",
- " ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
- " ('swerve', 'turn sharply; change direction abruptly'),\n",
- " ('trim back', 'cut down on; make a reduction in'),\n",
- " ('burn', 'create by duplicating data'),\n",
- " ('skip', 'intentionally fail to attend'),\n",
- " ('foreshorten', 'reduce in scope while retaining essential elements'),\n",
- " ('hack', 'be able to manage or manage successfully'),\n",
- " ('cut down', 'cut down on; make a reduction in'),\n",
- " ('edit', 'cut and assemble the components of'),\n",
- " ('thin out', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('tailor', 'style and tailor in a certain fashion'),\n",
- " ('veer', 'turn sharply; change direction abruptly'),\n",
- " ('turn out', 'cause to stop operating by disengaging a switch'),\n",
- " ('switch off', 'cause to stop operating by disengaging a switch'),\n",
- " ('trend', 'turn sharply; change direction abruptly'),\n",
- " ('abridge', 'reduce in scope while retaining essential elements'),\n",
- " ('make out', 'make out and issue'),\n",
+ " 'clues': [('turn off', 'cause to stop operating by disengaging a switch'),\n",
+ " ('cut', 'make an incision or separation'),\n",
+ " ('slew', 'turn sharply; change direction abruptly'),\n",
+ " ('issue', 'make out and issue'),\n",
+ " ('contract', 'reduce in scope while retaining essential elements'),\n",
" ('sheer', 'turn sharply; change direction abruptly'),\n",
+ " ('make out', 'make out and issue'),\n",
" ('prune', 'weed out unwanted or unnecessary things'),\n",
- " ('cut off', 'cease, stop'),\n",
- " ('write out', 'make out and issue'),\n",
+ " ('rationalize', 'weed out unwanted or unnecessary things'),\n",
" ('edit out', 'cut and assemble the components of'),\n",
+ " ('hack', 'be able to manage or manage successfully'),\n",
+ " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
" ('trim down', 'cut down on; make a reduction in'),\n",
+ " ('reduce', 'lessen the strength or flavor of a solution or mixture'),\n",
+ " ('foreshorten', 'reduce in scope while retaining essential elements'),\n",
+ " ('curve', 'turn sharply; change direction abruptly'),\n",
+ " ('disregard', 'refuse to acknowledge'),\n",
+ " ('slue', 'turn sharply; change direction abruptly'),\n",
" ('snub', 'refuse to acknowledge'),\n",
- " ('issue', 'make out and issue'),\n",
- " ('turn off', 'cause to stop operating by disengaging a switch'),\n",
+ " ('swerve', 'turn sharply; change direction abruptly'),\n",
" ('geld', 'cut off the testicles (of male animals such as horses)'),\n",
+ " ('ignore', 'refuse to acknowledge'),\n",
+ " ('skip', 'intentionally fail to attend'),\n",
+ " ('cut back', 'cut down on; make a reduction in'),\n",
+ " ('write out', 'make out and issue'),\n",
+ " ('burn', 'create by duplicating data'),\n",
+ " ('cut off', 'cease, stop'),\n",
+ " ('trim back', 'cut down on; make a reduction in'),\n",
+ " ('turn out', 'cause to stop operating by disengaging a switch'),\n",
+ " ('cut down', 'cut down on; make a reduction in'),\n",
+ " ('bring down', 'cut down on; make a reduction in'),\n",
+ " ('veer', 'turn sharply; change direction abruptly'),\n",
" ('shorten', 'reduce in scope while retaining essential elements'),\n",
- " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('contract', 'reduce in scope while retaining essential elements'),\n",
- " ('slew', 'turn sharply; change direction abruptly'),\n",
- " ('slue', 'turn sharply; change direction abruptly'),\n",
- " ('curve', 'turn sharply; change direction abruptly'),\n",
+ " ('edit', 'cut and assemble the components of'),\n",
+ " ('trend', 'turn sharply; change direction abruptly'),\n",
+ " ('switch off', 'cause to stop operating by disengaging a switch'),\n",
+ " ('abbreviate', 'reduce in scope while retaining essential elements'),\n",
" ('trim', 'cut down on; make a reduction in'),\n",
- " ('bring down', 'cut down on; make a reduction in'),\n",
+ " ('tailor', 'style and tailor in a certain fashion'),\n",
+ " ('abridge', 'reduce in scope while retaining essential elements'),\n",
" ('dilute', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('cut back', 'cut down on; make a reduction in'),\n",
- " ('disregard', 'refuse to acknowledge')]},\n",
+ " ('thin out', 'lessen the strength or flavor of a solution or mixture')]},\n",
" {'answer': 'dabbled',\n",
" 'hint': 'synonyms for dabbled',\n",
- " 'clues': [('smatter', 'work with in an amateurish manner'),\n",
- " ('dabble', 'play in or as if in water, as of small children'),\n",
- " ('play around', 'work with in an amateurish manner'),\n",
+ " 'clues': [('dabble', 'dip a foot or hand briefly into a liquid'),\n",
" ('splash around', 'play in or as if in water, as of small children'),\n",
+ " ('smatter', 'work with in an amateurish manner'),\n",
+ " ('play around', 'work with in an amateurish manner'),\n",
" ('paddle', 'play in or as if in water, as of small children')]},\n",
" {'answer': 'damn',\n",
" 'hint': 'synonyms for damn',\n",
- " 'clues': [('maledict', 'wish harm upon; invoke evil upon'),\n",
- " ('bedamn', 'wish harm upon; invoke evil upon'),\n",
- " ('curse', 'wish harm upon; invoke evil upon'),\n",
+ " 'clues': [('curse', 'wish harm upon; invoke evil upon'),\n",
" ('beshrew', 'wish harm upon; invoke evil upon'),\n",
- " ('anathemise', 'wish harm upon; invoke evil upon'),\n",
- " ('imprecate', 'wish harm upon; invoke evil upon')]},\n",
+ " ('imprecate', 'wish harm upon; invoke evil upon'),\n",
+ " ('maledict', 'wish harm upon; invoke evil upon'),\n",
+ " ('anathemize', 'wish harm upon; invoke evil upon'),\n",
+ " ('bedamn', 'wish harm upon; invoke evil upon')]},\n",
" {'answer': 'damned',\n",
" 'hint': 'synonyms for damned',\n",
" 'clues': [('maledict', 'wish harm upon; invoke evil upon'),\n",
+ " ('bedamn', 'wish harm upon; invoke evil upon'),\n",
+ " ('curse', 'wish harm upon; invoke evil upon'),\n",
" ('beshrew', 'wish harm upon; invoke evil upon'),\n",
- " ('anathemise', 'wish harm upon; invoke evil upon'),\n",
- " ('imprecate', 'wish harm upon; invoke evil upon'),\n",
" ('damn', 'wish harm upon; invoke evil upon'),\n",
- " ('curse', 'wish harm upon; invoke evil upon'),\n",
- " ('bedamn', 'wish harm upon; invoke evil upon')]},\n",
+ " ('imprecate', 'wish harm upon; invoke evil upon'),\n",
+ " ('anathemize', 'wish harm upon; invoke evil upon')]},\n",
" {'answer': 'damning',\n",
" 'hint': 'synonyms for damning',\n",
" 'clues': [('maledict', 'wish harm upon; invoke evil upon'),\n",
+ " ('bedamn', 'wish harm upon; invoke evil upon'),\n",
+ " ('curse', 'wish harm upon; invoke evil upon'),\n",
" ('beshrew', 'wish harm upon; invoke evil upon'),\n",
- " ('anathemise', 'wish harm upon; invoke evil upon'),\n",
- " ('imprecate', 'wish harm upon; invoke evil upon'),\n",
" ('damn', 'wish harm upon; invoke evil upon'),\n",
- " ('curse', 'wish harm upon; invoke evil upon'),\n",
- " ('bedamn', 'wish harm upon; invoke evil upon')]},\n",
+ " ('imprecate', 'wish harm upon; invoke evil upon'),\n",
+ " ('anathemize', 'wish harm upon; invoke evil upon')]},\n",
" {'answer': 'damp',\n",
" 'hint': 'synonyms for damp',\n",
- " 'clues': [('muffle', 'deaden (a sound or noise), especially by wrapping'),\n",
+ " 'clues': [('dampen', 'lessen in force or effect'),\n",
+ " ('deaden', 'make vague or obscure or make (an image) less visible'),\n",
+ " ('mute', 'deaden (a sound or noise), especially by wrapping'),\n",
+ " ('tone down', 'deaden (a sound or noise), especially by wrapping'),\n",
" ('break', 'lessen in force or effect'),\n",
+ " ('muffle', 'deaden (a sound or noise), especially by wrapping'),\n",
" ('weaken', 'lessen in force or effect'),\n",
- " ('soften', 'lessen in force or effect'),\n",
- " ('deaden', 'make vague or obscure or make (an image) less visible'),\n",
- " ('dampen', 'deaden (a sound or noise), especially by wrapping'),\n",
" ('dull', 'deaden (a sound or noise), especially by wrapping'),\n",
- " ('mute', 'deaden (a sound or noise), especially by wrapping'),\n",
- " ('tone down', 'deaden (a sound or noise), especially by wrapping')]},\n",
+ " ('soften', 'lessen in force or effect')]},\n",
" {'answer': 'daring',\n",
" 'hint': 'synonyms for daring',\n",
- " 'clues': [('presume',\n",
- " 'take upon oneself; act presumptuously, without permission'),\n",
+ " 'clues': [('dare', 'to be courageous enough to try or do something; ,'),\n",
" ('make bold',\n",
" 'take upon oneself; act presumptuously, without permission'),\n",
- " ('dare', 'challenge'),\n",
+ " ('presume', 'take upon oneself; act presumptuously, without permission'),\n",
" ('defy', 'challenge')]},\n",
" {'answer': 'dashed',\n",
" 'hint': 'synonyms for dashed',\n",
" 'clues': [('daunt', 'cause to lose courage'),\n",
+ " ('dash', 'cause to lose courage'),\n",
+ " ('shoot', 'run or move very quickly or hastily'),\n",
+ " ('pall', 'cause to lose courage'),\n",
+ " ('flash', 'run or move very quickly or hastily'),\n",
" ('dart', 'run or move very quickly or hastily'),\n",
- " ('frighten off', 'cause to lose courage'),\n",
" ('smash', 'break into pieces, as by striking or knocking over'),\n",
- " ('crash', 'hurl or thrust violently'),\n",
- " ('scare away', 'cause to lose courage'),\n",
- " ('scud', 'run or move very quickly or hastily'),\n",
- " ('dash', 'cause to lose courage'),\n",
- " ('scare', 'cause to lose courage'),\n",
" ('scoot', 'run or move very quickly or hastily'),\n",
- " ('pall', 'cause to lose courage'),\n",
" ('frighten away', 'cause to lose courage'),\n",
+ " ('scare away', 'cause to lose courage'),\n",
+ " ('scud', 'run or move very quickly or hastily'),\n",
+ " ('frighten off', 'cause to lose courage'),\n",
" ('scare off', 'cause to lose courage'),\n",
- " ('flash', 'run or move very quickly or hastily'),\n",
- " ('shoot', 'run or move very quickly or hastily')]},\n",
+ " ('crash', 'hurl or thrust violently'),\n",
+ " ('scare', 'cause to lose courage')]},\n",
" {'answer': 'dashing',\n",
" 'hint': 'synonyms for dashing',\n",
" 'clues': [('daunt', 'cause to lose courage'),\n",
+ " ('dash', 'cause to lose courage'),\n",
+ " ('shoot', 'run or move very quickly or hastily'),\n",
+ " ('pall', 'cause to lose courage'),\n",
+ " ('flash', 'run or move very quickly or hastily'),\n",
" ('dart', 'run or move very quickly or hastily'),\n",
- " ('frighten off', 'cause to lose courage'),\n",
" ('smash', 'break into pieces, as by striking or knocking over'),\n",
- " ('crash', 'hurl or thrust violently'),\n",
- " ('scare away', 'cause to lose courage'),\n",
- " ('scud', 'run or move very quickly or hastily'),\n",
- " ('dash', 'cause to lose courage'),\n",
- " ('scare', 'cause to lose courage'),\n",
" ('scoot', 'run or move very quickly or hastily'),\n",
- " ('pall', 'cause to lose courage'),\n",
" ('frighten away', 'cause to lose courage'),\n",
+ " ('scare away', 'cause to lose courage'),\n",
+ " ('scud', 'run or move very quickly or hastily'),\n",
+ " ('frighten off', 'cause to lose courage'),\n",
" ('scare off', 'cause to lose courage'),\n",
- " ('flash', 'run or move very quickly or hastily'),\n",
- " ('shoot', 'run or move very quickly or hastily')]},\n",
+ " ('crash', 'hurl or thrust violently'),\n",
+ " ('scare', 'cause to lose courage')]},\n",
" {'answer': 'dated',\n",
" 'hint': 'synonyms for dated',\n",
- " 'clues': [('go out', 'date regularly; have a steady relationship with'),\n",
- " ('date stamp', 'stamp with a date'),\n",
- " ('date', 'go on a date with'),\n",
+ " 'clues': [('date', 'go on a date with'),\n",
" ('go steady', 'date regularly; have a steady relationship with'),\n",
- " ('see', 'date regularly; have a steady relationship with')]},\n",
+ " ('date stamp', 'stamp with a date'),\n",
+ " ('see', 'date regularly; have a steady relationship with'),\n",
+ " ('go out', 'date regularly; have a steady relationship with')]},\n",
" {'answer': 'daunted',\n",
" 'hint': 'synonyms for daunted',\n",
- " 'clues': [('daunt', 'cause to lose courage'),\n",
- " ('frighten off', 'cause to lose courage'),\n",
- " ('pall', 'cause to lose courage'),\n",
+ " 'clues': [('frighten away', 'cause to lose courage'),\n",
+ " ('daunt', 'cause to lose courage'),\n",
+ " ('dash', 'cause to lose courage'),\n",
" ('scare away', 'cause to lose courage'),\n",
- " ('frighten away', 'cause to lose courage'),\n",
+ " ('frighten off', 'cause to lose courage'),\n",
" ('scare off', 'cause to lose courage'),\n",
- " ('dash', 'cause to lose courage'),\n",
+ " ('pall', 'cause to lose courage'),\n",
" ('scare', 'cause to lose courage')]},\n",
" {'answer': 'daunting',\n",
" 'hint': 'synonyms for daunting',\n",
- " 'clues': [('daunt', 'cause to lose courage'),\n",
- " ('frighten off', 'cause to lose courage'),\n",
- " ('pall', 'cause to lose courage'),\n",
+ " 'clues': [('frighten away', 'cause to lose courage'),\n",
+ " ('daunt', 'cause to lose courage'),\n",
+ " ('dash', 'cause to lose courage'),\n",
" ('scare away', 'cause to lose courage'),\n",
- " ('frighten away', 'cause to lose courage'),\n",
+ " ('frighten off', 'cause to lose courage'),\n",
" ('scare off', 'cause to lose courage'),\n",
- " ('dash', 'cause to lose courage'),\n",
+ " ('pall', 'cause to lose courage'),\n",
" ('scare', 'cause to lose courage')]},\n",
- " {'answer': 'dazed',\n",
- " 'hint': 'synonyms for dazed',\n",
- " 'clues': [('daze',\n",
- " 'to cause someone to lose clear vision, especially from intense light'),\n",
- " ('dazzle',\n",
- " 'to cause someone to lose clear vision, especially from intense light'),\n",
- " ('bedaze', 'overcome as with astonishment or disbelief'),\n",
- " ('stun', 'overcome as with astonishment or disbelief')]},\n",
" {'answer': 'deadened',\n",
" 'hint': 'synonyms for deadened',\n",
- " 'clues': [('deaden',\n",
+ " 'clues': [('blunt',\n",
" 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation'),\n",
+ " ('deaden', 'make vapid or deprive of spirit'),\n",
" ('damp', 'make vague or obscure or make (an image) less visible'),\n",
- " ('dampen', 'make vague or obscure or make (an image) less visible'),\n",
- " ('blunt',\n",
- " 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation'),\n",
" ('girdle',\n",
- " 'cut a girdle around so as to kill by interrupting the circulation of water and nutrients')]},\n",
+ " 'cut a girdle around so as to kill by interrupting the circulation of water and nutrients'),\n",
+ " ('dampen', 'make vague or obscure or make (an image) less visible')]},\n",
" {'answer': 'deadening',\n",
" 'hint': 'synonyms for deadening',\n",
- " 'clues': [('deaden',\n",
+ " 'clues': [('blunt',\n",
" 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation'),\n",
+ " ('deaden', 'make vapid or deprive of spirit'),\n",
" ('damp', 'make vague or obscure or make (an image) less visible'),\n",
- " ('dampen', 'make vague or obscure or make (an image) less visible'),\n",
- " ('blunt',\n",
- " 'make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation'),\n",
" ('girdle',\n",
- " 'cut a girdle around so as to kill by interrupting the circulation of water and nutrients')]},\n",
+ " 'cut a girdle around so as to kill by interrupting the circulation of water and nutrients'),\n",
+ " ('dampen', 'make vague or obscure or make (an image) less visible')]},\n",
" {'answer': 'debased',\n",
" 'hint': 'synonyms for debased',\n",
" 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('load',\n",
+ " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('alloy', 'lower in value by increasing the base-metal content'),\n",
" ('dilute',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('load',\n",
- " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('debase',\n",
- " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('alloy', 'lower in value by increasing the base-metal content'),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'lower in value by increasing the base-metal content'),\n",
" ('adulterate',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
" ('stretch',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('subvert', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'debasing',\n",
" 'hint': 'synonyms for debasing',\n",
" 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('load',\n",
+ " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('alloy', 'lower in value by increasing the base-metal content'),\n",
" ('dilute',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('load',\n",
- " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('debase',\n",
- " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('alloy', 'lower in value by increasing the base-metal content'),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'lower in value by increasing the base-metal content'),\n",
" ('adulterate',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
" ('stretch',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('subvert', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'debauched',\n",
" 'hint': 'synonyms for debauched',\n",
" 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
" ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'decayed',\n",
" 'hint': 'synonyms for decayed',\n",
- " 'clues': [('decay', 'lose a stored charge, magnetic flux, or current'),\n",
+ " 'clues': [('decay', 'undergo decay or decomposition'),\n",
" ('disintegrate', 'lose a stored charge, magnetic flux, or current'),\n",
- " ('dilapidate', 'fall into decay or ruin'),\n",
" ('decompose', 'lose a stored charge, magnetic flux, or current'),\n",
- " ('crumble', 'fall into decay or ruin')]},\n",
+ " ('crumble', 'fall into decay or ruin'),\n",
+ " ('dilapidate', 'fall into decay or ruin')]},\n",
" {'answer': 'deceased',\n",
" 'hint': 'synonyms for deceased',\n",
- " 'clues': [('drop dead',\n",
+ " 'clues': [('perish',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('decease',\n",
+ " ('kick the bucket',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('give-up the ghost',\n",
+ " ('pop off',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " (\"cash in one's chips\",\n",
+ " ('conk',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('go',\n",
+ " ('die',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('choke',\n",
+ " ('croak',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('perish',\n",
+ " ('decease',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('drop dead',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('snuff it',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('kick the bucket',\n",
+ " ('expire',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('buy the farm',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('exit',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('expire',\n",
+ " (\"cash in one's chips\",\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass away',\n",
+ " ('give-up the ghost',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('die',\n",
+ " ('choke',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('conk',\n",
+ " ('go',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('croak',\n",
+ " ('pass',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pop off',\n",
+ " ('pass away',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life')]},\n",
" {'answer': 'decided',\n",
" 'hint': 'synonyms for decided',\n",
- " 'clues': [('decide', 'reach, make, or come to a decision about something'),\n",
- " ('resolve', 'bring to an end; settle conclusively'),\n",
- " ('settle', 'bring to an end; settle conclusively'),\n",
+ " 'clues': [('resolve', 'bring to an end; settle conclusively'),\n",
+ " ('decide', 'reach, make, or come to a decision about something'),\n",
" ('adjudicate', 'bring to an end; settle conclusively'),\n",
- " ('determine', 'reach, make, or come to a decision about something'),\n",
" (\"make up one's mind\",\n",
- " 'reach, make, or come to a decision about something')]},\n",
+ " 'reach, make, or come to a decision about something'),\n",
+ " ('settle', 'bring to an end; settle conclusively'),\n",
+ " ('determine', 'reach, make, or come to a decision about something')]},\n",
" {'answer': 'deciding',\n",
" 'hint': 'synonyms for deciding',\n",
- " 'clues': [('decide', 'reach, make, or come to a decision about something'),\n",
- " ('resolve', 'bring to an end; settle conclusively'),\n",
- " ('settle', 'bring to an end; settle conclusively'),\n",
+ " 'clues': [('resolve', 'bring to an end; settle conclusively'),\n",
+ " ('decide', 'reach, make, or come to a decision about something'),\n",
" ('adjudicate', 'bring to an end; settle conclusively'),\n",
- " ('determine', 'reach, make, or come to a decision about something'),\n",
" (\"make up one's mind\",\n",
- " 'reach, make, or come to a decision about something')]},\n",
+ " 'reach, make, or come to a decision about something'),\n",
+ " ('settle', 'bring to an end; settle conclusively'),\n",
+ " ('determine', 'reach, make, or come to a decision about something')]},\n",
" {'answer': 'deciphered',\n",
" 'hint': 'synonyms for deciphered',\n",
- " 'clues': [('decrypt', 'convert code into ordinary language'),\n",
- " ('decipher', 'convert code into ordinary language'),\n",
- " ('trace', 'read with difficulty'),\n",
- " ('decode', 'convert code into ordinary language')]},\n",
+ " 'clues': [('decipher', 'convert code into ordinary language'),\n",
+ " ('decrypt', 'convert code into ordinary language'),\n",
+ " ('decode', 'convert code into ordinary language'),\n",
+ " ('trace', 'read with difficulty')]},\n",
" {'answer': 'declared',\n",
" 'hint': 'synonyms for declared',\n",
- " 'clues': [('declare', 'announce publicly or officially'),\n",
- " ('announce', 'announce publicly or officially'),\n",
+ " 'clues': [('declare',\n",
+ " 'designate (a trump suit or no-trump) with the final bid of a hand'),\n",
" ('adjudge', 'declare to be'),\n",
+ " ('announce', 'announce publicly or officially'),\n",
" ('hold', 'declare to be')]},\n",
" {'answer': 'decorated',\n",
" 'hint': 'synonyms for decorated',\n",
- " 'clues': [('adorn',\n",
- " 'make more attractive by adding ornament, colour, etc.'),\n",
+ " 'clues': [('decorate', 'be beautiful to look at'),\n",
+ " ('adorn', 'make more attractive by adding ornament, colour, etc.'),\n",
+ " ('ornament', 'make more attractive by adding ornament, colour, etc.'),\n",
" ('beautify', 'make more attractive by adding ornament, colour, etc.'),\n",
- " ('decorate', 'provide with decoration'),\n",
- " ('grace', 'be beautiful to look at'),\n",
" ('embellish', 'make more attractive by adding ornament, colour, etc.'),\n",
- " ('ornament', 'make more attractive by adding ornament, colour, etc.'),\n",
- " ('deck', 'be beautiful to look at'),\n",
- " ('dress', 'provide with decoration')]},\n",
+ " ('dress', 'provide with decoration'),\n",
+ " ('grace', 'make more attractive by adding ornament, colour, etc.'),\n",
+ " ('deck', 'be beautiful to look at')]},\n",
" {'answer': 'decreased',\n",
" 'hint': 'synonyms for decreased',\n",
- " 'clues': [('lessen', 'make smaller'),\n",
+ " 'clues': [('decrease', 'decrease in size, extent, or range'),\n",
" ('minify', 'make smaller'),\n",
- " ('decrease', 'make smaller'),\n",
+ " ('lessen', 'decrease in size, extent, or range'),\n",
" ('diminish', 'decrease in size, extent, or range'),\n",
" ('fall', 'decrease in size, extent, or range')]},\n",
" {'answer': 'decreasing',\n",
" 'hint': 'synonyms for decreasing',\n",
- " 'clues': [('lessen', 'make smaller'),\n",
+ " 'clues': [('decrease', 'decrease in size, extent, or range'),\n",
" ('minify', 'make smaller'),\n",
- " ('decrease', 'make smaller'),\n",
+ " ('lessen', 'decrease in size, extent, or range'),\n",
" ('diminish', 'decrease in size, extent, or range'),\n",
" ('fall', 'decrease in size, extent, or range')]},\n",
" {'answer': 'dedicated',\n",
" 'hint': 'synonyms for dedicated',\n",
- " 'clues': [('dedicate',\n",
+ " 'clues': [('consecrate',\n",
" 'give entirely to a specific person, activity, or cause'),\n",
- " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('dedicate', 'inscribe or address by way of compliment'),\n",
" ('devote', 'give entirely to a specific person, activity, or cause'),\n",
- " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('give', 'give entirely to a specific person, activity, or cause')]},\n",
+ " ('give', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('commit', 'give entirely to a specific person, activity, or cause')]},\n",
" {'answer': 'deepening',\n",
" 'hint': 'synonyms for deepening',\n",
- " 'clues': [('deepen', 'become more intense'),\n",
- " ('heighten', 'make more intense, stronger, or more marked; ,'),\n",
+ " 'clues': [('deepen', 'make more intense, stronger, or more marked; ,'),\n",
+ " ('intensify', 'become more intense'),\n",
" ('compound', 'make more intense, stronger, or more marked; ,'),\n",
- " ('change', 'become deeper in tone'),\n",
- " ('intensify', 'make more intense, stronger, or more marked; ,')]},\n",
+ " ('heighten', 'make more intense, stronger, or more marked; ,'),\n",
+ " ('change', 'become deeper in tone')]},\n",
" {'answer': 'defeated',\n",
" 'hint': 'synonyms for defeated',\n",
" 'clues': [('defeat', 'thwart the passage of'),\n",
- " ('vote out', 'thwart the passage of'),\n",
- " ('get the better of', 'win a victory over'),\n",
+ " ('vote down', 'thwart the passage of'),\n",
" ('overcome', 'win a victory over'),\n",
" ('shoot down', 'thwart the passage of'),\n",
- " ('vote down', 'thwart the passage of'),\n",
- " ('kill', 'thwart the passage of')]},\n",
+ " ('kill', 'thwart the passage of'),\n",
+ " ('vote out', 'thwart the passage of'),\n",
+ " ('get the better of', 'win a victory over')]},\n",
" {'answer': 'defending',\n",
" 'hint': 'synonyms for defending',\n",
- " 'clues': [('maintain', 'state or assert'),\n",
- " ('defend', 'fight against or resist strongly'),\n",
- " ('represent', 'be the defense counsel for someone in a trial'),\n",
+ " 'clues': [('defend', 'protect or fight for as a champion'),\n",
" ('fight down', 'fight against or resist strongly'),\n",
- " ('support', 'argue or speak in defense of'),\n",
" ('fend for', 'argue or speak in defense of'),\n",
- " ('fight', 'fight against or resist strongly'),\n",
- " ('oppose', 'fight against or resist strongly'),\n",
+ " ('support', 'argue or speak in defense of'),\n",
+ " ('hold', 'protect against a challenge or attack'),\n",
" ('guard', 'protect against a challenge or attack'),\n",
+ " ('fight back', 'fight against or resist strongly'),\n",
+ " ('oppose', 'fight against or resist strongly'),\n",
+ " ('represent', 'be the defense counsel for someone in a trial'),\n",
+ " ('maintain', 'state or assert'),\n",
" ('champion', 'protect or fight for as a champion'),\n",
- " ('hold', 'protect against a challenge or attack'),\n",
- " ('fight back', 'fight against or resist strongly')]},\n",
+ " ('fight', 'fight against or resist strongly')]},\n",
" {'answer': 'defiled',\n",
" 'hint': 'synonyms for defiled',\n",
- " 'clues': [('maculate', 'spot, stain, or pollute'),\n",
- " ('befoul', 'spot, stain, or pollute'),\n",
- " ('tarnish',\n",
+ " 'clues': [('maculate',\n",
" 'make dirty or spotty, as by exposure to air; also used metaphorically'),\n",
" ('defile', 'spot, stain, or pollute'),\n",
- " ('cloud', 'place under suspicion or cast doubt upon'),\n",
+ " ('taint', 'place under suspicion or cast doubt upon'),\n",
+ " ('foul', 'spot, stain, or pollute'),\n",
" ('stain',\n",
" 'make dirty or spotty, as by exposure to air; also used metaphorically'),\n",
- " ('foul', 'spot, stain, or pollute'),\n",
- " ('taint', 'place under suspicion or cast doubt upon'),\n",
+ " ('cloud', 'place under suspicion or cast doubt upon'),\n",
+ " ('befoul', 'spot, stain, or pollute'),\n",
+ " ('sully',\n",
+ " 'make dirty or spotty, as by exposure to air; also used metaphorically'),\n",
" ('corrupt', 'place under suspicion or cast doubt upon'),\n",
- " ('sully', 'place under suspicion or cast doubt upon')]},\n",
+ " ('tarnish',\n",
+ " 'make dirty or spotty, as by exposure to air; also used metaphorically')]},\n",
" {'answer': 'defined',\n",
" 'hint': 'synonyms for defined',\n",
- " 'clues': [('specify', 'decide upon or fix definitely'),\n",
+ " 'clues': [('specify', 'determine the essential quality of'),\n",
+ " ('set', 'decide upon or fix definitely'),\n",
" ('delineate', 'show the form or outline of'),\n",
" ('define', 'determine the essential quality of'),\n",
- " ('fix', 'decide upon or fix definitely'),\n",
- " ('limit', 'decide upon or fix definitely'),\n",
- " ('determine', 'decide upon or fix definitely'),\n",
- " ('set', 'decide upon or fix definitely'),\n",
+ " ('delimit', 'determine the essential quality of'),\n",
" ('delimitate', 'determine the essential quality of'),\n",
- " ('delimit', 'determine the essential quality of')]},\n",
+ " ('determine', 'decide upon or fix definitely'),\n",
+ " ('limit', 'decide upon or fix definitely'),\n",
+ " ('fix', 'decide upon or fix definitely')]},\n",
" {'answer': 'deformed',\n",
" 'hint': 'synonyms for deformed',\n",
- " 'clues': [('flex',\n",
- " 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('deform', 'assume a different shape or form'),\n",
- " ('turn', 'cause (a plastic object) to assume a crooked or angular form'),\n",
- " ('distort', 'alter the shape of (something) by stress'),\n",
- " ('change form', 'assume a different shape or form'),\n",
+ " 'clues': [('deform', 'assume a different shape or form'),\n",
+ " ('wring', 'twist and press out of shape'),\n",
+ " ('flex', 'cause (a plastic object) to assume a crooked or angular form'),\n",
+ " ('bend', 'cause (a plastic object) to assume a crooked or angular form'),\n",
" ('contort', 'twist and press out of shape'),\n",
+ " ('turn', 'cause (a plastic object) to assume a crooked or angular form'),\n",
" ('twist', 'cause (a plastic object) to assume a crooked or angular form'),\n",
" ('change shape', 'assume a different shape or form'),\n",
- " ('bend', 'cause (a plastic object) to assume a crooked or angular form'),\n",
+ " ('distort', 'twist and press out of shape'),\n",
" ('strain', 'alter the shape of (something) by stress'),\n",
- " ('wring', 'twist and press out of shape')]},\n",
+ " ('change form', 'assume a different shape or form')]},\n",
" {'answer': 'degraded',\n",
" 'hint': 'synonyms for degraded',\n",
- " 'clues': [('demean', 'reduce in worth or character, usually verbally'),\n",
- " ('degrade', 'reduce in worth or character, usually verbally'),\n",
- " ('disgrace', 'reduce in worth or character, usually verbally'),\n",
+ " 'clues': [('put down', 'reduce in worth or character, usually verbally'),\n",
+ " ('take down', 'reduce in worth or character, usually verbally'),\n",
+ " ('degrade', 'reduce the level of land, as by erosion'),\n",
" ('cheapen', 'lower the grade of something; reduce its worth'),\n",
- " ('put down', 'reduce in worth or character, usually verbally'),\n",
- " ('take down', 'reduce in worth or character, usually verbally')]},\n",
+ " ('disgrace', 'reduce in worth or character, usually verbally'),\n",
+ " ('demean', 'reduce in worth or character, usually verbally')]},\n",
" {'answer': 'degrading',\n",
" 'hint': 'synonyms for degrading',\n",
- " 'clues': [('demean', 'reduce in worth or character, usually verbally'),\n",
- " ('degrade', 'reduce in worth or character, usually verbally'),\n",
- " ('disgrace', 'reduce in worth or character, usually verbally'),\n",
+ " 'clues': [('put down', 'reduce in worth or character, usually verbally'),\n",
+ " ('take down', 'reduce in worth or character, usually verbally'),\n",
+ " ('degrade', 'reduce the level of land, as by erosion'),\n",
" ('cheapen', 'lower the grade of something; reduce its worth'),\n",
- " ('put down', 'reduce in worth or character, usually verbally'),\n",
- " ('take down', 'reduce in worth or character, usually verbally')]},\n",
+ " ('disgrace', 'reduce in worth or character, usually verbally'),\n",
+ " ('demean', 'reduce in worth or character, usually verbally')]},\n",
" {'answer': 'dejected',\n",
" 'hint': 'synonyms for dejected',\n",
- " 'clues': [('demoralise', \"lower someone's spirits; make downhearted\"),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
- " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
" ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralize', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\")]},\n",
" {'answer': 'delayed',\n",
" 'hint': 'synonyms for delayed',\n",
- " 'clues': [('detain', 'cause to be slowed down or delayed'),\n",
- " ('delay', 'cause to be slowed down or delayed'),\n",
- " ('check', 'slow the growth or development of'),\n",
+ " 'clues': [('delay', 'cause to be slowed down or delayed'),\n",
+ " ('detain', 'stop or halt'),\n",
" ('retard', 'slow the growth or development of'),\n",
- " ('hold up', 'cause to be slowed down or delayed'),\n",
- " ('stay', 'stop or halt')]},\n",
+ " ('check', 'slow the growth or development of'),\n",
+ " ('stay', 'stop or halt'),\n",
+ " ('hold up', 'cause to be slowed down or delayed')]},\n",
" {'answer': 'deliberate',\n",
" 'hint': 'synonyms for deliberate',\n",
- " 'clues': [('turn over', 'think about carefully; weigh'),\n",
- " ('debate', 'think about carefully; weigh'),\n",
- " ('consider', 'think about carefully; weigh'),\n",
- " ('moot', 'think about carefully; weigh')]},\n",
+ " 'clues': [('consider', 'think about carefully; weigh'),\n",
+ " ('moot', 'think about carefully; weigh'),\n",
+ " ('debate', 'discuss the pros and cons of an issue'),\n",
+ " ('turn over', 'think about carefully; weigh')]},\n",
" {'answer': 'delighted',\n",
" 'hint': 'synonyms for delighted',\n",
- " 'clues': [('ravish', 'hold spellbound'),\n",
+ " 'clues': [('enthral', 'hold spellbound'),\n",
+ " ('delight', 'give pleasure to or be pleasing to'),\n",
" ('transport', 'hold spellbound'),\n",
+ " ('revel', 'take delight in'),\n",
" ('enchant', 'hold spellbound'),\n",
- " ('enthral', 'hold spellbound'),\n",
- " ('enjoy', 'take delight in'),\n",
- " ('delight', 'take delight in'),\n",
- " ('please', 'give pleasure to or be pleasing to'),\n",
" ('enrapture', 'hold spellbound'),\n",
- " ('revel', 'take delight in')]},\n",
+ " ('ravish', 'hold spellbound'),\n",
+ " ('please', 'give pleasure to or be pleasing to'),\n",
+ " ('enjoy', 'take delight in')]},\n",
" {'answer': 'delimited',\n",
" 'hint': 'synonyms for delimited',\n",
- " 'clues': [('define', 'determine the essential quality of'),\n",
- " ('specify', 'determine the essential quality of'),\n",
- " ('delimitate', 'determine the essential quality of'),\n",
+ " 'clues': [('specify', 'determine the essential quality of'),\n",
+ " ('define', 'determine the essential quality of'),\n",
+ " ('delimit', 'determine the essential quality of'),\n",
" ('demarcate', 'set, mark, or draw the boundaries of something'),\n",
+ " ('delimitate', 'determine the essential quality of'),\n",
" ('subtend', 'be opposite to; of angles and sides, in geometry'),\n",
- " ('delineate', 'determine the essential quality of'),\n",
- " ('delimit', 'be opposite to; of angles and sides, in geometry')]},\n",
+ " ('delineate', 'determine the essential quality of')]},\n",
" {'answer': 'delineate',\n",
" 'hint': 'synonyms for delineate',\n",
- " 'clues': [('line', 'make a mark or lines on a surface'),\n",
- " ('define', 'determine the essential quality of'),\n",
- " ('describe', 'make a mark or lines on a surface'),\n",
- " ('draw', 'make a mark or lines on a surface'),\n",
- " ('specify', 'determine the essential quality of'),\n",
- " ('limn', 'trace the shape of'),\n",
- " ('delimitate', 'determine the essential quality of'),\n",
+ " 'clues': [('specify', 'determine the essential quality of'),\n",
" ('trace', 'make a mark or lines on a surface'),\n",
+ " ('define', 'determine the essential quality of'),\n",
" ('delimit', 'determine the essential quality of'),\n",
- " ('outline', 'trace the shape of')]},\n",
+ " ('outline', 'trace the shape of'),\n",
+ " ('limn', 'trace the shape of'),\n",
+ " ('draw', 'make a mark or lines on a surface'),\n",
+ " ('describe', 'make a mark or lines on a surface'),\n",
+ " ('line', 'make a mark or lines on a surface'),\n",
+ " ('delimitate', 'determine the essential quality of')]},\n",
" {'answer': 'delineated',\n",
" 'hint': 'synonyms for delineated',\n",
- " 'clues': [('line', 'make a mark or lines on a surface'),\n",
+ " 'clues': [('specify', 'determine the essential quality of'),\n",
+ " ('trace', 'make a mark or lines on a surface'),\n",
" ('delineate', 'show the form or outline of'),\n",
" ('define', 'determine the essential quality of'),\n",
- " ('describe', 'make a mark or lines on a surface'),\n",
- " ('draw', 'make a mark or lines on a surface'),\n",
- " ('specify', 'determine the essential quality of'),\n",
- " ('limn', 'trace the shape of'),\n",
- " ('delimitate', 'determine the essential quality of'),\n",
- " ('trace', 'make a mark or lines on a surface'),\n",
" ('delimit', 'determine the essential quality of'),\n",
- " ('outline', 'trace the shape of')]},\n",
+ " ('outline', 'trace the shape of'),\n",
+ " ('limn', 'trace the shape of'),\n",
+ " ('draw', 'make a mark or lines on a surface'),\n",
+ " ('describe', 'make a mark or lines on a surface'),\n",
+ " ('line', 'make a mark or lines on a surface'),\n",
+ " ('delimitate', 'determine the essential quality of')]},\n",
" {'answer': 'demanding',\n",
" 'hint': 'synonyms for demanding',\n",
- " 'clues': [('need', 'require as useful, just, or proper'),\n",
- " ('require', 'require as useful, just, or proper'),\n",
- " ('take', 'require as useful, just, or proper'),\n",
- " ('call for', 'require as useful, just, or proper'),\n",
- " ('demand', 'lay legal claim to'),\n",
- " ('ask', 'require as useful, just, or proper'),\n",
- " ('necessitate', 'require as useful, just, or proper'),\n",
+ " 'clues': [('ask', 'require as useful, just, or proper'),\n",
" ('involve', 'require as useful, just, or proper'),\n",
+ " ('demand', 'claim as due or just'),\n",
+ " ('exact', 'claim as due or just'),\n",
+ " ('need', 'require as useful, just, or proper'),\n",
" ('postulate', 'require as useful, just, or proper'),\n",
- " ('exact', 'claim as due or just')]},\n",
+ " ('necessitate', 'require as useful, just, or proper'),\n",
+ " ('require', 'require as useful, just, or proper'),\n",
+ " ('call for', 'require as useful, just, or proper'),\n",
+ " ('take', 'require as useful, just, or proper')]},\n",
" {'answer': 'demeaning',\n",
" 'hint': 'synonyms for demeaning',\n",
- " 'clues': [('demean', 'reduce in worth or character, usually verbally'),\n",
+ " 'clues': [('put down', 'reduce in worth or character, usually verbally'),\n",
+ " ('take down', 'reduce in worth or character, usually verbally'),\n",
" ('degrade', 'reduce in worth or character, usually verbally'),\n",
" ('disgrace', 'reduce in worth or character, usually verbally'),\n",
- " ('put down', 'reduce in worth or character, usually verbally'),\n",
- " ('take down', 'reduce in worth or character, usually verbally')]},\n",
+ " ('demean', 'reduce in worth or character, usually verbally')]},\n",
" {'answer': 'demolished',\n",
" 'hint': 'synonyms for demolished',\n",
" 'clues': [('pulverise', 'destroy completely'),\n",
" ('demolish', 'humiliate or depress completely'),\n",
- " ('destroy', 'defeat soundly'),\n",
" ('crush', 'humiliate or depress completely'),\n",
- " ('smash', 'humiliate or depress completely')]},\n",
+ " ('smash', 'humiliate or depress completely'),\n",
+ " ('destroy', 'defeat soundly')]},\n",
" {'answer': 'demonstrated',\n",
" 'hint': 'synonyms for demonstrated',\n",
- " 'clues': [('attest',\n",
+ " 'clues': [('manifest',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
+ " ('demo', 'give an exhibition of to an interested audience'),\n",
+ " ('demonstrate', 'give an exhibition of to an interested audience'),\n",
+ " ('exhibit', 'give an exhibition of to an interested audience'),\n",
+ " ('certify',\n",
+ " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
+ " ('present', 'give an exhibition of to an interested audience'),\n",
" ('shew',\n",
" 'establish the validity of something, as by an example, explanation or experiment'),\n",
+ " ('march', 'march in protest; take part in a demonstration'),\n",
+ " ('show',\n",
+ " 'establish the validity of something, as by an example, explanation or experiment'),\n",
" ('establish',\n",
" 'establish the validity of something, as by an example, explanation or experiment'),\n",
- " ('certify',\n",
+ " ('evidence',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
- " ('exhibit', 'give an exhibition of to an interested audience'),\n",
- " ('manifest',\n",
+ " ('attest',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
" ('prove',\n",
- " 'establish the validity of something, as by an example, explanation or experiment'),\n",
- " ('show', 'give an exhibition of to an interested audience'),\n",
- " ('demonstrate',\n",
- " 'establish the validity of something, as by an example, explanation or experiment'),\n",
- " ('present', 'give an exhibition of to an interested audience'),\n",
- " ('march', 'march in protest; take part in a demonstration'),\n",
- " ('demo', 'give an exhibition of to an interested audience'),\n",
- " ('evidence',\n",
- " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\")]},\n",
+ " 'establish the validity of something, as by an example, explanation or experiment')]},\n",
" {'answer': 'demoralised',\n",
" 'hint': 'synonyms for demoralised',\n",
- " 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('demoralise', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\"),\n",
- " ('debase', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
- " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('subvert', 'corrupt morally or by intemperance or sensuality')]},\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'demoralising',\n",
" 'hint': 'synonyms for demoralising',\n",
- " 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('demoralise', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\"),\n",
- " ('debase', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
- " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('subvert', 'corrupt morally or by intemperance or sensuality')]},\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'demoralized',\n",
" 'hint': 'synonyms for demoralized',\n",
- " 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('demoralise', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\"),\n",
- " ('debase', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
- " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('subvert', 'corrupt morally or by intemperance or sensuality')]},\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'demoralizing',\n",
" 'hint': 'synonyms for demoralizing',\n",
- " 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('demoralise', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\"),\n",
- " ('debase', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
- " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('subvert', 'corrupt morally or by intemperance or sensuality')]},\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'denigrating',\n",
" 'hint': 'synonyms for denigrating',\n",
- " 'clues': [('slander',\n",
+ " 'clues': [('asperse',\n",
" 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
- " ('derogate', 'cause to seem less serious; play down'),\n",
- " ('besmirch',\n",
+ " ('sully',\n",
" 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
- " ('minimize', 'cause to seem less serious; play down'),\n",
- " ('smear',\n",
+ " ('denigrate',\n",
+ " 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
+ " ('belittle', 'cause to seem less serious; play down'),\n",
+ " ('calumniate',\n",
" 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
" ('defame',\n",
" 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
- " ('belittle', 'cause to seem less serious; play down'),\n",
- " ('denigrate',\n",
+ " ('smirch',\n",
" 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
- " ('asperse',\n",
+ " ('slander',\n",
" 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
- " ('sully',\n",
+ " ('smear',\n",
" 'charge falsely or with malicious intent; attack the good name and reputation of someone'),\n",
- " ('calumniate',\n",
- " 'charge falsely or with malicious intent; attack the good name and reputation of someone')]},\n",
+ " ('derogate', 'cause to seem less serious; play down'),\n",
+ " ('minimize', 'cause to seem less serious; play down')]},\n",
" {'answer': 'departed',\n",
" 'hint': 'synonyms for departed',\n",
" 'clues': [('straggle', 'wander from a direct or straight course'),\n",
- " ('vary', 'be at variance with; be out of line with'),\n",
- " ('take off', 'leave'),\n",
- " ('depart', 'leave'),\n",
- " ('set forth', 'leave'),\n",
+ " ('set off', 'leave'),\n",
+ " ('deviate', 'be at variance with; be out of line with'),\n",
+ " ('leave', 'remove oneself from an association with or participation in'),\n",
+ " ('diverge', 'be at variance with; be out of line with'),\n",
+ " ('start out', 'leave'),\n",
+ " ('part', 'leave'),\n",
+ " ('depart', 'remove oneself from an association with or participation in'),\n",
+ " ('digress', 'wander from a direct or straight course'),\n",
+ " ('sidetrack', 'wander from a direct or straight course'),\n",
" ('start', 'leave'),\n",
" ('pull up stakes',\n",
" 'remove oneself from an association with or participation in'),\n",
- " ('deviate', 'be at variance with; be out of line with'),\n",
- " ('diverge', 'be at variance with; be out of line with'),\n",
- " ('set out', 'leave'),\n",
+ " ('go away', 'move away from a place into another direction'),\n",
+ " ('set forth', 'leave'),\n",
" ('go', 'move away from a place into another direction'),\n",
- " ('take leave', 'go away or leave'),\n",
- " ('leave', 'remove oneself from an association with or participation in'),\n",
- " ('digress', 'wander from a direct or straight course'),\n",
- " ('set off', 'leave'),\n",
" ('quit', 'go away or leave'),\n",
- " ('part', 'leave'),\n",
- " ('sidetrack', 'wander from a direct or straight course'),\n",
- " ('start out', 'leave'),\n",
- " ('go away', 'move away from a place into another direction')]},\n",
+ " ('set out', 'leave'),\n",
+ " ('vary', 'be at variance with; be out of line with'),\n",
+ " ('take off', 'leave'),\n",
+ " ('take leave', 'go away or leave')]},\n",
" {'answer': 'depicted',\n",
" 'hint': 'synonyms for depicted',\n",
" 'clues': [('depict', 'show in, or as in, a picture'),\n",
- " ('portray', 'make a portrait of'),\n",
- " ('describe', 'give a description of'),\n",
- " ('draw', 'give a description of'),\n",
" ('show', 'show in, or as in, a picture'),\n",
" ('render', 'show in, or as in, a picture'),\n",
" ('picture', 'show in, or as in, a picture'),\n",
- " ('limn', 'make a portrait of')]},\n",
+ " ('portray', 'make a portrait of'),\n",
+ " ('draw', 'give a description of'),\n",
+ " ('limn', 'make a portrait of'),\n",
+ " ('describe', 'give a description of')]},\n",
" {'answer': 'depleted',\n",
" 'hint': 'synonyms for depleted',\n",
" 'clues': [('wipe out', 'use up (resources or materials)'),\n",
- " ('consume', 'use up (resources or materials)'),\n",
- " ('exhaust', 'use up (resources or materials)'),\n",
- " ('deplete', 'use up (resources or materials)'),\n",
" ('run through', 'use up (resources or materials)'),\n",
- " ('use up', 'use up (resources or materials)'),\n",
+ " ('eat', 'use up (resources or materials)'),\n",
" ('eat up', 'use up (resources or materials)'),\n",
- " ('eat', 'use up (resources or materials)')]},\n",
+ " ('consume', 'use up (resources or materials)'),\n",
+ " ('deplete', 'use up (resources or materials)'),\n",
+ " ('exhaust', 'use up (resources or materials)'),\n",
+ " ('use up', 'use up (resources or materials)')]},\n",
" {'answer': 'depraved',\n",
" 'hint': 'synonyms for depraved',\n",
" 'clues': [('deprave', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debauch', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
" ('misdirect', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('corrupt', 'corrupt morally or by intemperance or sensuality'),\n",
" ('pervert', 'corrupt morally or by intemperance or sensuality'),\n",
- " ('demoralise', 'corrupt morally or by intemperance or sensuality'),\n",
" ('profane', 'corrupt morally or by intemperance or sensuality'),\n",
+ " ('vitiate', 'corrupt morally or by intemperance or sensuality'),\n",
" ('subvert', 'corrupt morally or by intemperance or sensuality'),\n",
" ('debase', 'corrupt morally or by intemperance or sensuality')]},\n",
" {'answer': 'depreciating',\n",
" 'hint': 'synonyms for depreciating',\n",
- " 'clues': [('depreciate', 'lower the value of something'),\n",
+ " 'clues': [('depreciate', 'lose in value'),\n",
" ('undervalue', 'lose in value'),\n",
- " ('devalue', 'lose in value'),\n",
+ " ('devaluate', 'lose in value'),\n",
" ('vilipend', 'belittle')]},\n",
" {'answer': 'depressed',\n",
" 'hint': 'synonyms for depressed',\n",
- " 'clues': [('depress', 'press down'),\n",
- " ('demoralise', \"lower someone's spirits; make downhearted\"),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('press down', 'press down'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
- " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
" ('deject', \"lower someone's spirits; make downhearted\"),\n",
- " ('lower', 'cause to drop or sink')]},\n",
+ " ('depress', 'lessen the activity or force of'),\n",
+ " ('lower', 'cause to drop or sink'),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('press down', 'press down'),\n",
+ " ('demoralize', \"lower someone's spirits; make downhearted\")]},\n",
" {'answer': 'depressing',\n",
" 'hint': 'synonyms for depressing',\n",
- " 'clues': [('depress', 'press down'),\n",
- " ('demoralise', \"lower someone's spirits; make downhearted\"),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('press down', 'press down'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
- " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
" ('deject', \"lower someone's spirits; make downhearted\"),\n",
- " ('lower', 'cause to drop or sink')]},\n",
+ " ('depress', 'lessen the activity or force of'),\n",
+ " ('lower', 'cause to drop or sink'),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('press down', 'press down'),\n",
+ " ('demoralize', \"lower someone's spirits; make downhearted\")]},\n",
" {'answer': 'deprived',\n",
" 'hint': 'synonyms for deprived',\n",
- " 'clues': [('deprive', 'take away'),\n",
- " ('divest', 'take away possessions from someone'),\n",
+ " 'clues': [('strip', 'take away possessions from someone'),\n",
" ('impoverish', 'take away'),\n",
- " ('strip', 'take away possessions from someone')]},\n",
+ " ('deprive', 'keep from having, keeping, or obtaining'),\n",
+ " ('divest', 'take away possessions from someone')]},\n",
" {'answer': 'deranged',\n",
" 'hint': 'synonyms for deranged',\n",
- " 'clues': [('perturb', 'throw into great confusion or disorder'),\n",
- " ('derange', 'throw into great confusion or disorder'),\n",
- " ('unbalance',\n",
+ " 'clues': [('derange',\n",
" 'derange mentally, throw out of mental balance; make insane'),\n",
- " ('throw out of kilter', 'throw into great confusion or disorder')]},\n",
+ " ('perturb', 'throw into great confusion or disorder'),\n",
+ " ('throw out of kilter', 'throw into great confusion or disorder'),\n",
+ " ('unbalance',\n",
+ " 'derange mentally, throw out of mental balance; make insane')]},\n",
" {'answer': 'derived',\n",
" 'hint': 'synonyms for derived',\n",
- " 'clues': [('deduce', 'reason by deduction; establish by deduction'),\n",
- " ('descend',\n",
- " 'come from; be connected by a relationship of blood, for example'),\n",
- " ('derive', 'come from'),\n",
- " ('gain', 'obtain'),\n",
+ " 'clues': [('derive', 'obtain'),\n",
" ('infer', 'reason by deduction; establish by deduction'),\n",
+ " ('gain', 'obtain'),\n",
+ " ('deduce', 'reason by deduction; establish by deduction'),\n",
" ('deduct', 'reason by deduction; establish by deduction'),\n",
" ('come',\n",
+ " 'come from; be connected by a relationship of blood, for example'),\n",
+ " ('descend',\n",
" 'come from; be connected by a relationship of blood, for example')]},\n",
" {'answer': 'descending',\n",
" 'hint': 'synonyms for descending',\n",
- " 'clues': [('condescend',\n",
- " \"do something that one considers to be below one's dignity\"),\n",
+ " 'clues': [('descend',\n",
+ " 'move downward and lower, but not necessarily all the way'),\n",
+ " ('fall', 'come as if by falling'),\n",
" ('go down', 'move downward and lower, but not necessarily all the way'),\n",
- " ('descend',\n",
- " 'come from; be connected by a relationship of blood, for example'),\n",
- " ('come down', 'move downward and lower, but not necessarily all the way'),\n",
- " ('deign', \"do something that one considers to be below one's dignity\"),\n",
- " ('fall', 'move downward and lower, but not necessarily all the way'),\n",
- " ('settle', 'come as if by falling'),\n",
" ('derive',\n",
" 'come from; be connected by a relationship of blood, for example'),\n",
+ " ('settle', 'come as if by falling'),\n",
" ('come',\n",
- " 'come from; be connected by a relationship of blood, for example')]},\n",
+ " 'come from; be connected by a relationship of blood, for example'),\n",
+ " ('deign', \"do something that one considers to be below one's dignity\"),\n",
+ " ('condescend',\n",
+ " \"do something that one considers to be below one's dignity\"),\n",
+ " ('come down',\n",
+ " 'move downward and lower, but not necessarily all the way')]},\n",
" {'answer': 'described',\n",
" 'hint': 'synonyms for described',\n",
- " 'clues': [('line', 'make a mark or lines on a surface'),\n",
- " ('describe', 'to give an account or representation of in words'),\n",
- " ('draw', 'give a description of'),\n",
- " ('account', 'to give an account or representation of in words'),\n",
- " ('depict', 'give a description of'),\n",
- " ('delineate', 'make a mark or lines on a surface'),\n",
- " ('name', 'identify as in botany or biology, for example'),\n",
- " ('distinguish', 'identify as in botany or biology, for example'),\n",
+ " 'clues': [('account', 'to give an account or representation of in words'),\n",
" ('key', 'identify as in botany or biology, for example'),\n",
" ('trace', 'make a mark or lines on a surface'),\n",
- " ('key out', 'identify as in botany or biology, for example'),\n",
+ " ('discover', 'identify as in botany or biology, for example'),\n",
+ " ('depict', 'give a description of'),\n",
+ " ('delineate', 'make a mark or lines on a surface'),\n",
+ " ('describe', 'identify as in botany or biology, for example'),\n",
" ('identify', 'identify as in botany or biology, for example'),\n",
+ " ('draw', 'make a mark or lines on a surface'),\n",
+ " ('line', 'make a mark or lines on a surface'),\n",
" ('report', 'to give an account or representation of in words'),\n",
- " ('discover', 'identify as in botany or biology, for example')]},\n",
+ " ('distinguish', 'identify as in botany or biology, for example'),\n",
+ " ('key out', 'identify as in botany or biology, for example'),\n",
+ " ('name', 'identify as in botany or biology, for example')]},\n",
" {'answer': 'desecrated',\n",
" 'hint': 'synonyms for desecrated',\n",
- " 'clues': [('desecrate',\n",
+ " 'clues': [('unhallow',\n",
" 'remove the consecration from a person or an object'),\n",
- " ('outrage', 'violate the sacred character of a place or language'),\n",
- " ('violate', 'violate the sacred character of a place or language'),\n",
+ " ('deconsecrate', 'remove the consecration from a person or an object'),\n",
" ('profane', 'violate the sacred character of a place or language'),\n",
- " ('unhallow', 'remove the consecration from a person or an object')]},\n",
+ " ('violate', 'violate the sacred character of a place or language'),\n",
+ " ('outrage', 'violate the sacred character of a place or language')]},\n",
" {'answer': 'deserted',\n",
" 'hint': 'synonyms for deserted',\n",
- " 'clues': [('desolate',\n",
+ " 'clues': [('abandon',\n",
" 'leave someone who needs or counts on you; leave in the lurch'),\n",
- " ('desert', 'leave behind'),\n",
- " ('abandon',\n",
+ " ('desert',\n",
+ " 'desert (a cause, a country or an army), often in order to join the opposing cause, country, or army'),\n",
+ " ('forsake',\n",
" 'leave someone who needs or counts on you; leave in the lurch'),\n",
" ('defect',\n",
" 'desert (a cause, a country or an army), often in order to join the opposing cause, country, or army'),\n",
- " ('forsake',\n",
+ " ('desolate',\n",
" 'leave someone who needs or counts on you; leave in the lurch')]},\n",
" {'answer': 'designate',\n",
" 'hint': 'synonyms for designate',\n",
- " 'clues': [('denominate', 'assign a name or title to'),\n",
- " ('depute',\n",
- " 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
+ " 'clues': [('intend', 'design or destine'),\n",
" ('indicate',\n",
" 'indicate a place, direction, person, or thing; either spatially or figuratively'),\n",
- " ('doom', 'decree or designate beforehand'),\n",
- " ('destine', 'design or destine'),\n",
- " ('assign',\n",
- " 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
" ('point',\n",
" 'indicate a place, direction, person, or thing; either spatially or figuratively'),\n",
- " ('fate', 'decree or designate beforehand'),\n",
+ " ('assign',\n",
+ " 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
+ " ('destine', 'design or destine'),\n",
+ " ('denominate', 'assign a name or title to'),\n",
+ " ('depute',\n",
+ " 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
" ('specify', 'design or destine'),\n",
- " ('intend', 'design or destine'),\n",
+ " ('show',\n",
+ " 'indicate a place, direction, person, or thing; either spatially or figuratively'),\n",
" ('delegate',\n",
" 'give an assignment to (a person) to a post, or assign a task to (a person)'),\n",
- " ('show',\n",
- " 'indicate a place, direction, person, or thing; either spatially or figuratively')]},\n",
+ " ('fate', 'decree or designate beforehand'),\n",
+ " ('doom', 'decree or designate beforehand')]},\n",
" {'answer': 'designed',\n",
" 'hint': 'synonyms for designed',\n",
" 'clues': [('design',\n",
- " 'create the design for; create or execute in an artistic or highly skilled manner'),\n",
- " ('plan', 'make a design of; plan out in systematic, often graphic form'),\n",
+ " 'make a design of; plan out in systematic, often graphic form'),\n",
+ " ('plan', 'make or work out a plan for; devise'),\n",
" ('project', 'make or work out a plan for; devise'),\n",
" ('contrive', 'make or work out a plan for; devise')]},\n",
" {'answer': 'designing',\n",
" 'hint': 'synonyms for designing',\n",
" 'clues': [('design',\n",
- " 'create the design for; create or execute in an artistic or highly skilled manner'),\n",
- " ('plan', 'make a design of; plan out in systematic, often graphic form'),\n",
+ " 'make a design of; plan out in systematic, often graphic form'),\n",
+ " ('plan', 'make or work out a plan for; devise'),\n",
" ('project', 'make or work out a plan for; devise'),\n",
" ('contrive', 'make or work out a plan for; devise')]},\n",
" {'answer': 'desired',\n",
" 'hint': 'synonyms for desired',\n",
- " 'clues': [('hope', 'expect and wish'),\n",
- " ('desire', 'expect and wish'),\n",
+ " 'clues': [('desire', 'express a desire for'),\n",
+ " ('trust', 'expect and wish'),\n",
" ('want', 'feel or have a desire for; want strongly'),\n",
- " ('trust', 'expect and wish')]},\n",
+ " ('hope', 'expect and wish')]},\n",
" {'answer': 'desolate',\n",
" 'hint': 'synonyms for desolate',\n",
- " 'clues': [('scourge', 'cause extensive destruction or ruin utterly'),\n",
- " ('ravage', 'cause extensive destruction or ruin utterly'),\n",
- " ('forsake',\n",
+ " 'clues': [('depopulate', 'reduce in population'),\n",
+ " ('devastate', 'cause extensive destruction or ruin utterly'),\n",
+ " ('desert',\n",
" 'leave someone who needs or counts on you; leave in the lurch'),\n",
- " ('depopulate', 'reduce in population'),\n",
" ('abandon',\n",
" 'leave someone who needs or counts on you; leave in the lurch'),\n",
- " ('waste', 'cause extensive destruction or ruin utterly'),\n",
- " ('desert',\n",
+ " ('forsake',\n",
" 'leave someone who needs or counts on you; leave in the lurch'),\n",
- " ('devastate', 'cause extensive destruction or ruin utterly'),\n",
- " ('lay waste to', 'cause extensive destruction or ruin utterly')]},\n",
+ " ('scourge', 'cause extensive destruction or ruin utterly'),\n",
+ " ('ravage', 'cause extensive destruction or ruin utterly'),\n",
+ " ('lay waste to', 'cause extensive destruction or ruin utterly'),\n",
+ " ('waste', 'cause extensive destruction or ruin utterly')]},\n",
" {'answer': 'despised',\n",
" 'hint': 'synonyms for despised',\n",
- " 'clues': [('scorn', 'look down on with disdain'),\n",
+ " 'clues': [('disdain', 'look down on with disdain'),\n",
+ " ('contemn', 'look down on with disdain'),\n",
" ('despise', 'look down on with disdain'),\n",
- " ('disdain', 'look down on with disdain'),\n",
- " ('contemn', 'look down on with disdain')]},\n",
+ " ('scorn', 'look down on with disdain')]},\n",
" {'answer': 'despoiled',\n",
" 'hint': 'synonyms for despoiled',\n",
- " 'clues': [('plunder', 'steal goods; take as spoils'),\n",
- " ('loot', 'steal goods; take as spoils'),\n",
- " ('spoil', 'destroy and strip of its possession'),\n",
- " ('reave', 'steal goods; take as spoils'),\n",
+ " 'clues': [('loot', 'steal goods; take as spoils'),\n",
+ " ('violate', 'destroy and strip of its possession'),\n",
+ " ('strip', 'steal goods; take as spoils'),\n",
+ " ('plunder', 'steal goods; take as spoils'),\n",
+ " ('ransack', 'steal goods; take as spoils'),\n",
+ " ('rape', 'destroy and strip of its possession'),\n",
" ('despoil', 'steal goods; take as spoils'),\n",
+ " ('reave', 'steal goods; take as spoils'),\n",
" ('rifle', 'steal goods; take as spoils'),\n",
- " ('rape', 'destroy and strip of its possession'),\n",
- " ('foray', 'steal goods; take as spoils'),\n",
- " ('strip', 'steal goods; take as spoils'),\n",
- " ('violate', 'destroy and strip of its possession'),\n",
+ " ('spoil', 'destroy and strip of its possession'),\n",
" ('pillage', 'steal goods; take as spoils'),\n",
- " ('ransack', 'steal goods; take as spoils')]},\n",
+ " ('foray', 'steal goods; take as spoils')]},\n",
" {'answer': 'destined',\n",
" 'hint': 'synonyms for destined',\n",
- " 'clues': [('doom', 'decree or designate beforehand'),\n",
+ " 'clues': [('intend', 'design or destine'),\n",
" ('destine', 'design or destine'),\n",
- " ('fate', 'decree or designate beforehand'),\n",
- " ('designate', 'decree or designate beforehand'),\n",
+ " ('designate', 'design or destine'),\n",
" ('specify', 'design or destine'),\n",
- " ('intend', 'design or destine')]},\n",
+ " ('fate', 'decree or designate beforehand'),\n",
+ " ('doom', 'decree or designate beforehand')]},\n",
" {'answer': 'destroyed',\n",
" 'hint': 'synonyms for destroyed',\n",
- " 'clues': [('destruct',\n",
- " 'do away with, cause the destruction or undoing of'),\n",
- " ('destroy', 'put (an animal) to death'),\n",
+ " 'clues': [('destroy', 'do away with, cause the destruction or undoing of'),\n",
+ " ('destruct', 'do away with, cause the destruction or undoing of'),\n",
" ('ruin', 'destroy completely; damage irreparably'),\n",
- " ('demolish', 'defeat soundly'),\n",
- " ('put down', 'put (an animal) to death')]},\n",
+ " ('put down', 'put (an animal) to death'),\n",
+ " ('demolish', 'defeat soundly')]},\n",
" {'answer': 'detected',\n",
" 'hint': 'synonyms for detected',\n",
- " 'clues': [('observe',\n",
+ " 'clues': [('discover',\n",
" 'discover or determine the existence, presence, or fact of'),\n",
- " ('discover', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('observe', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('detect', 'discover or determine the existence, presence, or fact of'),\n",
" ('find', 'discover or determine the existence, presence, or fact of'),\n",
- " ('notice', 'discover or determine the existence, presence, or fact of'),\n",
- " ('detect', 'discover or determine the existence, presence, or fact of')]},\n",
+ " ('notice', 'discover or determine the existence, presence, or fact of')]},\n",
" {'answer': 'determined',\n",
" 'hint': 'synonyms for determined',\n",
- " 'clues': [('fix', 'decide upon or fix definitely'),\n",
- " ('determine',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('regulate', 'shape or influence; give direction to'),\n",
+ " 'clues': [('determine', 'fix conclusively or authoritatively'),\n",
+ " ('ascertain',\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
+ " ('set', 'decide upon or fix definitely'),\n",
" ('square up', 'settle conclusively; come to terms'),\n",
+ " ('mold', 'shape or influence; give direction to'),\n",
" ('check',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('find out',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
+ " ('regulate', 'shape or influence; give direction to'),\n",
+ " ('specify', 'decide upon or fix definitely'),\n",
+ " ('decide', 'reach, make, or come to a decision about something'),\n",
+ " ('square off', 'settle conclusively; come to terms'),\n",
" ('watch',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " (\"make up one's mind\",\n",
- " 'reach, make, or come to a decision about something'),\n",
- " ('find',\n",
- " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
- " ('mold', 'shape or influence; give direction to'),\n",
+ " ('fix', 'decide upon or fix definitely'),\n",
+ " ('influence', 'shape or influence; give direction to'),\n",
+ " ('see',\n",
+ " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
" ('shape', 'shape or influence; give direction to'),\n",
- " ('ascertain',\n",
+ " ('find out',\n",
" 'establish after a calculation, investigation, experiment, survey, or study'),\n",
+ " ('find',\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
+ " ('settle', 'settle conclusively; come to terms'),\n",
+ " (\"make up one's mind\",\n",
+ " 'reach, make, or come to a decision about something'),\n",
" ('learn',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('specify', 'decide upon or fix definitely'),\n",
- " ('decide', 'reach, make, or come to a decision about something'),\n",
- " ('see',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('limit', 'decide upon or fix definitely'),\n",
- " ('settle', 'settle conclusively; come to terms'),\n",
- " ('set', 'decide upon or fix definitely'),\n",
- " ('square off', 'settle conclusively; come to terms'),\n",
- " ('influence', 'shape or influence; give direction to'),\n",
- " ('define', 'decide upon or fix definitely')]},\n",
+ " ('define', 'decide upon or fix definitely'),\n",
+ " ('limit', 'decide upon or fix definitely')]},\n",
" {'answer': 'determining',\n",
" 'hint': 'synonyms for determining',\n",
- " 'clues': [('fix', 'decide upon or fix definitely'),\n",
- " ('determine',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('regulate', 'shape or influence; give direction to'),\n",
+ " 'clues': [('determine', 'fix conclusively or authoritatively'),\n",
+ " ('ascertain',\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
+ " ('set', 'decide upon or fix definitely'),\n",
" ('square up', 'settle conclusively; come to terms'),\n",
+ " ('mold', 'shape or influence; give direction to'),\n",
" ('check',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('find out',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
+ " ('regulate', 'shape or influence; give direction to'),\n",
+ " ('specify', 'decide upon or fix definitely'),\n",
+ " ('decide', 'reach, make, or come to a decision about something'),\n",
+ " ('square off', 'settle conclusively; come to terms'),\n",
" ('watch',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " (\"make up one's mind\",\n",
- " 'reach, make, or come to a decision about something'),\n",
- " ('find',\n",
- " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
- " ('mold', 'shape or influence; give direction to'),\n",
+ " ('fix', 'decide upon or fix definitely'),\n",
+ " ('influence', 'shape or influence; give direction to'),\n",
+ " ('see',\n",
+ " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
" ('shape', 'shape or influence; give direction to'),\n",
- " ('ascertain',\n",
+ " ('find out',\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
+ " ('find',\n",
" 'establish after a calculation, investigation, experiment, survey, or study'),\n",
+ " ('settle', 'settle conclusively; come to terms'),\n",
+ " (\"make up one's mind\",\n",
+ " 'reach, make, or come to a decision about something'),\n",
" ('learn',\n",
" 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('specify', 'decide upon or fix definitely'),\n",
- " ('decide', 'reach, make, or come to a decision about something'),\n",
- " ('see',\n",
- " 'find out, learn, or determine with certainty, usually by making an inquiry or other effort'),\n",
- " ('limit', 'decide upon or fix definitely'),\n",
- " ('settle', 'settle conclusively; come to terms'),\n",
- " ('set', 'decide upon or fix definitely'),\n",
- " ('square off', 'settle conclusively; come to terms'),\n",
- " ('influence', 'shape or influence; give direction to'),\n",
- " ('define', 'decide upon or fix definitely')]},\n",
+ " ('define', 'decide upon or fix definitely'),\n",
+ " ('limit', 'decide upon or fix definitely')]},\n",
" {'answer': 'devastating',\n",
" 'hint': 'synonyms for devastating',\n",
- " 'clues': [('devastate', 'overwhelm or overpower'),\n",
- " ('waste', 'cause extensive destruction or ruin utterly'),\n",
- " ('ravage', 'cause extensive destruction or ruin utterly'),\n",
+ " 'clues': [('lay waste to', 'cause extensive destruction or ruin utterly'),\n",
" ('scourge', 'cause extensive destruction or ruin utterly'),\n",
+ " ('devastate', 'overwhelm or overpower'),\n",
" ('desolate', 'cause extensive destruction or ruin utterly'),\n",
- " ('lay waste to', 'cause extensive destruction or ruin utterly')]},\n",
+ " ('ravage', 'cause extensive destruction or ruin utterly'),\n",
+ " ('waste', 'cause extensive destruction or ruin utterly')]},\n",
" {'answer': 'developed',\n",
" 'hint': 'synonyms for developed',\n",
- " 'clues': [('arise', 'come into existence; take on form or shape'),\n",
- " ('build up', 'change the use of and make available or usable'),\n",
- " ('develop', 'become technologically advanced'),\n",
- " ('break', 'happen'),\n",
- " ('produce',\n",
+ " 'clues': [('grow',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('recrudesce', 'happen'),\n",
- " ('evolve', 'work out'),\n",
- " ('originate', 'come into existence; take on form or shape'),\n",
- " ('spring up', 'come into existence; take on form or shape'),\n",
" ('acquire',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('grow',\n",
- " 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('germinate', 'work out'),\n",
- " ('explicate', 'elaborate, as of theories and hypotheses'),\n",
+ " ('build up', 'change the use of and make available or usable'),\n",
+ " ('develop',\n",
+ " 'elaborate by the unfolding of a musical idea and by the working out of the rhythmic and harmonic changes in the theme'),\n",
+ " ('originate', 'come into existence; take on form or shape'),\n",
+ " ('modernize', 'become technologically advanced'),\n",
" ('uprise', 'come into existence; take on form or shape'),\n",
" ('make grow',\n",
" 'cause to grow and differentiate in ways conforming to its natural development'),\n",
+ " ('germinate', 'work out'),\n",
+ " ('evolve', 'gain through experience'),\n",
+ " ('get',\n",
+ " 'come to have or undergo a change of (physical features and attributes)'),\n",
+ " ('arise', 'come into existence; take on form or shape'),\n",
" ('prepare', 'create by training and teaching'),\n",
- " ('modernise', 'become technologically advanced'),\n",
+ " ('educate', 'create by training and teaching'),\n",
" ('train', 'create by training and teaching'),\n",
- " ('formulate', 'elaborate, as of theories and hypotheses'),\n",
- " ('get',\n",
+ " ('break', 'happen'),\n",
+ " ('recrudesce', 'happen'),\n",
+ " ('explicate', 'elaborate, as of theories and hypotheses'),\n",
+ " ('produce',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('educate', 'create by training and teaching')]},\n",
+ " ('formulate', 'elaborate, as of theories and hypotheses'),\n",
+ " ('spring up', 'come into existence; take on form or shape')]},\n",
" {'answer': 'developing',\n",
" 'hint': 'synonyms for developing',\n",
- " 'clues': [('arise', 'come into existence; take on form or shape'),\n",
- " ('build up', 'change the use of and make available or usable'),\n",
- " ('develop', 'become technologically advanced'),\n",
- " ('break', 'happen'),\n",
- " ('produce',\n",
+ " 'clues': [('grow',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('recrudesce', 'happen'),\n",
- " ('evolve', 'work out'),\n",
- " ('originate', 'come into existence; take on form or shape'),\n",
- " ('spring up', 'come into existence; take on form or shape'),\n",
" ('acquire',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('grow',\n",
- " 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('germinate', 'work out'),\n",
- " ('explicate', 'elaborate, as of theories and hypotheses'),\n",
+ " ('build up', 'change the use of and make available or usable'),\n",
+ " ('develop',\n",
+ " 'elaborate by the unfolding of a musical idea and by the working out of the rhythmic and harmonic changes in the theme'),\n",
+ " ('originate', 'come into existence; take on form or shape'),\n",
+ " ('modernize', 'become technologically advanced'),\n",
" ('uprise', 'come into existence; take on form or shape'),\n",
" ('make grow',\n",
" 'cause to grow and differentiate in ways conforming to its natural development'),\n",
+ " ('germinate', 'work out'),\n",
+ " ('evolve', 'gain through experience'),\n",
+ " ('get',\n",
+ " 'come to have or undergo a change of (physical features and attributes)'),\n",
+ " ('arise', 'come into existence; take on form or shape'),\n",
" ('prepare', 'create by training and teaching'),\n",
- " ('modernise', 'become technologically advanced'),\n",
+ " ('educate', 'create by training and teaching'),\n",
" ('train', 'create by training and teaching'),\n",
- " ('formulate', 'elaborate, as of theories and hypotheses'),\n",
- " ('get',\n",
+ " ('break', 'happen'),\n",
+ " ('recrudesce', 'happen'),\n",
+ " ('explicate', 'elaborate, as of theories and hypotheses'),\n",
+ " ('produce',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('educate', 'create by training and teaching')]},\n",
+ " ('formulate', 'elaborate, as of theories and hypotheses'),\n",
+ " ('spring up', 'come into existence; take on form or shape')]},\n",
" {'answer': 'deviate',\n",
" 'hint': 'synonyms for deviate',\n",
- " 'clues': [('diverge', 'be at variance with; be out of line with'),\n",
+ " 'clues': [('depart', 'be at variance with; be out of line with'),\n",
" ('vary', 'be at variance with; be out of line with'),\n",
- " ('depart', 'be at variance with; be out of line with'),\n",
+ " ('diverge', 'be at variance with; be out of line with'),\n",
" ('divert', 'turn aside; turn away from')]},\n",
" {'answer': 'devoted',\n",
" 'hint': 'synonyms for devoted',\n",
- " 'clues': [('consecrate',\n",
- " 'give entirely to a specific person, activity, or cause'),\n",
- " ('devote', 'dedicate'),\n",
+ " 'clues': [('devote', 'dedicate'),\n",
+ " ('give', 'dedicate'),\n",
+ " ('pay', 'dedicate'),\n",
+ " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
" ('commit', 'give entirely to a specific person, activity, or cause'),\n",
- " ('give', 'give entirely to a specific person, activity, or cause'),\n",
- " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('pay', 'dedicate')]},\n",
+ " ('dedicate', 'give entirely to a specific person, activity, or cause')]},\n",
" {'answer': 'devouring',\n",
" 'hint': 'synonyms for devouring',\n",
- " 'clues': [('devour', 'eat greedily'),\n",
+ " 'clues': [('raven', 'eat greedily'),\n",
+ " ('go through', 'eat immoderately'),\n",
" ('guttle', 'eat greedily'),\n",
- " ('down', 'eat immoderately'),\n",
- " ('raven', 'eat greedily'),\n",
+ " ('devour', 'destroy completely'),\n",
" ('pig', 'eat greedily'),\n",
- " ('go through', 'eat immoderately'),\n",
- " ('consume', 'eat immoderately')]},\n",
+ " ('consume', 'eat immoderately'),\n",
+ " ('down', 'eat immoderately')]},\n",
" {'answer': 'differentiated',\n",
" 'hint': 'synonyms for differentiated',\n",
- " 'clues': [('speciate',\n",
- " 'evolve so as to lead to a new species or develop in a way most suited to the environment'),\n",
- " ('severalise', 'mark as different'),\n",
- " ('specialize',\n",
- " 'evolve so as to lead to a new species or develop in a way most suited to the environment'),\n",
+ " 'clues': [('differentiate', 'calculate a derivative; take the derivative'),\n",
" ('secern', 'mark as different'),\n",
- " ('tell apart', 'mark as different'),\n",
" ('distinguish', 'mark as different'),\n",
- " ('differentiate',\n",
+ " ('severalise', 'mark as different'),\n",
+ " ('specialize',\n",
" 'evolve so as to lead to a new species or develop in a way most suited to the environment'),\n",
- " ('tell', 'mark as different'),\n",
" ('separate', 'mark as different'),\n",
+ " ('tell', 'mark as different'),\n",
" ('secernate', 'mark as different'),\n",
+ " ('speciate',\n",
+ " 'evolve so as to lead to a new species or develop in a way most suited to the environment'),\n",
+ " ('tell apart', 'mark as different'),\n",
" ('mark',\n",
" 'be a distinctive feature, attribute, or trait; sometimes in a very positive sense')]},\n",
" {'answer': 'diffuse',\n",
" 'hint': 'synonyms for diffuse',\n",
- " 'clues': [('propagate', 'cause to become widely known'),\n",
- " ('spread out', 'move outward'),\n",
- " ('permeate', 'spread or diffuse through'),\n",
- " ('disseminate', 'cause to become widely known'),\n",
+ " 'clues': [('pass around', 'cause to become widely known'),\n",
" ('penetrate', 'spread or diffuse through'),\n",
- " ('distribute', 'cause to become widely known'),\n",
- " ('circulate', 'cause to become widely known'),\n",
- " ('imbue', 'spread or diffuse through'),\n",
+ " ('propagate', 'cause to become widely known'),\n",
" ('circularize', 'cause to become widely known'),\n",
+ " ('imbue', 'spread or diffuse through'),\n",
+ " ('permeate', 'spread or diffuse through'),\n",
+ " ('distribute', 'cause to become widely known'),\n",
" ('pervade', 'spread or diffuse through'),\n",
+ " ('disseminate', 'cause to become widely known'),\n",
+ " ('spread', 'move outward'),\n",
+ " ('riddle', 'spread or diffuse through'),\n",
+ " ('spread out', 'move outward'),\n",
" ('broadcast', 'cause to become widely known'),\n",
+ " ('fan out', 'move outward'),\n",
" ('interpenetrate', 'spread or diffuse through'),\n",
- " ('pass around', 'cause to become widely known'),\n",
- " ('spread', 'cause to become widely known'),\n",
" ('disperse', 'cause to become widely known'),\n",
- " ('fan out', 'move outward'),\n",
- " ('riddle', 'spread or diffuse through')]},\n",
+ " ('circulate', 'cause to become widely known')]},\n",
" {'answer': 'diffused',\n",
" 'hint': 'synonyms for diffused',\n",
- " 'clues': [('propagate', 'cause to become widely known'),\n",
- " ('spread out', 'move outward'),\n",
- " ('diffuse', 'cause to become widely known'),\n",
- " ('permeate', 'spread or diffuse through'),\n",
- " ('riddle', 'spread or diffuse through'),\n",
- " ('disseminate', 'cause to become widely known'),\n",
+ " 'clues': [('pass around', 'cause to become widely known'),\n",
" ('penetrate', 'spread or diffuse through'),\n",
- " ('distribute', 'cause to become widely known'),\n",
- " ('circulate', 'cause to become widely known'),\n",
- " ('imbue', 'spread or diffuse through'),\n",
+ " ('propagate', 'cause to become widely known'),\n",
" ('circularize', 'cause to become widely known'),\n",
+ " ('imbue', 'spread or diffuse through'),\n",
+ " ('permeate', 'spread or diffuse through'),\n",
+ " ('diffuse', 'move outward'),\n",
+ " ('distribute', 'cause to become widely known'),\n",
" ('pervade', 'spread or diffuse through'),\n",
+ " ('disseminate', 'cause to become widely known'),\n",
+ " ('spread', 'move outward'),\n",
+ " ('riddle', 'spread or diffuse through'),\n",
+ " ('spread out', 'move outward'),\n",
" ('broadcast', 'cause to become widely known'),\n",
+ " ('fan out', 'move outward'),\n",
" ('interpenetrate', 'spread or diffuse through'),\n",
- " ('pass around', 'cause to become widely known'),\n",
- " ('spread', 'cause to become widely known'),\n",
" ('disperse', 'cause to become widely known'),\n",
- " ('fan out', 'move outward')]},\n",
+ " ('circulate', 'cause to become widely known')]},\n",
" {'answer': 'diffusing',\n",
" 'hint': 'synonyms for diffusing',\n",
- " 'clues': [('propagate', 'cause to become widely known'),\n",
- " ('spread out', 'move outward'),\n",
- " ('diffuse', 'cause to become widely known'),\n",
- " ('permeate', 'spread or diffuse through'),\n",
- " ('riddle', 'spread or diffuse through'),\n",
- " ('disseminate', 'cause to become widely known'),\n",
+ " 'clues': [('pass around', 'cause to become widely known'),\n",
" ('penetrate', 'spread or diffuse through'),\n",
- " ('distribute', 'cause to become widely known'),\n",
- " ('circulate', 'cause to become widely known'),\n",
- " ('imbue', 'spread or diffuse through'),\n",
+ " ('propagate', 'cause to become widely known'),\n",
" ('circularize', 'cause to become widely known'),\n",
+ " ('imbue', 'spread or diffuse through'),\n",
+ " ('permeate', 'spread or diffuse through'),\n",
+ " ('diffuse', 'move outward'),\n",
+ " ('distribute', 'cause to become widely known'),\n",
" ('pervade', 'spread or diffuse through'),\n",
+ " ('disseminate', 'cause to become widely known'),\n",
+ " ('spread', 'move outward'),\n",
+ " ('riddle', 'spread or diffuse through'),\n",
+ " ('spread out', 'move outward'),\n",
" ('broadcast', 'cause to become widely known'),\n",
+ " ('fan out', 'move outward'),\n",
" ('interpenetrate', 'spread or diffuse through'),\n",
- " ('pass around', 'cause to become widely known'),\n",
- " ('spread', 'cause to become widely known'),\n",
" ('disperse', 'cause to become widely known'),\n",
- " ('fan out', 'move outward')]},\n",
+ " ('circulate', 'cause to become widely known')]},\n",
" {'answer': 'dilute',\n",
" 'hint': 'synonyms for dilute',\n",
- " 'clues': [('cut',\n",
- " 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('load',\n",
+ " 'clues': [('load',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('reduce', 'lessen the strength or flavor of a solution or mixture'),\n",
" ('debase',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('reduce', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('thin out', 'lessen the strength or flavor of a solution or mixture'),\n",
" ('adulterate',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
" ('stretch',\n",
- " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones')]},\n",
+ " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('cut', 'lessen the strength or flavor of a solution or mixture'),\n",
+ " ('thin out', 'lessen the strength or flavor of a solution or mixture')]},\n",
" {'answer': 'diluted',\n",
" 'hint': 'synonyms for diluted',\n",
- " 'clues': [('cut',\n",
- " 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('dilute', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('load',\n",
+ " 'clues': [('load',\n",
+ " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('reduce', 'lessen the strength or flavor of a solution or mixture'),\n",
+ " ('dilute',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
" ('debase',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
- " ('reduce', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
- " ('thin out', 'lessen the strength or flavor of a solution or mixture'),\n",
" ('adulterate',\n",
" 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('thin', 'lessen the strength or flavor of a solution or mixture'),\n",
" ('stretch',\n",
- " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones')]},\n",
+ " 'corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones'),\n",
+ " ('cut', 'lessen the strength or flavor of a solution or mixture'),\n",
+ " ('thin out', 'lessen the strength or flavor of a solution or mixture')]},\n",
" {'answer': 'dim',\n",
" 'hint': 'synonyms for dim',\n",
" 'clues': [('blind', 'make dim by comparison or conceal'),\n",
@@ -14077,539 +14091,538 @@
" ('blur', 'become vague or indistinct')]},\n",
" {'answer': 'diminished',\n",
" 'hint': 'synonyms for diminished',\n",
- " 'clues': [('belittle', 'lessen the authority, dignity, or reputation of'),\n",
+ " 'clues': [('decrease', 'decrease in size, extent, or range'),\n",
" ('diminish', 'lessen the authority, dignity, or reputation of'),\n",
+ " ('belittle', 'lessen the authority, dignity, or reputation of'),\n",
" ('lessen', 'decrease in size, extent, or range'),\n",
- " ('fall', 'decrease in size, extent, or range'),\n",
- " ('decrease', 'decrease in size, extent, or range')]},\n",
+ " ('fall', 'decrease in size, extent, or range')]},\n",
" {'answer': 'diminishing',\n",
" 'hint': 'synonyms for diminishing',\n",
- " 'clues': [('belittle', 'lessen the authority, dignity, or reputation of'),\n",
+ " 'clues': [('decrease', 'decrease in size, extent, or range'),\n",
" ('diminish', 'lessen the authority, dignity, or reputation of'),\n",
+ " ('belittle', 'lessen the authority, dignity, or reputation of'),\n",
" ('lessen', 'decrease in size, extent, or range'),\n",
- " ('fall', 'decrease in size, extent, or range'),\n",
- " ('decrease', 'decrease in size, extent, or range')]},\n",
+ " ('fall', 'decrease in size, extent, or range')]},\n",
" {'answer': 'dimmed',\n",
" 'hint': 'synonyms for dimmed',\n",
" 'clues': [('slur', 'become vague or indistinct'),\n",
- " ('dim', 'make dim or lusterless'),\n",
- " ('dip', \"switch (a car's headlights) from a higher to a lower beam\"),\n",
" ('blur', 'become vague or indistinct'),\n",
+ " ('dim', \"switch (a car's headlights) from a higher to a lower beam\"),\n",
+ " ('dip', \"switch (a car's headlights) from a higher to a lower beam\"),\n",
" ('blind', 'make dim by comparison or conceal')]},\n",
" {'answer': 'dipped',\n",
" 'hint': 'synonyms for dipped',\n",
- " 'clues': [('dip', 'lower briefly'),\n",
+ " 'clues': [('dip', 'take a small amount from'),\n",
+ " ('duck', 'dip into a liquid'),\n",
+ " ('dim', \"switch (a car's headlights) from a higher to a lower beam\"),\n",
" ('douse', 'dip into a liquid'),\n",
+ " ('souse',\n",
+ " 'immerse briefly into a liquid so as to wet, coat, or saturate'),\n",
" ('plunge',\n",
" 'immerse briefly into a liquid so as to wet, coat, or saturate'),\n",
" ('sink', 'appear to move downward'),\n",
- " ('dunk', 'dip into a liquid while eating'),\n",
- " ('souse',\n",
- " 'immerse briefly into a liquid so as to wet, coat, or saturate'),\n",
- " ('duck', 'dip into a liquid'),\n",
- " ('dim', \"switch (a car's headlights) from a higher to a lower beam\")]},\n",
+ " ('dunk', 'dip into a liquid while eating')]},\n",
" {'answer': 'direct',\n",
" 'hint': 'synonyms for direct',\n",
- " 'clues': [('address', 'put an address on (an envelope)'),\n",
- " ('aim',\n",
- " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
- " ('organise', 'plan and direct (a complex undertaking)'),\n",
- " ('channelize',\n",
+ " 'clues': [('lead', 'lead, as in the performance of a composition'),\n",
+ " ('send', 'cause to go somewhere'),\n",
+ " ('steer', 'direct the course; determine the direction of travelling'),\n",
+ " ('place', 'intend (something) to move towards a certain goal'),\n",
+ " ('take', 'take somebody somewhere'),\n",
+ " ('point', 'direct the course; determine the direction of travelling'),\n",
+ " ('conduct', 'lead, as in the performance of a composition'),\n",
+ " ('organize', 'plan and direct (a complex undertaking)'),\n",
+ " ('channelise',\n",
" 'direct the course; determine the direction of travelling'),\n",
+ " ('address', 'put an address on (an envelope)'),\n",
+ " ('orchestrate', 'plan and direct (a complex undertaking)'),\n",
+ " ('manoeuver', 'direct the course; determine the direction of travelling'),\n",
" ('engineer', 'plan and direct (a complex undertaking)'),\n",
- " ('steer', 'direct the course; determine the direction of travelling'),\n",
+ " ('take aim',\n",
+ " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
+ " ('target', 'intend (something) to move towards a certain goal'),\n",
+ " ('head', 'direct the course; determine the direction of travelling'),\n",
" ('mastermind', 'plan and direct (a complex undertaking)'),\n",
+ " ('guide', 'direct the course; determine the direction of travelling'),\n",
" ('calculate',\n",
" 'specifically design a product, event, or activity for a certain public'),\n",
- " ('place', 'intend (something) to move towards a certain goal'),\n",
- " ('maneuver', 'direct the course; determine the direction of travelling'),\n",
- " ('take',\n",
- " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
- " ('guide', 'take somebody somewhere'),\n",
" ('train',\n",
" 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
- " ('target', 'intend (something) to move towards a certain goal'),\n",
- " ('point', 'direct the course; determine the direction of travelling'),\n",
- " ('manoeuvre', 'direct the course; determine the direction of travelling'),\n",
- " ('send', 'cause to go somewhere'),\n",
- " ('take aim',\n",
- " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
- " ('conduct', 'lead, as in the performance of a composition'),\n",
- " ('orchestrate', 'plan and direct (a complex undertaking)'),\n",
- " ('head', 'direct the course; determine the direction of travelling'),\n",
- " ('lead', 'take somebody somewhere')]},\n",
+ " ('aim', 'intend (something) to move towards a certain goal')]},\n",
" {'answer': 'directed',\n",
" 'hint': 'synonyms for directed',\n",
- " 'clues': [('address', 'put an address on (an envelope)'),\n",
- " ('organise', 'plan and direct (a complex undertaking)'),\n",
- " ('channelize',\n",
- " 'direct the course; determine the direction of travelling'),\n",
- " ('direct', 'give directions to; point somebody into a certain direction'),\n",
- " ('mastermind', 'plan and direct (a complex undertaking)'),\n",
- " ('aim',\n",
- " 'specifically design a product, event, or activity for a certain public'),\n",
+ " 'clues': [('lead', 'lead, as in the performance of a composition'),\n",
+ " ('direct',\n",
+ " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
+ " ('send', 'cause to go somewhere'),\n",
" ('place', 'intend (something) to move towards a certain goal'),\n",
- " ('target', 'intend (something) to move towards a certain goal'),\n",
- " ('point', 'direct the course; determine the direction of travelling'),\n",
" ('take', 'take somebody somewhere'),\n",
- " ('take aim',\n",
- " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
+ " ('channelise',\n",
+ " 'direct the course; determine the direction of travelling'),\n",
+ " ('orchestrate', 'plan and direct (a complex undertaking)'),\n",
" ('conduct', 'take somebody somewhere'),\n",
" ('head', 'direct the course; determine the direction of travelling'),\n",
- " ('lead', 'take somebody somewhere'),\n",
- " ('engineer', 'plan and direct (a complex undertaking)'),\n",
+ " ('maneuver', 'direct the course; determine the direction of travelling'),\n",
+ " ('manoeuvre', 'direct the course; determine the direction of travelling'),\n",
+ " ('point', 'intend (something) to move towards a certain goal'),\n",
+ " ('take aim',\n",
+ " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
+ " ('aim',\n",
+ " 'specifically design a product, event, or activity for a certain public'),\n",
" ('steer', 'direct the course; determine the direction of travelling'),\n",
+ " ('organize', 'plan and direct (a complex undertaking)'),\n",
+ " ('address', 'put an address on (an envelope)'),\n",
+ " ('engineer', 'plan and direct (a complex undertaking)'),\n",
+ " ('target', 'intend (something) to move towards a certain goal'),\n",
+ " ('mastermind', 'plan and direct (a complex undertaking)'),\n",
+ " ('guide', 'direct the course; determine the direction of travelling'),\n",
" ('calculate',\n",
" 'specifically design a product, event, or activity for a certain public'),\n",
- " ('guide', 'take somebody somewhere'),\n",
" ('train',\n",
- " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
- " ('manoeuver', 'direct the course; determine the direction of travelling'),\n",
- " ('send', 'cause to go somewhere'),\n",
- " ('orchestrate', 'plan and direct (a complex undertaking)')]},\n",
+ " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards')]},\n",
" {'answer': 'directing',\n",
" 'hint': 'synonyms for directing',\n",
- " 'clues': [('address', 'put an address on (an envelope)'),\n",
- " ('organise', 'plan and direct (a complex undertaking)'),\n",
- " ('channelize',\n",
- " 'direct the course; determine the direction of travelling'),\n",
- " ('direct', 'give directions to; point somebody into a certain direction'),\n",
- " ('mastermind', 'plan and direct (a complex undertaking)'),\n",
- " ('aim',\n",
- " 'specifically design a product, event, or activity for a certain public'),\n",
+ " 'clues': [('lead', 'lead, as in the performance of a composition'),\n",
+ " ('direct',\n",
+ " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
+ " ('send', 'cause to go somewhere'),\n",
" ('place', 'intend (something) to move towards a certain goal'),\n",
- " ('target', 'intend (something) to move towards a certain goal'),\n",
- " ('point', 'direct the course; determine the direction of travelling'),\n",
" ('take', 'take somebody somewhere'),\n",
- " ('take aim',\n",
- " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
+ " ('channelise',\n",
+ " 'direct the course; determine the direction of travelling'),\n",
+ " ('orchestrate', 'plan and direct (a complex undertaking)'),\n",
" ('conduct', 'take somebody somewhere'),\n",
" ('head', 'direct the course; determine the direction of travelling'),\n",
- " ('lead', 'take somebody somewhere'),\n",
- " ('engineer', 'plan and direct (a complex undertaking)'),\n",
+ " ('maneuver', 'direct the course; determine the direction of travelling'),\n",
+ " ('manoeuvre', 'direct the course; determine the direction of travelling'),\n",
+ " ('point', 'intend (something) to move towards a certain goal'),\n",
+ " ('take aim',\n",
+ " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
+ " ('aim',\n",
+ " 'specifically design a product, event, or activity for a certain public'),\n",
" ('steer', 'direct the course; determine the direction of travelling'),\n",
+ " ('organize', 'plan and direct (a complex undertaking)'),\n",
+ " ('address', 'put an address on (an envelope)'),\n",
+ " ('engineer', 'plan and direct (a complex undertaking)'),\n",
+ " ('target', 'intend (something) to move towards a certain goal'),\n",
+ " ('mastermind', 'plan and direct (a complex undertaking)'),\n",
+ " ('guide', 'direct the course; determine the direction of travelling'),\n",
" ('calculate',\n",
" 'specifically design a product, event, or activity for a certain public'),\n",
- " ('guide', 'take somebody somewhere'),\n",
" ('train',\n",
- " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards'),\n",
- " ('manoeuver', 'direct the course; determine the direction of travelling'),\n",
- " ('send', 'cause to go somewhere'),\n",
- " ('orchestrate', 'plan and direct (a complex undertaking)')]},\n",
+ " 'point or cause to go (blows, weapons, or objects such as photographic equipment) towards')]},\n",
" {'answer': 'dirty',\n",
" 'hint': 'synonyms for dirty',\n",
- " 'clues': [('soil', 'make soiled, filthy, or dirty'),\n",
+ " 'clues': [('colly', 'make soiled, filthy, or dirty'),\n",
+ " ('grime', 'make soiled, filthy, or dirty'),\n",
+ " ('soil', 'make soiled, filthy, or dirty'),\n",
" ('begrime', 'make soiled, filthy, or dirty'),\n",
- " ('bemire', 'make soiled, filthy, or dirty'),\n",
- " ('colly', 'make soiled, filthy, or dirty'),\n",
- " ('grime', 'make soiled, filthy, or dirty')]},\n",
+ " ('bemire', 'make soiled, filthy, or dirty')]},\n",
" {'answer': 'disabled',\n",
" 'hint': 'synonyms for disabled',\n",
- " 'clues': [('handicap', 'injure permanently'),\n",
- " ('incapacitate', 'make unable to perform a certain action'),\n",
- " ('disenable', 'make unable to perform a certain action'),\n",
+ " 'clues': [('disable', 'make unable to perform a certain action'),\n",
+ " ('incapacitate', 'injure permanently'),\n",
+ " ('handicap', 'injure permanently'),\n",
" ('invalid', 'injure permanently')]},\n",
" {'answer': 'disabling',\n",
" 'hint': 'synonyms for disabling',\n",
- " 'clues': [('handicap', 'injure permanently'),\n",
- " ('incapacitate', 'make unable to perform a certain action'),\n",
- " ('disenable', 'make unable to perform a certain action'),\n",
+ " 'clues': [('disable', 'make unable to perform a certain action'),\n",
+ " ('incapacitate', 'injure permanently'),\n",
+ " ('handicap', 'injure permanently'),\n",
" ('invalid', 'injure permanently')]},\n",
" {'answer': 'disaffected',\n",
" 'hint': 'synonyms for disaffected',\n",
- " 'clues': [('alienate',\n",
+ " 'clues': [('disaffect',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
- " ('disaffect',\n",
+ " ('alien',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
" ('estrange',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
- " ('alien',\n",
+ " ('alienate',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness')]},\n",
" {'answer': 'discarded',\n",
" 'hint': 'synonyms for discarded',\n",
- " 'clues': [('fling', 'throw or cast away'),\n",
+ " 'clues': [('chuck out', 'throw or cast away'),\n",
+ " ('dispose', 'throw or cast away'),\n",
+ " ('cast away', 'throw or cast away'),\n",
+ " ('throw out', 'throw or cast away'),\n",
" ('toss', 'throw or cast away'),\n",
- " ('discard', 'throw or cast away'),\n",
" ('cast out', 'throw or cast away'),\n",
+ " ('put away', 'throw or cast away'),\n",
+ " ('fling', 'throw or cast away'),\n",
+ " ('throw away', 'throw or cast away'),\n",
" ('cast aside', 'throw or cast away'),\n",
- " ('throw out', 'throw or cast away'),\n",
- " ('toss out', 'throw or cast away'),\n",
- " ('chuck out', 'throw or cast away'),\n",
" ('toss away', 'throw or cast away'),\n",
- " ('dispose', 'throw or cast away'),\n",
- " ('throw away', 'throw or cast away'),\n",
- " ('cast away', 'throw or cast away'),\n",
- " ('put away', 'throw or cast away')]},\n",
+ " ('discard', 'throw or cast away'),\n",
+ " ('toss out', 'throw or cast away')]},\n",
" {'answer': 'discerning',\n",
" 'hint': 'synonyms for discerning',\n",
- " 'clues': [('recognize', 'detect with the senses'),\n",
- " ('make out', 'detect with the senses'),\n",
- " ('spot', 'detect with the senses'),\n",
+ " 'clues': [('make out', 'detect with the senses'),\n",
" ('discern', 'detect with the senses'),\n",
+ " ('spot', 'detect with the senses'),\n",
" ('distinguish', 'detect with the senses'),\n",
- " ('tell apart', 'detect with the senses'),\n",
- " ('pick out', 'detect with the senses')]},\n",
+ " ('recognise', 'detect with the senses'),\n",
+ " ('pick out', 'detect with the senses'),\n",
+ " ('tell apart', 'detect with the senses')]},\n",
" {'answer': 'discharged',\n",
" 'hint': 'synonyms for discharged',\n",
- " 'clues': [('acquit', 'pronounce not guilty of criminal charges'),\n",
- " ('discharge', 'leave or unload'),\n",
- " ('drop', 'leave or unload'),\n",
- " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
- " ('assoil', 'pronounce not guilty of criminal charges'),\n",
- " ('set down', 'leave or unload'),\n",
- " ('empty', 'become empty or void of its content'),\n",
- " ('exhaust', 'eliminate (a substance)'),\n",
- " ('expel', 'eliminate (a substance)'),\n",
+ " 'clues': [('discharge', 'become empty or void of its content'),\n",
+ " ('go off', 'go off or discharge'),\n",
" ('unload', 'leave or unload'),\n",
+ " ('dispatch', 'complete or carry out'),\n",
+ " ('clear', 'pronounce not guilty of criminal charges'),\n",
" ('muster out', 'release from military service'),\n",
- " ('drop off', 'leave or unload'),\n",
- " ('release', 'eliminate (a substance)'),\n",
- " ('fire', 'go off or discharge'),\n",
" ('complete', 'complete or carry out'),\n",
+ " ('exhaust', 'eliminate (a substance)'),\n",
+ " ('set down', 'leave or unload'),\n",
+ " ('eject', 'eliminate (a substance)'),\n",
" ('put down', 'leave or unload'),\n",
- " ('dispatch', 'complete or carry out'),\n",
+ " ('fire', 'cause to go off'),\n",
+ " ('release', 'eliminate (a substance)'),\n",
+ " ('assoil', 'pronounce not guilty of criminal charges'),\n",
+ " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
+ " ('drop', 'leave or unload'),\n",
+ " ('drop off', 'leave or unload'),\n",
+ " ('empty', 'become empty or void of its content'),\n",
" ('exculpate', 'pronounce not guilty of criminal charges'),\n",
- " ('clear', 'pronounce not guilty of criminal charges'),\n",
- " ('go off', 'go off or discharge'),\n",
- " ('free', 'free from obligations or duties'),\n",
- " ('eject', 'eliminate (a substance)')]},\n",
+ " ('expel', 'eliminate (a substance)'),\n",
+ " ('acquit', 'pronounce not guilty of criminal charges'),\n",
+ " ('free', 'free from obligations or duties')]},\n",
" {'answer': 'disciplined',\n",
" 'hint': 'synonyms for disciplined',\n",
- " 'clues': [('check',\n",
+ " 'clues': [('condition',\n",
+ " \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
+ " ('train',\n",
" \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
" ('correct', 'punish in order to gain control or enforce obedience'),\n",
" ('sort out', 'punish in order to gain control or enforce obedience'),\n",
- " ('discipline', 'punish in order to gain control or enforce obedience'),\n",
- " ('train',\n",
+ " ('check',\n",
" \"develop (children's) behavior by instruction and practice; especially to teach self-control\"),\n",
- " ('condition',\n",
+ " ('discipline',\n",
" \"develop (children's) behavior by instruction and practice; especially to teach self-control\")]},\n",
" {'answer': 'disclosed',\n",
" 'hint': 'synonyms for disclosed',\n",
- " 'clues': [('let out',\n",
+ " 'clues': [('expose',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
" ('break',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('give away',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('disclose', 'disclose to view as by removing a cover'),\n",
" ('unwrap',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('discover',\n",
+ " ('bring out',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
" ('divulge',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('give away',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('let on',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('disclose',\n",
+ " ('reveal',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('bring out',\n",
+ " ('let out',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('reveal',\n",
+ " ('let on',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('expose',\n",
+ " ('discover',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret')]},\n",
" {'answer': 'discombobulated',\n",
" 'hint': 'synonyms for discombobulated',\n",
- " 'clues': [('fuddle',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('bedevil',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " 'clues': [('throw', 'cause to be confused emotionally'),\n",
" ('discombobulate',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('throw', 'cause to be confused emotionally'),\n",
" ('bemuse', 'cause to be confused emotionally'),\n",
- " ('fox',\n",
+ " ('confound',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
" ('bewilder', 'cause to be confused emotionally'),\n",
- " ('confound',\n",
+ " ('fuddle',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
" ('confuse',\n",
+ " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('fox',\n",
+ " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('bedevil',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly')]},\n",
" {'answer': 'discomfited',\n",
" 'hint': 'synonyms for discomfited',\n",
- " 'clues': [('upset', \"cause to lose one's composure\"),\n",
- " ('discomfit', \"cause to lose one's composure\"),\n",
- " ('discompose', \"cause to lose one's composure\"),\n",
+ " 'clues': [('discomfit', \"cause to lose one's composure\"),\n",
+ " ('upset', \"cause to lose one's composure\"),\n",
+ " ('untune', \"cause to lose one's composure\"),\n",
" ('disconcert', \"cause to lose one's composure\"),\n",
- " ('untune', \"cause to lose one's composure\")]},\n",
+ " ('discompose', \"cause to lose one's composure\")]},\n",
" {'answer': 'discomposed',\n",
" 'hint': 'synonyms for discomposed',\n",
- " 'clues': [('upset', \"cause to lose one's composure\"),\n",
- " ('discomfit', \"cause to lose one's composure\"),\n",
- " ('discompose', \"cause to lose one's composure\"),\n",
+ " 'clues': [('discomfit', \"cause to lose one's composure\"),\n",
+ " ('upset', \"cause to lose one's composure\"),\n",
+ " ('untune', \"cause to lose one's composure\"),\n",
" ('disconcert', \"cause to lose one's composure\"),\n",
- " ('untune', \"cause to lose one's composure\")]},\n",
+ " ('discompose', \"cause to lose one's composure\")]},\n",
" {'answer': 'disconcerted',\n",
" 'hint': 'synonyms for disconcerted',\n",
- " 'clues': [('disconcert', 'cause to feel embarrassment'),\n",
- " ('upset', \"cause to lose one's composure\"),\n",
- " ('discomfit', \"cause to lose one's composure\"),\n",
- " ('untune', \"cause to lose one's composure\"),\n",
- " ('discompose', \"cause to lose one's composure\"),\n",
+ " 'clues': [('upset', \"cause to lose one's composure\"),\n",
" ('confuse', 'cause to feel embarrassment'),\n",
" ('put off', 'cause to feel embarrassment'),\n",
- " ('flurry', 'cause to feel embarrassment')]},\n",
- " {'answer': 'disconcerting',\n",
- " 'hint': 'synonyms for disconcerting',\n",
- " 'clues': [('disconcert', 'cause to feel embarrassment'),\n",
- " ('upset', \"cause to lose one's composure\"),\n",
+ " ('disconcert', 'cause to feel embarrassment'),\n",
" ('discomfit', \"cause to lose one's composure\"),\n",
" ('untune', \"cause to lose one's composure\"),\n",
- " ('discompose', \"cause to lose one's composure\"),\n",
+ " ('flurry', 'cause to feel embarrassment'),\n",
+ " ('discompose', \"cause to lose one's composure\")]},\n",
+ " {'answer': 'disconcerting',\n",
+ " 'hint': 'synonyms for disconcerting',\n",
+ " 'clues': [('upset', \"cause to lose one's composure\"),\n",
" ('confuse', 'cause to feel embarrassment'),\n",
" ('put off', 'cause to feel embarrassment'),\n",
- " ('flurry', 'cause to feel embarrassment')]},\n",
+ " ('disconcert', 'cause to feel embarrassment'),\n",
+ " ('discomfit', \"cause to lose one's composure\"),\n",
+ " ('untune', \"cause to lose one's composure\"),\n",
+ " ('flurry', 'cause to feel embarrassment'),\n",
+ " ('discompose', \"cause to lose one's composure\")]},\n",
" {'answer': 'discontinued',\n",
" 'hint': 'synonyms for discontinued',\n",
- " 'clues': [('discontinue', 'prevent completion'),\n",
+ " 'clues': [('discontinue', 'come to or be at an end'),\n",
+ " ('break off', 'prevent completion'),\n",
" ('cease', 'put an end to a state or an activity'),\n",
" ('stop', 'prevent completion'),\n",
" ('give up', 'put an end to a state or an activity'),\n",
- " ('break off', 'prevent completion'),\n",
- " ('quit', 'put an end to a state or an activity'),\n",
+ " ('lay off', 'put an end to a state or an activity'),\n",
" ('break', 'prevent completion'),\n",
- " ('lay off', 'put an end to a state or an activity')]},\n",
+ " ('quit', 'put an end to a state or an activity')]},\n",
" {'answer': 'discouraged',\n",
" 'hint': 'synonyms for discouraged',\n",
- " 'clues': [('monish', \"admonish or counsel in terms of someone's behavior\"),\n",
- " ('discourage', \"admonish or counsel in terms of someone's behavior\"),\n",
- " ('deter', 'try to prevent; show opposition to'),\n",
+ " 'clues': [('deter', 'try to prevent; show opposition to'),\n",
+ " ('admonish', \"admonish or counsel in terms of someone's behavior\"),\n",
+ " ('discourage',\n",
+ " 'deprive of courage or hope; take away hope from; cause to feel discouraged'),\n",
" ('warn', \"admonish or counsel in terms of someone's behavior\")]},\n",
" {'answer': 'discouraging',\n",
" 'hint': 'synonyms for discouraging',\n",
- " 'clues': [('monish', \"admonish or counsel in terms of someone's behavior\"),\n",
- " ('discourage', \"admonish or counsel in terms of someone's behavior\"),\n",
- " ('deter', 'try to prevent; show opposition to'),\n",
+ " 'clues': [('deter', 'try to prevent; show opposition to'),\n",
+ " ('admonish', \"admonish or counsel in terms of someone's behavior\"),\n",
+ " ('discourage',\n",
+ " 'deprive of courage or hope; take away hope from; cause to feel discouraged'),\n",
" ('warn', \"admonish or counsel in terms of someone's behavior\")]},\n",
" {'answer': 'discovered',\n",
" 'hint': 'synonyms for discovered',\n",
- " 'clues': [('distinguish', 'identify as in botany or biology, for example'),\n",
- " ('attain', 'find unexpectedly'),\n",
- " ('discover', 'find unexpectedly'),\n",
- " ('hear', 'get to know or become aware of, usually accidentally'),\n",
- " ('get wind', 'get to know or become aware of, usually accidentally'),\n",
- " ('pick up', 'get to know or become aware of, usually accidentally'),\n",
- " ('get a line', 'get to know or become aware of, usually accidentally'),\n",
- " ('find out', 'get to know or become aware of, usually accidentally'),\n",
- " ('let out',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('fall upon', 'find unexpectedly'),\n",
- " ('get word', 'get to know or become aware of, usually accidentally'),\n",
- " ('key', 'identify as in botany or biology, for example'),\n",
- " ('notice', 'discover or determine the existence, presence, or fact of'),\n",
+ " 'clues': [('key', 'identify as in botany or biology, for example'),\n",
" ('find', 'make a discovery, make a new finding'),\n",
- " ('let on',\n",
+ " ('reveal',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('identify', 'identify as in botany or biology, for example'),\n",
- " ('light upon', 'find unexpectedly'),\n",
- " ('disclose',\n",
+ " ('divulge',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('detect', 'discover or determine the existence, presence, or fact of'),\n",
- " ('name', 'identify as in botany or biology, for example'),\n",
- " ('observe', 'discover or determine the existence, presence, or fact of'),\n",
- " ('chance upon', 'find unexpectedly'),\n",
+ " ('discover', 'discover or determine the existence, presence, or fact of'),\n",
" ('come across', 'find unexpectedly'),\n",
+ " ('disclose',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('let on',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('distinguish', 'identify as in botany or biology, for example'),\n",
" ('key out', 'identify as in botany or biology, for example'),\n",
- " ('describe', 'identify as in botany or biology, for example'),\n",
- " ('unwrap',\n",
+ " ('get word', 'get to know or become aware of, usually accidentally'),\n",
+ " ('identify', 'identify as in botany or biology, for example'),\n",
+ " ('observe', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('pick up', 'get to know or become aware of, usually accidentally'),\n",
+ " ('chance on', 'find unexpectedly'),\n",
+ " ('let out',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('see', 'get to know or become aware of, usually accidentally'),\n",
- " ('come upon', 'find unexpectedly'),\n",
- " ('happen upon', 'find unexpectedly'),\n",
- " ('learn', 'get to know or become aware of, usually accidentally'),\n",
+ " ('name', 'identify as in botany or biology, for example'),\n",
+ " ('light upon', 'find unexpectedly'),\n",
+ " ('find out', 'get to know or become aware of, usually accidentally'),\n",
+ " ('fall upon', 'find unexpectedly'),\n",
" ('expose',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
" ('break',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('divulge',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
" ('give away',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('unwrap',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('detect', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('get a line', 'get to know or become aware of, usually accidentally'),\n",
+ " ('come upon', 'find unexpectedly'),\n",
+ " ('happen upon', 'find unexpectedly'),\n",
+ " ('get wind', 'get to know or become aware of, usually accidentally'),\n",
+ " ('attain', 'find unexpectedly'),\n",
+ " ('describe', 'identify as in botany or biology, for example'),\n",
+ " ('see', 'get to know or become aware of, usually accidentally'),\n",
" ('bring out',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('strike', 'find unexpectedly'),\n",
- " ('reveal',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret')]},\n",
+ " ('hear', 'get to know or become aware of, usually accidentally'),\n",
+ " ('notice', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('learn', 'get to know or become aware of, usually accidentally'),\n",
+ " ('strike', 'find unexpectedly')]},\n",
" {'answer': 'discriminating',\n",
" 'hint': 'synonyms for discriminating',\n",
" 'clues': [('know apart', 'recognize or perceive the difference'),\n",
- " ('single out', 'treat differently on the basis of sex or race'),\n",
" ('discriminate', 'recognize or perceive the difference'),\n",
- " ('separate', 'treat differently on the basis of sex or race')]},\n",
+ " ('separate', 'treat differently on the basis of sex or race'),\n",
+ " ('single out', 'treat differently on the basis of sex or race')]},\n",
" {'answer': 'disentangled',\n",
" 'hint': 'synonyms for disentangled',\n",
- " 'clues': [('disentangle', 'release from entanglement of difficulty'),\n",
+ " 'clues': [('disentangle', 'separate the tangles of'),\n",
+ " ('extricate', 'release from entanglement of difficulty'),\n",
+ " ('comb out', 'smoothen and neaten with or as with a comb'),\n",
" ('comb', 'smoothen and neaten with or as with a comb'),\n",
" ('unwind', 'separate the tangles of'),\n",
+ " ('disencumber', 'release from entanglement of difficulty'),\n",
" ('disinvolve', 'free from involvement or entanglement'),\n",
- " ('unsnarl', 'extricate from entanglement'),\n",
- " ('untangle', 'release from entanglement of difficulty'),\n",
" ('disembroil', 'free from involvement or entanglement'),\n",
- " ('comb out', 'smoothen and neaten with or as with a comb'),\n",
- " ('disencumber', 'release from entanglement of difficulty'),\n",
- " ('extricate', 'release from entanglement of difficulty'),\n",
- " ('straighten out', 'extricate from entanglement')]},\n",
+ " ('straighten out', 'extricate from entanglement'),\n",
+ " ('untangle', 'release from entanglement of difficulty'),\n",
+ " ('unsnarl', 'extricate from entanglement')]},\n",
" {'answer': 'disgraced',\n",
" 'hint': 'synonyms for disgraced',\n",
" 'clues': [('shame', 'bring shame or dishonor upon'),\n",
- " ('disgrace', 'bring shame or dishonor upon'),\n",
- " ('demean', 'reduce in worth or character, usually verbally'),\n",
- " ('degrade', 'reduce in worth or character, usually verbally'),\n",
" ('dishonor', 'bring shame or dishonor upon'),\n",
+ " ('attaint', 'bring shame or dishonor upon'),\n",
+ " ('degrade', 'reduce in worth or character, usually verbally'),\n",
+ " ('disgrace', 'bring shame or dishonor upon'),\n",
" ('put down', 'reduce in worth or character, usually verbally'),\n",
" ('discredit', 'damage the reputation of'),\n",
" ('take down', 'reduce in worth or character, usually verbally'),\n",
- " ('attaint', 'bring shame or dishonor upon')]},\n",
+ " ('demean', 'reduce in worth or character, usually verbally')]},\n",
" {'answer': 'disgusted',\n",
" 'hint': 'synonyms for disgusted',\n",
- " 'clues': [('churn up', 'cause aversion in; offend the moral sense of'),\n",
+ " 'clues': [('gross out', 'fill with distaste'),\n",
+ " ('churn up', 'cause aversion in; offend the moral sense of'),\n",
+ " ('disgust', 'cause aversion in; offend the moral sense of'),\n",
+ " ('repel', 'fill with distaste'),\n",
" ('revolt', 'fill with distaste'),\n",
- " ('nauseate', 'cause aversion in; offend the moral sense of'),\n",
- " ('gross out', 'fill with distaste'),\n",
- " ('disgust', 'fill with distaste'),\n",
" ('sicken', 'cause aversion in; offend the moral sense of'),\n",
- " ('repel', 'fill with distaste')]},\n",
+ " ('nauseate', 'cause aversion in; offend the moral sense of')]},\n",
" {'answer': 'disgusting',\n",
" 'hint': 'synonyms for disgusting',\n",
- " 'clues': [('churn up', 'cause aversion in; offend the moral sense of'),\n",
+ " 'clues': [('gross out', 'fill with distaste'),\n",
+ " ('churn up', 'cause aversion in; offend the moral sense of'),\n",
+ " ('disgust', 'cause aversion in; offend the moral sense of'),\n",
+ " ('repel', 'fill with distaste'),\n",
" ('revolt', 'fill with distaste'),\n",
- " ('nauseate', 'cause aversion in; offend the moral sense of'),\n",
- " ('gross out', 'fill with distaste'),\n",
- " ('disgust', 'fill with distaste'),\n",
" ('sicken', 'cause aversion in; offend the moral sense of'),\n",
- " ('repel', 'fill with distaste')]},\n",
+ " ('nauseate', 'cause aversion in; offend the moral sense of')]},\n",
" {'answer': 'dished',\n",
" 'hint': 'synonyms for dished',\n",
- " 'clues': [('serve up', 'provide (usually but not necessarily food)'),\n",
- " ('dish', 'make concave; shape like a dish'),\n",
+ " 'clues': [('dish', 'make concave; shape like a dish'),\n",
" ('dish out', 'provide (usually but not necessarily food)'),\n",
+ " ('dish up', 'provide (usually but not necessarily food)'),\n",
" ('serve', 'provide (usually but not necessarily food)'),\n",
- " ('dish up', 'provide (usually but not necessarily food)')]},\n",
+ " ('serve up', 'provide (usually but not necessarily food)')]},\n",
" {'answer': 'dishonored',\n",
" 'hint': 'synonyms for dishonored',\n",
- " 'clues': [('shame', 'bring shame or dishonor upon'),\n",
- " ('disgrace', 'bring shame or dishonor upon'),\n",
- " ('dishonor', 'bring shame or dishonor upon'),\n",
- " ('rape', 'force (someone) to have sex against their will'),\n",
+ " 'clues': [('assault', 'force (someone) to have sex against their will'),\n",
+ " ('shame', 'bring shame or dishonor upon'),\n",
+ " ('dishonour', 'force (someone) to have sex against their will'),\n",
" ('violate', 'force (someone) to have sex against their will'),\n",
- " ('ravish', 'force (someone) to have sex against their will'),\n",
- " ('assault', 'force (someone) to have sex against their will'),\n",
+ " ('attaint', 'bring shame or dishonor upon'),\n",
+ " ('rape', 'force (someone) to have sex against their will'),\n",
" ('outrage', 'force (someone) to have sex against their will'),\n",
- " ('attaint', 'bring shame or dishonor upon')]},\n",
+ " ('disgrace', 'bring shame or dishonor upon'),\n",
+ " ('ravish', 'force (someone) to have sex against their will')]},\n",
" {'answer': 'disjoint',\n",
" 'hint': 'synonyms for disjoint',\n",
- " 'clues': [('dissociate', 'part; cease or break association with'),\n",
- " ('divorce', 'part; cease or break association with'),\n",
+ " 'clues': [('disunite', 'part; cease or break association with'),\n",
" ('disjoin',\n",
" 'make disjoint, separated, or disconnected; undo the joining of'),\n",
- " ('disunite', 'part; cease or break association with'),\n",
- " ('disarticulate', 'separate at the joints')]},\n",
+ " ('disarticulate', 'separate at the joints'),\n",
+ " ('dissociate', 'part; cease or break association with'),\n",
+ " ('divorce', 'part; cease or break association with')]},\n",
" {'answer': 'disjointed',\n",
" 'hint': 'synonyms for disjointed',\n",
- " 'clues': [('disjoint', 'separate at the joints'),\n",
- " ('disassociate', 'part; cease or break association with'),\n",
- " ('disunite', 'part; cease or break association with'),\n",
+ " 'clues': [('disunite', 'part; cease or break association with'),\n",
+ " ('disjoint', 'separate at the joints'),\n",
" ('disarticulate', 'separate at the joints'),\n",
+ " ('dissociate', 'part; cease or break association with'),\n",
" ('divorce', 'part; cease or break association with')]},\n",
" {'answer': 'dislocated',\n",
" 'hint': 'synonyms for dislocated',\n",
- " 'clues': [('slip', 'move out of position'),\n",
- " ('dislocate', 'put out of its usual place, position, or relationship'),\n",
- " ('splay', 'move out of position'),\n",
- " ('luxate', 'move out of position')]},\n",
+ " 'clues': [('dislocate', 'move out of position'),\n",
+ " ('luxate', 'move out of position'),\n",
+ " ('slip', 'move out of position'),\n",
+ " ('splay', 'move out of position')]},\n",
" {'answer': 'dismantled',\n",
" 'hint': 'synonyms for dismantled',\n",
- " 'clues': [('take down', 'tear down so as to make flat with the ground'),\n",
- " ('take apart', 'take apart into its constituent pieces'),\n",
- " ('raze', 'tear down so as to make flat with the ground'),\n",
- " ('pull down', 'tear down so as to make flat with the ground'),\n",
+ " 'clues': [('raze', 'tear down so as to make flat with the ground'),\n",
" ('dismantle', 'take apart into its constituent pieces'),\n",
- " ('break up', 'take apart into its constituent pieces'),\n",
- " ('break apart', 'take apart into its constituent pieces'),\n",
- " ('disassemble', 'take apart into its constituent pieces'),\n",
" ('level', 'tear down so as to make flat with the ground'),\n",
+ " ('break up', 'take apart into its constituent pieces'),\n",
" ('tear down', 'tear down so as to make flat with the ground'),\n",
+ " ('break apart', 'take apart into its constituent pieces'),\n",
" ('strip', 'take off or remove'),\n",
- " ('rase', 'tear down so as to make flat with the ground')]},\n",
+ " ('take apart', 'take apart into its constituent pieces'),\n",
+ " ('take down', 'tear down so as to make flat with the ground'),\n",
+ " ('disassemble', 'take apart into its constituent pieces'),\n",
+ " ('rase', 'tear down so as to make flat with the ground'),\n",
+ " ('pull down', 'tear down so as to make flat with the ground')]},\n",
" {'answer': 'dismayed',\n",
" 'hint': 'synonyms for dismayed',\n",
- " 'clues': [('demoralise', \"lower someone's spirits; make downhearted\"),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " ('deject', \"lower someone's spirits; make downhearted\"),\n",
" ('appal',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
" ('horrify',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
" ('alarm',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
- " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralize', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\")]},\n",
" {'answer': 'dismaying',\n",
" 'hint': 'synonyms for dismaying',\n",
- " 'clues': [('demoralise', \"lower someone's spirits; make downhearted\"),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
+ " ('deject', \"lower someone's spirits; make downhearted\"),\n",
" ('appal',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
" ('horrify',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
" ('alarm',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
- " ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralize', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\")]},\n",
" {'answer': 'dismissed',\n",
" 'hint': 'synonyms for dismissed',\n",
- " 'clues': [('send packing', 'stop associating with'),\n",
- " ('disregard', 'bar from attention or consideration'),\n",
- " ('fire',\n",
- " 'terminate the employment of; discharge from an office or position'),\n",
+ " 'clues': [('drop', 'stop associating with'),\n",
+ " ('dismiss', 'cease to consider; put out of judicial consideration'),\n",
+ " ('dissolve', 'declare void'),\n",
+ " ('push aside', 'bar from attention or consideration'),\n",
+ " ('ignore', 'bar from attention or consideration'),\n",
" ('terminate',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('usher out',\n",
- " \"end one's encounter with somebody by causing or permitting the person to leave\"),\n",
- " ('dismiss',\n",
- " \"end one's encounter with somebody by causing or permitting the person to leave\"),\n",
- " ('push aside', 'bar from attention or consideration'),\n",
- " ('force out',\n",
+ " ('give the axe',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('can',\n",
+ " ('discount', 'bar from attention or consideration'),\n",
+ " ('sack',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('give notice',\n",
+ " ('send packing', 'stop associating with'),\n",
+ " ('throw out', 'cease to consider; put out of judicial consideration'),\n",
+ " ('fire',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('displace',\n",
+ " ('send away', 'stop associating with'),\n",
+ " ('give the sack',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('ignore', 'bar from attention or consideration'),\n",
- " ('sack',\n",
+ " ('can',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('brush off', 'bar from attention or consideration'),\n",
- " ('send away',\n",
+ " ('disregard', 'bar from attention or consideration'),\n",
+ " ('force out',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('dissolve', 'declare void'),\n",
- " ('throw out', 'cease to consider; put out of judicial consideration'),\n",
- " ('discount', 'bar from attention or consideration'),\n",
- " ('give the sack',\n",
+ " ('displace',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('give the axe',\n",
+ " ('brush off', 'bar from attention or consideration'),\n",
+ " ('give notice',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('drop', 'stop associating with')]},\n",
+ " ('usher out',\n",
+ " \"end one's encounter with somebody by causing or permitting the person to leave\")]},\n",
" {'answer': 'disobliging',\n",
" 'hint': 'synonyms for disobliging',\n",
- " 'clues': [('trouble', 'to cause inconvenience or discomfort to'),\n",
+ " 'clues': [('inconvenience', 'to cause inconvenience or discomfort to'),\n",
" ('put out', 'to cause inconvenience or discomfort to'),\n",
" ('incommode', 'to cause inconvenience or discomfort to'),\n",
" ('disoblige', 'to cause inconvenience or discomfort to'),\n",
- " ('inconvenience', 'to cause inconvenience or discomfort to'),\n",
- " ('bother', 'to cause inconvenience or discomfort to'),\n",
- " ('discommode', 'to cause inconvenience or discomfort to')]},\n",
+ " ('trouble', 'to cause inconvenience or discomfort to'),\n",
+ " ('discommode', 'to cause inconvenience or discomfort to'),\n",
+ " ('bother', 'to cause inconvenience or discomfort to')]},\n",
" {'answer': 'disordered',\n",
" 'hint': 'synonyms for disordered',\n",
- " 'clues': [('unhinge',\n",
- " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('distract',\n",
+ " 'clues': [('trouble',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('disorder', 'bring disorder to'),\n",
" ('disquiet',\n",
@@ -14617,2611 +14630,2607 @@
" ('disarray', 'bring disorder to'),\n",
" ('cark',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('trouble',\n",
- " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('perturb',\n",
+ " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
+ " ('distract',\n",
+ " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
+ " ('unhinge',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed')]},\n",
" {'answer': 'dispensed',\n",
" 'hint': 'synonyms for dispensed',\n",
- " 'clues': [('administer', 'administer or bestow, as in small portions'),\n",
+ " 'clues': [('parcel out', 'administer or bestow, as in small portions'),\n",
+ " ('deal out', 'administer or bestow, as in small portions'),\n",
+ " ('administer', 'give or apply (medications)'),\n",
+ " ('lot', 'administer or bestow, as in small portions'),\n",
" ('dish out', 'administer or bestow, as in small portions'),\n",
- " ('deal', 'administer or bestow, as in small portions'),\n",
+ " ('dispense', 'give or apply (medications)'),\n",
+ " ('shell out', 'administer or bestow, as in small portions'),\n",
" ('allot', 'administer or bestow, as in small portions'),\n",
- " ('dispense', 'grant a dispensation; grant an exemption'),\n",
- " ('distribute', 'administer or bestow, as in small portions'),\n",
+ " ('deal', 'administer or bestow, as in small portions'),\n",
" ('dole out', 'administer or bestow, as in small portions'),\n",
- " ('parcel out', 'administer or bestow, as in small portions'),\n",
" ('mete out', 'administer or bestow, as in small portions'),\n",
- " ('lot', 'administer or bestow, as in small portions'),\n",
- " ('shell out', 'administer or bestow, as in small portions'),\n",
- " ('deal out', 'administer or bestow, as in small portions')]},\n",
+ " ('distribute', 'administer or bestow, as in small portions')]},\n",
" {'answer': 'dispersed',\n",
" 'hint': 'synonyms for dispersed',\n",
- " 'clues': [('propagate', 'cause to become widely known'),\n",
- " ('diffuse', 'cause to become widely known'),\n",
- " ('break up', 'to cause to separate and go in different directions'),\n",
- " ('disseminate', 'cause to become widely known'),\n",
+ " 'clues': [('scatter', 'cause to separate'),\n",
+ " ('pass around', 'cause to become widely known'),\n",
" ('disperse', 'separate (light) into spectral rays'),\n",
- " ('scatter', 'distribute loosely'),\n",
- " ('sprinkle', 'distribute loosely'),\n",
- " ('dissipate', 'to cause to separate and go in different directions'),\n",
- " ('distribute', 'cause to become widely known'),\n",
+ " ('dissipate', 'move away from each other'),\n",
+ " ('propagate', 'cause to become widely known'),\n",
+ " ('dispel', 'to cause to separate and go in different directions'),\n",
+ " ('circularize', 'cause to become widely known'),\n",
+ " ('dust', 'distribute loosely'),\n",
+ " ('break up', 'cause to separate'),\n",
" ('spread out', 'move away from each other'),\n",
- " ('circulate', 'cause to become widely known'),\n",
+ " ('distribute', 'cause to become widely known'),\n",
+ " ('diffuse', 'cause to become widely known'),\n",
" ('dot', 'distribute loosely'),\n",
- " ('circularize', 'cause to become widely known'),\n",
- " ('dispel', 'to cause to separate and go in different directions'),\n",
- " ('pass around', 'cause to become widely known'),\n",
+ " ('disseminate', 'cause to become widely known'),\n",
+ " ('broadcast', 'cause to become widely known'),\n",
" ('spread', 'cause to become widely known'),\n",
- " ('dust', 'distribute loosely'),\n",
- " ('broadcast', 'cause to become widely known')]},\n",
+ " ('sprinkle', 'distribute loosely'),\n",
+ " ('circulate', 'cause to become widely known')]},\n",
" {'answer': 'dispirited',\n",
" 'hint': 'synonyms for dispirited',\n",
- " 'clues': [('demoralise', \"lower someone's spirits; make downhearted\"),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
- " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
" ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralize', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\")]},\n",
" {'answer': 'dispiriting',\n",
" 'hint': 'synonyms for dispiriting',\n",
- " 'clues': [('demoralise', \"lower someone's spirits; make downhearted\"),\n",
- " ('dismay', \"lower someone's spirits; make downhearted\"),\n",
- " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
- " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
- " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " 'clues': [('dismay', \"lower someone's spirits; make downhearted\"),\n",
" ('deject', \"lower someone's spirits; make downhearted\"),\n",
+ " ('get down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('dispirit', \"lower someone's spirits; make downhearted\"),\n",
+ " ('cast down', \"lower someone's spirits; make downhearted\"),\n",
+ " ('demoralize', \"lower someone's spirits; make downhearted\"),\n",
" ('depress', \"lower someone's spirits; make downhearted\")]},\n",
" {'answer': 'disposed',\n",
" 'hint': 'synonyms for disposed',\n",
- " 'clues': [('toss', 'throw or cast away'),\n",
- " ('dispose',\n",
- " 'make receptive or willing towards an action or attitude or belief'),\n",
+ " 'clues': [('chuck out', 'throw or cast away'),\n",
+ " ('cast away', 'throw or cast away'),\n",
+ " ('throw out', 'throw or cast away'),\n",
+ " ('dispose', 'give, sell, or transfer to another'),\n",
" ('cast out', 'throw or cast away'),\n",
+ " ('put away', 'throw or cast away'),\n",
+ " ('throw away', 'throw or cast away'),\n",
" ('cast aside', 'throw or cast away'),\n",
- " ('chuck out', 'throw or cast away'),\n",
" ('toss away', 'throw or cast away'),\n",
- " ('throw away', 'throw or cast away'),\n",
- " ('fling', 'throw or cast away'),\n",
- " ('discard', 'throw or cast away'),\n",
- " ('qualify', 'make fit or prepared'),\n",
- " ('throw out', 'throw or cast away'),\n",
- " ('toss out', 'throw or cast away'),\n",
+ " ('toss', 'throw or cast away'),\n",
" ('incline',\n",
" 'make receptive or willing towards an action or attitude or belief'),\n",
- " ('cast away', 'throw or cast away'),\n",
- " ('put away', 'throw or cast away')]},\n",
+ " ('toss out', 'throw or cast away'),\n",
+ " ('qualify', 'make fit or prepared'),\n",
+ " ('fling', 'throw or cast away'),\n",
+ " ('discard', 'throw or cast away')]},\n",
" {'answer': 'disputed',\n",
" 'hint': 'synonyms for disputed',\n",
- " 'clues': [('dispute', 'take exception to'),\n",
- " ('challenge', 'take exception to'),\n",
- " ('argufy', 'have a disagreement over something'),\n",
- " ('altercate', 'have a disagreement over something'),\n",
- " ('scrap', 'have a disagreement over something'),\n",
+ " 'clues': [('argufy', 'have a disagreement over something'),\n",
+ " ('dispute', 'have a disagreement over something'),\n",
+ " ('quarrel', 'have a disagreement over something'),\n",
" ('gainsay', 'take exception to'),\n",
- " ('quarrel', 'have a disagreement over something')]},\n",
+ " ('scrap', 'have a disagreement over something'),\n",
+ " ('challenge', 'take exception to'),\n",
+ " ('altercate', 'have a disagreement over something')]},\n",
" {'answer': 'disquieted',\n",
" 'hint': 'synonyms for disquieted',\n",
" 'clues': [('unhinge',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('cark',\n",
- " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('trouble',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
+ " ('perturb',\n",
+ " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
+ " ('disquiet',\n",
+ " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('distract',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('perturb',\n",
+ " ('cark',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('disorder',\n",
- " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('disquiet',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed')]},\n",
" {'answer': 'disquieting',\n",
" 'hint': 'synonyms for disquieting',\n",
" 'clues': [('unhinge',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('cark',\n",
- " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('trouble',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
+ " ('perturb',\n",
+ " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
+ " ('disquiet',\n",
+ " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('distract',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('perturb',\n",
+ " ('cark',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('disorder',\n",
- " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('disquiet',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed')]},\n",
" {'answer': 'disregarded',\n",
" 'hint': 'synonyms for disregarded',\n",
- " 'clues': [('ignore', 'bar from attention or consideration'),\n",
- " ('brush aside', 'bar from attention or consideration'),\n",
- " ('cut', 'refuse to acknowledge'),\n",
+ " 'clues': [('neglect', 'give little or no attention to'),\n",
" ('snub', 'refuse to acknowledge'),\n",
" ('disregard', 'bar from attention or consideration'),\n",
- " ('neglect', 'give little or no attention to'),\n",
- " ('brush off', 'bar from attention or consideration'),\n",
+ " ('cut', 'refuse to acknowledge'),\n",
+ " ('ignore', 'bar from attention or consideration'),\n",
+ " ('push aside', 'bar from attention or consideration'),\n",
" ('discount', 'bar from attention or consideration'),\n",
- " ('dismiss', 'bar from attention or consideration')]},\n",
+ " ('dismiss', 'bar from attention or consideration'),\n",
+ " ('brush off', 'bar from attention or consideration')]},\n",
" {'answer': 'disrupted',\n",
" 'hint': 'synonyms for disrupted',\n",
- " 'clues': [('break up', 'make a break in'),\n",
- " ('interrupt', \"interfere in someone else's activity\"),\n",
- " ('disrupt', \"interfere in someone else's activity\"),\n",
- " ('cut off', 'make a break in')]},\n",
+ " 'clues': [('interrupt', 'make a break in'),\n",
+ " ('disrupt', 'make a break in'),\n",
+ " ('cut off', 'make a break in'),\n",
+ " ('break up', 'make a break in')]},\n",
" {'answer': 'dissected',\n",
" 'hint': 'synonyms for dissected',\n",
- " 'clues': [('analyze',\n",
- " 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
- " ('take apart',\n",
+ " 'clues': [('analyse',\n",
" 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
" ('break down',\n",
" 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
- " ('dissect', 'cut open or cut apart')]},\n",
+ " ('dissect',\n",
+ " 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features'),\n",
+ " ('take apart',\n",
+ " 'make a mathematical, chemical, or grammatical analysis of; break down into components or essential features')]},\n",
" {'answer': 'dissenting',\n",
" 'hint': 'synonyms for dissenting',\n",
- " 'clues': [('protest', 'express opposition through action or words'),\n",
+ " 'clues': [('dissent', 'express opposition through action or words'),\n",
" ('take issue', 'be of different opinions'),\n",
- " ('dissent', 'express opposition through action or words'),\n",
- " ('disagree', 'be of different opinions'),\n",
" ('resist', 'express opposition through action or words'),\n",
+ " ('disagree', 'be of different opinions'),\n",
+ " ('protest', 'express opposition through action or words'),\n",
" ('differ', 'be of different opinions')]},\n",
" {'answer': 'dissipated',\n",
" 'hint': 'synonyms for dissipated',\n",
- " 'clues': [('disperse',\n",
- " 'to cause to separate and go in different directions'),\n",
- " ('scatter', 'to cause to separate and go in different directions'),\n",
- " ('dispel', 'to cause to separate and go in different directions'),\n",
+ " 'clues': [('fritter', 'spend frivolously and unwisely'),\n",
" ('fool away', 'spend frivolously and unwisely'),\n",
- " ('break up', 'to cause to separate and go in different directions'),\n",
- " ('dissipate', 'spend frivolously and unwisely'),\n",
- " ('shoot', 'spend frivolously and unwisely'),\n",
- " ('fritter', 'spend frivolously and unwisely'),\n",
- " ('frivol away', 'spend frivolously and unwisely'),\n",
" ('spread out', 'move away from each other'),\n",
+ " ('dissipate', 'move away from each other'),\n",
+ " ('shoot', 'spend frivolously and unwisely'),\n",
+ " ('dispel', 'to cause to separate and go in different directions'),\n",
+ " ('break up', 'to cause to separate and go in different directions'),\n",
+ " ('fritter away', 'spend frivolously and unwisely'),\n",
" ('fool', 'spend frivolously and unwisely'),\n",
- " ('fritter away', 'spend frivolously and unwisely')]},\n",
+ " ('scatter', 'to cause to separate and go in different directions'),\n",
+ " ('disperse', 'move away from each other'),\n",
+ " ('frivol away', 'spend frivolously and unwisely')]},\n",
" {'answer': 'dissolved',\n",
" 'hint': 'synonyms for dissolved',\n",
- " 'clues': [('dissolve', 'become or cause to become soft or liquid'),\n",
+ " 'clues': [('resolve', 'cause to go into a solution'),\n",
+ " ('dissolve', 'declare void'),\n",
+ " ('break up', 'cause to go into a solution'),\n",
+ " ('disband', 'stop functioning or cohering as a unit'),\n",
+ " ('fade away', 'become weaker'),\n",
" ('unthaw', 'become or cause to become soft or liquid'),\n",
- " ('unfreeze', 'become or cause to become soft or liquid'),\n",
- " ('break up', 'come to an end'),\n",
" ('thaw', 'become or cause to become soft or liquid'),\n",
- " ('resolve', 'cause to go into a solution'),\n",
+ " ('dethaw', 'become or cause to become soft or liquid'),\n",
" ('fade out', 'become weaker'),\n",
" ('dismiss', 'declare void'),\n",
- " ('melt', 'become or cause to become soft or liquid'),\n",
- " ('dethaw', 'become or cause to become soft or liquid'),\n",
- " ('fade away', 'become weaker'),\n",
- " ('disband', 'stop functioning or cohering as a unit')]},\n",
+ " ('unfreeze', 'become or cause to become soft or liquid'),\n",
+ " ('melt', 'become or cause to become soft or liquid')]},\n",
" {'answer': 'distinguished',\n",
" 'hint': 'synonyms for distinguished',\n",
- " 'clues': [('distinguish',\n",
+ " 'clues': [('make out', 'detect with the senses'),\n",
+ " ('key', 'identify as in botany or biology, for example'),\n",
+ " ('differentiate',\n",
" 'be a distinctive feature, attribute, or trait; sometimes in a very positive sense'),\n",
+ " ('secern', 'mark as different'),\n",
+ " ('distinguish', 'mark as different'),\n",
" ('severalise', 'mark as different'),\n",
- " ('name', 'identify as in botany or biology, for example'),\n",
+ " ('spot', 'detect with the senses'),\n",
+ " ('tell apart', 'mark as different'),\n",
" ('signalize', 'make conspicuous or noteworthy'),\n",
+ " ('separate', 'mark as different'),\n",
+ " ('recognise', 'detect with the senses'),\n",
+ " ('discover', 'identify as in botany or biology, for example'),\n",
" ('key out', 'identify as in botany or biology, for example'),\n",
- " ('describe', 'identify as in botany or biology, for example'),\n",
- " ('make out', 'detect with the senses'),\n",
- " ('secern', 'mark as different'),\n",
- " ('tell apart', 'mark as different'),\n",
- " ('discern', 'detect with the senses'),\n",
" ('tell', 'mark as different'),\n",
- " ('differentiate',\n",
- " 'be a distinctive feature, attribute, or trait; sometimes in a very positive sense'),\n",
- " ('pick out', 'detect with the senses'),\n",
- " ('separate', 'mark as different'),\n",
- " ('recognize', 'detect with the senses'),\n",
" ('secernate', 'mark as different'),\n",
- " ('key', 'identify as in botany or biology, for example'),\n",
- " ('spot', 'detect with the senses'),\n",
+ " ('discern', 'detect with the senses'),\n",
+ " ('describe', 'identify as in botany or biology, for example'),\n",
+ " ('identify', 'identify as in botany or biology, for example'),\n",
" ('mark',\n",
" 'be a distinctive feature, attribute, or trait; sometimes in a very positive sense'),\n",
- " ('identify', 'identify as in botany or biology, for example'),\n",
- " ('discover', 'identify as in botany or biology, for example')]},\n",
+ " ('name', 'identify as in botany or biology, for example'),\n",
+ " ('pick out', 'detect with the senses')]},\n",
" {'answer': 'distorted',\n",
" 'hint': 'synonyms for distorted',\n",
- " 'clues': [('distort',\n",
- " 'make false by mutilation or addition; as of a message or story'),\n",
- " ('twist', 'form into a spiral shape'),\n",
- " ('color', 'affect as in thought or feeling'),\n",
+ " 'clues': [('distort', 'affect as in thought or feeling'),\n",
" ('tinge', 'affect as in thought or feeling'),\n",
- " ('contort', 'twist and press out of shape'),\n",
- " ('wring', 'twist and press out of shape'),\n",
- " ('deform', 'alter the shape of (something) by stress'),\n",
+ " ('color', 'affect as in thought or feeling'),\n",
" ('warp',\n",
" 'make false by mutilation or addition; as of a message or story'),\n",
+ " ('wring', 'twist and press out of shape'),\n",
+ " ('contort', 'twist and press out of shape'),\n",
+ " ('deform', 'twist and press out of shape'),\n",
+ " ('twine', 'form into a spiral shape'),\n",
" ('garble',\n",
" 'make false by mutilation or addition; as of a message or story'),\n",
- " ('twine', 'form into a spiral shape'),\n",
+ " ('twist', 'form into a spiral shape'),\n",
" ('strain', 'alter the shape of (something) by stress'),\n",
" ('falsify',\n",
" 'make false by mutilation or addition; as of a message or story')]},\n",
" {'answer': 'distracted',\n",
" 'hint': 'synonyms for distracted',\n",
- " 'clues': [('unhinge',\n",
- " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('distract', \"draw someone's attention away from something\"),\n",
- " ('disorder',\n",
+ " 'clues': [('trouble',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('disquiet',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
" ('cark',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('trouble',\n",
+ " ('disorder',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
- " ('deflect', \"draw someone's attention away from something\"),\n",
+ " ('distract', \"draw someone's attention away from something\"),\n",
" ('perturb',\n",
+ " 'disturb in mind or make uneasy or cause to be worried or alarmed'),\n",
+ " ('deflect', \"draw someone's attention away from something\"),\n",
+ " ('unhinge',\n",
" 'disturb in mind or make uneasy or cause to be worried or alarmed')]},\n",
" {'answer': 'distributed',\n",
" 'hint': 'synonyms for distributed',\n",
- " 'clues': [('propagate', 'cause to become widely known'),\n",
- " ('distribute', 'be mathematically distributive'),\n",
+ " 'clues': [('distribute', 'give to several people'),\n",
+ " ('pass around', 'cause to become widely known'),\n",
+ " ('dish out', 'administer or bestow, as in small portions'),\n",
+ " ('propagate', 'cause to become widely known'),\n",
" ('dispense', 'administer or bestow, as in small portions'),\n",
- " ('circulate', 'cause to become widely known'),\n",
" ('shell out', 'administer or bestow, as in small portions'),\n",
- " ('circularize', 'cause to become widely known'),\n",
- " ('administer', 'administer or bestow, as in small portions'),\n",
- " ('dish out', 'administer or bestow, as in small portions'),\n",
- " ('deal', 'administer or bestow, as in small portions'),\n",
- " ('allot', 'administer or bestow, as in small portions'),\n",
- " ('give out', 'give to several people'),\n",
- " ('spread', 'cause to become widely known'),\n",
- " ('parcel out', 'administer or bestow, as in small portions'),\n",
- " ('hand out', 'give to several people'),\n",
+ " ('circulate', 'cause be distributed'),\n",
" ('mete out', 'administer or bestow, as in small portions'),\n",
+ " ('deal out', 'administer or bestow, as in small portions'),\n",
" ('diffuse', 'cause to become widely known'),\n",
" ('disseminate', 'cause to become widely known'),\n",
- " ('pass around', 'cause be distributed'),\n",
" ('stagger', 'to arrange in a systematic order'),\n",
- " ('deal out', 'administer or bestow, as in small portions'),\n",
- " ('pass on', 'cause be distributed'),\n",
- " ('dole out', 'administer or bestow, as in small portions'),\n",
- " ('lot', 'administer or bestow, as in small portions'),\n",
+ " ('spread', 'distribute or disperse widely'),\n",
" ('broadcast', 'cause to become widely known'),\n",
+ " ('give out', 'give to several people'),\n",
+ " ('deal', 'administer or bestow, as in small portions'),\n",
+ " ('lot', 'administer or bestow, as in small portions'),\n",
+ " ('circularize', 'cause to become widely known'),\n",
+ " ('allot', 'administer or bestow, as in small portions'),\n",
+ " ('dole out', 'administer or bestow, as in small portions'),\n",
+ " ('hand out', 'give to several people'),\n",
+ " ('parcel out', 'administer or bestow, as in small portions'),\n",
+ " ('administer', 'administer or bestow, as in small portions'),\n",
+ " ('pass on', 'cause be distributed'),\n",
" ('pass out', 'give to several people')]},\n",
" {'answer': 'disturbed',\n",
" 'hint': 'synonyms for disturbed',\n",
- " 'clues': [('agitate', 'change the arrangement or position of'),\n",
+ " 'clues': [('disturb', 'change the arrangement or position of'),\n",
+ " ('stir up', 'change the arrangement or position of'),\n",
" ('interrupt', 'destroy the peace or tranquility of'),\n",
- " ('commove', 'change the arrangement or position of'),\n",
- " ('raise up', 'change the arrangement or position of'),\n",
" ('vex', 'change the arrangement or position of'),\n",
- " ('disturb', 'destroy the peace or tranquility of'),\n",
" ('shake up', 'change the arrangement or position of'),\n",
+ " ('agitate', 'change the arrangement or position of'),\n",
" ('upset', 'move deeply'),\n",
- " ('stir up', 'change the arrangement or position of'),\n",
" ('touch', 'tamper with'),\n",
- " ('trouble', 'move deeply')]},\n",
+ " ('commove', 'change the arrangement or position of'),\n",
+ " ('trouble', 'move deeply'),\n",
+ " ('raise up', 'change the arrangement or position of')]},\n",
" {'answer': 'disturbing',\n",
" 'hint': 'synonyms for disturbing',\n",
- " 'clues': [('agitate', 'change the arrangement or position of'),\n",
+ " 'clues': [('disturb', 'change the arrangement or position of'),\n",
+ " ('stir up', 'change the arrangement or position of'),\n",
" ('interrupt', 'destroy the peace or tranquility of'),\n",
- " ('commove', 'change the arrangement or position of'),\n",
- " ('raise up', 'change the arrangement or position of'),\n",
" ('vex', 'change the arrangement or position of'),\n",
- " ('disturb', 'destroy the peace or tranquility of'),\n",
" ('shake up', 'change the arrangement or position of'),\n",
+ " ('agitate', 'change the arrangement or position of'),\n",
" ('upset', 'move deeply'),\n",
- " ('stir up', 'change the arrangement or position of'),\n",
" ('touch', 'tamper with'),\n",
- " ('trouble', 'move deeply')]},\n",
+ " ('commove', 'change the arrangement or position of'),\n",
+ " ('trouble', 'move deeply'),\n",
+ " ('raise up', 'change the arrangement or position of')]},\n",
" {'answer': 'disunited',\n",
" 'hint': 'synonyms for disunited',\n",
- " 'clues': [('disassociate', 'part; cease or break association with'),\n",
- " ('disunite', 'part; cease or break association with'),\n",
- " ('separate', 'force, take, or pull apart'),\n",
+ " 'clues': [('disunite', 'part; cease or break association with'),\n",
" ('disjoint', 'part; cease or break association with'),\n",
- " ('part', 'force, take, or pull apart'),\n",
+ " ('separate', 'force, take, or pull apart'),\n",
" ('divide', 'force, take, or pull apart'),\n",
+ " ('part', 'force, take, or pull apart'),\n",
+ " ('dissociate', 'part; cease or break association with'),\n",
" ('divorce', 'part; cease or break association with')]},\n",
" {'answer': 'diverging',\n",
" 'hint': 'synonyms for diverging',\n",
- " 'clues': [('diverge', 'be at variance with; be out of line with'),\n",
- " ('deviate', 'be at variance with; be out of line with'),\n",
+ " 'clues': [('diverge', 'move or draw apart'),\n",
" ('vary', 'be at variance with; be out of line with'),\n",
+ " ('deviate', 'be at variance with; be out of line with'),\n",
" ('depart', 'be at variance with; be out of line with')]},\n",
" {'answer': 'diversified',\n",
" 'hint': 'synonyms for diversified',\n",
- " 'clues': [('radiate',\n",
+ " 'clues': [('diversify',\n",
" 'spread into new habitats and produce variety or variegate'),\n",
" ('branch out', 'vary in order to spread risk or to expand'),\n",
- " ('broaden', 'vary in order to spread risk or to expand'),\n",
- " ('diversify', 'make (more) diverse')]},\n",
+ " ('radiate', 'spread into new habitats and produce variety or variegate'),\n",
+ " ('broaden', 'vary in order to spread risk or to expand')]},\n",
" {'answer': 'diverted',\n",
" 'hint': 'synonyms for diverted',\n",
" 'clues': [('deviate', 'turn aside; turn away from'),\n",
- " ('divert',\n",
- " 'send on a course or in a direction different from the planned or intended one'),\n",
+ " ('disport', 'occupy in an agreeable, entertaining or pleasant fashion'),\n",
+ " ('divert', 'turn aside; turn away from'),\n",
" ('hive off',\n",
" 'withdraw (money) and move into a different location, often secretly and with dishonest intentions'),\n",
- " ('amuse', 'occupy in an agreeable, entertaining or pleasant fashion'),\n",
- " ('disport', 'occupy in an agreeable, entertaining or pleasant fashion')]},\n",
+ " ('amuse', 'occupy in an agreeable, entertaining or pleasant fashion')]},\n",
" {'answer': 'diverting',\n",
" 'hint': 'synonyms for diverting',\n",
" 'clues': [('deviate', 'turn aside; turn away from'),\n",
- " ('divert',\n",
- " 'send on a course or in a direction different from the planned or intended one'),\n",
+ " ('disport', 'occupy in an agreeable, entertaining or pleasant fashion'),\n",
+ " ('divert', 'turn aside; turn away from'),\n",
" ('hive off',\n",
" 'withdraw (money) and move into a different location, often secretly and with dishonest intentions'),\n",
- " ('amuse', 'occupy in an agreeable, entertaining or pleasant fashion'),\n",
- " ('disport', 'occupy in an agreeable, entertaining or pleasant fashion')]},\n",
+ " ('amuse', 'occupy in an agreeable, entertaining or pleasant fashion')]},\n",
" {'answer': 'divided',\n",
" 'hint': 'synonyms for divided',\n",
- " 'clues': [('separate', 'force, take, or pull apart'),\n",
+ " 'clues': [('divide', 'force, take, or pull apart'),\n",
+ " ('split', 'separate into parts or portions'),\n",
+ " ('disunite', 'force, take, or pull apart'),\n",
" ('part', 'force, take, or pull apart'),\n",
" ('dissever', 'separate into parts or portions'),\n",
- " ('divide', 'force, take, or pull apart'),\n",
- " ('carve up', 'separate into parts or portions'),\n",
+ " ('separate', 'come apart'),\n",
" ('split up', 'separate into parts or portions'),\n",
- " ('disunite', 'force, take, or pull apart'),\n",
- " ('split', 'separate into parts or portions'),\n",
- " ('fraction', 'perform a division')]},\n",
+ " ('fraction', 'perform a division'),\n",
+ " ('carve up', 'separate into parts or portions')]},\n",
" {'answer': 'divorced',\n",
" 'hint': 'synonyms for divorced',\n",
- " 'clues': [('dissociate', 'part; cease or break association with'),\n",
- " ('divorce', 'part; cease or break association with'),\n",
- " ('disunite', 'part; cease or break association with'),\n",
+ " 'clues': [('disunite', 'part; cease or break association with'),\n",
" ('disjoint', 'part; cease or break association with'),\n",
- " ('split up', 'get a divorce; formally terminate a marriage')]},\n",
+ " ('split up', 'get a divorce; formally terminate a marriage'),\n",
+ " ('dissociate', 'part; cease or break association with'),\n",
+ " ('divorce', 'get a divorce; formally terminate a marriage')]},\n",
" {'answer': 'doddering',\n",
" 'hint': 'synonyms for doddering',\n",
- " 'clues': [('toddle', 'walk unsteadily'),\n",
+ " 'clues': [('coggle', 'walk unsteadily'),\n",
" ('paddle', 'walk unsteadily'),\n",
- " ('coggle', 'walk unsteadily'),\n",
- " ('waddle', 'walk unsteadily'),\n",
+ " ('toddle', 'walk unsteadily'),\n",
" ('dodder', 'walk unsteadily'),\n",
- " ('totter', 'walk unsteadily')]},\n",
+ " ('totter', 'walk unsteadily'),\n",
+ " ('waddle', 'walk unsteadily')]},\n",
" {'answer': 'dogged',\n",
" 'hint': 'synonyms for dogged',\n",
- " 'clues': [('track', 'go after with the intent to catch'),\n",
- " ('give chase', 'go after with the intent to catch'),\n",
- " ('tail', 'go after with the intent to catch'),\n",
- " ('chase', 'go after with the intent to catch'),\n",
- " ('go after', 'go after with the intent to catch'),\n",
+ " 'clues': [('give chase', 'go after with the intent to catch'),\n",
+ " ('trail', 'go after with the intent to catch'),\n",
" ('dog', 'go after with the intent to catch'),\n",
+ " ('chase', 'go after with the intent to catch'),\n",
+ " ('chase after', 'go after with the intent to catch'),\n",
+ " ('track', 'go after with the intent to catch'),\n",
" ('tag', 'go after with the intent to catch'),\n",
- " ('chase after', 'go after with the intent to catch')]},\n",
+ " ('go after', 'go after with the intent to catch')]},\n",
" {'answer': 'dogging',\n",
" 'hint': 'synonyms for dogging',\n",
- " 'clues': [('track', 'go after with the intent to catch'),\n",
- " ('give chase', 'go after with the intent to catch'),\n",
- " ('tail', 'go after with the intent to catch'),\n",
- " ('chase', 'go after with the intent to catch'),\n",
- " ('go after', 'go after with the intent to catch'),\n",
+ " 'clues': [('give chase', 'go after with the intent to catch'),\n",
+ " ('trail', 'go after with the intent to catch'),\n",
" ('dog', 'go after with the intent to catch'),\n",
+ " ('chase', 'go after with the intent to catch'),\n",
+ " ('chase after', 'go after with the intent to catch'),\n",
+ " ('track', 'go after with the intent to catch'),\n",
" ('tag', 'go after with the intent to catch'),\n",
- " ('chase after', 'go after with the intent to catch')]},\n",
+ " ('go after', 'go after with the intent to catch')]},\n",
" {'answer': 'domesticated',\n",
" 'hint': 'synonyms for domesticated',\n",
- " 'clues': [('naturalize',\n",
+ " 'clues': [('reclaim',\n",
+ " 'overcome the wildness of; make docile and tractable'),\n",
+ " ('domesticise', 'overcome the wildness of; make docile and tractable'),\n",
+ " ('cultivate',\n",
" 'adapt (a wild plant or unclaimed land) to the environment'),\n",
- " ('domesticize', 'overcome the wildness of; make docile and tractable'),\n",
- " ('reclaim', 'overcome the wildness of; make docile and tractable'),\n",
" ('tame', 'adapt (a wild plant or unclaimed land) to the environment'),\n",
- " ('domesticate',\n",
+ " ('naturalize',\n",
" 'adapt (a wild plant or unclaimed land) to the environment'),\n",
- " ('cultivate',\n",
+ " ('domesticate',\n",
" 'adapt (a wild plant or unclaimed land) to the environment')]},\n",
" {'answer': 'dominated',\n",
" 'hint': 'synonyms for dominated',\n",
- " 'clues': [('dominate', 'be in control'),\n",
+ " 'clues': [('dominate',\n",
+ " 'be larger in number, quantity, power, status or importance'),\n",
+ " ('reign', 'be larger in number, quantity, power, status or importance'),\n",
" ('overlook', 'look down on'),\n",
- " ('eclipse', 'be greater in significance than'),\n",
- " ('overtop', 'look down on'),\n",
+ " ('command', 'look down on'),\n",
+ " ('prevail', 'be larger in number, quantity, power, status or importance'),\n",
+ " ('overshadow', 'be greater in significance than'),\n",
" ('predominate',\n",
" 'be larger in number, quantity, power, status or importance'),\n",
+ " ('eclipse', 'be greater in significance than'),\n",
+ " ('overtop', 'look down on'),\n",
" ('rule', 'be larger in number, quantity, power, status or importance'),\n",
- " ('master', 'have dominance or the power to defeat over'),\n",
- " ('prevail', 'be larger in number, quantity, power, status or importance'),\n",
- " ('reign', 'be larger in number, quantity, power, status or importance'),\n",
- " ('overshadow', 'be greater in significance than'),\n",
- " ('command', 'look down on')]},\n",
+ " ('master', 'have dominance or the power to defeat over')]},\n",
" {'answer': 'dominating',\n",
" 'hint': 'synonyms for dominating',\n",
- " 'clues': [('dominate', 'be in control'),\n",
+ " 'clues': [('dominate',\n",
+ " 'be larger in number, quantity, power, status or importance'),\n",
+ " ('reign', 'be larger in number, quantity, power, status or importance'),\n",
" ('overlook', 'look down on'),\n",
- " ('eclipse', 'be greater in significance than'),\n",
- " ('overtop', 'look down on'),\n",
+ " ('command', 'look down on'),\n",
+ " ('prevail', 'be larger in number, quantity, power, status or importance'),\n",
+ " ('overshadow', 'be greater in significance than'),\n",
" ('predominate',\n",
" 'be larger in number, quantity, power, status or importance'),\n",
+ " ('eclipse', 'be greater in significance than'),\n",
+ " ('overtop', 'look down on'),\n",
" ('rule', 'be larger in number, quantity, power, status or importance'),\n",
- " ('master', 'have dominance or the power to defeat over'),\n",
- " ('prevail', 'be larger in number, quantity, power, status or importance'),\n",
- " ('reign', 'be larger in number, quantity, power, status or importance'),\n",
- " ('overshadow', 'be greater in significance than'),\n",
- " ('command', 'look down on')]},\n",
+ " ('master', 'have dominance or the power to defeat over')]},\n",
" {'answer': 'done',\n",
" 'hint': 'synonyms for done',\n",
- " 'clues': [('do',\n",
- " 'give rise to; cause to happen or occur, not always intentionally'),\n",
- " ('coiffe', 'arrange attractively'),\n",
- " ('make',\n",
- " 'give rise to; cause to happen or occur, not always intentionally'),\n",
- " ('practise', 'carry out or practice; as of jobs and professions'),\n",
+ " 'clues': [('manage', 'carry on or function'),\n",
+ " ('come', 'proceed or get along'),\n",
+ " ('serve', 'be sufficient; be adequate, either in quality or quantity'),\n",
+ " ('do', 'carry out or practice; as of jobs and professions'),\n",
+ " ('make', 'create or design, often in a certain way'),\n",
" ('set', 'arrange attractively'),\n",
- " ('serve', 'spend time in prison or in a labor camp'),\n",
- " ('behave',\n",
+ " ('perform', 'carry out or perform an action'),\n",
+ " ('act',\n",
" 'behave in a certain manner; show a certain behavior; conduct or comport oneself'),\n",
- " ('dress', 'arrange attractively'),\n",
+ " ('execute', 'carry out or perform an action'),\n",
" ('exercise', 'carry out or practice; as of jobs and professions'),\n",
- " ('cause',\n",
- " 'give rise to; cause to happen or occur, not always intentionally'),\n",
" ('get along', 'proceed or get along'),\n",
- " ('coif', 'arrange attractively'),\n",
+ " ('practice', 'carry out or practice; as of jobs and professions'),\n",
+ " ('coiffure', 'arrange attractively'),\n",
" ('make out', 'proceed or get along'),\n",
- " ('fare', 'proceed or get along'),\n",
- " ('come', 'proceed or get along'),\n",
- " ('act',\n",
- " 'behave in a certain manner; show a certain behavior; conduct or comport oneself'),\n",
- " ('execute', 'carry out or perform an action'),\n",
- " ('perform', 'carry out or perform an action'),\n",
- " ('answer', 'be sufficient; be adequate, either in quality or quantity'),\n",
- " ('manage', 'carry on or function'),\n",
+ " ('coif', 'arrange attractively'),\n",
+ " ('cause',\n",
+ " 'give rise to; cause to happen or occur, not always intentionally'),\n",
+ " ('dress', 'arrange attractively'),\n",
+ " ('arrange', 'arrange attractively'),\n",
" ('suffice', 'be sufficient; be adequate, either in quality or quantity'),\n",
- " ('arrange', 'arrange attractively')]},\n",
+ " ('behave',\n",
+ " 'behave in a certain manner; show a certain behavior; conduct or comport oneself'),\n",
+ " ('fare', 'proceed or get along'),\n",
+ " ('answer', 'be sufficient; be adequate, either in quality or quantity')]},\n",
" {'answer': 'doomed',\n",
" 'hint': 'synonyms for doomed',\n",
- " 'clues': [('fate', 'decree or designate beforehand'),\n",
- " ('doom', 'pronounce a sentence on (somebody) in a court of law'),\n",
- " ('designate', 'decree or designate beforehand'),\n",
- " ('sentence', 'pronounce a sentence on (somebody) in a court of law'),\n",
+ " 'clues': [('doom', 'make certain of the failure or destruction of'),\n",
" ('condemn', 'pronounce a sentence on (somebody) in a court of law'),\n",
- " ('destine', 'decree or designate beforehand')]},\n",
+ " ('destine', 'decree or designate beforehand'),\n",
+ " ('sentence', 'pronounce a sentence on (somebody) in a court of law'),\n",
+ " ('designate', 'decree or designate beforehand'),\n",
+ " ('fate', 'decree or designate beforehand')]},\n",
" {'answer': 'doting',\n",
" 'hint': 'synonyms for doting',\n",
- " 'clues': [('dot', 'mark with a dot'),\n",
+ " 'clues': [('disperse', 'distribute loosely'),\n",
+ " ('dote', 'shower with love; show excessive affection for'),\n",
" ('constellate', 'scatter or intersperse like dots or studs'),\n",
- " ('stud', 'scatter or intersperse like dots or studs'),\n",
- " ('scatter', 'distribute loosely'),\n",
" ('sprinkle', 'distribute loosely'),\n",
- " ('disperse', 'distribute loosely'),\n",
+ " ('scatter', 'distribute loosely'),\n",
+ " ('stud', 'scatter or intersperse like dots or studs'),\n",
" ('dust', 'distribute loosely')]},\n",
" {'answer': 'dotted',\n",
" 'hint': 'synonyms for dotted',\n",
- " 'clues': [('dot', 'mark with a dot'),\n",
+ " 'clues': [('disperse', 'distribute loosely'),\n",
+ " ('dot', 'scatter or intersperse like dots or studs'),\n",
" ('constellate', 'scatter or intersperse like dots or studs'),\n",
- " ('stud', 'scatter or intersperse like dots or studs'),\n",
- " ('scatter', 'distribute loosely'),\n",
" ('sprinkle', 'distribute loosely'),\n",
- " ('disperse', 'distribute loosely'),\n",
+ " ('scatter', 'distribute loosely'),\n",
+ " ('stud', 'scatter or intersperse like dots or studs'),\n",
" ('dust', 'distribute loosely')]},\n",
" {'answer': 'double',\n",
" 'hint': 'synonyms for double',\n",
- " 'clues': [('double over',\n",
- " 'bend over or curl up, usually with laughter or pain'),\n",
- " ('double up', 'bend over or curl up, usually with laughter or pain'),\n",
- " ('duplicate', 'make or do or perform again'),\n",
+ " 'clues': [('duplicate', 'increase twofold'),\n",
+ " ('replicate', 'make or do or perform again'),\n",
+ " ('double over', 'bend over or curl up, usually with laughter or pain'),\n",
" ('repeat', 'make or do or perform again'),\n",
- " ('replicate', 'make or do or perform again')]},\n",
+ " ('double up', 'bend over or curl up, usually with laughter or pain')]},\n",
" {'answer': 'doubled',\n",
" 'hint': 'synonyms for doubled',\n",
- " 'clues': [('double over',\n",
- " 'bend over or curl up, usually with laughter or pain'),\n",
- " ('double', 'do double duty; serve two purposes or have two functions'),\n",
+ " 'clues': [('double', 'bridge: make a demand for (a card or suit)'),\n",
+ " ('replicate', 'make or do or perform again'),\n",
" ('repeat', 'make or do or perform again'),\n",
- " ('reduplicate', 'make or do or perform again'),\n",
+ " ('duplicate', 'make or do or perform again'),\n",
+ " ('double over', 'bend over or curl up, usually with laughter or pain'),\n",
" ('double up', 'bend over or curl up, usually with laughter or pain')]},\n",
" {'answer': 'down',\n",
" 'hint': 'synonyms for down',\n",
- " 'clues': [('kill', 'drink down entirely'),\n",
- " ('pop', 'drink down entirely'),\n",
- " ('cut down', 'cause to come or go down'),\n",
- " ('devour', 'eat immoderately'),\n",
- " ('drink down', 'drink down entirely'),\n",
+ " 'clues': [('polish', 'improve or perfect by pruning or polishing'),\n",
+ " ('pull down', 'cause to come or go down'),\n",
+ " ('toss off', 'drink down entirely'),\n",
" ('fine-tune', 'improve or perfect by pruning or polishing'),\n",
+ " ('go through', 'eat immoderately'),\n",
+ " ('knock down', 'cause to come or go down'),\n",
+ " ('devour', 'eat immoderately'),\n",
+ " ('cut down', 'cause to come or go down'),\n",
" ('shoot down', 'shoot at and force to come down'),\n",
+ " ('consume', 'eat immoderately'),\n",
+ " ('belt down', 'drink down entirely'),\n",
" ('land', 'shoot at and force to come down'),\n",
+ " ('kill', 'drink down entirely'),\n",
+ " ('drink down', 'drink down entirely'),\n",
" ('refine', 'improve or perfect by pruning or polishing'),\n",
" ('push down', 'cause to come or go down'),\n",
- " ('belt down', 'drink down entirely'),\n",
- " ('polish', 'improve or perfect by pruning or polishing'),\n",
- " ('knock down', 'cause to come or go down'),\n",
- " ('pour down', 'drink down entirely'),\n",
- " ('toss off', 'drink down entirely'),\n",
- " ('go through', 'eat immoderately'),\n",
- " ('pull down', 'cause to come or go down'),\n",
- " ('consume', 'eat immoderately')]},\n",
+ " ('pop', 'drink down entirely'),\n",
+ " ('pour down', 'drink down entirely')]},\n",
" {'answer': 'dragging',\n",
" 'hint': 'synonyms for dragging',\n",
- " 'clues': [('drag', 'move slowly and as if with great effort'),\n",
- " ('puff', 'suck in or take (air)'),\n",
+ " 'clues': [('drag', 'to lag or linger behind'),\n",
+ " ('scuff', 'walk without lifting the feet'),\n",
" ('hale', 'draw slowly or heavily'),\n",
- " ('haul', 'draw slowly or heavily'),\n",
- " ('get behind', 'to lag or linger behind'),\n",
- " ('drop back', 'to lag or linger behind'),\n",
- " ('tangle',\n",
+ " ('sweep',\n",
" 'force into some kind of situation, condition, or course of action'),\n",
+ " ('drop back', 'to lag or linger behind'),\n",
" ('sweep up',\n",
" 'force into some kind of situation, condition, or course of action'),\n",
+ " ('hang back', 'to lag or linger behind'),\n",
" ('drag in',\n",
" 'force into some kind of situation, condition, or course of action'),\n",
- " ('embroil',\n",
- " 'force into some kind of situation, condition, or course of action'),\n",
- " ('draw', 'suck in or take (air)'),\n",
- " ('trail', 'to lag or linger behind'),\n",
+ " ('get behind', 'to lag or linger behind'),\n",
" ('dredge',\n",
" 'search (as the bottom of a body of water) for something valuable or lost'),\n",
- " ('cart', 'draw slowly or heavily'),\n",
" ('drop behind', 'to lag or linger behind'),\n",
- " ('hang back', 'to lag or linger behind'),\n",
+ " ('embroil',\n",
+ " 'force into some kind of situation, condition, or course of action'),\n",
+ " ('haul', 'draw slowly or heavily'),\n",
+ " ('trail', 'to lag or linger behind'),\n",
+ " ('draw', 'suck in or take (air)'),\n",
+ " ('puff', 'suck in or take (air)'),\n",
+ " ('tangle',\n",
+ " 'force into some kind of situation, condition, or course of action'),\n",
" ('drag out', 'proceed for an extended period of time'),\n",
- " ('scuff', 'walk without lifting the feet'),\n",
- " ('sweep',\n",
- " 'force into some kind of situation, condition, or course of action')]},\n",
+ " ('cart', 'draw slowly or heavily')]},\n",
" {'answer': 'drained',\n",
" 'hint': 'synonyms for drained',\n",
- " 'clues': [('drain', 'empty of liquid; drain the liquid from'),\n",
- " ('debilitate', 'make weak'),\n",
- " ('run out', 'flow off gradually'),\n",
- " ('enfeeble', 'make weak')]},\n",
+ " 'clues': [('run out', 'flow off gradually'),\n",
+ " ('drain', 'make weak'),\n",
+ " ('enfeeble', 'make weak'),\n",
+ " ('debilitate', 'make weak')]},\n",
" {'answer': 'draining',\n",
" 'hint': 'synonyms for draining',\n",
- " 'clues': [('drain', 'empty of liquid; drain the liquid from'),\n",
- " ('debilitate', 'make weak'),\n",
- " ('run out', 'flow off gradually'),\n",
- " ('enfeeble', 'make weak')]},\n",
+ " 'clues': [('run out', 'flow off gradually'),\n",
+ " ('drain', 'make weak'),\n",
+ " ('enfeeble', 'make weak'),\n",
+ " ('debilitate', 'make weak')]},\n",
" {'answer': 'draped',\n",
" 'hint': 'synonyms for draped',\n",
" 'clues': [('drape', 'arrange in a particular way'),\n",
" ('clothe', 'cover as if with clothing'),\n",
- " ('robe', 'cover as if with clothing'),\n",
- " ('cloak', 'cover as if with clothing')]},\n",
+ " ('cloak', 'cover as if with clothing'),\n",
+ " ('robe', 'cover as if with clothing')]},\n",
" {'answer': 'drawn',\n",
" 'hint': 'synonyms for drawn',\n",
- " 'clues': [('line', 'make a mark or lines on a surface'),\n",
- " ('draw', 'move or go steadily or gradually'),\n",
- " ('puff', 'suck in or take (air)'),\n",
- " ('take up', 'take in, also metaphorically'),\n",
- " ('run', 'pass over, across, or through'),\n",
- " ('thread', 'thread on or as if on a string'),\n",
- " ('reap', 'get or derive'),\n",
+ " 'clues': [('draw',\n",
+ " 'elicit responses, such as objections, criticism, applause, etc.'),\n",
" ('draw and quarter',\n",
" 'pull (a person) apart with four horses tied to his extremities, so as to execute him'),\n",
- " ('draw off', 'remove (a commodity) from (a supply source)'),\n",
- " ('depict', 'give a description of'),\n",
- " ('pull', 'cause to move by pulling'),\n",
- " ('pull out',\n",
- " 'bring, take, or pull out of a container or from under a cover'),\n",
- " ('attract',\n",
- " 'direct toward itself or oneself by means of some psychological power or physical attributes'),\n",
- " ('take out',\n",
- " 'bring, take, or pull out of a container or from under a cover'),\n",
- " ('pass', 'pass over, across, or through'),\n",
+ " ('tie', 'finish a game with an equal number of points, goals, etc.'),\n",
+ " ('make', 'make, formulate, or derive in the mind'),\n",
" ('guide', 'pass over, across, or through'),\n",
- " ('get out',\n",
- " 'bring, take, or pull out of a container or from under a cover'),\n",
- " ('withdraw', 'remove (a commodity) from (a supply source)'),\n",
+ " ('pull', 'cause to move by pulling'),\n",
" ('absorb', 'take in, also metaphorically'),\n",
- " ('quarter',\n",
- " 'pull (a person) apart with four horses tied to his extremities, so as to execute him'),\n",
- " ('imbibe', 'take in, also metaphorically'),\n",
- " ('suck', 'take in, also metaphorically'),\n",
+ " ('delineate', 'make a mark or lines on a surface'),\n",
+ " ('describe', 'give a description of'),\n",
+ " ('trace', 'make a mark or lines on a surface'),\n",
+ " ('soak up', 'take in, also metaphorically'),\n",
+ " ('take up', 'take in, also metaphorically'),\n",
+ " ('reap', 'get or derive'),\n",
+ " ('pass', 'pass over, across, or through'),\n",
+ " ('eviscerate', 'remove the entrails of'),\n",
" ('drag', 'suck in or take (air)'),\n",
- " ('describe', 'make a mark or lines on a surface'),\n",
- " ('make', 'make, formulate, or derive in the mind'),\n",
- " ('get', 'earn or achieve a base by being walked by the pitcher'),\n",
+ " ('line', 'make a mark or lines on a surface'),\n",
+ " ('imbibe', 'take in, also metaphorically'),\n",
+ " ('thread', 'thread on or as if on a string'),\n",
" ('draw in',\n",
" 'direct toward itself or oneself by means of some psychological power or physical attributes'),\n",
- " ('pull back', \"stretch back a bowstring (on an archer's bow)\"),\n",
- " ('force', 'cause to move by pulling'),\n",
- " ('soak up', 'take in, also metaphorically'),\n",
- " ('take in', 'take in, also metaphorically'),\n",
+ " ('withdraw', 'remove (a commodity) from (a supply source)'),\n",
+ " ('get', 'earn or achieve a base by being walked by the pitcher'),\n",
+ " ('disembowel', 'remove the entrails of'),\n",
" ('pull in',\n",
" 'direct toward itself or oneself by means of some psychological power or physical attributes'),\n",
- " ('sop up', 'take in, also metaphorically'),\n",
- " ('disembowel', 'remove the entrails of'),\n",
- " ('delineate', 'make a mark or lines on a surface'),\n",
- " ('cast', 'choose at random'),\n",
- " ('suck up', 'take in, also metaphorically'),\n",
- " ('eviscerate', 'remove the entrails of'),\n",
+ " ('force', 'cause to move by pulling'),\n",
+ " ('take out', 'take liquid out of a container or well'),\n",
+ " ('draw off', 'remove (a commodity) from (a supply source)'),\n",
+ " ('take in', 'take in, also metaphorically'),\n",
+ " ('get out',\n",
+ " 'bring, take, or pull out of a container or from under a cover'),\n",
+ " ('run', 'pass over, across, or through'),\n",
+ " ('suck', 'take in, also metaphorically'),\n",
+ " ('depict', 'give a description of'),\n",
" ('string', 'thread on or as if on a string'),\n",
- " ('trace', 'make a mark or lines on a surface'),\n",
- " ('tie', 'finish a game with an equal number of points, goals, etc.')]},\n",
+ " ('pull back', \"stretch back a bowstring (on an archer's bow)\"),\n",
+ " ('suck up', 'take in, also metaphorically'),\n",
+ " ('cast', 'choose at random'),\n",
+ " ('puff', 'suck in or take (air)'),\n",
+ " ('sop up', 'take in, also metaphorically'),\n",
+ " ('quarter',\n",
+ " 'pull (a person) apart with four horses tied to his extremities, so as to execute him'),\n",
+ " ('pull out',\n",
+ " 'bring, take, or pull out of a container or from under a cover'),\n",
+ " ('attract',\n",
+ " 'direct toward itself or oneself by means of some psychological power or physical attributes')]},\n",
" {'answer': 'dreamed',\n",
" 'hint': 'synonyms for dreamed',\n",
" 'clues': [('woolgather', 'have a daydream; indulge in a fantasy'),\n",
- " ('dream', 'experience while sleeping'),\n",
" ('stargaze', 'have a daydream; indulge in a fantasy'),\n",
+ " ('dream', 'experience while sleeping'),\n",
" ('daydream', 'have a daydream; indulge in a fantasy')]},\n",
" {'answer': 'drenched',\n",
" 'hint': 'synonyms for drenched',\n",
- " 'clues': [('dowse', 'cover with liquid; pour liquid onto'),\n",
- " ('sop', 'cover with liquid; pour liquid onto'),\n",
+ " 'clues': [('drench', 'force to drink'),\n",
+ " ('souse', 'cover with liquid; pour liquid onto'),\n",
" ('swamp', 'drench or submerge or be drenched or submerged'),\n",
+ " ('dowse', 'cover with liquid; pour liquid onto'),\n",
+ " ('sop', 'cover with liquid; pour liquid onto'),\n",
" ('douse', 'cover with liquid; pour liquid onto'),\n",
- " ('drench', 'drench or submerge or be drenched or submerged'),\n",
- " ('souse', 'cover with liquid; pour liquid onto'),\n",
- " ('imbrue', 'permeate or impregnate'),\n",
- " ('soak', 'cover with liquid; pour liquid onto')]},\n",
+ " ('soak', 'cover with liquid; pour liquid onto'),\n",
+ " ('imbrue', 'permeate or impregnate')]},\n",
" {'answer': 'dress',\n",
" 'hint': 'synonyms for dress',\n",
- " 'clues': [('coiffe', 'arrange attractively'),\n",
- " ('decorate', 'provide with decoration'),\n",
- " ('clip', 'cultivate, tend, and cut back the growth of'),\n",
- " ('enclothe', 'provide with clothes or put clothes on'),\n",
+ " 'clues': [('coiffure', 'arrange attractively'),\n",
+ " ('fit out', 'provide with clothes or put clothes on'),\n",
+ " ('get dressed', 'put on clothes'),\n",
+ " ('plume', 'dress or groom with elaborate care'),\n",
+ " ('primp', 'dress or groom with elaborate care'),\n",
+ " ('crop', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('snip', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('trim', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('dress up', 'dress in a certain manner'),\n",
+ " ('coif', 'arrange attractively'),\n",
" ('prune', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('enclothe', 'provide with clothes or put clothes on'),\n",
+ " ('preen', 'dress or groom with elaborate care'),\n",
+ " ('dress out', 'kill and prepare for market or consumption'),\n",
+ " ('arrange', 'arrange attractively'),\n",
+ " ('groom', 'give a neat appearance to'),\n",
+ " ('curry', 'give a neat appearance to'),\n",
" ('do', 'arrange attractively'),\n",
+ " ('garb', 'provide with clothes or put clothes on'),\n",
" ('habilitate', 'provide with clothes or put clothes on'),\n",
+ " ('decorate', 'provide with decoration'),\n",
+ " ('set', 'arrange attractively'),\n",
+ " ('garment', 'provide with clothes or put clothes on'),\n",
+ " ('clip', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('garnish', 'decorate (food), as with parsley or other ornamental foods'),\n",
+ " ('raiment', 'provide with clothes or put clothes on'),\n",
" ('lop', 'cultivate, tend, and cut back the growth of'),\n",
- " ('fit out', 'provide with clothes or put clothes on'),\n",
" ('cut back', 'cultivate, tend, and cut back the growth of'),\n",
- " ('groom', 'give a neat appearance to'),\n",
- " ('primp', 'dress or groom with elaborate care'),\n",
- " ('garnish', 'decorate (food), as with parsley or other ornamental foods'),\n",
- " ('curry', 'give a neat appearance to'),\n",
- " ('set', 'arrange attractively'),\n",
- " ('preen', 'dress or groom with elaborate care'),\n",
+ " ('apparel', 'provide with clothes or put clothes on'),\n",
" ('line up', 'arrange in ranks'),\n",
+ " ('tog', 'provide with clothes or put clothes on')]},\n",
+ " {'answer': 'dressed',\n",
+ " 'hint': 'synonyms for dressed',\n",
+ " 'clues': [('dress', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('fit out', 'provide with clothes or put clothes on'),\n",
+ " ('get dressed', 'put on clothes'),\n",
+ " ('primp', 'dress or groom with elaborate care'),\n",
+ " ('crop', 'cultivate, tend, and cut back the growth of'),\n",
" ('dress up', 'dress in a certain manner'),\n",
" ('dress out', 'kill and prepare for market or consumption'),\n",
- " ('raiment', 'provide with clothes or put clothes on'),\n",
- " ('plume', 'dress or groom with elaborate care'),\n",
+ " ('groom', 'give a neat appearance to'),\n",
+ " ('do', 'arrange attractively'),\n",
" ('garb', 'provide with clothes or put clothes on'),\n",
+ " ('set', 'arrange attractively'),\n",
" ('garment', 'provide with clothes or put clothes on'),\n",
+ " ('raiment', 'provide with clothes or put clothes on'),\n",
+ " ('apparel', 'provide with clothes or put clothes on'),\n",
" ('tog', 'provide with clothes or put clothes on'),\n",
- " ('arrange', 'arrange attractively'),\n",
- " ('get dressed', 'put on clothes'),\n",
- " ('crop', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('coiffure', 'arrange attractively'),\n",
+ " ('plume', 'dress or groom with elaborate care'),\n",
" ('snip', 'cultivate, tend, and cut back the growth of'),\n",
- " ('coif', 'arrange attractively'),\n",
" ('trim', 'cultivate, tend, and cut back the growth of'),\n",
- " ('apparel', 'provide with clothes or put clothes on')]},\n",
- " {'answer': 'dressed',\n",
- " 'hint': 'synonyms for dressed',\n",
- " 'clues': [('coiffe', 'arrange attractively'),\n",
- " ('clip', 'cultivate, tend, and cut back the growth of'),\n",
- " ('habilitate', 'provide with clothes or put clothes on'),\n",
- " ('lop', 'cultivate, tend, and cut back the growth of'),\n",
- " ('fit out', 'provide with clothes or put clothes on'),\n",
- " ('set', 'arrange attractively'),\n",
- " ('primp', 'dress or groom with elaborate care'),\n",
- " ('garnish', 'decorate (food), as with parsley or other ornamental foods'),\n",
- " ('dress', 'arrange attractively'),\n",
- " ('preen', 'dress or groom with elaborate care'),\n",
- " ('raiment', 'provide with clothes or put clothes on'),\n",
- " ('plume', 'dress or groom with elaborate care'),\n",
- " ('garment', 'provide with clothes or put clothes on'),\n",
- " ('tog', 'provide with clothes or put clothes on'),\n",
- " ('get dressed', 'put on clothes'),\n",
- " ('crop', 'cultivate, tend, and cut back the growth of'),\n",
" ('coif', 'arrange attractively'),\n",
- " ('trim', 'decorate (food), as with parsley or other ornamental foods'),\n",
- " ('decorate', 'provide with decoration'),\n",
" ('prune', 'cultivate, tend, and cut back the growth of'),\n",
" ('enclothe', 'provide with clothes or put clothes on'),\n",
- " ('do', 'arrange attractively'),\n",
- " ('groom', 'give a neat appearance to'),\n",
- " ('cut back', 'cultivate, tend, and cut back the growth of'),\n",
- " ('curry', 'give a neat appearance to'),\n",
- " ('line up', 'arrange in ranks'),\n",
- " ('dress up', 'dress in a certain manner'),\n",
- " ('dress out', 'kill and prepare for market or consumption'),\n",
- " ('garb', 'provide with clothes or put clothes on'),\n",
- " ('snip', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('preen', 'dress or groom with elaborate care'),\n",
" ('arrange', 'arrange attractively'),\n",
- " ('apparel', 'provide with clothes or put clothes on')]},\n",
+ " ('curry', 'give a neat appearance to'),\n",
+ " ('habilitate', 'provide with clothes or put clothes on'),\n",
+ " ('decorate', 'provide with decoration'),\n",
+ " ('clip', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('garnish', 'decorate (food), as with parsley or other ornamental foods'),\n",
+ " ('lop', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('cut back', 'cultivate, tend, and cut back the growth of'),\n",
+ " ('line up', 'arrange in ranks')]},\n",
" {'answer': 'drifting',\n",
" 'hint': 'synonyms for drifting',\n",
- " 'clues': [('cast',\n",
- " 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('be adrift', 'be in motion due to some air or water current'),\n",
+ " 'clues': [('stray', 'wander from a direct course or at random'),\n",
" ('vagabond',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('drift',\n",
- " 'be piled up in banks or heaps by the force of wind or a current'),\n",
- " ('ramble',\n",
- " 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('swan',\n",
+ " ('wander',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
+ " ('drift', 'be in motion due to some air or water current'),\n",
" ('float', 'be in motion due to some air or water current'),\n",
- " ('roll',\n",
+ " ('cast',\n",
+ " 'move about aimlessly or without any destination, often in search of food or employment'),\n",
+ " ('err', 'wander from a direct course or at random'),\n",
+ " ('be adrift', 'be in motion due to some air or water current'),\n",
+ " ('ramble',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
" ('range',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
" ('tramp',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('wander',\n",
- " 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('blow', 'be in motion due to some air or water current'),\n",
- " ('rove',\n",
+ " ('roll',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('stray',\n",
+ " ('swan',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('freewheel', 'live unhurriedly, irresponsibly, or freely'),\n",
" ('roam',\n",
" 'move about aimlessly or without any destination, often in search of food or employment'),\n",
- " ('err', 'wander from a direct course or at random')]},\n",
+ " ('blow', 'be in motion due to some air or water current'),\n",
+ " ('freewheel', 'live unhurriedly, irresponsibly, or freely'),\n",
+ " ('rove',\n",
+ " 'move about aimlessly or without any destination, often in search of food or employment')]},\n",
" {'answer': 'drilled',\n",
" 'hint': 'synonyms for drilled',\n",
" 'clues': [('drill',\n",
" 'make a hole, especially with a pointed power or hand tool'),\n",
" ('practice', 'learn by repetition'),\n",
- " ('bore', 'make a hole, especially with a pointed power or hand tool'),\n",
- " ('exercise', 'learn by repetition')]},\n",
+ " ('exercise', 'learn by repetition'),\n",
+ " ('bore', 'make a hole, especially with a pointed power or hand tool')]},\n",
" {'answer': 'driven',\n",
" 'hint': 'synonyms for driven',\n",
- " 'clues': [('motor', 'travel or be transported in a vehicle'),\n",
- " ('push', 'strive and make an effort to reach a goal'),\n",
- " ('drive', 'strike with a driver, as in teeing off'),\n",
- " ('ride', 'have certain properties when driven'),\n",
- " ('force',\n",
- " 'force into or from an action or state, either physically or metaphorically'),\n",
- " ('repulse', 'cause to move back by force or influence'),\n",
+ " 'clues': [('labor', 'strive and make an effort to reach a goal'),\n",
+ " ('drive', 'proceed along in a vehicle'),\n",
" ('ram',\n",
" 'force into or from an action or state, either physically or metaphorically'),\n",
- " ('beat back', 'cause to move back by force or influence'),\n",
- " ('aim', 'move into a desired direction of discourse'),\n",
+ " ('repel', 'cause to move back by force or influence'),\n",
+ " ('take', 'proceed along in a vehicle'),\n",
+ " ('repulse', 'cause to move back by force or influence'),\n",
+ " ('push back', 'cause to move back by force or influence'),\n",
" ('force back', 'cause to move back by force or influence'),\n",
- " ('labour', 'strive and make an effort to reach a goal'),\n",
+ " ('aim', 'move into a desired direction of discourse'),\n",
" ('get', 'move into a desired direction of discourse'),\n",
- " ('take', 'proceed along in a vehicle'),\n",
+ " ('force',\n",
+ " 'force into or from an action or state, either physically or metaphorically'),\n",
+ " ('beat back', 'cause to move back by force or influence'),\n",
" ('tug', 'strive and make an effort to reach a goal'),\n",
- " ('repel', 'cause to move back by force or influence'),\n",
- " ('push back', 'cause to move back by force or influence')]},\n",
- " {'answer': 'driving',\n",
- " 'hint': 'synonyms for driving',\n",
- " 'clues': [('motor', 'travel or be transported in a vehicle'),\n",
" ('push', 'strive and make an effort to reach a goal'),\n",
- " ('drive', 'strike with a driver, as in teeing off'),\n",
" ('ride', 'have certain properties when driven'),\n",
- " ('force',\n",
- " 'force into or from an action or state, either physically or metaphorically'),\n",
- " ('repulse', 'cause to move back by force or influence'),\n",
+ " ('motor', 'travel or be transported in a vehicle')]},\n",
+ " {'answer': 'driving',\n",
+ " 'hint': 'synonyms for driving',\n",
+ " 'clues': [('labor', 'strive and make an effort to reach a goal'),\n",
+ " ('drive', 'proceed along in a vehicle'),\n",
" ('ram',\n",
" 'force into or from an action or state, either physically or metaphorically'),\n",
- " ('beat back', 'cause to move back by force or influence'),\n",
- " ('aim', 'move into a desired direction of discourse'),\n",
+ " ('repel', 'cause to move back by force or influence'),\n",
+ " ('take', 'proceed along in a vehicle'),\n",
+ " ('repulse', 'cause to move back by force or influence'),\n",
+ " ('push back', 'cause to move back by force or influence'),\n",
" ('force back', 'cause to move back by force or influence'),\n",
- " ('labour', 'strive and make an effort to reach a goal'),\n",
+ " ('aim', 'move into a desired direction of discourse'),\n",
" ('get', 'move into a desired direction of discourse'),\n",
- " ('take', 'proceed along in a vehicle'),\n",
+ " ('force',\n",
+ " 'force into or from an action or state, either physically or metaphorically'),\n",
+ " ('beat back', 'cause to move back by force or influence'),\n",
" ('tug', 'strive and make an effort to reach a goal'),\n",
- " ('repel', 'cause to move back by force or influence'),\n",
- " ('push back', 'cause to move back by force or influence')]},\n",
+ " ('push', 'strive and make an effort to reach a goal'),\n",
+ " ('ride', 'have certain properties when driven'),\n",
+ " ('motor', 'travel or be transported in a vehicle')]},\n",
" {'answer': 'drooping',\n",
" 'hint': 'synonyms for drooping',\n",
- " 'clues': [('droop', 'hang loosely or laxly'),\n",
- " ('swag',\n",
- " 'droop, sink, or settle from or as if from pressure or loss of tautness'),\n",
- " ('loll', 'hang loosely or laxly'),\n",
+ " 'clues': [('loll', 'hang loosely or laxly'),\n",
" ('wilt', 'become limp'),\n",
+ " ('sag',\n",
+ " 'droop, sink, or settle from or as if from pressure or loss of tautness'),\n",
+ " ('droop', 'become limp'),\n",
" ('flag',\n",
" 'droop, sink, or settle from or as if from pressure or loss of tautness')]},\n",
" {'answer': 'dropping',\n",
" 'hint': 'synonyms for dropping',\n",
- " 'clues': [('dangle', 'hang freely'),\n",
- " ('throw', 'get rid of'),\n",
- " ('throw off', 'get rid of'),\n",
- " ('overlook', 'leave undone or leave out'),\n",
- " ('drop', 'go down in value'),\n",
- " ('overleap', 'leave undone or leave out'),\n",
- " ('cut down', 'cause to fall by or as if by delivering a blow'),\n",
- " ('fell', 'cause to fall by or as if by delivering a blow'),\n",
- " ('expend', 'pay out'),\n",
- " ('set down', 'leave or unload'),\n",
- " ('dribble', 'let or cause to fall in drops'),\n",
- " ('shed', 'get rid of'),\n",
- " ('unload', 'leave or unload'),\n",
- " ('flatten', 'lower the pitch of (musical notes)'),\n",
- " ('neglect', 'leave undone or leave out'),\n",
- " ('shake off', 'get rid of'),\n",
- " ('omit', 'leave undone or leave out'),\n",
+ " 'clues': [('dribble', 'let or cause to fall in drops'),\n",
+ " ('deteriorate', 'grow worse'),\n",
" ('drop down', 'fall or descend to a lower place or level'),\n",
- " ('devolve', 'grow worse'),\n",
+ " ('drop', 'stop associating with'),\n",
+ " ('spend', 'pay out'),\n",
" ('cast', 'get rid of'),\n",
" ('pretermit', 'leave undone or leave out'),\n",
- " ('leave out', 'leave undone or leave out'),\n",
+ " ('set down', 'leave or unload'),\n",
+ " ('knock off', 'stop pursuing or acting'),\n",
+ " ('miss', 'leave undone or leave out'),\n",
" ('sink', 'fall or descend to a lower place or level'),\n",
- " ('send packing', 'stop associating with'),\n",
+ " ('send away', 'stop associating with'),\n",
+ " ('neglect', 'leave undone or leave out'),\n",
+ " ('shed', 'get rid of'),\n",
+ " ('overleap', 'leave undone or leave out'),\n",
+ " ('leave out', 'leave undone or leave out'),\n",
" ('cast off', 'get rid of'),\n",
- " ('discharge', 'leave or unload'),\n",
- " ('throw away', 'get rid of'),\n",
+ " ('throw', 'get rid of'),\n",
+ " ('shake off', 'get rid of'),\n",
+ " ('unload', 'leave or unload'),\n",
" ('degenerate', 'grow worse'),\n",
+ " ('dangle', 'hang freely'),\n",
+ " ('throw off', 'get rid of'),\n",
+ " ('discharge', 'leave or unload'),\n",
+ " ('put down', 'leave or unload'),\n",
" ('drip', 'let or cause to fall in drops'),\n",
- " ('miss', 'leave undone or leave out'),\n",
+ " ('send packing', 'stop associating with'),\n",
+ " ('overlook', 'leave undone or leave out'),\n",
+ " ('expend', 'pay out'),\n",
+ " ('omit', 'leave undone or leave out'),\n",
+ " ('swing', 'hang freely'),\n",
" ('drop off', 'leave or unload'),\n",
+ " ('fell', 'cause to fall by or as if by delivering a blow'),\n",
" ('strike down', 'cause to fall by or as if by delivering a blow'),\n",
- " ('deteriorate', 'grow worse'),\n",
- " ('dismiss', 'stop associating with'),\n",
- " ('swing', 'hang freely'),\n",
- " ('send away', 'stop associating with'),\n",
- " ('spend', 'pay out'),\n",
- " ('knock off', 'stop pursuing or acting')]},\n",
+ " ('flatten', 'lower the pitch of (musical notes)'),\n",
+ " ('throw away', 'get rid of'),\n",
+ " ('devolve', 'grow worse'),\n",
+ " ('dismiss', 'stop associating with')]},\n",
" {'answer': 'drudging',\n",
" 'hint': 'synonyms for drudging',\n",
- " 'clues': [('grind', 'work hard'),\n",
- " ('drudge', 'work hard'),\n",
+ " 'clues': [('fag', 'work hard'),\n",
" ('travail', 'work hard'),\n",
- " ('fag', 'work hard'),\n",
- " ('moil', 'work hard'),\n",
- " ('labor', 'work hard'),\n",
+ " ('grind', 'work hard'),\n",
+ " ('dig', 'work hard'),\n",
+ " ('drudge', 'work hard'),\n",
" ('toil', 'work hard'),\n",
- " ('dig', 'work hard')]},\n",
+ " ('labor', 'work hard'),\n",
+ " ('moil', 'work hard')]},\n",
" {'answer': 'drunk',\n",
" 'hint': 'synonyms for drunk',\n",
- " 'clues': [('pledge', 'propose a toast to'),\n",
- " ('drink', 'drink excessive amounts of alcohol; be an alcoholic'),\n",
- " ('imbibe', 'take in liquids'),\n",
- " ('booze', 'consume alcohol'),\n",
- " ('salute', 'propose a toast to'),\n",
- " ('wassail', 'propose a toast to'),\n",
+ " 'clues': [('imbibe', 'take in liquids'),\n",
+ " ('drink', 'take in liquids'),\n",
+ " ('tope', 'drink excessive amounts of alcohol; be an alcoholic'),\n",
+ " ('pledge', 'propose a toast to'),\n",
" ('drink in', 'be fascinated or spell-bound by; pay close attention to'),\n",
" ('fuddle', 'consume alcohol'),\n",
- " ('tope', 'drink excessive amounts of alcohol; be an alcoholic'),\n",
- " ('toast', 'propose a toast to')]},\n",
+ " ('toast', 'propose a toast to'),\n",
+ " ('salute', 'propose a toast to'),\n",
+ " ('booze', 'consume alcohol'),\n",
+ " ('wassail', 'propose a toast to')]},\n",
" {'answer': 'dull',\n",
" 'hint': 'synonyms for dull',\n",
- " 'clues': [('muffle', 'deaden (a sound or noise), especially by wrapping'),\n",
- " ('damp', 'deaden (a sound or noise), especially by wrapping'),\n",
- " ('blunt', 'make dull or blunt'),\n",
+ " 'clues': [('blunt', 'make numb or insensitive'),\n",
" ('dampen', 'deaden (a sound or noise), especially by wrapping'),\n",
" ('pall', 'become less interesting or attractive'),\n",
" ('benumb', 'make numb or insensitive'),\n",
" ('numb', 'make numb or insensitive'),\n",
+ " ('damp', 'deaden (a sound or noise), especially by wrapping'),\n",
+ " ('tone down', 'deaden (a sound or noise), especially by wrapping'),\n",
" ('mute', 'deaden (a sound or noise), especially by wrapping'),\n",
- " ('tone down', 'deaden (a sound or noise), especially by wrapping')]},\n",
+ " ('muffle', 'deaden (a sound or noise), especially by wrapping')]},\n",
" {'answer': 'dulled',\n",
" 'hint': 'synonyms for dulled',\n",
- " 'clues': [('muffle', 'deaden (a sound or noise), especially by wrapping'),\n",
- " ('dull', 'make less lively or vigorous'),\n",
- " ('damp', 'deaden (a sound or noise), especially by wrapping'),\n",
+ " 'clues': [('dull', 'make numb or insensitive'),\n",
+ " ('blunt', 'make numb or insensitive'),\n",
" ('dampen', 'deaden (a sound or noise), especially by wrapping'),\n",
- " ('blunt', 'make dull or blunt'),\n",
" ('pall', 'become less interesting or attractive'),\n",
" ('benumb', 'make numb or insensitive'),\n",
- " ('mute', 'deaden (a sound or noise), especially by wrapping'),\n",
" ('numb', 'make numb or insensitive'),\n",
- " ('tone down', 'deaden (a sound or noise), especially by wrapping')]},\n",
+ " ('damp', 'deaden (a sound or noise), especially by wrapping'),\n",
+ " ('mute', 'deaden (a sound or noise), especially by wrapping'),\n",
+ " ('tone down', 'deaden (a sound or noise), especially by wrapping'),\n",
+ " ('muffle', 'deaden (a sound or noise), especially by wrapping')]},\n",
" {'answer': 'dumbfounded',\n",
" 'hint': 'synonyms for dumbfounded',\n",
- " 'clues': [('puzzle', 'be a mystery or bewildering to'),\n",
- " ('get', 'be a mystery or bewildering to'),\n",
+ " 'clues': [('baffle', 'be a mystery or bewildering to'),\n",
" ('beat', 'be a mystery or bewildering to'),\n",
- " ('amaze', 'be a mystery or bewildering to'),\n",
- " ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('baffle', 'be a mystery or bewildering to'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
- " ('perplex', 'be a mystery or bewildering to'),\n",
- " ('gravel', 'be a mystery or bewildering to'),\n",
" ('mystify', 'be a mystery or bewildering to'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('puzzle', 'be a mystery or bewildering to'),\n",
" ('stick', 'be a mystery or bewildering to'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('vex', 'be a mystery or bewildering to'),\n",
- " ('flummox', 'be a mystery or bewildering to')]},\n",
- " {'answer': 'dumbfounding',\n",
- " 'hint': 'synonyms for dumbfounding',\n",
- " 'clues': [('puzzle', 'be a mystery or bewildering to'),\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
" ('get', 'be a mystery or bewildering to'),\n",
- " ('beat', 'be a mystery or bewildering to'),\n",
- " ('amaze', 'be a mystery or bewildering to'),\n",
" ('stupefy', 'be a mystery or bewildering to'),\n",
- " ('baffle', 'be a mystery or bewildering to'),\n",
- " ('dumbfound', 'be a mystery or bewildering to'),\n",
- " ('pose', 'be a mystery or bewildering to'),\n",
- " ('bewilder', 'be a mystery or bewildering to'),\n",
" ('perplex', 'be a mystery or bewildering to'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
" ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('amaze', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
+ " {'answer': 'dumbfounding',\n",
+ " 'hint': 'synonyms for dumbfounding',\n",
+ " 'clues': [('baffle', 'be a mystery or bewildering to'),\n",
+ " ('beat', 'be a mystery or bewildering to'),\n",
" ('mystify', 'be a mystery or bewildering to'),\n",
+ " ('pose', 'be a mystery or bewildering to'),\n",
+ " ('puzzle', 'be a mystery or bewildering to'),\n",
" ('stick', 'be a mystery or bewildering to'),\n",
- " ('nonplus', 'be a mystery or bewildering to'),\n",
" ('vex', 'be a mystery or bewildering to'),\n",
- " ('flummox', 'be a mystery or bewildering to')]},\n",
+ " ('flummox', 'be a mystery or bewildering to'),\n",
+ " ('get', 'be a mystery or bewildering to'),\n",
+ " ('stupefy', 'be a mystery or bewildering to'),\n",
+ " ('perplex', 'be a mystery or bewildering to'),\n",
+ " ('dumbfound', 'be a mystery or bewildering to'),\n",
+ " ('gravel', 'be a mystery or bewildering to'),\n",
+ " ('bewilder', 'be a mystery or bewildering to'),\n",
+ " ('amaze', 'be a mystery or bewildering to'),\n",
+ " ('nonplus', 'be a mystery or bewildering to')]},\n",
" {'answer': 'dun',\n",
" 'hint': 'synonyms for dun',\n",
- " 'clues': [('rag', 'treat cruelly'),\n",
+ " 'clues': [('frustrate', 'treat cruelly'),\n",
" ('bedevil', 'treat cruelly'),\n",
" ('torment', 'treat cruelly'),\n",
- " ('crucify', 'treat cruelly'),\n",
- " ('frustrate', 'treat cruelly')]},\n",
+ " ('rag', 'treat cruelly'),\n",
+ " ('crucify', 'treat cruelly')]},\n",
" {'answer': 'duplicate',\n",
" 'hint': 'synonyms for duplicate',\n",
- " 'clues': [('double', 'make or do or perform again'),\n",
+ " 'clues': [('replicate', 'make or do or perform again'),\n",
" ('twin', 'duplicate or match'),\n",
- " ('parallel', 'duplicate or match'),\n",
+ " ('double', 'make or do or perform again'),\n",
" ('repeat', 'make or do or perform again'),\n",
- " ('replicate', 'make or do or perform again')]},\n",
+ " ('parallel', 'duplicate or match')]},\n",
" {'answer': 'dying',\n",
" 'hint': 'synonyms for dying',\n",
- " 'clues': [('decease',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('die', 'feel indifferent towards'),\n",
- " ('go',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('become flat', 'lose sparkle or bouquet'),\n",
- " ('choke',\n",
+ " 'clues': [('die', 'suffer or face the pain of death'),\n",
+ " ('die out', 'cut or shape with a die'),\n",
+ " ('perish',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('kick the bucket',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('break down', 'stop operating or functioning'),\n",
- " ('give out', 'stop operating or functioning'),\n",
- " ('break', 'stop operating or functioning'),\n",
- " ('exit',\n",
+ " ('pop off',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('conk out', 'stop operating or functioning'),\n",
- " ('croak',\n",
+ " ('conk',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('go bad', 'stop operating or functioning'),\n",
- " ('drop dead',\n",
+ " ('decease',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('give way', 'stop operating or functioning'),\n",
- " ('give-up the ghost',\n",
+ " ('drop dead',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('go', 'stop operating or functioning'),\n",
" (\"cash in one's chips\",\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pall', 'lose sparkle or bouquet'),\n",
- " ('perish',\n",
+ " ('give out', 'stop operating or functioning'),\n",
+ " ('give-up the ghost',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('snuff it',\n",
+ " ('break down', 'stop operating or functioning'),\n",
+ " ('pall', 'lose sparkle or bouquet'),\n",
+ " ('pass away',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('buy the farm',\n",
+ " ('break', 'stop operating or functioning'),\n",
+ " ('become flat', 'lose sparkle or bouquet'),\n",
+ " ('go bad', 'stop operating or functioning'),\n",
+ " ('croak',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass',\n",
+ " ('conk out', 'stop operating or functioning'),\n",
+ " ('snuff it',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('expire',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass away',\n",
+ " ('buy the farm',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('die out', 'cut or shape with a die'),\n",
+ " ('exit',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('give way', 'stop operating or functioning'),\n",
" ('fail', 'stop operating or functioning'),\n",
- " ('conk',\n",
+ " ('choke',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pop off',\n",
+ " ('pass',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life')]},\n",
" {'answer': 'earned',\n",
" 'hint': 'synonyms for earned',\n",
- " 'clues': [('bring in',\n",
+ " 'clues': [('pull in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('clear',\n",
+ " ('realize',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
" ('garner', \"acquire or deserve by one's efforts or actions\"),\n",
- " ('earn', \"acquire or deserve by one's efforts or actions\"),\n",
- " ('pull in',\n",
- " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
" ('make',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('take in',\n",
+ " ('bring in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
- " ('realize',\n",
+ " ('clear',\n",
+ " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('earn',\n",
+ " 'earn on some commercial or business transaction; earn as salary or wages'),\n",
+ " ('take in',\n",
" 'earn on some commercial or business transaction; earn as salary or wages'),\n",
" ('gain',\n",
" 'earn on some commercial or business transaction; earn as salary or wages')]},\n",
" {'answer': 'eased',\n",
" 'hint': 'synonyms for eased',\n",
" 'clues': [('ease', 'lessen pain or discomfort; alleviate'),\n",
+ " ('relieve', 'lessen the intensity of or calm'),\n",
" ('facilitate', 'make easier'),\n",
" ('still', 'lessen the intensity of or calm'),\n",
- " ('alleviate', 'make easier'),\n",
- " ('allay', 'lessen the intensity of or calm'),\n",
" ('comfort', 'lessen pain or discomfort; alleviate'),\n",
- " ('relieve', 'lessen the intensity of or calm')]},\n",
+ " ('allay', 'lessen the intensity of or calm'),\n",
+ " ('alleviate', 'make easier')]},\n",
" {'answer': 'echoing',\n",
" 'hint': 'synonyms for echoing',\n",
- " 'clues': [('echo', 'call to mind'),\n",
- " ('recall', 'call to mind'),\n",
+ " 'clues': [('echo', 'ring or echo with sound'),\n",
" ('reverberate', 'ring or echo with sound'),\n",
- " ('repeat', 'to say again or imitate'),\n",
" ('ring', 'ring or echo with sound'),\n",
- " ('resound', 'ring or echo with sound')]},\n",
+ " ('resound', 'ring or echo with sound'),\n",
+ " ('repeat', 'to say again or imitate'),\n",
+ " ('recall', 'call to mind')]},\n",
" {'answer': 'edged',\n",
" 'hint': 'synonyms for edged',\n",
- " 'clues': [('adjoin', 'lie adjacent to another or share a boundary'),\n",
+ " 'clues': [('inch', 'advance slowly, as if by inches'),\n",
+ " ('edge', 'advance slowly, as if by inches'),\n",
+ " ('butt on', 'lie adjacent to another or share a boundary'),\n",
" ('abut', 'lie adjacent to another or share a boundary'),\n",
- " ('butt against', 'lie adjacent to another or share a boundary'),\n",
" ('march', 'lie adjacent to another or share a boundary'),\n",
- " ('edge', 'provide with an edge'),\n",
+ " ('border', 'lie adjacent to another or share a boundary'),\n",
+ " ('butt against', 'lie adjacent to another or share a boundary'),\n",
" ('butt', 'lie adjacent to another or share a boundary'),\n",
- " ('border', 'provide with a border or edge'),\n",
- " ('butt on', 'lie adjacent to another or share a boundary'),\n",
- " ('inch', 'advance slowly, as if by inches')]},\n",
+ " ('adjoin', 'lie adjacent to another or share a boundary')]},\n",
" {'answer': 'edited',\n",
" 'hint': 'synonyms for edited',\n",
" 'clues': [('edit', 'cut or eliminate'),\n",
" ('delete', 'cut or eliminate'),\n",
+ " ('edit out', 'cut and assemble the components of'),\n",
" ('redact',\n",
" 'prepare for publication or presentation by correcting, revising, or adapting'),\n",
- " ('cut', 'cut and assemble the components of'),\n",
" ('blue-pencil', 'cut or eliminate'),\n",
- " ('edit out', 'cut and assemble the components of')]},\n",
+ " ('cut', 'cut and assemble the components of')]},\n",
" {'answer': 'educated',\n",
" 'hint': 'synonyms for educated',\n",
- " 'clues': [('educate',\n",
+ " 'clues': [('train',\n",
" 'teach or refine to be discriminative in taste or judgment'),\n",
" ('civilise', 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('train', 'create by training and teaching'),\n",
- " ('school', 'teach or refine to be discriminative in taste or judgment'),\n",
+ " ('educate', 'give an education to'),\n",
+ " ('prepare', 'create by training and teaching'),\n",
+ " ('develop', 'create by training and teaching'),\n",
" ('cultivate',\n",
" 'teach or refine to be discriminative in taste or judgment'),\n",
- " ('develop', 'create by training and teaching'),\n",
- " ('prepare', 'create by training and teaching')]},\n",
+ " ('school', 'teach or refine to be discriminative in taste or judgment')]},\n",
" {'answer': 'effervescing',\n",
" 'hint': 'synonyms for effervescing',\n",
- " 'clues': [('form bubbles', 'become bubbly or frothy or foaming'),\n",
+ " 'clues': [('froth', 'become bubbly or frothy or foaming'),\n",
+ " ('sparkle', 'become bubbly or frothy or foaming'),\n",
+ " ('form bubbles', 'become bubbly or frothy or foaming'),\n",
" ('fizz', 'become bubbly or frothy or foaming'),\n",
- " ('froth', 'become bubbly or frothy or foaming'),\n",
" ('effervesce', 'become bubbly or frothy or foaming'),\n",
- " ('sparkle', 'become bubbly or frothy or foaming'),\n",
" ('foam', 'become bubbly or frothy or foaming')]},\n",
" {'answer': 'elaborate',\n",
" 'hint': 'synonyms for elaborate',\n",
- " 'clues': [('expatiate',\n",
+ " 'clues': [('expound',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('rarify', 'make more complex, intricate, or richer'),\n",
- " ('enlarge',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('lucubrate',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('expand',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('work out', 'work out in detail'),\n",
- " ('flesh out',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('complicate', 'make more complex, intricate, or richer'),\n",
" ('exposit',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('expound',\n",
+ " ('expatiate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('enlarge',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('dilate',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('refine', 'make more complex, intricate, or richer')]},\n",
+ " ('complicate', 'make more complex, intricate, or richer'),\n",
+ " ('flesh out',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('refine', 'make more complex, intricate, or richer'),\n",
+ " ('work out', 'work out in detail'),\n",
+ " ('lucubrate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing')]},\n",
" {'answer': 'elaborated',\n",
" 'hint': 'synonyms for elaborated',\n",
- " 'clues': [('elaborate', 'make more complex, intricate, or richer'),\n",
- " ('expatiate',\n",
+ " 'clues': [('elaborate',\n",
+ " 'produce from basic elements or sources; change into a more developed product'),\n",
+ " ('expound',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('rarify', 'make more complex, intricate, or richer'),\n",
- " ('enlarge',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('lucubrate',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('expand',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('work out', 'work out in detail'),\n",
- " ('flesh out',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('complicate', 'make more complex, intricate, or richer'),\n",
" ('exposit',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('expound',\n",
+ " ('expatiate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('enlarge',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('dilate',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('refine', 'make more complex, intricate, or richer')]},\n",
+ " ('complicate', 'make more complex, intricate, or richer'),\n",
+ " ('flesh out',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('refine', 'make more complex, intricate, or richer'),\n",
+ " ('work out', 'work out in detail'),\n",
+ " ('lucubrate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing')]},\n",
" {'answer': 'elapsed',\n",
" 'hint': 'synonyms for elapsed',\n",
- " 'clues': [('slide by', 'pass by'),\n",
- " ('go by', 'pass by'),\n",
- " ('go along', 'pass by'),\n",
- " ('elapse', 'pass by'),\n",
+ " 'clues': [('elapse', 'pass by'),\n",
" ('slip away', 'pass by'),\n",
+ " ('go by', 'pass by'),\n",
" ('slip by', 'pass by'),\n",
+ " ('go along', 'pass by'),\n",
+ " ('glide by', 'pass by'),\n",
" ('pass', 'pass by')]},\n",
" {'answer': 'elated',\n",
" 'hint': 'synonyms for elated',\n",
- " 'clues': [('pick up', 'fill with high spirits; fill with optimism'),\n",
+ " 'clues': [('intoxicate', 'fill with high spirits; fill with optimism'),\n",
" ('lift up', 'fill with high spirits; fill with optimism'),\n",
- " ('uplift', 'fill with high spirits; fill with optimism'),\n",
- " ('intoxicate', 'fill with high spirits; fill with optimism'),\n",
- " ('elate', 'fill with high spirits; fill with optimism')]},\n",
+ " ('elate', 'fill with high spirits; fill with optimism'),\n",
+ " ('pick up', 'fill with high spirits; fill with optimism'),\n",
+ " ('uplift', 'fill with high spirits; fill with optimism')]},\n",
" {'answer': 'elating',\n",
" 'hint': 'synonyms for elating',\n",
- " 'clues': [('pick up', 'fill with high spirits; fill with optimism'),\n",
+ " 'clues': [('intoxicate', 'fill with high spirits; fill with optimism'),\n",
" ('lift up', 'fill with high spirits; fill with optimism'),\n",
- " ('uplift', 'fill with high spirits; fill with optimism'),\n",
- " ('intoxicate', 'fill with high spirits; fill with optimism'),\n",
- " ('elate', 'fill with high spirits; fill with optimism')]},\n",
+ " ('elate', 'fill with high spirits; fill with optimism'),\n",
+ " ('pick up', 'fill with high spirits; fill with optimism'),\n",
+ " ('uplift', 'fill with high spirits; fill with optimism')]},\n",
" {'answer': 'elevated',\n",
" 'hint': 'synonyms for elevated',\n",
- " 'clues': [('raise', 'raise from a lower to a higher position'),\n",
- " ('bring up', 'raise from a lower to a higher position'),\n",
+ " 'clues': [('upgrade',\n",
+ " 'give a promotion to or assign to a higher position'),\n",
+ " ('raise', 'raise in rank or condition'),\n",
" ('kick upstairs', 'give a promotion to or assign to a higher position'),\n",
- " ('lift', 'raise in rank or condition'),\n",
- " ('elevate', 'raise in rank or condition'),\n",
+ " ('elevate', 'give a promotion to or assign to a higher position'),\n",
" ('get up', 'raise from a lower to a higher position'),\n",
- " ('upgrade', 'give a promotion to or assign to a higher position'),\n",
- " ('advance', 'give a promotion to or assign to a higher position'),\n",
- " ('promote', 'give a promotion to or assign to a higher position')]},\n",
+ " ('lift', 'raise from a lower to a higher position'),\n",
+ " ('bring up', 'raise from a lower to a higher position'),\n",
+ " ('promote', 'give a promotion to or assign to a higher position'),\n",
+ " ('advance', 'give a promotion to or assign to a higher position')]},\n",
" {'answer': 'elicited',\n",
" 'hint': 'synonyms for elicited',\n",
" 'clues': [('draw out', 'deduce (a principle) or construe (a meaning)'),\n",
- " ('raise', 'call forth (emotions, feelings, and responses)'),\n",
- " ('elicit', 'deduce (a principle) or construe (a meaning)'),\n",
- " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
- " ('fire', 'call forth (emotions, feelings, and responses)'),\n",
- " ('kindle', 'call forth (emotions, feelings, and responses)'),\n",
" ('provoke', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('elicit', 'derive by reason'),\n",
+ " ('raise', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('enkindle', 'call forth (emotions, feelings, and responses)'),\n",
" ('educe', 'deduce (a principle) or construe (a meaning)'),\n",
+ " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
" ('extract', 'deduce (a principle) or construe (a meaning)'),\n",
+ " ('fire', 'call forth (emotions, feelings, and responses)'),\n",
" ('arouse', 'call forth (emotions, feelings, and responses)')]},\n",
" {'answer': 'embarrassed',\n",
" 'hint': 'synonyms for embarrassed',\n",
- " 'clues': [('abash',\n",
- " 'cause to be embarrassed; cause to feel self-conscious'),\n",
+ " 'clues': [('hinder',\n",
+ " 'hinder or prevent the progress or accomplishment of'),\n",
" ('blockade', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('abash', 'cause to be embarrassed; cause to feel self-conscious'),\n",
" ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('hinder', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
" ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('embarrass', 'hinder or prevent the progress or accomplishment of')]},\n",
+ " ('stymy', 'hinder or prevent the progress or accomplishment of')]},\n",
" {'answer': 'embarrassing',\n",
" 'hint': 'synonyms for embarrassing',\n",
- " 'clues': [('abash',\n",
- " 'cause to be embarrassed; cause to feel self-conscious'),\n",
+ " 'clues': [('hinder',\n",
+ " 'hinder or prevent the progress or accomplishment of'),\n",
" ('blockade', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('abash', 'cause to be embarrassed; cause to feel self-conscious'),\n",
" ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('hinder', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
" ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('embarrass', 'hinder or prevent the progress or accomplishment of')]},\n",
+ " ('stymy', 'hinder or prevent the progress or accomplishment of')]},\n",
" {'answer': 'embedded',\n",
" 'hint': 'synonyms for embedded',\n",
- " 'clues': [('imbed', 'fix or set securely or deeply'),\n",
- " ('engraft', 'fix or set securely or deeply'),\n",
- " ('embed',\n",
- " 'attach to, as a journalist to a military unit when reporting on a war'),\n",
- " ('plant', 'fix or set securely or deeply'),\n",
- " ('implant', 'fix or set securely or deeply')]},\n",
+ " 'clues': [('plant', 'fix or set securely or deeply'),\n",
+ " ('implant', 'fix or set securely or deeply'),\n",
+ " ('imbed', 'fix or set securely or deeply'),\n",
+ " ('embed', 'fix or set securely or deeply'),\n",
+ " ('engraft', 'fix or set securely or deeply')]},\n",
" {'answer': 'embezzled',\n",
" 'hint': 'synonyms for embezzled',\n",
" 'clues': [('defalcate',\n",
" \"appropriate (as property entrusted to one's care) fraudulently to one's own use\"),\n",
+ " ('misappropriate',\n",
+ " \"appropriate (as property entrusted to one's care) fraudulently to one's own use\"),\n",
" ('malversate',\n",
" \"appropriate (as property entrusted to one's care) fraudulently to one's own use\"),\n",
" ('peculate',\n",
" \"appropriate (as property entrusted to one's care) fraudulently to one's own use\"),\n",
" ('embezzle',\n",
- " \"appropriate (as property entrusted to one's care) fraudulently to one's own use\"),\n",
- " ('misappropriate',\n",
" \"appropriate (as property entrusted to one's care) fraudulently to one's own use\")]},\n",
" {'answer': 'embodied',\n",
" 'hint': 'synonyms for embodied',\n",
- " 'clues': [('be', 'represent, as of a character on stage'),\n",
- " ('embody', 'represent or express something abstract in tangible form'),\n",
- " ('personify', 'represent, as of a character on stage'),\n",
+ " 'clues': [('embody', 'represent, as of a character on stage'),\n",
" ('substantiate', 'represent in bodily form'),\n",
- " ('incarnate', 'represent in bodily form'),\n",
- " ('body forth', 'represent in bodily form')]},\n",
+ " ('personify', 'represent, as of a character on stage'),\n",
+ " ('be', 'represent, as of a character on stage'),\n",
+ " ('body forth', 'represent in bodily form'),\n",
+ " ('incarnate', 'represent in bodily form')]},\n",
" {'answer': 'emboldened',\n",
" 'hint': 'synonyms for emboldened',\n",
- " 'clues': [('recreate', 'give encouragement to'),\n",
- " ('embolden', 'give encouragement to'),\n",
+ " 'clues': [('embolden', 'give encouragement to'),\n",
+ " ('hearten', 'give encouragement to'),\n",
" ('cheer', 'give encouragement to'),\n",
- " ('hearten', 'give encouragement to')]},\n",
+ " ('recreate', 'give encouragement to')]},\n",
" {'answer': 'embroiled',\n",
" 'hint': 'synonyms for embroiled',\n",
- " 'clues': [('embroil',\n",
- " 'force into some kind of situation, condition, or course of action'),\n",
- " ('tangle',\n",
- " 'force into some kind of situation, condition, or course of action'),\n",
- " ('sweep up',\n",
+ " 'clues': [('drag in',\n",
" 'force into some kind of situation, condition, or course of action'),\n",
" ('drag',\n",
" 'force into some kind of situation, condition, or course of action'),\n",
- " ('drag in',\n",
+ " ('tangle',\n",
" 'force into some kind of situation, condition, or course of action'),\n",
" ('sweep',\n",
+ " 'force into some kind of situation, condition, or course of action'),\n",
+ " ('embroil',\n",
+ " 'force into some kind of situation, condition, or course of action'),\n",
+ " ('sweep up',\n",
" 'force into some kind of situation, condition, or course of action')]},\n",
" {'answer': 'emerging',\n",
" 'hint': 'synonyms for emerging',\n",
- " 'clues': [('emerge', 'become known or apparent'),\n",
+ " 'clues': [('emerge', 'come out into view, as from concealment'),\n",
" ('issue', 'come out of'),\n",
- " ('come forth', 'come out of'),\n",
- " ('come out', 'come out of'),\n",
" ('egress', 'come out of'),\n",
- " ('go forth', 'come out of')]},\n",
+ " ('come forth', 'happen or occur as a result of something'),\n",
+ " ('go forth', 'come out of'),\n",
+ " ('come out', 'come out of')]},\n",
" {'answer': 'emphasised',\n",
" 'hint': 'synonyms for emphasised',\n",
- " 'clues': [('emphasize', 'give extra weight to (a communication)'),\n",
+ " 'clues': [('accent', 'to stress, single out as important'),\n",
+ " ('emphasize', 'to stress, single out as important'),\n",
+ " ('stress', 'to stress, single out as important'),\n",
" ('underline', 'give extra weight to (a communication)'),\n",
" ('punctuate', 'to stress, single out as important'),\n",
" ('underscore', 'give extra weight to (a communication)'),\n",
- " ('accentuate', 'to stress, single out as important'),\n",
- " ('accent', 'to stress, single out as important'),\n",
- " ('stress', 'to stress, single out as important')]},\n",
+ " ('accentuate', 'to stress, single out as important')]},\n",
" {'answer': 'emphasized',\n",
" 'hint': 'synonyms for emphasized',\n",
- " 'clues': [('emphasize', 'to stress, single out as important'),\n",
+ " 'clues': [('accent', 'to stress, single out as important'),\n",
+ " ('emphasize', 'to stress, single out as important'),\n",
+ " ('stress', 'to stress, single out as important'),\n",
" ('underline', 'give extra weight to (a communication)'),\n",
" ('punctuate', 'to stress, single out as important'),\n",
" ('underscore', 'give extra weight to (a communication)'),\n",
- " ('accentuate', 'to stress, single out as important'),\n",
- " ('accent', 'to stress, single out as important'),\n",
- " ('stress', 'to stress, single out as important')]},\n",
+ " ('accentuate', 'to stress, single out as important')]},\n",
" {'answer': 'employed',\n",
" 'hint': 'synonyms for employed',\n",
- " 'clues': [('apply',\n",
- " 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
- " ('hire', 'engage or hire for work'),\n",
- " ('utilise',\n",
- " 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
+ " 'clues': [('engage', 'engage or hire for work'),\n",
" ('employ',\n",
" 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
- " ('engage', 'engage or hire for work'),\n",
" ('use',\n",
+ " 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
+ " ('utilize',\n",
+ " 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose'),\n",
+ " ('hire', 'engage or hire for work'),\n",
+ " ('apply',\n",
" 'put into service; make work or employ for a particular purpose or for its inherent or natural purpose')]},\n",
" {'answer': 'empowered',\n",
" 'hint': 'synonyms for empowered',\n",
- " 'clues': [('endue', 'give qualities or abilities to'),\n",
- " ('empower', 'give qualities or abilities to'),\n",
+ " 'clues': [('empower', 'give qualities or abilities to'),\n",
" ('authorize', 'give or delegate power or authority to'),\n",
- " ('invest', 'give qualities or abilities to'),\n",
" ('gift', 'give qualities or abilities to'),\n",
" ('endow', 'give qualities or abilities to'),\n",
- " ('indue', 'give qualities or abilities to')]},\n",
+ " ('endue', 'give qualities or abilities to'),\n",
+ " ('indue', 'give qualities or abilities to'),\n",
+ " ('invest', 'give qualities or abilities to')]},\n",
" {'answer': 'empty',\n",
" 'hint': 'synonyms for empty',\n",
- " 'clues': [('abandon', 'leave behind empty; move out of'),\n",
- " ('evacuate', 'excrete or discharge from the body'),\n",
+ " 'clues': [('discharge', 'become empty or void of its content'),\n",
+ " ('vacate', 'leave behind empty; move out of'),\n",
" ('void', 'excrete or discharge from the body'),\n",
- " ('discharge', 'become empty or void of its content')]},\n",
+ " ('abandon', 'leave behind empty; move out of')]},\n",
" {'answer': 'enamored',\n",
" 'hint': 'synonyms for enamored',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
" ('bewitch', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
" ('enamour', 'attract; cause to be enamored'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored')]},\n",
+ " ('charm', 'attract; cause to be enamored'),\n",
+ " ('becharm', 'attract; cause to be enamored')]},\n",
" {'answer': 'enchanted',\n",
" 'hint': 'synonyms for enchanted',\n",
- " 'clues': [('ravish', 'hold spellbound'),\n",
+ " 'clues': [('enthral', 'hold spellbound'),\n",
" ('transport', 'hold spellbound'),\n",
- " ('trance', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
- " ('bewitch',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
- " ('fascinate', 'attract; cause to be enamored'),\n",
- " ('beguile', 'attract; cause to be enamored'),\n",
- " ('capture', 'attract; cause to be enamored'),\n",
" ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('hex',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('enthral', 'hold spellbound'),\n",
+ " ('enchant', 'hold spellbound'),\n",
" ('enrapture', 'hold spellbound'),\n",
- " ('delight', 'hold spellbound'),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
" ('glamour',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('ravish', 'hold spellbound'),\n",
+ " ('becharm', 'attract; cause to be enamored'),\n",
+ " ('hex',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('jinx',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('witch',\n",
- " 'cast a spell over someone or something; put a hex on someone or something')]},\n",
- " {'answer': 'enchanting',\n",
- " 'hint': 'synonyms for enchanting',\n",
- " 'clues': [('ravish', 'hold spellbound'),\n",
- " ('transport', 'hold spellbound'),\n",
- " ('trance', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
- " ('bewitch',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
- " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('delight', 'hold spellbound'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
+ " {'answer': 'enchanting',\n",
+ " 'hint': 'synonyms for enchanting',\n",
+ " 'clues': [('enthral', 'hold spellbound'),\n",
+ " ('transport', 'hold spellbound'),\n",
" ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('hex',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('enthral', 'hold spellbound'),\n",
+ " ('enchant', 'hold spellbound'),\n",
" ('enrapture', 'hold spellbound'),\n",
- " ('delight', 'hold spellbound'),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
" ('glamour',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('ravish', 'hold spellbound'),\n",
+ " ('becharm', 'attract; cause to be enamored'),\n",
+ " ('hex',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('jinx',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('witch',\n",
- " 'cast a spell over someone or something; put a hex on someone or something')]},\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('delight', 'hold spellbound'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
+ " ('beguile', 'attract; cause to be enamored'),\n",
+ " ('capture', 'attract; cause to be enamored'),\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
" {'answer': 'enclosed',\n",
" 'hint': 'synonyms for enclosed',\n",
- " 'clues': [('introduce', 'introduce'),\n",
- " ('enclose', 'surround completely'),\n",
- " ('enwrap', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('insert', 'introduce'),\n",
+ " 'clues': [('insert', 'introduce'),\n",
+ " ('put in', 'introduce'),\n",
" ('enfold', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('wrap', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('close in', 'surround completely'),\n",
- " ('stick in', 'introduce'),\n",
" ('envelop', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('confine', 'close in; darkness enclosed him\"'),\n",
+ " ('hold in', 'close in; darkness enclosed him\"'),\n",
" ('shut in', 'surround completely'),\n",
- " ('put in', 'introduce'),\n",
- " ('hold in', 'close in; darkness enclosed him\"')]},\n",
+ " ('introduce', 'introduce'),\n",
+ " ('enwrap', 'enclose or enfold completely with or as if with a covering'),\n",
+ " ('confine', 'close in; darkness enclosed him\"'),\n",
+ " ('inclose', 'surround completely'),\n",
+ " ('stick in', 'introduce'),\n",
+ " ('wrap', 'enclose or enfold completely with or as if with a covering'),\n",
+ " ('close in', 'surround completely')]},\n",
" {'answer': 'encompassing',\n",
" 'hint': 'synonyms for encompassing',\n",
" 'clues': [('cover',\n",
" \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
- " ('comprehend',\n",
- " \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
" ('embrace',\n",
" \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
" ('encompass',\n",
+ " \"include in scope; include as part of something broader; have as one's sphere or territory\"),\n",
+ " ('comprehend',\n",
" \"include in scope; include as part of something broader; have as one's sphere or territory\")]},\n",
" {'answer': 'encouraged',\n",
" 'hint': 'synonyms for encouraged',\n",
- " 'clues': [('boost', 'contribute to the progress or growth of'),\n",
- " ('encourage', 'spur on'),\n",
- " ('promote', 'contribute to the progress or growth of'),\n",
+ " 'clues': [('encourage',\n",
+ " 'inspire with confidence; give hope or courage to'),\n",
+ " ('boost', 'contribute to the progress or growth of'),\n",
" ('advance', 'contribute to the progress or growth of'),\n",
+ " ('promote', 'contribute to the progress or growth of'),\n",
" ('further', 'contribute to the progress or growth of')]},\n",
" {'answer': 'encouraging',\n",
" 'hint': 'synonyms for encouraging',\n",
- " 'clues': [('boost', 'contribute to the progress or growth of'),\n",
- " ('encourage', 'spur on'),\n",
- " ('promote', 'contribute to the progress or growth of'),\n",
+ " 'clues': [('encourage',\n",
+ " 'inspire with confidence; give hope or courage to'),\n",
+ " ('boost', 'contribute to the progress or growth of'),\n",
" ('advance', 'contribute to the progress or growth of'),\n",
+ " ('promote', 'contribute to the progress or growth of'),\n",
" ('further', 'contribute to the progress or growth of')]},\n",
" {'answer': 'encroaching',\n",
" 'hint': 'synonyms for encroaching',\n",
" 'clues': [('encroach', 'impinge or infringe upon'),\n",
- " ('impinge', 'impinge or infringe upon'),\n",
- " ('trench', 'impinge or infringe upon'),\n",
- " ('infringe', 'advance beyond the usual limit')]},\n",
+ " ('infringe', 'advance beyond the usual limit'),\n",
+ " ('impinge', 'advance beyond the usual limit'),\n",
+ " ('entrench', 'impinge or infringe upon')]},\n",
" {'answer': 'endangered',\n",
" 'hint': 'synonyms for endangered',\n",
- " 'clues': [('endanger', 'pose a threat to; present a danger to'),\n",
- " ('peril', 'pose a threat to; present a danger to'),\n",
- " ('jeopardize', 'pose a threat to; present a danger to'),\n",
+ " 'clues': [('imperil', 'pose a threat to; present a danger to'),\n",
+ " ('scupper', 'put in a dangerous, disadvantageous, or difficult position'),\n",
+ " ('menace', 'pose a threat to; present a danger to'),\n",
" ('threaten', 'pose a threat to; present a danger to'),\n",
+ " ('peril', 'pose a threat to; present a danger to'),\n",
+ " ('jeopardise', 'pose a threat to; present a danger to'),\n",
" ('queer', 'put in a dangerous, disadvantageous, or difficult position'),\n",
- " ('menace', 'pose a threat to; present a danger to'),\n",
- " ('expose', 'put in a dangerous, disadvantageous, or difficult position'),\n",
- " ('scupper', 'put in a dangerous, disadvantageous, or difficult position'),\n",
- " ('imperil', 'pose a threat to; present a danger to')]},\n",
+ " ('endanger',\n",
+ " 'put in a dangerous, disadvantageous, or difficult position'),\n",
+ " ('expose',\n",
+ " 'put in a dangerous, disadvantageous, or difficult position')]},\n",
" {'answer': 'ended',\n",
" 'hint': 'synonyms for ended',\n",
- " 'clues': [('end',\n",
+ " 'clues': [('stop',\n",
" 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical'),\n",
- " ('terminate', 'be the end of; be the last or concluding part of'),\n",
+ " ('end', 'be the end of; be the last or concluding part of'),\n",
+ " ('terminate', 'bring to an end or halt'),\n",
" ('cease',\n",
" 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical'),\n",
" ('finish',\n",
- " 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical'),\n",
- " ('stop',\n",
" 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical')]},\n",
" {'answer': 'endowed',\n",
" 'hint': 'synonyms for endowed',\n",
- " 'clues': [('endue', 'give qualities or abilities to'),\n",
- " ('empower', 'give qualities or abilities to'),\n",
- " ('dower', 'furnish with an endowment'),\n",
- " ('invest', 'give qualities or abilities to'),\n",
+ " 'clues': [('empower', 'give qualities or abilities to'),\n",
+ " ('endow', 'furnish with an endowment'),\n",
" ('indue', 'give qualities or abilities to'),\n",
- " ('endow', 'give qualities or abilities to'),\n",
- " ('gift', 'give qualities or abilities to')]},\n",
+ " ('invest', 'give qualities or abilities to'),\n",
+ " ('gift', 'give qualities or abilities to'),\n",
+ " ('dower', 'furnish with an endowment'),\n",
+ " ('endue', 'give qualities or abilities to')]},\n",
" {'answer': 'enduring',\n",
" 'hint': 'synonyms for enduring',\n",
- " 'clues': [('hold out', 'continue to live through hardship or adversity'),\n",
- " ('suffer', 'put up with something or somebody unpleasant'),\n",
- " ('brave', 'face and withstand with courage'),\n",
- " ('endure', 'undergo or be subjected to'),\n",
- " ('tolerate', 'put up with something or somebody unpleasant'),\n",
- " ('brave out', 'face and withstand with courage'),\n",
- " ('persist', 'continue to exist'),\n",
- " ('weather', 'face and withstand with courage'),\n",
+ " 'clues': [('tolerate', 'put up with something or somebody unpleasant'),\n",
+ " ('endure', 'put up with something or somebody unpleasant'),\n",
+ " ('hold up', 'continue to live through hardship or adversity'),\n",
" ('run', 'continue to exist'),\n",
" ('live', 'continue to live through hardship or adversity'),\n",
+ " ('last', 'persist for a specified period of time'),\n",
+ " ('abide', 'put up with something or somebody unpleasant'),\n",
+ " ('survive', 'continue to live through hardship or adversity'),\n",
+ " ('put up', 'put up with something or somebody unpleasant'),\n",
" ('support', 'put up with something or somebody unpleasant'),\n",
- " ('hold up', 'continue to live through hardship or adversity'),\n",
- " ('stomach', 'put up with something or somebody unpleasant'),\n",
" ('live on', 'continue to live through hardship or adversity'),\n",
- " ('brook', 'put up with something or somebody unpleasant'),\n",
- " ('stand', 'put up with something or somebody unpleasant'),\n",
- " ('go', 'continue to live through hardship or adversity'),\n",
" ('bear', 'put up with something or somebody unpleasant'),\n",
+ " ('brave', 'face and withstand with courage'),\n",
" ('stick out', 'put up with something or somebody unpleasant'),\n",
- " ('wear', 'last and be usable'),\n",
- " ('die hard', 'continue to exist'),\n",
- " ('abide', 'put up with something or somebody unpleasant'),\n",
- " ('last', 'continue to live through hardship or adversity'),\n",
+ " ('go', 'continue to live through hardship or adversity'),\n",
+ " ('suffer', 'put up with something or somebody unpleasant'),\n",
+ " ('hold out', 'last and be usable'),\n",
+ " ('persist', 'continue to exist'),\n",
" ('prevail', 'continue to exist'),\n",
- " ('survive', 'continue to live through hardship or adversity'),\n",
- " ('put up', 'put up with something or somebody unpleasant'),\n",
- " ('digest', 'put up with something or somebody unpleasant')]},\n",
+ " ('die hard', 'continue to exist'),\n",
+ " ('stand', 'put up with something or somebody unpleasant'),\n",
+ " ('brave out', 'face and withstand with courage'),\n",
+ " ('wear', 'last and be usable'),\n",
+ " ('digest', 'put up with something or somebody unpleasant'),\n",
+ " ('weather', 'face and withstand with courage'),\n",
+ " ('brook', 'put up with something or somebody unpleasant'),\n",
+ " ('stomach', 'put up with something or somebody unpleasant')]},\n",
" {'answer': 'energising',\n",
" 'hint': 'synonyms for energising',\n",
" 'clues': [('energize', 'cause to be alert and energetic'),\n",
+ " ('brace', 'cause to be alert and energetic'),\n",
+ " ('excite', 'raise to a higher energy level'),\n",
" ('arouse', 'cause to be alert and energetic'),\n",
" ('perk up', 'cause to be alert and energetic'),\n",
- " ('stimulate', 'cause to be alert and energetic'),\n",
- " ('excite', 'raise to a higher energy level'),\n",
- " ('brace', 'cause to be alert and energetic')]},\n",
+ " ('stimulate', 'cause to be alert and energetic')]},\n",
" {'answer': 'energizing',\n",
" 'hint': 'synonyms for energizing',\n",
" 'clues': [('energize', 'cause to be alert and energetic'),\n",
- " ('arouse', 'cause to be alert and energetic'),\n",
- " ('perk up', 'cause to be alert and energetic'),\n",
- " ('stimulate', 'cause to be alert and energetic'),\n",
" ('excite', 'raise to a higher energy level'),\n",
- " ('brace', 'cause to be alert and energetic')]},\n",
+ " ('perk up', 'cause to be alert and energetic'),\n",
+ " ('arouse', 'cause to be alert and energetic'),\n",
+ " ('brace', 'cause to be alert and energetic'),\n",
+ " ('stimulate', 'cause to be alert and energetic')]},\n",
" {'answer': 'enervated',\n",
" 'hint': 'synonyms for enervated',\n",
- " 'clues': [('enervate', 'weaken mentally or morally'),\n",
- " ('unsettle', 'disturb the composure of'),\n",
+ " 'clues': [('faze', 'disturb the composure of'),\n",
" ('unnerve', 'disturb the composure of'),\n",
- " ('faze', 'disturb the composure of')]},\n",
+ " ('enervate', 'weaken mentally or morally'),\n",
+ " ('unsettle', 'disturb the composure of')]},\n",
" {'answer': 'enervating',\n",
" 'hint': 'synonyms for enervating',\n",
- " 'clues': [('enervate', 'weaken mentally or morally'),\n",
- " ('unsettle', 'disturb the composure of'),\n",
+ " 'clues': [('faze', 'disturb the composure of'),\n",
" ('unnerve', 'disturb the composure of'),\n",
- " ('faze', 'disturb the composure of')]},\n",
+ " ('enervate', 'weaken mentally or morally'),\n",
+ " ('unsettle', 'disturb the composure of')]},\n",
" {'answer': 'enforced',\n",
" 'hint': 'synonyms for enforced',\n",
- " 'clues': [('enforce', 'ensure observance of laws and rules'),\n",
+ " 'clues': [('apply', 'ensure observance of laws and rules'),\n",
+ " ('enforce', 'ensure observance of laws and rules'),\n",
" ('impose', 'compel to behave in a certain way'),\n",
- " ('apply', 'ensure observance of laws and rules'),\n",
" ('implement', 'ensure observance of laws and rules')]},\n",
" {'answer': 'engaged',\n",
" 'hint': 'synonyms for engaged',\n",
- " 'clues': [('absorb', \"consume all of one's attention or time\"),\n",
- " ('engage', 'carry out or participate in an activity; be involved in'),\n",
- " ('pursue', 'carry out or participate in an activity; be involved in'),\n",
- " ('employ', 'engage or hire for work'),\n",
+ " 'clues': [('pursue',\n",
+ " 'carry out or participate in an activity; be involved in'),\n",
+ " ('engage', 'engage or hire for work'),\n",
+ " ('prosecute', 'carry out or participate in an activity; be involved in'),\n",
" ('rent', 'engage for service under a term of contract'),\n",
+ " ('operate', 'keep engaged'),\n",
" ('hire', 'engage for service under a term of contract'),\n",
- " ('engross', \"consume all of one's attention or time\"),\n",
" ('plight', 'give to in marriage'),\n",
+ " ('take', 'engage for service under a term of contract'),\n",
+ " ('employ', 'engage or hire for work'),\n",
+ " ('engross', \"consume all of one's attention or time\"),\n",
+ " ('lease', 'engage for service under a term of contract'),\n",
" ('affiance', 'give to in marriage'),\n",
- " ('prosecute', 'carry out or participate in an activity; be involved in'),\n",
- " ('betroth', 'give to in marriage'),\n",
+ " ('absorb', \"consume all of one's attention or time\"),\n",
" ('enlist', 'hire for work or assistance'),\n",
- " ('wage', 'carry on (wars, battles, or campaigns)'),\n",
+ " ('lock', 'keep engaged'),\n",
" ('charter', 'engage for service under a term of contract'),\n",
- " ('occupy', \"consume all of one's attention or time\"),\n",
+ " ('betroth', 'give to in marriage'),\n",
" ('mesh', 'keep engaged'),\n",
- " ('lease', 'engage for service under a term of contract'),\n",
- " ('operate', 'keep engaged'),\n",
- " ('lock', 'keep engaged'),\n",
- " ('take', 'engage for service under a term of contract')]},\n",
+ " ('occupy', \"consume all of one's attention or time\"),\n",
+ " ('wage', 'carry on (wars, battles, or campaigns)')]},\n",
" {'answer': 'engaging',\n",
" 'hint': 'synonyms for engaging',\n",
- " 'clues': [('absorb', \"consume all of one's attention or time\"),\n",
- " ('engage', 'carry out or participate in an activity; be involved in'),\n",
- " ('pursue', 'carry out or participate in an activity; be involved in'),\n",
- " ('employ', 'engage or hire for work'),\n",
+ " 'clues': [('pursue',\n",
+ " 'carry out or participate in an activity; be involved in'),\n",
+ " ('engage', 'engage or hire for work'),\n",
+ " ('prosecute', 'carry out or participate in an activity; be involved in'),\n",
" ('rent', 'engage for service under a term of contract'),\n",
+ " ('operate', 'keep engaged'),\n",
" ('hire', 'engage for service under a term of contract'),\n",
- " ('engross', \"consume all of one's attention or time\"),\n",
" ('plight', 'give to in marriage'),\n",
+ " ('take', 'engage for service under a term of contract'),\n",
+ " ('employ', 'engage or hire for work'),\n",
+ " ('engross', \"consume all of one's attention or time\"),\n",
+ " ('lease', 'engage for service under a term of contract'),\n",
" ('affiance', 'give to in marriage'),\n",
- " ('prosecute', 'carry out or participate in an activity; be involved in'),\n",
- " ('betroth', 'give to in marriage'),\n",
+ " ('absorb', \"consume all of one's attention or time\"),\n",
" ('enlist', 'hire for work or assistance'),\n",
- " ('wage', 'carry on (wars, battles, or campaigns)'),\n",
+ " ('lock', 'keep engaged'),\n",
" ('charter', 'engage for service under a term of contract'),\n",
- " ('occupy', \"consume all of one's attention or time\"),\n",
+ " ('betroth', 'give to in marriage'),\n",
" ('mesh', 'keep engaged'),\n",
- " ('lease', 'engage for service under a term of contract'),\n",
- " ('operate', 'keep engaged'),\n",
- " ('lock', 'keep engaged'),\n",
- " ('take', 'engage for service under a term of contract')]},\n",
+ " ('occupy', \"consume all of one's attention or time\"),\n",
+ " ('wage', 'carry on (wars, battles, or campaigns)')]},\n",
" {'answer': 'engorged',\n",
" 'hint': 'synonyms for engorged',\n",
" 'clues': [('englut', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('glut', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('engorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('stuff', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('satiate', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('gourmandize', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('gorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('gormandize', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('overindulge', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('overgorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('ingurgitate', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('overeat', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('overindulge', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('glut', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('pig out', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('binge', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('scarf out', 'overeat or eat immodestly; make a pig of oneself')]},\n",
+ " ('gorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('satiate', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('scarf out', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('overeat', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('binge', 'overeat or eat immodestly; make a pig of oneself')]},\n",
" {'answer': 'engraved',\n",
" 'hint': 'synonyms for engraved',\n",
- " 'clues': [('grave', 'carve, cut, or etch into a material or surface'),\n",
- " ('engrave', 'carve or cut a design or letters into'),\n",
- " ('etch', 'carve or cut a design or letters into'),\n",
+ " 'clues': [('etch', 'carve or cut a design or letters into'),\n",
+ " ('grave', 'carve, cut, or etch into a material or surface'),\n",
+ " ('engrave',\n",
+ " 'carve or cut into a block used for printing or print from such a block'),\n",
" ('inscribe', 'carve, cut, or etch into a material or surface'),\n",
" ('scratch', 'carve, cut, or etch into a material or surface')]},\n",
" {'answer': 'engrossed',\n",
" 'hint': 'synonyms for engrossed',\n",
- " 'clues': [('absorb', \"consume all of one's attention or time\"),\n",
- " ('engage', \"consume all of one's attention or time\"),\n",
- " ('engulf', 'devote (oneself) fully to'),\n",
- " ('plunge', 'devote (oneself) fully to'),\n",
- " ('engross', 'devote (oneself) fully to'),\n",
- " ('occupy', \"consume all of one's attention or time\"),\n",
+ " 'clues': [('steep', 'devote (oneself) fully to'),\n",
+ " ('absorb', \"consume all of one's attention or time\"),\n",
" ('immerse', 'devote (oneself) fully to'),\n",
+ " ('plunge', 'devote (oneself) fully to'),\n",
+ " ('engulf', 'devote (oneself) fully to'),\n",
" ('soak up', 'devote (oneself) fully to'),\n",
- " ('steep', 'devote (oneself) fully to')]},\n",
+ " ('engage', \"consume all of one's attention or time\"),\n",
+ " ('engross', \"consume all of one's attention or time\"),\n",
+ " ('occupy', \"consume all of one's attention or time\")]},\n",
" {'answer': 'engrossing',\n",
" 'hint': 'synonyms for engrossing',\n",
- " 'clues': [('absorb', \"consume all of one's attention or time\"),\n",
- " ('engage', \"consume all of one's attention or time\"),\n",
- " ('engulf', 'devote (oneself) fully to'),\n",
- " ('plunge', 'devote (oneself) fully to'),\n",
- " ('engross', 'devote (oneself) fully to'),\n",
- " ('occupy', \"consume all of one's attention or time\"),\n",
+ " 'clues': [('steep', 'devote (oneself) fully to'),\n",
+ " ('absorb', \"consume all of one's attention or time\"),\n",
" ('immerse', 'devote (oneself) fully to'),\n",
+ " ('plunge', 'devote (oneself) fully to'),\n",
+ " ('engulf', 'devote (oneself) fully to'),\n",
" ('soak up', 'devote (oneself) fully to'),\n",
- " ('steep', 'devote (oneself) fully to')]},\n",
+ " ('engage', \"consume all of one's attention or time\"),\n",
+ " ('engross', \"consume all of one's attention or time\"),\n",
+ " ('occupy', \"consume all of one's attention or time\")]},\n",
" {'answer': 'enkindled',\n",
" 'hint': 'synonyms for enkindled',\n",
- " 'clues': [('raise', 'call forth (emotions, feelings, and responses)'),\n",
- " ('kindle', 'cause to start burning'),\n",
+ " 'clues': [('enkindle', 'cause to start burning'),\n",
+ " ('provoke', 'call forth (emotions, feelings, and responses)'),\n",
" ('conflagrate', 'cause to start burning'),\n",
- " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('raise', 'call forth (emotions, feelings, and responses)'),\n",
" ('fire', 'call forth (emotions, feelings, and responses)'),\n",
- " ('provoke', 'call forth (emotions, feelings, and responses)'),\n",
- " ('arouse', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
" ('elicit', 'call forth (emotions, feelings, and responses)'),\n",
- " ('inflame', 'cause to start burning')]},\n",
+ " ('inflame', 'cause to start burning'),\n",
+ " ('arouse', 'call forth (emotions, feelings, and responses)')]},\n",
" {'answer': 'enlarged',\n",
" 'hint': 'synonyms for enlarged',\n",
- " 'clues': [('magnify', 'make large'),\n",
+ " 'clues': [('expound',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('enlarge', 'make large'),\n",
" ('elaborate',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('expatiate',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('lucubrate',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('expand',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('blow up', 'make large'),\n",
- " ('flesh out',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('exposit',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('expound',\n",
+ " ('expatiate',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('dilate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('blow up', 'make large'),\n",
+ " ('flesh out',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('magnify', 'make large'),\n",
+ " ('lucubrate',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing')]},\n",
" {'answer': 'enlightened',\n",
" 'hint': 'synonyms for enlightened',\n",
- " 'clues': [('straighten out',\n",
- " 'make free from confusion or ambiguity; make clear'),\n",
- " ('irradiate', 'give spiritual insight to; in religion'),\n",
+ " 'clues': [('clear', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
" ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear', 'make free from confusion or ambiguity; make clear'),\n",
- " ('crystallize', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
- " ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('edify', 'make understand'),\n",
+ " ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('irradiate', 'give spiritual insight to; in religion'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
+ " ('crystalise', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'enlightening',\n",
" 'hint': 'synonyms for enlightening',\n",
- " 'clues': [('straighten out',\n",
- " 'make free from confusion or ambiguity; make clear'),\n",
- " ('irradiate', 'give spiritual insight to; in religion'),\n",
+ " 'clues': [('clear', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
" ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear', 'make free from confusion or ambiguity; make clear'),\n",
- " ('crystallize', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
- " ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('edify', 'make understand'),\n",
+ " ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('irradiate', 'give spiritual insight to; in religion'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illuminate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
+ " ('crystalise', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'enlivened',\n",
" 'hint': 'synonyms for enlivened',\n",
- " 'clues': [('liven', 'make lively'),\n",
+ " 'clues': [('inspire', 'heighten or intensify'),\n",
+ " ('liven up', 'make lively'),\n",
+ " ('enliven', 'make lively'),\n",
+ " ('invigorate', 'make lively'),\n",
+ " ('liven', 'make lively'),\n",
" ('animate', 'make lively'),\n",
- " ('invigorate', 'heighten or intensify'),\n",
- " ('enliven', 'heighten or intensify'),\n",
- " ('exalt', 'heighten or intensify'),\n",
- " ('inspire', 'heighten or intensify'),\n",
- " ('liven up', 'make lively')]},\n",
+ " ('exalt', 'heighten or intensify')]},\n",
" {'answer': 'enlivening',\n",
" 'hint': 'synonyms for enlivening',\n",
- " 'clues': [('liven', 'make lively'),\n",
+ " 'clues': [('inspire', 'heighten or intensify'),\n",
+ " ('liven up', 'make lively'),\n",
+ " ('enliven', 'make lively'),\n",
+ " ('invigorate', 'make lively'),\n",
+ " ('liven', 'make lively'),\n",
" ('animate', 'make lively'),\n",
- " ('invigorate', 'heighten or intensify'),\n",
- " ('enliven', 'heighten or intensify'),\n",
- " ('exalt', 'heighten or intensify'),\n",
- " ('inspire', 'heighten or intensify'),\n",
- " ('liven up', 'make lively')]},\n",
+ " ('exalt', 'heighten or intensify')]},\n",
" {'answer': 'ennobling',\n",
" 'hint': 'synonyms for ennobling',\n",
" 'clues': [('dignify', 'confer dignity or honor upon'),\n",
+ " ('gentle',\n",
+ " 'give a title to someone; make someone a member of the nobility'),\n",
" ('ennoble', 'confer dignity or honor upon'),\n",
" ('entitle',\n",
- " 'give a title to someone; make someone a member of the nobility'),\n",
- " ('gentle',\n",
" 'give a title to someone; make someone a member of the nobility')]},\n",
" {'answer': 'enraptured',\n",
" 'hint': 'synonyms for enraptured',\n",
- " 'clues': [('ravish', 'hold spellbound'),\n",
+ " 'clues': [('enthral', 'hold spellbound'),\n",
" ('transport', 'hold spellbound'),\n",
+ " ('delight', 'hold spellbound'),\n",
+ " ('ravish', 'hold spellbound'),\n",
" ('enchant', 'hold spellbound'),\n",
- " ('enthral', 'hold spellbound'),\n",
- " ('enrapture', 'hold spellbound'),\n",
- " ('delight', 'hold spellbound')]},\n",
+ " ('enrapture', 'hold spellbound')]},\n",
" {'answer': 'entangled',\n",
" 'hint': 'synonyms for entangled',\n",
- " 'clues': [('snarl', 'twist together or entwine into a confusing mass'),\n",
- " ('tangle', 'twist together or entwine into a confusing mass'),\n",
+ " 'clues': [('entangle', 'twist together or entwine into a confusing mass'),\n",
+ " ('mat', 'twist together or entwine into a confusing mass'),\n",
" ('mire', 'entrap'),\n",
- " ('mat', 'twist together or entwine into a confusing mass')]},\n",
+ " ('snarl', 'twist together or entwine into a confusing mass')]},\n",
" {'answer': 'entertained',\n",
" 'hint': 'synonyms for entertained',\n",
" 'clues': [('nurse', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('hold', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('entertain', 'take into consideration, have in view'),\n",
" ('think of', 'take into consideration, have in view'),\n",
- " ('toy with', 'take into consideration, have in view'),\n",
" ('harbor', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('flirt with', 'take into consideration, have in view'),\n",
- " ('think about', 'take into consideration, have in view')]},\n",
+ " ('hold', 'maintain (a theory, thoughts, or feelings)'),\n",
+ " ('entertain', 'provide entertainment for'),\n",
+ " ('think about', 'take into consideration, have in view'),\n",
+ " ('toy with', 'take into consideration, have in view'),\n",
+ " ('flirt with', 'take into consideration, have in view')]},\n",
" {'answer': 'entertaining',\n",
" 'hint': 'synonyms for entertaining',\n",
" 'clues': [('nurse', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('hold', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('entertain', 'take into consideration, have in view'),\n",
" ('think of', 'take into consideration, have in view'),\n",
- " ('toy with', 'take into consideration, have in view'),\n",
" ('harbor', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('flirt with', 'take into consideration, have in view'),\n",
- " ('think about', 'take into consideration, have in view')]},\n",
+ " ('hold', 'maintain (a theory, thoughts, or feelings)'),\n",
+ " ('entertain', 'provide entertainment for'),\n",
+ " ('think about', 'take into consideration, have in view'),\n",
+ " ('toy with', 'take into consideration, have in view'),\n",
+ " ('flirt with', 'take into consideration, have in view')]},\n",
" {'answer': 'enthralled',\n",
" 'hint': 'synonyms for enthralled',\n",
- " 'clues': [('ravish', 'hold spellbound'),\n",
+ " 'clues': [('enthral', 'hold spellbound'),\n",
" ('transport', 'hold spellbound'),\n",
" ('enchant', 'hold spellbound'),\n",
- " ('enthral', 'hold spellbound'),\n",
" ('enrapture', 'hold spellbound'),\n",
- " ('delight', 'hold spellbound')]},\n",
+ " ('delight', 'hold spellbound'),\n",
+ " ('ravish', 'hold spellbound')]},\n",
" {'answer': 'enthralling',\n",
" 'hint': 'synonyms for enthralling',\n",
- " 'clues': [('ravish', 'hold spellbound'),\n",
+ " 'clues': [('enthral', 'hold spellbound'),\n",
" ('transport', 'hold spellbound'),\n",
" ('enchant', 'hold spellbound'),\n",
- " ('enthral', 'hold spellbound'),\n",
" ('enrapture', 'hold spellbound'),\n",
- " ('delight', 'hold spellbound')]},\n",
+ " ('delight', 'hold spellbound'),\n",
+ " ('ravish', 'hold spellbound')]},\n",
" {'answer': 'entitled',\n",
" 'hint': 'synonyms for entitled',\n",
- " 'clues': [('ennoble',\n",
- " 'give a title to someone; make someone a member of the nobility'),\n",
- " ('entitle',\n",
+ " 'clues': [('gentle',\n",
" 'give a title to someone; make someone a member of the nobility'),\n",
+ " ('entitle', 'give the right to'),\n",
" ('title', 'give a title to'),\n",
- " ('gentle',\n",
+ " ('ennoble',\n",
" 'give a title to someone; make someone a member of the nobility')]},\n",
" {'answer': 'entranced',\n",
" 'hint': 'synonyms for entranced',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
+ " 'clues': [('spellbind', 'put into a trance'),\n",
+ " ('catch', 'attract; cause to be enamored'),\n",
+ " ('entrance', 'put into a trance'),\n",
" ('bewitch', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
" ('enamour', 'attract; cause to be enamored'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
- " ('spellbind', 'put into a trance'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored')]},\n",
+ " ('charm', 'attract; cause to be enamored'),\n",
+ " ('becharm', 'attract; cause to be enamored')]},\n",
" {'answer': 'entrancing',\n",
" 'hint': 'synonyms for entrancing',\n",
- " 'clues': [('trance', 'attract; cause to be enamored'),\n",
+ " 'clues': [('spellbind', 'put into a trance'),\n",
+ " ('catch', 'attract; cause to be enamored'),\n",
+ " ('entrance', 'put into a trance'),\n",
" ('bewitch', 'attract; cause to be enamored'),\n",
- " ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
" ('enamour', 'attract; cause to be enamored'),\n",
" ('fascinate', 'attract; cause to be enamored'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
- " ('spellbind', 'put into a trance'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored')]},\n",
+ " ('charm', 'attract; cause to be enamored'),\n",
+ " ('becharm', 'attract; cause to be enamored')]},\n",
" {'answer': 'entrenched',\n",
" 'hint': 'synonyms for entrenched',\n",
- " 'clues': [('encroach', 'impinge or infringe upon'),\n",
- " ('entrench', 'occupy a trench or secured area'),\n",
- " ('impinge', 'impinge or infringe upon'),\n",
- " ('dig in', 'occupy a trench or secured area')]},\n",
+ " 'clues': [('entrench', 'occupy a trench or secured area'),\n",
+ " ('encroach', 'impinge or infringe upon'),\n",
+ " ('dig in', 'occupy a trench or secured area'),\n",
+ " ('impinge', 'impinge or infringe upon')]},\n",
" {'answer': 'enveloping',\n",
" 'hint': 'synonyms for enveloping',\n",
- " 'clues': [('enwrap',\n",
+ " 'clues': [('wrap',\n",
" 'enclose or enfold completely with or as if with a covering'),\n",
- " ('enclose', 'enclose or enfold completely with or as if with a covering'),\n",
" ('enfold', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('wrap', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('envelop',\n",
+ " ('enclose', 'enclose or enfold completely with or as if with a covering'),\n",
+ " ('envelop', 'enclose or enfold completely with or as if with a covering'),\n",
+ " ('enwrap',\n",
" 'enclose or enfold completely with or as if with a covering')]},\n",
" {'answer': 'envisioned',\n",
" 'hint': 'synonyms for envisioned',\n",
- " 'clues': [('fancy', \"imagine; conceive of; see in one's mind\"),\n",
+ " 'clues': [('see', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('foresee', 'picture to oneself; imagine possible'),\n",
" ('envision', 'picture to oneself; imagine possible'),\n",
- " ('see', \"imagine; conceive of; see in one's mind\"),\n",
- " ('image', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('visualize', \"imagine; conceive of; see in one's mind\"),\n",
" ('figure', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('picture', \"imagine; conceive of; see in one's mind\"),\n",
" ('project', \"imagine; conceive of; see in one's mind\"),\n",
- " ('visualize', \"imagine; conceive of; see in one's mind\"),\n",
- " ('foresee', 'picture to oneself; imagine possible'),\n",
- " ('picture', \"imagine; conceive of; see in one's mind\")]},\n",
+ " ('image', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('fancy', \"imagine; conceive of; see in one's mind\")]},\n",
" {'answer': 'enwrapped',\n",
" 'hint': 'synonyms for enwrapped',\n",
- " 'clues': [('enwrap',\n",
+ " 'clues': [('wrap',\n",
" 'enclose or enfold completely with or as if with a covering'),\n",
- " ('enclose', 'enclose or enfold completely with or as if with a covering'),\n",
" ('enfold', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('wrap', 'enclose or enfold completely with or as if with a covering'),\n",
- " ('envelop',\n",
+ " ('enclose', 'enclose or enfold completely with or as if with a covering'),\n",
+ " ('envelop', 'enclose or enfold completely with or as if with a covering'),\n",
+ " ('enwrap',\n",
" 'enclose or enfold completely with or as if with a covering')]},\n",
" {'answer': 'equal',\n",
" 'hint': 'synonyms for equal',\n",
- " 'clues': [('match', 'be equal to in quality or ability'),\n",
+ " 'clues': [('touch', 'be equal to in quality or ability'),\n",
" ('be', 'be identical or equivalent to'),\n",
- " ('touch', 'be equal to in quality or ability'),\n",
- " ('equalise', 'make equal, uniform, corresponding, or matching'),\n",
" ('rival', 'be equal to in quality or ability'),\n",
+ " ('match', 'make equal, uniform, corresponding, or matching'),\n",
+ " ('equalise', 'make equal, uniform, corresponding, or matching'),\n",
" ('equate', 'make equal, uniform, corresponding, or matching')]},\n",
" {'answer': 'equipped',\n",
" 'hint': 'synonyms for equipped',\n",
- " 'clues': [('outfit',\n",
+ " 'clues': [('fit out',\n",
" 'provide with (something) usually for a specific purpose'),\n",
- " ('fit out', 'provide with (something) usually for a specific purpose'),\n",
+ " ('outfit', 'provide with (something) usually for a specific purpose'),\n",
" ('equip', 'provide with (something) usually for a specific purpose'),\n",
" ('fit', 'provide with (something) usually for a specific purpose')]},\n",
" {'answer': 'erect',\n",
" 'hint': 'synonyms for erect',\n",
" 'clues': [('raise', 'construct, build, or erect'),\n",
- " ('set up', 'construct, build, or erect'),\n",
- " ('rear', 'cause to rise up'),\n",
- " ('put up', 'construct, build, or erect')]},\n",
+ " ('rear', 'construct, build, or erect'),\n",
+ " ('put up', 'construct, build, or erect'),\n",
+ " ('set up', 'construct, build, or erect')]},\n",
" {'answer': 'eroded',\n",
" 'hint': 'synonyms for eroded',\n",
" 'clues': [('gnaw at', 'become ground down or deteriorate'),\n",
- " ('wear away', 'become ground down or deteriorate'),\n",
- " ('erode', 'remove soil or rock'),\n",
- " ('fret', 'remove soil or rock'),\n",
" ('eat at', 'become ground down or deteriorate'),\n",
+ " ('erode', 'become ground down or deteriorate'),\n",
" ('gnaw', 'become ground down or deteriorate'),\n",
+ " ('wear away', 'become ground down or deteriorate'),\n",
+ " ('fret', 'remove soil or rock'),\n",
" ('eat away', 'remove soil or rock')]},\n",
" {'answer': 'erring',\n",
" 'hint': 'synonyms for erring',\n",
- " 'clues': [('slip', 'to make a mistake or be incorrect'),\n",
+ " 'clues': [('mistake', 'to make a mistake or be incorrect'),\n",
+ " ('err', 'to make a mistake or be incorrect'),\n",
+ " ('stray', 'wander from a direct course or at random'),\n",
" ('drift', 'wander from a direct course or at random'),\n",
- " ('mistake', 'to make a mistake or be incorrect'),\n",
- " ('err', 'wander from a direct course or at random'),\n",
- " ('stray', 'wander from a direct course or at random')]},\n",
+ " ('slip', 'to make a mistake or be incorrect')]},\n",
" {'answer': 'escaped',\n",
" 'hint': 'synonyms for escaped',\n",
- " 'clues': [('get away', 'run away from confinement'),\n",
- " ('escape', 'issue or leak, as from a small opening'),\n",
- " ('hightail it', \"flee; take to one's heels; cut and run\"),\n",
- " ('get out',\n",
+ " 'clues': [('lam', \"flee; take to one's heels; cut and run\"),\n",
+ " ('escape', 'fail to experience'),\n",
+ " ('turn tail', \"flee; take to one's heels; cut and run\"),\n",
+ " ('take to the woods', \"flee; take to one's heels; cut and run\"),\n",
+ " ('scat', \"flee; take to one's heels; cut and run\"),\n",
+ " ('get by',\n",
" 'escape potentially unpleasant consequences; get away with a forbidden action'),\n",
- " ('lam', \"flee; take to one's heels; cut and run\"),\n",
- " ('scarper', \"flee; take to one's heels; cut and run\"),\n",
" ('break loose', 'run away from confinement'),\n",
- " ('break away', \"flee; take to one's heels; cut and run\"),\n",
- " ('miss', 'fail to experience'),\n",
- " ('take to the woods', \"flee; take to one's heels; cut and run\"),\n",
" ('bunk', \"flee; take to one's heels; cut and run\"),\n",
- " ('turn tail', \"flee; take to one's heels; cut and run\"),\n",
" ('get off',\n",
" 'escape potentially unpleasant consequences; get away with a forbidden action'),\n",
- " ('elude', 'be incomprehensible to; escape understanding by'),\n",
" ('fly the coop', \"flee; take to one's heels; cut and run\"),\n",
- " ('get by',\n",
+ " ('get away', 'run away from confinement'),\n",
+ " ('scarper', \"flee; take to one's heels; cut and run\"),\n",
+ " ('head for the hills', \"flee; take to one's heels; cut and run\"),\n",
+ " ('break away', \"flee; take to one's heels; cut and run\"),\n",
+ " ('get out',\n",
" 'escape potentially unpleasant consequences; get away with a forbidden action'),\n",
" ('run', \"flee; take to one's heels; cut and run\"),\n",
- " ('head for the hills', \"flee; take to one's heels; cut and run\"),\n",
- " ('scat', \"flee; take to one's heels; cut and run\"),\n",
- " ('run away', \"flee; take to one's heels; cut and run\")]},\n",
+ " ('hightail it', \"flee; take to one's heels; cut and run\"),\n",
+ " ('run away', \"flee; take to one's heels; cut and run\"),\n",
+ " ('elude', 'be incomprehensible to; escape understanding by'),\n",
+ " ('miss', 'fail to experience')]},\n",
" {'answer': 'established',\n",
" 'hint': 'synonyms for established',\n",
- " 'clues': [('shew',\n",
- " 'establish the validity of something, as by an example, explanation or experiment'),\n",
- " ('set up', 'place'),\n",
- " ('base', 'use as a basis for; found on'),\n",
+ " 'clues': [('build', 'build or establish something abstract'),\n",
" ('make', 'institute, enact, or establish'),\n",
- " ('give', 'bring about'),\n",
- " ('found', 'set up or lay the groundwork for'),\n",
- " ('establish', 'build or establish something abstract'),\n",
- " ('prove',\n",
+ " ('institute', 'set up or lay the groundwork for'),\n",
+ " ('establish', 'set up or lay the groundwork for'),\n",
+ " ('shew',\n",
" 'establish the validity of something, as by an example, explanation or experiment'),\n",
- " ('build', 'build or establish something abstract'),\n",
- " ('launch', 'set up or found'),\n",
- " ('install', 'place'),\n",
+ " ('plant', 'set up or lay the groundwork for'),\n",
+ " ('give', 'bring about'),\n",
" ('show',\n",
" 'establish the validity of something, as by an example, explanation or experiment'),\n",
- " ('institute', 'set up or lay the groundwork for'),\n",
" ('ground', 'use as a basis for; found on'),\n",
- " ('plant', 'set up or lay the groundwork for'),\n",
- " ('constitute', 'set up or lay the groundwork for'),\n",
+ " ('set up', 'set up or found'),\n",
+ " ('base', 'use as a basis for; found on'),\n",
+ " ('instal', 'place'),\n",
" ('lay down', 'institute, enact, or establish'),\n",
+ " ('found', 'set up or lay the groundwork for'),\n",
+ " ('launch', 'set up or found'),\n",
" ('demonstrate',\n",
- " 'establish the validity of something, as by an example, explanation or experiment')]},\n",
+ " 'establish the validity of something, as by an example, explanation or experiment'),\n",
+ " ('prove',\n",
+ " 'establish the validity of something, as by an example, explanation or experiment'),\n",
+ " ('constitute', 'set up or lay the groundwork for')]},\n",
" {'answer': 'esteemed',\n",
" 'hint': 'synonyms for esteemed',\n",
- " 'clues': [('prize', 'regard highly; think much of'),\n",
- " ('prise', 'regard highly; think much of'),\n",
- " ('esteem', 'look on as or consider'),\n",
- " ('look upon', 'look on as or consider'),\n",
- " ('think of', 'look on as or consider'),\n",
+ " 'clues': [('repute', 'look on as or consider'),\n",
+ " ('esteem', 'regard highly; think much of'),\n",
" ('respect', 'regard highly; think much of'),\n",
- " ('repute', 'look on as or consider'),\n",
+ " ('think of', 'look on as or consider'),\n",
+ " ('regard as', 'look on as or consider'),\n",
+ " ('look on', 'look on as or consider'),\n",
" ('take to be', 'look on as or consider'),\n",
- " ('value', 'regard highly; think much of'),\n",
- " ('regard as', 'look on as or consider')]},\n",
+ " ('prize', 'regard highly; think much of'),\n",
+ " ('prise', 'regard highly; think much of'),\n",
+ " ('value', 'regard highly; think much of')]},\n",
" {'answer': 'estranged',\n",
" 'hint': 'synonyms for estranged',\n",
- " 'clues': [('alienate',\n",
- " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
- " ('estrange',\n",
- " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
+ " 'clues': [('estrange',\n",
+ " 'remove from customary environment or associations'),\n",
" ('disaffect',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
+ " ('alienate',\n",
+ " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
" ('alien',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness')]},\n",
" {'answer': 'estranging',\n",
" 'hint': 'synonyms for estranging',\n",
- " 'clues': [('alienate',\n",
- " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
- " ('estrange',\n",
- " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
+ " 'clues': [('estrange',\n",
+ " 'remove from customary environment or associations'),\n",
" ('disaffect',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
+ " ('alienate',\n",
+ " 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness'),\n",
" ('alien',\n",
" 'arouse hostility or indifference in where there had formerly been love, affection, or friendliness')]},\n",
" {'answer': 'evaporated',\n",
" 'hint': 'synonyms for evaporated',\n",
- " 'clues': [('evaporate', 'become less intense and fade away gradually'),\n",
- " ('vaporise', 'cause to change into a vapor'),\n",
+ " 'clues': [('vaporise', 'cause to change into a vapor'),\n",
" ('disappear', 'become less intense and fade away gradually'),\n",
+ " ('evaporate', 'change into a vapor'),\n",
" ('melt', 'become less intense and fade away gradually')]},\n",
" {'answer': 'evidenced',\n",
" 'hint': 'synonyms for evidenced',\n",
- " 'clues': [('tell', 'give evidence'),\n",
- " ('prove', 'provide evidence for'),\n",
- " ('certify',\n",
+ " 'clues': [('manifest',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
- " ('testify', 'provide evidence for'),\n",
- " ('manifest',\n",
+ " ('bear witness', 'provide evidence for'),\n",
+ " ('certify',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
- " ('show', 'provide evidence for'),\n",
" ('evidence', 'provide evidence for'),\n",
+ " ('prove', 'provide evidence for'),\n",
+ " ('testify', 'provide evidence for'),\n",
" ('demonstrate',\n",
" \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
- " ('bear witness', 'provide evidence for'),\n",
" ('attest',\n",
- " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\")]},\n",
+ " \"provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes\"),\n",
+ " ('show', 'provide evidence for'),\n",
+ " ('tell', 'give evidence')]},\n",
" {'answer': 'evoked',\n",
" 'hint': 'synonyms for evoked',\n",
- " 'clues': [('draw out', 'deduce (a principle) or construe (a meaning)'),\n",
+ " 'clues': [('call forth', 'evoke or provoke to appear or occur'),\n",
" ('raise', 'call forth (emotions, feelings, and responses)'),\n",
- " ('elicit', 'deduce (a principle) or construe (a meaning)'),\n",
- " ('arouse',\n",
- " 'summon into action or bring into existence, often as if by magic'),\n",
- " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
- " ('stir',\n",
- " 'summon into action or bring into existence, often as if by magic'),\n",
- " ('fire', 'call forth (emotions, feelings, and responses)'),\n",
- " ('educe', 'deduce (a principle) or construe (a meaning)'),\n",
- " ('extract', 'deduce (a principle) or construe (a meaning)'),\n",
- " ('call forth', 'evoke or provoke to appear or occur'),\n",
- " ('conjure',\n",
+ " ('invoke',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('put forward',\n",
+ " ('enkindle', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('call down',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('invoke',\n",
+ " ('conjure up',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
" ('bring up',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('conjure up',\n",
+ " ('extract', 'deduce (a principle) or construe (a meaning)'),\n",
+ " ('stir',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('paint a picture', 'call to mind'),\n",
- " ('kindle', 'call forth (emotions, feelings, and responses)'),\n",
- " ('provoke', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('put forward',\n",
+ " 'summon into action or bring into existence, often as if by magic'),\n",
+ " ('provoke', 'evoke or provoke to appear or occur'),\n",
+ " ('arouse', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('draw out', 'deduce (a principle) or construe (a meaning)'),\n",
+ " ('evoke', 'evoke or provoke to appear or occur'),\n",
+ " ('educe', 'deduce (a principle) or construe (a meaning)'),\n",
+ " ('suggest', 'call to mind'),\n",
" ('kick up', 'evoke or provoke to appear or occur'),\n",
- " ('call down',\n",
+ " ('conjure',\n",
" 'summon into action or bring into existence, often as if by magic'),\n",
- " ('suggest', 'call to mind')]},\n",
+ " ('elicit', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('paint a picture', 'call to mind'),\n",
+ " ('fire', 'call forth (emotions, feelings, and responses)')]},\n",
" {'answer': 'exacerbating',\n",
" 'hint': 'synonyms for exacerbating',\n",
- " 'clues': [('aggravate', 'exasperate or irritate'),\n",
+ " 'clues': [('exasperate', 'make worse'),\n",
" ('exacerbate', 'exasperate or irritate'),\n",
- " ('exasperate', 'exasperate or irritate'),\n",
- " ('worsen', 'make worse')]},\n",
+ " ('worsen', 'make worse'),\n",
+ " ('aggravate', 'exasperate or irritate')]},\n",
" {'answer': 'exacting',\n",
" 'hint': 'synonyms for exacting',\n",
" 'clues': [('demand', 'claim as due or just'),\n",
" ('claim',\n",
" 'take as an undesirable consequence of some event or state of affairs'),\n",
- " ('exact',\n",
- " 'take as an undesirable consequence of some event or state of affairs'),\n",
" ('take',\n",
+ " 'take as an undesirable consequence of some event or state of affairs'),\n",
+ " ('exact',\n",
" 'take as an undesirable consequence of some event or state of affairs')]},\n",
" {'answer': 'exaggerated',\n",
" 'hint': 'synonyms for exaggerated',\n",
- " 'clues': [('hyperbolise', 'to enlarge beyond bounds or the truth'),\n",
- " ('amplify', 'to enlarge beyond bounds or the truth'),\n",
+ " 'clues': [('amplify', 'to enlarge beyond bounds or the truth'),\n",
+ " ('hyperbolize', 'to enlarge beyond bounds or the truth'),\n",
" ('overdraw', 'to enlarge beyond bounds or the truth'),\n",
- " ('exaggerate', 'do something to an excessive degree'),\n",
+ " ('exaggerate', 'to enlarge beyond bounds or the truth'),\n",
" ('overdo', 'do something to an excessive degree'),\n",
" ('magnify', 'to enlarge beyond bounds or the truth'),\n",
" ('overstate', 'to enlarge beyond bounds or the truth')]},\n",
" {'answer': 'exalted',\n",
" 'hint': 'synonyms for exalted',\n",
- " 'clues': [('laud', 'praise, glorify, or honor'),\n",
- " ('glorify', 'praise, glorify, or honor'),\n",
- " ('beatify', 'fill with sublime emotion'),\n",
- " ('invigorate', 'heighten or intensify'),\n",
+ " 'clues': [('inspire', 'heighten or intensify'),\n",
" ('exalt', 'praise, glorify, or honor'),\n",
- " ('extol', 'praise, glorify, or honor'),\n",
- " ('enliven', 'heighten or intensify'),\n",
+ " ('laud', 'praise, glorify, or honor'),\n",
" ('thrill', 'fill with sublime emotion'),\n",
+ " ('extol', 'praise, glorify, or honor'),\n",
+ " ('beatify', 'fill with sublime emotion'),\n",
+ " ('proclaim', 'praise, glorify, or honor'),\n",
+ " ('invigorate', 'heighten or intensify'),\n",
" ('tickle pink', 'fill with sublime emotion'),\n",
+ " ('glorify', 'praise, glorify, or honor'),\n",
" ('exhilarate', 'fill with sublime emotion'),\n",
- " ('proclaim', 'praise, glorify, or honor'),\n",
- " ('inspire', 'heighten or intensify'),\n",
" ('inebriate', 'fill with sublime emotion'),\n",
+ " ('enliven', 'heighten or intensify'),\n",
" ('animate', 'heighten or intensify')]},\n",
" {'answer': 'exalting',\n",
" 'hint': 'synonyms for exalting',\n",
- " 'clues': [('laud', 'praise, glorify, or honor'),\n",
- " ('glorify', 'praise, glorify, or honor'),\n",
- " ('beatify', 'fill with sublime emotion'),\n",
- " ('invigorate', 'heighten or intensify'),\n",
+ " 'clues': [('inspire', 'heighten or intensify'),\n",
" ('exalt', 'praise, glorify, or honor'),\n",
- " ('extol', 'praise, glorify, or honor'),\n",
- " ('enliven', 'heighten or intensify'),\n",
+ " ('laud', 'praise, glorify, or honor'),\n",
" ('thrill', 'fill with sublime emotion'),\n",
+ " ('extol', 'praise, glorify, or honor'),\n",
+ " ('beatify', 'fill with sublime emotion'),\n",
+ " ('proclaim', 'praise, glorify, or honor'),\n",
+ " ('invigorate', 'heighten or intensify'),\n",
" ('tickle pink', 'fill with sublime emotion'),\n",
+ " ('glorify', 'praise, glorify, or honor'),\n",
" ('exhilarate', 'fill with sublime emotion'),\n",
- " ('proclaim', 'praise, glorify, or honor'),\n",
- " ('inspire', 'heighten or intensify'),\n",
" ('inebriate', 'fill with sublime emotion'),\n",
+ " ('enliven', 'heighten or intensify'),\n",
" ('animate', 'heighten or intensify')]},\n",
" {'answer': 'exasperated',\n",
" 'hint': 'synonyms for exasperated',\n",
- " 'clues': [('aggravate', 'exasperate or irritate'),\n",
- " ('worsen', 'make worse'),\n",
+ " 'clues': [('exasperate', 'make worse'),\n",
+ " ('infuriate', 'make furious'),\n",
+ " ('exacerbate', 'make worse'),\n",
" ('incense', 'make furious'),\n",
- " ('exacerbate', 'exasperate or irritate'),\n",
- " ('exasperate', 'exasperate or irritate'),\n",
- " ('infuriate', 'make furious')]},\n",
+ " ('aggravate', 'make worse'),\n",
+ " ('worsen', 'make worse')]},\n",
" {'answer': 'exasperating',\n",
" 'hint': 'synonyms for exasperating',\n",
- " 'clues': [('aggravate', 'exasperate or irritate'),\n",
- " ('worsen', 'make worse'),\n",
+ " 'clues': [('exasperate', 'make worse'),\n",
+ " ('infuriate', 'make furious'),\n",
+ " ('exacerbate', 'make worse'),\n",
" ('incense', 'make furious'),\n",
- " ('exacerbate', 'exasperate or irritate'),\n",
- " ('exasperate', 'exasperate or irritate'),\n",
- " ('infuriate', 'make furious')]},\n",
+ " ('aggravate', 'make worse'),\n",
+ " ('worsen', 'make worse')]},\n",
" {'answer': 'exceeding',\n",
" 'hint': 'synonyms for exceeding',\n",
- " 'clues': [('outstrip', 'be or do something to a greater degree'),\n",
- " ('transcend', 'be superior or better than some standard'),\n",
- " ('surpass', 'be or do something to a greater degree'),\n",
- " ('overstep', 'be superior or better than some standard'),\n",
- " ('exceed', 'be greater in scope or size than some standard'),\n",
- " ('pass', 'be superior or better than some standard'),\n",
- " ('outperform', 'be or do something to a greater degree'),\n",
- " ('outmatch', 'be or do something to a greater degree'),\n",
- " ('outgo', 'be or do something to a greater degree'),\n",
+ " 'clues': [('transcend', 'be superior or better than some standard'),\n",
+ " ('outstrip', 'be or do something to a greater degree'),\n",
" ('outdo', 'be or do something to a greater degree'),\n",
+ " ('exceed', 'be or do something to a greater degree'),\n",
+ " ('outperform', 'be or do something to a greater degree'),\n",
" ('surmount', 'be or do something to a greater degree'),\n",
+ " ('pass', 'be superior or better than some standard'),\n",
+ " ('go past', 'be superior or better than some standard'),\n",
+ " ('outgo', 'be or do something to a greater degree'),\n",
" ('top', 'be superior or better than some standard'),\n",
- " ('go past', 'be superior or better than some standard')]},\n",
+ " ('overstep', 'be superior or better than some standard'),\n",
+ " ('outmatch', 'be or do something to a greater degree'),\n",
+ " ('surpass', 'be or do something to a greater degree')]},\n",
" {'answer': 'exchanged',\n",
" 'hint': 'synonyms for exchanged',\n",
- " 'clues': [('substitute',\n",
+ " 'clues': [('exchange',\n",
+ " 'put in the place of another; switch seemingly equivalent items'),\n",
+ " ('interchange',\n",
" 'put in the place of another; switch seemingly equivalent items'),\n",
" ('commute',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
" ('convert',\n",
" 'exchange or replace with another, usually of the same kind or category'),\n",
- " ('exchange',\n",
- " 'hand over one and receive another, approximately equivalent'),\n",
" ('switch', 'change over, change around, as to a new order or sequence'),\n",
- " ('interchange',\n",
+ " ('switch over',\n",
+ " 'change over, change around, as to a new order or sequence'),\n",
+ " ('substitute',\n",
" 'put in the place of another; switch seemingly equivalent items'),\n",
" ('replace',\n",
- " 'put in the place of another; switch seemingly equivalent items'),\n",
- " ('switch over',\n",
- " 'change over, change around, as to a new order or sequence')]},\n",
+ " 'put in the place of another; switch seemingly equivalent items')]},\n",
" {'answer': 'excited',\n",
" 'hint': 'synonyms for excited',\n",
- " 'clues': [('stimulate', 'stir feelings in'),\n",
- " ('excite', 'stir feelings in'),\n",
- " ('shake', 'stir the feelings, emotions, or peace of'),\n",
+ " 'clues': [('excite', 'stir feelings in'),\n",
+ " ('commove', 'cause to be agitated, excited, or roused'),\n",
+ " ('arouse', 'stimulate sexually'),\n",
" ('shake up', 'stir the feelings, emotions, or peace of'),\n",
+ " ('shake', 'stir the feelings, emotions, or peace of'),\n",
+ " ('stimulate', 'stir the feelings, emotions, or peace of'),\n",
" ('charge', 'cause to be agitated, excited, or roused'),\n",
- " ('stir', 'stir the feelings, emotions, or peace of'),\n",
- " ('wind up', 'stimulate sexually'),\n",
" ('turn on', 'cause to be agitated, excited, or roused'),\n",
- " ('charge up', 'cause to be agitated, excited, or roused'),\n",
- " ('rouse', 'cause to be agitated, excited, or roused'),\n",
" ('agitate', 'cause to be agitated, excited, or roused'),\n",
- " ('energise', 'raise to a higher energy level'),\n",
- " ('commove', 'cause to be agitated, excited, or roused'),\n",
- " ('sex', 'stimulate sexually')]},\n",
+ " ('stir', 'stir the feelings, emotions, or peace of'),\n",
+ " ('energize', 'raise to a higher energy level'),\n",
+ " ('charge up', 'cause to be agitated, excited, or roused'),\n",
+ " ('sex', 'stimulate sexually'),\n",
+ " ('wind up', 'stimulate sexually')]},\n",
" {'answer': 'exciting',\n",
" 'hint': 'synonyms for exciting',\n",
- " 'clues': [('stimulate', 'stir feelings in'),\n",
- " ('excite', 'stir feelings in'),\n",
- " ('shake', 'stir the feelings, emotions, or peace of'),\n",
+ " 'clues': [('excite', 'stir feelings in'),\n",
+ " ('commove', 'cause to be agitated, excited, or roused'),\n",
+ " ('arouse', 'stimulate sexually'),\n",
" ('shake up', 'stir the feelings, emotions, or peace of'),\n",
+ " ('shake', 'stir the feelings, emotions, or peace of'),\n",
+ " ('stimulate', 'stir the feelings, emotions, or peace of'),\n",
" ('charge', 'cause to be agitated, excited, or roused'),\n",
- " ('stir', 'stir the feelings, emotions, or peace of'),\n",
- " ('wind up', 'stimulate sexually'),\n",
" ('turn on', 'cause to be agitated, excited, or roused'),\n",
- " ('charge up', 'cause to be agitated, excited, or roused'),\n",
- " ('rouse', 'cause to be agitated, excited, or roused'),\n",
" ('agitate', 'cause to be agitated, excited, or roused'),\n",
- " ('energise', 'raise to a higher energy level'),\n",
- " ('commove', 'cause to be agitated, excited, or roused'),\n",
- " ('sex', 'stimulate sexually')]},\n",
+ " ('stir', 'stir the feelings, emotions, or peace of'),\n",
+ " ('energize', 'raise to a higher energy level'),\n",
+ " ('charge up', 'cause to be agitated, excited, or roused'),\n",
+ " ('sex', 'stimulate sexually'),\n",
+ " ('wind up', 'stimulate sexually')]},\n",
" {'answer': 'excruciating',\n",
" 'hint': 'synonyms for excruciating',\n",
- " 'clues': [('excruciate', 'subject to torture'),\n",
- " ('torment', 'torment emotionally or mentally'),\n",
- " ('rack', 'torment emotionally or mentally'),\n",
- " ('torture', 'subject to torture')]},\n",
+ " 'clues': [('torment', 'torment emotionally or mentally'),\n",
+ " ('excruciate', 'subject to torture'),\n",
+ " ('torture', 'subject to torture'),\n",
+ " ('rack', 'torment emotionally or mentally')]},\n",
" {'answer': 'exculpated',\n",
" 'hint': 'synonyms for exculpated',\n",
" 'clues': [('assoil', 'pronounce not guilty of criminal charges'),\n",
" ('exculpate', 'pronounce not guilty of criminal charges'),\n",
" ('acquit', 'pronounce not guilty of criminal charges'),\n",
+ " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
" ('clear', 'pronounce not guilty of criminal charges'),\n",
- " ('discharge', 'pronounce not guilty of criminal charges'),\n",
- " ('exonerate', 'pronounce not guilty of criminal charges')]},\n",
+ " ('discharge', 'pronounce not guilty of criminal charges')]},\n",
" {'answer': 'excused',\n",
" 'hint': 'synonyms for excused',\n",
- " 'clues': [('rationalise',\n",
- " 'defend, explain, clear away, or make excuses for by reasoning'),\n",
- " ('excuse', 'grant exemption or release to'),\n",
- " ('exempt', 'grant exemption or release to'),\n",
- " ('apologize',\n",
- " 'defend, explain, clear away, or make excuses for by reasoning'),\n",
- " ('justify',\n",
- " 'defend, explain, clear away, or make excuses for by reasoning'),\n",
- " ('beg off', 'ask for permission to be released from an engagement'),\n",
+ " 'clues': [('beg off',\n",
+ " 'ask for permission to be released from an engagement'),\n",
+ " ('excuse', 'serve as a reason or cause or justification of'),\n",
+ " ('let off', 'grant exemption or release to'),\n",
" ('condone', 'excuse, overlook, or make allowances for; be lenient with'),\n",
" ('pardon', 'accept an excuse for'),\n",
+ " ('exempt', 'grant exemption or release to'),\n",
" ('relieve', 'grant exemption or release to'),\n",
" ('explain', 'serve as a reason or cause or justification of'),\n",
- " ('let off', 'grant exemption or release to')]},\n",
+ " ('apologise',\n",
+ " 'defend, explain, clear away, or make excuses for by reasoning'),\n",
+ " ('rationalise',\n",
+ " 'defend, explain, clear away, or make excuses for by reasoning'),\n",
+ " ('justify',\n",
+ " 'defend, explain, clear away, or make excuses for by reasoning')]},\n",
" {'answer': 'executed',\n",
" 'hint': 'synonyms for executed',\n",
- " 'clues': [('execute', 'carry out or perform an action'),\n",
- " ('perform', 'carry out or perform an action'),\n",
+ " 'clues': [('carry out', 'put in effect'),\n",
+ " ('action', 'put in effect'),\n",
+ " ('accomplish', 'put in effect'),\n",
" ('fulfil', 'put in effect'),\n",
- " ('run', 'carry out a process or program, as on a computer or a machine'),\n",
- " ('do', 'carry out or perform an action'),\n",
" ('carry through', 'put in effect'),\n",
- " ('accomplish', 'put in effect'),\n",
+ " ('execute',\n",
+ " 'carry out a process or program, as on a computer or a machine'),\n",
+ " ('perform', 'carry out or perform an action'),\n",
+ " ('run', 'carry out a process or program, as on a computer or a machine'),\n",
" ('put to death', 'kill as a means of socially sanctioned punishment'),\n",
- " ('action', 'put in effect'),\n",
- " ('carry out', 'put in effect')]},\n",
+ " ('do', 'carry out or perform an action')]},\n",
" {'answer': 'exemplifying',\n",
" 'hint': 'synonyms for exemplifying',\n",
- " 'clues': [('represent', 'be characteristic of'),\n",
+ " 'clues': [('exemplify', 'be characteristic of'),\n",
+ " ('illustrate', 'clarify by giving an example of'),\n",
" ('instance', 'clarify by giving an example of'),\n",
- " ('exemplify', 'clarify by giving an example of'),\n",
- " ('illustrate', 'clarify by giving an example of')]},\n",
+ " ('represent', 'be characteristic of')]},\n",
" {'answer': 'exempt',\n",
" 'hint': 'synonyms for exempt',\n",
- " 'clues': [('free',\n",
- " 'grant relief or an exemption from a rule or requirement to'),\n",
+ " 'clues': [('excuse', 'grant exemption or release to'),\n",
" ('relieve', 'grant relief or an exemption from a rule or requirement to'),\n",
- " ('excuse', 'grant exemption or release to'),\n",
+ " ('free', 'grant relief or an exemption from a rule or requirement to'),\n",
" ('let off', 'grant exemption or release to')]},\n",
" {'answer': 'exhausted',\n",
" 'hint': 'synonyms for exhausted',\n",
- " 'clues': [('tucker out', 'wear out completely'),\n",
+ " 'clues': [('wipe out', 'use up (resources or materials)'),\n",
+ " ('run through', 'use up (resources or materials)'),\n",
" ('exhaust', 'wear out completely'),\n",
- " ('consume', 'use up (resources or materials)'),\n",
- " ('sap', 'deplete'),\n",
+ " ('eat', 'use up (resources or materials)'),\n",
+ " ('deplete', 'use up (resources or materials)'),\n",
+ " ('tire', 'deplete'),\n",
+ " ('eject', 'eliminate (a substance)'),\n",
+ " ('use up', 'use up (resources or materials)'),\n",
+ " ('release', 'eliminate (a substance)'),\n",
+ " ('play out', 'deplete'),\n",
" ('wash up', 'wear out completely'),\n",
" ('eat up', 'use up (resources or materials)'),\n",
- " ('use up', 'use up (resources or materials)'),\n",
- " ('run down', 'deplete'),\n",
+ " ('consume', 'use up (resources or materials)'),\n",
+ " ('sap', 'deplete'),\n",
" ('expel', 'eliminate (a substance)'),\n",
- " ('beat', 'wear out completely'),\n",
- " ('play out', 'deplete'),\n",
- " ('wipe out', 'use up (resources or materials)'),\n",
- " ('release', 'eliminate (a substance)'),\n",
" ('tucker', 'wear out completely'),\n",
- " ('deplete', 'use up (resources or materials)'),\n",
- " ('run through', 'use up (resources or materials)'),\n",
- " ('tire', 'deplete'),\n",
- " ('discharge', 'eliminate (a substance)'),\n",
- " ('eject', 'eliminate (a substance)')]},\n",
+ " ('run down', 'deplete'),\n",
+ " ('tucker out', 'wear out completely'),\n",
+ " ('discharge', 'eliminate (a substance)')]},\n",
" {'answer': 'exhausting',\n",
" 'hint': 'synonyms for exhausting',\n",
- " 'clues': [('tucker out', 'wear out completely'),\n",
+ " 'clues': [('wipe out', 'use up (resources or materials)'),\n",
+ " ('run through', 'use up (resources or materials)'),\n",
" ('exhaust', 'wear out completely'),\n",
- " ('consume', 'use up (resources or materials)'),\n",
- " ('sap', 'deplete'),\n",
+ " ('eat', 'use up (resources or materials)'),\n",
+ " ('deplete', 'use up (resources or materials)'),\n",
+ " ('tire', 'deplete'),\n",
+ " ('eject', 'eliminate (a substance)'),\n",
+ " ('use up', 'use up (resources or materials)'),\n",
+ " ('release', 'eliminate (a substance)'),\n",
+ " ('play out', 'deplete'),\n",
" ('wash up', 'wear out completely'),\n",
" ('eat up', 'use up (resources or materials)'),\n",
- " ('use up', 'use up (resources or materials)'),\n",
- " ('run down', 'deplete'),\n",
+ " ('consume', 'use up (resources or materials)'),\n",
+ " ('sap', 'deplete'),\n",
" ('expel', 'eliminate (a substance)'),\n",
- " ('beat', 'wear out completely'),\n",
- " ('play out', 'deplete'),\n",
- " ('wipe out', 'use up (resources or materials)'),\n",
- " ('release', 'eliminate (a substance)'),\n",
" ('tucker', 'wear out completely'),\n",
- " ('deplete', 'use up (resources or materials)'),\n",
- " ('run through', 'use up (resources or materials)'),\n",
- " ('tire', 'deplete'),\n",
- " ('discharge', 'eliminate (a substance)'),\n",
- " ('eject', 'eliminate (a substance)')]},\n",
+ " ('run down', 'deplete'),\n",
+ " ('tucker out', 'wear out completely'),\n",
+ " ('discharge', 'eliminate (a substance)')]},\n",
" {'answer': 'exhilarated',\n",
" 'hint': 'synonyms for exhilarated',\n",
- " 'clues': [('exalt', 'fill with sublime emotion'),\n",
- " ('beatify', 'fill with sublime emotion'),\n",
- " ('thrill', 'fill with sublime emotion'),\n",
+ " 'clues': [('thrill', 'fill with sublime emotion'),\n",
" ('tickle pink', 'fill with sublime emotion'),\n",
" ('exhilarate', 'fill with sublime emotion'),\n",
- " ('inebriate', 'fill with sublime emotion')]},\n",
+ " ('inebriate', 'fill with sublime emotion'),\n",
+ " ('exalt', 'fill with sublime emotion'),\n",
+ " ('beatify', 'fill with sublime emotion')]},\n",
" {'answer': 'exhilarating',\n",
" 'hint': 'synonyms for exhilarating',\n",
- " 'clues': [('exalt', 'fill with sublime emotion'),\n",
- " ('beatify', 'fill with sublime emotion'),\n",
- " ('thrill', 'fill with sublime emotion'),\n",
+ " 'clues': [('thrill', 'fill with sublime emotion'),\n",
" ('tickle pink', 'fill with sublime emotion'),\n",
" ('exhilarate', 'fill with sublime emotion'),\n",
- " ('inebriate', 'fill with sublime emotion')]},\n",
+ " ('inebriate', 'fill with sublime emotion'),\n",
+ " ('exalt', 'fill with sublime emotion'),\n",
+ " ('beatify', 'fill with sublime emotion')]},\n",
" {'answer': 'existing',\n",
" 'hint': 'synonyms for existing',\n",
- " 'clues': [('subsist', 'support oneself'),\n",
- " ('survive', 'support oneself'),\n",
+ " 'clues': [('survive', 'support oneself'),\n",
" ('exist', 'support oneself'),\n",
" ('be', 'have an existence, be extant'),\n",
+ " ('subsist', 'support oneself'),\n",
" ('live', 'support oneself')]},\n",
" {'answer': 'exonerated',\n",
" 'hint': 'synonyms for exonerated',\n",
" 'clues': [('assoil', 'pronounce not guilty of criminal charges'),\n",
" ('exculpate', 'pronounce not guilty of criminal charges'),\n",
" ('acquit', 'pronounce not guilty of criminal charges'),\n",
+ " ('exonerate', 'pronounce not guilty of criminal charges'),\n",
" ('clear', 'pronounce not guilty of criminal charges'),\n",
- " ('discharge', 'pronounce not guilty of criminal charges'),\n",
- " ('exonerate', 'pronounce not guilty of criminal charges')]},\n",
+ " ('discharge', 'pronounce not guilty of criminal charges')]},\n",
" {'answer': 'expanded',\n",
" 'hint': 'synonyms for expanded',\n",
- " 'clues': [('spread out', 'extend in one or more directions'),\n",
- " ('blow up', 'exaggerate or make bigger'),\n",
- " ('elaborate',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('enlarge',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " 'clues': [('flourish', 'grow vigorously'),\n",
" ('expand', 'make bigger or wider in size, volume, or quantity'),\n",
- " ('exposit',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('expound',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('dilate',\n",
- " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('amplify', 'exaggerate or make bigger'),\n",
- " ('boom', 'grow vigorously'),\n",
- " ('flourish', 'grow vigorously'),\n",
" ('inflate', 'exaggerate or make bigger'),\n",
- " ('expatiate',\n",
+ " ('exposit',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
" ('extend', 'expand the influence of'),\n",
- " ('lucubrate',\n",
+ " ('enlarge',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('spread out', 'extend in one or more directions'),\n",
" ('flesh out',\n",
" 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
- " ('thrive', 'grow vigorously')]},\n",
+ " ('lucubrate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('blow up', 'exaggerate or make bigger'),\n",
+ " ('elaborate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('thrive', 'grow vigorously'),\n",
+ " ('expatiate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('dilate',\n",
+ " 'add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing'),\n",
+ " ('amplify', 'exaggerate or make bigger'),\n",
+ " ('boom', 'grow vigorously')]},\n",
" {'answer': 'expected',\n",
" 'hint': 'synonyms for expected',\n",
- " 'clues': [('expect', 'consider obligatory; request and expect'),\n",
- " ('have a bun in the oven', 'be pregnant with'),\n",
- " ('ask', 'consider obligatory; request and expect'),\n",
- " ('await', 'look forward to the probable occurrence of'),\n",
- " ('gestate', 'be pregnant with'),\n",
+ " 'clues': [('expect', 'regard something as probable or likely'),\n",
+ " ('anticipate', 'regard something as probable or likely'),\n",
" ('require', 'consider obligatory; request and expect'),\n",
" ('look', 'look forward to the probable occurrence of'),\n",
- " ('bear', 'be pregnant with'),\n",
+ " ('await', 'look forward to the probable occurrence of'),\n",
" ('carry', 'be pregnant with'),\n",
- " ('anticipate', 'regard something as probable or likely')]},\n",
+ " ('ask', 'consider obligatory; request and expect'),\n",
+ " ('bear', 'be pregnant with'),\n",
+ " ('have a bun in the oven', 'be pregnant with'),\n",
+ " ('gestate', 'be pregnant with')]},\n",
" {'answer': 'experienced',\n",
" 'hint': 'synonyms for experienced',\n",
- " 'clues': [('experience',\n",
- " 'go through (mental or physical states or experiences)'),\n",
- " ('get', 'go through (mental or physical states or experiences)'),\n",
- " ('live',\n",
+ " 'clues': [('know',\n",
" 'have firsthand knowledge of states, situations, emotions, or sensations'),\n",
- " ('have', 'go through (mental or physical states or experiences)'),\n",
+ " ('feel',\n",
+ " 'undergo an emotional sensation or be in a particular state of mind'),\n",
+ " ('get', 'go through (mental or physical states or experiences)'),\n",
" ('go through', 'go or live through'),\n",
- " ('know',\n",
- " 'have firsthand knowledge of states, situations, emotions, or sensations'),\n",
+ " ('experience',\n",
+ " 'undergo an emotional sensation or be in a particular state of mind'),\n",
" ('receive', 'go through (mental or physical states or experiences)'),\n",
+ " ('have', 'undergo'),\n",
" ('see', 'go or live through'),\n",
- " ('feel',\n",
- " 'undergo an emotional sensation or be in a particular state of mind')]},\n",
+ " ('live',\n",
+ " 'have firsthand knowledge of states, situations, emotions, or sensations')]},\n",
" {'answer': 'expired',\n",
" 'hint': 'synonyms for expired',\n",
- " 'clues': [('drop dead',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('decease',\n",
+ " 'clues': [('perish',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('exhale', 'expel air'),\n",
- " ('give-up the ghost',\n",
+ " ('breathe out', 'expel air'),\n",
+ " ('expire', 'lose validity'),\n",
+ " ('kick the bucket',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " (\"cash in one's chips\",\n",
+ " ('pop off',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('go',\n",
+ " ('conk',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('choke',\n",
+ " ('die',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('perish',\n",
+ " ('croak',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('snuff it',\n",
+ " ('run out', 'lose validity'),\n",
+ " ('decease',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('kick the bucket',\n",
+ " ('drop dead',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('buy the farm',\n",
+ " ('snuff it',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass',\n",
+ " ('buy the farm',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('exit',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('expire',\n",
+ " (\"cash in one's chips\",\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass away',\n",
+ " ('give-up the ghost',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('die',\n",
+ " ('choke',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('breathe out', 'expel air'),\n",
- " ('run out', 'lose validity'),\n",
- " ('conk',\n",
+ " ('go',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('croak',\n",
+ " ('pass',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pop off',\n",
+ " ('pass away',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life')]},\n",
" {'answer': 'exploded',\n",
" 'hint': 'synonyms for exploded',\n",
- " 'clues': [('set off', 'cause to burst with a violent release of energy'),\n",
- " ('explode',\n",
- " 'cause to burst as a result of air pressure; of stop consonants like /p/, /t/, and /k/'),\n",
+ " 'clues': [('explode', 'burst outward, usually with noise'),\n",
+ " ('burst forth', 'be unleashed; emerge with violence or noise'),\n",
+ " ('set off', 'cause to burst with a violent release of energy'),\n",
+ " ('irrupt', 'increase rapidly and in an uncontrolled manner'),\n",
" ('detonate',\n",
" 'burst and release energy as through a violent chemical or physical reaction'),\n",
- " ('blow up', 'cause to burst with a violent release of energy'),\n",
+ " ('blow up',\n",
+ " 'burst and release energy as through a violent chemical or physical reaction'),\n",
" ('burst', 'burst outward, usually with noise'),\n",
- " ('irrupt', 'increase rapidly and in an uncontrolled manner'),\n",
- " ('break loose', 'be unleashed; emerge with violence or noise'),\n",
- " ('burst forth', 'be unleashed; emerge with violence or noise')]},\n",
+ " ('break loose', 'be unleashed; emerge with violence or noise')]},\n",
" {'answer': 'exploited',\n",
" 'hint': 'synonyms for exploited',\n",
" 'clues': [('exploit', \"use or manipulate to one's advantage\"),\n",
- " ('overwork', 'work excessively hard'),\n",
+ " ('tap', 'draw from; make good use of'),\n",
" ('work', \"use or manipulate to one's advantage\"),\n",
- " ('tap', 'draw from; make good use of')]},\n",
+ " ('overwork', 'work excessively hard')]},\n",
" {'answer': 'exposed',\n",
" 'hint': 'synonyms for exposed',\n",
" 'clues': [('expose', 'abandon by leaving out in the open air'),\n",
- " ('unwrap',\n",
+ " ('scupper', 'put in a dangerous, disadvantageous, or difficult position'),\n",
+ " ('exhibit', 'to show, make visible or apparent'),\n",
+ " ('break',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('peril', 'put in a dangerous, disadvantageous, or difficult position'),\n",
- " ('display', 'to show, make visible or apparent'),\n",
- " ('debunk',\n",
- " 'expose while ridiculing; especially of pretentious or false claims and ideas'),\n",
- " ('uncover', \"remove all or part of one's clothes to show one's body\"),\n",
- " ('let out',\n",
+ " ('give away',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('display', 'to show, make visible or apparent'),\n",
+ " ('disclose', 'disclose to view as by removing a cover'),\n",
" ('queer', 'put in a dangerous, disadvantageous, or difficult position'),\n",
- " ('break',\n",
+ " ('peril', 'put in a dangerous, disadvantageous, or difficult position'),\n",
+ " ('unwrap',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('endanger',\n",
- " 'put in a dangerous, disadvantageous, or difficult position'),\n",
- " ('discover',\n",
+ " ('reveal',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
" ('divulge',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('give away',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('endanger',\n",
+ " 'put in a dangerous, disadvantageous, or difficult position'),\n",
" ('let on',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('exhibit', 'to show, make visible or apparent'),\n",
- " ('disclose',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('debunk',\n",
+ " 'expose while ridiculing; especially of pretentious or false claims and ideas'),\n",
" ('bring out',\n",
" 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
- " ('scupper', 'put in a dangerous, disadvantageous, or difficult position'),\n",
- " ('reveal',\n",
- " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret')]},\n",
+ " ('discover',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('let out',\n",
+ " 'make known to the public information that was previously known only to a few people or that was meant to be kept a secret'),\n",
+ " ('uncover', \"remove all or part of one's clothes to show one's body\")]},\n",
" {'answer': 'express',\n",
" 'hint': 'synonyms for express',\n",
- " 'clues': [('convey', 'serve as a means for expressing something'),\n",
- " ('extract', 'obtain from a substance, as by mechanical action'),\n",
- " ('press out', 'obtain from a substance, as by mechanical action'),\n",
- " ('show', 'give expression to'),\n",
- " ('carry', 'serve as a means for expressing something'),\n",
+ " 'clues': [('press out',\n",
+ " 'obtain from a substance, as by mechanical action'),\n",
" ('verbalize',\n",
" 'articulate; either verbally or with a cry, shout, or noise'),\n",
- " ('state', 'indicate through a symbol, formula, etc.'),\n",
" ('give tongue to',\n",
" 'articulate; either verbally or with a cry, shout, or noise'),\n",
+ " ('convey', 'serve as a means for expressing something'),\n",
+ " ('utter', 'articulate; either verbally or with a cry, shout, or noise'),\n",
+ " ('show', 'give expression to'),\n",
+ " ('extract', 'obtain from a substance, as by mechanical action'),\n",
" ('evince', 'give expression to'),\n",
- " ('utter', 'articulate; either verbally or with a cry, shout, or noise')]},\n",
+ " ('state', 'indicate through a symbol, formula, etc.'),\n",
+ " ('carry', 'serve as a means for expressing something')]},\n",
" {'answer': 'expressed',\n",
" 'hint': 'synonyms for expressed',\n",
- " 'clues': [('utter',\n",
- " 'articulate; either verbally or with a cry, shout, or noise'),\n",
- " ('express', 'serve as a means for expressing something'),\n",
- " ('convey', 'serve as a means for expressing something'),\n",
- " ('extract', 'obtain from a substance, as by mechanical action'),\n",
+ " 'clues': [('express', 'obtain from a substance, as by mechanical action'),\n",
" ('press out', 'obtain from a substance, as by mechanical action'),\n",
- " ('show', 'give expression to'),\n",
- " ('carry', 'serve as a means for expressing something'),\n",
" ('verbalize',\n",
" 'articulate; either verbally or with a cry, shout, or noise'),\n",
- " ('state', 'indicate through a symbol, formula, etc.'),\n",
" ('give tongue to',\n",
" 'articulate; either verbally or with a cry, shout, or noise'),\n",
- " ('evince', 'give expression to')]},\n",
+ " ('convey', 'serve as a means for expressing something'),\n",
+ " ('utter', 'articulate; either verbally or with a cry, shout, or noise'),\n",
+ " ('show', 'give expression to'),\n",
+ " ('extract', 'obtain from a substance, as by mechanical action'),\n",
+ " ('evince', 'give expression to'),\n",
+ " ('state', 'indicate through a symbol, formula, etc.'),\n",
+ " ('carry', 'serve as a means for expressing something')]},\n",
" {'answer': 'expurgated',\n",
" 'hint': 'synonyms for expurgated',\n",
- " 'clues': [('castrate',\n",
- " 'edit by omitting or modifying parts considered indelicate'),\n",
- " ('bowdlerise',\n",
+ " 'clues': [('bowdlerise',\n",
" 'edit by omitting or modifying parts considered indelicate'),\n",
- " ('shorten', 'edit by omitting or modifying parts considered indelicate'),\n",
+ " ('castrate', 'edit by omitting or modifying parts considered indelicate'),\n",
" ('expurgate',\n",
+ " 'edit by omitting or modifying parts considered indelicate'),\n",
+ " ('shorten',\n",
" 'edit by omitting or modifying parts considered indelicate')]},\n",
" {'answer': 'extended',\n",
" 'hint': 'synonyms for extended',\n",
- " 'clues': [('prolong', 'lengthen in time; cause to be or last longer'),\n",
- " ('extend', 'reach outward in space'),\n",
- " ('stretch', 'extend or stretch out to a greater or the full length'),\n",
- " ('stretch out', 'thrust or extend out'),\n",
- " ('hold out', 'thrust or extend out'),\n",
- " ('expand', 'expand the influence of'),\n",
+ " 'clues': [('extend', 'reach outward in space'),\n",
+ " ('reach out', 'reach outward in space'),\n",
+ " ('carry', 'continue or extend'),\n",
+ " ('exsert', 'thrust or extend out'),\n",
" ('poke out', 'reach outward in space'),\n",
+ " ('cover', 'span an interval of distance, space or time'),\n",
+ " ('go',\n",
+ " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
" ('broaden', 'extend in scope or range or area'),\n",
- " ('run',\n",
+ " ('pass',\n",
" 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('continue', 'span an interval of distance, space or time'),\n",
- " ('unfold', 'extend or stretch out to a greater or the full length'),\n",
- " ('offer', 'make available; provide'),\n",
- " ('carry', 'continue or extend'),\n",
- " ('stretch forth', 'thrust or extend out'),\n",
- " ('widen', 'extend in scope or range or area'),\n",
" ('lead',\n",
" 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('protract', 'lengthen in time; cause to be or last longer'),\n",
- " ('pass',\n",
- " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('gallop', 'cause to move at full gallop'),\n",
- " ('reach out', 'reach outward in space'),\n",
- " ('draw out', 'lengthen in time; cause to be or last longer'),\n",
+ " ('stretch forth', 'thrust or extend out'),\n",
" ('strain', 'use to the utmost; exert vigorously or to full capacity'),\n",
- " ('exsert', 'thrust or extend out'),\n",
+ " ('stretch out', 'thrust or extend out'),\n",
+ " ('expand', 'expand the influence of'),\n",
+ " ('offer', 'offer verbally'),\n",
+ " ('hold out', 'thrust or extend out'),\n",
+ " ('stretch', 'extend or stretch out to a greater or the full length'),\n",
+ " ('widen', 'extend in scope or range or area'),\n",
+ " ('gallop', 'cause to move at full gallop'),\n",
+ " ('continue', 'span an interval of distance, space or time'),\n",
+ " ('protract', 'lengthen in time; cause to be or last longer'),\n",
" ('put out', 'thrust or extend out'),\n",
- " ('cover', 'span an interval of distance, space or time'),\n",
- " ('go',\n",
- " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point')]},\n",
+ " ('prolong', 'lengthen in time; cause to be or last longer'),\n",
+ " ('unfold', 'extend or stretch out to a greater or the full length'),\n",
+ " ('run',\n",
+ " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
+ " ('draw out', 'lengthen in time; cause to be or last longer')]},\n",
" {'answer': 'exterminated',\n",
" 'hint': 'synonyms for exterminated',\n",
- " 'clues': [('extirpate', 'destroy completely, as if down to the roots'),\n",
+ " 'clues': [('uproot', 'destroy completely, as if down to the roots'),\n",
" ('eradicate', 'destroy completely, as if down to the roots'),\n",
- " ('root out', 'destroy completely, as if down to the roots'),\n",
- " ('uproot', 'destroy completely, as if down to the roots'),\n",
" ('exterminate', 'destroy completely, as if down to the roots'),\n",
+ " ('extirpate', 'destroy completely, as if down to the roots'),\n",
+ " ('root out', 'destroy completely, as if down to the roots'),\n",
" ('kill off', 'kill en masse; kill on a large scale; kill many')]},\n",
" {'answer': 'extinguished',\n",
" 'hint': 'synonyms for extinguished',\n",
- " 'clues': [('quench', 'put out, as of fires, flames, or lights'),\n",
- " ('do away with', 'terminate, end, or take out'),\n",
- " ('decimate', 'kill in large numbers'),\n",
- " ('wipe out', 'kill in large numbers'),\n",
- " ('stub out', 'extinguish by crushing'),\n",
+ " 'clues': [('do away with', 'terminate, end, or take out'),\n",
" ('eradicate', 'kill in large numbers'),\n",
- " ('eliminate', 'kill in large numbers'),\n",
- " ('extinguish', 'put out, as of fires, flames, or lights'),\n",
- " ('snuff out', 'put an end to; kill'),\n",
- " ('annihilate', 'kill in large numbers'),\n",
+ " ('press out', 'extinguish by crushing'),\n",
" ('carry off', 'kill in large numbers'),\n",
" ('get rid of', 'terminate, end, or take out'),\n",
- " ('crush out', 'extinguish by crushing'),\n",
- " ('press out', 'extinguish by crushing'),\n",
- " ('blow out', 'put out, as of fires, flames, or lights')]},\n",
+ " ('extinguish', 'put an end to; kill'),\n",
+ " ('snuff out', 'put an end to; kill'),\n",
+ " ('decimate', 'kill in large numbers'),\n",
+ " ('quench', 'put out, as of fires, flames, or lights'),\n",
+ " ('eliminate', 'kill in large numbers'),\n",
+ " ('annihilate', 'kill in large numbers'),\n",
+ " ('blow out', 'put out, as of fires, flames, or lights'),\n",
+ " ('wipe out', 'kill in large numbers'),\n",
+ " ('stub out', 'extinguish by crushing'),\n",
+ " ('crush out', 'extinguish by crushing')]},\n",
" {'answer': 'exulting',\n",
" 'hint': 'synonyms for exulting',\n",
- " 'clues': [('rejoice', 'to express great joy'),\n",
- " ('exult', 'to express great joy'),\n",
- " ('triumph', 'to express great joy'),\n",
- " ('jump for joy', 'feel extreme happiness or elation'),\n",
- " ('exuberate', 'to express great joy'),\n",
+ " 'clues': [('exult', 'to express great joy'),\n",
" ('be on cloud nine', 'feel extreme happiness or elation'),\n",
+ " ('jump for joy', 'feel extreme happiness or elation'),\n",
+ " ('triumph', 'to express great joy'),\n",
+ " ('walk on air', 'feel extreme happiness or elation'),\n",
" ('jubilate', 'to express great joy'),\n",
- " ('walk on air', 'feel extreme happiness or elation')]},\n",
+ " ('exuberate', 'to express great joy'),\n",
+ " ('rejoice', 'to express great joy')]},\n",
" {'answer': 'fabricated',\n",
" 'hint': 'synonyms for fabricated',\n",
- " 'clues': [('manufacture', 'make up something artificial or untrue'),\n",
- " ('cook up', 'make up something artificial or untrue'),\n",
- " ('make up', 'make up something artificial or untrue'),\n",
- " ('fabricate',\n",
+ " 'clues': [('make up', 'make up something artificial or untrue'),\n",
+ " ('fabricate', 'make up something artificial or untrue'),\n",
+ " ('manufacture',\n",
" 'put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"'),\n",
" ('construct',\n",
" 'put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"'),\n",
- " ('invent', 'make up something artificial or untrue')]},\n",
+ " ('invent', 'make up something artificial or untrue'),\n",
+ " ('cook up', 'make up something artificial or untrue')]},\n",
" {'answer': 'faced',\n",
" 'hint': 'synonyms for faced',\n",
- " 'clues': [('face', 'deal with (something unpleasant) head on'),\n",
- " ('look',\n",
- " 'be oriented in a certain direction, often with respect to another reference point; be opposite to'),\n",
+ " 'clues': [('face', 'oppose, as in hostility or a competition'),\n",
+ " ('confront',\n",
+ " 'present somebody with something, usually to accuse or criticize'),\n",
" ('present',\n",
" 'present somebody with something, usually to accuse or criticize'),\n",
- " ('confront', 'deal with (something unpleasant) head on'),\n",
- " ('face up', 'deal with (something unpleasant) head on'),\n",
" ('front',\n",
+ " 'be oriented in a certain direction, often with respect to another reference point; be opposite to'),\n",
+ " ('face up', 'deal with (something unpleasant) head on'),\n",
+ " ('look',\n",
" 'be oriented in a certain direction, often with respect to another reference point; be opposite to')]},\n",
" {'answer': 'faded',\n",
" 'hint': 'synonyms for faded',\n",
- " 'clues': [('pass off', 'disappear gradually'),\n",
- " ('fleet', 'disappear gradually'),\n",
- " ('evanesce', 'disappear gradually'),\n",
- " ('languish', 'become feeble'),\n",
- " ('fade',\n",
- " 'become less clearly visible or distinguishable; disappear gradually or seemingly'),\n",
- " ('pass', 'disappear gradually'),\n",
- " ('blow over', 'disappear gradually'),\n",
+ " 'clues': [('wither', 'lose freshness, vigor, or vitality'),\n",
+ " ('fade', 'disappear gradually'),\n",
" ('melt',\n",
" 'become less clearly visible or distinguishable; disappear gradually or seemingly'),\n",
- " ('wither', 'lose freshness, vigor, or vitality')]},\n",
+ " ('pass', 'disappear gradually'),\n",
+ " ('languish', 'become feeble'),\n",
+ " ('fleet', 'disappear gradually'),\n",
+ " ('evanesce', 'disappear gradually'),\n",
+ " ('pass off', 'disappear gradually'),\n",
+ " ('blow over', 'disappear gradually')]},\n",
" {'answer': 'fagged',\n",
" 'hint': 'synonyms for fagged',\n",
- " 'clues': [('wear upon',\n",
- " 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('grind', 'work hard'),\n",
- " ('drudge', 'work hard'),\n",
- " ('outwear',\n",
- " 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('fag', 'work hard'),\n",
- " ('tire',\n",
+ " 'clues': [('tire',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('fag out',\n",
+ " ('weary',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('labor', 'work hard'),\n",
- " ('moil', 'work hard'),\n",
- " ('fatigue',\n",
+ " ('wear upon',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
" ('wear out',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('weary',\n",
+ " ('outwear',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('tire out',\n",
+ " ('fag out',\n",
+ " 'exhaust or get tired through overuse or great strain or stress'),\n",
+ " ('toil', 'work hard'),\n",
+ " ('moil', 'work hard'),\n",
+ " ('labour', 'work hard'),\n",
+ " ('fag', 'act as a servant for older boys, in British public schools'),\n",
+ " ('wear down',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
" ('travail', 'work hard'),\n",
" ('jade',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('wear down',\n",
+ " ('grind', 'work hard'),\n",
+ " ('dig', 'work hard'),\n",
+ " ('fatigue',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('toil', 'work hard'),\n",
- " ('dig', 'work hard')]},\n",
+ " ('drudge', 'work hard'),\n",
+ " ('tire out',\n",
+ " 'exhaust or get tired through overuse or great strain or stress')]},\n",
" {'answer': 'failing',\n",
" 'hint': 'synonyms for failing',\n",
- " 'clues': [('give way', 'stop operating or functioning'),\n",
- " ('fail', 'disappoint, prove undependable to; abandon, forsake'),\n",
- " ('miscarry', 'be unsuccessful'),\n",
+ " 'clues': [('fail',\n",
+ " 'become bankrupt or insolvent; fail financially and close'),\n",
" ('bomb', 'fail to get a passing grade'),\n",
- " ('die', 'stop operating or functioning'),\n",
- " ('betray', 'disappoint, prove undependable to; abandon, forsake'),\n",
- " ('run out', 'prove insufficient'),\n",
- " ('break down', 'stop operating or functioning'),\n",
- " ('go wrong', 'be unsuccessful'),\n",
- " ('give out', 'stop operating or functioning'),\n",
- " ('flunk', 'fail to get a passing grade'),\n",
" ('break', 'stop operating or functioning'),\n",
+ " ('give out', 'prove insufficient'),\n",
+ " ('die', 'stop operating or functioning'),\n",
+ " ('go bad', 'stop operating or functioning'),\n",
" ('flush it', 'fail to get a passing grade'),\n",
- " ('neglect', 'fail to do something; leave something undone'),\n",
" ('conk out', 'stop operating or functioning'),\n",
+ " ('flunk', 'fail to get a passing grade'),\n",
+ " ('betray', 'disappoint, prove undependable to; abandon, forsake'),\n",
+ " ('give way', 'stop operating or functioning'),\n",
+ " ('miscarry', 'be unsuccessful'),\n",
+ " ('go wrong', 'be unsuccessful'),\n",
" ('go', 'stop operating or functioning'),\n",
- " ('go bad', 'stop operating or functioning')]},\n",
+ " ('break down', 'stop operating or functioning'),\n",
+ " ('neglect', 'fail to do something; leave something undone'),\n",
+ " ('run out', 'prove insufficient')]},\n",
" {'answer': 'fake',\n",
" 'hint': 'synonyms for fake',\n",
- " 'clues': [('fudge', 'tamper, with the purpose of deception'),\n",
+ " 'clues': [('manipulate', 'tamper, with the purpose of deception'),\n",
+ " ('falsify', 'tamper, with the purpose of deception'),\n",
" ('wangle', 'tamper, with the purpose of deception'),\n",
- " (\"talk through one's hat\",\n",
- " 'speak insincerely or without regard for facts or truths'),\n",
" ('forge', 'make a copy of with the intent to deceive'),\n",
- " ('counterfeit', 'make a copy of with the intent to deceive'),\n",
+ " ('fudge', 'tamper, with the purpose of deception'),\n",
+ " ('bullshit', 'speak insincerely or without regard for facts or truths'),\n",
" ('bull', 'speak insincerely or without regard for facts or truths'),\n",
" ('misrepresent', 'tamper, with the purpose of deception'),\n",
- " ('cook', 'tamper, with the purpose of deception'),\n",
- " ('manipulate', 'tamper, with the purpose of deception'),\n",
- " ('falsify', 'tamper, with the purpose of deception'),\n",
- " ('bullshit', 'speak insincerely or without regard for facts or truths')]},\n",
+ " ('counterfeit', 'make a copy of with the intent to deceive'),\n",
+ " (\"talk through one's hat\",\n",
+ " 'speak insincerely or without regard for facts or truths'),\n",
+ " ('cook', 'tamper, with the purpose of deception')]},\n",
" {'answer': 'fallen',\n",
" 'hint': 'synonyms for fallen',\n",
- " 'clues': [('come', 'come under, be classified or included'),\n",
- " ('fall', 'be captured'),\n",
- " ('hang', 'fall or flow in a certain way'),\n",
- " ('accrue', 'come into the possession of'),\n",
- " ('devolve', 'be inherited by'),\n",
- " ('descend', 'move downward and lower, but not necessarily all the way'),\n",
- " ('pass', 'be inherited by'),\n",
- " ('go down', 'move downward and lower, but not necessarily all the way'),\n",
- " ('come down', 'fall from clouds'),\n",
- " ('strike', 'touch or seem as if touching visually or audibly'),\n",
- " ('light', 'fall to somebody by assignment or lot'),\n",
+ " 'clues': [('fall', 'suffer defeat, failure, or ruin'),\n",
" ('flow', 'fall or flow in a certain way'),\n",
- " ('settle', 'come as if by falling'),\n",
- " ('return', 'be inherited by'),\n",
- " ('lessen', 'decrease in size, extent, or range'),\n",
- " ('diminish', 'decrease in size, extent, or range'),\n",
" ('decrease', 'decrease in size, extent, or range'),\n",
" ('shine', 'touch or seem as if touching visually or audibly'),\n",
" ('fall down', 'lose an upright position suddenly'),\n",
- " ('precipitate', 'fall from clouds')]},\n",
- " {'answer': 'falling',\n",
- " 'hint': 'synonyms for falling',\n",
- " 'clues': [('come', 'come under, be classified or included'),\n",
- " ('fall', 'be captured'),\n",
- " ('hang', 'fall or flow in a certain way'),\n",
- " ('accrue', 'come into the possession of'),\n",
+ " ('come down', 'fall from clouds'),\n",
+ " ('settle', 'come as if by falling'),\n",
+ " ('diminish', 'decrease in size, extent, or range'),\n",
" ('devolve', 'be inherited by'),\n",
- " ('descend', 'move downward and lower, but not necessarily all the way'),\n",
+ " ('precipitate', 'fall from clouds'),\n",
" ('pass', 'be inherited by'),\n",
+ " ('return', 'be inherited by'),\n",
+ " ('descend', 'come as if by falling'),\n",
+ " ('accrue', 'come into the possession of'),\n",
+ " ('lessen', 'decrease in size, extent, or range'),\n",
+ " ('come', 'come under, be classified or included'),\n",
" ('go down', 'move downward and lower, but not necessarily all the way'),\n",
- " ('come down', 'fall from clouds'),\n",
- " ('strike', 'touch or seem as if touching visually or audibly'),\n",
" ('light', 'fall to somebody by assignment or lot'),\n",
+ " ('hang', 'fall or flow in a certain way'),\n",
+ " ('strike', 'touch or seem as if touching visually or audibly')]},\n",
+ " {'answer': 'falling',\n",
+ " 'hint': 'synonyms for falling',\n",
+ " 'clues': [('fall', 'suffer defeat, failure, or ruin'),\n",
" ('flow', 'fall or flow in a certain way'),\n",
- " ('settle', 'come as if by falling'),\n",
- " ('return', 'be inherited by'),\n",
- " ('lessen', 'decrease in size, extent, or range'),\n",
- " ('diminish', 'decrease in size, extent, or range'),\n",
" ('decrease', 'decrease in size, extent, or range'),\n",
" ('shine', 'touch or seem as if touching visually or audibly'),\n",
" ('fall down', 'lose an upright position suddenly'),\n",
- " ('precipitate', 'fall from clouds')]},\n",
+ " ('come down', 'fall from clouds'),\n",
+ " ('settle', 'come as if by falling'),\n",
+ " ('diminish', 'decrease in size, extent, or range'),\n",
+ " ('devolve', 'be inherited by'),\n",
+ " ('precipitate', 'fall from clouds'),\n",
+ " ('pass', 'be inherited by'),\n",
+ " ('return', 'be inherited by'),\n",
+ " ('descend', 'come as if by falling'),\n",
+ " ('accrue', 'come into the possession of'),\n",
+ " ('lessen', 'decrease in size, extent, or range'),\n",
+ " ('come', 'come under, be classified or included'),\n",
+ " ('go down', 'move downward and lower, but not necessarily all the way'),\n",
+ " ('light', 'fall to somebody by assignment or lot'),\n",
+ " ('hang', 'fall or flow in a certain way'),\n",
+ " ('strike', 'touch or seem as if touching visually or audibly')]},\n",
" {'answer': 'faltering',\n",
" 'hint': 'synonyms for faltering',\n",
- " 'clues': [('bumble', 'walk unsteadily'),\n",
- " ('falter', 'speak haltingly'),\n",
+ " 'clues': [('falter', 'speak haltingly'),\n",
" ('stammer', 'speak haltingly'),\n",
" ('stumble', 'walk unsteadily'),\n",
- " ('stutter', 'speak haltingly'),\n",
- " ('waver', 'move hesitatingly, as if about to give way')]},\n",
+ " ('waver', 'be unsure or weak'),\n",
+ " ('bumble', 'walk unsteadily'),\n",
+ " ('stutter', 'speak haltingly')]},\n",
" {'answer': 'fancied',\n",
" 'hint': 'synonyms for fancied',\n",
- " 'clues': [('fancy', \"imagine; conceive of; see in one's mind\"),\n",
- " ('see', \"imagine; conceive of; see in one's mind\"),\n",
- " ('image', \"imagine; conceive of; see in one's mind\"),\n",
+ " 'clues': [('see', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('visualize', \"imagine; conceive of; see in one's mind\"),\n",
" ('figure', \"imagine; conceive of; see in one's mind\"),\n",
- " ('go for', 'have a fancy or particular liking or desire for'),\n",
+ " ('fancy', 'have a fancy or particular liking or desire for'),\n",
+ " ('picture', \"imagine; conceive of; see in one's mind\"),\n",
" ('project', \"imagine; conceive of; see in one's mind\"),\n",
- " ('visualize', \"imagine; conceive of; see in one's mind\"),\n",
" ('take to', 'have a fancy or particular liking or desire for'),\n",
- " ('picture', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('go for', 'have a fancy or particular liking or desire for'),\n",
+ " ('image', \"imagine; conceive of; see in one's mind\"),\n",
" ('envision', \"imagine; conceive of; see in one's mind\")]},\n",
" {'answer': 'fancy',\n",
" 'hint': 'synonyms for fancy',\n",
" 'clues': [('see', \"imagine; conceive of; see in one's mind\"),\n",
- " ('image', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('visualize', \"imagine; conceive of; see in one's mind\"),\n",
" ('figure', \"imagine; conceive of; see in one's mind\"),\n",
- " ('go for', 'have a fancy or particular liking or desire for'),\n",
+ " ('picture', \"imagine; conceive of; see in one's mind\"),\n",
" ('project', \"imagine; conceive of; see in one's mind\"),\n",
- " ('visualize', \"imagine; conceive of; see in one's mind\"),\n",
" ('take to', 'have a fancy or particular liking or desire for'),\n",
- " ('picture', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('go for', 'have a fancy or particular liking or desire for'),\n",
+ " ('image', \"imagine; conceive of; see in one's mind\"),\n",
" ('envision', \"imagine; conceive of; see in one's mind\")]},\n",
" {'answer': 'farming',\n",
" 'hint': 'synonyms for farming',\n",
@@ -17234,3020 +17243,3033 @@
" 'cultivate by growing, often involving improvements by means of agricultural techniques')]},\n",
" {'answer': 'fascinated',\n",
" 'hint': 'synonyms for fascinated',\n",
- " 'clues': [('fascinate',\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
+ " ('grip',\n",
+ " 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
+ " ('transfix',\n",
" 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
- " ('trance', 'attract; cause to be enamored'),\n",
- " ('intrigue', 'cause to be interested or curious'),\n",
" ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
+ " ('intrigue', 'cause to be interested or curious'),\n",
" ('spellbind',\n",
" 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('bewitch', 'attract; cause to be enamored'),\n",
- " ('transfix',\n",
- " 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
- " ('grip',\n",
- " 'to render motionless, as with a fixed stare or by arousing terror or awe')]},\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
" {'answer': 'fascinating',\n",
" 'hint': 'synonyms for fascinating',\n",
- " 'clues': [('fascinate',\n",
+ " 'clues': [('catch', 'attract; cause to be enamored'),\n",
+ " ('bewitch', 'attract; cause to be enamored'),\n",
+ " ('fascinate', 'attract; cause to be enamored'),\n",
+ " ('enamor', 'attract; cause to be enamored'),\n",
+ " ('grip',\n",
+ " 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
+ " ('transfix',\n",
" 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
- " ('trance', 'attract; cause to be enamored'),\n",
- " ('intrigue', 'cause to be interested or curious'),\n",
" ('becharm', 'attract; cause to be enamored'),\n",
- " ('enchant', 'attract; cause to be enamored'),\n",
+ " ('intrigue', 'cause to be interested or curious'),\n",
" ('spellbind',\n",
" 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
- " ('enamour', 'attract; cause to be enamored'),\n",
+ " ('captivate', 'attract; cause to be enamored'),\n",
+ " ('trance', 'attract; cause to be enamored'),\n",
" ('beguile', 'attract; cause to be enamored'),\n",
+ " ('enchant', 'attract; cause to be enamored'),\n",
" ('capture', 'attract; cause to be enamored'),\n",
- " ('catch', 'attract; cause to be enamored'),\n",
- " ('captivate', 'attract; cause to be enamored'),\n",
- " ('bewitch', 'attract; cause to be enamored'),\n",
- " ('transfix',\n",
- " 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
- " ('charm', 'attract; cause to be enamored'),\n",
- " ('grip',\n",
- " 'to render motionless, as with a fixed stare or by arousing terror or awe')]},\n",
+ " ('charm', 'attract; cause to be enamored')]},\n",
" {'answer': 'fastened',\n",
" 'hint': 'synonyms for fastened',\n",
- " 'clues': [('fasten', 'make tight or tighter'),\n",
+ " 'clues': [('secure', 'cause to be firmly attached'),\n",
+ " ('fasten', 'become fixed or fastened'),\n",
" ('tighten', 'make tight or tighter'),\n",
- " ('secure', 'cause to be firmly attached'),\n",
" ('fix', 'cause to be firmly attached')]},\n",
" {'answer': 'fat',\n",
" 'hint': 'synonyms for fat',\n",
- " 'clues': [('flesh out', 'make fat or plump'),\n",
+ " 'clues': [('plump', 'make fat or plump'),\n",
" ('fatten up', 'make fat or plump'),\n",
- " ('plump out', 'make fat or plump'),\n",
+ " ('flesh out', 'make fat or plump'),\n",
" ('fatten out', 'make fat or plump'),\n",
" ('fill out', 'make fat or plump'),\n",
- " ('fatten', 'make fat or plump'),\n",
- " ('plump', 'make fat or plump')]},\n",
+ " ('plump out', 'make fat or plump'),\n",
+ " ('fatten', 'make fat or plump')]},\n",
" {'answer': 'fated',\n",
" 'hint': 'synonyms for fated',\n",
- " 'clues': [('flesh out', 'make fat or plump'),\n",
+ " 'clues': [('plump', 'make fat or plump'),\n",
" ('fatten up', 'make fat or plump'),\n",
- " ('doom', 'decree or designate beforehand'),\n",
- " ('plump out', 'make fat or plump'),\n",
- " ('fat', 'make fat or plump'),\n",
+ " ('flesh out', 'make fat or plump'),\n",
+ " ('fatten out', 'make fat or plump'),\n",
" ('fill out', 'make fat or plump'),\n",
+ " ('fat', 'make fat or plump'),\n",
" ('fatten', 'make fat or plump'),\n",
- " ('designate', 'decree or designate beforehand'),\n",
- " ('fatten out', 'make fat or plump'),\n",
+ " ('plump out', 'make fat or plump'),\n",
" ('destine', 'decree or designate beforehand'),\n",
- " ('plump', 'make fat or plump')]},\n",
+ " ('designate', 'decree or designate beforehand'),\n",
+ " ('doom', 'decree or designate beforehand')]},\n",
" {'answer': 'fatigued',\n",
" 'hint': 'synonyms for fatigued',\n",
- " 'clues': [('tire',\n",
+ " 'clues': [('weary',\n",
" 'lose interest or become bored with something or somebody'),\n",
+ " ('tire', 'lose interest or become bored with something or somebody'),\n",
" ('wear upon',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
+ " ('wear out',\n",
+ " 'exhaust or get tired through overuse or great strain or stress'),\n",
" ('outwear',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
" ('fag out',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('weary', 'lose interest or become bored with something or somebody'),\n",
+ " ('wear down',\n",
+ " 'exhaust or get tired through overuse or great strain or stress'),\n",
+ " ('jade', 'lose interest or become bored with something or somebody'),\n",
" ('fatigue', 'lose interest or become bored with something or somebody'),\n",
" ('fag', 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('wear out',\n",
- " 'exhaust or get tired through overuse or great strain or stress'),\n",
" ('tire out',\n",
" 'exhaust or get tired through overuse or great strain or stress'),\n",
- " ('jade', 'lose interest or become bored with something or somebody'),\n",
- " ('wear down',\n",
- " 'exhaust or get tired through overuse or great strain or stress'),\n",
" ('pall', 'lose interest or become bored with something or somebody')]},\n",
" {'answer': 'fattened',\n",
" 'hint': 'synonyms for fattened',\n",
- " 'clues': [('flesh out', 'make fat or plump'),\n",
+ " 'clues': [('plump', 'make fat or plump'),\n",
" ('fatten up', 'make fat or plump'),\n",
- " ('plump out', 'make fat or plump'),\n",
- " ('fat', 'make fat or plump'),\n",
+ " ('flesh out', 'make fat or plump'),\n",
+ " ('fatten out', 'make fat or plump'),\n",
" ('fill out', 'make fat or plump'),\n",
- " ('fatten', 'make fat or plump'),\n",
- " ('plump', 'make fat or plump'),\n",
- " ('fatten out', 'make fat or plump')]},\n",
+ " ('fat', 'make fat or plump'),\n",
+ " ('plump out', 'make fat or plump'),\n",
+ " ('fatten', 'make fat or plump')]},\n",
" {'answer': 'fattening',\n",
" 'hint': 'synonyms for fattening',\n",
- " 'clues': [('flesh out', 'make fat or plump'),\n",
+ " 'clues': [('plump', 'make fat or plump'),\n",
" ('fatten up', 'make fat or plump'),\n",
- " ('plump out', 'make fat or plump'),\n",
- " ('fat', 'make fat or plump'),\n",
+ " ('flesh out', 'make fat or plump'),\n",
+ " ('fatten out', 'make fat or plump'),\n",
" ('fill out', 'make fat or plump'),\n",
- " ('fatten', 'make fat or plump'),\n",
- " ('plump', 'make fat or plump'),\n",
- " ('fatten out', 'make fat or plump')]},\n",
+ " ('fat', 'make fat or plump'),\n",
+ " ('plump out', 'make fat or plump'),\n",
+ " ('fatten', 'make fat or plump')]},\n",
" {'answer': 'fawning',\n",
" 'hint': 'synonyms for fawning',\n",
- " 'clues': [('cringe', 'show submission or fear'),\n",
- " ('kotow', 'try to gain favor by cringing or flattering'),\n",
- " ('bootlick', 'try to gain favor by cringing or flattering'),\n",
+ " 'clues': [('fawn', 'show submission or fear'),\n",
+ " ('cower', 'show submission or fear'),\n",
+ " ('kowtow', 'try to gain favor by cringing or flattering'),\n",
+ " ('truckle', 'try to gain favor by cringing or flattering'),\n",
+ " ('suck up', 'try to gain favor by cringing or flattering'),\n",
+ " ('cringe', 'show submission or fear'),\n",
" ('toady', 'try to gain favor by cringing or flattering'),\n",
+ " ('bootlick', 'try to gain favor by cringing or flattering'),\n",
" ('creep', 'show submission or fear'),\n",
" ('grovel', 'show submission or fear'),\n",
- " ('suck up', 'try to gain favor by cringing or flattering'),\n",
- " ('cower', 'show submission or fear'),\n",
- " ('truckle', 'try to gain favor by cringing or flattering'),\n",
- " ('crawl', 'show submission or fear'),\n",
- " ('fawn', 'try to gain favor by cringing or flattering')]},\n",
+ " ('crawl', 'show submission or fear')]},\n",
" {'answer': 'fazed',\n",
" 'hint': 'synonyms for fazed',\n",
- " 'clues': [('unnerve', 'disturb the composure of'),\n",
- " ('enervate', 'disturb the composure of'),\n",
+ " 'clues': [('faze', 'disturb the composure of'),\n",
" ('unsettle', 'disturb the composure of'),\n",
- " ('faze', 'disturb the composure of')]},\n",
+ " ('unnerve', 'disturb the composure of'),\n",
+ " ('enervate', 'disturb the composure of')]},\n",
" {'answer': 'featured',\n",
" 'hint': 'synonyms for featured',\n",
- " 'clues': [('feature',\n",
- " 'wear or display in an ostentatious or proud manner'),\n",
- " ('have', 'have as a feature'),\n",
- " ('boast', 'wear or display in an ostentatious or proud manner'),\n",
- " ('sport', 'wear or display in an ostentatious or proud manner')]},\n",
+ " 'clues': [('have', 'have as a feature'),\n",
+ " ('feature', 'have as a feature'),\n",
+ " ('sport', 'wear or display in an ostentatious or proud manner'),\n",
+ " ('boast', 'wear or display in an ostentatious or proud manner')]},\n",
" {'answer': 'feigned',\n",
" 'hint': 'synonyms for feigned',\n",
- " 'clues': [('pretend', 'make believe with the intent to deceive'),\n",
- " ('sham', 'make a pretence of'),\n",
- " ('affect', 'make believe with the intent to deceive'),\n",
+ " 'clues': [('dissemble', 'make believe with the intent to deceive'),\n",
" ('assume', 'make a pretence of'),\n",
+ " ('sham', 'make a pretence of'),\n",
+ " ('feign', 'make believe with the intent to deceive'),\n",
+ " ('pretend', 'make believe with the intent to deceive'),\n",
" ('simulate', 'make a pretence of'),\n",
- " ('feign', 'make a pretence of'),\n",
- " ('dissemble', 'make believe with the intent to deceive')]},\n",
+ " ('affect', 'make believe with the intent to deceive')]},\n",
" {'answer': 'fell',\n",
" 'hint': 'synonyms for fell',\n",
- " 'clues': [('vanish', 'pass away rapidly'),\n",
- " ('come', 'come under, be classified or included'),\n",
- " ('fall', 'be captured'),\n",
- " ('cut down', 'cause to fall by or as if by delivering a blow'),\n",
- " ('hang', 'fall or flow in a certain way'),\n",
- " ('accrue', 'come into the possession of'),\n",
- " ('devolve', 'be inherited by'),\n",
- " ('descend', 'move downward and lower, but not necessarily all the way'),\n",
- " ('pass', 'be inherited by'),\n",
- " ('go down', 'move downward and lower, but not necessarily all the way'),\n",
- " ('come down', 'fall from clouds'),\n",
- " ('strike', 'touch or seem as if touching visually or audibly'),\n",
- " ('light', 'fall to somebody by assignment or lot'),\n",
+ " 'clues': [('fall', 'suffer defeat, failure, or ruin'),\n",
" ('flow', 'fall or flow in a certain way'),\n",
- " ('settle', 'come as if by falling'),\n",
+ " ('decrease', 'decrease in size, extent, or range'),\n",
" ('fly', 'pass away rapidly'),\n",
+ " ('shine', 'touch or seem as if touching visually or audibly'),\n",
+ " ('fall down', 'lose an upright position suddenly'),\n",
+ " ('come down', 'fall from clouds'),\n",
+ " ('settle', 'come as if by falling'),\n",
+ " ('diminish', 'decrease in size, extent, or range'),\n",
+ " ('devolve', 'be inherited by'),\n",
+ " ('precipitate', 'fall from clouds'),\n",
+ " ('pass', 'be inherited by'),\n",
" ('return', 'be inherited by'),\n",
+ " ('descend', 'come as if by falling'),\n",
+ " ('accrue', 'come into the possession of'),\n",
+ " ('lessen', 'decrease in size, extent, or range'),\n",
+ " ('go down', 'move downward and lower, but not necessarily all the way'),\n",
+ " ('come', 'come under, be classified or included'),\n",
" ('drop', 'cause to fall by or as if by delivering a blow'),\n",
" ('strike down', 'cause to fall by or as if by delivering a blow'),\n",
- " ('lessen', 'decrease in size, extent, or range'),\n",
- " ('diminish', 'decrease in size, extent, or range'),\n",
- " ('decrease', 'decrease in size, extent, or range'),\n",
- " ('shine', 'touch or seem as if touching visually or audibly'),\n",
- " ('fall down', 'lose an upright position suddenly'),\n",
- " ('precipitate', 'fall from clouds')]},\n",
+ " ('light', 'fall to somebody by assignment or lot'),\n",
+ " ('hang', 'fall or flow in a certain way'),\n",
+ " ('vanish', 'pass away rapidly'),\n",
+ " ('strike', 'touch or seem as if touching visually or audibly'),\n",
+ " ('cut down', 'cause to fall by or as if by delivering a blow')]},\n",
" {'answer': 'felted',\n",
" 'hint': 'synonyms for felted',\n",
- " 'clues': [('felt', 'mat together and make felt-like'),\n",
+ " 'clues': [('felt', 'change texture so as to become matted and felt-like'),\n",
+ " ('matt-up', 'change texture so as to become matted and felt-like'),\n",
" ('mat', 'change texture so as to become matted and felt-like'),\n",
- " ('matte', 'change texture so as to become matted and felt-like'),\n",
" ('mat up', 'change texture so as to become matted and felt-like'),\n",
" ('felt up', 'change texture so as to become matted and felt-like'),\n",
- " ('matt-up', 'change texture so as to become matted and felt-like')]},\n",
+ " ('matte', 'change texture so as to become matted and felt-like')]},\n",
" {'answer': 'fetching',\n",
" 'hint': 'synonyms for fetching',\n",
- " 'clues': [('bring', 'be sold for a certain price'),\n",
+ " 'clues': [('fetch', 'take away or remove'),\n",
" ('get', 'go or come after and bring or take back'),\n",
- " ('convey', 'go or come after and bring or take back'),\n",
" ('bring in', 'be sold for a certain price'),\n",
- " ('fetch', 'take away or remove')]},\n",
+ " ('bring', 'be sold for a certain price'),\n",
+ " ('convey', 'go or come after and bring or take back')]},\n",
" {'answer': 'fiddling',\n",
" 'hint': 'synonyms for fiddling',\n",
- " 'clues': [('tinker', 'try to fix or mend'),\n",
- " ('fiddle',\n",
+ " 'clues': [('monkey',\n",
" 'play around with or alter or falsify, usually secretively or dishonestly'),\n",
- " ('monkey',\n",
- " 'play around with or alter or falsify, usually secretively or dishonestly'),\n",
- " ('goldbrick', \"avoid (one's assigned duties)\"),\n",
- " ('toy', \"manipulate manually or in one's mind or imagination\"),\n",
- " ('shrink from', \"avoid (one's assigned duties)\"),\n",
" ('shirk', \"avoid (one's assigned duties)\"),\n",
- " ('diddle', \"manipulate manually or in one's mind or imagination\"),\n",
- " ('play', \"manipulate manually or in one's mind or imagination\"),\n",
+ " ('fiddle', 'play the violin or fiddle'),\n",
+ " ('tinker', 'try to fix or mend'),\n",
+ " ('toy', \"manipulate manually or in one's mind or imagination\"),\n",
" ('tamper',\n",
- " 'play around with or alter or falsify, usually secretively or dishonestly')]},\n",
+ " 'play around with or alter or falsify, usually secretively or dishonestly'),\n",
+ " ('play', \"manipulate manually or in one's mind or imagination\"),\n",
+ " ('diddle', \"manipulate manually or in one's mind or imagination\"),\n",
+ " ('shrink from', \"avoid (one's assigned duties)\"),\n",
+ " ('goldbrick', \"avoid (one's assigned duties)\")]},\n",
" {'answer': 'fighting',\n",
" 'hint': 'synonyms for fighting',\n",
- " 'clues': [('defend', 'fight against or resist strongly'),\n",
- " ('fight', 'make a strenuous or labored effort'),\n",
- " ('push',\n",
- " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('campaign',\n",
+ " 'clues': [('crusade',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('contend', 'be engaged in a fight; carry on a fight'),\n",
- " ('struggle', 'make a strenuous or labored effort'),\n",
- " ('press',\n",
+ " ('fight',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
" ('agitate',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
- " ('oppose', 'fight against or resist strongly'),\n",
- " ('crusade',\n",
+ " ('defend', 'fight against or resist strongly'),\n",
+ " ('push',\n",
" 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
" ('fight down', 'fight against or resist strongly'),\n",
- " ('fight back', 'fight against or resist strongly')]},\n",
+ " ('press',\n",
+ " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
+ " ('campaign',\n",
+ " 'exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for'),\n",
+ " ('fight back', 'fight against or resist strongly'),\n",
+ " ('struggle', 'be engaged in a fight; carry on a fight'),\n",
+ " ('contend', 'be engaged in a fight; carry on a fight'),\n",
+ " ('oppose', 'fight against or resist strongly')]},\n",
" {'answer': 'figured',\n",
" 'hint': 'synonyms for figured',\n",
- " 'clues': [('fancy', \"imagine; conceive of; see in one's mind\"),\n",
- " ('count on', 'judge to be probable'),\n",
- " ('estimate', 'judge to be probable'),\n",
- " ('enter', 'be or play a part of or in'),\n",
- " ('work out', 'make a mathematical calculation or computation'),\n",
- " ('project', \"imagine; conceive of; see in one's mind\"),\n",
- " ('calculate', 'make a mathematical calculation or computation'),\n",
- " ('compute', 'make a mathematical calculation or computation'),\n",
- " ('visualize', \"imagine; conceive of; see in one's mind\"),\n",
- " ('reckon', 'make a mathematical calculation or computation'),\n",
- " ('see', \"imagine; conceive of; see in one's mind\"),\n",
- " ('figure', 'understand'),\n",
+ " 'clues': [('work out', 'make a mathematical calculation or computation'),\n",
" ('cypher', 'make a mathematical calculation or computation'),\n",
- " ('image', \"imagine; conceive of; see in one's mind\"),\n",
" ('forecast', 'judge to be probable'),\n",
+ " ('figure', 'be or play a part of or in'),\n",
" ('cipher', 'make a mathematical calculation or computation'),\n",
+ " ('enter', 'be or play a part of or in'),\n",
+ " ('image', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('fancy', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('visualise', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('see', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('compute', 'make a mathematical calculation or computation'),\n",
+ " ('reckon', 'make a mathematical calculation or computation'),\n",
+ " ('calculate', 'make a mathematical calculation or computation'),\n",
" ('picture', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('project', \"imagine; conceive of; see in one's mind\"),\n",
+ " ('count on', 'judge to be probable'),\n",
+ " ('estimate', 'judge to be probable'),\n",
" ('envision', \"imagine; conceive of; see in one's mind\")]},\n",
" {'answer': 'filled',\n",
" 'hint': 'synonyms for filled',\n",
- " 'clues': [('satiate', 'fill to satisfaction'),\n",
+ " 'clues': [('fill', 'assume, as of positions or roles'),\n",
+ " ('fulfill', 'fill or meet a want or need'),\n",
+ " ('fill up', 'make full, also in a metaphorical sense'),\n",
+ " ('occupy', 'occupy the whole of'),\n",
+ " ('sate', 'fill to satisfaction'),\n",
" ('make full', 'make full, also in a metaphorical sense'),\n",
- " ('fulfil', 'fill or meet a want or need'),\n",
" ('meet', 'fill or meet a want or need'),\n",
- " ('fill up', 'eat until one is sated'),\n",
- " ('fill', 'eat until one is sated'),\n",
- " ('satisfy', 'fill or meet a want or need'),\n",
- " ('sate', 'fill to satisfaction'),\n",
" ('take', 'assume, as of positions or roles'),\n",
- " ('replete', 'fill to satisfaction'),\n",
- " ('occupy', 'assume, as of positions or roles')]},\n",
+ " ('satisfy', 'fill or meet a want or need'),\n",
+ " ('satiate', 'fill to satisfaction'),\n",
+ " ('replete', 'fill to satisfaction')]},\n",
" {'answer': 'finished',\n",
" 'hint': 'synonyms for finished',\n",
" 'clues': [('finish', 'come or bring to a finish or an end'),\n",
- " ('wind up', 'finally be or do something'),\n",
- " ('eat up', \"finish eating all the food on one's plate or on the table\"),\n",
+ " ('fetch up', 'finally be or do something'),\n",
+ " ('stop',\n",
+ " 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical'),\n",
" ('end up', 'finally be or do something'),\n",
+ " ('eat up', \"finish eating all the food on one's plate or on the table\"),\n",
" ('land up', 'finally be or do something'),\n",
" ('cease',\n",
" 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical'),\n",
- " ('terminate',\n",
+ " ('end',\n",
" 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical'),\n",
" ('polish off',\n",
" \"finish eating all the food on one's plate or on the table\"),\n",
- " ('fetch up', 'finally be or do something'),\n",
" ('complete', 'come or bring to a finish or an end'),\n",
- " ('stop',\n",
+ " ('terminate',\n",
" 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical'),\n",
" ('finish up', 'finally be or do something'),\n",
- " ('end',\n",
- " 'have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical')]},\n",
+ " ('wind up', 'finally be or do something')]},\n",
" {'answer': 'fired',\n",
" 'hint': 'synonyms for fired',\n",
- " 'clues': [('fire', 'provide with fuel'),\n",
+ " 'clues': [('go off', 'go off or discharge'),\n",
+ " ('fire', 'bake in a kiln so as to harden'),\n",
+ " ('fuel', 'provide with fuel'),\n",
" ('raise', 'call forth (emotions, feelings, and responses)'),\n",
- " ('open fire', 'start firing a weapon'),\n",
- " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('enkindle', 'call forth (emotions, feelings, and responses)'),\n",
" ('terminate',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('burn', 'destroy by fire'),\n",
- " ('go off', 'go off or discharge'),\n",
- " ('fuel', 'provide with fuel'),\n",
- " ('discharge', 'go off or discharge'),\n",
- " ('force out',\n",
- " 'terminate the employment of; discharge from an office or position'),\n",
- " ('can',\n",
+ " ('give the axe',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('elicit', 'call forth (emotions, feelings, and responses)'),\n",
- " ('give notice',\n",
+ " ('sack',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('displace',\n",
+ " ('discharge', 'cause to go off'),\n",
+ " ('arouse', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('provoke', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('open fire', 'start firing a weapon'),\n",
+ " ('give the sack',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('dismiss',\n",
+ " ('evoke', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('can',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
" ('send away',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('kindle', 'call forth (emotions, feelings, and responses)'),\n",
- " ('provoke', 'call forth (emotions, feelings, and responses)'),\n",
- " ('give the sack',\n",
+ " ('burn', 'destroy by fire'),\n",
+ " ('burn down', 'destroy by fire'),\n",
+ " ('force out',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('arouse', 'call forth (emotions, feelings, and responses)'),\n",
- " ('sack',\n",
+ " ('displace',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('give the axe',\n",
+ " ('give notice',\n",
" 'terminate the employment of; discharge from an office or position'),\n",
- " ('burn down', 'destroy by fire')]},\n",
+ " ('elicit', 'call forth (emotions, feelings, and responses)'),\n",
+ " ('dismiss',\n",
+ " 'terminate the employment of; discharge from an office or position')]},\n",
" {'answer': 'fit',\n",
" 'hint': 'synonyms for fit',\n",
- " 'clues': [('gibe',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " 'clues': [('fit out',\n",
+ " 'provide with (something) usually for a specific purpose'),\n",
" ('match', 'make correspond or harmonize'),\n",
+ " ('suit', 'be agreeable or acceptable to'),\n",
+ " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
+ " ('outfit', 'provide with (something) usually for a specific purpose'),\n",
" ('accommodate', 'be agreeable or acceptable to'),\n",
- " ('meet', 'satisfy a condition or restriction'),\n",
- " ('fit out', 'provide with (something) usually for a specific purpose'),\n",
+ " ('equip', 'provide with (something) usually for a specific purpose'),\n",
" ('tally',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('equip', 'provide with (something) usually for a specific purpose'),\n",
" ('check',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
- " ('outfit', 'provide with (something) usually for a specific purpose'),\n",
" ('correspond',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('agree',\n",
+ " ('jibe',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('suit', 'be agreeable or acceptable to'),\n",
+ " ('gibe',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('meet', 'satisfy a condition or restriction'),\n",
" ('conform to', 'satisfy a condition or restriction'),\n",
- " ('jibe',\n",
+ " ('agree',\n",
" 'be compatible, similar or consistent; coincide in their characteristics')]},\n",
" {'answer': 'fitted',\n",
" 'hint': 'synonyms for fitted',\n",
- " 'clues': [('gibe',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('match',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('fit out', 'provide with (something) usually for a specific purpose'),\n",
- " ('tally',\n",
+ " 'clues': [('fit out',\n",
+ " 'provide with (something) usually for a specific purpose'),\n",
+ " ('match', 'make correspond or harmonize'),\n",
+ " ('fit',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
" ('equip', 'provide with (something) usually for a specific purpose'),\n",
- " ('fit', 'make correspond or harmonize'),\n",
+ " ('correspond',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
" ('check',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
- " ('outfit', 'provide with (something) usually for a specific purpose'),\n",
+ " ('conform to', 'satisfy a condition or restriction'),\n",
" ('suit', 'be agreeable or acceptable to'),\n",
- " ('agree',\n",
+ " ('outfit', 'provide with (something) usually for a specific purpose'),\n",
+ " ('accommodate', 'be agreeable or acceptable to'),\n",
+ " ('tally',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('conform to', 'satisfy a condition or restriction'),\n",
" ('jibe',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('accommodate', 'be agreeable or acceptable to'),\n",
+ " ('gibe',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
" ('meet', 'satisfy a condition or restriction'),\n",
- " ('correspond',\n",
+ " ('agree',\n",
" 'be compatible, similar or consistent; coincide in their characteristics')]},\n",
" {'answer': 'fitting',\n",
" 'hint': 'synonyms for fitting',\n",
- " 'clues': [('gibe',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('match',\n",
- " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('fit out', 'provide with (something) usually for a specific purpose'),\n",
- " ('tally',\n",
+ " 'clues': [('fit out',\n",
+ " 'provide with (something) usually for a specific purpose'),\n",
+ " ('match', 'make correspond or harmonize'),\n",
+ " ('fit',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
+ " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
" ('equip', 'provide with (something) usually for a specific purpose'),\n",
- " ('fit', 'make correspond or harmonize'),\n",
+ " ('correspond',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
" ('check',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
- " ('outfit', 'provide with (something) usually for a specific purpose'),\n",
+ " ('conform to', 'satisfy a condition or restriction'),\n",
" ('suit', 'be agreeable or acceptable to'),\n",
- " ('agree',\n",
+ " ('outfit', 'provide with (something) usually for a specific purpose'),\n",
+ " ('accommodate', 'be agreeable or acceptable to'),\n",
+ " ('tally',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('conform to', 'satisfy a condition or restriction'),\n",
" ('jibe',\n",
" 'be compatible, similar or consistent; coincide in their characteristics'),\n",
- " ('accommodate', 'be agreeable or acceptable to'),\n",
+ " ('gibe',\n",
+ " 'be compatible, similar or consistent; coincide in their characteristics'),\n",
" ('meet', 'satisfy a condition or restriction'),\n",
- " ('correspond',\n",
+ " ('agree',\n",
" 'be compatible, similar or consistent; coincide in their characteristics')]},\n",
" {'answer': 'fixed',\n",
" 'hint': 'synonyms for fixed',\n",
- " 'clues': [('fix', 'make infertile'),\n",
- " ('ready', 'prepare for eating by applying heat'),\n",
- " ('determine', 'decide upon or fix definitely'),\n",
- " ('fixate', 'make fixed, stable or stationary'),\n",
- " ('desex', 'make infertile'),\n",
- " ('cook', 'prepare for eating by applying heat'),\n",
- " ('prepare',\n",
+ " 'clues': [('fasten', 'cause to be firmly attached'),\n",
+ " ('desexualise', 'make infertile'),\n",
+ " ('fix', 'take vengeance on or get even'),\n",
+ " ('ready',\n",
+ " 'make ready or suitable or equip in advance for a particular purpose or for some use, event, etc'),\n",
+ " ('set up',\n",
" 'make ready or suitable or equip in advance for a particular purpose or for some use, event, etc'),\n",
- " ('bushel',\n",
- " 'restore by replacing a part or putting together what is torn or broken'),\n",
- " ('furbish up',\n",
- " 'restore by replacing a part or putting together what is torn or broken'),\n",
" ('specify', 'decide upon or fix definitely'),\n",
- " ('set', 'decide upon or fix definitely'),\n",
- " ('mend',\n",
+ " ('deposit', 'put (something somewhere) firmly'),\n",
+ " ('doctor',\n",
" 'restore by replacing a part or putting together what is torn or broken'),\n",
- " ('sterilise', 'make infertile'),\n",
+ " ('set',\n",
+ " 'make ready or suitable or equip in advance for a particular purpose or for some use, event, etc'),\n",
+ " ('posit', 'put (something somewhere) firmly'),\n",
" ('repair',\n",
" 'restore by replacing a part or putting together what is torn or broken'),\n",
- " ('desexualise', 'make infertile'),\n",
- " ('pay off', 'take vengeance on or get even'),\n",
+ " ('sterilize', 'make infertile'),\n",
+ " ('determine', 'decide upon or fix definitely'),\n",
+ " ('define', 'decide upon or fix definitely'),\n",
+ " ('limit', 'decide upon or fix definitely'),\n",
+ " ('touch on',\n",
+ " 'restore by replacing a part or putting together what is torn or broken'),\n",
+ " ('furbish up',\n",
+ " 'restore by replacing a part or putting together what is torn or broken'),\n",
+ " ('get', 'take vengeance on or get even'),\n",
" ('unsex', 'make infertile'),\n",
- " ('set up',\n",
- " 'make ready or suitable or equip in advance for a particular purpose or for some use, event, etc'),\n",
- " ('posit', 'put (something somewhere) firmly'),\n",
- " ('gear up',\n",
+ " ('prepare',\n",
" 'make ready or suitable or equip in advance for a particular purpose or for some use, event, etc'),\n",
+ " ('fixate', 'make fixed, stable or stationary'),\n",
+ " ('desex', 'make infertile'),\n",
" ('restore',\n",
" 'restore by replacing a part or putting together what is torn or broken'),\n",
- " ('get', 'take vengeance on or get even'),\n",
- " ('make', 'prepare for eating by applying heat'),\n",
- " ('fasten', 'cause to be firmly attached'),\n",
+ " ('cook', 'prepare for eating by applying heat'),\n",
+ " ('situate', 'put (something somewhere) firmly'),\n",
+ " ('pay off', 'take vengeance on or get even'),\n",
" ('secure', 'cause to be firmly attached'),\n",
- " ('touch on',\n",
+ " ('bushel',\n",
" 'restore by replacing a part or putting together what is torn or broken'),\n",
- " ('situate', 'put (something somewhere) firmly'),\n",
- " ('deposit', 'put (something somewhere) firmly'),\n",
- " ('limit', 'decide upon or fix definitely'),\n",
- " ('doctor',\n",
+ " ('mend',\n",
" 'restore by replacing a part or putting together what is torn or broken'),\n",
+ " ('make', 'prepare for eating by applying heat'),\n",
" ('pay back', 'take vengeance on or get even'),\n",
- " ('define', 'decide upon or fix definitely')]},\n",
+ " ('gear up',\n",
+ " 'make ready or suitable or equip in advance for a particular purpose or for some use, event, etc')]},\n",
" {'answer': 'fizzing',\n",
" 'hint': 'synonyms for fizzing',\n",
- " 'clues': [('form bubbles', 'become bubbly or frothy or foaming'),\n",
+ " 'clues': [('froth', 'become bubbly or frothy or foaming'),\n",
+ " ('sparkle', 'become bubbly or frothy or foaming'),\n",
+ " ('form bubbles', 'become bubbly or frothy or foaming'),\n",
" ('fizz', 'become bubbly or frothy or foaming'),\n",
- " ('froth', 'become bubbly or frothy or foaming'),\n",
" ('effervesce', 'become bubbly or frothy or foaming'),\n",
- " ('sparkle', 'become bubbly or frothy or foaming'),\n",
" ('foam', 'become bubbly or frothy or foaming')]},\n",
" {'answer': 'flagging',\n",
" 'hint': 'synonyms for flagging',\n",
- " 'clues': [('swag',\n",
- " 'droop, sink, or settle from or as if from pressure or loss of tautness'),\n",
+ " 'clues': [('flag', 'decorate with flags'),\n",
" ('ease up', 'become less intense'),\n",
- " ('droop',\n",
+ " ('swag',\n",
" 'droop, sink, or settle from or as if from pressure or loss of tautness'),\n",
- " ('flag', 'provide with a flag'),\n",
" ('slacken off', 'become less intense'),\n",
- " ('ease off', 'become less intense')]},\n",
+ " ('ease off', 'become less intense'),\n",
+ " ('droop',\n",
+ " 'droop, sink, or settle from or as if from pressure or loss of tautness')]},\n",
" {'answer': 'flaring',\n",
" 'hint': 'synonyms for flaring',\n",
- " 'clues': [('flare', 'erupt or intensify suddenly'),\n",
- " ('erupt', 'erupt or intensify suddenly'),\n",
- " ('burn up', 'burn brightly'),\n",
- " ('flare out', 'become flared and widen, usually at one end'),\n",
- " ('flame up', 'burn brightly'),\n",
- " ('irrupt', 'erupt or intensify suddenly'),\n",
+ " 'clues': [('flare', 'burn brightly'),\n",
+ " ('flame', 'shine with a sudden light'),\n",
" ('burst out', 'erupt or intensify suddenly'),\n",
+ " ('irrupt', 'erupt or intensify suddenly'),\n",
+ " ('burn up', 'burn brightly'),\n",
" ('blaze up', 'burn brightly'),\n",
+ " ('flare out', 'become flared and widen, usually at one end'),\n",
" ('break open', 'erupt or intensify suddenly'),\n",
- " ('flame', 'shine with a sudden light')]},\n",
+ " ('flame up', 'burn brightly'),\n",
+ " ('erupt', 'erupt or intensify suddenly')]},\n",
" {'answer': 'flash',\n",
" 'hint': 'synonyms for flash',\n",
- " 'clues': [('ostentate',\n",
- " 'display proudly; act ostentatiously or pretentiously'),\n",
- " ('dart', 'run or move very quickly or hastily'),\n",
+ " 'clues': [('scoot', 'run or move very quickly or hastily'),\n",
+ " ('show off', 'display proudly; act ostentatiously or pretentiously'),\n",
" ('blink', 'gleam or glow intermittently'),\n",
- " ('swank', 'display proudly; act ostentatiously or pretentiously'),\n",
" ('flaunt', 'display proudly; act ostentatiously or pretentiously'),\n",
- " ('show off', 'display proudly; act ostentatiously or pretentiously'),\n",
- " ('scoot', 'run or move very quickly or hastily'),\n",
- " ('scud', 'run or move very quickly or hastily'),\n",
- " ('winkle', 'gleam or glow intermittently'),\n",
" ('shoot', 'run or move very quickly or hastily'),\n",
" ('dash', 'run or move very quickly or hastily'),\n",
- " ('wink', 'gleam or glow intermittently')]},\n",
+ " ('scud', 'run or move very quickly or hastily'),\n",
+ " ('swank', 'display proudly; act ostentatiously or pretentiously'),\n",
+ " ('dart', 'run or move very quickly or hastily'),\n",
+ " ('wink', 'gleam or glow intermittently'),\n",
+ " ('ostentate', 'display proudly; act ostentatiously or pretentiously'),\n",
+ " ('twinkle', 'gleam or glow intermittently')]},\n",
" {'answer': 'flecked',\n",
" 'hint': 'synonyms for flecked',\n",
- " 'clues': [('spot', 'make a spot or mark onto'),\n",
- " ('blot', 'make a spot or mark onto'),\n",
- " ('blob', 'make a spot or mark onto'),\n",
- " ('fleck', 'make a spot or mark onto')]},\n",
+ " 'clues': [('blot', 'make a spot or mark onto'),\n",
+ " ('spot', 'make a spot or mark onto'),\n",
+ " ('fleck', 'make a spot or mark onto'),\n",
+ " ('blob', 'make a spot or mark onto')]},\n",
" {'answer': 'fleet',\n",
" 'hint': 'synonyms for fleet',\n",
- " 'clues': [('pass off', 'disappear gradually'),\n",
+ " 'clues': [('fade', 'disappear gradually'),\n",
" ('flit', 'move along rapidly and lightly; skim or dart'),\n",
- " ('evanesce', 'disappear gradually'),\n",
- " ('flutter', 'move along rapidly and lightly; skim or dart'),\n",
" ('pass', 'disappear gradually'),\n",
- " ('blow over', 'disappear gradually'),\n",
" ('dart', 'move along rapidly and lightly; skim or dart'),\n",
- " ('fade', 'disappear gradually')]},\n",
+ " ('evanesce', 'disappear gradually'),\n",
+ " ('pass off', 'disappear gradually'),\n",
+ " ('blow over', 'disappear gradually'),\n",
+ " ('flutter', 'move along rapidly and lightly; skim or dart')]},\n",
" {'answer': 'fleeting',\n",
" 'hint': 'synonyms for fleeting',\n",
- " 'clues': [('pass off', 'disappear gradually'),\n",
- " ('fleet', 'disappear gradually'),\n",
+ " 'clues': [('fade', 'disappear gradually'),\n",
" ('flit', 'move along rapidly and lightly; skim or dart'),\n",
- " ('evanesce', 'disappear gradually'),\n",
- " ('flutter', 'move along rapidly and lightly; skim or dart'),\n",
" ('pass', 'disappear gradually'),\n",
- " ('blow over', 'disappear gradually'),\n",
+ " ('fleet', 'disappear gradually'),\n",
" ('dart', 'move along rapidly and lightly; skim or dart'),\n",
- " ('fade', 'disappear gradually')]},\n",
+ " ('evanesce', 'disappear gradually'),\n",
+ " ('pass off', 'disappear gradually'),\n",
+ " ('blow over', 'disappear gradually'),\n",
+ " ('flutter', 'move along rapidly and lightly; skim or dart')]},\n",
" {'answer': 'flickering',\n",
" 'hint': 'synonyms for flickering',\n",
- " 'clues': [('flicker', 'move back and forth very rapidly'),\n",
- " ('flick', 'shine unsteadily'),\n",
+ " 'clues': [('flicker', 'shine unsteadily'),\n",
+ " ('flick', 'flash intermittently'),\n",
+ " ('flitter', 'move back and forth very rapidly'),\n",
" ('waver', 'move back and forth very rapidly'),\n",
- " ('flutter', 'move back and forth very rapidly'),\n",
" ('quiver', 'move back and forth very rapidly')]},\n",
" {'answer': 'flip',\n",
" 'hint': 'synonyms for flip',\n",
- " 'clues': [('alternate',\n",
- " 'reverse (a direction, attitude, or course of action)'),\n",
- " ('toss', 'throw or toss with a light motion'),\n",
- " ('twitch',\n",
- " 'toss with a sharp movement so as to cause to turn over in the air'),\n",
+ " 'clues': [('flip out', 'react in an excited, delighted, or surprised way'),\n",
+ " ('throw', 'cause to go on or to be engaged or set in operation'),\n",
" ('riffle', 'look through a book or other written material'),\n",
+ " ('turn over', 'turn upside down, or throw so as to reverse'),\n",
+ " ('flip-flop', 'reverse (a direction, attitude, or course of action)'),\n",
" ('riff', 'look through a book or other written material'),\n",
- " ('interchange', 'reverse (a direction, attitude, or course of action)'),\n",
- " ('flip over', 'turn upside down, or throw so as to reverse'),\n",
+ " ('thumb', 'look through a book or other written material'),\n",
" ('switch', 'reverse (a direction, attitude, or course of action)'),\n",
- " ('throw', 'cause to go on or to be engaged or set in operation'),\n",
+ " ('toss', 'throw or toss with a light motion'),\n",
" ('tack', 'reverse (a direction, attitude, or course of action)'),\n",
- " ('flip out', 'react in an excited, delighted, or surprised way'),\n",
- " ('flip-flop', 'reverse (a direction, attitude, or course of action)'),\n",
" ('flick', 'look through a book or other written material'),\n",
- " ('thumb', 'look through a book or other written material'),\n",
" ('leaf', 'look through a book or other written material'),\n",
- " ('turn over', 'turn upside down, or throw so as to reverse'),\n",
+ " ('twitch',\n",
+ " 'toss with a sharp movement so as to cause to turn over in the air'),\n",
+ " ('interchange', 'reverse (a direction, attitude, or course of action)'),\n",
+ " ('alternate', 'reverse (a direction, attitude, or course of action)'),\n",
" ('pitch', 'throw or toss with a light motion'),\n",
+ " ('flip over', 'turn upside down, or throw so as to reverse'),\n",
" ('sky', 'throw or toss with a light motion')]},\n",
" {'answer': 'floating',\n",
" 'hint': 'synonyms for floating',\n",
- " 'clues': [('be adrift', 'be in motion due to some air or water current'),\n",
- " ('float', 'set afloat'),\n",
- " ('swim',\n",
- " 'be afloat either on or below a liquid surface and not sink to the bottom'),\n",
+ " 'clues': [('float',\n",
+ " 'convert from a fixed point notation to a floating point notation'),\n",
" ('drift', 'be in motion due to some air or water current'),\n",
- " ('blow', 'be in motion due to some air or water current')]},\n",
+ " ('be adrift', 'be in motion due to some air or water current'),\n",
+ " ('blow', 'be in motion due to some air or water current'),\n",
+ " ('swim',\n",
+ " 'be afloat either on or below a liquid surface and not sink to the bottom')]},\n",
" {'answer': 'flooded',\n",
" 'hint': 'synonyms for flooded',\n",
- " 'clues': [('flood', 'cover with liquid, usually water'),\n",
- " ('swamp', 'fill quickly beyond capacity; as with a liquid'),\n",
+ " 'clues': [('swamp', 'fill quickly beyond capacity; as with a liquid'),\n",
" ('glut', 'supply with an excess of'),\n",
+ " ('flood', 'become filled to overflowing'),\n",
" ('inundate', 'fill quickly beyond capacity; as with a liquid'),\n",
- " ('oversupply', 'supply with an excess of'),\n",
- " ('deluge', 'fill quickly beyond capacity; as with a liquid')]},\n",
+ " ('deluge', 'fill quickly beyond capacity; as with a liquid'),\n",
+ " ('oversupply', 'supply with an excess of')]},\n",
" {'answer': 'floored',\n",
" 'hint': 'synonyms for floored',\n",
- " 'clues': [('blow out of the water',\n",
- " \"surprise greatly; knock someone's socks off\"),\n",
+ " 'clues': [('take aback', \"surprise greatly; knock someone's socks off\"),\n",
" ('floor', 'knock down with force'),\n",
- " ('coldcock', 'knock down with force'),\n",
- " ('deck', 'knock down with force'),\n",
- " ('take aback', \"surprise greatly; knock someone's socks off\"),\n",
" ('dump', 'knock down with force'),\n",
- " ('ball over', \"surprise greatly; knock someone's socks off\"),\n",
+ " ('deck', 'knock down with force'),\n",
+ " ('shock', \"surprise greatly; knock someone's socks off\"),\n",
+ " ('blow out of the water', \"surprise greatly; knock someone's socks off\"),\n",
+ " ('coldcock', 'knock down with force'),\n",
" ('knock down', 'knock down with force'),\n",
- " ('shock', \"surprise greatly; knock someone's socks off\")]},\n",
+ " ('ball over', \"surprise greatly; knock someone's socks off\")]},\n",
" {'answer': 'flourishing',\n",
" 'hint': 'synonyms for flourishing',\n",
- " 'clues': [('fly high',\n",
- " \"make steady progress; be at the high point in one's career or reach a high point in historical significance or importance\"),\n",
- " ('flourish', 'move or swing back and forth'),\n",
+ " 'clues': [('flourish', 'grow vigorously'),\n",
+ " ('wave', 'move or swing back and forth'),\n",
+ " ('thrive', 'grow vigorously'),\n",
+ " ('brandish', 'move or swing back and forth'),\n",
" ('prosper',\n",
" \"make steady progress; be at the high point in one's career or reach a high point in historical significance or importance\"),\n",
- " ('thrive',\n",
+ " ('fly high',\n",
" \"make steady progress; be at the high point in one's career or reach a high point in historical significance or importance\"),\n",
" ('expand', 'grow vigorously'),\n",
- " ('wave', 'move or swing back and forth'),\n",
- " ('brandish', 'move or swing back and forth'),\n",
" ('boom', 'grow vigorously')]},\n",
" {'answer': 'flowing',\n",
" 'hint': 'synonyms for flowing',\n",
- " 'clues': [('flow', 'move or progress freely as if in a stream'),\n",
- " ('hang', 'fall or flow in a certain way'),\n",
- " ('menstruate', 'undergo menstruation'),\n",
- " ('feed', 'move along, of liquids'),\n",
+ " 'clues': [('feed', 'move along, of liquids'),\n",
+ " ('flow', 'undergo menstruation'),\n",
" ('run', 'move along, of liquids'),\n",
- " ('course', 'move along, of liquids'),\n",
" ('flux', 'move or progress freely as if in a stream'),\n",
+ " ('course', 'move along, of liquids'),\n",
+ " ('menstruate', 'undergo menstruation'),\n",
+ " ('hang', 'fall or flow in a certain way'),\n",
" ('fall', 'fall or flow in a certain way')]},\n",
" {'answer': 'flush',\n",
" 'hint': 'synonyms for flush',\n",
- " 'clues': [('even', 'make level or straight'),\n",
- " ('purge', 'rinse, clean, or empty with a liquid'),\n",
- " ('sluice', 'irrigate with water from a sluice'),\n",
+ " 'clues': [('sluice', 'irrigate with water from a sluice'),\n",
+ " ('blush', 'turn red, as if in embarrassment or shame'),\n",
+ " ('even', 'make level or straight'),\n",
" ('redden', 'turn red, as if in embarrassment or shame'),\n",
+ " ('scour', 'rinse, clean, or empty with a liquid'),\n",
" ('even out', 'make level or straight'),\n",
- " ('blush', 'turn red, as if in embarrassment or shame'),\n",
+ " ('crimson', 'turn red, as if in embarrassment or shame'),\n",
" ('level', 'make level or straight'),\n",
- " ('scour', 'rinse, clean, or empty with a liquid'),\n",
- " ('crimson', 'turn red, as if in embarrassment or shame')]},\n",
+ " ('purge', 'rinse, clean, or empty with a liquid')]},\n",
" {'answer': 'flushed',\n",
" 'hint': 'synonyms for flushed',\n",
- " 'clues': [('even', 'make level or straight'),\n",
- " ('purge', 'rinse, clean, or empty with a liquid'),\n",
+ " 'clues': [('flush', 'turn red, as if in embarrassment or shame'),\n",
" ('sluice', 'irrigate with water from a sluice'),\n",
- " ('flush', 'cause to flow or flood with or as if with water'),\n",
+ " ('blush', 'turn red, as if in embarrassment or shame'),\n",
+ " ('even', 'make level or straight'),\n",
" ('redden', 'turn red, as if in embarrassment or shame'),\n",
" ('even out', 'make level or straight'),\n",
- " ('blush', 'turn red, as if in embarrassment or shame'),\n",
- " ('level', 'make level or straight'),\n",
" ('scour', 'rinse, clean, or empty with a liquid'),\n",
- " ('crimson', 'turn red, as if in embarrassment or shame')]},\n",
+ " ('level', 'make level or straight'),\n",
+ " ('crimson', 'turn red, as if in embarrassment or shame'),\n",
+ " ('purge', 'rinse, clean, or empty with a liquid')]},\n",
" {'answer': 'fly',\n",
" 'hint': 'synonyms for fly',\n",
- " 'clues': [('vanish', 'decrease rapidly and disappear'),\n",
- " ('pilot', 'operate an airplane'),\n",
+ " 'clues': [('aviate', 'operate an airplane'),\n",
+ " ('wing', 'travel through the air; be airborne'),\n",
" ('fell', 'pass away rapidly'),\n",
- " ('vaporize', 'decrease rapidly and disappear'),\n",
- " ('take flight', 'run away quickly'),\n",
- " ('aviate', 'operate an airplane'),\n",
+ " ('pilot', 'operate an airplane'),\n",
" ('flee', 'run away quickly'),\n",
- " ('wing', 'travel through the air; be airborne')]},\n",
+ " ('take flight', 'run away quickly'),\n",
+ " ('vanish', 'decrease rapidly and disappear'),\n",
+ " ('vaporize', 'decrease rapidly and disappear')]},\n",
" {'answer': 'flying',\n",
" 'hint': 'synonyms for flying',\n",
- " 'clues': [('vanish', 'decrease rapidly and disappear'),\n",
- " ('pilot', 'operate an airplane'),\n",
- " ('fly', 'display in the air or cause to float'),\n",
- " ('fell', 'pass away rapidly'),\n",
+ " 'clues': [('fly', 'operate an airplane'),\n",
" ('take flight', 'run away quickly'),\n",
" ('aviate', 'operate an airplane'),\n",
- " ('flee', 'run away quickly'),\n",
" ('wing', 'travel through the air; be airborne'),\n",
+ " ('fell', 'pass away rapidly'),\n",
+ " ('pilot', 'operate an airplane'),\n",
+ " ('flee', 'run away quickly'),\n",
+ " ('vanish', 'decrease rapidly and disappear'),\n",
" ('vaporize', 'decrease rapidly and disappear')]},\n",
" {'answer': 'foaming',\n",
" 'hint': 'synonyms for foaming',\n",
- " 'clues': [('form bubbles', 'become bubbly or frothy or foaming'),\n",
+ " 'clues': [('froth', 'become bubbly or frothy or foaming'),\n",
+ " ('sparkle', 'become bubbly or frothy or foaming'),\n",
+ " ('form bubbles', 'become bubbly or frothy or foaming'),\n",
" ('fizz', 'become bubbly or frothy or foaming'),\n",
- " ('froth', 'become bubbly or frothy or foaming'),\n",
" ('effervesce', 'become bubbly or frothy or foaming'),\n",
- " ('sparkle', 'become bubbly or frothy or foaming'),\n",
" ('foam', 'become bubbly or frothy or foaming')]},\n",
" {'answer': 'focused',\n",
" 'hint': 'synonyms for focused',\n",
- " 'clues': [('focalise', 'put (an image) into focus'),\n",
- " ('concentrate', \"direct one's attention on something\"),\n",
- " ('focus', 'put (an image) into focus'),\n",
+ " 'clues': [('focalize', 'become focussed or come into focus'),\n",
+ " ('focus',\n",
+ " 'bring into focus or alignment; to converge or cause to converge; of ideas or emotions'),\n",
" ('sharpen', 'put (an image) into focus'),\n",
- " ('centre', \"direct one's attention on something\"),\n",
" ('concenter',\n",
" 'bring into focus or alignment; to converge or cause to converge; of ideas or emotions'),\n",
+ " ('center', \"direct one's attention on something\"),\n",
" ('pore', \"direct one's attention on something\"),\n",
+ " ('centre', \"direct one's attention on something\"),\n",
" ('rivet', \"direct one's attention on something\"),\n",
- " ('center', \"direct one's attention on something\")]},\n",
+ " ('concentrate', \"direct one's attention on something\")]},\n",
" {'answer': 'focussed',\n",
" 'hint': 'synonyms for focussed',\n",
- " 'clues': [('focalise', 'put (an image) into focus'),\n",
- " ('concentrate', \"direct one's attention on something\"),\n",
- " ('focus', 'put (an image) into focus'),\n",
+ " 'clues': [('focalize', 'become focussed or come into focus'),\n",
+ " ('focus',\n",
+ " 'bring into focus or alignment; to converge or cause to converge; of ideas or emotions'),\n",
" ('sharpen', 'put (an image) into focus'),\n",
- " ('centre', \"direct one's attention on something\"),\n",
" ('concenter',\n",
" 'bring into focus or alignment; to converge or cause to converge; of ideas or emotions'),\n",
+ " ('center', \"direct one's attention on something\"),\n",
" ('pore', \"direct one's attention on something\"),\n",
+ " ('centre', \"direct one's attention on something\"),\n",
" ('rivet', \"direct one's attention on something\"),\n",
- " ('center', \"direct one's attention on something\")]},\n",
+ " ('concentrate', \"direct one's attention on something\")]},\n",
" {'answer': 'fogged',\n",
" 'hint': 'synonyms for fogged',\n",
- " 'clues': [('fog', 'make less visible or unclear'),\n",
+ " 'clues': [('haze over', 'make less visible or unclear'),\n",
" ('becloud', 'make less visible or unclear'),\n",
- " ('haze over', 'make less visible or unclear'),\n",
- " ('obscure', 'make less visible or unclear'),\n",
- " ('cloud', 'make less visible or unclear'),\n",
" ('mist', 'make less visible or unclear'),\n",
+ " ('obscure', 'make less visible or unclear'),\n",
" ('obnubilate', 'make less visible or unclear'),\n",
+ " ('fog', 'make less visible or unclear'),\n",
+ " ('cloud', 'make less visible or unclear'),\n",
" ('befog', 'make less visible or unclear')]},\n",
" {'answer': 'foiled',\n",
" 'hint': 'synonyms for foiled',\n",
- " 'clues': [('baffle',\n",
+ " 'clues': [('cross',\n",
" 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('foil', 'enhance by contrast'),\n",
+ " ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('foil', 'cover or back with foil'),\n",
+ " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('cross', 'hinder or prevent (the efforts, plans, or desires) of')]},\n",
+ " ('baffle', 'hinder or prevent (the efforts, plans, or desires) of')]},\n",
" {'answer': 'folding',\n",
" 'hint': 'synonyms for folding',\n",
- " 'clues': [('fold up', 'bend or lay so that one part covers the other'),\n",
- " ('fold', 'become folded or folded up'),\n",
+ " 'clues': [('shut down', 'cease to operate or cause to cease operating'),\n",
" ('pen up', 'confine in a fold, like sheep'),\n",
- " ('shut down', 'cease to operate or cause to cease operating'),\n",
- " ('close down', 'cease to operate or cause to cease operating'),\n",
+ " ('fold',\n",
+ " 'incorporate a food ingredient into a mixture by repeatedly turning it over without stirring or beating'),\n",
" ('turn up', 'bend or lay so that one part covers the other'),\n",
+ " ('close down', 'cease to operate or cause to cease operating'),\n",
" ('close', 'cease to operate or cause to cease operating'),\n",
+ " ('fold up', 'bend or lay so that one part covers the other'),\n",
" ('close up', 'cease to operate or cause to cease operating')]},\n",
" {'answer': 'following',\n",
" 'hint': 'synonyms for following',\n",
- " 'clues': [('be',\n",
- " 'work in a specific place, with a specific subject, or in a specific function'),\n",
- " ('comply', \"act in accordance with someone's rules, commands, or wishes\"),\n",
- " ('accompany', 'perform an accompaniment to'),\n",
- " ('follow',\n",
- " 'follow, discover, or ascertain the course of development of something'),\n",
+ " 'clues': [('succeed', 'be the successor (of)'),\n",
" ('trace',\n",
" 'follow, discover, or ascertain the course of development of something'),\n",
- " ('come after', 'be the successor (of)'),\n",
" ('espouse',\n",
" 'choose and follow; as of theories, ideas, policies, strategies or plans'),\n",
- " ('travel along', 'travel along a certain course'),\n",
+ " ('follow', 'follow with the eyes or the mind'),\n",
+ " ('pursue', 'follow in or as if in pursuit'),\n",
+ " ('watch', 'follow with the eyes or the mind'),\n",
+ " ('keep an eye on', 'follow with the eyes or the mind'),\n",
+ " ('postdate', 'be later in time'),\n",
" ('come', 'to be the product or result'),\n",
- " ('watch over', 'follow with the eyes or the mind'),\n",
- " ('play along', 'perform an accompaniment to'),\n",
- " ('succeed', 'be the successor (of)'),\n",
- " ('stick to', 'keep to'),\n",
+ " ('keep up', 'keep informed'),\n",
+ " ('fall out', 'come as a logical consequence; follow logically'),\n",
" ('abide by',\n",
" \"act in accordance with someone's rules, commands, or wishes\"),\n",
- " ('watch', 'follow with the eyes or the mind'),\n",
- " ('adopt',\n",
- " 'choose and follow; as of theories, ideas, policies, strategies or plans'),\n",
+ " ('conform to', 'behave in accordance or in agreement with'),\n",
+ " ('travel along', 'travel along a certain course'),\n",
+ " ('come after', 'come after in time, as a result'),\n",
+ " ('take after', 'imitate in behavior; take as a model'),\n",
" ('survey', 'keep under surveillance'),\n",
- " ('stick with', 'keep to'),\n",
- " ('fall out', 'come as a logical consequence; follow logically'),\n",
" ('keep abreast', 'keep informed'),\n",
- " ('take after', 'imitate in behavior; take as a model'),\n",
- " ('postdate', 'be later in time'),\n",
- " ('conform to', 'behave in accordance or in agreement with'),\n",
+ " ('stick with', 'keep to'),\n",
+ " ('stick to', 'keep to'),\n",
+ " ('play along', 'perform an accompaniment to'),\n",
+ " ('adopt',\n",
+ " 'choose and follow; as of theories, ideas, policies, strategies or plans'),\n",
+ " ('accompany', 'perform an accompaniment to'),\n",
+ " ('be',\n",
+ " 'work in a specific place, with a specific subject, or in a specific function'),\n",
+ " ('surveil', 'keep under surveillance'),\n",
+ " ('comply', \"act in accordance with someone's rules, commands, or wishes\"),\n",
" ('observe', 'follow with the eyes or the mind'),\n",
- " ('keep an eye on', 'follow with the eyes or the mind'),\n",
- " ('keep up', 'keep informed'),\n",
- " ('pursue', 'follow in or as if in pursuit'),\n",
- " ('surveil', 'keep under surveillance')]},\n",
+ " ('watch over', 'follow with the eyes or the mind')]},\n",
" {'answer': 'fooling',\n",
" 'hint': 'synonyms for fooling',\n",
- " 'clues': [('fool away', 'spend frivolously and unwisely'),\n",
- " ('fool', 'make a fool or dupe of'),\n",
+ " 'clues': [('gull', 'fool or hoax'),\n",
+ " ('fool away', 'spend frivolously and unwisely'),\n",
+ " ('fool around', 'indulge in horseplay'),\n",
+ " ('shoot', 'spend frivolously and unwisely'),\n",
+ " ('fritter away', 'spend frivolously and unwisely'),\n",
+ " ('fool', 'spend frivolously and unwisely'),\n",
+ " ('slang', 'fool or hoax'),\n",
+ " ('take in', 'fool or hoax'),\n",
+ " ('dupe', 'fool or hoax'),\n",
" ('dissipate', 'spend frivolously and unwisely'),\n",
- " ('gull', 'fool or hoax'),\n",
- " ('put one across', 'fool or hoax'),\n",
+ " ('fritter', 'spend frivolously and unwisely'),\n",
" ('arse around', 'indulge in horseplay'),\n",
- " ('frivol away', 'spend frivolously and unwisely'),\n",
- " ('befool', 'make a fool or dupe of'),\n",
- " ('cod', 'fool or hoax'),\n",
" ('put one over', 'fool or hoax'),\n",
- " ('shoot', 'spend frivolously and unwisely'),\n",
- " ('fritter', 'spend frivolously and unwisely'),\n",
- " ('dupe', 'fool or hoax'),\n",
- " ('fool around', 'indulge in horseplay'),\n",
- " ('take in', 'fool or hoax'),\n",
+ " ('cod', 'fool or hoax'),\n",
+ " ('befool', 'make a fool or dupe of'),\n",
+ " ('frivol away', 'spend frivolously and unwisely'),\n",
" ('put on', 'fool or hoax'),\n",
- " ('slang', 'fool or hoax'),\n",
- " ('fritter away', 'spend frivolously and unwisely')]},\n",
+ " ('put one across', 'fool or hoax')]},\n",
" {'answer': 'footed',\n",
" 'hint': 'synonyms for footed',\n",
" 'clues': [('foot', 'add a column of numbers'),\n",
+ " ('hoof it', 'walk'),\n",
" ('foot up', 'add a column of numbers'),\n",
- " ('pick', 'pay for something'),\n",
- " ('leg it', 'walk'),\n",
" ('hoof', 'walk'),\n",
- " ('hoof it', 'walk')]},\n",
+ " ('leg it', 'walk'),\n",
+ " ('pick', 'pay for something')]},\n",
" {'answer': 'footless',\n",
" 'hint': 'synonyms for footless',\n",
- " 'clues': [('loaf', 'be about'),\n",
- " ('mess about', 'be about'),\n",
- " ('tarry', 'be about'),\n",
+ " 'clues': [('hang around', 'be about'),\n",
+ " ('mill about', 'be about'),\n",
+ " ('linger', 'be about'),\n",
" ('loiter', 'be about'),\n",
" ('lollygag', 'be about'),\n",
+ " ('mill around', 'be about'),\n",
" ('lounge', 'be about'),\n",
- " ('hang around', 'be about'),\n",
+ " ('tarry', 'be about'),\n",
+ " ('footle', 'act foolishly, as by talking nonsense'),\n",
+ " ('loaf', 'be about'),\n",
" ('lurk', 'be about'),\n",
- " ('footle', 'be about'),\n",
- " ('mill about', 'be about'),\n",
- " ('linger', 'be about'),\n",
- " ('mill around', 'be about')]},\n",
+ " ('mess about', 'be about')]},\n",
" {'answer': 'footling',\n",
" 'hint': 'synonyms for footling',\n",
- " 'clues': [('loaf', 'be about'),\n",
- " ('mess about', 'be about'),\n",
- " ('tarry', 'be about'),\n",
+ " 'clues': [('hang around', 'be about'),\n",
+ " ('mill about', 'be about'),\n",
+ " ('linger', 'be about'),\n",
" ('loiter', 'be about'),\n",
" ('lollygag', 'be about'),\n",
+ " ('mill around', 'be about'),\n",
" ('lounge', 'be about'),\n",
- " ('hang around', 'be about'),\n",
+ " ('tarry', 'be about'),\n",
+ " ('footle', 'act foolishly, as by talking nonsense'),\n",
+ " ('loaf', 'be about'),\n",
" ('lurk', 'be about'),\n",
- " ('footle', 'be about'),\n",
- " ('mill about', 'be about'),\n",
- " ('linger', 'be about'),\n",
- " ('mill around', 'be about')]},\n",
+ " ('mess about', 'be about')]},\n",
" {'answer': 'forbidden',\n",
" 'hint': 'synonyms for forbidden',\n",
- " 'clues': [('preclude', 'keep from happening or arising; make impossible'),\n",
- " ('interdict', 'command against'),\n",
- " ('nix', 'command against'),\n",
- " ('veto', 'command against'),\n",
- " ('proscribe', 'command against'),\n",
+ " 'clues': [('forestall', 'keep from happening or arising; make impossible'),\n",
+ " ('disallow', 'command against'),\n",
" ('forbid', 'keep from happening or arising; make impossible'),\n",
- " ('forestall', 'keep from happening or arising; make impossible'),\n",
- " ('prevent', 'keep from happening or arising; make impossible'),\n",
+ " ('proscribe', 'command against'),\n",
" ('foreclose', 'keep from happening or arising; make impossible'),\n",
- " ('disallow', 'command against'),\n",
- " ('prohibit', 'command against')]},\n",
+ " ('veto', 'command against'),\n",
+ " ('interdict', 'command against'),\n",
+ " ('prevent', 'keep from happening or arising; make impossible'),\n",
+ " ('preclude', 'keep from happening or arising; make impossible'),\n",
+ " ('prohibit', 'command against'),\n",
+ " ('nix', 'command against')]},\n",
" {'answer': 'forbidding',\n",
" 'hint': 'synonyms for forbidding',\n",
- " 'clues': [('preclude', 'keep from happening or arising; make impossible'),\n",
- " ('interdict', 'command against'),\n",
- " ('nix', 'command against'),\n",
- " ('veto', 'command against'),\n",
- " ('proscribe', 'command against'),\n",
+ " 'clues': [('forestall', 'keep from happening or arising; make impossible'),\n",
+ " ('disallow', 'command against'),\n",
" ('forbid', 'keep from happening or arising; make impossible'),\n",
- " ('forestall', 'keep from happening or arising; make impossible'),\n",
- " ('prevent', 'keep from happening or arising; make impossible'),\n",
+ " ('proscribe', 'command against'),\n",
" ('foreclose', 'keep from happening or arising; make impossible'),\n",
- " ('disallow', 'command against'),\n",
- " ('prohibit', 'command against')]},\n",
+ " ('veto', 'command against'),\n",
+ " ('interdict', 'command against'),\n",
+ " ('prevent', 'keep from happening or arising; make impossible'),\n",
+ " ('preclude', 'keep from happening or arising; make impossible'),\n",
+ " ('prohibit', 'command against'),\n",
+ " ('nix', 'command against')]},\n",
" {'answer': 'forced',\n",
" 'hint': 'synonyms for forced',\n",
- " 'clues': [('force', 'cause to move by pulling'),\n",
- " ('ram',\n",
+ " 'clues': [('force',\n",
" 'force into or from an action or state, either physically or metaphorically'),\n",
- " ('push', 'move with force,'),\n",
- " ('hale',\n",
- " 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
- " ('squeeze',\n",
- " 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
" ('draw', 'cause to move by pulling'),\n",
" ('pressure',\n",
" 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
- " ('thrust', 'impose urgently, importunately, or inexorably'),\n",
- " ('pull', 'cause to move by pulling'),\n",
- " ('storm', 'take by force'),\n",
" ('wedge', 'squeeze like a wedge into a tight space'),\n",
- " ('impel', 'urge or force (a person) to an action; constrain or motivate'),\n",
+ " ('push', 'move with force,'),\n",
+ " ('ram',\n",
+ " 'force into or from an action or state, either physically or metaphorically'),\n",
" ('coerce',\n",
" 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
+ " ('pull', 'cause to move by pulling'),\n",
+ " ('thrust', 'impose urgently, importunately, or inexorably'),\n",
+ " ('impel', 'urge or force (a person) to an action; constrain or motivate'),\n",
+ " ('hale',\n",
+ " 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
" ('drive',\n",
- " 'force into or from an action or state, either physically or metaphorically')]},\n",
+ " 'force into or from an action or state, either physically or metaphorically'),\n",
+ " ('storm', 'take by force'),\n",
+ " ('squeeze', 'squeeze like a wedge into a tight space')]},\n",
" {'answer': 'foreboding',\n",
" 'hint': 'synonyms for foreboding',\n",
" 'clues': [('promise', 'make a prediction about; tell in advance'),\n",
" ('call', 'make a prediction about; tell in advance'),\n",
" ('anticipate', 'make a prediction about; tell in advance'),\n",
- " ('prognosticate', 'make a prediction about; tell in advance'),\n",
" ('predict', 'make a prediction about; tell in advance'),\n",
- " ('forebode', 'make a prediction about; tell in advance'),\n",
- " ('foretell', 'make a prediction about; tell in advance')]},\n",
+ " ('foretell', 'make a prediction about; tell in advance'),\n",
+ " ('prognosticate', 'make a prediction about; tell in advance'),\n",
+ " ('forebode', 'make a prediction about; tell in advance')]},\n",
" {'answer': 'foregoing',\n",
" 'hint': 'synonyms for foregoing',\n",
- " 'clues': [('forego', 'do without or cease to hold or adhere to'),\n",
- " ('waive', 'do without or cease to hold or adhere to'),\n",
- " ('relinquish', 'do without or cease to hold or adhere to'),\n",
- " ('give up',\n",
+ " 'clues': [('precede', 'be earlier in time; go back further'),\n",
+ " ('forgo', 'be earlier in time; go back further'),\n",
+ " ('waive',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('throw overboard',\n",
+ " ('foreswear', 'do without or cease to hold or adhere to'),\n",
+ " ('forfeit',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
+ " ('relinquish', 'do without or cease to hold or adhere to'),\n",
+ " ('predate', 'be earlier in time; go back further'),\n",
" ('antecede', 'be earlier in time; go back further'),\n",
- " ('dispense with', 'do without or cease to hold or adhere to'),\n",
" ('antedate', 'be earlier in time; go back further'),\n",
- " ('forfeit',\n",
+ " ('give up',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('predate', 'be earlier in time; go back further'),\n",
- " ('precede', 'be earlier in time; go back further'),\n",
- " ('foreswear', 'do without or cease to hold or adhere to')]},\n",
+ " ('throw overboard',\n",
+ " 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
+ " ('dispense with', 'do without or cease to hold or adhere to')]},\n",
" {'answer': 'foregone',\n",
" 'hint': 'synonyms for foregone',\n",
- " 'clues': [('forego', 'do without or cease to hold or adhere to'),\n",
- " ('waive', 'do without or cease to hold or adhere to'),\n",
- " ('relinquish', 'do without or cease to hold or adhere to'),\n",
- " ('give up',\n",
+ " 'clues': [('precede', 'be earlier in time; go back further'),\n",
+ " ('forgo', 'be earlier in time; go back further'),\n",
+ " ('waive',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('throw overboard',\n",
+ " ('foreswear', 'do without or cease to hold or adhere to'),\n",
+ " ('forfeit',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
+ " ('relinquish', 'do without or cease to hold or adhere to'),\n",
+ " ('predate', 'be earlier in time; go back further'),\n",
" ('antecede', 'be earlier in time; go back further'),\n",
- " ('dispense with', 'do without or cease to hold or adhere to'),\n",
" ('antedate', 'be earlier in time; go back further'),\n",
- " ('forfeit',\n",
+ " ('give up',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('predate', 'be earlier in time; go back further'),\n",
- " ('precede', 'be earlier in time; go back further'),\n",
- " ('foreswear', 'do without or cease to hold or adhere to')]},\n",
+ " ('throw overboard',\n",
+ " 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
+ " ('dispense with', 'do without or cease to hold or adhere to')]},\n",
" {'answer': 'foreshadowing',\n",
" 'hint': 'synonyms for foreshadowing',\n",
- " 'clues': [('omen', 'indicate by signs'),\n",
- " ('foretell', 'indicate by signs'),\n",
- " ('prognosticate', 'indicate by signs'),\n",
- " ('predict', 'indicate by signs'),\n",
- " ('auspicate', 'indicate by signs'),\n",
- " ('prefigure', 'indicate by signs'),\n",
+ " 'clues': [('prognosticate', 'indicate by signs'),\n",
+ " ('presage', 'indicate by signs'),\n",
" ('forecast', 'indicate by signs'),\n",
+ " ('auspicate', 'indicate by signs'),\n",
+ " ('foreshadow', 'indicate by signs'),\n",
+ " ('omen', 'indicate by signs'),\n",
" ('portend', 'indicate by signs'),\n",
- " ('bode', 'indicate by signs'),\n",
+ " ('augur', 'indicate by signs'),\n",
+ " ('predict', 'indicate by signs'),\n",
" ('betoken', 'indicate by signs'),\n",
- " ('foreshadow', 'indicate by signs'),\n",
- " ('presage', 'indicate by signs'),\n",
- " ('augur', 'indicate by signs')]},\n",
+ " ('foretell', 'indicate by signs'),\n",
+ " ('prefigure', 'indicate by signs'),\n",
+ " ('bode', 'indicate by signs')]},\n",
" {'answer': 'forfeit',\n",
" 'hint': 'synonyms for forfeit',\n",
- " 'clues': [('forgo',\n",
+ " 'clues': [('forego',\n",
+ " 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
+ " ('waive',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
" ('give up',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
" ('throw overboard',\n",
- " 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('waive',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime')]},\n",
" {'answer': 'forfeited',\n",
" 'hint': 'synonyms for forfeited',\n",
- " 'clues': [('forfeit',\n",
+ " 'clues': [('forego',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('forgo',\n",
+ " ('waive',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
" ('give up',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('throw overboard',\n",
+ " ('forfeit',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime'),\n",
- " ('waive',\n",
+ " ('throw overboard',\n",
" 'lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime')]},\n",
" {'answer': 'forged',\n",
" 'hint': 'synonyms for forged',\n",
- " 'clues': [('forge', 'make something, usually for a specific function'),\n",
- " ('formulate',\n",
- " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('excogitate',\n",
- " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
+ " 'clues': [('spirt',\n",
+ " 'move or act with a sudden increase in speed or energy'),\n",
+ " ('forge', 'make out of components (often in an improvising manner)'),\n",
+ " ('mould', 'make something, usually for a specific function'),\n",
" ('work', 'make something, usually for a specific function'),\n",
- " ('fake', 'make a copy of with the intent to deceive'),\n",
" ('devise',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('form', 'make something, usually for a specific function'),\n",
" ('contrive',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('hammer', 'create by hammering'),\n",
- " ('spirt', 'move or act with a sudden increase in speed or energy'),\n",
- " ('mold', 'make something, usually for a specific function'),\n",
- " ('counterfeit', 'make a copy of with the intent to deceive'),\n",
- " ('spurt', 'move or act with a sudden increase in speed or energy'),\n",
+ " ('fashion', 'make out of components (often in an improvising manner)'),\n",
" ('shape', 'make something, usually for a specific function'),\n",
+ " ('hammer', 'create by hammering'),\n",
" ('invent',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('fashion', 'make out of components (often in an improvising manner)')]},\n",
+ " ('fake', 'make a copy of with the intent to deceive'),\n",
+ " ('excogitate',\n",
+ " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
+ " ('spurt', 'move or act with a sudden increase in speed or energy'),\n",
+ " ('form', 'make something, usually for a specific function'),\n",
+ " ('counterfeit', 'make a copy of with the intent to deceive'),\n",
+ " ('formulate',\n",
+ " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort')]},\n",
" {'answer': 'forgotten',\n",
" 'hint': 'synonyms for forgotten',\n",
- " 'clues': [('draw a blank', 'be unable to remember'),\n",
- " ('block', 'be unable to remember'),\n",
- " ('forget', 'leave behind unintentionally'),\n",
+ " 'clues': [('forget', 'dismiss from the mind; stop remembering'),\n",
+ " ('blank out', 'be unable to remember'),\n",
" ('leave', 'leave behind unintentionally'),\n",
+ " ('draw a blank', 'be unable to remember'),\n",
" ('bury', 'dismiss from the mind; stop remembering'),\n",
- " ('blank out', 'be unable to remember')]},\n",
+ " ('block', 'be unable to remember')]},\n",
" {'answer': 'forked',\n",
" 'hint': 'synonyms for forked',\n",
- " 'clues': [('pitchfork', 'lift with a pitchfork'),\n",
- " ('ramify', 'divide into two or more branches so as to form a fork'),\n",
- " ('fork', 'shape like a fork'),\n",
+ " 'clues': [('fork', 'shape like a fork'),\n",
" ('furcate', 'divide into two or more branches so as to form a fork'),\n",
+ " ('pitchfork', 'lift with a pitchfork'),\n",
" ('branch', 'divide into two or more branches so as to form a fork'),\n",
- " ('separate', 'divide into two or more branches so as to form a fork')]},\n",
+ " ('separate', 'divide into two or more branches so as to form a fork'),\n",
+ " ('ramify', 'divide into two or more branches so as to form a fork')]},\n",
" {'answer': 'formed',\n",
" 'hint': 'synonyms for formed',\n",
- " 'clues': [('forge', 'make something, usually for a specific function'),\n",
- " ('form', 'assume a form or shape'),\n",
- " ('take form', 'develop into a distinctive entity'),\n",
- " ('make', 'to compose or represent:'),\n",
+ " 'clues': [('organise', 'create (as an entity)'),\n",
+ " ('form', 'establish or impress firmly in the mind'),\n",
+ " ('forge', 'make something, usually for a specific function'),\n",
+ " ('mould', 'make something, usually for a specific function'),\n",
" ('work', 'make something, usually for a specific function'),\n",
" ('imprint', 'establish or impress firmly in the mind'),\n",
- " ('shape', 'give shape or form to'),\n",
+ " ('shape', 'make something, usually for a specific function'),\n",
" ('spring', 'develop into a distinctive entity'),\n",
+ " ('take form', 'develop into a distinctive entity'),\n",
+ " ('make', 'to compose or represent:'),\n",
" ('constitute', 'to compose or represent:'),\n",
- " ('take shape', 'develop into a distinctive entity'),\n",
- " ('organize', 'create (as an entity)'),\n",
- " ('mold', 'make something, usually for a specific function')]},\n",
+ " ('take shape', 'develop into a distinctive entity')]},\n",
" {'answer': 'formulated',\n",
" 'hint': 'synonyms for formulated',\n",
- " 'clues': [('explicate', 'elaborate, as of theories and hypotheses'),\n",
- " ('contrive',\n",
- " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('formulate', 'put into words or an expression'),\n",
+ " 'clues': [('formulate', 'prepare according to a formula'),\n",
" ('forge',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('excogitate',\n",
- " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('articulate', 'put into words or an expression'),\n",
- " ('develop', 'elaborate, as of theories and hypotheses'),\n",
- " ('give voice', 'put into words or an expression'),\n",
- " ('word', 'put into words or an expression'),\n",
+ " ('explicate', 'elaborate, as of theories and hypotheses'),\n",
" ('invent',\n",
" 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
- " ('phrase', 'put into words or an expression'),\n",
+ " ('give voice', 'put into words or an expression'),\n",
" ('devise',\n",
- " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort')]},\n",
+ " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
+ " ('excogitate',\n",
+ " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
+ " ('contrive',\n",
+ " 'come up with (an idea, plan, explanation, theory, or principle) after a mental effort'),\n",
+ " ('word', 'put into words or an expression'),\n",
+ " ('develop', 'elaborate, as of theories and hypotheses'),\n",
+ " ('articulate', 'put into words or an expression'),\n",
+ " ('phrase', 'put into words or an expression')]},\n",
" {'answer': 'fortified',\n",
" 'hint': 'synonyms for fortified',\n",
- " 'clues': [('spike', 'add alcohol to (beverages)'),\n",
- " ('gird', 'prepare oneself for a military confrontation'),\n",
- " ('arm', 'prepare oneself for a military confrontation'),\n",
- " ('beef up', 'make strong or stronger'),\n",
- " ('fortify', 'enclose by or as if by a fortification'),\n",
+ " 'clues': [('fortify', 'add alcohol to (beverages)'),\n",
" ('lace', 'add alcohol to (beverages)'),\n",
+ " ('build up', 'prepare oneself for a military confrontation'),\n",
+ " ('spike', 'add alcohol to (beverages)'),\n",
+ " ('arm', 'prepare oneself for a military confrontation'),\n",
" ('strengthen', 'make strong or stronger'),\n",
- " ('fort', 'enclose by or as if by a fortification'),\n",
- " ('build up', 'prepare oneself for a military confrontation')]},\n",
+ " ('beef up', 'make strong or stronger'),\n",
+ " ('gird', 'prepare oneself for a military confrontation'),\n",
+ " ('fort', 'enclose by or as if by a fortification')]},\n",
" {'answer': 'foul',\n",
" 'hint': 'synonyms for foul',\n",
- " 'clues': [('maculate', 'spot, stain, or pollute'),\n",
- " ('back up', 'become or cause to become obstructed'),\n",
- " ('befoul', 'spot, stain, or pollute'),\n",
+ " 'clues': [('pollute', 'make impure'),\n",
+ " ('defile', 'spot, stain, or pollute'),\n",
+ " ('maculate', 'spot, stain, or pollute'),\n",
+ " ('clog', 'become or cause to become obstructed'),\n",
" ('choke off', 'become or cause to become obstructed'),\n",
+ " ('befoul', 'spot, stain, or pollute'),\n",
" ('contaminate', 'make impure'),\n",
+ " ('back up', 'become or cause to become obstructed'),\n",
+ " ('clog up', 'become or cause to become obstructed'),\n",
" ('congest', 'become or cause to become obstructed'),\n",
- " ('defile', 'spot, stain, or pollute'),\n",
- " ('clog', 'become or cause to become obstructed'),\n",
- " ('pollute', 'make impure'),\n",
- " ('choke', 'become or cause to become obstructed'),\n",
- " ('clog up', 'become or cause to become obstructed')]},\n",
+ " ('choke', 'become or cause to become obstructed')]},\n",
" {'answer': 'fouled',\n",
" 'hint': 'synonyms for fouled',\n",
- " 'clues': [('maculate', 'spot, stain, or pollute'),\n",
- " ('foul', 'commit a foul; break the rules'),\n",
- " ('back up', 'become or cause to become obstructed'),\n",
+ " 'clues': [('pollute', 'make impure'),\n",
+ " ('defile', 'spot, stain, or pollute'),\n",
+ " ('maculate', 'spot, stain, or pollute'),\n",
+ " ('foul', 'spot, stain, or pollute'),\n",
+ " ('clog', 'become or cause to become obstructed'),\n",
+ " ('choke off', 'become or cause to become obstructed'),\n",
" ('befoul', 'spot, stain, or pollute'),\n",
" ('contaminate', 'make impure'),\n",
- " ('choke off', 'become or cause to become obstructed'),\n",
+ " ('back up', 'become or cause to become obstructed'),\n",
+ " ('clog up', 'become or cause to become obstructed'),\n",
" ('congest', 'become or cause to become obstructed'),\n",
- " ('clog', 'become or cause to become obstructed'),\n",
- " ('defile', 'spot, stain, or pollute'),\n",
- " ('pollute', 'make impure'),\n",
- " ('choke', 'become or cause to become obstructed'),\n",
- " ('clog up', 'become or cause to become obstructed')]},\n",
+ " ('choke', 'become or cause to become obstructed')]},\n",
" {'answer': 'found',\n",
" 'hint': 'synonyms for found',\n",
- " 'clues': [('find',\n",
- " 'perceive oneself to be in a certain condition or place'),\n",
- " ('base', 'use as a basis for; found on'),\n",
- " ('see', 'perceive or be contemporaneous with'),\n",
- " ('line up', 'get something or somebody for a specific purpose'),\n",
+ " 'clues': [('ascertain',\n",
+ " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
" ('get', 'receive a specified treatment (abstract)'),\n",
+ " ('regain', 'get or find back; recover the use of'),\n",
+ " ('retrieve', 'get or find back; recover the use of'),\n",
+ " ('find', 'get something or somebody for a specific purpose'),\n",
+ " ('set up', 'set up or found'),\n",
+ " ('encounter', 'come upon, as if by accident; meet with'),\n",
+ " ('discover', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('base', 'use as a basis for; found on'),\n",
" ('recover', 'get or find back; recover the use of'),\n",
+ " ('witness', 'perceive or be contemporaneous with'),\n",
+ " ('come up', 'get something or somebody for a specific purpose'),\n",
+ " ('launch', 'set up or found'),\n",
+ " ('receive', 'receive a specified treatment (abstract)'),\n",
+ " ('observe', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('see', 'perceive or be contemporaneous with'),\n",
+ " ('get hold', 'get something or somebody for a specific purpose'),\n",
+ " ('constitute', 'set up or lay the groundwork for'),\n",
+ " ('institute', 'set up or lay the groundwork for'),\n",
+ " ('establish', 'set up or lay the groundwork for'),\n",
+ " ('plant', 'set up or lay the groundwork for'),\n",
+ " ('ground', 'use as a basis for; found on'),\n",
+ " ('chance', 'come upon, as if by accident; meet with'),\n",
" ('determine',\n",
" 'establish after a calculation, investigation, experiment, survey, or study'),\n",
- " ('establish', 'set up or found'),\n",
- " ('notice', 'discover or determine the existence, presence, or fact of'),\n",
- " ('find out',\n",
- " 'establish after a calculation, investigation, experiment, survey, or study'),\n",
- " ('rule', 'decide on and make a declaration about'),\n",
- " ('retrieve', 'get or find back; recover the use of'),\n",
+ " ('detect', 'discover or determine the existence, presence, or fact of'),\n",
" ('feel',\n",
" 'come to believe on the basis of emotion, intuitions, or indefinite grounds'),\n",
- " ('detect', 'discover or determine the existence, presence, or fact of'),\n",
- " ('receive', 'receive a specified treatment (abstract)'),\n",
- " ('regain',\n",
- " 'come upon after searching; find the location of something that was missed or lost'),\n",
- " ('bump', 'come upon, as if by accident; meet with'),\n",
- " ('observe', 'discover or determine the existence, presence, or fact of'),\n",
- " ('obtain', 'receive a specified treatment (abstract)'),\n",
+ " ('rule', 'decide on and make a declaration about'),\n",
" ('incur', 'receive a specified treatment (abstract)'),\n",
- " ('discover', 'make a discovery, make a new finding'),\n",
- " ('launch', 'set up or found'),\n",
- " ('set up', 'set up or found'),\n",
- " ('ascertain',\n",
+ " ('happen', 'come upon, as if by accident; meet with'),\n",
+ " ('find out',\n",
" 'establish after a calculation, investigation, experiment, survey, or study'),\n",
- " ('chance', 'come upon, as if by accident; meet with'),\n",
- " ('institute', 'set up or lay the groundwork for'),\n",
" ('find oneself',\n",
" \"accept and make use of one's personality, abilities, and situation\"),\n",
- " ('come up', 'get something or somebody for a specific purpose'),\n",
- " ('happen', 'come upon, as if by accident; meet with'),\n",
- " ('witness', 'perceive or be contemporaneous with'),\n",
- " ('ground', 'use as a basis for; found on'),\n",
- " ('plant', 'set up or lay the groundwork for'),\n",
- " ('constitute', 'set up or lay the groundwork for'),\n",
- " ('encounter', 'come upon, as if by accident; meet with'),\n",
- " ('get hold', 'get something or somebody for a specific purpose')]},\n",
+ " ('bump', 'come upon, as if by accident; meet with'),\n",
+ " ('obtain', 'receive a specified treatment (abstract)'),\n",
+ " ('notice', 'discover or determine the existence, presence, or fact of'),\n",
+ " ('line up', 'get something or somebody for a specific purpose')]},\n",
" {'answer': 'framed',\n",
" 'hint': 'synonyms for framed',\n",
- " 'clues': [('frame', 'enclose in a frame, as of a picture'),\n",
+ " 'clues': [('ensnare', 'take or catch as if in a snare or trap'),\n",
" ('entrap', 'take or catch as if in a snare or trap'),\n",
+ " ('set up', 'take or catch as if in a snare or trap'),\n",
+ " ('frame in', 'enclose in or as if in a frame'),\n",
+ " ('draw up', 'make up plans or basic details for'),\n",
+ " ('frame', 'formulate in a particular style or language'),\n",
+ " ('border', 'enclose in or as if in a frame'),\n",
+ " ('put', 'formulate in a particular style or language'),\n",
" ('compose', 'make up plans or basic details for'),\n",
" ('couch', 'formulate in a particular style or language'),\n",
- " ('ensnare', 'take or catch as if in a snare or trap'),\n",
- " ('put', 'formulate in a particular style or language'),\n",
- " ('redact', 'formulate in a particular style or language'),\n",
- " ('border', 'enclose in or as if in a frame'),\n",
- " ('draw up', 'make up plans or basic details for'),\n",
- " ('frame in', 'enclose in or as if in a frame'),\n",
" ('cast', 'formulate in a particular style or language'),\n",
- " ('frame up', 'construct by fitting or uniting parts together'),\n",
- " ('set up', 'take or catch as if in a snare or trap')]},\n",
+ " ('redact', 'formulate in a particular style or language'),\n",
+ " ('frame up', 'construct by fitting or uniting parts together')]},\n",
" {'answer': 'frayed',\n",
" 'hint': 'synonyms for frayed',\n",
- " 'clues': [('frazzle', 'wear away by rubbing'),\n",
+ " 'clues': [('rub', 'cause friction'),\n",
+ " ('fray', 'wear away by rubbing'),\n",
" ('chafe', 'cause friction'),\n",
- " ('fray', 'cause friction'),\n",
- " ('rub', 'cause friction'),\n",
" ('scratch', 'cause friction'),\n",
- " ('fret', 'cause friction')]},\n",
+ " ('fret', 'cause friction'),\n",
+ " ('frazzle', 'wear away by rubbing')]},\n",
" {'answer': 'free',\n",
" 'hint': 'synonyms for free',\n",
- " 'clues': [('disembarrass', 'relieve from'),\n",
+ " 'clues': [('exempt',\n",
+ " 'grant relief or an exemption from a rule or requirement to'),\n",
+ " ('relieve', 'grant relief or an exemption from a rule or requirement to'),\n",
" ('give up', 'part with a possession or right'),\n",
+ " ('unblock', 'make (assets) available'),\n",
+ " ('unloosen', 'grant freedom to; free from confinement'),\n",
" ('release', 'make (assets) available'),\n",
- " ('exempt', 'grant relief or an exemption from a rule or requirement to'),\n",
+ " ('discharge', 'free from obligations or duties'),\n",
+ " ('rid', 'relieve from'),\n",
" ('absolve', 'let off the hook'),\n",
" ('loose', 'grant freedom to; free from confinement'),\n",
- " ('liberate', 'grant freedom to; free from confinement'),\n",
- " ('relieve', 'grant relief or an exemption from a rule or requirement to'),\n",
- " ('unblock', 'make (assets) available'),\n",
- " ('disengage', 'free or remove obstruction from'),\n",
- " ('justify', 'let off the hook'),\n",
+ " ('relinquish', 'part with a possession or right'),\n",
+ " ('dislodge', 'remove or force out from a position'),\n",
" ('resign', 'part with a possession or right'),\n",
- " ('rid', 'relieve from'),\n",
- " ('discharge', 'free from obligations or duties'),\n",
+ " ('liberate', 'grant freedom to; free from confinement'),\n",
" ('unfreeze', 'make (assets) available'),\n",
- " ('relinquish', 'part with a possession or right'),\n",
- " ('unloosen', 'grant freedom to; free from confinement'),\n",
- " ('dislodge', 'remove or force out from a position')]},\n",
+ " ('disembarrass', 'relieve from'),\n",
+ " ('justify', 'let off the hook'),\n",
+ " ('disengage', 'free or remove obstruction from')]},\n",
" {'answer': 'frequent',\n",
" 'hint': 'synonyms for frequent',\n",
- " 'clues': [('patronise',\n",
+ " 'clues': [('shop',\n",
+ " \"do one's shopping at; do business with; be a customer or client of\"),\n",
+ " ('patronise',\n",
" \"do one's shopping at; do business with; be a customer or client of\"),\n",
- " ('haunt', 'be a regular or frequent visitor to a certain place'),\n",
" ('buy at',\n",
" \"do one's shopping at; do business with; be a customer or client of\"),\n",
- " ('shop',\n",
+ " ('sponsor',\n",
" \"do one's shopping at; do business with; be a customer or client of\"),\n",
" ('shop at',\n",
" \"do one's shopping at; do business with; be a customer or client of\"),\n",
- " ('sponsor',\n",
- " \"do one's shopping at; do business with; be a customer or client of\")]},\n",
+ " ('haunt', 'be a regular or frequent visitor to a certain place')]},\n",
" {'answer': 'fretted',\n",
" 'hint': 'synonyms for fretted',\n",
- " 'clues': [('fret', 'be too tight; rub or press'),\n",
- " ('niggle', 'worry unnecessarily or excessively'),\n",
+ " 'clues': [('chafe', 'become or make sore by or as if by rubbing'),\n",
+ " ('fret', 'be agitated or irritated'),\n",
+ " ('eat into', 'gnaw into; make resentful or angry'),\n",
+ " ('eat away', 'wear away or erode'),\n",
+ " ('scratch', 'cause friction'),\n",
+ " ('choke', 'be too tight; rub or press'),\n",
" ('fuss', 'worry unnecessarily or excessively'),\n",
- " ('chafe', 'become or make sore by or as if by rubbing'),\n",
" ('rub', 'cause friction'),\n",
+ " ('niggle', 'worry unnecessarily or excessively'),\n",
+ " ('rankle', 'gnaw into; make resentful or angry'),\n",
" ('gall', 'become or make sore by or as if by rubbing'),\n",
" ('gag', 'be too tight; rub or press'),\n",
- " ('grate', 'gnaw into; make resentful or angry'),\n",
- " ('erode', 'remove soil or rock'),\n",
- " ('eat away', 'remove soil or rock'),\n",
" ('fray', 'cause friction'),\n",
- " ('rankle', 'gnaw into; make resentful or angry'),\n",
- " ('scratch', 'cause friction'),\n",
- " ('choke', 'be too tight; rub or press'),\n",
- " ('eat into', 'gnaw into; make resentful or angry')]},\n",
+ " ('erode', 'remove soil or rock'),\n",
+ " ('grate', 'gnaw into; make resentful or angry')]},\n",
" {'answer': 'frothing',\n",
" 'hint': 'synonyms for frothing',\n",
- " 'clues': [('form bubbles', 'become bubbly or frothy or foaming'),\n",
- " ('froth', 'exude or expel foam'),\n",
- " ('sparkle', 'become bubbly or frothy or foaming'),\n",
+ " 'clues': [('sparkle', 'become bubbly or frothy or foaming'),\n",
+ " ('froth', 'make froth or foam and become bubbly'),\n",
+ " ('effervesce', 'become bubbly or frothy or foaming'),\n",
" ('foam', 'become bubbly or frothy or foaming'),\n",
- " ('spume', 'make froth or foam and become bubbly'),\n",
" ('suds', 'make froth or foam and become bubbly'),\n",
" ('fizz', 'become bubbly or frothy or foaming'),\n",
- " ('effervesce', 'become bubbly or frothy or foaming')]},\n",
+ " ('spume', 'make froth or foam and become bubbly'),\n",
+ " ('form bubbles', 'become bubbly or frothy or foaming')]},\n",
" {'answer': 'frozen',\n",
" 'hint': 'synonyms for frozen',\n",
- " 'clues': [('suspend',\n",
- " 'stop a process or a habit by imposing a freeze on it'),\n",
- " ('freeze', 'stop a process or a habit by imposing a freeze on it'),\n",
- " ('stop dead', 'stop moving or become immobilized'),\n",
+ " 'clues': [('freeze', 'suddenly behave coldly and formally'),\n",
" ('immobilize', 'prohibit the conversion or use of (assets)'),\n",
- " ('freeze out', 'change from a liquid to a solid when cold'),\n",
+ " ('suspend', 'stop a process or a habit by imposing a freeze on it'),\n",
" ('freeze down', 'change from a liquid to a solid when cold'),\n",
- " ('block', 'prohibit the conversion or use of (assets)')]},\n",
+ " ('block', 'prohibit the conversion or use of (assets)'),\n",
+ " ('freeze out', 'change from a liquid to a solid when cold'),\n",
+ " ('stop dead', 'stop moving or become immobilized')]},\n",
" {'answer': 'frustrated',\n",
" 'hint': 'synonyms for frustrated',\n",
- " 'clues': [('rag', 'treat cruelly'),\n",
- " ('baffle', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('torment', 'treat cruelly'),\n",
- " ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('bedevil', 'treat cruelly'),\n",
+ " 'clues': [('frustrate', 'treat cruelly'),\n",
+ " ('cross', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('dun', 'treat cruelly'),\n",
" ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('crucify', 'treat cruelly'),\n",
- " ('cross', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('dun', 'treat cruelly')]},\n",
- " {'answer': 'frustrating',\n",
- " 'hint': 'synonyms for frustrating',\n",
- " 'clues': [('rag', 'treat cruelly'),\n",
- " ('baffle', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('torment', 'treat cruelly'),\n",
" ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('torment', 'treat cruelly'),\n",
+ " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('bedevil', 'treat cruelly'),\n",
+ " ('rag', 'treat cruelly'),\n",
" ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('frustrate', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('bedevil', 'treat cruelly'),\n",
+ " ('baffle', 'hinder or prevent (the efforts, plans, or desires) of')]},\n",
+ " {'answer': 'frustrating',\n",
+ " 'hint': 'synonyms for frustrating',\n",
+ " 'clues': [('frustrate', 'treat cruelly'),\n",
+ " ('cross', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('dun', 'treat cruelly'),\n",
" ('foil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('thwart', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
" ('crucify', 'treat cruelly'),\n",
- " ('cross', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
- " ('dun', 'treat cruelly')]},\n",
+ " ('spoil', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('torment', 'treat cruelly'),\n",
+ " ('scotch', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('bedevil', 'treat cruelly'),\n",
+ " ('rag', 'treat cruelly'),\n",
+ " ('queer', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('bilk', 'hinder or prevent (the efforts, plans, or desires) of'),\n",
+ " ('baffle', 'hinder or prevent (the efforts, plans, or desires) of')]},\n",
" {'answer': 'fucking',\n",
" 'hint': 'synonyms for fucking',\n",
- " 'clues': [('have it away', 'have sexual intercourse with'),\n",
- " ('roll in the hay', 'have sexual intercourse with'),\n",
+ " 'clues': [('hump', 'have sexual intercourse with'),\n",
" ('jazz', 'have sexual intercourse with'),\n",
- " ('get it on', 'have sexual intercourse with'),\n",
- " ('hump', 'have sexual intercourse with'),\n",
- " ('screw', 'have sexual intercourse with'),\n",
- " ('have sex', 'have sexual intercourse with'),\n",
- " ('have intercourse', 'have sexual intercourse with'),\n",
" ('eff', 'have sexual intercourse with'),\n",
- " ('get laid', 'have sexual intercourse with'),\n",
- " ('love', 'have sexual intercourse with'),\n",
- " ('have it off', 'have sexual intercourse with'),\n",
- " ('fuck', 'have sexual intercourse with'),\n",
" ('do it', 'have sexual intercourse with'),\n",
- " ('be intimate', 'have sexual intercourse with'),\n",
- " ('bang', 'have sexual intercourse with'),\n",
" ('bed', 'have sexual intercourse with'),\n",
- " ('make love', 'have sexual intercourse with'),\n",
- " ('have a go at it', 'have sexual intercourse with'),\n",
- " ('bonk', 'have sexual intercourse with'),\n",
+ " ('lie with', 'have sexual intercourse with'),\n",
" ('sleep with', 'have sexual intercourse with'),\n",
- " ('sleep together', 'have sexual intercourse with'),\n",
+ " ('fuck', 'have sexual intercourse with'),\n",
+ " ('be intimate', 'have sexual intercourse with'),\n",
+ " ('make love', 'have sexual intercourse with'),\n",
+ " ('get it on', 'have sexual intercourse with'),\n",
+ " ('roll in the hay', 'have sexual intercourse with'),\n",
" ('know', 'have sexual intercourse with'),\n",
+ " ('bang', 'have sexual intercourse with'),\n",
+ " ('love', 'have sexual intercourse with'),\n",
+ " ('have sex', 'have sexual intercourse with'),\n",
+ " ('bonk', 'have sexual intercourse with'),\n",
+ " ('have it off', 'have sexual intercourse with'),\n",
+ " ('get laid', 'have sexual intercourse with'),\n",
+ " ('have a go at it', 'have sexual intercourse with'),\n",
+ " ('have it away', 'have sexual intercourse with'),\n",
" ('make out', 'have sexual intercourse with'),\n",
- " ('lie with', 'have sexual intercourse with')]},\n",
+ " ('have intercourse', 'have sexual intercourse with'),\n",
+ " ('sleep together', 'have sexual intercourse with'),\n",
+ " ('screw', 'have sexual intercourse with')]},\n",
" {'answer': 'fuddled',\n",
" 'hint': 'synonyms for fuddled',\n",
- " 'clues': [('bedevil',\n",
- " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('discombobulate',\n",
+ " 'clues': [('discombobulate',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('booze', 'consume alcohol'),\n",
" ('befuddle', 'make stupid with alcohol'),\n",
- " ('fox',\n",
+ " ('confound',\n",
+ " 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
+ " ('confuse',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
" ('throw',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
" ('drink', 'consume alcohol'),\n",
- " ('confound',\n",
+ " ('booze', 'consume alcohol'),\n",
+ " ('fox',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly'),\n",
- " ('confuse',\n",
+ " ('bedevil',\n",
" 'be confusing or perplexing to; cause to be unable to think clearly')]},\n",
" {'answer': 'fulfilled',\n",
" 'hint': 'synonyms for fulfilled',\n",
- " 'clues': [('fulfil', 'put in effect'),\n",
- " ('carry through', 'put in effect'),\n",
- " ('meet', 'fill or meet a want or need'),\n",
- " ('satisfy', 'fill or meet a want or need'),\n",
- " ('fill', 'fill or meet a want or need'),\n",
+ " 'clues': [('carry out', 'put in effect'),\n",
" ('action', 'put in effect'),\n",
- " ('carry out', 'put in effect'),\n",
- " ('live up to', 'meet the requirements or expectations of'),\n",
+ " ('fulfill', 'fill or meet a want or need'),\n",
+ " ('accomplish', 'put in effect'),\n",
" ('execute', 'put in effect'),\n",
- " ('accomplish', 'put in effect')]},\n",
+ " ('live up to', 'meet the requirements or expectations of'),\n",
+ " ('fill', 'fill or meet a want or need'),\n",
+ " ('meet', 'fill or meet a want or need'),\n",
+ " ('satisfy', 'meet the requirements or expectations of'),\n",
+ " ('carry through', 'put in effect')]},\n",
" {'answer': 'fumbling',\n",
" 'hint': 'synonyms for fumbling',\n",
- " 'clues': [('muck up', 'make a mess of, destroy or ruin'),\n",
- " ('fumble', 'make a mess of, destroy or ruin'),\n",
- " ('bungle', 'make a mess of, destroy or ruin'),\n",
+ " 'clues': [('bodge', 'make a mess of, destroy or ruin'),\n",
" ('grope', 'feel about uncertainly or blindly'),\n",
- " ('bollix', 'make a mess of, destroy or ruin'),\n",
- " ('ball up', 'make a mess of, destroy or ruin'),\n",
+ " ('bungle', 'make a mess of, destroy or ruin'),\n",
+ " ('fumble', 'make a mess of, destroy or ruin'),\n",
+ " ('blow', 'make a mess of, destroy or ruin'),\n",
+ " ('muck up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix up', 'make a mess of, destroy or ruin'),\n",
+ " ('bobble', 'make a mess of, destroy or ruin'),\n",
+ " ('fluff', 'make a mess of, destroy or ruin'),\n",
" ('screw up', 'make a mess of, destroy or ruin'),\n",
" ('botch up', 'make a mess of, destroy or ruin'),\n",
+ " ('foul up', 'make a mess of, destroy or ruin'),\n",
+ " ('bollix', 'make a mess of, destroy or ruin'),\n",
" ('spoil', 'make a mess of, destroy or ruin'),\n",
" ('bumble', 'make a mess of, destroy or ruin'),\n",
- " ('mishandle', 'make a mess of, destroy or ruin'),\n",
- " ('foul up', 'make a mess of, destroy or ruin'),\n",
- " ('muff', 'make a mess of, destroy or ruin'),\n",
- " ('louse up', 'make a mess of, destroy or ruin'),\n",
- " ('fluff', 'make a mess of, destroy or ruin'),\n",
- " ('bodge', 'make a mess of, destroy or ruin'),\n",
- " ('blunder', \"make one's way clumsily or blindly\"),\n",
+ " ('mess up', 'make a mess of, destroy or ruin'),\n",
+ " ('flub', 'make a mess of, destroy or ruin'),\n",
+ " ('ball up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks up', 'make a mess of, destroy or ruin'),\n",
+ " ('blunder', \"make one's way clumsily or blindly\"),\n",
+ " ('louse up', 'make a mess of, destroy or ruin'),\n",
" ('bollocks', 'make a mess of, destroy or ruin'),\n",
- " ('blow', 'make a mess of, destroy or ruin'),\n",
- " ('botch', 'make a mess of, destroy or ruin'),\n",
- " ('flub', 'make a mess of, destroy or ruin'),\n",
- " ('mess up', 'make a mess of, destroy or ruin'),\n",
- " ('bollix up', 'make a mess of, destroy or ruin'),\n",
- " ('bobble', 'make a mess of, destroy or ruin')]},\n",
+ " ('mishandle', 'make a mess of, destroy or ruin'),\n",
+ " ('muff', 'make a mess of, destroy or ruin'),\n",
+ " ('botch', 'make a mess of, destroy or ruin')]},\n",
" {'answer': 'fumed',\n",
" 'hint': 'synonyms for fumed',\n",
- " 'clues': [('fume', \"be wet with sweat or blood, as of one's face\"),\n",
- " ('reek', \"be wet with sweat or blood, as of one's face\"),\n",
+ " 'clues': [('reek', \"be wet with sweat or blood, as of one's face\"),\n",
" ('fumigate',\n",
" 'treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests'),\n",
+ " ('fume',\n",
+ " 'treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests'),\n",
" ('smoke', 'emit a cloud of fine particles')]},\n",
" {'answer': 'functioning',\n",
" 'hint': 'synonyms for functioning',\n",
- " 'clues': [('function',\n",
+ " 'clues': [('work', 'perform as expected when applied'),\n",
+ " ('function', 'serve a purpose, role, or function'),\n",
+ " ('officiate',\n",
" 'perform duties attached to a particular office or place or function'),\n",
- " ('run', 'perform as expected when applied'),\n",
" ('go', 'perform as expected when applied'),\n",
- " ('serve', 'serve a purpose, role, or function'),\n",
" ('operate', 'perform as expected when applied'),\n",
- " ('work', 'perform as expected when applied'),\n",
- " ('officiate',\n",
- " 'perform duties attached to a particular office or place or function')]},\n",
+ " ('serve', 'serve a purpose, role, or function'),\n",
+ " ('run', 'perform as expected when applied')]},\n",
" {'answer': 'furnished',\n",
" 'hint': 'synonyms for furnished',\n",
- " 'clues': [('furnish', 'give something useful or necessary to'),\n",
+ " 'clues': [('render', 'give something useful or necessary to'),\n",
" ('provide', 'give something useful or necessary to'),\n",
- " ('render', 'give something useful or necessary to'),\n",
- " ('supply', 'give something useful or necessary to')]},\n",
+ " ('supply', 'give something useful or necessary to'),\n",
+ " ('furnish', 'give something useful or necessary to')]},\n",
" {'answer': 'furrowed',\n",
" 'hint': 'synonyms for furrowed',\n",
- " 'clues': [('chase', 'cut a furrow into a columns'),\n",
- " ('wrinkle', 'make wrinkled or creased'),\n",
- " ('furrow', 'cut a furrow into a columns'),\n",
+ " 'clues': [('furrow', 'cut a furrow into a columns'),\n",
+ " ('chase', 'cut a furrow into a columns'),\n",
" ('chamfer', 'cut a furrow into a columns'),\n",
" ('groove', 'hollow out in the form of a furrow or groove'),\n",
+ " ('rut', 'hollow out in the form of a furrow or groove'),\n",
" ('crease', 'make wrinkled or creased'),\n",
- " ('rut', 'hollow out in the form of a furrow or groove')]},\n",
+ " ('wrinkle', 'make wrinkled or creased')]},\n",
" {'answer': 'further',\n",
" 'hint': 'synonyms for further',\n",
- " 'clues': [('foster', 'promote the growth of'),\n",
- " ('boost', 'contribute to the progress or growth of'),\n",
- " ('promote', 'contribute to the progress or growth of'),\n",
+ " 'clues': [('boost', 'contribute to the progress or growth of'),\n",
+ " ('advance', 'contribute to the progress or growth of'),\n",
" ('encourage', 'contribute to the progress or growth of'),\n",
- " ('advance', 'contribute to the progress or growth of')]},\n",
+ " ('promote', 'contribute to the progress or growth of'),\n",
+ " ('foster', 'promote the growth of')]},\n",
" {'answer': 'fused',\n",
" 'hint': 'synonyms for fused',\n",
- " 'clues': [('fuse', 'mix together different elements'),\n",
- " ('coalesce', 'mix together different elements'),\n",
- " ('blend', 'mix together different elements'),\n",
- " ('flux', 'mix together different elements'),\n",
+ " 'clues': [('conflate', 'mix together different elements'),\n",
+ " ('fuse', 'mix together different elements'),\n",
" ('merge', 'mix together different elements'),\n",
- " ('combine', 'mix together different elements'),\n",
+ " ('meld', 'mix together different elements'),\n",
" ('commingle', 'mix together different elements'),\n",
- " ('immix', 'mix together different elements'),\n",
+ " ('combine', 'mix together different elements'),\n",
+ " ('coalesce', 'mix together different elements'),\n",
" ('mix', 'mix together different elements'),\n",
- " ('meld', 'mix together different elements'),\n",
- " ('conflate', 'mix together different elements')]},\n",
+ " ('flux', 'mix together different elements'),\n",
+ " ('immix', 'mix together different elements'),\n",
+ " ('blend', 'mix together different elements')]},\n",
" {'answer': 'galled',\n",
" 'hint': 'synonyms for galled',\n",
- " 'clues': [('gall', 'become or make sore by or as if by rubbing'),\n",
- " ('irk', 'irritate or vex'),\n",
+ " 'clues': [('gall', 'irritate or vex'),\n",
+ " ('fret', 'become or make sore by or as if by rubbing'),\n",
" ('chafe', 'become or make sore by or as if by rubbing'),\n",
- " ('fret', 'become or make sore by or as if by rubbing')]},\n",
+ " ('irk', 'irritate or vex')]},\n",
" {'answer': 'galling',\n",
" 'hint': 'synonyms for galling',\n",
- " 'clues': [('gall', 'become or make sore by or as if by rubbing'),\n",
- " ('irk', 'irritate or vex'),\n",
+ " 'clues': [('gall', 'irritate or vex'),\n",
+ " ('fret', 'become or make sore by or as if by rubbing'),\n",
" ('chafe', 'become or make sore by or as if by rubbing'),\n",
- " ('fret', 'become or make sore by or as if by rubbing')]},\n",
+ " ('irk', 'irritate or vex')]},\n",
" {'answer': 'game',\n",
" 'hint': 'synonyms for game',\n",
" 'clues': [('gage', 'place a bet on'),\n",
- " ('punt', 'place a bet on'),\n",
- " ('stake', 'place a bet on'),\n",
+ " ('bet on', 'place a bet on'),\n",
" ('back', 'place a bet on'),\n",
- " ('bet on', 'place a bet on')]},\n",
+ " ('stake', 'place a bet on'),\n",
+ " ('punt', 'place a bet on')]},\n",
" {'answer': 'gaping',\n",
" 'hint': 'synonyms for gaping',\n",
- " 'clues': [('gape', 'be wide open'),\n",
- " ('goggle', 'look with amazement; look stupidly'),\n",
+ " 'clues': [('gawk', 'look with amazement; look stupidly'),\n",
" ('gawp', 'look with amazement; look stupidly'),\n",
" ('yawn', 'be wide open'),\n",
- " ('breach', 'make an opening or gap in'),\n",
- " ('gawk', 'look with amazement; look stupidly')]},\n",
+ " ('gape', 'look with amazement; look stupidly'),\n",
+ " ('goggle', 'look with amazement; look stupidly'),\n",
+ " ('breach', 'make an opening or gap in')]},\n",
" {'answer': 'garbed',\n",
" 'hint': 'synonyms for garbed',\n",
- " 'clues': [('raiment', 'provide with clothes or put clothes on'),\n",
- " ('enclothe', 'provide with clothes or put clothes on'),\n",
- " ('garb', 'provide with clothes or put clothes on'),\n",
- " ('garment', 'provide with clothes or put clothes on'),\n",
+ " 'clues': [('garb', 'provide with clothes or put clothes on'),\n",
" ('habilitate', 'provide with clothes or put clothes on'),\n",
- " ('tog', 'provide with clothes or put clothes on'),\n",
" ('fit out', 'provide with clothes or put clothes on'),\n",
+ " ('garment', 'provide with clothes or put clothes on'),\n",
" ('dress', 'provide with clothes or put clothes on'),\n",
- " ('apparel', 'provide with clothes or put clothes on')]},\n",
+ " ('enclothe', 'provide with clothes or put clothes on'),\n",
+ " ('raiment', 'provide with clothes or put clothes on'),\n",
+ " ('apparel', 'provide with clothes or put clothes on'),\n",
+ " ('tog', 'provide with clothes or put clothes on')]},\n",
" {'answer': 'garbled',\n",
" 'hint': 'synonyms for garbled',\n",
- " 'clues': [('warp',\n",
- " 'make false by mutilation or addition; as of a message or story'),\n",
- " ('distort',\n",
+ " 'clues': [('garble',\n",
" 'make false by mutilation or addition; as of a message or story'),\n",
- " ('garble',\n",
+ " ('warp',\n",
" 'make false by mutilation or addition; as of a message or story'),\n",
" ('falsify',\n",
+ " 'make false by mutilation or addition; as of a message or story'),\n",
+ " ('distort',\n",
" 'make false by mutilation or addition; as of a message or story')]},\n",
" {'answer': 'garmented',\n",
" 'hint': 'synonyms for garmented',\n",
- " 'clues': [('raiment', 'provide with clothes or put clothes on'),\n",
- " ('enclothe', 'provide with clothes or put clothes on'),\n",
- " ('garb', 'provide with clothes or put clothes on'),\n",
- " ('garment', 'provide with clothes or put clothes on'),\n",
+ " 'clues': [('garb', 'provide with clothes or put clothes on'),\n",
" ('habilitate', 'provide with clothes or put clothes on'),\n",
- " ('tog', 'provide with clothes or put clothes on'),\n",
" ('fit out', 'provide with clothes or put clothes on'),\n",
+ " ('garment', 'provide with clothes or put clothes on'),\n",
" ('dress', 'provide with clothes or put clothes on'),\n",
- " ('apparel', 'provide with clothes or put clothes on')]},\n",
+ " ('enclothe', 'provide with clothes or put clothes on'),\n",
+ " ('raiment', 'provide with clothes or put clothes on'),\n",
+ " ('apparel', 'provide with clothes or put clothes on'),\n",
+ " ('tog', 'provide with clothes or put clothes on')]},\n",
" {'answer': 'gathered',\n",
" 'hint': 'synonyms for gathered',\n",
- " 'clues': [('pull together', 'assemble or get together'),\n",
+ " 'clues': [('assemble', 'collect in one place'),\n",
" ('gather', 'draw and bring closer'),\n",
- " ('meet', 'collect in one place'),\n",
- " ('gain', 'increase or develop'),\n",
- " ('cumulate', 'collect or gather'),\n",
+ " ('tuck', 'draw together into folds or puckers'),\n",
" ('collect', 'assemble or get together'),\n",
+ " ('amass', 'collect or gather'),\n",
+ " ('cumulate', 'collect or gather'),\n",
" ('foregather', 'collect in one place'),\n",
- " ('pucker', 'draw together into folds or puckers'),\n",
+ " ('meet', 'collect in one place'),\n",
+ " ('conglomerate', 'collect or gather'),\n",
" ('pile up', 'collect or gather'),\n",
- " ('tuck', 'draw together into folds or puckers'),\n",
- " ('get together', 'get people together'),\n",
+ " ('gain', 'increase or develop'),\n",
" ('garner', 'assemble or get together'),\n",
- " ('assemble', 'collect in one place'),\n",
- " ('conglomerate', 'collect or gather'),\n",
- " ('amass', 'collect or gather')]},\n",
+ " ('pull together', 'assemble or get together'),\n",
+ " ('get together', 'get people together'),\n",
+ " ('pucker', 'draw together into folds or puckers')]},\n",
" {'answer': 'generalised',\n",
" 'hint': 'synonyms for generalised',\n",
- " 'clues': [('generalise', 'speak or write in generalities'),\n",
- " ('popularize',\n",
- " 'cater to popular taste to make popular and present to the general public; bring into general or common use'),\n",
+ " 'clues': [('generalize',\n",
+ " 'draw from specific cases for more general cases'),\n",
" ('vulgarize',\n",
" 'cater to popular taste to make popular and present to the general public; bring into general or common use'),\n",
+ " ('popularize',\n",
+ " 'cater to popular taste to make popular and present to the general public; bring into general or common use'),\n",
" ('extrapolate', 'draw from specific cases for more general cases'),\n",
" ('infer', 'draw from specific cases for more general cases')]},\n",
" {'answer': 'generalized',\n",
" 'hint': 'synonyms for generalized',\n",
- " 'clues': [('generalise', 'speak or write in generalities'),\n",
- " ('popularize',\n",
- " 'cater to popular taste to make popular and present to the general public; bring into general or common use'),\n",
+ " 'clues': [('generalize',\n",
+ " 'draw from specific cases for more general cases'),\n",
" ('vulgarize',\n",
" 'cater to popular taste to make popular and present to the general public; bring into general or common use'),\n",
+ " ('popularize',\n",
+ " 'cater to popular taste to make popular and present to the general public; bring into general or common use'),\n",
" ('extrapolate', 'draw from specific cases for more general cases'),\n",
" ('infer', 'draw from specific cases for more general cases')]},\n",
" {'answer': 'gentle',\n",
" 'hint': 'synonyms for gentle',\n",
- " 'clues': [('lenify',\n",
+ " 'clues': [('mollify',\n",
" 'cause to be more favorably inclined; gain the good will of'),\n",
+ " ('placate', 'cause to be more favorably inclined; gain the good will of'),\n",
" ('appease', 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('entitle',\n",
- " 'give a title to someone; make someone a member of the nobility'),\n",
- " ('mollify', 'cause to be more favorably inclined; gain the good will of'),\n",
" ('conciliate',\n",
" 'cause to be more favorably inclined; gain the good will of'),\n",
+ " ('pacify', 'cause to be more favorably inclined; gain the good will of'),\n",
+ " ('entitle',\n",
+ " 'give a title to someone; make someone a member of the nobility'),\n",
+ " ('gruntle', 'cause to be more favorably inclined; gain the good will of'),\n",
" ('ennoble',\n",
" 'give a title to someone; make someone a member of the nobility'),\n",
- " ('pacify', 'cause to be more favorably inclined; gain the good will of'),\n",
" ('assuage', 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('gruntle', 'cause to be more favorably inclined; gain the good will of'),\n",
- " ('placate',\n",
+ " ('lenify',\n",
" 'cause to be more favorably inclined; gain the good will of')]},\n",
" {'answer': 'gifted',\n",
" 'hint': 'synonyms for gifted',\n",
- " 'clues': [('endue', 'give qualities or abilities to'),\n",
- " ('empower', 'give qualities or abilities to'),\n",
- " ('gift', 'give as a present; make a gift of'),\n",
- " ('invest', 'give qualities or abilities to'),\n",
+ " 'clues': [('empower', 'give qualities or abilities to'),\n",
" ('give', 'give as a present; make a gift of'),\n",
+ " ('gift', 'give qualities or abilities to'),\n",
" ('present', 'give as a present; make a gift of'),\n",
- " ('endow', 'give qualities or abilities to'),\n",
- " ('indue', 'give qualities or abilities to')]},\n",
+ " ('endue', 'give qualities or abilities to'),\n",
+ " ('indue', 'give qualities or abilities to'),\n",
+ " ('invest', 'give qualities or abilities to'),\n",
+ " ('endow', 'give qualities or abilities to')]},\n",
" {'answer': 'given',\n",
" 'hint': 'synonyms for given',\n",
- " 'clues': [('devote', 'dedicate'),\n",
- " ('reach', 'place into the hands or custody of'),\n",
- " ('give', 'afford access to'),\n",
- " ('give way', 'move in order to make room for someone for something'),\n",
- " ('founder', 'break down, literally or metaphorically'),\n",
- " ('feed', 'give food to'),\n",
- " ('have', 'organize or be responsible for'),\n",
+ " 'clues': [('present', 'give as a present; make a gift of'),\n",
+ " ('yield', 'cause to happen or be responsible for'),\n",
" ('pass on', 'place into the hands or custody of'),\n",
- " ('kick in', 'contribute to some cause'),\n",
- " ('fall in', 'break down, literally or metaphorically'),\n",
- " ('pass', 'place into the hands or custody of'),\n",
- " ('collapse', 'break down, literally or metaphorically'),\n",
- " ('yield', 'move in order to make room for someone for something'),\n",
- " ('throw', 'organize or be responsible for'),\n",
- " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('turn over', 'place into the hands or custody of'),\n",
" ('apply', 'give or convey physically'),\n",
- " ('render', 'give or supply'),\n",
- " ('return', 'give or supply'),\n",
- " ('establish', 'bring about'),\n",
- " ('leave', 'transmit (knowledge or skills)'),\n",
- " ('pay', 'convey, as of a compliment, regards, attention, etc.; bestow'),\n",
- " ('gift', 'give as a present; make a gift of'),\n",
+ " ('ease up', 'move in order to make room for someone for something'),\n",
+ " ('give', 'break down, literally or metaphorically'),\n",
" ('make', 'organize or be responsible for'),\n",
- " ('present', 'give as a present; make a gift of'),\n",
" ('generate', 'give or supply'),\n",
+ " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('give way', 'move in order to make room for someone for something'),\n",
+ " ('pay', 'convey, as of a compliment, regards, attention, etc.; bestow'),\n",
+ " ('render', 'give or supply'),\n",
+ " ('throw',\n",
+ " 'convey or communicate; of a smile, a look, a physical gesture'),\n",
" ('sacrifice', 'endure the loss of'),\n",
- " ('contribute', 'contribute to some cause'),\n",
- " ('ease up', 'move in order to make room for someone for something'),\n",
+ " ('return', 'give or supply'),\n",
+ " ('have', 'organize or be responsible for'),\n",
+ " ('devote', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('cave in', 'break down, literally or metaphorically'),\n",
+ " ('establish', 'bring about'),\n",
" ('break', 'break down, literally or metaphorically'),\n",
+ " ('collapse', 'break down, literally or metaphorically'),\n",
+ " ('leave', 'transmit (knowledge or skills)'),\n",
+ " ('open', 'afford access to'),\n",
+ " ('pass', 'place into the hands or custody of'),\n",
" ('impart', 'transmit (knowledge or skills)'),\n",
+ " ('feed', 'give food to'),\n",
+ " ('contribute', 'contribute to some cause'),\n",
+ " ('fall in', 'break down, literally or metaphorically'),\n",
+ " ('move over', 'move in order to make room for someone for something'),\n",
+ " ('gift', 'give as a present; make a gift of'),\n",
+ " ('afford', 'be the cause or source of'),\n",
" ('grant', 'bestow, especially officially'),\n",
- " ('hand', 'place into the hands or custody of'),\n",
- " ('cave in', 'break down, literally or metaphorically'),\n",
- " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
- " ('hold', 'organize or be responsible for'),\n",
- " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('afford', 'afford access to'),\n",
" ('chip in', 'contribute to some cause'),\n",
- " ('move over', 'move in order to make room for someone for something'),\n",
- " ('open', 'afford access to')]},\n",
- " {'answer': 'giving',\n",
- " 'hint': 'synonyms for giving',\n",
- " 'clues': [('devote', 'dedicate'),\n",
" ('reach', 'place into the hands or custody of'),\n",
- " ('give', 'afford access to'),\n",
- " ('give way', 'move in order to make room for someone for something'),\n",
+ " ('hold', 'organize or be responsible for'),\n",
+ " ('turn over', 'place into the hands or custody of'),\n",
+ " ('hand', 'place into the hands or custody of'),\n",
+ " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
" ('founder', 'break down, literally or metaphorically'),\n",
- " ('feed', 'give food to'),\n",
- " ('have', 'organize or be responsible for'),\n",
+ " ('kick in', 'contribute to some cause')]},\n",
+ " {'answer': 'giving',\n",
+ " 'hint': 'synonyms for giving',\n",
+ " 'clues': [('present', 'give as a present; make a gift of'),\n",
+ " ('yield', 'cause to happen or be responsible for'),\n",
" ('pass on', 'place into the hands or custody of'),\n",
- " ('kick in', 'contribute to some cause'),\n",
- " ('fall in', 'break down, literally or metaphorically'),\n",
- " ('pass', 'place into the hands or custody of'),\n",
- " ('collapse', 'break down, literally or metaphorically'),\n",
- " ('yield', 'move in order to make room for someone for something'),\n",
- " ('throw', 'organize or be responsible for'),\n",
- " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('turn over', 'place into the hands or custody of'),\n",
" ('apply', 'give or convey physically'),\n",
- " ('render', 'give or supply'),\n",
- " ('return', 'give or supply'),\n",
- " ('establish', 'bring about'),\n",
- " ('leave', 'transmit (knowledge or skills)'),\n",
- " ('pay', 'convey, as of a compliment, regards, attention, etc.; bestow'),\n",
- " ('gift', 'give as a present; make a gift of'),\n",
+ " ('ease up', 'move in order to make room for someone for something'),\n",
+ " ('give', 'break down, literally or metaphorically'),\n",
" ('make', 'organize or be responsible for'),\n",
- " ('present', 'give as a present; make a gift of'),\n",
" ('generate', 'give or supply'),\n",
+ " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('give way', 'move in order to make room for someone for something'),\n",
+ " ('pay', 'convey, as of a compliment, regards, attention, etc.; bestow'),\n",
+ " ('render', 'give or supply'),\n",
+ " ('throw',\n",
+ " 'convey or communicate; of a smile, a look, a physical gesture'),\n",
" ('sacrifice', 'endure the loss of'),\n",
- " ('contribute', 'contribute to some cause'),\n",
- " ('ease up', 'move in order to make room for someone for something'),\n",
+ " ('return', 'give or supply'),\n",
+ " ('have', 'organize or be responsible for'),\n",
+ " ('devote', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('cave in', 'break down, literally or metaphorically'),\n",
+ " ('establish', 'bring about'),\n",
" ('break', 'break down, literally or metaphorically'),\n",
+ " ('collapse', 'break down, literally or metaphorically'),\n",
+ " ('leave', 'transmit (knowledge or skills)'),\n",
+ " ('open', 'afford access to'),\n",
+ " ('pass', 'place into the hands or custody of'),\n",
" ('impart', 'transmit (knowledge or skills)'),\n",
+ " ('feed', 'give food to'),\n",
+ " ('contribute', 'contribute to some cause'),\n",
+ " ('fall in', 'break down, literally or metaphorically'),\n",
+ " ('move over', 'move in order to make room for someone for something'),\n",
+ " ('gift', 'give as a present; make a gift of'),\n",
+ " ('afford', 'be the cause or source of'),\n",
" ('grant', 'bestow, especially officially'),\n",
- " ('hand', 'place into the hands or custody of'),\n",
- " ('cave in', 'break down, literally or metaphorically'),\n",
- " ('commit', 'give entirely to a specific person, activity, or cause'),\n",
- " ('hold', 'organize or be responsible for'),\n",
- " ('dedicate', 'give entirely to a specific person, activity, or cause'),\n",
- " ('afford', 'afford access to'),\n",
" ('chip in', 'contribute to some cause'),\n",
- " ('move over', 'move in order to make room for someone for something'),\n",
- " ('open', 'afford access to')]},\n",
+ " ('reach', 'place into the hands or custody of'),\n",
+ " ('hold', 'organize or be responsible for'),\n",
+ " ('turn over', 'place into the hands or custody of'),\n",
+ " ('hand', 'place into the hands or custody of'),\n",
+ " ('consecrate', 'give entirely to a specific person, activity, or cause'),\n",
+ " ('founder', 'break down, literally or metaphorically'),\n",
+ " ('kick in', 'contribute to some cause')]},\n",
" {'answer': 'glassed',\n",
" 'hint': 'synonyms for glassed',\n",
- " 'clues': [('glass', 'put in a glass container'),\n",
- " ('glaze over', 'become glassy or take on a glass-like appearance'),\n",
+ " 'clues': [('glass over',\n",
+ " 'become glassy or take on a glass-like appearance'),\n",
" ('glaze', 'furnish with glass'),\n",
+ " ('glass', 'scan (game in the forest) with binoculars'),\n",
" ('glass in', 'enclose with glass'),\n",
- " ('glass over', 'become glassy or take on a glass-like appearance')]},\n",
+ " ('glaze over', 'become glassy or take on a glass-like appearance')]},\n",
" {'answer': 'glazed',\n",
" 'hint': 'synonyms for glazed',\n",
- " 'clues': [('glaze over',\n",
- " 'become glassy or take on a glass-like appearance'),\n",
- " ('glaze', 'coat with a glaze'),\n",
- " ('candy', 'coat with something sweet, such as a hard sugar glaze'),\n",
- " ('glass', 'furnish with glass'),\n",
+ " 'clues': [('glaze', 'coat with a glaze'),\n",
" ('sugarcoat', 'coat with something sweet, such as a hard sugar glaze'),\n",
+ " ('candy', 'coat with something sweet, such as a hard sugar glaze'),\n",
+ " ('glaze over', 'become glassy or take on a glass-like appearance'),\n",
+ " ('glass', 'become glassy or take on a glass-like appearance'),\n",
" ('glass over', 'become glassy or take on a glass-like appearance')]},\n",
" {'answer': 'gleaming',\n",
" 'hint': 'synonyms for gleaming',\n",
- " 'clues': [('glisten', 'be shiny, as if wet'),\n",
+ " 'clues': [('glint', 'be shiny, as if wet'),\n",
+ " ('shine', 'be shiny, as if wet'),\n",
+ " ('glisten', 'be shiny, as if wet'),\n",
" ('glitter', 'be shiny, as if wet'),\n",
" ('glimmer', 'shine brightly, like a star or a light'),\n",
- " ('gleam', 'be shiny, as if wet'),\n",
- " ('shine', 'be shiny, as if wet'),\n",
- " ('glint', 'be shiny, as if wet')]},\n",
+ " ('gleam', 'appear briefly')]},\n",
" {'answer': 'glinting',\n",
" 'hint': 'synonyms for glinting',\n",
- " 'clues': [('glisten', 'be shiny, as if wet'),\n",
- " ('glint', 'throw a glance at; take a brief look at'),\n",
- " ('glitter', 'be shiny, as if wet'),\n",
- " ('gleam', 'be shiny, as if wet'),\n",
+ " 'clues': [('glint', 'be shiny, as if wet'),\n",
" ('shine', 'be shiny, as if wet'),\n",
+ " ('glisten', 'be shiny, as if wet'),\n",
+ " ('glitter', 'be shiny, as if wet'),\n",
" ('peek', 'throw a glance at; take a brief look at'),\n",
- " ('glance', 'throw a glance at; take a brief look at')]},\n",
+ " ('glance', 'throw a glance at; take a brief look at'),\n",
+ " ('gleam', 'be shiny, as if wet')]},\n",
" {'answer': 'glistening',\n",
" 'hint': 'synonyms for glistening',\n",
- " 'clues': [('glisten', 'be shiny, as if wet'),\n",
- " ('glitter', 'be shiny, as if wet'),\n",
- " ('gleam', 'be shiny, as if wet'),\n",
+ " 'clues': [('glint', 'be shiny, as if wet'),\n",
" ('shine', 'be shiny, as if wet'),\n",
- " ('glint', 'be shiny, as if wet')]},\n",
+ " ('glisten', 'be shiny, as if wet'),\n",
+ " ('glitter', 'be shiny, as if wet'),\n",
+ " ('gleam', 'be shiny, as if wet')]},\n",
" {'answer': 'glittering',\n",
" 'hint': 'synonyms for glittering',\n",
- " 'clues': [('glisten', 'be shiny, as if wet'),\n",
- " ('glitter', 'be shiny, as if wet'),\n",
- " ('gleam', 'be shiny, as if wet'),\n",
+ " 'clues': [('glint', 'be shiny, as if wet'),\n",
" ('shine', 'be shiny, as if wet'),\n",
- " ('glint', 'be shiny, as if wet')]},\n",
+ " ('glisten', 'be shiny, as if wet'),\n",
+ " ('glitter', 'be shiny, as if wet'),\n",
+ " ('gleam', 'be shiny, as if wet')]},\n",
" {'answer': 'glorified',\n",
" 'hint': 'synonyms for glorified',\n",
- " 'clues': [('laud', 'praise, glorify, or honor'),\n",
- " ('glorify',\n",
- " \"elevate or idealize, in allusion to Christ's transfiguration\"),\n",
+ " 'clues': [('glorify', 'cause to seem more splendid'),\n",
+ " ('exalt', 'praise, glorify, or honor'),\n",
+ " ('laud', 'praise, glorify, or honor'),\n",
" ('spiritualize',\n",
" \"elevate or idealize, in allusion to Christ's transfiguration\"),\n",
- " ('transfigure',\n",
- " \"elevate or idealize, in allusion to Christ's transfiguration\"),\n",
- " ('exalt', 'praise, glorify, or honor'),\n",
" ('extol', 'praise, glorify, or honor'),\n",
- " ('proclaim', 'praise, glorify, or honor')]},\n",
+ " ('proclaim', 'praise, glorify, or honor'),\n",
+ " ('transfigure',\n",
+ " \"elevate or idealize, in allusion to Christ's transfiguration\")]},\n",
" {'answer': 'glowering',\n",
" 'hint': 'synonyms for glowering',\n",
- " 'clues': [('glower', 'look at with a fixed gaze'),\n",
- " ('glare', 'look at with a fixed gaze'),\n",
+ " 'clues': [('lower',\n",
+ " \"look angry or sullen, wrinkle one's forehead, as if to signal disapproval\"),\n",
" ('frown',\n",
" \"look angry or sullen, wrinkle one's forehead, as if to signal disapproval\"),\n",
" ('lour',\n",
- " \"look angry or sullen, wrinkle one's forehead, as if to signal disapproval\")]},\n",
+ " \"look angry or sullen, wrinkle one's forehead, as if to signal disapproval\"),\n",
+ " ('glare', 'look at with a fixed gaze')]},\n",
" {'answer': 'glowing',\n",
" 'hint': 'synonyms for glowing',\n",
- " 'clues': [('burn', 'shine intensely, as if with heat'),\n",
+ " 'clues': [('glow', 'shine intensely, as if with heat'),\n",
" ('radiate',\n",
- " 'have a complexion with a strong bright color, such as red or pink'),\n",
+ " 'experience a feeling of well-being or happiness, as from good health or an intense emotion'),\n",
" ('beam',\n",
" 'have a complexion with a strong bright color, such as red or pink'),\n",
- " ('glow', 'shine intensely, as if with heat'),\n",
" ('shine',\n",
- " 'experience a feeling of well-being or happiness, as from good health or an intense emotion')]},\n",
+ " 'have a complexion with a strong bright color, such as red or pink'),\n",
+ " ('burn', 'shine intensely, as if with heat')]},\n",
" {'answer': 'glutted',\n",
" 'hint': 'synonyms for glutted',\n",
" 'clues': [('englut', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('glut', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('engorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('stuff', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('satiate', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('gourmandize', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('oversupply', 'supply with an excess of'),\n",
- " ('gorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('gormandize', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('overindulge', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('overgorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('ingurgitate', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('overeat', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('overindulge', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('glut', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('flood', 'supply with an excess of'),\n",
" ('pig out', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('binge', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('oversupply', 'supply with an excess of'),\n",
+ " ('gorge', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('satiate', 'overeat or eat immodestly; make a pig of oneself'),\n",
" ('scarf out', 'overeat or eat immodestly; make a pig of oneself'),\n",
- " ('flood', 'supply with an excess of')]},\n",
+ " ('overeat', 'overeat or eat immodestly; make a pig of oneself'),\n",
+ " ('binge', 'overeat or eat immodestly; make a pig of oneself')]},\n",
" {'answer': 'gnarled',\n",
" 'hint': 'synonyms for gnarled',\n",
" 'clues': [('croak',\n",
" \"make complaining remarks or noises under one's breath\"),\n",
+ " ('gnarl', \"make complaining remarks or noises under one's breath\"),\n",
" ('mutter', \"make complaining remarks or noises under one's breath\"),\n",
" ('murmur', \"make complaining remarks or noises under one's breath\"),\n",
- " ('gnarl', \"make complaining remarks or noises under one's breath\"),\n",
" ('grumble', \"make complaining remarks or noises under one's breath\")]},\n",
" {'answer': 'go',\n",
" 'hint': 'synonyms for go',\n",
- " 'clues': [('decease',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('lead', 'lead, extend, or afford access'),\n",
- " ('rifle',\n",
+ " 'clues': [('rifle',\n",
" \"go through in search of something; search through someone's belongings in an unauthorized way\"),\n",
- " ('start', 'begin or set in motion'),\n",
- " ('extend',\n",
- " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('run short', 'to be spent or finished'),\n",
- " ('plump',\n",
- " 'give support (to) or make a choice (of) one out of a group or number'),\n",
- " ('sound', 'make a certain noise or sound'),\n",
- " ('run',\n",
- " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('move',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('get', 'enter or assume a certain state or condition'),\n",
- " ('hold up', 'continue to live through hardship or adversity'),\n",
- " ('choke',\n",
+ " ('perish',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('run low', 'to be spent or finished'),\n",
- " ('live on', 'continue to live through hardship or adversity'),\n",
+ " ('hold up', 'continue to live through hardship or adversity'),\n",
+ " ('function', 'perform as expected when applied'),\n",
+ " ('die', 'stop operating or functioning'),\n",
" ('kick the bucket',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('break down', 'stop operating or functioning'),\n",
- " ('give out', 'stop operating or functioning'),\n",
- " ('break', 'stop operating or functioning'),\n",
- " ('exit',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('die',\n",
+ " ('pop off',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('fit', 'be the right size or shape; fit correctly or as desired'),\n",
- " ('function', 'perform as expected when applied'),\n",
- " ('conk out', 'stop operating or functioning'),\n",
- " ('proceed', 'follow a procedure or take a course'),\n",
- " ('travel',\n",
+ " ('get going', 'begin or set in motion'),\n",
+ " ('last', 'continue to live through hardship or adversity'),\n",
+ " ('run', 'perform as expected when applied'),\n",
+ " ('move',\n",
" 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('croak',\n",
+ " ('conk',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('decease',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('go bad', 'stop operating or functioning'),\n",
" ('drop dead',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('hold out', 'continue to live through hardship or adversity'),\n",
+ " ('blend in', 'blend or harmonize'),\n",
+ " ('proceed', 'follow a procedure or take a course'),\n",
+ " ('go away', 'move away from a place into another direction'),\n",
+ " ('locomote',\n",
+ " 'change location; move, travel, or proceed, also metaphorically'),\n",
+ " ('get', 'enter or assume a certain state or condition'),\n",
+ " ('lead',\n",
+ " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
" ('pass',\n",
" 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('give way', 'stop operating or functioning'),\n",
- " ('belong', 'be in the right place or situation'),\n",
" ('depart', 'move away from a place into another direction'),\n",
+ " ('travel',\n",
+ " 'change location; move, travel, or proceed, also metaphorically'),\n",
+ " (\"cash in one's chips\",\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('give out', 'stop operating or functioning'),\n",
" ('give-up the ghost',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " (\"cash in one's chips\",\n",
+ " ('break down', 'stop operating or functioning'),\n",
+ " ('start', 'begin or set in motion'),\n",
+ " ('pass away',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('get going', 'begin or set in motion'),\n",
- " ('live', 'continue to live through hardship or adversity'),\n",
+ " ('extend',\n",
+ " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
+ " ('run low', 'to be spent or finished'),\n",
+ " ('blend', 'blend or harmonize'),\n",
" ('become', 'enter or assume a certain state or condition'),\n",
- " ('blend in', 'blend or harmonize'),\n",
- " ('locomote',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('perish',\n",
+ " ('live', 'continue to live through hardship or adversity'),\n",
+ " ('belong', 'be in the right place or situation'),\n",
+ " ('break', 'stop operating or functioning'),\n",
+ " ('survive', 'continue to live through hardship or adversity'),\n",
+ " ('live on', 'continue to live through hardship or adversity'),\n",
+ " ('go bad', 'stop operating or functioning'),\n",
+ " ('run short', 'to be spent or finished'),\n",
+ " ('fit', 'be the right size or shape; fit correctly or as desired'),\n",
+ " ('croak',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('conk out', 'stop operating or functioning'),\n",
" ('snuff it',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('blend', 'blend or harmonize'),\n",
- " ('endure', 'continue to live through hardship or adversity'),\n",
- " ('buy the farm',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('expire',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass away',\n",
+ " ('work', 'perform as expected when applied'),\n",
+ " ('buy the farm',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('conk',\n",
+ " ('exit',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('last', 'continue to live through hardship or adversity'),\n",
- " ('operate', 'perform as expected when applied'),\n",
+ " ('plump',\n",
+ " 'give support (to) or make a choice (of) one out of a group or number'),\n",
+ " ('give way', 'stop operating or functioning'),\n",
" ('fail', 'stop operating or functioning'),\n",
- " ('pop off',\n",
+ " ('operate', 'perform as expected when applied'),\n",
+ " ('sound', 'make a certain noise or sound'),\n",
+ " ('hold out', 'continue to live through hardship or adversity'),\n",
+ " ('choke',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('survive', 'continue to live through hardship or adversity'),\n",
- " ('go away', 'move away from a place into another direction'),\n",
- " ('work', 'perform as expected when applied')]},\n",
+ " ('endure', 'continue to live through hardship or adversity')]},\n",
" {'answer': 'goaded',\n",
" 'hint': 'synonyms for goaded',\n",
- " 'clues': [('spur', 'give heart or courage to'),\n",
- " ('goad', 'urge with or as if with a goad'),\n",
+ " 'clues': [('goad', 'stab or urge on as if with a pointed stick'),\n",
" ('needle', 'goad or provoke,as by constant criticism'),\n",
+ " ('spur', 'give heart or courage to'),\n",
" ('prick', 'stab or urge on as if with a pointed stick')]},\n",
" {'answer': 'going',\n",
" 'hint': 'synonyms for going',\n",
- " 'clues': [('decease',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('lead', 'lead, extend, or afford access'),\n",
- " ('rifle',\n",
- " \"go through in search of something; search through someone's belongings in an unauthorized way\"),\n",
- " ('go', 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('plump',\n",
- " 'give support (to) or make a choice (of) one out of a group or number'),\n",
- " ('sound', 'make a certain noise or sound'),\n",
- " ('move',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('hold up', 'continue to live through hardship or adversity'),\n",
- " ('run low', 'to be spent or finished'),\n",
- " ('give out', 'stop operating or functioning'),\n",
- " ('fit', 'be the right size or shape; fit correctly or as desired'),\n",
+ " 'clues': [('hold up', 'continue to live through hardship or adversity'),\n",
+ " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
" ('function', 'perform as expected when applied'),\n",
- " ('conk out', 'stop operating or functioning'),\n",
- " ('proceed', 'follow a procedure or take a course'),\n",
- " ('croak',\n",
+ " ('run', 'perform as expected when applied'),\n",
+ " ('conk',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('decease',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('travel',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('go bad', 'stop operating or functioning'),\n",
" ('drop dead',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('hold out', 'continue to live through hardship or adversity'),\n",
+ " ('proceed', 'follow a procedure or take a course'),\n",
+ " ('go away', 'move away from a place into another direction'),\n",
+ " ('locomote',\n",
+ " 'change location; move, travel, or proceed, also metaphorically'),\n",
+ " ('get', 'enter or assume a certain state or condition'),\n",
" ('pass',\n",
" 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('depart', 'move away from a place into another direction'),\n",
- " ('get going', 'begin or set in motion'),\n",
- " ('live', 'continue to live through hardship or adversity'),\n",
- " ('blend in', 'blend or harmonize'),\n",
- " ('perish',\n",
+ " ('lead',\n",
+ " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
+ " (\"cash in one's chips\",\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('buy the farm',\n",
+ " ('move', 'follow a procedure or take a course'),\n",
+ " ('give-up the ghost',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('start', 'begin or set in motion'),\n",
+ " ('run low', 'to be spent or finished'),\n",
+ " ('become', 'enter or assume a certain state or condition'),\n",
+ " ('belong', 'be in the right place or situation'),\n",
+ " ('survive', 'continue to live through hardship or adversity'),\n",
+ " ('go bad', 'stop operating or functioning'),\n",
+ " ('die',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('expire',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass away',\n",
+ " ('plump',\n",
+ " 'give support (to) or make a choice (of) one out of a group or number'),\n",
+ " ('choke',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('conk',\n",
+ " ('endure', 'continue to live through hardship or adversity'),\n",
+ " ('rifle',\n",
+ " \"go through in search of something; search through someone's belongings in an unauthorized way\"),\n",
+ " ('perish',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('kick the bucket',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('last', 'continue to live through hardship or adversity'),\n",
" ('pop off',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('survive', 'continue to live through hardship or adversity'),\n",
- " ('work', 'perform as expected when applied'),\n",
- " ('start', 'begin or set in motion'),\n",
+ " ('get going', 'begin or set in motion'),\n",
+ " ('last', 'continue to live through hardship or adversity'),\n",
+ " ('blend in', 'blend or harmonize'),\n",
+ " ('travel',\n",
+ " 'change location; move, travel, or proceed, also metaphorically'),\n",
+ " ('depart', 'move away from a place into another direction'),\n",
+ " ('give out', 'stop operating or functioning'),\n",
+ " ('break down', 'stop operating or functioning'),\n",
+ " ('pass away',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('extend',\n",
" 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
+ " ('blend', 'blend or harmonize'),\n",
+ " ('live', 'continue to live through hardship or adversity'),\n",
+ " ('break', 'stop operating or functioning'),\n",
+ " ('live on', 'continue to live through hardship or adversity'),\n",
" ('run short', 'to be spent or finished'),\n",
- " ('run',\n",
- " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('choke',\n",
+ " ('fit', 'be the right size or shape; fit correctly or as desired'),\n",
+ " ('croak',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('get', 'enter or assume a certain state or condition'),\n",
- " ('kick the bucket',\n",
+ " ('conk out', 'stop operating or functioning'),\n",
+ " ('snuff it',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('live on', 'continue to live through hardship or adversity'),\n",
- " ('break down', 'stop operating or functioning'),\n",
- " ('break', 'stop operating or functioning'),\n",
- " ('exit',\n",
+ " ('work', 'perform as expected when applied'),\n",
+ " ('buy the farm',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('die',\n",
+ " ('exit',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('give way', 'stop operating or functioning'),\n",
- " ('belong', 'be in the right place or situation'),\n",
- " ('give-up the ghost',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " (\"cash in one's chips\",\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('become', 'enter or assume a certain state or condition'),\n",
- " ('locomote',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('snuff it',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('blend', 'blend or harmonize'),\n",
- " ('endure', 'continue to live through hardship or adversity'),\n",
" ('fail', 'stop operating or functioning'),\n",
" ('operate', 'perform as expected when applied'),\n",
- " ('go away', 'move away from a place into another direction')]},\n",
+ " ('sound', 'make a certain noise or sound'),\n",
+ " ('hold out', 'continue to live through hardship or adversity')]},\n",
" {'answer': 'gone',\n",
" 'hint': 'synonyms for gone',\n",
- " 'clues': [('decease',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('lead', 'lead, extend, or afford access'),\n",
- " ('rifle',\n",
- " \"go through in search of something; search through someone's belongings in an unauthorized way\"),\n",
- " ('go', 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('plump',\n",
- " 'give support (to) or make a choice (of) one out of a group or number'),\n",
- " ('sound', 'make a certain noise or sound'),\n",
- " ('move',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('hold up', 'continue to live through hardship or adversity'),\n",
- " ('run low', 'to be spent or finished'),\n",
- " ('give out', 'stop operating or functioning'),\n",
- " ('fit', 'be the right size or shape; fit correctly or as desired'),\n",
+ " 'clues': [('hold up', 'continue to live through hardship or adversity'),\n",
+ " ('go', 'be the right size or shape; fit correctly or as desired'),\n",
" ('function', 'perform as expected when applied'),\n",
- " ('conk out', 'stop operating or functioning'),\n",
- " ('proceed', 'follow a procedure or take a course'),\n",
- " ('croak',\n",
+ " ('run', 'perform as expected when applied'),\n",
+ " ('conk',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('decease',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('travel',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('go bad', 'stop operating or functioning'),\n",
" ('drop dead',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('hold out', 'continue to live through hardship or adversity'),\n",
+ " ('proceed', 'follow a procedure or take a course'),\n",
+ " ('go away', 'move away from a place into another direction'),\n",
+ " ('locomote',\n",
+ " 'change location; move, travel, or proceed, also metaphorically'),\n",
+ " ('get', 'enter or assume a certain state or condition'),\n",
" ('pass',\n",
" 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('depart', 'move away from a place into another direction'),\n",
- " ('get going', 'begin or set in motion'),\n",
- " ('live', 'continue to live through hardship or adversity'),\n",
- " ('blend in', 'blend or harmonize'),\n",
- " ('perish',\n",
+ " ('lead',\n",
+ " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
+ " (\"cash in one's chips\",\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('buy the farm',\n",
+ " ('move', 'follow a procedure or take a course'),\n",
+ " ('give-up the ghost',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('start', 'begin or set in motion'),\n",
+ " ('run low', 'to be spent or finished'),\n",
+ " ('become', 'enter or assume a certain state or condition'),\n",
+ " ('belong', 'be in the right place or situation'),\n",
+ " ('survive', 'continue to live through hardship or adversity'),\n",
+ " ('go bad', 'stop operating or functioning'),\n",
+ " ('die',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('expire',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('pass away',\n",
+ " ('plump',\n",
+ " 'give support (to) or make a choice (of) one out of a group or number'),\n",
+ " ('choke',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('conk',\n",
+ " ('endure', 'continue to live through hardship or adversity'),\n",
+ " ('rifle',\n",
+ " \"go through in search of something; search through someone's belongings in an unauthorized way\"),\n",
+ " ('perish',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
+ " ('kick the bucket',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('last', 'continue to live through hardship or adversity'),\n",
" ('pop off',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('survive', 'continue to live through hardship or adversity'),\n",
- " ('work', 'perform as expected when applied'),\n",
- " ('start', 'begin or set in motion'),\n",
+ " ('get going', 'begin or set in motion'),\n",
+ " ('last', 'continue to live through hardship or adversity'),\n",
+ " ('blend in', 'blend or harmonize'),\n",
+ " ('travel',\n",
+ " 'change location; move, travel, or proceed, also metaphorically'),\n",
+ " ('depart', 'move away from a place into another direction'),\n",
+ " ('give out', 'stop operating or functioning'),\n",
+ " ('break down', 'stop operating or functioning'),\n",
+ " ('pass away',\n",
+ " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('extend',\n",
" 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
+ " ('blend', 'blend or harmonize'),\n",
+ " ('live', 'continue to live through hardship or adversity'),\n",
+ " ('break', 'stop operating or functioning'),\n",
+ " ('live on', 'continue to live through hardship or adversity'),\n",
" ('run short', 'to be spent or finished'),\n",
- " ('run',\n",
- " 'stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point'),\n",
- " ('choke',\n",
+ " ('fit', 'be the right size or shape; fit correctly or as desired'),\n",
+ " ('croak',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('get', 'enter or assume a certain state or condition'),\n",
- " ('kick the bucket',\n",
+ " ('conk out', 'stop operating or functioning'),\n",
+ " ('snuff it',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('live on', 'continue to live through hardship or adversity'),\n",
- " ('break down', 'stop operating or functioning'),\n",
- " ('break', 'stop operating or functioning'),\n",
- " ('exit',\n",
+ " ('work', 'perform as expected when applied'),\n",
+ " ('buy the farm',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('die',\n",
+ " ('exit',\n",
" 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
" ('give way', 'stop operating or functioning'),\n",
- " ('belong', 'be in the right place or situation'),\n",
- " ('give-up the ghost',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " (\"cash in one's chips\",\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('become', 'enter or assume a certain state or condition'),\n",
- " ('locomote',\n",
- " 'change location; move, travel, or proceed, also metaphorically'),\n",
- " ('snuff it',\n",
- " 'pass from physical life and lose all bodily attributes and functions necessary to sustain life'),\n",
- " ('blend', 'blend or harmonize'),\n",
- " ('endure', 'continue to live through hardship or adversity'),\n",
" ('fail', 'stop operating or functioning'),\n",
" ('operate', 'perform as expected when applied'),\n",
- " ('go away', 'move away from a place into another direction')]},\n",
+ " ('sound', 'make a certain noise or sound'),\n",
+ " ('hold out', 'continue to live through hardship or adversity')]},\n",
" {'answer': 'governing',\n",
" 'hint': 'synonyms for governing',\n",
- " 'clues': [('govern',\n",
- " 'require to be in a certain grammatical case, voice, or mood'),\n",
- " ('order',\n",
- " 'bring into conformity with rules or principles or usage; impose regulations'),\n",
- " ('regularize',\n",
+ " 'clues': [('regularize',\n",
" 'bring into conformity with rules or principles or usage; impose regulations'),\n",
" ('regulate',\n",
" 'bring into conformity with rules or principles or usage; impose regulations'),\n",
- " ('rule', 'exercise authority over; as of nations')]},\n",
+ " ('govern', 'exercise authority over; as of nations'),\n",
+ " ('rule', 'exercise authority over; as of nations'),\n",
+ " ('order',\n",
+ " 'bring into conformity with rules or principles or usage; impose regulations')]},\n",
" {'answer': 'graded',\n",
" 'hint': 'synonyms for graded',\n",
- " 'clues': [('grade', 'assign a rank or rating to'),\n",
- " ('mark', \"assign a grade or rank to, according to one's evaluation\"),\n",
- " ('range', 'assign a rank or rating to'),\n",
- " ('place', 'assign a rank or rating to'),\n",
+ " 'clues': [('rate', 'assign a rank or rating to'),\n",
+ " ('grade', 'determine the grade of or assign a grade to'),\n",
" ('score', \"assign a grade or rank to, according to one's evaluation\"),\n",
- " ('rank', 'assign a rank or rating to'),\n",
+ " ('place', 'assign a rank or rating to'),\n",
+ " ('range', 'assign a rank or rating to'),\n",
" ('order', 'assign a rank or rating to'),\n",
- " ('rate', 'assign a rank or rating to')]},\n",
+ " ('mark', \"assign a grade or rank to, according to one's evaluation\"),\n",
+ " ('rank', 'assign a rank or rating to')]},\n",
" {'answer': 'granted',\n",
" 'hint': 'synonyms for granted',\n",
- " 'clues': [('grant', 'let have'),\n",
- " ('concede', 'be willing to concede'),\n",
+ " 'clues': [('allow', 'let have'),\n",
+ " ('grant', 'let have'),\n",
" ('award', 'give as judged due or on the basis of merit'),\n",
+ " ('concede', 'be willing to concede'),\n",
+ " ('allot', 'allow to have'),\n",
" ('give', 'bestow, especially officially'),\n",
- " ('accord', 'allow to have'),\n",
+ " ('cede',\n",
+ " 'give over; surrender or relinquish to the physical control of another'),\n",
" ('yield',\n",
" 'give over; surrender or relinquish to the physical control of another'),\n",
- " ('allow', 'let have'),\n",
" ('deed over', 'transfer by deed'),\n",
- " ('allot', 'allow to have'),\n",
- " ('cede',\n",
- " 'give over; surrender or relinquish to the physical control of another')]},\n",
+ " ('accord', 'allow to have')]},\n",
" {'answer': 'grasping',\n",
" 'hint': 'synonyms for grasping',\n",
- " 'clues': [('grok', 'get the meaning of something'),\n",
- " ('dig', 'get the meaning of something'),\n",
+ " 'clues': [('grasp', 'get the meaning of something'),\n",
+ " ('comprehend', 'get the meaning of something'),\n",
+ " ('savvy', 'get the meaning of something'),\n",
+ " ('compass', 'get the meaning of something'),\n",
" ('apprehend', 'get the meaning of something'),\n",
- " ('grasp', 'get the meaning of something'),\n",
+ " ('dig', 'get the meaning of something'),\n",
" ('hold on', 'hold firmly'),\n",
- " ('get the picture', 'get the meaning of something'),\n",
- " ('compass', 'get the meaning of something'),\n",
- " ('savvy', 'get the meaning of something'),\n",
- " ('comprehend', 'get the meaning of something')]},\n",
+ " ('grok', 'get the meaning of something'),\n",
+ " ('get the picture', 'get the meaning of something')]},\n",
" {'answer': 'gratified',\n",
" 'hint': 'synonyms for gratified',\n",
- " 'clues': [('pander', 'yield (to); give satisfaction to'),\n",
- " ('satisfy', 'make happy or satisfied'),\n",
- " ('gratify', 'make happy or satisfied'),\n",
- " ('indulge', 'yield (to); give satisfaction to')]},\n",
+ " 'clues': [('satisfy', 'make happy or satisfied'),\n",
+ " ('pander', 'yield (to); give satisfaction to'),\n",
+ " ('indulge', 'yield (to); give satisfaction to'),\n",
+ " ('gratify', 'make happy or satisfied')]},\n",
" {'answer': 'gratifying',\n",
" 'hint': 'synonyms for gratifying',\n",
- " 'clues': [('pander', 'yield (to); give satisfaction to'),\n",
- " ('satisfy', 'make happy or satisfied'),\n",
- " ('gratify', 'make happy or satisfied'),\n",
- " ('indulge', 'yield (to); give satisfaction to')]},\n",
+ " 'clues': [('satisfy', 'make happy or satisfied'),\n",
+ " ('pander', 'yield (to); give satisfaction to'),\n",
+ " ('indulge', 'yield (to); give satisfaction to'),\n",
+ " ('gratify', 'make happy or satisfied')]},\n",
" {'answer': 'grating',\n",
" 'hint': 'synonyms for grating',\n",
- " 'clues': [('eat into', 'gnaw into; make resentful or angry'),\n",
- " ('grate', 'furnish with a grate'),\n",
- " ('rankle', 'gnaw into; make resentful or angry'),\n",
- " ('scrape', 'scratch repeatedly'),\n",
+ " 'clues': [('grate', 'scratch repeatedly'),\n",
+ " ('grind', 'make a grating or grinding sound by rubbing together'),\n",
+ " ('eat into', 'gnaw into; make resentful or angry'),\n",
" ('fret', 'gnaw into; make resentful or angry'),\n",
- " ('grind', 'make a grating or grinding sound by rubbing together')]},\n",
+ " ('rankle', 'gnaw into; make resentful or angry'),\n",
+ " ('scrape', 'scratch repeatedly')]},\n",
" {'answer': 'grave',\n",
" 'hint': 'synonyms for grave',\n",
- " 'clues': [('sculpture',\n",
+ " 'clues': [('engrave', 'carve, cut, or etch into a material or surface'),\n",
+ " ('inscribe', 'carve, cut, or etch into a material or surface'),\n",
+ " ('scratch', 'carve, cut, or etch into a material or surface'),\n",
+ " ('sculpture',\n",
" 'shape (a material like stone or wood) by whittling away at it'),\n",
" ('sculpt',\n",
- " 'shape (a material like stone or wood) by whittling away at it'),\n",
- " ('scratch', 'carve, cut, or etch into a material or surface'),\n",
- " ('engrave', 'carve, cut, or etch into a material or surface'),\n",
- " ('inscribe', 'carve, cut, or etch into a material or surface')]},\n",
+ " 'shape (a material like stone or wood) by whittling away at it')]},\n",
" {'answer': 'graven',\n",
" 'hint': 'synonyms for graven',\n",
- " 'clues': [('grave', 'carve, cut, or etch into a material or surface'),\n",
+ " 'clues': [('inscribe', 'carve, cut, or etch into a material or surface'),\n",
+ " ('engrave', 'carve, cut, or etch into a material or surface'),\n",
+ " ('grave',\n",
+ " 'shape (a material like stone or wood) by whittling away at it'),\n",
+ " ('scratch', 'carve, cut, or etch into a material or surface'),\n",
" ('sculpture',\n",
" 'shape (a material like stone or wood) by whittling away at it'),\n",
" ('sculpt',\n",
- " 'shape (a material like stone or wood) by whittling away at it'),\n",
- " ('scratch', 'carve, cut, or etch into a material or surface'),\n",
- " ('engrave', 'carve, cut, or etch into a material or surface'),\n",
- " ('inscribe', 'carve, cut, or etch into a material or surface')]},\n",
+ " 'shape (a material like stone or wood) by whittling away at it')]},\n",
" {'answer': 'grazed',\n",
" 'hint': 'synonyms for grazed',\n",
- " 'clues': [('graze', 'feed as in a meadow or pasture'),\n",
+ " 'clues': [('graze', 'let feed in a field or pasture or meadow'),\n",
" ('crop', 'let feed in a field or pasture or meadow'),\n",
- " ('crease', 'scrape gently'),\n",
- " ('pasture', 'let feed in a field or pasture or meadow'),\n",
+ " ('pasture', 'feed as in a meadow or pasture'),\n",
" ('rake', 'scrape gently'),\n",
- " ('browse', 'feed as in a meadow or pasture'),\n",
+ " ('browse', 'eat lightly, try different dishes'),\n",
+ " ('crease', 'scrape gently'),\n",
" ('range', 'feed as in a meadow or pasture')]},\n",
" {'answer': 'gripping',\n",
" 'hint': 'synonyms for gripping',\n",
- " 'clues': [('fascinate',\n",
+ " 'clues': [('grip',\n",
+ " 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
+ " ('transfix',\n",
" 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
" ('grapple', 'to grip or seize, as in a wrestling match'),\n",
- " ('grip',\n",
+ " ('fascinate',\n",
" 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
" ('spellbind',\n",
- " 'to render motionless, as with a fixed stare or by arousing terror or awe'),\n",
- " ('transfix',\n",
" 'to render motionless, as with a fixed stare or by arousing terror or awe')]},\n",
" {'answer': 'grizzled',\n",
" 'hint': 'synonyms for grizzled',\n",
" 'clues': [('grizzle', 'be in a huff; be silent or sullen'),\n",
- " ('stew', 'be in a huff; be silent or sullen'),\n",
- " ('yawp', 'complain whiningly'),\n",
" ('brood', 'be in a huff; be silent or sullen'),\n",
" ('whine', 'complain whiningly'),\n",
- " ('yammer', 'complain whiningly')]},\n",
+ " ('stew', 'be in a huff; be silent or sullen'),\n",
+ " ('yammer', 'complain whiningly'),\n",
+ " ('yawp', 'complain whiningly')]},\n",
" {'answer': 'groomed',\n",
" 'hint': 'synonyms for groomed',\n",
- " 'clues': [('dress', 'give a neat appearance to'),\n",
- " ('curry', 'give a neat appearance to'),\n",
- " ('train', 'educate for a future role or function'),\n",
- " ('neaten', \"care for one's external appearance\"),\n",
+ " 'clues': [('neaten', \"care for one's external appearance\"),\n",
+ " ('prepare', 'educate for a future role or function'),\n",
+ " ('dress', 'give a neat appearance to'),\n",
" ('groom', 'give a neat appearance to'),\n",
- " ('prepare', 'educate for a future role or function')]},\n",
+ " ('train', 'educate for a future role or function'),\n",
+ " ('curry', 'give a neat appearance to')]},\n",
" {'answer': 'groveling',\n",
" 'hint': 'synonyms for groveling',\n",
- " 'clues': [('cringe', 'show submission or fear'),\n",
+ " 'clues': [('fawn', 'show submission or fear'),\n",
" ('cower', 'show submission or fear'),\n",
- " ('crawl', 'show submission or fear'),\n",
" ('creep', 'show submission or fear'),\n",
- " ('fawn', 'show submission or fear'),\n",
- " ('grovel', 'show submission or fear')]},\n",
+ " ('cringe', 'show submission or fear'),\n",
+ " ('grovel', 'show submission or fear'),\n",
+ " ('crawl', 'show submission or fear')]},\n",
" {'answer': 'grovelling',\n",
" 'hint': 'synonyms for grovelling',\n",
- " 'clues': [('cringe', 'show submission or fear'),\n",
+ " 'clues': [('fawn', 'show submission or fear'),\n",
" ('cower', 'show submission or fear'),\n",
- " ('crawl', 'show submission or fear'),\n",
" ('creep', 'show submission or fear'),\n",
- " ('fawn', 'show submission or fear'),\n",
- " ('grovel', 'show submission or fear')]},\n",
+ " ('cringe', 'show submission or fear'),\n",
+ " ('grovel', 'show submission or fear'),\n",
+ " ('crawl', 'show submission or fear')]},\n",
" {'answer': 'growing',\n",
" 'hint': 'synonyms for growing',\n",
- " 'clues': [('produce',\n",
+ " 'clues': [('grow', 'become attached by or as if by the process of growth'),\n",
+ " ('mature', 'develop and reach maturity; undergo maturation'),\n",
+ " ('acquire',\n",
+ " 'come to have or undergo a change of (physical features and attributes)'),\n",
+ " ('originate', 'come into existence; take on form or shape'),\n",
+ " ('develop', 'grow emotionally or mature'),\n",
+ " ('uprise', 'come into existence; take on form or shape'),\n",
+ " ('produce',\n",
" 'cultivate by growing, often involving improvements by means of agricultural techniques'),\n",
" ('raise',\n",
" 'cultivate by growing, often involving improvements by means of agricultural techniques'),\n",
- " ('grow', 'increase in size by natural process'),\n",
- " ('arise', 'come into existence; take on form or shape'),\n",
- " ('uprise', 'come into existence; take on form or shape'),\n",
" ('farm',\n",
" 'cultivate by growing, often involving improvements by means of agricultural techniques'),\n",
- " ('mature', 'develop and reach maturity; undergo maturation'),\n",
" ('turn',\n",
" 'pass into a condition gradually, take on a specific property or attribute; become'),\n",
- " ('originate', 'come into existence; take on form or shape'),\n",
- " ('spring up', 'come into existence; take on form or shape'),\n",
- " ('develop',\n",
- " 'come to have or undergo a change of (physical features and attributes)'),\n",
" ('get',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('acquire',\n",
- " 'come to have or undergo a change of (physical features and attributes)')]},\n",
+ " ('arise', 'come into existence; take on form or shape'),\n",
+ " ('spring up', 'come into existence; take on form or shape')]},\n",
" {'answer': 'grown',\n",
" 'hint': 'synonyms for grown',\n",
- " 'clues': [('produce',\n",
+ " 'clues': [('grow', 'become attached by or as if by the process of growth'),\n",
+ " ('mature', 'develop and reach maturity; undergo maturation'),\n",
+ " ('acquire',\n",
+ " 'come to have or undergo a change of (physical features and attributes)'),\n",
+ " ('originate', 'come into existence; take on form or shape'),\n",
+ " ('develop', 'grow emotionally or mature'),\n",
+ " ('uprise', 'come into existence; take on form or shape'),\n",
+ " ('produce',\n",
" 'cultivate by growing, often involving improvements by means of agricultural techniques'),\n",
" ('raise',\n",
" 'cultivate by growing, often involving improvements by means of agricultural techniques'),\n",
- " ('grow', 'increase in size by natural process'),\n",
- " ('arise', 'come into existence; take on form or shape'),\n",
- " ('uprise', 'come into existence; take on form or shape'),\n",
" ('farm',\n",
" 'cultivate by growing, often involving improvements by means of agricultural techniques'),\n",
- " ('mature', 'develop and reach maturity; undergo maturation'),\n",
" ('turn',\n",
" 'pass into a condition gradually, take on a specific property or attribute; become'),\n",
- " ('originate', 'come into existence; take on form or shape'),\n",
- " ('spring up', 'come into existence; take on form or shape'),\n",
- " ('develop',\n",
- " 'come to have or undergo a change of (physical features and attributes)'),\n",
" ('get',\n",
" 'come to have or undergo a change of (physical features and attributes)'),\n",
- " ('acquire',\n",
- " 'come to have or undergo a change of (physical features and attributes)')]},\n",
+ " ('arise', 'come into existence; take on form or shape'),\n",
+ " ('spring up', 'come into existence; take on form or shape')]},\n",
" {'answer': 'grumbling',\n",
" 'hint': 'synonyms for grumbling',\n",
" 'clues': [('croak',\n",
" \"make complaining remarks or noises under one's breath\"),\n",
- " ('grumble', \"show one's unhappiness or critical attitude\"),\n",
- " ('murmur', \"make complaining remarks or noises under one's breath\"),\n",
- " ('growl', 'to utter or emit low dull rumbling sounds'),\n",
" ('gnarl', \"make complaining remarks or noises under one's breath\"),\n",
+ " ('rumble', 'make a low noise'),\n",
" ('grouch', \"show one's unhappiness or critical attitude\"),\n",
+ " ('scold', \"show one's unhappiness or critical attitude\"),\n",
+ " ('growl', 'to utter or emit low dull rumbling sounds'),\n",
" ('mutter', \"make complaining remarks or noises under one's breath\"),\n",
- " ('scold', \"show one's unhappiness or critical attitude\")]},\n",
+ " ('murmur', \"make complaining remarks or noises under one's breath\")]},\n",
" {'answer': 'guarded',\n",
" 'hint': 'synonyms for guarded',\n",
- " 'clues': [('guard', 'to keep watch over'),\n",
+ " 'clues': [('defend', 'protect against a challenge or attack'),\n",
+ " ('guard', 'watch over or shield from danger or harm; protect'),\n",
" ('hold', 'protect against a challenge or attack'),\n",
- " ('ward', 'watch over or shield from danger or harm; protect'),\n",
- " ('defend', 'protect against a challenge or attack')]},\n",
+ " ('ward', 'watch over or shield from danger or harm; protect')]},\n",
" {'answer': 'guided',\n",
" 'hint': 'synonyms for guided',\n",
- " 'clues': [('channelize',\n",
+ " 'clues': [('direct',\n",
" 'direct the course; determine the direction of travelling'),\n",
- " ('run', 'pass over, across, or through'),\n",
" ('steer', 'direct the course; determine the direction of travelling'),\n",
- " ('maneuver', 'direct the course; determine the direction of travelling'),\n",
- " ('guide', 'take somebody somewhere'),\n",
- " ('direct', 'take somebody somewhere'),\n",
- " ('draw', 'pass over, across, or through'),\n",
- " ('point', 'direct the course; determine the direction of travelling'),\n",
- " ('manoeuvre', 'direct the course; determine the direction of travelling'),\n",
" ('take', 'take somebody somewhere'),\n",
+ " ('lead', 'take somebody somewhere'),\n",
+ " ('channelise',\n",
+ " 'direct the course; determine the direction of travelling'),\n",
+ " ('guide', 'use as a guide'),\n",
+ " ('manoeuver', 'direct the course; determine the direction of travelling'),\n",
" ('conduct', 'take somebody somewhere'),\n",
" ('head', 'direct the course; determine the direction of travelling'),\n",
- " ('pass', 'pass over, across, or through'),\n",
+ " ('run', 'pass over, across, or through'),\n",
" ('guide on', 'use as a guide'),\n",
- " ('lead', 'take somebody somewhere')]},\n",
+ " ('pass', 'pass over, across, or through'),\n",
+ " ('draw', 'pass over, across, or through'),\n",
+ " ('point', 'direct the course; determine the direction of travelling')]},\n",
" {'answer': 'guiding',\n",
" 'hint': 'synonyms for guiding',\n",
- " 'clues': [('channelize',\n",
+ " 'clues': [('direct',\n",
" 'direct the course; determine the direction of travelling'),\n",
- " ('run', 'pass over, across, or through'),\n",
" ('steer', 'direct the course; determine the direction of travelling'),\n",
- " ('maneuver', 'direct the course; determine the direction of travelling'),\n",
- " ('guide', 'take somebody somewhere'),\n",
- " ('direct', 'take somebody somewhere'),\n",
- " ('draw', 'pass over, across, or through'),\n",
- " ('point', 'direct the course; determine the direction of travelling'),\n",
- " ('manoeuvre', 'direct the course; determine the direction of travelling'),\n",
" ('take', 'take somebody somewhere'),\n",
+ " ('lead', 'take somebody somewhere'),\n",
+ " ('channelise',\n",
+ " 'direct the course; determine the direction of travelling'),\n",
+ " ('guide', 'use as a guide'),\n",
+ " ('manoeuver', 'direct the course; determine the direction of travelling'),\n",
" ('conduct', 'take somebody somewhere'),\n",
" ('head', 'direct the course; determine the direction of travelling'),\n",
- " ('pass', 'pass over, across, or through'),\n",
+ " ('run', 'pass over, across, or through'),\n",
" ('guide on', 'use as a guide'),\n",
- " ('lead', 'take somebody somewhere')]},\n",
+ " ('pass', 'pass over, across, or through'),\n",
+ " ('draw', 'pass over, across, or through'),\n",
+ " ('point', 'direct the course; determine the direction of travelling')]},\n",
" {'answer': 'gushing',\n",
" 'hint': 'synonyms for gushing',\n",
- " 'clues': [('gush', 'praise enthusiastically'),\n",
+ " 'clues': [('spirt', 'gush forth in a sudden stream or jet'),\n",
+ " ('gush', 'issue in a jet; come out in a jet; stream or spring forth'),\n",
" ('jet', 'issue in a jet; come out in a jet; stream or spring forth'),\n",
- " ('rave', 'praise enthusiastically'),\n",
" ('spurt', 'gush forth in a sudden stream or jet'),\n",
- " ('spout', 'gush forth in a sudden stream or jet'),\n",
- " ('spirt', 'gush forth in a sudden stream or jet')]},\n",
+ " ('rave', 'praise enthusiastically'),\n",
+ " ('spout', 'gush forth in a sudden stream or jet')]},\n",
" {'answer': 'hale',\n",
" 'hint': 'synonyms for hale',\n",
" 'clues': [('drag', 'draw slowly or heavily'),\n",
" ('cart', 'draw slowly or heavily'),\n",
- " ('pressure',\n",
+ " ('force',\n",
" 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
" ('coerce',\n",
" 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
" ('haul', 'draw slowly or heavily'),\n",
- " ('squeeze',\n",
+ " ('pressure',\n",
" 'to cause to do through pressure or necessity, by physical, moral or intellectual means :'),\n",
- " ('force',\n",
+ " ('squeeze',\n",
" 'to cause to do through pressure or necessity, by physical, moral or intellectual means :')]},\n",
" {'answer': 'hallowed',\n",
" 'hint': 'synonyms for hallowed',\n",
" 'clues': [('consecrate', 'render holy by means of religious rites'),\n",
" ('hallow', 'render holy by means of religious rites'),\n",
- " ('bless', 'render holy by means of religious rites'),\n",
- " ('sanctify', 'render holy by means of religious rites')]},\n",
+ " ('sanctify', 'render holy by means of religious rites'),\n",
+ " ('bless', 'render holy by means of religious rites')]},\n",
" {'answer': 'halt',\n",
" 'hint': 'synonyms for halt',\n",
- " 'clues': [('stop', 'stop from happening or developing'),\n",
+ " 'clues': [('kibosh', 'stop from happening or developing'),\n",
+ " ('stem', 'stop the flow of a liquid'),\n",
+ " ('staunch', 'stop the flow of a liquid'),\n",
+ " ('stop', 'stop from happening or developing'),\n",
" ('hold', 'cause to stop'),\n",
" ('arrest', 'cause to stop'),\n",
- " ('block', 'stop from happening or developing'),\n",
- " ('stem', 'stop the flow of a liquid'),\n",
- " ('stanch', 'stop the flow of a liquid'),\n",
- " ('kibosh', 'stop from happening or developing')]},\n",
+ " ('block', 'stop from happening or developing')]},\n",
" {'answer': 'halting',\n",
" 'hint': 'synonyms for halting',\n",
- " 'clues': [('halt', 'cause to stop'),\n",
+ " 'clues': [('kibosh', 'stop from happening or developing'),\n",
+ " ('stem', 'stop the flow of a liquid'),\n",
+ " ('halt', 'cause to stop'),\n",
+ " ('staunch', 'stop the flow of a liquid'),\n",
+ " ('stop', 'stop from happening or developing'),\n",
" ('hold', 'cause to stop'),\n",
" ('arrest', 'cause to stop'),\n",
- " ('stop', 'stop from happening or developing'),\n",
- " ('block', 'stop from happening or developing'),\n",
- " ('stem', 'stop the flow of a liquid'),\n",
- " ('stanch', 'stop the flow of a liquid'),\n",
- " ('kibosh', 'stop from happening or developing')]},\n",
+ " ('block', 'stop from happening or developing')]},\n",
" {'answer': 'handed',\n",
" 'hint': 'synonyms for handed',\n",
" 'clues': [('turn over', 'place into the hands or custody of'),\n",
- " ('pass on', 'place into the hands or custody of'),\n",
" ('hand', 'place into the hands or custody of'),\n",
- " ('give', 'place into the hands or custody of'),\n",
+ " ('pass', 'place into the hands or custody of'),\n",
+ " ('pass on', 'place into the hands or custody of'),\n",
" ('reach', 'place into the hands or custody of'),\n",
- " ('pass', 'place into the hands or custody of')]},\n",
+ " ('give', 'place into the hands or custody of')]},\n",
" {'answer': 'handicapped',\n",
" 'hint': 'synonyms for handicapped',\n",
- " 'clues': [('handicap', 'injure permanently'),\n",
+ " 'clues': [('handicap',\n",
+ " 'attempt to forecast the winner (especially in a horse race) and assign odds for or against a contestant'),\n",
" ('incapacitate', 'injure permanently'),\n",
+ " ('disable', 'injure permanently'),\n",
" ('invalid', 'injure permanently'),\n",
- " ('hamper', 'put at a disadvantage'),\n",
" ('hinder', 'put at a disadvantage'),\n",
- " ('disable', 'injure permanently')]},\n",
+ " ('hamper', 'put at a disadvantage')]},\n",
" {'answer': 'handled',\n",
" 'hint': 'synonyms for handled',\n",
- " 'clues': [('do by', 'interact in a certain way'),\n",
- " ('manage', 'handle effectively'),\n",
- " ('plow', 'act on verbally or in some form of artistic expression'),\n",
- " ('wield', 'handle effectively'),\n",
- " ('handle', 'act on verbally or in some form of artistic expression'),\n",
+ " 'clues': [('handle', 'show and train'),\n",
+ " ('care', 'be in charge of, act on, or dispose of'),\n",
+ " ('cover', 'act on verbally or in some form of artistic expression'),\n",
" ('palm', 'touch, lift, or hold with the hands'),\n",
- " ('deal', 'be in charge of, act on, or dispose of'),\n",
- " ('treat', 'act on verbally or in some form of artistic expression'),\n",
+ " ('do by', 'interact in a certain way'),\n",
+ " ('manage', 'be in charge of, act on, or dispose of'),\n",
" ('address', 'act on verbally or in some form of artistic expression'),\n",
- " ('cover', 'act on verbally or in some form of artistic expression'),\n",
- " ('care', 'be in charge of, act on, or dispose of')]},\n",
+ " ('deal', 'be in charge of, act on, or dispose of'),\n",
+ " ('treat', 'interact in a certain way'),\n",
+ " ('plow', 'act on verbally or in some form of artistic expression'),\n",
+ " ('wield', 'handle effectively')]},\n",
" {'answer': 'handless',\n",
" 'hint': 'synonyms for handless',\n",
- " 'clues': [('do by', 'interact in a certain way'),\n",
- " ('manage', 'handle effectively'),\n",
- " ('plow', 'act on verbally or in some form of artistic expression'),\n",
- " ('wield', 'handle effectively'),\n",
- " ('handle', 'act on verbally or in some form of artistic expression'),\n",
+ " 'clues': [('handle', 'show and train'),\n",
+ " ('care', 'be in charge of, act on, or dispose of'),\n",
+ " ('cover', 'act on verbally or in some form of artistic expression'),\n",
" ('palm', 'touch, lift, or hold with the hands'),\n",
- " ('deal', 'be in charge of, act on, or dispose of'),\n",
- " ('treat', 'act on verbally or in some form of artistic expression'),\n",
+ " ('do by', 'interact in a certain way'),\n",
+ " ('manage', 'be in charge of, act on, or dispose of'),\n",
" ('address', 'act on verbally or in some form of artistic expression'),\n",
- " ('cover', 'act on verbally or in some form of artistic expression'),\n",
- " ('care', 'be in charge of, act on, or dispose of')]},\n",
+ " ('deal', 'be in charge of, act on, or dispose of'),\n",
+ " ('treat', 'interact in a certain way'),\n",
+ " ('plow', 'act on verbally or in some form of artistic expression'),\n",
+ " ('wield', 'handle effectively')]},\n",
" {'answer': 'harassed',\n",
" 'hint': 'synonyms for harassed',\n",
- " 'clues': [('harass', 'exhaust by attacking repeatedly'),\n",
+ " 'clues': [('hassle', 'annoy continually or chronically'),\n",
+ " ('plague', 'annoy continually or chronically'),\n",
+ " ('harry', 'annoy continually or chronically'),\n",
+ " ('chivvy', 'annoy continually or chronically'),\n",
+ " ('harass', 'exhaust by attacking repeatedly'),\n",
" ('chevvy', 'annoy continually or chronically'),\n",
" ('molest', 'annoy continually or chronically'),\n",
- " ('hassle', 'annoy continually or chronically'),\n",
- " ('chivvy', 'annoy continually or chronically'),\n",
- " ('provoke', 'annoy continually or chronically'),\n",
" ('beset', 'annoy continually or chronically'),\n",
- " ('harry', 'annoy continually or chronically'),\n",
- " ('plague', 'annoy continually or chronically')]},\n",
+ " ('provoke', 'annoy continually or chronically')]},\n",
" {'answer': 'hardened',\n",
" 'hint': 'synonyms for hardened',\n",
- " 'clues': [('inure', 'cause to accept or become hardened to; habituate'),\n",
- " ('season', 'make fit'),\n",
- " ('temper', 'harden by reheating and cooling in oil'),\n",
+ " 'clues': [('harden', 'become hard or harder'),\n",
" ('indurate', 'cause to accept or become hardened to; habituate'),\n",
- " ('harden', 'make fit')]},\n",
+ " ('inure', 'cause to accept or become hardened to; habituate'),\n",
+ " ('season', 'make fit'),\n",
+ " ('temper', 'harden by reheating and cooling in oil')]},\n",
" {'answer': 'harmonised',\n",
" 'hint': 'synonyms for harmonised',\n",
- " 'clues': [('chord',\n",
- " 'bring into consonance, harmony, or accord while making music or singing'),\n",
- " ('fit in', 'go together'),\n",
+ " 'clues': [('accord', 'go together'),\n",
+ " ('concord', 'go together'),\n",
" ('harmonise',\n",
+ " 'bring (several things) into consonance or relate harmoniously'),\n",
+ " ('consort', 'go together'),\n",
+ " ('chord',\n",
" 'bring into consonance, harmony, or accord while making music or singing'),\n",
- " ('accord', 'go together'),\n",
+ " ('fit in', 'go together'),\n",
" ('reconcile', 'bring into consonance or accord'),\n",
- " ('consort', 'go together'),\n",
- " ('agree', 'go together'),\n",
- " ('concord', 'go together')]},\n",
+ " ('agree', 'go together')]},\n",
" {'answer': 'harmonized',\n",
" 'hint': 'synonyms for harmonized',\n",
- " 'clues': [('chord',\n",
- " 'bring into consonance, harmony, or accord while making music or singing'),\n",
- " ('fit in', 'go together'),\n",
+ " 'clues': [('accord', 'go together'),\n",
+ " ('concord', 'go together'),\n",
" ('harmonise',\n",
+ " 'bring (several things) into consonance or relate harmoniously'),\n",
+ " ('consort', 'go together'),\n",
+ " ('chord',\n",
" 'bring into consonance, harmony, or accord while making music or singing'),\n",
- " ('accord', 'go together'),\n",
+ " ('fit in', 'go together'),\n",
" ('reconcile', 'bring into consonance or accord'),\n",
- " ('consort', 'go together'),\n",
- " ('agree', 'go together'),\n",
- " ('concord', 'go together')]},\n",
+ " ('agree', 'go together')]},\n",
" {'answer': 'harnessed',\n",
" 'hint': 'synonyms for harnessed',\n",
" 'clues': [('tackle', 'put a harness'),\n",
" ('harness', 'exploit the power of'),\n",
- " ('draw rein', 'control and direct with or as if by reins'),\n",
- " ('rein', 'control and direct with or as if by reins'),\n",
+ " ('rein', 'keep in check'),\n",
" ('rein in', 'control and direct with or as if by reins'),\n",
- " ('rule', 'keep in check')]},\n",
+ " ('rule', 'keep in check'),\n",
+ " ('draw rein', 'control and direct with or as if by reins')]},\n",
" {'answer': 'harried',\n",
" 'hint': 'synonyms for harried',\n",
- " 'clues': [('harass', 'annoy continually or chronically'),\n",
- " ('chevvy', 'annoy continually or chronically'),\n",
- " ('molest', 'annoy continually or chronically'),\n",
- " ('harry',\n",
- " 'make a pillaging or destructive raid on (a place), as in wartimes'),\n",
- " ('hassle', 'annoy continually or chronically'),\n",
+ " 'clues': [('hassle', 'annoy continually or chronically'),\n",
+ " ('plague', 'annoy continually or chronically'),\n",
+ " ('harry', 'annoy continually or chronically'),\n",
" ('chivvy', 'annoy continually or chronically'),\n",
- " ('provoke', 'annoy continually or chronically'),\n",
+ " ('chevvy', 'annoy continually or chronically'),\n",
" ('ravage',\n",
" 'make a pillaging or destructive raid on (a place), as in wartimes'),\n",
+ " ('molest', 'annoy continually or chronically'),\n",
" ('beset', 'annoy continually or chronically'),\n",
- " ('plague', 'annoy continually or chronically')]},\n",
+ " ('harass', 'annoy continually or chronically'),\n",
+ " ('provoke', 'annoy continually or chronically')]},\n",
" {'answer': 'hatched',\n",
" 'hint': 'synonyms for hatched',\n",
- " 'clues': [('think up', 'devise or invent'),\n",
- " ('hatch',\n",
- " 'inlay with narrow strips or lines of a different substance such as gold or silver, for the purpose of decorating'),\n",
+ " 'clues': [('incubate', 'sit on (eggs)'),\n",
" ('concoct', 'devise or invent'),\n",
+ " ('hatch',\n",
+ " 'draw, cut, or engrave lines, usually parallel, on metal, wood, or paper'),\n",
+ " ('dream up', 'devise or invent'),\n",
" ('brood', 'sit on (eggs)'),\n",
- " ('incubate', 'sit on (eggs)'),\n",
" ('think of', 'devise or invent'),\n",
- " ('dream up', 'devise or invent'),\n",
- " ('cover', 'sit on (eggs)')]},\n",
+ " ('cover', 'sit on (eggs)'),\n",
+ " ('think up', 'devise or invent')]},\n",
" {'answer': 'haunted',\n",
" 'hint': 'synonyms for haunted',\n",
- " 'clues': [('frequent',\n",
- " 'be a regular or frequent visitor to a certain place'),\n",
- " ('ghost', 'haunt like a ghost; pursue'),\n",
- " ('haunt', 'be a regular or frequent visitor to a certain place'),\n",
+ " 'clues': [('haunt',\n",
+ " 'follow stealthily or recur constantly and spontaneously to'),\n",
+ " ('obsess', 'haunt like a ghost; pursue'),\n",
" ('stalk', 'follow stealthily or recur constantly and spontaneously to'),\n",
- " ('obsess', 'haunt like a ghost; pursue')]},\n",
+ " ('frequent', 'be a regular or frequent visitor to a certain place'),\n",
+ " ('ghost', 'haunt like a ghost; pursue')]},\n",
" {'answer': 'haunting',\n",
" 'hint': 'synonyms for haunting',\n",
- " 'clues': [('frequent',\n",
- " 'be a regular or frequent visitor to a certain place'),\n",
- " ('ghost', 'haunt like a ghost; pursue'),\n",
- " ('haunt', 'be a regular or frequent visitor to a certain place'),\n",
+ " 'clues': [('haunt',\n",
+ " 'follow stealthily or recur constantly and spontaneously to'),\n",
+ " ('obsess', 'haunt like a ghost; pursue'),\n",
" ('stalk', 'follow stealthily or recur constantly and spontaneously to'),\n",
- " ('obsess', 'haunt like a ghost; pursue')]},\n",
+ " ('frequent', 'be a regular or frequent visitor to a certain place'),\n",
+ " ('ghost', 'haunt like a ghost; pursue')]},\n",
" {'answer': 'headed',\n",
" 'hint': 'synonyms for headed',\n",
- " 'clues': [('channelize',\n",
- " 'direct the course; determine the direction of travelling'),\n",
+ " 'clues': [('head', 'be in the front of or on top of'),\n",
+ " ('direct', 'direct the course; determine the direction of travelling'),\n",
" ('steer', 'direct the course; determine the direction of travelling'),\n",
- " ('head up', 'be the first or leading member of (a group) and excel'),\n",
- " ('head', 'to go or travel towards'),\n",
- " ('manoeuver', 'direct the course; determine the direction of travelling'),\n",
" ('lead', 'be in charge of'),\n",
- " ('point', 'direct the course; determine the direction of travelling'),\n",
+ " ('channelise',\n",
+ " 'direct the course; determine the direction of travelling'),\n",
+ " ('manoeuver', 'direct the course; determine the direction of travelling'),\n",
" ('guide', 'direct the course; determine the direction of travelling'),\n",
- " ('direct', 'direct the course; determine the direction of travelling')]},\n",
+ " ('head up', 'be the first or leading member of (a group) and excel'),\n",
+ " ('point', 'direct the course; determine the direction of travelling')]},\n",
" {'answer': 'healed',\n",
" 'hint': 'synonyms for healed',\n",
- " 'clues': [('heal', 'provide a cure for, make healthy again'),\n",
- " ('mend', 'heal or recover'),\n",
+ " 'clues': [('mend', 'heal or recover'),\n",
+ " ('heal', 'provide a cure for, make healthy again'),\n",
" ('cure', 'provide a cure for, make healthy again'),\n",
" ('bring around', 'provide a cure for, make healthy again')]},\n",
" {'answer': 'healing',\n",
" 'hint': 'synonyms for healing',\n",
- " 'clues': [('heal', 'provide a cure for, make healthy again'),\n",
- " ('mend', 'heal or recover'),\n",
+ " 'clues': [('mend', 'heal or recover'),\n",
+ " ('heal', 'provide a cure for, make healthy again'),\n",
" ('cure', 'provide a cure for, make healthy again'),\n",
" ('bring around', 'provide a cure for, make healthy again')]},\n",
" {'answer': 'heard',\n",
" 'hint': 'synonyms for heard',\n",
" 'clues': [('find out',\n",
" 'get to know or become aware of, usually accidentally'),\n",
- " ('try', 'examine or hear (evidence or a case) by judicial process'),\n",
- " ('hear', 'listen and pay attention'),\n",
- " ('discover', 'get to know or become aware of, usually accidentally'),\n",
" ('get word', 'get to know or become aware of, usually accidentally'),\n",
- " ('learn', 'get to know or become aware of, usually accidentally'),\n",
- " ('see', 'get to know or become aware of, usually accidentally'),\n",
- " ('listen', 'listen and pay attention'),\n",
" ('get wind', 'get to know or become aware of, usually accidentally'),\n",
- " ('pick up', 'get to know or become aware of, usually accidentally'),\n",
+ " ('listen', 'listen and pay attention'),\n",
" ('get a line', 'get to know or become aware of, usually accidentally'),\n",
- " ('take heed', 'listen and pay attention')]},\n",
+ " ('hear', 'examine or hear (evidence or a case) by judicial process'),\n",
+ " ('pick up', 'get to know or become aware of, usually accidentally'),\n",
+ " ('try', 'examine or hear (evidence or a case) by judicial process'),\n",
+ " ('see', 'get to know or become aware of, usually accidentally'),\n",
+ " ('take heed', 'listen and pay attention'),\n",
+ " ('discover', 'get to know or become aware of, usually accidentally'),\n",
+ " ('learn', 'get to know or become aware of, usually accidentally')]},\n",
" {'answer': 'hearing',\n",
" 'hint': 'synonyms for hearing',\n",
" 'clues': [('find out',\n",
" 'get to know or become aware of, usually accidentally'),\n",
- " ('try', 'examine or hear (evidence or a case) by judicial process'),\n",
- " ('hear', 'listen and pay attention'),\n",
- " ('discover', 'get to know or become aware of, usually accidentally'),\n",
" ('get word', 'get to know or become aware of, usually accidentally'),\n",
- " ('learn', 'get to know or become aware of, usually accidentally'),\n",
- " ('see', 'get to know or become aware of, usually accidentally'),\n",
- " ('listen', 'listen and pay attention'),\n",
" ('get wind', 'get to know or become aware of, usually accidentally'),\n",
- " ('pick up', 'get to know or become aware of, usually accidentally'),\n",
+ " ('listen', 'listen and pay attention'),\n",
" ('get a line', 'get to know or become aware of, usually accidentally'),\n",
- " ('take heed', 'listen and pay attention')]},\n",
+ " ('hear', 'examine or hear (evidence or a case) by judicial process'),\n",
+ " ('pick up', 'get to know or become aware of, usually accidentally'),\n",
+ " ('try', 'examine or hear (evidence or a case) by judicial process'),\n",
+ " ('see', 'get to know or become aware of, usually accidentally'),\n",
+ " ('take heed', 'listen and pay attention'),\n",
+ " ('discover', 'get to know or become aware of, usually accidentally'),\n",
+ " ('learn', 'get to know or become aware of, usually accidentally')]},\n",
" {'answer': 'heartening',\n",
" 'hint': 'synonyms for heartening',\n",
- " 'clues': [('recreate', 'give encouragement to'),\n",
- " ('embolden', 'give encouragement to'),\n",
+ " 'clues': [('embolden', 'give encouragement to'),\n",
+ " ('hearten', 'give encouragement to'),\n",
" ('cheer', 'give encouragement to'),\n",
- " ('hearten', 'give encouragement to')]},\n",
+ " ('recreate', 'give encouragement to')]},\n",
" {'answer': 'heated',\n",
" 'hint': 'synonyms for heated',\n",
- " 'clues': [('inflame', 'arouse or excite feelings and passions'),\n",
- " ('heat up', 'gain heat or get hot'),\n",
+ " 'clues': [('fire up', 'arouse or excite feelings and passions'),\n",
" ('heat', 'gain heat or get hot'),\n",
- " ('hot up', 'gain heat or get hot'),\n",
+ " ('ignite', 'arouse or excite feelings and passions'),\n",
+ " ('inflame', 'arouse or excite feelings and passions'),\n",
" ('stir up', 'arouse or excite feelings and passions'),\n",
+ " ('heat up', 'make hot or hotter'),\n",
" ('wake', 'arouse or excite feelings and passions'),\n",
- " ('fire up', 'arouse or excite feelings and passions'),\n",
- " ('ignite', 'arouse or excite feelings and passions')]},\n",
+ " ('hot up', 'gain heat or get hot')]},\n",
" {'answer': 'hedged',\n",
" 'hint': 'synonyms for hedged',\n",
- " 'clues': [('sidestep',\n",
- " 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
- " ('hedge in', 'enclose or bound in with or as it with a hedge or hedges'),\n",
- " ('hedge', 'hinder or restrict with or as if with a hedge'),\n",
- " ('fudge',\n",
- " 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
- " ('duck',\n",
- " 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
- " ('elude',\n",
+ " 'clues': [('parry',\n",
" 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
+ " ('hedge', 'minimize loss or risk'),\n",
" ('circumvent',\n",
" 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
- " ('parry',\n",
+ " ('duck',\n",
" 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
- " ('dodge',\n",
+ " ('sidestep',\n",
" 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
" ('skirt',\n",
" 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
" ('put off',\n",
" 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
+ " ('hedge in', 'enclose or bound in with or as it with a hedge or hedges'),\n",
" ('evade',\n",
+ " 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
+ " ('dodge',\n",
+ " 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
+ " ('fudge',\n",
+ " 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)'),\n",
+ " ('elude',\n",
" 'avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)')]},\n",
" {'answer': 'heightening',\n",
" 'hint': 'synonyms for heightening',\n",
- " 'clues': [('heighten',\n",
- " 'make more extreme; raise in quantity, degree, or intensity'),\n",
- " ('compound', 'make more intense, stronger, or more marked; ,'),\n",
- " ('intensify', 'make more intense, stronger, or more marked; ,'),\n",
- " ('sharpen', \"make (one's senses) more acute\"),\n",
+ " 'clues': [('deepen', 'make more intense, stronger, or more marked; ,'),\n",
+ " ('heighten', 'become more extreme'),\n",
" ('enhance', 'increase'),\n",
+ " ('sharpen', \"make (one's senses) more acute\"),\n",
+ " ('intensify', 'make more intense, stronger, or more marked; ,'),\n",
" ('raise', 'increase'),\n",
- " ('deepen', 'make more intense, stronger, or more marked; ,')]},\n",
+ " ('compound', 'make more intense, stronger, or more marked; ,')]},\n",
" {'answer': 'held',\n",
" 'hint': 'synonyms for held',\n",
- " 'clues': [('keep back',\n",
- " 'secure and keep for possible future use or application'),\n",
- " ('maintain', 'keep in a certain state, position, or activity; e.g.,'),\n",
- " ('hold', 'keep from departing'),\n",
- " ('control',\n",
- " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('deem', 'keep in mind or convey as a conviction or view'),\n",
- " ('obtain', 'be valid, applicable, or true'),\n",
+ " 'clues': [('hold', 'cover as for protection against noise or smell'),\n",
+ " ('support', 'be the physical support of; carry the weight of'),\n",
+ " ('halt', 'cause to stop'),\n",
+ " ('make', 'organize or be responsible for'),\n",
+ " ('contain', 'be capable of holding or containing'),\n",
+ " ('take hold', \"have or hold in one's hands or grip\"),\n",
" ('admit', 'have room for; hold without crowding'),\n",
- " ('have', 'organize or be responsible for'),\n",
- " ('reserve',\n",
+ " ('nurse', 'maintain (a theory, thoughts, or feelings)'),\n",
+ " ('have got',\n",
+ " 'have or possess, either in a concrete or an abstract sense'),\n",
+ " ('guard', 'protect against a challenge or attack'),\n",
+ " ('obligate', 'bind by an obligation; cause to be indebted'),\n",
+ " ('concur', 'be in accord; be in agreement'),\n",
+ " ('defend', 'protect against a challenge or attack'),\n",
+ " ('withstand', 'resist or confront with resistance'),\n",
+ " ('book',\n",
" 'arrange for and reserve (something for someone else) in advance'),\n",
" ('confine', 'to close within bounds, limit or hold back from movement'),\n",
- " ('carry', 'support or hold in a certain manner'),\n",
- " ('contain', 'contain or hold; have within'),\n",
- " ('bear', 'contain or hold; have within'),\n",
+ " ('have', 'organize or be responsible for'),\n",
+ " ('restrain', 'to close within bounds, limit or hold back from movement'),\n",
+ " ('prevail', 'be valid, applicable, or true'),\n",
+ " ('declare', 'declare to be'),\n",
+ " ('keep', 'keep in a certain state, position, or activity; e.g.,'),\n",
+ " ('hold back', 'secure and keep for possible future use or application'),\n",
+ " ('arrest', 'cause to stop'),\n",
+ " ('defy', 'resist or confront with resistance'),\n",
+ " ('deem', 'keep in mind or convey as a conviction or view'),\n",
+ " ('obtain', 'be valid, applicable, or true'),\n",
+ " ('take for', 'keep in mind or convey as a conviction or view'),\n",
+ " ('carry', 'drink alcohol without showing ill effects'),\n",
" ('harbor', 'maintain (a theory, thoughts, or feelings)'),\n",
+ " ('bear', 'support or hold in a certain manner'),\n",
+ " ('sustain', 'be the physical support of; carry the weight of'),\n",
" ('moderate',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('withstand', 'resist or confront with resistance'),\n",
- " ('retain', 'secure and keep for possible future use or application'),\n",
- " ('give', 'organize or be responsible for'),\n",
- " ('have got',\n",
- " 'have or possess, either in a concrete or an abstract sense'),\n",
- " ('hold up', 'be the physical support of; carry the weight of'),\n",
" ('throw', 'organize or be responsible for'),\n",
- " ('keep', 'keep in a certain state, position, or activity; e.g.,'),\n",
- " ('support', 'be the physical support of; carry the weight of'),\n",
- " ('take', 'be capable of holding or containing'),\n",
- " ('take for', 'keep in mind or convey as a conviction or view'),\n",
- " ('obligate', 'bind by an obligation; cause to be indebted'),\n",
- " ('nurse', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('agree', 'be in accord; be in agreement'),\n",
" ('entertain', 'maintain (a theory, thoughts, or feelings)'),\n",
- " ('hold in',\n",
+ " ('hold up', 'be the physical support of; carry the weight of'),\n",
+ " ('maintain', 'keep in a certain state, position, or activity; e.g.,'),\n",
+ " ('check',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('declare', 'declare to be'),\n",
- " ('concord', 'be in accord; be in agreement'),\n",
- " ('take hold', \"have or hold in one's hands or grip\"),\n",
- " ('make', 'organize or be responsible for'),\n",
- " ('sustain', 'be the physical support of; carry the weight of'),\n",
- " ('prevail', 'be valid, applicable, or true'),\n",
" ('adjudge', 'declare to be'),\n",
- " ('hold back', 'secure and keep for possible future use or application'),\n",
- " ('bind', 'bind by an obligation; cause to be indebted'),\n",
- " ('concur', 'be in accord; be in agreement'),\n",
" ('curb',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('halt', 'cause to stop'),\n",
- " ('accommodate', 'have room for; hold without crowding'),\n",
- " ('apply', 'be pertinent or relevant or applicable'),\n",
- " ('defend', 'protect against a challenge or attack'),\n",
- " ('arrest', 'cause to stop'),\n",
- " ('defy', 'resist or confront with resistance'),\n",
- " ('check',\n",
+ " ('control',\n",
" 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
- " ('view as', 'keep in mind or convey as a conviction or view'),\n",
- " ('guard', 'protect against a challenge or attack'),\n",
+ " ('concord', 'be in accord; be in agreement'),\n",
+ " ('reserve',\n",
+ " 'arrange for and reserve (something for someone else) in advance'),\n",
" ('go for', 'be pertinent or relevant or applicable'),\n",
- " ('book',\n",
- " 'arrange for and reserve (something for someone else) in advance')]},\n",
+ " ('view as', 'keep in mind or convey as a conviction or view'),\n",
+ " ('give', 'organize or be responsible for'),\n",
+ " ('keep back', 'secure and keep for possible future use or application'),\n",
+ " ('hold in',\n",
+ " 'lessen the intensity of; temper; hold in restraint; hold or keep within limits'),\n",
+ " ('take', 'be capable of holding or containing'),\n",
+ " ('apply', 'be pertinent or relevant or applicable'),\n",
+ " ('accommodate', 'have room for; hold without crowding'),\n",
+ " ('bind', 'bind by an obligation; cause to be indebted'),\n",
+ " ('agree', 'be in accord; be in agreement')]},\n",
" {'answer': 'heralded',\n",
" 'hint': 'synonyms for heralded',\n",
- " 'clues': [('annunciate', 'foreshadow or presage'),\n",
- " ('harbinger', 'foreshadow or presage'),\n",
- " ('herald', 'praise vociferously'),\n",
- " ('acclaim', 'praise vociferously'),\n",
+ " 'clues': [('harbinger', 'foreshadow or presage'),\n",
+ " ('annunciate', 'foreshadow or presage'),\n",
+ " ('herald', 'foreshadow or presage'),\n",
" ('hail', 'praise vociferously'),\n",
" ('foretell', 'foreshadow or presage'),\n",
- " ('announce', 'foreshadow or presage')]},\n",
+ " ('announce', 'foreshadow or presage'),\n",
+ " ('acclaim', 'praise vociferously')]},\n",
" {'answer': 'hesitating',\n",
" 'hint': 'synonyms for hesitating',\n",
- " 'clues': [('waffle', 'pause or hold back in uncertainty or unwillingness'),\n",
- " ('hesitate', 'pause or hold back in uncertainty or unwillingness'),\n",
- " ('waver', 'pause or hold back in uncertainty or unwillingness'),\n",
- " ('pause', 'interrupt temporarily an activity before continuing')]},\n",
+ " 'clues': [('hesitate',\n",
+ " 'pause or hold back in uncertainty or unwillingness'),\n",
+ " ('waffle', 'pause or hold back in uncertainty or unwillingness'),\n",
+ " ('pause', 'interrupt temporarily an activity before continuing'),\n",
+ " ('waver', 'pause or hold back in uncertainty or unwillingness')]},\n",
" {'answer': 'hex',\n",
" 'hint': 'synonyms for hex',\n",
- " 'clues': [('jinx',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('witch',\n",
+ " 'clues': [('witch',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('bewitch',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('glamour',\n",
- " 'cast a spell over someone or something; put a hex on someone or something'),\n",
" ('enchant',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
+ " ('jinx',\n",
+ " 'cast a spell over someone or something; put a hex on someone or something'),\n",
+ " ('glamour',\n",
" 'cast a spell over someone or something; put a hex on someone or something')]},\n",
" {'answer': 'hexed',\n",
" 'hint': 'synonyms for hexed',\n",
- " 'clues': [('hex',\n",
+ " 'clues': [('witch',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('jinx',\n",
+ " ('bewitch',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('witch',\n",
+ " ('enchant',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('bewitch',\n",
+ " ('hex',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('glamour',\n",
+ " ('jinx',\n",
" 'cast a spell over someone or something; put a hex on someone or something'),\n",
- " ('enchant',\n",
+ " ('glamour',\n",
" 'cast a spell over someone or something; put a hex on someone or something')]},\n",
" {'answer': 'hidden',\n",
" 'hint': 'synonyms for hidden',\n",
" 'clues': [('hide',\n",
- " 'make undecipherable or imperceptible by obscuring or concealing'),\n",
- " ('hide out',\n",
" 'be or go into hiding; keep out of sight, as for protection and safety'),\n",
- " ('enshroud', 'cover as if with a shroud'),\n",
- " ('veil',\n",
+ " ('shroud', 'cover as if with a shroud'),\n",
+ " ('obliterate',\n",
" 'make undecipherable or imperceptible by obscuring or concealing'),\n",
" ('obscure',\n",
" 'make undecipherable or imperceptible by obscuring or concealing'),\n",
" ('cover', 'cover as if with a shroud'),\n",
- " ('obliterate',\n",
- " 'make undecipherable or imperceptible by obscuring or concealing'),\n",
" ('conceal', 'prevent from being seen or discovered'),\n",
" ('blot out',\n",
+ " 'make undecipherable or imperceptible by obscuring or concealing'),\n",
+ " ('hide out',\n",
+ " 'be or go into hiding; keep out of sight, as for protection and safety'),\n",
+ " ('veil',\n",
" 'make undecipherable or imperceptible by obscuring or concealing')]},\n",
" {'answer': 'hinder',\n",
" 'hint': 'synonyms for hinder',\n",
" 'clues': [('blockade',\n",
" 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('impede', 'be a hindrance or obstacle to'),\n",
+ " ('hamper', 'put at a disadvantage'),\n",
+ " ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
" ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
" ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
" ('handicap', 'put at a disadvantage'),\n",
- " ('hamper', 'put at a disadvantage'),\n",
- " ('impede', 'be a hindrance or obstacle to'),\n",
- " ('embarrass', 'hinder or prevent the progress or accomplishment of')]},\n",
+ " ('stymy', 'hinder or prevent the progress or accomplishment of')]},\n",
" {'answer': 'hindering',\n",
" 'hint': 'synonyms for hindering',\n",
- " 'clues': [('blockade',\n",
+ " 'clues': [('hinder',\n",
" 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('blockade', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('impede', 'be a hindrance or obstacle to'),\n",
+ " ('hamper', 'put at a disadvantage'),\n",
+ " ('embarrass', 'hinder or prevent the progress or accomplishment of'),\n",
+ " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
" ('stymie', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('hinder', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('stymy', 'hinder or prevent the progress or accomplishment of'),\n",
" ('obstruct', 'hinder or prevent the progress or accomplishment of'),\n",
- " ('block', 'hinder or prevent the progress or accomplishment of'),\n",
" ('handicap', 'put at a disadvantage'),\n",
- " ('hamper', 'put at a disadvantage'),\n",
- " ('impede', 'be a hindrance or obstacle to'),\n",
- " ('embarrass', 'hinder or prevent the progress or accomplishment of')]},\n",
+ " ('stymy', 'hinder or prevent the progress or accomplishment of')]},\n",
" {'answer': 'hired',\n",
" 'hint': 'synonyms for hired',\n",
- " 'clues': [('engage', 'engage for service under a term of contract'),\n",
- " ('employ', 'engage or hire for work'),\n",
- " ('rent', 'engage for service under a term of contract'),\n",
- " ('hire', 'hold under a lease or rental agreement; of goods and services'),\n",
- " ('charter',\n",
- " 'hold under a lease or rental agreement; of goods and services'),\n",
+ " 'clues': [('engage', 'engage or hire for work'),\n",
" ('lease',\n",
" 'hold under a lease or rental agreement; of goods and services'),\n",
- " ('take', 'engage for service under a term of contract')]},\n",
+ " ('rent', 'engage for service under a term of contract'),\n",
+ " ('hire', 'engage for service under a term of contract'),\n",
+ " ('take', 'engage for service under a term of contract'),\n",
+ " ('charter', 'engage for service under a term of contract'),\n",
+ " ('employ', 'engage or hire for work')]},\n",
" {'answer': 'hollow',\n",
" 'hint': 'synonyms for hollow',\n",
- " 'clues': [('core out', 'remove the interior of'),\n",
+ " 'clues': [('hollow out', 'remove the interior of'),\n",
" ('dig', 'remove the inner part or the core of'),\n",
- " ('hollow out', 'remove the interior of'),\n",
- " ('excavate', 'remove the inner part or the core of')]},\n",
+ " ('excavate', 'remove the inner part or the core of'),\n",
+ " ('core out', 'remove the interior of')]},\n",
" {'answer': 'honored',\n",
" 'hint': 'synonyms for honored',\n",
- " 'clues': [('respect', 'show respect towards'),\n",
- " ('honor', 'show respect towards'),\n",
+ " 'clues': [('honor', 'accept as pay'),\n",
" ('observe', 'show respect towards'),\n",
- " ('abide by', 'show respect towards'),\n",
- " ('reward', 'bestow honor or rewards upon')]},\n",
+ " ('reward', 'bestow honor or rewards upon'),\n",
+ " ('respect', 'show respect towards'),\n",
+ " ('abide by', 'show respect towards')]},\n",
" {'answer': 'hoofed',\n",
" 'hint': 'synonyms for hoofed',\n",
- " 'clues': [('foot', 'walk'),\n",
- " ('leg it', 'walk'),\n",
+ " 'clues': [('hoof it', 'walk'),\n",
+ " ('foot', 'walk'),\n",
" ('hoof', 'dance in a professional capacity'),\n",
- " ('hoof it', 'walk')]},\n",
+ " ('leg it', 'walk')]},\n",
" {'answer': 'hooked',\n",
" 'hint': 'synonyms for hooked',\n",
- " 'clues': [('pilfer', 'make off with belongings of others'),\n",
- " ('hook',\n",
- " 'to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)'),\n",
- " ('solicit', 'approach with an offer of sexual favors'),\n",
- " ('purloin', 'make off with belongings of others'),\n",
+ " 'clues': [('hook', 'catch with a hook'),\n",
" ('soak', 'rip off; ask an unreasonable price'),\n",
- " ('pinch', 'make off with belongings of others'),\n",
- " ('accost', 'approach with an offer of sexual favors'),\n",
- " ('gazump', 'rip off; ask an unreasonable price'),\n",
- " ('sneak', 'make off with belongings of others'),\n",
- " ('filch', 'make off with belongings of others'),\n",
- " ('cop', 'take by theft'),\n",
" ('crochet',\n",
" 'make a piece of needlework by interlocking and looping thread with a hooked needle'),\n",
- " ('cabbage', 'make off with belongings of others'),\n",
+ " ('overcharge', 'rip off; ask an unreasonable price'),\n",
+ " ('sneak', 'make off with belongings of others'),\n",
+ " ('pilfer', 'make off with belongings of others'),\n",
+ " ('pluck', 'rip off; ask an unreasonable price'),\n",
+ " ('purloin', 'make off with belongings of others'),\n",
+ " ('abstract', 'make off with belongings of others'),\n",
+ " ('lift', 'make off with belongings of others'),\n",
+ " ('accost', 'approach with an offer of sexual favors'),\n",
+ " ('nobble', 'make off with belongings of others'),\n",
" ('snarf', 'make off with belongings of others'),\n",
- " ('rob', 'rip off; ask an unreasonable price'),\n",
+ " ('plume', 'rip off; ask an unreasonable price'),\n",
" ('swipe', 'make off with belongings of others'),\n",
+ " ('filch', 'make off with belongings of others'),\n",
" ('glom', 'take by theft'),\n",
+ " ('thieve', 'take by theft'),\n",
" ('knock off', 'take by theft'),\n",
- " ('lift', 'make off with belongings of others'),\n",
- " ('nobble', 'make off with belongings of others'),\n",
- " ('pluck', 'rip off; ask an unreasonable price'),\n",
- " ('overcharge', 'rip off; ask an unreasonable price'),\n",
+ " ('gazump', 'rip off; ask an unreasonable price'),\n",
+ " ('cabbage', 'make off with belongings of others'),\n",
+ " ('rob', 'rip off; ask an unreasonable price'),\n",
" ('snitch', 'take by theft'),\n",
+ " ('addict',\n",
+ " 'to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)'),\n",
+ " ('pinch', 'make off with belongings of others'),\n",
" ('fleece', 'rip off; ask an unreasonable price'),\n",
" ('snare', 'entice and trap'),\n",
- " ('plume', 'rip off; ask an unreasonable price'),\n",
- " ('thieve', 'take by theft'),\n",
- " ('surcharge', 'rip off; ask an unreasonable price'),\n",
- " ('abstract', 'make off with belongings of others'),\n",
- " ('addict',\n",
- " 'to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)')]},\n",
+ " ('solicit', 'approach with an offer of sexual favors'),\n",
+ " ('cop', 'take by theft'),\n",
+ " ('surcharge', 'rip off; ask an unreasonable price')]},\n",
" {'answer': 'horrified',\n",
" 'hint': 'synonyms for horrified',\n",
" 'clues': [('appal',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('horrify',\n",
- " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('dismay',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
+ " ('horrify',\n",
+ " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('alarm',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised')]},\n",
" {'answer': 'horrifying',\n",
" 'hint': 'synonyms for horrifying',\n",
" 'clues': [('appal',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
- " ('horrify',\n",
- " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('dismay',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
+ " ('horrify',\n",
+ " 'fill with apprehension or alarm; cause to be unpleasantly surprised'),\n",
" ('alarm',\n",
" 'fill with apprehension or alarm; cause to be unpleasantly surprised')]},\n",
" {'answer': 'howling',\n",
" 'hint': 'synonyms for howling',\n",
- " 'clues': [('ululate', 'emit long loud cries'),\n",
- " ('howl', 'make a loud noise, as of wind, water, or vehicles'),\n",
+ " 'clues': [('howl', 'emit long loud cries'),\n",
+ " ('roar', 'laugh unrestrainedly and heartily'),\n",
+ " ('yowl', 'cry loudly, as of animals'),\n",
" ('yaup', 'emit long loud cries'),\n",
" ('wail', 'emit long loud cries'),\n",
- " ('yawl', 'emit long loud cries'),\n",
- " ('roar', 'make a loud noise, as of wind, water, or vehicles'),\n",
" ('wrawl', 'cry loudly, as of animals'),\n",
- " ('yowl', 'cry loudly, as of animals'),\n",
- " ('yammer', 'cry loudly, as of animals')]},\n",
+ " ('yammer', 'cry loudly, as of animals'),\n",
+ " ('ululate', 'emit long loud cries'),\n",
+ " ('yawl', 'emit long loud cries')]},\n",
" {'answer': 'hulking',\n",
" 'hint': 'synonyms for hulking',\n",
- " 'clues': [('hulk', 'appear very large or occupy a commanding position'),\n",
+ " 'clues': [('tower', 'appear very large or occupy a commanding position'),\n",
+ " ('hulk', 'appear very large or occupy a commanding position'),\n",
" ('predominate', 'appear very large or occupy a commanding position'),\n",
- " ('loom', 'appear very large or occupy a commanding position'),\n",
- " ('tower', 'appear very large or occupy a commanding position')]},\n",
+ " ('loom', 'appear very large or occupy a commanding position')]},\n",
" {'answer': 'humble',\n",
" 'hint': 'synonyms for humble',\n",
- " 'clues': [('chagrin', 'cause to feel shame; hurt the pride of'),\n",
- " ('abase', 'cause to feel shame; hurt the pride of'),\n",
- " ('humiliate', 'cause to feel shame; hurt the pride of'),\n",
- " ('mortify', 'cause to feel shame; hurt the pride of')]},\n",
+ " 'clues': [('abase', 'cause to feel shame; hurt the pride of'),\n",
+ " ('chagrin', 'cause to feel shame; hurt the pride of'),\n",
+ " ('mortify', 'cause to feel shame; hurt the pride of'),\n",
+ " ('humiliate', 'cause to feel shame; hurt the pride of')]},\n",
" {'answer': 'humbled',\n",
" 'hint': 'synonyms for humbled',\n",
- " 'clues': [('chagrin', 'cause to feel shame; hurt the pride of'),\n",
- " ('humiliate', 'cause to feel shame; hurt the pride of'),\n",
- " ('humble', 'cause to be unpretentious'),\n",
+ " 'clues': [('humble', 'cause to feel shame; hurt the pride of'),\n",
+ " ('abase', 'cause to feel shame; hurt the pride of'),\n",
+ " ('chagrin', 'cause to feel shame; hurt the pride of'),\n",
" ('mortify', 'cause to feel shame; hurt the pride of'),\n",
- " ('abase', 'cause to feel shame; hurt the pride of')]},\n",
+ " ('humiliate', 'cause to feel shame; hurt the pride of')]},\n",
" {'answer': 'humbling',\n",
" 'hint': 'synonyms for humbling',\n",
- " 'clues': [('chagrin', 'cause to feel shame; hurt the pride of'),\n",
- " ('humiliate', 'cause to feel shame; hurt the pride of'),\n",
- " ('humble', 'cause to be unpretentious'),\n",
+ " 'clues': [('humble', 'cause to feel shame; hurt the pride of'),\n",
+ " ('abase', 'cause to feel shame; hurt the pride of'),\n",
+ " ('chagrin', 'cause to feel shame; hurt the pride of'),\n",
" ('mortify', 'cause to feel shame; hurt the pride of'),\n",
- " ('abase', 'cause to feel shame; hurt the pride of')]},\n",
+ " ('humiliate', 'cause to feel shame; hurt the pride of')]},\n",
" {'answer': 'humiliated',\n",
" 'hint': 'synonyms for humiliated',\n",
- " 'clues': [('chagrin', 'cause to feel shame; hurt the pride of'),\n",
- " ('humiliate', 'cause to feel shame; hurt the pride of'),\n",
- " ('mortify', 'cause to feel shame; hurt the pride of'),\n",
+ " 'clues': [('humble', 'cause to feel shame; hurt the pride of'),\n",
" ('abase', 'cause to feel shame; hurt the pride of'),\n",
- " ('humble', 'cause to feel shame; hurt the pride of')]},\n",
+ " ('chagrin', 'cause to feel shame; hurt the pride of'),\n",
+ " ('mortify', 'cause to feel shame; hurt the pride of'),\n",
+ " ('humiliate', 'cause to feel shame; hurt the pride of')]},\n",
" {'answer': 'humiliating',\n",
" 'hint': 'synonyms for humiliating',\n",
- " 'clues': [('chagrin', 'cause to feel shame; hurt the pride of'),\n",
- " ('humiliate', 'cause to feel shame; hurt the pride of'),\n",
- " ('mortify', 'cause to feel shame; hurt the pride of'),\n",
+ " 'clues': [('humble', 'cause to feel shame; hurt the pride of'),\n",
" ('abase', 'cause to feel shame; hurt the pride of'),\n",
- " ('humble', 'cause to feel shame; hurt the pride of')]},\n",
+ " ('chagrin', 'cause to feel shame; hurt the pride of'),\n",
+ " ('mortify', 'cause to feel shame; hurt the pride of'),\n",
+ " ('humiliate', 'cause to feel shame; hurt the pride of')]},\n",
" {'answer': 'humped',\n",
" 'hint': 'synonyms for humped',\n",
- " 'clues': [('have it away', 'have sexual intercourse with'),\n",
- " ('roll in the hay', 'have sexual intercourse with'),\n",
+ " 'clues': [('hump', 'have sexual intercourse with'),\n",
" ('jazz', 'have sexual intercourse with'),\n",
+ " ('eff', 'have sexual intercourse with'),\n",
+ " ('do it', 'have sexual intercourse with'),\n",
+ " ('bed', 'have sexual intercourse with'),\n",
+ " ('lie with', 'have sexual intercourse with'),\n",
+ " ('sleep with', 'have sexual intercourse with'),\n",
" ('hunch',\n",
" \"round one's back by bending forward and drawing the shoulders forward\"),\n",
- " ('get it on', 'have sexual intercourse with'),\n",
- " ('hump',\n",
- " \"round one's back by bending forward and drawing the shoulders forward\"),\n",
- " ('screw', 'have sexual intercourse with'),\n",
- " ('hunch over',\n",
- " \"round one's back by bending forward and drawing the shoulders forward\"),\n",
- " ('have sex', 'have sexual intercourse with'),\n",
- " ('have intercourse', 'have sexual intercourse with'),\n",
- " ('eff', 'have sexual intercourse with'),\n",
- " ('get laid', 'have sexual intercourse with'),\n",
- " ('love', 'have sexual intercourse with'),\n",
- " ('have it off', 'have sexual intercourse with'),\n",
" ('fuck', 'have sexual intercourse with'),\n",
- " ('do it', 'have sexual intercourse with'),\n",
" ('hunch forward',\n",
" \"round one's back by bending forward and drawing the shoulders forward\"),\n",
- " ('bang', 'have sexual intercourse with'),\n",
" ('be intimate', 'have sexual intercourse with'),\n",
- " ('bed', 'have sexual intercourse with'),\n",
" ('make love', 'have sexual intercourse with'),\n",
- " ('have a go at it', 'have sexual intercourse with'),\n",
- " ('bonk', 'have sexual intercourse with'),\n",
- " ('sleep with', 'have sexual intercourse with'),\n",
- " ('sleep together', 'have sexual intercourse with'),\n",
+ " ('get it on', 'have sexual intercourse with'),\n",
+ " ('roll in the hay', 'have sexual intercourse with'),\n",
" ('know', 'have sexual intercourse with'),\n",
+ " ('bang', 'have sexual intercourse with'),\n",
+ " ('love', 'have sexual intercourse with'),\n",
+ " ('have sex', 'have sexual intercourse with'),\n",
+ " ('bonk', 'have sexual intercourse with'),\n",
+ " ('have it off', 'have sexual intercourse with'),\n",
+ " ('get laid', 'have sexual intercourse with'),\n",
+ " ('hunch over',\n",
+ " \"round one's back by bending forward and drawing the shoulders forward\"),\n",
+ " ('have a go at it', 'have sexual intercourse with'),\n",
+ " ('have it away', 'have sexual intercourse with'),\n",
" ('make out', 'have sexual intercourse with'),\n",
- " ('lie with', 'have sexual intercourse with')]},\n",
+ " ('have intercourse', 'have sexual intercourse with'),\n",
+ " ('sleep together', 'have sexual intercourse with'),\n",
+ " ('screw', 'have sexual intercourse with')]},\n",
" {'answer': 'hunched',\n",
" 'hint': 'synonyms for hunched',\n",
" 'clues': [('hunch',\n",
" \"round one's back by bending forward and drawing the shoulders forward\"),\n",
- " ('hunch forward',\n",
- " \"round one's back by bending forward and drawing the shoulders forward\"),\n",
" ('hunch over',\n",
" \"round one's back by bending forward and drawing the shoulders forward\"),\n",
+ " ('hunch forward',\n",
+ " \"round one's back by bending forward and drawing the shoulders forward\"),\n",
" ('hump',\n",
" \"round one's back by bending forward and drawing the shoulders forward\")]},\n",
" {'answer': 'hunted',\n",
" 'hint': 'synonyms for hunted',\n",
- " 'clues': [('hunt',\n",
- " 'oscillate about a desired speed, position, or state to an undesirable extent'),\n",
+ " 'clues': [('hunt', 'pursue for food or sport (as of wild animals)'),\n",
+ " ('hound', 'pursue or chase relentlessly'),\n",
" ('hunt down', 'pursue for food or sport (as of wild animals)'),\n",
- " ('trace', 'pursue or chase relentlessly'),\n",
" ('track down', 'pursue for food or sport (as of wild animals)'),\n",
" ('run', 'pursue for food or sport (as of wild animals)'),\n",
- " ('hound', 'pursue or chase relentlessly')]},\n",
+ " ('trace', 'pursue or chase relentlessly')]},\n",
" {'answer': 'hurried',\n",
" 'hint': 'synonyms for hurried',\n",
- " 'clues': [('hasten', 'act or move at high speed'),\n",
- " ('festinate', 'act or move at high speed'),\n",
- " ('zip', 'move very fast'),\n",
- " ('look sharp', 'act or move at high speed'),\n",
+ " 'clues': [('zip', 'move very fast'),\n",
" ('speed', 'move very fast'),\n",
- " ('rush', 'act or move at high speed'),\n",
- " ('hurry', 'move very fast'),\n",
- " ('travel rapidly', 'move very fast')]},\n",
+ " ('hurry', 'urge to an unnatural speed'),\n",
+ " ('rush', 'urge to an unnatural speed'),\n",
+ " ('look sharp', 'act or move at high speed'),\n",
+ " ('travel rapidly', 'move very fast'),\n",
+ " ('hasten', 'act or move at high speed'),\n",
+ " ('festinate', 'act or move at high speed')]},\n",
" {'answer': 'hurrying',\n",
" 'hint': 'synonyms for hurrying',\n",
- " 'clues': [('hasten', 'act or move at high speed'),\n",
- " ('festinate', 'act or move at high speed'),\n",
- " ('zip', 'move very fast'),\n",
- " ('look sharp', 'act or move at high speed'),\n",
+ " 'clues': [('zip', 'move very fast'),\n",
" ('speed', 'move very fast'),\n",
- " ('rush', 'act or move at high speed'),\n",
- " ('hurry', 'move very fast'),\n",
- " ('travel rapidly', 'move very fast')]},\n",
+ " ('hurry', 'urge to an unnatural speed'),\n",
+ " ('rush', 'urge to an unnatural speed'),\n",
+ " ('look sharp', 'act or move at high speed'),\n",
+ " ('travel rapidly', 'move very fast'),\n",
+ " ('hasten', 'act or move at high speed'),\n",
+ " ('festinate', 'act or move at high speed')]},\n",
" {'answer': 'hurt',\n",
" 'hint': 'synonyms for hurt',\n",
- " 'clues': [('spite', 'hurt the feelings of'),\n",
- " ('ache', 'be the source of pain'),\n",
- " ('suffer', 'feel pain or be in pain'),\n",
- " ('anguish', 'cause emotional anguish or make miserable'),\n",
+ " 'clues': [('wound', 'hurt the feelings of'),\n",
+ " ('ache', 'feel physical pain'),\n",
+ " ('spite', 'hurt the feelings of'),\n",
+ " ('offend', 'hurt the feelings of'),\n",
+ " ('smart', 'be the source of pain'),\n",
+ " ('bruise', 'hurt the feelings of'),\n",
" ('pain', 'cause emotional anguish or make miserable'),\n",
+ " ('suffer', 'feel physical pain'),\n",
" ('injure', 'hurt the feelings of'),\n",
- " ('smart', 'be the source of pain'),\n",
- " ('wound', 'hurt the feelings of'),\n",
- " ('offend', 'hurt the feelings of'),\n",
- " ('bruise', 'hurt the feelings of')]},\n",
+ " ('anguish', 'cause emotional anguish or make miserable')]},\n",
" {'answer': 'hushed',\n",
" 'hint': 'synonyms for hushed',\n",
- " 'clues': [('quieten', 'cause to be quiet or not talk'),\n",
- " ('still', 'cause to be quiet or not talk'),\n",
- " ('quiesce', 'become quiet or quieter'),\n",
+ " 'clues': [('pipe down', 'become quiet or quieter'),\n",
" ('silence', 'cause to be quiet or not talk'),\n",
+ " ('hush up', 'cause to be quiet or not talk'),\n",
+ " ('hush', 'become quiet or quieter'),\n",
+ " ('quiesce', 'become quiet or quieter'),\n",
+ " ('quiet', 'become quiet or quieter'),\n",
" ('quiet down', 'become quiet or quieter'),\n",
+ " ('still', 'cause to be quiet or not talk'),\n",
" ('shut up', 'cause to be quiet or not talk'),\n",
- " ('hush',\n",
- " 'run water over the ground to erode (soil), revealing the underlying strata and valuable minerals'),\n",
- " ('pipe down', 'become quiet or quieter'),\n",
- " ('quiet', 'become quiet or quieter'),\n",
- " ('hush up', 'cause to be quiet or not talk')]},\n",
+ " ('quieten', 'cause to be quiet or not talk')]},\n",
" {'answer': 'identified',\n",
" 'hint': 'synonyms for identified',\n",
- " 'clues': [('identify',\n",
+ " 'clues': [('name',\n",
+ " 'give the name or identifying characteristics of; refer to by name or some other identifying characteristic property'),\n",
+ " ('identify',\n",
" 'recognize as being; establish the identity of someone or something'),\n",
- " ('name', 'identify as in botany or biology, for example'),\n",
- " ('distinguish', 'identify as in botany or biology, for example'),\n",
" ('key', 'identify as in botany or biology, for example'),\n",
- " ('key out', 'identify as in botany or biology, for example'),\n",
" ('describe', 'identify as in botany or biology, for example'),\n",
+ " ('distinguish', 'identify as in botany or biology, for example'),\n",
" ('discover', 'identify as in botany or biology, for example'),\n",
+ " ('key out', 'identify as in botany or biology, for example'),\n",
" ('place',\n",
" 'recognize as being; establish the identity of someone or something')]},\n",
" {'answer': 'idle',\n",
" 'hint': 'synonyms for idle',\n",
- " 'clues': [('stagnate', 'be idle; exist in a changeless situation'),\n",
+ " 'clues': [('slug', 'be idle; exist in a changeless situation'),\n",
" ('laze', 'be idle; exist in a changeless situation'),\n",
- " ('tick over', 'run disconnected or idle'),\n",
- " ('slug', 'be idle; exist in a changeless situation')]},\n",
+ " ('stagnate', 'be idle; exist in a changeless situation'),\n",
+ " ('tick over', 'run disconnected or idle')]},\n",
" {'answer': 'idolised',\n",
" 'hint': 'synonyms for idolised',\n",
- " 'clues': [('idolise',\n",
+ " 'clues': [('idolize',\n",
" 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
" ('hero-worship',\n",
" 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
- " ('revere',\n",
- " 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
" ('worship',\n",
+ " 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
+ " ('revere',\n",
" 'love unquestioningly and uncritically or to excess; venerate as an idol')]},\n",
" {'answer': 'idolized',\n",
" 'hint': 'synonyms for idolized',\n",
- " 'clues': [('idolise',\n",
+ " 'clues': [('idolize',\n",
" 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
" ('hero-worship',\n",
" 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
- " ('revere',\n",
- " 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
" ('worship',\n",
+ " 'love unquestioningly and uncritically or to excess; venerate as an idol'),\n",
+ " ('revere',\n",
" 'love unquestioningly and uncritically or to excess; venerate as an idol')]},\n",
" {'answer': 'ignited',\n",
" 'hint': 'synonyms for ignited',\n",
- " 'clues': [('take fire', 'start to burn or burst into flames'),\n",
- " ('catch fire', 'start to burn or burst into flames'),\n",
- " ('inflame', 'arouse or excite feelings and passions'),\n",
- " ('ignite', 'start to burn or burst into flames'),\n",
- " ('erupt', 'start to burn or burst into flames'),\n",
+ " 'clues': [('light',\n",
+ " 'cause to start burning; subject to fire or great heat'),\n",
" ('conflagrate', 'start to burn or burst into flames'),\n",
- " ('stir up', 'arouse or excite feelings and passions'),\n",
+ " ('erupt', 'start to burn or burst into flames'),\n",
+ " ('ignite', 'start to burn or burst into flames'),\n",
+ " ('combust', 'start to burn or burst into flames'),\n",
+ " ('inflame', 'arouse or excite feelings and passions'),\n",
+ " ('catch fire', 'start to burn or burst into flames'),\n",
" ('wake', 'arouse or excite feelings and passions'),\n",
- " ('fire up', 'arouse or excite feelings and passions'),\n",
- " ('light', 'cause to start burning; subject to fire or great heat'),\n",
" ('heat', 'arouse or excite feelings and passions'),\n",
- " ('combust', 'start to burn or burst into flames')]},\n",
+ " ('take fire', 'start to burn or burst into flames'),\n",
+ " ('fire up', 'arouse or excite feelings and passions'),\n",
+ " ('stir up', 'arouse or excite feelings and passions')]},\n",
" {'answer': 'ignored',\n",
" 'hint': 'synonyms for ignored',\n",
- " 'clues': [('ignore', 'bar from attention or consideration'),\n",
- " ('brush aside', 'bar from attention or consideration'),\n",
- " ('cut', 'refuse to acknowledge'),\n",
+ " 'clues': [('neglect', 'give little or no attention to'),\n",
" ('snub', 'refuse to acknowledge'),\n",
" ('disregard', 'bar from attention or consideration'),\n",
- " ('neglect', 'give little or no attention to'),\n",
- " ('brush off', 'bar from attention or consideration'),\n",
+ " ('cut', 'refuse to acknowledge'),\n",
+ " ('ignore', 'bar from attention or consideration'),\n",
+ " ('push aside', 'bar from attention or consideration'),\n",
" ('discount', 'bar from attention or consideration'),\n",
- " ('dismiss', 'bar from attention or consideration')]},\n",
+ " ('dismiss', 'bar from attention or consideration'),\n",
+ " ('brush off', 'bar from attention or consideration')]},\n",
" {'answer': 'ill-treated',\n",
" 'hint': 'synonyms for ill-treated',\n",
- " 'clues': [('ill-use', 'treat badly'),\n",
- " ('ill-treat', 'treat badly'),\n",
- " ('mistreat', 'treat badly'),\n",
+ " 'clues': [('ill-treat', 'treat badly'),\n",
+ " ('ill-use', 'treat badly'),\n",
" ('step', 'treat badly'),\n",
" ('abuse', 'treat badly'),\n",
+ " ('mistreat', 'treat badly'),\n",
" ('maltreat', 'treat badly')]},\n",
" {'answer': 'ill-used',\n",
" 'hint': 'synonyms for ill-used',\n",
- " 'clues': [('ill-use', 'treat badly'),\n",
- " ('ill-treat', 'treat badly'),\n",
- " ('mistreat', 'treat badly'),\n",
+ " 'clues': [('ill-treat', 'treat badly'),\n",
+ " ('ill-use', 'treat badly'),\n",
" ('step', 'treat badly'),\n",
" ('abuse', 'treat badly'),\n",
+ " ('mistreat', 'treat badly'),\n",
" ('maltreat', 'treat badly')]},\n",
" {'answer': 'illuminated',\n",
" 'hint': 'synonyms for illuminated',\n",
- " 'clues': [('straighten out',\n",
- " 'make free from confusion or ambiguity; make clear'),\n",
- " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illumine', 'make lighter or brighter'),\n",
+ " 'clues': [('illuminate',\n",
+ " 'add embellishments and paintings to (medieval manuscripts)'),\n",
" ('clear', 'make free from confusion or ambiguity; make clear'),\n",
- " ('crystallize', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('light', 'make lighter or brighter'),\n",
+ " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('light up', 'make lighter or brighter'),\n",
" ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('light up', 'make lighter or brighter'),\n",
- " ('light', 'make lighter or brighter')]},\n",
+ " ('crystalise', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illume', 'make lighter or brighter'),\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'illuminating',\n",
" 'hint': 'synonyms for illuminating',\n",
- " 'clues': [('straighten out',\n",
- " 'make free from confusion or ambiguity; make clear'),\n",
- " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
- " ('illumine', 'make lighter or brighter'),\n",
+ " 'clues': [('illuminate',\n",
+ " 'add embellishments and paintings to (medieval manuscripts)'),\n",
" ('clear', 'make free from confusion or ambiguity; make clear'),\n",
- " ('crystallize', 'make free from confusion or ambiguity; make clear'),\n",
- " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('light', 'make lighter or brighter'),\n",
+ " ('sort out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('light up', 'make lighter or brighter'),\n",
" ('enlighten', 'make free from confusion or ambiguity; make clear'),\n",
" ('elucidate', 'make free from confusion or ambiguity; make clear'),\n",
- " ('clear up', 'make free from confusion or ambiguity; make clear'),\n",
- " ('light up', 'make lighter or brighter'),\n",
- " ('light', 'make lighter or brighter')]},\n",
+ " ('crystalise', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('illume', 'make lighter or brighter'),\n",
+ " ('shed light on', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('straighten out', 'make free from confusion or ambiguity; make clear'),\n",
+ " ('clear up', 'make free from confusion or ambiguity; make clear')]},\n",
" {'answer': 'impacted',\n",
" 'hint': 'synonyms for impacted',\n",
- " 'clues': [('impact', 'press or wedge together; pack together'),\n",
- " ('affect', 'have an effect upon'),\n",
- " ('bear upon', 'have an effect upon'),\n",
+ " 'clues': [('bear upon', 'have an effect upon'),\n",
" ('touch on', 'have an effect upon'),\n",
- " ('touch', 'have an effect upon')]},\n",
+ " ('impact', 'have an effect upon'),\n",
+ " ('touch', 'have an effect upon'),\n",
+ " ('affect', 'have an effect upon')]},\n",
" {'answer': 'impaired',\n",
" 'hint': 'synonyms for impaired',\n",
- " 'clues': [('impair', 'make worse or less effective'),\n",
- " ('mar', 'make imperfect'),\n",
- " ('vitiate', 'make imperfect'),\n",
+ " 'clues': [('impair', 'make imperfect'),\n",
+ " ('spoil', 'make imperfect'),\n",
" ('deflower', 'make imperfect'),\n",
- " ('spoil', 'make imperfect')]},\n",
+ " ('vitiate', 'make imperfect'),\n",
+ " ('mar', 'make imperfect')]},\n",
" {'answer': 'impeded',\n",
" 'hint': 'synonyms for impeded',\n",
- " 'clues': [('close up', 'block passage through'),\n",
+ " 'clues': [('obturate', 'block passage through'),\n",
+ " ('close up', 'block passage through'),\n",
+ " ('impede', 'block passage through'),\n",
" ('block', 'block passage through'),\n",
- " ('jam', 'block passage through'),\n",
" ('obstruct', 'block passage through'),\n",
- " ('hinder', 'be a hindrance or obstacle to'),\n",
- " ('impede', 'block passage through'),\n",
- " ('obturate', 'block passage through'),\n",
- " ('occlude', 'block passage through')]},\n",
+ " ('jam', 'block passage through'),\n",
+ " ('occlude', 'block passage through'),\n",
+ " ('hinder', 'be a hindrance or obstacle to')]},\n",
" {'answer': 'impeding',\n",
" 'hint': 'synonyms for impeding',\n",
- " 'clues': [('close up', 'block passage through'),\n",
+ " 'clues': [('obturate', 'block passage through'),\n",
+ " ('close up', 'block passage through'),\n",
+ " ('impede', 'block passage through'),\n",
" ('block', 'block passage through'),\n",
- " ('jam', 'block passage through'),\n",
" ('obstruct', 'block passage through'),\n",
- " ('hinder', 'be a hindrance or obstacle to'),\n",
- " ('impede', 'block passage through'),\n",
- " ('obturate', 'block passage through'),\n",
- " ('occlude', 'block passage through')]},\n",
+ " ('jam', 'block passage through'),\n",
+ " ('occlude', 'block passage through'),\n",
+ " ('hinder', 'be a hindrance or obstacle to')]},\n",
" {'answer': 'implanted',\n",
" 'hint': 'synonyms for implanted',\n",
- " 'clues': [('implant', 'become attached to and embedded in the uterus'),\n",
+ " 'clues': [('plant', 'fix or set securely or deeply'),\n",
+ " ('implant', 'become attached to and embedded in the uterus'),\n",
" ('imbed', 'fix or set securely or deeply'),\n",
- " ('plant', 'put firmly in the mind'),\n",
- " ('engraft', 'fix or set securely or deeply'),\n",
- " ('embed', 'fix or set securely or deeply')]},\n",
+ " ('embed', 'fix or set securely or deeply'),\n",
+ " ('engraft', 'fix or set securely or deeply')]},\n",
" {'answer': 'implemented',\n",
" 'hint': 'synonyms for implemented',\n",
- " 'clues': [('put through',\n",
- " 'pursue to a conclusion or bring to a successful issue'),\n",
- " ('follow out', 'pursue to a conclusion or bring to a successful issue'),\n",
- " ('follow up', 'pursue to a conclusion or bring to a successful issue'),\n",
- " ('apply', 'ensure observance of laws and rules'),\n",
+ " 'clues': [('enforce', 'ensure observance of laws and rules'),\n",
+ " ('carry out', 'pursue to a conclusion or bring to a successful issue'),\n",
" ('go through', 'pursue to a conclusion or bring to a successful issue'),\n",
+ " ('follow up', 'pursue to a conclusion or bring to a successful issue'),\n",
+ " ('implement', 'apply in a manner consistent with its purpose or design'),\n",
" ('follow through',\n",
" 'pursue to a conclusion or bring to a successful issue'),\n",
- " ('enforce', 'ensure observance of laws and rules'),\n",
- " ('carry out', 'pursue to a conclusion or bring to a successful issue'),\n",
- " ('implement', 'pursue to a conclusion or bring to a successful issue')]},\n",
+ " ('follow out', 'pursue to a conclusion or bring to a successful issue'),\n",
+ " ('put through', 'pursue to a conclusion or bring to a successful issue'),\n",
+ " ('apply', 'ensure observance of laws and rules')]},\n",
" {'answer': 'imposed',\n",
" 'hint': 'synonyms for imposed',\n",
- " 'clues': [('levy', 'impose and collect'),\n",
- " ('impose', 'compel to behave in a certain way'),\n",
- " ('bring down', 'impose something unpleasant'),\n",
+ " 'clues': [('impose', 'impose and collect'),\n",
+ " ('inflict', 'impose something unpleasant'),\n",
" ('enforce', 'compel to behave in a certain way'),\n",
- " ('visit', 'impose something unpleasant'),\n",
- " ('inflict', 'impose something unpleasant')]},\n",
+ " ('levy', 'impose and collect'),\n",
+ " ('bring down', 'impose something unpleasant'),\n",
+ " ('visit', 'impose something unpleasant')]},\n",
" {'answer': 'imposing',\n",
" 'hint': 'synonyms for imposing',\n",
- " 'clues': [('levy', 'impose and collect'),\n",
- " ('impose', 'compel to behave in a certain way'),\n",
- " ('bring down', 'impose something unpleasant'),\n",
+ " 'clues': [('impose', 'impose and collect'),\n",
+ " ('inflict', 'impose something unpleasant'),\n",
" ('enforce', 'compel to behave in a certain way'),\n",
- " ('visit', 'impose something unpleasant'),\n",
- " ('inflict', 'impose something unpleasant')]},\n",
+ " ('levy', 'impose and collect'),\n",
+ " ('bring down', 'impose something unpleasant'),\n",
+ " ('visit', 'impose something unpleasant')]},\n",
" {'answer': 'impressed',\n",
" 'hint': 'synonyms for impressed',\n",
- " 'clues': [('impress', 'have an emotional or cognitive impact upon'),\n",
- " ('instill', 'produce or try to produce a vivid impression of'),\n",
- " ('yarn-dye', 'dye (fabric) before it is spun'),\n",
- " ('shanghai',\n",
- " 'take (someone) against his will for compulsory service, especially on board a ship'),\n",
- " ('strike', 'have an emotional or cognitive impact upon'),\n",
- " ('imprint', 'mark or stamp with or as if with pressure'),\n",
+ " 'clues': [('move', 'have an emotional or cognitive impact upon'),\n",
" ('ingrain', 'produce or try to produce a vivid impression of'),\n",
+ " ('impress', 'mark or stamp with or as if with pressure'),\n",
" ('print', 'reproduce by printing'),\n",
+ " ('yarn-dye', 'dye (fabric) before it is spun'),\n",
" ('affect', 'have an emotional or cognitive impact upon'),\n",
- " ('move', 'have an emotional or cognitive impact upon')]},\n",
+ " ('imprint', 'mark or stamp with or as if with pressure'),\n",
+ " ('shanghai',\n",
+ " 'take (someone) against his will for compulsory service, especially on board a ship'),\n",
+ " ('instill', 'produce or try to produce a vivid impression of'),\n",
+ " ('strike', 'have an emotional or cognitive impact upon')]},\n",
" {'answer': 'imprisoned',\n",
" 'hint': 'synonyms for imprisoned',\n",
- " 'clues': [('imprison', 'lock up or confine, in or as in a jail'),\n",
- " ('immure', 'lock up or confine, in or as in a jail'),\n",
+ " 'clues': [('imprison', 'confine as if in a prison'),\n",
" ('gaol', 'lock up or confine, in or as in a jail'),\n",
- " ('remand', 'lock up or confine, in or as in a jail'),\n",
" ('put away', 'lock up or confine, in or as in a jail'),\n",
+ " ('remand', 'lock up or confine, in or as in a jail'),\n",
+ " ('immure', 'lock up or confine, in or as in a jail'),\n",
+ " ('jug', 'lock up or confine, in or as in a jail'),\n",
" ('lag', 'lock up or confine, in or as in a jail'),\n",
" ('incarcerate', 'lock up or confine, in or as in a jail'),\n",
" ('jail', 'lock up or confine, in or as in a jail'),\n",
- " ('put behind bars', 'lock up or confine, in or as in a jail'),\n",
- " ('jug', 'lock up or confine, in or as in a jail')]},\n",
+ " ('put behind bars', 'lock up or confine, in or as in a jail')]},\n",
" {'answer': 'improved',\n",
" 'hint': 'synonyms for improved',\n",
- " 'clues': [('better', 'get better'),\n",
- " ('ameliorate', 'to make better'),\n",
- " ('improve', 'get better'),\n",
- " ('amend', 'to make better')]},\n",
+ " 'clues': [('meliorate', 'to make better'),\n",
+ " ('better', 'get better'),\n",
+ " ('amend', 'to make better'),\n",
+ " ('improve', 'to make better')]},\n",
" {'answer': 'improving',\n",
" 'hint': 'synonyms for improving',\n",
- " 'clues': [('better', 'get better'),\n",
- " ('ameliorate', 'to make better'),\n",
- " ('improve', 'get better'),\n",
- " ('amend', 'to make better')]},\n",
+ " 'clues': [('meliorate', 'to make better'),\n",
+ " ('better', 'get better'),\n",
+ " ('amend', 'to make better'),\n",
+ " ('improve', 'to make better')]},\n",
" {'answer': 'incapacitated',\n",
" 'hint': 'synonyms for incapacitated',\n",
- " 'clues': [('handicap', 'injure permanently'),\n",
- " ('incapacitate', 'make unable to perform a certain action'),\n",
- " ('disenable', 'make unable to perform a certain action'),\n",
+ " 'clues': [('disable', 'make unable to perform a certain action'),\n",
+ " ('incapacitate', 'injure permanently'),\n",
+ " ('handicap', 'injure permanently'),\n",
" ('invalid', 'injure permanently')]},\n",
" {'answer': 'incapacitating',\n",
" 'hint': 'synonyms for incapacitating',\n",
- " 'clues': [('handicap', 'injure permanently'),\n",
- " ('incapacitate', 'make unable to perform a certain action'),\n",
- " ('disenable', 'make unable to perform a certain action'),\n",
+ " 'clues': [('disable', 'make unable to perform a certain action'),\n",
+ " ('incapacitate', 'injure permanently'),\n",
+ " ('handicap', 'injure permanently'),\n",
" ('invalid', 'injure permanently')]},\n",
" {'answer': 'incensed',\n",
" 'hint': 'synonyms for incensed',\n",
- " 'clues': [('thurify', 'perfume especially with a censer'),\n",
- " ('incense', 'perfume especially with a censer'),\n",
+ " 'clues': [('infuriate', 'make furious'),\n",
" ('cense', 'perfume especially with a censer'),\n",
- " ('infuriate', 'make furious'),\n",
- " ('exasperate', 'make furious')]},\n",
+ " ('exasperate', 'make furious'),\n",
+ " ('incense', 'make furious'),\n",
+ " ('thurify', 'perfume especially with a censer')]},\n",
+ " {'answer': 'inclined',\n",
+ " 'hint': 'synonyms for inclined',\n",
+ " 'clues': [('be given',\n",
+ " 'have a tendency or disposition to do or be something; be inclined'),\n",
+ " ('dispose',\n",
+ " 'make receptive or willing towards an action or attitude or belief'),\n",
+ " ('incline', 'be at an angle'),\n",
+ " ('pitch', 'be at an angle'),\n",
+ " ('slope', 'be at an angle'),\n",
+ " ('lean',\n",
+ " 'have a tendency or disposition to do or be something; be inclined'),\n",
+ " ('tend',\n",
+ " 'have a tendency or disposition to do or be something; be inclined'),\n",
+ " ('run',\n",
+ " 'have a tendency or disposition to do or be something; be inclined')]},\n",
" ...],\n",
" 'portion': 0.6},\n",
" {'name': 'adverbs',\n",
@@ -20255,138 +20277,138 @@
" 'hint': 'synonyms for about',\n",
" 'clues': [('nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('roughly', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
" ('well-nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('most',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('around', 'in or to a reversed position or direction'),\n",
+ " ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
" ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('virtually',\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('near',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('around', 'all around or on all sides'),\n",
+ " ('approximately',\n",
+ " '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('most',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('roughly', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
" ('almost',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('nearly',\n",
+ " ('virtually',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'after',\n",
" 'hint': 'synonyms for after',\n",
- " 'clues': [('afterward',\n",
+ " 'clues': [('afterwards',\n",
" 'happening at a time subsequent to a reference time'),\n",
" ('later on', 'happening at a time subsequent to a reference time'),\n",
- " ('subsequently', 'happening at a time subsequent to a reference time'),\n",
- " ('later', 'happening at a time subsequent to a reference time')]},\n",
+ " ('later', 'happening at a time subsequent to a reference time'),\n",
+ " ('subsequently', 'happening at a time subsequent to a reference time')]},\n",
" {'answer': 'ahead',\n",
" 'hint': 'synonyms for ahead',\n",
- " 'clues': [('forward', 'in a forward direction'),\n",
- " ('onward', 'in a forward direction'),\n",
+ " 'clues': [('beforehand', 'ahead of time; in anticipation'),\n",
+ " ('forward', 'toward the future; forward in time'),\n",
+ " ('onwards', 'in a forward direction'),\n",
" ('out front', 'leading or ahead in a competition'),\n",
- " ('beforehand', 'ahead of time; in anticipation'),\n",
- " ('forrader', 'in a forward direction'),\n",
- " ('before', 'at or in the front'),\n",
" ('in the lead', 'leading or ahead in a competition'),\n",
" ('in front', 'at or in the front'),\n",
- " ('in advance', 'ahead of time; in anticipation')]},\n",
+ " ('in advance', 'ahead of time; in anticipation'),\n",
+ " ('before', 'at or in the front'),\n",
+ " ('forrader', 'in a forward direction')]},\n",
" {'answer': 'all',\n",
" 'hint': 'synonyms for all',\n",
- " 'clues': [('entirely',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('altogether',\n",
+ " 'clues': [('totally',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('completely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('totally',\n",
+ " ('altogether',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('whole',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('wholly',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('whole',\n",
+ " ('entirely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\")]},\n",
" {'answer': 'all_right',\n",
" 'hint': 'synonyms for all right',\n",
- " 'clues': [('okay',\n",
- " \"in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')\"),\n",
- " ('very well',\n",
+ " 'clues': [('fine',\n",
" 'an expression of agreement normally occurring at the beginning of a sentence'),\n",
" ('alright',\n",
- " \"in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')\"),\n",
- " ('fine',\n",
- " 'an expression of agreement normally occurring at the beginning of a sentence')]},\n",
+ " 'an expression of agreement normally occurring at the beginning of a sentence'),\n",
+ " ('very well',\n",
+ " 'an expression of agreement normally occurring at the beginning of a sentence'),\n",
+ " ('okay',\n",
+ " \"in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')\")]},\n",
" {'answer': 'alone',\n",
" 'hint': 'synonyms for alone',\n",
- " 'clues': [('solely', 'without any others being included or involved'),\n",
- " ('solo', 'without anybody else or anything else'),\n",
- " ('entirely', 'without any others being included or involved'),\n",
- " ('exclusively', 'without any others being included or involved'),\n",
+ " 'clues': [('only', 'without any others being included or involved'),\n",
" ('unaccompanied', 'without anybody else or anything else'),\n",
- " ('only', 'without any others being included or involved')]},\n",
+ " ('exclusively', 'without any others being included or involved'),\n",
+ " ('entirely', 'without any others being included or involved'),\n",
+ " ('solely', 'without any others being included or involved'),\n",
+ " ('solo', 'without anybody else or anything else')]},\n",
" {'answer': 'alright',\n",
" 'hint': 'synonyms for alright',\n",
- " 'clues': [('okay',\n",
- " \"in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')\"),\n",
- " ('very well',\n",
+ " 'clues': [('fine',\n",
" 'an expression of agreement normally occurring at the beginning of a sentence'),\n",
" ('all right',\n",
+ " \"in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')\"),\n",
+ " ('very well',\n",
" 'an expression of agreement normally occurring at the beginning of a sentence'),\n",
- " ('fine',\n",
- " 'an expression of agreement normally occurring at the beginning of a sentence')]},\n",
+ " ('okay',\n",
+ " \"in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')\")]},\n",
" {'answer': 'apropos',\n",
" 'hint': 'synonyms for apropos',\n",
" 'clues': [('well-timed', 'at an opportune time'),\n",
- " ('by the bye', 'introducing a different topic; in point of fact'),\n",
- " ('timely', 'at an opportune time'),\n",
" ('incidentally', 'introducing a different topic; in point of fact'),\n",
" ('by the way', 'introducing a different topic; in point of fact'),\n",
- " ('seasonably', 'at an opportune time')]},\n",
+ " ('seasonably', 'at an opportune time'),\n",
+ " ('by the bye', 'introducing a different topic; in point of fact'),\n",
+ " ('timely', 'at an opportune time')]},\n",
" {'answer': 'away',\n",
" 'hint': 'synonyms for away',\n",
- " 'clues': [('off',\n",
+ " 'clues': [('aside', 'in reserve; not for immediate use'),\n",
+ " ('out', \"from one's possession\"),\n",
+ " ('off',\n",
" \"from a particular thing or place or position (`forth' is obsolete)\"),\n",
- " ('aside', 'in a different direction'),\n",
" ('by', 'in reserve; not for immediate use'),\n",
- " ('out', \"from one's possession\"),\n",
" ('forth',\n",
" \"from a particular thing or place or position (`forth' is obsolete)\")]},\n",
" {'answer': 'best',\n",
" 'hint': 'synonyms for best',\n",
- " 'clues': [('well', 'with prudence or propriety'),\n",
+ " 'clues': [('considerably', 'to a great extent or degree'),\n",
+ " ('well', 'favorably; with approval'),\n",
+ " ('advantageously', 'in a manner affording benefit or advantage'),\n",
" ('intimately', 'with great or especially intimate knowledge'),\n",
- " ('considerably', 'to a great extent or degree'),\n",
" ('easily', 'indicating high probability; in all likelihood'),\n",
- " ('substantially', 'to a great extent or degree'),\n",
" ('comfortably', 'in financial comfort'),\n",
- " ('advantageously', 'in a manner affording benefit or advantage'),\n",
" ('better', 'from a position of superiority or authority'),\n",
" ('good',\n",
- " \"(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')\")]},\n",
+ " \"(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')\"),\n",
+ " ('substantially', 'to a great extent or degree')]},\n",
" {'answer': 'better',\n",
" 'hint': 'synonyms for better',\n",
- " 'clues': [('well', 'with prudence or propriety'),\n",
+ " 'clues': [('considerably', 'to a great extent or degree'),\n",
+ " ('well', 'favorably; with approval'),\n",
+ " ('advantageously', 'in a manner affording benefit or advantage'),\n",
" ('intimately', 'with great or especially intimate knowledge'),\n",
- " ('considerably', 'to a great extent or degree'),\n",
+ " ('best', 'from a position of superiority or authority'),\n",
" ('easily', 'indicating high probability; in all likelihood'),\n",
- " ('substantially', 'to a great extent or degree'),\n",
" ('comfortably', 'in financial comfort'),\n",
- " ('advantageously', 'in a manner affording benefit or advantage'),\n",
- " ('best', 'from a position of superiority or authority'),\n",
" ('good',\n",
- " \"(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')\")]},\n",
+ " \"(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')\"),\n",
+ " ('substantially', 'to a great extent or degree')]},\n",
" {'answer': 'close',\n",
" 'hint': 'synonyms for close',\n",
" 'clues': [('nigh', 'near in time or place or relationship'),\n",
- " ('closely', 'in an attentive manner'),\n",
" ('near', 'near in time or place or relationship'),\n",
- " ('tight', 'in an attentive manner')]},\n",
+ " ('tight', 'in an attentive manner'),\n",
+ " ('closely', 'in an attentive manner')]},\n",
" {'answer': 'dead',\n",
" 'hint': 'synonyms for dead',\n",
" 'clues': [('short', 'quickly and without warning'),\n",
+ " ('abruptly', 'quickly and without warning'),\n",
" ('utterly',\n",
" 'completely and without qualification; used informally as intensifiers'),\n",
- " ('abruptly', 'quickly and without warning'),\n",
" ('perfectly',\n",
" 'completely and without qualification; used informally as intensifiers'),\n",
" ('suddenly', 'quickly and without warning'),\n",
@@ -20395,37 +20417,37 @@
" {'answer': 'deadly',\n",
" 'hint': 'synonyms for deadly',\n",
" 'clues': [('lifelessly', 'as if dead'),\n",
- " ('madly', '(used as intensives) extremely'),\n",
+ " ('devilishly', '(used as intensives) extremely'),\n",
" ('insanely', '(used as intensives) extremely'),\n",
- " ('deucedly', '(used as intensives) extremely'),\n",
- " ('devilishly', '(used as intensives) extremely')]},\n",
+ " ('madly', '(used as intensives) extremely'),\n",
+ " ('deucedly', '(used as intensives) extremely')]},\n",
" {'answer': 'decent',\n",
" 'hint': 'synonyms for decent',\n",
" 'clues': [('decently', 'in the right manner'),\n",
- " ('right', 'in the right manner'),\n",
- " ('in good order', 'in the right manner'),\n",
" ('the right way', 'in the right manner'),\n",
- " ('properly', 'in the right manner')]},\n",
+ " ('right', 'in the right manner'),\n",
+ " ('properly', 'in the right manner'),\n",
+ " ('in good order', 'in the right manner')]},\n",
" {'answer': 'earlier',\n",
" 'hint': 'synonyms for earlier',\n",
" 'clues': [('in the beginning', 'before now'),\n",
- " ('sooner', \"comparatives of `soon' or `early'\"),\n",
" ('before', 'earlier in time; previously'),\n",
" ('to begin with', 'before now'),\n",
- " ('originally', 'before now'),\n",
- " ('in the first place', 'before now')]},\n",
+ " ('in the first place', 'before now'),\n",
+ " ('sooner', \"comparatives of `soon' or `early'\"),\n",
+ " ('originally', 'before now')]},\n",
" {'answer': 'early',\n",
" 'hint': 'synonyms for early',\n",
- " 'clues': [('ahead of time', 'before the usual time or the time expected'),\n",
+ " 'clues': [('too soon', 'before the usual time or the time expected'),\n",
+ " ('betimes', 'in good time'),\n",
" ('early on', 'during an early stage'),\n",
- " ('too soon', 'before the usual time or the time expected'),\n",
- " ('betimes', 'in good time')]},\n",
+ " ('ahead of time', 'before the usual time or the time expected')]},\n",
" {'answer': 'easy',\n",
" 'hint': 'synonyms for easy',\n",
- " 'clues': [('soft',\n",
- " \"in a relaxed manner; or without hardship; (`soft' is nonstandard)\"),\n",
- " ('slowly',\n",
+ " 'clues': [('slow',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
+ " ('soft',\n",
+ " \"in a relaxed manner; or without hardship; (`soft' is nonstandard)\"),\n",
" ('tardily',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
" ('easily',\n",
@@ -20433,102 +20455,102 @@
" {'answer': 'erstwhile',\n",
" 'hint': 'synonyms for erstwhile',\n",
" 'clues': [('at one time', 'at a previous time'),\n",
+ " ('erst', 'at a previous time'),\n",
" ('formerly', 'at a previous time'),\n",
- " ('once', 'at a previous time'),\n",
- " ('erst', 'at a previous time')]},\n",
+ " ('once', 'at a previous time')]},\n",
" {'answer': 'false',\n",
" 'hint': 'synonyms for false',\n",
- " 'clues': [('treasonably', 'in a disloyal and faithless manner'),\n",
- " ('traitorously', 'in a disloyal and faithless manner'),\n",
+ " 'clues': [('traitorously', 'in a disloyal and faithless manner'),\n",
" ('treacherously', 'in a disloyal and faithless manner'),\n",
- " ('faithlessly', 'in a disloyal and faithless manner')]},\n",
+ " ('faithlessly', 'in a disloyal and faithless manner'),\n",
+ " ('treasonably', 'in a disloyal and faithless manner')]},\n",
" {'answer': 'fine',\n",
" 'hint': 'synonyms for fine',\n",
- " 'clues': [('very well',\n",
+ " 'clues': [('exquisitely', 'in a delicate manner'),\n",
+ " ('finely', 'in a delicate manner'),\n",
+ " ('alright',\n",
" 'an expression of agreement normally occurring at the beginning of a sentence'),\n",
- " ('delicately', 'in a delicate manner'),\n",
- " ('all right',\n",
+ " ('very well',\n",
" 'an expression of agreement normally occurring at the beginning of a sentence'),\n",
- " ('finely', 'in a delicate manner'),\n",
- " ('exquisitely', 'in a delicate manner')]},\n",
+ " ('delicately', 'in a delicate manner')]},\n",
" {'answer': 'first',\n",
" 'hint': 'synonyms for first',\n",
- " 'clues': [('first of all', 'before anything else'),\n",
- " ('firstly', 'before anything else'),\n",
- " ('foremost', 'before anything else'),\n",
+ " 'clues': [('first off', 'before anything else'),\n",
" ('for the first time', 'the initial time'),\n",
- " ('first off', 'before anything else')]},\n",
+ " ('firstly', 'before anything else'),\n",
+ " ('first of all', 'before anything else'),\n",
+ " ('foremost', 'prominently forward')]},\n",
" {'answer': 'for_sure',\n",
" 'hint': 'synonyms for for sure',\n",
- " 'clues': [('sure as shooting',\n",
- " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure',\n",
+ " 'clues': [('sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('certainly',\n",
+ " ('sure enough',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for certain',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure enough',\n",
+ " ('sure as shooting',\n",
+ " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
+ " ('certainly',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\")]},\n",
" {'answer': 'forward',\n",
" 'hint': 'synonyms for forward',\n",
- " 'clues': [('onward', 'in a forward direction'),\n",
- " ('forrader', 'in a forward direction'),\n",
- " ('ahead', 'toward the future; forward in time'),\n",
+ " 'clues': [('onward', 'forward in time or order or degree'),\n",
" ('forwards', 'in a forward direction'),\n",
+ " ('ahead', 'in a forward direction'),\n",
" ('forrard',\n",
" \"at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)\"),\n",
- " ('frontwards',\n",
+ " ('frontward',\n",
" \"at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)\"),\n",
- " ('fore', 'near or toward the bow of a ship or cockpit of a plane'),\n",
- " ('forth', 'forward in time or order or degree')]},\n",
+ " ('forrader', 'in a forward direction'),\n",
+ " ('forth', 'forward in time or order or degree'),\n",
+ " ('fore', 'near or toward the bow of a ship or cockpit of a plane')]},\n",
" {'answer': 'hard',\n",
" 'hint': 'synonyms for hard',\n",
- " 'clues': [('heavily', 'indulging excessively'),\n",
- " ('intemperately', 'indulging excessively'),\n",
+ " 'clues': [('severely', 'causing great damage or hardship'),\n",
" ('firmly', 'with firmness'),\n",
- " ('severely', 'causing great damage or hardship')]},\n",
+ " ('intemperately', 'indulging excessively'),\n",
+ " ('heavily', 'indulging excessively')]},\n",
" {'answer': 'inside',\n",
" 'hint': 'synonyms for inside',\n",
- " 'clues': [('deep down', 'in reality'),\n",
- " ('indoors', 'within a building'),\n",
- " ('at bottom', 'in reality'),\n",
+ " 'clues': [('in spite of appearance', 'in reality'),\n",
+ " ('deep down', 'in reality'),\n",
" ('within', 'on the inside'),\n",
- " ('inwardly', 'with respect to private feelings'),\n",
" ('at heart', 'in reality'),\n",
- " ('in spite of appearance', 'in reality')]},\n",
+ " ('inwardly', 'with respect to private feelings'),\n",
+ " ('indoors', 'within a building'),\n",
+ " ('at bottom', 'in reality')]},\n",
" {'answer': 'jolly',\n",
" 'hint': 'synonyms for jolly',\n",
- " 'clues': [('somewhat', 'to a moderately sufficient extent or degree'),\n",
- " ('passably', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('moderately', 'to a moderately sufficient extent or degree'),\n",
+ " ('fairly', 'to a moderately sufficient extent or degree'),\n",
" ('middling', 'to a moderately sufficient extent or degree'),\n",
- " ('pretty', 'to a moderately sufficient extent or degree'),\n",
+ " ('somewhat', 'to a moderately sufficient extent or degree'),\n",
" ('reasonably', 'to a moderately sufficient extent or degree'),\n",
- " ('moderately', 'to a moderately sufficient extent or degree'),\n",
- " ('fairly', 'to a moderately sufficient extent or degree')]},\n",
+ " ('pretty', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'just',\n",
" 'hint': 'synonyms for just',\n",
" 'clues': [('precisely', 'indicating exactness or preciseness'),\n",
- " ('hardly', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
- " ('just now', 'only a moment ago'),\n",
- " ('scarce', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
- " ('merely', 'and nothing more'),\n",
" ('simply', 'absolutely'),\n",
" ('only', 'and nothing more'),\n",
- " ('barely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
" ('exactly', 'indicating exactness or preciseness'),\n",
- " ('but', 'and nothing more')]},\n",
+ " ('barely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " ('scarcely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " ('hardly', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " ('but', 'and nothing more'),\n",
+ " ('merely', 'and nothing more'),\n",
+ " ('just now', 'only a moment ago')]},\n",
" {'answer': 'late',\n",
" 'hint': 'synonyms for late',\n",
- " 'clues': [('lately', 'in the recent past'),\n",
+ " 'clues': [('latterly', 'in the recent past'),\n",
+ " ('deep', 'to an advanced time'),\n",
" ('recently', 'in the recent past'),\n",
" ('tardily', 'later than usual or than expected'),\n",
" ('belatedly', 'later than usual or than expected'),\n",
- " ('of late', 'in the recent past'),\n",
- " ('deep', 'to an advanced time')]},\n",
+ " ('of late', 'in the recent past')]},\n",
" {'answer': 'later',\n",
" 'hint': 'synonyms for later',\n",
- " 'clues': [('afterward',\n",
+ " 'clues': [('afterwards',\n",
" 'happening at a time subsequent to a reference time'),\n",
" ('later on', 'happening at a time subsequent to a reference time'),\n",
" ('subsequently', 'happening at a time subsequent to a reference time'),\n",
@@ -20537,774 +20559,780 @@
" {'answer': 'lengthways',\n",
" 'hint': 'synonyms for lengthways',\n",
" 'clues': [('lengthwise', 'in the direction of the length'),\n",
- " ('longwise', 'in the direction of the length'),\n",
" ('longitudinally', 'in the direction of the length'),\n",
- " ('longways', 'in the direction of the length')]},\n",
+ " ('longways', 'in the direction of the length'),\n",
+ " ('longwise', 'in the direction of the length')]},\n",
" {'answer': 'lengthwise',\n",
" 'hint': 'synonyms for lengthwise',\n",
- " 'clues': [('longways', 'in the direction of the length'),\n",
- " ('longwise', 'in the direction of the length'),\n",
- " ('lengthways', 'in the direction of the length'),\n",
- " ('longitudinally', 'in the direction of the length')]},\n",
+ " 'clues': [('lengthways', 'in the direction of the length'),\n",
+ " ('longitudinally', 'in the direction of the length'),\n",
+ " ('longways', 'in the direction of the length'),\n",
+ " ('longwise', 'in the direction of the length')]},\n",
" {'answer': 'likely',\n",
" 'hint': 'synonyms for likely',\n",
- " 'clues': [('probably', 'with considerable certainty; without much doubt'),\n",
- " ('in all likelihood', 'with considerable certainty; without much doubt'),\n",
+ " 'clues': [('belike', 'with considerable certainty; without much doubt'),\n",
" ('in all probability', 'with considerable certainty; without much doubt'),\n",
- " ('belike', 'with considerable certainty; without much doubt')]},\n",
+ " ('probably', 'with considerable certainty; without much doubt'),\n",
+ " ('in all likelihood',\n",
+ " 'with considerable certainty; without much doubt')]},\n",
" {'answer': 'middling',\n",
" 'hint': 'synonyms for middling',\n",
- " 'clues': [('somewhat', 'to a moderately sufficient extent or degree'),\n",
- " ('passably', 'to a moderately sufficient extent or degree'),\n",
- " ('reasonably', 'to a moderately sufficient extent or degree'),\n",
- " ('pretty', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('passably', 'to a moderately sufficient extent or degree'),\n",
" ('moderately', 'to a moderately sufficient extent or degree'),\n",
+ " ('fairly', 'to a moderately sufficient extent or degree'),\n",
" ('jolly', 'to a moderately sufficient extent or degree'),\n",
- " ('fairly', 'to a moderately sufficient extent or degree')]},\n",
+ " ('somewhat', 'to a moderately sufficient extent or degree'),\n",
+ " ('reasonably', 'to a moderately sufficient extent or degree'),\n",
+ " ('pretty', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'most',\n",
" 'hint': 'synonyms for most',\n",
" 'clues': [('nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('almost',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('well-nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('nearly',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('to the highest degree', 'used to form the superlative'),\n",
- " ('about',\n",
+ " ('almost',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('nearly',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('virtually',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('about',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but')]},\n",
" {'answer': 'much',\n",
" 'hint': 'synonyms for much',\n",
- " 'clues': [('practically',\n",
+ " 'clues': [('a good deal', 'to a very great degree or extent'),\n",
+ " ('practically',\n",
" '(degree adverb used before a noun phrase) for all practical purposes but not completely'),\n",
- " ('a good deal', 'to a very great degree or extent'),\n",
" ('a great deal', 'frequently or in great quantities'),\n",
+ " ('often', 'frequently or in great quantities'),\n",
" ('lots', 'to a very great degree or extent'),\n",
- " ('a lot', 'to a very great degree or extent'),\n",
" ('very much', 'to a very great degree or extent'),\n",
- " ('often', 'frequently or in great quantities')]},\n",
+ " ('a lot', 'to a very great degree or extent')]},\n",
" {'answer': 'near',\n",
" 'hint': 'synonyms for near',\n",
" 'clues': [('nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('almost',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('close', 'near in time or place or relationship'),\n",
" ('well-nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('most',\n",
+ " ('almost',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('nearly',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('virtually',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('about',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('close', 'near in time or place or relationship'),\n",
- " ('virtually',\n",
+ " ('most',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but')]},\n",
" {'answer': 'nigh',\n",
" 'hint': 'synonyms for nigh',\n",
- " 'clues': [('almost',\n",
+ " 'clues': [('well-nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('close', 'near in time or place or relationship'),\n",
" ('near', 'near in time or place or relationship'),\n",
- " ('well-nigh',\n",
+ " ('almost',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('most',\n",
+ " ('virtually',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('about',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('close', 'near in time or place or relationship'),\n",
- " ('virtually',\n",
+ " ('most',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but')]},\n",
" {'answer': 'on_the_button',\n",
" 'hint': 'synonyms for on the button',\n",
" 'clues': [('precisely', 'just as it should be'),\n",
- " ('on the nose', 'just as it should be'),\n",
" ('on the dot', 'just as it should be'),\n",
- " ('exactly', 'just as it should be')]},\n",
+ " ('exactly', 'just as it should be'),\n",
+ " ('on the nose', 'just as it should be')]},\n",
" {'answer': 'on_the_nose',\n",
" 'hint': 'synonyms for on the nose',\n",
- " 'clues': [('precisely', 'just as it should be'),\n",
+ " 'clues': [('on the button', 'just as it should be'),\n",
" ('on the dot', 'just as it should be'),\n",
" ('exactly', 'just as it should be'),\n",
- " ('on the button', 'just as it should be')]},\n",
+ " ('precisely', 'just as it should be')]},\n",
" {'answer': 'only',\n",
" 'hint': 'synonyms for only',\n",
- " 'clues': [('entirely', 'without any others being included or involved'),\n",
- " ('only when', 'never except when'),\n",
- " ('alone', 'without any others being included or involved'),\n",
- " ('merely', 'and nothing more'),\n",
- " ('solely', 'without any others being included or involved'),\n",
- " ('only if', 'never except when'),\n",
+ " 'clues': [('only if', 'never except when'),\n",
" ('exclusively', 'without any others being included or involved'),\n",
+ " ('just', 'and nothing more'),\n",
+ " ('solely', 'without any others being included or involved'),\n",
" ('simply', 'and nothing more'),\n",
+ " ('only when', 'never except when'),\n",
" ('but', 'and nothing more'),\n",
- " ('just', 'and nothing more')]},\n",
+ " ('merely', 'and nothing more'),\n",
+ " ('entirely', 'without any others being included or involved'),\n",
+ " ('alone', 'without any others being included or involved')]},\n",
" {'answer': 'plain',\n",
" 'hint': 'synonyms for plain',\n",
- " 'clues': [('evidently',\n",
- " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('manifestly',\n",
- " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('plainly',\n",
+ " 'clues': [('patently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('apparently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('obviously',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('patently',\n",
+ " ('manifestly',\n",
+ " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
+ " ('evidently',\n",
+ " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
+ " ('plainly',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\")]},\n",
" {'answer': 'pretty',\n",
" 'hint': 'synonyms for pretty',\n",
- " 'clues': [('somewhat', 'to a moderately sufficient extent or degree'),\n",
- " ('passably', 'to a moderately sufficient extent or degree'),\n",
- " ('middling', 'to a moderately sufficient extent or degree'),\n",
- " ('reasonably', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('passably', 'to a moderately sufficient extent or degree'),\n",
" ('moderately', 'to a moderately sufficient extent or degree'),\n",
+ " ('fairly', 'to a moderately sufficient extent or degree'),\n",
" ('jolly', 'to a moderately sufficient extent or degree'),\n",
- " ('fairly', 'to a moderately sufficient extent or degree')]},\n",
+ " ('middling', 'to a moderately sufficient extent or degree'),\n",
+ " ('somewhat', 'to a moderately sufficient extent or degree'),\n",
+ " ('reasonably', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'regardless',\n",
" 'hint': 'synonyms for regardless',\n",
- " 'clues': [('no matter',\n",
+ " 'clues': [('irrespective',\n",
" 'in spite of everything; without regard to drawbacks'),\n",
+ " ('disregarding', 'in spite of everything; without regard to drawbacks'),\n",
" ('disregardless', 'in spite of everything; without regard to drawbacks'),\n",
- " ('irrespective', 'in spite of everything; without regard to drawbacks'),\n",
- " ('disregarding', 'in spite of everything; without regard to drawbacks')]},\n",
+ " ('no matter', 'in spite of everything; without regard to drawbacks')]},\n",
" {'answer': 'right',\n",
" 'hint': 'synonyms for right',\n",
- " 'clues': [('decently', 'in the right manner'),\n",
- " ('correctly', 'in an accurate manner'),\n",
- " ('in good order', 'in the right manner'),\n",
- " ('aright', 'in an accurate manner'),\n",
+ " 'clues': [('decent', 'in the right manner'),\n",
" ('properly', 'in the right manner'),\n",
- " ('mightily', '(Southern regional intensive) very; to a great degree'),\n",
" ('justly', 'in accordance with moral or social standards'),\n",
- " ('powerful', '(Southern regional intensive) very; to a great degree'),\n",
- " ('right on', 'an interjection expressing agreement'),\n",
+ " ('aright', 'in an accurate manner'),\n",
+ " ('the right way', 'in the right manner'),\n",
+ " ('mightily', '(Southern regional intensive) very; to a great degree'),\n",
" ('flop', 'exactly'),\n",
- " ('the right way', 'in the right manner')]},\n",
+ " ('right on', 'an interjection expressing agreement'),\n",
+ " ('powerful', '(Southern regional intensive) very; to a great degree'),\n",
+ " ('correctly', 'in an accurate manner'),\n",
+ " ('in good order', 'in the right manner')]},\n",
" {'answer': 'scarce',\n",
" 'hint': 'synonyms for scarce',\n",
- " 'clues': [('hardly', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " 'clues': [('just', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
" ('barely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
" ('scarcely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
- " ('just', 'only a very short time before; ; ; ; ; - W.B.Yeats')]},\n",
+ " ('hardly', 'only a very short time before; ; ; ; ; - W.B.Yeats')]},\n",
" {'answer': 'short',\n",
" 'hint': 'synonyms for short',\n",
- " 'clues': [('dead', 'quickly and without warning'),\n",
- " ('unawares', 'at a disadvantage'),\n",
+ " 'clues': [('curtly', 'in a curt, abrupt and discourteous manner'),\n",
+ " ('shortly', 'in a curt, abrupt and discourteous manner'),\n",
" ('abruptly', 'quickly and without warning'),\n",
- " ('curtly', 'in a curt, abrupt and discourteous manner'),\n",
+ " ('unawares', 'at a disadvantage'),\n",
" ('suddenly', 'quickly and without warning'),\n",
- " ('shortly', 'in a curt, abrupt and discourteous manner')]},\n",
+ " ('dead', 'quickly and without warning')]},\n",
" {'answer': 'sideways',\n",
" 'hint': 'synonyms for sideways',\n",
" 'clues': [('sideway', 'toward one side'),\n",
- " ('sidewise', 'from the side; obliquely'),\n",
- " ('obliquely', 'to, toward or at one side'),\n",
- " ('sidelong', 'to, toward or at one side')]},\n",
+ " ('sidewise', 'with one side forward or to the front'),\n",
+ " ('sidelong', 'to, toward or at one side'),\n",
+ " ('obliquely', 'to, toward or at one side')]},\n",
" {'answer': 'slapdash',\n",
" 'hint': 'synonyms for slapdash',\n",
- " 'clues': [('bolt', 'directly'),\n",
- " ('slam-bang', 'in a careless or reckless manner'),\n",
+ " 'clues': [('smack', 'directly'),\n",
+ " ('bolt', 'directly'),\n",
" ('slap', 'directly'),\n",
- " ('smack', 'directly'),\n",
- " ('bang', 'directly')]},\n",
+ " ('bang', 'directly'),\n",
+ " ('slam-bang', 'in a careless or reckless manner')]},\n",
" {'answer': 'slow',\n",
" 'hint': 'synonyms for slow',\n",
- " 'clues': [('easy',\n",
- " \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
- " ('slowly',\n",
+ " 'clues': [('tardily',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
- " ('tardily',\n",
+ " ('easy',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
- " ('behind', 'of timepieces')]},\n",
+ " ('behind', 'of timepieces'),\n",
+ " ('slowly',\n",
+ " \"without speed (`slow' is sometimes used informally for `slowly')\")]},\n",
" {'answer': 'some',\n",
" 'hint': 'synonyms for some',\n",
" 'clues': [('roughly',\n",
" '(of quantities) imprecise but fairly close to correct'),\n",
- " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
" ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
" ('around', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('about', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
" ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
- " ('about', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'still',\n",
" 'hint': 'synonyms for still',\n",
- " 'clues': [('even so',\n",
+ " 'clues': [('stock-still', 'without moving or making a sound'),\n",
+ " ('even so',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('all the same',\n",
+ " ('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('stock-still', 'without moving or making a sound'),\n",
- " ('yet',\n",
+ " ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('withal',\n",
+ " ('even', 'to a greater degree or extent; used with comparisons'),\n",
+ " ('yet', 'to a greater degree or extent; used with comparisons'),\n",
+ " ('however',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('nonetheless',\n",
+ " ('withal',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('even', 'to a greater degree or extent; used with comparisons'),\n",
" ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('notwithstanding',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
+ " ('all the same',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'straightaway',\n",
" 'hint': 'synonyms for straightaway',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('straight off',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('right away', 'without delay or hesitation; with no time intervening'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('directly', 'without delay or hesitation; with no time intervening'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
- " ('immediately', 'without delay or hesitation; with no time intervening'),\n",
- " ('instantly', 'without delay or hesitation; with no time intervening')]},\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
+ " ('instantly', 'without delay or hesitation; with no time intervening'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('immediately',\n",
+ " 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'sure',\n",
" 'hint': 'synonyms for sure',\n",
- " 'clues': [('sure as shooting',\n",
+ " 'clues': [('sure enough',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('certainly',\n",
+ " ('surely',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for certain',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure enough',\n",
+ " ('sure as shooting',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('surely',\n",
+ " ('certainly',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\")]},\n",
" {'answer': 'sure_as_shooting',\n",
" 'hint': 'synonyms for sure as shooting',\n",
" 'clues': [('sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('for sure',\n",
+ " ('sure enough',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('certainly',\n",
+ " ('for sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for certain',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure enough',\n",
+ " ('certainly',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\")]},\n",
" {'answer': 'topsy-turvy',\n",
" 'hint': 'synonyms for topsy-turvy',\n",
- " 'clues': [('heels over head', 'in disorderly haste'),\n",
+ " 'clues': [('head over heels', 'in disorderly haste'),\n",
+ " ('heels over head', 'in disorderly haste'),\n",
+ " ('higgledy-piggledy', 'in a disordered manner'),\n",
" ('topsy-turvily', 'in disorderly haste'),\n",
- " ('in great confusion', 'in disorderly haste'),\n",
- " ('head over heels', 'in disorderly haste'),\n",
- " ('higgledy-piggledy', 'in a disordered manner')]},\n",
+ " ('in great confusion', 'in disorderly haste')]},\n",
" {'answer': 'well',\n",
" 'hint': 'synonyms for well',\n",
" 'clues': [('considerably', 'to a great extent or degree'),\n",
- " ('easily', 'indicating high probability; in all likelihood'),\n",
- " ('advantageously', 'in a manner affording benefit or advantage'),\n",
- " ('substantially', 'to a great extent or degree'),\n",
" ('comfortably', 'in financial comfort'),\n",
- " ('intimately', 'with great or especially intimate knowledge'),\n",
+ " ('advantageously', 'in a manner affording benefit or advantage'),\n",
+ " ('easily', 'indicating high probability; in all likelihood'),\n",
" ('good',\n",
- " \"(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')\")]},\n",
+ " \"(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')\"),\n",
+ " ('substantially', 'to a great extent or degree'),\n",
+ " ('intimately', 'with great or especially intimate knowledge')]},\n",
" {'answer': 'whole',\n",
" 'hint': 'synonyms for whole',\n",
- " 'clues': [('entirely',\n",
+ " 'clues': [('totally',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('completely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('altogether',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('all',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('completely',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('totally',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('wholly',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('entirely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\")]},\n",
" {'answer': 'wondrous',\n",
" 'hint': 'synonyms for wondrous',\n",
- " 'clues': [('wonderfully', '(used as an intensifier) extremely well'),\n",
- " ('terrifically', '(used as an intensifier) extremely well'),\n",
- " ('marvelously', '(used as an intensifier) extremely well'),\n",
- " ('wondrously', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('marvelously', '(used as an intensifier) extremely well'),\n",
" ('toppingly', '(used as an intensifier) extremely well'),\n",
- " ('superbly', '(used as an intensifier) extremely well')]},\n",
+ " ('superbly', '(used as an intensifier) extremely well'),\n",
+ " ('wondrously', '(used as an intensifier) extremely well'),\n",
+ " ('wonderfully', '(used as an intensifier) extremely well'),\n",
+ " ('terrifically', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'a_good_deal',\n",
" 'hint': 'synonyms for a good deal',\n",
" 'clues': [('much', 'to a very great degree or extent'),\n",
" ('lots', 'to a very great degree or extent'),\n",
- " ('a lot', 'to a very great degree or extent'),\n",
" ('very much', 'to a very great degree or extent'),\n",
+ " ('a lot', 'to a very great degree or extent'),\n",
" ('a great deal', 'to a very great degree or extent')]},\n",
" {'answer': 'a_great_deal',\n",
" 'hint': 'synonyms for a great deal',\n",
- " 'clues': [('much', 'to a very great degree or extent'),\n",
- " ('a good deal', 'to a very great degree or extent'),\n",
+ " 'clues': [('a good deal', 'to a very great degree or extent'),\n",
+ " ('much', 'to a very great degree or extent'),\n",
+ " ('often', 'frequently or in great quantities'),\n",
" ('lots', 'to a very great degree or extent'),\n",
- " ('a lot', 'to a very great degree or extent'),\n",
" ('very much', 'to a very great degree or extent'),\n",
- " ('often', 'frequently or in great quantities')]},\n",
+ " ('a lot', 'to a very great degree or extent')]},\n",
" {'answer': 'a_lot',\n",
" 'hint': 'synonyms for a lot',\n",
- " 'clues': [('much', 'to a very great degree or extent'),\n",
- " ('a good deal', 'to a very great degree or extent'),\n",
+ " 'clues': [('a good deal', 'to a very great degree or extent'),\n",
+ " ('much', 'to a very great degree or extent'),\n",
" ('lots', 'to a very great degree or extent'),\n",
" ('very much', 'to a very great degree or extent'),\n",
" ('a great deal', 'to a very great degree or extent')]},\n",
" {'answer': 'abominably',\n",
" 'hint': 'synonyms for abominably',\n",
- " 'clues': [('detestably', 'in an offensive and hateful manner'),\n",
- " ('awfully', 'in a terrible manner'),\n",
- " ('abysmally', 'in a terrible manner'),\n",
- " ('atrociously', 'in a terrible manner'),\n",
+ " 'clues': [('abysmally', 'in a terrible manner'),\n",
" ('odiously', 'in an offensive and hateful manner'),\n",
- " ('repulsively', 'in an offensive and hateful manner'),\n",
+ " ('terribly', 'in a terrible manner'),\n",
" ('rottenly', 'in a terrible manner'),\n",
- " ('terribly', 'in a terrible manner')]},\n",
+ " ('repulsively', 'in an offensive and hateful manner'),\n",
+ " ('awfully', 'in a terrible manner'),\n",
+ " ('detestably', 'in an offensive and hateful manner'),\n",
+ " ('atrociously', 'in a terrible manner')]},\n",
" {'answer': 'abysmally',\n",
" 'hint': 'synonyms for abysmally',\n",
- " 'clues': [('abominably', 'in a terrible manner'),\n",
- " ('rottenly', 'in a terrible manner'),\n",
- " ('terribly', 'in a terrible manner'),\n",
+ " 'clues': [('terribly', 'in a terrible manner'),\n",
" ('awfully', 'in a terrible manner'),\n",
+ " ('abominably', 'in a terrible manner'),\n",
+ " ('rottenly', 'in a terrible manner'),\n",
" ('atrociously', 'in a terrible manner')]},\n",
" {'answer': 'accidentally',\n",
" 'hint': 'synonyms for accidentally',\n",
- " 'clues': [('circumstantially', 'without advance planning'),\n",
+ " 'clues': [('unintentionally',\n",
+ " 'without intention; in an unintentional manner'),\n",
" ('by chance', 'without advance planning'),\n",
+ " ('circumstantially', 'without advance planning'),\n",
" ('incidentally', 'of a minor or subordinate nature'),\n",
- " ('unexpectedly', 'without advance planning'),\n",
- " ('unintentionally', 'without intention; in an unintentional manner')]},\n",
+ " ('unexpectedly', 'without advance planning')]},\n",
" {'answer': 'acutely',\n",
" 'hint': 'synonyms for acutely',\n",
- " 'clues': [('astutely', 'in a shrewd manner'),\n",
- " ('sapiently', 'in a shrewd manner'),\n",
- " ('sharp', 'changing suddenly in direction and degree'),\n",
+ " 'clues': [('sharply', 'changing suddenly in direction and degree'),\n",
+ " ('shrewdly', 'in a shrewd manner'),\n",
+ " ('astutely', 'in a shrewd manner'),\n",
" ('sagaciously', 'in a shrewd manner'),\n",
- " ('shrewdly', 'in a shrewd manner')]},\n",
+ " ('sapiently', 'in a shrewd manner')]},\n",
" {'answer': 'advisedly',\n",
" 'hint': 'synonyms for advisedly',\n",
- " 'clues': [('purposely', 'with intention; in an intentional manner'),\n",
- " ('intentionally', 'with intention; in an intentional manner'),\n",
- " ('on purpose', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('on purpose', 'with intention; in an intentional manner'),\n",
" ('by choice', 'with intention; in an intentional manner'),\n",
- " ('deliberately', 'with intention; in an intentional manner'),\n",
+ " ('intentionally', 'with intention; in an intentional manner'),\n",
+ " ('purposely', 'with intention; in an intentional manner'),\n",
" ('designedly', 'with intention; in an intentional manner'),\n",
- " ('by design', 'with intention; in an intentional manner')]},\n",
+ " ('by design', 'with intention; in an intentional manner'),\n",
+ " ('deliberately', 'with intention; in an intentional manner')]},\n",
" {'answer': 'afterward',\n",
" 'hint': 'synonyms for afterward',\n",
- " 'clues': [('later', 'happening at a time subsequent to a reference time'),\n",
+ " 'clues': [('afterwards',\n",
+ " 'happening at a time subsequent to a reference time'),\n",
" ('later on', 'happening at a time subsequent to a reference time'),\n",
+ " ('later', 'happening at a time subsequent to a reference time'),\n",
" ('subsequently', 'happening at a time subsequent to a reference time'),\n",
- " ('after', 'happening at a time subsequent to a reference time'),\n",
- " ('afterwards', 'happening at a time subsequent to a reference time')]},\n",
+ " ('after', 'happening at a time subsequent to a reference time')]},\n",
" {'answer': 'afterwards',\n",
" 'hint': 'synonyms for afterwards',\n",
- " 'clues': [('afterward',\n",
+ " 'clues': [('later on',\n",
" 'happening at a time subsequent to a reference time'),\n",
- " ('later on', 'happening at a time subsequent to a reference time'),\n",
+ " ('later', 'happening at a time subsequent to a reference time'),\n",
+ " ('afterward', 'happening at a time subsequent to a reference time'),\n",
" ('subsequently', 'happening at a time subsequent to a reference time'),\n",
- " ('after', 'happening at a time subsequent to a reference time'),\n",
- " ('later', 'happening at a time subsequent to a reference time')]},\n",
+ " ('after', 'happening at a time subsequent to a reference time')]},\n",
" {'answer': 'again_and_again',\n",
" 'hint': 'synonyms for again and again',\n",
- " 'clues': [('time and again', 'repeatedly'),\n",
- " ('over and over again', 'repeatedly'),\n",
+ " 'clues': [('time and time again', 'repeatedly'),\n",
+ " ('time and again', 'repeatedly'),\n",
" ('over and over', 'repeatedly'),\n",
- " ('time and time again', 'repeatedly')]},\n",
+ " ('over and over again', 'repeatedly')]},\n",
" {'answer': 'all_the_same',\n",
" 'hint': 'synonyms for all the same',\n",
" 'clues': [('even so',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('yet',\n",
+ " ('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('withal',\n",
+ " ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('nonetheless',\n",
+ " ('however',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('nevertheless',\n",
+ " ('withal',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('notwithstanding',\n",
+ " ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('still',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
+ " ('yet',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'almost',\n",
" 'hint': 'synonyms for almost',\n",
- " 'clues': [('nearly',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('nigh',\n",
+ " 'clues': [('nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('well-nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('most',\n",
+ " ('nearly',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('virtually',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('about',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('virtually',\n",
+ " ('most',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but')]},\n",
" {'answer': 'also',\n",
" 'hint': 'synonyms for also',\n",
- " 'clues': [('too', 'in addition'),\n",
- " ('as well', 'in addition'),\n",
- " ('likewise', 'in addition'),\n",
- " ('besides', 'in addition')]},\n",
+ " 'clues': [('likewise', 'in addition'),\n",
+ " ('too', 'in addition'),\n",
+ " ('besides', 'in addition'),\n",
+ " ('as well', 'in addition')]},\n",
" {'answer': 'altogether',\n",
" 'hint': 'synonyms for altogether',\n",
- " 'clues': [('entirely',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('all',\n",
+ " 'clues': [('all in all',\n",
+ " 'with everything considered (and neglecting details)'),\n",
+ " ('in all', 'with everything included or counted'),\n",
+ " ('completely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('tout ensemble', 'with everything considered (and neglecting details)'),\n",
- " ('all told', 'with everything included or counted'),\n",
- " ('on the whole', 'with everything considered (and neglecting details)'),\n",
" ('whole',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('all in all', 'with everything considered (and neglecting details)'),\n",
- " ('in all', 'with everything included or counted'),\n",
- " ('completely',\n",
+ " ('wholly',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('entirely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('totally',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('wholly',\n",
+ " ('all told', 'with everything included or counted'),\n",
+ " ('tout ensemble', 'with everything considered (and neglecting details)'),\n",
+ " ('on the whole', 'with everything considered (and neglecting details)'),\n",
+ " ('all',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\")]},\n",
" {'answer': 'always',\n",
" 'hint': 'synonyms for always',\n",
- " 'clues': [('invariably', 'without variation or change, in every case'),\n",
+ " 'clues': [('perpetually', 'without interruption'),\n",
" ('ever', 'at all times; all the time and on every occasion'),\n",
- " (\"e'er\", 'at all times; all the time and on every occasion'),\n",
- " ('incessantly', 'without interruption'),\n",
+ " ('invariably', 'without variation or change, in every case'),\n",
+ " ('constantly', 'without variation or change, in every case'),\n",
" ('forever', 'without interruption'),\n",
- " ('perpetually', 'without interruption'),\n",
- " ('constantly', 'without interruption')]},\n",
+ " ('incessantly', 'without interruption'),\n",
+ " (\"e'er\", 'at all times; all the time and on every occasion')]},\n",
" {'answer': 'annually',\n",
" 'hint': 'synonyms for annually',\n",
- " 'clues': [('per annum',\n",
- " 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('p.a.',\n",
- " 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
+ " 'clues': [('every year', 'without missing a year'),\n",
" ('each year',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('per year',\n",
+ " ('per annum',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
" ('yearly', 'without missing a year'),\n",
- " ('every year', 'without missing a year')]},\n",
+ " ('per year',\n",
+ " 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
+ " ('p.a.',\n",
+ " 'by the year; every year (usually with reference to a sum of money paid or received)')]},\n",
" {'answer': 'anyhow',\n",
" 'hint': 'synonyms for anyhow',\n",
- " 'clues': [('anyway', 'in any way whatsoever'),\n",
- " ('at any rate',\n",
+ " 'clues': [('anyways',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('in any event',\n",
+ " ('at any rate',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('in any case',\n",
+ " 'used to indicate that a statement explains or supports a previous statement'),\n",
+ " ('in any event',\n",
" 'used to indicate that a statement explains or supports a previous statement')]},\n",
" {'answer': 'anyway',\n",
" 'hint': 'synonyms for anyway',\n",
- " 'clues': [('anyhow',\n",
+ " 'clues': [('anyways',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('at any rate',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('in any event',\n",
+ " ('anyhow',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('in any case',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('anyways',\n",
+ " ('in any event',\n",
" 'used to indicate that a statement explains or supports a previous statement')]},\n",
" {'answer': 'anyways',\n",
" 'hint': 'synonyms for anyways',\n",
- " 'clues': [('anyway',\n",
+ " 'clues': [('at any rate',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('at any rate',\n",
+ " ('anyway',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('in any event',\n",
+ " ('anyhow',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('in any case',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('anyhow',\n",
+ " ('in any event',\n",
" 'used to indicate that a statement explains or supports a previous statement')]},\n",
" {'answer': 'apace',\n",
" 'hint': 'synonyms for apace',\n",
- " 'clues': [('quickly', 'with rapid movements'),\n",
+ " 'clues': [('chop-chop', 'with rapid movements'),\n",
" ('speedily', 'with rapid movements'),\n",
" ('rapidly', 'with rapid movements'),\n",
- " ('chop-chop', 'with rapid movements')]},\n",
+ " ('quickly', 'with rapid movements')]},\n",
" {'answer': 'apparently',\n",
" 'hint': 'synonyms for apparently',\n",
- " 'clues': [('manifestly',\n",
+ " 'clues': [('obviously',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
+ " ('on the face of it', 'from appearances alone; ; ; -Thomas Hardy'),\n",
+ " ('seemingly', 'from appearances alone; ; ; -Thomas Hardy'),\n",
" ('plainly',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('patently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('seemingly', 'from appearances alone; ; ; -Thomas Hardy'),\n",
- " ('evidently',\n",
- " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('ostensibly', 'from appearances alone; ; ; -Thomas Hardy'),\n",
- " ('obviously',\n",
+ " ('manifestly',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('on the face of it', 'from appearances alone; ; ; -Thomas Hardy')]},\n",
+ " ('evidently',\n",
+ " \"unmistakably (`plain' is often used informally for `plainly')\")]},\n",
" {'answer': 'approximately',\n",
" 'hint': 'synonyms for approximately',\n",
" 'clues': [('roughly',\n",
" '(of quantities) imprecise but fairly close to correct'),\n",
- " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
" ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
" ('around', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
" ('about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'arbitrarily',\n",
" 'hint': 'synonyms for arbitrarily',\n",
" 'clues': [('at random', 'in a random manner'),\n",
- " ('every which way', 'in a random manner'),\n",
- " ('indiscriminately', 'in a random manner'),\n",
" ('willy-nilly', 'in a random manner'),\n",
" ('randomly', 'in a random manner'),\n",
+ " ('every which way', 'in a random manner'),\n",
+ " ('indiscriminately', 'in a random manner'),\n",
" ('haphazardly', 'in a random manner')]},\n",
" {'answer': 'around',\n",
" 'hint': 'synonyms for around',\n",
- " 'clues': [('roughly',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
- " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
+ " 'clues': [('about', 'all around or on all sides'),\n",
+ " ('roughly', '(of quantities) imprecise but fairly close to correct'),\n",
" ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('about', 'all around or on all sides'),\n",
+ " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
" ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
" ('round', 'from beginning to end; throughout'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('approximately',\n",
+ " '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'artfully',\n",
" 'hint': 'synonyms for artfully',\n",
- " 'clues': [('foxily', 'in an artful manner'),\n",
- " ('disingenuously', 'in a disingenuous manner'),\n",
- " ('craftily', 'in an artful manner'),\n",
- " ('knavishly', 'in an artful manner'),\n",
+ " 'clues': [('disingenuously', 'in a disingenuous manner'),\n",
+ " ('trickily', 'in an artful manner'),\n",
+ " ('foxily', 'in an artful manner'),\n",
" ('slyly', 'in an artful manner'),\n",
" ('cunningly', 'in an artful manner'),\n",
- " ('trickily', 'in an artful manner')]},\n",
+ " ('craftily', 'in an artful manner'),\n",
+ " ('knavishly', 'in an artful manner')]},\n",
" {'answer': 'as_well',\n",
" 'hint': 'synonyms for as well',\n",
- " 'clues': [('too', 'in addition'),\n",
- " ('likewise', 'in addition'),\n",
- " ('also', 'in addition'),\n",
- " ('besides', 'in addition')]},\n",
+ " 'clues': [('likewise', 'in addition'),\n",
+ " ('too', 'in addition'),\n",
+ " ('besides', 'in addition'),\n",
+ " ('also', 'in addition')]},\n",
" {'answer': 'as_yet',\n",
" 'hint': 'synonyms for as yet',\n",
- " 'clues': [('thus far',\n",
+ " 'clues': [('yet',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('hitherto',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('until now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('til now',\n",
+ " ('thus far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('so far',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('hitherto',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
" {'answer': 'astutely',\n",
" 'hint': 'synonyms for astutely',\n",
- " 'clues': [('acutely', 'in a shrewd manner'),\n",
- " ('sagaciously', 'in a shrewd manner'),\n",
+ " 'clues': [('shrewdly', 'in a shrewd manner'),\n",
" ('sapiently', 'in a shrewd manner'),\n",
- " ('shrewdly', 'in a shrewd manner')]},\n",
+ " ('sagaciously', 'in a shrewd manner'),\n",
+ " ('acutely', 'in a shrewd manner')]},\n",
" {'answer': 'at_any_rate',\n",
" 'hint': 'synonyms for at any rate',\n",
" 'clues': [('anyways',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('in any event',\n",
+ " ('leastwise',\n",
+ " \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\"),\n",
+ " ('anyhow',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('in any case',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
+ " ('in any event',\n",
+ " 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('leastways',\n",
" \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\"),\n",
- " ('anyhow',\n",
- " 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('at least',\n",
- " \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\"),\n",
- " ('leastwise',\n",
" \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\")]},\n",
" {'answer': 'at_bottom',\n",
" 'hint': 'synonyms for at bottom',\n",
" 'clues': [('at heart', 'in reality'),\n",
- " ('deep down', 'in reality'),\n",
+ " ('in spite of appearance', 'in reality'),\n",
" ('inside', 'in reality'),\n",
- " ('in spite of appearance', 'in reality')]},\n",
+ " ('deep down', 'in reality')]},\n",
" {'answer': 'at_heart',\n",
" 'hint': 'synonyms for at heart',\n",
" 'clues': [('deep down', 'in reality'),\n",
+ " ('in spite of appearance', 'in reality'),\n",
" ('inside', 'in reality'),\n",
- " ('at bottom', 'in reality'),\n",
- " ('in spite of appearance', 'in reality')]},\n",
+ " ('at bottom', 'in reality')]},\n",
" {'answer': 'at_last',\n",
" 'hint': 'synonyms for at last',\n",
- " 'clues': [('finally', 'as the end result of a succession or process'),\n",
- " ('at long last', 'as the end result of a succession or process'),\n",
- " ('ultimately', 'as the end result of a succession or process'),\n",
- " ('in the end', 'as the end result of a succession or process')]},\n",
+ " 'clues': [('at long last', 'as the end result of a succession or process'),\n",
+ " ('finally', 'as the end result of a succession or process'),\n",
+ " ('in the end', 'as the end result of a succession or process'),\n",
+ " ('ultimately', 'as the end result of a succession or process')]},\n",
" {'answer': 'at_least',\n",
" 'hint': 'synonyms for at least',\n",
- " 'clues': [('at the least', 'not less than'),\n",
- " ('leastways',\n",
- " \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\"),\n",
- " ('leastwise',\n",
+ " 'clues': [('leastwise',\n",
" \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\"),\n",
" ('at any rate',\n",
+ " \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\"),\n",
+ " ('at the least', 'not less than'),\n",
+ " ('leastways',\n",
" \"if nothing else (`leastwise' is informal and `leastways' is colloquial)\")]},\n",
" {'answer': 'at_long_last',\n",
" 'hint': 'synonyms for at long last',\n",
- " 'clues': [('at last', 'as the end result of a succession or process'),\n",
+ " 'clues': [('in the end', 'as the end result of a succession or process'),\n",
+ " ('at last', 'as the end result of a succession or process'),\n",
" ('finally', 'as the end result of a succession or process'),\n",
- " ('ultimately', 'as the end result of a succession or process'),\n",
- " ('in the end', 'as the end result of a succession or process')]},\n",
+ " ('ultimately', 'as the end result of a succession or process')]},\n",
" {'answer': 'at_once',\n",
" 'hint': 'synonyms for at once',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('straight off',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('right away', 'without delay or hesitation; with no time intervening'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('at a time', 'simultaneously'),\n",
" ('directly', 'without delay or hesitation; with no time intervening'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
- " ('at one time', 'simultaneously'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
- " ('immediately', 'without delay or hesitation; with no time intervening'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('at one time', 'simultaneously'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('immediately',\n",
" 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'at_one_time',\n",
" 'hint': 'synonyms for at one time',\n",
- " 'clues': [('erstwhile', 'at a previous time'),\n",
- " ('erst', 'at a previous time'),\n",
- " ('at a time', 'simultaneously'),\n",
+ " 'clues': [('erst', 'at a previous time'),\n",
+ " ('at once', 'simultaneously'),\n",
" ('formerly', 'at a previous time'),\n",
- " ('once', 'at a previous time'),\n",
- " ('at once', 'simultaneously')]},\n",
+ " ('at a time', 'simultaneously'),\n",
+ " ('erstwhile', 'at a previous time'),\n",
+ " ('once', 'at a previous time')]},\n",
" {'answer': 'at_random',\n",
" 'hint': 'synonyms for at random',\n",
- " 'clues': [('every which way', 'in a random manner'),\n",
- " ('indiscriminately', 'in a random manner'),\n",
- " ('arbitrarily', 'in a random manner'),\n",
- " ('willy-nilly', 'in a random manner'),\n",
+ " 'clues': [('willy-nilly', 'in a random manner'),\n",
" ('randomly', 'in a random manner'),\n",
+ " ('every which way', 'in a random manner'),\n",
+ " ('arbitrarily', 'in a random manner'),\n",
+ " ('indiscriminately', 'in a random manner'),\n",
" ('haphazardly', 'in a random manner')]},\n",
" {'answer': 'at_times',\n",
" 'hint': 'synonyms for at times',\n",
- " 'clues': [('occasionally', 'now and then or here and there'),\n",
- " ('on occasion', 'now and then or here and there'),\n",
- " ('now and then', 'now and then or here and there'),\n",
- " ('once in a while', 'now and then or here and there'),\n",
+ " 'clues': [('once in a while', 'now and then or here and there'),\n",
+ " ('occasionally', 'now and then or here and there'),\n",
" ('now and again', 'now and then or here and there'),\n",
- " ('from time to time', 'now and then or here and there')]},\n",
+ " ('on occasion', 'now and then or here and there'),\n",
+ " ('from time to time', 'now and then or here and there'),\n",
+ " ('now and then', 'now and then or here and there')]},\n",
" {'answer': 'atrociously',\n",
" 'hint': 'synonyms for atrociously',\n",
- " 'clues': [('outrageously', 'to an extravagant or immoderate degree'),\n",
- " ('abominably', 'in a terrible manner'),\n",
+ " 'clues': [('abysmally', 'in a terrible manner'),\n",
+ " ('terribly', 'in a terrible manner'),\n",
" ('awfully', 'in a terrible manner'),\n",
+ " ('abominably', 'in a terrible manner'),\n",
" ('rottenly', 'in a terrible manner'),\n",
- " ('terribly', 'in a terrible manner'),\n",
- " ('abysmally', 'in a terrible manner')]},\n",
+ " ('outrageously', 'to an extravagant or immoderate degree')]},\n",
" {'answer': 'avowedly',\n",
" 'hint': 'synonyms for avowedly',\n",
" 'clues': [('admittedly', 'as acknowledged'),\n",
" ('professedly', 'by open declaration'),\n",
- " ('confessedly', 'as acknowledged'),\n",
- " ('true', 'as acknowledged')]},\n",
+ " ('true', 'as acknowledged'),\n",
+ " ('confessedly', 'as acknowledged')]},\n",
" {'answer': 'awfully',\n",
" 'hint': 'synonyms for awfully',\n",
- " 'clues': [('horribly', 'of a dreadful kind'),\n",
- " ('awful', 'used as intensifiers'),\n",
- " ('abysmally', 'in a terrible manner'),\n",
- " ('atrociously', 'in a terrible manner'),\n",
+ " 'clues': [('abysmally', 'in a terrible manner'),\n",
+ " ('terribly', 'in a terrible manner'),\n",
" ('dreadfully', 'of a dreadful kind'),\n",
+ " ('rottenly', 'in a terrible manner'),\n",
+ " ('awful', 'used as intensifiers'),\n",
+ " ('horribly', 'of a dreadful kind'),\n",
" ('abominably', 'in a terrible manner'),\n",
" ('frightfully', 'used as intensifiers'),\n",
- " ('terribly', 'used as intensifiers'),\n",
- " ('rottenly', 'in a terrible manner')]},\n",
+ " ('atrociously', 'in a terrible manner')]},\n",
" {'answer': 'badly',\n",
" 'hint': 'synonyms for badly',\n",
- " 'clues': [('disadvantageously',\n",
- " \"in a disadvantageous way; to someone's disadvantage\"),\n",
+ " 'clues': [('severely', 'to a severe or serious degree'),\n",
+ " ('ill', 'unfavorably or with disapproval'),\n",
+ " ('bad', 'very much; strongly'),\n",
" ('gravely', 'to a severe or serious degree'),\n",
+ " ('seriously', 'to a severe or serious degree'),\n",
" ('naughtily', 'in a disobedient or naughty way'),\n",
- " ('ill',\n",
- " \"(`ill' is often used as a combining form) in a poor or improper or unsatisfactory manner; not well\"),\n",
- " ('severely', 'to a severe or serious degree'),\n",
" ('mischievously', 'in a disobedient or naughty way'),\n",
- " ('bad', 'very much; strongly'),\n",
+ " ('disadvantageously',\n",
+ " \"in a disadvantageous way; to someone's disadvantage\"),\n",
" ('poorly',\n",
- " \"(`ill' is often used as a combining form) in a poor or improper or unsatisfactory manner; not well\"),\n",
- " ('seriously', 'to a severe or serious degree')]},\n",
+ " \"(`ill' is often used as a combining form) in a poor or improper or unsatisfactory manner; not well\")]},\n",
" {'answer': 'balmily',\n",
" 'hint': 'synonyms for balmily',\n",
- " 'clues': [('wackily', 'in a mildly insane manner'),\n",
+ " 'clues': [('daftly', 'in a mildly insane manner'),\n",
+ " ('nuttily', 'in a mildly insane manner'),\n",
" ('dottily', 'in a mildly insane manner'),\n",
- " ('daftly', 'in a mildly insane manner'),\n",
- " ('nuttily', 'in a mildly insane manner')]},\n",
+ " ('wackily', 'in a mildly insane manner')]},\n",
" {'answer': 'bang',\n",
" 'hint': 'synonyms for bang',\n",
- " 'clues': [('slapdash', 'directly'),\n",
- " ('smack', 'directly'),\n",
- " ('bolt', 'directly'),\n",
- " ('slap', 'directly')]},\n",
+ " 'clues': [('smack', 'directly'),\n",
+ " ('slap', 'directly'),\n",
+ " ('slapdash', 'directly'),\n",
+ " ('bolt', 'directly')]},\n",
" {'answer': 'barely',\n",
" 'hint': 'synonyms for barely',\n",
- " 'clues': [('hardly', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
- " ('just', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
- " ('scarcely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
- " ('scantily', 'in a sparse or scanty way')]},\n",
+ " 'clues': [('scarcely',\n",
+ " 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " ('hardly', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " ('scantily', 'in a sparse or scanty way'),\n",
+ " ('just', 'only a very short time before; ; ; ; ; - W.B.Yeats')]},\n",
" {'answer': 'befittingly',\n",
" 'hint': 'synonyms for befittingly',\n",
" 'clues': [('fittingly', 'in an appropriate manner'),\n",
- " ('appropriately', 'in an appropriate manner'),\n",
" ('suitably', 'in an appropriate manner'),\n",
- " ('fitly', 'in an appropriate manner')]},\n",
+ " ('fitly', 'in an appropriate manner'),\n",
+ " ('appropriately', 'in an appropriate manner')]},\n",
" {'answer': 'belike',\n",
" 'hint': 'synonyms for belike',\n",
- " 'clues': [('in all probability',\n",
- " 'with considerable certainty; without much doubt'),\n",
+ " 'clues': [('likely', 'with considerable certainty; without much doubt'),\n",
+ " ('in all probability', 'with considerable certainty; without much doubt'),\n",
" ('probably', 'with considerable certainty; without much doubt'),\n",
- " ('in all likelihood', 'with considerable certainty; without much doubt'),\n",
- " ('likely', 'with considerable certainty; without much doubt')]},\n",
+ " ('in all likelihood',\n",
+ " 'with considerable certainty; without much doubt')]},\n",
" {'answer': 'below',\n",
" 'hint': 'synonyms for below',\n",
- " 'clues': [('infra', '(in writing) see below'),\n",
- " ('down the stairs', 'on a floor below'),\n",
+ " 'clues': [('down the stairs', 'on a floor below'),\n",
+ " ('at a lower place', 'in or to a place that is lower'),\n",
+ " ('under', 'further down'),\n",
" ('downstairs', 'on a floor below'),\n",
- " ('on a lower floor', 'on a floor below'),\n",
" ('beneath', 'in or to a place that is lower'),\n",
- " ('at a lower place', 'in or to a place that is lower'),\n",
- " ('under', 'further down')]},\n",
+ " ('infra', '(in writing) see below'),\n",
+ " ('on a lower floor', 'on a floor below')]},\n",
" {'answer': 'beseechingly',\n",
" 'hint': 'synonyms for beseechingly',\n",
- " 'clues': [('importunately', 'in a beseeching manner'),\n",
- " ('pleadingly', 'in a beseeching manner'),\n",
- " ('entreatingly', 'in a beseeching manner'),\n",
- " ('imploringly', 'in a beseeching manner')]},\n",
+ " 'clues': [('pleadingly', 'in a beseeching manner'),\n",
+ " ('imploringly', 'in a beseeching manner'),\n",
+ " ('importunately', 'in a beseeching manner'),\n",
+ " ('entreatingly', 'in a beseeching manner')]},\n",
" {'answer': 'besides',\n",
" 'hint': 'synonyms for besides',\n",
- " 'clues': [('in any case', 'making an additional point; anyway'),\n",
+ " 'clues': [('likewise', 'in addition'),\n",
+ " ('in any case', 'making an additional point; anyway'),\n",
" ('too', 'in addition'),\n",
- " ('as well', 'in addition'),\n",
" ('also', 'in addition'),\n",
- " ('likewise', 'in addition')]},\n",
+ " ('as well', 'in addition')]},\n",
" {'answer': 'bit_by_bit',\n",
" 'hint': 'synonyms for bit by bit',\n",
- " 'clues': [('gradually', 'in a gradual manner'),\n",
+ " 'clues': [('step by step', 'in a gradual manner'),\n",
+ " ('gradually', 'in a gradual manner'),\n",
" ('in stages', 'a little bit at a time'),\n",
- " ('little by little', 'a little bit at a time'),\n",
" ('piecemeal', 'a little bit at a time'),\n",
- " ('step by step', 'in a gradual manner')]},\n",
+ " ('little by little', 'a little bit at a time')]},\n",
" {'answer': 'blithely',\n",
" 'hint': 'synonyms for blithely',\n",
- " 'clues': [('merrily', 'in a joyous manner'),\n",
- " ('happily', 'in a joyous manner'),\n",
- " ('mirthfully', 'in a joyous manner'),\n",
+ " 'clues': [('gayly', 'in a joyous manner'),\n",
" ('jubilantly', 'in a joyous manner'),\n",
- " ('gayly', 'in a joyous manner')]},\n",
+ " ('merrily', 'in a joyous manner'),\n",
+ " ('mirthfully', 'in a joyous manner'),\n",
+ " ('happily', 'in a joyous manner')]},\n",
" {'answer': 'bluffly',\n",
" 'hint': 'synonyms for bluffly',\n",
" 'clues': [('roundly', 'in a blunt direct manner'),\n",
@@ -21314,23 +21342,23 @@
" {'answer': 'bluntly',\n",
" 'hint': 'synonyms for bluntly',\n",
" 'clues': [('roundly', 'in a blunt direct manner'),\n",
+ " ('brusquely', 'in a blunt direct manner'),\n",
" ('bluffly', 'in a blunt direct manner'),\n",
- " ('flat out', 'in a blunt direct manner'),\n",
- " ('brusquely', 'in a blunt direct manner')]},\n",
+ " ('flat out', 'in a blunt direct manner')]},\n",
" {'answer': 'bolt',\n",
" 'hint': 'synonyms for bolt',\n",
- " 'clues': [('rigidly', 'in a rigid manner'),\n",
- " ('slapdash', 'directly'),\n",
- " ('slap', 'directly'),\n",
+ " 'clues': [('smack', 'directly'),\n",
" ('stiffly', 'in a rigid manner'),\n",
- " ('smack', 'directly'),\n",
+ " ('rigidly', 'in a rigid manner'),\n",
+ " ('slap', 'directly'),\n",
+ " ('slapdash', 'directly'),\n",
" ('bang', 'directly')]},\n",
" {'answer': 'briefly',\n",
" 'hint': 'synonyms for briefly',\n",
- " 'clues': [('in short', 'in a concise manner; in a few words'),\n",
+ " 'clues': [('shortly', 'in a concise manner; in a few words'),\n",
" ('concisely', 'in a concise manner; in a few words'),\n",
- " ('in brief', 'in a concise manner; in a few words'),\n",
- " ('shortly', 'in a concise manner; in a few words')]},\n",
+ " ('in short', 'in a concise manner; in a few words'),\n",
+ " ('in brief', 'in a concise manner; in a few words')]},\n",
" {'answer': 'brusquely',\n",
" 'hint': 'synonyms for brusquely',\n",
" 'clues': [('roundly', 'in a blunt direct manner'),\n",
@@ -21339,80 +21367,80 @@
" ('bluntly', 'in a blunt direct manner')]},\n",
" {'answer': 'but',\n",
" 'hint': 'synonyms for but',\n",
- " 'clues': [('simply', 'and nothing more'),\n",
- " ('merely', 'and nothing more'),\n",
+ " 'clues': [('just', 'and nothing more'),\n",
" ('only', 'and nothing more'),\n",
- " ('just', 'and nothing more')]},\n",
+ " ('merely', 'and nothing more'),\n",
+ " ('simply', 'and nothing more')]},\n",
" {'answer': 'by_all_odds',\n",
" 'hint': 'synonyms for by all odds',\n",
" 'clues': [('emphatically', 'without question and beyond doubt'),\n",
" ('in spades', 'without question and beyond doubt'),\n",
- " ('decidedly', 'without question and beyond doubt'),\n",
" ('definitely', 'without question and beyond doubt'),\n",
+ " ('decidedly', 'without question and beyond doubt'),\n",
" ('unquestionably', 'without question and beyond doubt')]},\n",
" {'answer': 'by_chance',\n",
" 'hint': 'synonyms for by chance',\n",
- " 'clues': [('unexpectedly', 'without advance planning'),\n",
- " ('perchance', 'through chance,'),\n",
+ " 'clues': [('by luck', 'by accident'),\n",
" ('accidentally', 'without advance planning'),\n",
+ " ('unexpectedly', 'without advance planning'),\n",
" ('haply', 'by accident'),\n",
" ('circumstantially', 'without advance planning'),\n",
- " ('by luck', 'by accident')]},\n",
+ " ('perchance', 'through chance,')]},\n",
" {'answer': 'by_choice',\n",
" 'hint': 'synonyms for by choice',\n",
- " 'clues': [('purposely', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('on purpose', 'with intention; in an intentional manner'),\n",
" ('intentionally', 'with intention; in an intentional manner'),\n",
- " ('on purpose', 'with intention; in an intentional manner'),\n",
" ('advisedly', 'with intention; in an intentional manner'),\n",
- " ('deliberately', 'with intention; in an intentional manner'),\n",
+ " ('purposely', 'with intention; in an intentional manner'),\n",
" ('designedly', 'with intention; in an intentional manner'),\n",
- " ('by design', 'with intention; in an intentional manner')]},\n",
+ " ('by design', 'with intention; in an intentional manner'),\n",
+ " ('deliberately', 'with intention; in an intentional manner')]},\n",
" {'answer': 'by_design',\n",
" 'hint': 'synonyms for by design',\n",
- " 'clues': [('purposely', 'with intention; in an intentional manner'),\n",
- " ('intentionally', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('on purpose', 'with intention; in an intentional manner'),\n",
" ('by choice', 'with intention; in an intentional manner'),\n",
+ " ('intentionally', 'with intention; in an intentional manner'),\n",
" ('advisedly', 'with intention; in an intentional manner'),\n",
- " ('deliberately', 'with intention; in an intentional manner'),\n",
+ " ('purposely', 'with intention; in an intentional manner'),\n",
" ('designedly', 'with intention; in an intentional manner'),\n",
- " ('on purpose', 'with intention; in an intentional manner')]},\n",
+ " ('deliberately', 'with intention; in an intentional manner')]},\n",
" {'answer': 'carelessly',\n",
" 'hint': 'synonyms for carelessly',\n",
" 'clues': [('heedlessly', 'without care or concern'),\n",
- " ('incautiously', 'without caution or prudence'),\n",
+ " ('raffishly', 'in a rakish manner'),\n",
" ('rakishly', 'in a rakish manner'),\n",
- " ('raffishly', 'in a rakish manner')]},\n",
+ " ('incautiously', 'without caution or prudence')]},\n",
" {'answer': 'ceaselessly',\n",
" 'hint': 'synonyms for ceaselessly',\n",
- " 'clues': [('unendingly', 'with unflagging resolve'),\n",
- " ('unceasingly', 'with unflagging resolve'),\n",
- " ('incessantly', 'with unflagging resolve'),\n",
+ " 'clues': [('unceasingly', 'with unflagging resolve'),\n",
+ " ('unendingly', 'with unflagging resolve'),\n",
+ " ('continuously', 'with unflagging resolve'),\n",
" ('endlessly', 'with unflagging resolve'),\n",
- " ('continuously', 'with unflagging resolve')]},\n",
+ " ('incessantly', 'with unflagging resolve')]},\n",
" {'answer': 'certainly',\n",
" 'hint': 'synonyms for certainly',\n",
- " 'clues': [('sure as shooting',\n",
+ " 'clues': [('sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure',\n",
+ " ('sure enough',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for certain',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure enough',\n",
+ " ('sure as shooting',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\")]},\n",
" {'answer': 'cheaply',\n",
" 'hint': 'synonyms for cheaply',\n",
- " 'clues': [('inexpensively', 'with little expenditure of money'),\n",
+ " 'clues': [('inexpensively', 'in a cheap manner'),\n",
" ('chintzily', 'in a stingy manner'),\n",
- " ('tattily', 'in a cheap manner'),\n",
- " ('stingily', 'in a stingy manner')]},\n",
+ " ('stingily', 'in a stingy manner'),\n",
+ " ('tattily', 'in a cheap manner')]},\n",
" {'answer': 'chiefly',\n",
" 'hint': 'synonyms for chiefly',\n",
- " 'clues': [('primarily', 'for the most part'),\n",
- " ('in the main', 'for the most part'),\n",
+ " 'clues': [('mainly', 'for the most part'),\n",
" ('principally', 'for the most part'),\n",
- " ('mainly', 'for the most part')]},\n",
+ " ('primarily', 'for the most part'),\n",
+ " ('in the main', 'for the most part')]},\n",
" {'answer': 'chop-chop',\n",
" 'hint': 'synonyms for chop-chop',\n",
" 'clues': [('apace', 'with rapid movements'),\n",
@@ -21421,186 +21449,184 @@
" ('quickly', 'with rapid movements')]},\n",
" {'answer': 'circumstantially',\n",
" 'hint': 'synonyms for circumstantially',\n",
- " 'clues': [('unexpectedly', 'without advance planning'),\n",
+ " 'clues': [('accidentally', 'without advance planning'),\n",
+ " ('minutely', 'in minute detail'),\n",
" ('by chance', 'without advance planning'),\n",
- " ('accidentally', 'without advance planning'),\n",
- " ('minutely', 'in minute detail')]},\n",
+ " ('unexpectedly', 'without advance planning')]},\n",
" {'answer': 'clearly',\n",
" 'hint': 'synonyms for clearly',\n",
- " 'clues': [('distinctly',\n",
- " 'clear to the mind; with distinct mental discernment'),\n",
- " ('clear', 'in an easily perceptible manner'),\n",
+ " 'clues': [('understandably', 'in an intelligible manner'),\n",
" ('intelligibly', 'in an intelligible manner'),\n",
- " ('understandably', 'in an intelligible manner')]},\n",
+ " ('clear', 'in an easily perceptible manner'),\n",
+ " ('distinctly', 'clear to the mind; with distinct mental discernment')]},\n",
" {'answer': 'close_to',\n",
" 'hint': 'synonyms for close to',\n",
" 'clues': [('roughly',\n",
" '(of quantities) imprecise but fairly close to correct'),\n",
" ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
" ('around', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
" ('about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('approximately',\n",
+ " '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'closely',\n",
" 'hint': 'synonyms for closely',\n",
- " 'clues': [('tight', 'in an attentive manner'),\n",
- " ('nearly', 'in a close manner'),\n",
+ " 'clues': [('nearly', 'in a close manner'),\n",
+ " ('tight', 'in an attentive manner'),\n",
" ('intimately', 'in a close manner'),\n",
" ('close', 'in an attentive manner')]},\n",
" {'answer': 'commonly',\n",
" 'hint': 'synonyms for commonly',\n",
- " 'clues': [('usually', 'under normal conditions'),\n",
+ " 'clues': [('ordinarily', 'under normal conditions'),\n",
+ " ('unremarkably', 'under normal conditions'),\n",
" ('normally', 'under normal conditions'),\n",
- " ('ordinarily', 'under normal conditions'),\n",
- " ('unremarkably', 'under normal conditions')]},\n",
+ " ('usually', 'under normal conditions')]},\n",
" {'answer': 'completely',\n",
" 'hint': 'synonyms for completely',\n",
- " 'clues': [('entirely',\n",
+ " 'clues': [('totally',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('altogether',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('all',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('totally',\n",
+ " ('whole',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('wholly',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('whole',\n",
+ " ('entirely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\")]},\n",
" {'answer': 'concisely',\n",
" 'hint': 'synonyms for concisely',\n",
- " 'clues': [('in short', 'in a concise manner; in a few words'),\n",
- " ('briefly', 'in a concise manner; in a few words'),\n",
+ " 'clues': [('shortly', 'in a concise manner; in a few words'),\n",
" ('in brief', 'in a concise manner; in a few words'),\n",
- " ('shortly', 'in a concise manner; in a few words')]},\n",
+ " ('in short', 'in a concise manner; in a few words'),\n",
+ " ('briefly', 'in a concise manner; in a few words')]},\n",
" {'answer': 'constantly',\n",
" 'hint': 'synonyms for constantly',\n",
- " 'clues': [('always', 'without variation or change, in every case'),\n",
- " ('invariably', 'without variation or change, in every case'),\n",
- " ('forever', 'without interruption'),\n",
+ " 'clues': [('forever', 'without interruption'),\n",
+ " ('incessantly', 'without interruption'),\n",
" ('perpetually', 'without interruption'),\n",
- " ('incessantly', 'without interruption')]},\n",
+ " ('always', 'without variation or change, in every case'),\n",
+ " ('invariably', 'without variation or change, in every case')]},\n",
" {'answer': 'continuously',\n",
" 'hint': 'synonyms for continuously',\n",
- " 'clues': [('unceasingly', 'with unflagging resolve'),\n",
+ " 'clues': [('ceaselessly', 'with unflagging resolve'),\n",
+ " ('unceasingly', 'with unflagging resolve'),\n",
" ('unendingly', 'with unflagging resolve'),\n",
- " ('incessantly', 'with unflagging resolve'),\n",
" ('endlessly', 'with unflagging resolve'),\n",
- " ('ceaselessly', 'with unflagging resolve')]},\n",
+ " ('incessantly', 'with unflagging resolve')]},\n",
" {'answer': 'contrariwise',\n",
" 'hint': 'synonyms for contrariwise',\n",
- " 'clues': [('vice versa', 'with the order reversed'),\n",
- " ('contrarily', 'contrary to expectations'),\n",
- " ('on the contrary', 'contrary to expectations'),\n",
+ " 'clues': [('contrarily', 'in a contrary disobedient manner'),\n",
" ('the other way around', 'with the order reversed'),\n",
- " ('perversely', 'in a contrary disobedient manner')]},\n",
+ " ('perversely', 'in a contrary disobedient manner'),\n",
+ " ('vice versa', 'with the order reversed'),\n",
+ " ('on the contrary', 'contrary to expectations')]},\n",
" {'answer': 'covetously',\n",
" 'hint': 'synonyms for covetously',\n",
- " 'clues': [('jealously', 'with jealousy; in an envious manner'),\n",
- " ('avariciously', 'in a greedy manner'),\n",
- " ('greedily', 'in a greedy manner'),\n",
- " ('enviously', 'with jealousy; in an envious manner')]},\n",
+ " 'clues': [('avariciously', 'in a greedy manner'),\n",
+ " ('jealously', 'with jealousy; in an envious manner'),\n",
+ " ('enviously', 'with jealousy; in an envious manner'),\n",
+ " ('greedily', 'in a greedy manner')]},\n",
" {'answer': 'craftily',\n",
" 'hint': 'synonyms for craftily',\n",
- " 'clues': [('foxily', 'in an artful manner'),\n",
- " ('knavishly', 'in an artful manner'),\n",
+ " 'clues': [('artfully', 'in an artful manner'),\n",
+ " ('trickily', 'in an artful manner'),\n",
+ " ('foxily', 'in an artful manner'),\n",
" ('slyly', 'in an artful manner'),\n",
" ('cunningly', 'in an artful manner'),\n",
- " ('artfully', 'in an artful manner'),\n",
- " ('trickily', 'in an artful manner')]},\n",
+ " ('knavishly', 'in an artful manner')]},\n",
" {'answer': 'cunningly',\n",
" 'hint': 'synonyms for cunningly',\n",
- " 'clues': [('foxily', 'in an artful manner'),\n",
+ " 'clues': [('artfully', 'in an artful manner'),\n",
+ " ('trickily', 'in an artful manner'),\n",
+ " ('foxily', 'in an artful manner'),\n",
" ('cutely', 'in an attractive manner'),\n",
- " ('craftily', 'in an artful manner'),\n",
- " ('knavishly', 'in an artful manner'),\n",
" ('slyly', 'in an artful manner'),\n",
- " ('artfully', 'in an artful manner'),\n",
- " ('trickily', 'in an artful manner')]},\n",
+ " ('craftily', 'in an artful manner'),\n",
+ " ('knavishly', 'in an artful manner')]},\n",
" {'answer': 'curiously',\n",
" 'hint': 'synonyms for curiously',\n",
- " 'clues': [('peculiarly',\n",
- " 'in a manner differing from the usual or expected'),\n",
- " ('oddly', 'in a manner differing from the usual or expected'),\n",
+ " 'clues': [('oddly', 'in a manner differing from the usual or expected'),\n",
+ " ('interrogatively', 'with curiosity'),\n",
" ('inquisitively', 'with curiosity'),\n",
- " ('interrogatively', 'with curiosity')]},\n",
+ " ('peculiarly', 'in a manner differing from the usual or expected')]},\n",
" {'answer': 'cussedly',\n",
" 'hint': 'synonyms for cussedly',\n",
- " 'clues': [('stubbornly', 'in a stubborn unregenerate manner'),\n",
- " ('obstinately', 'in a stubborn unregenerate manner'),\n",
+ " 'clues': [('obstinately', 'in a stubborn unregenerate manner'),\n",
+ " ('mulishly', 'in a stubborn unregenerate manner'),\n",
+ " ('stubbornly', 'in a stubborn unregenerate manner'),\n",
" ('obdurately', 'in a stubborn unregenerate manner'),\n",
- " ('pig-headedly', 'in a stubborn unregenerate manner'),\n",
- " ('mulishly', 'in a stubborn unregenerate manner')]},\n",
+ " ('pig-headedly', 'in a stubborn unregenerate manner')]},\n",
" {'answer': 'daftly',\n",
" 'hint': 'synonyms for daftly',\n",
- " 'clues': [('wackily', 'in a mildly insane manner'),\n",
- " ('dottily', 'in a mildly insane manner'),\n",
+ " 'clues': [('balmily', 'in a mildly insane manner'),\n",
" ('nuttily', 'in a mildly insane manner'),\n",
- " ('balmily', 'in a mildly insane manner')]},\n",
+ " ('dottily', 'in a mildly insane manner'),\n",
+ " ('wackily', 'in a mildly insane manner')]},\n",
" {'answer': 'decently',\n",
" 'hint': 'synonyms for decently',\n",
" 'clues': [('decent', 'in the right manner'),\n",
- " ('right', 'in the right manner'),\n",
- " ('in good order', 'in the right manner'),\n",
" ('the right way', 'in the right manner'),\n",
- " ('properly', 'in the right manner')]},\n",
+ " ('right', 'in the right manner'),\n",
+ " ('properly', 'in the right manner'),\n",
+ " ('in good order', 'in the right manner')]},\n",
" {'answer': 'decidedly',\n",
" 'hint': 'synonyms for decidedly',\n",
- " 'clues': [('emphatically', 'without question and beyond doubt'),\n",
- " ('by all odds', 'without question and beyond doubt'),\n",
+ " 'clues': [('by all odds', 'without question and beyond doubt'),\n",
+ " ('emphatically', 'without question and beyond doubt'),\n",
" ('in spades', 'without question and beyond doubt'),\n",
" ('definitely', 'without question and beyond doubt'),\n",
" ('unquestionably', 'without question and beyond doubt')]},\n",
" {'answer': 'deep_down',\n",
" 'hint': 'synonyms for deep down',\n",
" 'clues': [('at heart', 'in reality'),\n",
+ " ('in spite of appearance', 'in reality'),\n",
" ('inside', 'in reality'),\n",
- " ('at bottom', 'in reality'),\n",
- " ('in spite of appearance', 'in reality')]},\n",
+ " ('at bottom', 'in reality')]},\n",
" {'answer': 'definitely',\n",
" 'hint': 'synonyms for definitely',\n",
- " 'clues': [('emphatically', 'without question and beyond doubt'),\n",
- " ('by all odds', 'without question and beyond doubt'),\n",
+ " 'clues': [('by all odds', 'without question and beyond doubt'),\n",
+ " ('emphatically', 'without question and beyond doubt'),\n",
" ('in spades', 'without question and beyond doubt'),\n",
" ('decidedly', 'without question and beyond doubt'),\n",
" ('unquestionably', 'without question and beyond doubt')]},\n",
" {'answer': 'deliberately',\n",
" 'hint': 'synonyms for deliberately',\n",
- " 'clues': [('purposely', 'with intention; in an intentional manner'),\n",
- " ('measuredly', 'in a deliberate unhurried manner'),\n",
- " ('intentionally', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('measuredly', 'in a deliberate unhurried manner'),\n",
" ('on purpose', 'with intention; in an intentional manner'),\n",
" ('by choice', 'with intention; in an intentional manner'),\n",
+ " ('intentionally', 'with intention; in an intentional manner'),\n",
" ('advisedly', 'with intention; in an intentional manner'),\n",
+ " ('purposely', 'with intention; in an intentional manner'),\n",
" ('designedly', 'with intention; in an intentional manner'),\n",
" ('by design', 'with intention; in an intentional manner')]},\n",
" {'answer': 'designedly',\n",
" 'hint': 'synonyms for designedly',\n",
- " 'clues': [('purposely', 'with intention; in an intentional manner'),\n",
- " ('intentionally', 'with intention; in an intentional manner'),\n",
- " ('on purpose', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('on purpose', 'with intention; in an intentional manner'),\n",
" ('by choice', 'with intention; in an intentional manner'),\n",
+ " ('intentionally', 'with intention; in an intentional manner'),\n",
" ('advisedly', 'with intention; in an intentional manner'),\n",
- " ('deliberately', 'with intention; in an intentional manner'),\n",
- " ('by design', 'with intention; in an intentional manner')]},\n",
+ " ('purposely', 'with intention; in an intentional manner'),\n",
+ " ('by design', 'with intention; in an intentional manner'),\n",
+ " ('deliberately', 'with intention; in an intentional manner')]},\n",
" {'answer': 'deucedly',\n",
" 'hint': 'synonyms for deucedly',\n",
- " 'clues': [('devilishly', '(used as intensives) extremely'),\n",
+ " 'clues': [('insanely', '(used as intensives) extremely'),\n",
" ('madly', '(used as intensives) extremely'),\n",
- " ('insanely', '(used as intensives) extremely'),\n",
- " ('deadly', '(used as intensives) extremely')]},\n",
+ " ('deadly', '(used as intensives) extremely'),\n",
+ " ('devilishly', '(used as intensives) extremely')]},\n",
" {'answer': 'devilishly',\n",
" 'hint': 'synonyms for devilishly',\n",
- " 'clues': [('devilish', 'in a playfully devilish manner'),\n",
- " ('madly', '(used as intensives) extremely'),\n",
+ " 'clues': [('fiendishly', 'as a devil; in an evil manner'),\n",
+ " ('devilish', 'in a playfully devilish manner'),\n",
+ " ('deadly', '(used as intensives) extremely'),\n",
" ('insanely', '(used as intensives) extremely'),\n",
- " ('fiendishly', 'as a devil; in an evil manner'),\n",
+ " ('madly', '(used as intensives) extremely'),\n",
" ('deucedly', '(used as intensives) extremely'),\n",
- " ('diabolically', 'as a devil; in an evil manner'),\n",
- " ('deadly', '(used as intensives) extremely')]},\n",
+ " ('diabolically', 'as a devil; in an evil manner')]},\n",
" {'answer': 'dimly',\n",
" 'hint': 'synonyms for dimly',\n",
" 'clues': [('murkily', 'with a dim light'),\n",
@@ -21609,37 +21635,36 @@
" ('palely', 'in a manner lacking interest or vitality')]},\n",
" {'answer': 'directly',\n",
" 'hint': 'synonyms for directly',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('straight off',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('right away', 'without delay or hesitation; with no time intervening'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight', 'without deviation'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('straight', 'in a forthright manner; candidly or frankly'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
- " ('flat', 'in a forthright manner; candidly or frankly'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
" ('immediately', 'without delay or hesitation; with no time intervening'),\n",
- " ('direct', 'without deviation'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
- " 'without delay or hesitation; with no time intervening')]},\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('flat', 'in a forthright manner; candidly or frankly'),\n",
+ " ('direct', 'without deviation'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'discreditably',\n",
" 'hint': 'synonyms for discreditably',\n",
- " 'clues': [('dishonorably',\n",
+ " 'clues': [('dishonourably',\n",
" 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('ingloriously', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('shamefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('ignominiously',\n",
- " 'in a dishonorable manner or to a dishonorable degree')]},\n",
+ " ('ingloriously', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('ignominiously', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('shamefully', 'in a dishonorable manner or to a dishonorable degree')]},\n",
" {'answer': 'disdainfully',\n",
" 'hint': 'synonyms for disdainfully',\n",
- " 'clues': [('contemptuously', 'without respect; in a disdainful manner'),\n",
- " ('cavalierly', 'in a proud and domineering manner'),\n",
+ " 'clues': [('scornfully', 'without respect; in a disdainful manner'),\n",
+ " ('contemptuously', 'without respect; in a disdainful manner'),\n",
" ('contumeliously', 'without respect; in a disdainful manner'),\n",
- " ('scornfully', 'without respect; in a disdainful manner')]},\n",
+ " ('cavalierly', 'in a proud and domineering manner')]},\n",
" {'answer': 'disgracefully',\n",
" 'hint': 'synonyms for disgracefully',\n",
- " 'clues': [('dishonorably',\n",
+ " 'clues': [('dishonourably',\n",
" 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('ingloriously', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
@@ -21647,368 +21672,368 @@
" ('shamefully', 'in a dishonorable manner or to a dishonorable degree')]},\n",
" {'answer': 'dishonorably',\n",
" 'hint': 'synonyms for dishonorably',\n",
- " 'clues': [('ingloriously',\n",
+ " 'clues': [('dishonourably',\n",
" 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('shamefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('dishonourably', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('ignominiously',\n",
- " 'in a dishonorable manner or to a dishonorable degree')]},\n",
+ " ('ingloriously', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('ignominiously', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('shamefully', 'in a dishonorable manner or to a dishonorable degree')]},\n",
" {'answer': 'dishonourably',\n",
" 'hint': 'synonyms for dishonourably',\n",
- " 'clues': [('dishonorably',\n",
+ " 'clues': [('disgracefully',\n",
" 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('ingloriously', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('ignominiously', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('shamefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('ignominiously',\n",
+ " ('dishonorably',\n",
" 'in a dishonorable manner or to a dishonorable degree')]},\n",
" {'answer': 'disregardless',\n",
" 'hint': 'synonyms for disregardless',\n",
- " 'clues': [('no matter',\n",
+ " 'clues': [('irrespective',\n",
" 'in spite of everything; without regard to drawbacks'),\n",
- " ('regardless', 'in spite of everything; without regard to drawbacks'),\n",
- " ('irrespective', 'in spite of everything; without regard to drawbacks'),\n",
- " ('disregarding', 'in spite of everything; without regard to drawbacks')]},\n",
+ " ('disregarding', 'in spite of everything; without regard to drawbacks'),\n",
+ " ('no matter', 'in spite of everything; without regard to drawbacks'),\n",
+ " ('regardless', 'in spite of everything; without regard to drawbacks')]},\n",
" {'answer': 'dottily',\n",
" 'hint': 'synonyms for dottily',\n",
- " 'clues': [('wackily', 'in a mildly insane manner'),\n",
+ " 'clues': [('balmily', 'in a mildly insane manner'),\n",
" ('daftly', 'in a mildly insane manner'),\n",
" ('nuttily', 'in a mildly insane manner'),\n",
- " ('balmily', 'in a mildly insane manner')]},\n",
+ " ('wackily', 'in a mildly insane manner')]},\n",
" {'answer': 'each_year',\n",
" 'hint': 'synonyms for each year',\n",
- " 'clues': [('per annum',\n",
- " 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('p.a.',\n",
+ " 'clues': [('annually', 'without missing a year'),\n",
+ " ('every year', 'without missing a year'),\n",
+ " ('per annum',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
+ " ('yearly', 'without missing a year'),\n",
" ('per year',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('annually',\n",
- " 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('yearly', 'without missing a year'),\n",
- " ('every year', 'without missing a year')]},\n",
+ " ('p.a.',\n",
+ " 'by the year; every year (usually with reference to a sum of money paid or received)')]},\n",
" {'answer': 'emphatically',\n",
" 'hint': 'synonyms for emphatically',\n",
" 'clues': [('by all odds', 'without question and beyond doubt'),\n",
" ('in spades', 'without question and beyond doubt'),\n",
- " ('decidedly', 'without question and beyond doubt'),\n",
" ('definitely', 'without question and beyond doubt'),\n",
+ " ('decidedly', 'without question and beyond doubt'),\n",
" ('unquestionably', 'without question and beyond doubt')]},\n",
" {'answer': 'endlessly',\n",
" 'hint': 'synonyms for endlessly',\n",
- " 'clues': [('unendingly', 'with unflagging resolve'),\n",
+ " 'clues': [('infinitely', 'continuing forever without end'),\n",
+ " ('ceaselessly', 'with unflagging resolve'),\n",
" ('unceasingly', 'with unflagging resolve'),\n",
- " ('incessantly', 'with unflagging resolve'),\n",
- " ('interminably', 'all the time; seemingly without stopping'),\n",
+ " ('unendingly', 'with unflagging resolve'),\n",
" ('continuously', 'with unflagging resolve'),\n",
- " ('infinitely', 'continuing forever without end'),\n",
- " ('ceaselessly', 'with unflagging resolve')]},\n",
+ " ('incessantly', 'with unflagging resolve'),\n",
+ " ('interminably', 'all the time; seemingly without stopping')]},\n",
" {'answer': 'entirely',\n",
" 'hint': 'synonyms for entirely',\n",
- " 'clues': [('all',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('alone', 'without any others being included or involved'),\n",
- " ('only', 'without any others being included or involved'),\n",
- " ('whole',\n",
+ " 'clues': [('completely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('solely', 'without any others being included or involved'),\n",
" ('altogether',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('exclusively', 'without any others being included or involved'),\n",
- " ('completely',\n",
+ " ('whole',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('wholly',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('solely', 'without any others being included or involved'),\n",
" ('totally',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('wholly',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\")]},\n",
+ " ('only', 'without any others being included or involved'),\n",
+ " ('all',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('alone', 'without any others being included or involved')]},\n",
" {'answer': 'entreatingly',\n",
" 'hint': 'synonyms for entreatingly',\n",
- " 'clues': [('importunately', 'in a beseeching manner'),\n",
- " ('pleadingly', 'in a beseeching manner'),\n",
- " ('beseechingly', 'in a beseeching manner'),\n",
- " ('imploringly', 'in a beseeching manner')]},\n",
+ " 'clues': [('pleadingly', 'in a beseeching manner'),\n",
+ " ('imploringly', 'in a beseeching manner'),\n",
+ " ('importunately', 'in a beseeching manner'),\n",
+ " ('beseechingly', 'in a beseeching manner')]},\n",
" {'answer': 'erst',\n",
" 'hint': 'synonyms for erst',\n",
- " 'clues': [('formerly', 'at a previous time'),\n",
+ " 'clues': [('erstwhile', 'at a previous time'),\n",
" ('at one time', 'at a previous time'),\n",
- " ('erstwhile', 'at a previous time'),\n",
+ " ('formerly', 'at a previous time'),\n",
" ('once', 'at a previous time')]},\n",
" {'answer': 'even_so',\n",
" 'hint': 'synonyms for even so',\n",
- " 'clues': [('all the same',\n",
+ " 'clues': [('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('yet',\n",
+ " ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('withal',\n",
+ " ('however',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('nonetheless',\n",
+ " ('withal',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('notwithstanding',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('still',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
+ " ('all the same',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('yet',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'ever',\n",
" 'hint': 'synonyms for ever',\n",
- " 'clues': [(\"e'er\", 'at all times; all the time and on every occasion'),\n",
- " ('always', 'at all times; all the time and on every occasion'),\n",
- " ('ever so', '(intensifier for adjectives) very'),\n",
- " ('of all time', 'at any time')]},\n",
+ " 'clues': [('ever so', '(intensifier for adjectives) very'),\n",
+ " ('of all time', 'at any time'),\n",
+ " (\"e'er\", 'at all times; all the time and on every occasion'),\n",
+ " ('always', 'at all times; all the time and on every occasion')]},\n",
" {'answer': 'evermore',\n",
" 'hint': 'synonyms for evermore',\n",
- " 'clues': [('forevermore', 'at any future time; in the future'),\n",
- " ('forever', 'for a limitless time; ; - P.P.Bliss'),\n",
+ " 'clues': [('forever', 'for a limitless time; ; - P.P.Bliss'),\n",
+ " ('forevermore', 'at any future time; in the future'),\n",
" ('eternally', 'for a limitless time; ; - P.P.Bliss'),\n",
" ('everlastingly', 'for a limitless time; ; - P.P.Bliss')]},\n",
" {'answer': 'every_which_way',\n",
" 'hint': 'synonyms for every which way',\n",
- " 'clues': [('helter-skelter', 'haphazardly'),\n",
- " ('at random', 'in a random manner'),\n",
- " ('indiscriminately', 'in a random manner'),\n",
- " ('arbitrarily', 'in a random manner'),\n",
+ " 'clues': [('at random', 'in a random manner'),\n",
" ('willy-nilly', 'in a random manner'),\n",
" ('randomly', 'in a random manner'),\n",
+ " ('helter-skelter', 'haphazardly'),\n",
+ " ('arbitrarily', 'in a random manner'),\n",
+ " ('indiscriminately', 'in a random manner'),\n",
" ('haphazardly', 'in a random manner')]},\n",
" {'answer': 'evidently',\n",
" 'hint': 'synonyms for evidently',\n",
- " 'clues': [('manifestly',\n",
- " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('plainly',\n",
+ " 'clues': [('patently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('apparently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('obviously',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('patently',\n",
+ " ('manifestly',\n",
+ " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
+ " ('plain',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\")]},\n",
" {'answer': 'exactly',\n",
" 'hint': 'synonyms for exactly',\n",
" 'clues': [('precisely', 'indicating exactness or preciseness'),\n",
- " ('on the nose', 'just as it should be'),\n",
" ('just', 'indicating exactness or preciseness'),\n",
- " ('on the dot', 'just as it should be'),\n",
" ('incisively', 'in a precise manner'),\n",
- " ('on the button', 'just as it should be')]},\n",
+ " ('on the button', 'just as it should be'),\n",
+ " ('on the dot', 'just as it should be'),\n",
+ " ('on the nose', 'just as it should be')]},\n",
" {'answer': 'exclusively',\n",
" 'hint': 'synonyms for exclusively',\n",
- " 'clues': [('solely', 'without any others being included or involved'),\n",
- " ('only', 'without any others being included or involved'),\n",
+ " 'clues': [('only', 'without any others being included or involved'),\n",
+ " ('entirely', 'without any others being included or involved'),\n",
" ('alone', 'without any others being included or involved'),\n",
- " ('entirely', 'without any others being included or involved')]},\n",
+ " ('solely', 'without any others being included or involved')]},\n",
" {'answer': 'extravagantly',\n",
" 'hint': 'synonyms for extravagantly',\n",
- " 'clues': [('richly', 'in a rich and lavish manner'),\n",
- " ('abundantly', 'in an abundant manner'),\n",
+ " 'clues': [('lavishly', 'in a rich and lavish manner'),\n",
+ " ('richly', 'in a rich and lavish manner'),\n",
" ('copiously', 'in an abundant manner'),\n",
- " ('lavishly', 'in a wasteful manner'),\n",
+ " ('abundantly', 'in an abundant manner'),\n",
" ('profusely', 'in an abundant manner')]},\n",
" {'answer': 'extremely',\n",
" 'hint': 'synonyms for extremely',\n",
- " 'clues': [('exceedingly', 'to an extreme degree'),\n",
- " ('passing', 'to an extreme degree'),\n",
- " ('highly', 'to a high degree or extent; favorably or with much respect'),\n",
- " ('super', 'to an extreme degree')]},\n",
+ " 'clues': [('highly',\n",
+ " 'to a high degree or extent; favorably or with much respect'),\n",
+ " ('exceedingly', 'to an extreme degree'),\n",
+ " ('super', 'to an extreme degree'),\n",
+ " ('passing', 'to an extreme degree')]},\n",
" {'answer': 'fairly',\n",
" 'hint': 'synonyms for fairly',\n",
- " 'clues': [('somewhat', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('jolly', 'to a moderately sufficient extent or degree'),\n",
" ('fair', 'without favoring one party, in a fair evenhanded manner'),\n",
+ " ('somewhat', 'to a moderately sufficient extent or degree'),\n",
" ('moderately', 'to a moderately sufficient extent or degree'),\n",
- " ('jolly', 'to a moderately sufficient extent or degree'),\n",
" ('clean',\n",
" 'in conformity with the rules or laws and without fraud or cheating'),\n",
- " ('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('evenhandedly',\n",
+ " 'without favoring one party, in a fair evenhanded manner'),\n",
" ('middling', 'to a moderately sufficient extent or degree'),\n",
- " ('pretty', 'to a moderately sufficient extent or degree'),\n",
" ('reasonably', 'to a moderately sufficient extent or degree'),\n",
- " ('evenhandedly',\n",
- " 'without favoring one party, in a fair evenhanded manner')]},\n",
+ " ('pretty', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'faithlessly',\n",
" 'hint': 'synonyms for faithlessly',\n",
- " 'clues': [('false', 'in a disloyal and faithless manner'),\n",
- " ('treasonably', 'in a disloyal and faithless manner'),\n",
- " ('traitorously', 'in a disloyal and faithless manner'),\n",
- " ('treacherously', 'in a disloyal and faithless manner')]},\n",
+ " 'clues': [('traitorously', 'in a disloyal and faithless manner'),\n",
+ " ('treacherously', 'in a disloyal and faithless manner'),\n",
+ " ('false', 'in a disloyal and faithless manner'),\n",
+ " ('treasonably', 'in a disloyal and faithless manner')]},\n",
" {'answer': 'finally',\n",
" 'hint': 'synonyms for finally',\n",
- " 'clues': [('lastly', 'the item at the end'),\n",
+ " 'clues': [('in conclusion', 'the item at the end'),\n",
+ " ('last', 'the item at the end'),\n",
+ " ('in the end', 'as the end result of a succession or process'),\n",
+ " ('ultimately', 'as the end result of a succession or process'),\n",
" ('eventually',\n",
" 'after an unspecified period of time or an especially long delay'),\n",
- " ('at last', 'as the end result of a succession or process'),\n",
- " ('ultimately', 'as the end result of a succession or process'),\n",
" ('at long last', 'as the end result of a succession or process'),\n",
- " ('in conclusion', 'the item at the end'),\n",
- " ('in the end', 'as the end result of a succession or process')]},\n",
+ " ('at last', 'as the end result of a succession or process')]},\n",
" {'answer': 'firmly',\n",
" 'hint': 'synonyms for firmly',\n",
- " 'clues': [('firm', 'with resolute determination'),\n",
- " ('hard', 'with firmness'),\n",
+ " 'clues': [('hard', 'with firmness'),\n",
+ " ('firm', 'with resolute determination'),\n",
" ('securely', 'in a secure manner; in a manner free from danger'),\n",
" ('steadfastly', 'with resolute determination'),\n",
" ('unwaveringly', 'with resolute determination')]},\n",
" {'answer': 'firstly',\n",
" 'hint': 'synonyms for firstly',\n",
- " 'clues': [('first of all', 'before anything else'),\n",
+ " 'clues': [('first off', 'before anything else'),\n",
" ('first', 'before anything else'),\n",
- " ('foremost', 'before anything else'),\n",
- " ('first off', 'before anything else')]},\n",
+ " ('first of all', 'before anything else'),\n",
+ " ('foremost', 'before anything else')]},\n",
" {'answer': 'fittingly',\n",
" 'hint': 'synonyms for fittingly',\n",
" 'clues': [('befittingly', 'in an appropriate manner'),\n",
- " ('appropriately', 'in an appropriate manner'),\n",
" ('suitably', 'in an appropriate manner'),\n",
- " ('fitly', 'in an appropriate manner')]},\n",
+ " ('fitly', 'in an appropriate manner'),\n",
+ " ('appropriately', 'in an appropriate manner')]},\n",
" {'answer': 'flat_out',\n",
" 'hint': 'synonyms for flat out',\n",
- " 'clues': [('like blue murder', 'at top speed'),\n",
- " ('roundly', 'in a blunt direct manner'),\n",
+ " 'clues': [('roundly', 'in a blunt direct manner'),\n",
" ('brusquely', 'in a blunt direct manner'),\n",
" ('bluffly', 'in a blunt direct manner'),\n",
- " ('bluntly', 'in a blunt direct manner')]},\n",
+ " ('bluntly', 'in a blunt direct manner'),\n",
+ " ('like blue murder', 'at top speed')]},\n",
" {'answer': 'for_certain',\n",
" 'hint': 'synonyms for for certain',\n",
- " 'clues': [('sure as shooting',\n",
+ " 'clues': [('sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure',\n",
+ " ('sure enough',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('certainly',\n",
+ " ('sure as shooting',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure enough',\n",
+ " ('certainly',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\")]},\n",
" {'answer': 'for_each_one',\n",
" 'hint': 'synonyms for for each one',\n",
- " 'clues': [('to each one',\n",
+ " 'clues': [('apiece',\n",
+ " 'to or from every one of two or more (considered individually)'),\n",
+ " ('to each one',\n",
" 'to or from every one of two or more (considered individually)'),\n",
" ('each', 'to or from every one of two or more (considered individually)'),\n",
" ('from each one',\n",
- " 'to or from every one of two or more (considered individually)'),\n",
- " ('apiece',\n",
" 'to or from every one of two or more (considered individually)')]},\n",
" {'answer': 'forever',\n",
" 'hint': 'synonyms for forever',\n",
- " 'clues': [('forever and a day',\n",
- " 'for a very long or seemingly endless time'),\n",
+ " 'clues': [('perpetually', 'without interruption'),\n",
+ " ('evermore', 'for a limitless time; ; - P.P.Bliss'),\n",
+ " ('forever and a day', 'for a very long or seemingly endless time'),\n",
" ('incessantly', 'without interruption'),\n",
- " ('everlastingly', 'for a limitless time; ; - P.P.Bliss'),\n",
- " ('always', 'without interruption'),\n",
" ('eternally', 'for a limitless time; ; - P.P.Bliss'),\n",
- " ('perpetually', 'without interruption'),\n",
+ " ('everlastingly', 'for a limitless time; ; - P.P.Bliss'),\n",
" ('constantly', 'without interruption'),\n",
- " ('evermore', 'for a limitless time; ; - P.P.Bliss')]},\n",
+ " ('always', 'without interruption')]},\n",
" {'answer': 'formerly',\n",
" 'hint': 'synonyms for formerly',\n",
- " 'clues': [('at one time', 'at a previous time'),\n",
- " ('erstwhile', 'at a previous time'),\n",
- " ('once', 'at a previous time'),\n",
- " ('erst', 'at a previous time')]},\n",
+ " 'clues': [('erstwhile', 'at a previous time'),\n",
+ " ('at one time', 'at a previous time'),\n",
+ " ('erst', 'at a previous time'),\n",
+ " ('once', 'at a previous time')]},\n",
" {'answer': 'forth',\n",
" 'hint': 'synonyms for forth',\n",
- " 'clues': [('off',\n",
- " \"from a particular thing or place or position (`forth' is obsolete)\"),\n",
- " ('onward', 'forward in time or order or degree'),\n",
+ " 'clues': [('onward', 'forward in time or order or degree'),\n",
" ('away',\n",
" \"from a particular thing or place or position (`forth' is obsolete)\"),\n",
+ " ('off',\n",
+ " \"from a particular thing or place or position (`forth' is obsolete)\"),\n",
" ('forward', 'forward in time or order or degree')]},\n",
" {'answer': 'forthwith',\n",
" 'hint': 'synonyms for forthwith',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('straight off',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('right away', 'without delay or hesitation; with no time intervening'),\n",
" ('directly', 'without delay or hesitation; with no time intervening'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
- " ('immediately', 'without delay or hesitation; with no time intervening'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('immediately',\n",
" 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'forwards',\n",
" 'hint': 'synonyms for forwards',\n",
- " 'clues': [('forward', 'in a forward direction'),\n",
- " ('onward', 'in a forward direction'),\n",
- " ('forrader', 'in a forward direction'),\n",
+ " 'clues': [('onwards', 'in a forward direction'),\n",
" ('ahead', 'in a forward direction'),\n",
- " ('frontwards',\n",
- " \"at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)\")]},\n",
+ " ('forrard',\n",
+ " \"at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)\"),\n",
+ " ('frontward',\n",
+ " \"at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)\"),\n",
+ " ('forrader', 'in a forward direction')]},\n",
" {'answer': 'foxily',\n",
" 'hint': 'synonyms for foxily',\n",
- " 'clues': [('craftily', 'in an artful manner'),\n",
- " ('knavishly', 'in an artful manner'),\n",
+ " 'clues': [('artfully', 'in an artful manner'),\n",
+ " ('trickily', 'in an artful manner'),\n",
" ('slyly', 'in an artful manner'),\n",
" ('cunningly', 'in an artful manner'),\n",
- " ('artfully', 'in an artful manner'),\n",
- " ('trickily', 'in an artful manner')]},\n",
+ " ('craftily', 'in an artful manner'),\n",
+ " ('knavishly', 'in an artful manner')]},\n",
" {'answer': 'freshly',\n",
" 'hint': 'synonyms for freshly',\n",
- " 'clues': [('newly', 'very recently'),\n",
- " ('impertinently', 'in an impudent or impertinent manner'),\n",
- " ('pertly', 'in an impudent or impertinent manner'),\n",
+ " 'clues': [('fresh', 'very recently'),\n",
+ " ('newly', 'very recently'),\n",
" ('saucily', 'in an impudent or impertinent manner'),\n",
- " ('impudently', 'in an impudent or impertinent manner'),\n",
- " ('fresh', 'very recently')]},\n",
+ " ('pertly', 'in an impudent or impertinent manner'),\n",
+ " ('impertinently', 'in an impudent or impertinent manner'),\n",
+ " ('impudently', 'in an impudent or impertinent manner')]},\n",
" {'answer': 'from_time_to_time',\n",
" 'hint': 'synonyms for from time to time',\n",
- " 'clues': [('occasionally', 'now and then or here and there'),\n",
+ " 'clues': [('once in a while', 'now and then or here and there'),\n",
+ " ('occasionally', 'now and then or here and there'),\n",
" ('at times', 'now and then or here and there'),\n",
- " ('on occasion', 'now and then or here and there'),\n",
- " ('once in a while', 'now and then or here and there'),\n",
" ('now and again', 'now and then or here and there'),\n",
+ " ('on occasion', 'now and then or here and there'),\n",
" ('now and then', 'now and then or here and there')]},\n",
" {'answer': 'fully',\n",
" 'hint': 'synonyms for fully',\n",
- " 'clues': [('to the full',\n",
+ " 'clues': [('in full', 'referring to a quantity'),\n",
+ " ('to the full',\n",
" \"to the greatest degree or extent; completely or entirely; (`full' in this sense is used as a combining form)\"),\n",
" ('amply', 'sufficiently; more than adequately'),\n",
- " ('in full', 'referring to a quantity'),\n",
" ('full',\n",
" \"to the greatest degree or extent; completely or entirely; (`full' in this sense is used as a combining form)\")]},\n",
" {'answer': 'gayly',\n",
" 'hint': 'synonyms for gayly',\n",
- " 'clues': [('merrily', 'in a joyous manner'),\n",
- " ('happily', 'in a joyous manner'),\n",
+ " 'clues': [('jubilantly', 'in a joyous manner'),\n",
" ('blithely', 'in a joyous manner'),\n",
+ " ('merrily', 'in a joyous manner'),\n",
" ('mirthfully', 'in a joyous manner'),\n",
- " ('jubilantly', 'in a joyous manner')]},\n",
+ " ('happily', 'in a joyous manner')]},\n",
" {'answer': 'generally',\n",
" 'hint': 'synonyms for generally',\n",
- " 'clues': [('broadly speaking',\n",
- " 'without regard to specific details or exceptions'),\n",
- " ('mostly', 'usually; as a rule'),\n",
+ " 'clues': [('in general', 'without distinction of one from others'),\n",
+ " ('broadly', 'without regard to specific details or exceptions'),\n",
" ('loosely', 'without regard to specific details or exceptions'),\n",
+ " ('more often than not', 'usually; as a rule'),\n",
" ('in the main', 'without distinction of one from others'),\n",
+ " ('mostly', 'usually; as a rule'),\n",
" ('by and large', 'usually; as a rule'),\n",
- " ('broadly', 'without regard to specific details or exceptions'),\n",
- " ('in general', 'without distinction of one from others'),\n",
- " ('more often than not', 'usually; as a rule')]},\n",
+ " ('broadly speaking',\n",
+ " 'without regard to specific details or exceptions')]},\n",
" {'answer': 'gravely',\n",
" 'hint': 'synonyms for gravely',\n",
- " 'clues': [('severely', 'to a severe or serious degree'),\n",
+ " 'clues': [('seriously', 'to a severe or serious degree'),\n",
+ " ('severely', 'to a severe or serious degree'),\n",
" ('soberly', 'in a grave and sober manner'),\n",
- " ('badly', 'to a severe or serious degree'),\n",
" ('staidly', 'in a grave and sober manner'),\n",
- " ('seriously', 'to a severe or serious degree')]},\n",
+ " ('badly', 'to a severe or serious degree')]},\n",
" {'answer': 'haphazardly',\n",
" 'hint': 'synonyms for haphazardly',\n",
" 'clues': [('haphazard', 'without care; in a slapdash manner'),\n",
" ('at random', 'in a random manner'),\n",
+ " ('willy-nilly', 'in a random manner'),\n",
+ " ('randomly', 'in a random manner'),\n",
" ('every which way', 'in a random manner'),\n",
- " ('indiscriminately', 'in a random manner'),\n",
" ('arbitrarily', 'in a random manner'),\n",
- " ('willy-nilly', 'in a random manner'),\n",
- " ('randomly', 'in a random manner')]},\n",
+ " ('indiscriminately', 'in a random manner')]},\n",
" {'answer': 'happily',\n",
" 'hint': 'synonyms for happily',\n",
- " 'clues': [('merrily', 'in a joyous manner'),\n",
+ " 'clues': [('gayly', 'in a joyous manner'),\n",
" ('blithely', 'in a joyous manner'),\n",
- " ('mirthfully', 'in a joyous manner'),\n",
" ('jubilantly', 'in a joyous manner'),\n",
- " ('gayly', 'in a joyous manner')]},\n",
+ " ('merrily', 'in a joyous manner'),\n",
+ " ('mirthfully', 'in a joyous manner')]},\n",
" {'answer': 'heavily',\n",
" 'hint': 'synonyms for heavily',\n",
" 'clues': [('hard', 'indulging excessively'),\n",
@@ -22017,132 +22042,130 @@
" ('to a great extent', 'to a considerable degree')]},\n",
" {'answer': 'hence',\n",
" 'hint': 'synonyms for hence',\n",
- " 'clues': [('thus',\n",
+ " 'clues': [('thence',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
" ('therefore',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('so',\n",
+ " ('thus',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('thence',\n",
+ " ('so',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result')]},\n",
" {'answer': 'heretofore',\n",
" 'hint': 'synonyms for heretofore',\n",
- " 'clues': [('thus far',\n",
+ " 'clues': [('yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('up to now',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('til now',\n",
+ " ('hitherto',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet',\n",
+ " ('until now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('so far',\n",
+ " ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('hitherto',\n",
+ " ('thus far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('as yet',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('so far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
" {'answer': 'hitherto',\n",
" 'hint': 'synonyms for hitherto',\n",
- " 'clues': [('thus far',\n",
+ " 'clues': [('yet',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('until now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('til now',\n",
+ " ('thus far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet',\n",
+ " ('as yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('so far',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('as yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
" {'answer': 'however',\n",
" 'hint': 'synonyms for however',\n",
" 'clues': [('even so',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('all the same',\n",
+ " ('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('yet',\n",
+ " ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('withal',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('nonetheless',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('notwithstanding',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('still',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('all the same',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('yet',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'ignominiously',\n",
" 'hint': 'synonyms for ignominiously',\n",
- " 'clues': [('dishonorably',\n",
+ " 'clues': [('dishonourably',\n",
" 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('ingloriously', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('shamefully', 'in a dishonorable manner or to a dishonorable degree')]},\n",
" {'answer': 'immediately',\n",
" 'hint': 'synonyms for immediately',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('straight off',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('right away', 'without delay or hesitation; with no time intervening'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('directly', 'without delay or hesitation; with no time intervening'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
- " 'without delay or hesitation; with no time intervening')]},\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'impertinently',\n",
" 'hint': 'synonyms for impertinently',\n",
- " 'clues': [('impudently', 'in an impudent or impertinent manner'),\n",
+ " 'clues': [('freshly', 'in an impudent or impertinent manner'),\n",
" ('pertly', 'in an impudent or impertinent manner'),\n",
- " ('freshly', 'in an impudent or impertinent manner'),\n",
+ " ('impudently', 'in an impudent or impertinent manner'),\n",
" ('saucily', 'in an impudent or impertinent manner')]},\n",
" {'answer': 'imploringly',\n",
" 'hint': 'synonyms for imploringly',\n",
- " 'clues': [('importunately', 'in a beseeching manner'),\n",
- " ('pleadingly', 'in a beseeching manner'),\n",
- " ('beseechingly', 'in a beseeching manner'),\n",
- " ('entreatingly', 'in a beseeching manner')]},\n",
+ " 'clues': [('pleadingly', 'in a beseeching manner'),\n",
+ " ('importunately', 'in a beseeching manner'),\n",
+ " ('entreatingly', 'in a beseeching manner'),\n",
+ " ('beseechingly', 'in a beseeching manner')]},\n",
" {'answer': 'importunately',\n",
" 'hint': 'synonyms for importunately',\n",
" 'clues': [('pleadingly', 'in a beseeching manner'),\n",
- " ('beseechingly', 'in a beseeching manner'),\n",
" ('imploringly', 'in a beseeching manner'),\n",
- " ('entreatingly', 'in a beseeching manner')]},\n",
+ " ('entreatingly', 'in a beseeching manner'),\n",
+ " ('beseechingly', 'in a beseeching manner')]},\n",
" {'answer': 'impudently',\n",
" 'hint': 'synonyms for impudently',\n",
- " 'clues': [('impertinently', 'in an impudent or impertinent manner'),\n",
- " ('saucily', 'in an impudent or impertinent manner'),\n",
+ " 'clues': [('freshly', 'in an impudent or impertinent manner'),\n",
" ('pertly', 'in an impudent or impertinent manner'),\n",
- " ('freshly', 'in an impudent or impertinent manner')]},\n",
+ " ('impertinently', 'in an impudent or impertinent manner'),\n",
+ " ('saucily', 'in an impudent or impertinent manner')]},\n",
" {'answer': 'in_all_likelihood',\n",
" 'hint': 'synonyms for in all likelihood',\n",
- " 'clues': [('in all probability',\n",
- " 'with considerable certainty; without much doubt'),\n",
+ " 'clues': [('belike', 'with considerable certainty; without much doubt'),\n",
+ " ('in all probability', 'with considerable certainty; without much doubt'),\n",
" ('probably', 'with considerable certainty; without much doubt'),\n",
- " ('belike', 'with considerable certainty; without much doubt'),\n",
" ('likely', 'with considerable certainty; without much doubt')]},\n",
" {'answer': 'in_all_probability',\n",
" 'hint': 'synonyms for in all probability',\n",
- " 'clues': [('in all likelihood',\n",
- " 'with considerable certainty; without much doubt'),\n",
+ " 'clues': [('belike', 'with considerable certainty; without much doubt'),\n",
" ('probably', 'with considerable certainty; without much doubt'),\n",
- " ('belike', 'with considerable certainty; without much doubt'),\n",
+ " ('in all likelihood', 'with considerable certainty; without much doubt'),\n",
" ('likely', 'with considerable certainty; without much doubt')]},\n",
" {'answer': 'in_any_case',\n",
" 'hint': 'synonyms for in any case',\n",
- " 'clues': [('anyways',\n",
+ " 'clues': [('at any rate',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('at any rate',\n",
- " 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('in any event',\n",
+ " ('anyway',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('besides', 'making an additional point; anyway'),\n",
" ('anyhow',\n",
+ " 'used to indicate that a statement explains or supports a previous statement'),\n",
+ " ('in any event',\n",
" 'used to indicate that a statement explains or supports a previous statement')]},\n",
" {'answer': 'in_any_event',\n",
" 'hint': 'synonyms for in any event',\n",
@@ -22150,39 +22173,39 @@
" 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('at any rate',\n",
" 'used to indicate that a statement explains or supports a previous statement'),\n",
- " ('in any case',\n",
- " 'used to indicate that a statement explains or supports a previous statement'),\n",
" ('anyhow',\n",
+ " 'used to indicate that a statement explains or supports a previous statement'),\n",
+ " ('in any case',\n",
" 'used to indicate that a statement explains or supports a previous statement')]},\n",
" {'answer': 'in_brief',\n",
" 'hint': 'synonyms for in brief',\n",
- " 'clues': [('in short', 'in a concise manner; in a few words'),\n",
- " ('briefly', 'in a concise manner; in a few words'),\n",
+ " 'clues': [('shortly', 'in a concise manner; in a few words'),\n",
" ('concisely', 'in a concise manner; in a few words'),\n",
- " ('shortly', 'in a concise manner; in a few words')]},\n",
+ " ('in short', 'in a concise manner; in a few words'),\n",
+ " ('briefly', 'in a concise manner; in a few words')]},\n",
" {'answer': 'in_due_course',\n",
" 'hint': 'synonyms for in due course',\n",
" 'clues': [('in due season', 'at the appropriate time'),\n",
- " ('in good time', 'at the appropriate time'),\n",
+ " ('in due time', 'at the appropriate time'),\n",
" ('when the time comes', 'at the appropriate time'),\n",
- " ('in due time', 'at the appropriate time')]},\n",
+ " ('in good time', 'at the appropriate time')]},\n",
" {'answer': 'in_due_season',\n",
" 'hint': 'synonyms for in due season',\n",
- " 'clues': [('in good time', 'at the appropriate time'),\n",
- " ('in due course', 'at the appropriate time'),\n",
+ " 'clues': [('in due course', 'at the appropriate time'),\n",
" ('when the time comes', 'at the appropriate time'),\n",
- " ('in due time', 'at the appropriate time')]},\n",
+ " ('in due time', 'at the appropriate time'),\n",
+ " ('in good time', 'at the appropriate time')]},\n",
" {'answer': 'in_due_time',\n",
" 'hint': 'synonyms for in due time',\n",
" 'clues': [('in due season', 'at the appropriate time'),\n",
- " ('in good time', 'at the appropriate time'),\n",
" ('in due course', 'at the appropriate time'),\n",
- " ('when the time comes', 'at the appropriate time')]},\n",
+ " ('when the time comes', 'at the appropriate time'),\n",
+ " ('in good time', 'at the appropriate time')]},\n",
" {'answer': 'in_good_order',\n",
" 'hint': 'synonyms for in good order',\n",
" 'clues': [('decent', 'in the right manner'),\n",
- " ('right', 'in the right manner'),\n",
" ('the right way', 'in the right manner'),\n",
+ " ('right', 'in the right manner'),\n",
" ('properly', 'in the right manner')]},\n",
" {'answer': 'in_good_time',\n",
" 'hint': 'synonyms for in good time',\n",
@@ -22192,1175 +22215,1170 @@
" ('in due time', 'at the appropriate time')]},\n",
" {'answer': 'in_short',\n",
" 'hint': 'synonyms for in short',\n",
- " 'clues': [('briefly', 'in a concise manner; in a few words'),\n",
+ " 'clues': [('shortly', 'in a concise manner; in a few words'),\n",
" ('concisely', 'in a concise manner; in a few words'),\n",
- " ('in brief', 'in a concise manner; in a few words'),\n",
- " ('shortly', 'in a concise manner; in a few words')]},\n",
+ " ('briefly', 'in a concise manner; in a few words'),\n",
+ " ('in brief', 'in a concise manner; in a few words')]},\n",
" {'answer': 'in_so_far',\n",
" 'hint': 'synonyms for in so far',\n",
- " 'clues': [('to that extent', 'to the degree or extent that'),\n",
- " ('so far', 'to the degree or extent that'),\n",
+ " 'clues': [('so far', 'to the degree or extent that'),\n",
" ('to that degree', 'to the degree or extent that'),\n",
- " ('insofar', 'to the degree or extent that')]},\n",
+ " ('insofar', 'to the degree or extent that'),\n",
+ " ('to that extent', 'to the degree or extent that')]},\n",
" {'answer': 'in_spades',\n",
" 'hint': 'synonyms for in spades',\n",
- " 'clues': [('emphatically', 'without question and beyond doubt'),\n",
- " ('by all odds', 'without question and beyond doubt'),\n",
- " ('decidedly', 'without question and beyond doubt'),\n",
+ " 'clues': [('by all odds', 'without question and beyond doubt'),\n",
+ " ('emphatically', 'without question and beyond doubt'),\n",
" ('definitely', 'without question and beyond doubt'),\n",
+ " ('decidedly', 'without question and beyond doubt'),\n",
" ('unquestionably', 'without question and beyond doubt')]},\n",
" {'answer': 'in_spite_of_appearance',\n",
" 'hint': 'synonyms for in spite of appearance',\n",
" 'clues': [('at heart', 'in reality'),\n",
- " ('deep down', 'in reality'),\n",
" ('inside', 'in reality'),\n",
- " ('at bottom', 'in reality')]},\n",
+ " ('at bottom', 'in reality'),\n",
+ " ('deep down', 'in reality')]},\n",
" {'answer': 'in_the_beginning',\n",
" 'hint': 'synonyms for in the beginning',\n",
- " 'clues': [('earlier', 'before now'),\n",
- " ('originally', 'before now'),\n",
- " ('in the first place', 'before now'),\n",
+ " 'clues': [('primitively', 'with reference to the origin or beginning'),\n",
+ " ('originally', 'with reference to the origin or beginning'),\n",
" ('to begin with', 'before now'),\n",
- " ('primitively', 'with reference to the origin or beginning')]},\n",
+ " ('in the first place', 'before now'),\n",
+ " ('earlier', 'before now')]},\n",
" {'answer': 'in_the_end',\n",
" 'hint': 'synonyms for in the end',\n",
" 'clues': [('finally', 'as the end result of a succession or process'),\n",
- " ('at last', 'as the end result of a succession or process'),\n",
" ('ultimately', 'as the end result of a succession or process'),\n",
" ('at long last', 'as the end result of a succession or process'),\n",
- " ('in the long run', 'after a very lengthy period of time')]},\n",
+ " ('in the long run', 'after a very lengthy period of time'),\n",
+ " ('at last', 'as the end result of a succession or process')]},\n",
" {'answer': 'in_the_first_place',\n",
" 'hint': 'synonyms for in the first place',\n",
- " 'clues': [('earlier', 'before now'),\n",
- " ('primarily', 'of primary import'),\n",
+ " 'clues': [('primarily', 'of primary import'),\n",
" ('in the beginning', 'before now'),\n",
" ('to begin with', 'before now'),\n",
+ " ('earlier', 'before now'),\n",
" ('originally', 'before now')]},\n",
" {'answer': 'in_the_main',\n",
" 'hint': 'synonyms for in the main',\n",
- " 'clues': [('generally', 'without distinction of one from others'),\n",
+ " 'clues': [('in general', 'without distinction of one from others'),\n",
+ " ('mainly', 'for the most part'),\n",
" ('principally', 'for the most part'),\n",
- " ('chiefly', 'for the most part'),\n",
" ('primarily', 'for the most part'),\n",
- " ('in general', 'without distinction of one from others'),\n",
- " ('mainly', 'for the most part')]},\n",
+ " ('generally', 'without distinction of one from others'),\n",
+ " ('chiefly', 'for the most part')]},\n",
" {'answer': 'incessantly',\n",
" 'hint': 'synonyms for incessantly',\n",
- " 'clues': [('unceasingly', 'with unflagging resolve'),\n",
+ " 'clues': [('ceaselessly', 'with unflagging resolve'),\n",
+ " ('unceasingly', 'with unflagging resolve'),\n",
+ " ('continuously', 'with unflagging resolve'),\n",
+ " ('perpetually', 'without interruption'),\n",
+ " ('endlessly', 'with unflagging resolve'),\n",
" ('unendingly', 'with unflagging resolve'),\n",
- " ('ceaselessly', 'with unflagging resolve'),\n",
- " ('always', 'without interruption'),\n",
" ('forever', 'without interruption'),\n",
- " ('perpetually', 'without interruption'),\n",
" ('constantly', 'without interruption'),\n",
- " ('endlessly', 'with unflagging resolve'),\n",
- " ('continuously', 'with unflagging resolve')]},\n",
+ " ('always', 'without interruption')]},\n",
" {'answer': 'incidentally',\n",
" 'hint': 'synonyms for incidentally',\n",
- " 'clues': [('accidentally', 'of a minor or subordinate nature'),\n",
- " ('by the bye', 'introducing a different topic; in point of fact'),\n",
+ " 'clues': [('apropos', 'introducing a different topic; in point of fact'),\n",
" ('by the way', 'introducing a different topic; in point of fact'),\n",
- " ('apropos', 'introducing a different topic; in point of fact')]},\n",
+ " ('accidentally', 'of a minor or subordinate nature'),\n",
+ " ('by the bye', 'introducing a different topic; in point of fact')]},\n",
" {'answer': 'incredibly',\n",
" 'hint': 'synonyms for incredibly',\n",
" 'clues': [('fantastically', 'exceedingly; extremely'),\n",
" ('improbably', 'not easy to believe'),\n",
- " ('implausibly', 'not easy to believe'),\n",
" ('unbelievably', 'not easy to believe'),\n",
+ " ('implausibly', 'not easy to believe'),\n",
" ('fabulously', 'exceedingly; extremely')]},\n",
" {'answer': 'indiscriminately',\n",
" 'hint': 'synonyms for indiscriminately',\n",
" 'clues': [('at random', 'in a random manner'),\n",
- " ('every which way', 'in a random manner'),\n",
- " ('promiscuously', 'in an indiscriminate manner'),\n",
- " ('arbitrarily', 'in a random manner'),\n",
" ('willy-nilly', 'in a random manner'),\n",
" ('randomly', 'in a random manner'),\n",
- " ('haphazardly', 'in a random manner')]},\n",
+ " ('every which way', 'in a random manner'),\n",
+ " ('arbitrarily', 'in a random manner'),\n",
+ " ('haphazardly', 'in a random manner'),\n",
+ " ('promiscuously', 'in an indiscriminate manner')]},\n",
" {'answer': 'individually',\n",
" 'hint': 'synonyms for individually',\n",
- " 'clues': [('severally', 'apart from others'),\n",
- " ('one by one', 'apart from others'),\n",
+ " 'clues': [('one by one', 'apart from others'),\n",
+ " ('severally', 'apart from others'),\n",
+ " ('separately', 'apart from others'),\n",
" ('on an individual basis', 'apart from others'),\n",
- " ('singly', 'apart from others'),\n",
- " ('separately', 'apart from others')]},\n",
+ " ('singly', 'apart from others')]},\n",
" {'answer': 'inevitably',\n",
" 'hint': 'synonyms for inevitably',\n",
- " 'clues': [('of necessity', 'in such a manner as could not be otherwise'),\n",
+ " 'clues': [('unavoidably', 'by necessity'),\n",
+ " ('needs', 'in such a manner as could not be otherwise'),\n",
" ('necessarily', 'in such a manner as could not be otherwise'),\n",
+ " ('of necessity', 'in such a manner as could not be otherwise'),\n",
" ('ineluctably', 'by necessity'),\n",
- " ('needs', 'in such a manner as could not be otherwise'),\n",
- " ('inescapably', 'by necessity'),\n",
- " ('unavoidably', 'by necessity')]},\n",
+ " ('inescapably', 'by necessity')]},\n",
" {'answer': 'ingloriously',\n",
" 'hint': 'synonyms for ingloriously',\n",
- " 'clues': [('dishonorably',\n",
+ " 'clues': [('dishonourably',\n",
" 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('shamefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('ignominiously',\n",
- " 'in a dishonorable manner or to a dishonorable degree')]},\n",
+ " ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('ignominiously', 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('shamefully', 'in a dishonorable manner or to a dishonorable degree')]},\n",
" {'answer': 'insanely',\n",
" 'hint': 'synonyms for insanely',\n",
- " 'clues': [('madly', 'in an insane manner'),\n",
- " ('deucedly', '(used as intensives) extremely'),\n",
- " ('dementedly', 'in an insane manner'),\n",
- " ('devilishly', '(used as intensives) extremely'),\n",
+ " 'clues': [('dementedly', 'in an insane manner'),\n",
" ('crazily', 'in an insane manner'),\n",
- " ('deadly', '(used as intensives) extremely')]},\n",
+ " ('deadly', '(used as intensives) extremely'),\n",
+ " ('devilishly', '(used as intensives) extremely'),\n",
+ " ('madly', '(used as intensives) extremely'),\n",
+ " ('deucedly', '(used as intensives) extremely')]},\n",
" {'answer': 'insofar',\n",
" 'hint': 'synonyms for insofar',\n",
- " 'clues': [('to that extent', 'to the degree or extent that'),\n",
+ " 'clues': [('in so far', 'to the degree or extent that'),\n",
" ('so far', 'to the degree or extent that'),\n",
" ('to that degree', 'to the degree or extent that'),\n",
- " ('in so far', 'to the degree or extent that')]},\n",
+ " ('to that extent', 'to the degree or extent that')]},\n",
" {'answer': 'instantly',\n",
" 'hint': 'synonyms for instantly',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('in a flash', 'without any delay'),\n",
+ " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
" ('right away', 'without delay or hesitation; with no time intervening'),\n",
+ " ('directly', 'without delay or hesitation; with no time intervening'),\n",
+ " ('at once', 'without delay or hesitation; with no time intervening'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
" ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('instantaneously', 'without any delay'),\n",
- " ('directly', 'without delay or hesitation; with no time intervening'),\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
" ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
" ('outright', 'without any delay'),\n",
- " ('in a flash', 'without any delay'),\n",
- " ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
- " ('immediately', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
+ " ('immediately',\n",
" 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'intentionally',\n",
" 'hint': 'synonyms for intentionally',\n",
- " 'clues': [('purposely', 'with intention; in an intentional manner'),\n",
- " ('on purpose', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('on purpose', 'with intention; in an intentional manner'),\n",
" ('by choice', 'with intention; in an intentional manner'),\n",
" ('advisedly', 'with intention; in an intentional manner'),\n",
- " ('deliberately', 'with intention; in an intentional manner'),\n",
+ " ('purposely', 'with intention; in an intentional manner'),\n",
" ('designedly', 'with intention; in an intentional manner'),\n",
- " ('by design', 'with intention; in an intentional manner')]},\n",
+ " ('by design', 'with intention; in an intentional manner'),\n",
+ " ('deliberately', 'with intention; in an intentional manner')]},\n",
" {'answer': 'jubilantly',\n",
" 'hint': 'synonyms for jubilantly',\n",
- " 'clues': [('merrily', 'in a joyous manner'),\n",
- " ('happily', 'in a joyous manner'),\n",
+ " 'clues': [('gayly', 'in a joyous manner'),\n",
" ('blithely', 'in a joyous manner'),\n",
+ " ('merrily', 'in a joyous manner'),\n",
" ('mirthfully', 'in a joyous manner'),\n",
- " ('gayly', 'in a joyous manner')]},\n",
+ " ('happily', 'in a joyous manner')]},\n",
" {'answer': 'just_about',\n",
" 'hint': 'synonyms for just about',\n",
" 'clues': [('roughly',\n",
" '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('around', '(of quantities) imprecise but fairly close to correct'),\n",
" ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
" ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('around', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
" ('about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('approximately',\n",
+ " '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'knavishly',\n",
" 'hint': 'synonyms for knavishly',\n",
- " 'clues': [('foxily', 'in an artful manner'),\n",
- " ('craftily', 'in an artful manner'),\n",
+ " 'clues': [('artfully', 'in an artful manner'),\n",
+ " ('trickily', 'in an artful manner'),\n",
+ " ('foxily', 'in an artful manner'),\n",
" ('slyly', 'in an artful manner'),\n",
" ('cunningly', 'in an artful manner'),\n",
- " ('artfully', 'in an artful manner'),\n",
- " ('trickily', 'in an artful manner')]},\n",
+ " ('craftily', 'in an artful manner')]},\n",
" {'answer': 'lately',\n",
" 'hint': 'synonyms for lately',\n",
" 'clues': [('latterly', 'in the recent past'),\n",
- " ('recently', 'in the recent past'),\n",
+ " ('late', 'in the recent past'),\n",
" ('of late', 'in the recent past'),\n",
- " ('late', 'in the recent past')]},\n",
+ " ('recently', 'in the recent past')]},\n",
" {'answer': 'later_on',\n",
" 'hint': 'synonyms for later on',\n",
- " 'clues': [('later', 'happening at a time subsequent to a reference time'),\n",
- " ('afterward', 'happening at a time subsequent to a reference time'),\n",
+ " 'clues': [('afterwards',\n",
+ " 'happening at a time subsequent to a reference time'),\n",
+ " ('later', 'happening at a time subsequent to a reference time'),\n",
" ('subsequently', 'happening at a time subsequent to a reference time'),\n",
" ('after', 'happening at a time subsequent to a reference time')]},\n",
" {'answer': 'lawfully',\n",
" 'hint': 'synonyms for lawfully',\n",
- " 'clues': [('de jure', 'by law; conforming to the law'),\n",
- " ('legitimately', 'in a manner acceptable to common custom'),\n",
+ " 'clues': [('legally', 'by law; conforming to the law'),\n",
" ('licitly', 'in a manner acceptable to common custom'),\n",
- " ('legally', 'by law; conforming to the law')]},\n",
+ " ('de jure', 'by law; conforming to the law'),\n",
+ " ('legitimately', 'in a manner acceptable to common custom')]},\n",
" {'answer': 'lightly',\n",
" 'hint': 'synonyms for lightly',\n",
- " 'clues': [('light', 'with few burdens'),\n",
- " ('gently', 'with little weight or force'),\n",
- " ('thinly', 'in a small quantity or extent'),\n",
- " ('softly', 'with little weight or force')]},\n",
+ " 'clues': [('thinly', 'in a small quantity or extent'),\n",
+ " ('softly', 'with little weight or force'),\n",
+ " ('light', 'with few burdens'),\n",
+ " ('gently', 'with little weight or force')]},\n",
" {'answer': 'like_a_shot',\n",
" 'hint': 'synonyms for like a shot',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('straight off',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('right away', 'without delay or hesitation; with no time intervening'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('directly', 'without delay or hesitation; with no time intervening'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
- " ('immediately', 'without delay or hesitation; with no time intervening'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('immediately',\n",
" 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'like_crazy',\n",
" 'hint': 'synonyms for like crazy',\n",
- " 'clues': [('like mad', 'with great speed or effort or intensity'),\n",
+ " 'clues': [('like sin', 'with great speed or effort or intensity'),\n",
" ('like thunder', 'with great speed or effort or intensity'),\n",
+ " ('like mad', 'with great speed or effort or intensity'),\n",
" ('like the devil', 'with great speed or effort or intensity'),\n",
- " ('like sin', 'with great speed or effort or intensity'),\n",
" ('like hell', 'with great speed or effort or intensity')]},\n",
" {'answer': 'like_hell',\n",
" 'hint': 'synonyms for like hell',\n",
- " 'clues': [('like mad', 'with great speed or effort or intensity'),\n",
+ " 'clues': [('like sin', 'with great speed or effort or intensity'),\n",
" ('like thunder', 'with great speed or effort or intensity'),\n",
- " ('like the devil', 'with great speed or effort or intensity'),\n",
- " ('like sin', 'with great speed or effort or intensity'),\n",
- " ('like crazy', 'with great speed or effort or intensity')]},\n",
+ " ('like mad', 'with great speed or effort or intensity'),\n",
+ " ('like crazy', 'with great speed or effort or intensity'),\n",
+ " ('like the devil', 'with great speed or effort or intensity')]},\n",
" {'answer': 'like_mad',\n",
" 'hint': 'synonyms for like mad',\n",
- " 'clues': [('like thunder', 'with great speed or effort or intensity'),\n",
+ " 'clues': [('like sin', 'with great speed or effort or intensity'),\n",
+ " ('like thunder', 'with great speed or effort or intensity'),\n",
+ " ('like crazy', 'with great speed or effort or intensity'),\n",
" ('like the devil', 'with great speed or effort or intensity'),\n",
- " ('like sin', 'with great speed or effort or intensity'),\n",
- " ('like hell', 'with great speed or effort or intensity'),\n",
- " ('like crazy', 'with great speed or effort or intensity')]},\n",
+ " ('like hell', 'with great speed or effort or intensity')]},\n",
" {'answer': 'like_sin',\n",
" 'hint': 'synonyms for like sin',\n",
- " 'clues': [('like mad', 'with great speed or effort or intensity'),\n",
- " ('like thunder', 'with great speed or effort or intensity'),\n",
+ " 'clues': [('like thunder', 'with great speed or effort or intensity'),\n",
+ " ('like mad', 'with great speed or effort or intensity'),\n",
+ " ('like crazy', 'with great speed or effort or intensity'),\n",
" ('like the devil', 'with great speed or effort or intensity'),\n",
- " ('like hell', 'with great speed or effort or intensity'),\n",
- " ('like crazy', 'with great speed or effort or intensity')]},\n",
+ " ('like hell', 'with great speed or effort or intensity')]},\n",
" {'answer': 'like_the_devil',\n",
" 'hint': 'synonyms for like the devil',\n",
- " 'clues': [('like mad', 'with great speed or effort or intensity'),\n",
+ " 'clues': [('like sin', 'with great speed or effort or intensity'),\n",
" ('like thunder', 'with great speed or effort or intensity'),\n",
- " ('like sin', 'with great speed or effort or intensity'),\n",
- " ('like hell', 'with great speed or effort or intensity'),\n",
- " ('like crazy', 'with great speed or effort or intensity')]},\n",
+ " ('like mad', 'with great speed or effort or intensity'),\n",
+ " ('like crazy', 'with great speed or effort or intensity'),\n",
+ " ('like hell', 'with great speed or effort or intensity')]},\n",
" {'answer': 'like_thunder',\n",
" 'hint': 'synonyms for like thunder',\n",
- " 'clues': [('like mad', 'with great speed or effort or intensity'),\n",
+ " 'clues': [('like sin', 'with great speed or effort or intensity'),\n",
+ " ('like mad', 'with great speed or effort or intensity'),\n",
+ " ('like crazy', 'with great speed or effort or intensity'),\n",
" ('like the devil', 'with great speed or effort or intensity'),\n",
- " ('like sin', 'with great speed or effort or intensity'),\n",
- " ('like hell', 'with great speed or effort or intensity'),\n",
- " ('like crazy', 'with great speed or effort or intensity')]},\n",
+ " ('like hell', 'with great speed or effort or intensity')]},\n",
" {'answer': 'likewise',\n",
" 'hint': 'synonyms for likewise',\n",
- " 'clues': [('too', 'in addition'),\n",
- " ('as well', 'in addition'),\n",
- " ('also', 'in addition'),\n",
- " ('similarly', 'in like or similar manner; ; - Samuel Johnson'),\n",
+ " 'clues': [('similarly', 'in like or similar manner; ; - Samuel Johnson'),\n",
+ " ('too', 'in addition'),\n",
+ " ('alike', 'equally'),\n",
" ('besides', 'in addition'),\n",
- " ('alike', 'equally')]},\n",
+ " ('also', 'in addition'),\n",
+ " ('as well', 'in addition')]},\n",
" {'answer': 'little_by_little',\n",
" 'hint': 'synonyms for little by little',\n",
- " 'clues': [('in stages', 'a little bit at a time'),\n",
+ " 'clues': [('by small degrees', 'by a short distance'),\n",
" ('by inches', 'by a short distance'),\n",
- " ('by small degrees', 'by a short distance'),\n",
- " ('piecemeal', 'a little bit at a time'),\n",
- " ('bit by bit', 'a little bit at a time')]},\n",
+ " ('bit by bit', 'a little bit at a time'),\n",
+ " ('in stages', 'a little bit at a time'),\n",
+ " ('piecemeal', 'a little bit at a time')]},\n",
" {'answer': 'longitudinally',\n",
" 'hint': 'synonyms for longitudinally',\n",
- " 'clues': [('lengthwise', 'in the direction of the length'),\n",
- " ('longwise', 'in the direction of the length'),\n",
- " ('lengthways', 'in the direction of the length'),\n",
- " ('longways', 'in the direction of the length')]},\n",
+ " 'clues': [('lengthways', 'in the direction of the length'),\n",
+ " ('lengthwise', 'in the direction of the length'),\n",
+ " ('longways', 'in the direction of the length'),\n",
+ " ('longwise', 'in the direction of the length')]},\n",
" {'answer': 'longways',\n",
" 'hint': 'synonyms for longways',\n",
- " 'clues': [('lengthwise', 'in the direction of the length'),\n",
- " ('longwise', 'in the direction of the length'),\n",
- " ('lengthways', 'in the direction of the length'),\n",
- " ('longitudinally', 'in the direction of the length')]},\n",
+ " 'clues': [('lengthways', 'in the direction of the length'),\n",
+ " ('longitudinally', 'in the direction of the length'),\n",
+ " ('lengthwise', 'in the direction of the length'),\n",
+ " ('longwise', 'in the direction of the length')]},\n",
" {'answer': 'longwise',\n",
" 'hint': 'synonyms for longwise',\n",
- " 'clues': [('lengthwise', 'in the direction of the length'),\n",
- " ('lengthways', 'in the direction of the length'),\n",
+ " 'clues': [('lengthways', 'in the direction of the length'),\n",
" ('longitudinally', 'in the direction of the length'),\n",
+ " ('lengthwise', 'in the direction of the length'),\n",
" ('longways', 'in the direction of the length')]},\n",
" {'answer': 'loosely',\n",
" 'hint': 'synonyms for loosely',\n",
- " 'clues': [('broadly', 'without regard to specific details or exceptions'),\n",
- " ('broadly speaking', 'without regard to specific details or exceptions'),\n",
+ " 'clues': [('broadly speaking',\n",
+ " 'without regard to specific details or exceptions'),\n",
+ " ('broadly', 'without regard to specific details or exceptions'),\n",
" ('slackly', 'in a relaxed manner; not rigid'),\n",
" ('generally', 'without regard to specific details or exceptions')]},\n",
" {'answer': 'lots',\n",
" 'hint': 'synonyms for lots',\n",
- " 'clues': [('much', 'to a very great degree or extent'),\n",
- " ('a good deal', 'to a very great degree or extent'),\n",
- " ('a lot', 'to a very great degree or extent'),\n",
+ " 'clues': [('a good deal', 'to a very great degree or extent'),\n",
+ " ('much', 'to a very great degree or extent'),\n",
" ('very much', 'to a very great degree or extent'),\n",
+ " ('a lot', 'to a very great degree or extent'),\n",
" ('a great deal', 'to a very great degree or extent')]},\n",
" {'answer': 'loudly',\n",
" 'hint': 'synonyms for loudly',\n",
" 'clues': [('forte',\n",
" 'used as a direction in music; to be played relatively loudly'),\n",
- " ('loud', 'with relatively high volume'),\n",
+ " ('aloud', 'with relatively high volume'),\n",
" ('clamorously', 'in manner that attracts attention'),\n",
" ('obstreperously', 'in manner that attracts attention')]},\n",
" {'answer': 'madly',\n",
" 'hint': 'synonyms for madly',\n",
- " 'clues': [('insanely', '(used as intensives) extremely'),\n",
+ " 'clues': [('dementedly', 'in an insane manner'),\n",
+ " ('insanely', '(used as intensives) extremely'),\n",
" ('deucedly', '(used as intensives) extremely'),\n",
- " ('devilishly', '(used as intensives) extremely'),\n",
- " ('crazily', 'in an insane manner'),\n",
" ('frantically', 'in an uncontrolled manner'),\n",
+ " ('crazily', 'in an insane manner'),\n",
" ('deadly', '(used as intensives) extremely'),\n",
- " ('dementedly', 'in an insane manner')]},\n",
+ " ('devilishly', '(used as intensives) extremely')]},\n",
" {'answer': 'magnificently',\n",
" 'hint': 'synonyms for magnificently',\n",
- " 'clues': [('gorgeously', 'in an impressively beautiful manner'),\n",
- " ('splendidly', 'in an impressively beautiful manner'),\n",
+ " 'clues': [('splendidly', 'extremely well'),\n",
+ " ('excellently', 'extremely well'),\n",
" ('famously', 'extremely well'),\n",
- " ('resplendently', 'in an impressively beautiful manner'),\n",
- " ('excellently', 'extremely well')]},\n",
+ " ('gorgeously', 'in an impressively beautiful manner'),\n",
+ " ('resplendently', 'in an impressively beautiful manner')]},\n",
" {'answer': 'mainly',\n",
" 'hint': 'synonyms for mainly',\n",
- " 'clues': [('primarily', 'for the most part'),\n",
- " ('in the main', 'for the most part'),\n",
+ " 'clues': [('in the main', 'for the most part'),\n",
" ('principally', 'for the most part'),\n",
+ " ('primarily', 'for the most part'),\n",
" ('chiefly', 'for the most part')]},\n",
" {'answer': 'manifestly',\n",
" 'hint': 'synonyms for manifestly',\n",
- " 'clues': [('evidently',\n",
- " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('plainly',\n",
+ " 'clues': [('patently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('apparently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
+ " ('evidently',\n",
+ " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('obviously',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('patently',\n",
+ " ('plain',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\")]},\n",
" {'answer': 'marvellously',\n",
" 'hint': 'synonyms for marvellously',\n",
- " 'clues': [('wonderfully', '(used as an intensifier) extremely well'),\n",
- " ('terrifically', '(used as an intensifier) extremely well'),\n",
- " ('marvelously', '(used as an intensifier) extremely well'),\n",
- " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('marvelously', '(used as an intensifier) extremely well'),\n",
" ('toppingly', '(used as an intensifier) extremely well'),\n",
- " ('superbly', '(used as an intensifier) extremely well')]},\n",
+ " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " ('superbly', '(used as an intensifier) extremely well'),\n",
+ " ('wonderfully', '(used as an intensifier) extremely well'),\n",
+ " ('terrifically', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'marvelously',\n",
" 'hint': 'synonyms for marvelously',\n",
- " 'clues': [('wonderfully', '(used as an intensifier) extremely well'),\n",
- " ('terrifically', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('toppingly', '(used as an intensifier) extremely well'),\n",
" ('wondrous', '(used as an intensifier) extremely well'),\n",
- " ('marvellously', '(used as an intensifier) extremely well'),\n",
- " ('toppingly', '(used as an intensifier) extremely well'),\n",
- " ('superbly', '(used as an intensifier) extremely well')]},\n",
+ " ('superbly', '(used as an intensifier) extremely well'),\n",
+ " ('wonderfully', '(used as an intensifier) extremely well'),\n",
+ " ('terrifically', '(used as an intensifier) extremely well'),\n",
+ " ('marvellously', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'maybe',\n",
" 'hint': 'synonyms for maybe',\n",
" 'clues': [('peradventure', 'by chance'),\n",
" ('possibly', 'by chance'),\n",
" ('perhaps', 'by chance'),\n",
- " ('mayhap', 'by chance'),\n",
- " ('perchance', 'by chance')]},\n",
+ " ('perchance', 'by chance'),\n",
+ " ('mayhap', 'by chance')]},\n",
" {'answer': 'mayhap',\n",
" 'hint': 'synonyms for mayhap',\n",
- " 'clues': [('maybe', 'by chance'),\n",
- " ('peradventure', 'by chance'),\n",
- " ('possibly', 'by chance'),\n",
+ " 'clues': [('possibly', 'by chance'),\n",
" ('perhaps', 'by chance'),\n",
- " ('perchance', 'by chance')]},\n",
+ " ('perchance', 'by chance'),\n",
+ " ('maybe', 'by chance'),\n",
+ " ('peradventure', 'by chance')]},\n",
" {'answer': 'meanly',\n",
" 'hint': 'synonyms for meanly',\n",
- " 'clues': [('basely', 'in a despicable, ignoble manner'),\n",
- " ('nastily', 'in a nasty ill-tempered manner'),\n",
- " ('humbly', 'in a miserly manner'),\n",
- " ('scurvily', 'in a despicable, ignoble manner')]},\n",
+ " 'clues': [('humbly', 'in a miserly manner'),\n",
+ " ('scurvily', 'in a despicable, ignoble manner'),\n",
+ " ('basely', 'in a despicable, ignoble manner'),\n",
+ " ('nastily', 'in a nasty ill-tempered manner')]},\n",
" {'answer': 'merely',\n",
" 'hint': 'synonyms for merely',\n",
- " 'clues': [('simply', 'and nothing more'),\n",
+ " 'clues': [('just', 'and nothing more'),\n",
" ('but', 'and nothing more'),\n",
" ('only', 'and nothing more'),\n",
- " ('just', 'and nothing more')]},\n",
+ " ('simply', 'and nothing more')]},\n",
" {'answer': 'merrily',\n",
" 'hint': 'synonyms for merrily',\n",
- " 'clues': [('happily', 'in a joyous manner'),\n",
+ " 'clues': [('gayly', 'in a joyous manner'),\n",
" ('blithely', 'in a joyous manner'),\n",
- " ('mirthfully', 'in a joyous manner'),\n",
" ('jubilantly', 'in a joyous manner'),\n",
- " ('gayly', 'in a joyous manner')]},\n",
+ " ('mirthfully', 'in a joyous manner'),\n",
+ " ('happily', 'in a joyous manner')]},\n",
" {'answer': 'mirthfully',\n",
" 'hint': 'synonyms for mirthfully',\n",
- " 'clues': [('merrily', 'in a joyous manner'),\n",
- " ('happily', 'in a joyous manner'),\n",
+ " 'clues': [('gayly', 'in a joyous manner'),\n",
" ('blithely', 'in a joyous manner'),\n",
" ('jubilantly', 'in a joyous manner'),\n",
- " ('gayly', 'in a joyous manner')]},\n",
+ " ('merrily', 'in a joyous manner'),\n",
+ " ('happily', 'in a joyous manner')]},\n",
" {'answer': 'mockingly',\n",
" 'hint': 'synonyms for mockingly',\n",
- " 'clues': [('gibingly', 'in a disrespectful jeering manner'),\n",
- " ('scoffingly', 'in a disrespectful and mocking manner'),\n",
+ " 'clues': [('jeeringly', 'in a disrespectful jeering manner'),\n",
+ " ('derisively', 'in a disrespectful and mocking manner'),\n",
+ " ('gibingly', 'in a disrespectful jeering manner'),\n",
" ('derisorily', 'in a disrespectful and mocking manner'),\n",
- " ('jeeringly', 'in a disrespectful jeering manner'),\n",
- " ('derisively', 'in a disrespectful and mocking manner')]},\n",
+ " ('scoffingly', 'in a disrespectful and mocking manner')]},\n",
" {'answer': 'moderately',\n",
" 'hint': 'synonyms for moderately',\n",
- " 'clues': [('somewhat', 'to a moderately sufficient extent or degree'),\n",
- " ('passably', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('fairly', 'to a moderately sufficient extent or degree'),\n",
+ " ('jolly', 'to a moderately sufficient extent or degree'),\n",
" ('middling', 'to a moderately sufficient extent or degree'),\n",
- " ('pretty', 'to a moderately sufficient extent or degree'),\n",
+ " ('somewhat', 'to a moderately sufficient extent or degree'),\n",
" ('reasonably', 'to a moderately sufficient extent or degree'),\n",
- " ('jolly', 'to a moderately sufficient extent or degree'),\n",
- " ('fairly', 'to a moderately sufficient extent or degree')]},\n",
+ " ('pretty', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'monstrously',\n",
" 'hint': 'synonyms for monstrously',\n",
- " 'clues': [('grotesquely', 'in a grotesque manner'),\n",
+ " 'clues': [('horridly', 'in a hideous manner'),\n",
" ('heinously', 'in a terribly evil manner'),\n",
" ('hideously', 'in a hideous manner'),\n",
- " ('horridly', 'in a hideous manner')]},\n",
+ " ('grotesquely', 'in a grotesque manner')]},\n",
" {'answer': 'more_or_less',\n",
" 'hint': 'synonyms for more or less',\n",
" 'clues': [('roughly',\n",
" '(of quantities) imprecise but fairly close to correct'),\n",
- " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
" ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('somewhat', 'to a small degree or extent'),\n",
" ('around', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
- " ('slightly', 'to a small degree or extent'),\n",
+ " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
" ('about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('somewhat', 'to a small degree or extent'),\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('slightly', 'to a small degree or extent'),\n",
+ " ('approximately',\n",
+ " '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'mostly',\n",
" 'hint': 'synonyms for mostly',\n",
- " 'clues': [('for the most part', 'in large part; mainly or chiefly'),\n",
- " ('generally', 'usually; as a rule'),\n",
+ " 'clues': [('more often than not', 'usually; as a rule'),\n",
" ('by and large', 'usually; as a rule'),\n",
- " ('largely', 'in large part; mainly or chiefly'),\n",
- " ('more often than not', 'usually; as a rule')]},\n",
+ " ('for the most part', 'in large part; mainly or chiefly'),\n",
+ " ('generally', 'usually; as a rule'),\n",
+ " ('largely', 'in large part; mainly or chiefly')]},\n",
" {'answer': 'mulishly',\n",
" 'hint': 'synonyms for mulishly',\n",
- " 'clues': [('stubbornly', 'in a stubborn unregenerate manner'),\n",
- " ('obstinately', 'in a stubborn unregenerate manner'),\n",
+ " 'clues': [('obstinately', 'in a stubborn unregenerate manner'),\n",
+ " ('cussedly', 'in a stubborn unregenerate manner'),\n",
+ " ('stubbornly', 'in a stubborn unregenerate manner'),\n",
" ('obdurately', 'in a stubborn unregenerate manner'),\n",
- " ('pig-headedly', 'in a stubborn unregenerate manner'),\n",
- " ('cussedly', 'in a stubborn unregenerate manner')]},\n",
+ " ('pig-headedly', 'in a stubborn unregenerate manner')]},\n",
" {'answer': 'namely',\n",
" 'hint': 'synonyms for namely',\n",
- " 'clues': [('to wit', 'as follows'),\n",
+ " 'clues': [('videlicet', 'as follows'),\n",
+ " ('to wit', 'as follows'),\n",
" ('that is to say', 'as follows'),\n",
- " ('viz.', 'as follows'),\n",
- " ('videlicet', 'as follows')]},\n",
+ " ('viz.', 'as follows')]},\n",
" {'answer': 'nearly',\n",
" 'hint': 'synonyms for nearly',\n",
" 'clues': [('nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('almost',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('well-nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('most',\n",
+ " ('closely', 'in a close manner'),\n",
+ " ('almost',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('virtually',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('intimately', 'in a close manner'),\n",
" ('near',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('about',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('closely', 'in a close manner'),\n",
- " ('virtually',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but')]},\n",
+ " ('most',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('intimately', 'in a close manner')]},\n",
" {'answer': 'necessarily',\n",
" 'hint': 'synonyms for necessarily',\n",
- " 'clues': [('needfully', 'in an essential manner'),\n",
+ " 'clues': [('inevitably', 'in such a manner as could not be otherwise'),\n",
+ " ('needfully', 'in an essential manner'),\n",
" ('of necessity', 'in such a manner as could not be otherwise'),\n",
- " ('inevitably', 'in such a manner as could not be otherwise'),\n",
" ('needs', 'in such a manner as could not be otherwise')]},\n",
" {'answer': 'nevertheless',\n",
" 'hint': 'synonyms for nevertheless',\n",
" 'clues': [('even so',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('all the same',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
- " ('yet',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
- " ('withal',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('however',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('withal',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
" ('still',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
+ " ('all the same',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('yet',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'nonetheless',\n",
" 'hint': 'synonyms for nonetheless',\n",
" 'clues': [('even so',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('all the same',\n",
+ " ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('yet',\n",
+ " ('however',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('withal',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('notwithstanding',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('still',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
+ " ('all the same',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('yet',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'normally',\n",
" 'hint': 'synonyms for normally',\n",
- " 'clues': [('unremarkably', 'under normal conditions'),\n",
- " ('usually', 'under normal conditions'),\n",
- " ('ordinarily', 'under normal conditions'),\n",
- " ('commonly', 'under normal conditions')]},\n",
+ " 'clues': [('ordinarily', 'under normal conditions'),\n",
+ " ('commonly', 'under normal conditions'),\n",
+ " ('unremarkably', 'under normal conditions'),\n",
+ " ('usually', 'under normal conditions')]},\n",
" {'answer': 'notwithstanding',\n",
" 'hint': 'synonyms for notwithstanding',\n",
" 'clues': [('even so',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('all the same',\n",
+ " ('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('yet',\n",
+ " ('however',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('withal',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('nonetheless',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('still',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
+ " ('all the same',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('yet',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'now',\n",
" 'hint': 'synonyms for now',\n",
- " 'clues': [('right away',\n",
+ " 'clues': [('straight off',\n",
" 'without delay or hesitation; with no time intervening'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
- " ('directly', 'without delay or hesitation; with no time intervening'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
" ('at present', 'at the present moment'),\n",
+ " ('right away', 'without delay or hesitation; with no time intervening'),\n",
+ " ('directly', 'without delay or hesitation; with no time intervening'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('today', 'in these times; - Nancy Mitford'),\n",
- " ('nowadays', 'in these times; - Nancy Mitford'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
" ('immediately', 'without delay or hesitation; with no time intervening'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
- " 'without delay or hesitation; with no time intervening')]},\n",
+ " ('today', 'in these times; - Nancy Mitford'),\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
+ " ('nowadays', 'in these times; - Nancy Mitford')]},\n",
" {'answer': 'now_and_again',\n",
" 'hint': 'synonyms for now and again',\n",
" 'clues': [('occasionally', 'now and then or here and there'),\n",
" ('at times', 'now and then or here and there'),\n",
- " ('on occasion', 'now and then or here and there'),\n",
- " ('now and then', 'now and then or here and there'),\n",
" ('once in a while', 'now and then or here and there'),\n",
- " ('from time to time', 'now and then or here and there')]},\n",
+ " ('on occasion', 'now and then or here and there'),\n",
+ " ('from time to time', 'now and then or here and there'),\n",
+ " ('now and then', 'now and then or here and there')]},\n",
" {'answer': 'now_and_then',\n",
" 'hint': 'synonyms for now and then',\n",
- " 'clues': [('occasionally', 'now and then or here and there'),\n",
+ " 'clues': [('once in a while', 'now and then or here and there'),\n",
+ " ('occasionally', 'now and then or here and there'),\n",
" ('at times', 'now and then or here and there'),\n",
- " ('on occasion', 'now and then or here and there'),\n",
- " ('once in a while', 'now and then or here and there'),\n",
" ('now and again', 'now and then or here and there'),\n",
+ " ('on occasion', 'now and then or here and there'),\n",
" ('from time to time', 'now and then or here and there')]},\n",
" {'answer': 'nuttily',\n",
" 'hint': 'synonyms for nuttily',\n",
- " 'clues': [('dottily', 'in a mildly insane manner'),\n",
+ " 'clues': [('balmily', 'in a mildly insane manner'),\n",
" ('daftly', 'in a mildly insane manner'),\n",
- " ('wackily', 'in a mildly insane manner'),\n",
- " ('balmily', 'in a mildly insane manner')]},\n",
+ " ('dottily', 'in a mildly insane manner'),\n",
+ " ('wackily', 'in a mildly insane manner')]},\n",
" {'answer': 'obdurately',\n",
" 'hint': 'synonyms for obdurately',\n",
- " 'clues': [('stubbornly', 'in a stubborn unregenerate manner'),\n",
- " ('obstinately', 'in a stubborn unregenerate manner'),\n",
+ " 'clues': [('obstinately', 'in a stubborn unregenerate manner'),\n",
" ('cussedly', 'in a stubborn unregenerate manner'),\n",
- " ('pig-headedly', 'in a stubborn unregenerate manner'),\n",
- " ('mulishly', 'in a stubborn unregenerate manner')]},\n",
+ " ('mulishly', 'in a stubborn unregenerate manner'),\n",
+ " ('stubbornly', 'in a stubborn unregenerate manner'),\n",
+ " ('pig-headedly', 'in a stubborn unregenerate manner')]},\n",
" {'answer': 'obliquely',\n",
" 'hint': 'synonyms for obliquely',\n",
- " 'clues': [('aslant', 'at an oblique angle'),\n",
- " ('athwart', 'at an oblique angle'),\n",
- " ('sidelong', 'to, toward or at one side'),\n",
- " ('sideways', 'to, toward or at one side')]},\n",
+ " 'clues': [('athwart', 'at an oblique angle'),\n",
+ " ('sideways', 'to, toward or at one side'),\n",
+ " ('aslant', 'at an oblique angle'),\n",
+ " ('sidelong', 'to, toward or at one side')]},\n",
" {'answer': 'obstinately',\n",
" 'hint': 'synonyms for obstinately',\n",
- " 'clues': [('stubbornly', 'in a stubborn unregenerate manner'),\n",
- " ('cussedly', 'in a stubborn unregenerate manner'),\n",
- " ('pig-headedly', 'in a stubborn unregenerate manner'),\n",
+ " 'clues': [('cussedly', 'in a stubborn unregenerate manner'),\n",
" ('mulishly', 'in a stubborn unregenerate manner'),\n",
- " ('obdurately', 'in a stubborn unregenerate manner')]},\n",
+ " ('stubbornly', 'in a stubborn unregenerate manner'),\n",
+ " ('obdurately', 'in a stubborn unregenerate manner'),\n",
+ " ('pig-headedly', 'in a stubborn unregenerate manner')]},\n",
" {'answer': 'obviously',\n",
" 'hint': 'synonyms for obviously',\n",
- " 'clues': [('evidently',\n",
+ " 'clues': [('patently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('manifestly',\n",
+ " ('apparently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('plainly',\n",
+ " ('evidently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('apparently',\n",
+ " ('manifestly',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('patently',\n",
+ " ('plain',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\")]},\n",
" {'answer': 'occasionally',\n",
" 'hint': 'synonyms for occasionally',\n",
- " 'clues': [('at times', 'now and then or here and there'),\n",
- " ('on occasion', 'now and then or here and there'),\n",
- " ('now and then', 'now and then or here and there'),\n",
- " ('once in a while', 'now and then or here and there'),\n",
+ " 'clues': [('once in a while', 'now and then or here and there'),\n",
+ " ('at times', 'now and then or here and there'),\n",
" ('now and again', 'now and then or here and there'),\n",
- " ('from time to time', 'now and then or here and there')]},\n",
+ " ('on occasion', 'now and then or here and there'),\n",
+ " ('from time to time', 'now and then or here and there'),\n",
+ " ('now and then', 'now and then or here and there')]},\n",
" {'answer': 'oddly',\n",
" 'hint': 'synonyms for oddly',\n",
- " 'clues': [('peculiarly',\n",
+ " 'clues': [('curiously',\n",
" 'in a manner differing from the usual or expected'),\n",
+ " ('funnily', 'in a strange manner'),\n",
" ('strangely', 'in a strange manner'),\n",
- " ('curiously', 'in a manner differing from the usual or expected'),\n",
" ('queerly', 'in a strange manner'),\n",
- " ('funnily', 'in a strange manner')]},\n",
+ " ('peculiarly', 'in a manner differing from the usual or expected')]},\n",
" {'answer': 'often',\n",
" 'hint': 'synonyms for often',\n",
- " 'clues': [('oft', 'many times at short intervals'),\n",
- " ('a great deal', 'frequently or in great quantities'),\n",
- " ('ofttimes', 'many times at short intervals'),\n",
+ " 'clues': [('a great deal', 'frequently or in great quantities'),\n",
" ('frequently', 'many times at short intervals'),\n",
- " ('much', 'frequently or in great quantities')]},\n",
+ " ('oft', 'many times at short intervals'),\n",
+ " ('much', 'frequently or in great quantities'),\n",
+ " ('oftentimes', 'many times at short intervals')]},\n",
" {'answer': 'oftentimes',\n",
" 'hint': 'synonyms for oftentimes',\n",
" 'clues': [('oft', 'many times at short intervals'),\n",
+ " ('often', 'many times at short intervals'),\n",
" ('frequently', 'many times at short intervals'),\n",
- " ('ofttimes', 'many times at short intervals'),\n",
- " ('often', 'many times at short intervals')]},\n",
+ " ('ofttimes', 'many times at short intervals')]},\n",
" {'answer': 'ofttimes',\n",
" 'hint': 'synonyms for ofttimes',\n",
" 'clues': [('oft', 'many times at short intervals'),\n",
+ " ('often', 'many times at short intervals'),\n",
" ('frequently', 'many times at short intervals'),\n",
- " ('oftentimes', 'many times at short intervals'),\n",
- " ('often', 'many times at short intervals')]},\n",
+ " ('oftentimes', 'many times at short intervals')]},\n",
" {'answer': 'on_an_individual_basis',\n",
" 'hint': 'synonyms for on an individual basis',\n",
- " 'clues': [('severally', 'apart from others'),\n",
- " ('one by one', 'apart from others'),\n",
+ " 'clues': [('one by one', 'apart from others'),\n",
+ " ('severally', 'apart from others'),\n",
+ " ('separately', 'apart from others'),\n",
" ('individually', 'apart from others'),\n",
- " ('singly', 'apart from others'),\n",
- " ('separately', 'apart from others')]},\n",
+ " ('singly', 'apart from others')]},\n",
" {'answer': 'on_occasion',\n",
" 'hint': 'synonyms for on occasion',\n",
- " 'clues': [('occasionally', 'now and then or here and there'),\n",
+ " 'clues': [('once in a while', 'now and then or here and there'),\n",
+ " ('occasionally', 'now and then or here and there'),\n",
" ('at times', 'now and then or here and there'),\n",
- " ('now and then', 'now and then or here and there'),\n",
- " ('once in a while', 'now and then or here and there'),\n",
" ('now and again', 'now and then or here and there'),\n",
- " ('from time to time', 'now and then or here and there')]},\n",
+ " ('from time to time', 'now and then or here and there'),\n",
+ " ('now and then', 'now and then or here and there')]},\n",
" {'answer': 'on_purpose',\n",
" 'hint': 'synonyms for on purpose',\n",
- " 'clues': [('purposely', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('by choice', 'with intention; in an intentional manner'),\n",
" ('intentionally', 'with intention; in an intentional manner'),\n",
- " ('by choice', 'with intention; in an intentional manner'),\n",
" ('advisedly', 'with intention; in an intentional manner'),\n",
- " ('deliberately', 'with intention; in an intentional manner'),\n",
+ " ('purposely', 'with intention; in an intentional manner'),\n",
" ('designedly', 'with intention; in an intentional manner'),\n",
- " ('by design', 'with intention; in an intentional manner')]},\n",
+ " ('by design', 'with intention; in an intentional manner'),\n",
+ " ('deliberately', 'with intention; in an intentional manner')]},\n",
" {'answer': 'on_the_dot',\n",
" 'hint': 'synonyms for on the dot',\n",
- " 'clues': [('precisely', 'just as it should be'),\n",
- " ('on the nose', 'just as it should be'),\n",
+ " 'clues': [('on the button', 'just as it should be'),\n",
+ " ('precisely', 'just as it should be'),\n",
" ('exactly', 'just as it should be'),\n",
- " ('on the button', 'just as it should be')]},\n",
+ " ('on the nose', 'just as it should be')]},\n",
" {'answer': 'once',\n",
" 'hint': 'synonyms for once',\n",
- " 'clues': [('at one time', 'at a previous time'),\n",
- " ('erstwhile', 'at a previous time'),\n",
- " ('erst', 'at a previous time'),\n",
- " ('in one case', 'on one occasion'),\n",
+ " 'clues': [('in one case', 'on one occasion'),\n",
" ('one time', 'on one occasion'),\n",
- " ('formerly', 'at a previous time')]},\n",
+ " ('at one time', 'at a previous time'),\n",
+ " ('erst', 'at a previous time'),\n",
+ " ('formerly', 'at a previous time'),\n",
+ " ('erstwhile', 'at a previous time')]},\n",
" {'answer': 'once_in_a_while',\n",
" 'hint': 'synonyms for once in a while',\n",
" 'clues': [('occasionally', 'now and then or here and there'),\n",
" ('at times', 'now and then or here and there'),\n",
- " ('on occasion', 'now and then or here and there'),\n",
- " ('now and then', 'now and then or here and there'),\n",
" ('now and again', 'now and then or here and there'),\n",
- " ('from time to time', 'now and then or here and there')]},\n",
+ " ('on occasion', 'now and then or here and there'),\n",
+ " ('from time to time', 'now and then or here and there'),\n",
+ " ('now and then', 'now and then or here and there')]},\n",
" {'answer': 'one_by_one',\n",
" 'hint': 'synonyms for one by one',\n",
- " 'clues': [('by the piece', 'one piece at a time'),\n",
- " ('one after another', 'in single file'),\n",
+ " 'clues': [('severally', 'apart from others'),\n",
" ('separately', 'apart from others'),\n",
- " ('individually', 'apart from others'),\n",
- " ('severally', 'apart from others'),\n",
- " ('on an individual basis', 'apart from others'),\n",
" ('singly', 'apart from others'),\n",
- " ('one at a time', 'in single file')]},\n",
+ " ('one after another', 'in single file'),\n",
+ " ('by the piece', 'one piece at a time'),\n",
+ " ('one at a time', 'in single file'),\n",
+ " ('individually', 'apart from others'),\n",
+ " ('on an individual basis', 'apart from others')]},\n",
" {'answer': 'onward',\n",
" 'hint': 'synonyms for onward',\n",
" 'clues': [('forward', 'in a forward direction'),\n",
" ('onwards', 'in a forward direction'),\n",
- " ('forth', 'forward in time or order or degree'),\n",
+ " ('ahead', 'in a forward direction'),\n",
" ('forrader', 'in a forward direction'),\n",
- " ('ahead', 'in a forward direction')]},\n",
+ " ('forth', 'forward in time or order or degree')]},\n",
" {'answer': 'onwards',\n",
" 'hint': 'synonyms for onwards',\n",
- " 'clues': [('forward', 'in a forward direction'),\n",
- " ('onward', 'in a forward direction'),\n",
+ " 'clues': [('onward', 'in a forward direction'),\n",
+ " ('forwards', 'in a forward direction'),\n",
" ('forrader', 'in a forward direction'),\n",
" ('ahead', 'in a forward direction')]},\n",
" {'answer': 'or_so',\n",
" 'hint': 'synonyms for or so',\n",
" 'clues': [('roughly',\n",
" '(of quantities) imprecise but fairly close to correct'),\n",
- " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
" ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
" ('around', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
" ('about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('approximately',\n",
+ " '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'ordinarily',\n",
" 'hint': 'synonyms for ordinarily',\n",
- " 'clues': [('unremarkably', 'under normal conditions'),\n",
+ " 'clues': [('commonly', 'under normal conditions'),\n",
+ " ('unremarkably', 'under normal conditions'),\n",
" ('normally', 'under normal conditions'),\n",
- " ('usually', 'under normal conditions'),\n",
- " ('commonly', 'under normal conditions')]},\n",
+ " ('usually', 'under normal conditions')]},\n",
" {'answer': 'originally',\n",
" 'hint': 'synonyms for originally',\n",
- " 'clues': [('in the beginning',\n",
- " 'with reference to the origin or beginning'),\n",
- " ('earlier', 'before now'),\n",
- " ('in the first place', 'before now'),\n",
+ " 'clues': [('primitively', 'with reference to the origin or beginning'),\n",
+ " ('in the beginning', 'before now'),\n",
" ('to begin with', 'before now'),\n",
- " ('primitively', 'with reference to the origin or beginning')]},\n",
+ " ('in the first place', 'before now'),\n",
+ " ('earlier', 'before now')]},\n",
" {'answer': 'over_and_over',\n",
" 'hint': 'synonyms for over and over',\n",
- " 'clues': [('time and again', 'repeatedly'),\n",
- " ('again and again', 'repeatedly'),\n",
+ " 'clues': [('time and time again', 'repeatedly'),\n",
+ " ('time and again', 'repeatedly'),\n",
" ('over and over again', 'repeatedly'),\n",
- " ('time and time again', 'repeatedly')]},\n",
+ " ('again and again', 'repeatedly')]},\n",
" {'answer': 'over_and_over_again',\n",
" 'hint': 'synonyms for over and over again',\n",
- " 'clues': [('time and again', 'repeatedly'),\n",
- " ('again and again', 'repeatedly'),\n",
+ " 'clues': [('time and time again', 'repeatedly'),\n",
+ " ('time and again', 'repeatedly'),\n",
" ('over and over', 'repeatedly'),\n",
- " ('time and time again', 'repeatedly')]},\n",
+ " ('again and again', 'repeatedly')]},\n",
" {'answer': 'p.a.',\n",
" 'hint': 'synonyms for p.a.',\n",
- " 'clues': [('annually',\n",
- " 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('per annum',\n",
+ " 'clues': [('per year',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
" ('each year',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('per year',\n",
+ " ('per annum',\n",
+ " 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
+ " ('annually',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)')]},\n",
" {'answer': 'passably',\n",
" 'hint': 'synonyms for passably',\n",
- " 'clues': [('somewhat', 'to a moderately sufficient extent or degree'),\n",
- " ('reasonably', 'to a moderately sufficient extent or degree'),\n",
- " ('middling', 'to a moderately sufficient extent or degree'),\n",
- " ('pretty', 'to a moderately sufficient extent or degree'),\n",
- " ('moderately', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('moderately', 'to a moderately sufficient extent or degree'),\n",
+ " ('fairly', 'to a moderately sufficient extent or degree'),\n",
" ('jolly', 'to a moderately sufficient extent or degree'),\n",
- " ('fairly', 'to a moderately sufficient extent or degree')]},\n",
+ " ('middling', 'to a moderately sufficient extent or degree'),\n",
+ " ('somewhat', 'to a moderately sufficient extent or degree'),\n",
+ " ('reasonably', 'to a moderately sufficient extent or degree'),\n",
+ " ('pretty', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'patently',\n",
" 'hint': 'synonyms for patently',\n",
- " 'clues': [('evidently',\n",
+ " 'clues': [('apparently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('manifestly',\n",
+ " ('evidently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('plainly',\n",
+ " ('obviously',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('apparently',\n",
+ " ('manifestly',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('obviously',\n",
+ " ('plain',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\")]},\n",
" {'answer': 'peculiarly',\n",
" 'hint': 'synonyms for peculiarly',\n",
" 'clues': [('particularly',\n",
" 'to a distinctly greater extent or degree than is common'),\n",
- " ('oddly', 'in a manner differing from the usual or expected'),\n",
" ('curiously', 'in a manner differing from the usual or expected'),\n",
- " ('especially',\n",
- " 'to a distinctly greater extent or degree than is common')]},\n",
+ " ('specially', 'to a distinctly greater extent or degree than is common'),\n",
+ " ('oddly', 'in a manner differing from the usual or expected')]},\n",
" {'answer': 'per_annum',\n",
" 'hint': 'synonyms for per annum',\n",
- " 'clues': [('annually',\n",
+ " 'clues': [('per year',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
" ('p.a.',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
" ('each year',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('per year',\n",
+ " ('annually',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)')]},\n",
" {'answer': 'per_year',\n",
" 'hint': 'synonyms for per year',\n",
- " 'clues': [('annually',\n",
+ " 'clues': [('p.a.',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('per annum',\n",
+ " ('each year',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('p.a.',\n",
+ " ('per annum',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)'),\n",
- " ('each year',\n",
+ " ('annually',\n",
" 'by the year; every year (usually with reference to a sum of money paid or received)')]},\n",
" {'answer': 'peradventure',\n",
" 'hint': 'synonyms for peradventure',\n",
- " 'clues': [('maybe', 'by chance'),\n",
- " ('possibly', 'by chance'),\n",
+ " 'clues': [('possibly', 'by chance'),\n",
" ('perhaps', 'by chance'),\n",
- " ('mayhap', 'by chance'),\n",
- " ('perchance', 'by chance')]},\n",
+ " ('perchance', 'by chance'),\n",
+ " ('maybe', 'by chance'),\n",
+ " ('mayhap', 'by chance')]},\n",
" {'answer': 'perchance',\n",
" 'hint': 'synonyms for perchance',\n",
- " 'clues': [('maybe', 'by chance'),\n",
+ " 'clues': [('by chance', 'through chance,'),\n",
" ('peradventure', 'by chance'),\n",
" ('possibly', 'by chance'),\n",
- " ('by chance', 'through chance,'),\n",
" ('perhaps', 'by chance'),\n",
+ " ('maybe', 'by chance'),\n",
" ('mayhap', 'by chance')]},\n",
" {'answer': 'perhaps',\n",
" 'hint': 'synonyms for perhaps',\n",
- " 'clues': [('maybe', 'by chance'),\n",
- " ('peradventure', 'by chance'),\n",
+ " 'clues': [('peradventure', 'by chance'),\n",
" ('possibly', 'by chance'),\n",
- " ('mayhap', 'by chance'),\n",
- " ('perchance', 'by chance')]},\n",
+ " ('perchance', 'by chance'),\n",
+ " ('maybe', 'by chance'),\n",
+ " ('mayhap', 'by chance')]},\n",
" {'answer': 'perpetually',\n",
" 'hint': 'synonyms for perpetually',\n",
- " 'clues': [('constantly', 'without interruption'),\n",
- " ('forever', 'without interruption'),\n",
- " ('incessantly', 'without interruption'),\n",
- " ('always', 'without interruption')]},\n",
+ " 'clues': [('forever', 'without interruption'),\n",
+ " ('constantly', 'without interruption'),\n",
+ " ('always', 'without interruption'),\n",
+ " ('incessantly', 'without interruption')]},\n",
" {'answer': 'pertly',\n",
" 'hint': 'synonyms for pertly',\n",
- " 'clues': [('impertinently', 'in an impudent or impertinent manner'),\n",
+ " 'clues': [('freshly', 'in an impudent or impertinent manner'),\n",
" ('impudently', 'in an impudent or impertinent manner'),\n",
- " ('saucily', 'in an impudent or impertinent manner'),\n",
- " ('freshly', 'in an impudent or impertinent manner')]},\n",
+ " ('impertinently', 'in an impudent or impertinent manner'),\n",
+ " ('saucily', 'in an impudent or impertinent manner')]},\n",
" {'answer': 'pig-headedly',\n",
" 'hint': 'synonyms for pig-headedly',\n",
- " 'clues': [('stubbornly', 'in a stubborn unregenerate manner'),\n",
- " ('obstinately', 'in a stubborn unregenerate manner'),\n",
+ " 'clues': [('obstinately', 'in a stubborn unregenerate manner'),\n",
" ('cussedly', 'in a stubborn unregenerate manner'),\n",
" ('mulishly', 'in a stubborn unregenerate manner'),\n",
+ " ('stubbornly', 'in a stubborn unregenerate manner'),\n",
" ('obdurately', 'in a stubborn unregenerate manner')]},\n",
" {'answer': 'plainly',\n",
" 'hint': 'synonyms for plainly',\n",
- " 'clues': [('evidently',\n",
- " \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('manifestly',\n",
+ " 'clues': [('patently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('apparently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
" ('obviously',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('patently',\n",
+ " ('manifestly',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('plain',\n",
+ " ('evidently',\n",
" \"unmistakably (`plain' is often used informally for `plainly')\"),\n",
- " ('simply', 'in a simple manner; without extravagance or embellishment')]},\n",
+ " ('simply', 'in a simple manner; without extravagance or embellishment'),\n",
+ " ('plain',\n",
+ " \"unmistakably (`plain' is often used informally for `plainly')\")]},\n",
" {'answer': 'pleadingly',\n",
" 'hint': 'synonyms for pleadingly',\n",
- " 'clues': [('importunately', 'in a beseeching manner'),\n",
- " ('beseechingly', 'in a beseeching manner'),\n",
- " ('imploringly', 'in a beseeching manner'),\n",
- " ('entreatingly', 'in a beseeching manner')]},\n",
+ " 'clues': [('imploringly', 'in a beseeching manner'),\n",
+ " ('importunately', 'in a beseeching manner'),\n",
+ " ('entreatingly', 'in a beseeching manner'),\n",
+ " ('beseechingly', 'in a beseeching manner')]},\n",
" {'answer': 'pleasantly',\n",
" 'hint': 'synonyms for pleasantly',\n",
- " 'clues': [('cheerily', 'in a cheerful manner'),\n",
+ " 'clues': [('agreeably', 'in an enjoyable manner'),\n",
" ('sunnily', 'in a cheerful manner'),\n",
- " ('agreeably', 'in an enjoyable manner'),\n",
+ " ('cheerily', 'in a cheerful manner'),\n",
" ('enjoyably', 'in an enjoyable manner')]},\n",
" {'answer': 'possibly',\n",
" 'hint': 'synonyms for possibly',\n",
- " 'clues': [('maybe', 'by chance'),\n",
- " ('peradventure', 'by chance'),\n",
+ " 'clues': [('mayhap', 'by chance'),\n",
" ('perhaps', 'by chance'),\n",
- " ('mayhap', 'by chance'),\n",
- " ('perchance', 'by chance')]},\n",
+ " ('perchance', 'by chance'),\n",
+ " ('maybe', 'by chance'),\n",
+ " ('peradventure', 'by chance')]},\n",
" {'answer': 'precisely',\n",
" 'hint': 'synonyms for precisely',\n",
- " 'clues': [('on the nose', 'just as it should be'),\n",
- " ('exactly', 'just as it should be'),\n",
- " ('on the button', 'just as it should be'),\n",
- " ('just', 'indicating exactness or preciseness'),\n",
+ " 'clues': [('exactly', 'in a precise manner'),\n",
" ('on the dot', 'just as it should be'),\n",
- " ('incisively', 'in a precise manner')]},\n",
+ " ('on the nose', 'just as it should be'),\n",
+ " ('incisively', 'in a precise manner'),\n",
+ " ('just', 'indicating exactness or preciseness'),\n",
+ " ('on the button', 'just as it should be')]},\n",
" {'answer': 'presently',\n",
" 'hint': 'synonyms for presently',\n",
- " 'clues': [('before long', 'in the near future'),\n",
- " ('shortly', 'in the near future'),\n",
+ " 'clues': [('soon', 'in the near future'),\n",
" ('currently', 'at this time or period; now'),\n",
- " ('soon', 'in the near future')]},\n",
+ " ('shortly', 'in the near future'),\n",
+ " ('before long', 'in the near future')]},\n",
" {'answer': 'primarily',\n",
" 'hint': 'synonyms for primarily',\n",
- " 'clues': [('principally', 'for the most part'),\n",
- " ('chiefly', 'for the most part'),\n",
- " ('in the first place', 'of primary import'),\n",
+ " 'clues': [('in the first place', 'of primary import'),\n",
+ " ('mainly', 'for the most part'),\n",
" ('in the main', 'for the most part'),\n",
- " ('mainly', 'for the most part')]},\n",
+ " ('principally', 'for the most part'),\n",
+ " ('chiefly', 'for the most part')]},\n",
" {'answer': 'principally',\n",
" 'hint': 'synonyms for principally',\n",
- " 'clues': [('primarily', 'for the most part'),\n",
+ " 'clues': [('mainly', 'for the most part'),\n",
" ('in the main', 'for the most part'),\n",
- " ('chiefly', 'for the most part'),\n",
- " ('mainly', 'for the most part')]},\n",
+ " ('primarily', 'for the most part'),\n",
+ " ('chiefly', 'for the most part')]},\n",
" {'answer': 'probably',\n",
" 'hint': 'synonyms for probably',\n",
- " 'clues': [('believably',\n",
+ " 'clues': [('plausibly',\n",
" 'easy to believe on the basis of available evidence'),\n",
- " ('credibly', 'easy to believe on the basis of available evidence'),\n",
" ('in all probability', 'with considerable certainty; without much doubt'),\n",
- " ('likely', 'with considerable certainty; without much doubt'),\n",
+ " ('in all likelihood', 'with considerable certainty; without much doubt'),\n",
+ " ('believably', 'easy to believe on the basis of available evidence'),\n",
" ('belike', 'with considerable certainty; without much doubt'),\n",
- " ('plausibly', 'easy to believe on the basis of available evidence'),\n",
- " ('in all likelihood',\n",
- " 'with considerable certainty; without much doubt')]},\n",
+ " ('credibly', 'easy to believe on the basis of available evidence'),\n",
+ " ('likely', 'with considerable certainty; without much doubt')]},\n",
" {'answer': 'promptly',\n",
" 'hint': 'synonyms for promptly',\n",
- " 'clues': [('right away',\n",
- " 'at once (usually modifies an undesirable occurrence)'),\n",
- " ('quick', 'with little or no delay'),\n",
+ " 'clues': [('readily', 'in a punctual manner'),\n",
" ('pronto', 'in a punctual manner'),\n",
- " ('readily', 'in a punctual manner')]},\n",
+ " ('quickly', 'with little or no delay'),\n",
+ " ('right away', 'at once (usually modifies an undesirable occurrence)')]},\n",
" {'answer': 'properly',\n",
" 'hint': 'synonyms for properly',\n",
" 'clues': [('decent', 'in the right manner'),\n",
- " ('by rights', 'with reason or justice'),\n",
+ " ('the right way', 'in the right manner'),\n",
" ('right', 'in the right manner'),\n",
- " ('in good order', 'in the right manner'),\n",
- " ('the right way', 'in the right manner')]},\n",
+ " ('by rights', 'with reason or justice'),\n",
+ " ('in good order', 'in the right manner')]},\n",
" {'answer': 'purposely',\n",
" 'hint': 'synonyms for purposely',\n",
- " 'clues': [('intentionally', 'with intention; in an intentional manner'),\n",
- " ('on purpose', 'with intention; in an intentional manner'),\n",
+ " 'clues': [('on purpose', 'with intention; in an intentional manner'),\n",
" ('by choice', 'with intention; in an intentional manner'),\n",
+ " ('intentionally', 'with intention; in an intentional manner'),\n",
" ('advisedly', 'with intention; in an intentional manner'),\n",
- " ('deliberately', 'with intention; in an intentional manner'),\n",
+ " ('by design', 'with intention; in an intentional manner'),\n",
" ('designedly', 'with intention; in an intentional manner'),\n",
- " ('by design', 'with intention; in an intentional manner')]},\n",
+ " ('deliberately', 'with intention; in an intentional manner')]},\n",
" {'answer': 'queerly',\n",
" 'hint': 'synonyms for queerly',\n",
- " 'clues': [('fishily', 'in a questionably unusual manner'),\n",
+ " 'clues': [('strangely', 'in a strange manner'),\n",
+ " ('funnily', 'in a strange manner'),\n",
" ('oddly', 'in a strange manner'),\n",
- " ('strangely', 'in a strange manner'),\n",
- " ('funnily', 'in a strange manner')]},\n",
+ " ('fishily', 'in a questionably unusual manner')]},\n",
" {'answer': 'quickly',\n",
" 'hint': 'synonyms for quickly',\n",
- " 'clues': [('promptly', 'with little or no delay'),\n",
- " ('quick', 'with little or no delay'),\n",
- " ('apace', 'with rapid movements'),\n",
- " ('speedily', 'with rapid movements'),\n",
- " ('cursorily', 'without taking pains'),\n",
+ " 'clues': [('cursorily', 'without taking pains'),\n",
+ " ('promptly', 'with little or no delay'),\n",
" ('rapidly', 'with rapid movements'),\n",
- " ('chop-chop', 'with rapid movements')]},\n",
+ " ('chop-chop', 'with rapid movements'),\n",
+ " ('apace', 'with rapid movements'),\n",
+ " ('quick', 'with little or no delay'),\n",
+ " ('speedily', 'with rapid movements')]},\n",
" {'answer': 'randomly',\n",
" 'hint': 'synonyms for randomly',\n",
" 'clues': [('at random', 'in a random manner'),\n",
+ " ('willy-nilly', 'in a random manner'),\n",
" ('every which way', 'in a random manner'),\n",
- " ('indiscriminately', 'in a random manner'),\n",
" ('arbitrarily', 'in a random manner'),\n",
- " ('willy-nilly', 'in a random manner'),\n",
+ " ('indiscriminately', 'in a random manner'),\n",
" ('haphazardly', 'in a random manner')]},\n",
" {'answer': 'rapidly',\n",
" 'hint': 'synonyms for rapidly',\n",
" 'clues': [('apace', 'with rapid movements'),\n",
- " ('quickly', 'with rapid movements'),\n",
" ('speedily', 'with rapid movements'),\n",
- " ('chop-chop', 'with rapid movements')]},\n",
+ " ('chop-chop', 'with rapid movements'),\n",
+ " ('quickly', 'with rapid movements')]},\n",
" {'answer': 'rather',\n",
" 'hint': 'synonyms for rather',\n",
- " 'clues': [('sooner', 'more readily or willingly'),\n",
+ " 'clues': [('instead', 'on the contrary'),\n",
+ " ('sooner', 'more readily or willingly'),\n",
" ('quite', 'to a degree (not used with a negative)'),\n",
- " ('kinda', 'to some (great or small) extent'),\n",
- " ('preferably', 'more readily or willingly'),\n",
+ " ('sort of', 'to some (great or small) extent'),\n",
" ('kind of', 'to some (great or small) extent'),\n",
- " ('instead', 'on the contrary'),\n",
- " ('sort of', 'to some (great or small) extent')]},\n",
+ " ('preferably', 'more readily or willingly'),\n",
+ " ('kinda', 'to some (great or small) extent')]},\n",
" {'answer': 'really',\n",
" 'hint': 'synonyms for really',\n",
- " 'clues': [('truly',\n",
- " 'in fact (used as intensifiers or sentence modifiers)'),\n",
- " ('real',\n",
- " \"used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal\"),\n",
- " ('in truth', 'in fact (used as intensifiers or sentence modifiers)'),\n",
- " ('genuinely', 'in accordance with truth or fact or reality'),\n",
- " ('very',\n",
+ " 'clues': [('very',\n",
" \"used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal\"),\n",
" ('rattling',\n",
" \"used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal\"),\n",
- " ('actually', 'in actual fact')]},\n",
+ " ('actually', 'in actual fact'),\n",
+ " ('real',\n",
+ " \"used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal\"),\n",
+ " ('truly', 'in accordance with truth or fact or reality'),\n",
+ " ('genuinely', 'in accordance with truth or fact or reality'),\n",
+ " ('in truth', 'in fact (used as intensifiers or sentence modifiers)')]},\n",
" {'answer': 'reasonably',\n",
" 'hint': 'synonyms for reasonably',\n",
- " 'clues': [('somewhat', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('fairly', 'to a moderately sufficient extent or degree'),\n",
+ " ('jolly', 'to a moderately sufficient extent or degree'),\n",
" ('sensibly', 'with good sense or in a reasonable or intelligent manner'),\n",
+ " ('somewhat', 'to a moderately sufficient extent or degree'),\n",
" ('moderately', 'to a moderately sufficient extent or degree'),\n",
- " ('jolly', 'to a moderately sufficient extent or degree'),\n",
- " ('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('sanely', 'with good sense or in a reasonable or intelligent manner'),\n",
" ('middling', 'to a moderately sufficient extent or degree'),\n",
- " ('pretty', 'to a moderately sufficient extent or degree'),\n",
- " ('fairly', 'to a moderately sufficient extent or degree'),\n",
- " ('sanely', 'with good sense or in a reasonable or intelligent manner')]},\n",
+ " ('pretty', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'remarkably',\n",
" 'hint': 'synonyms for remarkably',\n",
" 'clues': [('outstandingly', 'to a remarkable degree or extent'),\n",
- " ('signally', 'in a signal manner'),\n",
+ " ('unmistakably', 'in a signal manner'),\n",
" ('unusually', 'to a remarkable degree or extent'),\n",
" ('unco', 'to a remarkable degree or extent'),\n",
- " ('unmistakably', 'in a signal manner')]},\n",
+ " ('signally', 'in a signal manner')]},\n",
" {'answer': 'richly',\n",
" 'hint': 'synonyms for richly',\n",
- " 'clues': [('amply', 'to an ample degree or in an ample manner'),\n",
- " ('extravagantly', 'in a rich and lavish manner'),\n",
+ " 'clues': [('high', 'in a rich manner'),\n",
+ " ('luxuriously', 'in a rich manner'),\n",
" ('lavishly', 'in a rich and lavish manner'),\n",
- " ('high', 'in a rich manner'),\n",
- " ('luxuriously', 'in a rich manner')]},\n",
+ " ('amply', 'to an ample degree or in an ample manner'),\n",
+ " ('extravagantly', 'in a rich and lavish manner')]},\n",
" {'answer': 'right_away',\n",
" 'hint': 'synonyms for right away',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
- " ('promptly', 'at once (usually modifies an undesirable occurrence)'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('straight off',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('directly', 'without delay or hesitation; with no time intervening'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('straight off', 'without delay or hesitation; with no time intervening'),\n",
- " ('immediately', 'without delay or hesitation; with no time intervening'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('promptly', 'at once (usually modifies an undesirable occurrence)'),\n",
+ " ('immediately',\n",
" 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'rottenly',\n",
" 'hint': 'synonyms for rottenly',\n",
" 'clues': [('abysmally', 'in a terrible manner'),\n",
- " ('abominably', 'in a terrible manner'),\n",
" ('terribly', 'in a terrible manner'),\n",
" ('awfully', 'in a terrible manner'),\n",
+ " ('abominably', 'in a terrible manner'),\n",
" ('atrociously', 'in a terrible manner')]},\n",
" {'answer': 'roughly',\n",
" 'hint': 'synonyms for roughly',\n",
- " 'clues': [('close to',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
+ " 'clues': [('rough', 'with rough motion as over a rough surface'),\n",
" ('just about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('rough',\n",
- " \"with roughness or violence (`rough' is an informal variant for `roughly')\"),\n",
- " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
" ('around', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('approximately',\n",
- " '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('close to', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('more or less', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('some', '(of quantities) imprecise but fairly close to correct'),\n",
" ('about', '(of quantities) imprecise but fairly close to correct'),\n",
- " ('some', '(of quantities) imprecise but fairly close to correct')]},\n",
+ " ('or so', '(of quantities) imprecise but fairly close to correct'),\n",
+ " ('approximately',\n",
+ " '(of quantities) imprecise but fairly close to correct')]},\n",
" {'answer': 'roundly',\n",
" 'hint': 'synonyms for roundly',\n",
- " 'clues': [('bluffly', 'in a blunt direct manner'),\n",
+ " 'clues': [('brusquely', 'in a blunt direct manner'),\n",
+ " ('bluffly', 'in a blunt direct manner'),\n",
" ('flat out', 'in a blunt direct manner'),\n",
- " ('bluntly', 'in a blunt direct manner'),\n",
- " ('brusquely', 'in a blunt direct manner')]},\n",
+ " ('bluntly', 'in a blunt direct manner')]},\n",
" {'answer': 'sadly',\n",
" 'hint': 'synonyms for sadly',\n",
- " 'clues': [('deplorably', 'in an unfortunate or deplorable manner'),\n",
+ " 'clues': [('lamentably', 'in an unfortunate or deplorable manner'),\n",
" ('woefully', 'in an unfortunate or deplorable manner'),\n",
- " ('lamentably', 'in an unfortunate or deplorable manner'),\n",
+ " ('deplorably', 'in an unfortunate or deplorable manner'),\n",
" ('unhappily', 'in an unfortunate way')]},\n",
" {'answer': 'sagaciously',\n",
" 'hint': 'synonyms for sagaciously',\n",
- " 'clues': [('acutely', 'in a shrewd manner'),\n",
- " ('astutely', 'in a shrewd manner'),\n",
+ " 'clues': [('shrewdly', 'in a shrewd manner'),\n",
" ('sapiently', 'in a shrewd manner'),\n",
- " ('shrewdly', 'in a shrewd manner')]},\n",
+ " ('astutely', 'in a shrewd manner'),\n",
+ " ('acutely', 'in a shrewd manner')]},\n",
" {'answer': 'sapiently',\n",
" 'hint': 'synonyms for sapiently',\n",
- " 'clues': [('acutely', 'in a shrewd manner'),\n",
+ " 'clues': [('shrewdly', 'in a shrewd manner'),\n",
" ('sagaciously', 'in a shrewd manner'),\n",
" ('astutely', 'in a shrewd manner'),\n",
- " ('shrewdly', 'in a shrewd manner')]},\n",
+ " ('acutely', 'in a shrewd manner')]},\n",
" {'answer': 'saucily',\n",
" 'hint': 'synonyms for saucily',\n",
- " 'clues': [('impertinently', 'in an impudent or impertinent manner'),\n",
+ " 'clues': [('freshly', 'in an impudent or impertinent manner'),\n",
" ('impudently', 'in an impudent or impertinent manner'),\n",
- " ('pertly', 'in an impudent or impertinent manner'),\n",
- " ('freshly', 'in an impudent or impertinent manner')]},\n",
+ " ('impertinently', 'in an impudent or impertinent manner'),\n",
+ " ('pertly', 'in an impudent or impertinent manner')]},\n",
" {'answer': 'scarcely',\n",
" 'hint': 'synonyms for scarcely',\n",
- " 'clues': [('hardly', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
- " ('barely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " 'clues': [('hardly', 'almost not'),\n",
" ('just', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
+ " ('barely', 'only a very short time before; ; ; ; ; - W.B.Yeats'),\n",
" ('scarce', 'only a very short time before; ; ; ; ; - W.B.Yeats')]},\n",
" {'answer': 'separately',\n",
" 'hint': 'synonyms for separately',\n",
- " 'clues': [('severally', 'apart from others'),\n",
- " ('one by one', 'apart from others'),\n",
- " ('individually', 'apart from others'),\n",
+ " 'clues': [('one by one', 'apart from others'),\n",
+ " ('severally', 'apart from others'),\n",
" ('on an individual basis', 'apart from others'),\n",
+ " ('individually', 'apart from others'),\n",
" ('singly', 'apart from others')]},\n",
" {'answer': 'seriously',\n",
" 'hint': 'synonyms for seriously',\n",
- " 'clues': [('in earnest', 'in a serious manner'),\n",
+ " 'clues': [('gravely', 'to a severe or serious degree'),\n",
+ " ('earnestly', 'in a serious manner'),\n",
" ('severely', 'to a severe or serious degree'),\n",
- " ('badly', 'to a severe or serious degree'),\n",
- " ('gravely', 'to a severe or serious degree'),\n",
- " ('earnestly', 'in a serious manner')]},\n",
+ " ('in earnest', 'in a serious manner'),\n",
+ " ('badly', 'to a severe or serious degree')]},\n",
" {'answer': 'severally',\n",
" 'hint': 'synonyms for severally',\n",
- " 'clues': [('independently', 'apart from others'),\n",
- " ('one by one', 'apart from others'),\n",
- " ('individually', 'apart from others'),\n",
+ " 'clues': [('one by one', 'apart from others'),\n",
+ " ('separately', 'apart from others'),\n",
" ('on an individual basis', 'apart from others'),\n",
" ('respectively', 'in the order given'),\n",
+ " ('individually', 'apart from others'),\n",
" ('singly', 'apart from others'),\n",
- " ('separately', 'apart from others')]},\n",
+ " ('independently', 'apart from others')]},\n",
" {'answer': 'severely',\n",
" 'hint': 'synonyms for severely',\n",
- " 'clues': [('sternly', 'with sternness; in a severe manner'),\n",
+ " 'clues': [('gravely', 'to a severe or serious degree'),\n",
+ " ('seriously', 'to a severe or serious degree'),\n",
+ " ('sternly', 'with sternness; in a severe manner'),\n",
" ('hard', 'causing great damage or hardship'),\n",
- " ('badly', 'to a severe or serious degree'),\n",
- " ('gravely', 'to a severe or serious degree'),\n",
- " ('seriously', 'to a severe or serious degree')]},\n",
+ " ('badly', 'to a severe or serious degree')]},\n",
" {'answer': 'shamefully',\n",
" 'hint': 'synonyms for shamefully',\n",
- " 'clues': [('dishonorably',\n",
+ " 'clues': [('dishonourably',\n",
" 'in a dishonorable manner or to a dishonorable degree'),\n",
+ " ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('ingloriously', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('discreditably', 'in a dishonorable manner or to a dishonorable degree'),\n",
- " ('disgracefully', 'in a dishonorable manner or to a dishonorable degree'),\n",
" ('ignominiously',\n",
" 'in a dishonorable manner or to a dishonorable degree')]},\n",
" {'answer': 'sharply',\n",
" 'hint': 'synonyms for sharply',\n",
- " 'clues': [('crisply', 'in a well delineated manner'),\n",
+ " 'clues': [('acutely', 'changing suddenly in direction and degree'),\n",
+ " ('precipitously', 'very suddenly and to a great degree'),\n",
" ('sharp', 'changing suddenly in direction and degree'),\n",
- " ('aggressively', 'in an aggressive manner'),\n",
- " ('acutely', 'changing suddenly in direction and degree'),\n",
- " ('precipitously', 'very suddenly and to a great degree')]},\n",
+ " ('crisply', 'in a well delineated manner'),\n",
+ " ('aggressively', 'in an aggressive manner')]},\n",
" {'answer': 'shortly',\n",
" 'hint': 'synonyms for shortly',\n",
- " 'clues': [('presently', 'in the near future'),\n",
+ " 'clues': [('soon', 'in the near future'),\n",
+ " ('curtly', 'in a curt, abrupt and discourteous manner'),\n",
" ('short', 'in a curt, abrupt and discourteous manner'),\n",
- " ('in brief', 'in a concise manner; in a few words'),\n",
- " ('before long', 'in the near future'),\n",
- " ('in short', 'in a concise manner; in a few words'),\n",
" ('concisely', 'in a concise manner; in a few words'),\n",
- " ('curtly', 'in a curt, abrupt and discourteous manner'),\n",
+ " ('in short', 'in a concise manner; in a few words'),\n",
" ('briefly', 'in a concise manner; in a few words'),\n",
- " ('soon', 'in the near future')]},\n",
+ " ('in brief', 'in a concise manner; in a few words'),\n",
+ " ('before long', 'in the near future'),\n",
+ " ('presently', 'in the near future')]},\n",
" {'answer': 'shrewdly',\n",
" 'hint': 'synonyms for shrewdly',\n",
- " 'clues': [('acutely', 'in a shrewd manner'),\n",
+ " 'clues': [('sapiently', 'in a shrewd manner'),\n",
" ('sagaciously', 'in a shrewd manner'),\n",
" ('astutely', 'in a shrewd manner'),\n",
- " ('sapiently', 'in a shrewd manner')]},\n",
+ " ('acutely', 'in a shrewd manner')]},\n",
" {'answer': 'simply',\n",
" 'hint': 'synonyms for simply',\n",
- " 'clues': [('just', 'absolutely'),\n",
+ " 'clues': [('only', 'and nothing more'),\n",
" ('plainly', 'in a simple manner; without extravagance or embellishment'),\n",
- " ('merely', 'and nothing more'),\n",
+ " ('just', 'absolutely'),\n",
" ('but', 'and nothing more'),\n",
- " ('only', 'and nothing more')]},\n",
+ " ('merely', 'and nothing more')]},\n",
" {'answer': 'singly',\n",
" 'hint': 'synonyms for singly',\n",
- " 'clues': [('severally', 'apart from others'),\n",
- " ('one by one', 'apart from others'),\n",
+ " 'clues': [('one by one', 'apart from others'),\n",
+ " ('severally', 'apart from others'),\n",
+ " ('separately', 'apart from others'),\n",
" ('individually', 'apart from others'),\n",
- " ('on an individual basis', 'apart from others'),\n",
- " ('separately', 'apart from others')]},\n",
+ " ('on an individual basis', 'apart from others')]},\n",
" {'answer': 'slap',\n",
" 'hint': 'synonyms for slap',\n",
- " 'clues': [('slapdash', 'directly'),\n",
- " ('smack', 'directly'),\n",
+ " 'clues': [('smack', 'directly'),\n",
+ " ('slapdash', 'directly'),\n",
" ('bolt', 'directly'),\n",
" ('bang', 'directly')]},\n",
" {'answer': 'slenderly',\n",
@@ -23371,756 +23389,759 @@
" ('slightly', 'in a slim or slender manner')]},\n",
" {'answer': 'slightly',\n",
" 'hint': 'synonyms for slightly',\n",
- " 'clues': [('slimly', 'in a slim or slender manner'),\n",
- " ('more or less', 'to a small degree or extent'),\n",
+ " 'clues': [('more or less', 'to a small degree or extent'),\n",
" ('somewhat', 'to a small degree or extent'),\n",
- " ('slenderly', 'in a slim or slender manner')]},\n",
+ " ('slenderly', 'in a slim or slender manner'),\n",
+ " ('slimly', 'in a slim or slender manner')]},\n",
" {'answer': 'slowly',\n",
" 'hint': 'synonyms for slowly',\n",
- " 'clues': [('lento', 'in music'),\n",
- " ('easy',\n",
+ " 'clues': [('tardily',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
" ('slow',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
- " ('tardily',\n",
- " \"without speed (`slow' is sometimes used informally for `slowly')\")]},\n",
+ " ('easy',\n",
+ " \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
+ " ('lento', 'in music')]},\n",
" {'answer': 'slyly',\n",
" 'hint': 'synonyms for slyly',\n",
- " 'clues': [('foxily', 'in an artful manner'),\n",
- " ('craftily', 'in an artful manner'),\n",
- " ('knavishly', 'in an artful manner'),\n",
+ " 'clues': [('artfully', 'in an artful manner'),\n",
+ " ('trickily', 'in an artful manner'),\n",
+ " ('foxily', 'in an artful manner'),\n",
" ('cunningly', 'in an artful manner'),\n",
- " ('artfully', 'in an artful manner'),\n",
- " ('trickily', 'in an artful manner')]},\n",
+ " ('craftily', 'in an artful manner'),\n",
+ " ('knavishly', 'in an artful manner')]},\n",
" {'answer': 'smack',\n",
" 'hint': 'synonyms for smack',\n",
- " 'clues': [('slapdash', 'directly'),\n",
+ " 'clues': [('slap', 'directly'),\n",
+ " ('slapdash', 'directly'),\n",
" ('bolt', 'directly'),\n",
- " ('bang', 'directly'),\n",
- " ('slap', 'directly')]},\n",
+ " ('bang', 'directly')]},\n",
" {'answer': 'smartly',\n",
" 'hint': 'synonyms for smartly',\n",
" 'clues': [('sprucely', 'in a stylish manner'),\n",
- " ('modishly', 'in a stylish manner'),\n",
+ " ('cleverly', 'in a clever manner'),\n",
" ('vigorously', 'with vigor; in a vigorous manner'),\n",
- " ('cleverly', 'in a clever manner')]},\n",
+ " ('modishly', 'in a stylish manner')]},\n",
" {'answer': 'so',\n",
" 'hint': 'synonyms for so',\n",
- " 'clues': [('then',\n",
+ " 'clues': [('thus',\n",
+ " \"in the way indicated; ; ; (`thusly' is a nonstandard variant)\"),\n",
+ " ('and then',\n",
" 'subsequently or soon afterward (often used as sentence connectors)'),\n",
" ('therefore',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('hence',\n",
+ " ('indeed', 'in truth (often tends to intensify)'),\n",
+ " ('thence',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
" ('and so',\n",
" 'subsequently or soon afterward (often used as sentence connectors)'),\n",
- " ('indeed', 'in truth (often tends to intensify)'),\n",
- " ('thus',\n",
- " '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('and then',\n",
+ " ('then',\n",
" 'subsequently or soon afterward (often used as sentence connectors)')]},\n",
" {'answer': 'so_far',\n",
" 'hint': 'synonyms for so far',\n",
- " 'clues': [('thus far',\n",
+ " 'clues': [('yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('up to now',\n",
+ " ('hitherto',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('until now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet', 'used after a superlative'),\n",
- " ('in so far', 'to the degree or extent that'),\n",
" ('to that extent', 'to the degree or extent that'),\n",
- " ('til now',\n",
+ " ('in so far', 'to the degree or extent that'),\n",
+ " ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('heretofore',\n",
+ " ('thus far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('to that degree', 'to the degree or extent that'),\n",
- " ('hitherto',\n",
+ " ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('as yet',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('to that degree', 'to the degree or extent that')]},\n",
" {'answer': 'softly',\n",
" 'hint': 'synonyms for softly',\n",
- " 'clues': [('lightly', 'with little weight or force'),\n",
+ " 'clues': [('gently', 'with little weight or force'),\n",
" ('piano', 'used as a direction in music; to be played relatively softly'),\n",
" ('quietly', 'with low volume'),\n",
- " ('gently', 'with little weight or force')]},\n",
+ " ('lightly', 'with little weight or force')]},\n",
" {'answer': 'solely',\n",
" 'hint': 'synonyms for solely',\n",
- " 'clues': [('only', 'without any others being included or involved'),\n",
- " ('exclusively', 'without any others being included or involved'),\n",
- " ('alone', 'without any others being included or involved'),\n",
- " ('entirely', 'without any others being included or involved')]},\n",
+ " 'clues': [('exclusively', 'without any others being included or involved'),\n",
+ " ('only', 'without any others being included or involved'),\n",
+ " ('entirely', 'without any others being included or involved'),\n",
+ " ('alone', 'without any others being included or involved')]},\n",
" {'answer': 'someway',\n",
" 'hint': 'synonyms for someway',\n",
- " 'clues': [('in some manner',\n",
+ " 'clues': [('somehow',\n",
" 'in some unspecified way or manner; or by some unspecified means'),\n",
" ('in some way',\n",
" 'in some unspecified way or manner; or by some unspecified means'),\n",
- " ('somehow',\n",
- " 'in some unspecified way or manner; or by some unspecified means'),\n",
" ('someways',\n",
+ " 'in some unspecified way or manner; or by some unspecified means'),\n",
+ " ('in some manner',\n",
" 'in some unspecified way or manner; or by some unspecified means')]},\n",
" {'answer': 'someways',\n",
" 'hint': 'synonyms for someways',\n",
- " 'clues': [('someway',\n",
+ " 'clues': [('somehow',\n",
" 'in some unspecified way or manner; or by some unspecified means'),\n",
- " ('in some manner',\n",
+ " ('someway',\n",
" 'in some unspecified way or manner; or by some unspecified means'),\n",
" ('in some way',\n",
" 'in some unspecified way or manner; or by some unspecified means'),\n",
- " ('somehow',\n",
+ " ('in some manner',\n",
" 'in some unspecified way or manner; or by some unspecified means')]},\n",
" {'answer': 'somewhat',\n",
" 'hint': 'synonyms for somewhat',\n",
- " 'clues': [('more or less', 'to a small degree or extent'),\n",
- " ('moderately', 'to a moderately sufficient extent or degree'),\n",
+ " 'clues': [('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('fairly', 'to a moderately sufficient extent or degree'),\n",
" ('jolly', 'to a moderately sufficient extent or degree'),\n",
- " ('passably', 'to a moderately sufficient extent or degree'),\n",
+ " ('more or less', 'to a small degree or extent'),\n",
+ " ('moderately', 'to a moderately sufficient extent or degree'),\n",
+ " ('slightly', 'to a small degree or extent'),\n",
" ('middling', 'to a moderately sufficient extent or degree'),\n",
- " ('pretty', 'to a moderately sufficient extent or degree'),\n",
" ('reasonably', 'to a moderately sufficient extent or degree'),\n",
- " ('slightly', 'to a small degree or extent'),\n",
- " ('fairly', 'to a moderately sufficient extent or degree')]},\n",
+ " ('pretty', 'to a moderately sufficient extent or degree')]},\n",
" {'answer': 'speedily',\n",
" 'hint': 'synonyms for speedily',\n",
" 'clues': [('apace', 'with rapid movements'),\n",
- " ('quickly', 'with rapid movements'),\n",
" ('rapidly', 'with rapid movements'),\n",
- " ('chop-chop', 'with rapid movements')]},\n",
+ " ('chop-chop', 'with rapid movements'),\n",
+ " ('quickly', 'with rapid movements')]},\n",
" {'answer': 'splendidly',\n",
" 'hint': 'synonyms for splendidly',\n",
- " 'clues': [('gorgeously', 'in an impressively beautiful manner'),\n",
- " ('magnificently', 'extremely well'),\n",
+ " 'clues': [('magnificently', 'in an impressively beautiful manner'),\n",
+ " ('excellently', 'extremely well'),\n",
" ('famously', 'extremely well'),\n",
- " ('resplendently', 'in an impressively beautiful manner'),\n",
- " ('excellently', 'extremely well')]},\n",
+ " ('gorgeously', 'in an impressively beautiful manner'),\n",
+ " ('resplendently', 'in an impressively beautiful manner')]},\n",
" {'answer': 'squarely',\n",
" 'hint': 'synonyms for squarely',\n",
- " 'clues': [('square', 'in a straight direct way'),\n",
- " ('forthrightly', 'directly and without evasion; not roundabout'),\n",
- " ('straightforwardly',\n",
+ " 'clues': [('foursquare',\n",
" 'with firmness and conviction; without compromise; - C.G.Bowers'),\n",
- " ('foursquare',\n",
+ " ('square', 'in a straight direct way'),\n",
+ " ('forthright', 'directly and without evasion; not roundabout'),\n",
+ " ('straightforwardly',\n",
" 'with firmness and conviction; without compromise; - C.G.Bowers')]},\n",
" {'answer': 'straight_off',\n",
" 'hint': 'synonyms for straight off',\n",
- " 'clues': [('now', 'without delay or hesitation; with no time intervening'),\n",
- " ('right away', 'without delay or hesitation; with no time intervening'),\n",
- " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
+ " 'clues': [('right away',\n",
+ " 'without delay or hesitation; with no time intervening'),\n",
" ('directly', 'without delay or hesitation; with no time intervening'),\n",
- " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
" ('at once', 'without delay or hesitation; with no time intervening'),\n",
- " ('immediately', 'without delay or hesitation; with no time intervening'),\n",
+ " ('now', 'without delay or hesitation; with no time intervening'),\n",
+ " ('forthwith', 'without delay or hesitation; with no time intervening'),\n",
" ('instantly', 'without delay or hesitation; with no time intervening'),\n",
- " ('straightaway',\n",
+ " ('straightaway', 'without delay or hesitation; with no time intervening'),\n",
+ " ('like a shot', 'without delay or hesitation; with no time intervening'),\n",
+ " ('immediately',\n",
" 'without delay or hesitation; with no time intervening')]},\n",
" {'answer': 'stubbornly',\n",
" 'hint': 'synonyms for stubbornly',\n",
" 'clues': [('obstinately', 'in a stubborn unregenerate manner'),\n",
" ('cussedly', 'in a stubborn unregenerate manner'),\n",
- " ('pig-headedly', 'in a stubborn unregenerate manner'),\n",
" ('mulishly', 'in a stubborn unregenerate manner'),\n",
- " ('obdurately', 'in a stubborn unregenerate manner')]},\n",
+ " ('obdurately', 'in a stubborn unregenerate manner'),\n",
+ " ('pig-headedly', 'in a stubborn unregenerate manner')]},\n",
" {'answer': 'subsequently',\n",
" 'hint': 'synonyms for subsequently',\n",
- " 'clues': [('later', 'happening at a time subsequent to a reference time'),\n",
- " ('afterward', 'happening at a time subsequent to a reference time'),\n",
+ " 'clues': [('afterwards',\n",
+ " 'happening at a time subsequent to a reference time'),\n",
" ('later on', 'happening at a time subsequent to a reference time'),\n",
+ " ('later', 'happening at a time subsequent to a reference time'),\n",
" ('after', 'happening at a time subsequent to a reference time')]},\n",
" {'answer': 'suddenly',\n",
" 'hint': 'synonyms for suddenly',\n",
- " 'clues': [('dead', 'quickly and without warning'),\n",
+ " 'clues': [('of a sudden', 'happening unexpectedly'),\n",
" ('short', 'quickly and without warning'),\n",
- " ('all of a sudden', 'happening unexpectedly'),\n",
" ('abruptly', 'quickly and without warning'),\n",
+ " ('all of a sudden', 'happening unexpectedly'),\n",
" ('on the spur of the moment', 'on impulse; without premeditation'),\n",
- " ('of a sudden', 'happening unexpectedly')]},\n",
+ " ('dead', 'quickly and without warning')]},\n",
" {'answer': 'superbly',\n",
" 'hint': 'synonyms for superbly',\n",
- " 'clues': [('wonderfully', '(used as an intensifier) extremely well'),\n",
- " ('terrifically', '(used as an intensifier) extremely well'),\n",
- " ('marvelously', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('marvelously', '(used as an intensifier) extremely well'),\n",
+ " ('toppingly', '(used as an intensifier) extremely well'),\n",
" ('wondrous', '(used as an intensifier) extremely well'),\n",
- " ('toppingly', '(used as an intensifier) extremely well')]},\n",
+ " ('wonderfully', '(used as an intensifier) extremely well'),\n",
+ " ('terrifically', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'sure_enough',\n",
" 'hint': 'synonyms for sure enough',\n",
- " 'clues': [('sure as shooting',\n",
- " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure',\n",
+ " 'clues': [('sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('certainly',\n",
- " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for certain',\n",
+ " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
+ " ('sure as shooting',\n",
+ " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
+ " ('certainly',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\")]},\n",
" {'answer': 'surely',\n",
" 'hint': 'synonyms for surely',\n",
- " 'clues': [('sure as shooting',\n",
+ " 'clues': [('sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure',\n",
+ " ('sure enough',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for sure',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('certainly',\n",
- " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
" ('for certain',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
- " ('sure enough',\n",
+ " ('sure as shooting',\n",
+ " \"definitely or positively (`sure' is sometimes used informally for `surely')\"),\n",
+ " ('certainly',\n",
" \"definitely or positively (`sure' is sometimes used informally for `surely')\")]},\n",
" {'answer': 'tardily',\n",
" 'hint': 'synonyms for tardily',\n",
- " 'clues': [('slowly',\n",
+ " 'clues': [('late', 'later than usual or than expected'),\n",
+ " ('slow',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
- " ('late', 'later than usual or than expected'),\n",
" ('easy',\n",
" \"without speed (`slow' is sometimes used informally for `slowly')\"),\n",
" ('belatedly', 'later than usual or than expected')]},\n",
" {'answer': 'terribly',\n",
" 'hint': 'synonyms for terribly',\n",
- " 'clues': [('awfully', 'used as intensifiers'),\n",
- " ('abysmally', 'in a terrible manner'),\n",
- " ('atrociously', 'in a terrible manner'),\n",
- " ('abominably', 'in a terrible manner'),\n",
+ " 'clues': [('abysmally', 'in a terrible manner'),\n",
+ " ('rottenly', 'in a terrible manner'),\n",
+ " ('awful', 'used as intensifiers'),\n",
" ('frightfully', 'used as intensifiers'),\n",
- " ('rottenly', 'in a terrible manner')]},\n",
+ " ('abominably', 'in a terrible manner'),\n",
+ " ('atrociously', 'in a terrible manner')]},\n",
" {'answer': 'terrifically',\n",
" 'hint': 'synonyms for terrifically',\n",
- " 'clues': [('wonderfully', '(used as an intensifier) extremely well'),\n",
- " ('marvelously', '(used as an intensifier) extremely well'),\n",
- " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('marvelously', '(used as an intensifier) extremely well'),\n",
" ('toppingly', '(used as an intensifier) extremely well'),\n",
- " ('superbly', '(used as an intensifier) extremely well')]},\n",
+ " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " ('superbly', '(used as an intensifier) extremely well'),\n",
+ " ('wonderfully', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'that_is_to_say',\n",
" 'hint': 'synonyms for that is to say',\n",
- " 'clues': [('to wit', 'as follows'),\n",
- " ('viz.', 'as follows'),\n",
- " ('namely', 'as follows'),\n",
- " ('videlicet', 'as follows')]},\n",
+ " 'clues': [('viz.', 'as follows'),\n",
+ " ('to wit', 'as follows'),\n",
+ " ('videlicet', 'as follows'),\n",
+ " ('namely', 'as follows')]},\n",
" {'answer': 'the_right_way',\n",
" 'hint': 'synonyms for the right way',\n",
" 'clues': [('decent', 'in the right manner'),\n",
" ('right', 'in the right manner'),\n",
- " ('in good order', 'in the right manner'),\n",
- " ('properly', 'in the right manner')]},\n",
+ " ('properly', 'in the right manner'),\n",
+ " ('in good order', 'in the right manner')]},\n",
" {'answer': 'thence',\n",
" 'hint': 'synonyms for thence',\n",
- " 'clues': [('thus',\n",
+ " 'clues': [('hence',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
+ " ('thereof', 'from that circumstance or source; - W.V.Quine'),\n",
+ " ('therefrom', 'from that place or from there'),\n",
" ('therefore',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('so',\n",
- " '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('hence',\n",
+ " ('thus',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('thereof', 'from that circumstance or source; - W.V.Quine'),\n",
- " ('therefrom', 'from that place or from there')]},\n",
+ " ('so',\n",
+ " '(used to introduce a logical conclusion) from that fact or reason or as a result')]},\n",
" {'answer': 'there',\n",
" 'hint': 'synonyms for there',\n",
- " 'clues': [('in that respect', 'in that matter'),\n",
+ " 'clues': [('in that location', 'in or at that place'),\n",
" ('thither', 'to or toward that place; away from the speaker'),\n",
- " ('in that location', 'in or at that place'),\n",
+ " ('at that place', 'in or at that place'),\n",
" ('on that point', 'in that matter'),\n",
- " ('at that place', 'in or at that place')]},\n",
+ " ('in that respect', 'in that matter')]},\n",
" {'answer': 'therefore',\n",
" 'hint': 'synonyms for therefore',\n",
- " 'clues': [('thus',\n",
+ " 'clues': [('thence',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
" ('consequently', 'as a consequence'),\n",
- " ('so',\n",
+ " ('thus',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('hence',\n",
+ " ('so',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result')]},\n",
" {'answer': 'thus',\n",
" 'hint': 'synonyms for thus',\n",
- " 'clues': [('therefore',\n",
- " '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('so',\n",
- " '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
- " ('hence',\n",
+ " 'clues': [('thence',\n",
" '(used to introduce a logical conclusion) from that fact or reason or as a result'),\n",
+ " ('so', \"in the way indicated; ; ; (`thusly' is a nonstandard variant)\"),\n",
" ('thusly',\n",
- " \"in the way indicated; ; ; (`thusly' is a nonstandard variant)\")]},\n",
+ " \"in the way indicated; ; ; (`thusly' is a nonstandard variant)\"),\n",
+ " ('therefore',\n",
+ " '(used to introduce a logical conclusion) from that fact or reason or as a result')]},\n",
" {'answer': 'thus_far',\n",
" 'hint': 'synonyms for thus far',\n",
- " 'clues': [('up to now',\n",
+ " 'clues': [('yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('til now',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('heretofore',\n",
+ " ('hitherto',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet',\n",
+ " ('until now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('so far',\n",
+ " ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('hitherto',\n",
+ " ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('as yet',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('so far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
" {'answer': 'til_now',\n",
" 'hint': 'synonyms for til now',\n",
- " 'clues': [('thus far',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('up to now',\n",
+ " 'clues': [('yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('heretofore',\n",
+ " ('hitherto',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet',\n",
+ " ('until now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('so far',\n",
+ " ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('until now',\n",
+ " ('thus far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('hitherto',\n",
+ " ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('as yet',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('so far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
" {'answer': 'time_and_again',\n",
" 'hint': 'synonyms for time and again',\n",
- " 'clues': [('again and again', 'repeatedly'),\n",
- " ('over and over again', 'repeatedly'),\n",
+ " 'clues': [('time and time again', 'repeatedly'),\n",
" ('over and over', 'repeatedly'),\n",
- " ('time and time again', 'repeatedly')]},\n",
+ " ('over and over again', 'repeatedly'),\n",
+ " ('again and again', 'repeatedly')]},\n",
" {'answer': 'time_and_time_again',\n",
" 'hint': 'synonyms for time and time again',\n",
" 'clues': [('time and again', 'repeatedly'),\n",
- " ('again and again', 'repeatedly'),\n",
+ " ('over and over', 'repeatedly'),\n",
" ('over and over again', 'repeatedly'),\n",
- " ('over and over', 'repeatedly')]},\n",
+ " ('again and again', 'repeatedly')]},\n",
" {'answer': 'to_a_t',\n",
" 'hint': 'synonyms for to a t',\n",
- " 'clues': [('just right', 'in every detail'),\n",
+ " 'clues': [('to the letter', 'in every detail'),\n",
+ " ('just right', 'in every detail'),\n",
" ('to a T', 'in every detail'),\n",
- " ('to the letter', 'in every detail'),\n",
" ('to perfection', 'in every detail')]},\n",
" {'answer': 'to_begin_with',\n",
" 'hint': 'synonyms for to begin with',\n",
- " 'clues': [('in the beginning', 'before now'),\n",
+ " 'clues': [('in the first place', 'before now'),\n",
" ('earlier', 'before now'),\n",
- " ('originally', 'before now'),\n",
- " ('in the first place', 'before now')]},\n",
+ " ('in the beginning', 'before now'),\n",
+ " ('originally', 'before now')]},\n",
" {'answer': 'to_wit',\n",
" 'hint': 'synonyms for to wit',\n",
- " 'clues': [('that is to say', 'as follows'),\n",
+ " 'clues': [('videlicet', 'as follows'),\n",
" ('viz.', 'as follows'),\n",
- " ('namely', 'as follows'),\n",
- " ('videlicet', 'as follows')]},\n",
+ " ('that is to say', 'as follows'),\n",
+ " ('namely', 'as follows')]},\n",
" {'answer': 'too',\n",
" 'hint': 'synonyms for too',\n",
- " 'clues': [('as well', 'in addition'),\n",
- " ('also', 'in addition'),\n",
- " ('overly', 'to a degree exceeding normal or proper limits'),\n",
+ " 'clues': [('likewise', 'in addition'),\n",
" ('excessively', 'to a degree exceeding normal or proper limits'),\n",
+ " ('overly', 'to a degree exceeding normal or proper limits'),\n",
" ('to a fault', 'to a degree exceeding normal or proper limits'),\n",
- " ('likewise', 'in addition'),\n",
- " ('besides', 'in addition')]},\n",
+ " ('besides', 'in addition'),\n",
+ " ('also', 'in addition'),\n",
+ " ('as well', 'in addition')]},\n",
" {'answer': 'toppingly',\n",
" 'hint': 'synonyms for toppingly',\n",
- " 'clues': [('wonderfully', '(used as an intensifier) extremely well'),\n",
- " ('terrifically', '(used as an intensifier) extremely well'),\n",
- " ('marvelously', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('marvelously', '(used as an intensifier) extremely well'),\n",
" ('wondrous', '(used as an intensifier) extremely well'),\n",
- " ('superbly', '(used as an intensifier) extremely well')]},\n",
+ " ('superbly', '(used as an intensifier) extremely well'),\n",
+ " ('wonderfully', '(used as an intensifier) extremely well'),\n",
+ " ('terrifically', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'topsy-turvily',\n",
" 'hint': 'synonyms for topsy-turvily',\n",
- " 'clues': [('in great confusion', 'in disorderly haste'),\n",
- " ('topsy-turvy', 'in disorderly haste'),\n",
- " ('head over heels', 'in disorderly haste'),\n",
- " ('heels over head', 'in disorderly haste')]},\n",
+ " 'clues': [('head over heels', 'in disorderly haste'),\n",
+ " ('in great confusion', 'in disorderly haste'),\n",
+ " ('heels over head', 'in disorderly haste'),\n",
+ " ('topsy-turvy', 'in disorderly haste')]},\n",
" {'answer': 'totally',\n",
" 'hint': 'synonyms for totally',\n",
- " 'clues': [('entirely',\n",
+ " 'clues': [('completely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('altogether',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('all',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('completely',\n",
+ " ('whole',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('wholly',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('whole',\n",
+ " ('entirely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\")]},\n",
" {'answer': 'traitorously',\n",
" 'hint': 'synonyms for traitorously',\n",
- " 'clues': [('false', 'in a disloyal and faithless manner'),\n",
- " ('treasonably', 'in a disloyal and faithless manner'),\n",
- " ('treacherously', 'in a disloyal and faithless manner'),\n",
- " ('faithlessly', 'in a disloyal and faithless manner')]},\n",
+ " 'clues': [('treacherously', 'in a disloyal and faithless manner'),\n",
+ " ('faithlessly', 'in a disloyal and faithless manner'),\n",
+ " ('false', 'in a disloyal and faithless manner'),\n",
+ " ('treasonably', 'in a disloyal and faithless manner')]},\n",
" {'answer': 'treacherously',\n",
" 'hint': 'synonyms for treacherously',\n",
- " 'clues': [('false', 'in a disloyal and faithless manner'),\n",
- " ('treasonably', 'in a disloyal and faithless manner'),\n",
- " ('traitorously', 'in a disloyal and faithless manner'),\n",
- " ('faithlessly', 'in a disloyal and faithless manner')]},\n",
+ " 'clues': [('traitorously', 'in a disloyal and faithless manner'),\n",
+ " ('faithlessly', 'in a disloyal and faithless manner'),\n",
+ " ('false', 'in a disloyal and faithless manner'),\n",
+ " ('treasonably', 'in a disloyal and faithless manner')]},\n",
" {'answer': 'treasonably',\n",
" 'hint': 'synonyms for treasonably',\n",
- " 'clues': [('false', 'in a disloyal and faithless manner'),\n",
- " ('traitorously', 'in a disloyal and faithless manner'),\n",
+ " 'clues': [('traitorously', 'in a disloyal and faithless manner'),\n",
" ('treacherously', 'in a disloyal and faithless manner'),\n",
- " ('faithlessly', 'in a disloyal and faithless manner')]},\n",
+ " ('faithlessly', 'in a disloyal and faithless manner'),\n",
+ " ('false', 'in a disloyal and faithless manner')]},\n",
" {'answer': 'trickily',\n",
" 'hint': 'synonyms for trickily',\n",
- " 'clues': [('foxily', 'in an artful manner'),\n",
- " ('craftily', 'in an artful manner'),\n",
- " ('knavishly', 'in an artful manner'),\n",
+ " 'clues': [('artfully', 'in an artful manner'),\n",
+ " ('foxily', 'in an artful manner'),\n",
" ('slyly', 'in an artful manner'),\n",
" ('cunningly', 'in an artful manner'),\n",
- " ('artfully', 'in an artful manner')]},\n",
+ " ('craftily', 'in an artful manner'),\n",
+ " ('knavishly', 'in an artful manner')]},\n",
" {'answer': 'truly',\n",
" 'hint': 'synonyms for truly',\n",
- " 'clues': [('really', 'in accordance with truth or fact or reality'),\n",
- " ('in truth', 'in fact (used as intensifiers or sentence modifiers)'),\n",
- " ('genuinely', 'in accordance with truth or fact or reality'),\n",
- " ('sincerely', 'with sincerity; without pretense'),\n",
+ " 'clues': [('really',\n",
+ " 'in fact (used as intensifiers or sentence modifiers)'),\n",
" ('rightfully', 'by right'),\n",
- " ('unfeignedly', 'with sincerity; without pretense')]},\n",
+ " ('sincerely', 'with sincerity; without pretense'),\n",
+ " ('genuinely', 'in accordance with truth or fact or reality'),\n",
+ " ('unfeignedly', 'with sincerity; without pretense'),\n",
+ " ('in truth', 'in fact (used as intensifiers or sentence modifiers)')]},\n",
" {'answer': 'ultimately',\n",
" 'hint': 'synonyms for ultimately',\n",
- " 'clues': [('at last', 'as the end result of a succession or process'),\n",
+ " 'clues': [('at long last', 'as the end result of a succession or process'),\n",
+ " ('at last', 'as the end result of a succession or process'),\n",
" ('finally', 'as the end result of a succession or process'),\n",
- " ('at long last', 'as the end result of a succession or process'),\n",
" ('in the end', 'as the end result of a succession or process')]},\n",
" {'answer': 'unceasingly',\n",
" 'hint': 'synonyms for unceasingly',\n",
- " 'clues': [('unendingly', 'with unflagging resolve'),\n",
- " ('incessantly', 'with unflagging resolve'),\n",
- " ('endlessly', 'with unflagging resolve'),\n",
+ " 'clues': [('ceaselessly', 'with unflagging resolve'),\n",
+ " ('unendingly', 'with unflagging resolve'),\n",
" ('continuously', 'with unflagging resolve'),\n",
- " ('ceaselessly', 'with unflagging resolve')]},\n",
+ " ('endlessly', 'with unflagging resolve'),\n",
+ " ('incessantly', 'with unflagging resolve')]},\n",
" {'answer': 'unendingly',\n",
" 'hint': 'synonyms for unendingly',\n",
- " 'clues': [('unceasingly', 'with unflagging resolve'),\n",
- " ('incessantly', 'with unflagging resolve'),\n",
- " ('endlessly', 'with unflagging resolve'),\n",
+ " 'clues': [('ceaselessly', 'with unflagging resolve'),\n",
+ " ('unceasingly', 'with unflagging resolve'),\n",
" ('continuously', 'with unflagging resolve'),\n",
- " ('ceaselessly', 'with unflagging resolve')]},\n",
+ " ('endlessly', 'with unflagging resolve'),\n",
+ " ('incessantly', 'with unflagging resolve')]},\n",
" {'answer': 'unexpectedly',\n",
" 'hint': 'synonyms for unexpectedly',\n",
- " 'clues': [('accidentally', 'without advance planning'),\n",
- " ('circumstantially', 'without advance planning'),\n",
+ " 'clues': [('circumstantially', 'without advance planning'),\n",
+ " ('accidentally', 'without advance planning'),\n",
" ('by chance', 'without advance planning'),\n",
" ('out of the blue', 'in a way that was not expected')]},\n",
" {'answer': 'unprofitably',\n",
" 'hint': 'synonyms for unprofitably',\n",
" 'clues': [('profitlessly', 'without gain or profit'),\n",
" ('gainlessly', 'without gain or profit'),\n",
- " ('unproductively', 'in an unproductive manner'),\n",
- " ('fruitlessly', 'in an unproductive manner')]},\n",
+ " ('fruitlessly', 'in an unproductive manner'),\n",
+ " ('unproductively', 'in an unproductive manner')]},\n",
" {'answer': 'unquestionably',\n",
" 'hint': 'synonyms for unquestionably',\n",
- " 'clues': [('emphatically', 'without question and beyond doubt'),\n",
- " ('unimpeachably', 'without question'),\n",
- " ('by all odds', 'without question and beyond doubt'),\n",
+ " 'clues': [('by all odds', 'without question and beyond doubt'),\n",
+ " ('emphatically', 'without question and beyond doubt'),\n",
" ('in spades', 'without question and beyond doubt'),\n",
- " ('decidedly', 'without question and beyond doubt'),\n",
- " ('definitely', 'without question and beyond doubt')]},\n",
+ " ('unimpeachably', 'without question'),\n",
+ " ('definitely', 'without question and beyond doubt'),\n",
+ " ('decidedly', 'without question and beyond doubt')]},\n",
" {'answer': 'unremarkably',\n",
" 'hint': 'synonyms for unremarkably',\n",
- " 'clues': [('usually', 'under normal conditions'),\n",
+ " 'clues': [('ordinarily', 'under normal conditions'),\n",
+ " ('commonly', 'under normal conditions'),\n",
" ('normally', 'under normal conditions'),\n",
- " ('ordinarily', 'under normal conditions'),\n",
- " ('commonly', 'under normal conditions')]},\n",
+ " ('usually', 'under normal conditions')]},\n",
" {'answer': 'until_now',\n",
" 'hint': 'synonyms for until now',\n",
- " 'clues': [('thus far',\n",
+ " 'clues': [('yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('up to now',\n",
+ " ('hitherto',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('til now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('heretofore',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet',\n",
+ " ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('so far',\n",
+ " ('thus far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('hitherto',\n",
+ " ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('as yet',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('so far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
" {'answer': 'up_to_now',\n",
" 'hint': 'synonyms for up to now',\n",
- " 'clues': [('thus far',\n",
+ " 'clues': [('yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('til now',\n",
+ " ('hitherto',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('until now',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('thus far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('yet',\n",
+ " ('as yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('to date', 'prior to the present time'),\n",
" ('so far',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('hitherto',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('as yet',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]},\n",
+ " ('to date', 'prior to the present time')]},\n",
" {'answer': 'usually',\n",
" 'hint': 'synonyms for usually',\n",
- " 'clues': [('unremarkably', 'under normal conditions'),\n",
- " ('normally', 'under normal conditions'),\n",
- " ('ordinarily', 'under normal conditions'),\n",
- " ('commonly', 'under normal conditions')]},\n",
+ " 'clues': [('ordinarily', 'under normal conditions'),\n",
+ " ('commonly', 'under normal conditions'),\n",
+ " ('unremarkably', 'under normal conditions'),\n",
+ " ('normally', 'under normal conditions')]},\n",
" {'answer': 'very_much',\n",
" 'hint': 'synonyms for very much',\n",
- " 'clues': [('much', 'to a very great degree or extent'),\n",
- " ('a good deal', 'to a very great degree or extent'),\n",
+ " 'clues': [('a good deal', 'to a very great degree or extent'),\n",
+ " ('much', 'to a very great degree or extent'),\n",
" ('lots', 'to a very great degree or extent'),\n",
" ('a lot', 'to a very great degree or extent'),\n",
" ('a great deal', 'to a very great degree or extent')]},\n",
" {'answer': 'videlicet',\n",
" 'hint': 'synonyms for videlicet',\n",
- " 'clues': [('to wit', 'as follows'),\n",
+ " 'clues': [('viz.', 'as follows'),\n",
+ " ('to wit', 'as follows'),\n",
" ('that is to say', 'as follows'),\n",
- " ('namely', 'as follows'),\n",
- " ('viz.', 'as follows')]},\n",
+ " ('namely', 'as follows')]},\n",
" {'answer': 'virtually',\n",
" 'hint': 'synonyms for virtually',\n",
- " 'clues': [('nearly',\n",
+ " 'clues': [('nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('nigh',\n",
+ " ('well-nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('almost',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('well-nigh',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('most',\n",
+ " ('nearly',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('about',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('most',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but')]},\n",
" {'answer': 'viz.',\n",
" 'hint': 'synonyms for viz.',\n",
- " 'clues': [('to wit', 'as follows'),\n",
+ " 'clues': [('videlicet', 'as follows'),\n",
+ " ('to wit', 'as follows'),\n",
" ('that is to say', 'as follows'),\n",
- " ('namely', 'as follows'),\n",
- " ('videlicet', 'as follows')]},\n",
+ " ('namely', 'as follows')]},\n",
" {'answer': 'wackily',\n",
" 'hint': 'synonyms for wackily',\n",
- " 'clues': [('dottily', 'in a mildly insane manner'),\n",
- " ('daftly', 'in a mildly insane manner'),\n",
+ " 'clues': [('balmily', 'in a mildly insane manner'),\n",
" ('nuttily', 'in a mildly insane manner'),\n",
- " ('balmily', 'in a mildly insane manner')]},\n",
+ " ('daftly', 'in a mildly insane manner'),\n",
+ " ('dottily', 'in a mildly insane manner')]},\n",
" {'answer': 'well-nigh',\n",
" 'hint': 'synonyms for well-nigh',\n",
- " 'clues': [('nearly',\n",
- " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('nigh',\n",
+ " 'clues': [('nigh',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('almost',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('most',\n",
+ " ('nearly',\n",
+ " '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
+ " ('virtually',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
" ('about',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but'),\n",
- " ('virtually',\n",
+ " ('most',\n",
" '(of actions or states) slightly short of or not quite accomplished; all but')]},\n",
" {'answer': 'when_the_time_comes',\n",
" 'hint': 'synonyms for when the time comes',\n",
" 'clues': [('in due season', 'at the appropriate time'),\n",
- " ('in good time', 'at the appropriate time'),\n",
" ('in due course', 'at the appropriate time'),\n",
- " ('in due time', 'at the appropriate time')]},\n",
+ " ('in due time', 'at the appropriate time'),\n",
+ " ('in good time', 'at the appropriate time')]},\n",
" {'answer': 'wholly',\n",
" 'hint': 'synonyms for wholly',\n",
- " 'clues': [('entirely',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('altogether',\n",
- " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('all',\n",
+ " 'clues': [('totally',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('completely',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
- " ('totally',\n",
+ " ('altogether',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
" ('whole',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('entirely',\n",
+ " \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\"),\n",
+ " ('all',\n",
" \"to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')\")]},\n",
" {'answer': 'willy-nilly',\n",
" 'hint': 'synonyms for willy-nilly',\n",
" 'clues': [('at random', 'in a random manner'),\n",
+ " ('randomly', 'in a random manner'),\n",
" ('every which way', 'in a random manner'),\n",
- " ('indiscriminately', 'in a random manner'),\n",
" ('arbitrarily', 'in a random manner'),\n",
- " ('randomly', 'in a random manner'),\n",
+ " ('indiscriminately', 'in a random manner'),\n",
" ('haphazardly', 'in a random manner')]},\n",
" {'answer': 'withal',\n",
" 'hint': 'synonyms for withal',\n",
" 'clues': [('even so',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('all the same',\n",
+ " ('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('yet',\n",
+ " ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('nonetheless',\n",
+ " ('however',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
" ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('notwithstanding',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('still',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
+ " ('all the same',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('yet',\n",
" 'despite anything to the contrary (usually following a concession)')]},\n",
" {'answer': 'wonderfully',\n",
" 'hint': 'synonyms for wonderfully',\n",
- " 'clues': [('terrifically', '(used as an intensifier) extremely well'),\n",
- " ('marvelously', '(used as an intensifier) extremely well'),\n",
- " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('marvelously', '(used as an intensifier) extremely well'),\n",
" ('toppingly', '(used as an intensifier) extremely well'),\n",
- " ('superbly', '(used as an intensifier) extremely well')]},\n",
+ " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " ('superbly', '(used as an intensifier) extremely well'),\n",
+ " ('terrifically', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'wondrously',\n",
" 'hint': 'synonyms for wondrously',\n",
- " 'clues': [('wonderfully', '(used as an intensifier) extremely well'),\n",
- " ('terrifically', '(used as an intensifier) extremely well'),\n",
- " ('marvelously', '(used as an intensifier) extremely well'),\n",
- " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " 'clues': [('marvelously', '(used as an intensifier) extremely well'),\n",
" ('toppingly', '(used as an intensifier) extremely well'),\n",
- " ('superbly', '(used as an intensifier) extremely well')]},\n",
+ " ('wondrous', '(used as an intensifier) extremely well'),\n",
+ " ('superbly', '(used as an intensifier) extremely well'),\n",
+ " ('wonderfully', '(used as an intensifier) extremely well'),\n",
+ " ('terrifically', '(used as an intensifier) extremely well')]},\n",
" {'answer': 'yet',\n",
" 'hint': 'synonyms for yet',\n",
- " 'clues': [('thus far',\n",
+ " 'clues': [('hitherto',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('in time', 'within an indefinite time or at an unspecified future time'),\n",
- " ('so far', 'used after a superlative'),\n",
- " ('til now',\n",
+ " ('until now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('all the same',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
- " ('even', 'to a greater degree or extent; used with comparisons'),\n",
- " ('withal',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
" ('nonetheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('still', 'to a greater degree or extent; used with comparisons'),\n",
+ " ('so far', 'used after a superlative'),\n",
" ('nevertheless',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('however',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
- " ('as yet',\n",
- " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('still', 'to a greater degree or extent; used with comparisons'),\n",
" ('up to now',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
- " ('even so',\n",
- " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('in time', 'within an indefinite time or at an unspecified future time'),\n",
+ " ('thus far',\n",
+ " 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
" ('heretofore',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time'),\n",
+ " ('all the same',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('even so',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
" ('notwithstanding',\n",
" 'despite anything to the contrary (usually following a concession)'),\n",
- " ('hitherto',\n",
+ " ('even', 'to a greater degree or extent; used with comparisons'),\n",
+ " ('however',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('withal',\n",
+ " 'despite anything to the contrary (usually following a concession)'),\n",
+ " ('as yet',\n",
" 'used in negative statement to describe a situation that has existed up to this point or up to the present time')]}],\n",
" 'portion': 0.54},\n",
" {'name': 'nouns',\n",
" 'groups': [{'answer': '0',\n",
" 'hint': 'synonyms for 0',\n",
- " 'clues': [('cipher',\n",
+ " 'clues': [('cypher',\n",
" 'a mathematical element that when added to another number yields the same number'),\n",
- " ('cypher',\n",
- " 'a mathematical element that when added to another number yields the same number'),\n",
- " ('nought',\n",
+ " ('cipher',\n",
" 'a mathematical element that when added to another number yields the same number'),\n",
" ('zero',\n",
+ " 'a mathematical element that when added to another number yields the same number'),\n",
+ " ('nought',\n",
" 'a mathematical element that when added to another number yields the same number')]},\n",
" {'answer': '1',\n",
" 'hint': 'synonyms for 1',\n",
- " 'clues': [('ace',\n",
+ " 'clues': [('single',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
- " ('one',\n",
- " 'the smallest whole number or a numeral representing this number'),\n",
- " ('single',\n",
+ " ('ace',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
" ('unity',\n",
+ " 'the smallest whole number or a numeral representing this number'),\n",
+ " ('one',\n",
" 'the smallest whole number or a numeral representing this number')]},\n",
" {'answer': '1000',\n",
" 'hint': 'synonyms for 1000',\n",
- " 'clues': [('chiliad',\n",
+ " 'clues': [('thou',\n",
" 'the cardinal number that is the product of 10 and 100'),\n",
" ('yard', 'the cardinal number that is the product of 10 and 100'),\n",
" ('grand', 'the cardinal number that is the product of 10 and 100'),\n",
" ('one thousand', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('thousand', 'the cardinal number that is the product of 10 and 100')]},\n",
+ " ('thousand', 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('chiliad', 'the cardinal number that is the product of 10 and 100')]},\n",
" {'answer': '3',\n",
" 'hint': 'synonyms for 3',\n",
- " 'clues': [('ternary',\n",
+ " 'clues': [('threesome',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
- " ('ternion', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
" ('troika', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('three', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('threesome',\n",
- " 'the cardinal number that is the sum of one and one and one'),\n",
" ('trey', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tercet', 'the cardinal number that is the sum of one and one and one'),\n",
" ('deuce-ace',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
" ('triad', 'the cardinal number that is the sum of one and one and one'),\n",
" ('terzetto',\n",
+ " 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('three', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('ternary', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('ternion', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tercet',\n",
" 'the cardinal number that is the sum of one and one and one')]},\n",
" {'answer': '4',\n",
" 'hint': 'synonyms for 4',\n",
- " 'clues': [('tetrad',\n",
+ " 'clues': [('quatern',\n",
" 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
" ('quartet', 'the cardinal number that is the sum of three and one'),\n",
- " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternity', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
+ " ('tetrad', 'the cardinal number that is the sum of three and one'),\n",
" ('four', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quadruplet', 'the cardinal number that is the sum of three and one'),\n",
+ " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
" ('quaternary', 'the cardinal number that is the sum of three and one'),\n",
- " ('quatern', 'the cardinal number that is the sum of three and one'),\n",
- " ('quadruplet', 'the cardinal number that is the sum of three and one')]},\n",
+ " ('quaternity', 'the cardinal number that is the sum of three and one')]},\n",
" {'answer': '5',\n",
" 'hint': 'synonyms for 5',\n",
- " 'clues': [('quintet',\n",
+ " 'clues': [('pentad',\n",
" 'the cardinal number that is the sum of four and one'),\n",
- " ('pentad', 'the cardinal number that is the sum of four and one'),\n",
- " ('quint', 'the cardinal number that is the sum of four and one'),\n",
+ " ('quintet', 'the cardinal number that is the sum of four and one'),\n",
+ " ('fivesome', 'the cardinal number that is the sum of four and one'),\n",
" ('fin', 'the cardinal number that is the sum of four and one'),\n",
- " ('cinque', 'the cardinal number that is the sum of four and one'),\n",
" ('quintuplet', 'the cardinal number that is the sum of four and one'),\n",
- " ('fivesome', 'the cardinal number that is the sum of four and one'),\n",
- " ('five', 'the cardinal number that is the sum of four and one')]},\n",
+ " ('quint', 'the cardinal number that is the sum of four and one'),\n",
+ " ('five', 'the cardinal number that is the sum of four and one'),\n",
+ " ('cinque', 'the cardinal number that is the sum of four and one')]},\n",
" {'answer': '6',\n",
" 'hint': 'synonyms for 6',\n",
- " 'clues': [('sextuplet',\n",
- " 'the cardinal number that is the sum of five and one'),\n",
- " ('hexad', 'the cardinal number that is the sum of five and one'),\n",
+ " 'clues': [('sise', 'the cardinal number that is the sum of five and one'),\n",
" ('half a dozen', 'the cardinal number that is the sum of five and one'),\n",
- " ('sise', 'the cardinal number that is the sum of five and one'),\n",
- " ('sextet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('sextuplet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('sestet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('hexad', 'the cardinal number that is the sum of five and one'),\n",
" ('sixer', 'the cardinal number that is the sum of five and one'),\n",
- " ('six', 'the cardinal number that is the sum of five and one'),\n",
- " ('sestet', 'the cardinal number that is the sum of five and one')]},\n",
+ " ('sextet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('six', 'the cardinal number that is the sum of five and one')]},\n",
" {'answer': '7',\n",
" 'hint': 'synonyms for 7',\n",
- " 'clues': [('septet', 'the cardinal number that is the sum of six and one'),\n",
+ " 'clues': [('seven', 'the cardinal number that is the sum of six and one'),\n",
+ " ('sevener', 'the cardinal number that is the sum of six and one'),\n",
" ('septenary', 'the cardinal number that is the sum of six and one'),\n",
- " ('heptad', 'the cardinal number that is the sum of six and one'),\n",
- " ('seven', 'the cardinal number that is the sum of six and one'),\n",
- " ('sevener', 'the cardinal number that is the sum of six and one')]},\n",
+ " ('septet', 'the cardinal number that is the sum of six and one'),\n",
+ " ('heptad', 'the cardinal number that is the sum of six and one')]},\n",
" {'answer': '8',\n",
" 'hint': 'synonyms for 8',\n",
- " 'clues': [('eighter from Decatur',\n",
+ " 'clues': [('octad',\n",
" 'the cardinal number that is the sum of seven and one'),\n",
- " ('eight', 'the cardinal number that is the sum of seven and one'),\n",
- " ('octonary', 'the cardinal number that is the sum of seven and one'),\n",
- " ('octad', 'the cardinal number that is the sum of seven and one'),\n",
" ('eighter', 'the cardinal number that is the sum of seven and one'),\n",
- " ('octet', 'the cardinal number that is the sum of seven and one'),\n",
- " ('ogdoad', 'the cardinal number that is the sum of seven and one')]},\n",
+ " ('octonary', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('eighter from Decatur',\n",
+ " 'the cardinal number that is the sum of seven and one'),\n",
+ " ('eight', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('ogdoad', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('octet', 'the cardinal number that is the sum of seven and one')]},\n",
" {'answer': 'abstract',\n",
" 'hint': 'synonyms for abstract',\n",
" 'clues': [('outline',\n",
" 'a sketchy summary of the main points of an argument or theory'),\n",
" ('synopsis',\n",
" 'a sketchy summary of the main points of an argument or theory'),\n",
- " ('precis',\n",
- " 'a sketchy summary of the main points of an argument or theory'),\n",
" ('abstraction',\n",
- " 'a concept or idea not associated with any specific instance')]},\n",
+ " 'a concept or idea not associated with any specific instance'),\n",
+ " ('precis',\n",
+ " 'a sketchy summary of the main points of an argument or theory')]},\n",
" {'answer': 'accessory',\n",
" 'hint': 'synonyms for accessory',\n",
" 'clues': [('accouterment',\n",
@@ -24130,106 +24151,108 @@
" ('add-on', 'a supplementary component that improves capability')]},\n",
" {'answer': 'ace',\n",
" 'hint': 'synonyms for ace',\n",
- " 'clues': [('angiotensin converting enzyme',\n",
- " 'proteolytic enzyme that converts angiotensin I into angiotensin II'),\n",
- " ('one',\n",
+ " 'clues': [('1',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
- " ('single',\n",
+ " ('one',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
- " ('1', 'the smallest whole number or a numeral representing this number'),\n",
" ('unity',\n",
+ " 'the smallest whole number or a numeral representing this number'),\n",
+ " ('angiotensin converting enzyme',\n",
+ " 'proteolytic enzyme that converts angiotensin I into angiotensin II'),\n",
+ " ('single',\n",
" 'the smallest whole number or a numeral representing this number')]},\n",
" {'answer': 'acid',\n",
" 'hint': 'synonyms for acid',\n",
- " 'clues': [('battery-acid', 'street name for lysergic acid diethylamide'),\n",
- " ('dose', 'street name for lysergic acid diethylamide'),\n",
+ " 'clues': [('back breaker', 'street name for lysergic acid diethylamide'),\n",
+ " ('loony toons', 'street name for lysergic acid diethylamide'),\n",
" ('pane', 'street name for lysergic acid diethylamide'),\n",
- " ('back breaker', 'street name for lysergic acid diethylamide'),\n",
- " ('superman', 'street name for lysergic acid diethylamide'),\n",
- " ('window pane', 'street name for lysergic acid diethylamide'),\n",
+ " ('battery-acid', 'street name for lysergic acid diethylamide'),\n",
+ " ('dose', 'street name for lysergic acid diethylamide'),\n",
" ('dot', 'street name for lysergic acid diethylamide'),\n",
- " ('loony toons', 'street name for lysergic acid diethylamide')]},\n",
+ " ('window pane', 'street name for lysergic acid diethylamide'),\n",
+ " ('superman', 'street name for lysergic acid diethylamide')]},\n",
" {'answer': 'advance',\n",
" 'hint': 'synonyms for advance',\n",
- " 'clues': [('rise', 'increase in price or value'),\n",
+ " 'clues': [('forward motion',\n",
+ " 'the act of moving forward (as toward a goal)'),\n",
+ " ('approach',\n",
+ " 'a tentative suggestion designed to elicit the reactions of others'),\n",
+ " ('advancement', 'the act of moving forward (as toward a goal)'),\n",
+ " ('improvement', 'a change for the better; progress in development'),\n",
+ " ('progression', 'a movement forward'),\n",
+ " ('cash advance', 'an amount paid before it is earned'),\n",
" ('feeler',\n",
" 'a tentative suggestion designed to elicit the reactions of others'),\n",
+ " ('progress', 'a movement forward'),\n",
" ('betterment', 'a change for the better; progress in development'),\n",
- " ('progression', 'the act of moving forward (as toward a goal)'),\n",
- " ('progress', 'the act of moving forward (as toward a goal)'),\n",
+ " ('rise', 'increase in price or value'),\n",
" ('overture',\n",
- " 'a tentative suggestion designed to elicit the reactions of others'),\n",
- " ('improvement', 'a change for the better; progress in development'),\n",
- " ('onward motion', 'the act of moving forward (as toward a goal)'),\n",
- " ('cash advance', 'an amount paid before it is earned'),\n",
- " ('advancement', 'the act of moving forward (as toward a goal)'),\n",
- " ('approach',\n",
" 'a tentative suggestion designed to elicit the reactions of others')]},\n",
" {'answer': 'agglomerate',\n",
" 'hint': 'synonyms for agglomerate',\n",
" 'clues': [('cumulation',\n",
" 'a collection of objects laid on top of each other'),\n",
+ " ('heap', 'a collection of objects laid on top of each other'),\n",
" ('cumulus', 'a collection of objects laid on top of each other'),\n",
" ('mound', 'a collection of objects laid on top of each other'),\n",
- " ('heap', 'a collection of objects laid on top of each other'),\n",
" ('pile', 'a collection of objects laid on top of each other')]},\n",
" {'answer': 'aggregate',\n",
" 'hint': 'synonyms for aggregate',\n",
" 'clues': [('totality', 'the whole amount'),\n",
" ('sum', 'the whole amount'),\n",
- " ('conglomeration',\n",
- " 'a sum total of many heterogenous things taken together'),\n",
" ('congeries', 'a sum total of many heterogenous things taken together'),\n",
- " ('total', 'the whole amount')]},\n",
+ " ('total', 'the whole amount'),\n",
+ " ('conglomeration',\n",
+ " 'a sum total of many heterogenous things taken together')]},\n",
" {'answer': 'animal',\n",
" 'hint': 'synonyms for animal',\n",
- " 'clues': [('beast',\n",
+ " 'clues': [('creature',\n",
" 'a living organism characterized by voluntary movement'),\n",
" ('animate being',\n",
" 'a living organism characterized by voluntary movement'),\n",
" ('brute', 'a living organism characterized by voluntary movement'),\n",
" ('fauna', 'a living organism characterized by voluntary movement'),\n",
- " ('creature', 'a living organism characterized by voluntary movement')]},\n",
+ " ('beast', 'a living organism characterized by voluntary movement')]},\n",
" {'answer': 'antiaircraft',\n",
" 'hint': 'synonyms for antiaircraft',\n",
- " 'clues': [('pom-pom', 'artillery designed to shoot upward at airplanes'),\n",
+ " 'clues': [('ack-ack gun',\n",
+ " 'artillery designed to shoot upward at airplanes'),\n",
+ " ('pom-pom', 'artillery designed to shoot upward at airplanes'),\n",
" ('antiaircraft gun', 'artillery designed to shoot upward at airplanes'),\n",
" ('flak', 'artillery designed to shoot upward at airplanes'),\n",
- " ('ack-ack gun', 'artillery designed to shoot upward at airplanes'),\n",
" ('ack-ack', 'artillery designed to shoot upward at airplanes')]},\n",
" {'answer': 'antic',\n",
" 'hint': 'synonyms for antic',\n",
- " 'clues': [('trick',\n",
+ " 'clues': [('prank',\n",
" 'a ludicrous or grotesque act done for fun and amusement'),\n",
- " ('prank', 'a ludicrous or grotesque act done for fun and amusement'),\n",
" ('joke', 'a ludicrous or grotesque act done for fun and amusement'),\n",
+ " ('trick', 'a ludicrous or grotesque act done for fun and amusement'),\n",
" ('put-on', 'a ludicrous or grotesque act done for fun and amusement'),\n",
" ('caper', 'a ludicrous or grotesque act done for fun and amusement')]},\n",
" {'answer': 'antifungal',\n",
" 'hint': 'synonyms for antifungal',\n",
- " 'clues': [('fungicide',\n",
- " 'any agent that destroys or prevents the growth of fungi'),\n",
- " ('antimycotic agent',\n",
+ " 'clues': [('antimycotic agent',\n",
" 'any agent that destroys or prevents the growth of fungi'),\n",
+ " ('fungicide', 'any agent that destroys or prevents the growth of fungi'),\n",
" ('antimycotic',\n",
" 'any agent that destroys or prevents the growth of fungi'),\n",
" ('antifungal agent',\n",
" 'any agent that destroys or prevents the growth of fungi')]},\n",
" {'answer': 'arctic',\n",
" 'hint': 'synonyms for arctic',\n",
- " 'clues': [('gumshoe',\n",
+ " 'clues': [('rubber',\n",
+ " 'a waterproof overshoe that protects shoes from water or snow'),\n",
+ " ('gumshoe',\n",
" 'a waterproof overshoe that protects shoes from water or snow'),\n",
" ('galosh',\n",
" 'a waterproof overshoe that protects shoes from water or snow'),\n",
" ('golosh',\n",
- " 'a waterproof overshoe that protects shoes from water or snow'),\n",
- " ('rubber',\n",
" 'a waterproof overshoe that protects shoes from water or snow')]},\n",
" {'answer': 'ataractic',\n",
" 'hint': 'synonyms for ataractic',\n",
- " 'clues': [('tranquilliser',\n",
+ " 'clues': [('antianxiety agent',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
- " ('antianxiety agent',\n",
+ " ('tranquilizer',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
" ('ataractic drug',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
@@ -24237,1580 +24260,1580 @@
" 'a drug used to reduce stress or tension without reducing mental clarity')]},\n",
" {'answer': 'azure',\n",
" 'hint': 'synonyms for azure',\n",
- " 'clues': [('sapphire', 'a light shade of blue'),\n",
- " ('lazuline', 'a light shade of blue'),\n",
+ " 'clues': [('lazuline', 'a light shade of blue'),\n",
" ('cerulean', 'a light shade of blue'),\n",
- " ('sky-blue', 'a light shade of blue')]},\n",
+ " ('sky-blue', 'a light shade of blue'),\n",
+ " ('sapphire', 'a light shade of blue')]},\n",
" {'answer': 'bacchanal',\n",
" 'hint': 'synonyms for bacchanal',\n",
- " 'clues': [('bacchanalia',\n",
+ " 'clues': [('debauch',\n",
+ " 'a wild gathering involving excessive drinking and promiscuity'),\n",
+ " ('saturnalia',\n",
" 'a wild gathering involving excessive drinking and promiscuity'),\n",
" ('drunken revelry',\n",
" 'a wild gathering involving excessive drinking and promiscuity'),\n",
- " ('saturnalia',\n",
+ " ('orgy', 'a wild gathering involving excessive drinking and promiscuity'),\n",
+ " ('bacchanalia',\n",
" 'a wild gathering involving excessive drinking and promiscuity'),\n",
" ('riot', 'a wild gathering involving excessive drinking and promiscuity'),\n",
- " ('debauch',\n",
- " 'a wild gathering involving excessive drinking and promiscuity'),\n",
" ('debauchery',\n",
- " 'a wild gathering involving excessive drinking and promiscuity'),\n",
- " ('orgy',\n",
" 'a wild gathering involving excessive drinking and promiscuity')]},\n",
" {'answer': 'back',\n",
" 'hint': 'synonyms for back',\n",
- " 'clues': [('binding',\n",
+ " 'clues': [('book binding',\n",
" 'the protective covering on the front, back, and spine of a book'),\n",
- " ('book binding',\n",
+ " ('binding',\n",
" 'the protective covering on the front, back, and spine of a book'),\n",
- " ('backrest', 'a support that you can lean against while sitting'),\n",
" ('rear', 'the side that goes last or is not normally seen'),\n",
" ('cover',\n",
- " 'the protective covering on the front, back, and spine of a book')]},\n",
+ " 'the protective covering on the front, back, and spine of a book'),\n",
+ " ('backrest', 'a support that you can lean against while sitting')]},\n",
" {'answer': 'base',\n",
" 'hint': 'synonyms for base',\n",
- " 'clues': [('basis',\n",
- " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
- " ('cornerstone',\n",
+ " 'clues': [('fundament',\n",
" 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
- " ('groundwork', 'lowest support of a structure'),\n",
- " ('radix',\n",
- " '(numeration system) the positive integer that is equivalent to one in the next higher counting place'),\n",
- " ('substructure', 'lowest support of a structure'),\n",
- " ('root',\n",
- " '(linguistics) the form of a word after all affixes are removed'),\n",
- " ('fundament',\n",
- " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
- " (\"al-Qa'ida\",\n",
- " 'a terrorist network intensely opposed to the United States that dispenses money and logistical support and training to a wide variety of radical Islamic terrorist groups; has cells in more than 50 countries'),\n",
- " ('foot', 'lowest support of a structure'),\n",
- " ('base of operations',\n",
- " 'installation from which a military force initiates operations'),\n",
- " ('nucleotide',\n",
- " 'a phosphoric ester of a nucleoside; the basic structural unit of nucleic acids (DNA or RNA)'),\n",
" ('root word',\n",
" '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('floor', 'a lower limit'),\n",
+ " ('home',\n",
+ " 'the place where you are stationed and from which missions start and end'),\n",
" ('al-Qaeda',\n",
" 'a terrorist network intensely opposed to the United States that dispenses money and logistical support and training to a wide variety of radical Islamic terrorist groups; has cells in more than 50 countries'),\n",
- " ('radical',\n",
- " '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('basis', 'the most important or necessary part of something'),\n",
" ('theme',\n",
" '(linguistics) the form of a word after all affixes are removed'),\n",
- " ('bag', 'a place that the runner must touch before scoring'),\n",
- " ('floor', 'a lower limit'),\n",
" ('infrastructure',\n",
" 'the stock of basic facilities and capital equipment needed for the functioning of a country or area'),\n",
- " ('foundation', 'lowest support of a structure'),\n",
- " ('pedestal', 'a support or foundation'),\n",
- " ('understructure', 'lowest support of a structure'),\n",
- " ('alkali',\n",
- " 'any of various water-soluble compounds capable of turning litmus blue and reacting with an acid to form a salt and water'),\n",
- " ('home',\n",
- " 'the place where you are stationed and from which missions start and end'),\n",
+ " ('groundwork',\n",
+ " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
+ " ('root',\n",
+ " '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('foundation',\n",
+ " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
+ " ('bag', 'a place that the runner must touch before scoring'),\n",
" ('stem',\n",
" '(linguistics) the form of a word after all affixes are removed'),\n",
- " ('stand', 'a support or foundation')]},\n",
+ " ('stand', 'a support or foundation'),\n",
+ " ('radix',\n",
+ " '(numeration system) the positive integer that is equivalent to one in the next higher counting place'),\n",
+ " ('substructure', 'lowest support of a structure'),\n",
+ " ('nucleotide',\n",
+ " 'a phosphoric ester of a nucleoside; the basic structural unit of nucleic acids (DNA or RNA)'),\n",
+ " ('cornerstone',\n",
+ " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
+ " ('radical',\n",
+ " '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('base of operations',\n",
+ " 'installation from which a military force initiates operations'),\n",
+ " ('foot', 'lowest support of a structure'),\n",
+ " ('alkali',\n",
+ " 'any of various water-soluble compounds capable of turning litmus blue and reacting with an acid to form a salt and water'),\n",
+ " ('pedestal', 'a support or foundation'),\n",
+ " ('understructure', 'lowest support of a structure'),\n",
+ " (\"al-Qa'ida\",\n",
+ " 'a terrorist network intensely opposed to the United States that dispenses money and logistical support and training to a wide variety of radical Islamic terrorist groups; has cells in more than 50 countries')]},\n",
" {'answer': 'bass',\n",
" 'hint': 'synonyms for bass',\n",
- " 'clues': [('bass voice', 'the lowest adult male singing voice'),\n",
+ " 'clues': [('freshwater bass',\n",
+ " 'any of various North American freshwater fish with lean flesh (especially of the genus Micropterus)'),\n",
" ('basso', 'the lowest adult male singing voice'),\n",
" ('bass part', 'the lowest part in polyphonic music'),\n",
- " ('freshwater bass',\n",
- " 'any of various North American freshwater fish with lean flesh (especially of the genus Micropterus)'),\n",
" ('sea bass',\n",
- " 'the lean flesh of a saltwater fish of the family Serranidae')]},\n",
+ " 'the lean flesh of a saltwater fish of the family Serranidae'),\n",
+ " ('bass voice', 'the lowest adult male singing voice')]},\n",
" {'answer': 'bats',\n",
" 'hint': 'synonyms for bats',\n",
- " 'clues': [('bat', '(baseball) a turn trying to get a hit'),\n",
- " ('at-bat', '(baseball) a turn trying to get a hit'),\n",
- " ('squash racquet',\n",
+ " 'clues': [('cricket bat', 'the club used in playing cricket'),\n",
+ " ('bat', 'a small racket with a long handle used for playing squash'),\n",
+ " ('squash racket',\n",
" 'a small racket with a long handle used for playing squash'),\n",
- " ('cricket bat', 'the club used in playing cricket')]},\n",
+ " ('at-bat', '(baseball) a turn trying to get a hit')]},\n",
" {'answer': 'bearing',\n",
" 'hint': 'synonyms for bearing',\n",
" 'clues': [('presence', 'dignified manner or conduct'),\n",
+ " ('heraldic bearing',\n",
+ " 'heraldry consisting of a design or image depicted on a shield'),\n",
" ('mien', 'dignified manner or conduct'),\n",
" ('comportment', 'dignified manner or conduct'),\n",
- " ('charge',\n",
- " 'heraldry consisting of a design or image depicted on a shield'),\n",
+ " ('heading',\n",
+ " 'the direction or path along which something moves or along which it lies'),\n",
" ('posture', \"characteristic way of bearing one's body\"),\n",
" ('aim',\n",
" 'the direction or path along which something moves or along which it lies'),\n",
- " ('armorial bearing',\n",
+ " ('charge',\n",
" 'heraldry consisting of a design or image depicted on a shield'),\n",
- " ('heading',\n",
- " 'the direction or path along which something moves or along which it lies'),\n",
- " ('heraldic bearing',\n",
+ " ('armorial bearing',\n",
" 'heraldry consisting of a design or image depicted on a shield'),\n",
" ('carriage', \"characteristic way of bearing one's body\")]},\n",
" {'answer': 'beat',\n",
" 'hint': 'synonyms for beat',\n",
- " 'clues': [('measure', '(prosody) the accent in a metrical foot of verse'),\n",
- " ('pulse',\n",
- " 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
- " ('meter', '(prosody) the accent in a metrical foot of verse'),\n",
- " ('pulsation',\n",
- " 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
+ " 'clues': [('musical rhythm',\n",
+ " 'the basic rhythmic unit in a piece of music'),\n",
+ " ('metre', '(prosody) the accent in a metrical foot of verse'),\n",
" ('heartbeat',\n",
" 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
" ('round', 'a regular route for a sentry or policeman'),\n",
+ " ('pulse',\n",
+ " 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
" ('cadence', '(prosody) the accent in a metrical foot of verse'),\n",
- " ('rhythm', 'the basic rhythmic unit in a piece of music'),\n",
- " ('musical rhythm', 'the basic rhythmic unit in a piece of music'),\n",
- " ('metre', '(prosody) the accent in a metrical foot of verse')]},\n",
+ " ('pulsation',\n",
+ " 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
+ " ('meter', '(prosody) the accent in a metrical foot of verse'),\n",
+ " ('measure', '(prosody) the accent in a metrical foot of verse'),\n",
+ " ('rhythm', 'the basic rhythmic unit in a piece of music')]},\n",
" {'answer': 'beginning',\n",
" 'hint': 'synonyms for beginning',\n",
- " 'clues': [('get-go', 'the time at which something is supposed to begin'),\n",
- " ('showtime', 'the time at which something is supposed to begin'),\n",
- " ('offset', 'the time at which something is supposed to begin'),\n",
- " ('first', 'the time at which something is supposed to begin'),\n",
- " ('starting time', 'the time at which something is supposed to begin'),\n",
- " ('kickoff', 'the time at which something is supposed to begin'),\n",
- " ('start', 'the time at which something is supposed to begin'),\n",
- " ('commencement', 'the act of starting something'),\n",
- " ('outset', 'the time at which something is supposed to begin'),\n",
- " ('rootage',\n",
+ " 'clues': [('commencement', 'the act of starting something'),\n",
+ " ('start', 'the act of starting something'),\n",
+ " ('origin',\n",
" 'the place where something begins, where it springs into being'),\n",
- " ('root', 'the place where something begins, where it springs into being'),\n",
" ('source',\n",
" 'the place where something begins, where it springs into being'),\n",
- " ('origin',\n",
- " 'the place where something begins, where it springs into being')]},\n",
+ " ('rootage',\n",
+ " 'the place where something begins, where it springs into being'),\n",
+ " ('starting time', 'the time at which something is supposed to begin'),\n",
+ " ('first', 'the time at which something is supposed to begin'),\n",
+ " ('outset', 'the time at which something is supposed to begin'),\n",
+ " ('showtime', 'the time at which something is supposed to begin'),\n",
+ " ('get-go', 'the time at which something is supposed to begin'),\n",
+ " ('root', 'the place where something begins, where it springs into being'),\n",
+ " ('offset', 'the time at which something is supposed to begin'),\n",
+ " ('kickoff', 'the time at which something is supposed to begin')]},\n",
" {'answer': 'billion',\n",
" 'hint': 'synonyms for billion',\n",
- " 'clues': [('trillion',\n",
+ " 'clues': [('gazillion',\n",
" 'a very large indefinite number (usually hyperbole)'),\n",
" ('1000000000000',\n",
" 'the number that is represented as a one followed by 12 zeros; in the United Kingdom the usage followed in the United States is frequently seen'),\n",
- " ('zillion', 'a very large indefinite number (usually hyperbole)'),\n",
- " ('one million million',\n",
- " 'the number that is represented as a one followed by 12 zeros; in the United Kingdom the usage followed in the United States is frequently seen'),\n",
" ('one thousand million',\n",
- " 'the number that is represented as a one followed by 9 zeros')]},\n",
+ " 'the number that is represented as a one followed by 9 zeros'),\n",
+ " ('jillion', 'a very large indefinite number (usually hyperbole)'),\n",
+ " ('trillion', 'a very large indefinite number (usually hyperbole)'),\n",
+ " ('one million million',\n",
+ " 'the number that is represented as a one followed by 12 zeros; in the United Kingdom the usage followed in the United States is frequently seen')]},\n",
" {'answer': 'binding',\n",
" 'hint': 'synonyms for binding',\n",
- " 'clues': [('back',\n",
- " 'the protective covering on the front, back, and spine of a book'),\n",
- " ('book binding',\n",
+ " 'clues': [('book binding',\n",
" 'the protective covering on the front, back, and spine of a book'),\n",
" ('dressing', 'the act of applying a bandage'),\n",
- " ('ski binding',\n",
- " 'one of a pair of mechanical devices that are attached to a ski and that will grip a ski boot; the bindings should release in case of a fall'),\n",
" ('cover',\n",
" 'the protective covering on the front, back, and spine of a book'),\n",
- " ('bandaging', 'the act of applying a bandage')]},\n",
+ " ('ski binding',\n",
+ " 'one of a pair of mechanical devices that are attached to a ski and that will grip a ski boot; the bindings should release in case of a fall'),\n",
+ " ('bandaging', 'the act of applying a bandage'),\n",
+ " ('back',\n",
+ " 'the protective covering on the front, back, and spine of a book')]},\n",
" {'answer': 'biquadratic',\n",
" 'hint': 'synonyms for biquadratic',\n",
- " 'clues': [('quartic polynomial', 'a polynomial of the fourth degree'),\n",
+ " 'clues': [('biquadratic equation', 'an equation of the fourth degree'),\n",
" ('fourth power', 'an algebraic equation of the fourth degree'),\n",
- " ('biquadrate', 'an algebraic equation of the fourth degree'),\n",
- " ('biquadratic equation', 'an equation of the fourth degree'),\n",
- " ('quartic', 'an algebraic equation of the fourth degree')]},\n",
+ " ('quartic', 'an algebraic equation of the fourth degree'),\n",
+ " ('biquadratic polynomial', 'a polynomial of the fourth degree'),\n",
+ " ('biquadrate', 'an algebraic equation of the fourth degree')]},\n",
" {'answer': 'blank',\n",
" 'hint': 'synonyms for blank',\n",
- " 'clues': [('lacuna', 'a blank gap or missing part'),\n",
- " ('blank shell',\n",
+ " 'clues': [('dummy',\n",
" 'a cartridge containing an explosive charge but no bullet'),\n",
+ " ('lacuna', 'a blank gap or missing part'),\n",
" ('space',\n",
" 'a blank character used to separate successive words in writing or printing'),\n",
- " ('dummy', 'a cartridge containing an explosive charge but no bullet')]},\n",
+ " ('blank shell',\n",
+ " 'a cartridge containing an explosive charge but no bullet')]},\n",
" {'answer': 'blaring',\n",
" 'hint': 'synonyms for blaring',\n",
- " 'clues': [('blare', 'a loud harsh or strident noise'),\n",
- " ('din', 'a loud harsh or strident noise'),\n",
+ " 'clues': [('din', 'a loud harsh or strident noise'),\n",
" ('cacophony', 'a loud harsh or strident noise'),\n",
- " ('clamor', 'a loud harsh or strident noise')]},\n",
+ " ('clamor', 'a loud harsh or strident noise'),\n",
+ " ('blare', 'a loud harsh or strident noise')]},\n",
" {'answer': 'blinking',\n",
" 'hint': 'synonyms for blinking',\n",
- " 'clues': [('winking', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('blink', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('eye blink', 'a reflex that closes and opens the eyes rapidly')]},\n",
+ " 'clues': [('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('eye blink', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('wink', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('blink', 'a reflex that closes and opens the eyes rapidly')]},\n",
" {'answer': 'blue',\n",
" 'hint': 'synonyms for blue',\n",
" 'clues': [('blue air', 'the sky as viewed during daylight'),\n",
+ " ('blueness',\n",
+ " 'blue color or pigment; resembling the color of the clear sky in the daytime'),\n",
" ('wild blue yonder', 'the sky as viewed during daylight'),\n",
- " ('blueing', 'used to whiten laundry or hair or give it a bluish tinge'),\n",
+ " ('blue sky', 'the sky as viewed during daylight'),\n",
" ('amobarbital sodium',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
- " ('blue devil',\n",
- " 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
- " ('blueness',\n",
- " 'blue color or pigment; resembling the color of the clear sky in the daytime'),\n",
+ " ('blueing', 'used to whiten laundry or hair or give it a bluish tinge'),\n",
" ('blue angel',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
- " ('blue sky', 'the sky as viewed during daylight')]},\n",
+ " ('blue devil',\n",
+ " 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic')]},\n",
" {'answer': 'bone',\n",
" 'hint': 'synonyms for bone',\n",
" 'clues': [('ivory', 'a shade of white the color of bleached bones'),\n",
- " ('pearl', 'a shade of white the color of bleached bones'),\n",
" ('osseous tissue',\n",
" 'the porous calcified substance from which bones are made'),\n",
+ " ('pearl', 'a shade of white the color of bleached bones'),\n",
" ('off-white', 'a shade of white the color of bleached bones')]},\n",
" {'answer': 'borderline',\n",
" 'hint': 'synonyms for borderline',\n",
- " 'clues': [('delimitation', 'a line that indicates a boundary'),\n",
+ " 'clues': [('boundary line', 'a line that indicates a boundary'),\n",
+ " ('mete', 'a line that indicates a boundary'),\n",
" ('border', 'a line that indicates a boundary'),\n",
- " ('boundary line', 'a line that indicates a boundary'),\n",
- " ('mete', 'a line that indicates a boundary')]},\n",
+ " ('delimitation', 'a line that indicates a boundary')]},\n",
" {'answer': 'bottom',\n",
" 'hint': 'synonyms for bottom',\n",
- " 'clues': [('bottom of the inning',\n",
+ " 'clues': [('underside', 'the lower side of anything'),\n",
+ " ('bottom of the inning',\n",
" 'the second half of an inning; while the home team is at bat'),\n",
- " ('freighter', 'a cargo ship'),\n",
- " ('underside', 'the lower side of anything'),\n",
- " ('bottomland', 'low-lying alluvial land near a river'),\n",
- " ('merchant ship', 'a cargo ship'),\n",
" ('merchantman', 'a cargo ship'),\n",
" ('bed', 'a depression forming the ground under a body of water'),\n",
+ " ('merchant ship', 'a cargo ship'),\n",
+ " ('freighter', 'a cargo ship'),\n",
+ " ('bottomland', 'low-lying alluvial land near a river'),\n",
" ('undersurface', 'the lower side of anything')]},\n",
" {'answer': 'bound',\n",
" 'hint': 'synonyms for bound',\n",
- " 'clues': [('bounce',\n",
- " 'a light, self-propelled movement upwards or forwards'),\n",
+ " 'clues': [('edge', 'a line determining the limits of an area'),\n",
" ('bounds',\n",
" 'the line or plane indicating the limit or extent of something'),\n",
- " ('leap', 'a light, self-propelled movement upwards or forwards'),\n",
" ('spring', 'a light, self-propelled movement upwards or forwards'),\n",
- " ('boundary',\n",
- " 'the line or plane indicating the limit or extent of something'),\n",
+ " ('boundary', 'a line determining the limits of an area'),\n",
+ " ('leaping', 'a light, self-propelled movement upwards or forwards'),\n",
" ('limit', 'the greatest possible degree of something'),\n",
- " ('saltation', 'a light, self-propelled movement upwards or forwards'),\n",
- " ('edge', 'a line determining the limits of an area')]},\n",
+ " ('bounce', 'a light, self-propelled movement upwards or forwards'),\n",
+ " ('saltation', 'a light, self-propelled movement upwards or forwards')]},\n",
" {'answer': 'brag',\n",
" 'hint': 'synonyms for brag',\n",
- " 'clues': [('line-shooting', 'an instance of boastful talk'),\n",
+ " 'clues': [('vaporing', 'an instance of boastful talk'),\n",
+ " ('bragging', 'an instance of boastful talk'),\n",
" ('gasconade', 'an instance of boastful talk'),\n",
- " ('crowing', 'an instance of boastful talk'),\n",
- " ('vaporing', 'an instance of boastful talk'),\n",
- " ('bragging', 'an instance of boastful talk')]},\n",
+ " ('line-shooting', 'an instance of boastful talk'),\n",
+ " ('crow', 'an instance of boastful talk')]},\n",
" {'answer': 'bragging',\n",
" 'hint': 'synonyms for bragging',\n",
- " 'clues': [('line-shooting', 'an instance of boastful talk'),\n",
+ " 'clues': [('vaporing', 'an instance of boastful talk'),\n",
" ('gasconade', 'an instance of boastful talk'),\n",
- " ('crowing', 'an instance of boastful talk'),\n",
- " ('vaporing', 'an instance of boastful talk'),\n",
- " ('brag', 'an instance of boastful talk')]},\n",
+ " ('brag', 'an instance of boastful talk'),\n",
+ " ('line-shooting', 'an instance of boastful talk'),\n",
+ " ('crow', 'an instance of boastful talk')]},\n",
" {'answer': 'breeding',\n",
" 'hint': 'synonyms for breeding',\n",
- " 'clues': [('bringing up',\n",
- " 'helping someone grow up to be an accepted member of the community'),\n",
- " ('education',\n",
- " 'the result of good upbringing (especially knowledge of correct social behavior)'),\n",
+ " 'clues': [('reproduction',\n",
+ " 'the sexual activity of conceiving and bearing offspring'),\n",
" ('rearing',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('gentility', 'elegance by virtue of fineness of manner and expression'),\n",
- " ('procreation',\n",
- " 'the sexual activity of conceiving and bearing offspring'),\n",
- " ('genteelness',\n",
- " 'elegance by virtue of fineness of manner and expression'),\n",
" ('training',\n",
" 'the result of good upbringing (especially knowledge of correct social behavior)'),\n",
- " ('upbringing',\n",
+ " ('fostering',\n",
+ " 'helping someone grow up to be an accepted member of the community'),\n",
+ " ('nurture',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
" ('raising',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('reproduction',\n",
- " 'the sexual activity of conceiving and bearing offspring'),\n",
+ " ('gentility', 'elegance by virtue of fineness of manner and expression'),\n",
" ('facts of life',\n",
" 'the sexual activity of conceiving and bearing offspring'),\n",
- " ('fosterage',\n",
+ " ('education',\n",
+ " 'the result of good upbringing (especially knowledge of correct social behavior)'),\n",
+ " ('procreation',\n",
+ " 'the sexual activity of conceiving and bearing offspring'),\n",
+ " ('upbringing',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('nurture',\n",
+ " ('genteelness',\n",
+ " 'elegance by virtue of fineness of manner and expression'),\n",
+ " ('bringing up',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('fostering',\n",
+ " ('fosterage',\n",
" 'helping someone grow up to be an accepted member of the community')]},\n",
" {'answer': 'broadside',\n",
" 'hint': 'synonyms for broadside',\n",
- " 'clues': [('philippic', 'a speech of violent denunciation'),\n",
- " ('throwaway',\n",
+ " 'clues': [('circular',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('flier',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('broadsheet',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('tirade', 'a speech of violent denunciation'),\n",
- " ('flyer',\n",
- " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('circular',\n",
- " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('handbill',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('bill',\n",
- " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution')]},\n",
+ " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('throwaway',\n",
+ " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('philippic', 'a speech of violent denunciation'),\n",
+ " ('flyer',\n",
+ " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('tirade', 'a speech of violent denunciation')]},\n",
" {'answer': 'brute',\n",
" 'hint': 'synonyms for brute',\n",
- " 'clues': [('beast',\n",
+ " 'clues': [('creature',\n",
" 'a living organism characterized by voluntary movement'),\n",
" ('animate being',\n",
" 'a living organism characterized by voluntary movement'),\n",
" ('animal', 'a living organism characterized by voluntary movement'),\n",
" ('fauna', 'a living organism characterized by voluntary movement'),\n",
- " ('creature', 'a living organism characterized by voluntary movement')]},\n",
+ " ('beast', 'a living organism characterized by voluntary movement')]},\n",
" {'answer': 'buff',\n",
" 'hint': 'synonyms for buff',\n",
- " 'clues': [('caramel', 'a medium to dark tan color'),\n",
- " ('caramel brown', 'a medium to dark tan color'),\n",
- " ('yellowish brown', 'a medium to dark tan color'),\n",
- " ('raw sienna', 'a medium to dark tan color'),\n",
+ " 'clues': [('raw sienna', 'a medium to dark tan color'),\n",
" ('buffer',\n",
- " 'an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)')]},\n",
+ " 'an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)'),\n",
+ " ('caramel brown', 'a medium to dark tan color'),\n",
+ " ('caramel', 'a medium to dark tan color'),\n",
+ " ('yellowish brown', 'a medium to dark tan color')]},\n",
" {'answer': 'burlesque',\n",
" 'hint': 'synonyms for burlesque',\n",
- " 'clues': [('lampoon',\n",
+ " 'clues': [('sendup',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
- " ('charade',\n",
+ " ('travesty',\n",
+ " \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
+ " ('pasquinade',\n",
+ " \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
+ " ('takeoff',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
" ('parody',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
- " ('pasquinade',\n",
+ " ('mockery',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
" ('spoof',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
" ('put-on',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
- " ('travesty',\n",
- " \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
- " ('takeoff',\n",
- " \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
- " ('mockery',\n",
+ " ('charade',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\"),\n",
- " ('sendup',\n",
+ " ('lampoon',\n",
" \"a composition that imitates or misrepresents somebody's style, usually in a humorous way\")]},\n",
" {'answer': 'bust',\n",
" 'hint': 'synonyms for bust',\n",
- " 'clues': [('bout', 'an occasion for excessive eating or drinking'),\n",
- " ('flop', 'a complete failure'),\n",
+ " 'clues': [('flop', 'a complete failure'),\n",
+ " ('bout', 'an occasion for excessive eating or drinking'),\n",
" ('binge', 'an occasion for excessive eating or drinking'),\n",
" ('tear', 'an occasion for excessive eating or drinking'),\n",
" ('fizzle', 'a complete failure')]},\n",
" {'answer': 'c',\n",
" 'hint': 'synonyms for c',\n",
- " 'clues': [('ampere-second',\n",
- " 'a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second'),\n",
- " ('hundred', 'ten 10s'),\n",
- " ('vitamin C',\n",
+ " 'clues': [('ascorbic acid',\n",
" 'a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy'),\n",
+ " ('cytosine',\n",
+ " 'a base found in DNA and RNA and derived from pyrimidine; pairs with guanine'),\n",
" ('deoxycytidine monophosphate',\n",
" 'one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)'),\n",
- " ('century', 'ten 10s'),\n",
+ " ('degree Celsius', 'a degree on the centigrade scale of temperature'),\n",
+ " ('100', 'ten 10s'),\n",
+ " ('atomic number 6',\n",
+ " 'an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds'),\n",
" ('coulomb',\n",
" 'a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second'),\n",
+ " ('century', 'ten 10s'),\n",
+ " ('hundred', 'ten 10s'),\n",
" ('snow', 'street names for cocaine'),\n",
- " ('coke', 'street names for cocaine'),\n",
+ " ('degree centigrade', 'a degree on the centigrade scale of temperature'),\n",
+ " ('one C', 'ten 10s'),\n",
" ('blow', 'street names for cocaine'),\n",
- " ('light speed',\n",
- " 'the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second'),\n",
+ " ('ampere-second',\n",
+ " 'a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second'),\n",
+ " ('vitamin C',\n",
+ " 'a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy'),\n",
" ('nose candy', 'street names for cocaine'),\n",
- " ('degree Celsius', 'a degree on the centigrade scale of temperature'),\n",
- " ('speed of light',\n",
+ " ('coke', 'street names for cocaine'),\n",
+ " ('light speed',\n",
" 'the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second'),\n",
- " ('100', 'ten 10s'),\n",
- " ('degree centigrade', 'a degree on the centigrade scale of temperature'),\n",
- " ('cytosine',\n",
- " 'a base found in DNA and RNA and derived from pyrimidine; pairs with guanine'),\n",
" ('carbon',\n",
" 'an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds'),\n",
- " ('atomic number 6',\n",
- " 'an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds'),\n",
- " ('one C', 'ten 10s'),\n",
- " ('ascorbic acid',\n",
- " 'a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy')]},\n",
+ " ('speed of light',\n",
+ " 'the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second')]},\n",
" {'answer': 'caesarean',\n",
" 'hint': 'synonyms for caesarean',\n",
- " 'clues': [('caesarian delivery',\n",
+ " 'clues': [('cesarean section',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarian section',\n",
+ " ('caesarian delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarean',\n",
+ " ('cesarian',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
" ('abdominal delivery',\n",
- " 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('caesarian',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)')]},\n",
" {'answer': 'caesarian',\n",
" 'hint': 'synonyms for caesarian',\n",
- " 'clues': [('caesarian delivery',\n",
+ " 'clues': [('cesarean section',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('caesarean',\n",
+ " ('caesarian delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarian section',\n",
+ " ('cesarian',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('abdominal delivery',\n",
+ " ('caesarean',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarian',\n",
+ " ('abdominal delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)')]},\n",
" {'answer': 'calm',\n",
" 'hint': 'synonyms for calm',\n",
- " 'clues': [('equanimity', 'steadiness of mind under stress'),\n",
- " ('composure', 'steadiness of mind under stress'),\n",
- " ('calmness', 'steadiness of mind under stress'),\n",
- " ('calm air',\n",
- " 'wind moving at less than 1 knot; 0 on the Beaufort scale')]},\n",
+ " 'clues': [('calmness', 'steadiness of mind under stress'),\n",
+ " ('calm air', 'wind moving at less than 1 knot; 0 on the Beaufort scale'),\n",
+ " ('equanimity', 'steadiness of mind under stress'),\n",
+ " ('composure', 'steadiness of mind under stress')]},\n",
" {'answer': 'camp',\n",
" 'hint': 'synonyms for camp',\n",
- " 'clues': [('clique',\n",
- " 'an exclusive circle of people with a common purpose'),\n",
- " ('encampment',\n",
+ " 'clues': [('cantonment',\n",
" 'temporary living quarters specially built by the army for soldiers'),\n",
+ " ('clique', 'an exclusive circle of people with a common purpose'),\n",
" ('pack', 'an exclusive circle of people with a common purpose'),\n",
+ " ('encampment',\n",
+ " 'temporary living quarters specially built by the army for soldiers'),\n",
+ " ('coterie', 'an exclusive circle of people with a common purpose'),\n",
+ " ('ingroup', 'an exclusive circle of people with a common purpose'),\n",
+ " ('inner circle', 'an exclusive circle of people with a common purpose'),\n",
" ('summer camp',\n",
" 'a site where care and activities are provided for children during the summer months'),\n",
- " ('inner circle', 'an exclusive circle of people with a common purpose'),\n",
" ('bivouac',\n",
" 'temporary living quarters specially built by the army for soldiers'),\n",
- " ('ingroup', 'an exclusive circle of people with a common purpose'),\n",
- " ('coterie', 'an exclusive circle of people with a common purpose'),\n",
- " ('cantonment',\n",
- " 'temporary living quarters specially built by the army for soldiers'),\n",
" ('refugee camp',\n",
" 'shelter for persons displaced by war or political oppression or for religious beliefs')]},\n",
" {'answer': 'capital',\n",
" 'hint': 'synonyms for capital',\n",
" 'clues': [('working capital',\n",
" 'assets available for use in the production of further assets'),\n",
- " ('cap', 'the upper part of a column that supports the entablature'),\n",
- " ('chapiter', 'the upper part of a column that supports the entablature'),\n",
" ('majuscule',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
+ " ('upper-case letter',\n",
+ " 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
" ('capital letter',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
+ " ('chapiter', 'the upper part of a column that supports the entablature'),\n",
+ " ('cap', 'the upper part of a column that supports the entablature'),\n",
" ('uppercase',\n",
- " 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
- " ('upper-case letter',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis')]},\n",
" {'answer': 'caramel',\n",
" 'hint': 'synonyms for caramel',\n",
- " 'clues': [('buff', 'a medium to dark tan color'),\n",
- " ('raw sienna', 'a medium to dark tan color'),\n",
+ " 'clues': [('raw sienna', 'a medium to dark tan color'),\n",
+ " ('buff', 'a medium to dark tan color'),\n",
+ " ('caramelized sugar', 'burnt sugar; used to color and flavor food'),\n",
" ('caramel brown', 'a medium to dark tan color'),\n",
- " ('yellowish brown', 'a medium to dark tan color'),\n",
- " ('caramelized sugar', 'burnt sugar; used to color and flavor food')]},\n",
+ " ('yellowish brown', 'a medium to dark tan color')]},\n",
" {'answer': 'caramel_brown',\n",
" 'hint': 'synonyms for caramel brown',\n",
- " 'clues': [('yellowish brown', 'a medium to dark tan color'),\n",
+ " 'clues': [('raw sienna', 'a medium to dark tan color'),\n",
+ " ('buff', 'a medium to dark tan color'),\n",
" ('caramel', 'a medium to dark tan color'),\n",
- " ('raw sienna', 'a medium to dark tan color'),\n",
- " ('buff', 'a medium to dark tan color')]},\n",
+ " ('yellowish brown', 'a medium to dark tan color')]},\n",
" {'answer': 'catching',\n",
" 'hint': 'synonyms for catching',\n",
- " 'clues': [('spotting',\n",
+ " 'clues': [('espial',\n",
" 'the act of detecting something; catching sight of something'),\n",
- " ('espial', 'the act of detecting something; catching sight of something'),\n",
" ('detection',\n",
" 'the act of detecting something; catching sight of something'),\n",
+ " ('spotting',\n",
+ " 'the act of detecting something; catching sight of something'),\n",
" ('contracting', 'becoming infected'),\n",
" ('spying',\n",
" 'the act of detecting something; catching sight of something')]},\n",
" {'answer': 'cc',\n",
" 'hint': 'synonyms for cc',\n",
- " 'clues': [('cubic centimeter',\n",
+ " 'clues': [('milliliter',\n",
" 'a metric unit of volume equal to one thousandth of a liter'),\n",
- " ('ml', 'a metric unit of volume equal to one thousandth of a liter'),\n",
- " ('milliliter',\n",
+ " ('cubic centimetre',\n",
" 'a metric unit of volume equal to one thousandth of a liter'),\n",
+ " ('ml', 'a metric unit of volume equal to one thousandth of a liter'),\n",
" ('mil', 'a metric unit of volume equal to one thousandth of a liter')]},\n",
" {'answer': 'cd',\n",
" 'hint': 'synonyms for cd',\n",
- " 'clues': [('candela',\n",
+ " 'clues': [('standard candle',\n",
" \"the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin\"),\n",
- " ('standard candle',\n",
+ " ('cadmium',\n",
+ " 'a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores'),\n",
+ " ('candle',\n",
" \"the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin\"),\n",
- " ('compact disk',\n",
+ " ('compact disc',\n",
" 'a digitally encoded recording on an optical disk that is smaller than a phonograph record; played back by a laser'),\n",
- " ('candle',\n",
+ " ('candela',\n",
" \"the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin\"),\n",
- " ('cadmium',\n",
- " 'a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores'),\n",
- " ('atomic number 48',\n",
- " 'a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores'),\n",
" ('certificate of deposit',\n",
- " 'a debt instrument issued by a bank; usually pays interest')]},\n",
+ " 'a debt instrument issued by a bank; usually pays interest'),\n",
+ " ('atomic number 48',\n",
+ " 'a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores')]},\n",
" {'answer': 'center',\n",
" 'hint': 'synonyms for center',\n",
- " 'clues': [('mall',\n",
- " 'mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace'),\n",
- " ('middle',\n",
- " 'an area that is approximately central within some larger region'),\n",
- " ('shopping mall',\n",
+ " 'clues': [('pith',\n",
+ " 'the choicest or most essential or most vital part of some idea or experience'),\n",
+ " ('mall',\n",
" 'mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace'),\n",
- " ('centerfield',\n",
- " 'the piece of ground in the outfield directly ahead of the catcher'),\n",
- " ('centre', 'a building dedicated to a particular activity'),\n",
- " ('sum',\n",
+ " ('marrow',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
" ('heart',\n",
" 'an area that is approximately central within some larger region'),\n",
- " ('pith',\n",
+ " ('nub',\n",
+ " 'the choicest or most essential or most vital part of some idea or experience'),\n",
+ " ('centre', 'the object upon which interest and attention focuses'),\n",
+ " ('sum',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('midpoint',\n",
- " 'a point equidistant from the ends of a line or the extremities of a figure'),\n",
" ('center of attention',\n",
" 'the object upon which interest and attention focuses'),\n",
- " ('shopping centre',\n",
- " 'mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace'),\n",
- " ('essence',\n",
- " 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('meat',\n",
+ " ('gist',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('kernel',\n",
+ " ('shopping mall',\n",
+ " 'mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace'),\n",
+ " ('eye',\n",
+ " 'an area that is approximately central within some larger region'),\n",
+ " ('center field',\n",
+ " 'the piece of ground in the outfield directly ahead of the catcher'),\n",
+ " ('shopping center',\n",
+ " 'mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace'),\n",
+ " ('middle',\n",
+ " 'an area that is approximately central within some larger region'),\n",
+ " ('nitty-gritty',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('core',\n",
+ " ('inwardness',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
" ('substance',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('nub',\n",
+ " ('essence',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('plaza',\n",
- " 'mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace'),\n",
- " ('gist',\n",
+ " ('kernel',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('eye',\n",
- " 'an area that is approximately central within some larger region'),\n",
" ('heart and soul',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('nitty-gritty',\n",
+ " ('midpoint',\n",
+ " 'a point equidistant from the ends of a line or the extremities of a figure'),\n",
+ " ('core',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('inwardness',\n",
+ " ('meat',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('marrow',\n",
- " 'the choicest or most essential or most vital part of some idea or experience')]},\n",
+ " ('plaza',\n",
+ " 'mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace')]},\n",
" {'answer': 'cerulean',\n",
" 'hint': 'synonyms for cerulean',\n",
- " 'clues': [('azure', 'a light shade of blue'),\n",
- " ('sapphire', 'a light shade of blue'),\n",
- " ('lazuline', 'a light shade of blue'),\n",
- " ('sky-blue', 'a light shade of blue')]},\n",
+ " 'clues': [('lazuline', 'a light shade of blue'),\n",
+ " ('sky-blue', 'a light shade of blue'),\n",
+ " ('azure', 'a light shade of blue'),\n",
+ " ('sapphire', 'a light shade of blue')]},\n",
" {'answer': 'cesarean',\n",
" 'hint': 'synonyms for cesarean',\n",
- " 'clues': [('caesarian delivery',\n",
+ " 'clues': [('cesarean section',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('caesarean',\n",
+ " ('caesarian delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarian section',\n",
+ " ('cesarian',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('abdominal delivery',\n",
+ " ('caesarean',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarian',\n",
+ " ('abdominal delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)')]},\n",
" {'answer': 'cesarian',\n",
" 'hint': 'synonyms for cesarian',\n",
- " 'clues': [('caesarian delivery',\n",
+ " 'clues': [('cesarean section',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('caesarean',\n",
+ " ('caesarian delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarian section',\n",
+ " ('caesarian',\n",
+ " 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
+ " ('cesarean',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
" ('abdominal delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)')]},\n",
" {'answer': 'chance',\n",
" 'hint': 'synonyms for chance',\n",
- " 'clues': [('fortune',\n",
+ " 'clues': [('luck',\n",
+ " 'an unknown and unpredictable phenomenon that causes an event to result one way rather than another'),\n",
+ " ('fortune',\n",
" 'an unknown and unpredictable phenomenon that causes an event to result one way rather than another'),\n",
" ('hazard',\n",
" 'an unknown and unpredictable phenomenon that causes an event to result one way rather than another'),\n",
" ('probability',\n",
- " 'a measure of how likely it is that some event will occur; a number expressing the ratio of favorable cases to the whole number of cases possible'),\n",
- " ('luck',\n",
- " 'an unknown and unpredictable phenomenon that causes an event to result one way rather than another')]},\n",
+ " 'a measure of how likely it is that some event will occur; a number expressing the ratio of favorable cases to the whole number of cases possible')]},\n",
" {'answer': 'charcoal',\n",
" 'hint': 'synonyms for charcoal',\n",
- " 'clues': [('fusain', 'a stick of black carbon material used for drawing'),\n",
- " ('oxford grey', 'a very dark grey color'),\n",
+ " 'clues': [('charcoal grey', 'a very dark grey color'),\n",
+ " ('oxford gray', 'a very dark grey color'),\n",
+ " ('fusain', 'a stick of black carbon material used for drawing'),\n",
" ('wood coal',\n",
- " 'a carbonaceous material obtained by heating wood or other organic matter in the absence of air'),\n",
- " ('charcoal gray', 'a very dark grey color')]},\n",
+ " 'a carbonaceous material obtained by heating wood or other organic matter in the absence of air')]},\n",
" {'answer': 'chic',\n",
" 'hint': 'synonyms for chic',\n",
- " 'clues': [('chicness', 'elegance by virtue of being fashionable'),\n",
+ " 'clues': [('modishness', 'elegance by virtue of being fashionable'),\n",
+ " ('chichi', 'elegance by virtue of being fashionable'),\n",
+ " ('smartness', 'elegance by virtue of being fashionable'),\n",
" ('stylishness', 'elegance by virtue of being fashionable'),\n",
" ('last word', 'elegance by virtue of being fashionable'),\n",
- " ('smartness', 'elegance by virtue of being fashionable'),\n",
- " ('swank', 'elegance by virtue of being fashionable'),\n",
- " ('chichi', 'elegance by virtue of being fashionable'),\n",
- " ('modishness', 'elegance by virtue of being fashionable')]},\n",
+ " ('chicness', 'elegance by virtue of being fashionable'),\n",
+ " ('swank', 'elegance by virtue of being fashionable')]},\n",
" {'answer': 'chichi',\n",
" 'hint': 'synonyms for chichi',\n",
- " 'clues': [('chicness', 'elegance by virtue of being fashionable'),\n",
+ " 'clues': [('modishness', 'elegance by virtue of being fashionable'),\n",
+ " ('chic', 'elegance by virtue of being fashionable'),\n",
" ('stylishness', 'elegance by virtue of being fashionable'),\n",
" ('last word', 'elegance by virtue of being fashionable'),\n",
+ " ('chicness', 'elegance by virtue of being fashionable'),\n",
" ('smartness', 'elegance by virtue of being fashionable'),\n",
- " ('swank', 'elegance by virtue of being fashionable'),\n",
- " ('modishness', 'elegance by virtue of being fashionable'),\n",
- " ('chic', 'elegance by virtue of being fashionable')]},\n",
+ " ('swank', 'elegance by virtue of being fashionable')]},\n",
" {'answer': 'choice',\n",
" 'hint': 'synonyms for choice',\n",
" 'clues': [('option', 'the act of choosing or selecting'),\n",
- " ('pick', 'the act of choosing or selecting'),\n",
- " ('selection', 'the person or thing chosen or selected'),\n",
" ('alternative',\n",
- " 'one of a number of things from which only one can be chosen')]},\n",
+ " 'one of a number of things from which only one can be chosen'),\n",
+ " ('pick', 'the act of choosing or selecting'),\n",
+ " ('selection', 'the person or thing chosen or selected')]},\n",
" {'answer': 'circular',\n",
" 'hint': 'synonyms for circular',\n",
- " 'clues': [('bill',\n",
- " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('throwaway',\n",
- " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('flyer',\n",
+ " 'clues': [('broadside',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('flier',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('broadsheet',\n",
+ " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('handbill',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('broadsheet',\n",
+ " ('flyer',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('broadside',\n",
+ " ('bill',\n",
+ " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('throwaway',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution')]},\n",
" {'answer': 'cleft',\n",
" 'hint': 'synonyms for cleft',\n",
- " 'clues': [('scissure', 'a long narrow opening'),\n",
- " ('crevice', 'a long narrow opening'),\n",
+ " 'clues': [('crevice', 'a long narrow opening'),\n",
+ " ('crack', 'a long narrow opening'),\n",
" ('fissure', 'a long narrow opening'),\n",
- " ('crack', 'a long narrow opening')]},\n",
+ " ('scissure', 'a long narrow opening')]},\n",
" {'answer': 'close',\n",
" 'hint': 'synonyms for close',\n",
- " 'clues': [('closing', 'the last section of a communication'),\n",
- " ('stopping point', 'the temporal end; the concluding time'),\n",
- " ('finale', 'the temporal end; the concluding time'),\n",
- " ('finis', 'the temporal end; the concluding time'),\n",
- " ('conclusion', 'the last section of a communication'),\n",
+ " 'clues': [('finis', 'the concluding part of any performance'),\n",
+ " ('closing curtain', 'the concluding part of any performance'),\n",
" ('end', 'the last section of a communication'),\n",
+ " ('conclusion', 'the last section of a communication'),\n",
+ " ('finale', 'the concluding part of any performance'),\n",
+ " ('stopping point', 'the temporal end; the concluding time'),\n",
" ('last', 'the temporal end; the concluding time'),\n",
- " ('closing curtain', 'the concluding part of any performance')]},\n",
+ " ('closing', 'the last section of a communication')]},\n",
" {'answer': 'closing',\n",
" 'hint': 'synonyms for closing',\n",
- " 'clues': [('mop up', 'a concluding action'),\n",
+ " 'clues': [('completion', 'a concluding action'),\n",
+ " ('windup', 'a concluding action'),\n",
" ('closedown', 'termination of operations'),\n",
- " ('shutdown', 'termination of operations'),\n",
- " ('closure', 'termination of operations'),\n",
+ " ('mop up', 'a concluding action'),\n",
" ('shutting', 'the act of closing something'),\n",
- " ('conclusion', 'the last section of a communication'),\n",
- " ('culmination', 'a concluding action'),\n",
- " ('windup', 'a concluding action'),\n",
" ('end', 'the last section of a communication'),\n",
+ " ('conclusion', 'the last section of a communication'),\n",
" ('close', 'the last section of a communication'),\n",
- " ('completion', 'a concluding action')]},\n",
+ " ('shutdown', 'termination of operations'),\n",
+ " ('closure',\n",
+ " 'approaching a particular destination; a coming closer; a narrowing of a gap'),\n",
+ " ('culmination', 'a concluding action')]},\n",
" {'answer': 'cold',\n",
" 'hint': 'synonyms for cold',\n",
- " 'clues': [('frigidness', 'the absence of heat'),\n",
- " ('coldness', 'the absence of heat'),\n",
+ " 'clues': [('coldness', 'the sensation produced by low temperatures'),\n",
+ " ('frigidity', 'the absence of heat'),\n",
" ('low temperature', 'the absence of heat'),\n",
- " ('frigidity', 'the absence of heat')]},\n",
+ " ('frigidness', 'the absence of heat')]},\n",
" {'answer': 'color',\n",
" 'hint': 'synonyms for color',\n",
- " 'clues': [('coloration', 'the timbre of a musical sound'),\n",
+ " 'clues': [('colouring',\n",
+ " 'a visual attribute of things that results from the light they emit or transmit or reflect'),\n",
+ " ('colouring material', 'any material used for its color'),\n",
+ " ('colouration', 'the timbre of a musical sound'),\n",
+ " ('semblance',\n",
+ " 'an outward or token appearance or form that is deliberately misleading'),\n",
" ('people of color',\n",
" 'a race with skin pigmentation different from the white race (especially Blacks)'),\n",
- " ('colour', 'the timbre of a musical sound'),\n",
- " ('gloss',\n",
- " 'an outward or token appearance or form that is deliberately misleading'),\n",
- " ('coloring material', 'any material used for its color'),\n",
- " ('coloring',\n",
- " 'a visual attribute of things that results from the light they emit or transmit or reflect'),\n",
" ('vividness', 'interest and variety and intensity'),\n",
- " ('semblance',\n",
+ " ('gloss',\n",
" 'an outward or token appearance or form that is deliberately misleading')]},\n",
" {'answer': 'colour',\n",
" 'hint': 'synonyms for colour',\n",
- " 'clues': [('people of color',\n",
- " 'a race with skin pigmentation different from the white race (especially Blacks)'),\n",
- " ('coloration', 'the timbre of a musical sound'),\n",
- " ('gloss',\n",
- " 'an outward or token appearance or form that is deliberately misleading'),\n",
- " ('coloring material', 'any material used for its color'),\n",
- " ('color', 'the timbre of a musical sound'),\n",
+ " 'clues': [('color', 'any material used for its color'),\n",
" ('colouring',\n",
" 'a visual attribute of things that results from the light they emit or transmit or reflect'),\n",
- " ('vividness', 'interest and variety and intensity'),\n",
+ " ('colouring material', 'any material used for its color'),\n",
+ " ('colouration', 'the timbre of a musical sound'),\n",
" ('semblance',\n",
+ " 'an outward or token appearance or form that is deliberately misleading'),\n",
+ " ('people of color',\n",
+ " 'a race with skin pigmentation different from the white race (especially Blacks)'),\n",
+ " ('vividness', 'interest and variety and intensity'),\n",
+ " ('gloss',\n",
" 'an outward or token appearance or form that is deliberately misleading')]},\n",
" {'answer': 'comestible',\n",
" 'hint': 'synonyms for comestible',\n",
- " 'clues': [('victual', 'any substance that can be used as food'),\n",
+ " 'clues': [('edible', 'any substance that can be used as food'),\n",
" ('eatable', 'any substance that can be used as food'),\n",
- " ('edible', 'any substance that can be used as food'),\n",
+ " ('victuals', 'any substance that can be used as food'),\n",
" ('pabulum', 'any substance that can be used as food')]},\n",
" {'answer': 'coming',\n",
" 'hint': 'synonyms for coming',\n",
- " 'clues': [('approach', 'the act of drawing spatially closer to something'),\n",
- " ('advent',\n",
- " 'arrival that has been awaited (especially of something momentous)'),\n",
- " ('sexual climax',\n",
+ " 'clues': [('sexual climax',\n",
" 'the moment of most intense pleasure in sexual intercourse'),\n",
+ " ('approaching', 'the act of drawing spatially closer to something'),\n",
" ('climax', 'the moment of most intense pleasure in sexual intercourse'),\n",
- " ('orgasm', 'the moment of most intense pleasure in sexual intercourse')]},\n",
+ " ('orgasm', 'the moment of most intense pleasure in sexual intercourse'),\n",
+ " ('advent',\n",
+ " 'arrival that has been awaited (especially of something momentous)')]},\n",
" {'answer': 'commonplace',\n",
" 'hint': 'synonyms for commonplace',\n",
- " 'clues': [('cliche', 'a trite or obvious remark'),\n",
+ " 'clues': [('bromide', 'a trite or obvious remark'),\n",
+ " ('banality', 'a trite or obvious remark'),\n",
" ('platitude', 'a trite or obvious remark'),\n",
- " ('bromide', 'a trite or obvious remark'),\n",
- " ('banality', 'a trite or obvious remark')]},\n",
+ " ('cliche', 'a trite or obvious remark')]},\n",
" {'answer': 'compact',\n",
" 'hint': 'synonyms for compact',\n",
- " 'clues': [('powder compact',\n",
- " \"a small cosmetics case with a mirror; to be carried in a woman's purse\"),\n",
+ " 'clues': [('compact car', 'a small and economical car'),\n",
" ('covenant',\n",
" 'a signed written agreement between two or more parties (nations) to perform some action'),\n",
- " ('compact car', 'a small and economical car'),\n",
" ('concordat',\n",
- " 'a signed written agreement between two or more parties (nations) to perform some action')]},\n",
+ " 'a signed written agreement between two or more parties (nations) to perform some action'),\n",
+ " ('powder compact',\n",
+ " \"a small cosmetics case with a mirror; to be carried in a woman's purse\")]},\n",
" {'answer': 'connective',\n",
" 'hint': 'synonyms for connective',\n",
" 'clues': [('conjunction',\n",
" 'an uninflected function word that serves to conjoin words or phrases or clauses or sentences'),\n",
" ('conjunctive',\n",
" 'an uninflected function word that serves to conjoin words or phrases or clauses or sentences'),\n",
- " ('connecter', 'an instrumentality that connects'),\n",
" ('connexion', 'an instrumentality that connects'),\n",
+ " ('connector', 'an instrumentality that connects'),\n",
" ('continuative',\n",
" 'an uninflected function word that serves to conjoin words or phrases or clauses or sentences')]},\n",
" {'answer': 'constituent',\n",
" 'hint': 'synonyms for constituent',\n",
- " 'clues': [('component', 'an abstract part of something'),\n",
- " ('element',\n",
+ " 'clues': [('component',\n",
" 'an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system'),\n",
" ('component part',\n",
" 'something determined in relation to something that includes it'),\n",
- " ('portion',\n",
- " 'something determined in relation to something that includes it'),\n",
- " ('grammatical constituent',\n",
- " '(grammar) a word or phrase or clause forming part of a larger grammatical construction'),\n",
" ('factor', 'an abstract part of something'),\n",
+ " ('element', 'an abstract part of something'),\n",
" ('ingredient', 'an abstract part of something'),\n",
+ " ('grammatical constituent',\n",
+ " '(grammar) a word or phrase or clause forming part of a larger grammatical construction'),\n",
+ " ('portion',\n",
+ " 'something determined in relation to something that includes it'),\n",
" ('part',\n",
" 'something determined in relation to something that includes it')]},\n",
" {'answer': 'content',\n",
" 'hint': 'synonyms for content',\n",
- " 'clues': [('cognitive content',\n",
- " 'the sum or range of what has been perceived, discovered, or learned'),\n",
- " ('message', 'what a communication that is about something is about'),\n",
+ " 'clues': [('subject matter',\n",
+ " 'what a communication that is about something is about'),\n",
" ('substance', 'what a communication that is about something is about'),\n",
- " ('capacity', 'the amount that can be contained'),\n",
+ " ('mental object',\n",
+ " 'the sum or range of what has been perceived, discovered, or learned'),\n",
" ('depicted object',\n",
" 'something (a person or object or scene) selected by an artist or photographer for graphic representation'),\n",
" ('subject',\n",
" 'something (a person or object or scene) selected by an artist or photographer for graphic representation'),\n",
- " ('subject matter',\n",
- " 'what a communication that is about something is about'),\n",
- " ('mental object',\n",
- " 'the sum or range of what has been perceived, discovered, or learned')]},\n",
+ " ('cognitive content',\n",
+ " 'the sum or range of what has been perceived, discovered, or learned'),\n",
+ " ('capacity', 'the amount that can be contained'),\n",
+ " ('message', 'what a communication that is about something is about')]},\n",
" {'answer': 'contrabass',\n",
" 'hint': 'synonyms for contrabass',\n",
- " 'clues': [('bass fiddle',\n",
+ " 'clues': [('double bass',\n",
" 'largest and lowest member of the violin family'),\n",
- " ('string bass', 'largest and lowest member of the violin family'),\n",
+ " ('bass viol', 'largest and lowest member of the violin family'),\n",
" ('bull fiddle', 'largest and lowest member of the violin family'),\n",
- " ('double bass', 'largest and lowest member of the violin family'),\n",
- " ('bass viol', 'largest and lowest member of the violin family')]},\n",
+ " ('bass fiddle', 'largest and lowest member of the violin family'),\n",
+ " ('string bass', 'largest and lowest member of the violin family')]},\n",
" {'answer': 'contraceptive',\n",
" 'hint': 'synonyms for contraceptive',\n",
- " 'clues': [('contraceptive device',\n",
- " 'an agent or device intended to prevent conception'),\n",
- " ('prophylactic device',\n",
+ " 'clues': [('prophylactic device',\n",
" 'an agent or device intended to prevent conception'),\n",
- " ('preventative', 'an agent or device intended to prevent conception'),\n",
+ " ('preventive', 'an agent or device intended to prevent conception'),\n",
" ('birth control device',\n",
+ " 'an agent or device intended to prevent conception'),\n",
+ " ('contraceptive device',\n",
" 'an agent or device intended to prevent conception')]},\n",
" {'answer': 'cool',\n",
" 'hint': 'synonyms for cool',\n",
" 'clues': [('assuredness', 'great coolness and composure under strain'),\n",
+ " ('sang-froid', 'great coolness and composure under strain'),\n",
" ('poise', 'great coolness and composure under strain'),\n",
- " ('aplomb', 'great coolness and composure under strain'),\n",
- " ('sang-froid', 'great coolness and composure under strain')]},\n",
+ " ('aplomb', 'great coolness and composure under strain')]},\n",
" {'answer': 'counter',\n",
" 'hint': 'synonyms for counter',\n",
- " 'clues': [('rejoinder',\n",
+ " 'clues': [('sideboard',\n",
+ " 'a piece of furniture that stands at the side of a dining room; has shelves and drawers'),\n",
+ " ('rejoinder',\n",
" 'a quick reply to a question or remark (especially a witty or critical one)'),\n",
- " ('parry', 'a return punch (especially by a boxer)'),\n",
- " ('return',\n",
+ " ('retort',\n",
+ " 'a quick reply to a question or remark (especially a witty or critical one)'),\n",
+ " ('replication',\n",
" 'a quick reply to a question or remark (especially a witty or critical one)'),\n",
- " ('heel counter', 'a piece of leather forming the back of a shoe or boot'),\n",
" ('riposte',\n",
" 'a quick reply to a question or remark (especially a witty or critical one)'),\n",
- " ('sideboard',\n",
- " 'a piece of furniture that stands at the side of a dining room; has shelves and drawers'),\n",
- " ('counterpunch', 'a return punch (especially by a boxer)'),\n",
+ " ('heel counter', 'a piece of leather forming the back of a shoe or boot'),\n",
" ('buffet',\n",
" 'a piece of furniture that stands at the side of a dining room; has shelves and drawers'),\n",
- " ('retort',\n",
- " 'a quick reply to a question or remark (especially a witty or critical one)'),\n",
+ " ('counterpunch', 'a return punch (especially by a boxer)'),\n",
" ('tabulator',\n",
" 'a calculator that keeps a record of the number of times something happens'),\n",
- " ('comeback',\n",
+ " ('return',\n",
" 'a quick reply to a question or remark (especially a witty or critical one)'),\n",
- " ('replication',\n",
+ " ('parry', 'a return punch (especially by a boxer)'),\n",
+ " ('comeback',\n",
" 'a quick reply to a question or remark (especially a witty or critical one)')]},\n",
" {'answer': 'crack',\n",
" 'hint': 'synonyms for crack',\n",
- " 'clues': [('wisecrack', 'witty remark'),\n",
- " ('fissure', 'a long narrow opening'),\n",
- " ('snap', 'a sudden sharp noise'),\n",
- " ('go', 'a usually brief attempt'),\n",
+ " 'clues': [('snap', 'a sudden sharp noise'),\n",
+ " ('cranny', 'a long narrow depression in a surface'),\n",
+ " ('cleft', 'a long narrow opening'),\n",
+ " ('fissure', 'a long narrow depression in a surface'),\n",
+ " ('wisecrack', 'witty remark'),\n",
" ('scissure', 'a long narrow opening'),\n",
- " ('pass', 'a usually brief attempt'),\n",
" ('chap', 'a long narrow depression in a surface'),\n",
" ('whirl', 'a usually brief attempt'),\n",
- " ('crevice', 'a long narrow opening'),\n",
- " ('cranny', 'a long narrow depression in a surface'),\n",
- " ('quip', 'witty remark'),\n",
- " ('crack cocaine',\n",
- " 'a purified and potent form of cocaine that is smoked rather than snorted; highly addictive'),\n",
- " ('cracking', 'a sudden sharp noise'),\n",
+ " ('cracking', 'the act of cracking something'),\n",
+ " ('sally', 'witty remark'),\n",
+ " ('fling', 'a usually brief attempt'),\n",
+ " ('gap', 'a narrow opening'),\n",
+ " ('crevice', 'a long narrow depression in a surface'),\n",
+ " ('go', 'a usually brief attempt'),\n",
" ('tornado',\n",
" 'a purified and potent form of cocaine that is smoked rather than snorted; highly addictive'),\n",
- " ('fling', 'a usually brief attempt'),\n",
- " ('sally', 'witty remark'),\n",
+ " ('quip', 'witty remark'),\n",
+ " ('pass', 'a usually brief attempt'),\n",
" ('offer', 'a usually brief attempt'),\n",
- " ('cleft', 'a long narrow opening'),\n",
- " ('gap', 'a narrow opening'),\n",
+ " ('crack cocaine',\n",
+ " 'a purified and potent form of cocaine that is smoked rather than snorted; highly addictive'),\n",
" ('fracture', 'the act of cracking something')]},\n",
" {'answer': 'crackers',\n",
" 'hint': 'synonyms for crackers',\n",
- " 'clues': [('snapper',\n",
- " 'a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends'),\n",
- " ('cracker',\n",
+ " 'clues': [('cracker',\n",
+ " 'a thin crisp wafer made of flour and water with or without leavening and shortening; unsweetened or semisweet'),\n",
+ " ('firecracker',\n",
" 'firework consisting of a small explosive charge and fuse in a heavy paper casing'),\n",
- " ('cracker bonbon',\n",
- " 'a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends'),\n",
" ('banger',\n",
" 'firework consisting of a small explosive charge and fuse in a heavy paper casing'),\n",
- " ('firecracker',\n",
- " 'firework consisting of a small explosive charge and fuse in a heavy paper casing')]},\n",
+ " ('snapper',\n",
+ " 'a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends'),\n",
+ " ('cracker bonbon',\n",
+ " 'a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends')]},\n",
" {'answer': 'crackle',\n",
" 'hint': 'synonyms for crackle',\n",
" 'clues': [('crepitation', 'the sharp sound of snapping noises'),\n",
- " ('crackleware',\n",
- " 'glazed china with a network of fine cracks on the surface'),\n",
" ('crackle china',\n",
" 'glazed china with a network of fine cracks on the surface'),\n",
+ " ('crackleware',\n",
+ " 'glazed china with a network of fine cracks on the surface'),\n",
" ('crackling', 'the sharp sound of snapping noises')]},\n",
" {'answer': 'crank',\n",
" 'hint': 'synonyms for crank',\n",
- " 'clues': [('trash',\n",
+ " 'clues': [('chalk',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
- " ('chicken feed',\n",
- " 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
- " ('shabu',\n",
- " 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
- " ('starter',\n",
- " 'a hand tool consisting of a rotating shaft with parallel handle'),\n",
" ('glass',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
" ('methamphetamine',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
" ('methamphetamine hydrochloride',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
+ " ('trash',\n",
+ " 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
" ('ice',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
" ('deoxyephedrine',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
- " ('chalk',\n",
+ " ('starter',\n",
+ " 'a hand tool consisting of a rotating shaft with parallel handle'),\n",
+ " ('chicken feed',\n",
+ " 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
+ " ('shabu',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant'),\n",
" ('meth',\n",
" 'an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant')]},\n",
" {'answer': 'cross',\n",
" 'hint': 'synonyms for cross',\n",
- " 'clues': [('hybridizing',\n",
- " '(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids'),\n",
- " ('crisscross', 'a marking that consists of lines that cross each other'),\n",
- " ('hybridisation',\n",
+ " 'clues': [('crossbreeding',\n",
" '(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids'),\n",
" ('mark', 'a marking that consists of lines that cross each other'),\n",
- " ('crossbreeding',\n",
+ " ('hybridisation',\n",
" '(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids'),\n",
" ('interbreeding',\n",
" '(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids'),\n",
+ " ('crisscross', 'a marking that consists of lines that cross each other'),\n",
+ " ('hybridizing',\n",
+ " '(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids'),\n",
" ('crossing',\n",
" '(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids')]},\n",
" {'answer': 'crowing',\n",
" 'hint': 'synonyms for crowing',\n",
- " 'clues': [('line-shooting', 'an instance of boastful talk'),\n",
+ " 'clues': [('vaporing', 'an instance of boastful talk'),\n",
" ('gasconade', 'an instance of boastful talk'),\n",
- " ('vaporing', 'an instance of boastful talk'),\n",
" ('bragging', 'an instance of boastful talk'),\n",
- " ('crow', 'an instance of boastful talk'),\n",
- " ('brag', 'an instance of boastful talk')]},\n",
+ " ('brag', 'an instance of boastful talk'),\n",
+ " ('line-shooting', 'an instance of boastful talk'),\n",
+ " ('crow', 'an instance of boastful talk')]},\n",
" {'answer': 'crude',\n",
" 'hint': 'synonyms for crude',\n",
- " 'clues': [('oil', 'a dark oil consisting mainly of hydrocarbons'),\n",
- " ('crude oil', 'a dark oil consisting mainly of hydrocarbons'),\n",
- " ('fossil oil', 'a dark oil consisting mainly of hydrocarbons'),\n",
+ " 'clues': [('petroleum', 'a dark oil consisting mainly of hydrocarbons'),\n",
+ " ('oil', 'a dark oil consisting mainly of hydrocarbons'),\n",
" ('rock oil', 'a dark oil consisting mainly of hydrocarbons'),\n",
- " ('petroleum', 'a dark oil consisting mainly of hydrocarbons')]},\n",
+ " ('fossil oil', 'a dark oil consisting mainly of hydrocarbons'),\n",
+ " ('crude oil', 'a dark oil consisting mainly of hydrocarbons')]},\n",
" {'answer': 'crying',\n",
" 'hint': 'synonyms for crying',\n",
- " 'clues': [('battle cry', 'a slogan used to rally support for a cause'),\n",
+ " 'clues': [('war cry', 'a slogan used to rally support for a cause'),\n",
" ('cry', 'a loud utterance; often in protest or opposition'),\n",
+ " ('yell', 'a loud utterance; often in protest or opposition'),\n",
" ('watchword', 'a slogan used to rally support for a cause'),\n",
- " ('outcry', 'a loud utterance; often in protest or opposition'),\n",
- " ('yell', 'a loud utterance of emotion (especially when inarticulate)'),\n",
- " ('shout', 'a loud utterance; often in protest or opposition'),\n",
+ " ('battle cry', 'a slogan used to rally support for a cause'),\n",
" ('call', 'a loud utterance; often in protest or opposition'),\n",
- " ('war cry', 'a slogan used to rally support for a cause'),\n",
+ " ('vociferation', 'a loud utterance; often in protest or opposition'),\n",
" ('rallying cry', 'a slogan used to rally support for a cause'),\n",
+ " ('shout', 'a loud utterance; often in protest or opposition'),\n",
+ " ('weeping',\n",
+ " 'the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)'),\n",
" ('tears',\n",
" 'the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)'),\n",
- " ('vociferation', 'a loud utterance; often in protest or opposition'),\n",
- " ('weeping',\n",
- " 'the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)')]},\n",
+ " ('outcry', 'a loud utterance; often in protest or opposition')]},\n",
" {'answer': 'cunning',\n",
" 'hint': 'synonyms for cunning',\n",
- " 'clues': [('craft',\n",
+ " 'clues': [('foxiness',\n",
" 'shrewdness as demonstrated by being skilled in deception'),\n",
- " ('slyness', 'shrewdness as demonstrated by being skilled in deception'),\n",
- " ('guile', 'shrewdness as demonstrated by being skilled in deception'),\n",
" ('wiliness', 'shrewdness as demonstrated by being skilled in deception'),\n",
- " ('foxiness', 'shrewdness as demonstrated by being skilled in deception'),\n",
+ " ('craft', 'shrewdness as demonstrated by being skilled in deception'),\n",
+ " ('slyness', 'shrewdness as demonstrated by being skilled in deception'),\n",
" ('craftiness',\n",
- " 'shrewdness as demonstrated by being skilled in deception')]},\n",
+ " 'shrewdness as demonstrated by being skilled in deception'),\n",
+ " ('guile', 'shrewdness as demonstrated by being skilled in deception')]},\n",
" {'answer': 'custom',\n",
" 'hint': 'synonyms for custom',\n",
- " 'clues': [('impost', 'money collected under a tariff'),\n",
+ " 'clues': [('usage', 'accepted or habitual practice'),\n",
" ('tradition', 'a specific practice of long standing'),\n",
+ " ('customs', 'money collected under a tariff'),\n",
+ " ('impost', 'money collected under a tariff'),\n",
" ('usance', 'accepted or habitual practice'),\n",
- " ('customs duty', 'money collected under a tariff'),\n",
- " ('usage', 'accepted or habitual practice'),\n",
- " ('customs', 'money collected under a tariff')]},\n",
+ " ('customs duty', 'money collected under a tariff')]},\n",
" {'answer': 'cut',\n",
" 'hint': 'synonyms for cut',\n",
- " 'clues': [('excision',\n",
- " 'the omission that is made when an editorial change shortens a written passage'),\n",
- " ('cold shoulder', 'a refusal to recognize someone you know'),\n",
- " ('swing', \"in baseball; a batter's attempt to hit a pitched ball\"),\n",
- " ('cutting off',\n",
- " 'the act of shortening something by chopping off the ends'),\n",
- " ('gash',\n",
+ " 'clues': [('gash',\n",
" 'a trench resembling a furrow that was made by erosion or excavation'),\n",
- " ('baseball swing',\n",
- " \"in baseball; a batter's attempt to hit a pitched ball\"),\n",
- " ('cutting', 'the division of a deck of cards before dealing'),\n",
+ " ('stinger', 'a remark capable of wounding mentally'),\n",
+ " ('cutting', 'the act of cutting something into parts'),\n",
+ " ('excision',\n",
+ " 'the omission that is made when an editorial change shortens a written passage'),\n",
+ " ('snub', 'a refusal to recognize someone you know'),\n",
" ('track',\n",
" 'a distinct selection of music from a recording or a compact disc'),\n",
- " ('undercut', '(sports) a stroke that puts reverse spin on the ball'),\n",
- " ('snub', 'a refusal to recognize someone you know'),\n",
- " ('stinger', 'a remark capable of wounding mentally'),\n",
" ('deletion',\n",
" 'the omission that is made when an editorial change shortens a written passage'),\n",
+ " ('baseball swing',\n",
+ " \"in baseball; a batter's attempt to hit a pitched ball\"),\n",
+ " ('swing', \"in baseball; a batter's attempt to hit a pitched ball\"),\n",
+ " ('cutting off',\n",
+ " 'the act of shortening something by chopping off the ends'),\n",
+ " ('undercut', '(sports) a stroke that puts reverse spin on the ball'),\n",
" ('cut of meat',\n",
- " 'a piece of meat that has been cut from an animal carcass')]},\n",
+ " 'a piece of meat that has been cut from an animal carcass'),\n",
+ " ('cold shoulder', 'a refusal to recognize someone you know')]},\n",
" {'answer': 'cutting',\n",
" 'hint': 'synonyms for cutting',\n",
- " 'clues': [('press clipping',\n",
- " 'an excerpt cut from a newspaper or magazine'),\n",
- " ('cut', 'the act of shortening something by chopping off the ends'),\n",
- " ('press cutting', 'an excerpt cut from a newspaper or magazine'),\n",
- " ('cutting off',\n",
- " 'the act of shortening something by chopping off the ends'),\n",
- " ('carving',\n",
- " 'removing parts from hard material to create a desired pattern or shape'),\n",
+ " 'clues': [('press cutting', 'an excerpt cut from a newspaper or magazine'),\n",
+ " ('film editing',\n",
+ " 'the activity of selecting the scenes to be shown and putting them together to create a film'),\n",
+ " ('cut', 'the division of a deck of cards before dealing'),\n",
" ('clipping', 'an excerpt cut from a newspaper or magazine'),\n",
- " ('thinning', 'the act of diluting something'),\n",
" ('newspaper clipping', 'an excerpt cut from a newspaper or magazine'),\n",
- " ('film editing',\n",
- " 'the activity of selecting the scenes to be shown and putting them together to create a film')]},\n",
+ " ('press clipping', 'an excerpt cut from a newspaper or magazine'),\n",
+ " ('thinning', 'the act of diluting something'),\n",
+ " ('carving',\n",
+ " 'removing parts from hard material to create a desired pattern or shape'),\n",
+ " ('cutting off',\n",
+ " 'the act of shortening something by chopping off the ends')]},\n",
" {'answer': 'd',\n",
" 'hint': 'synonyms for d',\n",
- " 'clues': [('vitamin D', 'a fat-soluble vitamin that prevents rickets'),\n",
- " ('cholecalciferol', 'a fat-soluble vitamin that prevents rickets'),\n",
+ " 'clues': [('cholecalciferol',\n",
+ " 'a fat-soluble vitamin that prevents rickets'),\n",
+ " ('ergocalciferol', 'a fat-soluble vitamin that prevents rickets'),\n",
" ('calciferol', 'a fat-soluble vitamin that prevents rickets'),\n",
+ " ('viosterol', 'a fat-soluble vitamin that prevents rickets'),\n",
+ " ('vitamin D', 'a fat-soluble vitamin that prevents rickets'),\n",
" ('500',\n",
" 'the cardinal number that is the product of one hundred and five'),\n",
- " ('ergocalciferol', 'a fat-soluble vitamin that prevents rickets'),\n",
- " ('viosterol', 'a fat-soluble vitamin that prevents rickets'),\n",
" ('five hundred',\n",
" 'the cardinal number that is the product of one hundred and five')]},\n",
" {'answer': 'dainty',\n",
" 'hint': 'synonyms for dainty',\n",
- " 'clues': [('goody', 'something considered choice to eat'),\n",
- " ('treat', 'something considered choice to eat'),\n",
+ " 'clues': [('delicacy', 'something considered choice to eat'),\n",
+ " ('goody', 'something considered choice to eat'),\n",
" ('kickshaw', 'something considered choice to eat'),\n",
- " ('delicacy', 'something considered choice to eat')]},\n",
+ " ('treat', 'something considered choice to eat')]},\n",
" {'answer': 'damn',\n",
" 'hint': 'synonyms for damn',\n",
- " 'clues': [(\"tinker's damn\", 'something of little value'),\n",
+ " 'clues': [(\"tinker's dam\", 'something of little value'),\n",
" ('shucks', 'something of little value'),\n",
- " ('darn', 'something of little value'),\n",
+ " ('hoot', 'something of little value'),\n",
" ('red cent', 'something of little value'),\n",
- " ('shit', 'something of little value'),\n",
- " ('hoot', 'something of little value')]},\n",
+ " ('darn', 'something of little value'),\n",
+ " ('shit', 'something of little value')]},\n",
" {'answer': 'daring',\n",
" 'hint': 'synonyms for daring',\n",
- " 'clues': [('dare', 'a challenge to do something dangerous or foolhardy'),\n",
- " ('boldness',\n",
+ " 'clues': [('hardihood',\n",
" 'the trait of being willing to undertake things that involve risk or danger'),\n",
" ('hardiness',\n",
" 'the trait of being willing to undertake things that involve risk or danger'),\n",
- " ('hardihood',\n",
+ " ('dare', 'a challenge to do something dangerous or foolhardy'),\n",
+ " ('boldness',\n",
" 'the trait of being willing to undertake things that involve risk or danger')]},\n",
" {'answer': 'dark',\n",
" 'hint': 'synonyms for dark',\n",
- " 'clues': [('darkness', 'an unilluminated area'),\n",
- " ('shadow', 'an unilluminated area'),\n",
- " ('nighttime',\n",
+ " 'clues': [('nighttime',\n",
" 'the time after sunset and before sunrise while it is dark outside'),\n",
+ " ('darkness', 'an unenlightened state'),\n",
" ('night',\n",
- " 'the time after sunset and before sunrise while it is dark outside')]},\n",
+ " 'the time after sunset and before sunrise while it is dark outside'),\n",
+ " ('shadow', 'an unilluminated area')]},\n",
" {'answer': 'declarative',\n",
" 'hint': 'synonyms for declarative',\n",
- " 'clues': [('indicative mood',\n",
+ " 'clues': [('declarative mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
- " ('common mood',\n",
+ " ('indicative mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
" ('fact mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
- " ('indicative',\n",
+ " ('common mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
- " ('declarative mood',\n",
+ " ('indicative',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact')]},\n",
" {'answer': 'derivative',\n",
" 'hint': 'synonyms for derivative',\n",
- " 'clues': [('first derivative',\n",
+ " 'clues': [('differential coefficient',\n",
" 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
- " ('differential coefficient',\n",
+ " ('differential',\n",
" 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
- " ('derivative instrument',\n",
- " 'a financial instrument whose value is based on another security'),\n",
" ('derived function',\n",
" 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
- " ('differential',\n",
- " 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx')]},\n",
+ " ('first derivative',\n",
+ " 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
+ " ('derivative instrument',\n",
+ " 'a financial instrument whose value is based on another security')]},\n",
" {'answer': 'determinant',\n",
" 'hint': 'synonyms for determinant',\n",
- " 'clues': [('determining factor',\n",
- " 'a determining or causal element or factor'),\n",
- " ('determiner', 'a determining or causal element or factor'),\n",
- " ('epitope',\n",
+ " 'clues': [('epitope',\n",
+ " 'the site on the surface of an antigen molecule to which an antibody attaches itself'),\n",
+ " ('determining factor', 'a determining or causal element or factor'),\n",
+ " ('antigenic determinant',\n",
" 'the site on the surface of an antigen molecule to which an antibody attaches itself'),\n",
" ('causal factor', 'a determining or causal element or factor'),\n",
" ('determinative', 'a determining or causal element or factor'),\n",
- " ('antigenic determinant',\n",
- " 'the site on the surface of an antigen molecule to which an antibody attaches itself')]},\n",
+ " ('determiner', 'a determining or causal element or factor')]},\n",
" {'answer': 'determinative',\n",
" 'hint': 'synonyms for determinative',\n",
- " 'clues': [('determining factor',\n",
- " 'a determining or causal element or factor'),\n",
- " ('determiner', 'a determining or causal element or factor'),\n",
- " ('determinant', 'a determining or causal element or factor'),\n",
+ " 'clues': [('determinant', 'a determining or causal element or factor'),\n",
+ " ('determining factor', 'a determining or causal element or factor'),\n",
+ " ('determiner',\n",
+ " 'one of a limited class of noun modifiers that determine the referents of noun phrases'),\n",
" ('causal factor', 'a determining or causal element or factor')]},\n",
" {'answer': 'deterrent',\n",
" 'hint': 'synonyms for deterrent',\n",
- " 'clues': [('hinderance',\n",
+ " 'clues': [('impediment',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
" ('check',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
- " ('balk',\n",
+ " ('hinderance',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
- " ('impediment',\n",
+ " ('balk',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
" ('handicap',\n",
" 'something immaterial that interferes with or delays action or progress')]},\n",
" {'answer': 'diagonal',\n",
" 'hint': 'synonyms for diagonal',\n",
- " 'clues': [('separatrix',\n",
+ " 'clues': [('slash',\n",
" 'a punctuation mark (/) used to separate related items of information'),\n",
- " ('slash',\n",
+ " ('bias',\n",
+ " 'a line or cut across a fabric that is not at right angles to a side of the fabric'),\n",
+ " ('stroke',\n",
" 'a punctuation mark (/) used to separate related items of information'),\n",
- " ('virgule',\n",
+ " ('separatrix',\n",
" 'a punctuation mark (/) used to separate related items of information'),\n",
- " ('stroke',\n",
+ " ('virgule',\n",
" 'a punctuation mark (/) used to separate related items of information'),\n",
- " ('bias',\n",
- " 'a line or cut across a fabric that is not at right angles to a side of the fabric'),\n",
" ('solidus',\n",
" 'a punctuation mark (/) used to separate related items of information')]},\n",
" {'answer': 'dickey',\n",
" 'hint': 'synonyms for dickey',\n",
- " 'clues': [('dickie-seat',\n",
- " 'a small third seat in the back of an old-fashioned two-seater'),\n",
- " ('shirtfront',\n",
+ " 'clues': [('shirtfront',\n",
" \"a man's detachable insert (usually starched) to simulate the front of a shirt\"),\n",
" ('dicky',\n",
- " \"a man's detachable insert (usually starched) to simulate the front of a shirt\"),\n",
+ " 'a small third seat in the back of an old-fashioned two-seater'),\n",
+ " ('dickey-seat',\n",
+ " 'a small third seat in the back of an old-fashioned two-seater'),\n",
" ('dickie',\n",
" \"a man's detachable insert (usually starched) to simulate the front of a shirt\")]},\n",
" {'answer': 'dicky',\n",
" 'hint': 'synonyms for dicky',\n",
- " 'clues': [('dickey',\n",
+ " 'clues': [('shirtfront',\n",
" \"a man's detachable insert (usually starched) to simulate the front of a shirt\"),\n",
- " ('dickie-seat',\n",
- " 'a small third seat in the back of an old-fashioned two-seater'),\n",
- " ('shirtfront',\n",
+ " ('dickey',\n",
" \"a man's detachable insert (usually starched) to simulate the front of a shirt\"),\n",
+ " ('dickey-seat',\n",
+ " 'a small third seat in the back of an old-fashioned two-seater'),\n",
" ('dickie',\n",
- " \"a man's detachable insert (usually starched) to simulate the front of a shirt\")]},\n",
+ " 'a small third seat in the back of an old-fashioned two-seater')]},\n",
" {'answer': 'differential',\n",
" 'hint': 'synonyms for differential',\n",
- " 'clues': [('derivative',\n",
+ " 'clues': [('differential coefficient',\n",
" 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
- " ('first derivative',\n",
- " 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
- " ('differential coefficient',\n",
+ " ('derivative',\n",
" 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
" ('differential gear',\n",
" 'a bevel gear that permits rotation of two shafts at different speeds; used on the rear axle of automobiles to allow wheels to rotate at different speeds on curves'),\n",
" ('derived function',\n",
+ " 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx'),\n",
+ " ('first derivative',\n",
" 'the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx')]},\n",
" {'answer': 'dirt',\n",
" 'hint': 'synonyms for dirt',\n",
" 'clues': [('shite', 'obscene terms for feces'),\n",
- " ('poop', 'obscene terms for feces'),\n",
" ('crap', 'obscene terms for feces'),\n",
- " ('turd', 'obscene terms for feces'),\n",
" ('malicious gossip',\n",
" 'disgraceful gossip about the private lives of other people'),\n",
" ('scandal', 'disgraceful gossip about the private lives of other people'),\n",
+ " ('turd', 'obscene terms for feces'),\n",
+ " ('poop', 'obscene terms for feces'),\n",
" ('soil',\n",
" \"the part of the earth's surface consisting of humus and disintegrated rock\")]},\n",
" {'answer': 'double',\n",
" 'hint': 'synonyms for double',\n",
- " 'clues': [('two-baser',\n",
- " 'a base hit on which the batter stops safely at second base'),\n",
+ " 'clues': [('doubling',\n",
+ " 'raising the stakes in a card game by a factor of 2'),\n",
" ('two-bagger',\n",
" 'a base hit on which the batter stops safely at second base'),\n",
" ('two-base hit',\n",
" 'a base hit on which the batter stops safely at second base'),\n",
- " ('doubling', 'raising the stakes in a card game by a factor of 2')]},\n",
+ " ('two-baser',\n",
+ " 'a base hit on which the batter stops safely at second base')]},\n",
" {'answer': 'dress',\n",
" 'hint': 'synonyms for dress',\n",
" 'clues': [('wearing apparel', 'clothing in general'),\n",
- " ('clothes', 'clothing in general'),\n",
" ('attire',\n",
" 'clothing of a distinctive style or for a particular occasion'),\n",
" ('apparel', 'clothing in general'),\n",
" ('frock', 'a one-piece garment for a woman; has skirt and bodice'),\n",
+ " ('clothes', 'clothing in general'),\n",
" ('garb',\n",
" 'clothing of a distinctive style or for a particular occasion')]},\n",
" {'answer': 'eager',\n",
" 'hint': 'synonyms for eager',\n",
- " 'clues': [('tidal bore',\n",
+ " 'clues': [('eagre',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
" ('aegir',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
- " ('bore',\n",
+ " ('tidal bore',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
- " ('eagre',\n",
+ " ('bore',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)')]},\n",
" {'answer': 'eatable',\n",
" 'hint': 'synonyms for eatable',\n",
- " 'clues': [('victual', 'any substance that can be used as food'),\n",
+ " 'clues': [('edible', 'any substance that can be used as food'),\n",
" ('comestible', 'any substance that can be used as food'),\n",
- " ('edible', 'any substance that can be used as food'),\n",
+ " ('victuals', 'any substance that can be used as food'),\n",
" ('pabulum', 'any substance that can be used as food')]},\n",
" {'answer': 'ebony',\n",
" 'hint': 'synonyms for ebony',\n",
- " 'clues': [('sable', 'a very dark black'),\n",
- " ('jet black', 'a very dark black'),\n",
- " ('soot black', 'a very dark black'),\n",
+ " 'clues': [('coal black', 'a very dark black'),\n",
" ('pitch black', 'a very dark black'),\n",
- " ('coal black', 'a very dark black')]},\n",
+ " ('sable', 'a very dark black'),\n",
+ " ('jet black', 'a very dark black'),\n",
+ " ('soot black', 'a very dark black')]},\n",
" {'answer': 'edible',\n",
" 'hint': 'synonyms for edible',\n",
- " 'clues': [('victual', 'any substance that can be used as food'),\n",
+ " 'clues': [('eatable', 'any substance that can be used as food'),\n",
" ('comestible', 'any substance that can be used as food'),\n",
- " ('eatable', 'any substance that can be used as food'),\n",
+ " ('victuals', 'any substance that can be used as food'),\n",
" ('pabulum', 'any substance that can be used as food')]},\n",
" {'answer': 'eight',\n",
" 'hint': 'synonyms for eight',\n",
- " 'clues': [('eighter from Decatur',\n",
+ " 'clues': [('octad',\n",
" 'the cardinal number that is the sum of seven and one'),\n",
- " ('octad', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('8', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('eighter', 'the cardinal number that is the sum of seven and one'),\n",
" ('eight-spot',\n",
" 'one of four playing cards in a deck with eight pips on the face'),\n",
" ('octonary', 'the cardinal number that is the sum of seven and one'),\n",
- " ('8', 'the cardinal number that is the sum of seven and one'),\n",
- " ('eighter', 'the cardinal number that is the sum of seven and one'),\n",
- " ('octet', 'the cardinal number that is the sum of seven and one'),\n",
- " ('ogdoad', 'the cardinal number that is the sum of seven and one')]},\n",
+ " ('eighter from Decatur',\n",
+ " 'the cardinal number that is the sum of seven and one'),\n",
+ " ('ogdoad', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('octet', 'the cardinal number that is the sum of seven and one')]},\n",
" {'answer': 'elevated',\n",
" 'hint': 'synonyms for elevated',\n",
- " 'clues': [('elevated railroad',\n",
+ " 'clues': [('elevated railway',\n",
" 'a railway that is powered by electricity and that runs on a track that is raised above the street level'),\n",
- " ('el',\n",
+ " ('overhead railway',\n",
" 'a railway that is powered by electricity and that runs on a track that is raised above the street level'),\n",
- " ('elevated railway',\n",
+ " ('elevated railroad',\n",
" 'a railway that is powered by electricity and that runs on a track that is raised above the street level'),\n",
- " ('overhead railway',\n",
+ " ('el',\n",
" 'a railway that is powered by electricity and that runs on a track that is raised above the street level')]},\n",
" {'answer': 'empyrean',\n",
" 'hint': 'synonyms for empyrean',\n",
- " 'clues': [('sphere',\n",
+ " 'clues': [('firmament',\n",
" 'the apparent surface of the imaginary sphere on which celestial bodies appear to be projected'),\n",
- " ('vault of heaven',\n",
+ " ('welkin',\n",
" 'the apparent surface of the imaginary sphere on which celestial bodies appear to be projected'),\n",
" ('celestial sphere',\n",
" 'the apparent surface of the imaginary sphere on which celestial bodies appear to be projected'),\n",
- " ('firmament',\n",
+ " ('vault of heaven',\n",
" 'the apparent surface of the imaginary sphere on which celestial bodies appear to be projected'),\n",
- " ('welkin',\n",
+ " ('sphere',\n",
" 'the apparent surface of the imaginary sphere on which celestial bodies appear to be projected'),\n",
" ('heavens',\n",
" 'the apparent surface of the imaginary sphere on which celestial bodies appear to be projected')]},\n",
" {'answer': 'essential',\n",
" 'hint': 'synonyms for essential',\n",
- " 'clues': [('necessity', 'anything indispensable'),\n",
- " ('necessary', 'anything indispensable'),\n",
+ " 'clues': [('requirement', 'anything indispensable'),\n",
" ('requisite', 'anything indispensable'),\n",
- " ('requirement', 'anything indispensable')]},\n",
+ " ('necessary', 'anything indispensable'),\n",
+ " ('necessity', 'anything indispensable')]},\n",
" {'answer': 'evil',\n",
" 'hint': 'synonyms for evil',\n",
" 'clues': [('evilness',\n",
" 'the quality of being morally wrong in principle or practice'),\n",
+ " ('wickedness', 'morally objectionable behavior'),\n",
" ('immorality', 'morally objectionable behavior'),\n",
- " ('iniquity', 'morally objectionable behavior'),\n",
- " ('wickedness', 'morally objectionable behavior')]},\n",
+ " ('iniquity', 'morally objectionable behavior')]},\n",
" {'answer': 'excess',\n",
" 'hint': 'synonyms for excess',\n",
- " 'clues': [('overindulgence', 'excessive indulgence'),\n",
- " ('surplus', 'a quantity much larger than is needed'),\n",
- " ('surplusage', 'a quantity much larger than is needed'),\n",
+ " 'clues': [('nimiety', 'a quantity much larger than is needed'),\n",
+ " ('overindulgence', 'excessive indulgence'),\n",
" ('inordinateness',\n",
" 'immoderation as a consequence of going beyond sufficient or permitted limits'),\n",
+ " ('surplusage', 'a quantity much larger than is needed'),\n",
" ('excessiveness',\n",
" 'immoderation as a consequence of going beyond sufficient or permitted limits'),\n",
- " ('nimiety', 'a quantity much larger than is needed')]},\n",
+ " ('surplus', 'a quantity much larger than is needed')]},\n",
" {'answer': 'fancy',\n",
" 'hint': 'synonyms for fancy',\n",
- " 'clues': [('illusion', 'something many people believe that is false'),\n",
+ " 'clues': [('fantasy', 'something many people believe that is false'),\n",
+ " ('illusion', 'something many people believe that is false'),\n",
" ('fondness', 'a predisposition to like something'),\n",
- " ('fantasy', 'something many people believe that is false'),\n",
" ('phantasy', 'something many people believe that is false'),\n",
" ('partiality', 'a predisposition to like something')]},\n",
" {'answer': 'first',\n",
" 'hint': 'synonyms for first',\n",
- " 'clues': [('get-go', 'the time at which something is supposed to begin'),\n",
- " ('showtime', 'the time at which something is supposed to begin'),\n",
- " ('offset', 'the time at which something is supposed to begin'),\n",
- " ('starting time', 'the time at which something is supposed to begin'),\n",
- " ('low',\n",
- " 'the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving'),\n",
+ " 'clues': [('number one', 'the first element in a countable series'),\n",
" ('beginning', 'the time at which something is supposed to begin'),\n",
- " ('kickoff', 'the time at which something is supposed to begin'),\n",
+ " ('first-class honours degree', 'an honours degree of the highest class'),\n",
+ " ('get-go', 'the time at which something is supposed to begin'),\n",
+ " ('low gear',\n",
+ " 'the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving'),\n",
+ " ('starting time', 'the time at which something is supposed to begin'),\n",
+ " ('number 1', 'the first element in a countable series'),\n",
+ " ('commencement', 'the time at which something is supposed to begin'),\n",
+ " ('outset', 'the time at which something is supposed to begin'),\n",
" ('start', 'the time at which something is supposed to begin'),\n",
+ " ('showtime', 'the time at which something is supposed to begin'),\n",
" ('first base',\n",
" 'the fielding position of the player on a baseball team who is stationed at first of the bases in the infield (counting counterclockwise from home plate)'),\n",
- " ('first-class honours degree', 'an honours degree of the highest class'),\n",
- " ('outset', 'the time at which something is supposed to begin'),\n",
- " ('low gear',\n",
+ " ('offset', 'the time at which something is supposed to begin'),\n",
+ " ('low',\n",
" 'the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving'),\n",
" ('first gear',\n",
" 'the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving'),\n",
- " ('number 1', 'the first element in a countable series'),\n",
- " ('number one', 'the first element in a countable series'),\n",
- " ('commencement', 'the time at which something is supposed to begin')]},\n",
+ " ('kickoff', 'the time at which something is supposed to begin')]},\n",
" {'answer': 'fitting',\n",
" 'hint': 'synonyms for fitting',\n",
- " 'clues': [('appointment',\n",
+ " 'clues': [('try-on', 'putting clothes on to see whether they fit'),\n",
+ " ('appointment',\n",
" '(usually plural) furnishings and equipment (especially for a ship or hotel)'),\n",
- " ('try-on', 'putting clothes on to see whether they fit'),\n",
- " ('trying on', 'putting clothes on to see whether they fit'),\n",
- " ('adjustment', 'making or becoming suitable; adjusting to circumstances'),\n",
" ('accommodation',\n",
+ " 'making or becoming suitable; adjusting to circumstances'),\n",
+ " ('trying on', 'putting clothes on to see whether they fit'),\n",
+ " ('adjustment',\n",
" 'making or becoming suitable; adjusting to circumstances')]},\n",
" {'answer': 'five',\n",
" 'hint': 'synonyms for five',\n",
- " 'clues': [('5', 'the cardinal number that is the sum of four and one'),\n",
+ " 'clues': [('pentad',\n",
+ " 'the cardinal number that is the sum of four and one'),\n",
+ " ('five-spot',\n",
+ " 'a playing card or a domino or a die whose upward face shows five pips'),\n",
" ('quintet', 'the cardinal number that is the sum of four and one'),\n",
- " ('pentad', 'the cardinal number that is the sum of four and one'),\n",
- " ('quint', 'the cardinal number that is the sum of four and one'),\n",
- " ('fin', 'the cardinal number that is the sum of four and one'),\n",
- " ('cinque', 'the cardinal number that is the sum of four and one'),\n",
- " ('quintuplet', 'the cardinal number that is the sum of four and one'),\n",
+ " ('5', 'the cardinal number that is the sum of four and one'),\n",
" ('fivesome', 'the cardinal number that is the sum of four and one'),\n",
" ('basketball team', 'a team that plays basketball'),\n",
- " ('five-spot',\n",
- " 'a playing card or a domino or a die whose upward face shows five pips')]},\n",
+ " ('fin', 'the cardinal number that is the sum of four and one'),\n",
+ " ('quintuplet', 'the cardinal number that is the sum of four and one'),\n",
+ " ('quint', 'the cardinal number that is the sum of four and one'),\n",
+ " ('cinque', 'the cardinal number that is the sum of four and one')]},\n",
" {'answer': 'flash',\n",
" 'hint': 'synonyms for flash',\n",
- " 'clues': [('flashbulb',\n",
- " 'a lamp for providing momentary light to take a photograph'),\n",
- " ('flare', 'a burst of light used to communicate or illuminate'),\n",
- " ('flash lamp',\n",
- " 'a lamp for providing momentary light to take a photograph'),\n",
- " ('trice',\n",
- " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('instant',\n",
+ " 'clues': [('instant',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('photoflash',\n",
- " 'a lamp for providing momentary light to take a photograph'),\n",
- " ('twinkling',\n",
- " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('fanfare', 'a gaudy outward display'),\n",
" ('news bulletin',\n",
" 'a short news announcement concerning some on-going news story'),\n",
- " ('newsflash',\n",
- " 'a short news announcement concerning some on-going news story'),\n",
- " ('heartbeat',\n",
+ " ('trice',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('split second',\n",
+ " ('blink of an eye',\n",
+ " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
+ " ('flashgun', 'a lamp for providing momentary light to take a photograph'),\n",
+ " ('wink',\n",
+ " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
+ " ('twinkling',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('newsbreak',\n",
" 'a short news announcement concerning some on-going news story'),\n",
- " ('blink of an eye',\n",
+ " ('fanfare', 'a gaudy outward display'),\n",
+ " ('flare', 'a burst of light used to communicate or illuminate'),\n",
+ " ('heartbeat',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('flashgun', 'a lamp for providing momentary light to take a photograph'),\n",
+ " ('flash lamp',\n",
+ " 'a lamp for providing momentary light to take a photograph'),\n",
" ('jiffy',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('wink',\n",
+ " ('photoflash',\n",
+ " 'a lamp for providing momentary light to take a photograph'),\n",
+ " ('split second',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
+ " ('flash bulb',\n",
+ " 'a lamp for providing momentary light to take a photograph'),\n",
+ " ('newsflash',\n",
+ " 'a short news announcement concerning some on-going news story'),\n",
" ('flashing', 'a short vivid experience'),\n",
" ('ostentation', 'a gaudy outward display')]},\n",
" {'answer': 'flat',\n",
" 'hint': 'synonyms for flat',\n",
- " 'clues': [('flatcar', 'freight car without permanent sides or roof'),\n",
- " ('apartment',\n",
+ " 'clues': [('apartment',\n",
" 'a suite of rooms usually on one floor of an apartment house'),\n",
- " ('flatbed', 'freight car without permanent sides or roof'),\n",
- " ('flat tire', 'a deflated pneumatic tire')]},\n",
+ " ('flat tire', 'a deflated pneumatic tire'),\n",
+ " ('flatcar', 'freight car without permanent sides or roof'),\n",
+ " ('flatbed', 'freight car without permanent sides or roof')]},\n",
" {'answer': 'flip',\n",
" 'hint': 'synonyms for flip',\n",
" 'clues': [('toss', 'the act of flipping a coin'),\n",
- " ('pass',\n",
- " '(sports) the act of throwing the ball to another member of your team'),\n",
+ " ('summerset',\n",
+ " 'an acrobatic feat in which the feet roll over the head (either forward or backward) and return'),\n",
" ('somerset',\n",
" 'an acrobatic feat in which the feet roll over the head (either forward or backward) and return'),\n",
- " ('somersaulting',\n",
+ " ('summersault',\n",
" 'an acrobatic feat in which the feet roll over the head (either forward or backward) and return'),\n",
- " ('summerset',\n",
+ " ('somersaulting',\n",
" 'an acrobatic feat in which the feet roll over the head (either forward or backward) and return'),\n",
- " ('summersault',\n",
- " 'an acrobatic feat in which the feet roll over the head (either forward or backward) and return')]},\n",
+ " ('pass',\n",
+ " '(sports) the act of throwing the ball to another member of your team')]},\n",
" {'answer': 'flowering',\n",
" 'hint': 'synonyms for flowering',\n",
" 'clues': [('unfolding', 'a developmental process'),\n",
- " ('blossoming',\n",
- " 'the time and process of budding and unfolding of blossoms'),\n",
" ('efflorescence',\n",
" 'the time and process of budding and unfolding of blossoms'),\n",
- " ('anthesis', 'the time and process of budding and unfolding of blossoms'),\n",
" ('inflorescence',\n",
+ " 'the time and process of budding and unfolding of blossoms'),\n",
+ " ('anthesis', 'the time and process of budding and unfolding of blossoms'),\n",
+ " ('blossoming',\n",
" 'the time and process of budding and unfolding of blossoms')]},\n",
" {'answer': 'flush',\n",
" 'hint': 'synonyms for flush',\n",
- " 'clues': [('bloom', 'the period of greatest prosperity or productivity'),\n",
+ " 'clues': [('gush', 'a sudden rapid flow (as of water)'),\n",
+ " ('outpouring', 'a sudden rapid flow (as of water)'),\n",
+ " ('bloom', 'the period of greatest prosperity or productivity'),\n",
+ " ('flower', 'the period of greatest prosperity or productivity'),\n",
" ('boot', 'the swift release of a store of affective force'),\n",
- " ('efflorescence', 'the period of greatest prosperity or productivity'),\n",
" ('rush', 'the swift release of a store of affective force'),\n",
" ('blush',\n",
" 'sudden reddening of the face (as from embarrassment or guilt or shame or modesty)'),\n",
- " ('heyday', 'the period of greatest prosperity or productivity'),\n",
- " ('peak', 'the period of greatest prosperity or productivity'),\n",
- " ('gush', 'a sudden rapid flow (as of water)'),\n",
- " ('bang', 'the swift release of a store of affective force'),\n",
- " ('charge', 'the swift release of a store of affective force'),\n",
- " ('prime', 'the period of greatest prosperity or productivity'),\n",
" ('kick', 'the swift release of a store of affective force'),\n",
- " ('flower', 'the period of greatest prosperity or productivity'),\n",
- " ('thrill', 'the swift release of a store of affective force'),\n",
" ('blossom', 'the period of greatest prosperity or productivity'),\n",
- " ('outpouring', 'a sudden rapid flow (as of water)')]},\n",
+ " ('charge', 'the swift release of a store of affective force'),\n",
+ " ('efflorescence', 'the period of greatest prosperity or productivity'),\n",
+ " ('peak', 'the period of greatest prosperity or productivity'),\n",
+ " ('prime', 'the period of greatest prosperity or productivity'),\n",
+ " ('bang', 'the swift release of a store of affective force'),\n",
+ " ('heyday', 'the period of greatest prosperity or productivity'),\n",
+ " ('thrill', 'the swift release of a store of affective force')]},\n",
" {'answer': 'fly',\n",
" 'hint': 'synonyms for fly',\n",
- " 'clues': [('tent-fly',\n",
+ " 'clues': [('fly front',\n",
+ " 'an opening in a garment that is closed by a zipper or by buttons concealed under a fold of cloth'),\n",
+ " ('rainfly',\n",
+ " 'flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent'),\n",
+ " ('tent-fly',\n",
" 'flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent'),\n",
" ('tent flap',\n",
" 'flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent'),\n",
" ('fly sheet',\n",
" 'flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent'),\n",
- " ('fly front',\n",
- " 'an opening in a garment that is closed by a zipper or by buttons concealed under a fold of cloth'),\n",
- " ('rainfly',\n",
- " 'flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent'),\n",
" ('fly ball', '(baseball) a hit that flies up in the air')]},\n",
" {'answer': 'following',\n",
" 'hint': 'synonyms for following',\n",
- " 'clues': [('pursual',\n",
+ " 'clues': [('chase',\n",
" 'the act of pursuing in an effort to overtake or capture'),\n",
+ " ('pursuit', 'the act of pursuing in an effort to overtake or capture'),\n",
" ('followers', 'a group of followers or enthusiasts'),\n",
- " ('chase', 'the act of pursuing in an effort to overtake or capture'),\n",
- " ('pursuit', 'the act of pursuing in an effort to overtake or capture')]},\n",
+ " ('pursual', 'the act of pursuing in an effort to overtake or capture')]},\n",
" {'answer': 'formal',\n",
" 'hint': 'synonyms for formal',\n",
- " 'clues': [('ball', 'a lavish dance requiring formal attire'),\n",
- " ('evening gown', 'a gown for evening wear'),\n",
+ " 'clues': [('evening gown', 'a gown for evening wear'),\n",
" ('dinner gown', 'a gown for evening wear'),\n",
+ " ('ball', 'a lavish dance requiring formal attire'),\n",
" ('dinner dress', 'a gown for evening wear')]},\n",
" {'answer': 'forte',\n",
" 'hint': 'synonyms for forte',\n",
- " 'clues': [('strong point', 'an asset of special worth or utility'),\n",
- " ('strong suit', 'an asset of special worth or utility'),\n",
+ " 'clues': [('strength', 'an asset of special worth or utility'),\n",
" ('speciality', 'an asset of special worth or utility'),\n",
- " ('strength', 'an asset of special worth or utility'),\n",
+ " ('strong point', 'an asset of special worth or utility'),\n",
" ('long suit', 'an asset of special worth or utility'),\n",
- " ('fortissimo', '(music) loud'),\n",
- " ('metier', 'an asset of special worth or utility')]},\n",
+ " ('metier', 'an asset of special worth or utility'),\n",
+ " ('strong suit', 'an asset of special worth or utility'),\n",
+ " ('fortissimo', '(music) loud')]},\n",
" {'answer': 'four',\n",
" 'hint': 'synonyms for four',\n",
- " 'clues': [('tetrad',\n",
+ " 'clues': [('quatern',\n",
" 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
" ('quartet', 'the cardinal number that is the sum of three and one'),\n",
- " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternity', 'the cardinal number that is the sum of three and one'),\n",
- " ('4', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
+ " ('tetrad', 'the cardinal number that is the sum of three and one'),\n",
" ('four-spot',\n",
" 'a playing card or domino or die whose upward face shows four pips'),\n",
+ " ('4', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quadruplet', 'the cardinal number that is the sum of three and one'),\n",
+ " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
" ('quaternary', 'the cardinal number that is the sum of three and one'),\n",
- " ('quatern', 'the cardinal number that is the sum of three and one'),\n",
- " ('quadruplet', 'the cardinal number that is the sum of three and one')]},\n",
+ " ('quaternity', 'the cardinal number that is the sum of three and one')]},\n",
" {'answer': 'fourth',\n",
" 'hint': 'synonyms for fourth',\n",
" 'clues': [('fourth part', 'one of four equal parts'),\n",
- " ('one-fourth', 'one of four equal parts'),\n",
- " ('quartern', 'one of four equal parts'),\n",
+ " ('quarter', 'one of four equal parts'),\n",
" ('one-quarter', 'one of four equal parts'),\n",
+ " ('one-fourth', 'one of four equal parts'),\n",
" ('twenty-five percent', 'one of four equal parts')]},\n",
" {'answer': 'frank',\n",
" 'hint': 'synonyms for frank',\n",
- " 'clues': [('wiener',\n",
+ " 'clues': [('weenie',\n",
" 'a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll'),\n",
" ('dog',\n",
" 'a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll'),\n",
- " ('hotdog',\n",
+ " ('hot dog',\n",
" 'a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll'),\n",
- " ('weenie',\n",
+ " ('frankfurter',\n",
" 'a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll'),\n",
- " ('wienerwurst',\n",
+ " ('wiener',\n",
" 'a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll'),\n",
- " ('frankfurter',\n",
+ " ('wienerwurst',\n",
" 'a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll')]},\n",
" {'answer': 'front',\n",
" 'hint': 'synonyms for front',\n",
- " 'clues': [('battlefront',\n",
- " 'the line along which opposing armies face each other'),\n",
- " ('front line', 'the line along which opposing armies face each other'),\n",
- " ('forepart', 'the side that is forward or prominent'),\n",
- " ('movement',\n",
+ " 'clues': [('movement',\n",
" 'a group of people with a common ideology who try together to achieve certain general goals'),\n",
+ " ('front end', 'the side that is forward or prominent'),\n",
+ " ('battlefront', 'the line along which opposing armies face each other'),\n",
" ('presence', 'the immediate proximity of someone or something'),\n",
+ " ('front line', 'the line along which opposing armies face each other'),\n",
+ " ('forepart', 'the side that is forward or prominent'),\n",
" ('social movement',\n",
- " 'a group of people with a common ideology who try together to achieve certain general goals'),\n",
- " ('front end', 'the side that is forward or prominent')]},\n",
+ " 'a group of people with a common ideology who try together to achieve certain general goals')]},\n",
" {'answer': 'fucking',\n",
" 'hint': 'synonyms for fucking',\n",
- " 'clues': [('piece of tail', 'slang for sexual intercourse'),\n",
+ " 'clues': [('piece of ass', 'slang for sexual intercourse'),\n",
+ " ('roll in the hay', 'slang for sexual intercourse'),\n",
+ " ('piece of tail', 'slang for sexual intercourse'),\n",
+ " ('shtup', 'slang for sexual intercourse'),\n",
+ " ('screw', 'slang for sexual intercourse'),\n",
" ('nookie', 'slang for sexual intercourse'),\n",
+ " ('ass', 'slang for sexual intercourse'),\n",
" ('nooky', 'slang for sexual intercourse'),\n",
- " ('piece of ass', 'slang for sexual intercourse'),\n",
- " ('screw', 'slang for sexual intercourse'),\n",
- " ('roll in the hay', 'slang for sexual intercourse'),\n",
" ('shag', 'slang for sexual intercourse'),\n",
- " ('ass', 'slang for sexual intercourse'),\n",
- " ('fuck', 'slang for sexual intercourse'),\n",
- " ('shtup', 'slang for sexual intercourse')]},\n",
+ " ('fuck', 'slang for sexual intercourse')]},\n",
" {'answer': 'future',\n",
" 'hint': 'synonyms for future',\n",
- " 'clues': [('futurity', 'the time yet to come'),\n",
+ " 'clues': [('time to come', 'the time yet to come'),\n",
+ " ('futurity', 'the time yet to come'),\n",
" ('hereafter', 'the time yet to come'),\n",
" ('future tense',\n",
- " 'a verb tense that expresses actions or states in the future'),\n",
- " ('time to come', 'the time yet to come')]},\n",
+ " 'a verb tense that expresses actions or states in the future')]},\n",
" {'answer': 'gimcrack',\n",
" 'hint': 'synonyms for gimcrack',\n",
" 'clues': [('trumpery', 'ornamental objects of no great value'),\n",
" ('gimcrackery', 'ornamental objects of no great value'),\n",
" ('nonsense', 'ornamental objects of no great value'),\n",
- " ('falderol', 'ornamental objects of no great value'),\n",
" ('frill', 'ornamental objects of no great value'),\n",
+ " ('falderol', 'ornamental objects of no great value'),\n",
" ('folderal', 'ornamental objects of no great value')]},\n",
" {'answer': 'ginger',\n",
" 'hint': 'synonyms for ginger',\n",
- " 'clues': [('pep', 'liveliness and energy'),\n",
- " ('gingerroot',\n",
+ " 'clues': [('gingerroot',\n",
" 'pungent rhizome of the common ginger plant; used fresh as a seasoning especially in Asian cookery'),\n",
+ " ('pep', 'liveliness and energy'),\n",
" ('peppiness', 'liveliness and energy'),\n",
" ('powdered ginger', 'dried ground gingerroot')]},\n",
" {'answer': 'gleaming',\n",
" 'hint': 'synonyms for gleaming',\n",
- " 'clues': [('glimmer', 'a flash of light (especially reflected light)'),\n",
+ " 'clues': [('lambency', 'an appearance of reflected light'),\n",
+ " ('glimmer', 'a flash of light (especially reflected light)'),\n",
" ('gleam', 'an appearance of reflected light'),\n",
- " ('lambency', 'an appearance of reflected light'),\n",
" ('glow', 'an appearance of reflected light')]},\n",
" {'answer': 'go',\n",
" 'hint': 'synonyms for go',\n",
- " 'clues': [('disco biscuit',\n",
- " 'street names for methylenedioxymethamphetamine'),\n",
- " ('fling', 'a usually brief attempt'),\n",
- " ('crack', 'a usually brief attempt'),\n",
- " ('go game',\n",
- " \"a board game for two players who place counters on a grid; the object is to surround and so capture the opponent's counters\"),\n",
- " ('offer', 'a usually brief attempt'),\n",
- " ('spell',\n",
+ " 'clues': [('turn',\n",
" 'a time for working (after which you will be relieved by someone else)'),\n",
" ('tour',\n",
" 'a time for working (after which you will be relieved by someone else)'),\n",
- " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
- " ('pass', 'a usually brief attempt'),\n",
- " ('turn',\n",
+ " ('spell',\n",
" 'a time for working (after which you will be relieved by someone else)'),\n",
+ " ('go game',\n",
+ " \"a board game for two players who place counters on a grid; the object is to surround and so capture the opponent's counters\"),\n",
" ('whirl', 'a usually brief attempt'),\n",
- " ('hug drug', 'street names for methylenedioxymethamphetamine'),\n",
- " ('ecstasy', 'street names for methylenedioxymethamphetamine')]},\n",
+ " ('pass', 'a usually brief attempt'),\n",
+ " ('disco biscuit', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('ecstasy', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('offer', 'a usually brief attempt'),\n",
+ " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('crack', 'a usually brief attempt'),\n",
+ " ('fling', 'a usually brief attempt'),\n",
+ " ('hug drug', 'street names for methylenedioxymethamphetamine')]},\n",
" {'answer': 'going',\n",
" 'hint': 'synonyms for going',\n",
- " 'clues': [('exit', 'euphemistic expressions for death'),\n",
+ " 'clues': [('departure', 'the act of departing'),\n",
+ " ('loss', 'euphemistic expressions for death'),\n",
" ('passing', 'euphemistic expressions for death'),\n",
" ('sledding', 'advancing toward a goal'),\n",
- " ('leaving', 'the act of departing'),\n",
- " ('loss', 'euphemistic expressions for death'),\n",
- " ('departure', 'the act of departing'),\n",
- " ('expiration', 'euphemistic expressions for death'),\n",
" ('release', 'euphemistic expressions for death'),\n",
+ " ('expiration', 'euphemistic expressions for death'),\n",
+ " ('leaving', 'the act of departing'),\n",
+ " ('exit', 'euphemistic expressions for death'),\n",
" ('going away', 'the act of departing')]},\n",
" {'answer': 'governing',\n",
" 'hint': 'synonyms for governing',\n",
- " 'clues': [('governance', 'the act of governing; exercising authority'),\n",
- " ('government', 'the act of governing; exercising authority'),\n",
- " ('administration', 'the act of governing; exercising authority'),\n",
- " ('government activity', 'the act of governing; exercising authority')]},\n",
+ " 'clues': [('government', 'the act of governing; exercising authority'),\n",
+ " ('government activity', 'the act of governing; exercising authority'),\n",
+ " ('governance', 'the act of governing; exercising authority'),\n",
+ " ('administration', 'the act of governing; exercising authority')]},\n",
" {'answer': 'grand',\n",
" 'hint': 'synonyms for grand',\n",
- " 'clues': [('chiliad',\n",
- " 'the cardinal number that is the product of 10 and 100'),\n",
+ " 'clues': [('grand piano',\n",
+ " 'a piano with the strings on a horizontal harp-shaped frame; usually supported by three legs'),\n",
+ " ('chiliad', 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
" ('yard', 'the cardinal number that is the product of 10 and 100'),\n",
" ('one thousand', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('grand piano',\n",
- " 'a piano with the strings on a horizontal harp-shaped frame; usually supported by three legs'),\n",
" ('thousand', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
" ('1000', 'the cardinal number that is the product of 10 and 100')]},\n",
" {'answer': 'green',\n",
" 'hint': 'synonyms for green',\n",
- " 'clues': [('viridity',\n",
- " 'green color or pigment; resembling the color of growing grass'),\n",
- " ('greenness',\n",
+ " 'clues': [('greenness',\n",
" 'green color or pigment; resembling the color of growing grass'),\n",
- " ('cat valium', 'street names for ketamine'),\n",
+ " ('jet', 'street names for ketamine'),\n",
+ " ('park', 'a piece of open land for recreational use in an urban area'),\n",
+ " ('super acid', 'street names for ketamine'),\n",
" ('putting surface',\n",
" 'an area of closely cropped grass surrounding the hole on a golf course'),\n",
- " ('jet', 'street names for ketamine'),\n",
+ " ('special K', 'street names for ketamine'),\n",
" ('leafy vegetable',\n",
" 'any of various leafy plants or their leaves and stems eaten as vegetables'),\n",
" ('honey oil', 'street names for ketamine'),\n",
- " ('special K', 'street names for ketamine'),\n",
+ " ('viridity',\n",
+ " 'green color or pigment; resembling the color of growing grass'),\n",
" ('commons', 'a piece of open land for recreational use in an urban area'),\n",
- " ('park', 'a piece of open land for recreational use in an urban area'),\n",
- " ('putting green',\n",
- " 'an area of closely cropped grass surrounding the hole on a golf course'),\n",
+ " ('super C', 'street names for ketamine'),\n",
+ " ('cat valium', 'street names for ketamine'),\n",
" ('greens',\n",
" 'any of various leafy plants or their leaves and stems eaten as vegetables'),\n",
- " ('super C', 'street names for ketamine'),\n",
- " ('super acid', 'street names for ketamine')]},\n",
+ " ('putting green',\n",
+ " 'an area of closely cropped grass surrounding the hole on a golf course')]},\n",
" {'answer': 'growing',\n",
" 'hint': 'synonyms for growing',\n",
- " 'clues': [('growth',\n",
- " '(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level'),\n",
- " ('ontogeny',\n",
+ " 'clues': [('development',\n",
" '(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level'),\n",
" ('ontogenesis',\n",
" '(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level'),\n",
- " ('development',\n",
+ " ('ontogeny',\n",
" '(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level'),\n",
" ('maturation',\n",
+ " '(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level'),\n",
+ " ('growth',\n",
" '(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level')]},\n",
" {'answer': 'grumbling',\n",
" 'hint': 'synonyms for grumbling',\n",
- " 'clues': [('mutter', 'a complaint uttered in a low and indistinct tone'),\n",
- " ('grumble', 'a loud low dull continuous noise'),\n",
+ " 'clues': [('rumble', 'a loud low dull continuous noise'),\n",
" ('murmuring', 'a complaint uttered in a low and indistinct tone'),\n",
+ " ('mutter', 'a complaint uttered in a low and indistinct tone'),\n",
" ('rumbling', 'a loud low dull continuous noise')]},\n",
" {'answer': 'handless',\n",
" 'hint': 'synonyms for handless',\n",
@@ -25824,134 +25847,134 @@
" 'the appendage to an object that is designed to be held in order to use or move it')]},\n",
" {'answer': 'hearing',\n",
" 'hint': 'synonyms for hearing',\n",
- " 'clues': [('auditory sense', 'the ability to hear; the auditory faculty'),\n",
- " ('sense of hearing', 'the ability to hear; the auditory faculty'),\n",
+ " 'clues': [('listening', 'the act of hearing attentively'),\n",
" ('earreach', 'the range within which a voice can be heard'),\n",
- " ('auditory modality', 'the ability to hear; the auditory faculty'),\n",
+ " ('auditory sense', 'the ability to hear; the auditory faculty'),\n",
" ('audition', 'the ability to hear; the auditory faculty'),\n",
- " ('listening', 'the act of hearing attentively'),\n",
- " ('earshot', 'the range within which a voice can be heard')]},\n",
+ " ('earshot', 'the range within which a voice can be heard'),\n",
+ " ('sense of hearing', 'the ability to hear; the auditory faculty'),\n",
+ " ('auditory modality', 'the ability to hear; the auditory faculty')]},\n",
" {'answer': 'high',\n",
" 'hint': 'synonyms for high',\n",
- " 'clues': [('high gear',\n",
- " 'a forward gear with a gear ratio that gives the greatest vehicle velocity for a given engine speed'),\n",
- " ('heights', 'a high place'),\n",
+ " 'clues': [('senior high school',\n",
+ " 'a public secondary school usually including grades 9 through 12'),\n",
" ('senior high',\n",
" 'a public secondary school usually including grades 9 through 12'),\n",
- " ('high school',\n",
+ " ('highschool',\n",
" 'a public secondary school usually including grades 9 through 12'),\n",
- " ('senior high school',\n",
- " 'a public secondary school usually including grades 9 through 12')]},\n",
+ " ('high gear',\n",
+ " 'a forward gear with a gear ratio that gives the greatest vehicle velocity for a given engine speed'),\n",
+ " ('heights', 'a high place')]},\n",
" {'answer': 'home',\n",
" 'hint': 'synonyms for home',\n",
- " 'clues': [('domicile', 'housing that someone is living in'),\n",
+ " 'clues': [('dwelling', 'housing that someone is living in'),\n",
" ('home plate',\n",
" '(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score'),\n",
" ('place', 'where you live at a particular time'),\n",
- " ('habitation', 'housing that someone is living in'),\n",
- " ('dwelling', 'housing that someone is living in'),\n",
- " ('abode', 'housing that someone is living in'),\n",
- " ('family', 'a social unit living together'),\n",
+ " ('dwelling house', 'housing that someone is living in'),\n",
" ('home base',\n",
" '(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score'),\n",
" ('house', 'a social unit living together'),\n",
+ " ('menage', 'a social unit living together'),\n",
+ " ('domicile', 'housing that someone is living in'),\n",
+ " ('abode', 'housing that someone is living in'),\n",
" ('nursing home', 'an institution where people are cared for'),\n",
+ " ('habitation', 'housing that someone is living in'),\n",
" ('household', 'a social unit living together'),\n",
+ " ('family', 'a social unit living together'),\n",
" ('plate',\n",
" '(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score'),\n",
- " ('dwelling house', 'housing that someone is living in'),\n",
- " ('rest home', 'an institution where people are cared for'),\n",
- " ('menage', 'a social unit living together'),\n",
" ('base',\n",
- " 'the place where you are stationed and from which missions start and end')]},\n",
+ " 'the place where you are stationed and from which missions start and end'),\n",
+ " ('rest home', 'an institution where people are cared for')]},\n",
" {'answer': 'hurt',\n",
" 'hint': 'synonyms for hurt',\n",
" 'clues': [('suffering', 'psychological suffering'),\n",
+ " ('harm', 'the act of damaging something or someone'),\n",
+ " ('detriment', 'a damage or loss'),\n",
" ('distress', 'psychological suffering'),\n",
- " ('damage', 'the act of damaging something or someone'),\n",
" ('scathe', 'the act of damaging something or someone'),\n",
- " ('harm', 'the act of damaging something or someone'),\n",
- " ('detriment', 'a damage or loss')]},\n",
+ " ('damage', 'the act of damaging something or someone')]},\n",
" {'answer': 'i',\n",
" 'hint': 'synonyms for i',\n",
- " 'clues': [('atomic number 53',\n",
+ " 'clues': [('ace',\n",
+ " 'the smallest whole number or a numeral representing this number'),\n",
+ " ('iodin',\n",
" 'a nonmetallic element belonging to the halogens; used especially in medicine and photography and in dyes; occurs naturally only in combination in small quantities (as in sea water or rocks)'),\n",
- " ('iodine',\n",
+ " ('atomic number 53',\n",
" 'a nonmetallic element belonging to the halogens; used especially in medicine and photography and in dyes; occurs naturally only in combination in small quantities (as in sea water or rocks)'),\n",
" ('single',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
" ('1', 'the smallest whole number or a numeral representing this number'),\n",
- " ('ace',\n",
- " 'the smallest whole number or a numeral representing this number'),\n",
" ('one',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
" ('unity',\n",
" 'the smallest whole number or a numeral representing this number')]},\n",
" {'answer': 'iii',\n",
" 'hint': 'synonyms for iii',\n",
- " 'clues': [('ternary',\n",
+ " 'clues': [('threesome',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
- " ('ternion', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('3', 'the cardinal number that is the sum of one and one and one'),\n",
" ('troika', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('three', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('threesome',\n",
- " 'the cardinal number that is the sum of one and one and one'),\n",
" ('trey', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tercet', 'the cardinal number that is the sum of one and one and one'),\n",
" ('deuce-ace',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
" ('triad', 'the cardinal number that is the sum of one and one and one'),\n",
" ('terzetto',\n",
+ " 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('three', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('ternary', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('3', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('ternion', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tercet',\n",
" 'the cardinal number that is the sum of one and one and one')]},\n",
" {'answer': 'immunosuppressive',\n",
" 'hint': 'synonyms for immunosuppressive',\n",
- " 'clues': [('immune suppressant drug',\n",
+ " 'clues': [('immunosuppressive drug',\n",
" \"a drug that lowers the body's normal immune response\"),\n",
" ('immunosuppressant',\n",
" \"a drug that lowers the body's normal immune response\"),\n",
" ('immunosuppressor',\n",
" \"a drug that lowers the body's normal immune response\"),\n",
- " ('immunosuppressive drug',\n",
+ " ('immune suppressant drug',\n",
" \"a drug that lowers the body's normal immune response\")]},\n",
" {'answer': 'imperfect',\n",
" 'hint': 'synonyms for imperfect',\n",
" 'clues': [('imperfect tense',\n",
" 'a tense of verbs used in describing action that is on-going'),\n",
+ " ('progressive tense',\n",
+ " 'a tense of verbs used in describing action that is on-going'),\n",
" ('progressive',\n",
" 'a tense of verbs used in describing action that is on-going'),\n",
" ('continuous tense',\n",
- " 'a tense of verbs used in describing action that is on-going'),\n",
- " ('progressive tense',\n",
" 'a tense of verbs used in describing action that is on-going')]},\n",
" {'answer': 'incoming',\n",
" 'hint': 'synonyms for incoming',\n",
- " 'clues': [('entering', 'the act of entering'),\n",
- " ('entry', 'the act of entering'),\n",
+ " 'clues': [('entry', 'the act of entering'),\n",
" ('ingress', 'the act of entering'),\n",
- " ('entrance', 'the act of entering')]},\n",
+ " ('entrance', 'the act of entering'),\n",
+ " ('entering', 'the act of entering')]},\n",
" {'answer': 'indicative',\n",
" 'hint': 'synonyms for indicative',\n",
- " 'clues': [('indicative mood',\n",
+ " 'clues': [('declarative mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
- " ('declarative',\n",
+ " ('indicative mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
" ('fact mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
" ('common mood',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact'),\n",
- " ('declarative mood',\n",
+ " ('declarative',\n",
" 'a mood (grammatically unmarked) that represents the act or state as an objective fact')]},\n",
" {'answer': 'individual',\n",
" 'hint': 'synonyms for individual',\n",
- " 'clues': [('somebody', 'a human being'),\n",
- " ('person', 'a human being'),\n",
+ " 'clues': [('person', 'a human being'),\n",
+ " ('somebody', 'a human being'),\n",
" ('someone', 'a human being'),\n",
" ('soul', 'a human being'),\n",
" ('mortal', 'a human being')]},\n",
@@ -25959,1585 +25982,1596 @@
" 'hint': 'synonyms for infrared',\n",
" 'clues': [('infrared light',\n",
" 'electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves'),\n",
- " ('infrared radiation',\n",
- " 'electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves'),\n",
" ('infrared frequency',\n",
" 'the infrared region of the electromagnetic spectrum; electromagnetic wave frequencies below the visible range'),\n",
" ('infrared emission',\n",
+ " 'electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves'),\n",
+ " ('infrared radiation',\n",
" 'electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves')]},\n",
" {'answer': 'initiative',\n",
" 'hint': 'synonyms for initiative',\n",
- " 'clues': [('go-ahead', 'readiness to embark on bold new ventures'),\n",
+ " 'clues': [('enterprisingness', 'readiness to embark on bold new ventures'),\n",
" ('enterprise', 'readiness to embark on bold new ventures'),\n",
- " ('first step', 'the first of a series of actions'),\n",
" ('opening', 'the first of a series of actions'),\n",
- " ('enterprisingness', 'readiness to embark on bold new ventures'),\n",
- " ('opening move', 'the first of a series of actions')]},\n",
+ " ('go-ahead', 'readiness to embark on bold new ventures'),\n",
+ " ('opening move', 'the first of a series of actions'),\n",
+ " ('first step', 'the first of a series of actions')]},\n",
" {'answer': 'instant',\n",
" 'hint': 'synonyms for instant',\n",
- " 'clues': [('split second',\n",
- " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('minute', 'a particular point in time'),\n",
- " ('flash',\n",
+ " 'clues': [('flash',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('moment', 'a particular point in time'),\n",
- " ('blink of an eye',\n",
+ " ('jiffy',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('trice',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('jiffy',\n",
+ " ('split second',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('twinkling',\n",
+ " ('blink of an eye',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('wink',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
+ " ('twinkling',\n",
+ " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
+ " ('moment', 'a particular point in time'),\n",
" ('second', 'a particular point in time'),\n",
+ " ('minute', 'a particular point in time'),\n",
" ('heartbeat',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)')]},\n",
" {'answer': 'intent',\n",
" 'hint': 'synonyms for intent',\n",
" 'clues': [('spirit', 'the intended meaning of a communication'),\n",
- " ('purpose',\n",
- " 'an anticipated outcome that is intended or that guides your planned actions'),\n",
+ " ('purport', 'the intended meaning of a communication'),\n",
" ('aim',\n",
" 'an anticipated outcome that is intended or that guides your planned actions'),\n",
" ('intention',\n",
" 'an anticipated outcome that is intended or that guides your planned actions'),\n",
" ('design',\n",
" 'an anticipated outcome that is intended or that guides your planned actions'),\n",
- " ('purport', 'the intended meaning of a communication')]},\n",
+ " ('purpose',\n",
+ " 'an anticipated outcome that is intended or that guides your planned actions')]},\n",
" {'answer': 'interrogative',\n",
" 'hint': 'synonyms for interrogative',\n",
" 'clues': [('interrogation', 'a sentence of inquiry that asks for a reply'),\n",
- " ('interrogative sentence', 'a sentence of inquiry that asks for a reply'),\n",
" ('question', 'a sentence of inquiry that asks for a reply'),\n",
+ " ('interrogative sentence', 'a sentence of inquiry that asks for a reply'),\n",
" ('interrogative mood',\n",
" 'some linguists consider interrogative sentences to constitute a mood')]},\n",
" {'answer': 'intoxicant',\n",
" 'hint': 'synonyms for intoxicant',\n",
- " 'clues': [('alcoholic drink',\n",
- " 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('alcoholic beverage',\n",
+ " 'clues': [('inebriant',\n",
" 'a liquor or brew containing alcohol as the active agent'),\n",
" ('alcohol', 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('inebriant',\n",
+ " ('alcoholic drink',\n",
+ " 'a liquor or brew containing alcohol as the active agent'),\n",
+ " ('alcoholic beverage',\n",
" 'a liquor or brew containing alcohol as the active agent')]},\n",
" {'answer': 'iv',\n",
" 'hint': 'synonyms for iv',\n",
- " 'clues': [('tetrad',\n",
+ " 'clues': [('quatern',\n",
" 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
- " ('intravenous feeding', 'administration of nutrients through a vein'),\n",
" ('quartet', 'the cardinal number that is the sum of three and one'),\n",
- " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternity', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
+ " ('tetrad', 'the cardinal number that is the sum of three and one'),\n",
" ('four', 'the cardinal number that is the sum of three and one'),\n",
" ('4', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quadruplet', 'the cardinal number that is the sum of three and one'),\n",
+ " ('intravenous feeding', 'administration of nutrients through a vein'),\n",
+ " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
" ('quaternary', 'the cardinal number that is the sum of three and one'),\n",
- " ('quatern', 'the cardinal number that is the sum of three and one'),\n",
- " ('quadruplet', 'the cardinal number that is the sum of three and one')]},\n",
+ " ('quaternity', 'the cardinal number that is the sum of three and one')]},\n",
" {'answer': 'jet',\n",
" 'hint': 'synonyms for jet',\n",
- " 'clues': [('blue jet',\n",
- " 'atmospheric discharges (lasting 10 msec) bursting from the tops of giant storm clouds in blue cones that widen as they flash upward'),\n",
- " ('cat valium', 'street names for ketamine'),\n",
- " ('reverse lightning',\n",
+ " 'clues': [('squirt',\n",
+ " 'the occurrence of a sudden discharge (as of liquid)'),\n",
+ " ('blue jet',\n",
" 'atmospheric discharges (lasting 10 msec) bursting from the tops of giant storm clouds in blue cones that widen as they flash upward'),\n",
+ " ('super acid', 'street names for ketamine'),\n",
" ('spurt', 'the occurrence of a sudden discharge (as of liquid)'),\n",
- " ('jet-propelled plane', 'an airplane powered by one or more jet engines'),\n",
- " ('fountain', 'an artificially produced flow of water'),\n",
- " ('squirt', 'the occurrence of a sudden discharge (as of liquid)'),\n",
- " ('honey oil', 'street names for ketamine'),\n",
- " ('special K', 'street names for ketamine'),\n",
" ('green', 'street names for ketamine'),\n",
- " ('super C', 'street names for ketamine'),\n",
+ " ('special K', 'street names for ketamine'),\n",
+ " ('honey oil', 'street names for ketamine'),\n",
+ " ('cat valium', 'street names for ketamine'),\n",
+ " ('fountain', 'an artificially produced flow of water'),\n",
" ('jet plane', 'an airplane powered by one or more jet engines'),\n",
+ " ('reverse lightning',\n",
+ " 'atmospheric discharges (lasting 10 msec) bursting from the tops of giant storm clouds in blue cones that widen as they flash upward'),\n",
" ('spirt', 'the occurrence of a sudden discharge (as of liquid)'),\n",
- " ('super acid', 'street names for ketamine')]},\n",
+ " ('super C', 'street names for ketamine'),\n",
+ " ('jet-propelled plane',\n",
+ " 'an airplane powered by one or more jet engines')]},\n",
" {'answer': 'joint',\n",
" 'hint': 'synonyms for joint',\n",
" 'clues': [('join',\n",
" 'the shape or manner in which things come together and a connection is made'),\n",
- " ('stick', 'marijuana leaves rolled into a cigarette for smoking'),\n",
- " ('roast',\n",
- " 'a piece of meat roasted or for roasting and of a size for slicing into more than one portion'),\n",
- " ('juncture',\n",
+ " ('articulation',\n",
" 'the shape or manner in which things come together and a connection is made'),\n",
+ " ('stick', 'marijuana leaves rolled into a cigarette for smoking'),\n",
" ('junction',\n",
" 'the shape or manner in which things come together and a connection is made'),\n",
- " ('articulation',\n",
+ " ('juncture',\n",
" 'the shape or manner in which things come together and a connection is made'),\n",
+ " ('reefer', 'marijuana leaves rolled into a cigarette for smoking'),\n",
+ " ('roast',\n",
+ " 'a piece of meat roasted or for roasting and of a size for slicing into more than one portion'),\n",
" ('marijuana cigarette',\n",
" 'marijuana leaves rolled into a cigarette for smoking'),\n",
- " ('reefer', 'marijuana leaves rolled into a cigarette for smoking'),\n",
" ('spliff', 'marijuana leaves rolled into a cigarette for smoking')]},\n",
" {'answer': 'k',\n",
" 'hint': 'synonyms for k',\n",
- " 'clues': [('chiliad',\n",
- " 'the cardinal number that is the product of 10 and 100'),\n",
- " ('atomic number 19',\n",
- " 'a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite'),\n",
- " ('kibibyte', 'a unit of information equal to 1024 bytes'),\n",
+ " 'clues': [('kilobyte', 'a unit of information equal to 1000 bytes'),\n",
" ('jet', 'street names for ketamine'),\n",
- " ('kilobyte', 'a unit of information equal to 1000 bytes'),\n",
- " ('honey oil', 'street names for ketamine'),\n",
+ " ('kibibyte', 'a unit of information equal to 1024 bytes'),\n",
+ " ('green', 'street names for ketamine'),\n",
" ('special K', 'street names for ketamine'),\n",
- " ('yard', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('one thousand', 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('chiliad', 'the cardinal number that is the product of 10 and 100'),\n",
" ('potassium',\n",
" 'a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite'),\n",
+ " ('cat valium', 'street names for ketamine'),\n",
" ('kelvin',\n",
" \"the basic unit of thermodynamic temperature adopted under the Systeme International d'Unites\"),\n",
- " ('1000', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('green', 'street names for ketamine'),\n",
- " ('kB', 'a unit of information equal to 1000 bytes'),\n",
- " ('cat valium', 'street names for ketamine'),\n",
+ " ('kB', 'a unit of information equal to 1024 bytes'),\n",
+ " ('super acid', 'street names for ketamine'),\n",
+ " ('one thousand', 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('honey oil', 'street names for ketamine'),\n",
+ " ('atomic number 19',\n",
+ " 'a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite'),\n",
+ " ('yard', 'the cardinal number that is the product of 10 and 100'),\n",
" ('grand', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
" ('super C', 'street names for ketamine'),\n",
" ('thousand', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('super acid', 'street names for ketamine')]},\n",
+ " ('1000', 'the cardinal number that is the product of 10 and 100')]},\n",
" {'answer': 'key',\n",
" 'hint': 'synonyms for key',\n",
- " 'clues': [('cay', 'a coral reef off the southern coast of Florida'),\n",
- " ('keystone', 'the central building block at the top of an arch or vault'),\n",
- " ('tonality',\n",
- " 'any of 24 major or minor diatonic scales that provide the tonal framework for a piece of music'),\n",
+ " 'clues': [('keystone',\n",
+ " 'the central building block at the top of an arch or vault'),\n",
" ('winder',\n",
" 'mechanical device used to wind another device that is driven by a spring (as a clock)'),\n",
+ " ('tonality',\n",
+ " 'any of 24 major or minor diatonic scales that provide the tonal framework for a piece of music'),\n",
+ " ('cay', 'a coral reef off the southern coast of Florida'),\n",
" ('headstone',\n",
" 'the central building block at the top of an arch or vault'),\n",
" ('paint',\n",
" '(basketball) a space (including the foul line) in front of the basket at each end of a basketball court; usually painted a different color from the rest of the court')]},\n",
" {'answer': 'killing',\n",
" 'hint': 'synonyms for killing',\n",
- " 'clues': [('violent death', 'an event that causes someone to die'),\n",
- " ('cleanup', 'a very large profit'),\n",
- " ('putting to death', 'the act of terminating a life'),\n",
- " ('kill', 'the act of terminating a life')]},\n",
+ " 'clues': [('putting to death', 'the act of terminating a life'),\n",
+ " ('violent death', 'an event that causes someone to die'),\n",
+ " ('kill', 'the act of terminating a life'),\n",
+ " ('cleanup', 'a very large profit')]},\n",
" {'answer': 'kin',\n",
" 'hint': 'synonyms for kin',\n",
- " 'clues': [('kin group', 'group of people related by blood or marriage'),\n",
+ " 'clues': [('kinship group',\n",
+ " 'group of people related by blood or marriage'),\n",
" ('tribe', 'group of people related by blood or marriage'),\n",
- " ('clan', 'group of people related by blood or marriage'),\n",
- " ('kinship group', 'group of people related by blood or marriage'),\n",
- " ('kindred', 'group of people related by blood or marriage')]},\n",
+ " ('kin group', 'group of people related by blood or marriage'),\n",
+ " ('kindred', 'group of people related by blood or marriage'),\n",
+ " ('clan', 'group of people related by blood or marriage')]},\n",
" {'answer': 'kindred',\n",
" 'hint': 'synonyms for kindred',\n",
" 'clues': [('kin', 'group of people related by blood or marriage'),\n",
- " ('kin group', 'group of people related by blood or marriage'),\n",
+ " ('kinship group', 'group of people related by blood or marriage'),\n",
" ('tribe', 'group of people related by blood or marriage'),\n",
- " ('clan', 'group of people related by blood or marriage'),\n",
- " ('kinship group', 'group of people related by blood or marriage')]},\n",
+ " ('kin group', 'group of people related by blood or marriage'),\n",
+ " ('clan', 'group of people related by blood or marriage')]},\n",
" {'answer': 'l',\n",
" 'hint': 'synonyms for l',\n",
- " 'clues': [('liter',\n",
+ " 'clues': [('cubic decimetre',\n",
+ " 'a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)'),\n",
+ " ('liter',\n",
" 'a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)'),\n",
" ('fifty', 'the cardinal number that is the product of ten and five'),\n",
- " ('lambert',\n",
- " 'a cgs unit of illumination equal to the brightness of a perfectly diffusing surface that emits or reflects one lumen per square centimeter'),\n",
" ('litre',\n",
" 'a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)'),\n",
- " ('cubic decimeter',\n",
- " 'a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)'),\n",
+ " ('lambert',\n",
+ " 'a cgs unit of illumination equal to the brightness of a perfectly diffusing surface that emits or reflects one lumen per square centimeter'),\n",
" ('50', 'the cardinal number that is the product of ten and five')]},\n",
" {'answer': 'lashing',\n",
" 'hint': 'synonyms for lashing',\n",
- " 'clues': [('tanning',\n",
- " 'beating with a whip or strap or rope as a form of punishment'),\n",
- " ('flagellation',\n",
+ " 'clues': [('flagellation',\n",
" 'beating with a whip or strap or rope as a form of punishment'),\n",
- " ('whipping',\n",
+ " ('tanning',\n",
" 'beating with a whip or strap or rope as a form of punishment'),\n",
" ('flogging',\n",
+ " 'beating with a whip or strap or rope as a form of punishment'),\n",
+ " ('whipping',\n",
" 'beating with a whip or strap or rope as a form of punishment')]},\n",
" {'answer': 'last',\n",
" 'hint': 'synonyms for last',\n",
" 'clues': [('final stage',\n",
" 'the concluding parts of an event or occurrence'),\n",
- " ('stopping point', 'the temporal end; the concluding time'),\n",
- " ('finale', 'the temporal end; the concluding time'),\n",
- " ('finis', 'the temporal end; the concluding time'),\n",
" ('close', 'the temporal end; the concluding time'),\n",
" (\"cobbler's last\",\n",
" 'holding device shaped like a human foot that is used to fashion or repair shoes'),\n",
+ " ('finis', 'the temporal end; the concluding time'),\n",
" ('death', 'the time at which life ends; continuing until dead'),\n",
- " ('end', 'the concluding parts of an event or occurrence'),\n",
- " ('conclusion', 'the temporal end; the concluding time'),\n",
+ " ('stopping point', 'the temporal end; the concluding time'),\n",
+ " ('finale', 'the temporal end; the concluding time'),\n",
" (\"shoemaker's last\",\n",
- " 'holding device shaped like a human foot that is used to fashion or repair shoes')]},\n",
+ " 'holding device shaped like a human foot that is used to fashion or repair shoes'),\n",
+ " ('conclusion', 'the temporal end; the concluding time'),\n",
+ " ('end', 'the concluding parts of an event or occurrence')]},\n",
" {'answer': 'lean',\n",
" 'hint': 'synonyms for lean',\n",
- " 'clues': [('tilt',\n",
+ " 'clues': [('list',\n",
" 'the property possessed by a line or surface that departs from the vertical'),\n",
" ('leaning',\n",
" 'the property possessed by a line or surface that departs from the vertical'),\n",
- " ('inclination',\n",
+ " ('tilt',\n",
" 'the property possessed by a line or surface that departs from the vertical'),\n",
- " ('list',\n",
+ " ('inclination',\n",
" 'the property possessed by a line or surface that departs from the vertical')]},\n",
" {'answer': 'leaning',\n",
" 'hint': 'synonyms for leaning',\n",
- " 'clues': [('proclivity', 'a natural inclination'),\n",
- " ('propensity', 'an inclination to do something'),\n",
- " ('tilt',\n",
- " 'the property possessed by a line or surface that departs from the vertical'),\n",
- " ('lean',\n",
- " 'the property possessed by a line or surface that departs from the vertical'),\n",
+ " 'clues': [('tendency', 'an inclination to do something'),\n",
" ('list',\n",
" 'the property possessed by a line or surface that departs from the vertical'),\n",
" ('inclination',\n",
" 'the property possessed by a line or surface that departs from the vertical'),\n",
- " ('tendency', 'an inclination to do something')]},\n",
+ " ('lean',\n",
+ " 'the property possessed by a line or surface that departs from the vertical'),\n",
+ " ('propensity', 'an inclination to do something'),\n",
+ " ('tilt',\n",
+ " 'the property possessed by a line or surface that departs from the vertical'),\n",
+ " ('proclivity', 'a natural inclination')]},\n",
" {'answer': 'level',\n",
" 'hint': 'synonyms for level',\n",
- " 'clues': [('story',\n",
- " 'a structure consisting of a room or set of rooms at a single position along a vertical scale'),\n",
+ " 'clues': [('degree',\n",
+ " 'a position on a scale of intensity or amount or quality'),\n",
" ('horizontal surface', 'a flat surface at right angles to a plumb line'),\n",
+ " ('stratum', 'an abstract place usually conceived as having depth'),\n",
" ('grade', 'a position on a scale of intensity or amount or quality'),\n",
+ " ('storey',\n",
+ " 'a structure consisting of a room or set of rooms at a single position along a vertical scale'),\n",
" ('layer', 'an abstract place usually conceived as having depth'),\n",
" ('spirit level',\n",
" 'indicator that establishes the horizontal when a bubble is centered in a tube of liquid'),\n",
" ('floor',\n",
- " 'a structure consisting of a room or set of rooms at a single position along a vertical scale'),\n",
- " ('stratum', 'an abstract place usually conceived as having depth'),\n",
- " ('degree', 'a position on a scale of intensity or amount or quality')]},\n",
+ " 'a structure consisting of a room or set of rooms at a single position along a vertical scale')]},\n",
" {'answer': 'light',\n",
" 'hint': 'synonyms for light',\n",
- " 'clues': [('twinkle',\n",
+ " 'clues': [('ignitor',\n",
+ " 'a device for lighting or igniting fuel or charges or fires'),\n",
+ " ('sparkle',\n",
+ " 'merriment expressed by a brightness or gleam or animation of countenance'),\n",
+ " ('twinkle',\n",
" 'merriment expressed by a brightness or gleam or animation of countenance'),\n",
- " ('visible light',\n",
- " '(physics) electromagnetic radiation that can produce a visual sensation'),\n",
" ('brightness',\n",
" 'the quality of being luminous; emitting or reflecting light'),\n",
- " ('igniter', 'a device for lighting or igniting fuel or charges or fires'),\n",
- " ('visible radiation',\n",
- " '(physics) electromagnetic radiation that can produce a visual sensation'),\n",
- " ('luminousness',\n",
- " 'the quality of being luminous; emitting or reflecting light'),\n",
+ " ('light source', 'any device serving as a source of illumination'),\n",
" ('spark',\n",
" 'merriment expressed by a brightness or gleam or animation of countenance'),\n",
" ('brightness level',\n",
" 'the quality of being luminous; emitting or reflecting light'),\n",
- " ('lighter', 'a device for lighting or igniting fuel or charges or fires'),\n",
- " ('light source', 'any device serving as a source of illumination'),\n",
+ " ('visible radiation',\n",
+ " '(physics) electromagnetic radiation that can produce a visual sensation'),\n",
" ('lightness',\n",
" 'the visual effect of illumination on objects or scenes as created in pictures'),\n",
+ " ('visible light',\n",
+ " '(physics) electromagnetic radiation that can produce a visual sensation'),\n",
+ " ('lighter', 'a device for lighting or igniting fuel or charges or fires'),\n",
+ " ('luminance',\n",
+ " 'the quality of being luminous; emitting or reflecting light'),\n",
" ('luminosity',\n",
" 'the quality of being luminous; emitting or reflecting light'),\n",
- " ('sparkle',\n",
- " 'merriment expressed by a brightness or gleam or animation of countenance'),\n",
- " ('luminance',\n",
+ " ('luminousness',\n",
" 'the quality of being luminous; emitting or reflecting light')]},\n",
" {'answer': 'literal',\n",
" 'hint': 'synonyms for literal',\n",
- " 'clues': [('misprint',\n",
+ " 'clues': [('typographical error',\n",
" 'a mistake in printed matter resulting from mechanical failures of some kind'),\n",
- " ('erratum',\n",
+ " ('typo',\n",
" 'a mistake in printed matter resulting from mechanical failures of some kind'),\n",
" ('literal error',\n",
" 'a mistake in printed matter resulting from mechanical failures of some kind'),\n",
- " ('typo',\n",
+ " ('misprint',\n",
" 'a mistake in printed matter resulting from mechanical failures of some kind'),\n",
- " ('typographical error',\n",
+ " ('erratum',\n",
" 'a mistake in printed matter resulting from mechanical failures of some kind')]},\n",
" {'answer': 'living',\n",
" 'hint': 'synonyms for living',\n",
- " 'clues': [('life',\n",
- " 'the experience of being alive; the course of human events and activities'),\n",
- " ('sustenance', 'the financial means whereby one lives'),\n",
+ " 'clues': [('keep', 'the financial means whereby one lives'),\n",
+ " ('livelihood', 'the financial means whereby one lives'),\n",
" ('bread and butter', 'the financial means whereby one lives'),\n",
- " ('keep', 'the financial means whereby one lives'),\n",
" ('support', 'the financial means whereby one lives'),\n",
- " ('livelihood', 'the financial means whereby one lives')]},\n",
+ " ('sustenance', 'the financial means whereby one lives'),\n",
+ " ('life',\n",
+ " 'the experience of being alive; the course of human events and activities')]},\n",
" {'answer': 'm',\n",
" 'hint': 'synonyms for m',\n",
- " 'clues': [('chiliad',\n",
- " 'the cardinal number that is the product of 10 and 100'),\n",
- " ('meter',\n",
- " \"the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)\"),\n",
- " ('grand', 'the cardinal number that is the product of 10 and 100'),\n",
+ " 'clues': [('megabyte',\n",
+ " 'a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes'),\n",
+ " ('one thousand', 'the cardinal number that is the product of 10 and 100'),\n",
" ('molar concentration',\n",
" 'concentration measured by the number of moles of solute per liter of solution'),\n",
+ " ('metre',\n",
+ " \"the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)\"),\n",
+ " ('chiliad', 'the cardinal number that is the product of 10 and 100'),\n",
" ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('megabyte',\n",
- " 'a unit of information equal to 1000 kilobytes or 10^6 (1,000,000) bytes'),\n",
- " ('molarity',\n",
- " 'concentration measured by the number of moles of solute per liter of solution'),\n",
" ('yard', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('metre',\n",
+ " ('meter',\n",
" \"the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)\"),\n",
- " ('one thousand', 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('grand', 'the cardinal number that is the product of 10 and 100'),\n",
" ('mebibyte',\n",
" 'a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes'),\n",
+ " ('thousand', 'the cardinal number that is the product of 10 and 100'),\n",
" ('1000', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('thousand', 'the cardinal number that is the product of 10 and 100')]},\n",
+ " ('molarity',\n",
+ " 'concentration measured by the number of moles of solute per liter of solution')]},\n",
" {'answer': 'magic',\n",
" 'hint': 'synonyms for magic',\n",
- " 'clues': [('deception',\n",
+ " 'clues': [('illusion',\n",
" 'an illusory feat; considered magical by naive observers'),\n",
- " ('trick', 'an illusory feat; considered magical by naive observers'),\n",
+ " ('deception', 'an illusory feat; considered magical by naive observers'),\n",
" ('legerdemain',\n",
" 'an illusory feat; considered magical by naive observers'),\n",
- " ('illusion', 'an illusory feat; considered magical by naive observers'),\n",
+ " ('conjuration',\n",
+ " 'an illusory feat; considered magical by naive observers'),\n",
" ('magic trick',\n",
" 'an illusory feat; considered magical by naive observers'),\n",
+ " ('thaumaturgy',\n",
+ " 'an illusory feat; considered magical by naive observers'),\n",
" ('conjuring trick',\n",
" 'an illusory feat; considered magical by naive observers'),\n",
- " ('thaumaturgy', 'any art that invokes supernatural powers'),\n",
- " ('conjuration',\n",
- " 'an illusory feat; considered magical by naive observers')]},\n",
+ " ('trick', 'an illusory feat; considered magical by naive observers')]},\n",
" {'answer': 'majuscule',\n",
" 'hint': 'synonyms for majuscule',\n",
" 'clues': [('capital',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
- " ('capital letter',\n",
- " 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
" ('uppercase',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
" ('upper-case letter',\n",
+ " 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
+ " ('capital letter',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis')]},\n",
" {'answer': 'mass',\n",
" 'hint': 'synonyms for mass',\n",
- " 'clues': [('pile',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " 'clues': [('multitude', 'the common people generally'),\n",
+ " ('people', 'the common people generally'),\n",
+ " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('peck', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('flock', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('good deal',\n",
+ " ('quite a little',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('volume', 'the property of something that is great in magnitude'),\n",
+ " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('bulk', 'the property of something that is great in magnitude'),\n",
+ " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('batch', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mountain',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('great deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('stack', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('multitude', 'the common people generally'),\n",
- " ('hoi polloi', 'the common people generally'),\n",
- " ('people', 'the common people generally'),\n",
- " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('quite a little',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('stack', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('masses', 'the common people generally'),\n",
- " ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('tidy sum',\n",
+ " ('pile', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('the great unwashed', 'the common people generally'),\n",
+ " ('great deal',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('bulk', 'the property of something that is great in magnitude'),\n",
+ " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('volume', 'the property of something that is great in magnitude'),\n",
+ " ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('lot', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('raft', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('the great unwashed', 'the common people generally'),\n",
- " ('peck', \"(often followed by `of') a large number or amount or extent\")]},\n",
+ " ('hoi polloi', 'the common people generally'),\n",
+ " ('tidy sum',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('masses', 'the common people generally'),\n",
+ " ('good deal',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mountain',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('raft', \"(often followed by `of') a large number or amount or extent\")]},\n",
" {'answer': 'master',\n",
" 'hint': 'synonyms for master',\n",
- " 'clues': [('original',\n",
+ " 'clues': [('master copy',\n",
" 'an original creation (i.e., an audio recording) from which copies can be made'),\n",
- " ('master copy',\n",
- " 'an original creation (i.e., an audio recording) from which copies can be made'),\n",
- " ('passkey', 'key that secures entrance everywhere'),\n",
" ('passe-partout', 'key that secures entrance everywhere'),\n",
- " ('master key', 'key that secures entrance everywhere')]},\n",
+ " ('original',\n",
+ " 'an original creation (i.e., an audio recording) from which copies can be made'),\n",
+ " ('master key', 'key that secures entrance everywhere'),\n",
+ " ('passkey', 'key that secures entrance everywhere')]},\n",
" {'answer': 'mat',\n",
" 'hint': 'synonyms for mat',\n",
- " 'clues': [('matting',\n",
- " 'mounting consisting of a border or background for a picture'),\n",
- " ('lusterlessness',\n",
+ " 'clues': [('lustrelessness',\n",
+ " 'the property of having little or no contrast; lacking highlights or gloss'),\n",
+ " ('matt',\n",
" 'the property of having little or no contrast; lacking highlights or gloss'),\n",
" ('gym mat',\n",
" 'sports equipment consisting of a piece of thick padding on the floor for gymnastic sports'),\n",
- " ('matte',\n",
- " 'the property of having little or no contrast; lacking highlights or gloss'),\n",
" ('flatness',\n",
" 'the property of having little or no contrast; lacking highlights or gloss')]},\n",
" {'answer': 'material',\n",
" 'hint': 'synonyms for material',\n",
- " 'clues': [('fabric',\n",
+ " 'clues': [('textile',\n",
" 'artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers'),\n",
" ('cloth',\n",
" 'artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers'),\n",
- " ('textile',\n",
- " 'artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers'),\n",
" ('stuff',\n",
- " 'the tangible substance that goes into the makeup of a physical object')]},\n",
+ " 'the tangible substance that goes into the makeup of a physical object'),\n",
+ " ('fabric',\n",
+ " 'artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers')]},\n",
" {'answer': 'matt',\n",
" 'hint': 'synonyms for matt',\n",
- " 'clues': [('lusterlessness',\n",
+ " 'clues': [('lustrelessness',\n",
" 'the property of having little or no contrast; lacking highlights or gloss'),\n",
" ('mat',\n",
" 'the property of having little or no contrast; lacking highlights or gloss'),\n",
- " ('matte',\n",
- " 'the property of having little or no contrast; lacking highlights or gloss'),\n",
" ('flatness',\n",
+ " 'the property of having little or no contrast; lacking highlights or gloss'),\n",
+ " ('matte',\n",
" 'the property of having little or no contrast; lacking highlights or gloss')]},\n",
" {'answer': 'maximum',\n",
" 'hint': 'synonyms for maximum',\n",
" 'clues': [('utmost', 'the greatest possible degree'),\n",
- " ('upper limit', 'the largest possible quantity'),\n",
+ " ('uttermost', 'the greatest possible degree'),\n",
" ('level best', 'the greatest possible degree'),\n",
- " ('uttermost', 'the greatest possible degree')]},\n",
+ " ('upper limit', 'the largest possible quantity')]},\n",
" {'answer': 'meaning',\n",
" 'hint': 'synonyms for meaning',\n",
- " 'clues': [('signification',\n",
- " 'the message that is intended or expressed or signified'),\n",
+ " 'clues': [('substance', 'the idea that is intended'),\n",
" ('significance',\n",
" 'the message that is intended or expressed or signified'),\n",
- " ('substance', 'the idea that is intended'),\n",
+ " ('signification',\n",
+ " 'the message that is intended or expressed or signified'),\n",
" ('import', 'the message that is intended or expressed or signified')]},\n",
" {'answer': 'medical',\n",
" 'hint': 'synonyms for medical',\n",
- " 'clues': [('medical checkup',\n",
+ " 'clues': [('medical examination',\n",
" 'a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person'),\n",
- " ('checkup',\n",
+ " ('medical exam',\n",
" 'a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person'),\n",
" ('health check',\n",
" 'a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person'),\n",
- " ('medical exam',\n",
+ " ('medical checkup',\n",
" 'a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person'),\n",
- " ('medical examination',\n",
+ " ('checkup',\n",
" 'a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person')]},\n",
" {'answer': 'merging',\n",
" 'hint': 'synonyms for merging',\n",
" 'clues': [('meeting', 'the act of joining together as one'),\n",
- " ('confluence', 'a flowing together'),\n",
" ('conflux', 'a flowing together'),\n",
- " ('coming together', 'the act of joining together as one')]},\n",
+ " ('coming together', 'the act of joining together as one'),\n",
+ " ('confluence', 'a flowing together')]},\n",
" {'answer': 'middle',\n",
" 'hint': 'synonyms for middle',\n",
- " 'clues': [('heart',\n",
+ " 'clues': [('centre',\n",
" 'an area that is approximately central within some larger region'),\n",
" ('eye',\n",
" 'an area that is approximately central within some larger region'),\n",
- " ('center',\n",
+ " ('heart',\n",
" 'an area that is approximately central within some larger region'),\n",
- " ('centre',\n",
+ " ('center',\n",
" 'an area that is approximately central within some larger region')]},\n",
" {'answer': 'military',\n",
" 'hint': 'synonyms for military',\n",
" 'clues': [('war machine', 'the military forces of a nation'),\n",
+ " ('armed services', 'the military forces of a nation'),\n",
" ('armed forces', 'the military forces of a nation'),\n",
- " ('military machine', 'the military forces of a nation'),\n",
- " ('armed services', 'the military forces of a nation')]},\n",
+ " ('military machine', 'the military forces of a nation')]},\n",
" {'answer': 'million',\n",
" 'hint': 'synonyms for million',\n",
- " 'clues': [('trillion',\n",
+ " 'clues': [('gazillion',\n",
" 'a very large indefinite number (usually hyperbole)'),\n",
+ " ('jillion', 'a very large indefinite number (usually hyperbole)'),\n",
" ('1000000',\n",
" 'the number that is represented as a one followed by 6 zeros'),\n",
- " ('zillion', 'a very large indefinite number (usually hyperbole)'),\n",
+ " ('meg', 'the number that is represented as a one followed by 6 zeros'),\n",
+ " ('trillion', 'a very large indefinite number (usually hyperbole)'),\n",
" ('one thousand thousand',\n",
- " 'the number that is represented as a one followed by 6 zeros'),\n",
- " ('meg', 'the number that is represented as a one followed by 6 zeros')]},\n",
+ " 'the number that is represented as a one followed by 6 zeros')]},\n",
" {'answer': 'mint',\n",
" 'hint': 'synonyms for mint',\n",
- " 'clues': [('pile',\n",
+ " 'clues': [('heap',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('peck', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('flock', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('good deal',\n",
+ " ('quite a little',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('batch', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mountain',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('great deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('stack', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('pile', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mint candy', 'a candy that is flavored with a mint oil'),\n",
- " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('quite a little',\n",
+ " ('great deal',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('lot', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('tidy sum',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('lot', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('raft', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('peck', \"(often followed by `of') a large number or amount or extent\")]},\n",
+ " ('good deal',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mountain',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('raft', \"(often followed by `of') a large number or amount or extent\")]},\n",
" {'answer': 'minute',\n",
" 'hint': 'synonyms for minute',\n",
- " 'clues': [('bit', 'an indefinitely short time'),\n",
+ " 'clues': [('hour', 'distance measured by the time taken to cover it'),\n",
+ " ('second', 'a particular point in time'),\n",
+ " ('mo', 'an indefinitely short time'),\n",
" ('minute of arc',\n",
" 'a unit of angular distance equal to a 60th of a degree'),\n",
- " ('moment', 'an indefinitely short time'),\n",
- " ('hour', 'distance measured by the time taken to cover it'),\n",
- " ('arcminute', 'a unit of angular distance equal to a 60th of a degree'),\n",
- " ('second', 'an indefinitely short time'),\n",
- " ('mo', 'an indefinitely short time'),\n",
+ " ('moment', 'a particular point in time'),\n",
+ " ('min', 'a unit of time equal to 60 seconds or 1/60th of an hour'),\n",
" ('instant', 'a particular point in time'),\n",
- " ('min', 'a unit of time equal to 60 seconds or 1/60th of an hour')]},\n",
+ " ('arcminute', 'a unit of angular distance equal to a 60th of a degree'),\n",
+ " ('bit', 'an indefinitely short time')]},\n",
" {'answer': 'model',\n",
" 'hint': 'synonyms for model',\n",
" 'clues': [('simulation',\n",
" 'representation of something (sometimes on a smaller scale)'),\n",
+ " ('good example', 'something to be imitated'),\n",
+ " ('example', 'a representative form or pattern'),\n",
" ('exemplar', 'something to be imitated'),\n",
" ('framework',\n",
" 'a hypothetical description of a complex entity or process'),\n",
- " ('good example', 'something to be imitated'),\n",
- " ('example', 'a representative form or pattern'),\n",
- " ('modeling',\n",
- " 'the act of representing something (usually on a smaller scale)'),\n",
" ('theoretical account',\n",
- " 'a hypothetical description of a complex entity or process')]},\n",
+ " 'a hypothetical description of a complex entity or process'),\n",
+ " ('modelling',\n",
+ " 'the act of representing something (usually on a smaller scale)')]},\n",
" {'answer': 'mortal',\n",
" 'hint': 'synonyms for mortal',\n",
- " 'clues': [('somebody', 'a human being'),\n",
+ " 'clues': [('person', 'a human being'),\n",
" ('individual', 'a human being'),\n",
+ " ('somebody', 'a human being'),\n",
" ('someone', 'a human being'),\n",
- " ('person', 'a human being'),\n",
" ('soul', 'a human being')]},\n",
" {'answer': 'motley',\n",
" 'hint': 'synonyms for motley',\n",
- " 'clues': [('miscellanea',\n",
+ " 'clues': [('smorgasbord',\n",
" 'a collection containing a variety of sorts of things'),\n",
- " ('variety', 'a collection containing a variety of sorts of things'),\n",
- " ('mixture', 'a collection containing a variety of sorts of things'),\n",
- " ('assortment', 'a collection containing a variety of sorts of things'),\n",
- " ('smorgasbord', 'a collection containing a variety of sorts of things'),\n",
+ " ('mixed bag', 'a collection containing a variety of sorts of things'),\n",
" ('potpourri', 'a collection containing a variety of sorts of things'),\n",
- " ('salmagundi', 'a collection containing a variety of sorts of things'),\n",
- " ('mixed bag', 'a collection containing a variety of sorts of things')]},\n",
+ " ('miscellanea', 'a collection containing a variety of sorts of things'),\n",
+ " ('assortment', 'a collection containing a variety of sorts of things'),\n",
+ " ('mixture', 'a collection containing a variety of sorts of things'),\n",
+ " ('variety', 'a collection containing a variety of sorts of things'),\n",
+ " ('salmagundi', 'a collection containing a variety of sorts of things')]},\n",
" {'answer': 'murmuring',\n",
" 'hint': 'synonyms for murmuring',\n",
- " 'clues': [('mutter', 'a complaint uttered in a low and indistinct tone'),\n",
- " ('grumbling', 'a complaint uttered in a low and indistinct tone'),\n",
- " ('murmuration',\n",
+ " 'clues': [('grumbling',\n",
+ " 'a complaint uttered in a low and indistinct tone'),\n",
+ " ('mutter',\n",
" 'a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech'),\n",
- " ('murmur', 'a complaint uttered in a low and indistinct tone'),\n",
+ " ('grumble', 'a complaint uttered in a low and indistinct tone'),\n",
" ('mussitation',\n",
" 'a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech'),\n",
- " ('grumble', 'a complaint uttered in a low and indistinct tone')]},\n",
+ " ('murmur',\n",
+ " 'a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech'),\n",
+ " ('murmuration',\n",
+ " 'a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech')]},\n",
" {'answer': 'musing',\n",
" 'hint': 'synonyms for musing',\n",
- " 'clues': [('contemplation', 'a calm, lengthy, intent consideration'),\n",
+ " 'clues': [('thoughtfulness', 'a calm, lengthy, intent consideration'),\n",
+ " ('rumination', 'a calm, lengthy, intent consideration'),\n",
" ('reflexion', 'a calm, lengthy, intent consideration'),\n",
- " ('reflection', 'a calm, lengthy, intent consideration'),\n",
- " ('thoughtfulness', 'a calm, lengthy, intent consideration'),\n",
- " ('rumination', 'a calm, lengthy, intent consideration')]},\n",
+ " ('contemplation', 'a calm, lengthy, intent consideration'),\n",
+ " ('reflection', 'a calm, lengthy, intent consideration')]},\n",
" {'answer': 'necessary',\n",
" 'hint': 'synonyms for necessary',\n",
- " 'clues': [('necessity', 'anything indispensable'),\n",
+ " 'clues': [('requirement', 'anything indispensable'),\n",
" ('requisite', 'anything indispensable'),\n",
- " ('essential', 'anything indispensable'),\n",
- " ('requirement', 'anything indispensable')]},\n",
+ " ('necessity', 'anything indispensable'),\n",
+ " ('essential', 'anything indispensable')]},\n",
" {'answer': 'net',\n",
" 'hint': 'synonyms for net',\n",
" 'clues': [('network',\n",
" 'an open fabric of string or rope or wire woven together at regular intervals'),\n",
+ " ('cyberspace',\n",
+ " 'a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange'),\n",
+ " ('profit',\n",
+ " 'the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)'),\n",
" ('mesh',\n",
" 'an open fabric of string or rope or wire woven together at regular intervals'),\n",
- " ('meshwork',\n",
- " 'an open fabric of string or rope or wire woven together at regular intervals'),\n",
- " ('net profit',\n",
+ " ('net income',\n",
" 'the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)'),\n",
- " ('cyberspace',\n",
+ " ('internet',\n",
" 'a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange'),\n",
" ('earnings',\n",
" 'the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)'),\n",
- " ('net income',\n",
- " 'the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)'),\n",
" ('lucre',\n",
" 'the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)'),\n",
- " ('internet',\n",
- " 'a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange'),\n",
- " ('profits',\n",
+ " ('meshwork',\n",
+ " 'an open fabric of string or rope or wire woven together at regular intervals'),\n",
+ " ('net profit',\n",
" 'the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)')]},\n",
" {'answer': 'nine',\n",
" 'hint': 'synonyms for nine',\n",
- " 'clues': [('ball club',\n",
- " 'a team of professional baseball players who play and travel together'),\n",
+ " 'clues': [('ennead',\n",
+ " 'the cardinal number that is the sum of eight and one'),\n",
+ " ('9', 'the cardinal number that is the sum of eight and one'),\n",
" ('baseball club',\n",
" 'a team of professional baseball players who play and travel together'),\n",
- " ('niner', 'the cardinal number that is the sum of eight and one'),\n",
" ('club',\n",
" 'a team of professional baseball players who play and travel together'),\n",
- " ('9', 'the cardinal number that is the sum of eight and one'),\n",
- " ('ennead', 'the cardinal number that is the sum of eight and one'),\n",
" ('nine-spot',\n",
- " 'one of four playing cards in a deck with nine pips on the face')]},\n",
+ " 'one of four playing cards in a deck with nine pips on the face'),\n",
+ " ('ball club',\n",
+ " 'a team of professional baseball players who play and travel together'),\n",
+ " ('niner', 'the cardinal number that is the sum of eight and one')]},\n",
" {'answer': 'nip_and_tuck',\n",
" 'hint': 'synonyms for nip and tuck',\n",
- " 'clues': [('rhytidectomy',\n",
- " 'plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised'),\n",
- " ('cosmetic surgery',\n",
+ " 'clues': [('cosmetic surgery',\n",
" 'plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised'),\n",
" ('facelift',\n",
" 'plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised'),\n",
- " ('rhytidoplasty',\n",
+ " ('lift',\n",
+ " 'plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised'),\n",
+ " ('rhytidectomy',\n",
" 'plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised'),\n",
" ('face lifting',\n",
" 'plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised'),\n",
- " ('lift',\n",
+ " ('rhytidoplasty',\n",
" 'plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised')]},\n",
" {'answer': 'nonsense',\n",
" 'hint': 'synonyms for nonsense',\n",
" 'clues': [('gimcrackery', 'ornamental objects of no great value'),\n",
- " ('frill', 'ornamental objects of no great value'),\n",
- " ('bunk', 'a message that seems to convey no meaning'),\n",
- " ('folderal', 'ornamental objects of no great value'),\n",
- " ('trumpery', 'ornamental objects of no great value'),\n",
+ " ('meaninglessness', 'a message that seems to convey no meaning'),\n",
+ " ('falderol', 'ornamental objects of no great value'),\n",
" ('nonsensicality', 'a message that seems to convey no meaning'),\n",
+ " ('folderal', 'ornamental objects of no great value'),\n",
+ " ('bunk', 'a message that seems to convey no meaning'),\n",
+ " ('frill', 'ornamental objects of no great value'),\n",
" ('gimcrack', 'ornamental objects of no great value'),\n",
- " ('falderol', 'ornamental objects of no great value'),\n",
- " ('meaninglessness', 'a message that seems to convey no meaning'),\n",
- " ('hokum', 'a message that seems to convey no meaning')]},\n",
+ " ('hokum', 'a message that seems to convey no meaning'),\n",
+ " ('trumpery', 'ornamental objects of no great value')]},\n",
" {'answer': 'normal',\n",
" 'hint': 'synonyms for normal',\n",
- " 'clues': [('pattern', 'something regarded as a normative example'),\n",
+ " 'clues': [('formula', 'something regarded as a normative example'),\n",
" ('convention', 'something regarded as a normative example'),\n",
- " ('rule', 'something regarded as a normative example'),\n",
- " ('formula', 'something regarded as a normative example')]},\n",
+ " ('pattern', 'something regarded as a normative example'),\n",
+ " ('rule', 'something regarded as a normative example')]},\n",
" {'answer': 'north',\n",
" 'hint': 'synonyms for north',\n",
" 'clues': [('northward',\n",
" 'the cardinal compass point that is at 0 or 360 degrees'),\n",
+ " ('due north', 'the cardinal compass point that is at 0 or 360 degrees'),\n",
" ('magnetic north', 'the direction in which a compass needle points'),\n",
- " ('compass north', 'the direction in which a compass needle points'),\n",
- " ('due north', 'the cardinal compass point that is at 0 or 360 degrees')]},\n",
+ " ('compass north', 'the direction in which a compass needle points')]},\n",
" {'answer': 'null',\n",
" 'hint': 'synonyms for null',\n",
- " 'clues': [('nada', 'a quantity of no importance'),\n",
- " ('zippo', 'a quantity of no importance'),\n",
+ " 'clues': [('zip', 'a quantity of no importance'),\n",
+ " ('naught', 'a quantity of no importance'),\n",
+ " ('nix', 'a quantity of no importance'),\n",
" ('zilch', 'a quantity of no importance'),\n",
" ('cypher', 'a quantity of no importance'),\n",
- " ('aught', 'a quantity of no importance'),\n",
- " ('nix', 'a quantity of no importance'),\n",
- " ('goose egg', 'a quantity of no importance'),\n",
- " ('cipher', 'a quantity of no importance'),\n",
- " ('zero', 'a quantity of no importance'),\n",
- " ('zip', 'a quantity of no importance'),\n",
" ('nil', 'a quantity of no importance'),\n",
- " ('nothing', 'a quantity of no importance')]},\n",
+ " ('nothing', 'a quantity of no importance'),\n",
+ " ('zero', 'a quantity of no importance'),\n",
+ " ('nada', 'a quantity of no importance'),\n",
+ " ('cipher', 'a quantity of no importance'),\n",
+ " ('zippo', 'a quantity of no importance'),\n",
+ " ('goose egg', 'a quantity of no importance')]},\n",
" {'answer': 'objective',\n",
" 'hint': 'synonyms for objective',\n",
- " 'clues': [('target',\n",
+ " 'clues': [('object',\n",
" 'the goal intended to be attained (and which is believed to be attainable)'),\n",
- " ('object',\n",
+ " ('aim',\n",
+ " 'the goal intended to be attained (and which is believed to be attainable)'),\n",
+ " ('target',\n",
" 'the goal intended to be attained (and which is believed to be attainable)'),\n",
" ('object glass',\n",
" 'the lens or system of lenses in a telescope or microscope that is nearest the object being viewed'),\n",
" ('object lens',\n",
- " 'the lens or system of lenses in a telescope or microscope that is nearest the object being viewed'),\n",
- " ('aim',\n",
- " 'the goal intended to be attained (and which is believed to be attainable)')]},\n",
+ " 'the lens or system of lenses in a telescope or microscope that is nearest the object being viewed')]},\n",
" {'answer': 'occlusive',\n",
" 'hint': 'synonyms for occlusive',\n",
" 'clues': [('stop',\n",
" 'a consonant produced by stopping the flow of air at some point and suddenly releasing it'),\n",
" ('plosive consonant',\n",
" 'a consonant produced by stopping the flow of air at some point and suddenly releasing it'),\n",
+ " ('stop consonant',\n",
+ " 'a consonant produced by stopping the flow of air at some point and suddenly releasing it'),\n",
" ('plosive',\n",
" 'a consonant produced by stopping the flow of air at some point and suddenly releasing it'),\n",
" ('plosive speech sound',\n",
- " 'a consonant produced by stopping the flow of air at some point and suddenly releasing it'),\n",
- " ('stop consonant',\n",
" 'a consonant produced by stopping the flow of air at some point and suddenly releasing it')]},\n",
" {'answer': 'omnibus',\n",
" 'hint': 'synonyms for omnibus',\n",
- " 'clues': [('motorbus',\n",
- " 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('coach',\n",
+ " 'clues': [('bus',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('motorcoach',\n",
+ " ('charabanc',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
" ('autobus',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('charabanc',\n",
+ " ('passenger vehicle',\n",
+ " 'a vehicle carrying many passengers; used for public transport'),\n",
+ " ('double-decker',\n",
+ " 'a vehicle carrying many passengers; used for public transport'),\n",
+ " ('motorbus',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('bus', 'a vehicle carrying many passengers; used for public transport'),\n",
" ('jitney',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('passenger vehicle',\n",
+ " ('motorcoach',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('double-decker',\n",
+ " ('coach',\n",
" 'a vehicle carrying many passengers; used for public transport')]},\n",
" {'answer': 'one',\n",
" 'hint': 'synonyms for one',\n",
- " 'clues': [('ace',\n",
- " 'the smallest whole number or a numeral representing this number'),\n",
- " ('single',\n",
+ " 'clues': [('1',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
- " ('1', 'the smallest whole number or a numeral representing this number'),\n",
" ('unity',\n",
+ " 'the smallest whole number or a numeral representing this number'),\n",
+ " ('ace',\n",
+ " 'the smallest whole number or a numeral representing this number'),\n",
+ " ('single',\n",
" 'the smallest whole number or a numeral representing this number')]},\n",
" {'answer': 'one_thousand',\n",
" 'hint': 'synonyms for one thousand',\n",
" 'clues': [('chiliad',\n",
" 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
" ('yard', 'the cardinal number that is the product of 10 and 100'),\n",
" ('grand', 'the cardinal number that is the product of 10 and 100'),\n",
" ('thousand', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
" ('1000', 'the cardinal number that is the product of 10 and 100')]},\n",
" {'answer': 'open',\n",
" 'hint': 'synonyms for open',\n",
" 'clues': [('surface', 'information that has become public'),\n",
- " ('outdoors', 'where the air is unconfined'),\n",
+ " ('out-of-doors', 'where the air is unconfined'),\n",
" ('clear', 'a clear or unobstructed space or expanse of land or water'),\n",
" ('open air', 'where the air is unconfined'),\n",
- " ('out-of-doors', 'where the air is unconfined')]},\n",
+ " ('outdoors', 'where the air is unconfined')]},\n",
" {'answer': 'opening',\n",
" 'hint': 'synonyms for opening',\n",
" 'clues': [('gap', 'an open or empty space in or between things'),\n",
- " ('possible action', 'a possible alternative'),\n",
- " ('hatchway',\n",
- " 'an entrance equipped with a hatch; especially a passageway between decks of a ship'),\n",
" ('possibility', 'a possible alternative'),\n",
- " ('curtain raising',\n",
- " 'the first performance (as of a theatrical production)'),\n",
+ " ('initiative', 'the first of a series of actions'),\n",
" ('opening night',\n",
" 'the first performance (as of a theatrical production)'),\n",
+ " ('opening move', 'the first of a series of actions'),\n",
+ " ('first step', 'the first of a series of actions'),\n",
+ " ('possible action', 'a possible alternative'),\n",
" ('chess opening',\n",
" 'a recognized sequence of moves at the beginning of a game of chess'),\n",
+ " ('curtain raising',\n",
+ " 'the first performance (as of a theatrical production)'),\n",
" ('scuttle',\n",
" 'an entrance equipped with a hatch; especially a passageway between decks of a ship'),\n",
- " ('first step', 'the first of a series of actions'),\n",
- " ('opening move', 'the first of a series of actions'),\n",
- " ('initiative', 'the first of a series of actions')]},\n",
+ " ('hatchway',\n",
+ " 'an entrance equipped with a hatch; especially a passageway between decks of a ship')]},\n",
" {'answer': 'opposite',\n",
" 'hint': 'synonyms for opposite',\n",
- " 'clues': [('antonym',\n",
+ " 'clues': [('opposite word',\n",
" 'a word that expresses a meaning opposed to the meaning of another word, in which case the two words are antonyms of each other'),\n",
+ " ('contrary', 'a relation of direct opposition'),\n",
" ('inverse', 'something inverted in sequence or character or effect'),\n",
- " ('opposite word',\n",
+ " ('antonym',\n",
" 'a word that expresses a meaning opposed to the meaning of another word, in which case the two words are antonyms of each other'),\n",
- " ('reverse', 'a relation of direct opposition'),\n",
- " ('contrary', 'a relation of direct opposition')]},\n",
+ " ('reverse', 'a relation of direct opposition')]},\n",
" {'answer': 'oral',\n",
" 'hint': 'synonyms for oral',\n",
- " 'clues': [('oral exam',\n",
+ " 'clues': [('oral examination',\n",
" 'an examination conducted by spoken communication'),\n",
" ('viva', 'an examination conducted by spoken communication'),\n",
- " ('viva voce', 'an examination conducted by spoken communication'),\n",
- " ('oral examination',\n",
- " 'an examination conducted by spoken communication')]},\n",
+ " ('oral exam', 'an examination conducted by spoken communication'),\n",
+ " ('viva voce', 'an examination conducted by spoken communication')]},\n",
" {'answer': 'original',\n",
" 'hint': 'synonyms for original',\n",
- " 'clues': [('archetype',\n",
+ " 'clues': [('pilot',\n",
" 'something that serves as a model or a basis for making copies'),\n",
" ('master copy',\n",
" 'an original creation (i.e., an audio recording) from which copies can be made'),\n",
- " ('pilot',\n",
+ " ('archetype',\n",
" 'something that serves as a model or a basis for making copies'),\n",
" ('master',\n",
" 'an original creation (i.e., an audio recording) from which copies can be made')]},\n",
" {'answer': 'ottoman',\n",
" 'hint': 'synonyms for ottoman',\n",
- " 'clues': [('footstool',\n",
+ " 'clues': [('pouf', 'thick cushion used as a seat'),\n",
+ " ('footstool',\n",
" 'a low seat or a stool to rest the feet of a seated person'),\n",
- " ('pouffe', 'thick cushion used as a seat'),\n",
+ " ('hassock', 'thick cushion used as a seat'),\n",
+ " ('footrest', 'a low seat or a stool to rest the feet of a seated person'),\n",
" ('puff', 'thick cushion used as a seat'),\n",
" ('tuffet', 'a low seat or a stool to rest the feet of a seated person'),\n",
- " ('footrest', 'a low seat or a stool to rest the feet of a seated person'),\n",
- " ('pouf', 'thick cushion used as a seat'),\n",
- " ('hassock', 'thick cushion used as a seat')]},\n",
+ " ('pouffe', 'thick cushion used as a seat')]},\n",
" {'answer': 'overhead',\n",
" 'hint': 'synonyms for overhead',\n",
- " 'clues': [('smash',\n",
- " 'a hard return hitting the tennis ball above your head'),\n",
- " ('operating cost',\n",
+ " 'clues': [('operating cost',\n",
" 'the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes'),\n",
- " ('command overhead',\n",
- " '(computer science) the processing time required by a device prior to the execution of a command'),\n",
- " ('disk overhead',\n",
- " '(computer science) the disk space required for information that is not data but is used for location and timing'),\n",
" ('budget items',\n",
" 'the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes'),\n",
" ('command processing overhead',\n",
" '(computer science) the processing time required by a device prior to the execution of a command'),\n",
" ('operating expense',\n",
" 'the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes'),\n",
+ " ('smash', 'a hard return hitting the tennis ball above your head'),\n",
+ " ('command overhead',\n",
+ " '(computer science) the processing time required by a device prior to the execution of a command'),\n",
+ " ('disk overhead',\n",
+ " '(computer science) the disk space required for information that is not data but is used for location and timing'),\n",
" ('viewgraph', 'a transparency for use with an overhead projector')]},\n",
" {'answer': 'paperback',\n",
" 'hint': 'synonyms for paperback',\n",
- " 'clues': [('paper-back book', 'a book with paper covers'),\n",
+ " 'clues': [('soft-cover book', 'a book with paper covers'),\n",
" ('softback book', 'a book with paper covers'),\n",
- " ('softback', 'a book with paper covers'),\n",
- " ('soft-cover book', 'a book with paper covers'),\n",
- " ('soft-cover', 'a book with paper covers')]},\n",
+ " ('paperback book', 'a book with paper covers'),\n",
+ " ('soft-cover', 'a book with paper covers'),\n",
+ " ('softback', 'a book with paper covers')]},\n",
" {'answer': 'parallel',\n",
" 'hint': 'synonyms for parallel',\n",
" 'clues': [('analogue',\n",
" 'something having the property of being analogous to something else'),\n",
- " ('latitude',\n",
- " 'an imaginary line around the Earth parallel to the equator'),\n",
" ('parallel of latitude',\n",
" 'an imaginary line around the Earth parallel to the equator'),\n",
" ('line of latitude',\n",
+ " 'an imaginary line around the Earth parallel to the equator'),\n",
+ " ('latitude',\n",
" 'an imaginary line around the Earth parallel to the equator')]},\n",
" {'answer': 'particular',\n",
" 'hint': 'synonyms for particular',\n",
- " 'clues': [('particular proposition',\n",
+ " 'clues': [('specific', 'a fact about some part (as opposed to general)'),\n",
+ " ('item', 'a small part that can be considered separately from the whole'),\n",
+ " ('particular proposition',\n",
" '(logic) a proposition that asserts something about some (but not all) members of a class'),\n",
" ('detail',\n",
- " 'a small part that can be considered separately from the whole'),\n",
- " ('item', 'a small part that can be considered separately from the whole'),\n",
- " ('specific', 'a fact about some part (as opposed to general)')]},\n",
+ " 'a small part that can be considered separately from the whole')]},\n",
" {'answer': 'pass',\n",
" 'hint': 'synonyms for pass',\n",
- " 'clues': [('straits', 'a difficult juncture'),\n",
- " ('go', 'a usually brief attempt'),\n",
- " ('toss',\n",
+ " 'clues': [('passing play',\n",
+ " '(American football) a play that involves one player throwing the ball to a teammate'),\n",
+ " ('notch',\n",
+ " 'the location in a range of mountains of a geological formation that is lower than the surrounding peaks'),\n",
+ " ('whirl', 'a usually brief attempt'),\n",
+ " ('pas', '(ballet) a step in dancing (especially in classical ballet)'),\n",
+ " ('fling', 'a usually brief attempt'),\n",
+ " ('flip',\n",
" '(sports) the act of throwing the ball to another member of your team'),\n",
- " ('laissez passer',\n",
- " 'a document indicating permission to do something without restrictions'),\n",
- " ('head', 'a difficult juncture'),\n",
- " ('bye',\n",
- " 'you advance to the next round in a tournament without playing an opponent'),\n",
+ " ('walk',\n",
+ " '(baseball) an advance to first base by a batter who receives four balls'),\n",
" ('mountain pass',\n",
" 'the location in a range of mountains of a geological formation that is lower than the surrounding peaks'),\n",
- " ('whirl', 'a usually brief attempt'),\n",
+ " ('qualifying', 'success in satisfying a test or requirement'),\n",
+ " ('straits', 'a difficult juncture'),\n",
+ " ('passing', 'success in satisfying a test or requirement'),\n",
+ " ('go', 'a usually brief attempt'),\n",
" ('passport', 'any authorization to pass or go somewhere'),\n",
- " ('passing',\n",
- " '(American football) a play that involves one player throwing the ball to a teammate'),\n",
- " ('fling', 'a usually brief attempt'),\n",
" ('base on balls',\n",
" '(baseball) an advance to first base by a batter who receives four balls'),\n",
- " ('crack', 'a usually brief attempt'),\n",
- " ('notch',\n",
- " 'the location in a range of mountains of a geological formation that is lower than the surrounding peaks'),\n",
- " ('liberty chit', 'a permit to enter or leave a military installation'),\n",
+ " ('bye',\n",
+ " 'you advance to the next round in a tournament without playing an opponent'),\n",
" ('offer', 'a usually brief attempt'),\n",
- " ('walk',\n",
- " '(baseball) an advance to first base by a batter who receives four balls'),\n",
- " ('flip',\n",
+ " ('crack', 'a usually brief attempt'),\n",
+ " ('toss',\n",
" '(sports) the act of throwing the ball to another member of your team'),\n",
- " ('pas', '(ballet) a step in dancing (especially in classical ballet)'),\n",
+ " ('laissez passer',\n",
+ " 'a document indicating permission to do something without restrictions'),\n",
+ " ('liberty chit', 'a permit to enter or leave a military installation'),\n",
+ " ('head', 'a difficult juncture'),\n",
" ('passing game',\n",
- " '(American football) a play that involves one player throwing the ball to a teammate'),\n",
- " ('qualifying', 'success in satisfying a test or requirement'),\n",
- " ('passing play',\n",
" '(American football) a play that involves one player throwing the ball to a teammate')]},\n",
" {'answer': 'passing',\n",
" 'hint': 'synonyms for passing',\n",
- " 'clues': [('exit', 'euphemistic expressions for death'),\n",
- " ('pass',\n",
+ " 'clues': [('passing play',\n",
" '(American football) a play that involves one player throwing the ball to a teammate'),\n",
- " ('passage', 'the motion of one object relative to another'),\n",
- " ('qualifying', 'success in satisfying a test or requirement'),\n",
+ " ('pass', 'success in satisfying a test or requirement'),\n",
+ " ('loss', 'euphemistic expressions for death'),\n",
+ " ('departure', 'euphemistic expressions for death'),\n",
" ('overtaking',\n",
" 'going by something that is moving in order to get in front of it'),\n",
- " ('loss', 'euphemistic expressions for death'),\n",
+ " ('passage',\n",
+ " 'a bodily reaction of changing from one place or stage to another'),\n",
+ " ('release', 'euphemistic expressions for death'),\n",
" ('expiration', 'euphemistic expressions for death'),\n",
+ " ('qualifying', 'success in satisfying a test or requirement'),\n",
+ " ('going', 'euphemistic expressions for death'),\n",
" ('passing game',\n",
" '(American football) a play that involves one player throwing the ball to a teammate'),\n",
- " ('release', 'euphemistic expressions for death'),\n",
- " ('going', 'euphemistic expressions for death'),\n",
- " ('departure', 'euphemistic expressions for death'),\n",
- " ('passing play',\n",
- " '(American football) a play that involves one player throwing the ball to a teammate')]},\n",
+ " ('exit', 'euphemistic expressions for death')]},\n",
" {'answer': 'peanut',\n",
" 'hint': 'synonyms for peanut',\n",
- " 'clues': [('goober pea',\n",
- " \"pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms\"),\n",
- " ('goober',\n",
- " \"pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms\"),\n",
- " ('groundnut',\n",
+ " 'clues': [('groundnut',\n",
" \"pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms\"),\n",
" ('earthnut',\n",
" \"pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms\"),\n",
" ('monkey nut',\n",
+ " \"pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms\"),\n",
+ " ('goober pea',\n",
+ " \"pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms\"),\n",
+ " ('goober',\n",
" \"pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms\")]},\n",
" {'answer': 'pedal',\n",
" 'hint': 'synonyms for pedal',\n",
- " 'clues': [('foot lever', 'a lever that is operated with the foot'),\n",
+ " 'clues': [('pedal point', 'a sustained bass note'),\n",
+ " ('foot pedal', 'a lever that is operated with the foot'),\n",
" ('treadle', 'a lever that is operated with the foot'),\n",
- " ('pedal point', 'a sustained bass note'),\n",
- " ('foot pedal', 'a lever that is operated with the foot')]},\n",
+ " ('foot lever', 'a lever that is operated with the foot')]},\n",
" {'answer': 'pedigree',\n",
" 'hint': 'synonyms for pedigree',\n",
- " 'clues': [('line of descent', 'the descendants of one individual'),\n",
- " ('ancestry', 'the descendants of one individual'),\n",
- " ('stock', 'the descendants of one individual'),\n",
+ " 'clues': [('bloodline', 'the descendants of one individual'),\n",
" ('line', 'the descendants of one individual'),\n",
- " ('descent', 'the descendants of one individual'),\n",
- " ('origin', 'the descendants of one individual'),\n",
" ('lineage', 'the descendants of one individual'),\n",
- " ('parentage', 'the descendants of one individual'),\n",
- " ('bloodline', 'ancestry of a purebred animal'),\n",
+ " ('origin', 'the descendants of one individual'),\n",
" ('blood', 'the descendants of one individual'),\n",
- " ('stemma', 'the descendants of one individual')]},\n",
+ " ('stemma', 'the descendants of one individual'),\n",
+ " ('stock', 'the descendants of one individual'),\n",
+ " ('ancestry', 'the descendants of one individual'),\n",
+ " ('line of descent', 'the descendants of one individual'),\n",
+ " ('parentage', 'the descendants of one individual'),\n",
+ " ('descent', 'the descendants of one individual')]},\n",
" {'answer': 'phantom',\n",
" 'hint': 'synonyms for phantom',\n",
- " 'clues': [('fantasm', 'something existing in perception only'),\n",
- " ('shadow', 'something existing in perception only'),\n",
- " ('phantasma', 'something existing in perception only'),\n",
- " ('apparition', 'something existing in perception only')]},\n",
+ " 'clues': [('shadow', 'something existing in perception only'),\n",
+ " ('phantasm', 'something existing in perception only'),\n",
+ " ('apparition', 'something existing in perception only'),\n",
+ " ('fantasm', 'something existing in perception only')]},\n",
" {'answer': 'plain',\n",
" 'hint': 'synonyms for plain',\n",
" 'clues': [('plain stitch', 'a basic knitting stitch'),\n",
- " ('knit', 'a basic knitting stitch'),\n",
- " ('field', 'extensive tract of level open land'),\n",
" ('knit stitch', 'a basic knitting stitch'),\n",
- " ('champaign', 'extensive tract of level open land')]},\n",
+ " ('champaign', 'extensive tract of level open land'),\n",
+ " ('knit', 'a basic knitting stitch'),\n",
+ " ('field', 'extensive tract of level open land')]},\n",
" {'answer': 'plane',\n",
" 'hint': 'synonyms for plane',\n",
" 'clues': [('airplane',\n",
" 'an aircraft that has a fixed wing and is powered by propellers or jets'),\n",
- " ('planing machine', 'a power tool for smoothing or shaping wood'),\n",
" ('planer', 'a power tool for smoothing or shaping wood'),\n",
+ " ('sheet', '(mathematics) an unbounded two-dimensional shape'),\n",
" ('woodworking plane',\n",
" \"a carpenter's hand tool with an adjustable blade for smoothing or shaping wood\"),\n",
+ " ('planing machine', 'a power tool for smoothing or shaping wood'),\n",
" (\"carpenter's plane\",\n",
" \"a carpenter's hand tool with an adjustable blade for smoothing or shaping wood\"),\n",
" ('aeroplane',\n",
- " 'an aircraft that has a fixed wing and is powered by propellers or jets'),\n",
- " ('sheet', '(mathematics) an unbounded two-dimensional shape')]},\n",
+ " 'an aircraft that has a fixed wing and is powered by propellers or jets')]},\n",
" {'answer': 'plodding',\n",
" 'hint': 'synonyms for plodding',\n",
- " 'clues': [('grind', 'hard monotonous routine work'),\n",
+ " 'clues': [('donkeywork', 'hard monotonous routine work'),\n",
" ('drudgery', 'hard monotonous routine work'),\n",
- " ('donkeywork', 'hard monotonous routine work'),\n",
+ " ('grind', 'hard monotonous routine work'),\n",
" ('plod', 'the act of walking with a slow heavy gait')]},\n",
" {'answer': 'pokey',\n",
" 'hint': 'synonyms for pokey',\n",
- " 'clues': [('jailhouse',\n",
+ " 'clues': [('poky',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
- " ('slammer',\n",
+ " ('jailhouse',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
- " ('gaol',\n",
+ " ('clink',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
- " ('poky',\n",
+ " ('gaol',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
" ('jail',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
- " ('clink',\n",
+ " ('slammer',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)')]},\n",
" {'answer': 'poky',\n",
" 'hint': 'synonyms for poky',\n",
- " 'clues': [('pokey',\n",
+ " 'clues': [('jailhouse',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
- " ('jailhouse',\n",
+ " ('pokey',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
- " ('slammer',\n",
+ " ('clink',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
" ('gaol',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
" ('jail',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)'),\n",
- " ('clink',\n",
+ " ('slammer',\n",
" 'a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)')]},\n",
" {'answer': 'pop',\n",
" 'hint': 'synonyms for pop',\n",
" 'clues': [('soda pop',\n",
" 'a sweet drink containing carbonated water and flavoring'),\n",
- " ('soda', 'a sweet drink containing carbonated water and flavoring'),\n",
+ " ('soda water', 'a sweet drink containing carbonated water and flavoring'),\n",
" ('pop music',\n",
" \"music of general appeal to teenagers; a bland watered-down version of rock'n'roll with more rhythm and harmony and an emphasis on romantic love\"),\n",
+ " ('soda', 'a sweet drink containing carbonated water and flavoring'),\n",
+ " ('tonic', 'a sweet drink containing carbonated water and flavoring'),\n",
" ('popping',\n",
- " 'a sharp explosive sound as from a gunshot or drawing a cork'),\n",
- " ('soda water', 'a sweet drink containing carbonated water and flavoring'),\n",
- " ('tonic', 'a sweet drink containing carbonated water and flavoring')]},\n",
+ " 'a sharp explosive sound as from a gunshot or drawing a cork')]},\n",
" {'answer': 'port',\n",
" 'hint': 'synonyms for port',\n",
- " 'clues': [('embrasure',\n",
- " 'an opening (in a wall or ship or armored vehicle) for firing through'),\n",
- " ('port wine', 'sweet dark-red dessert wine originally from Portugal'),\n",
- " ('porthole',\n",
- " 'an opening (in a wall or ship or armored vehicle) for firing through'),\n",
+ " 'clues': [('port wine',\n",
+ " 'sweet dark-red dessert wine originally from Portugal'),\n",
" ('larboard',\n",
" 'the left side of a ship or aircraft to someone who is aboard and facing the bow or nose'),\n",
" ('interface',\n",
- " '(computer science) computer circuit consisting of the hardware and associated circuitry that links one device with another (especially a computer and a hard disk drive or other peripherals)')]},\n",
+ " '(computer science) computer circuit consisting of the hardware and associated circuitry that links one device with another (especially a computer and a hard disk drive or other peripherals)'),\n",
+ " ('porthole',\n",
+ " 'an opening (in a wall or ship or armored vehicle) for firing through'),\n",
+ " ('embrasure',\n",
+ " 'an opening (in a wall or ship or armored vehicle) for firing through')]},\n",
" {'answer': 'postmortem',\n",
" 'hint': 'synonyms for postmortem',\n",
- " 'clues': [('postmortem examination',\n",
+ " 'clues': [('necropsy',\n",
" 'an examination and dissection of a dead body to determine cause of death or the changes produced by disease'),\n",
- " ('post-mortem', 'discussion of an event after it has occurred'),\n",
- " ('necropsy',\n",
+ " ('post-mortem examination',\n",
" 'an examination and dissection of a dead body to determine cause of death or the changes produced by disease'),\n",
" ('autopsy',\n",
- " 'an examination and dissection of a dead body to determine cause of death or the changes produced by disease')]},\n",
+ " 'an examination and dissection of a dead body to determine cause of death or the changes produced by disease'),\n",
+ " ('post-mortem', 'discussion of an event after it has occurred')]},\n",
" {'answer': 'potential',\n",
" 'hint': 'synonyms for potential',\n",
" 'clues': [('potential drop',\n",
" 'the difference in electrical charge between two points in a circuit expressed in volts'),\n",
- " ('electric potential',\n",
- " 'the difference in electrical charge between two points in a circuit expressed in volts'),\n",
" ('potential difference',\n",
" 'the difference in electrical charge between two points in a circuit expressed in volts'),\n",
+ " ('electric potential',\n",
+ " 'the difference in electrical charge between two points in a circuit expressed in volts'),\n",
" ('voltage',\n",
" 'the difference in electrical charge between two points in a circuit expressed in volts')]},\n",
" {'answer': 'potty',\n",
" 'hint': 'synonyms for potty',\n",
- " 'clues': [('stool', 'a plumbing fixture for defecation and urination'),\n",
+ " 'clues': [('can', 'a plumbing fixture for defecation and urination'),\n",
+ " ('thunder mug',\n",
+ " 'a receptacle for urination or defecation in the bedroom'),\n",
+ " ('stool', 'a plumbing fixture for defecation and urination'),\n",
+ " ('pot', 'a plumbing fixture for defecation and urination'),\n",
" ('toilet', 'a plumbing fixture for defecation and urination'),\n",
" ('throne', 'a plumbing fixture for defecation and urination'),\n",
" ('chamberpot', 'a receptacle for urination or defecation in the bedroom'),\n",
- " ('can', 'a plumbing fixture for defecation and urination'),\n",
- " ('crapper', 'a plumbing fixture for defecation and urination'),\n",
- " ('pot', 'a plumbing fixture for defecation and urination'),\n",
- " ('thunder mug',\n",
- " 'a receptacle for urination or defecation in the bedroom'),\n",
- " ('commode', 'a plumbing fixture for defecation and urination')]},\n",
+ " ('commode', 'a plumbing fixture for defecation and urination'),\n",
+ " ('crapper', 'a plumbing fixture for defecation and urination')]},\n",
" {'answer': 'premium',\n",
" 'hint': 'synonyms for premium',\n",
- " 'clues': [('bounty',\n",
- " 'payment or reward (especially from a government) for acts such as catching criminals or killing predatory animals or enlisting in the military'),\n",
- " ('insurance premium', 'payment for insurance'),\n",
+ " 'clues': [('insurance premium', 'payment for insurance'),\n",
" ('agiotage', 'a fee charged for exchanging currencies'),\n",
" ('agio', 'a fee charged for exchanging currencies'),\n",
+ " ('bounty',\n",
+ " 'payment or reward (especially from a government) for acts such as catching criminals or killing predatory animals or enlisting in the military'),\n",
" ('exchange premium', 'a fee charged for exchanging currencies')]},\n",
" {'answer': 'preventative',\n",
" 'hint': 'synonyms for preventative',\n",
- " 'clues': [('hitch', 'any obstruction that impedes or is burdensome'),\n",
- " ('hinderance', 'any obstruction that impedes or is burdensome'),\n",
- " ('prophylactic',\n",
- " 'remedy that prevents or slows the course of an illness or disease'),\n",
- " ('preventive', 'any obstruction that impedes or is burdensome'),\n",
- " ('birth control device',\n",
+ " 'clues': [('incumbrance', 'any obstruction that impedes or is burdensome'),\n",
+ " ('prophylactic device',\n",
" 'an agent or device intended to prevent conception'),\n",
- " ('contraceptive', 'an agent or device intended to prevent conception'),\n",
+ " ('hindrance', 'any obstruction that impedes or is burdensome'),\n",
+ " ('preventive', 'an agent or device intended to prevent conception'),\n",
+ " ('interference', 'any obstruction that impedes or is burdensome'),\n",
" ('contraceptive device',\n",
" 'an agent or device intended to prevent conception'),\n",
- " ('incumbrance', 'any obstruction that impedes or is burdensome'),\n",
- " ('prophylactic device',\n",
- " 'an agent or device intended to prevent conception'),\n",
- " ('interference', 'any obstruction that impedes or is burdensome')]},\n",
- " {'answer': 'preventive',\n",
- " 'hint': 'synonyms for preventive',\n",
- " 'clues': [('hitch', 'any obstruction that impedes or is burdensome'),\n",
- " ('hinderance', 'any obstruction that impedes or is burdensome'),\n",
" ('prophylactic',\n",
" 'remedy that prevents or slows the course of an illness or disease'),\n",
- " ('preventative', 'any obstruction that impedes or is burdensome'),\n",
" ('birth control device',\n",
" 'an agent or device intended to prevent conception'),\n",
" ('contraceptive', 'an agent or device intended to prevent conception'),\n",
+ " ('hitch', 'any obstruction that impedes or is burdensome')]},\n",
+ " {'answer': 'preventive',\n",
+ " 'hint': 'synonyms for preventive',\n",
+ " 'clues': [('incumbrance', 'any obstruction that impedes or is burdensome'),\n",
+ " ('prophylactic device',\n",
+ " 'an agent or device intended to prevent conception'),\n",
+ " ('hindrance', 'any obstruction that impedes or is burdensome'),\n",
+ " ('interference', 'any obstruction that impedes or is burdensome'),\n",
" ('contraceptive device',\n",
" 'an agent or device intended to prevent conception'),\n",
- " ('incumbrance', 'any obstruction that impedes or is burdensome'),\n",
- " ('prophylactic device',\n",
+ " ('prophylactic',\n",
+ " 'remedy that prevents or slows the course of an illness or disease'),\n",
+ " ('contraceptive', 'an agent or device intended to prevent conception'),\n",
+ " ('birth control device',\n",
" 'an agent or device intended to prevent conception'),\n",
- " ('interference', 'any obstruction that impedes or is burdensome')]},\n",
+ " ('preventative', 'an agent or device intended to prevent conception'),\n",
+ " ('hitch', 'any obstruction that impedes or is burdensome')]},\n",
" {'answer': 'prime',\n",
" 'hint': 'synonyms for prime',\n",
" 'clues': [('bloom', 'the period of greatest prosperity or productivity'),\n",
- " ('efflorescence', 'the period of greatest prosperity or productivity'),\n",
+ " ('flower', 'the period of greatest prosperity or productivity'),\n",
+ " ('prime quantity', 'a number that has no factor but itself and 1'),\n",
" ('prime of life',\n",
" 'the time of maturity when power and vigor are greatest'),\n",
+ " ('blossom', 'the period of greatest prosperity or productivity'),\n",
+ " ('efflorescence', 'the period of greatest prosperity or productivity'),\n",
" ('flush', 'the period of greatest prosperity or productivity'),\n",
- " ('heyday', 'the period of greatest prosperity or productivity'),\n",
- " ('prime quantity', 'a number that has no factor but itself and 1'),\n",
" ('peak', 'the period of greatest prosperity or productivity'),\n",
- " ('flower', 'the period of greatest prosperity or productivity'),\n",
- " ('blossom', 'the period of greatest prosperity or productivity')]},\n",
+ " ('heyday', 'the period of greatest prosperity or productivity')]},\n",
" {'answer': 'privy',\n",
" 'hint': 'synonyms for privy',\n",
- " 'clues': [('bathroom',\n",
+ " 'clues': [('toilet',\n",
" 'a room or building equipped with one or more toilets'),\n",
+ " ('bathroom', 'a room or building equipped with one or more toilets'),\n",
" ('earth-closet',\n",
" 'a small outbuilding with a bench having holes through which a user can defecate'),\n",
- " ('lav', 'a room or building equipped with one or more toilets'),\n",
- " ('toilet', 'a room or building equipped with one or more toilets'),\n",
" ('outhouse',\n",
" 'a small outbuilding with a bench having holes through which a user can defecate'),\n",
- " ('can', 'a room or building equipped with one or more toilets'),\n",
- " ('lavatory', 'a room or building equipped with one or more toilets'),\n",
+ " ('lav', 'a room or building equipped with one or more toilets'),\n",
" ('john', 'a room or building equipped with one or more toilets'),\n",
" ('jakes',\n",
- " 'a small outbuilding with a bench having holes through which a user can defecate')]},\n",
+ " 'a small outbuilding with a bench having holes through which a user can defecate'),\n",
+ " ('can', 'a room or building equipped with one or more toilets'),\n",
+ " ('lavatory', 'a room or building equipped with one or more toilets')]},\n",
" {'answer': 'prize',\n",
" 'hint': 'synonyms for prize',\n",
- " 'clues': [('dirty money', 'goods or money obtained illegally'),\n",
- " ('plunder', 'goods or money obtained illegally'),\n",
- " ('loot', 'goods or money obtained illegally'),\n",
- " ('booty', 'goods or money obtained illegally'),\n",
+ " 'clues': [('pillage', 'goods or money obtained illegally'),\n",
" ('swag', 'goods or money obtained illegally'),\n",
+ " ('plunder', 'goods or money obtained illegally'),\n",
+ " ('trophy', 'something given as a token of victory'),\n",
+ " ('dirty money', 'goods or money obtained illegally'),\n",
" ('award',\n",
" 'something given for victory or superiority in a contest or competition or for winning a lottery'),\n",
- " ('pillage', 'goods or money obtained illegally'),\n",
- " ('trophy', 'something given as a token of victory')]},\n",
+ " ('loot', 'goods or money obtained illegally'),\n",
+ " ('booty', 'goods or money obtained illegally')]},\n",
" {'answer': 'prognostic',\n",
" 'hint': 'synonyms for prognostic',\n",
" 'clues': [('omen', 'a sign of something about to happen'),\n",
" ('prodigy', 'a sign of something about to happen'),\n",
- " ('portent', 'a sign of something about to happen'),\n",
" ('prognostication', 'a sign of something about to happen'),\n",
- " ('presage', 'a sign of something about to happen')]},\n",
+ " ('presage', 'a sign of something about to happen'),\n",
+ " ('portent', 'a sign of something about to happen')]},\n",
" {'answer': 'progressive',\n",
" 'hint': 'synonyms for progressive',\n",
" 'clues': [('imperfect tense',\n",
" 'a tense of verbs used in describing action that is on-going'),\n",
+ " ('progressive tense',\n",
+ " 'a tense of verbs used in describing action that is on-going'),\n",
" ('imperfect',\n",
" 'a tense of verbs used in describing action that is on-going'),\n",
" ('continuous tense',\n",
- " 'a tense of verbs used in describing action that is on-going'),\n",
- " ('progressive tense',\n",
" 'a tense of verbs used in describing action that is on-going')]},\n",
" {'answer': 'proof',\n",
" 'hint': 'synonyms for proof',\n",
- " 'clues': [('cogent evidence',\n",
+ " 'clues': [('test copy',\n",
+ " '(printing) an impression made to check for errors'),\n",
+ " ('cogent evidence',\n",
" 'any factual evidence that helps to establish the truth of something'),\n",
+ " ('substantiation',\n",
+ " 'the act of validating; finding or testing the truth of something'),\n",
" ('validation',\n",
" 'the act of validating; finding or testing the truth of something'),\n",
- " ('trial impression', '(printing) an impression made to check for errors'),\n",
- " ('test copy', '(printing) an impression made to check for errors'),\n",
- " ('substantiation',\n",
- " 'the act of validating; finding or testing the truth of something')]},\n",
+ " ('trial impression',\n",
+ " '(printing) an impression made to check for errors')]},\n",
" {'answer': 'prophylactic',\n",
" 'hint': 'synonyms for prophylactic',\n",
- " 'clues': [('preventive',\n",
- " 'remedy that prevents or slows the course of an illness or disease'),\n",
- " ('safe',\n",
+ " 'clues': [('safe',\n",
" 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
" ('rubber',\n",
" 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
- " ('safety',\n",
- " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
+ " ('preventive',\n",
+ " 'remedy that prevents or slows the course of an illness or disease'),\n",
" ('condom',\n",
+ " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
+ " ('safety',\n",
" 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse')]},\n",
" {'answer': 'puff',\n",
" 'hint': 'synonyms for puff',\n",
- " 'clues': [('pouffe', 'thick cushion used as a seat'),\n",
- " ('whiff', 'a short light gust of air'),\n",
+ " 'clues': [('blow', 'forceful exhalation through the nose or mouth'),\n",
+ " ('powderpuff',\n",
+ " 'a soft spherical object made from fluffy fibers; for applying powder to the skin'),\n",
" ('comfort',\n",
" 'bedding made of two layers of cloth filled with stuffing and stitched together'),\n",
+ " ('quilt',\n",
+ " 'bedding made of two layers of cloth filled with stuffing and stitched together'),\n",
" ('pouf', 'thick cushion used as a seat'),\n",
- " ('drag', 'a slow inhalation (as of tobacco smoke)'),\n",
" ('pull', 'a slow inhalation (as of tobacco smoke)'),\n",
" ('ottoman', 'thick cushion used as a seat'),\n",
" ('puff of air', 'a short light gust of air'),\n",
- " ('blow', 'forceful exhalation through the nose or mouth'),\n",
- " ('powderpuff',\n",
- " 'a soft spherical object made from fluffy fibers; for applying powder to the skin'),\n",
- " ('quilt',\n",
- " 'bedding made of two layers of cloth filled with stuffing and stitched together'),\n",
- " ('hassock', 'thick cushion used as a seat')]},\n",
+ " ('hassock', 'thick cushion used as a seat'),\n",
+ " ('drag', 'a slow inhalation (as of tobacco smoke)'),\n",
+ " ('whiff', 'a short light gust of air'),\n",
+ " ('pouffe', 'thick cushion used as a seat')]},\n",
" {'answer': 'punk',\n",
" 'hint': 'synonyms for punk',\n",
- " 'clues': [('kindling', 'material for starting a fire'),\n",
+ " 'clues': [('tinder', 'material for starting a fire'),\n",
+ " ('kindling', 'material for starting a fire'),\n",
" ('punk rock',\n",
" 'rock music with deliberately offensive lyrics expressing anger and social alienation; in part a reaction against progressive rock'),\n",
" ('touchwood', 'material for starting a fire'),\n",
- " ('tinder', 'material for starting a fire'),\n",
" ('spunk', 'material for starting a fire')]},\n",
" {'answer': 'quality',\n",
" 'hint': 'synonyms for quality',\n",
- " 'clues': [('lineament',\n",
- " 'a characteristic property that defines the apparent individual nature of something'),\n",
- " ('calibre', 'a degree or grade of excellence or worth'),\n",
- " ('character',\n",
+ " 'clues': [('tone',\n",
+ " '(music) the distinctive property of a complex sound (a voice or noise or musical sound)'),\n",
+ " ('lineament',\n",
" 'a characteristic property that defines the apparent individual nature of something'),\n",
" ('timber',\n",
" '(music) the distinctive property of a complex sound (a voice or noise or musical sound)'),\n",
- " ('tone',\n",
- " '(music) the distinctive property of a complex sound (a voice or noise or musical sound)'),\n",
+ " ('character',\n",
+ " 'a characteristic property that defines the apparent individual nature of something'),\n",
+ " ('calibre', 'a degree or grade of excellence or worth'),\n",
" ('timbre',\n",
" '(music) the distinctive property of a complex sound (a voice or noise or musical sound)')]},\n",
" {'answer': 'quaternary',\n",
" 'hint': 'synonyms for quaternary',\n",
- " 'clues': [('tetrad',\n",
+ " 'clues': [('quatern',\n",
" 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
" ('quartet', 'the cardinal number that is the sum of three and one'),\n",
- " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
- " ('quaternity', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quaternion', 'the cardinal number that is the sum of three and one'),\n",
+ " ('tetrad', 'the cardinal number that is the sum of three and one'),\n",
" ('four', 'the cardinal number that is the sum of three and one'),\n",
" ('4', 'the cardinal number that is the sum of three and one'),\n",
- " ('quatern', 'the cardinal number that is the sum of three and one'),\n",
- " ('quadruplet', 'the cardinal number that is the sum of three and one')]},\n",
+ " ('quadruplet', 'the cardinal number that is the sum of three and one'),\n",
+ " ('foursome', 'the cardinal number that is the sum of three and one'),\n",
+ " ('quaternity', 'the cardinal number that is the sum of three and one')]},\n",
" {'answer': 'quiet',\n",
" 'hint': 'synonyms for quiet',\n",
- " 'clues': [('placidity', 'a disposition free from stress or emotion'),\n",
+ " 'clues': [('tranquility', 'a disposition free from stress or emotion'),\n",
" ('repose', 'a disposition free from stress or emotion'),\n",
+ " ('placidity', 'a disposition free from stress or emotion'),\n",
" ('serenity', 'a disposition free from stress or emotion'),\n",
- " ('tranquillity', 'a disposition free from stress or emotion'),\n",
" ('silence', 'the absence of sound')]},\n",
" {'answer': 'radical',\n",
" 'hint': 'synonyms for radical',\n",
- " 'clues': [('base',\n",
- " '(linguistics) the form of a word after all affixes are removed'),\n",
- " ('free radical',\n",
- " 'an atom or group of atoms with at least one unpaired electron; in the body it is usually an oxygen molecule that has lost an electron and will stabilize itself by stealing an electron from a nearby molecule'),\n",
- " ('root',\n",
+ " 'clues': [('root word',\n",
" '(linguistics) the form of a word after all affixes are removed'),\n",
" ('chemical group',\n",
" '(chemistry) two or more atoms bound together as a single unit and forming part of a molecule'),\n",
- " ('stem',\n",
- " '(linguistics) the form of a word after all affixes are removed'),\n",
- " ('root word',\n",
- " '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('free radical',\n",
+ " 'an atom or group of atoms with at least one unpaired electron; in the body it is usually an oxygen molecule that has lost an electron and will stabilize itself by stealing an electron from a nearby molecule'),\n",
" ('group',\n",
" '(chemistry) two or more atoms bound together as a single unit and forming part of a molecule'),\n",
" ('theme',\n",
+ " '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('base',\n",
+ " '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('root',\n",
+ " '(linguistics) the form of a word after all affixes are removed'),\n",
+ " ('stem',\n",
" '(linguistics) the form of a word after all affixes are removed')]},\n",
" {'answer': 'radio',\n",
" 'hint': 'synonyms for radio',\n",
- " 'clues': [('wireless', 'medium for communication'),\n",
- " ('receiving set',\n",
+ " 'clues': [('radiocommunication', 'medium for communication'),\n",
+ " ('radio receiver',\n",
" 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
- " ('radio set',\n",
+ " ('receiving set',\n",
" 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
- " ('radiocommunication', 'medium for communication'),\n",
- " ('radio receiver',\n",
+ " ('wireless',\n",
" 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
" ('tuner',\n",
+ " 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
+ " ('radio set',\n",
" 'an electronic receiver that detects and demodulates and amplifies transmitted signals')]},\n",
" {'answer': 'raising',\n",
" 'hint': 'synonyms for raising',\n",
- " 'clues': [('bringing up',\n",
- " 'helping someone grow up to be an accepted member of the community'),\n",
- " ('breeding',\n",
- " 'helping someone grow up to be an accepted member of the community'),\n",
- " ('rearing',\n",
+ " 'clues': [('rearing',\n",
+ " 'the properties acquired as a consequence of the way you were treated as a child'),\n",
+ " ('lift', 'the event of something being raised upward'),\n",
+ " ('fostering',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
" ('elevation', 'the event of something being raised upward'),\n",
+ " ('nurture',\n",
+ " 'the properties acquired as a consequence of the way you were treated as a child'),\n",
" ('upbringing',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('fosterage',\n",
+ " ('bringing up',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('lift', 'the event of something being raised upward'),\n",
- " ('nurture',\n",
- " 'the properties acquired as a consequence of the way you were treated as a child'),\n",
- " ('fostering',\n",
+ " ('breeding',\n",
+ " 'helping someone grow up to be an accepted member of the community'),\n",
+ " ('fosterage',\n",
" 'helping someone grow up to be an accepted member of the community')]},\n",
" {'answer': 'rearing',\n",
" 'hint': 'synonyms for rearing',\n",
- " 'clues': [('bringing up',\n",
- " 'helping someone grow up to be an accepted member of the community'),\n",
- " ('breeding',\n",
+ " 'clues': [('fostering',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
" ('raising',\n",
" 'the properties acquired as a consequence of the way you were treated as a child'),\n",
+ " ('nurture',\n",
+ " 'the properties acquired as a consequence of the way you were treated as a child'),\n",
" ('upbringing',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('fosterage',\n",
+ " ('bringing up',\n",
" 'helping someone grow up to be an accepted member of the community'),\n",
- " ('nurture',\n",
- " 'the properties acquired as a consequence of the way you were treated as a child'),\n",
- " ('fostering',\n",
+ " ('breeding',\n",
+ " 'helping someone grow up to be an accepted member of the community'),\n",
+ " ('fosterage',\n",
" 'helping someone grow up to be an accepted member of the community')]},\n",
" {'answer': 'reflex',\n",
" 'hint': 'synonyms for reflex',\n",
- " 'clues': [('innate reflex',\n",
- " 'an automatic instinctive unlearned reaction to a stimulus'),\n",
- " ('unconditioned reflex',\n",
+ " 'clues': [('reflex action',\n",
" 'an automatic instinctive unlearned reaction to a stimulus'),\n",
- " ('physiological reaction',\n",
+ " ('reflex response',\n",
" 'an automatic instinctive unlearned reaction to a stimulus'),\n",
" ('instinctive reflex',\n",
" 'an automatic instinctive unlearned reaction to a stimulus'),\n",
- " ('reflex action',\n",
+ " ('innate reflex',\n",
" 'an automatic instinctive unlearned reaction to a stimulus'),\n",
- " ('inborn reflex',\n",
+ " ('unconditioned reflex',\n",
" 'an automatic instinctive unlearned reaction to a stimulus'),\n",
- " ('reflex response',\n",
+ " ('physiological reaction',\n",
+ " 'an automatic instinctive unlearned reaction to a stimulus'),\n",
+ " ('inborn reflex',\n",
" 'an automatic instinctive unlearned reaction to a stimulus')]},\n",
" {'answer': 'regulation',\n",
" 'hint': 'synonyms for regulation',\n",
- " 'clues': [('regularisation',\n",
- " 'the act of bringing to uniformity; making regular'),\n",
- " ('regulating', 'the act of controlling or directing according to rule'),\n",
- " ('rule', 'a principle or condition that customarily governs behavior'),\n",
- " ('ordinance', 'an authoritative rule')]},\n",
+ " 'clues': [('rule',\n",
+ " 'a principle or condition that customarily governs behavior'),\n",
+ " ('regularization', 'the act of bringing to uniformity; making regular'),\n",
+ " ('ordinance', 'an authoritative rule'),\n",
+ " ('regulating', 'the act of controlling or directing according to rule')]},\n",
" {'answer': 'requisite',\n",
" 'hint': 'synonyms for requisite',\n",
- " 'clues': [('necessity', 'anything indispensable'),\n",
+ " 'clues': [('requirement', 'anything indispensable'),\n",
" ('necessary', 'anything indispensable'),\n",
- " ('essential', 'anything indispensable'),\n",
- " ('requirement', 'anything indispensable')]},\n",
+ " ('necessity', 'anything indispensable'),\n",
+ " ('essential', 'anything indispensable')]},\n",
" {'answer': 'residual',\n",
" 'hint': 'synonyms for residual',\n",
- " 'clues': [('balance',\n",
+ " 'clues': [('residuum',\n",
" 'something left after other parts have been taken away'),\n",
- " ('rest', 'something left after other parts have been taken away'),\n",
- " ('residue', 'something left after other parts have been taken away'),\n",
+ " ('balance', 'something left after other parts have been taken away'),\n",
" ('remainder', 'something left after other parts have been taken away'),\n",
- " ('residuum', 'something left after other parts have been taken away')]},\n",
+ " ('rest', 'something left after other parts have been taken away'),\n",
+ " ('residue', 'something left after other parts have been taken away')]},\n",
" {'answer': 'resultant',\n",
" 'hint': 'synonyms for resultant',\n",
- " 'clues': [('outcome', 'something that results'),\n",
- " ('result', 'something that results'),\n",
- " ('termination', 'something that results'),\n",
+ " 'clues': [('termination', 'something that results'),\n",
+ " ('final result', 'something that results'),\n",
+ " ('outcome', 'something that results'),\n",
" ('vector sum', 'a vector that is the sum of two or more other vectors'),\n",
- " ('final result', 'something that results')]},\n",
+ " ('result', 'something that results')]},\n",
" {'answer': 'reverse',\n",
" 'hint': 'synonyms for reverse',\n",
- " 'clues': [('reversion', 'turning in the opposite direction'),\n",
- " ('reversal',\n",
+ " 'clues': [('reversal',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
- " ('turnaround', 'turning in the opposite direction'),\n",
+ " ('turnabout', 'turning in the opposite direction'),\n",
" ('opposite', 'a relation of direct opposition'),\n",
" ('verso',\n",
" 'the side of a coin or medal that does not bear the principal design'),\n",
- " ('setback',\n",
+ " ('blow',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
+ " ('reversion', 'turning in the opposite direction'),\n",
" ('black eye',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
- " ('turnabout', 'turning in the opposite direction'),\n",
- " ('blow',\n",
- " 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
+ " ('contrary', 'a relation of direct opposition'),\n",
" ('reverse gear',\n",
" 'the gears by which the motion of a machine can be reversed'),\n",
- " ('contrary', 'a relation of direct opposition')]},\n",
+ " ('setback',\n",
+ " 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
+ " ('turnaround', 'turning in the opposite direction')]},\n",
" {'answer': 'reverting',\n",
" 'hint': 'synonyms for reverting',\n",
- " 'clues': [('lapsing', 'a failure to maintain a higher state'),\n",
- " ('lapse', 'a failure to maintain a higher state'),\n",
- " ('backsliding', 'a failure to maintain a higher state'),\n",
+ " 'clues': [('lapse', 'a failure to maintain a higher state'),\n",
+ " ('relapse', 'a failure to maintain a higher state'),\n",
+ " ('lapsing', 'a failure to maintain a higher state'),\n",
" ('reversion', 'a failure to maintain a higher state'),\n",
- " ('relapse', 'a failure to maintain a higher state')]},\n",
+ " ('backsliding', 'a failure to maintain a higher state')]},\n",
" {'answer': 'rising',\n",
" 'hint': 'synonyms for rising',\n",
- " 'clues': [('rebellion',\n",
- " 'organized opposition to authority; a conflict in which one faction tries to wrest control from another'),\n",
- " ('rise', 'a movement upward'),\n",
- " ('ascent', 'a movement upward'),\n",
- " ('revolt',\n",
+ " 'clues': [('insurrection',\n",
" 'organized opposition to authority; a conflict in which one faction tries to wrest control from another'),\n",
" ('uprising',\n",
" 'organized opposition to authority; a conflict in which one faction tries to wrest control from another'),\n",
- " ('insurrection',\n",
+ " ('rebellion',\n",
" 'organized opposition to authority; a conflict in which one faction tries to wrest control from another'),\n",
+ " ('ascent', 'a movement upward'),\n",
+ " ('revolt',\n",
+ " 'organized opposition to authority; a conflict in which one faction tries to wrest control from another'),\n",
+ " ('rise', 'a movement upward'),\n",
" ('ascension', 'a movement upward')]},\n",
" {'answer': 'roaring',\n",
" 'hint': 'synonyms for roaring',\n",
" 'clues': [('roar', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('thunder', 'a deep prolonged loud noise'),\n",
- " ('holla', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('hollo', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('holler', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('hollering', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('holloa', 'a very loud utterance (like the sound of an animal)'),\n",
" ('bellow', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('yowl', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('boom', 'a deep prolonged loud noise')]},\n",
+ " ('boom', 'a deep prolonged loud noise'),\n",
+ " ('thunder', 'a deep prolonged loud noise'),\n",
+ " ('yowl', 'a very loud utterance (like the sound of an animal)')]},\n",
" {'answer': 'rose',\n",
" 'hint': 'synonyms for rose',\n",
" 'clues': [('rosiness', 'a dusty pink color'),\n",
- " ('rose wine',\n",
+ " ('blush wine',\n",
" 'pinkish table wine from red grapes whose skins were removed after fermentation began'),\n",
" ('pink wine',\n",
" 'pinkish table wine from red grapes whose skins were removed after fermentation began'),\n",
- " ('blush wine',\n",
+ " ('rose wine',\n",
" 'pinkish table wine from red grapes whose skins were removed after fermentation began')]},\n",
" {'answer': 'rotary',\n",
" 'hint': 'synonyms for rotary',\n",
- " 'clues': [('synchronous converter',\n",
- " 'electrical converter consisting of a synchronous machine that converts alternating to direct current or vice versa'),\n",
- " ('rotary converter',\n",
+ " 'clues': [('rotary converter',\n",
" 'electrical converter consisting of a synchronous machine that converts alternating to direct current or vice versa'),\n",
+ " ('traffic circle',\n",
+ " 'a road junction at which traffic streams circularly around a central island'),\n",
" ('roundabout',\n",
" 'a road junction at which traffic streams circularly around a central island'),\n",
" ('circle',\n",
" 'a road junction at which traffic streams circularly around a central island'),\n",
- " ('traffic circle',\n",
- " 'a road junction at which traffic streams circularly around a central island')]},\n",
+ " ('synchronous converter',\n",
+ " 'electrical converter consisting of a synchronous machine that converts alternating to direct current or vice versa')]},\n",
" {'answer': 'rough-and-tumble',\n",
" 'hint': 'synonyms for rough-and-tumble',\n",
- " 'clues': [('tussle', 'disorderly fighting'),\n",
- " ('dogfight', 'disorderly fighting'),\n",
- " ('scuffle', 'disorderly fighting'),\n",
- " ('hassle', 'disorderly fighting')]},\n",
+ " 'clues': [('scuffle', 'disorderly fighting'),\n",
+ " ('tussle', 'disorderly fighting'),\n",
+ " ('hassle', 'disorderly fighting'),\n",
+ " ('dogfight', 'disorderly fighting')]},\n",
" {'answer': 'round',\n",
" 'hint': 'synonyms for round',\n",
- " 'clues': [('circle', 'any circular or rotating mechanism'),\n",
- " ('troll',\n",
- " 'a partsong in which voices follow each other; one voice starts and others join in one after another until all are singing different parts of the song at the same time'),\n",
+ " 'clues': [('one shot', 'a charge of ammunition for a single shot'),\n",
+ " ('daily round', 'the usual activities in your day'),\n",
+ " ('rung', 'a crosspiece between the legs of a chair'),\n",
+ " ('unit of ammunition', 'a charge of ammunition for a single shot'),\n",
" ('rhythm',\n",
" 'an interval during which a recurring sequence of events occurs'),\n",
- " ('beat', 'a regular route for a sentry or policeman'),\n",
" ('stave', 'a crosspiece between the legs of a chair'),\n",
- " ('round of golf', 'the activity of playing 18 holes of golf'),\n",
- " ('round of drinks', 'a serving to each of a group (usually alcoholic)'),\n",
- " ('one shot', 'a charge of ammunition for a single shot'),\n",
- " ('rung', 'a crosspiece between the legs of a chair'),\n",
" ('turn', '(sports) a division during which one team is on the offensive'),\n",
- " ('unit of ammunition', 'a charge of ammunition for a single shot'),\n",
- " ('daily round', 'the usual activities in your day'),\n",
+ " ('troll',\n",
+ " 'a partsong in which voices follow each other; one voice starts and others join in one after another until all are singing different parts of the song at the same time'),\n",
+ " ('round of drinks', 'a serving to each of a group (usually alcoholic)'),\n",
+ " ('circle', 'any circular or rotating mechanism'),\n",
" ('cycle',\n",
" 'an interval during which a recurring sequence of events occurs'),\n",
- " ('bout',\n",
- " '(sports) a division during which one team is on the offensive')]},\n",
+ " ('beat', 'a regular route for a sentry or policeman'),\n",
+ " ('bout', '(sports) a division during which one team is on the offensive'),\n",
+ " ('round of golf', 'the activity of playing 18 holes of golf')]},\n",
" {'answer': 'roundabout',\n",
" 'hint': 'synonyms for roundabout',\n",
- " 'clues': [('rotary',\n",
- " 'a road junction at which traffic streams circularly around a central island'),\n",
- " ('carrousel',\n",
+ " 'clues': [('carousel',\n",
+ " 'a large, rotating machine with seats for children to ride or amusement'),\n",
+ " ('merry-go-round',\n",
" 'a large, rotating machine with seats for children to ride or amusement'),\n",
" ('whirligig',\n",
" 'a large, rotating machine with seats for children to ride or amusement'),\n",
- " ('circle',\n",
+ " ('rotary',\n",
" 'a road junction at which traffic streams circularly around a central island'),\n",
" ('traffic circle',\n",
" 'a road junction at which traffic streams circularly around a central island'),\n",
- " ('merry-go-round',\n",
- " 'a large, rotating machine with seats for children to ride or amusement')]},\n",
+ " ('circle',\n",
+ " 'a road junction at which traffic streams circularly around a central island')]},\n",
" {'answer': 'routine',\n",
" 'hint': 'synonyms for routine',\n",
- " 'clues': [('procedure',\n",
+ " 'clues': [('modus operandi',\n",
+ " 'an unvarying or habitual method or procedure'),\n",
+ " ('subroutine',\n",
" 'a set sequence of steps, part of larger computer program'),\n",
- " ('bit',\n",
- " 'a short theatrical performance that is part of a longer program'),\n",
" ('number',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
- " ('function', 'a set sequence of steps, part of larger computer program'),\n",
- " ('subroutine',\n",
- " 'a set sequence of steps, part of larger computer program'),\n",
" ('subprogram',\n",
" 'a set sequence of steps, part of larger computer program'),\n",
- " ('modus operandi', 'an unvarying or habitual method or procedure'),\n",
" ('turn',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
+ " ('bit',\n",
+ " 'a short theatrical performance that is part of a longer program'),\n",
" ('act',\n",
- " 'a short theatrical performance that is part of a longer program')]},\n",
+ " 'a short theatrical performance that is part of a longer program'),\n",
+ " ('procedure', 'a set sequence of steps, part of larger computer program'),\n",
+ " ('function',\n",
+ " 'a set sequence of steps, part of larger computer program')]},\n",
" {'answer': 'rubber',\n",
" 'hint': 'synonyms for rubber',\n",
- " 'clues': [('natural rubber',\n",
- " 'an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products'),\n",
- " ('rubber eraser',\n",
- " 'an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil'),\n",
- " ('pencil eraser',\n",
- " 'an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil'),\n",
- " ('prophylactic',\n",
+ " 'clues': [('safe',\n",
" 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
" ('synthetic rubber',\n",
" 'any of various synthetic elastic materials whose properties resemble natural rubber'),\n",
- " ('safe',\n",
- " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
- " ('arctic',\n",
- " 'a waterproof overshoe that protects shoes from water or snow'),\n",
" ('caoutchouc',\n",
" 'an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products'),\n",
- " ('safety',\n",
- " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
- " ('gum elastic',\n",
- " 'an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products'),\n",
" ('galosh',\n",
" 'a waterproof overshoe that protects shoes from water or snow'),\n",
" ('golosh',\n",
" 'a waterproof overshoe that protects shoes from water or snow'),\n",
- " ('gumshoe',\n",
- " 'a waterproof overshoe that protects shoes from water or snow'),\n",
+ " ('natural rubber',\n",
+ " 'an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products'),\n",
+ " ('pencil eraser',\n",
+ " 'an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil'),\n",
" ('condom',\n",
- " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse')]},\n",
+ " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
+ " ('safety',\n",
+ " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
+ " ('prophylactic',\n",
+ " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
+ " ('arctic',\n",
+ " 'a waterproof overshoe that protects shoes from water or snow'),\n",
+ " ('gum elastic',\n",
+ " 'an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products'),\n",
+ " ('rubber eraser',\n",
+ " 'an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil'),\n",
+ " ('gumshoe',\n",
+ " 'a waterproof overshoe that protects shoes from water or snow')]},\n",
" {'answer': 'runaway',\n",
" 'hint': 'synonyms for runaway',\n",
- " 'clues': [('walkaway', 'an easy victory'),\n",
- " ('laugher', 'an easy victory'),\n",
- " ('shoo-in', 'an easy victory'),\n",
+ " 'clues': [('laugher', 'an easy victory'),\n",
+ " ('romp', 'an easy victory'),\n",
+ " ('walkaway', 'an easy victory'),\n",
" ('blowout', 'an easy victory'),\n",
- " ('romp', 'an easy victory')]},\n",
+ " ('shoo-in', 'an easy victory')]},\n",
" {'answer': 'running',\n",
" 'hint': 'synonyms for running',\n",
- " 'clues': [('run', 'the act of running; traveling on foot at a fast pace'),\n",
+ " 'clues': [('running game',\n",
+ " '(American football) a play in which a player attempts to carry the ball through or past the opposing team'),\n",
+ " ('run',\n",
+ " '(American football) a play in which a player attempts to carry the ball through or past the opposing team'),\n",
" ('track',\n",
" 'the act of participating in an athletic competition involving running on a track'),\n",
- " ('running game',\n",
- " '(American football) a play in which a player attempts to carry the ball through or past the opposing team'),\n",
" ('running play',\n",
" '(American football) a play in which a player attempts to carry the ball through or past the opposing team')]},\n",
" {'answer': 'rush',\n",
" 'hint': 'synonyms for rush',\n",
- " 'clues': [('rushing',\n",
- " 'the act of moving hurriedly and in a careless manner'),\n",
+ " 'clues': [('spate', 'a sudden forceful flow'),\n",
+ " ('rushing',\n",
+ " '(American football) an attempt to advance the ball by running into the line'),\n",
+ " ('hurry', 'the act of moving hurriedly and in a careless manner'),\n",
" ('boot', 'the swift release of a store of affective force'),\n",
- " ('surge', 'a sudden forceful flow'),\n",
+ " ('flush', 'the swift release of a store of affective force'),\n",
+ " ('kick', 'the swift release of a store of affective force'),\n",
" ('upsurge', 'a sudden forceful flow'),\n",
- " ('haste', 'the act of moving hurriedly and in a careless manner'),\n",
- " ('bang', 'the swift release of a store of affective force'),\n",
" ('charge', 'the swift release of a store of affective force'),\n",
- " ('kick', 'the swift release of a store of affective force'),\n",
- " ('flush', 'the swift release of a store of affective force'),\n",
- " ('thrill', 'the swift release of a store of affective force'),\n",
- " ('hurry', 'the act of moving hurriedly and in a careless manner'),\n",
- " ('spate', 'a sudden forceful flow')]},\n",
+ " ('surge', 'a sudden forceful flow'),\n",
+ " ('bang', 'the swift release of a store of affective force'),\n",
+ " ('haste', 'the act of moving hurriedly and in a careless manner'),\n",
+ " ('thrill', 'the swift release of a store of affective force')]},\n",
" {'answer': 'sable',\n",
" 'hint': 'synonyms for sable',\n",
- " 'clues': [('sable brush', \"an artist's brush made of sable hairs\"),\n",
- " ('jet black', 'a very dark black'),\n",
- " (\"sable's hair pencil\", \"an artist's brush made of sable hairs\"),\n",
- " ('soot black', 'a very dark black'),\n",
- " ('pitch black', 'a very dark black'),\n",
+ " 'clues': [('pitch black', 'a very dark black'),\n",
" ('coal black', 'a very dark black'),\n",
- " ('ebony', 'a very dark black')]},\n",
+ " (\"sable's hair pencil\", \"an artist's brush made of sable hairs\"),\n",
+ " ('ebony', 'a very dark black'),\n",
+ " ('jet black', 'a very dark black'),\n",
+ " ('sable brush', \"an artist's brush made of sable hairs\"),\n",
+ " ('soot black', 'a very dark black')]},\n",
" {'answer': 'safe',\n",
" 'hint': 'synonyms for safe',\n",
" 'clues': [('rubber',\n",
" 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
- " ('prophylactic',\n",
- " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
" ('safety',\n",
" 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
" ('condom',\n",
+ " 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse'),\n",
+ " ('prophylactic',\n",
" 'contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse')]},\n",
" {'answer': 'salt',\n",
" 'hint': 'synonyms for salt',\n",
- " 'clues': [('table salt',\n",
+ " 'clues': [('common salt',\n",
" 'white crystalline form of especially sodium chloride used to season and preserve food'),\n",
" ('saltiness',\n",
" 'the taste experience when common salt is taken into the mouth'),\n",
+ " ('table salt',\n",
+ " 'white crystalline form of especially sodium chloride used to season and preserve food'),\n",
" ('salinity',\n",
- " 'the taste experience when common salt is taken into the mouth'),\n",
- " ('common salt',\n",
- " 'white crystalline form of especially sodium chloride used to season and preserve food')]},\n",
+ " 'the taste experience when common salt is taken into the mouth')]},\n",
" {'answer': 'sapphire',\n",
" 'hint': 'synonyms for sapphire',\n",
- " 'clues': [('azure', 'a light shade of blue'),\n",
- " ('lazuline', 'a light shade of blue'),\n",
+ " 'clues': [('lazuline', 'a light shade of blue'),\n",
" ('cerulean', 'a light shade of blue'),\n",
- " ('sky-blue', 'a light shade of blue')]},\n",
+ " ('sky-blue', 'a light shade of blue'),\n",
+ " ('azure', 'a light shade of blue')]},\n",
" {'answer': 'saving',\n",
" 'hint': 'synonyms for saving',\n",
- " 'clues': [('economy', 'an act of economizing; reduction in cost'),\n",
- " ('deliverance', 'recovery or preservation from loss or danger'),\n",
- " ('delivery', 'recovery or preservation from loss or danger'),\n",
+ " 'clues': [('rescue', 'recovery or preservation from loss or danger'),\n",
+ " ('economy', 'an act of economizing; reduction in cost'),\n",
" ('preservation',\n",
" 'the activity of protecting something from loss or danger'),\n",
- " ('rescue', 'recovery or preservation from loss or danger')]},\n",
+ " ('delivery', 'recovery or preservation from loss or danger'),\n",
+ " ('deliverance', 'recovery or preservation from loss or danger')]},\n",
" {'answer': 'scrub',\n",
" 'hint': 'synonyms for scrub',\n",
- " 'clues': [('scouring',\n",
+ " 'clues': [('bush',\n",
+ " 'dense vegetation consisting of stunted trees or bushes'),\n",
+ " ('scrubbing',\n",
" 'the act of cleaning a surface by rubbing it with a brush and soap and water'),\n",
" ('chaparral', 'dense vegetation consisting of stunted trees or bushes'),\n",
- " ('bush', 'dense vegetation consisting of stunted trees or bushes'),\n",
- " ('scrubbing',\n",
+ " ('scouring',\n",
" 'the act of cleaning a surface by rubbing it with a brush and soap and water')]},\n",
" {'answer': 'second',\n",
" 'hint': 'synonyms for second',\n",
- " 'clues': [('arcsecond', 'a 60th part of a minute of arc'),\n",
- " ('sec',\n",
- " \"1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites\"),\n",
- " ('bit', 'an indefinitely short time'),\n",
- " ('minute', 'an indefinitely short time'),\n",
- " ('endorsement', 'a speech seconding a motion'),\n",
- " ('moment', 'an indefinitely short time'),\n",
+ " 'clues': [('endorsement', 'a speech seconding a motion'),\n",
" ('s',\n",
" \"1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites\"),\n",
" ('second gear',\n",
" 'the gear that has the second lowest forward gear ratio in the gear box of a motor vehicle'),\n",
- " ('second base',\n",
- " 'the fielding position of the player on a baseball team who is stationed near the second of the bases in the infield'),\n",
- " ('mo', 'an indefinitely short time'),\n",
- " ('instant', 'a particular point in time'),\n",
+ " ('arcsecond', 'a 60th part of a minute of arc'),\n",
+ " ('secondment', 'a speech seconding a motion'),\n",
" ('irregular',\n",
" 'merchandise that has imperfections; usually sold at a reduced price without the brand name'),\n",
- " ('secondment', 'a speech seconding a motion')]},\n",
+ " ('mo', 'an indefinitely short time'),\n",
+ " ('moment', 'a particular point in time'),\n",
+ " ('instant', 'a particular point in time'),\n",
+ " ('sec',\n",
+ " \"1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites\"),\n",
+ " ('second base',\n",
+ " 'the fielding position of the player on a baseball team who is stationed near the second of the bases in the infield'),\n",
+ " ('bit', 'an indefinitely short time'),\n",
+ " ('minute', 'an indefinitely short time')]},\n",
" {'answer': 'secret',\n",
" 'hint': 'synonyms for secret',\n",
- " 'clues': [('arcanum', 'information known only to a special group'),\n",
- " ('mystery',\n",
- " 'something that baffles understanding and cannot be explained'),\n",
- " ('closed book',\n",
+ " 'clues': [('closed book',\n",
" 'something that baffles understanding and cannot be explained'),\n",
+ " ('arcanum', 'information known only to a special group'),\n",
" ('enigma',\n",
+ " 'something that baffles understanding and cannot be explained'),\n",
+ " ('mystery',\n",
" 'something that baffles understanding and cannot be explained')]},\n",
" {'answer': 'seeing',\n",
" 'hint': 'synonyms for seeing',\n",
@@ -27547,473 +27581,480 @@
" ('sightedness', 'normal use of the faculty of vision')]},\n",
" {'answer': 'set',\n",
" 'hint': 'synonyms for set',\n",
- " 'clues': [('lot', 'an unofficial association of people or groups'),\n",
- " ('circle', 'an unofficial association of people or groups'),\n",
- " ('solidification',\n",
+ " 'clues': [('exercise set',\n",
+ " 'several exercises intended to be done in series'),\n",
+ " ('readiness',\n",
+ " '(psychology) being temporarily ready to respond in a particular way'),\n",
+ " ('solidifying',\n",
" 'the process of becoming hard or solid by cooling or drying or crystallization'),\n",
- " ('curing',\n",
+ " ('lot', 'an unofficial association of people or groups'),\n",
+ " ('stage set',\n",
+ " 'representation consisting of the scenery and other properties used to identify the location of a dramatic production'),\n",
+ " ('solidification',\n",
" 'the process of becoming hard or solid by cooling or drying or crystallization'),\n",
" ('bent',\n",
" 'a relatively permanent inclination to react in a particular way'),\n",
- " ('exercise set', 'several exercises intended to be done in series'),\n",
- " ('readiness',\n",
- " '(psychology) being temporarily ready to respond in a particular way'),\n",
+ " ('circle', 'an unofficial association of people or groups'),\n",
" ('hardening',\n",
" 'the process of becoming hard or solid by cooling or drying or crystallization'),\n",
- " ('stage set',\n",
- " 'representation consisting of the scenery and other properties used to identify the location of a dramatic production'),\n",
- " ('band', 'an unofficial association of people or groups'),\n",
- " ('solidifying',\n",
- " 'the process of becoming hard or solid by cooling or drying or crystallization')]},\n",
+ " ('curing',\n",
+ " 'the process of becoming hard or solid by cooling or drying or crystallization'),\n",
+ " ('band', 'an unofficial association of people or groups')]},\n",
" {'answer': 'seven',\n",
" 'hint': 'synonyms for seven',\n",
- " 'clues': [('7', 'the cardinal number that is the sum of six and one'),\n",
+ " 'clues': [('sevener',\n",
+ " 'the cardinal number that is the sum of six and one'),\n",
+ " ('septenary', 'the cardinal number that is the sum of six and one'),\n",
+ " ('7', 'the cardinal number that is the sum of six and one'),\n",
+ " ('septet', 'the cardinal number that is the sum of six and one'),\n",
" ('seven-spot',\n",
" 'one of four playing cards in a deck with seven pips on the face'),\n",
- " ('septet', 'the cardinal number that is the sum of six and one'),\n",
- " ('septenary', 'the cardinal number that is the sum of six and one'),\n",
- " ('heptad', 'the cardinal number that is the sum of six and one'),\n",
- " ('sevener', 'the cardinal number that is the sum of six and one')]},\n",
+ " ('heptad', 'the cardinal number that is the sum of six and one')]},\n",
" {'answer': 'shot',\n",
" 'hint': 'synonyms for shot',\n",
- " 'clues': [('jibe',\n",
- " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
- " ('shooting', 'the act of firing a projectile'),\n",
- " ('snap',\n",
- " 'an informal photograph; usually made with a small hand-held camera'),\n",
- " ('guessing', 'an estimate based on little or no information'),\n",
- " ('dead reckoning', 'an estimate based on little or no information'),\n",
- " ('dig',\n",
+ " 'clues': [('dig',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
- " ('shaft',\n",
+ " ('stab', 'informal words for any attempt or effort'),\n",
+ " ('nip', 'a small drink of liquor'),\n",
+ " ('slam',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
+ " ('pellet', 'a solid missile discharged from a firearm'),\n",
" ('blastoff',\n",
" 'the launching of a missile or spacecraft to a specified destination'),\n",
- " ('pellet', 'a solid missile discharged from a firearm'),\n",
- " ('stroke',\n",
- " '(sports) the act of swinging or striking at a ball with a club or racket or bat or cue or hand'),\n",
- " ('injection',\n",
- " 'the act of putting a liquid into the body by means of a syringe'),\n",
- " ('slam',\n",
- " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
- " ('snapshot',\n",
- " 'an informal photograph; usually made with a small hand-held camera'),\n",
" ('gibe',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
- " ('guesswork', 'an estimate based on little or no information'),\n",
- " ('stab', 'informal words for any attempt or effort'),\n",
+ " ('jibe',\n",
+ " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
+ " ('shaft',\n",
+ " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
+ " ('guessing', 'an estimate based on little or no information'),\n",
+ " ('injection',\n",
+ " 'the act of putting a liquid into the body by means of a syringe'),\n",
+ " ('dead reckoning', 'an estimate based on little or no information'),\n",
+ " ('shooting', 'the act of firing a projectile'),\n",
" ('scene',\n",
" 'a consecutive series of pictures that constitutes a unit of action in a film'),\n",
+ " ('guesswork', 'an estimate based on little or no information'),\n",
+ " ('snapshot',\n",
+ " 'an informal photograph; usually made with a small hand-held camera'),\n",
" ('barb',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
- " ('nip', 'a small drink of liquor')]},\n",
+ " ('snap',\n",
+ " 'an informal photograph; usually made with a small hand-held camera'),\n",
+ " ('stroke',\n",
+ " '(sports) the act of swinging or striking at a ball with a club or racket or bat or cue or hand')]},\n",
" {'answer': 'side',\n",
" 'hint': 'synonyms for side',\n",
- " 'clues': [('incline', 'an elevated geological formation'),\n",
+ " 'clues': [('side of meat',\n",
+ " \"a lengthwise dressed half of an animal's carcass used for food\"),\n",
+ " ('face', 'a surface forming part of the outside of an object'),\n",
" ('slope', 'an elevated geological formation'),\n",
" ('position',\n",
" 'an opinion that is held in opposition to another in an argument or dispute'),\n",
- " ('side of meat',\n",
- " \"a lengthwise dressed half of an animal's carcass used for food\"),\n",
- " ('face', 'a surface forming part of the outside of an object')]},\n",
+ " ('incline', 'an elevated geological formation')]},\n",
" {'answer': 'sign',\n",
" 'hint': 'synonyms for sign',\n",
- " 'clues': [('mark',\n",
- " 'a perceptible indication of something not immediately apparent (as a visible clue that something has happened)'),\n",
- " ('mansion',\n",
- " '(astrology) one of 12 equal areas into which the zodiac is divided'),\n",
+ " 'clues': [('signboard',\n",
+ " 'structure displaying a board on which advertisements can be posted'),\n",
" ('polarity',\n",
" 'having an indicated pole (as the distinction between positive and negative electric charges)'),\n",
- " ('signal', 'any nonverbal action or gesture that encodes a message'),\n",
- " ('star sign',\n",
- " '(astrology) one of 12 equal areas into which the zodiac is divided'),\n",
- " ('foretoken',\n",
- " 'an event that is experienced as indicating important things to come'),\n",
" ('house',\n",
" '(astrology) one of 12 equal areas into which the zodiac is divided'),\n",
- " ('signboard',\n",
- " 'structure displaying a board on which advertisements can be posted'),\n",
- " ('sign of the zodiac',\n",
- " '(astrology) one of 12 equal areas into which the zodiac is divided'),\n",
" ('augury',\n",
" 'an event that is experienced as indicating important things to come'),\n",
+ " ('signaling', 'any nonverbal action or gesture that encodes a message'),\n",
+ " ('foretoken',\n",
+ " 'an event that is experienced as indicating important things to come'),\n",
" ('preindication',\n",
" 'an event that is experienced as indicating important things to come'),\n",
+ " ('star sign',\n",
+ " '(astrology) one of 12 equal areas into which the zodiac is divided'),\n",
+ " ('mark',\n",
+ " 'a perceptible indication of something not immediately apparent (as a visible clue that something has happened)'),\n",
" ('planetary house',\n",
+ " '(astrology) one of 12 equal areas into which the zodiac is divided'),\n",
+ " ('sign of the zodiac',\n",
+ " '(astrology) one of 12 equal areas into which the zodiac is divided'),\n",
+ " ('mansion',\n",
" '(astrology) one of 12 equal areas into which the zodiac is divided')]},\n",
" {'answer': 'silver',\n",
" 'hint': 'synonyms for silver',\n",
- " 'clues': [('atomic number 47',\n",
- " 'a soft white precious univalent metallic element having the highest electrical and thermal conductivity of any metal; occurs in argentite and in free form; used in coins and jewelry and tableware and photography'),\n",
- " ('ash gray', 'a light shade of grey'),\n",
+ " 'clues': [('silver medal',\n",
+ " 'a trophy made of silver (or having the appearance of silver) that is usually awarded for winning second place in a competition'),\n",
" ('silver gray', 'a light shade of grey'),\n",
- " ('flatware', 'silverware eating utensils'),\n",
- " ('silver medal',\n",
- " 'a trophy made of silver (or having the appearance of silver) that is usually awarded for winning second place in a competition')]},\n",
+ " ('ash gray', 'a light shade of grey'),\n",
+ " ('atomic number 47',\n",
+ " 'a soft white precious univalent metallic element having the highest electrical and thermal conductivity of any metal; occurs in argentite and in free form; used in coins and jewelry and tableware and photography'),\n",
+ " ('flatware', 'silverware eating utensils')]},\n",
" {'answer': 'single',\n",
" 'hint': 'synonyms for single',\n",
- " 'clues': [('bingle',\n",
- " 'a base hit on which the batter stops safely at first base'),\n",
+ " 'clues': [('1',\n",
+ " 'the smallest whole number or a numeral representing this number'),\n",
+ " ('unity',\n",
+ " 'the smallest whole number or a numeral representing this number'),\n",
" ('ace',\n",
" 'the smallest whole number or a numeral representing this number'),\n",
+ " ('bingle', 'a base hit on which the batter stops safely at first base'),\n",
" ('one',\n",
- " 'the smallest whole number or a numeral representing this number'),\n",
- " ('1', 'the smallest whole number or a numeral representing this number'),\n",
- " ('unity',\n",
" 'the smallest whole number or a numeral representing this number')]},\n",
" {'answer': 'six',\n",
" 'hint': 'synonyms for six',\n",
- " 'clues': [('hexad', 'the cardinal number that is the sum of five and one'),\n",
+ " 'clues': [('six-spot',\n",
+ " 'a playing card or domino or die whose upward face shows six pips'),\n",
+ " ('sise', 'the cardinal number that is the sum of five and one'),\n",
+ " ('half a dozen', 'the cardinal number that is the sum of five and one'),\n",
" ('sextuplet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('sestet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('hexad', 'the cardinal number that is the sum of five and one'),\n",
" ('6', 'the cardinal number that is the sum of five and one'),\n",
- " ('half a dozen', 'the cardinal number that is the sum of five and one'),\n",
- " ('sise', 'the cardinal number that is the sum of five and one'),\n",
- " ('sextet', 'the cardinal number that is the sum of five and one'),\n",
" ('sixer', 'the cardinal number that is the sum of five and one'),\n",
- " ('sestet', 'the cardinal number that is the sum of five and one'),\n",
- " ('six-spot',\n",
- " 'a playing card or domino or die whose upward face shows six pips')]},\n",
+ " ('sextet', 'the cardinal number that is the sum of five and one')]},\n",
" {'answer': 'sky-blue',\n",
" 'hint': 'synonyms for sky-blue',\n",
- " 'clues': [('azure', 'a light shade of blue'),\n",
- " ('sapphire', 'a light shade of blue'),\n",
- " ('lazuline', 'a light shade of blue'),\n",
- " ('cerulean', 'a light shade of blue')]},\n",
+ " 'clues': [('lazuline', 'a light shade of blue'),\n",
+ " ('cerulean', 'a light shade of blue'),\n",
+ " ('azure', 'a light shade of blue'),\n",
+ " ('sapphire', 'a light shade of blue')]},\n",
" {'answer': 'slack',\n",
" 'hint': 'synonyms for slack',\n",
- " 'clues': [('slump',\n",
- " 'a noticeable deterioration in performance or quality'),\n",
- " ('quag', 'a soft wet area of low-lying land that sinks underfoot'),\n",
- " ('falling off', 'a noticeable deterioration in performance or quality'),\n",
- " ('falloff', 'a noticeable deterioration in performance or quality'),\n",
+ " 'clues': [('morass',\n",
+ " 'a soft wet area of low-lying land that sinks underfoot'),\n",
" ('slackness', 'the quality of being loose (not taut)'),\n",
- " ('mire', 'a soft wet area of low-lying land that sinks underfoot'),\n",
- " ('morass', 'a soft wet area of low-lying land that sinks underfoot'),\n",
" ('drop-off', 'a noticeable deterioration in performance or quality'),\n",
+ " ('slack water', 'a stretch of water without current or movement'),\n",
" ('quagmire', 'a soft wet area of low-lying land that sinks underfoot'),\n",
- " ('slack water', 'a stretch of water without current or movement')]},\n",
+ " ('mire', 'a soft wet area of low-lying land that sinks underfoot'),\n",
+ " ('falloff', 'a noticeable deterioration in performance or quality'),\n",
+ " ('quag', 'a soft wet area of low-lying land that sinks underfoot'),\n",
+ " ('falling off', 'a noticeable deterioration in performance or quality'),\n",
+ " ('slump', 'a noticeable deterioration in performance or quality')]},\n",
" {'answer': 'slick',\n",
" 'hint': 'synonyms for slick',\n",
- " 'clues': [('slipperiness', 'a slippery smoothness'),\n",
- " ('slick magazine', 'a magazine printed on good quality paper'),\n",
- " ('slip', 'a slippery smoothness'),\n",
+ " 'clues': [('slick magazine', 'a magazine printed on good quality paper'),\n",
" ('slickness', 'a slippery smoothness'),\n",
- " ('glossy', 'a magazine printed on good quality paper')]},\n",
+ " ('slip', 'a slippery smoothness'),\n",
+ " ('glossy', 'a magazine printed on good quality paper'),\n",
+ " ('slipperiness', 'a slippery smoothness')]},\n",
" {'answer': 'snub',\n",
" 'hint': 'synonyms for snub',\n",
- " 'clues': [('cut', 'a refusal to recognize someone you know'),\n",
+ " 'clues': [('rebuff', 'an instance of driving away or warding off'),\n",
+ " ('cut', 'a refusal to recognize someone you know'),\n",
" ('cold shoulder', 'a refusal to recognize someone you know'),\n",
- " ('rebuff', 'an instance of driving away or warding off'),\n",
" ('repulse', 'an instance of driving away or warding off')]},\n",
" {'answer': 'soaring',\n",
" 'hint': 'synonyms for soaring',\n",
- " 'clues': [('sailplaning', 'the activity of flying a glider'),\n",
+ " 'clues': [('sailing', 'the activity of flying a glider'),\n",
" ('gliding', 'the activity of flying a glider'),\n",
- " ('sailing', 'the activity of flying a glider'),\n",
- " ('glide', 'the activity of flying a glider')]},\n",
+ " ('glide', 'the activity of flying a glider'),\n",
+ " ('sailplaning', 'the activity of flying a glider')]},\n",
" {'answer': 'solvent',\n",
" 'hint': 'synonyms for solvent',\n",
- " 'clues': [('dissolving agent',\n",
+ " 'clues': [('dissolver',\n",
" 'a liquid substance capable of dissolving other substances'),\n",
- " ('solution',\n",
+ " ('resolution',\n",
" 'a statement that solves a problem or explains how to solve the problem'),\n",
+ " ('dissolvent',\n",
+ " 'a liquid substance capable of dissolving other substances'),\n",
" ('answer',\n",
" 'a statement that solves a problem or explains how to solve the problem'),\n",
" ('result',\n",
" 'a statement that solves a problem or explains how to solve the problem'),\n",
- " ('dissolver',\n",
+ " ('dissolving agent',\n",
" 'a liquid substance capable of dissolving other substances'),\n",
" ('resolvent',\n",
- " 'a liquid substance capable of dissolving other substances'),\n",
- " ('dissolvent',\n",
" 'a liquid substance capable of dissolving other substances')]},\n",
" {'answer': 'sound',\n",
" 'hint': 'synonyms for sound',\n",
- " 'clues': [('audio', 'the audible part of a transmitted signal'),\n",
- " ('phone',\n",
- " '(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language'),\n",
+ " 'clues': [('strait',\n",
+ " 'a narrow channel of the sea joining two larger bodies of water'),\n",
" ('speech sound',\n",
" '(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language'),\n",
- " ('strait',\n",
- " 'a narrow channel of the sea joining two larger bodies of water'),\n",
- " ('auditory sensation', 'the subjective sensation of hearing something')]},\n",
+ " ('phone',\n",
+ " '(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language'),\n",
+ " ('auditory sensation', 'the subjective sensation of hearing something'),\n",
+ " ('audio', 'the audible part of a transmitted signal')]},\n",
" {'answer': 'speaking',\n",
" 'hint': 'synonyms for speaking',\n",
- " 'clues': [('speechmaking', 'delivering an address to a public audience'),\n",
- " ('oral presentation', 'delivering an address to a public audience'),\n",
- " ('speech production', 'the utterance of intelligible speech'),\n",
- " ('public speaking', 'delivering an address to a public audience')]},\n",
+ " 'clues': [('oral presentation',\n",
+ " 'delivering an address to a public audience'),\n",
+ " ('speechmaking', 'delivering an address to a public audience'),\n",
+ " ('public speaking', 'delivering an address to a public audience'),\n",
+ " ('speech production', 'the utterance of intelligible speech')]},\n",
" {'answer': 'speckless',\n",
" 'hint': 'synonyms for speckless',\n",
" 'clues': [('maculation', 'a small contrasting part of something'),\n",
+ " ('patch', 'a small contrasting part of something'),\n",
" ('fleck', 'a small contrasting part of something'),\n",
+ " ('speckle', 'a small contrasting part of something'),\n",
" ('spot', 'a small contrasting part of something'),\n",
- " ('dapple', 'a small contrasting part of something'),\n",
- " ('patch', 'a small contrasting part of something'),\n",
- " ('speckle', 'a small contrasting part of something')]},\n",
+ " ('dapple', 'a small contrasting part of something')]},\n",
" {'answer': 'spiral',\n",
" 'hint': 'synonyms for spiral',\n",
" 'clues': [('volute',\n",
" 'a structure consisting of something wound in a continuous series of loops'),\n",
" ('helix',\n",
- " 'a curve that lies on the surface of a cylinder or cone and cuts the element at a constant angle'),\n",
+ " 'a structure consisting of something wound in a continuous series of loops'),\n",
" ('whorl',\n",
" 'a structure consisting of something wound in a continuous series of loops'),\n",
" ('coil',\n",
" 'a structure consisting of something wound in a continuous series of loops')]},\n",
" {'answer': 'split',\n",
" 'hint': 'synonyms for split',\n",
- " 'clues': [('rent', 'the act of rending or ripping or splitting something'),\n",
- " ('stock split',\n",
- " \"an increase in the number of outstanding shares of a corporation without changing the shareholders' equity\"),\n",
- " ('rip', 'an opening made forcibly as by pulling apart'),\n",
+ " 'clues': [('rent', 'an opening made forcibly as by pulling apart'),\n",
+ " ('schism', 'division of a group into opposing factions'),\n",
" ('split up',\n",
" \"an increase in the number of outstanding shares of a corporation without changing the shareholders' equity\"),\n",
- " ('schism', 'division of a group into opposing factions'),\n",
+ " ('rip', 'the act of rending or ripping or splitting something'),\n",
" ('tear', 'an opening made forcibly as by pulling apart'),\n",
- " ('snag', 'an opening made forcibly as by pulling apart')]},\n",
+ " ('snag', 'an opening made forcibly as by pulling apart'),\n",
+ " ('stock split',\n",
+ " \"an increase in the number of outstanding shares of a corporation without changing the shareholders' equity\")]},\n",
" {'answer': 'spread',\n",
" 'hint': 'synonyms for spread',\n",
- " 'clues': [('spreading',\n",
- " 'process or result of distributing or extending over a wide expanse of space'),\n",
- " ('bed cover', 'decorative cover for a bed'),\n",
- " ('paste',\n",
- " 'a tasty mixture to be spread on bread or crackers or used in preparing other dishes'),\n",
- " ('banquet', 'a meal that is well prepared and greatly enjoyed'),\n",
+ " 'clues': [('gap',\n",
+ " 'a conspicuous disparity or difference as between two figures'),\n",
" ('cattle ranch',\n",
" 'farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)'),\n",
- " ('spreadhead', 'two facing pages of a book or other publication'),\n",
- " ('scatter', 'a haphazard distribution in all directions'),\n",
- " ('gap', 'a conspicuous disparity or difference as between two figures'),\n",
- " ('counterpane', 'decorative cover for a bed'),\n",
- " ('facing pages', 'two facing pages of a book or other publication'),\n",
- " ('feast', 'a meal that is well prepared and greatly enjoyed'),\n",
- " ('bedspread', 'decorative cover for a bed'),\n",
+ " ('spreading',\n",
+ " 'act of extending over a wider scope or expanse of space or time'),\n",
" ('ranch',\n",
" 'farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)'),\n",
+ " ('bedspread', 'decorative cover for a bed'),\n",
+ " ('feast', 'a meal that is well prepared and greatly enjoyed'),\n",
+ " ('spreadhead', 'two facing pages of a book or other publication'),\n",
+ " ('bedcover', 'decorative cover for a bed'),\n",
+ " ('counterpane', 'decorative cover for a bed'),\n",
+ " ('bed covering', 'decorative cover for a bed'),\n",
+ " ('scatter', 'a haphazard distribution in all directions'),\n",
" ('cattle farm',\n",
- " 'farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)')]},\n",
+ " 'farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)'),\n",
+ " ('banquet', 'a meal that is well prepared and greatly enjoyed'),\n",
+ " ('paste',\n",
+ " 'a tasty mixture to be spread on bread or crackers or used in preparing other dishes'),\n",
+ " ('facing pages', 'two facing pages of a book or other publication')]},\n",
" {'answer': 'squat',\n",
" 'hint': 'synonyms for squat',\n",
- " 'clues': [('diddly-squat', 'a small worthless amount'),\n",
+ " 'clues': [('diddly', 'a small worthless amount'),\n",
+ " ('shit', 'a small worthless amount'),\n",
" ('knee bend',\n",
" 'exercising by repeatedly assuming a crouching position with the knees bent; strengthens the leg muscles'),\n",
- " ('jack', 'a small worthless amount'),\n",
+ " ('diddly-squat', 'a small worthless amount'),\n",
+ " ('diddly-shit', 'a small worthless amount'),\n",
" ('doodly-squat', 'a small worthless amount'),\n",
- " ('diddly', 'a small worthless amount'),\n",
+ " ('jack', 'a small worthless amount'),\n",
" ('squatting',\n",
- " 'the act of assuming or maintaining a crouching position with the knees bent and the buttocks near the heels'),\n",
- " ('diddlyshit', 'a small worthless amount'),\n",
- " ('shit', 'a small worthless amount')]},\n",
+ " 'exercising by repeatedly assuming a crouching position with the knees bent; strengthens the leg muscles')]},\n",
" {'answer': 'standard',\n",
" 'hint': 'synonyms for standard',\n",
- " 'clues': [('measure',\n",
- " 'a basis for comparison; a reference point against which other things can be evaluated'),\n",
- " ('criterion', 'the ideal in terms of which something can be judged'),\n",
+ " 'clues': [('banner', 'any distinctive flag'),\n",
" ('touchstone',\n",
" 'a basis for comparison; a reference point against which other things can be evaluated'),\n",
- " ('banner', 'any distinctive flag'),\n",
- " ('monetary standard',\n",
- " 'the value behind the money in a monetary system')]},\n",
+ " ('criterion',\n",
+ " 'a basis for comparison; a reference point against which other things can be evaluated'),\n",
+ " ('monetary standard', 'the value behind the money in a monetary system'),\n",
+ " ('measure',\n",
+ " 'a basis for comparison; a reference point against which other things can be evaluated')]},\n",
" {'answer': 'stereo',\n",
" 'hint': 'synonyms for stereo',\n",
- " 'clues': [('stereophony',\n",
+ " 'clues': [('stereo system',\n",
" 'reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound'),\n",
" ('stereoscopic picture',\n",
" 'two photographs taken from slightly different angles that appear three-dimensional when viewed together'),\n",
- " ('stereo system',\n",
+ " ('stereophonic system',\n",
+ " 'reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound'),\n",
+ " ('stereophony',\n",
" 'reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound'),\n",
" ('stereoscopic photograph',\n",
- " 'two photographs taken from slightly different angles that appear three-dimensional when viewed together'),\n",
- " ('stereophonic system',\n",
- " 'reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound')]},\n",
+ " 'two photographs taken from slightly different angles that appear three-dimensional when viewed together')]},\n",
" {'answer': 'stern',\n",
" 'hint': 'synonyms for stern',\n",
- " 'clues': [('quarter', 'the rear part of a ship'),\n",
- " ('poop', 'the rear part of a ship'),\n",
- " ('tail', 'the rear part of a ship'),\n",
- " ('after part', 'the rear part of a ship')]},\n",
+ " 'clues': [('poop', 'the rear part of a ship'),\n",
+ " ('quarter', 'the rear part of a ship'),\n",
+ " ('after part', 'the rear part of a ship'),\n",
+ " ('tail', 'the rear part of a ship')]},\n",
" {'answer': 'stimulant',\n",
" 'hint': 'synonyms for stimulant',\n",
- " 'clues': [('stimulus',\n",
+ " 'clues': [('excitant',\n",
+ " 'a drug that temporarily quickens some vital process'),\n",
+ " ('stimulus',\n",
" 'any stimulating information or event; acts to arouse action'),\n",
- " ('stimulant drug', 'a drug that temporarily quickens some vital process'),\n",
" ('stimulation',\n",
" 'any stimulating information or event; acts to arouse action'),\n",
- " ('input', 'any stimulating information or event; acts to arouse action'),\n",
- " ('excitant', 'a drug that temporarily quickens some vital process')]},\n",
+ " ('stimulant drug', 'a drug that temporarily quickens some vital process'),\n",
+ " ('input',\n",
+ " 'any stimulating information or event; acts to arouse action')]},\n",
" {'answer': 'stock',\n",
" 'hint': 'synonyms for stock',\n",
- " 'clues': [('gunstock',\n",
- " 'the handle of a handgun or the butt end of a rifle or shotgun or part of the support of a machine gun or artillery gun'),\n",
- " ('line of descent', 'the descendants of one individual'),\n",
+ " 'clues': [('line', 'the descendants of one individual'),\n",
" ('origin', 'the descendants of one individual'),\n",
- " ('lineage', 'the descendants of one individual'),\n",
- " ('fund', 'a supply of something available for future use'),\n",
- " ('bloodline', 'the descendants of one individual'),\n",
- " ('stemma', 'the descendants of one individual'),\n",
+ " ('neckcloth', 'an ornamental white cravat'),\n",
+ " ('blood', 'the descendants of one individual'),\n",
" ('pedigree', 'the descendants of one individual'),\n",
+ " ('stemma', 'the descendants of one individual'),\n",
+ " ('line of descent', 'the descendants of one individual'),\n",
+ " ('blood line', 'the descendants of one individual'),\n",
+ " ('gunstock',\n",
+ " 'the handle of a handgun or the butt end of a rifle or shotgun or part of the support of a machine gun or artillery gun'),\n",
+ " ('breed', 'a special variety of domesticated animals within a species'),\n",
+ " ('inventory', 'the merchandise that a shop has on hand'),\n",
+ " ('broth',\n",
+ " 'liquid in which meat and vegetables are simmered; used as a basis for e.g. soups or sauces'),\n",
+ " ('lineage', 'the descendants of one individual'),\n",
" ('strain', 'a special variety of domesticated animals within a species'),\n",
+ " ('fund', 'a supply of something available for future use'),\n",
+ " ('store', 'a supply of something available for future use'),\n",
+ " ('ancestry', 'the descendants of one individual'),\n",
" ('stock certificate',\n",
" \"a certificate documenting the shareholder's ownership in the corporation\"),\n",
- " ('ancestry', 'the descendants of one individual'),\n",
- " ('store', 'a supply of something available for future use'),\n",
- " ('line', 'the descendants of one individual'),\n",
- " ('descent', 'the descendants of one individual'),\n",
" ('parentage', 'the descendants of one individual'),\n",
- " ('breed', 'a special variety of domesticated animals within a species'),\n",
- " ('blood', 'the descendants of one individual'),\n",
- " ('inventory', 'the merchandise that a shop has on hand'),\n",
- " ('neckcloth', 'an ornamental white cravat'),\n",
- " ('broth',\n",
- " 'liquid in which meat and vegetables are simmered; used as a basis for e.g. soups or sauces')]},\n",
+ " ('descent', 'the descendants of one individual')]},\n",
" {'answer': 'straining',\n",
" 'hint': 'synonyms for straining',\n",
- " 'clues': [('torture',\n",
+ " 'clues': [('strain', 'an intense or violent exertion'),\n",
+ " ('distortion',\n",
" 'the act of distorting something so it seems to mean something it was not intended to mean'),\n",
- " ('strain', 'an intense or violent exertion'),\n",
" ('twisting',\n",
" 'the act of distorting something so it seems to mean something it was not intended to mean'),\n",
- " ('distortion',\n",
+ " ('torture',\n",
" 'the act of distorting something so it seems to mean something it was not intended to mean'),\n",
" ('overrefinement',\n",
" 'the act of distorting something so it seems to mean something it was not intended to mean')]},\n",
" {'answer': 'straw',\n",
" 'hint': 'synonyms for straw',\n",
- " 'clues': [('pale yellow',\n",
- " 'a variable yellow tint; dull yellow, often diluted with white'),\n",
- " ('wheat',\n",
- " 'a variable yellow tint; dull yellow, often diluted with white'),\n",
+ " 'clues': [('shuck',\n",
+ " 'material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds'),\n",
" ('chaff',\n",
" 'material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds'),\n",
+ " ('wheat',\n",
+ " 'a variable yellow tint; dull yellow, often diluted with white'),\n",
" ('drinking straw',\n",
" 'a thin paper or plastic tube used to suck liquids into the mouth'),\n",
+ " ('pale yellow',\n",
+ " 'a variable yellow tint; dull yellow, often diluted with white'),\n",
" ('husk',\n",
" 'material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds'),\n",
- " ('shuck',\n",
+ " ('stalk',\n",
" 'material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds'),\n",
" ('stubble',\n",
- " 'material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds'),\n",
- " ('stalk',\n",
" 'material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds')]},\n",
" {'answer': 'stretch',\n",
" 'hint': 'synonyms for stretch',\n",
- " 'clues': [('stretchiness', 'the capacity for being stretched'),\n",
- " ('stretchability', 'the capacity for being stretched'),\n",
- " ('stretching',\n",
+ " 'clues': [('stretching',\n",
" 'exercise designed to extend the limbs and muscles to their full extent'),\n",
+ " ('stretchiness', 'the capacity for being stretched'),\n",
" ('stint', 'an unbroken period of time during which you do something'),\n",
+ " ('stretchability', 'the capacity for being stretched'),\n",
" ('reaching', 'the act of physically reaching or thrusting out')]},\n",
" {'answer': 'striking',\n",
" 'hint': 'synonyms for striking',\n",
- " 'clues': [('impinging',\n",
+ " 'clues': [('contact',\n",
" 'the physical coming together of two or more things'),\n",
" ('hit', 'the act of contacting one thing with another'),\n",
" ('hitting', 'the act of contacting one thing with another'),\n",
- " ('contact', 'the physical coming together of two or more things')]},\n",
+ " ('impinging', 'the physical coming together of two or more things')]},\n",
" {'answer': 'subject',\n",
" 'hint': 'synonyms for subject',\n",
- " 'clues': [('discipline', 'a branch of knowledge'),\n",
- " ('content',\n",
- " 'something (a person or object or scene) selected by an artist or photographer for graphic representation'),\n",
- " ('field', 'a branch of knowledge'),\n",
+ " 'clues': [('field of study', 'a branch of knowledge'),\n",
" ('depicted object',\n",
" 'something (a person or object or scene) selected by an artist or photographer for graphic representation'),\n",
+ " ('subject area', 'a branch of knowledge'),\n",
+ " ('field', 'a branch of knowledge'),\n",
" ('study', 'a branch of knowledge'),\n",
+ " ('bailiwick', 'a branch of knowledge'),\n",
+ " ('matter', 'some situation or event that is thought about'),\n",
" ('subject field', 'a branch of knowledge'),\n",
+ " ('content',\n",
+ " 'something (a person or object or scene) selected by an artist or photographer for graphic representation'),\n",
+ " ('topic', 'some situation or event that is thought about'),\n",
+ " ('theme', 'the subject matter of a conversation or discussion'),\n",
" ('issue', 'some situation or event that is thought about'),\n",
- " ('topic', 'the subject matter of a conversation or discussion'),\n",
- " ('subject area', 'a branch of knowledge'),\n",
- " ('matter', 'some situation or event that is thought about'),\n",
- " ('field of study', 'a branch of knowledge'),\n",
- " ('bailiwick', 'a branch of knowledge'),\n",
- " ('theme', 'the subject matter of a conversation or discussion')]},\n",
+ " ('discipline', 'a branch of knowledge')]},\n",
" {'answer': 'submarine',\n",
" 'hint': 'synonyms for submarine',\n",
- " 'clues': [('poor boy',\n",
- " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('pigboat', 'a submersible warship usually armed with torpedoes'),\n",
- " ('hero',\n",
+ " 'clues': [('bomber',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
" ('torpedo',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('grinder',\n",
+ " ('submarine sandwich',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('bomber',\n",
+ " ('hoagie',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('hoagy',\n",
+ " ('poor boy',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('wedge',\n",
+ " ('hero sandwich',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('zep',\n",
+ " ('hero',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('sub',\n",
+ " ('hoagy',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('hoagie',\n",
+ " ('sub', 'a submersible warship usually armed with torpedoes'),\n",
+ " ('grinder',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('hero sandwich',\n",
+ " ('wedge',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('submarine sandwich',\n",
- " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States')]},\n",
+ " ('zep',\n",
+ " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
+ " ('pigboat', 'a submersible warship usually armed with torpedoes')]},\n",
" {'answer': 'sunrise',\n",
" 'hint': 'synonyms for sunrise',\n",
- " 'clues': [('sunup', 'the first light of day'),\n",
- " ('daybreak', 'the first light of day'),\n",
+ " 'clues': [('break of day', 'the first light of day'),\n",
+ " ('first light', 'the first light of day'),\n",
+ " ('sunup', 'the first light of day'),\n",
" ('dawn', 'the first light of day'),\n",
- " ('morning', 'the first light of day'),\n",
- " ('cockcrow', 'the first light of day'),\n",
+ " ('daybreak', 'the first light of day'),\n",
" ('aurora', 'the first light of day'),\n",
- " ('break of the day', 'the first light of day'),\n",
- " ('first light', 'the first light of day'),\n",
- " ('dayspring', 'the first light of day')]},\n",
+ " ('dayspring', 'the first light of day'),\n",
+ " ('morning', 'the first light of day'),\n",
+ " ('cockcrow', 'the first light of day')]},\n",
" {'answer': 'surface',\n",
" 'hint': 'synonyms for surface',\n",
- " 'clues': [('airfoil',\n",
+ " 'clues': [('open', 'information that has become public'),\n",
+ " ('control surface',\n",
" 'a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight'),\n",
" ('aerofoil',\n",
" 'a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight'),\n",
- " ('control surface',\n",
- " 'a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight'),\n",
- " ('open', 'information that has become public')]},\n",
+ " ('airfoil',\n",
+ " 'a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight')]},\n",
" {'answer': 'swank',\n",
" 'hint': 'synonyms for swank',\n",
- " 'clues': [('chicness', 'elegance by virtue of being fashionable'),\n",
+ " 'clues': [('modishness', 'elegance by virtue of being fashionable'),\n",
+ " ('chichi', 'elegance by virtue of being fashionable'),\n",
+ " ('chic', 'elegance by virtue of being fashionable'),\n",
" ('stylishness', 'elegance by virtue of being fashionable'),\n",
" ('last word', 'elegance by virtue of being fashionable'),\n",
- " ('smartness', 'elegance by virtue of being fashionable'),\n",
- " ('chichi', 'elegance by virtue of being fashionable'),\n",
- " ('modishness', 'elegance by virtue of being fashionable'),\n",
- " ('chic', 'elegance by virtue of being fashionable')]},\n",
+ " ('chicness', 'elegance by virtue of being fashionable'),\n",
+ " ('smartness', 'elegance by virtue of being fashionable')]},\n",
" {'answer': 'sweet',\n",
" 'hint': 'synonyms for sweet',\n",
" 'clues': [('afters', 'a dish served as the last course of a meal'),\n",
- " ('confection', 'a food rich in sugar'),\n",
- " ('sweetness', 'the property of tasting as if it contains sugar'),\n",
+ " ('sugariness', 'the taste experience when sugar dissolves in the mouth'),\n",
" ('dessert', 'a dish served as the last course of a meal'),\n",
- " ('sugariness',\n",
- " 'the taste experience when sugar dissolves in the mouth')]},\n",
+ " ('sweetness', 'the taste experience when sugar dissolves in the mouth'),\n",
+ " ('confection', 'a food rich in sugar')]},\n",
" {'answer': 'teasing',\n",
" 'hint': 'synonyms for teasing',\n",
- " 'clues': [('tantalization',\n",
- " 'the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances'),\n",
- " ('comb-out', 'the act of removing tangles from you hair with a comb'),\n",
+ " 'clues': [('comb-out',\n",
+ " 'the act of removing tangles from you hair with a comb'),\n",
" ('tease',\n",
" 'the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances'),\n",
" ('ribbing',\n",
+ " 'the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances'),\n",
+ " ('tantalization',\n",
" 'the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances')]},\n",
" {'answer': 'telling',\n",
" 'hint': 'synonyms for telling',\n",
- " 'clues': [('recounting', 'an act of narration'),\n",
+ " 'clues': [('tattle',\n",
+ " 'disclosing information or giving evidence about another'),\n",
+ " ('recounting', 'an act of narration'),\n",
+ " ('relation', 'an act of narration'),\n",
" ('singing', 'disclosing information or giving evidence about another'),\n",
" ('apprisal', 'informing by words'),\n",
- " ('notification', 'informing by words'),\n",
- " ('tattle', 'disclosing information or giving evidence about another'),\n",
- " ('relation', 'an act of narration')]},\n",
+ " ('notification', 'informing by words')]},\n",
" {'answer': 'ten',\n",
" 'hint': 'synonyms for ten',\n",
- " 'clues': [('tenner',\n",
+ " 'clues': [('decade',\n",
" 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
- " ('decade',\n",
+ " ('tenner',\n",
" 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
" ('10',\n",
" 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
@@ -28023,228 +28064,225 @@
" 'hint': 'synonyms for tender',\n",
" 'clues': [(\"ship's boat\",\n",
" 'a boat for communication between ship and shore'),\n",
+ " ('stamp', 'something that can be used as an official medium of payment'),\n",
+ " ('legal tender',\n",
+ " 'something that can be used as an official medium of payment'),\n",
" ('cutter', 'a boat for communication between ship and shore'),\n",
" ('supply ship', 'ship that usually provides supplies to other ships'),\n",
- " ('stamp', 'something that can be used as an official medium of payment'),\n",
- " ('pinnace', 'a boat for communication between ship and shore'),\n",
" ('bid', 'a formal proposal to buy at a specified price'),\n",
- " ('legal tender',\n",
- " 'something that can be used as an official medium of payment')]},\n",
+ " ('pinnace', 'a boat for communication between ship and shore')]},\n",
" {'answer': 'terminal',\n",
" 'hint': 'synonyms for terminal',\n",
- " 'clues': [('terminus',\n",
+ " 'clues': [('end', 'either extremity of something that has length'),\n",
+ " ('depot',\n",
+ " 'station where transport vehicles load or unload passengers or goods'),\n",
+ " ('terminus',\n",
" 'station where transport vehicles load or unload passengers or goods'),\n",
- " ('end', 'either extremity of something that has length'),\n",
" ('pole',\n",
- " 'a contact on an electrical device (such as a battery) at which electric current enters or leaves'),\n",
- " ('depot',\n",
- " 'station where transport vehicles load or unload passengers or goods')]},\n",
+ " 'a contact on an electrical device (such as a battery) at which electric current enters or leaves')]},\n",
" {'answer': 'ternary',\n",
" 'hint': 'synonyms for ternary',\n",
- " 'clues': [('ternion',\n",
+ " 'clues': [('threesome',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('3', 'the cardinal number that is the sum of one and one and one'),\n",
" ('troika', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('three', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('threesome',\n",
- " 'the cardinal number that is the sum of one and one and one'),\n",
" ('trey', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tercet', 'the cardinal number that is the sum of one and one and one'),\n",
" ('deuce-ace',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
" ('triad', 'the cardinal number that is the sum of one and one and one'),\n",
" ('terzetto',\n",
+ " 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('three', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('3', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('ternion', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tercet',\n",
" 'the cardinal number that is the sum of one and one and one')]},\n",
" {'answer': 'testimonial',\n",
" 'hint': 'synonyms for testimonial',\n",
- " 'clues': [('testimony', 'something that serves as evidence'),\n",
- " ('recommendation',\n",
+ " 'clues': [('recommendation',\n",
" 'something that recommends (or expresses commendation of) a person or thing as worthy or desirable'),\n",
- " ('tribute', 'something given or done as an expression of esteem'),\n",
" ('good word',\n",
- " 'something that recommends (or expresses commendation of) a person or thing as worthy or desirable')]},\n",
+ " 'something that recommends (or expresses commendation of) a person or thing as worthy or desirable'),\n",
+ " ('testimony', 'something that serves as evidence'),\n",
+ " ('tribute', 'something given or done as an expression of esteem')]},\n",
" {'answer': 'textbook',\n",
" 'hint': 'synonyms for textbook',\n",
- " 'clues': [('school text',\n",
- " 'a book prepared for use in schools or colleges'),\n",
+ " 'clues': [('schoolbook', 'a book prepared for use in schools or colleges'),\n",
+ " ('school text', 'a book prepared for use in schools or colleges'),\n",
" ('text', 'a book prepared for use in schools or colleges'),\n",
- " ('schoolbook', 'a book prepared for use in schools or colleges'),\n",
" ('text edition', 'a book prepared for use in schools or colleges')]},\n",
" {'answer': 'thickening',\n",
" 'hint': 'synonyms for thickening',\n",
" 'clues': [('inspissation', 'the act of thickening'),\n",
- " ('node', 'any thickened enlargement'),\n",
" ('thickener', 'any material used to thicken'),\n",
+ " ('node', 'any thickened enlargement'),\n",
" ('knob', 'any thickened enlargement')]},\n",
" {'answer': 'thieving',\n",
" 'hint': 'synonyms for thieving',\n",
- " 'clues': [('stealing',\n",
- " 'the act of taking something from someone unlawfully'),\n",
+ " 'clues': [('theft', 'the act of taking something from someone unlawfully'),\n",
+ " ('larceny', 'the act of taking something from someone unlawfully'),\n",
" ('thievery', 'the act of taking something from someone unlawfully'),\n",
- " ('theft', 'the act of taking something from someone unlawfully'),\n",
- " ('larceny', 'the act of taking something from someone unlawfully')]},\n",
+ " ('stealing', 'the act of taking something from someone unlawfully')]},\n",
" {'answer': 'thinking',\n",
" 'hint': 'synonyms for thinking',\n",
" 'clues': [('mentation',\n",
" 'the process of using your mind to consider something carefully'),\n",
- " ('intellection',\n",
- " 'the process of using your mind to consider something carefully'),\n",
- " ('thought',\n",
- " 'the process of using your mind to consider something carefully'),\n",
" ('thought process',\n",
" 'the process of using your mind to consider something carefully'),\n",
" ('cerebration',\n",
+ " 'the process of using your mind to consider something carefully'),\n",
+ " ('intellection',\n",
+ " 'the process of using your mind to consider something carefully'),\n",
+ " ('thought',\n",
" 'the process of using your mind to consider something carefully')]},\n",
" {'answer': 'third',\n",
" 'hint': 'synonyms for third',\n",
- " 'clues': [('tierce', 'one of three equal parts of a divisible whole'),\n",
+ " 'clues': [('third gear',\n",
+ " 'the third from the lowest forward ratio gear in the gear box of a motor vehicle'),\n",
" ('one-third', 'one of three equal parts of a divisible whole'),\n",
" ('third base',\n",
- " 'the fielding position of the player on a baseball team who is stationed near the third of the bases in the infield (counting counterclockwise from home plate)'),\n",
- " ('third gear',\n",
- " 'the third from the lowest forward ratio gear in the gear box of a motor vehicle')]},\n",
+ " 'the base that must be touched third by a base runner in baseball'),\n",
+ " ('tierce', 'one of three equal parts of a divisible whole')]},\n",
" {'answer': 'thousand',\n",
" 'hint': 'synonyms for thousand',\n",
" 'clues': [('chiliad',\n",
" 'the cardinal number that is the product of 10 and 100'),\n",
+ " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
" ('yard', 'the cardinal number that is the product of 10 and 100'),\n",
" ('grand', 'the cardinal number that is the product of 10 and 100'),\n",
" ('one thousand', 'the cardinal number that is the product of 10 and 100'),\n",
- " ('thou', 'the cardinal number that is the product of 10 and 100'),\n",
" ('1000', 'the cardinal number that is the product of 10 and 100')]},\n",
" {'answer': 'three',\n",
" 'hint': 'synonyms for three',\n",
- " 'clues': [('ternary',\n",
+ " 'clues': [('threesome',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
- " ('ternion', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('3', 'the cardinal number that is the sum of one and one and one'),\n",
" ('troika', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('threesome',\n",
- " 'the cardinal number that is the sum of one and one and one'),\n",
" ('trey', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
- " ('tercet', 'the cardinal number that is the sum of one and one and one'),\n",
" ('deuce-ace',\n",
" 'the cardinal number that is the sum of one and one and one'),\n",
" ('triad', 'the cardinal number that is the sum of one and one and one'),\n",
" ('terzetto',\n",
+ " 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trio', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('triplet', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tierce', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('leash', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('ternary', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trinity', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('trine', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('3', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('ternion', 'the cardinal number that is the sum of one and one and one'),\n",
+ " ('tercet',\n",
" 'the cardinal number that is the sum of one and one and one')]},\n",
" {'answer': 'throwaway',\n",
" 'hint': 'synonyms for throwaway',\n",
- " 'clues': [('bill',\n",
+ " 'clues': [('broadside',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('flyer',\n",
+ " ('circular',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('flier',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('circular',\n",
+ " ('broadsheet',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
" ('handbill',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('broadsheet',\n",
+ " ('flyer',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('broadside',\n",
+ " ('bill',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution')]},\n",
" {'answer': 'thumping',\n",
" 'hint': 'synonyms for thumping',\n",
- " 'clues': [('thump',\n",
+ " 'clues': [('clump',\n",
" 'a heavy dull sound (as made by impact of heavy objects)'),\n",
- " ('clump', 'a heavy dull sound (as made by impact of heavy objects)'),\n",
+ " ('thud', 'a heavy dull sound (as made by impact of heavy objects)'),\n",
" ('clunk', 'a heavy dull sound (as made by impact of heavy objects)'),\n",
- " ('thud', 'a heavy dull sound (as made by impact of heavy objects)')]},\n",
+ " ('thump', 'a heavy dull sound (as made by impact of heavy objects)')]},\n",
" {'answer': 'token',\n",
" 'hint': 'synonyms for token',\n",
- " 'clues': [('item', 'an individual instance of a type of symbol'),\n",
- " ('keepsake', 'something of sentimental value'),\n",
- " ('relic', 'something of sentimental value'),\n",
- " ('souvenir', 'something of sentimental value')]},\n",
+ " 'clues': [('keepsake', 'something of sentimental value'),\n",
+ " ('souvenir', 'something of sentimental value'),\n",
+ " ('item', 'an individual instance of a type of symbol'),\n",
+ " ('relic', 'something of sentimental value')]},\n",
" {'answer': 'tonic',\n",
" 'hint': 'synonyms for tonic',\n",
- " 'clues': [('quinine water',\n",
- " 'lime- or lemon-flavored carbonated water containing quinine'),\n",
- " ('tonic water',\n",
+ " 'clues': [('tonic water',\n",
" 'lime- or lemon-flavored carbonated water containing quinine'),\n",
+ " ('keynote', '(music) the first note of a diatonic scale'),\n",
" ('soda pop', 'a sweet drink containing carbonated water and flavoring'),\n",
" ('soda', 'a sweet drink containing carbonated water and flavoring'),\n",
- " ('pop', 'a sweet drink containing carbonated water and flavoring'),\n",
" ('soda water', 'a sweet drink containing carbonated water and flavoring'),\n",
" ('restorative', 'a medicine that strengthens and invigorates'),\n",
- " ('keynote', '(music) the first note of a diatonic scale')]},\n",
+ " ('pop', 'a sweet drink containing carbonated water and flavoring'),\n",
+ " ('quinine water',\n",
+ " 'lime- or lemon-flavored carbonated water containing quinine')]},\n",
" {'answer': 'top',\n",
" 'hint': 'synonyms for top',\n",
- " 'clues': [('peak',\n",
+ " 'clues': [('crown',\n",
" 'the top or extreme point of something (usually a mountain or hill)'),\n",
- " ('top of the inning',\n",
- " 'the first half of an inning; while the visiting team is at bat'),\n",
" ('round top',\n",
" 'a canvas tent to house the audience at a circus performance'),\n",
- " ('spinning top',\n",
- " \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
+ " ('summit',\n",
+ " 'the top or extreme point of something (usually a mountain or hill)'),\n",
" ('teetotum',\n",
" \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
" ('circus tent',\n",
" 'a canvas tent to house the audience at a circus performance'),\n",
- " ('summit',\n",
+ " ('tip',\n",
" 'the top or extreme point of something (usually a mountain or hill)'),\n",
- " ('crest',\n",
+ " ('peak',\n",
" 'the top or extreme point of something (usually a mountain or hill)'),\n",
- " ('tip',\n",
+ " ('top of the inning',\n",
+ " 'the first half of an inning; while the visiting team is at bat'),\n",
+ " ('crest',\n",
" 'the top or extreme point of something (usually a mountain or hill)'),\n",
- " ('big top',\n",
- " 'a canvas tent to house the audience at a circus performance'),\n",
" ('upper side', 'the highest or uppermost side of anything'),\n",
" ('top side', 'the highest or uppermost side of anything'),\n",
- " ('crown',\n",
- " 'the top or extreme point of something (usually a mountain or hill)'),\n",
" ('whirligig',\n",
" \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
+ " ('big top',\n",
+ " 'a canvas tent to house the audience at a circus performance'),\n",
+ " ('spinning top',\n",
+ " \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
" ('cover',\n",
" 'covering for a hole (especially a hole in the top of a container)'),\n",
" ('upside', 'the highest or uppermost side of anything')]},\n",
" {'answer': 'tops',\n",
" 'hint': 'synonyms for tops',\n",
- " 'clues': [('peak',\n",
+ " 'clues': [('crown',\n",
" 'the top or extreme point of something (usually a mountain or hill)'),\n",
- " ('top',\n",
- " \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
- " ('top of the inning',\n",
- " 'the first half of an inning; while the visiting team is at bat'),\n",
- " ('round top',\n",
+ " ('circus tent',\n",
+ " 'a canvas tent to house the audience at a circus performance'),\n",
+ " ('top', 'a canvas tent to house the audience at a circus performance'),\n",
+ " ('big top',\n",
" 'a canvas tent to house the audience at a circus performance'),\n",
- " ('summit',\n",
- " 'the top or extreme point of something (usually a mountain or hill)'),\n",
- " ('crest',\n",
- " 'the top or extreme point of something (usually a mountain or hill)'),\n",
- " ('tip',\n",
- " 'the top or extreme point of something (usually a mountain or hill)'),\n",
" ('spinning top',\n",
" \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
+ " ('upside', 'the highest or uppermost side of anything'),\n",
" ('teetotum',\n",
" \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
- " ('circus tent',\n",
- " 'a canvas tent to house the audience at a circus performance'),\n",
- " ('big top',\n",
+ " ('round top',\n",
" 'a canvas tent to house the audience at a circus performance'),\n",
+ " ('tip',\n",
+ " 'the top or extreme point of something (usually a mountain or hill)'),\n",
+ " ('peak',\n",
+ " 'the top or extreme point of something (usually a mountain or hill)'),\n",
+ " ('top of the inning',\n",
+ " 'the first half of an inning; while the visiting team is at bat'),\n",
+ " ('crest',\n",
+ " 'the top or extreme point of something (usually a mountain or hill)'),\n",
" ('upper side', 'the highest or uppermost side of anything'),\n",
" ('top side', 'the highest or uppermost side of anything'),\n",
- " ('crown',\n",
- " 'the top or extreme point of something (usually a mountain or hill)'),\n",
" ('whirligig',\n",
" \"a conical child's plaything tapering to a steel point on which it can be made to spin\"),\n",
" ('cover',\n",
" 'covering for a hole (especially a hole in the top of a container)'),\n",
- " ('upside', 'the highest or uppermost side of anything')]},\n",
+ " ('summit',\n",
+ " 'the top or extreme point of something (usually a mountain or hill)')]},\n",
" {'answer': 'total',\n",
" 'hint': 'synonyms for total',\n",
" 'clues': [('totality', 'the whole amount'),\n",
@@ -28253,44 +28291,45 @@
" ('amount', 'a quantity obtained by the addition of a group of numbers')]},\n",
" {'answer': 'trillion',\n",
" 'hint': 'synonyms for trillion',\n",
- " 'clues': [('zillion',\n",
+ " 'clues': [('gazillion',\n",
" 'a very large indefinite number (usually hyperbole)'),\n",
" ('1000000000000',\n",
" 'the number that is represented as a one followed by 12 zeros'),\n",
- " ('one million million',\n",
- " 'the number that is represented as a one followed by 12 zeros'),\n",
" ('one million million million',\n",
- " 'the number that is represented as a one followed by 18 zeros')]},\n",
+ " 'the number that is represented as a one followed by 18 zeros'),\n",
+ " ('million', 'a very large indefinite number (usually hyperbole)'),\n",
+ " ('one million million',\n",
+ " 'the number that is represented as a one followed by 12 zeros')]},\n",
" {'answer': 'triple',\n",
" 'hint': 'synonyms for triple',\n",
" 'clues': [('trio', 'a set of three similar things considered as a unit'),\n",
" ('three-bagger',\n",
" 'a base hit at which the batter stops safely at third base'),\n",
+ " ('triplet', 'a set of three similar things considered as a unit'),\n",
" ('triad', 'a set of three similar things considered as a unit'),\n",
" ('three-base hit',\n",
- " 'a base hit at which the batter stops safely at third base'),\n",
- " ('triplet', 'a set of three similar things considered as a unit')]},\n",
+ " 'a base hit at which the batter stops safely at third base')]},\n",
" {'answer': 'twilight',\n",
" 'hint': 'synonyms for twilight',\n",
" 'clues': [('evenfall', 'the time of day immediately following sunset'),\n",
- " ('nightfall', 'the time of day immediately following sunset'),\n",
" ('gloam', 'the time of day immediately following sunset'),\n",
" ('crepuscle', 'the time of day immediately following sunset'),\n",
" ('fall', 'the time of day immediately following sunset'),\n",
- " ('dusk', 'the time of day immediately following sunset')]},\n",
+ " ('dusk', 'the time of day immediately following sunset'),\n",
+ " ('nightfall', 'the time of day immediately following sunset')]},\n",
" {'answer': 'twinkling',\n",
" 'hint': 'synonyms for twinkling',\n",
- " 'clues': [('split second',\n",
+ " 'clues': [('flash',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('flash',\n",
+ " ('instant',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('blink of an eye',\n",
+ " ('jiffy',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('trice',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('instant',\n",
+ " ('split second',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('jiffy',\n",
+ " ('blink of an eye',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('wink',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
@@ -28298,911 +28337,912 @@
" 'a very short time (as the time it takes the eye to blink or the heart to beat)')]},\n",
" {'answer': 'twisting',\n",
" 'hint': 'synonyms for twisting',\n",
- " 'clues': [('torture',\n",
- " 'the act of distorting something so it seems to mean something it was not intended to mean'),\n",
+ " 'clues': [('whirl', 'the act of rotating rapidly'),\n",
+ " ('twist', 'the act of rotating rapidly'),\n",
+ " ('spin', 'the act of rotating rapidly'),\n",
" ('twirl', 'the act of rotating rapidly'),\n",
- " ('straining',\n",
+ " ('distortion',\n",
" 'the act of distorting something so it seems to mean something it was not intended to mean'),\n",
- " ('spin', 'the act of rotating rapidly'),\n",
- " ('overrefinement',\n",
+ " ('torture',\n",
" 'the act of distorting something so it seems to mean something it was not intended to mean'),\n",
- " ('whirl', 'the act of rotating rapidly'),\n",
- " ('distortion',\n",
+ " ('overrefinement',\n",
" 'the act of distorting something so it seems to mean something it was not intended to mean'),\n",
- " ('twist', 'the act of rotating rapidly')]},\n",
+ " ('straining',\n",
+ " 'the act of distorting something so it seems to mean something it was not intended to mean')]},\n",
" {'answer': 'umber',\n",
" 'hint': 'synonyms for umber',\n",
- " 'clues': [('chocolate', 'a medium brown to dark-brown color'),\n",
- " ('burnt umber', 'a medium brown to dark-brown color'),\n",
- " ('deep brown', 'a medium brown to dark-brown color'),\n",
- " ('coffee', 'a medium brown to dark-brown color')]},\n",
+ " 'clues': [('burnt umber', 'a medium brown to dark-brown color'),\n",
+ " ('coffee', 'a medium brown to dark-brown color'),\n",
+ " ('chocolate', 'a medium brown to dark-brown color'),\n",
+ " ('deep brown', 'a medium brown to dark-brown color')]},\n",
" {'answer': 'underground',\n",
" 'hint': 'synonyms for underground',\n",
- " 'clues': [('subway',\n",
- " 'an electric railway operating below the surface of the ground (usually in a city)'),\n",
- " ('metro',\n",
+ " 'clues': [('metro',\n",
" 'an electric railway operating below the surface of the ground (usually in a city)'),\n",
" ('resistance',\n",
" 'a secret group organized to overthrow a government or occupation force'),\n",
+ " ('tube',\n",
+ " 'an electric railway operating below the surface of the ground (usually in a city)'),\n",
" ('subway system',\n",
" 'an electric railway operating below the surface of the ground (usually in a city)'),\n",
- " ('tube',\n",
+ " ('subway',\n",
" 'an electric railway operating below the surface of the ground (usually in a city)')]},\n",
" {'answer': 'understanding',\n",
" 'hint': 'synonyms for understanding',\n",
- " 'clues': [('apprehension',\n",
- " 'the cognitive condition of someone who understands'),\n",
+ " 'clues': [('savvy', 'the cognitive condition of someone who understands'),\n",
" ('intellect',\n",
" 'the capacity for rational thought or inference or discrimination'),\n",
" ('reason',\n",
" 'the capacity for rational thought or inference or discrimination'),\n",
" ('discernment', 'the cognitive condition of someone who understands'),\n",
- " ('savvy', 'the cognitive condition of someone who understands'),\n",
" ('sympathy',\n",
" 'an inclination to support or be loyal to or to agree with an opinion'),\n",
" ('agreement',\n",
- " 'the statement (oral or written) of an exchange of promises')]},\n",
+ " 'the statement (oral or written) of an exchange of promises'),\n",
+ " ('apprehension', 'the cognitive condition of someone who understands')]},\n",
" {'answer': 'union',\n",
" 'hint': 'synonyms for union',\n",
- " 'clues': [('trade union',\n",
- " 'an organization of employees formed to bargain with the employer'),\n",
- " ('mating',\n",
+ " 'clues': [('mating',\n",
" 'the act of pairing a male and female for reproductive purposes'),\n",
- " ('labor union',\n",
+ " ('trades union',\n",
" 'an organization of employees formed to bargain with the employer'),\n",
- " ('pairing',\n",
- " 'the act of pairing a male and female for reproductive purposes'),\n",
" ('join',\n",
" 'a set containing all and only the members of two or more given sets'),\n",
- " ('uniting', 'the act of making or becoming a single unit'),\n",
+ " ('labor union',\n",
+ " 'an organization of employees formed to bargain with the employer'),\n",
" ('conjugation',\n",
" 'the act of pairing a male and female for reproductive purposes'),\n",
+ " ('uniting', 'the act of making or becoming a single unit'),\n",
" ('sexual union',\n",
" 'the act of pairing a male and female for reproductive purposes'),\n",
- " ('unification', 'the act of making or becoming a single unit'),\n",
- " ('conglutination',\n",
- " 'healing process involving the growing together of the edges of a wound or the growing together of broken bones'),\n",
+ " ('jointure', 'the act of making or becoming a single unit'),\n",
+ " ('coupling',\n",
+ " 'the act of pairing a male and female for reproductive purposes'),\n",
" ('brotherhood',\n",
" 'an organization of employees formed to bargain with the employer'),\n",
- " ('coupling',\n",
+ " ('unification', 'the act of making or becoming a single unit'),\n",
+ " ('pairing',\n",
" 'the act of pairing a male and female for reproductive purposes'),\n",
- " ('jointure', 'the act of making or becoming a single unit'),\n",
+ " ('conglutination',\n",
+ " 'healing process involving the growing together of the edges of a wound or the growing together of broken bones'),\n",
" ('sum',\n",
" 'a set containing all and only the members of two or more given sets')]},\n",
" {'answer': 'upper',\n",
" 'hint': 'synonyms for upper',\n",
- " 'clues': [('amphetamine',\n",
+ " 'clues': [('speed',\n",
" 'a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression'),\n",
" ('pep pill',\n",
" 'a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression'),\n",
- " ('speed',\n",
+ " ('amphetamine',\n",
" 'a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression'),\n",
" ('upper berth', 'the higher of two berths')]},\n",
" {'answer': 'uppercase',\n",
" 'hint': 'synonyms for uppercase',\n",
- " 'clues': [('majuscule',\n",
- " 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
- " ('capital',\n",
+ " 'clues': [('capital',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
- " ('capital letter',\n",
+ " ('majuscule',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
" ('upper-case letter',\n",
+ " 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis'),\n",
+ " ('capital letter',\n",
" 'one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis')]},\n",
" {'answer': 'upset',\n",
" 'hint': 'synonyms for upset',\n",
- " 'clues': [('overthrow', 'the act of disturbing the mind or body'),\n",
- " ('turnover', 'the act of upsetting something'),\n",
- " ('overturn', 'the act of upsetting something'),\n",
+ " 'clues': [('overturn', 'the act of upsetting something'),\n",
" ('swage',\n",
" 'a tool used to thicken or spread metal (the end of a bar or a rivet etc.) by forging or hammering or swaging'),\n",
- " ('derangement', 'the act of disturbing the mind or body')]},\n",
+ " ('derangement', 'the act of disturbing the mind or body'),\n",
+ " ('overthrow', 'the act of disturbing the mind or body'),\n",
+ " ('turnover', 'the act of upsetting something')]},\n",
" {'answer': 'utility',\n",
" 'hint': 'synonyms for utility',\n",
" 'clues': [('service program',\n",
" '(computer science) a program designed for general support of the processes of a computer'),\n",
- " ('utility program',\n",
- " '(computer science) a program designed for general support of the processes of a computer'),\n",
+ " ('public utility',\n",
+ " 'a company that performs a public service; subject to government regulation'),\n",
" ('usefulness', 'the quality of being of practical use'),\n",
" ('public-service corporation',\n",
" 'a company that performs a public service; subject to government regulation'),\n",
- " ('public utility',\n",
- " 'a company that performs a public service; subject to government regulation'),\n",
+ " ('utility program',\n",
+ " '(computer science) a program designed for general support of the processes of a computer'),\n",
" ('public utility company',\n",
" 'a company that performs a public service; subject to government regulation')]},\n",
" {'answer': 'v',\n",
" 'hint': 'synonyms for v',\n",
- " 'clues': [('5', 'the cardinal number that is the sum of four and one'),\n",
- " ('quintet', 'the cardinal number that is the sum of four and one'),\n",
- " ('pentad', 'the cardinal number that is the sum of four and one'),\n",
- " ('quint', 'the cardinal number that is the sum of four and one'),\n",
- " ('five', 'the cardinal number that is the sum of four and one'),\n",
- " ('fin', 'the cardinal number that is the sum of four and one'),\n",
- " ('cinque', 'the cardinal number that is the sum of four and one'),\n",
+ " 'clues': [('pentad',\n",
+ " 'the cardinal number that is the sum of four and one'),\n",
" ('quintuplet', 'the cardinal number that is the sum of four and one'),\n",
+ " ('atomic number 23',\n",
+ " 'a soft silvery white toxic metallic element used in steel alloys; it occurs in several complex minerals including carnotite and vanadinite'),\n",
+ " ('cinque', 'the cardinal number that is the sum of four and one'),\n",
+ " ('5', 'the cardinal number that is the sum of four and one'),\n",
" ('fivesome', 'the cardinal number that is the sum of four and one'),\n",
" ('vanadium',\n",
" 'a soft silvery white toxic metallic element used in steel alloys; it occurs in several complex minerals including carnotite and vanadinite'),\n",
+ " ('fin', 'the cardinal number that is the sum of four and one'),\n",
" ('volt',\n",
" 'a unit of potential equal to the potential difference between two points on a conductor carrying a current of 1 ampere when the power dissipated between the two points is 1 watt; equivalent to the potential difference across a resistance of 1 ohm when 1 ampere of current flows through it'),\n",
- " ('atomic number 23',\n",
- " 'a soft silvery white toxic metallic element used in steel alloys; it occurs in several complex minerals including carnotite and vanadinite')]},\n",
+ " ('quint', 'the cardinal number that is the sum of four and one'),\n",
+ " ('five', 'the cardinal number that is the sum of four and one'),\n",
+ " ('quintet', 'the cardinal number that is the sum of four and one')]},\n",
" {'answer': 'variant',\n",
" 'hint': 'synonyms for variant',\n",
" 'clues': [('form',\n",
" '(biology) a group of organisms within a species that differ in trivial ways from similar groups'),\n",
- " ('version', 'something a little different from others of the same type'),\n",
- " ('var.',\n",
- " '(biology) a group of organisms within a species that differ in trivial ways from similar groups'),\n",
- " ('chance variable', 'a variable quantity that is random'),\n",
" ('stochastic variable', 'a variable quantity that is random'),\n",
+ " ('version', 'something a little different from others of the same type'),\n",
" ('variation',\n",
" 'something a little different from others of the same type'),\n",
+ " ('variate', 'a variable quantity that is random'),\n",
" ('discrepancy', 'an event that departs from expectations'),\n",
+ " ('random variable', 'a variable quantity that is random'),\n",
+ " ('chance variable', 'a variable quantity that is random'),\n",
" ('variance', 'an event that departs from expectations'),\n",
" ('edition', 'something a little different from others of the same type'),\n",
- " ('variate', 'a variable quantity that is random'),\n",
- " ('strain',\n",
+ " ('var.',\n",
" '(biology) a group of organisms within a species that differ in trivial ways from similar groups'),\n",
- " ('random variable', 'a variable quantity that is random')]},\n",
+ " ('strain',\n",
+ " '(biology) a group of organisms within a species that differ in trivial ways from similar groups')]},\n",
" {'answer': 'vernacular',\n",
" 'hint': 'synonyms for vernacular',\n",
- " 'clues': [('lingo',\n",
+ " 'clues': [('cant',\n",
+ " 'a characteristic language of a particular group (as among thieves)'),\n",
+ " ('argot',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
" ('patois',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
" ('slang',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
- " ('argot',\n",
- " 'a characteristic language of a particular group (as among thieves)'),\n",
- " ('cant',\n",
+ " ('lingo',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
" ('jargon',\n",
" 'a characteristic language of a particular group (as among thieves)')]},\n",
" {'answer': 'vi',\n",
" 'hint': 'synonyms for vi',\n",
- " 'clues': [('hexad', 'the cardinal number that is the sum of five and one'),\n",
+ " 'clues': [('sise', 'the cardinal number that is the sum of five and one'),\n",
+ " ('half a dozen', 'the cardinal number that is the sum of five and one'),\n",
" ('sextuplet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('sestet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('hexad', 'the cardinal number that is the sum of five and one'),\n",
" ('6', 'the cardinal number that is the sum of five and one'),\n",
- " ('half a dozen', 'the cardinal number that is the sum of five and one'),\n",
- " ('sise', 'the cardinal number that is the sum of five and one'),\n",
- " ('sextet', 'the cardinal number that is the sum of five and one'),\n",
" ('sixer', 'the cardinal number that is the sum of five and one'),\n",
- " ('six', 'the cardinal number that is the sum of five and one'),\n",
- " ('sestet', 'the cardinal number that is the sum of five and one')]},\n",
+ " ('sextet', 'the cardinal number that is the sum of five and one'),\n",
+ " ('six', 'the cardinal number that is the sum of five and one')]},\n",
" {'answer': 'vii',\n",
" 'hint': 'synonyms for vii',\n",
- " 'clues': [('7', 'the cardinal number that is the sum of six and one'),\n",
- " ('septet', 'the cardinal number that is the sum of six and one'),\n",
+ " 'clues': [('seven', 'the cardinal number that is the sum of six and one'),\n",
+ " ('sevener', 'the cardinal number that is the sum of six and one'),\n",
" ('septenary', 'the cardinal number that is the sum of six and one'),\n",
- " ('heptad', 'the cardinal number that is the sum of six and one'),\n",
- " ('seven', 'the cardinal number that is the sum of six and one'),\n",
- " ('sevener', 'the cardinal number that is the sum of six and one')]},\n",
+ " ('7', 'the cardinal number that is the sum of six and one'),\n",
+ " ('septet', 'the cardinal number that is the sum of six and one'),\n",
+ " ('heptad', 'the cardinal number that is the sum of six and one')]},\n",
" {'answer': 'viii',\n",
" 'hint': 'synonyms for viii',\n",
- " 'clues': [('8', 'the cardinal number that is the sum of seven and one'),\n",
- " ('ogdoad', 'the cardinal number that is the sum of seven and one'),\n",
+ " 'clues': [('octad',\n",
+ " 'the cardinal number that is the sum of seven and one'),\n",
+ " ('8', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('eighter', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('octonary', 'the cardinal number that is the sum of seven and one'),\n",
+ " ('eight', 'the cardinal number that is the sum of seven and one'),\n",
" ('octet', 'the cardinal number that is the sum of seven and one'),\n",
" ('eighter from Decatur',\n",
" 'the cardinal number that is the sum of seven and one'),\n",
- " ('eight', 'the cardinal number that is the sum of seven and one'),\n",
- " ('octad', 'the cardinal number that is the sum of seven and one'),\n",
- " ('eighter', 'the cardinal number that is the sum of seven and one'),\n",
- " ('octonary', 'the cardinal number that is the sum of seven and one')]},\n",
+ " ('ogdoad', 'the cardinal number that is the sum of seven and one')]},\n",
" {'answer': 'volute',\n",
" 'hint': 'synonyms for volute',\n",
" 'clues': [('spiral',\n",
+ " 'ornament consisting of a curve on a plane that winds around a center with an increasing distance from the center'),\n",
+ " ('helix',\n",
" 'a structure consisting of something wound in a continuous series of loops'),\n",
" ('whorl',\n",
" 'a structure consisting of something wound in a continuous series of loops'),\n",
- " ('helix',\n",
- " 'a structure consisting of something wound in a continuous series of loops'),\n",
" ('coil',\n",
" 'a structure consisting of something wound in a continuous series of loops')]},\n",
" {'answer': 'walloping',\n",
" 'hint': 'synonyms for walloping',\n",
" 'clues': [('slaughter', 'a sound defeat'),\n",
- " ('trouncing', 'a sound defeat'),\n",
- " ('thrashing', 'a sound defeat'),\n",
+ " ('drubbing', 'a sound defeat'),\n",
" ('whipping', 'a sound defeat'),\n",
+ " ('trouncing', 'a sound defeat'),\n",
" ('debacle', 'a sound defeat'),\n",
- " ('drubbing', 'a sound defeat')]},\n",
+ " ('thrashing', 'a sound defeat')]},\n",
" {'answer': 'waste',\n",
" 'hint': 'synonyms for waste',\n",
- " 'clues': [('thriftlessness', 'the trait of wasting resources'),\n",
- " ('barren', 'an uninhabited wilderness that is worthless for cultivation'),\n",
+ " 'clues': [('barren',\n",
+ " 'an uninhabited wilderness that is worthless for cultivation'),\n",
+ " ('thriftlessness', 'the trait of wasting resources'),\n",
+ " ('wasteland',\n",
+ " 'an uninhabited wilderness that is worthless for cultivation'),\n",
+ " ('wastefulness', 'the trait of wasting resources'),\n",
" ('dissipation',\n",
" 'useless or profitless activity; using or expending or consuming thoughtlessly or carelessly'),\n",
- " ('permissive waste',\n",
- " '(law) reduction in the value of an estate caused by act or neglect'),\n",
- " ('wastefulness', 'the trait of wasting resources'),\n",
- " ('waste product',\n",
- " 'any materials unused and rejected as worthless or unwanted'),\n",
" ('waste matter',\n",
" 'any materials unused and rejected as worthless or unwanted'),\n",
+ " ('permissive waste',\n",
+ " '(law) reduction in the value of an estate caused by act or neglect'),\n",
" ('waste material',\n",
" 'any materials unused and rejected as worthless or unwanted'),\n",
- " ('wasteland',\n",
- " 'an uninhabited wilderness that is worthless for cultivation')]},\n",
+ " ('waste product',\n",
+ " 'any materials unused and rejected as worthless or unwanted')]},\n",
" {'answer': 'wearable',\n",
" 'hint': 'synonyms for wearable',\n",
- " 'clues': [('vesture', \"a covering designed to be worn on a person's body\"),\n",
- " ('article of clothing',\n",
+ " 'clues': [('article of clothing',\n",
" \"a covering designed to be worn on a person's body\"),\n",
- " ('clothing', \"a covering designed to be worn on a person's body\"),\n",
+ " ('vesture', \"a covering designed to be worn on a person's body\"),\n",
" ('habiliment', \"a covering designed to be worn on a person's body\"),\n",
+ " ('clothing', \"a covering designed to be worn on a person's body\"),\n",
" ('wear', \"a covering designed to be worn on a person's body\")]},\n",
" {'answer': 'wearing',\n",
" 'hint': 'synonyms for wearing',\n",
- " 'clues': [('eroding',\n",
+ " 'clues': [('wear',\n",
+ " 'the act of having on your person as a covering or adornment'),\n",
+ " ('erosion',\n",
" '(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)'),\n",
" ('eating away',\n",
" '(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)'),\n",
- " ('wear', 'the act of having on your person as a covering or adornment'),\n",
- " ('erosion',\n",
+ " ('eroding',\n",
" '(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)')]},\n",
" {'answer': 'whacking',\n",
" 'hint': 'synonyms for whacking',\n",
- " 'clues': [('beating',\n",
- " 'the act of inflicting corporal punishment with repeated blows'),\n",
- " ('licking',\n",
+ " 'clues': [('drubbing',\n",
" 'the act of inflicting corporal punishment with repeated blows'),\n",
- " ('drubbing',\n",
+ " ('trouncing',\n",
" 'the act of inflicting corporal punishment with repeated blows'),\n",
" ('lacing',\n",
" 'the act of inflicting corporal punishment with repeated blows'),\n",
- " ('trouncing',\n",
+ " ('beating',\n",
+ " 'the act of inflicting corporal punishment with repeated blows'),\n",
+ " ('licking',\n",
" 'the act of inflicting corporal punishment with repeated blows'),\n",
" ('thrashing',\n",
" 'the act of inflicting corporal punishment with repeated blows')]},\n",
" {'answer': 'whipping',\n",
" 'hint': 'synonyms for whipping',\n",
- " 'clues': [('debacle', 'a sound defeat'),\n",
- " ('walloping', 'a sound defeat'),\n",
- " ('whipstitch', 'a sewing stitch passing over an edge diagonally'),\n",
+ " 'clues': [('flagellation',\n",
+ " 'beating with a whip or strap or rope as a form of punishment'),\n",
" ('slaughter', 'a sound defeat'),\n",
- " ('trouncing', 'a sound defeat'),\n",
- " ('thrashing', 'a sound defeat'),\n",
" ('beating', 'the act of overcoming or outdoing'),\n",
- " ('flogging',\n",
- " 'beating with a whip or strap or rope as a form of punishment'),\n",
+ " ('whipstitch', 'a sewing stitch passing over an edge diagonally'),\n",
+ " ('trouncing', 'a sound defeat'),\n",
+ " ('walloping', 'a sound defeat'),\n",
" ('lashing',\n",
" 'beating with a whip or strap or rope as a form of punishment'),\n",
- " ('tanning',\n",
+ " ('flogging',\n",
" 'beating with a whip or strap or rope as a form of punishment'),\n",
- " ('flagellation',\n",
+ " ('drubbing', 'a sound defeat'),\n",
+ " ('debacle', 'a sound defeat'),\n",
+ " ('tanning',\n",
" 'beating with a whip or strap or rope as a form of punishment'),\n",
- " ('drubbing', 'a sound defeat')]},\n",
+ " ('thrashing', 'a sound defeat')]},\n",
" {'answer': 'whispering',\n",
" 'hint': 'synonyms for whispering',\n",
" 'clues': [('whisper',\n",
+ " 'speaking softly without vibration of the vocal cords'),\n",
+ " ('susurration', 'speaking softly without vibration of the vocal cords'),\n",
+ " ('rustle',\n",
" 'a light noise, like the noise of silk clothing or leaves blowing in the wind'),\n",
" ('rustling',\n",
" 'a light noise, like the noise of silk clothing or leaves blowing in the wind'),\n",
- " ('rustle',\n",
- " 'a light noise, like the noise of silk clothing or leaves blowing in the wind'),\n",
- " ('voicelessness', 'speaking softly without vibration of the vocal cords'),\n",
- " ('susurration', 'speaking softly without vibration of the vocal cords')]},\n",
+ " ('voicelessness',\n",
+ " 'speaking softly without vibration of the vocal cords')]},\n",
" {'answer': 'white',\n",
" 'hint': 'synonyms for white',\n",
- " 'clues': [('albumen',\n",
+ " 'clues': [('ovalbumin',\n",
" 'the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water'),\n",
- " ('egg white',\n",
- " 'the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water'),\n",
- " ('flannel',\n",
- " '(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth'),\n",
" ('gabardine',\n",
" '(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth'),\n",
+ " ('flannel',\n",
+ " '(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth'),\n",
" ('tweed',\n",
" '(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth'),\n",
+ " ('albumen',\n",
+ " 'the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water'),\n",
+ " ('egg white',\n",
+ " 'the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water'),\n",
" ('whiteness',\n",
- " 'the quality or state of the achromatic color of greatest lightness (bearing the least resemblance to black)'),\n",
- " ('ovalbumin',\n",
- " 'the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water')]},\n",
+ " 'the quality or state of the achromatic color of greatest lightness (bearing the least resemblance to black)')]},\n",
" {'answer': 'windup',\n",
" 'hint': 'synonyms for windup',\n",
- " 'clues': [('culmination', 'a concluding action'),\n",
- " ('mop up', 'a concluding action'),\n",
+ " 'clues': [('closing', 'a concluding action'),\n",
" ('completion', 'a concluding action'),\n",
- " ('closing', 'a concluding action')]},\n",
+ " ('culmination', 'a concluding action'),\n",
+ " ('mop up', 'a concluding action')]},\n",
" {'answer': 'winking',\n",
" 'hint': 'synonyms for winking',\n",
- " 'clues': [('wink', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('blink', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('eye blink', 'a reflex that closes and opens the eyes rapidly')]},\n",
+ " 'clues': [('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('eye blink', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('wink', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('blinking', 'a reflex that closes and opens the eyes rapidly')]},\n",
" {'answer': 'wireless',\n",
" 'hint': 'synonyms for wireless',\n",
- " 'clues': [('radio', 'medium for communication'),\n",
- " ('receiving set',\n",
- " 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
- " ('radiocommunication', 'medium for communication'),\n",
+ " 'clues': [('radiocommunication', 'medium for communication'),\n",
" ('radio receiver',\n",
" 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
+ " ('receiving set',\n",
+ " 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
+ " ('radio',\n",
+ " 'a communication system based on broadcasting electromagnetic waves'),\n",
" ('tuner',\n",
" 'an electronic receiver that detects and demodulates and amplifies transmitted signals'),\n",
" ('radio set',\n",
" 'an electronic receiver that detects and demodulates and amplifies transmitted signals')]},\n",
" {'answer': 'world',\n",
" 'hint': 'synonyms for world',\n",
- " 'clues': [('reality',\n",
- " 'all of your experiences that determine how things appear to you'),\n",
- " ('earthly concern',\n",
- " 'the concerns of this life as distinguished from heaven and the afterlife'),\n",
+ " 'clues': [('cosmos', 'everything that exists anywhere'),\n",
+ " ('macrocosm', 'everything that exists anywhere'),\n",
" ('populace', 'people in general considered as a whole'),\n",
+ " ('domain',\n",
+ " 'people in general; especially a distinctive group of people with some shared interest'),\n",
+ " ('reality',\n",
+ " 'all of your experiences that determine how things appear to you'),\n",
" ('existence', 'everything that exists anywhere'),\n",
- " ('worldly concern',\n",
- " 'the concerns of this life as distinguished from heaven and the afterlife'),\n",
- " ('macrocosm', 'everything that exists anywhere'),\n",
+ " ('universe', 'everything that exists anywhere'),\n",
" ('earth', 'the 3rd planet from the sun; the planet we live on'),\n",
" ('public', 'people in general considered as a whole'),\n",
- " ('domain',\n",
- " 'people in general; especially a distinctive group of people with some shared interest'),\n",
- " ('cosmos', 'everything that exists anywhere'),\n",
" ('globe', 'the 3rd planet from the sun; the planet we live on'),\n",
- " ('universe', 'everything that exists anywhere'),\n",
+ " ('earthly concern',\n",
+ " 'the concerns of this life as distinguished from heaven and the afterlife'),\n",
+ " ('worldly concern',\n",
+ " 'the concerns of this life as distinguished from heaven and the afterlife'),\n",
" ('creation', 'everything that exists anywhere')]},\n",
" {'answer': 'x',\n",
" 'hint': 'synonyms for x',\n",
- " 'clues': [('disco biscuit',\n",
- " 'street names for methylenedioxymethamphetamine'),\n",
- " ('tenner',\n",
- " 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
- " ('decade',\n",
- " 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
+ " 'clues': [('go', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('ex', 'the 24th letter of the Roman alphabet'),\n",
" ('ten',\n",
" 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
- " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
- " ('hug drug', 'street names for methylenedioxymethamphetamine'),\n",
" ('10',\n",
" 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
- " ('ex', 'the 24th letter of the Roman alphabet'),\n",
+ " ('disco biscuit', 'street names for methylenedioxymethamphetamine'),\n",
" ('ecstasy', 'street names for methylenedioxymethamphetamine'),\n",
- " ('go', 'street names for methylenedioxymethamphetamine')]},\n",
+ " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('decade',\n",
+ " 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
+ " ('tenner',\n",
+ " 'the cardinal number that is the sum of nine and one; the base of the decimal system'),\n",
+ " ('hug drug', 'street names for methylenedioxymethamphetamine')]},\n",
" {'answer': 'xiii',\n",
" 'hint': 'synonyms for xiii',\n",
" 'clues': [('thirteen',\n",
" 'the cardinal number that is the sum of twelve and one'),\n",
- " (\"baker's dozen\",\n",
- " 'the cardinal number that is the sum of twelve and one'),\n",
" ('long dozen', 'the cardinal number that is the sum of twelve and one'),\n",
- " ('13', 'the cardinal number that is the sum of twelve and one')]},\n",
+ " ('13', 'the cardinal number that is the sum of twelve and one'),\n",
+ " (\"baker's dozen\",\n",
+ " 'the cardinal number that is the sum of twelve and one')]},\n",
" {'answer': 'yielding',\n",
" 'hint': 'synonyms for yielding',\n",
- " 'clues': [('surrender', 'a verbal act of admitting defeat'),\n",
- " ('conceding', 'the act of conceding or yielding'),\n",
+ " 'clues': [('concession', 'the act of conceding or yielding'),\n",
" ('giving up', 'a verbal act of admitting defeat'),\n",
- " ('concession', 'the act of conceding or yielding')]},\n",
+ " ('surrender', 'a verbal act of admitting defeat'),\n",
+ " ('conceding', 'the act of conceding or yielding')]},\n",
" {'answer': 'zero',\n",
" 'hint': 'synonyms for zero',\n",
- " 'clues': [('null', 'a quantity of no importance'),\n",
- " ('cipher',\n",
+ " 'clues': [('zip', 'a quantity of no importance'),\n",
+ " ('cypher',\n",
" 'a mathematical element that when added to another number yields the same number'),\n",
- " ('nada', 'a quantity of no importance'),\n",
- " ('zippo', 'a quantity of no importance'),\n",
- " ('zilch', 'a quantity of no importance'),\n",
" ('nought',\n",
" 'a mathematical element that when added to another number yields the same number'),\n",
- " ('cypher', 'a quantity of no importance'),\n",
- " ('aught', 'a quantity of no importance'),\n",
- " ('nix', 'a quantity of no importance'),\n",
- " ('goose egg', 'a quantity of no importance'),\n",
- " ('zip', 'a quantity of no importance'),\n",
- " ('0',\n",
- " 'a mathematical element that when added to another number yields the same number'),\n",
" ('zero point',\n",
" 'the point on a scale from which positive or negative numerical quantities can be measured'),\n",
+ " ('naught', 'a quantity of no importance'),\n",
+ " ('nix', 'a quantity of no importance'),\n",
+ " ('cipher',\n",
+ " 'a mathematical element that when added to another number yields the same number'),\n",
+ " ('zilch', 'a quantity of no importance'),\n",
" ('nil', 'a quantity of no importance'),\n",
- " ('nothing', 'a quantity of no importance')]},\n",
+ " ('null', 'a quantity of no importance'),\n",
+ " ('nothing', 'a quantity of no importance'),\n",
+ " ('nada', 'a quantity of no importance'),\n",
+ " ('zippo', 'a quantity of no importance'),\n",
+ " ('0',\n",
+ " 'a mathematical element that when added to another number yields the same number'),\n",
+ " ('goose egg', 'a quantity of no importance')]},\n",
" {'answer': 'as',\n",
" 'hint': 'synonyms for as',\n",
- " 'clues': [('axerophthol',\n",
+ " 'clues': [('arsenic',\n",
+ " 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
+ " ('atomic number 33',\n",
+ " 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
+ " ('vitamin A',\n",
+ " 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes'),\n",
+ " ('antiophthalmic factor',\n",
" 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes'),\n",
- " ('angstrom',\n",
- " 'a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation'),\n",
" ('adenine',\n",
" '(biochemistry) purine base found in DNA and RNA; pairs with thymine in DNA and with uracil in RNA'),\n",
- " ('arsenic',\n",
- " 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
+ " ('a', 'the 1st letter of the Roman alphabet'),\n",
+ " ('amp',\n",
+ " \"the basic unit of electric current adopted under the Systeme International d'Unites\"),\n",
" ('deoxyadenosine monophosphate',\n",
" 'one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)'),\n",
- " ('amp',\n",
+ " ('ampere',\n",
" \"the basic unit of electric current adopted under the Systeme International d'Unites\"),\n",
- " ('atomic number 33',\n",
- " 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
" ('angstrom unit',\n",
" 'a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation'),\n",
- " ('vitamin A',\n",
+ " ('axerophthol',\n",
" 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes'),\n",
- " ('a', 'the 1st letter of the Roman alphabet'),\n",
- " ('ampere',\n",
- " \"the basic unit of electric current adopted under the Systeme International d'Unites\"),\n",
- " ('antiophthalmic factor',\n",
- " 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes')]},\n",
+ " ('angstrom',\n",
+ " 'a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation')]},\n",
" {'answer': 'aside',\n",
" 'hint': 'synonyms for aside',\n",
- " 'clues': [('divagation', 'a message that departs from the main subject'),\n",
+ " 'clues': [('excursus', 'a message that departs from the main subject'),\n",
+ " ('digression', 'a message that departs from the main subject'),\n",
" ('parenthesis', 'a message that departs from the main subject'),\n",
- " ('excursus', 'a message that departs from the main subject'),\n",
- " ('digression', 'a message that departs from the main subject')]},\n",
+ " ('divagation', 'a message that departs from the main subject')]},\n",
" {'answer': 'bang',\n",
" 'hint': 'synonyms for bang',\n",
- " 'clues': [('boot', 'the swift release of a store of affective force'),\n",
- " ('smash', 'a conspicuous success'),\n",
- " ('blast', 'a sudden very loud noise'),\n",
+ " 'clues': [('knock', 'a vigorous blow'),\n",
+ " ('smash', 'a vigorous blow'),\n",
" ('bash', 'a vigorous blow'),\n",
- " ('eruption', 'a sudden very loud noise'),\n",
- " ('clap', 'a sudden very loud noise'),\n",
+ " ('boot', 'the swift release of a store of affective force'),\n",
" ('rush', 'the swift release of a store of affective force'),\n",
+ " ('strike', 'a conspicuous success'),\n",
+ " ('flush', 'the swift release of a store of affective force'),\n",
+ " ('kick', 'the swift release of a store of affective force'),\n",
+ " ('charge', 'the swift release of a store of affective force'),\n",
+ " ('bam', 'a sudden very loud noise'),\n",
" ('smasher', 'a conspicuous success'),\n",
" ('hit', 'a conspicuous success'),\n",
- " ('bam', 'a sudden very loud noise'),\n",
- " ('kick', 'the swift release of a store of affective force'),\n",
" ('belt', 'a vigorous blow'),\n",
- " ('charge', 'the swift release of a store of affective force'),\n",
- " ('strike', 'a conspicuous success'),\n",
- " ('flush', 'the swift release of a store of affective force'),\n",
- " ('thrill', 'the swift release of a store of affective force'),\n",
- " ('knock', 'a vigorous blow')]},\n",
+ " ('eruption', 'a sudden very loud noise'),\n",
+ " ('clap', 'a sudden very loud noise'),\n",
+ " ('blast', 'a sudden very loud noise'),\n",
+ " ('thrill', 'the swift release of a store of affective force')]},\n",
" {'answer': 'bolt',\n",
" 'hint': 'synonyms for bolt',\n",
- " 'clues': [('dash', 'the act of moving with great haste'),\n",
- " ('bolt of lightning', 'a discharge of lightning accompanied by thunder'),\n",
+ " 'clues': [('bolt of lightning',\n",
+ " 'a discharge of lightning accompanied by thunder'),\n",
+ " ('thunderbolt', 'a discharge of lightning accompanied by thunder'),\n",
+ " ('dash', 'the act of moving with great haste'),\n",
" ('deadbolt',\n",
- " 'the part of a lock that is engaged or withdrawn with a key'),\n",
- " ('thunderbolt', 'a discharge of lightning accompanied by thunder')]},\n",
+ " 'the part of a lock that is engaged or withdrawn with a key')]},\n",
" {'answer': 'con',\n",
" 'hint': 'synonyms for con',\n",
- " 'clues': [('bunko',\n",
- " 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
- " ('confidence trick',\n",
+ " 'clues': [('con game',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
- " ('hustle',\n",
+ " ('confidence game',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
" ('gyp',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
- " ('bunco',\n",
+ " ('confidence trick',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
- " ('con game',\n",
+ " ('bunko',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
- " ('confidence game',\n",
+ " ('hustle',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
- " ('bunco game',\n",
+ " ('bunko game',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
- " ('sting',\n",
+ " ('bunco',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
" ('flimflam',\n",
+ " 'a swindle in which you cheat at gambling or persuade a person to buy worthless property'),\n",
+ " ('sting',\n",
" 'a swindle in which you cheat at gambling or persuade a person to buy worthless property')]},\n",
" {'answer': 'course',\n",
" 'hint': 'synonyms for course',\n",
- " 'clues': [('class', 'a body of students who are taught together'),\n",
+ " 'clues': [('course of action', 'a mode of action'),\n",
" ('course of study',\n",
" 'education imparted in a series of lessons or meetings'),\n",
- " ('track', 'a line or route along which something travels or moves'),\n",
- " ('course of action', 'a mode of action'),\n",
- " ('row', '(construction) a layer of masonry'),\n",
- " ('line', 'a connected series of events or actions or developments'),\n",
" ('form', 'a body of students who are taught together'),\n",
- " ('grade', 'a body of students who are taught together'),\n",
+ " ('course of instruction',\n",
+ " 'education imparted in a series of lessons or meetings'),\n",
+ " ('class', 'a body of students who are taught together'),\n",
+ " ('row', '(construction) a layer of masonry'),\n",
" ('trend', 'general line of orientation'),\n",
+ " ('line', 'a connected series of events or actions or developments'),\n",
" ('path', 'a line or route along which something travels or moves'),\n",
- " ('course of instruction',\n",
- " 'education imparted in a series of lessons or meetings')]},\n",
+ " ('track', 'a line or route along which something travels or moves'),\n",
+ " ('grade', 'a body of students who are taught together')]},\n",
" {'answer': 'crossways',\n",
" 'hint': 'synonyms for crossways',\n",
- " 'clues': [('carrefour',\n",
+ " 'clues': [('crossroad',\n",
" 'a junction where one street or road crosses another'),\n",
+ " ('crossway', 'a junction where one street or road crosses another'),\n",
+ " ('carrefour', 'a junction where one street or road crosses another'),\n",
" ('intersection', 'a junction where one street or road crosses another'),\n",
- " ('crossing', 'a junction where one street or road crosses another'),\n",
- " ('crossroad', 'a junction where one street or road crosses another'),\n",
- " ('crossway', 'a junction where one street or road crosses another')]},\n",
+ " ('crossing', 'a junction where one street or road crosses another')]},\n",
" {'answer': 'flop',\n",
" 'hint': 'synonyms for flop',\n",
- " 'clues': [('collapse', 'the act of throwing yourself down'),\n",
- " ('floating-point operation',\n",
+ " 'clues': [('floating-point operation',\n",
" 'an arithmetic operation performed on floating-point numbers'),\n",
- " ('fizzle', 'a complete failure'),\n",
- " ('bust', 'a complete failure')]},\n",
+ " ('bust', 'a complete failure'),\n",
+ " ('collapse', 'the act of throwing yourself down'),\n",
+ " ('fizzle', 'a complete failure')]},\n",
" {'answer': 'heaps',\n",
" 'hint': 'synonyms for heaps',\n",
- " 'clues': [('flock',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " 'clues': [('oodles', 'a large number or amount'),\n",
+ " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('peck', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('rafts', 'a large number or amount'),\n",
- " ('piles', 'a large number or amount'),\n",
- " ('good deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('jalopy', 'a car that is old and unreliable'),\n",
+ " ('slews', 'a large number or amount'),\n",
+ " ('scores', 'a large number or amount'),\n",
+ " ('agglomerate', 'a collection of objects laid on top of each other'),\n",
+ " ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('stacks', 'a large number or amount'),\n",
+ " ('pile', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('dozens', 'a large number or amount'),\n",
+ " ('tons', 'a large number or amount'),\n",
+ " ('wads', 'a large number or amount'),\n",
" ('great deal',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('scores', 'a large number or amount'),\n",
- " ('cumulation', 'a collection of objects laid on top of each other'),\n",
- " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('oodles', 'a large number or amount'),\n",
+ " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('loads', 'a large number or amount'),\n",
+ " ('rafts', 'a large number or amount'),\n",
" ('tidy sum',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('bus', 'a car that is old and unreliable'),\n",
- " ('scads', 'a large number or amount'),\n",
- " ('tons', 'a large number or amount'),\n",
- " ('stacks', 'a large number or amount'),\n",
- " ('loads', 'a large number or amount'),\n",
" ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('batch', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mountain',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('jalopy', 'a car that is old and unreliable'),\n",
- " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('heap', 'a collection of objects laid on top of each other'),\n",
- " ('dozens', 'a large number or amount'),\n",
- " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('bus', 'a car that is old and unreliable'),\n",
+ " ('flock', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('quite a little',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('lots', 'a large number or amount'),\n",
- " ('lashings', 'a large number or amount'),\n",
+ " ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('cumulation', 'a collection of objects laid on top of each other'),\n",
+ " ('batch', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('gobs', 'a large number or amount'),\n",
+ " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('agglomerate', 'a collection of objects laid on top of each other'),\n",
- " ('cumulus', 'a collection of objects laid on top of each other'),\n",
+ " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('lashings', 'a large number or amount'),\n",
" ('mound', 'a collection of objects laid on top of each other'),\n",
- " ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('peck', \"(often followed by `of') a large number or amount or extent\")]},\n",
+ " ('lot', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('cumulus', 'a collection of objects laid on top of each other'),\n",
+ " ('good deal',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('scads', 'a large number or amount'),\n",
+ " ('muckle',\n",
+ " \"(often followed by `of') a large number or amount or extent\")]},\n",
" {'answer': 'heart_and_soul',\n",
" 'hint': 'synonyms for heart and soul',\n",
- " 'clues': [('kernel',\n",
+ " 'clues': [('pith',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('substance',\n",
- " 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('nub',\n",
+ " ('marrow',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('center',\n",
+ " ('nitty-gritty',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('sum',\n",
+ " ('centre',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('pith',\n",
+ " ('nub',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('meat',\n",
+ " ('inwardness',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('gist',\n",
+ " ('substance',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('heart',\n",
+ " ('sum',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('nitty-gritty',\n",
+ " ('gist',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
" ('essence',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('inwardness',\n",
+ " ('kernel',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('marrow',\n",
+ " ('meat',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
" ('core',\n",
" 'the choicest or most essential or most vital part of some idea or experience'),\n",
- " ('centre',\n",
+ " ('heart',\n",
+ " 'the choicest or most essential or most vital part of some idea or experience'),\n",
+ " ('center',\n",
" 'the choicest or most essential or most vital part of some idea or experience')]},\n",
" {'answer': 'hereafter',\n",
" 'hint': 'synonyms for hereafter',\n",
- " 'clues': [('afterlife', 'life after death'),\n",
+ " 'clues': [('time to come', 'the time yet to come'),\n",
" ('futurity', 'the time yet to come'),\n",
" ('future', 'the time yet to come'),\n",
- " ('time to come', 'the time yet to come')]},\n",
+ " ('afterlife', 'life after death')]},\n",
" {'answer': 'item',\n",
" 'hint': 'synonyms for item',\n",
- " 'clues': [('detail',\n",
- " 'a small part that can be considered separately from the whole'),\n",
- " ('token', 'an individual instance of a type of symbol'),\n",
+ " 'clues': [('token', 'an individual instance of a type of symbol'),\n",
+ " ('detail',\n",
+ " 'an isolated fact that is considered separately from the whole'),\n",
" ('point',\n",
- " 'a distinct part that can be specified separately in a group of things that could be enumerated on a list'),\n",
+ " 'an isolated fact that is considered separately from the whole'),\n",
" ('particular',\n",
" 'a small part that can be considered separately from the whole')]},\n",
" {'answer': 'lots',\n",
" 'hint': 'synonyms for lots',\n",
- " 'clues': [('lot', 'a parcel of land having fixed boundaries'),\n",
- " ('heaps', 'a large number or amount'),\n",
- " ('flock', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " 'clues': [('oodles', 'a large number or amount'),\n",
+ " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('peck', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('caboodle', 'any collection in its entirety'),\n",
+ " ('set', 'an unofficial association of people or groups'),\n",
" ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('rafts', 'a large number or amount'),\n",
- " ('piles', 'a large number or amount'),\n",
- " ('good deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('great deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('lot', 'a parcel of land having fixed boundaries'),\n",
+ " ('slews', 'a large number or amount'),\n",
" ('scores', 'a large number or amount'),\n",
+ " ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('stacks', 'a large number or amount'),\n",
+ " ('pile', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('dozens', 'a large number or amount'),\n",
+ " ('tons', 'a large number or amount'),\n",
" ('band', 'an unofficial association of people or groups'),\n",
- " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('oodles', 'a large number or amount'),\n",
- " ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('tidy sum',\n",
+ " ('wads', 'a large number or amount'),\n",
+ " ('great deal',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('bunch', 'any collection in its entirety'),\n",
- " ('scads', 'a large number or amount'),\n",
- " ('tons', 'a large number or amount'),\n",
- " ('stacks', 'a large number or amount'),\n",
" ('draw', 'anything (straws or pebbles etc.) taken or chosen at random'),\n",
+ " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('loads', 'a large number or amount'),\n",
+ " ('rafts', 'a large number or amount'),\n",
+ " ('tidy sum',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('batch', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mountain',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('caboodle', 'any collection in its entirety'),\n",
- " ('dozens', 'a large number or amount'),\n",
- " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('circle', 'an unofficial association of people or groups'),\n",
- " ('set', 'an unofficial association of people or groups'),\n",
+ " ('flock', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('quite a little',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('batch', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('gobs', 'a large number or amount'),\n",
- " ('lashings', 'a large number or amount'),\n",
+ " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('peck', \"(often followed by `of') a large number or amount or extent\")]},\n",
+ " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('bunch', 'any collection in its entirety'),\n",
+ " ('lashings', 'a large number or amount'),\n",
+ " ('circle', 'an unofficial association of people or groups'),\n",
+ " ('good deal',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('scads', 'a large number or amount'),\n",
+ " ('muckle',\n",
+ " \"(often followed by `of') a large number or amount or extent\")]},\n",
" {'answer': 'needs',\n",
" 'hint': 'synonyms for needs',\n",
" 'clues': [('motive',\n",
" 'the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior'),\n",
- " ('need', 'anything that is necessary but lacking'),\n",
" ('want', 'anything that is necessary but lacking'),\n",
" ('motivation',\n",
+ " 'the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior'),\n",
+ " ('need',\n",
" 'the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior')]},\n",
" {'answer': 'nothing',\n",
" 'hint': 'synonyms for nothing',\n",
- " 'clues': [('null', 'a quantity of no importance'),\n",
- " ('nada', 'a quantity of no importance'),\n",
- " ('zippo', 'a quantity of no importance'),\n",
+ " 'clues': [('zip', 'a quantity of no importance'),\n",
+ " ('naught', 'a quantity of no importance'),\n",
+ " ('nix', 'a quantity of no importance'),\n",
" ('zilch', 'a quantity of no importance'),\n",
" ('cypher', 'a quantity of no importance'),\n",
- " ('aught', 'a quantity of no importance'),\n",
- " ('nix', 'a quantity of no importance'),\n",
- " ('goose egg', 'a quantity of no importance'),\n",
- " ('cipher', 'a quantity of no importance'),\n",
- " ('zero', 'a quantity of no importance'),\n",
" ('nil', 'a quantity of no importance'),\n",
- " ('zip', 'a quantity of no importance')]},\n",
+ " ('null', 'a quantity of no importance'),\n",
+ " ('zero', 'a quantity of no importance'),\n",
+ " ('nada', 'a quantity of no importance'),\n",
+ " ('cipher', 'a quantity of no importance'),\n",
+ " ('zippo', 'a quantity of no importance'),\n",
+ " ('goose egg', 'a quantity of no importance')]},\n",
" {'answer': 'part',\n",
" 'hint': 'synonyms for part',\n",
- " 'clues': [('share',\n",
- " 'the part played by a person in bringing about a result'),\n",
- " ('component part',\n",
- " 'something determined in relation to something that includes it'),\n",
- " ('percentage',\n",
+ " 'clues': [('persona', \"an actor's portrayal of someone in a play\"),\n",
+ " ('character', \"an actor's portrayal of someone in a play\"),\n",
+ " ('share',\n",
" 'assets belonging to or due to or contributed by an individual person or group'),\n",
+ " ('section',\n",
+ " 'one of the portions into which something is regarded as divided and which together constitute a whole'),\n",
" ('constituent',\n",
" 'something determined in relation to something that includes it'),\n",
- " ('character', \"an actor's portrayal of someone in a play\"),\n",
" ('portion',\n",
+ " 'something determined in relation to something that includes it'),\n",
+ " ('percentage',\n",
" 'assets belonging to or due to or contributed by an individual person or group'),\n",
- " ('role',\n",
- " 'the actions and activities assigned to or required or expected of a person or group'),\n",
- " ('office',\n",
- " 'the actions and activities assigned to or required or expected of a person or group'),\n",
- " ('contribution',\n",
- " 'the part played by a person in bringing about a result'),\n",
- " ('function',\n",
- " 'the actions and activities assigned to or required or expected of a person or group'),\n",
- " ('theatrical role', \"an actor's portrayal of someone in a play\"),\n",
" ('division',\n",
" 'one of the portions into which something is regarded as divided and which together constitute a whole'),\n",
- " ('voice',\n",
- " 'the melody carried by a particular voice or instrument in polyphonic music'),\n",
+ " ('office',\n",
+ " 'the actions and activities assigned to or required or expected of a person or group'),\n",
+ " ('role', \"an actor's portrayal of someone in a play\"),\n",
+ " ('component part',\n",
+ " 'something determined in relation to something that includes it'),\n",
" ('component',\n",
" 'something determined in relation to something that includes it'),\n",
+ " ('voice',\n",
+ " 'the melody carried by a particular voice or instrument in polyphonic music'),\n",
+ " ('theatrical role', \"an actor's portrayal of someone in a play\"),\n",
+ " ('function',\n",
+ " 'the actions and activities assigned to or required or expected of a person or group'),\n",
" ('region', 'the extended spatial location of something'),\n",
- " ('section',\n",
- " 'one of the portions into which something is regarded as divided and which together constitute a whole'),\n",
- " ('piece', 'a portion of a natural object'),\n",
- " ('persona', \"an actor's portrayal of someone in a play\")]},\n",
+ " ('contribution',\n",
+ " 'the part played by a person in bringing about a result'),\n",
+ " ('piece', 'a portion of a natural object')]},\n",
" {'answer': 'plenty',\n",
" 'hint': 'synonyms for plenty',\n",
- " 'clues': [('pile',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " 'clues': [('plenteousness', 'a full supply'),\n",
+ " ('plentitude', 'a full supply'),\n",
+ " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('peck', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('flock', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('good deal',\n",
+ " ('quite a little',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('plentifulness', 'a full supply'),\n",
+ " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('batch', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mountain',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('great deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('stack', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('plenteousness', 'a full supply'),\n",
- " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('plentifulness', 'a full supply'),\n",
+ " ('stack', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('quite a little',\n",
+ " ('pile', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('great deal',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('plenitude', 'a full supply'),\n",
+ " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('lot', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('tidy sum',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('lot', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('raft', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('peck', \"(often followed by `of') a large number or amount or extent\")]},\n",
+ " ('good deal',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mountain',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('raft', \"(often followed by `of') a large number or amount or extent\")]},\n",
" {'answer': 'smack',\n",
" 'hint': 'synonyms for smack',\n",
- " 'clues': [('flavour',\n",
- " 'the taste experience when a savoury condiment is taken into the mouth'),\n",
- " ('thunder', 'street names for heroin'),\n",
- " ('slap', 'a blow from a flat object (as an open hand)'),\n",
- " ('smacking',\n",
- " 'the act of smacking something; a blow delivered with an open hand'),\n",
- " ('scag', 'street names for heroin'),\n",
- " ('savour',\n",
+ " 'clues': [('savor',\n",
" 'the taste experience when a savoury condiment is taken into the mouth'),\n",
+ " ('hell dust', 'street names for heroin'),\n",
" ('skag', 'street names for heroin'),\n",
- " ('big H', 'street names for heroin'),\n",
- " ('tang',\n",
+ " ('slap', 'a blow from a flat object (as an open hand)'),\n",
+ " ('nip',\n",
" 'the taste experience when a savoury condiment is taken into the mouth'),\n",
" ('relish',\n",
" 'the taste experience when a savoury condiment is taken into the mouth'),\n",
- " ('nip',\n",
+ " ('tang',\n",
" 'the taste experience when a savoury condiment is taken into the mouth'),\n",
- " ('hell dust', 'street names for heroin'),\n",
- " ('nose drops', 'street names for heroin'),\n",
+ " ('scag', 'street names for heroin'),\n",
" ('sapidity',\n",
" 'the taste experience when a savoury condiment is taken into the mouth'),\n",
- " ('smooch', 'an enthusiastic kiss')]},\n",
+ " ('flavor',\n",
+ " 'the taste experience when a savoury condiment is taken into the mouth'),\n",
+ " ('nose drops', 'street names for heroin'),\n",
+ " ('smacking',\n",
+ " 'the act of smacking something; a blow delivered with an open hand'),\n",
+ " ('smooch', 'an enthusiastic kiss'),\n",
+ " ('thunder', 'street names for heroin'),\n",
+ " ('big H', 'street names for heroin')]},\n",
" {'answer': 'smash',\n",
" 'hint': 'synonyms for smash',\n",
- " 'clues': [('bang', 'a conspicuous success'),\n",
+ " 'clues': [('bang', 'a vigorous blow'),\n",
+ " ('knock', 'a vigorous blow'),\n",
+ " ('bash', 'a vigorous blow'),\n",
+ " ('strike', 'a conspicuous success'),\n",
+ " ('overhead', 'a hard return hitting the tennis ball above your head'),\n",
" ('smash-up', 'a serious collision (especially of motor vehicles)'),\n",
" ('smasher', 'a conspicuous success'),\n",
- " ('bash', 'a vigorous blow'),\n",
" ('hit', 'a conspicuous success'),\n",
- " ('crash', 'the act of colliding with something'),\n",
- " ('strike', 'a conspicuous success'),\n",
" ('belt', 'a vigorous blow'),\n",
- " ('overhead', 'a hard return hitting the tennis ball above your head'),\n",
- " ('knock', 'a vigorous blow')]},\n",
+ " ('crash', 'the act of colliding with something')]},\n",
" {'answer': 'soaking',\n",
" 'hint': 'synonyms for soaking',\n",
- " 'clues': [('soakage',\n",
- " 'the process of becoming softened and saturated as a consequence of being immersed in water (or other liquid)'),\n",
- " ('sousing', 'the act of making something completely wet'),\n",
- " ('soak',\n",
+ " 'clues': [('souse', 'the act of making something completely wet'),\n",
+ " ('soakage',\n",
" 'the process of becoming softened and saturated as a consequence of being immersed in water (or other liquid)'),\n",
- " ('souse', 'the act of making something completely wet'),\n",
- " ('drenching', 'the act of making something completely wet')]},\n",
+ " ('soak', 'washing something by allowing it to soak'),\n",
+ " ('drenching', 'the act of making something completely wet'),\n",
+ " ('sousing', 'the act of making something completely wet')]},\n",
" {'answer': 'vis-a-vis',\n",
" 'hint': 'synonyms for vis-a-vis',\n",
- " 'clues': [('loveseat', 'small sofa that seats two people'),\n",
- " ('tete-a-tete', 'small sofa that seats two people'),\n",
- " ('counterpart',\n",
+ " 'clues': [('counterpart',\n",
" 'a person or thing having the same function or characteristics as another'),\n",
+ " ('loveseat', 'small sofa that seats two people'),\n",
" ('opposite number',\n",
- " 'a person or thing having the same function or characteristics as another')]},\n",
+ " 'a person or thing having the same function or characteristics as another'),\n",
+ " ('tete-a-tete', 'small sofa that seats two people')]},\n",
" {'answer': 'viva_voce',\n",
" 'hint': 'synonyms for viva voce',\n",
" 'clues': [('oral', 'an examination conducted by spoken communication'),\n",
- " ('oral exam', 'an examination conducted by spoken communication'),\n",
+ " ('oral examination', 'an examination conducted by spoken communication'),\n",
" ('viva', 'an examination conducted by spoken communication'),\n",
- " ('oral examination',\n",
- " 'an examination conducted by spoken communication')]},\n",
+ " ('oral exam', 'an examination conducted by spoken communication')]},\n",
" {'answer': 'way',\n",
" 'hint': 'synonyms for way',\n",
- " 'clues': [('manner', 'how something is done or how it happens'),\n",
- " ('elbow room', 'space for movement'),\n",
- " ('means', 'how a result is obtained or an end is achieved'),\n",
+ " 'clues': [('path', 'a course of conduct'),\n",
" ('way of life', 'a course of conduct'),\n",
- " ('mode', 'how something is done or how it happens'),\n",
+ " ('room', 'space for movement'),\n",
" ('direction', 'a line leading to a place or point'),\n",
- " ('path', 'a course of conduct'),\n",
+ " ('elbow room', 'space for movement'),\n",
" ('fashion', 'how something is done or how it happens'),\n",
- " ('style', 'how something is done or how it happens'),\n",
+ " ('manner', 'how something is done or how it happens'),\n",
+ " ('means', 'how a result is obtained or an end is achieved'),\n",
" ('agency', 'how a result is obtained or an end is achieved'),\n",
- " ('room', 'space for movement')]},\n",
+ " ('mode', 'how something is done or how it happens'),\n",
+ " ('style', 'how something is done or how it happens')]},\n",
" {'answer': '24-hour_interval',\n",
" 'hint': 'synonyms for 24-hour interval',\n",
" 'clues': [('twenty-four hour period',\n",
" 'time for Earth to make a complete rotation on its axis'),\n",
" ('twenty-four hours',\n",
" 'time for Earth to make a complete rotation on its axis'),\n",
- " ('solar day', 'time for Earth to make a complete rotation on its axis'),\n",
" ('mean solar day',\n",
" 'time for Earth to make a complete rotation on its axis'),\n",
+ " ('solar day', 'time for Earth to make a complete rotation on its axis'),\n",
" ('day', 'time for Earth to make a complete rotation on its axis')]},\n",
" {'answer': 'a',\n",
" 'hint': 'synonyms for a',\n",
- " 'clues': [('axerophthol',\n",
+ " 'clues': [('vitamin A',\n",
" 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes'),\n",
- " ('angstrom',\n",
- " 'a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation'),\n",
" ('adenine',\n",
" '(biochemistry) purine base found in DNA and RNA; pairs with thymine in DNA and with uracil in RNA'),\n",
+ " ('antiophthalmic factor',\n",
+ " 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes'),\n",
+ " ('amp',\n",
+ " \"the basic unit of electric current adopted under the Systeme International d'Unites\"),\n",
" ('deoxyadenosine monophosphate',\n",
" 'one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)'),\n",
- " ('amp',\n",
+ " ('ampere',\n",
" \"the basic unit of electric current adopted under the Systeme International d'Unites\"),\n",
" ('angstrom unit',\n",
" 'a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation'),\n",
- " ('vitamin A',\n",
+ " ('axerophthol',\n",
" 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes'),\n",
- " ('ampere',\n",
- " \"the basic unit of electric current adopted under the Systeme International d'Unites\"),\n",
- " ('antiophthalmic factor',\n",
- " 'any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes')]},\n",
+ " ('angstrom',\n",
+ " 'a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation')]},\n",
" {'answer': 'abatement',\n",
" 'hint': 'synonyms for abatement',\n",
- " 'clues': [('hiatus',\n",
+ " 'clues': [('respite',\n",
" 'an interruption in the intensity or amount of something'),\n",
" ('suspension', 'an interruption in the intensity or amount of something'),\n",
- " ('respite', 'an interruption in the intensity or amount of something'),\n",
- " ('reprieve', 'an interruption in the intensity or amount of something')]},\n",
+ " ('reprieve', 'an interruption in the intensity or amount of something'),\n",
+ " ('hiatus', 'an interruption in the intensity or amount of something')]},\n",
" {'answer': 'abc',\n",
" 'hint': 'synonyms for abc',\n",
- " 'clues': [('alphabet',\n",
+ " 'clues': [('first principle',\n",
" 'the elementary stages of any subject (usually plural)'),\n",
+ " ('rudiment', 'the elementary stages of any subject (usually plural)'),\n",
+ " ('alphabet', 'the elementary stages of any subject (usually plural)'),\n",
" ('first rudiment',\n",
- " 'the elementary stages of any subject (usually plural)'),\n",
- " ('first principle',\n",
- " 'the elementary stages of any subject (usually plural)'),\n",
- " ('rudiment', 'the elementary stages of any subject (usually plural)')]},\n",
+ " 'the elementary stages of any subject (usually plural)')]},\n",
" {'answer': \"abc's\",\n",
" 'hint': \"synonyms for abc's\",\n",
- " 'clues': [('alphabet',\n",
+ " 'clues': [('first principle',\n",
" 'the elementary stages of any subject (usually plural)'),\n",
+ " ('rudiment', 'the elementary stages of any subject (usually plural)'),\n",
+ " ('alphabet', 'the elementary stages of any subject (usually plural)'),\n",
" ('first rudiment',\n",
- " 'the elementary stages of any subject (usually plural)'),\n",
- " ('first principle',\n",
- " 'the elementary stages of any subject (usually plural)'),\n",
- " ('rudiment', 'the elementary stages of any subject (usually plural)')]},\n",
+ " 'the elementary stages of any subject (usually plural)')]},\n",
" {'answer': 'abcs',\n",
" 'hint': 'synonyms for abcs',\n",
- " 'clues': [('alphabet',\n",
- " 'the elementary stages of any subject (usually plural)'),\n",
- " ('rudiment', 'the elementary stages of any subject (usually plural)'),\n",
- " ('first principle',\n",
+ " 'clues': [('first principle',\n",
" 'the elementary stages of any subject (usually plural)'),\n",
" ('first rudiment',\n",
- " 'the elementary stages of any subject (usually plural)')]},\n",
+ " 'the elementary stages of any subject (usually plural)'),\n",
+ " ('alphabet', 'the elementary stages of any subject (usually plural)'),\n",
+ " ('rudiment', 'the elementary stages of any subject (usually plural)')]},\n",
" {'answer': 'abdominal_delivery',\n",
" 'hint': 'synonyms for abdominal delivery',\n",
- " 'clues': [('caesarian delivery',\n",
- " 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('caesarean',\n",
+ " 'clues': [('cesarean section',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
- " ('cesarian section',\n",
+ " ('caesarian delivery',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
" ('cesarian',\n",
+ " 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)'),\n",
+ " ('caesarean',\n",
" 'the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)')]},\n",
" {'answer': 'abhorrence',\n",
" 'hint': 'synonyms for abhorrence',\n",
- " 'clues': [('loathing', 'hate coupled with disgust'),\n",
- " ('execration', 'hate coupled with disgust'),\n",
- " ('detestation', 'hate coupled with disgust'),\n",
+ " 'clues': [('execration', 'hate coupled with disgust'),\n",
+ " ('abomination', 'hate coupled with disgust'),\n",
+ " ('loathing', 'hate coupled with disgust'),\n",
" ('odium', 'hate coupled with disgust'),\n",
- " ('abomination', 'hate coupled with disgust')]},\n",
+ " ('detestation', 'hate coupled with disgust')]},\n",
" {'answer': 'abidance',\n",
" 'hint': 'synonyms for abidance',\n",
- " 'clues': [('conformity', 'acting according to certain accepted standards'),\n",
- " ('residency', 'the act of dwelling in a place'),\n",
+ " 'clues': [('residence', 'the act of dwelling in a place'),\n",
+ " ('conformity', 'acting according to certain accepted standards'),\n",
" ('compliance', 'acting according to certain accepted standards'),\n",
" ('conformation', 'acting according to certain accepted standards')]},\n",
" {'answer': 'abnegation',\n",
" 'hint': 'synonyms for abnegation',\n",
- " 'clues': [('self-abnegation',\n",
+ " 'clues': [('self-denial',\n",
" 'renunciation of your own interests in favor of the interests of others'),\n",
- " ('self-denial',\n",
+ " ('self-abnegation',\n",
" 'renunciation of your own interests in favor of the interests of others'),\n",
" ('self-renunciation',\n",
" 'renunciation of your own interests in favor of the interests of others'),\n",
@@ -29210,130 +29250,131 @@
" 'renunciation of your own interests in favor of the interests of others')]},\n",
" {'answer': 'abode',\n",
" 'hint': 'synonyms for abode',\n",
- " 'clues': [('domicile', 'housing that someone is living in'),\n",
- " ('home', 'housing that someone is living in'),\n",
- " ('habitation', 'housing that someone is living in'),\n",
+ " 'clues': [('residence',\n",
+ " 'any address at which you dwell more than temporarily'),\n",
+ " ('domicile', 'housing that someone is living in'),\n",
" ('dwelling', 'housing that someone is living in'),\n",
- " ('dwelling house', 'housing that someone is living in'),\n",
- " ('residence', 'any address at which you dwell more than temporarily')]},\n",
+ " ('habitation', 'housing that someone is living in'),\n",
+ " ('home', 'housing that someone is living in'),\n",
+ " ('dwelling house', 'housing that someone is living in')]},\n",
" {'answer': 'abomination',\n",
" 'hint': 'synonyms for abomination',\n",
- " 'clues': [('loathing', 'hate coupled with disgust'),\n",
- " ('execration', 'hate coupled with disgust'),\n",
- " ('detestation', 'hate coupled with disgust'),\n",
+ " 'clues': [('execration', 'hate coupled with disgust'),\n",
+ " ('loathing', 'hate coupled with disgust'),\n",
" ('odium', 'hate coupled with disgust'),\n",
+ " ('detestation', 'hate coupled with disgust'),\n",
" ('abhorrence', 'hate coupled with disgust')]},\n",
" {'answer': 'about-face',\n",
" 'hint': 'synonyms for about-face',\n",
- " 'clues': [('about turn',\n",
- " 'act of pivoting 180 degrees, especially in a military formation'),\n",
- " ('policy change',\n",
+ " 'clues': [('policy change',\n",
" 'a major change in attitude or principle or point of view'),\n",
+ " ('about turn',\n",
+ " 'act of pivoting 180 degrees, especially in a military formation'),\n",
" ('volte-face',\n",
" 'a major change in attitude or principle or point of view'),\n",
" ('reversal',\n",
" 'a major change in attitude or principle or point of view')]},\n",
" {'answer': 'abrasion',\n",
" 'hint': 'synonyms for abrasion',\n",
- " 'clues': [('attrition', 'erosion by friction'),\n",
+ " 'clues': [('corrasion', 'erosion by friction'),\n",
+ " ('attrition',\n",
+ " 'the wearing down of rock particles by friction due to water or wind or ice'),\n",
" ('detrition',\n",
" 'the wearing down of rock particles by friction due to water or wind or ice'),\n",
- " ('corrasion', 'erosion by friction'),\n",
" ('grinding',\n",
" 'the wearing down of rock particles by friction due to water or wind or ice')]},\n",
" {'answer': 'abruptness',\n",
" 'hint': 'synonyms for abruptness',\n",
- " 'clues': [('shortness', 'an abrupt discourteous manner'),\n",
- " ('precipitance',\n",
+ " 'clues': [('precipitancy',\n",
" 'the quality of happening with headlong haste or without warning'),\n",
- " ('brusqueness', 'an abrupt discourteous manner'),\n",
" ('suddenness',\n",
" 'the quality of happening with headlong haste or without warning'),\n",
- " ('precipitousness',\n",
- " 'the quality of happening with headlong haste or without warning'),\n",
" ('precipitateness',\n",
" 'the quality of happening with headlong haste or without warning'),\n",
- " ('gruffness', 'an abrupt discourteous manner'),\n",
" ('curtness', 'an abrupt discourteous manner'),\n",
- " ('steepness', 'the property possessed by a slope that is very steep')]},\n",
+ " ('brusqueness', 'an abrupt discourteous manner'),\n",
+ " ('shortness', 'an abrupt discourteous manner'),\n",
+ " ('steepness', 'the property possessed by a slope that is very steep'),\n",
+ " ('gruffness', 'an abrupt discourteous manner'),\n",
+ " ('precipitousness',\n",
+ " 'the quality of happening with headlong haste or without warning')]},\n",
" {'answer': 'absolutism',\n",
" 'hint': 'synonyms for absolutism',\n",
- " 'clues': [('totalism',\n",
- " 'the principle of complete and unrestricted power in government'),\n",
+ " 'clues': [('dictatorship',\n",
+ " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
" ('one-man rule',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
" ('despotism',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('authoritarianism',\n",
- " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
+ " ('totalism',\n",
+ " 'the principle of complete and unrestricted power in government'),\n",
" ('totalitarianism',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('tyranny',\n",
+ " ('monocracy',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('shogunate',\n",
+ " ('authoritarianism',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('dictatorship',\n",
+ " ('shogunate',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('monocracy',\n",
+ " ('tyranny',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)')]},\n",
" {'answer': 'absorption',\n",
" 'hint': 'synonyms for absorption',\n",
- " 'clues': [('preoccupation',\n",
- " 'the mental state of being preoccupied by something'),\n",
+ " 'clues': [('soaking up',\n",
+ " '(chemistry) a process in which one substance permeates another; a fluid permeates or is dissolved by a liquid or solid'),\n",
+ " ('immersion', 'complete attention; intense mental effort'),\n",
+ " ('preoccupancy', 'the mental state of being preoccupied by something'),\n",
+ " ('engrossment', 'the mental state of being preoccupied by something'),\n",
" ('assimilation',\n",
" 'the process of absorbing nutrients into the body after digestion'),\n",
- " ('engrossment', 'the mental state of being preoccupied by something'),\n",
- " ('preoccupancy', 'the mental state of being preoccupied by something'),\n",
- " ('immersion', 'complete attention; intense mental effort'),\n",
- " ('concentration', 'complete attention; intense mental effort'),\n",
- " ('soaking up',\n",
- " '(chemistry) a process in which one substance permeates another; a fluid permeates or is dissolved by a liquid or solid')]},\n",
+ " ('preoccupation', 'the mental state of being preoccupied by something'),\n",
+ " ('concentration', 'complete attention; intense mental effort')]},\n",
" {'answer': 'abstraction',\n",
" 'hint': 'synonyms for abstraction',\n",
- " 'clues': [('abstract',\n",
- " 'a concept or idea not associated with any specific instance'),\n",
+ " 'clues': [('generalization',\n",
+ " 'the process of formulating general concepts by abstracting common properties of instances'),\n",
" ('abstract entity',\n",
" 'a general concept formed by extracting common features from specific examples'),\n",
- " ('generalisation',\n",
- " 'the process of formulating general concepts by abstracting common properties of instances'),\n",
" ('abstractedness',\n",
- " 'preoccupation with something to the exclusion of all else')]},\n",
+ " 'preoccupation with something to the exclusion of all else'),\n",
+ " ('abstract',\n",
+ " 'a concept or idea not associated with any specific instance')]},\n",
" {'answer': 'abstruseness',\n",
" 'hint': 'synonyms for abstruseness',\n",
- " 'clues': [('reconditeness',\n",
+ " 'clues': [('profoundness',\n",
" 'wisdom that is recondite and abstruse and profound'),\n",
- " ('obscureness',\n",
- " 'the quality of being unclear or abstruse and hard to understand'),\n",
- " ('profoundness', 'wisdom that is recondite and abstruse and profound'),\n",
" ('profundity', 'wisdom that is recondite and abstruse and profound'),\n",
+ " ('abstrusity', 'wisdom that is recondite and abstruse and profound'),\n",
+ " ('reconditeness', 'wisdom that is recondite and abstruse and profound'),\n",
" ('obscurity',\n",
" 'the quality of being unclear or abstruse and hard to understand'),\n",
- " ('abstrusity', 'wisdom that is recondite and abstruse and profound')]},\n",
+ " ('obscureness',\n",
+ " 'the quality of being unclear or abstruse and hard to understand')]},\n",
" {'answer': 'abstrusity',\n",
" 'hint': 'synonyms for abstrusity',\n",
- " 'clues': [('abstruseness',\n",
+ " 'clues': [('profoundness',\n",
" 'wisdom that is recondite and abstruse and profound'),\n",
- " ('profundity', 'wisdom that is recondite and abstruse and profound'),\n",
" ('reconditeness', 'wisdom that is recondite and abstruse and profound'),\n",
- " ('profoundness', 'wisdom that is recondite and abstruse and profound')]},\n",
+ " ('profundity', 'wisdom that is recondite and abstruse and profound'),\n",
+ " ('abstruseness', 'wisdom that is recondite and abstruse and profound')]},\n",
" {'answer': 'absurdity',\n",
" 'hint': 'synonyms for absurdity',\n",
- " 'clues': [('absurdness',\n",
+ " 'clues': [('ridiculousness',\n",
" 'a message whose content is at variance with reason'),\n",
- " ('ridiculousness', 'a message whose content is at variance with reason'),\n",
- " ('fatuousness', 'a ludicrous folly'),\n",
" ('silliness', 'a ludicrous folly'),\n",
- " ('fatuity', 'a ludicrous folly')]},\n",
+ " ('fatuousness', 'a ludicrous folly'),\n",
+ " ('fatuity', 'a ludicrous folly'),\n",
+ " ('absurdness', 'a message whose content is at variance with reason')]},\n",
" {'answer': 'abuse',\n",
" 'hint': 'synonyms for abuse',\n",
- " 'clues': [('ill-treatment', 'cruel or inhumane treatment'),\n",
- " ('contumely', 'a rude expression intended to offend or hurt'),\n",
- " ('misuse', 'improper or excessive use'),\n",
- " ('maltreatment', 'cruel or inhumane treatment'),\n",
+ " 'clues': [('contumely', 'a rude expression intended to offend or hurt'),\n",
+ " ('ill-usage', 'cruel or inhumane treatment'),\n",
" ('revilement', 'a rude expression intended to offend or hurt'),\n",
+ " ('misuse', 'improper or excessive use'),\n",
+ " ('ill-treatment', 'cruel or inhumane treatment'),\n",
" ('insult', 'a rude expression intended to offend or hurt'),\n",
- " ('vilification', 'a rude expression intended to offend or hurt'),\n",
- " ('ill-usage', 'cruel or inhumane treatment')]},\n",
+ " ('maltreatment', 'cruel or inhumane treatment'),\n",
+ " ('vilification', 'a rude expression intended to offend or hurt')]},\n",
" {'answer': 'ac',\n",
" 'hint': 'synonyms for ac',\n",
" 'clues': [('actinium',\n",
@@ -29346,269 +29387,264 @@
" 'an electric current that reverses direction sinusoidally')]},\n",
" {'answer': 'acaroid_resin',\n",
" 'hint': 'synonyms for acaroid resin',\n",
- " 'clues': [('accaroid resin',\n",
- " 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
- " ('accroides',\n",
+ " 'clues': [('accroides gum',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
" ('gum accroides',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
- " ('accroides gum',\n",
+ " ('accroides resin',\n",
+ " 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
+ " ('accroides',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper')]},\n",
" {'answer': 'accaroid_resin',\n",
" 'hint': 'synonyms for accaroid resin',\n",
- " 'clues': [('accroides resin',\n",
+ " 'clues': [('accroides gum',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
- " ('accroides',\n",
+ " ('acaroid resin',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
" ('gum accroides',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
- " ('accroides gum',\n",
+ " ('accroides',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper')]},\n",
" {'answer': 'accelerator',\n",
" 'hint': 'synonyms for accelerator',\n",
- " 'clues': [('accelerator pedal',\n",
- " 'a pedal that controls the throttle valve'),\n",
- " ('throttle', 'a pedal that controls the throttle valve'),\n",
+ " 'clues': [('throttle', 'a pedal that controls the throttle valve'),\n",
+ " ('atom smasher',\n",
+ " 'a scientific instrument that increases the kinetic energy of charged particles'),\n",
" ('gun', 'a pedal that controls the throttle valve'),\n",
+ " ('gas', 'a pedal that controls the throttle valve'),\n",
+ " ('accelerator pedal', 'a pedal that controls the throttle valve'),\n",
+ " ('gas pedal', 'a pedal that controls the throttle valve'),\n",
" ('throttle valve',\n",
" 'a valve that regulates the supply of fuel to the engine'),\n",
- " ('gas', 'a pedal that controls the throttle valve'),\n",
" ('catalyst',\n",
" '(chemistry) a substance that initiates or accelerates a chemical reaction without itself being affected'),\n",
- " ('gas pedal', 'a pedal that controls the throttle valve'),\n",
- " ('atom smasher',\n",
- " 'a scientific instrument that increases the kinetic energy of charged particles'),\n",
" ('particle accelerator',\n",
" 'a scientific instrument that increases the kinetic energy of charged particles')]},\n",
" {'answer': 'accelerator_pedal',\n",
" 'hint': 'synonyms for accelerator pedal',\n",
- " 'clues': [('gas pedal', 'a pedal that controls the throttle valve'),\n",
- " ('accelerator', 'a pedal that controls the throttle valve'),\n",
- " ('throttle', 'a pedal that controls the throttle valve'),\n",
+ " 'clues': [('throttle', 'a pedal that controls the throttle valve'),\n",
+ " ('gun', 'a pedal that controls the throttle valve'),\n",
" ('gas', 'a pedal that controls the throttle valve'),\n",
- " ('gun', 'a pedal that controls the throttle valve')]},\n",
+ " ('accelerator', 'a pedal that controls the throttle valve'),\n",
+ " ('gas pedal', 'a pedal that controls the throttle valve')]},\n",
" {'answer': 'accent',\n",
" 'hint': 'synonyms for accent',\n",
- " 'clues': [('idiom',\n",
+ " 'clues': [('stress',\n",
+ " 'the relative prominence of a syllable or musical note (especially with regard to stress or pitch)'),\n",
+ " ('accent mark',\n",
+ " 'a diacritical mark used to indicate stress or placed above a vowel to indicate a special pronunciation'),\n",
+ " ('speech pattern', 'distinctive manner of oral expression'),\n",
+ " ('idiom',\n",
" 'the usage or vocabulary that is characteristic of a specific group of people'),\n",
" ('dialect',\n",
" 'the usage or vocabulary that is characteristic of a specific group of people'),\n",
- " ('stress',\n",
- " 'the relative prominence of a syllable or musical note (especially with regard to stress or pitch)'),\n",
" ('emphasis',\n",
- " 'the relative prominence of a syllable or musical note (especially with regard to stress or pitch)'),\n",
- " ('speech pattern', 'distinctive manner of oral expression'),\n",
- " ('accent mark',\n",
- " 'a diacritical mark used to indicate stress or placed above a vowel to indicate a special pronunciation')]},\n",
+ " 'the relative prominence of a syllable or musical note (especially with regard to stress or pitch)')]},\n",
" {'answer': 'acceptance',\n",
" 'hint': 'synonyms for acceptance',\n",
- " 'clues': [('acceptation',\n",
- " 'the act of accepting with approval; favorable reception'),\n",
- " ('espousal', 'the act of accepting with approval; favorable reception'),\n",
- " (\"banker's acceptance\",\n",
+ " 'clues': [(\"banker's acceptance\",\n",
" 'banking: a time draft drawn on and accepted by a bank'),\n",
- " ('sufferance',\n",
- " 'a disposition to tolerate or accept people or situations'),\n",
" ('toleration',\n",
" 'a disposition to tolerate or accept people or situations'),\n",
- " ('adoption', 'the act of accepting with approval; favorable reception'),\n",
" ('credence',\n",
- " 'the mental attitude that something is believable and should be accepted as true')]},\n",
+ " 'the mental attitude that something is believable and should be accepted as true'),\n",
+ " ('espousal', 'the act of accepting with approval; favorable reception'),\n",
+ " ('sufferance',\n",
+ " 'a disposition to tolerate or accept people or situations'),\n",
+ " ('acceptation',\n",
+ " 'the act of accepting with approval; favorable reception'),\n",
+ " ('adoption', 'the act of accepting with approval; favorable reception')]},\n",
" {'answer': 'acceptation',\n",
" 'hint': 'synonyms for acceptation',\n",
- " 'clues': [('espousal',\n",
- " 'the act of accepting with approval; favorable reception'),\n",
+ " 'clues': [('word sense', 'the accepted meaning of a word'),\n",
" ('word meaning', 'the accepted meaning of a word'),\n",
- " ('adoption', 'the act of accepting with approval; favorable reception'),\n",
- " ('word sense', 'the accepted meaning of a word'),\n",
- " ('acceptance',\n",
- " 'the act of accepting with approval; favorable reception')]},\n",
+ " ('espousal', 'the act of accepting with approval; favorable reception'),\n",
+ " ('acceptance', 'the act of accepting with approval; favorable reception'),\n",
+ " ('adoption', 'the act of accepting with approval; favorable reception')]},\n",
" {'answer': 'acceptor_rna',\n",
" 'hint': 'synonyms for acceptor rna',\n",
" 'clues': [('soluble RNA',\n",
" 'RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)'),\n",
- " ('acceptor RNA',\n",
- " 'RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)'),\n",
" ('tRNA',\n",
" 'RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)'),\n",
+ " ('acceptor RNA',\n",
+ " 'RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)'),\n",
" ('transfer RNA',\n",
" 'RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)')]},\n",
" {'answer': 'access',\n",
" 'hint': 'synonyms for access',\n",
- " 'clues': [('memory access',\n",
+ " 'clues': [('approach', 'a way of entering or leaving'),\n",
+ " ('admission', 'the right to enter'),\n",
+ " ('memory access',\n",
" '(computer science) the operation of reading or writing stored information'),\n",
" ('entree', 'the right to enter'),\n",
- " ('admittance', 'the right to enter'),\n",
- " ('approach', 'a way of entering or leaving'),\n",
- " ('admission', 'the right to enter'),\n",
" ('access code',\n",
" 'a code (a series of characters or digits) that must be entered in some way (typed or dialed or spoken) to get the use of something (a telephone line or a computer or a local area network etc.)'),\n",
+ " ('admittance', 'the right to enter'),\n",
" ('accession', 'the right to enter')]},\n",
" {'answer': 'accessibility',\n",
" 'hint': 'synonyms for accessibility',\n",
- " 'clues': [('handiness', 'the quality of being at hand when needed'),\n",
- " ('approachability', 'the attribute of being easy to meet or deal with'),\n",
+ " 'clues': [('availability', 'the quality of being at hand when needed'),\n",
" ('availableness', 'the quality of being at hand when needed'),\n",
- " ('availability', 'the quality of being at hand when needed')]},\n",
+ " ('approachability', 'the attribute of being easy to meet or deal with'),\n",
+ " ('handiness', 'the quality of being at hand when needed')]},\n",
" {'answer': 'accession',\n",
" 'hint': 'synonyms for accession',\n",
- " 'clues': [('rise to power',\n",
- " 'the act of attaining or gaining access to a new office or right or position (especially the throne)'),\n",
+ " 'clues': [('addition', 'something added to what you already have'),\n",
+ " ('access', 'the right to enter'),\n",
" ('assenting', 'agreeing with or consenting to (often unwillingly)'),\n",
+ " ('admission', 'the right to enter'),\n",
" ('entree', 'the right to enter'),\n",
- " ('admittance', 'the right to enter'),\n",
- " ('addition', 'something added to what you already have'),\n",
- " ('access', 'the right to enter'),\n",
- " ('admission', 'the right to enter')]},\n",
+ " ('rise to power',\n",
+ " 'the act of attaining or gaining access to a new office or right or position (especially the throne)'),\n",
+ " ('admittance', 'the right to enter')]},\n",
" {'answer': 'acclivity',\n",
" 'hint': 'synonyms for acclivity',\n",
- " 'clues': [('raise', 'an upward slope or grade (as in a road)'),\n",
+ " 'clues': [('rise', 'an upward slope or grade (as in a road)'),\n",
+ " ('upgrade', 'an upward slope or grade (as in a road)'),\n",
" ('ascent', 'an upward slope or grade (as in a road)'),\n",
- " ('climb', 'an upward slope or grade (as in a road)'),\n",
- " ('upgrade', 'an upward slope or grade (as in a road)')]},\n",
+ " ('climb', 'an upward slope or grade (as in a road)')]},\n",
" {'answer': 'accompaniment',\n",
" 'hint': 'synonyms for accompaniment',\n",
- " 'clues': [('support',\n",
+ " 'clues': [('backup',\n",
" 'a musical part (vocal or instrumental) that supports or provides background for other musical parts'),\n",
- " ('backup',\n",
- " 'a musical part (vocal or instrumental) that supports or provides background for other musical parts'),\n",
- " ('co-occurrence',\n",
+ " ('complement',\n",
+ " 'something added to complete or embellish or make perfect'),\n",
+ " ('attendant',\n",
+ " 'an event or situation that happens at the same time as or in connection with another'),\n",
+ " ('concomitant',\n",
" 'an event or situation that happens at the same time as or in connection with another'),\n",
" ('escort',\n",
" 'the act of accompanying someone or something in order to protect them'),\n",
- " ('attendant',\n",
- " 'an event or situation that happens at the same time as or in connection with another'),\n",
- " ('complement',\n",
- " 'something added to complete or embellish or make perfect'),\n",
+ " ('support',\n",
+ " 'a musical part (vocal or instrumental) that supports or provides background for other musical parts'),\n",
" ('musical accompaniment',\n",
" 'a musical part (vocal or instrumental) that supports or provides background for other musical parts'),\n",
- " ('concomitant',\n",
+ " ('co-occurrence',\n",
" 'an event or situation that happens at the same time as or in connection with another')]},\n",
" {'answer': 'accomplishment',\n",
" 'hint': 'synonyms for accomplishment',\n",
- " 'clues': [('skill', 'an ability that has been acquired by training'),\n",
- " ('achievement', 'the action of accomplishing something'),\n",
- " ('attainment', 'an ability that has been acquired by training'),\n",
+ " 'clues': [('attainment', 'an ability that has been acquired by training'),\n",
+ " ('acquisition', 'an ability that has been acquired by training'),\n",
" ('acquirement', 'an ability that has been acquired by training'),\n",
- " ('acquisition', 'an ability that has been acquired by training')]},\n",
+ " ('skill', 'an ability that has been acquired by training'),\n",
+ " ('achievement', 'the action of accomplishing something')]},\n",
" {'answer': 'accord',\n",
" 'hint': 'synonyms for accord',\n",
- " 'clues': [('treaty',\n",
- " 'a written agreement between two states or sovereigns'),\n",
+ " 'clues': [('conformity', 'concurrence of opinion'),\n",
+ " ('treaty', 'a written agreement between two states or sovereigns'),\n",
" ('pact', 'a written agreement between two states or sovereigns'),\n",
- " ('conformity', 'concurrence of opinion'),\n",
" ('accordance', 'concurrence of opinion')]},\n",
" {'answer': 'account',\n",
" 'hint': 'synonyms for account',\n",
- " 'clues': [('news report', 'a short account of the news'),\n",
- " ('story', 'a record or narrative description of past events'),\n",
- " ('write up', 'a short account of the news'),\n",
- " ('invoice',\n",
- " 'an itemized statement of money owed for goods shipped or services rendered'),\n",
- " ('bill',\n",
- " 'an itemized statement of money owed for goods shipped or services rendered'),\n",
- " ('chronicle', 'a record or narrative description of past events'),\n",
- " ('score', 'grounds'),\n",
- " ('account statement',\n",
- " 'a statement of recent transactions and the resulting balance'),\n",
+ " 'clues': [('report', 'the act of informing by verbal report'),\n",
" ('accounting',\n",
" 'a statement of recent transactions and the resulting balance'),\n",
- " ('report', 'a short account of the news'),\n",
+ " ('account statement',\n",
+ " 'a statement of recent transactions and the resulting balance'),\n",
+ " ('news report', 'a short account of the news'),\n",
+ " ('score', 'grounds'),\n",
+ " ('story', 'a short account of the news'),\n",
+ " ('bill',\n",
+ " 'an itemized statement of money owed for goods shipped or services rendered'),\n",
+ " ('history', 'a record or narrative description of past events'),\n",
" ('explanation',\n",
" 'a statement that makes something comprehensible by describing the relevant structure or operation or circumstances etc.'),\n",
- " ('history', 'a record or narrative description of past events')]},\n",
+ " ('write up', 'a short account of the news'),\n",
+ " ('chronicle', 'a record or narrative description of past events'),\n",
+ " ('invoice',\n",
+ " 'an itemized statement of money owed for goods shipped or services rendered')]},\n",
" {'answer': 'accounting',\n",
" 'hint': 'synonyms for accounting',\n",
- " 'clues': [('accounting system',\n",
+ " 'clues': [('method of accounting',\n",
" \"a bookkeeper's chronological list of related debits and credits of a business; forms part of a ledger of accounts\"),\n",
- " ('account',\n",
- " 'a statement of recent transactions and the resulting balance'),\n",
" ('accountancy',\n",
" 'the occupation of maintaining and auditing records and preparing financial reports for a business'),\n",
- " ('method of accounting',\n",
+ " ('accounting system',\n",
" \"a bookkeeper's chronological list of related debits and credits of a business; forms part of a ledger of accounts\"),\n",
" ('account statement',\n",
+ " 'a statement of recent transactions and the resulting balance'),\n",
+ " ('account',\n",
" 'a statement of recent transactions and the resulting balance')]},\n",
" {'answer': 'accroides_resin',\n",
" 'hint': 'synonyms for accroides resin',\n",
- " 'clues': [('accaroid resin',\n",
+ " 'clues': [('accroides gum',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
- " ('accroides',\n",
+ " ('acaroid resin',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
" ('gum accroides',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper'),\n",
- " ('accroides gum',\n",
+ " ('accroides',\n",
" 'an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper')]},\n",
" {'answer': 'acculturation',\n",
" 'hint': 'synonyms for acculturation',\n",
" 'clues': [('enculturation',\n",
" 'the adoption of the behavior patterns of the surrounding culture'),\n",
+ " ('culture', 'all the knowledge and values shared by a society'),\n",
" ('assimilation',\n",
" 'the process of assimilating new ideas into an existing cognitive structure'),\n",
" ('socialisation',\n",
- " 'the adoption of the behavior patterns of the surrounding culture'),\n",
- " ('culture', 'all the knowledge and values shared by a society')]},\n",
+ " 'the adoption of the behavior patterns of the surrounding culture')]},\n",
" {'answer': 'accumulation',\n",
" 'hint': 'synonyms for accumulation',\n",
- " 'clues': [('collection',\n",
- " 'several things grouped together or considered as a whole'),\n",
- " ('accretion', 'an increase by natural growth or addition'),\n",
- " ('aggregation',\n",
+ " 'clues': [('accruement', 'the act of accumulating'),\n",
+ " ('collection',\n",
" 'several things grouped together or considered as a whole'),\n",
- " ('accrual', 'the act of accumulating'),\n",
" ('assemblage',\n",
" 'several things grouped together or considered as a whole'),\n",
- " ('accruement', 'the act of accumulating')]},\n",
+ " ('accrual', 'the act of accumulating'),\n",
+ " ('accretion', 'an increase by natural growth or addition'),\n",
+ " ('aggregation',\n",
+ " 'several things grouped together or considered as a whole')]},\n",
" {'answer': 'acerbity',\n",
" 'hint': 'synonyms for acerbity',\n",
- " 'clues': [('tartness', 'a rough and bitter manner'),\n",
+ " 'clues': [('thorniness', 'a rough and bitter manner'),\n",
+ " ('tartness', 'a rough and bitter manner'),\n",
" ('jaundice', 'a rough and bitter manner'),\n",
- " ('thorniness', 'a rough and bitter manner'),\n",
- " ('acrimony', 'a rough and bitter manner'),\n",
- " ('bitterness', 'a rough and bitter manner')]},\n",
+ " ('bitterness', 'a rough and bitter manner'),\n",
+ " ('acrimony', 'a rough and bitter manner')]},\n",
" {'answer': 'acetyl',\n",
" 'hint': 'synonyms for acetyl',\n",
- " 'clues': [('ethanoyl radical',\n",
- " 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('acetyl radical', 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('acetyl group', 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('ethanoyl group', 'the organic group of acetic acid (CH3CO-)')]},\n",
+ " 'clues': [('acetyl radical', 'the organic group of acetic acid (CH3CO-)'),\n",
+ " ('ethanoyl radical', 'the organic group of acetic acid (CH3CO-)'),\n",
+ " ('ethanoyl group', 'the organic group of acetic acid (CH3CO-)'),\n",
+ " ('acetyl group', 'the organic group of acetic acid (CH3CO-)')]},\n",
" {'answer': 'acetyl_group',\n",
" 'hint': 'synonyms for acetyl group',\n",
- " 'clues': [('ethanoyl radical',\n",
- " 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('acetyl radical', 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('acetyl', 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('ethanoyl group', 'the organic group of acetic acid (CH3CO-)')]},\n",
+ " 'clues': [('acetyl radical', 'the organic group of acetic acid (CH3CO-)'),\n",
+ " ('ethanoyl radical', 'the organic group of acetic acid (CH3CO-)'),\n",
+ " ('ethanoyl group', 'the organic group of acetic acid (CH3CO-)'),\n",
+ " ('acetyl', 'the organic group of acetic acid (CH3CO-)')]},\n",
" {'answer': 'acetyl_radical',\n",
" 'hint': 'synonyms for acetyl radical',\n",
" 'clues': [('ethanoyl radical',\n",
" 'the organic group of acetic acid (CH3CO-)'),\n",
+ " ('acetyl group', 'the organic group of acetic acid (CH3CO-)'),\n",
" ('ethanoyl group', 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('acetyl', 'the organic group of acetic acid (CH3CO-)'),\n",
- " ('acetyl group', 'the organic group of acetic acid (CH3CO-)')]},\n",
+ " ('acetyl', 'the organic group of acetic acid (CH3CO-)')]},\n",
" {'answer': 'achromasia',\n",
" 'hint': 'synonyms for achromasia',\n",
- " 'clues': [('lividness',\n",
+ " 'clues': [('pallor',\n",
" 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
- " ('luridness',\n",
- " 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
- " ('pallor',\n",
- " 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
- " ('wanness',\n",
+ " ('lividness',\n",
" 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
" ('lividity',\n",
" 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
+ " ('luridness',\n",
+ " 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
" ('paleness',\n",
" 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
+ " ('wanness',\n",
+ " 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)'),\n",
" ('pallidness',\n",
" 'unnatural lack of color in the skin (as from bruising or sickness or emotional distress)')]},\n",
" {'answer': 'ack-ack',\n",
" 'hint': 'synonyms for ack-ack',\n",
- " 'clues': [('pom-pom', 'artillery designed to shoot upward at airplanes'),\n",
- " ('antiaircraft gun', 'artillery designed to shoot upward at airplanes'),\n",
+ " 'clues': [('ack-ack gun',\n",
+ " 'artillery designed to shoot upward at airplanes'),\n",
+ " ('pom-pom', 'artillery designed to shoot upward at airplanes'),\n",
" ('flak', 'artillery designed to shoot upward at airplanes'),\n",
- " ('ack-ack gun', 'artillery designed to shoot upward at airplanes')]},\n",
+ " ('antiaircraft gun', 'artillery designed to shoot upward at airplanes')]},\n",
" {'answer': 'ack-ack_gun',\n",
" 'hint': 'synonyms for ack-ack gun',\n",
" 'clues': [('pom-pom', 'artillery designed to shoot upward at airplanes'),\n",
@@ -29617,786 +29653,782 @@
" ('ack-ack', 'artillery designed to shoot upward at airplanes')]},\n",
" {'answer': 'acknowledgment',\n",
" 'hint': 'synonyms for acknowledgment',\n",
- " 'clues': [('acknowledgement',\n",
- " 'a statement acknowledging something or someone'),\n",
- " ('citation',\n",
- " 'a short note recognizing a source of information or of a quoted passage'),\n",
- " ('credit',\n",
+ " 'clues': [('mention',\n",
" 'a short note recognizing a source of information or of a quoted passage'),\n",
" ('cite',\n",
" 'a short note recognizing a source of information or of a quoted passage'),\n",
- " ('mention',\n",
- " 'a short note recognizing a source of information or of a quoted passage'),\n",
" ('reference',\n",
" 'a short note recognizing a source of information or of a quoted passage'),\n",
+ " ('credit',\n",
+ " 'a short note recognizing a source of information or of a quoted passage'),\n",
+ " ('acknowledgement', 'a statement acknowledging something or someone'),\n",
" ('quotation',\n",
+ " 'a short note recognizing a source of information or of a quoted passage'),\n",
+ " ('citation',\n",
" 'a short note recognizing a source of information or of a quoted passage')]},\n",
" {'answer': 'acquirement',\n",
" 'hint': 'synonyms for acquirement',\n",
- " 'clues': [('skill', 'an ability that has been acquired by training'),\n",
- " ('acquisition', 'an ability that has been acquired by training'),\n",
+ " 'clues': [('attainment', 'an ability that has been acquired by training'),\n",
+ " ('skill', 'an ability that has been acquired by training'),\n",
" ('accomplishment', 'an ability that has been acquired by training'),\n",
- " ('attainment', 'an ability that has been acquired by training')]},\n",
+ " ('acquisition', 'an ability that has been acquired by training')]},\n",
" {'answer': 'acquisition',\n",
" 'hint': 'synonyms for acquisition',\n",
- " 'clues': [('skill', 'an ability that has been acquired by training'),\n",
- " ('accomplishment', 'an ability that has been acquired by training'),\n",
- " ('attainment', 'an ability that has been acquired by training'),\n",
+ " 'clues': [('attainment', 'an ability that has been acquired by training'),\n",
" ('acquirement', 'an ability that has been acquired by training'),\n",
- " ('learning', 'the cognitive process of acquiring skill or knowledge')]},\n",
+ " ('learning', 'the cognitive process of acquiring skill or knowledge'),\n",
+ " ('skill', 'an ability that has been acquired by training'),\n",
+ " ('accomplishment', 'an ability that has been acquired by training')]},\n",
" {'answer': 'acres',\n",
" 'hint': 'synonyms for acres',\n",
- " 'clues': [('estate',\n",
+ " 'clues': [('land',\n",
" 'extensive landed property (especially in the country) retained by the owner for his own use'),\n",
- " ('landed estate',\n",
+ " ('estate',\n",
" 'extensive landed property (especially in the country) retained by the owner for his own use'),\n",
- " ('acre',\n",
- " 'a unit of area (4840 square yards) used in English-speaking countries'),\n",
" ('demesne',\n",
" 'extensive landed property (especially in the country) retained by the owner for his own use'),\n",
- " ('land',\n",
- " 'extensive landed property (especially in the country) retained by the owner for his own use')]},\n",
+ " ('landed estate',\n",
+ " 'extensive landed property (especially in the country) retained by the owner for his own use'),\n",
+ " ('acre',\n",
+ " 'a unit of area (4840 square yards) used in English-speaking countries')]},\n",
" {'answer': 'acrimony',\n",
" 'hint': 'synonyms for acrimony',\n",
- " 'clues': [('acerbity', 'a rough and bitter manner'),\n",
- " ('tartness', 'a rough and bitter manner'),\n",
+ " 'clues': [('thorniness', 'a rough and bitter manner'),\n",
" ('jaundice', 'a rough and bitter manner'),\n",
- " ('thorniness', 'a rough and bitter manner'),\n",
+ " ('tartness', 'a rough and bitter manner'),\n",
+ " ('acerbity', 'a rough and bitter manner'),\n",
" ('bitterness', 'a rough and bitter manner')]},\n",
" {'answer': 'acrobatics',\n",
" 'hint': 'synonyms for acrobatics',\n",
- " 'clues': [('stunt flying',\n",
+ " 'clues': [('stunting',\n",
" 'the performance of stunts while in flight in an aircraft'),\n",
- " ('stunting', 'the performance of stunts while in flight in an aircraft'),\n",
- " ('aerobatics',\n",
+ " ('tumbling', 'the gymnastic moves of an acrobat'),\n",
+ " ('stunt flying',\n",
" 'the performance of stunts while in flight in an aircraft'),\n",
- " ('tumbling', 'the gymnastic moves of an acrobat')]},\n",
+ " ('aerobatics',\n",
+ " 'the performance of stunts while in flight in an aircraft')]},\n",
" {'answer': 'acrylic',\n",
" 'hint': 'synonyms for acrylic',\n",
- " 'clues': [('acrylic paint', 'used especially by artists'),\n",
- " ('acrylic resin',\n",
+ " 'clues': [('acrylate resin',\n",
" 'a glassy thermoplastic; can be cast and molded or used in coatings and adhesives'),\n",
- " ('acrylate resin',\n",
- " 'a glassy thermoplastic; can be cast and molded or used in coatings and adhesives'),\n",
- " ('acrylic fiber', 'polymerized from acrylonitrile')]},\n",
+ " ('acrylic fiber', 'polymerized from acrylonitrile'),\n",
+ " ('acrylic paint', 'used especially by artists'),\n",
+ " ('acrylic resin',\n",
+ " 'a glassy thermoplastic; can be cast and molded or used in coatings and adhesives')]},\n",
" {'answer': 'act',\n",
" 'hint': 'synonyms for act',\n",
- " 'clues': [('number',\n",
- " 'a short theatrical performance that is part of a longer program'),\n",
- " ('bit',\n",
+ " 'clues': [('routine',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
- " ('enactment',\n",
- " 'a legal document codifying the result of deliberations of a committee or society or legislative body'),\n",
" ('deed', 'something that people do or cause to happen'),\n",
+ " ('number',\n",
+ " 'a short theatrical performance that is part of a longer program'),\n",
" ('turn',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
- " ('routine',\n",
+ " ('human activity', 'something that people do or cause to happen'),\n",
+ " ('bit',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
- " ('human action', 'something that people do or cause to happen'),\n",
- " ('human activity', 'something that people do or cause to happen')]},\n",
+ " ('enactment',\n",
+ " 'a legal document codifying the result of deliberations of a committee or society or legislative body'),\n",
+ " ('human action', 'something that people do or cause to happen')]},\n",
" {'answer': 'act_of_god',\n",
" 'hint': 'synonyms for act of god',\n",
- " 'clues': [('inevitable accident',\n",
- " 'a natural and unavoidable catastrophe that interrupts the expected course of events'),\n",
- " ('unavoidable casualty',\n",
- " 'a natural and unavoidable catastrophe that interrupts the expected course of events'),\n",
- " ('act of God',\n",
+ " 'clues': [('unavoidable casualty',\n",
" 'a natural and unavoidable catastrophe that interrupts the expected course of events'),\n",
" ('vis major',\n",
" 'a natural and unavoidable catastrophe that interrupts the expected course of events'),\n",
" ('force majeure',\n",
+ " 'a natural and unavoidable catastrophe that interrupts the expected course of events'),\n",
+ " ('inevitable accident',\n",
+ " 'a natural and unavoidable catastrophe that interrupts the expected course of events'),\n",
+ " ('act of God',\n",
" 'a natural and unavoidable catastrophe that interrupts the expected course of events')]},\n",
" {'answer': 'action',\n",
" 'hint': 'synonyms for action',\n",
- " 'clues': [('activity',\n",
- " 'a process existing in or produced by nature (rather than by the intent of human beings)'),\n",
- " ('legal action',\n",
+ " 'clues': [('military action', 'a military engagement'),\n",
+ " ('action at law',\n",
" 'a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong'),\n",
- " ('military action', 'a military engagement'),\n",
- " ('action mechanism',\n",
- " 'the operating part that transmits power to a mechanism'),\n",
" ('natural process',\n",
" 'a process existing in or produced by nature (rather than by the intent of human beings)'),\n",
+ " ('activity',\n",
+ " 'a process existing in or produced by nature (rather than by the intent of human beings)'),\n",
" ('natural action',\n",
" 'a process existing in or produced by nature (rather than by the intent of human beings)'),\n",
- " ('action at law',\n",
- " 'a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong')]},\n",
+ " ('legal action',\n",
+ " 'a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong'),\n",
+ " ('action mechanism',\n",
+ " 'the operating part that transmits power to a mechanism')]},\n",
" {'answer': 'activity',\n",
" 'hint': 'synonyms for activity',\n",
- " 'clues': [('action',\n",
+ " 'clues': [('bodily process',\n",
+ " 'an organic process that takes place in the body'),\n",
+ " ('activeness',\n",
+ " 'the trait of being active; moving or acting rapidly and energetically'),\n",
+ " ('natural process',\n",
" 'a process existing in or produced by nature (rather than by the intent of human beings)'),\n",
" ('natural action',\n",
" 'a process existing in or produced by nature (rather than by the intent of human beings)'),\n",
- " ('bodily process', 'an organic process that takes place in the body'),\n",
- " ('natural process',\n",
+ " ('action',\n",
" 'a process existing in or produced by nature (rather than by the intent of human beings)'),\n",
- " ('activeness',\n",
- " 'the trait of being active; moving or acting rapidly and energetically'),\n",
" ('bodily function', 'an organic process that takes place in the body')]},\n",
" {'answer': 'acts',\n",
" 'hint': 'synonyms for acts',\n",
" 'clues': [('act', 'something that people do or cause to happen'),\n",
+ " ('routine',\n",
+ " 'a short theatrical performance that is part of a longer program'),\n",
+ " ('deed', 'something that people do or cause to happen'),\n",
" ('number',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
+ " ('turn',\n",
+ " 'a short theatrical performance that is part of a longer program'),\n",
+ " ('human activity', 'something that people do or cause to happen'),\n",
" ('bit',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
" ('enactment',\n",
" 'a legal document codifying the result of deliberations of a committee or society or legislative body'),\n",
- " ('deed', 'something that people do or cause to happen'),\n",
- " ('turn',\n",
- " 'a short theatrical performance that is part of a longer program'),\n",
- " ('human action', 'something that people do or cause to happen'),\n",
- " ('human activity', 'something that people do or cause to happen'),\n",
- " ('routine',\n",
- " 'a short theatrical performance that is part of a longer program')]},\n",
+ " ('human action', 'something that people do or cause to happen')]},\n",
" {'answer': 'acuity',\n",
" 'hint': 'synonyms for acuity',\n",
" 'clues': [('sharp-sightedness',\n",
" 'sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)'),\n",
- " ('keenness', 'a quick and penetrating intelligence'),\n",
- " ('acuteness', 'a quick and penetrating intelligence'),\n",
- " ('sharpness', 'a quick and penetrating intelligence'),\n",
" ('visual acuity',\n",
- " 'sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)')]},\n",
+ " 'sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)'),\n",
+ " ('sharpness', 'a quick and penetrating intelligence'),\n",
+ " ('keenness', 'a quick and penetrating intelligence'),\n",
+ " ('acuteness', 'a quick and penetrating intelligence')]},\n",
" {'answer': 'adam',\n",
" 'hint': 'synonyms for adam',\n",
- " 'clues': [('disco biscuit',\n",
- " 'street names for methylenedioxymethamphetamine'),\n",
- " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
- " ('hug drug', 'street names for methylenedioxymethamphetamine'),\n",
+ " 'clues': [('go', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('disco biscuit', 'street names for methylenedioxymethamphetamine'),\n",
" ('ecstasy', 'street names for methylenedioxymethamphetamine'),\n",
- " ('go', 'street names for methylenedioxymethamphetamine')]},\n",
+ " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('hug drug', 'street names for methylenedioxymethamphetamine')]},\n",
" {'answer': 'adams',\n",
" 'hint': 'synonyms for adams',\n",
- " 'clues': [('disco biscuit',\n",
- " 'street names for methylenedioxymethamphetamine'),\n",
- " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
- " ('hug drug', 'street names for methylenedioxymethamphetamine'),\n",
+ " 'clues': [('go', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('disco biscuit', 'street names for methylenedioxymethamphetamine'),\n",
" ('ecstasy', 'street names for methylenedioxymethamphetamine'),\n",
- " ('go', 'street names for methylenedioxymethamphetamine')]},\n",
+ " ('cristal', 'street names for methylenedioxymethamphetamine'),\n",
+ " ('hug drug', 'street names for methylenedioxymethamphetamine')]},\n",
" {'answer': 'add-in',\n",
" 'hint': 'synonyms for add-in',\n",
- " 'clues': [('plug-in',\n",
- " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
- " ('circuit board',\n",
+ " 'clues': [('circuit board',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
" ('card',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
" ('board',\n",
+ " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
+ " ('plug-in',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\")]},\n",
" {'answer': 'add-on',\n",
" 'hint': 'synonyms for add-on',\n",
" 'clues': [('addition',\n",
" 'a component that is added to something to improve it'),\n",
+ " ('supplement', 'a supplementary component that improves capability'),\n",
" ('accessory', 'a supplementary component that improves capability'),\n",
" ('improver', 'a component that is added to something to improve it'),\n",
- " ('supplement', 'a supplementary component that improves capability'),\n",
" ('appurtenance', 'a supplementary component that improves capability')]},\n",
" {'answer': 'addition',\n",
" 'hint': 'synonyms for addition',\n",
" 'clues': [('summation',\n",
" 'the arithmetic operation of summing; calculating the sum of two or more numbers'),\n",
- " ('improver', 'a component that is added to something to improve it'),\n",
- " ('gain', 'a quantity that is added'),\n",
- " ('accession', 'something added to what you already have'),\n",
" ('increase', 'a quantity that is added'),\n",
+ " ('accession', 'something added to what you already have'),\n",
+ " ('improver', 'a component that is added to something to improve it'),\n",
" ('add-on', 'a component that is added to something to improve it'),\n",
" ('plus',\n",
- " 'the arithmetic operation of summing; calculating the sum of two or more numbers')]},\n",
+ " 'the arithmetic operation of summing; calculating the sum of two or more numbers'),\n",
+ " ('gain', 'a quantity that is added')]},\n",
" {'answer': 'address',\n",
" 'hint': 'synonyms for address',\n",
- " 'clues': [('destination',\n",
+ " 'clues': [('reference',\n",
+ " '(computer science) the code that identifies where a piece of information is stored'),\n",
+ " ('destination',\n",
" 'written directions for finding some location; written on letters or packages that are to be delivered to that location'),\n",
" ('speech',\n",
" 'the act of delivering a formal spoken communication to an audience'),\n",
- " ('reference',\n",
+ " ('computer address',\n",
" '(computer science) the code that identifies where a piece of information is stored'),\n",
" ('name and address',\n",
" 'written directions for finding some location; written on letters or packages that are to be delivered to that location'),\n",
- " ('savoir-faire', 'social skill'),\n",
- " ('computer address',\n",
- " '(computer science) the code that identifies where a piece of information is stored')]},\n",
+ " ('savoir-faire', 'social skill')]},\n",
" {'answer': 'adeptness',\n",
" 'hint': 'synonyms for adeptness',\n",
- " 'clues': [('quickness',\n",
+ " 'clues': [('adroitness',\n",
" 'skillful performance or ability without difficulty'),\n",
- " ('facility', 'skillful performance or ability without difficulty'),\n",
- " ('adroitness', 'skillful performance or ability without difficulty'),\n",
- " ('deftness', 'skillful performance or ability without difficulty')]},\n",
+ " ('deftness', 'skillful performance or ability without difficulty'),\n",
+ " ('quickness', 'skillful performance or ability without difficulty'),\n",
+ " ('facility', 'skillful performance or ability without difficulty')]},\n",
" {'answer': 'adherence',\n",
" 'hint': 'synonyms for adherence',\n",
- " 'clues': [('adhesion',\n",
- " 'faithful support for a cause or political party or religion'),\n",
- " ('adhesiveness',\n",
- " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
- " ('bond',\n",
+ " 'clues': [('adhesiveness',\n",
" 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
+ " ('adhesion',\n",
+ " 'faithful support for a cause or political party or religion'),\n",
" ('attachment',\n",
- " 'faithful support for a cause or political party or religion')]},\n",
+ " 'faithful support for a cause or political party or religion'),\n",
+ " ('bond',\n",
+ " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition')]},\n",
" {'answer': 'adhesion',\n",
" 'hint': 'synonyms for adhesion',\n",
- " 'clues': [('adherence',\n",
- " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
- " ('bond',\n",
- " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
- " ('adhesiveness',\n",
+ " 'clues': [('adhesiveness',\n",
" 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
+ " ('adherence',\n",
+ " 'faithful support for a cause or political party or religion'),\n",
" ('attachment',\n",
- " 'faithful support for a cause or political party or religion')]},\n",
+ " 'faithful support for a cause or political party or religion'),\n",
+ " ('bond',\n",
+ " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition')]},\n",
" {'answer': 'adieu',\n",
" 'hint': 'synonyms for adieu',\n",
- " 'clues': [('au revoir', 'a farewell remark'),\n",
- " ('good-by', 'a farewell remark'),\n",
- " ('good day', 'a farewell remark'),\n",
- " ('adios', 'a farewell remark'),\n",
+ " 'clues': [('arrivederci', 'a farewell remark'),\n",
+ " ('goodbye', 'a farewell remark'),\n",
+ " ('sayonara', 'a farewell remark'),\n",
+ " ('au revoir', 'a farewell remark'),\n",
" ('bye', 'a farewell remark'),\n",
- " ('so long', 'a farewell remark'),\n",
" ('auf wiedersehen', 'a farewell remark'),\n",
" ('bye-bye', 'a farewell remark'),\n",
- " ('arrivederci', 'a farewell remark'),\n",
- " ('sayonara', 'a farewell remark'),\n",
- " ('cheerio', 'a farewell remark')]},\n",
+ " ('adios', 'a farewell remark'),\n",
+ " ('so long', 'a farewell remark'),\n",
+ " ('cheerio', 'a farewell remark'),\n",
+ " ('good day', 'a farewell remark')]},\n",
" {'answer': 'adios',\n",
" 'hint': 'synonyms for adios',\n",
- " 'clues': [('au revoir', 'a farewell remark'),\n",
- " ('good-by', 'a farewell remark'),\n",
- " ('good day', 'a farewell remark'),\n",
+ " 'clues': [('arrivederci', 'a farewell remark'),\n",
+ " ('goodbye', 'a farewell remark'),\n",
+ " ('sayonara', 'a farewell remark'),\n",
" ('adieu', 'a farewell remark'),\n",
+ " ('au revoir', 'a farewell remark'),\n",
" ('bye', 'a farewell remark'),\n",
- " ('so long', 'a farewell remark'),\n",
" ('auf wiedersehen', 'a farewell remark'),\n",
" ('bye-bye', 'a farewell remark'),\n",
- " ('arrivederci', 'a farewell remark'),\n",
- " ('sayonara', 'a farewell remark'),\n",
- " ('cheerio', 'a farewell remark')]},\n",
+ " ('so long', 'a farewell remark'),\n",
+ " ('cheerio', 'a farewell remark'),\n",
+ " ('good day', 'a farewell remark')]},\n",
" {'answer': 'adjustment',\n",
" 'hint': 'synonyms for adjustment',\n",
- " 'clues': [('modification',\n",
+ " 'clues': [('allowance',\n",
+ " 'an amount added or deducted on the basis of qualifying circumstances'),\n",
+ " ('alteration',\n",
" 'the act of making something different (as e.g. the size of a garment)'),\n",
- " ('adaptation',\n",
- " 'the process of adapting to something (such as environmental conditions)'),\n",
" ('fitting', 'making or becoming suitable; adjusting to circumstances'),\n",
+ " ('readjustment', 'the act of adjusting something to match a standard'),\n",
+ " ('adaption',\n",
+ " 'the process of adapting to something (such as environmental conditions)'),\n",
+ " ('modification',\n",
+ " 'the act of making something different (as e.g. the size of a garment)'),\n",
" ('registration', 'the act of adjusting something to match a standard'),\n",
" ('accommodation',\n",
- " 'making or becoming suitable; adjusting to circumstances'),\n",
- " ('allowance',\n",
- " 'an amount added or deducted on the basis of qualifying circumstances'),\n",
- " ('alteration',\n",
- " 'the act of making something different (as e.g. the size of a garment)'),\n",
- " ('readjustment', 'the act of adjusting something to match a standard')]},\n",
+ " 'making or becoming suitable; adjusting to circumstances')]},\n",
" {'answer': 'administration',\n",
" 'hint': 'synonyms for administration',\n",
- " 'clues': [('governing', 'the act of governing; exercising authority'),\n",
- " ('presidency', 'the tenure of a president'),\n",
- " ('organization',\n",
+ " 'clues': [('establishment',\n",
" 'the persons (or committees or departments etc.) who make up a body for the purpose of administering something'),\n",
" ('governing body',\n",
" 'the persons (or committees or departments etc.) who make up a body for the purpose of administering something'),\n",
- " ('government', 'the act of governing; exercising authority'),\n",
+ " ('governance', 'the act of governing; exercising authority'),\n",
" ('giving medication', 'the act of administering medication'),\n",
- " ('governance',\n",
+ " ('judicature', 'the act of meting out justice according to the law'),\n",
+ " ('organisation',\n",
" 'the persons (or committees or departments etc.) who make up a body for the purpose of administering something'),\n",
+ " ('government', 'the act of governing; exercising authority'),\n",
+ " ('brass',\n",
+ " 'the persons (or committees or departments etc.) who make up a body for the purpose of administering something'),\n",
+ " ('presidency', 'the tenure of a president'),\n",
" ('presidential term', 'the tenure of a president'),\n",
" ('government activity', 'the act of governing; exercising authority'),\n",
" ('disposal',\n",
" \"a method of tending to or managing the affairs of a some group of people (especially the group's business affairs)\"),\n",
- " ('judicature', 'the act of meting out justice according to the law'),\n",
- " ('establishment',\n",
- " 'the persons (or committees or departments etc.) who make up a body for the purpose of administering something'),\n",
- " ('brass',\n",
- " 'the persons (or committees or departments etc.) who make up a body for the purpose of administering something')]},\n",
+ " ('governing', 'the act of governing; exercising authority')]},\n",
" {'answer': 'admiralty_mile',\n",
" 'hint': 'synonyms for admiralty mile',\n",
- " 'clues': [('nautical mile',\n",
+ " 'clues': [('mile',\n",
+ " 'a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile'),\n",
+ " ('nautical mile',\n",
" 'a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile'),\n",
" ('naut mi',\n",
" 'a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile'),\n",
" ('mi',\n",
" 'a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile'),\n",
- " ('mile',\n",
- " 'a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile'),\n",
" ('geographical mile',\n",
" 'a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile')]},\n",
" {'answer': 'admiration',\n",
" 'hint': 'synonyms for admiration',\n",
- " 'clues': [('esteem', 'a feeling of delighted approval and liking'),\n",
- " ('wonder', 'the feeling aroused by something strange and surprising'),\n",
+ " 'clues': [('wonderment',\n",
+ " 'the feeling aroused by something strange and surprising'),\n",
+ " ('esteem', 'a feeling of delighted approval and liking'),\n",
" ('appreciation', 'a favorable judgment'),\n",
- " ('wonderment',\n",
- " 'the feeling aroused by something strange and surprising')]},\n",
+ " ('wonder', 'the feeling aroused by something strange and surprising')]},\n",
" {'answer': 'admission',\n",
" 'hint': 'synonyms for admission',\n",
- " 'clues': [('price of admission', 'the fee charged for admission'),\n",
- " ('admission fee', 'the fee charged for admission'),\n",
- " ('admission charge', 'the fee charged for admission'),\n",
+ " 'clues': [('admission fee', 'the fee charged for admission'),\n",
+ " ('price of admission', 'the fee charged for admission'),\n",
" ('admittance', 'the act of admitting someone to enter'),\n",
" ('admission price', 'the fee charged for admission'),\n",
+ " ('admission charge', 'the fee charged for admission'),\n",
+ " ('entree', 'the right to enter'),\n",
" ('entrance money', 'the fee charged for admission'),\n",
" ('entrance fee', 'the fee charged for admission'),\n",
- " ('entree', 'the right to enter'),\n",
- " ('access', 'the right to enter'),\n",
- " ('accession', 'the right to enter')]},\n",
+ " ('accession', 'the right to enter'),\n",
+ " ('access', 'the right to enter')]},\n",
" {'answer': 'admission_charge',\n",
" 'hint': 'synonyms for admission charge',\n",
- " 'clues': [('entrance fee', 'the fee charged for admission'),\n",
- " ('admission', 'the fee charged for admission'),\n",
+ " 'clues': [('admission fee', 'the fee charged for admission'),\n",
" ('price of admission', 'the fee charged for admission'),\n",
" ('admission price', 'the fee charged for admission'),\n",
" ('entrance money', 'the fee charged for admission'),\n",
- " ('admission fee', 'the fee charged for admission')]},\n",
+ " ('entrance fee', 'the fee charged for admission'),\n",
+ " ('admission', 'the fee charged for admission')]},\n",
" {'answer': 'admission_fee',\n",
" 'hint': 'synonyms for admission fee',\n",
- " 'clues': [('entrance fee', 'the fee charged for admission'),\n",
- " ('admission', 'the fee charged for admission'),\n",
- " ('price of admission', 'the fee charged for admission'),\n",
+ " 'clues': [('price of admission', 'the fee charged for admission'),\n",
" ('admission price', 'the fee charged for admission'),\n",
+ " ('admission charge', 'the fee charged for admission'),\n",
" ('entrance money', 'the fee charged for admission'),\n",
- " ('admission charge', 'the fee charged for admission')]},\n",
+ " ('entrance fee', 'the fee charged for admission'),\n",
+ " ('admission', 'the fee charged for admission')]},\n",
" {'answer': 'admission_price',\n",
" 'hint': 'synonyms for admission price',\n",
- " 'clues': [('admission', 'the fee charged for admission'),\n",
+ " 'clues': [('admission fee', 'the fee charged for admission'),\n",
" ('price of admission', 'the fee charged for admission'),\n",
+ " ('admission charge', 'the fee charged for admission'),\n",
" ('entrance money', 'the fee charged for admission'),\n",
" ('entrance fee', 'the fee charged for admission'),\n",
- " ('admission fee', 'the fee charged for admission'),\n",
- " ('admission charge', 'the fee charged for admission')]},\n",
+ " ('admission', 'the fee charged for admission')]},\n",
" {'answer': 'admittance',\n",
" 'hint': 'synonyms for admittance',\n",
- " 'clues': [('entree', 'the right to enter'),\n",
- " ('admission', 'the act of admitting someone to enter'),\n",
- " ('access', 'the right to enter'),\n",
+ " 'clues': [('access', 'the right to enter'),\n",
+ " ('admission', 'the right to enter'),\n",
+ " ('entree', 'the right to enter'),\n",
" ('accession', 'the right to enter')]},\n",
" {'answer': 'admixture',\n",
" 'hint': 'synonyms for admixture',\n",
- " 'clues': [('mixture', 'the act of mixing together'),\n",
- " ('mixing', 'the act of mixing together'),\n",
+ " 'clues': [('intermixture', 'the act of mixing together'),\n",
" ('commixture', 'the act of mixing together'),\n",
- " ('intermixture', 'the act of mixing together')]},\n",
+ " ('mixing', 'the act of mixing together'),\n",
+ " ('mixture', 'the act of mixing together')]},\n",
" {'answer': 'admonition',\n",
" 'hint': 'synonyms for admonition',\n",
- " 'clues': [('monition',\n",
- " 'cautionary advice about something imminent (especially imminent danger or other unpleasantness)'),\n",
+ " 'clues': [('monition', 'a firm rebuke'),\n",
" ('admonishment', 'a firm rebuke'),\n",
- " ('word of advice',\n",
- " 'cautionary advice about something imminent (especially imminent danger or other unpleasantness)'),\n",
" ('warning',\n",
+ " 'cautionary advice about something imminent (especially imminent danger or other unpleasantness)'),\n",
+ " ('word of advice',\n",
" 'cautionary advice about something imminent (especially imminent danger or other unpleasantness)')]},\n",
" {'answer': 'ado',\n",
" 'hint': 'synonyms for ado',\n",
- " 'clues': [('bustle', 'a rapid active commotion'),\n",
+ " 'clues': [('fuss', 'a rapid active commotion'),\n",
" ('hustle', 'a rapid active commotion'),\n",
- " ('fuss', 'a rapid active commotion'),\n",
- " ('flurry', 'a rapid active commotion'),\n",
- " ('stir', 'a rapid active commotion')]},\n",
+ " ('stir', 'a rapid active commotion'),\n",
+ " ('bustle', 'a rapid active commotion'),\n",
+ " ('flurry', 'a rapid active commotion')]},\n",
" {'answer': 'adoption',\n",
" 'hint': 'synonyms for adoption',\n",
" 'clues': [('acceptation',\n",
" 'the act of accepting with approval; favorable reception'),\n",
" ('espousal', 'the act of accepting with approval; favorable reception'),\n",
- " ('acceptance', 'the act of accepting with approval; favorable reception'),\n",
" ('borrowing',\n",
- " 'the appropriation (of ideas or words etc) from another source')]},\n",
+ " 'the appropriation (of ideas or words etc) from another source'),\n",
+ " ('acceptance',\n",
+ " 'the act of accepting with approval; favorable reception')]},\n",
" {'answer': 'adps',\n",
" 'hint': 'synonyms for adps',\n",
- " 'clues': [('computer system',\n",
- " 'a system of one or more computers and associated software with common storage'),\n",
- " ('adenosine diphosphate',\n",
- " 'an ester of adenosine that is converted to ATP for energy storage'),\n",
- " ('automatic data processing system',\n",
+ " 'clues': [('automatic data processing system',\n",
" 'a system of one or more computers and associated software with common storage'),\n",
" ('computing system',\n",
- " 'a system of one or more computers and associated software with common storage')]},\n",
+ " 'a system of one or more computers and associated software with common storage'),\n",
+ " ('computer system',\n",
+ " 'a system of one or more computers and associated software with common storage'),\n",
+ " ('adenosine diphosphate',\n",
+ " 'an ester of adenosine that is converted to ATP for energy storage')]},\n",
" {'answer': 'adroitness',\n",
" 'hint': 'synonyms for adroitness',\n",
- " 'clues': [('adeptness',\n",
+ " 'clues': [('facility',\n",
" 'skillful performance or ability without difficulty'),\n",
+ " ('adeptness', 'skillful performance or ability without difficulty'),\n",
" ('quickness', 'skillful performance or ability without difficulty'),\n",
- " ('facility', 'skillful performance or ability without difficulty'),\n",
" ('deftness', 'skillful performance or ability without difficulty')]},\n",
" {'answer': 'advancement',\n",
" 'hint': 'synonyms for advancement',\n",
- " 'clues': [('furtherance',\n",
- " 'encouragement of the progress or growth or acceptance of something'),\n",
- " ('progress', 'gradual improvement or growth or development'),\n",
- " ('onward motion', 'the act of moving forward (as toward a goal)'),\n",
+ " 'clues': [('forward motion',\n",
+ " 'the act of moving forward (as toward a goal)'),\n",
" ('promotion',\n",
" 'encouragement of the progress or growth or acceptance of something'),\n",
+ " ('advance', 'the act of moving forward (as toward a goal)'),\n",
" ('procession', 'the act of moving forward (as toward a goal)'),\n",
- " ('advance', 'the act of moving forward (as toward a goal)')]},\n",
+ " ('furtherance',\n",
+ " 'encouragement of the progress or growth or acceptance of something'),\n",
+ " ('progress', 'gradual improvement or growth or development')]},\n",
" {'answer': 'advantageousness',\n",
" 'hint': 'synonyms for advantageousness',\n",
- " 'clues': [('positiveness',\n",
+ " 'clues': [('positivity',\n",
" 'the quality of being encouraging or promising of a successful outcome'),\n",
- " ('profitableness',\n",
+ " ('positiveness',\n",
" 'the quality of being encouraging or promising of a successful outcome'),\n",
" ('favorableness',\n",
" 'the quality of being encouraging or promising of a successful outcome'),\n",
- " ('positivity',\n",
+ " ('profitableness',\n",
" 'the quality of being encouraging or promising of a successful outcome')]},\n",
" {'answer': 'advertisement',\n",
" 'hint': 'synonyms for advertisement',\n",
- " 'clues': [('advertising', 'a public promotion of some product or service'),\n",
- " ('advertizement', 'a public promotion of some product or service'),\n",
+ " 'clues': [('advertizing', 'a public promotion of some product or service'),\n",
" ('ad', 'a public promotion of some product or service'),\n",
- " ('advert', 'a public promotion of some product or service')]},\n",
+ " ('advert', 'a public promotion of some product or service'),\n",
+ " ('advertizement', 'a public promotion of some product or service')]},\n",
" {'answer': 'advertising',\n",
" 'hint': 'synonyms for advertising',\n",
" 'clues': [('advertisement',\n",
" 'a public promotion of some product or service'),\n",
+ " ('advertizing', 'a public promotion of some product or service'),\n",
" ('ad', 'a public promotion of some product or service'),\n",
" ('advert', 'a public promotion of some product or service'),\n",
" ('publicizing',\n",
- " 'the business of drawing public attention to goods and services'),\n",
- " ('advertizing', 'a public promotion of some product or service')]},\n",
+ " 'the business of drawing public attention to goods and services')]},\n",
" {'answer': 'advertizement',\n",
" 'hint': 'synonyms for advertizement',\n",
- " 'clues': [('advertising', 'a public promotion of some product or service'),\n",
- " ('advertisement', 'a public promotion of some product or service'),\n",
+ " 'clues': [('advertisement',\n",
+ " 'a public promotion of some product or service'),\n",
+ " ('advertizing', 'a public promotion of some product or service'),\n",
" ('ad', 'a public promotion of some product or service'),\n",
" ('advert', 'a public promotion of some product or service')]},\n",
" {'answer': 'advertizing',\n",
" 'hint': 'synonyms for advertizing',\n",
- " 'clues': [('advertising', 'a public promotion of some product or service'),\n",
- " ('advertisement', 'a public promotion of some product or service'),\n",
+ " 'clues': [('advertisement',\n",
+ " 'a public promotion of some product or service'),\n",
" ('ad', 'a public promotion of some product or service'),\n",
+ " ('advertising', 'a public promotion of some product or service'),\n",
" ('advert', 'a public promotion of some product or service')]},\n",
" {'answer': 'aegir',\n",
" 'hint': 'synonyms for aegir',\n",
- " 'clues': [('tidal bore',\n",
+ " 'clues': [('eagre',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
" ('bore',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
- " ('eagre',\n",
- " 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
" ('eager',\n",
+ " 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
+ " ('tidal bore',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)')]},\n",
" {'answer': 'aegis',\n",
" 'hint': 'synonyms for aegis',\n",
- " 'clues': [('breastplate',\n",
+ " 'clues': [('egis',\n",
+ " 'armor plate that protects the chest; the front part of a cuirass'),\n",
+ " ('breastplate',\n",
" 'armor plate that protects the chest; the front part of a cuirass'),\n",
- " ('protection', 'kindly endorsement and guidance'),\n",
" ('auspices', 'kindly endorsement and guidance'),\n",
- " ('egis',\n",
- " 'armor plate that protects the chest; the front part of a cuirass')]},\n",
+ " ('protection', 'kindly endorsement and guidance')]},\n",
" {'answer': 'aerial_tramway',\n",
" 'hint': 'synonyms for aerial tramway',\n",
- " 'clues': [('tramway',\n",
- " 'a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers'),\n",
- " ('cable tramway',\n",
+ " 'clues': [('ropeway',\n",
" 'a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers'),\n",
" ('tram',\n",
" 'a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers'),\n",
- " ('ropeway',\n",
+ " ('cable tramway',\n",
+ " 'a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers'),\n",
+ " ('tramway',\n",
" 'a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers')]},\n",
" {'answer': 'aerosol',\n",
" 'hint': 'synonyms for aerosol',\n",
- " 'clues': [('aerosol container',\n",
- " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('spray can',\n",
+ " 'clues': [('aerosol can',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('aerosol can',\n",
+ " ('aerosol container',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
" ('aerosol bomb',\n",
+ " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
+ " ('spray can',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)')]},\n",
" {'answer': 'aerosol_bomb',\n",
" 'hint': 'synonyms for aerosol bomb',\n",
- " 'clues': [('vacuum bomb', 'a bomb that uses a fuel-air explosive'),\n",
- " ('aerosol container',\n",
- " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('spray can',\n",
+ " 'clues': [('aerosol',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
" ('volume-detonation bomb', 'a bomb that uses a fuel-air explosive'),\n",
- " ('thermobaric bomb', 'a bomb that uses a fuel-air explosive'),\n",
" ('fuel-air bomb', 'a bomb that uses a fuel-air explosive'),\n",
- " ('aerosol',\n",
+ " ('aerosol container',\n",
+ " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
+ " ('vacuum bomb', 'a bomb that uses a fuel-air explosive'),\n",
+ " ('spray can',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
" ('aerosol can',\n",
- " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)')]},\n",
+ " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
+ " ('thermobaric bomb', 'a bomb that uses a fuel-air explosive')]},\n",
" {'answer': 'aerosol_can',\n",
" 'hint': 'synonyms for aerosol can',\n",
- " 'clues': [('aerosol container',\n",
- " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('aerosol',\n",
+ " 'clues': [('spray can',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('spray can',\n",
+ " ('aerosol container',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
" ('aerosol bomb',\n",
+ " 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
+ " ('aerosol',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)')]},\n",
" {'answer': 'aerosol_container',\n",
" 'hint': 'synonyms for aerosol container',\n",
- " 'clues': [('spray can',\n",
+ " 'clues': [('aerosol can',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('aerosol',\n",
+ " ('aerosol bomb',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('aerosol can',\n",
+ " ('spray can',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)'),\n",
- " ('aerosol bomb',\n",
+ " ('aerosol',\n",
" 'a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)')]},\n",
" {'answer': 'aesthesis',\n",
" 'hint': 'synonyms for aesthesis',\n",
- " 'clues': [('esthesis',\n",
- " 'an unelaborated elementary awareness of stimulation'),\n",
- " ('sense impression',\n",
+ " 'clues': [('sense experience',\n",
" 'an unelaborated elementary awareness of stimulation'),\n",
" ('sense datum', 'an unelaborated elementary awareness of stimulation'),\n",
- " ('sense experience',\n",
- " 'an unelaborated elementary awareness of stimulation'),\n",
- " ('sensation', 'an unelaborated elementary awareness of stimulation')]},\n",
+ " ('sensation', 'an unelaborated elementary awareness of stimulation'),\n",
+ " ('esthesis', 'an unelaborated elementary awareness of stimulation'),\n",
+ " ('sense impression',\n",
+ " 'an unelaborated elementary awareness of stimulation')]},\n",
" {'answer': 'affability',\n",
" 'hint': 'synonyms for affability',\n",
- " 'clues': [('bonhomie',\n",
+ " 'clues': [('geniality',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('affableness',\n",
+ " ('bonhomie',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
" ('amiability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('geniality',\n",
- " 'a disposition to be friendly and approachable (easy to talk to)'),\n",
" ('amiableness',\n",
+ " 'a disposition to be friendly and approachable (easy to talk to)'),\n",
+ " ('affableness',\n",
" 'a disposition to be friendly and approachable (easy to talk to)')]},\n",
" {'answer': 'affableness',\n",
" 'hint': 'synonyms for affableness',\n",
- " 'clues': [('bonhomie',\n",
+ " 'clues': [('geniality',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('amiability',\n",
+ " ('bonhomie',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('affability',\n",
- " 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('geniality',\n",
+ " ('amiability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
" ('amiableness',\n",
+ " 'a disposition to be friendly and approachable (easy to talk to)'),\n",
+ " ('affability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)')]},\n",
" {'answer': 'affair',\n",
" 'hint': 'synonyms for affair',\n",
- " 'clues': [('social function', 'a vaguely specified social event'),\n",
- " ('matter', 'a vaguely specified concern'),\n",
+ " 'clues': [('matter', 'a vaguely specified concern'),\n",
+ " ('function', 'a vaguely specified social event'),\n",
+ " ('social occasion', 'a vaguely specified social event'),\n",
" ('thing', 'a vaguely specified concern'),\n",
" ('occasion', 'a vaguely specified social event'),\n",
- " ('function', 'a vaguely specified social event'),\n",
- " ('social occasion', 'a vaguely specified social event')]},\n",
+ " ('social function', 'a vaguely specified social event')]},\n",
" {'answer': 'affairs',\n",
" 'hint': 'synonyms for affairs',\n",
- " 'clues': [('affair', 'a vaguely specified social event'),\n",
- " ('personal matters', 'matters of personal concern'),\n",
- " ('social occasion', 'a vaguely specified social event'),\n",
- " ('matter', 'a vaguely specified concern'),\n",
+ " 'clues': [('matter', 'a vaguely specified concern'),\n",
+ " ('affair', 'a vaguely specified social event'),\n",
" ('thing', 'a vaguely specified concern'),\n",
- " ('personal business', 'matters of personal concern'),\n",
+ " ('personal matters', 'matters of personal concern'),\n",
" ('occasion', 'a vaguely specified social event'),\n",
" ('function', 'a vaguely specified social event'),\n",
- " ('social function', 'a vaguely specified social event')]},\n",
+ " ('social occasion', 'a vaguely specified social event'),\n",
+ " ('social function', 'a vaguely specified social event'),\n",
+ " ('personal business', 'matters of personal concern')]},\n",
" {'answer': 'affection',\n",
" 'hint': 'synonyms for affection',\n",
- " 'clues': [('tenderness', 'a positive feeling of liking'),\n",
- " ('fondness', 'a positive feeling of liking'),\n",
- " ('warmheartedness', 'a positive feeling of liking'),\n",
- " ('warmness', 'a positive feeling of liking'),\n",
+ " 'clues': [('warmheartedness', 'a positive feeling of liking'),\n",
" ('philia', 'a positive feeling of liking'),\n",
+ " ('fondness', 'a positive feeling of liking'),\n",
+ " ('affectionateness', 'a positive feeling of liking'),\n",
" ('heart', 'a positive feeling of liking'),\n",
- " ('affectionateness', 'a positive feeling of liking')]},\n",
+ " ('tenderness', 'a positive feeling of liking'),\n",
+ " ('warmness', 'a positive feeling of liking')]},\n",
" {'answer': 'affectionateness',\n",
" 'hint': 'synonyms for affectionateness',\n",
- " 'clues': [('philia', 'a positive feeling of liking'),\n",
- " ('tenderness', 'a positive feeling of liking'),\n",
- " ('heart', 'a positive feeling of liking'),\n",
- " ('warmth', 'a quality proceeding from feelings of affection or love'),\n",
+ " 'clues': [('warmheartedness', 'a positive feeling of liking'),\n",
" ('lovingness', 'a quality proceeding from feelings of affection or love'),\n",
+ " ('heart', 'a positive feeling of liking'),\n",
+ " ('tenderness', 'a positive feeling of liking'),\n",
+ " ('philia', 'a positive feeling of liking'),\n",
+ " ('affection', 'a positive feeling of liking'),\n",
" ('fondness', 'a quality proceeding from feelings of affection or love'),\n",
- " ('warmheartedness', 'a positive feeling of liking'),\n",
- " ('warmness', 'a positive feeling of liking'),\n",
- " ('affection', 'a positive feeling of liking')]},\n",
+ " ('warmth', 'a quality proceeding from feelings of affection or love'),\n",
+ " ('warmness', 'a positive feeling of liking')]},\n",
" {'answer': 'affirmation',\n",
" 'hint': 'synonyms for affirmation',\n",
" 'clues': [('avouchment',\n",
" 'a statement asserting the existence or the truth of something'),\n",
" ('statement', 'the act of affirming or asserting or stating something'),\n",
- " ('assertion', 'the act of affirming or asserting or stating something'),\n",
" ('avowal',\n",
- " 'a statement asserting the existence or the truth of something')]},\n",
+ " 'a statement asserting the existence or the truth of something'),\n",
+ " ('assertion', 'the act of affirming or asserting or stating something')]},\n",
" {'answer': 'affray',\n",
" 'hint': 'synonyms for affray',\n",
- " 'clues': [('fray', 'a noisy fight'),\n",
- " ('disturbance', 'a noisy fight'),\n",
+ " 'clues': [('disturbance', 'a noisy fight'),\n",
" ('altercation', 'noisy quarrel'),\n",
- " ('fracas', 'noisy quarrel'),\n",
- " ('ruffle', 'a noisy fight')]},\n",
+ " ('fray', 'a noisy fight'),\n",
+ " ('ruffle', 'a noisy fight'),\n",
+ " ('fracas', 'noisy quarrel')]},\n",
" {'answer': 'after_part',\n",
" 'hint': 'synonyms for after part',\n",
- " 'clues': [('quarter', 'the rear part of a ship'),\n",
- " ('poop', 'the rear part of a ship'),\n",
+ " 'clues': [('poop', 'the rear part of a ship'),\n",
+ " ('quarter', 'the rear part of a ship'),\n",
" ('tail', 'the rear part of a ship'),\n",
" ('stern', 'the rear part of a ship')]},\n",
" {'answer': 'age',\n",
" 'hint': 'synonyms for age',\n",
- " 'clues': [('eld',\n",
- " 'a time of life (usually defined in years) at which some particular qualification or power arises'),\n",
- " ('years', 'a late time of life'),\n",
+ " 'clues': [('historic period',\n",
+ " 'an era of history having some distinctive feature'),\n",
" ('old age', 'a late time of life'),\n",
- " ('historic period', 'an era of history having some distinctive feature'),\n",
- " ('long time', 'a prolonged period of time'),\n",
- " ('geezerhood', 'a late time of life')]},\n",
+ " ('years', 'a prolonged period of time'),\n",
+ " ('eld', 'a late time of life'),\n",
+ " ('geezerhood', 'a late time of life'),\n",
+ " ('long time', 'a prolonged period of time')]},\n",
" {'answer': 'agency',\n",
" 'hint': 'synonyms for agency',\n",
- " 'clues': [('bureau', 'an administrative unit of government'),\n",
+ " 'clues': [('way', 'how a result is obtained or an end is achieved'),\n",
+ " ('means', 'how a result is obtained or an end is achieved'),\n",
" ('office', 'an administrative unit of government'),\n",
" ('federal agency', 'an administrative unit of government'),\n",
- " ('way', 'how a result is obtained or an end is achieved'),\n",
+ " ('bureau', 'an administrative unit of government'),\n",
" ('government agency', 'an administrative unit of government'),\n",
- " ('authority', 'an administrative unit of government'),\n",
- " ('means', 'how a result is obtained or an end is achieved')]},\n",
+ " ('authority', 'an administrative unit of government')]},\n",
" {'answer': 'agenda',\n",
" 'hint': 'synonyms for agenda',\n",
- " 'clues': [('docket',\n",
- " 'a temporally organized plan for matters to be attended to'),\n",
- " ('agendum', 'a list of matters to be taken up (as at a meeting)'),\n",
+ " 'clues': [('agendum',\n",
+ " 'a list of matters to be taken up (as at a meeting)'),\n",
" ('schedule', 'a temporally organized plan for matters to be attended to'),\n",
+ " ('docket', 'a temporally organized plan for matters to be attended to'),\n",
" ('order of business',\n",
" 'a list of matters to be taken up (as at a meeting)')]},\n",
" {'answer': 'aggravation',\n",
" 'hint': 'synonyms for aggravation',\n",
" 'clues': [('provocation',\n",
" 'unfriendly behavior that causes anger or resentment'),\n",
- " ('irritation', 'unfriendly behavior that causes anger or resentment'),\n",
" ('exacerbation',\n",
" 'action that makes a problem or a disease (or its symptoms) worse'),\n",
- " ('exasperation', 'an exasperated feeling of annoyance')]},\n",
+ " ('exasperation', 'an exasperated feeling of annoyance'),\n",
+ " ('irritation', 'unfriendly behavior that causes anger or resentment')]},\n",
" {'answer': 'aggregation',\n",
" 'hint': 'synonyms for aggregation',\n",
- " 'clues': [('collecting', 'the act of gathering something together'),\n",
- " ('accumulation',\n",
+ " 'clues': [('accumulation',\n",
" 'several things grouped together or considered as a whole'),\n",
+ " ('collection', 'the act of gathering something together'),\n",
+ " ('assembling', 'the act of gathering something together'),\n",
" ('assemblage',\n",
- " 'several things grouped together or considered as a whole'),\n",
- " ('assembling', 'the act of gathering something together')]},\n",
+ " 'several things grouped together or considered as a whole')]},\n",
" {'answer': 'agility',\n",
" 'hint': 'synonyms for agility',\n",
" 'clues': [('legerity',\n",
" 'the gracefulness of a person or animal that is quick and nimble'),\n",
- " ('lightness',\n",
+ " ('nimbleness',\n",
" 'the gracefulness of a person or animal that is quick and nimble'),\n",
" ('lightsomeness',\n",
" 'the gracefulness of a person or animal that is quick and nimble'),\n",
- " ('nimbleness',\n",
+ " ('lightness',\n",
" 'the gracefulness of a person or animal that is quick and nimble')]},\n",
" {'answer': 'agitation',\n",
" 'hint': 'synonyms for agitation',\n",
" 'clues': [('hullabaloo', 'disturbance usually in protest'),\n",
+ " ('turmoil', 'disturbance usually in protest'),\n",
" ('excitement', 'disturbance usually in protest'),\n",
- " ('upheaval', 'disturbance usually in protest'),\n",
- " ('turmoil', 'disturbance usually in protest')]},\n",
+ " ('upheaval', 'disturbance usually in protest')]},\n",
" {'answer': 'agreement',\n",
" 'hint': 'synonyms for agreement',\n",
- " 'clues': [('arrangement', 'the thing arranged or agreed to'),\n",
- " ('understanding',\n",
- " 'the statement (oral or written) of an exchange of promises'),\n",
+ " 'clues': [('concord',\n",
+ " 'the determination of grammatical inflection on the basis of word relations'),\n",
" ('correspondence', 'compatibility of observations'),\n",
- " ('concord',\n",
- " 'the determination of grammatical inflection on the basis of word relations')]},\n",
+ " ('arrangement', 'the thing arranged or agreed to'),\n",
+ " ('understanding',\n",
+ " 'the statement (oral or written) of an exchange of promises')]},\n",
" {'answer': 'agriculture',\n",
" 'hint': 'synonyms for agriculture',\n",
- " 'clues': [('farming',\n",
+ " 'clues': [('husbandry',\n",
" 'the practice of cultivating the land or raising stock'),\n",
- " ('husbandry', 'the practice of cultivating the land or raising stock'),\n",
+ " ('agribusiness', 'a large-scale farming enterprise'),\n",
" ('factory farm', 'a large-scale farming enterprise'),\n",
- " ('agribusiness', 'a large-scale farming enterprise')]},\n",
+ " ('farming', 'the practice of cultivating the land or raising stock')]},\n",
" {'answer': 'aid',\n",
" 'hint': 'synonyms for aid',\n",
" 'clues': [('help', 'a resource'),\n",
- " ('assistance',\n",
- " 'the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose'),\n",
+ " ('economic aid', 'money to support a worthy person or cause'),\n",
+ " ('assistance', 'a resource'),\n",
" ('attention',\n",
" 'the work of providing treatment for or attending to someone or something'),\n",
- " ('tending',\n",
- " 'the work of providing treatment for or attending to someone or something'),\n",
" ('assist',\n",
" 'the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose'),\n",
+ " ('tending',\n",
+ " 'the work of providing treatment for or attending to someone or something'),\n",
" ('care',\n",
" 'the work of providing treatment for or attending to someone or something'),\n",
- " ('financial aid', 'money to support a worthy person or cause'),\n",
- " ('economic aid', 'money to support a worthy person or cause')]},\n",
+ " ('financial aid', 'money to support a worthy person or cause')]},\n",
" {'answer': 'aids',\n",
" 'hint': 'synonyms for aids',\n",
- " 'clues': [('aid', 'a resource'),\n",
- " ('assistance',\n",
- " 'the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose'),\n",
+ " 'clues': [('help', 'a resource'),\n",
+ " ('economic aid', 'money to support a worthy person or cause'),\n",
+ " ('aid', 'money to support a worthy person or cause'),\n",
+ " ('assistance', 'a resource'),\n",
" ('attention',\n",
" 'the work of providing treatment for or attending to someone or something'),\n",
- " ('help',\n",
- " 'the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose'),\n",
+ " ('financial aid', 'money to support a worthy person or cause'),\n",
" ('tending',\n",
" 'the work of providing treatment for or attending to someone or something'),\n",
- " ('financial aid', 'money to support a worthy person or cause'),\n",
- " ('assist',\n",
- " 'the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose'),\n",
" ('care',\n",
" 'the work of providing treatment for or attending to someone or something'),\n",
- " ('economic aid', 'money to support a worthy person or cause')]},\n",
+ " ('assist',\n",
+ " 'the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose')]},\n",
" {'answer': 'aim',\n",
" 'hint': 'synonyms for aim',\n",
- " 'clues': [('bearing',\n",
- " 'the direction or path along which something moves or along which it lies'),\n",
- " ('intention',\n",
- " 'an anticipated outcome that is intended or that guides your planned actions'),\n",
+ " 'clues': [('object',\n",
+ " 'the goal intended to be attained (and which is believed to be attainable)'),\n",
" ('objective',\n",
" 'the goal intended to be attained (and which is believed to be attainable)'),\n",
+ " ('intention',\n",
+ " 'an anticipated outcome that is intended or that guides your planned actions'),\n",
" ('intent',\n",
" 'an anticipated outcome that is intended or that guides your planned actions'),\n",
+ " ('bearing',\n",
+ " 'the direction or path along which something moves or along which it lies'),\n",
+ " ('heading',\n",
+ " 'the direction or path along which something moves or along which it lies'),\n",
" ('target',\n",
" 'the goal intended to be attained (and which is believed to be attainable)'),\n",
- " ('purpose',\n",
- " 'an anticipated outcome that is intended or that guides your planned actions'),\n",
- " ('object',\n",
- " 'the goal intended to be attained (and which is believed to be attainable)'),\n",
" ('design',\n",
" 'an anticipated outcome that is intended or that guides your planned actions'),\n",
- " ('heading',\n",
- " 'the direction or path along which something moves or along which it lies')]},\n",
+ " ('purpose',\n",
+ " 'an anticipated outcome that is intended or that guides your planned actions')]},\n",
" {'answer': 'air',\n",
" 'hint': 'synonyms for air',\n",
- " 'clues': [('atmosphere', 'the mass of air surrounding the Earth'),\n",
+ " 'clues': [('air travel', 'travel via aircraft'),\n",
+ " ('aviation', 'travel via aircraft'),\n",
+ " ('melody', 'a succession of notes forming a distinctive sequence'),\n",
+ " ('aura',\n",
+ " 'a distinctive but intangible quality surrounding a person or thing'),\n",
+ " ('breeze', 'a slight wind (usually refreshing)'),\n",
+ " ('gentle wind', 'a slight wind (usually refreshing)'),\n",
+ " ('line', 'a succession of notes forming a distinctive sequence'),\n",
" ('zephyr', 'a slight wind (usually refreshing)'),\n",
- " ('tune', 'a succession of notes forming a distinctive sequence'),\n",
" ('melodic line', 'a succession of notes forming a distinctive sequence'),\n",
- " ('breeze', 'a slight wind (usually refreshing)'),\n",
" ('melodic phrase',\n",
" 'a succession of notes forming a distinctive sequence'),\n",
- " ('line', 'a succession of notes forming a distinctive sequence'),\n",
- " ('airwave', 'medium for radio and television broadcasting'),\n",
- " ('aviation', 'travel via aircraft'),\n",
" ('strain', 'a succession of notes forming a distinctive sequence'),\n",
- " ('melody', 'a succession of notes forming a distinctive sequence'),\n",
- " ('air travel', 'travel via aircraft'),\n",
- " ('gentle wind', 'a slight wind (usually refreshing)'),\n",
- " ('aura',\n",
- " 'a distinctive but intangible quality surrounding a person or thing')]},\n",
+ " ('tune', 'a succession of notes forming a distinctive sequence'),\n",
+ " ('atmosphere',\n",
+ " 'a distinctive but intangible quality surrounding a person or thing'),\n",
+ " ('airwave', 'medium for radio and television broadcasting')]},\n",
" {'answer': 'air-sleeve',\n",
" 'hint': 'synonyms for air-sleeve',\n",
- " 'clues': [('windsock',\n",
+ " 'clues': [('sock',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
" ('wind sleeve',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
- " ('air sock',\n",
+ " ('windsock',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
- " ('drogue',\n",
+ " ('wind cone',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
- " ('sock',\n",
+ " ('air sock',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
- " ('wind cone',\n",
+ " ('drogue',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind')]},\n",
" {'answer': 'air_castle',\n",
" 'hint': 'synonyms for air castle',\n",
- " 'clues': [('castle in Spain', 'absentminded dreaming while awake'),\n",
- " ('castle in the air', 'absentminded dreaming while awake'),\n",
+ " 'clues': [('castle in the air', 'absentminded dreaming while awake'),\n",
+ " ('revery', 'absentminded dreaming while awake'),\n",
" ('daydream', 'absentminded dreaming while awake'),\n",
" ('oneirism', 'absentminded dreaming while awake'),\n",
- " ('revery', 'absentminded dreaming while awake'),\n",
+ " ('castle in Spain', 'absentminded dreaming while awake'),\n",
" ('reverie', 'absentminded dreaming while awake')]},\n",
" {'answer': 'air_mile',\n",
" 'hint': 'synonyms for air mile',\n",
" 'clues': [('knot',\n",
" 'a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude'),\n",
- " ('mi',\n",
- " 'a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude'),\n",
" ('mile',\n",
" 'a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude'),\n",
" ('nautical mile',\n",
@@ -30404,389 +30436,398 @@
" ('international nautical mile',\n",
" 'a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude'),\n",
" ('naut mi',\n",
+ " 'a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude'),\n",
+ " ('mi',\n",
" 'a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude')]},\n",
" {'answer': 'air_sock',\n",
" 'hint': 'synonyms for air sock',\n",
- " 'clues': [('air-sleeve',\n",
- " 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
- " ('windsock',\n",
+ " 'clues': [('sock',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
" ('wind sleeve',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
- " ('drogue',\n",
- " 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
- " ('sock',\n",
+ " ('windsock',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
" ('wind cone',\n",
+ " 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
+ " ('air-sleeve',\n",
+ " 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind'),\n",
+ " ('drogue',\n",
" 'a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind')]},\n",
" {'answer': 'airing',\n",
" 'hint': 'synonyms for airing',\n",
- " 'clues': [('dissemination',\n",
+ " 'clues': [('ventilation',\n",
+ " 'the act of supplying fresh air and getting rid of foul air'),\n",
+ " ('public exposure',\n",
" 'the opening of a subject to widespread discussion and debate'),\n",
" ('spreading',\n",
" 'the opening of a subject to widespread discussion and debate'),\n",
- " ('public exposure',\n",
- " 'the opening of a subject to widespread discussion and debate'),\n",
- " ('ventilation',\n",
- " 'the act of supplying fresh air and getting rid of foul air')]},\n",
+ " ('dissemination',\n",
+ " 'the opening of a subject to widespread discussion and debate')]},\n",
" {'answer': 'airs',\n",
" 'hint': 'synonyms for airs',\n",
- " 'clues': [('air', 'the region above the ground'),\n",
- " ('atmosphere', 'the mass of air surrounding the Earth'),\n",
- " ('tune', 'a succession of notes forming a distinctive sequence'),\n",
- " ('melodic line', 'a succession of notes forming a distinctive sequence'),\n",
- " ('airwave', 'medium for radio and television broadcasting'),\n",
- " ('line', 'a succession of notes forming a distinctive sequence'),\n",
- " ('air travel', 'travel via aircraft'),\n",
+ " 'clues': [('aviation', 'travel via aircraft'),\n",
" ('aura',\n",
" 'a distinctive but intangible quality surrounding a person or thing'),\n",
- " ('zephyr', 'a slight wind (usually refreshing)'),\n",
+ " ('air', 'a slight wind (usually refreshing)'),\n",
" ('breeze', 'a slight wind (usually refreshing)'),\n",
+ " ('line', 'a succession of notes forming a distinctive sequence'),\n",
+ " ('zephyr', 'a slight wind (usually refreshing)'),\n",
+ " ('pose', 'affected manners intended to impress others'),\n",
+ " ('tune', 'a succession of notes forming a distinctive sequence'),\n",
+ " ('atmosphere',\n",
+ " 'a distinctive but intangible quality surrounding a person or thing'),\n",
" ('melodic phrase',\n",
" 'a succession of notes forming a distinctive sequence'),\n",
- " ('aviation', 'travel via aircraft'),\n",
+ " ('airwave', 'medium for radio and television broadcasting'),\n",
+ " ('air travel', 'travel via aircraft'),\n",
" ('melody', 'a succession of notes forming a distinctive sequence'),\n",
- " ('strain', 'a succession of notes forming a distinctive sequence'),\n",
- " ('pose', 'affected manners intended to impress others'),\n",
- " ('gentle wind', 'a slight wind (usually refreshing)')]},\n",
+ " ('gentle wind', 'a slight wind (usually refreshing)'),\n",
+ " ('melodic line', 'a succession of notes forming a distinctive sequence'),\n",
+ " ('strain', 'a succession of notes forming a distinctive sequence')]},\n",
" {'answer': 'airstream',\n",
" 'hint': 'synonyms for airstream',\n",
- " 'clues': [('backwash',\n",
+ " 'clues': [('slipstream',\n",
" 'the flow of air that is driven backwards by an aircraft propeller'),\n",
" ('wash',\n",
" 'the flow of air that is driven backwards by an aircraft propeller'),\n",
" ('race',\n",
" 'the flow of air that is driven backwards by an aircraft propeller'),\n",
- " ('slipstream',\n",
+ " ('backwash',\n",
" 'the flow of air that is driven backwards by an aircraft propeller')]},\n",
" {'answer': 'airway',\n",
" 'hint': 'synonyms for airway',\n",
- " 'clues': [('air passage',\n",
- " 'a duct that provides ventilation (as in mines)'),\n",
+ " 'clues': [('flight path',\n",
+ " 'a designated route followed by airplanes in flying from one airport to another'),\n",
+ " ('air lane',\n",
+ " 'a designated route followed by airplanes in flying from one airport to another'),\n",
" ('airline',\n",
" 'a commercial enterprise that provides scheduled flights for passengers'),\n",
" ('skyway',\n",
" 'a designated route followed by airplanes in flying from one airport to another'),\n",
" ('airline business',\n",
" 'a commercial enterprise that provides scheduled flights for passengers'),\n",
- " ('air lane',\n",
- " 'a designated route followed by airplanes in flying from one airport to another'),\n",
" ('air duct', 'a duct that provides ventilation (as in mines)'),\n",
- " ('flight path',\n",
- " 'a designated route followed by airplanes in flying from one airport to another')]},\n",
+ " ('air passage', 'a duct that provides ventilation (as in mines)')]},\n",
" {'answer': 'alarm',\n",
" 'hint': 'synonyms for alarm',\n",
" 'clues': [('warning signal',\n",
" 'an automatic signal (usually a sound) warning of danger'),\n",
- " ('consternation', 'fear resulting from the awareness of danger'),\n",
" ('alarum', 'an automatic signal (usually a sound) warning of danger'),\n",
+ " ('consternation', 'fear resulting from the awareness of danger'),\n",
+ " ('alarm clock', 'a clock that wakes a sleeper at some preset time'),\n",
" ('alarm system',\n",
" 'a device that signals the occurrence of some undesirable event'),\n",
- " ('alarm clock', 'a clock that wakes a sleeper at some preset time'),\n",
" ('warning device',\n",
" 'a device that signals the occurrence of some undesirable event'),\n",
" ('dismay', 'fear resulting from the awareness of danger'),\n",
" ('alert', 'an automatic signal (usually a sound) warning of danger')]},\n",
" {'answer': 'alcohol',\n",
" 'hint': 'synonyms for alcohol',\n",
- " 'clues': [('alcoholic drink',\n",
+ " 'clues': [('inebriant',\n",
+ " 'a liquor or brew containing alcohol as the active agent'),\n",
+ " ('alcoholic drink',\n",
" 'a liquor or brew containing alcohol as the active agent'),\n",
" ('alcoholic beverage',\n",
" 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('intoxicant', 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('inebriant',\n",
+ " ('intoxicant',\n",
" 'a liquor or brew containing alcohol as the active agent')]},\n",
" {'answer': 'alcoholic_beverage',\n",
" 'hint': 'synonyms for alcoholic beverage',\n",
- " 'clues': [('alcoholic drink',\n",
+ " 'clues': [('inebriant',\n",
" 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('intoxicant', 'a liquor or brew containing alcohol as the active agent'),\n",
" ('alcohol', 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('inebriant',\n",
+ " ('alcoholic drink',\n",
+ " 'a liquor or brew containing alcohol as the active agent'),\n",
+ " ('intoxicant',\n",
" 'a liquor or brew containing alcohol as the active agent')]},\n",
" {'answer': 'alcoholic_drink',\n",
" 'hint': 'synonyms for alcoholic drink',\n",
- " 'clues': [('alcoholic beverage',\n",
+ " 'clues': [('inebriant',\n",
" 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('intoxicant', 'a liquor or brew containing alcohol as the active agent'),\n",
" ('alcohol', 'a liquor or brew containing alcohol as the active agent'),\n",
- " ('inebriant',\n",
+ " ('alcoholic beverage',\n",
+ " 'a liquor or brew containing alcohol as the active agent'),\n",
+ " ('intoxicant',\n",
" 'a liquor or brew containing alcohol as the active agent')]},\n",
" {'answer': 'alertness',\n",
" 'hint': 'synonyms for alertness',\n",
- " 'clues': [('on the qui vive', 'lively attentiveness'),\n",
- " ('wakefulness', 'the process of paying close and continuous attention'),\n",
- " ('watchfulness', 'the process of paying close and continuous attention'),\n",
+ " 'clues': [('watchfulness',\n",
+ " 'the process of paying close and continuous attention'),\n",
" ('vigilance', 'the process of paying close and continuous attention'),\n",
+ " ('on the qui vive', 'lively attentiveness'),\n",
+ " ('wakefulness', 'the process of paying close and continuous attention'),\n",
" ('sharp-sightedness', 'lively attentiveness')]},\n",
" {'answer': 'alignment',\n",
" 'hint': 'synonyms for alignment',\n",
- " 'clues': [('alinement',\n",
- " 'an organization of people (or countries) involved in a pact or treaty'),\n",
+ " 'clues': [('conjunction',\n",
+ " '(astronomy) apparent meeting or passing of two or more celestial bodies in the same degree of the zodiac'),\n",
" ('alliance',\n",
" 'an organization of people (or countries) involved in a pact or treaty'),\n",
" ('coalition',\n",
" 'an organization of people (or countries) involved in a pact or treaty'),\n",
- " ('conjunction',\n",
- " '(astronomy) apparent meeting or passing of two or more celestial bodies in the same degree of the zodiac')]},\n",
+ " ('alinement',\n",
+ " 'an organization of people (or countries) involved in a pact or treaty')]},\n",
" {'answer': 'aliment',\n",
" 'hint': 'synonyms for aliment',\n",
- " 'clues': [('alimentation', 'a source of materials to nourish the body'),\n",
+ " 'clues': [('nutrition', 'a source of materials to nourish the body'),\n",
" ('sustenance', 'a source of materials to nourish the body'),\n",
- " ('nutriment', 'a source of materials to nourish the body'),\n",
- " ('nutrition', 'a source of materials to nourish the body'),\n",
" ('victuals', 'a source of materials to nourish the body'),\n",
+ " ('nutriment', 'a source of materials to nourish the body'),\n",
+ " ('alimentation', 'a source of materials to nourish the body'),\n",
" ('nourishment', 'a source of materials to nourish the body')]},\n",
" {'answer': 'alimentation',\n",
" 'hint': 'synonyms for alimentation',\n",
- " 'clues': [('aliment', 'a source of materials to nourish the body'),\n",
+ " 'clues': [('nutrition', 'a source of materials to nourish the body'),\n",
" ('sustenance', 'a source of materials to nourish the body'),\n",
- " ('nutriment', 'a source of materials to nourish the body'),\n",
- " ('nutrition', 'a source of materials to nourish the body'),\n",
" ('victuals', 'a source of materials to nourish the body'),\n",
+ " ('nutriment', 'a source of materials to nourish the body'),\n",
+ " ('feeding', 'the act of supplying food and nourishment'),\n",
" ('nourishment', 'a source of materials to nourish the body'),\n",
- " ('feeding', 'the act of supplying food and nourishment')]},\n",
+ " ('aliment', 'a source of materials to nourish the body')]},\n",
" {'answer': 'alkane',\n",
" 'hint': 'synonyms for alkane',\n",
- " 'clues': [('paraffin series',\n",
+ " 'clues': [('alkane series',\n",
" 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)'),\n",
" ('methane series',\n",
" 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)'),\n",
- " ('alkane series',\n",
+ " ('paraffin series',\n",
" 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)'),\n",
" ('paraffin',\n",
" 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)')]},\n",
" {'answer': 'alkane_series',\n",
" 'hint': 'synonyms for alkane series',\n",
- " 'clues': [('paraffin series',\n",
- " 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)'),\n",
- " ('paraffin',\n",
+ " 'clues': [('alkane',\n",
" 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)'),\n",
" ('methane series',\n",
" 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)'),\n",
- " ('alkane',\n",
+ " ('paraffin series',\n",
+ " 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)'),\n",
+ " ('paraffin',\n",
" 'a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)')]},\n",
" {'answer': 'allegiance',\n",
" 'hint': 'synonyms for allegiance',\n",
- " 'clues': [('commitment',\n",
+ " 'clues': [('loyalty',\n",
" 'the act of binding yourself (intellectually or emotionally) to a course of action'),\n",
- " ('loyalty',\n",
+ " ('commitment',\n",
" 'the act of binding yourself (intellectually or emotionally) to a course of action'),\n",
- " ('fealty',\n",
- " 'the loyalty that citizens owe to their country (or subjects to their sovereign)'),\n",
" ('dedication',\n",
- " 'the act of binding yourself (intellectually or emotionally) to a course of action')]},\n",
+ " 'the act of binding yourself (intellectually or emotionally) to a course of action'),\n",
+ " ('fealty',\n",
+ " 'the loyalty that citizens owe to their country (or subjects to their sovereign)')]},\n",
" {'answer': 'allegory',\n",
" 'hint': 'synonyms for allegory',\n",
- " 'clues': [('emblem', 'a visible symbol representing an abstract idea'),\n",
- " ('parable', 'a short moral story (often with animal characters)'),\n",
+ " 'clues': [('fable', 'a short moral story (often with animal characters)'),\n",
" ('apologue', 'a short moral story (often with animal characters)'),\n",
- " ('fable', 'a short moral story (often with animal characters)')]},\n",
+ " ('parable', 'a short moral story (often with animal characters)'),\n",
+ " ('emblem', 'a visible symbol representing an abstract idea')]},\n",
" {'answer': 'alleviation',\n",
" 'hint': 'synonyms for alleviation',\n",
" 'clues': [('relief',\n",
- " 'the act of reducing something unpleasant (as pain or annoyance)'),\n",
- " ('easement',\n",
- " 'the act of reducing something unpleasant (as pain or annoyance)'),\n",
+ " 'the feeling that comes when something burdensome is removed or reduced'),\n",
" ('assuagement',\n",
" 'the feeling that comes when something burdensome is removed or reduced'),\n",
+ " ('easement',\n",
+ " 'the act of reducing something unpleasant (as pain or annoyance)'),\n",
" ('easing',\n",
" 'the act of reducing something unpleasant (as pain or annoyance)')]},\n",
" {'answer': 'alley',\n",
" 'hint': 'synonyms for alley',\n",
- " 'clues': [('alleyway', 'a narrow street with walls on both sides'),\n",
- " ('skittle alley',\n",
+ " 'clues': [('skittle alley',\n",
" 'a lane down which a bowling ball is rolled toward pins'),\n",
- " ('back street', 'a narrow street with walls on both sides'),\n",
" ('bowling alley',\n",
- " 'a lane down which a bowling ball is rolled toward pins')]},\n",
+ " 'a lane down which a bowling ball is rolled toward pins'),\n",
+ " ('back street', 'a narrow street with walls on both sides'),\n",
+ " ('alleyway', 'a narrow street with walls on both sides')]},\n",
" {'answer': 'alliance',\n",
" 'hint': 'synonyms for alliance',\n",
- " 'clues': [('coalition',\n",
- " 'an organization of people (or countries) involved in a pact or treaty'),\n",
- " ('alinement',\n",
+ " 'clues': [('confederation',\n",
+ " 'the act of forming an alliance or confederation'),\n",
+ " ('alignment',\n",
" 'an organization of people (or countries) involved in a pact or treaty'),\n",
" ('bond', 'a connection based on kinship or marriage or common interest'),\n",
- " ('confederation', 'the act of forming an alliance or confederation')]},\n",
+ " ('coalition',\n",
+ " 'an organization of people (or countries) involved in a pact or treaty')]},\n",
" {'answer': 'allocation',\n",
" 'hint': 'synonyms for allocation',\n",
- " 'clues': [('allotment', 'a share set aside for a specific purpose'),\n",
- " ('storage allocation',\n",
- " '(computer science) the assignment of particular areas of a magnetic disk to particular data or instructions'),\n",
- " ('parceling',\n",
+ " 'clues': [('apportionment',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('apportionment',\n",
+ " ('parcelling',\n",
+ " 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
+ " ('assignation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
" ('apportioning',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('assignation',\n",
- " 'the act of distributing by allotting or apportioning; distribution according to a plan')]},\n",
+ " ('storage allocation',\n",
+ " '(computer science) the assignment of particular areas of a magnetic disk to particular data or instructions'),\n",
+ " ('allotment', 'a share set aside for a specific purpose')]},\n",
" {'answer': 'allotment',\n",
" 'hint': 'synonyms for allotment',\n",
- " 'clues': [('allocation',\n",
+ " 'clues': [('apportionment',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('parceling',\n",
+ " ('parcelling',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('apportionment',\n",
+ " ('allocation', 'a share set aside for a specific purpose'),\n",
+ " ('assignation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
" ('apportioning',\n",
- " 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('assignation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan')]},\n",
" {'answer': 'allowance',\n",
" 'hint': 'synonyms for allowance',\n",
- " 'clues': [('valuation account',\n",
- " \"a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets\"),\n",
- " ('leeway',\n",
+ " 'clues': [('tolerance',\n",
" 'a permissible difference; allowing some freedom to move within limits'),\n",
" ('margin',\n",
" 'a permissible difference; allowing some freedom to move within limits'),\n",
- " ('tolerance',\n",
+ " ('allowance account',\n",
+ " \"a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets\"),\n",
+ " ('leeway',\n",
" 'a permissible difference; allowing some freedom to move within limits'),\n",
- " ('adjustment',\n",
- " 'an amount added or deducted on the basis of qualifying circumstances'),\n",
" ('valuation reserve',\n",
" \"a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets\"),\n",
- " ('allowance account',\n",
- " \"a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets\")]},\n",
+ " ('valuation account',\n",
+ " \"a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets\"),\n",
+ " ('adjustment',\n",
+ " 'an amount added or deducted on the basis of qualifying circumstances')]},\n",
" {'answer': 'alluvion',\n",
" 'hint': 'synonyms for alluvion',\n",
" 'clues': [('alluvium',\n",
" 'clay or silt or gravel carried by rushing streams and deposited where the stream slows down'),\n",
- " ('flood',\n",
- " 'the rising of a body of water and its overflowing onto normally dry land'),\n",
- " ('alluvial deposit',\n",
- " 'clay or silt or gravel carried by rushing streams and deposited where the stream slows down'),\n",
" ('deluge',\n",
" 'the rising of a body of water and its overflowing onto normally dry land'),\n",
+ " ('alluvial sediment',\n",
+ " 'clay or silt or gravel carried by rushing streams and deposited where the stream slows down'),\n",
" ('inundation',\n",
" 'the rising of a body of water and its overflowing onto normally dry land'),\n",
- " ('alluvial sediment',\n",
- " 'clay or silt or gravel carried by rushing streams and deposited where the stream slows down')]},\n",
+ " ('alluvial deposit',\n",
+ " 'clay or silt or gravel carried by rushing streams and deposited where the stream slows down'),\n",
+ " ('flood',\n",
+ " 'the rising of a body of water and its overflowing onto normally dry land')]},\n",
" {'answer': 'aloofness',\n",
" 'hint': 'synonyms for aloofness',\n",
" 'clues': [('standoffishness',\n",
" 'a disposition to be distant and unsympathetic in manner'),\n",
- " ('remoteness', 'a disposition to be distant and unsympathetic in manner'),\n",
+ " ('distance', 'indifference by personal withdrawal'),\n",
" ('withdrawnness',\n",
" 'a disposition to be distant and unsympathetic in manner'),\n",
- " ('distance', 'indifference by personal withdrawal')]},\n",
+ " ('remoteness',\n",
+ " 'a disposition to be distant and unsympathetic in manner')]},\n",
" {'answer': 'alteration',\n",
" 'hint': 'synonyms for alteration',\n",
- " 'clues': [('modification',\n",
- " 'the act of making something different (as e.g. the size of a garment)'),\n",
+ " 'clues': [('change',\n",
+ " 'an event that occurs when something passes from one state or phase to another'),\n",
" ('revision',\n",
" 'the act of revising or altering (involving reconsideration and modification)'),\n",
- " ('change',\n",
- " 'an event that occurs when something passes from one state or phase to another'),\n",
" ('adjustment',\n",
+ " 'the act of making something different (as e.g. the size of a garment)'),\n",
+ " ('modification',\n",
" 'the act of making something different (as e.g. the size of a garment)')]},\n",
" {'answer': 'ambit',\n",
" 'hint': 'synonyms for ambit',\n",
- " 'clues': [('range',\n",
+ " 'clues': [('orbit',\n",
" 'an area in which something acts or operates or has power or control:'),\n",
" ('reach',\n",
" 'an area in which something acts or operates or has power or control:'),\n",
" ('scope',\n",
" 'an area in which something acts or operates or has power or control:'),\n",
- " ('compass',\n",
+ " ('range',\n",
" 'an area in which something acts or operates or has power or control:'),\n",
- " ('orbit',\n",
+ " ('compass',\n",
" 'an area in which something acts or operates or has power or control:')]},\n",
" {'answer': 'amble',\n",
" 'hint': 'synonyms for amble',\n",
" 'clues': [('stroll', 'a leisurely walk (usually in some public place)'),\n",
- " ('saunter', 'a leisurely walk (usually in some public place)'),\n",
" ('promenade', 'a leisurely walk (usually in some public place)'),\n",
- " ('perambulation', 'a leisurely walk (usually in some public place)')]},\n",
+ " ('perambulation', 'a leisurely walk (usually in some public place)'),\n",
+ " ('saunter', 'a leisurely walk (usually in some public place)')]},\n",
" {'answer': 'ambo',\n",
" 'hint': 'synonyms for ambo',\n",
" 'clues': [('stump',\n",
" 'a platform raised above the surrounding level to give prominence to the person on it'),\n",
- " ('dais',\n",
+ " ('pulpit',\n",
" 'a platform raised above the surrounding level to give prominence to the person on it'),\n",
- " ('rostrum',\n",
+ " ('dais',\n",
" 'a platform raised above the surrounding level to give prominence to the person on it'),\n",
- " ('pulpit',\n",
+ " ('podium',\n",
" 'a platform raised above the surrounding level to give prominence to the person on it'),\n",
" ('soapbox',\n",
" 'a platform raised above the surrounding level to give prominence to the person on it'),\n",
- " ('podium',\n",
+ " ('rostrum',\n",
" 'a platform raised above the surrounding level to give prominence to the person on it')]},\n",
" {'answer': 'amends',\n",
" 'hint': 'synonyms for amends',\n",
- " 'clues': [('damages',\n",
- " 'a sum of money paid in compensation for loss or injury'),\n",
- " ('restitution', 'a sum of money paid in compensation for loss or injury'),\n",
- " ('indemnification',\n",
+ " 'clues': [('restitution',\n",
" 'a sum of money paid in compensation for loss or injury'),\n",
+ " ('indemnity', 'a sum of money paid in compensation for loss or injury'),\n",
+ " ('damages', 'a sum of money paid in compensation for loss or injury'),\n",
" ('reparation', 'something done or paid in expiation of a wrong'),\n",
" ('redress', 'a sum of money paid in compensation for loss or injury'),\n",
- " ('indemnity', 'a sum of money paid in compensation for loss or injury')]},\n",
+ " ('indemnification',\n",
+ " 'a sum of money paid in compensation for loss or injury')]},\n",
" {'answer': 'amenities',\n",
" 'hint': 'synonyms for amenities',\n",
- " 'clues': [('amenity', 'pleasantness resulting from agreeable conditions'),\n",
+ " 'clues': [('creature comforts',\n",
+ " 'things that make you comfortable and at ease'),\n",
+ " ('conveniences', 'things that make you comfortable and at ease'),\n",
" ('comforts', 'things that make you comfortable and at ease'),\n",
- " ('agreeableness', 'pleasantness resulting from agreeable conditions'),\n",
- " ('creature comforts', 'things that make you comfortable and at ease'),\n",
- " ('conveniences', 'things that make you comfortable and at ease')]},\n",
+ " ('amenity', 'pleasantness resulting from agreeable conditions'),\n",
+ " ('agreeableness', 'pleasantness resulting from agreeable conditions')]},\n",
" {'answer': 'amiability',\n",
" 'hint': 'synonyms for amiability',\n",
- " 'clues': [('bonhomie',\n",
+ " 'clues': [('geniality',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('affableness',\n",
+ " ('bonhomie',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
" ('affability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
" ('good humor', 'a cheerful and agreeable mood'),\n",
- " ('geniality',\n",
- " 'a disposition to be friendly and approachable (easy to talk to)'),\n",
" ('good temper', 'a cheerful and agreeable mood'),\n",
" ('amiableness',\n",
+ " 'a disposition to be friendly and approachable (easy to talk to)'),\n",
+ " ('affableness',\n",
" 'a disposition to be friendly and approachable (easy to talk to)')]},\n",
" {'answer': 'amiableness',\n",
" 'hint': 'synonyms for amiableness',\n",
- " 'clues': [('bonhomie',\n",
+ " 'clues': [('geniality',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('affableness',\n",
+ " ('bonhomie',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
" ('amiability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('affability',\n",
+ " ('affableness',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('geniality',\n",
+ " ('affability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)')]},\n",
" {'answer': 'amorousness',\n",
" 'hint': 'synonyms for amorousness',\n",
- " 'clues': [('amativeness', 'the arousal of feelings of sexual desire'),\n",
- " ('erotism', 'the arousal of feelings of sexual desire'),\n",
+ " 'clues': [('erotism', 'the arousal of feelings of sexual desire'),\n",
+ " ('amativeness', 'the arousal of feelings of sexual desire'),\n",
" ('sexiness', 'the arousal of feelings of sexual desire'),\n",
" ('enamoredness', 'a feeling of love or fondness')]},\n",
" {'answer': 'amount',\n",
" 'hint': 'synonyms for amount',\n",
- " 'clues': [('amount of money', 'a quantity of money'),\n",
- " ('measure',\n",
- " 'how much there is or how many there are of something that you can quantify'),\n",
+ " 'clues': [('sum',\n",
+ " 'a quantity obtained by the addition of a group of numbers'),\n",
+ " ('total', 'a quantity obtained by the addition of a group of numbers'),\n",
+ " ('sum of money', 'a quantity of money'),\n",
" ('quantity',\n",
" 'how much there is or how many there are of something that you can quantify'),\n",
- " ('sum of money', 'a quantity of money'),\n",
- " ('total', 'a quantity obtained by the addition of a group of numbers'),\n",
- " ('sum', 'a quantity of money')]},\n",
+ " ('amount of money', 'a quantity of money'),\n",
+ " ('measure',\n",
+ " 'how much there is or how many there are of something that you can quantify')]},\n",
" {'answer': 'ampule',\n",
" 'hint': 'synonyms for ampule',\n",
- " 'clues': [('vial',\n",
+ " 'clues': [('phial',\n",
" 'a small bottle that contains a drug (especially a sealed sterile container for injection by needle)'),\n",
- " ('ampoule',\n",
+ " ('ampul',\n",
" 'a small bottle that contains a drug (especially a sealed sterile container for injection by needle)'),\n",
- " ('phial',\n",
+ " ('ampoule',\n",
" 'a small bottle that contains a drug (especially a sealed sterile container for injection by needle)'),\n",
- " ('ampul',\n",
+ " ('vial',\n",
" 'a small bottle that contains a drug (especially a sealed sterile container for injection by needle)')]},\n",
" {'answer': 'amytal',\n",
" 'hint': 'synonyms for amytal',\n",
- " 'clues': [('blue',\n",
+ " 'clues': [('amobarbital sodium',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
- " ('amobarbital sodium',\n",
+ " ('blue',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
" ('blue angel',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
@@ -30795,201 +30836,202 @@
" {'answer': 'anamnesis',\n",
" 'hint': 'synonyms for anamnesis',\n",
" 'clues': [('recollection', 'the ability to recall past occurrences'),\n",
+ " ('remembrance', 'the ability to recall past occurrences'),\n",
" ('medical record',\n",
" 'the case history of a medical patient as recalled by the patient'),\n",
- " ('remembrance', 'the ability to recall past occurrences'),\n",
" ('medical history',\n",
" 'the case history of a medical patient as recalled by the patient')]},\n",
" {'answer': 'ancestry',\n",
" 'hint': 'synonyms for ancestry',\n",
- " 'clues': [('line of descent', 'the descendants of one individual'),\n",
+ " 'clues': [('derivation',\n",
+ " 'inherited properties shared with others of your bloodline'),\n",
" ('lineage', 'inherited properties shared with others of your bloodline'),\n",
- " ('stock', 'the descendants of one individual'),\n",
+ " ('bloodline', 'the descendants of one individual'),\n",
" ('line', 'the descendants of one individual'),\n",
- " ('descent', 'the descendants of one individual'),\n",
" ('origin', 'the descendants of one individual'),\n",
- " ('parentage', 'the descendants of one individual'),\n",
- " ('derivation',\n",
+ " ('filiation',\n",
" 'inherited properties shared with others of your bloodline'),\n",
" ('blood', 'the descendants of one individual'),\n",
- " ('blood line', 'the descendants of one individual'),\n",
+ " ('pedigree', 'the descendants of one individual'),\n",
" ('stemma', 'the descendants of one individual'),\n",
- " ('filiation',\n",
- " 'inherited properties shared with others of your bloodline'),\n",
- " ('pedigree', 'the descendants of one individual')]},\n",
+ " ('stock', 'the descendants of one individual'),\n",
+ " ('line of descent', 'the descendants of one individual'),\n",
+ " ('parentage', 'the descendants of one individual'),\n",
+ " ('descent', 'the descendants of one individual')]},\n",
" {'answer': 'anchor',\n",
" 'hint': 'synonyms for anchor',\n",
- " 'clues': [('mainstay',\n",
+ " 'clues': [('lynchpin',\n",
" 'a central cohesive source of support and stability'),\n",
- " ('linchpin', 'a central cohesive source of support and stability'),\n",
" ('backbone', 'a central cohesive source of support and stability'),\n",
- " ('keystone', 'a central cohesive source of support and stability'),\n",
" ('ground tackle',\n",
- " 'a mechanical device that prevents a vessel from moving')]},\n",
+ " 'a mechanical device that prevents a vessel from moving'),\n",
+ " ('keystone', 'a central cohesive source of support and stability'),\n",
+ " ('mainstay', 'a central cohesive source of support and stability')]},\n",
" {'answer': 'anchor_ring',\n",
" 'hint': 'synonyms for anchor ring',\n",
- " 'clues': [('annulus', 'a toroidal shape'),\n",
- " ('halo', 'a toroidal shape'),\n",
+ " 'clues': [('halo', 'a toroidal shape'),\n",
" ('doughnut', 'a toroidal shape'),\n",
+ " ('annulus', 'a toroidal shape'),\n",
" ('ring', 'a toroidal shape')]},\n",
" {'answer': 'anger',\n",
" 'hint': 'synonyms for anger',\n",
- " 'clues': [('ire',\n",
- " 'a strong emotion; a feeling that is oriented toward some real or supposed grievance'),\n",
- " ('choler',\n",
+ " 'clues': [('choler',\n",
" 'a strong emotion; a feeling that is oriented toward some real or supposed grievance'),\n",
" ('ira',\n",
" 'belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)'),\n",
+ " ('ire',\n",
+ " 'a strong emotion; a feeling that is oriented toward some real or supposed grievance'),\n",
" ('wrath',\n",
" 'belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)')]},\n",
" {'answer': 'angle_of_dip',\n",
" 'hint': 'synonyms for angle of dip',\n",
- " 'clues': [('inclination',\n",
+ " 'clues': [('magnetic dip',\n",
" '(physics) the angle that a magnetic needle makes with the plane of the horizon'),\n",
- " ('dip',\n",
- " '(physics) the angle that a magnetic needle makes with the plane of the horizon'),\n",
- " ('magnetic dip',\n",
+ " ('inclination',\n",
" '(physics) the angle that a magnetic needle makes with the plane of the horizon'),\n",
" ('magnetic inclination',\n",
+ " '(physics) the angle that a magnetic needle makes with the plane of the horizon'),\n",
+ " ('dip',\n",
" '(physics) the angle that a magnetic needle makes with the plane of the horizon')]},\n",
" {'answer': 'animate_being',\n",
" 'hint': 'synonyms for animate being',\n",
- " 'clues': [('beast',\n",
+ " 'clues': [('creature',\n",
" 'a living organism characterized by voluntary movement'),\n",
- " ('brute', 'a living organism characterized by voluntary movement'),\n",
" ('animal', 'a living organism characterized by voluntary movement'),\n",
+ " ('brute', 'a living organism characterized by voluntary movement'),\n",
" ('fauna', 'a living organism characterized by voluntary movement'),\n",
- " ('creature', 'a living organism characterized by voluntary movement')]},\n",
+ " ('beast', 'a living organism characterized by voluntary movement')]},\n",
" {'answer': 'animation',\n",
" 'hint': 'synonyms for animation',\n",
- " 'clues': [('vivification',\n",
- " 'the activity of giving vitality and vigour to something'),\n",
- " ('invigoration',\n",
+ " 'clues': [('spiritedness',\n",
" 'quality of being active or spirited or alive and vigorous'),\n",
+ " ('vitality', 'the property of being able to survive and grow'),\n",
+ " ('invigoration',\n",
+ " 'the activity of giving vitality and vigour to something'),\n",
" ('brio', 'quality of being active or spirited or alive and vigorous'),\n",
" ('liveliness', 'general activity and motion'),\n",
- " ('spiritedness',\n",
- " 'quality of being active or spirited or alive and vigorous'),\n",
- " ('vitality', 'the property of being able to survive and grow')]},\n",
+ " ('vivification',\n",
+ " 'the activity of giving vitality and vigour to something')]},\n",
" {'answer': 'announcement',\n",
" 'hint': 'synonyms for announcement',\n",
- " 'clues': [('annunciation', 'a formal public statement'),\n",
- " ('proclamation', 'a formal public statement'),\n",
+ " 'clues': [('proclamation', 'a formal public statement'),\n",
" ('promulgation',\n",
" 'a public statement containing information about an event that has happened or is going to happen'),\n",
+ " ('annunciation', 'a formal public statement'),\n",
" ('declaration', 'a formal public statement')]},\n",
" {'answer': 'annoyance',\n",
" 'hint': 'synonyms for annoyance',\n",
- " 'clues': [('botheration',\n",
- " 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('annoying', 'the act of troubling or annoying someone'),\n",
- " ('bother',\n",
+ " 'clues': [('bother',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('irritation', 'the act of troubling or annoying someone'),\n",
" ('vexation', 'anger produced by some annoying irritation'),\n",
- " ('infliction',\n",
+ " ('botheration',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
" ('pain',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('chafe', 'anger produced by some annoying irritation'),\n",
+ " ('pain in the neck',\n",
+ " 'something or someone that causes trouble; a source of unhappiness'),\n",
" ('pain in the ass',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('pain in the neck',\n",
- " 'something or someone that causes trouble; a source of unhappiness')]},\n",
+ " ('infliction',\n",
+ " 'something or someone that causes trouble; a source of unhappiness'),\n",
+ " ('annoying', 'the act of troubling or annoying someone'),\n",
+ " ('irritation', 'the act of troubling or annoying someone'),\n",
+ " ('chafe', 'anger produced by some annoying irritation')]},\n",
" {'answer': 'annulus',\n",
" 'hint': 'synonyms for annulus',\n",
- " 'clues': [('ring', 'a toroidal shape'),\n",
+ " 'clues': [('anchor ring', 'a toroidal shape'),\n",
" ('halo', 'a toroidal shape'),\n",
" ('doughnut', 'a toroidal shape'),\n",
- " ('anchor ring', 'a toroidal shape')]},\n",
+ " ('ring', 'a toroidal shape')]},\n",
" {'answer': 'anovulant',\n",
" 'hint': 'synonyms for anovulant',\n",
- " 'clues': [('contraceptive pill',\n",
+ " 'clues': [('anovulatory drug',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
" ('pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
- " ('oral contraceptive',\n",
+ " ('birth control pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
- " ('anovulatory drug',\n",
+ " ('oral contraceptive',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
- " ('birth control pill',\n",
+ " ('contraceptive pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception')]},\n",
" {'answer': 'anovulatory_drug',\n",
" 'hint': 'synonyms for anovulatory drug',\n",
- " 'clues': [('contraceptive pill',\n",
+ " 'clues': [('anovulant',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
" ('pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
- " ('oral contraceptive',\n",
- " 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
" ('birth control pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
- " ('anovulant',\n",
+ " ('oral contraceptive',\n",
+ " 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
+ " ('contraceptive pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception')]},\n",
" {'answer': 'answer',\n",
" 'hint': 'synonyms for answer',\n",
- " 'clues': [('resolution',\n",
+ " 'clues': [('reply',\n",
+ " 'a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation'),\n",
+ " ('result',\n",
" 'a statement that solves a problem or explains how to solve the problem'),\n",
- " ('solvent',\n",
+ " ('resolution',\n",
" 'a statement that solves a problem or explains how to solve the problem'),\n",
- " ('result',\n",
+ " ('solvent',\n",
" 'a statement that solves a problem or explains how to solve the problem'),\n",
" ('response',\n",
- " 'a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation'),\n",
- " ('reply',\n",
" 'a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation')]},\n",
" {'answer': 'antecedence',\n",
" 'hint': 'synonyms for antecedence',\n",
- " 'clues': [('anteriority', 'preceding in time'),\n",
- " ('antecedency', 'preceding in time'),\n",
+ " 'clues': [('precedency', 'preceding in time'),\n",
+ " ('anteriority', 'preceding in time'),\n",
" ('priority', 'preceding in time'),\n",
- " ('precedency', 'preceding in time')]},\n",
+ " ('antecedency', 'preceding in time')]},\n",
" {'answer': 'antecedency',\n",
" 'hint': 'synonyms for antecedency',\n",
- " 'clues': [('anteriority', 'preceding in time'),\n",
+ " 'clues': [('precedency', 'preceding in time'),\n",
" ('priority', 'preceding in time'),\n",
" ('antecedence', 'preceding in time'),\n",
- " ('precedency', 'preceding in time')]},\n",
+ " ('anteriority', 'preceding in time')]},\n",
" {'answer': 'antechamber',\n",
" 'hint': 'synonyms for antechamber',\n",
- " 'clues': [('foyer', 'a large entrance or reception room or area'),\n",
- " ('lobby', 'a large entrance or reception room or area'),\n",
+ " 'clues': [('lobby', 'a large entrance or reception room or area'),\n",
" ('vestibule', 'a large entrance or reception room or area'),\n",
" ('hall', 'a large entrance or reception room or area'),\n",
" ('entrance hall', 'a large entrance or reception room or area'),\n",
+ " ('foyer', 'a large entrance or reception room or area'),\n",
" ('anteroom', 'a large entrance or reception room or area')]},\n",
" {'answer': 'anteroom',\n",
" 'hint': 'synonyms for anteroom',\n",
- " 'clues': [('foyer', 'a large entrance or reception room or area'),\n",
+ " 'clues': [('antechamber', 'a large entrance or reception room or area'),\n",
" ('lobby', 'a large entrance or reception room or area'),\n",
- " ('antechamber', 'a large entrance or reception room or area'),\n",
" ('vestibule', 'a large entrance or reception room or area'),\n",
" ('hall', 'a large entrance or reception room or area'),\n",
- " ('entrance hall', 'a large entrance or reception room or area')]},\n",
+ " ('entrance hall', 'a large entrance or reception room or area'),\n",
+ " ('foyer', 'a large entrance or reception room or area')]},\n",
" {'answer': 'anthesis',\n",
" 'hint': 'synonyms for anthesis',\n",
- " 'clues': [('blossoming',\n",
+ " 'clues': [('efflorescence',\n",
" 'the time and process of budding and unfolding of blossoms'),\n",
- " ('flowering',\n",
+ " ('inflorescence',\n",
" 'the time and process of budding and unfolding of blossoms'),\n",
- " ('efflorescence',\n",
+ " ('flowering',\n",
" 'the time and process of budding and unfolding of blossoms'),\n",
- " ('inflorescence',\n",
+ " ('blossoming',\n",
" 'the time and process of budding and unfolding of blossoms')]},\n",
" {'answer': 'antiaircraft_gun',\n",
" 'hint': 'synonyms for antiaircraft gun',\n",
- " 'clues': [('pom-pom', 'artillery designed to shoot upward at airplanes'),\n",
+ " 'clues': [('ack-ack gun',\n",
+ " 'artillery designed to shoot upward at airplanes'),\n",
+ " ('pom-pom', 'artillery designed to shoot upward at airplanes'),\n",
" ('flak', 'artillery designed to shoot upward at airplanes'),\n",
- " ('ack-ack gun', 'artillery designed to shoot upward at airplanes'),\n",
- " ('antiaircraft', 'artillery designed to shoot upward at airplanes'),\n",
- " ('ack-ack', 'artillery designed to shoot upward at airplanes')]},\n",
+ " ('ack-ack', 'artillery designed to shoot upward at airplanes'),\n",
+ " ('antiaircraft', 'artillery designed to shoot upward at airplanes')]},\n",
" {'answer': 'antianxiety_agent',\n",
" 'hint': 'synonyms for antianxiety agent',\n",
- " 'clues': [('tranquilliser',\n",
+ " 'clues': [('ataractic',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
- " ('ataractic drug',\n",
+ " ('tranquilizer',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
- " ('ataractic',\n",
+ " ('ataractic drug',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
" ('ataractic agent',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity')]},\n",
@@ -30997,17 +31039,15 @@
" 'hint': 'synonyms for antifungal agent',\n",
" 'clues': [('antimycotic agent',\n",
" 'any agent that destroys or prevents the growth of fungi'),\n",
- " ('antimycotic',\n",
- " 'any agent that destroys or prevents the growth of fungi'),\n",
+ " ('fungicide', 'any agent that destroys or prevents the growth of fungi'),\n",
" ('antifungal', 'any agent that destroys or prevents the growth of fungi'),\n",
- " ('fungicide',\n",
+ " ('antimycotic',\n",
" 'any agent that destroys or prevents the growth of fungi')]},\n",
" {'answer': 'antimycotic',\n",
" 'hint': 'synonyms for antimycotic',\n",
- " 'clues': [('fungicide',\n",
- " 'any agent that destroys or prevents the growth of fungi'),\n",
- " ('antimycotic agent',\n",
+ " 'clues': [('antimycotic agent',\n",
" 'any agent that destroys or prevents the growth of fungi'),\n",
+ " ('fungicide', 'any agent that destroys or prevents the growth of fungi'),\n",
" ('antifungal', 'any agent that destroys or prevents the growth of fungi'),\n",
" ('antifungal agent',\n",
" 'any agent that destroys or prevents the growth of fungi')]},\n",
@@ -31015,107 +31055,107 @@
" 'hint': 'synonyms for antimycotic agent',\n",
" 'clues': [('fungicide',\n",
" 'any agent that destroys or prevents the growth of fungi'),\n",
+ " ('antifungal', 'any agent that destroys or prevents the growth of fungi'),\n",
" ('antimycotic',\n",
" 'any agent that destroys or prevents the growth of fungi'),\n",
- " ('antifungal', 'any agent that destroys or prevents the growth of fungi'),\n",
" ('antifungal agent',\n",
" 'any agent that destroys or prevents the growth of fungi')]},\n",
" {'answer': 'antipsychotic',\n",
" 'hint': 'synonyms for antipsychotic',\n",
- " 'clues': [('antipsychotic agent',\n",
- " 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
- " ('major tranquillizer',\n",
+ " 'clues': [('major tranquilliser',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('antipsychotic drug',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
- " ('neuroleptic drug',\n",
+ " ('antipsychotic agent',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('neuroleptic',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
+ " ('neuroleptic drug',\n",
+ " 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('neuroleptic agent',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired')]},\n",
" {'answer': 'antipsychotic_agent',\n",
" 'hint': 'synonyms for antipsychotic agent',\n",
- " 'clues': [('major tranquillizer',\n",
+ " 'clues': [('major tranquilliser',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('antipsychotic drug',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
- " ('neuroleptic drug',\n",
- " 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('neuroleptic',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
- " ('neuroleptic agent',\n",
+ " ('neuroleptic drug',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('antipsychotic',\n",
+ " 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
+ " ('neuroleptic agent',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired')]},\n",
" {'answer': 'antipsychotic_drug',\n",
" 'hint': 'synonyms for antipsychotic drug',\n",
- " 'clues': [('antipsychotic agent',\n",
+ " 'clues': [('major tranquilliser',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
- " ('major tranquillizer',\n",
- " 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
- " ('neuroleptic drug',\n",
+ " ('antipsychotic agent',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('neuroleptic',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
- " ('neuroleptic agent',\n",
+ " ('neuroleptic drug',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
" ('antipsychotic',\n",
+ " 'tranquilizer used to treat psychotic conditions when a calming effect is desired'),\n",
+ " ('neuroleptic agent',\n",
" 'tranquilizer used to treat psychotic conditions when a calming effect is desired')]},\n",
" {'answer': 'apex',\n",
" 'hint': 'synonyms for apex',\n",
- " 'clues': [('acme', 'the highest point (of something)'),\n",
- " ('solar apex',\n",
+ " 'clues': [(\"apex of the sun's way\",\n",
" 'the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars'),\n",
- " ('peak', 'the highest point (of something)'),\n",
- " (\"apex of the sun's way\",\n",
+ " ('acme', 'the highest point (of something)'),\n",
+ " ('solar apex',\n",
" 'the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars'),\n",
- " ('vertex', 'the highest point (of something)')]},\n",
+ " ('vertex', 'the highest point (of something)'),\n",
+ " ('peak', 'the highest point (of something)')]},\n",
" {'answer': 'aplomb',\n",
" 'hint': 'synonyms for aplomb',\n",
- " 'clues': [('cool', 'great coolness and composure under strain'),\n",
- " ('assuredness', 'great coolness and composure under strain'),\n",
- " ('poise', 'great coolness and composure under strain'),\n",
- " ('sang-froid', 'great coolness and composure under strain')]},\n",
+ " 'clues': [('poise', 'great coolness and composure under strain'),\n",
+ " ('cool', 'great coolness and composure under strain'),\n",
+ " ('sang-froid', 'great coolness and composure under strain'),\n",
+ " ('assuredness', 'great coolness and composure under strain')]},\n",
" {'answer': \"apothecary's_shop\",\n",
" 'hint': \"synonyms for apothecary's shop\",\n",
" 'clues': [(\"chemist's\",\n",
" 'a retail shop where medicine and other articles are sold'),\n",
+ " ('drugstore', 'a retail shop where medicine and other articles are sold'),\n",
" ('pharmacy', 'a retail shop where medicine and other articles are sold'),\n",
" (\"chemist's shop\",\n",
- " 'a retail shop where medicine and other articles are sold'),\n",
- " ('drugstore',\n",
" 'a retail shop where medicine and other articles are sold')]},\n",
" {'answer': 'apparel_industry',\n",
" 'hint': 'synonyms for apparel industry',\n",
- " 'clues': [('rag trade', 'makers and sellers of fashionable clothing'),\n",
- " ('fashion business', 'makers and sellers of fashionable clothing'),\n",
+ " 'clues': [('fashion business',\n",
+ " 'makers and sellers of fashionable clothing'),\n",
" ('fashion industry', 'makers and sellers of fashionable clothing'),\n",
- " ('garment industry', 'makers and sellers of fashionable clothing')]},\n",
+ " ('garment industry', 'makers and sellers of fashionable clothing'),\n",
+ " ('rag trade', 'makers and sellers of fashionable clothing')]},\n",
" {'answer': 'apparent_horizon',\n",
" 'hint': 'synonyms for apparent horizon',\n",
- " 'clues': [('sensible horizon',\n",
+ " 'clues': [('skyline',\n",
" 'the line at which the sky and Earth appear to meet'),\n",
- " ('skyline', 'the line at which the sky and Earth appear to meet'),\n",
" ('horizon', 'the line at which the sky and Earth appear to meet'),\n",
- " ('visible horizon',\n",
+ " ('visible horizon', 'the line at which the sky and Earth appear to meet'),\n",
+ " ('sensible horizon',\n",
" 'the line at which the sky and Earth appear to meet')]},\n",
" {'answer': 'apparition',\n",
" 'hint': 'synonyms for apparition',\n",
- " 'clues': [('fantasm', 'something existing in perception only'),\n",
- " ('shadow', 'something existing in perception only'),\n",
- " ('phantasma', 'something existing in perception only'),\n",
+ " 'clues': [('shadow', 'something existing in perception only'),\n",
+ " ('phantasm', 'something existing in perception only'),\n",
+ " ('fantasm', 'something existing in perception only'),\n",
" ('phantom', 'something existing in perception only')]},\n",
" {'answer': 'appeal',\n",
" 'hint': 'synonyms for appeal',\n",
- " 'clues': [('collection', 'request for a sum of money'),\n",
- " ('prayer', 'earnest or urgent request'),\n",
- " ('appealingness',\n",
- " 'attractiveness that interests or pleases or stimulates'),\n",
- " ('solicitation', 'request for a sum of money'),\n",
+ " 'clues': [('prayer', 'earnest or urgent request'),\n",
+ " ('collection', 'request for a sum of money'),\n",
" ('ingathering', 'request for a sum of money'),\n",
" ('charm', 'attractiveness that interests or pleases or stimulates'),\n",
- " ('entreaty', 'earnest or urgent request')]},\n",
+ " ('appealingness',\n",
+ " 'attractiveness that interests or pleases or stimulates'),\n",
+ " ('entreaty', 'earnest or urgent request'),\n",
+ " ('solicitation', 'request for a sum of money')]},\n",
" {'answer': 'appearance',\n",
" 'hint': 'synonyms for appearance',\n",
" 'clues': [('show',\n",
@@ -31127,445 +31167,444 @@
" 'formal attendance (in court or at a hearing) of a party in an action')]},\n",
" {'answer': 'applesauce',\n",
" 'hint': 'synonyms for applesauce',\n",
- " 'clues': [('wish-wash', 'nonsensical talk or writing'),\n",
- " ('trash', 'nonsensical talk or writing'),\n",
+ " 'clues': [('folderol', 'nonsensical talk or writing'),\n",
+ " ('trumpery', 'nonsensical talk or writing'),\n",
" ('codswallop', 'nonsensical talk or writing'),\n",
- " ('folderol', 'nonsensical talk or writing'),\n",
- " ('apple sauce', 'puree of stewed apples usually sweetened and spiced'),\n",
+ " ('trash', 'nonsensical talk or writing'),\n",
+ " ('wish-wash', 'nonsensical talk or writing'),\n",
" ('rubbish', 'nonsensical talk or writing'),\n",
" ('tripe', 'nonsensical talk or writing'),\n",
- " ('trumpery', 'nonsensical talk or writing')]},\n",
+ " ('apple sauce', 'puree of stewed apples usually sweetened and spiced')]},\n",
" {'answer': 'appliance',\n",
" 'hint': 'synonyms for appliance',\n",
- " 'clues': [('convenience',\n",
+ " 'clues': [('gismo',\n",
" 'a device or control that is very useful for a particular job'),\n",
- " ('widget',\n",
+ " ('convenience',\n",
" 'a device or control that is very useful for a particular job'),\n",
- " ('gismo', 'a device or control that is very useful for a particular job'),\n",
- " ('gizmo', 'a device or control that is very useful for a particular job'),\n",
" ('contraption',\n",
" 'a device or control that is very useful for a particular job'),\n",
" ('contrivance',\n",
" 'a device or control that is very useful for a particular job'),\n",
+ " ('gizmo', 'a device or control that is very useful for a particular job'),\n",
" ('gadget',\n",
+ " 'a device or control that is very useful for a particular job'),\n",
+ " ('widget',\n",
" 'a device or control that is very useful for a particular job')]},\n",
" {'answer': 'application',\n",
" 'hint': 'synonyms for application',\n",
- " 'clues': [('applications programme',\n",
+ " 'clues': [('lotion',\n",
+ " 'liquid preparation having a soothing or antiseptic or medicinal action when applied to the skin'),\n",
+ " ('coating', 'the work of applying something'),\n",
+ " ('application program',\n",
" 'a program that gives a computer instructions that provide the user with tools to accomplish a task'),\n",
- " ('covering', 'the work of applying something'),\n",
" ('practical application',\n",
" 'the act of bringing something to bear; using it for a particular purpose'),\n",
- " ('coating', 'the work of applying something'),\n",
- " ('lotion',\n",
- " 'liquid preparation having a soothing or antiseptic or medicinal action when applied to the skin'),\n",
- " ('diligence', 'a diligent effort')]},\n",
+ " ('diligence', 'a diligent effort'),\n",
+ " ('covering', 'the work of applying something')]},\n",
" {'answer': 'appointment',\n",
" 'hint': 'synonyms for appointment',\n",
- " 'clues': [('naming',\n",
+ " 'clues': [('designation',\n",
" 'the act of putting a person into a non-elective position'),\n",
- " ('engagement', 'a meeting arranged in advance'),\n",
- " ('date', 'a meeting arranged in advance'),\n",
+ " ('naming', 'the act of putting a person into a non-elective position'),\n",
" ('fitting',\n",
" '(usually plural) furnishings and equipment (especially for a ship or hotel)'),\n",
- " ('designation',\n",
- " 'the act of putting a person into a non-elective position'),\n",
+ " ('engagement', 'a meeting arranged in advance'),\n",
" ('assignment',\n",
- " 'the act of putting a person into a non-elective position')]},\n",
+ " 'the act of putting a person into a non-elective position'),\n",
+ " ('date', 'a meeting arranged in advance')]},\n",
" {'answer': 'apportioning',\n",
" 'hint': 'synonyms for apportioning',\n",
- " 'clues': [('allocation',\n",
+ " 'clues': [('apportionment',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('parceling',\n",
+ " ('parcelling',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('allotment',\n",
+ " ('assignation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('apportionment',\n",
+ " ('allocation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('assignation',\n",
+ " ('allotment',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan')]},\n",
" {'answer': 'apportionment',\n",
" 'hint': 'synonyms for apportionment',\n",
- " 'clues': [('allocation',\n",
+ " 'clues': [('parcelling',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('parceling',\n",
+ " ('assignation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('allotment',\n",
+ " ('allocation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
" ('apportioning',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('assignation',\n",
+ " ('allotment',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan')]},\n",
" {'answer': 'appreciation',\n",
" 'hint': 'synonyms for appreciation',\n",
- " 'clues': [('perceptiveness',\n",
+ " 'clues': [('discernment',\n",
" 'delicate discrimination (especially of aesthetic values)'),\n",
- " ('taste', 'delicate discrimination (especially of aesthetic values)'),\n",
" ('hold',\n",
" 'understanding of the nature or meaning or quality or magnitude of something'),\n",
" ('grasp',\n",
" 'understanding of the nature or meaning or quality or magnitude of something'),\n",
- " ('discernment',\n",
+ " ('perceptiveness',\n",
" 'delicate discrimination (especially of aesthetic values)'),\n",
+ " ('taste', 'delicate discrimination (especially of aesthetic values)'),\n",
" ('admiration', 'a favorable judgment')]},\n",
" {'answer': 'apprehension',\n",
" 'hint': 'synonyms for apprehension',\n",
- " 'clues': [('dread', 'fearful expectation or anticipation'),\n",
- " ('collar',\n",
+ " 'clues': [('pinch',\n",
" 'the act of apprehending (especially apprehending a criminal)'),\n",
- " ('apprehensiveness', 'fearful expectation or anticipation'),\n",
- " ('pinch', 'the act of apprehending (especially apprehending a criminal)'),\n",
+ " ('dread', 'fearful expectation or anticipation'),\n",
+ " ('understanding', 'the cognitive condition of someone who understands'),\n",
+ " ('savvy', 'the cognitive condition of someone who understands'),\n",
+ " ('misgiving', 'painful expectation'),\n",
+ " ('catch', 'the act of apprehending (especially apprehending a criminal)'),\n",
" ('taking into custody',\n",
" 'the act of apprehending (especially apprehending a criminal)'),\n",
+ " ('apprehensiveness', 'fearful expectation or anticipation'),\n",
+ " ('discernment', 'the cognitive condition of someone who understands'),\n",
" ('arrest',\n",
" 'the act of apprehending (especially apprehending a criminal)'),\n",
- " ('understanding', 'the cognitive condition of someone who understands'),\n",
- " ('discernment', 'the cognitive condition of someone who understands'),\n",
- " ('savvy', 'the cognitive condition of someone who understands'),\n",
- " ('misgiving', 'painful expectation'),\n",
- " ('catch',\n",
+ " ('collar',\n",
" 'the act of apprehending (especially apprehending a criminal)')]},\n",
" {'answer': 'approach',\n",
" 'hint': 'synonyms for approach',\n",
- " 'clues': [('approach shot',\n",
+ " 'clues': [('approaching',\n",
+ " 'the event of one object coming closer to another'),\n",
+ " ('approach path',\n",
+ " 'the final path followed by an aircraft as it is landing'),\n",
+ " ('advance',\n",
+ " 'a tentative suggestion designed to elicit the reactions of others'),\n",
+ " ('approach shot',\n",
" 'a relatively short golf shot intended to put the ball onto the putting green'),\n",
+ " ('coming', 'the temporal property of becoming nearer in time'),\n",
" ('feeler',\n",
" 'a tentative suggestion designed to elicit the reactions of others'),\n",
- " ('attack',\n",
+ " ('plan of attack',\n",
" 'ideas or actions intended to deal with a problem or situation'),\n",
+ " ('glide path', 'the final path followed by an aircraft as it is landing'),\n",
" ('glide slope',\n",
" 'the final path followed by an aircraft as it is landing'),\n",
- " ('coming', 'the temporal property of becoming nearer in time'),\n",
- " ('overture',\n",
- " 'a tentative suggestion designed to elicit the reactions of others'),\n",
- " ('advance',\n",
- " 'a tentative suggestion designed to elicit the reactions of others'),\n",
- " ('approaching', 'the event of one object coming closer to another'),\n",
- " ('glide path', 'the final path followed by an aircraft as it is landing'),\n",
" ('access', 'a way of entering or leaving'),\n",
- " ('approach path',\n",
- " 'the final path followed by an aircraft as it is landing'),\n",
- " ('plan of attack',\n",
- " 'ideas or actions intended to deal with a problem or situation')]},\n",
+ " ('attack',\n",
+ " 'ideas or actions intended to deal with a problem or situation'),\n",
+ " ('overture',\n",
+ " 'a tentative suggestion designed to elicit the reactions of others')]},\n",
" {'answer': 'approximation',\n",
" 'hint': 'synonyms for approximation',\n",
- " 'clues': [('estimate',\n",
- " 'an approximate calculation of quantity or degree or worth'),\n",
+ " 'clues': [('bringing close together',\n",
+ " 'the act of bringing near or bringing together especially the cut edges of tissue'),\n",
" ('idea', 'an approximate calculation of quantity or degree or worth'),\n",
+ " ('estimate', 'an approximate calculation of quantity or degree or worth'),\n",
" ('estimation',\n",
- " 'an approximate calculation of quantity or degree or worth'),\n",
- " ('bringing close together',\n",
- " 'the act of bringing near or bringing together especially the cut edges of tissue')]},\n",
+ " 'an approximate calculation of quantity or degree or worth')]},\n",
" {'answer': 'appurtenance',\n",
" 'hint': 'synonyms for appurtenance',\n",
- " 'clues': [('accessory',\n",
- " 'a supplementary component that improves capability'),\n",
- " ('supplement', 'a supplementary component that improves capability'),\n",
- " ('gear',\n",
+ " 'clues': [('gear',\n",
" 'equipment consisting of miscellaneous articles needed for a particular operation or sport etc.'),\n",
+ " ('supplement', 'a supplementary component that improves capability'),\n",
+ " ('accessory', 'a supplementary component that improves capability'),\n",
" ('paraphernalia',\n",
" 'equipment consisting of miscellaneous articles needed for a particular operation or sport etc.'),\n",
" ('add-on', 'a supplementary component that improves capability')]},\n",
" {'answer': 'aqua',\n",
" 'hint': 'synonyms for aqua',\n",
- " 'clues': [('greenish blue', 'a shade of blue tinged with green'),\n",
- " ('cobalt blue', 'a shade of blue tinged with green'),\n",
+ " 'clues': [('aquamarine', 'a shade of blue tinged with green'),\n",
" ('peacock blue', 'a shade of blue tinged with green'),\n",
- " ('turquoise', 'a shade of blue tinged with green'),\n",
- " ('aquamarine', 'a shade of blue tinged with green')]},\n",
+ " ('cobalt blue', 'a shade of blue tinged with green'),\n",
+ " ('greenish blue', 'a shade of blue tinged with green'),\n",
+ " ('turquoise', 'a shade of blue tinged with green')]},\n",
" {'answer': 'aquamarine',\n",
" 'hint': 'synonyms for aquamarine',\n",
" 'clues': [('aqua', 'a shade of blue tinged with green'),\n",
- " ('greenish blue', 'a shade of blue tinged with green'),\n",
- " ('cobalt blue', 'a shade of blue tinged with green'),\n",
" ('peacock blue', 'a shade of blue tinged with green'),\n",
+ " ('cobalt blue', 'a shade of blue tinged with green'),\n",
+ " ('greenish blue', 'a shade of blue tinged with green'),\n",
" ('turquoise', 'a shade of blue tinged with green')]},\n",
" {'answer': 'arbalest',\n",
" 'hint': 'synonyms for arbalest',\n",
- " 'clues': [('trebucket',\n",
- " 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('ballista',\n",
+ " 'clues': [('mangonel',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('mangonel',\n",
+ " ('trebucket',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
" ('catapult',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('bricole',\n",
+ " ('arbalist',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
" ('onager',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('arbalist',\n",
+ " ('ballista',\n",
+ " 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
+ " ('bricole',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles')]},\n",
" {'answer': 'arbalist',\n",
" 'hint': 'synonyms for arbalist',\n",
- " 'clues': [('trebucket',\n",
- " 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('ballista',\n",
+ " 'clues': [('mangonel',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('mangonel',\n",
+ " ('trebucket',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
" ('catapult',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
+ " ('onager',\n",
+ " 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
+ " ('ballista',\n",
+ " 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
" ('arbalest',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
" ('bricole',\n",
- " 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('onager',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles')]},\n",
" {'answer': 'arbitrariness',\n",
" 'hint': 'synonyms for arbitrariness',\n",
- " 'clues': [('whimsy',\n",
+ " 'clues': [('whimsey',\n",
" 'the trait of acting unpredictably and more from whim or caprice than from reason or judgment'),\n",
- " ('flightiness',\n",
+ " ('whimsicality',\n",
" 'the trait of acting unpredictably and more from whim or caprice than from reason or judgment'),\n",
" ('capriciousness',\n",
" 'the trait of acting unpredictably and more from whim or caprice than from reason or judgment'),\n",
- " ('whimsicality',\n",
+ " ('flightiness',\n",
" 'the trait of acting unpredictably and more from whim or caprice than from reason or judgment')]},\n",
" {'answer': 'arbor',\n",
" 'hint': 'synonyms for arbor',\n",
- " 'clues': [('arbour', 'a framework that supports climbing plants'),\n",
- " ('pergola', 'a framework that supports climbing plants'),\n",
- " ('spindle',\n",
+ " 'clues': [('bower', 'a framework that supports climbing plants'),\n",
+ " ('mandril',\n",
" 'any of various rotating shafts that serve as axes for larger rotating parts'),\n",
- " ('mandrel',\n",
+ " ('arbour', 'a framework that supports climbing plants'),\n",
+ " ('spindle',\n",
" 'any of various rotating shafts that serve as axes for larger rotating parts'),\n",
- " ('bower', 'a framework that supports climbing plants')]},\n",
+ " ('pergola', 'a framework that supports climbing plants')]},\n",
" {'answer': 'arc',\n",
" 'hint': 'synonyms for arc',\n",
" 'clues': [('discharge',\n",
" 'electrical conduction through a gas in an applied electric field'),\n",
" ('electric arc',\n",
" 'electrical conduction through a gas in an applied electric field'),\n",
+ " ('spark',\n",
+ " 'electrical conduction through a gas in an applied electric field'),\n",
" ('electric discharge',\n",
" 'electrical conduction through a gas in an applied electric field'),\n",
- " ('bow', 'something curved in shape'),\n",
- " ('spark',\n",
- " 'electrical conduction through a gas in an applied electric field')]},\n",
+ " ('bow', 'something curved in shape')]},\n",
" {'answer': 'archness',\n",
" 'hint': 'synonyms for archness',\n",
- " 'clues': [('pertness', 'inappropriate playfulness'),\n",
+ " 'clues': [('impertinence', 'inappropriate playfulness'),\n",
" ('perkiness', 'inappropriate playfulness'),\n",
- " ('sauciness', 'inappropriate playfulness'),\n",
- " ('impertinence', 'inappropriate playfulness')]},\n",
+ " ('pertness', 'inappropriate playfulness'),\n",
+ " ('sauciness', 'inappropriate playfulness')]},\n",
" {'answer': 'ardor',\n",
" 'hint': 'synonyms for ardor',\n",
- " 'clues': [('fervency', 'feelings of great warmth and intensity'),\n",
+ " 'clues': [('fervour', 'feelings of great warmth and intensity'),\n",
+ " ('ardour', 'feelings of great warmth and intensity'),\n",
" ('fire', 'feelings of great warmth and intensity'),\n",
+ " ('fervidness', 'feelings of great warmth and intensity'),\n",
" ('zeal',\n",
" 'a feeling of strong eagerness (usually in favor of a person or cause)'),\n",
- " ('fervidness', 'feelings of great warmth and intensity'),\n",
- " ('ardour', 'intense feeling of love'),\n",
- " ('fervour', 'feelings of great warmth and intensity'),\n",
+ " ('fervency', 'feelings of great warmth and intensity'),\n",
" ('elan',\n",
" 'a feeling of strong eagerness (usually in favor of a person or cause)')]},\n",
" {'answer': 'ardour',\n",
" 'hint': 'synonyms for ardour',\n",
- " 'clues': [('ardor', 'intense feeling of love'),\n",
- " ('fervency', 'feelings of great warmth and intensity'),\n",
- " ('zeal',\n",
- " 'a feeling of strong eagerness (usually in favor of a person or cause)'),\n",
+ " 'clues': [('fervour', 'feelings of great warmth and intensity'),\n",
+ " ('ardor', 'feelings of great warmth and intensity'),\n",
" ('fire', 'feelings of great warmth and intensity'),\n",
" ('fervidness', 'feelings of great warmth and intensity'),\n",
- " ('fervour', 'feelings of great warmth and intensity'),\n",
+ " ('zeal',\n",
+ " 'a feeling of strong eagerness (usually in favor of a person or cause)'),\n",
+ " ('fervency', 'feelings of great warmth and intensity'),\n",
" ('elan',\n",
" 'a feeling of strong eagerness (usually in favor of a person or cause)')]},\n",
" {'answer': 'arena',\n",
" 'hint': 'synonyms for arena',\n",
" 'clues': [('scene of action',\n",
" 'a playing field where sports events take place'),\n",
- " ('sports stadium',\n",
- " 'a large structure for open-air sports or entertainments'),\n",
+ " ('bowl', 'a large structure for open-air sports or entertainments'),\n",
" ('stadium', 'a large structure for open-air sports or entertainments'),\n",
- " ('bowl', 'a large structure for open-air sports or entertainments')]},\n",
+ " ('sports stadium',\n",
+ " 'a large structure for open-air sports or entertainments')]},\n",
" {'answer': 'argot',\n",
" 'hint': 'synonyms for argot',\n",
- " 'clues': [('lingo',\n",
+ " 'clues': [('cant',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
" ('patois',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
" ('slang',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
- " ('vernacular',\n",
- " 'a characteristic language of a particular group (as among thieves)'),\n",
- " ('cant',\n",
+ " ('lingo',\n",
" 'a characteristic language of a particular group (as among thieves)'),\n",
" ('jargon',\n",
+ " 'a characteristic language of a particular group (as among thieves)'),\n",
+ " ('vernacular',\n",
" 'a characteristic language of a particular group (as among thieves)')]},\n",
" {'answer': 'arguing',\n",
" 'hint': 'synonyms for arguing',\n",
- " 'clues': [('disceptation',\n",
+ " 'clues': [('argument',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
" ('contention',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
- " ('argument',\n",
+ " ('disceptation',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
" ('contestation',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
- " ('tilt',\n",
- " 'a contentious speech act; a dispute where there is strong disagreement'),\n",
" ('controversy',\n",
+ " 'a contentious speech act; a dispute where there is strong disagreement'),\n",
+ " ('tilt',\n",
" 'a contentious speech act; a dispute where there is strong disagreement')]},\n",
" {'answer': 'argument',\n",
" 'hint': 'synonyms for argument',\n",
- " 'clues': [('literary argument',\n",
- " 'a summary of the subject or plot of a literary work or play or movie'),\n",
- " ('disputation',\n",
+ " 'clues': [('line of reasoning',\n",
+ " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
+ " ('statement',\n",
+ " 'a fact or assertion offered as evidence that something is true'),\n",
+ " ('argumentation',\n",
+ " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
+ " ('disceptation',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
- " ('contention',\n",
+ " ('debate',\n",
+ " 'a discussion in which reasons are advanced for and against some proposition or proposal'),\n",
+ " ('controversy',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
" ('line',\n",
" 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
- " ('contestation',\n",
+ " ('parameter',\n",
+ " '(computer science) a reference or value that is passed to a function, procedure, subroutine, command, or program'),\n",
+ " ('literary argument',\n",
+ " 'a summary of the subject or plot of a literary work or play or movie'),\n",
+ " ('contention',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
- " ('tilt',\n",
+ " ('logical argument',\n",
+ " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
+ " ('contestation',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
" ('arguing',\n",
" 'a contentious speech act; a dispute where there is strong disagreement'),\n",
- " ('logical argument',\n",
- " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
- " ('argumentation',\n",
- " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
- " ('line of reasoning',\n",
- " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
- " ('parameter',\n",
- " '(computer science) a reference or value that is passed to a function, procedure, subroutine, command, or program'),\n",
- " ('debate',\n",
- " 'a discussion in which reasons are advanced for and against some proposition or proposal'),\n",
- " ('statement',\n",
- " 'a fact or assertion offered as evidence that something is true'),\n",
- " ('controversy',\n",
+ " ('tilt',\n",
" 'a contentious speech act; a dispute where there is strong disagreement')]},\n",
" {'answer': 'argumentation',\n",
" 'hint': 'synonyms for argumentation',\n",
- " 'clues': [('debate',\n",
- " 'a discussion in which reasons are advanced for and against some proposition or proposal'),\n",
- " ('argument',\n",
+ " 'clues': [('argument',\n",
" 'a discussion in which reasons are advanced for and against some proposition or proposal'),\n",
- " ('logical argument',\n",
- " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
" ('line of reasoning',\n",
" 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
+ " ('logical argument',\n",
+ " 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning'),\n",
+ " ('debate',\n",
+ " 'a discussion in which reasons are advanced for and against some proposition or proposal'),\n",
" ('line',\n",
" 'a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning')]},\n",
" {'answer': 'arm',\n",
" 'hint': 'synonyms for arm',\n",
- " 'clues': [('weapon',\n",
- " 'any instrument or instrumentality used in fighting or hunting'),\n",
+ " 'clues': [('subdivision',\n",
+ " 'a division of some larger or more complex organization'),\n",
+ " ('limb', 'any projection that is thought to resemble a human arm'),\n",
+ " ('branch', 'any projection that is thought to resemble a human arm'),\n",
" ('weapon system',\n",
" 'any instrument or instrumentality used in fighting or hunting'),\n",
+ " ('weapon',\n",
+ " 'any instrument or instrumentality used in fighting or hunting'),\n",
" ('sleeve',\n",
- " 'the part of a garment that is attached at the armhole and that provides a cloth covering for the arm'),\n",
- " ('subdivision', 'a division of some larger or more complex organization'),\n",
- " ('branch', 'any projection that is thought to resemble a human arm'),\n",
- " ('limb', 'any projection that is thought to resemble a human arm')]},\n",
+ " 'the part of a garment that is attached at the armhole and that provides a cloth covering for the arm')]},\n",
" {'answer': 'armed_forces',\n",
" 'hint': 'synonyms for armed forces',\n",
" 'clues': [('war machine', 'the military forces of a nation'),\n",
- " ('military', 'the military forces of a nation'),\n",
+ " ('armed services', 'the military forces of a nation'),\n",
" ('military machine', 'the military forces of a nation'),\n",
- " ('armed services', 'the military forces of a nation')]},\n",
+ " ('military', 'the military forces of a nation')]},\n",
" {'answer': 'armed_services',\n",
" 'hint': 'synonyms for armed services',\n",
" 'clues': [('armed service',\n",
" 'a force that is a branch of the armed forces'),\n",
- " ('service', 'a force that is a branch of the armed forces'),\n",
" ('military service', 'a force that is a branch of the armed forces'),\n",
+ " ('service', 'a force that is a branch of the armed forces'),\n",
" ('war machine', 'the military forces of a nation'),\n",
- " ('armed forces', 'the military forces of a nation'),\n",
" ('military', 'the military forces of a nation'),\n",
+ " ('armed forces', 'the military forces of a nation'),\n",
" ('military machine', 'the military forces of a nation')]},\n",
" {'answer': 'arms',\n",
" 'hint': 'synonyms for arms',\n",
- " 'clues': [('weapon',\n",
- " 'any instrument or instrumentality used in fighting or hunting'),\n",
- " ('sleeve',\n",
- " 'the part of a garment that is attached at the armhole and that provides a cloth covering for the arm'),\n",
- " ('subdivision', 'a division of some larger or more complex organization'),\n",
+ " 'clues': [('munition', 'weapons considered collectively'),\n",
" ('coat of arms', 'the official symbols of a family, state, etc.'),\n",
- " ('munition', 'weapons considered collectively'),\n",
- " ('blazonry', 'the official symbols of a family, state, etc.'),\n",
- " ('arm', 'a division of some larger or more complex organization'),\n",
- " ('weapons system', 'weapons considered collectively'),\n",
- " ('implements of war', 'weapons considered collectively'),\n",
" ('limb', 'any projection that is thought to resemble a human arm'),\n",
- " ('branch', 'a division of some larger or more complex organization')]},\n",
+ " ('arm', 'any instrument or instrumentality used in fighting or hunting'),\n",
+ " ('branch', 'any projection that is thought to resemble a human arm'),\n",
+ " ('implements of war', 'weapons considered collectively'),\n",
+ " ('blazon', 'the official symbols of a family, state, etc.'),\n",
+ " ('weapons system', 'weapons considered collectively'),\n",
+ " ('weaponry', 'weapons considered collectively'),\n",
+ " ('subdivision', 'a division of some larger or more complex organization'),\n",
+ " ('sleeve',\n",
+ " 'the part of a garment that is attached at the armhole and that provides a cloth covering for the arm')]},\n",
" {'answer': 'aroma',\n",
" 'hint': 'synonyms for aroma',\n",
- " 'clues': [('perfume', 'a distinctive odor that is pleasant'),\n",
- " ('odour', 'any property detected by the olfactory system'),\n",
+ " 'clues': [('scent', 'a distinctive odor that is pleasant'),\n",
+ " ('odor', 'any property detected by the olfactory system'),\n",
" ('fragrance', 'a distinctive odor that is pleasant'),\n",
- " ('scent', 'any property detected by the olfactory system'),\n",
- " ('smell', 'any property detected by the olfactory system'),\n",
- " ('olfactory property', 'any property detected by the olfactory system')]},\n",
+ " ('perfume', 'a distinctive odor that is pleasant'),\n",
+ " ('olfactory property', 'any property detected by the olfactory system'),\n",
+ " ('smell', 'any property detected by the olfactory system')]},\n",
" {'answer': 'arrangement',\n",
" 'hint': 'synonyms for arrangement',\n",
- " 'clues': [('placement',\n",
- " 'the spatial property of the way in which something is placed'),\n",
- " ('musical arrangement',\n",
+ " 'clues': [('musical arrangement',\n",
" 'a piece of music that has been adapted for performance by a particular set of voices or instruments'),\n",
+ " ('organization', 'an organized structure for arranging or classifying'),\n",
" ('agreement', 'the thing arranged or agreed to'),\n",
" ('system', 'an organized structure for arranging or classifying'),\n",
- " ('organisation', 'an organized structure for arranging or classifying'),\n",
- " ('transcription', 'the act of arranging and adapting a piece of music'),\n",
- " ('arranging', 'the act of arranging and adapting a piece of music')]},\n",
+ " ('arranging', 'the act of arranging and adapting a piece of music'),\n",
+ " ('placement',\n",
+ " 'the spatial property of the way in which something is placed'),\n",
+ " ('transcription', 'the act of arranging and adapting a piece of music')]},\n",
" {'answer': 'arrest',\n",
" 'hint': 'synonyms for arrest',\n",
- " 'clues': [('collar',\n",
- " 'the act of apprehending (especially apprehending a criminal)'),\n",
- " ('pinch', 'the act of apprehending (especially apprehending a criminal)'),\n",
- " ('apprehension',\n",
+ " 'clues': [('pinch',\n",
" 'the act of apprehending (especially apprehending a criminal)'),\n",
+ " ('catch', 'the act of apprehending (especially apprehending a criminal)'),\n",
" ('taking into custody',\n",
" 'the act of apprehending (especially apprehending a criminal)'),\n",
- " ('catch',\n",
+ " ('apprehension',\n",
+ " 'the act of apprehending (especially apprehending a criminal)'),\n",
+ " ('collar',\n",
" 'the act of apprehending (especially apprehending a criminal)')]},\n",
" {'answer': 'arrivederci',\n",
" 'hint': 'synonyms for arrivederci',\n",
- " 'clues': [('au revoir', 'a farewell remark'),\n",
- " ('good-by', 'a farewell remark'),\n",
- " ('good day', 'a farewell remark'),\n",
- " ('adios', 'a farewell remark'),\n",
+ " 'clues': [('goodbye', 'a farewell remark'),\n",
+ " ('sayonara', 'a farewell remark'),\n",
" ('adieu', 'a farewell remark'),\n",
+ " ('au revoir', 'a farewell remark'),\n",
" ('bye', 'a farewell remark'),\n",
- " ('so long', 'a farewell remark'),\n",
- " ('bye-bye', 'a farewell remark'),\n",
" ('auf wiedersehen', 'a farewell remark'),\n",
- " ('sayonara', 'a farewell remark'),\n",
- " ('cheerio', 'a farewell remark')]},\n",
+ " ('bye-bye', 'a farewell remark'),\n",
+ " ('adios', 'a farewell remark'),\n",
+ " ('so long', 'a farewell remark'),\n",
+ " ('cheerio', 'a farewell remark'),\n",
+ " ('good day', 'a farewell remark')]},\n",
" {'answer': 'arrogance',\n",
" 'hint': 'synonyms for arrogance',\n",
- " 'clues': [('high-handedness',\n",
+ " 'clues': [('hauteur',\n",
" 'overbearing pride evidenced by a superior manner toward inferiors'),\n",
- " ('hauteur',\n",
+ " ('haughtiness',\n",
" 'overbearing pride evidenced by a superior manner toward inferiors'),\n",
- " ('lordliness',\n",
+ " ('high-handedness',\n",
" 'overbearing pride evidenced by a superior manner toward inferiors'),\n",
- " ('haughtiness',\n",
+ " ('lordliness',\n",
" 'overbearing pride evidenced by a superior manner toward inferiors')]},\n",
" {'answer': 'arsenic',\n",
" 'hint': 'synonyms for arsenic',\n",
- " 'clues': [('arsenous anhydride',\n",
+ " 'clues': [('ratsbane',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('atomic number 33',\n",
" 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
- " ('ratsbane',\n",
- " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('arsenic trioxide',\n",
- " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('arsenous oxide',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
+ " ('arsenous anhydride',\n",
+ " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('white arsenic',\n",
+ " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
+ " ('arsenic trioxide',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer')]},\n",
" {'answer': 'arsenic_trioxide',\n",
" 'hint': 'synonyms for arsenic trioxide',\n",
- " 'clues': [('arsenous anhydride',\n",
+ " 'clues': [('ratsbane',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('ratsbane',\n",
+ " ('arsenous oxide',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('arsenic',\n",
+ " ('arsenous anhydride',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('arsenous oxide',\n",
+ " ('arsenic',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('white arsenic',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer')]},\n",
@@ -31573,1449 +31612,1440 @@
" 'hint': 'synonyms for arsenous anhydride',\n",
" 'clues': [('ratsbane',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('arsenic',\n",
- " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('arsenic trioxide',\n",
- " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('arsenous oxide',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
+ " ('arsenic',\n",
+ " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('white arsenic',\n",
+ " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
+ " ('arsenic trioxide',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer')]},\n",
" {'answer': 'arsenous_oxide',\n",
" 'hint': 'synonyms for arsenous oxide',\n",
- " 'clues': [('arsenous anhydride',\n",
+ " 'clues': [('ratsbane',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('ratsbane',\n",
+ " ('arsenous anhydride',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('arsenic',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
- " ('arsenic trioxide',\n",
- " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
" ('white arsenic',\n",
+ " 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer'),\n",
+ " ('arsenic trioxide',\n",
" 'a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer')]},\n",
" {'answer': 'art',\n",
" 'hint': 'synonyms for art',\n",
- " 'clues': [('artistic production',\n",
- " 'the creation of beautiful or significant things'),\n",
+ " 'clues': [('prowess',\n",
+ " 'a superior skill that you can learn by study and practice and observation'),\n",
+ " ('artistic creation', 'the creation of beautiful or significant things'),\n",
" ('artwork',\n",
" 'photographs or other visual representations in a printed publication'),\n",
+ " ('artistic production',\n",
+ " 'the creation of beautiful or significant things'),\n",
+ " ('graphics',\n",
+ " 'photographs or other visual representations in a printed publication'),\n",
" ('fine art',\n",
" 'the products of human creativity; works of art collectively'),\n",
" ('artistry',\n",
" 'a superior skill that you can learn by study and practice and observation'),\n",
- " ('graphics',\n",
- " 'photographs or other visual representations in a printed publication'),\n",
" ('nontextual matter',\n",
- " 'photographs or other visual representations in a printed publication'),\n",
- " ('prowess',\n",
- " 'a superior skill that you can learn by study and practice and observation'),\n",
- " ('artistic creation',\n",
- " 'the creation of beautiful or significant things')]},\n",
+ " 'photographs or other visual representations in a printed publication')]},\n",
" {'answer': 'article_of_clothing',\n",
" 'hint': 'synonyms for article of clothing',\n",
- " 'clues': [('vesture', \"a covering designed to be worn on a person's body\"),\n",
- " ('wearable', \"a covering designed to be worn on a person's body\"),\n",
- " ('clothing', \"a covering designed to be worn on a person's body\"),\n",
+ " 'clues': [('wearable',\n",
+ " \"a covering designed to be worn on a person's body\"),\n",
+ " ('vesture', \"a covering designed to be worn on a person's body\"),\n",
" ('habiliment', \"a covering designed to be worn on a person's body\"),\n",
+ " ('clothing', \"a covering designed to be worn on a person's body\"),\n",
" ('wear', \"a covering designed to be worn on a person's body\")]},\n",
" {'answer': 'articulated_lorry',\n",
" 'hint': 'synonyms for articulated lorry',\n",
- " 'clues': [('rig', 'a truck consisting of a tractor and trailer together'),\n",
- " ('tractor trailer',\n",
+ " 'clues': [('trucking rig',\n",
" 'a truck consisting of a tractor and trailer together'),\n",
- " ('trucking rig', 'a truck consisting of a tractor and trailer together'),\n",
+ " ('rig', 'a truck consisting of a tractor and trailer together'),\n",
" ('trailer truck', 'a truck consisting of a tractor and trailer together'),\n",
+ " ('tractor trailer',\n",
+ " 'a truck consisting of a tractor and trailer together'),\n",
" ('semi', 'a truck consisting of a tractor and trailer together')]},\n",
" {'answer': 'articulation',\n",
" 'hint': 'synonyms for articulation',\n",
- " 'clues': [('junction',\n",
- " 'the shape or manner in which things come together and a connection is made'),\n",
- " ('join',\n",
+ " 'clues': [('voice', 'expressing in coherent verbal form'),\n",
+ " ('junction',\n",
" 'the shape or manner in which things come together and a connection is made'),\n",
- " ('voice', 'expressing in coherent verbal form'),\n",
" ('juncture',\n",
+ " 'the shape or manner in which things come together and a connection is made'),\n",
+ " ('join',\n",
" 'the shape or manner in which things come together and a connection is made')]},\n",
" {'answer': 'artillery',\n",
" 'hint': 'synonyms for artillery',\n",
- " 'clues': [('weapon', 'a means of persuading or arguing'),\n",
- " ('artillery unit', 'an army unit that uses big guns'),\n",
+ " 'clues': [('artillery unit', 'an army unit that uses big guns'),\n",
" ('heavy weapon', 'large but transportable armament'),\n",
" ('gun', 'large but transportable armament'),\n",
- " ('ordnance', 'large but transportable armament')]},\n",
+ " ('ordnance', 'large but transportable armament'),\n",
+ " ('weapon', 'a means of persuading or arguing')]},\n",
" {'answer': 'arts',\n",
" 'hint': 'synonyms for arts',\n",
- " 'clues': [('artwork',\n",
- " 'photographs or other visual representations in a printed publication'),\n",
- " ('liberal arts',\n",
- " 'studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)'),\n",
- " ('fine art',\n",
- " 'the products of human creativity; works of art collectively'),\n",
+ " 'clues': [('prowess',\n",
+ " 'a superior skill that you can learn by study and practice and observation'),\n",
+ " ('artistic creation', 'the creation of beautiful or significant things'),\n",
+ " ('artistic production',\n",
+ " 'the creation of beautiful or significant things'),\n",
" ('humanities',\n",
" 'studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)'),\n",
- " ('graphics',\n",
- " 'photographs or other visual representations in a printed publication'),\n",
" ('nontextual matter',\n",
" 'photographs or other visual representations in a printed publication'),\n",
- " ('prowess',\n",
- " 'a superior skill that you can learn by study and practice and observation'),\n",
- " ('art', 'the creation of beautiful or significant things'),\n",
- " ('artistic production',\n",
- " 'the creation of beautiful or significant things'),\n",
- " ('artistry',\n",
+ " ('art',\n",
" 'a superior skill that you can learn by study and practice and observation'),\n",
" ('humanistic discipline',\n",
" 'studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)'),\n",
- " ('artistic creation',\n",
- " 'the creation of beautiful or significant things')]},\n",
+ " ('artwork',\n",
+ " 'photographs or other visual representations in a printed publication'),\n",
+ " ('graphics',\n",
+ " 'photographs or other visual representations in a printed publication'),\n",
+ " ('fine art',\n",
+ " 'the products of human creativity; works of art collectively'),\n",
+ " ('artistry',\n",
+ " 'a superior skill that you can learn by study and practice and observation'),\n",
+ " ('liberal arts',\n",
+ " 'studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)')]},\n",
" {'answer': 'asa_dulcis',\n",
" 'hint': 'synonyms for asa dulcis',\n",
- " 'clues': [('gum benzoin',\n",
+ " 'clues': [('benzoin',\n",
" 'gum resin used especially in treating skin irritation'),\n",
- " ('benzoin', 'gum resin used especially in treating skin irritation'),\n",
- " ('benjamin', 'gum resin used especially in treating skin irritation'),\n",
- " ('gum benjamin',\n",
- " 'gum resin used especially in treating skin irritation')]},\n",
+ " ('gum benzoin', 'gum resin used especially in treating skin irritation'),\n",
+ " ('gum benjamin', 'gum resin used especially in treating skin irritation'),\n",
+ " ('benjamin', 'gum resin used especially in treating skin irritation')]},\n",
" {'answer': 'ascension',\n",
" 'hint': 'synonyms for ascension',\n",
- " 'clues': [('ascent',\n",
- " 'the act of changing location in an upward direction'),\n",
- " ('rise', 'a movement upward'),\n",
+ " 'clues': [('rise', 'the act of changing location in an upward direction'),\n",
" ('ascending', 'the act of changing location in an upward direction'),\n",
+ " ('ascent', 'the act of changing location in an upward direction'),\n",
" ('rising', 'a movement upward')]},\n",
" {'answer': 'ascent',\n",
" 'hint': 'synonyms for ascent',\n",
- " 'clues': [('rise', 'a movement upward'),\n",
- " ('climb', 'an upward slope or grade (as in a road)'),\n",
- " ('upgrade', 'an upward slope or grade (as in a road)'),\n",
- " ('rising', 'a movement upward'),\n",
+ " 'clues': [('rise', 'an upward slope or grade (as in a road)'),\n",
" ('acclivity', 'an upward slope or grade (as in a road)'),\n",
" ('ascension', 'the act of changing location in an upward direction'),\n",
- " ('ascending', 'the act of changing location in an upward direction')]},\n",
+ " ('rising', 'a movement upward'),\n",
+ " ('ascending', 'the act of changing location in an upward direction'),\n",
+ " ('upgrade', 'an upward slope or grade (as in a road)'),\n",
+ " ('climb', 'an upward slope or grade (as in a road)')]},\n",
" {'answer': 'ash-bin',\n",
" 'hint': 'synonyms for ash-bin',\n",
- " 'clues': [('trash barrel',\n",
- " 'a bin that holds rubbish until it is collected'),\n",
- " ('trash bin', 'a bin that holds rubbish until it is collected'),\n",
+ " 'clues': [('ashbin', 'a bin that holds rubbish until it is collected'),\n",
" ('ashcan', 'a bin that holds rubbish until it is collected'),\n",
- " ('wastebin', 'a bin that holds rubbish until it is collected'),\n",
- " ('ashbin', 'a bin that holds rubbish until it is collected'),\n",
" ('garbage can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash bin', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash barrel', 'a bin that holds rubbish until it is collected'),\n",
" ('dustbin', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash can', 'a bin that holds rubbish until it is collected')]},\n",
+ " ('wastebin', 'a bin that holds rubbish until it is collected')]},\n",
" {'answer': 'ash_bin',\n",
" 'hint': 'synonyms for ash bin',\n",
- " 'clues': [('ash-bin', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash barrel', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash bin', 'a bin that holds rubbish until it is collected'),\n",
+ " 'clues': [('ashbin', 'a bin that holds rubbish until it is collected'),\n",
" ('ashcan', 'a bin that holds rubbish until it is collected'),\n",
- " ('wastebin', 'a bin that holds rubbish until it is collected'),\n",
" ('garbage can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash barrel', 'a bin that holds rubbish until it is collected'),\n",
" ('dustbin', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash can', 'a bin that holds rubbish until it is collected')]},\n",
+ " ('wastebin', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash bin', 'a bin that holds rubbish until it is collected')]},\n",
" {'answer': 'ashbin',\n",
" 'hint': 'synonyms for ashbin',\n",
- " 'clues': [('ash-bin', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash barrel', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash bin', 'a bin that holds rubbish until it is collected'),\n",
- " ('ashcan', 'a bin that holds rubbish until it is collected'),\n",
- " ('wastebin', 'a bin that holds rubbish until it is collected'),\n",
+ " 'clues': [('ashcan', 'a bin that holds rubbish until it is collected'),\n",
+ " ('ash-bin', 'a bin that holds rubbish until it is collected'),\n",
" ('garbage can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash bin', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash barrel', 'a bin that holds rubbish until it is collected'),\n",
" ('dustbin', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash can', 'a bin that holds rubbish until it is collected')]},\n",
+ " ('wastebin', 'a bin that holds rubbish until it is collected')]},\n",
" {'answer': 'ashcan',\n",
" 'hint': 'synonyms for ashcan',\n",
- " 'clues': [('ash-bin', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash barrel', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash bin', 'a bin that holds rubbish until it is collected'),\n",
- " ('wastebin', 'a bin that holds rubbish until it is collected'),\n",
+ " 'clues': [('ashbin', 'a bin that holds rubbish until it is collected'),\n",
" ('garbage can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash bin', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash can', 'a bin that holds rubbish until it is collected'),\n",
+ " ('trash barrel', 'a bin that holds rubbish until it is collected'),\n",
" ('dustbin', 'a bin that holds rubbish until it is collected'),\n",
- " ('trash can', 'a bin that holds rubbish until it is collected')]},\n",
+ " ('wastebin', 'a bin that holds rubbish until it is collected')]},\n",
" {'answer': 'aspect',\n",
" 'hint': 'synonyms for aspect',\n",
- " 'clues': [('facet', 'a distinct feature or element in a problem'),\n",
- " ('expression', \"the feelings expressed on a person's face\"),\n",
+ " 'clues': [('vista', 'the visual percept of a region'),\n",
+ " ('prospect', 'the visual percept of a region'),\n",
+ " ('facial expression', \"the feelings expressed on a person's face\"),\n",
+ " ('look', \"the feelings expressed on a person's face\"),\n",
" ('panorama', 'the visual percept of a region'),\n",
- " ('scene', 'the visual percept of a region'),\n",
- " ('vista', 'the visual percept of a region'),\n",
" ('view', 'the visual percept of a region'),\n",
- " ('look', \"the feelings expressed on a person's face\"),\n",
- " ('prospect', 'the visual percept of a region'),\n",
- " ('facial expression', \"the feelings expressed on a person's face\")]},\n",
+ " ('expression', \"the feelings expressed on a person's face\"),\n",
+ " ('facet', 'a distinct feature or element in a problem'),\n",
+ " ('scene', 'the visual percept of a region')]},\n",
" {'answer': 'asperity',\n",
" 'hint': 'synonyms for asperity',\n",
- " 'clues': [('grimness', 'something hard to endure'),\n",
- " ('hardship', 'something hard to endure'),\n",
- " ('severity', 'something hard to endure'),\n",
- " ('rigorousness', 'something hard to endure'),\n",
- " ('rigour', 'something hard to endure'),\n",
+ " 'clues': [('severity', 'something hard to endure'),\n",
" ('sharpness', 'harshness of manner'),\n",
- " ('severeness', 'something hard to endure')]},\n",
+ " ('severeness', 'something hard to endure'),\n",
+ " ('rigour', 'something hard to endure'),\n",
+ " ('hardship', 'something hard to endure'),\n",
+ " ('rigourousness', 'something hard to endure'),\n",
+ " ('grimness', 'something hard to endure')]},\n",
" {'answer': 'aspersion',\n",
" 'hint': 'synonyms for aspersion',\n",
- " 'clues': [('sprinkling', 'the act of sprinkling water in baptism (rare)'),\n",
- " ('calumny', \"an abusive attack on a person's character or good name\"),\n",
- " ('denigration', \"an abusive attack on a person's character or good name\"),\n",
- " ('defamation', \"an abusive attack on a person's character or good name\"),\n",
+ " 'clues': [('defamation',\n",
+ " \"an abusive attack on a person's character or good name\"),\n",
+ " ('slander', \"an abusive attack on a person's character or good name\"),\n",
" ('slur', 'a disparaging remark'),\n",
- " ('slander', \"an abusive attack on a person's character or good name\")]},\n",
+ " ('calumny', \"an abusive attack on a person's character or good name\"),\n",
+ " ('sprinkling', 'the act of sprinkling water in baptism (rare)'),\n",
+ " ('denigration',\n",
+ " \"an abusive attack on a person's character or good name\")]},\n",
" {'answer': 'aspiration',\n",
" 'hint': 'synonyms for aspiration',\n",
- " 'clues': [('breathing in',\n",
- " 'the act of inhaling; the drawing in of air (or other gases) as in breathing'),\n",
- " ('inspiration',\n",
+ " 'clues': [('inspiration',\n",
" 'the act of inhaling; the drawing in of air (or other gases) as in breathing'),\n",
- " ('ambition', 'a cherished desire'),\n",
" ('dream', 'a cherished desire'),\n",
" ('intake',\n",
" 'the act of inhaling; the drawing in of air (or other gases) as in breathing'),\n",
+ " ('ambition', 'a cherished desire'),\n",
" ('inhalation',\n",
+ " 'the act of inhaling; the drawing in of air (or other gases) as in breathing'),\n",
+ " ('breathing in',\n",
" 'the act of inhaling; the drawing in of air (or other gases) as in breathing')]},\n",
" {'answer': 'ass',\n",
" 'hint': 'synonyms for ass',\n",
- " 'clues': [('piece of tail', 'slang for sexual intercourse'),\n",
- " ('nookie', 'slang for sexual intercourse'),\n",
- " ('nooky', 'slang for sexual intercourse'),\n",
+ " 'clues': [('arsenic',\n",
+ " 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
" ('piece of ass', 'slang for sexual intercourse'),\n",
+ " ('roll in the hay', 'slang for sexual intercourse'),\n",
+ " ('piece of tail', 'slang for sexual intercourse'),\n",
+ " ('shtup', 'slang for sexual intercourse'),\n",
" ('screw', 'slang for sexual intercourse'),\n",
- " ('arsenic',\n",
- " 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
+ " ('nookie', 'slang for sexual intercourse'),\n",
" ('atomic number 33',\n",
" 'a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar'),\n",
- " ('roll in the hay', 'slang for sexual intercourse'),\n",
- " ('shag', 'slang for sexual intercourse'),\n",
+ " ('nooky', 'slang for sexual intercourse'),\n",
" ('fucking', 'slang for sexual intercourse'),\n",
- " ('shtup', 'slang for sexual intercourse')]},\n",
+ " ('shag', 'slang for sexual intercourse')]},\n",
" {'answer': 'assemblage',\n",
" 'hint': 'synonyms for assemblage',\n",
" 'clues': [('assembly', 'the social act of assembling'),\n",
- " ('collection',\n",
- " 'several things grouped together or considered as a whole'),\n",
- " ('aggregation',\n",
- " 'several things grouped together or considered as a whole'),\n",
- " ('gathering', 'the social act of assembling'),\n",
" ('accumulation',\n",
" 'several things grouped together or considered as a whole'),\n",
" ('hookup',\n",
- " 'a system of components assembled together for a particular purpose')]},\n",
+ " 'a system of components assembled together for a particular purpose'),\n",
+ " ('gathering', 'the social act of assembling'),\n",
+ " ('collection',\n",
+ " 'several things grouped together or considered as a whole'),\n",
+ " ('aggregation',\n",
+ " 'several things grouped together or considered as a whole')]},\n",
" {'answer': 'assembly',\n",
" 'hint': 'synonyms for assembly',\n",
- " 'clues': [('forum', 'a public facility to meet for open discussion'),\n",
+ " 'clues': [('gathering', 'the social act of assembling'),\n",
" ('meeting place', 'a public facility to meet for open discussion'),\n",
+ " ('assemblage', 'the social act of assembling'),\n",
+ " ('forum', 'a public facility to meet for open discussion'),\n",
" ('fabrication',\n",
- " 'the act of constructing something (as a piece of machinery)'),\n",
- " ('gathering', 'the social act of assembling'),\n",
- " ('assemblage', 'the social act of assembling')]},\n",
+ " 'the act of constructing something (as a piece of machinery)')]},\n",
" {'answer': 'assertion',\n",
" 'hint': 'synonyms for assertion',\n",
- " 'clues': [('affirmation',\n",
- " 'the act of affirming or asserting or stating something'),\n",
+ " 'clues': [('averment',\n",
+ " 'a declaration that is made emphatically (as if no supporting evidence were necessary)'),\n",
+ " ('affirmation', 'the act of affirming or asserting or stating something'),\n",
" ('asseveration',\n",
" 'a declaration that is made emphatically (as if no supporting evidence were necessary)'),\n",
- " ('statement', 'the act of affirming or asserting or stating something'),\n",
- " ('averment',\n",
- " 'a declaration that is made emphatically (as if no supporting evidence were necessary)')]},\n",
+ " ('statement', 'the act of affirming or asserting or stating something')]},\n",
" {'answer': 'assignation',\n",
" 'hint': 'synonyms for assignation',\n",
" 'clues': [('tryst', 'a secret rendezvous (especially between lovers)'),\n",
- " ('allocation',\n",
+ " ('apportionment',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('parceling',\n",
+ " ('parcelling',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('allotment',\n",
+ " ('apportioning',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('apportionment',\n",
+ " ('allocation',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan'),\n",
- " ('apportioning',\n",
+ " ('allotment',\n",
" 'the act of distributing by allotting or apportioning; distribution according to a plan')]},\n",
" {'answer': 'assignment',\n",
" 'hint': 'synonyms for assignment',\n",
- " 'clues': [('designation',\n",
+ " 'clues': [('duty assignment',\n",
+ " 'a duty that you are assigned to perform (especially in the armed forces)'),\n",
+ " ('designation',\n",
" 'the act of putting a person into a non-elective position'),\n",
- " ('naming', 'the act of putting a person into a non-elective position'),\n",
" ('grant', '(law) a transfer of property by deed of conveyance'),\n",
- " ('duty assignment',\n",
- " 'a duty that you are assigned to perform (especially in the armed forces)'),\n",
- " ('assigning',\n",
- " 'the act of distributing something to designated places or persons'),\n",
" ('appointment',\n",
- " 'the act of putting a person into a non-elective position')]},\n",
+ " 'the act of putting a person into a non-elective position'),\n",
+ " ('naming', 'the act of putting a person into a non-elective position'),\n",
+ " ('assigning',\n",
+ " 'the act of distributing something to designated places or persons')]},\n",
" {'answer': 'assortment',\n",
" 'hint': 'synonyms for assortment',\n",
- " 'clues': [('compartmentalisation',\n",
+ " 'clues': [('smorgasbord',\n",
+ " 'a collection containing a variety of sorts of things'),\n",
+ " ('mixed bag', 'a collection containing a variety of sorts of things'),\n",
+ " ('potpourri', 'a collection containing a variety of sorts of things'),\n",
+ " ('categorisation',\n",
" 'the act of distributing things into classes or categories of the same type'),\n",
" ('miscellanea', 'a collection containing a variety of sorts of things'),\n",
- " ('variety', 'a collection containing a variety of sorts of things'),\n",
" ('mixture', 'a collection containing a variety of sorts of things'),\n",
- " ('motley', 'a collection containing a variety of sorts of things'),\n",
- " ('smorgasbord', 'a collection containing a variety of sorts of things'),\n",
- " ('potpourri', 'a collection containing a variety of sorts of things'),\n",
- " ('salmagundi', 'a collection containing a variety of sorts of things'),\n",
" ('classification',\n",
" 'the act of distributing things into classes or categories of the same type'),\n",
- " ('categorisation',\n",
+ " ('variety', 'a collection containing a variety of sorts of things'),\n",
+ " ('motley', 'a collection containing a variety of sorts of things'),\n",
+ " ('compartmentalisation',\n",
" 'the act of distributing things into classes or categories of the same type'),\n",
- " ('mixed bag', 'a collection containing a variety of sorts of things')]},\n",
+ " ('salmagundi', 'a collection containing a variety of sorts of things')]},\n",
" {'answer': 'assumption',\n",
" 'hint': 'synonyms for assumption',\n",
- " 'clues': [('laying claim',\n",
- " 'the act of taking possession of or power over something'),\n",
- " ('premiss',\n",
+ " 'clues': [('premiss',\n",
" 'a statement that is assumed to be true and from which a conclusion can be drawn'),\n",
- " ('supposition', 'a hypothesis that is taken for granted'),\n",
- " ('presumptuousness',\n",
+ " ('supposal', 'a hypothesis that is taken for granted'),\n",
+ " ('laying claim',\n",
+ " 'the act of taking possession of or power over something'),\n",
+ " ('presumption',\n",
" 'audacious (even arrogant) behavior that you have no right to'),\n",
+ " ('supposition', 'a hypothesis that is taken for granted'),\n",
" ('effrontery',\n",
" 'audacious (even arrogant) behavior that you have no right to'),\n",
- " ('supposal', 'a hypothesis that is taken for granted'),\n",
- " ('presumption',\n",
+ " ('presumptuousness',\n",
" 'audacious (even arrogant) behavior that you have no right to')]},\n",
" {'answer': 'assurance',\n",
" 'hint': 'synonyms for assurance',\n",
- " 'clues': [('confidence',\n",
+ " 'clues': [('self-confidence',\n",
" 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('pledge',\n",
" 'a binding commitment to do or give or refrain from something'),\n",
- " ('sureness', 'freedom from doubt; belief in yourself and your abilities'),\n",
- " ('self-confidence',\n",
- " 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('authority',\n",
" 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('self-assurance',\n",
+ " 'freedom from doubt; belief in yourself and your abilities'),\n",
+ " ('confidence',\n",
+ " 'freedom from doubt; belief in yourself and your abilities'),\n",
+ " ('sureness',\n",
" 'freedom from doubt; belief in yourself and your abilities')]},\n",
" {'answer': 'assuredness',\n",
" 'hint': 'synonyms for assuredness',\n",
- " 'clues': [('cool', 'great coolness and composure under strain'),\n",
- " ('poise', 'great coolness and composure under strain'),\n",
- " ('aplomb', 'great coolness and composure under strain'),\n",
- " ('sang-froid', 'great coolness and composure under strain')]},\n",
+ " 'clues': [('poise', 'great coolness and composure under strain'),\n",
+ " ('cool', 'great coolness and composure under strain'),\n",
+ " ('sang-froid', 'great coolness and composure under strain'),\n",
+ " ('aplomb', 'great coolness and composure under strain')]},\n",
" {'answer': 'astuteness',\n",
" 'hint': 'synonyms for astuteness',\n",
- " 'clues': [('profundity',\n",
- " 'the intellectual ability to penetrate deeply into ideas'),\n",
- " ('shrewdness',\n",
+ " 'clues': [('perspicacity',\n",
" 'intelligence manifested by being astute (as in business dealings)'),\n",
- " ('depth', 'the intellectual ability to penetrate deeply into ideas'),\n",
+ " ('profundity', 'the intellectual ability to penetrate deeply into ideas'),\n",
" ('deepness', 'the intellectual ability to penetrate deeply into ideas'),\n",
" ('perspicaciousness',\n",
" 'intelligence manifested by being astute (as in business dealings)'),\n",
+ " ('depth', 'the intellectual ability to penetrate deeply into ideas'),\n",
" ('profoundness',\n",
" 'the intellectual ability to penetrate deeply into ideas'),\n",
- " ('perspicacity',\n",
+ " ('shrewdness',\n",
" 'intelligence manifested by being astute (as in business dealings)')]},\n",
" {'answer': 'asylum',\n",
" 'hint': 'synonyms for asylum',\n",
- " 'clues': [('mental home',\n",
+ " 'clues': [('mental institution',\n",
" 'a hospital for mentally incompetent or unbalanced person'),\n",
- " ('insane asylum',\n",
+ " ('mental home',\n",
" 'a hospital for mentally incompetent or unbalanced person'),\n",
+ " ('refuge', 'a shelter from danger or hardship'),\n",
" ('sanctuary', 'a shelter from danger or hardship'),\n",
- " ('mental hospital',\n",
- " 'a hospital for mentally incompetent or unbalanced person'),\n",
- " ('psychiatric hospital',\n",
- " 'a hospital for mentally incompetent or unbalanced person'),\n",
" ('institution',\n",
" 'a hospital for mentally incompetent or unbalanced person'),\n",
- " ('mental institution',\n",
+ " ('insane asylum',\n",
+ " 'a hospital for mentally incompetent or unbalanced person'),\n",
+ " ('mental hospital',\n",
" 'a hospital for mentally incompetent or unbalanced person'),\n",
- " ('refuge', 'a shelter from danger or hardship')]},\n",
+ " ('psychiatric hospital',\n",
+ " 'a hospital for mentally incompetent or unbalanced person')]},\n",
" {'answer': 'ataractic_agent',\n",
" 'hint': 'synonyms for ataractic agent',\n",
- " 'clues': [('tranquilliser',\n",
+ " 'clues': [('antianxiety agent',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
- " ('antianxiety agent',\n",
+ " ('ataractic',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
- " ('ataractic drug',\n",
+ " ('tranquilizer',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
- " ('ataractic',\n",
+ " ('ataractic drug',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity')]},\n",
" {'answer': 'ataractic_drug',\n",
" 'hint': 'synonyms for ataractic drug',\n",
- " 'clues': [('tranquilliser',\n",
- " 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
- " ('antianxiety agent',\n",
+ " 'clues': [('antianxiety agent',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
" ('ataractic',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
+ " ('tranquilizer',\n",
+ " 'a drug used to reduce stress or tension without reducing mental clarity'),\n",
" ('ataractic agent',\n",
" 'a drug used to reduce stress or tension without reducing mental clarity')]},\n",
" {'answer': 'ataraxis',\n",
" 'hint': 'synonyms for ataraxis',\n",
" 'clues': [('heartsease', 'the absence of mental stress or anxiety'),\n",
- " ('peace', 'the absence of mental stress or anxiety'),\n",
- " ('peace of mind', 'the absence of mental stress or anxiety'),\n",
- " ('serenity', 'the absence of mental stress or anxiety'),\n",
" ('repose', 'the absence of mental stress or anxiety'),\n",
- " ('peacefulness', 'the absence of mental stress or anxiety')]},\n",
+ " ('serenity', 'the absence of mental stress or anxiety'),\n",
+ " ('peace of mind', 'the absence of mental stress or anxiety'),\n",
+ " ('peacefulness', 'the absence of mental stress or anxiety'),\n",
+ " ('peace', 'the absence of mental stress or anxiety')]},\n",
" {'answer': 'atherodyde',\n",
" 'hint': 'synonyms for atherodyde',\n",
- " 'clues': [('ramjet',\n",
- " 'a simple type of jet engine; must be launched at high speed'),\n",
- " ('flying drainpipe',\n",
- " 'a simple type of jet engine; must be launched at high speed'),\n",
- " ('ramjet engine',\n",
+ " 'clues': [('ramjet engine',\n",
" 'a simple type of jet engine; must be launched at high speed'),\n",
+ " ('ramjet', 'a simple type of jet engine; must be launched at high speed'),\n",
" ('athodyd',\n",
+ " 'a simple type of jet engine; must be launched at high speed'),\n",
+ " ('flying drainpipe',\n",
" 'a simple type of jet engine; must be launched at high speed')]},\n",
" {'answer': 'athletic_supporter',\n",
" 'hint': 'synonyms for athletic supporter',\n",
- " 'clues': [('jock',\n",
+ " 'clues': [('supporter',\n",
" 'a support for the genitals worn by men engaging in strenuous exercise'),\n",
" ('jockstrap',\n",
" 'a support for the genitals worn by men engaging in strenuous exercise'),\n",
- " ('suspensor',\n",
+ " ('jock',\n",
" 'a support for the genitals worn by men engaging in strenuous exercise'),\n",
- " ('supporter',\n",
+ " ('suspensor',\n",
" 'a support for the genitals worn by men engaging in strenuous exercise')]},\n",
" {'answer': 'athodyd',\n",
" 'hint': 'synonyms for athodyd',\n",
- " 'clues': [('ramjet',\n",
- " 'a simple type of jet engine; must be launched at high speed'),\n",
- " ('flying drainpipe',\n",
+ " 'clues': [('ramjet engine',\n",
" 'a simple type of jet engine; must be launched at high speed'),\n",
" ('atherodyde',\n",
" 'a simple type of jet engine; must be launched at high speed'),\n",
- " ('ramjet engine',\n",
+ " ('ramjet', 'a simple type of jet engine; must be launched at high speed'),\n",
+ " ('flying drainpipe',\n",
" 'a simple type of jet engine; must be launched at high speed')]},\n",
" {'answer': 'atm',\n",
" 'hint': 'synonyms for atm',\n",
- " 'clues': [('standard pressure',\n",
- " 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade'),\n",
+ " 'clues': [('cash machine',\n",
+ " 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
" ('atmosphere',\n",
" 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade'),\n",
- " ('automated teller machine',\n",
+ " ('cash dispenser',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
+ " ('standard atmosphere',\n",
+ " 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade'),\n",
" ('automated teller',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('cash dispenser',\n",
+ " ('automated teller machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
" ('asynchronous transfer mode',\n",
" 'a means of digital communications that is capable of very high speeds; suitable for transmission of images or voice or video as well as data'),\n",
- " ('cash machine',\n",
- " 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('standard atmosphere',\n",
+ " ('standard pressure',\n",
" 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade')]},\n",
" {'answer': 'atmosphere',\n",
" 'hint': 'synonyms for atmosphere',\n",
- " 'clues': [('standard pressure',\n",
+ " 'clues': [('atm',\n",
" 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade'),\n",
" ('air',\n",
" 'a distinctive but intangible quality surrounding a person or thing'),\n",
- " ('atm',\n",
+ " ('standard pressure',\n",
" 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade'),\n",
- " ('aura',\n",
- " 'a distinctive but intangible quality surrounding a person or thing'),\n",
" ('standard atmosphere',\n",
- " 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade')]},\n",
+ " 'a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade'),\n",
+ " ('aura',\n",
+ " 'a distinctive but intangible quality surrounding a person or thing')]},\n",
" {'answer': 'atom',\n",
" 'hint': 'synonyms for atom',\n",
- " 'clues': [('molecule', '(nontechnical usage) a tiny piece of anything'),\n",
- " ('mote', '(nontechnical usage) a tiny piece of anything'),\n",
- " ('speck', '(nontechnical usage) a tiny piece of anything'),\n",
+ " 'clues': [('particle', '(nontechnical usage) a tiny piece of anything'),\n",
" ('corpuscle', '(nontechnical usage) a tiny piece of anything'),\n",
- " ('particle', '(nontechnical usage) a tiny piece of anything')]},\n",
+ " ('mote', '(nontechnical usage) a tiny piece of anything'),\n",
+ " ('molecule', '(nontechnical usage) a tiny piece of anything'),\n",
+ " ('speck', '(nontechnical usage) a tiny piece of anything')]},\n",
" {'answer': 'atomiser',\n",
" 'hint': 'synonyms for atomiser',\n",
- " 'clues': [('sprayer',\n",
- " 'a dispenser that turns a liquid (such as perfume) into a fine mist'),\n",
- " ('atomizer',\n",
+ " 'clues': [('nebuliser',\n",
" 'a dispenser that turns a liquid (such as perfume) into a fine mist'),\n",
" ('spray',\n",
" 'a dispenser that turns a liquid (such as perfume) into a fine mist'),\n",
- " ('nebuliser',\n",
+ " ('atomizer',\n",
+ " 'a dispenser that turns a liquid (such as perfume) into a fine mist'),\n",
+ " ('sprayer',\n",
" 'a dispenser that turns a liquid (such as perfume) into a fine mist')]},\n",
" {'answer': 'atomizer',\n",
" 'hint': 'synonyms for atomizer',\n",
" 'clues': [('atomiser',\n",
" 'a dispenser that turns a liquid (such as perfume) into a fine mist'),\n",
- " ('sprayer',\n",
+ " ('nebuliser',\n",
" 'a dispenser that turns a liquid (such as perfume) into a fine mist'),\n",
" ('spray',\n",
" 'a dispenser that turns a liquid (such as perfume) into a fine mist'),\n",
- " ('nebuliser',\n",
+ " ('sprayer',\n",
" 'a dispenser that turns a liquid (such as perfume) into a fine mist')]},\n",
" {'answer': 'atrociousness',\n",
" 'hint': 'synonyms for atrociousness',\n",
- " 'clues': [('barbarousness',\n",
+ " 'clues': [('barbarity',\n",
" 'the quality of being shockingly cruel and inhumane'),\n",
- " ('barbarity', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('atrocity', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('heinousness', 'the quality of being shockingly cruel and inhumane')]},\n",
+ " ('barbarousness', 'the quality of being shockingly cruel and inhumane'),\n",
+ " ('heinousness', 'the quality of being shockingly cruel and inhumane'),\n",
+ " ('atrocity', 'the quality of being shockingly cruel and inhumane')]},\n",
" {'answer': 'atrocity',\n",
" 'hint': 'synonyms for atrocity',\n",
- " 'clues': [('atrociousness',\n",
+ " 'clues': [('barbarousness',\n",
" 'the quality of being shockingly cruel and inhumane'),\n",
+ " ('atrociousness', 'the quality of being shockingly cruel and inhumane'),\n",
" ('heinousness', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('barbarity', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('barbarousness', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('inhumanity', 'an act of atrocious cruelty')]},\n",
+ " ('inhumanity', 'an act of atrocious cruelty'),\n",
+ " ('barbarity', 'the quality of being shockingly cruel and inhumane')]},\n",
" {'answer': 'attachment',\n",
" 'hint': 'synonyms for attachment',\n",
- " 'clues': [('affixation', 'the act of attaching or affixing something'),\n",
- " ('adhesion',\n",
- " 'faithful support for a cause or political party or religion'),\n",
+ " 'clues': [('bond', 'a connection that fastens things together'),\n",
+ " ('fastening', 'the act of fastening things together'),\n",
" ('adherence',\n",
" 'faithful support for a cause or political party or religion'),\n",
- " ('fastening', 'the act of fastening things together'),\n",
- " ('bond', 'a connection that fastens things together'),\n",
- " ('fond regard',\n",
- " 'a feeling of affection for a person or an institution')]},\n",
+ " ('adhesion',\n",
+ " 'faithful support for a cause or political party or religion'),\n",
+ " ('fond regard', 'a feeling of affection for a person or an institution'),\n",
+ " ('affixation', 'the act of attaching or affixing something')]},\n",
" {'answer': 'attack',\n",
" 'hint': 'synonyms for attack',\n",
- " 'clues': [('onrush',\n",
- " '(military) an offensive against an enemy (using weapons)'),\n",
- " ('flak', 'intense adverse criticism'),\n",
+ " 'clues': [('fire', 'intense adverse criticism'),\n",
" ('onset', '(military) an offensive against an enemy (using weapons)'),\n",
- " ('blast', 'intense adverse criticism'),\n",
- " ('fire', 'intense adverse criticism'),\n",
" ('attempt', 'the act of attacking'),\n",
- " ('onslaught', '(military) an offensive against an enemy (using weapons)'),\n",
- " ('approach',\n",
- " 'ideas or actions intended to deal with a problem or situation'),\n",
" ('tone-beginning',\n",
" 'a decisive manner of beginning a musical tone or phrase'),\n",
+ " ('approach',\n",
+ " 'ideas or actions intended to deal with a problem or situation'),\n",
+ " ('flack', 'intense adverse criticism'),\n",
+ " ('onrush', '(military) an offensive against an enemy (using weapons)'),\n",
+ " ('onslaught', '(military) an offensive against an enemy (using weapons)'),\n",
+ " ('blast', 'intense adverse criticism'),\n",
" ('plan of attack',\n",
" 'ideas or actions intended to deal with a problem or situation')]},\n",
" {'answer': 'attainment',\n",
" 'hint': 'synonyms for attainment',\n",
" 'clues': [('skill', 'an ability that has been acquired by training'),\n",
- " ('acquisition', 'an ability that has been acquired by training'),\n",
" ('accomplishment', 'an ability that has been acquired by training'),\n",
- " ('acquirement', 'an ability that has been acquired by training')]},\n",
+ " ('acquirement', 'an ability that has been acquired by training'),\n",
+ " ('acquisition', 'an ability that has been acquired by training')]},\n",
" {'answer': 'attempt',\n",
" 'hint': 'synonyms for attempt',\n",
- " 'clues': [('try',\n",
+ " 'clues': [('endeavor',\n",
" 'earnest and conscientious activity intended to do or accomplish something'),\n",
- " ('endeavor',\n",
+ " ('try',\n",
" 'earnest and conscientious activity intended to do or accomplish something'),\n",
+ " ('attack', 'the act of attacking'),\n",
" ('effort',\n",
- " 'earnest and conscientious activity intended to do or accomplish something'),\n",
- " ('attack', 'the act of attacking')]},\n",
+ " 'earnest and conscientious activity intended to do or accomplish something')]},\n",
" {'answer': 'attracter',\n",
" 'hint': 'synonyms for attracter',\n",
" 'clues': [('attractor',\n",
- " '(physics) a point in the ideal multidimensional phase space that is used to describe a system toward which the system tends to evolve regardless of the starting conditions of the system'),\n",
- " ('magnet', 'a characteristic that provides pleasure and attracts'),\n",
+ " 'a characteristic that provides pleasure and attracts'),\n",
" ('attraction', 'a characteristic that provides pleasure and attracts'),\n",
+ " ('magnet', 'a characteristic that provides pleasure and attracts'),\n",
" ('attractive feature',\n",
" 'a characteristic that provides pleasure and attracts')]},\n",
" {'answer': 'attraction',\n",
" 'hint': 'synonyms for attraction',\n",
- " 'clues': [('attractiveness',\n",
+ " 'clues': [('attractor',\n",
+ " 'a characteristic that provides pleasure and attracts'),\n",
+ " ('attractive force', 'the force by which one object attracts another'),\n",
+ " ('attractiveness',\n",
" 'the quality of arousing interest; being attractive or something that attracts'),\n",
" ('magnet', 'a characteristic that provides pleasure and attracts'),\n",
- " ('attracter', 'a characteristic that provides pleasure and attracts'),\n",
" ('attractive feature',\n",
- " 'a characteristic that provides pleasure and attracts'),\n",
- " ('attractive force', 'the force by which one object attracts another')]},\n",
+ " 'a characteristic that provides pleasure and attracts')]},\n",
" {'answer': 'attractor',\n",
" 'hint': 'synonyms for attractor',\n",
- " 'clues': [('magnet',\n",
+ " 'clues': [('attracter',\n",
" 'a characteristic that provides pleasure and attracts'),\n",
- " ('attracter',\n",
- " '(physics) a point in the ideal multidimensional phase space that is used to describe a system toward which the system tends to evolve regardless of the starting conditions of the system'),\n",
" ('attraction', 'a characteristic that provides pleasure and attracts'),\n",
+ " ('magnet', 'a characteristic that provides pleasure and attracts'),\n",
" ('attractive feature',\n",
" 'a characteristic that provides pleasure and attracts')]},\n",
" {'answer': 'attrition',\n",
" 'hint': 'synonyms for attrition',\n",
- " 'clues': [('contriteness',\n",
- " 'sorrow for sin arising from fear of damnation'),\n",
- " ('abrasion',\n",
- " 'the wearing down of rock particles by friction due to water or wind or ice'),\n",
+ " 'clues': [('corrasion', 'erosion by friction'),\n",
" ('detrition',\n",
" 'the wearing down of rock particles by friction due to water or wind or ice'),\n",
- " ('corrasion', 'erosion by friction'),\n",
+ " ('abrasion', 'erosion by friction'),\n",
+ " ('contrition', 'sorrow for sin arising from fear of damnation'),\n",
+ " ('contriteness', 'sorrow for sin arising from fear of damnation'),\n",
" ('grinding',\n",
- " 'the wearing down of rock particles by friction due to water or wind or ice'),\n",
- " ('contrition', 'sorrow for sin arising from fear of damnation')]},\n",
+ " 'the wearing down of rock particles by friction due to water or wind or ice')]},\n",
" {'answer': 'au_revoir',\n",
" 'hint': 'synonyms for au revoir',\n",
- " 'clues': [('good-by', 'a farewell remark'),\n",
- " ('good day', 'a farewell remark'),\n",
- " ('adios', 'a farewell remark'),\n",
+ " 'clues': [('arrivederci', 'a farewell remark'),\n",
+ " ('goodbye', 'a farewell remark'),\n",
+ " ('sayonara', 'a farewell remark'),\n",
" ('adieu', 'a farewell remark'),\n",
" ('bye', 'a farewell remark'),\n",
- " ('so long', 'a farewell remark'),\n",
" ('auf wiedersehen', 'a farewell remark'),\n",
" ('bye-bye', 'a farewell remark'),\n",
- " ('arrivederci', 'a farewell remark'),\n",
- " ('sayonara', 'a farewell remark'),\n",
- " ('cheerio', 'a farewell remark')]},\n",
+ " ('adios', 'a farewell remark'),\n",
+ " ('so long', 'a farewell remark'),\n",
+ " ('cheerio', 'a farewell remark'),\n",
+ " ('good day', 'a farewell remark')]},\n",
" {'answer': 'audio',\n",
" 'hint': 'synonyms for audio',\n",
- " 'clues': [('sound recording', 'a recording of acoustic signals'),\n",
+ " 'clues': [('sound', 'the audible part of a transmitted signal'),\n",
" ('audio recording', 'a recording of acoustic signals'),\n",
- " ('audio frequency', 'an audible acoustic wave frequency'),\n",
- " ('sound', 'the audible part of a transmitted signal')]},\n",
+ " ('sound recording', 'a recording of acoustic signals'),\n",
+ " ('audio frequency', 'an audible acoustic wave frequency')]},\n",
" {'answer': 'audition',\n",
" 'hint': 'synonyms for audition',\n",
- " 'clues': [('auditory sense', 'the ability to hear; the auditory faculty'),\n",
- " ('sense of hearing', 'the ability to hear; the auditory faculty'),\n",
+ " 'clues': [('tryout', 'a test of the suitability of a performer'),\n",
+ " ('auditory sense', 'the ability to hear; the auditory faculty'),\n",
+ " ('hearing', 'the ability to hear; the auditory faculty'),\n",
" ('auditory modality', 'the ability to hear; the auditory faculty'),\n",
- " ('tryout', 'a test of the suitability of a performer'),\n",
- " ('hearing', 'the ability to hear; the auditory faculty')]},\n",
+ " ('sense of hearing', 'the ability to hear; the auditory faculty')]},\n",
" {'answer': 'auditory_modality',\n",
" 'hint': 'synonyms for auditory modality',\n",
- " 'clues': [('auditory sense', 'the ability to hear; the auditory faculty'),\n",
- " ('audition', 'the ability to hear; the auditory faculty'),\n",
+ " 'clues': [('sense of hearing',\n",
+ " 'the ability to hear; the auditory faculty'),\n",
+ " ('auditory sense', 'the ability to hear; the auditory faculty'),\n",
" ('hearing', 'the ability to hear; the auditory faculty'),\n",
- " ('sense of hearing', 'the ability to hear; the auditory faculty')]},\n",
+ " ('audition', 'the ability to hear; the auditory faculty')]},\n",
" {'answer': 'auditory_sense',\n",
" 'hint': 'synonyms for auditory sense',\n",
- " 'clues': [('audition', 'the ability to hear; the auditory faculty'),\n",
- " ('auditory modality', 'the ability to hear; the auditory faculty'),\n",
+ " 'clues': [('sense of hearing',\n",
+ " 'the ability to hear; the auditory faculty'),\n",
" ('hearing', 'the ability to hear; the auditory faculty'),\n",
- " ('sense of hearing', 'the ability to hear; the auditory faculty')]},\n",
+ " ('auditory modality', 'the ability to hear; the auditory faculty'),\n",
+ " ('audition', 'the ability to hear; the auditory faculty')]},\n",
" {'answer': 'auf_wiedersehen',\n",
" 'hint': 'synonyms for auf wiedersehen',\n",
- " 'clues': [('au revoir', 'a farewell remark'),\n",
- " ('good-by', 'a farewell remark'),\n",
- " ('good day', 'a farewell remark'),\n",
- " ('adios', 'a farewell remark'),\n",
+ " 'clues': [('arrivederci', 'a farewell remark'),\n",
+ " ('goodbye', 'a farewell remark'),\n",
+ " ('sayonara', 'a farewell remark'),\n",
" ('adieu', 'a farewell remark'),\n",
+ " ('au revoir', 'a farewell remark'),\n",
" ('bye', 'a farewell remark'),\n",
- " ('so long', 'a farewell remark'),\n",
" ('bye-bye', 'a farewell remark'),\n",
- " ('arrivederci', 'a farewell remark'),\n",
- " ('sayonara', 'a farewell remark'),\n",
- " ('cheerio', 'a farewell remark')]},\n",
+ " ('adios', 'a farewell remark'),\n",
+ " ('so long', 'a farewell remark'),\n",
+ " ('cheerio', 'a farewell remark'),\n",
+ " ('good day', 'a farewell remark')]},\n",
" {'answer': 'auger',\n",
" 'hint': 'synonyms for auger',\n",
- " 'clues': [('wimble', 'hand tool for boring holes'),\n",
- " ('screw auger', 'hand tool for boring holes'),\n",
+ " 'clues': [(\"plumber's snake\",\n",
+ " 'a long flexible steel coil for dislodging stoppages in curved pipes'),\n",
" ('gimlet', 'hand tool for boring holes'),\n",
- " (\"plumber's snake\",\n",
- " 'a long flexible steel coil for dislodging stoppages in curved pipes')]},\n",
+ " ('screw auger', 'hand tool for boring holes'),\n",
+ " ('wimble', 'hand tool for boring holes')]},\n",
" {'answer': 'aught',\n",
" 'hint': 'synonyms for aught',\n",
- " 'clues': [('null', 'a quantity of no importance'),\n",
- " ('nada', 'a quantity of no importance'),\n",
- " ('zippo', 'a quantity of no importance'),\n",
- " ('zilch', 'a quantity of no importance'),\n",
- " ('cypher', 'a quantity of no importance'),\n",
+ " 'clues': [('zip', 'a quantity of no importance'),\n",
" ('naught', 'a quantity of no importance'),\n",
" ('nix', 'a quantity of no importance'),\n",
- " ('goose egg', 'a quantity of no importance'),\n",
- " ('cipher', 'a quantity of no importance'),\n",
- " ('zero', 'a quantity of no importance'),\n",
- " ('zip', 'a quantity of no importance'),\n",
+ " ('zilch', 'a quantity of no importance'),\n",
+ " ('cypher', 'a quantity of no importance'),\n",
" ('nil', 'a quantity of no importance'),\n",
- " ('nothing', 'a quantity of no importance')]},\n",
+ " ('null', 'a quantity of no importance'),\n",
+ " ('nothing', 'a quantity of no importance'),\n",
+ " ('zero', 'a quantity of no importance'),\n",
+ " ('nada', 'a quantity of no importance'),\n",
+ " ('cipher', 'a quantity of no importance'),\n",
+ " ('zippo', 'a quantity of no importance'),\n",
+ " ('goose egg', 'a quantity of no importance')]},\n",
" {'answer': 'aura',\n",
" 'hint': 'synonyms for aura',\n",
- " 'clues': [('gloriole',\n",
+ " 'clues': [('glory',\n",
" 'an indication of radiant light drawn around the head of a saint'),\n",
- " ('air',\n",
- " 'a distinctive but intangible quality surrounding a person or thing'),\n",
- " ('glory',\n",
- " 'an indication of radiant light drawn around the head of a saint'),\n",
- " ('atmosphere',\n",
- " 'a distinctive but intangible quality surrounding a person or thing'),\n",
" ('nimbus',\n",
" 'an indication of radiant light drawn around the head of a saint'),\n",
" ('aureole',\n",
" 'an indication of radiant light drawn around the head of a saint'),\n",
+ " ('gloriole',\n",
+ " 'an indication of radiant light drawn around the head of a saint'),\n",
" ('halo',\n",
- " 'an indication of radiant light drawn around the head of a saint')]},\n",
+ " 'an indication of radiant light drawn around the head of a saint'),\n",
+ " ('air',\n",
+ " 'a distinctive but intangible quality surrounding a person or thing'),\n",
+ " ('atmosphere',\n",
+ " 'a distinctive but intangible quality surrounding a person or thing')]},\n",
" {'answer': 'aureole',\n",
" 'hint': 'synonyms for aureole',\n",
- " 'clues': [('gloriole',\n",
+ " 'clues': [('glory',\n",
" 'an indication of radiant light drawn around the head of a saint'),\n",
- " ('corona',\n",
- " \"the outermost region of the sun's atmosphere; visible as a white halo during a solar eclipse\"),\n",
- " ('glory',\n",
- " 'an indication of radiant light drawn around the head of a saint'),\n",
- " ('aura',\n",
+ " ('gloriole',\n",
" 'an indication of radiant light drawn around the head of a saint'),\n",
" ('nimbus',\n",
" 'an indication of radiant light drawn around the head of a saint'),\n",
+ " ('corona',\n",
+ " \"the outermost region of the sun's atmosphere; visible as a white halo during a solar eclipse\"),\n",
" ('halo',\n",
+ " 'an indication of radiant light drawn around the head of a saint'),\n",
+ " ('aura',\n",
" 'an indication of radiant light drawn around the head of a saint')]},\n",
" {'answer': 'aurora',\n",
" 'hint': 'synonyms for aurora',\n",
- " 'clues': [('sunup', 'the first light of day'),\n",
- " ('daybreak', 'the first light of day'),\n",
- " ('dawn', 'the first light of day'),\n",
- " ('morning', 'the first light of day'),\n",
- " ('cockcrow', 'the first light of day'),\n",
- " ('break of the day', 'the first light of day'),\n",
+ " 'clues': [('break of day', 'the first light of day'),\n",
" ('first light', 'the first light of day'),\n",
+ " ('sunup', 'the first light of day'),\n",
+ " ('dawn', 'the first light of day'),\n",
+ " ('daybreak', 'the first light of day'),\n",
+ " ('dayspring', 'the first light of day'),\n",
" ('sunrise', 'the first light of day'),\n",
- " ('dayspring', 'the first light of day')]},\n",
+ " ('morning', 'the first light of day'),\n",
+ " ('cockcrow', 'the first light of day')]},\n",
" {'answer': 'authorisation',\n",
" 'hint': 'synonyms for authorisation',\n",
- " 'clues': [('dominance',\n",
- " 'the power or right to give orders or make decisions'),\n",
- " ('empowerment',\n",
- " 'the act of conferring legality or sanction or formal warrant'),\n",
- " ('authorization', 'official permission or approval'),\n",
+ " 'clues': [('sanction', 'official permission or approval'),\n",
" ('say-so', 'the power or right to give orders or make decisions'),\n",
+ " ('dominance', 'the power or right to give orders or make decisions'),\n",
+ " ('authorization', 'official permission or approval'),\n",
" ('potency', 'the power or right to give orders or make decisions'),\n",
+ " ('authority', 'official permission or approval'),\n",
" ('mandate', 'a document giving an official instruction or command'),\n",
- " ('authority', 'the power or right to give orders or make decisions'),\n",
- " ('sanction', 'official permission or approval')]},\n",
+ " ('empowerment',\n",
+ " 'the act of conferring legality or sanction or formal warrant')]},\n",
" {'answer': 'authoritarianism',\n",
" 'hint': 'synonyms for authoritarianism',\n",
- " 'clues': [('one-man rule',\n",
+ " 'clues': [('dictatorship',\n",
+ " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
+ " ('one-man rule',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
" ('despotism',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
" ('totalitarianism',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('tyranny',\n",
- " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('shogunate',\n",
- " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
" ('absolutism',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
- " ('dictatorship',\n",
- " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
" ('monocracy',\n",
+ " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
+ " ('shogunate',\n",
+ " 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)'),\n",
+ " ('tyranny',\n",
" 'a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)')]},\n",
" {'answer': 'authorities',\n",
" 'hint': 'synonyms for authorities',\n",
- " 'clues': [('office', 'an administrative unit of government'),\n",
- " ('regime',\n",
+ " 'clues': [('sanction', 'official permission or approval'),\n",
+ " ('government',\n",
" 'the organization that is the governing authority of a political unit'),\n",
- " ('assurance',\n",
- " 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('potency', 'the power or right to give orders or make decisions'),\n",
- " ('authority', 'the power or right to give orders or make decisions'),\n",
+ " ('agency', 'an administrative unit of government'),\n",
+ " ('authority', 'an authoritative written work'),\n",
+ " ('bureau', 'an administrative unit of government'),\n",
+ " ('authorisation', 'official permission or approval'),\n",
" ('confidence',\n",
" 'freedom from doubt; belief in yourself and your abilities'),\n",
- " ('federal agency', 'an administrative unit of government'),\n",
- " ('bureau', 'an administrative unit of government'),\n",
- " ('authorization', 'the power or right to give orders or make decisions'),\n",
- " ('sanction', 'official permission or approval'),\n",
+ " ('regime',\n",
+ " 'the organization that is the governing authority of a political unit'),\n",
+ " ('office', 'an administrative unit of government'),\n",
+ " ('say-so', 'the power or right to give orders or make decisions'),\n",
+ " ('assurance',\n",
+ " 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('dominance', 'the power or right to give orders or make decisions'),\n",
- " ('agency', 'an administrative unit of government'),\n",
+ " ('federal agency', 'an administrative unit of government'),\n",
" ('government agency', 'an administrative unit of government'),\n",
- " ('say-so', 'the power or right to give orders or make decisions'),\n",
- " ('government',\n",
- " 'the organization that is the governing authority of a political unit'),\n",
+ " ('self-assurance',\n",
+ " 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('sureness', 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('self-confidence',\n",
- " 'freedom from doubt; belief in yourself and your abilities'),\n",
- " ('self-assurance',\n",
" 'freedom from doubt; belief in yourself and your abilities')]},\n",
" {'answer': 'authority',\n",
" 'hint': 'synonyms for authority',\n",
- " 'clues': [('dominance',\n",
- " 'the power or right to give orders or make decisions'),\n",
- " ('sanction', 'official permission or approval'),\n",
- " ('agency', 'an administrative unit of government'),\n",
+ " 'clues': [('sanction', 'official permission or approval'),\n",
" ('office', 'an administrative unit of government'),\n",
+ " ('say-so', 'the power or right to give orders or make decisions'),\n",
" ('assurance',\n",
" 'freedom from doubt; belief in yourself and your abilities'),\n",
+ " ('dominance', 'the power or right to give orders or make decisions'),\n",
+ " ('authorisation', 'the power or right to give orders or make decisions'),\n",
+ " ('federal agency', 'an administrative unit of government'),\n",
" ('government agency', 'an administrative unit of government'),\n",
- " ('say-so', 'the power or right to give orders or make decisions'),\n",
" ('potency', 'the power or right to give orders or make decisions'),\n",
- " ('authorisation', 'official permission or approval'),\n",
- " ('confidence',\n",
+ " ('self-assurance',\n",
" 'freedom from doubt; belief in yourself and your abilities'),\n",
- " ('federal agency', 'an administrative unit of government'),\n",
+ " ('agency', 'an administrative unit of government'),\n",
" ('sureness', 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('self-confidence',\n",
" 'freedom from doubt; belief in yourself and your abilities'),\n",
" ('bureau', 'an administrative unit of government'),\n",
- " ('self-assurance',\n",
+ " ('confidence',\n",
" 'freedom from doubt; belief in yourself and your abilities')]},\n",
" {'answer': 'authorization',\n",
" 'hint': 'synonyms for authorization',\n",
- " 'clues': [('dominance',\n",
- " 'the power or right to give orders or make decisions'),\n",
- " ('empowerment',\n",
- " 'the act of conferring legality or sanction or formal warrant'),\n",
- " ('authorisation', 'a document giving an official instruction or command'),\n",
+ " 'clues': [('authorisation', 'official permission or approval'),\n",
+ " ('sanction', 'official permission or approval'),\n",
" ('say-so', 'the power or right to give orders or make decisions'),\n",
+ " ('dominance', 'the power or right to give orders or make decisions'),\n",
" ('potency', 'the power or right to give orders or make decisions'),\n",
+ " ('authority', 'official permission or approval'),\n",
" ('mandate', 'a document giving an official instruction or command'),\n",
- " ('authority', 'the power or right to give orders or make decisions'),\n",
- " ('sanction', 'official permission or approval')]},\n",
+ " ('empowerment',\n",
+ " 'the act of conferring legality or sanction or formal warrant')]},\n",
" {'answer': 'authorship',\n",
" 'hint': 'synonyms for authorship',\n",
" 'clues': [('penning', 'the act of creating written works'),\n",
- " ('composition', 'the act of creating written works'),\n",
" ('writing', 'the act of creating written works'),\n",
- " ('paternity', 'the act of initiating a new idea or theory or writing')]},\n",
+ " ('paternity', 'the act of initiating a new idea or theory or writing'),\n",
+ " ('composition', 'the act of creating written works')]},\n",
" {'answer': 'auto',\n",
" 'hint': 'synonyms for auto',\n",
- " 'clues': [('machine',\n",
+ " 'clues': [('motorcar',\n",
+ " 'a motor vehicle with four wheels; usually propelled by an internal combustion engine'),\n",
+ " ('machine',\n",
" 'a motor vehicle with four wheels; usually propelled by an internal combustion engine'),\n",
" ('car',\n",
" 'a motor vehicle with four wheels; usually propelled by an internal combustion engine'),\n",
" ('automobile',\n",
- " 'a motor vehicle with four wheels; usually propelled by an internal combustion engine'),\n",
- " ('motorcar',\n",
" 'a motor vehicle with four wheels; usually propelled by an internal combustion engine')]},\n",
" {'answer': 'auto_maker',\n",
" 'hint': 'synonyms for auto maker',\n",
- " 'clues': [('car maker',\n",
- " 'a business engaged in the manufacture of automobiles'),\n",
- " ('car manufacturer',\n",
+ " 'clues': [('car manufacturer',\n",
" 'a business engaged in the manufacture of automobiles'),\n",
" ('auto manufacturer',\n",
" 'a business engaged in the manufacture of automobiles'),\n",
+ " ('car maker', 'a business engaged in the manufacture of automobiles'),\n",
" ('automaker', 'a business engaged in the manufacture of automobiles')]},\n",
" {'answer': 'autobus',\n",
" 'hint': 'synonyms for autobus',\n",
- " 'clues': [('motorbus',\n",
+ " 'clues': [('bus',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('coach',\n",
+ " ('charabanc',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('motorcoach',\n",
+ " ('passenger vehicle',\n",
+ " 'a vehicle carrying many passengers; used for public transport'),\n",
+ " ('double-decker',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
" ('omnibus',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('charabanc',\n",
+ " ('motorbus',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('bus', 'a vehicle carrying many passengers; used for public transport'),\n",
" ('jitney',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('passenger vehicle',\n",
+ " ('motorcoach',\n",
" 'a vehicle carrying many passengers; used for public transport'),\n",
- " ('double-decker',\n",
+ " ('coach',\n",
" 'a vehicle carrying many passengers; used for public transport')]},\n",
" {'answer': 'automaker',\n",
" 'hint': 'synonyms for automaker',\n",
- " 'clues': [('car maker',\n",
- " 'a business engaged in the manufacture of automobiles'),\n",
- " ('car manufacturer',\n",
+ " 'clues': [('car manufacturer',\n",
" 'a business engaged in the manufacture of automobiles'),\n",
+ " ('auto maker', 'a business engaged in the manufacture of automobiles'),\n",
" ('auto manufacturer',\n",
" 'a business engaged in the manufacture of automobiles'),\n",
- " ('auto maker', 'a business engaged in the manufacture of automobiles')]},\n",
+ " ('car maker', 'a business engaged in the manufacture of automobiles')]},\n",
" {'answer': 'automated_teller',\n",
" 'hint': 'synonyms for automated teller',\n",
- " 'clues': [('automated teller machine',\n",
+ " 'clues': [('cash machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('automatic teller',\n",
+ " ('automated teller machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
" ('cash dispenser',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('cash machine',\n",
+ " ('automatic teller',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used')]},\n",
" {'answer': 'automated_teller_machine',\n",
" 'hint': 'synonyms for automated teller machine',\n",
- " 'clues': [('automatic teller',\n",
- " 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('cash dispenser',\n",
+ " 'clues': [('cash machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
" ('automatic teller machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('cash machine',\n",
+ " ('cash dispenser',\n",
+ " 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
+ " ('automatic teller',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used')]},\n",
" {'answer': 'automatic_teller',\n",
" 'hint': 'synonyms for automatic teller',\n",
- " 'clues': [('automated teller machine',\n",
+ " 'clues': [('cash machine',\n",
+ " 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
+ " ('automated teller machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
" ('cash dispenser',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
" ('automated teller',\n",
- " 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('cash machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used')]},\n",
" {'answer': 'automatic_teller_machine',\n",
" 'hint': 'synonyms for automatic teller machine',\n",
- " 'clues': [('automated teller machine',\n",
+ " 'clues': [('cash machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('automatic teller',\n",
+ " ('automated teller machine',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
" ('cash dispenser',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used'),\n",
- " ('cash machine',\n",
+ " ('automatic teller',\n",
" 'an unattended machine (outside some banks) that dispenses money when a personal coded card is used')]},\n",
" {'answer': 'automobile',\n",
" 'hint': 'synonyms for automobile',\n",
- " 'clues': [('machine',\n",
+ " 'clues': [('motorcar',\n",
" 'a motor vehicle with four wheels; usually propelled by an internal combustion engine'),\n",
" ('auto',\n",
" 'a motor vehicle with four wheels; usually propelled by an internal combustion engine'),\n",
" ('car',\n",
" 'a motor vehicle with four wheels; usually propelled by an internal combustion engine'),\n",
- " ('motorcar',\n",
+ " ('machine',\n",
" 'a motor vehicle with four wheels; usually propelled by an internal combustion engine')]},\n",
" {'answer': 'automobile_horn',\n",
" 'hint': 'synonyms for automobile horn',\n",
- " 'clues': [('motor horn',\n",
+ " 'clues': [('car horn',\n",
" 'a device on an automobile for making a warning noise'),\n",
" ('horn', 'a device on an automobile for making a warning noise'),\n",
- " ('car horn', 'a device on an automobile for making a warning noise'),\n",
- " ('hooter', 'a device on an automobile for making a warning noise')]},\n",
+ " ('hooter', 'a device on an automobile for making a warning noise'),\n",
+ " ('motor horn', 'a device on an automobile for making a warning noise')]},\n",
" {'answer': 'avarice',\n",
" 'hint': 'synonyms for avarice',\n",
- " 'clues': [('covetousness',\n",
+ " 'clues': [('greed',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)'),\n",
- " ('cupidity', 'extreme greed for material wealth'),\n",
- " ('avaritia',\n",
+ " ('rapacity',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)'),\n",
- " ('greed',\n",
+ " ('covetousness',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)'),\n",
- " ('rapacity',\n",
+ " ('cupidity', 'extreme greed for material wealth'),\n",
+ " ('avaritia',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)'),\n",
" ('avariciousness', 'extreme greed for material wealth')]},\n",
" {'answer': 'avaritia',\n",
" 'hint': 'synonyms for avaritia',\n",
- " 'clues': [('avarice',\n",
+ " 'clues': [('greed',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)'),\n",
- " ('covetousness',\n",
+ " ('rapacity',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)'),\n",
- " ('greed',\n",
+ " ('avarice',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)'),\n",
- " ('rapacity',\n",
+ " ('covetousness',\n",
" 'reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)')]},\n",
" {'answer': 'aviation',\n",
" 'hint': 'synonyms for aviation',\n",
- " 'clues': [('air power',\n",
- " \"the aggregation of a country's military aircraft\"),\n",
+ " 'clues': [('air travel', 'travel via aircraft'),\n",
" ('air', 'travel via aircraft'),\n",
- " ('air travel', 'travel via aircraft'),\n",
- " ('airmanship', 'the art of operating aircraft')]},\n",
+ " ('airmanship', 'the art of operating aircraft'),\n",
+ " ('air power', \"the aggregation of a country's military aircraft\")]},\n",
" {'answer': 'avocation',\n",
" 'hint': 'synonyms for avocation',\n",
- " 'clues': [('hobby', 'an auxiliary activity'),\n",
+ " 'clues': [('pursuit', 'an auxiliary activity'),\n",
+ " ('sideline', 'an auxiliary activity'),\n",
" ('spare-time activity', 'an auxiliary activity'),\n",
" ('by-line', 'an auxiliary activity'),\n",
- " ('pursuit', 'an auxiliary activity'),\n",
- " ('sideline', 'an auxiliary activity')]},\n",
+ " ('hobby', 'an auxiliary activity')]},\n",
" {'answer': 'avoirdupois',\n",
" 'hint': 'synonyms for avoirdupois',\n",
- " 'clues': [('avoirdupois weight',\n",
+ " 'clues': [('fatness', 'excess bodily weight'),\n",
+ " ('avoirdupois weight',\n",
" 'a system of weights based on the 16-ounce pound (or 7,000 grains)'),\n",
" ('blubber', 'excess bodily weight'),\n",
- " ('fatness', 'excess bodily weight'),\n",
" ('fat', 'excess bodily weight')]},\n",
" {'answer': 'award',\n",
" 'hint': 'synonyms for award',\n",
- " 'clues': [('awarding', 'a grant made by a law court'),\n",
+ " 'clues': [('laurels',\n",
+ " 'a tangible symbol signifying approval or distinction'),\n",
+ " ('honor', 'a tangible symbol signifying approval or distinction'),\n",
" ('accolade', 'a tangible symbol signifying approval or distinction'),\n",
+ " ('awarding', 'a grant made by a law court'),\n",
" ('prize',\n",
- " 'something given for victory or superiority in a contest or competition or for winning a lottery'),\n",
- " ('honor', 'a tangible symbol signifying approval or distinction'),\n",
- " ('laurels', 'a tangible symbol signifying approval or distinction')]},\n",
+ " 'something given for victory or superiority in a contest or competition or for winning a lottery')]},\n",
" {'answer': 'awareness',\n",
" 'hint': 'synonyms for awareness',\n",
- " 'clues': [('consciousness', 'having knowledge of'),\n",
+ " 'clues': [('knowingness', 'having knowledge of'),\n",
+ " ('consciousness', 'having knowledge of'),\n",
" ('sentience', 'state of elementary or undifferentiated consciousness'),\n",
- " ('cognizance', 'having knowledge of'),\n",
- " ('knowingness', 'having knowledge of')]},\n",
+ " ('cognisance', 'having knowledge of')]},\n",
" {'answer': 'awkwardness',\n",
" 'hint': 'synonyms for awkwardness',\n",
- " 'clues': [('nuisance value', 'the quality of an embarrassing situation'),\n",
- " ('clumsiness', 'unskillfulness resulting from a lack of training'),\n",
- " ('maladroitness', 'unskillfulness resulting from a lack of training'),\n",
+ " 'clues': [('maladroitness',\n",
+ " 'unskillfulness resulting from a lack of training'),\n",
+ " ('ineptness', 'unskillfulness resulting from a lack of training'),\n",
+ " ('ineptitude', 'unskillfulness resulting from a lack of training'),\n",
+ " ('clumsiness',\n",
+ " 'the inelegance of someone stiff and unrelaxed (as by embarrassment)'),\n",
" ('unwieldiness',\n",
" 'trouble in carrying or managing caused by bulk or shape'),\n",
" ('cumbersomeness',\n",
" 'trouble in carrying or managing caused by bulk or shape'),\n",
- " ('ineptness', 'unskillfulness resulting from a lack of training'),\n",
- " ('gracelessness',\n",
- " 'the inelegance of someone stiff and unrelaxed (as by embarrassment)'),\n",
" ('slowness', 'unskillfulness resulting from a lack of training'),\n",
- " ('ineptitude', 'unskillfulness resulting from a lack of training'),\n",
" ('stiffness',\n",
+ " 'the inelegance of someone stiff and unrelaxed (as by embarrassment)'),\n",
+ " ('nuisance value', 'the quality of an embarrassing situation'),\n",
+ " ('gracelessness',\n",
" 'the inelegance of someone stiff and unrelaxed (as by embarrassment)')]},\n",
" {'answer': 'b',\n",
" 'hint': 'synonyms for b',\n",
- " 'clues': [('barn',\n",
- " '(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter'),\n",
- " ('vitamin B',\n",
- " 'originally thought to be a single vitamin but now separated into several B vitamins'),\n",
- " ('vitamin B complex',\n",
+ " 'clues': [('vitamin B',\n",
" 'originally thought to be a single vitamin but now separated into several B vitamins'),\n",
" ('atomic number 5',\n",
" 'a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder'),\n",
+ " ('barn',\n",
+ " '(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter'),\n",
+ " ('vitamin B complex',\n",
+ " 'originally thought to be a single vitamin but now separated into several B vitamins'),\n",
" ('boron',\n",
" 'a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder')]},\n",
" {'answer': 'baby_buggy',\n",
" 'hint': 'synonyms for baby buggy',\n",
- " 'clues': [('go-cart',\n",
+ " 'clues': [('pram',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('pusher',\n",
- " 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('stroller',\n",
+ " ('carriage',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('perambulator',\n",
+ " ('go-cart',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('pram',\n",
+ " ('stroller',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
" ('pushchair',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('carriage',\n",
+ " ('pusher',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
" ('baby carriage',\n",
+ " 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
+ " ('perambulator',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around')]},\n",
" {'answer': 'baby_carriage',\n",
" 'hint': 'synonyms for baby carriage',\n",
- " 'clues': [('go-cart',\n",
+ " 'clues': [('pram',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('pusher',\n",
+ " ('carriage',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('stroller',\n",
+ " ('go-cart',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('pram',\n",
+ " ('stroller',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('perambulator',\n",
+ " ('pushchair',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
" ('baby buggy',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('pushchair',\n",
+ " ('pusher',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around'),\n",
- " ('carriage',\n",
+ " ('perambulator',\n",
" 'a small vehicle with four wheels in which a baby or child is pushed around')]},\n",
" {'answer': 'bacchanalia',\n",
" 'hint': 'synonyms for bacchanalia',\n",
- " 'clues': [('saturnalia',\n",
+ " 'clues': [('debauch',\n",
+ " 'a wild gathering involving excessive drinking and promiscuity'),\n",
+ " ('saturnalia',\n",
" 'a wild gathering involving excessive drinking and promiscuity'),\n",
" ('drunken revelry',\n",
" 'a wild gathering involving excessive drinking and promiscuity'),\n",
+ " ('orgy', 'a wild gathering involving excessive drinking and promiscuity'),\n",
" ('riot', 'a wild gathering involving excessive drinking and promiscuity'),\n",
- " ('debauch',\n",
- " 'a wild gathering involving excessive drinking and promiscuity'),\n",
" ('bacchanal',\n",
" 'a wild gathering involving excessive drinking and promiscuity'),\n",
" ('debauchery',\n",
- " 'a wild gathering involving excessive drinking and promiscuity'),\n",
- " ('orgy',\n",
" 'a wild gathering involving excessive drinking and promiscuity')]},\n",
" {'answer': 'back_breaker',\n",
" 'hint': 'synonyms for back breaker',\n",
- " 'clues': [('battery-acid', 'street name for lysergic acid diethylamide'),\n",
- " ('dose', 'street name for lysergic acid diethylamide'),\n",
+ " 'clues': [('loony toons', 'street name for lysergic acid diethylamide'),\n",
" ('pane', 'street name for lysergic acid diethylamide'),\n",
- " ('acid', 'street name for lysergic acid diethylamide'),\n",
- " ('superman', 'street name for lysergic acid diethylamide'),\n",
- " ('window pane', 'street name for lysergic acid diethylamide'),\n",
+ " ('battery-acid', 'street name for lysergic acid diethylamide'),\n",
+ " ('dose', 'street name for lysergic acid diethylamide'),\n",
" ('dot', 'street name for lysergic acid diethylamide'),\n",
- " ('loony toons', 'street name for lysergic acid diethylamide')]},\n",
+ " ('window pane', 'street name for lysergic acid diethylamide'),\n",
+ " ('acid', 'street name for lysergic acid diethylamide'),\n",
+ " ('superman', 'street name for lysergic acid diethylamide')]},\n",
" {'answer': 'back_pack',\n",
" 'hint': 'synonyms for back pack',\n",
- " 'clues': [('packsack',\n",
+ " 'clues': [('backpack',\n",
" 'a bag carried by a strap on your back or shoulder'),\n",
- " ('backpack', 'a bag carried by a strap on your back or shoulder'),\n",
- " ('haversack', 'a bag carried by a strap on your back or shoulder'),\n",
+ " ('packsack', 'a bag carried by a strap on your back or shoulder'),\n",
" ('rucksack', 'a bag carried by a strap on your back or shoulder'),\n",
+ " ('haversack', 'a bag carried by a strap on your back or shoulder'),\n",
" ('knapsack', 'a bag carried by a strap on your back or shoulder')]},\n",
" {'answer': 'back_talk',\n",
" 'hint': 'synonyms for back talk',\n",
- " 'clues': [('sassing', 'an impudent or insolent rejoinder'),\n",
- " ('mouth', 'an impudent or insolent rejoinder'),\n",
- " ('lip', 'an impudent or insolent rejoinder'),\n",
- " ('backtalk', 'an impudent or insolent rejoinder')]},\n",
+ " 'clues': [('lip', 'an impudent or insolent rejoinder'),\n",
+ " ('sass', 'an impudent or insolent rejoinder'),\n",
+ " ('backtalk', 'an impudent or insolent rejoinder'),\n",
+ " ('mouth', 'an impudent or insolent rejoinder')]},\n",
" {'answer': 'backbone',\n",
" 'hint': 'synonyms for backbone',\n",
" 'clues': [('gumption', 'fortitude and determination'),\n",
" ('anchor', 'a central cohesive source of support and stability'),\n",
- " ('guts', 'fortitude and determination'),\n",
- " ('lynchpin', 'a central cohesive source of support and stability'),\n",
" ('keystone', 'a central cohesive source of support and stability'),\n",
+ " ('mainstay', 'a central cohesive source of support and stability'),\n",
+ " ('linchpin', 'a central cohesive source of support and stability'),\n",
" ('grit', 'fortitude and determination'),\n",
" ('sand', 'fortitude and determination'),\n",
- " ('moxie', 'fortitude and determination'),\n",
- " ('mainstay', 'a central cohesive source of support and stability'),\n",
" ('spine',\n",
- " \"the part of a book's cover that encloses the inner side of the book's pages and that faces outward when the book is shelved\")]},\n",
+ " \"the part of a book's cover that encloses the inner side of the book's pages and that faces outward when the book is shelved\"),\n",
+ " ('moxie', 'fortitude and determination'),\n",
+ " ('guts', 'fortitude and determination')]},\n",
" {'answer': 'background',\n",
" 'hint': 'synonyms for background',\n",
- " 'clues': [('desktop',\n",
+ " 'clues': [('background signal',\n",
+ " 'extraneous signals that can be confused with the phenomenon to be observed or measured'),\n",
+ " ('desktop',\n",
" '(computer science) the area of the screen in graphical user interfaces against which icons and windows appear'),\n",
" ('screen background',\n",
" '(computer science) the area of the screen in graphical user interfaces against which icons and windows appear'),\n",
- " ('backdrop', 'scenery hung at back of stage'),\n",
- " ('background knowledge',\n",
- " 'information that is essential to understanding a situation or problem'),\n",
- " ('background signal',\n",
- " 'extraneous signals that can be confused with the phenomenon to be observed or measured'),\n",
+ " ('backcloth', 'scenery hung at back of stage'),\n",
" ('ground',\n",
" 'the part of a scene (or picture) that lies behind objects in the foreground'),\n",
- " ('backcloth', 'scenery hung at back of stage')]},\n",
+ " ('backdrop', 'scenery hung at back of stage'),\n",
+ " ('background knowledge',\n",
+ " 'information that is essential to understanding a situation or problem')]},\n",
" {'answer': 'backing',\n",
" 'hint': 'synonyms for backing',\n",
- " 'clues': [('financial support',\n",
+ " 'clues': [('support',\n",
" 'financial resources provided to make some project possible'),\n",
" ('patronage', 'the act of providing approval and support'),\n",
- " ('support', 'financial resources provided to make some project possible'),\n",
" ('mount', 'something forming a back that is added for strengthening'),\n",
- " ('funding', 'financial resources provided to make some project possible'),\n",
" ('financial backing',\n",
" 'financial resources provided to make some project possible'),\n",
" ('championship', 'the act of providing approval and support'),\n",
+ " ('financial support',\n",
+ " 'financial resources provided to make some project possible'),\n",
+ " ('funding', 'financial resources provided to make some project possible'),\n",
" ('backup', 'the act of providing approval and support')]},\n",
" {'answer': 'backpack',\n",
" 'hint': 'synonyms for backpack',\n",
" 'clues': [('packsack',\n",
" 'a bag carried by a strap on your back or shoulder'),\n",
- " ('haversack', 'a bag carried by a strap on your back or shoulder'),\n",
- " ('rucksack', 'a bag carried by a strap on your back or shoulder'),\n",
" ('back pack', 'a bag carried by a strap on your back or shoulder'),\n",
+ " ('rucksack', 'a bag carried by a strap on your back or shoulder'),\n",
+ " ('haversack', 'a bag carried by a strap on your back or shoulder'),\n",
" ('knapsack', 'a bag carried by a strap on your back or shoulder')]},\n",
" {'answer': 'backsheesh',\n",
" 'hint': 'synonyms for backsheesh',\n",
- " 'clues': [('gratuity',\n",
+ " 'clues': [('tip',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('tip',\n",
+ " ('baksheesh',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('bakshish',\n",
+ " ('bakshis',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
" ('pourboire',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('baksheesh',\n",
+ " ('gratuity',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)')]},\n",
" {'answer': 'backsliding',\n",
" 'hint': 'synonyms for backsliding',\n",
- " 'clues': [('lapsing', 'a failure to maintain a higher state'),\n",
- " ('lapse', 'a failure to maintain a higher state'),\n",
- " ('reverting', 'a failure to maintain a higher state'),\n",
+ " 'clues': [('lapse', 'a failure to maintain a higher state'),\n",
+ " ('relapse', 'a failure to maintain a higher state'),\n",
+ " ('lapsing', 'a failure to maintain a higher state'),\n",
" ('reversion', 'a failure to maintain a higher state'),\n",
- " ('relapse', 'a failure to maintain a higher state')]},\n",
+ " ('reverting', 'a failure to maintain a higher state')]},\n",
" {'answer': 'backtalk',\n",
" 'hint': 'synonyms for backtalk',\n",
- " 'clues': [('sassing', 'an impudent or insolent rejoinder'),\n",
- " ('mouth', 'an impudent or insolent rejoinder'),\n",
- " ('lip', 'an impudent or insolent rejoinder'),\n",
- " ('back talk', 'an impudent or insolent rejoinder')]},\n",
+ " 'clues': [('lip', 'an impudent or insolent rejoinder'),\n",
+ " ('sass', 'an impudent or insolent rejoinder'),\n",
+ " ('back talk', 'an impudent or insolent rejoinder'),\n",
+ " ('mouth', 'an impudent or insolent rejoinder')]},\n",
" {'answer': 'backup',\n",
" 'hint': 'synonyms for backup',\n",
- " 'clues': [('support',\n",
- " 'a musical part (vocal or instrumental) that supports or provides background for other musical parts'),\n",
+ " 'clues': [('championship', 'the act of providing approval and support'),\n",
+ " ('patronage', 'the act of providing approval and support'),\n",
" ('computer backup',\n",
" '(computer science) a copy of a file or directory on a separate storage device'),\n",
- " ('accompaniment',\n",
+ " ('support',\n",
" 'a musical part (vocal or instrumental) that supports or provides background for other musical parts'),\n",
- " ('patronage', 'the act of providing approval and support'),\n",
- " ('championship', 'the act of providing approval and support'),\n",
" ('musical accompaniment',\n",
" 'a musical part (vocal or instrumental) that supports or provides background for other musical parts'),\n",
- " ('backing', 'the act of providing approval and support')]},\n",
+ " ('backing', 'the act of providing approval and support'),\n",
+ " ('accompaniment',\n",
+ " 'a musical part (vocal or instrumental) that supports or provides background for other musical parts')]},\n",
" {'answer': 'backwardness',\n",
" 'hint': 'synonyms for backwardness',\n",
- " 'clues': [('mental retardation',\n",
+ " 'clues': [('retardation',\n",
" 'lack of normal development of intellectual capacities'),\n",
- " ('subnormality', 'lack of normal development of intellectual capacities'),\n",
" ('slowness', 'lack of normal development of intellectual capacities'),\n",
- " ('retardation',\n",
+ " ('subnormality', 'lack of normal development of intellectual capacities'),\n",
+ " ('mental retardation',\n",
" 'lack of normal development of intellectual capacities')]},\n",
" {'answer': 'backwash',\n",
" 'hint': 'synonyms for backwash',\n",
- " 'clues': [('race',\n",
- " 'the flow of air that is driven backwards by an aircraft propeller'),\n",
- " ('wash',\n",
+ " 'clues': [('wake',\n",
+ " 'the wave that spreads behind a boat as it moves forward'),\n",
+ " ('aftermath',\n",
+ " 'the consequences of an event (especially a catastrophic event)'),\n",
+ " ('airstream',\n",
" 'the flow of air that is driven backwards by an aircraft propeller'),\n",
" ('slipstream',\n",
" 'the flow of air that is driven backwards by an aircraft propeller'),\n",
- " ('airstream',\n",
+ " ('wash',\n",
" 'the flow of air that is driven backwards by an aircraft propeller'),\n",
- " ('aftermath',\n",
- " 'the consequences of an event (especially a catastrophic event)'),\n",
- " ('wake',\n",
- " 'the consequences of an event (especially a catastrophic event)')]},\n",
+ " ('race',\n",
+ " 'the flow of air that is driven backwards by an aircraft propeller')]},\n",
" {'answer': 'badness',\n",
" 'hint': 'synonyms for badness',\n",
- " 'clues': [('bad',\n",
- " 'that which is below standard or expectations as of ethics or decency'),\n",
+ " 'clues': [('severity',\n",
+ " 'used of the degree of something undesirable e.g. pain or weather'),\n",
" ('mischievousness', 'an attribute of mischievous children'),\n",
" ('naughtiness', 'an attribute of mischievous children'),\n",
" ('severeness',\n",
" 'used of the degree of something undesirable e.g. pain or weather'),\n",
- " ('severity',\n",
- " 'used of the degree of something undesirable e.g. pain or weather')]},\n",
+ " ('bad',\n",
+ " 'that which is below standard or expectations as of ethics or decency')]},\n",
" {'answer': 'bafflement',\n",
" 'hint': 'synonyms for bafflement',\n",
- " 'clues': [('befuddlement',\n",
+ " 'clues': [('obfuscation',\n",
" 'confusion resulting from failure to understand'),\n",
- " ('bewilderment', 'confusion resulting from failure to understand'),\n",
" ('bemusement', 'confusion resulting from failure to understand'),\n",
+ " ('bewilderment', 'confusion resulting from failure to understand'),\n",
" ('mystification', 'confusion resulting from failure to understand'),\n",
- " ('obfuscation', 'confusion resulting from failure to understand'),\n",
- " ('puzzlement', 'confusion resulting from failure to understand')]},\n",
+ " ('puzzlement', 'confusion resulting from failure to understand'),\n",
+ " ('befuddlement', 'confusion resulting from failure to understand')]},\n",
" {'answer': 'bag',\n",
" 'hint': 'synonyms for bag',\n",
- " 'clues': [('grip',\n",
+ " 'clues': [('traveling bag',\n",
" 'a portable rectangular container for carrying clothes'),\n",
- " ('cup of tea', 'an activity that you like or at which you are superior'),\n",
+ " ('pocketbook',\n",
+ " 'a container used for carrying money and small personal items or accessories (especially by women)'),\n",
+ " ('dish', 'an activity that you like or at which you are superior'),\n",
" ('purse',\n",
" 'a container used for carrying money and small personal items or accessories (especially by women)'),\n",
" ('base', 'a place that the runner must touch before scoring'),\n",
+ " ('cup of tea', 'an activity that you like or at which you are superior'),\n",
" ('handbag',\n",
" 'a container used for carrying money and small personal items or accessories (especially by women)'),\n",
- " ('suitcase', 'a portable rectangular container for carrying clothes'),\n",
- " ('dish', 'an activity that you like or at which you are superior'),\n",
- " ('traveling bag',\n",
- " 'a portable rectangular container for carrying clothes'),\n",
" ('bagful', 'the quantity that a bag will hold'),\n",
- " ('pocketbook',\n",
- " 'a container used for carrying money and small personal items or accessories (especially by women)')]},\n",
+ " ('suitcase', 'a portable rectangular container for carrying clothes'),\n",
+ " ('grip', 'a portable rectangular container for carrying clothes')]},\n",
" {'answer': 'bagatelle',\n",
" 'hint': 'synonyms for bagatelle',\n",
- " 'clues': [('bar billiards',\n",
- " 'a table game in which short cues are used to knock balls into holes that are guarded by wooden pegs; penalties are incurred if the pegs are knocked over'),\n",
+ " 'clues': [('frippery', 'something of little value or significance'),\n",
" ('fluff', 'something of little value or significance'),\n",
- " ('frippery', 'something of little value or significance'),\n",
- " ('frivolity', 'something of little value or significance')]},\n",
+ " ('frivolity', 'something of little value or significance'),\n",
+ " ('bar billiards',\n",
+ " 'a table game in which short cues are used to knock balls into holes that are guarded by wooden pegs; penalties are incurred if the pegs are knocked over')]},\n",
" {'answer': 'bagnio',\n",
" 'hint': 'synonyms for bagnio',\n",
- " 'clues': [('house of ill repute',\n",
- " 'a building where prostitutes are available'),\n",
- " ('bawdyhouse', 'a building where prostitutes are available'),\n",
- " ('bordello', 'a building where prostitutes are available'),\n",
- " ('cathouse', 'a building where prostitutes are available'),\n",
- " ('bathhouse', 'a building containing public baths'),\n",
+ " 'clues': [('bathhouse', 'a building containing public baths'),\n",
" ('house of prostitution', 'a building where prostitutes are available'),\n",
- " ('brothel', 'a building where prostitutes are available'),\n",
+ " ('sporting house', 'a building where prostitutes are available'),\n",
" ('whorehouse', 'a building where prostitutes are available'),\n",
- " ('sporting house', 'a building where prostitutes are available')]},\n",
+ " ('bawdyhouse', 'a building where prostitutes are available'),\n",
+ " ('house of ill repute', 'a building where prostitutes are available'),\n",
+ " ('cathouse', 'a building where prostitutes are available'),\n",
+ " ('bordello', 'a building where prostitutes are available'),\n",
+ " ('brothel', 'a building where prostitutes are available')]},\n",
" {'answer': 'bailiwick',\n",
" 'hint': 'synonyms for bailiwick',\n",
" 'clues': [('field of study', 'a branch of knowledge'),\n",
- " ('subject field', 'a branch of knowledge'),\n",
- " ('discipline', 'a branch of knowledge'),\n",
+ " ('subject area', 'a branch of knowledge'),\n",
" ('field', 'a branch of knowledge'),\n",
" ('study', 'a branch of knowledge'),\n",
- " ('subject area', 'a branch of knowledge'),\n",
- " ('subject', 'a branch of knowledge')]},\n",
+ " ('subject', 'a branch of knowledge'),\n",
+ " ('subject field', 'a branch of knowledge'),\n",
+ " ('discipline', 'a branch of knowledge')]},\n",
" {'answer': 'bait',\n",
" 'hint': 'synonyms for bait',\n",
- " 'clues': [('lure',\n",
- " 'something used to lure fish or other animals into danger so they can be trapped or killed'),\n",
- " ('hook', 'anything that serves as an enticement'),\n",
- " ('come-on', 'anything that serves as an enticement'),\n",
+ " 'clues': [('hook', 'anything that serves as an enticement'),\n",
" ('decoy',\n",
" 'something used to lure fish or other animals into danger so they can be trapped or killed'),\n",
- " ('sweetener', 'anything that serves as an enticement')]},\n",
+ " ('sweetener', 'anything that serves as an enticement'),\n",
+ " ('lure',\n",
+ " 'something used to lure fish or other animals into danger so they can be trapped or killed'),\n",
+ " ('come-on', 'anything that serves as an enticement')]},\n",
" {'answer': 'baking_soda',\n",
" 'hint': 'synonyms for baking soda',\n",
- " 'clues': [('saleratus',\n",
- " 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
- " ('bicarbonate of soda',\n",
+ " 'clues': [('bicarbonate of soda',\n",
" 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
" ('sodium bicarbonate',\n",
" 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
" ('sodium hydrogen carbonate',\n",
+ " 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
+ " ('saleratus',\n",
" 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid')]},\n",
" {'answer': 'baksheesh',\n",
" 'hint': 'synonyms for baksheesh',\n",
- " 'clues': [('gratuity',\n",
+ " 'clues': [('tip',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('tip',\n",
- " 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('bakshish',\n",
+ " ('pourboire',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
" ('backsheesh',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('pourboire',\n",
+ " ('bakshis',\n",
+ " 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
+ " ('gratuity',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)')]},\n",
" {'answer': 'bakshis',\n",
" 'hint': 'synonyms for bakshis',\n",
- " 'clues': [('gratuity',\n",
+ " 'clues': [('tip',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('tip',\n",
+ " ('baksheesh',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('bakshish',\n",
+ " ('pourboire',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('backsheesh',\n",
+ " ('gratuity',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('pourboire',\n",
+ " ('bakshish',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)')]},\n",
" {'answer': 'bakshish',\n",
" 'hint': 'synonyms for bakshish',\n",
- " 'clues': [('gratuity',\n",
+ " 'clues': [('tip',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('tip',\n",
+ " ('baksheesh',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
" ('bakshis',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
- " ('backsheesh',\n",
- " 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
" ('pourboire',\n",
+ " 'a relatively small amount of money given for services rendered (as by a waiter)'),\n",
+ " ('gratuity',\n",
" 'a relatively small amount of money given for services rendered (as by a waiter)')]},\n",
" {'answer': 'balance',\n",
" 'hint': 'synonyms for balance',\n",
- " 'clues': [('symmetry',\n",
+ " 'clues': [('residuum',\n",
+ " 'something left after other parts have been taken away'),\n",
+ " ('counterpoise', 'a weight that balances another weight'),\n",
+ " ('symmetricalness',\n",
" '(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane'),\n",
" ('equilibrium', 'equality of distribution'),\n",
- " ('remainder', 'something left after other parts have been taken away'),\n",
- " ('counterbalance', 'equality of distribution'),\n",
- " ('correspondence',\n",
- " '(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane'),\n",
- " ('counterweight', 'a weight that balances another weight'),\n",
- " ('balance wheel',\n",
- " 'a wheel that regulates the rate of movement in a machine; especially a wheel oscillating against the hairspring of a timepiece to regulate its beat'),\n",
- " ('residue', 'something left after other parts have been taken away'),\n",
- " ('equalizer', 'a weight that balances another weight'),\n",
- " ('symmetricalness',\n",
+ " ('rest', 'something left after other parts have been taken away'),\n",
+ " ('symmetry',\n",
" '(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane'),\n",
- " ('residual', 'something left after other parts have been taken away'),\n",
- " ('proportionality',\n",
- " 'harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin'),\n",
" ('proportion',\n",
" 'harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin'),\n",
- " ('rest', 'something left after other parts have been taken away'),\n",
+ " ('proportionality',\n",
+ " 'harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin'),\n",
+ " ('equaliser', 'a weight that balances another weight'),\n",
+ " ('remainder', 'something left after other parts have been taken away'),\n",
+ " ('counterweight', 'a weight that balances another weight'),\n",
+ " ('residue', 'something left after other parts have been taken away'),\n",
" ('equipoise', 'equality of distribution'),\n",
- " ('counterpoise', 'a weight that balances another weight'),\n",
- " ('residuum', 'something left after other parts have been taken away')]},\n",
+ " ('residual', 'something left after other parts have been taken away'),\n",
+ " ('balance wheel',\n",
+ " 'a wheel that regulates the rate of movement in a machine; especially a wheel oscillating against the hairspring of a timepiece to regulate its beat'),\n",
+ " ('counterbalance', 'a weight that balances another weight'),\n",
+ " ('correspondence',\n",
+ " '(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane')]},\n",
" {'answer': 'balk',\n",
" 'hint': 'synonyms for balk',\n",
- " 'clues': [('rafter',\n",
- " 'one of several parallel sloping beams that support a roof'),\n",
- " ('baulk', 'the area on a billiard table behind the balkline'),\n",
- " ('impediment',\n",
+ " 'clues': [('impediment',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
- " ('handicap',\n",
+ " ('baulk', 'the area on a billiard table behind the balkline'),\n",
+ " ('check',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
" ('hindrance',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
- " ('check',\n",
+ " ('rafter', 'one of several parallel sloping beams that support a roof'),\n",
+ " ('handicap',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
" ('deterrent',\n",
" 'something immaterial that interferes with or delays action or progress')]},\n",
" {'answer': 'ball',\n",
" 'hint': 'synonyms for ball',\n",
- " 'clues': [('glob', 'a compact mass'),\n",
- " ('lump', 'a compact mass'),\n",
- " ('chunk', 'a compact mass'),\n",
- " ('orb', 'an object with a spherical shape'),\n",
+ " 'clues': [('clump', 'a compact mass'),\n",
" ('musket ball', 'a solid projectile that is shot by a musket'),\n",
+ " ('clod', 'a compact mass'),\n",
" ('formal', 'a lavish dance requiring formal attire'),\n",
- " ('clod', 'a compact mass')]},\n",
+ " ('chunk', 'a compact mass'),\n",
+ " ('glob', 'a compact mass'),\n",
+ " ('orb', 'an object with a spherical shape')]},\n",
" {'answer': 'ballista',\n",
" 'hint': 'synonyms for ballista',\n",
- " 'clues': [('trebucket',\n",
+ " 'clues': [('mangonel',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('mangonel',\n",
+ " ('trebucket',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('catapult',\n",
+ " ('arbalist',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('arbalest',\n",
+ " ('onager',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
" ('bricole',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles'),\n",
- " ('onager',\n",
+ " ('catapult',\n",
" 'an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles')]},\n",
" {'answer': 'balm',\n",
" 'hint': 'synonyms for balm',\n",
" 'clues': [('salve',\n",
" 'semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation'),\n",
- " ('unction',\n",
- " 'semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation'),\n",
" ('unguent',\n",
" 'semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation'),\n",
+ " ('unction',\n",
+ " 'semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation'),\n",
" ('ointment',\n",
" 'semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation')]},\n",
" {'answer': 'baloney',\n",
" 'hint': 'synonyms for baloney',\n",
- " 'clues': [('twaddle', 'pretentious or silly talk or writing'),\n",
- " ('tarradiddle', 'pretentious or silly talk or writing'),\n",
- " ('tommyrot', 'pretentious or silly talk or writing'),\n",
+ " 'clues': [('tarradiddle', 'pretentious or silly talk or writing'),\n",
+ " ('twaddle', 'pretentious or silly talk or writing'),\n",
+ " ('tosh', 'pretentious or silly talk or writing'),\n",
+ " ('bilgewater', 'pretentious or silly talk or writing'),\n",
" ('bosh', 'pretentious or silly talk or writing'),\n",
" ('boloney', 'pretentious or silly talk or writing'),\n",
- " ('bilgewater', 'pretentious or silly talk or writing'),\n",
+ " ('tommyrot', 'pretentious or silly talk or writing'),\n",
" ('humbug', 'pretentious or silly talk or writing'),\n",
- " ('drool', 'pretentious or silly talk or writing'),\n",
- " ('tosh', 'pretentious or silly talk or writing')]},\n",
+ " ('drool', 'pretentious or silly talk or writing')]},\n",
" {'answer': 'balusters',\n",
" 'hint': 'synonyms for balusters',\n",
" 'clues': [('bannister',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
- " ('handrail',\n",
+ " ('balustrade',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
" ('baluster', 'one of a number of closely spaced supports for a railing'),\n",
- " ('balustrade',\n",
+ " ('handrail',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling')]},\n",
" {'answer': 'bam',\n",
" 'hint': 'synonyms for bam',\n",
- " 'clues': [('blast', 'a sudden very loud noise'),\n",
+ " 'clues': [('eruption', 'a sudden very loud noise'),\n",
" ('bang', 'a sudden very loud noise'),\n",
" ('clap', 'a sudden very loud noise'),\n",
- " ('eruption', 'a sudden very loud noise')]},\n",
+ " ('blast', 'a sudden very loud noise')]},\n",
" {'answer': 'ban',\n",
" 'hint': 'synonyms for ban',\n",
- " 'clues': [('proscription', 'a decree that prohibits something'),\n",
+ " 'clues': [('forbidding',\n",
+ " 'an official prohibition or edict against something'),\n",
" ('forbiddance', 'an official prohibition or edict against something'),\n",
+ " ('banning', 'an official prohibition or edict against something'),\n",
" ('prohibition', 'a decree that prohibits something'),\n",
- " ('forbidding', 'an official prohibition or edict against something'),\n",
- " ('banning', 'an official prohibition or edict against something')]},\n",
+ " ('proscription', 'a decree that prohibits something')]},\n",
" {'answer': 'banality',\n",
" 'hint': 'synonyms for banality',\n",
- " 'clues': [('cliche', 'a trite or obvious remark'),\n",
- " ('platitude', 'a trite or obvious remark'),\n",
+ " 'clues': [('bromide', 'a trite or obvious remark'),\n",
" ('commonplace', 'a trite or obvious remark'),\n",
- " ('bromide', 'a trite or obvious remark')]},\n",
+ " ('cliche', 'a trite or obvious remark'),\n",
+ " ('platitude', 'a trite or obvious remark')]},\n",
" {'answer': 'band',\n",
" 'hint': 'synonyms for band',\n",
- " 'clues': [('striation', 'a stripe or stripes of contrasting color'),\n",
- " ('lot', 'an unofficial association of people or groups'),\n",
- " ('circle', 'an unofficial association of people or groups'),\n",
- " ('set', 'an unofficial association of people or groups'),\n",
+ " 'clues': [('banding',\n",
+ " 'an adornment consisting of a strip of a contrasting color or material'),\n",
+ " ('dance band', 'a group of musicians playing popular music for dancing'),\n",
" ('ring',\n",
" 'jewelry consisting of a circlet of precious metal (often set with jewels) worn on the finger'),\n",
- " ('dance band', 'a group of musicians playing popular music for dancing'),\n",
+ " ('set', 'an unofficial association of people or groups'),\n",
+ " ('lot', 'an unofficial association of people or groups'),\n",
+ " ('dance orchestra',\n",
+ " 'a group of musicians playing popular music for dancing'),\n",
" ('stria', 'a stripe or stripes of contrasting color'),\n",
" ('stripe',\n",
" 'an adornment consisting of a strip of a contrasting color or material'),\n",
- " ('dance orchestra',\n",
- " 'a group of musicians playing popular music for dancing'),\n",
- " ('banding',\n",
- " 'an adornment consisting of a strip of a contrasting color or material')]},\n",
+ " ('circle', 'an unofficial association of people or groups'),\n",
+ " ('striation', 'a stripe or stripes of contrasting color')]},\n",
" {'answer': 'bandelet',\n",
" 'hint': 'synonyms for bandelet',\n",
- " 'clues': [('square and rabbet',\n",
- " 'molding in the form of a ring; at top of a column'),\n",
+ " 'clues': [('bandlet', 'molding in the form of a ring; at top of a column'),\n",
" ('annulet', 'molding in the form of a ring; at top of a column'),\n",
- " ('bandelette', 'molding in the form of a ring; at top of a column'),\n",
- " ('bandlet', 'molding in the form of a ring; at top of a column')]},\n",
+ " ('square and rabbet',\n",
+ " 'molding in the form of a ring; at top of a column'),\n",
+ " ('bandelette', 'molding in the form of a ring; at top of a column')]},\n",
" {'answer': 'banding',\n",
" 'hint': 'synonyms for banding',\n",
- " 'clues': [('striation', 'a stripe or stripes of contrasting color'),\n",
- " ('stria', 'a stripe or stripes of contrasting color'),\n",
+ " 'clues': [('stria', 'a stripe or stripes of contrasting color'),\n",
+ " ('band',\n",
+ " 'an adornment consisting of a strip of a contrasting color or material'),\n",
" ('stripe',\n",
" 'an adornment consisting of a strip of a contrasting color or material'),\n",
- " ('band',\n",
- " 'an adornment consisting of a strip of a contrasting color or material')]},\n",
+ " ('striation', 'a stripe or stripes of contrasting color')]},\n",
" {'answer': 'bangle',\n",
" 'hint': 'synonyms for bangle',\n",
- " 'clues': [('bauble', 'cheap showy jewelry or ornament on clothing'),\n",
- " ('bracelet', 'jewelry worn around the wrist for decoration'),\n",
- " ('gaud', 'cheap showy jewelry or ornament on clothing'),\n",
+ " 'clues': [('novelty', 'cheap showy jewelry or ornament on clothing'),\n",
+ " ('bauble', 'cheap showy jewelry or ornament on clothing'),\n",
" ('gewgaw', 'cheap showy jewelry or ornament on clothing'),\n",
- " ('novelty', 'cheap showy jewelry or ornament on clothing'),\n",
+ " ('gaud', 'cheap showy jewelry or ornament on clothing'),\n",
" ('trinket', 'cheap showy jewelry or ornament on clothing'),\n",
- " ('fallal', 'cheap showy jewelry or ornament on clothing')]},\n",
+ " ('fallal', 'cheap showy jewelry or ornament on clothing'),\n",
+ " ('bracelet', 'jewelry worn around the wrist for decoration')]},\n",
" {'answer': 'banister',\n",
" 'hint': 'synonyms for banister',\n",
- " 'clues': [('bannister',\n",
- " 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
- " ('balusters',\n",
+ " 'clues': [('balusters',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
" ('balustrade',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
+ " ('bannister',\n",
+ " 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
" ('handrail',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling')]},\n",
" {'answer': 'bank',\n",
" 'hint': 'synonyms for bank',\n",
- " 'clues': [('money box',\n",
- " 'a container (usually with a slot in the top) for keeping money at home'),\n",
- " ('cant',\n",
+ " 'clues': [('cant',\n",
" 'a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force'),\n",
- " ('depository financial institution',\n",
+ " ('banking concern',\n",
" 'a financial institution that accepts deposits and channels the money into lending activities'),\n",
+ " ('money box',\n",
+ " 'a container (usually with a slot in the top) for keeping money at home'),\n",
" ('coin bank',\n",
" 'a container (usually with a slot in the top) for keeping money at home'),\n",
- " ('banking concern',\n",
- " 'a financial institution that accepts deposits and channels the money into lending activities'),\n",
+ " ('bank building',\n",
+ " 'a building in which the business of banking transacted'),\n",
" ('banking company',\n",
" 'a financial institution that accepts deposits and channels the money into lending activities'),\n",
" ('savings bank',\n",
" 'a container (usually with a slot in the top) for keeping money at home'),\n",
- " ('bank building',\n",
- " 'a building in which the business of banking transacted'),\n",
" ('camber',\n",
- " 'a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force')]},\n",
+ " 'a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force'),\n",
+ " ('depository financial institution',\n",
+ " 'a financial institution that accepts deposits and channels the money into lending activities')]},\n",
" {'answer': 'bank_bill',\n",
" 'hint': 'synonyms for bank bill',\n",
- " 'clues': [('note',\n",
- " 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('bill',\n",
+ " 'clues': [('greenback',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
" ('government note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
@@ -33023,193 +33053,197 @@
" 'a piece of paper money (especially one issued by a central bank)'),\n",
" (\"banker's bill\",\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('greenback',\n",
+ " ('bill',\n",
+ " 'a piece of paper money (especially one issued by a central bank)'),\n",
+ " ('note',\n",
" 'a piece of paper money (especially one issued by a central bank)')]},\n",
" {'answer': 'bank_line',\n",
" 'hint': 'synonyms for bank line',\n",
- " 'clues': [('line', 'the maximum credit that a customer is allowed'),\n",
- " ('personal credit line', 'the maximum credit that a customer is allowed'),\n",
- " ('credit line', 'the maximum credit that a customer is allowed'),\n",
+ " 'clues': [('line of credit',\n",
+ " 'the maximum credit that a customer is allowed'),\n",
" ('personal line of credit',\n",
" 'the maximum credit that a customer is allowed'),\n",
- " ('line of credit', 'the maximum credit that a customer is allowed')]},\n",
+ " ('line', 'the maximum credit that a customer is allowed'),\n",
+ " ('credit line', 'the maximum credit that a customer is allowed'),\n",
+ " ('personal credit line',\n",
+ " 'the maximum credit that a customer is allowed')]},\n",
" {'answer': 'bank_note',\n",
" 'hint': 'synonyms for bank note',\n",
- " 'clues': [('bank bill',\n",
+ " 'clues': [('greenback',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('note',\n",
+ " ('bank bill',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('bill',\n",
+ " ('government note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('greenback',\n",
+ " (\"banker's bill\",\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('banknote',\n",
+ " ('bill',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " (\"banker's bill\",\n",
+ " ('note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('government note',\n",
+ " ('banknote',\n",
" 'a piece of paper money (especially one issued by a central bank)')]},\n",
" {'answer': \"banker's_bill\",\n",
" 'hint': \"synonyms for banker's bill\",\n",
- " 'clues': [('bank bill',\n",
+ " 'clues': [('greenback',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('note',\n",
- " 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('bill',\n",
+ " ('bank bill',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
" ('government note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
" ('bank note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('greenback',\n",
+ " ('bill',\n",
+ " 'a piece of paper money (especially one issued by a central bank)'),\n",
+ " ('note',\n",
" 'a piece of paper money (especially one issued by a central bank)')]},\n",
" {'answer': 'banknote',\n",
" 'hint': 'synonyms for banknote',\n",
- " 'clues': [('bank bill',\n",
+ " 'clues': [('greenback',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('note',\n",
+ " ('bank bill',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('bill',\n",
+ " ('bank note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
" ('government note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('bank note',\n",
- " 'a piece of paper money (especially one issued by a central bank)'),\n",
" (\"banker's bill\",\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('greenback',\n",
+ " ('bill',\n",
+ " 'a piece of paper money (especially one issued by a central bank)'),\n",
+ " ('note',\n",
" 'a piece of paper money (especially one issued by a central bank)')]},\n",
" {'answer': 'banks',\n",
" 'hint': 'synonyms for banks',\n",
- " 'clues': [('bank', 'a long ridge or pile'),\n",
- " ('depository financial institution',\n",
- " 'a financial institution that accepts deposits and channels the money into lending activities'),\n",
- " ('coin bank',\n",
+ " 'clues': [('bank',\n",
" 'a container (usually with a slot in the top) for keeping money at home'),\n",
" ('bank building',\n",
" 'a building in which the business of banking transacted'),\n",
- " ('money box',\n",
+ " ('savings bank',\n",
" 'a container (usually with a slot in the top) for keeping money at home'),\n",
+ " ('depository financial institution',\n",
+ " 'a financial institution that accepts deposits and channels the money into lending activities'),\n",
" ('cant',\n",
" 'a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force'),\n",
" ('banking concern',\n",
" 'a financial institution that accepts deposits and channels the money into lending activities'),\n",
+ " ('money box',\n",
+ " 'a container (usually with a slot in the top) for keeping money at home'),\n",
+ " ('coin bank',\n",
+ " 'a container (usually with a slot in the top) for keeping money at home'),\n",
" ('banking company',\n",
" 'a financial institution that accepts deposits and channels the money into lending activities'),\n",
- " ('savings bank',\n",
- " 'a container (usually with a slot in the top) for keeping money at home'),\n",
" ('camber',\n",
" 'a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force')]},\n",
" {'answer': 'bannister',\n",
" 'hint': 'synonyms for bannister',\n",
- " 'clues': [('handrail',\n",
+ " 'clues': [('banister',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
" ('balusters',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
" ('balustrade',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling'),\n",
- " ('banister',\n",
+ " ('handrail',\n",
" 'a railing at the side of a staircase or balcony to prevent people from falling')]},\n",
" {'answer': 'bar',\n",
" 'hint': 'synonyms for bar',\n",
- " 'clues': [('stripe',\n",
+ " 'clues': [('legal profession',\n",
+ " 'the body of individuals qualified to practice law in a particular jurisdiction'),\n",
+ " ('stripe',\n",
" 'a narrow marking of a different color or texture from the background'),\n",
- " ('taproom',\n",
+ " ('barroom',\n",
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
" ('prevention', 'the act of preventing'),\n",
- " ('saloon',\n",
+ " ('taproom',\n",
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
" ('cake', 'a block of solid substance (such as soap or wax)'),\n",
- " ('ginmill',\n",
- " 'a room or establishment where alcoholic drinks are served over a counter'),\n",
- " ('measure', 'musical notation for a repeating pattern of musical beats'),\n",
- " ('legal profession',\n",
- " 'the body of individuals qualified to practice law in a particular jurisdiction'),\n",
" ('legal community',\n",
" 'the body of individuals qualified to practice law in a particular jurisdiction'),\n",
- " ('barroom',\n",
- " 'a room or establishment where alcoholic drinks are served over a counter'),\n",
+ " ('measure', 'musical notation for a repeating pattern of musical beats'),\n",
" ('streak',\n",
- " 'a narrow marking of a different color or texture from the background')]},\n",
+ " 'a narrow marking of a different color or texture from the background'),\n",
+ " ('saloon',\n",
+ " 'a room or establishment where alcoholic drinks are served over a counter'),\n",
+ " ('ginmill',\n",
+ " 'a room or establishment where alcoholic drinks are served over a counter')]},\n",
" {'answer': 'barb',\n",
" 'hint': 'synonyms for barb',\n",
- " 'clues': [('gibe',\n",
- " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
- " ('shot',\n",
+ " 'clues': [('dig',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
" ('shaft',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
- " ('dig',\n",
- " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
" ('jibe',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
+ " ('gibe',\n",
+ " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
+ " ('shot',\n",
+ " 'an aggressive remark directed at a person like a missile and intended to have a telling effect'),\n",
" ('slam',\n",
" 'an aggressive remark directed at a person like a missile and intended to have a telling effect')]},\n",
" {'answer': 'barbarity',\n",
" 'hint': 'synonyms for barbarity',\n",
- " 'clues': [('atrociousness',\n",
- " 'the quality of being shockingly cruel and inhumane'),\n",
- " ('heinousness', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('brutality', 'a brutal barbarous savage act'),\n",
+ " 'clues': [('barbarism', 'a brutal barbarous savage act'),\n",
" ('barbarousness', 'the quality of being shockingly cruel and inhumane'),\n",
+ " ('atrociousness', 'the quality of being shockingly cruel and inhumane'),\n",
+ " ('heinousness', 'the quality of being shockingly cruel and inhumane'),\n",
" ('atrocity', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('barbarism', 'a brutal barbarous savage act'),\n",
- " ('savagery', 'a brutal barbarous savage act')]},\n",
+ " ('savagery', 'a brutal barbarous savage act'),\n",
+ " ('brutality', 'a brutal barbarous savage act')]},\n",
" {'answer': 'barbarousness',\n",
" 'hint': 'synonyms for barbarousness',\n",
- " 'clues': [('atrocity',\n",
+ " 'clues': [('barbarity',\n",
" 'the quality of being shockingly cruel and inhumane'),\n",
" ('atrociousness', 'the quality of being shockingly cruel and inhumane'),\n",
" ('heinousness', 'the quality of being shockingly cruel and inhumane'),\n",
- " ('barbarity', 'the quality of being shockingly cruel and inhumane')]},\n",
+ " ('atrocity', 'the quality of being shockingly cruel and inhumane')]},\n",
" {'answer': 'barbital',\n",
" 'hint': 'synonyms for barbital',\n",
" 'clues': [('diethylbarbituric acid', 'a barbiturate used as a hypnotic'),\n",
- " ('veronal', 'a barbiturate used as a hypnotic'),\n",
" ('diethylmalonylurea', 'a barbiturate used as a hypnotic'),\n",
+ " ('veronal', 'a barbiturate used as a hypnotic'),\n",
" ('barbitone', 'a barbiturate used as a hypnotic')]},\n",
" {'answer': 'barbitone',\n",
" 'hint': 'synonyms for barbitone',\n",
- " 'clues': [('veronal', 'a barbiturate used as a hypnotic'),\n",
- " ('diethylmalonylurea', 'a barbiturate used as a hypnotic'),\n",
+ " 'clues': [('diethylbarbituric acid', 'a barbiturate used as a hypnotic'),\n",
" ('barbital', 'a barbiturate used as a hypnotic'),\n",
- " ('diethylbarbituric acid', 'a barbiturate used as a hypnotic')]},\n",
+ " ('diethylmalonylurea', 'a barbiturate used as a hypnotic'),\n",
+ " ('veronal', 'a barbiturate used as a hypnotic')]},\n",
" {'answer': 'baring',\n",
" 'hint': 'synonyms for baring',\n",
- " 'clues': [('stripping', 'the removal of covering'),\n",
- " ('husking', 'the removal of covering'),\n",
+ " 'clues': [('husking', 'the removal of covering'),\n",
" ('denudation', 'the removal of covering'),\n",
- " ('uncovering', 'the removal of covering')]},\n",
+ " ('uncovering', 'the removal of covering'),\n",
+ " ('stripping', 'the removal of covering')]},\n",
" {'answer': 'barium_sulphate',\n",
" 'hint': 'synonyms for barium sulphate',\n",
- " 'clues': [('barytes',\n",
- " 'a white or colorless mineral (BaSO4); the main source of barium'),\n",
- " ('barium sulfate',\n",
+ " 'clues': [('barium sulfate',\n",
" 'a white insoluble radiopaque powder used as a pigment'),\n",
+ " ('blanc fixe', 'a white insoluble radiopaque powder used as a pigment'),\n",
" ('barite',\n",
" 'a white or colorless mineral (BaSO4); the main source of barium'),\n",
- " ('blanc fixe', 'a white insoluble radiopaque powder used as a pigment'),\n",
" ('heavy spar',\n",
+ " 'a white or colorless mineral (BaSO4); the main source of barium'),\n",
+ " ('barytes',\n",
" 'a white or colorless mineral (BaSO4); the main source of barium')]},\n",
" {'answer': 'barrage',\n",
" 'hint': 'synonyms for barrage',\n",
- " 'clues': [('barrage fire',\n",
+ " 'clues': [('shelling',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
- " ('onslaught',\n",
- " 'the rapid and continuous delivery of linguistic communication (spoken or written)'),\n",
" ('battery',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
- " ('outpouring',\n",
+ " ('barrage fire',\n",
+ " 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
+ " ('onslaught',\n",
" 'the rapid and continuous delivery of linguistic communication (spoken or written)'),\n",
" ('bombardment',\n",
- " 'the rapid and continuous delivery of linguistic communication (spoken or written)'),\n",
- " ('shelling',\n",
- " 'the heavy fire of artillery to saturate an area rather than hit a specific target')]},\n",
+ " 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
+ " ('outpouring',\n",
+ " 'the rapid and continuous delivery of linguistic communication (spoken or written)')]},\n",
" {'answer': 'barrage_fire',\n",
" 'hint': 'synonyms for barrage fire',\n",
- " 'clues': [('battery',\n",
+ " 'clues': [('shelling',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
- " ('shelling',\n",
+ " ('battery',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
" ('bombardment',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
@@ -33217,31 +33251,32 @@
" 'the heavy fire of artillery to saturate an area rather than hit a specific target')]},\n",
" {'answer': 'barrel',\n",
" 'hint': 'synonyms for barrel',\n",
- " 'clues': [('bbl', 'any of various units of capacity'),\n",
- " ('drum', 'a bulging cylindrical shape; hollow with flat ends'),\n",
+ " 'clues': [('barrelful',\n",
+ " 'the quantity that a barrel (of any size) will hold'),\n",
" ('cask', 'a cylindrical container that holds liquids'),\n",
- " ('barrelful', 'the quantity that a barrel (of any size) will hold'),\n",
" ('gun barrel',\n",
- " 'a tube through which a bullet travels when a gun is fired')]},\n",
+ " 'a tube through which a bullet travels when a gun is fired'),\n",
+ " ('drum', 'a bulging cylindrical shape; hollow with flat ends'),\n",
+ " ('bbl', 'any of various units of capacity')]},\n",
" {'answer': 'barrel_organ',\n",
" 'hint': 'synonyms for barrel organ',\n",
" 'clues': [('hand organ',\n",
" 'a musical instrument that makes music by rotation of a cylinder studded with pegs'),\n",
+ " ('grind organ',\n",
+ " 'a musical instrument that makes music by rotation of a cylinder studded with pegs'),\n",
" ('street organ',\n",
" 'a musical instrument that makes music by rotation of a cylinder studded with pegs'),\n",
" ('hurdy-gurdy',\n",
- " 'a musical instrument that makes music by rotation of a cylinder studded with pegs'),\n",
- " ('grind organ',\n",
" 'a musical instrument that makes music by rotation of a cylinder studded with pegs')]},\n",
" {'answer': 'barrels',\n",
" 'hint': 'synonyms for barrels',\n",
" 'clues': [('barrel',\n",
" 'a tube through which a bullet travels when a gun is fired'),\n",
- " ('barrelful', 'the quantity that a barrel (of any size) will hold'),\n",
- " ('bbl', 'any of various units of capacity'),\n",
" ('gun barrel',\n",
" 'a tube through which a bullet travels when a gun is fired'),\n",
" ('drum', 'a bulging cylindrical shape; hollow with flat ends'),\n",
+ " ('bbl', 'any of various units of capacity'),\n",
+ " ('barrelful', 'the quantity that a barrel (of any size) will hold'),\n",
" ('cask', 'a cylindrical container that holds liquids')]},\n",
" {'answer': 'barroom',\n",
" 'hint': 'synonyms for barroom',\n",
@@ -33249,515 +33284,513 @@
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
" ('taproom',\n",
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
- " ('ginmill',\n",
- " 'a room or establishment where alcoholic drinks are served over a counter'),\n",
" ('saloon',\n",
+ " 'a room or establishment where alcoholic drinks are served over a counter'),\n",
+ " ('ginmill',\n",
" 'a room or establishment where alcoholic drinks are served over a counter')]},\n",
" {'answer': 'barrow',\n",
" 'hint': 'synonyms for barrow',\n",
- " 'clues': [('grave mound',\n",
- " '(archeology) a heap of earth placed over prehistoric tombs'),\n",
- " ('burial mound',\n",
+ " 'clues': [('tumulus',\n",
" '(archeology) a heap of earth placed over prehistoric tombs'),\n",
" ('garden cart',\n",
" 'a cart for carrying small loads; has handles and one or more wheels'),\n",
+ " ('burial mound',\n",
+ " '(archeology) a heap of earth placed over prehistoric tombs'),\n",
+ " ('barrowful', 'the quantity that a barrow will hold'),\n",
+ " ('grave mound',\n",
+ " '(archeology) a heap of earth placed over prehistoric tombs'),\n",
" ('wheelbarrow',\n",
" 'a cart for carrying small loads; has handles and one or more wheels'),\n",
" ('lawn cart',\n",
- " 'a cart for carrying small loads; has handles and one or more wheels'),\n",
- " ('tumulus', '(archeology) a heap of earth placed over prehistoric tombs'),\n",
- " ('barrowful', 'the quantity that a barrow will hold')]},\n",
+ " 'a cart for carrying small loads; has handles and one or more wheels')]},\n",
" {'answer': 'bars',\n",
" 'hint': 'synonyms for bars',\n",
- " 'clues': [('bar', 'a heating element in an electric fire'),\n",
- " ('prevention', 'the act of preventing'),\n",
- " ('parallel bars',\n",
- " 'gymnastic apparatus consisting of two parallel wooden rods supported on uprights'),\n",
- " ('measure', 'musical notation for a repeating pattern of musical beats'),\n",
- " ('legal profession',\n",
- " 'the body of individuals qualified to practice law in a particular jurisdiction'),\n",
+ " 'clues': [('stripe',\n",
+ " 'a narrow marking of a different color or texture from the background'),\n",
" ('barroom',\n",
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
- " ('streak',\n",
- " 'a narrow marking of a different color or texture from the background'),\n",
+ " ('bar', 'a counter where you can obtain food or drink'),\n",
" ('taproom',\n",
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
- " ('stripe',\n",
- " 'a narrow marking of a different color or texture from the background'),\n",
+ " ('legal community',\n",
+ " 'the body of individuals qualified to practice law in a particular jurisdiction'),\n",
" ('saloon',\n",
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
+ " ('legal profession',\n",
+ " 'the body of individuals qualified to practice law in a particular jurisdiction'),\n",
" ('ginmill',\n",
" 'a room or establishment where alcoholic drinks are served over a counter'),\n",
- " ('legal community',\n",
- " 'the body of individuals qualified to practice law in a particular jurisdiction'),\n",
- " ('cake', 'a block of solid substance (such as soap or wax)')]},\n",
+ " ('prevention', 'the act of preventing'),\n",
+ " ('cake', 'a block of solid substance (such as soap or wax)'),\n",
+ " ('parallel bars',\n",
+ " 'gymnastic apparatus consisting of two parallel wooden rods supported on uprights'),\n",
+ " ('measure', 'musical notation for a repeating pattern of musical beats'),\n",
+ " ('streak',\n",
+ " 'a narrow marking of a different color or texture from the background')]},\n",
" {'answer': 'baseness',\n",
" 'hint': 'synonyms for baseness',\n",
- " 'clues': [('despicableness',\n",
+ " 'clues': [('contemptibility',\n",
" 'unworthiness by virtue of lacking higher values'),\n",
- " ('contemptibility', 'unworthiness by virtue of lacking higher values'),\n",
- " ('despicability', 'unworthiness by virtue of lacking higher values'),\n",
- " ('sordidness', 'unworthiness by virtue of lacking higher values')]},\n",
+ " ('sordidness', 'unworthiness by virtue of lacking higher values'),\n",
+ " ('despicableness', 'unworthiness by virtue of lacking higher values'),\n",
+ " ('despicability', 'unworthiness by virtue of lacking higher values')]},\n",
" {'answer': 'bash',\n",
" 'hint': 'synonyms for bash',\n",
" 'clues': [('bang', 'a vigorous blow'),\n",
- " ('do', 'an uproarious party'),\n",
- " ('belt', 'a vigorous blow'),\n",
+ " ('knock', 'a vigorous blow'),\n",
" ('smash', 'a vigorous blow'),\n",
" ('brawl', 'an uproarious party'),\n",
- " ('knock', 'a vigorous blow')]},\n",
+ " ('belt', 'a vigorous blow'),\n",
+ " ('do', 'an uproarious party')]},\n",
" {'answer': 'basic_principle',\n",
" 'hint': 'synonyms for basic principle',\n",
- " 'clues': [('bedrock', 'principles from which other truths can be derived'),\n",
- " ('fundamentals', 'principles from which other truths can be derived'),\n",
+ " 'clues': [('fundamental principle',\n",
+ " 'principles from which other truths can be derived'),\n",
+ " ('bedrock', 'principles from which other truths can be derived'),\n",
" ('basics', 'principles from which other truths can be derived'),\n",
- " ('fundamental principle',\n",
- " 'principles from which other truths can be derived')]},\n",
+ " ('fundamentals', 'principles from which other truths can be derived')]},\n",
" {'answer': 'basics',\n",
" 'hint': 'synonyms for basics',\n",
- " 'clues': [('fundamentals',\n",
- " 'principles from which other truths can be derived'),\n",
- " ('rudiments', 'a statement of fundamental facts or principles'),\n",
- " ('staple',\n",
- " '(usually plural) a necessary commodity for which demand is constant'),\n",
- " ('bedrock', 'principles from which other truths can be derived'),\n",
+ " 'clues': [('bedrock', 'principles from which other truths can be derived'),\n",
" ('basic',\n",
" '(usually plural) a necessary commodity for which demand is constant'),\n",
- " ('basic principle', 'principles from which other truths can be derived'),\n",
+ " ('fundamentals', 'principles from which other truths can be derived'),\n",
" ('fundamental principle',\n",
+ " 'principles from which other truths can be derived'),\n",
+ " ('staple',\n",
+ " '(usually plural) a necessary commodity for which demand is constant'),\n",
+ " ('rudiments', 'a statement of fundamental facts or principles'),\n",
+ " ('basic principle',\n",
" 'principles from which other truths can be derived')]},\n",
" {'answer': 'basin',\n",
" 'hint': 'synonyms for basin',\n",
- " 'clues': [('watershed',\n",
+ " 'clues': [('drainage basin',\n",
" 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet'),\n",
+ " ('catchment basin',\n",
+ " 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet'),\n",
+ " ('basinful', 'the quantity that a basin will hold'),\n",
" ('washbowl',\n",
" 'a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face'),\n",
- " ('lavatory',\n",
- " 'a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face'),\n",
- " ('catchment area',\n",
+ " ('watershed',\n",
" 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet'),\n",
- " ('washstand',\n",
+ " ('washbasin',\n",
+ " 'a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face'),\n",
+ " ('lavatory',\n",
" 'a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face'),\n",
- " ('basinful', 'the quantity that a basin will hold'),\n",
- " ('catchment basin',\n",
- " 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet'),\n",
- " ('drainage basin',\n",
- " 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet'),\n",
" ('drainage area',\n",
" 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet'),\n",
" ('river basin',\n",
" 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet'),\n",
- " ('washbasin',\n",
- " 'a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face')]},\n",
+ " ('washstand',\n",
+ " 'a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face'),\n",
+ " ('catchment area',\n",
+ " 'the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet')]},\n",
" {'answer': 'basis',\n",
" 'hint': 'synonyms for basis',\n",
- " 'clues': [('ground',\n",
- " 'a relation that provides the foundation for something'),\n",
- " ('cornerstone',\n",
- " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
- " ('base',\n",
+ " 'clues': [('fundament',\n",
" 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
+ " ('ground', 'a relation that provides the foundation for something'),\n",
+ " ('base', 'the most important or necessary part of something'),\n",
" ('groundwork',\n",
" 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
" ('footing', 'a relation that provides the foundation for something'),\n",
- " ('fundament',\n",
- " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
" ('foundation',\n",
+ " 'the fundamental assumptions from which something is begun or developed or calculated or explained'),\n",
+ " ('cornerstone',\n",
" 'the fundamental assumptions from which something is begun or developed or calculated or explained')]},\n",
" {'answer': 'basket',\n",
" 'hint': 'synonyms for basket',\n",
" 'clues': [('basketball hoop',\n",
" 'horizontal circular metal hoop supporting a net through which players try to throw the basketball'),\n",
+ " ('field goal',\n",
+ " 'a score in basketball made by throwing the ball through the hoop'),\n",
+ " ('basketful', 'the quantity contained in a basket'),\n",
" ('hoop',\n",
" 'horizontal circular metal hoop supporting a net through which players try to throw the basketball'),\n",
- " ('handbasket', 'a container that is usually woven and has handles'),\n",
- " ('basketful', 'the quantity contained in a basket'),\n",
- " ('field goal',\n",
- " 'a score in basketball made by throwing the ball through the hoop')]},\n",
+ " ('handbasket', 'a container that is usually woven and has handles')]},\n",
" {'answer': 'bass_fiddle',\n",
" 'hint': 'synonyms for bass fiddle',\n",
" 'clues': [('contrabass', 'largest and lowest member of the violin family'),\n",
- " ('string bass', 'largest and lowest member of the violin family'),\n",
- " ('bull fiddle', 'largest and lowest member of the violin family'),\n",
" ('double bass', 'largest and lowest member of the violin family'),\n",
- " ('bass viol', 'largest and lowest member of the violin family')]},\n",
+ " ('bass viol', 'largest and lowest member of the violin family'),\n",
+ " ('bull fiddle', 'largest and lowest member of the violin family'),\n",
+ " ('string bass', 'largest and lowest member of the violin family')]},\n",
" {'answer': 'bass_viol',\n",
" 'hint': 'synonyms for bass viol',\n",
- " 'clues': [('bass fiddle',\n",
- " 'largest and lowest member of the violin family'),\n",
+ " 'clues': [('viola da gamba',\n",
+ " 'viol that is the bass member of the viol family with approximately the range of the cello'),\n",
" ('contrabass', 'largest and lowest member of the violin family'),\n",
- " ('string bass', 'largest and lowest member of the violin family'),\n",
- " ('bull fiddle', 'largest and lowest member of the violin family'),\n",
" ('double bass', 'largest and lowest member of the violin family'),\n",
" ('gamba',\n",
" 'viol that is the bass member of the viol family with approximately the range of the cello'),\n",
- " ('viola da gamba',\n",
- " 'viol that is the bass member of the viol family with approximately the range of the cello')]},\n",
+ " ('bull fiddle', 'largest and lowest member of the violin family'),\n",
+ " ('bass fiddle', 'largest and lowest member of the violin family'),\n",
+ " ('string bass', 'largest and lowest member of the violin family')]},\n",
" {'answer': 'batch',\n",
" 'hint': 'synonyms for batch',\n",
- " 'clues': [('pile',\n",
+ " 'clues': [('heap',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('peck', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('flock', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('good deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mountain',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('great deal',\n",
- " \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('stack', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('clutch', 'a collection of things or persons to be handled together'),\n",
- " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('heap', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('quite a little',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mess', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('sight', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('wad', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mickle', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('stack', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('passel', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('deal', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('plenty', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('tidy sum',\n",
+ " ('pile', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('slew', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('great deal',\n",
" \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('spate', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('muckle', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('mint', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('pot', \"(often followed by `of') a large number or amount or extent\"),\n",
" ('lot', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('hatful', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('raft', \"(often followed by `of') a large number or amount or extent\"),\n",
- " ('peck', \"(often followed by `of') a large number or amount or extent\")]},\n",
+ " ('tidy sum',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('good deal',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mass', \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('mountain',\n",
+ " \"(often followed by `of') a large number or amount or extent\"),\n",
+ " ('raft', \"(often followed by `of') a large number or amount or extent\")]},\n",
" {'answer': 'bath',\n",
" 'hint': 'synonyms for bath',\n",
- " 'clues': [('tub',\n",
+ " 'clues': [('bathing tub',\n",
" 'a relatively large open container that you fill with water and use to wash the body'),\n",
- " ('bathtub',\n",
+ " ('tub',\n",
" 'a relatively large open container that you fill with water and use to wash the body'),\n",
- " ('bathing tub',\n",
+ " ('bathtub',\n",
" 'a relatively large open container that you fill with water and use to wash the body'),\n",
" ('bathroom',\n",
" 'a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet')]},\n",
" {'answer': 'bathing_costume',\n",
" 'hint': 'synonyms for bathing costume',\n",
- " 'clues': [('bathing suit', 'tight fitting garment worn for swimming'),\n",
- " ('swimwear', 'tight fitting garment worn for swimming'),\n",
- " ('swimsuit', 'tight fitting garment worn for swimming'),\n",
- " ('swimming costume', 'tight fitting garment worn for swimming')]},\n",
+ " 'clues': [('swimsuit', 'tight fitting garment worn for swimming'),\n",
+ " ('swimming costume', 'tight fitting garment worn for swimming'),\n",
+ " ('bathing suit', 'tight fitting garment worn for swimming'),\n",
+ " ('swimwear', 'tight fitting garment worn for swimming')]},\n",
" {'answer': 'bathing_suit',\n",
" 'hint': 'synonyms for bathing suit',\n",
- " 'clues': [('swimwear', 'tight fitting garment worn for swimming'),\n",
+ " 'clues': [('swimming costume', 'tight fitting garment worn for swimming'),\n",
" ('bathing costume', 'tight fitting garment worn for swimming'),\n",
" ('swimsuit', 'tight fitting garment worn for swimming'),\n",
- " ('swimming costume', 'tight fitting garment worn for swimming')]},\n",
+ " ('swimwear', 'tight fitting garment worn for swimming')]},\n",
" {'answer': 'bathroom',\n",
" 'hint': 'synonyms for bathroom',\n",
" 'clues': [('toilet',\n",
" 'a room or building equipped with one or more toilets'),\n",
- " ('can', 'a room or building equipped with one or more toilets'),\n",
- " ('lavatory', 'a room or building equipped with one or more toilets'),\n",
+ " ('privy', 'a room or building equipped with one or more toilets'),\n",
+ " ('lav', 'a room or building equipped with one or more toilets'),\n",
" ('john', 'a room or building equipped with one or more toilets'),\n",
" ('bath',\n",
" 'a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet'),\n",
- " ('lav', 'a room or building equipped with one or more toilets'),\n",
- " ('privy', 'a room or building equipped with one or more toilets')]},\n",
+ " ('can', 'a room or building equipped with one or more toilets'),\n",
+ " ('lavatory', 'a room or building equipped with one or more toilets')]},\n",
" {'answer': 'baton',\n",
" 'hint': 'synonyms for baton',\n",
- " 'clues': [('nightstick', 'a short stout club used primarily by policemen'),\n",
- " ('billystick', 'a short stout club used primarily by policemen'),\n",
- " ('billy', 'a short stout club used primarily by policemen'),\n",
- " ('truncheon', 'a short stout club used primarily by policemen'),\n",
+ " 'clues': [('billy club', 'a short stout club used primarily by policemen'),\n",
" ('wand',\n",
" 'a thin tapered rod used by a conductor to lead an orchestra or choir'),\n",
- " ('billy club', 'a short stout club used primarily by policemen')]},\n",
+ " ('billy', 'a short stout club used primarily by policemen'),\n",
+ " ('nightstick', 'a short stout club used primarily by policemen'),\n",
+ " ('truncheon', 'a short stout club used primarily by policemen'),\n",
+ " ('billystick', 'a short stout club used primarily by policemen')]},\n",
" {'answer': 'battalion',\n",
" 'hint': 'synonyms for battalion',\n",
- " 'clues': [('plurality', 'a large indefinite number'),\n",
- " ('large number', 'a large indefinite number'),\n",
+ " 'clues': [('pack', 'a large indefinite number'),\n",
" ('multitude', 'a large indefinite number'),\n",
- " ('pack', 'a large indefinite number')]},\n",
+ " ('plurality', 'a large indefinite number'),\n",
+ " ('large number', 'a large indefinite number')]},\n",
" {'answer': 'battercake',\n",
" 'hint': 'synonyms for battercake',\n",
- " 'clues': [('flannel cake',\n",
+ " 'clues': [('flapcake',\n",
" 'a flat cake of thin batter fried on both sides on a griddle'),\n",
- " ('flapjack',\n",
- " 'a flat cake of thin batter fried on both sides on a griddle'),\n",
- " ('pancake',\n",
+ " ('hotcake',\n",
" 'a flat cake of thin batter fried on both sides on a griddle'),\n",
" ('griddlecake',\n",
" 'a flat cake of thin batter fried on both sides on a griddle'),\n",
- " ('flapcake',\n",
+ " ('flannel cake',\n",
" 'a flat cake of thin batter fried on both sides on a griddle'),\n",
- " ('hot cake',\n",
+ " ('pancake',\n",
+ " 'a flat cake of thin batter fried on both sides on a griddle'),\n",
+ " ('flapjack',\n",
" 'a flat cake of thin batter fried on both sides on a griddle')]},\n",
" {'answer': 'battery',\n",
" 'hint': 'synonyms for battery',\n",
- " 'clues': [('stamp battery',\n",
- " 'a series of stamps operated in one mortar for crushing ores'),\n",
+ " 'clues': [('electric battery',\n",
+ " 'a device that produces electricity; may have several primary or secondary cells arranged in parallel or series'),\n",
+ " ('shelling',\n",
+ " 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
" ('barrage fire',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
- " ('barrage',\n",
+ " ('bombardment',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
+ " ('stamp battery',\n",
+ " 'a series of stamps operated in one mortar for crushing ores'),\n",
" ('assault and battery',\n",
" 'an assault in which the assailant makes physical contact'),\n",
- " ('electric battery',\n",
- " 'a device that produces electricity; may have several primary or secondary cells arranged in parallel or series'),\n",
- " ('shelling',\n",
- " 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
- " ('bombardment',\n",
+ " ('barrage',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target')]},\n",
" {'answer': 'battery-acid',\n",
" 'hint': 'synonyms for battery-acid',\n",
- " 'clues': [('dose', 'street name for lysergic acid diethylamide'),\n",
+ " 'clues': [('back breaker', 'street name for lysergic acid diethylamide'),\n",
+ " ('loony toons', 'street name for lysergic acid diethylamide'),\n",
" ('pane', 'street name for lysergic acid diethylamide'),\n",
- " ('acid', 'street name for lysergic acid diethylamide'),\n",
- " ('back breaker', 'street name for lysergic acid diethylamide'),\n",
- " ('superman', 'street name for lysergic acid diethylamide'),\n",
" ('window pane', 'street name for lysergic acid diethylamide'),\n",
+ " ('dose', 'street name for lysergic acid diethylamide'),\n",
" ('dot', 'street name for lysergic acid diethylamide'),\n",
- " ('loony toons', 'street name for lysergic acid diethylamide')]},\n",
+ " ('acid', 'street name for lysergic acid diethylamide'),\n",
+ " ('superman', 'street name for lysergic acid diethylamide')]},\n",
" {'answer': 'battle',\n",
" 'hint': 'synonyms for battle',\n",
" 'clues': [('engagement',\n",
" 'a hostile meeting of opposing military forces in the course of a war'),\n",
- " ('struggle', 'an energetic attempt to achieve something'),\n",
+ " ('fight',\n",
+ " 'a hostile meeting of opposing military forces in the course of a war'),\n",
" ('conflict',\n",
" 'an open clash between two opposing groups (or individuals); --Thomas Paine'),\n",
- " ('fight',\n",
- " 'a hostile meeting of opposing military forces in the course of a war')]},\n",
+ " ('struggle',\n",
+ " 'an open clash between two opposing groups (or individuals); --Thomas Paine')]},\n",
" {'answer': 'battle_cry',\n",
" 'hint': 'synonyms for battle cry',\n",
- " 'clues': [('war whoop',\n",
+ " 'clues': [('war cry',\n",
" 'a yell intended to rally a group of soldiers in battle'),\n",
- " ('war cry', 'a yell intended to rally a group of soldiers in battle'),\n",
- " ('watchword', 'a slogan used to rally support for a cause'),\n",
+ " ('rallying cry', 'a slogan used to rally support for a cause'),\n",
" ('cry', 'a slogan used to rally support for a cause'),\n",
- " ('rallying cry', 'a slogan used to rally support for a cause')]},\n",
+ " ('watchword', 'a slogan used to rally support for a cause'),\n",
+ " ('war whoop', 'a yell intended to rally a group of soldiers in battle')]},\n",
" {'answer': 'battlefield',\n",
" 'hint': 'synonyms for battlefield',\n",
- " 'clues': [('field',\n",
- " 'a region where a battle is being (or has been) fought'),\n",
- " ('field of honor',\n",
+ " 'clues': [('battleground',\n",
" 'a region where a battle is being (or has been) fought'),\n",
" ('field of battle',\n",
" 'a region where a battle is being (or has been) fought'),\n",
- " ('battleground',\n",
+ " ('field', 'a region where a battle is being (or has been) fought'),\n",
+ " ('field of honor',\n",
" 'a region where a battle is being (or has been) fought')]},\n",
" {'answer': 'battleground',\n",
" 'hint': 'synonyms for battleground',\n",
- " 'clues': [('field',\n",
- " 'a region where a battle is being (or has been) fought'),\n",
- " ('field of honor',\n",
+ " 'clues': [('battlefield',\n",
" 'a region where a battle is being (or has been) fought'),\n",
- " ('battlefield', 'a region where a battle is being (or has been) fought'),\n",
" ('field of battle',\n",
+ " 'a region where a battle is being (or has been) fought'),\n",
+ " ('field', 'a region where a battle is being (or has been) fought'),\n",
+ " ('field of honor',\n",
" 'a region where a battle is being (or has been) fought')]},\n",
" {'answer': 'bauble',\n",
" 'hint': 'synonyms for bauble',\n",
- " 'clues': [('gaud', 'cheap showy jewelry or ornament on clothing'),\n",
- " ('gewgaw', 'cheap showy jewelry or ornament on clothing'),\n",
- " ('novelty', 'cheap showy jewelry or ornament on clothing'),\n",
+ " 'clues': [('novelty', 'cheap showy jewelry or ornament on clothing'),\n",
" ('trinket', 'cheap showy jewelry or ornament on clothing'),\n",
- " ('fallal', 'cheap showy jewelry or ornament on clothing'),\n",
- " ('bangle', 'cheap showy jewelry or ornament on clothing')]},\n",
+ " ('gewgaw', 'cheap showy jewelry or ornament on clothing'),\n",
+ " ('gaud', 'cheap showy jewelry or ornament on clothing'),\n",
+ " ('bangle', 'cheap showy jewelry or ornament on clothing'),\n",
+ " ('fallal', 'cheap showy jewelry or ornament on clothing')]},\n",
" {'answer': 'baulk',\n",
" 'hint': 'synonyms for baulk',\n",
- " 'clues': [('rafter',\n",
- " 'one of several parallel sloping beams that support a roof'),\n",
- " ('balk', 'one of several parallel sloping beams that support a roof'),\n",
- " ('impediment',\n",
+ " 'clues': [('impediment',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
- " ('handicap',\n",
+ " ('check',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
" ('hindrance',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
- " ('check',\n",
+ " ('rafter', 'one of several parallel sloping beams that support a roof'),\n",
+ " ('balk', 'one of several parallel sloping beams that support a roof'),\n",
+ " ('handicap',\n",
" 'something immaterial that interferes with or delays action or progress'),\n",
" ('deterrent',\n",
" 'something immaterial that interferes with or delays action or progress')]},\n",
" {'answer': 'bawdiness',\n",
" 'hint': 'synonyms for bawdiness',\n",
- " 'clues': [('obscenity', 'the trait of behaving in an obscene manner'),\n",
+ " 'clues': [('lewdness', 'the trait of behaving in an obscene manner'),\n",
" ('salacity', 'the trait of behaving in an obscene manner'),\n",
- " ('lewdness', 'the trait of behaving in an obscene manner'),\n",
+ " ('obscenity', 'the trait of behaving in an obscene manner'),\n",
" ('salaciousness', 'the trait of behaving in an obscene manner')]},\n",
" {'answer': 'bawdyhouse',\n",
" 'hint': 'synonyms for bawdyhouse',\n",
- " 'clues': [('house of ill repute',\n",
+ " 'clues': [('house of prostitution',\n",
" 'a building where prostitutes are available'),\n",
+ " ('sporting house', 'a building where prostitutes are available'),\n",
+ " ('whorehouse', 'a building where prostitutes are available'),\n",
" ('bagnio', 'a building where prostitutes are available'),\n",
- " ('bordello', 'a building where prostitutes are available'),\n",
+ " ('house of ill repute', 'a building where prostitutes are available'),\n",
" ('cathouse', 'a building where prostitutes are available'),\n",
- " ('house of prostitution', 'a building where prostitutes are available'),\n",
- " ('brothel', 'a building where prostitutes are available'),\n",
- " ('whorehouse', 'a building where prostitutes are available'),\n",
- " ('sporting house', 'a building where prostitutes are available')]},\n",
+ " ('bordello', 'a building where prostitutes are available'),\n",
+ " ('brothel', 'a building where prostitutes are available')]},\n",
" {'answer': 'bawling_out',\n",
" 'hint': 'synonyms for bawling out',\n",
- " 'clues': [('upbraiding', 'a severe scolding'),\n",
- " ('dressing down', 'a severe scolding'),\n",
+ " 'clues': [('chewing out', 'a severe scolding'),\n",
" ('castigation', 'a severe scolding'),\n",
- " ('chewing out', 'a severe scolding'),\n",
+ " ('going-over', 'a severe scolding'),\n",
" ('earful', 'a severe scolding'),\n",
- " ('going-over', 'a severe scolding')]},\n",
+ " ('upbraiding', 'a severe scolding'),\n",
+ " ('dressing down', 'a severe scolding')]},\n",
" {'answer': 'beach_waggon',\n",
" 'hint': 'synonyms for beach waggon',\n",
- " 'clues': [('estate car',\n",
- " 'a car that has a long body and rear door with space behind rear seat'),\n",
- " ('wagon',\n",
+ " 'clues': [('waggon',\n",
" 'a car that has a long body and rear door with space behind rear seat'),\n",
" ('station waggon',\n",
" 'a car that has a long body and rear door with space behind rear seat'),\n",
+ " ('estate car',\n",
+ " 'a car that has a long body and rear door with space behind rear seat'),\n",
" ('beach wagon',\n",
" 'a car that has a long body and rear door with space behind rear seat')]},\n",
" {'answer': 'beach_wagon',\n",
" 'hint': 'synonyms for beach wagon',\n",
- " 'clues': [('estate car',\n",
+ " 'clues': [('beach waggon',\n",
" 'a car that has a long body and rear door with space behind rear seat'),\n",
- " ('wagon',\n",
+ " ('waggon',\n",
" 'a car that has a long body and rear door with space behind rear seat'),\n",
" ('station waggon',\n",
" 'a car that has a long body and rear door with space behind rear seat'),\n",
- " ('beach waggon',\n",
+ " ('estate car',\n",
" 'a car that has a long body and rear door with space behind rear seat')]},\n",
" {'answer': 'beacon',\n",
" 'hint': 'synonyms for beacon',\n",
- " 'clues': [('lighthouse',\n",
+ " 'clues': [('radio beacon',\n",
+ " 'a radio station that broadcasts a directional signal for navigational purposes'),\n",
+ " ('beacon light',\n",
" 'a tower with a light that gives warning of shoals to passing ships'),\n",
- " ('pharos',\n",
+ " ('lighthouse',\n",
" 'a tower with a light that gives warning of shoals to passing ships'),\n",
" ('beacon fire',\n",
" 'a fire (usually on a hill or tower) that can be seen from a distance'),\n",
- " ('beacon light',\n",
- " 'a tower with a light that gives warning of shoals to passing ships'),\n",
- " ('radio beacon',\n",
- " 'a radio station that broadcasts a directional signal for navigational purposes')]},\n",
+ " ('pharos',\n",
+ " 'a tower with a light that gives warning of shoals to passing ships')]},\n",
" {'answer': 'bead',\n",
" 'hint': 'synonyms for bead',\n",
- " 'clues': [('beading',\n",
- " 'a beaded molding for edging or decorating furniture'),\n",
+ " 'clues': [('drop', 'a shape that is spherical and small'),\n",
+ " ('beadwork', 'a beaded molding for edging or decorating furniture'),\n",
" ('pearl', 'a shape that is spherical and small'),\n",
" ('astragal', 'a beaded molding for edging or decorating furniture'),\n",
- " ('drop', 'a shape that is spherical and small'),\n",
- " ('beadwork', 'a beaded molding for edging or decorating furniture')]},\n",
+ " ('beading', 'a beaded molding for edging or decorating furniture')]},\n",
" {'answer': 'beads',\n",
" 'hint': 'synonyms for beads',\n",
- " 'clues': [('bead', 'a small ball with a hole through the middle'),\n",
+ " 'clues': [('drop', 'a shape that is spherical and small'),\n",
+ " ('beadwork', 'a beaded molding for edging or decorating furniture'),\n",
+ " ('bead', 'a small ball with a hole through the middle'),\n",
" ('astragal', 'a beaded molding for edging or decorating furniture'),\n",
- " ('pearl', 'a shape that is spherical and small'),\n",
- " ('drop', 'a shape that is spherical and small'),\n",
" ('string of beads', 'several beads threaded together on a string'),\n",
- " ('beadwork', 'a beaded molding for edging or decorating furniture')]},\n",
+ " ('pearl', 'a shape that is spherical and small')]},\n",
" {'answer': 'beam',\n",
" 'hint': 'synonyms for beam',\n",
- " 'clues': [('ray', 'a column of light (as from a beacon)'),\n",
+ " 'clues': [('irradiation', 'a column of light (as from a beacon)'),\n",
+ " ('ray of light', 'a column of light (as from a beacon)'),\n",
+ " ('balance beam', 'a gymnastic apparatus used by women gymnasts'),\n",
" ('radio beam',\n",
" 'a signal transmitted along a narrow path; guides airplane pilots in darkness or bad weather'),\n",
- " ('beam of light', 'a column of light (as from a beacon)'),\n",
- " ('shaft of light', 'a column of light (as from a beacon)'),\n",
+ " ('ray', 'a column of light (as from a beacon)'),\n",
+ " ('light beam', 'a column of light (as from a beacon)'),\n",
+ " ('shaft', 'a column of light (as from a beacon)'),\n",
" ('electron beam',\n",
" 'a group of nearly parallel lines of electromagnetic radiation'),\n",
- " ('shaft', 'a column of light (as from a beacon)'),\n",
- " ('ray of light', 'a column of light (as from a beacon)'),\n",
- " ('irradiation', 'a column of light (as from a beacon)'),\n",
- " ('light beam', 'a column of light (as from a beacon)'),\n",
- " ('balance beam', 'a gymnastic apparatus used by women gymnasts')]},\n",
+ " ('shaft of light', 'a column of light (as from a beacon)'),\n",
+ " ('beam of light', 'a column of light (as from a beacon)')]},\n",
" {'answer': 'beam_of_light',\n",
" 'hint': 'synonyms for beam of light',\n",
- " 'clues': [('ray', 'a column of light (as from a beacon)'),\n",
- " ('shaft', 'a column of light (as from a beacon)'),\n",
- " ('ray of light', 'a column of light (as from a beacon)'),\n",
- " ('shaft of light', 'a column of light (as from a beacon)'),\n",
- " ('irradiation', 'a column of light (as from a beacon)'),\n",
+ " 'clues': [('irradiation', 'a column of light (as from a beacon)'),\n",
" ('light beam', 'a column of light (as from a beacon)'),\n",
- " ('beam', 'a column of light (as from a beacon)')]},\n",
+ " ('beam', 'a column of light (as from a beacon)'),\n",
+ " ('shaft of light', 'a column of light (as from a beacon)'),\n",
+ " ('ray', 'a column of light (as from a beacon)'),\n",
+ " ('ray of light', 'a column of light (as from a beacon)'),\n",
+ " ('shaft', 'a column of light (as from a beacon)')]},\n",
" {'answer': 'beast',\n",
" 'hint': 'synonyms for beast',\n",
- " 'clues': [('animate being',\n",
+ " 'clues': [('creature',\n",
+ " 'a living organism characterized by voluntary movement'),\n",
+ " ('animate being',\n",
" 'a living organism characterized by voluntary movement'),\n",
- " ('brute', 'a living organism characterized by voluntary movement'),\n",
" ('animal', 'a living organism characterized by voluntary movement'),\n",
- " ('fauna', 'a living organism characterized by voluntary movement'),\n",
- " ('creature', 'a living organism characterized by voluntary movement')]},\n",
+ " ('brute', 'a living organism characterized by voluntary movement'),\n",
+ " ('fauna', 'a living organism characterized by voluntary movement')]},\n",
" {'answer': 'beating',\n",
" 'hint': 'synonyms for beating',\n",
- " 'clues': [('whacking',\n",
- " 'the act of inflicting corporal punishment with repeated blows'),\n",
- " ('licking',\n",
- " 'the act of inflicting corporal punishment with repeated blows'),\n",
+ " 'clues': [('whipping', 'the act of overcoming or outdoing'),\n",
" ('drubbing',\n",
" 'the act of inflicting corporal punishment with repeated blows'),\n",
+ " ('trouncing',\n",
+ " 'the act of inflicting corporal punishment with repeated blows'),\n",
" ('lacing',\n",
" 'the act of inflicting corporal punishment with repeated blows'),\n",
- " ('whipping', 'the act of overcoming or outdoing'),\n",
- " ('trouncing',\n",
+ " ('licking',\n",
+ " 'the act of inflicting corporal punishment with repeated blows'),\n",
+ " ('whacking',\n",
" 'the act of inflicting corporal punishment with repeated blows'),\n",
" ('thrashing',\n",
" 'the act of inflicting corporal punishment with repeated blows')]},\n",
" {'answer': 'beats',\n",
" 'hint': 'synonyms for beats',\n",
- " 'clues': [('beat', 'the sound of stroke or blow'),\n",
- " ('pulse',\n",
+ " 'clues': [('beat', 'a regular rate of repetition'),\n",
+ " ('heartbeat',\n",
" 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
" ('beatniks',\n",
" 'a United States youth subculture of the 1950s; rejected possessions or regular work or traditional dress; for communal living and psychedelic drugs and anarchism; favored modern forms of jazz (e.g., bebop)'),\n",
- " ('round', 'a regular route for a sentry or policeman'),\n",
+ " ('cadence', '(prosody) the accent in a metrical foot of verse'),\n",
" ('beat generation',\n",
" 'a United States youth subculture of the 1950s; rejected possessions or regular work or traditional dress; for communal living and psychedelic drugs and anarchism; favored modern forms of jazz (e.g., bebop)'),\n",
+ " ('musical rhythm', 'the basic rhythmic unit in a piece of music'),\n",
" ('metre', '(prosody) the accent in a metrical foot of verse'),\n",
- " ('measure', '(prosody) the accent in a metrical foot of verse'),\n",
- " ('meter', '(prosody) the accent in a metrical foot of verse'),\n",
- " ('pulsation',\n",
+ " ('round', 'a regular route for a sentry or policeman'),\n",
+ " ('pulse',\n",
" 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
- " ('heartbeat',\n",
+ " ('pulsation',\n",
" 'the rhythmic contraction and expansion of the arteries with each beat of the heart'),\n",
- " ('cadence', '(prosody) the accent in a metrical foot of verse'),\n",
- " ('rhythm', 'the basic rhythmic unit in a piece of music'),\n",
- " ('musical rhythm', 'the basic rhythmic unit in a piece of music')]},\n",
+ " ('meter', '(prosody) the accent in a metrical foot of verse'),\n",
+ " ('measure', '(prosody) the accent in a metrical foot of verse'),\n",
+ " ('rhythm', 'the basic rhythmic unit in a piece of music')]},\n",
" {'answer': 'beau_monde',\n",
" 'hint': 'synonyms for beau monde',\n",
" 'clues': [('smart set', 'the fashionable elite'),\n",
- " ('high society', 'the fashionable elite'),\n",
" ('bon ton', 'the fashionable elite'),\n",
- " ('society', 'the fashionable elite')]},\n",
+ " ('society', 'the fashionable elite'),\n",
+ " ('high society', 'the fashionable elite')]},\n",
" {'answer': 'beauty_parlor',\n",
" 'hint': 'synonyms for beauty parlor',\n",
" 'clues': [('beauty shop',\n",
" 'a shop where hairdressers and beauticians work'),\n",
" ('beauty parlour', 'a shop where hairdressers and beauticians work'),\n",
- " ('salon', 'a shop where hairdressers and beauticians work'),\n",
- " ('beauty salon', 'a shop where hairdressers and beauticians work')]},\n",
+ " ('beauty salon', 'a shop where hairdressers and beauticians work'),\n",
+ " ('salon', 'a shop where hairdressers and beauticians work')]},\n",
" {'answer': 'beauty_parlour',\n",
" 'hint': 'synonyms for beauty parlour',\n",
- " 'clues': [('salon', 'a shop where hairdressers and beauticians work'),\n",
+ " 'clues': [('beauty parlor',\n",
+ " 'a shop where hairdressers and beauticians work'),\n",
" ('beauty shop', 'a shop where hairdressers and beauticians work'),\n",
- " ('beauty parlor', 'a shop where hairdressers and beauticians work'),\n",
- " ('beauty salon', 'a shop where hairdressers and beauticians work')]},\n",
+ " ('beauty salon', 'a shop where hairdressers and beauticians work'),\n",
+ " ('salon', 'a shop where hairdressers and beauticians work')]},\n",
" {'answer': 'beaver',\n",
" 'hint': 'synonyms for beaver',\n",
- " 'clues': [('high hat',\n",
- " \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
- " ('top hat',\n",
- " \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
- " ('silk hat',\n",
+ " 'clues': [('topper',\n",
" \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
" ('beaver fur', 'the soft brown fur of the beaver'),\n",
- " ('dress hat',\n",
+ " ('opera hat',\n",
" \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
+ " ('castor', 'a hat made with the fur of a beaver (or similar material)'),\n",
" ('stovepipe',\n",
" \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
- " ('opera hat',\n",
+ " ('top hat',\n",
+ " \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
+ " ('silk hat',\n",
" \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
- " ('topper',\n",
+ " ('high hat',\n",
" \"a man's hat with a tall crown; usually covered with silk or with beaver fur\"),\n",
- " ('castor', 'a hat made with the fur of a beaver (or similar material)')]},\n",
+ " ('dress hat',\n",
+ " \"a man's hat with a tall crown; usually covered with silk or with beaver fur\")]},\n",
" {'answer': 'bed_cover',\n",
" 'hint': 'synonyms for bed cover',\n",
- " 'clues': [('bed covering', 'decorative cover for a bed'),\n",
- " ('bedcover', 'decorative cover for a bed'),\n",
- " ('counterpane', 'decorative cover for a bed'),\n",
+ " 'clues': [('bedcover', 'decorative cover for a bed'),\n",
+ " ('spread', 'decorative cover for a bed'),\n",
" ('bedspread', 'decorative cover for a bed'),\n",
- " ('spread', 'decorative cover for a bed')]},\n",
+ " ('counterpane', 'decorative cover for a bed'),\n",
+ " ('bed covering', 'decorative cover for a bed')]},\n",
" {'answer': 'bed_covering',\n",
" 'hint': 'synonyms for bed covering',\n",
" 'clues': [('bedcover', 'decorative cover for a bed'),\n",
@@ -33767,685 +33800,680 @@
" {'answer': 'bedchamber',\n",
" 'hint': 'synonyms for bedchamber',\n",
" 'clues': [('chamber', 'a room used primarily for sleeping'),\n",
+ " ('sleeping room', 'a room used primarily for sleeping'),\n",
" ('sleeping accommodation', 'a room used primarily for sleeping'),\n",
- " ('bedroom', 'a room used primarily for sleeping'),\n",
- " ('sleeping room', 'a room used primarily for sleeping')]},\n",
+ " ('bedroom', 'a room used primarily for sleeping')]},\n",
" {'answer': 'bedcover',\n",
" 'hint': 'synonyms for bedcover',\n",
- " 'clues': [('bed covering', 'decorative cover for a bed'),\n",
- " ('counterpane', 'decorative cover for a bed'),\n",
+ " 'clues': [('bed cover', 'decorative cover for a bed'),\n",
+ " ('spread', 'decorative cover for a bed'),\n",
" ('bedspread', 'decorative cover for a bed'),\n",
- " ('spread', 'decorative cover for a bed')]},\n",
+ " ('counterpane', 'decorative cover for a bed')]},\n",
" {'answer': 'bedding',\n",
" 'hint': 'synonyms for bedding',\n",
- " 'clues': [('litter', 'material used to provide a bed for animals'),\n",
- " ('bed clothing', 'coverings that are used on a bed'),\n",
+ " 'clues': [('bed clothing', 'coverings that are used on a bed'),\n",
+ " ('litter', 'material used to provide a bed for animals'),\n",
" ('bedding material', 'material used to provide a bed for animals'),\n",
" ('bedclothes', 'coverings that are used on a bed')]},\n",
" {'answer': 'bedlam',\n",
" 'hint': 'synonyms for bedlam',\n",
" 'clues': [('loony bin', 'pejorative terms for an insane asylum'),\n",
- " ('booby hatch', 'pejorative terms for an insane asylum'),\n",
- " (\"cuckoo's nest\", 'pejorative terms for an insane asylum'),\n",
- " ('snake pit', 'pejorative terms for an insane asylum'),\n",
- " ('nut house', 'pejorative terms for an insane asylum'),\n",
" ('sanatorium', 'pejorative terms for an insane asylum'),\n",
" ('funny farm', 'pejorative terms for an insane asylum'),\n",
" ('madhouse', 'pejorative terms for an insane asylum'),\n",
+ " ('funny house', 'pejorative terms for an insane asylum'),\n",
+ " ('nuthouse', 'pejorative terms for an insane asylum'),\n",
+ " (\"cuckoo's nest\", 'pejorative terms for an insane asylum'),\n",
+ " ('booby hatch', 'pejorative terms for an insane asylum'),\n",
" ('crazy house', 'pejorative terms for an insane asylum'),\n",
- " ('funny house', 'pejorative terms for an insane asylum')]},\n",
+ " ('snake pit', 'pejorative terms for an insane asylum')]},\n",
" {'answer': 'bedrock',\n",
" 'hint': 'synonyms for bedrock',\n",
- " 'clues': [('fundamentals',\n",
- " 'principles from which other truths can be derived'),\n",
- " ('basics', 'principles from which other truths can be derived'),\n",
+ " 'clues': [('basics', 'principles from which other truths can be derived'),\n",
" ('basic principle', 'principles from which other truths can be derived'),\n",
" ('fundamental principle',\n",
- " 'principles from which other truths can be derived')]},\n",
+ " 'principles from which other truths can be derived'),\n",
+ " ('fundamentals', 'principles from which other truths can be derived')]},\n",
" {'answer': 'bedroom',\n",
" 'hint': 'synonyms for bedroom',\n",
- " 'clues': [('bedchamber', 'a room used primarily for sleeping'),\n",
- " ('sleeping accommodation', 'a room used primarily for sleeping'),\n",
+ " 'clues': [('sleeping accommodation', 'a room used primarily for sleeping'),\n",
" ('chamber', 'a room used primarily for sleeping'),\n",
- " ('sleeping room', 'a room used primarily for sleeping')]},\n",
+ " ('sleeping room', 'a room used primarily for sleeping'),\n",
+ " ('bedchamber', 'a room used primarily for sleeping')]},\n",
" {'answer': 'bedspread',\n",
" 'hint': 'synonyms for bedspread',\n",
- " 'clues': [('bed covering', 'decorative cover for a bed'),\n",
- " ('bedcover', 'decorative cover for a bed'),\n",
+ " 'clues': [('bedcover', 'decorative cover for a bed'),\n",
+ " ('spread', 'decorative cover for a bed'),\n",
" ('counterpane', 'decorative cover for a bed'),\n",
- " ('spread', 'decorative cover for a bed')]},\n",
+ " ('bed covering', 'decorative cover for a bed')]},\n",
" {'answer': 'beef',\n",
" 'hint': 'synonyms for beef',\n",
" 'clues': [('boeuf', 'meat from an adult domestic bovine'),\n",
- " ('bitch', 'informal terms for objecting'),\n",
- " ('squawk', 'informal terms for objecting'),\n",
+ " ('kick', 'informal terms for objecting'),\n",
" ('gripe', 'informal terms for objecting'),\n",
- " ('kick', 'informal terms for objecting')]},\n",
+ " ('bitch', 'informal terms for objecting'),\n",
+ " ('squawk', 'informal terms for objecting')]},\n",
" {'answer': 'befuddlement',\n",
" 'hint': 'synonyms for befuddlement',\n",
- " 'clues': [('bewilderment',\n",
- " 'confusion resulting from failure to understand'),\n",
- " ('bemusement', 'confusion resulting from failure to understand'),\n",
+ " 'clues': [('bemusement', 'confusion resulting from failure to understand'),\n",
+ " ('bewilderment', 'confusion resulting from failure to understand'),\n",
" ('mystification', 'confusion resulting from failure to understand'),\n",
- " ('obfuscation', 'confusion resulting from failure to understand'),\n",
+ " ('puzzlement', 'confusion resulting from failure to understand'),\n",
" ('bafflement', 'confusion resulting from failure to understand'),\n",
- " ('puzzlement', 'confusion resulting from failure to understand')]},\n",
+ " ('obfuscation', 'confusion resulting from failure to understand')]},\n",
" {'answer': 'behavior',\n",
" 'hint': 'synonyms for behavior',\n",
- " 'clues': [('doings', 'manner of acting or controlling yourself'),\n",
- " ('conduct', 'manner of acting or controlling yourself'),\n",
- " ('behaviour',\n",
- " '(psychology) the aggregate of the responses or reactions or movements made by an organism in any situation'),\n",
- " ('deportment',\n",
+ " 'clues': [('deportment',\n",
+ " '(behavioral attributes) the way a person behaves toward other people'),\n",
+ " ('conduct',\n",
" '(behavioral attributes) the way a person behaves toward other people'),\n",
" ('demeanor',\n",
- " '(behavioral attributes) the way a person behaves toward other people')]},\n",
+ " '(behavioral attributes) the way a person behaves toward other people'),\n",
+ " ('behaviour',\n",
+ " '(behavioral attributes) the way a person behaves toward other people'),\n",
+ " ('doings', 'manner of acting or controlling yourself')]},\n",
" {'answer': 'behaviour',\n",
" 'hint': 'synonyms for behaviour',\n",
- " 'clues': [('doings', 'manner of acting or controlling yourself'),\n",
- " ('conduct', 'manner of acting or controlling yourself'),\n",
- " ('behavior',\n",
- " '(psychology) the aggregate of the responses or reactions or movements made by an organism in any situation'),\n",
- " ('deportment',\n",
+ " 'clues': [('deportment',\n",
+ " '(behavioral attributes) the way a person behaves toward other people'),\n",
+ " ('conduct',\n",
" '(behavioral attributes) the way a person behaves toward other people'),\n",
" ('demeanor',\n",
+ " '(behavioral attributes) the way a person behaves toward other people'),\n",
+ " ('doings', 'manner of acting or controlling yourself'),\n",
+ " ('behavior',\n",
" '(behavioral attributes) the way a person behaves toward other people')]},\n",
" {'answer': 'belief',\n",
" 'hint': 'synonyms for belief',\n",
- " 'clues': [('feeling', 'a vague idea in which some confidence is placed'),\n",
- " ('notion', 'a vague idea in which some confidence is placed'),\n",
+ " 'clues': [('impression',\n",
+ " 'a vague idea in which some confidence is placed'),\n",
" ('opinion', 'a vague idea in which some confidence is placed'),\n",
- " ('impression', 'a vague idea in which some confidence is placed')]},\n",
+ " ('notion', 'a vague idea in which some confidence is placed'),\n",
+ " ('feeling', 'a vague idea in which some confidence is placed')]},\n",
" {'answer': 'bell',\n",
" 'hint': 'synonyms for bell',\n",
- " 'clues': [('doorbell',\n",
- " 'a push button at an outer door that gives a ringing or buzzing signal when pushed'),\n",
+ " 'clues': [('bell shape', 'the shape of a bell'),\n",
" ('campana', 'the shape of a bell'),\n",
- " ('bell shape', 'the shape of a bell'),\n",
" ('gong',\n",
" 'a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument'),\n",
- " ('buzzer',\n",
- " 'a push button at an outer door that gives a ringing or buzzing signal when pushed'),\n",
" ('chime',\n",
" 'a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument'),\n",
- " ('toll', 'the sound of a bell being struck'),\n",
+ " ('buzzer',\n",
+ " 'a push button at an outer door that gives a ringing or buzzing signal when pushed'),\n",
" (\"ship's bell\",\n",
- " \"(nautical) each of the eight half-hour units of nautical time signaled by strokes of a ship's bell; eight bells signals 4:00, 8:00, or 12:00 o'clock, either a.m. or p.m.\")]},\n",
+ " \"(nautical) each of the eight half-hour units of nautical time signaled by strokes of a ship's bell; eight bells signals 4:00, 8:00, or 12:00 o'clock, either a.m. or p.m.\"),\n",
+ " ('toll', 'the sound of a bell being struck'),\n",
+ " ('doorbell',\n",
+ " 'a push button at an outer door that gives a ringing or buzzing signal when pushed')]},\n",
" {'answer': 'bell_ringing',\n",
" 'hint': 'synonyms for bell ringing',\n",
- " 'clues': [('electioneering',\n",
- " 'persuasion of voters in a political campaign'),\n",
+ " 'clues': [('canvassing', 'persuasion of voters in a political campaign'),\n",
+ " ('electioneering', 'persuasion of voters in a political campaign'),\n",
" ('carillon playing',\n",
" 'playing a set of bells that are (usually) hung in a tower'),\n",
- " ('canvassing', 'persuasion of voters in a political campaign'),\n",
" ('carillon',\n",
" 'playing a set of bells that are (usually) hung in a tower')]},\n",
" {'answer': 'bellow',\n",
" 'hint': 'synonyms for bellow',\n",
- " 'clues': [('holla', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('hollo', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('roaring', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('holler', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('yowl', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('bellowing', 'a very loud utterance (like the sound of an animal)')]},\n",
+ " 'clues': [('roar', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('hollering', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('holloa', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('bellowing', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('yowl', 'a very loud utterance (like the sound of an animal)')]},\n",
" {'answer': 'bellowing',\n",
" 'hint': 'synonyms for bellowing',\n",
- " 'clues': [('holla', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('hollo', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('roaring', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('holler', 'a very loud utterance (like the sound of an animal)'),\n",
+ " 'clues': [('roar', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('hollering', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('holloa', 'a very loud utterance (like the sound of an animal)'),\n",
" ('bellow', 'a very loud utterance (like the sound of an animal)'),\n",
" ('yowl', 'a very loud utterance (like the sound of an animal)')]},\n",
" {'answer': 'bellows',\n",
" 'hint': 'synonyms for bellows',\n",
- " 'clues': [('holla', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('hollo', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('roaring', 'a very loud utterance (like the sound of an animal)'),\n",
- " ('holler', 'a very loud utterance (like the sound of an animal)'),\n",
+ " 'clues': [('roar', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('hollering', 'a very loud utterance (like the sound of an animal)'),\n",
+ " ('holloa', 'a very loud utterance (like the sound of an animal)'),\n",
" ('bellow', 'a very loud utterance (like the sound of an animal)'),\n",
" ('yowl', 'a very loud utterance (like the sound of an animal)')]},\n",
" {'answer': 'belly_laugh',\n",
" 'hint': 'synonyms for belly laugh',\n",
- " 'clues': [('howler', 'a joke that seems extremely funny'),\n",
+ " 'clues': [('scream', 'a joke that seems extremely funny'),\n",
" ('thigh-slapper', 'a joke that seems extremely funny'),\n",
- " ('wow', 'a joke that seems extremely funny'),\n",
- " ('scream', 'a joke that seems extremely funny'),\n",
+ " ('howler', 'a joke that seems extremely funny'),\n",
" ('guffaw', 'a burst of deep loud hearty laughter'),\n",
+ " ('sidesplitter', 'a joke that seems extremely funny'),\n",
" ('riot', 'a joke that seems extremely funny'),\n",
- " ('sidesplitter', 'a joke that seems extremely funny')]},\n",
+ " ('wow', 'a joke that seems extremely funny')]},\n",
" {'answer': 'belt',\n",
" 'hint': 'synonyms for belt',\n",
- " 'clues': [('whack', 'the act of hitting vigorously'),\n",
+ " 'clues': [('bang', 'a vigorous blow'),\n",
+ " ('knock', 'a vigorous blow'),\n",
+ " ('bash', 'a vigorous blow'),\n",
+ " ('smash', 'a vigorous blow'),\n",
" ('belt ammunition',\n",
" 'ammunition (usually of small caliber) loaded in flexible linked strips for use in a machine gun'),\n",
- " ('bash', 'a vigorous blow'),\n",
- " ('swath', 'a path or strip (as cut by one course of mowing)'),\n",
" ('rap', 'the act of hitting vigorously'),\n",
- " ('knock', 'the act of hitting vigorously'),\n",
" ('whang', 'the act of hitting vigorously'),\n",
- " ('bang', 'a vigorous blow'),\n",
- " ('smash', 'a vigorous blow')]},\n",
+ " ('whack', 'the act of hitting vigorously'),\n",
+ " ('swath', 'a path or strip (as cut by one course of mowing)')]},\n",
" {'answer': 'bemusement',\n",
" 'hint': 'synonyms for bemusement',\n",
- " 'clues': [('befuddlement',\n",
+ " 'clues': [('obfuscation',\n",
" 'confusion resulting from failure to understand'),\n",
" ('bewilderment', 'confusion resulting from failure to understand'),\n",
" ('mystification', 'confusion resulting from failure to understand'),\n",
- " ('obfuscation', 'confusion resulting from failure to understand'),\n",
+ " ('puzzlement', 'confusion resulting from failure to understand'),\n",
" ('bafflement', 'confusion resulting from failure to understand'),\n",
- " ('puzzlement', 'confusion resulting from failure to understand')]},\n",
+ " ('befuddlement', 'confusion resulting from failure to understand')]},\n",
" {'answer': 'bend',\n",
" 'hint': 'synonyms for bend',\n",
- " 'clues': [('turn', 'a circular segment of a curve'),\n",
- " ('bending', 'movement that causes the formation of a curve'),\n",
- " ('crook', 'a circular segment of a curve'),\n",
- " ('crease', 'an angular or rounded shape made by folding'),\n",
+ " 'clues': [('flexure', 'an angular or rounded shape made by folding'),\n",
+ " ('crimp', 'an angular or rounded shape made by folding'),\n",
+ " ('plication', 'an angular or rounded shape made by folding'),\n",
+ " ('turn', 'a circular segment of a curve'),\n",
" ('fold', 'an angular or rounded shape made by folding'),\n",
- " ('curve', 'curved segment (of a road or river or railroad track etc.)'),\n",
" ('twist', 'a circular segment of a curve'),\n",
- " ('plication', 'an angular or rounded shape made by folding'),\n",
+ " ('crease', 'an angular or rounded shape made by folding'),\n",
+ " ('crook', 'a circular segment of a curve'),\n",
" ('bend dexter',\n",
" 'diagonal line traversing a shield from the upper right corner to the lower left'),\n",
- " ('flexure', 'an angular or rounded shape made by folding'),\n",
- " ('crimp', 'an angular or rounded shape made by folding')]},\n",
+ " ('curve', 'curved segment (of a road or river or railroad track etc.)'),\n",
+ " ('bending', 'movement that causes the formation of a curve')]},\n",
" {'answer': 'bender',\n",
" 'hint': 'synonyms for bender',\n",
- " 'clues': [('carouse', 'revelry in drinking; a merry drinking party'),\n",
+ " 'clues': [('booze-up', 'revelry in drinking; a merry drinking party'),\n",
" ('breaking ball',\n",
" 'a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter'),\n",
" ('curve ball',\n",
" 'a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter'),\n",
- " ('booze-up', 'revelry in drinking; a merry drinking party'),\n",
" ('carousal', 'revelry in drinking; a merry drinking party'),\n",
- " ('toot', 'revelry in drinking; a merry drinking party'),\n",
" ('curve',\n",
- " 'a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter')]},\n",
+ " 'a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter'),\n",
+ " ('carouse', 'revelry in drinking; a merry drinking party'),\n",
+ " ('toot', 'revelry in drinking; a merry drinking party')]},\n",
" {'answer': 'bends',\n",
" 'hint': 'synonyms for bends',\n",
- " 'clues': [('turn', 'a circular segment of a curve'),\n",
- " ('bending', 'movement that causes the formation of a curve'),\n",
- " ('crook', 'a circular segment of a curve'),\n",
- " ('crease', 'an angular or rounded shape made by folding'),\n",
- " ('fold', 'an angular or rounded shape made by folding'),\n",
- " ('curve', 'curved segment (of a road or river or railroad track etc.)'),\n",
- " ('twist', 'a circular segment of a curve'),\n",
+ " 'clues': [('flexure', 'an angular or rounded shape made by folding'),\n",
+ " ('bend', 'a circular segment of a curve'),\n",
+ " ('crimp', 'an angular or rounded shape made by folding'),\n",
+ " ('turn', 'a circular segment of a curve'),\n",
" ('plication', 'an angular or rounded shape made by folding'),\n",
+ " ('twist', 'a circular segment of a curve'),\n",
+ " ('fold', 'an angular or rounded shape made by folding'),\n",
+ " ('crease', 'an angular or rounded shape made by folding'),\n",
" ('bend dexter',\n",
" 'diagonal line traversing a shield from the upper right corner to the lower left'),\n",
- " ('flexure', 'an angular or rounded shape made by folding'),\n",
- " ('crimp', 'an angular or rounded shape made by folding')]},\n",
+ " ('crook', 'a circular segment of a curve'),\n",
+ " ('curve', 'curved segment (of a road or river or railroad track etc.)')]},\n",
" {'answer': 'beneficiation',\n",
" 'hint': 'synonyms for beneficiation',\n",
" 'clues': [('mineral processing',\n",
" 'crushing and separating ore into valuable substances or waste by any of a variety of techniques'),\n",
- " ('ore dressing',\n",
- " 'crushing and separating ore into valuable substances or waste by any of a variety of techniques'),\n",
" ('mineral extraction',\n",
" 'crushing and separating ore into valuable substances or waste by any of a variety of techniques'),\n",
+ " ('ore dressing',\n",
+ " 'crushing and separating ore into valuable substances or waste by any of a variety of techniques'),\n",
" ('ore processing',\n",
" 'crushing and separating ore into valuable substances or waste by any of a variety of techniques')]},\n",
" {'answer': 'benjamin',\n",
" 'hint': 'synonyms for benjamin',\n",
" 'clues': [('asa dulcis',\n",
" 'gum resin used especially in treating skin irritation'),\n",
- " ('benzoin', 'gum resin used especially in treating skin irritation'),\n",
" ('gum benzoin', 'gum resin used especially in treating skin irritation'),\n",
- " ('gum benjamin',\n",
- " 'gum resin used especially in treating skin irritation')]},\n",
+ " ('gum benjamin', 'gum resin used especially in treating skin irritation'),\n",
+ " ('benzoin', 'gum resin used especially in treating skin irritation')]},\n",
" {'answer': 'benzoin',\n",
" 'hint': 'synonyms for benzoin',\n",
" 'clues': [('asa dulcis',\n",
" 'gum resin used especially in treating skin irritation'),\n",
- " ('benjamin', 'gum resin used especially in treating skin irritation'),\n",
" ('gum benzoin', 'gum resin used especially in treating skin irritation'),\n",
- " ('gum benjamin',\n",
- " 'gum resin used especially in treating skin irritation')]},\n",
+ " ('gum benjamin', 'gum resin used especially in treating skin irritation'),\n",
+ " ('benjamin', 'gum resin used especially in treating skin irritation')]},\n",
" {'answer': 'berth',\n",
" 'hint': 'synonyms for berth',\n",
- " 'clues': [('mooring', 'a place where a craft can be made fast'),\n",
- " ('situation', 'a job in an organization'),\n",
- " ('spot', 'a job in an organization'),\n",
- " ('bunk', 'a bed on a ship or train; usually in tiers'),\n",
- " ('place', 'a job in an organization'),\n",
+ " 'clues': [('bunk', 'a bed on a ship or train; usually in tiers'),\n",
+ " ('office', 'a job in an organization'),\n",
" ('moorage', 'a place where a craft can be made fast'),\n",
- " ('billet', 'a job in an organization'),\n",
- " ('position', 'a job in an organization'),\n",
+ " ('spot', 'a job in an organization'),\n",
+ " ('situation', 'a job in an organization'),\n",
" ('built in bed', 'a bed on a ship or train; usually in tiers'),\n",
- " ('slip', 'a place where a craft can be made fast'),\n",
+ " ('mooring', 'a place where a craft can be made fast'),\n",
" ('post', 'a job in an organization'),\n",
- " ('office', 'a job in an organization')]},\n",
+ " ('slip', 'a place where a craft can be made fast'),\n",
+ " ('place', 'a job in an organization'),\n",
+ " ('position', 'a job in an organization'),\n",
+ " ('billet', 'a job in an organization')]},\n",
" {'answer': 'betise',\n",
" 'hint': 'synonyms for betise',\n",
- " 'clues': [('imbecility', 'a stupid mistake'),\n",
- " ('foolishness', 'a stupid mistake'),\n",
+ " 'clues': [('folly', 'a stupid mistake'),\n",
" ('stupidity', 'a stupid mistake'),\n",
- " ('folly', 'a stupid mistake')]},\n",
+ " ('imbecility', 'a stupid mistake'),\n",
+ " ('foolishness', 'a stupid mistake')]},\n",
" {'answer': 'bewilderment',\n",
" 'hint': 'synonyms for bewilderment',\n",
- " 'clues': [('befuddlement',\n",
+ " 'clues': [('obfuscation',\n",
" 'confusion resulting from failure to understand'),\n",
" ('bemusement', 'confusion resulting from failure to understand'),\n",
" ('mystification', 'confusion resulting from failure to understand'),\n",
- " ('obfuscation', 'confusion resulting from failure to understand'),\n",
+ " ('puzzlement', 'confusion resulting from failure to understand'),\n",
" ('bafflement', 'confusion resulting from failure to understand'),\n",
- " ('puzzlement', 'confusion resulting from failure to understand')]},\n",
+ " ('befuddlement', 'confusion resulting from failure to understand')]},\n",
" {'answer': 'bicarbonate_of_soda',\n",
" 'hint': 'synonyms for bicarbonate of soda',\n",
- " 'clues': [('saleratus',\n",
+ " 'clues': [('baking soda',\n",
" 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
" ('sodium bicarbonate',\n",
" 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
- " ('baking soda',\n",
- " 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
" ('sodium hydrogen carbonate',\n",
+ " 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid'),\n",
+ " ('saleratus',\n",
" 'a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid')]},\n",
" {'answer': 'bicker',\n",
" 'hint': 'synonyms for bicker',\n",
- " 'clues': [('tiff', 'a quarrel about petty points'),\n",
- " ('bickering', 'a quarrel about petty points'),\n",
- " ('pettifoggery', 'a quarrel about petty points'),\n",
- " ('fuss', 'a quarrel about petty points'),\n",
+ " 'clues': [('pettifoggery', 'a quarrel about petty points'),\n",
+ " ('tiff', 'a quarrel about petty points'),\n",
" ('spat', 'a quarrel about petty points'),\n",
- " ('squabble', 'a quarrel about petty points')]},\n",
+ " ('squabble', 'a quarrel about petty points'),\n",
+ " ('bickering', 'a quarrel about petty points'),\n",
+ " ('fuss', 'a quarrel about petty points')]},\n",
" {'answer': 'bickering',\n",
" 'hint': 'synonyms for bickering',\n",
- " 'clues': [('bicker', 'a quarrel about petty points'),\n",
+ " 'clues': [('pettifoggery', 'a quarrel about petty points'),\n",
" ('tiff', 'a quarrel about petty points'),\n",
- " ('fuss', 'a quarrel about petty points'),\n",
- " ('pettifoggery', 'a quarrel about petty points'),\n",
" ('spat', 'a quarrel about petty points'),\n",
- " ('squabble', 'a quarrel about petty points')]},\n",
+ " ('squabble', 'a quarrel about petty points'),\n",
+ " ('bicker', 'a quarrel about petty points'),\n",
+ " ('fuss', 'a quarrel about petty points')]},\n",
" {'answer': 'bid',\n",
" 'hint': 'synonyms for bid',\n",
- " 'clues': [('dictation',\n",
- " 'an authoritative direction or instruction to do something'),\n",
- " ('bidding', 'an authoritative direction or instruction to do something'),\n",
- " ('play', 'an attempt to get something'),\n",
+ " 'clues': [('bidding',\n",
+ " '(bridge) the number of tricks a bridge player is willing to contract to make'),\n",
+ " ('command', 'an authoritative direction or instruction to do something'),\n",
" ('tender', 'a formal proposal to buy at a specified price'),\n",
- " ('command',\n",
+ " ('play', 'an attempt to get something'),\n",
+ " ('dictation',\n",
" 'an authoritative direction or instruction to do something')]},\n",
" {'answer': 'bidding',\n",
" 'hint': 'synonyms for bidding',\n",
" 'clues': [('bid',\n",
" 'an authoritative direction or instruction to do something'),\n",
+ " ('command', 'an authoritative direction or instruction to do something'),\n",
" ('summons', 'a request to be present'),\n",
" ('dictation',\n",
- " 'an authoritative direction or instruction to do something'),\n",
- " ('command',\n",
" 'an authoritative direction or instruction to do something')]},\n",
" {'answer': 'biff',\n",
" 'hint': 'synonyms for biff',\n",
- " 'clues': [('punch', '(boxing) a blow with the fist'),\n",
- " ('poke', '(boxing) a blow with the fist'),\n",
- " ('lick', '(boxing) a blow with the fist'),\n",
+ " 'clues': [('lick', '(boxing) a blow with the fist'),\n",
+ " ('clout', '(boxing) a blow with the fist'),\n",
" ('slug', '(boxing) a blow with the fist'),\n",
- " ('clout', '(boxing) a blow with the fist')]},\n",
+ " ('punch', '(boxing) a blow with the fist'),\n",
+ " ('poke', '(boxing) a blow with the fist')]},\n",
" {'answer': 'big_bucks',\n",
" 'hint': 'synonyms for big bucks',\n",
" 'clues': [('megabucks',\n",
" 'a large sum of money (especially as pay or profit)'),\n",
- " ('bundle', 'a large sum of money (especially as pay or profit)'),\n",
" ('big money', 'a large sum of money (especially as pay or profit)'),\n",
- " ('pile', 'a large sum of money (especially as pay or profit)')]},\n",
+ " ('pile', 'a large sum of money (especially as pay or profit)'),\n",
+ " ('bundle', 'a large sum of money (especially as pay or profit)')]},\n",
" {'answer': 'big_h',\n",
" 'hint': 'synonyms for big h',\n",
- " 'clues': [('thunder', 'street names for heroin'),\n",
- " ('scag', 'street names for heroin'),\n",
- " ('hell dust', 'street names for heroin'),\n",
+ " 'clues': [('hell dust', 'street names for heroin'),\n",
" ('skag', 'street names for heroin'),\n",
- " ('nose drops', 'street names for heroin'),\n",
" ('smack', 'street names for heroin'),\n",
+ " ('nose drops', 'street names for heroin'),\n",
+ " ('scag', 'street names for heroin'),\n",
+ " ('thunder', 'street names for heroin'),\n",
" ('big H', 'street names for heroin')]},\n",
" {'answer': 'big_money',\n",
" 'hint': 'synonyms for big money',\n",
- " 'clues': [('megabucks',\n",
+ " 'clues': [('big bucks',\n",
" 'a large sum of money (especially as pay or profit)'),\n",
+ " ('megabucks', 'a large sum of money (especially as pay or profit)'),\n",
" ('pile', 'a large sum of money (especially as pay or profit)'),\n",
- " ('bundle', 'a large sum of money (especially as pay or profit)'),\n",
- " ('big bucks', 'a large sum of money (especially as pay or profit)')]},\n",
+ " ('bundle', 'a large sum of money (especially as pay or profit)')]},\n",
" {'answer': 'bike',\n",
" 'hint': 'synonyms for bike',\n",
- " 'clues': [('bicycle',\n",
+ " 'clues': [('motorcycle',\n",
+ " 'a motor vehicle with two wheels and a strong frame'),\n",
+ " ('wheel',\n",
" 'a wheeled vehicle that has two wheels and is moved by foot pedals'),\n",
- " ('cycle',\n",
+ " ('bicycle',\n",
" 'a wheeled vehicle that has two wheels and is moved by foot pedals'),\n",
- " ('motorcycle', 'a motor vehicle with two wheels and a strong frame'),\n",
- " ('wheel',\n",
+ " ('cycle',\n",
" 'a wheeled vehicle that has two wheels and is moved by foot pedals')]},\n",
" {'answer': 'bilgewater',\n",
" 'hint': 'synonyms for bilgewater',\n",
- " 'clues': [('twaddle', 'pretentious or silly talk or writing'),\n",
- " ('tarradiddle', 'pretentious or silly talk or writing'),\n",
- " ('tommyrot', 'pretentious or silly talk or writing'),\n",
+ " 'clues': [('tarradiddle', 'pretentious or silly talk or writing'),\n",
+ " ('twaddle', 'pretentious or silly talk or writing'),\n",
+ " ('baloney', 'pretentious or silly talk or writing'),\n",
+ " ('tosh', 'pretentious or silly talk or writing'),\n",
" ('bosh', 'pretentious or silly talk or writing'),\n",
- " ('boloney', 'pretentious or silly talk or writing'),\n",
+ " ('tommyrot', 'pretentious or silly talk or writing'),\n",
" ('humbug', 'pretentious or silly talk or writing'),\n",
- " ('drool', 'pretentious or silly talk or writing'),\n",
- " ('tosh', 'pretentious or silly talk or writing')]},\n",
+ " ('drool', 'pretentious or silly talk or writing')]},\n",
" {'answer': 'biliousness',\n",
" 'hint': 'synonyms for biliousness',\n",
- " 'clues': [('temper', 'a disposition to exhibit uncontrolled anger'),\n",
- " ('pettishness', 'a disposition to exhibit uncontrolled anger'),\n",
+ " 'clues': [('irritability', 'a disposition to exhibit uncontrolled anger'),\n",
" ('surliness', 'a disposition to exhibit uncontrolled anger'),\n",
+ " ('peevishness', 'a disposition to exhibit uncontrolled anger'),\n",
" ('snappishness', 'a disposition to exhibit uncontrolled anger'),\n",
- " ('irritability', 'a disposition to exhibit uncontrolled anger'),\n",
- " ('peevishness', 'a disposition to exhibit uncontrolled anger')]},\n",
+ " ('temper', 'a disposition to exhibit uncontrolled anger'),\n",
+ " ('pettishness', 'a disposition to exhibit uncontrolled anger')]},\n",
" {'answer': 'bill',\n",
" 'hint': 'synonyms for bill',\n",
- " 'clues': [('bank bill',\n",
- " 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('flier',\n",
- " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('account',\n",
- " 'an itemized statement of money owed for goods shipped or services rendered'),\n",
- " ('bank note',\n",
- " 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('billhook', 'a long-handled saw with a curved blade'),\n",
- " ('eyeshade', 'a brim that projects to the front to shade the eyes'),\n",
+ " 'clues': [('vizor', 'a brim that projects to the front to shade the eyes'),\n",
" (\"banker's bill\",\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('placard', 'a sign posted in a public place as an advertisement'),\n",
- " ('peak', 'a brim that projects to the front to shade the eyes'),\n",
- " ('flyer',\n",
+ " ('card', 'a sign posted in a public place as an advertisement'),\n",
+ " ('measure', 'a statute in draft before it becomes law'),\n",
+ " ('throwaway',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('posting', 'a sign posted in a public place as an advertisement'),\n",
+ " ('bank bill',\n",
+ " 'a piece of paper money (especially one issued by a central bank)'),\n",
" ('government note',\n",
" 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('throwaway',\n",
- " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('placard', 'a sign posted in a public place as an advertisement'),\n",
+ " ('eyeshade', 'a brim that projects to the front to shade the eyes'),\n",
" ('invoice',\n",
" 'an itemized statement of money owed for goods shipped or services rendered'),\n",
- " ('vizor', 'a brim that projects to the front to shade the eyes'),\n",
- " ('broadsheet',\n",
+ " ('notice', 'a sign posted in a public place as an advertisement'),\n",
+ " ('greenback',\n",
+ " 'a piece of paper money (especially one issued by a central bank)'),\n",
+ " ('circular',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('visor', 'a brim that projects to the front to shade the eyes'),\n",
" ('broadside',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('poster', 'a sign posted in a public place as an advertisement'),\n",
- " ('note',\n",
- " 'a piece of paper money (especially one issued by a central bank)'),\n",
- " ('circular',\n",
+ " ('flier',\n",
+ " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('broadsheet',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('greenback',\n",
- " 'a piece of paper money (especially one issued by a central bank)'),\n",
" ('handbill',\n",
" 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
- " ('card', 'a sign posted in a public place as an advertisement'),\n",
- " ('notice', 'a sign posted in a public place as an advertisement'),\n",
- " ('measure', 'a statute in draft before it becomes law')]},\n",
+ " ('bank note',\n",
+ " 'a piece of paper money (especially one issued by a central bank)'),\n",
+ " ('account',\n",
+ " 'an itemized statement of money owed for goods shipped or services rendered'),\n",
+ " ('billhook', 'a long-handled saw with a curved blade'),\n",
+ " ('note',\n",
+ " 'a piece of paper money (especially one issued by a central bank)'),\n",
+ " ('peak', 'a brim that projects to the front to shade the eyes'),\n",
+ " ('flyer',\n",
+ " 'an advertisement (usually printed on a page or in a leaflet) intended for wide distribution'),\n",
+ " ('poster', 'a sign posted in a public place as an advertisement'),\n",
+ " ('visor', 'a brim that projects to the front to shade the eyes'),\n",
+ " ('posting', 'a sign posted in a public place as an advertisement')]},\n",
" {'answer': 'bill_of_fare',\n",
" 'hint': 'synonyms for bill of fare',\n",
- " 'clues': [('carte du jour', 'a list of dishes available at a restaurant'),\n",
- " ('card', 'a list of dishes available at a restaurant'),\n",
+ " 'clues': [('menu', 'a list of dishes available at a restaurant'),\n",
" ('carte', 'a list of dishes available at a restaurant'),\n",
- " ('menu', 'a list of dishes available at a restaurant')]},\n",
+ " ('carte du jour', 'a list of dishes available at a restaurant'),\n",
+ " ('card', 'a list of dishes available at a restaurant')]},\n",
" {'answer': 'billet',\n",
" 'hint': 'synonyms for billet',\n",
- " 'clues': [('situation', 'a job in an organization'),\n",
+ " 'clues': [('office', 'a job in an organization'),\n",
+ " ('line', 'a short personal letter'),\n",
" ('spot', 'a job in an organization'),\n",
+ " ('situation', 'a job in an organization'),\n",
+ " ('note', 'a short personal letter'),\n",
+ " ('post', 'a job in an organization'),\n",
" ('berth', 'a job in an organization'),\n",
- " ('line', 'a short personal letter'),\n",
" ('place', 'a job in an organization'),\n",
- " ('note', 'a short personal letter'),\n",
" ('position', 'a job in an organization'),\n",
- " ('office', 'a job in an organization'),\n",
- " ('post', 'a job in an organization'),\n",
" ('short letter', 'a short personal letter')]},\n",
" {'answer': 'billiard_parlor',\n",
" 'hint': 'synonyms for billiard parlor',\n",
- " 'clues': [('billiard saloon', 'a room in which billiards is played'),\n",
- " ('billiard parlour', 'a room in which billiards is played'),\n",
+ " 'clues': [('billiard parlour', 'a room in which billiards is played'),\n",
+ " ('billiard room', 'a room in which billiards is played'),\n",
" ('billiard hall', 'a room in which billiards is played'),\n",
- " ('billiard room', 'a room in which billiards is played')]},\n",
+ " ('billiard saloon', 'a room in which billiards is played')]},\n",
" {'answer': 'billiard_parlour',\n",
" 'hint': 'synonyms for billiard parlour',\n",
- " 'clues': [('billiard parlor', 'a room in which billiards is played'),\n",
- " ('billiard saloon', 'a room in which billiards is played'),\n",
+ " 'clues': [('billiard saloon', 'a room in which billiards is played'),\n",
+ " ('billiard room', 'a room in which billiards is played'),\n",
" ('billiard hall', 'a room in which billiards is played'),\n",
- " ('billiard room', 'a room in which billiards is played')]},\n",
+ " ('billiard parlor', 'a room in which billiards is played')]},\n",
" {'answer': 'billy',\n",
" 'hint': 'synonyms for billy',\n",
- " 'clues': [('baton', 'a short stout club used primarily by policemen'),\n",
+ " 'clues': [('billy club', 'a short stout club used primarily by policemen'),\n",
" ('nightstick', 'a short stout club used primarily by policemen'),\n",
- " ('billystick', 'a short stout club used primarily by policemen'),\n",
" ('truncheon', 'a short stout club used primarily by policemen'),\n",
- " ('billy club', 'a short stout club used primarily by policemen')]},\n",
+ " ('baton', 'a short stout club used primarily by policemen'),\n",
+ " ('billystick', 'a short stout club used primarily by policemen')]},\n",
" {'answer': 'billy_club',\n",
" 'hint': 'synonyms for billy club',\n",
- " 'clues': [('baton', 'a short stout club used primarily by policemen'),\n",
+ " 'clues': [('billy', 'a short stout club used primarily by policemen'),\n",
" ('nightstick', 'a short stout club used primarily by policemen'),\n",
- " ('billystick', 'a short stout club used primarily by policemen'),\n",
- " ('billy', 'a short stout club used primarily by policemen'),\n",
- " ('truncheon', 'a short stout club used primarily by policemen')]},\n",
+ " ('truncheon', 'a short stout club used primarily by policemen'),\n",
+ " ('baton', 'a short stout club used primarily by policemen'),\n",
+ " ('billystick', 'a short stout club used primarily by policemen')]},\n",
" {'answer': 'billystick',\n",
" 'hint': 'synonyms for billystick',\n",
- " 'clues': [('baton', 'a short stout club used primarily by policemen'),\n",
- " ('nightstick', 'a short stout club used primarily by policemen'),\n",
+ " 'clues': [('billy club', 'a short stout club used primarily by policemen'),\n",
" ('billy', 'a short stout club used primarily by policemen'),\n",
+ " ('nightstick', 'a short stout club used primarily by policemen'),\n",
" ('truncheon', 'a short stout club used primarily by policemen'),\n",
- " ('billy club', 'a short stout club used primarily by policemen')]},\n",
+ " ('baton', 'a short stout club used primarily by policemen')]},\n",
" {'answer': 'binge',\n",
" 'hint': 'synonyms for binge',\n",
- " 'clues': [('splurge', 'any act of immoderate indulgence'),\n",
+ " 'clues': [('bout', 'an occasion for excessive eating or drinking'),\n",
" ('orgy', 'any act of immoderate indulgence'),\n",
" ('bust', 'an occasion for excessive eating or drinking'),\n",
- " ('bout', 'an occasion for excessive eating or drinking'),\n",
+ " ('splurge', 'any act of immoderate indulgence'),\n",
" ('tear', 'an occasion for excessive eating or drinking')]},\n",
" {'answer': 'bird',\n",
" 'hint': 'synonyms for bird',\n",
- " 'clues': [('boo',\n",
+ " 'clues': [('hiss',\n",
" 'a cry or noise made to express displeasure or contempt'),\n",
+ " ('raspberry', 'a cry or noise made to express displeasure or contempt'),\n",
" ('fowl', 'the flesh of a bird or fowl (wild or domestic) used as food'),\n",
- " ('razzing', 'a cry or noise made to express displeasure or contempt'),\n",
+ " ('snort', 'a cry or noise made to express displeasure or contempt'),\n",
+ " ('boo', 'a cry or noise made to express displeasure or contempt'),\n",
" ('birdie',\n",
" 'badminton equipment consisting of a ball of cork or rubber with a crown of feathers'),\n",
- " ('shuttle',\n",
- " 'badminton equipment consisting of a ball of cork or rubber with a crown of feathers'),\n",
- " ('raspberry', 'a cry or noise made to express displeasure or contempt'),\n",
- " ('snort', 'a cry or noise made to express displeasure or contempt'),\n",
" ('shuttlecock',\n",
" 'badminton equipment consisting of a ball of cork or rubber with a crown of feathers'),\n",
- " ('hoot', 'a cry or noise made to express displeasure or contempt'),\n",
- " ('hiss', 'a cry or noise made to express displeasure or contempt')]},\n",
+ " ('razzing', 'a cry or noise made to express displeasure or contempt'),\n",
+ " ('shuttle',\n",
+ " 'badminton equipment consisting of a ball of cork or rubber with a crown of feathers'),\n",
+ " ('hoot', 'a cry or noise made to express displeasure or contempt')]},\n",
" {'answer': 'birth',\n",
" 'hint': 'synonyms for birth',\n",
- " 'clues': [('nativity', 'the event of being born'),\n",
+ " 'clues': [('nascency', 'the event of being born'),\n",
+ " ('parentage', 'the kinship relation of an offspring to the parents'),\n",
" ('parturition', 'the process of giving birth'),\n",
- " ('giving birth', 'the process of giving birth'),\n",
- " ('nascence', 'the event of being born'),\n",
+ " ('nativity', 'the event of being born'),\n",
" ('birthing', 'the process of giving birth'),\n",
- " ('parentage', 'the kinship relation of an offspring to the parents')]},\n",
+ " ('giving birth', 'the process of giving birth')]},\n",
" {'answer': 'birth_control_device',\n",
" 'hint': 'synonyms for birth control device',\n",
- " 'clues': [('contraceptive',\n",
+ " 'clues': [('prophylactic device',\n",
" 'an agent or device intended to prevent conception'),\n",
+ " ('preventive', 'an agent or device intended to prevent conception'),\n",
+ " ('contraceptive', 'an agent or device intended to prevent conception'),\n",
" ('contraceptive device',\n",
- " 'an agent or device intended to prevent conception'),\n",
- " ('prophylactic device',\n",
- " 'an agent or device intended to prevent conception'),\n",
- " ('preventative', 'an agent or device intended to prevent conception')]},\n",
+ " 'an agent or device intended to prevent conception')]},\n",
" {'answer': 'birth_control_pill',\n",
" 'hint': 'synonyms for birth control pill',\n",
- " 'clues': [('contraceptive pill',\n",
+ " 'clues': [('anovulatory drug',\n",
+ " 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
+ " ('anovulant',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
" ('pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
" ('oral contraceptive',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
- " ('anovulatory drug',\n",
- " 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception'),\n",
- " ('anovulant',\n",
+ " ('contraceptive pill',\n",
" 'a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception')]},\n",
" {'answer': 'birth_rate',\n",
" 'hint': 'synonyms for birth rate',\n",
- " 'clues': [('fertility rate',\n",
+ " 'clues': [('birthrate',\n",
" 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
" ('natality',\n",
" 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
- " ('birthrate',\n",
- " 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
" ('fertility',\n",
+ " 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
+ " ('fertility rate',\n",
" 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year')]},\n",
" {'answer': 'birthplace',\n",
" 'hint': 'synonyms for birthplace',\n",
" 'clues': [('cradle',\n",
" 'where something originated or was nurtured in its early existence'),\n",
- " ('provenience',\n",
- " 'where something originated or was nurtured in its early existence'),\n",
" ('place of birth', 'the place where someone was born'),\n",
+ " ('provenance',\n",
+ " 'where something originated or was nurtured in its early existence'),\n",
" ('place of origin',\n",
" 'where something originated or was nurtured in its early existence')]},\n",
" {'answer': 'birthrate',\n",
" 'hint': 'synonyms for birthrate',\n",
- " 'clues': [('fertility rate',\n",
+ " 'clues': [('birth rate',\n",
" 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
" ('natality',\n",
" 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
- " ('birth rate',\n",
- " 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
" ('fertility',\n",
+ " 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year'),\n",
+ " ('fertility rate',\n",
" 'the ratio of live births in an area to the population of that area; expressed per 1000 population per year')]},\n",
" {'answer': 'bit',\n",
" 'hint': 'synonyms for bit',\n",
- " 'clues': [('scrap',\n",
- " 'a small fragment of something broken off from the whole'),\n",
- " ('piece', 'an instance of some kind'),\n",
+ " 'clues': [('bite', 'a small amount of solid food; a mouthful'),\n",
" ('minute', 'an indefinitely short time'),\n",
+ " ('second', 'an indefinitely short time'),\n",
" ('morsel', 'a small amount of solid food; a mouthful'),\n",
- " ('number',\n",
+ " ('routine',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
- " ('bite', 'a small amount of solid food; a mouthful'),\n",
- " ('moment', 'an indefinitely short time'),\n",
- " ('act',\n",
+ " ('number',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
- " ('second', 'an indefinitely short time'),\n",
" ('chip', 'a small fragment of something broken off from the whole'),\n",
" ('mo', 'an indefinitely short time'),\n",
- " ('fleck', 'a small fragment of something broken off from the whole'),\n",
" ('flake', 'a small fragment of something broken off from the whole'),\n",
- " ('routine',\n",
- " 'a short theatrical performance that is part of a longer program'),\n",
" ('turn',\n",
" 'a short theatrical performance that is part of a longer program'),\n",
- " ('spot', 'a small piece or quantity of something'),\n",
- " ('snatch', 'a small fragment')]},\n",
+ " ('snatch', 'a small fragment'),\n",
+ " ('fleck', 'a small fragment of something broken off from the whole'),\n",
+ " ('act',\n",
+ " 'a short theatrical performance that is part of a longer program'),\n",
+ " ('scrap', 'a small fragment of something broken off from the whole'),\n",
+ " ('moment', 'an indefinitely short time'),\n",
+ " ('piece', 'an instance of some kind'),\n",
+ " ('spot', 'a small piece or quantity of something')]},\n",
" {'answer': 'bitch',\n",
" 'hint': 'synonyms for bitch',\n",
- " 'clues': [('squawk', 'informal terms for objecting'),\n",
+ " 'clues': [('beef', 'informal terms for objecting'),\n",
" ('gripe', 'informal terms for objecting'),\n",
- " ('beef', 'informal terms for objecting'),\n",
- " ('kick', 'informal terms for objecting')]},\n",
+ " ('kick', 'informal terms for objecting'),\n",
+ " ('squawk', 'informal terms for objecting')]},\n",
" {'answer': 'bitchiness',\n",
" 'hint': 'synonyms for bitchiness',\n",
- " 'clues': [('spite',\n",
- " 'malevolence by virtue of being malicious or spiteful or nasty'),\n",
- " ('nastiness',\n",
+ " 'clues': [('spitefulness',\n",
" 'malevolence by virtue of being malicious or spiteful or nasty'),\n",
- " ('spitefulness',\n",
+ " ('spite',\n",
" 'malevolence by virtue of being malicious or spiteful or nasty'),\n",
" ('cattiness',\n",
+ " 'malevolence by virtue of being malicious or spiteful or nasty'),\n",
+ " ('nastiness',\n",
" 'malevolence by virtue of being malicious or spiteful or nasty')]},\n",
" {'answer': 'bite',\n",
" 'hint': 'synonyms for bite',\n",
- " 'clues': [('morsel', 'a small amount of solid food; a mouthful'),\n",
- " ('bit', 'a small amount of solid food; a mouthful'),\n",
+ " 'clues': [('collation', 'a light informal meal'),\n",
+ " ('morsel', 'a small amount of solid food; a mouthful'),\n",
+ " ('pungency', 'a strong odor or taste property'),\n",
" ('snack', 'a light informal meal'),\n",
+ " ('bit', 'a small amount of solid food; a mouthful'),\n",
+ " ('raciness', 'a strong odor or taste property'),\n",
" ('chomp', 'the act of gripping or chewing off with the teeth and jaws'),\n",
- " ('collation', 'a light informal meal'),\n",
- " ('sharpness', 'a strong odor or taste property'),\n",
- " ('pungency', 'a strong odor or taste property'),\n",
- " ('raciness', 'a strong odor or taste property')]},\n",
+ " ('sharpness', 'a strong odor or taste property')]},\n",
" {'answer': 'bitterness',\n",
" 'hint': 'synonyms for bitterness',\n",
- " 'clues': [('rancour', 'a feeling of deep and bitter anger and ill-will'),\n",
+ " 'clues': [('jaundice', 'a rough and bitter manner'),\n",
+ " ('resentment', 'a feeling of deep and bitter anger and ill-will'),\n",
+ " ('acerbity', 'a rough and bitter manner'),\n",
" ('bitter',\n",
" 'the taste experience when quinine or coffee is taken into the mouth'),\n",
- " ('acerbity', 'a rough and bitter manner'),\n",
- " ('tartness', 'a rough and bitter manner'),\n",
- " ('resentment', 'a feeling of deep and bitter anger and ill-will'),\n",
+ " ('rancor', 'a feeling of deep and bitter anger and ill-will'),\n",
" ('thorniness', 'a rough and bitter manner'),\n",
- " ('jaundice', 'a rough and bitter manner'),\n",
- " ('gall', 'a feeling of deep and bitter anger and ill-will'),\n",
- " ('acrimony', 'a rough and bitter manner')]},\n",
+ " ('tartness', 'a rough and bitter manner'),\n",
+ " ('acrimony', 'a rough and bitter manner'),\n",
+ " ('gall', 'a feeling of deep and bitter anger and ill-will')]},\n",
" {'answer': 'bivouac',\n",
" 'hint': 'synonyms for bivouac',\n",
- " 'clues': [('campsite', 'a site where people on holiday can pitch a tent'),\n",
+ " 'clues': [('cantonment',\n",
+ " 'temporary living quarters specially built by the army for soldiers'),\n",
" ('encampment',\n",
" 'temporary living quarters specially built by the army for soldiers'),\n",
- " ('camping ground', 'a site where people on holiday can pitch a tent'),\n",
" ('camp',\n",
" 'temporary living quarters specially built by the army for soldiers'),\n",
- " ('campground', 'a site where people on holiday can pitch a tent'),\n",
" ('camping site', 'a site where people on holiday can pitch a tent'),\n",
- " ('cantonment',\n",
- " 'temporary living quarters specially built by the army for soldiers'),\n",
+ " ('campsite', 'a site where people on holiday can pitch a tent'),\n",
+ " ('campground', 'a site where people on holiday can pitch a tent'),\n",
+ " ('camping ground', 'a site where people on holiday can pitch a tent'),\n",
" ('camping area', 'a site where people on holiday can pitch a tent')]},\n",
" {'answer': 'black_eye',\n",
" 'hint': 'synonyms for black eye',\n",
- " 'clues': [('blow',\n",
+ " 'clues': [('reversal',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
- " ('reverse',\n",
+ " ('setback',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
- " ('reversal',\n",
+ " ('blow',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
- " ('setback',\n",
+ " ('reverse',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating')]},\n",
" {'answer': 'black_maria',\n",
" 'hint': 'synonyms for black maria',\n",
- " 'clues': [('wagon', 'van used by police to transport prisoners'),\n",
- " ('hearts',\n",
- " 'a form of whist in which players avoid winning tricks containing hearts or the queen of spades'),\n",
- " ('police van', 'van used by police to transport prisoners'),\n",
+ " 'clues': [('police van', 'van used by police to transport prisoners'),\n",
+ " ('paddy wagon', 'van used by police to transport prisoners'),\n",
+ " ('wagon', 'van used by police to transport prisoners'),\n",
" ('police wagon', 'van used by police to transport prisoners'),\n",
+ " ('patrol wagon', 'van used by police to transport prisoners'),\n",
" ('black Maria', 'van used by police to transport prisoners'),\n",
- " ('paddy wagon', 'van used by police to transport prisoners'),\n",
- " ('patrol wagon', 'van used by police to transport prisoners')]},\n",
+ " ('hearts',\n",
+ " 'a form of whist in which players avoid winning tricks containing hearts or the queen of spades')]},\n",
" {'answer': 'blackjack',\n",
" 'hint': 'synonyms for blackjack',\n",
- " 'clues': [('cosh',\n",
- " 'a piece of metal covered by leather with a flexible handle; used for hitting people'),\n",
- " ('sap',\n",
- " 'a piece of metal covered by leather with a flexible handle; used for hitting people'),\n",
- " ('black flag',\n",
- " 'a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship'),\n",
- " ('pirate flag',\n",
+ " 'clues': [('black flag',\n",
" 'a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship'),\n",
+ " ('vingt-et-un',\n",
+ " 'a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21'),\n",
+ " ('cosh',\n",
+ " 'a piece of metal covered by leather with a flexible handle; used for hitting people'),\n",
" ('twenty-one',\n",
" 'a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21'),\n",
- " ('vingt-et-un',\n",
- " 'a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21')]},\n",
+ " ('pirate flag',\n",
+ " 'a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship'),\n",
+ " ('sap',\n",
+ " 'a piece of metal covered by leather with a flexible handle; used for hitting people')]},\n",
" {'answer': 'blade',\n",
" 'hint': 'synonyms for blade',\n",
- " 'clues': [('brand',\n",
- " 'a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard'),\n",
- " ('vane', 'flat surface that rotates and pushes against air or water'),\n",
+ " 'clues': [('vane',\n",
+ " 'flat surface that rotates and pushes against air or water'),\n",
" ('sword',\n",
" 'a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard'),\n",
" ('steel',\n",
+ " 'a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard'),\n",
+ " ('brand',\n",
" 'a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard')]},\n",
" {'answer': 'blah',\n",
" 'hint': 'synonyms for blah',\n",
- " 'clues': [('rant', 'pompous or pretentious talk or writing'),\n",
- " ('bombast', 'pompous or pretentious talk or writing'),\n",
+ " 'clues': [('claptrap', 'pompous or pretentious talk or writing'),\n",
" ('fustian', 'pompous or pretentious talk or writing'),\n",
- " ('claptrap', 'pompous or pretentious talk or writing')]},\n",
+ " ('rant', 'pompous or pretentious talk or writing'),\n",
+ " ('bombast', 'pompous or pretentious talk or writing')]},\n",
" {'answer': 'blahs',\n",
" 'hint': 'synonyms for blahs',\n",
- " 'clues': [('claptrap', 'pompous or pretentious talk or writing'),\n",
- " ('blah', 'pompous or pretentious talk or writing'),\n",
+ " 'clues': [('blah', 'pompous or pretentious talk or writing'),\n",
+ " ('fustian', 'pompous or pretentious talk or writing'),\n",
" ('rant', 'pompous or pretentious talk or writing'),\n",
" ('bombast', 'pompous or pretentious talk or writing'),\n",
- " ('fustian', 'pompous or pretentious talk or writing')]},\n",
+ " ('claptrap', 'pompous or pretentious talk or writing')]},\n",
" {'answer': 'blandness',\n",
" 'hint': 'synonyms for blandness',\n",
" 'clues': [('suavity',\n",
" 'the quality of being bland and gracious or ingratiating in manner'),\n",
" ('smoothness',\n",
" 'the quality of being bland and gracious or ingratiating in manner'),\n",
- " ('insipidness', 'lacking any distinctive or interesting taste property'),\n",
- " ('insipidity', 'lacking any distinctive or interesting taste property'),\n",
" ('suaveness',\n",
- " 'the quality of being bland and gracious or ingratiating in manner')]},\n",
+ " 'the quality of being bland and gracious or ingratiating in manner'),\n",
+ " ('insipidity', 'lacking any distinctive or interesting taste property'),\n",
+ " ('insipidness',\n",
+ " 'lacking any distinctive or interesting taste property')]},\n",
" {'answer': 'blare',\n",
" 'hint': 'synonyms for blare',\n",
" 'clues': [('din', 'a loud harsh or strident noise'),\n",
@@ -34454,303 +34482,303 @@
" ('clamor', 'a loud harsh or strident noise')]},\n",
" {'answer': 'blast',\n",
" 'hint': 'synonyms for blast',\n",
- " 'clues': [('flak', 'intense adverse criticism'),\n",
- " ('good time', 'a highly pleasurable or exciting experience'),\n",
+ " 'clues': [('fire', 'intense adverse criticism'),\n",
+ " ('bang', 'a sudden very loud noise'),\n",
" ('blow', 'a strong current of air'),\n",
- " ('eruption', 'a sudden very loud noise'),\n",
- " ('clap', 'a sudden very loud noise'),\n",
- " ('fire', 'intense adverse criticism'),\n",
+ " ('flack', 'intense adverse criticism'),\n",
" ('bam', 'a sudden very loud noise'),\n",
- " ('bang', 'a sudden very loud noise'),\n",
+ " ('attack', 'intense adverse criticism'),\n",
" ('gust', 'a strong current of air'),\n",
- " ('attack', 'intense adverse criticism')]},\n",
+ " ('eruption', 'a sudden very loud noise'),\n",
+ " ('good time', 'a highly pleasurable or exciting experience'),\n",
+ " ('clap', 'a sudden very loud noise')]},\n",
" {'answer': 'blaze',\n",
" 'hint': 'synonyms for blaze',\n",
- " 'clues': [('brilliance',\n",
- " 'a light within the field of vision that is brighter than the brightness to which the eyes are adapted'),\n",
+ " 'clues': [('hell', 'a cause of difficulty and suffering'),\n",
" ('glare',\n",
" 'a light within the field of vision that is brighter than the brightness to which the eyes are adapted'),\n",
- " ('hell', 'a cause of difficulty and suffering'),\n",
- " ('blazing', 'a strong flame that burns brightly')]},\n",
+ " ('blazing', 'a strong flame that burns brightly'),\n",
+ " ('brilliance',\n",
+ " 'a light within the field of vision that is brighter than the brightness to which the eyes are adapted')]},\n",
" {'answer': 'blessing',\n",
" 'hint': 'synonyms for blessing',\n",
- " 'clues': [('benediction', 'the act of praying for divine protection'),\n",
+ " 'clues': [('approval', 'the formal act of approving'),\n",
+ " ('thanksgiving', 'a short prayer of thanks before a meal'),\n",
" ('approving', 'the formal act of approving'),\n",
- " ('approval', 'the formal act of approving'),\n",
- " ('grace', 'a short prayer of thanks before a meal'),\n",
- " ('thanksgiving', 'a short prayer of thanks before a meal')]},\n",
+ " ('benediction', 'the act of praying for divine protection'),\n",
+ " ('grace', 'a short prayer of thanks before a meal')]},\n",
" {'answer': 'blether',\n",
" 'hint': 'synonyms for blether',\n",
- " 'clues': [('chin music', 'idle or foolish and irrelevant talk'),\n",
+ " 'clues': [('idle talk', 'idle or foolish and irrelevant talk'),\n",
" ('prate', 'idle or foolish and irrelevant talk'),\n",
" ('prattle', 'idle or foolish and irrelevant talk'),\n",
- " ('idle talk', 'idle or foolish and irrelevant talk')]},\n",
+ " ('chin music', 'idle or foolish and irrelevant talk')]},\n",
" {'answer': 'blink',\n",
" 'hint': 'synonyms for blink',\n",
- " 'clues': [('winking', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " 'clues': [('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
" ('eye blink', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('wink', 'a reflex that closes and opens the eyes rapidly'),\n",
" ('blinking', 'a reflex that closes and opens the eyes rapidly')]},\n",
" {'answer': 'blink_of_an_eye',\n",
" 'hint': 'synonyms for blink of an eye',\n",
- " 'clues': [('split second',\n",
- " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('flash',\n",
- " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('trice',\n",
+ " 'clues': [('flash',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('instant',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('jiffy',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
- " ('twinkling',\n",
+ " ('trice',\n",
+ " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
+ " ('split second',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('wink',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
+ " ('twinkling',\n",
+ " 'a very short time (as the time it takes the eye to blink or the heart to beat)'),\n",
" ('heartbeat',\n",
" 'a very short time (as the time it takes the eye to blink or the heart to beat)')]},\n",
" {'answer': 'blinker',\n",
" 'hint': 'synonyms for blinker',\n",
- " 'clues': [('turn signal',\n",
+ " 'clues': [('turn indicator',\n",
" 'a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn'),\n",
- " ('flasher',\n",
- " 'a light that flashes on and off; used as a signal or to send messages'),\n",
+ " ('turn signal',\n",
+ " 'a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn'),\n",
+ " ('blinder',\n",
+ " 'blind consisting of a leather eyepatch sewn to the side of the halter that prevents a horse from seeing something on either side'),\n",
" ('winker',\n",
" 'blind consisting of a leather eyepatch sewn to the side of the halter that prevents a horse from seeing something on either side'),\n",
- " ('turn indicator',\n",
- " 'a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn'),\n",
" ('trafficator',\n",
" 'a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn'),\n",
- " ('blinder',\n",
- " 'blind consisting of a leather eyepatch sewn to the side of the halter that prevents a horse from seeing something on either side')]},\n",
+ " ('flasher',\n",
+ " 'a light that flashes on and off; used as a signal or to send messages')]},\n",
" {'answer': 'blinks',\n",
" 'hint': 'synonyms for blinks',\n",
- " 'clues': [('winking', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('blink', 'a reflex that closes and opens the eyes rapidly'),\n",
- " ('eye blink', 'a reflex that closes and opens the eyes rapidly')]},\n",
+ " 'clues': [('nictation', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('eye blink', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('wink', 'a reflex that closes and opens the eyes rapidly'),\n",
+ " ('blinking', 'a reflex that closes and opens the eyes rapidly')]},\n",
" {'answer': 'blistering_agent',\n",
" 'hint': 'synonyms for blistering agent',\n",
- " 'clues': [('mustard gas',\n",
- " 'a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote'),\n",
- " ('dichloroethyl sulfide',\n",
+ " 'clues': [('dichloroethyl sulfide',\n",
" 'a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote'),\n",
" ('mustard agent',\n",
" 'a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote'),\n",
+ " ('mustard gas',\n",
+ " 'a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote'),\n",
" ('sulfur mustard',\n",
" 'a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote')]},\n",
" {'answer': 'block',\n",
" 'hint': 'synonyms for block',\n",
- " 'clues': [('stop', 'an obstruction in a pipe or tube'),\n",
- " ('auction block', 'a platform from which an auctioneer sells'),\n",
- " ('pulley-block',\n",
- " 'a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope'),\n",
- " ('stoppage', 'an obstruction in a pipe or tube'),\n",
- " ('closure', 'an obstruction in a pipe or tube'),\n",
- " ('engine block',\n",
+ " 'clues': [('engine block',\n",
" 'a metal casting containing the cylinders and cooling ducts of an engine'),\n",
+ " ('closure', 'an obstruction in a pipe or tube'),\n",
" ('cube',\n",
" 'a three-dimensional shape with six square or rectangular sides'),\n",
+ " ('pulley block',\n",
+ " 'a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope'),\n",
+ " ('stoppage', 'an obstruction in a pipe or tube'),\n",
+ " ('blocking', \"the act of obstructing or deflecting someone's movements\"),\n",
" ('occlusion', 'an obstruction in a pipe or tube'),\n",
- " ('blockage', 'an obstruction in a pipe or tube'),\n",
" ('city block',\n",
" 'a rectangular area in a city surrounded by streets and usually containing several buildings'),\n",
- " ('cylinder block',\n",
- " 'a metal casting containing the cylinders and cooling ducts of an engine'),\n",
- " ('blocking', \"the act of obstructing or deflecting someone's movements\"),\n",
+ " ('mental block',\n",
+ " 'an inability to remember or think of something you normally can do; often caused by emotional tension'),\n",
+ " ('auction block', 'a platform from which an auctioneer sells'),\n",
+ " ('blockage', 'an obstruction in a pipe or tube'),\n",
+ " ('stop', 'an obstruction in a pipe or tube'),\n",
" ('pulley',\n",
" 'a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope'),\n",
- " ('mental block',\n",
- " 'an inability to remember or think of something you normally can do; often caused by emotional tension')]},\n",
+ " ('cylinder block',\n",
+ " 'a metal casting containing the cylinders and cooling ducts of an engine')]},\n",
" {'answer': 'blockage',\n",
" 'hint': 'synonyms for blockage',\n",
- " 'clues': [('stop', 'an obstruction in a pipe or tube'),\n",
- " ('occlusion', 'an obstruction in a pipe or tube'),\n",
- " ('stoppage', 'an obstruction in a pipe or tube'),\n",
+ " 'clues': [('occlusion', 'the act of blocking'),\n",
" ('closure', 'an obstruction in a pipe or tube'),\n",
- " ('block', 'an obstruction in a pipe or tube')]},\n",
+ " ('block', 'an obstruction in a pipe or tube'),\n",
+ " ('stoppage', 'an obstruction in a pipe or tube'),\n",
+ " ('stop', 'an obstruction in a pipe or tube')]},\n",
" {'answer': 'blood',\n",
" 'hint': 'synonyms for blood',\n",
- " 'clues': [('line of descent', 'the descendants of one individual'),\n",
- " ('ancestry', 'the descendants of one individual'),\n",
- " ('stock', 'the descendants of one individual'),\n",
+ " 'clues': [('bloodline', 'the descendants of one individual'),\n",
" ('line', 'the descendants of one individual'),\n",
- " ('descent', 'the descendants of one individual'),\n",
- " ('origin', 'the descendants of one individual'),\n",
" ('lineage', 'the descendants of one individual'),\n",
- " ('parentage', 'the descendants of one individual'),\n",
- " ('blood line', 'the descendants of one individual'),\n",
+ " ('origin', 'the descendants of one individual'),\n",
+ " ('pedigree', 'the descendants of one individual'),\n",
" ('stemma', 'the descendants of one individual'),\n",
- " ('pedigree', 'the descendants of one individual')]},\n",
+ " ('stock', 'the descendants of one individual'),\n",
+ " ('ancestry', 'the descendants of one individual'),\n",
+ " ('line of descent', 'the descendants of one individual'),\n",
+ " ('parentage', 'the descendants of one individual'),\n",
+ " ('descent', 'the descendants of one individual')]},\n",
" {'answer': 'blood_line',\n",
" 'hint': 'synonyms for blood line',\n",
- " 'clues': [('line of descent', 'the descendants of one individual'),\n",
- " ('ancestry', 'the descendants of one individual'),\n",
- " ('stock', 'the descendants of one individual'),\n",
+ " 'clues': [('bloodline', 'the descendants of one individual'),\n",
" ('line', 'the descendants of one individual'),\n",
- " ('descent', 'the descendants of one individual'),\n",
- " ('origin', 'the descendants of one individual'),\n",
" ('lineage', 'the descendants of one individual'),\n",
- " ('parentage', 'the descendants of one individual'),\n",
+ " ('origin', 'the descendants of one individual'),\n",
" ('blood', 'the descendants of one individual'),\n",
+ " ('pedigree', 'the descendants of one individual'),\n",
" ('stemma', 'the descendants of one individual'),\n",
- " ('bloodline', 'the descendants of one individual'),\n",
- " ('pedigree', 'the descendants of one individual')]},\n",
+ " ('stock', 'the descendants of one individual'),\n",
+ " ('ancestry', 'the descendants of one individual'),\n",
+ " ('line of descent', 'the descendants of one individual'),\n",
+ " ('parentage', 'the descendants of one individual'),\n",
+ " ('descent', 'the descendants of one individual')]},\n",
" {'answer': 'bloodline',\n",
" 'hint': 'synonyms for bloodline',\n",
- " 'clues': [('line of descent', 'the descendants of one individual'),\n",
- " ('ancestry', 'the descendants of one individual'),\n",
- " ('stock', 'the descendants of one individual'),\n",
- " ('line', 'the descendants of one individual'),\n",
- " ('descent', 'the descendants of one individual'),\n",
- " ('origin', 'the descendants of one individual'),\n",
+ " 'clues': [('line', 'the descendants of one individual'),\n",
" ('lineage', 'the descendants of one individual'),\n",
- " ('parentage', 'the descendants of one individual'),\n",
+ " ('origin', 'the descendants of one individual'),\n",
+ " ('pedigree', 'ancestry of a purebred animal'),\n",
" ('blood', 'the descendants of one individual'),\n",
- " ('blood line', 'the descendants of one individual'),\n",
" ('stemma', 'the descendants of one individual'),\n",
- " ('pedigree', 'ancestry of a purebred animal')]},\n",
+ " ('stock', 'the descendants of one individual'),\n",
+ " ('ancestry', 'the descendants of one individual'),\n",
+ " ('line of descent', 'the descendants of one individual'),\n",
+ " ('blood line', 'the descendants of one individual'),\n",
+ " ('parentage', 'the descendants of one individual'),\n",
+ " ('descent', 'the descendants of one individual')]},\n",
" {'answer': 'bloodshed',\n",
" 'hint': 'synonyms for bloodshed',\n",
- " 'clues': [('battue', 'indiscriminate slaughter'),\n",
- " ('bloodbath', 'indiscriminate slaughter'),\n",
+ " 'clues': [('bloodbath', 'indiscriminate slaughter'),\n",
" ('gore', 'the shedding of blood resulting in murder'),\n",
- " ('bloodletting', 'indiscriminate slaughter')]},\n",
+ " ('bloodletting', 'indiscriminate slaughter'),\n",
+ " ('battue', 'indiscriminate slaughter')]},\n",
" {'answer': 'bloom',\n",
" 'hint': 'synonyms for bloom',\n",
- " 'clues': [('blossom', 'the period of greatest prosperity or productivity'),\n",
+ " 'clues': [('flower', 'the period of greatest prosperity or productivity'),\n",
+ " ('salad days', 'the best time of youth'),\n",
+ " ('bloom of youth', 'the best time of youth'),\n",
+ " ('blossom', 'the period of greatest prosperity or productivity'),\n",
" ('efflorescence', 'the period of greatest prosperity or productivity'),\n",
" ('flush', 'the period of greatest prosperity or productivity'),\n",
- " ('heyday', 'the period of greatest prosperity or productivity'),\n",
" ('peak', 'the period of greatest prosperity or productivity'),\n",
- " ('bloom of youth', 'the best time of youth'),\n",
- " ('blooming', 'the organic process of bearing flowers'),\n",
" ('prime', 'the period of greatest prosperity or productivity'),\n",
- " ('flower', 'the period of greatest prosperity or productivity'),\n",
- " ('salad days', 'the best time of youth')]},\n",
+ " ('heyday', 'the period of greatest prosperity or productivity'),\n",
+ " ('blooming', 'the organic process of bearing flowers')]},\n",
" {'answer': 'bloomer',\n",
" 'hint': 'synonyms for bloomer',\n",
" 'clues': [('blooper', 'an embarrassing mistake'),\n",
" ('botch', 'an embarrassing mistake'),\n",
- " ('flub', 'an embarrassing mistake'),\n",
- " ('foul-up', 'an embarrassing mistake'),\n",
- " ('boo-boo', 'an embarrassing mistake'),\n",
- " ('boner', 'an embarrassing mistake'),\n",
" ('bungle', 'an embarrassing mistake'),\n",
" ('fuckup', 'an embarrassing mistake'),\n",
+ " ('boner', 'an embarrassing mistake'),\n",
+ " ('foul-up', 'an embarrassing mistake'),\n",
+ " ('pratfall', 'an embarrassing mistake'),\n",
+ " ('flub', 'an embarrassing mistake'),\n",
" ('blunder', 'an embarrassing mistake'),\n",
- " ('pratfall', 'an embarrassing mistake')]},\n",
+ " ('boo-boo', 'an embarrassing mistake')]},\n",
" {'answer': 'bloomers',\n",
" 'hint': 'synonyms for bloomers',\n",
- " 'clues': [('pants', 'underpants worn by women'),\n",
- " ('blooper', 'an embarrassing mistake'),\n",
+ " 'clues': [('blooper', 'an embarrassing mistake'),\n",
" ('botch', 'an embarrassing mistake'),\n",
- " ('flub', 'an embarrassing mistake'),\n",
- " ('knickers', 'underpants worn by women'),\n",
- " ('foul-up', 'an embarrassing mistake'),\n",
- " ('boo-boo', 'an embarrassing mistake'),\n",
- " ('boner', 'an embarrassing mistake'),\n",
" ('bungle', 'an embarrassing mistake'),\n",
" ('fuckup', 'an embarrassing mistake'),\n",
+ " ('knickers', 'underpants worn by women'),\n",
+ " ('boner', 'an embarrassing mistake'),\n",
+ " ('foul-up', 'an embarrassing mistake'),\n",
+ " ('pants', 'underpants worn by women'),\n",
+ " ('pratfall', 'an embarrassing mistake'),\n",
+ " ('flub', 'an embarrassing mistake'),\n",
" ('blunder', 'an embarrassing mistake'),\n",
- " ('drawers', 'underpants worn by women'),\n",
- " ('pratfall', 'an embarrassing mistake')]},\n",
+ " ('boo-boo', 'an embarrassing mistake'),\n",
+ " ('drawers', 'underpants worn by women')]},\n",
" {'answer': 'blooper',\n",
" 'hint': 'synonyms for blooper',\n",
" 'clues': [('botch', 'an embarrassing mistake'),\n",
- " ('flub', 'an embarrassing mistake'),\n",
- " ('bloomer', 'an embarrassing mistake'),\n",
- " ('foul-up', 'an embarrassing mistake'),\n",
- " ('boo-boo', 'an embarrassing mistake'),\n",
- " ('boner', 'an embarrassing mistake'),\n",
" ('bungle', 'an embarrassing mistake'),\n",
" ('fuckup', 'an embarrassing mistake'),\n",
+ " ('boner', 'an embarrassing mistake'),\n",
+ " ('foul-up', 'an embarrassing mistake'),\n",
+ " ('pratfall', 'an embarrassing mistake'),\n",
+ " ('flub', 'an embarrassing mistake'),\n",
" ('blunder', 'an embarrassing mistake'),\n",
- " ('pratfall', 'an embarrassing mistake')]},\n",
+ " ('boo-boo', 'an embarrassing mistake'),\n",
+ " ('bloomer', 'an embarrassing mistake')]},\n",
" {'answer': 'blossom',\n",
" 'hint': 'synonyms for blossom',\n",
- " 'clues': [('peak', 'the period of greatest prosperity or productivity'),\n",
- " ('bloom', 'the period of greatest prosperity or productivity'),\n",
- " ('efflorescence', 'the period of greatest prosperity or productivity'),\n",
- " ('prime', 'the period of greatest prosperity or productivity'),\n",
+ " 'clues': [('bloom', 'the period of greatest prosperity or productivity'),\n",
" ('flower', 'the period of greatest prosperity or productivity'),\n",
+ " ('efflorescence', 'the period of greatest prosperity or productivity'),\n",
" ('flush', 'the period of greatest prosperity or productivity'),\n",
+ " ('peak', 'the period of greatest prosperity or productivity'),\n",
+ " ('prime', 'the period of greatest prosperity or productivity'),\n",
" ('heyday', 'the period of greatest prosperity or productivity')]},\n",
" {'answer': 'blossoming',\n",
" 'hint': 'synonyms for blossoming',\n",
- " 'clues': [('flowering',\n",
- " 'the time and process of budding and unfolding of blossoms'),\n",
- " ('efflorescence',\n",
+ " 'clues': [('efflorescence',\n",
" 'the time and process of budding and unfolding of blossoms'),\n",
- " ('anthesis', 'the time and process of budding and unfolding of blossoms'),\n",
" ('inflorescence',\n",
+ " 'the time and process of budding and unfolding of blossoms'),\n",
+ " ('flowering',\n",
+ " 'the time and process of budding and unfolding of blossoms'),\n",
+ " ('anthesis',\n",
" 'the time and process of budding and unfolding of blossoms')]},\n",
" {'answer': 'blot',\n",
" 'hint': 'synonyms for blot',\n",
- " 'clues': [('smear',\n",
- " 'an act that brings discredit to the person who does it'),\n",
- " ('daub', 'a blemish made by dirt'),\n",
- " ('smudge', 'a blemish made by dirt'),\n",
- " ('smirch', 'an act that brings discredit to the person who does it'),\n",
+ " 'clues': [('smirch', 'a blemish made by dirt'),\n",
" ('spot', 'a blemish made by dirt'),\n",
+ " ('smear', 'a blemish made by dirt'),\n",
" ('slur', 'a blemish made by dirt'),\n",
- " ('stain', 'an act that brings discredit to the person who does it')]},\n",
+ " ('daub', 'a blemish made by dirt'),\n",
+ " ('stain', 'an act that brings discredit to the person who does it'),\n",
+ " ('smudge', 'a blemish made by dirt')]},\n",
" {'answer': 'blotter',\n",
" 'hint': 'synonyms for blotter',\n",
" 'clues': [('blotting paper', 'absorbent paper used to dry ink'),\n",
- " ('rap sheet',\n",
+ " ('day book',\n",
" 'the daily written record of events (as arrests) in a police station'),\n",
" ('police blotter',\n",
" 'the daily written record of events (as arrests) in a police station'),\n",
- " ('day book',\n",
- " 'the daily written record of events (as arrests) in a police station'),\n",
" ('charge sheet',\n",
+ " 'the daily written record of events (as arrests) in a police station'),\n",
+ " ('rap sheet',\n",
" 'the daily written record of events (as arrests) in a police station')]},\n",
" {'answer': 'blow',\n",
" 'hint': 'synonyms for blow',\n",
- " 'clues': [('snow', 'street names for cocaine'),\n",
- " ('reversal',\n",
- " 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
- " ('coke', 'street names for cocaine'),\n",
- " ('nose candy', 'street names for cocaine'),\n",
- " ('bump', 'an impact (as from a collision)'),\n",
- " ('setback',\n",
+ " 'clues': [('reversal',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
- " ('puff', 'forceful exhalation through the nose or mouth'),\n",
" ('blast', 'a strong current of air'),\n",
" ('black eye',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
+ " ('bump', 'an impact (as from a collision)'),\n",
+ " ('nose candy', 'street names for cocaine'),\n",
+ " ('coke', 'street names for cocaine'),\n",
+ " ('snow', 'street names for cocaine'),\n",
+ " ('gust', 'a strong current of air'),\n",
+ " ('puff', 'forceful exhalation through the nose or mouth'),\n",
" ('reverse',\n",
" 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating'),\n",
" ('shock', 'an unpleasant or disappointing surprise'),\n",
- " ('gust', 'a strong current of air')]},\n",
+ " ('setback',\n",
+ " 'an unfortunate happening that hinders or impedes; something that is thwarting or frustrating')]},\n",
" {'answer': 'blowout',\n",
" 'hint': 'synonyms for blowout',\n",
" 'clues': [('gala affair', 'a gay festivity'),\n",
- " ('walkaway', 'an easy victory'),\n",
" ('laugher', 'an easy victory'),\n",
+ " ('jamboree', 'a gay festivity'),\n",
+ " ('romp', 'an easy victory'),\n",
+ " ('walkaway', 'an easy victory'),\n",
" ('runaway', 'an easy victory'),\n",
" ('shoo-in', 'an easy victory'),\n",
- " ('romp', 'an easy victory'),\n",
- " ('gala', 'a gay festivity'),\n",
- " ('jamboree', 'a gay festivity')]},\n",
+ " ('gala', 'a gay festivity')]},\n",
" {'answer': 'blowup',\n",
" 'hint': 'synonyms for blowup',\n",
- " 'clues': [('outburst', 'an unrestrained expression of emotion'),\n",
- " ('magnification', 'a photographic print that has been enlarged'),\n",
- " ('effusion', 'an unrestrained expression of emotion'),\n",
- " ('enlargement', 'a photographic print that has been enlarged'),\n",
- " ('gush', 'an unrestrained expression of emotion'),\n",
- " ('detonation',\n",
+ " 'clues': [('detonation',\n",
" 'a violent release of energy caused by a chemical or nuclear reaction'),\n",
" ('ebullition', 'an unrestrained expression of emotion'),\n",
" ('explosion',\n",
- " 'a violent release of energy caused by a chemical or nuclear reaction')]},\n",
+ " 'a violent release of energy caused by a chemical or nuclear reaction'),\n",
+ " ('effusion', 'an unrestrained expression of emotion'),\n",
+ " ('gush', 'an unrestrained expression of emotion'),\n",
+ " ('enlargement', 'a photographic print that has been enlarged'),\n",
+ " ('outburst', 'an unrestrained expression of emotion'),\n",
+ " ('magnification', 'a photographic print that has been enlarged')]},\n",
" {'answer': 'blue_devils',\n",
" 'hint': 'synonyms for blue devils',\n",
- " 'clues': [('blue',\n",
+ " 'clues': [('amobarbital sodium',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
- " ('amobarbital sodium',\n",
+ " ('blue',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
" ('blue angel',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
@@ -34760,222 +34788,224 @@
" 'hint': 'synonyms for blues',\n",
" 'clues': [('blue', 'the sky as viewed during daylight'),\n",
" ('blue air', 'the sky as viewed during daylight'),\n",
+ " ('blueness',\n",
+ " 'blue color or pigment; resembling the color of the clear sky in the daytime'),\n",
" ('wild blue yonder', 'the sky as viewed during daylight'),\n",
+ " ('blue sky', 'the sky as viewed during daylight'),\n",
" ('amobarbital sodium',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
- " ('blue devil',\n",
- " 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
" ('bluing', 'used to whiten laundry or hair or give it a bluish tinge'),\n",
- " ('blueness',\n",
- " 'blue color or pigment; resembling the color of the clear sky in the daytime'),\n",
" ('blue angel',\n",
" 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic'),\n",
- " ('blue sky', 'the sky as viewed during daylight')]},\n",
+ " ('blue devil',\n",
+ " 'the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic')]},\n",
" {'answer': 'blunder',\n",
" 'hint': 'synonyms for blunder',\n",
- " 'clues': [('botch', 'an embarrassing mistake'),\n",
- " ('blooper', 'an embarrassing mistake'),\n",
- " ('flub', 'an embarrassing mistake'),\n",
- " ('foul-up', 'an embarrassing mistake'),\n",
- " ('boo-boo', 'an embarrassing mistake'),\n",
- " ('boner', 'an embarrassing mistake'),\n",
+ " 'clues': [('blooper', 'an embarrassing mistake'),\n",
+ " ('botch', 'an embarrassing mistake'),\n",
" ('bungle', 'an embarrassing mistake'),\n",
" ('fuckup', 'an embarrassing mistake'),\n",
- " ('pratfall', 'an embarrassing mistake')]},\n",
+ " ('boner', 'an embarrassing mistake'),\n",
+ " ('foul-up', 'an embarrassing mistake'),\n",
+ " ('pratfall', 'an embarrassing mistake'),\n",
+ " ('flub', 'an embarrassing mistake'),\n",
+ " ('boo-boo', 'an embarrassing mistake')]},\n",
" {'answer': 'blurriness',\n",
" 'hint': 'synonyms for blurriness',\n",
- " 'clues': [('fogginess',\n",
- " 'the quality of being indistinct and without sharp outlines'),\n",
- " ('softness',\n",
+ " 'clues': [('indistinctness',\n",
" 'the quality of being indistinct and without sharp outlines'),\n",
" ('fuzziness',\n",
" 'the quality of being indistinct and without sharp outlines'),\n",
- " ('indistinctness',\n",
+ " ('softness',\n",
+ " 'the quality of being indistinct and without sharp outlines'),\n",
+ " ('fogginess',\n",
" 'the quality of being indistinct and without sharp outlines')]},\n",
" {'answer': 'bm',\n",
" 'hint': 'synonyms for bm',\n",
- " 'clues': [('fecal matter',\n",
+ " 'clues': [('dejection',\n",
" 'solid excretory product evacuated from the bowels'),\n",
- " ('faeces', 'solid excretory product evacuated from the bowels'),\n",
" ('bowel movement', 'a euphemism for defecation'),\n",
- " ('ordure', 'solid excretory product evacuated from the bowels'),\n",
- " ('movement', 'a euphemism for defecation'),\n",
" ('stool', 'solid excretory product evacuated from the bowels'),\n",
- " ('dejection', 'solid excretory product evacuated from the bowels')]},\n",
+ " ('movement', 'a euphemism for defecation'),\n",
+ " ('faeces', 'solid excretory product evacuated from the bowels'),\n",
+ " ('faecal matter', 'solid excretory product evacuated from the bowels'),\n",
+ " ('ordure', 'solid excretory product evacuated from the bowels')]},\n",
" {'answer': 'board',\n",
" 'hint': 'synonyms for board',\n",
- " 'clues': [('plug-in',\n",
+ " 'clues': [('circuit board',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
- " ('display board',\n",
- " 'a vertical surface on which information can be displayed to public view'),\n",
- " ('control panel',\n",
+ " ('card',\n",
+ " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
+ " ('control board',\n",
" 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
- " ('dining table', 'a table at which meals are served'),\n",
" ('plank',\n",
" 'a stout length of sawn timber; made in a wide variety of sizes and used for many purposes'),\n",
" ('instrument panel',\n",
" 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
- " ('card',\n",
+ " ('gameboard',\n",
+ " 'a flat portable surface (usually rectangular) designed for board games'),\n",
+ " ('add-in',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
+ " ('dining table', 'a table at which meals are served'),\n",
+ " ('control panel',\n",
+ " 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
" ('table', 'food or meals in general'),\n",
" ('panel',\n",
" 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
" ('display panel',\n",
" 'a vertical surface on which information can be displayed to public view'),\n",
- " ('gameboard',\n",
- " 'a flat portable surface (usually rectangular) designed for board games'),\n",
- " ('control board',\n",
- " 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
- " ('circuit board',\n",
- " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
- " ('add-in',\n",
+ " ('display board',\n",
+ " 'a vertical surface on which information can be displayed to public view'),\n",
+ " ('plug-in',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\")]},\n",
" {'answer': 'boards',\n",
" 'hint': 'synonyms for boards',\n",
" 'clues': [('board',\n",
" 'a stout length of sawn timber; made in a wide variety of sizes and used for many purposes'),\n",
- " ('display board',\n",
- " 'a vertical surface on which information can be displayed to public view'),\n",
- " ('control panel',\n",
- " 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
- " ('table', 'food or meals in general'),\n",
- " ('panel',\n",
- " 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
- " ('plug-in',\n",
+ " ('circuit board',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
- " ('instrument panel',\n",
+ " ('card',\n",
+ " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
+ " ('control board',\n",
" 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
- " ('dining table', 'a table at which meals are served'),\n",
" ('plank',\n",
" 'a stout length of sawn timber; made in a wide variety of sizes and used for many purposes'),\n",
- " ('card',\n",
- " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
- " ('circuit card',\n",
- " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
- " ('display panel',\n",
- " 'a vertical surface on which information can be displayed to public view'),\n",
" ('gameboard',\n",
" 'a flat portable surface (usually rectangular) designed for board games'),\n",
- " ('control board',\n",
+ " ('dining table', 'a table at which meals are served'),\n",
+ " ('control panel',\n",
+ " 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
+ " ('table', 'food or meals in general'),\n",
+ " ('instrument panel',\n",
+ " 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
+ " ('panel',\n",
" 'electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices'),\n",
+ " ('display panel',\n",
+ " 'a vertical surface on which information can be displayed to public view'),\n",
+ " ('display board',\n",
+ " 'a vertical surface on which information can be displayed to public view'),\n",
+ " ('plug-in',\n",
+ " \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\"),\n",
" ('add-in',\n",
" \"a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities\")]},\n",
" {'answer': 'boater',\n",
" 'hint': 'synonyms for boater',\n",
- " 'clues': [('skimmer', 'a stiff hat made of straw with a flat crown'),\n",
- " ('straw hat', 'a stiff hat made of straw with a flat crown'),\n",
- " ('leghorn', 'a stiff hat made of straw with a flat crown'),\n",
- " ('sailor', 'a stiff hat made of straw with a flat crown')]},\n",
+ " 'clues': [('straw hat', 'a stiff hat made of straw with a flat crown'),\n",
+ " ('skimmer', 'a stiff hat made of straw with a flat crown'),\n",
+ " ('sailor', 'a stiff hat made of straw with a flat crown'),\n",
+ " ('leghorn', 'a stiff hat made of straw with a flat crown')]},\n",
" {'answer': 'bob',\n",
" 'hint': 'synonyms for bob',\n",
- " 'clues': [('bobsled',\n",
- " 'a long racing sled (for 2 or more people) with a steering mechanism'),\n",
- " ('bobfloat',\n",
+ " 'clues': [('shilling', 'a former monetary unit in Great Britain'),\n",
+ " ('cork',\n",
" 'a small float usually made of cork; attached to a fishing line'),\n",
+ " ('bobsled',\n",
+ " 'a long racing sled (for 2 or more people) with a steering mechanism'),\n",
" ('bobsleigh',\n",
" 'a long racing sled (for 2 or more people) with a steering mechanism'),\n",
- " ('shilling', 'a former monetary unit in Great Britain'),\n",
- " ('bobber',\n",
+ " ('bobfloat',\n",
" 'a small float usually made of cork; attached to a fishing line'),\n",
- " ('cork',\n",
+ " ('bobber',\n",
" 'a small float usually made of cork; attached to a fishing line')]},\n",
" {'answer': 'body_armor',\n",
" 'hint': 'synonyms for body armor',\n",
- " 'clues': [('suit of armour',\n",
- " \"armor that protects the wearer's whole body\"),\n",
- " ('body armour', \"armor that protects the wearer's whole body\"),\n",
+ " 'clues': [('body armour', \"armor that protects the wearer's whole body\"),\n",
+ " ('cataphract', \"armor that protects the wearer's whole body\"),\n",
" ('coat of mail', \"armor that protects the wearer's whole body\"),\n",
- " ('cataphract', \"armor that protects the wearer's whole body\")]},\n",
+ " ('suit of armour', \"armor that protects the wearer's whole body\")]},\n",
" {'answer': 'body_armour',\n",
" 'hint': 'synonyms for body armour',\n",
- " 'clues': [('cataphract', \"armor that protects the wearer's whole body\"),\n",
- " ('suit of armour', \"armor that protects the wearer's whole body\"),\n",
- " ('body armor', \"armor that protects the wearer's whole body\"),\n",
- " ('coat of mail', \"armor that protects the wearer's whole body\")]},\n",
+ " 'clues': [('body armor', \"armor that protects the wearer's whole body\"),\n",
+ " ('cataphract', \"armor that protects the wearer's whole body\"),\n",
+ " ('coat of mail', \"armor that protects the wearer's whole body\"),\n",
+ " ('suit of armour', \"armor that protects the wearer's whole body\")]},\n",
" {'answer': 'body_politic',\n",
" 'hint': 'synonyms for body politic',\n",
- " 'clues': [('nation',\n",
+ " 'clues': [('country',\n",
" 'a politically organized body of people under a single government'),\n",
- " ('land',\n",
- " 'a politically organized body of people under a single government'),\n",
- " ('country',\n",
+ " ('state',\n",
" 'a politically organized body of people under a single government'),\n",
" ('commonwealth',\n",
" 'a politically organized body of people under a single government'),\n",
+ " ('land',\n",
+ " 'a politically organized body of people under a single government'),\n",
" ('res publica',\n",
" 'a politically organized body of people under a single government'),\n",
- " ('state',\n",
+ " ('nation',\n",
" 'a politically organized body of people under a single government')]},\n",
" {'answer': 'body_waste',\n",
" 'hint': 'synonyms for body waste',\n",
- " 'clues': [('excretion',\n",
+ " 'clues': [('excretory product',\n",
+ " 'waste matter (as urine or sweat but especially feces) discharged from the body'),\n",
+ " ('excretion',\n",
" 'waste matter (as urine or sweat but especially feces) discharged from the body'),\n",
" ('excrement',\n",
" 'waste matter (as urine or sweat but especially feces) discharged from the body'),\n",
" ('excreta',\n",
- " 'waste matter (as urine or sweat but especially feces) discharged from the body'),\n",
- " ('excretory product',\n",
" 'waste matter (as urine or sweat but especially feces) discharged from the body')]},\n",
" {'answer': 'boldness',\n",
" 'hint': 'synonyms for boldness',\n",
- " 'clues': [('strikingness',\n",
- " 'the quality of standing out strongly and distinctly'),\n",
- " ('cheek', 'impudent aggressiveness'),\n",
+ " 'clues': [('hardihood',\n",
+ " 'the trait of being willing to undertake things that involve risk or danger'),\n",
" ('nerve', 'impudent aggressiveness'),\n",
" ('hardiness',\n",
" 'the trait of being willing to undertake things that involve risk or danger'),\n",
- " ('hardihood',\n",
- " 'the trait of being willing to undertake things that involve risk or danger'),\n",
+ " ('cheek', 'impudent aggressiveness'),\n",
" ('brass', 'impudent aggressiveness'),\n",
+ " ('face', 'impudent aggressiveness'),\n",
" ('daring',\n",
" 'the trait of being willing to undertake things that involve risk or danger'),\n",
- " ('face', 'impudent aggressiveness')]},\n",
+ " ('strikingness', 'the quality of standing out strongly and distinctly')]},\n",
" {'answer': 'boloney',\n",
" 'hint': 'synonyms for boloney',\n",
- " 'clues': [('twaddle', 'pretentious or silly talk or writing'),\n",
- " ('tarradiddle', 'pretentious or silly talk or writing'),\n",
- " ('tommyrot', 'pretentious or silly talk or writing'),\n",
- " ('bosh', 'pretentious or silly talk or writing'),\n",
+ " 'clues': [('tarradiddle', 'pretentious or silly talk or writing'),\n",
+ " ('twaddle', 'pretentious or silly talk or writing'),\n",
" ('baloney', 'pretentious or silly talk or writing'),\n",
+ " ('tosh', 'pretentious or silly talk or writing'),\n",
" ('bilgewater', 'pretentious or silly talk or writing'),\n",
+ " ('bosh', 'pretentious or silly talk or writing'),\n",
+ " ('tommyrot', 'pretentious or silly talk or writing'),\n",
" ('humbug', 'pretentious or silly talk or writing'),\n",
- " ('drool', 'pretentious or silly talk or writing'),\n",
- " ('tosh', 'pretentious or silly talk or writing')]},\n",
+ " ('drool', 'pretentious or silly talk or writing')]},\n",
" {'answer': 'bombardment',\n",
" 'hint': 'synonyms for bombardment',\n",
- " 'clues': [('barrage fire',\n",
+ " 'clues': [('shelling',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
- " ('onslaught',\n",
- " 'the rapid and continuous delivery of linguistic communication (spoken or written)'),\n",
" ('battery',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
- " ('barrage',\n",
+ " ('barrage fire',\n",
" 'the heavy fire of artillery to saturate an area rather than hit a specific target'),\n",
+ " ('onslaught',\n",
+ " 'the rapid and continuous delivery of linguistic communication (spoken or written)'),\n",
" ('bombing', 'an attack by dropping bombs'),\n",
- " ('outpouring',\n",
+ " ('barrage',\n",
" 'the rapid and continuous delivery of linguistic communication (spoken or written)'),\n",
- " ('shelling',\n",
- " 'the heavy fire of artillery to saturate an area rather than hit a specific target')]},\n",
+ " ('outpouring',\n",
+ " 'the rapid and continuous delivery of linguistic communication (spoken or written)')]},\n",
" {'answer': 'bombast',\n",
" 'hint': 'synonyms for bombast',\n",
- " 'clues': [('rant', 'pompous or pretentious talk or writing'),\n",
- " ('claptrap', 'pompous or pretentious talk or writing'),\n",
+ " 'clues': [('blah', 'pompous or pretentious talk or writing'),\n",
" ('fustian', 'pompous or pretentious talk or writing'),\n",
- " ('blah', 'pompous or pretentious talk or writing')]},\n",
+ " ('rant', 'pompous or pretentious talk or writing'),\n",
+ " ('claptrap', 'pompous or pretentious talk or writing')]},\n",
" {'answer': 'bomber',\n",
" 'hint': 'synonyms for bomber',\n",
- " 'clues': [('submarine sandwich',\n",
+ " 'clues': [('torpedo',\n",
+ " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
+ " ('submarine sandwich',\n",
+ " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
+ " ('hoagie',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
" ('poor boy',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('submarine',\n",
+ " ('hero sandwich',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
" ('hero',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('torpedo',\n",
- " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
" ('hoagy',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
+ " ('submarine',\n",
+ " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
" ('grinder',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
" ('wedge',\n",
@@ -34983,149 +35013,145 @@
" ('zep',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
" ('sub',\n",
- " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('hoagie',\n",
- " 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States'),\n",
- " ('hero sandwich',\n",
" 'a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States')]},\n",
" {'answer': 'bon_ton',\n",
" 'hint': 'synonyms for bon ton',\n",
" 'clues': [('smart set', 'the fashionable elite'),\n",
- " ('high society', 'the fashionable elite'),\n",
+ " ('beau monde', 'the fashionable elite'),\n",
" ('society', 'the fashionable elite'),\n",
- " ('beau monde', 'the fashionable elite')]},\n",
+ " ('high society', 'the fashionable elite')]},\n",
" {'answer': 'bonanza',\n",
" 'hint': 'synonyms for bonanza',\n",
" 'clues': [('manna from heaven',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
" ('bunce',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
- " ('godsend',\n",
- " 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
- " ('windfall',\n",
+ " ('gravy',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
" ('gold rush',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
+ " ('windfall',\n",
+ " 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
" ('boom',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
- " ('gravy',\n",
+ " ('godsend',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)')]},\n",
" {'answer': 'bond',\n",
" 'hint': 'synonyms for bond',\n",
- " 'clues': [('shackle',\n",
+ " 'clues': [('trammel',\n",
" 'a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)'),\n",
- " ('adherence',\n",
+ " ('adhesiveness',\n",
" 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
- " ('alliance',\n",
- " 'a connection based on kinship or marriage or common interest'),\n",
- " ('hamper',\n",
- " 'a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)'),\n",
+ " ('bond paper',\n",
+ " 'a superior quality of strong durable white writing paper; originally made for printing documents'),\n",
" ('bond certificate',\n",
" 'a certificate of debt (usually interest-bearing or discounted) that is issued by a government or corporation in order to raise money; the issuer is required to pay a fixed sum annually until maturity and then a fixed sum to repay the principal'),\n",
- " ('trammel',\n",
- " 'a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)'),\n",
- " ('bail',\n",
- " '(criminal law) money that must be forfeited by the bondsman if an accused person fails to appear in court for trial'),\n",
- " ('attachment', 'a connection that fastens things together'),\n",
- " ('adhesiveness',\n",
- " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
" ('bail bond',\n",
" '(criminal law) money that must be forfeited by the bondsman if an accused person fails to appear in court for trial'),\n",
+ " ('attachment', 'a connection that fastens things together'),\n",
" ('chemical bond', 'an electrical force linking atoms'),\n",
- " ('bond paper',\n",
- " 'a superior quality of strong durable white writing paper; originally made for printing documents'),\n",
+ " ('shackle',\n",
+ " 'a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)'),\n",
" ('adhesion',\n",
- " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition')]},\n",
+ " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
+ " ('adherence',\n",
+ " 'the property of sticking together (as of glue and wood) or the joining of surfaces of different composition'),\n",
+ " ('alliance',\n",
+ " 'a connection based on kinship or marriage or common interest'),\n",
+ " ('bail',\n",
+ " '(criminal law) money that must be forfeited by the bondsman if an accused person fails to appear in court for trial'),\n",
+ " ('hamper',\n",
+ " 'a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)')]},\n",
" {'answer': 'boner',\n",
" 'hint': 'synonyms for boner',\n",
- " 'clues': [('botch', 'an embarrassing mistake'),\n",
- " ('blooper', 'an embarrassing mistake'),\n",
- " ('flub', 'an embarrassing mistake'),\n",
- " ('foul-up', 'an embarrassing mistake'),\n",
- " ('boo-boo', 'an embarrassing mistake'),\n",
+ " 'clues': [('blooper', 'an embarrassing mistake'),\n",
+ " ('botch', 'an embarrassing mistake'),\n",
" ('bungle', 'an embarrassing mistake'),\n",
" ('fuckup', 'an embarrassing mistake'),\n",
+ " ('foul-up', 'an embarrassing mistake'),\n",
+ " ('pratfall', 'an embarrassing mistake'),\n",
+ " ('flub', 'an embarrassing mistake'),\n",
" ('blunder', 'an embarrassing mistake'),\n",
- " ('pratfall', 'an embarrassing mistake')]},\n",
+ " ('boo-boo', 'an embarrassing mistake')]},\n",
" {'answer': 'bones',\n",
" 'hint': 'synonyms for bones',\n",
- " 'clues': [('osseous tissue',\n",
- " 'the porous calcified substance from which bones are made'),\n",
+ " 'clues': [('clappers',\n",
+ " 'a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance'),\n",
+ " ('castanets',\n",
+ " 'a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance'),\n",
" ('ivory', 'a shade of white the color of bleached bones'),\n",
- " ('pearl', 'a shade of white the color of bleached bones'),\n",
" ('off-white', 'a shade of white the color of bleached bones'),\n",
+ " ('pearl', 'a shade of white the color of bleached bones'),\n",
+ " ('osseous tissue',\n",
+ " 'the porous calcified substance from which bones are made'),\n",
" ('finger cymbals',\n",
" 'a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance'),\n",
- " ('bone', 'a shade of white the color of bleached bones'),\n",
- " ('castanets',\n",
- " 'a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance'),\n",
- " ('clappers',\n",
- " 'a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance')]},\n",
+ " ('bone', 'a shade of white the color of bleached bones')]},\n",
" {'answer': 'bonhomie',\n",
" 'hint': 'synonyms for bonhomie',\n",
- " 'clues': [('amiability',\n",
+ " 'clues': [('geniality',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('affableness',\n",
+ " ('amiability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('affability',\n",
+ " ('amiableness',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('geniality',\n",
+ " ('affableness',\n",
" 'a disposition to be friendly and approachable (easy to talk to)'),\n",
- " ('amiableness',\n",
+ " ('affability',\n",
" 'a disposition to be friendly and approachable (easy to talk to)')]},\n",
" {'answer': 'boniness',\n",
" 'hint': 'synonyms for boniness',\n",
- " 'clues': [('maceration',\n",
- " 'extreme leanness (usually caused by starvation or disease)'),\n",
- " ('bonyness',\n",
+ " 'clues': [('gauntness',\n",
" 'extreme leanness (usually caused by starvation or disease)'),\n",
" ('emaciation',\n",
" 'extreme leanness (usually caused by starvation or disease)'),\n",
- " ('gauntness',\n",
+ " ('bonyness',\n",
+ " 'extreme leanness (usually caused by starvation or disease)'),\n",
+ " ('maceration',\n",
" 'extreme leanness (usually caused by starvation or disease)')]},\n",
" {'answer': 'bonyness',\n",
" 'hint': 'synonyms for bonyness',\n",
- " 'clues': [('maceration',\n",
+ " 'clues': [('gauntness',\n",
" 'extreme leanness (usually caused by starvation or disease)'),\n",
- " ('emaciation',\n",
+ " ('boniness',\n",
" 'extreme leanness (usually caused by starvation or disease)'),\n",
- " ('gauntness',\n",
+ " ('emaciation',\n",
" 'extreme leanness (usually caused by starvation or disease)'),\n",
- " ('boniness',\n",
+ " ('maceration',\n",
" 'extreme leanness (usually caused by starvation or disease)')]},\n",
" {'answer': 'boo',\n",
" 'hint': 'synonyms for boo',\n",
- " 'clues': [('bird',\n",
+ " 'clues': [('razzing',\n",
" 'a cry or noise made to express displeasure or contempt'),\n",
- " ('razzing', 'a cry or noise made to express displeasure or contempt'),\n",
- " ('hoot', 'a cry or noise made to express displeasure or contempt'),\n",
" ('hiss', 'a cry or noise made to express displeasure or contempt'),\n",
" ('raspberry', 'a cry or noise made to express displeasure or contempt'),\n",
- " ('snort', 'a cry or noise made to express displeasure or contempt')]},\n",
+ " ('bird', 'a cry or noise made to express displeasure or contempt'),\n",
+ " ('snort', 'a cry or noise made to express displeasure or contempt'),\n",
+ " ('hoot', 'a cry or noise made to express displeasure or contempt')]},\n",
" {'answer': 'boo-boo',\n",
" 'hint': 'synonyms for boo-boo',\n",
- " 'clues': [('botch', 'an embarrassing mistake'),\n",
- " ('blooper', 'an embarrassing mistake'),\n",
- " ('flub', 'an embarrassing mistake'),\n",
- " ('foul-up', 'an embarrassing mistake'),\n",
- " ('boner', 'an embarrassing mistake'),\n",
+ " 'clues': [('blooper', 'an embarrassing mistake'),\n",
+ " ('botch', 'an embarrassing mistake'),\n",
" ('bungle', 'an embarrassing mistake'),\n",
" ('fuckup', 'an embarrassing mistake'),\n",
- " ('blunder', 'an embarrassing mistake'),\n",
- " ('pratfall', 'an embarrassing mistake')]},\n",
+ " ('boner', 'an embarrassing mistake'),\n",
+ " ('foul-up', 'an embarrassing mistake'),\n",
+ " ('pratfall', 'an embarrassing mistake'),\n",
+ " ('flub', 'an embarrassing mistake'),\n",
+ " ('blunder', 'an embarrassing mistake')]},\n",
" {'answer': 'boob_tube',\n",
" 'hint': 'synonyms for boob tube',\n",
- " 'clues': [('goggle box',\n",
+ " 'clues': [('television',\n",
" 'an electronic device that receives television signals and displays them on a screen'),\n",
- " ('idiot box',\n",
+ " ('tv set',\n",
" 'an electronic device that receives television signals and displays them on a screen'),\n",
- " ('television set',\n",
+ " ('telly',\n",
" 'an electronic device that receives television signals and displays them on a screen'),\n",
- " ('tv set',\n",
+ " ('television set',\n",
" 'an electronic device that receives television signals and displays them on a screen'),\n",
- " ('television',\n",
+ " ('goggle box',\n",
" 'an electronic device that receives television signals and displays them on a screen'),\n",
- " ('telly',\n",
+ " ('idiot box',\n",
" 'an electronic device that receives television signals and displays them on a screen'),\n",
" ('tv',\n",
" 'an electronic device that receives television signals and displays them on a screen'),\n",
@@ -35134,309 +35160,309 @@
" {'answer': 'booby_hatch',\n",
" 'hint': 'synonyms for booby hatch',\n",
" 'clues': [('loony bin', 'pejorative terms for an insane asylum'),\n",
- " (\"cuckoo's nest\", 'pejorative terms for an insane asylum'),\n",
- " ('snake pit', 'pejorative terms for an insane asylum'),\n",
- " ('nut house', 'pejorative terms for an insane asylum'),\n",
" ('sanatorium', 'pejorative terms for an insane asylum'),\n",
" ('funny farm', 'pejorative terms for an insane asylum'),\n",
" ('madhouse', 'pejorative terms for an insane asylum'),\n",
+ " ('funny house', 'pejorative terms for an insane asylum'),\n",
+ " ('nuthouse', 'pejorative terms for an insane asylum'),\n",
+ " (\"cuckoo's nest\", 'pejorative terms for an insane asylum'),\n",
" ('crazy house', 'pejorative terms for an insane asylum'),\n",
- " ('funny house', 'pejorative terms for an insane asylum')]},\n",
+ " ('snake pit', 'pejorative terms for an insane asylum')]},\n",
" {'answer': 'boodle',\n",
" 'hint': 'synonyms for boodle',\n",
- " 'clues': [('sugar', 'informal terms for money'),\n",
- " ('bread', 'informal terms for money'),\n",
- " ('simoleons', 'informal terms for money'),\n",
+ " 'clues': [('kale', 'informal terms for money'),\n",
+ " ('scratch', 'informal terms for money'),\n",
" ('dinero', 'informal terms for money'),\n",
- " ('clams', 'informal terms for money'),\n",
- " ('pelf', 'informal terms for money'),\n",
- " ('dough', 'informal terms for money'),\n",
+ " ('shekels', 'informal terms for money'),\n",
+ " ('cabbage', 'informal terms for money'),\n",
" ('lettuce', 'informal terms for money'),\n",
- " ('scratch', 'informal terms for money'),\n",
- " ('stops',\n",
- " 'a gambling card game in which chips are placed on the ace and king and queen and jack of separate suits (taken from a separate deck); a player plays the lowest card of a suit in his hand and successively higher cards are played until the sequence stops; the player who plays a card matching one in the layout wins all the chips on that card'),\n",
" ('gelt', 'informal terms for money'),\n",
" ('lucre', 'informal terms for money'),\n",
+ " ('dough', 'informal terms for money'),\n",
" ('wampum', 'informal terms for money'),\n",
+ " ('pelf', 'informal terms for money'),\n",
+ " ('stops',\n",
+ " 'a gambling card game in which chips are placed on the ace and king and queen and jack of separate suits (taken from a separate deck); a player plays the lowest card of a suit in his hand and successively higher cards are played until the sequence stops; the player who plays a card matching one in the layout wins all the chips on that card'),\n",
+ " ('clams', 'informal terms for money'),\n",
+ " ('lolly', 'informal terms for money'),\n",
" ('loot', 'informal terms for money'),\n",
- " ('cabbage', 'informal terms for money'),\n",
- " ('kale', 'informal terms for money'),\n",
- " ('moolah', 'informal terms for money'),\n",
- " ('shekels', 'informal terms for money'),\n",
- " ('lolly', 'informal terms for money')]},\n",
+ " ('bread', 'informal terms for money'),\n",
+ " ('sugar', 'informal terms for money'),\n",
+ " ('simoleons', 'informal terms for money'),\n",
+ " ('moolah', 'informal terms for money')]},\n",
" {'answer': 'book',\n",
" 'hint': 'synonyms for book',\n",
- " 'clues': [('leger', 'a record in which commercial accounts are recorded'),\n",
- " ('account book', 'a record in which commercial accounts are recorded'),\n",
- " ('record book',\n",
- " 'a compilation of the known facts regarding something or someone'),\n",
+ " 'clues': [(\"al-Qur'an\",\n",
+ " 'the sacred writings of Islam revealed by God to the prophet Muhammad during his life at Mecca and Medina'),\n",
+ " ('volume',\n",
+ " 'physical objects consisting of a number of pages bound together'),\n",
+ " ('script',\n",
+ " 'a written version of a play or other dramatic composition; used in preparing for a performance'),\n",
+ " ('playscript',\n",
+ " 'a written version of a play or other dramatic composition; used in preparing for a performance'),\n",
+ " ('ledger', 'a record in which commercial accounts are recorded'),\n",
" ('record',\n",
" 'a compilation of the known facts regarding something or someone'),\n",
- " (\"al-Qur'an\",\n",
- " 'the sacred writings of Islam revealed by God to the prophet Muhammad during his life at Mecca and Medina'),\n",
" ('book of account', 'a record in which commercial accounts are recorded'),\n",
+ " ('record book',\n",
+ " 'a compilation of the known facts regarding something or someone'),\n",
" ('rule book',\n",
" 'a collection of rules or prescribed standards on the basis of which decisions are made'),\n",
- " ('playscript',\n",
- " 'a written version of a play or other dramatic composition; used in preparing for a performance'),\n",
- " ('script',\n",
- " 'a written version of a play or other dramatic composition; used in preparing for a performance'),\n",
- " ('volume',\n",
- " 'physical objects consisting of a number of pages bound together')]},\n",
+ " ('account book', 'a record in which commercial accounts are recorded')]},\n",
" {'answer': 'booklet',\n",
" 'hint': 'synonyms for booklet',\n",
- " 'clues': [('folder', 'a small book usually having a paper cover'),\n",
- " ('pamphlet', 'a small book usually having a paper cover'),\n",
+ " 'clues': [('brochure', 'a small book usually having a paper cover'),\n",
+ " ('folder', 'a small book usually having a paper cover'),\n",
" ('leaflet', 'a small book usually having a paper cover'),\n",
- " ('brochure', 'a small book usually having a paper cover')]},\n",
+ " ('pamphlet', 'a small book usually having a paper cover')]},\n",
" {'answer': 'boom',\n",
" 'hint': 'synonyms for boom',\n",
- " 'clues': [('thunder', 'a deep prolonged loud noise'),\n",
- " ('godsend',\n",
- " 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
- " ('windfall',\n",
+ " 'clues': [('roar', 'a deep prolonged loud noise'),\n",
+ " ('bunce',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
- " ('roar', 'a deep prolonged loud noise'),\n",
" ('microphone boom',\n",
" 'a pole carrying an overhead microphone projected over a film or tv set'),\n",
- " ('gravy',\n",
- " 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
- " ('manna from heaven',\n",
+ " ('windfall',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
- " ('bunce',\n",
+ " ('godsend',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
" ('bonanza',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
+ " ('gravy',\n",
+ " 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
+ " ('thunder', 'a deep prolonged loud noise'),\n",
" ('gold rush',\n",
+ " 'a sudden happening that brings good fortune (as a sudden opportunity to make money)'),\n",
+ " ('manna from heaven',\n",
" 'a sudden happening that brings good fortune (as a sudden opportunity to make money)')]},\n",
" {'answer': 'boost',\n",
" 'hint': 'synonyms for boost',\n",
- " 'clues': [('cost increase', 'an increase in cost'),\n",
- " ('encouragement', 'the act of giving hope or support to someone'),\n",
+ " 'clues': [('hike', 'an increase in cost'),\n",
+ " ('cost increase', 'an increase in cost'),\n",
" ('rise', 'an increase in cost'),\n",
- " ('hike', 'an increase in cost')]},\n",
+ " ('encouragement', 'the act of giving hope or support to someone')]},\n",
" {'answer': 'booster',\n",
" 'hint': 'synonyms for booster',\n",
- " 'clues': [('booster dose',\n",
- " 'an additional dose that makes sure the first dose was effective'),\n",
- " ('booster station',\n",
+ " 'clues': [('booster station',\n",
+ " 'an amplifier for restoring the strength of a transmitted signal'),\n",
+ " ('relay link',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
- " ('booster shot',\n",
- " 'an additional dose that makes sure the first dose was effective'),\n",
- " ('booster unit', 'the first stage of a multistage rocket'),\n",
- " ('recall dose',\n",
- " 'an additional dose that makes sure the first dose was effective'),\n",
" ('booster rocket', 'the first stage of a multistage rocket'),\n",
" ('relay transmitter',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
- " ('booster amplifier',\n",
- " 'an amplifier for restoring the strength of a transmitted signal'),\n",
+ " ('booster unit', 'the first stage of a multistage rocket'),\n",
" ('relay station',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
- " ('relay link',\n",
+ " ('booster amplifier',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
+ " ('takeoff booster', 'the first stage of a multistage rocket'),\n",
+ " ('booster dose',\n",
+ " 'an additional dose that makes sure the first dose was effective'),\n",
+ " ('recall dose',\n",
+ " 'an additional dose that makes sure the first dose was effective'),\n",
" ('takeoff rocket', 'the first stage of a multistage rocket'),\n",
- " ('takeoff booster', 'the first stage of a multistage rocket')]},\n",
+ " ('booster shot',\n",
+ " 'an additional dose that makes sure the first dose was effective')]},\n",
" {'answer': 'booster_amplifier',\n",
" 'hint': 'synonyms for booster amplifier',\n",
" 'clues': [('booster station',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
+ " ('relay link',\n",
+ " 'an amplifier for restoring the strength of a transmitted signal'),\n",
" ('relay transmitter',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
" ('booster',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
- " ('relay link',\n",
- " 'an amplifier for restoring the strength of a transmitted signal'),\n",
" ('relay station',\n",
" 'an amplifier for restoring the strength of a transmitted signal')]},\n",
" {'answer': 'booster_rocket',\n",
" 'hint': 'synonyms for booster rocket',\n",
- " 'clues': [('booster', 'the first stage of a multistage rocket'),\n",
- " ('takeoff booster', 'the first stage of a multistage rocket'),\n",
+ " 'clues': [('takeoff booster', 'the first stage of a multistage rocket'),\n",
+ " ('booster', 'the first stage of a multistage rocket'),\n",
" ('takeoff rocket', 'the first stage of a multistage rocket'),\n",
" ('booster unit', 'the first stage of a multistage rocket')]},\n",
" {'answer': 'booster_station',\n",
" 'hint': 'synonyms for booster station',\n",
- " 'clues': [('relay transmitter',\n",
+ " 'clues': [('relay link',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
- " ('booster amplifier',\n",
+ " ('relay transmitter',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
" ('booster',\n",
" 'an amplifier for restoring the strength of a transmitted signal'),\n",
- " ('relay link',\n",
- " 'an amplifier for restoring the strength of a transmitted signal'),\n",
" ('relay station',\n",
+ " 'an amplifier for restoring the strength of a transmitted signal'),\n",
+ " ('booster amplifier',\n",
" 'an amplifier for restoring the strength of a transmitted signal')]},\n",
" {'answer': 'booster_unit',\n",
" 'hint': 'synonyms for booster unit',\n",
- " 'clues': [('booster', 'the first stage of a multistage rocket'),\n",
- " ('takeoff booster', 'the first stage of a multistage rocket'),\n",
+ " 'clues': [('takeoff booster', 'the first stage of a multistage rocket'),\n",
+ " ('booster', 'the first stage of a multistage rocket'),\n",
" ('takeoff rocket', 'the first stage of a multistage rocket'),\n",
" ('booster rocket', 'the first stage of a multistage rocket')]},\n",
" {'answer': 'boot',\n",
" 'hint': 'synonyms for boot',\n",
- " 'clues': [('iron heel',\n",
+ " 'clues': [('rush', 'the swift release of a store of affective force'),\n",
+ " ('kick', 'the swift release of a store of affective force'),\n",
+ " ('flush', 'the swift release of a store of affective force'),\n",
+ " ('iron heel',\n",
" 'an instrument of torture that is used to heat or crush the foot and leg'),\n",
" ('the boot',\n",
" 'an instrument of torture that is used to heat or crush the foot and leg'),\n",
- " ('kick', 'the act of delivering a blow with the foot'),\n",
+ " ('charge', 'the swift release of a store of affective force'),\n",
" ('iron boot',\n",
" 'an instrument of torture that is used to heat or crush the foot and leg'),\n",
- " ('rush', 'the swift release of a store of affective force'),\n",
" ('bang', 'the swift release of a store of affective force'),\n",
- " ('flush', 'the swift release of a store of affective force'),\n",
- " ('thrill', 'the swift release of a store of affective force'),\n",
- " ('charge', 'the swift release of a store of affective force')]},\n",
+ " ('thrill', 'the swift release of a store of affective force')]},\n",
" {'answer': 'booty',\n",
" 'hint': 'synonyms for booty',\n",
- " 'clues': [('dirty money', 'goods or money obtained illegally'),\n",
- " ('plunder', 'goods or money obtained illegally'),\n",
+ " 'clues': [('pillage', 'goods or money obtained illegally'),\n",
" ('swag', 'goods or money obtained illegally'),\n",
- " ('loot', 'goods or money obtained illegally'),\n",
- " ('pillage', 'goods or money obtained illegally'),\n",
- " ('prize', 'goods or money obtained illegally')]},\n",
+ " ('plunder', 'goods or money obtained illegally'),\n",
+ " ('prize', 'goods or money obtained illegally'),\n",
+ " ('dirty money', 'goods or money obtained illegally'),\n",
+ " ('loot', 'goods or money obtained illegally')]},\n",
" {'answer': 'booze',\n",
" 'hint': 'synonyms for booze',\n",
- " 'clues': [('liquor',\n",
+ " 'clues': [('strong drink',\n",
" 'an alcoholic beverage that is distilled rather than fermented'),\n",
- " ('hard liquor',\n",
+ " ('spirits',\n",
" 'an alcoholic beverage that is distilled rather than fermented'),\n",
- " ('strong drink',\n",
+ " ('liquor',\n",
" 'an alcoholic beverage that is distilled rather than fermented'),\n",
- " ('hard drink',\n",
+ " ('hard liquor',\n",
" 'an alcoholic beverage that is distilled rather than fermented'),\n",
- " ('spirits',\n",
+ " ('hard drink',\n",
" 'an alcoholic beverage that is distilled rather than fermented')]},\n",
" {'answer': 'booze-up',\n",
" 'hint': 'synonyms for booze-up',\n",
- " 'clues': [('bender', 'revelry in drinking; a merry drinking party'),\n",
- " ('carouse', 'revelry in drinking; a merry drinking party'),\n",
+ " 'clues': [('carouse', 'revelry in drinking; a merry drinking party'),\n",
+ " ('bender', 'revelry in drinking; a merry drinking party'),\n",
" ('carousal', 'revelry in drinking; a merry drinking party'),\n",
" ('toot', 'revelry in drinking; a merry drinking party')]},\n",
" {'answer': 'bordello',\n",
" 'hint': 'synonyms for bordello',\n",
- " 'clues': [('house of ill repute',\n",
+ " 'clues': [('house of prostitution',\n",
" 'a building where prostitutes are available'),\n",
+ " ('sporting house', 'a building where prostitutes are available'),\n",
+ " ('whorehouse', 'a building where prostitutes are available'),\n",
" ('bawdyhouse', 'a building where prostitutes are available'),\n",
" ('bagnio', 'a building where prostitutes are available'),\n",
+ " ('house of ill repute', 'a building where prostitutes are available'),\n",
" ('cathouse', 'a building where prostitutes are available'),\n",
- " ('house of prostitution', 'a building where prostitutes are available'),\n",
- " ('brothel', 'a building where prostitutes are available'),\n",
- " ('whorehouse', 'a building where prostitutes are available'),\n",
- " ('sporting house', 'a building where prostitutes are available')]},\n",
+ " ('brothel', 'a building where prostitutes are available')]},\n",
" {'answer': 'border',\n",
" 'hint': 'synonyms for border',\n",
- " 'clues': [('borderline', 'a line that indicates a boundary'),\n",
- " ('edge', 'the boundary of a surface'),\n",
- " ('boundary line', 'a line that indicates a boundary'),\n",
- " ('delimitation', 'a line that indicates a boundary'),\n",
- " ('molding', 'a decorative recessed or relieved surface on an edge'),\n",
- " ('margin',\n",
- " 'the boundary line or the area immediately inside the boundary'),\n",
+ " 'clues': [('edge', 'the boundary of a surface'),\n",
+ " ('mete', 'a line that indicates a boundary'),\n",
" ('perimeter',\n",
" 'the boundary line or the area immediately inside the boundary'),\n",
- " ('mete', 'a line that indicates a boundary')]},\n",
+ " ('margin',\n",
+ " 'the boundary line or the area immediately inside the boundary'),\n",
+ " ('delimitation', 'a line that indicates a boundary'),\n",
+ " ('molding', 'a decorative recessed or relieved surface on an edge'),\n",
+ " ('boundary line', 'a line that indicates a boundary'),\n",
+ " ('borderline', 'a line that indicates a boundary')]},\n",
" {'answer': 'bore',\n",
" 'hint': 'synonyms for bore',\n",
- " 'clues': [('aegir',\n",
- " 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
- " ('tidal bore',\n",
+ " 'clues': [('calibre', 'diameter of a tube or gun barrel'),\n",
+ " ('aegir',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
- " ('bore-hole',\n",
- " 'a hole or passage made by a drill; usually made for exploratory purposes'),\n",
- " ('drill hole',\n",
- " 'a hole or passage made by a drill; usually made for exploratory purposes'),\n",
" ('eager',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
+ " ('tidal bore',\n",
+ " 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
" ('eagre',\n",
" 'a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)'),\n",
- " ('calibre', 'diameter of a tube or gun barrel'),\n",
- " ('gauge', 'diameter of a tube or gun barrel')]},\n",
+ " ('gauge', 'diameter of a tube or gun barrel'),\n",
+ " ('drill hole',\n",
+ " 'a hole or passage made by a drill; usually made for exploratory purposes'),\n",
+ " ('bore-hole',\n",
+ " 'a hole or passage made by a drill; usually made for exploratory purposes')]},\n",
" {'answer': 'bosh',\n",
" 'hint': 'synonyms for bosh',\n",
- " 'clues': [('twaddle', 'pretentious or silly talk or writing'),\n",
- " ('tarradiddle', 'pretentious or silly talk or writing'),\n",
- " ('tommyrot', 'pretentious or silly talk or writing'),\n",
- " ('boloney', 'pretentious or silly talk or writing'),\n",
+ " 'clues': [('tarradiddle', 'pretentious or silly talk or writing'),\n",
+ " ('twaddle', 'pretentious or silly talk or writing'),\n",
+ " ('baloney', 'pretentious or silly talk or writing'),\n",
+ " ('tosh', 'pretentious or silly talk or writing'),\n",
" ('bilgewater', 'pretentious or silly talk or writing'),\n",
+ " ('tommyrot', 'pretentious or silly talk or writing'),\n",
" ('humbug', 'pretentious or silly talk or writing'),\n",
- " ('drool', 'pretentious or silly talk or writing'),\n",
- " ('tosh', 'pretentious or silly talk or writing')]},\n",
+ " ('drool', 'pretentious or silly talk or writing')]},\n",
" {'answer': 'botch',\n",
" 'hint': 'synonyms for botch',\n",
" 'clues': [('blooper', 'an embarrassing mistake'),\n",
- " ('flub', 'an embarrassing mistake'),\n",
- " ('foul-up', 'an embarrassing mistake'),\n",
- " ('boo-boo', 'an embarrassing mistake'),\n",
- " ('boner', 'an embarrassing mistake'),\n",
- " ('bungle', 'an embarrassing mistake'),\n",
" ('fuckup', 'an embarrassing mistake'),\n",
+ " ('bungle', 'an embarrassing mistake'),\n",
+ " ('boner', 'an embarrassing mistake'),\n",
+ " ('foul-up', 'an embarrassing mistake'),\n",
+ " ('pratfall', 'an embarrassing mistake'),\n",
+ " ('flub', 'an embarrassing mistake'),\n",
" ('blunder', 'an embarrassing mistake'),\n",
- " ('pratfall', 'an embarrassing mistake')]},\n",
+ " ('boo-boo', 'an embarrassing mistake')]},\n",
" {'answer': 'bother',\n",
" 'hint': 'synonyms for bother',\n",
" 'clues': [('fuss', 'an angry disturbance'),\n",
" ('botheration',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('trouble', 'an angry disturbance'),\n",
- " ('infliction',\n",
- " 'something or someone that causes trouble; a source of unhappiness'),\n",
" ('pain',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('annoyance',\n",
+ " ('pain in the neck',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
+ " ('hassle', 'an angry disturbance'),\n",
" ('pain in the ass',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('pain in the neck',\n",
+ " ('annoyance',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('hassle', 'an angry disturbance')]},\n",
+ " ('infliction',\n",
+ " 'something or someone that causes trouble; a source of unhappiness'),\n",
+ " ('trouble', 'an angry disturbance')]},\n",
" {'answer': 'botheration',\n",
" 'hint': 'synonyms for botheration',\n",
- " 'clues': [('infliction',\n",
- " 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('pain',\n",
+ " 'clues': [('pain in the ass',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
" ('annoyance',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
" ('bother',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
- " ('pain in the ass',\n",
+ " ('infliction',\n",
" 'something or someone that causes trouble; a source of unhappiness'),\n",
" ('pain in the neck',\n",
+ " 'something or someone that causes trouble; a source of unhappiness'),\n",
+ " ('pain',\n",
" 'something or someone that causes trouble; a source of unhappiness')]},\n",
" {'answer': 'bounce',\n",
" 'hint': 'synonyms for bounce',\n",
- " 'clues': [('leap', 'a light, self-propelled movement upwards or forwards'),\n",
- " ('bounciness', 'the quality of a substance that is able to rebound'),\n",
- " ('spring', 'a light, self-propelled movement upwards or forwards'),\n",
- " ('bound', 'a light, self-propelled movement upwards or forwards'),\n",
+ " 'clues': [('bouncing', 'rebounding from an impact (or series of impacts)'),\n",
+ " ('leaping', 'a light, self-propelled movement upwards or forwards'),\n",
" ('saltation', 'a light, self-propelled movement upwards or forwards'),\n",
- " ('bouncing', 'rebounding from an impact (or series of impacts)')]},\n",
+ " ('bound', 'a light, self-propelled movement upwards or forwards'),\n",
+ " ('bounciness', 'the quality of a substance that is able to rebound'),\n",
+ " ('spring', 'a light, self-propelled movement upwards or forwards')]},\n",
" {'answer': 'boundary_line',\n",
" 'hint': 'synonyms for boundary line',\n",
- " 'clues': [('borderline', 'a line that indicates a boundary'),\n",
+ " 'clues': [('mete', 'a line that indicates a boundary'),\n",
" ('border', 'a line that indicates a boundary'),\n",
- " ('delimitation', 'a line that indicates a boundary'),\n",
- " ('mete', 'a line that indicates a boundary')]},\n",
+ " ('borderline', 'a line that indicates a boundary'),\n",
+ " ('delimitation', 'a line that indicates a boundary')]},\n",
" ...],\n",
" 'portion': 0.2},\n",
" {'name': 'adjectives',\n",
" 'groups': [{'answer': '1000',\n",
" 'hint': 'synonyms for 1000',\n",
- " 'clues': [('k', 'denoting a quantity consisting of 1,000 items or units'),\n",
- " ('thousand', 'denoting a quantity consisting of 1,000 items or units'),\n",
+ " 'clues': [('one thousand',\n",
+ " 'denoting a quantity consisting of 1,000 items or units'),\n",
" ('m', 'denoting a quantity consisting of 1,000 items or units'),\n",
- " ('one thousand',\n",
- " 'denoting a quantity consisting of 1,000 items or units')]},\n",
+ " ('k', 'denoting a quantity consisting of 1,000 items or units'),\n",
+ " ('thousand', 'denoting a quantity consisting of 1,000 items or units')]},\n",
" {'answer': 'a-one',\n",
" 'hint': 'synonyms for a-one',\n",
- " 'clues': [('topnotch', 'of the highest quality'),\n",
- " ('super', 'of the highest quality'),\n",
- " ('crack', 'of the highest quality'),\n",
- " ('tiptop', 'of the highest quality'),\n",
- " ('ace', 'of the highest quality'),\n",
+ " 'clues': [('super', 'of the highest quality'),\n",
" ('first-rate', 'of the highest quality'),\n",
- " ('tops', 'of the highest quality')]},\n",
+ " ('top-notch', 'of the highest quality'),\n",
+ " ('tops', 'of the highest quality'),\n",
+ " ('ace', 'of the highest quality'),\n",
+ " ('crack', 'of the highest quality'),\n",
+ " ('tiptop', 'of the highest quality')]},\n",
" {'answer': 'a_la_mode',\n",
" 'hint': 'synonyms for a la mode',\n",
" 'clues': [('in style', 'in the current fashion or style'),\n",
@@ -35446,1483 +35472,1488 @@
" {'answer': 'abhorrent',\n",
" 'hint': 'synonyms for abhorrent',\n",
" 'clues': [('repulsive', 'offensive to the mind'),\n",
- " ('repugnant', 'offensive to the mind'),\n",
" ('detestable', 'offensive to the mind'),\n",
- " ('obscene', 'offensive to the mind')]},\n",
+ " ('obscene', 'offensive to the mind'),\n",
+ " ('repugnant', 'offensive to the mind')]},\n",
" {'answer': 'abject',\n",
" 'hint': 'synonyms for abject',\n",
- " 'clues': [('low', 'of the most contemptible kind'),\n",
- " ('miserable', 'of the most contemptible kind'),\n",
- " ('low-down', 'of the most contemptible kind'),\n",
+ " 'clues': [('low-down', 'of the most contemptible kind'),\n",
+ " ('low', 'of the most contemptible kind'),\n",
" ('unhopeful', 'showing utter resignation or hopelessness'),\n",
- " ('scurvy', 'of the most contemptible kind'),\n",
- " ('scummy', 'of the most contemptible kind')]},\n",
+ " ('scummy', 'of the most contemptible kind'),\n",
+ " ('miserable', 'of the most contemptible kind'),\n",
+ " ('scurvy', 'of the most contemptible kind')]},\n",
" {'answer': 'ablaze',\n",
" 'hint': 'synonyms for ablaze',\n",
- " 'clues': [('alight', 'lighted up by or as by fire or flame'),\n",
+ " 'clues': [('aroused',\n",
+ " 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker'),\n",
" ('aflare', 'lighted up by or as by fire or flame'),\n",
- " ('reddened', 'lighted with red light as if with flames'),\n",
- " ('aflame', 'lighted up by or as by fire or flame'),\n",
+ " ('on fire', 'lighted up by or as by fire or flame'),\n",
" ('afire', 'lighted up by or as by fire or flame'),\n",
+ " ('aflame', 'lighted up by or as by fire or flame'),\n",
+ " ('reddened', 'lighted with red light as if with flames'),\n",
" ('inflamed', 'lighted with red light as if with flames'),\n",
- " ('on fire', 'lighted up by or as by fire or flame'),\n",
- " ('aroused',\n",
- " 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker')]},\n",
+ " ('alight', 'lighted up by or as by fire or flame')]},\n",
" {'answer': 'abominable',\n",
" 'hint': 'synonyms for abominable',\n",
" 'clues': [('execrable', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
- " ('atrocious', 'exceptionally bad or displeasing'),\n",
- " ('painful', 'exceptionally bad or displeasing'),\n",
- " ('dreadful', 'exceptionally bad or displeasing'),\n",
" ('unspeakable', 'exceptionally bad or displeasing'),\n",
" ('awful', 'exceptionally bad or displeasing'),\n",
+ " ('odious', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
" ('terrible', 'exceptionally bad or displeasing'),\n",
+ " ('painful', 'exceptionally bad or displeasing'),\n",
+ " ('atrocious', 'exceptionally bad or displeasing'),\n",
" ('detestable', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
- " ('odious', 'unequivocally detestable; ; ; ; - Edmund Burke')]},\n",
+ " ('dreadful', 'exceptionally bad or displeasing')]},\n",
" {'answer': 'aboriginal',\n",
" 'hint': 'synonyms for aboriginal',\n",
- " 'clues': [('primal',\n",
+ " 'clues': [('primaeval',\n",
" 'having existed from the beginning; in an earliest or original stage or state'),\n",
- " ('native',\n",
- " 'characteristic of or relating to people inhabiting a region from the beginning'),\n",
" ('primordial',\n",
" 'having existed from the beginning; in an earliest or original stage or state'),\n",
- " ('primaeval',\n",
+ " ('native',\n",
+ " 'characteristic of or relating to people inhabiting a region from the beginning'),\n",
+ " ('primal',\n",
" 'having existed from the beginning; in an earliest or original stage or state')]},\n",
" {'answer': 'absent',\n",
" 'hint': 'synonyms for absent',\n",
- " 'clues': [('absentminded', 'lost in thought; showing preoccupation'),\n",
- " ('wanting', 'nonexistent'),\n",
+ " 'clues': [('abstracted', 'lost in thought; showing preoccupation'),\n",
+ " ('lacking', 'nonexistent'),\n",
" ('missing', 'nonexistent'),\n",
- " ('abstracted', 'lost in thought; showing preoccupation'),\n",
+ " ('absentminded', 'lost in thought; showing preoccupation'),\n",
" ('scatty', 'lost in thought; showing preoccupation'),\n",
- " ('lacking', 'nonexistent')]},\n",
+ " ('wanting', 'nonexistent')]},\n",
" {'answer': 'absolute',\n",
" 'hint': 'synonyms for absolute',\n",
- " 'clues': [('inviolable', 'not capable of being violated or infringed'),\n",
- " ('downright',\n",
+ " 'clues': [('sheer',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
+ " ('infrangible', 'not capable of being violated or infringed'),\n",
" ('out-and-out',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
- " ('right-down',\n",
+ " ('inviolable', 'not capable of being violated or infringed'),\n",
+ " ('rank',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
- " ('sheer',\n",
+ " ('downright',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
- " ('infrangible', 'not capable of being violated or infringed'),\n",
- " ('rank',\n",
+ " ('right-down',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers')]},\n",
" {'answer': 'absolved',\n",
" 'hint': 'synonyms for absolved',\n",
- " 'clues': [('vindicated', 'freed from any question of guilt'),\n",
+ " 'clues': [('clear', 'freed from any question of guilt'),\n",
" ('cleared', 'freed from any question of guilt'),\n",
- " ('clear', 'freed from any question of guilt'),\n",
- " ('exonerated', 'freed from any question of guilt'),\n",
- " ('exculpated', 'freed from any question of guilt')]},\n",
+ " ('exculpated', 'freed from any question of guilt'),\n",
+ " ('vindicated', 'freed from any question of guilt'),\n",
+ " ('exonerated', 'freed from any question of guilt')]},\n",
" {'answer': 'absorbed',\n",
" 'hint': 'synonyms for absorbed',\n",
- " 'clues': [('captive',\n",
+ " 'clues': [('engrossed',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
- " ('wrapped',\n",
- " 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
- " ('engrossed',\n",
+ " ('captive',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
" ('intent',\n",
+ " 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
+ " ('enwrapped',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare')]},\n",
" {'answer': 'absorbing',\n",
" 'hint': 'synonyms for absorbing',\n",
- " 'clues': [('gripping', 'capable of arousing and holding the attention'),\n",
- " ('riveting', 'capable of arousing and holding the attention'),\n",
- " ('fascinating', 'capable of arousing and holding the attention'),\n",
- " ('engrossing', 'capable of arousing and holding the attention')]},\n",
+ " 'clues': [('fascinating', 'capable of arousing and holding the attention'),\n",
+ " ('gripping', 'capable of arousing and holding the attention'),\n",
+ " ('engrossing', 'capable of arousing and holding the attention'),\n",
+ " ('riveting', 'capable of arousing and holding the attention')]},\n",
" {'answer': 'absurd',\n",
" 'hint': 'synonyms for absurd',\n",
- " 'clues': [('ludicrous', 'incongruous;inviting ridicule'),\n",
+ " 'clues': [('preposterous', 'incongruous;inviting ridicule'),\n",
+ " ('ludicrous', 'incongruous;inviting ridicule'),\n",
" ('laughable', 'incongruous;inviting ridicule'),\n",
" ('nonsensical', 'incongruous;inviting ridicule'),\n",
" ('derisory', 'incongruous;inviting ridicule'),\n",
" ('cockeyed', 'incongruous;inviting ridicule'),\n",
- " ('preposterous', 'incongruous;inviting ridicule'),\n",
- " ('ridiculous', 'incongruous;inviting ridicule'),\n",
- " ('idiotic', 'incongruous;inviting ridicule')]},\n",
+ " ('idiotic', 'incongruous;inviting ridicule'),\n",
+ " ('ridiculous', 'incongruous;inviting ridicule')]},\n",
" {'answer': 'accessory',\n",
" 'hint': 'synonyms for accessory',\n",
- " 'clues': [('auxiliary', 'furnishing added support'),\n",
- " ('accessary', 'aiding and abetting in a crime'),\n",
- " ('adjunct', 'furnishing added support'),\n",
+ " 'clues': [('adjunct', 'furnishing added support'),\n",
+ " ('appurtenant', 'furnishing added support'),\n",
" ('ancillary', 'furnishing added support'),\n",
" ('adjuvant', 'furnishing added support'),\n",
- " ('appurtenant', 'furnishing added support')]},\n",
+ " ('auxiliary', 'furnishing added support'),\n",
+ " ('accessary', 'aiding and abetting in a crime')]},\n",
" {'answer': 'accompanying',\n",
" 'hint': 'synonyms for accompanying',\n",
- " 'clues': [('resultant', 'following or accompanying as a consequence'),\n",
- " ('sequent', 'following or accompanying as a consequence'),\n",
- " ('consequent', 'following or accompanying as a consequence'),\n",
+ " 'clues': [('consequent', 'following or accompanying as a consequence'),\n",
+ " ('attendant', 'following or accompanying as a consequence'),\n",
" ('concomitant', 'following or accompanying as a consequence'),\n",
- " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('resultant', 'following or accompanying as a consequence'),\n",
" ('ensuant', 'following or accompanying as a consequence'),\n",
- " ('attendant', 'following or accompanying as a consequence')]},\n",
+ " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('sequent', 'following or accompanying as a consequence')]},\n",
" {'answer': 'accomplishable',\n",
" 'hint': 'synonyms for accomplishable',\n",
" 'clues': [('realizable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
- " ('achievable',\n",
- " 'capable of existing or taking place or proving true; possible to do'),\n",
" ('doable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
+ " ('achievable',\n",
+ " 'capable of existing or taking place or proving true; possible to do'),\n",
" ('manageable',\n",
" 'capable of existing or taking place or proving true; possible to do')]},\n",
" {'answer': 'accomplished',\n",
" 'hint': 'synonyms for accomplished',\n",
- " 'clues': [('realised', 'successfully completed or brought to an end'),\n",
+ " 'clues': [('completed', 'successfully completed or brought to an end'),\n",
+ " ('realised', 'successfully completed or brought to an end'),\n",
" ('effected', 'settled securely and unconditionally'),\n",
- " ('complete', 'highly skilled'),\n",
" ('established', 'settled securely and unconditionally')]},\n",
" {'answer': 'accordant',\n",
" 'hint': 'synonyms for accordant',\n",
" 'clues': [('agreeable', 'in keeping'),\n",
+ " ('concordant', 'in keeping'),\n",
" ('conformable', 'in keeping'),\n",
- " ('consonant', 'in keeping'),\n",
- " ('concordant', 'in keeping')]},\n",
+ " ('consonant', 'in keeping')]},\n",
" {'answer': 'accusative',\n",
" 'hint': 'synonyms for accusative',\n",
- " 'clues': [('accusing',\n",
- " 'containing or expressing accusation; ; ; - O.Henry'),\n",
- " ('accusive', 'containing or expressing accusation; ; ; - O.Henry'),\n",
- " ('objective',\n",
+ " 'clues': [('objective',\n",
" 'serving as or indicating the object of a verb or of certain prepositions and used for certain other purposes'),\n",
- " ('accusatory', 'containing or expressing accusation; ; ; - O.Henry')]},\n",
+ " ('accusing', 'containing or expressing accusation; ; ; - O.Henry'),\n",
+ " ('accusatory', 'containing or expressing accusation; ; ; - O.Henry'),\n",
+ " ('accusive', 'containing or expressing accusation; ; ; - O.Henry')]},\n",
" {'answer': 'ace',\n",
" 'hint': 'synonyms for ace',\n",
" 'clues': [('topnotch', 'of the highest quality'),\n",
- " ('first-rate', 'of the highest quality'),\n",
- " ('tops', 'of the highest quality'),\n",
" ('super', 'of the highest quality'),\n",
+ " ('first-rate', 'of the highest quality'),\n",
" ('crack', 'of the highest quality'),\n",
+ " ('tops', 'of the highest quality'),\n",
" ('tiptop', 'of the highest quality')]},\n",
" {'answer': 'acerb',\n",
" 'hint': 'synonyms for acerb',\n",
- " 'clues': [('acrid', 'harsh or corrosive in tone'),\n",
- " ('acerbic', 'harsh or corrosive in tone'),\n",
- " ('caustic', 'harsh or corrosive in tone'),\n",
+ " 'clues': [('acid', 'harsh or corrosive in tone'),\n",
+ " ('sulfurous', 'harsh or corrosive in tone'),\n",
" ('vitriolic', 'harsh or corrosive in tone'),\n",
" ('virulent', 'harsh or corrosive in tone'),\n",
- " ('sulphurous', 'harsh or corrosive in tone'),\n",
- " ('sulfurous', 'harsh or corrosive in tone'),\n",
- " ('bitter', 'harsh or corrosive in tone'),\n",
+ " ('blistering', 'harsh or corrosive in tone'),\n",
" ('astringent', 'sour or bitter in taste'),\n",
- " ('blistering', 'harsh or corrosive in tone')]},\n",
+ " ('bitter', 'harsh or corrosive in tone'),\n",
+ " ('caustic', 'harsh or corrosive in tone'),\n",
+ " ('acerbic', 'sour or bitter in taste'),\n",
+ " ('sulphurous', 'harsh or corrosive in tone')]},\n",
" {'answer': 'acerbic',\n",
" 'hint': 'synonyms for acerbic',\n",
- " 'clues': [('acerb', 'harsh or corrosive in tone'),\n",
- " ('acrid', 'harsh or corrosive in tone'),\n",
+ " 'clues': [('acid', 'harsh or corrosive in tone'),\n",
+ " ('sulfurous', 'harsh or corrosive in tone'),\n",
" ('vitriolic', 'harsh or corrosive in tone'),\n",
- " ('caustic', 'harsh or corrosive in tone'),\n",
+ " ('acerb', 'sour or bitter in taste'),\n",
" ('virulent', 'harsh or corrosive in tone'),\n",
- " ('sulphurous', 'harsh or corrosive in tone'),\n",
- " ('sulfurous', 'harsh or corrosive in tone'),\n",
- " ('bitter', 'harsh or corrosive in tone'),\n",
+ " ('blistering', 'harsh or corrosive in tone'),\n",
" ('astringent', 'sour or bitter in taste'),\n",
- " ('blistering', 'harsh or corrosive in tone')]},\n",
+ " ('bitter', 'harsh or corrosive in tone'),\n",
+ " ('caustic', 'harsh or corrosive in tone'),\n",
+ " ('sulphurous', 'harsh or corrosive in tone')]},\n",
" {'answer': 'achievable',\n",
" 'hint': 'synonyms for achievable',\n",
- " 'clues': [('realizable',\n",
+ " 'clues': [('accomplishable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
" ('doable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
- " ('accomplishable',\n",
+ " ('realizable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
" ('manageable',\n",
" 'capable of existing or taking place or proving true; possible to do')]},\n",
" {'answer': 'acid',\n",
" 'hint': 'synonyms for acid',\n",
- " 'clues': [('acerb', 'harsh or corrosive in tone'),\n",
- " ('acrid', 'harsh or corrosive in tone'),\n",
- " ('acidulous', 'being sour to the taste'),\n",
- " ('acerbic', 'harsh or corrosive in tone'),\n",
- " ('caustic', 'harsh or corrosive in tone'),\n",
+ " 'clues': [('acerbic', 'harsh or corrosive in tone'),\n",
+ " ('sulfurous', 'harsh or corrosive in tone'),\n",
" ('vitriolic', 'harsh or corrosive in tone'),\n",
- " ('acidic', 'being sour to the taste'),\n",
" ('virulent', 'harsh or corrosive in tone'),\n",
- " ('sulphurous', 'harsh or corrosive in tone'),\n",
- " ('sulfurous', 'harsh or corrosive in tone'),\n",
+ " ('acerb', 'harsh or corrosive in tone'),\n",
+ " ('blistering', 'harsh or corrosive in tone'),\n",
" ('bitter', 'harsh or corrosive in tone'),\n",
+ " ('caustic', 'harsh or corrosive in tone'),\n",
+ " ('acidic', 'being sour to the taste'),\n",
" ('acidulent', 'being sour to the taste'),\n",
- " ('blistering', 'harsh or corrosive in tone')]},\n",
+ " ('acidulous', 'being sour to the taste'),\n",
+ " ('sulphurous', 'harsh or corrosive in tone'),\n",
+ " ('acrid', 'harsh or corrosive in tone')]},\n",
" {'answer': 'acrid',\n",
" 'hint': 'synonyms for acrid',\n",
- " 'clues': [('acerb', 'harsh or corrosive in tone'),\n",
- " ('acid', 'harsh or corrosive in tone'),\n",
- " ('pungent', 'strong and sharp'),\n",
- " ('acerbic', 'harsh or corrosive in tone'),\n",
- " ('caustic', 'harsh or corrosive in tone'),\n",
+ " 'clues': [('acid', 'harsh or corrosive in tone'),\n",
+ " ('sulfurous', 'harsh or corrosive in tone'),\n",
" ('vitriolic', 'harsh or corrosive in tone'),\n",
+ " ('pungent', 'strong and sharp'),\n",
" ('virulent', 'harsh or corrosive in tone'),\n",
- " ('sulphurous', 'harsh or corrosive in tone'),\n",
- " ('sulfurous', 'harsh or corrosive in tone'),\n",
+ " ('acerb', 'harsh or corrosive in tone'),\n",
+ " ('blistering', 'harsh or corrosive in tone'),\n",
" ('bitter', 'harsh or corrosive in tone'),\n",
- " ('blistering', 'harsh or corrosive in tone')]},\n",
+ " ('caustic', 'harsh or corrosive in tone'),\n",
+ " ('sulphurous', 'harsh or corrosive in tone'),\n",
+ " ('acerbic', 'harsh or corrosive in tone')]},\n",
" {'answer': 'across-the-board',\n",
" 'hint': 'synonyms for across-the-board',\n",
" 'clues': [('wide', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
+ " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
" {'answer': 'active',\n",
" 'hint': 'synonyms for active',\n",
- " 'clues': [('dynamic',\n",
- " \"(used of verbs (e.g. `to run') and participial adjectives (e.g. `running' in `running water')) expressing action rather than a state of being\"),\n",
- " ('combat-ready', 'engaged in or ready for military or naval operations'),\n",
+ " 'clues': [('combat-ready',\n",
+ " 'engaged in or ready for military or naval operations'),\n",
+ " ('fighting', 'engaged in or ready for military or naval operations'),\n",
" ('participating', 'taking part in an activity'),\n",
" ('alive', 'in operation'),\n",
- " ('fighting', 'engaged in or ready for military or naval operations')]},\n",
+ " ('dynamic',\n",
+ " \"(used of verbs (e.g. `to run') and participial adjectives (e.g. `running' in `running water')) expressing action rather than a state of being\")]},\n",
" {'answer': 'actual',\n",
" 'hint': 'synonyms for actual',\n",
- " 'clues': [('factual', 'existing in act or fact'),\n",
+ " 'clues': [('literal',\n",
+ " 'being or reflecting the essential or genuine character of something; ; - G.K.Chesterton'),\n",
" ('existent',\n",
" 'presently existing in fact and not merely potential or possible'),\n",
- " ('literal',\n",
- " 'being or reflecting the essential or genuine character of something; ; - G.K.Chesterton'),\n",
" ('real',\n",
" 'being or reflecting the essential or genuine character of something; ; - G.K.Chesterton'),\n",
" ('genuine',\n",
- " 'being or reflecting the essential or genuine character of something; ; - G.K.Chesterton')]},\n",
+ " 'being or reflecting the essential or genuine character of something; ; - G.K.Chesterton'),\n",
+ " ('factual', 'existing in act or fact')]},\n",
" {'answer': 'acute',\n",
" 'hint': 'synonyms for acute',\n",
- " 'clues': [('penetrating',\n",
+ " 'clues': [('discriminating',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('piercing',\n",
+ " ('penetrative',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('intense', 'extremely sharp or intense'),\n",
- " ('incisive',\n",
+ " ('knifelike',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
+ " ('intense', 'extremely sharp or intense'),\n",
" ('sharp',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('penetrative',\n",
- " 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('knifelike',\n",
+ " ('penetrating',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
" ('keen',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('acuate', 'ending in a sharp point'),\n",
+ " ('incisive',\n",
+ " 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
+ " ('piercing',\n",
+ " 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
" ('needlelike', 'ending in a sharp point'),\n",
- " ('discriminating',\n",
- " 'having or demonstrating ability to recognize or draw fine distinctions')]},\n",
+ " ('acuate', 'ending in a sharp point')]},\n",
" {'answer': 'ad-lib',\n",
" 'hint': 'synonyms for ad-lib',\n",
- " 'clues': [('unrehearsed', 'with little or no preparation or forethought'),\n",
+ " 'clues': [('unwritten',\n",
+ " 'said or done without having been planned or written in advance'),\n",
" ('extemporaneous', 'with little or no preparation or forethought'),\n",
" ('extemporary', 'with little or no preparation or forethought'),\n",
- " ('unwritten',\n",
- " 'said or done without having been planned or written in advance'),\n",
- " ('offhanded', 'with little or no preparation or forethought'),\n",
+ " ('extempore', 'with little or no preparation or forethought'),\n",
+ " ('offhand', 'with little or no preparation or forethought'),\n",
+ " ('off-the-cuff', 'with little or no preparation or forethought'),\n",
+ " ('unrehearsed', 'with little or no preparation or forethought'),\n",
" ('spontaneous',\n",
" 'said or done without having been planned or written in advance'),\n",
- " ('off-the-cuff', 'with little or no preparation or forethought'),\n",
- " ('impromptu', 'with little or no preparation or forethought'),\n",
- " ('extempore', 'with little or no preparation or forethought')]},\n",
+ " ('impromptu', 'with little or no preparation or forethought')]},\n",
" {'answer': 'addled',\n",
" 'hint': 'synonyms for addled',\n",
- " 'clues': [('muzzy', 'confused and vague; used especially of thinking'),\n",
- " ('woolly-headed', 'confused and vague; used especially of thinking'),\n",
- " ('wooly', 'confused and vague; used especially of thinking'),\n",
- " ('muddled', 'confused and vague; used especially of thinking'),\n",
+ " 'clues': [('wooly', 'confused and vague; used especially of thinking'),\n",
+ " ('muzzy', 'confused and vague; used especially of thinking'),\n",
" ('wooly-minded', 'confused and vague; used especially of thinking'),\n",
- " ('befuddled', 'confused and vague; used especially of thinking')]},\n",
+ " ('befuddled', 'confused and vague; used especially of thinking'),\n",
+ " ('woolly-headed', 'confused and vague; used especially of thinking'),\n",
+ " ('muddled', 'confused and vague; used especially of thinking')]},\n",
" {'answer': 'adept',\n",
" 'hint': 'synonyms for adept',\n",
- " 'clues': [('proficient',\n",
+ " 'clues': [('practiced',\n",
" 'having or showing knowledge and skill and aptitude'),\n",
- " ('good', 'having or showing knowledge and skill and aptitude'),\n",
" ('expert', 'having or showing knowledge and skill and aptitude'),\n",
- " ('practiced', 'having or showing knowledge and skill and aptitude'),\n",
- " ('skilful', 'having or showing knowledge and skill and aptitude')]},\n",
+ " ('skilful', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('good', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('proficient', 'having or showing knowledge and skill and aptitude')]},\n",
" {'answer': 'adequate',\n",
" 'hint': 'synonyms for adequate',\n",
- " 'clues': [('tolerable', 'about average; acceptable'),\n",
+ " 'clues': [('equal',\n",
+ " 'having the requisite qualities or resources to meet a task'),\n",
+ " ('enough', 'sufficient for the purpose'),\n",
" ('passable', 'about average; acceptable'),\n",
- " ('fair to middling', 'about average; acceptable'),\n",
" ('decent', 'sufficient for the purpose'),\n",
- " ('equal', 'having the requisite qualities or resources to meet a task'),\n",
- " ('enough', 'sufficient for the purpose')]},\n",
+ " ('tolerable', 'about average; acceptable'),\n",
+ " ('fair to middling', 'about average; acceptable')]},\n",
" {'answer': 'adjacent',\n",
" 'hint': 'synonyms for adjacent',\n",
- " 'clues': [('side by side',\n",
+ " 'clues': [('next',\n",
" 'nearest in space or position; immediately adjoining without intervening space'),\n",
- " ('contiguous', 'having a common boundary or edge; abutting; touching'),\n",
- " ('neighboring', 'having a common boundary or edge; abutting; touching'),\n",
- " ('next',\n",
+ " ('side by side',\n",
" 'nearest in space or position; immediately adjoining without intervening space'),\n",
- " ('conterminous',\n",
- " 'having a common boundary or edge; abutting; touching')]},\n",
+ " ('neighboring', 'having a common boundary or edge; abutting; touching'),\n",
+ " ('conterminous', 'having a common boundary or edge; abutting; touching'),\n",
+ " ('contiguous', 'having a common boundary or edge; abutting; touching')]},\n",
" {'answer': 'adjunct',\n",
" 'hint': 'synonyms for adjunct',\n",
- " 'clues': [('auxiliary', 'furnishing added support'),\n",
- " ('assistant', 'of or relating to a person who is subordinate to another'),\n",
+ " 'clues': [('appurtenant', 'furnishing added support'),\n",
" ('ancillary', 'furnishing added support'),\n",
- " ('accessory', 'furnishing added support'),\n",
" ('adjuvant', 'furnishing added support'),\n",
- " ('appurtenant', 'furnishing added support')]},\n",
+ " ('auxiliary', 'furnishing added support'),\n",
+ " ('assistant', 'of or relating to a person who is subordinate to another'),\n",
+ " ('accessory', 'furnishing added support')]},\n",
" {'answer': 'adjuvant',\n",
" 'hint': 'synonyms for adjuvant',\n",
" 'clues': [('adjunct', 'furnishing added support'),\n",
+ " ('appurtenant', 'furnishing added support'),\n",
" ('ancillary', 'furnishing added support'),\n",
- " ('accessory', 'furnishing added support'),\n",
" ('auxiliary', 'furnishing added support'),\n",
- " ('appurtenant', 'furnishing added support')]},\n",
+ " ('accessory', 'furnishing added support')]},\n",
" {'answer': 'admonitory',\n",
" 'hint': 'synonyms for admonitory',\n",
- " 'clues': [('exemplary', 'serving to warn'),\n",
- " ('admonishing',\n",
- " 'expressing reproof or reproach especially as a corrective'),\n",
- " ('reproving',\n",
+ " 'clues': [('reproachful',\n",
" 'expressing reproof or reproach especially as a corrective'),\n",
- " ('warning', 'serving to warn'),\n",
" ('cautionary', 'serving to warn'),\n",
- " ('reproachful',\n",
+ " ('admonishing',\n",
" 'expressing reproof or reproach especially as a corrective'),\n",
- " ('monitory', 'serving to warn')]},\n",
+ " ('monitory', 'serving to warn'),\n",
+ " ('exemplary', 'serving to warn'),\n",
+ " ('warning', 'serving to warn'),\n",
+ " ('reproving',\n",
+ " 'expressing reproof or reproach especially as a corrective')]},\n",
" {'answer': 'adolescent',\n",
" 'hint': 'synonyms for adolescent',\n",
- " 'clues': [('teenaged', 'being of the age 13 through 19'),\n",
- " ('juvenile', 'displaying or suggesting a lack of maturity'),\n",
- " ('jejune', 'displaying or suggesting a lack of maturity'),\n",
+ " 'clues': [('jejune', 'displaying or suggesting a lack of maturity'),\n",
+ " ('teenage', 'being of the age 13 through 19'),\n",
" ('puerile', 'displaying or suggesting a lack of maturity'),\n",
- " ('teen', 'being of the age 13 through 19')]},\n",
+ " ('teen', 'being of the age 13 through 19'),\n",
+ " ('juvenile', 'displaying or suggesting a lack of maturity')]},\n",
" {'answer': 'adrift',\n",
" 'hint': 'synonyms for adrift',\n",
" 'clues': [('afloat', 'aimlessly drifting'),\n",
- " ('directionless', 'aimlessly drifting'),\n",
" ('aimless', 'aimlessly drifting'),\n",
- " ('undirected', 'aimlessly drifting'),\n",
+ " ('directionless', 'aimlessly drifting'),\n",
" ('rudderless', 'aimlessly drifting'),\n",
- " ('planless', 'aimlessly drifting')]},\n",
+ " ('planless', 'aimlessly drifting'),\n",
+ " ('undirected', 'aimlessly drifting')]},\n",
" {'answer': 'adult',\n",
" 'hint': 'synonyms for adult',\n",
" 'clues': [('grownup', '(of animals) fully developed'),\n",
- " ('big', '(of animals) fully developed'),\n",
" ('pornographic', 'designed to arouse lust'),\n",
" ('full-grown', '(of animals) fully developed'),\n",
- " ('grown', '(of animals) fully developed')]},\n",
+ " ('grown', '(of animals) fully developed'),\n",
+ " ('big', '(of animals) fully developed')]},\n",
" {'answer': 'adulterous',\n",
" 'hint': 'synonyms for adulterous',\n",
- " 'clues': [('cheating', 'not faithful to a spouse or lover'),\n",
- " ('extramarital', 'characterized by adultery'),\n",
+ " 'clues': [('extramarital', 'characterized by adultery'),\n",
+ " ('extracurricular', 'characterized by adultery'),\n",
" ('two-timing', 'not faithful to a spouse or lover'),\n",
- " ('extracurricular', 'characterized by adultery')]},\n",
+ " ('cheating', 'not faithful to a spouse or lover')]},\n",
" {'answer': 'adust',\n",
" 'hint': 'synonyms for adust',\n",
- " 'clues': [('parched',\n",
+ " 'clues': [('sunbaked',\n",
" 'dried out by heat or excessive exposure to sunlight'),\n",
- " ('sunbaked', 'dried out by heat or excessive exposure to sunlight'),\n",
+ " ('parched', 'dried out by heat or excessive exposure to sunlight'),\n",
" ('scorched', 'dried out by heat or excessive exposure to sunlight'),\n",
" ('baked', 'dried out by heat or excessive exposure to sunlight')]},\n",
" {'answer': 'advanced',\n",
" 'hint': 'synonyms for advanced',\n",
- " 'clues': [('sophisticated', 'ahead in development; complex or intricate'),\n",
- " ('ripe', 'far along in time'),\n",
+ " 'clues': [('in advance', 'situated ahead or going before'),\n",
+ " ('sophisticated', 'ahead in development; complex or intricate'),\n",
" ('advance', 'situated ahead or going before'),\n",
- " ('forward-looking', 'ahead of the times'),\n",
- " ('in advance', 'situated ahead or going before'),\n",
" ('innovative', 'ahead of the times'),\n",
- " ('modern', 'ahead of the times')]},\n",
+ " ('modern', 'ahead of the times'),\n",
+ " ('ripe', 'far along in time'),\n",
+ " ('forward-looking', 'ahead of the times')]},\n",
" {'answer': 'adynamic',\n",
" 'hint': 'synonyms for adynamic',\n",
- " 'clues': [('debilitated', 'lacking strength or vigor'),\n",
- " ('enervated', 'lacking strength or vigor'),\n",
+ " 'clues': [('asthenic', 'lacking strength or vigor'),\n",
" ('undynamic', 'characterized by an absence of force or forcefulness'),\n",
- " ('asthenic', 'lacking strength or vigor')]},\n",
+ " ('debilitated', 'lacking strength or vigor'),\n",
+ " ('enervated', 'lacking strength or vigor')]},\n",
" {'answer': 'aeonian',\n",
" 'hint': 'synonyms for aeonian',\n",
- " 'clues': [('perpetual', 'continuing forever or indefinitely'),\n",
- " ('everlasting', 'continuing forever or indefinitely'),\n",
- " ('eonian', 'of or relating to a geological eon (longer than an era)'),\n",
+ " 'clues': [('eonian',\n",
+ " 'of or relating to a geological eon (longer than an era)'),\n",
" ('unending', 'continuing forever or indefinitely'),\n",
- " ('eternal', 'continuing forever or indefinitely'),\n",
" ('unceasing', 'continuing forever or indefinitely'),\n",
- " ('ageless', 'continuing forever or indefinitely')]},\n",
+ " ('perpetual', 'continuing forever or indefinitely'),\n",
+ " ('everlasting', 'continuing forever or indefinitely'),\n",
+ " ('ageless', 'continuing forever or indefinitely'),\n",
+ " ('eternal', 'continuing forever or indefinitely')]},\n",
" {'answer': 'aerial',\n",
" 'hint': 'synonyms for aerial',\n",
- " 'clues': [('aery',\n",
+ " 'clues': [('aeriform',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('airy',\n",
+ " ('ethereal',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('aeriform',\n",
+ " ('airy',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('ethereal',\n",
+ " ('aery',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle')]},\n",
" {'answer': 'aeriform',\n",
" 'hint': 'synonyms for aeriform',\n",
- " 'clues': [('airy',\n",
- " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('aery',\n",
- " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('aerial',\n",
+ " 'clues': [('aerial',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
+ " ('airlike', 'resembling air or having the form of air'),\n",
" ('ethereal',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('airlike', 'resembling air or having the form of air')]},\n",
+ " ('airy',\n",
+ " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
+ " ('aery',\n",
+ " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle')]},\n",
" {'answer': 'aery',\n",
" 'hint': 'synonyms for aery',\n",
- " 'clues': [('aerial',\n",
- " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('aeriform',\n",
+ " 'clues': [('aeriform',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
" ('ethereal',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
+ " ('aerial',\n",
+ " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
" ('airy',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle')]},\n",
" {'answer': 'affected',\n",
" 'hint': 'synonyms for affected',\n",
- " 'clues': [('touched',\n",
+ " 'clues': [('moved',\n",
" 'being excited or provoked to the expression of an emotion'),\n",
- " ('unnatural',\n",
- " 'speaking or behaving in an artificial way to make an impression'),\n",
" ('stirred', 'being excited or provoked to the expression of an emotion'),\n",
- " ('moved', 'being excited or provoked to the expression of an emotion')]},\n",
+ " ('touched', 'being excited or provoked to the expression of an emotion'),\n",
+ " ('unnatural',\n",
+ " 'speaking or behaving in an artificial way to make an impression')]},\n",
" {'answer': 'affectionate',\n",
" 'hint': 'synonyms for affectionate',\n",
- " 'clues': [('tender', 'having or displaying warmth or affection'),\n",
+ " 'clues': [('fond', 'having or displaying warmth or affection'),\n",
" ('lovesome', 'having or displaying warmth or affection'),\n",
- " ('fond', 'having or displaying warmth or affection'),\n",
+ " ('tender', 'having or displaying warmth or affection'),\n",
" ('warm', 'having or displaying warmth or affection')]},\n",
" {'answer': 'affirmative',\n",
" 'hint': 'synonyms for affirmative',\n",
- " 'clues': [('optimistic', 'expecting the best'),\n",
- " ('affirmatory', 'affirming or giving assent'),\n",
+ " 'clues': [('plausive', 'expressing or manifesting praise or approval'),\n",
" ('approbatory', 'expressing or manifesting praise or approval'),\n",
- " ('approving', 'expressing or manifesting praise or approval'),\n",
" ('approbative', 'expressing or manifesting praise or approval'),\n",
- " ('plausive', 'expressing or manifesting praise or approval')]},\n",
+ " ('optimistic', 'expecting the best'),\n",
+ " ('approving', 'expressing or manifesting praise or approval'),\n",
+ " ('affirmatory', 'affirming or giving assent')]},\n",
" {'answer': 'affluent',\n",
" 'hint': 'synonyms for affluent',\n",
- " 'clues': [('wealthy',\n",
+ " 'clues': [('moneyed',\n",
" 'having an abundant supply of money or possessions of value'),\n",
+ " ('wealthy', 'having an abundant supply of money or possessions of value'),\n",
" ('loaded', 'having an abundant supply of money or possessions of value'),\n",
- " ('moneyed', 'having an abundant supply of money or possessions of value'),\n",
" ('flush', 'having an abundant supply of money or possessions of value')]},\n",
" {'answer': 'afire',\n",
" 'hint': 'synonyms for afire',\n",
- " 'clues': [('alight', 'lighted up by or as by fire or flame'),\n",
- " ('aflare', 'lighted up by or as by fire or flame'),\n",
- " ('aflame', 'lighted up by or as by fire or flame'),\n",
+ " 'clues': [('aflare', 'lighted up by or as by fire or flame'),\n",
" ('on fire', 'lighted up by or as by fire or flame'),\n",
+ " ('aflame', 'lighted up by or as by fire or flame'),\n",
+ " ('alight', 'lighted up by or as by fire or flame'),\n",
" ('ablaze', 'lighted up by or as by fire or flame')]},\n",
" {'answer': 'aflame',\n",
" 'hint': 'synonyms for aflame',\n",
- " 'clues': [('alight', 'lighted up by or as by fire or flame'),\n",
- " ('aflare', 'lighted up by or as by fire or flame'),\n",
- " ('on fire', 'lighted up by or as by fire or flame'),\n",
- " ('aroused',\n",
+ " 'clues': [('aroused',\n",
+ " 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker'),\n",
+ " ('ablaze',\n",
" 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker'),\n",
+ " ('on fire', 'lighted up by or as by fire or flame'),\n",
" ('afire', 'lighted up by or as by fire or flame'),\n",
- " ('ablaze', 'lighted up by or as by fire or flame')]},\n",
+ " ('alight', 'lighted up by or as by fire or flame'),\n",
+ " ('aflare', 'lighted up by or as by fire or flame')]},\n",
" {'answer': 'aflare',\n",
" 'hint': 'synonyms for aflare',\n",
" 'clues': [('alight', 'lighted up by or as by fire or flame'),\n",
" ('aflame', 'lighted up by or as by fire or flame'),\n",
- " ('afire', 'lighted up by or as by fire or flame'),\n",
" ('on fire', 'lighted up by or as by fire or flame'),\n",
- " ('ablaze', 'lighted up by or as by fire or flame'),\n",
+ " ('afire', 'lighted up by or as by fire or flame'),\n",
" ('flaring',\n",
- " 'streaming or flapping or spreading wide as if in a current of air')]},\n",
+ " 'streaming or flapping or spreading wide as if in a current of air'),\n",
+ " ('ablaze', 'lighted up by or as by fire or flame')]},\n",
" {'answer': 'afloat',\n",
" 'hint': 'synonyms for afloat',\n",
- " 'clues': [('adrift', 'aimlessly drifting'),\n",
+ " 'clues': [('aimless', 'aimlessly drifting'),\n",
" ('directionless', 'aimlessly drifting'),\n",
- " ('aimless', 'aimlessly drifting'),\n",
- " ('undirected', 'aimlessly drifting'),\n",
+ " ('flooded', 'covered with water'),\n",
+ " ('adrift', 'aimlessly drifting'),\n",
+ " ('planless', 'aimlessly drifting'),\n",
" ('rudderless', 'aimlessly drifting'),\n",
" ('inundated', 'covered with water'),\n",
" ('overflowing', 'covered with water'),\n",
" ('awash', 'covered with water'),\n",
- " ('planless', 'aimlessly drifting'),\n",
- " ('flooded', 'covered with water')]},\n",
+ " ('undirected', 'aimlessly drifting')]},\n",
" {'answer': 'agamic',\n",
" 'hint': 'synonyms for agamic',\n",
" 'clues': [('agamogenetic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('parthenogenetic',\n",
- " '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
" ('agamous',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
" ('apomictic',\n",
+ " '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
+ " ('parthenogenetic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction')]},\n",
" {'answer': 'agamogenetic',\n",
" 'hint': 'synonyms for agamogenetic',\n",
- " 'clues': [('agamic',\n",
+ " 'clues': [('agamous',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('parthenogenetic',\n",
+ " ('apomictic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('agamous',\n",
+ " ('agamic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('apomictic',\n",
+ " ('parthenogenetic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction')]},\n",
" {'answer': 'agamous',\n",
" 'hint': 'synonyms for agamous',\n",
- " 'clues': [('agamic',\n",
+ " 'clues': [('agamogenetic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('agamogenetic',\n",
+ " ('apomictic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('parthenogenetic',\n",
+ " ('agamic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('apomictic',\n",
+ " ('parthenogenetic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction')]},\n",
" {'answer': 'aged',\n",
" 'hint': 'synonyms for aged',\n",
- " 'clues': [('of age',\n",
- " \"having attained a specific age; (`aged' is pronounced as one syllable)\"),\n",
+ " 'clues': [('older',\n",
+ " \"advanced in years; (`aged' is pronounced as two syllables)\"),\n",
" ('ripened',\n",
" \"of wines, fruit, cheeses; having reached a desired or final condition; (`aged' pronounced as one syllable)\"),\n",
- " ('senior', \"advanced in years; (`aged' is pronounced as two syllables)\"),\n",
- " ('older', \"advanced in years; (`aged' is pronounced as two syllables)\"),\n",
" ('cured',\n",
" \"(used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)\"),\n",
- " ('elderly',\n",
+ " ('of age',\n",
+ " \"having attained a specific age; (`aged' is pronounced as one syllable)\"),\n",
+ " ('elderly', \"advanced in years; (`aged' is pronounced as two syllables)\"),\n",
+ " ('senior',\n",
" \"advanced in years; (`aged' is pronounced as two syllables)\")]},\n",
" {'answer': 'ageless',\n",
" 'hint': 'synonyms for ageless',\n",
- " 'clues': [('perpetual', 'continuing forever or indefinitely'),\n",
- " ('everlasting', 'continuing forever or indefinitely'),\n",
- " ('eonian', 'continuing forever or indefinitely'),\n",
- " ('eternal', 'continuing forever or indefinitely'),\n",
+ " 'clues': [('unending', 'continuing forever or indefinitely'),\n",
" ('unceasing', 'continuing forever or indefinitely'),\n",
- " ('unending', 'continuing forever or indefinitely')]},\n",
+ " ('perpetual', 'continuing forever or indefinitely'),\n",
+ " ('everlasting', 'continuing forever or indefinitely'),\n",
+ " ('aeonian', 'continuing forever or indefinitely'),\n",
+ " ('eternal', 'continuing forever or indefinitely')]},\n",
" {'answer': 'aglitter',\n",
" 'hint': 'synonyms for aglitter',\n",
- " 'clues': [('sparkly', 'having brief brilliant points or flashes of light'),\n",
- " ('glittering', 'having brief brilliant points or flashes of light'),\n",
- " ('scintillating', 'having brief brilliant points or flashes of light'),\n",
+ " 'clues': [('glinting',\n",
+ " 'having brief brilliant points or flashes of light'),\n",
+ " ('fulgid', 'having brief brilliant points or flashes of light'),\n",
" ('glittery', 'having brief brilliant points or flashes of light'),\n",
+ " ('scintillating', 'having brief brilliant points or flashes of light'),\n",
+ " ('glittering', 'having brief brilliant points or flashes of light'),\n",
+ " ('sparkly', 'having brief brilliant points or flashes of light'),\n",
" ('scintillant', 'having brief brilliant points or flashes of light'),\n",
- " ('glinting', 'having brief brilliant points or flashes of light'),\n",
- " ('coruscant', 'having brief brilliant points or flashes of light'),\n",
- " ('fulgid', 'having brief brilliant points or flashes of light')]},\n",
+ " ('coruscant', 'having brief brilliant points or flashes of light')]},\n",
" {'answer': 'agonising',\n",
" 'hint': 'synonyms for agonising',\n",
- " 'clues': [('agonizing', 'extremely painful'),\n",
- " ('excruciating', 'extremely painful'),\n",
- " ('torturing', 'extremely painful'),\n",
- " ('torturous', 'extremely painful'),\n",
+ " 'clues': [('excruciating', 'extremely painful'),\n",
" ('harrowing', 'extremely painful'),\n",
- " ('torturesome', 'extremely painful')]},\n",
+ " ('agonizing', 'extremely painful'),\n",
+ " ('torturesome', 'extremely painful'),\n",
+ " ('torturing', 'extremely painful'),\n",
+ " ('torturous', 'extremely painful')]},\n",
" {'answer': 'agonizing',\n",
" 'hint': 'synonyms for agonizing',\n",
" 'clues': [('excruciating', 'extremely painful'),\n",
- " ('torturing', 'extremely painful'),\n",
- " ('torturous', 'extremely painful'),\n",
- " ('agonising', 'extremely painful'),\n",
" ('harrowing', 'extremely painful'),\n",
- " ('torturesome', 'extremely painful')]},\n",
+ " ('torturesome', 'extremely painful'),\n",
+ " ('agonising', 'extremely painful'),\n",
+ " ('torturing', 'extremely painful'),\n",
+ " ('torturous', 'extremely painful')]},\n",
" {'answer': 'agreeable',\n",
" 'hint': 'synonyms for agreeable',\n",
- " 'clues': [('accordant', 'in keeping'),\n",
- " ('conformable', 'in keeping'),\n",
- " ('consonant', 'in keeping'),\n",
- " ('concordant', 'in keeping')]},\n",
+ " 'clues': [('conformable', 'in keeping'),\n",
+ " ('concordant', 'in keeping'),\n",
+ " ('accordant', 'in keeping'),\n",
+ " ('consonant', 'in keeping')]},\n",
" {'answer': 'ailing',\n",
" 'hint': 'synonyms for ailing',\n",
- " 'clues': [('unwell', 'somewhat ill or prone to illness'),\n",
- " ('seedy', 'somewhat ill or prone to illness'),\n",
+ " 'clues': [('sickly', 'somewhat ill or prone to illness'),\n",
+ " ('under the weather', 'somewhat ill or prone to illness'),\n",
" ('indisposed', 'somewhat ill or prone to illness'),\n",
- " ('poorly', 'somewhat ill or prone to illness'),\n",
" ('peaked', 'somewhat ill or prone to illness'),\n",
- " ('under the weather', 'somewhat ill or prone to illness'),\n",
- " ('sickly', 'somewhat ill or prone to illness')]},\n",
+ " ('poorly', 'somewhat ill or prone to illness'),\n",
+ " ('unwell', 'somewhat ill or prone to illness'),\n",
+ " ('seedy', 'somewhat ill or prone to illness')]},\n",
" {'answer': 'aimless',\n",
" 'hint': 'synonyms for aimless',\n",
- " 'clues': [('adrift', 'aimlessly drifting'),\n",
- " ('drifting',\n",
+ " 'clues': [('afloat', 'aimlessly drifting'),\n",
+ " ('rudderless', 'aimlessly drifting'),\n",
+ " ('floating',\n",
" 'continually changing especially as from one abode or occupation to another'),\n",
- " ('directionless', 'aimlessly drifting'),\n",
- " ('undirected', 'aimlessly drifting'),\n",
+ " ('adrift', 'aimlessly drifting'),\n",
+ " ('planless', 'aimlessly drifting'),\n",
" ('vagabond',\n",
" 'continually changing especially as from one abode or occupation to another'),\n",
- " ('rudderless', 'aimlessly drifting'),\n",
" ('vagrant',\n",
" 'continually changing especially as from one abode or occupation to another'),\n",
- " ('floating',\n",
+ " ('drifting',\n",
" 'continually changing especially as from one abode or occupation to another'),\n",
- " ('afloat', 'aimlessly drifting'),\n",
- " ('planless', 'aimlessly drifting')]},\n",
+ " ('directionless', 'aimlessly drifting'),\n",
+ " ('undirected', 'aimlessly drifting')]},\n",
" {'answer': 'airheaded',\n",
" 'hint': 'synonyms for airheaded',\n",
- " 'clues': [('empty-headed', 'lacking seriousness; given to frivolity'),\n",
+ " 'clues': [('dizzy', 'lacking seriousness; given to frivolity'),\n",
+ " ('light-headed', 'lacking seriousness; given to frivolity'),\n",
+ " ('silly', 'lacking seriousness; given to frivolity'),\n",
+ " ('empty-headed', 'lacking seriousness; given to frivolity'),\n",
" ('giddy', 'lacking seriousness; given to frivolity'),\n",
- " ('dizzy', 'lacking seriousness; given to frivolity'),\n",
- " ('lightheaded', 'lacking seriousness; given to frivolity'),\n",
- " ('featherbrained', 'lacking seriousness; given to frivolity'),\n",
- " ('silly', 'lacking seriousness; given to frivolity')]},\n",
+ " ('featherbrained', 'lacking seriousness; given to frivolity')]},\n",
" {'answer': 'airy',\n",
" 'hint': 'synonyms for airy',\n",
- " 'clues': [('impractical', 'not practical or realizable; speculative'),\n",
+ " 'clues': [('aerial',\n",
+ " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
" ('aired', 'open to or abounding in fresh air'),\n",
+ " ('visionary', 'not practical or realizable; speculative'),\n",
+ " ('windy', 'not practical or realizable; speculative'),\n",
" ('aery',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('ethereal',\n",
+ " ('aeriform',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('windy', 'not practical or realizable; speculative'),\n",
- " ('visionary', 'not practical or realizable; speculative'),\n",
- " ('aerial',\n",
+ " ('ethereal',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('aeriform',\n",
- " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle')]},\n",
+ " ('impractical', 'not practical or realizable; speculative')]},\n",
" {'answer': 'akin',\n",
" 'hint': 'synonyms for akin',\n",
- " 'clues': [('kin', 'related by blood'),\n",
- " ('consanguine', 'related by blood'),\n",
- " ('cognate', 'related by blood'),\n",
+ " 'clues': [('cognate', 'related by blood'),\n",
+ " ('blood-related', 'related by blood'),\n",
+ " ('consanguineous', 'related by blood'),\n",
+ " ('kin', 'related by blood'),\n",
" ('kindred', 'similar in quality or character'),\n",
- " ('blood-related', 'related by blood')]},\n",
+ " ('consanguineal', 'related by blood')]},\n",
" {'answer': 'alar',\n",
" 'hint': 'synonyms for alar',\n",
- " 'clues': [('axillary', 'of or relating to the axil'),\n",
+ " 'clues': [('aliform', 'having or resembling wings'),\n",
" ('wing-shaped', 'having or resembling wings'),\n",
- " ('aliform', 'having or resembling wings'),\n",
- " ('alary', 'having or resembling wings')]},\n",
+ " ('alary', 'having or resembling wings'),\n",
+ " ('axillary', 'of or relating to the axil')]},\n",
" {'answer': 'alert',\n",
" 'hint': 'synonyms for alert',\n",
- " 'clues': [('zippy', 'quick and energetic'),\n",
- " ('spanking', 'quick and energetic'),\n",
- " ('lively', 'quick and energetic'),\n",
+ " 'clues': [('awake', 'mentally perceptive and responsive'),\n",
+ " ('merry', 'quick and energetic'),\n",
+ " ('brisk', 'quick and energetic'),\n",
" ('snappy', 'quick and energetic'),\n",
- " ('awake', 'mentally perceptive and responsive'),\n",
- " ('watchful', 'engaged in or accustomed to close observation'),\n",
+ " ('lively', 'quick and energetic'),\n",
+ " ('spanking', 'quick and energetic'),\n",
+ " ('zippy', 'quick and energetic'),\n",
" ('rattling', 'quick and energetic'),\n",
" ('alive', 'mentally perceptive and responsive'),\n",
- " ('merry', 'quick and energetic'),\n",
- " ('brisk', 'quick and energetic')]},\n",
+ " ('watchful', 'engaged in or accustomed to close observation')]},\n",
" {'answer': 'alight',\n",
" 'hint': 'synonyms for alight',\n",
- " 'clues': [('aflare', 'lighted up by or as by fire or flame'),\n",
- " ('aflame', 'lighted up by or as by fire or flame'),\n",
- " ('afire', 'lighted up by or as by fire or flame'),\n",
+ " 'clues': [('aflame', 'lighted up by or as by fire or flame'),\n",
+ " ('aflare', 'lighted up by or as by fire or flame'),\n",
" ('on fire', 'lighted up by or as by fire or flame'),\n",
+ " ('afire', 'lighted up by or as by fire or flame'),\n",
" ('ablaze', 'lighted up by or as by fire or flame')]},\n",
" {'answer': 'alimental',\n",
" 'hint': 'synonyms for alimental',\n",
- " 'clues': [('nutritive', 'of or providing nourishment'),\n",
+ " 'clues': [('nutrient', 'of or providing nourishment'),\n",
" ('alimentary', 'of or providing nourishment'),\n",
- " ('nourishing', 'of or providing nourishment'),\n",
+ " ('nutritive', 'of or providing nourishment'),\n",
" ('nutritious', 'of or providing nourishment'),\n",
- " ('nutrient', 'of or providing nourishment')]},\n",
+ " ('nourishing', 'of or providing nourishment')]},\n",
" {'answer': 'alimentary',\n",
" 'hint': 'synonyms for alimentary',\n",
- " 'clues': [('nutritive', 'of or providing nourishment'),\n",
- " ('nourishing', 'of or providing nourishment'),\n",
- " ('nutritious', 'of or providing nourishment'),\n",
+ " 'clues': [('nutrient', 'of or providing nourishment'),\n",
" ('alimental', 'of or providing nourishment'),\n",
- " ('nutrient', 'of or providing nourishment')]},\n",
+ " ('nutritive', 'of or providing nourishment'),\n",
+ " ('nutritious', 'of or providing nourishment'),\n",
+ " ('nourishing', 'of or providing nourishment')]},\n",
" {'answer': 'alive',\n",
" 'hint': 'synonyms for alive',\n",
- " 'clues': [('live', 'possessing life'),\n",
- " ('alert', 'mentally perceptive and responsive'),\n",
- " ('animated', 'having life or vigor or spirit'),\n",
+ " 'clues': [('awake', 'mentally perceptive and responsive'),\n",
+ " ('live', 'capable of erupting'),\n",
" ('active', 'in operation'),\n",
- " ('awake', 'mentally perceptive and responsive')]},\n",
+ " ('alert', 'mentally perceptive and responsive'),\n",
+ " ('animated', 'having life or vigor or spirit')]},\n",
" {'answer': 'all-embracing',\n",
" 'hint': 'synonyms for all-embracing',\n",
" 'clues': [('wide', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
+ " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
" {'answer': 'all-encompassing',\n",
" 'hint': 'synonyms for all-encompassing',\n",
" 'clues': [('wide', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
+ " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
" {'answer': 'all-important',\n",
" 'hint': 'synonyms for all-important',\n",
- " 'clues': [('all important', 'of the greatest importance'),\n",
+ " 'clues': [('of the essence', 'of the greatest importance'),\n",
" ('crucial', 'of the greatest importance'),\n",
" ('essential', 'of the greatest importance'),\n",
- " ('of the essence', 'of the greatest importance')]},\n",
+ " ('all important', 'of the greatest importance')]},\n",
" {'answer': 'all-inclusive',\n",
" 'hint': 'synonyms for all-inclusive',\n",
" 'clues': [('wide', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
+ " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
" {'answer': 'all_important',\n",
" 'hint': 'synonyms for all important',\n",
- " 'clues': [('essential', 'of the greatest importance'),\n",
- " ('crucial', 'of the greatest importance'),\n",
+ " 'clues': [('crucial', 'of the greatest importance'),\n",
" ('all-important', 'of the greatest importance'),\n",
- " ('of the essence', 'of the greatest importance')]},\n",
+ " ('of the essence', 'of the greatest importance'),\n",
+ " ('essential', 'of the greatest importance')]},\n",
" {'answer': 'all_over',\n",
" 'hint': 'synonyms for all over',\n",
- " 'clues': [('concluded', 'having come or been brought to a conclusion'),\n",
- " ('over', 'having come or been brought to a conclusion'),\n",
+ " 'clues': [('complete', 'having come or been brought to a conclusion'),\n",
" ('ended', 'having come or been brought to a conclusion'),\n",
- " ('complete', 'having come or been brought to a conclusion'),\n",
- " ('terminated', 'having come or been brought to a conclusion')]},\n",
+ " ('over', 'having come or been brought to a conclusion'),\n",
+ " ('terminated', 'having come or been brought to a conclusion'),\n",
+ " ('concluded', 'having come or been brought to a conclusion')]},\n",
" {'answer': 'all_right',\n",
" 'hint': 'synonyms for all right',\n",
- " 'clues': [('o.k.', 'being satisfactory or in satisfactory condition'),\n",
- " ('hunky-dory', 'being satisfactory or in satisfactory condition'),\n",
- " ('okay', 'being satisfactory or in satisfactory condition'),\n",
+ " 'clues': [('hunky-dory',\n",
+ " 'being satisfactory or in satisfactory condition'),\n",
" ('ok', 'being satisfactory or in satisfactory condition'),\n",
- " ('fine', 'being satisfactory or in satisfactory condition')]},\n",
+ " ('o.k.', 'being satisfactory or in satisfactory condition'),\n",
+ " ('fine', 'being satisfactory or in satisfactory condition'),\n",
+ " ('okay', 'being satisfactory or in satisfactory condition')]},\n",
" {'answer': 'alleviative',\n",
" 'hint': 'synonyms for alleviative',\n",
- " 'clues': [('lenitive',\n",
+ " 'clues': [('mitigatory',\n",
" 'moderating pain or sorrow by making it easier to bear'),\n",
- " ('mitigative', 'moderating pain or sorrow by making it easier to bear'),\n",
+ " ('lenitive', 'moderating pain or sorrow by making it easier to bear'),\n",
" ('alleviatory', 'moderating pain or sorrow by making it easier to bear'),\n",
- " ('palliative', 'moderating pain or sorrow by making it easier to bear'),\n",
- " ('mitigatory', 'moderating pain or sorrow by making it easier to bear')]},\n",
+ " ('mitigative', 'moderating pain or sorrow by making it easier to bear'),\n",
+ " ('palliative', 'moderating pain or sorrow by making it easier to bear')]},\n",
" {'answer': 'alleviatory',\n",
" 'hint': 'synonyms for alleviatory',\n",
- " 'clues': [('lenitive',\n",
+ " 'clues': [('mitigative',\n",
" 'moderating pain or sorrow by making it easier to bear'),\n",
- " ('mitigative', 'moderating pain or sorrow by making it easier to bear'),\n",
- " ('palliative', 'moderating pain or sorrow by making it easier to bear'),\n",
- " ('mitigatory', 'moderating pain or sorrow by making it easier to bear')]},\n",
+ " ('mitigatory', 'moderating pain or sorrow by making it easier to bear'),\n",
+ " ('lenitive', 'moderating pain or sorrow by making it easier to bear'),\n",
+ " ('palliative', 'moderating pain or sorrow by making it easier to bear')]},\n",
" {'answer': 'alone',\n",
" 'hint': 'synonyms for alone',\n",
- " 'clues': [('unequalled', 'radically distinctive and without equal'),\n",
+ " 'clues': [('unequaled', 'radically distinctive and without equal'),\n",
+ " ('unparalleled', 'radically distinctive and without equal'),\n",
+ " ('lone', 'lacking companions or companionship'),\n",
" ('only', 'exclusive of anyone or anything else'),\n",
" ('solitary', 'lacking companions or companionship'),\n",
- " ('unique', 'radically distinctive and without equal'),\n",
- " ('lone', 'lacking companions or companionship'),\n",
- " ('unparalleled', 'radically distinctive and without equal')]},\n",
+ " ('unique', 'radically distinctive and without equal')]},\n",
" {'answer': 'alterative',\n",
" 'hint': 'synonyms for alterative',\n",
- " 'clues': [('healing', 'tending to cure or restore to health'),\n",
+ " 'clues': [('remedial', 'tending to cure or restore to health'),\n",
+ " ('sanative', 'tending to cure or restore to health'),\n",
+ " ('healing', 'tending to cure or restore to health'),\n",
" ('therapeutic', 'tending to cure or restore to health'),\n",
- " ('curative', 'tending to cure or restore to health'),\n",
- " ('remedial', 'tending to cure or restore to health'),\n",
- " ('sanative', 'tending to cure or restore to health')]},\n",
+ " ('curative', 'tending to cure or restore to health')]},\n",
" {'answer': 'alveolate',\n",
" 'hint': 'synonyms for alveolate',\n",
- " 'clues': [('pitted', 'pitted with cell-like cavities (as a honeycomb)'),\n",
- " ('honeycombed', 'pitted with cell-like cavities (as a honeycomb)'),\n",
+ " 'clues': [('honeycombed',\n",
+ " 'pitted with cell-like cavities (as a honeycomb)'),\n",
+ " ('faveolate', 'pitted with cell-like cavities (as a honeycomb)'),\n",
" ('cavitied', 'pitted with cell-like cavities (as a honeycomb)'),\n",
- " ('faveolate', 'pitted with cell-like cavities (as a honeycomb)')]},\n",
+ " ('pitted', 'pitted with cell-like cavities (as a honeycomb)')]},\n",
" {'answer': 'amalgamate',\n",
" 'hint': 'synonyms for amalgamate',\n",
- " 'clues': [('fused', 'joined together into a whole'),\n",
+ " 'clues': [('coalesced', 'joined together into a whole'),\n",
" ('consolidated', 'joined together into a whole'),\n",
- " ('amalgamated', 'joined together into a whole'),\n",
- " ('coalesced', 'joined together into a whole')]},\n",
+ " ('fused', 'joined together into a whole'),\n",
+ " ('amalgamated', 'joined together into a whole')]},\n",
" {'answer': 'amalgamated',\n",
" 'hint': 'synonyms for amalgamated',\n",
- " 'clues': [('fused', 'joined together into a whole'),\n",
+ " 'clues': [('coalesced', 'joined together into a whole'),\n",
" ('amalgamate', 'joined together into a whole'),\n",
- " ('consolidated', 'joined together into a whole'),\n",
- " ('coalesced', 'joined together into a whole')]},\n",
+ " ('fused', 'joined together into a whole'),\n",
+ " ('consolidated', 'joined together into a whole')]},\n",
" {'answer': 'amateur',\n",
" 'hint': 'synonyms for amateur',\n",
- " 'clues': [('unpaid', 'engaged in as a pastime'),\n",
+ " 'clues': [('unskilled', 'lacking professional skill or expertise'),\n",
" ('amateurish', 'lacking professional skill or expertise'),\n",
- " ('inexpert', 'lacking professional skill or expertise'),\n",
+ " ('unpaid', 'engaged in as a pastime'),\n",
" ('recreational', 'engaged in as a pastime'),\n",
- " ('unskilled', 'lacking professional skill or expertise')]},\n",
+ " ('inexpert', 'lacking professional skill or expertise')]},\n",
" {'answer': 'amazing',\n",
" 'hint': 'synonyms for amazing',\n",
- " 'clues': [('awe-inspiring',\n",
- " 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('astonishing', 'surprising greatly'),\n",
- " ('awesome', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " 'clues': [('astonishing', 'surprising greatly'),\n",
" ('awful', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('awing', 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
+ " ('awe-inspiring',\n",
+ " 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('awing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('awesome', 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
" {'answer': 'ambidextrous',\n",
" 'hint': 'synonyms for ambidextrous',\n",
- " 'clues': [('two-faced',\n",
- " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('two-handed', 'equally skillful with each hand'),\n",
+ " 'clues': [('two-handed', 'equally skillful with each hand'),\n",
" ('double-tongued',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('deceitful',\n",
+ " ('double-dealing',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('double-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
+ " ('deceitful',\n",
+ " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('duplicitous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-dealing',\n",
+ " ('two-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray')]},\n",
" {'answer': 'amiable',\n",
" 'hint': 'synonyms for amiable',\n",
- " 'clues': [('good-humored', 'disposed to please; - Hal Hinson'),\n",
- " ('cordial', 'diffusing warmth and friendliness'),\n",
- " ('affable', 'diffusing warmth and friendliness'),\n",
- " ('genial', 'diffusing warmth and friendliness')]},\n",
+ " 'clues': [('cordial', 'diffusing warmth and friendliness'),\n",
+ " ('genial', 'diffusing warmth and friendliness'),\n",
+ " ('good-humoured', 'disposed to please; - Hal Hinson'),\n",
+ " ('affable', 'diffusing warmth and friendliness')]},\n",
" {'answer': 'amok',\n",
" 'hint': 'synonyms for amok',\n",
- " 'clues': [('berserk', 'frenzied as if possessed by a demon'),\n",
- " ('possessed', 'frenzied as if possessed by a demon'),\n",
- " ('demoniacal', 'frenzied as if possessed by a demon'),\n",
- " ('amuck', 'frenzied as if possessed by a demon')]},\n",
+ " 'clues': [('possessed', 'frenzied as if possessed by a demon'),\n",
+ " ('berserk', 'frenzied as if possessed by a demon'),\n",
+ " ('amuck', 'frenzied as if possessed by a demon'),\n",
+ " ('demoniac', 'frenzied as if possessed by a demon')]},\n",
" {'answer': 'amorphous',\n",
" 'hint': 'synonyms for amorphous',\n",
- " 'clues': [('shapeless', 'having no definite form or distinct shape'),\n",
+ " 'clues': [('uncrystallized', 'without real or apparent crystalline form'),\n",
" ('formless', 'having no definite form or distinct shape'),\n",
- " ('uncrystallized', 'without real or apparent crystalline form'),\n",
+ " ('shapeless', 'having no definite form or distinct shape'),\n",
" ('unstructured',\n",
" 'lacking the system or structure characteristic of living bodies')]},\n",
" {'answer': 'ample',\n",
" 'hint': 'synonyms for ample',\n",
- " 'clues': [('rich', 'affording an abundant supply'),\n",
- " ('sizable', 'fairly large'),\n",
- " ('copious', 'affording an abundant supply'),\n",
+ " 'clues': [('copious', 'affording an abundant supply'),\n",
" ('plentiful', 'affording an abundant supply'),\n",
+ " ('rich', 'affording an abundant supply'),\n",
+ " ('sizeable', 'fairly large'),\n",
" ('plenteous', 'affording an abundant supply')]},\n",
" {'answer': 'amuck',\n",
" 'hint': 'synonyms for amuck',\n",
- " 'clues': [('berserk', 'frenzied as if possessed by a demon'),\n",
+ " 'clues': [('possessed', 'frenzied as if possessed by a demon'),\n",
+ " ('berserk', 'frenzied as if possessed by a demon'),\n",
" ('amok', 'frenzied as if possessed by a demon'),\n",
- " ('demoniacal', 'frenzied as if possessed by a demon'),\n",
- " ('possessed', 'frenzied as if possessed by a demon')]},\n",
+ " ('demoniac', 'frenzied as if possessed by a demon')]},\n",
" {'answer': 'amusing',\n",
" 'hint': 'synonyms for amusing',\n",
- " 'clues': [('mirthful', 'arousing or provoking laughter'),\n",
+ " 'clues': [('amusive', 'providing enjoyment; pleasantly entertaining'),\n",
+ " ('mirthful', 'arousing or provoking laughter'),\n",
+ " ('laughable', 'arousing or provoking laughter'),\n",
" ('risible', 'arousing or provoking laughter'),\n",
- " ('funny', 'arousing or provoking laughter'),\n",
" ('diverting', 'providing enjoyment; pleasantly entertaining'),\n",
" ('comic', 'arousing or provoking laughter'),\n",
- " ('amusive', 'providing enjoyment; pleasantly entertaining'),\n",
- " ('laughable', 'arousing or provoking laughter'),\n",
- " ('comical', 'arousing or provoking laughter')]},\n",
+ " ('comical', 'arousing or provoking laughter'),\n",
+ " ('funny', 'arousing or provoking laughter')]},\n",
" {'answer': 'amyloid',\n",
" 'hint': 'synonyms for amyloid',\n",
" 'clues': [('farinaceous', 'resembling starch'),\n",
+ " ('amyloidal', 'resembling starch'),\n",
" ('amylaceous', 'resembling starch'),\n",
- " ('starchlike', 'resembling starch'),\n",
- " ('amyloidal', 'resembling starch')]},\n",
+ " ('starchlike', 'resembling starch')]},\n",
" {'answer': 'amyloidal',\n",
" 'hint': 'synonyms for amyloidal',\n",
" 'clues': [('farinaceous', 'resembling starch'),\n",
- " ('amyloid', 'resembling starch'),\n",
" ('amylaceous', 'resembling starch'),\n",
- " ('starchlike', 'resembling starch')]},\n",
+ " ('starchlike', 'resembling starch'),\n",
+ " ('amyloid', 'resembling starch')]},\n",
" {'answer': 'ancillary',\n",
" 'hint': 'synonyms for ancillary',\n",
- " 'clues': [('auxiliary', 'furnishing added support'),\n",
- " ('adjunct', 'furnishing added support'),\n",
- " ('accessory', 'furnishing added support'),\n",
+ " 'clues': [('adjunct', 'furnishing added support'),\n",
+ " ('appurtenant', 'furnishing added support'),\n",
" ('adjuvant', 'furnishing added support'),\n",
- " ('appurtenant', 'furnishing added support')]},\n",
+ " ('auxiliary', 'furnishing added support'),\n",
+ " ('accessory', 'furnishing added support')]},\n",
" {'answer': 'angelic',\n",
" 'hint': 'synonyms for angelic',\n",
- " 'clues': [('cherubic',\n",
- " 'having a sweet nature befitting an angel or cherub'),\n",
+ " 'clues': [('beatific',\n",
+ " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
" ('saintlike',\n",
" 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('sweet', 'having a sweet nature befitting an angel or cherub'),\n",
+ " ('sainted',\n",
+ " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
+ " ('angelical', 'having a sweet nature befitting an angel or cherub'),\n",
" ('seraphic', 'having a sweet nature befitting an angel or cherub'),\n",
- " ('angelical', 'of or relating to angels'),\n",
" ('saintly',\n",
" 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('sainted',\n",
- " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('beatific',\n",
- " 'marked by utter benignity; resembling or befitting an angel or saint')]},\n",
+ " ('sweet', 'having a sweet nature befitting an angel or cherub'),\n",
+ " ('cherubic', 'having a sweet nature befitting an angel or cherub')]},\n",
" {'answer': 'angelical',\n",
" 'hint': 'synonyms for angelical',\n",
- " 'clues': [('cherubic',\n",
- " 'having a sweet nature befitting an angel or cherub'),\n",
- " ('angelic', 'having a sweet nature befitting an angel or cherub'),\n",
+ " 'clues': [('beatific',\n",
+ " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
" ('saintlike',\n",
" 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('sweet', 'having a sweet nature befitting an angel or cherub'),\n",
+ " ('sainted',\n",
+ " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
+ " ('angelic', 'of or relating to angels'),\n",
" ('seraphic', 'having a sweet nature befitting an angel or cherub'),\n",
" ('saintly',\n",
" 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('sainted',\n",
- " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('beatific',\n",
- " 'marked by utter benignity; resembling or befitting an angel or saint')]},\n",
+ " ('sweet', 'having a sweet nature befitting an angel or cherub'),\n",
+ " ('cherubic', 'having a sweet nature befitting an angel or cherub')]},\n",
" {'answer': 'angered',\n",
" 'hint': 'synonyms for angered',\n",
- " 'clues': [('infuriated', 'marked by extreme anger'),\n",
- " ('furious', 'marked by extreme anger'),\n",
- " ('enraged', 'marked by extreme anger'),\n",
- " ('maddened', 'marked by extreme anger')]},\n",
+ " 'clues': [('furious', 'marked by extreme anger'),\n",
+ " ('infuriated', 'marked by extreme anger'),\n",
+ " ('maddened', 'marked by extreme anger'),\n",
+ " ('enraged', 'marked by extreme anger')]},\n",
" {'answer': 'angry',\n",
" 'hint': 'synonyms for angry',\n",
" 'clues': [('furious', '(of the elements) as if showing violent anger'),\n",
" ('tempestuous', '(of the elements) as if showing violent anger'),\n",
- " ('wild', '(of the elements) as if showing violent anger'),\n",
- " ('raging', '(of the elements) as if showing violent anger')]},\n",
+ " ('raging', '(of the elements) as if showing violent anger'),\n",
+ " ('wild', '(of the elements) as if showing violent anger')]},\n",
" {'answer': 'annoyed',\n",
" 'hint': 'synonyms for annoyed',\n",
- " 'clues': [('peeved', 'aroused to impatience or anger'),\n",
- " ('pestered', 'troubled persistently especially with petty annoyances'),\n",
+ " 'clues': [('nettled', 'aroused to impatience or anger'),\n",
+ " ('peeved', 'aroused to impatience or anger'),\n",
+ " ('irritated', 'aroused to impatience or anger'),\n",
+ " ('pissed', 'aroused to impatience or anger'),\n",
" ('riled', 'aroused to impatience or anger'),\n",
" ('steamed', 'aroused to impatience or anger'),\n",
- " ('pissed off', 'aroused to impatience or anger'),\n",
" ('vexed', 'troubled persistently especially with petty annoyances'),\n",
- " ('pissed', 'aroused to impatience or anger'),\n",
+ " ('harried', 'troubled persistently especially with petty annoyances'),\n",
+ " ('harassed', 'troubled persistently especially with petty annoyances'),\n",
" ('miffed', 'aroused to impatience or anger'),\n",
- " ('irritated', 'aroused to impatience or anger'),\n",
- " ('nettled', 'aroused to impatience or anger'),\n",
" ('stung', 'aroused to impatience or anger'),\n",
- " ('harried', 'troubled persistently especially with petty annoyances'),\n",
- " ('harassed', 'troubled persistently especially with petty annoyances')]},\n",
+ " ('pissed off', 'aroused to impatience or anger'),\n",
+ " ('pestered', 'troubled persistently especially with petty annoyances')]},\n",
" {'answer': 'annoying',\n",
" 'hint': 'synonyms for annoying',\n",
- " 'clues': [('plaguy', 'causing irritation or annoyance'),\n",
- " ('pestering', 'causing irritation or annoyance'),\n",
+ " 'clues': [('pestering', 'causing irritation or annoyance'),\n",
" ('vexing', 'causing irritation or annoyance'),\n",
- " ('bothersome', 'causing irritation or annoyance'),\n",
- " ('nettlesome', 'causing irritation or annoyance'),\n",
- " ('pestiferous', 'causing irritation or annoyance'),\n",
- " ('irritating', 'causing irritation or annoyance'),\n",
+ " ('pesky', 'causing irritation or annoyance'),\n",
+ " ('plaguy', 'causing irritation or annoyance'),\n",
" ('galling', 'causing irritation or annoyance'),\n",
- " ('vexatious', 'causing irritation or annoyance'),\n",
" ('teasing', 'causing irritation or annoyance'),\n",
- " ('pesky', 'causing irritation or annoyance')]},\n",
+ " ('vexatious', 'causing irritation or annoyance'),\n",
+ " ('nettlesome', 'causing irritation or annoyance'),\n",
+ " ('irritating', 'causing irritation or annoyance'),\n",
+ " ('pestiferous', 'causing irritation or annoyance'),\n",
+ " ('bothersome', 'causing irritation or annoyance')]},\n",
" {'answer': 'annular',\n",
" 'hint': 'synonyms for annular',\n",
- " 'clues': [('doughnut-shaped', 'shaped like a ring'),\n",
- " ('annulated', 'shaped like a ring'),\n",
+ " 'clues': [('annulate', 'shaped like a ring'),\n",
" ('ring-shaped', 'shaped like a ring'),\n",
+ " ('ringed', 'shaped like a ring'),\n",
" ('circinate', 'shaped like a ring'),\n",
- " ('ringed', 'shaped like a ring')]},\n",
+ " ('doughnut-shaped', 'shaped like a ring')]},\n",
" {'answer': 'annulate',\n",
" 'hint': 'synonyms for annulate',\n",
- " 'clues': [('doughnut-shaped', 'shaped like a ring'),\n",
- " ('annulated', 'shaped like a ring'),\n",
+ " 'clues': [('annulated', 'shaped like a ring'),\n",
" ('ring-shaped', 'shaped like a ring'),\n",
+ " ('ringed', 'shaped like a ring'),\n",
" ('annular', 'shaped like a ring'),\n",
" ('circinate', 'shaped like a ring'),\n",
- " ('ringed', 'shaped like a ring')]},\n",
+ " ('doughnut-shaped', 'shaped like a ring')]},\n",
" {'answer': 'annulated',\n",
" 'hint': 'synonyms for annulated',\n",
- " 'clues': [('doughnut-shaped', 'shaped like a ring'),\n",
+ " 'clues': [('annulate', 'shaped like a ring'),\n",
" ('ring-shaped', 'shaped like a ring'),\n",
+ " ('ringed', 'shaped like a ring'),\n",
" ('annular', 'shaped like a ring'),\n",
- " ('annulate', 'shaped like a ring'),\n",
" ('circinate', 'shaped like a ring'),\n",
- " ('ringed', 'shaped like a ring')]},\n",
+ " ('doughnut-shaped', 'shaped like a ring')]},\n",
" {'answer': 'anserine',\n",
" 'hint': 'synonyms for anserine',\n",
" 'clues': [('goosy', 'having or revealing stupidity'),\n",
- " ('foolish', 'having or revealing stupidity'),\n",
" ('dopy', 'having or revealing stupidity'),\n",
- " ('gooselike', 'having or revealing stupidity'),\n",
- " ('jerky', 'having or revealing stupidity')]},\n",
+ " ('jerky', 'having or revealing stupidity'),\n",
+ " ('foolish', 'having or revealing stupidity'),\n",
+ " ('gooselike', 'having or revealing stupidity')]},\n",
" {'answer': 'antipathetic',\n",
" 'hint': 'synonyms for antipathetic',\n",
- " 'clues': [('averse', \"(usually followed by `to') strongly opposed\"),\n",
- " ('loath', \"(usually followed by `to') strongly opposed\"),\n",
- " ('antagonistic', 'characterized by antagonism or antipathy'),\n",
+ " 'clues': [('indisposed', \"(usually followed by `to') strongly opposed\"),\n",
+ " ('loth', \"(usually followed by `to') strongly opposed\"),\n",
" ('antipathetical', 'characterized by antagonism or antipathy'),\n",
- " ('indisposed', \"(usually followed by `to') strongly opposed\")]},\n",
+ " ('averse', \"(usually followed by `to') strongly opposed\"),\n",
+ " ('antagonistic', 'characterized by antagonism or antipathy')]},\n",
" {'answer': 'antipathetical',\n",
" 'hint': 'synonyms for antipathetical',\n",
- " 'clues': [('antipathetic', \"(usually followed by `to') strongly opposed\"),\n",
+ " 'clues': [('indisposed', \"(usually followed by `to') strongly opposed\"),\n",
+ " ('antipathetic', 'characterized by antagonism or antipathy'),\n",
+ " ('loth', \"(usually followed by `to') strongly opposed\"),\n",
" ('averse', \"(usually followed by `to') strongly opposed\"),\n",
- " ('loath', \"(usually followed by `to') strongly opposed\"),\n",
- " ('antagonistic', 'characterized by antagonism or antipathy'),\n",
- " ('indisposed', \"(usually followed by `to') strongly opposed\")]},\n",
+ " ('antagonistic', 'characterized by antagonism or antipathy')]},\n",
" {'answer': 'antique',\n",
" 'hint': 'synonyms for antique',\n",
- " 'clues': [('passe', 'out of fashion'),\n",
- " ('demode', 'out of fashion'),\n",
- " ('old-hat', 'out of fashion'),\n",
- " ('old-fashioned', 'out of fashion'),\n",
+ " 'clues': [('age-old', 'belonging to or lasting from times long ago'),\n",
" ('outmoded', 'out of fashion'),\n",
" ('ex', 'out of fashion'),\n",
- " ('age-old', 'belonging to or lasting from times long ago')]},\n",
+ " ('passee', 'out of fashion'),\n",
+ " ('demode', 'out of fashion'),\n",
+ " ('old-fashioned', 'out of fashion'),\n",
+ " ('old-hat', 'out of fashion')]},\n",
" {'answer': 'anxious',\n",
" 'hint': 'synonyms for anxious',\n",
- " 'clues': [('dying', 'eagerly desirous'),\n",
- " ('queasy', 'causing or fraught with or showing anxiety'),\n",
+ " 'clues': [('unquiet', 'causing or fraught with or showing anxiety'),\n",
" ('uneasy', 'causing or fraught with or showing anxiety'),\n",
+ " ('dying', 'eagerly desirous'),\n",
" ('nervous', 'causing or fraught with or showing anxiety'),\n",
- " ('unquiet', 'causing or fraught with or showing anxiety')]},\n",
+ " ('queasy', 'causing or fraught with or showing anxiety')]},\n",
" {'answer': 'apomictic',\n",
" 'hint': 'synonyms for apomictic',\n",
- " 'clues': [('parthenogenetic',\n",
+ " 'clues': [('agamogenetic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
" ('agamous',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
+ " ('apomictical', 'of or relating to a plant that reproduces by apomixis'),\n",
" ('agamic',\n",
" '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('agamogenetic',\n",
- " '(of reproduction) not involving the fusion of male and female gametes in reproduction'),\n",
- " ('apomictical',\n",
- " 'of or relating to a plant that reproduces by apomixis')]},\n",
+ " ('parthenogenetic',\n",
+ " '(of reproduction) not involving the fusion of male and female gametes in reproduction')]},\n",
" {'answer': 'appareled',\n",
" 'hint': 'synonyms for appareled',\n",
- " 'clues': [('robed',\n",
- " 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('attired',\n",
- " 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('habilimented',\n",
+ " 'clues': [('dressed',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
" ('garmented',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
" ('garbed',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('dressed',\n",
+ " ('robed',\n",
+ " 'dressed or clothed especially in fine attire; often used in combination'),\n",
+ " ('attired',\n",
+ " 'dressed or clothed especially in fine attire; often used in combination'),\n",
+ " ('habilimented',\n",
" 'dressed or clothed especially in fine attire; often used in combination')]},\n",
" {'answer': 'apparent',\n",
" 'hint': 'synonyms for apparent',\n",
" 'clues': [('ostensible', 'appearing as such but not necessarily so'),\n",
" ('patent', 'clearly revealed to the mind or the senses or judgment'),\n",
+ " ('evident', 'clearly revealed to the mind or the senses or judgment'),\n",
" ('unmistakable',\n",
" 'clearly revealed to the mind or the senses or judgment'),\n",
+ " ('plain', 'clearly revealed to the mind or the senses or judgment'),\n",
" ('manifest', 'clearly revealed to the mind or the senses or judgment'),\n",
- " ('evident', 'clearly revealed to the mind or the senses or judgment'),\n",
- " ('seeming', 'appearing as such but not necessarily so'),\n",
- " ('plain', 'clearly revealed to the mind or the senses or judgment')]},\n",
+ " ('seeming', 'appearing as such but not necessarily so')]},\n",
" {'answer': 'apparitional',\n",
" 'hint': 'synonyms for apparitional',\n",
- " 'clues': [('spectral', 'resembling or characteristic of a phantom'),\n",
- " ('ghostly', 'resembling or characteristic of a phantom'),\n",
+ " 'clues': [('ghostlike', 'resembling or characteristic of a phantom'),\n",
" ('phantasmal', 'resembling or characteristic of a phantom'),\n",
+ " ('spectral', 'resembling or characteristic of a phantom'),\n",
" ('spiritual', 'resembling or characteristic of a phantom'),\n",
- " ('ghostlike', 'resembling or characteristic of a phantom')]},\n",
+ " ('ghostly', 'resembling or characteristic of a phantom')]},\n",
" {'answer': 'appointed',\n",
" 'hint': 'synonyms for appointed',\n",
- " 'clues': [('prescribed',\n",
+ " 'clues': [('decreed',\n",
" 'fixed or established especially by order or command; )'),\n",
+ " ('prescribed', 'fixed or established especially by order or command; )'),\n",
" ('appointive', 'subject to appointment'),\n",
- " ('decreed', 'fixed or established especially by order or command; )'),\n",
" ('ordained', 'fixed or established especially by order or command; )')]},\n",
" {'answer': 'apportioned',\n",
" 'hint': 'synonyms for apportioned',\n",
- " 'clues': [('parceled out', 'given out in portions'),\n",
- " ('doled out', 'given out in portions'),\n",
+ " 'clues': [('dealt out', 'given out in portions'),\n",
" ('meted out', 'given out in portions'),\n",
- " ('dealt out', 'given out in portions')]},\n",
+ " ('parceled out', 'given out in portions'),\n",
+ " ('doled out', 'given out in portions')]},\n",
" {'answer': 'apprehensible',\n",
" 'hint': 'synonyms for apprehensible',\n",
" 'clues': [('intelligible', 'capable of being apprehended or understood'),\n",
- " ('understandable', 'capable of being apprehended or understood'),\n",
" ('perceivable', 'capable of being apprehended or understood'),\n",
- " ('graspable', 'capable of being apprehended or understood')]},\n",
+ " ('graspable', 'capable of being apprehended or understood'),\n",
+ " ('understandable', 'capable of being apprehended or understood')]},\n",
" {'answer': 'approbative',\n",
" 'hint': 'synonyms for approbative',\n",
- " 'clues': [('approbatory', 'expressing or manifesting praise or approval'),\n",
- " ('approving', 'expressing or manifesting praise or approval'),\n",
+ " 'clues': [('approving', 'expressing or manifesting praise or approval'),\n",
+ " ('plausive', 'expressing or manifesting praise or approval'),\n",
" ('affirmative', 'expressing or manifesting praise or approval'),\n",
- " ('plausive', 'expressing or manifesting praise or approval')]},\n",
+ " ('approbatory', 'expressing or manifesting praise or approval')]},\n",
" {'answer': 'approbatory',\n",
" 'hint': 'synonyms for approbatory',\n",
- " 'clues': [('approving', 'expressing or manifesting praise or approval'),\n",
+ " 'clues': [('plausive', 'expressing or manifesting praise or approval'),\n",
" ('approbative', 'expressing or manifesting praise or approval'),\n",
" ('affirmative', 'expressing or manifesting praise or approval'),\n",
- " ('plausive', 'expressing or manifesting praise or approval')]},\n",
+ " ('approving', 'expressing or manifesting praise or approval')]},\n",
" {'answer': 'approving',\n",
" 'hint': 'synonyms for approving',\n",
- " 'clues': [('approbatory', 'expressing or manifesting praise or approval'),\n",
- " ('plausive', 'expressing or manifesting praise or approval'),\n",
+ " 'clues': [('plausive', 'expressing or manifesting praise or approval'),\n",
" ('approbative', 'expressing or manifesting praise or approval'),\n",
- " ('affirmative', 'expressing or manifesting praise or approval')]},\n",
+ " ('affirmative', 'expressing or manifesting praise or approval'),\n",
+ " ('approbatory', 'expressing or manifesting praise or approval')]},\n",
" {'answer': 'approximate',\n",
" 'hint': 'synonyms for approximate',\n",
- " 'clues': [('near', 'very close in resemblance'),\n",
- " ('approximative', 'not quite exact or correct'),\n",
- " ('close together', 'located close together'),\n",
- " ('rough', 'not quite exact or correct')]},\n",
+ " 'clues': [('close together', 'located close together'),\n",
+ " ('near', 'very close in resemblance'),\n",
+ " ('rough', 'not quite exact or correct'),\n",
+ " ('approximative', 'not quite exact or correct')]},\n",
" {'answer': 'appurtenant',\n",
" 'hint': 'synonyms for appurtenant',\n",
- " 'clues': [('auxiliary', 'furnishing added support'),\n",
- " ('adjunct', 'furnishing added support'),\n",
+ " 'clues': [('adjunct', 'furnishing added support'),\n",
" ('ancillary', 'furnishing added support'),\n",
- " ('accessory', 'furnishing added support'),\n",
- " ('adjuvant', 'furnishing added support')]},\n",
+ " ('adjuvant', 'furnishing added support'),\n",
+ " ('auxiliary', 'furnishing added support'),\n",
+ " ('accessory', 'furnishing added support')]},\n",
" {'answer': 'apt',\n",
" 'hint': 'synonyms for apt',\n",
- " 'clues': [('clever', 'mentally quick and resourceful; ; -Bram Stoker'),\n",
- " ('disposed', \"(usually followed by `to') naturally disposed toward\"),\n",
- " ('given', \"(usually followed by `to') naturally disposed toward\"),\n",
- " ('pertinent', 'being of striking appropriateness and pertinence'),\n",
- " ('tending', \"(usually followed by `to') naturally disposed toward\"),\n",
- " ('apposite', 'being of striking appropriateness and pertinence'),\n",
+ " 'clues': [('disposed',\n",
+ " \"(usually followed by `to') naturally disposed toward\"),\n",
" ('minded', \"(usually followed by `to') naturally disposed toward\"),\n",
+ " ('tending', \"(usually followed by `to') naturally disposed toward\"),\n",
+ " ('clever', 'mentally quick and resourceful; ; -Bram Stoker'),\n",
" ('liable',\n",
- " 'at risk of or subject to experiencing something usually unpleasant')]},\n",
+ " 'at risk of or subject to experiencing something usually unpleasant'),\n",
+ " ('apposite', 'being of striking appropriateness and pertinence'),\n",
+ " ('pertinent', 'being of striking appropriateness and pertinence'),\n",
+ " ('given', \"(usually followed by `to') naturally disposed toward\")]},\n",
" {'answer': 'arboreal',\n",
" 'hint': 'synonyms for arboreal',\n",
- " 'clues': [('dendroidal',\n",
+ " 'clues': [('dendroid',\n",
" 'resembling a tree in form and branching structure'),\n",
- " ('arboriform', 'resembling a tree in form and branching structure'),\n",
- " ('dendriform', 'resembling a tree in form and branching structure'),\n",
- " ('arboreous', 'inhabiting or frequenting trees'),\n",
- " ('arborical', 'of or relating to or formed by trees'),\n",
+ " ('arboresque', 'resembling a tree in form and branching structure'),\n",
+ " ('arborous', 'of or relating to or formed by trees'),\n",
+ " ('arborary', 'of or relating to or formed by trees'),\n",
" ('arborescent', 'resembling a tree in form and branching structure'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
" ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
- " ('arborary', 'of or relating to or formed by trees'),\n",
+ " ('dendriform', 'resembling a tree in form and branching structure'),\n",
+ " ('arborical', 'of or relating to or formed by trees'),\n",
" ('tree-living', 'inhabiting or frequenting trees'),\n",
- " ('arboresque', 'resembling a tree in form and branching structure')]},\n",
+ " ('arboriform', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'arboreous',\n",
" 'hint': 'synonyms for arboreous',\n",
- " 'clues': [('dendroidal',\n",
- " 'resembling a tree in form and branching structure'),\n",
- " ('arboriform', 'resembling a tree in form and branching structure'),\n",
- " ('arboreal', 'resembling a tree in form and branching structure'),\n",
- " ('dendriform', 'resembling a tree in form and branching structure'),\n",
+ " 'clues': [('arboraceous', 'abounding in trees'),\n",
+ " ('dendroid', 'resembling a tree in form and branching structure'),\n",
+ " ('arboresque', 'resembling a tree in form and branching structure'),\n",
+ " ('arboreal', 'inhabiting or frequenting trees'),\n",
" ('arborescent', 'resembling a tree in form and branching structure'),\n",
- " ('arboraceous', 'abounding in trees'),\n",
+ " ('woodsy', 'abounding in trees'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
- " ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
+ " ('dendriform', 'resembling a tree in form and branching structure'),\n",
" ('tree-living', 'inhabiting or frequenting trees'),\n",
- " ('arboresque', 'resembling a tree in form and branching structure'),\n",
- " ('woody', 'abounding in trees')]},\n",
+ " ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
+ " ('arboriform', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'arborescent',\n",
" 'hint': 'synonyms for arborescent',\n",
- " 'clues': [('dendroidal',\n",
+ " 'clues': [('dendroid',\n",
" 'resembling a tree in form and branching structure'),\n",
- " ('arboriform', 'resembling a tree in form and branching structure'),\n",
- " ('arboreal', 'resembling a tree in form and branching structure'),\n",
- " ('dendriform', 'resembling a tree in form and branching structure'),\n",
+ " ('arboresque', 'resembling a tree in form and branching structure'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
" ('arboreous', 'resembling a tree in form and branching structure'),\n",
+ " ('arboreal', 'resembling a tree in form and branching structure'),\n",
+ " ('dendriform', 'resembling a tree in form and branching structure'),\n",
" ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
- " ('arboresque', 'resembling a tree in form and branching structure')]},\n",
+ " ('arboriform', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'arboresque',\n",
" 'hint': 'synonyms for arboresque',\n",
- " 'clues': [('dendroidal',\n",
+ " 'clues': [('dendroid',\n",
" 'resembling a tree in form and branching structure'),\n",
- " ('arboriform', 'resembling a tree in form and branching structure'),\n",
- " ('arboreal', 'resembling a tree in form and branching structure'),\n",
- " ('dendriform', 'resembling a tree in form and branching structure'),\n",
" ('arborescent', 'resembling a tree in form and branching structure'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
" ('arboreous', 'resembling a tree in form and branching structure'),\n",
- " ('tree-shaped', 'resembling a tree in form and branching structure')]},\n",
+ " ('arboreal', 'resembling a tree in form and branching structure'),\n",
+ " ('dendriform', 'resembling a tree in form and branching structure'),\n",
+ " ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
+ " ('arboriform', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'arboriform',\n",
" 'hint': 'synonyms for arboriform',\n",
- " 'clues': [('dendroidal',\n",
+ " 'clues': [('dendroid',\n",
" 'resembling a tree in form and branching structure'),\n",
- " ('dendriform', 'resembling a tree in form and branching structure'),\n",
- " ('arboreal', 'resembling a tree in form and branching structure'),\n",
+ " ('arboresque', 'resembling a tree in form and branching structure'),\n",
" ('arborescent', 'resembling a tree in form and branching structure'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
" ('arboreous', 'resembling a tree in form and branching structure'),\n",
- " ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
- " ('arboresque', 'resembling a tree in form and branching structure')]},\n",
+ " ('arboreal', 'resembling a tree in form and branching structure'),\n",
+ " ('dendriform', 'resembling a tree in form and branching structure'),\n",
+ " ('tree-shaped', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'arced',\n",
" 'hint': 'synonyms for arced',\n",
- " 'clues': [('arcuate', 'forming or resembling an arch'),\n",
+ " 'clues': [('bowed', 'forming or resembling an arch'),\n",
" ('arciform', 'forming or resembling an arch'),\n",
- " ('arched', 'forming or resembling an arch'),\n",
- " ('bowed', 'forming or resembling an arch'),\n",
- " ('arching', 'forming or resembling an arch')]},\n",
+ " ('arcuate', 'forming or resembling an arch'),\n",
+ " ('arching', 'forming or resembling an arch'),\n",
+ " ('arched', 'forming or resembling an arch')]},\n",
" {'answer': 'arch',\n",
" 'hint': 'synonyms for arch',\n",
- " 'clues': [('condescending',\n",
+ " 'clues': [('wicked', 'naughtily or annoyingly playful'),\n",
+ " ('condescending',\n",
" '(used of behavior or attitude) characteristic of those who treat others with condescension'),\n",
- " ('impish', 'naughtily or annoyingly playful'),\n",
- " ('patronising',\n",
+ " ('patronizing',\n",
" '(used of behavior or attitude) characteristic of those who treat others with condescension'),\n",
+ " ('pixilated', 'naughtily or annoyingly playful'),\n",
+ " ('implike', 'naughtily or annoyingly playful'),\n",
" ('prankish', 'naughtily or annoyingly playful'),\n",
- " ('wicked', 'naughtily or annoyingly playful'),\n",
+ " ('impish', 'naughtily or annoyingly playful'),\n",
" ('mischievous', 'naughtily or annoyingly playful'),\n",
- " ('implike', 'naughtily or annoyingly playful'),\n",
- " ('puckish', 'naughtily or annoyingly playful'),\n",
- " ('pixilated', 'naughtily or annoyingly playful')]},\n",
+ " ('puckish', 'naughtily or annoyingly playful')]},\n",
" {'answer': 'arched',\n",
" 'hint': 'synonyms for arched',\n",
- " 'clues': [('arcuate', 'forming or resembling an arch'),\n",
- " ('arced', 'forming or resembling an arch'),\n",
+ " 'clues': [('bowed', 'forming or resembling an arch'),\n",
" ('arciform', 'forming or resembling an arch'),\n",
- " ('bowed', 'forming or resembling an arch'),\n",
- " ('arching', 'forming or resembling an arch')]},\n",
+ " ('arcuate', 'forming or resembling an arch'),\n",
+ " ('arching', 'forming or resembling an arch'),\n",
+ " ('arced', 'forming or resembling an arch')]},\n",
" {'answer': 'arching',\n",
" 'hint': 'synonyms for arching',\n",
- " 'clues': [('arcuate', 'forming or resembling an arch'),\n",
- " ('arced', 'forming or resembling an arch'),\n",
+ " 'clues': [('bowed', 'forming or resembling an arch'),\n",
" ('arciform', 'forming or resembling an arch'),\n",
- " ('bowed', 'forming or resembling an arch')]},\n",
+ " ('arcuate', 'forming or resembling an arch'),\n",
+ " ('arched', 'forming or resembling an arch')]},\n",
" {'answer': 'arciform',\n",
" 'hint': 'synonyms for arciform',\n",
- " 'clues': [('arcuate', 'forming or resembling an arch'),\n",
- " ('arced', 'forming or resembling an arch'),\n",
- " ('bowed', 'forming or resembling an arch'),\n",
- " ('arching', 'forming or resembling an arch')]},\n",
+ " 'clues': [('bowed', 'forming or resembling an arch'),\n",
+ " ('arcuate', 'forming or resembling an arch'),\n",
+ " ('arching', 'forming or resembling an arch'),\n",
+ " ('arced', 'forming or resembling an arch')]},\n",
" {'answer': 'arctic',\n",
" 'hint': 'synonyms for arctic',\n",
- " 'clues': [('frigid', 'extremely cold'),\n",
- " ('polar', 'extremely cold'),\n",
- " ('north-polar', 'of or relating to the Arctic'),\n",
- " ('icy', 'extremely cold'),\n",
+ " 'clues': [('polar', 'extremely cold'),\n",
" ('glacial', 'extremely cold'),\n",
- " ('gelid', 'extremely cold')]},\n",
+ " ('gelid', 'extremely cold'),\n",
+ " ('frigid', 'extremely cold'),\n",
+ " ('north-polar', 'of or relating to the Arctic'),\n",
+ " ('icy', 'extremely cold')]},\n",
" {'answer': 'arcuate',\n",
" 'hint': 'synonyms for arcuate',\n",
- " 'clues': [('arced', 'forming or resembling an arch'),\n",
+ " 'clues': [('bowed', 'forming or resembling an arch'),\n",
" ('arciform', 'forming or resembling an arch'),\n",
- " ('bowed', 'forming or resembling an arch'),\n",
- " ('arching', 'forming or resembling an arch')]},\n",
+ " ('arching', 'forming or resembling an arch'),\n",
+ " ('arched', 'forming or resembling an arch')]},\n",
" {'answer': 'ardent',\n",
" 'hint': 'synonyms for ardent',\n",
- " 'clues': [('fervid', 'characterized by intense emotion'),\n",
- " ('fervent', 'characterized by intense emotion'),\n",
+ " 'clues': [('warm', 'characterized by strong enthusiasm'),\n",
+ " ('fiery', 'characterized by intense emotion'),\n",
" ('perfervid', 'characterized by intense emotion'),\n",
- " ('warm', 'characterized by strong enthusiasm'),\n",
+ " ('impassioned', 'characterized by intense emotion'),\n",
" ('torrid', 'characterized by intense emotion'),\n",
- " ('fiery', 'characterized by intense emotion'),\n",
- " ('impassioned', 'characterized by intense emotion')]},\n",
+ " ('fervid', 'characterized by intense emotion'),\n",
+ " ('fervent', 'characterized by intense emotion')]},\n",
" {'answer': 'arduous',\n",
" 'hint': 'synonyms for arduous',\n",
- " 'clues': [('operose',\n",
+ " 'clues': [('heavy',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('heavy',\n",
+ " ('toilsome',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('gruelling',\n",
+ " ('straining',\n",
+ " 'taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt'),\n",
+ " ('grueling',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
" ('laborious',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('strenuous',\n",
- " 'taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt'),\n",
- " ('toilsome',\n",
+ " ('backbreaking',\n",
+ " 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
+ " ('operose',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('straining',\n",
- " 'taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt'),\n",
" ('punishing',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
+ " ('strenuous',\n",
+ " 'taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt'),\n",
" ('hard',\n",
- " 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('backbreaking',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort')]},\n",
" {'answer': 'argus-eyed',\n",
" 'hint': 'synonyms for argus-eyed',\n",
- " 'clues': [('keen-sighted', 'having very keen vision'),\n",
- " ('wakeful',\n",
+ " 'clues': [('open-eyed',\n",
" 'carefully observant or attentive; on the lookout for possible danger'),\n",
" ('lynx-eyed', 'having very keen vision'),\n",
- " ('sharp-sighted', 'having very keen vision'),\n",
- " ('hawk-eyed', 'having very keen vision'),\n",
- " ('quick-sighted', 'having very keen vision'),\n",
- " ('open-eyed',\n",
+ " ('keen-sighted', 'having very keen vision'),\n",
+ " ('wakeful',\n",
" 'carefully observant or attentive; on the lookout for possible danger'),\n",
+ " ('sharp-eyed', 'having very keen vision'),\n",
+ " ('quick-sighted', 'having very keen vision'),\n",
" ('vigilant',\n",
" 'carefully observant or attentive; on the lookout for possible danger'),\n",
- " ('sharp-eyed', 'having very keen vision')]},\n",
+ " ('sharp-sighted', 'having very keen vision'),\n",
+ " ('hawk-eyed', 'having very keen vision')]},\n",
" {'answer': 'aristocratic',\n",
" 'hint': 'synonyms for aristocratic',\n",
- " 'clues': [('patrician',\n",
- " 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('aristocratical',\n",
+ " 'clues': [('aristocratical',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
" ('blue', 'belonging to or characteristic of the nobility or aristocracy'),\n",
+ " ('blue-blooded',\n",
+ " 'belonging to or characteristic of the nobility or aristocracy'),\n",
" ('gentle',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('blue-blooded',\n",
+ " ('patrician',\n",
" 'belonging to or characteristic of the nobility or aristocracy')]},\n",
" {'answer': 'aristocratical',\n",
" 'hint': 'synonyms for aristocratical',\n",
- " 'clues': [('patrician',\n",
+ " 'clues': [('aristocratic',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
" ('blue', 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('gentle',\n",
+ " ('blue-blooded',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('aristocratic',\n",
+ " ('gentle',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('blue-blooded',\n",
+ " ('patrician',\n",
" 'belonging to or characteristic of the nobility or aristocracy')]},\n",
" {'answer': 'around_the_bend',\n",
" 'hint': 'synonyms for around the bend',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'aroused',\n",
" 'hint': 'synonyms for aroused',\n",
" 'clues': [('stimulated', 'emotionally aroused'),\n",
- " ('ruttish', 'feeling great sexual desire'),\n",
- " ('randy', 'feeling great sexual desire'),\n",
- " ('wound up', 'brought to a state of great tension'),\n",
" ('stirred', 'emotionally aroused'),\n",
- " ('excited', '(of persons) excessively affected by emotion'),\n",
- " ('steamy', 'feeling great sexual desire'),\n",
" ('turned on', 'feeling great sexual desire'),\n",
+ " ('stirred up', 'emotionally aroused'),\n",
" ('horny', 'feeling great sexual desire'),\n",
- " ('ablaze',\n",
- " 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker'),\n",
" ('worked up', '(of persons) excessively affected by emotion'),\n",
- " ('stirred up', 'emotionally aroused'),\n",
+ " ('steamy', 'feeling great sexual desire'),\n",
" ('emotional', '(of persons) excessively affected by emotion'),\n",
+ " ('excited', '(of persons) excessively affected by emotion'),\n",
" ('aflame',\n",
- " 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker')]},\n",
+ " 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker'),\n",
+ " ('wound up', 'brought to a state of great tension'),\n",
+ " ('ruttish', 'feeling great sexual desire'),\n",
+ " ('ablaze',\n",
+ " 'keenly excited (especially sexually) or indicating excitement; - Bram Stoker'),\n",
+ " ('randy', 'feeling great sexual desire')]},\n",
" {'answer': 'arrant',\n",
" 'hint': 'synonyms for arrant',\n",
- " 'clues': [('sodding',\n",
+ " 'clues': [('double-dyed',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('pure',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('stark',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('utter',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('consummate',\n",
+ " ('unadulterated',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('complete',\n",
+ " ('thoroughgoing',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('perfect',\n",
+ " ('utter',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('everlasting',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('staring',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('thoroughgoing',\n",
+ " ('stark',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('gross',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('double-dyed',\n",
+ " ('consummate',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('unadulterated',\n",
+ " ('sodding',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('complete',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('perfect',\n",
" 'without qualification; used informally as (often pejorative) intensifiers')]},\n",
" {'answer': 'arthritic',\n",
" 'hint': 'synonyms for arthritic',\n",
" 'clues': [('creaky', 'of or pertaining to arthritis'),\n",
- " ('rheumy', 'of or pertaining to arthritis'),\n",
+ " ('rheumatoid', 'of or pertaining to arthritis'),\n",
" ('rheumatic', 'of or pertaining to arthritis'),\n",
- " ('rheumatoid', 'of or pertaining to arthritis')]},\n",
+ " ('rheumy', 'of or pertaining to arthritis')]},\n",
" {'answer': 'artificial',\n",
" 'hint': 'synonyms for artificial',\n",
- " 'clues': [('hokey', 'artificially formal'),\n",
+ " 'clues': [('contrived', 'artificially formal'),\n",
" ('stilted', 'artificially formal'),\n",
- " ('contrived', 'artificially formal'),\n",
- " ('unreal', 'contrived by art rather than nature')]},\n",
+ " ('unreal', 'contrived by art rather than nature'),\n",
+ " ('hokey', 'artificially formal')]},\n",
" {'answer': 'ashen',\n",
" 'hint': 'synonyms for ashen',\n",
- " 'clues': [('white',\n",
+ " 'clues': [('livid',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
" ('bloodless',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
- " ('livid',\n",
+ " ('white',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
" ('blanched',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley')]},\n",
" {'answer': 'asinine',\n",
" 'hint': 'synonyms for asinine',\n",
- " 'clues': [('fatuous', 'devoid of intelligence'),\n",
+ " 'clues': [('inane', 'devoid of intelligence'),\n",
+ " ('fatuous', 'devoid of intelligence'),\n",
" ('mindless', 'devoid of intelligence'),\n",
- " ('inane', 'devoid of intelligence'),\n",
" ('vacuous', 'devoid of intelligence')]},\n",
" {'answer': 'askance',\n",
" 'hint': 'synonyms for askance',\n",
- " 'clues': [('squinty',\n",
+ " 'clues': [('sidelong',\n",
+ " '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
+ " ('squinty',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
" ('askant',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
" ('squint-eyed',\n",
- " '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
- " ('sidelong',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen')]},\n",
" {'answer': 'askant',\n",
" 'hint': 'synonyms for askant',\n",
- " 'clues': [('squinty',\n",
+ " 'clues': [('sidelong',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
- " ('squint-eyed',\n",
+ " ('squinty',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
- " ('sidelong',\n",
+ " ('squint-eyed',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
" ('askance',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen')]},\n",
" {'answer': 'askew',\n",
" 'hint': 'synonyms for askew',\n",
- " 'clues': [('wonky', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('awry', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('lopsided', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " 'clues': [('awry', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
" ('cockeyed', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('skew-whiff', 'turned or twisted toward one side; - G.K.Chesterton')]},\n",
+ " ('wonky', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('skew-whiff', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('lopsided', 'turned or twisted toward one side; - G.K.Chesterton')]},\n",
" {'answer': 'aslant',\n",
" 'hint': 'synonyms for aslant',\n",
- " 'clues': [('aslope', 'having an oblique or slanted direction'),\n",
- " ('sloped', 'having an oblique or slanted direction'),\n",
+ " 'clues': [('diagonal', 'having an oblique or slanted direction'),\n",
+ " ('aslope', 'having an oblique or slanted direction'),\n",
" ('slanted', 'having an oblique or slanted direction'),\n",
- " ('diagonal', 'having an oblique or slanted direction'),\n",
- " ('slanting', 'having an oblique or slanted direction'),\n",
- " ('sloping', 'having an oblique or slanted direction')]},\n",
+ " ('sloped', 'having an oblique or slanted direction'),\n",
+ " ('sloping', 'having an oblique or slanted direction'),\n",
+ " ('slanting', 'having an oblique or slanted direction')]},\n",
" {'answer': 'asleep',\n",
" 'hint': 'synonyms for asleep',\n",
- " 'clues': [('deceased', 'dead'),\n",
+ " 'clues': [('at rest', 'dead'),\n",
" ('gone', 'dead'),\n",
- " ('at peace', 'dead'),\n",
+ " ('deceased', 'dead'),\n",
" ('benumbed', 'lacking sensation'),\n",
" ('numb', 'lacking sensation'),\n",
- " ('at rest', 'dead'),\n",
+ " ('at peace', 'dead'),\n",
" ('departed', 'dead')]},\n",
" {'answer': 'aslope',\n",
" 'hint': 'synonyms for aslope',\n",
- " 'clues': [('sloped', 'having an oblique or slanted direction'),\n",
+ " 'clues': [('diagonal', 'having an oblique or slanted direction'),\n",
" ('slanted', 'having an oblique or slanted direction'),\n",
- " ('diagonal', 'having an oblique or slanted direction'),\n",
- " ('slanting', 'having an oblique or slanted direction'),\n",
" ('aslant', 'having an oblique or slanted direction'),\n",
- " ('sloping', 'having an oblique or slanted direction')]},\n",
+ " ('sloping', 'having an oblique or slanted direction'),\n",
+ " ('slanting', 'having an oblique or slanted direction'),\n",
+ " ('sloped', 'having an oblique or slanted direction')]},\n",
" {'answer': 'asquint',\n",
" 'hint': 'synonyms for asquint',\n",
- " 'clues': [('squinty',\n",
+ " 'clues': [('sidelong',\n",
+ " '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
+ " ('squinty',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
" ('askant',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
" ('squint-eyed',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
- " ('sidelong',\n",
- " '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen'),\n",
" ('askance',\n",
" '(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen')]},\n",
" {'answer': 'assorted',\n",
" 'hint': 'synonyms for assorted',\n",
- " 'clues': [('motley',\n",
+ " 'clues': [('mixed',\n",
" 'consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards'),\n",
- " ('various',\n",
- " 'of many different kinds purposefully arranged but lacking any uniformity'),\n",
- " ('sundry',\n",
+ " ('motley',\n",
" 'consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards'),\n",
" ('miscellaneous',\n",
" 'consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards'),\n",
- " ('mixed',\n",
+ " ('various',\n",
+ " 'of many different kinds purposefully arranged but lacking any uniformity'),\n",
+ " ('sundry',\n",
" 'consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards')]},\n",
" {'answer': 'assumed',\n",
" 'hint': 'synonyms for assumed',\n",
- " 'clues': [('fictitious', 'adopted in order to deceive'),\n",
+ " 'clues': [('pretended', 'adopted in order to deceive'),\n",
" ('sham', 'adopted in order to deceive'),\n",
" ('false', 'adopted in order to deceive'),\n",
- " ('pretended', 'adopted in order to deceive'),\n",
- " ('fictive', 'adopted in order to deceive'),\n",
- " ('put on', 'adopted in order to deceive')]},\n",
+ " ('put on', 'adopted in order to deceive'),\n",
+ " ('fictitious', 'adopted in order to deceive'),\n",
+ " ('fictive', 'adopted in order to deceive')]},\n",
" {'answer': 'astonied',\n",
" 'hint': 'synonyms for astonied',\n",
" 'clues': [('amazed',\n",
" 'filled with the emotional impact of overwhelming surprise or shock'),\n",
- " ('astounded',\n",
- " 'filled with the emotional impact of overwhelming surprise or shock'),\n",
" ('astonished',\n",
" 'filled with the emotional impact of overwhelming surprise or shock'),\n",
+ " ('astounded',\n",
+ " 'filled with the emotional impact of overwhelming surprise or shock'),\n",
" ('stunned',\n",
" 'filled with the emotional impact of overwhelming surprise or shock')]},\n",
" {'answer': 'astonished',\n",
@@ -36931,17 +36962,17 @@
" 'filled with the emotional impact of overwhelming surprise or shock'),\n",
" ('astounded',\n",
" 'filled with the emotional impact of overwhelming surprise or shock'),\n",
- " ('astonied',\n",
- " 'filled with the emotional impact of overwhelming surprise or shock'),\n",
" ('stunned',\n",
+ " 'filled with the emotional impact of overwhelming surprise or shock'),\n",
+ " ('astonied',\n",
" 'filled with the emotional impact of overwhelming surprise or shock')]},\n",
" {'answer': 'astonishing',\n",
" 'hint': 'synonyms for astonishing',\n",
- " 'clues': [('staggering',\n",
+ " 'clues': [('stupefying',\n",
" 'so surprisingly impressive as to stun or overwhelm'),\n",
- " ('amazing', 'surprising greatly'),\n",
- " ('stupefying', 'so surprisingly impressive as to stun or overwhelm'),\n",
- " ('astounding', 'so surprisingly impressive as to stun or overwhelm')]},\n",
+ " ('astounding', 'so surprisingly impressive as to stun or overwhelm'),\n",
+ " ('staggering', 'so surprisingly impressive as to stun or overwhelm'),\n",
+ " ('amazing', 'surprising greatly')]},\n",
" {'answer': 'astounding',\n",
" 'hint': 'synonyms for astounding',\n",
" 'clues': [('staggering',\n",
@@ -36951,29 +36982,31 @@
" ('stupefying', 'so surprisingly impressive as to stun or overwhelm')]},\n",
" {'answer': 'at_hand',\n",
" 'hint': 'synonyms for at hand',\n",
- " 'clues': [('close at hand', 'close in time; about to occur'),\n",
- " ('imminent', 'close in time; about to occur'),\n",
+ " 'clues': [('impendent', 'close in time; about to occur'),\n",
+ " ('close at hand', 'close in time; about to occur'),\n",
" ('impending', 'close in time; about to occur'),\n",
- " ('impendent', 'close in time; about to occur')]},\n",
+ " ('imminent', 'close in time; about to occur')]},\n",
" {'answer': 'at_peace',\n",
" 'hint': 'synonyms for at peace',\n",
- " 'clues': [('departed', 'dead'),\n",
- " ('deceased', 'dead'),\n",
+ " 'clues': [('at rest', 'dead'),\n",
" ('gone', 'dead'),\n",
- " ('at rest', 'dead'),\n",
- " ('asleep', 'dead')]},\n",
+ " ('deceased', 'dead'),\n",
+ " ('asleep', 'dead'),\n",
+ " ('departed', 'dead')]},\n",
" {'answer': 'at_rest',\n",
" 'hint': 'synonyms for at rest',\n",
- " 'clues': [('departed', 'dead'),\n",
- " ('deceased', 'dead'),\n",
+ " 'clues': [('deceased', 'dead'),\n",
" ('gone', 'dead'),\n",
" ('at peace', 'dead'),\n",
- " ('asleep', 'dead')]},\n",
+ " ('asleep', 'dead'),\n",
+ " ('departed', 'dead')]},\n",
" {'answer': 'at_sea',\n",
" 'hint': 'synonyms for at sea',\n",
- " 'clues': [('bewildered',\n",
+ " 'clues': [('bemused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('mixed-up',\n",
+ " ('befuddled',\n",
+ " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('confused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('mazed',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
@@ -36981,107 +37014,105 @@
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('lost',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bemused',\n",
+ " ('mixed-up',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('confounded',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('confused',\n",
- " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('befuddled',\n",
+ " ('bewildered',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment')]},\n",
" {'answer': 'atilt',\n",
" 'hint': 'synonyms for atilt',\n",
- " 'clues': [('leaning',\n",
+ " 'clues': [('tipped',\n",
" 'departing or being caused to depart from the true vertical or horizontal'),\n",
" ('canted',\n",
" 'departing or being caused to depart from the true vertical or horizontal'),\n",
- " ('tipped',\n",
- " 'departing or being caused to depart from the true vertical or horizontal'),\n",
" ('tilted',\n",
+ " 'departing or being caused to depart from the true vertical or horizontal'),\n",
+ " ('leaning',\n",
" 'departing or being caused to depart from the true vertical or horizontal')]},\n",
" {'answer': 'atrocious',\n",
" 'hint': 'synonyms for atrocious',\n",
- " 'clues': [('painful', 'exceptionally bad or displeasing'),\n",
- " ('frightful', 'provoking horror; ; ; ; - Winston Churchill'),\n",
- " ('dreadful', 'exceptionally bad or displeasing'),\n",
- " ('ugly', 'provoking horror; ; ; ; - Winston Churchill'),\n",
+ " 'clues': [('grievous', 'shockingly brutal or cruel'),\n",
" ('unspeakable', 'exceptionally bad or displeasing'),\n",
- " ('horrifying', 'provoking horror; ; ; ; - Winston Churchill'),\n",
" ('awful', 'exceptionally bad or displeasing'),\n",
- " ('monstrous', 'shockingly brutal or cruel'),\n",
" ('horrible', 'provoking horror; ; ; ; - Winston Churchill'),\n",
- " ('terrible', 'exceptionally bad or displeasing'),\n",
" ('abominable', 'exceptionally bad or displeasing'),\n",
- " ('grievous', 'shockingly brutal or cruel'),\n",
- " ('flagitious', 'shockingly brutal or cruel')]},\n",
+ " ('flagitious', 'shockingly brutal or cruel'),\n",
+ " ('frightful', 'provoking horror; ; ; ; - Winston Churchill'),\n",
+ " ('terrible', 'exceptionally bad or displeasing'),\n",
+ " ('ugly', 'provoking horror; ; ; ; - Winston Churchill'),\n",
+ " ('painful', 'exceptionally bad or displeasing'),\n",
+ " ('monstrous', 'shockingly brutal or cruel'),\n",
+ " ('horrifying', 'provoking horror; ; ; ; - Winston Churchill'),\n",
+ " ('dreadful', 'exceptionally bad or displeasing')]},\n",
" {'answer': 'attendant',\n",
" 'hint': 'synonyms for attendant',\n",
- " 'clues': [('resultant', 'following or accompanying as a consequence'),\n",
- " ('sequent', 'following or accompanying as a consequence'),\n",
- " ('consequent', 'following or accompanying as a consequence'),\n",
+ " 'clues': [('consequent', 'following or accompanying as a consequence'),\n",
" ('concomitant', 'following or accompanying as a consequence'),\n",
- " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('resultant', 'following or accompanying as a consequence'),\n",
" ('ensuant', 'following or accompanying as a consequence'),\n",
- " ('accompanying', 'following or accompanying as a consequence')]},\n",
+ " ('accompanying', 'following or accompanying as a consequence'),\n",
+ " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('sequent', 'following or accompanying as a consequence')]},\n",
" {'answer': 'attired',\n",
" 'hint': 'synonyms for attired',\n",
- " 'clues': [('robed',\n",
- " 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('appareled',\n",
- " 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('habilimented',\n",
+ " 'clues': [('dressed',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
" ('garmented',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
" ('garbed',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('dressed',\n",
+ " ('robed',\n",
+ " 'dressed or clothed especially in fine attire; often used in combination'),\n",
+ " ('habilimented',\n",
+ " 'dressed or clothed especially in fine attire; often used in combination'),\n",
+ " ('appareled',\n",
" 'dressed or clothed especially in fine attire; often used in combination')]},\n",
" {'answer': 'audacious',\n",
" 'hint': 'synonyms for audacious',\n",
- " 'clues': [('brave', 'invulnerable to fear or intimidation'),\n",
- " ('brazen',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " 'clues': [('intrepid', 'invulnerable to fear or intimidation'),\n",
+ " ('daring', 'disposed to venture or take risks'),\n",
+ " ('dauntless', 'invulnerable to fear or intimidation'),\n",
+ " ('unfearing', 'invulnerable to fear or intimidation'),\n",
" ('insolent',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('hardy', 'invulnerable to fear or intimidation'),\n",
- " ('fearless', 'invulnerable to fear or intimidation'),\n",
- " ('venturous', 'disposed to venture or take risks'),\n",
- " ('daring', 'disposed to venture or take risks'),\n",
- " ('brassy',\n",
+ " ('bald-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('bodacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('barefaced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('venturous', 'disposed to venture or take risks'),\n",
" ('brazen-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('venturesome', 'disposed to venture or take risks'),\n",
- " ('dauntless', 'invulnerable to fear or intimidation'),\n",
- " ('bald-faced',\n",
+ " ('hardy', 'invulnerable to fear or intimidation'),\n",
+ " ('fearless', 'invulnerable to fear or intimidation'),\n",
+ " ('brassy',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('unfearing', 'invulnerable to fear or intimidation'),\n",
- " ('intrepid', 'invulnerable to fear or intimidation')]},\n",
+ " ('brazen',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('brave', 'invulnerable to fear or intimidation')]},\n",
" {'answer': 'august',\n",
" 'hint': 'synonyms for august',\n",
- " 'clues': [('grand', 'of or befitting a lord'),\n",
- " ('revered', 'profoundly honored'),\n",
+ " 'clues': [('revered', 'profoundly honored'),\n",
" ('lordly', 'of or befitting a lord'),\n",
+ " ('grand', 'of or befitting a lord'),\n",
" ('venerable', 'profoundly honored')]},\n",
" {'answer': 'aureate',\n",
" 'hint': 'synonyms for aureate',\n",
- " 'clues': [('gilded', 'having the deep slightly brownish color of gold'),\n",
+ " 'clues': [('gold', 'having the deep slightly brownish color of gold'),\n",
" ('flamboyant', 'elaborately or excessively ornamented'),\n",
- " ('florid', 'elaborately or excessively ornamented'),\n",
- " ('gold', 'having the deep slightly brownish color of gold'),\n",
+ " ('gilded', 'having the deep slightly brownish color of gold'),\n",
+ " ('gilt', 'having the deep slightly brownish color of gold'),\n",
" ('golden', 'having the deep slightly brownish color of gold'),\n",
- " ('gilt', 'having the deep slightly brownish color of gold')]},\n",
+ " ('florid', 'elaborately or excessively ornamented')]},\n",
" {'answer': 'austere',\n",
" 'hint': 'synonyms for austere',\n",
- " 'clues': [('severe', 'severely simple'),\n",
+ " 'clues': [('stark', 'severely simple'),\n",
" ('stern', 'severely simple'),\n",
" ('ascetical', 'practicing great self-denial; - William James'),\n",
- " ('stark', 'severely simple'),\n",
+ " ('severe', 'severely simple'),\n",
" ('spartan', 'practicing great self-denial; - William James')]},\n",
" {'answer': 'authentic',\n",
" 'hint': 'synonyms for authentic',\n",
@@ -37091,67 +37122,67 @@
" ('reliable', 'conforming to fact and therefore worthy of belief')]},\n",
" {'answer': 'authoritarian',\n",
" 'hint': 'synonyms for authoritarian',\n",
- " 'clues': [('tyrannical',\n",
+ " 'clues': [('despotic',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('dictatorial', 'expecting unquestioning obedience'),\n",
- " ('despotic',\n",
+ " ('tyrannic',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
" ('autocratic',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('overbearing', 'expecting unquestioning obedience')]},\n",
+ " ('overbearing', 'expecting unquestioning obedience'),\n",
+ " ('dictatorial',\n",
+ " 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty')]},\n",
" {'answer': 'authoritative',\n",
" 'hint': 'synonyms for authoritative',\n",
- " 'clues': [('definitive', 'of recognized authority or excellence'),\n",
- " ('classic', 'of recognized authority or excellence'),\n",
- " ('important', 'having authority or ascendancy or influence'),\n",
- " ('authorized', 'sanctioned by established authority')]},\n",
+ " 'clues': [('authorized', 'sanctioned by established authority'),\n",
+ " ('definitive', 'of recognized authority or excellence'),\n",
+ " ('classical', 'of recognized authority or excellence'),\n",
+ " ('important', 'having authority or ascendancy or influence')]},\n",
" {'answer': 'autochthonal',\n",
" 'hint': 'synonyms for autochthonal',\n",
- " 'clues': [('indigenous', 'originating where it is found'),\n",
- " ('endemic', 'originating where it is found'),\n",
+ " 'clues': [('endemic', 'originating where it is found'),\n",
" ('autochthonous', 'originating where it is found'),\n",
- " ('autochthonic', 'originating where it is found')]},\n",
+ " ('autochthonic', 'originating where it is found'),\n",
+ " ('indigenous', 'originating where it is found')]},\n",
" {'answer': 'autochthonic',\n",
" 'hint': 'synonyms for autochthonic',\n",
- " 'clues': [('indigenous', 'originating where it is found'),\n",
- " ('endemic', 'originating where it is found'),\n",
+ " 'clues': [('autochthonal', 'originating where it is found'),\n",
" ('autochthonous', 'originating where it is found'),\n",
- " ('autochthonal', 'originating where it is found')]},\n",
+ " ('endemic', 'originating where it is found'),\n",
+ " ('indigenous', 'originating where it is found')]},\n",
" {'answer': 'autochthonous',\n",
" 'hint': 'synonyms for autochthonous',\n",
- " 'clues': [('indigenous', 'originating where it is found'),\n",
- " ('endemic', 'originating where it is found'),\n",
+ " 'clues': [('autochthonal', 'originating where it is found'),\n",
+ " ('indigenous', 'originating where it is found'),\n",
" ('autochthonic', 'originating where it is found'),\n",
- " ('autochthonal', 'originating where it is found')]},\n",
+ " ('endemic', 'originating where it is found')]},\n",
" {'answer': 'autocratic',\n",
" 'hint': 'synonyms for autocratic',\n",
- " 'clues': [('despotic',\n",
+ " 'clues': [('high-and-mighty',\n",
+ " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
+ " ('despotic',\n",
+ " 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
+ " ('tyrannic',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
" ('dictatorial',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('dominating',\n",
- " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
" ('authoritarian',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('bossy',\n",
+ " ('dominating',\n",
" 'offensively self-assured or given to exercising usually unwarranted power'),\n",
- " ('tyrannical',\n",
- " 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('high-and-mighty',\n",
+ " ('peremptory',\n",
" 'offensively self-assured or given to exercising usually unwarranted power'),\n",
- " ('magisterial',\n",
+ " ('bossy',\n",
" 'offensively self-assured or given to exercising usually unwarranted power'),\n",
- " ('peremptory',\n",
+ " ('magisterial',\n",
" 'offensively self-assured or given to exercising usually unwarranted power')]},\n",
" {'answer': 'automatic',\n",
" 'hint': 'synonyms for automatic',\n",
- " 'clues': [('machinelike',\n",
- " 'resembling the unthinking functioning of a machine'),\n",
- " ('robotic', 'resembling the unthinking functioning of a machine'),\n",
- " ('reflexive', 'without volition or conscious control'),\n",
- " ('robotlike', 'resembling the unthinking functioning of a machine'),\n",
+ " 'clues': [('reflexive', 'without volition or conscious control'),\n",
+ " ('automatonlike', 'resembling the unthinking functioning of a machine'),\n",
" ('reflex', 'without volition or conscious control'),\n",
- " ('automatonlike', 'resembling the unthinking functioning of a machine')]},\n",
+ " ('machinelike', 'resembling the unthinking functioning of a machine'),\n",
+ " ('robotic', 'resembling the unthinking functioning of a machine'),\n",
+ " ('robotlike', 'resembling the unthinking functioning of a machine')]},\n",
" {'answer': 'automatonlike',\n",
" 'hint': 'synonyms for automatonlike',\n",
" 'clues': [('machinelike',\n",
@@ -37161,189 +37192,189 @@
" ('robotlike', 'resembling the unthinking functioning of a machine')]},\n",
" {'answer': 'autonomous',\n",
" 'hint': 'synonyms for autonomous',\n",
- " 'clues': [('self-governing',\n",
+ " 'clues': [('sovereign',\n",
" '(of political bodies) not controlled by outside forces'),\n",
- " ('sovereign', '(of political bodies) not controlled by outside forces'),\n",
" ('self-reliant',\n",
" '(of persons) free from external control and constraint in e.g. action and judgment'),\n",
" ('self-directed',\n",
" '(of persons) free from external control and constraint in e.g. action and judgment'),\n",
+ " ('self-governing',\n",
+ " '(of political bodies) not controlled by outside forces'),\n",
" ('independent',\n",
" '(of political bodies) not controlled by outside forces')]},\n",
" {'answer': 'autumn-blooming',\n",
" 'hint': 'synonyms for autumn-blooming',\n",
- " 'clues': [('late-flowering', 'of plants that bloom during the autumn'),\n",
- " ('fall-flowering', 'of plants that bloom during the autumn'),\n",
+ " 'clues': [('autumn-flowering', 'of plants that bloom during the autumn'),\n",
" ('late-blooming', 'of plants that bloom during the autumn'),\n",
- " ('autumn-flowering', 'of plants that bloom during the autumn'),\n",
+ " ('late-flowering', 'of plants that bloom during the autumn'),\n",
+ " ('fall-flowering', 'of plants that bloom during the autumn'),\n",
" ('fall-blooming', 'of plants that bloom during the autumn')]},\n",
" {'answer': 'autumn-flowering',\n",
" 'hint': 'synonyms for autumn-flowering',\n",
- " 'clues': [('late-flowering', 'of plants that bloom during the autumn'),\n",
- " ('autumn-blooming', 'of plants that bloom during the autumn'),\n",
+ " 'clues': [('late-blooming', 'of plants that bloom during the autumn'),\n",
+ " ('late-flowering', 'of plants that bloom during the autumn'),\n",
" ('fall-flowering', 'of plants that bloom during the autumn'),\n",
- " ('late-blooming', 'of plants that bloom during the autumn'),\n",
+ " ('autumn-blooming', 'of plants that bloom during the autumn'),\n",
" ('fall-blooming', 'of plants that bloom during the autumn')]},\n",
" {'answer': 'auxiliary',\n",
" 'hint': 'synonyms for auxiliary',\n",
- " 'clues': [('supplemental', 'functioning in a supporting capacity'),\n",
+ " 'clues': [('adjunct', 'furnishing added support'),\n",
+ " ('subsidiary', 'functioning in a supporting capacity'),\n",
+ " ('adjuvant', 'furnishing added support'),\n",
" ('accessory', 'furnishing added support'),\n",
+ " ('supplemental', 'functioning in a supporting capacity'),\n",
" ('appurtenant', 'furnishing added support'),\n",
- " ('adjunct', 'furnishing added support'),\n",
- " ('subsidiary', 'functioning in a supporting capacity'),\n",
- " ('ancillary', 'furnishing added support'),\n",
- " ('adjuvant', 'furnishing added support')]},\n",
+ " ('ancillary', 'furnishing added support')]},\n",
" {'answer': 'avaricious',\n",
" 'hint': 'synonyms for avaricious',\n",
- " 'clues': [('prehensile', 'immoderately desirous of acquiring e.g. wealth'),\n",
+ " 'clues': [('covetous', 'immoderately desirous of acquiring e.g. wealth'),\n",
+ " ('prehensile', 'immoderately desirous of acquiring e.g. wealth'),\n",
" ('greedy', 'immoderately desirous of acquiring e.g. wealth'),\n",
- " ('covetous', 'immoderately desirous of acquiring e.g. wealth'),\n",
- " ('grabby', 'immoderately desirous of acquiring e.g. wealth'),\n",
- " ('grasping', 'immoderately desirous of acquiring e.g. wealth')]},\n",
+ " ('grasping', 'immoderately desirous of acquiring e.g. wealth'),\n",
+ " ('grabby', 'immoderately desirous of acquiring e.g. wealth')]},\n",
" {'answer': 'average',\n",
" 'hint': 'synonyms for average',\n",
- " 'clues': [('intermediate', 'around the middle of a scale of evaluation'),\n",
+ " 'clues': [('mean',\n",
+ " 'approximating the statistical norm or average or expected value'),\n",
+ " ('ordinary',\n",
+ " 'lacking special distinction, rank, or status; commonly encountered'),\n",
" ('fair', 'lacking exceptional quality or ability'),\n",
" ('mediocre', 'lacking exceptional quality or ability'),\n",
- " ('mean',\n",
- " 'approximating the statistical norm or average or expected value'),\n",
+ " ('middling', 'lacking exceptional quality or ability'),\n",
" ('modal',\n",
" 'relating to or constituting the most frequent value in a distribution'),\n",
- " ('middling', 'lacking exceptional quality or ability'),\n",
- " ('median',\n",
- " 'relating to or constituting the middle value of an ordered set of values (or the average of the middle two in a set with an even number of values)'),\n",
" ('medium', 'around the middle of a scale of evaluation'),\n",
- " ('ordinary',\n",
- " 'lacking special distinction, rank, or status; commonly encountered')]},\n",
+ " ('intermediate', 'around the middle of a scale of evaluation'),\n",
+ " ('median',\n",
+ " 'relating to or constituting the middle value of an ordered set of values (or the average of the middle two in a set with an even number of values)')]},\n",
" {'answer': 'avid',\n",
" 'hint': 'synonyms for avid',\n",
" 'clues': [('devouring',\n",
" \"(often followed by `for') ardently or excessively desirous\"),\n",
- " ('esurient',\n",
- " \"(often followed by `for') ardently or excessively desirous\"),\n",
" ('zealous', 'marked by active interest and enthusiasm'),\n",
- " ('greedy',\n",
+ " ('greedy', \"(often followed by `for') ardently or excessively desirous\"),\n",
+ " ('esurient',\n",
" \"(often followed by `for') ardently or excessively desirous\")]},\n",
" {'answer': 'awash',\n",
" 'hint': 'synonyms for awash',\n",
- " 'clues': [('inundated', 'covered with water'),\n",
- " ('flooded', 'covered with water'),\n",
- " ('overflowing', 'covered with water'),\n",
- " ('afloat', 'covered with water')]},\n",
+ " 'clues': [('flooded', 'covered with water'),\n",
+ " ('afloat', 'covered with water'),\n",
+ " ('inundated', 'covered with water'),\n",
+ " ('overflowing', 'covered with water')]},\n",
" {'answer': 'awe-inspiring',\n",
" 'hint': 'synonyms for awe-inspiring',\n",
- " 'clues': [('awing',\n",
+ " 'clues': [('awful',\n",
" 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('awful', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('awesome', 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
+ " ('awing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('awesome', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
" {'answer': 'awesome',\n",
" 'hint': 'synonyms for awesome',\n",
- " 'clues': [('awing',\n",
+ " 'clues': [('awful',\n",
" 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('awful', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
" ('awe-inspiring',\n",
- " 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
+ " 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('awing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
" {'answer': 'awful',\n",
" 'hint': 'synonyms for awful',\n",
" 'clues': [('fearful', 'causing fear or dread or terror'),\n",
- " ('painful', 'exceptionally bad or displeasing'),\n",
- " ('awed', 'inspired by a feeling of fearful wonderment or reverence'),\n",
- " ('direful', 'causing fear or dread or terror'),\n",
- " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('unspeakable', 'exceptionally bad or displeasing'),\n",
- " ('dreaded', 'causing fear or dread or terror'),\n",
- " ('horrific', 'causing fear or dread or terror'),\n",
- " ('awing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
" ('dire', 'causing fear or dread or terror'),\n",
- " ('frightening', 'causing fear or dread or terror'),\n",
- " ('fearsome', 'causing fear or dread or terror'),\n",
+ " ('nasty',\n",
+ " 'offensive or even (of persons) malicious; ; ; ; ; ; - Ezra Pound'),\n",
+ " ('abominable', 'exceptionally bad or displeasing'),\n",
+ " ('awing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
" ('dread', 'causing fear or dread or terror'),\n",
- " ('horrendous', 'causing fear or dread or terror'),\n",
- " ('tremendous', 'extreme in degree or extent or amount or impact'),\n",
- " ('awesome', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('frightening', 'causing fear or dread or terror'),\n",
+ " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('horrific', 'causing fear or dread or terror'),\n",
" ('atrocious', 'exceptionally bad or displeasing'),\n",
+ " ('frightful', 'extreme in degree or extent or amount or impact'),\n",
" ('terrible', 'extreme in degree or extent or amount or impact'),\n",
+ " ('horrendous', 'causing fear or dread or terror'),\n",
+ " ('unspeakable', 'exceptionally bad or displeasing'),\n",
+ " ('direful', 'causing fear or dread or terror'),\n",
" ('awe-inspiring',\n",
" 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('dreadful', 'exceptionally bad or displeasing'),\n",
- " ('frightful', 'extreme in degree or extent or amount or impact'),\n",
- " ('abominable', 'exceptionally bad or displeasing'),\n",
- " ('nasty',\n",
- " 'offensive or even (of persons) malicious; ; ; ; ; ; - Ezra Pound')]},\n",
+ " ('awed', 'inspired by a feeling of fearful wonderment or reverence'),\n",
+ " ('fearsome', 'causing fear or dread or terror'),\n",
+ " ('tremendous', 'extreme in degree or extent or amount or impact'),\n",
+ " ('dreaded', 'causing fear or dread or terror'),\n",
+ " ('dreadful', 'causing fear or dread or terror'),\n",
+ " ('painful', 'exceptionally bad or displeasing'),\n",
+ " ('awesome', 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
" {'answer': 'awing',\n",
" 'hint': 'synonyms for awing',\n",
- " 'clues': [('awesome',\n",
+ " 'clues': [('awful',\n",
" 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
- " ('awful', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
" ('awe-inspiring',\n",
- " 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
+ " 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('awesome', 'inspiring awe or admiration or wonder; ; ; ; - Melville'),\n",
+ " ('amazing', 'inspiring awe or admiration or wonder; ; ; ; - Melville')]},\n",
" {'answer': 'awkward',\n",
" 'hint': 'synonyms for awkward',\n",
- " 'clues': [('sticky',\n",
- " 'hard to deal with; especially causing pain or embarrassment'),\n",
- " ('clumsy', 'difficult to handle or manage especially because of shape'),\n",
+ " 'clues': [('ungainly',\n",
+ " 'difficult to handle or manage especially because of shape'),\n",
+ " ('cumbersome', 'not elegant or graceful in expression'),\n",
+ " ('inept', 'not elegant or graceful in expression'),\n",
" ('ill at ease',\n",
" 'socially uncomfortable; unsure and constrained in manner'),\n",
+ " ('clumsy', 'difficult to handle or manage especially because of shape'),\n",
" ('uneasy', 'socially uncomfortable; unsure and constrained in manner'),\n",
- " ('inapt', 'not elegant or graceful in expression'),\n",
- " ('unenviable',\n",
+ " ('embarrassing',\n",
" 'hard to deal with; especially causing pain or embarrassment'),\n",
- " ('cumbersome', 'not elegant or graceful in expression'),\n",
- " ('ill-chosen', 'not elegant or graceful in expression'),\n",
" ('bunglesome',\n",
" 'difficult to handle or manage especially because of shape'),\n",
- " ('inept', 'not elegant or graceful in expression'),\n",
- " ('embarrassing',\n",
+ " ('ill-chosen', 'not elegant or graceful in expression'),\n",
+ " ('unenviable',\n",
" 'hard to deal with; especially causing pain or embarrassment'),\n",
- " ('ungainly',\n",
- " 'difficult to handle or manage especially because of shape')]},\n",
+ " ('sticky', 'hard to deal with; especially causing pain or embarrassment'),\n",
+ " ('inapt', 'not elegant or graceful in expression')]},\n",
" {'answer': 'awry',\n",
" 'hint': 'synonyms for awry',\n",
- " 'clues': [('wonky', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('lopsided', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " 'clues': [('cockeyed',\n",
+ " 'turned or twisted toward one side; - G.K.Chesterton'),\n",
" ('haywire', 'not functioning properly'),\n",
- " ('wrong', 'not functioning properly'),\n",
- " ('cockeyed', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
" ('askew', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('amiss', 'not functioning properly'),\n",
- " ('skew-whiff', 'turned or twisted toward one side; - G.K.Chesterton')]},\n",
+ " ('wrong', 'not functioning properly'),\n",
+ " ('wonky', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('skew-whiff', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('lopsided', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('amiss', 'not functioning properly')]},\n",
" {'answer': 'axiomatic',\n",
" 'hint': 'synonyms for axiomatic',\n",
- " 'clues': [('aphoristic', 'containing aphorisms or maxims'),\n",
- " ('postulational',\n",
- " 'of or relating to or derived from axioms; ; - S.S.Stevens'),\n",
- " ('axiomatical',\n",
+ " 'clues': [('axiomatical',\n",
" 'of or relating to or derived from axioms; ; - S.S.Stevens'),\n",
+ " ('aphoristic', 'containing aphorisms or maxims'),\n",
+ " ('self-evident', 'evident without proof or argument'),\n",
" ('taken for granted', 'evident without proof or argument'),\n",
- " ('self-evident', 'evident without proof or argument')]},\n",
+ " ('postulational',\n",
+ " 'of or relating to or derived from axioms; ; - S.S.Stevens')]},\n",
" {'answer': 'bacchanal',\n",
" 'hint': 'synonyms for bacchanal',\n",
- " 'clues': [('bacchanalian', 'used of riotously drunken merrymaking'),\n",
+ " 'clues': [('bacchic', 'used of riotously drunken merrymaking'),\n",
+ " ('bacchanalian', 'used of riotously drunken merrymaking'),\n",
" ('carousing', 'used of riotously drunken merrymaking'),\n",
- " ('bacchic', 'used of riotously drunken merrymaking'),\n",
" ('orgiastic', 'used of riotously drunken merrymaking')]},\n",
" {'answer': 'bacchanalian',\n",
" 'hint': 'synonyms for bacchanalian',\n",
" 'clues': [('bacchanal', 'used of riotously drunken merrymaking'),\n",
- " ('carousing', 'used of riotously drunken merrymaking'),\n",
" ('bacchic', 'used of riotously drunken merrymaking'),\n",
+ " ('carousing', 'used of riotously drunken merrymaking'),\n",
" ('orgiastic', 'used of riotously drunken merrymaking')]},\n",
" {'answer': 'backbreaking',\n",
" 'hint': 'synonyms for backbreaking',\n",
- " 'clues': [('arduous',\n",
+ " 'clues': [('heavy',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('operose',\n",
+ " ('toilsome',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('heavy',\n",
+ " ('arduous',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('gruelling',\n",
+ " ('grueling',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
" ('laborious',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
- " ('toilsome',\n",
+ " ('operose',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
" ('punishing',\n",
" 'characterized by effort to the point of exhaustion; especially physical effort'),\n",
@@ -37351,789 +37382,798 @@
" 'characterized by effort to the point of exhaustion; especially physical effort')]},\n",
" {'answer': 'bad',\n",
" 'hint': 'synonyms for bad',\n",
- " 'clues': [('defective', 'not working properly'),\n",
- " ('unsound', 'physically unsound or diseased'),\n",
- " ('tough',\n",
- " \"feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')\"),\n",
+ " 'clues': [('unfit', 'physically unsound or diseased'),\n",
" ('uncollectible', 'not capable of being collected'),\n",
+ " ('unsound', 'physically unsound or diseased'),\n",
+ " ('spoiled', '(of foodstuffs) not in an edible or usable condition'),\n",
+ " ('big', 'very intense'),\n",
" ('speculative', 'not financially safe or secure'),\n",
- " ('high-risk', 'not financially safe or secure'),\n",
" ('forged', 'reproduced fraudulently'),\n",
- " ('unfit', 'physically unsound or diseased'),\n",
+ " ('defective', 'not working properly'),\n",
+ " ('high-risk', 'not financially safe or secure'),\n",
+ " ('spoilt', '(of foodstuffs) not in an edible or usable condition'),\n",
" ('regretful',\n",
" 'feeling or expressing regret or sorrow or a sense of loss over something done or undone'),\n",
- " ('big', 'very intense'),\n",
- " ('sorry',\n",
- " 'feeling or expressing regret or sorrow or a sense of loss over something done or undone'),\n",
- " ('spoilt', '(of foodstuffs) not in an edible or usable condition'),\n",
+ " ('tough',\n",
+ " \"feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')\"),\n",
" ('risky', 'not financially safe or secure'),\n",
- " ('spoiled', '(of foodstuffs) not in an edible or usable condition')]},\n",
+ " ('sorry',\n",
+ " 'feeling or expressing regret or sorrow or a sense of loss over something done or undone')]},\n",
" {'answer': 'bad-mannered',\n",
" 'hint': 'synonyms for bad-mannered',\n",
- " 'clues': [('unmannered', 'socially incorrect in behavior'),\n",
- " ('rude', 'socially incorrect in behavior'),\n",
- " ('unmannerly', 'socially incorrect in behavior'),\n",
- " ('ill-mannered', 'socially incorrect in behavior')]},\n",
+ " 'clues': [('rude', 'socially incorrect in behavior'),\n",
+ " ('unmannered', 'socially incorrect in behavior'),\n",
+ " ('ill-mannered', 'socially incorrect in behavior'),\n",
+ " ('unmannerly', 'socially incorrect in behavior')]},\n",
" {'answer': 'bad-tempered',\n",
" 'hint': 'synonyms for bad-tempered',\n",
- " 'clues': [('ill-tempered', 'annoyed and irritable'),\n",
- " ('crabbed', 'annoyed and irritable'),\n",
+ " 'clues': [('crabbed', 'annoyed and irritable'),\n",
+ " ('fussy', 'annoyed and irritable'),\n",
" ('grouchy', 'annoyed and irritable'),\n",
" ('cross', 'annoyed and irritable'),\n",
- " ('fussy', 'annoyed and irritable'),\n",
" ('grumpy', 'annoyed and irritable'),\n",
- " ('crabby', 'annoyed and irritable')]},\n",
+ " ('crabby', 'annoyed and irritable'),\n",
+ " ('ill-tempered', 'annoyed and irritable')]},\n",
" {'answer': 'baffled',\n",
" 'hint': 'synonyms for baffled',\n",
- " 'clues': [('at sea',\n",
+ " 'clues': [('bemused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bewildered',\n",
+ " ('befuddled',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('mixed-up',\n",
+ " ('confused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('mazed',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('lost',\n",
+ " ('mixed-up',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bemused',\n",
+ " ('lost',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('confounded',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('confused',\n",
+ " ('at sea',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('befuddled',\n",
+ " ('bewildered',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment')]},\n",
" {'answer': 'baffling',\n",
" 'hint': 'synonyms for baffling',\n",
- " 'clues': [('tough',\n",
+ " 'clues': [('problematical',\n",
" 'making great mental demands; hard to comprehend or solve or believe'),\n",
- " ('problematic',\n",
+ " ('elusive',\n",
" 'making great mental demands; hard to comprehend or solve or believe'),\n",
" ('knotty',\n",
" 'making great mental demands; hard to comprehend or solve or believe'),\n",
- " ('elusive',\n",
+ " ('tough',\n",
" 'making great mental demands; hard to comprehend or solve or believe')]},\n",
" {'answer': 'baked',\n",
" 'hint': 'synonyms for baked',\n",
- " 'clues': [('adust', 'dried out by heat or excessive exposure to sunlight'),\n",
- " ('parched', 'dried out by heat or excessive exposure to sunlight'),\n",
+ " 'clues': [('sunbaked',\n",
+ " 'dried out by heat or excessive exposure to sunlight'),\n",
+ " ('adust', 'dried out by heat or excessive exposure to sunlight'),\n",
" ('scorched', 'dried out by heat or excessive exposure to sunlight'),\n",
- " ('sunbaked', 'dried out by heat or excessive exposure to sunlight')]},\n",
+ " ('parched', 'dried out by heat or excessive exposure to sunlight')]},\n",
" {'answer': 'bald',\n",
" 'hint': 'synonyms for bald',\n",
- " 'clues': [('bald-pated', 'lacking hair on all or most of the scalp'),\n",
- " ('bald-headed', 'lacking hair on all or most of the scalp'),\n",
- " ('barefaced', 'with no effort to conceal'),\n",
+ " 'clues': [('denuded', 'without the natural or usual covering'),\n",
+ " ('bald-pated', 'lacking hair on all or most of the scalp'),\n",
" ('denudate', 'without the natural or usual covering'),\n",
- " ('denuded', 'without the natural or usual covering')]},\n",
+ " ('bald-headed', 'lacking hair on all or most of the scalp'),\n",
+ " ('barefaced', 'with no effort to conceal')]},\n",
" {'answer': 'bald-faced',\n",
" 'hint': 'synonyms for bald-faced',\n",
- " 'clues': [('bodacious',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brazen',\n",
+ " 'clues': [('brazen-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('insolent',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('barefaced',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brazen-faced',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('audacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('brassy',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('bodacious',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('brazen',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('barefaced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell')]},\n",
" {'answer': 'baleful',\n",
" 'hint': 'synonyms for baleful',\n",
- " 'clues': [('menacing',\n",
+ " 'clues': [('minacious',\n",
+ " 'threatening or foreshadowing evil or tragic developments'),\n",
+ " ('threatening',\n",
" 'threatening or foreshadowing evil or tragic developments'),\n",
" ('baneful', 'deadly or sinister'),\n",
" ('forbidding',\n",
" 'threatening or foreshadowing evil or tragic developments'),\n",
+ " ('menacing', 'threatening or foreshadowing evil or tragic developments'),\n",
" ('minatory', 'threatening or foreshadowing evil or tragic developments'),\n",
" ('ominous', 'threatening or foreshadowing evil or tragic developments'),\n",
- " ('sinister', 'threatening or foreshadowing evil or tragic developments'),\n",
- " ('threatening',\n",
- " 'threatening or foreshadowing evil or tragic developments'),\n",
- " ('minacious',\n",
+ " ('sinister',\n",
" 'threatening or foreshadowing evil or tragic developments')]},\n",
" {'answer': 'ball-shaped',\n",
" 'hint': 'synonyms for ball-shaped',\n",
- " 'clues': [('spheric',\n",
+ " 'clues': [('global',\n",
" 'having the shape of a sphere or ball; ; ; - Zane Grey'),\n",
- " ('global', 'having the shape of a sphere or ball; ; ; - Zane Grey'),\n",
- " ('globose', 'having the shape of a sphere or ball; ; ; - Zane Grey'),\n",
" ('globular', 'having the shape of a sphere or ball; ; ; - Zane Grey'),\n",
- " ('orbicular', 'having the shape of a sphere or ball; ; ; - Zane Grey')]},\n",
+ " ('globose', 'having the shape of a sphere or ball; ; ; - Zane Grey'),\n",
+ " ('orbicular', 'having the shape of a sphere or ball; ; ; - Zane Grey'),\n",
+ " ('spheric', 'having the shape of a sphere or ball; ; ; - Zane Grey')]},\n",
" {'answer': 'bally',\n",
" 'hint': 'synonyms for bally',\n",
- " 'clues': [('crashing', 'informal intensifiers'),\n",
- " ('flaming', 'informal intensifiers'),\n",
+ " 'clues': [('blinking', 'informal intensifiers'),\n",
+ " ('blooming', 'informal intensifiers'),\n",
" ('bloody', 'informal intensifiers'),\n",
- " ('fucking', 'informal intensifiers'),\n",
- " ('blinking', 'informal intensifiers'),\n",
- " ('blooming', 'informal intensifiers')]},\n",
+ " ('flaming', 'informal intensifiers'),\n",
+ " ('crashing', 'informal intensifiers'),\n",
+ " ('fucking', 'informal intensifiers')]},\n",
" {'answer': 'balmy',\n",
" 'hint': 'synonyms for balmy',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
+ " ('soft', 'mild and pleasant'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
- " ('mild', 'mild and pleasant'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('mild', 'mild and pleasant'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('soft', 'mild and pleasant'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'banal',\n",
" 'hint': 'synonyms for banal',\n",
- " 'clues': [('hackneyed',\n",
- " 'repeated too often; overfamiliar through overuse'),\n",
+ " 'clues': [('trite', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('stock', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('timeworn', 'repeated too often; overfamiliar through overuse'),\n",
" ('shopworn', 'repeated too often; overfamiliar through overuse'),\n",
" ('old-hat', 'repeated too often; overfamiliar through overuse'),\n",
- " ('commonplace', 'repeated too often; overfamiliar through overuse'),\n",
- " ('well-worn', 'repeated too often; overfamiliar through overuse'),\n",
- " ('timeworn', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('hackneyed', 'repeated too often; overfamiliar through overuse'),\n",
" ('threadbare', 'repeated too often; overfamiliar through overuse'),\n",
- " ('trite', 'repeated too often; overfamiliar through overuse'),\n",
- " ('stock', 'repeated too often; overfamiliar through overuse'),\n",
- " ('tired', 'repeated too often; overfamiliar through overuse')]},\n",
+ " ('tired', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('well-worn', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('commonplace', 'repeated too often; overfamiliar through overuse')]},\n",
" {'answer': 'bandy',\n",
" 'hint': 'synonyms for bandy',\n",
" 'clues': [('bowleg', 'have legs that curve outward at the knees'),\n",
- " ('bowlegged', 'have legs that curve outward at the knees'),\n",
" ('bowed', 'have legs that curve outward at the knees'),\n",
+ " ('bowlegged', 'have legs that curve outward at the knees'),\n",
" ('bandy-legged', 'have legs that curve outward at the knees')]},\n",
" {'answer': 'bandy-legged',\n",
" 'hint': 'synonyms for bandy-legged',\n",
" 'clues': [('bowleg', 'have legs that curve outward at the knees'),\n",
+ " ('bowed', 'have legs that curve outward at the knees'),\n",
" ('bandy', 'have legs that curve outward at the knees'),\n",
- " ('bowlegged', 'have legs that curve outward at the knees'),\n",
- " ('bowed', 'have legs that curve outward at the knees')]},\n",
+ " ('bowlegged', 'have legs that curve outward at the knees')]},\n",
" {'answer': 'baneful',\n",
" 'hint': 'synonyms for baneful',\n",
" 'clues': [('pernicious', 'exceedingly harmful'),\n",
- " ('deadly', 'exceedingly harmful'),\n",
+ " ('baleful', 'deadly or sinister'),\n",
" ('pestilent', 'exceedingly harmful'),\n",
- " ('baleful', 'deadly or sinister')]},\n",
+ " ('deadly', 'exceedingly harmful')]},\n",
" {'answer': 'bang-up',\n",
" 'hint': 'synonyms for bang-up',\n",
- " 'clues': [('smashing', 'very good'),\n",
+ " 'clues': [('nifty', 'very good'),\n",
+ " ('great', 'very good'),\n",
" ('not bad', 'very good'),\n",
+ " ('cracking', 'very good'),\n",
+ " ('smashing', 'very good'),\n",
+ " ('groovy', 'very good'),\n",
" ('swell', 'very good'),\n",
+ " ('neat', 'very good'),\n",
+ " ('bully', 'very good'),\n",
+ " ('peachy', 'very good'),\n",
" ('dandy', 'very good'),\n",
" ('keen', 'very good'),\n",
- " ('nifty', 'very good'),\n",
- " ('peachy', 'very good'),\n",
- " ('cracking', 'very good'),\n",
- " ('slap-up', 'very good'),\n",
" ('corking', 'very good'),\n",
- " ('bully', 'very good'),\n",
- " ('neat', 'very good'),\n",
- " ('groovy', 'very good'),\n",
- " ('great', 'very good')]},\n",
+ " ('slap-up', 'very good')]},\n",
" {'answer': 'banging',\n",
" 'hint': 'synonyms for banging',\n",
" 'clues': [('walloping', '(used informally) very large'),\n",
- " ('humongous', '(used informally) very large'),\n",
+ " ('thumping', '(used informally) very large'),\n",
" ('whopping', '(used informally) very large'),\n",
- " ('thumping', '(used informally) very large')]},\n",
+ " ('humongous', '(used informally) very large')]},\n",
" {'answer': 'bantam',\n",
" 'hint': 'synonyms for bantam',\n",
- " 'clues': [('diminutive', 'very small'),\n",
+ " 'clues': [('petite', 'very small'),\n",
+ " ('midget', 'very small'),\n",
+ " ('tiny', 'very small'),\n",
" ('lilliputian', 'very small'),\n",
" ('flyspeck', 'very small'),\n",
- " ('petite', 'very small'),\n",
- " ('tiny', 'very small'),\n",
- " ('midget', 'very small')]},\n",
+ " ('diminutive', 'very small')]},\n",
" {'answer': 'barbarian',\n",
" 'hint': 'synonyms for barbarian',\n",
" 'clues': [('barbaric',\n",
" 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
- " ('wild', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
- " ('uncivilized', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
- " ('savage', 'without civilizing influences; ; ; ; -Margaret Meade')]},\n",
+ " ('uncivilised', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
+ " ('savage', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
+ " ('wild', 'without civilizing influences; ; ; ; -Margaret Meade')]},\n",
" {'answer': 'barbaric',\n",
" 'hint': 'synonyms for barbaric',\n",
- " 'clues': [('wild', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
- " ('uncivilized', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
+ " 'clues': [('uncivilised',\n",
+ " 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
" ('barbarian', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
- " ('savage', 'without civilizing influences; ; ; ; -Margaret Meade')]},\n",
+ " ('savage', 'without civilizing influences; ; ; ; -Margaret Meade'),\n",
+ " ('wild', 'without civilizing influences; ; ; ; -Margaret Meade')]},\n",
" {'answer': 'barbarous',\n",
" 'hint': 'synonyms for barbarous',\n",
" 'clues': [('savage',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
" ('cruel',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('fell',\n",
- " '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('brutal',\n",
+ " ('vicious',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
" ('roughshod',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('vicious',\n",
+ " ('brutal',\n",
+ " '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
+ " ('fell',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering')]},\n",
" {'answer': 'barbed',\n",
" 'hint': 'synonyms for barbed',\n",
- " 'clues': [('thorny',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briary',\n",
+ " 'clues': [('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('biting', 'capable of wounding'),\n",
" ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burry',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristly',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristled',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('pungent', 'capable of wounding'),\n",
" ('briery',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('barbellate',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setose',\n",
+ " ('briary',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('nipping', 'capable of wounding'),\n",
" ('prickly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burred',\n",
+ " ('bristly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('bristled',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('burry',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('burred',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('biting', 'capable of wounding'),\n",
" ('mordacious', 'capable of wounding'),\n",
- " ('pungent', 'capable of wounding')]},\n",
+ " ('thorny',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'barbellate',\n",
" 'hint': 'synonyms for barbellate',\n",
" 'clues': [('barbed',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('thorny',\n",
+ " ('bristled',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briary',\n",
+ " ('burry',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setose',\n",
+ " ('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('prickly',\n",
+ " ('burred',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burred',\n",
+ " ('briery',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burry',\n",
+ " ('briary',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristly',\n",
+ " ('prickly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristled',\n",
+ " ('thorny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briery',\n",
+ " ('bristly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'bare',\n",
" 'hint': 'synonyms for bare',\n",
- " 'clues': [('unsheathed', 'not having a protective covering'),\n",
- " ('barren', 'providing no shelter or sustenance'),\n",
+ " 'clues': [('unembellished', 'lacking embellishment or ornamentation'),\n",
+ " ('unsheathed', 'not having a protective covering'),\n",
" ('stark', 'providing no shelter or sustenance'),\n",
- " ('stripped', 'having everything extraneous removed including contents'),\n",
+ " ('mere', 'apart from anything else; without additions or modifications'),\n",
" ('scanty', 'lacking in amplitude or quantity'),\n",
" ('spare', 'lacking embellishment or ornamentation'),\n",
- " ('au naturel', 'completely unclothed'),\n",
+ " ('barren', 'providing no shelter or sustenance'),\n",
+ " ('desolate', 'providing no shelter or sustenance'),\n",
" ('naked', 'completely unclothed'),\n",
- " ('unornamented', 'lacking embellishment or ornamentation'),\n",
- " ('unembellished', 'lacking embellishment or ornamentation'),\n",
+ " ('unfinished', 'lacking a surface finish such as paint'),\n",
+ " ('au naturel', 'completely unclothed'),\n",
" ('simple',\n",
" 'apart from anything else; without additions or modifications'),\n",
- " ('nude', 'completely unclothed'),\n",
- " ('desolate', 'providing no shelter or sustenance'),\n",
+ " ('stripped', 'having everything extraneous removed including contents'),\n",
" ('plain', 'lacking embellishment or ornamentation'),\n",
+ " ('nude', 'completely unclothed'),\n",
" ('bleak', 'providing no shelter or sustenance'),\n",
- " ('mere', 'apart from anything else; without additions or modifications'),\n",
" ('marginal', 'just barely adequate or within a lower limit'),\n",
- " ('unfinished', 'lacking a surface finish such as paint')]},\n",
+ " ('unornamented', 'lacking embellishment or ornamentation')]},\n",
" {'answer': 'bare-ass',\n",
" 'hint': 'synonyms for bare-ass',\n",
- " 'clues': [('raw', '(used informally) completely unclothed'),\n",
+ " 'clues': [('in the raw', '(used informally) completely unclothed'),\n",
" ('naked as a jaybird', '(used informally) completely unclothed'),\n",
" ('peeled', '(used informally) completely unclothed'),\n",
- " ('bare-assed', '(used informally) completely unclothed'),\n",
- " ('in the buff', '(used informally) completely unclothed'),\n",
+ " ('raw', '(used informally) completely unclothed'),\n",
+ " ('stark naked', '(used informally) completely unclothed'),\n",
" ('in the altogether', '(used informally) completely unclothed'),\n",
- " ('in the raw', '(used informally) completely unclothed'),\n",
- " ('stark naked', '(used informally) completely unclothed')]},\n",
+ " ('in the buff', '(used informally) completely unclothed'),\n",
+ " ('bare-assed', '(used informally) completely unclothed')]},\n",
" {'answer': 'bare-assed',\n",
" 'hint': 'synonyms for bare-assed',\n",
- " 'clues': [('raw', '(used informally) completely unclothed'),\n",
+ " 'clues': [('bare-ass', '(used informally) completely unclothed'),\n",
+ " ('in the raw', '(used informally) completely unclothed'),\n",
" ('naked as a jaybird', '(used informally) completely unclothed'),\n",
" ('peeled', '(used informally) completely unclothed'),\n",
- " ('in the buff', '(used informally) completely unclothed'),\n",
- " ('bare-ass', '(used informally) completely unclothed'),\n",
+ " ('raw', '(used informally) completely unclothed'),\n",
+ " ('stark naked', '(used informally) completely unclothed'),\n",
" ('in the altogether', '(used informally) completely unclothed'),\n",
- " ('in the raw', '(used informally) completely unclothed'),\n",
- " ('stark naked', '(used informally) completely unclothed')]},\n",
+ " ('in the buff', '(used informally) completely unclothed')]},\n",
" {'answer': 'barefaced',\n",
" 'hint': 'synonyms for barefaced',\n",
" 'clues': [('bald', 'with no effort to conceal'),\n",
- " ('brazen',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('insolent',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('audacious',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brassy',\n",
+ " ('bald-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('bodacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('brazen-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('bald-faced',\n",
+ " ('audacious',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('brassy',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('brazen',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell')]},\n",
" {'answer': 'barmy',\n",
" 'hint': 'synonyms for barmy',\n",
- " 'clues': [('zestful', 'marked by spirited enjoyment'),\n",
- " ('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('zesty', 'marked by spirited enjoyment'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
+ " ('zestful', 'marked by spirited enjoyment'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
- " ('yeasty', 'marked by spirited enjoyment'),\n",
+ " ('zesty', 'marked by spirited enjoyment'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
" ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('yeasty', 'marked by spirited enjoyment'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'barren',\n",
" 'hint': 'synonyms for barren',\n",
" 'clues': [('devoid', 'completely wanting or lacking'),\n",
- " ('stark', 'providing no shelter or sustenance'),\n",
" ('desolate', 'providing no shelter or sustenance'),\n",
- " ('destitute', 'completely wanting or lacking'),\n",
- " ('bleak', 'providing no shelter or sustenance'),\n",
+ " ('bare', 'providing no shelter or sustenance'),\n",
" ('innocent', 'completely wanting or lacking'),\n",
+ " ('stark', 'providing no shelter or sustenance'),\n",
" ('free', 'completely wanting or lacking'),\n",
- " ('bare', 'providing no shelter or sustenance')]},\n",
+ " ('destitute', 'completely wanting or lacking'),\n",
+ " ('bleak', 'providing no shelter or sustenance')]},\n",
" {'answer': 'base',\n",
" 'hint': 'synonyms for base',\n",
- " 'clues': [('meanspirited',\n",
- " 'having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare'),\n",
- " ('humble', \"of low birth or station (`base' is archaic in this sense)\"),\n",
- " ('lowly', \"of low birth or station (`base' is archaic in this sense)\"),\n",
+ " 'clues': [('humble',\n",
+ " \"of low birth or station (`base' is archaic in this sense)\"),\n",
" ('immoral', 'not adhering to ethical or moral principles'),\n",
+ " ('meanspirited',\n",
+ " 'having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare'),\n",
" ('baseborn', \"of low birth or station (`base' is archaic in this sense)\"),\n",
" ('mean',\n",
" 'having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare'),\n",
+ " ('lowly', \"of low birth or station (`base' is archaic in this sense)\"),\n",
" ('basal', 'serving as or forming a base')]},\n",
" {'answer': 'baseless',\n",
" 'hint': 'synonyms for baseless',\n",
- " 'clues': [('groundless', 'without a basis in reason or fact'),\n",
- " ('unfounded', 'without a basis in reason or fact'),\n",
+ " 'clues': [('unfounded', 'without a basis in reason or fact'),\n",
+ " ('groundless', 'without a basis in reason or fact'),\n",
" ('wild', 'without a basis in reason or fact'),\n",
- " ('idle', 'without a basis in reason or fact'),\n",
- " ('unwarranted', 'without a basis in reason or fact')]},\n",
+ " ('unwarranted', 'without a basis in reason or fact'),\n",
+ " ('idle', 'without a basis in reason or fact')]},\n",
" {'answer': 'bastardly',\n",
" 'hint': 'synonyms for bastardly',\n",
- " 'clues': [('spurious', 'born out of wedlock; - E.A.Freeman'),\n",
- " ('mean', 'of no value or worth'),\n",
+ " 'clues': [('misbegotten', 'born out of wedlock; - E.A.Freeman'),\n",
" ('misbegot', 'born out of wedlock; - E.A.Freeman'),\n",
- " ('misbegotten', 'born out of wedlock; - E.A.Freeman')]},\n",
+ " ('spurious', 'born out of wedlock; - E.A.Freeman'),\n",
+ " ('mean', 'of no value or worth')]},\n",
" {'answer': 'bathetic',\n",
" 'hint': 'synonyms for bathetic',\n",
" 'clues': [('drippy', 'effusively or insincerely emotional'),\n",
- " ('slushy', 'effusively or insincerely emotional'),\n",
- " ('soupy', 'effusively or insincerely emotional'),\n",
" ('mawkish', 'effusively or insincerely emotional'),\n",
- " ('mushy', 'effusively or insincerely emotional'),\n",
- " ('sentimental', 'effusively or insincerely emotional'),\n",
- " ('soppy', 'effusively or insincerely emotional'),\n",
+ " ('slushy', 'effusively or insincerely emotional'),\n",
+ " ('kitschy', 'effusively or insincerely emotional'),\n",
" ('hokey', 'effusively or insincerely emotional'),\n",
- " ('schmalzy', 'effusively or insincerely emotional'),\n",
+ " ('schmaltzy', 'effusively or insincerely emotional'),\n",
" ('maudlin', 'effusively or insincerely emotional'),\n",
- " ('kitschy', 'effusively or insincerely emotional')]},\n",
+ " ('sentimental', 'effusively or insincerely emotional'),\n",
+ " ('soupy', 'effusively or insincerely emotional'),\n",
+ " ('mushy', 'effusively or insincerely emotional'),\n",
+ " ('soppy', 'effusively or insincerely emotional')]},\n",
" {'answer': 'bats',\n",
" 'hint': 'synonyms for bats',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'batty',\n",
" 'hint': 'synonyms for batty',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'beady',\n",
" 'hint': 'synonyms for beady',\n",
- " 'clues': [('beadlike',\n",
- " 'small and round and shiny like a shiny bead or button'),\n",
- " ('jewelled', 'covered with beads or jewels or sequins'),\n",
- " ('buttony', 'small and round and shiny like a shiny bead or button'),\n",
- " ('spangled', 'covered with beads or jewels or sequins'),\n",
+ " 'clues': [('spangled', 'covered with beads or jewels or sequins'),\n",
+ " ('gemmed', 'covered with beads or jewels or sequins'),\n",
" ('buttonlike', 'small and round and shiny like a shiny bead or button'),\n",
- " ('sequined', 'covered with beads or jewels or sequins'),\n",
+ " ('beadlike', 'small and round and shiny like a shiny bead or button'),\n",
" ('spangly', 'covered with beads or jewels or sequins'),\n",
- " ('gemmed', 'covered with beads or jewels or sequins')]},\n",
+ " ('jeweled', 'covered with beads or jewels or sequins'),\n",
+ " ('sequined', 'covered with beads or jewels or sequins'),\n",
+ " ('buttony', 'small and round and shiny like a shiny bead or button')]},\n",
" {'answer': 'beaming',\n",
" 'hint': 'synonyms for beaming',\n",
- " 'clues': [('effulgent', 'radiating or as if radiating light'),\n",
- " ('glad', 'cheerful and bright'),\n",
+ " 'clues': [('glad', 'cheerful and bright'),\n",
" ('radiant', 'radiating or as if radiating light'),\n",
+ " ('refulgent', 'radiating or as if radiating light'),\n",
" ('beamy', 'radiating or as if radiating light')]},\n",
" {'answer': 'beastly',\n",
" 'hint': 'synonyms for beastly',\n",
- " 'clues': [('god-awful', 'very unpleasant'),\n",
+ " 'clues': [('brutish',\n",
+ " 'resembling a beast; showing lack of human sensibility'),\n",
+ " ('hellish', 'very unpleasant'),\n",
" ('brutal', 'resembling a beast; showing lack of human sensibility'),\n",
+ " ('god-awful', 'very unpleasant'),\n",
" ('bestial', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brute', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brutish', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('hellish', 'very unpleasant')]},\n",
+ " ('brute', 'resembling a beast; showing lack of human sensibility')]},\n",
" {'answer': 'beatific',\n",
" 'hint': 'synonyms for beatific',\n",
- " 'clues': [('angelical',\n",
- " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('saintlike',\n",
+ " 'clues': [('saintlike',\n",
" 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
- " ('saintly',\n",
+ " ('angelical',\n",
" 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
" ('sainted',\n",
+ " 'marked by utter benignity; resembling or befitting an angel or saint'),\n",
+ " ('saintly',\n",
" 'marked by utter benignity; resembling or befitting an angel or saint')]},\n",
" {'answer': 'becoming',\n",
" 'hint': 'synonyms for becoming',\n",
" 'clues': [('comme il faut', 'according with custom or propriety'),\n",
" ('comely', 'according with custom or propriety'),\n",
- " ('seemly', 'according with custom or propriety'),\n",
" ('decorous', 'according with custom or propriety'),\n",
- " ('decent', 'according with custom or propriety')]},\n",
+ " ('decent', 'according with custom or propriety'),\n",
+ " ('seemly', 'according with custom or propriety')]},\n",
" {'answer': 'bedraggled',\n",
" 'hint': 'synonyms for bedraggled',\n",
- " 'clues': [('ramshackle', 'in deplorable condition'),\n",
- " ('broken-down', 'in deplorable condition'),\n",
- " ('dilapidated', 'in deplorable condition'),\n",
- " ('derelict', 'in deplorable condition'),\n",
+ " 'clues': [('derelict', 'in deplorable condition'),\n",
" ('tumble-down', 'in deplorable condition'),\n",
" ('tatterdemalion', 'in deplorable condition'),\n",
- " ('draggled', 'limp and soiled as if dragged in the mud')]},\n",
+ " ('broken-down', 'in deplorable condition'),\n",
+ " ('draggled', 'limp and soiled as if dragged in the mud'),\n",
+ " ('ramshackle', 'in deplorable condition'),\n",
+ " ('dilapidated', 'in deplorable condition')]},\n",
" {'answer': 'beefy',\n",
" 'hint': 'synonyms for beefy',\n",
" 'clues': [('strapping', 'muscular and heavily built'),\n",
+ " ('burly', 'muscular and heavily built'),\n",
" ('buirdly', 'muscular and heavily built'),\n",
- " ('husky', 'muscular and heavily built'),\n",
- " ('burly', 'muscular and heavily built')]},\n",
+ " ('husky', 'muscular and heavily built')]},\n",
" {'answer': 'befuddled',\n",
" 'hint': 'synonyms for befuddled',\n",
- " 'clues': [('at sea',\n",
- " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bewildered',\n",
+ " 'clues': [('wooly', 'confused and vague; used especially of thinking'),\n",
+ " ('wooly-minded', 'confused and vague; used especially of thinking'),\n",
+ " ('befogged', 'stupefied by alcoholic drink'),\n",
+ " ('bemused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('wooly', 'confused and vague; used especially of thinking'),\n",
- " ('mixed-up',\n",
+ " ('muddled', 'confused and vague; used especially of thinking'),\n",
+ " ('addled', 'confused and vague; used especially of thinking'),\n",
+ " ('confused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('mazed',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('addled', 'confused and vague; used especially of thinking'),\n",
- " ('wooly-minded', 'confused and vague; used especially of thinking'),\n",
+ " ('muzzy', 'confused and vague; used especially of thinking'),\n",
" ('baffled',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('lost',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bemused',\n",
+ " ('mixed-up',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('muzzy', 'confused and vague; used especially of thinking'),\n",
" ('confounded',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('confused',\n",
+ " ('at sea',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('muddled', 'confused and vague; used especially of thinking'),\n",
- " ('woolly-headed', 'confused and vague; used especially of thinking'),\n",
- " ('befogged', 'stupefied by alcoholic drink')]},\n",
+ " ('bewildered',\n",
+ " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('woolly-headed', 'confused and vague; used especially of thinking')]},\n",
" {'answer': 'begrimed',\n",
" 'hint': 'synonyms for begrimed',\n",
- " 'clues': [('raunchy', 'thickly covered with ingrained dirt or soot'),\n",
- " ('grubby', 'thickly covered with ingrained dirt or soot'),\n",
+ " 'clues': [('dingy', 'thickly covered with ingrained dirt or soot'),\n",
+ " ('raunchy', 'thickly covered with ingrained dirt or soot'),\n",
+ " ('grimy', 'thickly covered with ingrained dirt or soot'),\n",
" ('grungy', 'thickly covered with ingrained dirt or soot'),\n",
- " ('dingy', 'thickly covered with ingrained dirt or soot'),\n",
- " ('grimy', 'thickly covered with ingrained dirt or soot')]},\n",
+ " ('grubby', 'thickly covered with ingrained dirt or soot')]},\n",
" {'answer': 'beguiled',\n",
" 'hint': 'synonyms for beguiled',\n",
- " 'clues': [('entranced', 'filled with wonder and delight'),\n",
+ " 'clues': [('charmed', 'filled with wonder and delight'),\n",
+ " ('entranced', 'filled with wonder and delight'),\n",
" ('enthralled', 'filled with wonder and delight'),\n",
" ('delighted', 'filled with wonder and delight'),\n",
- " ('captivated', 'filled with wonder and delight'),\n",
- " ('charmed', 'filled with wonder and delight')]},\n",
+ " ('captivated', 'filled with wonder and delight')]},\n",
" {'answer': 'belittling',\n",
" 'hint': 'synonyms for belittling',\n",
- " 'clues': [('deprecating', 'tending to diminish or disparage'),\n",
- " ('deprecative', 'tending to diminish or disparage'),\n",
+ " 'clues': [('deprecative', 'tending to diminish or disparage'),\n",
" ('deprecatory', 'tending to diminish or disparage'),\n",
- " ('slighting', 'tending to diminish or disparage')]},\n",
+ " ('slighting', 'tending to diminish or disparage'),\n",
+ " ('deprecating', 'tending to diminish or disparage')]},\n",
" {'answer': 'bellied',\n",
" 'hint': 'synonyms for bellied',\n",
" 'clues': [('bulging', 'curving outward'),\n",
" ('bulgy', 'curving outward'),\n",
- " ('protuberant', 'curving outward'),\n",
" ('bellying', 'curving outward'),\n",
- " ('bulbous', 'curving outward')]},\n",
+ " ('bulbous', 'curving outward'),\n",
+ " ('protuberant', 'curving outward')]},\n",
" {'answer': 'belligerent',\n",
" 'hint': 'synonyms for belligerent',\n",
- " 'clues': [('militant', 'engaged in war'),\n",
- " ('warring', 'engaged in war'),\n",
+ " 'clues': [('warring', 'engaged in war'),\n",
+ " ('aggressive', 'characteristic of an enemy or one eager to fight'),\n",
" ('war-ridden', 'engaged in war'),\n",
- " ('aggressive', 'characteristic of an enemy or one eager to fight')]},\n",
+ " ('militant', 'engaged in war')]},\n",
" {'answer': 'bellying',\n",
" 'hint': 'synonyms for bellying',\n",
" 'clues': [('bulging', 'curving outward'),\n",
" ('bulgy', 'curving outward'),\n",
+ " ('bulbous', 'curving outward'),\n",
" ('bellied', 'curving outward'),\n",
- " ('protuberant', 'curving outward'),\n",
- " ('bulbous', 'curving outward')]},\n",
+ " ('protuberant', 'curving outward')]},\n",
" {'answer': 'bemused',\n",
" 'hint': 'synonyms for bemused',\n",
" 'clues': [('deep in thought', 'deeply absorbed in thought'),\n",
- " ('at sea',\n",
- " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('lost', 'deeply absorbed in thought'),\n",
" ('preoccupied', 'deeply absorbed in thought'),\n",
- " ('bewildered',\n",
+ " ('befuddled',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('mixed-up',\n",
+ " ('confused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('mazed',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('lost', 'deeply absorbed in thought'),\n",
" ('baffled',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('mixed-up',\n",
+ " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('confounded',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('confused',\n",
+ " ('at sea',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('befuddled',\n",
+ " ('bewildered',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment')]},\n",
" {'answer': 'benevolent',\n",
" 'hint': 'synonyms for benevolent',\n",
" 'clues': [('charitable',\n",
" 'showing or motivated by sympathy and understanding and generosity'),\n",
- " ('freehearted', 'generous in providing aid to others'),\n",
- " ('philanthropic', 'generous in assistance to the poor'),\n",
- " ('eleemosynary', 'generous in assistance to the poor'),\n",
- " ('large-hearted',\n",
- " 'showing or motivated by sympathy and understanding and generosity'),\n",
- " ('beneficent', 'generous in assistance to the poor'),\n",
" ('kindly',\n",
" 'showing or motivated by sympathy and understanding and generosity'),\n",
" ('sympathetic',\n",
" 'showing or motivated by sympathy and understanding and generosity'),\n",
+ " ('beneficent', 'generous in assistance to the poor'),\n",
+ " ('large-hearted',\n",
+ " 'showing or motivated by sympathy and understanding and generosity'),\n",
+ " ('eleemosynary', 'generous in assistance to the poor'),\n",
" ('good-hearted',\n",
" 'showing or motivated by sympathy and understanding and generosity'),\n",
" ('openhearted',\n",
- " 'showing or motivated by sympathy and understanding and generosity')]},\n",
+ " 'showing or motivated by sympathy and understanding and generosity'),\n",
+ " ('freehearted', 'generous in providing aid to others'),\n",
+ " ('philanthropic', 'generous in assistance to the poor')]},\n",
" {'answer': 'bent',\n",
" 'hint': 'synonyms for bent',\n",
- " 'clues': [('dead set', 'fixed in your purpose'),\n",
+ " 'clues': [('bent on', 'fixed in your purpose'),\n",
" ('dented', 'of metal e.g.'),\n",
- " ('bent on', 'fixed in your purpose'),\n",
" ('bended', 'used of the back and knees; stooped'),\n",
" ('out to', 'fixed in your purpose'),\n",
- " ('crumpled', 'of metal e.g.')]},\n",
+ " ('crumpled', 'of metal e.g.'),\n",
+ " ('dead set', 'fixed in your purpose')]},\n",
" {'answer': 'bereaved',\n",
" 'hint': 'synonyms for bereaved',\n",
- " 'clues': [('grieving', 'sorrowful through loss or deprivation'),\n",
- " ('grief-stricken', 'sorrowful through loss or deprivation'),\n",
- " ('bereft', 'sorrowful through loss or deprivation'),\n",
+ " 'clues': [('mourning', 'sorrowful through loss or deprivation'),\n",
" ('sorrowing', 'sorrowful through loss or deprivation'),\n",
- " ('mourning', 'sorrowful through loss or deprivation')]},\n",
+ " ('bereft', 'sorrowful through loss or deprivation'),\n",
+ " ('grieving', 'sorrowful through loss or deprivation'),\n",
+ " ('grief-stricken', 'sorrowful through loss or deprivation')]},\n",
" {'answer': 'bereft',\n",
" 'hint': 'synonyms for bereft',\n",
- " 'clues': [('grieving', 'sorrowful through loss or deprivation'),\n",
+ " 'clues': [('lovelorn', 'unhappy in love; suffering from unrequited love'),\n",
" ('unbeloved', 'unhappy in love; suffering from unrequited love'),\n",
- " ('grief-stricken', 'sorrowful through loss or deprivation'),\n",
- " ('sorrowing', 'sorrowful through loss or deprivation'),\n",
" ('mourning', 'sorrowful through loss or deprivation'),\n",
- " ('lovelorn', 'unhappy in love; suffering from unrequited love'),\n",
- " ('bereaved', 'sorrowful through loss or deprivation')]},\n",
+ " ('sorrowing', 'sorrowful through loss or deprivation'),\n",
+ " ('bereaved', 'sorrowful through loss or deprivation'),\n",
+ " ('grieving', 'sorrowful through loss or deprivation'),\n",
+ " ('grief-stricken', 'sorrowful through loss or deprivation')]},\n",
" {'answer': 'berserk',\n",
" 'hint': 'synonyms for berserk',\n",
- " 'clues': [('amok', 'frenzied as if possessed by a demon'),\n",
- " ('demoniacal', 'frenzied as if possessed by a demon'),\n",
- " ('possessed', 'frenzied as if possessed by a demon'),\n",
- " ('amuck', 'frenzied as if possessed by a demon')]},\n",
+ " 'clues': [('possessed', 'frenzied as if possessed by a demon'),\n",
+ " ('amuck', 'frenzied as if possessed by a demon'),\n",
+ " ('amok', 'frenzied as if possessed by a demon'),\n",
+ " ('demoniac', 'frenzied as if possessed by a demon')]},\n",
" {'answer': 'besotted',\n",
" 'hint': 'synonyms for besotted',\n",
- " 'clues': [('pixilated', 'very drunk'),\n",
+ " 'clues': [('fuddled', 'very drunk'),\n",
" ('sloshed', 'very drunk'),\n",
- " ('tight', 'very drunk'),\n",
- " ('pissed', 'very drunk'),\n",
- " ('cockeyed', 'very drunk'),\n",
- " ('smashed', 'very drunk'),\n",
- " ('pie-eyed', 'very drunk'),\n",
- " ('blind drunk', 'very drunk'),\n",
- " ('crocked', 'very drunk'),\n",
" ('stiff', 'very drunk'),\n",
- " ('slopped', 'very drunk'),\n",
+ " ('cockeyed', 'very drunk'),\n",
" ('sozzled', 'very drunk'),\n",
- " ('loaded', 'very drunk'),\n",
+ " ('pie-eyed', 'very drunk'),\n",
" ('soaked', 'very drunk'),\n",
- " ('fuddled', 'very drunk'),\n",
- " ('plastered', 'very drunk'),\n",
+ " ('pixilated', 'very drunk'),\n",
" ('blotto', 'very drunk'),\n",
- " ('squiffy', 'very drunk'),\n",
" ('wet', 'very drunk'),\n",
- " ('soused', 'very drunk')]},\n",
+ " ('pissed', 'very drunk'),\n",
+ " ('soused', 'very drunk'),\n",
+ " ('slopped', 'very drunk'),\n",
+ " ('smashed', 'very drunk'),\n",
+ " ('blind drunk', 'very drunk'),\n",
+ " ('plastered', 'very drunk'),\n",
+ " ('crocked', 'very drunk'),\n",
+ " ('loaded', 'very drunk'),\n",
+ " ('tight', 'very drunk'),\n",
+ " ('squiffy', 'very drunk')]},\n",
" {'answer': 'bespoke',\n",
" 'hint': 'synonyms for bespoke',\n",
- " 'clues': [('tailor-made', '(of clothing) custom-made'),\n",
- " ('made-to-order', '(of clothing) custom-made'),\n",
+ " 'clues': [('bespoken', '(of clothing) custom-made'),\n",
" ('tailored', '(of clothing) custom-made'),\n",
- " ('bespoken', '(of clothing) custom-made')]},\n",
+ " ('made-to-order', '(of clothing) custom-made'),\n",
+ " ('tailor-made', '(of clothing) custom-made')]},\n",
" {'answer': 'bespoken',\n",
" 'hint': 'synonyms for bespoken',\n",
- " 'clues': [('tailor-made', '(of clothing) custom-made'),\n",
- " ('made-to-order', '(of clothing) custom-made'),\n",
+ " 'clues': [('made-to-order', '(of clothing) custom-made'),\n",
+ " ('tailor-made', '(of clothing) custom-made'),\n",
" ('tailored', '(of clothing) custom-made'),\n",
- " ('betrothed', 'pledged to be married'),\n",
- " ('bespoke', '(of clothing) custom-made')]},\n",
+ " ('bespoke', '(of clothing) custom-made'),\n",
+ " ('betrothed', 'pledged to be married')]},\n",
" {'answer': 'best',\n",
" 'hint': 'synonyms for best',\n",
- " 'clues': [('in force', 'exerting force or influence'),\n",
- " ('proficient', 'having or showing knowledge and skill and aptitude'),\n",
- " ('unspoilt', 'not left to spoil'),\n",
- " ('estimable', 'deserving of esteem and respect'),\n",
- " ('honest', 'not forged'),\n",
- " ('unspoiled', 'not left to spoil'),\n",
- " ('dear', 'with or in a close or intimate relationship'),\n",
+ " 'clues': [('good',\n",
+ " 'having desirable or positive qualities especially those suitable for a thing specified'),\n",
" ('beneficial', 'promoting or enhancing well-being'),\n",
- " ('good', 'agreeable or pleasing'),\n",
- " ('expert', 'having or showing knowledge and skill and aptitude'),\n",
- " ('respectable', 'deserving of esteem and respect'),\n",
- " ('upright', 'of moral excellence'),\n",
- " ('dependable', 'financially sound'),\n",
- " ('sound', 'in excellent physical condition'),\n",
- " ('honorable', 'deserving of esteem and respect'),\n",
- " ('skillful', 'having or showing knowledge and skill and aptitude'),\n",
- " ('just', 'of moral excellence'),\n",
- " ('secure', 'financially sound'),\n",
- " ('in effect', 'exerting force or influence'),\n",
- " ('ripe', 'most suitable or right for a particular purpose'),\n",
- " ('well', 'resulting favorably'),\n",
- " ('salutary',\n",
- " 'tending to promote physical well-being; beneficial to health'),\n",
" ('serious', 'appealing to the mind'),\n",
- " ('right', 'most suitable or right for a particular purpose'),\n",
+ " ('skillful', 'having or showing knowledge and skill and aptitude'),\n",
" ('adept', 'having or showing knowledge and skill and aptitude'),\n",
- " ('effective', 'exerting force or influence'),\n",
- " ('practiced', 'having or showing knowledge and skill and aptitude'),\n",
" ('undecomposed', 'not left to spoil'),\n",
+ " ('unspoilt', 'not left to spoil'),\n",
" ('near', 'with or in a close or intimate relationship'),\n",
+ " ('secure', 'financially sound'),\n",
+ " ('in effect', 'exerting force or influence'),\n",
" ('safe', 'financially sound'),\n",
+ " ('just', 'of moral excellence'),\n",
" ('full', 'having the normally expected amount'),\n",
+ " ('honest', 'not forged'),\n",
+ " ('respectable', 'deserving of esteem and respect'),\n",
+ " ('expert', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('right', 'most suitable or right for a particular purpose'),\n",
+ " ('honorable', 'deserving of esteem and respect'),\n",
+ " ('in force', 'exerting force or influence'),\n",
+ " ('dear', 'with or in a close or intimate relationship'),\n",
+ " ('upright', 'of moral excellence'),\n",
+ " ('well', 'resulting favorably'),\n",
+ " ('proficient', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('unspoiled', 'not left to spoil'),\n",
+ " ('estimable', 'deserving of esteem and respect'),\n",
+ " ('effective', 'exerting force or influence'),\n",
+ " ('ripe', 'most suitable or right for a particular purpose'),\n",
" ('better',\n",
- " \"(comparative and superlative of `well') wiser or more advantageous and hence advisable\")]},\n",
+ " \"(comparative and superlative of `well') wiser or more advantageous and hence advisable\"),\n",
+ " ('dependable', 'financially sound'),\n",
+ " ('practiced', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('sound', 'in excellent physical condition'),\n",
+ " ('salutary',\n",
+ " 'tending to promote physical well-being; beneficial to health')]},\n",
" {'answer': 'best-loved',\n",
" 'hint': 'synonyms for best-loved',\n",
- " 'clues': [('favored',\n",
+ " 'clues': [('favorite',\n",
" 'preferred above all others and treated with partiality'),\n",
" ('pet', 'preferred above all others and treated with partiality'),\n",
- " ('preferent', 'preferred above all others and treated with partiality'),\n",
- " ('favourite', 'preferred above all others and treated with partiality'),\n",
- " ('preferred', 'preferred above all others and treated with partiality')]},\n",
+ " ('preferred', 'preferred above all others and treated with partiality'),\n",
+ " ('favored', 'preferred above all others and treated with partiality'),\n",
+ " ('preferent', 'preferred above all others and treated with partiality')]},\n",
" {'answer': 'bestial',\n",
" 'hint': 'synonyms for bestial',\n",
- " 'clues': [('beastly',\n",
+ " 'clues': [('brutal',\n",
" 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brutal', 'resembling a beast; showing lack of human sensibility'),\n",
" ('brutish', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brute', 'resembling a beast; showing lack of human sensibility')]},\n",
+ " ('brute', 'resembling a beast; showing lack of human sensibility'),\n",
+ " ('beastly', 'resembling a beast; showing lack of human sensibility')]},\n",
" {'answer': 'better',\n",
" 'hint': 'synonyms for better',\n",
- " 'clues': [('in force', 'exerting force or influence'),\n",
- " ('proficient', 'having or showing knowledge and skill and aptitude'),\n",
- " ('unspoilt', 'not left to spoil'),\n",
- " ('estimable', 'deserving of esteem and respect'),\n",
- " ('honest', 'not forged'),\n",
- " ('unspoiled', 'not left to spoil'),\n",
- " ('dear', 'with or in a close or intimate relationship'),\n",
+ " 'clues': [('good',\n",
+ " 'having desirable or positive qualities especially those suitable for a thing specified'),\n",
" ('beneficial', 'promoting or enhancing well-being'),\n",
- " ('good', 'agreeable or pleasing'),\n",
- " ('expert', 'having or showing knowledge and skill and aptitude'),\n",
- " ('well', 'wise or advantageous and hence advisable'),\n",
- " ('respectable', 'deserving of esteem and respect'),\n",
- " ('upright', 'of moral excellence'),\n",
- " ('dependable', 'financially sound'),\n",
- " ('sound', 'in excellent physical condition'),\n",
- " ('honorable', 'deserving of esteem and respect'),\n",
+ " ('serious', 'appealing to the mind'),\n",
+ " ('well',\n",
+ " 'in good health especially after having suffered illness or injury'),\n",
+ " ('skillful', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('adept', 'having or showing knowledge and skill and aptitude'),\n",
" ('best',\n",
" \"(comparative and superlative of `well') wiser or more advantageous and hence advisable\"),\n",
- " ('skillful', 'having or showing knowledge and skill and aptitude'),\n",
- " ('just', 'of moral excellence'),\n",
+ " ('undecomposed', 'not left to spoil'),\n",
+ " ('unspoilt', 'not left to spoil'),\n",
+ " ('near', 'with or in a close or intimate relationship'),\n",
" ('secure', 'financially sound'),\n",
" ('in effect', 'exerting force or influence'),\n",
- " ('ripe', 'most suitable or right for a particular purpose'),\n",
- " ('salutary',\n",
- " 'tending to promote physical well-being; beneficial to health'),\n",
+ " ('safe', 'financially sound'),\n",
+ " ('just', 'of moral excellence'),\n",
+ " ('full', 'having the normally expected amount'),\n",
+ " ('honest', 'not forged'),\n",
+ " ('respectable', 'deserving of esteem and respect'),\n",
+ " ('expert', 'having or showing knowledge and skill and aptitude'),\n",
" ('right', 'most suitable or right for a particular purpose'),\n",
- " ('adept', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('honorable', 'deserving of esteem and respect'),\n",
+ " ('in force', 'exerting force or influence'),\n",
+ " ('dear', 'with or in a close or intimate relationship'),\n",
+ " ('upright', 'of moral excellence'),\n",
+ " ('proficient', 'having or showing knowledge and skill and aptitude'),\n",
+ " ('unspoiled', 'not left to spoil'),\n",
+ " ('estimable', 'deserving of esteem and respect'),\n",
" ('effective', 'exerting force or influence'),\n",
+ " ('ripe', 'most suitable or right for a particular purpose'),\n",
+ " ('dependable', 'financially sound'),\n",
" ('practiced', 'having or showing knowledge and skill and aptitude'),\n",
- " ('undecomposed', 'not left to spoil'),\n",
- " ('near', 'with or in a close or intimate relationship'),\n",
- " ('safe', 'financially sound'),\n",
- " ('full', 'having the normally expected amount'),\n",
- " ('serious', 'appealing to the mind')]},\n",
+ " ('sound', 'in excellent physical condition'),\n",
+ " ('salutary',\n",
+ " 'tending to promote physical well-being; beneficial to health')]},\n",
" {'answer': 'better-looking',\n",
" 'hint': 'synonyms for better-looking',\n",
" 'clues': [('fine-looking',\n",
" 'pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman'),\n",
- " ('well-favoured',\n",
+ " ('well-favored',\n",
" 'pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman'),\n",
" ('good-looking',\n",
" 'pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman'),\n",
@@ -38141,15 +38181,17 @@
" 'pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman')]},\n",
" {'answer': 'bewhiskered',\n",
" 'hint': 'synonyms for bewhiskered',\n",
- " 'clues': [('bearded', 'having hair on the cheeks and chin'),\n",
+ " 'clues': [('barbate', 'having hair on the cheeks and chin'),\n",
" ('whiskery', 'having hair on the cheeks and chin'),\n",
- " ('whiskered', 'having hair on the cheeks and chin'),\n",
- " ('barbate', 'having hair on the cheeks and chin')]},\n",
+ " ('bearded', 'having hair on the cheeks and chin'),\n",
+ " ('whiskered', 'having hair on the cheeks and chin')]},\n",
" {'answer': 'bewildered',\n",
" 'hint': 'synonyms for bewildered',\n",
- " 'clues': [('at sea',\n",
+ " 'clues': [('bemused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('mixed-up',\n",
+ " ('befuddled',\n",
+ " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('confused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('mazed',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
@@ -38157,1069 +38199,1072 @@
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('lost',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bemused',\n",
+ " ('mixed-up',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('confounded',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('confused',\n",
- " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('befuddled',\n",
+ " ('at sea',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment')]},\n",
" {'answer': 'bewitching',\n",
" 'hint': 'synonyms for bewitching',\n",
- " 'clues': [('captivating', 'capturing interest as if by a spell'),\n",
- " ('enchanting', 'capturing interest as if by a spell'),\n",
+ " 'clues': [('enchanting', 'capturing interest as if by a spell'),\n",
" ('fascinating', 'capturing interest as if by a spell'),\n",
- " ('enthralling', 'capturing interest as if by a spell'),\n",
- " ('entrancing', 'capturing interest as if by a spell')]},\n",
+ " ('entrancing', 'capturing interest as if by a spell'),\n",
+ " ('captivating', 'capturing interest as if by a spell'),\n",
+ " ('enthralling', 'capturing interest as if by a spell')]},\n",
" {'answer': 'bicolor',\n",
" 'hint': 'synonyms for bicolor',\n",
- " 'clues': [('bicolour', 'having two colors'),\n",
- " ('bicolored', 'having two colors'),\n",
- " ('dichromatic', 'having two colors'),\n",
- " ('bichrome', 'having two colors')]},\n",
- " {'answer': 'bicolour',\n",
- " 'hint': 'synonyms for bicolour',\n",
- " 'clues': [('bicoloured', 'having two colors'),\n",
- " ('dichromatic', 'having two colors'),\n",
- " ('bicolor', 'having two colors'),\n",
- " ('bichrome', 'having two colors')]},\n",
+ " 'clues': [('bicolored', 'having two colors'),\n",
+ " ('bicolour', 'having two colors'),\n",
+ " ('bichrome', 'having two colors'),\n",
+ " ('dichromatic', 'having two colors')]},\n",
" {'answer': 'bicoloured',\n",
" 'hint': 'synonyms for bicoloured',\n",
- " 'clues': [('bicolour', 'having two colors'),\n",
- " ('bicolored', 'having two colors'),\n",
- " ('dichromatic', 'having two colors'),\n",
- " ('bichrome', 'having two colors')]},\n",
+ " 'clues': [('bicolored', 'having two colors'),\n",
+ " ('bicolour', 'having two colors'),\n",
+ " ('bichrome', 'having two colors'),\n",
+ " ('dichromatic', 'having two colors')]},\n",
" {'answer': 'bifurcate',\n",
" 'hint': 'synonyms for bifurcate',\n",
- " 'clues': [('fork-like',\n",
+ " 'clues': [('prongy',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
+ " ('forked', 'resembling a fork; divided or separated into two branches'),\n",
+ " ('branched', 'resembling a fork; divided or separated into two branches'),\n",
+ " ('biramous', 'resembling a fork; divided or separated into two branches'),\n",
" ('forficate',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
- " ('pronged', 'resembling a fork; divided or separated into two branches'),\n",
- " ('biramous', 'resembling a fork; divided or separated into two branches'),\n",
- " ('forked', 'resembling a fork; divided or separated into two branches'),\n",
- " ('prongy', 'resembling a fork; divided or separated into two branches'),\n",
- " ('branched',\n",
+ " ('fork-like',\n",
+ " 'resembling a fork; divided or separated into two branches'),\n",
+ " ('pronged',\n",
" 'resembling a fork; divided or separated into two branches')]},\n",
" {'answer': 'big',\n",
" 'hint': 'synonyms for big',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('heavy', 'prodigious'),\n",
- " ('boastful', 'exhibiting self-importance'),\n",
- " ('giving', 'given or giving freely'),\n",
- " ('with child', 'in an advanced stage of pregnancy'),\n",
+ " 'clues': [('great', 'in an advanced stage of pregnancy'),\n",
+ " ('freehanded', 'given or giving freely'),\n",
" ('bragging', 'exhibiting self-importance'),\n",
- " ('braggart', 'exhibiting self-importance'),\n",
+ " ('bountiful', 'given or giving freely'),\n",
+ " ('boastful', 'exhibiting self-importance'),\n",
+ " ('bad', 'very intense'),\n",
+ " ('grown', '(of animals) fully developed'),\n",
+ " ('fully grown', '(of animals) fully developed'),\n",
+ " ('heavy', 'prodigious'),\n",
" ('magnanimous', 'generous and understanding and tolerant'),\n",
+ " ('enceinte', 'in an advanced stage of pregnancy'),\n",
+ " ('vainglorious', 'feeling self-importance'),\n",
+ " ('braggy', 'exhibiting self-importance'),\n",
" ('bighearted', 'given or giving freely'),\n",
- " ('gravid', 'in an advanced stage of pregnancy'),\n",
- " ('full-grown', '(of animals) fully developed'),\n",
- " ('expectant', 'in an advanced stage of pregnancy'),\n",
- " ('adult', '(of animals) fully developed'),\n",
- " ('crowing', 'exhibiting self-importance'),\n",
" ('large',\n",
" 'above average in size or number or quantity or magnitude or extent'),\n",
" ('bounteous', 'given or giving freely'),\n",
" ('openhanded', 'given or giving freely'),\n",
- " ('grown', '(of animals) fully developed'),\n",
" ('liberal', 'given or giving freely'),\n",
- " ('bountiful', 'given or giving freely'),\n",
- " ('handsome', 'given or giving freely'),\n",
- " ('great', 'in an advanced stage of pregnancy'),\n",
- " ('enceinte', 'in an advanced stage of pregnancy'),\n",
- " ('vainglorious', 'feeling self-importance'),\n",
" ('cock-a-hoop', 'exhibiting self-importance'),\n",
- " ('braggy', 'exhibiting self-importance'),\n",
+ " ('adult', '(of animals) fully developed'),\n",
" ('grownup', '(of animals) fully developed'),\n",
" ('prominent', 'conspicuous in position or importance'),\n",
- " ('bad', 'very intense'),\n",
- " ('swelled', 'feeling self-importance'),\n",
- " ('freehanded', 'given or giving freely')]},\n",
+ " ('giving', 'given or giving freely'),\n",
+ " ('with child', 'in an advanced stage of pregnancy'),\n",
+ " ('crowing', 'exhibiting self-importance'),\n",
+ " ('expectant', 'in an advanced stage of pregnancy'),\n",
+ " ('gravid', 'in an advanced stage of pregnancy'),\n",
+ " ('braggart', 'exhibiting self-importance'),\n",
+ " ('self-aggrandising', 'exhibiting self-importance'),\n",
+ " ('handsome', 'given or giving freely'),\n",
+ " ('swelled', 'feeling self-importance')]},\n",
" {'answer': 'bigger',\n",
" 'hint': 'synonyms for bigger',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('big', 'given or giving freely'),\n",
- " ('heavy', 'prodigious'),\n",
- " ('boastful', 'exhibiting self-importance'),\n",
- " ('with child', 'in an advanced stage of pregnancy'),\n",
+ " 'clues': [('great', 'in an advanced stage of pregnancy'),\n",
+ " ('freehanded', 'given or giving freely'),\n",
" ('bragging', 'exhibiting self-importance'),\n",
- " ('magnanimous', 'generous and understanding and tolerant'),\n",
- " ('gravid', 'in an advanced stage of pregnancy'),\n",
- " ('full-grown', '(of animals) fully developed'),\n",
- " ('expectant', 'in an advanced stage of pregnancy'),\n",
- " ('crowing', 'exhibiting self-importance'),\n",
+ " ('boastful', 'exhibiting self-importance'),\n",
+ " ('bad', 'very intense'),\n",
+ " ('enceinte', 'in an advanced stage of pregnancy'),\n",
+ " ('fully grown', '(of animals) fully developed'),\n",
+ " ('heavy', 'prodigious'),\n",
+ " ('braggy', 'exhibiting self-importance'),\n",
" ('large',\n",
" 'above average in size or number or quantity or magnitude or extent'),\n",
- " ('bounteous', 'given or giving freely'),\n",
+ " ('big', 'significant'),\n",
" ('openhanded', 'given or giving freely'),\n",
- " ('liberal', 'given or giving freely'),\n",
- " ('bountiful', 'given or giving freely'),\n",
- " ('handsome', 'given or giving freely'),\n",
- " ('great', 'in an advanced stage of pregnancy'),\n",
- " ('prominent', 'conspicuous in position or importance'),\n",
+ " ('adult', '(of animals) fully developed'),\n",
" ('grownup', '(of animals) fully developed'),\n",
+ " ('giving', 'given or giving freely'),\n",
+ " ('crowing', 'exhibiting self-importance'),\n",
+ " ('expectant', 'in an advanced stage of pregnancy'),\n",
" ('swelled', 'feeling self-importance'),\n",
- " ('freehanded', 'given or giving freely'),\n",
- " ('braggart', 'exhibiting self-importance'),\n",
- " ('bighearted', 'given or giving freely'),\n",
- " ('adult', '(of animals) fully developed'),\n",
+ " ('self-aggrandizing', 'exhibiting self-importance'),\n",
+ " ('bountiful', 'given or giving freely'),\n",
" ('grown', '(of animals) fully developed'),\n",
- " ('enceinte', 'in an advanced stage of pregnancy'),\n",
+ " ('magnanimous', 'generous and understanding and tolerant'),\n",
" ('vainglorious', 'feeling self-importance'),\n",
+ " ('bighearted', 'given or giving freely'),\n",
+ " ('bounteous', 'given or giving freely'),\n",
+ " ('liberal', 'given or giving freely'),\n",
" ('cock-a-hoop', 'exhibiting self-importance'),\n",
- " ('braggy', 'exhibiting self-importance'),\n",
- " ('giving', 'given or giving freely'),\n",
- " ('bad', 'very intense')]},\n",
+ " ('prominent', 'conspicuous in position or importance'),\n",
+ " ('with child', 'in an advanced stage of pregnancy'),\n",
+ " ('gravid', 'in an advanced stage of pregnancy'),\n",
+ " ('braggart', 'exhibiting self-importance'),\n",
+ " ('handsome', 'given or giving freely')]},\n",
" {'answer': 'bigheaded',\n",
" 'hint': 'synonyms for bigheaded',\n",
- " 'clues': [(\"too big for one's breeches\",\n",
- " '(used colloquially) overly conceited or arrogant; -Laurent Le Sage'),\n",
- " ('snooty',\n",
+ " 'clues': [('stuck-up',\n",
" '(used colloquially) overly conceited or arrogant; -Laurent Le Sage'),\n",
- " ('snotty',\n",
+ " ('uppish',\n",
" '(used colloquially) overly conceited or arrogant; -Laurent Le Sage'),\n",
- " ('stuck-up',\n",
+ " ('snooty',\n",
" '(used colloquially) overly conceited or arrogant; -Laurent Le Sage'),\n",
" ('persnickety',\n",
" '(used colloquially) overly conceited or arrogant; -Laurent Le Sage'),\n",
" ('snot-nosed',\n",
" '(used colloquially) overly conceited or arrogant; -Laurent Le Sage'),\n",
- " ('uppish',\n",
+ " ('snotty',\n",
+ " '(used colloquially) overly conceited or arrogant; -Laurent Le Sage'),\n",
+ " (\"too big for one's breeches\",\n",
" '(used colloquially) overly conceited or arrogant; -Laurent Le Sage')]},\n",
" {'answer': 'bighearted',\n",
" 'hint': 'synonyms for bighearted',\n",
- " 'clues': [('bounteous', 'given or giving freely'),\n",
- " ('big', 'given or giving freely'),\n",
- " ('openhanded', 'given or giving freely'),\n",
- " ('liberal', 'given or giving freely'),\n",
+ " 'clues': [('freehanded', 'given or giving freely'),\n",
" ('bountiful', 'given or giving freely'),\n",
- " ('handsome', 'given or giving freely'),\n",
" ('giving', 'given or giving freely'),\n",
- " ('freehanded', 'given or giving freely')]},\n",
+ " ('handsome', 'given or giving freely'),\n",
+ " ('openhanded', 'given or giving freely'),\n",
+ " ('bounteous', 'given or giving freely'),\n",
+ " ('big', 'given or giving freely'),\n",
+ " ('liberal', 'given or giving freely')]},\n",
" {'answer': 'bilaterally_symmetrical',\n",
" 'hint': 'synonyms for bilaterally symmetrical',\n",
- " 'clues': [('zygomorphous',\n",
+ " 'clues': [('bilateral', 'having identical parts on each side of an axis'),\n",
+ " ('zygomorphous',\n",
" 'capable of division into symmetrical halves by only one longitudinal plane passing through the axis'),\n",
" ('zygomorphic',\n",
" 'capable of division into symmetrical halves by only one longitudinal plane passing through the axis'),\n",
- " ('bilateral', 'having identical parts on each side of an axis'),\n",
" ('bilaterally symmetric',\n",
" 'having identical parts on each side of an axis')]},\n",
" {'answer': 'bilious',\n",
" 'hint': 'synonyms for bilious',\n",
- " 'clues': [('liverish',\n",
- " 'suffering from or suggesting a liver disorder or gastric distress'),\n",
+ " 'clues': [('biliary', 'relating to or containing bile'),\n",
" ('atrabilious', 'irritable as if suffering from indigestion'),\n",
- " ('biliary', 'relating to or containing bile'),\n",
+ " ('dyspeptic', 'irritable as if suffering from indigestion'),\n",
+ " ('liverish', 'irritable as if suffering from indigestion'),\n",
" ('livery',\n",
- " 'suffering from or suggesting a liver disorder or gastric distress'),\n",
- " ('dyspeptic', 'irritable as if suffering from indigestion')]},\n",
+ " 'suffering from or suggesting a liver disorder or gastric distress')]},\n",
" {'answer': 'biramous',\n",
" 'hint': 'synonyms for biramous',\n",
- " 'clues': [('bifurcate',\n",
+ " 'clues': [('prongy',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
+ " ('forked', 'resembling a fork; divided or separated into two branches'),\n",
+ " ('branched', 'resembling a fork; divided or separated into two branches'),\n",
" ('forficate',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
- " ('pronged', 'resembling a fork; divided or separated into two branches'),\n",
" ('fork-like',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
- " ('forked', 'resembling a fork; divided or separated into two branches'),\n",
- " ('prongy', 'resembling a fork; divided or separated into two branches'),\n",
- " ('branched',\n",
+ " ('bifurcate',\n",
+ " 'resembling a fork; divided or separated into two branches'),\n",
+ " ('pronged',\n",
" 'resembling a fork; divided or separated into two branches')]},\n",
" {'answer': 'bit-by-bit',\n",
" 'hint': 'synonyms for bit-by-bit',\n",
" 'clues': [('in small stages', 'one thing at a time'),\n",
- " ('step-by-step', 'one thing at a time'),\n",
" ('stepwise', 'one thing at a time'),\n",
- " ('piecemeal', 'one thing at a time')]},\n",
+ " ('piecemeal', 'one thing at a time'),\n",
+ " ('step-by-step', 'one thing at a time')]},\n",
" {'answer': 'biting',\n",
" 'hint': 'synonyms for biting',\n",
- " 'clues': [('barbed', 'capable of wounding'),\n",
- " ('bitter',\n",
+ " 'clues': [('bitter',\n",
" 'causing a sharply painful or stinging sensation; used especially of cold'),\n",
- " ('mordacious', 'capable of wounding'),\n",
" ('nipping', 'capable of wounding'),\n",
- " ('pungent', 'capable of wounding')]},\n",
+ " ('mordacious', 'capable of wounding'),\n",
+ " ('pungent', 'capable of wounding'),\n",
+ " ('barbed', 'capable of wounding')]},\n",
" {'answer': 'bitter',\n",
" 'hint': 'synonyms for bitter',\n",
- " 'clues': [('acerb', 'harsh or corrosive in tone'),\n",
- " ('acrid', 'harsh or corrosive in tone'),\n",
- " ('acrimonious', 'marked by strong resentment or cynicism'),\n",
- " ('acerbic', 'harsh or corrosive in tone'),\n",
- " ('caustic', 'harsh or corrosive in tone'),\n",
+ " 'clues': [('acid', 'harsh or corrosive in tone'),\n",
+ " ('sulfurous', 'harsh or corrosive in tone'),\n",
" ('vitriolic', 'harsh or corrosive in tone'),\n",
- " ('virulent', 'harsh or corrosive in tone'),\n",
" ('biting',\n",
" 'causing a sharply painful or stinging sensation; used especially of cold'),\n",
+ " ('virulent', 'harsh or corrosive in tone'),\n",
+ " ('acerb', 'harsh or corrosive in tone'),\n",
+ " ('blistering', 'harsh or corrosive in tone'),\n",
+ " ('caustic', 'harsh or corrosive in tone'),\n",
" ('sulphurous', 'harsh or corrosive in tone'),\n",
- " ('sulfurous', 'harsh or corrosive in tone'),\n",
- " ('blistering', 'harsh or corrosive in tone')]},\n",
+ " ('acerbic', 'harsh or corrosive in tone'),\n",
+ " ('acrimonious', 'marked by strong resentment or cynicism')]},\n",
" {'answer': 'bittie',\n",
" 'hint': 'synonyms for bittie',\n",
- " 'clues': [('teeny', '(used informally) very small'),\n",
- " ('weensy', '(used informally) very small'),\n",
- " ('teentsy', '(used informally) very small'),\n",
- " ('itsy-bitsy', '(used informally) very small'),\n",
+ " 'clues': [('itty-bitty', '(used informally) very small'),\n",
+ " ('teensy', '(used informally) very small'),\n",
" ('teeny-weeny', '(used informally) very small'),\n",
- " ('bitty', '(used informally) very small'),\n",
" ('wee', '(used informally) very small'),\n",
- " ('itty-bitty', '(used informally) very small')]},\n",
+ " ('bitty', '(used informally) very small'),\n",
+ " ('itsy-bitsy', '(used informally) very small'),\n",
+ " ('weeny', '(used informally) very small')]},\n",
" {'answer': 'bitty',\n",
" 'hint': 'synonyms for bitty',\n",
- " 'clues': [('teeny', '(used informally) very small'),\n",
- " ('bittie', '(used informally) very small'),\n",
- " ('weensy', '(used informally) very small'),\n",
- " ('teentsy', '(used informally) very small'),\n",
- " ('itsy-bitsy', '(used informally) very small'),\n",
+ " 'clues': [('bittie', '(used informally) very small'),\n",
+ " ('itty-bitty', '(used informally) very small'),\n",
+ " ('teensy', '(used informally) very small'),\n",
" ('teeny-weeny', '(used informally) very small'),\n",
" ('wee', '(used informally) very small'),\n",
- " ('itty-bitty', '(used informally) very small')]},\n",
+ " ('weeny', '(used informally) very small'),\n",
+ " ('itsy-bitsy', '(used informally) very small')]},\n",
" {'answer': 'biyearly',\n",
" 'hint': 'synonyms for biyearly',\n",
- " 'clues': [('half-yearly', 'occurring or payable twice each year'),\n",
+ " 'clues': [('biennial', 'occurring every second year'),\n",
+ " ('half-yearly', 'occurring or payable twice each year'),\n",
" ('semiannual', 'occurring or payable twice each year'),\n",
- " ('biennial', 'occurring every second year'),\n",
" ('biannual', 'occurring or payable twice each year')]},\n",
" {'answer': 'bizarre',\n",
" 'hint': 'synonyms for bizarre',\n",
- " 'clues': [('outlandish',\n",
+ " 'clues': [('freakish',\n",
" 'conspicuously or grossly unconventional or unusual'),\n",
" ('freaky', 'conspicuously or grossly unconventional or unusual'),\n",
" ('outre', 'conspicuously or grossly unconventional or unusual'),\n",
- " ('flaky', 'conspicuously or grossly unconventional or unusual'),\n",
- " ('eccentric', 'conspicuously or grossly unconventional or unusual'),\n",
+ " ('flakey', 'conspicuously or grossly unconventional or unusual'),\n",
+ " ('outlandish', 'conspicuously or grossly unconventional or unusual'),\n",
" ('gonzo', 'conspicuously or grossly unconventional or unusual'),\n",
- " ('freakish', 'conspicuously or grossly unconventional or unusual'),\n",
- " ('off-the-wall', 'conspicuously or grossly unconventional or unusual')]},\n",
+ " ('off-the-wall', 'conspicuously or grossly unconventional or unusual'),\n",
+ " ('eccentric', 'conspicuously or grossly unconventional or unusual')]},\n",
" {'answer': 'blabbermouthed',\n",
" 'hint': 'synonyms for blabbermouthed',\n",
- " 'clues': [('talebearing', 'prone to communicate confidential information'),\n",
+ " 'clues': [('tattling', 'prone to communicate confidential information'),\n",
" ('blabby', 'unwisely talking too much'),\n",
- " ('tattling', 'prone to communicate confidential information'),\n",
+ " ('talebearing', 'prone to communicate confidential information'),\n",
" ('talkative', 'unwisely talking too much'),\n",
- " ('bigmouthed', 'unwisely talking too much'),\n",
- " ('leaky', 'prone to communicate confidential information')]},\n",
+ " ('leaky', 'prone to communicate confidential information'),\n",
+ " ('bigmouthed', 'unwisely talking too much')]},\n",
" {'answer': 'black',\n",
" 'hint': 'synonyms for black',\n",
- " 'clues': [('sinister',\n",
- " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
+ " 'clues': [('contraband', 'distributed or sold illicitly'),\n",
" ('pitch-black', 'extremely dark'),\n",
+ " ('sinister',\n",
+ " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
+ " ('disgraceful',\n",
+ " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
" ('bleak', 'offering little or no hope; ; ; - J.M.Synge'),\n",
+ " ('shameful',\n",
+ " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
+ " ('dark',\n",
+ " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
+ " ('black-market', 'distributed or sold illicitly'),\n",
" ('mordant', 'harshly ironic or sinister'),\n",
- " ('smutty', 'soiled with dirt or soot'),\n",
- " ('fatal',\n",
- " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
- " ('contraband', 'distributed or sold illicitly'),\n",
" ('bootleg', 'distributed or sold illicitly'),\n",
- " ('blackened',\n",
- " '(of the face) made black especially as with suffused blood'),\n",
- " ('opprobrious',\n",
- " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
- " ('dim', 'offering little or no hope; ; ; - J.M.Synge'),\n",
+ " ('smuggled', 'distributed or sold illicitly'),\n",
+ " ('smutty', 'soiled with dirt or soot'),\n",
" ('fateful',\n",
" '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
- " ('grim', 'harshly ironic or sinister'),\n",
- " ('black-market', 'distributed or sold illicitly'),\n",
- " ('calamitous',\n",
- " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
- " ('disastrous',\n",
- " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
- " ('smuggled', 'distributed or sold illicitly'),\n",
" ('ignominious',\n",
" '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
- " ('disgraceful',\n",
- " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
- " ('shameful',\n",
- " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
- " ('dark',\n",
- " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
" ('pitch-dark', 'extremely dark'),\n",
+ " ('disastrous',\n",
+ " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
" ('inglorious',\n",
- " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson')]},\n",
+ " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
+ " ('calamitous',\n",
+ " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
+ " ('dim', 'offering little or no hope; ; ; - J.M.Synge'),\n",
+ " ('opprobrious',\n",
+ " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
+ " ('grim', 'harshly ironic or sinister'),\n",
+ " ('fatal',\n",
+ " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
+ " ('blackened',\n",
+ " '(of the face) made black especially as with suffused blood')]},\n",
" {'answer': 'black-market',\n",
" 'hint': 'synonyms for black-market',\n",
- " 'clues': [('bootleg', 'distributed or sold illicitly'),\n",
- " ('smuggled', 'distributed or sold illicitly'),\n",
- " ('black', 'distributed or sold illicitly'),\n",
- " ('contraband', 'distributed or sold illicitly')]},\n",
+ " 'clues': [('smuggled', 'distributed or sold illicitly'),\n",
+ " ('contraband', 'distributed or sold illicitly'),\n",
+ " ('bootleg', 'distributed or sold illicitly'),\n",
+ " ('black', 'distributed or sold illicitly')]},\n",
" {'answer': 'blamable',\n",
" 'hint': 'synonyms for blamable',\n",
- " 'clues': [('blameworthy',\n",
+ " 'clues': [('culpable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('censurable',\n",
+ " ('blameable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('culpable',\n",
+ " ('censurable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blameful',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('blameable',\n",
+ " ('blameworthy',\n",
" 'deserving blame or censure as being wrong or evil or injurious')]},\n",
" {'answer': 'blame',\n",
" 'hint': 'synonyms for blame',\n",
- " 'clues': [('deuced', 'expletives used informally as intensifiers'),\n",
- " ('goddam', 'expletives used informally as intensifiers'),\n",
- " ('blasted', 'expletives used informally as intensifiers'),\n",
+ " 'clues': [('blasted', 'expletives used informally as intensifiers'),\n",
+ " ('damn', 'expletives used informally as intensifiers'),\n",
" ('blessed', 'expletives used informally as intensifiers'),\n",
- " ('goddamned', 'expletives used informally as intensifiers'),\n",
+ " ('goddam', 'expletives used informally as intensifiers'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
" ('blamed', 'expletives used informally as intensifiers'),\n",
- " ('darned', 'expletives used informally as intensifiers'),\n",
- " ('damn', 'expletives used informally as intensifiers'),\n",
+ " ('goddamned', 'expletives used informally as intensifiers'),\n",
" ('damned', 'expletives used informally as intensifiers'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('darned', 'expletives used informally as intensifiers'),\n",
+ " ('deuced', 'expletives used informally as intensifiers')]},\n",
" {'answer': 'blameable',\n",
" 'hint': 'synonyms for blameable',\n",
- " 'clues': [('blameworthy',\n",
- " 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('censurable',\n",
+ " 'clues': [('culpable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blamable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('culpable',\n",
+ " ('censurable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blameful',\n",
+ " 'deserving blame or censure as being wrong or evil or injurious'),\n",
+ " ('blameworthy',\n",
" 'deserving blame or censure as being wrong or evil or injurious')]},\n",
" {'answer': 'blamed',\n",
" 'hint': 'synonyms for blamed',\n",
- " 'clues': [('deuced', 'expletives used informally as intensifiers'),\n",
- " ('goddam', 'expletives used informally as intensifiers'),\n",
- " ('blasted', 'expletives used informally as intensifiers'),\n",
+ " 'clues': [('blasted', 'expletives used informally as intensifiers'),\n",
+ " ('damn', 'expletives used informally as intensifiers'),\n",
" ('blessed', 'expletives used informally as intensifiers'),\n",
- " ('goddamned', 'expletives used informally as intensifiers'),\n",
" ('darned', 'expletives used informally as intensifiers'),\n",
- " ('blame', 'expletives used informally as intensifiers'),\n",
- " ('damn', 'expletives used informally as intensifiers'),\n",
+ " ('goddam', 'expletives used informally as intensifiers'),\n",
+ " ('goddamned', 'expletives used informally as intensifiers'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
" ('damned', 'expletives used informally as intensifiers'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('blame', 'expletives used informally as intensifiers'),\n",
+ " ('deuced', 'expletives used informally as intensifiers')]},\n",
" {'answer': 'blameful',\n",
" 'hint': 'synonyms for blameful',\n",
- " 'clues': [('blameworthy',\n",
- " 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('censurable',\n",
+ " 'clues': [('culpable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blamable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('culpable',\n",
+ " ('censurable',\n",
+ " 'deserving blame or censure as being wrong or evil or injurious'),\n",
+ " ('blameworthy',\n",
" 'deserving blame or censure as being wrong or evil or injurious')]},\n",
" {'answer': 'blameworthy',\n",
" 'hint': 'synonyms for blameworthy',\n",
- " 'clues': [('censurable',\n",
+ " 'clues': [('culpable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blamable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('culpable',\n",
+ " ('censurable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blameful',\n",
" 'deserving blame or censure as being wrong or evil or injurious')]},\n",
" {'answer': 'blanched',\n",
" 'hint': 'synonyms for blanched',\n",
- " 'clues': [('etiolated',\n",
- " '(especially of plants) developed without chlorophyll by being deprived of light'),\n",
+ " 'clues': [('bloodless',\n",
+ " 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
" ('white',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
- " ('bloodless',\n",
+ " ('etiolate',\n",
+ " '(especially of plants) developed without chlorophyll by being deprived of light'),\n",
+ " ('ashen',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
" ('livid',\n",
- " 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
- " ('ashen',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley')]},\n",
" {'answer': 'bland',\n",
" 'hint': 'synonyms for bland',\n",
- " 'clues': [('vapid', 'lacking taste or flavor or tang'),\n",
+ " 'clues': [('flat', 'lacking taste or flavor or tang'),\n",
" ('savourless', 'lacking taste or flavor or tang'),\n",
+ " ('politic',\n",
+ " 'smoothly agreeable and courteous with a degree of sophistication'),\n",
+ " ('flavorless', 'lacking taste or flavor or tang'),\n",
" ('suave',\n",
" 'smoothly agreeable and courteous with a degree of sophistication'),\n",
- " ('flat', 'lacking stimulating characteristics; uninteresting'),\n",
+ " ('insipid', 'lacking taste or flavor or tang'),\n",
" ('smooth',\n",
" 'smoothly agreeable and courteous with a degree of sophistication'),\n",
- " ('politic',\n",
- " 'smoothly agreeable and courteous with a degree of sophistication'),\n",
- " ('flavorless', 'lacking taste or flavor or tang'),\n",
- " ('insipid', 'lacking taste or flavor or tang')]},\n",
+ " ('vapid', 'lacking taste or flavor or tang')]},\n",
" {'answer': 'blanket',\n",
" 'hint': 'synonyms for blanket',\n",
" 'clues': [('wide', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
+ " ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
" {'answer': 'blasted',\n",
" 'hint': 'synonyms for blasted',\n",
- " 'clues': [('deuced', 'expletives used informally as intensifiers'),\n",
- " ('goddam', 'expletives used informally as intensifiers'),\n",
- " ('goddamned', 'expletives used informally as intensifiers'),\n",
+ " 'clues': [('damn', 'expletives used informally as intensifiers'),\n",
" ('blessed', 'expletives used informally as intensifiers'),\n",
- " ('blamed', 'expletives used informally as intensifiers'),\n",
" ('darned', 'expletives used informally as intensifiers'),\n",
- " ('damn', 'expletives used informally as intensifiers'),\n",
+ " ('goddam', 'expletives used informally as intensifiers'),\n",
+ " ('blamed', 'expletives used informally as intensifiers'),\n",
+ " ('goddamned', 'expletives used informally as intensifiers'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
" ('damned', 'expletives used informally as intensifiers'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('deuced', 'expletives used informally as intensifiers')]},\n",
" {'answer': 'blatant',\n",
" 'hint': 'synonyms for blatant',\n",
- " 'clues': [('strident',\n",
- " 'conspicuously and offensively loud; given to vehement outcry'),\n",
- " ('clamant',\n",
+ " 'clues': [('vociferous',\n",
" 'conspicuously and offensively loud; given to vehement outcry'),\n",
" ('clamorous',\n",
" 'conspicuously and offensively loud; given to vehement outcry'),\n",
" ('conspicuous', 'without any attempt at concealment; completely obvious'),\n",
- " ('blazing', 'without any attempt at concealment; completely obvious'),\n",
- " ('vociferous',\n",
- " 'conspicuously and offensively loud; given to vehement outcry')]},\n",
+ " ('strident',\n",
+ " 'conspicuously and offensively loud; given to vehement outcry'),\n",
+ " ('clamant',\n",
+ " 'conspicuously and offensively loud; given to vehement outcry'),\n",
+ " ('blazing', 'without any attempt at concealment; completely obvious')]},\n",
" {'answer': 'blazing',\n",
" 'hint': 'synonyms for blazing',\n",
- " 'clues': [('conspicuous',\n",
- " 'without any attempt at concealment; completely obvious'),\n",
+ " 'clues': [('blinding', 'shining intensely'),\n",
+ " ('glary', 'shining intensely'),\n",
+ " ('fulgent', 'shining intensely'),\n",
" ('dazzling', 'shining intensely'),\n",
" ('blatant', 'without any attempt at concealment; completely obvious'),\n",
- " ('fulgent', 'shining intensely'),\n",
- " ('blinding', 'shining intensely'),\n",
- " ('glary', 'shining intensely'),\n",
- " ('glaring', 'shining intensely')]},\n",
+ " ('glaring', 'shining intensely'),\n",
+ " ('conspicuous',\n",
+ " 'without any attempt at concealment; completely obvious')]},\n",
" {'answer': 'bleached',\n",
" 'hint': 'synonyms for bleached',\n",
- " 'clues': [('washy', 'having lost freshness or brilliance of color'),\n",
- " ('coloured', '(used of color) artificially produced; not natural'),\n",
+ " 'clues': [('dyed', '(used of color) artificially produced; not natural'),\n",
" ('washed-out', 'having lost freshness or brilliance of color'),\n",
- " ('faded', 'having lost freshness or brilliance of color'),\n",
- " ('dyed', '(used of color) artificially produced; not natural')]},\n",
+ " ('colored', '(used of color) artificially produced; not natural'),\n",
+ " ('washy', 'having lost freshness or brilliance of color'),\n",
+ " ('faded', 'having lost freshness or brilliance of color')]},\n",
" {'answer': 'bleak',\n",
" 'hint': 'synonyms for bleak',\n",
- " 'clues': [('cutting', 'unpleasantly cold and damp'),\n",
- " ('stark', 'providing no shelter or sustenance'),\n",
- " ('raw', 'unpleasantly cold and damp'),\n",
+ " 'clues': [('raw', 'unpleasantly cold and damp'),\n",
" ('black', 'offering little or no hope; ; ; - J.M.Synge'),\n",
- " ('barren', 'providing no shelter or sustenance'),\n",
+ " ('desolate', 'providing no shelter or sustenance'),\n",
" ('dim', 'offering little or no hope; ; ; - J.M.Synge'),\n",
" ('bare', 'providing no shelter or sustenance'),\n",
- " ('desolate', 'providing no shelter or sustenance')]},\n",
+ " ('cutting', 'unpleasantly cold and damp'),\n",
+ " ('stark', 'providing no shelter or sustenance'),\n",
+ " ('barren', 'providing no shelter or sustenance')]},\n",
" {'answer': 'bleary',\n",
" 'hint': 'synonyms for bleary',\n",
- " 'clues': [('foggy', 'indistinct or hazy in outline'),\n",
- " ('blear', 'tired to the point of exhaustion'),\n",
+ " 'clues': [('bleary-eyed', 'tired to the point of exhaustion'),\n",
" ('blurry', 'indistinct or hazy in outline'),\n",
- " ('fuzzy', 'indistinct or hazy in outline'),\n",
+ " ('foggy', 'indistinct or hazy in outline'),\n",
" ('blurred', 'indistinct or hazy in outline'),\n",
- " ('blear-eyed', 'tired to the point of exhaustion'),\n",
- " ('hazy', 'indistinct or hazy in outline'),\n",
- " ('muzzy', 'indistinct or hazy in outline')]},\n",
+ " ('blear', 'tired to the point of exhaustion'),\n",
+ " ('muzzy', 'indistinct or hazy in outline'),\n",
+ " ('fuzzy', 'indistinct or hazy in outline'),\n",
+ " ('hazy', 'indistinct or hazy in outline')]},\n",
" {'answer': 'blessed',\n",
" 'hint': 'synonyms for blessed',\n",
- " 'clues': [('beatified',\n",
- " 'Roman Catholic; proclaimed one of the blessed and thus worthy of veneration'),\n",
+ " 'clues': [('blame', 'expletives used informally as intensifiers'),\n",
" ('deuced', 'expletives used informally as intensifiers'),\n",
- " ('goddam', 'expletives used informally as intensifiers'),\n",
" ('blasted', 'expletives used informally as intensifiers'),\n",
- " ('goddamned', 'expletives used informally as intensifiers'),\n",
- " ('blamed', 'expletives used informally as intensifiers'),\n",
- " ('darned', 'expletives used informally as intensifiers'),\n",
- " ('blest', 'highly favored or fortunate (as e.g. by divine grace)'),\n",
" ('damn', 'expletives used informally as intensifiers'),\n",
+ " ('blest', 'highly favored or fortunate (as e.g. by divine grace)'),\n",
+ " ('goddam', 'expletives used informally as intensifiers'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
+ " ('beatified',\n",
+ " 'Roman Catholic; proclaimed one of the blessed and thus worthy of veneration'),\n",
" ('damned', 'expletives used informally as intensifiers'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('darned', 'expletives used informally as intensifiers'),\n",
+ " ('goddamned', 'expletives used informally as intensifiers')]},\n",
" {'answer': 'blind_drunk',\n",
" 'hint': 'synonyms for blind drunk',\n",
- " 'clues': [('pixilated', 'very drunk'),\n",
+ " 'clues': [('fuddled', 'very drunk'),\n",
" ('sloshed', 'very drunk'),\n",
- " ('tight', 'very drunk'),\n",
- " ('pissed', 'very drunk'),\n",
- " ('cockeyed', 'very drunk'),\n",
- " ('besotted', 'very drunk'),\n",
- " ('smashed', 'very drunk'),\n",
- " ('pie-eyed', 'very drunk'),\n",
- " ('crocked', 'very drunk'),\n",
" ('stiff', 'very drunk'),\n",
- " ('slopped', 'very drunk'),\n",
+ " ('cockeyed', 'very drunk'),\n",
" ('sozzled', 'very drunk'),\n",
- " ('loaded', 'very drunk'),\n",
+ " ('pie-eyed', 'very drunk'),\n",
" ('soaked', 'very drunk'),\n",
- " ('fuddled', 'very drunk'),\n",
- " ('plastered', 'very drunk'),\n",
+ " ('pixilated', 'very drunk'),\n",
" ('blotto', 'very drunk'),\n",
- " ('squiffy', 'very drunk'),\n",
" ('wet', 'very drunk'),\n",
- " ('soused', 'very drunk')]},\n",
+ " ('pissed', 'very drunk'),\n",
+ " ('besotted', 'very drunk'),\n",
+ " ('soused', 'very drunk'),\n",
+ " ('slopped', 'very drunk'),\n",
+ " ('smashed', 'very drunk'),\n",
+ " ('plastered', 'very drunk'),\n",
+ " ('crocked', 'very drunk'),\n",
+ " ('loaded', 'very drunk'),\n",
+ " ('tight', 'very drunk'),\n",
+ " ('squiffy', 'very drunk')]},\n",
" {'answer': 'blinding',\n",
" 'hint': 'synonyms for blinding',\n",
- " 'clues': [('dazzling', 'shining intensely'),\n",
- " ('blazing', 'shining intensely'),\n",
- " ('fulgent', 'shining intensely'),\n",
+ " 'clues': [('blazing', 'shining intensely'),\n",
" ('glary', 'shining intensely'),\n",
+ " ('fulgent', 'shining intensely'),\n",
+ " ('dazzling', 'shining intensely'),\n",
" ('glaring', 'shining intensely')]},\n",
" {'answer': 'blinking',\n",
" 'hint': 'synonyms for blinking',\n",
- " 'clues': [('crashing', 'informal intensifiers'),\n",
- " ('winking', 'closing the eyes intermittently and rapidly'),\n",
- " ('flaming', 'informal intensifiers'),\n",
+ " 'clues': [('blooming', 'informal intensifiers'),\n",
" ('bally', 'informal intensifiers'),\n",
- " ('fucking', 'informal intensifiers'),\n",
" ('bloody', 'informal intensifiers'),\n",
- " ('blooming', 'informal intensifiers')]},\n",
+ " ('flaming', 'informal intensifiers'),\n",
+ " ('crashing', 'informal intensifiers'),\n",
+ " ('fucking', 'informal intensifiers'),\n",
+ " ('winking', 'closing the eyes intermittently and rapidly')]},\n",
" {'answer': 'blistering',\n",
" 'hint': 'synonyms for blistering',\n",
- " 'clues': [('acerb', 'harsh or corrosive in tone'),\n",
- " ('hot', 'very fast; capable of quick response and great speed'),\n",
- " ('acrid', 'harsh or corrosive in tone'),\n",
- " ('blistery', 'hot enough to raise (or as if to raise) blisters'),\n",
+ " 'clues': [('acid', 'harsh or corrosive in tone'),\n",
" ('acerbic', 'harsh or corrosive in tone'),\n",
- " ('caustic', 'harsh or corrosive in tone'),\n",
+ " ('sulfurous', 'harsh or corrosive in tone'),\n",
" ('vitriolic', 'harsh or corrosive in tone'),\n",
+ " ('red-hot', 'very fast; capable of quick response and great speed'),\n",
" ('virulent', 'harsh or corrosive in tone'),\n",
- " ('sulphurous', 'harsh or corrosive in tone'),\n",
- " ('sulfurous', 'harsh or corrosive in tone'),\n",
+ " ('acerb', 'harsh or corrosive in tone'),\n",
+ " ('blistery', 'hot enough to raise (or as if to raise) blisters'),\n",
" ('bitter', 'harsh or corrosive in tone'),\n",
- " ('red-hot', 'very fast; capable of quick response and great speed')]},\n",
+ " ('caustic', 'harsh or corrosive in tone'),\n",
+ " ('hot', 'very fast; capable of quick response and great speed'),\n",
+ " ('sulphurous', 'harsh or corrosive in tone')]},\n",
" {'answer': 'blockheaded',\n",
" 'hint': 'synonyms for blockheaded',\n",
- " 'clues': [('fatheaded', '(used informally) stupid'),\n",
+ " 'clues': [('thick', '(used informally) stupid'),\n",
+ " ('fatheaded', '(used informally) stupid'),\n",
+ " ('wooden-headed', '(used informally) stupid'),\n",
" ('duncical', '(used informally) stupid'),\n",
" ('thickheaded', '(used informally) stupid'),\n",
- " ('thick', '(used informally) stupid'),\n",
- " ('thick-skulled', '(used informally) stupid'),\n",
- " ('duncish', '(used informally) stupid'),\n",
" ('loggerheaded', '(used informally) stupid'),\n",
+ " ('thick-skulled', '(used informally) stupid'),\n",
" ('boneheaded', '(used informally) stupid'),\n",
- " ('wooden-headed', '(used informally) stupid')]},\n",
+ " ('duncish', '(used informally) stupid')]},\n",
" {'answer': 'blood-red',\n",
" 'hint': 'synonyms for blood-red',\n",
- " 'clues': [('ruddy',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cerise',\n",
+ " 'clues': [('reddish',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('ruby-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruby',\n",
+ " ('ruddy',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry',\n",
+ " ('cherry-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('carmine',\n",
+ " ('cerise',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('crimson',\n",
+ " ('ruby',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('scarlet',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('reddish',\n",
+ " ('crimson',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry-red',\n",
+ " ('cherry',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('red',\n",
+ " ('carmine',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies')]},\n",
+ " {'answer': 'blood-related',\n",
+ " 'hint': 'synonyms for blood-related',\n",
+ " 'clues': [('cognate', 'related by blood'),\n",
+ " ('consanguineous', 'related by blood'),\n",
+ " ('kin', 'related by blood'),\n",
+ " ('consanguineal', 'related by blood')]},\n",
" {'answer': 'bloodless',\n",
" 'hint': 'synonyms for bloodless',\n",
" 'clues': [('exsanguinous',\n",
" 'destitute of blood or apparently so; - John Dryden'),\n",
" ('white',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
+ " ('exsanguine', 'destitute of blood or apparently so; - John Dryden'),\n",
+ " ('blanched',\n",
+ " 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
" ('livid',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
- " ('exsanguine', 'destitute of blood or apparently so; - John Dryden'),\n",
" ('ashen',\n",
- " 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley'),\n",
- " ('blanched',\n",
" 'anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley')]},\n",
" {'answer': 'bloody',\n",
" 'hint': 'synonyms for bloody',\n",
- " 'clues': [('crashing', 'informal intensifiers'),\n",
+ " 'clues': [('blinking', 'informal intensifiers'),\n",
+ " ('blooming', 'informal intensifiers'),\n",
" ('flaming', 'informal intensifiers'),\n",
- " ('bally', 'informal intensifiers'),\n",
+ " ('crashing', 'informal intensifiers'),\n",
" ('fucking', 'informal intensifiers'),\n",
- " ('blinking', 'informal intensifiers'),\n",
- " ('blooming', 'informal intensifiers')]},\n",
+ " ('bally', 'informal intensifiers')]},\n",
" {'answer': 'blooming',\n",
" 'hint': 'synonyms for blooming',\n",
- " 'clues': [('crashing', 'informal intensifiers'),\n",
- " ('flaming', 'informal intensifiers'),\n",
- " ('bally', 'informal intensifiers'),\n",
+ " 'clues': [('blinking', 'informal intensifiers'),\n",
" ('bloody', 'informal intensifiers'),\n",
- " ('blinking', 'informal intensifiers'),\n",
- " ('fucking', 'informal intensifiers')]},\n",
+ " ('flaming', 'informal intensifiers'),\n",
+ " ('crashing', 'informal intensifiers'),\n",
+ " ('fucking', 'informal intensifiers'),\n",
+ " ('bally', 'informal intensifiers')]},\n",
" {'answer': 'blotto',\n",
" 'hint': 'synonyms for blotto',\n",
- " 'clues': [('pixilated', 'very drunk'),\n",
+ " 'clues': [('fuddled', 'very drunk'),\n",
" ('sloshed', 'very drunk'),\n",
- " ('tight', 'very drunk'),\n",
- " ('pissed', 'very drunk'),\n",
+ " ('stiff', 'very drunk'),\n",
" ('cockeyed', 'very drunk'),\n",
+ " ('sozzled', 'very drunk'),\n",
+ " ('pie-eyed', 'very drunk'),\n",
+ " ('soaked', 'very drunk'),\n",
+ " ('pixilated', 'very drunk'),\n",
+ " ('wet', 'very drunk'),\n",
+ " ('pissed', 'very drunk'),\n",
" ('besotted', 'very drunk'),\n",
+ " ('soused', 'very drunk'),\n",
+ " ('slopped', 'very drunk'),\n",
" ('smashed', 'very drunk'),\n",
- " ('pie-eyed', 'very drunk'),\n",
" ('blind drunk', 'very drunk'),\n",
+ " ('plastered', 'very drunk'),\n",
" ('crocked', 'very drunk'),\n",
- " ('stiff', 'very drunk'),\n",
- " ('slopped', 'very drunk'),\n",
- " ('sozzled', 'very drunk'),\n",
" ('loaded', 'very drunk'),\n",
- " ('soaked', 'very drunk'),\n",
- " ('fuddled', 'very drunk'),\n",
- " ('plastered', 'very drunk'),\n",
- " ('squiffy', 'very drunk'),\n",
- " ('wet', 'very drunk'),\n",
- " ('soused', 'very drunk')]},\n",
+ " ('tight', 'very drunk'),\n",
+ " ('squiffy', 'very drunk')]},\n",
" {'answer': 'blue',\n",
" 'hint': 'synonyms for blue',\n",
- " 'clues': [('drab', 'causing dejection'),\n",
- " ('bluish',\n",
- " 'of the color intermediate between green and violet; having a color similar to that of a clear unclouded sky; - Helen Hunt Jackson'),\n",
- " ('spicy', 'suggestive of sexual impropriety'),\n",
- " ('gentle',\n",
- " 'belonging to or characteristic of the nobility or aristocracy'),\n",
+ " 'clues': [('disconsolate', 'causing dejection'),\n",
+ " ('risque', 'suggestive of sexual impropriety'),\n",
+ " ('grim', 'filled with melancholy and despondency'),\n",
+ " ('sorry', 'causing dejection'),\n",
" ('puritanical', 'morally rigorous and strict'),\n",
+ " ('low-spirited', 'filled with melancholy and despondency'),\n",
+ " ('gloomy', 'filled with melancholy and despondency'),\n",
" ('blue-blooded',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('depressed', 'filled with melancholy and despondency'),\n",
- " ('dispirited', 'filled with melancholy and despondency'),\n",
- " ('grim', 'filled with melancholy and despondency'),\n",
- " ('patrician',\n",
- " 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('juicy', 'suggestive of sexual impropriety'),\n",
- " ('profane', 'characterized by profanity or cursing'),\n",
- " ('aristocratic',\n",
+ " ('dingy', 'causing dejection'),\n",
+ " ('aristocratical',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('naughty', 'suggestive of sexual impropriety'),\n",
- " ('risque', 'suggestive of sexual impropriety'),\n",
+ " ('drab', 'causing dejection'),\n",
" ('low', 'filled with melancholy and despondency'),\n",
- " ('gloomy', 'filled with melancholy and despondency'),\n",
- " ('disconsolate', 'causing dejection'),\n",
- " ('dark', 'causing dejection'),\n",
- " ('down', 'filled with melancholy and despondency'),\n",
- " ('low-spirited', 'filled with melancholy and despondency'),\n",
" ('downhearted', 'filled with melancholy and despondency'),\n",
+ " ('juicy', 'suggestive of sexual impropriety'),\n",
+ " ('dispirited', 'filled with melancholy and despondency'),\n",
+ " ('gentle',\n",
+ " 'belonging to or characteristic of the nobility or aristocracy'),\n",
+ " ('spicy', 'suggestive of sexual impropriety'),\n",
" ('down in the mouth', 'filled with melancholy and despondency'),\n",
- " ('gamey', 'suggestive of sexual impropriety'),\n",
+ " ('bluish',\n",
+ " 'of the color intermediate between green and violet; having a color similar to that of a clear unclouded sky; - Helen Hunt Jackson'),\n",
+ " ('patrician',\n",
+ " 'belonging to or characteristic of the nobility or aristocracy'),\n",
" ('racy', 'suggestive of sexual impropriety'),\n",
- " ('blasphemous', 'characterized by profanity or cursing'),\n",
+ " ('gamy', 'suggestive of sexual impropriety'),\n",
" ('dismal', 'causing dejection'),\n",
- " ('sorry', 'causing dejection'),\n",
- " ('downcast', 'filled with melancholy and despondency'),\n",
" ('dreary', 'causing dejection'),\n",
- " ('dingy', 'causing dejection')]},\n",
+ " ('down', 'filled with melancholy and despondency'),\n",
+ " ('blasphemous', 'characterized by profanity or cursing'),\n",
+ " ('depressed', 'filled with melancholy and despondency'),\n",
+ " ('dark', 'causing dejection'),\n",
+ " ('downcast', 'filled with melancholy and despondency'),\n",
+ " ('naughty', 'suggestive of sexual impropriety'),\n",
+ " ('profane', 'characterized by profanity or cursing')]},\n",
" {'answer': 'blue-blooded',\n",
" 'hint': 'synonyms for blue-blooded',\n",
- " 'clues': [('patrician',\n",
- " 'belonging to or characteristic of the nobility or aristocracy'),\n",
- " ('aristocratical',\n",
+ " 'clues': [('aristocratical',\n",
" 'belonging to or characteristic of the nobility or aristocracy'),\n",
" ('blue', 'belonging to or characteristic of the nobility or aristocracy'),\n",
" ('gentle',\n",
+ " 'belonging to or characteristic of the nobility or aristocracy'),\n",
+ " ('patrician',\n",
" 'belonging to or characteristic of the nobility or aristocracy')]},\n",
" {'answer': 'blunt',\n",
" 'hint': 'synonyms for blunt',\n",
- " 'clues': [('plainspoken',\n",
- " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('crude', 'devoid of any qualifications or disguise or adornment'),\n",
- " ('straight-from-the-shoulder',\n",
+ " 'clues': [('stark',\n",
+ " 'devoid of any qualifications or disguise or adornment'),\n",
+ " ('free-spoken',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
" ('forthright',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('free-spoken',\n",
- " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
" ('point-blank',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('outspoken',\n",
- " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
" ('candid',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('stark', 'devoid of any qualifications or disguise or adornment'),\n",
+ " ('straight-from-the-shoulder',\n",
+ " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
+ " ('crude', 'devoid of any qualifications or disguise or adornment'),\n",
" ('frank',\n",
+ " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
+ " ('plainspoken',\n",
+ " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
+ " ('outspoken',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion')]},\n",
" {'answer': 'blurred',\n",
" 'hint': 'synonyms for blurred',\n",
- " 'clues': [('hazy', 'indistinct or hazy in outline'),\n",
+ " 'clues': [('blurry', 'indistinct or hazy in outline'),\n",
" ('bleary', 'indistinct or hazy in outline'),\n",
- " ('muzzy', 'indistinct or hazy in outline'),\n",
" ('foggy', 'indistinct or hazy in outline'),\n",
+ " ('fuzzy', 'indistinct or hazy in outline'),\n",
" ('clouded', 'unclear in form or expression; ; - H.G.Wells'),\n",
- " ('blurry', 'indistinct or hazy in outline'),\n",
- " ('fuzzy', 'indistinct or hazy in outline')]},\n",
+ " ('muzzy', 'indistinct or hazy in outline'),\n",
+ " ('hazy', 'indistinct or hazy in outline')]},\n",
" {'answer': 'blurry',\n",
" 'hint': 'synonyms for blurry',\n",
- " 'clues': [('hazy', 'indistinct or hazy in outline'),\n",
+ " 'clues': [('muzzy', 'indistinct or hazy in outline'),\n",
" ('bleary', 'indistinct or hazy in outline'),\n",
- " ('muzzy', 'indistinct or hazy in outline'),\n",
" ('foggy', 'indistinct or hazy in outline'),\n",
+ " ('fuzzy', 'indistinct or hazy in outline'),\n",
" ('blurred', 'indistinct or hazy in outline'),\n",
- " ('fuzzy', 'indistinct or hazy in outline')]},\n",
+ " ('hazy', 'indistinct or hazy in outline')]},\n",
" {'answer': 'boastful',\n",
" 'hint': 'synonyms for boastful',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('big', 'exhibiting self-importance'),\n",
+ " 'clues': [('big', 'exhibiting self-importance'),\n",
" ('bragging', 'exhibiting self-importance'),\n",
- " ('braggart', 'exhibiting self-importance'),\n",
" ('cock-a-hoop', 'exhibiting self-importance'),\n",
+ " ('crowing', 'exhibiting self-importance'),\n",
" ('braggy', 'exhibiting self-importance'),\n",
- " ('crowing', 'exhibiting self-importance')]},\n",
+ " ('braggart', 'exhibiting self-importance'),\n",
+ " ('self-aggrandising', 'exhibiting self-importance')]},\n",
" {'answer': 'bodacious',\n",
" 'hint': 'synonyms for bodacious',\n",
- " 'clues': [('brazen',\n",
+ " 'clues': [('brazen-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('insolent',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('barefaced',\n",
+ " ('audacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('bald-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brazen-faced',\n",
+ " ('brassy',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('audacious',\n",
+ " ('brazen',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brassy',\n",
+ " ('barefaced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell')]},\n",
" {'answer': 'bodied',\n",
" 'hint': 'synonyms for bodied',\n",
- " 'clues': [('embodied',\n",
+ " 'clues': [('corporal',\n",
" 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('corporal', 'possessing or existing in bodily form; - Shakespeare'),\n",
+ " ('corporate', 'possessing or existing in bodily form; - Shakespeare'),\n",
" ('incarnate', 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('corporate', 'possessing or existing in bodily form; - Shakespeare')]},\n",
+ " ('embodied', 'possessing or existing in bodily form; - Shakespeare')]},\n",
" {'answer': 'bodiless',\n",
" 'hint': 'synonyms for bodiless',\n",
- " 'clues': [('discorporate', 'not having a material body'),\n",
- " ('unembodied', 'not having a material body'),\n",
- " ('bodyless', 'having no trunk or main part'),\n",
- " ('disembodied', 'not having a material body')]},\n",
+ " 'clues': [('disembodied', 'not having a material body'),\n",
+ " ('unbodied', 'not having a material body'),\n",
+ " ('discorporate', 'not having a material body'),\n",
+ " ('bodyless', 'having no trunk or main part')]},\n",
" {'answer': 'boggy',\n",
" 'hint': 'synonyms for boggy',\n",
- " 'clues': [('sloughy', '(of soil) soft and watery'),\n",
- " ('squashy', '(of soil) soft and watery'),\n",
- " ('marshy', '(of soil) soft and watery'),\n",
- " ('soggy', '(of soil) soft and watery'),\n",
+ " 'clues': [('marshy', '(of soil) soft and watery'),\n",
+ " ('miry', '(of soil) soft and watery'),\n",
" ('waterlogged', '(of soil) soft and watery'),\n",
- " ('muddy', '(of soil) soft and watery'),\n",
+ " ('mucky', '(of soil) soft and watery'),\n",
" ('sloppy', '(of soil) soft and watery'),\n",
+ " ('soggy', '(of soil) soft and watery'),\n",
" ('swampy', '(of soil) soft and watery'),\n",
- " ('mucky', '(of soil) soft and watery'),\n",
- " ('miry', '(of soil) soft and watery'),\n",
- " ('quaggy', '(of soil) soft and watery')]},\n",
+ " ('sloughy', '(of soil) soft and watery'),\n",
+ " ('quaggy', '(of soil) soft and watery'),\n",
+ " ('squashy', '(of soil) soft and watery'),\n",
+ " ('muddy', '(of soil) soft and watery')]},\n",
" {'answer': 'boisterous',\n",
" 'hint': 'synonyms for boisterous',\n",
- " 'clues': [('robustious', 'noisy and lacking in restraint or discipline'),\n",
+ " 'clues': [('rambunctious', 'noisy and lacking in restraint or discipline'),\n",
" ('fierce', 'violently agitated and turbulent; ; - Ezra Pound'),\n",
- " ('unruly', 'noisy and lacking in restraint or discipline'),\n",
" ('rough', 'violently agitated and turbulent; ; - Ezra Pound'),\n",
- " ('rambunctious', 'noisy and lacking in restraint or discipline'),\n",
- " ('knockabout', 'full of rough and exuberant animal spirits')]},\n",
+ " ('unruly', 'noisy and lacking in restraint or discipline'),\n",
+ " ('knockabout', 'full of rough and exuberant animal spirits'),\n",
+ " ('rumbustious', 'noisy and lacking in restraint or discipline')]},\n",
" {'answer': 'bombastic',\n",
" 'hint': 'synonyms for bombastic',\n",
" 'clues': [('turgid', 'ostentatiously lofty in style'),\n",
- " ('large', 'ostentatiously lofty in style'),\n",
- " ('declamatory', 'ostentatiously lofty in style'),\n",
+ " ('orotund', 'ostentatiously lofty in style'),\n",
" ('tumid', 'ostentatiously lofty in style'),\n",
- " ('orotund', 'ostentatiously lofty in style')]},\n",
+ " ('declamatory', 'ostentatiously lofty in style'),\n",
+ " ('large', 'ostentatiously lofty in style')]},\n",
" {'answer': 'boneheaded',\n",
" 'hint': 'synonyms for boneheaded',\n",
- " 'clues': [('fatheaded', '(used informally) stupid'),\n",
+ " 'clues': [('thick', '(used informally) stupid'),\n",
+ " ('fatheaded', '(used informally) stupid'),\n",
+ " ('wooden-headed', '(used informally) stupid'),\n",
" ('duncical', '(used informally) stupid'),\n",
" ('thickheaded', '(used informally) stupid'),\n",
- " ('thick', '(used informally) stupid'),\n",
- " ('thick-skulled', '(used informally) stupid'),\n",
" ('blockheaded', '(used informally) stupid'),\n",
- " ('duncish', '(used informally) stupid'),\n",
" ('loggerheaded', '(used informally) stupid'),\n",
- " ('wooden-headed', '(used informally) stupid')]},\n",
+ " ('thick-skulled', '(used informally) stupid'),\n",
+ " ('duncish', '(used informally) stupid')]},\n",
" {'answer': 'boney',\n",
" 'hint': 'synonyms for boney',\n",
- " 'clues': [('scraggy', 'being very thin'),\n",
- " ('underweight', 'being very thin'),\n",
- " ('weedy', 'being very thin'),\n",
+ " 'clues': [('underweight', 'being very thin'),\n",
+ " ('scrawny', 'being very thin'),\n",
+ " ('scraggy', 'being very thin'),\n",
" ('bony', 'having bones especially many or prominent bones'),\n",
- " ('skinny', 'being very thin'),\n",
- " ('scrawny', 'being very thin')]},\n",
+ " ('weedy', 'being very thin'),\n",
+ " ('skinny', 'being very thin')]},\n",
" {'answer': 'bonkers',\n",
" 'hint': 'synonyms for bonkers',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
+ " ('loco', 'informal or slang terms for mentally irregular'),\n",
" ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
" ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
- " ('loco', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'bonnie',\n",
" 'hint': 'synonyms for bonnie',\n",
- " 'clues': [('comely', 'very pleasing to the eye'),\n",
- " ('sightly', 'very pleasing to the eye'),\n",
- " ('fair', 'very pleasing to the eye'),\n",
- " ('bonny', 'very pleasing to the eye')]},\n",
+ " 'clues': [('fair', 'very pleasing to the eye'),\n",
+ " ('bonny', 'very pleasing to the eye'),\n",
+ " ('comely', 'very pleasing to the eye'),\n",
+ " ('sightly', 'very pleasing to the eye')]},\n",
" {'answer': 'bonny',\n",
" 'hint': 'synonyms for bonny',\n",
- " 'clues': [('comely', 'very pleasing to the eye'),\n",
- " ('sightly', 'very pleasing to the eye'),\n",
- " ('bonnie', 'very pleasing to the eye'),\n",
- " ('fair', 'very pleasing to the eye')]},\n",
+ " 'clues': [('bonnie', 'very pleasing to the eye'),\n",
+ " ('fair', 'very pleasing to the eye'),\n",
+ " ('comely', 'very pleasing to the eye'),\n",
+ " ('sightly', 'very pleasing to the eye')]},\n",
" {'answer': 'bony',\n",
" 'hint': 'synonyms for bony',\n",
- " 'clues': [('skeletal',\n",
+ " 'clues': [('cadaverous',\n",
" 'very thin especially from disease or hunger or cold'),\n",
- " ('osteal', 'composed of or containing bone'),\n",
- " ('emaciated', 'very thin especially from disease or hunger or cold'),\n",
- " ('cadaverous', 'very thin especially from disease or hunger or cold'),\n",
- " ('haggard', 'very thin especially from disease or hunger or cold'),\n",
- " ('osseous', 'composed of or containing bone'),\n",
" ('boney', 'having bones especially many or prominent bones'),\n",
- " ('gaunt', 'very thin especially from disease or hunger or cold'),\n",
+ " ('wasted', 'very thin especially from disease or hunger or cold'),\n",
" ('pinched', 'very thin especially from disease or hunger or cold'),\n",
- " ('wasted', 'very thin especially from disease or hunger or cold')]},\n",
+ " ('haggard', 'very thin especially from disease or hunger or cold'),\n",
+ " ('emaciated', 'very thin especially from disease or hunger or cold'),\n",
+ " ('skeletal', 'very thin especially from disease or hunger or cold'),\n",
+ " ('osteal', 'composed of or containing bone'),\n",
+ " ('osseous', 'composed of or containing bone'),\n",
+ " ('gaunt', 'very thin especially from disease or hunger or cold')]},\n",
" {'answer': 'booming',\n",
" 'hint': 'synonyms for booming',\n",
" 'clues': [('palmy', 'very lively and profitable'),\n",
+ " ('stentorian', 'used of the voice'),\n",
" ('prospering', 'very lively and profitable'),\n",
- " ('prosperous', 'very lively and profitable'),\n",
+ " ('thriving', 'very lively and profitable'),\n",
" ('flourishing', 'very lively and profitable'),\n",
- " ('roaring', 'very lively and profitable'),\n",
- " ('stentorian', 'used of the voice'),\n",
- " ('thriving', 'very lively and profitable')]},\n",
+ " ('prosperous', 'very lively and profitable'),\n",
+ " ('roaring', 'very lively and profitable')]},\n",
" {'answer': 'boorish',\n",
" 'hint': 'synonyms for boorish',\n",
- " 'clues': [('oafish',\n",
+ " 'clues': [('neandertal',\n",
" 'ill-mannered and coarse and contemptible in behavior or appearance'),\n",
- " ('swinish',\n",
+ " ('loutish',\n",
" 'ill-mannered and coarse and contemptible in behavior or appearance'),\n",
- " ('neanderthal',\n",
+ " ('swinish',\n",
" 'ill-mannered and coarse and contemptible in behavior or appearance'),\n",
- " ('loutish',\n",
+ " ('oafish',\n",
" 'ill-mannered and coarse and contemptible in behavior or appearance')]},\n",
" {'answer': 'bootleg',\n",
" 'hint': 'synonyms for bootleg',\n",
- " 'clues': [('contraband', 'distributed or sold illicitly'),\n",
- " ('smuggled', 'distributed or sold illicitly'),\n",
- " ('black', 'distributed or sold illicitly'),\n",
- " ('black-market', 'distributed or sold illicitly')]},\n",
+ " 'clues': [('smuggled', 'distributed or sold illicitly'),\n",
+ " ('black-market', 'distributed or sold illicitly'),\n",
+ " ('contraband', 'distributed or sold illicitly'),\n",
+ " ('black', 'distributed or sold illicitly')]},\n",
" {'answer': 'bootless',\n",
" 'hint': 'synonyms for bootless',\n",
- " 'clues': [('fruitless', 'unproductive of success'),\n",
- " ('vain', 'unproductive of success'),\n",
- " ('futile', 'unproductive of success'),\n",
- " ('sleeveless', 'unproductive of success')]},\n",
+ " 'clues': [('futile', 'unproductive of success'),\n",
+ " ('fruitless', 'unproductive of success'),\n",
+ " ('sleeveless', 'unproductive of success'),\n",
+ " ('vain', 'unproductive of success')]},\n",
" {'answer': 'bootlicking',\n",
" 'hint': 'synonyms for bootlicking',\n",
- " 'clues': [('fawning',\n",
+ " 'clues': [('obsequious',\n",
" 'attempting to win favor from influential people by flattery'),\n",
- " ('obsequious',\n",
+ " ('sycophantic',\n",
" 'attempting to win favor from influential people by flattery'),\n",
- " ('toadyish', 'attempting to win favor by flattery'),\n",
- " ('sycophantic', 'attempting to win favor by flattery')]},\n",
+ " ('toadyish',\n",
+ " 'attempting to win favor from influential people by flattery'),\n",
+ " ('fawning',\n",
+ " 'attempting to win favor from influential people by flattery')]},\n",
" {'answer': 'boring',\n",
" 'hint': 'synonyms for boring',\n",
- " 'clues': [('slow',\n",
+ " 'clues': [('irksome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('tiresome',\n",
- " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('irksome',\n",
+ " ('dull',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('wearisome',\n",
+ " ('deadening',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
" ('tedious',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('dull',\n",
+ " ('slow',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('deadening',\n",
+ " ('tiresome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
" ('ho-hum',\n",
+ " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
+ " ('wearisome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain')]},\n",
" {'answer': 'bosomy',\n",
" 'hint': 'synonyms for bosomy',\n",
- " 'clues': [('curvy',\n",
+ " 'clues': [('voluptuous',\n",
+ " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('curvy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('well-endowed',\n",
+ " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('full-bosomed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('curvaceous',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('stacked',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('voluptuous',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('buxom', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('busty', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('full-bosomed',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('sonsie',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('well-endowed',\n",
+ " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('buxom',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\")]},\n",
" {'answer': 'bossy',\n",
" 'hint': 'synonyms for bossy',\n",
- " 'clues': [('autocratic',\n",
- " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
- " ('dominating',\n",
+ " 'clues': [('dominating',\n",
" 'offensively self-assured or given to exercising usually unwarranted power'),\n",
" ('high-and-mighty',\n",
" 'offensively self-assured or given to exercising usually unwarranted power'),\n",
- " ('magisterial',\n",
- " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
" ('peremptory',\n",
+ " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
+ " ('autocratic',\n",
+ " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
+ " ('magisterial',\n",
" 'offensively self-assured or given to exercising usually unwarranted power')]},\n",
" {'answer': 'bothersome',\n",
" 'hint': 'synonyms for bothersome',\n",
- " 'clues': [('plaguy', 'causing irritation or annoyance'),\n",
- " ('pestering', 'causing irritation or annoyance'),\n",
+ " 'clues': [('pestering', 'causing irritation or annoyance'),\n",
" ('vexing', 'causing irritation or annoyance'),\n",
- " ('nettlesome', 'causing irritation or annoyance'),\n",
- " ('pestiferous', 'causing irritation or annoyance'),\n",
- " ('irritating', 'causing irritation or annoyance'),\n",
+ " ('pesky', 'causing irritation or annoyance'),\n",
+ " ('plaguy', 'causing irritation or annoyance'),\n",
" ('galling', 'causing irritation or annoyance'),\n",
- " ('annoying', 'causing irritation or annoyance'),\n",
- " ('vexatious', 'causing irritation or annoyance'),\n",
" ('teasing', 'causing irritation or annoyance'),\n",
- " ('pesky', 'causing irritation or annoyance')]},\n",
+ " ('vexatious', 'causing irritation or annoyance'),\n",
+ " ('irritating', 'causing irritation or annoyance'),\n",
+ " ('annoying', 'causing irritation or annoyance'),\n",
+ " ('pestiferous', 'causing irritation or annoyance'),\n",
+ " ('nettlesome', 'causing irritation or annoyance')]},\n",
" {'answer': 'bouncing',\n",
" 'hint': 'synonyms for bouncing',\n",
- " 'clues': [('bouncy', 'marked by lively action'),\n",
+ " 'clues': [('spirited', 'marked by lively action'),\n",
" ('peppy', 'marked by lively action'),\n",
- " ('zippy', 'marked by lively action'),\n",
- " ('spirited', 'marked by lively action')]},\n",
+ " ('bouncy', 'marked by lively action'),\n",
+ " ('zippy', 'marked by lively action')]},\n",
" {'answer': 'bouncy',\n",
" 'hint': 'synonyms for bouncy',\n",
- " 'clues': [('live', 'elastic; rebounds readily'),\n",
- " ('springy', 'elastic; rebounds readily'),\n",
+ " 'clues': [('springy', 'elastic; rebounds readily'),\n",
+ " ('lively', 'elastic; rebounds readily'),\n",
+ " ('spirited', 'marked by lively action'),\n",
+ " ('peppy', 'marked by lively action'),\n",
" ('resilient', 'elastic; rebounds readily'),\n",
" ('zippy', 'marked by lively action'),\n",
- " ('spirited', 'marked by lively action'),\n",
- " ('bouncing', 'marked by lively action'),\n",
- " ('peppy', 'marked by lively action')]},\n",
+ " ('bouncing', 'marked by lively action')]},\n",
" {'answer': 'bound',\n",
" 'hint': 'synonyms for bound',\n",
- " 'clues': [('articled', 'bound by contract'),\n",
+ " 'clues': [('apprenticed', 'bound by contract'),\n",
+ " ('indentured', 'bound by contract'),\n",
" ('bandaged', 'covered or wrapped with a bandage'),\n",
- " ('apprenticed', 'bound by contract'),\n",
- " ('destined', \"(usually followed by `to') governed by fate\"),\n",
- " ('indentured', 'bound by contract')]},\n",
+ " ('destined',\n",
+ " \"headed or intending to head in a certain direction; often used as a combining form as in `college-bound students'\"),\n",
+ " ('articled', 'bound by contract')]},\n",
" {'answer': 'bounderish',\n",
" 'hint': 'synonyms for bounderish',\n",
- " 'clues': [('underbred', '(of persons) lacking in refinement or grace'),\n",
- " ('rude', '(of persons) lacking in refinement or grace'),\n",
- " ('ill-bred', '(of persons) lacking in refinement or grace'),\n",
+ " 'clues': [('ill-bred', '(of persons) lacking in refinement or grace'),\n",
+ " ('underbred', '(of persons) lacking in refinement or grace'),\n",
" ('yokelish', '(of persons) lacking in refinement or grace'),\n",
+ " ('rude', '(of persons) lacking in refinement or grace'),\n",
" ('lowbred', '(of persons) lacking in refinement or grace')]},\n",
" {'answer': 'bounteous',\n",
" 'hint': 'synonyms for bounteous',\n",
- " 'clues': [('big', 'given or giving freely'),\n",
- " ('openhanded', 'given or giving freely'),\n",
- " ('liberal', 'given or giving freely'),\n",
+ " 'clues': [('freehanded', 'given or giving freely'),\n",
" ('bountiful', 'given or giving freely'),\n",
- " ('handsome', 'given or giving freely'),\n",
- " ('bighearted', 'given or giving freely'),\n",
" ('giving', 'given or giving freely'),\n",
- " ('freehanded', 'given or giving freely')]},\n",
+ " ('bighearted', 'given or giving freely'),\n",
+ " ('handsome', 'given or giving freely'),\n",
+ " ('openhanded', 'given or giving freely'),\n",
+ " ('big', 'given or giving freely'),\n",
+ " ('liberal', 'given or giving freely')]},\n",
" {'answer': 'bountiful',\n",
" 'hint': 'synonyms for bountiful',\n",
- " 'clues': [('bounteous', 'given or giving freely'),\n",
- " ('big', 'given or giving freely'),\n",
- " ('openhanded', 'given or giving freely'),\n",
- " ('liberal', 'given or giving freely'),\n",
+ " 'clues': [('freehanded', 'given or giving freely'),\n",
+ " ('giving', 'given or giving freely'),\n",
" ('plentiful', 'producing in abundance'),\n",
- " ('handsome', 'given or giving freely'),\n",
" ('bighearted', 'given or giving freely'),\n",
- " ('giving', 'given or giving freely'),\n",
- " ('freehanded', 'given or giving freely')]},\n",
+ " ('handsome', 'given or giving freely'),\n",
+ " ('openhanded', 'given or giving freely'),\n",
+ " ('bounteous', 'given or giving freely'),\n",
+ " ('big', 'given or giving freely'),\n",
+ " ('liberal', 'given or giving freely')]},\n",
" {'answer': 'bowed',\n",
" 'hint': 'synonyms for bowed',\n",
" 'clues': [('bowleg', 'have legs that curve outward at the knees'),\n",
" ('bandy', 'have legs that curve outward at the knees'),\n",
" ('bowlegged', 'have legs that curve outward at the knees'),\n",
- " ('arched', 'forming or resembling an arch'),\n",
- " ('arching', 'forming or resembling an arch'),\n",
- " ('arcuate', 'forming or resembling an arch'),\n",
+ " ('bowing', 'showing an excessively deferential manner'),\n",
" ('bandy-legged', 'have legs that curve outward at the knees'),\n",
" ('arciform', 'forming or resembling an arch'),\n",
- " ('bowing', 'showing an excessively deferential manner')]},\n",
+ " ('arcuate', 'forming or resembling an arch'),\n",
+ " ('arching', 'forming or resembling an arch'),\n",
+ " ('arced', 'forming or resembling an arch')]},\n",
" {'answer': 'bowleg',\n",
" 'hint': 'synonyms for bowleg',\n",
- " 'clues': [('bandy', 'have legs that curve outward at the knees'),\n",
- " ('bowlegged', 'have legs that curve outward at the knees'),\n",
+ " 'clues': [('bowlegged', 'have legs that curve outward at the knees'),\n",
" ('bowed', 'have legs that curve outward at the knees'),\n",
+ " ('bandy', 'have legs that curve outward at the knees'),\n",
" ('bandy-legged', 'have legs that curve outward at the knees')]},\n",
" {'answer': 'bowlegged',\n",
" 'hint': 'synonyms for bowlegged',\n",
" 'clues': [('bowleg', 'have legs that curve outward at the knees'),\n",
- " ('bandy', 'have legs that curve outward at the knees'),\n",
" ('bowed', 'have legs that curve outward at the knees'),\n",
+ " ('bandy', 'have legs that curve outward at the knees'),\n",
" ('bandy-legged', 'have legs that curve outward at the knees')]},\n",
" {'answer': 'bracing',\n",
" 'hint': 'synonyms for bracing',\n",
- " 'clues': [('tonic', 'imparting vitality and energy'),\n",
+ " 'clues': [('fresh', 'imparting vitality and energy'),\n",
" ('refreshful', 'imparting vitality and energy'),\n",
+ " ('tonic', 'imparting vitality and energy'),\n",
" ('refreshing', 'imparting vitality and energy'),\n",
- " ('brisk', 'imparting vitality and energy'),\n",
- " ('fresh', 'imparting vitality and energy')]},\n",
+ " ('brisk', 'imparting vitality and energy')]},\n",
" {'answer': 'braggart',\n",
" 'hint': 'synonyms for braggart',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('boastful', 'exhibiting self-importance'),\n",
- " ('big', 'exhibiting self-importance'),\n",
+ " 'clues': [('big', 'exhibiting self-importance'),\n",
" ('bragging', 'exhibiting self-importance'),\n",
" ('cock-a-hoop', 'exhibiting self-importance'),\n",
+ " ('boastful', 'exhibiting self-importance'),\n",
+ " ('crowing', 'exhibiting self-importance'),\n",
" ('braggy', 'exhibiting self-importance'),\n",
- " ('crowing', 'exhibiting self-importance')]},\n",
+ " ('self-aggrandising', 'exhibiting self-importance')]},\n",
" {'answer': 'bragging',\n",
" 'hint': 'synonyms for bragging',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('boastful', 'exhibiting self-importance'),\n",
- " ('big', 'exhibiting self-importance'),\n",
- " ('braggart', 'exhibiting self-importance'),\n",
+ " 'clues': [('big', 'exhibiting self-importance'),\n",
" ('cock-a-hoop', 'exhibiting self-importance'),\n",
+ " ('boastful', 'exhibiting self-importance'),\n",
+ " ('crowing', 'exhibiting self-importance'),\n",
" ('braggy', 'exhibiting self-importance'),\n",
- " ('crowing', 'exhibiting self-importance')]},\n",
+ " ('braggart', 'exhibiting self-importance'),\n",
+ " ('self-aggrandising', 'exhibiting self-importance')]},\n",
" {'answer': 'braggy',\n",
" 'hint': 'synonyms for braggy',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('boastful', 'exhibiting self-importance'),\n",
- " ('big', 'exhibiting self-importance'),\n",
+ " 'clues': [('big', 'exhibiting self-importance'),\n",
" ('bragging', 'exhibiting self-importance'),\n",
- " ('braggart', 'exhibiting self-importance'),\n",
" ('cock-a-hoop', 'exhibiting self-importance'),\n",
- " ('crowing', 'exhibiting self-importance')]},\n",
+ " ('boastful', 'exhibiting self-importance'),\n",
+ " ('crowing', 'exhibiting self-importance'),\n",
+ " ('braggart', 'exhibiting self-importance'),\n",
+ " ('self-aggrandising', 'exhibiting self-importance')]},\n",
" {'answer': 'brainish',\n",
" 'hint': 'synonyms for brainish',\n",
" 'clues': [('tearaway',\n",
" \"characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)\"),\n",
- " ('madcap',\n",
+ " ('hotheaded',\n",
" \"characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)\"),\n",
- " ('impetuous',\n",
+ " ('madcap',\n",
" \"characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)\"),\n",
" ('impulsive',\n",
" \"characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)\"),\n",
- " ('hotheaded',\n",
+ " ('impetuous',\n",
" \"characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)\")]},\n",
" {'answer': 'brainsick',\n",
" 'hint': 'synonyms for brainsick',\n",
- " 'clues': [('demented', 'affected with madness or insanity'),\n",
- " ('mad', 'affected with madness or insanity'),\n",
- " ('disturbed', 'affected with madness or insanity'),\n",
- " ('unbalanced', 'affected with madness or insanity'),\n",
+ " 'clues': [('unbalanced', 'affected with madness or insanity'),\n",
" ('sick', 'affected with madness or insanity'),\n",
+ " ('demented', 'affected with madness or insanity'),\n",
" ('unhinged', 'affected with madness or insanity'),\n",
+ " ('disturbed', 'affected with madness or insanity'),\n",
+ " ('mad', 'affected with madness or insanity'),\n",
" ('crazy', 'affected with madness or insanity')]},\n",
" {'answer': 'branched',\n",
" 'hint': 'synonyms for branched',\n",
- " 'clues': [('pronged',\n",
+ " 'clues': [('prongy',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
" ('biramous', 'resembling a fork; divided or separated into two branches'),\n",
- " ('forked', 'resembling a fork; divided or separated into two branches'),\n",
- " ('ramate', 'having branches'),\n",
- " ('branching', 'having branches'),\n",
- " ('bifurcate',\n",
- " 'resembling a fork; divided or separated into two branches'),\n",
" ('forficate',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
+ " ('ramate', 'having branches'),\n",
+ " ('ramose', 'having branches'),\n",
+ " ('forked', 'resembling a fork; divided or separated into two branches'),\n",
" ('fork-like',\n",
" 'resembling a fork; divided or separated into two branches'),\n",
- " ('prongy', 'resembling a fork; divided or separated into two branches'),\n",
- " ('ramose', 'having branches')]},\n",
+ " ('bifurcate',\n",
+ " 'resembling a fork; divided or separated into two branches'),\n",
+ " ('branching', 'having branches'),\n",
+ " ('pronged',\n",
+ " 'resembling a fork; divided or separated into two branches')]},\n",
" {'answer': 'branching',\n",
" 'hint': 'synonyms for branching',\n",
" 'clues': [('ramous', 'having branches'),\n",
@@ -39228,803 +39273,800 @@
" ('ramose', 'having branches')]},\n",
" {'answer': 'brassy',\n",
" 'hint': 'synonyms for brassy',\n",
- " 'clues': [('flash', 'tastelessly showy'),\n",
- " ('bald-faced',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('garish', 'tastelessly showy'),\n",
- " ('trashy', 'tastelessly showy'),\n",
- " ('audacious',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('bodacious',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('gimcrack', 'tastelessly showy'),\n",
+ " 'clues': [('tatty', 'tastelessly showy'),\n",
" ('brasslike', 'resembling the sound of a brass instrument'),\n",
+ " ('flash', 'tastelessly showy'),\n",
" ('tacky', 'tastelessly showy'),\n",
- " ('brazen-faced',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('meretricious', 'tastelessly showy'),\n",
+ " ('tawdry', 'tastelessly showy'),\n",
" ('cheap', 'tastelessly showy'),\n",
+ " ('brazen-faced',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('gaudy', 'tastelessly showy'),\n",
+ " ('audacious',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('brazen',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('loud', 'tastelessly showy'),\n",
+ " ('trashy', 'tastelessly showy'),\n",
" ('insolent',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('gaudy', 'tastelessly showy'),\n",
- " ('tawdry', 'tastelessly showy'),\n",
- " ('tatty', 'tastelessly showy'),\n",
+ " ('gimcrack', 'tastelessly showy'),\n",
+ " ('bald-faced',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('bodacious',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('barefaced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('loud', 'tastelessly showy')]},\n",
+ " ('garish', 'tastelessly showy')]},\n",
" {'answer': 'brave',\n",
" 'hint': 'synonyms for brave',\n",
- " 'clues': [('gay', 'brightly colored and showy'),\n",
+ " 'clues': [('intrepid', 'invulnerable to fear or intimidation'),\n",
+ " ('dauntless', 'invulnerable to fear or intimidation'),\n",
+ " ('unfearing', 'invulnerable to fear or intimidation'),\n",
+ " ('braw', 'brightly colored and showy'),\n",
+ " ('audacious', 'invulnerable to fear or intimidation'),\n",
+ " ('gay', 'brightly colored and showy'),\n",
" ('hardy', 'invulnerable to fear or intimidation'),\n",
" ('fearless', 'invulnerable to fear or intimidation'),\n",
- " ('braw', 'brightly colored and showy'),\n",
" ('courageous',\n",
- " 'possessing or displaying courage; able to face and deal with danger or fear without flinching; - Herman Melville; - William Wordsworth'),\n",
- " ('audacious', 'invulnerable to fear or intimidation'),\n",
- " ('dauntless', 'invulnerable to fear or intimidation'),\n",
- " ('unfearing', 'invulnerable to fear or intimidation'),\n",
- " ('intrepid', 'invulnerable to fear or intimidation')]},\n",
+ " 'possessing or displaying courage; able to face and deal with danger or fear without flinching; - Herman Melville; - William Wordsworth')]},\n",
" {'answer': 'brawny',\n",
" 'hint': 'synonyms for brawny',\n",
- " 'clues': [('powerful',\n",
- " '(of a person) possessing physical strength and weight; rugged and powerful'),\n",
- " ('muscular',\n",
+ " 'clues': [('muscular',\n",
" '(of a person) possessing physical strength and weight; rugged and powerful'),\n",
- " ('sinewy',\n",
+ " ('powerful',\n",
" '(of a person) possessing physical strength and weight; rugged and powerful'),\n",
" ('hefty',\n",
+ " '(of a person) possessing physical strength and weight; rugged and powerful'),\n",
+ " ('sinewy',\n",
" '(of a person) possessing physical strength and weight; rugged and powerful')]},\n",
" {'answer': 'brazen',\n",
" 'hint': 'synonyms for brazen',\n",
- " 'clues': [('bodacious',\n",
+ " 'clues': [('brassy',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('insolent',\n",
+ " ('brazen-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('bald-faced',\n",
+ " ('insolent',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('barefaced',\n",
+ " ('audacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brazen-faced',\n",
+ " ('bald-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('audacious',\n",
+ " ('bodacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brassy',\n",
+ " ('barefaced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell')]},\n",
" {'answer': 'brazen-faced',\n",
" 'hint': 'synonyms for brazen-faced',\n",
- " 'clues': [('bodacious',\n",
- " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brazen',\n",
+ " 'clues': [('brassy',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('insolent',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('barefaced',\n",
+ " ('audacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
" ('bald-faced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('audacious',\n",
+ " ('bodacious',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
- " ('brassy',\n",
+ " ('brazen',\n",
+ " 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell'),\n",
+ " ('barefaced',\n",
" 'unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell')]},\n",
" {'answer': 'breathless',\n",
" 'hint': 'synonyms for breathless',\n",
- " 'clues': [('breathtaking',\n",
- " 'tending to cause suspension of regular breathing'),\n",
- " ('dyspneal', 'not breathing or able to breathe except with difficulty'),\n",
- " ('inanimate',\n",
- " 'appearing dead; not breathing or having no perceptible pulse'),\n",
+ " 'clues': [('dyspneal',\n",
+ " 'not breathing or able to breathe except with difficulty'),\n",
+ " ('dyspnoeic', 'not breathing or able to breathe except with difficulty'),\n",
" ('pulseless',\n",
" 'appearing dead; not breathing or having no perceptible pulse'),\n",
- " ('dyspneic', 'not breathing or able to breathe except with difficulty')]},\n",
+ " ('breathtaking', 'tending to cause suspension of regular breathing'),\n",
+ " ('inanimate',\n",
+ " 'appearing dead; not breathing or having no perceptible pulse')]},\n",
" {'answer': 'briary',\n",
" 'hint': 'synonyms for briary',\n",
" 'clues': [('barbed',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('thorny',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setose',\n",
+ " ('bristled',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('prickly',\n",
+ " ('burry',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('spiny',\n",
+ " ('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('burred',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burry',\n",
+ " ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristly',\n",
+ " ('briery',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristled',\n",
+ " ('barbellate',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briery',\n",
+ " ('prickly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('thorny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('barbellate',\n",
+ " ('bristly',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'bribable',\n",
" 'hint': 'synonyms for bribable',\n",
- " 'clues': [('venal', 'capable of being corrupted'),\n",
+ " 'clues': [('corruptible', 'capable of being corrupted'),\n",
" ('purchasable', 'capable of being corrupted'),\n",
- " ('corruptible', 'capable of being corrupted'),\n",
- " ('dishonest', 'capable of being corrupted')]},\n",
+ " ('dishonest', 'capable of being corrupted'),\n",
+ " ('venal', 'capable of being corrupted')]},\n",
" {'answer': 'briery',\n",
" 'hint': 'synonyms for briery',\n",
" 'clues': [('barbed',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('thorny',\n",
+ " ('bristled',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briary',\n",
+ " ('burry',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setose',\n",
+ " ('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('prickly',\n",
+ " ('burred',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burred',\n",
+ " ('barbellate',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burry',\n",
+ " ('briary',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristly',\n",
+ " ('prickly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristled',\n",
+ " ('thorny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('bristly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('barbellate',\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'bright',\n",
" 'hint': 'synonyms for bright',\n",
- " 'clues': [('brilliant', 'clear and sharp and ringing'),\n",
- " ('hopeful', 'full or promise'),\n",
- " ('vivid', 'having striking color'),\n",
- " ('smart', 'characterized by quickness and ease in learning'),\n",
- " ('shining',\n",
- " 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
- " ('promising', 'full or promise'),\n",
- " ('undimmed', 'not made dim or less bright'),\n",
+ " 'clues': [('promising', 'full or promise'),\n",
" ('lustrous',\n",
" 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
" ('shiny',\n",
" 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
+ " ('shining',\n",
+ " 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
+ " ('brilliant', 'having striking color'),\n",
+ " ('hopeful', 'full or promise'),\n",
+ " ('smart', 'characterized by quickness and ease in learning'),\n",
+ " ('undimmed', 'not made dim or less bright'),\n",
+ " ('vivid', 'having striking color'),\n",
" ('burnished',\n",
" 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow')]},\n",
" {'answer': 'brilliant',\n",
" 'hint': 'synonyms for brilliant',\n",
- " 'clues': [('smart as a whip',\n",
- " 'having or marked by unusual and impressive intelligence'),\n",
- " ('vivid', 'having striking color'),\n",
+ " 'clues': [('splendid', 'characterized by grandeur'),\n",
" ('magnificent', 'characterized by grandeur'),\n",
- " ('superb', 'of surpassing excellence'),\n",
" ('bright', 'having striking color'),\n",
- " ('splendid', 'characterized by grandeur'),\n",
+ " ('superb', 'of surpassing excellence'),\n",
" ('brainy', 'having or marked by unusual and impressive intelligence'),\n",
+ " ('vivid', 'having striking color'),\n",
+ " ('smart as a whip',\n",
+ " 'having or marked by unusual and impressive intelligence'),\n",
" ('glorious', 'characterized by grandeur')]},\n",
" {'answer': 'brisk',\n",
" 'hint': 'synonyms for brisk',\n",
- " 'clues': [('zippy', 'quick and energetic'),\n",
+ " 'clues': [('refreshful', 'imparting vitality and energy'),\n",
" ('tonic', 'imparting vitality and energy'),\n",
- " ('spanking', 'quick and energetic'),\n",
- " ('lively', 'quick and energetic'),\n",
+ " ('merry', 'quick and energetic'),\n",
+ " ('bracing', 'imparting vitality and energy'),\n",
" ('refreshing', 'imparting vitality and energy'),\n",
" ('snappy', 'quick and energetic'),\n",
- " ('bracing', 'imparting vitality and energy'),\n",
- " ('refreshful', 'imparting vitality and energy'),\n",
+ " ('lively', 'quick and energetic'),\n",
+ " ('spanking', 'quick and energetic'),\n",
" ('fresh', 'imparting vitality and energy'),\n",
+ " ('zippy', 'quick and energetic'),\n",
" ('rattling', 'quick and energetic'),\n",
- " ('alert', 'quick and energetic'),\n",
- " ('merry', 'quick and energetic')]},\n",
+ " ('alert', 'quick and energetic')]},\n",
" {'answer': 'bristled',\n",
" 'hint': 'synonyms for bristled',\n",
" 'clues': [('barbed',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('thorny',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briary',\n",
+ " ('burry',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setose',\n",
+ " ('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('prickly',\n",
+ " ('burred',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burred',\n",
+ " ('briery',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burry',\n",
+ " ('barbellate',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristly',\n",
+ " ('briary',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briery',\n",
+ " ('prickly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('thorny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('barbellate',\n",
+ " ('bristly',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'bristly',\n",
" 'hint': 'synonyms for bristly',\n",
" 'clues': [('barbed',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('waspish', 'very irritable'),\n",
- " ('thorny',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briary',\n",
+ " ('bristled',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('prickly', 'very irritable'),\n",
- " ('setose',\n",
+ " ('burry',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('spiny',\n",
+ " ('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('splenetic', 'very irritable'),\n",
" ('burred',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burry',\n",
+ " ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('briery',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristled',\n",
+ " ('splenetic', 'very irritable'),\n",
+ " ('barbellate',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('briary',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('barbellate',\n",
+ " ('waspish', 'very irritable'),\n",
+ " ('thorny',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'broad',\n",
" 'hint': 'synonyms for broad',\n",
" 'clues': [('wide', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('tolerant', 'showing or characterized by broad-mindedness'),\n",
- " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('unspecific', 'not detailed or specific'),\n",
+ " ('unsubtle', 'lacking subtlety; obvious'),\n",
+ " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('liberal', 'showing or characterized by broad-mindedness'),\n",
- " ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('full', 'being at a peak or culminating point'),\n",
" ('spacious', 'very large in expanse or scope'),\n",
+ " ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('full', 'being at a peak or culminating point'),\n",
" ('large-minded', 'showing or characterized by broad-mindedness'),\n",
- " ('unsubtle', 'lacking subtlety; obvious'),\n",
- " ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('unspecific', 'not detailed or specific')]},\n",
+ " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('tolerant', 'showing or characterized by broad-mindedness')]},\n",
" {'answer': 'broken',\n",
" 'hint': 'synonyms for broken',\n",
- " 'clues': [('humiliated', 'subdued or brought low in condition or status'),\n",
- " ('disordered', 'thrown into a state of disarray or confusion'),\n",
+ " 'clues': [('crushed', 'subdued or brought low in condition or status'),\n",
" ('upset', 'thrown into a state of disarray or confusion'),\n",
- " ('low', 'subdued or brought low in condition or status'),\n",
- " ('humbled', 'subdued or brought low in condition or status'),\n",
- " ('impoverished', 'destroyed financially'),\n",
+ " ('humiliated', 'subdued or brought low in condition or status'),\n",
" ('broken in', 'tamed or trained to obey'),\n",
- " ('rugged', 'topographically very uneven'),\n",
- " ('confused', 'thrown into a state of disarray or confusion'),\n",
- " ('crushed', 'subdued or brought low in condition or status'),\n",
" ('unkept',\n",
" '(especially of promises or contracts) having been violated or disregarded'),\n",
+ " ('disordered', 'thrown into a state of disarray or confusion'),\n",
+ " ('rugged', 'topographically very uneven'),\n",
+ " ('wiped out', 'destroyed financially'),\n",
+ " ('impoverished', 'destroyed financially'),\n",
+ " ('humbled', 'subdued or brought low in condition or status'),\n",
" ('busted',\n",
" \"out of working order (`busted' is an informal substitute for `broken')\"),\n",
- " ('wiped out', 'destroyed financially')]},\n",
+ " ('confused', 'thrown into a state of disarray or confusion'),\n",
+ " ('low', 'subdued or brought low in condition or status')]},\n",
" {'answer': 'broken-down',\n",
" 'hint': 'synonyms for broken-down',\n",
- " 'clues': [('bedraggled', 'in deplorable condition'),\n",
- " ('ramshackle', 'in deplorable condition'),\n",
- " ('dilapidated', 'in deplorable condition'),\n",
- " ('derelict', 'in deplorable condition'),\n",
+ " 'clues': [('derelict', 'in deplorable condition'),\n",
" ('tumble-down', 'in deplorable condition'),\n",
- " ('tatterdemalion', 'in deplorable condition')]},\n",
+ " ('tatterdemalion', 'in deplorable condition'),\n",
+ " ('bedraggled', 'in deplorable condition'),\n",
+ " ('ramshackle', 'in deplorable condition'),\n",
+ " ('dilapidated', 'in deplorable condition')]},\n",
" {'answer': 'brooding',\n",
" 'hint': 'synonyms for brooding',\n",
- " 'clues': [('broody', 'deeply or seriously thoughtful'),\n",
- " ('reflective', 'deeply or seriously thoughtful'),\n",
+ " 'clues': [('ruminative', 'deeply or seriously thoughtful'),\n",
+ " ('contemplative', 'deeply or seriously thoughtful'),\n",
+ " ('pensive', 'deeply or seriously thoughtful'),\n",
" ('pondering', 'deeply or seriously thoughtful'),\n",
+ " ('reflective', 'deeply or seriously thoughtful'),\n",
" ('meditative', 'deeply or seriously thoughtful'),\n",
- " ('contemplative', 'deeply or seriously thoughtful'),\n",
- " ('musing', 'deeply or seriously thoughtful'),\n",
- " ('ruminative', 'deeply or seriously thoughtful'),\n",
- " ('pensive', 'deeply or seriously thoughtful')]},\n",
+ " ('broody', 'deeply or seriously thoughtful'),\n",
+ " ('musing', 'deeply or seriously thoughtful')]},\n",
" {'answer': 'broody',\n",
" 'hint': 'synonyms for broody',\n",
- " 'clues': [('brooding', 'deeply or seriously thoughtful'),\n",
- " ('reflective', 'deeply or seriously thoughtful'),\n",
+ " 'clues': [('ruminative', 'deeply or seriously thoughtful'),\n",
+ " ('contemplative', 'deeply or seriously thoughtful'),\n",
+ " ('pensive', 'deeply or seriously thoughtful'),\n",
+ " ('brooding', 'deeply or seriously thoughtful'),\n",
" ('pondering', 'deeply or seriously thoughtful'),\n",
+ " ('reflective', 'deeply or seriously thoughtful'),\n",
" ('meditative', 'deeply or seriously thoughtful'),\n",
- " ('contemplative', 'deeply or seriously thoughtful'),\n",
- " ('musing', 'deeply or seriously thoughtful'),\n",
- " ('ruminative', 'deeply or seriously thoughtful'),\n",
- " ('pensive', 'deeply or seriously thoughtful')]},\n",
+ " ('musing', 'deeply or seriously thoughtful')]},\n",
" {'answer': 'brown',\n",
" 'hint': 'synonyms for brown',\n",
- " 'clues': [('chocolate-brown',\n",
- " 'of a color similar to that of wood or earth'),\n",
- " ('dark-brown', 'of a color similar to that of wood or earth'),\n",
+ " 'clues': [('dark-brown', 'of a color similar to that of wood or earth'),\n",
" ('brownish', 'of a color similar to that of wood or earth'),\n",
- " ('browned', '(of skin) deeply suntanned')]},\n",
+ " ('browned', '(of skin) deeply suntanned'),\n",
+ " ('chocolate-brown', 'of a color similar to that of wood or earth')]},\n",
" {'answer': 'brutal',\n",
" 'hint': 'synonyms for brutal',\n",
- " 'clues': [('vicious',\n",
+ " 'clues': [('barbarous',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('barbarous',\n",
- " '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('fell',\n",
+ " ('brutish', 'resembling a beast; showing lack of human sensibility'),\n",
+ " ('vicious',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('roughshod',\n",
+ " ('unrelenting', 'harsh'),\n",
+ " ('bestial', 'resembling a beast; showing lack of human sensibility'),\n",
+ " ('savage',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('brute', 'resembling a beast; showing lack of human sensibility'),\n",
" ('cruel',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
" ('beastly', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('bestial', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('unrelenting', 'harsh'),\n",
- " ('brutish', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('savage',\n",
- " '(of persons or their actions) able or disposed to inflict pain or suffering')]},\n",
+ " ('roughshod',\n",
+ " '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
+ " ('fell',\n",
+ " '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
+ " ('brute', 'resembling a beast; showing lack of human sensibility')]},\n",
" {'answer': 'brute',\n",
" 'hint': 'synonyms for brute',\n",
- " 'clues': [('beastly',\n",
+ " 'clues': [('brutal',\n",
" 'resembling a beast; showing lack of human sensibility'),\n",
" ('bestial', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brutal', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brutish', 'resembling a beast; showing lack of human sensibility')]},\n",
+ " ('brutish', 'resembling a beast; showing lack of human sensibility'),\n",
+ " ('beastly', 'resembling a beast; showing lack of human sensibility')]},\n",
" {'answer': 'brutish',\n",
" 'hint': 'synonyms for brutish',\n",
- " 'clues': [('beastly',\n",
+ " 'clues': [('brutal',\n",
" 'resembling a beast; showing lack of human sensibility'),\n",
" ('bestial', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brutal', 'resembling a beast; showing lack of human sensibility'),\n",
- " ('brute', 'resembling a beast; showing lack of human sensibility')]},\n",
+ " ('brute', 'resembling a beast; showing lack of human sensibility'),\n",
+ " ('beastly', 'resembling a beast; showing lack of human sensibility')]},\n",
" {'answer': 'bubbling',\n",
" 'hint': 'synonyms for bubbling',\n",
- " 'clues': [('bubbly',\n",
+ " 'clues': [('foamy',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('foamy',\n",
+ " ('effervescent', 'marked by high spirits or excitement'),\n",
+ " ('spumy',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
+ " ('sparkly', 'marked by high spirits or excitement'),\n",
+ " ('frothy', 'marked by high spirits or excitement'),\n",
" ('foaming',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('effervescing',\n",
- " 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('sparkly', 'marked by high spirits or excitement'),\n",
" ('scintillating', 'marked by high spirits or excitement'),\n",
- " ('frothy',\n",
- " 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('spumy',\n",
+ " ('effervescing',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('effervescent', 'marked by high spirits or excitement')]},\n",
+ " ('bubbly',\n",
+ " 'emitting or filled with bubbles as from carbonation or fermentation')]},\n",
" {'answer': 'bubbly',\n",
" 'hint': 'synonyms for bubbly',\n",
- " 'clues': [('frothy',\n",
- " 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('spumy',\n",
- " 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('foamy',\n",
+ " 'clues': [('foamy',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
" ('foaming',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
" ('bubbling',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
+ " ('spumy',\n",
+ " 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
+ " ('frothy',\n",
+ " 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
" ('effervescing',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation')]},\n",
" {'answer': 'buffeted',\n",
" 'hint': 'synonyms for buffeted',\n",
- " 'clues': [('tempest-swept',\n",
+ " 'clues': [('storm-tossed',\n",
" 'pounded or hit repeatedly by storms or adversities'),\n",
+ " ('tempest-swept', 'pounded or hit repeatedly by storms or adversities'),\n",
" ('tempest-tossed', 'pounded or hit repeatedly by storms or adversities'),\n",
- " ('storm-tossed', 'pounded or hit repeatedly by storms or adversities'),\n",
" ('tempest-tost', 'pounded or hit repeatedly by storms or adversities')]},\n",
" {'answer': 'buggy',\n",
" 'hint': 'synonyms for buggy',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'built-in',\n",
" 'hint': 'synonyms for built-in',\n",
" 'clues': [('inbuilt',\n",
" 'existing as an essential constituent or characteristic'),\n",
+ " ('integral', 'existing as an essential constituent or characteristic'),\n",
" ('constitutional',\n",
" 'existing as an essential constituent or characteristic'),\n",
- " ('integral', 'existing as an essential constituent or characteristic'),\n",
" ('inherent', 'existing as an essential constituent or characteristic')]},\n",
" {'answer': 'buirdly',\n",
" 'hint': 'synonyms for buirdly',\n",
- " 'clues': [('strapping', 'muscular and heavily built'),\n",
- " ('beefy', 'muscular and heavily built'),\n",
- " ('husky', 'muscular and heavily built'),\n",
- " ('burly', 'muscular and heavily built')]},\n",
+ " 'clues': [('beefy', 'muscular and heavily built'),\n",
+ " ('strapping', 'muscular and heavily built'),\n",
+ " ('burly', 'muscular and heavily built'),\n",
+ " ('husky', 'muscular and heavily built')]},\n",
" {'answer': 'bulbous',\n",
" 'hint': 'synonyms for bulbous',\n",
- " 'clues': [('bulging', 'curving outward'),\n",
+ " 'clues': [('bulblike', 'shaped like a bulb'),\n",
+ " ('bulging', 'curving outward'),\n",
" ('bulgy', 'curving outward'),\n",
- " ('bellied', 'curving outward'),\n",
- " ('protuberant', 'curving outward'),\n",
" ('bellying', 'curving outward'),\n",
+ " ('bellied', 'curving outward'),\n",
" ('bulb-shaped', 'shaped like a bulb'),\n",
- " ('bulblike', 'shaped like a bulb')]},\n",
+ " ('protuberant', 'curving outward')]},\n",
" {'answer': 'bulging',\n",
" 'hint': 'synonyms for bulging',\n",
- " 'clues': [('bulgy', 'curving outward'),\n",
- " ('bellied', 'curving outward'),\n",
- " ('protuberant', 'curving outward'),\n",
- " ('convex', 'curving or bulging outward'),\n",
+ " 'clues': [('convex', 'curving or bulging outward'),\n",
+ " ('bulgy', 'curving outward'),\n",
+ " ('bellying', 'curving outward'),\n",
" ('bulbous', 'curving outward'),\n",
- " ('bellying', 'curving outward')]},\n",
+ " ('bellied', 'curving outward'),\n",
+ " ('protuberant', 'curving outward')]},\n",
" {'answer': 'bulgy',\n",
" 'hint': 'synonyms for bulgy',\n",
" 'clues': [('bulging', 'curving outward'),\n",
- " ('bellied', 'curving outward'),\n",
- " ('protuberant', 'curving outward'),\n",
" ('bellying', 'curving outward'),\n",
- " ('bulbous', 'curving outward')]},\n",
+ " ('bulbous', 'curving outward'),\n",
+ " ('bellied', 'curving outward'),\n",
+ " ('protuberant', 'curving outward')]},\n",
" {'answer': 'bully',\n",
" 'hint': 'synonyms for bully',\n",
- " 'clues': [('smashing', 'very good'),\n",
+ " 'clues': [('nifty', 'very good'),\n",
+ " ('great', 'very good'),\n",
" ('not bad', 'very good'),\n",
+ " ('bang-up', 'very good'),\n",
+ " ('cracking', 'very good'),\n",
+ " ('smashing', 'very good'),\n",
+ " ('groovy', 'very good'),\n",
" ('swell', 'very good'),\n",
+ " ('neat', 'very good'),\n",
+ " ('peachy', 'very good'),\n",
" ('dandy', 'very good'),\n",
" ('keen', 'very good'),\n",
- " ('nifty', 'very good'),\n",
- " ('peachy', 'very good'),\n",
- " ('cracking', 'very good'),\n",
- " ('slap-up', 'very good'),\n",
- " ('bang-up', 'very good'),\n",
" ('corking', 'very good'),\n",
- " ('neat', 'very good'),\n",
- " ('groovy', 'very good'),\n",
- " ('great', 'very good')]},\n",
+ " ('slap-up', 'very good')]},\n",
" {'answer': 'bum',\n",
" 'hint': 'synonyms for bum',\n",
- " 'clues': [('punk', 'of very poor quality; flimsy'),\n",
- " ('cheap', 'of very poor quality; flimsy'),\n",
- " ('chintzy', 'of very poor quality; flimsy'),\n",
+ " 'clues': [('crummy', 'of very poor quality; flimsy'),\n",
" ('tinny', 'of very poor quality; flimsy'),\n",
+ " ('cheesy', 'of very poor quality; flimsy'),\n",
" ('sleazy', 'of very poor quality; flimsy'),\n",
- " ('crummy', 'of very poor quality; flimsy'),\n",
- " ('cheesy', 'of very poor quality; flimsy')]},\n",
+ " ('chintzy', 'of very poor quality; flimsy'),\n",
+ " ('cheap', 'of very poor quality; flimsy'),\n",
+ " ('punk', 'of very poor quality; flimsy')]},\n",
" {'answer': 'bumbling',\n",
" 'hint': 'synonyms for bumbling',\n",
- " 'clues': [('heavy-handed',\n",
+ " 'clues': [('handless',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
" ('ham-fisted',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('ham-handed',\n",
+ " ('butterfingered',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('bungling',\n",
+ " ('left-handed',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('butterfingered',\n",
+ " ('bungling',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('handless',\n",
+ " ('ham-handed',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('left-handed',\n",
+ " ('heavy-handed',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse')]},\n",
" {'answer': 'bumpy',\n",
" 'hint': 'synonyms for bumpy',\n",
" 'clues': [('jolty',\n",
" 'causing or characterized by jolts and irregular movements'),\n",
- " ('rough', 'causing or characterized by jolts and irregular movements'),\n",
" ('rocky', 'causing or characterized by jolts and irregular movements'),\n",
" ('jolting', 'causing or characterized by jolts and irregular movements'),\n",
+ " ('rough', 'causing or characterized by jolts and irregular movements'),\n",
" ('jumpy', 'causing or characterized by jolts and irregular movements')]},\n",
" {'answer': 'bungling',\n",
" 'hint': 'synonyms for bungling',\n",
" 'clues': [('bumbling',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('clumsy', 'showing lack of skill or aptitude'),\n",
- " ('incompetent', 'showing lack of skill or aptitude'),\n",
- " ('handless',\n",
- " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('ham-handed',\n",
- " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
" ('left-handed',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('heavy-handed',\n",
+ " ('ham-handed',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
" ('ham-fisted',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
+ " ('clumsy', 'showing lack of skill or aptitude'),\n",
+ " ('handless',\n",
+ " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
" ('butterfingered',\n",
- " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse')]},\n",
+ " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
+ " ('heavy-handed',\n",
+ " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
+ " ('incompetent', 'showing lack of skill or aptitude')]},\n",
" {'answer': 'burly',\n",
" 'hint': 'synonyms for burly',\n",
- " 'clues': [('buirdly', 'muscular and heavily built'),\n",
- " ('beefy', 'muscular and heavily built'),\n",
+ " 'clues': [('beefy', 'muscular and heavily built'),\n",
" ('strapping', 'muscular and heavily built'),\n",
+ " ('buirdly', 'muscular and heavily built'),\n",
" ('husky', 'muscular and heavily built')]},\n",
" {'answer': 'burned',\n",
" 'hint': 'synonyms for burned',\n",
- " 'clues': [('burnt-out', 'destroyed or badly damaged by fire'),\n",
- " ('burnt', 'destroyed or badly damaged by fire'),\n",
+ " 'clues': [('burnt', 'destroyed or badly damaged by fire'),\n",
" ('burned-over', 'destroyed or badly damaged by fire'),\n",
+ " ('burnt-out', 'destroyed or badly damaged by fire'),\n",
" ('burned-out', 'destroyed or badly damaged by fire')]},\n",
" {'answer': 'burned-out',\n",
" 'hint': 'synonyms for burned-out',\n",
- " 'clues': [('burnt-out', 'exhausted as a result of longtime stress'),\n",
- " ('burnt', 'destroyed or badly damaged by fire'),\n",
- " ('burned', 'destroyed or badly damaged by fire'),\n",
- " ('burned-over', 'destroyed or badly damaged by fire')]},\n",
+ " 'clues': [('burnt', 'destroyed or badly damaged by fire'),\n",
+ " ('burnt-out', 'inoperative as a result of heat or friction'),\n",
+ " ('burned-over', 'destroyed or badly damaged by fire'),\n",
+ " ('burned', 'destroyed or badly damaged by fire')]},\n",
" {'answer': 'burned-over',\n",
" 'hint': 'synonyms for burned-over',\n",
" 'clues': [('burnt-out', 'destroyed or badly damaged by fire'),\n",
- " ('burnt', 'destroyed or badly damaged by fire'),\n",
+ " ('burned-out', 'destroyed or badly damaged by fire'),\n",
" ('burned', 'destroyed or badly damaged by fire'),\n",
- " ('burned-out', 'destroyed or badly damaged by fire')]},\n",
+ " ('burnt', 'destroyed or badly damaged by fire')]},\n",
" {'answer': 'burnished',\n",
" 'hint': 'synonyms for burnished',\n",
- " 'clues': [('shiny',\n",
- " 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
- " ('shining',\n",
+ " 'clues': [('shining',\n",
" 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
" ('lustrous',\n",
" 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
" ('bright',\n",
+ " 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow'),\n",
+ " ('shiny',\n",
" 'made smooth and bright by or as if by rubbing; reflecting a sheen or glow')]},\n",
" {'answer': 'burnt',\n",
" 'hint': 'synonyms for burnt',\n",
- " 'clues': [('burned',\n",
- " 'treated by heating to a high temperature but below the melting or fusing point'),\n",
+ " 'clues': [('burned-over', 'destroyed or badly damaged by fire'),\n",
" ('burnt-out', 'destroyed or badly damaged by fire'),\n",
- " ('burned-over', 'destroyed or badly damaged by fire'),\n",
- " ('burned-out', 'destroyed or badly damaged by fire')]},\n",
+ " ('burned-out', 'destroyed or badly damaged by fire'),\n",
+ " ('burned', 'destroyed or badly damaged by fire')]},\n",
" {'answer': 'burnt-out',\n",
" 'hint': 'synonyms for burnt-out',\n",
- " 'clues': [('burnt', 'destroyed or badly damaged by fire'),\n",
- " ('burned-out', 'exhausted as a result of longtime stress'),\n",
+ " 'clues': [('burned-out', 'exhausted as a result of longtime stress'),\n",
+ " ('burnt', 'destroyed or badly damaged by fire'),\n",
" ('burned', 'destroyed or badly damaged by fire'),\n",
" ('burned-over', 'destroyed or badly damaged by fire')]},\n",
" {'answer': 'burred',\n",
" 'hint': 'synonyms for burred',\n",
" 'clues': [('barbed',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('thorny',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briary',\n",
+ " ('bristled',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setose',\n",
+ " ('burry',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('prickly',\n",
+ " ('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burry',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('briery',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristled',\n",
+ " ('barbellate',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristly',\n",
+ " ('briary',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('prickly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('barbellate',\n",
+ " ('thorny',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('bristly',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'burry',\n",
" 'hint': 'synonyms for burry',\n",
" 'clues': [('barbed',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('thorny',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('briary',\n",
+ " ('bristled',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setose',\n",
+ " ('setaceous',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('prickly',\n",
+ " ('burred',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('spiny',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('burred',\n",
- " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
" ('briery',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristled',\n",
+ " ('barbellate',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('bristly',\n",
+ " ('briary',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('setaceous',\n",
+ " ('prickly',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
- " ('barbellate',\n",
+ " ('thorny',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('bristly',\n",
+ " 'having or covered with protective barbs or quills or spines or thorns or setae etc.'),\n",
+ " ('setose',\n",
" 'having or covered with protective barbs or quills or spines or thorns or setae etc.')]},\n",
" {'answer': 'busty',\n",
" 'hint': 'synonyms for busty',\n",
- " 'clues': [('curvy',\n",
+ " 'clues': [('voluptuous',\n",
+ " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('curvy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('well-endowed',\n",
+ " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('full-bosomed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('curvaceous',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('stacked',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('voluptuous',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('buxom', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('sonsie',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('full-bosomed',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('buxom', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('bosomy',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('well-endowed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\")]},\n",
" {'answer': 'busy',\n",
" 'hint': 'synonyms for busy',\n",
" 'clues': [('in use',\n",
" \"(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)\"),\n",
- " ('meddling', 'intrusive in a meddling or offensive manner'),\n",
- " ('interfering', 'intrusive in a meddling or offensive manner'),\n",
" ('meddlesome', 'intrusive in a meddling or offensive manner'),\n",
- " ('officious', 'intrusive in a meddling or offensive manner'),\n",
- " ('fussy', 'overcrowded or cluttered with detail'),\n",
+ " ('interfering', 'intrusive in a meddling or offensive manner'),\n",
+ " ('meddling', 'intrusive in a meddling or offensive manner'),\n",
+ " ('busybodied', 'intrusive in a meddling or offensive manner'),\n",
" ('engaged',\n",
" \"(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)\"),\n",
- " ('busybodied', 'intrusive in a meddling or offensive manner')]},\n",
+ " ('fussy', 'overcrowded or cluttered with detail'),\n",
+ " ('officious', 'intrusive in a meddling or offensive manner')]},\n",
" {'answer': 'busybodied',\n",
" 'hint': 'synonyms for busybodied',\n",
- " 'clues': [('meddling', 'intrusive in a meddling or offensive manner'),\n",
- " ('interfering', 'intrusive in a meddling or offensive manner'),\n",
+ " 'clues': [('busy', 'intrusive in a meddling or offensive manner'),\n",
" ('meddlesome', 'intrusive in a meddling or offensive manner'),\n",
- " ('officious', 'intrusive in a meddling or offensive manner'),\n",
- " ('busy', 'intrusive in a meddling or offensive manner')]},\n",
+ " ('interfering', 'intrusive in a meddling or offensive manner'),\n",
+ " ('meddling', 'intrusive in a meddling or offensive manner'),\n",
+ " ('officious', 'intrusive in a meddling or offensive manner')]},\n",
" {'answer': 'butcherly',\n",
" 'hint': 'synonyms for butcherly',\n",
" 'clues': [('unskillful', 'poorly done'),\n",
+ " ('gory', 'accompanied by bloodshed'),\n",
" ('slaughterous', 'accompanied by bloodshed'),\n",
" ('sanguineous', 'accompanied by bloodshed'),\n",
" ('sanguinary', 'accompanied by bloodshed'),\n",
- " ('botchy', 'poorly done'),\n",
- " ('gory', 'accompanied by bloodshed')]},\n",
+ " ('botchy', 'poorly done')]},\n",
" {'answer': 'butterfingered',\n",
" 'hint': 'synonyms for butterfingered',\n",
- " 'clues': [('bumbling',\n",
+ " 'clues': [('handless',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('heavy-handed',\n",
- " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('ham-handed',\n",
+ " ('bumbling',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
" ('ham-fisted',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
+ " ('left-handed',\n",
+ " 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
" ('bungling',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('handless',\n",
+ " ('ham-handed',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse'),\n",
- " ('left-handed',\n",
+ " ('heavy-handed',\n",
" 'lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse')]},\n",
" {'answer': 'buttery',\n",
" 'hint': 'synonyms for buttery',\n",
" 'clues': [('unctuous',\n",
" 'unpleasantly and excessively suave or ingratiating in manner or speech'),\n",
- " ('fulsome',\n",
+ " ('smarmy',\n",
" 'unpleasantly and excessively suave or ingratiating in manner or speech'),\n",
" ('oleaginous',\n",
" 'unpleasantly and excessively suave or ingratiating in manner or speech'),\n",
+ " ('fulsome',\n",
+ " 'unpleasantly and excessively suave or ingratiating in manner or speech'),\n",
" ('soapy',\n",
" 'unpleasantly and excessively suave or ingratiating in manner or speech'),\n",
" ('oily',\n",
- " 'unpleasantly and excessively suave or ingratiating in manner or speech'),\n",
- " ('smarmy',\n",
" 'unpleasantly and excessively suave or ingratiating in manner or speech')]},\n",
" {'answer': 'buxom',\n",
" 'hint': 'synonyms for buxom',\n",
- " 'clues': [('curvy',\n",
+ " 'clues': [('voluptuous',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('curvaceous',\n",
+ " ('curvy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('well-endowed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('stacked',\n",
+ " ('full-bosomed',\n",
+ " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('curvaceous',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('zaftig',\n",
" '(of a female body) healthily plump and vigorous ; - Robt.A.Hamilton'),\n",
" ('zoftig',\n",
" '(of a female body) healthily plump and vigorous ; - Robt.A.Hamilton'),\n",
- " ('voluptuous',\n",
+ " ('stacked',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('busty', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('full-bosomed',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('bosomy',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('sonsie',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('well-endowed',\n",
+ " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('bosomy',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\")]},\n",
" {'answer': 'bygone',\n",
" 'hint': 'synonyms for bygone',\n",
- " 'clues': [('foregone', 'well in the past; former'),\n",
- " ('departed', 'well in the past; former'),\n",
- " ('gone', 'well in the past; former'),\n",
- " ('bypast', 'well in the past; former')]},\n",
+ " 'clues': [('departed', 'well in the past; former'),\n",
+ " ('foregone', 'well in the past; former'),\n",
+ " ('bypast', 'well in the past; former'),\n",
+ " ('gone', 'well in the past; former')]},\n",
" {'answer': 'bypast',\n",
" 'hint': 'synonyms for bypast',\n",
" 'clues': [('foregone', 'well in the past; former'),\n",
+ " ('bygone', 'well in the past; former'),\n",
" ('departed', 'well in the past; former'),\n",
- " ('gone', 'well in the past; former'),\n",
- " ('bygone', 'well in the past; former')]},\n",
+ " ('gone', 'well in the past; former')]},\n",
" {'answer': 'byzantine',\n",
" 'hint': 'synonyms for byzantine',\n",
- " 'clues': [('tangled',\n",
+ " 'clues': [('convoluted',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
- " ('knotty',\n",
+ " ('tangled',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
" ('tortuous',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
" ('involved',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
- " ('convoluted',\n",
+ " ('knotty',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott')]},\n",
" {'answer': 'cadaverous',\n",
" 'hint': 'synonyms for cadaverous',\n",
- " 'clues': [('skeletal',\n",
- " 'very thin especially from disease or hunger or cold'),\n",
- " ('gaunt', 'very thin especially from disease or hunger or cold'),\n",
- " ('pinched', 'very thin especially from disease or hunger or cold'),\n",
- " ('bony', 'very thin especially from disease or hunger or cold'),\n",
+ " 'clues': [('gaunt', 'very thin especially from disease or hunger or cold'),\n",
+ " ('skeletal', 'very thin especially from disease or hunger or cold'),\n",
" ('cadaveric', 'of or relating to a cadaver or corpse'),\n",
+ " ('haggard', 'very thin especially from disease or hunger or cold'),\n",
+ " ('bony', 'very thin especially from disease or hunger or cold'),\n",
" ('wasted', 'very thin especially from disease or hunger or cold'),\n",
- " ('emaciated', 'very thin especially from disease or hunger or cold'),\n",
- " ('haggard', 'very thin especially from disease or hunger or cold')]},\n",
+ " ('pinched', 'very thin especially from disease or hunger or cold'),\n",
+ " ('emaciated', 'very thin especially from disease or hunger or cold')]},\n",
" {'answer': 'cagey',\n",
" 'hint': 'synonyms for cagey',\n",
- " 'clues': [('clever',\n",
+ " 'clues': [('canny',\n",
" 'showing self-interest and shrewdness in dealing with others'),\n",
+ " ('chary', 'characterized by great caution and wariness'),\n",
" ('cagy', 'characterized by great caution and wariness'),\n",
- " ('canny', 'showing self-interest and shrewdness in dealing with others'),\n",
- " ('chary', 'characterized by great caution and wariness')]},\n",
+ " ('clever',\n",
+ " 'showing self-interest and shrewdness in dealing with others')]},\n",
" {'answer': 'cagy',\n",
" 'hint': 'synonyms for cagy',\n",
- " 'clues': [('clever',\n",
+ " 'clues': [('canny',\n",
" 'showing self-interest and shrewdness in dealing with others'),\n",
- " ('cagey', 'showing self-interest and shrewdness in dealing with others'),\n",
- " ('canny', 'showing self-interest and shrewdness in dealing with others'),\n",
- " ('chary', 'characterized by great caution and wariness')]},\n",
+ " ('chary', 'characterized by great caution and wariness'),\n",
+ " ('cagey', 'characterized by great caution and wariness'),\n",
+ " ('clever',\n",
+ " 'showing self-interest and shrewdness in dealing with others')]},\n",
" {'answer': 'calamitous',\n",
" 'hint': 'synonyms for calamitous',\n",
" 'clues': [('fateful',\n",
" '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
+ " ('black',\n",
+ " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
" ('fatal',\n",
" '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
" ('disastrous',\n",
- " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
- " ('black',\n",
" '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur')]},\n",
" {'answer': 'calculating',\n",
" 'hint': 'synonyms for calculating',\n",
" 'clues': [('conniving', 'used of persons'),\n",
- " ('shrewd', 'used of persons'),\n",
+ " ('calculative', 'used of persons'),\n",
" ('scheming', 'used of persons'),\n",
- " ('calculative', 'used of persons')]},\n",
+ " ('shrewd', 'used of persons')]},\n",
" {'answer': 'calculative',\n",
" 'hint': 'synonyms for calculative',\n",
- " 'clues': [('conniving', 'used of persons'),\n",
- " ('shrewd', 'used of persons'),\n",
- " ('calculating', 'used of persons'),\n",
- " ('scheming', 'used of persons')]},\n",
+ " 'clues': [('calculating', 'used of persons'),\n",
+ " ('conniving', 'used of persons'),\n",
+ " ('scheming', 'used of persons'),\n",
+ " ('shrewd', 'used of persons')]},\n",
" {'answer': 'calico',\n",
" 'hint': 'synonyms for calico',\n",
- " 'clues': [('multicolored',\n",
+ " 'clues': [('particolored',\n",
" 'having sections or patches colored differently and usually brightly'),\n",
- " ('particoloured',\n",
+ " ('multi-coloured',\n",
" 'having sections or patches colored differently and usually brightly'),\n",
- " ('pied',\n",
+ " ('multicolor',\n",
" 'having sections or patches colored differently and usually brightly'),\n",
- " ('piebald',\n",
+ " ('varicoloured',\n",
" 'having sections or patches colored differently and usually brightly'),\n",
- " ('painted',\n",
+ " ('motley',\n",
" 'having sections or patches colored differently and usually brightly'),\n",
- " ('varicolored',\n",
+ " ('painted',\n",
" 'having sections or patches colored differently and usually brightly'),\n",
- " ('multi-colour',\n",
+ " ('pied',\n",
" 'having sections or patches colored differently and usually brightly'),\n",
- " ('motley',\n",
+ " ('piebald',\n",
" 'having sections or patches colored differently and usually brightly')]},\n",
" {'answer': 'callous',\n",
" 'hint': 'synonyms for callous',\n",
@@ -40032,809 +40074,798 @@
" 'having calluses; having skin made tough and thick through wear'),\n",
" ('thickened',\n",
" 'having calluses; having skin made tough and thick through wear'),\n",
- " ('pachydermatous', 'emotionally hardened'),\n",
- " ('indurate', 'emotionally hardened')]},\n",
+ " ('indurate', 'emotionally hardened'),\n",
+ " ('pachydermatous', 'emotionally hardened')]},\n",
" {'answer': 'calumniatory',\n",
" 'hint': 'synonyms for calumniatory',\n",
- " 'clues': [('libelous',\n",
+ " 'clues': [('slanderous',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('denigratory',\n",
+ " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrative',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
+ " ('libellous',\n",
+ " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrating',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('defamatory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('slanderous',\n",
- " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('calumnious',\n",
+ " ('denigratory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign')]},\n",
" {'answer': 'calumnious',\n",
" 'hint': 'synonyms for calumnious',\n",
- " 'clues': [('libelous',\n",
- " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('denigratory',\n",
+ " 'clues': [('slanderous',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrative',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
+ " ('libellous',\n",
+ " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrating',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('defamatory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('slanderous',\n",
+ " ('denigratory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('calumniatory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign')]},\n",
" {'answer': 'candid',\n",
" 'hint': 'synonyms for candid',\n",
- " 'clues': [('plainspoken',\n",
- " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('open',\n",
+ " 'clues': [('open',\n",
" 'openly straightforward and direct without reserve or secretiveness'),\n",
- " ('blunt',\n",
- " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('straight-from-the-shoulder',\n",
+ " ('free-spoken',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
" ('forthright',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('free-spoken',\n",
+ " ('blunt',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('heart-to-heart',\n",
- " 'openly straightforward and direct without reserve or secretiveness'),\n",
" ('point-blank',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
- " ('outspoken',\n",
+ " ('heart-to-heart',\n",
+ " 'openly straightforward and direct without reserve or secretiveness'),\n",
+ " ('straight-from-the-shoulder',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
" ('frank',\n",
+ " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
+ " ('plainspoken',\n",
+ " 'characterized by directness in manner or speech; without subtlety or evasion'),\n",
+ " ('outspoken',\n",
" 'characterized by directness in manner or speech; without subtlety or evasion')]},\n",
" {'answer': 'cannular',\n",
" 'hint': 'synonyms for cannular',\n",
- " 'clues': [('tubelike',\n",
- " 'constituting a tube; having hollow tubes (as for the passage of fluids)'),\n",
- " ('tube-shaped',\n",
+ " 'clues': [('tubular',\n",
" 'constituting a tube; having hollow tubes (as for the passage of fluids)'),\n",
" ('vasiform',\n",
" 'constituting a tube; having hollow tubes (as for the passage of fluids)'),\n",
- " ('tubular',\n",
+ " ('tube-shaped',\n",
+ " 'constituting a tube; having hollow tubes (as for the passage of fluids)'),\n",
+ " ('tubelike',\n",
" 'constituting a tube; having hollow tubes (as for the passage of fluids)')]},\n",
" {'answer': 'canted',\n",
" 'hint': 'synonyms for canted',\n",
- " 'clues': [('leaning',\n",
- " 'departing or being caused to depart from the true vertical or horizontal'),\n",
- " ('tilted',\n",
+ " 'clues': [('atilt',\n",
" 'departing or being caused to depart from the true vertical or horizontal'),\n",
" ('tipped',\n",
" 'departing or being caused to depart from the true vertical or horizontal'),\n",
- " ('atilt',\n",
+ " ('tilted',\n",
+ " 'departing or being caused to depart from the true vertical or horizontal'),\n",
+ " ('leaning',\n",
" 'departing or being caused to depart from the true vertical or horizontal')]},\n",
" {'answer': 'capable',\n",
" 'hint': 'synonyms for capable',\n",
- " 'clues': [('open', 'possibly accepting or permitting'),\n",
+ " 'clues': [('equal to', 'having the requisite qualities for'),\n",
" ('able', 'have the skills and qualifications to do things well'),\n",
- " ('equal to', 'having the requisite qualities for'),\n",
+ " ('subject', 'possibly accepting or permitting'),\n",
" ('adequate to', 'having the requisite qualities for'),\n",
" ('up to', 'having the requisite qualities for'),\n",
- " ('subject', 'possibly accepting or permitting')]},\n",
+ " ('open', 'possibly accepting or permitting')]},\n",
" {'answer': 'captivated',\n",
" 'hint': 'synonyms for captivated',\n",
- " 'clues': [('entranced', 'filled with wonder and delight'),\n",
- " ('beguiled', 'filled with wonder and delight'),\n",
+ " 'clues': [('charmed', 'filled with wonder and delight'),\n",
" ('enthralled', 'filled with wonder and delight'),\n",
+ " ('beguiled', 'filled with wonder and delight'),\n",
" ('delighted', 'filled with wonder and delight'),\n",
- " ('charmed', 'filled with wonder and delight')]},\n",
+ " ('entranced', 'filled with wonder and delight')]},\n",
" {'answer': 'captivating',\n",
" 'hint': 'synonyms for captivating',\n",
- " 'clues': [('enchanting', 'capturing interest as if by a spell'),\n",
- " ('bewitching', 'capturing interest as if by a spell'),\n",
+ " 'clues': [('bewitching', 'capturing interest as if by a spell'),\n",
+ " ('enchanting', 'capturing interest as if by a spell'),\n",
" ('fascinating', 'capturing interest as if by a spell'),\n",
- " ('enthralling', 'capturing interest as if by a spell'),\n",
- " ('entrancing', 'capturing interest as if by a spell')]},\n",
+ " ('entrancing', 'capturing interest as if by a spell'),\n",
+ " ('enthralling', 'capturing interest as if by a spell')]},\n",
" {'answer': 'captive',\n",
" 'hint': 'synonyms for captive',\n",
- " 'clues': [('imprisoned', 'being in captivity'),\n",
- " ('jailed', 'being in captivity'),\n",
- " ('wrapped',\n",
+ " 'clues': [('intent',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
- " ('engrossed',\n",
+ " ('wrapped',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
+ " ('imprisoned', 'being in captivity'),\n",
" ('confined', 'being in captivity'),\n",
- " ('intent',\n",
+ " ('engrossed',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
" ('absorbed',\n",
- " 'giving or marked by complete attention to; ; ; - Walter de la Mare')]},\n",
+ " 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
+ " ('jailed', 'being in captivity')]},\n",
" {'answer': 'cardinal',\n",
" 'hint': 'synonyms for cardinal',\n",
" 'clues': [('primal', 'serving as an essential component'),\n",
+ " ('central', 'serving as an essential component'),\n",
" ('key', 'serving as an essential component'),\n",
- " ('fundamental', 'serving as an essential component'),\n",
- " ('central', 'serving as an essential component')]},\n",
+ " ('fundamental', 'serving as an essential component')]},\n",
" {'answer': 'carefree',\n",
" 'hint': 'synonyms for carefree',\n",
" 'clues': [('happy-go-lucky', 'cheerfully irresponsible'),\n",
- " ('harum-scarum', 'cheerfully irresponsible'),\n",
" ('devil-may-care', 'cheerfully irresponsible'),\n",
- " ('slaphappy', 'cheerfully irresponsible'),\n",
+ " ('freewheeling', 'cheerfully irresponsible'),\n",
" ('unworried', 'free of trouble and worry and care'),\n",
- " ('freewheeling', 'cheerfully irresponsible')]},\n",
+ " ('harum-scarum', 'cheerfully irresponsible'),\n",
+ " ('slaphappy', 'cheerfully irresponsible')]},\n",
" {'answer': 'careful',\n",
" 'hint': 'synonyms for careful',\n",
- " 'clues': [('deliberate', 'unhurried and with care and dignity'),\n",
+ " 'clues': [('thrifty', 'mindful of the future in spending money'),\n",
+ " ('deliberate', 'unhurried and with care and dignity'),\n",
" ('measured', 'unhurried and with care and dignity'),\n",
- " ('heedful', 'cautiously attentive'),\n",
- " ('thrifty', 'mindful of the future in spending money')]},\n",
+ " ('heedful', 'cautiously attentive')]},\n",
" {'answer': 'careworn',\n",
" 'hint': 'synonyms for careworn',\n",
- " 'clues': [('haggard',\n",
+ " 'clues': [('worn',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens'),\n",
" ('drawn',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens'),\n",
- " ('raddled',\n",
+ " ('haggard',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens'),\n",
- " ('worn',\n",
+ " ('raddled',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens')]},\n",
" {'answer': 'carmine',\n",
" 'hint': 'synonyms for carmine',\n",
- " 'clues': [('red',\n",
+ " 'clues': [('reddish',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruddy',\n",
+ " ('ruby-red',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('blood-red',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('cherry-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('cerise',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruby-red',\n",
+ " ('ruddy',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('ruby',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry',\n",
+ " ('red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('crimson',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('scarlet',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('reddish',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry-red',\n",
+ " ('cherry',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('blood-red',\n",
+ " ('scarlet',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies')]},\n",
" {'answer': 'casual',\n",
" 'hint': 'synonyms for casual',\n",
- " 'clues': [('chance', 'occurring or appearing or singled out by chance'),\n",
+ " 'clues': [('nonchalant', 'marked by blithe unconcern'),\n",
+ " ('chance', 'occurring or appearing or singled out by chance'),\n",
" ('effortless', 'not showing effort or strain'),\n",
- " ('occasional', 'occurring from time to time'),\n",
- " ('everyday', 'appropriate for ordinary or routine occasions'),\n",
- " ('passing', 'hasty and without attention to detail; not thorough'),\n",
" ('insouciant', 'marked by blithe unconcern'),\n",
+ " ('occasional', 'occurring from time to time'),\n",
+ " ('free-and-easy', 'natural and unstudied'),\n",
" ('cursory', 'hasty and without attention to detail; not thorough'),\n",
- " ('nonchalant', 'marked by blithe unconcern'),\n",
- " ('daily', 'appropriate for ordinary or routine occasions'),\n",
+ " ('passing', 'hasty and without attention to detail; not thorough'),\n",
" ('fooling', 'characterized by a feeling of irresponsibility'),\n",
- " ('free-and-easy', 'natural and unstudied'),\n",
+ " ('daily', 'appropriate for ordinary or routine occasions'),\n",
+ " ('everyday', 'appropriate for ordinary or routine occasions'),\n",
" ('perfunctory', 'hasty and without attention to detail; not thorough')]},\n",
+ " {'answer': 'cata-cornered',\n",
+ " 'hint': 'synonyms for cata-cornered',\n",
+ " 'clues': [('catty-corner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('catacorner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('kitty-corner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('cater-cornered', 'slanted across a polygon on a diagonal line')]},\n",
+ " {'answer': 'catacorner',\n",
+ " 'hint': 'synonyms for catacorner',\n",
+ " 'clues': [('catty-corner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('cata-cornered', 'slanted across a polygon on a diagonal line'),\n",
+ " ('kitty-corner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('catercorner', 'slanted across a polygon on a diagonal line')]},\n",
" {'answer': 'catching',\n",
" 'hint': 'synonyms for catching',\n",
- " 'clues': [('contractable',\n",
+ " 'clues': [('transmissible',\n",
" '(of disease) capable of being transmitted by infection'),\n",
- " ('transmissible',\n",
+ " ('transmittable',\n",
" '(of disease) capable of being transmitted by infection'),\n",
" ('contagious', '(of disease) capable of being transmitted by infection'),\n",
- " ('transmittable',\n",
+ " ('contractable',\n",
" '(of disease) capable of being transmitted by infection'),\n",
" ('communicable',\n",
" '(of disease) capable of being transmitted by infection')]},\n",
+ " {'answer': 'cater-cornered',\n",
+ " 'hint': 'synonyms for cater-cornered',\n",
+ " 'clues': [('catty-corner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('cata-cornered', 'slanted across a polygon on a diagonal line'),\n",
+ " ('kitty-corner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('catercorner', 'slanted across a polygon on a diagonal line')]},\n",
" {'answer': 'cathartic',\n",
" 'hint': 'synonyms for cathartic',\n",
- " 'clues': [('psychotherapeutic', 'emotionally purging'),\n",
- " ('purgative', 'strongly laxative'),\n",
- " ('releasing', 'emotionally purging (of e.g. art)'),\n",
- " ('evacuant', 'strongly laxative')]},\n",
+ " 'clues': [('purgative', 'strongly laxative'),\n",
+ " ('evacuant', 'strongly laxative'),\n",
+ " ('psychotherapeutic', 'emotionally purging'),\n",
+ " ('releasing', 'emotionally purging (of e.g. art)')]},\n",
" {'answer': 'catty-cornered',\n",
" 'hint': 'synonyms for catty-cornered',\n",
- " 'clues': [('kitty-cornered',\n",
- " 'slanted across a polygon on a diagonal line'),\n",
+ " 'clues': [('catty-corner', 'slanted across a polygon on a diagonal line'),\n",
" ('cata-cornered', 'slanted across a polygon on a diagonal line'),\n",
- " ('catercorner', 'slanted across a polygon on a diagonal line'),\n",
- " ('catty-corner', 'slanted across a polygon on a diagonal line')]},\n",
+ " ('kitty-corner', 'slanted across a polygon on a diagonal line'),\n",
+ " ('catercorner', 'slanted across a polygon on a diagonal line')]},\n",
" {'answer': 'caustic',\n",
" 'hint': 'synonyms for caustic',\n",
- " 'clues': [('acerb', 'harsh or corrosive in tone'),\n",
- " ('acrid', 'harsh or corrosive in tone'),\n",
+ " 'clues': [('acid', 'harsh or corrosive in tone'),\n",
" ('acerbic', 'harsh or corrosive in tone'),\n",
+ " ('sulfurous', 'harsh or corrosive in tone'),\n",
" ('vitriolic', 'harsh or corrosive in tone'),\n",
- " ('erosive',\n",
- " 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
+ " ('virulent', 'harsh or corrosive in tone'),\n",
+ " ('acerb', 'harsh or corrosive in tone'),\n",
" ('mordant',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
- " ('virulent', 'harsh or corrosive in tone'),\n",
- " ('corrosive',\n",
+ " ('blistering', 'harsh or corrosive in tone'),\n",
+ " ('bitter', 'harsh or corrosive in tone'),\n",
+ " ('erosive',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
" ('sulphurous', 'harsh or corrosive in tone'),\n",
- " ('sulfurous', 'harsh or corrosive in tone'),\n",
- " ('bitter', 'harsh or corrosive in tone'),\n",
- " ('blistering', 'harsh or corrosive in tone')]},\n",
+ " ('corrosive',\n",
+ " 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action')]},\n",
" {'answer': 'cautionary',\n",
" 'hint': 'synonyms for cautionary',\n",
- " 'clues': [('exemplary', 'serving to warn'),\n",
- " ('prophylactic', 'warding off; - Victor Schultze'),\n",
- " ('warning', 'serving to warn'),\n",
- " ('monitory', 'serving to warn')]},\n",
+ " 'clues': [('prophylactic', 'warding off; - Victor Schultze'),\n",
+ " ('monitory', 'serving to warn'),\n",
+ " ('exemplary', 'serving to warn'),\n",
+ " ('warning', 'serving to warn')]},\n",
" {'answer': 'ceaseless',\n",
" 'hint': 'synonyms for ceaseless',\n",
" 'clues': [('never-ending',\n",
" 'uninterrupted in time and indefinitely long continuing'),\n",
- " ('incessant', 'uninterrupted in time and indefinitely long continuing'),\n",
- " ('constant', 'uninterrupted in time and indefinitely long continuing'),\n",
- " ('unceasing', 'uninterrupted in time and indefinitely long continuing'),\n",
" ('unremitting', 'uninterrupted in time and indefinitely long continuing'),\n",
+ " ('unceasing', 'uninterrupted in time and indefinitely long continuing'),\n",
+ " ('constant', 'uninterrupted in time and indefinitely long continuing'),\n",
+ " ('incessant', 'uninterrupted in time and indefinitely long continuing'),\n",
" ('perpetual', 'uninterrupted in time and indefinitely long continuing')]},\n",
" {'answer': 'celebrated',\n",
" 'hint': 'synonyms for celebrated',\n",
- " 'clues': [('famous', 'widely known and esteemed'),\n",
+ " 'clues': [('notable', 'widely known and esteemed'),\n",
+ " ('renowned', 'widely known and esteemed'),\n",
+ " ('far-famed', 'widely known and esteemed'),\n",
+ " ('famous', 'widely known and esteemed'),\n",
" ('historied', 'having an illustrious past'),\n",
- " ('illustrious', 'widely known and esteemed'),\n",
- " ('notable', 'widely known and esteemed'),\n",
" ('famed', 'widely known and esteemed'),\n",
- " ('far-famed', 'widely known and esteemed'),\n",
" ('noted', 'widely known and esteemed'),\n",
- " ('renowned', 'widely known and esteemed')]},\n",
+ " ('illustrious', 'widely known and esteemed')]},\n",
" {'answer': 'censurable',\n",
" 'hint': 'synonyms for censurable',\n",
- " 'clues': [('blameworthy',\n",
+ " 'clues': [('culpable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blamable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('culpable',\n",
- " 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blameful',\n",
+ " 'deserving blame or censure as being wrong or evil or injurious'),\n",
+ " ('blameworthy',\n",
" 'deserving blame or censure as being wrong or evil or injurious')]},\n",
" {'answer': 'central',\n",
" 'hint': 'synonyms for central',\n",
- " 'clues': [('key', 'serving as an essential component'),\n",
+ " 'clues': [('cardinal', 'serving as an essential component'),\n",
" ('primal', 'serving as an essential component'),\n",
- " ('cardinal', 'serving as an essential component'),\n",
+ " ('key', 'serving as an essential component'),\n",
" ('fundamental', 'serving as an essential component')]},\n",
" {'answer': 'cerise',\n",
" 'hint': 'synonyms for cerise',\n",
- " 'clues': [('red',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruddy',\n",
+ " 'clues': [('reddish',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('ruby-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruby',\n",
+ " ('blood-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry',\n",
+ " ('cherry-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('carmine',\n",
+ " ('ruddy',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('crimson',\n",
+ " ('ruby',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('scarlet',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('reddish',\n",
+ " ('crimson',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry-red',\n",
+ " ('cherry',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('blood-red',\n",
+ " ('carmine',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies')]},\n",
" {'answer': 'cernuous',\n",
" 'hint': 'synonyms for cernuous',\n",
- " 'clues': [('pendulous',\n",
+ " 'clues': [('weeping',\n",
" 'having branches or flower heads that bend downward'),\n",
+ " ('nodding', 'having branches or flower heads that bend downward'),\n",
" ('drooping', 'having branches or flower heads that bend downward'),\n",
- " ('weeping', 'having branches or flower heads that bend downward'),\n",
- " ('nodding', 'having branches or flower heads that bend downward')]},\n",
+ " ('pendulous', 'having branches or flower heads that bend downward')]},\n",
" {'answer': 'chancy',\n",
" 'hint': 'synonyms for chancy',\n",
- " 'clues': [('dodgy',\n",
+ " 'clues': [('dicey',\n",
" 'of uncertain outcome; especially fraught with risk; - New Yorker'),\n",
- " ('fluky', 'subject to accident or chance or change'),\n",
+ " ('iffy', 'subject to accident or chance or change'),\n",
" ('chanceful',\n",
" 'of uncertain outcome; especially fraught with risk; - New Yorker'),\n",
- " ('dicey',\n",
- " 'of uncertain outcome; especially fraught with risk; - New Yorker'),\n",
- " ('iffy', 'subject to accident or chance or change')]},\n",
+ " ('flukey', 'subject to accident or chance or change'),\n",
+ " ('dodgy',\n",
+ " 'of uncertain outcome; especially fraught with risk; - New Yorker')]},\n",
" {'answer': 'changeable',\n",
" 'hint': 'synonyms for changeable',\n",
- " 'clues': [('iridescent',\n",
- " 'varying in color when seen in different lights or from different angles'),\n",
+ " 'clues': [('uncertain', 'subject to change'),\n",
" ('shot',\n",
" 'varying in color when seen in different lights or from different angles'),\n",
- " ('chatoyant',\n",
+ " ('unsettled', 'subject to change'),\n",
+ " ('iridescent',\n",
" 'varying in color when seen in different lights or from different angles'),\n",
- " ('uncertain', 'subject to change'),\n",
" ('mutable',\n",
" 'capable of or tending to change in form or quality or nature'),\n",
- " ('unsettled', 'subject to change'),\n",
" ('changeful',\n",
- " 'such that alteration is possible; having a marked tendency to change')]},\n",
+ " 'such that alteration is possible; having a marked tendency to change'),\n",
+ " ('chatoyant',\n",
+ " 'varying in color when seen in different lights or from different angles')]},\n",
" {'answer': 'changeless',\n",
" 'hint': 'synonyms for changeless',\n",
- " 'clues': [('immutable',\n",
- " 'not subject or susceptible to change or variation in form or quality or nature'),\n",
+ " 'clues': [('constant', 'unvarying in nature'),\n",
" ('invariant', 'unvarying in nature'),\n",
+ " ('unalterable', 'remaining the same for indefinitely long times'),\n",
" ('unvarying', 'unvarying in nature'),\n",
- " ('constant', 'unvarying in nature'),\n",
- " ('unalterable', 'remaining the same for indefinitely long times')]},\n",
+ " ('immutable',\n",
+ " 'not subject or susceptible to change or variation in form or quality or nature')]},\n",
" {'answer': 'charitable',\n",
" 'hint': 'synonyms for charitable',\n",
- " 'clues': [('large-hearted',\n",
- " 'showing or motivated by sympathy and understanding and generosity'),\n",
- " ('kindly',\n",
- " 'showing or motivated by sympathy and understanding and generosity'),\n",
- " ('sympathetic',\n",
+ " 'clues': [('kindly',\n",
" 'showing or motivated by sympathy and understanding and generosity'),\n",
" ('good-hearted',\n",
" 'showing or motivated by sympathy and understanding and generosity'),\n",
" ('benevolent',\n",
" 'showing or motivated by sympathy and understanding and generosity'),\n",
" ('openhearted',\n",
+ " 'showing or motivated by sympathy and understanding and generosity'),\n",
+ " ('sympathetic',\n",
+ " 'showing or motivated by sympathy and understanding and generosity'),\n",
+ " ('large-hearted',\n",
" 'showing or motivated by sympathy and understanding and generosity')]},\n",
" {'answer': 'charmed',\n",
" 'hint': 'synonyms for charmed',\n",
- " 'clues': [('entranced', 'filled with wonder and delight'),\n",
- " ('beguiled', 'filled with wonder and delight'),\n",
+ " 'clues': [('captivated', 'strongly attracted'),\n",
+ " ('entranced', 'filled with wonder and delight'),\n",
" ('enthralled', 'filled with wonder and delight'),\n",
- " ('delighted', 'filled with wonder and delight'),\n",
- " ('captivated', 'filled with wonder and delight')]},\n",
+ " ('beguiled', 'filled with wonder and delight'),\n",
+ " ('delighted', 'filled with wonder and delight')]},\n",
" {'answer': 'charming',\n",
" 'hint': 'synonyms for charming',\n",
- " 'clues': [('witching',\n",
+ " 'clues': [('wizardly',\n",
" 'possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare'),\n",
- " ('sorcerous',\n",
+ " ('magic',\n",
" 'possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare'),\n",
" ('magical',\n",
" 'possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare'),\n",
- " ('wizardly',\n",
+ " ('sorcerous',\n",
" 'possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare'),\n",
- " ('magic',\n",
+ " ('witching',\n",
" 'possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare')]},\n",
" {'answer': 'chatty',\n",
" 'hint': 'synonyms for chatty',\n",
- " 'clues': [('talkative', 'full of trivial conversation'),\n",
- " ('gossipy', 'prone to friendly informal communication'),\n",
+ " 'clues': [('gossipy', 'prone to friendly informal communication'),\n",
+ " ('talky', 'full of trivial conversation'),\n",
" ('gabby', 'full of trivial conversation'),\n",
" ('newsy', 'prone to friendly informal communication'),\n",
- " ('talky', 'full of trivial conversation'),\n",
- " ('garrulous', 'full of trivial conversation'),\n",
- " ('loquacious', 'full of trivial conversation')]},\n",
+ " ('talkative', 'full of trivial conversation'),\n",
+ " ('loquacious', 'full of trivial conversation'),\n",
+ " ('garrulous', 'full of trivial conversation')]},\n",
" {'answer': 'chauvinistic',\n",
" 'hint': 'synonyms for chauvinistic',\n",
- " 'clues': [('nationalistic', 'fanatically patriotic'),\n",
- " ('flag-waving', 'fanatically patriotic'),\n",
+ " 'clues': [('flag-waving', 'fanatically patriotic'),\n",
+ " ('ultranationalistic', 'fanatically patriotic'),\n",
" ('jingoistic', 'fanatically patriotic'),\n",
" ('superpatriotic', 'fanatically patriotic'),\n",
- " ('ultranationalistic', 'fanatically patriotic')]},\n",
+ " ('nationalistic', 'fanatically patriotic')]},\n",
" {'answer': 'cheap',\n",
" 'hint': 'synonyms for cheap',\n",
- " 'clues': [('flash', 'tastelessly showy'),\n",
- " ('garish', 'tastelessly showy'),\n",
- " ('trashy', 'tastelessly showy'),\n",
- " ('chinchy', 'embarrassingly stingy'),\n",
- " ('gimcrack', 'tastelessly showy'),\n",
- " ('bum', 'of very poor quality; flimsy'),\n",
- " ('tacky', 'tastelessly showy'),\n",
- " ('brassy', 'tastelessly showy'),\n",
- " ('meretricious', 'tastelessly showy'),\n",
- " ('crummy', 'of very poor quality; flimsy'),\n",
+ " 'clues': [('crummy', 'of very poor quality; flimsy'),\n",
+ " ('tinny', 'of very poor quality; flimsy'),\n",
+ " ('tatty', 'tastelessly showy'),\n",
" ('sleazy', 'of very poor quality; flimsy'),\n",
+ " ('flash', 'tastelessly showy'),\n",
+ " ('tacky', 'tastelessly showy'),\n",
" ('inexpensive', 'relatively low in price or charging low prices'),\n",
- " ('tinny', 'of very poor quality; flimsy'),\n",
- " ('chintzy', 'embarrassingly stingy'),\n",
- " ('gaudy', 'tastelessly showy'),\n",
- " ('cheesy', 'of very poor quality; flimsy'),\n",
+ " ('meretricious', 'tastelessly showy'),\n",
" ('tawdry', 'tastelessly showy'),\n",
- " ('tatty', 'tastelessly showy'),\n",
+ " ('cheesy', 'of very poor quality; flimsy'),\n",
+ " ('gaudy', 'tastelessly showy'),\n",
+ " ('chintzy', 'of very poor quality; flimsy'),\n",
+ " ('loud', 'tastelessly showy'),\n",
+ " ('chinchy', 'embarrassingly stingy'),\n",
+ " ('bum', 'of very poor quality; flimsy'),\n",
+ " ('trashy', 'tastelessly showy'),\n",
+ " ('gimcrack', 'tastelessly showy'),\n",
+ " ('brassy', 'tastelessly showy'),\n",
" ('punk', 'of very poor quality; flimsy'),\n",
- " ('loud', 'tastelessly showy')]},\n",
+ " ('garish', 'tastelessly showy')]},\n",
" {'answer': 'cheating',\n",
" 'hint': 'synonyms for cheating',\n",
- " 'clues': [('adulterous', 'not faithful to a spouse or lover'),\n",
+ " 'clues': [('unsportsmanlike', 'violating accepted standards or rules'),\n",
" ('two-timing', 'not faithful to a spouse or lover'),\n",
- " ('unsporting', 'violating accepted standards or rules'),\n",
+ " ('adulterous', 'not faithful to a spouse or lover'),\n",
" ('dirty', 'violating accepted standards or rules'),\n",
- " ('unsportsmanlike', 'violating accepted standards or rules'),\n",
+ " ('unsporting', 'violating accepted standards or rules'),\n",
" ('foul', 'violating accepted standards or rules')]},\n",
" {'answer': 'cheeseparing',\n",
" 'hint': 'synonyms for cheeseparing',\n",
- " 'clues': [('near', 'giving or spending with reluctance'),\n",
- " ('skinny', 'giving or spending with reluctance'),\n",
- " ('penny-pinching', 'giving or spending with reluctance'),\n",
- " ('close', 'giving or spending with reluctance')]},\n",
+ " 'clues': [('skinny', 'giving or spending with reluctance'),\n",
+ " ('near', 'giving or spending with reluctance'),\n",
+ " ('close', 'giving or spending with reluctance'),\n",
+ " ('penny-pinching', 'giving or spending with reluctance')]},\n",
" {'answer': 'cheesy',\n",
" 'hint': 'synonyms for cheesy',\n",
- " 'clues': [('bum', 'of very poor quality; flimsy'),\n",
- " ('punk', 'of very poor quality; flimsy'),\n",
- " ('cheap', 'of very poor quality; flimsy'),\n",
- " ('chintzy', 'of very poor quality; flimsy'),\n",
+ " 'clues': [('crummy', 'of very poor quality; flimsy'),\n",
" ('tinny', 'of very poor quality; flimsy'),\n",
- " ('crummy', 'of very poor quality; flimsy'),\n",
- " ('sleazy', 'of very poor quality; flimsy')]},\n",
+ " ('sleazy', 'of very poor quality; flimsy'),\n",
+ " ('chintzy', 'of very poor quality; flimsy'),\n",
+ " ('cheap', 'of very poor quality; flimsy'),\n",
+ " ('punk', 'of very poor quality; flimsy'),\n",
+ " ('bum', 'of very poor quality; flimsy')]},\n",
" {'answer': 'cherry',\n",
" 'hint': 'synonyms for cherry',\n",
- " 'clues': [('red',\n",
+ " 'clues': [('reddish',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruddy',\n",
+ " ('ruby-red',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('blood-red',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('cherry-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('cerise',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruby-red',\n",
+ " ('ruddy',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('ruby',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('carmine',\n",
+ " ('red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('crimson',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('scarlet',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('reddish',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry-red',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('blood-red',\n",
+ " ('carmine',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies')]},\n",
" {'answer': 'cherry-red',\n",
" 'hint': 'synonyms for cherry-red',\n",
- " 'clues': [('red',\n",
+ " 'clues': [('reddish',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('ruby-red',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('blood-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('ruddy',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('cerise',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruby-red',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('ruby',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry',\n",
+ " ('red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('carmine',\n",
+ " ('scarlet',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('crimson',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('scarlet',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('reddish',\n",
+ " ('cherry',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('blood-red',\n",
+ " ('carmine',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies')]},\n",
" {'answer': 'chicken',\n",
" 'hint': 'synonyms for chicken',\n",
- " 'clues': [('lily-livered', 'easily frightened'),\n",
- " ('yellow-bellied', 'easily frightened'),\n",
+ " 'clues': [('yellow', 'easily frightened'),\n",
" ('white-livered', 'easily frightened'),\n",
+ " ('yellow-bellied', 'easily frightened'),\n",
" ('chickenhearted', 'easily frightened'),\n",
- " ('yellow', 'easily frightened')]},\n",
+ " ('lily-livered', 'easily frightened')]},\n",
" {'answer': 'chickenhearted',\n",
" 'hint': 'synonyms for chickenhearted',\n",
- " 'clues': [('yellow-bellied', 'easily frightened'),\n",
- " ('chicken', 'easily frightened'),\n",
- " ('lily-livered', 'easily frightened'),\n",
+ " 'clues': [('yellow', 'easily frightened'),\n",
" ('white-livered', 'easily frightened'),\n",
- " ('yellow', 'easily frightened')]},\n",
+ " ('chicken', 'easily frightened'),\n",
+ " ('yellow-bellied', 'easily frightened'),\n",
+ " ('lily-livered', 'easily frightened')]},\n",
" {'answer': 'chief',\n",
" 'hint': 'synonyms for chief',\n",
- " 'clues': [('main', 'most important element'),\n",
+ " 'clues': [('primary', 'most important element'),\n",
" ('master', 'most important element'),\n",
- " ('principal', 'most important element'),\n",
- " ('primary', 'most important element')]},\n",
+ " ('main', 'most important element'),\n",
+ " ('principal', 'most important element')]},\n",
" {'answer': 'childlike',\n",
" 'hint': 'synonyms for childlike',\n",
" 'clues': [('childly', 'befitting a young child'),\n",
- " ('wide-eyed', 'exhibiting childlike simplicity and credulity'),\n",
" ('simple', 'exhibiting childlike simplicity and credulity'),\n",
+ " ('wide-eyed', 'exhibiting childlike simplicity and credulity'),\n",
" ('dewy-eyed', 'exhibiting childlike simplicity and credulity'),\n",
" ('round-eyed', 'exhibiting childlike simplicity and credulity')]},\n",
" {'answer': 'chintzy',\n",
" 'hint': 'synonyms for chintzy',\n",
- " 'clues': [('tinny', 'of very poor quality; flimsy'),\n",
+ " 'clues': [('chinchy', 'embarrassingly stingy'),\n",
+ " ('crummy', 'of very poor quality; flimsy'),\n",
+ " ('tinny', 'of very poor quality; flimsy'),\n",
" ('cheap', 'embarrassingly stingy'),\n",
+ " ('sleazy', 'of very poor quality; flimsy'),\n",
" ('cheesy', 'of very poor quality; flimsy'),\n",
- " ('chinchy', 'embarrassingly stingy'),\n",
- " ('bum', 'of very poor quality; flimsy'),\n",
" ('punk', 'of very poor quality; flimsy'),\n",
- " ('crummy', 'of very poor quality; flimsy'),\n",
- " ('sleazy', 'of very poor quality; flimsy')]},\n",
+ " ('bum', 'of very poor quality; flimsy')]},\n",
" {'answer': 'chock-full',\n",
" 'hint': 'synonyms for chock-full',\n",
- " 'clues': [('chuck-full', 'packed full to capacity'),\n",
- " ('chockful', 'packed full to capacity'),\n",
- " ('cram full', 'packed full to capacity'),\n",
- " ('chockablock', 'packed full to capacity'),\n",
- " ('choke-full', 'packed full to capacity')]},\n",
- " {'answer': 'chockablock',\n",
- " 'hint': 'synonyms for chockablock',\n",
- " 'clues': [('chuck-full', 'packed full to capacity'),\n",
- " ('chockful', 'packed full to capacity'),\n",
- " ('cram full', 'packed full to capacity'),\n",
- " ('choke-full', 'packed full to capacity')]},\n",
- " {'answer': 'chockful',\n",
- " 'hint': 'synonyms for chockful',\n",
- " 'clues': [('chuck-full', 'packed full to capacity'),\n",
- " ('cram full', 'packed full to capacity'),\n",
+ " 'clues': [('cram full', 'packed full to capacity'),\n",
+ " ('chuck-full', 'packed full to capacity'),\n",
" ('choke-full', 'packed full to capacity'),\n",
- " ('chockablock', 'packed full to capacity')]},\n",
+ " ('chockablock', 'packed full to capacity'),\n",
+ " ('chockful', 'packed full to capacity')]},\n",
" {'answer': 'choice',\n",
" 'hint': 'synonyms for choice',\n",
- " 'clues': [('select', 'of superior grade'),\n",
- " ('quality', 'of superior grade'),\n",
- " ('prize', 'of superior grade'),\n",
- " ('prime', 'of superior grade')]},\n",
- " {'answer': 'choke-full',\n",
- " 'hint': 'synonyms for choke-full',\n",
- " 'clues': [('chuck-full', 'packed full to capacity'),\n",
- " ('chockful', 'packed full to capacity'),\n",
- " ('cram full', 'packed full to capacity'),\n",
- " ('chockablock', 'packed full to capacity')]},\n",
+ " 'clues': [('prize', 'of superior grade'),\n",
+ " ('select', 'of superior grade'),\n",
+ " ('prime', 'of superior grade'),\n",
+ " ('quality', 'of superior grade')]},\n",
" {'answer': 'choleric',\n",
" 'hint': 'synonyms for choleric',\n",
" 'clues': [('hot-tempered', 'quickly aroused to anger'),\n",
" ('quick-tempered', 'quickly aroused to anger'),\n",
- " ('irascible', 'characterized by anger'),\n",
- " ('hotheaded', 'quickly aroused to anger')]},\n",
- " {'answer': 'chuck-full',\n",
- " 'hint': 'synonyms for chuck-full',\n",
- " 'clues': [('chockful', 'packed full to capacity'),\n",
- " ('cram full', 'packed full to capacity'),\n",
- " ('choke-full', 'packed full to capacity'),\n",
- " ('chockablock', 'packed full to capacity')]},\n",
+ " ('hotheaded', 'quickly aroused to anger'),\n",
+ " ('irascible', 'quickly aroused to anger')]},\n",
" {'answer': 'chummy',\n",
" 'hint': 'synonyms for chummy',\n",
- " 'clues': [('thick', '(used informally) associated on close terms'),\n",
+ " 'clues': [('pally',\n",
+ " '(used colloquially) having the relationship of friends or pals'),\n",
" ('palsy-walsy',\n",
" '(used colloquially) having the relationship of friends or pals'),\n",
" ('buddy-buddy', '(used informally) associated on close terms'),\n",
+ " ('thick', '(used informally) associated on close terms'),\n",
" ('matey',\n",
- " '(used colloquially) having the relationship of friends or pals'),\n",
- " ('pally',\n",
" '(used colloquially) having the relationship of friends or pals')]},\n",
" {'answer': 'chunky',\n",
" 'hint': 'synonyms for chunky',\n",
- " 'clues': [('low-set',\n",
- " 'short and thick; as e.g. having short legs and heavy musculature'),\n",
- " ('dumpy',\n",
+ " 'clues': [('lumpy', 'like or containing small sticky lumps'),\n",
+ " ('low-set',\n",
" 'short and thick; as e.g. having short legs and heavy musculature'),\n",
" ('squatty',\n",
" 'short and thick; as e.g. having short legs and heavy musculature'),\n",
+ " ('dumpy',\n",
+ " 'short and thick; as e.g. having short legs and heavy musculature'),\n",
" ('squat',\n",
" 'short and thick; as e.g. having short legs and heavy musculature'),\n",
- " ('lumpy', 'like or containing small sticky lumps'),\n",
" ('stumpy',\n",
" 'short and thick; as e.g. having short legs and heavy musculature')]},\n",
" {'answer': 'churning',\n",
" 'hint': 'synonyms for churning',\n",
- " 'clues': [('churned-up',\n",
- " 'moving with or producing or produced by vigorous agitation'),\n",
- " ('roiled', '(of a liquid) agitated vigorously; in a state of turbulence'),\n",
- " ('roiling',\n",
+ " 'clues': [('roiling',\n",
" '(of a liquid) agitated vigorously; in a state of turbulence'),\n",
" ('turbulent',\n",
" '(of a liquid) agitated vigorously; in a state of turbulence'),\n",
- " ('roily',\n",
+ " ('roily', '(of a liquid) agitated vigorously; in a state of turbulence'),\n",
+ " ('churned-up',\n",
+ " 'moving with or producing or produced by vigorous agitation'),\n",
+ " ('roiled',\n",
" '(of a liquid) agitated vigorously; in a state of turbulence')]},\n",
" {'answer': 'circinate',\n",
" 'hint': 'synonyms for circinate',\n",
- " 'clues': [('doughnut-shaped', 'shaped like a ring'),\n",
+ " 'clues': [('annulate', 'shaped like a ring'),\n",
" ('ring-shaped', 'shaped like a ring'),\n",
+ " ('ringed', 'shaped like a ring'),\n",
" ('annular', 'shaped like a ring'),\n",
- " ('annulate', 'shaped like a ring'),\n",
- " ('ringed', 'shaped like a ring')]},\n",
+ " ('doughnut-shaped', 'shaped like a ring')]},\n",
" {'answer': 'cissy',\n",
" 'hint': 'synonyms for cissy',\n",
- " 'clues': [('epicene', 'having unsuitable feminine qualities'),\n",
- " ('effeminate', 'having unsuitable feminine qualities'),\n",
+ " 'clues': [('effeminate', 'having unsuitable feminine qualities'),\n",
+ " ('sissified', 'having unsuitable feminine qualities'),\n",
" ('emasculate', 'having unsuitable feminine qualities'),\n",
" ('sissy', 'having unsuitable feminine qualities'),\n",
- " ('sissified', 'having unsuitable feminine qualities'),\n",
+ " ('epicene', 'having unsuitable feminine qualities'),\n",
" ('sissyish', 'having unsuitable feminine qualities')]},\n",
" {'answer': 'civilised',\n",
" 'hint': 'synonyms for civilised',\n",
- " 'clues': [('polite', 'marked by refinement in taste and manners'),\n",
- " ('genteel', 'marked by refinement in taste and manners'),\n",
- " ('civilized',\n",
- " 'having a high state of culture and development both social and technological'),\n",
+ " 'clues': [('civilized', 'marked by refinement in taste and manners'),\n",
+ " ('polite', 'marked by refinement in taste and manners'),\n",
+ " ('cultivated', 'marked by refinement in taste and manners'),\n",
" ('cultured', 'marked by refinement in taste and manners'),\n",
- " ('cultivated', 'marked by refinement in taste and manners')]},\n",
+ " ('genteel', 'marked by refinement in taste and manners')]},\n",
" {'answer': 'civilized',\n",
" 'hint': 'synonyms for civilized',\n",
- " 'clues': [('polite', 'marked by refinement in taste and manners'),\n",
- " ('genteel', 'marked by refinement in taste and manners'),\n",
- " ('civilised',\n",
- " 'having a high state of culture and development both social and technological'),\n",
- " ('cultured', 'marked by refinement in taste and manners'),\n",
- " ('cultivated', 'marked by refinement in taste and manners')]},\n",
+ " 'clues': [('cultured', 'marked by refinement in taste and manners'),\n",
+ " ('civilised', 'marked by refinement in taste and manners'),\n",
+ " ('polite', 'marked by refinement in taste and manners'),\n",
+ " ('cultivated', 'marked by refinement in taste and manners'),\n",
+ " ('genteel', 'marked by refinement in taste and manners')]},\n",
" {'answer': 'clamant',\n",
" 'hint': 'synonyms for clamant',\n",
- " 'clues': [('strident',\n",
- " 'conspicuously and offensively loud; given to vehement outcry'),\n",
- " ('clamorous',\n",
- " 'conspicuously and offensively loud; given to vehement outcry'),\n",
+ " 'clues': [('crying', 'demanding attention; ; ; - H.L.Mencken'),\n",
" ('insistent', 'demanding attention; ; ; - H.L.Mencken'),\n",
- " ('instant', 'demanding attention; ; ; - H.L.Mencken'),\n",
" ('exigent', 'demanding attention; ; ; - H.L.Mencken'),\n",
+ " ('strident',\n",
+ " 'conspicuously and offensively loud; given to vehement outcry'),\n",
" ('blatant',\n",
" 'conspicuously and offensively loud; given to vehement outcry'),\n",
+ " ('instant', 'demanding attention; ; ; - H.L.Mencken'),\n",
" ('vociferous',\n",
" 'conspicuously and offensively loud; given to vehement outcry'),\n",
- " ('crying', 'demanding attention; ; ; - H.L.Mencken')]},\n",
+ " ('clamorous',\n",
+ " 'conspicuously and offensively loud; given to vehement outcry')]},\n",
" {'answer': 'clamorous',\n",
" 'hint': 'synonyms for clamorous',\n",
- " 'clues': [('blatant',\n",
- " 'conspicuously and offensively loud; given to vehement outcry'),\n",
- " ('strident',\n",
+ " 'clues': [('strident',\n",
" 'conspicuously and offensively loud; given to vehement outcry'),\n",
- " ('clamant',\n",
+ " ('blatant',\n",
" 'conspicuously and offensively loud; given to vehement outcry'),\n",
" ('vociferous',\n",
+ " 'conspicuously and offensively loud; given to vehement outcry'),\n",
+ " ('clamant',\n",
" 'conspicuously and offensively loud; given to vehement outcry')]},\n",
" {'answer': 'clandestine',\n",
" 'hint': 'synonyms for clandestine',\n",
- " 'clues': [('cloak-and-dagger',\n",
+ " 'clues': [('undercover',\n",
" 'conducted with or marked by hidden aims or methods'),\n",
- " ('underground', 'conducted with or marked by hidden aims or methods'),\n",
- " ('hugger-mugger', 'conducted with or marked by hidden aims or methods'),\n",
- " ('secret', 'conducted with or marked by hidden aims or methods'),\n",
- " ('undercover', 'conducted with or marked by hidden aims or methods'),\n",
- " ('surreptitious', 'conducted with or marked by hidden aims or methods'),\n",
" ('hush-hush', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('surreptitious', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('secret', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('hugger-mugger', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('underground', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('cloak-and-dagger',\n",
+ " 'conducted with or marked by hidden aims or methods'),\n",
" ('hole-and-corner',\n",
" 'conducted with or marked by hidden aims or methods')]},\n",
" {'answer': 'clannish',\n",
" 'hint': 'synonyms for clannish',\n",
- " 'clues': [('snobbish',\n",
+ " 'clues': [('snobby',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
" ('cliquish',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
- " ('snobby',\n",
- " 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
" ('clubby',\n",
+ " 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
+ " ('snobbish',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior')]},\n",
" {'answer': 'clean',\n",
" 'hint': 'synonyms for clean',\n",
- " 'clues': [('uncontaminating',\n",
+ " 'clues': [('clear',\n",
+ " '(of sound or color) free from anything that dulls or dims'),\n",
+ " ('clean-living', 'morally pure'),\n",
+ " ('white', '(of a surface) not written or printed on'),\n",
+ " ('uncontaminating',\n",
" 'not spreading pollution or contamination; especially radioactive contamination'),\n",
- " ('neat', 'free from clumsiness; precisely or deftly executed'),\n",
+ " ('light', '(of sound or color) free from anything that dulls or dims'),\n",
" ('fresh', 'free from impurities'),\n",
- " ('white', '(of a surface) not written or printed on'),\n",
" ('unclouded',\n",
" '(of sound or color) free from anything that dulls or dims'),\n",
" ('blank', '(of a surface) not written or printed on'),\n",
- " ('uninfected', 'free from sepsis or infection'),\n",
- " ('light', '(of sound or color) free from anything that dulls or dims'),\n",
- " ('sporting', 'exhibiting or calling for sportsmanship or fair play'),\n",
- " ('clear', '(of sound or color) free from anything that dulls or dims'),\n",
- " ('clean-living', 'morally pure'),\n",
" ('sportsmanlike', 'exhibiting or calling for sportsmanship or fair play'),\n",
" ('sporty', 'exhibiting or calling for sportsmanship or fair play'),\n",
" ('fair', '(of a manuscript) having few alterations or corrections'),\n",
+ " ('sporting', 'exhibiting or calling for sportsmanship or fair play'),\n",
+ " ('uninfected', 'free from sepsis or infection'),\n",
+ " ('neat', 'free from clumsiness; precisely or deftly executed'),\n",
" ('unobjectionable',\n",
" '(of behavior or especially language) free from objectionable elements; fit for all observers')]},\n",
" {'answer': 'clean-cut',\n",
" 'hint': 'synonyms for clean-cut',\n",
- " 'clues': [('clear-cut',\n",
- " 'clear and distinct to the senses; easily perceptible'),\n",
- " ('trim', 'neat and smart in appearance'),\n",
+ " 'clues': [('trig', 'neat and smart in appearance'),\n",
+ " ('clear-cut', 'clear and distinct to the senses; easily perceptible'),\n",
" ('clear', 'clear and distinct to the senses; easily perceptible'),\n",
- " ('trig', 'neat and smart in appearance')]},\n",
+ " ('trim', 'neat and smart in appearance')]},\n",
" {'answer': 'clear',\n",
" 'hint': 'synonyms for clear',\n",
- " 'clues': [('percipient',\n",
- " 'characterized by ease and quickness in perceiving'),\n",
- " ('clean', '(of sound or color) free from anything that dulls or dims'),\n",
+ " 'clues': [('absolved', 'freed from any question of guilt'),\n",
" ('clear-cut', 'clear and distinct to the senses; easily perceptible'),\n",
" ('well-defined', 'accurately stated or described'),\n",
- " ('unmortgaged',\n",
- " '(especially of a title) free from any encumbrance or limitation that presents a question of fact or law'),\n",
- " ('unclouded',\n",
- " '(of sound or color) free from anything that dulls or dims'),\n",
+ " ('clean', 'free of restrictions or qualifications'),\n",
" ('light', '(of sound or color) free from anything that dulls or dims'),\n",
+ " ('vindicated', 'freed from any question of guilt'),\n",
+ " ('percipient', 'characterized by ease and quickness in perceiving'),\n",
" ('readable', 'easily deciphered'),\n",
- " ('decipherable', 'easily deciphered'),\n",
- " ('absolved', 'freed from any question of guilt'),\n",
+ " ('open', 'affording free passage or view'),\n",
+ " ('unclouded',\n",
+ " '(of sound or color) free from anything that dulls or dims'),\n",
+ " ('cleared', 'freed from any question of guilt'),\n",
" ('exonerated', 'freed from any question of guilt'),\n",
+ " ('decipherable', 'easily deciphered'),\n",
" ('exculpated', 'freed from any question of guilt'),\n",
- " ('vindicated', 'freed from any question of guilt'),\n",
- " ('cleared', 'freed from any question of guilt'),\n",
- " ('open', 'affording free passage or view')]},\n",
+ " ('unmortgaged',\n",
+ " '(especially of a title) free from any encumbrance or limitation that presents a question of fact or law')]},\n",
" {'answer': 'clear-cut',\n",
" 'hint': 'synonyms for clear-cut',\n",
- " 'clues': [('clean-cut',\n",
- " 'clear and distinct to the senses; easily perceptible'),\n",
+ " 'clues': [('distinct', 'clearly or sharply defined to the mind'),\n",
" ('clear', 'clear and distinct to the senses; easily perceptible'),\n",
- " ('distinct', 'clearly or sharply defined to the mind'),\n",
+ " ('clean-cut', 'clear and distinct to the senses; easily perceptible'),\n",
" ('trenchant', 'clearly or sharply defined to the mind')]},\n",
" {'answer': 'cleared',\n",
" 'hint': 'synonyms for cleared',\n",
- " 'clues': [('vindicated', 'freed from any question of guilt'),\n",
- " ('absolved', 'freed from any question of guilt'),\n",
+ " 'clues': [('absolved', 'freed from any question of guilt'),\n",
" ('clear', 'freed from any question of guilt'),\n",
- " ('exonerated', 'freed from any question of guilt'),\n",
- " ('exculpated', 'freed from any question of guilt')]},\n",
+ " ('exculpated', 'freed from any question of guilt'),\n",
+ " ('vindicated', 'freed from any question of guilt'),\n",
+ " ('exonerated', 'freed from any question of guilt')]},\n",
" {'answer': 'clever',\n",
" 'hint': 'synonyms for clever',\n",
- " 'clues': [('cunning', 'showing inventiveness and skill'),\n",
+ " 'clues': [('ingenious', 'showing inventiveness and skill'),\n",
" ('apt', 'mentally quick and resourceful; ; -Bram Stoker'),\n",
- " ('cagey', 'showing self-interest and shrewdness in dealing with others'),\n",
" ('canny', 'showing self-interest and shrewdness in dealing with others'),\n",
- " ('ingenious', 'showing inventiveness and skill')]},\n",
+ " ('cunning', 'showing inventiveness and skill'),\n",
+ " ('cagy', 'showing self-interest and shrewdness in dealing with others')]},\n",
" {'answer': 'cliquish',\n",
" 'hint': 'synonyms for cliquish',\n",
- " 'clues': [('snobbish',\n",
+ " 'clues': [('snobby',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
- " ('clannish',\n",
+ " ('snobbish',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
- " ('snobby',\n",
+ " ('clannish',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
" ('clubby',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior')]},\n",
" {'answer': 'cloak-and-dagger',\n",
" 'hint': 'synonyms for cloak-and-dagger',\n",
- " 'clues': [('underground',\n",
+ " 'clues': [('clandestine',\n",
" 'conducted with or marked by hidden aims or methods'),\n",
- " ('hugger-mugger', 'conducted with or marked by hidden aims or methods'),\n",
- " ('secret', 'conducted with or marked by hidden aims or methods'),\n",
" ('undercover', 'conducted with or marked by hidden aims or methods'),\n",
- " ('surreptitious', 'conducted with or marked by hidden aims or methods'),\n",
- " ('clandestine', 'conducted with or marked by hidden aims or methods'),\n",
" ('hush-hush', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('surreptitious', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('secret', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('hugger-mugger', 'conducted with or marked by hidden aims or methods'),\n",
+ " ('underground', 'conducted with or marked by hidden aims or methods'),\n",
" ('hole-and-corner',\n",
" 'conducted with or marked by hidden aims or methods')]},\n",
" {'answer': 'cloaked',\n",
" 'hint': 'synonyms for cloaked',\n",
- " 'clues': [('draped',\n",
- " 'covered with or as if with clothes or a wrap or cloak'),\n",
+ " 'clues': [('masked',\n",
+ " 'having its true character concealed with the intent of misleading'),\n",
" ('clothed', 'covered with or as if with clothes or a wrap or cloak'),\n",
- " ('mantled', 'covered with or as if with clothes or a wrap or cloak'),\n",
- " ('masked',\n",
+ " ('disguised',\n",
" 'having its true character concealed with the intent of misleading'),\n",
+ " ('draped', 'covered with or as if with clothes or a wrap or cloak'),\n",
" ('wrapped', 'covered with or as if with clothes or a wrap or cloak'),\n",
- " ('disguised',\n",
- " 'having its true character concealed with the intent of misleading')]},\n",
+ " ('mantled', 'covered with or as if with clothes or a wrap or cloak')]},\n",
" {'answer': 'cloistered',\n",
" 'hint': 'synonyms for cloistered',\n",
- " 'clues': [('sequestered', 'providing privacy or seclusion'),\n",
- " ('monastic',\n",
- " 'of communal life sequestered from the world under religious vows'),\n",
- " ('conventual',\n",
+ " 'clues': [('cloistral',\n",
" 'of communal life sequestered from the world under religious vows'),\n",
- " ('cloistral',\n",
+ " ('sequestered', 'providing privacy or seclusion'),\n",
+ " ('secluded', 'providing privacy or seclusion'),\n",
+ " ('monastic',\n",
" 'of communal life sequestered from the world under religious vows'),\n",
" ('reclusive', 'providing privacy or seclusion'),\n",
- " ('secluded', 'providing privacy or seclusion')]},\n",
+ " ('conventual',\n",
+ " 'of communal life sequestered from the world under religious vows')]},\n",
" {'answer': 'close',\n",
" 'hint': 'synonyms for close',\n",
- " 'clues': [('tightlipped',\n",
+ " 'clues': [('skinny', 'giving or spending with reluctance'),\n",
+ " ('unaired', 'lacking fresh air'),\n",
+ " ('closelipped',\n",
" 'inclined to secrecy or reticence about divulging information'),\n",
- " ('snug', 'fitting closely but comfortably'),\n",
- " ('cheeseparing', 'giving or spending with reluctance'),\n",
" ('airless', 'lacking fresh air'),\n",
- " ('unaired', 'lacking fresh air'),\n",
- " ('stuffy', 'lacking fresh air'),\n",
" ('near', 'not far distant in time or space or degree or circumstances'),\n",
+ " ('secretive',\n",
+ " 'inclined to secrecy or reticence about divulging information'),\n",
" ('close-fitting', 'fitting closely but comfortably'),\n",
- " ('skinny', 'giving or spending with reluctance'),\n",
- " ('nigh', 'not far distant in time or space or degree or circumstances'),\n",
- " ('confining', 'crowded'),\n",
+ " ('tight', '(of a contest or contestants) evenly matched'),\n",
" ('penny-pinching', 'giving or spending with reluctance'),\n",
- " ('faithful', 'marked by fidelity to an original'),\n",
- " ('tight', 'of textiles'),\n",
- " ('closelipped',\n",
- " 'inclined to secrecy or reticence about divulging information'),\n",
- " ('secretive',\n",
+ " ('tightlipped',\n",
" 'inclined to secrecy or reticence about divulging information'),\n",
" ('closemouthed',\n",
- " 'inclined to secrecy or reticence about divulging information')]},\n",
+ " 'inclined to secrecy or reticence about divulging information'),\n",
+ " ('snug', 'fitting closely but comfortably'),\n",
+ " ('confining', 'crowded'),\n",
+ " ('stuffy', 'lacking fresh air'),\n",
+ " ('nigh', 'not far distant in time or space or degree or circumstances'),\n",
+ " ('cheeseparing', 'giving or spending with reluctance'),\n",
+ " ('faithful', 'marked by fidelity to an original')]},\n",
" {'answer': 'close_at_hand',\n",
" 'hint': 'synonyms for close at hand',\n",
- " 'clues': [('imminent', 'close in time; about to occur'),\n",
- " ('impendent', 'close in time; about to occur'),\n",
+ " 'clues': [('at hand', 'close in space; within reach'),\n",
" ('impending', 'close in time; about to occur'),\n",
- " ('at hand', 'close in time; about to occur')]},\n",
+ " ('impendent', 'close in time; about to occur'),\n",
+ " ('imminent', 'close in time; about to occur')]},\n",
" {'answer': 'closed',\n",
" 'hint': 'synonyms for closed',\n",
" 'clues': [('unopen', 'not open'),\n",
- " ('shut', 'used especially of mouth or eyes'),\n",
" ('closed in', 'blocked against entry'),\n",
+ " ('shut', 'not open'),\n",
" ('unsympathetic', 'not having an open mind')]},\n",
" {'answer': 'closelipped',\n",
" 'hint': 'synonyms for closelipped',\n",
@@ -40858,11 +40889,11 @@
" 'hint': 'synonyms for clothed',\n",
" 'clues': [('draped',\n",
" 'covered with or as if with clothes or a wrap or cloak'),\n",
- " ('mantled', 'covered with or as if with clothes or a wrap or cloak'),\n",
- " ('cloaked', 'covered with or as if with clothes or a wrap or cloak'),\n",
" ('clad',\n",
" 'wearing or provided with clothing; sometimes used in combination; - Bible'),\n",
- " ('wrapped', 'covered with or as if with clothes or a wrap or cloak')]},\n",
+ " ('cloaked', 'covered with or as if with clothes or a wrap or cloak'),\n",
+ " ('wrapped', 'covered with or as if with clothes or a wrap or cloak'),\n",
+ " ('mantled', 'covered with or as if with clothes or a wrap or cloak')]},\n",
" {'answer': 'clouded',\n",
" 'hint': 'synonyms for clouded',\n",
" 'clues': [('blurred', 'unclear in form or expression; ; - H.G.Wells'),\n",
@@ -40871,567 +40902,567 @@
" ('overcast', 'filled or abounding with clouds')]},\n",
" {'answer': 'cloudy',\n",
" 'hint': 'synonyms for cloudy',\n",
- " 'clues': [('nebulose', 'lacking definite form or limits; - H.T.Moore'),\n",
+ " 'clues': [('turbid', '(of liquids) clouded as with sediment'),\n",
+ " ('mirky', '(of liquids) clouded as with sediment'),\n",
+ " ('nebulose', 'lacking definite form or limits; - H.T.Moore'),\n",
" ('muddy', '(of liquids) clouded as with sediment'),\n",
- " ('turbid', '(of liquids) clouded as with sediment'),\n",
- " ('murky', '(of liquids) clouded as with sediment'),\n",
- " ('mirky', '(of liquids) clouded as with sediment')]},\n",
+ " ('murky', '(of liquids) clouded as with sediment')]},\n",
" {'answer': 'clubby',\n",
" 'hint': 'synonyms for clubby',\n",
- " 'clues': [('snobbish',\n",
+ " 'clues': [('clubbish', 'effusively sociable'),\n",
+ " ('snobby',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
" ('cliquish',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
" ('clannish',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior'),\n",
- " ('clubbish', 'effusively sociable'),\n",
- " ('snobby',\n",
+ " ('snobbish',\n",
" 'befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior')]},\n",
" {'answer': 'clumsy',\n",
" 'hint': 'synonyms for clumsy',\n",
- " 'clues': [('awkward', 'not elegant or graceful in expression'),\n",
- " ('incompetent', 'showing lack of skill or aptitude'),\n",
- " ('clunky', 'lacking grace in movement or posture'),\n",
- " ('unwieldy', 'lacking grace in movement or posture'),\n",
- " ('inapt', 'not elegant or graceful in expression'),\n",
+ " 'clues': [('ungainly',\n",
+ " 'difficult to handle or manage especially because of shape'),\n",
" ('cumbersome', 'not elegant or graceful in expression'),\n",
- " ('bungling', 'showing lack of skill or aptitude'),\n",
- " ('ill-chosen', 'not elegant or graceful in expression'),\n",
+ " ('inept', 'not elegant or graceful in expression'),\n",
+ " ('gawky', 'lacking grace in movement or posture'),\n",
+ " ('unwieldy', 'lacking grace in movement or posture'),\n",
+ " ('awkward', 'difficult to handle or manage especially because of shape'),\n",
" ('bunglesome',\n",
" 'difficult to handle or manage especially because of shape'),\n",
- " ('ungainly', 'lacking grace in movement or posture'),\n",
+ " ('ill-chosen', 'not elegant or graceful in expression'),\n",
" ('fumbling', 'showing lack of skill or aptitude'),\n",
- " ('inept', 'not elegant or graceful in expression'),\n",
- " ('gawky', 'lacking grace in movement or posture')]},\n",
+ " ('clunky', 'lacking grace in movement or posture'),\n",
+ " ('bungling', 'showing lack of skill or aptitude'),\n",
+ " ('incompetent', 'showing lack of skill or aptitude'),\n",
+ " ('inapt', 'not elegant or graceful in expression')]},\n",
" {'answer': 'clunky',\n",
" 'hint': 'synonyms for clunky',\n",
- " 'clues': [('unwieldy', 'lacking grace in movement or posture'),\n",
+ " 'clues': [('gawky', 'lacking grace in movement or posture'),\n",
" ('clumsy', 'lacking grace in movement or posture'),\n",
- " ('gawky', 'lacking grace in movement or posture'),\n",
- " ('ungainly', 'lacking grace in movement or posture')]},\n",
+ " ('ungainly', 'lacking grace in movement or posture'),\n",
+ " ('unwieldy', 'lacking grace in movement or posture')]},\n",
" {'answer': 'co-occurrent',\n",
" 'hint': 'synonyms for co-occurrent',\n",
- " 'clues': [('coincidental', 'occurring or operating at the same time'),\n",
+ " 'clues': [('concurrent', 'occurring or operating at the same time'),\n",
" ('cooccurring', 'occurring or operating at the same time'),\n",
- " ('simultaneous', 'occurring or operating at the same time'),\n",
- " ('concurrent', 'occurring or operating at the same time'),\n",
- " ('coinciding', 'occurring or operating at the same time')]},\n",
+ " ('coincident', 'occurring or operating at the same time'),\n",
+ " ('coinciding', 'occurring or operating at the same time'),\n",
+ " ('simultaneous', 'occurring or operating at the same time')]},\n",
" {'answer': 'co-ordinated',\n",
" 'hint': 'synonyms for co-ordinated',\n",
- " 'clues': [('coordinated', 'intentionally matched'),\n",
- " ('unified', 'operating as a unit'),\n",
+ " 'clues': [('matching', 'intentionally matched'),\n",
+ " ('coordinated', 'operating as a unit'),\n",
" ('interconnected', 'operating as a unit'),\n",
- " ('matching', 'intentionally matched')]},\n",
+ " ('unified', 'operating as a unit')]},\n",
" {'answer': 'coagulated',\n",
" 'hint': 'synonyms for coagulated',\n",
" 'clues': [('coagulate',\n",
" 'transformed from a liquid into a soft semisolid or solid mass'),\n",
+ " ('grumose',\n",
+ " 'transformed from a liquid into a soft semisolid or solid mass'),\n",
" ('curdled',\n",
" 'transformed from a liquid into a soft semisolid or solid mass'),\n",
- " ('solidified', 'changed into a solid mass'),\n",
- " ('grumose',\n",
- " 'transformed from a liquid into a soft semisolid or solid mass')]},\n",
+ " ('solidified', 'changed into a solid mass')]},\n",
" {'answer': 'coal-black',\n",
" 'hint': 'synonyms for coal-black',\n",
- " 'clues': [('sooty',\n",
- " 'of the blackest black; similar to the color of jet or coal'),\n",
- " ('jet-black',\n",
+ " 'clues': [('jet-black',\n",
" 'of the blackest black; similar to the color of jet or coal'),\n",
+ " ('sooty', 'of the blackest black; similar to the color of jet or coal'),\n",
" ('pitchy', 'of the blackest black; similar to the color of jet or coal'),\n",
" ('jet', 'of the blackest black; similar to the color of jet or coal')]},\n",
" {'answer': 'coarse',\n",
" 'hint': 'synonyms for coarse',\n",
- " 'clues': [('harsh',\n",
- " 'of textures that are rough to the touch or substances consisting of relatively large particles'),\n",
- " ('vulgar', 'lacking refinement or cultivation or taste'),\n",
- " ('common', 'lacking refinement or cultivation or taste'),\n",
+ " 'clues': [('common', 'lacking refinement or cultivation or taste'),\n",
+ " ('uncouth', 'lacking refinement or cultivation or taste'),\n",
" ('rough-cut', 'lacking refinement or cultivation or taste'),\n",
- " ('uncouth', 'lacking refinement or cultivation or taste')]},\n",
+ " ('harsh',\n",
+ " 'of textures that are rough to the touch or substances consisting of relatively large particles'),\n",
+ " ('vulgar', 'lacking refinement or cultivation or taste')]},\n",
" {'answer': 'coarse-grained',\n",
" 'hint': 'synonyms for coarse-grained',\n",
- " 'clues': [('mealy',\n",
+ " 'clues': [('farinaceous',\n",
" 'composed of or covered with particles resembling meal in texture or consistency'),\n",
- " ('gritty',\n",
+ " ('mealy',\n",
" 'composed of or covered with particles resembling meal in texture or consistency'),\n",
" ('grainy',\n",
" 'composed of or covered with particles resembling meal in texture or consistency'),\n",
- " ('large-grained', 'not having a fine texture'),\n",
- " ('farinaceous',\n",
+ " ('granulose',\n",
" 'composed of or covered with particles resembling meal in texture or consistency'),\n",
+ " ('large-grained', 'not having a fine texture'),\n",
" ('granular',\n",
" 'composed of or covered with particles resembling meal in texture or consistency'),\n",
- " ('granulose',\n",
+ " ('gritty',\n",
" 'composed of or covered with particles resembling meal in texture or consistency')]},\n",
" {'answer': 'cobwebby',\n",
" 'hint': 'synonyms for cobwebby',\n",
- " 'clues': [('gauzy', 'so thin as to transmit light'),\n",
- " ('transparent', 'so thin as to transmit light'),\n",
- " ('gossamer', 'so thin as to transmit light'),\n",
+ " 'clues': [('gossamer', 'so thin as to transmit light'),\n",
+ " ('vaporous', 'so thin as to transmit light'),\n",
+ " ('diaphanous', 'so thin as to transmit light'),\n",
" ('see-through', 'so thin as to transmit light'),\n",
- " ('sheer', 'so thin as to transmit light'),\n",
+ " ('transparent', 'so thin as to transmit light'),\n",
" ('gauze-like', 'so thin as to transmit light'),\n",
- " ('vapourous', 'so thin as to transmit light'),\n",
- " ('diaphanous', 'so thin as to transmit light'),\n",
+ " ('gauzy', 'so thin as to transmit light'),\n",
+ " ('sheer', 'so thin as to transmit light'),\n",
" ('filmy', 'so thin as to transmit light')]},\n",
" {'answer': 'cock-a-hoop',\n",
" 'hint': 'synonyms for cock-a-hoop',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('boastful', 'exhibiting self-importance'),\n",
- " ('big', 'exhibiting self-importance'),\n",
+ " 'clues': [('big', 'exhibiting self-importance'),\n",
" ('bragging', 'exhibiting self-importance'),\n",
- " ('braggart', 'exhibiting self-importance'),\n",
+ " ('boastful', 'exhibiting self-importance'),\n",
+ " ('crowing', 'exhibiting self-importance'),\n",
" ('braggy', 'exhibiting self-importance'),\n",
- " ('crowing', 'exhibiting self-importance')]},\n",
+ " ('braggart', 'exhibiting self-importance'),\n",
+ " ('self-aggrandising', 'exhibiting self-importance')]},\n",
" {'answer': 'cockamamie',\n",
" 'hint': 'synonyms for cockamamie',\n",
- " 'clues': [('sappy', 'ludicrous, foolish'),\n",
+ " 'clues': [('goofy', 'ludicrous, foolish'),\n",
+ " ('sappy', 'ludicrous, foolish'),\n",
+ " ('silly', 'ludicrous, foolish'),\n",
" ('whacky', 'ludicrous, foolish'),\n",
- " ('goofy', 'ludicrous, foolish'),\n",
- " ('cockamamy', 'ludicrous, foolish'),\n",
" ('zany', 'ludicrous, foolish'),\n",
- " ('silly', 'ludicrous, foolish')]},\n",
+ " ('cockamamy', 'ludicrous, foolish')]},\n",
" {'answer': 'cockamamy',\n",
" 'hint': 'synonyms for cockamamy',\n",
- " 'clues': [('cockamamie', 'ludicrous, foolish'),\n",
+ " 'clues': [('goofy', 'ludicrous, foolish'),\n",
" ('sappy', 'ludicrous, foolish'),\n",
+ " ('silly', 'ludicrous, foolish'),\n",
" ('whacky', 'ludicrous, foolish'),\n",
- " ('goofy', 'ludicrous, foolish'),\n",
" ('zany', 'ludicrous, foolish'),\n",
- " ('silly', 'ludicrous, foolish')]},\n",
+ " ('cockamamie', 'ludicrous, foolish')]},\n",
" {'answer': 'cockeyed',\n",
" 'hint': 'synonyms for cockeyed',\n",
- " 'clues': [('pixilated', 'very drunk'),\n",
- " ('besotted', 'very drunk'),\n",
- " ('smashed', 'very drunk'),\n",
- " ('wonky', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('askew', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('idiotic', 'incongruous;inviting ridicule'),\n",
+ " 'clues': [('fuddled', 'very drunk'),\n",
+ " ('sloshed', 'very drunk'),\n",
+ " ('laughable', 'incongruous;inviting ridicule'),\n",
" ('pie-eyed', 'very drunk'),\n",
- " ('blind drunk', 'very drunk'),\n",
- " ('crocked', 'very drunk'),\n",
- " ('slopped', 'very drunk'),\n",
- " ('absurd', 'incongruous;inviting ridicule'),\n",
- " ('loaded', 'very drunk'),\n",
" ('soaked', 'very drunk'),\n",
- " ('plastered', 'very drunk'),\n",
+ " ('blotto', 'very drunk'),\n",
" ('derisory', 'incongruous;inviting ridicule'),\n",
- " ('awry', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('ludicrous', 'incongruous;inviting ridicule'),\n",
- " ('sloshed', 'very drunk'),\n",
- " ('laughable', 'incongruous;inviting ridicule'),\n",
- " ('nonsensical', 'incongruous;inviting ridicule'),\n",
- " ('tight', 'very drunk'),\n",
" ('pissed', 'very drunk'),\n",
- " ('ridiculous', 'incongruous;inviting ridicule'),\n",
- " ('wet', 'very drunk'),\n",
- " ('lopsided', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('soused', 'very drunk'),\n",
+ " ('ludicrous', 'incongruous;inviting ridicule'),\n",
+ " ('skew-whiff', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('smashed', 'very drunk'),\n",
+ " ('blind drunk', 'very drunk'),\n",
+ " ('crocked', 'very drunk'),\n",
+ " ('loaded', 'very drunk'),\n",
+ " ('askew', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
" ('stiff', 'very drunk'),\n",
+ " ('preposterous', 'incongruous;inviting ridicule'),\n",
" ('sozzled', 'very drunk'),\n",
- " ('skew-whiff', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
- " ('fuddled', 'very drunk'),\n",
- " ('blotto', 'very drunk'),\n",
+ " ('lopsided', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('pixilated', 'very drunk'),\n",
+ " ('nonsensical', 'incongruous;inviting ridicule'),\n",
+ " ('wet', 'very drunk'),\n",
+ " ('besotted', 'very drunk'),\n",
+ " ('awry', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('absurd', 'incongruous;inviting ridicule'),\n",
+ " ('slopped', 'very drunk'),\n",
+ " ('plastered', 'very drunk'),\n",
+ " ('tight', 'very drunk'),\n",
" ('squiffy', 'very drunk'),\n",
- " ('preposterous', 'incongruous;inviting ridicule'),\n",
- " ('soused', 'very drunk')]},\n",
+ " ('wonky', 'turned or twisted toward one side; - G.K.Chesterton'),\n",
+ " ('idiotic', 'incongruous;inviting ridicule'),\n",
+ " ('ridiculous', 'incongruous;inviting ridicule')]},\n",
" {'answer': 'cognate',\n",
" 'hint': 'synonyms for cognate',\n",
" 'clues': [('connate', 'related in nature'),\n",
+ " ('blood-related', 'related by blood'),\n",
+ " ('consanguineous', 'related by blood'),\n",
" ('kin', 'related by blood'),\n",
- " ('consanguine', 'related by blood'),\n",
- " ('blood-related', 'related by blood')]},\n",
+ " ('consanguineal', 'related by blood')]},\n",
" {'answer': 'coherent',\n",
" 'hint': 'synonyms for coherent',\n",
- " 'clues': [('tenacious', 'sticking together'),\n",
- " ('logical',\n",
- " 'capable of thinking and expressing yourself in a clear and consistent manner'),\n",
- " ('ordered',\n",
+ " 'clues': [('consistent',\n",
" 'marked by an orderly, logical, and aesthetically consistent relation of parts'),\n",
" ('lucid',\n",
" 'capable of thinking and expressing yourself in a clear and consistent manner'),\n",
- " ('consistent',\n",
+ " ('logical',\n",
+ " 'capable of thinking and expressing yourself in a clear and consistent manner'),\n",
+ " ('tenacious', 'sticking together'),\n",
+ " ('ordered',\n",
" 'marked by an orderly, logical, and aesthetically consistent relation of parts')]},\n",
" {'answer': 'coiling',\n",
" 'hint': 'synonyms for coiling',\n",
- " 'clues': [('voluted', 'in the shape of a coil'),\n",
- " ('spiraling', 'in the shape of a coil'),\n",
+ " 'clues': [('whorled', 'in the shape of a coil'),\n",
+ " ('volute', 'in the shape of a coil'),\n",
" ('helical', 'in the shape of a coil'),\n",
" ('turbinate', 'in the shape of a coil'),\n",
- " ('whorled', 'in the shape of a coil')]},\n",
+ " ('spiral', 'in the shape of a coil')]},\n",
" {'answer': 'coincident',\n",
" 'hint': 'synonyms for coincident',\n",
- " 'clues': [('coincidental', 'occurring or operating at the same time'),\n",
+ " 'clues': [('concurrent', 'occurring or operating at the same time'),\n",
" ('cooccurring', 'occurring or operating at the same time'),\n",
- " ('simultaneous', 'occurring or operating at the same time'),\n",
- " ('concurrent', 'occurring or operating at the same time'),\n",
+ " ('co-occurrent', 'occurring or operating at the same time'),\n",
" ('coinciding', 'occurring or operating at the same time'),\n",
- " ('co-occurrent', 'occurring or operating at the same time')]},\n",
+ " ('simultaneous', 'occurring or operating at the same time'),\n",
+ " ('coincidental', 'occurring or operating at the same time')]},\n",
" {'answer': 'coincidental',\n",
" 'hint': 'synonyms for coincidental',\n",
- " 'clues': [('coincident', 'occurring or operating at the same time'),\n",
+ " 'clues': [('concurrent', 'occurring or operating at the same time'),\n",
" ('cooccurring', 'occurring or operating at the same time'),\n",
- " ('simultaneous', 'occurring or operating at the same time'),\n",
- " ('concurrent', 'occurring or operating at the same time'),\n",
+ " ('coincident', 'occurring or operating at the same time'),\n",
+ " ('co-occurrent', 'occurring or operating at the same time'),\n",
" ('coinciding', 'occurring or operating at the same time'),\n",
- " ('co-occurrent', 'occurring or operating at the same time')]},\n",
+ " ('simultaneous', 'occurring or operating at the same time')]},\n",
" {'answer': 'coinciding',\n",
" 'hint': 'synonyms for coinciding',\n",
- " 'clues': [('coincidental', 'occurring or operating at the same time'),\n",
+ " 'clues': [('concurrent', 'occurring or operating at the same time'),\n",
" ('cooccurring', 'occurring or operating at the same time'),\n",
- " ('simultaneous', 'occurring or operating at the same time'),\n",
- " ('concurrent', 'occurring or operating at the same time'),\n",
- " ('co-occurrent', 'occurring or operating at the same time')]},\n",
+ " ('coincident', 'occurring or operating at the same time'),\n",
+ " ('co-occurrent', 'occurring or operating at the same time'),\n",
+ " ('simultaneous', 'occurring or operating at the same time')]},\n",
" {'answer': 'cold',\n",
" 'hint': 'synonyms for cold',\n",
- " 'clues': [('moth-eaten',\n",
- " 'lacking originality or spontaneity; no longer new'),\n",
- " ('dusty', 'lacking originality or spontaneity; no longer new'),\n",
+ " 'clues': [('dusty', 'lacking originality or spontaneity; no longer new'),\n",
+ " ('cold-blooded', 'without compunction or human feeling'),\n",
" ('stale', 'lacking originality or spontaneity; no longer new'),\n",
" ('inhuman', 'without compunction or human feeling'),\n",
- " ('cold-blooded', 'without compunction or human feeling'),\n",
+ " ('frigid', 'sexually unresponsive'),\n",
" ('insensate', 'without compunction or human feeling'),\n",
- " ('frigid', 'sexually unresponsive')]},\n",
+ " ('moth-eaten', 'lacking originality or spontaneity; no longer new')]},\n",
" {'answer': 'collateral',\n",
" 'hint': 'synonyms for collateral',\n",
- " 'clues': [('substantiating', 'serving to support or corroborate'),\n",
+ " 'clues': [('substantiative', 'serving to support or corroborate'),\n",
+ " ('corroborative', 'serving to support or corroborate'),\n",
" ('validatory', 'serving to support or corroborate'),\n",
- " ('validating', 'serving to support or corroborate'),\n",
- " ('indirect',\n",
- " 'descended from a common ancestor but through different lines'),\n",
" ('confirmative', 'serving to support or corroborate'),\n",
- " ('verificatory', 'serving to support or corroborate'),\n",
+ " ('validating', 'serving to support or corroborate'),\n",
" ('corroboratory', 'serving to support or corroborate'),\n",
- " ('confirming', 'serving to support or corroborate'),\n",
+ " ('confirmatory', 'serving to support or corroborate'),\n",
" ('verifying', 'serving to support or corroborate'),\n",
- " ('corroborative', 'serving to support or corroborate'),\n",
- " ('confirmatory', 'serving to support or corroborate')]},\n",
+ " ('verificatory', 'serving to support or corroborate'),\n",
+ " ('confirming', 'serving to support or corroborate'),\n",
+ " ('indirect',\n",
+ " 'descended from a common ancestor but through different lines')]},\n",
" {'answer': 'collected',\n",
" 'hint': 'synonyms for collected',\n",
- " 'clues': [('gathered', 'brought together in one place'),\n",
- " ('equanimous', 'in full control of your faculties'),\n",
+ " 'clues': [('poised', 'in full control of your faculties'),\n",
" ('self-contained', 'in full control of your faculties'),\n",
- " ('self-possessed', 'in full control of your faculties'),\n",
- " ('poised', 'in full control of your faculties'),\n",
- " ('self-collected', 'in full control of your faculties')]},\n",
+ " ('gathered', 'brought together in one place'),\n",
+ " ('self-collected', 'in full control of your faculties'),\n",
+ " ('equanimous', 'in full control of your faculties'),\n",
+ " ('self-possessed', 'in full control of your faculties')]},\n",
" {'answer': 'colored',\n",
" 'hint': 'synonyms for colored',\n",
- " 'clues': [('coloured',\n",
- " '(used of color) artificially produced; not natural'),\n",
- " ('dark-skinned', 'having skin rich in melanin pigments'),\n",
- " ('colorful',\n",
- " 'having color or a certain color; sometimes used in combination'),\n",
+ " 'clues': [('dark', 'having skin rich in melanin pigments'),\n",
" ('one-sided', 'favoring one person or side over another'),\n",
" ('slanted', 'favoring one person or side over another'),\n",
- " ('biased', 'favoring one person or side over another'),\n",
+ " ('coloured',\n",
+ " 'having color or a certain color; sometimes used in combination'),\n",
" ('non-white', 'having skin rich in melanin pigments'),\n",
" ('dyed', '(used of color) artificially produced; not natural'),\n",
+ " ('colorful',\n",
+ " 'having color or a certain color; sometimes used in combination'),\n",
+ " ('dark-skinned', 'having skin rich in melanin pigments'),\n",
" ('bleached', '(used of color) artificially produced; not natural'),\n",
- " ('dark', 'having skin rich in melanin pigments')]},\n",
+ " ('biased', 'favoring one person or side over another')]},\n",
" {'answer': 'coloured',\n",
" 'hint': 'synonyms for coloured',\n",
" 'clues': [('colored',\n",
" 'having color or a certain color; sometimes used in combination'),\n",
" ('one-sided', 'favoring one person or side over another'),\n",
+ " ('dark', 'having skin rich in melanin pigments'),\n",
+ " ('slanted', 'favoring one person or side over another'),\n",
+ " ('dyed', '(used of color) artificially produced; not natural'),\n",
+ " ('non-white', 'having skin rich in melanin pigments'),\n",
" ('colorful',\n",
" 'having color or a certain color; sometimes used in combination'),\n",
" ('dark-skinned', 'having skin rich in melanin pigments'),\n",
- " ('slanted', 'favoring one person or side over another'),\n",
" ('biased', 'favoring one person or side over another'),\n",
- " ('non-white', 'having skin rich in melanin pigments'),\n",
- " ('dyed', '(used of color) artificially produced; not natural'),\n",
- " ('bleached', '(used of color) artificially produced; not natural'),\n",
- " ('dark', 'having skin rich in melanin pigments')]},\n",
+ " ('bleached', '(used of color) artificially produced; not natural')]},\n",
" {'answer': 'coltish',\n",
" 'hint': 'synonyms for coltish',\n",
- " 'clues': [('rollicking', 'given to merry frolicking'),\n",
- " ('frolicsome', 'given to merry frolicking'),\n",
+ " 'clues': [('frolicsome', 'given to merry frolicking'),\n",
" ('sportive', 'given to merry frolicking'),\n",
+ " ('rollicking', 'given to merry frolicking'),\n",
" ('frolicky', 'given to merry frolicking')]},\n",
" {'answer': 'combative',\n",
" 'hint': 'synonyms for combative',\n",
- " 'clues': [('disputative',\n",
+ " 'clues': [('litigious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('contentious',\n",
+ " ('agonistic', 'striving to overcome in argument'),\n",
+ " ('disputatious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('litigious',\n",
+ " ('disputative',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('battleful', 'having or showing a ready disposition to fight'),\n",
" ('bellicose', 'having or showing a ready disposition to fight'),\n",
- " ('agonistic', 'striving to overcome in argument'),\n",
- " ('disputatious',\n",
+ " ('battleful', 'having or showing a ready disposition to fight'),\n",
+ " ('contentious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits')]},\n",
" {'answer': 'combinatory',\n",
" 'hint': 'synonyms for combinatory',\n",
- " 'clues': [('combinational', 'able to or tending to combine'),\n",
- " ('combinative', 'relating to or involving combinations'),\n",
+ " 'clues': [('combinative',\n",
+ " 'marked by or relating to or resulting from combination'),\n",
+ " ('combinable', 'able to or tending to combine'),\n",
" ('combinatorial', 'relating to or involving combinations'),\n",
- " ('combinable', 'able to or tending to combine')]},\n",
+ " ('combinational', 'able to or tending to combine')]},\n",
" {'answer': 'comely',\n",
" 'hint': 'synonyms for comely',\n",
- " 'clues': [('sightly', 'very pleasing to the eye'),\n",
+ " 'clues': [('comme il faut', 'according with custom or propriety'),\n",
+ " ('sightly', 'very pleasing to the eye'),\n",
+ " ('fair', 'very pleasing to the eye'),\n",
+ " ('decent', 'according with custom or propriety'),\n",
+ " ('bonny', 'very pleasing to the eye'),\n",
" ('seemly', 'according with custom or propriety'),\n",
- " ('becoming', 'according with custom or propriety'),\n",
- " ('comme il faut', 'according with custom or propriety'),\n",
" ('bonnie', 'very pleasing to the eye'),\n",
" ('decorous', 'according with custom or propriety'),\n",
- " ('decent', 'according with custom or propriety'),\n",
- " ('fair', 'very pleasing to the eye'),\n",
- " ('bonny', 'very pleasing to the eye')]},\n",
+ " ('becoming', 'according with custom or propriety')]},\n",
" {'answer': 'comfortable',\n",
" 'hint': 'synonyms for comfortable',\n",
" 'clues': [('well-heeled',\n",
" 'in fortunate circumstances financially; moderately rich'),\n",
+ " ('easy', 'in fortunate circumstances financially; moderately rich'),\n",
+ " ('well-situated',\n",
+ " 'in fortunate circumstances financially; moderately rich'),\n",
+ " ('well-fixed', 'in fortunate circumstances financially; moderately rich'),\n",
" ('comfy',\n",
" \"providing or experiencing physical well-being or relief (`comfy' is informal)\"),\n",
" ('prosperous', 'in fortunate circumstances financially; moderately rich'),\n",
" ('well-to-do', 'in fortunate circumstances financially; moderately rich'),\n",
- " ('well-off', 'in fortunate circumstances financially; moderately rich'),\n",
- " ('easy', 'in fortunate circumstances financially; moderately rich'),\n",
- " ('well-situated',\n",
- " 'in fortunate circumstances financially; moderately rich'),\n",
- " ('well-fixed',\n",
- " 'in fortunate circumstances financially; moderately rich')]},\n",
+ " ('well-off', 'in fortunate circumstances financially; moderately rich')]},\n",
" {'answer': 'comforting',\n",
" 'hint': 'synonyms for comforting',\n",
- " 'clues': [('consoling', 'affording comfort or solace'),\n",
- " ('satisfying', 'providing freedom from worry'),\n",
+ " 'clues': [('cheering', 'providing freedom from worry'),\n",
" ('consolatory', 'affording comfort or solace'),\n",
- " ('cheering', 'providing freedom from worry')]},\n",
+ " ('consoling', 'affording comfort or solace'),\n",
+ " ('satisfying', 'providing freedom from worry')]},\n",
" {'answer': 'comic',\n",
" 'hint': 'synonyms for comic',\n",
- " 'clues': [('mirthful', 'arousing or provoking laughter'),\n",
+ " 'clues': [('risible', 'arousing or provoking laughter'),\n",
+ " ('comical', 'arousing or provoking laughter'),\n",
" ('funny', 'arousing or provoking laughter'),\n",
- " ('risible', 'arousing or provoking laughter'),\n",
- " ('laughable', 'arousing or provoking laughter'),\n",
" ('amusing', 'arousing or provoking laughter'),\n",
- " ('comical', 'arousing or provoking laughter')]},\n",
+ " ('mirthful', 'arousing or provoking laughter'),\n",
+ " ('laughable', 'arousing or provoking laughter')]},\n",
" {'answer': 'comical',\n",
" 'hint': 'synonyms for comical',\n",
- " 'clues': [('mirthful', 'arousing or provoking laughter'),\n",
+ " 'clues': [('risible', 'arousing or provoking laughter'),\n",
" ('comic', 'arousing or provoking laughter'),\n",
- " ('risible', 'arousing or provoking laughter'),\n",
" ('funny', 'arousing or provoking laughter'),\n",
- " ('laughable', 'arousing or provoking laughter'),\n",
- " ('amusing', 'arousing or provoking laughter')]},\n",
+ " ('amusing', 'arousing or provoking laughter'),\n",
+ " ('mirthful', 'arousing or provoking laughter'),\n",
+ " ('laughable', 'arousing or provoking laughter')]},\n",
" {'answer': 'comme_il_faut',\n",
" 'hint': 'synonyms for comme il faut',\n",
- " 'clues': [('seemly', 'according with custom or propriety'),\n",
- " ('comely', 'according with custom or propriety'),\n",
- " ('becoming', 'according with custom or propriety'),\n",
+ " 'clues': [('comely', 'according with custom or propriety'),\n",
" ('decorous', 'according with custom or propriety'),\n",
- " ('decent', 'according with custom or propriety')]},\n",
+ " ('decent', 'according with custom or propriety'),\n",
+ " ('becoming', 'according with custom or propriety'),\n",
+ " ('seemly', 'according with custom or propriety')]},\n",
" {'answer': 'common',\n",
" 'hint': 'synonyms for common',\n",
- " 'clues': [('vernacular',\n",
- " 'being or characteristic of or appropriate to everyday language'),\n",
- " ('unwashed', 'of or associated with the great masses of people'),\n",
- " ('usual', 'commonly encountered'),\n",
- " ('coarse', 'of low or inferior quality or value; - Shakespeare'),\n",
- " ('vulgar', 'lacking refinement or cultivation or taste'),\n",
+ " 'clues': [('coarse', 'lacking refinement or cultivation or taste'),\n",
+ " ('plebeian', 'of or associated with the great masses of people'),\n",
+ " ('mutual', 'common to or shared by two or more parties'),\n",
+ " ('vulgar', 'of or associated with the great masses of people'),\n",
" ('rough-cut', 'lacking refinement or cultivation or taste'),\n",
+ " ('vernacular',\n",
+ " 'being or characteristic of or appropriate to everyday language'),\n",
" ('uncouth', 'lacking refinement or cultivation or taste'),\n",
- " ('plebeian', 'of or associated with the great masses of people'),\n",
- " ('mutual', 'common to or shared by two or more parties')]},\n",
+ " ('usual', 'commonly encountered'),\n",
+ " ('unwashed', 'of or associated with the great masses of people')]},\n",
" {'answer': 'commonplace',\n",
" 'hint': 'synonyms for commonplace',\n",
- " 'clues': [('unglamorous', 'not challenging; dull and lacking excitement'),\n",
- " ('hackneyed', 'repeated too often; overfamiliar through overuse'),\n",
- " ('prosaic', 'not challenging; dull and lacking excitement'),\n",
+ " 'clues': [('stock', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('unglamorous', 'not challenging; dull and lacking excitement'),\n",
+ " ('timeworn', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('banal', 'repeated too often; overfamiliar through overuse'),\n",
" ('shopworn', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('prosaic', 'not challenging; dull and lacking excitement'),\n",
+ " ('humdrum', 'not challenging; dull and lacking excitement'),\n",
" ('old-hat', 'repeated too often; overfamiliar through overuse'),\n",
- " ('stock', 'repeated too often; overfamiliar through overuse'),\n",
- " ('timeworn', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('hackneyed', 'repeated too often; overfamiliar through overuse'),\n",
" ('threadbare', 'repeated too often; overfamiliar through overuse'),\n",
- " ('trite', 'repeated too often; overfamiliar through overuse'),\n",
- " ('humdrum', 'not challenging; dull and lacking excitement'),\n",
- " ('banal', 'repeated too often; overfamiliar through overuse'),\n",
+ " ('tired', 'repeated too often; overfamiliar through overuse'),\n",
" ('well-worn', 'repeated too often; overfamiliar through overuse'),\n",
- " ('tired', 'repeated too often; overfamiliar through overuse')]},\n",
+ " ('trite', 'repeated too often; overfamiliar through overuse')]},\n",
" {'answer': 'communicable',\n",
" 'hint': 'synonyms for communicable',\n",
- " 'clues': [('contractable',\n",
- " '(of disease) capable of being transmitted by infection'),\n",
- " ('transmissible',\n",
+ " 'clues': [('transmissible',\n",
" '(of disease) capable of being transmitted by infection'),\n",
" ('contagious', '(of disease) capable of being transmitted by infection'),\n",
+ " ('contractable',\n",
+ " '(of disease) capable of being transmitted by infection'),\n",
" ('catching', '(of disease) capable of being transmitted by infection'),\n",
" ('transmittable',\n",
" '(of disease) capable of being transmitted by infection')]},\n",
" {'answer': 'compact',\n",
" 'hint': 'synonyms for compact',\n",
" 'clues': [('heavyset', 'having a short and solid form or stature'),\n",
- " ('succinct', 'briefly giving the gist of something'),\n",
" ('thick', 'having a short and solid form or stature'),\n",
+ " ('stocky', 'having a short and solid form or stature'),\n",
+ " ('compendious', 'briefly giving the gist of something'),\n",
" ('thickset', 'having a short and solid form or stature'),\n",
" ('summary', 'briefly giving the gist of something'),\n",
- " ('stocky', 'having a short and solid form or stature'),\n",
- " ('compendious', 'briefly giving the gist of something')]},\n",
+ " ('succinct', 'briefly giving the gist of something')]},\n",
" {'answer': 'compensable',\n",
" 'hint': 'synonyms for compensable',\n",
- " 'clues': [('paying', 'for which money is paid'),\n",
- " ('stipendiary', 'for which money is paid'),\n",
- " ('salaried', 'for which money is paid'),\n",
- " ('remunerative', 'for which money is paid')]},\n",
+ " 'clues': [('salaried', 'for which money is paid'),\n",
+ " ('paying', 'for which money is paid'),\n",
+ " ('remunerative', 'for which money is paid'),\n",
+ " ('stipendiary', 'for which money is paid')]},\n",
" {'answer': 'competitive',\n",
" 'hint': 'synonyms for competitive',\n",
- " 'clues': [('militant', 'showing a fighting disposition'),\n",
+ " 'clues': [('free-enterprise', 'subscribing to capitalistic competition'),\n",
+ " ('militant', 'showing a fighting disposition'),\n",
" ('private-enterprise', 'subscribing to capitalistic competition'),\n",
- " ('free-enterprise', 'subscribing to capitalistic competition'),\n",
" ('competitory', 'involving competition or competitiveness')]},\n",
" {'answer': 'complete',\n",
" 'hint': 'synonyms for complete',\n",
- " 'clues': [('sodding',\n",
+ " 'clues': [('double-dyed',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('pure',\n",
+ " ('terminated', 'having come or been brought to a conclusion'),\n",
+ " ('arrant',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('utter',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('consummate',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('ended', 'having come or been brought to a conclusion'),\n",
- " ('thoroughgoing',\n",
+ " ('concluded', 'having come or been brought to a conclusion'),\n",
+ " ('stark',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('arrant',\n",
+ " ('pure',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('gross',\n",
+ " ('consummate',\n",
+ " 'perfect and complete in every respect; having all necessary qualities'),\n",
+ " ('all over', 'having come or been brought to a conclusion'),\n",
+ " ('unadulterated',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('ended', 'having come or been brought to a conclusion'),\n",
" ('accomplished', 'highly skilled'),\n",
- " ('stark',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('concluded', 'having come or been brought to a conclusion'),\n",
- " ('over', 'having come or been brought to a conclusion'),\n",
- " ('terminated', 'having come or been brought to a conclusion'),\n",
- " ('perfect',\n",
+ " ('thoroughgoing',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('everlasting',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('staring',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('double-dyed',\n",
+ " ('over', 'having come or been brought to a conclusion'),\n",
+ " ('gross',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('unadulterated',\n",
+ " ('sodding',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('all over', 'having come or been brought to a conclusion')]},\n",
+ " ('perfect',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers')]},\n",
" {'answer': 'complimentary',\n",
" 'hint': 'synonyms for complimentary',\n",
- " 'clues': [('gratuitous', 'costing nothing'),\n",
- " ('free', 'costing nothing'),\n",
+ " 'clues': [('free', 'costing nothing'),\n",
" ('gratis', 'costing nothing'),\n",
+ " ('gratuitous', 'costing nothing'),\n",
" ('costless', 'costing nothing')]},\n",
" {'answer': 'conceited',\n",
" 'hint': 'synonyms for conceited',\n",
- " 'clues': [('swollen-headed',\n",
+ " 'clues': [('vain',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('self-conceited',\n",
+ " ('swollen-headed',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
" ('egotistic',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('vain',\n",
+ " ('self-conceited',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
" ('swollen',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance')]},\n",
" {'answer': 'concluded',\n",
" 'hint': 'synonyms for concluded',\n",
- " 'clues': [('over', 'having come or been brought to a conclusion'),\n",
- " ('ended', 'having come or been brought to a conclusion'),\n",
- " ('complete', 'having come or been brought to a conclusion'),\n",
+ " 'clues': [('ended', 'having come or been brought to a conclusion'),\n",
+ " ('over', 'having come or been brought to a conclusion'),\n",
" ('terminated', 'having come or been brought to a conclusion'),\n",
- " ('all over', 'having come or been brought to a conclusion')]},\n",
+ " ('all over', 'having come or been brought to a conclusion'),\n",
+ " ('complete', 'having come or been brought to a conclusion')]},\n",
" {'answer': 'concomitant',\n",
" 'hint': 'synonyms for concomitant',\n",
- " 'clues': [('resultant', 'following or accompanying as a consequence'),\n",
- " ('sequent', 'following or accompanying as a consequence'),\n",
- " ('consequent', 'following or accompanying as a consequence'),\n",
- " ('incidental', 'following or accompanying as a consequence'),\n",
+ " 'clues': [('consequent', 'following or accompanying as a consequence'),\n",
+ " ('attendant', 'following or accompanying as a consequence'),\n",
+ " ('resultant', 'following or accompanying as a consequence'),\n",
" ('ensuant', 'following or accompanying as a consequence'),\n",
" ('accompanying', 'following or accompanying as a consequence'),\n",
- " ('attendant', 'following or accompanying as a consequence')]},\n",
+ " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('sequent', 'following or accompanying as a consequence')]},\n",
" {'answer': 'concordant',\n",
" 'hint': 'synonyms for concordant',\n",
- " 'clues': [('accordant', 'in keeping'),\n",
- " ('agreeable', 'in keeping'),\n",
- " ('consonant', 'in keeping'),\n",
+ " 'clues': [('agreeable', 'in keeping'),\n",
+ " ('conformable', 'in keeping'),\n",
" ('concurring', 'being of the same opinion'),\n",
- " ('conformable', 'in keeping')]},\n",
+ " ('accordant', 'in keeping'),\n",
+ " ('consonant', 'in keeping')]},\n",
" {'answer': 'concurrent',\n",
" 'hint': 'synonyms for concurrent',\n",
- " 'clues': [('coincident', 'occurring or operating at the same time'),\n",
- " ('cooccurring', 'occurring or operating at the same time'),\n",
- " ('simultaneous', 'occurring or operating at the same time'),\n",
+ " 'clues': [('cooccurring', 'occurring or operating at the same time'),\n",
+ " ('coincident', 'occurring or operating at the same time'),\n",
+ " ('co-occurrent', 'occurring or operating at the same time'),\n",
" ('coinciding', 'occurring or operating at the same time'),\n",
- " ('co-occurrent', 'occurring or operating at the same time')]},\n",
+ " ('simultaneous', 'occurring or operating at the same time')]},\n",
" {'answer': 'condemnable',\n",
" 'hint': 'synonyms for condemnable',\n",
- " 'clues': [('reprehensible',\n",
- " 'bringing or deserving severe rebuke or censure'),\n",
- " ('criminal', 'bringing or deserving severe rebuke or censure'),\n",
+ " 'clues': [('deplorable', 'bringing or deserving severe rebuke or censure'),\n",
+ " ('reprehensible', 'bringing or deserving severe rebuke or censure'),\n",
" ('vicious', 'bringing or deserving severe rebuke or censure'),\n",
- " ('deplorable', 'bringing or deserving severe rebuke or censure')]},\n",
+ " ('criminal', 'bringing or deserving severe rebuke or censure')]},\n",
" {'answer': 'conducive',\n",
" 'hint': 'synonyms for conducive',\n",
" 'clues': [('contributing',\n",
" 'tending to bring about; being partly responsible for'),\n",
+ " ('tributary', 'tending to bring about; being partly responsible for'),\n",
" ('contributory', 'tending to bring about; being partly responsible for'),\n",
- " ('contributive', 'tending to bring about; being partly responsible for'),\n",
- " ('tributary', 'tending to bring about; being partly responsible for')]},\n",
+ " ('contributive',\n",
+ " 'tending to bring about; being partly responsible for')]},\n",
" {'answer': 'confining',\n",
" 'hint': 'synonyms for confining',\n",
- " 'clues': [('constrictive', 'restricting the scope or freedom of action'),\n",
- " ('close', 'crowded'),\n",
+ " 'clues': [('restricting', 'restricting the scope or freedom of action'),\n",
+ " ('constrictive', 'restricting the scope or freedom of action'),\n",
" ('constraining', 'restricting the scope or freedom of action'),\n",
- " ('restricting', 'restricting the scope or freedom of action'),\n",
+ " ('close', 'crowded'),\n",
" ('limiting', 'restricting the scope or freedom of action')]},\n",
" {'answer': 'confirmative',\n",
" 'hint': 'synonyms for confirmative',\n",
- " 'clues': [('substantiating', 'serving to support or corroborate'),\n",
+ " 'clues': [('substantiative', 'serving to support or corroborate'),\n",
+ " ('corroborative', 'serving to support or corroborate'),\n",
" ('validatory', 'serving to support or corroborate'),\n",
- " ('collateral', 'serving to support or corroborate'),\n",
" ('validating', 'serving to support or corroborate'),\n",
- " ('verificatory', 'serving to support or corroborate'),\n",
" ('corroboratory', 'serving to support or corroborate'),\n",
- " ('confirming', 'serving to support or corroborate'),\n",
+ " ('confirmatory', 'serving to support or corroborate'),\n",
" ('verifying', 'serving to support or corroborate'),\n",
- " ('corroborative', 'serving to support or corroborate'),\n",
- " ('confirmatory', 'serving to support or corroborate')]},\n",
+ " ('confirming', 'serving to support or corroborate'),\n",
+ " ('collateral', 'serving to support or corroborate'),\n",
+ " ('verificatory', 'serving to support or corroborate')]},\n",
" {'answer': 'confirmatory',\n",
" 'hint': 'synonyms for confirmatory',\n",
- " 'clues': [('substantiating', 'serving to support or corroborate'),\n",
+ " 'clues': [('substantiative', 'serving to support or corroborate'),\n",
+ " ('corroborative', 'serving to support or corroborate'),\n",
" ('validatory', 'serving to support or corroborate'),\n",
- " ('collateral', 'serving to support or corroborate'),\n",
" ('validating', 'serving to support or corroborate'),\n",
- " ('confirmative', 'serving to support or corroborate'),\n",
- " ('verificatory', 'serving to support or corroborate'),\n",
" ('corroboratory', 'serving to support or corroborate'),\n",
- " ('confirming', 'serving to support or corroborate'),\n",
" ('verifying', 'serving to support or corroborate'),\n",
- " ('corroborative', 'serving to support or corroborate')]},\n",
+ " ('confirming', 'serving to support or corroborate'),\n",
+ " ('confirmative', 'serving to support or corroborate'),\n",
+ " ('collateral', 'serving to support or corroborate'),\n",
+ " ('verificatory', 'serving to support or corroborate')]},\n",
" {'answer': 'confirming',\n",
" 'hint': 'synonyms for confirming',\n",
- " 'clues': [('substantiating', 'serving to support or corroborate'),\n",
+ " 'clues': [('substantiative', 'serving to support or corroborate'),\n",
+ " ('corroborative', 'serving to support or corroborate'),\n",
" ('validatory', 'serving to support or corroborate'),\n",
- " ('collateral', 'serving to support or corroborate'),\n",
- " ('positive',\n",
- " 'indicating existence or presence of a suspected condition or pathogen'),\n",
- " ('validating', 'serving to support or corroborate'),\n",
" ('confirmative', 'serving to support or corroborate'),\n",
- " ('verificatory', 'serving to support or corroborate'),\n",
+ " ('validating', 'serving to support or corroborate'),\n",
" ('corroboratory', 'serving to support or corroborate'),\n",
+ " ('confirmatory', 'serving to support or corroborate'),\n",
" ('verifying', 'serving to support or corroborate'),\n",
- " ('corroborative', 'serving to support or corroborate'),\n",
- " ('confirmatory', 'serving to support or corroborate')]},\n",
+ " ('positive',\n",
+ " 'indicating existence or presence of a suspected condition or pathogen'),\n",
+ " ('collateral', 'serving to support or corroborate'),\n",
+ " ('verificatory', 'serving to support or corroborate')]},\n",
" {'answer': 'conformable',\n",
" 'hint': 'synonyms for conformable',\n",
- " 'clues': [('accordant', 'in keeping'),\n",
- " ('agreeable', 'in keeping'),\n",
- " ('consonant', 'in keeping'),\n",
+ " 'clues': [('agreeable', 'in keeping'),\n",
" ('concordant', 'in keeping'),\n",
+ " ('accordant', 'in keeping'),\n",
+ " ('consonant', 'in keeping'),\n",
" ('amenable', 'disposed or willing to comply')]},\n",
" {'answer': 'confounded',\n",
" 'hint': 'synonyms for confounded',\n",
- " 'clues': [('at sea',\n",
+ " 'clues': [('bemused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bewildered',\n",
+ " ('befuddled',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('mixed-up',\n",
+ " ('confused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('mazed',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
@@ -41439,41 +41470,41 @@
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('lost',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bemused',\n",
+ " ('mixed-up',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('confused',\n",
+ " ('at sea',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('befuddled',\n",
+ " ('bewildered',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment')]},\n",
" {'answer': 'confused',\n",
" 'hint': 'synonyms for confused',\n",
- " 'clues': [('disordered', 'thrown into a state of disarray or confusion'),\n",
- " ('disoriented',\n",
- " 'having lost your bearings; confused as to time or place or personal identity'),\n",
- " ('scattered', 'lacking orderly continuity'),\n",
- " ('garbled', 'lacking orderly continuity'),\n",
- " ('baffled',\n",
- " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('lost',\n",
- " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " 'clues': [('upset', 'thrown into a state of disarray or confusion'),\n",
+ " ('illogical', 'lacking orderly continuity'),\n",
" ('broken', 'thrown into a state of disarray or confusion'),\n",
- " ('unconnected', 'lacking orderly continuity'),\n",
- " ('at sea',\n",
- " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('bewildered',\n",
+ " ('baffled',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('illogical', 'lacking orderly continuity'),\n",
" ('mixed-up',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('mazed',\n",
+ " ('scattered', 'lacking orderly continuity'),\n",
+ " ('bewildered',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('disoriented',\n",
+ " 'having lost your bearings; confused as to time or place or personal identity'),\n",
" ('disconnected', 'lacking orderly continuity'),\n",
- " ('upset', 'thrown into a state of disarray or confusion'),\n",
+ " ('unconnected', 'lacking orderly continuity'),\n",
" ('bemused',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('garbled', 'lacking orderly continuity'),\n",
+ " ('lost',\n",
+ " 'having lost your bearings; confused as to time or place or personal identity'),\n",
+ " ('disordered', 'thrown into a state of disarray or confusion'),\n",
+ " ('befuddled',\n",
+ " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
+ " ('mazed',\n",
+ " 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
" ('confounded',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment'),\n",
- " ('befuddled',\n",
+ " ('at sea',\n",
" 'perplexed by many conflicting situations or statements; filled with bewilderment')]},\n",
" {'answer': 'conjectural',\n",
" 'hint': 'synonyms for conjectural',\n",
@@ -41482,7 +41513,7 @@
" ('hypothetical',\n",
" 'based primarily on surmise rather than adequate evidence'),\n",
" ('supposed', 'based primarily on surmise rather than adequate evidence'),\n",
- " ('suppositious',\n",
+ " ('supposititious',\n",
" 'based primarily on surmise rather than adequate evidence'),\n",
" ('suppositional',\n",
" 'based primarily on surmise rather than adequate evidence')]},\n",
@@ -41491,177 +41522,176 @@
" 'clues': [('collusive',\n",
" 'acting together in secret toward a fraudulent or illegal end'),\n",
" ('scheming', 'used of persons'),\n",
- " ('calculative', 'used of persons'),\n",
+ " ('calculating', 'used of persons'),\n",
" ('shrewd', 'used of persons'),\n",
- " ('calculating', 'used of persons')]},\n",
+ " ('calculative', 'used of persons')]},\n",
" {'answer': 'consanguine',\n",
" 'hint': 'synonyms for consanguine',\n",
- " 'clues': [('kin', 'related by blood'),\n",
- " ('consanguineal', 'related by blood'),\n",
- " ('cognate', 'related by blood'),\n",
+ " 'clues': [('cognate', 'related by blood'),\n",
+ " ('blood-related', 'related by blood'),\n",
" ('consanguineous', 'related by blood'),\n",
- " ('blood-related', 'related by blood')]},\n",
+ " ('akin', 'related by blood'),\n",
+ " ('consanguineal', 'related by blood')]},\n",
" {'answer': 'consanguineal',\n",
" 'hint': 'synonyms for consanguineal',\n",
- " 'clues': [('kin', 'related by blood'),\n",
- " ('consanguine', 'related by blood'),\n",
- " ('cognate', 'related by blood'),\n",
- " ('blood-related', 'related by blood')]},\n",
+ " 'clues': [('cognate', 'related by blood'),\n",
+ " ('blood-related', 'related by blood'),\n",
+ " ('consanguineous', 'related by blood'),\n",
+ " ('kin', 'related by blood')]},\n",
" {'answer': 'consanguineous',\n",
" 'hint': 'synonyms for consanguineous',\n",
- " 'clues': [('kin', 'related by blood'),\n",
- " ('consanguine', 'related by blood'),\n",
- " ('cognate', 'related by blood'),\n",
- " ('blood-related', 'related by blood')]},\n",
+ " 'clues': [('cognate', 'related by blood'),\n",
+ " ('blood-related', 'related by blood'),\n",
+ " ('kin', 'related by blood'),\n",
+ " ('consanguineal', 'related by blood')]},\n",
" {'answer': 'consecrated',\n",
" 'hint': 'synonyms for consecrated',\n",
" 'clues': [('consecrate',\n",
" 'solemnly dedicated to or set apart for a high purpose'),\n",
+ " ('sacred',\n",
+ " 'made or declared or believed to be holy; devoted to a deity or some religious ceremony or use'),\n",
" ('dedicated', 'solemnly dedicated to or set apart for a high purpose'),\n",
" ('sanctified',\n",
- " 'made or declared or believed to be holy; devoted to a deity or some religious ceremony or use'),\n",
- " ('sacred',\n",
" 'made or declared or believed to be holy; devoted to a deity or some religious ceremony or use')]},\n",
" {'answer': 'consecutive',\n",
" 'hint': 'synonyms for consecutive',\n",
- " 'clues': [('sequent', 'in regular succession without gaps'),\n",
- " ('successive', 'in regular succession without gaps'),\n",
- " ('back-to-back', 'one after the other'),\n",
- " ('straight', 'successive (without a break)'),\n",
+ " 'clues': [('back-to-back', 'one after the other'),\n",
+ " ('serial', 'in regular succession without gaps'),\n",
+ " ('sequent', 'in regular succession without gaps'),\n",
" ('sequential', 'in regular succession without gaps'),\n",
- " ('serial', 'in regular succession without gaps')]},\n",
+ " ('straight', 'successive (without a break)'),\n",
+ " ('successive', 'in regular succession without gaps')]},\n",
" {'answer': 'consequent',\n",
" 'hint': 'synonyms for consequent',\n",
- " 'clues': [('resultant', 'following or accompanying as a consequence'),\n",
- " ('sequent', 'following or accompanying as a consequence'),\n",
+ " 'clues': [('attendant', 'following or accompanying as a consequence'),\n",
" ('concomitant', 'following or accompanying as a consequence'),\n",
- " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('resultant', 'following or accompanying as a consequence'),\n",
" ('ensuant', 'following or accompanying as a consequence'),\n",
" ('accompanying', 'following or accompanying as a consequence'),\n",
- " ('attendant', 'following or accompanying as a consequence')]},\n",
+ " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('sequent', 'following or accompanying as a consequence')]},\n",
" {'answer': 'conservative',\n",
" 'hint': 'synonyms for conservative',\n",
- " 'clues': [('buttoned-down', 'unimaginatively conventional; - Newsweek'),\n",
- " ('materialistic',\n",
- " 'conforming to the standards and conventions of the middle class'),\n",
- " ('cautious', 'avoiding excess'),\n",
+ " 'clues': [('cautious', 'avoiding excess'),\n",
" ('bourgeois',\n",
+ " 'conforming to the standards and conventions of the middle class'),\n",
+ " ('button-down', 'unimaginatively conventional; - Newsweek'),\n",
+ " ('materialistic',\n",
" 'conforming to the standards and conventions of the middle class')]},\n",
" {'answer': 'consistent',\n",
" 'hint': 'synonyms for consistent',\n",
- " 'clues': [('logical',\n",
+ " 'clues': [('coherent',\n",
" 'marked by an orderly, logical, and aesthetically consistent relation of parts'),\n",
" ('uniform', 'the same throughout in structure or composition'),\n",
- " ('reproducible', 'capable of being reproduced'),\n",
" ('ordered',\n",
" 'marked by an orderly, logical, and aesthetically consistent relation of parts'),\n",
- " ('coherent',\n",
- " 'marked by an orderly, logical, and aesthetically consistent relation of parts')]},\n",
+ " ('logical',\n",
+ " 'marked by an orderly, logical, and aesthetically consistent relation of parts'),\n",
+ " ('reproducible', 'capable of being reproduced')]},\n",
" {'answer': 'consonant',\n",
" 'hint': 'synonyms for consonant',\n",
- " 'clues': [('agreeable', 'in keeping'),\n",
- " ('harmonic', 'involving or characterized by harmony'),\n",
+ " 'clues': [('conformable', 'in keeping'),\n",
" ('concordant', 'in keeping'),\n",
- " ('conformable', 'in keeping'),\n",
- " ('harmonized', 'involving or characterized by harmony'),\n",
- " ('accordant', 'in keeping')]},\n",
+ " ('harmonised', 'involving or characterized by harmony'),\n",
+ " ('accordant', 'in keeping'),\n",
+ " ('harmonical', 'involving or characterized by harmony'),\n",
+ " ('agreeable', 'in keeping')]},\n",
" {'answer': 'constant',\n",
" 'hint': 'synonyms for constant',\n",
" 'clues': [('never-ending',\n",
" 'uninterrupted in time and indefinitely long continuing'),\n",
- " ('incessant', 'uninterrupted in time and indefinitely long continuing'),\n",
- " ('invariant', 'unvarying in nature'),\n",
- " ('unceasing', 'uninterrupted in time and indefinitely long continuing'),\n",
+ " ('ceaseless', 'uninterrupted in time and indefinitely long continuing'),\n",
" ('changeless', 'unvarying in nature'),\n",
" ('unremitting', 'uninterrupted in time and indefinitely long continuing'),\n",
+ " ('unceasing', 'uninterrupted in time and indefinitely long continuing'),\n",
+ " ('invariant', 'unvarying in nature'),\n",
+ " ('incessant', 'uninterrupted in time and indefinitely long continuing'),\n",
" ('perpetual', 'uninterrupted in time and indefinitely long continuing'),\n",
- " ('ceaseless', 'uninterrupted in time and indefinitely long continuing'),\n",
" ('unvarying', 'unvarying in nature')]},\n",
" {'answer': 'constitutional',\n",
" 'hint': 'synonyms for constitutional',\n",
- " 'clues': [('integral',\n",
+ " 'clues': [('inbuilt',\n",
" 'existing as an essential constituent or characteristic'),\n",
- " ('inbuilt', 'existing as an essential constituent or characteristic'),\n",
- " ('inherent', 'existing as an essential constituent or characteristic'),\n",
- " ('organic',\n",
- " 'constitutional in the structure of something (especially your physical makeup)'),\n",
" ('constitutive',\n",
" 'constitutional in the structure of something (especially your physical makeup)'),\n",
- " ('built-in', 'existing as an essential constituent or characteristic'),\n",
+ " ('integral', 'existing as an essential constituent or characteristic'),\n",
+ " ('inherent', 'existing as an essential constituent or characteristic'),\n",
" ('constituent',\n",
- " 'constitutional in the structure of something (especially your physical makeup)')]},\n",
+ " 'constitutional in the structure of something (especially your physical makeup)'),\n",
+ " ('organic',\n",
+ " 'constitutional in the structure of something (especially your physical makeup)'),\n",
+ " ('built-in', 'existing as an essential constituent or characteristic')]},\n",
" {'answer': 'constraining',\n",
" 'hint': 'synonyms for constraining',\n",
- " 'clues': [('confining', 'restricting the scope or freedom of action'),\n",
- " ('restricting', 'restricting the scope or freedom of action'),\n",
- " ('constrictive', 'restricting the scope or freedom of action'),\n",
- " ('limiting', 'restricting the scope or freedom of action')]},\n",
+ " 'clues': [('restricting', 'restricting the scope or freedom of action'),\n",
+ " ('confining', 'restricting the scope or freedom of action'),\n",
+ " ('limiting', 'restricting the scope or freedom of action'),\n",
+ " ('constrictive', 'restricting the scope or freedom of action')]},\n",
" {'answer': 'constrictive',\n",
" 'hint': 'synonyms for constrictive',\n",
- " 'clues': [('constricting',\n",
- " '(of circumstances) tending to constrict freedom'),\n",
+ " 'clues': [('restricting', 'restricting the scope or freedom of action'),\n",
" ('constraining', 'restricting the scope or freedom of action'),\n",
+ " ('constricting', '(of circumstances) tending to constrict freedom'),\n",
" ('confining', 'restricting the scope or freedom of action'),\n",
- " ('restricting', 'restricting the scope or freedom of action'),\n",
" ('limiting', 'restricting the scope or freedom of action'),\n",
" ('narrowing', '(of circumstances) tending to constrict freedom')]},\n",
" {'answer': 'consummate',\n",
" 'hint': 'synonyms for consummate',\n",
- " 'clues': [('sodding',\n",
+ " 'clues': [('complete',\n",
+ " 'perfect and complete in every respect; having all necessary qualities'),\n",
+ " ('double-dyed',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('pure',\n",
+ " ('arrant',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('utter',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('thoroughgoing',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('complete',\n",
- " 'perfect and complete in every respect; having all necessary qualities'),\n",
- " ('arrant',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('gross',\n",
+ " ('stark',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('masterful', 'having or revealing supreme mastery or skill'),\n",
- " ('stark',\n",
+ " ('pure',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('perfect',\n",
+ " ('unadulterated',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('masterly', 'having or revealing supreme mastery or skill'),\n",
+ " ('virtuoso', 'having or revealing supreme mastery or skill'),\n",
" ('everlasting',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('staring',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('double-dyed',\n",
+ " ('gross',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('unadulterated',\n",
+ " ('thoroughgoing',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('masterly', 'having or revealing supreme mastery or skill'),\n",
- " ('virtuoso', 'having or revealing supreme mastery or skill')]},\n",
+ " ('sodding',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('perfect',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers')]},\n",
" {'answer': 'contagious',\n",
" 'hint': 'synonyms for contagious',\n",
- " 'clues': [('contractable',\n",
- " '(of disease) capable of being transmitted by infection'),\n",
- " ('transmissible',\n",
+ " 'clues': [('transmissible',\n",
" '(of disease) capable of being transmitted by infection'),\n",
- " ('catching', '(of disease) capable of being transmitted by infection'),\n",
" ('transmittable',\n",
" '(of disease) capable of being transmitted by infection'),\n",
+ " ('contractable',\n",
+ " '(of disease) capable of being transmitted by infection'),\n",
+ " ('catching', '(of disease) capable of being transmitted by infection'),\n",
" ('communicable',\n",
" '(of disease) capable of being transmitted by infection')]},\n",
" {'answer': 'contemplative',\n",
" 'hint': 'synonyms for contemplative',\n",
- " 'clues': [('broody', 'deeply or seriously thoughtful'),\n",
+ " 'clues': [('ruminative', 'deeply or seriously thoughtful'),\n",
+ " ('pensive', 'deeply or seriously thoughtful'),\n",
" ('brooding', 'deeply or seriously thoughtful'),\n",
- " ('reflective', 'deeply or seriously thoughtful'),\n",
" ('pondering', 'deeply or seriously thoughtful'),\n",
+ " ('reflective', 'deeply or seriously thoughtful'),\n",
" ('meditative', 'deeply or seriously thoughtful'),\n",
- " ('musing', 'deeply or seriously thoughtful'),\n",
- " ('ruminative', 'deeply or seriously thoughtful'),\n",
- " ('pensive', 'deeply or seriously thoughtful')]},\n",
+ " ('broody', 'deeply or seriously thoughtful'),\n",
+ " ('musing', 'deeply or seriously thoughtful')]},\n",
" {'answer': 'contentious',\n",
" 'hint': 'synonyms for contentious',\n",
- " 'clues': [('combative',\n",
+ " 'clues': [('disputative',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('disputative',\n",
+ " ('combative',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
" ('litigious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
@@ -41669,80 +41699,79 @@
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits')]},\n",
" {'answer': 'conterminous',\n",
" 'hint': 'synonyms for conterminous',\n",
- " 'clues': [('contiguous',\n",
- " 'having a common boundary or edge; abutting; touching'),\n",
+ " 'clues': [('coextensive', 'being of equal extent or scope or duration'),\n",
+ " ('contiguous', 'connecting without a break; within a common boundary'),\n",
+ " ('coterminous', 'being of equal extent or scope or duration'),\n",
" ('neighboring', 'having a common boundary or edge; abutting; touching'),\n",
- " ('adjacent', 'having a common boundary or edge; abutting; touching'),\n",
- " ('coextensive', 'being of equal extent or scope or duration'),\n",
- " ('coterminous', 'being of equal extent or scope or duration')]},\n",
+ " ('adjacent', 'having a common boundary or edge; abutting; touching')]},\n",
" {'answer': 'contiguous',\n",
" 'hint': 'synonyms for contiguous',\n",
- " 'clues': [('neighboring',\n",
- " 'having a common boundary or edge; abutting; touching'),\n",
- " ('adjacent', 'having a common boundary or edge; abutting; touching'),\n",
- " ('conterminous', 'connecting without a break; within a common boundary'),\n",
- " ('immediate', 'very close or connected in space or time')]},\n",
+ " 'clues': [('immediate', 'very close or connected in space or time'),\n",
+ " ('neighboring', 'having a common boundary or edge; abutting; touching'),\n",
+ " ('conterminous', 'having a common boundary or edge; abutting; touching'),\n",
+ " ('adjacent', 'having a common boundary or edge; abutting; touching')]},\n",
" {'answer': 'contingent',\n",
" 'hint': 'synonyms for contingent',\n",
- " 'clues': [('contingent upon',\n",
+ " 'clues': [('dependant on',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('dependant upon',\n",
+ " ('contingent upon',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('depending on', 'determined by conditions or circumstances that follow'),\n",
- " ('dependent on',\n",
+ " ('dependent upon',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('depending on',\n",
" 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'contingent_on',\n",
" 'hint': 'synonyms for contingent on',\n",
- " 'clues': [('contingent upon',\n",
+ " 'clues': [('dependant on',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('dependant upon',\n",
+ " ('contingent upon',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('contingent', 'determined by conditions or circumstances that follow'),\n",
" ('depending on', 'determined by conditions or circumstances that follow'),\n",
- " ('dependent on',\n",
- " 'determined by conditions or circumstances that follow')]},\n",
+ " ('dependent upon',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('contingent', 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'contingent_upon',\n",
" 'hint': 'synonyms for contingent upon',\n",
- " 'clues': [('contingent on',\n",
+ " 'clues': [('dependant on',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('dependant upon',\n",
+ " ('dependent upon',\n",
" 'determined by conditions or circumstances that follow'),\n",
" ('depending on', 'determined by conditions or circumstances that follow'),\n",
- " ('dependent on',\n",
+ " ('contingent on',\n",
" 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'continuant',\n",
" 'hint': 'synonyms for continuant',\n",
- " 'clues': [('sibilant',\n",
+ " 'clues': [('spirant',\n",
" \"of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')\"),\n",
- " ('spirant',\n",
+ " ('fricative',\n",
" \"of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')\"),\n",
- " ('strident',\n",
+ " ('sibilant',\n",
" \"of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')\"),\n",
- " ('fricative',\n",
+ " ('strident',\n",
" \"of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')\")]},\n",
" {'answer': 'contraband',\n",
" 'hint': 'synonyms for contraband',\n",
- " 'clues': [('bootleg', 'distributed or sold illicitly'),\n",
+ " 'clues': [('black-market', 'distributed or sold illicitly'),\n",
" ('smuggled', 'distributed or sold illicitly'),\n",
- " ('black', 'distributed or sold illicitly'),\n",
- " ('black-market', 'distributed or sold illicitly')]},\n",
+ " ('bootleg', 'distributed or sold illicitly'),\n",
+ " ('black', 'distributed or sold illicitly')]},\n",
" {'answer': 'contractable',\n",
" 'hint': 'synonyms for contractable',\n",
" 'clues': [('transmissible',\n",
" '(of disease) capable of being transmitted by infection'),\n",
- " ('contagious', '(of disease) capable of being transmitted by infection'),\n",
- " ('catching', '(of disease) capable of being transmitted by infection'),\n",
" ('transmittable',\n",
" '(of disease) capable of being transmitted by infection'),\n",
+ " ('contagious', '(of disease) capable of being transmitted by infection'),\n",
+ " ('catching', '(of disease) capable of being transmitted by infection'),\n",
" ('communicable',\n",
" '(of disease) capable of being transmitted by infection')]},\n",
" {'answer': 'contradictory',\n",
" 'hint': 'synonyms for contradictory',\n",
- " 'clues': [('self-contradictory', 'in disagreement; ; - John Morley'),\n",
- " ('confounding', 'that confounds or contradicts or confuses'),\n",
- " ('conflicting', 'in disagreement; ; - John Morley'),\n",
+ " 'clues': [('confounding', 'that confounds or contradicts or confuses'),\n",
" ('at odds', 'in disagreement; ; - John Morley'),\n",
- " ('mutually exclusive', 'unable to be both true at the same time')]},\n",
+ " ('mutually exclusive', 'unable to be both true at the same time'),\n",
+ " ('conflicting', 'in disagreement; ; - John Morley'),\n",
+ " ('self-contradictory', 'in disagreement; ; - John Morley')]},\n",
" {'answer': 'contrary',\n",
" 'hint': 'synonyms for contrary',\n",
" 'clues': [('obstinate', 'resistant to guidance or discipline'),\n",
@@ -41753,1847 +41782,1862 @@
" 'hint': 'synonyms for contributing',\n",
" 'clues': [('contributory',\n",
" 'tending to bring about; being partly responsible for'),\n",
- " ('contributive', 'tending to bring about; being partly responsible for'),\n",
+ " ('tributary', 'tending to bring about; being partly responsible for'),\n",
" ('conducive', 'tending to bring about; being partly responsible for'),\n",
- " ('tributary', 'tending to bring about; being partly responsible for')]},\n",
+ " ('contributive',\n",
+ " 'tending to bring about; being partly responsible for')]},\n",
" {'answer': 'contributive',\n",
" 'hint': 'synonyms for contributive',\n",
" 'clues': [('contributing',\n",
" 'tending to bring about; being partly responsible for'),\n",
- " ('contributory', 'tending to bring about; being partly responsible for'),\n",
+ " ('tributary', 'tending to bring about; being partly responsible for'),\n",
" ('conducive', 'tending to bring about; being partly responsible for'),\n",
- " ('tributary', 'tending to bring about; being partly responsible for')]},\n",
+ " ('contributory',\n",
+ " 'tending to bring about; being partly responsible for')]},\n",
" {'answer': 'contributory',\n",
" 'hint': 'synonyms for contributory',\n",
" 'clues': [('contributing',\n",
" 'tending to bring about; being partly responsible for'),\n",
- " ('contributive', 'tending to bring about; being partly responsible for'),\n",
+ " ('tributary', 'tending to bring about; being partly responsible for'),\n",
" ('conducive', 'tending to bring about; being partly responsible for'),\n",
- " ('tributary', 'tending to bring about; being partly responsible for')]},\n",
+ " ('contributive',\n",
+ " 'tending to bring about; being partly responsible for')]},\n",
" {'answer': 'conventional',\n",
" 'hint': 'synonyms for conventional',\n",
- " 'clues': [('established', 'conforming with accepted standards'),\n",
+ " 'clues': [('schematic', 'represented in simplified or symbolic form'),\n",
+ " ('established', 'conforming with accepted standards'),\n",
" ('formal', 'represented in simplified or symbolic form'),\n",
- " ('ceremonious', 'rigidly formal or bound by convention'),\n",
- " ('schematic', 'represented in simplified or symbolic form')]},\n",
+ " ('ceremonious', 'rigidly formal or bound by convention')]},\n",
" {'answer': 'convertible',\n",
" 'hint': 'synonyms for convertible',\n",
- " 'clues': [('transformable',\n",
+ " 'clues': [('translatable',\n",
+ " 'capable of being changed in substance as if by alchemy'),\n",
+ " ('transformable',\n",
" 'capable of being changed in substance as if by alchemy'),\n",
" ('transmutable',\n",
" 'capable of being changed in substance as if by alchemy'),\n",
" ('exchangeable',\n",
- " 'capable of being exchanged for or replaced by something of equal value'),\n",
- " ('translatable',\n",
- " 'capable of being changed in substance as if by alchemy')]},\n",
+ " 'capable of being exchanged for or replaced by something of equal value')]},\n",
" {'answer': 'convoluted',\n",
" 'hint': 'synonyms for convoluted',\n",
- " 'clues': [('knotty',\n",
- " 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
- " ('tangled',\n",
+ " 'clues': [('tangled',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
- " ('convolute', 'rolled longitudinally upon itself'),\n",
" ('tortuous',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
+ " ('convolute', 'rolled longitudinally upon itself'),\n",
" ('involved',\n",
+ " 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott'),\n",
+ " ('knotty',\n",
" 'highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott')]},\n",
" {'answer': 'cooccurring',\n",
" 'hint': 'synonyms for cooccurring',\n",
- " 'clues': [('coincidental', 'occurring or operating at the same time'),\n",
- " ('simultaneous', 'occurring or operating at the same time'),\n",
- " ('concurrent', 'occurring or operating at the same time'),\n",
+ " 'clues': [('concurrent', 'occurring or operating at the same time'),\n",
+ " ('coincident', 'occurring or operating at the same time'),\n",
+ " ('co-occurrent', 'occurring or operating at the same time'),\n",
" ('coinciding', 'occurring or operating at the same time'),\n",
- " ('co-occurrent', 'occurring or operating at the same time')]},\n",
+ " ('simultaneous', 'occurring or operating at the same time')]},\n",
" {'answer': 'cooperative',\n",
" 'hint': 'synonyms for cooperative',\n",
- " 'clues': [('accommodative',\n",
+ " 'clues': [('conjunct', 'involving the joint activity of two or more'),\n",
+ " ('accommodative',\n",
" 'willing to adjust to differences in order to obtain agreement'),\n",
- " ('concerted', 'involving the joint activity of two or more'),\n",
- " ('conjunct', 'involving the joint activity of two or more'),\n",
- " ('conjunctive', 'involving the joint activity of two or more')]},\n",
+ " ('conjunctive', 'involving the joint activity of two or more'),\n",
+ " ('concerted', 'involving the joint activity of two or more')]},\n",
" {'answer': 'coordinated',\n",
" 'hint': 'synonyms for coordinated',\n",
- " 'clues': [('co-ordinated', 'intentionally matched'),\n",
+ " 'clues': [('matching', 'intentionally matched'),\n",
+ " ('co-ordinated',\n",
+ " 'being dexterous in the use of more than one set of muscle movements; - Mary McCarthy'),\n",
" ('interconnected', 'operating as a unit'),\n",
- " ('matching', 'intentionally matched'),\n",
" ('unified', 'operating as a unit')]},\n",
" {'answer': 'copious',\n",
" 'hint': 'synonyms for copious',\n",
- " 'clues': [('rich', 'affording an abundant supply'),\n",
- " ('voluminous', 'large in number or quantity (especially of discourse)'),\n",
+ " 'clues': [('ample', 'affording an abundant supply'),\n",
+ " ('rich', 'affording an abundant supply'),\n",
" ('plentiful', 'affording an abundant supply'),\n",
- " ('plenteous', 'affording an abundant supply'),\n",
- " ('ample', 'affording an abundant supply')]},\n",
+ " ('voluminous', 'large in number or quantity (especially of discourse)'),\n",
+ " ('plenteous', 'affording an abundant supply')]},\n",
" {'answer': 'corking',\n",
" 'hint': 'synonyms for corking',\n",
- " 'clues': [('smashing', 'very good'),\n",
+ " 'clues': [('nifty', 'very good'),\n",
+ " ('great', 'very good'),\n",
" ('not bad', 'very good'),\n",
+ " ('bang-up', 'very good'),\n",
+ " ('cracking', 'very good'),\n",
+ " ('smashing', 'very good'),\n",
+ " ('groovy', 'very good'),\n",
" ('swell', 'very good'),\n",
+ " ('neat', 'very good'),\n",
+ " ('bully', 'very good'),\n",
+ " ('peachy', 'very good'),\n",
" ('dandy', 'very good'),\n",
" ('keen', 'very good'),\n",
- " ('nifty', 'very good'),\n",
- " ('peachy', 'very good'),\n",
- " ('cracking', 'very good'),\n",
- " ('slap-up', 'very good'),\n",
- " ('bang-up', 'very good'),\n",
- " ('bully', 'very good'),\n",
- " ('neat', 'very good'),\n",
- " ('groovy', 'very good'),\n",
- " ('great', 'very good')]},\n",
+ " ('slap-up', 'very good')]},\n",
" {'answer': 'corporal',\n",
" 'hint': 'synonyms for corporal',\n",
- " 'clues': [('bodied',\n",
- " 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('corporeal',\n",
+ " 'clues': [('bodily',\n",
" 'affecting or characteristic of the body as opposed to the mind or spirit'),\n",
" ('corporate', 'possessing or existing in bodily form; - Shakespeare'),\n",
+ " ('embodied', 'possessing or existing in bodily form; - Shakespeare'),\n",
" ('somatic',\n",
" 'affecting or characteristic of the body as opposed to the mind or spirit'),\n",
" ('incarnate', 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('bodily',\n",
+ " ('corporeal',\n",
" 'affecting or characteristic of the body as opposed to the mind or spirit')]},\n",
" {'answer': 'corporate',\n",
" 'hint': 'synonyms for corporate',\n",
- " 'clues': [('bodied',\n",
+ " 'clues': [('corporal',\n",
" 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('corporal', 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('incorporated', 'organized and maintained as a legal corporation'),\n",
- " ('incarnate', 'possessing or existing in bodily form; - Shakespeare'),\n",
" ('collective',\n",
- " 'done by or characteristic of individuals acting together')]},\n",
+ " 'done by or characteristic of individuals acting together'),\n",
+ " ('embodied', 'possessing or existing in bodily form; - Shakespeare'),\n",
+ " ('incarnate', 'possessing or existing in bodily form; - Shakespeare'),\n",
+ " ('incorporated', 'organized and maintained as a legal corporation')]},\n",
" {'answer': 'corporeal',\n",
" 'hint': 'synonyms for corporeal',\n",
" 'clues': [('material',\n",
" 'having material or physical form or substance; - Benjamin Jowett'),\n",
- " ('somatic',\n",
- " 'affecting or characteristic of the body as opposed to the mind or spirit'),\n",
" ('bodily',\n",
" 'affecting or characteristic of the body as opposed to the mind or spirit'),\n",
" ('corporal',\n",
+ " 'affecting or characteristic of the body as opposed to the mind or spirit'),\n",
+ " ('somatic',\n",
" 'affecting or characteristic of the body as opposed to the mind or spirit')]},\n",
" {'answer': 'corroborative',\n",
" 'hint': 'synonyms for corroborative',\n",
- " 'clues': [('substantiating', 'serving to support or corroborate'),\n",
+ " 'clues': [('substantiative', 'serving to support or corroborate'),\n",
" ('validatory', 'serving to support or corroborate'),\n",
- " ('collateral', 'serving to support or corroborate'),\n",
" ('validating', 'serving to support or corroborate'),\n",
- " ('confirmative', 'serving to support or corroborate'),\n",
- " ('verificatory', 'serving to support or corroborate'),\n",
" ('corroboratory', 'serving to support or corroborate'),\n",
- " ('confirming', 'serving to support or corroborate'),\n",
+ " ('confirmatory', 'serving to support or corroborate'),\n",
" ('verifying', 'serving to support or corroborate'),\n",
- " ('confirmatory', 'serving to support or corroborate')]},\n",
+ " ('confirming', 'serving to support or corroborate'),\n",
+ " ('confirmative', 'serving to support or corroborate'),\n",
+ " ('collateral', 'serving to support or corroborate'),\n",
+ " ('verificatory', 'serving to support or corroborate')]},\n",
" {'answer': 'corroboratory',\n",
" 'hint': 'synonyms for corroboratory',\n",
- " 'clues': [('substantiating', 'serving to support or corroborate'),\n",
+ " 'clues': [('substantiative', 'serving to support or corroborate'),\n",
+ " ('corroborative', 'serving to support or corroborate'),\n",
" ('validatory', 'serving to support or corroborate'),\n",
- " ('collateral', 'serving to support or corroborate'),\n",
" ('validating', 'serving to support or corroborate'),\n",
- " ('confirmative', 'serving to support or corroborate'),\n",
- " ('verificatory', 'serving to support or corroborate'),\n",
- " ('confirming', 'serving to support or corroborate'),\n",
+ " ('confirmatory', 'serving to support or corroborate'),\n",
" ('verifying', 'serving to support or corroborate'),\n",
- " ('corroborative', 'serving to support or corroborate'),\n",
- " ('confirmatory', 'serving to support or corroborate')]},\n",
+ " ('confirming', 'serving to support or corroborate'),\n",
+ " ('confirmative', 'serving to support or corroborate'),\n",
+ " ('collateral', 'serving to support or corroborate'),\n",
+ " ('verificatory', 'serving to support or corroborate')]},\n",
" {'answer': 'corrosive',\n",
" 'hint': 'synonyms for corrosive',\n",
- " 'clues': [('mordant',\n",
- " 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
- " ('vitriolic',\n",
+ " 'clues': [('caustic',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
" ('erosive',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
- " ('caustic',\n",
+ " ('mordant',\n",
+ " 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
+ " ('vitriolic',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action')]},\n",
" {'answer': 'corruptible',\n",
" 'hint': 'synonyms for corruptible',\n",
- " 'clues': [('purchasable', 'capable of being corrupted'),\n",
- " ('venal', 'capable of being corrupted'),\n",
- " ('bribable', 'capable of being corrupted'),\n",
- " ('dishonest', 'capable of being corrupted')]},\n",
+ " 'clues': [('bribable', 'capable of being corrupted'),\n",
+ " ('purchasable', 'capable of being corrupted'),\n",
+ " ('dishonest', 'capable of being corrupted'),\n",
+ " ('venal', 'capable of being corrupted')]},\n",
" {'answer': 'coruscant',\n",
" 'hint': 'synonyms for coruscant',\n",
- " 'clues': [('sparkly', 'having brief brilliant points or flashes of light'),\n",
- " ('glittering', 'having brief brilliant points or flashes of light'),\n",
+ " 'clues': [('glinting',\n",
+ " 'having brief brilliant points or flashes of light'),\n",
+ " ('fulgid', 'having brief brilliant points or flashes of light'),\n",
+ " ('glittery', 'having brief brilliant points or flashes of light'),\n",
" ('scintillating', 'having brief brilliant points or flashes of light'),\n",
- " ('aglitter', 'having brief brilliant points or flashes of light'),\n",
- " ('scintillant', 'having brief brilliant points or flashes of light'),\n",
- " ('glinting', 'having brief brilliant points or flashes of light'),\n",
- " ('fulgid', 'having brief brilliant points or flashes of light')]},\n",
+ " ('glittering', 'having brief brilliant points or flashes of light'),\n",
+ " ('sparkly', 'having brief brilliant points or flashes of light'),\n",
+ " ('scintillant', 'having brief brilliant points or flashes of light')]},\n",
" {'answer': 'cosmopolitan',\n",
" 'hint': 'synonyms for cosmopolitan',\n",
- " 'clues': [('ecumenical',\n",
- " 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
- " ('world-wide',\n",
+ " 'clues': [('universal',\n",
" 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
+ " ('widely distributed', 'growing or occurring in many parts of the world'),\n",
" ('general',\n",
" 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
- " ('universal',\n",
+ " ('world-wide',\n",
" 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
- " ('widely distributed',\n",
- " 'growing or occurring in many parts of the world')]},\n",
+ " ('ecumenical',\n",
+ " 'of worldwide scope or applicability; ; - Christopher Morley')]},\n",
" {'answer': 'costless',\n",
" 'hint': 'synonyms for costless',\n",
- " 'clues': [('gratuitous', 'costing nothing'),\n",
+ " 'clues': [('free', 'costing nothing'),\n",
" ('gratis', 'costing nothing'),\n",
- " ('complimentary', 'costing nothing'),\n",
- " ('free', 'costing nothing')]},\n",
+ " ('gratuitous', 'costing nothing'),\n",
+ " ('complimentary', 'costing nothing')]},\n",
" {'answer': 'costly',\n",
" 'hint': 'synonyms for costly',\n",
" 'clues': [('high-priced', 'having a high price'),\n",
- " ('pricy', 'having a high price'),\n",
+ " ('pricey', 'having a high price'),\n",
" ('dearly-won', 'entailing great loss or sacrifice'),\n",
" ('dear', 'having a high price')]},\n",
" {'answer': 'countless',\n",
" 'hint': 'synonyms for countless',\n",
- " 'clues': [('unnumerable', 'too numerous to be counted'),\n",
+ " 'clues': [('multitudinous', 'too numerous to be counted'),\n",
+ " ('unnumberable', 'too numerous to be counted'),\n",
+ " ('unnumbered', 'too numerous to be counted'),\n",
" ('myriad', 'too numerous to be counted'),\n",
" ('infinite', 'too numerous to be counted'),\n",
- " ('innumerous', 'too numerous to be counted'),\n",
- " ('multitudinous', 'too numerous to be counted'),\n",
- " ('uncounted', 'too numerous to be counted'),\n",
" ('numberless', 'too numerous to be counted'),\n",
- " ('unnumbered', 'too numerous to be counted')]},\n",
+ " ('uncounted', 'too numerous to be counted'),\n",
+ " ('innumerous', 'too numerous to be counted')]},\n",
" {'answer': 'covetous',\n",
" 'hint': 'synonyms for covetous',\n",
- " 'clues': [('jealous',\n",
- " \"showing extreme cupidity; painfully desirous of another's advantages\"),\n",
+ " 'clues': [('greedy', 'immoderately desirous of acquiring e.g. wealth'),\n",
" ('prehensile', 'immoderately desirous of acquiring e.g. wealth'),\n",
- " ('greedy', 'immoderately desirous of acquiring e.g. wealth'),\n",
- " ('grabby', 'immoderately desirous of acquiring e.g. wealth'),\n",
- " ('avaricious', 'immoderately desirous of acquiring e.g. wealth'),\n",
" ('grasping', 'immoderately desirous of acquiring e.g. wealth'),\n",
" ('envious',\n",
- " \"showing extreme cupidity; painfully desirous of another's advantages\")]},\n",
+ " \"showing extreme cupidity; painfully desirous of another's advantages\"),\n",
+ " ('jealous',\n",
+ " \"showing extreme cupidity; painfully desirous of another's advantages\"),\n",
+ " ('avaricious', 'immoderately desirous of acquiring e.g. wealth'),\n",
+ " ('grabby', 'immoderately desirous of acquiring e.g. wealth')]},\n",
" {'answer': 'cozy',\n",
" 'hint': 'synonyms for cozy',\n",
- " 'clues': [('cosy',\n",
- " 'enjoying or affording comforting warmth and shelter especially in a small space'),\n",
+ " 'clues': [('informal',\n",
+ " 'having or fostering a warm or friendly and informal atmosphere'),\n",
" ('snug',\n",
" 'enjoying or affording comforting warmth and shelter especially in a small space'),\n",
" ('intimate',\n",
" 'having or fostering a warm or friendly and informal atmosphere'),\n",
- " ('informal',\n",
- " 'having or fostering a warm or friendly and informal atmosphere')]},\n",
+ " ('cosy',\n",
+ " 'enjoying or affording comforting warmth and shelter especially in a small space')]},\n",
" {'answer': 'crabbed',\n",
" 'hint': 'synonyms for crabbed',\n",
- " 'clues': [('ill-tempered', 'annoyed and irritable'),\n",
- " ('cross', 'annoyed and irritable'),\n",
- " ('grouchy', 'annoyed and irritable'),\n",
- " ('bad-tempered', 'annoyed and irritable'),\n",
+ " 'clues': [('grouchy', 'annoyed and irritable'),\n",
" ('fussy', 'annoyed and irritable'),\n",
+ " ('cross', 'annoyed and irritable'),\n",
" ('grumpy', 'annoyed and irritable'),\n",
- " ('crabby', 'annoyed and irritable')]},\n",
+ " ('crabby', 'annoyed and irritable'),\n",
+ " ('bad-tempered', 'annoyed and irritable'),\n",
+ " ('ill-tempered', 'annoyed and irritable')]},\n",
" {'answer': 'crabby',\n",
" 'hint': 'synonyms for crabby',\n",
- " 'clues': [('ill-tempered', 'annoyed and irritable'),\n",
- " ('crabbed', 'annoyed and irritable'),\n",
- " ('cross', 'annoyed and irritable'),\n",
+ " 'clues': [('crabbed', 'annoyed and irritable'),\n",
+ " ('fussy', 'annoyed and irritable'),\n",
" ('grouchy', 'annoyed and irritable'),\n",
+ " ('cross', 'annoyed and irritable'),\n",
+ " ('grumpy', 'annoyed and irritable'),\n",
" ('bad-tempered', 'annoyed and irritable'),\n",
- " ('fussy', 'annoyed and irritable'),\n",
- " ('grumpy', 'annoyed and irritable')]},\n",
+ " ('ill-tempered', 'annoyed and irritable')]},\n",
" {'answer': 'crack',\n",
" 'hint': 'synonyms for crack',\n",
- " 'clues': [('topnotch', 'of the highest quality'),\n",
+ " 'clues': [('ace', 'of the highest quality'),\n",
+ " ('topnotch', 'of the highest quality'),\n",
+ " ('super', 'of the highest quality'),\n",
" ('first-rate', 'of the highest quality'),\n",
" ('tops', 'of the highest quality'),\n",
- " ('super', 'of the highest quality'),\n",
- " ('tiptop', 'of the highest quality'),\n",
- " ('ace', 'of the highest quality')]},\n",
+ " ('tiptop', 'of the highest quality')]},\n",
" {'answer': 'cracked',\n",
" 'hint': 'synonyms for cracked',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('chapped', 'used of skin roughened as a result of cold or exposure'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('roughened', 'used of skin roughened as a result of cold or exposure'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
- " ('buggy', 'informal or slang terms for mentally irregular'),\n",
- " ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
" ('alligatored',\n",
" 'of paint or varnish; having the appearance of alligator hide'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
+ " ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
+ " ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('chapped', 'used of skin roughened as a result of cold or exposure'),\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'crackers',\n",
" 'hint': 'synonyms for crackers',\n",
- " 'clues': [('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'cracking',\n",
" 'hint': 'synonyms for cracking',\n",
- " 'clues': [('smashing', 'very good'),\n",
+ " 'clues': [('nifty', 'very good'),\n",
+ " ('great', 'very good'),\n",
" ('not bad', 'very good'),\n",
+ " ('bang-up', 'very good'),\n",
+ " ('smashing', 'very good'),\n",
+ " ('groovy', 'very good'),\n",
" ('swell', 'very good'),\n",
+ " ('neat', 'very good'),\n",
+ " ('bully', 'very good'),\n",
+ " ('peachy', 'very good'),\n",
" ('dandy', 'very good'),\n",
" ('keen', 'very good'),\n",
- " ('nifty', 'very good'),\n",
- " ('peachy', 'very good'),\n",
- " ('slap-up', 'very good'),\n",
- " ('bang-up', 'very good'),\n",
" ('corking', 'very good'),\n",
- " ('bully', 'very good'),\n",
- " ('neat', 'very good'),\n",
- " ('groovy', 'very good'),\n",
- " ('great', 'very good')]},\n",
+ " ('slap-up', 'very good')]},\n",
" {'answer': 'crafty',\n",
" 'hint': 'synonyms for crafty',\n",
- " 'clues': [('tricky', 'marked by skill in deception'),\n",
- " ('knavish', 'marked by skill in deception'),\n",
+ " 'clues': [('cunning', 'marked by skill in deception'),\n",
" ('sly', 'marked by skill in deception'),\n",
- " ('slick', 'marked by skill in deception'),\n",
- " ('wily', 'marked by skill in deception'),\n",
+ " ('tricksy', 'marked by skill in deception'),\n",
" ('foxy', 'marked by skill in deception'),\n",
+ " ('slick', 'marked by skill in deception'),\n",
" ('dodgy', 'marked by skill in deception'),\n",
- " ('guileful', 'marked by skill in deception'),\n",
- " ('cunning', 'marked by skill in deception')]},\n",
- " {'answer': 'cram_full',\n",
- " 'hint': 'synonyms for cram full',\n",
- " 'clues': [('chuck-full', 'packed full to capacity'),\n",
- " ('chockful', 'packed full to capacity'),\n",
- " ('chockablock', 'packed full to capacity'),\n",
- " ('choke-full', 'packed full to capacity')]},\n",
+ " ('knavish', 'marked by skill in deception'),\n",
+ " ('wily', 'marked by skill in deception'),\n",
+ " ('guileful', 'marked by skill in deception')]},\n",
" {'answer': 'cranky',\n",
" 'hint': 'synonyms for cranky',\n",
- " 'clues': [('crank',\n",
- " '(used of boats) inclined to heel over easily under sail'),\n",
- " ('nettlesome', 'easily irritated or annoyed'),\n",
+ " 'clues': [('nettlesome', 'easily irritated or annoyed'),\n",
+ " ('scratchy', 'easily irritated or annoyed'),\n",
+ " ('techy', 'easily irritated or annoyed'),\n",
+ " ('crank', '(used of boats) inclined to heel over easily under sail'),\n",
" ('fractious', 'easily irritated or annoyed'),\n",
- " ('petulant', 'easily irritated or annoyed'),\n",
- " ('tender', '(used of boats) inclined to heel over easily under sail'),\n",
" ('irritable', 'easily irritated or annoyed'),\n",
- " ('peevish', 'easily irritated or annoyed'),\n",
- " ('tippy', '(used of boats) inclined to heel over easily under sail'),\n",
- " ('techy', 'easily irritated or annoyed'),\n",
" ('pettish', 'easily irritated or annoyed'),\n",
- " ('scratchy', 'easily irritated or annoyed'),\n",
- " ('peckish', 'easily irritated or annoyed'),\n",
- " ('testy', 'easily irritated or annoyed')]},\n",
+ " ('tippy', '(used of boats) inclined to heel over easily under sail'),\n",
+ " ('tender', '(used of boats) inclined to heel over easily under sail'),\n",
+ " ('testy', 'easily irritated or annoyed'),\n",
+ " ('peevish', 'easily irritated or annoyed'),\n",
+ " ('petulant', 'easily irritated or annoyed'),\n",
+ " ('peckish', 'easily irritated or annoyed')]},\n",
" {'answer': 'crappy',\n",
" 'hint': 'synonyms for crappy',\n",
- " 'clues': [('shitty', 'very bad'),\n",
- " ('rotten', 'very bad'),\n",
+ " 'clues': [('rotten', 'very bad'),\n",
+ " ('stinking', 'very bad'),\n",
" ('icky', 'very bad'),\n",
" ('lousy', 'very bad'),\n",
" ('stinky', 'very bad'),\n",
- " ('stinking', 'very bad')]},\n",
+ " ('shitty', 'very bad')]},\n",
" {'answer': 'crashing',\n",
" 'hint': 'synonyms for crashing',\n",
- " 'clues': [('flaming', 'informal intensifiers'),\n",
- " ('bally', 'informal intensifiers'),\n",
- " ('fucking', 'informal intensifiers'),\n",
+ " 'clues': [('blinking', 'informal intensifiers'),\n",
+ " ('blooming', 'informal intensifiers'),\n",
" ('bloody', 'informal intensifiers'),\n",
- " ('blinking', 'informal intensifiers'),\n",
- " ('blooming', 'informal intensifiers')]},\n",
+ " ('flaming', 'informal intensifiers'),\n",
+ " ('fucking', 'informal intensifiers'),\n",
+ " ('bally', 'informal intensifiers')]},\n",
" {'answer': 'crazy',\n",
" 'hint': 'synonyms for crazy',\n",
- " 'clues': [('unhinged', 'affected with madness or insanity'),\n",
- " ('brainsick', 'affected with madness or insanity'),\n",
+ " 'clues': [('unbalanced', 'affected with madness or insanity'),\n",
+ " ('dotty', 'intensely enthusiastic about or preoccupied with'),\n",
+ " ('sick', 'affected with madness or insanity'),\n",
" ('gaga', 'intensely enthusiastic about or preoccupied with'),\n",
- " ('wild', 'intensely enthusiastic about or preoccupied with'),\n",
- " ('mad', 'affected with madness or insanity'),\n",
- " ('screwball', 'foolish; totally unsound'),\n",
" ('softheaded', 'foolish; totally unsound'),\n",
- " ('demented', 'affected with madness or insanity'),\n",
+ " ('wild', 'intensely enthusiastic about or preoccupied with'),\n",
+ " ('brainsick', 'affected with madness or insanity'),\n",
" ('half-baked', 'foolish; totally unsound'),\n",
+ " ('demented', 'affected with madness or insanity'),\n",
+ " ('screwball', 'foolish; totally unsound'),\n",
+ " ('unhinged', 'affected with madness or insanity'),\n",
" ('disturbed', 'affected with madness or insanity'),\n",
- " ('sick', 'affected with madness or insanity'),\n",
- " ('unbalanced', 'affected with madness or insanity'),\n",
- " ('dotty', 'intensely enthusiastic about or preoccupied with')]},\n",
+ " ('mad', 'affected with madness or insanity')]},\n",
" {'answer': 'creaky',\n",
" 'hint': 'synonyms for creaky',\n",
- " 'clues': [('flea-bitten', 'worn and broken down by hard use'),\n",
- " ('rheumy', 'of or pertaining to arthritis'),\n",
- " ('decrepit', 'worn and broken down by hard use'),\n",
+ " 'clues': [('woebegone', 'worn and broken down by hard use'),\n",
" ('run-down', 'worn and broken down by hard use'),\n",
+ " ('flea-bitten', 'worn and broken down by hard use'),\n",
+ " ('rheumy', 'of or pertaining to arthritis'),\n",
+ " ('rheumatoid', 'of or pertaining to arthritis'),\n",
" ('rheumatic', 'of or pertaining to arthritis'),\n",
- " ('derelict', 'worn and broken down by hard use'),\n",
+ " ('arthritic', 'of or pertaining to arthritis'),\n",
+ " ('decrepit', 'worn and broken down by hard use'),\n",
" ('screaky', 'having a rasping or grating sound'),\n",
- " ('woebegone', 'worn and broken down by hard use'),\n",
- " ('rheumatoid', 'of or pertaining to arthritis'),\n",
- " ('arthritic', 'of or pertaining to arthritis')]},\n",
+ " ('derelict', 'worn and broken down by hard use')]},\n",
" {'answer': 'criminal',\n",
" 'hint': 'synonyms for criminal',\n",
- " 'clues': [('condemnable',\n",
- " 'bringing or deserving severe rebuke or censure'),\n",
+ " 'clues': [('felonious',\n",
+ " 'involving or being or having the nature of a crime'),\n",
+ " ('condemnable', 'bringing or deserving severe rebuke or censure'),\n",
" ('deplorable', 'bringing or deserving severe rebuke or censure'),\n",
- " ('felonious', 'involving or being or having the nature of a crime'),\n",
- " ('reprehensible', 'bringing or deserving severe rebuke or censure'),\n",
- " ('vicious', 'bringing or deserving severe rebuke or censure')]},\n",
+ " ('vicious', 'bringing or deserving severe rebuke or censure'),\n",
+ " ('reprehensible', 'bringing or deserving severe rebuke or censure')]},\n",
" {'answer': 'crimson',\n",
" 'hint': 'synonyms for crimson',\n",
- " 'clues': [('red',\n",
+ " 'clues': [('reddish',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruddy',\n",
+ " ('ruby-red',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('blood-red',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
+ " ('cherry-red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('cerise',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('ruby-red',\n",
+ " ('ruddy',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('ruby',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('red-faced',\n",
- " '(especially of the face) reddened or suffused with or as if with blood from emotion or exertion'),\n",
- " ('cherry',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('carmine',\n",
+ " ('violent',\n",
+ " 'characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode'),\n",
+ " ('red',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('reddened',\n",
" '(especially of the face) reddened or suffused with or as if with blood from emotion or exertion'),\n",
+ " ('red-faced',\n",
+ " '(especially of the face) reddened or suffused with or as if with blood from emotion or exertion'),\n",
" ('scarlet',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('reddish',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('cherry-red',\n",
- " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
" ('flushed',\n",
" '(especially of the face) reddened or suffused with or as if with blood from emotion or exertion'),\n",
- " ('blood-red',\n",
+ " ('cherry',\n",
" 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies'),\n",
- " ('violent',\n",
- " 'characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode')]},\n",
+ " ('carmine',\n",
+ " 'of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies')]},\n",
" {'answer': 'crinkled',\n",
" 'hint': 'synonyms for crinkled',\n",
- " 'clues': [('crinkly', 'uneven by virtue of having wrinkles or waves'),\n",
- " ('wavelike', 'uneven by virtue of having wrinkles or waves'),\n",
+ " 'clues': [('wavelike', 'uneven by virtue of having wrinkles or waves'),\n",
+ " ('crinkly', 'uneven by virtue of having wrinkles or waves'),\n",
" ('rippled', 'uneven by virtue of having wrinkles or waves'),\n",
" ('wavy', 'uneven by virtue of having wrinkles or waves')]},\n",
" {'answer': 'crinkly',\n",
" 'hint': 'synonyms for crinkly',\n",
" 'clues': [('wavelike', 'uneven by virtue of having wrinkles or waves'),\n",
- " ('crinkled', 'uneven by virtue of having wrinkles or waves'),\n",
+ " ('wavy', 'uneven by virtue of having wrinkles or waves'),\n",
" ('rippled', 'uneven by virtue of having wrinkles or waves'),\n",
- " ('wavy', 'uneven by virtue of having wrinkles or waves')]},\n",
+ " ('crinkled', 'uneven by virtue of having wrinkles or waves')]},\n",
" {'answer': 'crippled',\n",
" 'hint': 'synonyms for crippled',\n",
- " 'clues': [('lame', 'disabled in the feet or legs'),\n",
- " ('halt', 'disabled in the feet or legs'),\n",
+ " 'clues': [('halt', 'disabled in the feet or legs'),\n",
" ('game', 'disabled in the feet or legs'),\n",
+ " ('lame', 'disabled in the feet or legs'),\n",
" ('gimpy', 'disabled in the feet or legs')]},\n",
" {'answer': 'crisp',\n",
" 'hint': 'synonyms for crisp',\n",
- " 'clues': [('frosty', 'pleasantly cold and invigorating'),\n",
- " ('curt', 'brief and to the point; effectively cut short'),\n",
- " ('nipping', 'pleasantly cold and invigorating'),\n",
- " ('kinky', '(of hair) in small tight curls'),\n",
+ " 'clues': [('sharp', '(of something seen or heard) clearly defined'),\n",
+ " ('frosty', 'pleasantly cold and invigorating'),\n",
" ('frizzy', '(of hair) in small tight curls'),\n",
- " ('crispy', 'tender and brittle'),\n",
" ('snappy', 'pleasantly cold and invigorating'),\n",
+ " ('curt', 'brief and to the point; effectively cut short'),\n",
" ('laconic', 'brief and to the point; effectively cut short'),\n",
- " ('nippy', 'pleasantly cold and invigorating'),\n",
- " ('sharp', '(of something seen or heard) clearly defined'),\n",
- " ('terse', 'brief and to the point; effectively cut short')]},\n",
+ " ('crispy', 'tender and brittle'),\n",
+ " ('nipping', 'pleasantly cold and invigorating'),\n",
+ " ('kinky', '(of hair) in small tight curls'),\n",
+ " ('terse', 'brief and to the point; effectively cut short'),\n",
+ " ('nippy', 'pleasantly cold and invigorating')]},\n",
" {'answer': 'crocked',\n",
" 'hint': 'synonyms for crocked',\n",
- " 'clues': [('pixilated', 'very drunk'),\n",
+ " 'clues': [('fuddled', 'very drunk'),\n",
" ('sloshed', 'very drunk'),\n",
- " ('tight', 'very drunk'),\n",
- " ('pissed', 'very drunk'),\n",
- " ('cockeyed', 'very drunk'),\n",
- " ('besotted', 'very drunk'),\n",
- " ('smashed', 'very drunk'),\n",
- " ('pie-eyed', 'very drunk'),\n",
- " ('blind drunk', 'very drunk'),\n",
" ('stiff', 'very drunk'),\n",
- " ('slopped', 'very drunk'),\n",
+ " ('cockeyed', 'very drunk'),\n",
" ('sozzled', 'very drunk'),\n",
- " ('loaded', 'very drunk'),\n",
+ " ('pie-eyed', 'very drunk'),\n",
" ('soaked', 'very drunk'),\n",
- " ('fuddled', 'very drunk'),\n",
- " ('plastered', 'very drunk'),\n",
+ " ('pixilated', 'very drunk'),\n",
" ('blotto', 'very drunk'),\n",
- " ('squiffy', 'very drunk'),\n",
" ('wet', 'very drunk'),\n",
- " ('soused', 'very drunk')]},\n",
+ " ('pissed', 'very drunk'),\n",
+ " ('besotted', 'very drunk'),\n",
+ " ('soused', 'very drunk'),\n",
+ " ('slopped', 'very drunk'),\n",
+ " ('smashed', 'very drunk'),\n",
+ " ('blind drunk', 'very drunk'),\n",
+ " ('plastered', 'very drunk'),\n",
+ " ('loaded', 'very drunk'),\n",
+ " ('tight', 'very drunk'),\n",
+ " ('squiffy', 'very drunk')]},\n",
" {'answer': 'crookback',\n",
" 'hint': 'synonyms for crookback',\n",
- " 'clues': [('humped',\n",
+ " 'clues': [('kyphotic',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
- " ('humpbacked',\n",
+ " ('crookbacked',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
" ('hunchbacked',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
- " ('gibbous',\n",
+ " ('humpbacked',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
- " ('crookbacked',\n",
+ " ('gibbous',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
- " ('kyphotic',\n",
+ " ('humped',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column')]},\n",
" {'answer': 'crookbacked',\n",
" 'hint': 'synonyms for crookbacked',\n",
- " 'clues': [('humped',\n",
- " 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
- " ('humpbacked',\n",
+ " 'clues': [('kyphotic',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
" ('crookback',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
- " ('gibbous',\n",
- " 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
" ('hunchbacked',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
- " ('kyphotic',\n",
+ " ('humpbacked',\n",
+ " 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
+ " ('gibbous',\n",
+ " 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column'),\n",
+ " ('humped',\n",
" 'characteristic of or suffering from kyphosis, an abnormality of the vertebral column')]},\n",
" {'answer': 'crooked',\n",
" 'hint': 'synonyms for crooked',\n",
- " 'clues': [('stooped', 'having the back and shoulders rounded; not erect'),\n",
+ " 'clues': [('stooping', 'having the back and shoulders rounded; not erect'),\n",
+ " ('stooped', 'having the back and shoulders rounded; not erect'),\n",
+ " ('round-backed', 'having the back and shoulders rounded; not erect'),\n",
" ('corrupt', 'not straight; dishonest or immoral or evasive'),\n",
- " ('stooping', 'having the back and shoulders rounded; not erect'),\n",
" ('round-shouldered', 'having the back and shoulders rounded; not erect'),\n",
" ('hunched', 'having the back and shoulders rounded; not erect'),\n",
- " ('round-backed', 'having the back and shoulders rounded; not erect'),\n",
" ('asymmetrical', 'irregular in shape or outline')]},\n",
" {'answer': 'cross',\n",
" 'hint': 'synonyms for cross',\n",
- " 'clues': [('grouchy', 'annoyed and irritable'),\n",
- " ('bad-tempered', 'annoyed and irritable'),\n",
- " ('transverse',\n",
- " 'extending or lying across; in a crosswise direction; at right angles to the long axis'),\n",
- " ('fussy', 'annoyed and irritable'),\n",
+ " 'clues': [('fussy', 'annoyed and irritable'),\n",
" ('grumpy', 'annoyed and irritable'),\n",
+ " ('bad-tempered', 'annoyed and irritable'),\n",
" ('thwartwise',\n",
" 'extending or lying across; in a crosswise direction; at right angles to the long axis'),\n",
- " ('ill-tempered', 'annoyed and irritable'),\n",
+ " ('transverse',\n",
+ " 'extending or lying across; in a crosswise direction; at right angles to the long axis'),\n",
" ('crabbed', 'annoyed and irritable'),\n",
- " ('crabby', 'annoyed and irritable')]},\n",
+ " ('grouchy', 'annoyed and irritable'),\n",
+ " ('crabby', 'annoyed and irritable'),\n",
+ " ('ill-tempered', 'annoyed and irritable')]},\n",
" {'answer': 'crowing',\n",
" 'hint': 'synonyms for crowing',\n",
- " 'clues': [('self-aggrandising', 'exhibiting self-importance'),\n",
- " ('boastful', 'exhibiting self-importance'),\n",
- " ('big', 'exhibiting self-importance'),\n",
+ " 'clues': [('big', 'exhibiting self-importance'),\n",
" ('bragging', 'exhibiting self-importance'),\n",
- " ('braggart', 'exhibiting self-importance'),\n",
" ('cock-a-hoop', 'exhibiting self-importance'),\n",
- " ('braggy', 'exhibiting self-importance')]},\n",
+ " ('boastful', 'exhibiting self-importance'),\n",
+ " ('braggy', 'exhibiting self-importance'),\n",
+ " ('braggart', 'exhibiting self-importance'),\n",
+ " ('self-aggrandising', 'exhibiting self-importance')]},\n",
" {'answer': 'crucial',\n",
" 'hint': 'synonyms for crucial',\n",
- " 'clues': [('all-important', 'of the greatest importance'),\n",
+ " 'clues': [('of the essence', 'of the greatest importance'),\n",
+ " ('all important', 'of the greatest importance'),\n",
" ('important',\n",
" 'of extreme importance; vital to the resolution of a crisis'),\n",
- " ('of the essence', 'of the greatest importance'),\n",
" ('essential', 'of the greatest importance')]},\n",
" {'answer': 'cruddy',\n",
" 'hint': 'synonyms for cruddy',\n",
" 'clues': [('smutty', 'characterized by obscenity'),\n",
- " ('nasty', 'characterized by obscenity'),\n",
+ " ('foul', 'characterized by obscenity'),\n",
" ('filthy', 'characterized by obscenity'),\n",
- " ('foul', 'characterized by obscenity')]},\n",
+ " ('nasty', 'characterized by obscenity')]},\n",
" {'answer': 'crude',\n",
" 'hint': 'synonyms for crude',\n",
- " 'clues': [('rough', 'not carefully or expertly made'),\n",
- " ('rude',\n",
- " 'belonging to an early stage of technical development; characterized by simplicity and (often) crudeness'),\n",
- " ('raw', 'not processed or subjected to analysis'),\n",
- " ('gross', 'conspicuously and tastelessly indecent'),\n",
- " ('primitive',\n",
- " 'belonging to an early stage of technical development; characterized by simplicity and (often) crudeness'),\n",
+ " 'clues': [('stark',\n",
+ " 'devoid of any qualifications or disguise or adornment'),\n",
" ('earthy', 'conspicuously and tastelessly indecent'),\n",
- " ('blunt', 'devoid of any qualifications or disguise or adornment'),\n",
- " ('stark', 'devoid of any qualifications or disguise or adornment'),\n",
" ('unrefined', 'not refined or processed'),\n",
" ('vulgar', 'conspicuously and tastelessly indecent'),\n",
- " ('unprocessed', 'not refined or processed')]},\n",
+ " ('gross', 'conspicuously and tastelessly indecent'),\n",
+ " ('primitive',\n",
+ " 'belonging to an early stage of technical development; characterized by simplicity and (often) crudeness'),\n",
+ " ('raw', 'not processed or subjected to analysis'),\n",
+ " ('rude',\n",
+ " 'belonging to an early stage of technical development; characterized by simplicity and (often) crudeness'),\n",
+ " ('unprocessed', 'not refined or processed'),\n",
+ " ('rough', 'not carefully or expertly made'),\n",
+ " ('blunt', 'devoid of any qualifications or disguise or adornment')]},\n",
" {'answer': 'cruel',\n",
" 'hint': 'synonyms for cruel',\n",
" 'clues': [('savage',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
" ('barbarous',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('fell',\n",
- " '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('brutal',\n",
+ " ('vicious',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
" ('roughshod',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
- " ('vicious',\n",
+ " ('brutal',\n",
+ " '(of persons or their actions) able or disposed to inflict pain or suffering'),\n",
+ " ('fell',\n",
" '(of persons or their actions) able or disposed to inflict pain or suffering')]},\n",
" {'answer': 'crummy',\n",
" 'hint': 'synonyms for crummy',\n",
- " 'clues': [('bum', 'of very poor quality; flimsy'),\n",
- " ('punk', 'of very poor quality; flimsy'),\n",
- " ('cheap', 'of very poor quality; flimsy'),\n",
- " ('chintzy', 'of very poor quality; flimsy'),\n",
+ " 'clues': [('cheesy', 'of very poor quality; flimsy'),\n",
" ('tinny', 'of very poor quality; flimsy'),\n",
" ('sleazy', 'of very poor quality; flimsy'),\n",
- " ('cheesy', 'of very poor quality; flimsy')]},\n",
+ " ('chintzy', 'of very poor quality; flimsy'),\n",
+ " ('cheap', 'of very poor quality; flimsy'),\n",
+ " ('punk', 'of very poor quality; flimsy'),\n",
+ " ('bum', 'of very poor quality; flimsy')]},\n",
" {'answer': 'crushed',\n",
" 'hint': 'synonyms for crushed',\n",
- " 'clues': [('humiliated', 'subdued or brought low in condition or status'),\n",
- " ('broken', 'subdued or brought low in condition or status'),\n",
+ " 'clues': [('broken', 'subdued or brought low in condition or status'),\n",
+ " ('humiliated', 'subdued or brought low in condition or status'),\n",
" ('low', 'subdued or brought low in condition or status'),\n",
" ('humbled', 'subdued or brought low in condition or status')]},\n",
" {'answer': 'crusty',\n",
" 'hint': 'synonyms for crusty',\n",
- " 'clues': [('crusted', 'having a hardened crust as a covering'),\n",
- " ('crustlike', 'having a hardened crust as a covering'),\n",
- " ('curmudgeonly', 'brusque and surly and forbidding'),\n",
+ " 'clues': [('curmudgeonly', 'brusque and surly and forbidding'),\n",
+ " ('encrusted', 'having a hardened crust as a covering'),\n",
" ('ill-humoured', 'brusque and surly and forbidding'),\n",
+ " ('crustlike', 'having a hardened crust as a covering'),\n",
" ('gruff', 'brusque and surly and forbidding')]},\n",
" {'answer': 'crying',\n",
" 'hint': 'synonyms for crying',\n",
- " 'clues': [('insistent', 'demanding attention; ; ; - H.L.Mencken'),\n",
+ " 'clues': [('glaring',\n",
+ " 'conspicuously and outrageously bad or reprehensible'),\n",
+ " ('insistent', 'demanding attention; ; ; - H.L.Mencken'),\n",
+ " ('egregious', 'conspicuously and outrageously bad or reprehensible'),\n",
+ " ('exigent', 'demanding attention; ; ; - H.L.Mencken'),\n",
" ('rank', 'conspicuously and outrageously bad or reprehensible'),\n",
- " ('flagrant', 'conspicuously and outrageously bad or reprehensible'),\n",
" ('instant', 'demanding attention; ; ; - H.L.Mencken'),\n",
+ " ('flagrant', 'conspicuously and outrageously bad or reprehensible'),\n",
" ('clamant', 'demanding attention; ; ; - H.L.Mencken'),\n",
- " ('egregious', 'conspicuously and outrageously bad or reprehensible'),\n",
- " ('exigent', 'demanding attention; ; ; - H.L.Mencken'),\n",
- " ('glaring', 'conspicuously and outrageously bad or reprehensible'),\n",
" ('gross', 'conspicuously and outrageously bad or reprehensible')]},\n",
" {'answer': 'cryptic',\n",
" 'hint': 'synonyms for cryptic',\n",
- " 'clues': [('sibylline',\n",
- " 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
+ " 'clues': [('deep', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " ('sibylline', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
" ('mystifying', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
- " ('deep', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " ('cryptical', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
+ " ('qabalistic', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
" ('mysterious', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
- " ('kabbalistic', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
- " ('inscrutable', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
- " ('cryptical', 'having a secret or hidden meaning; ; ; - John Gunther')]},\n",
+ " ('inscrutable', 'of an obscure nature; ; ; ; - Rachel Carson')]},\n",
" {'answer': 'cryptical',\n",
" 'hint': 'synonyms for cryptical',\n",
- " 'clues': [('sibylline',\n",
- " 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
+ " 'clues': [('deep', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " ('sibylline', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
" ('mystifying', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
" ('cryptic', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
- " ('deep', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " ('qabalistic', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
" ('mysterious', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
- " ('kabbalistic', 'having a secret or hidden meaning; ; ; - John Gunther'),\n",
" ('inscrutable', 'of an obscure nature; ; ; ; - Rachel Carson')]},\n",
" {'answer': 'crystal_clear',\n",
" 'hint': 'synonyms for crystal clear',\n",
- " 'clues': [('limpid',\n",
- " 'transmitting light; able to be seen through with clarity'),\n",
- " ('lucid',\n",
+ " 'clues': [('lucid',\n",
" '(of language) transparently clear; easily understandable; ; ; - Robert Burton'),\n",
+ " ('crystalline',\n",
+ " 'transmitting light; able to be seen through with clarity'),\n",
+ " ('pellucid', 'transmitting light; able to be seen through with clarity'),\n",
" ('transparent',\n",
" 'transmitting light; able to be seen through with clarity'),\n",
" ('perspicuous',\n",
" '(of language) transparently clear; easily understandable; ; ; - Robert Burton'),\n",
- " ('pellucid', 'transmitting light; able to be seen through with clarity'),\n",
+ " ('limpid', 'transmitting light; able to be seen through with clarity'),\n",
" ('luculent',\n",
- " '(of language) transparently clear; easily understandable; ; ; - Robert Burton'),\n",
- " ('crystalline',\n",
- " 'transmitting light; able to be seen through with clarity')]},\n",
+ " '(of language) transparently clear; easily understandable; ; ; - Robert Burton')]},\n",
" {'answer': 'crystalline',\n",
" 'hint': 'synonyms for crystalline',\n",
- " 'clues': [('limpid',\n",
+ " 'clues': [('transparent',\n",
" 'transmitting light; able to be seen through with clarity'),\n",
+ " ('limpid', 'transmitting light; able to be seen through with clarity'),\n",
" ('crystal clear',\n",
" 'transmitting light; able to be seen through with clarity'),\n",
" ('pellucid', 'transmitting light; able to be seen through with clarity'),\n",
- " ('lucid', 'transmitting light; able to be seen through with clarity'),\n",
- " ('transparent',\n",
- " 'transmitting light; able to be seen through with clarity')]},\n",
+ " ('lucid', 'transmitting light; able to be seen through with clarity')]},\n",
" {'answer': 'cube-shaped',\n",
" 'hint': 'synonyms for cube-shaped',\n",
- " 'clues': [('cubical', 'shaped like a cube'),\n",
- " ('cubelike', 'shaped like a cube'),\n",
+ " 'clues': [('cuboidal', 'shaped like a cube'),\n",
" ('cubiform', 'shaped like a cube'),\n",
- " ('cuboid', 'shaped like a cube')]},\n",
+ " ('cubelike', 'shaped like a cube'),\n",
+ " ('cubical', 'shaped like a cube')]},\n",
" {'answer': 'cubelike',\n",
" 'hint': 'synonyms for cubelike',\n",
- " 'clues': [('cubical', 'shaped like a cube'),\n",
- " ('cube-shaped', 'shaped like a cube'),\n",
+ " 'clues': [('cuboidal', 'shaped like a cube'),\n",
" ('cubiform', 'shaped like a cube'),\n",
- " ('cuboid', 'shaped like a cube')]},\n",
+ " ('cubical', 'shaped like a cube'),\n",
+ " ('cube-shaped', 'shaped like a cube')]},\n",
" {'answer': 'cubical',\n",
" 'hint': 'synonyms for cubical',\n",
- " 'clues': [('cubelike', 'shaped like a cube'),\n",
- " ('cube-shaped', 'shaped like a cube'),\n",
+ " 'clues': [('cuboidal', 'shaped like a cube'),\n",
" ('cubiform', 'shaped like a cube'),\n",
- " ('cuboid', 'shaped like a cube')]},\n",
+ " ('cubelike', 'shaped like a cube'),\n",
+ " ('cube-shaped', 'shaped like a cube')]},\n",
" {'answer': 'cubiform',\n",
" 'hint': 'synonyms for cubiform',\n",
- " 'clues': [('cubical', 'shaped like a cube'),\n",
+ " 'clues': [('cuboidal', 'shaped like a cube'),\n",
" ('cubelike', 'shaped like a cube'),\n",
- " ('cube-shaped', 'shaped like a cube'),\n",
- " ('cuboid', 'shaped like a cube')]},\n",
+ " ('cubical', 'shaped like a cube'),\n",
+ " ('cube-shaped', 'shaped like a cube')]},\n",
" {'answer': 'cuboid',\n",
" 'hint': 'synonyms for cuboid',\n",
- " 'clues': [('cubical', 'shaped like a cube'),\n",
- " ('cubelike', 'shaped like a cube'),\n",
- " ('cube-shaped', 'shaped like a cube'),\n",
+ " 'clues': [('cuboidal', 'shaped like a cube'),\n",
" ('cubiform', 'shaped like a cube'),\n",
- " ('cuboidal', 'shaped like a cube')]},\n",
+ " ('cubelike', 'shaped like a cube'),\n",
+ " ('cubical', 'shaped like a cube'),\n",
+ " ('cube-shaped', 'shaped like a cube')]},\n",
" {'answer': 'cuboidal',\n",
" 'hint': 'synonyms for cuboidal',\n",
- " 'clues': [('cubical', 'shaped like a cube'),\n",
+ " 'clues': [('cubiform', 'shaped like a cube'),\n",
+ " ('cuboid', 'shaped like a cube'),\n",
" ('cubelike', 'shaped like a cube'),\n",
- " ('cube-shaped', 'shaped like a cube'),\n",
- " ('cubiform', 'shaped like a cube'),\n",
- " ('cuboid', 'shaped like a cube')]},\n",
+ " ('cubical', 'shaped like a cube'),\n",
+ " ('cube-shaped', 'shaped like a cube')]},\n",
" {'answer': 'culpable',\n",
" 'hint': 'synonyms for culpable',\n",
- " 'clues': [('blameworthy',\n",
+ " 'clues': [('blamable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('censurable',\n",
" 'deserving blame or censure as being wrong or evil or injurious'),\n",
- " ('blamable',\n",
- " 'deserving blame or censure as being wrong or evil or injurious'),\n",
" ('blameful',\n",
+ " 'deserving blame or censure as being wrong or evil or injurious'),\n",
+ " ('blameworthy',\n",
" 'deserving blame or censure as being wrong or evil or injurious')]},\n",
" {'answer': 'cultivated',\n",
" 'hint': 'synonyms for cultivated',\n",
- " 'clues': [('polite', 'marked by refinement in taste and manners'),\n",
- " ('genteel', 'marked by refinement in taste and manners'),\n",
- " ('civilised', 'marked by refinement in taste and manners'),\n",
- " ('cultured', 'marked by refinement in taste and manners')]},\n",
+ " 'clues': [('civilized', 'marked by refinement in taste and manners'),\n",
+ " ('polite', 'marked by refinement in taste and manners'),\n",
+ " ('cultured', 'marked by refinement in taste and manners'),\n",
+ " ('genteel', 'marked by refinement in taste and manners')]},\n",
" {'answer': 'cultured',\n",
" 'hint': 'synonyms for cultured',\n",
- " 'clues': [('polite', 'marked by refinement in taste and manners'),\n",
- " ('genteel', 'marked by refinement in taste and manners'),\n",
- " ('civilised', 'marked by refinement in taste and manners'),\n",
- " ('cultivated', 'marked by refinement in taste and manners')]},\n",
+ " 'clues': [('civilized', 'marked by refinement in taste and manners'),\n",
+ " ('polite', 'marked by refinement in taste and manners'),\n",
+ " ('cultivated', 'marked by refinement in taste and manners'),\n",
+ " ('genteel', 'marked by refinement in taste and manners')]},\n",
" {'answer': 'cumbersome',\n",
" 'hint': 'synonyms for cumbersome',\n",
- " 'clues': [('ill-chosen', 'not elegant or graceful in expression'),\n",
- " ('awkward', 'not elegant or graceful in expression'),\n",
- " ('inept', 'not elegant or graceful in expression'),\n",
+ " 'clues': [('awkward', 'not elegant or graceful in expression'),\n",
" ('cumbrous',\n",
" 'difficult to handle or use especially because of size or weight'),\n",
+ " ('inept', 'not elegant or graceful in expression'),\n",
" ('clumsy', 'not elegant or graceful in expression'),\n",
- " ('inapt', 'not elegant or graceful in expression')]},\n",
+ " ('inapt', 'not elegant or graceful in expression'),\n",
+ " ('ill-chosen', 'not elegant or graceful in expression')]},\n",
" {'answer': 'cunning',\n",
" 'hint': 'synonyms for cunning',\n",
- " 'clues': [('tricky', 'marked by skill in deception'),\n",
+ " 'clues': [('clever', 'showing inventiveness and skill'),\n",
+ " ('sly', 'marked by skill in deception'),\n",
+ " ('tricksy', 'marked by skill in deception'),\n",
+ " ('ingenious', 'showing inventiveness and skill'),\n",
+ " ('crafty', 'marked by skill in deception'),\n",
" ('cute',\n",
" 'attractive especially by means of smallness or prettiness or quaintness'),\n",
- " ('knavish', 'marked by skill in deception'),\n",
- " ('sly', 'marked by skill in deception'),\n",
- " ('slick', 'marked by skill in deception'),\n",
- " ('wily', 'marked by skill in deception'),\n",
" ('foxy', 'marked by skill in deception'),\n",
- " ('clever', 'showing inventiveness and skill'),\n",
+ " ('slick', 'marked by skill in deception'),\n",
" ('dodgy', 'marked by skill in deception'),\n",
- " ('guileful', 'marked by skill in deception'),\n",
- " ('ingenious', 'showing inventiveness and skill'),\n",
- " ('crafty', 'marked by skill in deception')]},\n",
+ " ('knavish', 'marked by skill in deception'),\n",
+ " ('wily', 'marked by skill in deception'),\n",
+ " ('guileful', 'marked by skill in deception')]},\n",
" {'answer': 'curative',\n",
" 'hint': 'synonyms for curative',\n",
- " 'clues': [('healing', 'tending to cure or restore to health'),\n",
- " ('therapeutic', 'tending to cure or restore to health'),\n",
- " ('remedial', 'tending to cure or restore to health'),\n",
+ " 'clues': [('remedial', 'tending to cure or restore to health'),\n",
" ('sanative', 'tending to cure or restore to health'),\n",
+ " ('healing', 'tending to cure or restore to health'),\n",
+ " ('therapeutic', 'tending to cure or restore to health'),\n",
" ('alterative', 'tending to cure or restore to health')]},\n",
" {'answer': 'cured',\n",
" 'hint': 'synonyms for cured',\n",
- " 'clues': [('corned', '(used especially of meat) cured in brine'),\n",
- " ('recovered', 'freed from illness or injury; ; ; ; - Normon Cameron'),\n",
- " ('healed', 'freed from illness or injury; ; ; ; - Normon Cameron'),\n",
+ " 'clues': [('aged',\n",
+ " \"(used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)\"),\n",
" ('vulcanised',\n",
" '(used of rubber) treated by a chemical or physical process to improve its properties (hardness and strength and odor and elasticity)'),\n",
- " ('aged',\n",
- " \"(used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)\")]},\n",
+ " ('corned', '(used especially of meat) cured in brine'),\n",
+ " ('recovered', 'freed from illness or injury; ; ; ; - Normon Cameron'),\n",
+ " ('healed', 'freed from illness or injury; ; ; ; - Normon Cameron')]},\n",
" {'answer': 'curious',\n",
" 'hint': 'synonyms for curious',\n",
- " 'clues': [('singular', 'beyond or deviating from the usual or expected'),\n",
+ " 'clues': [('rum', 'beyond or deviating from the usual or expected'),\n",
+ " ('odd', 'beyond or deviating from the usual or expected'),\n",
" ('queer', 'beyond or deviating from the usual or expected'),\n",
" ('peculiar', 'beyond or deviating from the usual or expected'),\n",
- " ('odd', 'beyond or deviating from the usual or expected'),\n",
- " ('rummy', 'beyond or deviating from the usual or expected'),\n",
" ('funny', 'beyond or deviating from the usual or expected'),\n",
- " ('rum', 'beyond or deviating from the usual or expected')]},\n",
+ " ('singular', 'beyond or deviating from the usual or expected'),\n",
+ " ('rummy', 'beyond or deviating from the usual or expected')]},\n",
" {'answer': 'cursed',\n",
" 'hint': 'synonyms for cursed',\n",
- " 'clues': [('unsaved', 'in danger of the eternal punishment of Hell'),\n",
- " ('doomed', 'in danger of the eternal punishment of Hell'),\n",
- " ('unredeemed', 'in danger of the eternal punishment of Hell'),\n",
+ " 'clues': [('curst', 'deserving a curse; sometimes used as an intensifier'),\n",
" ('damned', 'in danger of the eternal punishment of Hell'),\n",
- " ('curst', 'deserving a curse; sometimes used as an intensifier')]},\n",
+ " ('unsaved', 'in danger of the eternal punishment of Hell'),\n",
+ " ('doomed', 'in danger of the eternal punishment of Hell'),\n",
+ " ('unredeemed', 'in danger of the eternal punishment of Hell')]},\n",
" {'answer': 'curt',\n",
" 'hint': 'synonyms for curt',\n",
- " 'clues': [('brusque', 'marked by rude or peremptory shortness'),\n",
- " ('brusk', 'marked by rude or peremptory shortness'),\n",
- " ('short', 'marked by rude or peremptory shortness'),\n",
+ " 'clues': [('brusk', 'marked by rude or peremptory shortness'),\n",
" ('laconic', 'brief and to the point; effectively cut short'),\n",
- " ('crisp', 'brief and to the point; effectively cut short'),\n",
- " ('terse', 'brief and to the point; effectively cut short')]},\n",
+ " ('brusque', 'marked by rude or peremptory shortness'),\n",
+ " ('short', 'marked by rude or peremptory shortness'),\n",
+ " ('terse', 'brief and to the point; effectively cut short'),\n",
+ " ('crisp', 'brief and to the point; effectively cut short')]},\n",
" {'answer': 'curvaceous',\n",
" 'hint': 'synonyms for curvaceous',\n",
- " 'clues': [('curvy',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('stacked',\n",
+ " 'clues': [('voluptuous',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('voluptuous',\n",
+ " ('curvy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('well-endowed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('buxom', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('busty', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('full-bosomed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('bosomy',\n",
+ " ('stacked',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('busty', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('sonsie',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('well-endowed',\n",
+ " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('buxom', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('bosomy',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\")]},\n",
" {'answer': 'curvy',\n",
" 'hint': 'synonyms for curvy',\n",
- " 'clues': [('sonsie',\n",
+ " 'clues': [('voluptuous',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('stacked',\n",
+ " ('well-endowed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('busty', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('full-bosomed',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('buxom', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('voluptuous',\n",
- " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('curvaceous',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
- " ('bosomy',\n",
+ " ('stacked',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('busty', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('sonsie',\n",
+ " \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('sonsy', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
" ('curvey', 'having curves'),\n",
- " ('well-endowed',\n",
+ " ('buxom', \"(of a woman's body) having a large bosom and pleasing curves\"),\n",
+ " ('bosomy',\n",
" \"(of a woman's body) having a large bosom and pleasing curves\")]},\n",
" {'answer': 'cuspated',\n",
" 'hint': 'synonyms for cuspated',\n",
- " 'clues': [('cuspidated', 'having cusps or points'),\n",
- " ('cusped', 'having cusps or points'),\n",
+ " 'clues': [('cuspidal', 'having cusps or points'),\n",
" ('cuspate', 'having cusps or points'),\n",
- " ('cuspidal', 'having cusps or points')]},\n",
+ " ('cuspidated', 'having cusps or points'),\n",
+ " ('cusped', 'having cusps or points')]},\n",
+ " {'answer': 'cuspidate',\n",
+ " 'hint': 'synonyms for cuspidate',\n",
+ " 'clues': [('cuspidal', 'having cusps or points'),\n",
+ " ('cuspate', 'having cusps or points'),\n",
+ " ('cuspidated', 'having cusps or points'),\n",
+ " ('cusped', 'having cusps or points')]},\n",
" {'answer': 'cut',\n",
" 'hint': 'synonyms for cut',\n",
- " 'clues': [('thinned', 'mixed with water'),\n",
- " ('trimmed', 'made neat and tidy by trimming'),\n",
+ " 'clues': [('trimmed', 'made neat and tidy by trimming'),\n",
" ('weakened', 'mixed with water'),\n",
+ " ('emasculated', '(of a male animal) having the testicles removed'),\n",
+ " ('slashed', '(used of rates or prices) reduced usually sharply'),\n",
+ " ('shortened', 'with parts removed'),\n",
" ('gelded', '(of a male animal) having the testicles removed'),\n",
" ('mown',\n",
" '(used of grass or vegetation) cut down with a hand implement or machine'),\n",
- " ('shortened', 'with parts removed'),\n",
- " ('emasculated', '(of a male animal) having the testicles removed'),\n",
- " ('slashed', '(used of rates or prices) reduced usually sharply')]},\n",
+ " ('thinned', 'mixed with water')]},\n",
" {'answer': 'cutting',\n",
" 'hint': 'synonyms for cutting',\n",
- " 'clues': [('bleak', 'unpleasantly cold and damp'),\n",
- " ('edged', '(of speech) harsh or hurtful in tone or character'),\n",
- " ('lancinate', 'painful as if caused by a sharp instrument'),\n",
- " ('knifelike', 'painful as if caused by a sharp instrument'),\n",
- " ('keen', 'painful as if caused by a sharp instrument'),\n",
+ " 'clues': [('stinging',\n",
+ " '(of speech) harsh or hurtful in tone or character'),\n",
+ " ('piercing', 'painful as if caused by a sharp instrument'),\n",
" ('stabbing', 'painful as if caused by a sharp instrument'),\n",
" ('raw', 'unpleasantly cold and damp'),\n",
- " ('stinging', '(of speech) harsh or hurtful in tone or character'),\n",
" ('lancinating', 'painful as if caused by a sharp instrument'),\n",
- " ('piercing', 'painful as if caused by a sharp instrument')]},\n",
+ " ('knifelike', 'painful as if caused by a sharp instrument'),\n",
+ " ('bleak', 'unpleasantly cold and damp'),\n",
+ " ('lancinate', 'painful as if caused by a sharp instrument'),\n",
+ " ('keen', 'painful as if caused by a sharp instrument'),\n",
+ " ('edged', '(of speech) harsh or hurtful in tone or character')]},\n",
" {'answer': 'daft',\n",
" 'hint': 'synonyms for daft',\n",
- " 'clues': [('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('dotty', 'informal or slang terms for mentally irregular'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('dotty', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'daily',\n",
" 'hint': 'synonyms for daily',\n",
" 'clues': [('day-to-day', 'of or belonging to or occurring every day'),\n",
- " ('day-by-day', 'of or belonging to or occurring every day'),\n",
+ " ('casual', 'appropriate for ordinary or routine occasions'),\n",
" ('day-after-day', 'of or belonging to or occurring every day'),\n",
" ('everyday', 'appropriate for ordinary or routine occasions'),\n",
- " ('casual', 'appropriate for ordinary or routine occasions')]},\n",
+ " ('day-by-day', 'of or belonging to or occurring every day')]},\n",
" {'answer': 'dainty',\n",
" 'hint': 'synonyms for dainty',\n",
- " 'clues': [('twee', 'affectedly dainty or refined'),\n",
- " ('niminy-piminy', 'affectedly dainty or refined'),\n",
+ " 'clues': [('squeamish', 'excessively fastidious and easily disgusted'),\n",
" ('nice', 'excessively fastidious and easily disgusted'),\n",
- " ('squeamish', 'excessively fastidious and easily disgusted'),\n",
+ " ('prim', 'affectedly dainty or refined'),\n",
" ('mincing', 'affectedly dainty or refined'),\n",
+ " ('twee', 'affectedly dainty or refined'),\n",
+ " ('overnice', 'excessively fastidious and easily disgusted'),\n",
" ('prissy', 'excessively fastidious and easily disgusted'),\n",
" ('exquisite', 'delicately beautiful'),\n",
- " ('overnice', 'excessively fastidious and easily disgusted'),\n",
- " ('prim', 'affectedly dainty or refined')]},\n",
+ " ('niminy-piminy', 'affectedly dainty or refined')]},\n",
" {'answer': 'damaging',\n",
" 'hint': 'synonyms for damaging',\n",
- " 'clues': [('prejudicious',\n",
+ " 'clues': [('detrimental',\n",
" \"(sometimes followed by `to') causing harm or injury\"),\n",
" ('negative',\n",
" 'designed or tending to discredit, especially without positive or helpful suggestions'),\n",
- " ('prejudicial', \"(sometimes followed by `to') causing harm or injury\"),\n",
- " ('detrimental', \"(sometimes followed by `to') causing harm or injury\")]},\n",
+ " ('prejudicious', \"(sometimes followed by `to') causing harm or injury\"),\n",
+ " ('prejudicial', \"(sometimes followed by `to') causing harm or injury\")]},\n",
" {'answer': 'damn',\n",
" 'hint': 'synonyms for damn',\n",
- " 'clues': [('goddamn', 'used as expletives'),\n",
+ " 'clues': [('blame', 'expletives used informally as intensifiers'),\n",
" ('deuced', 'expletives used informally as intensifiers'),\n",
" ('blasted', 'expletives used informally as intensifiers'),\n",
" ('blessed', 'expletives used informally as intensifiers'),\n",
- " ('blamed', 'expletives used informally as intensifiers'),\n",
- " ('darned', 'expletives used informally as intensifiers'),\n",
+ " ('goddamn', 'used as expletives'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
" ('damned', 'expletives used informally as intensifiers'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('darned', 'expletives used informally as intensifiers')]},\n",
" {'answer': 'damned',\n",
" 'hint': 'synonyms for damned',\n",
- " 'clues': [('deuced', 'expletives used informally as intensifiers'),\n",
- " ('goddam', 'expletives used informally as intensifiers'),\n",
- " ('blasted', 'expletives used informally as intensifiers'),\n",
+ " 'clues': [('blasted', 'expletives used informally as intensifiers'),\n",
+ " ('damn', 'expletives used informally as intensifiers'),\n",
" ('blessed', 'expletives used informally as intensifiers'),\n",
- " ('goddamned', 'expletives used informally as intensifiers'),\n",
" ('unredeemed', 'in danger of the eternal punishment of Hell'),\n",
- " ('unsaved', 'in danger of the eternal punishment of Hell'),\n",
- " ('blamed', 'expletives used informally as intensifiers'),\n",
" ('darned', 'expletives used informally as intensifiers'),\n",
- " ('damn', 'expletives used informally as intensifiers'),\n",
+ " ('goddam', 'expletives used informally as intensifiers'),\n",
+ " ('blamed', 'expletives used informally as intensifiers'),\n",
+ " ('goddamned', 'expletives used informally as intensifiers'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
+ " ('unsaved', 'in danger of the eternal punishment of Hell'),\n",
" ('doomed', 'in danger of the eternal punishment of Hell'),\n",
- " ('cursed', 'in danger of the eternal punishment of Hell'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('deuced', 'expletives used informally as intensifiers'),\n",
+ " ('cursed', 'in danger of the eternal punishment of Hell')]},\n",
" {'answer': 'dandy',\n",
" 'hint': 'synonyms for dandy',\n",
- " 'clues': [('smashing', 'very good'),\n",
+ " 'clues': [('nifty', 'very good'),\n",
+ " ('great', 'very good'),\n",
" ('not bad', 'very good'),\n",
+ " ('bang-up', 'very good'),\n",
+ " ('cracking', 'very good'),\n",
+ " ('smashing', 'very good'),\n",
+ " ('groovy', 'very good'),\n",
" ('swell', 'very good'),\n",
- " ('keen', 'very good'),\n",
- " ('nifty', 'very good'),\n",
+ " ('neat', 'very good'),\n",
+ " ('bully', 'very good'),\n",
" ('peachy', 'very good'),\n",
- " ('cracking', 'very good'),\n",
- " ('slap-up', 'very good'),\n",
- " ('bang-up', 'very good'),\n",
+ " ('keen', 'very good'),\n",
" ('corking', 'very good'),\n",
- " ('bully', 'very good'),\n",
- " ('neat', 'very good'),\n",
- " ('groovy', 'very good'),\n",
- " ('great', 'very good')]},\n",
+ " ('slap-up', 'very good')]},\n",
" {'answer': 'dangerous',\n",
" 'hint': 'synonyms for dangerous',\n",
" 'clues': [('unsafe',\n",
" 'involving or causing danger or risk; liable to hurt or harm'),\n",
" ('life-threatening', 'causing fear or anxiety by threatening great harm'),\n",
+ " ('grievous', 'causing fear or anxiety by threatening great harm'),\n",
" ('serious', 'causing fear or anxiety by threatening great harm'),\n",
" ('grave', 'causing fear or anxiety by threatening great harm'),\n",
- " ('grievous', 'causing fear or anxiety by threatening great harm'),\n",
" ('severe', 'causing fear or anxiety by threatening great harm')]},\n",
" {'answer': 'dapper',\n",
" 'hint': 'synonyms for dapper',\n",
- " 'clues': [('snappy', 'marked by up-to-dateness in dress and manners'),\n",
- " ('dashing', 'marked by up-to-dateness in dress and manners'),\n",
- " ('natty', 'marked by up-to-dateness in dress and manners'),\n",
- " ('spiffy', 'marked by up-to-dateness in dress and manners'),\n",
+ " 'clues': [('natty', 'marked by up-to-dateness in dress and manners'),\n",
" ('spruce', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('snappy', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('spiffy', 'marked by up-to-dateness in dress and manners'),\n",
" ('raffish', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('dashing', 'marked by up-to-dateness in dress and manners'),\n",
" ('rakish', 'marked by up-to-dateness in dress and manners'),\n",
" ('jaunty', 'marked by up-to-dateness in dress and manners')]},\n",
" {'answer': 'daring',\n",
" 'hint': 'synonyms for daring',\n",
- " 'clues': [('venturesome', 'disposed to venture or take risks'),\n",
- " ('audacious', 'disposed to venture or take risks'),\n",
+ " 'clues': [('audacious', 'disposed to venture or take risks'),\n",
+ " ('venturesome', 'disposed to venture or take risks'),\n",
" ('avant-garde', 'radically new or original'),\n",
" ('venturous', 'disposed to venture or take risks')]},\n",
" {'answer': 'dark',\n",
" 'hint': 'synonyms for dark',\n",
- " 'clues': [('sinister',\n",
- " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
- " ('saturnine', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('drab', 'causing dejection'),\n",
- " ('gloomy', 'causing dejection'),\n",
+ " 'clues': [('disconsolate', 'causing dejection'),\n",
+ " ('sullen', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('obscure', 'marked by difficulty of style or expression'),\n",
+ " ('grim', 'causing dejection'),\n",
" ('blue', 'causing dejection'),\n",
+ " ('sinister',\n",
+ " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
+ " ('glowering', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('sorry', 'causing dejection'),\n",
+ " ('non-white', 'having skin rich in melanin pigments'),\n",
" ('coloured', 'having skin rich in melanin pigments'),\n",
+ " ('glum', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
" ('dour', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('black',\n",
+ " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
+ " ('dark-skinned', 'having skin rich in melanin pigments'),\n",
" ('moody', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
" ('morose', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('glowering', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('drear', 'causing dejection'),\n",
- " ('glum', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('disconsolate', 'causing dejection'),\n",
" ('dismal', 'causing dejection'),\n",
- " ('obscure', 'marked by difficulty of style or expression'),\n",
- " ('grim', 'causing dejection'),\n",
- " ('dark-skinned', 'having skin rich in melanin pigments'),\n",
- " ('black',\n",
- " 'stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy'),\n",
- " ('sorry', 'causing dejection'),\n",
- " ('sour', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('non-white', 'having skin rich in melanin pigments'),\n",
- " ('sullen', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('gloomy', 'causing dejection'),\n",
+ " ('dreary', 'causing dejection'),\n",
" ('benighted', 'lacking enlightenment or knowledge or culture'),\n",
- " ('dingy', 'causing dejection')]},\n",
+ " ('dingy', 'causing dejection'),\n",
+ " ('sour', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('saturnine', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('drab', 'causing dejection')]},\n",
" {'answer': 'dark-skinned',\n",
" 'hint': 'synonyms for dark-skinned',\n",
- " 'clues': [('non-white', 'having skin rich in melanin pigments'),\n",
- " ('coloured', 'having skin rich in melanin pigments'),\n",
+ " 'clues': [('dark', 'having skin rich in melanin pigments'),\n",
" ('swarthy', 'naturally having skin of a dark color'),\n",
" ('dusky', 'naturally having skin of a dark color'),\n",
+ " ('colored', 'having skin rich in melanin pigments'),\n",
" ('swart', 'naturally having skin of a dark color'),\n",
- " ('dark', 'having skin rich in melanin pigments')]},\n",
+ " ('non-white', 'having skin rich in melanin pigments')]},\n",
" {'answer': 'darned',\n",
" 'hint': 'synonyms for darned',\n",
- " 'clues': [('deuced', 'expletives used informally as intensifiers'),\n",
- " ('goddam', 'expletives used informally as intensifiers'),\n",
- " ('blasted', 'expletives used informally as intensifiers'),\n",
+ " 'clues': [('blasted', 'expletives used informally as intensifiers'),\n",
+ " ('damn', 'expletives used informally as intensifiers'),\n",
" ('blessed', 'expletives used informally as intensifiers'),\n",
- " ('goddamned', 'expletives used informally as intensifiers'),\n",
+ " ('goddam', 'expletives used informally as intensifiers'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
" ('blamed', 'expletives used informally as intensifiers'),\n",
- " ('damn', 'expletives used informally as intensifiers'),\n",
+ " ('goddamned', 'expletives used informally as intensifiers'),\n",
" ('damned', 'expletives used informally as intensifiers'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('deuced', 'expletives used informally as intensifiers')]},\n",
" {'answer': 'dashing',\n",
" 'hint': 'synonyms for dashing',\n",
- " 'clues': [('snappy', 'marked by up-to-dateness in dress and manners'),\n",
- " ('jaunty', 'marked by up-to-dateness in dress and manners'),\n",
- " ('dapper', 'marked by up-to-dateness in dress and manners'),\n",
- " ('natty', 'marked by up-to-dateness in dress and manners'),\n",
- " ('spiffy', 'marked by up-to-dateness in dress and manners'),\n",
+ " 'clues': [('natty', 'marked by up-to-dateness in dress and manners'),\n",
" ('spruce', 'marked by up-to-dateness in dress and manners'),\n",
- " ('raffish', 'marked by up-to-dateness in dress and manners'),\n",
" ('gallant', 'lively and spirited'),\n",
- " ('rakish', 'marked by up-to-dateness in dress and manners')]},\n",
+ " ('snappy', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('spiffy', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('raffish', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('dapper', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('rakish', 'marked by up-to-dateness in dress and manners'),\n",
+ " ('jaunty', 'marked by up-to-dateness in dress and manners')]},\n",
" {'answer': 'dateless',\n",
" 'hint': 'synonyms for dateless',\n",
- " 'clues': [('undated', 'not bearing a date'),\n",
- " ('timeless', 'unaffected by time'),\n",
+ " 'clues': [('sempiternal',\n",
+ " 'having no known beginning and presumably no end'),\n",
+ " ('undated', 'not bearing a date'),\n",
" ('endless', 'having no known beginning and presumably no end'),\n",
- " ('sempiternal', 'having no known beginning and presumably no end')]},\n",
+ " ('timeless', 'unaffected by time')]},\n",
" {'answer': 'dauntless',\n",
" 'hint': 'synonyms for dauntless',\n",
- " 'clues': [('brave', 'invulnerable to fear or intimidation'),\n",
+ " 'clues': [('intrepid', 'invulnerable to fear or intimidation'),\n",
" ('hardy', 'invulnerable to fear or intimidation'),\n",
+ " ('unfearing', 'invulnerable to fear or intimidation'),\n",
" ('fearless', 'invulnerable to fear or intimidation'),\n",
" ('audacious', 'invulnerable to fear or intimidation'),\n",
- " ('unfearing', 'invulnerable to fear or intimidation'),\n",
- " ('intrepid', 'invulnerable to fear or intimidation')]},\n",
+ " ('brave', 'invulnerable to fear or intimidation')]},\n",
" {'answer': 'dazed',\n",
" 'hint': 'synonyms for dazed',\n",
- " 'clues': [('foggy',\n",
+ " 'clues': [('stunned',\n",
+ " 'in a state of mental numbness especially as resulting from shock'),\n",
+ " ('stuporous',\n",
" 'stunned or confused and slow to react (as from blows or drunkenness or exhaustion)'),\n",
" ('groggy',\n",
" 'stunned or confused and slow to react (as from blows or drunkenness or exhaustion)'),\n",
+ " ('foggy',\n",
+ " 'stunned or confused and slow to react (as from blows or drunkenness or exhaustion)'),\n",
" ('logy',\n",
" 'stunned or confused and slow to react (as from blows or drunkenness or exhaustion)'),\n",
- " ('stupid',\n",
- " 'in a state of mental numbness especially as resulting from shock'),\n",
" ('stupefied',\n",
" 'in a state of mental numbness especially as resulting from shock'),\n",
- " ('stuporous',\n",
- " 'stunned or confused and slow to react (as from blows or drunkenness or exhaustion)'),\n",
- " ('stunned',\n",
+ " ('stupid',\n",
" 'in a state of mental numbness especially as resulting from shock')]},\n",
" {'answer': 'dazzling',\n",
" 'hint': 'synonyms for dazzling',\n",
- " 'clues': [('blinding', 'shining intensely'),\n",
- " ('glary', 'shining intensely'),\n",
- " ('glaring', 'shining intensely'),\n",
- " ('fulgurant',\n",
+ " 'clues': [('fulgurous',\n",
" 'amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones'),\n",
+ " ('blinding', 'shining intensely'),\n",
" ('blazing', 'shining intensely'),\n",
- " ('fulgurous',\n",
- " 'amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones'),\n",
" ('fulgent', 'shining intensely'),\n",
" ('eye-popping',\n",
+ " 'amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones'),\n",
+ " ('glaring', 'shining intensely'),\n",
+ " ('glary', 'shining intensely'),\n",
+ " ('fulgurant',\n",
" 'amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones')]},\n",
" {'answer': 'dead',\n",
" 'hint': 'synonyms for dead',\n",
- " 'clues': [('stagnant', 'not circulating or flowing'),\n",
- " ('drained', 'drained of electric charge; discharged'),\n",
- " ('idle', 'not yielding a return'),\n",
- " ('all in', 'very tired'),\n",
- " ('bushed', 'very tired'),\n",
- " ('deadened', 'devoid of physical sensation; numb'),\n",
+ " 'clues': [('beat', 'very tired'),\n",
" ('utter', 'complete'),\n",
- " ('beat', 'very tired'),\n",
+ " ('deadened', 'devoid of physical sensation; numb'),\n",
+ " ('bushed', 'very tired'),\n",
+ " ('all in', 'very tired'),\n",
+ " ('drained', 'drained of electric charge; discharged'),\n",
" ('numb',\n",
- " \"(followed by `to') not showing human feeling or sensitivity; unresponsive\")]},\n",
+ " \"(followed by `to') not showing human feeling or sensitivity; unresponsive\"),\n",
+ " ('stagnant', 'not circulating or flowing'),\n",
+ " ('idle', 'not yielding a return')]},\n",
" {'answer': 'deadening',\n",
" 'hint': 'synonyms for deadening',\n",
- " 'clues': [('slow',\n",
+ " 'clues': [('irksome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('tiresome',\n",
+ " ('dull',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('irksome',\n",
+ " ('tedious',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('boring',\n",
+ " ('slow',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('wearisome',\n",
+ " ('tiresome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('tedious',\n",
+ " ('boring',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
" ('ho-hum',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('dull',\n",
+ " ('wearisome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain')]},\n",
" {'answer': 'deadly',\n",
" 'hint': 'synonyms for deadly',\n",
- " 'clues': [('pernicious', 'exceedingly harmful'),\n",
- " ('mortal', 'causing or capable of causing death'),\n",
- " ('pestilent', 'exceedingly harmful'),\n",
- " ('baneful', 'exceedingly harmful'),\n",
- " ('virulent', 'extremely poisonous or injurious; producing venom'),\n",
+ " 'clues': [('lethal', 'of an instrument of certain death'),\n",
" ('venomous', 'extremely poisonous or injurious; producing venom'),\n",
+ " ('pernicious', 'exceedingly harmful'),\n",
" ('deathly', 'causing or capable of causing death'),\n",
- " ('lethal', 'of an instrument of certain death')]},\n",
+ " ('mortal', 'causing or capable of causing death'),\n",
+ " ('virulent', 'extremely poisonous or injurious; producing venom'),\n",
+ " ('baneful', 'exceedingly harmful'),\n",
+ " ('pestilent', 'exceedingly harmful')]},\n",
" {'answer': 'deadpan',\n",
" 'hint': 'synonyms for deadpan',\n",
" 'clues': [('unexpressive', 'deliberately impassive in manner'),\n",
" ('impassive', 'deliberately impassive in manner'),\n",
- " ('expressionless', 'deliberately impassive in manner'),\n",
- " ('poker-faced', 'deliberately impassive in manner')]},\n",
+ " ('poker-faced', 'deliberately impassive in manner'),\n",
+ " ('expressionless', 'deliberately impassive in manner')]},\n",
" {'answer': 'dealt_out',\n",
" 'hint': 'synonyms for dealt out',\n",
" 'clues': [('parceled out', 'given out in portions'),\n",
- " ('doled out', 'given out in portions'),\n",
+ " ('apportioned', 'given out in portions'),\n",
" ('meted out', 'given out in portions'),\n",
- " ('apportioned', 'given out in portions')]},\n",
+ " ('doled out', 'given out in portions')]},\n",
" {'answer': 'dear',\n",
" 'hint': 'synonyms for dear',\n",
- " 'clues': [('earnest', 'earnest'),\n",
- " ('high-priced', 'having a high price'),\n",
- " ('near', 'with or in a close or intimate relationship'),\n",
- " ('devout', 'earnest'),\n",
+ " 'clues': [('high-priced', 'having a high price'),\n",
+ " ('good', 'with or in a close or intimate relationship'),\n",
+ " ('pricey', 'having a high price'),\n",
+ " ('costly', 'having a high price'),\n",
" ('heartfelt', 'earnest'),\n",
+ " ('devout', 'earnest'),\n",
+ " ('earnest', 'earnest'),\n",
" ('beloved', 'dearly loved'),\n",
- " ('good', 'with or in a close or intimate relationship'),\n",
- " ('pricy', 'having a high price'),\n",
" ('darling', 'dearly loved'),\n",
- " ('costly', 'having a high price')]},\n",
+ " ('near', 'with or in a close or intimate relationship')]},\n",
" {'answer': 'debased',\n",
" 'hint': 'synonyms for debased',\n",
- " 'clues': [('devalued', 'lowered in value'),\n",
- " ('adulterated', 'mixed with impurities'),\n",
+ " 'clues': [('corrupted', 'ruined in character or quality'),\n",
+ " ('devalued', 'lowered in value'),\n",
" ('degraded', 'lowered in value'),\n",
- " ('corrupted', 'ruined in character or quality'),\n",
+ " ('adulterate', 'mixed with impurities'),\n",
" ('vitiated', 'ruined in character or quality')]},\n",
" {'answer': 'debatable',\n",
" 'hint': 'synonyms for debatable',\n",
- " 'clues': [('problematic', 'open to doubt or debate'),\n",
+ " 'clues': [('problematical', 'open to doubt or debate'),\n",
+ " ('disputable', 'open to argument or debate'),\n",
" ('arguable', 'open to argument or debate'),\n",
- " ('disputable', 'capable of being disproved'),\n",
" ('moot', 'open to argument or debate')]},\n",
" {'answer': 'debauched',\n",
" 'hint': 'synonyms for debauched',\n",
- " 'clues': [('libertine', 'unrestrained by convention or morality'),\n",
- " ('riotous', 'unrestrained by convention or morality'),\n",
- " ('dissolute', 'unrestrained by convention or morality'),\n",
+ " 'clues': [('riotous', 'unrestrained by convention or morality'),\n",
" ('degenerate', 'unrestrained by convention or morality'),\n",
- " ('degraded', 'unrestrained by convention or morality'),\n",
- " ('profligate', 'unrestrained by convention or morality'),\n",
" ('dissipated', 'unrestrained by convention or morality'),\n",
- " ('fast', 'unrestrained by convention or morality')]},\n",
+ " ('fast', 'unrestrained by convention or morality'),\n",
+ " ('libertine', 'unrestrained by convention or morality'),\n",
+ " ('dissolute', 'unrestrained by convention or morality'),\n",
+ " ('degraded', 'unrestrained by convention or morality'),\n",
+ " ('profligate', 'unrestrained by convention or morality')]},\n",
" {'answer': 'debile',\n",
" 'hint': 'synonyms for debile',\n",
- " 'clues': [('rickety', 'lacking bodily or muscular strength or vitality'),\n",
+ " 'clues': [('weakly', 'lacking bodily or muscular strength or vitality'),\n",
" ('decrepit', 'lacking bodily or muscular strength or vitality'),\n",
- " ('sapless', 'lacking bodily or muscular strength or vitality'),\n",
" ('infirm', 'lacking bodily or muscular strength or vitality'),\n",
- " ('weak', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('sapless', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('rickety', 'lacking bodily or muscular strength or vitality'),\n",
" ('feeble', 'lacking bodily or muscular strength or vitality')]},\n",
" {'answer': 'debonair',\n",
" 'hint': 'synonyms for debonair',\n",
" 'clues': [('suave', 'having a sophisticated charm'),\n",
- " ('debonnaire', 'having a sophisticated charm'),\n",
" ('chipper',\n",
" 'having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds'),\n",
+ " ('debonnaire', 'having a sophisticated charm'),\n",
" ('jaunty',\n",
" 'having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds')]},\n",
" {'answer': 'debonaire',\n",
" 'hint': 'synonyms for debonaire',\n",
- " 'clues': [('suave', 'having a sophisticated charm'),\n",
- " ('debonair',\n",
+ " 'clues': [('debonair',\n",
" 'having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds'),\n",
+ " ('suave', 'having a sophisticated charm'),\n",
" ('chipper',\n",
" 'having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds'),\n",
" ('jaunty',\n",
" 'having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds')]},\n",
" {'answer': 'deceased',\n",
" 'hint': 'synonyms for deceased',\n",
- " 'clues': [('departed', 'dead'),\n",
+ " 'clues': [('at rest', 'dead'),\n",
" ('gone', 'dead'),\n",
" ('at peace', 'dead'),\n",
- " ('at rest', 'dead'),\n",
- " ('asleep', 'dead')]},\n",
+ " ('asleep', 'dead'),\n",
+ " ('departed', 'dead')]},\n",
" {'answer': 'deceitful',\n",
" 'hint': 'synonyms for deceitful',\n",
- " 'clues': [('ambidextrous',\n",
- " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-tongued',\n",
+ " 'clues': [('double-tongued',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('double-dealing',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
+ " ('two-faced',\n",
+ " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('fallacious', 'intended to deceive; ; ; - S.T.Coleridge'),\n",
- " ('fraudulent', 'intended to deceive; ; ; - S.T.Coleridge'),\n",
+ " ('ambidextrous',\n",
+ " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('double-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('duplicitous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('two-faced',\n",
- " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray')]},\n",
+ " ('fraudulent', 'intended to deceive; ; ; - S.T.Coleridge')]},\n",
" {'answer': 'decent',\n",
" 'hint': 'synonyms for decent',\n",
- " 'clues': [('adequate', 'sufficient for the purpose'),\n",
+ " 'clues': [('enough', 'sufficient for the purpose'),\n",
" ('comme il faut', 'according with custom or propriety'),\n",
- " ('seemly', 'according with custom or propriety'),\n",
" ('comely', 'according with custom or propriety'),\n",
- " ('becoming', 'according with custom or propriety'),\n",
+ " ('adequate', 'sufficient for the purpose'),\n",
" ('decorous', 'according with custom or propriety'),\n",
" ('nice', 'socially or conventionally correct; refined or virtuous'),\n",
- " ('enough', 'sufficient for the purpose')]},\n",
+ " ('becoming', 'according with custom or propriety'),\n",
+ " ('seemly', 'according with custom or propriety')]},\n",
" {'answer': 'declamatory',\n",
" 'hint': 'synonyms for declamatory',\n",
" 'clues': [('turgid', 'ostentatiously lofty in style'),\n",
- " ('large', 'ostentatiously lofty in style'),\n",
- " ('bombastic', 'ostentatiously lofty in style'),\n",
+ " ('orotund', 'ostentatiously lofty in style'),\n",
" ('tumid', 'ostentatiously lofty in style'),\n",
- " ('orotund', 'ostentatiously lofty in style')]},\n",
+ " ('bombastic', 'ostentatiously lofty in style'),\n",
+ " ('large', 'ostentatiously lofty in style')]},\n",
" {'answer': 'decorous',\n",
" 'hint': 'synonyms for decorous',\n",
" 'clues': [('comme il faut', 'according with custom or propriety'),\n",
- " ('seemly', 'according with custom or propriety'),\n",
" ('comely', 'according with custom or propriety'),\n",
+ " ('decent', 'according with custom or propriety'),\n",
" ('becoming', 'according with custom or propriety'),\n",
- " ('decent', 'according with custom or propriety')]},\n",
+ " ('seemly', 'according with custom or propriety')]},\n",
" {'answer': 'decrepit',\n",
" 'hint': 'synonyms for decrepit',\n",
- " 'clues': [('rickety', 'lacking bodily or muscular strength or vitality'),\n",
+ " 'clues': [('weakly', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('infirm', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('rickety', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('woebegone', 'worn and broken down by hard use'),\n",
+ " ('feeble', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('run-down', 'worn and broken down by hard use'),\n",
" ('flea-bitten', 'worn and broken down by hard use'),\n",
- " ('debile', 'lacking bodily or muscular strength or vitality'),\n",
- " ('sapless', 'lacking bodily or muscular strength or vitality'),\n",
" ('creaky', 'worn and broken down by hard use'),\n",
- " ('run-down', 'worn and broken down by hard use'),\n",
- " ('weakly', 'lacking bodily or muscular strength or vitality'),\n",
- " ('derelict', 'worn and broken down by hard use'),\n",
- " ('woebegone', 'worn and broken down by hard use'),\n",
- " ('infirm', 'lacking bodily or muscular strength or vitality'),\n",
- " ('feeble', 'lacking bodily or muscular strength or vitality')]},\n",
+ " ('sapless', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('debile', 'lacking bodily or muscular strength or vitality'),\n",
+ " ('derelict', 'worn and broken down by hard use')]},\n",
" {'answer': 'deep',\n",
" 'hint': 'synonyms for deep',\n",
- " 'clues': [('bass', 'having or denoting a low vocal or instrumental range'),\n",
- " ('thick', '(of darkness) very intense'),\n",
- " ('rich', 'strong; intense'),\n",
- " ('mystifying', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
- " ('cryptic', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " 'clues': [('cryptical', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
" ('abstruse',\n",
" 'difficult to penetrate; incomprehensible to one of ordinary understanding or knowledge'),\n",
- " ('mysterious', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " ('mystifying', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
" ('recondite',\n",
" 'difficult to penetrate; incomprehensible to one of ordinary understanding or knowledge'),\n",
- " ('inscrutable', 'of an obscure nature; ; ; ; - Rachel Carson')]},\n",
+ " ('rich', 'strong; intense'),\n",
+ " ('mysterious', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " ('thick', '(of darkness) very intense'),\n",
+ " ('inscrutable', 'of an obscure nature; ; ; ; - Rachel Carson'),\n",
+ " ('bass', 'having or denoting a low vocal or instrumental range')]},\n",
" {'answer': 'defamatory',\n",
" 'hint': 'synonyms for defamatory',\n",
- " 'clues': [('libelous',\n",
+ " 'clues': [('slanderous',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('denigratory',\n",
+ " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrative',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
+ " ('libellous',\n",
+ " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrating',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('slanderous',\n",
+ " ('denigratory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('calumniatory',\n",
- " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign')]},\n",
" {'answer': 'defeated',\n",
" 'hint': 'synonyms for defeated',\n",
- " 'clues': [('disappointed', 'disappointingly unsuccessful'),\n",
- " ('thwarted', 'disappointingly unsuccessful'),\n",
- " ('frustrated', 'disappointingly unsuccessful'),\n",
+ " 'clues': [('foiled', 'disappointingly unsuccessful'),\n",
+ " ('disappointed', 'disappointingly unsuccessful'),\n",
" ('discomfited', 'disappointingly unsuccessful'),\n",
- " ('foiled', 'disappointingly unsuccessful')]},\n",
+ " ('thwarted', 'disappointingly unsuccessful'),\n",
+ " ('frustrated', 'disappointingly unsuccessful')]},\n",
" {'answer': 'deficient',\n",
" 'hint': 'synonyms for deficient',\n",
" 'clues': [('substandard', 'falling short of some prescribed norm'),\n",
- " ('wanting', 'inadequate in amount or degree'),\n",
- " ('inferior', 'falling short of some prescribed norm'),\n",
+ " ('lacking', 'inadequate in amount or degree'),\n",
" ('insufficient',\n",
" 'of a quantity not able to fulfill a need or requirement'),\n",
- " ('lacking', 'inadequate in amount or degree')]},\n",
+ " ('inferior', 'falling short of some prescribed norm'),\n",
+ " ('wanting', 'inadequate in amount or degree')]},\n",
" {'answer': 'definitive',\n",
" 'hint': 'synonyms for definitive',\n",
- " 'clues': [('authoritative', 'of recognized authority or excellence'),\n",
- " ('classic', 'of recognized authority or excellence'),\n",
+ " 'clues': [('determinate',\n",
+ " 'supplying or being a final or conclusive settlement'),\n",
+ " ('classical', 'of recognized authority or excellence'),\n",
" ('unequivocal', 'clearly defined or formulated; - R.B.Taney'),\n",
- " ('determinate', 'supplying or being a final or conclusive settlement')]},\n",
+ " ('authoritative', 'of recognized authority or excellence')]},\n",
" {'answer': 'deformed',\n",
" 'hint': 'synonyms for deformed',\n",
- " 'clues': [('misshapen', 'so badly formed or out of shape as to be ugly'),\n",
- " ('ill-shapen', 'so badly formed or out of shape as to be ugly'),\n",
+ " 'clues': [('malformed', 'so badly formed or out of shape as to be ugly'),\n",
" ('distorted', 'so badly formed or out of shape as to be ugly'),\n",
- " ('malformed', 'so badly formed or out of shape as to be ugly')]},\n",
+ " ('ill-shapen', 'so badly formed or out of shape as to be ugly'),\n",
+ " ('misshapen', 'so badly formed or out of shape as to be ugly')]},\n",
" {'answer': 'degenerate',\n",
" 'hint': 'synonyms for degenerate',\n",
- " 'clues': [('libertine', 'unrestrained by convention or morality'),\n",
- " ('riotous', 'unrestrained by convention or morality'),\n",
- " ('dissolute', 'unrestrained by convention or morality'),\n",
- " ('degraded', 'unrestrained by convention or morality'),\n",
- " ('profligate', 'unrestrained by convention or morality'),\n",
+ " 'clues': [('riotous', 'unrestrained by convention or morality'),\n",
" ('dissipated', 'unrestrained by convention or morality'),\n",
" ('fast', 'unrestrained by convention or morality'),\n",
- " ('debauched', 'unrestrained by convention or morality')]},\n",
+ " ('debauched', 'unrestrained by convention or morality'),\n",
+ " ('libertine', 'unrestrained by convention or morality'),\n",
+ " ('dissolute', 'unrestrained by convention or morality'),\n",
+ " ('degraded', 'unrestrained by convention or morality'),\n",
+ " ('profligate', 'unrestrained by convention or morality')]},\n",
" {'answer': 'degraded',\n",
" 'hint': 'synonyms for degraded',\n",
- " 'clues': [('libertine', 'unrestrained by convention or morality'),\n",
- " ('riotous', 'unrestrained by convention or morality'),\n",
- " ('dissolute', 'unrestrained by convention or morality'),\n",
- " ('degenerate', 'unrestrained by convention or morality'),\n",
+ " 'clues': [('riotous', 'unrestrained by convention or morality'),\n",
" ('devalued', 'lowered in value'),\n",
- " ('debased', 'lowered in value'),\n",
- " ('profligate', 'unrestrained by convention or morality'),\n",
- " ('dissipated', 'unrestrained by convention or morality'),\n",
+ " ('degenerate', 'unrestrained by convention or morality'),\n",
" ('fast', 'unrestrained by convention or morality'),\n",
- " ('debauched', 'unrestrained by convention or morality')]},\n",
+ " ('dissipated', 'unrestrained by convention or morality'),\n",
+ " ('debauched', 'unrestrained by convention or morality'),\n",
+ " ('debased', 'lowered in value'),\n",
+ " ('libertine', 'unrestrained by convention or morality'),\n",
+ " ('dissolute', 'unrestrained by convention or morality'),\n",
+ " ('profligate', 'unrestrained by convention or morality')]},\n",
" {'answer': 'delectable',\n",
" 'hint': 'synonyms for delectable',\n",
- " 'clues': [('pleasant-tasting', 'extremely pleasing to the sense of taste'),\n",
- " ('sexually attractive', 'capable of arousing desire'),\n",
- " ('delicious', 'extremely pleasing to the sense of taste'),\n",
+ " 'clues': [('luscious', 'extremely pleasing to the sense of taste'),\n",
" ('toothsome', 'extremely pleasing to the sense of taste'),\n",
+ " ('sexually attractive', 'capable of arousing desire'),\n",
+ " ('pleasant-tasting', 'extremely pleasing to the sense of taste'),\n",
" ('scrumptious', 'extremely pleasing to the sense of taste'),\n",
" ('yummy', 'extremely pleasing to the sense of taste'),\n",
- " ('luscious', 'extremely pleasing to the sense of taste')]},\n",
+ " ('delicious', 'extremely pleasing to the sense of taste')]},\n",
" {'answer': 'delicate',\n",
" 'hint': 'synonyms for delicate',\n",
- " 'clues': [('frail', 'easily broken or damaged or destroyed'),\n",
- " ('soft', 'easily hurt'),\n",
- " ('ticklish', 'difficult to handle; requiring great tact'),\n",
- " ('fragile', 'easily broken or damaged or destroyed'),\n",
+ " 'clues': [('ticklish', 'difficult to handle; requiring great tact'),\n",
" ('touchy', 'difficult to handle; requiring great tact'),\n",
+ " ('fragile', 'easily broken or damaged or destroyed'),\n",
+ " ('soft', 'easily hurt'),\n",
+ " ('frail', 'easily broken or damaged or destroyed'),\n",
" ('finespun', 'developed with extreme delicacy and subtlety')]},\n",
" {'answer': 'delicious',\n",
" 'hint': 'synonyms for delicious',\n",
- " 'clues': [('pleasant-tasting', 'extremely pleasing to the sense of taste'),\n",
+ " 'clues': [('luscious', 'extremely pleasing to the sense of taste'),\n",
" ('delectable', 'extremely pleasing to the sense of taste'),\n",
- " ('delightful', 'greatly pleasing or entertaining'),\n",
" ('toothsome', 'extremely pleasing to the sense of taste'),\n",
+ " ('delightful', 'greatly pleasing or entertaining'),\n",
+ " ('pleasant-tasting', 'extremely pleasing to the sense of taste'),\n",
" ('scrumptious', 'extremely pleasing to the sense of taste'),\n",
- " ('yummy', 'extremely pleasing to the sense of taste'),\n",
- " ('luscious', 'extremely pleasing to the sense of taste')]},\n",
+ " ('yummy', 'extremely pleasing to the sense of taste')]},\n",
" {'answer': 'delighted',\n",
" 'hint': 'synonyms for delighted',\n",
- " 'clues': [('entranced', 'filled with wonder and delight'),\n",
- " ('beguiled', 'filled with wonder and delight'),\n",
+ " 'clues': [('charmed', 'filled with wonder and delight'),\n",
+ " ('entranced', 'filled with wonder and delight'),\n",
" ('enthralled', 'filled with wonder and delight'),\n",
- " ('captivated', 'filled with wonder and delight'),\n",
- " ('charmed', 'filled with wonder and delight')]},\n",
+ " ('beguiled', 'filled with wonder and delight'),\n",
+ " ('captivated', 'filled with wonder and delight')]},\n",
" {'answer': 'delinquent',\n",
" 'hint': 'synonyms for delinquent',\n",
- " 'clues': [('neglectful', 'failing in what duty requires'),\n",
+ " 'clues': [('remiss', 'failing in what duty requires'),\n",
+ " ('neglectful', 'failing in what duty requires'),\n",
" ('overdue', 'past due; not paid at the scheduled time'),\n",
- " ('remiss', 'failing in what duty requires'),\n",
" ('derelict', 'failing in what duty requires')]},\n",
" {'answer': 'delirious',\n",
" 'hint': 'synonyms for delirious',\n",
- " 'clues': [('frantic', 'marked by uncontrolled excitement or emotion'),\n",
+ " 'clues': [('unrestrained', 'marked by uncontrolled excitement or emotion'),\n",
" ('hallucinating', 'experiencing delirium'),\n",
" ('excited', 'marked by uncontrolled excitement or emotion'),\n",
" ('mad', 'marked by uncontrolled excitement or emotion'),\n",
- " ('unrestrained', 'marked by uncontrolled excitement or emotion')]},\n",
+ " ('frantic', 'marked by uncontrolled excitement or emotion')]},\n",
" {'answer': 'deluxe',\n",
" 'hint': 'synonyms for deluxe',\n",
- " 'clues': [('gilded', 'rich and superior in quality'),\n",
- " ('de luxe', 'elegant and sumptuous'),\n",
- " ('sumptuous', 'rich and superior in quality'),\n",
- " ('princely', 'rich and superior in quality'),\n",
+ " 'clues': [('luxe', 'elegant and sumptuous'),\n",
" ('grand', 'rich and superior in quality'),\n",
+ " ('gilded', 'rich and superior in quality'),\n",
+ " ('de luxe', 'elegant and sumptuous'),\n",
" ('opulent', 'rich and superior in quality'),\n",
- " ('luxe', 'elegant and sumptuous'),\n",
- " ('luxurious', 'rich and superior in quality')]},\n",
+ " ('luxurious', 'rich and superior in quality'),\n",
+ " ('sumptuous', 'rich and superior in quality'),\n",
+ " ('princely', 'rich and superior in quality')]},\n",
" {'answer': 'demented',\n",
" 'hint': 'synonyms for demented',\n",
- " 'clues': [('brainsick', 'affected with madness or insanity'),\n",
- " ('mad', 'affected with madness or insanity'),\n",
- " ('disturbed', 'affected with madness or insanity'),\n",
- " ('unbalanced', 'affected with madness or insanity'),\n",
+ " 'clues': [('unbalanced', 'affected with madness or insanity'),\n",
" ('sick', 'affected with madness or insanity'),\n",
+ " ('crazy', 'affected with madness or insanity'),\n",
" ('unhinged', 'affected with madness or insanity'),\n",
- " ('crazy', 'affected with madness or insanity')]},\n",
+ " ('disturbed', 'affected with madness or insanity'),\n",
+ " ('mad', 'affected with madness or insanity'),\n",
+ " ('brainsick', 'affected with madness or insanity')]},\n",
" {'answer': 'demode',\n",
" 'hint': 'synonyms for demode',\n",
- " 'clues': [('passe', 'out of fashion'),\n",
- " ('antique', 'out of fashion'),\n",
- " ('old-fashioned', 'out of fashion'),\n",
- " ('old-hat', 'out of fashion'),\n",
+ " 'clues': [('antique', 'out of fashion'),\n",
" ('outmoded', 'out of fashion'),\n",
- " ('ex', 'out of fashion')]},\n",
+ " ('ex', 'out of fashion'),\n",
+ " ('passee', 'out of fashion'),\n",
+ " ('old-fashioned', 'out of fashion'),\n",
+ " ('old-hat', 'out of fashion')]},\n",
" {'answer': 'demoniac',\n",
" 'hint': 'synonyms for demoniac',\n",
- " 'clues': [('berserk', 'frenzied as if possessed by a demon'),\n",
+ " 'clues': [('possessed', 'frenzied as if possessed by a demon'),\n",
+ " ('berserk', 'frenzied as if possessed by a demon'),\n",
+ " ('amuck', 'frenzied as if possessed by a demon'),\n",
" ('amok', 'frenzied as if possessed by a demon'),\n",
- " ('demoniacal', 'frenzied as if possessed by a demon'),\n",
- " ('possessed', 'frenzied as if possessed by a demon'),\n",
- " ('amuck', 'frenzied as if possessed by a demon')]},\n",
+ " ('demoniacal', 'frenzied as if possessed by a demon')]},\n",
" {'answer': 'demoniacal',\n",
" 'hint': 'synonyms for demoniacal',\n",
- " 'clues': [('berserk', 'frenzied as if possessed by a demon'),\n",
- " ('amok', 'frenzied as if possessed by a demon'),\n",
- " ('possessed', 'frenzied as if possessed by a demon'),\n",
+ " 'clues': [('possessed', 'frenzied as if possessed by a demon'),\n",
+ " ('berserk', 'frenzied as if possessed by a demon'),\n",
" ('amuck', 'frenzied as if possessed by a demon'),\n",
+ " ('amok', 'frenzied as if possessed by a demon'),\n",
" ('demoniac', 'frenzied as if possessed by a demon')]},\n",
" {'answer': 'demonic',\n",
" 'hint': 'synonyms for demonic',\n",
- " 'clues': [('unholy',\n",
- " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('satanic',\n",
+ " 'clues': [('diabolic',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
" ('hellish',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('diabolic',\n",
+ " ('satanic',\n",
+ " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
+ " ('fiendish',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
" ('infernal',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('fiendish',\n",
+ " ('unholy',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell')]},\n",
" {'answer': 'dendriform',\n",
" 'hint': 'synonyms for dendriform',\n",
- " 'clues': [('dendroidal',\n",
+ " 'clues': [('dendroid',\n",
" 'resembling a tree in form and branching structure'),\n",
- " ('arboriform', 'resembling a tree in form and branching structure'),\n",
- " ('arboreal', 'resembling a tree in form and branching structure'),\n",
+ " ('arboresque', 'resembling a tree in form and branching structure'),\n",
" ('arborescent', 'resembling a tree in form and branching structure'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
" ('arboreous', 'resembling a tree in form and branching structure'),\n",
+ " ('arboreal', 'resembling a tree in form and branching structure'),\n",
" ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
- " ('arboresque', 'resembling a tree in form and branching structure')]},\n",
+ " ('arboriform', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'dendroid',\n",
" 'hint': 'synonyms for dendroid',\n",
- " 'clues': [('dendroidal',\n",
+ " 'clues': [('arboresque',\n",
" 'resembling a tree in form and branching structure'),\n",
- " ('arboriform', 'resembling a tree in form and branching structure'),\n",
- " ('arboreal', 'resembling a tree in form and branching structure'),\n",
- " ('dendriform', 'resembling a tree in form and branching structure'),\n",
" ('arborescent', 'resembling a tree in form and branching structure'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
+ " ('dendroidal', 'resembling a tree in form and branching structure'),\n",
" ('arboreous', 'resembling a tree in form and branching structure'),\n",
+ " ('arboreal', 'resembling a tree in form and branching structure'),\n",
+ " ('dendriform', 'resembling a tree in form and branching structure'),\n",
" ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
- " ('arboresque', 'resembling a tree in form and branching structure')]},\n",
+ " ('arboriform', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'dendroidal',\n",
" 'hint': 'synonyms for dendroidal',\n",
- " 'clues': [('arboriform',\n",
+ " 'clues': [('dendroid',\n",
" 'resembling a tree in form and branching structure'),\n",
- " ('arboreal', 'resembling a tree in form and branching structure'),\n",
- " ('dendriform', 'resembling a tree in form and branching structure'),\n",
+ " ('arboresque', 'resembling a tree in form and branching structure'),\n",
" ('arborescent', 'resembling a tree in form and branching structure'),\n",
- " ('dendroid', 'resembling a tree in form and branching structure'),\n",
" ('treelike', 'resembling a tree in form and branching structure'),\n",
" ('arboreous', 'resembling a tree in form and branching structure'),\n",
+ " ('arboreal', 'resembling a tree in form and branching structure'),\n",
+ " ('dendriform', 'resembling a tree in form and branching structure'),\n",
" ('tree-shaped', 'resembling a tree in form and branching structure'),\n",
- " ('arboresque', 'resembling a tree in form and branching structure')]},\n",
+ " ('arboriform', 'resembling a tree in form and branching structure')]},\n",
" {'answer': 'denigrating',\n",
" 'hint': 'synonyms for denigrating',\n",
- " 'clues': [('libelous',\n",
+ " 'clues': [('slanderous',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('denigratory',\n",
+ " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrative',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
+ " ('libellous',\n",
+ " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('defamatory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('slanderous',\n",
+ " ('denigratory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('calumniatory',\n",
- " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign')]},\n",
" {'answer': 'denigrative',\n",
" 'hint': 'synonyms for denigrative',\n",
- " 'clues': [('libelous',\n",
+ " 'clues': [('slanderous',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('denigratory',\n",
+ " ('calumnious',\n",
+ " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
+ " ('libellous',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrating',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('defamatory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('slanderous',\n",
+ " ('denigratory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('calumniatory',\n",
- " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign')]},\n",
" {'answer': 'denigratory',\n",
" 'hint': 'synonyms for denigratory',\n",
- " 'clues': [('libelous',\n",
+ " 'clues': [('slanderous',\n",
+ " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
+ " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrative',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
+ " ('libellous',\n",
+ " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('denigrating',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('defamatory',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('slanderous',\n",
- " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
" ('calumniatory',\n",
- " '(used of statements) harmful and often untrue; tending to discredit or malign'),\n",
- " ('calumnious',\n",
" '(used of statements) harmful and often untrue; tending to discredit or malign')]},\n",
" {'answer': 'dense',\n",
" 'hint': 'synonyms for dense',\n",
- " 'clues': [('dim',\n",
+ " 'clues': [('slow',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
" ('thick', 'hard to pass through because of dense growth'),\n",
- " ('dull',\n",
+ " ('obtuse',\n",
+ " 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
+ " ('dim',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('impenetrable',\n",
- " 'permitting little if any light to pass through because of denseness of matter'),\n",
" ('dumb',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('heavy',\n",
+ " ('impenetrable',\n",
" 'permitting little if any light to pass through because of denseness of matter'),\n",
- " ('obtuse',\n",
+ " ('dull',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('slow',\n",
- " 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray')]},\n",
+ " ('heavy',\n",
+ " 'permitting little if any light to pass through because of denseness of matter')]},\n",
" {'answer': 'departed',\n",
" 'hint': 'synonyms for departed',\n",
- " 'clues': [('gone', 'well in the past; former'),\n",
- " ('bypast', 'well in the past; former'),\n",
- " ('bygone', 'well in the past; former'),\n",
- " ('at peace', 'dead'),\n",
- " ('at rest', 'dead'),\n",
+ " 'clues': [('at rest', 'dead'),\n",
+ " ('gone', 'dead'),\n",
" ('deceased', 'dead'),\n",
+ " ('bypast', 'well in the past; former'),\n",
" ('foregone', 'well in the past; former'),\n",
+ " ('at peace', 'dead'),\n",
+ " ('bygone', 'well in the past; former'),\n",
" ('asleep', 'dead')]},\n",
" {'answer': 'dependable',\n",
" 'hint': 'synonyms for dependable',\n",
- " 'clues': [('secure', 'financially sound'),\n",
- " ('rock-steady', 'consistent in performance or behavior'),\n",
- " ('reliable', 'worthy of reliance or trust'),\n",
+ " 'clues': [('steady-going', 'consistent in performance or behavior'),\n",
+ " ('safe', 'financially sound'),\n",
" ('honest', 'worthy of being depended on'),\n",
+ " ('reliable', 'worthy of being depended on'),\n",
" ('good', 'financially sound'),\n",
- " ('safe', 'financially sound'),\n",
" ('true', 'worthy of being depended on'),\n",
- " ('steady-going', 'consistent in performance or behavior')]},\n",
+ " ('rock-steady', 'consistent in performance or behavior'),\n",
+ " ('secure', 'financially sound')]},\n",
" {'answer': 'dependant',\n",
" 'hint': 'synonyms for dependant',\n",
" 'clues': [('qualified', 'contingent on something else'),\n",
- " ('strung-out', 'addicted to a drug'),\n",
- " ('hooked', 'addicted to a drug'),\n",
" ('drug-addicted', 'addicted to a drug'),\n",
- " ('dependent', 'addicted to a drug')]},\n",
+ " ('hooked', 'addicted to a drug'),\n",
+ " ('dependent', 'contingent on something else'),\n",
+ " ('strung-out', 'addicted to a drug')]},\n",
" {'answer': 'dependant_on',\n",
" 'hint': 'synonyms for dependant on',\n",
- " 'clues': [('contingent upon',\n",
+ " 'clues': [('dependent on',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('dependant upon',\n",
+ " ('contingent upon',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('contingent', 'determined by conditions or circumstances that follow'),\n",
" ('depending on', 'determined by conditions or circumstances that follow'),\n",
- " ('dependent on',\n",
- " 'determined by conditions or circumstances that follow')]},\n",
+ " ('dependant upon',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('contingent', 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'dependant_upon',\n",
" 'hint': 'synonyms for dependant upon',\n",
- " 'clues': [('contingent upon',\n",
+ " 'clues': [('dependant on',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('contingent upon',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('contingent', 'determined by conditions or circumstances that follow'),\n",
- " ('dependant on', 'determined by conditions or circumstances that follow'),\n",
- " ('depending on', 'determined by conditions or circumstances that follow'),\n",
" ('dependent upon',\n",
- " 'determined by conditions or circumstances that follow')]},\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('depending on', 'determined by conditions or circumstances that follow'),\n",
+ " ('contingent', 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'dependent',\n",
" 'hint': 'synonyms for dependent',\n",
" 'clues': [('subject',\n",
" 'being under the power or sovereignty of another or others'),\n",
+ " ('pendant', 'held from above'),\n",
" ('subordinate',\n",
" '(of a clause) unable to stand alone syntactically as a complete sentence'),\n",
- " ('dependant', 'addicted to a drug'),\n",
" ('qualified', 'contingent on something else'),\n",
- " ('pendent', 'held from above'),\n",
- " ('strung-out', 'addicted to a drug'),\n",
+ " ('drug-addicted', 'addicted to a drug'),\n",
" ('hooked', 'addicted to a drug'),\n",
- " ('drug-addicted', 'addicted to a drug')]},\n",
+ " ('strung-out', 'addicted to a drug')]},\n",
+ " {'answer': 'dependent_on',\n",
+ " 'hint': 'synonyms for dependent on',\n",
+ " 'clues': [('dependant on',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('contingent upon',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('dependent upon',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('depending on', 'determined by conditions or circumstances that follow'),\n",
+ " ('contingent', 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'dependent_upon',\n",
" 'hint': 'synonyms for dependent upon',\n",
- " 'clues': [('contingent upon',\n",
+ " 'clues': [('dependant on',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('dependant upon',\n",
+ " ('contingent upon',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('contingent', 'determined by conditions or circumstances that follow'),\n",
" ('depending on', 'determined by conditions or circumstances that follow'),\n",
- " ('dependent on',\n",
- " 'determined by conditions or circumstances that follow')]},\n",
+ " ('contingent', 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'depending_on',\n",
" 'hint': 'synonyms for depending on',\n",
- " 'clues': [('contingent upon',\n",
+ " 'clues': [('dependant on',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('dependant upon',\n",
+ " ('contingent upon',\n",
" 'determined by conditions or circumstances that follow'),\n",
- " ('contingent', 'determined by conditions or circumstances that follow'),\n",
- " ('dependent on',\n",
- " 'determined by conditions or circumstances that follow')]},\n",
+ " ('dependent upon',\n",
+ " 'determined by conditions or circumstances that follow'),\n",
+ " ('contingent', 'determined by conditions or circumstances that follow')]},\n",
" {'answer': 'deplorable',\n",
" 'hint': 'synonyms for deplorable',\n",
- " 'clues': [('wretched', 'of very poor quality or condition'),\n",
- " ('sad', 'bad; unfortunate'),\n",
- " ('lamentable', 'bad; unfortunate'),\n",
+ " 'clues': [('distressing', 'bad; unfortunate'),\n",
+ " ('woeful', 'of very poor quality or condition'),\n",
+ " ('condemnable', 'bringing or deserving severe rebuke or censure'),\n",
" ('miserable', 'of very poor quality or condition'),\n",
+ " ('sad', 'bad; unfortunate'),\n",
+ " ('execrable', 'of very poor quality or condition'),\n",
" ('criminal', 'bringing or deserving severe rebuke or censure'),\n",
- " ('vicious', 'bringing or deserving severe rebuke or censure'),\n",
- " ('distressing', 'bad; unfortunate'),\n",
" ('pitiful', 'bad; unfortunate'),\n",
- " ('condemnable', 'bringing or deserving severe rebuke or censure'),\n",
+ " ('wretched', 'of very poor quality or condition'),\n",
+ " ('reprehensible', 'bringing or deserving severe rebuke or censure'),\n",
" ('sorry', 'bad; unfortunate'),\n",
- " ('execrable', 'of very poor quality or condition'),\n",
- " ('woeful', 'of very poor quality or condition'),\n",
- " ('reprehensible', 'bringing or deserving severe rebuke or censure')]},\n",
+ " ('lamentable', 'bad; unfortunate'),\n",
+ " ('vicious', 'bringing or deserving severe rebuke or censure')]},\n",
" {'answer': 'deprecating',\n",
" 'hint': 'synonyms for deprecating',\n",
" 'clues': [('deprecative', 'tending to diminish or disparage'),\n",
" ('deprecatory', 'tending to diminish or disparage'),\n",
- " ('belittling', 'tending to diminish or disparage'),\n",
- " ('slighting', 'tending to diminish or disparage')]},\n",
+ " ('slighting', 'tending to diminish or disparage'),\n",
+ " ('belittling', 'tending to diminish or disparage')]},\n",
" {'answer': 'deprecative',\n",
" 'hint': 'synonyms for deprecative',\n",
- " 'clues': [('deprecating', 'tending to diminish or disparage'),\n",
+ " 'clues': [('depreciative', 'tending to diminish or disparage'),\n",
" ('deprecatory', 'tending to diminish or disparage'),\n",
+ " ('slighting', 'tending to diminish or disparage'),\n",
" ('belittling', 'tending to diminish or disparage'),\n",
- " ('depreciative', 'tending to diminish or disparage'),\n",
- " ('slighting', 'tending to diminish or disparage')]},\n",
+ " ('deprecating', 'tending to diminish or disparage')]},\n",
" {'answer': 'deprecatory',\n",
" 'hint': 'synonyms for deprecatory',\n",
- " 'clues': [('deprecating', 'tending to diminish or disparage'),\n",
- " ('deprecative', 'tending to diminish or disparage'),\n",
- " ('depreciatory', 'tending to diminish or disparage'),\n",
+ " 'clues': [('deprecative', 'tending to diminish or disparage'),\n",
+ " ('slighting', 'tending to diminish or disparage'),\n",
" ('belittling', 'tending to diminish or disparage'),\n",
- " ('slighting', 'tending to diminish or disparage')]},\n",
+ " ('depreciatory', 'tending to diminish or disparage'),\n",
+ " ('deprecating', 'tending to diminish or disparage')]},\n",
" {'answer': 'depreciative',\n",
" 'hint': 'synonyms for depreciative',\n",
- " 'clues': [('deprecatory', 'tending to diminish or disparage'),\n",
+ " 'clues': [('deprecative', 'tending to diminish or disparage'),\n",
" ('belittling', 'tending to diminish or disparage'),\n",
+ " ('depreciatory', 'tending to diminish or disparage'),\n",
" ('deprecating', 'tending to diminish or disparage'),\n",
- " ('deprecative', 'tending to diminish or disparage'),\n",
" ('slighting', 'tending to diminish or disparage')]},\n",
" {'answer': 'depreciatory',\n",
" 'hint': 'synonyms for depreciatory',\n",
- " 'clues': [('deprecatory', 'tending to diminish or disparage'),\n",
+ " 'clues': [('deprecative', 'tending to diminish or disparage'),\n",
" ('belittling', 'tending to diminish or disparage'),\n",
- " ('depreciative', 'tending to diminish or disparage'),\n",
" ('deprecating', 'tending to diminish or disparage'),\n",
- " ('slighting', 'tending to diminish or disparage')]},\n",
+ " ('slighting', 'tending to diminish or disparage'),\n",
+ " ('deprecatory', 'tending to diminish or disparage')]},\n",
" {'answer': 'depressed',\n",
" 'hint': 'synonyms for depressed',\n",
- " 'clues': [('low-spirited', 'filled with melancholy and despondency'),\n",
+ " 'clues': [('low', 'filled with melancholy and despondency'),\n",
" ('downhearted', 'filled with melancholy and despondency'),\n",
- " ('down in the mouth', 'filled with melancholy and despondency'),\n",
- " ('low', 'filled with melancholy and despondency'),\n",
- " ('downcast', 'filled with melancholy and despondency'),\n",
- " ('blue', 'filled with melancholy and despondency'),\n",
+ " ('low-spirited', 'filled with melancholy and despondency'),\n",
" ('down', 'lower than previously'),\n",
- " ('dispirited', 'filled with melancholy and despondency'),\n",
" ('gloomy', 'filled with melancholy and despondency'),\n",
- " ('grim', 'filled with melancholy and despondency')]},\n",
+ " ('dispirited', 'filled with melancholy and despondency'),\n",
+ " ('grim', 'filled with melancholy and despondency'),\n",
+ " ('down in the mouth', 'filled with melancholy and despondency'),\n",
+ " ('downcast', 'filled with melancholy and despondency'),\n",
+ " ('blue', 'filled with melancholy and despondency')]},\n",
" {'answer': 'derelict',\n",
" 'hint': 'synonyms for derelict',\n",
- " 'clues': [('abandoned', 'forsaken by owner or inhabitants'),\n",
- " ('flea-bitten', 'worn and broken down by hard use'),\n",
+ " 'clues': [('woebegone', 'worn and broken down by hard use'),\n",
+ " ('deserted', 'forsaken by owner or inhabitants'),\n",
" ('neglectful', 'failing in what duty requires'),\n",
- " ('decrepit', 'worn and broken down by hard use'),\n",
- " ('delinquent', 'failing in what duty requires'),\n",
+ " ('run-down', 'worn and broken down by hard use'),\n",
+ " ('bedraggled', 'in deplorable condition'),\n",
+ " ('abandoned', 'forsaken by owner or inhabitants'),\n",
+ " ('flea-bitten', 'worn and broken down by hard use'),\n",
" ('creaky', 'worn and broken down by hard use'),\n",
+ " ('delinquent', 'failing in what duty requires'),\n",
" ('broken-down', 'in deplorable condition'),\n",
- " ('run-down', 'worn and broken down by hard use'),\n",
- " ('dilapidated', 'in deplorable condition'),\n",
+ " ('tumble-down', 'in deplorable condition'),\n",
" ('tatterdemalion', 'in deplorable condition'),\n",
+ " ('decrepit', 'worn and broken down by hard use'),\n",
" ('remiss', 'failing in what duty requires'),\n",
- " ('bedraggled', 'in deplorable condition'),\n",
- " ('woebegone', 'worn and broken down by hard use'),\n",
" ('ramshackle', 'in deplorable condition'),\n",
- " ('deserted', 'forsaken by owner or inhabitants'),\n",
- " ('tumble-down', 'in deplorable condition')]},\n",
+ " ('dilapidated', 'in deplorable condition')]},\n",
" {'answer': 'derisive',\n",
" 'hint': 'synonyms for derisive',\n",
- " 'clues': [('mocking', 'abusing vocally; expressing contempt or ridicule'),\n",
- " ('gibelike', 'abusing vocally; expressing contempt or ridicule'),\n",
- " ('jeering', 'abusing vocally; expressing contempt or ridicule'),\n",
- " ('taunting', 'abusing vocally; expressing contempt or ridicule')]},\n",
+ " 'clues': [('jeering', 'abusing vocally; expressing contempt or ridicule'),\n",
+ " ('taunting', 'abusing vocally; expressing contempt or ridicule'),\n",
+ " ('mocking', 'abusing vocally; expressing contempt or ridicule'),\n",
+ " ('gibelike', 'abusing vocally; expressing contempt or ridicule')]},\n",
" {'answer': 'derisory',\n",
" 'hint': 'synonyms for derisory',\n",
- " 'clues': [('ludicrous', 'incongruous;inviting ridicule'),\n",
- " ('laughable', 'incongruous;inviting ridicule'),\n",
+ " 'clues': [('preposterous', 'incongruous;inviting ridicule'),\n",
+ " ('ludicrous', 'incongruous;inviting ridicule'),\n",
" ('absurd', 'incongruous;inviting ridicule'),\n",
+ " ('laughable', 'incongruous;inviting ridicule'),\n",
" ('nonsensical', 'incongruous;inviting ridicule'),\n",
" ('cockeyed', 'incongruous;inviting ridicule'),\n",
- " ('preposterous', 'incongruous;inviting ridicule'),\n",
- " ('ridiculous', 'incongruous;inviting ridicule'),\n",
- " ('idiotic', 'incongruous;inviting ridicule')]},\n",
+ " ('idiotic', 'incongruous;inviting ridicule'),\n",
+ " ('ridiculous', 'incongruous;inviting ridicule')]},\n",
" {'answer': 'dermal',\n",
" 'hint': 'synonyms for dermal',\n",
- " 'clues': [('dermic', 'of or relating to or located in the dermis'),\n",
- " ('cuticular', 'of or relating to a cuticle or cuticula'),\n",
- " ('cutaneal', 'relating to or existing on or affecting the skin'),\n",
+ " 'clues': [('epidermal', 'of or relating to a cuticle or cuticula'),\n",
" ('epidermic', 'of or relating to a cuticle or cuticula'),\n",
- " ('epidermal', 'of or relating to a cuticle or cuticula'),\n",
- " ('cutaneous', 'relating to or existing on or affecting the skin')]},\n",
+ " ('cutaneal', 'relating to or existing on or affecting the skin'),\n",
+ " ('dermic', 'of or relating to or located in the dermis'),\n",
+ " ('cutaneous', 'relating to or existing on or affecting the skin'),\n",
+ " ('cuticular', 'of or relating to a cuticle or cuticula')]},\n",
" {'answer': 'desiccated',\n",
" 'hint': 'synonyms for desiccated',\n",
- " 'clues': [('dehydrated', 'preserved by removing natural moisture'),\n",
- " ('arid', 'lacking vitality or spirit; lifeless; ; ; -C.J.Rolo'),\n",
+ " 'clues': [('desiccate',\n",
+ " 'lacking vitality or spirit; lifeless; ; ; -C.J.Rolo'),\n",
" ('dried', 'preserved by removing natural moisture'),\n",
+ " ('dehydrated', 'preserved by removing natural moisture'),\n",
" ('dried-out', 'thoroughly dried out'),\n",
- " ('desiccate', 'lacking vitality or spirit; lifeless; ; ; -C.J.Rolo')]},\n",
+ " ('arid', 'lacking vitality or spirit; lifeless; ; ; -C.J.Rolo')]},\n",
" {'answer': 'desired',\n",
" 'hint': 'synonyms for desired',\n",
- " 'clues': [('coveted', 'greatly desired'),\n",
+ " 'clues': [('in demand', 'greatly desired'),\n",
" ('craved', 'wanted intensely'),\n",
- " ('in demand', 'greatly desired'),\n",
+ " ('coveted', 'greatly desired'),\n",
" ('sought after', 'greatly desired')]},\n",
" {'answer': 'desolate',\n",
" 'hint': 'synonyms for desolate',\n",
- " 'clues': [('barren', 'providing no shelter or sustenance'),\n",
- " ('bare', 'providing no shelter or sustenance'),\n",
+ " 'clues': [('bare', 'providing no shelter or sustenance'),\n",
" ('stark', 'providing no shelter or sustenance'),\n",
- " ('bleak', 'providing no shelter or sustenance')]},\n",
+ " ('bleak', 'providing no shelter or sustenance'),\n",
+ " ('barren', 'providing no shelter or sustenance')]},\n",
" {'answer': 'desperate',\n",
" 'hint': 'synonyms for desperate',\n",
- " 'clues': [('do-or-die', 'desperately determined'),\n",
- " ('despairing', 'arising from or marked by despair or loss of hope'),\n",
+ " 'clues': [('dire',\n",
+ " 'fraught with extreme danger; nearly hopeless; ; - G.C.Marshall'),\n",
" ('heroic',\n",
" 'showing extreme courage; especially of actions courageously undertaken in desperation as a last resort; ; - G.C.Marshall'),\n",
- " ('dire',\n",
- " 'fraught with extreme danger; nearly hopeless; ; - G.C.Marshall')]},\n",
+ " ('despairing', 'arising from or marked by despair or loss of hope'),\n",
+ " ('do-or-die', 'desperately determined')]},\n",
" {'answer': 'despicable',\n",
" 'hint': 'synonyms for despicable',\n",
- " 'clues': [('vile', 'morally reprehensible'),\n",
- " ('ugly', 'morally reprehensible'),\n",
- " ('slimy', 'morally reprehensible'),\n",
+ " 'clues': [('slimy', 'morally reprehensible'),\n",
" ('worthless', 'morally reprehensible'),\n",
+ " ('ugly', 'morally reprehensible'),\n",
" ('wretched', 'morally reprehensible'),\n",
- " ('unworthy', 'morally reprehensible')]},\n",
+ " ('unworthy', 'morally reprehensible'),\n",
+ " ('vile', 'morally reprehensible')]},\n",
" {'answer': 'despoiled',\n",
" 'hint': 'synonyms for despoiled',\n",
- " 'clues': [('sacked',\n",
+ " 'clues': [('raped',\n",
" 'having been robbed and destroyed by force and violence'),\n",
- " ('raped', 'having been robbed and destroyed by force and violence'),\n",
+ " ('ravaged', 'having been robbed and destroyed by force and violence'),\n",
" ('pillaged', 'having been robbed and destroyed by force and violence'),\n",
- " ('ravaged', 'having been robbed and destroyed by force and violence')]},\n",
+ " ('sacked', 'having been robbed and destroyed by force and violence')]},\n",
" {'answer': 'despotic',\n",
" 'hint': 'synonyms for despotic',\n",
- " 'clues': [('despotical',\n",
- " 'belonging to or having the characteristics of a despot'),\n",
- " ('authoritarian',\n",
+ " 'clues': [('tyrannical',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('tyrannical',\n",
+ " ('despotical', 'belonging to or having the characteristics of a despot'),\n",
+ " ('dictatorial',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('autocratic',\n",
+ " ('authoritarian',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('dictatorial',\n",
+ " ('autocratic',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty')]},\n",
" {'answer': 'destitute',\n",
" 'hint': 'synonyms for destitute',\n",
- " 'clues': [('devoid', 'completely wanting or lacking'),\n",
- " ('innocent', 'completely wanting or lacking'),\n",
- " ('poverty-stricken', 'poor enough to need help from others'),\n",
+ " 'clues': [('poverty-stricken', 'poor enough to need help from others'),\n",
+ " ('devoid', 'completely wanting or lacking'),\n",
+ " ('needy', 'poor enough to need help from others'),\n",
" ('barren', 'completely wanting or lacking'),\n",
+ " ('innocent', 'completely wanting or lacking'),\n",
" ('free', 'completely wanting or lacking'),\n",
- " ('indigent', 'poor enough to need help from others'),\n",
+ " ('impoverished', 'poor enough to need help from others'),\n",
" ('necessitous', 'poor enough to need help from others'),\n",
- " ('needy', 'poor enough to need help from others'),\n",
- " ('impoverished', 'poor enough to need help from others')]},\n",
+ " ('indigent', 'poor enough to need help from others')]},\n",
" {'answer': 'detached',\n",
" 'hint': 'synonyms for detached',\n",
- " 'clues': [('separated', 'no longer connected or joined'),\n",
+ " 'clues': [('uncaring', 'lacking affection or warm feeling'),\n",
+ " ('unaffectionate', 'lacking affection or warm feeling'),\n",
+ " ('separated',\n",
+ " 'being or feeling set or kept apart from others; ; - Sherwood Anderson'),\n",
" ('isolated',\n",
" 'being or feeling set or kept apart from others; ; - Sherwood Anderson'),\n",
- " ('unaffectionate', 'lacking affection or warm feeling'),\n",
+ " ('degage', 'showing lack of emotional involvement; - J.S.Perelman'),\n",
+ " ('free', 'not fixed in position'),\n",
" ('set-apart',\n",
" 'being or feeling set or kept apart from others; ; - Sherwood Anderson'),\n",
- " ('free', 'not fixed in position'),\n",
- " ('uninvolved', 'showing lack of emotional involvement; - J.S.Perelman'),\n",
- " ('degage', 'showing lack of emotional involvement; - J.S.Perelman'),\n",
- " ('uncaring', 'lacking affection or warm feeling')]},\n",
+ " ('uninvolved', 'showing lack of emotional involvement; - J.S.Perelman')]},\n",
" {'answer': 'determined',\n",
" 'hint': 'synonyms for determined',\n",
- " 'clues': [('set', 'determined or decided upon as by an authority'),\n",
+ " 'clues': [('compulsive', 'strongly motivated to succeed'),\n",
+ " ('set', 'determined or decided upon as by an authority'),\n",
" ('driven', 'strongly motivated to succeed'),\n",
- " ('dictated', 'determined or decided upon as by an authority'),\n",
- " ('compulsive', 'strongly motivated to succeed')]},\n",
+ " ('dictated', 'determined or decided upon as by an authority')]},\n",
" {'answer': 'detestable',\n",
" 'hint': 'synonyms for detestable',\n",
- " 'clues': [('abominable', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
+ " 'clues': [('repulsive', 'offensive to the mind'),\n",
+ " ('odious', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
+ " ('execrable', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
" ('abhorrent', 'offensive to the mind'),\n",
+ " ('abominable', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
" ('obscene', 'offensive to the mind'),\n",
- " ('execrable', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
- " ('repulsive', 'offensive to the mind'),\n",
- " ('odious', 'unequivocally detestable; ; ; ; - Edmund Burke'),\n",
" ('repugnant', 'offensive to the mind')]},\n",
" {'answer': 'deuced',\n",
" 'hint': 'synonyms for deuced',\n",
- " 'clues': [('goddam', 'expletives used informally as intensifiers'),\n",
- " ('goddamned', 'expletives used informally as intensifiers'),\n",
- " ('blasted', 'expletives used informally as intensifiers'),\n",
+ " 'clues': [('blasted', 'expletives used informally as intensifiers'),\n",
+ " ('damn', 'expletives used informally as intensifiers'),\n",
" ('blessed', 'expletives used informally as intensifiers'),\n",
- " ('blamed', 'expletives used informally as intensifiers'),\n",
" ('darned', 'expletives used informally as intensifiers'),\n",
- " ('damn', 'expletives used informally as intensifiers'),\n",
+ " ('goddam', 'expletives used informally as intensifiers'),\n",
+ " ('blamed', 'expletives used informally as intensifiers'),\n",
+ " ('infernal', 'expletives used informally as intensifiers'),\n",
" ('damned', 'expletives used informally as intensifiers'),\n",
- " ('infernal', 'expletives used informally as intensifiers')]},\n",
+ " ('goddamned', 'expletives used informally as intensifiers')]},\n",
" {'answer': 'devastating',\n",
" 'hint': 'synonyms for devastating',\n",
- " 'clues': [('withering',\n",
+ " 'clues': [('annihilative',\n",
" 'wreaking or capable of wreaking complete destruction'),\n",
- " ('annihilative', 'wreaking or capable of wreaking complete destruction'),\n",
- " ('annihilating', 'making light of; ; ; - W.S.Gilbert'),\n",
" ('crushing',\n",
- " 'physically or spiritually devastating; often used in combination')]},\n",
+ " 'physically or spiritually devastating; often used in combination'),\n",
+ " ('withering', 'wreaking or capable of wreaking complete destruction'),\n",
+ " ('annihilating',\n",
+ " 'wreaking or capable of wreaking complete destruction')]},\n",
" {'answer': 'devil-may-care',\n",
" 'hint': 'synonyms for devil-may-care',\n",
" 'clues': [('carefree', 'cheerfully irresponsible'),\n",
- " ('happy-go-lucky', 'cheerfully irresponsible'),\n",
" ('rakish',\n",
" 'marked by a carefree unconventionality or disreputableness; - Crary Moore'),\n",
- " ('harum-scarum', 'cheerfully irresponsible'),\n",
" ('raffish',\n",
" 'marked by a carefree unconventionality or disreputableness; - Crary Moore'),\n",
- " ('slaphappy', 'cheerfully irresponsible'),\n",
- " ('freewheeling', 'cheerfully irresponsible')]},\n",
+ " ('freewheeling', 'cheerfully irresponsible'),\n",
+ " ('happy-go-lucky', 'cheerfully irresponsible'),\n",
+ " ('harum-scarum', 'cheerfully irresponsible'),\n",
+ " ('slaphappy', 'cheerfully irresponsible')]},\n",
" {'answer': 'devilish',\n",
" 'hint': 'synonyms for devilish',\n",
- " 'clues': [('mephistophelian',\n",
+ " 'clues': [('mephistophelean',\n",
" 'showing the cunning or ingenuity or wickedness typical of a devil'),\n",
" ('roguish', 'playful in an appealingly bold way'),\n",
" ('rascally', 'playful in an appealingly bold way'),\n",
- " ('diabolical',\n",
+ " ('diabolic',\n",
" 'showing the cunning or ingenuity or wickedness typical of a devil')]},\n",
" {'answer': 'devious',\n",
" 'hint': 'synonyms for devious',\n",
- " 'clues': [('circuitous', 'deviating from a straight course'),\n",
- " ('oblique',\n",
+ " 'clues': [('oblique',\n",
" 'indirect in departing from the accepted or proper way; misleading'),\n",
- " ('roundabout', 'deviating from a straight course'),\n",
- " ('shifty', 'characterized by insincerity or deceit; evasive')]},\n",
+ " ('circuitous', 'deviating from a straight course'),\n",
+ " ('shifty', 'characterized by insincerity or deceit; evasive'),\n",
+ " ('roundabout', 'deviating from a straight course')]},\n",
" {'answer': 'devoid',\n",
" 'hint': 'synonyms for devoid',\n",
- " 'clues': [('destitute', 'completely wanting or lacking'),\n",
- " ('free', 'completely wanting or lacking'),\n",
+ " 'clues': [('barren', 'completely wanting or lacking'),\n",
" ('innocent', 'completely wanting or lacking'),\n",
- " ('barren', 'completely wanting or lacking')]},\n",
+ " ('free', 'completely wanting or lacking'),\n",
+ " ('destitute', 'completely wanting or lacking')]},\n",
" {'answer': 'devout',\n",
" 'hint': 'synonyms for devout',\n",
" 'clues': [('dear', 'earnest'),\n",
@@ -43602,86 +43646,85 @@
" ('heartfelt', 'earnest')]},\n",
" {'answer': 'dewy-eyed',\n",
" 'hint': 'synonyms for dewy-eyed',\n",
- " 'clues': [('wide-eyed', 'exhibiting childlike simplicity and credulity'),\n",
- " ('childlike', 'exhibiting childlike simplicity and credulity'),\n",
+ " 'clues': [('childlike', 'exhibiting childlike simplicity and credulity'),\n",
+ " ('simple', 'exhibiting childlike simplicity and credulity'),\n",
" ('round-eyed', 'exhibiting childlike simplicity and credulity'),\n",
- " ('simple', 'exhibiting childlike simplicity and credulity')]},\n",
+ " ('wide-eyed', 'exhibiting childlike simplicity and credulity')]},\n",
" {'answer': 'diabolic',\n",
" 'hint': 'synonyms for diabolic',\n",
- " 'clues': [('unholy',\n",
- " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('mephistophelian',\n",
+ " 'clues': [('mephistophelean',\n",
" 'showing the cunning or ingenuity or wickedness typical of a devil'),\n",
- " ('infernal',\n",
+ " ('diabolical',\n",
+ " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
+ " ('demonic',\n",
+ " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
+ " ('hellish',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
" ('devilish',\n",
" 'showing the cunning or ingenuity or wickedness typical of a devil'),\n",
- " ('diabolical',\n",
- " 'showing the cunning or ingenuity or wickedness typical of a devil'),\n",
- " ('satanic',\n",
+ " ('unholy',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
" ('fiendish',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('hellish',\n",
+ " ('satanic',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('demonic',\n",
+ " ('infernal',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell')]},\n",
" {'answer': 'diabolical',\n",
" 'hint': 'synonyms for diabolical',\n",
- " 'clues': [('unholy',\n",
- " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('mephistophelian',\n",
+ " 'clues': [('mephistophelean',\n",
" 'showing the cunning or ingenuity or wickedness typical of a devil'),\n",
- " ('infernal',\n",
+ " ('demonic',\n",
+ " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
+ " ('hellish',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
" ('devilish',\n",
" 'showing the cunning or ingenuity or wickedness typical of a devil'),\n",
- " ('satanic',\n",
+ " ('unholy',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('diabolic',\n",
- " 'showing the cunning or ingenuity or wickedness typical of a devil'),\n",
" ('fiendish',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('hellish',\n",
+ " ('diabolic',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
- " ('demonic',\n",
+ " ('satanic',\n",
+ " 'extremely evil or cruel; expressive of cruelty or befitting hell'),\n",
+ " ('infernal',\n",
" 'extremely evil or cruel; expressive of cruelty or befitting hell')]},\n",
" {'answer': 'diagonal',\n",
" 'hint': 'synonyms for diagonal',\n",
" 'clues': [('aslope', 'having an oblique or slanted direction'),\n",
- " ('sloped', 'having an oblique or slanted direction'),\n",
" ('slanted', 'having an oblique or slanted direction'),\n",
" ('aslant', 'having an oblique or slanted direction'),\n",
+ " ('sloping', 'having an oblique or slanted direction'),\n",
" ('slanting', 'having an oblique or slanted direction'),\n",
- " ('sloping', 'having an oblique or slanted direction')]},\n",
+ " ('sloped', 'having an oblique or slanted direction')]},\n",
" {'answer': 'diametrical',\n",
" 'hint': 'synonyms for diametrical',\n",
- " 'clues': [('diametral', 'related to or along a diameter'),\n",
- " ('polar', 'characterized by opposite extremes; completely opposed'),\n",
- " ('diametric', 'related to or along a diameter'),\n",
- " ('opposite', 'characterized by opposite extremes; completely opposed')]},\n",
+ " 'clues': [('diametric', 'related to or along a diameter'),\n",
+ " ('opposite', 'characterized by opposite extremes; completely opposed'),\n",
+ " ('diametral', 'related to or along a diameter'),\n",
+ " ('polar', 'characterized by opposite extremes; completely opposed')]},\n",
" {'answer': 'diaphanous',\n",
" 'hint': 'synonyms for diaphanous',\n",
- " 'clues': [('gauzy', 'so thin as to transmit light'),\n",
- " ('transparent', 'so thin as to transmit light'),\n",
- " ('gossamer', 'so thin as to transmit light'),\n",
+ " 'clues': [('gossamer', 'so thin as to transmit light'),\n",
+ " ('vaporous', 'so thin as to transmit light'),\n",
" ('see-through', 'so thin as to transmit light'),\n",
- " ('sheer', 'so thin as to transmit light'),\n",
+ " ('transparent', 'so thin as to transmit light'),\n",
" ('gauze-like', 'so thin as to transmit light'),\n",
- " ('vapourous', 'so thin as to transmit light'),\n",
+ " ('gauzy', 'so thin as to transmit light'),\n",
+ " ('sheer', 'so thin as to transmit light'),\n",
" ('cobwebby', 'so thin as to transmit light'),\n",
" ('filmy', 'so thin as to transmit light')]},\n",
" {'answer': 'dictatorial',\n",
" 'hint': 'synonyms for dictatorial',\n",
- " 'clues': [('authoritarian',\n",
+ " 'clues': [('despotic',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
" ('tyrannical',\n",
" 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('despotic',\n",
- " 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
+ " ('authoritarian', 'expecting unquestioning obedience'),\n",
+ " ('overbearing', 'expecting unquestioning obedience'),\n",
" ('autocratic',\n",
- " 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty'),\n",
- " ('overbearing', 'expecting unquestioning obedience')]},\n",
+ " 'characteristic of an absolute ruler or absolute rule; having absolute sovereignty')]},\n",
" {'answer': 'digressive',\n",
" 'hint': 'synonyms for digressive',\n",
" 'clues': [('tangential', 'of superficial relevance if any'),\n",
@@ -43693,595 +43736,597 @@
" '(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects')]},\n",
" {'answer': 'dilapidated',\n",
" 'hint': 'synonyms for dilapidated',\n",
- " 'clues': [('bedraggled', 'in deplorable condition'),\n",
- " ('ramshackle', 'in deplorable condition'),\n",
- " ('broken-down', 'in deplorable condition'),\n",
+ " 'clues': [('derelict', 'in deplorable condition'),\n",
+ " ('tumble-down', 'in deplorable condition'),\n",
" ('tatterdemalion', 'in deplorable condition'),\n",
- " ('derelict', 'in deplorable condition'),\n",
- " ('tumble-down', 'in deplorable condition')]},\n",
+ " ('bedraggled', 'in deplorable condition'),\n",
+ " ('broken-down', 'in deplorable condition'),\n",
+ " ('ramshackle', 'in deplorable condition')]},\n",
" {'answer': 'dim',\n",
" 'hint': 'synonyms for dim',\n",
" 'clues': [('dimmed', 'made dim or less bright'),\n",
- " ('faint', 'lacking clarity or distinctness'),\n",
- " ('wispy', 'lacking clarity or distinctness'),\n",
- " ('dull',\n",
+ " ('obtuse',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('bleak', 'offering little or no hope; ; ; - J.M.Synge'),\n",
+ " ('subdued', 'lacking in light; not bright or harsh'),\n",
+ " ('wispy', 'lacking clarity or distinctness'),\n",
+ " ('faint', 'lacking clarity or distinctness'),\n",
" ('dumb',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('obtuse',\n",
+ " ('bleak', 'offering little or no hope; ; ; - J.M.Synge'),\n",
+ " ('shadowy', 'lacking clarity or distinctness'),\n",
+ " ('dull',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
+ " ('black', 'offering little or no hope; ; ; - J.M.Synge'),\n",
" ('dense',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('subdued', 'lacking in light; not bright or harsh'),\n",
" ('vague', 'lacking clarity or distinctness'),\n",
- " ('shadowy', 'lacking clarity or distinctness'),\n",
- " ('black', 'offering little or no hope; ; ; - J.M.Synge'),\n",
" ('slow',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray')]},\n",
" {'answer': 'dim-sighted',\n",
" 'hint': 'synonyms for dim-sighted',\n",
- " 'clues': [('near-blind', 'having greatly reduced vision'),\n",
- " ('purblind', 'having greatly reduced vision'),\n",
+ " 'clues': [('purblind', 'having greatly reduced vision'),\n",
" ('visually impaired', 'having greatly reduced vision'),\n",
" ('visually challenged', 'having greatly reduced vision'),\n",
+ " ('near-blind', 'having greatly reduced vision'),\n",
" ('sand-blind', 'having greatly reduced vision')]},\n",
" {'answer': 'diminished',\n",
" 'hint': 'synonyms for diminished',\n",
- " 'clues': [('small', 'made to seem smaller or less (especially in worth)'),\n",
+ " 'clues': [('weakened', 'impaired by diminution'),\n",
+ " ('lessened', 'impaired by diminution'),\n",
" ('vitiated', 'impaired by diminution'),\n",
- " ('weakened', 'impaired by diminution'),\n",
- " ('atrophied',\n",
+ " ('wasted',\n",
" '(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use'),\n",
+ " ('small', 'made to seem smaller or less (especially in worth)'),\n",
" ('belittled', 'made to seem smaller or less (especially in worth)'),\n",
- " ('lessened', 'impaired by diminution'),\n",
- " ('wasted',\n",
+ " ('atrophied',\n",
" '(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use')]},\n",
" {'answer': 'diminutive',\n",
" 'hint': 'synonyms for diminutive',\n",
- " 'clues': [('lilliputian', 'very small'),\n",
+ " 'clues': [('petite', 'very small'),\n",
" ('midget', 'very small'),\n",
- " ('flyspeck', 'very small'),\n",
- " ('petite', 'very small'),\n",
" ('tiny', 'very small'),\n",
- " ('bantam', 'very small')]},\n",
+ " ('bantam', 'very small'),\n",
+ " ('lilliputian', 'very small'),\n",
+ " ('flyspeck', 'very small')]},\n",
" {'answer': 'dingy',\n",
" 'hint': 'synonyms for dingy',\n",
- " 'clues': [('drab', 'causing dejection'),\n",
- " ('gloomy', 'causing dejection'),\n",
- " ('blue', 'causing dejection'),\n",
- " ('grungy', 'thickly covered with ingrained dirt or soot'),\n",
- " ('grimy', 'thickly covered with ingrained dirt or soot'),\n",
- " ('dark', 'causing dejection'),\n",
- " ('dirty',\n",
+ " 'clues': [('dirty',\n",
" '(of color) discolored by impurities; not bright and clear; is often used in combination'),\n",
- " ('begrimed', 'thickly covered with ingrained dirt or soot'),\n",
" ('disconsolate', 'causing dejection'),\n",
- " ('raunchy', 'thickly covered with ingrained dirt or soot'),\n",
- " ('grubby', 'thickly covered with ingrained dirt or soot'),\n",
- " ('dismal', 'causing dejection'),\n",
+ " ('grim', 'causing dejection'),\n",
+ " ('sorry', 'causing dejection'),\n",
+ " ('begrimed', 'thickly covered with ingrained dirt or soot'),\n",
" ('muddy',\n",
" '(of color) discolored by impurities; not bright and clear; is often used in combination'),\n",
- " ('sorry', 'causing dejection'),\n",
+ " ('dismal', 'causing dejection'),\n",
+ " ('gloomy', 'causing dejection'),\n",
" ('dreary', 'causing dejection'),\n",
" ('muddied',\n",
- " '(of color) discolored by impurities; not bright and clear; is often used in combination')]},\n",
+ " '(of color) discolored by impurities; not bright and clear; is often used in combination'),\n",
+ " ('grungy', 'thickly covered with ingrained dirt or soot'),\n",
+ " ('raunchy', 'thickly covered with ingrained dirt or soot'),\n",
+ " ('dark', 'causing dejection'),\n",
+ " ('blue', 'causing dejection'),\n",
+ " ('drab', 'causing dejection'),\n",
+ " ('grubby', 'thickly covered with ingrained dirt or soot')]},\n",
" {'answer': 'dire',\n",
" 'hint': 'synonyms for dire',\n",
- " 'clues': [('dread', 'causing fear or dread or terror'),\n",
- " ('horrendous', 'causing fear or dread or terror'),\n",
- " ('fearful', 'causing fear or dread or terror'),\n",
+ " 'clues': [('fearful', 'causing fear or dread or terror'),\n",
+ " ('terrible', 'causing fear or dread or terror'),\n",
" ('direful', 'causing fear or dread or terror'),\n",
+ " ('dread', 'causing fear or dread or terror'),\n",
+ " ('frightening', 'causing fear or dread or terror'),\n",
+ " ('fearsome', 'causing fear or dread or terror'),\n",
" ('dreaded', 'causing fear or dread or terror'),\n",
- " ('horrific', 'causing fear or dread or terror'),\n",
" ('dreadful', 'causing fear or dread or terror'),\n",
- " ('fearsome', 'causing fear or dread or terror'),\n",
- " ('awful', 'causing fear or dread or terror'),\n",
- " ('terrible', 'causing fear or dread or terror'),\n",
- " ('frightening', 'causing fear or dread or terror'),\n",
+ " ('horrific', 'causing fear or dread or terror'),\n",
" ('desperate',\n",
- " 'fraught with extreme danger; nearly hopeless; ; - G.C.Marshall')]},\n",
+ " 'fraught with extreme danger; nearly hopeless; ; - G.C.Marshall'),\n",
+ " ('awful', 'causing fear or dread or terror'),\n",
+ " ('horrendous', 'causing fear or dread or terror')]},\n",
" {'answer': 'directionless',\n",
" 'hint': 'synonyms for directionless',\n",
- " 'clues': [('adrift', 'aimlessly drifting'),\n",
- " ('afloat', 'aimlessly drifting'),\n",
- " ('undirected', 'aimlessly drifting'),\n",
+ " 'clues': [('afloat', 'aimlessly drifting'),\n",
" ('aimless', 'aimlessly drifting'),\n",
+ " ('rudderless', 'aimlessly drifting'),\n",
+ " ('adrift', 'aimlessly drifting'),\n",
" ('planless', 'aimlessly drifting'),\n",
- " ('rudderless', 'aimlessly drifting')]},\n",
+ " ('undirected', 'aimlessly drifting')]},\n",
" {'answer': 'direful',\n",
" 'hint': 'synonyms for direful',\n",
- " 'clues': [('dread', 'causing fear or dread or terror'),\n",
- " ('horrendous', 'causing fear or dread or terror'),\n",
- " ('fearful', 'causing fear or dread or terror'),\n",
- " ('dreaded', 'causing fear or dread or terror'),\n",
- " ('horrific', 'causing fear or dread or terror'),\n",
- " ('dreadful', 'causing fear or dread or terror'),\n",
- " ('awful', 'causing fear or dread or terror'),\n",
+ " 'clues': [('fearful', 'causing fear or dread or terror'),\n",
" ('terrible', 'causing fear or dread or terror'),\n",
" ('dire', 'causing fear or dread or terror'),\n",
+ " ('dread', 'causing fear or dread or terror'),\n",
" ('frightening', 'causing fear or dread or terror'),\n",
- " ('fearsome', 'causing fear or dread or terror')]},\n",
+ " ('fearsome', 'causing fear or dread or terror'),\n",
+ " ('dreaded', 'causing fear or dread or terror'),\n",
+ " ('dreadful', 'causing fear or dread or terror'),\n",
+ " ('horrific', 'causing fear or dread or terror'),\n",
+ " ('awful', 'causing fear or dread or terror'),\n",
+ " ('horrendous', 'causing fear or dread or terror')]},\n",
" {'answer': 'dirty',\n",
" 'hint': 'synonyms for dirty',\n",
- " 'clues': [('unsporting', 'violating accepted standards or rules'),\n",
- " ('lousy', 'vile; despicable'),\n",
- " ('cheating', 'violating accepted standards or rules'),\n",
- " ('foul', 'violating accepted standards or rules'),\n",
- " ('muddy',\n",
- " '(of color) discolored by impurities; not bright and clear; is often used in combination'),\n",
- " ('contaminating',\n",
- " 'spreading pollution or contamination; especially radioactive contamination'),\n",
+ " 'clues': [('unsportsmanlike', 'violating accepted standards or rules'),\n",
+ " ('foul', '(of a manuscript) defaced with changes'),\n",
" ('sordid', 'unethical or dishonest'),\n",
" ('pestiferous', 'contaminated with infecting organisms; ; - Jane Austen'),\n",
- " ('unclean', 'soiled or likely to soil with dirt or grime'),\n",
+ " ('contaminating',\n",
+ " 'spreading pollution or contamination; especially radioactive contamination'),\n",
" ('dingy',\n",
" '(of color) discolored by impurities; not bright and clear; is often used in combination'),\n",
- " ('unsportsmanlike', 'violating accepted standards or rules'),\n",
+ " ('lousy', 'vile; despicable'),\n",
" ('marked-up', '(of a manuscript) defaced with changes'),\n",
- " ('soiled', 'soiled or likely to soil with dirt or grime'),\n",
- " ('filthy', 'vile; despicable'),\n",
- " ('ill-gotten', 'obtained illegally or by improper means'),\n",
" ('muddied',\n",
- " '(of color) discolored by impurities; not bright and clear; is often used in combination')]},\n",
+ " '(of color) discolored by impurities; not bright and clear; is often used in combination'),\n",
+ " ('unsporting', 'violating accepted standards or rules'),\n",
+ " ('ill-gotten', 'obtained illegally or by improper means'),\n",
+ " ('filthy', 'vile; despicable'),\n",
+ " ('muddy',\n",
+ " '(of color) discolored by impurities; not bright and clear; is often used in combination'),\n",
+ " ('unclean', 'soiled or likely to soil with dirt or grime'),\n",
+ " ('cheating', 'violating accepted standards or rules'),\n",
+ " ('soiled', 'soiled or likely to soil with dirt or grime')]},\n",
" {'answer': 'disappointed',\n",
" 'hint': 'synonyms for disappointed',\n",
- " 'clues': [('thwarted', 'disappointingly unsuccessful'),\n",
- " ('frustrated', 'disappointingly unsuccessful'),\n",
+ " 'clues': [('foiled', 'disappointingly unsuccessful'),\n",
+ " ('defeated', 'disappointingly unsuccessful'),\n",
" ('discomfited', 'disappointingly unsuccessful'),\n",
- " ('foiled', 'disappointingly unsuccessful'),\n",
- " ('defeated', 'disappointingly unsuccessful')]},\n",
+ " ('thwarted', 'disappointingly unsuccessful'),\n",
+ " ('frustrated', 'disappointingly unsuccessful')]},\n",
" {'answer': 'disastrous',\n",
" 'hint': 'synonyms for disastrous',\n",
" 'clues': [('fateful',\n",
" '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
+ " ('black',\n",
+ " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
" ('fatal',\n",
" '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
" ('calamitous',\n",
- " '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur'),\n",
- " ('black',\n",
" '(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur')]},\n",
" {'answer': 'discharged',\n",
" 'hint': 'synonyms for discharged',\n",
- " 'clues': [('fired', 'having lost your job'),\n",
+ " 'clues': [('pink-slipped', 'having lost your job'),\n",
+ " ('fired', 'having lost your job'),\n",
" ('dismissed', 'having lost your job'),\n",
- " ('pink-slipped', 'having lost your job'),\n",
" ('laid-off', 'having lost your job')]},\n",
" {'answer': 'discomfited',\n",
" 'hint': 'synonyms for discomfited',\n",
- " 'clues': [('disappointed', 'disappointingly unsuccessful'),\n",
+ " 'clues': [('foiled', 'disappointingly unsuccessful'),\n",
+ " ('disappointed', 'disappointingly unsuccessful'),\n",
+ " ('defeated', 'disappointingly unsuccessful'),\n",
" ('thwarted', 'disappointingly unsuccessful'),\n",
- " ('frustrated', 'disappointingly unsuccessful'),\n",
- " ('foiled', 'disappointingly unsuccessful'),\n",
- " ('defeated', 'disappointingly unsuccessful')]},\n",
+ " ('frustrated', 'disappointingly unsuccessful')]},\n",
" {'answer': 'disconnected',\n",
" 'hint': 'synonyms for disconnected',\n",
- " 'clues': [('unconnected', 'lacking orderly continuity'),\n",
- " ('disordered', 'lacking orderly continuity'),\n",
- " ('illogical', 'lacking orderly continuity'),\n",
- " ('disunited',\n",
+ " 'clues': [('disunited',\n",
" 'having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White'),\n",
+ " ('abrupt', 'marked by sudden changes in subject and sharp transitions'),\n",
+ " ('confused', 'lacking orderly continuity'),\n",
+ " ('staccato',\n",
+ " '(music) marked by or composed of disconnected parts or sounds; cut short crisply'),\n",
+ " ('illogical', 'lacking orderly continuity'),\n",
+ " ('unconnected', 'lacking orderly continuity'),\n",
+ " ('disjointed', 'lacking orderly continuity'),\n",
+ " ('garbled', 'lacking orderly continuity'),\n",
" ('fragmented',\n",
" 'having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White'),\n",
" ('split',\n",
" 'having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White'),\n",
" ('scattered', 'lacking orderly continuity'),\n",
- " ('garbled', 'lacking orderly continuity'),\n",
- " ('staccato',\n",
- " '(music) marked by or composed of disconnected parts or sounds; cut short crisply'),\n",
- " ('disjointed', 'lacking orderly continuity'),\n",
- " ('confused', 'lacking orderly continuity'),\n",
- " ('abrupt', 'marked by sudden changes in subject and sharp transitions')]},\n",
+ " ('disordered', 'lacking orderly continuity')]},\n",
" {'answer': 'disconsolate',\n",
" 'hint': 'synonyms for disconsolate',\n",
- " 'clues': [('drab', 'causing dejection'),\n",
- " ('dismal', 'causing dejection'),\n",
+ " 'clues': [('dismal', 'causing dejection'),\n",
" ('gloomy', 'causing dejection'),\n",
- " ('blue', 'causing dejection'),\n",
- " ('grim', 'causing dejection'),\n",
- " ('sorry', 'causing dejection'),\n",
" ('inconsolable', 'sad beyond comforting; incapable of being consoled'),\n",
" ('dreary', 'causing dejection'),\n",
+ " ('grim', 'causing dejection'),\n",
+ " ('sorry', 'causing dejection'),\n",
" ('dingy', 'causing dejection'),\n",
- " ('dark', 'causing dejection')]},\n",
+ " ('dark', 'causing dejection'),\n",
+ " ('blue', 'causing dejection'),\n",
+ " ('drab', 'causing dejection')]},\n",
" {'answer': 'discredited',\n",
" 'hint': 'synonyms for discredited',\n",
" 'clues': [('disgraced', 'suffering shame'),\n",
- " ('dishonored', 'suffering shame'),\n",
" ('damaged', 'being unjustly brought into disrepute'),\n",
+ " ('dishonored', 'suffering shame'),\n",
" ('shamed', 'suffering shame')]},\n",
" {'answer': 'discrepant',\n",
" 'hint': 'synonyms for discrepant',\n",
" 'clues': [('inconsistent', 'not in agreement'),\n",
" ('dissonant', 'not in accord'),\n",
- " ('at variance', 'not in accord'),\n",
- " ('incompatible', 'not compatible with other facts')]},\n",
+ " ('incompatible', 'not compatible with other facts'),\n",
+ " ('at variance', 'not in accord')]},\n",
" {'answer': 'discriminating',\n",
" 'hint': 'synonyms for discriminating',\n",
- " 'clues': [('penetrating',\n",
+ " 'clues': [('penetrative',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('piercing',\n",
+ " ('acute',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('incisive',\n",
+ " ('knifelike',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
" ('sharp',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('penetrative',\n",
+ " ('penetrating',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('acute',\n",
+ " ('keen',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('knifelike',\n",
+ " ('incisive',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions'),\n",
- " ('keen',\n",
+ " ('piercing',\n",
" 'having or demonstrating ability to recognize or draw fine distinctions')]},\n",
" {'answer': 'discriminatory',\n",
" 'hint': 'synonyms for discriminatory',\n",
- " 'clues': [('discriminative', 'capable of making fine distinctions'),\n",
- " ('preferential', 'manifesting partiality'),\n",
+ " 'clues': [('preferential', 'manifesting partiality'),\n",
+ " ('discriminative', 'capable of making fine distinctions'),\n",
+ " ('invidious', 'containing or implying a slight or showing prejudice'),\n",
" ('prejudiced',\n",
- " 'being biased or having a belief or attitude formed beforehand'),\n",
- " ('invidious', 'containing or implying a slight or showing prejudice')]},\n",
+ " 'being biased or having a belief or attitude formed beforehand')]},\n",
" {'answer': 'discursive',\n",
" 'hint': 'synonyms for discursive',\n",
- " 'clues': [('excursive',\n",
- " '(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects'),\n",
- " ('dianoetic',\n",
+ " 'clues': [('dianoetic',\n",
" 'proceeding to a conclusion by reason or argument rather than intuition'),\n",
" ('digressive',\n",
" '(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects'),\n",
" ('rambling',\n",
+ " '(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects'),\n",
+ " ('excursive',\n",
" '(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects')]},\n",
" {'answer': 'disdainful',\n",
" 'hint': 'synonyms for disdainful',\n",
- " 'clues': [('insulting', 'expressing extreme contempt'),\n",
- " ('contemptuous', 'expressing extreme contempt'),\n",
- " ('scornful', 'expressing extreme contempt'),\n",
+ " 'clues': [('contemptuous', 'expressing extreme contempt'),\n",
+ " ('haughty',\n",
+ " 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
" ('lordly',\n",
" 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
- " ('sniffy',\n",
+ " ('insulting', 'expressing extreme contempt'),\n",
+ " ('prideful',\n",
" 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
- " ('supercilious',\n",
+ " ('swaggering',\n",
" 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
- " ('haughty',\n",
+ " ('sniffy',\n",
" 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
- " ('swaggering',\n",
+ " ('supercilious',\n",
" 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
" ('imperious',\n",
" 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
- " ('prideful',\n",
- " 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
" ('overbearing',\n",
- " 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer')]},\n",
+ " 'having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer'),\n",
+ " ('scornful', 'expressing extreme contempt')]},\n",
" {'answer': 'disgraceful',\n",
" 'hint': 'synonyms for disgraceful',\n",
" 'clues': [('shocking',\n",
" 'giving offense to moral sensibilities and injurious to reputation; ; - Thackeray'),\n",
- " ('black',\n",
- " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
- " ('scandalous',\n",
- " 'giving offense to moral sensibilities and injurious to reputation; ; - Thackeray'),\n",
" ('ignominious',\n",
" '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
" ('shameful',\n",
- " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
- " ('opprobrious',\n",
+ " 'giving offense to moral sensibilities and injurious to reputation; ; - Thackeray'),\n",
+ " ('black',\n",
" '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
" ('inglorious',\n",
+ " '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson'),\n",
+ " ('scandalous',\n",
+ " 'giving offense to moral sensibilities and injurious to reputation; ; - Thackeray'),\n",
+ " ('opprobrious',\n",
" '(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson')]},\n",
" {'answer': 'disgusted',\n",
" 'hint': 'synonyms for disgusted',\n",
- " 'clues': [('sick', 'having a strong distaste from surfeit'),\n",
+ " 'clues': [('tired of', 'having a strong distaste from surfeit'),\n",
+ " ('sick', 'having a strong distaste from surfeit'),\n",
" ('fed up', 'having a strong distaste from surfeit'),\n",
- " ('tired of', 'having a strong distaste from surfeit'),\n",
" ('sick of', 'having a strong distaste from surfeit')]},\n",
" {'answer': 'disgustful',\n",
" 'hint': 'synonyms for disgustful',\n",
" 'clues': [('foul', 'highly offensive; arousing aversion or disgust'),\n",
- " ('repellant', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('distasteful', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('loathly', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('revolting', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('wicked', 'highly offensive; arousing aversion or disgust'),\n",
" ('disgusting', 'highly offensive; arousing aversion or disgust'),\n",
" ('skanky', 'highly offensive; arousing aversion or disgust'),\n",
- " ('repelling', 'highly offensive; arousing aversion or disgust'),\n",
- " ('wicked', 'highly offensive; arousing aversion or disgust'),\n",
- " ('distasteful', 'highly offensive; arousing aversion or disgust'),\n",
- " ('loathsome', 'highly offensive; arousing aversion or disgust'),\n",
" ('yucky', 'highly offensive; arousing aversion or disgust'),\n",
- " ('revolting', 'highly offensive; arousing aversion or disgust'),\n",
- " ('loathly', 'highly offensive; arousing aversion or disgust')]},\n",
+ " ('repellant', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('repelling', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('loathsome', 'highly offensive; arousing aversion or disgust')]},\n",
" {'answer': 'disgusting',\n",
" 'hint': 'synonyms for disgusting',\n",
" 'clues': [('foul', 'highly offensive; arousing aversion or disgust'),\n",
- " ('repellant', 'highly offensive; arousing aversion or disgust'),\n",
- " ('disgustful', 'highly offensive; arousing aversion or disgust'),\n",
- " ('skanky', 'highly offensive; arousing aversion or disgust'),\n",
- " ('repelling', 'highly offensive; arousing aversion or disgust'),\n",
- " ('wicked', 'highly offensive; arousing aversion or disgust'),\n",
" ('distasteful', 'highly offensive; arousing aversion or disgust'),\n",
- " ('loathsome', 'highly offensive; arousing aversion or disgust'),\n",
- " ('yucky', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('loathly', 'highly offensive; arousing aversion or disgust'),\n",
" ('revolting', 'highly offensive; arousing aversion or disgust'),\n",
- " ('loathly', 'highly offensive; arousing aversion or disgust')]},\n",
+ " ('wicked', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('skanky', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('yucky', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('disgustful', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('repellant', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('repelling', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('loathsome', 'highly offensive; arousing aversion or disgust')]},\n",
" {'answer': 'disheveled',\n",
" 'hint': 'synonyms for disheveled',\n",
- " 'clues': [('tousled',\n",
+ " 'clues': [('rumpled',\n",
" 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
- " ('rumpled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
+ " ('tousled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
" ('dishevelled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
" ('frowzled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers')]},\n",
" {'answer': 'dishevelled',\n",
" 'hint': 'synonyms for dishevelled',\n",
- " 'clues': [('tousled',\n",
+ " 'clues': [('rumpled',\n",
" 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
- " ('rumpled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
" ('disheveled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
+ " ('tousled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers'),\n",
" ('frowzled', 'in disarray; extremely disorderly; ; ; ; ; - Al Spiers')]},\n",
" {'answer': 'dishonest',\n",
" 'hint': 'synonyms for dishonest',\n",
- " 'clues': [('purchasable', 'capable of being corrupted'),\n",
- " ('corruptible', 'capable of being corrupted'),\n",
- " ('venal', 'capable of being corrupted'),\n",
- " ('bribable', 'capable of being corrupted'),\n",
+ " 'clues': [('bribable', 'capable of being corrupted'),\n",
+ " ('purchasable', 'capable of being corrupted'),\n",
" ('dishonorable',\n",
- " 'deceptive or fraudulent; disposed to cheat or defraud or deceive')]},\n",
+ " 'deceptive or fraudulent; disposed to cheat or defraud or deceive'),\n",
+ " ('venal', 'capable of being corrupted'),\n",
+ " ('corruptible', 'capable of being corrupted')]},\n",
" {'answer': 'disjointed',\n",
" 'hint': 'synonyms for disjointed',\n",
- " 'clues': [('unconnected', 'lacking orderly continuity'),\n",
- " ('disordered', 'lacking orderly continuity'),\n",
- " ('illogical', 'lacking orderly continuity'),\n",
- " ('separated', 'separated at the joint'),\n",
+ " 'clues': [('confused', 'lacking orderly continuity'),\n",
" ('disconnected', 'lacking orderly continuity'),\n",
- " ('scattered', 'lacking orderly continuity'),\n",
+ " ('illogical', 'lacking orderly continuity'),\n",
+ " ('unconnected', 'lacking orderly continuity'),\n",
" ('garbled', 'lacking orderly continuity'),\n",
- " ('dislocated', 'separated at the joint'),\n",
- " ('confused', 'lacking orderly continuity')]},\n",
+ " ('scattered', 'lacking orderly continuity'),\n",
+ " ('separated', 'separated at the joint'),\n",
+ " ('disordered', 'lacking orderly continuity'),\n",
+ " ('dislocated', 'separated at the joint')]},\n",
" {'answer': 'dismal',\n",
" 'hint': 'synonyms for dismal',\n",
- " 'clues': [('drab', 'causing dejection'),\n",
+ " 'clues': [('disconsolate', 'causing dejection'),\n",
" ('gloomy', 'causing dejection'),\n",
- " ('blue', 'causing dejection'),\n",
+ " ('dreary', 'causing dejection'),\n",
" ('grim', 'causing dejection'),\n",
" ('sorry', 'causing dejection'),\n",
- " ('dreary', 'causing dejection'),\n",
- " ('disconsolate', 'causing dejection'),\n",
" ('dingy', 'causing dejection'),\n",
- " ('dark', 'causing dejection')]},\n",
+ " ('dark', 'causing dejection'),\n",
+ " ('blue', 'causing dejection'),\n",
+ " ('drab', 'causing dejection')]},\n",
" {'answer': 'dismissed',\n",
" 'hint': 'synonyms for dismissed',\n",
" 'clues': [('fired', 'having lost your job'),\n",
- " ('pink-slipped', 'having lost your job'),\n",
" ('discharged', 'having lost your job'),\n",
+ " ('pink-slipped', 'having lost your job'),\n",
" ('laid-off', 'having lost your job')]},\n",
" {'answer': 'disordered',\n",
" 'hint': 'synonyms for disordered',\n",
" 'clues': [('confused', 'lacking orderly continuity'),\n",
- " ('unconnected', 'lacking orderly continuity'),\n",
" ('upset', 'thrown into a state of disarray or confusion'),\n",
- " ('illogical', 'lacking orderly continuity'),\n",
- " ('unordered', 'not arranged in order'),\n",
" ('disconnected', 'lacking orderly continuity'),\n",
- " ('scattered', 'lacking orderly continuity'),\n",
- " ('garbled', 'lacking orderly continuity'),\n",
+ " ('illogical', 'lacking orderly continuity'),\n",
+ " ('unconnected', 'lacking orderly continuity'),\n",
" ('disjointed', 'lacking orderly continuity'),\n",
- " ('broken', 'thrown into a state of disarray or confusion')]},\n",
+ " ('garbled', 'lacking orderly continuity'),\n",
+ " ('unordered', 'not arranged in order'),\n",
+ " ('broken', 'thrown into a state of disarray or confusion'),\n",
+ " ('scattered', 'lacking orderly continuity')]},\n",
" {'answer': 'disorderly',\n",
" 'hint': 'synonyms for disorderly',\n",
- " 'clues': [('topsy-turvy', 'in utter disorder'),\n",
- " ('hugger-mugger', 'in utter disorder'),\n",
+ " 'clues': [('chaotic',\n",
+ " 'completely unordered and unpredictable and confusing'),\n",
" ('jumbled', 'in utter disorder'),\n",
" ('higgledy-piggledy', 'in utter disorder'),\n",
- " ('chaotic', 'completely unordered and unpredictable and confusing')]},\n",
+ " ('topsy-turvy', 'in utter disorder'),\n",
+ " ('hugger-mugger', 'in utter disorder')]},\n",
" {'answer': 'disoriented',\n",
" 'hint': 'synonyms for disoriented',\n",
" 'clues': [('lost',\n",
" 'having lost your bearings; confused as to time or place or personal identity'),\n",
- " ('anomic', 'socially disoriented'),\n",
" ('confused',\n",
" 'having lost your bearings; confused as to time or place or personal identity'),\n",
+ " ('anomic', 'socially disoriented'),\n",
" ('alienated', 'socially disoriented')]},\n",
" {'answer': 'dispirited',\n",
" 'hint': 'synonyms for dispirited',\n",
- " 'clues': [('low-spirited', 'filled with melancholy and despondency'),\n",
- " ('listless', 'marked by low spirits; showing no enthusiasm'),\n",
+ " 'clues': [('low', 'filled with melancholy and despondency'),\n",
" ('downhearted', 'filled with melancholy and despondency'),\n",
+ " ('low-spirited', 'filled with melancholy and despondency'),\n",
+ " ('gloomy', 'filled with melancholy and despondency'),\n",
+ " ('grim', 'filled with melancholy and despondency'),\n",
+ " ('down', 'filled with melancholy and despondency'),\n",
+ " ('listless', 'marked by low spirits; showing no enthusiasm'),\n",
" ('down in the mouth', 'filled with melancholy and despondency'),\n",
" ('depressed', 'filled with melancholy and despondency'),\n",
" ('downcast', 'filled with melancholy and despondency'),\n",
- " ('blue', 'filled with melancholy and despondency'),\n",
- " ('low', 'filled with melancholy and despondency'),\n",
- " ('gloomy', 'filled with melancholy and despondency'),\n",
- " ('grim', 'filled with melancholy and despondency'),\n",
- " ('down', 'filled with melancholy and despondency')]},\n",
+ " ('blue', 'filled with melancholy and despondency')]},\n",
" {'answer': 'disposed',\n",
" 'hint': 'synonyms for disposed',\n",
- " 'clues': [('apt', \"(usually followed by `to') naturally disposed toward\"),\n",
- " ('given', \"(usually followed by `to') naturally disposed toward\"),\n",
- " ('fain', 'having made preparations'),\n",
+ " 'clues': [('fain', 'having made preparations'),\n",
+ " ('inclined', 'having made preparations'),\n",
" ('minded', \"(usually followed by `to') naturally disposed toward\"),\n",
" ('tending', \"(usually followed by `to') naturally disposed toward\"),\n",
- " ('inclined', 'having made preparations'),\n",
- " ('prepared', 'having made preparations')]},\n",
+ " ('prepared', 'having made preparations'),\n",
+ " ('apt', \"(usually followed by `to') naturally disposed toward\"),\n",
+ " ('given', \"(usually followed by `to') naturally disposed toward\")]},\n",
" {'answer': 'disputatious',\n",
" 'hint': 'synonyms for disputatious',\n",
- " 'clues': [('combative',\n",
- " 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('disputative',\n",
+ " 'clues': [('disputative',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('contentious',\n",
+ " ('combative',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
" ('litigious',\n",
+ " 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
+ " ('contentious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits')]},\n",
" {'answer': 'disputative',\n",
" 'hint': 'synonyms for disputative',\n",
- " 'clues': [('combative',\n",
+ " 'clues': [('disputatious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('contentious',\n",
+ " ('combative',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
" ('litigious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits'),\n",
- " ('disputatious',\n",
+ " ('contentious',\n",
" 'inclined or showing an inclination to dispute or disagree, even to engage in law suits')]},\n",
" {'answer': 'disquieted',\n",
" 'hint': 'synonyms for disquieted',\n",
- " 'clues': [('distressed',\n",
+ " 'clues': [('upset',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
" ('disturbed',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
- " ('worried',\n",
+ " ('distressed',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
- " ('upset',\n",
+ " ('worried',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief')]},\n",
" {'answer': 'disruptive',\n",
" 'hint': 'synonyms for disruptive',\n",
- " 'clues': [('riotous',\n",
+ " 'clues': [('troubled',\n",
" 'characterized by unrest or disorder or insubordination'),\n",
- " ('tumultuous', 'characterized by unrest or disorder or insubordination'),\n",
+ " ('riotous', 'characterized by unrest or disorder or insubordination'),\n",
" ('turbulent', 'characterized by unrest or disorder or insubordination'),\n",
- " ('troubled', 'characterized by unrest or disorder or insubordination')]},\n",
+ " ('tumultuous',\n",
+ " 'characterized by unrest or disorder or insubordination')]},\n",
" {'answer': 'dissipated',\n",
" 'hint': 'synonyms for dissipated',\n",
- " 'clues': [('betting',\n",
+ " 'clues': [('card-playing',\n",
" 'preoccupied with the pursuit of pleasure and especially games of chance'),\n",
- " ('libertine', 'unrestrained by convention or morality'),\n",
+ " ('riotous', 'unrestrained by convention or morality'),\n",
" ('sporting',\n",
" 'preoccupied with the pursuit of pleasure and especially games of chance'),\n",
- " ('riotous', 'unrestrained by convention or morality'),\n",
- " ('dissolute', 'unrestrained by convention or morality'),\n",
" ('degenerate', 'unrestrained by convention or morality'),\n",
- " ('degraded', 'unrestrained by convention or morality'),\n",
- " ('profligate', 'unrestrained by convention or morality'),\n",
- " ('card-playing',\n",
- " 'preoccupied with the pursuit of pleasure and especially games of chance'),\n",
" ('fast', 'unrestrained by convention or morality'),\n",
- " ('debauched', 'unrestrained by convention or morality')]},\n",
+ " ('debauched', 'unrestrained by convention or morality'),\n",
+ " ('libertine', 'unrestrained by convention or morality'),\n",
+ " ('dissolute', 'unrestrained by convention or morality'),\n",
+ " ('betting',\n",
+ " 'preoccupied with the pursuit of pleasure and especially games of chance'),\n",
+ " ('degraded', 'unrestrained by convention or morality'),\n",
+ " ('profligate', 'unrestrained by convention or morality')]},\n",
" {'answer': 'dissolute',\n",
" 'hint': 'synonyms for dissolute',\n",
- " 'clues': [('libertine', 'unrestrained by convention or morality'),\n",
- " ('riotous', 'unrestrained by convention or morality'),\n",
+ " 'clues': [('riotous', 'unrestrained by convention or morality'),\n",
" ('degenerate', 'unrestrained by convention or morality'),\n",
- " ('degraded', 'unrestrained by convention or morality'),\n",
- " ('profligate', 'unrestrained by convention or morality'),\n",
" ('dissipated', 'unrestrained by convention or morality'),\n",
" ('fast', 'unrestrained by convention or morality'),\n",
- " ('debauched', 'unrestrained by convention or morality')]},\n",
+ " ('debauched', 'unrestrained by convention or morality'),\n",
+ " ('libertine', 'unrestrained by convention or morality'),\n",
+ " ('degraded', 'unrestrained by convention or morality'),\n",
+ " ('profligate', 'unrestrained by convention or morality')]},\n",
" {'answer': 'dissonant',\n",
" 'hint': 'synonyms for dissonant',\n",
- " 'clues': [('inharmonic', 'lacking in harmony'),\n",
- " ('discordant', 'lacking in harmony'),\n",
- " ('discrepant', 'not in accord'),\n",
+ " 'clues': [('discordant', 'lacking in harmony'),\n",
+ " ('inharmonic', 'lacking in harmony'),\n",
" ('disharmonious', 'lacking in harmony'),\n",
" ('at variance', 'not in accord'),\n",
" ('unresolved',\n",
- " 'characterized by musical dissonance; harmonically unresolved')]},\n",
+ " 'characterized by musical dissonance; harmonically unresolved'),\n",
+ " ('discrepant', 'not in accord')]},\n",
" {'answer': 'distant',\n",
" 'hint': 'synonyms for distant',\n",
- " 'clues': [('removed', 'separate or apart in time'),\n",
- " ('remote', 'far apart in relevance or relationship or kinship'),\n",
- " ('aloof', 'remote in manner'),\n",
- " ('upstage', 'remote in manner')]},\n",
+ " 'clues': [('remote', 'separate or apart in time'),\n",
+ " ('removed', 'separate or apart in time'),\n",
+ " ('upstage', 'remote in manner'),\n",
+ " ('aloof', 'remote in manner')]},\n",
" {'answer': 'distasteful',\n",
" 'hint': 'synonyms for distasteful',\n",
" 'clues': [('foul', 'highly offensive; arousing aversion or disgust'),\n",
- " ('repellant', 'highly offensive; arousing aversion or disgust'),\n",
- " ('disgustful', 'highly offensive; arousing aversion or disgust'),\n",
" ('unsavory', 'not pleasing in odor or taste'),\n",
+ " ('loathly', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('revolting', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('wicked', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('repellent', 'highly offensive; arousing aversion or disgust'),\n",
" ('disgusting', 'highly offensive; arousing aversion or disgust'),\n",
" ('skanky', 'highly offensive; arousing aversion or disgust'),\n",
+ " ('disgustful', 'highly offensive; arousing aversion or disgust'),\n",
" ('repelling', 'highly offensive; arousing aversion or disgust'),\n",
- " ('wicked', 'highly offensive; arousing aversion or disgust'),\n",
" ('loathsome', 'highly offensive; arousing aversion or disgust'),\n",
- " ('yucky', 'highly offensive; arousing aversion or disgust'),\n",
- " ('revolting', 'highly offensive; arousing aversion or disgust'),\n",
- " ('loathly', 'highly offensive; arousing aversion or disgust')]},\n",
+ " ('yucky', 'highly offensive; arousing aversion or disgust')]},\n",
" {'answer': 'distinct',\n",
" 'hint': 'synonyms for distinct',\n",
- " 'clues': [('trenchant', 'clearly or sharply defined to the mind'),\n",
+ " 'clues': [('clear-cut', 'clearly or sharply defined to the mind'),\n",
+ " ('trenchant', 'clearly or sharply defined to the mind'),\n",
+ " ('discrete', 'constituting a separate entity or part'),\n",
" ('distinguishable',\n",
" \"(often followed by `from') not alike; different in nature or quality\"),\n",
- " ('discrete', 'constituting a separate entity or part'),\n",
- " ('clear-cut', 'clearly or sharply defined to the mind'),\n",
" ('decided', 'recognizable; marked')]},\n",
" {'answer': 'distorted',\n",
" 'hint': 'synonyms for distorted',\n",
- " 'clues': [('misshapen', 'so badly formed or out of shape as to be ugly'),\n",
+ " 'clues': [('malformed', 'so badly formed or out of shape as to be ugly'),\n",
" ('perverted', 'having an intended meaning altered or misrepresented'),\n",
- " ('deformed', 'so badly formed or out of shape as to be ugly'),\n",
" ('misrepresented',\n",
" 'having an intended meaning altered or misrepresented'),\n",
+ " ('deformed', 'so badly formed or out of shape as to be ugly'),\n",
+ " ('misshapen', 'so badly formed or out of shape as to be ugly'),\n",
" ('twisted', 'having an intended meaning altered or misrepresented'),\n",
- " ('ill-shapen', 'so badly formed or out of shape as to be ugly'),\n",
- " ('malformed', 'so badly formed or out of shape as to be ugly')]},\n",
+ " ('ill-shapen', 'so badly formed or out of shape as to be ugly')]},\n",
" {'answer': 'distressed',\n",
" 'hint': 'synonyms for distressed',\n",
- " 'clues': [('dysphoric', 'generalized feeling of distress'),\n",
- " ('worried',\n",
- " 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
- " ('upset',\n",
- " 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
+ " 'clues': [('hard-pressed',\n",
+ " 'facing or experiencing financial trouble or difficulty'),\n",
+ " ('stressed', 'suffering severe physical strain or distress'),\n",
" ('unhappy', 'generalized feeling of distress'),\n",
+ " ('hard put', 'facing or experiencing financial trouble or difficulty'),\n",
" ('in a bad way',\n",
" 'facing or experiencing financial trouble or difficulty'),\n",
+ " ('disquieted',\n",
+ " 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
" ('disturbed',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
- " ('disquieted',\n",
+ " ('worried',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
- " ('hard-pressed',\n",
- " 'facing or experiencing financial trouble or difficulty'),\n",
- " ('hard put', 'facing or experiencing financial trouble or difficulty'),\n",
- " ('stressed', 'suffering severe physical strain or distress')]},\n",
+ " ('upset',\n",
+ " 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
+ " ('dysphoric', 'generalized feeling of distress')]},\n",
" {'answer': 'distressful',\n",
" 'hint': 'synonyms for distressful',\n",
- " 'clues': [('perturbing', 'causing distress or worry or anxiety'),\n",
+ " 'clues': [('worrisome', 'causing distress or worry or anxiety'),\n",
" ('distressing', 'causing distress or worry or anxiety'),\n",
- " ('worrisome', 'causing distress or worry or anxiety'),\n",
" ('troubling', 'causing distress or worry or anxiety'),\n",
" ('disturbing', 'causing distress or worry or anxiety'),\n",
- " ('worrying', 'causing distress or worry or anxiety')]},\n",
+ " ('worrying', 'causing distress or worry or anxiety'),\n",
+ " ('perturbing', 'causing distress or worry or anxiety')]},\n",
" {'answer': 'distressing',\n",
" 'hint': 'synonyms for distressing',\n",
- " 'clues': [('deplorable', 'bad; unfortunate'),\n",
- " ('sad', 'bad; unfortunate'),\n",
- " ('lamentable', 'bad; unfortunate'),\n",
- " ('troubling', 'causing distress or worry or anxiety'),\n",
+ " 'clues': [('sad', 'bad; unfortunate'),\n",
" ('disturbing', 'causing distress or worry or anxiety'),\n",
- " ('distressful', 'causing distress or worry or anxiety'),\n",
" ('pitiful', 'bad; unfortunate'),\n",
" ('perturbing', 'causing distress or worry or anxiety'),\n",
+ " ('deplorable', 'bad; unfortunate'),\n",
+ " ('distressful', 'causing distress or worry or anxiety'),\n",
" ('sorry', 'bad; unfortunate'),\n",
" ('worrisome', 'causing distress or worry or anxiety'),\n",
+ " ('lamentable', 'bad; unfortunate'),\n",
+ " ('troubling', 'causing distress or worry or anxiety'),\n",
" ('worrying', 'causing distress or worry or anxiety')]},\n",
" {'answer': 'disturbed',\n",
" 'hint': 'synonyms for disturbed',\n",
- " 'clues': [('unhinged', 'affected with madness or insanity'),\n",
- " ('brainsick', 'affected with madness or insanity'),\n",
- " ('worried',\n",
- " 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
- " ('mad', 'affected with madness or insanity'),\n",
- " ('unbalanced', 'affected with madness or insanity'),\n",
+ " 'clues': [('unbalanced', 'affected with madness or insanity'),\n",
+ " ('sick', 'affected with madness or insanity'),\n",
" ('maladjusted',\n",
" 'emotionally unstable and having difficulty coping with personal relationships'),\n",
" ('crazy', 'affected with madness or insanity'),\n",
+ " ('unhinged', 'affected with madness or insanity'),\n",
+ " ('brainsick', 'affected with madness or insanity'),\n",
" ('disquieted',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
" ('demented', 'affected with madness or insanity'),\n",
- " ('distressed',\n",
+ " ('worried',\n",
" 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
- " ('sick', 'affected with madness or insanity'),\n",
" ('upset',\n",
- " 'afflicted with or marked by anxious uneasiness or trouble or grief')]},\n",
+ " 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
+ " ('distressed',\n",
+ " 'afflicted with or marked by anxious uneasiness or trouble or grief'),\n",
+ " ('mad', 'affected with madness or insanity')]},\n",
" {'answer': 'disturbing',\n",
" 'hint': 'synonyms for disturbing',\n",
" 'clues': [('distressful', 'causing distress or worry or anxiety'),\n",
- " ('perturbing', 'causing distress or worry or anxiety'),\n",
- " ('distressing', 'causing distress or worry or anxiety'),\n",
" ('worrisome', 'causing distress or worry or anxiety'),\n",
+ " ('distressing', 'causing distress or worry or anxiety'),\n",
" ('troubling', 'causing distress or worry or anxiety'),\n",
- " ('worrying', 'causing distress or worry or anxiety')]},\n",
+ " ('worrying', 'causing distress or worry or anxiety'),\n",
+ " ('perturbing', 'causing distress or worry or anxiety')]},\n",
" {'answer': 'divided',\n",
" 'hint': 'synonyms for divided',\n",
- " 'clues': [('divided up',\n",
+ " 'clues': [('shared',\n",
" 'distributed in portions (often equal) on the basis of a plan or purpose'),\n",
" ('shared out',\n",
" 'distributed in portions (often equal) on the basis of a plan or purpose'),\n",
- " ('shared',\n",
+ " ('divided up',\n",
" 'distributed in portions (often equal) on the basis of a plan or purpose'),\n",
" ('dual-lane',\n",
" 'having a median strip or island between lanes of traffic moving in opposite directions')]},\n",
@@ -44289,1522 +44334,1523 @@
" 'hint': 'synonyms for divinatory',\n",
" 'clues': [('vatic',\n",
" 'resembling or characteristic of a prophet or prophecy'),\n",
+ " ('supposed', 'based primarily on surmise rather than adequate evidence'),\n",
" ('conjectural',\n",
" 'based primarily on surmise rather than adequate evidence'),\n",
- " ('hypothetic',\n",
+ " ('mantic', 'resembling or characteristic of a prophet or prophecy'),\n",
+ " ('supposititious',\n",
" 'based primarily on surmise rather than adequate evidence'),\n",
" ('suppositional',\n",
" 'based primarily on surmise rather than adequate evidence'),\n",
- " ('sibylline', 'resembling or characteristic of a prophet or prophecy'),\n",
- " ('supposititious',\n",
- " 'based primarily on surmise rather than adequate evidence'),\n",
- " ('mantic', 'resembling or characteristic of a prophet or prophecy'),\n",
" ('vatical', 'resembling or characteristic of a prophet or prophecy'),\n",
- " ('supposed', 'based primarily on surmise rather than adequate evidence'),\n",
+ " ('hypothetical',\n",
+ " 'based primarily on surmise rather than adequate evidence'),\n",
+ " ('sibylline', 'resembling or characteristic of a prophet or prophecy'),\n",
" ('sibyllic', 'resembling or characteristic of a prophet or prophecy')]},\n",
" {'answer': 'divine',\n",
" 'hint': 'synonyms for divine',\n",
" 'clues': [('godlike',\n",
- " 'appropriate to or befitting a god; ; ; -R.H.Roveref'),\n",
+ " 'being or having the nature of a god; -J.G.Frazier; ; ; -J.G.Saxe'),\n",
+ " ('godly', 'emanating from God; ; ; -Saturday Review'),\n",
" ('elysian',\n",
" 'being of such surpassing excellence as to suggest inspiration by the gods'),\n",
" ('inspired',\n",
" 'being of such surpassing excellence as to suggest inspiration by the gods'),\n",
- " ('providential', 'resulting from divine providence'),\n",
- " ('godly', 'emanating from God; ; ; -Saturday Review')]},\n",
+ " ('providential', 'resulting from divine providence')]},\n",
" {'answer': 'dizzy',\n",
" 'hint': 'synonyms for dizzy',\n",
- " 'clues': [('woozy',\n",
- " 'having or causing a whirling sensation; liable to falling'),\n",
- " ('lightheaded', 'lacking seriousness; given to frivolity'),\n",
- " ('giddy', 'having or causing a whirling sensation; liable to falling'),\n",
- " ('airheaded', 'lacking seriousness; given to frivolity'),\n",
+ " 'clues': [('light-headed', 'lacking seriousness; given to frivolity'),\n",
" ('featherbrained', 'lacking seriousness; given to frivolity'),\n",
+ " ('airheaded', 'lacking seriousness; given to frivolity'),\n",
+ " ('giddy', 'having or causing a whirling sensation; liable to falling'),\n",
+ " ('silly', 'lacking seriousness; given to frivolity'),\n",
" ('empty-headed', 'lacking seriousness; given to frivolity'),\n",
+ " ('woozy', 'having or causing a whirling sensation; liable to falling'),\n",
" ('vertiginous',\n",
- " 'having or causing a whirling sensation; liable to falling'),\n",
- " ('silly', 'lacking seriousness; given to frivolity')]},\n",
+ " 'having or causing a whirling sensation; liable to falling')]},\n",
" {'answer': 'doable',\n",
" 'hint': 'synonyms for doable',\n",
- " 'clues': [('realizable',\n",
+ " 'clues': [('accomplishable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
- " ('achievable',\n",
+ " ('realizable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
- " ('accomplishable',\n",
+ " ('achievable',\n",
" 'capable of existing or taking place or proving true; possible to do'),\n",
" ('manageable',\n",
" 'capable of existing or taking place or proving true; possible to do')]},\n",
" {'answer': 'dodgy',\n",
" 'hint': 'synonyms for dodgy',\n",
- " 'clues': [('tricky', 'marked by skill in deception'),\n",
- " ('knavish', 'marked by skill in deception'),\n",
- " ('dicey',\n",
+ " 'clues': [('dicey',\n",
" 'of uncertain outcome; especially fraught with risk; - New Yorker'),\n",
+ " ('cunning', 'marked by skill in deception'),\n",
" ('sly', 'marked by skill in deception'),\n",
- " ('slick', 'marked by skill in deception'),\n",
- " ('wily', 'marked by skill in deception'),\n",
+ " ('tricksy', 'marked by skill in deception'),\n",
" ('chancy',\n",
" 'of uncertain outcome; especially fraught with risk; - New Yorker'),\n",
- " ('foxy', 'marked by skill in deception'),\n",
" ('chanceful',\n",
" 'of uncertain outcome; especially fraught with risk; - New Yorker'),\n",
- " ('guileful', 'marked by skill in deception'),\n",
- " ('cunning', 'marked by skill in deception'),\n",
- " ('crafty', 'marked by skill in deception')]},\n",
+ " ('crafty', 'marked by skill in deception'),\n",
+ " ('foxy', 'marked by skill in deception'),\n",
+ " ('slick', 'marked by skill in deception'),\n",
+ " ('knavish', 'marked by skill in deception'),\n",
+ " ('wily', 'marked by skill in deception'),\n",
+ " ('guileful', 'marked by skill in deception')]},\n",
" {'answer': 'dog-tired',\n",
" 'hint': 'synonyms for dog-tired',\n",
- " 'clues': [('fatigued',\n",
+ " 'clues': [('worn out',\n",
" 'drained of energy or effectiveness; extremely tired; completely exhausted'),\n",
- " ('fagged',\n",
+ " ('played out',\n",
" 'drained of energy or effectiveness; extremely tired; completely exhausted'),\n",
- " ('worn out',\n",
+ " ('washed-out',\n",
" 'drained of energy or effectiveness; extremely tired; completely exhausted'),\n",
" ('spent',\n",
" 'drained of energy or effectiveness; extremely tired; completely exhausted'),\n",
" ('exhausted',\n",
" 'drained of energy or effectiveness; extremely tired; completely exhausted'),\n",
- " ('washed-out',\n",
+ " ('fatigued',\n",
" 'drained of energy or effectiveness; extremely tired; completely exhausted'),\n",
- " ('played out',\n",
+ " ('fagged',\n",
" 'drained of energy or effectiveness; extremely tired; completely exhausted')]},\n",
" {'answer': 'dogged',\n",
" 'hint': 'synonyms for dogged',\n",
- " 'clues': [('tenacious', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
- " ('dour', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
+ " 'clues': [('persistent', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
+ " ('tenacious', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
+ " ('unyielding', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
" ('pertinacious', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
- " ('persistent', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
- " ('unyielding', 'stubbornly unyielding; ; ; ; - T.S.Eliot')]},\n",
+ " ('dour', 'stubbornly unyielding; ; ; ; - T.S.Eliot')]},\n",
" {'answer': 'doled_out',\n",
" 'hint': 'synonyms for doled out',\n",
" 'clues': [('dealt out', 'given out in portions'),\n",
- " ('parceled out', 'given out in portions'),\n",
+ " ('apportioned', 'given out in portions'),\n",
" ('meted out', 'given out in portions'),\n",
- " ('apportioned', 'given out in portions')]},\n",
+ " ('parceled out', 'given out in portions')]},\n",
" {'answer': 'dolled_up',\n",
" 'hint': 'synonyms for dolled up',\n",
- " 'clues': [('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
- " ('spruced up', 'dressed in fancy or formal clothing'),\n",
+ " 'clues': [('spiffed up', 'dressed in fancy or formal clothing'),\n",
" ('dressed-up', 'dressed in fancy or formal clothing'),\n",
+ " ('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
+ " ('spruced up', 'dressed in fancy or formal clothing'),\n",
" ('togged up', 'dressed in fancy or formal clothing'),\n",
" ('dressed', 'dressed in fancy or formal clothing'),\n",
- " ('dressed to kill', 'dressed in fancy or formal clothing'),\n",
- " ('spiffed up', 'dressed in fancy or formal clothing')]},\n",
+ " ('dressed to kill', 'dressed in fancy or formal clothing')]},\n",
" {'answer': 'dolorous',\n",
" 'hint': 'synonyms for dolorous',\n",
- " 'clues': [('dolourous', 'showing sorrow'),\n",
+ " 'clues': [('weeping', 'showing sorrow'),\n",
+ " ('dolourous', 'showing sorrow'),\n",
" ('tearful', 'showing sorrow'),\n",
- " ('lachrymose', 'showing sorrow'),\n",
- " ('weeping', 'showing sorrow')]},\n",
+ " ('lachrymose', 'showing sorrow')]},\n",
" {'answer': 'dolourous',\n",
" 'hint': 'synonyms for dolourous',\n",
- " 'clues': [('tearful', 'showing sorrow'),\n",
- " ('lachrymose', 'showing sorrow'),\n",
+ " 'clues': [('weeping', 'showing sorrow'),\n",
" ('dolorous', 'showing sorrow'),\n",
- " ('weeping', 'showing sorrow')]},\n",
+ " ('tearful', 'showing sorrow'),\n",
+ " ('lachrymose', 'showing sorrow')]},\n",
" {'answer': 'dominant',\n",
" 'hint': 'synonyms for dominant',\n",
- " 'clues': [('rife', 'most frequent or common'),\n",
- " ('prevailing', 'most frequent or common'),\n",
+ " 'clues': [('prevailing', 'most frequent or common'),\n",
" ('prevalent', 'most frequent or common'),\n",
- " ('predominant', 'most frequent or common')]},\n",
+ " ('predominant', 'most frequent or common'),\n",
+ " ('rife', 'most frequent or common')]},\n",
" {'answer': 'dominating',\n",
" 'hint': 'synonyms for dominating',\n",
- " 'clues': [('ascendant', 'most powerful or important or influential'),\n",
- " ('overlooking', 'used of a height or viewpoint'),\n",
- " ('commanding', 'used of a height or viewpoint'),\n",
- " ('bossy',\n",
- " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
- " ('autocratic',\n",
- " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
- " ('high-and-mighty',\n",
+ " 'clues': [('high-and-mighty',\n",
" 'offensively self-assured or given to exercising usually unwarranted power'),\n",
+ " ('ascendent', 'most powerful or important or influential'),\n",
+ " ('commanding', 'used of a height or viewpoint'),\n",
+ " ('overlooking', 'used of a height or viewpoint'),\n",
" ('magisterial',\n",
" 'offensively self-assured or given to exercising usually unwarranted power'),\n",
" ('peremptory',\n",
+ " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
+ " ('autocratic',\n",
+ " 'offensively self-assured or given to exercising usually unwarranted power'),\n",
+ " ('bossy',\n",
" 'offensively self-assured or given to exercising usually unwarranted power')]},\n",
" {'answer': 'done_for',\n",
" 'hint': 'synonyms for done for',\n",
- " 'clues': [('gone', 'destroyed or killed'),\n",
- " ('undone', 'doomed to extinction'),\n",
+ " 'clues': [('sunk', 'doomed to extinction'),\n",
+ " ('kaput', 'destroyed or killed'),\n",
+ " ('gone', 'destroyed or killed'),\n",
" ('ruined', 'doomed to extinction'),\n",
- " ('washed-up', 'doomed to extinction'),\n",
- " ('sunk', 'doomed to extinction'),\n",
- " ('kaput', 'destroyed or killed')]},\n",
+ " ('undone', 'doomed to extinction'),\n",
+ " ('washed-up', 'doomed to extinction')]},\n",
" {'answer': 'doomed',\n",
" 'hint': 'synonyms for doomed',\n",
- " 'clues': [('ill-omened',\n",
+ " 'clues': [('unlucky',\n",
" 'marked by or promising bad fortune; ; ; ; - W.H.Prescott'),\n",
- " ('unsaved', 'in danger of the eternal punishment of Hell'),\n",
- " ('fated', \"(usually followed by `to') determined by tragic fate\"),\n",
- " ('unredeemed', 'in danger of the eternal punishment of Hell'),\n",
- " ('cursed', 'in danger of the eternal punishment of Hell'),\n",
- " ('unlucky', 'marked by or promising bad fortune; ; ; ; - W.H.Prescott'),\n",
- " ('ill-fated', 'marked by or promising bad fortune; ; ; ; - W.H.Prescott'),\n",
" ('damned', 'in danger of the eternal punishment of Hell'),\n",
+ " ('ill-fated', 'marked by or promising bad fortune; ; ; ; - W.H.Prescott'),\n",
+ " ('ill-omened',\n",
+ " 'marked by or promising bad fortune; ; ; ; - W.H.Prescott'),\n",
+ " ('unredeemed', 'in danger of the eternal punishment of Hell'),\n",
+ " ('unsaved', 'in danger of the eternal punishment of Hell'),\n",
" ('ill-starred',\n",
- " 'marked by or promising bad fortune; ; ; ; - W.H.Prescott')]},\n",
+ " 'marked by or promising bad fortune; ; ; ; - W.H.Prescott'),\n",
+ " ('fated', \"(usually followed by `to') determined by tragic fate\"),\n",
+ " ('cursed', 'in danger of the eternal punishment of Hell')]},\n",
" {'answer': 'dopey',\n",
" 'hint': 'synonyms for dopey',\n",
" 'clues': [('goosy', 'having or revealing stupidity'),\n",
- " ('foolish', 'having or revealing stupidity'),\n",
- " ('anserine', 'having or revealing stupidity'),\n",
" ('dopy', 'having or revealing stupidity'),\n",
- " ('gooselike', 'having or revealing stupidity'),\n",
- " ('jerky', 'having or revealing stupidity')]},\n",
+ " ('jerky', 'having or revealing stupidity'),\n",
+ " ('anserine', 'having or revealing stupidity'),\n",
+ " ('foolish', 'having or revealing stupidity'),\n",
+ " ('gooselike', 'having or revealing stupidity')]},\n",
" {'answer': 'dopy',\n",
" 'hint': 'synonyms for dopy',\n",
" 'clues': [('goosy', 'having or revealing stupidity'),\n",
- " ('foolish', 'having or revealing stupidity'),\n",
- " ('anserine', 'having or revealing stupidity'),\n",
" ('dopey', 'having or revealing stupidity'),\n",
- " ('gooselike', 'having or revealing stupidity'),\n",
- " ('jerky', 'having or revealing stupidity')]},\n",
+ " ('jerky', 'having or revealing stupidity'),\n",
+ " ('anserine', 'having or revealing stupidity'),\n",
+ " ('foolish', 'having or revealing stupidity'),\n",
+ " ('gooselike', 'having or revealing stupidity')]},\n",
" {'answer': 'dormant',\n",
" 'hint': 'synonyms for dormant',\n",
- " 'clues': [('inactive', '(of e.g. volcanos) not erupting and not extinct'),\n",
- " ('abeyant', 'inactive but capable of becoming active'),\n",
+ " 'clues': [('abeyant', 'inactive but capable of becoming active'),\n",
" ('sleeping', 'lying with head on paws as if sleeping'),\n",
" ('torpid', 'in a condition of biological rest or suspended animation'),\n",
" ('hibernating',\n",
- " 'in a condition of biological rest or suspended animation')]},\n",
+ " 'in a condition of biological rest or suspended animation'),\n",
+ " ('inactive', '(of e.g. volcanos) not erupting and not extinct')]},\n",
" {'answer': 'dotted',\n",
" 'hint': 'synonyms for dotted',\n",
- " 'clues': [('dashed', 'having gaps or spaces'),\n",
- " ('specked', 'having a pattern of dots'),\n",
- " ('flecked', 'having a pattern of dots'),\n",
+ " 'clues': [('flecked', 'having a pattern of dots'),\n",
+ " ('dashed', 'having gaps or spaces'),\n",
+ " ('speckled', 'having a pattern of dots'),\n",
" ('stippled', 'having a pattern of dots')]},\n",
" {'answer': 'dotty',\n",
" 'hint': 'synonyms for dotty',\n",
- " 'clues': [('wild', 'intensely enthusiastic about or preoccupied with'),\n",
- " ('crackers', 'informal or slang terms for mentally irregular'),\n",
- " ('nuts', 'informal or slang terms for mentally irregular'),\n",
- " ('loony', 'informal or slang terms for mentally irregular'),\n",
- " ('crazy', 'intensely enthusiastic about or preoccupied with'),\n",
- " ('batty', 'informal or slang terms for mentally irregular'),\n",
- " ('cracked', 'informal or slang terms for mentally irregular'),\n",
- " ('balmy', 'informal or slang terms for mentally irregular'),\n",
- " ('bats', 'informal or slang terms for mentally irregular'),\n",
- " ('barmy', 'informal or slang terms for mentally irregular'),\n",
- " ('wacky', 'informal or slang terms for mentally irregular'),\n",
- " ('gaga', 'intensely enthusiastic about or preoccupied with'),\n",
- " ('daft', 'informal or slang terms for mentally irregular'),\n",
+ " 'clues': [('round the bend',\n",
+ " 'informal or slang terms for mentally irregular'),\n",
" ('loco', 'informal or slang terms for mentally irregular'),\n",
+ " ('balmy', 'informal or slang terms for mentally irregular'),\n",
" ('bonkers', 'informal or slang terms for mentally irregular'),\n",
- " ('nutty', 'informal or slang terms for mentally irregular'),\n",
- " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('loony', 'informal or slang terms for mentally irregular'),\n",
+ " ('barmy', 'informal or slang terms for mentally irregular'),\n",
" ('buggy', 'informal or slang terms for mentally irregular'),\n",
+ " ('nutty', 'informal or slang terms for mentally irregular'),\n",
" ('kookie', 'informal or slang terms for mentally irregular'),\n",
+ " ('gaga', 'intensely enthusiastic about or preoccupied with'),\n",
+ " ('daft', 'informal or slang terms for mentally irregular'),\n",
" ('fruity', 'informal or slang terms for mentally irregular'),\n",
- " ('round the bend', 'informal or slang terms for mentally irregular'),\n",
+ " ('haywire', 'informal or slang terms for mentally irregular'),\n",
+ " ('bats', 'informal or slang terms for mentally irregular'),\n",
+ " ('nuts', 'informal or slang terms for mentally irregular'),\n",
+ " ('crackers', 'informal or slang terms for mentally irregular'),\n",
" ('kooky', 'informal or slang terms for mentally irregular'),\n",
- " ('loopy', 'informal or slang terms for mentally irregular')]},\n",
+ " ('crazy', 'intensely enthusiastic about or preoccupied with'),\n",
+ " ('wild', 'intensely enthusiastic about or preoccupied with'),\n",
+ " ('loopy', 'informal or slang terms for mentally irregular'),\n",
+ " ('batty', 'informal or slang terms for mentally irregular'),\n",
+ " ('whacky', 'informal or slang terms for mentally irregular'),\n",
+ " ('cracked', 'informal or slang terms for mentally irregular')]},\n",
" {'answer': 'double',\n",
" 'hint': 'synonyms for double',\n",
- " 'clues': [('doubled', 'twice as great or many'),\n",
- " ('threefold',\n",
+ " 'clues': [('duple',\n",
+ " 'consisting of or involving two parts or components usually in pairs'),\n",
+ " ('two-fold',\n",
" 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
- " ('twofold',\n",
+ " ('threefold',\n",
" 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
- " ('bivalent',\n",
- " 'used of homologous chromosomes associated in pairs in synapsis'),\n",
" ('dual',\n",
" 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
+ " ('forked', 'having two meanings with intent to deceive'),\n",
" ('treble',\n",
" 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
- " ('duple',\n",
- " 'consisting of or involving two parts or components usually in pairs'),\n",
- " ('forked', 'having two meanings with intent to deceive')]},\n",
+ " ('doubled', 'twice as great or many'),\n",
+ " ('bivalent',\n",
+ " 'used of homologous chromosomes associated in pairs in synapsis')]},\n",
" {'answer': 'double-dealing',\n",
" 'hint': 'synonyms for double-dealing',\n",
- " 'clues': [('ambidextrous',\n",
+ " 'clues': [('double-tongued',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-tongued',\n",
- " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('deceitful',\n",
+ " ('ambidextrous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('double-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
+ " ('deceitful',\n",
+ " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('duplicitous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('two-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray')]},\n",
" {'answer': 'double-dyed',\n",
" 'hint': 'synonyms for double-dyed',\n",
- " 'clues': [('sodding',\n",
+ " 'clues': [('pure',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('pure',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('stark',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('utter',\n",
+ " ('unadulterated',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('consummate',\n",
+ " ('arrant',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('complete',\n",
+ " ('thoroughgoing',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('perfect',\n",
+ " ('utter',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('everlasting',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('staring',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('thoroughgoing',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('arrant',\n",
+ " ('stark',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('gross',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('unadulterated',\n",
+ " ('consummate',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('sodding',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('complete',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('perfect',\n",
" 'without qualification; used informally as (often pejorative) intensifiers')]},\n",
" {'answer': 'double-faced',\n",
" 'hint': 'synonyms for double-faced',\n",
- " 'clues': [('two-faced',\n",
+ " 'clues': [('double-tongued',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('ambidextrous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-tongued',\n",
+ " ('double-dealing',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('deceitful',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('duplicitous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-dealing',\n",
+ " ('two-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray')]},\n",
" {'answer': 'double-tongued',\n",
" 'hint': 'synonyms for double-tongued',\n",
- " 'clues': [('two-faced',\n",
- " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('ambidextrous',\n",
+ " 'clues': [('ambidextrous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('deceitful',\n",
+ " ('double-dealing',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('double-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
+ " ('deceitful',\n",
+ " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('duplicitous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-dealing',\n",
+ " ('two-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray')]},\n",
" {'answer': 'doubtful',\n",
" 'hint': 'synonyms for doubtful',\n",
- " 'clues': [('tentative', 'unsettled in mind or opinion'),\n",
- " ('dubious', 'open to doubt or suspicion; ; ; ; - Karen Horney'),\n",
- " ('in question', 'open to doubt or suspicion; ; ; ; - Karen Horney'),\n",
- " ('dubitable', 'open to doubt or suspicion; ; ; ; - Karen Horney')]},\n",
+ " 'clues': [('dubious', 'open to doubt or suspicion; ; ; ; - Karen Horney'),\n",
+ " ('dubitable', 'open to doubt or suspicion; ; ; ; - Karen Horney'),\n",
+ " ('tentative', 'unsettled in mind or opinion'),\n",
+ " ('in question', 'open to doubt or suspicion; ; ; ; - Karen Horney')]},\n",
" {'answer': 'doughnut-shaped',\n",
" 'hint': 'synonyms for doughnut-shaped',\n",
- " 'clues': [('annulated', 'shaped like a ring'),\n",
+ " 'clues': [('annulate', 'shaped like a ring'),\n",
" ('ring-shaped', 'shaped like a ring'),\n",
+ " ('ringed', 'shaped like a ring'),\n",
" ('annular', 'shaped like a ring'),\n",
- " ('circinate', 'shaped like a ring'),\n",
- " ('ringed', 'shaped like a ring')]},\n",
+ " ('circinate', 'shaped like a ring')]},\n",
" {'answer': 'dour',\n",
" 'hint': 'synonyms for dour',\n",
" 'clues': [('persistent', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
- " ('unyielding', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
- " ('forbidding',\n",
- " 'harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie'),\n",
- " ('tenacious', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
- " ('moody', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('morose', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('dogged', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
" ('grim',\n",
" 'harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie'),\n",
- " ('sour', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('pertinacious', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
- " ('dogged', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
+ " ('morose', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('tenacious', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
+ " ('dark', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
" ('sullen', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('pertinacious', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
" ('glowering', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('saturnine', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
" ('glum', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
- " ('dark', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven')]},\n",
+ " ('unyielding', 'stubbornly unyielding; ; ; ; - T.S.Eliot'),\n",
+ " ('forbidding',\n",
+ " 'harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie'),\n",
+ " ('sour', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('saturnine', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven'),\n",
+ " ('moody', 'showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven')]},\n",
" {'answer': 'down',\n",
" 'hint': 'synonyms for down',\n",
- " 'clues': [('low-spirited', 'filled with melancholy and despondency'),\n",
+ " 'clues': [('low', 'filled with melancholy and despondency'),\n",
" ('downhearted', 'filled with melancholy and despondency'),\n",
- " ('down in the mouth', 'filled with melancholy and despondency'),\n",
- " ('depressed', 'lower than previously'),\n",
+ " ('low-spirited', 'filled with melancholy and despondency'),\n",
" ('down pat', 'understood perfectly'),\n",
+ " ('gloomy', 'filled with melancholy and despondency'),\n",
" ('downward', 'extending or moving from a higher to a lower place'),\n",
- " ('downcast', 'filled with melancholy and despondency'),\n",
- " ('blue', 'filled with melancholy and despondency'),\n",
- " ('low', 'filled with melancholy and despondency'),\n",
" ('dispirited', 'filled with melancholy and despondency'),\n",
- " ('gloomy', 'filled with melancholy and despondency'),\n",
" ('grim', 'filled with melancholy and despondency'),\n",
- " ('mastered', 'understood perfectly')]},\n",
+ " ('mastered', 'understood perfectly'),\n",
+ " ('down in the mouth', 'filled with melancholy and despondency'),\n",
+ " ('depressed', 'lower than previously'),\n",
+ " ('downcast', 'filled with melancholy and despondency'),\n",
+ " ('blue', 'filled with melancholy and despondency')]},\n",
" {'answer': 'down_in_the_mouth',\n",
" 'hint': 'synonyms for down in the mouth',\n",
- " 'clues': [('low-spirited', 'filled with melancholy and despondency'),\n",
+ " 'clues': [('low', 'filled with melancholy and despondency'),\n",
" ('downhearted', 'filled with melancholy and despondency'),\n",
+ " ('low-spirited', 'filled with melancholy and despondency'),\n",
+ " ('gloomy', 'filled with melancholy and despondency'),\n",
+ " ('dispirited', 'filled with melancholy and despondency'),\n",
+ " ('grim', 'filled with melancholy and despondency'),\n",
+ " ('down', 'filled with melancholy and despondency'),\n",
" ('depressed', 'filled with melancholy and despondency'),\n",
" ('downcast', 'filled with melancholy and despondency'),\n",
- " ('grim', 'filled with melancholy and despondency'),\n",
- " ('low', 'filled with melancholy and despondency'),\n",
- " ('dispirited', 'filled with melancholy and despondency'),\n",
- " ('gloomy', 'filled with melancholy and despondency'),\n",
- " ('blue', 'filled with melancholy and despondency'),\n",
- " ('down', 'filled with melancholy and despondency')]},\n",
+ " ('blue', 'filled with melancholy and despondency')]},\n",
" {'answer': 'downcast',\n",
" 'hint': 'synonyms for downcast',\n",
- " 'clues': [('low-spirited', 'filled with melancholy and despondency'),\n",
+ " 'clues': [('low', 'filled with melancholy and despondency'),\n",
" ('downhearted', 'filled with melancholy and despondency'),\n",
+ " ('low-spirited', 'filled with melancholy and despondency'),\n",
+ " ('gloomy', 'filled with melancholy and despondency'),\n",
+ " ('dispirited', 'filled with melancholy and despondency'),\n",
+ " ('grim', 'filled with melancholy and despondency'),\n",
+ " ('down', 'filled with melancholy and despondency'),\n",
" ('down in the mouth', 'filled with melancholy and despondency'),\n",
" ('depressed', 'filled with melancholy and despondency'),\n",
- " ('grim', 'filled with melancholy and despondency'),\n",
- " ('low', 'filled with melancholy and despondency'),\n",
- " ('dispirited', 'filled with melancholy and despondency'),\n",
- " ('gloomy', 'filled with melancholy and despondency'),\n",
- " ('blue', 'filled with melancholy and despondency'),\n",
- " ('down', 'filled with melancholy and despondency')]},\n",
+ " ('blue', 'filled with melancholy and despondency')]},\n",
" {'answer': 'downhearted',\n",
" 'hint': 'synonyms for downhearted',\n",
- " 'clues': [('low-spirited', 'filled with melancholy and despondency'),\n",
+ " 'clues': [('low', 'filled with melancholy and despondency'),\n",
+ " ('low-spirited', 'filled with melancholy and despondency'),\n",
+ " ('gloomy', 'filled with melancholy and despondency'),\n",
+ " ('dispirited', 'filled with melancholy and despondency'),\n",
+ " ('grim', 'filled with melancholy and despondency'),\n",
+ " ('down', 'filled with melancholy and despondency'),\n",
" ('down in the mouth', 'filled with melancholy and despondency'),\n",
" ('depressed', 'filled with melancholy and despondency'),\n",
" ('downcast', 'filled with melancholy and despondency'),\n",
- " ('grim', 'filled with melancholy and despondency'),\n",
- " ('low', 'filled with melancholy and despondency'),\n",
- " ('dispirited', 'filled with melancholy and despondency'),\n",
- " ('gloomy', 'filled with melancholy and despondency'),\n",
- " ('blue', 'filled with melancholy and despondency'),\n",
- " ('down', 'filled with melancholy and despondency')]},\n",
+ " ('blue', 'filled with melancholy and despondency')]},\n",
" {'answer': 'downright',\n",
" 'hint': 'synonyms for downright',\n",
- " 'clues': [('out-and-out',\n",
+ " 'clues': [('sheer',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
- " ('right-down',\n",
+ " ('absolute',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
- " ('sheer',\n",
+ " ('out-and-out',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
" ('rank',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers'),\n",
- " ('absolute',\n",
+ " ('right-down',\n",
" 'complete and without restriction or qualification; sometimes used informally as intensifiers')]},\n",
" {'answer': 'downy',\n",
" 'hint': 'synonyms for downy',\n",
- " 'clues': [('fluffy', 'like down or as soft as down'),\n",
+ " 'clues': [('puberulent', 'covered with fine soft hairs or down'),\n",
" ('flossy', 'like down or as soft as down'),\n",
+ " ('sericeous', 'covered with fine soft hairs or down'),\n",
+ " ('fluffy', 'like down or as soft as down'),\n",
" ('pubescent', 'covered with fine soft hairs or down'),\n",
- " ('puberulent', 'covered with fine soft hairs or down'),\n",
- " ('downlike', 'like down or as soft as down'),\n",
- " ('sericeous', 'covered with fine soft hairs or down')]},\n",
+ " ('downlike', 'like down or as soft as down')]},\n",
" {'answer': 'drab',\n",
" 'hint': 'synonyms for drab',\n",
- " 'clues': [('sober', 'lacking brightness or color; dull'),\n",
+ " 'clues': [('disconsolate', 'causing dejection'),\n",
+ " ('somber', 'lacking brightness or color; dull'),\n",
+ " ('dreary', 'lacking in liveliness or charm or surprise'),\n",
" ('dismal', 'causing dejection'),\n",
" ('gloomy', 'causing dejection'),\n",
- " ('olive-drab', 'of a light brownish green color'),\n",
- " ('blue', 'causing dejection'),\n",
" ('grim', 'causing dejection'),\n",
+ " ('blue', 'causing dejection'),\n",
" ('sorry', 'causing dejection'),\n",
- " ('dark', 'causing dejection'),\n",
- " ('sombre', 'lacking brightness or color; dull'),\n",
- " ('dreary', 'causing dejection'),\n",
" ('dingy', 'causing dejection'),\n",
- " ('disconsolate', 'causing dejection')]},\n",
+ " ('olive-drab', 'of a light brownish green color'),\n",
+ " ('dark', 'causing dejection'),\n",
+ " ('sombre', 'lacking brightness or color; dull')]},\n",
" {'answer': 'draped',\n",
" 'hint': 'synonyms for draped',\n",
- " 'clues': [('clothed',\n",
+ " 'clues': [('cloaked',\n",
" 'covered with or as if with clothes or a wrap or cloak'),\n",
- " ('mantled', 'covered with or as if with clothes or a wrap or cloak'),\n",
+ " ('clothed', 'covered with or as if with clothes or a wrap or cloak'),\n",
" ('wrapped', 'covered with or as if with clothes or a wrap or cloak'),\n",
- " ('cloaked', 'covered with or as if with clothes or a wrap or cloak')]},\n",
+ " ('mantled', 'covered with or as if with clothes or a wrap or cloak')]},\n",
" {'answer': 'drawn',\n",
" 'hint': 'synonyms for drawn',\n",
- " 'clues': [('haggard',\n",
+ " 'clues': [('careworn',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens'),\n",
- " ('careworn',\n",
+ " ('worn',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens'),\n",
- " ('raddled',\n",
+ " ('haggard',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens'),\n",
- " ('worn',\n",
+ " ('raddled',\n",
" 'showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens')]},\n",
" {'answer': 'drawn-out',\n",
" 'hint': 'synonyms for drawn-out',\n",
- " 'clues': [('extended',\n",
+ " 'clues': [('protracted',\n",
" 'relatively long in duration; tediously protracted'),\n",
- " ('lengthy', 'relatively long in duration; tediously protracted'),\n",
+ " ('extended', 'relatively long in duration; tediously protracted'),\n",
" ('prolonged', 'relatively long in duration; tediously protracted'),\n",
- " ('protracted', 'relatively long in duration; tediously protracted')]},\n",
+ " ('lengthy', 'relatively long in duration; tediously protracted')]},\n",
" {'answer': 'dread',\n",
" 'hint': 'synonyms for dread',\n",
- " 'clues': [('horrendous', 'causing fear or dread or terror'),\n",
- " ('fearful', 'causing fear or dread or terror'),\n",
+ " 'clues': [('fearful', 'causing fear or dread or terror'),\n",
+ " ('terrible', 'causing fear or dread or terror'),\n",
+ " ('dire', 'causing fear or dread or terror'),\n",
" ('direful', 'causing fear or dread or terror'),\n",
+ " ('frightening', 'causing fear or dread or terror'),\n",
+ " ('fearsome', 'causing fear or dread or terror'),\n",
" ('dreaded', 'causing fear or dread or terror'),\n",
- " ('horrific', 'causing fear or dread or terror'),\n",
" ('dreadful', 'causing fear or dread or terror'),\n",
+ " ('horrific', 'causing fear or dread or terror'),\n",
" ('awful', 'causing fear or dread or terror'),\n",
- " ('terrible', 'causing fear or dread or terror'),\n",
- " ('dire', 'causing fear or dread or terror'),\n",
- " ('frightening', 'causing fear or dread or terror'),\n",
- " ('fearsome', 'causing fear or dread or terror')]},\n",
+ " ('horrendous', 'causing fear or dread or terror')]},\n",
" {'answer': 'dreaded',\n",
" 'hint': 'synonyms for dreaded',\n",
- " 'clues': [('dread', 'causing fear or dread or terror'),\n",
- " ('horrendous', 'causing fear or dread or terror'),\n",
- " ('fearful', 'causing fear or dread or terror'),\n",
- " ('direful', 'causing fear or dread or terror'),\n",
- " ('horrific', 'causing fear or dread or terror'),\n",
- " ('dreadful', 'causing fear or dread or terror'),\n",
- " ('awful', 'causing fear or dread or terror'),\n",
+ " 'clues': [('fearful', 'causing fear or dread or terror'),\n",
" ('terrible', 'causing fear or dread or terror'),\n",
" ('dire', 'causing fear or dread or terror'),\n",
+ " ('direful', 'causing fear or dread or terror'),\n",
+ " ('dread', 'causing fear or dread or terror'),\n",
" ('frightening', 'causing fear or dread or terror'),\n",
- " ('fearsome', 'causing fear or dread or terror')]},\n",
+ " ('fearsome', 'causing fear or dread or terror'),\n",
+ " ('dreadful', 'causing fear or dread or terror'),\n",
+ " ('horrific', 'causing fear or dread or terror'),\n",
+ " ('awful', 'causing fear or dread or terror'),\n",
+ " ('horrendous', 'causing fear or dread or terror')]},\n",
" {'answer': 'dreadful',\n",
" 'hint': 'synonyms for dreadful',\n",
- " 'clues': [('dread', 'causing fear or dread or terror'),\n",
- " ('horrendous', 'causing fear or dread or terror'),\n",
- " ('fearful', 'causing fear or dread or terror'),\n",
- " ('atrocious', 'exceptionally bad or displeasing'),\n",
- " ('painful', 'exceptionally bad or displeasing'),\n",
- " ('direful', 'causing fear or dread or terror'),\n",
- " ('dreaded', 'causing fear or dread or terror'),\n",
- " ('horrific', 'causing fear or dread or terror'),\n",
+ " 'clues': [('fearful', 'causing fear or dread or terror'),\n",
+ " ('terrible', 'causing fear or dread or terror'),\n",
+ " ('dire', 'causing fear or dread or terror'),\n",
" ('unspeakable', 'exceptionally bad or displeasing'),\n",
+ " ('direful', 'causing fear or dread or terror'),\n",
" ('awful', 'exceptionally bad or displeasing'),\n",
- " ('terrible', 'exceptionally bad or displeasing'),\n",
" ('abominable', 'exceptionally bad or displeasing'),\n",
- " ('dire', 'causing fear or dread or terror'),\n",
+ " ('dread', 'causing fear or dread or terror'),\n",
" ('frightening', 'causing fear or dread or terror'),\n",
- " ('fearsome', 'causing fear or dread or terror')]},\n",
+ " ('fearsome', 'causing fear or dread or terror'),\n",
+ " ('dreaded', 'causing fear or dread or terror'),\n",
+ " ('painful', 'exceptionally bad or displeasing'),\n",
+ " ('horrific', 'causing fear or dread or terror'),\n",
+ " ('atrocious', 'exceptionally bad or displeasing'),\n",
+ " ('horrendous', 'causing fear or dread or terror')]},\n",
" {'answer': 'dreamy',\n",
" 'hint': 'synonyms for dreamy',\n",
- " 'clues': [('moony', 'dreamy in mood or nature'),\n",
- " ('lackadaisical', 'lacking spirit or liveliness'),\n",
+ " 'clues': [('lackadaisical', 'lacking spirit or liveliness'),\n",
" ('woolgathering', 'dreamy in mood or nature'),\n",
+ " ('languorous', 'lacking spirit or liveliness'),\n",
" ('languid', 'lacking spirit or liveliness'),\n",
- " ('languorous', 'lacking spirit or liveliness')]},\n",
+ " ('moony', 'dreamy in mood or nature')]},\n",
" {'answer': 'drear',\n",
" 'hint': 'synonyms for drear',\n",
- " 'clues': [('drab', 'causing dejection'),\n",
+ " 'clues': [('disconsolate', 'causing dejection'),\n",
" ('dismal', 'causing dejection'),\n",
" ('gloomy', 'causing dejection'),\n",
- " ('blue', 'causing dejection'),\n",
+ " ('dreary', 'causing dejection'),\n",
" ('grim', 'causing dejection'),\n",
" ('sorry', 'causing dejection'),\n",
- " ('dreary', 'causing dejection'),\n",
- " ('disconsolate', 'causing dejection'),\n",
" ('dingy', 'causing dejection'),\n",
- " ('dark', 'causing dejection')]},\n",
+ " ('dark', 'causing dejection'),\n",
+ " ('blue', 'causing dejection'),\n",
+ " ('drab', 'causing dejection')]},\n",
" {'answer': 'dreary',\n",
" 'hint': 'synonyms for dreary',\n",
- " 'clues': [('drab', 'causing dejection'),\n",
+ " 'clues': [('disconsolate', 'causing dejection'),\n",
" ('dismal', 'causing dejection'),\n",
" ('gloomy', 'causing dejection'),\n",
- " ('blue', 'causing dejection'),\n",
" ('grim', 'causing dejection'),\n",
- " ('disconsolate', 'causing dejection'),\n",
" ('sorry', 'causing dejection'),\n",
- " ('dark', 'causing dejection'),\n",
+ " ('dingy', 'causing dejection'),\n",
" ('drear', 'causing dejection'),\n",
- " ('dingy', 'causing dejection')]},\n",
+ " ('dark', 'causing dejection'),\n",
+ " ('blue', 'causing dejection'),\n",
+ " ('drab', 'lacking in liveliness or charm or surprise')]},\n",
" {'answer': 'dressed',\n",
" 'hint': 'synonyms for dressed',\n",
- " 'clues': [('polished', '(of lumber or stone) to trim and smooth'),\n",
+ " 'clues': [('garmented',\n",
+ " 'dressed or clothed especially in fine attire; often used in combination'),\n",
" ('dolled up', 'dressed in fancy or formal clothing'),\n",
- " ('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
" ('spruced up', 'dressed in fancy or formal clothing'),\n",
- " ('garmented',\n",
- " 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('togged up', 'dressed in fancy or formal clothing'),\n",
- " ('garbed',\n",
+ " ('attired',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('robed',\n",
+ " ('habilimented',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
+ " ('polished', '(of lumber or stone) to trim and smooth'),\n",
" ('appareled',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('attired',\n",
+ " ('dressed to kill', 'dressed in fancy or formal clothing'),\n",
+ " ('dressed-up', 'dressed in fancy or formal clothing'),\n",
+ " ('garbed',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('habilimented',\n",
+ " ('robed',\n",
" 'dressed or clothed especially in fine attire; often used in combination'),\n",
- " ('dressed-up', 'dressed in fancy or formal clothing'),\n",
- " ('dressed to kill', 'dressed in fancy or formal clothing'),\n",
+ " ('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
+ " ('togged up', 'dressed in fancy or formal clothing'),\n",
" ('spiffed up', 'dressed in fancy or formal clothing')]},\n",
" {'answer': 'dressed-up',\n",
" 'hint': 'synonyms for dressed-up',\n",
- " 'clues': [('dolled up', 'dressed in fancy or formal clothing'),\n",
- " ('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
+ " 'clues': [('spiffed up', 'dressed in fancy or formal clothing'),\n",
+ " ('dolled up', 'dressed in fancy or formal clothing'),\n",
" ('spruced up', 'dressed in fancy or formal clothing'),\n",
" ('togged up', 'dressed in fancy or formal clothing'),\n",
+ " ('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
" ('dressed', 'dressed in fancy or formal clothing'),\n",
- " ('dressed to kill', 'dressed in fancy or formal clothing'),\n",
- " ('spiffed up', 'dressed in fancy or formal clothing')]},\n",
+ " ('dressed to kill', 'dressed in fancy or formal clothing')]},\n",
" {'answer': 'dressed_to_kill',\n",
" 'hint': 'synonyms for dressed to kill',\n",
- " 'clues': [('dolled up', 'dressed in fancy or formal clothing'),\n",
- " ('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
+ " 'clues': [('dressed-up', 'dressed in fancy or formal clothing'),\n",
+ " ('dolled up', 'dressed in fancy or formal clothing'),\n",
" ('spruced up', 'dressed in fancy or formal clothing'),\n",
- " ('dressed-up', 'dressed in fancy or formal clothing'),\n",
" ('togged up', 'dressed in fancy or formal clothing'),\n",
+ " ('dressed to the nines', 'dressed in fancy or formal clothing'),\n",
" ('dressed', 'dressed in fancy or formal clothing'),\n",
" ('spiffed up', 'dressed in fancy or formal clothing')]},\n",
" {'answer': 'dressed_to_the_nines',\n",
" 'hint': 'synonyms for dressed to the nines',\n",
- " 'clues': [('dolled up', 'dressed in fancy or formal clothing'),\n",
- " ('spruced up', 'dressed in fancy or formal clothing'),\n",
+ " 'clues': [('spiffed up', 'dressed in fancy or formal clothing'),\n",
" ('dressed-up', 'dressed in fancy or formal clothing'),\n",
+ " ('dolled up', 'dressed in fancy or formal clothing'),\n",
+ " ('spruced up', 'dressed in fancy or formal clothing'),\n",
" ('togged up', 'dressed in fancy or formal clothing'),\n",
" ('dressed', 'dressed in fancy or formal clothing'),\n",
- " ('dressed to kill', 'dressed in fancy or formal clothing'),\n",
- " ('spiffed up', 'dressed in fancy or formal clothing')]},\n",
+ " ('dressed to kill', 'dressed in fancy or formal clothing')]},\n",
" {'answer': 'dried-up',\n",
" 'hint': 'synonyms for dried-up',\n",
- " 'clues': [('sear',\n",
+ " 'clues': [('shrivelled',\n",
" '(used especially of vegetation) having lost all moisture'),\n",
- " ('sere', '(used especially of vegetation) having lost all moisture'),\n",
- " ('shrivelled',\n",
- " '(used especially of vegetation) having lost all moisture'),\n",
- " ('withered',\n",
- " '(used especially of vegetation) having lost all moisture')]},\n",
+ " ('withered', '(used especially of vegetation) having lost all moisture'),\n",
+ " ('sear', '(used especially of vegetation) having lost all moisture'),\n",
+ " ('sere', '(used especially of vegetation) having lost all moisture')]},\n",
" {'answer': 'drifting',\n",
" 'hint': 'synonyms for drifting',\n",
- " 'clues': [('floating',\n",
+ " 'clues': [('vagrant',\n",
" 'continually changing especially as from one abode or occupation to another'),\n",
- " ('vagabond',\n",
+ " ('floating',\n",
" 'continually changing especially as from one abode or occupation to another'),\n",
- " ('vagrant',\n",
+ " ('vagabond',\n",
" 'continually changing especially as from one abode or occupation to another'),\n",
" ('aimless',\n",
" 'continually changing especially as from one abode or occupation to another')]},\n",
" {'answer': 'drippy',\n",
" 'hint': 'synonyms for drippy',\n",
- " 'clues': [('soupy', 'effusively or insincerely emotional'),\n",
+ " 'clues': [('mawkish', 'effusively or insincerely emotional'),\n",
" ('slushy', 'effusively or insincerely emotional'),\n",
- " ('bathetic', 'effusively or insincerely emotional'),\n",
- " ('mawkish', 'effusively or insincerely emotional'),\n",
- " ('mushy', 'effusively or insincerely emotional'),\n",
- " ('sentimental', 'effusively or insincerely emotional'),\n",
+ " ('kitschy', 'effusively or insincerely emotional'),\n",
" ('hokey', 'effusively or insincerely emotional'),\n",
- " ('soppy', 'effusively or insincerely emotional'),\n",
- " ('schmalzy', 'effusively or insincerely emotional'),\n",
+ " ('schmaltzy', 'effusively or insincerely emotional'),\n",
" ('maudlin', 'effusively or insincerely emotional'),\n",
+ " ('sentimental', 'effusively or insincerely emotional'),\n",
+ " ('bathetic', 'effusively or insincerely emotional'),\n",
+ " ('soupy', 'effusively or insincerely emotional'),\n",
" ('drizzly', 'wet with light rain'),\n",
- " ('kitschy', 'effusively or insincerely emotional')]},\n",
+ " ('mushy', 'effusively or insincerely emotional'),\n",
+ " ('soppy', 'effusively or insincerely emotional')]},\n",
" {'answer': 'driven',\n",
" 'hint': 'synonyms for driven',\n",
- " 'clues': [('goaded', 'compelled forcibly by an outside agency'),\n",
- " ('compulsive', 'strongly motivated to succeed'),\n",
+ " 'clues': [('compulsive', 'strongly motivated to succeed'),\n",
+ " ('goaded', 'compelled forcibly by an outside agency'),\n",
" ('impelled', 'urged or forced to action through moral pressure'),\n",
" ('determined', 'strongly motivated to succeed')]},\n",
" {'answer': 'drooping',\n",
" 'hint': 'synonyms for drooping',\n",
- " 'clues': [('droopy', 'hanging down (as from exhaustion or weakness)'),\n",
- " ('pendulous', 'having branches or flower heads that bend downward'),\n",
- " ('weeping', 'having branches or flower heads that bend downward'),\n",
- " ('nodding', 'having branches or flower heads that bend downward'),\n",
+ " 'clues': [('nodding',\n",
+ " 'having branches or flower heads that bend downward'),\n",
" ('sagging', 'hanging down (as from exhaustion or weakness)'),\n",
+ " ('pendulous', 'having branches or flower heads that bend downward'),\n",
+ " ('flagging', 'weak from exhaustion'),\n",
" ('cernuous', 'having branches or flower heads that bend downward'),\n",
- " ('flagging', 'weak from exhaustion')]},\n",
+ " ('weeping', 'having branches or flower heads that bend downward'),\n",
+ " ('droopy', 'hanging down (as from exhaustion or weakness)')]},\n",
" {'answer': 'drowsy',\n",
" 'hint': 'synonyms for drowsy',\n",
- " 'clues': [('yawning', 'showing lack of attention or boredom'),\n",
+ " 'clues': [('dozy', 'half asleep'),\n",
" ('oscitant', 'showing lack of attention or boredom'),\n",
" ('drowsing', 'half asleep'),\n",
- " ('dozy', 'half asleep')]},\n",
+ " ('yawning', 'showing lack of attention or boredom')]},\n",
" {'answer': 'dry',\n",
" 'hint': 'synonyms for dry',\n",
- " 'clues': [('ironical', 'humorously sarcastic or mocking'),\n",
- " ('wry', 'humorously sarcastic or mocking'),\n",
+ " 'clues': [('wry', 'humorously sarcastic or mocking'),\n",
+ " ('teetotal', 'practicing complete abstinence from alcoholic beverages'),\n",
+ " ('ironic', 'humorously sarcastic or mocking'),\n",
" ('juiceless',\n",
- " 'lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown'),\n",
- " ('teetotal', 'practicing complete abstinence from alcoholic beverages')]},\n",
+ " 'lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown')]},\n",
" {'answer': 'dual',\n",
" 'hint': 'synonyms for dual',\n",
- " 'clues': [('double',\n",
+ " 'clues': [('duple',\n",
" 'consisting of or involving two parts or components usually in pairs'),\n",
+ " ('two-fold',\n",
+ " 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
" ('threefold',\n",
" 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
- " ('twofold',\n",
+ " ('double',\n",
" 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
" ('treble',\n",
- " 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison'),\n",
- " ('duple',\n",
- " 'consisting of or involving two parts or components usually in pairs')]},\n",
+ " 'having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison')]},\n",
" {'answer': 'ductile',\n",
" 'hint': 'synonyms for ductile',\n",
- " 'clues': [('malleable', 'capable of being shaped or bent or drawn out'),\n",
- " ('tractile', 'capable of being shaped or bent or drawn out'),\n",
- " ('tensile', 'capable of being shaped or bent or drawn out'),\n",
+ " 'clues': [('pliant', 'capable of being shaped or bent or drawn out'),\n",
" ('pliable', 'capable of being shaped or bent or drawn out'),\n",
- " ('pliant', 'capable of being shaped or bent or drawn out')]},\n",
+ " ('malleable', 'easily influenced'),\n",
+ " ('tractile', 'capable of being shaped or bent or drawn out'),\n",
+ " ('tensile', 'capable of being shaped or bent or drawn out')]},\n",
" {'answer': 'dulcet',\n",
" 'hint': 'synonyms for dulcet',\n",
- " 'clues': [('mellisonant', 'pleasing to the ear'),\n",
- " ('sweet', 'pleasing to the ear'),\n",
- " ('honeyed', 'pleasing to the ear'),\n",
- " ('mellifluous', 'pleasing to the ear')]},\n",
+ " 'clues': [('sweet', 'pleasing to the ear'),\n",
+ " ('mellifluous', 'pleasing to the ear'),\n",
+ " ('mellisonant', 'pleasing to the ear'),\n",
+ " ('honeyed', 'pleasing to the ear')]},\n",
" {'answer': 'dull',\n",
" 'hint': 'synonyms for dull',\n",
- " 'clues': [('dim',\n",
- " 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('softened', 'being or made softer or less loud or clear'),\n",
- " ('slow',\n",
+ " 'clues': [('irksome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('tiresome',\n",
+ " ('muted', 'being or made softer or less loud or clear'),\n",
+ " ('deadening',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
" ('obtuse',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
" ('leaden', 'darkened with overcast'),\n",
- " ('sluggish', '(of business) not active or brisk'),\n",
- " ('ho-hum',\n",
- " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('deadening',\n",
- " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
- " ('thudding',\n",
- " 'not clear and resonant; sounding as if striking with or against something relatively soft'),\n",
- " ('irksome',\n",
- " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
+ " ('muffled', 'being or made softer or less loud or clear'),\n",
" ('dumb',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('muted', 'being or made softer or less loud or clear'),\n",
- " ('muffled', 'being or made softer or less loud or clear'),\n",
- " ('wearisome',\n",
+ " ('softened', 'being or made softer or less loud or clear'),\n",
+ " ('tedious',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
" ('dense',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('tedious',\n",
+ " ('thudding',\n",
+ " 'not clear and resonant; sounding as if striking with or against something relatively soft'),\n",
+ " ('slow',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
" ('boring',\n",
+ " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
+ " ('ho-hum',\n",
+ " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
+ " ('sluggish', '(of business) not active or brisk'),\n",
+ " ('dim',\n",
+ " 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
+ " ('tiresome',\n",
+ " 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain'),\n",
+ " ('wearisome',\n",
" 'so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain')]},\n",
" {'answer': 'dumb',\n",
" 'hint': 'synonyms for dumb',\n",
- " 'clues': [('dim',\n",
+ " 'clues': [('dull',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
" ('dense',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('mute', 'unable to speak because of hereditary deafness'),\n",
- " ('speechless', 'temporarily incapable of speaking'),\n",
- " ('dull',\n",
+ " ('silent', 'unable to speak because of hereditary deafness'),\n",
+ " ('obtuse',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('slow',\n",
+ " ('dim',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('obtuse',\n",
+ " ('speechless', 'temporarily incapable of speaking'),\n",
+ " ('slow',\n",
" 'slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray'),\n",
- " ('silent', 'unable to speak because of hereditary deafness')]},\n",
+ " ('mute', 'unable to speak because of hereditary deafness')]},\n",
" {'answer': 'dumbfounded',\n",
" 'hint': 'synonyms for dumbfounded',\n",
- " 'clues': [('dumbstricken',\n",
+ " 'clues': [('flabbergasted',\n",
" 'as if struck dumb with astonishment and surprise'),\n",
+ " ('dumbstruck', 'as if struck dumb with astonishment and surprise'),\n",
+ " ('dumbstricken', 'as if struck dumb with astonishment and surprise'),\n",
" ('dumfounded', 'as if struck dumb with astonishment and surprise'),\n",
- " ('thunderstruck', 'as if struck dumb with astonishment and surprise'),\n",
" ('stupefied', 'as if struck dumb with astonishment and surprise'),\n",
- " ('flabbergasted', 'as if struck dumb with astonishment and surprise'),\n",
- " ('dumbstruck', 'as if struck dumb with astonishment and surprise')]},\n",
+ " ('thunderstruck', 'as if struck dumb with astonishment and surprise')]},\n",
" {'answer': 'dumbstricken',\n",
" 'hint': 'synonyms for dumbstricken',\n",
- " 'clues': [('dumfounded',\n",
+ " 'clues': [('flabbergasted',\n",
" 'as if struck dumb with astonishment and surprise'),\n",
- " ('thunderstruck', 'as if struck dumb with astonishment and surprise'),\n",
+ " ('dumbstruck', 'as if struck dumb with astonishment and surprise'),\n",
+ " ('dumbfounded', 'as if struck dumb with astonishment and surprise'),\n",
" ('stupefied', 'as if struck dumb with astonishment and surprise'),\n",
- " ('flabbergasted', 'as if struck dumb with astonishment and surprise'),\n",
- " ('dumbstruck', 'as if struck dumb with astonishment and surprise')]},\n",
+ " ('thunderstruck', 'as if struck dumb with astonishment and surprise')]},\n",
" {'answer': 'dumbstruck',\n",
" 'hint': 'synonyms for dumbstruck',\n",
- " 'clues': [('dumbstricken',\n",
+ " 'clues': [('flabbergasted',\n",
" 'as if struck dumb with astonishment and surprise'),\n",
- " ('dumfounded', 'as if struck dumb with astonishment and surprise'),\n",
- " ('thunderstruck', 'as if struck dumb with astonishment and surprise'),\n",
+ " ('dumbstricken', 'as if struck dumb with astonishment and surprise'),\n",
+ " ('dumbfounded', 'as if struck dumb with astonishment and surprise'),\n",
" ('stupefied', 'as if struck dumb with astonishment and surprise'),\n",
- " ('flabbergasted', 'as if struck dumb with astonishment and surprise')]},\n",
+ " ('thunderstruck', 'as if struck dumb with astonishment and surprise')]},\n",
" {'answer': 'dumfounded',\n",
" 'hint': 'synonyms for dumfounded',\n",
- " 'clues': [('dumbstricken',\n",
+ " 'clues': [('flabbergasted',\n",
" 'as if struck dumb with astonishment and surprise'),\n",
- " ('thunderstruck', 'as if struck dumb with astonishment and surprise'),\n",
+ " ('dumbstruck', 'as if struck dumb with astonishment and surprise'),\n",
" ('dumbfounded', 'as if struck dumb with astonishment and surprise'),\n",
" ('stupefied', 'as if struck dumb with astonishment and surprise'),\n",
- " ('flabbergasted', 'as if struck dumb with astonishment and surprise'),\n",
- " ('dumbstruck', 'as if struck dumb with astonishment and surprise')]},\n",
+ " ('dumbstricken', 'as if struck dumb with astonishment and surprise'),\n",
+ " ('thunderstruck', 'as if struck dumb with astonishment and surprise')]},\n",
" {'answer': 'dumpy',\n",
" 'hint': 'synonyms for dumpy',\n",
- " 'clues': [('low-set',\n",
+ " 'clues': [('podgy', 'short and plump'),\n",
+ " ('squat',\n",
" 'short and thick; as e.g. having short legs and heavy musculature'),\n",
" ('chunky',\n",
" 'short and thick; as e.g. having short legs and heavy musculature'),\n",
+ " ('tubby', 'short and plump'),\n",
+ " ('low-set',\n",
+ " 'short and thick; as e.g. having short legs and heavy musculature'),\n",
" ('squatty',\n",
" 'short and thick; as e.g. having short legs and heavy musculature'),\n",
- " ('podgy', 'short and plump'),\n",
+ " ('pudgy', 'short and plump'),\n",
" ('stumpy',\n",
" 'short and thick; as e.g. having short legs and heavy musculature'),\n",
- " ('squat',\n",
- " 'short and thick; as e.g. having short legs and heavy musculature'),\n",
- " ('pudgy', 'short and plump'),\n",
- " ('tubby', 'short and plump'),\n",
" ('roly-poly', 'short and plump')]},\n",
" {'answer': 'duncical',\n",
" 'hint': 'synonyms for duncical',\n",
- " 'clues': [('fatheaded', '(used informally) stupid'),\n",
+ " 'clues': [('thick', '(used informally) stupid'),\n",
+ " ('fatheaded', '(used informally) stupid'),\n",
+ " ('wooden-headed', '(used informally) stupid'),\n",
" ('thickheaded', '(used informally) stupid'),\n",
- " ('thick', '(used informally) stupid'),\n",
- " ('thick-skulled', '(used informally) stupid'),\n",
" ('blockheaded', '(used informally) stupid'),\n",
- " ('duncish', '(used informally) stupid'),\n",
" ('loggerheaded', '(used informally) stupid'),\n",
+ " ('thick-skulled', '(used informally) stupid'),\n",
" ('boneheaded', '(used informally) stupid'),\n",
- " ('wooden-headed', '(used informally) stupid')]},\n",
+ " ('duncish', '(used informally) stupid')]},\n",
" {'answer': 'duncish',\n",
" 'hint': 'synonyms for duncish',\n",
- " 'clues': [('fatheaded', '(used informally) stupid'),\n",
+ " 'clues': [('thick', '(used informally) stupid'),\n",
+ " ('fatheaded', '(used informally) stupid'),\n",
+ " ('wooden-headed', '(used informally) stupid'),\n",
" ('duncical', '(used informally) stupid'),\n",
" ('thickheaded', '(used informally) stupid'),\n",
- " ('thick', '(used informally) stupid'),\n",
- " ('thick-skulled', '(used informally) stupid'),\n",
" ('blockheaded', '(used informally) stupid'),\n",
- " ('wooden-headed', '(used informally) stupid'),\n",
" ('loggerheaded', '(used informally) stupid'),\n",
+ " ('thick-skulled', '(used informally) stupid'),\n",
" ('boneheaded', '(used informally) stupid')]},\n",
" {'answer': 'duplicitous',\n",
" 'hint': 'synonyms for duplicitous',\n",
- " 'clues': [('two-faced',\n",
+ " 'clues': [('double-tongued',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('ambidextrous',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-tongued',\n",
- " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('deceitful',\n",
+ " ('double-dealing',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
" ('double-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
- " ('double-dealing',\n",
+ " ('deceitful',\n",
+ " 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray'),\n",
+ " ('two-faced',\n",
" 'marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray')]},\n",
" {'answer': 'durable',\n",
" 'hint': 'synonyms for durable',\n",
- " 'clues': [('indestructible', 'very long lasting'),\n",
+ " 'clues': [('long-lived', 'existing for a long time'),\n",
" ('perdurable', 'very long lasting'),\n",
" ('long-wearing', 'capable of withstanding wear and tear and decay'),\n",
- " ('long-lived', 'existing for a long time'),\n",
" ('long-lasting', 'existing for a long time'),\n",
" ('lasting', 'existing for a long time'),\n",
- " ('undestroyable', 'very long lasting')]},\n",
+ " ('undestroyable', 'very long lasting'),\n",
+ " ('indestructible', 'very long lasting')]},\n",
" {'answer': 'dusky',\n",
" 'hint': 'synonyms for dusky',\n",
- " 'clues': [('twilight', 'lighted by or as if by twilight; -Henry Fielding'),\n",
+ " 'clues': [('twilit', 'lighted by or as if by twilight; -Henry Fielding'),\n",
" ('swarthy', 'naturally having skin of a dark color'),\n",
- " ('swart', 'naturally having skin of a dark color'),\n",
- " ('dark-skinned', 'naturally having skin of a dark color')]},\n",
+ " ('dark-skinned', 'naturally having skin of a dark color'),\n",
+ " ('swart', 'naturally having skin of a dark color')]},\n",
" {'answer': 'dusty',\n",
" 'hint': 'synonyms for dusty',\n",
- " 'clues': [('moth-eaten',\n",
- " 'lacking originality or spontaneity; no longer new'),\n",
- " ('dust-covered', 'covered with a layer of dust'),\n",
+ " 'clues': [('cold', 'lacking originality or spontaneity; no longer new'),\n",
+ " ('moth-eaten', 'lacking originality or spontaneity; no longer new'),\n",
" ('stale', 'lacking originality or spontaneity; no longer new'),\n",
- " ('cold', 'lacking originality or spontaneity; no longer new')]},\n",
+ " ('dust-covered', 'covered with a layer of dust')]},\n",
" {'answer': 'earlier',\n",
" 'hint': 'synonyms for earlier',\n",
- " 'clues': [('early',\n",
- " 'at or near the beginning of a period of time or course of events or before the usual or expected time'),\n",
- " ('other', 'belonging to the distant past'),\n",
- " ('earliest',\n",
+ " 'clues': [('earliest',\n",
" \"(comparative and superlative of `early') more early than; most early\"),\n",
- " ('former', 'belonging to the distant past')]},\n",
+ " ('early',\n",
+ " 'at or near the beginning of a period of time or course of events or before the usual or expected time'),\n",
+ " ('former', 'belonging to the distant past'),\n",
+ " ('other', 'belonging to the distant past')]},\n",
" {'answer': 'earliest',\n",
" 'hint': 'synonyms for earliest',\n",
" 'clues': [('early',\n",
- " 'at or near the beginning of a period of time or course of events or before the usual or expected time'),\n",
- " ('other', 'belonging to the distant past'),\n",
+ " 'of an early stage in the development of a language or literature'),\n",
" ('earlier',\n",
" \"(comparative and superlative of `early') more early than; most early\"),\n",
- " ('former', 'belonging to the distant past')]},\n",
+ " ('former', 'belonging to the distant past'),\n",
+ " ('other', 'belonging to the distant past')]},\n",
" {'answer': 'earnest',\n",
" 'hint': 'synonyms for earnest',\n",
- " 'clues': [('dear', 'earnest'),\n",
- " ('heartfelt', 'earnest'),\n",
- " ('businesslike', 'not distracted by anything unrelated to the goal'),\n",
+ " 'clues': [('businesslike',\n",
+ " 'not distracted by anything unrelated to the goal'),\n",
" ('solemn',\n",
" 'characterized by a firm and humorless belief in the validity of your opinions'),\n",
- " ('devout', 'earnest'),\n",
" ('sincere',\n",
- " 'characterized by a firm and humorless belief in the validity of your opinions')]},\n",
+ " 'characterized by a firm and humorless belief in the validity of your opinions'),\n",
+ " ('dear', 'earnest'),\n",
+ " ('heartfelt', 'earnest'),\n",
+ " ('devout', 'earnest')]},\n",
" {'answer': 'earthy',\n",
" 'hint': 'synonyms for earthy',\n",
- " 'clues': [('crude', 'conspicuously and tastelessly indecent'),\n",
+ " 'clues': [('vulgar', 'conspicuously and tastelessly indecent'),\n",
" ('down-to-earth', 'sensible and practical'),\n",
- " ('vulgar', 'conspicuously and tastelessly indecent'),\n",
+ " ('crude', 'conspicuously and tastelessly indecent'),\n",
" ('gross', 'conspicuously and tastelessly indecent')]},\n",
" {'answer': 'easy',\n",
" 'hint': 'synonyms for easy',\n",
- " 'clues': [('promiscuous', 'casual and unrestrained in sexual behavior'),\n",
- " ('comfortable',\n",
- " 'in fortunate circumstances financially; moderately rich'),\n",
+ " 'clues': [('leisurely', 'not hurried or forced'),\n",
+ " ('soft', 'having little impact'),\n",
" ('well-heeled',\n",
" 'in fortunate circumstances financially; moderately rich'),\n",
- " ('leisurely', 'not hurried or forced'),\n",
- " ('prosperous', 'in fortunate circumstances financially; moderately rich'),\n",
- " ('easygoing', 'not hurried or forced'),\n",
- " ('light', 'casual and unrestrained in sexual behavior'),\n",
" ('sluttish', 'casual and unrestrained in sexual behavior'),\n",
- " ('gentle', 'having little impact'),\n",
- " ('well-to-do', 'in fortunate circumstances financially; moderately rich'),\n",
- " ('well-off', 'in fortunate circumstances financially; moderately rich'),\n",
- " ('wanton', 'casual and unrestrained in sexual behavior'),\n",
- " ('soft', 'having little impact'),\n",
- " ('loose', 'casual and unrestrained in sexual behavior'),\n",
+ " ('light', 'casual and unrestrained in sexual behavior'),\n",
" ('well-situated',\n",
" 'in fortunate circumstances financially; moderately rich'),\n",
- " ('well-fixed',\n",
- " 'in fortunate circumstances financially; moderately rich')]},\n",
+ " ('loose', 'casual and unrestrained in sexual behavior'),\n",
+ " ('promiscuous', 'casual and unrestrained in sexual behavior'),\n",
+ " ('well-fixed', 'in fortunate circumstances financially; moderately rich'),\n",
+ " ('prosperous', 'in fortunate circumstances financially; moderately rich'),\n",
+ " ('comfortable',\n",
+ " 'in fortunate circumstances financially; moderately rich'),\n",
+ " ('wanton', 'casual and unrestrained in sexual behavior'),\n",
+ " ('well-to-do', 'in fortunate circumstances financially; moderately rich'),\n",
+ " ('easygoing', 'not hurried or forced'),\n",
+ " ('gentle', 'marked by moderate steepness'),\n",
+ " ('well-off', 'in fortunate circumstances financially; moderately rich')]},\n",
" {'answer': 'easygoing',\n",
" 'hint': 'synonyms for easygoing',\n",
- " 'clues': [('cushy',\n",
- " 'not burdensome or demanding; borne or done easily and without hardship'),\n",
+ " 'clues': [('leisurely', 'not hurried or forced'),\n",
" ('easy', 'not hurried or forced'),\n",
- " ('soft',\n",
+ " ('cushy',\n",
" 'not burdensome or demanding; borne or done easily and without hardship'),\n",
- " ('leisurely', 'not hurried or forced')]},\n",
+ " ('soft',\n",
+ " 'not burdensome or demanding; borne or done easily and without hardship')]},\n",
" {'answer': 'eccentric',\n",
" 'hint': 'synonyms for eccentric',\n",
- " 'clues': [('nonconcentric', 'not having a common center; not concentric'),\n",
- " ('outlandish', 'conspicuously or grossly unconventional or unusual'),\n",
+ " 'clues': [('bizarre',\n",
+ " 'conspicuously or grossly unconventional or unusual'),\n",
+ " ('freakish', 'conspicuously or grossly unconventional or unusual'),\n",
" ('freaky', 'conspicuously or grossly unconventional or unusual'),\n",
" ('outre', 'conspicuously or grossly unconventional or unusual'),\n",
- " ('flaky', 'conspicuously or grossly unconventional or unusual'),\n",
+ " ('flakey', 'conspicuously or grossly unconventional or unusual'),\n",
+ " ('outlandish', 'conspicuously or grossly unconventional or unusual'),\n",
+ " ('nonconcentric', 'not having a common center; not concentric'),\n",
" ('gonzo', 'conspicuously or grossly unconventional or unusual'),\n",
- " ('bizarre', 'conspicuously or grossly unconventional or unusual'),\n",
- " ('freakish', 'conspicuously or grossly unconventional or unusual'),\n",
" ('off-the-wall', 'conspicuously or grossly unconventional or unusual')]},\n",
" {'answer': 'economical',\n",
" 'hint': 'synonyms for economical',\n",
- " 'clues': [('stinting', 'avoiding waste'),\n",
- " ('economic',\n",
- " 'using the minimum of time or resources necessary for effectiveness'),\n",
+ " 'clues': [('frugal', 'avoiding waste'),\n",
" ('sparing', 'avoiding waste'),\n",
" ('scotch', 'avoiding waste'),\n",
- " ('frugal', 'avoiding waste')]},\n",
+ " ('stinting', 'avoiding waste'),\n",
+ " ('economic',\n",
+ " 'using the minimum of time or resources necessary for effectiveness')]},\n",
" {'answer': 'ecstatic',\n",
" 'hint': 'synonyms for ecstatic',\n",
- " 'clues': [('rhapsodic', 'feeling great rapture or delight'),\n",
- " ('rapt', 'feeling great rapture or delight'),\n",
+ " 'clues': [('enraptured', 'feeling great rapture or delight'),\n",
+ " ('rhapsodic', 'feeling great rapture or delight'),\n",
" ('rapturous', 'feeling great rapture or delight'),\n",
- " ('enraptured', 'feeling great rapture or delight')]},\n",
+ " ('rapt', 'feeling great rapture or delight')]},\n",
" {'answer': 'ecumenical',\n",
" 'hint': 'synonyms for ecumenical',\n",
" 'clues': [('oecumenic',\n",
" 'concerned with promoting unity among churches or religions'),\n",
- " ('world-wide',\n",
- " 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
" ('cosmopolitan',\n",
" 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
" ('general',\n",
" 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
" ('universal',\n",
+ " 'of worldwide scope or applicability; ; - Christopher Morley'),\n",
+ " ('world-wide',\n",
" 'of worldwide scope or applicability; ; - Christopher Morley')]},\n",
" {'answer': 'edacious',\n",
" 'hint': 'synonyms for edacious',\n",
- " 'clues': [('ravening', 'devouring or craving food in great quantities'),\n",
+ " 'clues': [('ravenous', 'devouring or craving food in great quantities'),\n",
" ('voracious', 'devouring or craving food in great quantities'),\n",
" ('wolfish', 'devouring or craving food in great quantities'),\n",
- " ('esurient', 'devouring or craving food in great quantities'),\n",
" ('rapacious', 'devouring or craving food in great quantities'),\n",
- " ('ravenous', 'devouring or craving food in great quantities')]},\n",
+ " ('esurient', 'devouring or craving food in great quantities'),\n",
+ " ('ravening', 'devouring or craving food in great quantities')]},\n",
" {'answer': 'edgy',\n",
" 'hint': 'synonyms for edgy',\n",
- " 'clues': [('highly strung', 'being in a tense state'),\n",
- " ('overstrung', 'being in a tense state'),\n",
+ " 'clues': [('jumpy', 'being in a tense state'),\n",
" ('uptight', 'being in a tense state'),\n",
- " ('jumpy', 'being in a tense state'),\n",
- " ('nervy', 'being in a tense state'),\n",
" ('restive', 'being in a tense state'),\n",
- " ('jittery', 'being in a tense state'),\n",
- " ('high-strung', 'being in a tense state')]},\n",
+ " ('overstrung', 'being in a tense state'),\n",
+ " ('high-strung', 'being in a tense state'),\n",
+ " ('highly strung', 'being in a tense state'),\n",
+ " ('nervy', 'being in a tense state'),\n",
+ " ('jittery', 'being in a tense state')]},\n",
" {'answer': 'effective',\n",
" 'hint': 'synonyms for effective',\n",
- " 'clues': [('efficient',\n",
- " 'able to accomplish a purpose; functioning effectively; -G.B.Shaw'),\n",
+ " 'clues': [('efficacious',\n",
+ " 'producing or capable of producing an intended result or having a striking effect; -LewisMumford'),\n",
" ('in force', 'exerting force or influence'),\n",
+ " ('efficient',\n",
+ " 'able to accomplish a purpose; functioning effectively; -G.B.Shaw'),\n",
+ " ('in effect', 'exerting force or influence'),\n",
" ('good', 'exerting force or influence'),\n",
- " ('efficacious',\n",
- " 'producing or capable of producing an intended result or having a striking effect; -LewisMumford'),\n",
" ('effectual',\n",
- " 'producing or capable of producing an intended result or having a striking effect; -LewisMumford'),\n",
- " ('in effect', 'exerting force or influence')]},\n",
+ " 'producing or capable of producing an intended result or having a striking effect; -LewisMumford')]},\n",
" {'answer': 'effectual',\n",
" 'hint': 'synonyms for effectual',\n",
- " 'clues': [('effective',\n",
+ " 'clues': [('sound', 'having legal efficacy or force'),\n",
+ " ('efficacious',\n",
" 'producing or capable of producing an intended result or having a striking effect; -LewisMumford'),\n",
- " ('sound', 'having legal efficacy or force'),\n",
" ('legal', 'having legal efficacy or force'),\n",
- " ('efficacious',\n",
+ " ('effective',\n",
" 'producing or capable of producing an intended result or having a striking effect; -LewisMumford')]},\n",
" {'answer': 'effeminate',\n",
" 'hint': 'synonyms for effeminate',\n",
- " 'clues': [('epicene', 'having unsuitable feminine qualities'),\n",
+ " 'clues': [('sissified', 'having unsuitable feminine qualities'),\n",
" ('cissy', 'having unsuitable feminine qualities'),\n",
" ('emasculate', 'having unsuitable feminine qualities'),\n",
" ('sissy', 'having unsuitable feminine qualities'),\n",
- " ('sissified', 'having unsuitable feminine qualities'),\n",
+ " ('epicene', 'having unsuitable feminine qualities'),\n",
" ('sissyish', 'having unsuitable feminine qualities')]},\n",
" {'answer': 'effervescent',\n",
" 'hint': 'synonyms for effervescent',\n",
- " 'clues': [('sparkly', 'marked by high spirits or excitement'),\n",
- " ('bubbling', 'marked by high spirits or excitement'),\n",
+ " 'clues': [('frothy', 'marked by high spirits or excitement'),\n",
" ('scintillating', 'marked by high spirits or excitement'),\n",
- " ('frothy', 'marked by high spirits or excitement'),\n",
+ " ('bubbling', 'marked by high spirits or excitement'),\n",
+ " ('sparkly', 'marked by high spirits or excitement'),\n",
" ('sparkling',\n",
" 'used of wines and waters; charged naturally or artificially with carbon dioxide')]},\n",
" {'answer': 'effervescing',\n",
" 'hint': 'synonyms for effervescing',\n",
- " 'clues': [('frothy',\n",
+ " 'clues': [('foamy',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('bubbly',\n",
+ " ('foaming',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('spumy',\n",
+ " ('bubbling',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('foamy',\n",
+ " ('spumy',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('foaming',\n",
+ " ('frothy',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation'),\n",
- " ('bubbling',\n",
+ " ('bubbly',\n",
" 'emitting or filled with bubbles as from carbonation or fermentation')]},\n",
" {'answer': 'effulgent',\n",
" 'hint': 'synonyms for effulgent',\n",
- " 'clues': [('beaming', 'radiating or as if radiating light'),\n",
+ " 'clues': [('radiant', 'radiating or as if radiating light'),\n",
" ('beamy', 'radiating or as if radiating light'),\n",
- " ('radiant', 'radiating or as if radiating light'),\n",
- " ('refulgent', 'radiating or as if radiating light')]},\n",
+ " ('refulgent', 'radiating or as if radiating light'),\n",
+ " ('beaming', 'radiating or as if radiating light')]},\n",
" {'answer': 'effusive',\n",
" 'hint': 'synonyms for effusive',\n",
- " 'clues': [('gushing', 'extravagantly demonstrative'),\n",
+ " 'clues': [('burbly', 'uttered with unrestrained enthusiasm'),\n",
+ " ('gushing', 'uttered with unrestrained enthusiasm'),\n",
" ('gushy', 'extravagantly demonstrative'),\n",
- " ('burbling', 'uttered with unrestrained enthusiasm'),\n",
- " ('burbly', 'uttered with unrestrained enthusiasm')]},\n",
+ " ('burbling', 'uttered with unrestrained enthusiasm')]},\n",
" {'answer': 'egg-shaped',\n",
" 'hint': 'synonyms for egg-shaped',\n",
- " 'clues': [('oval', 'rounded like an egg'),\n",
- " ('prolate', 'rounded like an egg'),\n",
- " ('elliptical', 'rounded like an egg'),\n",
- " ('ovate', 'rounded like an egg'),\n",
- " ('ovoid', 'rounded like an egg'),\n",
+ " 'clues': [('ovate', 'rounded like an egg'),\n",
+ " ('oval-shaped', 'rounded like an egg'),\n",
" ('oviform', 'rounded like an egg'),\n",
- " ('oval-shaped', 'rounded like an egg')]},\n",
+ " ('elliptic', 'rounded like an egg'),\n",
+ " ('ovoid', 'rounded like an egg'),\n",
+ " ('prolate', 'rounded like an egg'),\n",
+ " ('oval', 'rounded like an egg')]},\n",
" {'answer': 'egotistic',\n",
" 'hint': 'synonyms for egotistic',\n",
- " 'clues': [('swollen-headed',\n",
- " 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('self-conceited',\n",
+ " 'clues': [('narcissistic',\n",
+ " 'characteristic of those having an inflated idea of their own importance'),\n",
+ " ('swollen',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
" ('egotistical',\n",
- " 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
+ " 'characteristic of those having an inflated idea of their own importance'),\n",
" ('vain',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('narcissistic',\n",
- " 'characteristic of those having an inflated idea of their own importance'),\n",
+ " ('conceited',\n",
+ " 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
+ " ('swollen-headed',\n",
+ " 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
" ('self-loving',\n",
" 'characteristic of those having an inflated idea of their own importance'),\n",
- " ('swollen',\n",
- " 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('conceited',\n",
+ " ('self-conceited',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance')]},\n",
" {'answer': 'egotistical',\n",
" 'hint': 'synonyms for egotistical',\n",
- " 'clues': [('swollen-headed',\n",
+ " 'clues': [('narcissistic',\n",
+ " 'characteristic of those having an inflated idea of their own importance'),\n",
+ " ('egotistic',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('self-conceited',\n",
+ " ('swollen',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('egotistic',\n",
- " 'characteristic of those having an inflated idea of their own importance'),\n",
- " ('narcissistic',\n",
- " 'characteristic of those having an inflated idea of their own importance'),\n",
- " ('self-loving',\n",
- " 'characteristic of those having an inflated idea of their own importance'),\n",
" ('vain',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
- " ('swollen',\n",
+ " ('swollen-headed',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
" ('conceited',\n",
+ " 'characteristic of false pride; having an exaggerated sense of self-importance'),\n",
+ " ('self-loving',\n",
+ " 'characteristic of those having an inflated idea of their own importance'),\n",
+ " ('self-conceited',\n",
" 'characteristic of false pride; having an exaggerated sense of self-importance')]},\n",
" {'answer': 'egregious',\n",
" 'hint': 'synonyms for egregious',\n",
- " 'clues': [('crying',\n",
+ " 'clues': [('glaring',\n",
" 'conspicuously and outrageously bad or reprehensible'),\n",
" ('rank', 'conspicuously and outrageously bad or reprehensible'),\n",
- " ('glaring', 'conspicuously and outrageously bad or reprehensible'),\n",
- " ('flagrant', 'conspicuously and outrageously bad or reprehensible'),\n",
- " ('gross', 'conspicuously and outrageously bad or reprehensible')]},\n",
+ " ('crying', 'conspicuously and outrageously bad or reprehensible'),\n",
+ " ('gross', 'conspicuously and outrageously bad or reprehensible'),\n",
+ " ('flagrant', 'conspicuously and outrageously bad or reprehensible')]},\n",
" {'answer': 'elementary',\n",
" 'hint': 'synonyms for elementary',\n",
" 'clues': [('primary', 'of or being the essential or basic part'),\n",
" ('simple', 'easy and not involved or complicated'),\n",
+ " ('elemental', 'of or being the essential or basic part'),\n",
" ('unproblematic', 'easy and not involved or complicated'),\n",
- " ('uncomplicated', 'easy and not involved or complicated'),\n",
- " ('elemental', 'of or being the essential or basic part')]},\n",
+ " ('uncomplicated', 'easy and not involved or complicated')]},\n",
" {'answer': 'elevated',\n",
" 'hint': 'synonyms for elevated',\n",
- " 'clues': [('exalted',\n",
+ " 'clues': [('grand',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('noble-minded',\n",
+ " ('sublime',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('rarefied',\n",
+ " ('rarified',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
" ('high-flown',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('raised', 'increased in amount or degree'),\n",
- " ('high-minded',\n",
- " 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('grand',\n",
+ " ('exalted',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('sublime',\n",
+ " ('noble-minded',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
" ('lofty',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
+ " ('raised', 'increased in amount or degree'),\n",
+ " ('high-minded',\n",
+ " 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
" ('idealistic',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks')]},\n",
" {'answer': 'elfin',\n",
" 'hint': 'synonyms for elfin',\n",
" 'clues': [('elfish', 'usually good-naturedly mischievous'),\n",
" ('elvish', 'usually good-naturedly mischievous'),\n",
- " ('elflike', 'small and delicate'),\n",
" ('fey',\n",
- " 'suggestive of an elf in strangeness and otherworldliness; ; - John Mason Brown')]},\n",
+ " 'suggestive of an elf in strangeness and otherworldliness; ; - John Mason Brown'),\n",
+ " ('elflike', 'small and delicate')]},\n",
" {'answer': 'elliptic',\n",
" 'hint': 'synonyms for elliptic',\n",
- " 'clues': [('oval', 'rounded like an egg'),\n",
+ " 'clues': [('ovate', 'rounded like an egg'),\n",
+ " ('oval-shaped', 'rounded like an egg'),\n",
+ " ('oviform', 'rounded like an egg'),\n",
+ " ('elliptical',\n",
+ " 'characterized by extreme economy of expression or omission of superfluous elements; ; - H.O.Taylor'),\n",
+ " ('ovoid', 'rounded like an egg'),\n",
" ('prolate', 'rounded like an egg'),\n",
" ('egg-shaped', 'rounded like an egg'),\n",
- " ('elliptical', 'rounded like an egg'),\n",
- " ('ovate', 'rounded like an egg'),\n",
- " ('ovoid', 'rounded like an egg'),\n",
- " ('oviform', 'rounded like an egg'),\n",
- " ('oval-shaped', 'rounded like an egg')]},\n",
+ " ('oval', 'rounded like an egg')]},\n",
" {'answer': 'elliptical',\n",
" 'hint': 'synonyms for elliptical',\n",
- " 'clues': [('oval', 'rounded like an egg'),\n",
- " ('prolate', 'rounded like an egg'),\n",
- " ('egg-shaped', 'rounded like an egg'),\n",
+ " 'clues': [('ovate', 'rounded like an egg'),\n",
+ " ('oval-shaped', 'rounded like an egg'),\n",
+ " ('oviform', 'rounded like an egg'),\n",
" ('elliptic',\n",
" 'characterized by extreme economy of expression or omission of superfluous elements; ; - H.O.Taylor'),\n",
- " ('ovate', 'rounded like an egg'),\n",
" ('ovoid', 'rounded like an egg'),\n",
- " ('oviform', 'rounded like an egg'),\n",
- " ('oval-shaped', 'rounded like an egg')]},\n",
+ " ('prolate', 'rounded like an egg'),\n",
+ " ('egg-shaped', 'rounded like an egg'),\n",
+ " ('oval', 'rounded like an egg')]},\n",
" {'answer': 'elongated',\n",
" 'hint': 'synonyms for elongated',\n",
- " 'clues': [('lengthened', 'drawn out or made longer spatially'),\n",
- " ('prolonged', 'drawn out or made longer spatially'),\n",
+ " 'clues': [('elongate',\n",
+ " 'having notably more length than width; being long and slender'),\n",
+ " ('lengthened', 'drawn out or made longer spatially'),\n",
" ('extended', 'drawn out or made longer spatially'),\n",
- " ('elongate',\n",
- " 'having notably more length than width; being long and slender')]},\n",
+ " ('prolonged', 'drawn out or made longer spatially')]},\n",
" {'answer': 'eloquent',\n",
" 'hint': 'synonyms for eloquent',\n",
- " 'clues': [('silver', 'expressing yourself readily, clearly, effectively'),\n",
+ " 'clues': [('fluent', 'expressing yourself readily, clearly, effectively'),\n",
" ('silver-tongued', 'expressing yourself readily, clearly, effectively'),\n",
- " ('fluent', 'expressing yourself readily, clearly, effectively'),\n",
+ " ('smooth-spoken', 'expressing yourself readily, clearly, effectively'),\n",
" ('facile', 'expressing yourself readily, clearly, effectively'),\n",
- " ('smooth-spoken', 'expressing yourself readily, clearly, effectively')]},\n",
+ " ('silver', 'expressing yourself readily, clearly, effectively')]},\n",
" {'answer': 'elusive',\n",
" 'hint': 'synonyms for elusive',\n",
- " 'clues': [('subtle',\n",
- " 'difficult to detect or grasp by the mind or analyze'),\n",
- " ('baffling',\n",
+ " 'clues': [('baffling',\n",
" 'making great mental demands; hard to comprehend or solve or believe'),\n",
- " ('tough',\n",
- " 'making great mental demands; hard to comprehend or solve or believe'),\n",
- " ('problematic',\n",
+ " ('problematical',\n",
" 'making great mental demands; hard to comprehend or solve or believe'),\n",
" ('knotty',\n",
+ " 'making great mental demands; hard to comprehend or solve or believe'),\n",
+ " ('subtle', 'difficult to detect or grasp by the mind or analyze'),\n",
+ " ('tough',\n",
" 'making great mental demands; hard to comprehend or solve or believe')]},\n",
" {'answer': 'emaciated',\n",
" 'hint': 'synonyms for emaciated',\n",
- " 'clues': [('skeletal',\n",
- " 'very thin especially from disease or hunger or cold'),\n",
- " ('gaunt', 'very thin especially from disease or hunger or cold'),\n",
+ " 'clues': [('gaunt', 'very thin especially from disease or hunger or cold'),\n",
+ " ('cadaverous', 'very thin especially from disease or hunger or cold'),\n",
" ('pinched', 'very thin especially from disease or hunger or cold'),\n",
" ('bony', 'very thin especially from disease or hunger or cold'),\n",
" ('wasted', 'very thin especially from disease or hunger or cold'),\n",
- " ('cadaverous', 'very thin especially from disease or hunger or cold'),\n",
- " ('haggard', 'very thin especially from disease or hunger or cold')]},\n",
+ " ('haggard', 'very thin especially from disease or hunger or cold'),\n",
+ " ('skeletal', 'very thin especially from disease or hunger or cold')]},\n",
" {'answer': 'emasculate',\n",
" 'hint': 'synonyms for emasculate',\n",
- " 'clues': [('epicene', 'having unsuitable feminine qualities'),\n",
- " ('effeminate', 'having unsuitable feminine qualities'),\n",
+ " 'clues': [('effeminate', 'having unsuitable feminine qualities'),\n",
+ " ('sissified', 'having unsuitable feminine qualities'),\n",
" ('cissy', 'having unsuitable feminine qualities'),\n",
" ('sissy', 'having unsuitable feminine qualities'),\n",
- " ('sissified', 'having unsuitable feminine qualities'),\n",
+ " ('epicene', 'having unsuitable feminine qualities'),\n",
" ('sissyish', 'having unsuitable feminine qualities')]},\n",
" {'answer': 'embarrassed',\n",
" 'hint': 'synonyms for embarrassed',\n",
- " 'clues': [('chagrined',\n",
+ " 'clues': [('abashed',\n",
" 'feeling or caused to feel uneasy and self-conscious'),\n",
" ('humiliated',\n",
" 'made to feel uncomfortable because of shame or wounded pride'),\n",
- " ('abashed', 'feeling or caused to feel uneasy and self-conscious'),\n",
" ('mortified',\n",
- " 'made to feel uncomfortable because of shame or wounded pride')]},\n",
+ " 'made to feel uncomfortable because of shame or wounded pride'),\n",
+ " ('chagrined', 'feeling or caused to feel uneasy and self-conscious')]},\n",
" {'answer': 'embarrassing',\n",
" 'hint': 'synonyms for embarrassing',\n",
- " 'clues': [('sticky',\n",
- " 'hard to deal with; especially causing pain or embarrassment'),\n",
- " ('unenviable',\n",
+ " 'clues': [('unenviable',\n",
" 'hard to deal with; especially causing pain or embarrassment'),\n",
" ('awkward',\n",
" 'hard to deal with; especially causing pain or embarrassment'),\n",
- " ('mortifying', 'causing to feel shame or chagrin or vexation')]},\n",
+ " ('mortifying', 'causing to feel shame or chagrin or vexation'),\n",
+ " ('sticky',\n",
+ " 'hard to deal with; especially causing pain or embarrassment')]},\n",
" {'answer': 'emblematic',\n",
" 'hint': 'synonyms for emblematic',\n",
- " 'clues': [('emblematical',\n",
+ " 'clues': [('symbolic',\n",
" 'serving as a visible symbol for something abstract'),\n",
- " ('symbolical', 'serving as a visible symbol for something abstract'),\n",
- " ('typic', 'being or serving as an illustration of a type'),\n",
- " ('exemplary', 'being or serving as an illustration of a type')]},\n",
+ " ('emblematical', 'serving as a visible symbol for something abstract'),\n",
+ " ('exemplary', 'being or serving as an illustration of a type'),\n",
+ " ('typic', 'being or serving as an illustration of a type')]},\n",
" {'answer': 'embodied',\n",
" 'hint': 'synonyms for embodied',\n",
- " 'clues': [('bodied',\n",
+ " 'clues': [('corporal',\n",
" 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('corporal', 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('incarnate', 'possessing or existing in bodily form; - Shakespeare'),\n",
- " ('corporate', 'possessing or existing in bodily form; - Shakespeare')]},\n",
+ " ('bodied', 'possessing or existing in bodily form; - Shakespeare'),\n",
+ " ('corporate', 'possessing or existing in bodily form; - Shakespeare'),\n",
+ " ('incarnate', 'possessing or existing in bodily form; - Shakespeare')]},\n",
" {'answer': 'eminent',\n",
" 'hint': 'synonyms for eminent',\n",
- " 'clues': [('lofty',\n",
+ " 'clues': [('soaring',\n",
" 'of imposing height; especially standing out above others'),\n",
- " ('soaring', 'of imposing height; especially standing out above others'),\n",
- " ('towering', 'of imposing height; especially standing out above others'),\n",
- " ('high', 'standing above others in quality or position')]},\n",
+ " ('high', 'standing above others in quality or position'),\n",
+ " ('lofty', 'of imposing height; especially standing out above others'),\n",
+ " ('towering',\n",
+ " 'of imposing height; especially standing out above others')]},\n",
" {'answer': 'empty-headed',\n",
" 'hint': 'synonyms for empty-headed',\n",
- " 'clues': [('airheaded', 'lacking seriousness; given to frivolity'),\n",
+ " 'clues': [('dizzy', 'lacking seriousness; given to frivolity'),\n",
+ " ('light-headed', 'lacking seriousness; given to frivolity'),\n",
+ " ('silly', 'lacking seriousness; given to frivolity'),\n",
" ('giddy', 'lacking seriousness; given to frivolity'),\n",
- " ('dizzy', 'lacking seriousness; given to frivolity'),\n",
- " ('lightheaded', 'lacking seriousness; given to frivolity'),\n",
- " ('featherbrained', 'lacking seriousness; given to frivolity'),\n",
- " ('silly', 'lacking seriousness; given to frivolity')]},\n",
+ " ('airheaded', 'lacking seriousness; given to frivolity'),\n",
+ " ('featherbrained', 'lacking seriousness; given to frivolity')]},\n",
" {'answer': 'enamored',\n",
" 'hint': 'synonyms for enamored',\n",
- " 'clues': [('smitten', 'marked by foolish or unreasoning fondness'),\n",
+ " 'clues': [('taken with', 'marked by foolish or unreasoning fondness'),\n",
" ('in love', 'marked by foolish or unreasoning fondness'),\n",
+ " ('potty', 'marked by foolish or unreasoning fondness'),\n",
" ('soft on', 'marked by foolish or unreasoning fondness'),\n",
" ('infatuated', 'marked by foolish or unreasoning fondness'),\n",
- " ('potty', 'marked by foolish or unreasoning fondness'),\n",
- " ('taken with', 'marked by foolish or unreasoning fondness')]},\n",
+ " ('smitten', 'marked by foolish or unreasoning fondness')]},\n",
" {'answer': 'enceinte',\n",
" 'hint': 'synonyms for enceinte',\n",
- " 'clues': [('gravid', 'in an advanced stage of pregnancy'),\n",
- " ('expectant', 'in an advanced stage of pregnancy'),\n",
+ " 'clues': [('great', 'in an advanced stage of pregnancy'),\n",
+ " ('large', 'in an advanced stage of pregnancy'),\n",
" ('with child', 'in an advanced stage of pregnancy'),\n",
- " ('great', 'in an advanced stage of pregnancy'),\n",
- " ('big', 'in an advanced stage of pregnancy'),\n",
" ('heavy', 'in an advanced stage of pregnancy'),\n",
- " ('large', 'in an advanced stage of pregnancy')]},\n",
+ " ('expectant', 'in an advanced stage of pregnancy'),\n",
+ " ('gravid', 'in an advanced stage of pregnancy'),\n",
+ " ('big', 'in an advanced stage of pregnancy')]},\n",
" {'answer': 'enchanting',\n",
" 'hint': 'synonyms for enchanting',\n",
- " 'clues': [('captivating', 'capturing interest as if by a spell'),\n",
- " ('bewitching', 'capturing interest as if by a spell'),\n",
+ " 'clues': [('bewitching', 'capturing interest as if by a spell'),\n",
" ('fascinating', 'capturing interest as if by a spell'),\n",
- " ('enthralling', 'capturing interest as if by a spell'),\n",
- " ('entrancing', 'capturing interest as if by a spell')]},\n",
+ " ('entrancing', 'capturing interest as if by a spell'),\n",
+ " ('captivating', 'capturing interest as if by a spell'),\n",
+ " ('enthralling', 'capturing interest as if by a spell')]},\n",
" {'answer': 'encompassing',\n",
" 'hint': 'synonyms for encompassing',\n",
" 'clues': [('wide', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('surrounding', 'closely encircling'),\n",
" ('extensive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('circumferent', 'closely encircling'),\n",
- " ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
" ('blanket', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
- " ('all-encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner')]},\n",
+ " ('panoptic', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('across-the-board', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('broad', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-embracing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-inclusive', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('all-encompassing', 'broad in scope or content; ; ; ; ; - T.G.Winner'),\n",
+ " ('surrounding', 'closely encircling')]},\n",
" {'answer': 'ended',\n",
" 'hint': 'synonyms for ended',\n",
- " 'clues': [('concluded', 'having come or been brought to a conclusion'),\n",
+ " 'clues': [('complete', 'having come or been brought to a conclusion'),\n",
" ('over', 'having come or been brought to a conclusion'),\n",
- " ('complete', 'having come or been brought to a conclusion'),\n",
" ('terminated', 'having come or been brought to a conclusion'),\n",
- " ('all over', 'having come or been brought to a conclusion')]},\n",
+ " ('all over', 'having come or been brought to a conclusion'),\n",
+ " ('concluded', 'having come or been brought to a conclusion')]},\n",
" {'answer': 'endemic',\n",
" 'hint': 'synonyms for endemic',\n",
- " 'clues': [('indigenous', 'originating where it is found'),\n",
+ " 'clues': [('autochthonal', 'originating where it is found'),\n",
+ " ('indigenous', 'originating where it is found'),\n",
" ('autochthonous', 'originating where it is found'),\n",
- " ('endemical',\n",
- " 'of or relating to a disease (or anything resembling a disease) constantly present to greater or lesser extent in a particular locality'),\n",
" ('autochthonic', 'originating where it is found'),\n",
- " ('autochthonal', 'originating where it is found')]},\n",
+ " ('endemical',\n",
+ " 'of or relating to a disease (or anything resembling a disease) constantly present to greater or lesser extent in a particular locality')]},\n",
" {'answer': 'endless',\n",
" 'hint': 'synonyms for endless',\n",
- " 'clues': [('dateless', 'having no known beginning and presumably no end'),\n",
+ " 'clues': [('sempiternal',\n",
+ " 'having no known beginning and presumably no end'),\n",
+ " ('dateless', 'having no known beginning and presumably no end'),\n",
" ('interminable', 'tiresomely long; seemingly without end'),\n",
- " ('sempiternal', 'having no known beginning and presumably no end'),\n",
" ('eternal', 'tiresomely long; seemingly without end')]},\n",
" {'answer': 'engaged',\n",
" 'hint': 'synonyms for engaged',\n",
- " 'clues': [('in use',\n",
+ " 'clues': [('busy',\n",
+ " \"(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)\"),\n",
+ " ('in use',\n",
" \"(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)\"),\n",
" ('booked', 'reserved in advance'),\n",
+ " ('set-aside', 'reserved in advance'),\n",
" ('meshed',\n",
" '(used of toothed parts or gears) interlocked and interacting'),\n",
" ('intermeshed',\n",
" '(used of toothed parts or gears) interlocked and interacting'),\n",
- " ('busy',\n",
- " \"(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)\"),\n",
- " ('occupied', 'having ones attention or mind or energy engaged'),\n",
- " ('set-aside', 'reserved in advance')]},\n",
+ " ('occupied', 'having ones attention or mind or energy engaged')]},\n",
" {'answer': 'engraved',\n",
" 'hint': 'synonyms for engraved',\n",
- " 'clues': [('graven', 'cut or impressed into a surface'),\n",
- " ('inscribed', 'cut or impressed into a surface'),\n",
- " ('etched', 'cut or impressed into a surface'),\n",
- " ('incised', 'cut or impressed into a surface')]},\n",
+ " 'clues': [('inscribed', 'cut or impressed into a surface'),\n",
+ " ('graven', 'cut or impressed into a surface'),\n",
+ " ('incised', 'cut or impressed into a surface'),\n",
+ " ('etched', 'cut or impressed into a surface')]},\n",
" {'answer': 'engrossed',\n",
" 'hint': 'synonyms for engrossed',\n",
" 'clues': [('captive',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
- " ('wrapped',\n",
- " 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
" ('intent',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
" ('absorbed',\n",
+ " 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
+ " ('enwrapped',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare')]},\n",
" {'answer': 'engrossing',\n",
" 'hint': 'synonyms for engrossing',\n",
- " 'clues': [('gripping', 'capable of arousing and holding the attention'),\n",
+ " 'clues': [('fascinating', 'capable of arousing and holding the attention'),\n",
+ " ('gripping', 'capable of arousing and holding the attention'),\n",
" ('absorbing', 'capable of arousing and holding the attention'),\n",
- " ('riveting', 'capable of arousing and holding the attention'),\n",
- " ('fascinating', 'capable of arousing and holding the attention')]},\n",
+ " ('riveting', 'capable of arousing and holding the attention')]},\n",
" {'answer': 'enlarged',\n",
" 'hint': 'synonyms for enlarged',\n",
- " 'clues': [('hypertrophied',\n",
+ " 'clues': [('blown-up', 'as of a photograph; made larger'),\n",
+ " ('hypertrophied',\n",
" '(of an organ or body part) excessively enlarged as a result of increased size in the constituent cells'),\n",
- " ('exaggerated', 'enlarged to an abnormal degree'),\n",
- " ('blown-up', 'as of a photograph; made larger'),\n",
- " ('magnified', 'enlarged to an abnormal degree')]},\n",
+ " ('magnified', 'enlarged to an abnormal degree'),\n",
+ " ('exaggerated', 'enlarged to an abnormal degree')]},\n",
" {'answer': 'enraged',\n",
" 'hint': 'synonyms for enraged',\n",
- " 'clues': [('infuriated', 'marked by extreme anger'),\n",
- " ('furious', 'marked by extreme anger'),\n",
+ " 'clues': [('maddened', 'marked by extreme anger'),\n",
" ('angered', 'marked by extreme anger'),\n",
- " ('maddened', 'marked by extreme anger')]},\n",
+ " ('infuriated', 'marked by extreme anger'),\n",
+ " ('furious', 'marked by extreme anger')]},\n",
" {'answer': 'enraptured',\n",
" 'hint': 'synonyms for enraptured',\n",
" 'clues': [('rhapsodic', 'feeling great rapture or delight'),\n",
- " ('ecstatic', 'feeling great rapture or delight'),\n",
" ('rapturous', 'feeling great rapture or delight'),\n",
- " ('rapt', 'feeling great rapture or delight')]},\n",
+ " ('rapt', 'feeling great rapture or delight'),\n",
+ " ('ecstatic', 'feeling great rapture or delight')]},\n",
" {'answer': 'ensuant',\n",
" 'hint': 'synonyms for ensuant',\n",
- " 'clues': [('resultant', 'following or accompanying as a consequence'),\n",
- " ('sequent', 'following or accompanying as a consequence'),\n",
- " ('consequent', 'following or accompanying as a consequence'),\n",
+ " 'clues': [('consequent', 'following or accompanying as a consequence'),\n",
+ " ('attendant', 'following or accompanying as a consequence'),\n",
" ('concomitant', 'following or accompanying as a consequence'),\n",
- " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('resultant', 'following or accompanying as a consequence'),\n",
" ('accompanying', 'following or accompanying as a consequence'),\n",
- " ('attendant', 'following or accompanying as a consequence')]},\n",
+ " ('incidental', 'following or accompanying as a consequence'),\n",
+ " ('sequent', 'following or accompanying as a consequence')]},\n",
" {'answer': 'enthralled',\n",
" 'hint': 'synonyms for enthralled',\n",
- " 'clues': [('entranced', 'filled with wonder and delight'),\n",
+ " 'clues': [('charmed', 'filled with wonder and delight'),\n",
+ " ('entranced', 'filled with wonder and delight'),\n",
" ('beguiled', 'filled with wonder and delight'),\n",
" ('delighted', 'filled with wonder and delight'),\n",
- " ('captivated', 'filled with wonder and delight'),\n",
- " ('charmed', 'filled with wonder and delight')]},\n",
+ " ('captivated', 'filled with wonder and delight')]},\n",
" {'answer': 'enthralling',\n",
" 'hint': 'synonyms for enthralling',\n",
- " 'clues': [('captivating', 'capturing interest as if by a spell'),\n",
+ " 'clues': [('bewitching', 'capturing interest as if by a spell'),\n",
" ('enchanting', 'capturing interest as if by a spell'),\n",
- " ('bewitching', 'capturing interest as if by a spell'),\n",
" ('fascinating', 'capturing interest as if by a spell'),\n",
- " ('entrancing', 'capturing interest as if by a spell')]},\n",
+ " ('entrancing', 'capturing interest as if by a spell'),\n",
+ " ('captivating', 'capturing interest as if by a spell')]},\n",
" {'answer': 'entire',\n",
" 'hint': 'synonyms for entire',\n",
- " 'clues': [('integral',\n",
+ " 'clues': [('intact',\n",
" 'constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon'),\n",
- " ('intact', '(used of domestic animals) sexually competent'),\n",
+ " ('total', 'constituting the full quantity or extent; complete'),\n",
" ('full', 'constituting the full quantity or extent; complete'),\n",
- " ('total', 'constituting the full quantity or extent; complete')]},\n",
+ " ('integral',\n",
+ " 'constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon')]},\n",
" {'answer': 'entranced',\n",
" 'hint': 'synonyms for entranced',\n",
- " 'clues': [('beguiled', 'filled with wonder and delight'),\n",
+ " 'clues': [('charmed', 'filled with wonder and delight'),\n",
" ('enthralled', 'filled with wonder and delight'),\n",
+ " ('beguiled', 'filled with wonder and delight'),\n",
" ('delighted', 'filled with wonder and delight'),\n",
- " ('captivated', 'filled with wonder and delight'),\n",
- " ('charmed', 'filled with wonder and delight')]},\n",
+ " ('captivated', 'filled with wonder and delight')]},\n",
" {'answer': 'entrancing',\n",
" 'hint': 'synonyms for entrancing',\n",
- " 'clues': [('captivating', 'capturing interest as if by a spell'),\n",
+ " 'clues': [('bewitching', 'capturing interest as if by a spell'),\n",
" ('enchanting', 'capturing interest as if by a spell'),\n",
- " ('bewitching', 'capturing interest as if by a spell'),\n",
" ('fascinating', 'capturing interest as if by a spell'),\n",
+ " ('captivating', 'capturing interest as if by a spell'),\n",
" ('enthralling', 'capturing interest as if by a spell')]},\n",
" {'answer': 'enwrapped',\n",
" 'hint': 'synonyms for enwrapped',\n",
- " 'clues': [('captive',\n",
+ " 'clues': [('engrossed',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
- " ('wrapped',\n",
+ " ('captive',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
" ('intent',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
" ('absorbed',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare'),\n",
- " ('engrossed',\n",
+ " ('wrapped',\n",
" 'giving or marked by complete attention to; ; ; - Walter de la Mare')]},\n",
" {'answer': 'eonian',\n",
" 'hint': 'synonyms for eonian',\n",
- " 'clues': [('perpetual', 'continuing forever or indefinitely'),\n",
- " ('everlasting', 'continuing forever or indefinitely'),\n",
+ " 'clues': [('everlasting', 'continuing forever or indefinitely'),\n",
" ('unending', 'continuing forever or indefinitely'),\n",
- " ('aeonian', 'of or relating to a geological eon (longer than an era)'),\n",
- " ('eternal', 'continuing forever or indefinitely'),\n",
" ('unceasing', 'continuing forever or indefinitely'),\n",
- " ('ageless', 'continuing forever or indefinitely')]},\n",
+ " ('perpetual', 'continuing forever or indefinitely'),\n",
+ " ('aeonian', 'of or relating to a geological eon (longer than an era)'),\n",
+ " ('ageless', 'continuing forever or indefinitely'),\n",
+ " ('eternal', 'continuing forever or indefinitely')]},\n",
" {'answer': 'ephemeral',\n",
" 'hint': 'synonyms for ephemeral',\n",
- " 'clues': [('passing', 'lasting a very short time'),\n",
+ " 'clues': [('transient', 'lasting a very short time'),\n",
+ " ('short-lived', 'lasting a very short time'),\n",
" ('fugacious', 'lasting a very short time'),\n",
- " ('transitory', 'lasting a very short time'),\n",
- " ('transient', 'lasting a very short time'),\n",
- " ('short-lived', 'lasting a very short time')]},\n",
+ " ('passing', 'lasting a very short time'),\n",
+ " ('transitory', 'lasting a very short time')]},\n",
" {'answer': 'epicene',\n",
" 'hint': 'synonyms for epicene',\n",
- " 'clues': [('sissyish', 'having unsuitable feminine qualities'),\n",
- " ('effeminate', 'having unsuitable feminine qualities'),\n",
- " ('cissy', 'having unsuitable feminine qualities'),\n",
+ " 'clues': [('effeminate', 'having unsuitable feminine qualities'),\n",
+ " ('sissified', 'having unsuitable feminine qualities'),\n",
+ " ('bisexual', 'having an ambiguous sexual identity'),\n",
" ('emasculate', 'having unsuitable feminine qualities'),\n",
" ('sissy', 'having unsuitable feminine qualities'),\n",
- " ('sissified', 'having unsuitable feminine qualities'),\n",
- " ('bisexual', 'having an ambiguous sexual identity')]},\n",
+ " ('cissy', 'having unsuitable feminine qualities'),\n",
+ " ('sissyish', 'having unsuitable feminine qualities')]},\n",
" {'answer': 'epicurean',\n",
" 'hint': 'synonyms for epicurean',\n",
- " 'clues': [('hedonic', 'devoted to pleasure'),\n",
- " ('voluptuous',\n",
- " 'displaying luxury and furnishing gratification to the senses'),\n",
- " ('luxurious',\n",
+ " 'clues': [('sybaritic',\n",
" 'displaying luxury and furnishing gratification to the senses'),\n",
+ " ('hedonistic', 'devoted to pleasure'),\n",
" ('luxuriant',\n",
" 'displaying luxury and furnishing gratification to the senses'),\n",
- " ('sybaritic',\n",
- " 'displaying luxury and furnishing gratification to the senses'),\n",
" ('voluptuary',\n",
" 'displaying luxury and furnishing gratification to the senses'),\n",
- " ('hedonistic', 'devoted to pleasure')]},\n",
+ " ('luxurious',\n",
+ " 'displaying luxury and furnishing gratification to the senses'),\n",
+ " ('voluptuous',\n",
+ " 'displaying luxury and furnishing gratification to the senses'),\n",
+ " ('hedonic', 'devoted to pleasure')]},\n",
" {'answer': 'equanimous',\n",
" 'hint': 'synonyms for equanimous',\n",
" 'clues': [('collected', 'in full control of your faculties'),\n",
+ " ('poised', 'in full control of your faculties'),\n",
" ('self-contained', 'in full control of your faculties'),\n",
" ('self-possessed', 'in full control of your faculties'),\n",
- " ('poised', 'in full control of your faculties'),\n",
" ('self-collected', 'in full control of your faculties')]},\n",
" {'answer': 'equipped',\n",
" 'hint': 'synonyms for equipped',\n",
" 'clues': [('fitted out', 'prepared with proper equipment'),\n",
- " ('weaponed', 'carrying weapons'),\n",
+ " ('equipt',\n",
+ " 'provided or fitted out with what is necessary or useful or appropriate'),\n",
" ('furnished',\n",
" 'provided with whatever is necessary for a purpose (as furniture or equipment or authority)'),\n",
- " ('equipt',\n",
- " 'provided or fitted out with what is necessary or useful or appropriate')]},\n",
+ " ('weaponed', 'carrying weapons')]},\n",
" {'answer': 'erose',\n",
" 'hint': 'synonyms for erose',\n",
- " 'clues': [('jagged',\n",
+ " 'clues': [('toothed',\n",
" 'having an irregularly notched or toothed margin as though gnawed'),\n",
" ('jaggy',\n",
" 'having an irregularly notched or toothed margin as though gnawed'),\n",
- " ('toothed',\n",
- " 'having an irregularly notched or toothed margin as though gnawed'),\n",
" ('notched',\n",
+ " 'having an irregularly notched or toothed margin as though gnawed'),\n",
+ " ('jagged',\n",
" 'having an irregularly notched or toothed margin as though gnawed')]},\n",
" {'answer': 'erosive',\n",
" 'hint': 'synonyms for erosive',\n",
- " 'clues': [('mordant',\n",
+ " 'clues': [('caustic',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
" ('corrosive',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
- " ('vitriolic',\n",
+ " ('mordant',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action'),\n",
- " ('caustic',\n",
+ " ('vitriolic',\n",
" 'of a substance, especially a strong acid; capable of destroying or eating away by chemical action')]},\n",
" {'answer': 'erratic',\n",
" 'hint': 'synonyms for erratic',\n",
- " 'clues': [('quicksilver', 'liable to sudden unpredictable change'),\n",
- " ('fickle', 'liable to sudden unpredictable change'),\n",
+ " 'clues': [('fickle', 'liable to sudden unpredictable change'),\n",
+ " ('quicksilver', 'liable to sudden unpredictable change'),\n",
+ " ('mercurial', 'liable to sudden unpredictable change'),\n",
" ('temperamental',\n",
" 'likely to perform unpredictably; ; ; - Osbert Lancaster'),\n",
- " ('mercurial', 'liable to sudden unpredictable change'),\n",
- " ('wandering', 'having no fixed course'),\n",
- " ('planetary', 'having no fixed course')]},\n",
+ " ('planetary', 'having no fixed course'),\n",
+ " ('wandering', 'having no fixed course')]},\n",
" {'answer': 'erstwhile',\n",
" 'hint': 'synonyms for erstwhile',\n",
- " 'clues': [('former', 'belonging to some prior time'),\n",
- " ('old', 'belonging to some prior time'),\n",
- " ('quondam', 'belonging to some prior time'),\n",
+ " 'clues': [('quondam', 'belonging to some prior time'),\n",
+ " ('former', 'belonging to some prior time'),\n",
+ " ('one-time', 'belonging to some prior time'),\n",
" ('sometime', 'belonging to some prior time'),\n",
- " ('onetime', 'belonging to some prior time')]},\n",
+ " ('old', 'belonging to some prior time')]},\n",
" {'answer': 'essential',\n",
" 'hint': 'synonyms for essential',\n",
- " 'clues': [('substantive',\n",
+ " 'clues': [('of the essence', 'of the greatest importance'),\n",
+ " ('substantive',\n",
" 'defining rights and duties as opposed to giving the rules by which rights and duties are established'),\n",
- " ('of the essence', 'of the greatest importance'),\n",
- " ('all important', 'of the greatest importance'),\n",
" ('indispensable', 'absolutely necessary; vitally necessary'),\n",
- " ('crucial', 'of the greatest importance')]},\n",
+ " ('crucial', 'of the greatest importance'),\n",
+ " ('all-important', 'of the greatest importance')]},\n",
" {'answer': 'established',\n",
" 'hint': 'synonyms for established',\n",
- " 'clues': [('naturalized',\n",
- " 'introduced from another region and persisting without cultivation'),\n",
- " ('effected', 'settled securely and unconditionally'),\n",
+ " 'clues': [('effected', 'settled securely and unconditionally'),\n",
" ('accomplished', 'settled securely and unconditionally'),\n",
+ " ('naturalized',\n",
+ " 'introduced from another region and persisting without cultivation'),\n",
+ " ('conventional', 'conforming with accepted standards'),\n",
" ('constituted',\n",
- " 'brought about or set up or accepted; especially long established'),\n",
- " ('conventional', 'conforming with accepted standards')]},\n",
+ " 'brought about or set up or accepted; especially long established')]},\n",
" {'answer': 'estimable',\n",
" 'hint': 'synonyms for estimable',\n",
- " 'clues': [('good', 'deserving of esteem and respect'),\n",
- " ('honorable', 'deserving of esteem and respect'),\n",
+ " 'clues': [('honorable', 'deserving of esteem and respect'),\n",
+ " ('computable', 'may be computed or estimated'),\n",
" ('respectable', 'deserving of esteem and respect'),\n",
- " ('computable', 'may be computed or estimated')]},\n",
+ " ('good', 'deserving of esteem and respect')]},\n",
" {'answer': 'esurient',\n",
" 'hint': 'synonyms for esurient',\n",
- " 'clues': [('ravening', 'devouring or craving food in great quantities'),\n",
+ " 'clues': [('famished', 'extremely hungry'),\n",
+ " ('ravenous', 'devouring or craving food in great quantities'),\n",
" ('voracious', 'devouring or craving food in great quantities'),\n",
" ('wolfish', 'devouring or craving food in great quantities'),\n",
+ " ('rapacious', 'devouring or craving food in great quantities'),\n",
+ " ('starved', 'extremely hungry'),\n",
+ " ('ravening', 'devouring or craving food in great quantities'),\n",
" ('devouring',\n",
" \"(often followed by `for') ardently or excessively desirous\"),\n",
- " ('famished', 'extremely hungry'),\n",
- " ('rapacious', 'devouring or craving food in great quantities'),\n",
- " ('sharp-set', 'extremely hungry'),\n",
- " ('ravenous', 'devouring or craving food in great quantities'),\n",
+ " ('greedy', \"(often followed by `for') ardently or excessively desirous\"),\n",
" ('avid', \"(often followed by `for') ardently or excessively desirous\"),\n",
- " ('starved', 'extremely hungry'),\n",
- " ('edacious', 'devouring or craving food in great quantities'),\n",
- " ('greedy',\n",
- " \"(often followed by `for') ardently or excessively desirous\")]},\n",
+ " ('sharp-set', 'extremely hungry'),\n",
+ " ('edacious', 'devouring or craving food in great quantities')]},\n",
" {'answer': 'etched',\n",
" 'hint': 'synonyms for etched',\n",
- " 'clues': [('graven', 'cut or impressed into a surface'),\n",
- " ('inscribed', 'cut or impressed into a surface'),\n",
- " ('engraved', 'cut or impressed into a surface'),\n",
- " ('incised', 'cut or impressed into a surface')]},\n",
+ " 'clues': [('inscribed', 'cut or impressed into a surface'),\n",
+ " ('graven', 'cut or impressed into a surface'),\n",
+ " ('incised', 'cut or impressed into a surface'),\n",
+ " ('engraved', 'cut or impressed into a surface')]},\n",
" {'answer': 'eternal',\n",
" 'hint': 'synonyms for eternal',\n",
- " 'clues': [('perpetual', 'continuing forever or indefinitely'),\n",
- " ('everlasting', 'continuing forever or indefinitely'),\n",
- " ('interminable', 'tiresomely long; seemingly without end'),\n",
- " ('unending', 'continuing forever or indefinitely'),\n",
+ " 'clues': [('interminable', 'tiresomely long; seemingly without end'),\n",
" ('eonian', 'continuing forever or indefinitely'),\n",
+ " ('endless', 'tiresomely long; seemingly without end'),\n",
+ " ('unending', 'continuing forever or indefinitely'),\n",
" ('unceasing', 'continuing forever or indefinitely'),\n",
- " ('ageless', 'continuing forever or indefinitely'),\n",
- " ('endless', 'tiresomely long; seemingly without end')]},\n",
+ " ('perpetual', 'continuing forever or indefinitely'),\n",
+ " ('everlasting', 'continuing forever or indefinitely'),\n",
+ " ('ageless', 'continuing forever or indefinitely')]},\n",
" {'answer': 'ethereal',\n",
" 'hint': 'synonyms for ethereal',\n",
- " 'clues': [('airy',\n",
+ " 'clues': [('gossamer', 'characterized by unusual lightness and delicacy'),\n",
+ " ('supernal', 'of heaven or the spirit'),\n",
+ " ('aeriform',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
" ('celestial', 'of heaven or the spirit'),\n",
- " ('gossamer', 'characterized by unusual lightness and delicacy'),\n",
- " ('aery',\n",
- " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
" ('aerial',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('aeriform',\n",
+ " ('airy',\n",
" 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle'),\n",
- " ('supernal', 'of heaven or the spirit')]},\n",
+ " ('aery',\n",
+ " 'characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle')]},\n",
" {'answer': 'ethnic',\n",
" 'hint': 'synonyms for ethnic',\n",
- " 'clues': [('ethnical',\n",
+ " 'clues': [('cultural',\n",
+ " 'denoting or deriving from or distinctive of the ways of living built up by a group of people; - J.F.Kennedy'),\n",
+ " ('ethnical',\n",
" 'denoting or deriving from or distinctive of the ways of living built up by a group of people; - J.F.Kennedy'),\n",
- " ('pagan',\n",
- " 'not acknowledging the God of Christianity and Judaism and Islam'),\n",
" ('heathenish',\n",
" 'not acknowledging the God of Christianity and Judaism and Islam'),\n",
- " ('cultural',\n",
- " 'denoting or deriving from or distinctive of the ways of living built up by a group of people; - J.F.Kennedy'),\n",
" ('heathen',\n",
+ " 'not acknowledging the God of Christianity and Judaism and Islam'),\n",
+ " ('pagan',\n",
" 'not acknowledging the God of Christianity and Judaism and Islam')]},\n",
" {'answer': 'even',\n",
" 'hint': 'synonyms for even',\n",
@@ -45815,135 +45861,135 @@
" 'equal in degree or extent or amount; or equally matched or balanced')]},\n",
" {'answer': 'everlasting',\n",
" 'hint': 'synonyms for everlasting',\n",
- " 'clues': [('perpetual', 'continuing forever or indefinitely'),\n",
- " ('sodding',\n",
+ " 'clues': [('double-dyed',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('pure',\n",
+ " ('arrant',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('utter',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('consummate',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('thoroughgoing',\n",
- " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('arrant',\n",
+ " ('unending', 'continuing forever or indefinitely'),\n",
+ " ('stark',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('eonian', 'continuing forever or indefinitely'),\n",
- " ('gross',\n",
+ " ('pure',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('stark',\n",
+ " ('unadulterated',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('unending', 'continuing forever or indefinitely'),\n",
- " ('complete',\n",
+ " ('consummate',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
" ('perfect',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('eonian', 'continuing forever or indefinitely'),\n",
+ " ('thoroughgoing',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('unceasing', 'continuing forever or indefinitely'),\n",
" ('staring',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('double-dyed',\n",
+ " ('perpetual', 'continuing forever or indefinitely'),\n",
+ " ('ageless', 'continuing forever or indefinitely'),\n",
+ " ('gross',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('unadulterated',\n",
+ " ('sodding',\n",
" 'without qualification; used informally as (often pejorative) intensifiers'),\n",
- " ('eternal', 'continuing forever or indefinitely'),\n",
- " ('unceasing', 'continuing forever or indefinitely'),\n",
- " ('ageless', 'continuing forever or indefinitely')]},\n",
+ " ('complete',\n",
+ " 'without qualification; used informally as (often pejorative) intensifiers'),\n",
+ " ('eternal', 'continuing forever or indefinitely')]},\n",
" {'answer': 'everyday',\n",
" 'hint': 'synonyms for everyday',\n",
- " 'clues': [('mundane',\n",
+ " 'clues': [('daily', 'appropriate for ordinary or routine occasions'),\n",
+ " ('quotidian',\n",
" 'found in the ordinary course of events; ; ; - Anita Diamant'),\n",
" ('routine',\n",
" 'found in the ordinary course of events; ; ; - Anita Diamant'),\n",
- " ('daily', 'appropriate for ordinary or routine occasions'),\n",
- " ('quotidian',\n",
- " 'found in the ordinary course of events; ; ; - Anita Diamant'),\n",
- " ('workaday',\n",
+ " ('casual', 'appropriate for ordinary or routine occasions'),\n",
+ " ('mundane',\n",
" 'found in the ordinary course of events; ; ; - Anita Diamant'),\n",
" ('unremarkable',\n",
" 'found in the ordinary course of events; ; ; - Anita Diamant'),\n",
- " ('casual', 'appropriate for ordinary or routine occasions')]},\n",
+ " ('workaday',\n",
+ " 'found in the ordinary course of events; ; ; - Anita Diamant')]},\n",
" {'answer': 'evident',\n",
" 'hint': 'synonyms for evident',\n",
" 'clues': [('patent',\n",
" 'clearly revealed to the mind or the senses or judgment'),\n",
" ('discernible', 'capable of being seen or noticed'),\n",
+ " ('apparent', 'clearly revealed to the mind or the senses or judgment'),\n",
" ('unmistakable',\n",
" 'clearly revealed to the mind or the senses or judgment'),\n",
- " ('apparent', 'clearly revealed to the mind or the senses or judgment'),\n",
+ " ('plain', 'clearly revealed to the mind or the senses or judgment'),\n",
" ('manifest', 'clearly revealed to the mind or the senses or judgment'),\n",
- " ('observable', 'capable of being seen or noticed'),\n",
- " ('plain', 'clearly revealed to the mind or the senses or judgment')]},\n",
+ " ('observable', 'capable of being seen or noticed')]},\n",
" {'answer': 'evil',\n",
" 'hint': 'synonyms for evil',\n",
- " 'clues': [('malevolent', 'having or exerting a malignant influence'),\n",
- " ('vicious', 'having the nature of vice'),\n",
+ " 'clues': [('vicious', 'having the nature of vice'),\n",
+ " ('malefic', 'having or exerting a malignant influence'),\n",
" ('malign', 'having or exerting a malignant influence'),\n",
- " ('malefic', 'having or exerting a malignant influence')]},\n",
+ " ('malevolent', 'having or exerting a malignant influence')]},\n",
" {'answer': 'evocative',\n",
" 'hint': 'synonyms for evocative',\n",
- " 'clues': [('reminiscent', 'serving to bring to mind; - Wilder Hobson'),\n",
- " ('redolent', 'serving to bring to mind; - Wilder Hobson'),\n",
+ " 'clues': [('resonant', 'serving to bring to mind; - Wilder Hobson'),\n",
" ('remindful', 'serving to bring to mind; - Wilder Hobson'),\n",
- " ('resonant', 'serving to bring to mind; - Wilder Hobson')]},\n",
+ " ('redolent', 'serving to bring to mind; - Wilder Hobson'),\n",
+ " ('reminiscent', 'serving to bring to mind; - Wilder Hobson')]},\n",
" {'answer': 'ex',\n",
" 'hint': 'synonyms for ex',\n",
- " 'clues': [('passe', 'out of fashion'),\n",
- " ('antique', 'out of fashion'),\n",
+ " 'clues': [('antique', 'out of fashion'),\n",
+ " ('outmoded', 'out of fashion'),\n",
+ " ('passee', 'out of fashion'),\n",
" ('demode', 'out of fashion'),\n",
- " ('old-hat', 'out of fashion'),\n",
" ('old-fashioned', 'out of fashion'),\n",
- " ('outmoded', 'out of fashion')]},\n",
+ " ('old-hat', 'out of fashion')]},\n",
" {'answer': 'exacting',\n",
" 'hint': 'synonyms for exacting',\n",
- " 'clues': [('strict', 'severe and unremitting in making demands'),\n",
+ " 'clues': [('stern', 'severe and unremitting in making demands'),\n",
" ('fastidious',\n",
" 'having complicated nutritional requirements; especially growing only in special artificial cultures'),\n",
" ('exigent', 'requiring precise accuracy'),\n",
- " ('stern', 'severe and unremitting in making demands')]},\n",
+ " ('strict', 'severe and unremitting in making demands')]},\n",
" {'answer': 'exaggerated',\n",
" 'hint': 'synonyms for exaggerated',\n",
- " 'clues': [('enlarged', 'enlarged to an abnormal degree'),\n",
- " ('overstated', 'represented as greater than is true or reasonable'),\n",
+ " 'clues': [('magnified', 'enlarged to an abnormal degree'),\n",
" ('overdone', 'represented as greater than is true or reasonable'),\n",
- " ('magnified', 'enlarged to an abnormal degree')]},\n",
+ " ('enlarged', 'enlarged to an abnormal degree'),\n",
+ " ('overstated', 'represented as greater than is true or reasonable')]},\n",
" {'answer': 'exalted',\n",
" 'hint': 'synonyms for exalted',\n",
- " 'clues': [('elevated',\n",
+ " 'clues': [('grand',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('noble-minded',\n",
+ " ('sublime',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('rarefied',\n",
+ " ('elevated',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('high-flown',\n",
+ " ('rarified',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('high-minded',\n",
- " 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('grand',\n",
+ " ('high-flown',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
- " ('sublime',\n",
+ " ('noble-minded',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
" ('lofty',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
+ " ('high-minded',\n",
+ " 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks'),\n",
" ('idealistic',\n",
" 'of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks')]},\n",
" {'answer': 'exasperating',\n",
" 'hint': 'synonyms for exasperating',\n",
- " 'clues': [('maddening', 'extremely annoying or displeasing'),\n",
- " ('infuriating', 'extremely annoying or displeasing'),\n",
- " ('aggravating', 'making worse'),\n",
+ " 'clues': [('infuriating', 'extremely annoying or displeasing'),\n",
" ('exacerbating', 'making worse'),\n",
- " ('vexing', 'extremely annoying or displeasing')]},\n",
+ " ('vexing', 'extremely annoying or displeasing'),\n",
+ " ('maddening', 'extremely annoying or displeasing'),\n",
+ " ('aggravating', 'making worse')]},\n",
" {'answer': 'exceeding',\n",
" 'hint': 'synonyms for exceeding',\n",
" 'clues': [('exceptional',\n",
" 'far beyond what is usual in magnitude or degree'),\n",
" ('prodigious', 'far beyond what is usual in magnitude or degree'),\n",
- " ('olympian', 'far beyond what is usual in magnitude or degree'),\n",
- " ('surpassing', 'far beyond what is usual in magnitude or degree')]},\n",
+ " ('surpassing', 'far beyond what is usual in magnitude or degree'),\n",
+ " ('olympian', 'far beyond what is usual in magnitude or degree')]},\n",
" ...],\n",
" 'portion': 0}]"
]
},
- "execution_count": 95,
+ "execution_count": 30,
"metadata": {},
"output_type": "execute_result"
}
@@ -45962,7 +46008,7 @@
},
{
"cell_type": "code",
- "execution_count": 81,
+ "execution_count": 11,
"id": "091e0422-99be-4b20-a20d-17ac296990b6",
"metadata": {},
"outputs": [
@@ -45972,7 +46018,7 @@
"[['accost', 'address']]"
]
},
- "execution_count": 81,
+ "execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
@@ -46022,7 +46068,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.5"
+ "version": "3.11.6"
}
},
"nbformat": 4,
diff --git a/index.html b/index.html
index 44f5e9d..781eb82 100644
--- a/index.html
+++ b/index.html
@@ -41,5 +41,6 @@
</div>
<script src="/infinite-connections/static/corpus.js"></script>
<script src="/infinite-connections/static/script.js"></script>
+ <script src="/infinite-connections/static/full_corpus.js"></script>
</body>
</html>
diff --git a/static/corpus.js b/static/corpus.js
index ca26fb2..0a825ca 100644
--- a/static/corpus.js
+++ b/static/corpus.js
@@ -1 +1 @@
-var corpus = [{"name": "suffixes", "groups": [{"answer": "about", "hint": "_ about", "clues": [["gad", "a restless seeker after amusement or social companionship"], ["knock", "a sloop with a simplified rig and no bowsprit"], ["turn", "a decision to reverse an earlier decision"], ["walk", "a walking trip or tour"], ["run", "an open automobile having a front seat and a rumble seat"], ["round", "a road junction at which traffic streams circularly around a central island"], ["roust", "a member of a ship's crew who performs manual labor"], ["lay", "person who does no work"]]}, {"answer": "ache", "hint": "_ ache", "clues": [["head", "something or someone that causes anxiety; a source of unhappiness"], ["belly", "an ache localized in the stomach or abdominal region"], ["heart", "intense sorrow caused by loss of a loved one (especially by death)"], ["ear", "an ache localized in the middle or inner ear"], ["back", "an ache localized in the back"], ["stomach", "an ache localized in the stomach or abdominal region"], ["tooth", "an ache localized in or around a tooth"]]}, {"answer": "all", "hint": "_ all", "clues": [["catch", "an enclosure or receptacle for odds and ends"], ["carry", "a capacious bag or basket"], ["cover", "a loose-fitting protective garment that is worn over other clothing"], ["hold", "a capacious bag or basket"]]}, {"answer": "away", "hint": "_ away", "clues": [["break", "the act of breaking away or withdrawing from"], ["stow", "a person who hides aboard a ship or plane in the hope of getting free passage"], ["straight", "a straight segment of a roadway or racecourse"], ["get", "the attribute of being capable of rapid acceleration"], ["cast", "a person who is rejected (from society or home)"], ["throw", "(sometimes offensive) a homeless boy who has been abandoned and roams the streets"], ["tear", "a reckless and impetuous person"], ["take", "prepared food that is intended to be eaten off of the premises"], ["cut", "a representation (drawing or model) of something in which the outside is omitted to reveal the inner parts"], ["run", "an easy victory"], ["give", "a gift of public land or resources for the private gain of a limited group"], ["hide", "a hiding place; usually a remote place used by outlaws"], ["walk", "an easy victory"]]}, {"answer": "back", "hint": "_ back", "clues": [["razor", "a mongrel hog with a thin body and long legs and a ridged back; a wild or semi-wild descendant of improved breeds; found chiefly in the southeastern United States"], ["sling", "a shoe that has a strap that wraps around the heel"], ["throw", "an organism that has the characteristics of a more primitive type of that organism"], ["canvas", "North American wild duck valued for sport and food"], ["paper", "a book with paper covers"], ["feed", "the process in which part of the output of a system is returned to its input in order to regulate its further output"], ["hump", "an abnormal backward curve to the vertebral column"], ["full", "(football) the running back who plays the fullback position on the offensive team"], ["kick", "a commercial bribe paid by a seller to a purchasing agent in order to induce the agent to enter into the transaction"], ["flash", "a transition (in literary or theatrical works or films) to an earlier event or scene that interrupts the normal chronological development of the story"], ["half", "(football) the running back who plays the offensive halfback position"], ["green", "a piece of paper money (especially one issued by a central bank)"], ["fat", "salt pork from the back of a hog carcass"], ["buy", "the act of purchasing back something previously sold"], ["tie", "a device (as a decorative loop of cord or fabric) for holding or drawing something back"], ["hard", "a book with cardboard or cloth or leather covers"], ["hunch", "an abnormal backward curve to the vertebral column"], ["quarter", "(football) the person who plays quarterback"], ["out", "the bush country of the interior of Australia"], ["fall", "to break off a military action with an enemy"], ["cut", "a reduction in quantity or rate"], ["roll", "the act of forcing the enemy to withdraw"], ["horse", "the back of a horse"], ["draw", "the quality of being a hindrance"], ["hatch", "a car having a hatchback door"], ["call", "a request by the manufacturer of a defective product to return the product (as for replacement or repair)"], ["diamond", "large deadly rattlesnake with diamond-shaped markings"], ["piggy", "the act of carrying something piggyback"], ["pay", "financial return or reward (especially returns equal to the initial investment)"], ["hog", "a narrow ridge of hills"], ["tail", "(American football) the person who plays tailback"], ["set", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["moss", "an extremely old-fashioned conservative"], ["pull", "a device (as a decorative loop of cord or fabric) for holding or drawing something back"], ["soft", "a book with paper covers"]]}, {"answer": "bag", "hint": "_ bag", "clues": [["school", "a bag for carrying school books and supplies"], ["bean", "a small cloth bag filled with dried beans; thrown in games"], ["gas", "a boring person who talks a great deal about uninteresting topics"], ["feed", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head"], ["money", "a drawstring bag for holding money"], ["hand", "a container used for carrying money and small personal items or accessories (especially by women)"], ["saddle", "a large bag (or pair of bags) hung over a saddle"], ["carpet", "traveling bag made of carpet; widely used in 19th century"], ["sand", "a bag filled with sand; used as a weapon or to build walls or as ballast"], ["flea", "a run-down hotel"], ["wind", "a boring person who talks a great deal about uninteresting topics"], ["mail", "pouch used in the shipment of mail"], ["post", "letter carrier's shoulder bag"], ["rag", "a motley assortment of things"], ["nose", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head"]]}, {"answer": "ball", "hint": "_ ball", "clues": [["hard", "a no-nonsense attitude in business or politics"], ["butter", "a rotund individual"], ["goof", "a man who is a stupid incompetent fool"], ["base", "a ball game played with a bat and ball between two teams of nine players; teams take turns at bat trying to score runs"], ["basket", "a game played on a court by two opposing teams of 5 players; points are scored by throwing the ball through an elevated horizontal hoop"], ["racquet", "the ball used in playing the game of racquetball"], ["hand", "a small rubber ball used in playing the game of handball"], ["eye", "the ball-shaped capsule containing the vertebrate eye"], ["pin", "a game played on a sloping board; the object is to propel marbles against pins or into pockets"], ["hair", "a compact mass of hair that forms in the alimentary canal (especially in the stomach of animals as a result of licking fur)"], ["moth", "a small sphere of camphor or naphthalene used to keep moths away from stored clothing"], ["fire", "an especially luminous meteor (sometimes exploding)"], ["spit", "a projectile made by chewing a piece of paper and shaping it into a sphere"], ["fast", "(baseball) a pitch thrown with maximum velocity"], ["foot", "any of various games played with a ball (round or oval) in which two teams try to kick or carry or propel the ball into each other's goal"], ["net", "a team game that resembles basketball; a soccer ball is to be thrown so that it passes through a ring on the top of a post"], ["odd", "a person with an unusual or odd personality"], ["volley", "a game in which two teams hit an inflated ball over a high net using their hands"], ["puff", "any of various fungi of the family Lycoperdaceae whose round fruiting body discharges a cloud of spores when mature"], ["meat", "ground meat formed into a ball and fried or simmered in broth"], ["paint", "a capsule filled with water-soluble dye used as a projectile in playing the game of paintball"], ["cannon", "a solid projectile that in former times was fired from a cannon"], ["high", "a mixed drink made of alcoholic liquor mixed with water or a carbonated beverage and served in a tall glass"], ["screw", "a whimsically eccentric person"], ["track", "an electronic device consisting of a rotatable ball in a housing; used to position the cursor and move images on a computer screen"], ["snow", "plant having heads of fragrant white trumpet-shaped flowers; grows in sandy arid regions"], ["black", "the act of excluding someone by a negative vote or veto"], ["soft", "ball used in playing softball"]]}, {"answer": "band", "hint": "_ band", "clues": [["neck", "a band around the collar of a garment"], ["waist", "a band of material around the waist that strengthens a skirt or trousers"], ["arm", "worn around arm as identification or to indicate mourning"], ["sweat", "a band of fabric or leather sewn inside the crown of a hat"], ["head", "a band worn around or over the head"], ["hat", "a band around the crown of a hat just above the brim"], ["wave", "a band of adjacent radio frequencies (e.g., assigned for transmitting radio or television signals)"], ["watch", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["wrist", "band consisting of a part of a sleeve that covers the wrist"]]}, {"answer": "bar", "hint": "_ bar", "clues": [["cross", "a horizontal bar that goes across something"], ["sand", "a bar of sand"], ["side", "(law) a courtroom conference between the lawyers and the judge that is held out of the jury's hearing"], ["handle", "the shaped bar used to steer a bicycle"], ["crow", "a heavy iron lever with one end forged into a wedge"]]}, {"answer": "beam", "hint": "_ beam", "clues": [["horn", "any of several trees or shrubs of the genus Carpinus"], ["sun", "a ray of sunlight"], ["moon", "a ray of moonlight"], ["cross", "a horizontal beam that extends across something"]]}, {"answer": "beat", "hint": "_ beat", "clues": [["down", "the first beat of a musical measure (as the conductor's arm moves downward)"], ["heart", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["drum", "the sound made by beating a drum"], ["dead", "someone who fails to meet a financial obligation"]]}, {"answer": "bed", "hint": "_ bed", "clues": [["sea", "the bottom of a sea or ocean"], ["day", "an armless couch; a seat by day and a bed by night"], ["flat", "freight car without permanent sides or roof"], ["sick", "the bed on which a sick person lies"], ["flower", "a bed in which flowers are growing"], ["death", "the last few hours before death"], ["river", "a channel occupied (or formerly occupied) by a river"], ["hot", "a situation that is ideal for rapid development (especially of something bad)"], ["seed", "a bed where seedlings are grown before transplanting"], ["road", "a bed supporting a road"]]}, {"answer": "bell", "hint": "_ bell", "clues": [["cow", "a bell hung around the neck of cow so that the cow can be easily located"], ["door", "a push button at an outer door that gives a ringing or buzzing signal when pushed"], ["hare", "sometimes placed in genus Scilla"], ["bar", "a bar to which heavy discs are attached at each end; used in weightlifting"], ["dumb", "an exercising weight; two spheres connected by a short bar that serves as a handle"], ["blue", "sometimes placed in genus Scilla"]]}, {"answer": "berry", "hint": "_ berry", "clues": [["bay", "West Indian tree; source of bay rum"], ["bar", "any of numerous plants of the genus Berberis having prickly stems and yellow flowers followed by small red berries"], ["dew", "any of several trailing blackberry brambles especially of North America"], ["elder", "a common shrub with black fruit or a small tree of Europe and Asia; fruit used for wines and jellies"], ["blue", "any of numerous shrubs of the genus Vaccinium bearing blueberries"], ["straw", "sweet fleshy red fruit"], ["rasp", "woody brambles bearing usually red but sometimes black or yellow fruits that separate from the receptacle when ripe and are rounder and smaller than blackberries"], ["black", "large sweet black or very dark purple edible aggregate fruit of any of various bushes of the genus Rubus"], ["goose", "spiny Eurasian shrub having greenish purple-tinged flowers and ovoid yellow-green or red-purple berries"]]}, {"answer": "bill", "hint": "_ bill", "clues": [["spoon", "wading birds having a long flat bill with a tip like a spoon"], ["hand", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["way", "a receipt given by the carrier to the shipper acknowledging receipt of the goods being shipped and specifying the terms of delivery"], ["play", "a theatrical program"], ["duck", "primitive fish of the Mississippi valley having a long paddle-shaped snout"]]}, {"answer": "bird", "hint": "_ bird", "clues": [["sea", "a bird that frequents coastal waters and the open ocean: gulls; pelicans; gannets; cormorants; albatrosses; petrels; etc."], ["blue", "fruit-eating mostly brilliant blue songbird of the East Indies"], ["love", "small Australian parakeet usually light green with black and yellow markings in the wild but bred in many colors"], ["black", "any bird of the family Icteridae whose male is black or predominantly black"], ["song", "any bird having a musical call"], ["cow", "North American blackbird that follows cattle and lays eggs in other birds' nests"], ["lady", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests"], ["jail", "a criminal who has been jailed repeatedly"], ["whirly", "an aircraft without wings that obtains its lift from the rotation of overhead blades"], ["cat", "any of various birds of the Australian region whose males build ornamented structures resembling bowers in order to attract females"], ["jay", "common jay of eastern North America; bright blue with grey breast"], ["oven", "American warbler; builds a dome-shaped nest on the ground"], ["water", "freshwater aquatic bird"], ["lyre", "Australian bird that resembles a pheasant; the courting male displays long tail feathers in a lyre shape"], ["dicky", "small bird; adults talking to children sometimes use these words to refer to small birds"], ["snow", "medium-sized Eurasian thrush seen chiefly in winter"], ["red", "the male is bright red with black wings and tail"], ["mocking", "long-tailed grey-and-white songbird of the southern United States able to mimic songs of other birds"], ["humming", "tiny American bird having brilliant iridescent plumage and long slender bills; wings are specialized for vibrating flight"], ["shore", "any of numerous wading birds that frequent mostly seashores and estuaries"]]}, {"answer": "board", "hint": "_ board", "clues": [["lap", "writing board used on the lap as a table or desk"], ["paste", "stiff cardboard made by pasting together layers of paper"], ["floor", "a board in the floor"], ["shuffle", "a game in which players use long sticks to shove wooden disks onto the scoring area marked on a smooth surface"], ["cup", "a small room (or recess) or cabinet used for storage space"], ["paper", "a cardboard suitable for making posters"], ["score", "a large board for displaying the score of a contest (and some other information)"], ["spring", "a flexible board for jumping upward"], ["clapper", "photographic equipment used to synchronize sound and motion picture; boards held in front of a movie camera are banged together"], ["finger", "a guidepost resembling a hand with a pointing index finger"], ["side", "a removable board fitted on the side of a wagon to increase its capacity"], ["cheese", "tray on which cheeses are served"], ["bill", "large outdoor signboard"], ["mold", "wedge formed by the curved part of a steel plow blade that turns the furrow"], ["plaster", "wallboard with a gypsum plaster core bonded to layers of paper or fiberboard; used instead of plaster or wallboard to make interior walls"], ["weather", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below"], ["buck", "an open horse-drawn carriage with four wheels; has a seat attached to a flexible board between the two axles"], ["sound", "(music) resonator consisting of a thin board whose vibrations reinforce the sound of the instrument"], ["chalk", "sheet of slate; for writing with chalk"], ["tail", "a gate at the rear of a vehicle; can be lowered for loading"], ["black", "sheet of slate; for writing with chalk"], ["head", "a vertical board or panel forming the head of a bedstead"], ["dart", "a circular board of wood or cork used as the target in the game of darts"], ["key", "device consisting of a set of keys on a piano or organ or typewriter or typesetting machine or computer or the like"], ["drain", "a board beside a kitchen sink and inclined to drain into the sink"], ["switch", "telephone central where circuits are completed with patchcords"], ["snow", "a board that resembles a broad ski or a small surfboard; used in a standing position to slide down snow-covered slopes"], ["skate", "a board with wheels that is ridden in a standing or crouching position and propelled by foot"], ["chip", "a cheap hard material made from wood chips that are pressed together and bound with synthetic resin"], ["hard", "a cheap hard material made from wood chips that are pressed together and bound with synthetic resin"], ["dash", "protective covering consisting of a panel to protect people from the splashing water or mud etc."], ["sign", "structure displaying a board on which advertisements can be posted"], ["checker", "a board having 64 squares of two alternating colors"], ["sea", "the shore of a sea or ocean regarded as a resort"], ["card", "a stiff moderately thick paper"], ["bread", "a wooden or plastic board on which dough is kneaded or bread is sliced"], ["star", "the right side of a ship or aircraft to someone who is aboard and facing the bow or nose"], ["wall", "a wide flat board used to cover walls or partitions; made from plaster or wood pulp or other materials and used primarily to form the interior walls of houses"], ["surf", "a narrow buoyant board for riding surf"], ["clip", "a small writing board with a clip at the top for holding papers"], ["peg", "a board perforated with regularly spaced holes into which pegs can be fitted"], ["base", "a molding covering the joint formed by a wall and the floor"], ["fiber", "wallboard composed of wood chips or shavings bonded together with resin and compressed into rigid sheets"], ["center", "a retractable fin keel used on sailboats to prevent drifting to leeward"], ["wash", "device consisting of a corrugated surface to scrub clothes on"], ["chess", "a checkerboard used to play chess"], ["mortar", "a square board with a handle underneath; used by masons to hold or carry mortar"]]}, {"answer": "boarding", "hint": "_ boarding", "clues": [["skate", "the sport of skating on a skateboard"], ["surf", "the sport of riding a surfboard toward the shore on the crest of a wave"], ["snow", "the act of sliding down a snow-covered slope while standing on a snowboard"], ["weather", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below"]]}, {"answer": "boat", "hint": "_ boat", "clues": [["flat", "a flatbottom boat for carrying heavy loads (especially on canals)"], ["ferry", "a boat that transports people or vehicles across a body of water and operates on a regular schedule"], ["gun", "a small shallow-draft boat carrying mounted guns; used by costal patrols"], ["show", "a river steamboat on which theatrical performances could be given (especially on the Mississippi River)"], ["speed", "a fast motorboat"], ["life", "a strong sea boat designed to rescue people from a sinking ship"], ["cat", "a sailboat with a single mast set far forward"], ["whale", "a long narrow boat designed for quick turning and use in rough seas"], ["motor", "a boat propelled by an internal-combustion engine"], ["power", "a boat propelled by an internal-combustion engine"], ["house", "a barge that is designed and equipped for use as a dwelling"], ["ice", "a ship with a reinforced bow to break up ice and keep channels open for navigation"], ["sail", "a small sailing vessel; usually with a single mast"], ["row", "a small boat of shallow draft with cross thwarts for seats and rowlocks for oars with which it is propelled"], ["tug", "a powerful small boat designed to pull or push larger ships"], ["tow", "a powerful small boat designed to pull or push larger ships"], ["steam", "a boat propelled by a steam engine"], ["long", "the largest boat carried by a merchant sailing vessel"]]}, {"answer": "body", "hint": "_ body", "clues": [["home", "a person who seldom goes anywhere; one not given to wandering or travel"], ["dogs", "a worker who has to do all the unpleasant or boring jobs that no one else wants to do"], ["some", "a human being"], ["busy", "a person who meddles in the affairs of others"]]}, {"answer": "bone", "hint": "_ bone", "clues": [["whale", "a horny material from the upper jaws of certain whales; used as the ribs of fans or as stays in corsets"], ["hip", "large flaring bone forming one half of the pelvis; made up of the ilium and ischium and pubis"], ["back", "a central cohesive source of support and stability"], ["breast", "the flat bone that articulates with the clavicles and the first seven pairs of ribs"], ["collar", "bone linking the scapula and sternum"], ["jaw", "the jaw in vertebrates that is hinged to open the mouth"], ["herring", "a twilled fabric with a herringbone pattern"], ["shin", "the inner and thicker of the two bones of the human leg between the knee and ankle"], ["ankle", "the bone in the ankle that articulates with the leg bones to form the ankle joint"], ["wish", "the furcula of a domestic fowl"], ["cheek", "the arch of bone beneath the eye that forms the prominence of the cheek"], ["thigh", "the longest and thickest bone of the human skeleton; extends from the pelvis to the knee"]]}, {"answer": "book", "hint": "_ book", "clues": [["year", "a book published annually by the graduating class of a high school or college usually containing photographs of faculty and graduating students"], ["cook", "a book of recipes and cooking directions"], ["prayer", "a book containing prayers"], ["bank", "a record of deposits and withdrawals and interest held by depositors at certain banks"], ["text", "a book prepared for use in schools or colleges"], ["pass", "a record of deposits and withdrawals and interest held by depositors at certain banks"], ["log", "a book in which the log is written"], ["hand", "a concise reference book providing specific information about a subject or location"], ["guide", "something that offers basic information or instruction"], ["check", "a book issued to holders of checking accounts"], ["word", "a reference book containing words (usually with their meanings)"], ["hymn", "a songbook containing a collection of hymns"], ["song", "a book containing a collection of songs"], ["story", "a book containing a collection of stories (usually for children)"], ["stud", "official record of the pedigree of purebred animals especially horses"], ["school", "a book prepared for use in schools or colleges"], ["case", "a book in which detailed written records of a case are kept and which are a source of information for subsequent work"], ["scrap", "an album into which clippings or notes or pictures can be pasted"], ["note", "a book with blank pages for recording notes or memoranda"], ["work", "a student's book or booklet containing problems with spaces for solving them"], ["copy", "a book containing models of good penmanship; used in teaching penmanship"], ["match", "a small folder of paper safety matches"], ["play", "a notebook containing descriptions and diagrams of the plays that a team has practiced (especially an American football team)"], ["pocket", "your personal financial means"], ["sketch", "a book containing sheets of paper on which sketches can be drawn"]]}, {"answer": "box", "hint": "_ box", "clues": [["juke", "a cabinet containing an automatic record player; records are played by inserting a coin"], ["band", "a light cylindrical box for holding light articles of attire (especially hats)"], ["tool", "a box or chest or cabinet for holding hand tools"], ["soap", "a crate for packing soap"], ["match", "a box for holding matches"], ["paint", "a box containing a collection of cubes or tubes of artists' paint"], ["horse", "a conveyance (railroad car or trailer) for transporting racehorses"], ["hot", "a journal bearing (as of a railroad car) that has overheated"], ["post", "public box for deposit of mail"], ["tinder", "a dangerous state of affairs; a situation that is a potential source of violence"], ["sand", "mold consisting of a box with sand shaped to mold metal"], ["mail", "a private box for delivery of mail"], ["hat", "a round piece of luggage for carrying hats"], ["ice", "white goods in which food can be stored at low temperatures"], ["pill", "a small round woman's hat"], ["chatter", "orchid growing along streams or ponds of western North America having leafy stems and 1 greenish-brown and pinkish flower in the axil of each upper leaf"], ["gear", "the shell (metal casing) in which a train of gears is sealed"], ["snuff", "a small ornamental box for carrying snuff in your pocket"], ["shoe", "a structure resembling a shoebox (as a rectangular building or a cramped room or compartment)"], ["strong", "a strongly made box for holding money or valuables; can be locked"], ["fire", "a furnace (as on a steam locomotive) in which fuel is burned"], ["salt", "a type of house built in New England; has two stories in front and one behind"], ["bread", "a container used to keep bread or cake in"]]}, {"answer": "boy", "hint": "_ boy", "clues": [["bell", "someone employed as an errand boy and luggage carrier around hotels"], ["school", "a boy attending school"], ["page", "a boy who is employed to run errands"], ["home", "a fellow male member of a youth gang"], ["news", "a boy who delivers newspapers"], ["cow", "a hired hand who tends cattle and performs other duties on horseback"], ["paper", "a boy who sells or delivers newspapers"], ["play", "a man devoted to the pursuit of pleasure"], ["tall", "a tall chest of drawers divided into two sections and supported on four legs"], ["low", "a low chest or table with drawers and supported on four legs"], ["high", "a tall chest of drawers divided into two sections and supported on four legs"], ["bus", "a restaurant attendant who sets tables and assists waiters and clears away dirty dishes"], ["choir", "a boy who sings in a choir"], ["tom", "a girl who behaves in a boyish manner"]]}, {"answer": "bread", "hint": "_ bread", "clues": [["corn", "bread made primarily of cornmeal"], ["sweet", "edible glands of an animal"], ["short", "very rich thick butter cookie"], ["ginger", "cake flavored with ginger"], ["bee", "a mixture of nectar and pollen prepared by worker bees and fed to larvae"]]}, {"answer": "break", "hint": "_ break", "clues": [["fire", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire"], ["jail", "an escape from jail"], ["day", "the first light of day"], ["heart", "intense sorrow caused by loss of a loved one (especially by death)"], ["wind", "hedge or fence of trees designed to lessen the force of the wind and reduce erosion"], ["gaol", "an escape from jail"]]}, {"answer": "breaker", "hint": "_ breaker", "clues": [["strike", "someone who works (or provides workers) during a strike"], ["ice", "a ship with a reinforced bow to break up ice and keep channels open for navigation"], ["jaw", "a large round hard candy"], ["law", "someone who violates the law"], ["house", "a burglar who unlawfully breaks into and enters another person's house"], ["wind", "a kind of heavy jacket (`windcheater' is a British term)"], ["tie", "overtime play in order to break a tie; e.g. tennis and soccer"]]}, {"answer": "brow", "hint": "_ brow", "clues": [["middle", "someone who is neither a highbrow nor a lowbrow"], ["high", "a person of intellectual or erudite tastes"], ["eye", "the arch of hair above each eye"], ["low", "a person who is uninterested in intellectual pursuits"]]}, {"answer": "brush", "hint": "_ brush", "clues": [["tooth", "small brush; has long handle; used to clean teeth"], ["paint", "a brush used as an applicator (to apply paint)"], ["sage", "any of several North American composite subshrubs of the genera Artemis or Seriphidium"], ["nail", "a brush used to clean a person's fingernails"], ["hair", "a brush used to groom a person's hair"], ["under", "the brush (small trees and bushes and ferns etc.) growing beneath taller trees in a wood or forest"]]}, {"answer": "bug", "hint": "_ bug", "clues": [["bed", "bug of temperate regions that infests especially beds and feeds on human blood"], ["fire", "a criminal who illegally sets fire to property"], ["lady", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests"], ["litter", "a person who litters public places with refuse"], ["mealy", "scalelike plant-eating insect coated with a powdery waxy secretion; destructive especially of fruit trees"], ["doodle", "a small motor vehicle"], ["jitter", "a jerky American dance that was popular in the 1940s"], ["shutter", "a photography enthusiast"]]}, {"answer": "cake", "hint": "_ cake", "clues": [["cheese", "made with sweetened cream cheese and eggs and cream baked in a crumb crust"], ["hot", "a flat cake of thin batter fried on both sides on a griddle"], ["oat", "thin flat unleavened cake of baked oatmeal"], ["hoe", "thin usually unleavened johnnycake made of cornmeal; originally baked on the blade of a hoe over an open fire (southern)"], ["griddle", "a scone made by dropping a spoonful of batter on a griddle"], ["coffee", "a cake or sweet bread usually served with coffee"], ["johnny", "cornbread usually cooked pancake-style on a griddle (chiefly New England)"], ["cup", "small cake baked in a muffin tin"], ["pan", "a flat cake of thin batter fried on both sides on a griddle"], ["fruit", "a whimsically eccentric person"], ["short", "very short biscuit dough baked as individual biscuits or a round loaf; served with sweetened fruit and usually whipped cream"], ["fried", "small cake in the form of a ring or twist or ball or strip fried in deep fat"], ["tea", "flat semisweet cookie or biscuit usually served with tea"], ["beef", "a photograph of a muscular man in minimal attire"]]}, {"answer": "cap", "hint": "_ cap", "clues": [["sky", "a porter who helps passengers with their baggage at an airport"], ["ice", "a mass of ice and snow that permanently covers a large area of land (e.g., the polar regions or a mountain peak)"], ["mad", "a reckless impetuous irresponsible person"], ["hub", "cap that fits over the hub of a wheel"], ["night", "an alcoholic drink taken at bedtime; often alcoholic"], ["knee", "a small flat triangular bone in front of the knee that protects the knee joint"], ["skull", "rounded brimless cap fitting the crown of the head"], ["toe", "a protective leather or steel cover for the toe of a boot or shoe, reinforcing or decorating it"], ["fools", "a size of paper used especially in Britain"], ["red", "a member of the military police in Britain"], ["white", "a wave that is blown by the wind so its crest is broken and appears white"]]}, {"answer": "car", "hint": "_ car", "clues": [["tram", "a four-wheeled wagon that runs on tracks in a mine"], ["box", "a freight car with roof and sliding doors in the sides"], ["motor", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["hand", "a small railroad car propelled by hand or by a small motor"], ["side", "a cocktail made of orange liqueur with lemon juice and brandy"], ["flat", "freight car without permanent sides or roof"], ["street", "a wheeled vehicle that runs on rails and is propelled by electricity"]]}, {"answer": "care", "hint": "_ care", "clues": [["after", "care and treatment of a convalescent patient"], ["child", "a service involving care for other people's children"], ["skin", "care for the skin"], ["hair", "care for the hair: the activity of washing or cutting or curling or arranging the hair"], ["day", "childcare during the day while parents work"]]}, {"answer": "cart", "hint": "_ cart", "clues": [["apple", "the planning that is disrupted when someone `upsets the applecart'"], ["push", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels"], ["dust", "a truck for collecting domestic refuse"], ["hand", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels"], ["dog", "a cart drawn by a dog"]]}, {"answer": "case", "hint": "_ case", "clues": [["crank", "housing for a crankshaft"], ["upper", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["brief", "a case with a handle; for carrying papers or files or books"], ["seed", "the vessel that contains the seeds of a plant (not the seeds themselves)"], ["show", "a setting in which something can be displayed to best effect"], ["book", "a piece of furniture with shelves for storing books"], ["suit", "a portable rectangular container for carrying clothes"], ["pillow", "bed linen consisting of a cover for a pillow"], ["lower", "the characters that were once kept in bottom half of a compositor's type case"], ["nut", "someone deranged and possibly dangerous"], ["stair", "a way of access (upward and downward) consisting of a set of steps"]]}, {"answer": "cast", "hint": "_ cast", "clues": [["down", "a ventilation shaft through which air enters a mine"], ["over", "the state of the sky when it is covered by clouds"], ["sports", "a broadcast of sports news or commentary"], ["broad", "message that is transmitted by radio or television"], ["news", "a broadcast of news or commentary on the news"], ["rough", "a coarse plaster for the surface of external walls"]]}, {"answer": "cat", "hint": "_ cat", "clues": [["hell", "a malicious woman with a fierce temper"], ["tom", "male cat"], ["bob", "small lynx of North America"], ["wild", "an exploratory oil well drilled in land not known to be an oil field"], ["pole", "American musteline mammal typically ejecting an intensely malodorous fluid when startled; in some classifications put in a separate subfamily Mephitinae"], ["pussy", "a person who is regarded as easygoing and agreeable"], ["copy", "someone who copies the words or behavior of another"]]}, {"answer": "chair", "hint": "_ chair", "clues": [["high", "a chair for feeding a very young child; has four long legs and a footrest and a detachable tray"], ["push", "a small vehicle with four wheels in which a baby or child is pushed around"], ["arm", "chair with a support on each side for arms"], ["wheel", "a movable chair mounted on large wheels; for invalids or those who cannot walk; frequently propelled by the occupant"]]}, {"answer": "child", "hint": "_ child", "clues": [["god", "an infant who is sponsored by an adult (the godparent) at baptism"], ["school", "a young person attending school (up through senior high school)"], ["step", "a child of your spouse by a former marriage"], ["grand", "a child of your son or daughter"], ["brain", "a product of your creative thinking and work"]]}, {"answer": "cloth", "hint": "_ cloth", "clues": [["hair", "cloth woven from horsehair or camelhair; used for upholstery or stiffening in garments"], ["table", "a covering spread over a dining table"], ["back", "scenery hung at back of stage"], ["oil", "cloth treated on one side with a drying oil or synthetic resin"], ["sack", "a garment made of coarse sacking; formerly worn as an indication of remorse"], ["broad", "a densely textured woolen fabric with a lustrous finish"], ["dish", "a cloth for washing dishes"], ["terry", "a pile fabric (usually cotton) with uncut loops on both sides; used to make bath towels and bath robes"], ["cheese", "a coarse loosely woven cotton gauze; originally used to wrap cheeses"], ["sail", "a strong fabric (such as cotton canvas) used for making sails and tents"], ["wash", "bath linen consisting of a piece of cloth used to wash the face and body"], ["loin", "a garment that provides covering for the loins"]]}, {"answer": "coat", "hint": "_ coat", "clues": [["rain", "a water-resistant coat"], ["waist", "a man's sleeveless garment worn underneath a coat"], ["red", "British soldier; so-called because of his red coat (especially during the American Revolution)"], ["under", "seal consisting of a coating of a tar or rubberlike material on the underside of a motor vehicle to retard corrosion"], ["turn", "a disloyal person who betrays or deserts his cause or religion or political party or friend etc."], ["over", "a heavy coat worn over clothes in winter"], ["house", "a loose dressing gown for women"], ["tail", "formalwear consisting of full evening dress for men"], ["top", "a heavy coat worn over clothes in winter"], ["great", "a heavy coat worn over clothes in winter"]]}, {"answer": "cock", "hint": "_ cock", "clues": [["pet", "regulator consisting of a small cock or faucet or valve for letting out air or releasing compression or draining"], ["hay", "a small cone-shaped pile of hay that has been left in the field until it is dry enough to carry to the hayrick"], ["ball", "floating ball that controls level in a water tank"], ["pea", "European butterfly having reddish-brown wings each marked with a purple eyespot"], ["game", "a cock bred and trained for fighting"], ["wood", "game bird of the sandpiper family that resembles a snipe"], ["shuttle", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers"], ["weather", "weathervane with a vane in the form of a rooster"], ["stop", "faucet consisting of a rotating device for regulating flow of a liquid"]]}, {"answer": "comb", "hint": "_ comb", "clues": [["honey", "a structure of small hexagonal cells constructed from beeswax by bees and used to store honey and larvae"], ["cox", "a conceited dandy who is overly impressed by his own accomplishments"], ["curry", "a square comb with rows of small teeth; used to curry horses"], ["cocks", "garden annual with featherlike spikes of red or yellow flowers"]]}, {"answer": "craft", "hint": "_ craft", "clues": [["needle", "a creation created or assembled by needle and thread"], ["wood", "skill and experience in matters relating to the woods (as hunting or fishing or camping)"], ["hand", "a work produced by hand labor"], ["water", "skill in the management of boats"], ["air", "a vehicle that can fly"], ["hover", "a craft capable of moving over water or land on a cushion of air created by jet engines"], ["witch", "the art of sorcery"], ["space", "a craft capable of traveling in outer space; technically, a satellite around the sun"], ["state", "wisdom in the management of public affairs"], ["stage", "skill in writing or staging plays"]]}, {"answer": "cut", "hint": "_ cut", "clues": [["wood", "a print made from a woodcut"], ["under", "the material removed by a cut made underneath"], ["hair", "the style in which hair has been cut"], ["cross", "a diagonal path"], ["upper", "a swinging blow directed upward (especially at an opponent's chin)"], ["short", "a route shorter than the usual one"]]}, {"answer": "day", "hint": "_ day", "clues": [["mid", "the middle of the day"], ["pay", "the day on which you receive pay for your work"], ["week", "any day except Sunday (and sometimes except Saturday)"], ["noon", "the middle of the day"], ["dooms", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["work", "a day on which work is done"], ["wash", "a day set aside for doing household laundry"], ["birth", "an anniversary of the day on which a person was born (or the celebration of it)"]]}, {"answer": "dog", "hint": "_ dog", "clues": [["watch", "a guardian or defender against theft or illegal practices or waste"], ["sheep", "any of various usually long-haired breeds of dog reared to herd and guard sheep"], ["under", "one at a disadvantage and expected to lose"], ["bull", "a sturdy thickset short-haired breed with a large head and strong undershot lower jaw; developed originally in England for bull baiting"], ["hot", "someone who performs dangerous stunts to attract attention to himself"], ["lap", "a dog small and tame enough to be held in the lap"]]}, {"answer": "down", "hint": "_ down", "clues": [["melt", "severe overheating of the core of a nuclear reactor resulting in the core melting and radiation escaping"], ["touch", "a score in American football; being in possession of the ball across the opponents' goal line"], ["count", "counting backward from an arbitrary number to indicate the time remaining before some event (such as launching a space vehicle)"], ["knock", "a blow that knocks the opponent off his feet"], ["crack", "severely repressive actions"], ["clamp", "sudden restriction on an activity"], ["rub", "the act of rubbing down, usually for relaxation or medicinal purposes"], ["shut", "termination of operations"], ["let", "a feeling of dissatisfaction that results when your expectations are not realized"], ["spell", "a contest in which you are eliminated if you fail to spell a word correctly"], ["slow", "the act of slowing down or falling behind"], ["show", "a hostile disagreement face-to-face"], ["break", "the act of disrupting an established order so it fails to continue"], ["run", "a concluding summary (as in presenting a case before a law court)"], ["come", "decline to a lower status or level"], ["splash", "a landing of a spacecraft in the sea at the end of a space flight"], ["eider", "a soft quilt usually filled with the down of the eider"], ["sun", "the time in the evening at which the sun begins to fall below the horizon"], ["shake", "initial adjustments to improve the functioning or the efficiency and to bring to a more satisfactory state"], ["thistle", "pappus of a thistle consisting of silky featherlike hairs attached to the seed-like fruit of a thistle"]]}, {"answer": "drop", "hint": "_ drop", "clues": [["back", "scenery hung at back of stage"], ["dew", "a drop of dew"], ["gum", "a jellied candy coated with sugar crystals"], ["snow", "common anemone of eastern North America with solitary pink-tinged white flowers"], ["rain", "a drop of rain"], ["air", "delivery of supplies or equipment or personnel by dropping them by parachute from an aircraft"], ["tear", "anything shaped like a falling drop (as a pendant gem on an earring)"]]}, {"answer": "eye", "hint": "_ eye", "clues": [["wall", "strabismus in which one or both eyes are directed outward"], ["shut", "informal term for sleep"], ["buck", "the inedible nutlike seed of the horse chestnut"], ["pink", "inflammation of the conjunctiva of the eye"]]}, {"answer": "face", "hint": "_ face", "clues": [["coal", "the part of a coal seam that is being cut"], ["pale", "(slang) a derogatory term for a white person (supposedly used by North American Indians)"], ["bold", "a typeface with thick heavy lines"], ["type", "a specific size and style of type within a type family"]]}, {"answer": "fall", "hint": "_ fall", "clues": [["night", "the time of day immediately following sunset"], ["water", "a steep descent of the water of a river"], ["pit", "an unforeseen or unexpected or surprising difficulty"], ["short", "the property of being an amount by which something is less than expected or required"], ["snow", "precipitation falling from clouds in the form of ice crystals"], ["rain", "water falling in drops from vapor condensed in the atmosphere"], ["foot", "the sound of a step of someone walking"], ["wind", "fruit that has fallen from the tree"], ["land", "the seacoast first sighted on a voyage (or flight over water)"], ["down", "failure that results in a loss of position or reputation"], ["prat", "a fall onto your buttocks"]]}, {"answer": "field", "hint": "_ field", "clues": [["hay", "a field where grass or alfalfa are grown to be made into hay"], ["coal", "a region where there is coal underground"], ["out", "the area of a baseball playing field beyond the lines connecting the bases"], ["gold", "a district where gold is mined"], ["corn", "a field planted with corn"], ["snow", "a permanent wide expanse of snow"], ["mid", "(sports) the middle part of a playing field (as in football or lacrosse)"], ["back", "the offensive football players who line up behind the linemen"], ["oil", "a region rich in petroleum deposits (especially one with producing oil wells)"], ["mine", "a region in which explosives mines have been placed"], ["air", "a place where planes take off and land"], ["battle", "a region where a battle is being (or has been) fought"]]}, {"answer": "fight", "hint": "_ fight", "clues": [["cock", "a match in a cockpit between two fighting cocks heeled with metal gaffs"], ["dog", "a fiercely disputed contest"], ["gun", "a fight involving shooting small arms with the intent to kill or frighten"], ["fist", "a fight with bare fists"], ["bull", "a Spanish or Portuguese or Latin American spectacle; a matador baits and (usually) kills a bull in an arena before many spectators"], ["prize", "a boxing match between professional boxers for a cash prize"]]}, {"answer": "finder", "hint": "_ finder", "clues": [["range", "a measuring instrument (acoustic or optical or electronic) for finding the distance of an object"], ["view", "optical device that helps a user to find the target of interest"], ["fault", "someone who is critical of the motives of others"], ["path", "someone who can find paths through unexplored territory"]]}, {"answer": "fire", "hint": "_ fire", "clues": [["cross", "a lively or heated interchange of ideas and opinions"], ["hell", "a place of eternal fire envisaged as punishment for the damned"], ["spit", "a highly emotional and quick-tempered person (especially a girl or woman)"], ["camp", "a small outdoor fire for warmth or cooking (as at a camp)"], ["wild", "a raging and rapidly spreading conflagration"], ["back", "the backward escape of gases and unburned gunpowder after a gun is fired"], ["gun", "the act of shooting a gun"]]}, {"answer": "fish", "hint": "_ fish", "clues": [["sail", "a saltwater fish with lean flesh"], ["sun", "the lean flesh of any of numerous American perch-like fishes of the family Centrarchidae"], ["spear", "any of several large vigorous pelagic fishes resembling sailfishes but with first dorsal fin much reduced; worldwide but rare"], ["weak", "lean flesh of food and game fishes of the Atlantic coast of the United States"], ["cat", "flesh of scaleless food fish of the southern United States; often farmed"], ["dog", "primitive long-bodied carnivorous freshwater fish with a very long dorsal fin; found in sluggish waters of North America"], ["star", "echinoderms characterized by five arms extending from a central disk"], ["gold", "small golden or orange-red freshwater fishes of Eurasia used as pond or aquarium fishes"], ["lung", "air-breathing fish having an elongated body and fleshy paired fins; certain species construct mucus-lined mud coverings in which to survive drought"], ["sword", "flesh of swordfish usually served as steaks"], ["flat", "sweet lean whitish flesh of any of numerous thin-bodied fish; usually served as thin fillets"], ["cuttle", "ten-armed oval-bodied cephalopod with narrow fins as long as the body and a large calcareous internal shell"], ["white", "any market fish--edible saltwater fish or shellfish--except herring"], ["shell", "meat of edible aquatic invertebrate with a shell (especially a mollusk or crustacean)"], ["jelly", "large siphonophore having a bladderlike float and stinging tentacles"], ["gar", "primitive predaceous North American fish covered with hard scales and having long jaws with needlelike teeth"], ["angel", "a butterfly fish of the genus Pomacanthus"], ["silver", "silver-grey wingless insect found in houses feeding on book bindings and starched clothing"], ["cod", "lean white flesh of important North Atlantic food fish; usually baked or poached"], ["blue", "bluish warm-water marine food and game fish that follow schools of small fishes into shallow waters"]]}, {"answer": "flower", "hint": "_ flower", "clues": [["corn", "plant of southern and southeastern United States grown for its yellow flowers that can be dried"], ["may", "the ship in which the Pilgrim Fathers sailed from England to Massachusetts in 1620"], ["wall", "any of numerous plants of the genus Erysimum having fragrant yellow or orange or brownish flowers"], ["sun", "any plant of the genus Helianthus having large flower heads with dark disk florets and showy yellow rays"], ["wild", "wild or uncultivated flowering plant"], ["wind", "any woodland plant of the genus Anemone grown for its beautiful flowers and whorls of dissected leaves"], ["passion", "any of various chiefly tropical American vines some bearing edible fruit"]]}, {"answer": "fly", "hint": "_ fly", "clues": [["house", "common fly that frequents human habitations and spreads many diseases"], ["blow", "large usually hairy metallic blue or green fly; lays eggs in carrion or dung or wounds"], ["butter", "diurnal insect typically having a slender body with knobbed antennae and broad colorful wings"], ["fire", "tropical American click beetle having bright luminous spots"], ["gad", "a persistently annoying person"], ["saw", "insect whose female has a saw-like ovipositor for inserting eggs into the leaf or stem tissue of a host plant"], ["green", "greenish aphid; pest on garden and crop plants"], ["may", "slender insect with delicate membranous wings having an aquatic larval stage and terrestrial adult stage usually lasting less than two days"], ["damsel", "slender non-stinging insect similar to but smaller than the dragonfly but having wings folded when at rest"], ["dragon", "slender-bodied non-stinging insect having iridescent wings that are outspread at rest; adults and nymphs feed on mosquitoes etc."], ["horse", "winged fly parasitic on horses"]]}, {"answer": "fold", "hint": "_ fold", "clues": [["bill", "a pocket-size case for holding papers and paper money"], ["sheep", "a pen for sheep"], ["center", "a magazine center spread; especially a foldout of a large photograph or map or other feature"], ["blind", "a cloth used to cover the eyes"]]}, {"answer": "foot", "hint": "_ foot", "clues": [["crow", "any of various plants of the genus Ranunculus"], ["hot", "a practical joke that involves inserting a match surreptitiously between the sole and upper of the victim's shoe and then lighting it"], ["flat", "a policeman who patrols a given region"], ["club", "congenital deformity of the foot usually marked by a curled shape or twisted position of the ankle and heel and toes"], ["tender", "an inexperienced person (especially someone inexperienced in outdoor living)"], ["splay", "a foot afflicted with a fallen arch; abnormally flattened and spread out"], ["web", "a foot having the toes connected by folds of skin"]]}, {"answer": "front", "hint": "_ front", "clues": [["ocean", "land bordering an ocean"], ["water", "the area of a city (such as a harbor or dockyard) alongside a body of water"], ["lake", "land bordering a lake"], ["beach", "a strip of land running along a beach"], ["wave", "(physics) an imaginary surface joining all points in space that are reached at the same instant by a wave propagating through a medium"], ["battle", "the line along which opposing armies face each other"], ["shirt", "the front of a shirt (usually the part not covered by a jacket)"], ["sea", "the waterfront of a seaside town"], ["store", "the front side of a store facing the street; usually contains display windows"], ["shop", "the front side of a store facing the street; usually contains display windows"]]}, {"answer": "girl", "hint": "_ girl", "clues": [["cow", "a woman cowboy"], ["show", "a woman who dances in a chorus line"], ["sales", "a woman salesperson"], ["school", "a girl attending school"]]}, {"answer": "glass", "hint": "_ glass", "clues": [["hour", "a sandglass that runs for sixty minutes"], ["spy", "a small refracting telescope"], ["eye", "lens for correcting defective vision in one eye; held in place by facial muscles"], ["fiber", "a covering material made of glass fibers in resins"], ["wine", "a glass that has a stem and in which wine is served"]]}, {"answer": "goer", "hint": "_ goer", "clues": [["church", "a religious person who goes to church regularly"], ["play", "someone who attends the theater"], ["theater", "someone who attends the theater"], ["movie", "someone who goes to see movies"]]}, {"answer": "ground", "hint": "_ ground", "clues": [["play", "an area where many people go for recreation"], ["camp", "a site where people on holiday can pitch a tent"], ["fore", "the part of a scene that is near the viewer"], ["under", "a secret group organized to overthrow a government or occupation force"], ["fair", "an open area for holding fairs or exhibitions or circuses"], ["back", "a person's social heritage: previous experience or training"], ["battle", "a region where a battle is being (or has been) fought"]]}, {"answer": "guard", "hint": "_ guard", "clues": [["coast", "a military service responsible for the safety of maritime traffic in coastal waters"], ["black", "someone who is morally reprehensible"], ["body", "someone who escorts and protects a prominent person"], ["fire", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire"], ["rear", "a detachment assigned to protect the rear of a (retreating) military body"], ["safe", "a precautionary measure warding off impending danger or damage or injury etc."], ["van", "the leading units moving at the head of an army"], ["life", "an attendant employed at a beach or pool to protect swimmers from accidents"], ["mud", "a curved piece above the wheel of a bicycle or motorcycle to protect the rider from water or mud thrown up by the wheels"]]}, {"answer": "gun", "hint": "_ gun", "clues": [["flash", "a lamp for providing momentary light to take a photograph"], ["shot", "firearm that is a double-barreled smoothbore shoulder weapon for firing shot at short ranges"], ["blow", "a tube through which darts can be shot by blowing"], ["air", "a gun that propels a projectile by compressed air"], ["hand", "a firearm that is held and fired with one hand"], ["pop", "plaything consisting of a toy gun that makes a popping sound"]]}, {"answer": "hand", "hint": "_ hand", "clues": [["long", "rapid handwriting in which letters are set down in full and are cursively connected within words without lifting the writing implement from the paper"], ["cow", "a hired hand who tends cattle and performs other duties on horseback"], ["short", "a method of writing rapidly"], ["stage", "an employee of a theater who performs work involved in putting on a theatrical production"], ["deck", "a member of a ship's crew who performs manual labor"], ["farm", "a hired hand on a farm"], ["back", "a return made with the back of the hand facing the direction of the stroke"]]}, {"answer": "head", "hint": "_ head", "clues": [["skin", "a young person who belongs to a British or American group that shave their heads and gather at rock concerts or engage in white supremacist demonstrations"], ["fat", "a man who is a stupid incompetent fool"], ["bull", "freshwater sculpin with a large flattened bony-plated head with hornlike spines"], ["block", "a stupid person; these words are used to express a low opinion of someone's intelligence"], ["well", "the source of water for a well"], ["sore", "someone who is peevish or disgruntled"], ["big", "any of various diseases of animals characterized by edema of the head and neck"], ["dead", "a nonenterprising person who is not paying his way"], ["maiden", "a fold of tissue that partly covers the entrance to the vagina of a virgin"], ["bridge", "an area in hostile territory that has been captured and is held awaiting further troops and supplies"], ["logger", "a stupid person; these words are used to express a low opinion of someone's intelligence"], ["black", "a black-tipped plug clogging a pore of the skin"], ["beach", "a bridgehead on the enemy's shoreline seized by an amphibious operation"], ["figure", "a person used as a cover for some questionable activity"], ["air", "a flighty scatterbrained simpleton"], ["mast", "a listing printed in all issues of a newspaper or magazine (usually on the editorial page) that gives the name of the publication and the names of the editorial staff, etc."], ["fore", "the part of the face above the eyes"], ["hot", "a belligerent grouch"], ["egg", "an intellectual; a very studious and academic person"], ["hammer", "a stupid person; these words are used to express a low opinion of someone's intelligence"], ["over", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes"], ["copper", "common coppery brown pit viper of upland eastern United States"], ["letter", "a sheet of stationery with name and address of the organization printed at the top"], ["pit", "the entrance to a coal mine"], ["hogs", "a British unit of capacity for alcoholic beverages"], ["arrow", "the pointed head or striking tip of an arrow"], ["bone", "a stupid person; these words are used to express a low opinion of someone's intelligence"], ["fountain", "an abundant source"], ["war", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["knuckle", "a stupid person; these words are used to express a low opinion of someone's intelligence"], ["bulk", "a partition that divides a ship or plane into compartments"], ["spear", "someone who leads or initiates an activity (attack or campaign etc.)"], ["thunder", "a rounded projecting mass of a cumulus cloud with shining edges; often appears before a thunderstorm"], ["red", "someone who has red hair"], ["white", "English philosopher and mathematician who collaborated with Bertrand Russell (1861-1947)"], ["pin", "an ignorant or foolish person"], ["pot", "someone who smokes marijuana habitually"], ["sleepy", "a sleepy person"], ["tow", "a person with light blond hair"]]}, {"answer": "hill", "hint": "_ hill", "clues": [["dung", "a foul or degraded condition"], ["down", "the downward slope of a hill"], ["foot", "a relatively low hill on the lower slope of a mountain"], ["ant", "a mound of earth made by ants as they dig their nest"], ["mole", "a mound of earth made by moles while burrowing"]]}, {"answer": "hold", "hint": "_ hold", "clues": [["toe", "a relatively insignificant position from which future progress might be made"], ["hand", "an appendage to hold onto"], ["foot", "an area in hostile territory that has been captured and is held awaiting further troops and supplies"], ["strangle", "complete power over a person or situation"], ["strong", "a strongly fortified defensive structure"], ["lease", "land or property held under a lease"], ["house", "a social unit living together"], ["free", "an estate held in fee simple or for life"]]}, {"answer": "holder", "hint": "_ holder", "clues": [["lease", "a tenant who holds a lease"], ["land", "a holder or proprietor of land"], ["house", "someone who owns a home"], ["pot", "an insulated pad for holding hot pots"], ["card", "a person who holds a credit card or debit card"], ["free", "the owner of a freehold"], ["bond", "a holder of bonds issued by a government or corporation"], ["share", "someone who holds shares of stock in a corporation"], ["policy", "a person who holds an insurance policy; usually, the client in whose name an insurance policy is written"], ["job", "an employee who holds a regular job"], ["stock", "someone who holds shares of stock in a corporation"], ["place", "a person authorized to act for another"], ["stake", "someone entrusted to hold the stakes for two or more persons betting against one another; must deliver the stakes to the winner"], ["small", "a person owning or renting a smallholding"], ["slave", "someone who holds slaves"], ["office", "someone who is appointed or elected to an office and who holds a position of trust"]]}, {"answer": "hole", "hint": "_ hole", "clues": [["worm", "hole made by a burrowing worm"], ["bung", "vulgar slang for anus"], ["fox", "a small dugout with a pit for individual shelter against enemy fire"], ["arm", "a hole through which you put your arm and where a sleeve can be attached"], ["sink", "a depression in the ground communicating with a subterranean passage (especially in limestone) and formed by solution or by collapse of a cavern roof"], ["cubby", "a small compartment"], ["plug", "a hole into which a plug fits (especially a hole where water drains away)"], ["spy", "a hole (in a door or an oven etc) through which you can peep"], ["button", "a hole through which buttons are pushed"], ["pigeon", "a specific (often simplistic) category"], ["knot", "a hole in a board where a knot came out"], ["loop", "an ambiguity (especially one in the text of a law or contract) that makes it possible to evade a difficulty or obligation"], ["pin", "a small puncture that might have been made by a pin"], ["pot", "a pit or hole produced by wear or weathering (especially in a road surface)"], ["peep", "a hole (in a door or an oven etc) through which you can peep"], ["blow", "the spiracle of a cetacean located far back on the skull"], ["key", "the hole where a key is inserted"], ["chuck", "a pit or hole produced by wear or weathering (especially in a road surface)"], ["hell", "any place of pain and turmoil"]]}, {"answer": "hook", "hint": "_ hook", "clues": [["fish", "a sharp barbed hook for catching fish"], ["bill", "a long-handled saw with a curved blade"], ["tenter", "one of a series of hooks used to hold cloth on a tenter"], ["pot", "an S-shaped hook to suspend a pot over a fire"]]}, {"answer": "horn", "hint": "_ horn", "clues": [["prong", "fleet antelope-like ruminant of western North American plains with small branched horns"], ["fog", "a loud low warning signal that can be heard by fogbound ships"], ["big", "a river that flows from central Wyoming to the Yellowstone River in southern Montana"], ["long", "long-horned beef cattle formerly common in southwestern United States"], ["green", "an awkward and inexperienced youth"], ["bull", "a portable loudspeaker with built-in microphone and amplifier"], ["short", "English breed of short-horned cattle"], ["shoe", "a device used for easing the foot into a shoe"]]}, {"answer": "horse", "hint": "_ horse", "clues": [["sea", "either of two large northern marine mammals having ivory tusks and tough hide over thick blubber"], ["clothes", "a framework on which to hang clothes (as for drying)"], ["hobby", "a topic to which one constantly reverts"], ["cart", "draft horse kept for pulling carts"], ["pack", "a workhorse used as a pack animal"], ["work", "machine that performs dependably under heavy use"], ["war", "a work of art (composition or drama) that is part of the standard repertory but has become hackneyed from much repetition"], ["race", "a horse bred for racing"], ["saw", "a framework for holding wood that is being sawed"]]}, {"answer": "hound", "hint": "_ hound", "clues": [["wolf", "the largest breed of dogs; formerly used to hunt wolves"], ["blood", "a breed of large powerful hound of European origin having very acute smell and used in tracking"], ["fox", "medium-sized glossy-coated hounds developed for hunting foxes"], ["grey", "a tall slender dog of an ancient breed noted for swiftness and keen sight; used as a racing dog"]]}, {"answer": "house", "hint": "_ house", "clues": [["bake", "a workplace where baked goods (breads and cakes and pastries) are produced or sold"], ["porter", "large steak from the thick end of the short loin containing a T-shaped bone and large piece of tenderloin"], ["whore", "a building where prostitutes are available"], ["summer", "a small roofed building affording shade and rest"], ["club", "a building that is occupied by a social club"], ["custom", "a government building where customs are collected and where ships are cleared to enter or leave the country"], ["ware", "a storehouse for goods and merchandise"], ["bird", "a shelter for birds"], ["green", "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions"], ["glass", "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions"], ["block", "a stronghold that is reinforced for protection from enemy fire; with apertures for defensive fire"], ["cook", "the area for food preparation on a ship"], ["flop", "a cheap lodging house"], ["nut", "pejorative terms for an insane asylum"], ["steak", "a restaurant that specializes in steaks"], ["play", "plaything consisting of a small model of a house that children can play inside of"], ["boat", "a shed at the edge of a river or lake; used to store boats"], ["fire", "a station housing fire apparatus and firemen"], ["bath", "a building containing dressing rooms for bathers"], ["slaughter", "a building where animals are butchered"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["mad", "pejorative terms for an insane asylum"], ["poor", "an establishment maintained at public expense in order to provide housing for the poor and homeless"], ["light", "a tower with a light that gives warning of shoals to passing ships"], ["chop", "a restaurant that specializes in steaks"], ["coffee", "a small restaurant where drinks and snacks are sold"], ["meeting", "a building for religious assembly (especially Nonconformists, e.g., Quakers)"], ["guard", "a military facility that serves as the headquarters for military police and in which military prisoners can be detained"], ["gate", "a house built at a gateway; usually the gatekeeper's residence"], ["road", "an inn (usually outside city limits on a main road) providing meals and liquor and dancing and (sometimes) gambling"], ["store", "a depository for goods"], ["pilot", "an enclosed compartment from which a vessel can be navigated"], ["ale", "a tavern where ale is sold"], ["guest", "a house separate from the main house; for housing guests"], ["doll", "a house so small that it is likened to a child's plaything"], ["court", "a government building that houses the offices of a county government"], ["packing", "a building where foodstuffs are processed and packed"], ["farm", "house for a farmer and family"], ["work", "a poorhouse where able-bodied poor are compelled to labor"], ["wheel", "an enclosed compartment from which a vessel can be navigated"], ["power", "a highly energetic and indefatigable person"], ["doss", "a cheap lodging house"], ["round", "workplace consisting of a circular building for repairing locomotives"], ["dog", "outbuilding that serves as a shelter for a dog"], ["boarding", "a private house that provides accommodations and meals for paying guests"], ["hot", "a greenhouse in which plants are arranged in a pleasing manner"], ["school", "a building where young people receive education"], ["smoke", "a small house where smoke is used to cure meat or fish"]]}, {"answer": "jack", "hint": "_ jack", "clues": [["apple", "distilled from hard cider"], ["cracker", "someone excellent of their kind"], ["steeple", "someone who builds or maintains very tall structures"], ["flap", "a flat cake of thin batter fried on both sides on a griddle"], ["lumber", "a person who fells trees"], ["black", "a common scrubby deciduous tree of central and southeastern United States having dark bark and broad three-lobed (club-shaped) leaves; tends to form dense thickets"]]}, {"answer": "keeper", "hint": "_ keeper", "clues": [["bee", "a farmer who keeps bees for their honey"], ["time", "(sports) an official who keeps track of the time elapsed"], ["grounds", "someone who maintains the grounds (of an estate or park or athletic field)"], ["book", "someone who records the transactions of a business"], ["game", "a person employed to take care of game and wildlife"], ["store", "a merchant who owns or manages a shop"], ["inn", "the owner or manager of an inn"], ["gate", "someone who controls access to something"], ["peace", "a member of a military force that is assigned (often with international sanction) to preserve peace in a trouble area"], ["door", "an official stationed at the entrance of a courtroom or legislative chamber"], ["house", "a servant who is employed to perform domestic task in a household"], ["shop", "a merchant who owns or manages a shop"], ["bar", "an employee who mixes and serves alcoholic drinks at a bar"], ["score", "an official who records the score during the progress of a game"], ["goal", "the soccer or hockey player assigned to protect the goal"]]}, {"answer": "keeping", "hint": "_ keeping", "clues": [["house", "the work of cleaning and running a house"], ["safe", "the responsibility of a guardian or keeper"], ["book", "the activity of recording business transactions"], ["bee", "the cultivation of bees on a commercial scale for the production of honey"], ["time", "the act or process of determining the time"], ["peace", "the activity of keeping the peace by military forces (especially when international military forces enforce a truce between hostile groups or nations)"]]}, {"answer": "land", "hint": "_ land", "clues": [["mid", "a town in west central Texas"], ["hinter", "a remote and undeveloped area"], ["waste", "an uninhabited wilderness that is worthless for cultivation"], ["swamp", "low land that is seasonally flooded; has more woody plants than a marsh and better drainage than a bog"], ["heart", "the central region of a country or continent; especially a region that is important to a country or to a culture"], ["park", "a large area of land preserved in its natural state as public property"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock"], ["moor", "open land usually with peaty soil covered with heather and bracken and moss"], ["heath", "a tract of level wasteland; uncultivated land with sandy soil and scrubby vegetation"], ["dream", "a pleasing country existing only in dreams or imagination"], ["high", "elevated (e.g., mountainous) land"], ["fairy", "something existing solely in the imagination (but often mistaken for reality)"], ["marsh", "low-lying wet land with grassy vegetation; usually is a transition zone between land and water"], ["timber", "land that is covered with trees and shrubs"], ["wood", "land that is covered with trees and shrubs"], ["table", "a relatively flat highland"], ["wet", "a low area where the land is saturated with water"], ["wonder", "a place or scene of great or strange beauty or wonder"], ["fen", "low-lying wet land with grassy vegetation; usually is a transition zone between land and water"], ["head", "a natural elevation (especially a rocky one that juts out into the sea)"], ["home", "the country where you were born"], ["grass", "land where grass or grasslike vegetation grows and is the dominant form of plant life"], ["main", "the main land mass of a country or continent; as distinguished from an island or peninsula"], ["mother", "the country where you were born"], ["farm", "a rural area where farming is practiced"], ["tide", "land near the sea that is overflowed by the tide"], ["father", "the country where you were born"], ["low", "low level country"], ["border", "district consisting of the area on either side of a border or boundary of a country or an area"], ["gang", "underworld organizations"]]}, {"answer": "leg", "hint": "_ leg", "clues": [["black", "someone who works (or provides workers) during a strike"], ["dog", "angle that resembles the hind leg of a dog"], ["boot", "whiskey illegally distilled from a corn mash"], ["bow", "a leg bowed outward at the knee (or below the knee)"]]}, {"answer": "life", "hint": "_ life", "clues": [["night", "the entertainment available to people seeking nighttime diversion"], ["wild", "all living things (except people) that are undomesticated"], ["after", "life after death"], ["low", "a person who is deemed to be despicable or contemptible"]]}, {"answer": "light", "hint": "_ light", "clues": [["torch", "light from a torch or torches"], ["high", "the most interesting or memorable part"], ["candle", "the light provided by a burning candle"], ["star", "the light of the stars"], ["gas", "light yielded by the combustion of illuminating gas"], ["flash", "a small portable battery-powered electric lamp"], ["stop", "a red light on the rear of a motor vehicle that signals when the brakes are applied to slow or stop"], ["head", "a powerful light with reflector; attached to the front of an automobile or locomotive"], ["lime", "a focus of public attention"], ["day", "the time after sunrise and before sunset while it is light outside"], ["sky", "a window in a roof to admit daylight"], ["sun", "the rays of the sun"], ["lamp", "light from a lamp"], ["fan", "a window above a door that is usually hinged to a horizontal crosspiece over the door"], ["fire", "the light of a fire (especially in a fireplace)"], ["street", "a lamp supported on a lamppost; for illuminating a street"], ["tail", "lamp (usually red) mounted at the rear of a motor vehicle"], ["moon", "the light of the Moon"], ["search", "a light source with reflectors that projects a beam of light in a particular direction"], ["spot", "a focus of public attention"], ["side", "light carried by a boat that indicates the boat's direction; vessels at night carry a red light on the port bow and a green light on the starboard bow"], ["flood", "light that is a source of artificial illumination having a broad beam; used in photography"], ["pen", "a small flashlight resembling a fountain pen"]]}, {"answer": "lighter", "hint": "_ lighter", "clues": [["lamp", "(when gas was used for streetlights) a person who lights and extinguishes streetlights"], ["fire", "(a piece of) a substance that burns easily and can be used to start a coal or coke fire"], ["moon", "a person who holds a second job (usually after hours)"], ["high", "a cosmetic used to highlight the eyes or cheekbones"]]}, {"answer": "line", "hint": "_ line", "clues": [["hem", "the line formed by the lower edge of a skirt or coat"], ["air", "a hose that carries air under pressure"], ["clothes", "a cord on which clothes are hung to dry"], ["dead", "the point in time at which something must be completed"], ["side", "a line that marks the side boundary of a playing field"], ["bread", "a queue of people waiting for free food"], ["shore", "a boundary line between land and water"], ["under", "a line drawn underneath (especially under written matter)"], ["base", "an imaginary line or standard by which things are measured or compared"], ["guide", "a light line that is used in lettering to help align the letters"], ["pipe", "gossip spread by spoken communication"], ["neck", "the line formed by the edge of a garment around the neck"], ["bow", "a loop knot that neither slips nor jams"], ["date", "an imaginary line on the surface of the earth following (approximately) the 180th meridian"], ["border", "a line that indicates a boundary"], ["waist", "the narrowing of the body between the ribs and hips"], ["tape", "measuring instrument consisting of a narrow strip (cloth or metal) marked in inches or centimeters and used for measuring lengths"], ["head", "the heading or caption of a newspaper article"], ["coast", "the outline of a coast"], ["life", "a crease on the palm; its length is said by palmists to indicate how long you will live"], ["timber", "line marking the upper limit of tree growth in mountains or northern latitudes"], ["story", "the plot of a book or play or film"], ["sky", "the outline of objects seen against the sky"], ["bee", "the most direct route"], ["water", "a line corresponding to the surface of the water when the vessel is afloat on an even keel; often painted on the hull of a ship"], ["blood", "the descendants of one individual"], ["touch", "either of the sidelines in soccer or rugby"], ["tow", "(nautical) a rope used in towing"]]}, {"answer": "liner", "hint": "_ liner", "clues": [["jet", "a large jet plane that carries passengers"], ["hard", "a conservative who is uncompromising"], ["head", "a performer who receives prominent billing"], ["air", "a commercial airplane that carries passengers"], ["eye", "makeup applied to emphasize the shape of the eyes"]]}, {"answer": "load", "hint": "_ load", "clues": [["car", "a gathering of passengers sufficient to fill an automobile"], ["boat", "the amount of cargo that can be held by a boat or ship or a freight car"], ["pay", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["bus", "the quantity of cargo or the number of passengers that a bus can carry"], ["work", "work that a person is expected to do in a specified time"], ["over", "an electrical load that exceeds the available electrical power"], ["train", "quantity that can be carried by a train"], ["ship", "the amount of cargo that can be held by a boat or ship or a freight car"]]}, {"answer": "lock", "hint": "_ lock", "clues": [["dead", "a situation in which no progress can be made or no advancement is possible"], ["grid", "a traffic jam so bad that no movement is possible"], ["match", "an early style of musket; a slow-burning wick would be lowered into a hole in the breech to ignite the charge"], ["pad", "a detachable lock; has a hinged shackle that can be passed through the staple of a hasp or the links in a chain and then snapped shut"], ["row", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["wed", "the state of being a married couple voluntarily joined for life (or until divorce)"], ["air", "a chamber that provides access to space where air is under pressure"], ["oar", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["flint", "a muzzle loader that had a flintlock type of gunlock"], ["hammer", "a wrestling hold in which the opponent's arm is twisted up behind his back"], ["head", "a wrestling hold in which the opponent's head is locked between the crook of your elbow and the side of your body"]]}, {"answer": "maid", "hint": "_ maid", "clues": [["brides", "an unmarried woman who attends the bride at a wedding"], ["milk", "a woman who works in a dairy"], ["hand", "in a subordinate position"], ["chamber", "a maid who is employed to clean and care for bedrooms (now primarily in hotels)"], ["bar", "a female bartender"], ["nurse", "a woman who is the custodian of children"], ["dairy", "a woman who works in a dairy"], ["parlor", "a maid in a private home whose duties are to care for the parlor and the table and to answer the door"], ["house", "a female domestic"]]}, {"answer": "maker", "hint": "_ maker", "clues": [["cabinet", "a woodworker who specializes in making furniture"], ["wine", "someone who makes wine"], ["book", "a maker of books; someone who edits or publishes or binds books"], ["king", "English statesman; during the War of the Roses he fought first for the house of York and secured the throne for Edward IV and then changed sides to fight for the house of Lancaster and secured the throne for Henry VI (1428-1471)"], ["law", "a maker of laws; someone who gives a code of laws"], ["steel", "a worker engaged in making steel"], ["dress", "someone who makes or mends dresses"], ["holiday", "someone who travels for pleasure"], ["match", "someone who arranges (or tries to arrange) marriages for others"], ["merry", "a celebrant who shares in a noisy party"], ["peace", "someone who tries to bring peace"], ["noise", "a device (such as a clapper or bell or horn) used to make a loud noise at a celebration"], ["home", "a wife who manages a household while her husband earns the family income"], ["watch", "someone who makes or repairs watches"], ["rain", "executive who is very successful in bringing in business to his company or firm"], ["clock", "someone whose occupation is making or repairing clocks and watches"], ["money", "someone who is successful in accumulating wealth"], ["film", "a producer of motion pictures"], ["auto", "a business engaged in the manufacture of automobiles"], ["trouble", "someone who deliberately stirs up trouble"], ["tool", "someone skilled in making or repairing tools"], ["shoe", "a person who makes or repairs shoes"]]}, {"answer": "making", "hint": "_ making", "clues": [["cabinet", "the craft of a joiner"], ["love", "sexual activities (often including sexual intercourse) between two people"], ["rain", "activity intended to produce rain"], ["law", "the act of making or enacting laws"], ["hay", "taking full advantage of an opportunity while it lasts"], ["dress", "the craft of making dresses"], ["merry", "a boisterous celebration; a merry festivity"], ["home", "the management of a household"], ["money", "the act of making money (and accumulating wealth)"], ["print", "artistic design and manufacture of prints as woodcuts or silkscreens"], ["match", "mediation in order to bring about a marriage between others"]]}, {"answer": "man", "hint": "_ man", "clues": [["wood", "someone who lives in the woods"], ["horse", "a man skilled in equitation"], ["towns", "a person from the same town as yourself"], ["grounds", "someone who maintains the grounds (of an estate or park or athletic field)"], ["aircraft", "a noncommissioned officer in the British Royal Air Force"], ["bats", "(baseball) a ballplayer who is batting"], ["grooms", "a male attendant of the bridegroom at a wedding"], ["sales", "a man salesperson"], ["cow", "a hired hand who tends cattle and performs other duties on horseback"], ["brake", "a railroad employee responsible for a train's brakes"], ["muscle", "a bully employed as a thug or bodyguard"], ["cattle", "a man who raises (or tends) cattle"], ["line", "one of the players on the line of scrimmage"], ["news", "a person who investigates and reports or edits news stories"], ["select", "an elected member of a board of officials who run New England towns"], ["dales", "a person who lives in the dales of northern England"], ["crafts", "a professional whose work is consistently of high quality"], ["bogey", "an imaginary monster used to frighten children"], ["police", "a member of a police force"], ["law", "an officer of the law"], ["guards", "a soldier who is a member of a unit called `the guard' or `guards'"], ["bands", "a player in a band (especially a military band)"], ["strong", "a man who performs feats of strength at a fair or circus"], ["coach", "a man who drives a coach (or carriage)"], ["signal", "a railroad employee in charge of signals and point in a railroad yard"], ["country", "a man from your own country"], ["house", "an advanced student or graduate in medicine gaining supervised practical experience (`houseman' is a British term)"], ["backwoods", "a man who lives on the frontier"], ["militia", "a member of the militia; serves only during emergencies"], ["ice", "someone who cuts and delivers ice"], ["church", "a clergyman or other person in religious orders"], ["service", "someone who serves in the armed forces; a member of a military force"], ["bush", "a member of the race of nomadic hunters and gatherers who live in southern Africa"], ["cavalry", "a soldier in a motorized army unit"], ["snow", "a figure of a person made of packed snow"], ["milk", "someone who delivers milk"], ["handy", "a man skilled in various odd jobs and other small tasks"], ["midship", "a temporary rank held by young naval officers in training"], ["clans", "a member of a clan"], ["bonds", "a male slave"], ["gentle", "a man of refinement"], ["ferry", "a man who operates a ferry"], ["rifle", "someone skilled in the use of a rifle"], ["heads", "an executioner who beheads the condemned person"], ["door", "someone who guards an entrance"], ["plow", "a man who plows"], ["yachts", "a person who owns or sails a yacht"], ["work", "an employee who performs manual or industrial labor"], ["chair", "the officer who presides at the meetings of an organization"], ["sports", "someone who engages in sports"], ["freed", "a person who has been freed from slavery"], ["infantry", "fights on foot with small arms"], ["herds", "someone who drives a herd"], ["dust", "someone employed to collect and dispose of refuse"], ["marks", "someone skilled in shooting"], ["committee", "a man who is a member of committee"], ["lands", "a person who lives and works on land"], ["spokes", "a male spokesperson"], ["warehouse", "a workman who manages or works in a warehouse"], ["jury", "someone who serves (or waits to be called to serve) on a jury"], ["watch", "a guard who keeps watch"], ["newspaper", "a journalist employed to provide news stories for newspapers or broadcast media"], ["drafts", "a skilled worker who draws plans of buildings or machines"], ["cave", "someone who lives in a cave"], ["train", "an employee of a railroad"], ["patrol", "a policeman who patrols a given region"], ["fire", "play in which children pretend to put out a fire"], ["fisher", "someone whose occupation is catching fish"], ["water", "someone who drives or rides in a boat"], ["clergy", "a member of the clergy and a spiritual leader of the Christian Church"], ["council", "a man who is a council member"], ["alder", "a member of a municipal legislative body (as a city council)"], ["hang", "an executioner who hangs the condemned person"], ["laundry", "operates industrial washing machine"], ["mail", "a man who delivers the mail"], ["states", "a man who is a respected leader in national or international affairs"], ["link", "(formerly) an attendant hired to carry a torch for pedestrians in dark streets"], ["husband", "a person who operates a farm"], ["assembly", "someone who is a member of a legislative assembly"], ["tax", "someone who collects taxes for the government"], ["fresh", "a first-year undergraduate"], ["bow", "a person who is expert in the use of a bow and arrow"], ["hunts", "someone who hunts game"], ["chess", "any of 16 white and 16 black pieces used in playing the game of chess"], ["repair", "a skilled worker whose job is to repair things"], ["noble", "a titled peer of the realm"], ["dairy", "the owner or manager of a dairy"], ["sand", "an elf in fairy stories who sprinkles sand in children's eyes to make them sleepy"], ["lumber", "a person who fells trees"], ["garbage", "someone employed to collect and dispose of refuse"], ["mad", "an insane person"], ["anchor", "a television reporter who coordinates a broadcast to which several correspondents contribute"], ["air", "someone who operates an aircraft"], ["space", "a person trained to travel in a spacecraft"], ["crew", "any member of a ship's crew"], ["middle", "someone who buys large quantities of goods and resells to merchants rather than to the ultimate customers"], ["swords", "someone skilled at fencing"], ["gun", "a professional killer who uses a gun"], ["pen", "informal terms for journalists"], ["business", "a person engaged in commercial or industrial business (especially an owner or executive)"], ["pitch", "an aggressive salesman who uses a fast line of talk to sell something"], ["plains", "an inhabitant of a plains region (especially the Great Plains of North America)"], ["barge", "someone who operates a barge"], ["oars", "someone who rows a boat"], ["post", "a man who delivers the mail"], ["oil", "a person who owns or operates oil wells"], ["frog", "someone who works underwater"], ["bell", "someone employed as an errand boy and luggage carrier around hotels"], ["press", "someone whose occupation is printing"], ["camera", "a photographer who operates a movie camera"], ["livery", "a worker in a livery stable"], ["fields", "a member of the cricket team that is fielding rather than batting"], ["trencher", "a person who is devoted to eating and drinking to excess"], ["kins", "a male relative"], ["stable", "someone employed in a stable to take care of the horses"], ["helms", "the person who steers a ship"], ["congress", "a member of the United States House of Representatives"], ["boat", "someone who drives or rides in a boat"], ["merchant", "a cargo ship"], ["foot", "a man employed as a servant in a large establishment (as a palace) to run errands and do chores"], ["highway", "a holdup man who stops a vehicle and steals from it"], ["artillery", "a serviceman in the artillery"], ["bar", "an employee who mixes and serves alcoholic drinks at a bar"], ["frontiers", "a man who lives on the frontier"], ["vestry", "a man who is a member of a church vestry"], ["gas", "someone employed by a gas company"], ["lay", "someone who is not a clergyman or a professional person"], ["show", "a person skilled at making effective presentations"], ["steers", "the person who steers a ship"], ["motor", "the operator of streetcar"], ["yard", "worker in a railway yard"], ["nursery", "someone who takes care of a garden"], ["trades", "a merchant who owns or manages a shop"], ["weather", "predicts the weather"], ["longshore", "a laborer who loads and unloads vessels in a port"], ["journey", "a skilled worker who practices some trade or handicraft"], ["sea", "a man who serves as a sailor"], ["railway", "an employee of a railroad"]]}, {"answer": "mark", "hint": "_ mark", "clues": [["bench", "a standard by which something can be measured or judged"], ["trade", "a distinctive characteristic or attribute"], ["pock", "a scar or pit on the skin that is left by a pustule of smallpox or acne or other eruptive disease"], ["birth", "a blemish on the skin that is formed before birth"], ["post", "a cancellation mark stamped on mail by postal officials; indicates the post office and date of mailing"], ["book", "a marker (a piece of paper or ribbon) placed between the pages of a book to mark the reader's place"], ["tide", "indicator consisting of a line at the highwater or low-water limits of the tides"], ["finger", "a smudge made by a (dirty) finger"], ["water", "a line marking the level reached by a body of water"], ["land", "the position of a prominent or well-known object in a particular landscape"], ["ear", "identification mark on the ear of a domestic animal"], ["hall", "a distinctive characteristic or attribute"]]}, {"answer": "mast", "hint": "_ mast", "clues": [["top", "the mast next above a lower mast and topmost in a fore-and-aft rig"], ["main", "the chief mast of a sailing vessel with two or more masts"], ["mizzen", "third mast from the bow in a vessel having three or more masts; the after and shorter mast of a yawl, ketch, or dandy"], ["fore", "the mast nearest the bow in vessels with two or more masts"]]}, {"answer": "master", "hint": "_ master", "clues": [["pay", "a person in charge of paying wages"], ["choir", "the musical director of a choir"], ["station", "the person in charge of a railway station"], ["task", "someone who imposes hard or continuous work"], ["quarter", "an army officer who provides clothing and subsistence for troops"], ["spy", "someone who directs clandestine intelligence activities"], ["toast", "the person who proposes toasts and introduces speakers at a banquet"], ["school", "presiding officer of a school"], ["scout", "the leader of a troop of Scouts"], ["house", "teacher in charge of a school boardinghouse"], ["grand", "a player of exceptional or world class skill in chess or bridge"], ["web", "a technician who designs or maintains a website"], ["post", "the person in charge of a post office"], ["band", "the conductor of a band"], ["head", "presiding officer of a school"], ["ring", "the person in charge of performances in a circus ring"], ["yard", "a railroad employer who is in charge of a railway yard"]]}, {"answer": "mate", "hint": "_ mate", "clues": [["room", "an associate who shares a room with you"], ["school", "an acquaintance that you go to school with"], ["check", "complete victory"], ["house", "someone who resides in the same house with you"], ["mess", "(nautical) an associate with whom you share meals in the same mess (as on a ship)"], ["class", "an acquaintance that you go to school with"], ["ship", "an associate on the same ship with you"], ["stable", "a horse stabled with another or one of several horses owned by the same person"], ["work", "a fellow worker"], ["team", "a fellow member of a team"], ["flat", "an associate who shares an apartment with you"], ["play", "a companion at play"], ["help", "a helpful partner"]]}, {"answer": "meter", "hint": "_ meter", "clues": [["taxi", "a meter in a taxi that registers the fare (based on the length of the ride)"], ["audio", "an instrument used to measure the sensitivity of hearing"], ["volt", "meter that measures the potential difference between two points"], ["ohm", "a meter for measuring electrical resistance in ohms"]]}, {"answer": "mill", "hint": "_ mill", "clues": [["grist", "a mill for grinding grain (especially the customer's own grain)"], ["wind", "a mill that is powered by the wind"], ["saw", "a large sawing machine"], ["tread", "an exercise device consisting of an endless belt on which a person can walk or jog without changing place"]]}, {"answer": "mistress", "hint": "_ mistress", "clues": [["head", "a woman headmaster"], ["task", "a woman taskmaster"], ["post", "a woman postmaster"], ["school", "a woman schoolteacher (especially one regarded as strict)"]]}, {"answer": "monger", "hint": "_ monger", "clues": [["scare", "a person who spreads frightening rumors and stirs up trouble"], ["iron", "someone who sells hardware"], ["war", "a person who advocates war or warlike policies"], ["rumor", "a person given to gossiping and divulging personal information about others"], ["scandal", "a person who spreads malicious gossip"], ["fish", "someone who sells fish"], ["hate", "one who arouses hatred for others"]]}, {"answer": "mother", "hint": "_ mother", "clues": [["grand", "the mother of your father or mother"], ["step", "the wife of your father by a subsequent marriage"], ["house", "a woman employed as a chaperon in a residence for young people"], ["god", "any woman who serves as a sponsor for a child at baptism"]]}, {"answer": "mouth", "hint": "_ mouth", "clues": [["motor", "someone who talks incessantly"], ["loud", "a person who causes trouble by speaking indiscreetly"], ["cotton", "venomous semiaquatic snake of swamps in southern United States"], ["goal", "(sports) the area immediately in front of the goal"], ["blabber", "someone who gossips indiscreetly"]]}, {"answer": "nail", "hint": "_ nail", "clues": [["hob", "a short nail with a thick head; used to protect the soles of boots"], ["hang", "a loose narrow strip of skin near the base of a fingernail; tearing it produces a painful sore that is easily infected"], ["thumb", "the nail of the thumb"], ["finger", "the nail at the end of a finger"], ["door", "a nail with a large head; formerly used to decorate doors"], ["toe", "the nail at the end of a toe"]]}, {"answer": "neck", "hint": "_ neck", "clues": [["leather", "a member of the United States Marine Corps"], ["bottle", "a narrowing that reduces the flow through a channel"], ["rough", "a cruel and brutal fellow"], ["rubber", "a tourist who is visiting sights of interest"], ["red", "a poor White person in the southern United States"], ["turtle", "a sweater or jersey with a high close-fitting collar"], ["crook", "yellow squash with a thin curved neck and somewhat warty skin"]]}, {"answer": "nut", "hint": "_ nut", "clues": [["beech", "small sweet triangular nut of any of various beech trees"], ["chest", "wood of any of various chestnut trees of the genus Castanea"], ["butter", "North American walnut tree having light-brown wood and edible nuts; source of a light-brown dye"], ["coco", "the edible white meat of a coconut; often shredded for use in e.g. cakes and curries"], ["cob", "small nut-bearing tree much grown in Europe"], ["hazel", "any of several shrubs or small trees of the genus Corylus bearing edible nuts enclosed in a leafy husk"], ["pea", "underground pod of the peanut vine"], ["ground", "a North American vine with fragrant blossoms and edible tubers; important food crop of Native Americans"]]}, {"answer": "off", "hint": "_ off", "clues": [["cut", "a designated limit beyond which something cannot function or must be terminated"], ["play", "any final competition to determine a championship"], ["run", "the occurrence of surplus liquid (as water) exceeding the limit or capacity"], ["take", "a departure; especially of airplanes"], ["kick", "(football) a kick from the center of the field to start a football game or to resume it after a score"], ["blast", "the launching of a missile or spacecraft to a specified destination"], ["turn", "something causing antagonism or loss of interest"], ["lift", "the initial ascent of a rocket from its launching pad"], ["stand", "the finish of a contest in which the score is tied and the winner is undecided"], ["knock", "an unauthorized copy or imitation"], ["fall", "a noticeable deterioration in performance or quality"]]}, {"answer": "out", "hint": "_ out", "clues": [["check", "the act of inspecting or verifying"], ["buy", "acquisition of a company by purchasing a controlling percentage of its stock"], ["cut", "a switch that interrupts an electric circuit in the event of an overload"], ["put", "an out resulting from a fielding play (not a strikeout)"], ["wash", "the channel or break produced by erosion of relatively soft soil by water"], ["take", "prepared food that is intended to be eaten off of the premises"], ["hold", "a negotiator who hopes to gain concessions by refusing to come to terms"], ["blow", "an easy victory"], ["fade", "a slow or gradual disappearance"], ["lay", "a plan or design of something that is laid out"], ["break", "an escape from jail"], ["walk", "a strike in which the workers walk out"], ["work", "the activity of exerting your muscles in various ways to keep fit"], ["turn", "the group that gathers together for a particular occasion"], ["knock", "a very attractive or seductive looking woman"], ["close", "a sale intended to dispose of all remaining stock"], ["black", "a suspension of radio or tv broadcasting"], ["strike", "an out resulting from the batter getting three strikes"], ["fall", "the radioactive particles that settle to the ground after a nuclear explosion"], ["drop", "someone who quits school before graduation"], ["print", "the output of a computer in printed form"], ["look", "a person employed to keep watch for some anticipated event"], ["shoot", "a fight involving shooting small arms with the intent to kill or frighten"], ["hide", "a hiding place; usually a remote place used by outlaws"], ["cook", "an informal meal cooked and eaten outdoors"], ["shake", "an economic condition that results in the elimination of marginally financed participants in an industry"], ["shut", "a defeat in a game where one side fails to score"], ["white", "an arctic atmospheric condition with clouds over snow produce a uniform whiteness and objects are difficult to see; occurs when the light reflected off the snow equals the light coming through the clouds"], ["hand", "an announcement distributed to members of the press in order to supplement or replace an oral presentation"], ["hang", "a frequently visited place"], ["sell", "an act of betrayal"], ["fold", "an oversize page that is folded in to a book or magazine"], ["dug", "either of two low shelters on either side of a baseball diamond where the players and coaches sit during the game"], ["lock", "a management action resisting employee's demands; employees are barred from entering the workplace until they agree to terms"], ["try", "trying something to find out about it"]]}, {"answer": "over", "hint": "_ over", "clues": [["change", "an event that results in a transformation"], ["lay", "a brief stay in the course of a journey"], ["make", "an overall beauty treatment (involving a person's hair style and cosmetics and clothing) intended to change or improve a person's appearance"], ["walk", "backbends combined with handstands"], ["cross", "the interchange of sections between pairing homologous chromosomes during the prophase of meiosis"], ["push", "someone who is easily taken advantage of"], ["stop", "a stopping place on a journey"], ["pull", "a sweater that is put on by pulling it over the head"], ["left", "a small part or portion that remains after the main part no longer exists"], ["fly", "bridge formed by the upper level of a crossing of two highways at different levels"], ["pop", "light hollow muffin made of a puff batter (individual Yorkshire pudding) baked in a deep muffin cup"], ["roll", "the act of changing the institution that invests your pension plan without incurring a tax penalty"], ["sleep", "an occasion of spending a night away from home or having a guest spend the night in your home (especially as a party for children)"], ["spill", "(economics) any indirect effect of public expenditure"], ["hand", "act of relinquishing property or authority etc"], ["hang", "disagreeable aftereffects from the use of drugs (especially alcohol)"], ["turn", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers"], ["hold", "an official who remains in office after his term"], ["take", "a sudden and decisive change of government illegally or by force"]]}, {"answer": "pad", "hint": "_ pad", "clues": [["key", "a keyboard that is a data input device for computers; arrangement of keys is modelled after the typewriter keyboard"], ["launch", "a platform from which rockets or space craft are launched"], ["note", "a pad of paper for keeping notes"], ["scratch", "(computer science) a high-speed internal memory used for temporary storage of preliminary information"]]}, {"answer": "pan", "hint": "_ pan", "clues": [["bed", "a shallow vessel used by a bedridden patient for defecation and urination"], ["dust", "the quantity that a dustpan will hold"], ["dish", "large pan for washing dishes"], ["sauce", "a deep pan with a handle; used for stewing or boiling"], ["skid", "a paved surface on which cars can be made to skid so that drivers can practice controlling them"]]}, {"answer": "paper", "hint": "_ paper", "clues": [["note", "writing paper intended for writing short notes or letters"], ["wall", "a decorative paper for the walls of rooms"], ["news", "a daily or weekly publication on folded sheets; contains news and articles and advertisements"], ["sand", "stiff paper coated with powdered emery or sand"], ["fly", "paper that is poisoned or coated with a sticky substance to kill flies"]]}, {"answer": "pence", "hint": "_ pence", "clues": [["eight", "a coin worth eight pennies"], ["four", "a former English silver coin worth four pennies"], ["two", "a former United Kingdom silver coin; United Kingdom bronze decimal coin worth two pennies"], ["nine", "a coin worth nine pennies"], ["six", "a small coin of the United Kingdom worth six pennies; not minted since 1970"], ["three", "former cupronickel coin of the United Kingdom equal to three pennies"]]}, {"answer": "person", "hint": "_ person", "clues": [["anchor", "a television reporter who coordinates a broadcast to which several correspondents contribute"], ["chair", "the officer who presides at the meetings of an organization"], ["lay", "someone who is not a clergyman or a professional person"], ["spokes", "an advocate who represents someone else's policy or purpose"], ["business", "a capitalist who engages in industrial commercial enterprise"], ["sales", "a person employed to represent a business and to sell its merchandise (as to customers in a store or to customers who are visited)"]]}, {"answer": "phone", "hint": "_ phone", "clues": [["cell", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["head", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"], ["ear", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"], ["speaker", "a telephone with a microphone and loudspeaker; can be used without picking up a handset; several people can participate in a call at the same time"]]}, {"answer": "piece", "hint": "_ piece", "clues": [["altar", "a painted or carved screen placed above and behind an altar or communion table"], ["show", "the outstanding item (the prize piece or main exhibit) in a collection"], ["mantel", "shelf that projects from wall above fireplace"], ["eye", "combination of lenses at the viewing end of optical instruments"], ["cod", "(15th-16th century) a flap for the crotch of men's tight-fitting breeches"], ["time", "a measuring instrument or device for keeping time"], ["mouth", "a part that goes over or into the mouth of a person"], ["hair", "a covering or bunch of human or artificial hair used for disguise or adornment"], ["tail", "appendage added to extend the length of something"], ["center", "the central or most important feature"], ["head", "the band that is the part of a bridle that fits around a horse's head"], ["master", "the most outstanding work of a creative artist or craftsman"], ["work", "work consisting of a piece of metal being machined"], ["ear", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"]]}, {"answer": "pin", "hint": "_ pin", "clues": [["ten", "one of the bottle-shaped pins used in bowling"], ["stick", "a decorative pin that is worn in a necktie"], ["nine", "a bowling pin of the type used in playing ninepins or (in England) skittles"], ["hat", "a long sturdy pin used by women to secure a hat to their hair"], ["hair", "a double pronged pin used to hold women's hair in place"], ["push", "a tack for attaching papers to a bulletin board or drawing board"], ["king", "the most important person in a group or undertaking"], ["tie", "a pin used to hold the tie in place"], ["head", "the front bowling pin in the triangular arrangement of ten pins"], ["clothes", "wood or plastic fastener; for holding clothes on a clothesline"]]}, {"answer": "pipe", "hint": "_ pipe", "clues": [["blow", "a tube that directs air or gas into a flame to concentrate heat"], ["bag", "a tubular wind instrument; the player blows air into a bag and squeezes it out through the drone"], ["hose", "a flexible pipe for conveying a liquid or gas"], ["tail", "a pipe carrying fumes from the muffler to the rear of a car"], ["drain", "a pipe through which liquid is carried away"], ["wind", "membranous tube with cartilaginous rings that conveys inhaled air from the larynx to the bronchi"], ["stand", "a vertical pipe"], ["stove", "chimney consisting of a metal pipe of large diameter that is used to connect a stove to a flue"], ["horn", "a British solo dance performed by sailors"]]}, {"answer": "pit", "hint": "_ pit", "clues": [["flea", "an old shabby movie theater"], ["cock", "compartment where the pilot sits while flying the aircraft"], ["arm", "the hollow under the arm where it is joined to the shoulder"], ["sand", "a large pit in sandy ground from which sand is dug"]]}, {"answer": "place", "hint": "_ place", "clues": [["birth", "the place where someone was born"], ["market", "the world of commercial activity where goods and services are bought and sold"], ["common", "a trite or obvious remark"], ["show", "a place that is frequently exhibited and visited for its historical interest or natural beauty"], ["fire", "an open recess in a wall at the base of a chimney where a fire can be built"], ["work", "a place where work is done"]]}, {"answer": "plane", "hint": "_ plane", "clues": [["war", "an aircraft designed and used for combat"], ["tail", "the horizontal airfoil of an aircraft's tail assembly that is fixed and to which the elevator is hinged"], ["air", "an aircraft that has a fixed wing and is powered by propellers or jets"], ["sail", "aircraft supported only by the dynamic action of air against its surfaces"], ["sea", "an airplane that can land on or take off from water"]]}, {"answer": "plate", "hint": "_ plate", "clues": [["breast", "armor plate that protects the chest; the front part of a cuirass"], ["name", "a plate bearing a name"], ["book", "a label identifying the owner of a book in which it is pasted"], ["face", "a protective covering for the front of a machine or device (as a door lock or computer component)"], ["copper", "a graceful style of handwriting based on the writing used on copperplate engravings"], ["foot", "the platform in the cab of a locomotive on which the engineer stands to operate the controls"], ["door", "a nameplate fastened to a door; indicates the person who works or lives there"], ["hot", "a portable electric appliance for heating or cooking or keeping food warm"], ["tin", "a thin sheet of metal (iron or steel) coated with tin to prevent rusting; used especially for cans, pots, and tins"], ["boiler", "standard formulations uniformly found in certain types of legal documents or news stories"], ["number", "a plate mounted on the front and back of car and bearing the car's registration number"]]}, {"answer": "point", "hint": "_ point", "clues": [["stand", "a mental position from which things are viewed"], ["blue", "oysters originally from Long Island Sound but now from anywhere along the northeastern seacoast; usually eaten raw"], ["check", "a place (as at a frontier) where travellers are stopped for inspection and clearance"], ["pin", "a very brief moment"], ["gun", "the gun muzzle's direction"], ["end", "a place where something ends or is complete"], ["needle", "lace worked with a needle in a buttonhole stitch on a paper pattern"], ["ball", "a pen that has a small metal ball as the point of transfer of ink to paper"], ["view", "a mental position from which things are viewed"], ["mid", "a point equidistant from the ends of a line or the extremities of a figure"]]}, {"answer": "pole", "hint": "_ pole", "clues": [["ridge", "a beam laid along the edge where two sloping sides of a roof meet at the top; provides an attachment for the upper ends of rafters"], ["flag", "surveying instrument consisting of a straight rod painted in bands of alternate red and white each one foot wide; used for sightings by surveyors"], ["may", "a vertical pole or post decorated with streamers that can be held by dancers celebrating May Day"], ["tad", "a larval frog or toad"]]}, {"answer": "post", "hint": "_ post", "clues": [["bed", "any of 4 vertical supports at the corners of a bedstead"], ["mile", "stone post at side of a road to show distances"], ["gate", "either of two posts that bound a gate"], ["guide", "a rule or principle that provides guidance to appropriate behavior"], ["door", "a jamb for a door"], ["lamp", "a metal post supporting an outdoor lamp (such as a streetlight)"], ["goal", "one of a pair of posts (usually joined by a crossbar) that are set up as a goal at each end of a playing field"], ["sign", "a post bearing a sign that gives directions or shows the way"]]}, {"answer": "pot", "hint": "_ pot", "clues": [["crack", "a whimsically eccentric person"], ["tea", "pot for brewing tea; usually has a spout and handle"], ["flower", "a container in which plants are cultivated"], ["fuss", "thinks about unfortunate things that might happen"], ["chamber", "a receptacle for urination or defecation in the bedroom"], ["honey", "South African shrub whose flowers when open are cup-shaped resembling artichokes"], ["jack", "the cumulative amount involved in a game (such as poker)"], ["sex", "a young woman who is thought to have sex appeal"], ["stock", "a pot used for preparing soup stock"], ["hot", "a stew of meat and potatoes cooked in a tightly covered pot"], ["coffee", "tall pot in which coffee is brewed"]]}, {"answer": "power", "hint": "_ power", "clues": [["brain", "mental ability"], ["will", "the trait of resolutely controlling your own behavior"], ["candle", "luminous intensity measured in candelas"], ["horse", "a unit of power equal to 746 watts"], ["fire", "(military) the relative capacity for delivering fire on a target"]]}, {"answer": "print", "hint": "_ print", "clues": [["foot", "a mark of a foot or shoe on a surface"], ["finger", "a print made by an impression of the ridges in the skin of a finger; often used for biometric identification in criminal investigations"], ["thumb", "fingerprint made by the thumb (especially by the pad of the thumb)"], ["blue", "something intended as a guide for making something else"], ["off", "a separately printed article that originally appeared in a larger publication"], ["news", "cheap paper made from wood pulp and used for printing newspapers"], ["over", "something added by overprinting"]]}, {"answer": "rest", "hint": "_ rest", "clues": [["back", "a support that you can lean against while sitting"], ["arm", "a support for the arm"], ["foot", "a low seat or a stool to rest the feet of a seated person"], ["head", "a cushion attached to the top of the back of an automobile's seat to prevent whiplash"]]}, {"answer": "roll", "hint": "_ roll", "clues": [["jelly", "thin sheet of sponge cake spread with jelly and then rolled up to make a cylindrical cake"], ["pay", "a list of employees and their salaries"], ["bank", "a roll of currency notes (often taken as the resources of a person or business etc.)"], ["bed", "bedding rolled up for carrying"]]}, {"answer": "room", "hint": "_ room", "clues": [["work", "room where work is done"], ["store", "a room in which things are stored"], ["green", "a backstage room in a theater where performers rest or have visitors"], ["bed", "a room used primarily for sleeping"], ["school", "a room in a school where lessons take place"], ["board", "a room where a committee meets (such as the board of directors of a company)"], ["sick", "a room to which a sick person is confined"], ["class", "a room in a school where lessons take place"], ["ball", "large room used mainly for dancing"], ["bar", "a room or establishment where alcoholic drinks are served over a counter"], ["wash", "a lavatory (particularly a lavatory in a public place)"], ["lunch", "a restaurant (in a facility) where lunch can be purchased"], ["sales", "an area where merchandise (such as cars) can be displayed"], ["club", "a room used for the activities of a club"], ["home", "a classroom in which all students in a particular grade (or in a division of a grade) meet at certain times under the supervision of a teacher who takes attendance and does other administrative business"], ["tap", "a room or establishment where alcoholic drinks are served over a counter"], ["bath", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet"], ["head", "vertical space available to allow easy passage under something"], ["ward", "military quarters for dining and recreation for officers of a warship (except the captain)"], ["back", "the meeting place of a group of leaders who make their decisions via private negotiations"], ["play", "a recreation room for noisy activities (parties or children's play etc)"], ["tea", "a restaurant where tea and light meals are available"], ["news", "the staff of a newspaper or the news department of a periodical"], ["house", "space for accommodation in a house"], ["stock", "storeroom for storing goods and supplies used in a business"], ["pool", "a room with pool tables where pool is played"], ["dark", "a room in which photographs are developed"], ["guard", "a cell in which soldiers who are prisoners are confined"], ["state", "a guest cabin"], ["show", "an area where merchandise (such as cars) can be displayed"], ["rest", "a toilet that is available to the public"], ["coat", "a room where coats and other articles can be left temporarily"], ["cloak", "a private lounge off of a legislative chamber"], ["court", "a room in which a lawcourt sits"], ["check", "a room where baggage or parcels are checked"], ["guest", "a bedroom that is kept for the use of guests"], ["strong", "a burglarproof and fireproof room in which valuables are kept"]]}, {"answer": "saw", "hint": "_ saw", "clues": [["rip", "a handsaw for cutting with the grain of the wood"], ["jig", "a portable power saw with a reciprocating blade; can be used with a variety of blades depending on the application and kind of cut; generally have a plate that rides on the surface that is being cut"], ["chain", "portable power saw; teeth linked to form an endless chain"], ["see", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["hack", "saw used with one hand for cutting metal"], ["hand", "a saw used with one hand for cutting wood"], ["buck", "a saw that is set in a frame in the shape of an H; used with both hands to cut wood that is held in a sawbuck"], ["fret", "fine-toothed power saw with a narrow blade; used to cut curved outlines"], ["whip", "a saw with handles at both ends; intended for use by two people"]]}, {"answer": "screen", "hint": "_ screen", "clues": [["wind", "transparent screen (as of glass) to protect occupants of a vehicle"], ["sun", "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn"], ["silk", "a print made using a stencil process in which an image or design is superimposed on a very fine mesh screen and printing ink is squeegeed onto the printing surface through the area of the screen that is not covered by the stencil"], ["smoke", "(military) screen consisting of a cloud of smoke that obscures movements"], ["touch", "a computer display that enables the user to interact with the computer by touching areas on the screen"]]}, {"answer": "seed", "hint": "_ seed", "clues": [["rape", "seed of rape plants; source of an edible oil"], ["bird", "food given to birds; usually mixed seeds"], ["cotton", "seed of cotton plants; source of cottonseed oil"], ["oil", "any of several seeds that yield oil"], ["hay", "a person who is not very intelligent or interested in culture"]]}, {"answer": "set", "hint": "_ set", "clues": [["head", "receiver consisting of a pair of headphones"], ["mind", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations"], ["off", "the time at which something is supposed to begin"], ["sun", "the time in the evening at which the sun begins to fall below the horizon"], ["hand", "telephone set with the mouthpiece and earpiece mounted on a single handle"]]}, {"answer": "shed", "hint": "_ shed", "clues": [["cow", "a barn for cows"], ["water", "a ridge of land that separates two adjacent river systems"], ["wood", "a shed for storing firewood or garden tools"], ["blood", "the shedding of blood resulting in murder"]]}, {"answer": "sheet", "hint": "_ sheet", "clues": [["work", "a sheet of paper with multiple columns; used by an accountant to assemble figures for financial statements"], ["ground", "a waterproofed piece of cloth spread on the ground (as under a tent) to protect from moisture"], ["spread", "a screen-oriented interactive program enabling a user to lay out financial data on the screen"], ["broad", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "shell", "hint": "_ shell", "clues": [["sea", "the shell of a marine organism"], ["cockle", "a small light flimsy boat"], ["tortoise", "the mottled horny substance of the shell of some turtles"], ["egg", "the exterior covering of a bird's egg"], ["nut", "the shell around the kernel of a nut"], ["bomb", "an entertainer who has a sensational effect"]]}, {"answer": "shift", "hint": "_ shift", "clues": [["gear", "a mechanical device for engaging and disengaging gears"], ["down", "a change from a financially rewarding but stressful career to a less well paid but more fulfilling one"], ["make", "something contrived to meet an urgent need or emergency"], ["red", "(astronomy) a shift in the spectra of very distant galaxies toward longer wavelengths (toward the red end of the spectrum); generally interpreted as evidence that the universe is expanding"]]}, {"answer": "ship", "hint": "_ ship", "clues": [["troop", "ship for transporting troops"], ["showman", "the ability to present something (especially theatrical shows) in an attractive manner"], ["flag", "the chief one of a related group"], ["swordsman", "skill in fencing"], ["battle", "large and heavily armoured warship"], ["light", "a ship equipped like a lighthouse and anchored where a permanent lighthouse would be impracticable"], ["space", "a spacecraft designed to carry a crew into interstellar space (especially in science fiction)"], ["chairman", "the position of chairman"], ["war", "a government ship that is available for waging war"], ["horseman", "skill in handling and riding horses"], ["steam", "a ship powered by one or more steam engines"], ["air", "a steerable self-propelled aircraft"]]}, {"answer": "shoe", "hint": "_ shoe", "clues": [["gum", "someone who is a detective"], ["horse", "game equipment consisting of an open ring of iron used in playing horseshoes"], ["snow", "a device to help you walk on deep snow; a lightweight frame shaped like a racquet is strengthened with cross pieces and contains a network of thongs; one is worn on each foot"], ["over", "footwear that protects your shoes from water or snow or cold"]]}, {"answer": "shop", "hint": "_ shop", "clues": [["barber", "a shop where men can get their hair cut"], ["book", "a shop where books are sold"], ["pawn", "a shop where loans are made with personal property as security"], ["bake", "a workplace where baked goods (breads and cakes and pastries) are produced or sold"], ["toy", "shop where toys are sold"], ["work", "small workplace where handcrafts or manufacturing are done"], ["sweat", "factory where workers do piecework for poor pay and are prevented from forming unions; common in the clothing industry"], ["tea", "a restaurant where tea and light meals are available"]]}, {"answer": "shot", "hint": "_ shot", "clues": [["hot", "someone who is dazzlingly skilled in any field"], ["buck", "small lead shot for shotgun shells"], ["sling", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones"], ["mug", "a photograph of someone's face (especially one made for police records)"], ["pot", "a shot taken at an easy or casual target (as by a pothunter)"], ["grape", "a cluster of small projectiles fired together from a cannon to produce a hail of shot"], ["ear", "the range within which a voice can be heard"], ["gun", "the act of shooting a gun"], ["snap", "an informal photograph; usually made with a small hand-held camera"]]}, {"answer": "sickness", "hint": "_ sickness", "clues": [["home", "a longing to return home"], ["air", "motion sickness experienced while traveling by air (especially during turbulence)"], ["heart", "feeling downcast and disheartened and hopeless"], ["sea", "motion sickness experienced while traveling on water"]]}, {"answer": "side", "hint": "_ side", "clues": [["lake", "the shore of a lake"], ["curb", "the side of a sidewalk that is bordered by a curb"], ["near", "the side of a vehicle nearest the kerb"], ["fire", "an area near a fireplace (usually paved and extending out into a room)"], ["under", "the lower side of anything"], ["top", "(usually plural) weather deck; the part of a ship's hull that is above the waterline"], ["sea", "the shore of a sea or ocean regarded as a resort"], ["dock", "the region adjacent to a boat dock"], ["way", "edge of a way or road or path"], ["country", "rural regions"], ["river", "the bank of a river"], ["back", "the side of an object that is opposite its front"], ["hill", "the side or slope of a hill"], ["bed", "space by the side of a bed (especially the bed of a sick or dying person)"], ["road", "edge of a way or road or path"], ["down", "a negative aspect of something that is generally positive"], ["ring", "first row of seating; has an unobstructed view of a boxing or wrestling ring"], ["mountain", "the side or slope of a mountain"], ["off", "(sport) the mistake of occupying an illegal position on the playing field (in football, soccer, ice hockey, field hockey, etc.)"], ["water", "land bordering a body of water"]]}, {"answer": "skin", "hint": "_ skin", "clues": [["sheep", "tanned skin of a sheep with the fleece left on; used for clothing"], ["doe", "soft leather from deerskin or lambskin"], ["oil", "a macintosh made from cotton fabric treated with oil and pigment to make it waterproof"], ["buck", "horse of a light yellowish dun color with dark mane and tail"], ["goat", "the hide of a goat"], ["coon", "a raccoon cap with the tail hanging down the back"], ["seal", "the pelt or fur (especially the underfur) of a seal"], ["deer", "leather from the hide of a deer"], ["onion", "a thin strong lightweight translucent paper used especially for making carbon copies"], ["kid", "soft smooth leather from the hide of a young goat"], ["wine", "an animal skin (usually a goatskin) that forms a bag and is used to hold and dispense wine"], ["lamb", "the skin of a lamb with the wool still on"], ["pig", "leather from the skin of swine"], ["calf", "fine leather from the skin of a calf"], ["bear", "the pelt of a bear (sometimes used as a rug)"], ["shark", "a smooth crisp fabric"], ["mole", "a durable cotton fabric with a velvety nap"]]}, {"answer": "slip", "hint": "_ slip", "clues": [["land", "a slide of a large mass of dirt and rock down a mountain or cliff"], ["gym", "a sleeveless tunic worn by English girls as part of a school uniform"], ["pay", "a slip of paper included with your pay that records how much money you have earned and how much tax or insurance etc. has been taken out"], ["cow", "early spring flower common in British isles having fragrant yellow or sometimes purple flowers"]]}, {"answer": "smith", "hint": "_ smith", "clues": [["gold", "an artisan who makes jewelry and other objects out of gold"], ["lock", "someone who makes or repairs locks"], ["tin", "someone who makes or repairs tinware"], ["word", "a fluent and prolific writer"], ["silver", "someone who makes or repairs articles of silver"], ["black", "a smith who forges and shapes iron with a hammer and anvil"], ["gun", "someone who makes or repairs guns"]]}, {"answer": "song", "hint": "_ song", "clues": [["bird", "the characteristic sound produced by a bird"], ["plain", "a liturgical chant of the Roman Catholic Church"], ["sing", "a regular and monotonous rising and falling intonation"], ["even", "the sixth of the seven canonical hours of the divine office; early evening; now often made a public service on Sundays"], ["folk", "a song that is traditionally sung by the common people of a region and forms part of their culture"]]}, {"answer": "space", "hint": "_ space", "clues": [["back", "the typewriter key used for back spacing"], ["crawl", "low space beneath a floor of a building; gives workers access to wiring or plumbing"], ["air", "the space in the atmosphere immediately above the earth"], ["work", "space allocated for your work (as in an office)"]]}, {"answer": "spring", "hint": "_ spring", "clues": [["hand", "an acrobatic feat in which a person goes from a standing position to a handstand and back again"], ["well", "the source of water for a well"], ["hair", "a fine spiral spring that regulates the movement of the balance wheel in a timepiece"], ["off", "the immediate descendants of a person"], ["main", "the most important spring in a mechanical device (especially a clock or watch); as it uncoils it drives the mechanism"]]}, {"answer": "stand", "hint": "_ stand", "clues": [["hand", "the act of supporting yourself by your hands alone in an upside down position"], ["kick", "a swiveling metal rod attached to a bicycle or motorcycle or other two-wheeled vehicle; the rod lies horizontally when not in use but can be kicked into a vertical position as a support to hold the vehicle upright when it is not being ridden"], ["head", "an acrobatic feat in which a person balances on the head (usually with the help of the hands)"], ["cab", "a place where taxis park while awaiting customers"], ["ink", "a small well holding writing ink into which a pen can be dipped"], ["news", "a stall where newspapers and other periodicals are sold"], ["band", "a platform where a (brass) band can play in the open air"], ["grand", "the audience at a stadium or racetrack"], ["wash", "furniture consisting of a table or stand to hold a basin and pitcher of water for washing: `wash-hand stand' is a British term"]]}, {"answer": "step", "hint": "_ step", "clues": [["quick", "military march accompanying quick time"], ["lock", "a standard procedure that is followed mindlessly"], ["foot", "the sound of a step of someone walking"], ["door", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway"], ["side", "a step to one side (as in boxing or dancing)"]]}, {"answer": "stick", "hint": "_ stick", "clues": [["dip", "a graduated rod dipped into a container to indicate the fluid level"], ["joy", "a lever used by a pilot to control the ailerons and elevators of an airplane"], ["night", "a short stout club used primarily by policemen"], ["candle", "a holder with sockets for candles"], ["drum", "the lower joint of the leg of a fowl"], ["gear", "a mechanical device for engaging and disengaging gears"], ["yard", "a measure or standard used for comparison"], ["match", "a short thin stick of wood used in making matches"], ["chop", "one of a pair of slender sticks used as oriental tableware to eat food with"], ["slap", "a boisterous comedy with chases and collisions and practical jokes"], ["lip", "makeup that is used to color the lips"], ["broom", "the handle of a broom"]]}, {"answer": "stock", "hint": "_ stock", "clues": [["feed", "the raw material that is required for some industrial process"], ["blood", "thoroughbred horses (collectively)"], ["live", "any animals kept for use or profit"], ["head", "the stationary support in a machine or power tool that supports and drives a revolving part (as a chuck or the spindle on a lathe)"], ["root", "a horizontal plant stem with shoots above and roots below serving as a reproductive structure"], ["laughing", "a victim of ridicule or pranks"]]}, {"answer": "stone", "hint": "_ stone", "clues": [["sand", "a sedimentary rock consisting of sand consolidated with some cement (clay or quartz etc.)"], ["lime", "a sedimentary rock consisting mainly of calcium that was deposited by the remains of marine animals"], ["blood", "green chalcedony with red spots that resemble blood"], ["gall", "a calculus formed in the gall bladder or its ducts"], ["whet", "a flat stone for sharpening edged tools or knives"], ["hail", "small pellet of ice that falls during a hailstorm"], ["tomb", "a stone that is used to mark a grave"], ["mile", "stone post at side of a road to show distances"], ["grind", "a revolving stone shaped like a disk; used to grind or sharpen or polish edge tools"], ["head", "the central building block at the top of an arch or vault"], ["cap", "a final touch; a crowning achievement; a culmination"], ["gem", "a crystalline rock that can be cut and polished for jewelry"], ["brown", "a reddish brown sandstone; used in buildings"], ["soap", "a soft heavy compact variety of talc having a soapy feel; used to make hearths and tabletops and ornaments"], ["moon", "a transparent or translucent gemstone with a pearly luster; some specimens are orthoclase feldspar and others are plagioclase feldspar"], ["mill", "(figurative) something that hinders or handicaps"], ["cobble", "rectangular paving stone with curved top; once used to make roads"], ["lode", "a permanent magnet consisting of magnetite that possess polarity and has the power to attract as well as to be attracted magnetically"], ["touch", "a basis for comparison; a reference point against which other things can be evaluated"], ["grave", "a stone that is used to mark a grave"], ["flag", "stratified stone that splits into pieces suitable as paving stones"], ["hearth", "a stone that forms a hearth"], ["key", "a central cohesive source of support and stability"], ["free", "fruit (especially peach) whose flesh does not adhere to the pit"], ["curb", "a paving stone forming part of a curb"], ["corner", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["silt", "a fine-grained sandstone of consolidated silt"]]}, {"answer": "storm", "hint": "_ storm", "clues": [["brain", "the clear (and often sudden) understanding of a complex situation"], ["thunder", "a storm resulting from strong rising air currents; heavy rain or hail along with thunder and lightning"], ["hail", "a storm during which hail falls"], ["snow", "a storm with widespread snowfall accompanied by strong winds"], ["sand", "a windstorm that lifts up clouds of dust or sand"], ["fire", "a storm in which violent winds are drawn into the column of hot air rising over a severely bombed area"], ["wind", "a storm consisting of violent winds"]]}, {"answer": "stream", "hint": "_ stream", "clues": [["air", "a relatively well-defined prevailing wind"], ["blood", "the blood flowing through the circulatory system"], ["main", "the prevailing current of thought"], ["slip", "the flow of air that is driven backwards by an aircraft propeller"], ["mid", "the middle of a stream"]]}, {"answer": "string", "hint": "_ string", "clues": [["ham", "one of the tendons at the back of the knee"], ["draw", "a tie consisting of a cord that goes through a seam around an opening"], ["shoe", "a lace used for fastening shoes"], ["bow", "the string of an archer's bow"]]}, {"answer": "stroke", "hint": "_ stroke", "clues": [["breast", "a swimming stroke; the arms are extended together in front of the head and swept back on either side accompanied by a frog kick"], ["heat", "collapse caused by exposure to excessive heat"], ["master", "an achievement demonstrating great skill or mastery"], ["side", "a swimming stroke in which the arms move forward and backward while the legs do a scissors kick"], ["sun", "sudden prostration due to exposure to the sun or excessive heat"], ["back", "a swimming stroke that resembles the crawl except the swimmer lies on his or her back"], ["key", "the stroke of a key; one depression of a key on a keyboard"]]}, {"answer": "suit", "hint": "_ suit", "clues": [["sweat", "garment consisting of sweat pants and a sweatshirt"], ["law", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["swim", "tight fitting garment worn for swimming"], ["space", "a pressure suit worn by astronauts while in outer space"], ["pant", "a pair of pants and a matching jacket worn by women"], ["snow", "a child's overgarment for cold weather"], ["jump", "one-piece garment fashioned after a parachutist's uniform"]]}, {"answer": "table", "hint": "_ table", "clues": [["time", "a schedule listing events and the times at which they will take place"], ["work", "a table designed for a particular task"], ["turn", "a circular horizontal platform that rotates a phonograph record while it is being played"], ["round", "a meeting of peers for discussion and exchange of views"]]}, {"answer": "tail", "hint": "_ tail", "clues": [["cat", "tall erect herbs with sword-shaped leaves; cosmopolitan in fresh and salt marshes"], ["cock", "a short mixed drink"], ["horse", "perennial rushlike flowerless herbs with jointed hollow stems and narrow toothlike leaves that spread by creeping rhizomes; tend to become weedy; common in northern hemisphere; some in Africa and South America"], ["bob", "a short or shortened tail of certain animals"], ["wag", "Old World bird having a very long tail that jerks up and down as it walks"], ["fan", "an overhang consisting of the fan-shaped part of the deck extending aft of the sternpost of a ship"], ["white", "common North American deer; tail has a white underside"], ["swallow", "a man's full-dress jacket with two long tapering tails at the back"], ["dove", "a mortise joint formed by interlocking tenons and mortises"], ["shirt", "a brief addendum at the end of a newspaper article"], ["pony", "a hair style that draws the hair back so that it hangs down in back of the head like a pony's tail"], ["cotton", "common small rabbit of North America having greyish or brownish fur and a tail with a white underside; a host for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)"], ["pig", "a plait of braided hair"]]}, {"answer": "tale", "hint": "_ tale", "clues": [["tattle", "someone who gossips indiscreetly"], ["fairy", "a story about fairies; told to amuse children"], ["tell", "someone who gossips indiscreetly"], ["folk", "a tale circulated by word of mouth among the common folk"]]}, {"answer": "time", "hint": "_ time", "clues": [["over", "work done in addition to regular working hours"], ["tea", "a light midafternoon meal of tea and sandwiches or cakes"], ["lunch", "the customary or habitual hour for eating lunch"], ["life", "the period during which something is functional (as between birth and death)"], ["meal", "the hour at which a meal is habitually or customarily eaten"], ["play", "time for play or diversion"], ["night", "the time after sunset and before sunrise while it is dark outside"], ["bed", "the time you go to bed"], ["dinner", "the customary or habitual hour for the evening meal"], ["spring", "the season of growth"], ["summer", "the warmest season of the year; in the northern hemisphere it extends from the summer solstice to the autumnal equinox"], ["show", "the time at which something is supposed to begin"], ["peace", "a period of time during which there is no war"], ["mean", "the time between one event, process, or period and another"], ["winter", "the coldest season of the year; in the northern hemisphere it extends from the winter solstice to the vernal equinox"], ["rag", "music with a syncopated melody (usually for the piano)"], ["half", "an intermission between the first and second half of a game"], ["supper", "the customary or habitual hour for the evening meal"], ["day", "the time after sunrise and before sunset while it is light outside"], ["war", "a period of time during which there is armed conflict"], ["down", "a period of time when something (as a machine or factory) is not operating (especially as a result of malfunctions)"]]}, {"answer": "top", "hint": "_ top", "clues": [["flat", "a closely cropped haircut; usually for men"], ["hill", "the peak of a hill"], ["tree", "the upper branches and leaves of a tree or other plant"], ["hard", "a car that resembles a convertible but has a fixed rigid top"], ["house", "the roof of a house"], ["tip", "the highest level or degree attainable; the highest stage of development"], ["desk", "the top of a desk"], ["black", "a black bituminous material used for paving roads or other areas; usually spread over crushed rock"], ["lap", "a portable computer small enough to use in your lap"], ["table", "the top horizontal work surface of a table"], ["roof", "the top of a (usually flat) roof"]]}, {"answer": "trap", "hint": "_ trap", "clues": [["clap", "pompous or pretentious talk or writing"], ["fire", "a building that would be hard to escape from if it were to catch fire"], ["mouse", "a trap for catching mice"], ["death", "any structure that is very unsafe; where people are likely to be killed"], ["sun", "a terrace or garden oriented to take advantage of the sun while protected from cold winds"], ["rat", "a difficult entangling situation"]]}, {"answer": "walk", "hint": "_ walk", "clues": [["side", "walk consisting of a paved area for pedestrians; usually beside a street or roadway"], ["board", "a walkway made of wooden boards; usually at seaside"], ["cat", "narrow platform extending out into an auditorium"], ["moon", "a kind of dance step in which the dancer seems to be sliding on the spot"], ["cake", "a strutting dance based on a march; was performed in minstrel shows; originated as a competition among Black dancers to win a cake"], ["cross", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other"]]}, {"answer": "walker", "hint": "_ walker", "clues": [["floor", "an employee of a retail store who supervises sales personnel and helps with customer problems"], ["sleep", "someone who walks about in their sleep"], ["jay", "a reckless pedestrian who crosses a street illegally"], ["street", "a prostitute who attracts customers by walking the streets"]]}, {"answer": "wall", "hint": "_ wall", "clues": [["sea", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["side", "the side of an automobile tire"], ["fire", "(colloquial) the application of maximum thrust"], ["dry", "a wide flat board used to cover walls or partitions; made from plaster or wood pulp or other materials and used primarily to form the interior walls of houses"]]}, {"answer": "ware", "hint": "_ ware", "clues": [["dish", "tableware (eating and serving dishes) collectively"], ["flat", "tableware that is relatively flat and fashioned as a single piece"], ["china", "dishware made of high quality porcelain"], ["cook", "a kitchen utensil made of material that does not melt easily; used for cooking"], ["iron", "instrumentalities (tools or implements) made of metal"], ["glass", "an article of tableware made of glass"], ["kitchen", "hardware utensils for use in a kitchen"], ["firm", "(computer science) coded instructions that are stored permanently in read-only memory"], ["table", "articles for use at the table (dishes and silverware and glassware)"], ["free", "software that is provided without charge"], ["hard", "major items of military weaponry (as tanks or missile)"], ["tin", "articles of commerce made of tin plate"], ["oven", "heat-resistant dishware in which food can be cooked as well as served"], ["dinner", "the tableware (plates and platters and serving bowls etc.) used in serving a meal"], ["earthen", "ceramic ware made of porous clay fired at low heat"], ["group", "software that can be used by a group of people who are working on the same information but may be distributed in space"], ["silver", "tableware made of silver or silver plate or pewter or stainless steel"], ["stone", "ceramic ware that is fired in high heat and vitrified and nonporous"], ["share", "software that is available free of charge; may be distributed for evaluation with a fee requested for additional features or a manual etc."], ["enamel", "cooking utensil of enameled iron"], ["soft", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"]]}, {"answer": "wash", "hint": "_ wash", "clues": [["white", "a defeat in which the losing person or team fails to score"], ["back", "the flow of air that is driven backwards by an aircraft propeller"], ["mouth", "a medicated solution used for gargling and rinsing the mouth"], ["eye", "lotion consisting of a solution used as a cleanser for the eyes"], ["hog", "unacceptable behavior (especially ludicrously false statements)"]]}, {"answer": "water", "hint": "_ water", "clues": [["rain", "drops of fresh water that fall as precipitation from clouds"], ["break", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["salt", "water containing salts"], ["white", "frothy water as in rapids or waterfalls"], ["tide", "low-lying coastal land drained by tidal streams"], ["sea", "water containing salts"], ["back", "a body of water that was created by a flood or tide or by being held or forced back by a dam"], ["fresh", "water that is not salty"], ["dish", "water in which dishes and cooking utensils are washed"], ["fire", "any strong spirits (such as strong whisky or rum)"]]}, {"answer": "way", "hint": "_ way", "clues": [["walk", "a path set aside for walking"], ["hatch", "an entrance equipped with a hatch; especially a passageway between decks of a ship"], ["race", "a canal for a current of water"], ["head", "vertical space available to allow easy passage under something"], ["express", "a broad highway designed for high-speed traffic"], ["gate", "an entrance that can be closed by a gate"], ["road", "a road (especially that part of a road) over which vehicles travel"], ["slip", "structure consisting of a sloping way down to the water from the place where ships are built or repaired"], ["companion", "a stairway or ladder that leads from one deck to another on a ship"], ["speed", "road where high speed driving is allowed"], ["air", "a duct that provides ventilation (as in mines)"], ["spill", "a channel that carries excess water over or around a dam or other obstruction"], ["entry", "something that provides access (to get in or get out)"], ["rail", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["passage", "a passage between rooms or between buildings"], ["run", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll"], ["path", "a bundle of myelinated nerve fibers following a path through the brain"], ["cause", "a road that is raised above water or marshland or sand"], ["mid", "the place at a fair or carnival where sideshows and similar amusements are located"], ["drive", "a road leading up to a private house"], ["high", "a major road for any form of motor transport"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["arch", "a passageway under a curved masonry construction"], ["lee", "(of a ship or plane) sideways drift"], ["door", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close"], ["stair", "a way of access (upward and downward) consisting of a set of steps"], ["carriage", "one of the two sides of a motorway where traffic travels in one direction only usually in two or three lanes"], ["sea", "a lane at sea that is a regularly used route for vessels"], ["motor", "a broad highway designed for high-speed traffic"], ["taxi", "a paved surface in the form of a strip; used by planes taxiing to or from the runway at an airport"], ["fly", "the geographic route along which birds customarily migrate"], ["tide", "a channel in which a tidal current runs"], ["water", "a navigable body of water"], ["free", "a broad highway designed for high-speed traffic"], ["gang", "a temporary passageway of planks (as over mud on a building site)"], ["belt", "a highway that encircles an urban area so that traffic does not have to pass through the center"], ["hall", "an interior passage or corridor onto which rooms open"], ["alley", "a narrow street with walls on both sides"], ["clear", "a road on which you are not allowed to stop (unless you have a breakdown)"], ["park", "a wide scenic road planted with trees"]]}, {"answer": "wear", "hint": "_ wear", "clues": [["swim", "tight fitting garment worn for swimming"], ["knit", "knitted clothing"], ["beach", "clothing to be worn at a beach"], ["sports", "attire worn for sport or for casual wear"], ["night", "garments designed to be worn in bed"], ["foot", "clothing worn on a person's feet"], ["under", "undergarment worn next to the skin and under the outer garments"], ["outer", "clothing for use outdoors"], ["sleep", "garments designed to be worn in bed"]]}, {"answer": "weed", "hint": "_ weed", "clues": [["rag", "widespread European weed having yellow daisylike flowers; sometimes an obnoxious weed and toxic to cattle if consumed in quantity"], ["duck", "any small or minute aquatic plant of the family Lemnaceae that float on or near the surface of shallow ponds"], ["bind", "any of several vines of the genera Convolvulus and Calystegia having a twining habit"], ["chick", "any of various plants of the genus Stellaria"], ["sea", "plant growing in the sea, especially marine algae"], ["loco", "any of several leguminous plants of western North America causing locoism in livestock"], ["milk", "any of numerous plants of the genus Asclepias having milky juice and pods that split open releasing seeds with downy tufts"], ["tumble", "any plant that breaks away from its roots in autumn and is driven by the wind as a light rolling mass"]]}, {"answer": "weight", "hint": "_ weight", "clues": [["bantam", "weighs 115-126 pounds"], ["light", "a professional boxer who weighs between 131 and 135 pounds"], ["middle", "an amateur boxer who weighs no more than 165 pounds"], ["fly", "weighs no more than 115 pounds"], ["feather", "an amateur boxer who weighs no more than 126 pounds"], ["penny", "a unit of apothecary weight equal to 24 grains"], ["paper", "a weight used to hold down a stack of papers"], ["hundred", "a unit of weight equal to 100 kilograms"], ["over", "the property of excessive fatness"], ["make", "anything added to fill out a whole"], ["welter", "a weight of 28 pounds; sometimes imposed as a handicap in a horse race (such as a steeplechase)"], ["heavy", "an amateur boxer who weighs no more than 201 pounds"]]}, {"answer": "wheel", "hint": "_ wheel", "clues": [["cog", "a toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion"], ["cart", "a wheel that has wooden spokes and a metal rim"], ["free", "a clutch (as on the rear wheel of a bicycle) that allows wheels to turn freely (as in coasting)"], ["pin", "perennial subshrub of Tenerife having leaves in rosettes resembling pinwheels"], ["water", "a wheel with buckets attached to its rim; raises water from a stream or pond"], ["fly", "regulator consisting of a heavy wheel that stores kinetic energy and smooths the operation of a reciprocating engine"]]}, {"answer": "wife", "hint": "_ wife", "clues": [["fish", "someone who sells fish"], ["ale", "flesh of shad-like fish abundant along the Atlantic coast or in coastal streams"], ["house", "a wife who manages a household while her husband earns the family income"], ["mid", "a woman skilled in aiding the delivery of babies"]]}, {"answer": "wind", "hint": "_ wind", "clues": [["cross", "wind blowing across the path of a ship or aircraft"], ["head", "wind blowing opposite to the path of a ship or aircraft"], ["whirl", "a more or less vertical column of air whirling around itself as it moves over the surface of the Earth"], ["tail", "wind blowing in the same direction as the path of a ship or aircraft"], ["wood", "any wind instrument other than the brass instruments"]]}, {"answer": "woman", "hint": "_ woman", "clues": [["bond", "a female bound to serve without wages"], ["congress", "a member of the United States House of Representatives"], ["spokes", "a female spokesperson"], ["frontiers", "a woman who lives on the frontier"], ["states", "a woman statesman"], ["jury", "someone who serves (or waits to be called to serve) on a jury"], ["oars", "a woman oarsman"], ["clans", "a member of a clan"], ["business", "a female businessperson"], ["air", "a woman aviator"], ["news", "a female newsperson"], ["committee", "a woman who is a member of a committee"], ["kins", "a female relative"], ["chair", "the officer who presides at the meetings of an organization"], ["council", "a woman who is a council member"], ["sales", "a woman salesperson"], ["country", "a woman who lives in the country and has country ways"], ["sports", "someone who engages in sports"], ["mad", "a woman lunatic"], ["washer", "a working woman who takes in washing"], ["newspaper", "a journalist employed to provide news stories for newspapers or broadcast media"], ["yachts", "a person who owns or sails a yacht"], ["laundry", "a working woman who takes in washing"], ["gentle", "a woman of refinement"], ["noble", "a woman of the peerage in Britain"], ["horse", "a woman horseman"], ["assembly", "a woman assemblyman"], ["police", "a woman policeman"], ["needle", "someone who makes or mends dresses"]]}, {"answer": "wood", "hint": "_ wood", "clues": [["match", "wood in small pieces or splinters"], ["cotton", "any of several North American trees of the genus Populus having a tuft of cottony hairs on the seed"], ["brush", "the wood from bushes or small branches"], ["beech", "wood of any of various beech trees; used for flooring and containers and plywood and tool handles"], ["box", "very hard tough close-grained light yellow wood of the box (particularly the common box); used in delicate woodwork: musical instruments and inlays and engraving blocks"], ["pulp", "softwood used to make paper"], ["rose", "hard dark reddish wood of a rosewood tree having a strongly marked grain; used in cabinetwork"], ["dog", "a tree of shrub of the genus Cornus often having showy bracts resembling flowers"], ["soft", "wood that is easy to saw (from conifers such as pine or fir)"], ["iron", "handsome East Indian evergreen tree often planted as an ornamental for its fragrant white flowers that yield a perfume; source of very heavy hardwood used for railroad ties"], ["hard", "the wood of broad-leaved dicotyledonous trees (as distinguished from the wood of conifers)"], ["dead", "a branch or a part of a tree that is dead"], ["drift", "wood that is floating or that has been washed ashore"], ["sap", "newly formed outer wood lying between the cambium and the heartwood of a tree or woody plant; usually light colored; active in water conduction"], ["green", "woodlands in full leaf"], ["red", "the soft reddish wood of either of two species of sequoia trees"], ["bass", "soft light-colored wood of any of various linden trees; used in making crates and boxes and in carving and millwork"], ["ply", "a laminate made of thin layers of wood"], ["worm", "any of several low composite herbs of the genera Artemisia or Seriphidium"], ["satin", "West Indian tree with smooth lustrous and slightly oily wood"], ["button", "very large spreading plane tree of eastern and central North America to Mexico"], ["bent", "wood that is steamed until it becomes pliable and then is shaped for use in making furniture"], ["fire", "wood used for fuel"], ["heart", "the older inactive central wood of a tree or woody plant; usually darker and denser than the surrounding sapwood"], ["sandal", "close-grained fragrant yellowish heartwood of the true sandalwood; has insect repelling properties and is used for carving and cabinetwork"]]}, {"answer": "word", "hint": "_ word", "clues": [["loan", "a word borrowed from another language; e.g. `blitz' is a German word borrowed into modern English"], ["swear", "profane or obscene expression usually of surprise or anger"], ["head", "a content word that can be qualified by a modifier"], ["buzz", "stock phrases that have become nonsense through endless repetition"], ["cross", "a puzzle in which words corresponding to numbered clues are to be found and written in to squares in the puzzle"], ["watch", "a slogan used to rally support for a cause"], ["catch", "a favorite saying of a sect or political group"], ["pass", "a secret word or phrase known only to a restricted group"]]}, {"answer": "work", "hint": "_ work", "clues": [["course", "work assigned to and done by a student during a course of study; usually it is evaluated as part of the student's grade in the course"], ["fancy", "decorative needlework"], ["school", "a school task performed by a student to satisfy the teacher"], ["case", "close sociological study of a maladjusted person or family for diagnosis and treatment"], ["ground", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["busy", "active work of little value"], ["lace", "work consisting of (or resembling) lace fabric"], ["clock", "any mechanism of geared wheels that is driven by a coiled spring; resembles the works of a mechanical clock"], ["crewel", "embroidery done with loosely twisted worsted yarn"], ["brick", "masonry done with bricks and mortar"], ["class", "the part of a student's work that is done in the classroom"], ["house", "the work of cleaning and running a house"], ["lattice", "framework consisting of an ornamental design made of strips of wood or metal"], ["paper", "work that involves handling papers: forms or letters or reports etc."], ["art", "photographs or other visual representations in a printed publication"], ["body", "the exterior body of a motor vehicle"], ["cabinet", "woodwork finished by hand by a cabinetmaker"], ["field", "a temporary fortification built by troops in the field"], ["iron", "work made of iron (gratings or rails or railings etc)"], ["team", "cooperative work done by a team (especially when it is effective)"], ["stone", "masonry done with stone"], ["life", "the principal work of your career"], ["wax", "twining shrub of North America having yellow capsules enclosing scarlet seeds"], ["fire", "(usually plural) a device with an explosive that burns at a low rate and with colored flames; can be used to illuminate areas or send signals etc."], ["earth", "an earthen rampart"], ["guess", "an estimate based on little or no information"], ["fret", "framework consisting of an ornamental design made of strips of wood or metal"], ["pipe", "the flues and stops on a pipe organ"], ["needle", "a creation created or assembled by needle and thread"], ["breast", "fortification consisting of a low wall"], ["plaster", "a surface of hardened plaster (as on a wall or ceiling)"], ["wicker", "work made of interlaced slender branches (especially willow branches)"], ["patch", "a theory or argument made up of miscellaneous or incongruous ideas"], ["spade", "dull or routine preliminary work preparing for an undertaking"], ["over", "the act of working too much or too long"], ["home", "preparatory school work done outside school (especially at home)"], ["frame", "a hypothetical description of a complex entity or process"], ["net", "an interconnected system of things or people"], ["hand", "a work produced by hand labor"], ["brush", "an artist's distinctive technique of applying paint with a brush"], ["bridge", "a denture anchored to teeth on either side of missing teeth"], ["metal", "the metal parts of something"], ["hack", "professional work done according to formula"], ["wood", "work made of wood; especially moldings or stairways or furniture"], ["piece", "work paid for according to the quantity produced"], ["foot", "the manner of using the feet"], ["open", "ornamental work (such as embroidery or latticework) having a pattern of openings"]]}, {"answer": "worker", "hint": "_ worker", "clues": [["steel", "a worker engaged in making steel"], ["case", "someone employed to provide social services (especially to the disadvantaged)"], ["field", "a researcher who works in the field"], ["metal", "someone who works metal (especially by hammering it when it is hot and malleable)"], ["dock", "a laborer who loads and unloads vessels in a port"], ["wood", "makes things out of wood"]]}, {"answer": "works", "hint": "_ works", "clues": [["water", "a public utility that provides water"], ["steel", "a factory where steel is made"], ["gas", "the workplace where coal gas is manufactured"], ["iron", "the workplace where iron is smelted or where iron goods are made"]]}, {"answer": "worm", "hint": "_ worm", "clues": [["ring", "infections of the skin or nails caused by fungi and appearing as itching circular patches"], ["cut", "North American moth whose larvae feed on young plant stems cutting them off at the ground"], ["earth", "terrestrial worm that burrows into and helps aerate soil; often surfaces when the ground is cool or wet; used as bait by anglers"], ["angle", "terrestrial worm that burrows into and helps aerate soil; often surfaces when the ground is cool or wet; used as bait by anglers"], ["round", "infections of the skin or nails caused by fungi and appearing as itching circular patches"], ["tape", "ribbonlike flatworms that are parasitic in the intestines of humans and other vertebrates"], ["hook", "parasitic bloodsucking roundworms having hooked mouth parts to fasten to the intestinal wall of human and other hosts"], ["book", "a person who pays more attention to formal rules and book learning than they merit"], ["silk", "the commercially bred hairless white caterpillar of the domestic silkworm moth which spins a cocoon that can be processed to yield silk fiber; the principal source of commercial silk"], ["glow", "the luminous larva or wingless grub-like female of a firefly"], ["blood", "a segmented marine worm with bright red body; often used for bait"], ["inch", "small hairless caterpillar having legs on only its front and rear segments; mostly larvae of moths of the family Geometridae"], ["wood", "a larva of a woodborer"], ["flat", "parasitic or free-living worms having a flattened body"]]}, {"answer": "worthiness", "hint": "_ worthiness", "clues": [["trust", "the trait of deserving trust and confidence"], ["air", "fitness to fly"], ["credit", "trustworthiness with money as based on a person's credit history; a general qualification for borrowing"], ["praise", "the quality of being worthy of praise"], ["sea", "fitness to traverse the seas"]]}, {"answer": "wright", "hint": "_ wright", "clues": [["play", "someone who writes plays"], ["ship", "a carpenter who helps build and launch wooden vessels"], ["mill", "a workman who designs or erects mills and milling machinery"], ["wain", "a wagon maker"], ["wheel", "someone who makes and repairs wooden wheels"]]}, {"answer": "writer", "hint": "_ writer", "clues": [["sports", "a journalist who writes about sports"], ["teletype", "a character printer connected to a telegraph that operates like a typewriter"], ["song", "a composer of words or music for popular songs"], ["ghost", "a writer who gives the credit of authorship to someone else"], ["under", "a banker who deals chiefly in underwriting new securities"], ["copy", "a person employed to write advertising or publicity copy"], ["screen", "someone who writes screenplays"], ["speech", "a writer who composes speeches for others to deliver"], ["script", "someone who writes scripts for plays or movies or broadcast dramas"], ["type", "hand-operated character printer for printing written messages one character at a time"]]}, {"answer": "yard", "hint": "_ yard", "clues": [["back", "the grounds in back of a house"], ["church", "the yard associated with a church"], ["lumber", "a workplace where lumber is stocked for sale"], ["grave", "a tract of land used for burials"], ["junk", "a field where junk is collected and stored for resale"], ["barn", "a yard adjoining a barn"], ["court", "an area wholly or partly surrounded by walls or buildings"], ["door", "a yard outside the front or rear door of a house"], ["dock", "an establishment on the waterfront where vessels are built or fitted out or repaired"], ["brick", "a place where bricks are made and sold"], ["school", "the yard associated with a school"], ["vine", "a farm of grapevines where wine grapes are produced"], ["stock", "enclosed yard where cattle, pigs, horses, or sheep are kept temporarily"], ["farm", "an area adjacent to farm buildings"], ["boat", "a place where boats are built or maintained or stored"], ["steel", "a portable balance consisting of a pivoted bar with arms of unequal length"], ["ship", "a workplace where ships are built or repaired"]]}], "portion": 0.9}, {"name": "prefixes", "groups": [{"answer": "after", "hint": "after _", "clues": [["birth", "the placenta and fetal membranes that are expelled from the uterus after the baby is born"], ["burner", "a device injects fuel into a hot exhaust for extra thrust"], ["care", "care and treatment of a convalescent patient"], ["effect", "any result that follows its cause after an interval"], ["glow", "a glow sometimes seen in the sky after sunset"], ["image", "an image (usually a negative image) that persists after stimulation has ceased"], ["life", "life after death"], ["math", "the consequences of an event (especially a catastrophic event)"], ["noon", "the part of the day between noon and evening"], ["shock", "a tremor (or one of a series of tremors) occurring after the main shock of an earthquake"], ["taste", "an afterimage of a taste"], ["thought", "thinking again about a choice previously made"]]}, {"answer": "air", "hint": "air _", "clues": [["brush", "an atomizer to spray paint by means of compressed air"], ["bus", "a subsonic jet airliner operated over short distances"], ["craft", "a vehicle that can fly"], ["crew", "the crew of an aircraft"], ["drome", "an airfield equipped with control tower and hangars as well as accommodations for passengers and cargo"], ["drop", "delivery of supplies or equipment or personnel by dropping them by parachute from an aircraft"], ["fare", "the fare charged for traveling by airplane"], ["field", "a place where planes take off and land"], ["flow", "the flow of air"], ["foil", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight"], ["frame", "the framework and covering of an airplane or rocket (excluding the engines)"], ["gun", "a gun that propels a projectile by compressed air"], ["head", "a flighty scatterbrained simpleton"], ["lift", "transportation of people or goods by air (especially when other means of access are unavailable)"], ["line", "a hose that carries air under pressure"], ["lock", "a chamber that provides access to space where air is under pressure"], ["mail", "letters and packages that are transported by aircraft"], ["plane", "an aircraft that has a fixed wing and is powered by propellers or jets"], ["port", "an airfield equipped with control tower and hangars as well as accommodations for passengers and cargo"], ["ship", "a steerable self-propelled aircraft"], ["sickness", "motion sickness experienced while traveling by air (especially during turbulence)"], ["space", "the space in the atmosphere immediately above the earth"], ["speed", "the speed of an aircraft relative to the air in which it is flying"], ["stream", "a relatively well-defined prevailing wind"], ["strip", "an airfield without normal airport facilities"], ["way", "a duct that provides ventilation (as in mines)"], ["worthiness", "fitness to fly"]]}, {"answer": "arm", "hint": "arm _", "clues": [["band", "worn around arm as identification or to indicate mourning"], ["chair", "chair with a support on each side for arms"], ["hole", "a hole through which you put your arm and where a sleeve can be attached"], ["pit", "the hollow under the arm where it is joined to the shoulder"], ["rest", "a support for the arm"]]}, {"answer": "back", "hint": "back _", "clues": [["ache", "an ache localized in the back"], ["bench", "any of the seats occupied by backbenchers in the House of Commons"], ["biter", "one who attacks the reputation of another by slander or libel"], ["board", "a raised vertical board with basket attached; used to play basketball"], ["bone", "a central cohesive source of support and stability"], ["chat", "light teasing repartee"], ["cloth", "scenery hung at back of stage"], ["door", "an undocumented way to get access to a computer system or the data it contains"], ["drop", "scenery hung at back of stage"], ["field", "the offensive football players who line up behind the linemen"], ["fire", "the backward escape of gases and unburned gunpowder after a gun is fired"], ["gammon", "a board game for two players; pieces move according to throws of the dice"], ["ground", "a person's social heritage: previous experience or training"], ["hand", "a return made with the back of the hand facing the direction of the stroke"], ["hoe", "an excavator whose shovel bucket is attached to a hinged boom and is drawn backward to move earth"], ["lash", "a movement back from an impact"], ["log", "an accumulation of jobs not done or materials not processed that are yet to be dealt with (especially unfilled customer orders for products or services)"], ["pack", "a bag carried by a strap on your back or shoulder"], ["packer", "a hiker who wears a backpack"], ["rest", "a support that you can lean against while sitting"], ["room", "the meeting place of a group of leaders who make their decisions via private negotiations"], ["seat", "a secondary or inferior position or status"], ["side", "the side of an object that is opposite its front"], ["slapper", "someone who demonstrates enthusiastic or excessive cordiality"], ["slider", "someone who lapses into previous undesirable patterns of behavior"], ["sliding", "a failure to maintain a higher state"], ["space", "the typewriter key used for back spacing"], ["spin", "spin (usually of a moving ball) that retards or reverses the forward motion"], ["stage", "a stage area out of sight of the audience"], ["stairs", "a second staircase at the rear of a building"], ["stop", "(baseball) the person who plays the position of catcher"], ["stroke", "a swimming stroke that resembles the crawl except the swimmer lies on his or her back"], ["talk", "an impudent or insolent rejoinder"], ["wash", "the flow of air that is driven backwards by an aircraft propeller"], ["water", "a body of water that was created by a flood or tide or by being held or forced back by a dam"], ["woods", "a remote and undeveloped area"], ["yard", "the grounds in back of a house"]]}, {"answer": "ball", "hint": "ball _", "clues": [["cock", "floating ball that controls level in a water tank"], ["game", "a particular situation that is radically different from the preceding situation"], ["park", "a facility in which ball games are played (especially baseball games)"], ["player", "an athlete who plays baseball"], ["point", "a pen that has a small metal ball as the point of transfer of ink to paper"], ["room", "large room used mainly for dancing"]]}, {"answer": "band", "hint": "band _", "clues": [["box", "a light cylindrical box for holding light articles of attire (especially hats)"], ["leader", "the leader of a dance band"], ["master", "the conductor of a band"], ["stand", "a platform where a (brass) band can play in the open air"], ["wagon", "a popular trend that attracts growing support"], ["width", "a data transmission rate; the maximum amount of information (bits/second) that can be transmitted along a channel"]]}, {"answer": "bar", "hint": "bar _", "clues": [["bell", "a bar to which heavy discs are attached at each end; used in weightlifting"], ["berry", "any of numerous plants of the genus Berberis having prickly stems and yellow flowers followed by small red berries"], ["keep", "an employee who mixes and serves alcoholic drinks at a bar"], ["keeper", "an employee who mixes and serves alcoholic drinks at a bar"], ["maid", "a female bartender"], ["room", "a room or establishment where alcoholic drinks are served over a counter"], ["tender", "an employee who mixes and serves alcoholic drinks at a bar"]]}, {"answer": "bath", "hint": "bath _", "clues": [["house", "a building containing dressing rooms for bathers"], ["robe", "a loose-fitting robe of towelling; worn after a bath or swim"], ["room", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet"], ["tub", "a relatively large open container that you fill with water and use to wash the body"]]}, {"answer": "battle", "hint": "battle _", "clues": [["field", "a region where a battle is being (or has been) fought"], ["front", "the line along which opposing armies face each other"], ["ground", "a region where a battle is being (or has been) fought"], ["ship", "large and heavily armoured warship"]]}, {"answer": "beach", "hint": "beach _", "clues": [["comber", "a vagrant living on a beach"], ["front", "a strip of land running along a beach"], ["head", "a bridgehead on the enemy's shoreline seized by an amphibious operation"], ["wear", "clothing to be worn at a beach"]]}, {"answer": "bed", "hint": "bed _", "clues": [["bug", "bug of temperate regions that infests especially beds and feeds on human blood"], ["chamber", "a room used primarily for sleeping"], ["clothes", "coverings that are used on a bed"], ["fellow", "a temporary associate"], ["pan", "a shallow vessel used by a bedridden patient for defecation and urination"], ["post", "any of 4 vertical supports at the corners of a bedstead"], ["rock", "solid unweathered rock lying beneath surface deposits of soil"], ["roll", "bedding rolled up for carrying"], ["room", "a room used primarily for sleeping"], ["side", "space by the side of a bed (especially the bed of a sick or dying person)"], ["sit", "a furnished sitting room with sleeping accommodations (and some plumbing)"], ["sitter", "a furnished sitting room with sleeping accommodations (and some plumbing)"], ["sore", "a chronic ulcer of the skin caused by prolonged pressure on it (as in bedridden patients)"], ["spread", "decorative cover for a bed"], ["stead", "the framework of a bed"], ["time", "the time you go to bed"]]}, {"answer": "bee", "hint": "bee _", "clues": [["bread", "a mixture of nectar and pollen prepared by worker bees and fed to larvae"], ["hive", "any workplace where people are very busy"], ["keeper", "a farmer who keeps bees for their honey"], ["keeping", "the cultivation of bees on a commercial scale for the production of honey"], ["line", "the most direct route"]]}, {"answer": "beef", "hint": "beef _", "clues": [["burger", "a sandwich consisting of a fried cake of minced beef served on a bun, often with other ingredients"], ["cake", "a photograph of a muscular man in minimal attire"], ["eater", "officer in the (ceremonial) bodyguard of the British monarch"], ["steak", "a beef steak usually cooked by broiling"]]}, {"answer": "bird", "hint": "bird _", "clues": [["bath", "an ornamental basin (usually in a garden) for birds to bathe in"], ["brain", "a person with confused ideas; incapable of serious thought"], ["cage", "a cage in which a bird can be kept"], ["house", "a shelter for birds"], ["lime", "a sticky adhesive that is smeared on small branches to capture small birds"], ["seed", "food given to birds; usually mixed seeds"], ["song", "the characteristic sound produced by a bird"]]}, {"answer": "birth", "hint": "birth _", "clues": [["day", "an anniversary of the day on which a person was born (or the celebration of it)"], ["mark", "a blemish on the skin that is formed before birth"], ["place", "the place where someone was born"], ["rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["right", "a right or privilege that you are entitled to at birth"]]}, {"answer": "black", "hint": "black _", "clues": [["ball", "the act of excluding someone by a negative vote or veto"], ["berry", "large sweet black or very dark purple edible aggregate fruit of any of various bushes of the genus Rubus"], ["bird", "any bird of the family Icteridae whose male is black or predominantly black"], ["board", "sheet of slate; for writing with chalk"], ["guard", "someone who is morally reprehensible"], ["head", "a black-tipped plug clogging a pore of the skin"], ["jack", "a common scrubby deciduous tree of central and southeastern United States having dark bark and broad three-lobed (club-shaped) leaves; tends to form dense thickets"], ["leg", "someone who works (or provides workers) during a strike"], ["list", "a list of people who are out of favor"], ["mail", "extortion of money by threats to divulge discrediting information"], ["mailer", "a criminal who extorts money from someone by threatening to expose embarrassing information about them"], ["out", "a suspension of radio or tv broadcasting"], ["smith", "a smith who forges and shapes iron with a hammer and anvil"], ["snake", "large harmless shiny black North American snake"], ["thorn", "a thorny Eurasian bush with plumlike fruits"], ["top", "a black bituminous material used for paving roads or other areas; usually spread over crushed rock"], ["topping", "a black bituminous material used for paving roads or other areas; usually spread over crushed rock"]]}, {"answer": "blood", "hint": "blood _", "clues": [["bath", "indiscriminate slaughter"], ["hound", "a breed of large powerful hound of European origin having very acute smell and used in tracking"], ["letting", "formerly used as a treatment to reduce excess blood (one of the four humors of medieval medicine)"], ["line", "the descendants of one individual"], ["mobile", "a motor vehicle equipped to collect blood donations"], ["shed", "the shedding of blood resulting in murder"], ["stain", "a discoloration caused by blood"], ["stock", "thoroughbred horses (collectively)"], ["stone", "green chalcedony with red spots that resemble blood"], ["stream", "the blood flowing through the circulatory system"], ["sucker", "carnivorous or bloodsucking aquatic or terrestrial worms typically having a sucker at each end"], ["worm", "a segmented marine worm with bright red body; often used for bait"]]}, {"answer": "blow", "hint": "blow _", "clues": [["fly", "large usually hairy metallic blue or green fly; lays eggs in carrion or dung or wounds"], ["gun", "a tube through which darts can be shot by blowing"], ["hard", "a very boastful and talkative person"], ["hole", "the spiracle of a cetacean located far back on the skull"], ["lamp", "a burner that mixes air and gas to produce a very hot flame"], ["out", "an easy victory"], ["pipe", "a tube that directs air or gas into a flame to concentrate heat"], ["torch", "a burner that mixes air and gas to produce a very hot flame"]]}, {"answer": "blue", "hint": "blue _", "clues": [["bell", "sometimes placed in genus Scilla"], ["berry", "any of numerous shrubs of the genus Vaccinium bearing blueberries"], ["bird", "fruit-eating mostly brilliant blue songbird of the East Indies"], ["bonnet", "low-growing annual herb of southwestern United States (Texas) having silky foliage and blue flowers; a leading cause of livestock poisoning in the southwestern United States"], ["bottle", "an annual Eurasian plant cultivated in North America having showy heads of blue or purple or pink or white flowers"], ["fish", "bluish warm-water marine food and game fish that follow schools of small fishes into shallow waters"], ["gill", "important edible sunfish of eastern and central United States"], ["grass", "any of various grasses of the genus Poa"], ["jacket", "a serviceman in the navy"], ["nose", "a native or inhabitant of Nova Scotia"], ["point", "oysters originally from Long Island Sound but now from anywhere along the northeastern seacoast; usually eaten raw"], ["print", "something intended as a guide for making something else"], ["stocking", "a woman having literary or intellectual interests"]]}, {"answer": "boat", "hint": "boat _", "clues": [["house", "a shed at the edge of a river or lake; used to store boats"], ["load", "the amount of cargo that can be held by a boat or ship or a freight car"], ["swain", "a petty officer on a merchant ship who controls the work of other seamen"], ["yard", "a place where boats are built or maintained or stored"]]}, {"answer": "bob", "hint": "bob _", "clues": [["cat", "small lynx of North America"], ["sled", "formerly two short sleds coupled together"], ["sledding", "riding on a bobsled"], ["sleigh", "formerly two short sleds coupled together"], ["tail", "a short or shortened tail of certain animals"], ["white", "a popular North American game bird; named for its call"]]}, {"answer": "body", "hint": "body _", "clues": [["builder", "someone who does special exercises to develop a brawny musculature"], ["building", "exercise that builds muscles through tension"], ["guard", "someone who escorts and protects a prominent person"], ["work", "the exterior body of a motor vehicle"]]}, {"answer": "book", "hint": "book _", "clues": [["binder", "a worker whose trade is binding books"], ["binding", "the craft of binding books"], ["case", "a piece of furniture with shelves for storing books"], ["end", "a support placed at the end of a row of books to keep them upright (on a shelf or table)"], ["keeper", "someone who records the transactions of a business"], ["keeping", "the activity of recording business transactions"], ["maker", "a maker of books; someone who edits or publishes or binds books"], ["mark", "a marker (a piece of paper or ribbon) placed between the pages of a book to mark the reader's place"], ["mobile", "a van with shelves of books; serves as a mobile library or bookstore"], ["plate", "a label identifying the owner of a book in which it is pasted"], ["seller", "the proprietor of a bookstore"], ["shelf", "a shelf on which to keep books"], ["shop", "a shop where books are sold"], ["stall", "a shop where books are sold"], ["store", "a shop where books are sold"], ["worm", "a person who pays more attention to formal rules and book learning than they merit"]]}, {"answer": "boot", "hint": "boot _", "clues": [["black", "a person who polishes shoes and boots"], ["lace", "a long lace for fastening boots"], ["leg", "whiskey illegally distilled from a corn mash"], ["legging", "the act of making or transporting alcoholic liquor for sale illegally"], ["strap", "a strap that is looped and sewn to the top of a boot for pulling it on"]]}, {"answer": "bow", "hint": "bow _", "clues": [["leg", "a leg bowed outward at the knee (or below the knee)"], ["line", "a loop knot that neither slips nor jams"], ["sprit", "a spar projecting from the bow of a vessel"], ["string", "the string of an archer's bow"]]}, {"answer": "brain", "hint": "brain _", "clues": [["child", "a product of your creative thinking and work"], ["power", "mental ability"], ["storm", "the clear (and often sudden) understanding of a complex situation"], ["washing", "forcible indoctrination into a new set of attitudes and beliefs"], ["wave", "(neurophysiology) rapid fluctuations of voltage between parts of the cerebral cortex that are detectable with an electroencephalograph"]]}, {"answer": "bread", "hint": "bread _", "clues": [["basket", "a geographic region serving as the principal source of grain"], ["board", "a wooden or plastic board on which dough is kneaded or bread is sliced"], ["box", "a container used to keep bread or cake in"], ["crumb", "crumb of bread; used especially for coating or thickening"], ["fruit", "native to Pacific islands and having edible fruit with a texture like bread"], ["line", "a queue of people waiting for free food"], ["winner", "one whose earnings are the primary source of support for their dependents"]]}, {"answer": "break", "hint": "break _", "clues": [["away", "the act of breaking away or withdrawing from"], ["down", "the act of disrupting an established order so it fails to continue"], ["fast", "the first meal of the day (usually in the morning)"], ["out", "an escape from jail"], ["through", "a productive insight"], ["water", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"]]}, {"answer": "breast", "hint": "breast _", "clues": [["bone", "the flat bone that articulates with the clavicles and the first seven pairs of ribs"], ["plate", "armor plate that protects the chest; the front part of a cuirass"], ["stroke", "a swimming stroke; the arms are extended together in front of the head and swept back on either side accompanied by a frog kick"], ["work", "fortification consisting of a low wall"]]}, {"answer": "brick", "hint": "brick _", "clues": [["bat", "a fragment of brick used as a weapon"], ["layer", "a craftsman skilled in building with bricks"], ["laying", "the craft of laying bricks"], ["work", "masonry done with bricks and mortar"], ["yard", "a place where bricks are made and sold"]]}, {"answer": "broad", "hint": "broad _", "clues": [["cast", "message that is transmitted by radio or television"], ["caster", "someone who broadcasts on radio or television"], ["cloth", "a densely textured woolen fabric with a lustrous finish"], ["loom", "a carpet woven on a wide loom to obviate the need for seams"], ["sheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["side", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["sword", "a sword with a broad blade and (usually) two cutting edges; used to cut rather than stab"]]}, {"answer": "buck", "hint": "buck _", "clues": [["board", "an open horse-drawn carriage with four wheels; has a seat attached to a flexible board between the two axles"], ["eye", "the inedible nutlike seed of the horse chestnut"], ["saw", "a saw that is set in a frame in the shape of an H; used with both hands to cut wood that is held in a sawbuck"], ["shot", "small lead shot for shotgun shells"], ["skin", "horse of a light yellowish dun color with dark mane and tail"], ["tooth", "a large projecting front tooth"], ["wheat", "a member of the genus Fagopyrum; annual Asian plant with clusters of small pinkish white flowers and small edible triangular seeds which are used whole or ground into flour"]]}, {"answer": "bull", "hint": "bull _", "clues": [["dog", "a sturdy thickset short-haired breed with a large head and strong undershot lower jaw; developed originally in England for bull baiting"], ["dozer", "large powerful tractor; a large blade in front flattens areas of ground"], ["fight", "a Spanish or Portuguese or Latin American spectacle; a matador baits and (usually) kills a bull in an arena before many spectators"], ["fighter", "someone who fights bulls"], ["finch", "United States architect who designed the Capitol Building in Washington which served as a model for state capitols throughout the United States (1763-1844)"], ["frog", "largest North American frog; highly aquatic with a deep-pitched voice"], ["head", "freshwater sculpin with a large flattened bony-plated head with hornlike spines"], ["horn", "a portable loudspeaker with built-in microphone and amplifier"], ["pen", "a place on a baseball field where relief pitchers can warm up during a game"], ["ring", "a stadium where bullfights take place"]]}, {"answer": "butter", "hint": "butter _", "clues": [["ball", "a rotund individual"], ["cup", "any of various plants of the genus Ranunculus"], ["fat", "the fatty substance of milk from which butter is made"], ["fingers", "someone who drops things (especially one who cannot catch a ball)"], ["fly", "diurnal insect typically having a slender body with knobbed antennae and broad colorful wings"], ["milk", "residue from making butter from sour raw milk; or pasteurized milk curdled by adding a culture"], ["nut", "North American walnut tree having light-brown wood and edible nuts; source of a light-brown dye"], ["scotch", "a hard brittle candy made with butter and brown sugar"]]}, {"answer": "candle", "hint": "candle _", "clues": [["light", "the light provided by a burning candle"], ["power", "luminous intensity measured in candelas"], ["stick", "a holder with sockets for candles"], ["wick", "the wick of a candle"]]}, {"answer": "car", "hint": "car _", "clues": [["fare", "the fare charged for riding a bus or streetcar"], ["hop", "a waiter at a drive-in restaurant"], ["jacking", "the violent theft of an occupied car"], ["load", "a gathering of passengers sufficient to fill an automobile"], ["port", "garage for one or two cars consisting of a flat roof supported on poles"]]}, {"answer": "card", "hint": "card _", "clues": [["board", "a stiff moderately thick paper"], ["holder", "a person who holds a credit card or debit card"], ["sharp", "a professional card player who makes a living by cheating at card games"], ["sharper", "a professional card player who makes a living by cheating at card games"]]}, {"answer": "cat", "hint": "cat _", "clues": [["bird", "any of various birds of the Australian region whose males build ornamented structures resembling bowers in order to attract females"], ["boat", "a sailboat with a single mast set far forward"], ["call", "a cry expressing disapproval"], ["fish", "flesh of scaleless food fish of the southern United States; often farmed"], ["gut", "perennial subshrub of eastern North America having downy leaves yellowish and rose flowers and; source of rotenone"], ["nap", "sleeping for a short period of time (usually not in bed)"], ["nip", "hairy aromatic perennial herb having whorls of small white purple-spotted flowers in a terminal spike; used in the past as a domestic remedy; strongly attractive to cats"], ["tail", "tall erect herbs with sword-shaped leaves; cosmopolitan in fresh and salt marshes"], ["walk", "narrow platform extending out into an auditorium"]]}, {"answer": "check", "hint": "check _", "clues": [["book", "a book issued to holders of checking accounts"], ["list", "a list of items (names or tasks etc.) to be checked or consulted"], ["mate", "complete victory"], ["out", "the act of inspecting or verifying"], ["point", "a place (as at a frontier) where travellers are stopped for inspection and clearance"], ["room", "a room where baggage or parcels are checked"]]}, {"answer": "cheese", "hint": "cheese _", "clues": [["board", "tray on which cheeses are served"], ["burger", "a hamburger with melted cheese on it"], ["cake", "made with sweetened cream cheese and eggs and cream baked in a crumb crust"], ["cloth", "a coarse loosely woven cotton gauze; originally used to wrap cheeses"]]}, {"answer": "cock", "hint": "cock _", "clues": [["crow", "the first light of day"], ["fight", "a match in a cockpit between two fighting cocks heeled with metal gaffs"], ["pit", "compartment where the pilot sits while flying the aircraft"], ["roach", "any of numerous chiefly nocturnal insects; some are domestic pests"], ["tail", "a short mixed drink"]]}, {"answer": "cook", "hint": "cook _", "clues": [["book", "a book of recipes and cooking directions"], ["house", "the area for food preparation on a ship"], ["out", "an informal meal cooked and eaten outdoors"], ["ware", "a kitchen utensil made of material that does not melt easily; used for cooking"]]}, {"answer": "copy", "hint": "copy _", "clues": [["book", "a book containing models of good penmanship; used in teaching penmanship"], ["cat", "someone who copies the words or behavior of another"], ["right", "a document granting exclusive right to publish and sell literary or musical or artistic work"], ["writer", "a person employed to write advertising or publicity copy"]]}, {"answer": "corn", "hint": "corn _", "clues": [["bread", "bread made primarily of cornmeal"], ["cob", "the hard cylindrical core that bears the kernels of an ear of corn"], ["crake", "common Eurasian rail that frequents grain fields"], ["field", "a field planted with corn"], ["flour", "starch prepared from the grains of corn; used in cooking as a thickener"], ["flower", "plant of southern and southeastern United States grown for its yellow flowers that can be dried"], ["meal", "coarsely ground corn"], ["stalk", "the stalk of a corn plant"], ["starch", "starch prepared from the grains of corn; used in cooking as a thickener"]]}, {"answer": "cotton", "hint": "cotton _", "clues": [["mouth", "venomous semiaquatic snake of swamps in southern United States"], ["seed", "seed of cotton plants; source of cottonseed oil"], ["tail", "common small rabbit of North America having greyish or brownish fur and a tail with a white underside; a host for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)"], ["wood", "any of several North American trees of the genus Populus having a tuft of cottony hairs on the seed"]]}, {"answer": "cow", "hint": "cow _", "clues": [["bell", "a bell hung around the neck of cow so that the cow can be easily located"], ["bird", "North American blackbird that follows cattle and lays eggs in other birds' nests"], ["boy", "a hired hand who tends cattle and performs other duties on horseback"], ["catcher", "an inclined metal frame at the front of a locomotive to clear the track"], ["girl", "a woman cowboy"], ["hand", "a hired hand who tends cattle and performs other duties on horseback"], ["herd", "a hired hand who tends cattle and performs other duties on horseback"], ["hide", "leather made from the hide of a cow"], ["lick", "a tuft of hair that grows in a different direction from the rest of the hair and usually will not lie flat"], ["poke", "a hired hand who tends cattle and performs other duties on horseback"], ["pox", "a viral disease of cattle causing a mild skin disease affecting the udder; formerly used to inoculate humans against smallpox"], ["puncher", "a hired hand who tends cattle and performs other duties on horseback"], ["shed", "a barn for cows"], ["slip", "early spring flower common in British isles having fragrant yellow or sometimes purple flowers"]]}, {"answer": "cross", "hint": "cross _", "clues": [["bar", "a horizontal bar that goes across something"], ["beam", "a horizontal beam that extends across something"], ["bones", "two crossed bones (or a representation of two crossed bones) used as a symbol danger or death"], ["bow", "a bow fixed transversely on a wooden stock grooved to direct the arrow (quarrel)"], ["breed", "(genetics) an organism that is the offspring of genetically dissimilar parents or stock; especially offspring produced by breeding plants or animals of different varieties or breeds or species"], ["check", "an instance of confirming something by considering information from several sources"], ["cut", "a diagonal path"], ["fire", "a lively or heated interchange of ideas and opinions"], ["hatch", "shading consisting of multiple crossing lines"], ["over", "the interchange of sections between pairing homologous chromosomes during the prophase of meiosis"], ["patch", "a bad-tempered person"], ["road", "a junction where one street or road crosses another"], ["talk", "the presence of an unwanted signal via an accidental coupling"], ["walk", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other"], ["wind", "wind blowing across the path of a ship or aircraft"], ["word", "a puzzle in which words corresponding to numbered clues are to be found and written in to squares in the puzzle"]]}, {"answer": "cut", "hint": "cut _", "clues": [["away", "a representation (drawing or model) of something in which the outside is omitted to reveal the inner parts"], ["back", "a reduction in quantity or rate"], ["off", "a designated limit beyond which something cannot function or must be terminated"], ["out", "a switch that interrupts an electric circuit in the event of an overload"], ["throat", "someone who murders by cutting the victim's throat"], ["worm", "North American moth whose larvae feed on young plant stems cutting them off at the ground"]]}, {"answer": "day", "hint": "day _", "clues": [["bed", "an armless couch; a seat by day and a bed by night"], ["break", "the first light of day"], ["care", "childcare during the day while parents work"], ["dream", "absentminded dreaming while awake"], ["dreamer", "someone who indulges in idle or absentminded daydreaming"], ["light", "the time after sunrise and before sunset while it is light outside"], ["time", "the time after sunrise and before sunset while it is light outside"]]}, {"answer": "dead", "hint": "dead _", "clues": [["beat", "someone who fails to meet a financial obligation"], ["bolt", "the part of a lock that is engaged or withdrawn with a key"], ["head", "a nonenterprising person who is not paying his way"], ["line", "the point in time at which something must be completed"], ["lock", "a situation in which no progress can be made or no advancement is possible"], ["wood", "a branch or a part of a tree that is dead"]]}, {"answer": "death", "hint": "death _", "clues": [["bed", "the last few hours before death"], ["blow", "the blow that kills (usually mercifully)"], ["trap", "any structure that is very unsafe; where people are likely to be killed"], ["watch", "minute wingless psocopterous insects injurious to books and papers"]]}, {"answer": "dish", "hint": "dish _", "clues": [["cloth", "a cloth for washing dishes"], ["pan", "large pan for washing dishes"], ["rag", "a cloth for washing dishes"], ["towel", "a towel for drying dishes"], ["ware", "tableware (eating and serving dishes) collectively"], ["washer", "a machine for washing dishes"], ["water", "water in which dishes and cooking utensils are washed"]]}, {"answer": "dog", "hint": "dog _", "clues": [["cart", "a cart drawn by a dog"], ["fight", "a fiercely disputed contest"], ["fish", "primitive long-bodied carnivorous freshwater fish with a very long dorsal fin; found in sluggish waters of North America"], ["house", "outbuilding that serves as a shelter for a dog"], ["leg", "angle that resembles the hind leg of a dog"], ["sled", "a sled pulled by dogs"], ["trot", "a steady trot like that of a dog"], ["wood", "a tree of shrub of the genus Cornus often having showy bracts resembling flowers"]]}, {"answer": "door", "hint": "door _", "clues": [["bell", "a push button at an outer door that gives a ringing or buzzing signal when pushed"], ["jamb", "a jamb for a door"], ["keeper", "an official stationed at the entrance of a courtroom or legislative chamber"], ["knob", "a knob used to release the catch when opening a door (often called `doorhandle' in Great Britain)"], ["knocker", "a device (usually metal and ornamental) attached by a hinge to a door"], ["mat", "a person who is physically weak and ineffectual"], ["nail", "a nail with a large head; formerly used to decorate doors"], ["plate", "a nameplate fastened to a door; indicates the person who works or lives there"], ["post", "a jamb for a door"], ["step", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway"], ["stop", "a stop that keeps open doors from moving"], ["way", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close"], ["yard", "a yard outside the front or rear door of a house"]]}, {"answer": "down", "hint": "down _", "clues": [["beat", "the first beat of a musical measure (as the conductor's arm moves downward)"], ["cast", "a ventilation shaft through which air enters a mine"], ["draft", "a strong downward air current"], ["fall", "failure that results in a loss of position or reputation"], ["grade", "the property possessed by a slope or surface that descends"], ["hill", "the downward slope of a hill"], ["pour", "a heavy rain"], ["shift", "a change from a financially rewarding but stressful career to a less well paid but more fulfilling one"], ["side", "a negative aspect of something that is generally positive"], ["sizing", "the reduction of expenditures in order to become financially stable"], ["stage", "the front half of the stage (as seen from the audience)"], ["swing", "a swing downward of a golf club"], ["time", "a period of time when something (as a machine or factory) is not operating (especially as a result of malfunctions)"], ["town", "the central area or commercial center of a town or city"], ["turn", "a worsening of business or economic activity"]]}, {"answer": "ear", "hint": "ear _", "clues": [["ache", "an ache localized in the middle or inner ear"], ["drum", "the membrane in the ear that vibrates to sound"], ["lobe", "the fleshy pendulous part of the external human ear"], ["mark", "identification mark on the ear of a domestic animal"], ["muff", "either of a pair of ear coverings (usually connected by a headband) that are worn to keep the ears warm in cold weather"], ["phone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"], ["piece", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"], ["plug", "an earphone that is inserted into the ear canal"], ["ring", "jewelry to ornament the ear; usually clipped to the earlobe or fastened through a hole in the lobe"], ["shot", "the range within which a voice can be heard"], ["wax", "a soft yellow wax secreted by glands in the ear canal"], ["wig", "any of numerous insects of the order Dermaptera having elongate bodies and slender many-jointed antennae and a pair of large pincers at the rear of the abdomen"]]}, {"answer": "egg", "hint": "egg _", "clues": [["beater", "an aircraft without wings that obtains its lift from the rotation of overhead blades"], ["cup", "dishware consisting of a small cup for serving a boiled egg"], ["head", "an intellectual; a very studious and academic person"], ["nog", "a punch made of sweetened milk or cream mixed with eggs and usually alcoholic liquor"], ["plant", "egg-shaped vegetable having a shiny skin typically dark purple but occasionally white or yellow"], ["shell", "the exterior covering of a bird's egg"]]}, {"answer": "eye", "hint": "eye _", "clues": [["ball", "the ball-shaped capsule containing the vertebrate eye"], ["brow", "the arch of hair above each eye"], ["glass", "lens for correcting defective vision in one eye; held in place by facial muscles"], ["lash", "any of the short curved hairs that grow from the edges of the eyelids"], ["lid", "either of two folds of skin that can be moved to cover or open the eye"], ["liner", "makeup applied to emphasize the shape of the eyes"], ["piece", "combination of lenses at the viewing end of optical instruments"], ["shadow", "makeup consisting of a cosmetic substance used to darken the eyes"], ["sight", "normal use of the faculty of vision"], ["sore", "something very ugly and offensive"], ["strain", "a tiredness of the eyes caused by prolonged close work by a person with an uncorrected vision problem"], ["tooth", "one of the four pointed conical teeth (two in each jaw) located between the incisors and the premolars"], ["wash", "lotion consisting of a solution used as a cleanser for the eyes"], ["witness", "a spectator who can describe what happened"]]}, {"answer": "farm", "hint": "farm _", "clues": [["hand", "a hired hand on a farm"], ["house", "house for a farmer and family"], ["land", "a rural area where farming is practiced"], ["stead", "the buildings and adjacent grounds of a farm"], ["yard", "an area adjacent to farm buildings"]]}, {"answer": "feed", "hint": "feed _", "clues": [["back", "the process in which part of the output of a system is returned to its input in order to regulate its further output"], ["bag", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head"], ["lot", "a building where livestock are fattened for market"], ["stock", "the raw material that is required for some industrial process"]]}, {"answer": "finger", "hint": "finger _", "clues": [["board", "a guidepost resembling a hand with a pointing index finger"], ["mark", "a smudge made by a (dirty) finger"], ["nail", "the nail at the end of a finger"], ["print", "a print made by an impression of the ridges in the skin of a finger; often used for biometric identification in criminal investigations"], ["tip", "the end (tip) of a finger"]]}, {"answer": "fire", "hint": "fire _", "clues": [["arm", "a portable gun"], ["ball", "an especially luminous meteor (sometimes exploding)"], ["bomb", "a bomb that is designed to start fires; is most effective against flammable targets (such as fuel)"], ["box", "a furnace (as on a steam locomotive) in which fuel is burned"], ["brand", "a piece of wood that has been burned or is burning"], ["break", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire"], ["brick", "brick made of fire clay; used for lining e.g. furnaces and chimneys"], ["bug", "a criminal who illegally sets fire to property"], ["cracker", "firework consisting of a small explosive charge and fuse in a heavy paper casing"], ["damp", "a mixture of gases (mostly methane) that form in coal mines and become explosive when mixed with air"], ["fighter", "a member of a fire department who tries to extinguish fires"], ["fly", "tropical American click beetle having bright luminous spots"], ["guard", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire"], ["house", "a station housing fire apparatus and firemen"], ["light", "the light of a fire (especially in a fireplace)"], ["place", "an open recess in a wall at the base of a chimney where a fire can be built"], ["plug", "an upright hydrant for drawing water to use in fighting a fire"], ["power", "(military) the relative capacity for delivering fire on a target"], ["side", "an area near a fireplace (usually paved and extending out into a room)"], ["storm", "a storm in which violent winds are drawn into the column of hot air rising over a severely bombed area"], ["trap", "a building that would be hard to escape from if it were to catch fire"], ["wall", "(colloquial) the application of maximum thrust"], ["water", "any strong spirits (such as strong whisky or rum)"], ["wood", "wood used for fuel"], ["work", "(usually plural) a device with an explosive that burns at a low rate and with colored flames; can be used to illuminate areas or send signals etc."]]}, {"answer": "fish", "hint": "fish _", "clues": [["bowl", "a state of affairs in which you have no privacy"], ["hook", "a sharp barbed hook for catching fish"], ["monger", "someone who sells fish"], ["net", "a net that will enclose fish when it is pulled in"], ["pond", "a freshwater pond with fish"], ["wife", "someone who sells fish"]]}, {"answer": "flag", "hint": "flag _", "clues": [["pole", "surveying instrument consisting of a straight rod painted in bands of alternate red and white each one foot wide; used for sightings by surveyors"], ["ship", "the chief one of a related group"], ["staff", "a town in north central Arizona; site of an important observatory"], ["stone", "stratified stone that splits into pieces suitable as paving stones"]]}, {"answer": "flash", "hint": "flash _", "clues": [["back", "a transition (in literary or theatrical works or films) to an earlier event or scene that interrupts the normal chronological development of the story"], ["bulb", "a lamp for providing momentary light to take a photograph"], ["card", "a card with words or numbers or pictures that is flashed to a class by the teacher"], ["gun", "a lamp for providing momentary light to take a photograph"], ["light", "a small portable battery-powered electric lamp"]]}, {"answer": "flat", "hint": "flat _", "clues": [["bed", "freight car without permanent sides or roof"], ["boat", "a flatbottom boat for carrying heavy loads (especially on canals)"], ["car", "freight car without permanent sides or roof"], ["fish", "sweet lean whitish flesh of any of numerous thin-bodied fish; usually served as thin fillets"], ["foot", "a policeman who patrols a given region"], ["iron", "an iron that was heated by placing it on a stove"], ["mate", "an associate who shares an apartment with you"], ["top", "a closely cropped haircut; usually for men"], ["ware", "tableware that is relatively flat and fashioned as a single piece"], ["worm", "parasitic or free-living worms having a flattened body"]]}, {"answer": "fly", "hint": "fly _", "clues": [["catcher", "any of a large group of small songbirds that feed on insects taken on the wing"], ["leaf", "a blank leaf in the front or back of a book"], ["over", "bridge formed by the upper level of a crossing of two highways at different levels"], ["paper", "paper that is poisoned or coated with a sticky substance to kill flies"], ["past", "a flight at a low altitude (usually of military aircraft) over spectators on the ground"], ["speck", "a tiny dark speck made by the excrement of a fly"], ["swatter", "an implement with a flat part (of mesh or plastic) and a long handle; used to kill insects"], ["way", "the geographic route along which birds customarily migrate"], ["weight", "weighs no more than 115 pounds"], ["wheel", "regulator consisting of a heavy wheel that stores kinetic energy and smooths the operation of a reciprocating engine"]]}, {"answer": "foot", "hint": "foot _", "clues": [["ball", "any of various games played with a ball (round or oval) in which two teams try to kick or carry or propel the ball into each other's goal"], ["bridge", "a bridge designed for pedestrians"], ["fall", "the sound of a step of someone walking"], ["hill", "a relatively low hill on the lower slope of a mountain"], ["hold", "an area in hostile territory that has been captured and is held awaiting further troops and supplies"], ["lights", "theater light at the front of a stage that illuminate the set and actors"], ["locker", "a trunk for storing personal possessions; usually kept at the foot of a bed (as in a barracks)"], ["note", "a printed note placed below the text on a printed page"], ["path", "a trodden path"], ["plate", "the platform in the cab of a locomotive on which the engineer stands to operate the controls"], ["print", "a mark of a foot or shoe on a surface"], ["race", "a race run on foot"], ["rest", "a low seat or a stool to rest the feet of a seated person"], ["step", "the sound of a step of someone walking"], ["stool", "a low seat or a stool to rest the feet of a seated person"], ["wear", "clothing worn on a person's feet"], ["work", "the manner of using the feet"]]}, {"answer": "fore", "hint": "fore _", "clues": [["ground", "the part of a scene that is near the viewer"], ["head", "the part of the face above the eyes"], ["mast", "the mast nearest the bow in vessels with two or more masts"], ["name", "the name that precedes the surname"], ["runner", "a person who goes before or announces the coming of another"]]}, {"answer": "four", "hint": "four _", "clues": [["pence", "a former English silver coin worth four pennies"], ["score", "the cardinal number that is the product of ten and eight"], ["some", "four people considered as a unit"], ["square", "(geometry) a plane rectangle with four equal sides and four right angles; a four-sided regular polygon"]]}, {"answer": "fox", "hint": "fox _", "clues": [["glove", "any of several plants of the genus Digitalis"], ["hole", "a small dugout with a pit for individual shelter against enemy fire"], ["hound", "medium-sized glossy-coated hounds developed for hunting foxes"], ["hunt", "mounted hunters follow hounds in pursuit of a fox"], ["trot", "a ballroom dance in quadruple time; combines short and long and fast and slow steps fixed sequences"]]}, {"answer": "free", "hint": "free _", "clues": [["hold", "an estate held in fee simple or for life"], ["holder", "the owner of a freehold"], ["lance", "a writer or artist who sells services to different employers without a long-term contract with any of them"], ["loader", "someone who takes advantage of the generosity of others"], ["masonry", "a natural or instinctive fellowship between people of similar interests"], ["stone", "fruit (especially peach) whose flesh does not adhere to the pit"], ["style", "a race (as in swimming) in which each contestant has a free choice of the style to use"], ["thinker", "a person who believes that God created the universe and then abandoned it"], ["thinking", "the doctrine that reason is the right basis for regulating conduct"], ["ware", "software that is provided without charge"], ["way", "a broad highway designed for high-speed traffic"], ["wheel", "a clutch (as on the rear wheel of a bicycle) that allows wheels to turn freely (as in coasting)"]]}, {"answer": "gate", "hint": "gate _", "clues": [["crasher", "someone who gets in (to a party) without an invitation or without paying"], ["house", "a house built at a gateway; usually the gatekeeper's residence"], ["keeper", "someone who controls access to something"], ["post", "either of two posts that bound a gate"], ["way", "an entrance that can be closed by a gate"]]}, {"answer": "goal", "hint": "goal _", "clues": [["keeper", "the soccer or hockey player assigned to protect the goal"], ["mouth", "(sports) the area immediately in front of the goal"], ["post", "one of a pair of posts (usually joined by a crossbar) that are set up as a goal at each end of a playing field"], ["tender", "the soccer or hockey player assigned to protect the goal"]]}, {"answer": "god", "hint": "god _", "clues": [["child", "an infant who is sponsored by an adult (the godparent) at baptism"], ["daughter", "a female godchild"], ["father", "any man who serves as a sponsor for a child at baptism"], ["mother", "any woman who serves as a sponsor for a child at baptism"], ["parent", "a person who sponsors someone (the godchild) at baptism"], ["send", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["son", "a male godchild"]]}, {"answer": "gold", "hint": "gold _", "clues": [["brick", "a soldier who performs his duties without proper care or effort"], ["field", "a district where gold is mined"], ["finch", "American finch whose male has yellow body plumage in summer"], ["fish", "small golden or orange-red freshwater fishes of Eurasia used as pond or aquarium fishes"], ["mine", "a good source of something that is desired"], ["smith", "an artisan who makes jewelry and other objects out of gold"]]}, {"answer": "grand", "hint": "grand _", "clues": [["aunt", "an aunt of your father or mother"], ["child", "a child of your son or daughter"], ["dad", "the father of your father or mother"], ["daddy", "the father of your father or mother"], ["daughter", "a female grandchild"], ["father", "the father of your father or mother"], ["master", "a player of exceptional or world class skill in chess or bridge"], ["mother", "the mother of your father or mother"], ["nephew", "a son of your niece or nephew"], ["niece", "a daughter of your niece or nephew"], ["parent", "a parent of your father or mother"], ["son", "a male grandchild"], ["stand", "the audience at a stadium or racetrack"], ["uncle", "an uncle of your father or mother"]]}, {"answer": "green", "hint": "green _", "clues": [["back", "a piece of paper money (especially one issued by a central bank)"], ["belt", "a belt of parks or rural land surrounding a town or city"], ["fly", "greenish aphid; pest on garden and crop plants"], ["gage", "sweet green or greenish-yellow variety of plum"], ["grocer", "a grocer who sells fresh fruits and vegetables"], ["horn", "an awkward and inexperienced youth"], ["house", "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions"], ["mail", "(corporation) the practice of purchasing enough shares in a firm to threaten a takeover and thereby forcing the owners to buy those shares back at a premium in order to stay in business"], ["room", "a backstage room in a theater where performers rest or have visitors"], ["sward", "surface layer of ground containing a mat of grass and grass roots"], ["wood", "woodlands in full leaf"]]}, {"answer": "ground", "hint": "ground _", "clues": [["breaking", "the ceremonial breaking of the ground to formally begin a construction project"], ["hog", "reddish brown North American marmot"], ["nut", "a North American vine with fragrant blossoms and edible tubers; important food crop of Native Americans"], ["sheet", "a waterproofed piece of cloth spread on the ground (as under a tent) to protect from moisture"], ["work", "the fundamental assumptions from which something is begun or developed or calculated or explained"]]}, {"answer": "gun", "hint": "gun _", "clues": [["boat", "a small shallow-draft boat carrying mounted guns; used by costal patrols"], ["fight", "a fight involving shooting small arms with the intent to kill or frighten"], ["fire", "the act of shooting a gun"], ["metal", "a type of bronze used for parts subject to wear or corrosion (especially corrosion by sea water)"], ["point", "the gun muzzle's direction"], ["powder", "a mixture of potassium nitrate, charcoal, and sulfur in a 75:15:10 ratio which is used in gunnery, time fuses, and fireworks"], ["runner", "a smuggler of guns"], ["running", "the smuggling of guns and ammunition into a country secretly and illegally"], ["shot", "the act of shooting a gun"], ["slinger", "a professional killer who uses a gun"], ["smith", "someone who makes or repairs guns"], ["wale", "wale at the top of the side of boat; topmost planking of a wooden vessel"]]}, {"answer": "hair", "hint": "hair _", "clues": [["ball", "a compact mass of hair that forms in the alimentary canal (especially in the stomach of animals as a result of licking fur)"], ["brush", "a brush used to groom a person's hair"], ["care", "care for the hair: the activity of washing or cutting or curling or arranging the hair"], ["cloth", "cloth woven from horsehair or camelhair; used for upholstery or stiffening in garments"], ["cut", "the style in which hair has been cut"], ["dresser", "someone who cuts or beautifies hair"], ["dressing", "a toiletry for the hair"], ["grip", "a flat wire hairpin whose prongs press tightly together; used to hold bobbed hair in place"], ["line", "a very thin line"], ["net", "a small net that some women wear over their hair to keep it in place"], ["piece", "a covering or bunch of human or artificial hair used for disguise or adornment"], ["pin", "a double pronged pin used to hold women's hair in place"], ["splitter", "a disputant who makes unreasonably fine distinctions"], ["splitting", "making too fine distinctions of little importance"], ["spring", "a fine spiral spring that regulates the movement of the balance wheel in a timepiece"], ["style", "the arrangement of the hair (especially a woman's hair)"], ["stylist", "someone who cuts or beautifies hair"]]}, {"answer": "half", "hint": "half _", "clues": [["back", "(football) the running back who plays the offensive halfback position"], ["penny", "an English coin worth half a penny"], ["time", "an intermission between the first and second half of a game"], ["tone", "a print obtained from photoengraving"]]}, {"answer": "hand", "hint": "hand _", "clues": [["bag", "a container used for carrying money and small personal items or accessories (especially by women)"], ["ball", "a small rubber ball used in playing the game of handball"], ["barrow", "a rectangular frame with handles at both ends; carried by two people"], ["basin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["book", "a concise reference book providing specific information about a subject or location"], ["car", "a small railroad car propelled by hand or by a small motor"], ["clasp", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)"], ["craft", "a work produced by hand labor"], ["cuff", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs"], ["gun", "a firearm that is held and fired with one hand"], ["hold", "an appendage to hold onto"], ["kerchief", "a square piece of cloth used for wiping the eyes or nose or as a costume accessory"], ["maid", "in a subordinate position"], ["maiden", "in a subordinate position"], ["out", "an announcement distributed to members of the press in order to supplement or replace an oral presentation"], ["over", "act of relinquishing property or authority etc"], ["rail", "a railing at the side of a staircase or balcony to prevent people from falling"], ["saw", "a saw used with one hand for cutting wood"], ["set", "telephone set with the mouthpiece and earpiece mounted on a single handle"], ["shake", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)"], ["shaking", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)"], ["spring", "an acrobatic feat in which a person goes from a standing position to a handstand and back again"], ["stand", "the act of supporting yourself by your hands alone in an upside down position"], ["work", "a work produced by hand labor"], ["writing", "something written by hand"]]}, {"answer": "hard", "hint": "hard _", "clues": [["back", "a book with cardboard or cloth or leather covers"], ["ball", "a no-nonsense attitude in business or politics"], ["board", "a cheap hard material made from wood chips that are pressed together and bound with synthetic resin"], ["cover", "a book with cardboard or cloth or leather covers"], ["liner", "a conservative who is uncompromising"], ["tack", "very hard unsalted biscuit or bread; a former ship's staple"], ["top", "a car that resembles a convertible but has a fixed rigid top"], ["ware", "major items of military weaponry (as tanks or missile)"], ["wood", "the wood of broad-leaved dicotyledonous trees (as distinguished from the wood of conifers)"]]}, {"answer": "hay", "hint": "hay _", "clues": [["cock", "a small cone-shaped pile of hay that has been left in the field until it is dry enough to carry to the hayrick"], ["field", "a field where grass or alfalfa are grown to be made into hay"], ["loft", "a loft in a barn where hay is stored"], ["making", "taking full advantage of an opportunity while it lasts"], ["mow", "a mass of hay piled up in a barn for preservation"], ["rick", "a stack of hay"], ["seed", "a person who is not very intelligent or interested in culture"], ["stack", "a stack of hay"], ["wire", "wire for tying up bales of hay"]]}, {"answer": "head", "hint": "head _", "clues": [["ache", "something or someone that causes anxiety; a source of unhappiness"], ["band", "a band worn around or over the head"], ["board", "a vertical board or panel forming the head of a bedstead"], ["cheese", "sausage or jellied loaf made of chopped parts of the head meat and sometimes feet and tongue of a calf or pig"], ["count", "number of people in a particular group"], ["dress", "clothing for the head"], ["gear", "clothing for the head"], ["hunter", "a recruiter of personnel (especially for corporations)"], ["lamp", "a powerful light with reflector; attached to the front of an automobile or locomotive"], ["land", "a natural elevation (especially a rocky one that juts out into the sea)"], ["light", "a powerful light with reflector; attached to the front of an automobile or locomotive"], ["line", "the heading or caption of a newspaper article"], ["lock", "a wrestling hold in which the opponent's head is locked between the crook of your elbow and the side of your body"], ["master", "presiding officer of a school"], ["mastership", "the position of headmaster"], ["mistress", "a woman headmaster"], ["phone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"], ["piece", "the band that is the part of a bridle that fits around a horse's head"], ["pin", "the front bowling pin in the triangular arrangement of ten pins"], ["quarters", "(usually plural) the office that serves as the administrative center of an enterprise"], ["rest", "a cushion attached to the top of the back of an automobile's seat to prevent whiplash"], ["room", "vertical space available to allow easy passage under something"], ["scarf", "a kerchief worn over the head and tied under the chin"], ["set", "receiver consisting of a pair of headphones"], ["stall", "the band that is the part of a bridle that fits around a horse's head"], ["stand", "an acrobatic feat in which a person balances on the head (usually with the help of the hands)"], ["stock", "the stationary support in a machine or power tool that supports and drives a revolving part (as a chuck or the spindle on a lathe)"], ["stone", "the central building block at the top of an arch or vault"], ["waiter", "a dining-room attendant who is in charge of the waiters and the seating of customers"], ["way", "vertical space available to allow easy passage under something"], ["wind", "wind blowing opposite to the path of a ship or aircraft"], ["word", "a content word that can be qualified by a modifier"]]}, {"answer": "heart", "hint": "heart _", "clues": [["ache", "intense sorrow caused by loss of a loved one (especially by death)"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["break", "intense sorrow caused by loss of a loved one (especially by death)"], ["burn", "a painful burning sensation in the chest caused by gastroesophageal reflux (backflow from the stomach irritating the esophagus); symptomatic of an ulcer or a diaphragmatic hernia or other disorder"], ["land", "the central region of a country or continent; especially a region that is important to a country or to a culture"], ["sickness", "feeling downcast and disheartened and hopeless"], ["strings", "your deepest feelings of love and compassion"], ["throb", "an object of infatuation"], ["wood", "the older inactive central wood of a tree or woody plant; usually darker and denser than the surrounding sapwood"]]}, {"answer": "high", "hint": "high _", "clues": [["ball", "a mixed drink made of alcoholic liquor mixed with water or a carbonated beverage and served in a tall glass"], ["boy", "a tall chest of drawers divided into two sections and supported on four legs"], ["brow", "a person of intellectual or erudite tastes"], ["chair", "a chair for feeding a very young child; has four long legs and a footrest and a detachable tray"], ["land", "elevated (e.g., mountainous) land"], ["light", "the most interesting or memorable part"], ["lighter", "a cosmetic used to highlight the eyes or cheekbones"], ["road", "a highway"], ["way", "a major road for any form of motor transport"]]}, {"answer": "home", "hint": "home _", "clues": [["body", "a person who seldom goes anywhere; one not given to wandering or travel"], ["coming", "an annual school or university reunion for graduates"], ["land", "the country where you were born"], ["maker", "a wife who manages a household while her husband earns the family income"], ["making", "the management of a household"], ["owner", "someone who owns a home"], ["page", "the opening page of a web site"], ["room", "a classroom in which all students in a particular grade (or in a division of a grade) meet at certain times under the supervision of a teacher who takes attendance and does other administrative business"], ["sickness", "a longing to return home"], ["spun", "a rough loosely woven fabric originally made with yarn that was spun at home"], ["stead", "the home and adjacent grounds occupied by a family"], ["stretch", "the end of an enterprise"], ["town", "the town (or city) where you grew up or where you have your principal residence"], ["work", "preparatory school work done outside school (especially at home)"]]}, {"answer": "honey", "hint": "honey _", "clues": [["bee", "social bee often domesticated for the honey it produces"], ["comb", "a structure of small hexagonal cells constructed from beeswax by bees and used to store honey and larvae"], ["dew", "the fruit of a variety of winter melon vine; a large smooth greenish-white melon with pale green flesh"], ["moon", "a holiday taken by a newly married couple"], ["pot", "South African shrub whose flowers when open are cup-shaped resembling artichokes"], ["suckle", "shrub or vine of the genus Lonicera"]]}, {"answer": "horse", "hint": "horse _", "clues": [["back", "the back of a horse"], ["box", "a conveyance (railroad car or trailer) for transporting racehorses"], ["flesh", "the flesh of horses as food"], ["fly", "winged fly parasitic on horses"], ["hair", "hair taken from the mane or tail of a horse"], ["hide", "leather from the hide of a horse"], ["laugh", "a loud laugh that sounds like a horse neighing"], ["play", "rowdy or boisterous play"], ["power", "a unit of power equal to 746 watts"], ["radish", "the root of the horseradish plant; it is grated or ground and used for seasoning"], ["shoe", "game equipment consisting of an open ring of iron used in playing horseshoes"], ["tail", "perennial rushlike flowerless herbs with jointed hollow stems and narrow toothlike leaves that spread by creeping rhizomes; tend to become weedy; common in northern hemisphere; some in Africa and South America"], ["whip", "a whip for controlling horses"], ["whipping", "the act of whipping with a horsewhip"]]}, {"answer": "hot", "hint": "hot _", "clues": [["bed", "a situation that is ideal for rapid development (especially of something bad)"], ["box", "a journal bearing (as of a railroad car) that has overheated"], ["cake", "a flat cake of thin batter fried on both sides on a griddle"], ["dog", "someone who performs dangerous stunts to attract attention to himself"], ["foot", "a practical joke that involves inserting a match surreptitiously between the sole and upper of the victim's shoe and then lighting it"], ["head", "a belligerent grouch"], ["house", "a greenhouse in which plants are arranged in a pleasing manner"], ["plate", "a portable electric appliance for heating or cooking or keeping food warm"], ["pot", "a stew of meat and potatoes cooked in a tightly covered pot"], ["shot", "someone who is dazzlingly skilled in any field"]]}, {"answer": "house", "hint": "house _", "clues": [["boat", "a barge that is designed and equipped for use as a dwelling"], ["breaker", "a burglar who unlawfully breaks into and enters another person's house"], ["breaking", "trespassing for an unlawful purpose; illegal entrance into premises with criminal intent"], ["cleaning", "(figurative) the act of reforming by the removal of unwanted personnel or practices or conditions"], ["coat", "a loose dressing gown for women"], ["fly", "common fly that frequents human habitations and spreads many diseases"], ["hold", "a social unit living together"], ["holder", "someone who owns a home"], ["husband", "a husband who keeps house while his wife earns the family income"], ["keeper", "a servant who is employed to perform domestic task in a household"], ["keeping", "the work of cleaning and running a house"], ["lights", "lights that illuminate the audience's part of a theater or other auditorium"], ["maid", "a female domestic"], ["master", "teacher in charge of a school boardinghouse"], ["mate", "someone who resides in the same house with you"], ["mother", "a woman employed as a chaperon in a residence for young people"], ["plant", "any of a variety of plants grown indoors for decorative purposes"], ["room", "space for accommodation in a house"], ["top", "the roof of a house"], ["warming", "a party of people assembled to celebrate moving into a new home"], ["wife", "a wife who manages a household while her husband earns the family income"], ["work", "the work of cleaning and running a house"]]}, {"answer": "ice", "hint": "ice _", "clues": [["berg", "a large mass of ice floating at sea; usually broken off of a polar glacier"], ["boat", "a ship with a reinforced bow to break up ice and keep channels open for navigation"], ["box", "white goods in which food can be stored at low temperatures"], ["breaker", "a ship with a reinforced bow to break up ice and keep channels open for navigation"], ["cap", "a mass of ice and snow that permanently covers a large area of land (e.g., the polar regions or a mountain peak)"], ["pick", "pick consisting of a steel rod with a sharp point; used for breaking up blocks of ice"]]}, {"answer": "iron", "hint": "iron _", "clues": [["clad", "a wooden warship of the 19th century that is plated with iron or steel armor"], ["monger", "someone who sells hardware"], ["ware", "instrumentalities (tools or implements) made of metal"], ["wood", "handsome East Indian evergreen tree often planted as an ornamental for its fragrant white flowers that yield a perfume; source of very heavy hardwood used for railroad ties"], ["work", "work made of iron (gratings or rails or railings etc)"]]}, {"answer": "jack", "hint": "jack _", "clues": [["ass", "a man who is a stupid incompetent fool"], ["boot", "(19th century) a man's high tasseled boot"], ["hammer", "a hammer driven by compressed air"], ["knife", "a large knife with one or more folding blades"], ["pot", "the cumulative amount involved in a game (such as poker)"], ["rabbit", "large hare of western North America"], ["straw", "a thin strip of wood used in playing the game of jackstraws"]]}, {"answer": "key", "hint": "key _", "clues": [["board", "device consisting of a set of keys on a piano or organ or typewriter or typesetting machine or computer or the like"], ["hole", "the hole where a key is inserted"], ["note", "the principal theme in a speech or literary work"], ["pad", "a keyboard that is a data input device for computers; arrangement of keys is modelled after the typewriter keyboard"], ["stone", "a central cohesive source of support and stability"], ["stroke", "the stroke of a key; one depression of a key on a keyboard"]]}, {"answer": "knock", "hint": "knock _", "clues": [["about", "a sloop with a simplified rig and no bowsprit"], ["down", "a blow that knocks the opponent off his feet"], ["off", "an unauthorized copy or imitation"], ["out", "a very attractive or seductive looking woman"]]}, {"answer": "lady", "hint": "lady _", "clues": [["bird", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests"], ["bug", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests"], ["finger", "small finger-shaped sponge cake"], ["love", "a woman who is a man's sweetheart"]]}, {"answer": "lamp", "hint": "lamp _", "clues": [["black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["light", "light from a lamp"], ["lighter", "(when gas was used for streetlights) a person who lights and extinguishes streetlights"], ["post", "a metal post supporting an outdoor lamp (such as a streetlight)"], ["shade", "a protective ornamental shade used to screen a light bulb from direct view"]]}, {"answer": "land", "hint": "land _", "clues": [["fall", "the seacoast first sighted on a voyage (or flight over water)"], ["fill", "a low area that has been filled in"], ["holder", "a holder or proprietor of land"], ["holding", "ownership of land; the state or fact of owning land"], ["lady", "a landlord who is a woman"], ["lord", "a landowner who leases to others"], ["lubber", "a person who lives and works on land"], ["mark", "the position of a prominent or well-known object in a particular landscape"], ["mass", "a large continuous extent of land"], ["owner", "a holder or proprietor of land"], ["scape", "an expanse of scenery that can be seen in a single view"], ["slide", "an overwhelming electoral victory"], ["slip", "a slide of a large mass of dirt and rock down a mountain or cliff"]]}, {"answer": "lap", "hint": "lap _", "clues": [["board", "writing board used on the lap as a table or desk"], ["dog", "a dog small and tame enough to be held in the lap"], ["top", "a portable computer small enough to use in your lap"], ["wing", "large crested Old World plover having wattles and spurs"]]}, {"answer": "law", "hint": "law _", "clues": [["breaker", "someone who violates the law"], ["giver", "a maker of laws; someone who gives a code of laws"], ["maker", "a maker of laws; someone who gives a code of laws"], ["making", "the act of making or enacting laws"], ["suit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"]]}, {"answer": "lay", "hint": "lay _", "clues": [["about", "person who does no work"], ["off", "the act of laying off an employee or a work force"], ["out", "a plan or design of something that is laid out"], ["over", "a brief stay in the course of a journey"], ["person", "someone who is not a clergyman or a professional person"]]}, {"answer": "life", "hint": "life _", "clues": [["blood", "the blood considered as the seat of vitality"], ["boat", "a strong sea boat designed to rescue people from a sinking ship"], ["guard", "an attendant employed at a beach or pool to protect swimmers from accidents"], ["line", "a crease on the palm; its length is said by palmists to indicate how long you will live"], ["saver", "an attendant employed at a beach or pool to protect swimmers from accidents"], ["saving", "saving the lives of drowning persons"], ["span", "the period during which something is functional (as between birth and death)"], ["style", "a manner of living that reflects the person's values and attitudes"], ["time", "the period during which something is functional (as between birth and death)"], ["work", "the principal work of your career"]]}, {"answer": "lock", "hint": "lock _", "clues": [["jaw", "an acute and serious infection of the central nervous system caused by bacterial infection of open wounds; spasms of the jaw and laryngeal muscles may occur during the late stages"], ["out", "a management action resisting employee's demands; employees are barred from entering the workplace until they agree to terms"], ["smith", "someone who makes or repairs locks"], ["step", "a standard procedure that is followed mindlessly"]]}, {"answer": "long", "hint": "long _", "clues": [["boat", "the largest boat carried by a merchant sailing vessel"], ["bow", "a powerful wooden bow drawn by hand; usually 5-6 feet long; used in medieval England"], ["hand", "rapid handwriting in which letters are set down in full and are cursively connected within words without lifting the writing implement from the paper"], ["horn", "long-horned beef cattle formerly common in southwestern United States"], ["ways", "country dancing performed with couples in two long lines facing each other"]]}, {"answer": "low", "hint": "low _", "clues": [["boy", "a low chest or table with drawers and supported on four legs"], ["brow", "a person who is uninterested in intellectual pursuits"], ["land", "low level country"], ["life", "a person who is deemed to be despicable or contemptible"]]}, {"answer": "main", "hint": "main _", "clues": [["frame", "a large digital computer serving 100-400 users and occupying a special air-conditioned room"], ["land", "the main land mass of a country or continent; as distinguished from an island or peninsula"], ["mast", "the chief mast of a sailing vessel with two or more masts"], ["sail", "the lowermost sail on the mainmast"], ["spring", "the most important spring in a mechanical device (especially a clock or watch); as it uncoils it drives the mechanism"], ["stay", "a prominent supporter"], ["stream", "the prevailing current of thought"]]}, {"answer": "man", "hint": "man _", "clues": [["drill", "baboon of west Africa with a bright red and blue muzzle and blue hindquarters"], ["hole", "a hole (usually with a flush cover) through which a person can gain access to an underground structure"], ["hunt", "an organized search (by police) for a person (charged with a crime)"], ["kind", "all of the living human inhabitants of the earth"], ["power", "the force of workers available"], ["servant", "a man servant"], ["slaughter", "homicide without malice aforethought"], ["trap", "a very attractive or seductive looking woman"]]}, {"answer": "match", "hint": "match _", "clues": [["book", "a small folder of paper safety matches"], ["box", "a box for holding matches"], ["lock", "an early style of musket; a slow-burning wick would be lowered into a hole in the breech to ignite the charge"], ["maker", "someone who arranges (or tries to arrange) marriages for others"], ["making", "mediation in order to bring about a marriage between others"], ["stick", "a short thin stick of wood used in making matches"], ["wood", "wood in small pieces or splinters"]]}, {"answer": "mid", "hint": "mid _", "clues": [["air", "some point in the air; above ground level"], ["day", "the middle of the day"], ["field", "(sports) the middle part of a playing field (as in football or lacrosse)"], ["land", "a town in west central Texas"], ["night", "12 o'clock at night; the middle of the night"], ["point", "a point equidistant from the ends of a line or the extremities of a figure"], ["rib", "the vein in the center of a leaf"], ["section", "the middle area of the human torso (usually in front)"], ["stream", "the middle of a stream"], ["summer", "June 21, when the sun is at its northernmost point"], ["term", "the middle of the gestation period"], ["way", "the place at a fair or carnival where sideshows and similar amusements are located"], ["week", "the fourth day of the week; the third working day"], ["wife", "a woman skilled in aiding the delivery of babies"], ["winter", "the middle of winter"]]}, {"answer": "milk", "hint": "milk _", "clues": [["maid", "a woman who works in a dairy"], ["shake", "frothy drink of milk and flavoring and sometimes fruit or ice cream"], ["sop", "a timid man or boy considered childish or unassertive"], ["weed", "any of numerous plants of the genus Asclepias having milky juice and pods that split open releasing seeds with downy tufts"]]}, {"answer": "mill", "hint": "mill _", "clues": [["pond", "a pond formed by damming a stream to provide a head of water to turn a mill wheel"], ["race", "a channel for the water current that turns a millwheel"], ["stone", "(figurative) something that hinders or handicaps"], ["wright", "a workman who designs or erects mills and milling machinery"]]}, {"answer": "money", "hint": "money _", "clues": [["bag", "a drawstring bag for holding money"], ["lender", "someone who lends money at excessive rates of interest"], ["maker", "someone who is successful in accumulating wealth"], ["making", "the act of making money (and accumulating wealth)"]]}, {"answer": "moon", "hint": "moon _", "clues": [["beam", "a ray of moonlight"], ["light", "the light of the Moon"], ["lighter", "a person who holds a second job (usually after hours)"], ["shine", "the light of the Moon"], ["stone", "a transparent or translucent gemstone with a pearly luster; some specimens are orthoclase feldspar and others are plagioclase feldspar"], ["walk", "a kind of dance step in which the dancer seems to be sliding on the spot"]]}, {"answer": "motor", "hint": "motor _", "clues": [["bike", "small motorcycle with a low frame and small wheels and elevated handlebars"], ["boat", "a boat propelled by an internal-combustion engine"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["cycle", "a motor vehicle with two wheels and a strong frame"], ["cycling", "riding a motorcycle"], ["cyclist", "a traveler who rides a motorcycle"], ["mouth", "someone who talks incessantly"], ["way", "a broad highway designed for high-speed traffic"]]}, {"answer": "neck", "hint": "neck _", "clues": [["band", "a band around the collar of a garment"], ["lace", "jewelry consisting of a cord or chain (often bearing gems) worn about the neck as an ornament (especially by women)"], ["line", "the line formed by the edge of a garment around the neck"], ["tie", "neckwear consisting of a long narrow piece of material worn (mostly by men) under a collar and tied in knot at the front"]]}, {"answer": "news", "hint": "news _", "clues": [["agent", "someone who sells newspapers"], ["boy", "a boy who delivers newspapers"], ["cast", "a broadcast of news or commentary on the news"], ["caster", "someone who broadcasts the news"], ["dealer", "someone who sells newspapers"], ["flash", "a short news announcement concerning some on-going news story"], ["letter", "report or open letter giving informal or confidential news of interest to a special group"], ["paper", "a daily or weekly publication on folded sheets; contains news and articles and advertisements"], ["print", "cheap paper made from wood pulp and used for printing newspapers"], ["reader", "someone who reads out broadcast news bulletin"], ["reel", "a short film and commentary about current events"], ["room", "the staff of a newspaper or the news department of a periodical"], ["stand", "a stall where newspapers and other periodicals are sold"]]}, {"answer": "night", "hint": "night _", "clues": [["cap", "an alcoholic drink taken at bedtime; often alcoholic"], ["clothes", "garments designed to be worn in bed"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["dress", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["fall", "the time of day immediately following sunset"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["hawk", "a person who likes to be active late at night"], ["life", "the entertainment available to people seeking nighttime diversion"], ["mare", "a situation resembling a terrifying dream"], ["shade", "any of numerous shrubs or herbs or vines of the genus Solanum; most are poisonous though many bear edible fruit"], ["shirt", "nightclothes worn by men"], ["spot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["stick", "a short stout club used primarily by policemen"], ["time", "the time after sunset and before sunrise while it is dark outside"], ["wear", "garments designed to be worn in bed"]]}, {"answer": "nose", "hint": "nose _", "clues": [["bag", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head"], ["bleed", "bleeding from the nose"], ["dive", "a sudden sharp drop or rapid decline"], ["gay", "an arrangement of flowers that is usually given as a present"]]}, {"answer": "nut", "hint": "nut _", "clues": [["case", "someone deranged and possibly dangerous"], ["cracker", "a compound lever used to crack nuts open"], ["hatch", "any of various small short-tailed songbirds with strong feet and a sharp beak that feed on small nuts and insects"], ["house", "pejorative terms for an insane asylum"], ["shell", "the shell around the kernel of a nut"]]}, {"answer": "off", "hint": "off _", "clues": [["print", "a separately printed article that originally appeared in a larger publication"], ["set", "the time at which something is supposed to begin"], ["side", "(sport) the mistake of occupying an illegal position on the playing field (in football, soccer, ice hockey, field hockey, etc.)"], ["spring", "the immediate descendants of a person"], ["stage", "a stage area out of sight of the audience"]]}, {"answer": "oil", "hint": "oil _", "clues": [["can", "a can with a long nozzle to apply oil to machinery"], ["cloth", "cloth treated on one side with a drying oil or synthetic resin"], ["field", "a region rich in petroleum deposits (especially one with producing oil wells)"], ["seed", "any of several seeds that yield oil"], ["skin", "a macintosh made from cotton fabric treated with oil and pigment to make it waterproof"]]}, {"answer": "out", "hint": "out _", "clues": [["back", "the bush country of the interior of Australia"], ["field", "the area of a baseball playing field beyond the lines connecting the bases"], ["fitter", "someone who sells men's clothes"], ["skirts", "outlying areas (as of a city or town)"], ["station", "a station in a remote or sparsely populated location"]]}, {"answer": "over", "hint": "over _", "clues": [["abundance", "the state of being more than full"], ["achiever", "a student who attains higher standards than the IQ indicated"], ["acting", "poor acting by a ham actor"], ["age", "a surplus or excess of money or merchandise that is actually on hand and that exceeds expectations"], ["all", "(usually plural) work clothing consisting of denim trousers (usually with a bib and shoulder straps)"], ["bid", "a bid that is higher than preceding bids"], ["bite", "(dentistry) malocclusion in which the upper teeth extend abnormally far over the lower teeth"], ["burden", "the surface soil that must be moved away to get at coal seams and mineral deposits"], ["cast", "the state of the sky when it is covered by clouds"], ["charge", "a price that is too high"], ["coat", "a heavy coat worn over clothes in winter"], ["confidence", "total certainty or greater certainty than circumstances warrant"], ["draft", "a draft in excess of the credit balance"], ["drive", "the state of high or excessive activity or productivity or concentration"], ["eating", "eating to excess (personified as one of the deadly sins)"], ["emphasis", "too much emphasis"], ["estimate", "an appraisal that is too high"], ["estimation", "an appraisal that is too high"], ["exertion", "excessive exertion; so much exertion that discomfort or injury results"], ["exposure", "the act of exposing film to too much light or for too long a time"], ["feeding", "excessive feeding"], ["flight", "a flight by an aircraft over a particular area (especially over an area in foreign territory)"], ["flow", "a large flow"], ["growth", "excessive size; usually caused by excessive secretion of growth hormone from the pituitary gland"], ["hang", "projection that extends beyond or hangs over something else"], ["haul", "periodic maintenance on a car or machine"], ["head", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes"], ["indulgence", "excessive indulgence"], ["kill", "the capability to obliterate a target with more weapons (especially nuclear weapons) than are required"], ["lap", "a representation of common ground between theories or phenomena"], ["lapping", "covering with a design in which one element covers a part of another (as with tiles or shingles)"], ["lay", "protective covering consisting, for example, of a layer of boards applied to the studs and joists of a building to strengthen it and serve as a foundation for a weatherproof exterior"], ["load", "an electrical load that exceeds the available electrical power"], ["look", "a high place affording a good view"], ["lord", "a person who has general authority over others"], ["much", "a quantity that is more than what is appropriate"], ["pass", "bridge formed by the upper level of a crossing of two highways at different levels"], ["payment", "a payment larger than needed or expected"], ["population", "too much population"], ["pressure", "a transient air pressure greater than the surrounding atmospheric pressure"], ["print", "something added by overprinting"], ["production", "too much production or more than expected"], ["rating", "a calculation that results in an estimate that is too high"], ["reaction", "an excessive reaction; a reaction with inappropriate emotional behavior"], ["ride", "a manually operated device to correct the operation of an automatic device"], ["run", "too much production or more than expected"], ["seer", "a person who directs and manages an organization"], ["shoe", "footwear that protects your shoes from water or snow or cold"], ["shoot", "an approach that fails and gives way to another attempt"], ["sight", "an unintentional omission resulting from failure to notice something"], ["spill", "the relocation of people from overcrowded cities; they are accommodated in new houses or apartments in smaller towns"], ["statement", "making to seem more important than it really is"], ["supply", "the quality of being so overabundant that prices fall"], ["taking", "going by something that is moving in order to get in front of it"], ["throw", "the termination of a ruler or institution (especially by force)"], ["time", "work done in addition to regular working hours"], ["tone", "(usually plural) an ulterior implicit meaning or quality"], ["turn", "the act of upsetting something"], ["use", "exploitation to the point of diminishing returns"], ["valuation", "an appraisal that is too high"], ["view", "a general summary of a subject"], ["weight", "the property of excessive fatness"], ["work", "the act of working too much or too long"]]}, {"answer": "paper", "hint": "paper _", "clues": [["back", "a book with paper covers"], ["board", "a cardboard suitable for making posters"], ["boy", "a boy who sells or delivers newspapers"], ["clip", "a wire or plastic clip for holding sheets of paper together"], ["hanger", "someone who passes bad checks or counterfeit paper money"], ["hanging", "the application of wallpaper"], ["weight", "a weight used to hold down a stack of papers"], ["work", "work that involves handling papers: forms or letters or reports etc."]]}, {"answer": "para", "hint": "para _", "clues": [["gliding", "gliding in a parasail"], ["medic", "a person trained to assist medical professionals and to give emergency medical treatment"], ["trooper", "a soldier in the paratroops"], ["troops", "infantry trained and equipped to parachute"]]}, {"answer": "pay", "hint": "pay _", "clues": [["back", "financial return or reward (especially returns equal to the initial investment)"], ["check", "a check issued in payment of wages or salary"], ["day", "the day on which you receive pay for your work"], ["load", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["master", "a person in charge of paying wages"], ["off", "the final payment of a debt"], ["roll", "a list of employees and their salaries"], ["slip", "a slip of paper included with your pay that records how much money you have earned and how much tax or insurance etc. has been taken out"]]}, {"answer": "pea", "hint": "pea _", "clues": [["cock", "European butterfly having reddish-brown wings each marked with a purple eyespot"], ["fowl", "very large terrestrial southeast Asian pheasant often raised as an ornamental bird"], ["hen", "female peafowl"], ["nut", "underground pod of the peanut vine"]]}, {"answer": "peace", "hint": "peace _", "clues": [["keeper", "a member of a military force that is assigned (often with international sanction) to preserve peace in a trouble area"], ["keeping", "the activity of keeping the peace by military forces (especially when international military forces enforce a truce between hostile groups or nations)"], ["maker", "someone who tries to bring peace"], ["time", "a period of time during which there is no war"]]}, {"answer": "pig", "hint": "pig _", "clues": [["pen", "a pen for swine"], ["skin", "leather from the skin of swine"], ["sty", "a pen for swine"], ["swill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"], ["tail", "a plait of braided hair"]]}, {"answer": "pin", "hint": "pin _", "clues": [["ball", "a game played on a sloping board; the object is to propel marbles against pins or into pockets"], ["cushion", "a small stiff cushion into which pins are stuck ready for use"], ["head", "an ignorant or foolish person"], ["hole", "a small puncture that might have been made by a pin"], ["point", "a very brief moment"], ["prick", "a minor annoyance"], ["stripe", "a suit made from a fabric with very thin stripes"], ["wheel", "perennial subshrub of Tenerife having leaves in rosettes resembling pinwheels"]]}, {"answer": "play", "hint": "play _", "clues": [["acting", "the performance of a part or role in a drama"], ["back", "the act of reproducing recorded sound"], ["bill", "a theatrical program"], ["book", "a notebook containing descriptions and diagrams of the plays that a team has practiced (especially an American football team)"], ["boy", "a man devoted to the pursuit of pleasure"], ["fellow", "a companion at play"], ["goer", "someone who attends the theater"], ["ground", "an area where many people go for recreation"], ["house", "plaything consisting of a small model of a house that children can play inside of"], ["mate", "a companion at play"], ["off", "any final competition to determine a championship"], ["pen", "a portable enclosure in which babies may be left to play"], ["room", "a recreation room for noisy activities (parties or children's play etc)"], ["school", "a small informal nursery group meeting for half-day sessions"], ["thing", "an artifact designed to be played with"], ["time", "time for play or diversion"], ["wright", "someone who writes plays"]]}, {"answer": "post", "hint": "post _", "clues": [["bag", "letter carrier's shoulder bag"], ["box", "public box for deposit of mail"], ["card", "a card for sending messages by post without an envelope"], ["code", "a code of letters and digits added to a postal address to aid in the sorting of mail"], ["mark", "a cancellation mark stamped on mail by postal officials; indicates the post office and date of mailing"], ["master", "the person in charge of a post office"], ["mistress", "a woman postmaster"]]}, {"answer": "pot", "hint": "pot _", "clues": [["ash", "a potassium compound often used in agriculture and industry"], ["belly", "slang for a paunch"], ["boiler", "a literary composition of poor quality that was written quickly to make money (to boil the pot)"], ["head", "someone who smokes marijuana habitually"], ["herb", "any of various herbaceous plants whose leaves or stems or flowers are cooked and used for food or seasoning"], ["holder", "an insulated pad for holding hot pots"], ["hole", "a pit or hole produced by wear or weathering (especially in a road surface)"], ["hook", "an S-shaped hook to suspend a pot over a fire"], ["luck", "whatever happens to be available especially when offered to an unexpected guest or when brought by guests and shared by all"], ["pie", "deep-dish meat and vegetable pie or a meat stew with dumplings"], ["sherd", "a shard of pottery"], ["shot", "a shot taken at an easy or casual target (as by a pothunter)"]]}, {"answer": "push", "hint": "push _", "clues": [["cart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels"], ["chair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["over", "someone who is easily taken advantage of"], ["pin", "a tack for attaching papers to a bulletin board or drawing board"]]}, {"answer": "quarter", "hint": "quarter _", "clues": [["back", "(football) the person who plays quarterback"], ["deck", "the stern area of a ship's upper deck"], ["final", "one of the four competitions in an elimination tournament whose winners go on to play in the semifinals"], ["master", "an army officer who provides clothing and subsistence for troops"], ["staff", "a long stout staff used as a weapon"]]}, {"answer": "quick", "hint": "quick _", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["sand", "a treacherous situation that tends to entrap and destroy"], ["silver", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures"], ["step", "military march accompanying quick time"]]}, {"answer": "race", "hint": "race _", "clues": [["course", "a course over which races are run"], ["horse", "a horse bred for racing"], ["track", "a course over which races are run"], ["way", "a canal for a current of water"]]}, {"answer": "rag", "hint": "rag _", "clues": [["bag", "a motley assortment of things"], ["tag", "disparaging terms for the common people"], ["time", "music with a syncopated melody (usually for the piano)"], ["weed", "widespread European weed having yellow daisylike flowers; sometimes an obnoxious weed and toxic to cattle if consumed in quantity"], ["wort", "widespread European weed having yellow daisylike flowers; sometimes an obnoxious weed and toxic to cattle if consumed in quantity"]]}, {"answer": "rain", "hint": "rain _", "clues": [["bow", "an arc of colored light in the sky caused by refraction of the sun's rays by rain"], ["coat", "a water-resistant coat"], ["drop", "a drop of rain"], ["fall", "water falling in drops from vapor condensed in the atmosphere"], ["maker", "executive who is very successful in bringing in business to his company or firm"], ["making", "activity intended to produce rain"], ["storm", "a storm with rain"], ["water", "drops of fresh water that fall as precipitation from clouds"]]}, {"answer": "red", "hint": "red _", "clues": [["bird", "the male is bright red with black wings and tail"], ["breast", "small Old World songbird with a reddish breast"], ["cap", "a member of the military police in Britain"], ["coat", "British soldier; so-called because of his red coat (especially during the American Revolution)"], ["head", "someone who has red hair"], ["neck", "a poor White person in the southern United States"], ["shift", "(astronomy) a shift in the spectra of very distant galaxies toward longer wavelengths (toward the red end of the spectrum); generally interpreted as evidence that the universe is expanding"], ["wood", "the soft reddish wood of either of two species of sequoia trees"]]}, {"answer": "ring", "hint": "ring _", "clues": [["leader", "a person who leads (especially in illicit activities)"], ["master", "the person in charge of performances in a circus ring"], ["side", "first row of seating; has an unobstructed view of a boxing or wrestling ring"], ["worm", "infections of the skin or nails caused by fungi and appearing as itching circular patches"]]}, {"answer": "road", "hint": "road _", "clues": [["bed", "a bed supporting a road"], ["block", "any condition that makes it difficult to make progress or to achieve an objective"], ["house", "an inn (usually outside city limits on a main road) providing meals and liquor and dancing and (sometimes) gambling"], ["kill", "the dead body of an animal that has been killed on a road by a vehicle"], ["runner", "speedy largely terrestrial bird found from California and Mexico to Texas"], ["side", "edge of a way or road or path"], ["way", "a road (especially that part of a road) over which vehicles travel"]]}, {"answer": "round", "hint": "round _", "clues": [["about", "a road junction at which traffic streams circularly around a central island"], ["house", "workplace consisting of a circular building for repairing locomotives"], ["table", "a meeting of peers for discussion and exchange of views"], ["worm", "infections of the skin or nails caused by fungi and appearing as itching circular patches"]]}, {"answer": "run", "hint": "run _", "clues": [["about", "an open automobile having a front seat and a rumble seat"], ["away", "an easy victory"], ["down", "a concluding summary (as in presenting a case before a law court)"], ["off", "the occurrence of surplus liquid (as water) exceeding the limit or capacity"]]}, {"answer": "sail", "hint": "sail _", "clues": [["boat", "a small sailing vessel; usually with a single mast"], ["cloth", "a strong fabric (such as cotton canvas) used for making sails and tents"], ["fish", "a saltwater fish with lean flesh"], ["plane", "aircraft supported only by the dynamic action of air against its surfaces"]]}, {"answer": "sales", "hint": "sales _", "clues": [["clerk", "a salesperson in a store"], ["girl", "a woman salesperson"], ["lady", "a woman salesperson"], ["person", "a person employed to represent a business and to sell its merchandise (as to customers in a store or to customers who are visited)"], ["room", "an area where merchandise (such as cars) can be displayed"]]}, {"answer": "salt", "hint": "salt _", "clues": [["box", "a type of house built in New England; has two stories in front and one behind"], ["cellar", "a small container for holding salt at the dining table"], ["peter", "(KNO3) used especially as a fertilizer and explosive"], ["shaker", "a shaker with a perforated top for sprinkling salt"], ["water", "water containing salts"]]}, {"answer": "sand", "hint": "sand _", "clues": [["bag", "a bag filled with sand; used as a weapon or to build walls or as ballast"], ["bank", "a submerged bank of sand near a shore or in a river; can be exposed at low tide"], ["bar", "a bar of sand"], ["blast", "a blast of wind laden with sand"], ["blaster", "a tool that throws out a blast of steam laden with sand; used to clean or grind hard surfaces"], ["box", "mold consisting of a box with sand shaped to mold metal"], ["lot", "a vacant lot used by city boys to play games"], ["paper", "stiff paper coated with powdered emery or sand"], ["piper", "any of numerous usually small wading birds having a slender bill and piping call; closely related to the plovers"], ["pit", "a large pit in sandy ground from which sand is dug"], ["stone", "a sedimentary rock consisting of sand consolidated with some cement (clay or quartz etc.)"], ["storm", "a windstorm that lifts up clouds of dust or sand"]]}, {"answer": "saw", "hint": "saw _", "clues": [["bones", "a physician who specializes in surgery"], ["buck", "a framework for holding wood that is being sawed"], ["dust", "fine particles of wood made by sawing wood"], ["fly", "insect whose female has a saw-like ovipositor for inserting eggs into the leaf or stem tissue of a host plant"], ["horse", "a framework for holding wood that is being sawed"], ["mill", "a large sawing machine"], ["tooth", "a serration on a saw blade"]]}, {"answer": "school", "hint": "school _", "clues": [["bag", "a bag for carrying school books and supplies"], ["book", "a book prepared for use in schools or colleges"], ["boy", "a boy attending school"], ["child", "a young person attending school (up through senior high school)"], ["days", "the time of life when you are going to school"], ["fellow", "an acquaintance that you go to school with"], ["friend", "a friend who attends the same school"], ["girl", "a girl attending school"], ["house", "a building where young people receive education"], ["master", "presiding officer of a school"], ["mate", "an acquaintance that you go to school with"], ["mistress", "a woman schoolteacher (especially one regarded as strict)"], ["room", "a room in a school where lessons take place"], ["teacher", "a teacher in a school below the college level"], ["work", "a school task performed by a student to satisfy the teacher"], ["yard", "the yard associated with a school"]]}, {"answer": "sea", "hint": "sea _", "clues": [["bed", "the bottom of a sea or ocean"], ["bird", "a bird that frequents coastal waters and the open ocean: gulls; pelicans; gannets; cormorants; albatrosses; petrels; etc."], ["board", "the shore of a sea or ocean regarded as a resort"], ["coast", "the shore of a sea or ocean"], ["faring", "the work of a sailor"], ["food", "edible fish (broadly including freshwater fish) or shellfish or roe etc"], ["front", "the waterfront of a seaside town"], ["gull", "mostly white aquatic bird having long pointed wings and short legs"], ["horse", "either of two large northern marine mammals having ivory tusks and tough hide over thick blubber"], ["plane", "an airplane that can land on or take off from water"], ["port", "a sheltered port where ships can take on or discharge cargo"], ["scape", "a view of the sea"], ["shell", "the shell of a marine organism"], ["shore", "the shore of a sea or ocean"], ["sickness", "motion sickness experienced while traveling on water"], ["side", "the shore of a sea or ocean regarded as a resort"], ["wall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["water", "water containing salts"], ["way", "a lane at sea that is a regularly used route for vessels"], ["weed", "plant growing in the sea, especially marine algae"], ["worthiness", "fitness to traverse the seas"]]}, {"answer": "share", "hint": "share _", "clues": [["cropper", "small farmers and tenants"], ["holder", "someone who holds shares of stock in a corporation"], ["holding", "a holding in the form of shares of corporations"], ["ware", "software that is available free of charge; may be distributed for evaluation with a fee requested for additional features or a manual etc."]]}, {"answer": "sheep", "hint": "sheep _", "clues": [["dog", "any of various usually long-haired breeds of dog reared to herd and guard sheep"], ["fold", "a pen for sheep"], ["herder", "a herder of sheep (on an open range); someone who keeps the sheep together in a flock"], ["skin", "tanned skin of a sheep with the fleece left on; used for clothing"]]}, {"answer": "ship", "hint": "ship _", "clues": [["builder", "a carpenter who helps build and launch wooden vessels"], ["building", "the construction of ships"], ["load", "the amount of cargo that can be held by a boat or ship or a freight car"], ["mate", "an associate on the same ship with you"], ["owner", "someone who owns a ship or a share in a ship"], ["wreck", "a wrecked ship (or a part of one)"], ["wright", "a carpenter who helps build and launch wooden vessels"], ["yard", "a workplace where ships are built or repaired"]]}, {"answer": "shirt", "hint": "shirt _", "clues": [["front", "the front of a shirt (usually the part not covered by a jacket)"], ["sleeve", "the sleeve of a shirt"], ["tail", "a brief addendum at the end of a newspaper article"], ["waist", "a blouse with buttons down the front"]]}, {"answer": "shoe", "hint": "shoe _", "clues": [["box", "a structure resembling a shoebox (as a rectangular building or a cramped room or compartment)"], ["horn", "a device used for easing the foot into a shoe"], ["lace", "a lace used for fastening shoes"], ["maker", "a person who makes or repairs shoes"], ["shine", "a shiny finish put on shoes with polish and buffing"], ["string", "a lace used for fastening shoes"], ["tree", "a wooden or metal device that is inserted into a shoe to preserve its shape when it is not being worn"]]}, {"answer": "shop", "hint": "shop _", "clues": [["front", "the front side of a store facing the street; usually contains display windows"], ["keeper", "a merchant who owns or manages a shop"], ["lifter", "a thief who steals goods that are in a store"], ["lifting", "the act of stealing goods that are on display in a store"]]}, {"answer": "short", "hint": "short _", "clues": [["bread", "very rich thick butter cookie"], ["cake", "very short biscuit dough baked as individual biscuits or a round loaf; served with sweetened fruit and usually whipped cream"], ["coming", "a failing or deficiency"], ["cut", "a route shorter than the usual one"], ["fall", "the property of being an amount by which something is less than expected or required"], ["hand", "a method of writing rapidly"], ["horn", "English breed of short-horned cattle"], ["list", "a list of applicants winnowed from a longer list who have been deemed suitable and from which the successful person will be chosen"], ["stop", "(baseball) the person who plays the shortstop position"]]}, {"answer": "show", "hint": "show _", "clues": [["boat", "a river steamboat on which theatrical performances could be given (especially on the Mississippi River)"], ["case", "a setting in which something can be displayed to best effect"], ["down", "a hostile disagreement face-to-face"], ["girl", "a woman who dances in a chorus line"], ["jumping", "riding horses in competitions over set courses to demonstrate skill in jumping over obstacles"], ["piece", "the outstanding item (the prize piece or main exhibit) in a collection"], ["place", "a place that is frequently exhibited and visited for its historical interest or natural beauty"], ["room", "an area where merchandise (such as cars) can be displayed"], ["stopper", "an act so striking or impressive that the show must be delayed until the audience quiets down"], ["time", "the time at which something is supposed to begin"]]}, {"answer": "side", "hint": "side _", "clues": [["bar", "(law) a courtroom conference between the lawyers and the judge that is held out of the jury's hearing"], ["board", "a removable board fitted on the side of a wagon to increase its capacity"], ["car", "a cocktail made of orange liqueur with lemon juice and brandy"], ["kick", "a close friend who accompanies his buddies in their activities"], ["light", "light carried by a boat that indicates the boat's direction; vessels at night carry a red light on the port bow and a green light on the starboard bow"], ["line", "a line that marks the side boundary of a playing field"], ["saddle", "a saddle for a woman; rider sits with both feet on the same side of the horse"], ["show", "a subordinate incident of little importance relative to the main event"], ["step", "a step to one side (as in boxing or dancing)"], ["stroke", "a swimming stroke in which the arms move forward and backward while the legs do a scissors kick"], ["swipe", "a glancing blow from or on the side of something (especially motor vehicles)"], ["track", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass"], ["walk", "walk consisting of a paved area for pedestrians; usually beside a street or roadway"], ["wall", "the side of an automobile tire"], ["winder", "small pale-colored desert rattlesnake of southwestern United States; body moves in an s-shaped curve"]]}, {"answer": "sky", "hint": "sky _", "clues": [["cap", "a porter who helps passengers with their baggage at an airport"], ["diver", "a person who jumps from a plane and performs various gymnastic maneuvers before pulling the parachute cord"], ["diving", "performing acrobatics in free fall before pulling the ripcord of a parachute"], ["lark", "brown-speckled European lark noted for singing while hovering at a great height"], ["light", "a window in a roof to admit daylight"], ["line", "the outline of objects seen against the sky"], ["rocket", "propels bright light high in the sky, or used to propel a lifesaving line or harpoon"], ["scraper", "a very tall building with many stories"], ["writing", "writing formed in the sky by smoke released from an airplane"]]}, {"answer": "sleep", "hint": "sleep _", "clues": [["over", "an occasion of spending a night away from home or having a guest spend the night in your home (especially as a party for children)"], ["walker", "someone who walks about in their sleep"], ["walking", "walking by a person who is asleep"], ["wear", "garments designed to be worn in bed"]]}, {"answer": "slip", "hint": "slip _", "clues": [["cover", "a removable fitted cloth covering for upholstered furniture"], ["knot", "a knot at the end of a cord or rope that can slip along the cord or rope around which it is made"], ["stream", "the flow of air that is driven backwards by an aircraft propeller"], ["way", "structure consisting of a sloping way down to the water from the place where ships are built or repaired"]]}, {"answer": "snow", "hint": "snow _", "clues": [["ball", "plant having heads of fragrant white trumpet-shaped flowers; grows in sandy arid regions"], ["bank", "a mound or heap of snow"], ["bird", "medium-sized Eurasian thrush seen chiefly in winter"], ["board", "a board that resembles a broad ski or a small surfboard; used in a standing position to slide down snow-covered slopes"], ["boarder", "someone who slides down snow-covered slopes while standing on a snowboard"], ["drift", "a mass of snow heaped up by the wind"], ["drop", "common anemone of eastern North America with solitary pink-tinged white flowers"], ["fall", "precipitation falling from clouds in the form of ice crystals"], ["field", "a permanent wide expanse of snow"], ["flake", "a crystal of snow"], ["mobile", "tracked vehicle for travel on snow having skis in front"], ["plough", "a vehicle used to push snow from roads"], ["plow", "a vehicle used to push snow from roads"], ["shoe", "a device to help you walk on deep snow; a lightweight frame shaped like a racquet is strengthened with cross pieces and contains a network of thongs; one is worn on each foot"], ["storm", "a storm with widespread snowfall accompanied by strong winds"], ["suit", "a child's overgarment for cold weather"]]}, {"answer": "soft", "hint": "soft _", "clues": [["back", "a book with paper covers"], ["ball", "ball used in playing softball"], ["ware", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["wood", "wood that is easy to saw (from conifers such as pine or fir)"]]}, {"answer": "south", "hint": "south _", "clues": [["east", "the compass point midway between south and east; at 135 degrees"], ["easter", "a strong wind from the southeast"], ["paw", "a baseball pitcher who throws the ball with the left hand"], ["west", "the compass point midway between south and west; at 225 degrees"], ["wester", "a strong wind from the southwest"]]}, {"answer": "space", "hint": "space _", "clues": [["craft", "a craft capable of traveling in outer space; technically, a satellite around the sun"], ["flight", "a voyage outside the Earth's atmosphere"], ["ship", "a spacecraft designed to carry a crew into interstellar space (especially in science fiction)"], ["suit", "a pressure suit worn by astronauts while in outer space"]]}, {"answer": "sports", "hint": "sports _", "clues": [["cast", "a broadcast of sports news or commentary"], ["caster", "an announcer who reads sports news or describes sporting events"], ["wear", "attire worn for sport or for casual wear"], ["writer", "a journalist who writes about sports"]]}, {"answer": "stand", "hint": "stand _", "clues": [["off", "the finish of a contest in which the score is tied and the winner is undecided"], ["pipe", "a vertical pipe"], ["point", "a mental position from which things are viewed"], ["still", "a situation in which no progress can be made or no advancement is possible"]]}, {"answer": "star", "hint": "star _", "clues": [["board", "the right side of a ship or aircraft to someone who is aboard and facing the bow or nose"], ["dust", "a dreamy romantic or sentimental quality"], ["fish", "echinoderms characterized by five arms extending from a central disk"], ["gazer", "someone indifferent to the busy world"], ["gazing", "observation of the stars"], ["light", "the light of the stars"]]}, {"answer": "steam", "hint": "steam _", "clues": [["boat", "a boat propelled by a steam engine"], ["fitter", "a craftsman who installs and maintains equipment for ventilating or heating or refrigerating"], ["roller", "a massive inexorable force that seems to crush everything in its way"], ["ship", "a ship powered by one or more steam engines"]]}, {"answer": "steel", "hint": "steel _", "clues": [["maker", "a worker engaged in making steel"], ["worker", "a worker engaged in making steel"], ["works", "a factory where steel is made"], ["yard", "a portable balance consisting of a pivoted bar with arms of unequal length"]]}, {"answer": "stock", "hint": "stock _", "clues": [["broker", "an agent in the buying and selling of stocks and bonds"], ["holder", "someone who holds shares of stock in a corporation"], ["pile", "something kept back or saved for future use or a special purpose"], ["piling", "accumulating and storing a reserve supply"], ["pot", "a pot used for preparing soup stock"], ["room", "storeroom for storing goods and supplies used in a business"], ["taking", "reappraisal of a situation or position or outlook"], ["yard", "enclosed yard where cattle, pigs, horses, or sheep are kept temporarily"]]}, {"answer": "stone", "hint": "stone _", "clues": [["mason", "a craftsman who works with stone or brick"], ["walling", "stalling or delaying especially by refusing to answer questions or cooperate"], ["ware", "ceramic ware that is fired in high heat and vitrified and nonporous"], ["work", "masonry done with stone"]]}, {"answer": "stop", "hint": "stop _", "clues": [["cock", "faucet consisting of a rotating device for regulating flow of a liquid"], ["gap", "something contrived to meet an urgent need or emergency"], ["light", "a red light on the rear of a motor vehicle that signals when the brakes are applied to slow or stop"], ["over", "a stopping place on a journey"], ["watch", "a timepiece that can be started or stopped for exact timing (as of a race)"]]}, {"answer": "store", "hint": "store _", "clues": [["front", "the front side of a store facing the street; usually contains display windows"], ["house", "a depository for goods"], ["keeper", "a merchant who owns or manages a shop"], ["room", "a room in which things are stored"]]}, {"answer": "sun", "hint": "sun _", "clues": [["bather", "someone who basks in the sunshine in order to get a suntan"], ["beam", "a ray of sunlight"], ["block", "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn"], ["bonnet", "a large bonnet that shades the face; worn by girls and women"], ["burn", "a browning of the skin resulting from exposure to the rays of the sun"], ["burst", "a sudden emergence of the sun from behind clouds"], ["dial", "timepiece that indicates the daylight hours by the shadow that the gnomon casts on a calibrated dial"], ["down", "the time in the evening at which the sun begins to fall below the horizon"], ["dress", "a light loose sleeveless summer dress with a wide neckline and thin shoulder straps that expose the arms and shoulders"], ["fish", "the lean flesh of any of numerous American perch-like fishes of the family Centrarchidae"], ["flower", "any plant of the genus Helianthus having large flower heads with dark disk florets and showy yellow rays"], ["glasses", "spectacles that are darkened or polarized to protect the eyes from the glare of the sun"], ["hat", "a hat with a broad brim that protects the face from direct exposure to the sun"], ["lamp", "a mercury-vapor lamp used in medical or cosmetic treatments"], ["light", "the rays of the sun"], ["rise", "the first light of day"], ["roof", "an automobile roof having a sliding or raisable panel"], ["screen", "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn"], ["set", "the time in the evening at which the sun begins to fall below the horizon"], ["shade", "a canopy made of canvas to shelter people or things from rain or sun"], ["shine", "the rays of the sun"], ["spot", "a cooler darker spot appearing periodically on the sun's photosphere; associated with a strong magnetic field"], ["stroke", "sudden prostration due to exposure to the sun or excessive heat"], ["tan", "a browning of the skin resulting from exposure to the rays of the sun"], ["trap", "a terrace or garden oriented to take advantage of the sun while protected from cold winds"]]}, {"answer": "sweat", "hint": "sweat _", "clues": [["band", "a band of fabric or leather sewn inside the crown of a hat"], ["pants", "loose-fitting trousers with elastic cuffs; worn by athletes"], ["shirt", "cotton knit pullover with long sleeves worn during athletic activity"], ["shop", "factory where workers do piecework for poor pay and are prevented from forming unions; common in the clothing industry"], ["suit", "garment consisting of sweat pants and a sweatshirt"]]}, {"answer": "sweet", "hint": "sweet _", "clues": [["bread", "edible glands of an animal"], ["brier", "Eurasian rose with prickly stems and fragrant leaves and bright pink flowers followed by scarlet hips"], ["heart", "a person loved by another person"], ["meat", "a sweetened delicacy (as a preserve or pastry)"]]}, {"answer": "table", "hint": "table _", "clues": [["cloth", "a covering spread over a dining table"], ["land", "a relatively flat highland"], ["spoon", "as much as a tablespoon will hold"], ["spoonful", "as much as a tablespoon will hold"], ["top", "the top horizontal work surface of a table"], ["ware", "articles for use at the table (dishes and silverware and glassware)"]]}, {"answer": "tail", "hint": "tail _", "clues": [["back", "(American football) the person who plays tailback"], ["board", "a gate at the rear of a vehicle; can be lowered for loading"], ["coat", "formalwear consisting of full evening dress for men"], ["gate", "a gate at the rear of a vehicle; can be lowered for loading"], ["light", "lamp (usually red) mounted at the rear of a motor vehicle"], ["piece", "appendage added to extend the length of something"], ["pipe", "a pipe carrying fumes from the muffler to the rear of a car"], ["plane", "the horizontal airfoil of an aircraft's tail assembly that is fixed and to which the elevator is hinged"], ["spin", "loss of emotional control often resulting in emotional collapse"], ["wind", "wind blowing in the same direction as the path of a ship or aircraft"]]}, {"answer": "take", "hint": "take _", "clues": [["away", "prepared food that is intended to be eaten off of the premises"], ["off", "a departure; especially of airplanes"], ["out", "prepared food that is intended to be eaten off of the premises"], ["over", "a sudden and decisive change of government illegally or by force"]]}, {"answer": "tea", "hint": "tea _", "clues": [["cake", "flat semisweet cookie or biscuit usually served with tea"], ["cup", "as much as a teacup will hold"], ["cupful", "as much as a teacup will hold"], ["kettle", "kettle for boiling water to make tea"], ["pot", "pot for brewing tea; usually has a spout and handle"], ["room", "a restaurant where tea and light meals are available"], ["shop", "a restaurant where tea and light meals are available"], ["spoon", "as much as a teaspoon will hold"], ["spoonful", "as much as a teaspoon will hold"], ["time", "a light midafternoon meal of tea and sandwiches or cakes"]]}, {"answer": "tear", "hint": "tear _", "clues": [["away", "a reckless and impetuous person"], ["drop", "anything shaped like a falling drop (as a pendant gem on an earring)"], ["gas", "a gas that makes the eyes fill with tears but does not damage them; used in dispersing crowds"], ["jerker", "an excessively sentimental narrative"]]}, {"answer": "thumb", "hint": "thumb _", "clues": [["nail", "the nail of the thumb"], ["print", "fingerprint made by the thumb (especially by the pad of the thumb)"], ["screw", "instrument of torture that crushes the thumb"], ["tack", "a tack for attaching papers to a bulletin board or drawing board"]]}, {"answer": "thunder", "hint": "thunder _", "clues": [["bolt", "a discharge of lightning accompanied by thunder"], ["clap", "a single sharp crash of thunder"], ["cloud", "a dark cloud of great vertical extent charged with electricity; associated with thunderstorms"], ["head", "a rounded projecting mass of a cumulus cloud with shining edges; often appears before a thunderstorm"], ["shower", "a short rainstorm accompanied by thunder and lightning"], ["storm", "a storm resulting from strong rising air currents; heavy rain or hail along with thunder and lightning"]]}, {"answer": "tide", "hint": "tide _", "clues": [["land", "land near the sea that is overflowed by the tide"], ["mark", "indicator consisting of a line at the highwater or low-water limits of the tides"], ["water", "low-lying coastal land drained by tidal streams"], ["way", "a channel in which a tidal current runs"]]}, {"answer": "time", "hint": "time _", "clues": [["keeper", "(sports) an official who keeps track of the time elapsed"], ["keeping", "the act or process of determining the time"], ["piece", "a measuring instrument or device for keeping time"], ["server", "one who conforms to current ways and opinions for personal advantage"], ["table", "a schedule listing events and the times at which they will take place"]]}, {"answer": "tin", "hint": "tin _", "clues": [["foil", "foil made of tin or an alloy of tin and lead"], ["plate", "a thin sheet of metal (iron or steel) coated with tin to prevent rusting; used especially for cans, pots, and tins"], ["smith", "someone who makes or repairs tinware"], ["ware", "articles of commerce made of tin plate"]]}, {"answer": "tooth", "hint": "tooth _", "clues": [["ache", "an ache localized in or around a tooth"], ["brush", "small brush; has long handle; used to clean teeth"], ["paste", "a dentifrice in the form of a paste"], ["pick", "pick consisting of a small strip of wood or plastic; used to pick food from between the teeth"]]}, {"answer": "top", "hint": "top _", "clues": [["coat", "a heavy coat worn over clothes in winter"], ["knot", "headdress consisting of a decorative ribbon or bow worn in the hair"], ["mast", "the mast next above a lower mast and topmost in a fore-and-aft rig"], ["sail", "a sail (or either of a pair of sails) immediately above the lowermost sail of a mast and supported by a topmast"], ["side", "(usually plural) weather deck; the part of a ship's hull that is above the waterline"], ["soil", "the layer of soil on the surface"], ["spin", "forward spin (usually of a moving ball) that is imparted by an upward stroke"]]}, {"answer": "touch", "hint": "touch _", "clues": [["down", "a score in American football; being in possession of the ball across the opponents' goal line"], ["line", "either of the sidelines in soccer or rugby"], ["screen", "a computer display that enables the user to interact with the computer by touching areas on the screen"], ["stone", "a basis for comparison; a reference point against which other things can be evaluated"]]}, {"answer": "tow", "hint": "tow _", "clues": [["boat", "a powerful small boat designed to pull or push larger ships"], ["head", "a person with light blond hair"], ["line", "(nautical) a rope used in towing"], ["path", "a path along a canal or river used by animals towing boats"], ["rope", "(nautical) a rope used in towing"]]}, {"answer": "turn", "hint": "turn _", "clues": [["about", "a decision to reverse an earlier decision"], ["around", "time need to prepare a vessel or ship for a return trip"], ["buckle", "an oblong metal coupling with a swivel at one end and an internal thread at the other into which a threaded rod can be screwed in order to form a unit that can be adjusted for length or tension"], ["coat", "a disloyal person who betrays or deserts his cause or religion or political party or friend etc."], ["key", "someone who guards prisoners"], ["off", "something causing antagonism or loss of interest"], ["out", "the group that gathers together for a particular occasion"], ["over", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers"], ["pike", "(from 16th to 19th centuries) gates set across a road to prevent passage until a toll had been paid"], ["stile", "a gate consisting of a post that acts as a pivot for rotating arms; set in a passageway for controlling the persons entering"], ["table", "a circular horizontal platform that rotates a phonograph record while it is being played"]]}, {"answer": "type", "hint": "type _", "clues": [["face", "a specific size and style of type within a type family"], ["script", "typewritten matter especially a typewritten copy of a manuscript"], ["setter", "one who sets written material into type"], ["writer", "hand-operated character printer for printing written messages one character at a time"], ["writing", "writing done with a typewriter"]]}, {"answer": "under", "hint": "under _", "clues": [["achiever", "a student who does not perform as well as expected or as well as the IQ indicates"], ["belly", "lower side"], ["brush", "the brush (small trees and bushes and ferns etc.) growing beneath taller trees in a wood or forest"], ["carriage", "framework that serves as a support for the body of a vehicle"], ["charge", "a price that is too low"], ["class", "the social class lowest in the social hierarchy"], ["clothes", "undergarment worn next to the skin and under the outer garments"], ["clothing", "undergarment worn next to the skin and under the outer garments"], ["coat", "seal consisting of a coating of a tar or rubberlike material on the underside of a motor vehicle to retard corrosion"], ["current", "a subdued emotional quality underlying an utterance; implicit meaning"], ["cut", "the material removed by a cut made underneath"], ["dog", "one at a disadvantage and expected to lose"], ["estimate", "an estimation that is too low; an estimate that is less than the true or actual value"], ["estimation", "an estimation that is too low; an estimate that is less than the true or actual value"], ["exposure", "the act of exposing film to too little light or for too short a time"], ["frame", "the internal supporting structure that gives an artifact its shape"], ["fur", "thick soft fur lying beneath the longer and coarser guard hair"], ["garment", "a garment worn under other garments"], ["grad", "a university student who has not yet received a first degree"], ["graduate", "a university student who has not yet received a first degree"], ["ground", "a secret group organized to overthrow a government or occupation force"], ["growth", "the brush (small trees and bushes and ferns etc.) growing beneath taller trees in a wood or forest"], ["lay", "a pad placed under a carpet"], ["line", "a line drawn underneath (especially under written matter)"], ["ling", "an assistant subject to the authority or control of another"], ["lip", "the lower lip"], ["pants", "an undergarment that covers the body from the waist no further than to the thighs; usually worn next to the skin"], ["part", "a part lying on the lower side or underneath an animal's body"], ["pass", "an underground tunnel or passage enabling pedestrians to cross a road or railway"], ["payment", "a payment smaller than needed or expected"], ["production", "inadequate production or less than expected"], ["rating", "an estimation that is too low; an estimate that is less than the true or actual value"], ["score", "a line drawn underneath (especially under written matter)"], ["secretary", "a secretary immediately subordinate to the head of a department of government"], ["shirt", "a collarless men's undergarment for the upper part of the body"], ["side", "the lower side of anything"], ["skirt", "undergarment worn under a skirt"], ["standing", "the cognitive condition of someone who understands"], ["statement", "a statement that is restrained in ironic contrast to what might have been said"], ["study", "an actor able to replace a regular performer when required"], ["taker", "one whose business is the management of funerals"], ["taking", "any piece of work that is undertaken or attempted"], ["tone", "a quiet or hushed tone of voice"], ["tow", "an inclination contrary to the strongest or prevailing feeling"], ["valuation", "too low a value or price assigned to something"], ["wear", "undergarment worn next to the skin and under the outer garments"], ["world", "the criminal class"], ["writer", "a banker who deals chiefly in underwriting new securities"]]}, {"answer": "video", "hint": "video _", "clues": [["cassette", "a cassette for videotape"], ["disc", "a digital recording (as of a movie) on an optical disk that can be played on a computer or a television set"], ["disk", "a digital recording (as of a movie) on an optical disk that can be played on a computer or a television set"], ["tape", "a video recording made on magnetic tape"]]}, {"answer": "walk", "hint": "walk _", "clues": [["about", "a walking trip or tour"], ["away", "an easy victory"], ["out", "a strike in which the workers walk out"], ["over", "backbends combined with handstands"]]}, {"answer": "wall", "hint": "wall _", "clues": [["board", "a wide flat board used to cover walls or partitions; made from plaster or wood pulp or other materials and used primarily to form the interior walls of houses"], ["eye", "strabismus in which one or both eyes are directed outward"], ["flower", "any of numerous plants of the genus Erysimum having fragrant yellow or orange or brownish flowers"], ["paper", "a decorative paper for the walls of rooms"]]}, {"answer": "war", "hint": "war _", "clues": [["fare", "the waging of armed conflict against an enemy"], ["head", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["horse", "a work of art (composition or drama) that is part of the standard repertory but has become hackneyed from much repetition"], ["lord", "supreme military leader exercising civil power in a region especially one accountable to nobody when the central government is weak"], ["monger", "a person who advocates war or warlike policies"], ["path", "hostile or belligerent mood"], ["plane", "an aircraft designed and used for combat"], ["ship", "a government ship that is available for waging war"], ["time", "a period of time during which there is armed conflict"]]}, {"answer": "wash", "hint": "wash _", "clues": [["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["board", "device consisting of a corrugated surface to scrub clothes on"], ["bowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["cloth", "bath linen consisting of a piece of cloth used to wash the face and body"], ["day", "a day set aside for doing household laundry"], ["out", "the channel or break produced by erosion of relatively soft soil by water"], ["rag", "bath linen consisting of a piece of cloth used to wash the face and body"], ["room", "a lavatory (particularly a lavatory in a public place)"], ["stand", "furniture consisting of a table or stand to hold a basin and pitcher of water for washing: `wash-hand stand' is a British term"], ["tub", "a tub in which clothes or linens can be washed"]]}, {"answer": "watch", "hint": "watch _", "clues": [["band", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["dog", "a guardian or defender against theft or illegal practices or waste"], ["maker", "someone who makes or repairs watches"], ["strap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["tower", "an observation tower for a lookout to watch over prisoners or watch for fires or enemies"], ["word", "a slogan used to rally support for a cause"]]}, {"answer": "water", "hint": "water _", "clues": [["bird", "freshwater aquatic bird"], ["color", "a painting produced with watercolors"], ["course", "natural or artificial channel through which water flows"], ["craft", "skill in the management of boats"], ["cress", "any of several water-loving cresses"], ["fall", "a steep descent of the water of a river"], ["fowl", "freshwater aquatic bird"], ["front", "the area of a city (such as a harbor or dockyard) alongside a body of water"], ["line", "a line corresponding to the surface of the water when the vessel is afloat on an even keel; often painted on the hull of a ship"], ["mark", "a line marking the level reached by a body of water"], ["melon", "an African melon"], ["proof", "any fabric impervious to water"], ["shed", "a ridge of land that separates two adjacent river systems"], ["side", "land bordering a body of water"], ["spout", "a tornado passing over water and picking up a column of water and mist"], ["way", "a navigable body of water"], ["wheel", "a wheel with buckets attached to its rim; raises water from a stream or pond"], ["works", "a public utility that provides water"]]}, {"answer": "wave", "hint": "wave _", "clues": [["band", "a band of adjacent radio frequencies (e.g., assigned for transmitting radio or television signals)"], ["form", "the shape of a wave illustrated graphically by plotting the values of the period quantity against time"], ["front", "(physics) an imaginary surface joining all points in space that are reached at the same instant by a wave propagating through a medium"], ["guide", "a hollow metal conductor that provides a path to guide microwaves; used in radar"], ["length", "the distance (measured in the direction of propagation) between two points in the same phase in consecutive cycles of a wave"]]}, {"answer": "weather", "hint": "weather _", "clues": [["board", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below"], ["cock", "weathervane with a vane in the form of a rooster"], ["strip", "a narrow strip of material to cover the joint of a door or window to exclude the cold"], ["stripping", "a narrow strip of material to cover the joint of a door or window to exclude the cold"]]}, {"answer": "wheel", "hint": "wheel _", "clues": [["barrow", "a cart for carrying small loads; has handles and one or more wheels"], ["base", "the distance from the center of a car's front wheel to the rear axle"], ["chair", "a movable chair mounted on large wheels; for invalids or those who cannot walk; frequently propelled by the occupant"], ["house", "an enclosed compartment from which a vessel can be navigated"], ["wright", "someone who makes and repairs wooden wheels"]]}, {"answer": "white", "hint": "white _", "clues": [["bait", "minnows or other small fresh- or saltwater fish (especially herring); usually cooked whole"], ["cap", "a wave that is blown by the wind so its crest is broken and appears white"], ["fish", "any market fish--edible saltwater fish or shellfish--except herring"], ["head", "English philosopher and mathematician who collaborated with Bertrand Russell (1861-1947)"], ["out", "an arctic atmospheric condition with clouds over snow produce a uniform whiteness and objects are difficult to see; occurs when the light reflected off the snow equals the light coming through the clouds"], ["tail", "common North American deer; tail has a white underside"], ["wash", "a defeat in which the losing person or team fails to score"], ["water", "frothy water as in rapids or waterfalls"]]}, {"answer": "wild", "hint": "wild _", "clues": [["cat", "an exploratory oil well drilled in land not known to be an oil field"], ["fire", "a raging and rapidly spreading conflagration"], ["flower", "wild or uncultivated flowering plant"], ["fowl", "flesh of any of a number of wild game birds suitable for food"], ["life", "all living things (except people) that are undomesticated"]]}, {"answer": "wind", "hint": "wind _", "clues": [["bag", "a boring person who talks a great deal about uninteresting topics"], ["break", "hedge or fence of trees designed to lessen the force of the wind and reduce erosion"], ["breaker", "a kind of heavy jacket (`windcheater' is a British term)"], ["burn", "redness and irritation of the skin caused by exposure to high-velocity wind"], ["cheater", "a kind of heavy jacket (`windcheater' is a British term)"], ["fall", "fruit that has fallen from the tree"], ["flower", "any woodland plant of the genus Anemone grown for its beautiful flowers and whorls of dissected leaves"], ["jammer", "a large sailing ship"], ["mill", "a mill that is powered by the wind"], ["pipe", "membranous tube with cartilaginous rings that conveys inhaled air from the larynx to the bronchi"], ["screen", "transparent screen (as of glass) to protect occupants of a vehicle"], ["shield", "transparent screen (as of glass) to protect occupants of a vehicle"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["storm", "a storm consisting of violent winds"]]}, {"answer": "wood", "hint": "wood _", "clues": [["carver", "makes decorative wooden panels"], ["carving", "a carving created by carving wood"], ["chuck", "reddish brown North American marmot"], ["cock", "game bird of the sandpiper family that resembles a snipe"], ["craft", "skill and experience in matters relating to the woods (as hunting or fishing or camping)"], ["cut", "a print made from a woodcut"], ["cutter", "cuts down trees and chops wood as a job"], ["land", "land that is covered with trees and shrubs"], ["louse", "any of various small terrestrial isopods having a flat elliptical segmented body; found in damp habitats"], ["pecker", "bird with strong claws and a stiff tail adapted for climbing and a hard chisel-like bill for boring into wood for insects"], ["pile", "a pile or stack of wood to be used for fuel"], ["shed", "a shed for storing firewood or garden tools"], ["wind", "any wind instrument other than the brass instruments"], ["work", "work made of wood; especially moldings or stairways or furniture"], ["worker", "makes things out of wood"], ["worm", "a larva of a woodborer"]]}, {"answer": "work", "hint": "work _", "clues": [["basket", "container for holding implements and materials for work (especially for sewing)"], ["bench", "a strong worktable for a carpenter or mechanic"], ["book", "a student's book or booklet containing problems with spaces for solving them"], ["day", "a day on which work is done"], ["force", "the force of workers available"], ["horse", "machine that performs dependably under heavy use"], ["house", "a poorhouse where able-bodied poor are compelled to labor"], ["load", "work that a person is expected to do in a specified time"], ["mate", "a fellow worker"], ["out", "the activity of exerting your muscles in various ways to keep fit"], ["piece", "work consisting of a piece of metal being machined"], ["place", "a place where work is done"], ["room", "room where work is done"], ["sheet", "a sheet of paper with multiple columns; used by an accountant to assemble figures for financial statements"], ["shop", "small workplace where handcrafts or manufacturing are done"], ["space", "space allocated for your work (as in an office)"], ["station", "a desktop digital computer that is conventionally considered to be more powerful than a microcomputer"], ["table", "a table designed for a particular task"], ["week", "hours or days of work in a calendar week"]]}], "portion": 0.8}, {"name": "verbs", "groups": [{"answer": "abandoned", "hint": "synonyms for abandoned", "clues": [["desolate", "leave someone who needs or counts on you; leave in the lurch"], ["give up", "stop maintaining or insisting on; of ideas or claims"], ["vacate", "leave behind empty; move out of"], ["empty", "leave behind empty; move out of"], ["abandon", "forsake, leave behind"], ["forsake", "leave someone who needs or counts on you; leave in the lurch"], ["desert", "leave someone who needs or counts on you; leave in the lurch"]]}, {"answer": "abbreviated", "hint": "synonyms for abbreviated", "clues": [["cut", "reduce in scope while retaining essential elements"], ["shorten", "reduce in scope while retaining essential elements"], ["reduce", "reduce in scope while retaining essential elements"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abbreviate", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"]]}, {"answer": "abducting", "hint": "synonyms for abducting", "clues": [["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["snatch", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["nobble", "take away to an undisclosed location against their will and usually in order to extract a ransom"]]}, {"answer": "abiding", "hint": "synonyms for abiding", "clues": [["stand", "put up with something or somebody unpleasant"], ["abide", "dwell"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"], ["stay", "dwell"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"]]}, {"answer": "abridged", "hint": "synonyms for abridged", "clues": [["cut", "reduce in scope while retaining essential elements"], ["abridge", "lessen, diminish, or curtail"], ["shorten", "reduce in scope while retaining essential elements"], ["reduce", "reduce in scope while retaining essential elements"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abbreviate", "reduce in scope while retaining essential elements"]]}, {"answer": "absolved", "hint": "synonyms for absolved", "clues": [["absolve", "grant remission of a sin to"], ["shrive", "grant remission of a sin to"], ["free", "let off the hook"], ["justify", "let off the hook"]]}, {"answer": "absorbed", "hint": "synonyms for absorbed", "clues": [["absorb", "consume all of one's attention or time"], ["soak up", "take in, also metaphorically"], ["engulf", "devote (oneself) fully to"], ["take up", "take in, also metaphorically"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["engross", "consume all of one's attention or time"], ["immerse", "devote (oneself) fully to"], ["take over", "take up, as of debts or payments"], ["ingest", "take up mentally"], ["steep", "devote (oneself) fully to"], ["take in", "suck or take up or in"], ["engage", "consume all of one's attention or time"], ["plunge", "devote (oneself) fully to"], ["sop up", "take in, also metaphorically"], ["assimilate", "take up mentally"], ["occupy", "consume all of one's attention or time"], ["draw", "take in, also metaphorically"], ["suck up", "take in, also metaphorically"]]}, {"answer": "absorbing", "hint": "synonyms for absorbing", "clues": [["absorb", "consume all of one's attention or time"], ["soak up", "take in, also metaphorically"], ["engulf", "devote (oneself) fully to"], ["take up", "take in, also metaphorically"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["engross", "consume all of one's attention or time"], ["immerse", "devote (oneself) fully to"], ["take over", "take up, as of debts or payments"], ["ingest", "take up mentally"], ["steep", "devote (oneself) fully to"], ["take in", "suck or take up or in"], ["engage", "consume all of one's attention or time"], ["plunge", "devote (oneself) fully to"], ["sop up", "take in, also metaphorically"], ["assimilate", "take up mentally"], ["occupy", "consume all of one's attention or time"], ["draw", "take in, also metaphorically"], ["suck up", "take in, also metaphorically"]]}, {"answer": "abstract", "hint": "synonyms for abstract", "clues": [["pilfer", "make off with belongings of others"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "abstracted", "hint": "synonyms for abstracted", "clues": [["pilfer", "make off with belongings of others"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["abstract", "give an abstract (of)"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "abused", "hint": "synonyms for abused", "clues": [["clapperclaw", "use foul or abusive language towards"], ["step", "treat badly"], ["abuse", "treat badly"], ["shout", "use foul or abusive language towards"], ["maltreat", "treat badly"], ["misuse", "change the inherent purpose or function of something"], ["ill-use", "treat badly"], ["mistreat", "treat badly"], ["blackguard", "use foul or abusive language towards"], ["ill-treat", "treat badly"], ["pervert", "change the inherent purpose or function of something"]]}, {"answer": "accelerated", "hint": "synonyms for accelerated", "clues": [["speed up", "move faster"], ["accelerate", "cause to move faster"], ["quicken", "move faster"], ["speed", "cause to move faster"]]}, {"answer": "accented", "hint": "synonyms for accented", "clues": [["emphasize", "to stress, single out as important"], ["accent", "put stress on; utter with an accent"], ["punctuate", "to stress, single out as important"], ["stress", "put stress on; utter with an accent"], ["accentuate", "to stress, single out as important"]]}, {"answer": "accepted", "hint": "synonyms for accepted", "clues": [["accept", "receive (a report) officially, as from a committee"], ["take", "be designed to hold or take"], ["bear", "take on as one's own the expenses or debts of another person"], ["consent", "give an affirmative reply to; respond favorably to"], ["take on", "admit into a group or community"], ["take over", "take on as one's own the expenses or debts of another person"], ["swallow", "tolerate or accommodate oneself to"], ["admit", "admit into a group or community"], ["go for", "give an affirmative reply to; respond favorably to"], ["assume", "take on as one's own the expenses or debts of another person"], ["live with", "tolerate or accommodate oneself to"], ["have", "receive willingly something given or offered"]]}, {"answer": "accepting", "hint": "synonyms for accepting", "clues": [["accept", "receive (a report) officially, as from a committee"], ["take", "be designed to hold or take"], ["bear", "take on as one's own the expenses or debts of another person"], ["consent", "give an affirmative reply to; respond favorably to"], ["take on", "admit into a group or community"], ["take over", "take on as one's own the expenses or debts of another person"], ["swallow", "tolerate or accommodate oneself to"], ["admit", "admit into a group or community"], ["go for", "give an affirmative reply to; respond favorably to"], ["assume", "take on as one's own the expenses or debts of another person"], ["live with", "tolerate or accommodate oneself to"], ["have", "receive willingly something given or offered"]]}, {"answer": "accommodating", "hint": "synonyms for accommodating", "clues": [["oblige", "provide a service or favor for someone"], ["reconcile", "make (one thing) compatible with (another)"], ["accommodate", "be agreeable or acceptable to"], ["hold", "have room for; hold without crowding"], ["adapt", "make fit for, or change to suit a new purpose"], ["fit", "be agreeable or acceptable to"], ["conciliate", "make (one thing) compatible with (another)"], ["lodge", "provide housing for"], ["admit", "have room for; hold without crowding"], ["suit", "be agreeable or acceptable to"]]}, {"answer": "accompanied", "hint": "synonyms for accompanied", "clues": [["accompany", "be present or associated with an event or entity"], ["keep company", "be a companion to somebody"], ["come with", "be present or associated with an event or entity"], ["attach to", "be present or associated with an event or entity"], ["go with", "be present or associated with an event or entity"], ["follow", "perform an accompaniment to"], ["companion", "be a companion to somebody"], ["play along", "perform an accompaniment to"]]}, {"answer": "accompanying", "hint": "synonyms for accompanying", "clues": [["accompany", "be present or associated with an event or entity"], ["keep company", "be a companion to somebody"], ["come with", "be present or associated with an event or entity"], ["attach to", "be present or associated with an event or entity"], ["go with", "be present or associated with an event or entity"], ["follow", "perform an accompaniment to"], ["companion", "be a companion to somebody"], ["play along", "perform an accompaniment to"]]}, {"answer": "accomplished", "hint": "synonyms for accomplished", "clues": [["fulfil", "put in effect"], ["achieve", "to gain with effort"], ["execute", "put in effect"], ["carry through", "put in effect"], ["attain", "to gain with effort"], ["reach", "to gain with effort"], ["accomplish", "put in effect"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "according", "hint": "synonyms for according", "clues": [["agree", "go together"], ["fit in", "go together"], ["concord", "go together"], ["grant", "allow to have"], ["accord", "go together"], ["consort", "go together"], ["harmonise", "go together"], ["allot", "allow to have"]]}, {"answer": "accumulated", "hint": "synonyms for accumulated", "clues": [["accumulate", "get or gather together"], ["collect", "get or gather together"], ["amass", "get or gather together"], ["hoard", "get or gather together"], ["pile up", "collect or gather"], ["conglomerate", "collect or gather"], ["compile", "get or gather together"], ["roll up", "get or gather together"], ["gather", "collect or gather"]]}, {"answer": "accursed", "hint": "synonyms for accursed", "clues": [["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment"]]}, {"answer": "accusing", "hint": "synonyms for accusing", "clues": [["incriminate", "bring an accusation against; level a charge against"], ["accuse", "bring an accusation against; level a charge against"], ["impeach", "bring an accusation against; level a charge against"], ["charge", "blame for, make a claim of wrongdoing or misbehavior against"]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["nail", "succeed at easily"], ["sail through", "succeed at easily"], ["breeze through", "succeed at easily"], ["pass with flying colors", "succeed at easily"], ["sweep through", "succeed at easily"]]}, {"answer": "aching", "hint": "synonyms for aching", "clues": [["ache", "be the source of pain"], ["hurt", "feel physical pain"], ["pine", "have a desire for something or someone who is not present"], ["languish", "have a desire for something or someone who is not present"], ["suffer", "feel physical pain"], ["smart", "be the source of pain"], ["yearn", "have a desire for something or someone who is not present"], ["yen", "have a desire for something or someone who is not present"]]}, {"answer": "acknowledged", "hint": "synonyms for acknowledged", "clues": [["recognise", "express obligation, thanks, or gratitude for"], ["acknowledge", "report the receipt of"], ["receipt", "report the receipt of"], ["admit", "declare to be true or admit the existence or reality or truth of"], ["know", "accept (someone) to be what is claimed or accept his power and authority"], ["notice", "express recognition of the presence or existence of, or acquaintance with"]]}, {"answer": "acquainted", "hint": "synonyms for acquainted", "clues": [["acquaint", "inform"], ["introduce", "cause to come to know personally"], ["familiarize", "make familiar or conversant with"], ["present", "cause to come to know personally"]]}, {"answer": "acquired", "hint": "synonyms for acquired", "clues": [["assume", "take on a certain form, attribute, or aspect"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["evolve", "gain through experience"], ["larn", "gain knowledge or skills"], ["acquire", "locate (a moving entity) by means of a tracking system such as radar"], ["win", "win something through one's efforts"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["take", "take on a certain form, attribute, or aspect"], ["develop", "gain through experience"], ["gain", "win something through one's efforts"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["adopt", "take on a certain form, attribute, or aspect"], ["take on", "take on a certain form, attribute, or aspect"]]}, {"answer": "acquitted", "hint": "synonyms for acquitted", "clues": [["acquit", "pronounce not guilty of criminal charges"], ["behave", "behave in a certain manner"], ["discharge", "pronounce not guilty of criminal charges"], ["carry", "behave in a certain manner"], ["comport", "behave in a certain manner"], ["exonerate", "pronounce not guilty of criminal charges"], ["assoil", "pronounce not guilty of criminal charges"], ["exculpate", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["deport", "behave in a certain manner"], ["conduct", "behave in a certain manner"], ["bear", "behave in a certain manner"]]}, {"answer": "acting", "hint": "synonyms for acting", "clues": [["represent", "play a role or part"], ["act", "have an effect or outcome; often the one desired or expected"], ["play", "play a role or part"], ["pretend", "behave unnaturally or affectedly"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["work", "have an effect or outcome; often the one desired or expected"], ["playact", "perform on a stage or theater"], ["move", "perform an action, or work out or perform (an action)"], ["roleplay", "perform on a stage or theater"], ["dissemble", "behave unnaturally or affectedly"], ["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["act as", "pretend to have certain qualities or state of mind"]]}, {"answer": "activated", "hint": "synonyms for activated", "clues": [["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter"], ["activate", "make more adsorptive"], ["trip", "put in motion or move to act"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "activating", "hint": "synonyms for activating", "clues": [["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter"], ["activate", "make more adsorptive"], ["trip", "put in motion or move to act"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "actuated", "hint": "synonyms for actuated", "clues": [["incite", "give an incentive for action"], ["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["propel", "give an incentive for action"], ["touch off", "put in motion or move to act"], ["actuate", "give an incentive for action"], ["move", "give an incentive for action"], ["trip", "put in motion or move to act"], ["prompt", "give an incentive for action"], ["spark off", "put in motion or move to act"], ["motivate", "give an incentive for action"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "actuating", "hint": "synonyms for actuating", "clues": [["incite", "give an incentive for action"], ["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["propel", "give an incentive for action"], ["touch off", "put in motion or move to act"], ["actuate", "give an incentive for action"], ["move", "give an incentive for action"], ["trip", "put in motion or move to act"], ["prompt", "give an incentive for action"], ["spark off", "put in motion or move to act"], ["motivate", "give an incentive for action"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "adapted", "hint": "synonyms for adapted", "clues": [["conform", "adapt or conform oneself to new or different conditions"], ["adjust", "adapt or conform oneself to new or different conditions"], ["adapt", "adapt or conform oneself to new or different conditions"], ["accommodate", "make fit for, or change to suit a new purpose"]]}, {"answer": "addressed", "hint": "synonyms for addressed", "clues": [["address", "put an address on (an envelope)"], ["accost", "speak to someone"], ["plow", "act on verbally or in some form of artistic expression"], ["handle", "act on verbally or in some form of artistic expression"], ["call", "greet, as with a prescribed form, title, or name"], ["treat", "act on verbally or in some form of artistic expression"], ["turn to", "speak to"], ["come up to", "speak to someone"], ["direct", "put an address on (an envelope)"], ["cover", "act on verbally or in some form of artistic expression"], ["deal", "act on verbally or in some form of artistic expression"], ["speak", "give a speech to"]]}, {"answer": "adjusted", "hint": "synonyms for adjusted", "clues": [["line up", "place in a line or arrange so as to be parallel or straight"], ["adjust", "adapt or conform oneself to new or different conditions"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard"], ["adapt", "adapt or conform oneself to new or different conditions"], ["set", "alter or regulate so as to achieve accuracy or conform to a standard"], ["align", "place in a line or arrange so as to be parallel or straight"], ["conform", "adapt or conform oneself to new or different conditions"], ["aline", "place in a line or arrange so as to be parallel or straight"]]}, {"answer": "admonishing", "hint": "synonyms for admonishing", "clues": [["caution", "warn strongly; put on guard"], ["monish", "admonish or counsel in terms of someone's behavior"], ["warn", "admonish or counsel in terms of someone's behavior"], ["discourage", "admonish or counsel in terms of someone's behavior"], ["reprove", "take to task"]]}, {"answer": "adopted", "hint": "synonyms for adopted", "clues": [["adopt", "take up and practice as one's own"], ["assume", "take on a certain form, attribute, or aspect"], ["take on", "take on titles, offices, duties, responsibilities"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["espouse", "choose and follow; as of theories, ideas, policies, strategies or plans"], ["dramatise", "put into dramatic form"], ["borrow", "take up and practice as one's own"], ["take up", "take up and practice as one's own"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["take", "take on a certain form, attribute, or aspect"], ["take over", "take on titles, offices, duties, responsibilities"], ["acquire", "take on a certain form, attribute, or aspect"], ["follow", "choose and follow; as of theories, ideas, policies, strategies or plans"]]}, {"answer": "adorned", "hint": "synonyms for adorned", "clues": [["adorn", "make more attractive by adding ornament, colour, etc."], ["beautify", "make more attractive by adding ornament, colour, etc."], ["grace", "be beautiful to look at"], ["embellish", "make more attractive by adding ornament, colour, etc."], ["ornament", "make more attractive by adding ornament, colour, etc."], ["invest", "furnish with power or authority; of kings or emperors"], ["deck", "be beautiful to look at"], ["decorate", "make more attractive by adding ornament, colour, etc."], ["clothe", "furnish with power or authority; of kings or emperors"]]}, {"answer": "adulterate", "hint": "synonyms for adulterate", "clues": [["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "adulterated", "hint": "synonyms for adulterated", "clues": [["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "adulterating", "hint": "synonyms for adulterating", "clues": [["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "advance", "hint": "synonyms for advance", "clues": [["gain ground", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["go on", "move forward, also in the metaphorical sense"], ["throw out", "bring forward for consideration or acceptance"], ["get ahead", "obtain advantages, such as points, etc."], ["come on", "develop in a positive way"], ["shape up", "develop in a positive way"], ["make headway", "obtain advantages, such as points, etc."], ["come along", "develop in a positive way"], ["supercharge", "increase or raise"], ["boost", "contribute to the progress or growth of"], ["pass on", "move forward, also in the metaphorical sense"], ["bring forward", "cause to move forward"], ["encourage", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"], ["move on", "move forward, also in the metaphorical sense"], ["promote", "give a promotion to or assign to a higher position"], ["gain", "rise in rate or price"], ["win", "obtain advantages, such as points, etc."], ["get along", "develop in a positive way"], ["kick upstairs", "give a promotion to or assign to a higher position"], ["march on", "move forward, also in the metaphorical sense"], ["get on", "develop in a positive way"], ["elevate", "give a promotion to or assign to a higher position"], ["progress", "develop in a positive way"], ["upgrade", "give a promotion to or assign to a higher position"], ["raise", "give a promotion to or assign to a higher position"]]}, {"answer": "advanced", "hint": "synonyms for advanced", "clues": [["advance", "cause to move forward"], ["come on", "develop in a positive way"], ["make headway", "obtain advantages, such as points, etc."], ["supercharge", "increase or raise"], ["boost", "contribute to the progress or growth of"], ["set ahead", "move forward"], ["bring forward", "cause to move forward"], ["move on", "move forward, also in the metaphorical sense"], ["gain", "rise in rate or price"], ["win", "obtain advantages, such as points, etc."], ["progress", "develop in a positive way"], ["gain ground", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["go on", "move forward, also in the metaphorical sense"], ["throw out", "bring forward for consideration or acceptance"], ["shape up", "develop in a positive way"], ["come along", "develop in a positive way"], ["pass on", "move forward, also in the metaphorical sense"], ["encourage", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"], ["promote", "give a promotion to or assign to a higher position"], ["get along", "develop in a positive way"], ["kick upstairs", "give a promotion to or assign to a higher position"], ["march on", "move forward, also in the metaphorical sense"], ["get on", "develop in a positive way"], ["elevate", "give a promotion to or assign to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["raise", "give a promotion to or assign to a higher position"]]}, {"answer": "advancing", "hint": "synonyms for advancing", "clues": [["advance", "cause to move forward"], ["come on", "develop in a positive way"], ["make headway", "obtain advantages, such as points, etc."], ["supercharge", "increase or raise"], ["boost", "contribute to the progress or growth of"], ["set ahead", "move forward"], ["bring forward", "cause to move forward"], ["move on", "move forward, also in the metaphorical sense"], ["gain", "rise in rate or price"], ["win", "obtain advantages, such as points, etc."], ["progress", "develop in a positive way"], ["gain ground", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["go on", "move forward, also in the metaphorical sense"], ["throw out", "bring forward for consideration or acceptance"], ["shape up", "develop in a positive way"], ["come along", "develop in a positive way"], ["pass on", "move forward, also in the metaphorical sense"], ["encourage", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"], ["promote", "give a promotion to or assign to a higher position"], ["get along", "develop in a positive way"], ["kick upstairs", "give a promotion to or assign to a higher position"], ["march on", "move forward, also in the metaphorical sense"], ["get on", "develop in a positive way"], ["elevate", "give a promotion to or assign to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["raise", "give a promotion to or assign to a higher position"]]}, {"answer": "advertised", "hint": "synonyms for advertised", "clues": [["advertize", "call attention to"], ["publicize", "call attention to"], ["promote", "make publicity for; try to sell (a product)"], ["push", "make publicity for; try to sell (a product)"]]}, {"answer": "advised", "hint": "synonyms for advised", "clues": [["rede", "give advice to"], ["notify", "inform (somebody) of something"], ["apprize", "inform (somebody) of something"], ["advise", "inform (somebody) of something"], ["send word", "inform (somebody) of something"], ["suggest", "make a proposal, declare a plan for something"], ["give notice", "inform (somebody) of something"], ["propose", "make a proposal, declare a plan for something"], ["counsel", "give advice to"]]}, {"answer": "aerated", "hint": "synonyms for aerated", "clues": [["air", "expose to fresh air"], ["oxygenise", "impregnate, combine, or supply with oxygen"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter"], ["air out", "expose to fresh air"], ["activate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter"], ["oxygenate", "impregnate, combine, or supply with oxygen"]]}, {"answer": "affected", "hint": "synonyms for affected", "clues": [["involve", "connect closely and often incriminatingly"], ["pretend", "make believe with the intent to deceive"], ["impact", "have an effect upon"], ["bear on", "have an effect upon"], ["strike", "have an emotional or cognitive impact upon"], ["move", "have an emotional or cognitive impact upon"], ["affect", "connect closely and often incriminatingly"], ["regard", "connect closely and often incriminatingly"], ["touch", "have an effect upon"], ["impress", "have an emotional or cognitive impact upon"], ["sham", "make believe with the intent to deceive"], ["touch on", "have an effect upon"], ["dissemble", "make believe with the intent to deceive"], ["feign", "make believe with the intent to deceive"]]}, {"answer": "affecting", "hint": "synonyms for affecting", "clues": [["involve", "connect closely and often incriminatingly"], ["pretend", "make believe with the intent to deceive"], ["impact", "have an effect upon"], ["bear on", "have an effect upon"], ["strike", "have an emotional or cognitive impact upon"], ["move", "have an emotional or cognitive impact upon"], ["affect", "connect closely and often incriminatingly"], ["regard", "connect closely and often incriminatingly"], ["touch", "have an effect upon"], ["impress", "have an emotional or cognitive impact upon"], ["sham", "make believe with the intent to deceive"], ["touch on", "have an effect upon"], ["dissemble", "make believe with the intent to deceive"], ["feign", "make believe with the intent to deceive"]]}, {"answer": "affiliated", "hint": "synonyms for affiliated", "clues": [["affiliate", "keep company with; hang out with"], ["associate", "keep company with; hang out with"], ["consort", "keep company with; hang out with"], ["assort", "keep company with; hang out with"]]}, {"answer": "affixed", "hint": "synonyms for affixed", "clues": [["affix", "add to the very end"], ["add on", "add to the very end"], ["append", "add to the very end"], ["supplement", "add to the very end"], ["stick on", "attach to"]]}, {"answer": "aged", "hint": "synonyms for aged", "clues": [["mature", "grow old or older"], ["age", "grow old or older"], ["senesce", "grow old or older"], ["get on", "grow old or older"]]}, {"answer": "ageing", "hint": "synonyms for ageing", "clues": [["mature", "grow old or older"], ["age", "grow old or older"], ["senesce", "grow old or older"], ["get on", "grow old or older"]]}, {"answer": "aggravated", "hint": "synonyms for aggravated", "clues": [["aggravate", "exasperate or irritate"], ["exacerbate", "exasperate or irritate"], ["exasperate", "exasperate or irritate"], ["worsen", "make worse"]]}, {"answer": "aggravating", "hint": "synonyms for aggravating", "clues": [["aggravate", "exasperate or irritate"], ["exacerbate", "exasperate or irritate"], ["exasperate", "exasperate or irritate"], ["worsen", "make worse"]]}, {"answer": "aging", "hint": "synonyms for aging", "clues": [["mature", "grow old or older"], ["age", "grow old or older"], ["senesce", "grow old or older"], ["get on", "grow old or older"]]}, {"answer": "agitated", "hint": "synonyms for agitated", "clues": [["budge", "move very slightly"], ["agitate", "change the arrangement or position of"], ["commove", "change the arrangement or position of"], ["excite", "cause to be agitated, excited, or roused"], ["raise up", "change the arrangement or position of"], ["charge", "cause to be agitated, excited, or roused"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["stir up", "try to stir up public opinion"], ["shake", "move or cause to move back and forth"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["stir", "move very slightly"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["vex", "change the arrangement or position of"], ["shift", "move very slightly"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["shake up", "change the arrangement or position of"], ["foment", "try to stir up public opinion"], ["disturb", "change the arrangement or position of"]]}, {"answer": "agitating", "hint": "synonyms for agitating", "clues": [["budge", "move very slightly"], ["agitate", "change the arrangement or position of"], ["commove", "change the arrangement or position of"], ["excite", "cause to be agitated, excited, or roused"], ["raise up", "change the arrangement or position of"], ["charge", "cause to be agitated, excited, or roused"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["stir up", "try to stir up public opinion"], ["shake", "move or cause to move back and forth"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["stir", "move very slightly"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["vex", "change the arrangement or position of"], ["shift", "move very slightly"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["shake up", "change the arrangement or position of"], ["foment", "try to stir up public opinion"], ["disturb", "change the arrangement or position of"]]}, {"answer": "agreed", "hint": "synonyms for agreed", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["fit in", "go together"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["agree", "consent or assent to a condition, or agree to do something"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["accord", "go together"], ["consort", "go together"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["concur", "be in accord; be in agreement"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["concord", "go together"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["harmonise", "go together"], ["hold", "be in accord; be in agreement"]]}, {"answer": "aired", "hint": "synonyms for aired", "clues": [["bare", "make public"], ["air", "expose to fresh air"], ["send", "broadcast over the airwaves, as in radio or television"], ["beam", "broadcast over the airwaves, as in radio or television"], ["publicize", "make public"], ["air out", "expose to fresh air"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["ventilate", "expose to cool or cold air so as to cool or freshen"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["aerate", "expose to fresh air"]]}, {"answer": "alarmed", "hint": "synonyms for alarmed", "clues": [["alarm", "warn or arouse to a sense of danger or call to a state of preparedness"], ["alert", "warn or arouse to a sense of danger or call to a state of preparedness"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "alarming", "hint": "synonyms for alarming", "clues": [["alarm", "warn or arouse to a sense of danger or call to a state of preparedness"], ["alert", "warn or arouse to a sense of danger or call to a state of preparedness"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "alienated", "hint": "synonyms for alienated", "clues": [["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["alien", "transfer property or ownership"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"]]}, {"answer": "alienating", "hint": "synonyms for alienating", "clues": [["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["alien", "transfer property or ownership"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"]]}, {"answer": "aligned", "hint": "synonyms for aligned", "clues": [["array", "align oneself with a group or a way of thinking"], ["line up", "place in a line or arrange so as to be parallel or straight"], ["ordinate", "bring (components or parts) into proper or desirable coordination correlation"], ["adjust", "place in a line or arrange so as to be parallel or straight"], ["align", "bring (components or parts) into proper or desirable coordination correlation"], ["aline", "place in a line or arrange so as to be parallel or straight"]]}, {"answer": "aligning", "hint": "synonyms for aligning", "clues": [["array", "align oneself with a group or a way of thinking"], ["line up", "place in a line or arrange so as to be parallel or straight"], ["ordinate", "bring (components or parts) into proper or desirable coordination correlation"], ["adjust", "place in a line or arrange so as to be parallel or straight"], ["align", "bring (components or parts) into proper or desirable coordination correlation"], ["aline", "place in a line or arrange so as to be parallel or straight"]]}, {"answer": "alleviated", "hint": "synonyms for alleviated", "clues": [["facilitate", "make easier"], ["ease", "make easier"], ["alleviate", "provide physical relief, as from pain"], ["relieve", "provide physical relief, as from pain"], ["assuage", "provide physical relief, as from pain"], ["palliate", "provide physical relief, as from pain"]]}, {"answer": "allotted", "hint": "synonyms for allotted", "clues": [["portion", "give out"], ["grant", "allow to have"], ["assign", "give out"], ["accord", "allow to have"], ["dispense", "administer or bestow, as in small portions"], ["allot", "give out"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"], ["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"]]}, {"answer": "altered", "hint": "synonyms for altered", "clues": [["change", "cause to change; make different; cause a transformation"], ["falsify", "insert words into texts, often falsifying it thereby"], ["interpolate", "insert words into texts, often falsifying it thereby"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["spay", "remove the ovaries of"], ["alter", "cause to change; make different; cause a transformation"], ["modify", "cause to change; make different; cause a transformation"], ["castrate", "remove the ovaries of"], ["neuter", "remove the ovaries of"]]}, {"answer": "alternate", "hint": "synonyms for alternate", "clues": [["switch", "reverse (a direction, attitude, or course of action)"], ["flip", "reverse (a direction, attitude, or course of action)"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["flip-flop", "reverse (a direction, attitude, or course of action)"], ["take turns", "do something in turns"], ["jump", "go back and forth; swing back and forth between two states or conditions"], ["understudy", "be an understudy or alternate for a role"], ["tack", "reverse (a direction, attitude, or course of action)"]]}, {"answer": "alternating", "hint": "synonyms for alternating", "clues": [["alternate", "reverse (a direction, attitude, or course of action)"], ["flip", "reverse (a direction, attitude, or course of action)"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["jump", "go back and forth; swing back and forth between two states or conditions"], ["understudy", "be an understudy or alternate for a role"], ["switch", "reverse (a direction, attitude, or course of action)"], ["flip-flop", "reverse (a direction, attitude, or course of action)"], ["take turns", "do something in turns"], ["tack", "reverse (a direction, attitude, or course of action)"]]}, {"answer": "amalgamate", "hint": "synonyms for amalgamate", "clues": [["commix", "to bring or combine together or with something else"], ["mingle", "to bring or combine together or with something else"], ["mix", "to bring or combine together or with something else"], ["unify", "to bring or combine together or with something else"]]}, {"answer": "amalgamated", "hint": "synonyms for amalgamated", "clues": [["mingle", "to bring or combine together or with something else"], ["amalgamate", "to bring or combine together or with something else"], ["mix", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"], ["unify", "to bring or combine together or with something else"]]}, {"answer": "amazed", "hint": "synonyms for amazed", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["astonish", "affect with wonder"], ["beat", "be a mystery or bewildering to"], ["amaze", "affect with wonder"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["astound", "affect with wonder"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "amazing", "hint": "synonyms for amazing", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["astonish", "affect with wonder"], ["beat", "be a mystery or bewildering to"], ["amaze", "affect with wonder"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["astound", "affect with wonder"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "ameliorating", "hint": "synonyms for ameliorating", "clues": [["better", "get better"], ["ameliorate", "to make better"], ["improve", "get better"], ["amend", "to make better"]]}, {"answer": "amended", "hint": "synonyms for amended", "clues": [["repair", "set straight or right"], ["ameliorate", "to make better"], ["better", "to make better"], ["amend", "set straight or right"], ["remediate", "set straight or right"], ["remedy", "set straight or right"], ["rectify", "set straight or right"], ["improve", "to make better"]]}, {"answer": "analyzed", "hint": "synonyms for analyzed", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["analyze", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["psychoanalyze", "subject to psychoanalytic treatment"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["canvass", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"]]}, {"answer": "angled", "hint": "synonyms for angled", "clues": [["lean", "to incline or bend from a vertical position"], ["slant", "present with a bias"], ["angle", "fish with a hook"], ["tilt", "to incline or bend from a vertical position"], ["tip", "to incline or bend from a vertical position"], ["weight", "present with a bias"], ["fish", "seek indirectly"]]}, {"answer": "animate", "hint": "synonyms for animate", "clues": [["liven", "make lively"], ["animize", "give lifelike qualities to"], ["enliven", "make lively"], ["vivify", "give new life or energy to"], ["invigorate", "heighten or intensify"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["exalt", "heighten or intensify"], ["revive", "give new life or energy to"], ["inspire", "heighten or intensify"], ["renovate", "give new life or energy to"], ["liven up", "make lively"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "animated", "hint": "synonyms for animated", "clues": [["liven", "make lively"], ["animize", "give lifelike qualities to"], ["animate", "give lifelike qualities to"], ["invigorate", "heighten or intensify"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["liven up", "make lively"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"], ["vivify", "give new life or energy to"], ["repair", "give new life or energy to"], ["revive", "give new life or energy to"], ["inspire", "heighten or intensify"], ["renovate", "give new life or energy to"]]}, {"answer": "animating", "hint": "synonyms for animating", "clues": [["liven", "make lively"], ["animize", "give lifelike qualities to"], ["animate", "give lifelike qualities to"], ["invigorate", "heighten or intensify"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["liven up", "make lively"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"], ["vivify", "give new life or energy to"], ["repair", "give new life or energy to"], ["revive", "give new life or energy to"], ["inspire", "heighten or intensify"], ["renovate", "give new life or energy to"]]}, {"answer": "annihilated", "hint": "synonyms for annihilated", "clues": [["wipe out", "kill in large numbers"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["extinguish", "kill in large numbers"], ["annihilate", "kill in large numbers"], ["carry off", "kill in large numbers"], ["decimate", "kill in large numbers"]]}, {"answer": "annihilating", "hint": "synonyms for annihilating", "clues": [["wipe out", "kill in large numbers"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["extinguish", "kill in large numbers"], ["annihilate", "kill in large numbers"], ["carry off", "kill in large numbers"], ["decimate", "kill in large numbers"]]}, {"answer": "announced", "hint": "synonyms for announced", "clues": [["annunciate", "foreshadow or presage"], ["denote", "make known; make an announcement"], ["declare", "announce publicly or officially"], ["harbinger", "foreshadow or presage"], ["announce", "announce publicly or officially"], ["foretell", "foreshadow or presage"], ["herald", "foreshadow or presage"]]}, {"answer": "annoyed", "hint": "synonyms for annoyed", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "annoying", "hint": "synonyms for annoying", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "answering", "hint": "synonyms for answering", "clues": [["answer", "react to a stimulus or command"], ["do", "be sufficient; be adequate, either in quality or quantity"], ["suffice", "be sufficient; be adequate, either in quality or quantity"], ["reply", "react verbally"], ["respond", "react verbally"], ["resolve", "understand the meaning of"], ["serve", "be sufficient; be adequate, either in quality or quantity"]]}, {"answer": "anticipated", "hint": "synonyms for anticipated", "clues": [["previse", "realize beforehand"], ["foreknow", "realize beforehand"], ["prognosticate", "make a prediction about; tell in advance"], ["anticipate", "act in advance of; deal with ahead of time"], ["counter", "act in advance of; deal with ahead of time"], ["predict", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["expect", "regard something as probable or likely"], ["foresee", "act in advance of; deal with ahead of time"], ["forestall", "act in advance of; deal with ahead of time"], ["foretell", "make a prediction about; tell in advance"], ["promise", "make a prediction about; tell in advance"], ["look for", "be excited or anxious about"], ["call", "make a prediction about; tell in advance"], ["look to", "be excited or anxious about"]]}, {"answer": "appalled", "hint": "synonyms for appalled", "clues": [["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "appalling", "hint": "synonyms for appalling", "clues": [["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "appareled", "hint": "synonyms for appareled", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "appeasing", "hint": "synonyms for appeasing", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["stay", "overcome or allay"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["propitiate", "make peace with"], ["quell", "overcome or allay"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "applied", "hint": "synonyms for applied", "clues": [["apply", "apply to a surface"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["practice", "avail oneself to"], ["put on", "apply to a surface"], ["enforce", "ensure observance of laws and rules"], ["give", "give or convey physically"], ["lend oneself", "be applicable to; as to an analysis"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["hold", "be pertinent or relevant or applicable"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["go for", "be pertinent or relevant or applicable"], ["implement", "ensure observance of laws and rules"]]}, {"answer": "appointed", "hint": "synonyms for appointed", "clues": [["name", "create and charge with a task or function"], ["constitute", "create and charge with a task or function"], ["appoint", "create and charge with a task or function"], ["charge", "assign a duty, responsibility or obligation to"], ["nominate", "create and charge with a task or function"]]}, {"answer": "apportioned", "hint": "synonyms for apportioned", "clues": [["portion out", "give out as one's portion or share"], ["divvy up", "give out as one's portion or share"], ["deal", "give out as one's portion or share"], ["apportion", "distribute according to a plan or set apart for a special purpose"], ["share", "give out as one's portion or share"], ["allocate", "distribute according to a plan or set apart for a special purpose"]]}, {"answer": "appraising", "hint": "synonyms for appraising", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["survey", "consider in a comprehensive way"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "appreciated", "hint": "synonyms for appreciated", "clues": [["take account", "be fully aware of; realize fully"], ["appreciate", "hold dear"], ["treasure", "hold dear"], ["value", "hold dear"], ["prize", "hold dear"], ["apprise", "gain in value"], ["revalue", "gain in value"]]}, {"answer": "apprehended", "hint": "synonyms for apprehended", "clues": [["pick up", "take into custody"], ["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["arrest", "take into custody"], ["apprehend", "take into custody"], ["collar", "take into custody"], ["quail at", "anticipate with dread or anxiety"], ["grasp", "get the meaning of something"], ["nail", "take into custody"], ["nab", "take into custody"], ["get the picture", "get the meaning of something"], ["cop", "take into custody"], ["compass", "get the meaning of something"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "approaching", "hint": "synonyms for approaching", "clues": [["approach", "come near or verge on, resemble, come nearer in quality, or character"], ["come near", "come near in time"], ["go up", "move towards"], ["near", "move towards"], ["go about", "begin to deal with"], ["come on", "move towards"], ["draw close", "move towards"], ["draw near", "move towards"], ["border on", "come near or verge on, resemble, come nearer in quality, or character"], ["set about", "begin to deal with"]]}, {"answer": "appropriate", "hint": "synonyms for appropriate", "clues": [["conquer", "take possession of by force, as after an invasion"], ["earmark", "give or assign a resource to a particular person or cause"], ["allow", "give or assign a resource to a particular person or cause"], ["capture", "take possession of by force, as after an invasion"], ["reserve", "give or assign a resource to a particular person or cause"], ["set aside", "give or assign a resource to a particular person or cause"], ["seize", "take possession of by force, as after an invasion"]]}, {"answer": "approximate", "hint": "synonyms for approximate", "clues": [["come close", "be close or similar"], ["guess", "judge tentatively or form an estimate of (quantities or time)"], ["gauge", "judge tentatively or form an estimate of (quantities or time)"], ["judge", "judge tentatively or form an estimate of (quantities or time)"], ["estimate", "judge tentatively or form an estimate of (quantities or time)"]]}, {"answer": "armed", "hint": "synonyms for armed", "clues": [["arm", "supply with arms"], ["gird", "prepare oneself for a military confrontation"], ["build up", "prepare oneself for a military confrontation"], ["fortify", "prepare oneself for a military confrontation"]]}, {"answer": "aroused", "hint": "synonyms for aroused", "clues": [["arouse", "to begin moving,"], ["energize", "cause to be alert and energetic"], ["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["elicit", "call forth (emotions, feelings, and responses)"], ["brace", "cause to be alert and energetic"], ["wind up", "stimulate sexually"], ["excite", "stimulate sexually"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["wake up", "cause to become awake or conscious"], ["provoke", "call forth (emotions, feelings, and responses)"], ["waken", "cause to become awake or conscious"], ["enkindle", "call forth (emotions, feelings, and responses)"], ["come alive", "stop sleeping"], ["turn on", "stimulate sexually"], ["call down", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["fire", "call forth (emotions, feelings, and responses)"], ["awake", "stop sleeping"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["sex", "stimulate sexually"]]}, {"answer": "arranged", "hint": "synonyms for arranged", "clues": [["coiffe", "arrange attractively"], ["do", "arrange attractively"], ["set up", "put into a proper or systematic order"], ["put", "arrange thoughts, ideas, temporal events"], ["set", "adapt for performance in a different way"], ["arrange", "make arrangements for"], ["dress", "arrange attractively"], ["order", "arrange thoughts, ideas, temporal events"], ["fix up", "make arrangements for"], ["format", "set (printed matter) into a specific format"], ["stage", "plan, organize, and carry out (an event)"], ["coif", "arrange attractively"]]}, {"answer": "arrayed", "hint": "synonyms for arrayed", "clues": [["array", "lay out orderly or logically in a line or as if in a line"], ["lay out", "lay out orderly or logically in a line or as if in a line"], ["align", "align oneself with a group or a way of thinking"], ["set out", "lay out orderly or logically in a line or as if in a line"], ["range", "lay out orderly or logically in a line or as if in a line"]]}, {"answer": "arresting", "hint": "synonyms for arresting", "clues": [["arrest", "take into custody"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["halt", "cause to stop"], ["hold", "cause to stop"], ["nail", "take into custody"], ["nab", "take into custody"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["collar", "take into custody"], ["get", "attract and fix"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["apprehend", "take into custody"], ["catch", "attract and fix"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["cop", "take into custody"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["pick up", "take into custody"]]}, {"answer": "articulate", "hint": "synonyms for articulate", "clues": [["joint", "provide with a joint"], ["formulate", "put into words or an expression"], ["say", "speak, pronounce, or utter in a certain way"], ["enunciate", "express or state clearly"], ["pronounce", "speak, pronounce, or utter in a certain way"], ["enounce", "speak, pronounce, or utter in a certain way"], ["vocalize", "express or state clearly"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"], ["phrase", "put into words or an expression"], ["sound out", "speak, pronounce, or utter in a certain way"]]}, {"answer": "articulated", "hint": "synonyms for articulated", "clues": [["joint", "provide with a joint"], ["formulate", "put into words or an expression"], ["articulate", "speak, pronounce, or utter in a certain way"], ["say", "speak, pronounce, or utter in a certain way"], ["enunciate", "express or state clearly"], ["pronounce", "speak, pronounce, or utter in a certain way"], ["enounce", "speak, pronounce, or utter in a certain way"], ["vocalize", "express or state clearly"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"], ["phrase", "put into words or an expression"], ["sound out", "speak, pronounce, or utter in a certain way"]]}, {"answer": "ascending", "hint": "synonyms for ascending", "clues": [["ascend", "travel up,"], ["climb up", "appear to be moving upward, as by means of tendrils"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["rise", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["go up", "travel up,"], ["uprise", "come up, of celestial bodies"], ["come up", "come up, of celestial bodies"]]}, {"answer": "ascertained", "hint": "synonyms for ascertained", "clues": [["see to it", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["see", "be careful or certain to do something; make certain of something"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find", "establish after a calculation, investigation, experiment, survey, or study"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["assure", "be careful or certain to do something; make certain of something"], ["control", "be careful or certain to do something; make certain of something"], ["ensure", "be careful or certain to do something; make certain of something"], ["insure", "be careful or certain to do something; make certain of something"]]}, {"answer": "asphyxiated", "hint": "synonyms for asphyxiated", "clues": [["suffocate", "be asphyxiated; die from lack of oxygen"], ["asphyxiate", "deprive of oxygen and prevent from breathing"], ["stifle", "be asphyxiated; die from lack of oxygen"], ["smother", "deprive of oxygen and prevent from breathing"], ["choke", "impair the respiration of or obstruct the air passage of"]]}, {"answer": "asphyxiating", "hint": "synonyms for asphyxiating", "clues": [["suffocate", "be asphyxiated; die from lack of oxygen"], ["asphyxiate", "deprive of oxygen and prevent from breathing"], ["stifle", "be asphyxiated; die from lack of oxygen"], ["smother", "deprive of oxygen and prevent from breathing"], ["choke", "impair the respiration of or obstruct the air passage of"]]}, {"answer": "aspiring", "hint": "synonyms for aspiring", "clues": [["shoot for", "have an ambitious plan or a lofty goal"], ["aspire", "have an ambitious plan or a lofty goal"], ["aim", "have an ambitious plan or a lofty goal"], ["draw a bead on", "have an ambitious plan or a lofty goal"]]}, {"answer": "asserted", "hint": "synonyms for asserted", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["assert", "insist on having one's opinions and rights recognized"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["put forward", "insist on having one's opinions and rights recognized"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["maintain", "state categorically"], ["avow", "to declare or affirm solemnly and formally as true"], ["insist", "assert to be true"], ["asseverate", "state categorically"]]}, {"answer": "asserting", "hint": "synonyms for asserting", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["assert", "insist on having one's opinions and rights recognized"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["put forward", "insist on having one's opinions and rights recognized"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["maintain", "state categorically"], ["avow", "to declare or affirm solemnly and formally as true"], ["insist", "assert to be true"], ["asseverate", "state categorically"]]}, {"answer": "assigned", "hint": "synonyms for assigned", "clues": [["portion", "give out"], ["attribute", "decide as to where something belongs in a scheme"], ["ascribe", "attribute or credit to"], ["assign", "select something or someone for a specific purpose"], ["arrogate", "make undue claims to having"], ["allot", "give out"], ["specify", "select something or someone for a specific purpose"], ["depute", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["set apart", "select something or someone for a specific purpose"], ["impute", "attribute or credit to"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["put", "attribute or give"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)"]]}, {"answer": "assimilating", "hint": "synonyms for assimilating", "clues": [["take in", "take up mentally"], ["absorb", "take up mentally"], ["assimilate", "take up mentally"], ["imbibe", "take (gas, light or heat) into a solution"], ["ingest", "take up mentally"]]}, {"answer": "assisted", "hint": "synonyms for assisted", "clues": [["attend to", "work for or be a servant to"], ["assist", "work for or be a servant to"], ["attend", "work for or be a servant to"], ["aid", "give help or assistance; be of service"], ["help", "give help or assistance; be of service"], ["wait on", "work for or be a servant to"], ["serve", "work for or be a servant to"]]}, {"answer": "associate", "hint": "synonyms for associate", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["affiliate", "keep company with; hang out with"], ["link up", "make a logical or causal connection"], ["colligate", "make a logical or causal connection"], ["consort", "keep company with; hang out with"], ["consociate", "bring or come into association or action"], ["link", "make a logical or causal connection"], ["assort", "keep company with; hang out with"]]}, {"answer": "assorted", "hint": "synonyms for assorted", "clues": [["sort out", "arrange or order by classes or categories"], ["affiliate", "keep company with; hang out with"], ["consort", "keep company with; hang out with"], ["class", "arrange or order by classes or categories"], ["assort", "arrange or order by classes or categories"], ["sort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"], ["associate", "keep company with; hang out with"], ["classify", "arrange or order by classes or categories"]]}, {"answer": "assumed", "hint": "synonyms for assumed", "clues": [["presume", "take to be the case or to be true; accept without verification or proof"], ["adopt", "take on titles, offices, duties, responsibilities"], ["take on", "take on titles, offices, duties, responsibilities"], ["assume", "take on a certain form, attribute, or aspect"], ["accept", "take on as one's own the expenses or debts of another person"], ["put on", "put clothing on one's body"], ["sham", "make a pretence of"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession"], ["bear", "take on as one's own the expenses or debts of another person"], ["feign", "make a pretence of"], ["don", "put clothing on one's body"], ["strike", "occupy or take on"], ["take over", "take on as one's own the expenses or debts of another person"], ["take", "occupy or take on"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession"], ["get into", "put clothing on one's body"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession"], ["wear", "put clothing on one's body"], ["simulate", "make a pretence of"], ["take for granted", "take to be the case or to be true; accept without verification or proof"], ["acquire", "take on a certain form, attribute, or aspect"], ["take up", "occupy or take on"]]}, {"answer": "assuming", "hint": "synonyms for assuming", "clues": [["presume", "take to be the case or to be true; accept without verification or proof"], ["adopt", "take on titles, offices, duties, responsibilities"], ["take on", "take on titles, offices, duties, responsibilities"], ["assume", "take on a certain form, attribute, or aspect"], ["accept", "take on as one's own the expenses or debts of another person"], ["put on", "put clothing on one's body"], ["sham", "make a pretence of"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession"], ["bear", "take on as one's own the expenses or debts of another person"], ["feign", "make a pretence of"], ["don", "put clothing on one's body"], ["strike", "occupy or take on"], ["take over", "take on as one's own the expenses or debts of another person"], ["take", "occupy or take on"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession"], ["get into", "put clothing on one's body"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession"], ["wear", "put clothing on one's body"], ["simulate", "make a pretence of"], ["take for granted", "take to be the case or to be true; accept without verification or proof"], ["acquire", "take on a certain form, attribute, or aspect"], ["take up", "occupy or take on"]]}, {"answer": "assured", "hint": "synonyms for assured", "clues": [["reassure", "cause to feel sure; give reassurance to"], ["promise", "make a promise or commitment"], ["see to it", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["see", "be careful or certain to do something; make certain of something"], ["secure", "make certain of"], ["check", "be careful or certain to do something; make certain of something"], ["ensure", "make certain of"], ["guarantee", "make certain of"], ["insure", "make certain of"], ["tell", "inform positively and with certainty and confidence"], ["control", "be careful or certain to do something; make certain of something"]]}, {"answer": "assuring", "hint": "synonyms for assuring", "clues": [["reassure", "cause to feel sure; give reassurance to"], ["promise", "make a promise or commitment"], ["see to it", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["see", "be careful or certain to do something; make certain of something"], ["secure", "make certain of"], ["check", "be careful or certain to do something; make certain of something"], ["ensure", "make certain of"], ["guarantee", "make certain of"], ["insure", "make certain of"], ["tell", "inform positively and with certainty and confidence"], ["control", "be careful or certain to do something; make certain of something"]]}, {"answer": "attached", "hint": "synonyms for attached", "clues": [["tie", "create social or emotional ties"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["attach", "be attached; be in contact with"], ["sequester", "take temporary possession of as a security, by legal authority"], ["bind", "create social or emotional ties"], ["impound", "take temporary possession of as a security, by legal authority"], ["bond", "create social or emotional ties"], ["seize", "take temporary possession of as a security, by legal authority"]]}, {"answer": "attacking", "hint": "synonyms for attacking", "clues": [["aggress", "take the initiative and go on the offensive"], ["assail", "launch an attack or assault on; begin hostilities or start warfare with"], ["attack", "launch an attack or assault on; begin hostilities or start warfare with"], ["lash out", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["round", "attack in speech or writing"], ["snipe", "attack in speech or writing"], ["set on", "attack someone physically or emotionally"]]}, {"answer": "attained", "hint": "synonyms for attained", "clues": [["achieve", "to gain with effort"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["gain", "reach a destination, either real or abstract"], ["hit", "reach a destination, either real or abstract"], ["arrive at", "reach a destination, either real or abstract"], ["make", "reach a destination, either real or abstract"], ["come upon", "find unexpectedly"], ["reach", "reach a destination, either real or abstract"], ["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["light upon", "find unexpectedly"], ["strike", "find unexpectedly"], ["accomplish", "to gain with effort"]]}, {"answer": "attempted", "hint": "synonyms for attempted", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["undertake", "enter upon an activity or enterprise"], ["assay", "make an effort or attempt"], ["attempt", "make an effort or attempt"], ["set about", "enter upon an activity or enterprise"], ["try", "make an effort or attempt"]]}, {"answer": "attended", "hint": "synonyms for attended", "clues": [["pay heed", "give heed (to)"], ["advert", "give heed (to)"], ["attend to", "work for or be a servant to"], ["attend", "take charge of or deal with"], ["assist", "work for or be a servant to"], ["hang", "give heed (to)"], ["go to", "be present at (meetings, church services, university), etc."], ["look", "take charge of or deal with"], ["serve", "work for or be a servant to"], ["give ear", "give heed (to)"], ["wait on", "work for or be a servant to"], ["take care", "take charge of or deal with"], ["see", "take charge of or deal with"]]}, {"answer": "attested", "hint": "synonyms for attested", "clues": [["attest", "authenticate, affirm to be true, genuine, or correct, as in an official capacity"], ["testify", "give testimony in a court of law"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["take the stand", "give testimony in a court of law"], ["bear witness", "give testimony in a court of law"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "attired", "hint": "synonyms for attired", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["rig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "authorised", "hint": "synonyms for authorised", "clues": [["authorize", "grant authorization or clearance for"], ["empower", "give or delegate power or authority to"], ["clear", "grant authorization or clearance for"], ["pass", "grant authorization or clearance for"]]}, {"answer": "authorized", "hint": "synonyms for authorized", "clues": [["authorize", "grant authorization or clearance for"], ["empower", "give or delegate power or authority to"], ["clear", "grant authorization or clearance for"], ["pass", "grant authorization or clearance for"]]}, {"answer": "avowed", "hint": "synonyms for avowed", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["affirm", "to declare or affirm solemnly and formally as true"], ["avow", "admit openly and bluntly; make no bones about"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["avouch", "admit openly and bluntly; make no bones about"]]}, {"answer": "awake", "hint": "synonyms for awake", "clues": [["waken", "stop sleeping"], ["arouse", "stop sleeping"], ["come alive", "stop sleeping"], ["wake up", "stop sleeping"]]}, {"answer": "awakened", "hint": "synonyms for awakened", "clues": [["arouse", "stop sleeping"], ["wake", "cause to become awake or conscious"], ["wake up", "cause to become awake or conscious"], ["awaken", "cause to become awake or conscious"], ["come alive", "stop sleeping"]]}, {"answer": "back", "hint": "synonyms for back", "clues": [["endorse", "give support or one's approval to"], ["second", "give support or one's approval to"], ["support", "be behind; approve of"], ["punt", "place a bet on"], ["plunk for", "be behind; approve of"], ["gage", "place a bet on"], ["stake", "place a bet on"], ["bet on", "place a bet on"], ["plump for", "be behind; approve of"], ["game", "place a bet on"], ["back up", "establish as valid or genuine"]]}, {"answer": "backed", "hint": "synonyms for backed", "clues": [["second", "give support or one's approval to"], ["punt", "place a bet on"], ["plunk for", "be behind; approve of"], ["gage", "place a bet on"], ["endorse", "be behind; approve of"], ["back", "be behind; approve of"], ["plump for", "be behind; approve of"], ["support", "be behind; approve of"], ["bet on", "place a bet on"], ["stake", "place a bet on"], ["game", "place a bet on"], ["back up", "establish as valid or genuine"]]}, {"answer": "baffled", "hint": "synonyms for baffled", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["regulate", "check the emission of (sound)"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["gravel", "be a mystery or bewildering to"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "baffling", "hint": "synonyms for baffling", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["regulate", "check the emission of (sound)"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["gravel", "be a mystery or bewildering to"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "balanced", "hint": "synonyms for balanced", "clues": [["balance", "bring into balance or equilibrium"], ["equilibrize", "bring into balance or equilibrium"], ["equilibrate", "bring into balance or equilibrium"], ["poise", "hold or carry in equilibrium"]]}, {"answer": "banging", "hint": "synonyms for banging", "clues": [["slam", "close violently"], ["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["bang", "leap, jerk, bang"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["spang", "leap, jerk, bang"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "banned", "hint": "synonyms for banned", "clues": [["censor", "forbid the public distribution of ( a movie or a newspaper)"], ["blackball", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["ban", "expel from a community or group"], ["shun", "expel from a community or group"], ["banish", "expel from a community or group"], ["cast out", "expel from a community or group"]]}, {"answer": "bantering", "hint": "synonyms for bantering", "clues": [["josh", "be silly or tease one another"], ["kid", "be silly or tease one another"], ["banter", "be silly or tease one another"], ["jolly", "be silly or tease one another"], ["chaff", "be silly or tease one another"]]}, {"answer": "bare", "hint": "synonyms for bare", "clues": [["publicise", "make public"], ["denudate", "lay bare"], ["strip", "lay bare"], ["air", "make public"]]}, {"answer": "bared", "hint": "synonyms for bared", "clues": [["block", "render unsuitable for passage"], ["bar", "secure with, or as if with, bars"], ["publicize", "make public"], ["denudate", "lay bare"], ["strip", "lay bare"], ["block up", "render unsuitable for passage"], ["air", "make public"], ["exclude", "prevent from entering; keep out"], ["stop", "render unsuitable for passage"], ["debar", "prevent from entering; keep out"], ["blockade", "render unsuitable for passage"], ["relegate", "expel, as if by official decree"], ["banish", "expel, as if by official decree"], ["barricade", "render unsuitable for passage"], ["block off", "render unsuitable for passage"]]}, {"answer": "barred", "hint": "synonyms for barred", "clues": [["block", "render unsuitable for passage"], ["bar", "secure with, or as if with, bars"], ["block up", "render unsuitable for passage"], ["blockade", "render unsuitable for passage"], ["relegate", "expel, as if by official decree"], ["banish", "expel, as if by official decree"], ["exclude", "prevent from entering; keep out"], ["stop", "render unsuitable for passage"], ["debar", "prevent from entering; keep out"], ["barricade", "render unsuitable for passage"], ["block off", "render unsuitable for passage"]]}, {"answer": "barricaded", "hint": "synonyms for barricaded", "clues": [["barricado", "block off with barricades"], ["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["block up", "render unsuitable for passage"], ["blockade", "render unsuitable for passage"], ["stop", "render unsuitable for passage"], ["block off", "render unsuitable for passage"]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["free-base", "use (purified cocaine) by burning it and inhaling the fumes"], ["found", "use as a basis for; found on"], ["ground", "use as a basis for; found on"], ["establish", "use as a basis for; found on"]]}, {"answer": "based", "hint": "synonyms for based", "clues": [["base", "situate as a center of operations"], ["found", "use as a basis for; found on"], ["ground", "use as a basis for; found on"], ["establish", "use as a basis for; found on"], ["free-base", "use (purified cocaine) by burning it and inhaling the fumes"]]}, {"answer": "bated", "hint": "synonyms for bated", "clues": [["bate", "moderate or restrain; lessen the force of"], ["clobber", "beat thoroughly and conclusively in a competition or fight"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["thrash", "beat thoroughly and conclusively in a competition or fight"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["flutter", "wink briefly"]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["clobber", "beat thoroughly and conclusively in a competition or fight"], ["bat", "wink briefly"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["thrash", "beat thoroughly and conclusively in a competition or fight"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["flutter", "wink briefly"]]}, {"answer": "battered", "hint": "synonyms for battered", "clues": [["baste", "strike violently and repeatedly"], ["batter", "make a dent or impression in"], ["buffet", "strike against forcefully"], ["clobber", "strike violently and repeatedly"], ["knock about", "strike against forcefully"], ["dinge", "make a dent or impression in"]]}, {"answer": "beaming", "hint": "synonyms for beaming", "clues": [["shine", "emit light; be bright, as of the sun or a light"], ["beam", "smile radiantly; express joy through one's facial expression"], ["send", "broadcast over the airwaves, as in radio or television"], ["radiate", "have a complexion with a strong bright color, such as red or pink"], ["glow", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["air", "broadcast over the airwaves, as in radio or television"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"]]}, {"answer": "bearing", "hint": "synonyms for bearing", "clues": [["have a bun in the oven", "be pregnant with"], ["bear", "have"], ["accept", "take on as one's own the expenses or debts of another person"], ["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["tolerate", "put up with something or somebody unpleasant"], ["comport", "behave in a certain manner"], ["hold", "have rightfully; of rights, titles, and offices"], ["deport", "behave in a certain manner"], ["take over", "take on as one's own the expenses or debts of another person"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["deliver", "cause to be born"], ["birth", "cause to be born"], ["give birth", "cause to be born"], ["contain", "contain or hold; have within"], ["turn out", "bring forth,"], ["expect", "be pregnant with"], ["assume", "take on as one's own the expenses or debts of another person"], ["pay", "bring in"], ["suffer", "put up with something or somebody unpleasant"], ["yield", "bring in"], ["have", "cause to be born"], ["endure", "put up with something or somebody unpleasant"], ["wear", "have on one's person"], ["conduct", "behave in a certain manner"], ["abide", "put up with something or somebody unpleasant"], ["gestate", "be pregnant with"], ["put up", "put up with something or somebody unpleasant"], ["acquit", "behave in a certain manner"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "beat", "hint": "synonyms for beat", "clues": [["get", "be a mystery or bewildering to"], ["tucker out", "wear out completely"], ["exhaust", "wear out completely"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["crush", "come out better in a competition, race, or conflict"], ["outwit", "beat through cleverness and wit"], ["thump", "move rhythmically"], ["pose", "be a mystery or bewildering to"], ["quiver", "move with or as if with a regular alternating motion"], ["tick", "make a sound like a clock or a timer"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["ticktock", "make a sound like a clock or a timer"], ["trounce", "come out better in a competition, race, or conflict"], ["scramble", "stir vigorously"], ["outsmart", "beat through cleverness and wit"], ["overreach", "beat through cleverness and wit"], ["gravel", "be a mystery or bewildering to"], ["pulsate", "move with or as if with a regular alternating motion"], ["pound", "move rhythmically"], ["vanquish", "come out better in a competition, race, or conflict"], ["nonplus", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["drum", "make a rhythmic sound"], ["amaze", "be a mystery or bewildering to"], ["beat out", "come out better in a competition, race, or conflict"], ["thrum", "make a rhythmic sound"], ["shell", "come out better in a competition, race, or conflict"], ["bunk", "avoid paying"], ["dumbfound", "be a mystery or bewildering to"], ["flap", "move with a thrashing motion"], ["wash up", "wear out completely"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["circumvent", "beat through cleverness and wit"], ["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["tucker", "wear out completely"], ["mystify", "be a mystery or bewildering to"], ["outfox", "beat through cleverness and wit"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "beaten", "hint": "synonyms for beaten", "clues": [["get", "be a mystery or bewildering to"], ["beat", "move with a flapping motion"], ["tucker out", "wear out completely"], ["exhaust", "wear out completely"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["crush", "come out better in a competition, race, or conflict"], ["outwit", "beat through cleverness and wit"], ["thump", "move rhythmically"], ["pose", "be a mystery or bewildering to"], ["quiver", "move with or as if with a regular alternating motion"], ["tick", "make a sound like a clock or a timer"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["ticktock", "make a sound like a clock or a timer"], ["trounce", "come out better in a competition, race, or conflict"], ["scramble", "stir vigorously"], ["outsmart", "beat through cleverness and wit"], ["overreach", "beat through cleverness and wit"], ["gravel", "be a mystery or bewildering to"], ["pulsate", "move with or as if with a regular alternating motion"], ["pound", "move rhythmically"], ["vanquish", "come out better in a competition, race, or conflict"], ["nonplus", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["drum", "make a rhythmic sound"], ["beat out", "come out better in a competition, race, or conflict"], ["thrum", "make a rhythmic sound"], ["amaze", "be a mystery or bewildering to"], ["shell", "come out better in a competition, race, or conflict"], ["bunk", "avoid paying"], ["flap", "move with a thrashing motion"], ["dumbfound", "be a mystery or bewildering to"], ["wash up", "wear out completely"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["circumvent", "beat through cleverness and wit"], ["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["tucker", "wear out completely"], ["mystify", "be a mystery or bewildering to"], ["outfox", "beat through cleverness and wit"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "beatified", "hint": "synonyms for beatified", "clues": [["exalt", "fill with sublime emotion"], ["beatify", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "becoming", "hint": "synonyms for becoming", "clues": [["become", "come into existence"], ["suit", "enhance the appearance of"], ["go", "enter or assume a certain state or condition"], ["get", "enter or assume a certain state or condition"], ["turn", "undergo a change or development"]]}, {"answer": "bedded", "hint": "synonyms for bedded", "clues": [["bed", "place (plants) in a prepared bed of soil"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["go to bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"], ["sack out", "prepare for sleep"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["hit the sack", "prepare for sleep"], ["do it", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["retire", "prepare for sleep"], ["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"]]}, {"answer": "bedimmed", "hint": "synonyms for bedimmed", "clues": [["bedim", "make obscure or unclear"], ["benight", "make darker and difficult to perceive by sight"], ["obscure", "make obscure or unclear"], ["overcloud", "make obscure or unclear"]]}, {"answer": "befogged", "hint": "synonyms for befogged", "clues": [["fog", "make less visible or unclear"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["obnubilate", "make less visible or unclear"], ["befog", "make less visible or unclear"]]}, {"answer": "befouled", "hint": "synonyms for befouled", "clues": [["foul", "spot, stain, or pollute"], ["defile", "spot, stain, or pollute"], ["maculate", "spot, stain, or pollute"], ["befoul", "spot, stain, or pollute"]]}, {"answer": "befuddled", "hint": "synonyms for befuddled", "clues": [["fuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"]]}, {"answer": "beginning", "hint": "synonyms for beginning", "clues": [["begin", "begin an event that is implied and limited by the nature or inherent function of the direct object"], ["start", "begin an event that is implied and limited by the nature or inherent function of the direct object"], ["get", "take the first step or steps in carrying out an action"], ["get down", "take the first step or steps in carrying out an action"], ["start out", "take the first step or steps in carrying out an action"], ["lead off", "set in motion, cause to start"], ["set about", "take the first step or steps in carrying out an action"], ["commence", "set in motion, cause to start"]]}, {"answer": "begotten", "hint": "synonyms for begotten", "clues": [["beget", "make children"], ["father", "make children"], ["bring forth", "make children"], ["get", "make children"], ["engender", "make children"], ["sire", "make children"], ["generate", "make children"], ["mother", "make children"]]}, {"answer": "begrimed", "hint": "synonyms for begrimed", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"]]}, {"answer": "beguiled", "hint": "synonyms for beguiled", "clues": [["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["hoodwink", "influence by slyness"], ["beguile", "influence by slyness"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["juggle", "influence by slyness"]]}, {"answer": "beguiling", "hint": "synonyms for beguiling", "clues": [["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["hoodwink", "influence by slyness"], ["beguile", "influence by slyness"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["juggle", "influence by slyness"]]}, {"answer": "belittled", "hint": "synonyms for belittled", "clues": [["derogate", "cause to seem less serious; play down"], ["pick at", "express a negative opinion of"], ["diminish", "lessen the authority, dignity, or reputation of"], ["belittle", "express a negative opinion of"], ["minimize", "cause to seem less serious; play down"], ["disparage", "express a negative opinion of"], ["denigrate", "cause to seem less serious; play down"]]}, {"answer": "belittling", "hint": "synonyms for belittling", "clues": [["derogate", "cause to seem less serious; play down"], ["pick at", "express a negative opinion of"], ["diminish", "lessen the authority, dignity, or reputation of"], ["belittle", "express a negative opinion of"], ["minimize", "cause to seem less serious; play down"], ["disparage", "express a negative opinion of"], ["denigrate", "cause to seem less serious; play down"]]}, {"answer": "bemused", "hint": "synonyms for bemused", "clues": [["throw", "cause to be confused emotionally"], ["bewilder", "cause to be confused emotionally"], ["discombobulate", "cause to be confused emotionally"], ["bemuse", "cause to be confused emotionally"]]}, {"answer": "bended", "hint": "synonyms for bended", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "cause (a plastic object) to assume a crooked or angular form"], ["bow", "bend one's back forward from the waist on down"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["stoop", "bend one's back forward from the waist on down"], ["twist", "cause (a plastic object) to assume a crooked or angular form"], ["crouch", "bend one's back forward from the waist on down"], ["bend", "turn from a straight course, fixed direction, or line of interest"], ["turn away", "turn from a straight course, fixed direction, or line of interest"], ["deflect", "turn from a straight course, fixed direction, or line of interest"]]}, {"answer": "bent", "hint": "synonyms for bent", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "cause (a plastic object) to assume a crooked or angular form"], ["bow", "bend one's back forward from the waist on down"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["stoop", "bend one's back forward from the waist on down"], ["twist", "cause (a plastic object) to assume a crooked or angular form"], ["crouch", "bend one's back forward from the waist on down"], ["bend", "turn from a straight course, fixed direction, or line of interest"], ["turn away", "turn from a straight course, fixed direction, or line of interest"], ["deflect", "turn from a straight course, fixed direction, or line of interest"]]}, {"answer": "benumbed", "hint": "synonyms for benumbed", "clues": [["blunt", "make numb or insensitive"], ["numb", "make numb or insensitive"], ["benumb", "make numb or insensitive"], ["dull", "make numb or insensitive"]]}, {"answer": "beseeching", "hint": "synonyms for beseeching", "clues": [["entreat", "ask for or request earnestly"], ["adjure", "ask for or request earnestly"], ["beseech", "ask for or request earnestly"], ["bid", "ask for or request earnestly"], ["conjure", "ask for or request earnestly"], ["press", "ask for or request earnestly"]]}, {"answer": "besieged", "hint": "synonyms for besieged", "clues": [["hem in", "surround so as to force to give up"], ["surround", "surround so as to force to give up"], ["besiege", "harass, as with questions or requests"], ["beleaguer", "surround so as to force to give up"], ["circumvent", "surround so as to force to give up"]]}, {"answer": "bespoke", "hint": "synonyms for bespoke", "clues": [["call for", "express the need or desire for; ask for"], ["point", "be a signal for or a symptom of"], ["bespeak", "express the need or desire for; ask for"], ["signal", "be a signal for or a symptom of"], ["quest", "express the need or desire for; ask for"], ["betoken", "be a signal for or a symptom of"], ["request", "express the need or desire for; ask for"], ["indicate", "be a signal for or a symptom of"]]}, {"answer": "bespoken", "hint": "synonyms for bespoken", "clues": [["call for", "express the need or desire for; ask for"], ["point", "be a signal for or a symptom of"], ["bespeak", "express the need or desire for; ask for"], ["signal", "be a signal for or a symptom of"], ["quest", "express the need or desire for; ask for"], ["betoken", "be a signal for or a symptom of"], ["request", "express the need or desire for; ask for"], ["indicate", "be a signal for or a symptom of"]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["outdo", "get the better of"], ["scoop", "get the better of"], ["trump", "get the better of"], ["outflank", "get the better of"]]}, {"answer": "betrothed", "hint": "synonyms for betrothed", "clues": [["engage", "give to in marriage"], ["betroth", "give to in marriage"], ["plight", "give to in marriage"], ["affiance", "give to in marriage"]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["ameliorate", "get better"], ["improve", "get better"], ["break", "surpass in excellence"], ["amend", "to make better"]]}, {"answer": "bettering", "hint": "synonyms for bettering", "clues": [["better", "get better"], ["ameliorate", "to make better"], ["break", "surpass in excellence"], ["improve", "get better"], ["amend", "to make better"]]}, {"answer": "betting", "hint": "synonyms for betting", "clues": [["play", "stake on the outcome of an issue"], ["count", "have faith or confidence in"], ["wager", "maintain with or as if with a bet"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["bet", "maintain with or as if with a bet"], ["calculate", "have faith or confidence in"], ["reckon", "have faith or confidence in"]]}, {"answer": "bewildered", "hint": "synonyms for bewildered", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["bemuse", "cause to be confused emotionally"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "cause to be confused emotionally"], ["perplex", "be a mystery or bewildering to"], ["throw", "cause to be confused emotionally"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["discombobulate", "cause to be confused emotionally"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "bewitched", "hint": "synonyms for bewitched", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["mesmerise", "attract strongly, as if with a magnet"], ["spellbind", "attract strongly, as if with a magnet"], ["captivate", "attract; cause to be enamored"], ["hex", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["charm", "attract; cause to be enamored"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "bewitching", "hint": "synonyms for bewitching", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["mesmerise", "attract strongly, as if with a magnet"], ["spellbind", "attract strongly, as if with a magnet"], ["captivate", "attract; cause to be enamored"], ["hex", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["charm", "attract; cause to be enamored"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "billowing", "hint": "synonyms for billowing", "clues": [["billow", "rise up as if in waves"], ["inflate", "become inflated"], ["wallow", "rise up as if in waves"], ["surge", "rise and move, as in waves or billows"], ["heave", "rise and move, as in waves or billows"], ["balloon", "become inflated"]]}, {"answer": "binding", "hint": "synonyms for binding", "clues": [["bond", "stick to firmly"], ["tie down", "secure with or as if with ropes"], ["tie", "create social or emotional ties"], ["truss", "secure with or as if with ropes"], ["bind", "create social or emotional ties"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["tie up", "secure with or as if with ropes"], ["attach", "create social or emotional ties"], ["stick", "stick to firmly"], ["oblige", "bind by an obligation; cause to be indebted"], ["constipate", "cause to be constipated"], ["bandage", "wrap around with something so as to cover or enclose"], ["hold", "bind by an obligation; cause to be indebted"], ["stick to", "stick to firmly"]]}, {"answer": "biting", "hint": "synonyms for biting", "clues": [["bite", "cause a sharp or stinging pain or discomfort"], ["sting", "deliver a sting to"], ["burn", "cause a sharp or stinging pain or discomfort"], ["prick", "deliver a sting to"], ["seize with teeth", "to grip, cut off, or tear with or as if with the teeth or jaws"]]}, {"answer": "blackened", "hint": "synonyms for blackened", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["scorch", "burn slightly and superficially so as to affect color"], ["nigrify", "make or become black"], ["char", "burn slightly and superficially so as to affect color"], ["black", "make or become black"], ["melanize", "make or become black"], ["sear", "burn slightly and superficially so as to affect color"]]}, {"answer": "blame", "hint": "synonyms for blame", "clues": [["charge", "attribute responsibility to"], ["fault", "put or pin the blame on"], ["find fault", "harass with constant criticism"], ["pick", "harass with constant criticism"]]}, {"answer": "blamed", "hint": "synonyms for blamed", "clues": [["blame", "harass with constant criticism"], ["charge", "attribute responsibility to"], ["fault", "put or pin the blame on"], ["pick", "harass with constant criticism"], ["find fault", "harass with constant criticism"]]}, {"answer": "blanched", "hint": "synonyms for blanched", "clues": [["parboil", "cook (vegetables) briefly"], ["blanch", "turn pale, as if in fear"], ["pale", "turn pale, as if in fear"], ["blench", "turn pale, as if in fear"]]}, {"answer": "blaring", "hint": "synonyms for blaring", "clues": [["blast", "make a strident sound"], ["beep", "make a loud noise"], ["honk", "make a loud noise"], ["toot", "make a loud noise"], ["blare", "make a strident sound"], ["claxon", "make a loud noise"]]}, {"answer": "blasted", "hint": "synonyms for blasted", "clues": [["blast", "use explosives on"], ["shoot", "fire a shot"], ["knock down", "shatter as if by explosion"], ["blare", "make a strident sound"], ["crucify", "criticize harshly or violently"], ["nail", "hit hard"], ["boom", "hit hard"], ["savage", "criticize harshly or violently"], ["shell", "create by using explosives"], ["pillory", "criticize harshly or violently"], ["smash", "hit hard"]]}, {"answer": "blasting", "hint": "synonyms for blasting", "clues": [["blast", "use explosives on"], ["shoot", "fire a shot"], ["knock down", "shatter as if by explosion"], ["blare", "make a strident sound"], ["crucify", "criticize harshly or violently"], ["nail", "hit hard"], ["boom", "hit hard"], ["savage", "criticize harshly or violently"], ["shell", "create by using explosives"], ["pillory", "criticize harshly or violently"], ["smash", "hit hard"]]}, {"answer": "bleached", "hint": "synonyms for bleached", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "make whiter or lighter"], ["decolour", "remove color from"]]}, {"answer": "blemished", "hint": "synonyms for blemished", "clues": [["spot", "mar or impair with a flaw"], ["blemish", "add a flaw or blemish to; make imperfect or defective"], ["disfigure", "mar or spoil the appearance of"], ["deface", "mar or spoil the appearance of"], ["flaw", "add a flaw or blemish to; make imperfect or defective"]]}, {"answer": "blended", "hint": "synonyms for blended", "clues": [["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["combine", "mix together different elements"], ["blend in", "blend or harmonize"], ["blend", "combine into one"], ["meld", "mix together different elements"], ["go", "blend or harmonize"], ["immingle", "combine into one"], ["fuse", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["intermix", "combine into one"], ["merge", "mix together different elements"], ["intermingle", "combine into one"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"]]}, {"answer": "blessed", "hint": "synonyms for blessed", "clues": [["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate"], ["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["sanctify", "render holy by means of religious rites"], ["consecrate", "render holy by means of religious rites"]]}, {"answer": "blest", "hint": "synonyms for blest", "clues": [["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate"], ["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["sanctify", "render holy by means of religious rites"], ["consecrate", "render holy by means of religious rites"]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["nictate", "briefly shut the eyes"], ["blink", "gleam or glow intermittently"], ["wink", "briefly shut the eyes"], ["blink away", "force to go away by blinking"], ["winkle", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"]]}, {"answer": "blistering", "hint": "synonyms for blistering", "clues": [["scald", "subject to harsh criticism"], ["blister", "subject to harsh criticism"], ["whip", "subject to harsh criticism"], ["vesicate", "get blistered"]]}, {"answer": "blockaded", "hint": "synonyms for blockaded", "clues": [["block", "render unsuitable for passage"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["bar", "render unsuitable for passage"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["block up", "render unsuitable for passage"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"], ["block off", "obstruct access to"], ["stop", "render unsuitable for passage"], ["seal off", "impose a blockade on"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["barricade", "render unsuitable for passage"]]}, {"answer": "blockading", "hint": "synonyms for blockading", "clues": [["block", "render unsuitable for passage"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["bar", "render unsuitable for passage"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["block up", "render unsuitable for passage"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"], ["block off", "obstruct access to"], ["stop", "render unsuitable for passage"], ["seal off", "impose a blockade on"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["barricade", "render unsuitable for passage"]]}, {"answer": "blocked", "hint": "synonyms for blocked", "clues": [["block", "render unsuitable for passage"], ["stop", "stop from happening or developing"], ["freeze", "prohibit the conversion or use of (assets)"], ["bar", "render unsuitable for passage"], ["jam", "block passage through"], ["block up", "render unsuitable for passage"], ["deflect", "impede the movement of (an opponent or a ball)"], ["immobilise", "prohibit the conversion or use of (assets)"], ["parry", "impede the movement of (an opponent or a ball)"], ["stuff", "obstruct"], ["kibosh", "stop from happening or developing"], ["blockade", "render unsuitable for passage"], ["obstruct", "shut out from view or get in the way so as to hide from sight"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["choke up", "obstruct"], ["barricade", "render unsuitable for passage"], ["occlude", "block passage through"], ["draw a blank", "be unable to remember"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["blank out", "be unable to remember"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["close up", "block passage through"], ["lug", "obstruct"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["halt", "stop from happening or developing"], ["forget", "be unable to remember"], ["impede", "block passage through"], ["obturate", "block passage through"], ["block off", "render unsuitable for passage"]]}, {"answer": "blown", "hint": "synonyms for blown", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["bluster", "show off"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["float", "be in motion due to some air or water current"], ["blow", "burst suddenly"], ["squander", "spend thoughtlessly; throw away"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["vaunt", "show off"], ["shove off", "leave; informal or rude"], ["bollocks up", "make a mess of, destroy or ruin"], ["drift", "be in motion due to some air or water current"], ["flub", "make a mess of, destroy or ruin"], ["suck", "provide sexual gratification through oral stimulation"], ["bobble", "make a mess of, destroy or ruin"], ["be adrift", "be in motion due to some air or water current"], ["brag", "show off"], ["boast", "show off"], ["gasconade", "show off"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["gas", "show off"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["go down on", "provide sexual gratification through oral stimulation"], ["shove along", "leave; informal or rude"], ["bodge", "make a mess of, destroy or ruin"], ["burn out", "melt, break, or become otherwise unusable"], ["bollocks", "make a mess of, destroy or ruin"], ["waste", "spend thoughtlessly; throw away"], ["fellate", "provide sexual gratification through oral stimulation"], ["swash", "show off"], ["botch", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["shoot a line", "show off"], ["blow out", "melt, break, or become otherwise unusable"], ["tout", "show off"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "blunt", "hint": "synonyms for blunt", "clues": [["dull", "make numb or insensitive"], ["benumb", "make numb or insensitive"], ["deaden", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation"], ["numb", "make numb or insensitive"]]}, {"answer": "blunted", "hint": "synonyms for blunted", "clues": [["deaden", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation"], ["blunt", "make less intense"], ["dull", "make dull or blunt"], ["benumb", "make numb or insensitive"], ["numb", "make numb or insensitive"]]}, {"answer": "blurred", "hint": "synonyms for blurred", "clues": [["blur", "to make less distinct or clear"], ["slur", "become vague or indistinct"], ["blear", "make dim or indistinct"], ["obnubilate", "make unclear, indistinct, or blurred"], ["dim", "become vague or indistinct"], ["glaze over", "become glassy; lose clear vision"], ["smudge", "make a smudge on; soil by smudging"], ["confuse", "make unclear, indistinct, or blurred"], ["obscure", "make unclear, indistinct, or blurred"], ["smear", "make a smudge on; soil by smudging"], ["smutch", "make a smudge on; soil by smudging"], ["film over", "become glassy; lose clear vision"]]}, {"answer": "blushing", "hint": "synonyms for blushing", "clues": [["blush", "turn red, as if in embarrassment or shame"], ["crimson", "turn red, as if in embarrassment or shame"], ["redden", "turn red, as if in embarrassment or shame"], ["flush", "turn red, as if in embarrassment or shame"]]}, {"answer": "blustering", "hint": "synonyms for blustering", "clues": [["swagger", "act in an arrogant, overly self-assured, or conceited manner"], ["bluster", "act in an arrogant, overly self-assured, or conceited manner"], ["swash", "act in an arrogant, overly self-assured, or conceited manner"], ["brag", "show off"], ["boast", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "boiled", "hint": "synonyms for boiled", "clues": [["seethe", "be in an agitated emotional state"], ["boil", "be in an agitated emotional state"], ["roil", "be agitated"], ["churn", "be agitated"], ["moil", "be agitated"]]}, {"answer": "bone", "hint": "synonyms for bone", "clues": [["grind away", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["debone", "remove the bones from"], ["bone up", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "boned", "hint": "synonyms for boned", "clues": [["grind away", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["debone", "remove the bones from"], ["bone up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "booming", "hint": "synonyms for booming", "clues": [["boom out", "make a deep hollow sound"], ["nail", "hit hard"], ["boom", "hit hard"], ["expand", "grow vigorously"], ["thunder", "be the case that thunder is being heard"], ["blast", "hit hard"], ["thrive", "grow vigorously"], ["din", "make a resonant sound, like artillery"], ["smash", "hit hard"], ["flourish", "grow vigorously"]]}, {"answer": "bootlicking", "hint": "synonyms for bootlicking", "clues": [["kowtow", "try to gain favor by cringing or flattering"], ["truckle", "try to gain favor by cringing or flattering"], ["fawn", "try to gain favor by cringing or flattering"], ["bootlick", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["suck up", "try to gain favor by cringing or flattering"]]}, {"answer": "bordered", "hint": "synonyms for bordered", "clues": [["bound", "form the boundary of; be contiguous to"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["frame", "enclose in or as if in a frame"], ["border", "form the boundary of; be contiguous to"], ["butt on", "lie adjacent to another or share a boundary"], ["edge", "lie adjacent to another or share a boundary"], ["frame in", "enclose in or as if in a frame"], ["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["skirt", "extend on all sides of simultaneously; encircle"], ["surround", "extend on all sides of simultaneously; encircle"], ["butt", "lie adjacent to another or share a boundary"]]}, {"answer": "born", "hint": "synonyms for born", "clues": [["have a bun in the oven", "be pregnant with"], ["bear", "have"], ["accept", "take on as one's own the expenses or debts of another person"], ["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["tolerate", "put up with something or somebody unpleasant"], ["comport", "behave in a certain manner"], ["hold", "have rightfully; of rights, titles, and offices"], ["deport", "behave in a certain manner"], ["take over", "take on as one's own the expenses or debts of another person"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["deliver", "cause to be born"], ["birth", "cause to be born"], ["give birth", "cause to be born"], ["contain", "contain or hold; have within"], ["turn out", "bring forth,"], ["expect", "be pregnant with"], ["assume", "take on as one's own the expenses or debts of another person"], ["pay", "bring in"], ["suffer", "put up with something or somebody unpleasant"], ["yield", "bring in"], ["have", "cause to be born"], ["endure", "put up with something or somebody unpleasant"], ["wear", "have on one's person"], ["conduct", "behave in a certain manner"], ["abide", "put up with something or somebody unpleasant"], ["gestate", "be pregnant with"], ["put up", "put up with something or somebody unpleasant"], ["acquit", "behave in a certain manner"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "bosomed", "hint": "synonyms for bosomed", "clues": [["bosom", "hide in one's bosom"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness"]]}, {"answer": "botched", "hint": "synonyms for botched", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bothered", "hint": "synonyms for bothered", "clues": [["trouble", "take the trouble to do something; concern oneself"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["discommode", "to cause inconvenience or discomfort to"], ["incommode", "to cause inconvenience or discomfort to"], ["inconvenience oneself", "take the trouble to do something; concern oneself"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["inconvenience", "to cause inconvenience or discomfort to"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["trouble oneself", "take the trouble to do something; concern oneself"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["disoblige", "to cause inconvenience or discomfort to"]]}, {"answer": "bouncing", "hint": "synonyms for bouncing", "clues": [["bounce", "move up and down repeatedly"], ["spring", "spring back; spring away from an impact"], ["bound", "spring back; spring away from an impact"], ["rebound", "spring back; spring away from an impact"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["jounce", "move up and down repeatedly"], ["reverberate", "spring back; spring away from an impact"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["bond", "stick to firmly"], ["rebound", "spring back; spring away from an impact"], ["bind", "create social or emotional ties"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["tie up", "secure with or as if with ropes"], ["stick", "stick to firmly"], ["oblige", "bind by an obligation; cause to be indebted"], ["constipate", "cause to be constipated"], ["bounce", "spring back; spring away from an impact"], ["spring", "move forward by leaps and bounds"], ["confine", "place limits on (extent or access)"], ["take a hop", "spring back; spring away from an impact"], ["bandage", "wrap around with something so as to cover or enclose"], ["hold", "bind by an obligation; cause to be indebted"], ["stick to", "stick to firmly"], ["leap", "move forward by leaps and bounds"], ["tie down", "secure with or as if with ropes"], ["tie", "create social or emotional ties"], ["truss", "secure with or as if with ropes"], ["border", "form the boundary of; be contiguous to"], ["attach", "create social or emotional ties"], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["reverberate", "spring back; spring away from an impact"], ["jump", "move forward by leaps and bounds"], ["limit", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["resile", "spring back; spring away from an impact"], ["trammel", "place limits on (extent or access)"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "bounded", "hint": "synonyms for bounded", "clues": [["bound", "move forward by leaps and bounds"], ["rebound", "spring back; spring away from an impact"], ["border", "form the boundary of; be contiguous to"], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["bounce", "spring back; spring away from an impact"], ["reverberate", "spring back; spring away from an impact"], ["spring", "move forward by leaps and bounds"], ["confine", "place limits on (extent or access)"], ["jump", "move forward by leaps and bounds"], ["limit", "place limits on (extent or access)"], ["take a hop", "spring back; spring away from an impact"], ["restrain", "place limits on (extent or access)"], ["resile", "spring back; spring away from an impact"], ["trammel", "place limits on (extent or access)"], ["leap", "move forward by leaps and bounds"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "bowed", "hint": "synonyms for bowed", "clues": [["bow", "bend one's back forward from the waist on down"], ["bow down", "bend one's knee or body, or lower one's head"], ["give in", "yield to another's wish or opinion"], ["stoop", "bend one's back forward from the waist on down"], ["crouch", "bend one's back forward from the waist on down"], ["accede", "yield to another's wish or opinion"], ["submit", "yield to another's wish or opinion"], ["bend", "bend one's back forward from the waist on down"], ["defer", "yield to another's wish or opinion"]]}, {"answer": "bowing", "hint": "synonyms for bowing", "clues": [["bow", "bend one's back forward from the waist on down"], ["bow down", "bend one's knee or body, or lower one's head"], ["give in", "yield to another's wish or opinion"], ["stoop", "bend one's back forward from the waist on down"], ["crouch", "bend one's back forward from the waist on down"], ["accede", "yield to another's wish or opinion"], ["submit", "yield to another's wish or opinion"], ["bend", "bend one's back forward from the waist on down"], ["defer", "yield to another's wish or opinion"]]}, {"answer": "braced", "hint": "synonyms for braced", "clues": [["energize", "cause to be alert and energetic"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace"], ["poise", "prepare (oneself) for something unpleasant or difficult"], ["arouse", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["brace", "cause to be alert and energetic"], ["steady", "support or hold steady and make steadfast, with or as if with a brace"]]}, {"answer": "bracing", "hint": "synonyms for bracing", "clues": [["energize", "cause to be alert and energetic"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace"], ["poise", "prepare (oneself) for something unpleasant or difficult"], ["arouse", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["brace", "cause to be alert and energetic"], ["steady", "support or hold steady and make steadfast, with or as if with a brace"]]}, {"answer": "brag", "hint": "synonyms for brag", "clues": [["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "braided", "hint": "synonyms for braided", "clues": [["pleach", "form or weave into a braid or braids"], ["lace", "make by braiding or interlacing"], ["braid", "form or weave into a braid or braids"], ["plait", "make by braiding or interlacing"]]}, {"answer": "branched", "hint": "synonyms for branched", "clues": [["branch", "grow and send out branches or branch-like structures"], ["ramify", "divide into two or more branches so as to form a fork"], ["furcate", "divide into two or more branches so as to form a fork"], ["fork", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"]]}, {"answer": "branching", "hint": "synonyms for branching", "clues": [["branch", "grow and send out branches or branch-like structures"], ["ramify", "divide into two or more branches so as to form a fork"], ["furcate", "divide into two or more branches so as to form a fork"], ["fork", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"]]}, {"answer": "branded", "hint": "synonyms for branded", "clues": [["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["brandmark", "mark with a brand or trademark"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful"], ["trademark", "mark with a brand or trademark"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful"], ["post", "mark or expose as infamous"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"]]}, {"answer": "breathed", "hint": "synonyms for breathed", "clues": [["breathe", "reach full flavor by absorbing air and being let to stand after having been uncorked"], ["pass off", "expel (gases or odors)"], ["emit", "expel (gases or odors)"], ["rest", "take a short break from one's activities in order to relax"], ["suspire", "draw air into, and expel out of, the lungs"], ["take a breather", "take a short break from one's activities in order to relax"], ["catch one's breath", "take a short break from one's activities in order to relax"], ["respire", "draw air into, and expel out of, the lungs"]]}, {"answer": "breathing", "hint": "synonyms for breathing", "clues": [["breathe", "reach full flavor by absorbing air and being let to stand after having been uncorked"], ["pass off", "expel (gases or odors)"], ["emit", "expel (gases or odors)"], ["rest", "take a short break from one's activities in order to relax"], ["suspire", "draw air into, and expel out of, the lungs"], ["take a breather", "take a short break from one's activities in order to relax"], ["catch one's breath", "take a short break from one's activities in order to relax"], ["respire", "draw air into, and expel out of, the lungs"]]}, {"answer": "breeding", "hint": "synonyms for breeding", "clues": [["multiply", "have young (animals) or reproduce (organisms)"], ["breed", "call forth"], ["cover", "copulate with a female, used especially of horses"], ["engender", "call forth"], ["spawn", "call forth"]]}, {"answer": "bristled", "hint": "synonyms for bristled", "clues": [["burst", "be in a state of movement or action"], ["stand up", "rise up as in fear"], ["uprise", "rise up as in fear"], ["bristle", "have or be thickly covered with or as if with bristles"], ["abound", "be in a state of movement or action"]]}, {"answer": "broke", "hint": "synonyms for broke", "clues": [["break", "fail to agree with; be in violation of; as of rules or patterns"], ["go against", "fail to agree with; be in violation of; as of rules or patterns"], ["recrudesce", "happen"], ["break away", "move away or escape suddenly"], ["break out", "move away or escape suddenly"], ["dampen", "lessen in force or effect"], ["erupt", "force out or release suddenly and often violently something pent up"], ["break up", "destroy the completeness of a set of related items"], ["founder", "break down, literally or metaphorically"], ["smash", "reduce to bankruptcy"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["bust", "ruin completely"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give out", "stop operating or functioning"], ["soften", "lessen in force or effect"], ["break-dance", "do a break dance"], ["separate", "become separated into pieces or fragments"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["break off", "prevent completion"], ["fall in", "break down, literally or metaphorically"], ["go bad", "stop operating or functioning"], ["collapse", "break down, literally or metaphorically"], ["violate", "fail to agree with; be in violation of; as of rules or patterns"], ["intermit", "cease an action temporarily"], ["ruin", "reduce to bankruptcy"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["part", "discontinue an association or relation; go different ways"], ["discontinue", "prevent completion"], ["snap off", "break a piece from a whole"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act"], ["check", "become fractured; break or crack on the surface only"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["fall apart", "become separated into pieces or fragments"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["split up", "discontinue an association or relation; go different ways"], ["demote", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["interrupt", "terminate"], ["bump", "assign to a lower position; reduce in rank"], ["break down", "stop operating or functioning"], ["wear out", "go to pieces"], ["develop", "happen"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give way", "break down, literally or metaphorically"], ["weaken", "lessen in force or effect"], ["cave in", "break down, literally or metaphorically"], ["come apart", "become separated into pieces or fragments"], ["die", "stop operating or functioning"], ["wear", "go to pieces"], ["damp", "lessen in force or effect"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["crack", "become fractured; break or crack on the surface only"], ["split", "discontinue an association or relation; go different ways"], ["get around", "be released or become known; of news"], ["fracture", "fracture a bone of"], ["stop", "prevent completion"], ["better", "surpass in excellence"], ["give", "break down, literally or metaphorically"], ["kick downstairs", "assign to a lower position; reduce in rank"], ["bankrupt", "reduce to bankruptcy"], ["pause", "cease an action temporarily"], ["fail", "stop operating or functioning"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "broken", "hint": "synonyms for broken", "clues": [["break", "fail to agree with; be in violation of; as of rules or patterns"], ["go against", "fail to agree with; be in violation of; as of rules or patterns"], ["recrudesce", "happen"], ["break away", "move away or escape suddenly"], ["break out", "move away or escape suddenly"], ["dampen", "lessen in force or effect"], ["erupt", "force out or release suddenly and often violently something pent up"], ["break up", "destroy the completeness of a set of related items"], ["founder", "break down, literally or metaphorically"], ["smash", "reduce to bankruptcy"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["bust", "ruin completely"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give out", "stop operating or functioning"], ["soften", "lessen in force or effect"], ["break-dance", "do a break dance"], ["separate", "become separated into pieces or fragments"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["break off", "prevent completion"], ["fall in", "break down, literally or metaphorically"], ["go bad", "stop operating or functioning"], ["collapse", "break down, literally or metaphorically"], ["violate", "fail to agree with; be in violation of; as of rules or patterns"], ["intermit", "cease an action temporarily"], ["ruin", "reduce to bankruptcy"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["part", "discontinue an association or relation; go different ways"], ["discontinue", "prevent completion"], ["snap off", "break a piece from a whole"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act"], ["check", "become fractured; break or crack on the surface only"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["fall apart", "become separated into pieces or fragments"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["split up", "discontinue an association or relation; go different ways"], ["demote", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["interrupt", "terminate"], ["bump", "assign to a lower position; reduce in rank"], ["break down", "stop operating or functioning"], ["wear out", "go to pieces"], ["develop", "happen"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give way", "break down, literally or metaphorically"], ["weaken", "lessen in force or effect"], ["cave in", "break down, literally or metaphorically"], ["come apart", "become separated into pieces or fragments"], ["die", "stop operating or functioning"], ["wear", "go to pieces"], ["damp", "lessen in force or effect"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["crack", "become fractured; break or crack on the surface only"], ["split", "discontinue an association or relation; go different ways"], ["get around", "be released or become known; of news"], ["fracture", "fracture a bone of"], ["stop", "prevent completion"], ["better", "surpass in excellence"], ["give", "break down, literally or metaphorically"], ["kick downstairs", "assign to a lower position; reduce in rank"], ["bankrupt", "reduce to bankruptcy"], ["pause", "cease an action temporarily"], ["fail", "stop operating or functioning"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "brooding", "hint": "synonyms for brooding", "clues": [["sulk", "be in a huff and display one's displeasure"], ["cover", "sit on (eggs)"], ["brood", "hang over, as of something threatening, dark, or menacing"], ["grizzle", "be in a huff; be silent or sullen"], ["stew", "be in a huff; be silent or sullen"], ["hatch", "sit on (eggs)"], ["loom", "hang over, as of something threatening, dark, or menacing"], ["pout", "be in a huff and display one's displeasure"], ["dwell", "think moodily or anxiously about something"], ["incubate", "sit on (eggs)"], ["hover", "hang over, as of something threatening, dark, or menacing"], ["bulk large", "hang over, as of something threatening, dark, or menacing"]]}, {"answer": "bruising", "hint": "synonyms for bruising", "clues": [["spite", "hurt the feelings of"], ["contuse", "injure the underlying soft tissue or bone of"], ["injure", "hurt the feelings of"], ["bruise", "damage (plant tissue) by abrasion or pressure"], ["wound", "hurt the feelings of"], ["offend", "hurt the feelings of"], ["hurt", "hurt the feelings of"]]}, {"answer": "bubbling", "hint": "synonyms for bubbling", "clues": [["bubble", "form, produce, or emit bubbles"], ["burble", "flow in an irregular current with a bubbling noise"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"], ["belch", "expel gas from the stomach"], ["burp", "expel gas from the stomach"], ["eruct", "expel gas from the stomach"], ["guggle", "flow in an irregular current with a bubbling noise"]]}, {"answer": "buffeted", "hint": "synonyms for buffeted", "clues": [["buffet", "strike, beat repeatedly"], ["buff", "strike, beat repeatedly"], ["batter", "strike against forcefully"], ["knock about", "strike against forcefully"]]}, {"answer": "bugged", "hint": "synonyms for bugged", "clues": [["bug", "tap a telephone or telegraph wire to get information"], ["tease", "annoy persistently"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["pester", "annoy persistently"], ["tap", "tap a telephone or telegraph wire to get information"], ["intercept", "tap a telephone or telegraph wire to get information"], ["beleaguer", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "built", "hint": "synonyms for built", "clues": [["build up", "form or accumulate steadily"], ["build", "develop and grow"], ["establish", "build or establish something abstract"], ["progress", "form or accumulate steadily"], ["work up", "form or accumulate steadily"], ["ramp up", "bolster or strengthen"], ["construct", "make by combining materials and parts"], ["make", "make by combining materials and parts"]]}, {"answer": "bulging", "hint": "synonyms for bulging", "clues": [["pouch", "swell or protrude outwards"], ["bag", "bulge out; form a bulge outward, or be so full as to appear to bulge"], ["come out", "bulge outward"], ["bulge out", "bulge outward"], ["bulge", "bulge outward"], ["pop out", "bulge outward"], ["pop", "bulge outward"], ["protrude", "bulge outward"], ["start", "bulge outward"], ["bulk", "cause to bulge or swell outwards"]]}, {"answer": "bully", "hint": "synonyms for bully", "clues": [["bullyrag", "be bossy towards"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate"], ["push around", "be bossy towards"], ["strong-arm", "be bossy towards"], ["hector", "be bossy towards"], ["swagger", "discourage or frighten with threats or a domineering manner; intimidate"], ["boss around", "be bossy towards"]]}, {"answer": "bullying", "hint": "synonyms for bullying", "clues": [["bully", "be bossy towards"], ["bullyrag", "be bossy towards"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate"], ["push around", "be bossy towards"], ["strong-arm", "be bossy towards"], ["hector", "be bossy towards"], ["swagger", "discourage or frighten with threats or a domineering manner; intimidate"], ["boss around", "be bossy towards"]]}, {"answer": "bum", "hint": "synonyms for bum", "clues": [["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["mooch", "ask for and get free; be a parasite"], ["sponge", "ask for and get free; be a parasite"], ["loaf", "be lazy or idle"], ["bum about", "be lazy or idle"], ["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["cadge", "ask for and get free; be a parasite"], ["grub", "ask for and get free; be a parasite"], ["lounge around", "be lazy or idle"]]}, {"answer": "bumbling", "hint": "synonyms for bumbling", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["stammer", "speak haltingly"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["stumble", "walk unsteadily"], ["stutter", "speak haltingly"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["falter", "speak haltingly"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bungled", "hint": "synonyms for bungled", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bungling", "hint": "synonyms for bungling", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "burbling", "hint": "synonyms for burbling", "clues": [["burble", "flow in an irregular current with a bubbling noise"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"]]}, {"answer": "burdened", "hint": "synonyms for burdened", "clues": [["weight", "weight down with a load"], ["burthen", "weight down with a load"], ["burden", "impose a task upon, assign a responsibility to"], ["charge", "impose a task upon, assign a responsibility to"], ["saddle", "impose a task upon, assign a responsibility to"], ["weight down", "weight down with a load"]]}, {"answer": "buried", "hint": "synonyms for buried", "clues": [["sink", "embed deeply"], ["immerse", "enclose or envelop completely, as if by swallowing"], ["entomb", "place in a grave or tomb"], ["inter", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["bury", "place in the earth and cover with soil"], ["eat up", "enclose or envelop completely, as if by swallowing"], ["lay to rest", "place in a grave or tomb"], ["forget", "dismiss from the mind; stop remembering"], ["swallow", "enclose or envelop completely, as if by swallowing"], ["swallow up", "enclose or envelop completely, as if by swallowing"]]}, {"answer": "burned", "hint": "synonyms for burned", "clues": [["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["burn", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["glow", "shine intensely, as if with heat"], ["burn off", "use up (energy)"], ["combust", "cause to burn or combust"], ["fire", "destroy by fire"], ["bite", "cause a sharp or stinging pain or discomfort"], ["burn up", "use up (energy)"], ["sting", "cause a sharp or stinging pain or discomfort"], ["sunburn", "get a sunburn by overexposure to the sun"], ["incinerate", "cause to undergo combustion"], ["cut", "create by duplicating data"], ["burn down", "destroy by fire"]]}, {"answer": "burning", "hint": "synonyms for burning", "clues": [["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["burn", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["glow", "shine intensely, as if with heat"], ["burn off", "use up (energy)"], ["combust", "cause to burn or combust"], ["fire", "destroy by fire"], ["bite", "cause a sharp or stinging pain or discomfort"], ["burn up", "use up (energy)"], ["sting", "cause a sharp or stinging pain or discomfort"], ["sunburn", "get a sunburn by overexposure to the sun"], ["incinerate", "cause to undergo combustion"], ["cut", "create by duplicating data"], ["burn down", "destroy by fire"]]}, {"answer": "burnt", "hint": "synonyms for burnt", "clues": [["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["burn", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["glow", "shine intensely, as if with heat"], ["burn off", "use up (energy)"], ["combust", "cause to burn or combust"], ["fire", "destroy by fire"], ["bite", "cause a sharp or stinging pain or discomfort"], ["burn up", "use up (energy)"], ["sting", "cause a sharp or stinging pain or discomfort"], ["sunburn", "get a sunburn by overexposure to the sun"], ["incinerate", "cause to undergo combustion"], ["cut", "create by duplicating data"], ["burn down", "destroy by fire"]]}, {"answer": "bushwhacking", "hint": "synonyms for bushwhacking", "clues": [["lurk", "wait in hiding to attack"], ["lie in wait", "wait in hiding to attack"], ["waylay", "wait in hiding to attack"], ["bushwhack", "wait in hiding to attack"], ["scupper", "wait in hiding to attack"], ["ambush", "wait in hiding to attack"], ["ambuscade", "wait in hiding to attack"]]}, {"answer": "bust", "hint": "synonyms for bust", "clues": [["rupture", "separate or cause to separate abruptly"], ["fall apart", "go to pieces"], ["wear", "go to pieces"], ["tear", "separate or cause to separate abruptly"], ["burst", "break open or apart suddenly and forcefully"], ["break", "ruin completely"], ["snap", "separate or cause to separate abruptly"], ["raid", "search without warning, make a sudden surprise attack on"], ["wear out", "go to pieces"]]}, {"answer": "busted", "hint": "synonyms for busted", "clues": [["rupture", "separate or cause to separate abruptly"], ["fall apart", "go to pieces"], ["wear", "go to pieces"], ["tear", "separate or cause to separate abruptly"], ["bust", "go to pieces"], ["break", "ruin completely"], ["snap", "separate or cause to separate abruptly"], ["raid", "search without warning, make a sudden surprise attack on"], ["wear out", "go to pieces"]]}, {"answer": "buzzing", "hint": "synonyms for buzzing", "clues": [["buzz", "call with a buzzer"], ["bombinate", "make a buzzing sound"], ["hum", "be noisy with activity"], ["seethe", "be noisy with activity"]]}, {"answer": "bypast", "hint": "synonyms for bypast", "clues": [["bypass", "avoid something unpleasant or laborious"], ["get around", "avoid something unpleasant or laborious"], ["short-circuit", "avoid something unpleasant or laborious"], ["go around", "avoid something unpleasant or laborious"]]}, {"answer": "calculated", "hint": "synonyms for calculated", "clues": [["forecast", "predict in advance"], ["direct", "specifically design a product, event, or activity for a certain public"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["aim", "specifically design a product, event, or activity for a certain public"], ["calculate", "specifically design a product, event, or activity for a certain public"], ["account", "keep an account of"], ["work out", "make a mathematical calculation or computation"], ["bet", "have faith or confidence in"], ["compute", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"], ["count", "have faith or confidence in"], ["figure", "make a mathematical calculation or computation"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["cypher", "make a mathematical calculation or computation"], ["cipher", "make a mathematical calculation or computation"]]}, {"answer": "calculating", "hint": "synonyms for calculating", "clues": [["forecast", "predict in advance"], ["direct", "specifically design a product, event, or activity for a certain public"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["aim", "specifically design a product, event, or activity for a certain public"], ["calculate", "specifically design a product, event, or activity for a certain public"], ["account", "keep an account of"], ["work out", "make a mathematical calculation or computation"], ["bet", "have faith or confidence in"], ["compute", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"], ["count", "have faith or confidence in"], ["figure", "make a mathematical calculation or computation"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["cypher", "make a mathematical calculation or computation"], ["cipher", "make a mathematical calculation or computation"]]}, {"answer": "calm", "hint": "synonyms for calm", "clues": [["calm down", "become quiet or calm, especially after a state of agitation"], ["steady", "make steady"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["cool it", "become quiet or calm, especially after a state of agitation"], ["tranquillise", "cause to be calm or quiet as by administering a sedative to"], ["chill out", "become quiet or calm, especially after a state of agitation"], ["quiet", "make calm or still"], ["cool off", "become quiet or calm, especially after a state of agitation"], ["lull", "make calm or still"], ["settle down", "become quiet or calm, especially after a state of agitation"], ["simmer down", "become quiet or calm, especially after a state of agitation"], ["becalm", "make steady"]]}, {"answer": "camp", "hint": "synonyms for camp", "clues": [["encamp", "live in or as if in a tent"], ["camp out", "live in or as if in a tent"], ["camp down", "establish or set up a camp"], ["tent", "live in or as if in a tent"], ["bivouac", "live in or as if in a tent"]]}, {"answer": "cancelled", "hint": "synonyms for cancelled", "clues": [["delete", "remove or make invisible"], ["scrub", "postpone indefinitely or annul something that was scheduled"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["cancel", "make invalid for use"], ["invalidate", "make invalid for use"], ["strike down", "declare null and void; make ineffective"], ["scratch", "postpone indefinitely or annul something that was scheduled"], ["offset", "make up for"], ["set off", "make up for"]]}, {"answer": "canned", "hint": "synonyms for canned", "clues": [["fire", "terminate the employment of; discharge from an office or position"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["tin", "preserve in a can or tin"], ["put up", "preserve in a can or tin"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "canted", "hint": "synonyms for canted", "clues": [["tilt", "heel over"], ["pitch", "heel over"], ["cant over", "heel over"], ["slant", "heel over"], ["cant", "heel over"]]}, {"answer": "captivated", "hint": "synonyms for captivated", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "captivating", "hint": "synonyms for captivating", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "caring", "hint": "synonyms for caring", "clues": [["care", "prefer or wish to do something"], ["give care", "provide care for"], ["manage", "be in charge of, act on, or dispose of"], ["like", "prefer or wish to do something"], ["worry", "be concerned with"], ["handle", "be in charge of, act on, or dispose of"], ["deal", "be in charge of, act on, or dispose of"], ["wish", "prefer or wish to do something"]]}, {"answer": "castrated", "hint": "synonyms for castrated", "clues": [["expurgate", "edit by omitting or modifying parts considered indelicate"], ["castrate", "remove the testicles of a male animal"], ["spay", "remove the ovaries of"], ["demasculinize", "remove the testicles of a male animal"], ["emasculate", "remove the testicles of a male animal"], ["alter", "remove the ovaries of"], ["shorten", "edit by omitting or modifying parts considered indelicate"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate"], ["neuter", "remove the ovaries of"]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["catch", "capture as if by hunting, snaring, or trapping"], ["trance", "attract; cause to be enamored"], ["hitch", "to hook or entangle"], ["trip up", "detect a blunder or misstep"], ["becharm", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["take in", "hear, usually without the knowledge of the speakers"], ["get", "succeed in catching or seizing, especially after a chase"], ["enamor", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["see", "see or watch"], ["grab", "take hold of so as to seize or restrain or stop the motion of"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["arrest", "attract and fix"], ["take hold of", "take hold of so as to seize or restrain or stop the motion of"], ["charm", "attract; cause to be enamored"], ["overtake", "catch up with and possibly overtake"], ["overhear", "hear, usually without the knowledge of the speakers"], ["enchant", "attract; cause to be enamored"], ["catch up with", "catch up with and possibly overtake"], ["watch", "see or watch"], ["view", "see or watch"], ["pick up", "perceive with the senses quickly, suddenly, or momentarily"]]}, {"answer": "celebrated", "hint": "synonyms for celebrated", "clues": [["observe", "behave as expected during of holidays or rites"], ["celebrate", "behave as expected during of holidays or rites"], ["lionize", "assign great social importance to"], ["keep", "behave as expected during of holidays or rites"], ["fete", "have a celebration"]]}, {"answer": "center", "hint": "synonyms for center", "clues": [["pore", "direct one's attention on something"], ["centre", "move into the center"], ["revolve about", "center upon"], ["revolve around", "center upon"], ["concentrate", "direct one's attention on something"], ["focus", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["focus on", "center upon"], ["center on", "center upon"]]}, {"answer": "centered", "hint": "synonyms for centered", "clues": [["pore", "direct one's attention on something"], ["centre", "move into the center"], ["revolve about", "center upon"], ["center", "center upon"], ["revolve around", "center upon"], ["concentrate", "direct one's attention on something"], ["focus", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["focus on", "center upon"], ["center on", "center upon"]]}, {"answer": "certified", "hint": "synonyms for certified", "clues": [["licence", "authorize officially"], ["certify", "declare legally insane"], ["indorse", "guarantee as meeting a certain standard"], ["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "chafed", "hint": "synonyms for chafed", "clues": [["rub", "cause friction"], ["chafe", "become or make sore by or as if by rubbing"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["gall", "become or make sore by or as if by rubbing"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["fret", "cause friction"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["excoriate", "tear or wear off the skin or make sore by abrading"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["fray", "cause friction"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["scratch", "cause friction"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "chagrined", "hint": "synonyms for chagrined", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["mortify", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"]]}, {"answer": "challenging", "hint": "synonyms for challenging", "clues": [["dispute", "take exception to"], ["challenge", "raise a formal objection in a court of law"], ["take exception", "raise a formal objection in a court of law"], ["gainsay", "take exception to"]]}, {"answer": "chance", "hint": "synonyms for chance", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["bump", "come upon, as if by accident; meet with"], ["happen", "come upon, as if by accident; meet with"], ["take a chance", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["encounter", "come upon, as if by accident; meet with"], ["hazard", "take a risk in the hope of a favorable outcome"], ["adventure", "take a risk in the hope of a favorable outcome"], ["find", "come upon, as if by accident; meet with"]]}, {"answer": "changed", "hint": "synonyms for changed", "clues": [["commute", "exchange or replace with another, usually of the same kind or category"], ["change", "remove or replace the coverings of"], ["alter", "cause to change; make different; cause a transformation"], ["modify", "cause to change; make different; cause a transformation"], ["switch", "lay aside, abandon, or leave for another"], ["interchange", "give to, and receive from, one another"], ["shift", "lay aside, abandon, or leave for another"], ["convert", "exchange or replace with another, usually of the same kind or category"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["transfer", "change from one vehicle or transportation line to another"], ["deepen", "become deeper in tone"]]}, {"answer": "changing", "hint": "synonyms for changing", "clues": [["commute", "exchange or replace with another, usually of the same kind or category"], ["change", "remove or replace the coverings of"], ["alter", "cause to change; make different; cause a transformation"], ["modify", "cause to change; make different; cause a transformation"], ["switch", "lay aside, abandon, or leave for another"], ["interchange", "give to, and receive from, one another"], ["shift", "lay aside, abandon, or leave for another"], ["convert", "exchange or replace with another, usually of the same kind or category"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["transfer", "change from one vehicle or transportation line to another"], ["deepen", "become deeper in tone"]]}, {"answer": "chanted", "hint": "synonyms for chanted", "clues": [["chant", "utter monotonously and repetitively and rhythmically"], ["intone", "recite with musical intonation; recite as a chant or a psalm"], ["tone", "utter monotonously and repetitively and rhythmically"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm"]]}, {"answer": "charged", "hint": "synonyms for charged", "clues": [["charge", "instruct or command with authority"], ["level", "direct into a position for use"], ["point", "direct into a position for use"], ["load", "provide (a device) with something necessary"], ["appoint", "assign a duty, responsibility or obligation to"], ["charge up", "cause to be agitated, excited, or roused"], ["saddle", "impose a task upon, assign a responsibility to"], ["shoot", "move quickly and violently"], ["agitate", "cause to be agitated, excited, or roused"], ["accuse", "blame for, make a claim of wrongdoing or misbehavior against"], ["tear", "move quickly and violently"], ["bill", "demand payment"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["excite", "cause to be agitated, excited, or roused"], ["blame", "attribute responsibility to"], ["lodge", "file a formal charge against"], ["turn on", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["commit", "cause to be admitted; of persons to an institution"], ["bear down", "to make a rush at or sudden attack upon, as in battle"], ["send", "cause to be admitted; of persons to an institution"], ["burden", "impose a task upon, assign a responsibility to"], ["commove", "cause to be agitated, excited, or roused"], ["consign", "give over to another for care or safekeeping"], ["shoot down", "move quickly and violently"], ["file", "file a formal charge against"], ["buck", "move quickly and violently"]]}, {"answer": "charmed", "hint": "synonyms for charmed", "clues": [["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "control by magic spells, as by practicing witchcraft"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["influence", "induce into action by using one's charm"], ["tempt", "induce into action by using one's charm"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"]]}, {"answer": "charming", "hint": "synonyms for charming", "clues": [["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "control by magic spells, as by practicing witchcraft"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["influence", "induce into action by using one's charm"], ["tempt", "induce into action by using one's charm"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"]]}, {"answer": "chartered", "hint": "synonyms for chartered", "clues": [["engage", "engage for service under a term of contract"], ["rent", "engage for service under a term of contract"], ["hire", "hold under a lease or rental agreement; of goods and services"], ["charter", "hold under a lease or rental agreement; of goods and services"], ["lease", "hold under a lease or rental agreement; of goods and services"], ["take", "engage for service under a term of contract"]]}, {"answer": "cheating", "hint": "synonyms for cheating", "clues": [["rip off", "deprive somebody of something by deceit"], ["chisel", "deprive somebody of something by deceit"], ["cheat", "engage in deceitful behavior; practice trickery or fraud"], ["betray", "be sexually unfaithful to one's partner in marriage"], ["wander", "be sexually unfaithful to one's partner in marriage"], ["cuckold", "be sexually unfaithful to one's partner in marriage"], ["cheat on", "be sexually unfaithful to one's partner in marriage"], ["jockey", "defeat someone through trickery or deceit"], ["chicane", "defeat someone through trickery or deceit"], ["shaft", "defeat someone through trickery or deceit"], ["chouse", "defeat someone through trickery or deceit"], ["screw", "defeat someone through trickery or deceit"]]}, {"answer": "checked", "hint": "synonyms for checked", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["retard", "slow the growth or development of"], ["check", "decline to initiate betting"], ["chink", "make cracks or chinks in"], ["tick off", "put a check mark on or near or next to"], ["delay", "slow the growth or development of"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["insure", "be careful or certain to do something; make certain of something"], ["mark off", "put a check mark on or near or next to"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["ascertain", "be careful or certain to do something; make certain of something"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["see", "be careful or certain to do something; make certain of something"], ["suss out", "examine so as to determine accuracy, quality, or condition"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["break", "become fractured; break or crack on the surface only"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["checker", "mark into squares or draw squares on; draw crossed lines on"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["ensure", "be careful or certain to do something; make certain of something"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["mark", "put a check mark on or near or next to"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["look into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"], ["see to it", "be careful or certain to do something; make certain of something"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["crack", "become fractured; break or crack on the surface only"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["check off", "put a check mark on or near or next to"], ["assure", "be careful or certain to do something; make certain of something"], ["chequer", "mark into squares or draw squares on; draw crossed lines on"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["tick", "put a check mark on or near or next to"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"]]}, {"answer": "cheering", "hint": "synonyms for cheering", "clues": [["chirk up", "become cheerful"], ["cheer", "give encouragement to"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["embolden", "give encouragement to"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["jolly up", "cause (somebody) to feel happier or more cheerful"], ["urge", "spur on or encourage especially by cheers and shouts"], ["cheer up", "become cheerful"], ["root on", "spur on or encourage especially by cheers and shouts"], ["recreate", "give encouragement to"], ["hearten", "give encouragement to"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["jolly along", "cause (somebody) to feel happier or more cheerful"]]}, {"answer": "cherished", "hint": "synonyms for cherished", "clues": [["cherish", "be fond of; be attached to"], ["treasure", "be fond of; be attached to"], ["hold dear", "be fond of; be attached to"], ["care for", "be fond of; be attached to"]]}, {"answer": "chinked", "hint": "synonyms for chinked", "clues": [["chink", "fill the chinks of, as with caulking"], ["check", "make cracks or chinks in"], ["clink", "make or emit a high sound"], ["tinkle", "make or emit a high sound"], ["tink", "make or emit a high sound"]]}, {"answer": "choked", "hint": "synonyms for choked", "clues": [["fret", "be too tight; rub or press"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["throttle", "reduce the air supply"], ["suffocate", "become stultified, suppressed, or stifled"], ["choke", "fail to perform adequately due to tension or agitation"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["gag", "be too tight; rub or press"], ["asphyxiate", "impair the respiration of or obstruct the air passage of"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["strangle", "struggle for breath; have insufficient oxygen intake"], ["foul", "become or cause to become obstructed"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["congest", "become or cause to become obstructed"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["scrag", "wring the neck of"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke off", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["stifle", "impair the respiration of or obstruct the air passage of"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["back up", "become or cause to become obstructed"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "churning", "hint": "synonyms for churning", "clues": [["moil", "be agitated"], ["churn", "stir (cream) vigorously in order to make butter"], ["boil", "be agitated"], ["roil", "be agitated"]]}, {"answer": "circulating", "hint": "synonyms for circulating", "clues": [["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["circulate", "cause to move in a circuit or system"], ["pass around", "cause be distributed"], ["mobilise", "cause to move around"], ["distribute", "cause to become widely known"], ["circularize", "cause to become widely known"], ["circle", "move in circles"], ["go around", "become widely known and passed on"], ["pass on", "cause be distributed"], ["spread", "cause to become widely known"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "civilised", "hint": "synonyms for civilised", "clues": [["educate", "teach or refine to be discriminative in taste or judgment"], ["school", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["train", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "civilized", "hint": "synonyms for civilized", "clues": [["educate", "teach or refine to be discriminative in taste or judgment"], ["school", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["train", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "clad", "hint": "synonyms for clad", "clues": [["cloak", "cover as if with clothing"], ["raiment", "provide with clothes or put clothes on"], ["invest", "furnish with power or authority; of kings or emperors"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["adorn", "furnish with power or authority; of kings or emperors"], ["drape", "cover as if with clothing"], ["apparel", "provide with clothes or put clothes on"], ["robe", "cover as if with clothing"]]}, {"answer": "classified", "hint": "synonyms for classified", "clues": [["sort out", "arrange or order by classes or categories"], ["classify", "declare unavailable, as for security reasons"], ["assort", "arrange or order by classes or categories"], ["class", "arrange or order by classes or categories"], ["relegate", "assign to a class or kind"], ["sort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"]]}, {"answer": "clean", "hint": "synonyms for clean", "clues": [["pick", "remove unwanted substances from, such as feathers or pits"], ["cleanse", "clean one's body or parts thereof, as by washing"], ["clean house", "clean and tidy up the house"], ["houseclean", "clean and tidy up the house"], ["strip", "remove all contents or possession from, or empty completely"], ["make clean", "make clean by removing dirt, filth, or unwanted substances from"], ["scavenge", "remove unwanted substances from"]]}, {"answer": "clear", "hint": "synonyms for clear", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["exonerate", "pronounce not guilty of criminal charges"], ["authorise", "grant authorization or clearance for"], ["light up", "become clear"], ["net", "yield as a net profit"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["sack up", "make as a net profit"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["top", "pass by, over, or under without making contact"], ["sack", "make as a net profit"], ["discharge", "pronounce not guilty of criminal charges"], ["clear up", "make free from confusion or ambiguity; make clear"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["acquit", "pronounce not guilty of criminal charges"], ["brighten", "become clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["assoil", "pronounce not guilty of criminal charges"], ["unclutter", "rid of obstructions"], ["pass", "grant authorization or clearance for"], ["solve", "settle, as of a debt"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["exculpate", "pronounce not guilty of criminal charges"]]}, {"answer": "cleared", "hint": "synonyms for cleared", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["clear", "remove (people) from a building"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["exonerate", "pronounce not guilty of criminal charges"], ["authorise", "grant authorization or clearance for"], ["light up", "become clear"], ["net", "yield as a net profit"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["sack up", "make as a net profit"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["top", "pass by, over, or under without making contact"], ["sack", "make as a net profit"], ["discharge", "pronounce not guilty of criminal charges"], ["clear up", "make free from confusion or ambiguity; make clear"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["acquit", "pronounce not guilty of criminal charges"], ["brighten", "become clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["assoil", "pronounce not guilty of criminal charges"], ["unclutter", "rid of obstructions"], ["pass", "grant authorization or clearance for"], ["solve", "settle, as of a debt"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["exculpate", "pronounce not guilty of criminal charges"]]}, {"answer": "cleft", "hint": "synonyms for cleft", "clues": [["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["rive", "separate or cut with a tool, such as a sharp instrument"], ["adhere", "come or be in close contact with; stick or hold together and resist separation"], ["stick", "come or be in close contact with; stick or hold together and resist separation"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["split", "separate or cut with a tool, such as a sharp instrument"]]}, {"answer": "clinking", "hint": "synonyms for clinking", "clues": [["clink", "make a high sound typical of glass"], ["chink", "make or emit a high sound"], ["tinkle", "make or emit a high sound"], ["tink", "make or emit a high sound"]]}, {"answer": "clipped", "hint": "synonyms for clipped", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["jog", "run at a moderately swift pace"], ["nip", "sever or remove by pinching or snipping"], ["cut back", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"], ["nip off", "sever or remove by pinching or snipping"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent"], ["crop", "cultivate, tend, and cut back the growth of"], ["trot", "run at a moderately swift pace"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent"], ["trim", "cultivate, tend, and cut back the growth of"]]}, {"answer": "cloaked", "hint": "synonyms for cloaked", "clues": [["cloak", "hide under a false appearance"], ["mask", "hide under a false appearance"], ["dissemble", "hide under a false appearance"], ["clothe", "cover as if with clothing"], ["drape", "cover as if with clothing"], ["robe", "cover as if with clothing"]]}, {"answer": "clogged", "hint": "synonyms for clogged", "clues": [["back up", "become or cause to become obstructed"], ["clog", "impede the motion of, as with a chain or a burden"], ["foul", "become or cause to become obstructed"], ["choke off", "become or cause to become obstructed"], ["constipate", "impede with a clog or as if with a clog"], ["congest", "become or cause to become obstructed"], ["overload", "fill to excess so that function is impaired"], ["clot", "coalesce or unite in a mass"], ["choke", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "clogging", "hint": "synonyms for clogging", "clues": [["back up", "become or cause to become obstructed"], ["clog", "impede the motion of, as with a chain or a burden"], ["foul", "become or cause to become obstructed"], ["choke off", "become or cause to become obstructed"], ["constipate", "impede with a clog or as if with a clog"], ["congest", "become or cause to become obstructed"], ["overload", "fill to excess so that function is impaired"], ["clot", "coalesce or unite in a mass"], ["choke", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["come together", "come together, as if in an embrace"], ["fold", "cease to operate or cause to cease operating"], ["shut down", "cease to operate or cause to cease operating"], ["shut", "become closed"], ["conclude", "come to a close"], ["close down", "cease to operate or cause to cease operating"], ["close up", "unite or bring into contact or bring together the edges of"], ["fill up", "fill or stop up"]]}, {"answer": "closed", "hint": "synonyms for closed", "clues": [["close", "be priced or listed when trading stops"], ["shut", "become closed"], ["conclude", "come to a close"], ["close up", "unite or bring into contact or bring together the edges of"], ["come together", "come together, as if in an embrace"], ["shut down", "cease to operate or cause to cease operating"], ["close down", "cease to operate or cause to cease operating"], ["fold", "cease to operate or cause to cease operating"], ["fill up", "fill or stop up"]]}, {"answer": "closing", "hint": "synonyms for closing", "clues": [["close", "be priced or listed when trading stops"], ["shut", "become closed"], ["conclude", "come to a close"], ["close up", "unite or bring into contact or bring together the edges of"], ["come together", "come together, as if in an embrace"], ["shut down", "cease to operate or cause to cease operating"], ["close down", "cease to operate or cause to cease operating"], ["fold", "cease to operate or cause to cease operating"], ["fill up", "fill or stop up"]]}, {"answer": "clothed", "hint": "synonyms for clothed", "clues": [["cloak", "cover as if with clothing"], ["raiment", "provide with clothes or put clothes on"], ["invest", "furnish with power or authority; of kings or emperors"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["adorn", "furnish with power or authority; of kings or emperors"], ["drape", "cover as if with clothing"], ["apparel", "provide with clothes or put clothes on"], ["robe", "cover as if with clothing"]]}, {"answer": "clotted", "hint": "synonyms for clotted", "clues": [["curdle", "turn into curds"], ["clog", "coalesce or unite in a mass"], ["clot", "cause to change from a liquid to a solid or thickened state"], ["clabber", "turn into curds"], ["coagulate", "change from a liquid to a thickened or solid state"]]}, {"answer": "clouded", "hint": "synonyms for clouded", "clues": [["cloud", "billow up in the form of a cloud"], ["haze over", "make less visible or unclear"], ["taint", "place under suspicion or cast doubt upon"], ["corrupt", "place under suspicion or cast doubt upon"], ["sully", "place under suspicion or cast doubt upon"], ["obnubilate", "make less visible or unclear"], ["dapple", "colour with streaks or blotches of different shades"], ["fog", "make less visible or unclear"], ["overcast", "make overcast or cloudy"], ["becloud", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["defile", "place under suspicion or cast doubt upon"], ["mist", "make less visible or unclear"], ["mottle", "colour with streaks or blotches of different shades"], ["befog", "make less visible or unclear"]]}, {"answer": "cloven", "hint": "synonyms for cloven", "clues": [["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["rive", "separate or cut with a tool, such as a sharp instrument"], ["adhere", "come or be in close contact with; stick or hold together and resist separation"], ["stick", "come or be in close contact with; stick or hold together and resist separation"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["split", "separate or cut with a tool, such as a sharp instrument"]]}, {"answer": "clustered", "hint": "synonyms for clustered", "clues": [["bunch up", "gather or cause to gather into a cluster"], ["bunch", "gather or cause to gather into a cluster"], ["bundle", "gather or cause to gather into a cluster"], ["cluster", "gather or cause to gather into a cluster"], ["clump", "gather or cause to gather into a cluster"], ["constellate", "come together as in a cluster or flock"], ["flock", "come together as in a cluster or flock"]]}, {"answer": "coalesced", "hint": "synonyms for coalesced", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["conflate", "mix together different elements"]]}, {"answer": "coalescing", "hint": "synonyms for coalescing", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["conflate", "mix together different elements"]]}, {"answer": "coaxing", "hint": "synonyms for coaxing", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "cod", "hint": "synonyms for cod", "clues": [["tantalise", "harass with persistent criticism or carping"], ["gull", "fool or hoax"], ["put one across", "fool or hoax"], ["rag", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["fool", "fool or hoax"], ["twit", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"], ["put one over", "fool or hoax"], ["befool", "fool or hoax"], ["dupe", "fool or hoax"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["slang", "fool or hoax"]]}, {"answer": "coiled", "hint": "synonyms for coiled", "clues": [["spiral", "to wind or move in a spiral course"], ["coil", "wind around something in coils or loops"], ["hand-build", "make without a potter's wheel"], ["gyrate", "to wind or move in a spiral course"], ["curl", "wind around something in coils or loops"], ["loop", "wind around something in coils or loops"]]}, {"answer": "coiling", "hint": "synonyms for coiling", "clues": [["spiral", "to wind or move in a spiral course"], ["coil", "wind around something in coils or loops"], ["hand-build", "make without a potter's wheel"], ["gyrate", "to wind or move in a spiral course"], ["curl", "wind around something in coils or loops"], ["loop", "wind around something in coils or loops"]]}, {"answer": "collect", "hint": "synonyms for collect", "clues": [["pull together", "assemble or get together"], ["pull in", "get or bring together"], ["accumulate", "get or gather together"], ["gather", "assemble or get together"], ["amass", "get or gather together"], ["hoard", "get or gather together"], ["garner", "assemble or get together"], ["take in", "call for and obtain payment of"], ["call for", "gather or collect"], ["compile", "get or gather together"], ["roll up", "get or gather together"], ["pile up", "get or gather together"], ["pick up", "gather or collect"], ["gather up", "gather or collect"]]}, {"answer": "collected", "hint": "synonyms for collected", "clues": [["pull together", "assemble or get together"], ["pull in", "get or bring together"], ["collect", "get or gather together"], ["hoard", "get or gather together"], ["call for", "gather or collect"], ["gather up", "gather or collect"], ["accumulate", "get or gather together"], ["gather", "assemble or get together"], ["amass", "get or gather together"], ["garner", "assemble or get together"], ["take in", "call for and obtain payment of"], ["compile", "get or gather together"], ["roll up", "get or gather together"], ["pile up", "get or gather together"], ["pick up", "gather or collect"]]}, {"answer": "color", "hint": "synonyms for color", "clues": [["colour", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["emblazon", "decorate with colors"], ["colourize", "add color to"], ["tinge", "affect as in thought or feeling"], ["discolor", "change color, often in an undesired manner"], ["colour in", "add color to"], ["gloss", "give a deceptive explanation or excuse for"], ["colorise", "add color to"]]}, {"answer": "colored", "hint": "synonyms for colored", "clues": [["emblazon", "decorate with colors"], ["color", "modify or bias"], ["colourise", "add color to"], ["colour in", "add color to"], ["discolour", "change color, often in an undesired manner"], ["gloss", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["colorize", "add color to"]]}, {"answer": "colour", "hint": "synonyms for colour", "clues": [["color", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["emblazon", "decorate with colors"], ["tinge", "affect as in thought or feeling"], ["colourize", "add color to"], ["discolor", "change color, often in an undesired manner"], ["colour in", "add color to"], ["gloss", "give a deceptive explanation or excuse for"], ["colorise", "add color to"]]}, {"answer": "coloured", "hint": "synonyms for coloured", "clues": [["emblazon", "decorate with colors"], ["color", "modify or bias"], ["colourise", "add color to"], ["colour in", "add color to"], ["discolour", "change color, often in an undesired manner"], ["gloss", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["colorize", "add color to"]]}, {"answer": "combed", "hint": "synonyms for combed", "clues": [["comb", "smoothen and neaten with or as with a comb"], ["comb out", "smoothen and neaten with or as with a comb"], ["ransack", "search thoroughly"], ["disentangle", "smoothen and neaten with or as with a comb"]]}, {"answer": "combined", "hint": "synonyms for combined", "clues": [["aggregate", "gather in a mass, sum, or whole"], ["unite", "have or possess in combination"], ["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["combine", "combine so as to form a whole; mix"], ["compound", "put or add together"], ["meld", "mix together different elements"], ["blend", "mix together different elements"], ["fuse", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["merge", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"]]}, {"answer": "comforted", "hint": "synonyms for comforted", "clues": [["ease", "lessen pain or discomfort; alleviate"], ["console", "give moral or emotional strength to"], ["comfort", "lessen pain or discomfort; alleviate"], ["soothe", "give moral or emotional strength to"], ["solace", "give moral or emotional strength to"]]}, {"answer": "comforting", "hint": "synonyms for comforting", "clues": [["ease", "lessen pain or discomfort; alleviate"], ["console", "give moral or emotional strength to"], ["comfort", "lessen pain or discomfort; alleviate"], ["soothe", "give moral or emotional strength to"], ["solace", "give moral or emotional strength to"]]}, {"answer": "coming", "hint": "synonyms for coming", "clues": [["come", "be found or available"], ["get", "reach a destination; arrive by movement or progress"], ["arrive", "reach a destination; arrive by movement or progress"], ["total", "add up in number or quantity"], ["number", "add up in number or quantity"], ["follow", "to be the product or result"], ["get along", "proceed or get along"], ["add up", "develop into"], ["amount", "develop into"], ["come in", "be received"], ["fall", "come under, be classified or included"], ["issue forth", "come forth"], ["occur", "come to one's mind; suggest itself"], ["make out", "proceed or get along"], ["fare", "proceed or get along"], ["hail", "be a native of"], ["come up", "move toward, travel toward something or somebody or approach something or somebody"], ["descend", "come from; be connected by a relationship of blood, for example"], ["do", "proceed or get along"], ["derive", "come from; be connected by a relationship of blood, for example"]]}, {"answer": "commanding", "hint": "synonyms for commanding", "clues": [["require", "make someone do something"], ["overlook", "look down on"], ["command", "exercise authoritative control or power over"], ["control", "exercise authoritative control or power over"], ["overtop", "look down on"], ["dominate", "look down on"]]}, {"answer": "commemorating", "hint": "synonyms for commemorating", "clues": [["remember", "call to remembrance; keep alive the memory of someone or something, as in a ceremony"], ["immortalize", "be or provide a memorial to a person or an event"], ["memorialise", "be or provide a memorial to a person or an event"], ["commemorate", "call to remembrance; keep alive the memory of someone or something, as in a ceremony"], ["record", "be or provide a memorial to a person or an event"], ["mark", "mark by some ceremony or observation"]]}, {"answer": "committed", "hint": "synonyms for committed", "clues": [["institutionalize", "cause to be admitted; of persons to an institution"], ["commit", "give entirely to a specific person, activity, or cause"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["entrust", "confer a trust upon"], ["confide", "confer a trust upon"], ["pull", "perform an act, usually with a negative connotation"], ["devote", "give entirely to a specific person, activity, or cause"], ["consecrate", "give entirely to a specific person, activity, or cause"], ["invest", "make an investment"], ["send", "cause to be admitted; of persons to an institution"], ["trust", "confer a trust upon"], ["perpetrate", "perform an act, usually with a negative connotation"], ["give", "give entirely to a specific person, activity, or cause"], ["put", "make an investment"], ["charge", "cause to be admitted; of persons to an institution"], ["place", "make an investment"], ["practice", "engage in or perform"]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["compress", "squeeze or press together"], ["bundle", "compress into a wad"], ["pack", "compress into a wad"], ["contract", "squeeze or press together"], ["constrict", "squeeze or press together"], ["pack together", "make more compact by or as if by pressing"], ["press", "squeeze or press together"], ["squeeze", "squeeze or press together"], ["wad", "compress into a wad"]]}, {"answer": "compassionate", "hint": "synonyms for compassionate", "clues": [["feel for", "share the suffering of"], ["pity", "share the suffering of"], ["condole with", "share the suffering of"], ["sympathize with", "share the suffering of"]]}, {"answer": "compensated", "hint": "synonyms for compensated", "clues": [["make up", "adjust for"], ["compensate", "make amends for; pay compensation for"], ["recompense", "make amends for; pay compensation for"], ["pay", "do or give something to somebody in return"], ["correct", "make reparations or amends for"], ["remunerate", "make payment to; compensate"], ["pay off", "do or give something to somebody in return"], ["cover", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["even up", "adjust for"], ["redress", "make reparations or amends for"], ["even out", "adjust for"], ["repair", "make amends for; pay compensation for"], ["right", "make reparations or amends for"], ["counterbalance", "adjust for"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["even off", "adjust for"], ["indemnify", "make amends for; pay compensation for"]]}, {"answer": "complaining", "hint": "synonyms for complaining", "clues": [["sound off", "express complaints, discontent, displeasure, or unhappiness"], ["complain", "make a formal accusation; bring a formal charge"], ["plain", "express complaints, discontent, displeasure, or unhappiness"], ["kick", "express complaints, discontent, displeasure, or unhappiness"], ["quetch", "express complaints, discontent, displeasure, or unhappiness"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "complete", "hint": "synonyms for complete", "clues": [["finish", "come or bring to a finish or an end"], ["dispatch", "complete or carry out"], ["fill in", "write all the required information onto a form"], ["fill out", "write all the required information onto a form"], ["nail", "complete a pass"], ["make out", "write all the required information onto a form"], ["discharge", "complete or carry out"]]}, {"answer": "completed", "hint": "synonyms for completed", "clues": [["finish", "come or bring to a finish or an end"], ["fill out", "write all the required information onto a form"], ["discharge", "complete or carry out"], ["complete", "complete or carry out"], ["dispatch", "complete or carry out"], ["fill in", "write all the required information onto a form"], ["nail", "complete a pass"], ["make out", "write all the required information onto a form"]]}, {"answer": "completing", "hint": "synonyms for completing", "clues": [["finish", "come or bring to a finish or an end"], ["fill out", "write all the required information onto a form"], ["discharge", "complete or carry out"], ["complete", "complete or carry out"], ["dispatch", "complete or carry out"], ["fill in", "write all the required information onto a form"], ["nail", "complete a pass"], ["make out", "write all the required information onto a form"]]}, {"answer": "complicated", "hint": "synonyms for complicated", "clues": [["elaborate", "make more complex, intricate, or richer"], ["rarify", "make more complex, intricate, or richer"], ["complicate", "make more complicated"], ["perplex", "make more complicated"], ["refine", "make more complex, intricate, or richer"]]}, {"answer": "composed", "hint": "synonyms for composed", "clues": [["compose", "make up plans or basic details for"], ["write", "write music"], ["frame", "make up plans or basic details for"], ["compile", "put together out of existing material"], ["indite", "produce a literary work"], ["draw up", "make up plans or basic details for"], ["pen", "produce a literary work"]]}, {"answer": "compound", "hint": "synonyms for compound", "clues": [["combine", "put or add together"], ["heighten", "make more intense, stronger, or more marked; ,"], ["intensify", "make more intense, stronger, or more marked; ,"], ["deepen", "make more intense, stronger, or more marked; ,"]]}, {"answer": "compounded", "hint": "synonyms for compounded", "clues": [["combine", "put or add together"], ["heighten", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["intensify", "make more intense, stronger, or more marked; ,"], ["deepen", "make more intense, stronger, or more marked; ,"]]}, {"answer": "comprehended", "hint": "synonyms for comprehended", "clues": [["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["cover", "include in scope; include as part of something broader; have as one's sphere or territory"], ["apprehend", "get the meaning of something"], ["comprehend", "to become aware of through the senses"], ["grasp", "get the meaning of something"], ["get the picture", "get the meaning of something"], ["perceive", "to become aware of through the senses"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory"], ["compass", "get the meaning of something"], ["savvy", "get the meaning of something"]]}, {"answer": "compressed", "hint": "synonyms for compressed", "clues": [["compress", "squeeze or press together"], ["compact", "squeeze or press together"], ["contract", "squeeze or press together"], ["constrict", "squeeze or press together"], ["pack together", "make more compact by or as if by pressing"], ["press", "squeeze or press together"], ["squeeze", "squeeze or press together"]]}, {"answer": "concealed", "hint": "synonyms for concealed", "clues": [["conceal", "prevent from being seen or discovered"], ["hold in", "hold back; keep from being perceived by others"], ["hold back", "hold back; keep from being perceived by others"], ["hide", "prevent from being seen or discovered"]]}, {"answer": "concealing", "hint": "synonyms for concealing", "clues": [["conceal", "prevent from being seen or discovered"], ["hold in", "hold back; keep from being perceived by others"], ["hold back", "hold back; keep from being perceived by others"], ["hide", "prevent from being seen or discovered"]]}, {"answer": "concentrated", "hint": "synonyms for concentrated", "clues": [["contract", "compress or concentrate"], ["concentrate", "draw together or meet in one common center"], ["centralize", "make central"], ["reduce", "be cooked until very little liquid is left"], ["condense", "make more concise"], ["focus", "direct one's attention on something"], ["boil down", "be cooked until very little liquid is left"], ["centre", "direct one's attention on something"], ["pore", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["digest", "make more concise"], ["decoct", "be cooked until very little liquid is left"], ["center", "direct one's attention on something"]]}, {"answer": "concerned", "hint": "synonyms for concerned", "clues": [["have-to doe with", "be relevant to"], ["concern", "be on the mind of"], ["worry", "be on the mind of"], ["relate", "be relevant to"], ["come to", "be relevant to"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["bear on", "be relevant to"], ["touch", "be relevant to"], ["occupy", "be on the mind of"], ["interest", "be on the mind of"], ["touch on", "be relevant to"]]}, {"answer": "concluded", "hint": "synonyms for concluded", "clues": [["conclude", "decide by reasoning; draw or come to a conclusion"], ["reason", "decide by reasoning; draw or come to a conclusion"], ["close", "come to a close"], ["resolve", "reach a conclusion after a discussion or deliberation"], ["reason out", "decide by reasoning; draw or come to a conclusion"]]}, {"answer": "concluding", "hint": "synonyms for concluding", "clues": [["conclude", "decide by reasoning; draw or come to a conclusion"], ["reason", "decide by reasoning; draw or come to a conclusion"], ["close", "come to a close"], ["resolve", "reach a conclusion after a discussion or deliberation"], ["reason out", "decide by reasoning; draw or come to a conclusion"]]}, {"answer": "concurring", "hint": "synonyms for concurring", "clues": [["concord", "be in accord; be in agreement"], ["concur", "be in accord; be in agreement"], ["coincide", "happen simultaneously"], ["hold", "be in accord; be in agreement"], ["agree", "be in accord; be in agreement"]]}, {"answer": "condemning", "hint": "synonyms for condemning", "clues": [["condemn", "express strong disapproval of"], ["excoriate", "express strong disapproval of"], ["doom", "pronounce a sentence on (somebody) in a court of law"], ["sentence", "pronounce a sentence on (somebody) in a court of law"], ["decry", "express strong disapproval of"], ["reprobate", "express strong disapproval of"], ["objurgate", "express strong disapproval of"]]}, {"answer": "condescending", "hint": "synonyms for condescending", "clues": [["patronise", "treat condescendingly"], ["condescend", "do something that one considers to be below one's dignity"], ["deign", "do something that one considers to be below one's dignity"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["stoop", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["descend", "do something that one considers to be below one's dignity"]]}, {"answer": "conditioned", "hint": "synonyms for conditioned", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"]]}, {"answer": "confiding", "hint": "synonyms for confiding", "clues": [["trust", "confer a trust upon"], ["entrust", "confer a trust upon"], ["confide", "confer a trust upon"], ["commit", "confer a trust upon"]]}, {"answer": "confined", "hint": "synonyms for confined", "clues": [["circumscribe", "restrict or confine,"], ["confine", "close in; darkness enclosed him\""], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["limit", "restrict or confine,"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["hold", "to close within bounds, limit or hold back from movement"], ["detain", "deprive of freedom; take into confinement"], ["trammel", "place limits on (extent or access)"], ["enclose", "close in; darkness enclosed him\""], ["hold in", "close in; darkness enclosed him\""]]}, {"answer": "confining", "hint": "synonyms for confining", "clues": [["circumscribe", "restrict or confine,"], ["confine", "close in; darkness enclosed him\""], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["limit", "restrict or confine,"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["hold", "to close within bounds, limit or hold back from movement"], ["detain", "deprive of freedom; take into confinement"], ["trammel", "place limits on (extent or access)"], ["enclose", "close in; darkness enclosed him\""], ["hold in", "close in; darkness enclosed him\""]]}, {"answer": "confirmed", "hint": "synonyms for confirmed", "clues": [["reassert", "strengthen or make more firm"], ["confirm", "establish or strengthen as with new evidence or facts"], ["affirm", "establish or strengthen as with new evidence or facts"], ["support", "establish or strengthen as with new evidence or facts"], ["sustain", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["corroborate", "establish or strengthen as with new evidence or facts"]]}, {"answer": "confirming", "hint": "synonyms for confirming", "clues": [["reassert", "strengthen or make more firm"], ["confirm", "establish or strengthen as with new evidence or facts"], ["affirm", "establish or strengthen as with new evidence or facts"], ["support", "establish or strengthen as with new evidence or facts"], ["sustain", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["corroborate", "establish or strengthen as with new evidence or facts"]]}, {"answer": "confiscate", "hint": "synonyms for confiscate", "clues": [["impound", "take temporary possession of as a security, by legal authority"], ["sequester", "take temporary possession of as a security, by legal authority"], ["seize", "take temporary possession of as a security, by legal authority"], ["attach", "take temporary possession of as a security, by legal authority"]]}, {"answer": "conflicting", "hint": "synonyms for conflicting", "clues": [["conflict", "be in conflict"], ["run afoul", "go against, as of rules and laws"], ["contravene", "go against, as of rules and laws"], ["infringe", "go against, as of rules and laws"]]}, {"answer": "confounded", "hint": "synonyms for confounded", "clues": [["fuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "mistake one thing for another"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "mistake one thing for another"]]}, {"answer": "confounding", "hint": "synonyms for confounding", "clues": [["fuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "mistake one thing for another"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "mistake one thing for another"]]}, {"answer": "confused", "hint": "synonyms for confused", "clues": [["disconcert", "cause to feel embarrassment"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "cause to feel embarrassment"], ["put off", "cause to feel embarrassment"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["flurry", "cause to feel embarrassment"], ["mix up", "assemble without order or sense"], ["jumble", "assemble without order or sense"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["obnubilate", "make unclear, indistinct, or blurred"], ["blur", "make unclear, indistinct, or blurred"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["obscure", "make unclear, indistinct, or blurred"]]}, {"answer": "confusing", "hint": "synonyms for confusing", "clues": [["disconcert", "cause to feel embarrassment"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "cause to feel embarrassment"], ["put off", "cause to feel embarrassment"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["flurry", "cause to feel embarrassment"], ["mix up", "assemble without order or sense"], ["jumble", "assemble without order or sense"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["obnubilate", "make unclear, indistinct, or blurred"], ["blur", "make unclear, indistinct, or blurred"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["obscure", "make unclear, indistinct, or blurred"]]}, {"answer": "congested", "hint": "synonyms for congested", "clues": [["back up", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"], ["foul", "become or cause to become obstructed"], ["choke off", "become or cause to become obstructed"], ["choke", "become or cause to become obstructed"], ["congest", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"]]}, {"answer": "conglomerate", "hint": "synonyms for conglomerate", "clues": [["gather", "collect or gather"], ["cumulate", "collect or gather"], ["amass", "collect or gather"], ["pile up", "collect or gather"]]}, {"answer": "conjoined", "hint": "synonyms for conjoined", "clues": [["join", "make contact or come together"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"], ["hook up with", "take in marriage"], ["marry", "take in marriage"]]}, {"answer": "connected", "hint": "synonyms for connected", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["link up", "connect, fasten, or put together two or more pieces"], ["colligate", "make a logical or causal connection"], ["tie", "connect, fasten, or put together two or more pieces"], ["link", "make a logical or causal connection"], ["plug into", "plug into an outlet"], ["associate", "make a logical or causal connection"], ["get in touch", "establish communication with someone"], ["unite", "be or become joined or united or linked"], ["join", "be or become joined or united or linked"], ["touch base", "establish communication with someone"]]}, {"answer": "consecrate", "hint": "synonyms for consecrate", "clues": [["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["commit", "give entirely to a specific person, activity, or cause"], ["give", "give entirely to a specific person, activity, or cause"], ["ordinate", "appoint to a clerical posts"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["vow", "dedicate to a deity by a vow"], ["order", "appoint to a clerical posts"], ["sanctify", "render holy by means of religious rites"], ["ordain", "appoint to a clerical posts"], ["devote", "give entirely to a specific person, activity, or cause"]]}, {"answer": "consecrated", "hint": "synonyms for consecrated", "clues": [["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["commit", "give entirely to a specific person, activity, or cause"], ["ordinate", "appoint to a clerical posts"], ["give", "give entirely to a specific person, activity, or cause"], ["consecrate", "appoint to a clerical posts"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["vow", "dedicate to a deity by a vow"], ["order", "appoint to a clerical posts"], ["ordain", "appoint to a clerical posts"], ["sanctify", "render holy by means of religious rites"], ["devote", "give entirely to a specific person, activity, or cause"]]}, {"answer": "conserved", "hint": "synonyms for conserved", "clues": [["husband", "use cautiously and frugally"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction"], ["conserve", "use cautiously and frugally"], ["economize", "use cautiously and frugally"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "considered", "hint": "synonyms for considered", "clues": [["look at", "look at carefully; study mentally"], ["deliberate", "think about carefully; weigh"], ["weigh", "show consideration for; take into account"], ["consider", "think about carefully; weigh"], ["view", "look at carefully; study mentally"], ["count", "show consideration for; take into account"], ["debate", "think about carefully; weigh"], ["regard", "deem to be"], ["take", "take into consideration for exemplifying purposes"], ["moot", "think about carefully; weigh"], ["believe", "judge or regard; look upon; judge"], ["think", "judge or regard; look upon; judge"], ["turn over", "think about carefully; weigh"], ["study", "give careful consideration to"], ["deal", "take into consideration for exemplifying purposes"], ["conceive", "judge or regard; look upon; judge"], ["see", "deem to be"], ["reckon", "deem to be"]]}, {"answer": "consoling", "hint": "synonyms for consoling", "clues": [["soothe", "give moral or emotional strength to"], ["console", "give moral or emotional strength to"], ["solace", "give moral or emotional strength to"], ["comfort", "give moral or emotional strength to"]]}, {"answer": "constituted", "hint": "synonyms for constituted", "clues": [["represent", "form or compose"], ["nominate", "create and charge with a task or function"], ["constitute", "create and charge with a task or function"], ["institute", "set up or lay the groundwork for"], ["form", "to compose or represent:"], ["found", "set up or lay the groundwork for"], ["plant", "set up or lay the groundwork for"], ["make", "to compose or represent:"], ["name", "create and charge with a task or function"], ["appoint", "create and charge with a task or function"], ["be", "form or compose"], ["make up", "form or compose"], ["comprise", "form or compose"], ["establish", "set up or lay the groundwork for"]]}, {"answer": "constrained", "hint": "synonyms for constrained", "clues": [["stiffen", "restrict"], ["restrain", "hold back"], ["constrain", "restrict"], ["tighten", "restrict"], ["tighten up", "restrict"], ["cumber", "hold back"]]}, {"answer": "constraining", "hint": "synonyms for constraining", "clues": [["stiffen", "restrict"], ["restrain", "hold back"], ["constrain", "restrict"], ["tighten", "restrict"], ["tighten up", "restrict"], ["cumber", "hold back"]]}, {"answer": "constricted", "hint": "synonyms for constricted", "clues": [["compress", "squeeze or press together"], ["compact", "squeeze or press together"], ["contract", "squeeze or press together"], ["constringe", "become tight or as if tight"], ["constrict", "squeeze or press together"], ["narrow", "become tight or as if tight"], ["press", "squeeze or press together"], ["squeeze", "squeeze or press together"]]}, {"answer": "constricting", "hint": "synonyms for constricting", "clues": [["compress", "squeeze or press together"], ["compact", "squeeze or press together"], ["contract", "squeeze or press together"], ["constringe", "become tight or as if tight"], ["constrict", "squeeze or press together"], ["narrow", "become tight or as if tight"], ["press", "squeeze or press together"], ["squeeze", "squeeze or press together"]]}, {"answer": "consuming", "hint": "synonyms for consuming", "clues": [["ware", "spend extravagantly"], ["consume", "use up (resources or materials)"], ["devour", "eat immoderately"], ["waste", "spend extravagantly"], ["use up", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["eat", "use up (resources or materials)"], ["wipe out", "use up (resources or materials)"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["down", "eat immoderately"], ["ingest", "serve oneself to, or consume regularly"], ["take in", "serve oneself to, or consume regularly"], ["squander", "spend extravagantly"], ["take", "serve oneself to, or consume regularly"], ["go through", "eat immoderately"], ["have", "serve oneself to, or consume regularly"]]}, {"answer": "contained", "hint": "synonyms for contained", "clues": [["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold", "be capable of holding or containing"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["comprise", "include or contain; have as a component"], ["take", "be capable of holding or containing"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["incorporate", "include or contain; have as a component"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["bear", "contain or hold; have within"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["carry", "contain or hold; have within"]]}, {"answer": "continued", "hint": "synonyms for continued", "clues": [["retain", "allow to remain in a place or position or maintain a property or feature"], ["proceed", "move ahead; travel onward in time or space"], ["continue", "continue talking; he continued,"], ["stay on", "continue in a place, position, or situation"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["go on", "continue talking; he continued,"], ["go along", "continue a certain state, condition, or activity"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["extend", "span an interval of distance, space or time"], ["keep", "continue a certain state, condition, or activity"], ["go forward", "move ahead; travel onward in time or space"], ["remain", "continue in a place, position, or situation"], ["carry on", "continue talking; he continued,"], ["persist in", "do something repeatedly and showing no intention to stop"], ["keep on", "allow to remain in a place or position or maintain a property or feature"], ["stay", "continue in a place, position, or situation"], ["cover", "span an interval of distance, space or time"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last"]]}, {"answer": "continuing", "hint": "synonyms for continuing", "clues": [["retain", "allow to remain in a place or position or maintain a property or feature"], ["proceed", "move ahead; travel onward in time or space"], ["continue", "continue talking; he continued,"], ["stay on", "continue in a place, position, or situation"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["go on", "continue talking; he continued,"], ["go along", "continue a certain state, condition, or activity"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["extend", "span an interval of distance, space or time"], ["keep", "continue a certain state, condition, or activity"], ["go forward", "move ahead; travel onward in time or space"], ["remain", "continue in a place, position, or situation"], ["carry on", "continue talking; he continued,"], ["persist in", "do something repeatedly and showing no intention to stop"], ["keep on", "allow to remain in a place or position or maintain a property or feature"], ["stay", "continue in a place, position, or situation"], ["cover", "span an interval of distance, space or time"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last"]]}, {"answer": "contorted", "hint": "synonyms for contorted", "clues": [["contort", "twist and press out of shape"], ["wring", "twist and press out of shape"], ["distort", "twist and press out of shape"], ["deform", "twist and press out of shape"]]}, {"answer": "contracted", "hint": "synonyms for contracted", "clues": [["contract", "compress or concentrate"], ["compress", "squeeze or press together"], ["reduce", "reduce in scope while retaining essential elements"], ["compact", "squeeze or press together"], ["foreshorten", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"], ["take", "be stricken by an illness, fall victim to an illness"], ["condense", "compress or concentrate"], ["sign on", "engage by written agreement"], ["shrink", "become smaller or draw together"], ["get", "be stricken by an illness, fall victim to an illness"], ["undertake", "enter into a contractual arrangement"], ["concentrate", "compress or concentrate"], ["press", "squeeze or press together"], ["cut", "reduce in scope while retaining essential elements"], ["squeeze", "squeeze or press together"], ["abbreviate", "reduce in scope while retaining essential elements"], ["sign up", "engage by written agreement"], ["constrict", "squeeze or press together"], ["sign", "engage by written agreement"], ["shorten", "reduce in scope while retaining essential elements"], ["narrow", "make or become more narrow or restricted"]]}, {"answer": "contributing", "hint": "synonyms for contributing", "clues": [["lend", "bestow a quality on"], ["lead", "be conducive to"], ["bestow", "bestow a quality on"], ["conduce", "be conducive to"], ["chip in", "contribute to some cause"], ["give", "contribute to some cause"], ["kick in", "contribute to some cause"], ["contribute", "be conducive to"], ["put up", "provide"], ["bring", "bestow a quality on"], ["impart", "bestow a quality on"], ["add", "bestow a quality on"]]}, {"answer": "contrived", "hint": "synonyms for contrived", "clues": [["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["project", "make or work out a plan for; devise"], ["cast", "put or send forth"], ["design", "make or work out a plan for; devise"], ["throw", "put or send forth"], ["plan", "make or work out a plan for; devise"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"]]}, {"answer": "controlled", "hint": "synonyms for controlled", "clues": [["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["command", "exercise authoritative control or power over"], ["see to it", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["see", "be careful or certain to do something; make certain of something"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["manipulate", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["check", "be careful or certain to do something; make certain of something"], ["assure", "be careful or certain to do something; make certain of something"], ["master", "have a firm understanding or knowledge of; be on top of"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["ensure", "be careful or certain to do something; make certain of something"], ["insure", "be careful or certain to do something; make certain of something"], ["operate", "handle and cause to function"]]}, {"answer": "controlling", "hint": "synonyms for controlling", "clues": [["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["command", "exercise authoritative control or power over"], ["see to it", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["see", "be careful or certain to do something; make certain of something"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["manipulate", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["check", "be careful or certain to do something; make certain of something"], ["assure", "be careful or certain to do something; make certain of something"], ["master", "have a firm understanding or knowledge of; be on top of"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["ensure", "be careful or certain to do something; make certain of something"], ["insure", "be careful or certain to do something; make certain of something"], ["operate", "handle and cause to function"]]}, {"answer": "converted", "hint": "synonyms for converted", "clues": [["commute", "exchange or replace with another, usually of the same kind or category"], ["convert", "complete successfully"], ["exchange", "exchange or replace with another, usually of the same kind or category"], ["win over", "make (someone) agree, understand, or realize the truth or validity of something"], ["change over", "change from one system to another or to a new plan or policy"], ["convince", "make (someone) agree, understand, or realize the truth or validity of something"]]}, {"answer": "convolute", "hint": "synonyms for convolute", "clues": [["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["convolve", "curl, wind, or twist together"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "convoluted", "hint": "synonyms for convoluted", "clues": [["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["convolve", "curl, wind, or twist together"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "cooked", "hint": "synonyms for cooked", "clues": [["misrepresent", "tamper, with the purpose of deception"], ["cook", "prepare a hot meal"], ["ready", "prepare for eating by applying heat"], ["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["falsify", "tamper, with the purpose of deception"], ["prepare", "prepare for eating by applying heat"], ["make", "prepare for eating by applying heat"], ["fix", "prepare for eating by applying heat"], ["manipulate", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "correct", "hint": "synonyms for correct", "clues": [["make up", "adjust for"], ["objurgate", "censure severely"], ["chasten", "censure severely"], ["chastise", "censure severely"], ["right", "make right or correct"], ["set", "alter or regulate so as to achieve accuracy or conform to a standard"], ["compensate", "make reparations or amends for"], ["even up", "adjust for"], ["castigate", "censure severely"], ["redress", "make reparations or amends for"], ["even out", "adjust for"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard"], ["discipline", "punish in order to gain control or enforce obedience"], ["rectify", "make right or correct"], ["sort out", "punish in order to gain control or enforce obedience"], ["counterbalance", "adjust for"], ["slump", "go down in value"], ["even off", "adjust for"], ["decline", "go down in value"]]}, {"answer": "corrected", "hint": "synonyms for corrected", "clues": [["make up", "adjust for"], ["objurgate", "censure severely"], ["chasten", "censure severely"], ["chastise", "censure severely"], ["correct", "treat a defect"], ["right", "make right or correct"], ["set", "alter or regulate so as to achieve accuracy or conform to a standard"], ["compensate", "make reparations or amends for"], ["even up", "adjust for"], ["castigate", "censure severely"], ["redress", "make reparations or amends for"], ["even out", "adjust for"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard"], ["rectify", "make right or correct"], ["sort out", "punish in order to gain control or enforce obedience"], ["counterbalance", "adjust for"], ["discipline", "punish in order to gain control or enforce obedience"], ["even off", "adjust for"], ["decline", "go down in value"], ["slump", "go down in value"]]}, {"answer": "corresponding", "hint": "synonyms for corresponding", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["correspond", "exchange messages"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["equate", "be equivalent or parallel, in mathematics"], ["stand for", "take the place of or be parallel or equivalent to"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["represent", "take the place of or be parallel or equivalent to"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "corrupt", "hint": "synonyms for corrupt", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["bribe", "make illegal payments to in exchange for favors or influence"], ["cloud", "place under suspicion or cast doubt upon"], ["defile", "place under suspicion or cast doubt upon"], ["spoil", "alter from the original"], ["grease one's palms", "make illegal payments to in exchange for favors or influence"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["buy", "make illegal payments to in exchange for favors or influence"], ["taint", "place under suspicion or cast doubt upon"], ["profane", "corrupt morally or by intemperance or sensuality"], ["sully", "place under suspicion or cast doubt upon"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "corrupted", "hint": "synonyms for corrupted", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["bribe", "make illegal payments to in exchange for favors or influence"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["spoil", "alter from the original"], ["taint", "place under suspicion or cast doubt upon"], ["buy", "make illegal payments to in exchange for favors or influence"], ["sully", "place under suspicion or cast doubt upon"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["defile", "place under suspicion or cast doubt upon"], ["grease one's palms", "make illegal payments to in exchange for favors or influence"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["cloud", "place under suspicion or cast doubt upon"]]}, {"answer": "corrupting", "hint": "synonyms for corrupting", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["bribe", "make illegal payments to in exchange for favors or influence"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["spoil", "alter from the original"], ["taint", "place under suspicion or cast doubt upon"], ["buy", "make illegal payments to in exchange for favors or influence"], ["sully", "place under suspicion or cast doubt upon"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["defile", "place under suspicion or cast doubt upon"], ["grease one's palms", "make illegal payments to in exchange for favors or influence"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["cloud", "place under suspicion or cast doubt upon"]]}, {"answer": "counterbalanced", "hint": "synonyms for counterbalanced", "clues": [["even up", "adjust for"], ["make up", "adjust for"], ["countervail", "oppose and mitigate the effects of by contrary actions"], ["neutralize", "oppose and mitigate the effects of by contrary actions"], ["even out", "adjust for"], ["counterbalance", "oppose and mitigate the effects of by contrary actions"], ["correct", "adjust for"], ["oppose", "contrast with equal weight or force"], ["compensate", "adjust for"], ["even off", "adjust for"], ["counteract", "oppose and mitigate the effects of by contrary actions"]]}, {"answer": "coupled", "hint": "synonyms for coupled", "clues": [["couple", "link together"], ["partner off", "form a pair or pairs"], ["copulate", "engage in sexual intercourse"], ["match", "bring two objects, ideas, or people together"], ["pair off", "form a pair or pairs"], ["couple on", "link together"], ["pair", "form a pair or pairs"], ["couple up", "link together"], ["mate", "engage in sexual intercourse"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "covered", "hint": "synonyms for covered", "clues": [["cover", "to take an action to protect against future problems"], ["plow", "act on verbally or in some form of artistic expression"], ["spread over", "form a cover over"], ["report", "be responsible for reporting the details of, as in journalism"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory"], ["handle", "act on verbally or in some form of artistic expression"], ["pass over", "travel across or pass over"], ["extend", "span an interval of distance, space or time"], ["continue", "span an interval of distance, space or time"], ["treat", "act on verbally or in some form of artistic expression"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory"], ["compensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["overlay", "put something on top of something else"], ["get over", "travel across or pass over"], ["hide", "cover as if with a shroud"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["insure", "protect by insurance"], ["brood", "sit on (eggs)"], ["cover up", "hide from view or knowledge"], ["shroud", "cover as if with a shroud"], ["breed", "copulate with a female, used especially of horses"], ["underwrite", "protect by insurance"], ["address", "act on verbally or in some form of artistic expression"], ["cross", "travel across or pass over"], ["cut through", "travel across or pass over"], ["traverse", "travel across or pass over"], ["deal", "act on verbally or in some form of artistic expression"], ["hatch", "sit on (eggs)"], ["incubate", "sit on (eggs)"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory"], ["wrap up", "clothe, as if for protection from the elements"], ["cut across", "travel across or pass over"]]}, {"answer": "crabbed", "hint": "synonyms for crabbed", "clues": [["crab", "scurry sideways like a crab"], ["squawk", "complain"], ["holler", "complain"], ["bellyache", "complain"], ["grouse", "complain"], ["bitch", "complain"], ["gripe", "complain"], ["beef", "complain"]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["collapse", "suffer a nervous breakdown"], ["crack up", "suffer a nervous breakdown"], ["check", "become fractured; break or crack on the surface only"], ["break through", "pass through (a barrier)"], ["break up", "suffer a nervous breakdown"], ["snap", "make a sharp sound"], ["break", "become fractured; break or crack on the surface only"]]}, {"answer": "cracked", "hint": "synonyms for cracked", "clues": [["collapse", "suffer a nervous breakdown"], ["crack", "break suddenly and abruptly, as under tension"], ["snap", "make a sharp sound"], ["break", "become fractured; break or crack on the surface only"], ["crack up", "suffer a nervous breakdown"], ["check", "become fractured; break or crack on the surface only"], ["break through", "pass through (a barrier)"], ["break up", "suffer a nervous breakdown"]]}, {"answer": "cracking", "hint": "synonyms for cracking", "clues": [["collapse", "suffer a nervous breakdown"], ["crack", "break suddenly and abruptly, as under tension"], ["snap", "make a sharp sound"], ["break", "become fractured; break or crack on the surface only"], ["crack up", "suffer a nervous breakdown"], ["check", "become fractured; break or crack on the surface only"], ["break through", "pass through (a barrier)"], ["break up", "suffer a nervous breakdown"]]}, {"answer": "cramped", "hint": "synonyms for cramped", "clues": [["cramp", "affect with or as if with a cramp"], ["strangle", "prevent the progress or free movement of"], ["halter", "prevent the progress or free movement of"], ["hamper", "prevent the progress or free movement of"]]}, {"answer": "crashing", "hint": "synonyms for crashing", "clues": [["crash", "break violently or noisily; smash"], ["barge in", "enter uninvited; informal"], ["go down", "stop operating"], ["break apart", "break violently or noisily; smash"], ["doss down", "sleep in a convenient place"], ["doss", "sleep in a convenient place"], ["ram", "undergo damage or destruction on impact"], ["gate-crash", "enter uninvited; informal"], ["break up", "break violently or noisily; smash"], ["dash", "hurl or thrust violently"]]}, {"answer": "craved", "hint": "synonyms for craved", "clues": [["crave", "have a craving, appetite, or great desire for"], ["starve", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"], ["hunger", "have a craving, appetite, or great desire for"]]}, {"answer": "cringing", "hint": "synonyms for cringing", "clues": [["cringe", "show submission or fear"], ["flinch", "draw back, as with fear or pain"], ["creep", "show submission or fear"], ["grovel", "show submission or fear"], ["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["cower", "show submission or fear"], ["crawl", "show submission or fear"], ["quail", "draw back, as with fear or pain"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"], ["fawn", "show submission or fear"]]}, {"answer": "crinkled", "hint": "synonyms for crinkled", "clues": [["crease", "become wrinkled or crumpled or creased"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crumple", "become wrinkled or crumpled or creased"], ["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"]]}, {"answer": "crisp", "hint": "synonyms for crisp", "clues": [["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crispen", "make brown and crisp by heating"], ["toast", "make brown and crisp by heating"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"]]}, {"answer": "cropped", "hint": "synonyms for cropped", "clues": [["crop", "prepare for crops"], ["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["cultivate", "prepare for crops"], ["pasture", "let feed in a field or pasture or meadow"], ["work", "prepare for crops"], ["lop", "cultivate, tend, and cut back the growth of"], ["cut back", "cultivate, tend, and cut back the growth of"], ["range", "feed as in a meadow or pasture"], ["dress", "cultivate, tend, and cut back the growth of"], ["graze", "feed as in a meadow or pasture"], ["snip", "cultivate, tend, and cut back the growth of"], ["browse", "feed as in a meadow or pasture"], ["trim", "cultivate, tend, and cut back the growth of"]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["traverse", "to cover or extend over an area or time period; ,"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["sweep", "to cover or extend over an area or time period; ,"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["pass over", "travel across or pass over"], ["intersect", "meet at a point"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["hybridise", "breed animals or plants using parents of different races and varieties"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["crossbreed", "breed animals or plants using parents of different races and varieties"], ["cover", "travel across or pass over"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["get over", "travel across or pass over"], ["cut through", "travel across or pass over"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["span", "to cover or extend over an area or time period; ,"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["cut across", "travel across or pass over"]]}, {"answer": "crossbred", "hint": "synonyms for crossbred", "clues": [["hybridize", "breed animals or plants using parents of different races and varieties"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["cross", "breed animals or plants using parents of different races and varieties"], ["crossbreed", "breed animals or plants using parents of different races and varieties"]]}, {"answer": "crossed", "hint": "synonyms for crossed", "clues": [["traverse", "to cover or extend over an area or time period; ,"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["sweep", "to cover or extend over an area or time period; ,"], ["cross", "fold so as to resemble a cross"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["pass over", "travel across or pass over"], ["intersect", "meet at a point"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["hybridise", "breed animals or plants using parents of different races and varieties"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["crossbreed", "breed animals or plants using parents of different races and varieties"], ["cover", "travel across or pass over"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["cut through", "travel across or pass over"], ["get over", "travel across or pass over"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["span", "to cover or extend over an area or time period; ,"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["cut across", "travel across or pass over"]]}, {"answer": "crowded", "hint": "synonyms for crowded", "clues": [["crowd", "approach a certain age or speed"], ["crowd together", "to gather together in large numbers"], ["herd", "cause to herd, drive, or crowd together"], ["push", "approach a certain age or speed"]]}, {"answer": "crumpled", "hint": "synonyms for crumpled", "clues": [["tumble", "fall apart"], ["buckle", "fold or collapse"], ["rumple", "to gather something into small wrinkles or folds"], ["crease", "become wrinkled or crumpled or creased"], ["knit", "to gather something into small wrinkles or folds"], ["crumble", "fall apart"], ["collapse", "fall apart"], ["crinkle", "become wrinkled or crumpled or creased"], ["cockle", "to gather something into small wrinkles or folds"], ["pucker", "to gather something into small wrinkles or folds"], ["break down", "fall apart"]]}, {"answer": "crushed", "hint": "synonyms for crushed", "clues": [["break down", "make ineffective"], ["demolish", "humiliate or depress completely"], ["beat out", "come out better in a competition, race, or conflict"], ["suppress", "come down on or keep down by unjust use of one's authority"], ["squeeze", "to compress with violence, out of natural shape or condition"], ["shell", "come out better in a competition, race, or conflict"], ["crush", "come out better in a competition, race, or conflict"], ["squash", "to compress with violence, out of natural shape or condition"], ["oppress", "come down on or keep down by unjust use of one's authority"], ["mash", "to compress with violence, out of natural shape or condition"], ["trounce", "come out better in a competition, race, or conflict"], ["jam", "crush or bruise"], ["squelch", "to compress with violence, out of natural shape or condition"], ["vanquish", "come out better in a competition, race, or conflict"], ["beat", "come out better in a competition, race, or conflict"]]}, {"answer": "crushing", "hint": "synonyms for crushing", "clues": [["break down", "make ineffective"], ["demolish", "humiliate or depress completely"], ["beat out", "come out better in a competition, race, or conflict"], ["suppress", "come down on or keep down by unjust use of one's authority"], ["squeeze", "to compress with violence, out of natural shape or condition"], ["shell", "come out better in a competition, race, or conflict"], ["crush", "come out better in a competition, race, or conflict"], ["squash", "to compress with violence, out of natural shape or condition"], ["oppress", "come down on or keep down by unjust use of one's authority"], ["mash", "to compress with violence, out of natural shape or condition"], ["trounce", "come out better in a competition, race, or conflict"], ["jam", "crush or bruise"], ["squelch", "to compress with violence, out of natural shape or condition"], ["vanquish", "come out better in a competition, race, or conflict"], ["beat", "come out better in a competition, race, or conflict"]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["scream", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["cry", "proclaim or announce in public"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["blazon out", "proclaim or announce in public"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["weep", "shed tears because of sadness, rage, or pain"], ["outcry", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["cry out", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "crystalised", "hint": "synonyms for crystalised", "clues": [["crystalise", "cause to form crystals or assume crystalline form"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["effloresce", "assume crystalline form; become crystallized"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "crystalized", "hint": "synonyms for crystalized", "clues": [["crystalise", "cause to form crystals or assume crystalline form"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["effloresce", "assume crystalline form; become crystallized"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "crystallised", "hint": "synonyms for crystallised", "clues": [["crystalise", "cause to form crystals or assume crystalline form"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "crystallized", "hint": "synonyms for crystallized", "clues": [["crystalise", "cause to take on a definite and clear shape"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["effloresce", "assume crystalline form; become crystallized"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "cultivated", "hint": "synonyms for cultivated", "clues": [["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["crop", "prepare for crops"], ["educate", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"], ["cultivate", "prepare for crops"], ["work", "prepare for crops"], ["train", "teach or refine to be discriminative in taste or judgment"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["school", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "curled", "hint": "synonyms for curled", "clues": [["draw in", "shape one's body into a curl"], ["curl", "play the Scottish game of curling"], ["curve", "form a curl, curve, or kink"], ["coil", "wind around something in coils or loops"], ["curl up", "shape one's body into a curl"], ["kink", "form a curl, curve, or kink"], ["wave", "twist or roll into coils or ringlets"], ["loop", "wind around something in coils or loops"]]}, {"answer": "curling", "hint": "synonyms for curling", "clues": [["draw in", "shape one's body into a curl"], ["curl", "play the Scottish game of curling"], ["curve", "form a curl, curve, or kink"], ["coil", "wind around something in coils or loops"], ["curl up", "shape one's body into a curl"], ["kink", "form a curl, curve, or kink"], ["wave", "twist or roll into coils or ringlets"], ["loop", "wind around something in coils or loops"]]}, {"answer": "cursed", "hint": "synonyms for cursed", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["imprecate", "utter obscenities or profanities"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["excommunicate", "exclude from a church or a religious community"], ["curse", "utter obscenities or profanities"], ["swear", "utter obscenities or profanities"], ["cuss", "utter obscenities or profanities"], ["damn", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"], ["unchurch", "exclude from a church or a religious community"], ["blaspheme", "utter obscenities or profanities"]]}, {"answer": "curst", "hint": "synonyms for curst", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["imprecate", "utter obscenities or profanities"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["excommunicate", "exclude from a church or a religious community"], ["curse", "utter obscenities or profanities"], ["swear", "utter obscenities or profanities"], ["cuss", "utter obscenities or profanities"], ["damn", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"], ["unchurch", "exclude from a church or a religious community"], ["blaspheme", "utter obscenities or profanities"]]}, {"answer": "curved", "hint": "synonyms for curved", "clues": [["twist", "extend in curves and turns"], ["slew", "turn sharply; change direction abruptly"], ["crook", "bend or cause to bend"], ["slue", "turn sharply; change direction abruptly"], ["curve", "form an arch or curve"], ["sheer", "turn sharply; change direction abruptly"], ["arc", "form an arch or curve"], ["cut", "turn sharply; change direction abruptly"], ["kink", "form a curl, curve, or kink"], ["swerve", "turn sharply; change direction abruptly"], ["veer", "turn sharply; change direction abruptly"], ["curl", "form a curl, curve, or kink"], ["wind", "extend in curves and turns"], ["trend", "turn sharply; change direction abruptly"]]}, {"answer": "curving", "hint": "synonyms for curving", "clues": [["twist", "extend in curves and turns"], ["slew", "turn sharply; change direction abruptly"], ["crook", "bend or cause to bend"], ["slue", "turn sharply; change direction abruptly"], ["curve", "form an arch or curve"], ["sheer", "turn sharply; change direction abruptly"], ["arc", "form an arch or curve"], ["cut", "turn sharply; change direction abruptly"], ["kink", "form a curl, curve, or kink"], ["swerve", "turn sharply; change direction abruptly"], ["veer", "turn sharply; change direction abruptly"], ["curl", "form a curl, curve, or kink"], ["wind", "extend in curves and turns"], ["trend", "turn sharply; change direction abruptly"]]}, {"answer": "cussed", "hint": "synonyms for cussed", "clues": [["swear", "utter obscenities or profanities"], ["imprecate", "utter obscenities or profanities"], ["cuss", "utter obscenities or profanities"], ["curse", "utter obscenities or profanities"], ["blaspheme", "utter obscenities or profanities"]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["trend", "turn sharply; change direction abruptly"], ["switch off", "cause to stop operating by disengaging a switch"], ["reduce", "reduce in scope while retaining essential elements"], ["rationalise", "weed out unwanted or unnecessary things"], ["abridge", "reduce in scope while retaining essential elements"], ["make out", "make out and issue"], ["sheer", "turn sharply; change direction abruptly"], ["prune", "weed out unwanted or unnecessary things"], ["cut off", "cease, stop"], ["ignore", "refuse to acknowledge"], ["abbreviate", "reduce in scope while retaining essential elements"], ["write out", "make out and issue"], ["edit out", "cut and assemble the components of"], ["trim down", "cut down on; make a reduction in"], ["snub", "refuse to acknowledge"], ["issue", "make out and issue"], ["swerve", "turn sharply; change direction abruptly"], ["turn off", "cause to stop operating by disengaging a switch"], ["trim back", "cut down on; make a reduction in"], ["geld", "cut off the testicles (of male animals such as horses)"], ["shorten", "reduce in scope while retaining essential elements"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["burn", "create by duplicating data"], ["skip", "intentionally fail to attend"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["hack", "be able to manage or manage successfully"], ["slew", "turn sharply; change direction abruptly"], ["cut down", "cut down on; make a reduction in"], ["slue", "turn sharply; change direction abruptly"], ["edit", "cut and assemble the components of"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["curve", "turn sharply; change direction abruptly"], ["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["tailor", "style and tailor in a certain fashion"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["veer", "turn sharply; change direction abruptly"], ["turn out", "cause to stop operating by disengaging a switch"], ["cut back", "cut down on; make a reduction in"], ["disregard", "refuse to acknowledge"]]}, {"answer": "cut_off", "hint": "synonyms for cut off", "clues": [["knap", "break a small piece off from"], ["disrupt", "make a break in"], ["cut out", "cut off and stop"], ["break off", "break a small piece off from"], ["chip", "break a small piece off from"], ["chop off", "remove by or as if by cutting"], ["break up", "make a break in"], ["interrupt", "make a break in"], ["cut", "cease, stop"], ["amputate", "remove surgically"], ["lop off", "remove by or as if by cutting"]]}, {"answer": "cut_up", "hint": "synonyms for cut up", "clues": [["compartmentalise", "separate into isolated compartments or categories"], ["hack", "significantly cut up a manuscript"], ["carve", "cut to pieces"], ["mangle", "destroy or injure severely"], ["mutilate", "destroy or injure severely"]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["reduce", "reduce in scope while retaining essential elements"], ["cut", "be able to manage or manage successfully"], ["rationalise", "weed out unwanted or unnecessary things"], ["ignore", "refuse to acknowledge"], ["abbreviate", "reduce in scope while retaining essential elements"], ["swerve", "turn sharply; change direction abruptly"], ["trim back", "cut down on; make a reduction in"], ["burn", "create by duplicating data"], ["skip", "intentionally fail to attend"], ["foreshorten", "reduce in scope while retaining essential elements"], ["hack", "be able to manage or manage successfully"], ["cut down", "cut down on; make a reduction in"], ["edit", "cut and assemble the components of"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["tailor", "style and tailor in a certain fashion"], ["veer", "turn sharply; change direction abruptly"], ["turn out", "cause to stop operating by disengaging a switch"], ["switch off", "cause to stop operating by disengaging a switch"], ["trend", "turn sharply; change direction abruptly"], ["abridge", "reduce in scope while retaining essential elements"], ["make out", "make out and issue"], ["sheer", "turn sharply; change direction abruptly"], ["prune", "weed out unwanted or unnecessary things"], ["cut off", "cease, stop"], ["write out", "make out and issue"], ["edit out", "cut and assemble the components of"], ["trim down", "cut down on; make a reduction in"], ["snub", "refuse to acknowledge"], ["issue", "make out and issue"], ["turn off", "cause to stop operating by disengaging a switch"], ["geld", "cut off the testicles (of male animals such as horses)"], ["shorten", "reduce in scope while retaining essential elements"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["contract", "reduce in scope while retaining essential elements"], ["slew", "turn sharply; change direction abruptly"], ["slue", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"], ["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["cut back", "cut down on; make a reduction in"], ["disregard", "refuse to acknowledge"]]}, {"answer": "dabbled", "hint": "synonyms for dabbled", "clues": [["smatter", "work with in an amateurish manner"], ["dabble", "play in or as if in water, as of small children"], ["play around", "work with in an amateurish manner"], ["splash around", "play in or as if in water, as of small children"], ["paddle", "play in or as if in water, as of small children"]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"]]}, {"answer": "damned", "hint": "synonyms for damned", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"], ["damn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"]]}, {"answer": "damning", "hint": "synonyms for damning", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"], ["damn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"]]}, {"answer": "damp", "hint": "synonyms for damp", "clues": [["muffle", "deaden (a sound or noise), especially by wrapping"], ["break", "lessen in force or effect"], ["weaken", "lessen in force or effect"], ["soften", "lessen in force or effect"], ["deaden", "make vague or obscure or make (an image) less visible"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["tone down", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["presume", "take upon oneself; act presumptuously, without permission"], ["make bold", "take upon oneself; act presumptuously, without permission"], ["dare", "challenge"], ["defy", "challenge"]]}, {"answer": "dashed", "hint": "synonyms for dashed", "clues": [["daunt", "cause to lose courage"], ["dart", "run or move very quickly or hastily"], ["frighten off", "cause to lose courage"], ["smash", "break into pieces, as by striking or knocking over"], ["crash", "hurl or thrust violently"], ["scare away", "cause to lose courage"], ["scud", "run or move very quickly or hastily"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["scoot", "run or move very quickly or hastily"], ["pall", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"]]}, {"answer": "dashing", "hint": "synonyms for dashing", "clues": [["daunt", "cause to lose courage"], ["dart", "run or move very quickly or hastily"], ["frighten off", "cause to lose courage"], ["smash", "break into pieces, as by striking or knocking over"], ["crash", "hurl or thrust violently"], ["scare away", "cause to lose courage"], ["scud", "run or move very quickly or hastily"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["scoot", "run or move very quickly or hastily"], ["pall", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"]]}, {"answer": "dated", "hint": "synonyms for dated", "clues": [["go out", "date regularly; have a steady relationship with"], ["date stamp", "stamp with a date"], ["date", "go on a date with"], ["go steady", "date regularly; have a steady relationship with"], ["see", "date regularly; have a steady relationship with"]]}, {"answer": "daunted", "hint": "synonyms for daunted", "clues": [["daunt", "cause to lose courage"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"]]}, {"answer": "daunting", "hint": "synonyms for daunting", "clues": [["daunt", "cause to lose courage"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"]]}, {"answer": "dazed", "hint": "synonyms for dazed", "clues": [["daze", "to cause someone to lose clear vision, especially from intense light"], ["dazzle", "to cause someone to lose clear vision, especially from intense light"], ["bedaze", "overcome as with astonishment or disbelief"], ["stun", "overcome as with astonishment or disbelief"]]}, {"answer": "deadened", "hint": "synonyms for deadened", "clues": [["deaden", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation"], ["damp", "make vague or obscure or make (an image) less visible"], ["dampen", "make vague or obscure or make (an image) less visible"], ["blunt", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation"], ["girdle", "cut a girdle around so as to kill by interrupting the circulation of water and nutrients"]]}, {"answer": "deadening", "hint": "synonyms for deadening", "clues": [["deaden", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation"], ["damp", "make vague or obscure or make (an image) less visible"], ["dampen", "make vague or obscure or make (an image) less visible"], ["blunt", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation"], ["girdle", "cut a girdle around so as to kill by interrupting the circulation of water and nutrients"]]}, {"answer": "debased", "hint": "synonyms for debased", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["alloy", "lower in value by increasing the base-metal content"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "debasing", "hint": "synonyms for debasing", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["alloy", "lower in value by increasing the base-metal content"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "debauched", "hint": "synonyms for debauched", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "decayed", "hint": "synonyms for decayed", "clues": [["decay", "lose a stored charge, magnetic flux, or current"], ["disintegrate", "lose a stored charge, magnetic flux, or current"], ["dilapidate", "fall into decay or ruin"], ["decompose", "lose a stored charge, magnetic flux, or current"], ["crumble", "fall into decay or ruin"]]}, {"answer": "deceased", "hint": "synonyms for deceased", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "decided", "hint": "synonyms for decided", "clues": [["decide", "reach, make, or come to a decision about something"], ["resolve", "bring to an end; settle conclusively"], ["settle", "bring to an end; settle conclusively"], ["adjudicate", "bring to an end; settle conclusively"], ["determine", "reach, make, or come to a decision about something"], ["make up one's mind", "reach, make, or come to a decision about something"]]}, {"answer": "deciding", "hint": "synonyms for deciding", "clues": [["decide", "reach, make, or come to a decision about something"], ["resolve", "bring to an end; settle conclusively"], ["settle", "bring to an end; settle conclusively"], ["adjudicate", "bring to an end; settle conclusively"], ["determine", "reach, make, or come to a decision about something"], ["make up one's mind", "reach, make, or come to a decision about something"]]}, {"answer": "deciphered", "hint": "synonyms for deciphered", "clues": [["decrypt", "convert code into ordinary language"], ["decipher", "convert code into ordinary language"], ["trace", "read with difficulty"], ["decode", "convert code into ordinary language"]]}, {"answer": "declared", "hint": "synonyms for declared", "clues": [["declare", "announce publicly or officially"], ["announce", "announce publicly or officially"], ["adjudge", "declare to be"], ["hold", "declare to be"]]}, {"answer": "decorated", "hint": "synonyms for decorated", "clues": [["adorn", "make more attractive by adding ornament, colour, etc."], ["beautify", "make more attractive by adding ornament, colour, etc."], ["decorate", "provide with decoration"], ["grace", "be beautiful to look at"], ["embellish", "make more attractive by adding ornament, colour, etc."], ["ornament", "make more attractive by adding ornament, colour, etc."], ["deck", "be beautiful to look at"], ["dress", "provide with decoration"]]}, {"answer": "decreased", "hint": "synonyms for decreased", "clues": [["lessen", "make smaller"], ["minify", "make smaller"], ["decrease", "make smaller"], ["diminish", "decrease in size, extent, or range"], ["fall", "decrease in size, extent, or range"]]}, {"answer": "decreasing", "hint": "synonyms for decreasing", "clues": [["lessen", "make smaller"], ["minify", "make smaller"], ["decrease", "make smaller"], ["diminish", "decrease in size, extent, or range"], ["fall", "decrease in size, extent, or range"]]}, {"answer": "dedicated", "hint": "synonyms for dedicated", "clues": [["dedicate", "give entirely to a specific person, activity, or cause"], ["commit", "give entirely to a specific person, activity, or cause"], ["devote", "give entirely to a specific person, activity, or cause"], ["consecrate", "give entirely to a specific person, activity, or cause"], ["give", "give entirely to a specific person, activity, or cause"]]}, {"answer": "deepening", "hint": "synonyms for deepening", "clues": [["deepen", "become more intense"], ["heighten", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["change", "become deeper in tone"], ["intensify", "make more intense, stronger, or more marked; ,"]]}, {"answer": "defeated", "hint": "synonyms for defeated", "clues": [["defeat", "thwart the passage of"], ["vote out", "thwart the passage of"], ["get the better of", "win a victory over"], ["overcome", "win a victory over"], ["shoot down", "thwart the passage of"], ["vote down", "thwart the passage of"], ["kill", "thwart the passage of"]]}, {"answer": "defending", "hint": "synonyms for defending", "clues": [["maintain", "state or assert"], ["defend", "fight against or resist strongly"], ["represent", "be the defense counsel for someone in a trial"], ["fight down", "fight against or resist strongly"], ["support", "argue or speak in defense of"], ["fend for", "argue or speak in defense of"], ["fight", "fight against or resist strongly"], ["oppose", "fight against or resist strongly"], ["guard", "protect against a challenge or attack"], ["champion", "protect or fight for as a champion"], ["hold", "protect against a challenge or attack"], ["fight back", "fight against or resist strongly"]]}, {"answer": "defiled", "hint": "synonyms for defiled", "clues": [["maculate", "spot, stain, or pollute"], ["befoul", "spot, stain, or pollute"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["defile", "spot, stain, or pollute"], ["cloud", "place under suspicion or cast doubt upon"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["foul", "spot, stain, or pollute"], ["taint", "place under suspicion or cast doubt upon"], ["corrupt", "place under suspicion or cast doubt upon"], ["sully", "place under suspicion or cast doubt upon"]]}, {"answer": "defined", "hint": "synonyms for defined", "clues": [["specify", "decide upon or fix definitely"], ["delineate", "show the form or outline of"], ["define", "determine the essential quality of"], ["fix", "decide upon or fix definitely"], ["limit", "decide upon or fix definitely"], ["determine", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["delimitate", "determine the essential quality of"], ["delimit", "determine the essential quality of"]]}, {"answer": "deformed", "hint": "synonyms for deformed", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form"], ["deform", "assume a different shape or form"], ["turn", "cause (a plastic object) to assume a crooked or angular form"], ["distort", "alter the shape of (something) by stress"], ["change form", "assume a different shape or form"], ["contort", "twist and press out of shape"], ["twist", "cause (a plastic object) to assume a crooked or angular form"], ["change shape", "assume a different shape or form"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["strain", "alter the shape of (something) by stress"], ["wring", "twist and press out of shape"]]}, {"answer": "degraded", "hint": "synonyms for degraded", "clues": [["demean", "reduce in worth or character, usually verbally"], ["degrade", "reduce in worth or character, usually verbally"], ["disgrace", "reduce in worth or character, usually verbally"], ["cheapen", "lower the grade of something; reduce its worth"], ["put down", "reduce in worth or character, usually verbally"], ["take down", "reduce in worth or character, usually verbally"]]}, {"answer": "degrading", "hint": "synonyms for degrading", "clues": [["demean", "reduce in worth or character, usually verbally"], ["degrade", "reduce in worth or character, usually verbally"], ["disgrace", "reduce in worth or character, usually verbally"], ["cheapen", "lower the grade of something; reduce its worth"], ["put down", "reduce in worth or character, usually verbally"], ["take down", "reduce in worth or character, usually verbally"]]}, {"answer": "dejected", "hint": "synonyms for dejected", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "delayed", "hint": "synonyms for delayed", "clues": [["detain", "cause to be slowed down or delayed"], ["delay", "cause to be slowed down or delayed"], ["check", "slow the growth or development of"], ["retard", "slow the growth or development of"], ["hold up", "cause to be slowed down or delayed"], ["stay", "stop or halt"]]}, {"answer": "deliberate", "hint": "synonyms for deliberate", "clues": [["turn over", "think about carefully; weigh"], ["debate", "think about carefully; weigh"], ["consider", "think about carefully; weigh"], ["moot", "think about carefully; weigh"]]}, {"answer": "delighted", "hint": "synonyms for delighted", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["enjoy", "take delight in"], ["delight", "take delight in"], ["please", "give pleasure to or be pleasing to"], ["enrapture", "hold spellbound"], ["revel", "take delight in"]]}, {"answer": "delimited", "hint": "synonyms for delimited", "clues": [["define", "determine the essential quality of"], ["specify", "determine the essential quality of"], ["delimitate", "determine the essential quality of"], ["demarcate", "set, mark, or draw the boundaries of something"], ["subtend", "be opposite to; of angles and sides, in geometry"], ["delineate", "determine the essential quality of"], ["delimit", "be opposite to; of angles and sides, in geometry"]]}, {"answer": "delineate", "hint": "synonyms for delineate", "clues": [["line", "make a mark or lines on a surface"], ["define", "determine the essential quality of"], ["describe", "make a mark or lines on a surface"], ["draw", "make a mark or lines on a surface"], ["specify", "determine the essential quality of"], ["limn", "trace the shape of"], ["delimitate", "determine the essential quality of"], ["trace", "make a mark or lines on a surface"], ["delimit", "determine the essential quality of"], ["outline", "trace the shape of"]]}, {"answer": "delineated", "hint": "synonyms for delineated", "clues": [["line", "make a mark or lines on a surface"], ["delineate", "show the form or outline of"], ["define", "determine the essential quality of"], ["describe", "make a mark or lines on a surface"], ["draw", "make a mark or lines on a surface"], ["specify", "determine the essential quality of"], ["limn", "trace the shape of"], ["delimitate", "determine the essential quality of"], ["trace", "make a mark or lines on a surface"], ["delimit", "determine the essential quality of"], ["outline", "trace the shape of"]]}, {"answer": "demanding", "hint": "synonyms for demanding", "clues": [["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "lay legal claim to"], ["ask", "require as useful, just, or proper"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"], ["exact", "claim as due or just"]]}, {"answer": "demeaning", "hint": "synonyms for demeaning", "clues": [["demean", "reduce in worth or character, usually verbally"], ["degrade", "reduce in worth or character, usually verbally"], ["disgrace", "reduce in worth or character, usually verbally"], ["put down", "reduce in worth or character, usually verbally"], ["take down", "reduce in worth or character, usually verbally"]]}, {"answer": "demolished", "hint": "synonyms for demolished", "clues": [["pulverise", "destroy completely"], ["demolish", "humiliate or depress completely"], ["destroy", "defeat soundly"], ["crush", "humiliate or depress completely"], ["smash", "humiliate or depress completely"]]}, {"answer": "demonstrated", "hint": "synonyms for demonstrated", "clues": [["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["shew", "establish the validity of something, as by an example, explanation or experiment"], ["establish", "establish the validity of something, as by an example, explanation or experiment"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["exhibit", "give an exhibition of to an interested audience"], ["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["prove", "establish the validity of something, as by an example, explanation or experiment"], ["show", "give an exhibition of to an interested audience"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"], ["present", "give an exhibition of to an interested audience"], ["march", "march in protest; take part in a demonstration"], ["demo", "give an exhibition of to an interested audience"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "demoralised", "hint": "synonyms for demoralised", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["demoralise", "lower someone's spirits; make downhearted"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["dismay", "lower someone's spirits; make downhearted"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["cast down", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"], ["debase", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "demoralising", "hint": "synonyms for demoralising", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["demoralise", "lower someone's spirits; make downhearted"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["dismay", "lower someone's spirits; make downhearted"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["cast down", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"], ["debase", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "demoralized", "hint": "synonyms for demoralized", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["demoralise", "lower someone's spirits; make downhearted"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["dismay", "lower someone's spirits; make downhearted"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["cast down", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"], ["debase", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "demoralizing", "hint": "synonyms for demoralizing", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["demoralise", "lower someone's spirits; make downhearted"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["dismay", "lower someone's spirits; make downhearted"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["cast down", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"], ["debase", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "denigrating", "hint": "synonyms for denigrating", "clues": [["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["derogate", "cause to seem less serious; play down"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["minimize", "cause to seem less serious; play down"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["belittle", "cause to seem less serious; play down"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "departed", "hint": "synonyms for departed", "clues": [["straggle", "wander from a direct or straight course"], ["vary", "be at variance with; be out of line with"], ["take off", "leave"], ["depart", "leave"], ["set forth", "leave"], ["start", "leave"], ["pull up stakes", "remove oneself from an association with or participation in"], ["deviate", "be at variance with; be out of line with"], ["diverge", "be at variance with; be out of line with"], ["set out", "leave"], ["go", "move away from a place into another direction"], ["take leave", "go away or leave"], ["leave", "remove oneself from an association with or participation in"], ["digress", "wander from a direct or straight course"], ["set off", "leave"], ["quit", "go away or leave"], ["part", "leave"], ["sidetrack", "wander from a direct or straight course"], ["start out", "leave"], ["go away", "move away from a place into another direction"]]}, {"answer": "depicted", "hint": "synonyms for depicted", "clues": [["depict", "show in, or as in, a picture"], ["portray", "make a portrait of"], ["describe", "give a description of"], ["draw", "give a description of"], ["show", "show in, or as in, a picture"], ["render", "show in, or as in, a picture"], ["picture", "show in, or as in, a picture"], ["limn", "make a portrait of"]]}, {"answer": "depleted", "hint": "synonyms for depleted", "clues": [["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["use up", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["eat", "use up (resources or materials)"]]}, {"answer": "depraved", "hint": "synonyms for depraved", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "depreciating", "hint": "synonyms for depreciating", "clues": [["depreciate", "lower the value of something"], ["undervalue", "lose in value"], ["devalue", "lose in value"], ["vilipend", "belittle"]]}, {"answer": "depressed", "hint": "synonyms for depressed", "clues": [["depress", "press down"], ["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["press down", "press down"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["lower", "cause to drop or sink"]]}, {"answer": "depressing", "hint": "synonyms for depressing", "clues": [["depress", "press down"], ["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["press down", "press down"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["lower", "cause to drop or sink"]]}, {"answer": "deprived", "hint": "synonyms for deprived", "clues": [["deprive", "take away"], ["divest", "take away possessions from someone"], ["impoverish", "take away"], ["strip", "take away possessions from someone"]]}, {"answer": "deranged", "hint": "synonyms for deranged", "clues": [["perturb", "throw into great confusion or disorder"], ["derange", "throw into great confusion or disorder"], ["unbalance", "derange mentally, throw out of mental balance; make insane"], ["throw out of kilter", "throw into great confusion or disorder"]]}, {"answer": "derived", "hint": "synonyms for derived", "clues": [["deduce", "reason by deduction; establish by deduction"], ["descend", "come from; be connected by a relationship of blood, for example"], ["derive", "come from"], ["gain", "obtain"], ["infer", "reason by deduction; establish by deduction"], ["deduct", "reason by deduction; establish by deduction"], ["come", "come from; be connected by a relationship of blood, for example"]]}, {"answer": "descending", "hint": "synonyms for descending", "clues": [["condescend", "do something that one considers to be below one's dignity"], ["go down", "move downward and lower, but not necessarily all the way"], ["descend", "come from; be connected by a relationship of blood, for example"], ["come down", "move downward and lower, but not necessarily all the way"], ["deign", "do something that one considers to be below one's dignity"], ["fall", "move downward and lower, but not necessarily all the way"], ["settle", "come as if by falling"], ["derive", "come from; be connected by a relationship of blood, for example"], ["come", "come from; be connected by a relationship of blood, for example"]]}, {"answer": "described", "hint": "synonyms for described", "clues": [["line", "make a mark or lines on a surface"], ["describe", "to give an account or representation of in words"], ["draw", "give a description of"], ["account", "to give an account or representation of in words"], ["depict", "give a description of"], ["delineate", "make a mark or lines on a surface"], ["name", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["key", "identify as in botany or biology, for example"], ["trace", "make a mark or lines on a surface"], ["key out", "identify as in botany or biology, for example"], ["identify", "identify as in botany or biology, for example"], ["report", "to give an account or representation of in words"], ["discover", "identify as in botany or biology, for example"]]}, {"answer": "desecrated", "hint": "synonyms for desecrated", "clues": [["desecrate", "remove the consecration from a person or an object"], ["outrage", "violate the sacred character of a place or language"], ["violate", "violate the sacred character of a place or language"], ["profane", "violate the sacred character of a place or language"], ["unhallow", "remove the consecration from a person or an object"]]}, {"answer": "deserted", "hint": "synonyms for deserted", "clues": [["desolate", "leave someone who needs or counts on you; leave in the lurch"], ["desert", "leave behind"], ["abandon", "leave someone who needs or counts on you; leave in the lurch"], ["defect", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army"], ["forsake", "leave someone who needs or counts on you; leave in the lurch"]]}, {"answer": "designate", "hint": "synonyms for designate", "clues": [["denominate", "assign a name or title to"], ["depute", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["doom", "decree or designate beforehand"], ["destine", "design or destine"], ["assign", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["point", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["fate", "decree or designate beforehand"], ["specify", "design or destine"], ["intend", "design or destine"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively"]]}, {"answer": "designed", "hint": "synonyms for designed", "clues": [["design", "create the design for; create or execute in an artistic or highly skilled manner"], ["plan", "make a design of; plan out in systematic, often graphic form"], ["project", "make or work out a plan for; devise"], ["contrive", "make or work out a plan for; devise"]]}, {"answer": "designing", "hint": "synonyms for designing", "clues": [["design", "create the design for; create or execute in an artistic or highly skilled manner"], ["plan", "make a design of; plan out in systematic, often graphic form"], ["project", "make or work out a plan for; devise"], ["contrive", "make or work out a plan for; devise"]]}, {"answer": "desired", "hint": "synonyms for desired", "clues": [["hope", "expect and wish"], ["desire", "expect and wish"], ["want", "feel or have a desire for; want strongly"], ["trust", "expect and wish"]]}, {"answer": "desolate", "hint": "synonyms for desolate", "clues": [["scourge", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["forsake", "leave someone who needs or counts on you; leave in the lurch"], ["depopulate", "reduce in population"], ["abandon", "leave someone who needs or counts on you; leave in the lurch"], ["waste", "cause extensive destruction or ruin utterly"], ["desert", "leave someone who needs or counts on you; leave in the lurch"], ["devastate", "cause extensive destruction or ruin utterly"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "despised", "hint": "synonyms for despised", "clues": [["scorn", "look down on with disdain"], ["despise", "look down on with disdain"], ["disdain", "look down on with disdain"], ["contemn", "look down on with disdain"]]}, {"answer": "despoiled", "hint": "synonyms for despoiled", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["spoil", "destroy and strip of its possession"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["rape", "destroy and strip of its possession"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["violate", "destroy and strip of its possession"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "destined", "hint": "synonyms for destined", "clues": [["doom", "decree or designate beforehand"], ["destine", "design or destine"], ["fate", "decree or designate beforehand"], ["designate", "decree or designate beforehand"], ["specify", "design or destine"], ["intend", "design or destine"]]}, {"answer": "destroyed", "hint": "synonyms for destroyed", "clues": [["destruct", "do away with, cause the destruction or undoing of"], ["destroy", "put (an animal) to death"], ["ruin", "destroy completely; damage irreparably"], ["demolish", "defeat soundly"], ["put down", "put (an animal) to death"]]}, {"answer": "detected", "hint": "synonyms for detected", "clues": [["observe", "discover or determine the existence, presence, or fact of"], ["discover", "discover or determine the existence, presence, or fact of"], ["find", "discover or determine the existence, presence, or fact of"], ["notice", "discover or determine the existence, presence, or fact of"], ["detect", "discover or determine the existence, presence, or fact of"]]}, {"answer": "determined", "hint": "synonyms for determined", "clues": [["fix", "decide upon or fix definitely"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["regulate", "shape or influence; give direction to"], ["square up", "settle conclusively; come to terms"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["make up one's mind", "reach, make, or come to a decision about something"], ["find", "establish after a calculation, investigation, experiment, survey, or study"], ["mold", "shape or influence; give direction to"], ["shape", "shape or influence; give direction to"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["specify", "decide upon or fix definitely"], ["decide", "reach, make, or come to a decision about something"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["limit", "decide upon or fix definitely"], ["settle", "settle conclusively; come to terms"], ["set", "decide upon or fix definitely"], ["square off", "settle conclusively; come to terms"], ["influence", "shape or influence; give direction to"], ["define", "decide upon or fix definitely"]]}, {"answer": "determining", "hint": "synonyms for determining", "clues": [["fix", "decide upon or fix definitely"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["regulate", "shape or influence; give direction to"], ["square up", "settle conclusively; come to terms"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["make up one's mind", "reach, make, or come to a decision about something"], ["find", "establish after a calculation, investigation, experiment, survey, or study"], ["mold", "shape or influence; give direction to"], ["shape", "shape or influence; give direction to"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["specify", "decide upon or fix definitely"], ["decide", "reach, make, or come to a decision about something"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["limit", "decide upon or fix definitely"], ["settle", "settle conclusively; come to terms"], ["set", "decide upon or fix definitely"], ["square off", "settle conclusively; come to terms"], ["influence", "shape or influence; give direction to"], ["define", "decide upon or fix definitely"]]}, {"answer": "devastating", "hint": "synonyms for devastating", "clues": [["devastate", "overwhelm or overpower"], ["waste", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["scourge", "cause extensive destruction or ruin utterly"], ["desolate", "cause extensive destruction or ruin utterly"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "developed", "hint": "synonyms for developed", "clues": [["arise", "come into existence; take on form or shape"], ["build up", "change the use of and make available or usable"], ["develop", "become technologically advanced"], ["break", "happen"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["recrudesce", "happen"], ["evolve", "work out"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["acquire", "come to have or undergo a change of (physical features and attributes)"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["germinate", "work out"], ["explicate", "elaborate, as of theories and hypotheses"], ["uprise", "come into existence; take on form or shape"], ["make grow", "cause to grow and differentiate in ways conforming to its natural development"], ["prepare", "create by training and teaching"], ["modernise", "become technologically advanced"], ["train", "create by training and teaching"], ["formulate", "elaborate, as of theories and hypotheses"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["educate", "create by training and teaching"]]}, {"answer": "developing", "hint": "synonyms for developing", "clues": [["arise", "come into existence; take on form or shape"], ["build up", "change the use of and make available or usable"], ["develop", "become technologically advanced"], ["break", "happen"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["recrudesce", "happen"], ["evolve", "work out"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["acquire", "come to have or undergo a change of (physical features and attributes)"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["germinate", "work out"], ["explicate", "elaborate, as of theories and hypotheses"], ["uprise", "come into existence; take on form or shape"], ["make grow", "cause to grow and differentiate in ways conforming to its natural development"], ["prepare", "create by training and teaching"], ["modernise", "become technologically advanced"], ["train", "create by training and teaching"], ["formulate", "elaborate, as of theories and hypotheses"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["educate", "create by training and teaching"]]}, {"answer": "deviate", "hint": "synonyms for deviate", "clues": [["diverge", "be at variance with; be out of line with"], ["vary", "be at variance with; be out of line with"], ["depart", "be at variance with; be out of line with"], ["divert", "turn aside; turn away from"]]}, {"answer": "devoted", "hint": "synonyms for devoted", "clues": [["consecrate", "give entirely to a specific person, activity, or cause"], ["devote", "dedicate"], ["commit", "give entirely to a specific person, activity, or cause"], ["give", "give entirely to a specific person, activity, or cause"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["pay", "dedicate"]]}, {"answer": "devouring", "hint": "synonyms for devouring", "clues": [["devour", "eat greedily"], ["guttle", "eat greedily"], ["down", "eat immoderately"], ["raven", "eat greedily"], ["pig", "eat greedily"], ["go through", "eat immoderately"], ["consume", "eat immoderately"]]}, {"answer": "differentiated", "hint": "synonyms for differentiated", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["severalise", "mark as different"], ["specialize", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["tell", "mark as different"], ["separate", "mark as different"], ["secernate", "mark as different"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"]]}, {"answer": "diffuse", "hint": "synonyms for diffuse", "clues": [["propagate", "cause to become widely known"], ["spread out", "move outward"], ["permeate", "spread or diffuse through"], ["disseminate", "cause to become widely known"], ["penetrate", "spread or diffuse through"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["imbue", "spread or diffuse through"], ["circularize", "cause to become widely known"], ["pervade", "spread or diffuse through"], ["broadcast", "cause to become widely known"], ["interpenetrate", "spread or diffuse through"], ["pass around", "cause to become widely known"], ["spread", "cause to become widely known"], ["disperse", "cause to become widely known"], ["fan out", "move outward"], ["riddle", "spread or diffuse through"]]}, {"answer": "diffused", "hint": "synonyms for diffused", "clues": [["propagate", "cause to become widely known"], ["spread out", "move outward"], ["diffuse", "cause to become widely known"], ["permeate", "spread or diffuse through"], ["riddle", "spread or diffuse through"], ["disseminate", "cause to become widely known"], ["penetrate", "spread or diffuse through"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["imbue", "spread or diffuse through"], ["circularize", "cause to become widely known"], ["pervade", "spread or diffuse through"], ["broadcast", "cause to become widely known"], ["interpenetrate", "spread or diffuse through"], ["pass around", "cause to become widely known"], ["spread", "cause to become widely known"], ["disperse", "cause to become widely known"], ["fan out", "move outward"]]}, {"answer": "diffusing", "hint": "synonyms for diffusing", "clues": [["propagate", "cause to become widely known"], ["spread out", "move outward"], ["diffuse", "cause to become widely known"], ["permeate", "spread or diffuse through"], ["riddle", "spread or diffuse through"], ["disseminate", "cause to become widely known"], ["penetrate", "spread or diffuse through"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["imbue", "spread or diffuse through"], ["circularize", "cause to become widely known"], ["pervade", "spread or diffuse through"], ["broadcast", "cause to become widely known"], ["interpenetrate", "spread or diffuse through"], ["pass around", "cause to become widely known"], ["spread", "cause to become widely known"], ["disperse", "cause to become widely known"], ["fan out", "move outward"]]}, {"answer": "dilute", "hint": "synonyms for dilute", "clues": [["cut", "lessen the strength or flavor of a solution or mixture"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["reduce", "lessen the strength or flavor of a solution or mixture"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "diluted", "hint": "synonyms for diluted", "clues": [["cut", "lessen the strength or flavor of a solution or mixture"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["reduce", "lessen the strength or flavor of a solution or mixture"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "dim", "hint": "synonyms for dim", "clues": [["blind", "make dim by comparison or conceal"], ["slur", "become vague or indistinct"], ["dip", "switch (a car's headlights) from a higher to a lower beam"], ["blur", "become vague or indistinct"]]}, {"answer": "diminished", "hint": "synonyms for diminished", "clues": [["belittle", "lessen the authority, dignity, or reputation of"], ["diminish", "lessen the authority, dignity, or reputation of"], ["lessen", "decrease in size, extent, or range"], ["fall", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"]]}, {"answer": "diminishing", "hint": "synonyms for diminishing", "clues": [["belittle", "lessen the authority, dignity, or reputation of"], ["diminish", "lessen the authority, dignity, or reputation of"], ["lessen", "decrease in size, extent, or range"], ["fall", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"]]}, {"answer": "dimmed", "hint": "synonyms for dimmed", "clues": [["slur", "become vague or indistinct"], ["dim", "make dim or lusterless"], ["dip", "switch (a car's headlights) from a higher to a lower beam"], ["blur", "become vague or indistinct"], ["blind", "make dim by comparison or conceal"]]}, {"answer": "dipped", "hint": "synonyms for dipped", "clues": [["dip", "lower briefly"], ["douse", "dip into a liquid"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["sink", "appear to move downward"], ["dunk", "dip into a liquid while eating"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["duck", "dip into a liquid"], ["dim", "switch (a car's headlights) from a higher to a lower beam"]]}, {"answer": "direct", "hint": "synonyms for direct", "clues": [["address", "put an address on (an envelope)"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["organise", "plan and direct (a complex undertaking)"], ["channelize", "direct the course; determine the direction of travelling"], ["engineer", "plan and direct (a complex undertaking)"], ["steer", "direct the course; determine the direction of travelling"], ["mastermind", "plan and direct (a complex undertaking)"], ["calculate", "specifically design a product, event, or activity for a certain public"], ["place", "intend (something) to move towards a certain goal"], ["maneuver", "direct the course; determine the direction of travelling"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["guide", "take somebody somewhere"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["target", "intend (something) to move towards a certain goal"], ["point", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["send", "cause to go somewhere"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["conduct", "lead, as in the performance of a composition"], ["orchestrate", "plan and direct (a complex undertaking)"], ["head", "direct the course; determine the direction of travelling"], ["lead", "take somebody somewhere"]]}, {"answer": "directed", "hint": "synonyms for directed", "clues": [["address", "put an address on (an envelope)"], ["organise", "plan and direct (a complex undertaking)"], ["channelize", "direct the course; determine the direction of travelling"], ["direct", "give directions to; point somebody into a certain direction"], ["mastermind", "plan and direct (a complex undertaking)"], ["aim", "specifically design a product, event, or activity for a certain public"], ["place", "intend (something) to move towards a certain goal"], ["target", "intend (something) to move towards a certain goal"], ["point", "direct the course; determine the direction of travelling"], ["take", "take somebody somewhere"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["conduct", "take somebody somewhere"], ["head", "direct the course; determine the direction of travelling"], ["lead", "take somebody somewhere"], ["engineer", "plan and direct (a complex undertaking)"], ["steer", "direct the course; determine the direction of travelling"], ["calculate", "specifically design a product, event, or activity for a certain public"], ["guide", "take somebody somewhere"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["manoeuver", "direct the course; determine the direction of travelling"], ["send", "cause to go somewhere"], ["orchestrate", "plan and direct (a complex undertaking)"]]}, {"answer": "directing", "hint": "synonyms for directing", "clues": [["address", "put an address on (an envelope)"], ["organise", "plan and direct (a complex undertaking)"], ["channelize", "direct the course; determine the direction of travelling"], ["direct", "give directions to; point somebody into a certain direction"], ["mastermind", "plan and direct (a complex undertaking)"], ["aim", "specifically design a product, event, or activity for a certain public"], ["place", "intend (something) to move towards a certain goal"], ["target", "intend (something) to move towards a certain goal"], ["point", "direct the course; determine the direction of travelling"], ["take", "take somebody somewhere"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["conduct", "take somebody somewhere"], ["head", "direct the course; determine the direction of travelling"], ["lead", "take somebody somewhere"], ["engineer", "plan and direct (a complex undertaking)"], ["steer", "direct the course; determine the direction of travelling"], ["calculate", "specifically design a product, event, or activity for a certain public"], ["guide", "take somebody somewhere"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["manoeuver", "direct the course; determine the direction of travelling"], ["send", "cause to go somewhere"], ["orchestrate", "plan and direct (a complex undertaking)"]]}, {"answer": "dirty", "hint": "synonyms for dirty", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"]]}, {"answer": "disabled", "hint": "synonyms for disabled", "clues": [["handicap", "injure permanently"], ["incapacitate", "make unable to perform a certain action"], ["disenable", "make unable to perform a certain action"], ["invalid", "injure permanently"]]}, {"answer": "disabling", "hint": "synonyms for disabling", "clues": [["handicap", "injure permanently"], ["incapacitate", "make unable to perform a certain action"], ["disenable", "make unable to perform a certain action"], ["invalid", "injure permanently"]]}, {"answer": "disaffected", "hint": "synonyms for disaffected", "clues": [["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["alien", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"]]}, {"answer": "discarded", "hint": "synonyms for discarded", "clues": [["fling", "throw or cast away"], ["toss", "throw or cast away"], ["discard", "throw or cast away"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "discerning", "hint": "synonyms for discerning", "clues": [["recognize", "detect with the senses"], ["make out", "detect with the senses"], ["spot", "detect with the senses"], ["discern", "detect with the senses"], ["distinguish", "detect with the senses"], ["tell apart", "detect with the senses"], ["pick out", "detect with the senses"]]}, {"answer": "discharged", "hint": "synonyms for discharged", "clues": [["acquit", "pronounce not guilty of criminal charges"], ["discharge", "leave or unload"], ["drop", "leave or unload"], ["exonerate", "pronounce not guilty of criminal charges"], ["assoil", "pronounce not guilty of criminal charges"], ["set down", "leave or unload"], ["empty", "become empty or void of its content"], ["exhaust", "eliminate (a substance)"], ["expel", "eliminate (a substance)"], ["unload", "leave or unload"], ["muster out", "release from military service"], ["drop off", "leave or unload"], ["release", "eliminate (a substance)"], ["fire", "go off or discharge"], ["complete", "complete or carry out"], ["put down", "leave or unload"], ["dispatch", "complete or carry out"], ["exculpate", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["go off", "go off or discharge"], ["free", "free from obligations or duties"], ["eject", "eliminate (a substance)"]]}, {"answer": "disciplined", "hint": "synonyms for disciplined", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["correct", "punish in order to gain control or enforce obedience"], ["sort out", "punish in order to gain control or enforce obedience"], ["discipline", "punish in order to gain control or enforce obedience"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control"]]}, {"answer": "disclosed", "hint": "synonyms for disclosed", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "discombobulated", "hint": "synonyms for discombobulated", "clues": [["fuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["throw", "cause to be confused emotionally"], ["bemuse", "cause to be confused emotionally"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["bewilder", "cause to be confused emotionally"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"]]}, {"answer": "discomfited", "hint": "synonyms for discomfited", "clues": [["upset", "cause to lose one's composure"], ["discomfit", "cause to lose one's composure"], ["discompose", "cause to lose one's composure"], ["disconcert", "cause to lose one's composure"], ["untune", "cause to lose one's composure"]]}, {"answer": "discomposed", "hint": "synonyms for discomposed", "clues": [["upset", "cause to lose one's composure"], ["discomfit", "cause to lose one's composure"], ["discompose", "cause to lose one's composure"], ["disconcert", "cause to lose one's composure"], ["untune", "cause to lose one's composure"]]}, {"answer": "disconcerted", "hint": "synonyms for disconcerted", "clues": [["disconcert", "cause to feel embarrassment"], ["upset", "cause to lose one's composure"], ["discomfit", "cause to lose one's composure"], ["untune", "cause to lose one's composure"], ["discompose", "cause to lose one's composure"], ["confuse", "cause to feel embarrassment"], ["put off", "cause to feel embarrassment"], ["flurry", "cause to feel embarrassment"]]}, {"answer": "disconcerting", "hint": "synonyms for disconcerting", "clues": [["disconcert", "cause to feel embarrassment"], ["upset", "cause to lose one's composure"], ["discomfit", "cause to lose one's composure"], ["untune", "cause to lose one's composure"], ["discompose", "cause to lose one's composure"], ["confuse", "cause to feel embarrassment"], ["put off", "cause to feel embarrassment"], ["flurry", "cause to feel embarrassment"]]}, {"answer": "discontinued", "hint": "synonyms for discontinued", "clues": [["discontinue", "prevent completion"], ["cease", "put an end to a state or an activity"], ["stop", "prevent completion"], ["give up", "put an end to a state or an activity"], ["break off", "prevent completion"], ["quit", "put an end to a state or an activity"], ["break", "prevent completion"], ["lay off", "put an end to a state or an activity"]]}, {"answer": "discouraged", "hint": "synonyms for discouraged", "clues": [["monish", "admonish or counsel in terms of someone's behavior"], ["discourage", "admonish or counsel in terms of someone's behavior"], ["deter", "try to prevent; show opposition to"], ["warn", "admonish or counsel in terms of someone's behavior"]]}, {"answer": "discouraging", "hint": "synonyms for discouraging", "clues": [["monish", "admonish or counsel in terms of someone's behavior"], ["discourage", "admonish or counsel in terms of someone's behavior"], ["deter", "try to prevent; show opposition to"], ["warn", "admonish or counsel in terms of someone's behavior"]]}, {"answer": "discovered", "hint": "synonyms for discovered", "clues": [["distinguish", "identify as in botany or biology, for example"], ["attain", "find unexpectedly"], ["discover", "find unexpectedly"], ["hear", "get to know or become aware of, usually accidentally"], ["get wind", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["find out", "get to know or become aware of, usually accidentally"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["fall upon", "find unexpectedly"], ["get word", "get to know or become aware of, usually accidentally"], ["key", "identify as in botany or biology, for example"], ["notice", "discover or determine the existence, presence, or fact of"], ["find", "make a discovery, make a new finding"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["identify", "identify as in botany or biology, for example"], ["light upon", "find unexpectedly"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["detect", "discover or determine the existence, presence, or fact of"], ["name", "identify as in botany or biology, for example"], ["observe", "discover or determine the existence, presence, or fact of"], ["chance upon", "find unexpectedly"], ["come across", "find unexpectedly"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["see", "get to know or become aware of, usually accidentally"], ["come upon", "find unexpectedly"], ["happen upon", "find unexpectedly"], ["learn", "get to know or become aware of, usually accidentally"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["strike", "find unexpectedly"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "discriminating", "hint": "synonyms for discriminating", "clues": [["know apart", "recognize or perceive the difference"], ["single out", "treat differently on the basis of sex or race"], ["discriminate", "recognize or perceive the difference"], ["separate", "treat differently on the basis of sex or race"]]}, {"answer": "disentangled", "hint": "synonyms for disentangled", "clues": [["disentangle", "release from entanglement of difficulty"], ["comb", "smoothen and neaten with or as with a comb"], ["unwind", "separate the tangles of"], ["disinvolve", "free from involvement or entanglement"], ["unsnarl", "extricate from entanglement"], ["untangle", "release from entanglement of difficulty"], ["disembroil", "free from involvement or entanglement"], ["comb out", "smoothen and neaten with or as with a comb"], ["disencumber", "release from entanglement of difficulty"], ["extricate", "release from entanglement of difficulty"], ["straighten out", "extricate from entanglement"]]}, {"answer": "disgraced", "hint": "synonyms for disgraced", "clues": [["shame", "bring shame or dishonor upon"], ["disgrace", "bring shame or dishonor upon"], ["demean", "reduce in worth or character, usually verbally"], ["degrade", "reduce in worth or character, usually verbally"], ["dishonor", "bring shame or dishonor upon"], ["put down", "reduce in worth or character, usually verbally"], ["discredit", "damage the reputation of"], ["take down", "reduce in worth or character, usually verbally"], ["attaint", "bring shame or dishonor upon"]]}, {"answer": "disgusted", "hint": "synonyms for disgusted", "clues": [["churn up", "cause aversion in; offend the moral sense of"], ["revolt", "fill with distaste"], ["nauseate", "cause aversion in; offend the moral sense of"], ["gross out", "fill with distaste"], ["disgust", "fill with distaste"], ["sicken", "cause aversion in; offend the moral sense of"], ["repel", "fill with distaste"]]}, {"answer": "disgusting", "hint": "synonyms for disgusting", "clues": [["churn up", "cause aversion in; offend the moral sense of"], ["revolt", "fill with distaste"], ["nauseate", "cause aversion in; offend the moral sense of"], ["gross out", "fill with distaste"], ["disgust", "fill with distaste"], ["sicken", "cause aversion in; offend the moral sense of"], ["repel", "fill with distaste"]]}, {"answer": "dished", "hint": "synonyms for dished", "clues": [["serve up", "provide (usually but not necessarily food)"], ["dish", "make concave; shape like a dish"], ["dish out", "provide (usually but not necessarily food)"], ["serve", "provide (usually but not necessarily food)"], ["dish up", "provide (usually but not necessarily food)"]]}, {"answer": "dishonored", "hint": "synonyms for dishonored", "clues": [["shame", "bring shame or dishonor upon"], ["disgrace", "bring shame or dishonor upon"], ["dishonor", "bring shame or dishonor upon"], ["rape", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["ravish", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["outrage", "force (someone) to have sex against their will"], ["attaint", "bring shame or dishonor upon"]]}, {"answer": "disjoint", "hint": "synonyms for disjoint", "clues": [["dissociate", "part; cease or break association with"], ["divorce", "part; cease or break association with"], ["disjoin", "make disjoint, separated, or disconnected; undo the joining of"], ["disunite", "part; cease or break association with"], ["disarticulate", "separate at the joints"]]}, {"answer": "disjointed", "hint": "synonyms for disjointed", "clues": [["disjoint", "separate at the joints"], ["disassociate", "part; cease or break association with"], ["disunite", "part; cease or break association with"], ["disarticulate", "separate at the joints"], ["divorce", "part; cease or break association with"]]}, {"answer": "dislocated", "hint": "synonyms for dislocated", "clues": [["slip", "move out of position"], ["dislocate", "put out of its usual place, position, or relationship"], ["splay", "move out of position"], ["luxate", "move out of position"]]}, {"answer": "dismantled", "hint": "synonyms for dismantled", "clues": [["take down", "tear down so as to make flat with the ground"], ["take apart", "take apart into its constituent pieces"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["dismantle", "take apart into its constituent pieces"], ["break up", "take apart into its constituent pieces"], ["break apart", "take apart into its constituent pieces"], ["disassemble", "take apart into its constituent pieces"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["strip", "take off or remove"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "dismayed", "hint": "synonyms for dismayed", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["cast down", "lower someone's spirits; make downhearted"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "dismaying", "hint": "synonyms for dismaying", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["cast down", "lower someone's spirits; make downhearted"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "dismissed", "hint": "synonyms for dismissed", "clues": [["send packing", "stop associating with"], ["disregard", "bar from attention or consideration"], ["fire", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["usher out", "end one's encounter with somebody by causing or permitting the person to leave"], ["dismiss", "end one's encounter with somebody by causing or permitting the person to leave"], ["push aside", "bar from attention or consideration"], ["force out", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["ignore", "bar from attention or consideration"], ["sack", "terminate the employment of; discharge from an office or position"], ["brush off", "bar from attention or consideration"], ["send away", "terminate the employment of; discharge from an office or position"], ["dissolve", "declare void"], ["throw out", "cease to consider; put out of judicial consideration"], ["discount", "bar from attention or consideration"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["drop", "stop associating with"]]}, {"answer": "disobliging", "hint": "synonyms for disobliging", "clues": [["trouble", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["incommode", "to cause inconvenience or discomfort to"], ["disoblige", "to cause inconvenience or discomfort to"], ["inconvenience", "to cause inconvenience or discomfort to"], ["bother", "to cause inconvenience or discomfort to"], ["discommode", "to cause inconvenience or discomfort to"]]}, {"answer": "disordered", "hint": "synonyms for disordered", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "bring disorder to"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disarray", "bring disorder to"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "dispensed", "hint": "synonyms for dispensed", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["dispense", "grant a dispensation; grant an exemption"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "dispersed", "hint": "synonyms for dispersed", "clues": [["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["break up", "to cause to separate and go in different directions"], ["disseminate", "cause to become widely known"], ["disperse", "separate (light) into spectral rays"], ["scatter", "distribute loosely"], ["sprinkle", "distribute loosely"], ["dissipate", "to cause to separate and go in different directions"], ["distribute", "cause to become widely known"], ["spread out", "move away from each other"], ["circulate", "cause to become widely known"], ["dot", "distribute loosely"], ["circularize", "cause to become widely known"], ["dispel", "to cause to separate and go in different directions"], ["pass around", "cause to become widely known"], ["spread", "cause to become widely known"], ["dust", "distribute loosely"], ["broadcast", "cause to become widely known"]]}, {"answer": "dispirited", "hint": "synonyms for dispirited", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "dispiriting", "hint": "synonyms for dispiriting", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "disposed", "hint": "synonyms for disposed", "clues": [["toss", "throw or cast away"], ["dispose", "make receptive or willing towards an action or attitude or belief"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["throw away", "throw or cast away"], ["fling", "throw or cast away"], ["discard", "throw or cast away"], ["qualify", "make fit or prepared"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["incline", "make receptive or willing towards an action or attitude or belief"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "disputed", "hint": "synonyms for disputed", "clues": [["dispute", "take exception to"], ["challenge", "take exception to"], ["argufy", "have a disagreement over something"], ["altercate", "have a disagreement over something"], ["scrap", "have a disagreement over something"], ["gainsay", "take exception to"], ["quarrel", "have a disagreement over something"]]}, {"answer": "disquieted", "hint": "synonyms for disquieted", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "disquieting", "hint": "synonyms for disquieting", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "disregarded", "hint": "synonyms for disregarded", "clues": [["ignore", "bar from attention or consideration"], ["brush aside", "bar from attention or consideration"], ["cut", "refuse to acknowledge"], ["snub", "refuse to acknowledge"], ["disregard", "bar from attention or consideration"], ["neglect", "give little or no attention to"], ["brush off", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"]]}, {"answer": "disrupted", "hint": "synonyms for disrupted", "clues": [["break up", "make a break in"], ["interrupt", "interfere in someone else's activity"], ["disrupt", "interfere in someone else's activity"], ["cut off", "make a break in"]]}, {"answer": "dissected", "hint": "synonyms for dissected", "clues": [["analyze", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["dissect", "cut open or cut apart"]]}, {"answer": "dissenting", "hint": "synonyms for dissenting", "clues": [["protest", "express opposition through action or words"], ["take issue", "be of different opinions"], ["dissent", "express opposition through action or words"], ["disagree", "be of different opinions"], ["resist", "express opposition through action or words"], ["differ", "be of different opinions"]]}, {"answer": "dissipated", "hint": "synonyms for dissipated", "clues": [["disperse", "to cause to separate and go in different directions"], ["scatter", "to cause to separate and go in different directions"], ["dispel", "to cause to separate and go in different directions"], ["fool away", "spend frivolously and unwisely"], ["break up", "to cause to separate and go in different directions"], ["dissipate", "spend frivolously and unwisely"], ["shoot", "spend frivolously and unwisely"], ["fritter", "spend frivolously and unwisely"], ["frivol away", "spend frivolously and unwisely"], ["spread out", "move away from each other"], ["fool", "spend frivolously and unwisely"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "dissolved", "hint": "synonyms for dissolved", "clues": [["dissolve", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["break up", "come to an end"], ["thaw", "become or cause to become soft or liquid"], ["resolve", "cause to go into a solution"], ["fade out", "become weaker"], ["dismiss", "declare void"], ["melt", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["fade away", "become weaker"], ["disband", "stop functioning or cohering as a unit"]]}, {"answer": "distinguished", "hint": "synonyms for distinguished", "clues": [["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["severalise", "mark as different"], ["name", "identify as in botany or biology, for example"], ["signalize", "make conspicuous or noteworthy"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["make out", "detect with the senses"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["discern", "detect with the senses"], ["tell", "mark as different"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["pick out", "detect with the senses"], ["separate", "mark as different"], ["recognize", "detect with the senses"], ["secernate", "mark as different"], ["key", "identify as in botany or biology, for example"], ["spot", "detect with the senses"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["identify", "identify as in botany or biology, for example"], ["discover", "identify as in botany or biology, for example"]]}, {"answer": "distorted", "hint": "synonyms for distorted", "clues": [["distort", "make false by mutilation or addition; as of a message or story"], ["twist", "form into a spiral shape"], ["color", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["contort", "twist and press out of shape"], ["wring", "twist and press out of shape"], ["deform", "alter the shape of (something) by stress"], ["warp", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["twine", "form into a spiral shape"], ["strain", "alter the shape of (something) by stress"], ["falsify", "make false by mutilation or addition; as of a message or story"]]}, {"answer": "distracted", "hint": "synonyms for distracted", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "draw someone's attention away from something"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["deflect", "draw someone's attention away from something"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "distributed", "hint": "synonyms for distributed", "clues": [["propagate", "cause to become widely known"], ["distribute", "be mathematically distributive"], ["dispense", "administer or bestow, as in small portions"], ["circulate", "cause to become widely known"], ["shell out", "administer or bestow, as in small portions"], ["circularize", "cause to become widely known"], ["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["give out", "give to several people"], ["spread", "cause to become widely known"], ["parcel out", "administer or bestow, as in small portions"], ["hand out", "give to several people"], ["mete out", "administer or bestow, as in small portions"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["pass around", "cause be distributed"], ["stagger", "to arrange in a systematic order"], ["deal out", "administer or bestow, as in small portions"], ["pass on", "cause be distributed"], ["dole out", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["broadcast", "cause to become widely known"], ["pass out", "give to several people"]]}, {"answer": "disturbed", "hint": "synonyms for disturbed", "clues": [["agitate", "change the arrangement or position of"], ["interrupt", "destroy the peace or tranquility of"], ["commove", "change the arrangement or position of"], ["raise up", "change the arrangement or position of"], ["vex", "change the arrangement or position of"], ["disturb", "destroy the peace or tranquility of"], ["shake up", "change the arrangement or position of"], ["upset", "move deeply"], ["stir up", "change the arrangement or position of"], ["touch", "tamper with"], ["trouble", "move deeply"]]}, {"answer": "disturbing", "hint": "synonyms for disturbing", "clues": [["agitate", "change the arrangement or position of"], ["interrupt", "destroy the peace or tranquility of"], ["commove", "change the arrangement or position of"], ["raise up", "change the arrangement or position of"], ["vex", "change the arrangement or position of"], ["disturb", "destroy the peace or tranquility of"], ["shake up", "change the arrangement or position of"], ["upset", "move deeply"], ["stir up", "change the arrangement or position of"], ["touch", "tamper with"], ["trouble", "move deeply"]]}, {"answer": "disunited", "hint": "synonyms for disunited", "clues": [["disassociate", "part; cease or break association with"], ["disunite", "part; cease or break association with"], ["separate", "force, take, or pull apart"], ["disjoint", "part; cease or break association with"], ["part", "force, take, or pull apart"], ["divide", "force, take, or pull apart"], ["divorce", "part; cease or break association with"]]}, {"answer": "diverging", "hint": "synonyms for diverging", "clues": [["diverge", "be at variance with; be out of line with"], ["deviate", "be at variance with; be out of line with"], ["vary", "be at variance with; be out of line with"], ["depart", "be at variance with; be out of line with"]]}, {"answer": "diversified", "hint": "synonyms for diversified", "clues": [["radiate", "spread into new habitats and produce variety or variegate"], ["branch out", "vary in order to spread risk or to expand"], ["broaden", "vary in order to spread risk or to expand"], ["diversify", "make (more) diverse"]]}, {"answer": "diverted", "hint": "synonyms for diverted", "clues": [["deviate", "turn aside; turn away from"], ["divert", "send on a course or in a direction different from the planned or intended one"], ["hive off", "withdraw (money) and move into a different location, often secretly and with dishonest intentions"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion"], ["disport", "occupy in an agreeable, entertaining or pleasant fashion"]]}, {"answer": "diverting", "hint": "synonyms for diverting", "clues": [["deviate", "turn aside; turn away from"], ["divert", "send on a course or in a direction different from the planned or intended one"], ["hive off", "withdraw (money) and move into a different location, often secretly and with dishonest intentions"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion"], ["disport", "occupy in an agreeable, entertaining or pleasant fashion"]]}, {"answer": "divided", "hint": "synonyms for divided", "clues": [["separate", "force, take, or pull apart"], ["part", "force, take, or pull apart"], ["dissever", "separate into parts or portions"], ["divide", "force, take, or pull apart"], ["carve up", "separate into parts or portions"], ["split up", "separate into parts or portions"], ["disunite", "force, take, or pull apart"], ["split", "separate into parts or portions"], ["fraction", "perform a division"]]}, {"answer": "divorced", "hint": "synonyms for divorced", "clues": [["dissociate", "part; cease or break association with"], ["divorce", "part; cease or break association with"], ["disunite", "part; cease or break association with"], ["disjoint", "part; cease or break association with"], ["split up", "get a divorce; formally terminate a marriage"]]}, {"answer": "doddering", "hint": "synonyms for doddering", "clues": [["toddle", "walk unsteadily"], ["paddle", "walk unsteadily"], ["coggle", "walk unsteadily"], ["waddle", "walk unsteadily"], ["dodder", "walk unsteadily"], ["totter", "walk unsteadily"]]}, {"answer": "dogged", "hint": "synonyms for dogged", "clues": [["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "dogging", "hint": "synonyms for dogging", "clues": [["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "domesticated", "hint": "synonyms for domesticated", "clues": [["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticize", "overcome the wildness of; make docile and tractable"], ["reclaim", "overcome the wildness of; make docile and tractable"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"]]}, {"answer": "dominated", "hint": "synonyms for dominated", "clues": [["dominate", "be in control"], ["overlook", "look down on"], ["eclipse", "be greater in significance than"], ["overtop", "look down on"], ["predominate", "be larger in number, quantity, power, status or importance"], ["rule", "be larger in number, quantity, power, status or importance"], ["master", "have dominance or the power to defeat over"], ["prevail", "be larger in number, quantity, power, status or importance"], ["reign", "be larger in number, quantity, power, status or importance"], ["overshadow", "be greater in significance than"], ["command", "look down on"]]}, {"answer": "dominating", "hint": "synonyms for dominating", "clues": [["dominate", "be in control"], ["overlook", "look down on"], ["eclipse", "be greater in significance than"], ["overtop", "look down on"], ["predominate", "be larger in number, quantity, power, status or importance"], ["rule", "be larger in number, quantity, power, status or importance"], ["master", "have dominance or the power to defeat over"], ["prevail", "be larger in number, quantity, power, status or importance"], ["reign", "be larger in number, quantity, power, status or importance"], ["overshadow", "be greater in significance than"], ["command", "look down on"]]}, {"answer": "done", "hint": "synonyms for done", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["coiffe", "arrange attractively"], ["make", "give rise to; cause to happen or occur, not always intentionally"], ["practise", "carry out or practice; as of jobs and professions"], ["set", "arrange attractively"], ["serve", "spend time in prison or in a labor camp"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["dress", "arrange attractively"], ["exercise", "carry out or practice; as of jobs and professions"], ["cause", "give rise to; cause to happen or occur, not always intentionally"], ["get along", "proceed or get along"], ["coif", "arrange attractively"], ["make out", "proceed or get along"], ["fare", "proceed or get along"], ["come", "proceed or get along"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["execute", "carry out or perform an action"], ["perform", "carry out or perform an action"], ["answer", "be sufficient; be adequate, either in quality or quantity"], ["manage", "carry on or function"], ["suffice", "be sufficient; be adequate, either in quality or quantity"], ["arrange", "arrange attractively"]]}, {"answer": "doomed", "hint": "synonyms for doomed", "clues": [["fate", "decree or designate beforehand"], ["doom", "pronounce a sentence on (somebody) in a court of law"], ["designate", "decree or designate beforehand"], ["sentence", "pronounce a sentence on (somebody) in a court of law"], ["condemn", "pronounce a sentence on (somebody) in a court of law"], ["destine", "decree or designate beforehand"]]}, {"answer": "doting", "hint": "synonyms for doting", "clues": [["dot", "mark with a dot"], ["constellate", "scatter or intersperse like dots or studs"], ["stud", "scatter or intersperse like dots or studs"], ["scatter", "distribute loosely"], ["sprinkle", "distribute loosely"], ["disperse", "distribute loosely"], ["dust", "distribute loosely"]]}, {"answer": "dotted", "hint": "synonyms for dotted", "clues": [["dot", "mark with a dot"], ["constellate", "scatter or intersperse like dots or studs"], ["stud", "scatter or intersperse like dots or studs"], ["scatter", "distribute loosely"], ["sprinkle", "distribute loosely"], ["disperse", "distribute loosely"], ["dust", "distribute loosely"]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["double over", "bend over or curl up, usually with laughter or pain"], ["double up", "bend over or curl up, usually with laughter or pain"], ["duplicate", "make or do or perform again"], ["repeat", "make or do or perform again"], ["replicate", "make or do or perform again"]]}, {"answer": "doubled", "hint": "synonyms for doubled", "clues": [["double over", "bend over or curl up, usually with laughter or pain"], ["double", "do double duty; serve two purposes or have two functions"], ["repeat", "make or do or perform again"], ["reduplicate", "make or do or perform again"], ["double up", "bend over or curl up, usually with laughter or pain"]]}, {"answer": "down", "hint": "synonyms for down", "clues": [["kill", "drink down entirely"], ["pop", "drink down entirely"], ["cut down", "cause to come or go down"], ["devour", "eat immoderately"], ["drink down", "drink down entirely"], ["fine-tune", "improve or perfect by pruning or polishing"], ["shoot down", "shoot at and force to come down"], ["land", "shoot at and force to come down"], ["refine", "improve or perfect by pruning or polishing"], ["push down", "cause to come or go down"], ["belt down", "drink down entirely"], ["polish", "improve or perfect by pruning or polishing"], ["knock down", "cause to come or go down"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"], ["go through", "eat immoderately"], ["pull down", "cause to come or go down"], ["consume", "eat immoderately"]]}, {"answer": "dragging", "hint": "synonyms for dragging", "clues": [["drag", "move slowly and as if with great effort"], ["puff", "suck in or take (air)"], ["hale", "draw slowly or heavily"], ["haul", "draw slowly or heavily"], ["get behind", "to lag or linger behind"], ["drop back", "to lag or linger behind"], ["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag in", "force into some kind of situation, condition, or course of action"], ["embroil", "force into some kind of situation, condition, or course of action"], ["draw", "suck in or take (air)"], ["trail", "to lag or linger behind"], ["dredge", "search (as the bottom of a body of water) for something valuable or lost"], ["cart", "draw slowly or heavily"], ["drop behind", "to lag or linger behind"], ["hang back", "to lag or linger behind"], ["drag out", "proceed for an extended period of time"], ["scuff", "walk without lifting the feet"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "drained", "hint": "synonyms for drained", "clues": [["drain", "empty of liquid; drain the liquid from"], ["debilitate", "make weak"], ["run out", "flow off gradually"], ["enfeeble", "make weak"]]}, {"answer": "draining", "hint": "synonyms for draining", "clues": [["drain", "empty of liquid; drain the liquid from"], ["debilitate", "make weak"], ["run out", "flow off gradually"], ["enfeeble", "make weak"]]}, {"answer": "draped", "hint": "synonyms for draped", "clues": [["drape", "arrange in a particular way"], ["clothe", "cover as if with clothing"], ["robe", "cover as if with clothing"], ["cloak", "cover as if with clothing"]]}, {"answer": "drawn", "hint": "synonyms for drawn", "clues": [["line", "make a mark or lines on a surface"], ["draw", "move or go steadily or gradually"], ["puff", "suck in or take (air)"], ["take up", "take in, also metaphorically"], ["run", "pass over, across, or through"], ["thread", "thread on or as if on a string"], ["reap", "get or derive"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["draw off", "remove (a commodity) from (a supply source)"], ["depict", "give a description of"], ["pull", "cause to move by pulling"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["take out", "bring, take, or pull out of a container or from under a cover"], ["pass", "pass over, across, or through"], ["guide", "pass over, across, or through"], ["get out", "bring, take, or pull out of a container or from under a cover"], ["withdraw", "remove (a commodity) from (a supply source)"], ["absorb", "take in, also metaphorically"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["drag", "suck in or take (air)"], ["describe", "make a mark or lines on a surface"], ["make", "make, formulate, or derive in the mind"], ["get", "earn or achieve a base by being walked by the pitcher"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull back", "stretch back a bowstring (on an archer's bow)"], ["force", "cause to move by pulling"], ["soak up", "take in, also metaphorically"], ["take in", "take in, also metaphorically"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["sop up", "take in, also metaphorically"], ["disembowel", "remove the entrails of"], ["delineate", "make a mark or lines on a surface"], ["cast", "choose at random"], ["suck up", "take in, also metaphorically"], ["eviscerate", "remove the entrails of"], ["string", "thread on or as if on a string"], ["trace", "make a mark or lines on a surface"], ["tie", "finish a game with an equal number of points, goals, etc."]]}, {"answer": "dreamed", "hint": "synonyms for dreamed", "clues": [["woolgather", "have a daydream; indulge in a fantasy"], ["dream", "experience while sleeping"], ["stargaze", "have a daydream; indulge in a fantasy"], ["daydream", "have a daydream; indulge in a fantasy"]]}, {"answer": "drenched", "hint": "synonyms for drenched", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["swamp", "drench or submerge or be drenched or submerged"], ["douse", "cover with liquid; pour liquid onto"], ["drench", "drench or submerge or be drenched or submerged"], ["souse", "cover with liquid; pour liquid onto"], ["imbrue", "permeate or impregnate"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "dress", "hint": "synonyms for dress", "clues": [["coiffe", "arrange attractively"], ["decorate", "provide with decoration"], ["clip", "cultivate, tend, and cut back the growth of"], ["enclothe", "provide with clothes or put clothes on"], ["prune", "cultivate, tend, and cut back the growth of"], ["do", "arrange attractively"], ["habilitate", "provide with clothes or put clothes on"], ["lop", "cultivate, tend, and cut back the growth of"], ["fit out", "provide with clothes or put clothes on"], ["cut back", "cultivate, tend, and cut back the growth of"], ["groom", "give a neat appearance to"], ["primp", "dress or groom with elaborate care"], ["garnish", "decorate (food), as with parsley or other ornamental foods"], ["curry", "give a neat appearance to"], ["set", "arrange attractively"], ["preen", "dress or groom with elaborate care"], ["line up", "arrange in ranks"], ["dress up", "dress in a certain manner"], ["dress out", "kill and prepare for market or consumption"], ["raiment", "provide with clothes or put clothes on"], ["plume", "dress or groom with elaborate care"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["arrange", "arrange attractively"], ["get dressed", "put on clothes"], ["crop", "cultivate, tend, and cut back the growth of"], ["snip", "cultivate, tend, and cut back the growth of"], ["coif", "arrange attractively"], ["trim", "cultivate, tend, and cut back the growth of"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "dressed", "hint": "synonyms for dressed", "clues": [["coiffe", "arrange attractively"], ["clip", "cultivate, tend, and cut back the growth of"], ["habilitate", "provide with clothes or put clothes on"], ["lop", "cultivate, tend, and cut back the growth of"], ["fit out", "provide with clothes or put clothes on"], ["set", "arrange attractively"], ["primp", "dress or groom with elaborate care"], ["garnish", "decorate (food), as with parsley or other ornamental foods"], ["dress", "arrange attractively"], ["preen", "dress or groom with elaborate care"], ["raiment", "provide with clothes or put clothes on"], ["plume", "dress or groom with elaborate care"], ["garment", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["get dressed", "put on clothes"], ["crop", "cultivate, tend, and cut back the growth of"], ["coif", "arrange attractively"], ["trim", "decorate (food), as with parsley or other ornamental foods"], ["decorate", "provide with decoration"], ["prune", "cultivate, tend, and cut back the growth of"], ["enclothe", "provide with clothes or put clothes on"], ["do", "arrange attractively"], ["groom", "give a neat appearance to"], ["cut back", "cultivate, tend, and cut back the growth of"], ["curry", "give a neat appearance to"], ["line up", "arrange in ranks"], ["dress up", "dress in a certain manner"], ["dress out", "kill and prepare for market or consumption"], ["garb", "provide with clothes or put clothes on"], ["snip", "cultivate, tend, and cut back the growth of"], ["arrange", "arrange attractively"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "drifting", "hint": "synonyms for drifting", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["be adrift", "be in motion due to some air or water current"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "be piled up in banks or heaps by the force of wind or a current"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["float", "be in motion due to some air or water current"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["blow", "be in motion due to some air or water current"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["freewheel", "live unhurriedly, irresponsibly, or freely"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["err", "wander from a direct course or at random"]]}, {"answer": "drilled", "hint": "synonyms for drilled", "clues": [["drill", "make a hole, especially with a pointed power or hand tool"], ["practice", "learn by repetition"], ["bore", "make a hole, especially with a pointed power or hand tool"], ["exercise", "learn by repetition"]]}, {"answer": "driven", "hint": "synonyms for driven", "clues": [["motor", "travel or be transported in a vehicle"], ["push", "strive and make an effort to reach a goal"], ["drive", "strike with a driver, as in teeing off"], ["ride", "have certain properties when driven"], ["force", "force into or from an action or state, either physically or metaphorically"], ["repulse", "cause to move back by force or influence"], ["ram", "force into or from an action or state, either physically or metaphorically"], ["beat back", "cause to move back by force or influence"], ["aim", "move into a desired direction of discourse"], ["force back", "cause to move back by force or influence"], ["labour", "strive and make an effort to reach a goal"], ["get", "move into a desired direction of discourse"], ["take", "proceed along in a vehicle"], ["tug", "strive and make an effort to reach a goal"], ["repel", "cause to move back by force or influence"], ["push back", "cause to move back by force or influence"]]}, {"answer": "driving", "hint": "synonyms for driving", "clues": [["motor", "travel or be transported in a vehicle"], ["push", "strive and make an effort to reach a goal"], ["drive", "strike with a driver, as in teeing off"], ["ride", "have certain properties when driven"], ["force", "force into or from an action or state, either physically or metaphorically"], ["repulse", "cause to move back by force or influence"], ["ram", "force into or from an action or state, either physically or metaphorically"], ["beat back", "cause to move back by force or influence"], ["aim", "move into a desired direction of discourse"], ["force back", "cause to move back by force or influence"], ["labour", "strive and make an effort to reach a goal"], ["get", "move into a desired direction of discourse"], ["take", "proceed along in a vehicle"], ["tug", "strive and make an effort to reach a goal"], ["repel", "cause to move back by force or influence"], ["push back", "cause to move back by force or influence"]]}, {"answer": "drooping", "hint": "synonyms for drooping", "clues": [["droop", "hang loosely or laxly"], ["swag", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["loll", "hang loosely or laxly"], ["wilt", "become limp"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness"]]}, {"answer": "dropping", "hint": "synonyms for dropping", "clues": [["dangle", "hang freely"], ["throw", "get rid of"], ["throw off", "get rid of"], ["overlook", "leave undone or leave out"], ["drop", "go down in value"], ["overleap", "leave undone or leave out"], ["cut down", "cause to fall by or as if by delivering a blow"], ["fell", "cause to fall by or as if by delivering a blow"], ["expend", "pay out"], ["set down", "leave or unload"], ["dribble", "let or cause to fall in drops"], ["shed", "get rid of"], ["unload", "leave or unload"], ["flatten", "lower the pitch of (musical notes)"], ["neglect", "leave undone or leave out"], ["shake off", "get rid of"], ["omit", "leave undone or leave out"], ["drop down", "fall or descend to a lower place or level"], ["devolve", "grow worse"], ["cast", "get rid of"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"], ["sink", "fall or descend to a lower place or level"], ["send packing", "stop associating with"], ["cast off", "get rid of"], ["discharge", "leave or unload"], ["throw away", "get rid of"], ["degenerate", "grow worse"], ["drip", "let or cause to fall in drops"], ["miss", "leave undone or leave out"], ["drop off", "leave or unload"], ["strike down", "cause to fall by or as if by delivering a blow"], ["deteriorate", "grow worse"], ["dismiss", "stop associating with"], ["swing", "hang freely"], ["send away", "stop associating with"], ["spend", "pay out"], ["knock off", "stop pursuing or acting"]]}, {"answer": "drudging", "hint": "synonyms for drudging", "clues": [["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["labor", "work hard"], ["toil", "work hard"], ["dig", "work hard"]]}, {"answer": "drunk", "hint": "synonyms for drunk", "clues": [["pledge", "propose a toast to"], ["drink", "drink excessive amounts of alcohol; be an alcoholic"], ["imbibe", "take in liquids"], ["booze", "consume alcohol"], ["salute", "propose a toast to"], ["wassail", "propose a toast to"], ["drink in", "be fascinated or spell-bound by; pay close attention to"], ["fuddle", "consume alcohol"], ["tope", "drink excessive amounts of alcohol; be an alcoholic"], ["toast", "propose a toast to"]]}, {"answer": "dull", "hint": "synonyms for dull", "clues": [["muffle", "deaden (a sound or noise), especially by wrapping"], ["damp", "deaden (a sound or noise), especially by wrapping"], ["blunt", "make dull or blunt"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["pall", "become less interesting or attractive"], ["benumb", "make numb or insensitive"], ["numb", "make numb or insensitive"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["tone down", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "dulled", "hint": "synonyms for dulled", "clues": [["muffle", "deaden (a sound or noise), especially by wrapping"], ["dull", "make less lively or vigorous"], ["damp", "deaden (a sound or noise), especially by wrapping"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["blunt", "make dull or blunt"], ["pall", "become less interesting or attractive"], ["benumb", "make numb or insensitive"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["numb", "make numb or insensitive"], ["tone down", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "dumbfounded", "hint": "synonyms for dumbfounded", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "dumbfounding", "hint": "synonyms for dumbfounding", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "dun", "hint": "synonyms for dun", "clues": [["rag", "treat cruelly"], ["bedevil", "treat cruelly"], ["torment", "treat cruelly"], ["crucify", "treat cruelly"], ["frustrate", "treat cruelly"]]}, {"answer": "duplicate", "hint": "synonyms for duplicate", "clues": [["double", "make or do or perform again"], ["twin", "duplicate or match"], ["parallel", "duplicate or match"], ["repeat", "make or do or perform again"], ["replicate", "make or do or perform again"]]}, {"answer": "dying", "hint": "synonyms for dying", "clues": [["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "feel indifferent towards"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["become flat", "lose sparkle or bouquet"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["break down", "stop operating or functioning"], ["give out", "stop operating or functioning"], ["break", "stop operating or functioning"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk out", "stop operating or functioning"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go bad", "stop operating or functioning"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give way", "stop operating or functioning"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pall", "lose sparkle or bouquet"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die out", "cut or shape with a die"], ["fail", "stop operating or functioning"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "earned", "hint": "synonyms for earned", "clues": [["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["garner", "acquire or deserve by one's efforts or actions"], ["earn", "acquire or deserve by one's efforts or actions"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["realize", "earn on some commercial or business transaction; earn as salary or wages"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"]]}, {"answer": "eased", "hint": "synonyms for eased", "clues": [["ease", "lessen pain or discomfort; alleviate"], ["facilitate", "make easier"], ["still", "lessen the intensity of or calm"], ["alleviate", "make easier"], ["allay", "lessen the intensity of or calm"], ["comfort", "lessen pain or discomfort; alleviate"], ["relieve", "lessen the intensity of or calm"]]}, {"answer": "echoing", "hint": "synonyms for echoing", "clues": [["echo", "call to mind"], ["recall", "call to mind"], ["reverberate", "ring or echo with sound"], ["repeat", "to say again or imitate"], ["ring", "ring or echo with sound"], ["resound", "ring or echo with sound"]]}, {"answer": "edged", "hint": "synonyms for edged", "clues": [["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["edge", "provide with an edge"], ["butt", "lie adjacent to another or share a boundary"], ["border", "provide with a border or edge"], ["butt on", "lie adjacent to another or share a boundary"], ["inch", "advance slowly, as if by inches"]]}, {"answer": "edited", "hint": "synonyms for edited", "clues": [["edit", "cut or eliminate"], ["delete", "cut or eliminate"], ["redact", "prepare for publication or presentation by correcting, revising, or adapting"], ["cut", "cut and assemble the components of"], ["blue-pencil", "cut or eliminate"], ["edit out", "cut and assemble the components of"]]}, {"answer": "educated", "hint": "synonyms for educated", "clues": [["educate", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["train", "create by training and teaching"], ["school", "teach or refine to be discriminative in taste or judgment"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["develop", "create by training and teaching"], ["prepare", "create by training and teaching"]]}, {"answer": "effervescing", "hint": "synonyms for effervescing", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["fizz", "become bubbly or frothy or foaming"], ["froth", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"]]}, {"answer": "elaborate", "hint": "synonyms for elaborate", "clues": [["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["rarify", "make more complex, intricate, or richer"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["work out", "work out in detail"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["complicate", "make more complex, intricate, or richer"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["refine", "make more complex, intricate, or richer"]]}, {"answer": "elaborated", "hint": "synonyms for elaborated", "clues": [["elaborate", "make more complex, intricate, or richer"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["rarify", "make more complex, intricate, or richer"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["work out", "work out in detail"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["complicate", "make more complex, intricate, or richer"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["refine", "make more complex, intricate, or richer"]]}, {"answer": "elapsed", "hint": "synonyms for elapsed", "clues": [["slide by", "pass by"], ["go by", "pass by"], ["go along", "pass by"], ["elapse", "pass by"], ["slip away", "pass by"], ["slip by", "pass by"], ["pass", "pass by"]]}, {"answer": "elated", "hint": "synonyms for elated", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["intoxicate", "fill with high spirits; fill with optimism"], ["elate", "fill with high spirits; fill with optimism"]]}, {"answer": "elating", "hint": "synonyms for elating", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["intoxicate", "fill with high spirits; fill with optimism"], ["elate", "fill with high spirits; fill with optimism"]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["raise", "raise from a lower to a higher position"], ["bring up", "raise from a lower to a higher position"], ["kick upstairs", "give a promotion to or assign to a higher position"], ["lift", "raise in rank or condition"], ["elevate", "raise in rank or condition"], ["get up", "raise from a lower to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["advance", "give a promotion to or assign to a higher position"], ["promote", "give a promotion to or assign to a higher position"]]}, {"answer": "elicited", "hint": "synonyms for elicited", "clues": [["draw out", "deduce (a principle) or construe (a meaning)"], ["raise", "call forth (emotions, feelings, and responses)"], ["elicit", "deduce (a principle) or construe (a meaning)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["kindle", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["educe", "deduce (a principle) or construe (a meaning)"], ["extract", "deduce (a principle) or construe (a meaning)"], ["arouse", "call forth (emotions, feelings, and responses)"]]}, {"answer": "embarrassed", "hint": "synonyms for embarrassed", "clues": [["abash", "cause to be embarrassed; cause to feel self-conscious"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"], ["block", "hinder or prevent the progress or accomplishment of"], ["embarrass", "hinder or prevent the progress or accomplishment of"]]}, {"answer": "embarrassing", "hint": "synonyms for embarrassing", "clues": [["abash", "cause to be embarrassed; cause to feel self-conscious"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"], ["block", "hinder or prevent the progress or accomplishment of"], ["embarrass", "hinder or prevent the progress or accomplishment of"]]}, {"answer": "embedded", "hint": "synonyms for embedded", "clues": [["imbed", "fix or set securely or deeply"], ["engraft", "fix or set securely or deeply"], ["embed", "attach to, as a journalist to a military unit when reporting on a war"], ["plant", "fix or set securely or deeply"], ["implant", "fix or set securely or deeply"]]}, {"answer": "embezzled", "hint": "synonyms for embezzled", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"]]}, {"answer": "embodied", "hint": "synonyms for embodied", "clues": [["be", "represent, as of a character on stage"], ["embody", "represent or express something abstract in tangible form"], ["personify", "represent, as of a character on stage"], ["substantiate", "represent in bodily form"], ["incarnate", "represent in bodily form"], ["body forth", "represent in bodily form"]]}, {"answer": "emboldened", "hint": "synonyms for emboldened", "clues": [["recreate", "give encouragement to"], ["embolden", "give encouragement to"], ["cheer", "give encouragement to"], ["hearten", "give encouragement to"]]}, {"answer": "embroiled", "hint": "synonyms for embroiled", "clues": [["embroil", "force into some kind of situation, condition, or course of action"], ["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["drag in", "force into some kind of situation, condition, or course of action"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "emerging", "hint": "synonyms for emerging", "clues": [["emerge", "become known or apparent"], ["issue", "come out of"], ["come forth", "come out of"], ["come out", "come out of"], ["egress", "come out of"], ["go forth", "come out of"]]}, {"answer": "emphasised", "hint": "synonyms for emphasised", "clues": [["emphasize", "give extra weight to (a communication)"], ["underline", "give extra weight to (a communication)"], ["punctuate", "to stress, single out as important"], ["underscore", "give extra weight to (a communication)"], ["accentuate", "to stress, single out as important"], ["accent", "to stress, single out as important"], ["stress", "to stress, single out as important"]]}, {"answer": "emphasized", "hint": "synonyms for emphasized", "clues": [["emphasize", "to stress, single out as important"], ["underline", "give extra weight to (a communication)"], ["punctuate", "to stress, single out as important"], ["underscore", "give extra weight to (a communication)"], ["accentuate", "to stress, single out as important"], ["accent", "to stress, single out as important"], ["stress", "to stress, single out as important"]]}, {"answer": "employed", "hint": "synonyms for employed", "clues": [["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["hire", "engage or hire for work"], ["utilise", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["engage", "engage or hire for work"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"]]}, {"answer": "empowered", "hint": "synonyms for empowered", "clues": [["endue", "give qualities or abilities to"], ["empower", "give qualities or abilities to"], ["authorize", "give or delegate power or authority to"], ["invest", "give qualities or abilities to"], ["gift", "give qualities or abilities to"], ["endow", "give qualities or abilities to"], ["indue", "give qualities or abilities to"]]}, {"answer": "empty", "hint": "synonyms for empty", "clues": [["abandon", "leave behind empty; move out of"], ["evacuate", "excrete or discharge from the body"], ["void", "excrete or discharge from the body"], ["discharge", "become empty or void of its content"]]}, {"answer": "enamored", "hint": "synonyms for enamored", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "enchanted", "hint": "synonyms for enchanted", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["hex", "cast a spell over someone or something; put a hex on someone or something"], ["enthral", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["charm", "attract; cause to be enamored"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "enchanting", "hint": "synonyms for enchanting", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["hex", "cast a spell over someone or something; put a hex on someone or something"], ["enthral", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["charm", "attract; cause to be enamored"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "enclosed", "hint": "synonyms for enclosed", "clues": [["introduce", "introduce"], ["enclose", "surround completely"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["insert", "introduce"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["close in", "surround completely"], ["stick in", "introduce"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["confine", "close in; darkness enclosed him\""], ["shut in", "surround completely"], ["put in", "introduce"], ["hold in", "close in; darkness enclosed him\""]]}, {"answer": "encompassing", "hint": "synonyms for encompassing", "clues": [["cover", "include in scope; include as part of something broader; have as one's sphere or territory"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory"]]}, {"answer": "encouraged", "hint": "synonyms for encouraged", "clues": [["boost", "contribute to the progress or growth of"], ["encourage", "spur on"], ["promote", "contribute to the progress or growth of"], ["advance", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"]]}, {"answer": "encouraging", "hint": "synonyms for encouraging", "clues": [["boost", "contribute to the progress or growth of"], ["encourage", "spur on"], ["promote", "contribute to the progress or growth of"], ["advance", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"]]}, {"answer": "encroaching", "hint": "synonyms for encroaching", "clues": [["encroach", "impinge or infringe upon"], ["impinge", "impinge or infringe upon"], ["trench", "impinge or infringe upon"], ["infringe", "advance beyond the usual limit"]]}, {"answer": "endangered", "hint": "synonyms for endangered", "clues": [["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardize", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["queer", "put in a dangerous, disadvantageous, or difficult position"], ["menace", "pose a threat to; present a danger to"], ["expose", "put in a dangerous, disadvantageous, or difficult position"], ["scupper", "put in a dangerous, disadvantageous, or difficult position"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "ended", "hint": "synonyms for ended", "clues": [["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["terminate", "be the end of; be the last or concluding part of"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "endowed", "hint": "synonyms for endowed", "clues": [["endue", "give qualities or abilities to"], ["empower", "give qualities or abilities to"], ["dower", "furnish with an endowment"], ["invest", "give qualities or abilities to"], ["indue", "give qualities or abilities to"], ["endow", "give qualities or abilities to"], ["gift", "give qualities or abilities to"]]}, {"answer": "enduring", "hint": "synonyms for enduring", "clues": [["hold out", "continue to live through hardship or adversity"], ["suffer", "put up with something or somebody unpleasant"], ["brave", "face and withstand with courage"], ["endure", "undergo or be subjected to"], ["tolerate", "put up with something or somebody unpleasant"], ["brave out", "face and withstand with courage"], ["persist", "continue to exist"], ["weather", "face and withstand with courage"], ["run", "continue to exist"], ["live", "continue to live through hardship or adversity"], ["support", "put up with something or somebody unpleasant"], ["hold up", "continue to live through hardship or adversity"], ["stomach", "put up with something or somebody unpleasant"], ["live on", "continue to live through hardship or adversity"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["go", "continue to live through hardship or adversity"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["wear", "last and be usable"], ["die hard", "continue to exist"], ["abide", "put up with something or somebody unpleasant"], ["last", "continue to live through hardship or adversity"], ["prevail", "continue to exist"], ["survive", "continue to live through hardship or adversity"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "energising", "hint": "synonyms for energising", "clues": [["energize", "cause to be alert and energetic"], ["arouse", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["excite", "raise to a higher energy level"], ["brace", "cause to be alert and energetic"]]}, {"answer": "energizing", "hint": "synonyms for energizing", "clues": [["energize", "cause to be alert and energetic"], ["arouse", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["excite", "raise to a higher energy level"], ["brace", "cause to be alert and energetic"]]}, {"answer": "enervated", "hint": "synonyms for enervated", "clues": [["enervate", "weaken mentally or morally"], ["unsettle", "disturb the composure of"], ["unnerve", "disturb the composure of"], ["faze", "disturb the composure of"]]}, {"answer": "enervating", "hint": "synonyms for enervating", "clues": [["enervate", "weaken mentally or morally"], ["unsettle", "disturb the composure of"], ["unnerve", "disturb the composure of"], ["faze", "disturb the composure of"]]}, {"answer": "enforced", "hint": "synonyms for enforced", "clues": [["enforce", "ensure observance of laws and rules"], ["impose", "compel to behave in a certain way"], ["apply", "ensure observance of laws and rules"], ["implement", "ensure observance of laws and rules"]]}, {"answer": "engaged", "hint": "synonyms for engaged", "clues": [["absorb", "consume all of one's attention or time"], ["engage", "carry out or participate in an activity; be involved in"], ["pursue", "carry out or participate in an activity; be involved in"], ["employ", "engage or hire for work"], ["rent", "engage for service under a term of contract"], ["hire", "engage for service under a term of contract"], ["engross", "consume all of one's attention or time"], ["plight", "give to in marriage"], ["affiance", "give to in marriage"], ["prosecute", "carry out or participate in an activity; be involved in"], ["betroth", "give to in marriage"], ["enlist", "hire for work or assistance"], ["wage", "carry on (wars, battles, or campaigns)"], ["charter", "engage for service under a term of contract"], ["occupy", "consume all of one's attention or time"], ["mesh", "keep engaged"], ["lease", "engage for service under a term of contract"], ["operate", "keep engaged"], ["lock", "keep engaged"], ["take", "engage for service under a term of contract"]]}, {"answer": "engaging", "hint": "synonyms for engaging", "clues": [["absorb", "consume all of one's attention or time"], ["engage", "carry out or participate in an activity; be involved in"], ["pursue", "carry out or participate in an activity; be involved in"], ["employ", "engage or hire for work"], ["rent", "engage for service under a term of contract"], ["hire", "engage for service under a term of contract"], ["engross", "consume all of one's attention or time"], ["plight", "give to in marriage"], ["affiance", "give to in marriage"], ["prosecute", "carry out or participate in an activity; be involved in"], ["betroth", "give to in marriage"], ["enlist", "hire for work or assistance"], ["wage", "carry on (wars, battles, or campaigns)"], ["charter", "engage for service under a term of contract"], ["occupy", "consume all of one's attention or time"], ["mesh", "keep engaged"], ["lease", "engage for service under a term of contract"], ["operate", "keep engaged"], ["lock", "keep engaged"], ["take", "engage for service under a term of contract"]]}, {"answer": "engorged", "hint": "synonyms for engorged", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "engraved", "hint": "synonyms for engraved", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["engrave", "carve or cut a design or letters into"], ["etch", "carve or cut a design or letters into"], ["inscribe", "carve, cut, or etch into a material or surface"], ["scratch", "carve, cut, or etch into a material or surface"]]}, {"answer": "engrossed", "hint": "synonyms for engrossed", "clues": [["absorb", "consume all of one's attention or time"], ["engage", "consume all of one's attention or time"], ["engulf", "devote (oneself) fully to"], ["plunge", "devote (oneself) fully to"], ["engross", "devote (oneself) fully to"], ["occupy", "consume all of one's attention or time"], ["immerse", "devote (oneself) fully to"], ["soak up", "devote (oneself) fully to"], ["steep", "devote (oneself) fully to"]]}, {"answer": "engrossing", "hint": "synonyms for engrossing", "clues": [["absorb", "consume all of one's attention or time"], ["engage", "consume all of one's attention or time"], ["engulf", "devote (oneself) fully to"], ["plunge", "devote (oneself) fully to"], ["engross", "devote (oneself) fully to"], ["occupy", "consume all of one's attention or time"], ["immerse", "devote (oneself) fully to"], ["soak up", "devote (oneself) fully to"], ["steep", "devote (oneself) fully to"]]}, {"answer": "enkindled", "hint": "synonyms for enkindled", "clues": [["raise", "call forth (emotions, feelings, and responses)"], ["kindle", "cause to start burning"], ["conflagrate", "cause to start burning"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["arouse", "call forth (emotions, feelings, and responses)"], ["elicit", "call forth (emotions, feelings, and responses)"], ["inflame", "cause to start burning"]]}, {"answer": "enlarged", "hint": "synonyms for enlarged", "clues": [["magnify", "make large"], ["enlarge", "make large"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["blow up", "make large"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "enlightened", "hint": "synonyms for enlightened", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["irradiate", "give spiritual insight to; in religion"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["edify", "make understand"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"]]}, {"answer": "enlightening", "hint": "synonyms for enlightening", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["irradiate", "give spiritual insight to; in religion"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["edify", "make understand"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"]]}, {"answer": "enlivened", "hint": "synonyms for enlivened", "clues": [["liven", "make lively"], ["animate", "make lively"], ["invigorate", "heighten or intensify"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["inspire", "heighten or intensify"], ["liven up", "make lively"]]}, {"answer": "enlivening", "hint": "synonyms for enlivening", "clues": [["liven", "make lively"], ["animate", "make lively"], ["invigorate", "heighten or intensify"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["inspire", "heighten or intensify"], ["liven up", "make lively"]]}, {"answer": "ennobling", "hint": "synonyms for ennobling", "clues": [["dignify", "confer dignity or honor upon"], ["ennoble", "confer dignity or honor upon"], ["entitle", "give a title to someone; make someone a member of the nobility"], ["gentle", "give a title to someone; make someone a member of the nobility"]]}, {"answer": "enraptured", "hint": "synonyms for enraptured", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"]]}, {"answer": "entangled", "hint": "synonyms for entangled", "clues": [["snarl", "twist together or entwine into a confusing mass"], ["tangle", "twist together or entwine into a confusing mass"], ["mire", "entrap"], ["mat", "twist together or entwine into a confusing mass"]]}, {"answer": "entertained", "hint": "synonyms for entertained", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)"], ["hold", "maintain (a theory, thoughts, or feelings)"], ["entertain", "take into consideration, have in view"], ["think of", "take into consideration, have in view"], ["toy with", "take into consideration, have in view"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["flirt with", "take into consideration, have in view"], ["think about", "take into consideration, have in view"]]}, {"answer": "entertaining", "hint": "synonyms for entertaining", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)"], ["hold", "maintain (a theory, thoughts, or feelings)"], ["entertain", "take into consideration, have in view"], ["think of", "take into consideration, have in view"], ["toy with", "take into consideration, have in view"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["flirt with", "take into consideration, have in view"], ["think about", "take into consideration, have in view"]]}, {"answer": "enthralled", "hint": "synonyms for enthralled", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"]]}, {"answer": "enthralling", "hint": "synonyms for enthralling", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"]]}, {"answer": "entitled", "hint": "synonyms for entitled", "clues": [["ennoble", "give a title to someone; make someone a member of the nobility"], ["entitle", "give a title to someone; make someone a member of the nobility"], ["title", "give a title to"], ["gentle", "give a title to someone; make someone a member of the nobility"]]}, {"answer": "entranced", "hint": "synonyms for entranced", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["spellbind", "put into a trance"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "entrancing", "hint": "synonyms for entrancing", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["spellbind", "put into a trance"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "entrenched", "hint": "synonyms for entrenched", "clues": [["encroach", "impinge or infringe upon"], ["entrench", "occupy a trench or secured area"], ["impinge", "impinge or infringe upon"], ["dig in", "occupy a trench or secured area"]]}, {"answer": "enveloping", "hint": "synonyms for enveloping", "clues": [["enwrap", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["envelop", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "envisioned", "hint": "synonyms for envisioned", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["envision", "picture to oneself; imagine possible"], ["see", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["foresee", "picture to oneself; imagine possible"], ["picture", "imagine; conceive of; see in one's mind"]]}, {"answer": "enwrapped", "hint": "synonyms for enwrapped", "clues": [["enwrap", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["envelop", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "equal", "hint": "synonyms for equal", "clues": [["match", "be equal to in quality or ability"], ["be", "be identical or equivalent to"], ["touch", "be equal to in quality or ability"], ["equalise", "make equal, uniform, corresponding, or matching"], ["rival", "be equal to in quality or ability"], ["equate", "make equal, uniform, corresponding, or matching"]]}, {"answer": "equipped", "hint": "synonyms for equipped", "clues": [["outfit", "provide with (something) usually for a specific purpose"], ["fit out", "provide with (something) usually for a specific purpose"], ["equip", "provide with (something) usually for a specific purpose"], ["fit", "provide with (something) usually for a specific purpose"]]}, {"answer": "erect", "hint": "synonyms for erect", "clues": [["raise", "construct, build, or erect"], ["set up", "construct, build, or erect"], ["rear", "cause to rise up"], ["put up", "construct, build, or erect"]]}, {"answer": "eroded", "hint": "synonyms for eroded", "clues": [["gnaw at", "become ground down or deteriorate"], ["wear away", "become ground down or deteriorate"], ["erode", "remove soil or rock"], ["fret", "remove soil or rock"], ["eat at", "become ground down or deteriorate"], ["gnaw", "become ground down or deteriorate"], ["eat away", "remove soil or rock"]]}, {"answer": "erring", "hint": "synonyms for erring", "clues": [["slip", "to make a mistake or be incorrect"], ["drift", "wander from a direct course or at random"], ["mistake", "to make a mistake or be incorrect"], ["err", "wander from a direct course or at random"], ["stray", "wander from a direct course or at random"]]}, {"answer": "escaped", "hint": "synonyms for escaped", "clues": [["get away", "run away from confinement"], ["escape", "issue or leak, as from a small opening"], ["hightail it", "flee; take to one's heels; cut and run"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action"], ["lam", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["break loose", "run away from confinement"], ["break away", "flee; take to one's heels; cut and run"], ["miss", "fail to experience"], ["take to the woods", "flee; take to one's heels; cut and run"], ["bunk", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action"], ["elude", "be incomprehensible to; escape understanding by"], ["fly the coop", "flee; take to one's heels; cut and run"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"]]}, {"answer": "established", "hint": "synonyms for established", "clues": [["shew", "establish the validity of something, as by an example, explanation or experiment"], ["set up", "place"], ["base", "use as a basis for; found on"], ["make", "institute, enact, or establish"], ["give", "bring about"], ["found", "set up or lay the groundwork for"], ["establish", "build or establish something abstract"], ["prove", "establish the validity of something, as by an example, explanation or experiment"], ["build", "build or establish something abstract"], ["launch", "set up or found"], ["install", "place"], ["show", "establish the validity of something, as by an example, explanation or experiment"], ["institute", "set up or lay the groundwork for"], ["ground", "use as a basis for; found on"], ["plant", "set up or lay the groundwork for"], ["constitute", "set up or lay the groundwork for"], ["lay down", "institute, enact, or establish"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"]]}, {"answer": "esteemed", "hint": "synonyms for esteemed", "clues": [["prize", "regard highly; think much of"], ["prise", "regard highly; think much of"], ["esteem", "look on as or consider"], ["look upon", "look on as or consider"], ["think of", "look on as or consider"], ["respect", "regard highly; think much of"], ["repute", "look on as or consider"], ["take to be", "look on as or consider"], ["value", "regard highly; think much of"], ["regard as", "look on as or consider"]]}, {"answer": "estranged", "hint": "synonyms for estranged", "clues": [["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["alien", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"]]}, {"answer": "estranging", "hint": "synonyms for estranging", "clues": [["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"], ["alien", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness"]]}, {"answer": "evaporated", "hint": "synonyms for evaporated", "clues": [["evaporate", "become less intense and fade away gradually"], ["vaporise", "cause to change into a vapor"], ["disappear", "become less intense and fade away gradually"], ["melt", "become less intense and fade away gradually"]]}, {"answer": "evidenced", "hint": "synonyms for evidenced", "clues": [["tell", "give evidence"], ["prove", "provide evidence for"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["testify", "provide evidence for"], ["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["show", "provide evidence for"], ["evidence", "provide evidence for"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["bear witness", "provide evidence for"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "evoked", "hint": "synonyms for evoked", "clues": [["draw out", "deduce (a principle) or construe (a meaning)"], ["raise", "call forth (emotions, feelings, and responses)"], ["elicit", "deduce (a principle) or construe (a meaning)"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["evoke", "call forth (emotions, feelings, and responses)"], ["stir", "summon into action or bring into existence, often as if by magic"], ["fire", "call forth (emotions, feelings, and responses)"], ["educe", "deduce (a principle) or construe (a meaning)"], ["extract", "deduce (a principle) or construe (a meaning)"], ["call forth", "evoke or provoke to appear or occur"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["paint a picture", "call to mind"], ["kindle", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["kick up", "evoke or provoke to appear or occur"], ["call down", "summon into action or bring into existence, often as if by magic"], ["suggest", "call to mind"]]}, {"answer": "exacerbating", "hint": "synonyms for exacerbating", "clues": [["aggravate", "exasperate or irritate"], ["exacerbate", "exasperate or irritate"], ["exasperate", "exasperate or irritate"], ["worsen", "make worse"]]}, {"answer": "exacting", "hint": "synonyms for exacting", "clues": [["demand", "claim as due or just"], ["claim", "take as an undesirable consequence of some event or state of affairs"], ["exact", "take as an undesirable consequence of some event or state of affairs"], ["take", "take as an undesirable consequence of some event or state of affairs"]]}, {"answer": "exaggerated", "hint": "synonyms for exaggerated", "clues": [["hyperbolise", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["overdraw", "to enlarge beyond bounds or the truth"], ["exaggerate", "do something to an excessive degree"], ["overdo", "do something to an excessive degree"], ["magnify", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "exalted", "hint": "synonyms for exalted", "clues": [["laud", "praise, glorify, or honor"], ["glorify", "praise, glorify, or honor"], ["beatify", "fill with sublime emotion"], ["invigorate", "heighten or intensify"], ["exalt", "praise, glorify, or honor"], ["extol", "praise, glorify, or honor"], ["enliven", "heighten or intensify"], ["thrill", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["proclaim", "praise, glorify, or honor"], ["inspire", "heighten or intensify"], ["inebriate", "fill with sublime emotion"], ["animate", "heighten or intensify"]]}, {"answer": "exalting", "hint": "synonyms for exalting", "clues": [["laud", "praise, glorify, or honor"], ["glorify", "praise, glorify, or honor"], ["beatify", "fill with sublime emotion"], ["invigorate", "heighten or intensify"], ["exalt", "praise, glorify, or honor"], ["extol", "praise, glorify, or honor"], ["enliven", "heighten or intensify"], ["thrill", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["proclaim", "praise, glorify, or honor"], ["inspire", "heighten or intensify"], ["inebriate", "fill with sublime emotion"], ["animate", "heighten or intensify"]]}, {"answer": "exasperated", "hint": "synonyms for exasperated", "clues": [["aggravate", "exasperate or irritate"], ["worsen", "make worse"], ["incense", "make furious"], ["exacerbate", "exasperate or irritate"], ["exasperate", "exasperate or irritate"], ["infuriate", "make furious"]]}, {"answer": "exasperating", "hint": "synonyms for exasperating", "clues": [["aggravate", "exasperate or irritate"], ["worsen", "make worse"], ["incense", "make furious"], ["exacerbate", "exasperate or irritate"], ["exasperate", "exasperate or irritate"], ["infuriate", "make furious"]]}, {"answer": "exceeding", "hint": "synonyms for exceeding", "clues": [["outstrip", "be or do something to a greater degree"], ["transcend", "be superior or better than some standard"], ["surpass", "be or do something to a greater degree"], ["overstep", "be superior or better than some standard"], ["exceed", "be greater in scope or size than some standard"], ["pass", "be superior or better than some standard"], ["outperform", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["top", "be superior or better than some standard"], ["go past", "be superior or better than some standard"]]}, {"answer": "exchanged", "hint": "synonyms for exchanged", "clues": [["substitute", "put in the place of another; switch seemingly equivalent items"], ["commute", "exchange or replace with another, usually of the same kind or category"], ["convert", "exchange or replace with another, usually of the same kind or category"], ["exchange", "hand over one and receive another, approximately equivalent"], ["switch", "change over, change around, as to a new order or sequence"], ["interchange", "put in the place of another; switch seemingly equivalent items"], ["replace", "put in the place of another; switch seemingly equivalent items"], ["switch over", "change over, change around, as to a new order or sequence"]]}, {"answer": "excited", "hint": "synonyms for excited", "clues": [["stimulate", "stir feelings in"], ["excite", "stir feelings in"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["charge", "cause to be agitated, excited, or roused"], ["stir", "stir the feelings, emotions, or peace of"], ["wind up", "stimulate sexually"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["agitate", "cause to be agitated, excited, or roused"], ["energise", "raise to a higher energy level"], ["commove", "cause to be agitated, excited, or roused"], ["sex", "stimulate sexually"]]}, {"answer": "exciting", "hint": "synonyms for exciting", "clues": [["stimulate", "stir feelings in"], ["excite", "stir feelings in"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["charge", "cause to be agitated, excited, or roused"], ["stir", "stir the feelings, emotions, or peace of"], ["wind up", "stimulate sexually"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["agitate", "cause to be agitated, excited, or roused"], ["energise", "raise to a higher energy level"], ["commove", "cause to be agitated, excited, or roused"], ["sex", "stimulate sexually"]]}, {"answer": "excruciating", "hint": "synonyms for excruciating", "clues": [["excruciate", "subject to torture"], ["torment", "torment emotionally or mentally"], ["rack", "torment emotionally or mentally"], ["torture", "subject to torture"]]}, {"answer": "exculpated", "hint": "synonyms for exculpated", "clues": [["assoil", "pronounce not guilty of criminal charges"], ["exculpate", "pronounce not guilty of criminal charges"], ["acquit", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["discharge", "pronounce not guilty of criminal charges"], ["exonerate", "pronounce not guilty of criminal charges"]]}, {"answer": "excused", "hint": "synonyms for excused", "clues": [["rationalise", "defend, explain, clear away, or make excuses for by reasoning"], ["excuse", "grant exemption or release to"], ["exempt", "grant exemption or release to"], ["apologize", "defend, explain, clear away, or make excuses for by reasoning"], ["justify", "defend, explain, clear away, or make excuses for by reasoning"], ["beg off", "ask for permission to be released from an engagement"], ["condone", "excuse, overlook, or make allowances for; be lenient with"], ["pardon", "accept an excuse for"], ["relieve", "grant exemption or release to"], ["explain", "serve as a reason or cause or justification of"], ["let off", "grant exemption or release to"]]}, {"answer": "executed", "hint": "synonyms for executed", "clues": [["execute", "carry out or perform an action"], ["perform", "carry out or perform an action"], ["fulfil", "put in effect"], ["run", "carry out a process or program, as on a computer or a machine"], ["do", "carry out or perform an action"], ["carry through", "put in effect"], ["accomplish", "put in effect"], ["put to death", "kill as a means of socially sanctioned punishment"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "exemplifying", "hint": "synonyms for exemplifying", "clues": [["represent", "be characteristic of"], ["instance", "clarify by giving an example of"], ["exemplify", "clarify by giving an example of"], ["illustrate", "clarify by giving an example of"]]}, {"answer": "exempt", "hint": "synonyms for exempt", "clues": [["free", "grant relief or an exemption from a rule or requirement to"], ["relieve", "grant relief or an exemption from a rule or requirement to"], ["excuse", "grant exemption or release to"], ["let off", "grant exemption or release to"]]}, {"answer": "exhausted", "hint": "synonyms for exhausted", "clues": [["tucker out", "wear out completely"], ["exhaust", "wear out completely"], ["consume", "use up (resources or materials)"], ["sap", "deplete"], ["wash up", "wear out completely"], ["eat up", "use up (resources or materials)"], ["use up", "use up (resources or materials)"], ["run down", "deplete"], ["expel", "eliminate (a substance)"], ["beat", "wear out completely"], ["play out", "deplete"], ["wipe out", "use up (resources or materials)"], ["release", "eliminate (a substance)"], ["tucker", "wear out completely"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["tire", "deplete"], ["discharge", "eliminate (a substance)"], ["eject", "eliminate (a substance)"]]}, {"answer": "exhausting", "hint": "synonyms for exhausting", "clues": [["tucker out", "wear out completely"], ["exhaust", "wear out completely"], ["consume", "use up (resources or materials)"], ["sap", "deplete"], ["wash up", "wear out completely"], ["eat up", "use up (resources or materials)"], ["use up", "use up (resources or materials)"], ["run down", "deplete"], ["expel", "eliminate (a substance)"], ["beat", "wear out completely"], ["play out", "deplete"], ["wipe out", "use up (resources or materials)"], ["release", "eliminate (a substance)"], ["tucker", "wear out completely"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["tire", "deplete"], ["discharge", "eliminate (a substance)"], ["eject", "eliminate (a substance)"]]}, {"answer": "exhilarated", "hint": "synonyms for exhilarated", "clues": [["exalt", "fill with sublime emotion"], ["beatify", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "exhilarating", "hint": "synonyms for exhilarating", "clues": [["exalt", "fill with sublime emotion"], ["beatify", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "existing", "hint": "synonyms for existing", "clues": [["subsist", "support oneself"], ["survive", "support oneself"], ["exist", "support oneself"], ["be", "have an existence, be extant"], ["live", "support oneself"]]}, {"answer": "exonerated", "hint": "synonyms for exonerated", "clues": [["assoil", "pronounce not guilty of criminal charges"], ["exculpate", "pronounce not guilty of criminal charges"], ["acquit", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["discharge", "pronounce not guilty of criminal charges"], ["exonerate", "pronounce not guilty of criminal charges"]]}, {"answer": "expanded", "hint": "synonyms for expanded", "clues": [["spread out", "extend in one or more directions"], ["blow up", "exaggerate or make bigger"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "make bigger or wider in size, volume, or quantity"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["amplify", "exaggerate or make bigger"], ["boom", "grow vigorously"], ["flourish", "grow vigorously"], ["inflate", "exaggerate or make bigger"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["extend", "expand the influence of"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["thrive", "grow vigorously"]]}, {"answer": "expected", "hint": "synonyms for expected", "clues": [["expect", "consider obligatory; request and expect"], ["have a bun in the oven", "be pregnant with"], ["ask", "consider obligatory; request and expect"], ["await", "look forward to the probable occurrence of"], ["gestate", "be pregnant with"], ["require", "consider obligatory; request and expect"], ["look", "look forward to the probable occurrence of"], ["bear", "be pregnant with"], ["carry", "be pregnant with"], ["anticipate", "regard something as probable or likely"]]}, {"answer": "experienced", "hint": "synonyms for experienced", "clues": [["experience", "go through (mental or physical states or experiences)"], ["get", "go through (mental or physical states or experiences)"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations"], ["have", "go through (mental or physical states or experiences)"], ["go through", "go or live through"], ["know", "have firsthand knowledge of states, situations, emotions, or sensations"], ["receive", "go through (mental or physical states or experiences)"], ["see", "go or live through"], ["feel", "undergo an emotional sensation or be in a particular state of mind"]]}, {"answer": "expired", "hint": "synonyms for expired", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exhale", "expel air"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["breathe out", "expel air"], ["run out", "lose validity"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "exploded", "hint": "synonyms for exploded", "clues": [["set off", "cause to burst with a violent release of energy"], ["explode", "cause to burst as a result of air pressure; of stop consonants like /p/, /t/, and /k/"], ["detonate", "burst and release energy as through a violent chemical or physical reaction"], ["blow up", "cause to burst with a violent release of energy"], ["burst", "burst outward, usually with noise"], ["irrupt", "increase rapidly and in an uncontrolled manner"], ["break loose", "be unleashed; emerge with violence or noise"], ["burst forth", "be unleashed; emerge with violence or noise"]]}, {"answer": "exploited", "hint": "synonyms for exploited", "clues": [["exploit", "use or manipulate to one's advantage"], ["overwork", "work excessively hard"], ["work", "use or manipulate to one's advantage"], ["tap", "draw from; make good use of"]]}, {"answer": "exposed", "hint": "synonyms for exposed", "clues": [["expose", "abandon by leaving out in the open air"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["peril", "put in a dangerous, disadvantageous, or difficult position"], ["display", "to show, make visible or apparent"], ["debunk", "expose while ridiculing; especially of pretentious or false claims and ideas"], ["uncover", "remove all or part of one's clothes to show one's body"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["queer", "put in a dangerous, disadvantageous, or difficult position"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["endanger", "put in a dangerous, disadvantageous, or difficult position"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["exhibit", "to show, make visible or apparent"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["scupper", "put in a dangerous, disadvantageous, or difficult position"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "express", "hint": "synonyms for express", "clues": [["convey", "serve as a means for expressing something"], ["extract", "obtain from a substance, as by mechanical action"], ["press out", "obtain from a substance, as by mechanical action"], ["show", "give expression to"], ["carry", "serve as a means for expressing something"], ["verbalize", "articulate; either verbally or with a cry, shout, or noise"], ["state", "indicate through a symbol, formula, etc."], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["evince", "give expression to"], ["utter", "articulate; either verbally or with a cry, shout, or noise"]]}, {"answer": "expressed", "hint": "synonyms for expressed", "clues": [["utter", "articulate; either verbally or with a cry, shout, or noise"], ["express", "serve as a means for expressing something"], ["convey", "serve as a means for expressing something"], ["extract", "obtain from a substance, as by mechanical action"], ["press out", "obtain from a substance, as by mechanical action"], ["show", "give expression to"], ["carry", "serve as a means for expressing something"], ["verbalize", "articulate; either verbally or with a cry, shout, or noise"], ["state", "indicate through a symbol, formula, etc."], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["evince", "give expression to"]]}, {"answer": "expurgated", "hint": "synonyms for expurgated", "clues": [["castrate", "edit by omitting or modifying parts considered indelicate"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate"], ["shorten", "edit by omitting or modifying parts considered indelicate"], ["expurgate", "edit by omitting or modifying parts considered indelicate"]]}, {"answer": "extended", "hint": "synonyms for extended", "clues": [["prolong", "lengthen in time; cause to be or last longer"], ["extend", "reach outward in space"], ["stretch", "extend or stretch out to a greater or the full length"], ["stretch out", "thrust or extend out"], ["hold out", "thrust or extend out"], ["expand", "expand the influence of"], ["poke out", "reach outward in space"], ["broaden", "extend in scope or range or area"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["continue", "span an interval of distance, space or time"], ["unfold", "extend or stretch out to a greater or the full length"], ["offer", "make available; provide"], ["carry", "continue or extend"], ["stretch forth", "thrust or extend out"], ["widen", "extend in scope or range or area"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["protract", "lengthen in time; cause to be or last longer"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["gallop", "cause to move at full gallop"], ["reach out", "reach outward in space"], ["draw out", "lengthen in time; cause to be or last longer"], ["strain", "use to the utmost; exert vigorously or to full capacity"], ["exsert", "thrust or extend out"], ["put out", "thrust or extend out"], ["cover", "span an interval of distance, space or time"], ["go", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"]]}, {"answer": "exterminated", "hint": "synonyms for exterminated", "clues": [["extirpate", "destroy completely, as if down to the roots"], ["eradicate", "destroy completely, as if down to the roots"], ["root out", "destroy completely, as if down to the roots"], ["uproot", "destroy completely, as if down to the roots"], ["exterminate", "destroy completely, as if down to the roots"], ["kill off", "kill en masse; kill on a large scale; kill many"]]}, {"answer": "extinguished", "hint": "synonyms for extinguished", "clues": [["quench", "put out, as of fires, flames, or lights"], ["do away with", "terminate, end, or take out"], ["decimate", "kill in large numbers"], ["wipe out", "kill in large numbers"], ["stub out", "extinguish by crushing"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["extinguish", "put out, as of fires, flames, or lights"], ["snuff out", "put an end to; kill"], ["annihilate", "kill in large numbers"], ["carry off", "kill in large numbers"], ["get rid of", "terminate, end, or take out"], ["crush out", "extinguish by crushing"], ["press out", "extinguish by crushing"], ["blow out", "put out, as of fires, flames, or lights"]]}, {"answer": "exulting", "hint": "synonyms for exulting", "clues": [["rejoice", "to express great joy"], ["exult", "to express great joy"], ["triumph", "to express great joy"], ["jump for joy", "feel extreme happiness or elation"], ["exuberate", "to express great joy"], ["be on cloud nine", "feel extreme happiness or elation"], ["jubilate", "to express great joy"], ["walk on air", "feel extreme happiness or elation"]]}, {"answer": "fabricated", "hint": "synonyms for fabricated", "clues": [["manufacture", "make up something artificial or untrue"], ["cook up", "make up something artificial or untrue"], ["make up", "make up something artificial or untrue"], ["fabricate", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["invent", "make up something artificial or untrue"]]}, {"answer": "faced", "hint": "synonyms for faced", "clues": [["face", "deal with (something unpleasant) head on"], ["look", "be oriented in a certain direction, often with respect to another reference point; be opposite to"], ["present", "present somebody with something, usually to accuse or criticize"], ["confront", "deal with (something unpleasant) head on"], ["face up", "deal with (something unpleasant) head on"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to"]]}, {"answer": "faded", "hint": "synonyms for faded", "clues": [["pass off", "disappear gradually"], ["fleet", "disappear gradually"], ["evanesce", "disappear gradually"], ["languish", "become feeble"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["pass", "disappear gradually"], ["blow over", "disappear gradually"], ["melt", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["wither", "lose freshness, vigor, or vitality"]]}, {"answer": "fagged", "hint": "synonyms for fagged", "clues": [["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["grind", "work hard"], ["drudge", "work hard"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag", "work hard"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["labor", "work hard"], ["moil", "work hard"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["travail", "work hard"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["toil", "work hard"], ["dig", "work hard"]]}, {"answer": "failing", "hint": "synonyms for failing", "clues": [["give way", "stop operating or functioning"], ["fail", "disappoint, prove undependable to; abandon, forsake"], ["miscarry", "be unsuccessful"], ["bomb", "fail to get a passing grade"], ["die", "stop operating or functioning"], ["betray", "disappoint, prove undependable to; abandon, forsake"], ["run out", "prove insufficient"], ["break down", "stop operating or functioning"], ["go wrong", "be unsuccessful"], ["give out", "stop operating or functioning"], ["flunk", "fail to get a passing grade"], ["break", "stop operating or functioning"], ["flush it", "fail to get a passing grade"], ["neglect", "fail to do something; leave something undone"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["go bad", "stop operating or functioning"]]}, {"answer": "fake", "hint": "synonyms for fake", "clues": [["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["talk through one's hat", "speak insincerely or without regard for facts or truths"], ["forge", "make a copy of with the intent to deceive"], ["counterfeit", "make a copy of with the intent to deceive"], ["bull", "speak insincerely or without regard for facts or truths"], ["misrepresent", "tamper, with the purpose of deception"], ["cook", "tamper, with the purpose of deception"], ["manipulate", "tamper, with the purpose of deception"], ["falsify", "tamper, with the purpose of deception"], ["bullshit", "speak insincerely or without regard for facts or truths"]]}, {"answer": "fallen", "hint": "synonyms for fallen", "clues": [["come", "come under, be classified or included"], ["fall", "be captured"], ["hang", "fall or flow in a certain way"], ["accrue", "come into the possession of"], ["devolve", "be inherited by"], ["descend", "move downward and lower, but not necessarily all the way"], ["pass", "be inherited by"], ["go down", "move downward and lower, but not necessarily all the way"], ["come down", "fall from clouds"], ["strike", "touch or seem as if touching visually or audibly"], ["light", "fall to somebody by assignment or lot"], ["flow", "fall or flow in a certain way"], ["settle", "come as if by falling"], ["return", "be inherited by"], ["lessen", "decrease in size, extent, or range"], ["diminish", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"], ["shine", "touch or seem as if touching visually or audibly"], ["fall down", "lose an upright position suddenly"], ["precipitate", "fall from clouds"]]}, {"answer": "falling", "hint": "synonyms for falling", "clues": [["come", "come under, be classified or included"], ["fall", "be captured"], ["hang", "fall or flow in a certain way"], ["accrue", "come into the possession of"], ["devolve", "be inherited by"], ["descend", "move downward and lower, but not necessarily all the way"], ["pass", "be inherited by"], ["go down", "move downward and lower, but not necessarily all the way"], ["come down", "fall from clouds"], ["strike", "touch or seem as if touching visually or audibly"], ["light", "fall to somebody by assignment or lot"], ["flow", "fall or flow in a certain way"], ["settle", "come as if by falling"], ["return", "be inherited by"], ["lessen", "decrease in size, extent, or range"], ["diminish", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"], ["shine", "touch or seem as if touching visually or audibly"], ["fall down", "lose an upright position suddenly"], ["precipitate", "fall from clouds"]]}, {"answer": "faltering", "hint": "synonyms for faltering", "clues": [["bumble", "walk unsteadily"], ["falter", "speak haltingly"], ["stammer", "speak haltingly"], ["stumble", "walk unsteadily"], ["stutter", "speak haltingly"], ["waver", "move hesitatingly, as if about to give way"]]}, {"answer": "fancied", "hint": "synonyms for fancied", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["go for", "have a fancy or particular liking or desire for"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["take to", "have a fancy or particular liking or desire for"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "fancy", "hint": "synonyms for fancy", "clues": [["see", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["go for", "have a fancy or particular liking or desire for"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["take to", "have a fancy or particular liking or desire for"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "farming", "hint": "synonyms for farming", "clues": [["farm", "collect fees or profits"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques"]]}, {"answer": "fascinated", "hint": "synonyms for fascinated", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["trance", "attract; cause to be enamored"], ["intrigue", "cause to be interested or curious"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["enamour", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["charm", "attract; cause to be enamored"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"]]}, {"answer": "fascinating", "hint": "synonyms for fascinating", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["trance", "attract; cause to be enamored"], ["intrigue", "cause to be interested or curious"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["enamour", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["charm", "attract; cause to be enamored"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"]]}, {"answer": "fastened", "hint": "synonyms for fastened", "clues": [["fasten", "make tight or tighter"], ["tighten", "make tight or tighter"], ["secure", "cause to be firmly attached"], ["fix", "cause to be firmly attached"]]}, {"answer": "fat", "hint": "synonyms for fat", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["fatten out", "make fat or plump"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["plump", "make fat or plump"]]}, {"answer": "fated", "hint": "synonyms for fated", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["doom", "decree or designate beforehand"], ["plump out", "make fat or plump"], ["fat", "make fat or plump"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["designate", "decree or designate beforehand"], ["fatten out", "make fat or plump"], ["destine", "decree or designate beforehand"], ["plump", "make fat or plump"]]}, {"answer": "fatigued", "hint": "synonyms for fatigued", "clues": [["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["weary", "lose interest or become bored with something or somebody"], ["fatigue", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "lose interest or become bored with something or somebody"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"]]}, {"answer": "fattened", "hint": "synonyms for fattened", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["fat", "make fat or plump"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["plump", "make fat or plump"], ["fatten out", "make fat or plump"]]}, {"answer": "fattening", "hint": "synonyms for fattening", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["fat", "make fat or plump"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["plump", "make fat or plump"], ["fatten out", "make fat or plump"]]}, {"answer": "fawning", "hint": "synonyms for fawning", "clues": [["cringe", "show submission or fear"], ["kotow", "try to gain favor by cringing or flattering"], ["bootlick", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["creep", "show submission or fear"], ["grovel", "show submission or fear"], ["suck up", "try to gain favor by cringing or flattering"], ["cower", "show submission or fear"], ["truckle", "try to gain favor by cringing or flattering"], ["crawl", "show submission or fear"], ["fawn", "try to gain favor by cringing or flattering"]]}, {"answer": "fazed", "hint": "synonyms for fazed", "clues": [["unnerve", "disturb the composure of"], ["enervate", "disturb the composure of"], ["unsettle", "disturb the composure of"], ["faze", "disturb the composure of"]]}, {"answer": "featured", "hint": "synonyms for featured", "clues": [["feature", "wear or display in an ostentatious or proud manner"], ["have", "have as a feature"], ["boast", "wear or display in an ostentatious or proud manner"], ["sport", "wear or display in an ostentatious or proud manner"]]}, {"answer": "feigned", "hint": "synonyms for feigned", "clues": [["pretend", "make believe with the intent to deceive"], ["sham", "make a pretence of"], ["affect", "make believe with the intent to deceive"], ["assume", "make a pretence of"], ["simulate", "make a pretence of"], ["feign", "make a pretence of"], ["dissemble", "make believe with the intent to deceive"]]}, {"answer": "fell", "hint": "synonyms for fell", "clues": [["vanish", "pass away rapidly"], ["come", "come under, be classified or included"], ["fall", "be captured"], ["cut down", "cause to fall by or as if by delivering a blow"], ["hang", "fall or flow in a certain way"], ["accrue", "come into the possession of"], ["devolve", "be inherited by"], ["descend", "move downward and lower, but not necessarily all the way"], ["pass", "be inherited by"], ["go down", "move downward and lower, but not necessarily all the way"], ["come down", "fall from clouds"], ["strike", "touch or seem as if touching visually or audibly"], ["light", "fall to somebody by assignment or lot"], ["flow", "fall or flow in a certain way"], ["settle", "come as if by falling"], ["fly", "pass away rapidly"], ["return", "be inherited by"], ["drop", "cause to fall by or as if by delivering a blow"], ["strike down", "cause to fall by or as if by delivering a blow"], ["lessen", "decrease in size, extent, or range"], ["diminish", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"], ["shine", "touch or seem as if touching visually or audibly"], ["fall down", "lose an upright position suddenly"], ["precipitate", "fall from clouds"]]}, {"answer": "felted", "hint": "synonyms for felted", "clues": [["felt", "mat together and make felt-like"], ["mat", "change texture so as to become matted and felt-like"], ["matte", "change texture so as to become matted and felt-like"], ["mat up", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "fetching", "hint": "synonyms for fetching", "clues": [["bring", "be sold for a certain price"], ["get", "go or come after and bring or take back"], ["convey", "go or come after and bring or take back"], ["bring in", "be sold for a certain price"], ["fetch", "take away or remove"]]}, {"answer": "fiddling", "hint": "synonyms for fiddling", "clues": [["tinker", "try to fix or mend"], ["fiddle", "play around with or alter or falsify, usually secretively or dishonestly"], ["monkey", "play around with or alter or falsify, usually secretively or dishonestly"], ["goldbrick", "avoid (one's assigned duties)"], ["toy", "manipulate manually or in one's mind or imagination"], ["shrink from", "avoid (one's assigned duties)"], ["shirk", "avoid (one's assigned duties)"], ["diddle", "manipulate manually or in one's mind or imagination"], ["play", "manipulate manually or in one's mind or imagination"], ["tamper", "play around with or alter or falsify, usually secretively or dishonestly"]]}, {"answer": "fighting", "hint": "synonyms for fighting", "clues": [["defend", "fight against or resist strongly"], ["fight", "make a strenuous or labored effort"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["contend", "be engaged in a fight; carry on a fight"], ["struggle", "make a strenuous or labored effort"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["oppose", "fight against or resist strongly"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight down", "fight against or resist strongly"], ["fight back", "fight against or resist strongly"]]}, {"answer": "figured", "hint": "synonyms for figured", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["enter", "be or play a part of or in"], ["work out", "make a mathematical calculation or computation"], ["project", "imagine; conceive of; see in one's mind"], ["calculate", "make a mathematical calculation or computation"], ["compute", "make a mathematical calculation or computation"], ["visualize", "imagine; conceive of; see in one's mind"], ["reckon", "make a mathematical calculation or computation"], ["see", "imagine; conceive of; see in one's mind"], ["figure", "understand"], ["cypher", "make a mathematical calculation or computation"], ["image", "imagine; conceive of; see in one's mind"], ["forecast", "judge to be probable"], ["cipher", "make a mathematical calculation or computation"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "filled", "hint": "synonyms for filled", "clues": [["satiate", "fill to satisfaction"], ["make full", "make full, also in a metaphorical sense"], ["fulfil", "fill or meet a want or need"], ["meet", "fill or meet a want or need"], ["fill up", "eat until one is sated"], ["fill", "eat until one is sated"], ["satisfy", "fill or meet a want or need"], ["sate", "fill to satisfaction"], ["take", "assume, as of positions or roles"], ["replete", "fill to satisfaction"], ["occupy", "assume, as of positions or roles"]]}, {"answer": "finished", "hint": "synonyms for finished", "clues": [["finish", "come or bring to a finish or an end"], ["wind up", "finally be or do something"], ["eat up", "finish eating all the food on one's plate or on the table"], ["end up", "finally be or do something"], ["land up", "finally be or do something"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["polish off", "finish eating all the food on one's plate or on the table"], ["fetch up", "finally be or do something"], ["complete", "come or bring to a finish or an end"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["finish up", "finally be or do something"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "fired", "hint": "synonyms for fired", "clues": [["fire", "provide with fuel"], ["raise", "call forth (emotions, feelings, and responses)"], ["open fire", "start firing a weapon"], ["evoke", "call forth (emotions, feelings, and responses)"], ["terminate", "terminate the employment of; discharge from an office or position"], ["burn", "destroy by fire"], ["go off", "go off or discharge"], ["fuel", "provide with fuel"], ["discharge", "go off or discharge"], ["force out", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["elicit", "call forth (emotions, feelings, and responses)"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["kindle", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["arouse", "call forth (emotions, feelings, and responses)"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["burn down", "destroy by fire"]]}, {"answer": "fit", "hint": "synonyms for fit", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["match", "make correspond or harmonize"], ["accommodate", "be agreeable or acceptable to"], ["meet", "satisfy a condition or restriction"], ["fit out", "provide with (something) usually for a specific purpose"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["equip", "provide with (something) usually for a specific purpose"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["go", "be the right size or shape; fit correctly or as desired"], ["outfit", "provide with (something) usually for a specific purpose"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["suit", "be agreeable or acceptable to"], ["conform to", "satisfy a condition or restriction"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "fitted", "hint": "synonyms for fitted", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["fit out", "provide with (something) usually for a specific purpose"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["equip", "provide with (something) usually for a specific purpose"], ["fit", "make correspond or harmonize"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["go", "be the right size or shape; fit correctly or as desired"], ["outfit", "provide with (something) usually for a specific purpose"], ["suit", "be agreeable or acceptable to"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["conform to", "satisfy a condition or restriction"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["accommodate", "be agreeable or acceptable to"], ["meet", "satisfy a condition or restriction"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "fitting", "hint": "synonyms for fitting", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["fit out", "provide with (something) usually for a specific purpose"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["equip", "provide with (something) usually for a specific purpose"], ["fit", "make correspond or harmonize"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["go", "be the right size or shape; fit correctly or as desired"], ["outfit", "provide with (something) usually for a specific purpose"], ["suit", "be agreeable or acceptable to"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["conform to", "satisfy a condition or restriction"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["accommodate", "be agreeable or acceptable to"], ["meet", "satisfy a condition or restriction"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "fixed", "hint": "synonyms for fixed", "clues": [["fix", "make infertile"], ["ready", "prepare for eating by applying heat"], ["determine", "decide upon or fix definitely"], ["fixate", "make fixed, stable or stationary"], ["desex", "make infertile"], ["cook", "prepare for eating by applying heat"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["specify", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["mend", "restore by replacing a part or putting together what is torn or broken"], ["sterilise", "make infertile"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["desexualise", "make infertile"], ["pay off", "take vengeance on or get even"], ["unsex", "make infertile"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["posit", "put (something somewhere) firmly"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["get", "take vengeance on or get even"], ["make", "prepare for eating by applying heat"], ["fasten", "cause to be firmly attached"], ["secure", "cause to be firmly attached"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["situate", "put (something somewhere) firmly"], ["deposit", "put (something somewhere) firmly"], ["limit", "decide upon or fix definitely"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["pay back", "take vengeance on or get even"], ["define", "decide upon or fix definitely"]]}, {"answer": "fizzing", "hint": "synonyms for fizzing", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["fizz", "become bubbly or frothy or foaming"], ["froth", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"]]}, {"answer": "flagging", "hint": "synonyms for flagging", "clues": [["swag", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["ease up", "become less intense"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["flag", "provide with a flag"], ["slacken off", "become less intense"], ["ease off", "become less intense"]]}, {"answer": "flaring", "hint": "synonyms for flaring", "clues": [["flare", "erupt or intensify suddenly"], ["erupt", "erupt or intensify suddenly"], ["burn up", "burn brightly"], ["flare out", "become flared and widen, usually at one end"], ["flame up", "burn brightly"], ["irrupt", "erupt or intensify suddenly"], ["burst out", "erupt or intensify suddenly"], ["blaze up", "burn brightly"], ["break open", "erupt or intensify suddenly"], ["flame", "shine with a sudden light"]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["ostentate", "display proudly; act ostentatiously or pretentiously"], ["dart", "run or move very quickly or hastily"], ["blink", "gleam or glow intermittently"], ["swank", "display proudly; act ostentatiously or pretentiously"], ["flaunt", "display proudly; act ostentatiously or pretentiously"], ["show off", "display proudly; act ostentatiously or pretentiously"], ["scoot", "run or move very quickly or hastily"], ["scud", "run or move very quickly or hastily"], ["winkle", "gleam or glow intermittently"], ["shoot", "run or move very quickly or hastily"], ["dash", "run or move very quickly or hastily"], ["wink", "gleam or glow intermittently"]]}, {"answer": "flecked", "hint": "synonyms for flecked", "clues": [["spot", "make a spot or mark onto"], ["blot", "make a spot or mark onto"], ["blob", "make a spot or mark onto"], ["fleck", "make a spot or mark onto"]]}, {"answer": "fleet", "hint": "synonyms for fleet", "clues": [["pass off", "disappear gradually"], ["flit", "move along rapidly and lightly; skim or dart"], ["evanesce", "disappear gradually"], ["flutter", "move along rapidly and lightly; skim or dart"], ["pass", "disappear gradually"], ["blow over", "disappear gradually"], ["dart", "move along rapidly and lightly; skim or dart"], ["fade", "disappear gradually"]]}, {"answer": "fleeting", "hint": "synonyms for fleeting", "clues": [["pass off", "disappear gradually"], ["fleet", "disappear gradually"], ["flit", "move along rapidly and lightly; skim or dart"], ["evanesce", "disappear gradually"], ["flutter", "move along rapidly and lightly; skim or dart"], ["pass", "disappear gradually"], ["blow over", "disappear gradually"], ["dart", "move along rapidly and lightly; skim or dart"], ["fade", "disappear gradually"]]}, {"answer": "flickering", "hint": "synonyms for flickering", "clues": [["flicker", "move back and forth very rapidly"], ["flick", "shine unsteadily"], ["waver", "move back and forth very rapidly"], ["flutter", "move back and forth very rapidly"], ["quiver", "move back and forth very rapidly"]]}, {"answer": "flip", "hint": "synonyms for flip", "clues": [["alternate", "reverse (a direction, attitude, or course of action)"], ["toss", "throw or toss with a light motion"], ["twitch", "toss with a sharp movement so as to cause to turn over in the air"], ["riffle", "look through a book or other written material"], ["riff", "look through a book or other written material"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["flip over", "turn upside down, or throw so as to reverse"], ["switch", "reverse (a direction, attitude, or course of action)"], ["throw", "cause to go on or to be engaged or set in operation"], ["tack", "reverse (a direction, attitude, or course of action)"], ["flip out", "react in an excited, delighted, or surprised way"], ["flip-flop", "reverse (a direction, attitude, or course of action)"], ["flick", "look through a book or other written material"], ["thumb", "look through a book or other written material"], ["leaf", "look through a book or other written material"], ["turn over", "turn upside down, or throw so as to reverse"], ["pitch", "throw or toss with a light motion"], ["sky", "throw or toss with a light motion"]]}, {"answer": "floating", "hint": "synonyms for floating", "clues": [["be adrift", "be in motion due to some air or water current"], ["float", "set afloat"], ["swim", "be afloat either on or below a liquid surface and not sink to the bottom"], ["drift", "be in motion due to some air or water current"], ["blow", "be in motion due to some air or water current"]]}, {"answer": "flooded", "hint": "synonyms for flooded", "clues": [["flood", "cover with liquid, usually water"], ["swamp", "fill quickly beyond capacity; as with a liquid"], ["glut", "supply with an excess of"], ["inundate", "fill quickly beyond capacity; as with a liquid"], ["oversupply", "supply with an excess of"], ["deluge", "fill quickly beyond capacity; as with a liquid"]]}, {"answer": "floored", "hint": "synonyms for floored", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["floor", "knock down with force"], ["coldcock", "knock down with force"], ["deck", "knock down with force"], ["take aback", "surprise greatly; knock someone's socks off"], ["dump", "knock down with force"], ["ball over", "surprise greatly; knock someone's socks off"], ["knock down", "knock down with force"], ["shock", "surprise greatly; knock someone's socks off"]]}, {"answer": "flourishing", "hint": "synonyms for flourishing", "clues": [["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["flourish", "move or swing back and forth"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["thrive", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["expand", "grow vigorously"], ["wave", "move or swing back and forth"], ["brandish", "move or swing back and forth"], ["boom", "grow vigorously"]]}, {"answer": "flowing", "hint": "synonyms for flowing", "clues": [["flow", "move or progress freely as if in a stream"], ["hang", "fall or flow in a certain way"], ["menstruate", "undergo menstruation"], ["feed", "move along, of liquids"], ["run", "move along, of liquids"], ["course", "move along, of liquids"], ["flux", "move or progress freely as if in a stream"], ["fall", "fall or flow in a certain way"]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["even", "make level or straight"], ["purge", "rinse, clean, or empty with a liquid"], ["sluice", "irrigate with water from a sluice"], ["redden", "turn red, as if in embarrassment or shame"], ["even out", "make level or straight"], ["blush", "turn red, as if in embarrassment or shame"], ["level", "make level or straight"], ["scour", "rinse, clean, or empty with a liquid"], ["crimson", "turn red, as if in embarrassment or shame"]]}, {"answer": "flushed", "hint": "synonyms for flushed", "clues": [["even", "make level or straight"], ["purge", "rinse, clean, or empty with a liquid"], ["sluice", "irrigate with water from a sluice"], ["flush", "cause to flow or flood with or as if with water"], ["redden", "turn red, as if in embarrassment or shame"], ["even out", "make level or straight"], ["blush", "turn red, as if in embarrassment or shame"], ["level", "make level or straight"], ["scour", "rinse, clean, or empty with a liquid"], ["crimson", "turn red, as if in embarrassment or shame"]]}, {"answer": "fly", "hint": "synonyms for fly", "clues": [["vanish", "decrease rapidly and disappear"], ["pilot", "operate an airplane"], ["fell", "pass away rapidly"], ["vaporize", "decrease rapidly and disappear"], ["take flight", "run away quickly"], ["aviate", "operate an airplane"], ["flee", "run away quickly"], ["wing", "travel through the air; be airborne"]]}, {"answer": "flying", "hint": "synonyms for flying", "clues": [["vanish", "decrease rapidly and disappear"], ["pilot", "operate an airplane"], ["fly", "display in the air or cause to float"], ["fell", "pass away rapidly"], ["take flight", "run away quickly"], ["aviate", "operate an airplane"], ["flee", "run away quickly"], ["wing", "travel through the air; be airborne"], ["vaporize", "decrease rapidly and disappear"]]}, {"answer": "foaming", "hint": "synonyms for foaming", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["fizz", "become bubbly or frothy or foaming"], ["froth", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"]]}, {"answer": "focused", "hint": "synonyms for focused", "clues": [["focalise", "put (an image) into focus"], ["concentrate", "direct one's attention on something"], ["focus", "put (an image) into focus"], ["sharpen", "put (an image) into focus"], ["centre", "direct one's attention on something"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["pore", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["center", "direct one's attention on something"]]}, {"answer": "focussed", "hint": "synonyms for focussed", "clues": [["focalise", "put (an image) into focus"], ["concentrate", "direct one's attention on something"], ["focus", "put (an image) into focus"], ["sharpen", "put (an image) into focus"], ["centre", "direct one's attention on something"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["pore", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["center", "direct one's attention on something"]]}, {"answer": "fogged", "hint": "synonyms for fogged", "clues": [["fog", "make less visible or unclear"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["obnubilate", "make less visible or unclear"], ["befog", "make less visible or unclear"]]}, {"answer": "foiled", "hint": "synonyms for foiled", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["foil", "cover or back with foil"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "folding", "hint": "synonyms for folding", "clues": [["fold up", "bend or lay so that one part covers the other"], ["fold", "become folded or folded up"], ["pen up", "confine in a fold, like sheep"], ["shut down", "cease to operate or cause to cease operating"], ["close down", "cease to operate or cause to cease operating"], ["turn up", "bend or lay so that one part covers the other"], ["close", "cease to operate or cause to cease operating"], ["close up", "cease to operate or cause to cease operating"]]}, {"answer": "following", "hint": "synonyms for following", "clues": [["be", "work in a specific place, with a specific subject, or in a specific function"], ["comply", "act in accordance with someone's rules, commands, or wishes"], ["accompany", "perform an accompaniment to"], ["follow", "follow, discover, or ascertain the course of development of something"], ["trace", "follow, discover, or ascertain the course of development of something"], ["come after", "be the successor (of)"], ["espouse", "choose and follow; as of theories, ideas, policies, strategies or plans"], ["travel along", "travel along a certain course"], ["come", "to be the product or result"], ["watch over", "follow with the eyes or the mind"], ["play along", "perform an accompaniment to"], ["succeed", "be the successor (of)"], ["stick to", "keep to"], ["abide by", "act in accordance with someone's rules, commands, or wishes"], ["watch", "follow with the eyes or the mind"], ["adopt", "choose and follow; as of theories, ideas, policies, strategies or plans"], ["survey", "keep under surveillance"], ["stick with", "keep to"], ["fall out", "come as a logical consequence; follow logically"], ["keep abreast", "keep informed"], ["take after", "imitate in behavior; take as a model"], ["postdate", "be later in time"], ["conform to", "behave in accordance or in agreement with"], ["observe", "follow with the eyes or the mind"], ["keep an eye on", "follow with the eyes or the mind"], ["keep up", "keep informed"], ["pursue", "follow in or as if in pursuit"], ["surveil", "keep under surveillance"]]}, {"answer": "fooling", "hint": "synonyms for fooling", "clues": [["fool away", "spend frivolously and unwisely"], ["fool", "make a fool or dupe of"], ["dissipate", "spend frivolously and unwisely"], ["gull", "fool or hoax"], ["put one across", "fool or hoax"], ["arse around", "indulge in horseplay"], ["frivol away", "spend frivolously and unwisely"], ["befool", "make a fool or dupe of"], ["cod", "fool or hoax"], ["put one over", "fool or hoax"], ["shoot", "spend frivolously and unwisely"], ["fritter", "spend frivolously and unwisely"], ["dupe", "fool or hoax"], ["fool around", "indulge in horseplay"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["slang", "fool or hoax"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "footed", "hint": "synonyms for footed", "clues": [["foot", "add a column of numbers"], ["foot up", "add a column of numbers"], ["pick", "pay for something"], ["leg it", "walk"], ["hoof", "walk"], ["hoof it", "walk"]]}, {"answer": "footless", "hint": "synonyms for footless", "clues": [["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"]]}, {"answer": "footling", "hint": "synonyms for footling", "clues": [["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"]]}, {"answer": "forbidden", "hint": "synonyms for forbidden", "clues": [["preclude", "keep from happening or arising; make impossible"], ["interdict", "command against"], ["nix", "command against"], ["veto", "command against"], ["proscribe", "command against"], ["forbid", "keep from happening or arising; make impossible"], ["forestall", "keep from happening or arising; make impossible"], ["prevent", "keep from happening or arising; make impossible"], ["foreclose", "keep from happening or arising; make impossible"], ["disallow", "command against"], ["prohibit", "command against"]]}, {"answer": "forbidding", "hint": "synonyms for forbidding", "clues": [["preclude", "keep from happening or arising; make impossible"], ["interdict", "command against"], ["nix", "command against"], ["veto", "command against"], ["proscribe", "command against"], ["forbid", "keep from happening or arising; make impossible"], ["forestall", "keep from happening or arising; make impossible"], ["prevent", "keep from happening or arising; make impossible"], ["foreclose", "keep from happening or arising; make impossible"], ["disallow", "command against"], ["prohibit", "command against"]]}, {"answer": "forced", "hint": "synonyms for forced", "clues": [["force", "cause to move by pulling"], ["ram", "force into or from an action or state, either physically or metaphorically"], ["push", "move with force,"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["squeeze", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["draw", "cause to move by pulling"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["thrust", "impose urgently, importunately, or inexorably"], ["pull", "cause to move by pulling"], ["storm", "take by force"], ["wedge", "squeeze like a wedge into a tight space"], ["impel", "urge or force (a person) to an action; constrain or motivate"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["drive", "force into or from an action or state, either physically or metaphorically"]]}, {"answer": "foreboding", "hint": "synonyms for foreboding", "clues": [["promise", "make a prediction about; tell in advance"], ["call", "make a prediction about; tell in advance"], ["anticipate", "make a prediction about; tell in advance"], ["prognosticate", "make a prediction about; tell in advance"], ["predict", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["foretell", "make a prediction about; tell in advance"]]}, {"answer": "foregoing", "hint": "synonyms for foregoing", "clues": [["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["relinquish", "do without or cease to hold or adhere to"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["antecede", "be earlier in time; go back further"], ["dispense with", "do without or cease to hold or adhere to"], ["antedate", "be earlier in time; go back further"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["predate", "be earlier in time; go back further"], ["precede", "be earlier in time; go back further"], ["foreswear", "do without or cease to hold or adhere to"]]}, {"answer": "foregone", "hint": "synonyms for foregone", "clues": [["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["relinquish", "do without or cease to hold or adhere to"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["antecede", "be earlier in time; go back further"], ["dispense with", "do without or cease to hold or adhere to"], ["antedate", "be earlier in time; go back further"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["predate", "be earlier in time; go back further"], ["precede", "be earlier in time; go back further"], ["foreswear", "do without or cease to hold or adhere to"]]}, {"answer": "foreshadowing", "hint": "synonyms for foreshadowing", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["foreshadow", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "forfeit", "hint": "synonyms for forfeit", "clues": [["forgo", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"]]}, {"answer": "forfeited", "hint": "synonyms for forfeited", "clues": [["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["forgo", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"]]}, {"answer": "forged", "hint": "synonyms for forged", "clues": [["forge", "make something, usually for a specific function"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["work", "make something, usually for a specific function"], ["fake", "make a copy of with the intent to deceive"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["form", "make something, usually for a specific function"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["hammer", "create by hammering"], ["spirt", "move or act with a sudden increase in speed or energy"], ["mold", "make something, usually for a specific function"], ["counterfeit", "make a copy of with the intent to deceive"], ["spurt", "move or act with a sudden increase in speed or energy"], ["shape", "make something, usually for a specific function"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["fashion", "make out of components (often in an improvising manner)"]]}, {"answer": "forgotten", "hint": "synonyms for forgotten", "clues": [["draw a blank", "be unable to remember"], ["block", "be unable to remember"], ["forget", "leave behind unintentionally"], ["leave", "leave behind unintentionally"], ["bury", "dismiss from the mind; stop remembering"], ["blank out", "be unable to remember"]]}, {"answer": "forked", "hint": "synonyms for forked", "clues": [["pitchfork", "lift with a pitchfork"], ["ramify", "divide into two or more branches so as to form a fork"], ["fork", "shape like a fork"], ["furcate", "divide into two or more branches so as to form a fork"], ["branch", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"]]}, {"answer": "formed", "hint": "synonyms for formed", "clues": [["forge", "make something, usually for a specific function"], ["form", "assume a form or shape"], ["take form", "develop into a distinctive entity"], ["make", "to compose or represent:"], ["work", "make something, usually for a specific function"], ["imprint", "establish or impress firmly in the mind"], ["shape", "give shape or form to"], ["spring", "develop into a distinctive entity"], ["constitute", "to compose or represent:"], ["take shape", "develop into a distinctive entity"], ["organize", "create (as an entity)"], ["mold", "make something, usually for a specific function"]]}, {"answer": "formulated", "hint": "synonyms for formulated", "clues": [["explicate", "elaborate, as of theories and hypotheses"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["formulate", "put into words or an expression"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["articulate", "put into words or an expression"], ["develop", "elaborate, as of theories and hypotheses"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["phrase", "put into words or an expression"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"]]}, {"answer": "fortified", "hint": "synonyms for fortified", "clues": [["spike", "add alcohol to (beverages)"], ["gird", "prepare oneself for a military confrontation"], ["arm", "prepare oneself for a military confrontation"], ["beef up", "make strong or stronger"], ["fortify", "enclose by or as if by a fortification"], ["lace", "add alcohol to (beverages)"], ["strengthen", "make strong or stronger"], ["fort", "enclose by or as if by a fortification"], ["build up", "prepare oneself for a military confrontation"]]}, {"answer": "foul", "hint": "synonyms for foul", "clues": [["maculate", "spot, stain, or pollute"], ["back up", "become or cause to become obstructed"], ["befoul", "spot, stain, or pollute"], ["choke off", "become or cause to become obstructed"], ["contaminate", "make impure"], ["congest", "become or cause to become obstructed"], ["defile", "spot, stain, or pollute"], ["clog", "become or cause to become obstructed"], ["pollute", "make impure"], ["choke", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "fouled", "hint": "synonyms for fouled", "clues": [["maculate", "spot, stain, or pollute"], ["foul", "commit a foul; break the rules"], ["back up", "become or cause to become obstructed"], ["befoul", "spot, stain, or pollute"], ["contaminate", "make impure"], ["choke off", "become or cause to become obstructed"], ["congest", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"], ["defile", "spot, stain, or pollute"], ["pollute", "make impure"], ["choke", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "found", "hint": "synonyms for found", "clues": [["find", "perceive oneself to be in a certain condition or place"], ["base", "use as a basis for; found on"], ["see", "perceive or be contemporaneous with"], ["line up", "get something or somebody for a specific purpose"], ["get", "receive a specified treatment (abstract)"], ["recover", "get or find back; recover the use of"], ["determine", "establish after a calculation, investigation, experiment, survey, or study"], ["establish", "set up or found"], ["notice", "discover or determine the existence, presence, or fact of"], ["find out", "establish after a calculation, investigation, experiment, survey, or study"], ["rule", "decide on and make a declaration about"], ["retrieve", "get or find back; recover the use of"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["detect", "discover or determine the existence, presence, or fact of"], ["receive", "receive a specified treatment (abstract)"], ["regain", "come upon after searching; find the location of something that was missed or lost"], ["bump", "come upon, as if by accident; meet with"], ["observe", "discover or determine the existence, presence, or fact of"], ["obtain", "receive a specified treatment (abstract)"], ["incur", "receive a specified treatment (abstract)"], ["discover", "make a discovery, make a new finding"], ["launch", "set up or found"], ["set up", "set up or found"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study"], ["chance", "come upon, as if by accident; meet with"], ["institute", "set up or lay the groundwork for"], ["find oneself", "accept and make use of one's personality, abilities, and situation"], ["come up", "get something or somebody for a specific purpose"], ["happen", "come upon, as if by accident; meet with"], ["witness", "perceive or be contemporaneous with"], ["ground", "use as a basis for; found on"], ["plant", "set up or lay the groundwork for"], ["constitute", "set up or lay the groundwork for"], ["encounter", "come upon, as if by accident; meet with"], ["get hold", "get something or somebody for a specific purpose"]]}, {"answer": "framed", "hint": "synonyms for framed", "clues": [["frame", "enclose in a frame, as of a picture"], ["entrap", "take or catch as if in a snare or trap"], ["compose", "make up plans or basic details for"], ["couch", "formulate in a particular style or language"], ["ensnare", "take or catch as if in a snare or trap"], ["put", "formulate in a particular style or language"], ["redact", "formulate in a particular style or language"], ["border", "enclose in or as if in a frame"], ["draw up", "make up plans or basic details for"], ["frame in", "enclose in or as if in a frame"], ["cast", "formulate in a particular style or language"], ["frame up", "construct by fitting or uniting parts together"], ["set up", "take or catch as if in a snare or trap"]]}, {"answer": "frayed", "hint": "synonyms for frayed", "clues": [["frazzle", "wear away by rubbing"], ["chafe", "cause friction"], ["fray", "cause friction"], ["rub", "cause friction"], ["scratch", "cause friction"], ["fret", "cause friction"]]}, {"answer": "free", "hint": "synonyms for free", "clues": [["disembarrass", "relieve from"], ["give up", "part with a possession or right"], ["release", "make (assets) available"], ["exempt", "grant relief or an exemption from a rule or requirement to"], ["absolve", "let off the hook"], ["loose", "grant freedom to; free from confinement"], ["liberate", "grant freedom to; free from confinement"], ["relieve", "grant relief or an exemption from a rule or requirement to"], ["unblock", "make (assets) available"], ["disengage", "free or remove obstruction from"], ["justify", "let off the hook"], ["resign", "part with a possession or right"], ["rid", "relieve from"], ["discharge", "free from obligations or duties"], ["unfreeze", "make (assets) available"], ["relinquish", "part with a possession or right"], ["unloosen", "grant freedom to; free from confinement"], ["dislodge", "remove or force out from a position"]]}, {"answer": "frequent", "hint": "synonyms for frequent", "clues": [["patronise", "do one's shopping at; do business with; be a customer or client of"], ["haunt", "be a regular or frequent visitor to a certain place"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"]]}, {"answer": "fretted", "hint": "synonyms for fretted", "clues": [["fret", "be too tight; rub or press"], ["niggle", "worry unnecessarily or excessively"], ["fuss", "worry unnecessarily or excessively"], ["chafe", "become or make sore by or as if by rubbing"], ["rub", "cause friction"], ["gall", "become or make sore by or as if by rubbing"], ["gag", "be too tight; rub or press"], ["grate", "gnaw into; make resentful or angry"], ["erode", "remove soil or rock"], ["eat away", "remove soil or rock"], ["fray", "cause friction"], ["rankle", "gnaw into; make resentful or angry"], ["scratch", "cause friction"], ["choke", "be too tight; rub or press"], ["eat into", "gnaw into; make resentful or angry"]]}, {"answer": "frothing", "hint": "synonyms for frothing", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["froth", "exude or expel foam"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"], ["spume", "make froth or foam and become bubbly"], ["suds", "make froth or foam and become bubbly"], ["fizz", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"]]}, {"answer": "frozen", "hint": "synonyms for frozen", "clues": [["suspend", "stop a process or a habit by imposing a freeze on it"], ["freeze", "stop a process or a habit by imposing a freeze on it"], ["stop dead", "stop moving or become immobilized"], ["immobilize", "prohibit the conversion or use of (assets)"], ["freeze out", "change from a liquid to a solid when cold"], ["freeze down", "change from a liquid to a solid when cold"], ["block", "prohibit the conversion or use of (assets)"]]}, {"answer": "frustrated", "hint": "synonyms for frustrated", "clues": [["rag", "treat cruelly"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["torment", "treat cruelly"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["bedevil", "treat cruelly"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["crucify", "treat cruelly"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["dun", "treat cruelly"]]}, {"answer": "frustrating", "hint": "synonyms for frustrating", "clues": [["rag", "treat cruelly"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["torment", "treat cruelly"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["bedevil", "treat cruelly"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["crucify", "treat cruelly"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["dun", "treat cruelly"]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "fuddled", "hint": "synonyms for fuddled", "clues": [["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["booze", "consume alcohol"], ["befuddle", "make stupid with alcohol"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["drink", "consume alcohol"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"]]}, {"answer": "fulfilled", "hint": "synonyms for fulfilled", "clues": [["fulfil", "put in effect"], ["carry through", "put in effect"], ["meet", "fill or meet a want or need"], ["satisfy", "fill or meet a want or need"], ["fill", "fill or meet a want or need"], ["action", "put in effect"], ["carry out", "put in effect"], ["live up to", "meet the requirements or expectations of"], ["execute", "put in effect"], ["accomplish", "put in effect"]]}, {"answer": "fumbling", "hint": "synonyms for fumbling", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["grope", "feel about uncertainly or blindly"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["blunder", "make one's way clumsily or blindly"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "fumed", "hint": "synonyms for fumed", "clues": [["fume", "be wet with sweat or blood, as of one's face"], ["reek", "be wet with sweat or blood, as of one's face"], ["fumigate", "treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests"], ["smoke", "emit a cloud of fine particles"]]}, {"answer": "functioning", "hint": "synonyms for functioning", "clues": [["function", "perform duties attached to a particular office or place or function"], ["run", "perform as expected when applied"], ["go", "perform as expected when applied"], ["serve", "serve a purpose, role, or function"], ["operate", "perform as expected when applied"], ["work", "perform as expected when applied"], ["officiate", "perform duties attached to a particular office or place or function"]]}, {"answer": "furnished", "hint": "synonyms for furnished", "clues": [["furnish", "give something useful or necessary to"], ["provide", "give something useful or necessary to"], ["render", "give something useful or necessary to"], ["supply", "give something useful or necessary to"]]}, {"answer": "furrowed", "hint": "synonyms for furrowed", "clues": [["chase", "cut a furrow into a columns"], ["wrinkle", "make wrinkled or creased"], ["furrow", "cut a furrow into a columns"], ["chamfer", "cut a furrow into a columns"], ["groove", "hollow out in the form of a furrow or groove"], ["crease", "make wrinkled or creased"], ["rut", "hollow out in the form of a furrow or groove"]]}, {"answer": "further", "hint": "synonyms for further", "clues": [["foster", "promote the growth of"], ["boost", "contribute to the progress or growth of"], ["promote", "contribute to the progress or growth of"], ["encourage", "contribute to the progress or growth of"], ["advance", "contribute to the progress or growth of"]]}, {"answer": "fused", "hint": "synonyms for fused", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["conflate", "mix together different elements"]]}, {"answer": "galled", "hint": "synonyms for galled", "clues": [["gall", "become or make sore by or as if by rubbing"], ["irk", "irritate or vex"], ["chafe", "become or make sore by or as if by rubbing"], ["fret", "become or make sore by or as if by rubbing"]]}, {"answer": "galling", "hint": "synonyms for galling", "clues": [["gall", "become or make sore by or as if by rubbing"], ["irk", "irritate or vex"], ["chafe", "become or make sore by or as if by rubbing"], ["fret", "become or make sore by or as if by rubbing"]]}, {"answer": "game", "hint": "synonyms for game", "clues": [["gage", "place a bet on"], ["punt", "place a bet on"], ["stake", "place a bet on"], ["back", "place a bet on"], ["bet on", "place a bet on"]]}, {"answer": "gaping", "hint": "synonyms for gaping", "clues": [["gape", "be wide open"], ["goggle", "look with amazement; look stupidly"], ["gawp", "look with amazement; look stupidly"], ["yawn", "be wide open"], ["breach", "make an opening or gap in"], ["gawk", "look with amazement; look stupidly"]]}, {"answer": "garbed", "hint": "synonyms for garbed", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "garbled", "hint": "synonyms for garbled", "clues": [["warp", "make false by mutilation or addition; as of a message or story"], ["distort", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["falsify", "make false by mutilation or addition; as of a message or story"]]}, {"answer": "garmented", "hint": "synonyms for garmented", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "gathered", "hint": "synonyms for gathered", "clues": [["pull together", "assemble or get together"], ["gather", "draw and bring closer"], ["meet", "collect in one place"], ["gain", "increase or develop"], ["cumulate", "collect or gather"], ["collect", "assemble or get together"], ["foregather", "collect in one place"], ["pucker", "draw together into folds or puckers"], ["pile up", "collect or gather"], ["tuck", "draw together into folds or puckers"], ["get together", "get people together"], ["garner", "assemble or get together"], ["assemble", "collect in one place"], ["conglomerate", "collect or gather"], ["amass", "collect or gather"]]}, {"answer": "generalised", "hint": "synonyms for generalised", "clues": [["generalise", "speak or write in generalities"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["extrapolate", "draw from specific cases for more general cases"], ["infer", "draw from specific cases for more general cases"]]}, {"answer": "generalized", "hint": "synonyms for generalized", "clues": [["generalise", "speak or write in generalities"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["extrapolate", "draw from specific cases for more general cases"], ["infer", "draw from specific cases for more general cases"]]}, {"answer": "gentle", "hint": "synonyms for gentle", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["entitle", "give a title to someone; make someone a member of the nobility"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["ennoble", "give a title to someone; make someone a member of the nobility"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "gifted", "hint": "synonyms for gifted", "clues": [["endue", "give qualities or abilities to"], ["empower", "give qualities or abilities to"], ["gift", "give as a present; make a gift of"], ["invest", "give qualities or abilities to"], ["give", "give as a present; make a gift of"], ["present", "give as a present; make a gift of"], ["endow", "give qualities or abilities to"], ["indue", "give qualities or abilities to"]]}, {"answer": "given", "hint": "synonyms for given", "clues": [["devote", "dedicate"], ["reach", "place into the hands or custody of"], ["give", "afford access to"], ["give way", "move in order to make room for someone for something"], ["founder", "break down, literally or metaphorically"], ["feed", "give food to"], ["have", "organize or be responsible for"], ["pass on", "place into the hands or custody of"], ["kick in", "contribute to some cause"], ["fall in", "break down, literally or metaphorically"], ["pass", "place into the hands or custody of"], ["collapse", "break down, literally or metaphorically"], ["yield", "move in order to make room for someone for something"], ["throw", "organize or be responsible for"], ["consecrate", "give entirely to a specific person, activity, or cause"], ["turn over", "place into the hands or custody of"], ["apply", "give or convey physically"], ["render", "give or supply"], ["return", "give or supply"], ["establish", "bring about"], ["leave", "transmit (knowledge or skills)"], ["pay", "convey, as of a compliment, regards, attention, etc.; bestow"], ["gift", "give as a present; make a gift of"], ["make", "organize or be responsible for"], ["present", "give as a present; make a gift of"], ["generate", "give or supply"], ["sacrifice", "endure the loss of"], ["contribute", "contribute to some cause"], ["ease up", "move in order to make room for someone for something"], ["break", "break down, literally or metaphorically"], ["impart", "transmit (knowledge or skills)"], ["grant", "bestow, especially officially"], ["hand", "place into the hands or custody of"], ["cave in", "break down, literally or metaphorically"], ["commit", "give entirely to a specific person, activity, or cause"], ["hold", "organize or be responsible for"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["afford", "afford access to"], ["chip in", "contribute to some cause"], ["move over", "move in order to make room for someone for something"], ["open", "afford access to"]]}, {"answer": "giving", "hint": "synonyms for giving", "clues": [["devote", "dedicate"], ["reach", "place into the hands or custody of"], ["give", "afford access to"], ["give way", "move in order to make room for someone for something"], ["founder", "break down, literally or metaphorically"], ["feed", "give food to"], ["have", "organize or be responsible for"], ["pass on", "place into the hands or custody of"], ["kick in", "contribute to some cause"], ["fall in", "break down, literally or metaphorically"], ["pass", "place into the hands or custody of"], ["collapse", "break down, literally or metaphorically"], ["yield", "move in order to make room for someone for something"], ["throw", "organize or be responsible for"], ["consecrate", "give entirely to a specific person, activity, or cause"], ["turn over", "place into the hands or custody of"], ["apply", "give or convey physically"], ["render", "give or supply"], ["return", "give or supply"], ["establish", "bring about"], ["leave", "transmit (knowledge or skills)"], ["pay", "convey, as of a compliment, regards, attention, etc.; bestow"], ["gift", "give as a present; make a gift of"], ["make", "organize or be responsible for"], ["present", "give as a present; make a gift of"], ["generate", "give or supply"], ["sacrifice", "endure the loss of"], ["contribute", "contribute to some cause"], ["ease up", "move in order to make room for someone for something"], ["break", "break down, literally or metaphorically"], ["impart", "transmit (knowledge or skills)"], ["grant", "bestow, especially officially"], ["hand", "place into the hands or custody of"], ["cave in", "break down, literally or metaphorically"], ["commit", "give entirely to a specific person, activity, or cause"], ["hold", "organize or be responsible for"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["afford", "afford access to"], ["chip in", "contribute to some cause"], ["move over", "move in order to make room for someone for something"], ["open", "afford access to"]]}, {"answer": "glassed", "hint": "synonyms for glassed", "clues": [["glass", "put in a glass container"], ["glaze over", "become glassy or take on a glass-like appearance"], ["glaze", "furnish with glass"], ["glass in", "enclose with glass"], ["glass over", "become glassy or take on a glass-like appearance"]]}, {"answer": "glazed", "hint": "synonyms for glazed", "clues": [["glaze over", "become glassy or take on a glass-like appearance"], ["glaze", "coat with a glaze"], ["candy", "coat with something sweet, such as a hard sugar glaze"], ["glass", "furnish with glass"], ["sugarcoat", "coat with something sweet, such as a hard sugar glaze"], ["glass over", "become glassy or take on a glass-like appearance"]]}, {"answer": "gleaming", "hint": "synonyms for gleaming", "clues": [["glisten", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["glimmer", "shine brightly, like a star or a light"], ["gleam", "be shiny, as if wet"], ["shine", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "glinting", "hint": "synonyms for glinting", "clues": [["glisten", "be shiny, as if wet"], ["glint", "throw a glance at; take a brief look at"], ["glitter", "be shiny, as if wet"], ["gleam", "be shiny, as if wet"], ["shine", "be shiny, as if wet"], ["peek", "throw a glance at; take a brief look at"], ["glance", "throw a glance at; take a brief look at"]]}, {"answer": "glistening", "hint": "synonyms for glistening", "clues": [["glisten", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["gleam", "be shiny, as if wet"], ["shine", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "glittering", "hint": "synonyms for glittering", "clues": [["glisten", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["gleam", "be shiny, as if wet"], ["shine", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "glorified", "hint": "synonyms for glorified", "clues": [["laud", "praise, glorify, or honor"], ["glorify", "elevate or idealize, in allusion to Christ's transfiguration"], ["spiritualize", "elevate or idealize, in allusion to Christ's transfiguration"], ["transfigure", "elevate or idealize, in allusion to Christ's transfiguration"], ["exalt", "praise, glorify, or honor"], ["extol", "praise, glorify, or honor"], ["proclaim", "praise, glorify, or honor"]]}, {"answer": "glowering", "hint": "synonyms for glowering", "clues": [["glower", "look at with a fixed gaze"], ["glare", "look at with a fixed gaze"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"], ["lour", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"]]}, {"answer": "glowing", "hint": "synonyms for glowing", "clues": [["burn", "shine intensely, as if with heat"], ["radiate", "have a complexion with a strong bright color, such as red or pink"], ["beam", "have a complexion with a strong bright color, such as red or pink"], ["glow", "shine intensely, as if with heat"], ["shine", "experience a feeling of well-being or happiness, as from good health or an intense emotion"]]}, {"answer": "glutted", "hint": "synonyms for glutted", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["oversupply", "supply with an excess of"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["flood", "supply with an excess of"]]}, {"answer": "gnarled", "hint": "synonyms for gnarled", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["mutter", "make complaining remarks or noises under one's breath"], ["murmur", "make complaining remarks or noises under one's breath"], ["gnarl", "make complaining remarks or noises under one's breath"], ["grumble", "make complaining remarks or noises under one's breath"]]}, {"answer": "go", "hint": "synonyms for go", "clues": [["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["lead", "lead, extend, or afford access"], ["rifle", "go through in search of something; search through someone's belongings in an unauthorized way"], ["start", "begin or set in motion"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["run short", "to be spent or finished"], ["plump", "give support (to) or make a choice (of) one out of a group or number"], ["sound", "make a certain noise or sound"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["get", "enter or assume a certain state or condition"], ["hold up", "continue to live through hardship or adversity"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["run low", "to be spent or finished"], ["live on", "continue to live through hardship or adversity"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["break down", "stop operating or functioning"], ["give out", "stop operating or functioning"], ["break", "stop operating or functioning"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["fit", "be the right size or shape; fit correctly or as desired"], ["function", "perform as expected when applied"], ["conk out", "stop operating or functioning"], ["proceed", "follow a procedure or take a course"], ["travel", "change location; move, travel, or proceed, also metaphorically"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go bad", "stop operating or functioning"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["hold out", "continue to live through hardship or adversity"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["give way", "stop operating or functioning"], ["belong", "be in the right place or situation"], ["depart", "move away from a place into another direction"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["get going", "begin or set in motion"], ["live", "continue to live through hardship or adversity"], ["become", "enter or assume a certain state or condition"], ["blend in", "blend or harmonize"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["blend", "blend or harmonize"], ["endure", "continue to live through hardship or adversity"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["last", "continue to live through hardship or adversity"], ["operate", "perform as expected when applied"], ["fail", "stop operating or functioning"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["survive", "continue to live through hardship or adversity"], ["go away", "move away from a place into another direction"], ["work", "perform as expected when applied"]]}, {"answer": "goaded", "hint": "synonyms for goaded", "clues": [["spur", "give heart or courage to"], ["goad", "urge with or as if with a goad"], ["needle", "goad or provoke,as by constant criticism"], ["prick", "stab or urge on as if with a pointed stick"]]}, {"answer": "going", "hint": "synonyms for going", "clues": [["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["lead", "lead, extend, or afford access"], ["rifle", "go through in search of something; search through someone's belongings in an unauthorized way"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["plump", "give support (to) or make a choice (of) one out of a group or number"], ["sound", "make a certain noise or sound"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["hold up", "continue to live through hardship or adversity"], ["run low", "to be spent or finished"], ["give out", "stop operating or functioning"], ["fit", "be the right size or shape; fit correctly or as desired"], ["function", "perform as expected when applied"], ["conk out", "stop operating or functioning"], ["proceed", "follow a procedure or take a course"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["travel", "change location; move, travel, or proceed, also metaphorically"], ["go bad", "stop operating or functioning"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["hold out", "continue to live through hardship or adversity"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["depart", "move away from a place into another direction"], ["get going", "begin or set in motion"], ["live", "continue to live through hardship or adversity"], ["blend in", "blend or harmonize"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["last", "continue to live through hardship or adversity"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["survive", "continue to live through hardship or adversity"], ["work", "perform as expected when applied"], ["start", "begin or set in motion"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["run short", "to be spent or finished"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["get", "enter or assume a certain state or condition"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["live on", "continue to live through hardship or adversity"], ["break down", "stop operating or functioning"], ["break", "stop operating or functioning"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give way", "stop operating or functioning"], ["belong", "be in the right place or situation"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["become", "enter or assume a certain state or condition"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["blend", "blend or harmonize"], ["endure", "continue to live through hardship or adversity"], ["fail", "stop operating or functioning"], ["operate", "perform as expected when applied"], ["go away", "move away from a place into another direction"]]}, {"answer": "gone", "hint": "synonyms for gone", "clues": [["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["lead", "lead, extend, or afford access"], ["rifle", "go through in search of something; search through someone's belongings in an unauthorized way"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["plump", "give support (to) or make a choice (of) one out of a group or number"], ["sound", "make a certain noise or sound"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["hold up", "continue to live through hardship or adversity"], ["run low", "to be spent or finished"], ["give out", "stop operating or functioning"], ["fit", "be the right size or shape; fit correctly or as desired"], ["function", "perform as expected when applied"], ["conk out", "stop operating or functioning"], ["proceed", "follow a procedure or take a course"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["travel", "change location; move, travel, or proceed, also metaphorically"], ["go bad", "stop operating or functioning"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["hold out", "continue to live through hardship or adversity"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["depart", "move away from a place into another direction"], ["get going", "begin or set in motion"], ["live", "continue to live through hardship or adversity"], ["blend in", "blend or harmonize"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["last", "continue to live through hardship or adversity"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["survive", "continue to live through hardship or adversity"], ["work", "perform as expected when applied"], ["start", "begin or set in motion"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["run short", "to be spent or finished"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["get", "enter or assume a certain state or condition"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["live on", "continue to live through hardship or adversity"], ["break down", "stop operating or functioning"], ["break", "stop operating or functioning"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give way", "stop operating or functioning"], ["belong", "be in the right place or situation"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["become", "enter or assume a certain state or condition"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["blend", "blend or harmonize"], ["endure", "continue to live through hardship or adversity"], ["fail", "stop operating or functioning"], ["operate", "perform as expected when applied"], ["go away", "move away from a place into another direction"]]}, {"answer": "governing", "hint": "synonyms for governing", "clues": [["govern", "require to be in a certain grammatical case, voice, or mood"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["rule", "exercise authority over; as of nations"]]}, {"answer": "graded", "hint": "synonyms for graded", "clues": [["grade", "assign a rank or rating to"], ["mark", "assign a grade or rank to, according to one's evaluation"], ["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["score", "assign a grade or rank to, according to one's evaluation"], ["rank", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["rate", "assign a rank or rating to"]]}, {"answer": "granted", "hint": "synonyms for granted", "clues": [["grant", "let have"], ["concede", "be willing to concede"], ["award", "give as judged due or on the basis of merit"], ["give", "bestow, especially officially"], ["accord", "allow to have"], ["yield", "give over; surrender or relinquish to the physical control of another"], ["allow", "let have"], ["deed over", "transfer by deed"], ["allot", "allow to have"], ["cede", "give over; surrender or relinquish to the physical control of another"]]}, {"answer": "grasping", "hint": "synonyms for grasping", "clues": [["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["hold on", "hold firmly"], ["get the picture", "get the meaning of something"], ["compass", "get the meaning of something"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "gratified", "hint": "synonyms for gratified", "clues": [["pander", "yield (to); give satisfaction to"], ["satisfy", "make happy or satisfied"], ["gratify", "make happy or satisfied"], ["indulge", "yield (to); give satisfaction to"]]}, {"answer": "gratifying", "hint": "synonyms for gratifying", "clues": [["pander", "yield (to); give satisfaction to"], ["satisfy", "make happy or satisfied"], ["gratify", "make happy or satisfied"], ["indulge", "yield (to); give satisfaction to"]]}, {"answer": "grating", "hint": "synonyms for grating", "clues": [["eat into", "gnaw into; make resentful or angry"], ["grate", "furnish with a grate"], ["rankle", "gnaw into; make resentful or angry"], ["scrape", "scratch repeatedly"], ["fret", "gnaw into; make resentful or angry"], ["grind", "make a grating or grinding sound by rubbing together"]]}, {"answer": "grave", "hint": "synonyms for grave", "clues": [["sculpture", "shape (a material like stone or wood) by whittling away at it"], ["sculpt", "shape (a material like stone or wood) by whittling away at it"], ["scratch", "carve, cut, or etch into a material or surface"], ["engrave", "carve, cut, or etch into a material or surface"], ["inscribe", "carve, cut, or etch into a material or surface"]]}, {"answer": "graven", "hint": "synonyms for graven", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["sculpture", "shape (a material like stone or wood) by whittling away at it"], ["sculpt", "shape (a material like stone or wood) by whittling away at it"], ["scratch", "carve, cut, or etch into a material or surface"], ["engrave", "carve, cut, or etch into a material or surface"], ["inscribe", "carve, cut, or etch into a material or surface"]]}, {"answer": "grazed", "hint": "synonyms for grazed", "clues": [["graze", "feed as in a meadow or pasture"], ["crop", "let feed in a field or pasture or meadow"], ["crease", "scrape gently"], ["pasture", "let feed in a field or pasture or meadow"], ["rake", "scrape gently"], ["browse", "feed as in a meadow or pasture"], ["range", "feed as in a meadow or pasture"]]}, {"answer": "gripping", "hint": "synonyms for gripping", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grapple", "to grip or seize, as in a wrestling match"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"]]}, {"answer": "grizzled", "hint": "synonyms for grizzled", "clues": [["grizzle", "be in a huff; be silent or sullen"], ["stew", "be in a huff; be silent or sullen"], ["yawp", "complain whiningly"], ["brood", "be in a huff; be silent or sullen"], ["whine", "complain whiningly"], ["yammer", "complain whiningly"]]}, {"answer": "groomed", "hint": "synonyms for groomed", "clues": [["dress", "give a neat appearance to"], ["curry", "give a neat appearance to"], ["train", "educate for a future role or function"], ["neaten", "care for one's external appearance"], ["groom", "give a neat appearance to"], ["prepare", "educate for a future role or function"]]}, {"answer": "groveling", "hint": "synonyms for groveling", "clues": [["cringe", "show submission or fear"], ["cower", "show submission or fear"], ["crawl", "show submission or fear"], ["creep", "show submission or fear"], ["fawn", "show submission or fear"], ["grovel", "show submission or fear"]]}, {"answer": "grovelling", "hint": "synonyms for grovelling", "clues": [["cringe", "show submission or fear"], ["cower", "show submission or fear"], ["crawl", "show submission or fear"], ["creep", "show submission or fear"], ["fawn", "show submission or fear"], ["grovel", "show submission or fear"]]}, {"answer": "growing", "hint": "synonyms for growing", "clues": [["produce", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["grow", "increase in size by natural process"], ["arise", "come into existence; take on form or shape"], ["uprise", "come into existence; take on form or shape"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["mature", "develop and reach maturity; undergo maturation"], ["turn", "pass into a condition gradually, take on a specific property or attribute; become"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["develop", "come to have or undergo a change of (physical features and attributes)"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["acquire", "come to have or undergo a change of (physical features and attributes)"]]}, {"answer": "grown", "hint": "synonyms for grown", "clues": [["produce", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["grow", "increase in size by natural process"], ["arise", "come into existence; take on form or shape"], ["uprise", "come into existence; take on form or shape"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["mature", "develop and reach maturity; undergo maturation"], ["turn", "pass into a condition gradually, take on a specific property or attribute; become"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["develop", "come to have or undergo a change of (physical features and attributes)"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["acquire", "come to have or undergo a change of (physical features and attributes)"]]}, {"answer": "grumbling", "hint": "synonyms for grumbling", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["grumble", "show one's unhappiness or critical attitude"], ["murmur", "make complaining remarks or noises under one's breath"], ["growl", "to utter or emit low dull rumbling sounds"], ["gnarl", "make complaining remarks or noises under one's breath"], ["grouch", "show one's unhappiness or critical attitude"], ["mutter", "make complaining remarks or noises under one's breath"], ["scold", "show one's unhappiness or critical attitude"]]}, {"answer": "guarded", "hint": "synonyms for guarded", "clues": [["guard", "to keep watch over"], ["hold", "protect against a challenge or attack"], ["ward", "watch over or shield from danger or harm; protect"], ["defend", "protect against a challenge or attack"]]}, {"answer": "guided", "hint": "synonyms for guided", "clues": [["channelize", "direct the course; determine the direction of travelling"], ["run", "pass over, across, or through"], ["steer", "direct the course; determine the direction of travelling"], ["maneuver", "direct the course; determine the direction of travelling"], ["guide", "take somebody somewhere"], ["direct", "take somebody somewhere"], ["draw", "pass over, across, or through"], ["point", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["take", "take somebody somewhere"], ["conduct", "take somebody somewhere"], ["head", "direct the course; determine the direction of travelling"], ["pass", "pass over, across, or through"], ["guide on", "use as a guide"], ["lead", "take somebody somewhere"]]}, {"answer": "guiding", "hint": "synonyms for guiding", "clues": [["channelize", "direct the course; determine the direction of travelling"], ["run", "pass over, across, or through"], ["steer", "direct the course; determine the direction of travelling"], ["maneuver", "direct the course; determine the direction of travelling"], ["guide", "take somebody somewhere"], ["direct", "take somebody somewhere"], ["draw", "pass over, across, or through"], ["point", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["take", "take somebody somewhere"], ["conduct", "take somebody somewhere"], ["head", "direct the course; determine the direction of travelling"], ["pass", "pass over, across, or through"], ["guide on", "use as a guide"], ["lead", "take somebody somewhere"]]}, {"answer": "gushing", "hint": "synonyms for gushing", "clues": [["gush", "praise enthusiastically"], ["jet", "issue in a jet; come out in a jet; stream or spring forth"], ["rave", "praise enthusiastically"], ["spurt", "gush forth in a sudden stream or jet"], ["spout", "gush forth in a sudden stream or jet"], ["spirt", "gush forth in a sudden stream or jet"]]}, {"answer": "hale", "hint": "synonyms for hale", "clues": [["drag", "draw slowly or heavily"], ["cart", "draw slowly or heavily"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["haul", "draw slowly or heavily"], ["squeeze", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["force", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"]]}, {"answer": "hallowed", "hint": "synonyms for hallowed", "clues": [["consecrate", "render holy by means of religious rites"], ["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["sanctify", "render holy by means of religious rites"]]}, {"answer": "halt", "hint": "synonyms for halt", "clues": [["stop", "stop from happening or developing"], ["hold", "cause to stop"], ["arrest", "cause to stop"], ["block", "stop from happening or developing"], ["stem", "stop the flow of a liquid"], ["stanch", "stop the flow of a liquid"], ["kibosh", "stop from happening or developing"]]}, {"answer": "halting", "hint": "synonyms for halting", "clues": [["halt", "cause to stop"], ["hold", "cause to stop"], ["arrest", "cause to stop"], ["stop", "stop from happening or developing"], ["block", "stop from happening or developing"], ["stem", "stop the flow of a liquid"], ["stanch", "stop the flow of a liquid"], ["kibosh", "stop from happening or developing"]]}, {"answer": "handed", "hint": "synonyms for handed", "clues": [["turn over", "place into the hands or custody of"], ["pass on", "place into the hands or custody of"], ["hand", "place into the hands or custody of"], ["give", "place into the hands or custody of"], ["reach", "place into the hands or custody of"], ["pass", "place into the hands or custody of"]]}, {"answer": "handicapped", "hint": "synonyms for handicapped", "clues": [["handicap", "injure permanently"], ["incapacitate", "injure permanently"], ["invalid", "injure permanently"], ["hamper", "put at a disadvantage"], ["hinder", "put at a disadvantage"], ["disable", "injure permanently"]]}, {"answer": "handled", "hint": "synonyms for handled", "clues": [["do by", "interact in a certain way"], ["manage", "handle effectively"], ["plow", "act on verbally or in some form of artistic expression"], ["wield", "handle effectively"], ["handle", "act on verbally or in some form of artistic expression"], ["palm", "touch, lift, or hold with the hands"], ["deal", "be in charge of, act on, or dispose of"], ["treat", "act on verbally or in some form of artistic expression"], ["address", "act on verbally or in some form of artistic expression"], ["cover", "act on verbally or in some form of artistic expression"], ["care", "be in charge of, act on, or dispose of"]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["do by", "interact in a certain way"], ["manage", "handle effectively"], ["plow", "act on verbally or in some form of artistic expression"], ["wield", "handle effectively"], ["handle", "act on verbally or in some form of artistic expression"], ["palm", "touch, lift, or hold with the hands"], ["deal", "be in charge of, act on, or dispose of"], ["treat", "act on verbally or in some form of artistic expression"], ["address", "act on verbally or in some form of artistic expression"], ["cover", "act on verbally or in some form of artistic expression"], ["care", "be in charge of, act on, or dispose of"]]}, {"answer": "harassed", "hint": "synonyms for harassed", "clues": [["harass", "exhaust by attacking repeatedly"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "hardened", "hint": "synonyms for hardened", "clues": [["inure", "cause to accept or become hardened to; habituate"], ["season", "make fit"], ["temper", "harden by reheating and cooling in oil"], ["indurate", "cause to accept or become hardened to; habituate"], ["harden", "make fit"]]}, {"answer": "harmonised", "hint": "synonyms for harmonised", "clues": [["chord", "bring into consonance, harmony, or accord while making music or singing"], ["fit in", "go together"], ["harmonise", "bring into consonance, harmony, or accord while making music or singing"], ["accord", "go together"], ["reconcile", "bring into consonance or accord"], ["consort", "go together"], ["agree", "go together"], ["concord", "go together"]]}, {"answer": "harmonized", "hint": "synonyms for harmonized", "clues": [["chord", "bring into consonance, harmony, or accord while making music or singing"], ["fit in", "go together"], ["harmonise", "bring into consonance, harmony, or accord while making music or singing"], ["accord", "go together"], ["reconcile", "bring into consonance or accord"], ["consort", "go together"], ["agree", "go together"], ["concord", "go together"]]}, {"answer": "harnessed", "hint": "synonyms for harnessed", "clues": [["tackle", "put a harness"], ["harness", "exploit the power of"], ["draw rein", "control and direct with or as if by reins"], ["rein", "control and direct with or as if by reins"], ["rein in", "control and direct with or as if by reins"], ["rule", "keep in check"]]}, {"answer": "harried", "hint": "synonyms for harried", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["harry", "make a pillaging or destructive raid on (a place), as in wartimes"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["ravage", "make a pillaging or destructive raid on (a place), as in wartimes"], ["beset", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "hatched", "hint": "synonyms for hatched", "clues": [["think up", "devise or invent"], ["hatch", "inlay with narrow strips or lines of a different substance such as gold or silver, for the purpose of decorating"], ["concoct", "devise or invent"], ["brood", "sit on (eggs)"], ["incubate", "sit on (eggs)"], ["think of", "devise or invent"], ["dream up", "devise or invent"], ["cover", "sit on (eggs)"]]}, {"answer": "haunted", "hint": "synonyms for haunted", "clues": [["frequent", "be a regular or frequent visitor to a certain place"], ["ghost", "haunt like a ghost; pursue"], ["haunt", "be a regular or frequent visitor to a certain place"], ["stalk", "follow stealthily or recur constantly and spontaneously to"], ["obsess", "haunt like a ghost; pursue"]]}, {"answer": "haunting", "hint": "synonyms for haunting", "clues": [["frequent", "be a regular or frequent visitor to a certain place"], ["ghost", "haunt like a ghost; pursue"], ["haunt", "be a regular or frequent visitor to a certain place"], ["stalk", "follow stealthily or recur constantly and spontaneously to"], ["obsess", "haunt like a ghost; pursue"]]}, {"answer": "headed", "hint": "synonyms for headed", "clues": [["channelize", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["head up", "be the first or leading member of (a group) and excel"], ["head", "to go or travel towards"], ["manoeuver", "direct the course; determine the direction of travelling"], ["lead", "be in charge of"], ["point", "direct the course; determine the direction of travelling"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"]]}, {"answer": "healed", "hint": "synonyms for healed", "clues": [["heal", "provide a cure for, make healthy again"], ["mend", "heal or recover"], ["cure", "provide a cure for, make healthy again"], ["bring around", "provide a cure for, make healthy again"]]}, {"answer": "healing", "hint": "synonyms for healing", "clues": [["heal", "provide a cure for, make healthy again"], ["mend", "heal or recover"], ["cure", "provide a cure for, make healthy again"], ["bring around", "provide a cure for, make healthy again"]]}, {"answer": "heard", "hint": "synonyms for heard", "clues": [["find out", "get to know or become aware of, usually accidentally"], ["try", "examine or hear (evidence or a case) by judicial process"], ["hear", "listen and pay attention"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["learn", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["listen", "listen and pay attention"], ["get wind", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["take heed", "listen and pay attention"]]}, {"answer": "hearing", "hint": "synonyms for hearing", "clues": [["find out", "get to know or become aware of, usually accidentally"], ["try", "examine or hear (evidence or a case) by judicial process"], ["hear", "listen and pay attention"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["learn", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["listen", "listen and pay attention"], ["get wind", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["take heed", "listen and pay attention"]]}, {"answer": "heartening", "hint": "synonyms for heartening", "clues": [["recreate", "give encouragement to"], ["embolden", "give encouragement to"], ["cheer", "give encouragement to"], ["hearten", "give encouragement to"]]}, {"answer": "heated", "hint": "synonyms for heated", "clues": [["inflame", "arouse or excite feelings and passions"], ["heat up", "gain heat or get hot"], ["heat", "gain heat or get hot"], ["hot up", "gain heat or get hot"], ["stir up", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"], ["fire up", "arouse or excite feelings and passions"], ["ignite", "arouse or excite feelings and passions"]]}, {"answer": "hedged", "hint": "synonyms for hedged", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge in", "enclose or bound in with or as it with a hedge or hedges"], ["hedge", "hinder or restrict with or as if with a hedge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "heightening", "hint": "synonyms for heightening", "clues": [["heighten", "make more extreme; raise in quantity, degree, or intensity"], ["compound", "make more intense, stronger, or more marked; ,"], ["intensify", "make more intense, stronger, or more marked; ,"], ["sharpen", "make (one's senses) more acute"], ["enhance", "increase"], ["raise", "increase"], ["deepen", "make more intense, stronger, or more marked; ,"]]}, {"answer": "held", "hint": "synonyms for held", "clues": [["keep back", "secure and keep for possible future use or application"], ["maintain", "keep in a certain state, position, or activity; e.g.,"], ["hold", "keep from departing"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["deem", "keep in mind or convey as a conviction or view"], ["obtain", "be valid, applicable, or true"], ["admit", "have room for; hold without crowding"], ["have", "organize or be responsible for"], ["reserve", "arrange for and reserve (something for someone else) in advance"], ["confine", "to close within bounds, limit or hold back from movement"], ["carry", "support or hold in a certain manner"], ["contain", "contain or hold; have within"], ["bear", "contain or hold; have within"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["withstand", "resist or confront with resistance"], ["retain", "secure and keep for possible future use or application"], ["give", "organize or be responsible for"], ["have got", "have or possess, either in a concrete or an abstract sense"], ["hold up", "be the physical support of; carry the weight of"], ["throw", "organize or be responsible for"], ["keep", "keep in a certain state, position, or activity; e.g.,"], ["support", "be the physical support of; carry the weight of"], ["take", "be capable of holding or containing"], ["take for", "keep in mind or convey as a conviction or view"], ["obligate", "bind by an obligation; cause to be indebted"], ["nurse", "maintain (a theory, thoughts, or feelings)"], ["agree", "be in accord; be in agreement"], ["entertain", "maintain (a theory, thoughts, or feelings)"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["declare", "declare to be"], ["concord", "be in accord; be in agreement"], ["take hold", "have or hold in one's hands or grip"], ["make", "organize or be responsible for"], ["sustain", "be the physical support of; carry the weight of"], ["prevail", "be valid, applicable, or true"], ["adjudge", "declare to be"], ["hold back", "secure and keep for possible future use or application"], ["bind", "bind by an obligation; cause to be indebted"], ["concur", "be in accord; be in agreement"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["halt", "cause to stop"], ["accommodate", "have room for; hold without crowding"], ["apply", "be pertinent or relevant or applicable"], ["defend", "protect against a challenge or attack"], ["arrest", "cause to stop"], ["defy", "resist or confront with resistance"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["view as", "keep in mind or convey as a conviction or view"], ["guard", "protect against a challenge or attack"], ["go for", "be pertinent or relevant or applicable"], ["book", "arrange for and reserve (something for someone else) in advance"]]}, {"answer": "heralded", "hint": "synonyms for heralded", "clues": [["annunciate", "foreshadow or presage"], ["harbinger", "foreshadow or presage"], ["herald", "praise vociferously"], ["acclaim", "praise vociferously"], ["hail", "praise vociferously"], ["foretell", "foreshadow or presage"], ["announce", "foreshadow or presage"]]}, {"answer": "hesitating", "hint": "synonyms for hesitating", "clues": [["waffle", "pause or hold back in uncertainty or unwillingness"], ["hesitate", "pause or hold back in uncertainty or unwillingness"], ["waver", "pause or hold back in uncertainty or unwillingness"], ["pause", "interrupt temporarily an activity before continuing"]]}, {"answer": "hex", "hint": "synonyms for hex", "clues": [["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["enchant", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "hexed", "hint": "synonyms for hexed", "clues": [["hex", "cast a spell over someone or something; put a hex on someone or something"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["enchant", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "hidden", "hint": "synonyms for hidden", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["hide out", "be or go into hiding; keep out of sight, as for protection and safety"], ["enshroud", "cover as if with a shroud"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["cover", "cover as if with a shroud"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["conceal", "prevent from being seen or discovered"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "hinder", "hint": "synonyms for hinder", "clues": [["blockade", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"], ["block", "hinder or prevent the progress or accomplishment of"], ["handicap", "put at a disadvantage"], ["hamper", "put at a disadvantage"], ["impede", "be a hindrance or obstacle to"], ["embarrass", "hinder or prevent the progress or accomplishment of"]]}, {"answer": "hindering", "hint": "synonyms for hindering", "clues": [["blockade", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"], ["block", "hinder or prevent the progress or accomplishment of"], ["handicap", "put at a disadvantage"], ["hamper", "put at a disadvantage"], ["impede", "be a hindrance or obstacle to"], ["embarrass", "hinder or prevent the progress or accomplishment of"]]}, {"answer": "hired", "hint": "synonyms for hired", "clues": [["engage", "engage for service under a term of contract"], ["employ", "engage or hire for work"], ["rent", "engage for service under a term of contract"], ["hire", "hold under a lease or rental agreement; of goods and services"], ["charter", "hold under a lease or rental agreement; of goods and services"], ["lease", "hold under a lease or rental agreement; of goods and services"], ["take", "engage for service under a term of contract"]]}, {"answer": "hollow", "hint": "synonyms for hollow", "clues": [["core out", "remove the interior of"], ["dig", "remove the inner part or the core of"], ["hollow out", "remove the interior of"], ["excavate", "remove the inner part or the core of"]]}, {"answer": "honored", "hint": "synonyms for honored", "clues": [["respect", "show respect towards"], ["honor", "show respect towards"], ["observe", "show respect towards"], ["abide by", "show respect towards"], ["reward", "bestow honor or rewards upon"]]}, {"answer": "hoofed", "hint": "synonyms for hoofed", "clues": [["foot", "walk"], ["leg it", "walk"], ["hoof", "dance in a professional capacity"], ["hoof it", "walk"]]}, {"answer": "hooked", "hint": "synonyms for hooked", "clues": [["pilfer", "make off with belongings of others"], ["hook", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)"], ["solicit", "approach with an offer of sexual favors"], ["purloin", "make off with belongings of others"], ["soak", "rip off; ask an unreasonable price"], ["pinch", "make off with belongings of others"], ["accost", "approach with an offer of sexual favors"], ["gazump", "rip off; ask an unreasonable price"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["cop", "take by theft"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"], ["rob", "rip off; ask an unreasonable price"], ["swipe", "make off with belongings of others"], ["glom", "take by theft"], ["knock off", "take by theft"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["snitch", "take by theft"], ["fleece", "rip off; ask an unreasonable price"], ["snare", "entice and trap"], ["plume", "rip off; ask an unreasonable price"], ["thieve", "take by theft"], ["surcharge", "rip off; ask an unreasonable price"], ["abstract", "make off with belongings of others"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)"]]}, {"answer": "horrified", "hint": "synonyms for horrified", "clues": [["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "horrifying", "hint": "synonyms for horrifying", "clues": [["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "howling", "hint": "synonyms for howling", "clues": [["ululate", "emit long loud cries"], ["howl", "make a loud noise, as of wind, water, or vehicles"], ["yaup", "emit long loud cries"], ["wail", "emit long loud cries"], ["yawl", "emit long loud cries"], ["roar", "make a loud noise, as of wind, water, or vehicles"], ["wrawl", "cry loudly, as of animals"], ["yowl", "cry loudly, as of animals"], ["yammer", "cry loudly, as of animals"]]}, {"answer": "hulking", "hint": "synonyms for hulking", "clues": [["hulk", "appear very large or occupy a commanding position"], ["predominate", "appear very large or occupy a commanding position"], ["loom", "appear very large or occupy a commanding position"], ["tower", "appear very large or occupy a commanding position"]]}, {"answer": "humble", "hint": "synonyms for humble", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["mortify", "cause to feel shame; hurt the pride of"]]}, {"answer": "humbled", "hint": "synonyms for humbled", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["humble", "cause to be unpretentious"], ["mortify", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"]]}, {"answer": "humbling", "hint": "synonyms for humbling", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["humble", "cause to be unpretentious"], ["mortify", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"]]}, {"answer": "humiliated", "hint": "synonyms for humiliated", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["mortify", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"]]}, {"answer": "humiliating", "hint": "synonyms for humiliating", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["mortify", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"]]}, {"answer": "humped", "hint": "synonyms for humped", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["hunch", "round one's back by bending forward and drawing the shoulders forward"], ["get it on", "have sexual intercourse with"], ["hump", "round one's back by bending forward and drawing the shoulders forward"], ["screw", "have sexual intercourse with"], ["hunch over", "round one's back by bending forward and drawing the shoulders forward"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["hunch forward", "round one's back by bending forward and drawing the shoulders forward"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "hunched", "hint": "synonyms for hunched", "clues": [["hunch", "round one's back by bending forward and drawing the shoulders forward"], ["hunch forward", "round one's back by bending forward and drawing the shoulders forward"], ["hunch over", "round one's back by bending forward and drawing the shoulders forward"], ["hump", "round one's back by bending forward and drawing the shoulders forward"]]}, {"answer": "hunted", "hint": "synonyms for hunted", "clues": [["hunt", "oscillate about a desired speed, position, or state to an undesirable extent"], ["hunt down", "pursue for food or sport (as of wild animals)"], ["trace", "pursue or chase relentlessly"], ["track down", "pursue for food or sport (as of wild animals)"], ["run", "pursue for food or sport (as of wild animals)"], ["hound", "pursue or chase relentlessly"]]}, {"answer": "hurried", "hint": "synonyms for hurried", "clues": [["hasten", "act or move at high speed"], ["festinate", "act or move at high speed"], ["zip", "move very fast"], ["look sharp", "act or move at high speed"], ["speed", "move very fast"], ["rush", "act or move at high speed"], ["hurry", "move very fast"], ["travel rapidly", "move very fast"]]}, {"answer": "hurrying", "hint": "synonyms for hurrying", "clues": [["hasten", "act or move at high speed"], ["festinate", "act or move at high speed"], ["zip", "move very fast"], ["look sharp", "act or move at high speed"], ["speed", "move very fast"], ["rush", "act or move at high speed"], ["hurry", "move very fast"], ["travel rapidly", "move very fast"]]}, {"answer": "hurt", "hint": "synonyms for hurt", "clues": [["spite", "hurt the feelings of"], ["ache", "be the source of pain"], ["suffer", "feel pain or be in pain"], ["anguish", "cause emotional anguish or make miserable"], ["pain", "cause emotional anguish or make miserable"], ["injure", "hurt the feelings of"], ["smart", "be the source of pain"], ["wound", "hurt the feelings of"], ["offend", "hurt the feelings of"], ["bruise", "hurt the feelings of"]]}, {"answer": "hushed", "hint": "synonyms for hushed", "clues": [["quieten", "cause to be quiet or not talk"], ["still", "cause to be quiet or not talk"], ["quiesce", "become quiet or quieter"], ["silence", "cause to be quiet or not talk"], ["quiet down", "become quiet or quieter"], ["shut up", "cause to be quiet or not talk"], ["hush", "run water over the ground to erode (soil), revealing the underlying strata and valuable minerals"], ["pipe down", "become quiet or quieter"], ["quiet", "become quiet or quieter"], ["hush up", "cause to be quiet or not talk"]]}, {"answer": "identified", "hint": "synonyms for identified", "clues": [["identify", "recognize as being; establish the identity of someone or something"], ["name", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["key", "identify as in botany or biology, for example"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["discover", "identify as in botany or biology, for example"], ["place", "recognize as being; establish the identity of someone or something"]]}, {"answer": "idle", "hint": "synonyms for idle", "clues": [["stagnate", "be idle; exist in a changeless situation"], ["laze", "be idle; exist in a changeless situation"], ["tick over", "run disconnected or idle"], ["slug", "be idle; exist in a changeless situation"]]}, {"answer": "idolised", "hint": "synonyms for idolised", "clues": [["idolise", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol"]]}, {"answer": "idolized", "hint": "synonyms for idolized", "clues": [["idolise", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol"]]}, {"answer": "ignited", "hint": "synonyms for ignited", "clues": [["take fire", "start to burn or burst into flames"], ["catch fire", "start to burn or burst into flames"], ["inflame", "arouse or excite feelings and passions"], ["ignite", "start to burn or burst into flames"], ["erupt", "start to burn or burst into flames"], ["conflagrate", "start to burn or burst into flames"], ["stir up", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"], ["fire up", "arouse or excite feelings and passions"], ["light", "cause to start burning; subject to fire or great heat"], ["heat", "arouse or excite feelings and passions"], ["combust", "start to burn or burst into flames"]]}, {"answer": "ignored", "hint": "synonyms for ignored", "clues": [["ignore", "bar from attention or consideration"], ["brush aside", "bar from attention or consideration"], ["cut", "refuse to acknowledge"], ["snub", "refuse to acknowledge"], ["disregard", "bar from attention or consideration"], ["neglect", "give little or no attention to"], ["brush off", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"]]}, {"answer": "ill-treated", "hint": "synonyms for ill-treated", "clues": [["ill-use", "treat badly"], ["ill-treat", "treat badly"], ["mistreat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"], ["maltreat", "treat badly"]]}, {"answer": "ill-used", "hint": "synonyms for ill-used", "clues": [["ill-use", "treat badly"], ["ill-treat", "treat badly"], ["mistreat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"], ["maltreat", "treat badly"]]}, {"answer": "illuminated", "hint": "synonyms for illuminated", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["illumine", "make lighter or brighter"], ["clear", "make free from confusion or ambiguity; make clear"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["light up", "make lighter or brighter"], ["light", "make lighter or brighter"]]}, {"answer": "illuminating", "hint": "synonyms for illuminating", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["illumine", "make lighter or brighter"], ["clear", "make free from confusion or ambiguity; make clear"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["light up", "make lighter or brighter"], ["light", "make lighter or brighter"]]}, {"answer": "impacted", "hint": "synonyms for impacted", "clues": [["impact", "press or wedge together; pack together"], ["affect", "have an effect upon"], ["bear upon", "have an effect upon"], ["touch on", "have an effect upon"], ["touch", "have an effect upon"]]}, {"answer": "impaired", "hint": "synonyms for impaired", "clues": [["impair", "make worse or less effective"], ["mar", "make imperfect"], ["vitiate", "make imperfect"], ["deflower", "make imperfect"], ["spoil", "make imperfect"]]}, {"answer": "impeded", "hint": "synonyms for impeded", "clues": [["close up", "block passage through"], ["block", "block passage through"], ["jam", "block passage through"], ["obstruct", "block passage through"], ["hinder", "be a hindrance or obstacle to"], ["impede", "block passage through"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "impeding", "hint": "synonyms for impeding", "clues": [["close up", "block passage through"], ["block", "block passage through"], ["jam", "block passage through"], ["obstruct", "block passage through"], ["hinder", "be a hindrance or obstacle to"], ["impede", "block passage through"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "implanted", "hint": "synonyms for implanted", "clues": [["implant", "become attached to and embedded in the uterus"], ["imbed", "fix or set securely or deeply"], ["plant", "put firmly in the mind"], ["engraft", "fix or set securely or deeply"], ["embed", "fix or set securely or deeply"]]}, {"answer": "implemented", "hint": "synonyms for implemented", "clues": [["put through", "pursue to a conclusion or bring to a successful issue"], ["follow out", "pursue to a conclusion or bring to a successful issue"], ["follow up", "pursue to a conclusion or bring to a successful issue"], ["apply", "ensure observance of laws and rules"], ["go through", "pursue to a conclusion or bring to a successful issue"], ["follow through", "pursue to a conclusion or bring to a successful issue"], ["enforce", "ensure observance of laws and rules"], ["carry out", "pursue to a conclusion or bring to a successful issue"], ["implement", "pursue to a conclusion or bring to a successful issue"]]}, {"answer": "imposed", "hint": "synonyms for imposed", "clues": [["levy", "impose and collect"], ["impose", "compel to behave in a certain way"], ["bring down", "impose something unpleasant"], ["enforce", "compel to behave in a certain way"], ["visit", "impose something unpleasant"], ["inflict", "impose something unpleasant"]]}, {"answer": "imposing", "hint": "synonyms for imposing", "clues": [["levy", "impose and collect"], ["impose", "compel to behave in a certain way"], ["bring down", "impose something unpleasant"], ["enforce", "compel to behave in a certain way"], ["visit", "impose something unpleasant"], ["inflict", "impose something unpleasant"]]}, {"answer": "impressed", "hint": "synonyms for impressed", "clues": [["impress", "have an emotional or cognitive impact upon"], ["instill", "produce or try to produce a vivid impression of"], ["yarn-dye", "dye (fabric) before it is spun"], ["shanghai", "take (someone) against his will for compulsory service, especially on board a ship"], ["strike", "have an emotional or cognitive impact upon"], ["imprint", "mark or stamp with or as if with pressure"], ["ingrain", "produce or try to produce a vivid impression of"], ["print", "reproduce by printing"], ["affect", "have an emotional or cognitive impact upon"], ["move", "have an emotional or cognitive impact upon"]]}, {"answer": "imprisoned", "hint": "synonyms for imprisoned", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "improved", "hint": "synonyms for improved", "clues": [["better", "get better"], ["ameliorate", "to make better"], ["improve", "get better"], ["amend", "to make better"]]}, {"answer": "improving", "hint": "synonyms for improving", "clues": [["better", "get better"], ["ameliorate", "to make better"], ["improve", "get better"], ["amend", "to make better"]]}, {"answer": "incapacitated", "hint": "synonyms for incapacitated", "clues": [["handicap", "injure permanently"], ["incapacitate", "make unable to perform a certain action"], ["disenable", "make unable to perform a certain action"], ["invalid", "injure permanently"]]}, {"answer": "incapacitating", "hint": "synonyms for incapacitating", "clues": [["handicap", "injure permanently"], ["incapacitate", "make unable to perform a certain action"], ["disenable", "make unable to perform a certain action"], ["invalid", "injure permanently"]]}, {"answer": "incensed", "hint": "synonyms for incensed", "clues": [["thurify", "perfume especially with a censer"], ["incense", "perfume especially with a censer"], ["cense", "perfume especially with a censer"], ["infuriate", "make furious"], ["exasperate", "make furious"]]}, {"answer": "inclined", "hint": "synonyms for inclined", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["incline", "be at an angle"], ["run", "have a tendency or disposition to do or be something; be inclined"], ["dispose", "make receptive or willing towards an action or attitude or belief"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["tend", "have a tendency or disposition to do or be something; be inclined"], ["pitch", "be at an angle"], ["slope", "be at an angle"]]}, {"answer": "incorporated", "hint": "synonyms for incorporated", "clues": [["incorporate", "make into a whole or make part of a whole"], ["comprise", "include or contain; have as a component"], ["contain", "include or contain; have as a component"], ["integrate", "make into a whole or make part of a whole"]]}, {"answer": "incriminating", "hint": "synonyms for incriminating", "clues": [["incriminate", "bring an accusation against; level a charge against"], ["inculpate", "suggest that someone is guilty"], ["accuse", "bring an accusation against; level a charge against"], ["imply", "suggest that someone is guilty"], ["impeach", "bring an accusation against; level a charge against"]]}, {"answer": "indisposed", "hint": "synonyms for indisposed", "clues": [["disqualify", "make unfit or unsuitable"], ["unfit", "make unfit or unsuitable"], ["indispose", "cause to feel unwell"], ["disincline", "make unwilling"]]}, {"answer": "induced", "hint": "synonyms for induced", "clues": [["induce", "produce electric current by electrostatic or magnetic processes"], ["get", "cause to do; cause to act in a specified manner"], ["make", "cause to do; cause to act in a specified manner"], ["hasten", "cause to occur rapidly"], ["stimulate", "cause to occur rapidly"], ["bring on", "cause to arise"], ["induct", "produce electric current by electrostatic or magnetic processes"], ["have", "cause to do; cause to act in a specified manner"], ["rush", "cause to occur rapidly"], ["cause", "cause to do; cause to act in a specified manner"]]}, {"answer": "inebriated", "hint": "synonyms for inebriated", "clues": [["beatify", "fill with sublime emotion"], ["soak", "become drunk or drink excessively"], ["inebriate", "make drunk (with alcoholic drinks)"], ["hit it up", "become drunk or drink excessively"], ["exalt", "fill with sublime emotion"], ["intoxicate", "make drunk (with alcoholic drinks)"], ["thrill", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["souse", "become drunk or drink excessively"]]}, {"answer": "inflamed", "hint": "synonyms for inflamed", "clues": [["inflame", "arouse or excite feelings and passions"], ["kindle", "catch fire"], ["conflagrate", "cause to start burning"], ["stir up", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"], ["fire up", "arouse or excite feelings and passions"], ["ignite", "arouse or excite feelings and passions"], ["heat", "arouse or excite feelings and passions"]]}, {"answer": "inflated", "hint": "synonyms for inflated", "clues": [["inflate", "exaggerate or make bigger"], ["blow up", "exaggerate or make bigger"], ["billow", "become inflated"], ["amplify", "exaggerate or make bigger"], ["expand", "exaggerate or make bigger"], ["balloon", "become inflated"]]}, {"answer": "ingrained", "hint": "synonyms for ingrained", "clues": [["ingrain", "produce or try to produce a vivid impression of"], ["grain", "thoroughly work in"], ["impress", "produce or try to produce a vivid impression of"], ["instill", "produce or try to produce a vivid impression of"]]}, {"answer": "inhabited", "hint": "synonyms for inhabited", "clues": [["dwell", "inhabit or live in; be an inhabitant of"], ["inhabit", "inhabit or live in; be an inhabitant of"], ["live", "inhabit or live in; be an inhabitant of"], ["populate", "inhabit or live in; be an inhabitant of"]]}, {"answer": "inhibited", "hint": "synonyms for inhibited", "clues": [["conquer", "to put down by force or authority"], ["inhibit", "limit, block, or decrease the action or function of"], ["suppress", "to put down by force or authority"], ["stamp down", "to put down by force or authority"], ["subdue", "to put down by force or authority"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior"], ["curb", "to put down by force or authority"]]}, {"answer": "inhumed", "hint": "synonyms for inhumed", "clues": [["entomb", "place in a grave or tomb"], ["inter", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["lay to rest", "place in a grave or tomb"], ["bury", "place in a grave or tomb"]]}, {"answer": "injured", "hint": "synonyms for injured", "clues": [["spite", "hurt the feelings of"], ["hurt", "cause damage or affect negatively"], ["injure", "cause injuries or bodily harm to"], ["wound", "cause injuries or bodily harm to"], ["offend", "hurt the feelings of"], ["bruise", "hurt the feelings of"]]}, {"answer": "inquiring", "hint": "synonyms for inquiring", "clues": [["enquire", "inquire about"], ["ask", "inquire about"], ["wonder", "have a wish or desire to know something"], ["investigate", "conduct an inquiry or investigation of"]]}, {"answer": "inscribed", "hint": "synonyms for inscribed", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["encipher", "convert ordinary language into code"], ["write in code", "convert ordinary language into code"], ["enroll", "register formally as a participant or member"], ["recruit", "register formally as a participant or member"], ["inscribe", "draw within a figure so as to touch in as many places as possible"], ["autograph", "mark with one's signature"], ["enter", "register formally as a participant or member"], ["code", "convert ordinary language into code"], ["cypher", "convert ordinary language into code"], ["encrypt", "convert ordinary language into code"], ["scratch", "carve, cut, or etch into a material or surface"], ["engrave", "carve, cut, or etch into a material or surface"]]}, {"answer": "inspired", "hint": "synonyms for inspired", "clues": [["inspire", "draw in (air)"], ["invigorate", "heighten or intensify"], ["inhale", "draw in (air)"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["urge", "spur on or encourage especially by cheers and shouts"], ["animate", "heighten or intensify"], ["prompt", "serve as the inciting cause of"], ["root on", "spur on or encourage especially by cheers and shouts"], ["revolutionise", "fill with revolutionary ideas"], ["instigate", "serve as the inciting cause of"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["breathe in", "draw in (air)"], ["pep up", "spur on or encourage especially by cheers and shouts"]]}, {"answer": "inspiring", "hint": "synonyms for inspiring", "clues": [["inspire", "draw in (air)"], ["invigorate", "heighten or intensify"], ["inhale", "draw in (air)"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["urge", "spur on or encourage especially by cheers and shouts"], ["animate", "heighten or intensify"], ["prompt", "serve as the inciting cause of"], ["root on", "spur on or encourage especially by cheers and shouts"], ["revolutionise", "fill with revolutionary ideas"], ["instigate", "serve as the inciting cause of"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["breathe in", "draw in (air)"], ["pep up", "spur on or encourage especially by cheers and shouts"]]}, {"answer": "institutionalised", "hint": "synonyms for institutionalised", "clues": [["charge", "cause to be admitted; of persons to an institution"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["commit", "cause to be admitted; of persons to an institution"], ["send", "cause to be admitted; of persons to an institution"]]}, {"answer": "institutionalized", "hint": "synonyms for institutionalized", "clues": [["charge", "cause to be admitted; of persons to an institution"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["commit", "cause to be admitted; of persons to an institution"], ["send", "cause to be admitted; of persons to an institution"]]}, {"answer": "insured", "hint": "synonyms for insured", "clues": [["guarantee", "make certain of"], ["assure", "be careful or certain to do something; make certain of something"], ["see to it", "be careful or certain to do something; make certain of something"], ["insure", "make certain of"], ["ascertain", "be careful or certain to do something; make certain of something"], ["underwrite", "protect by insurance"], ["see", "be careful or certain to do something; make certain of something"], ["cover", "protect by insurance"], ["control", "be careful or certain to do something; make certain of something"], ["ensure", "be careful or certain to do something; make certain of something"], ["secure", "make certain of"], ["check", "be careful or certain to do something; make certain of something"]]}, {"answer": "integrated", "hint": "synonyms for integrated", "clues": [["desegregate", "open (a place) to members of all races and ethnic groups"], ["incorporate", "make into a whole or make part of a whole"], ["mix", "open (a place) to members of all races and ethnic groups"], ["integrate", "become one; become integrated"]]}, {"answer": "intended", "hint": "synonyms for intended", "clues": [["think", "have in mind as a purpose"], ["destine", "design or destine"], ["mean", "denote or connote"], ["stand for", "denote or connote"], ["specify", "design or destine"], ["designate", "design or destine"], ["intend", "design or destine"], ["signify", "denote or connote"]]}, {"answer": "intensified", "hint": "synonyms for intensified", "clues": [["deepen", "become more intense"], ["step up", "increase in extent or intensity"], ["heighten", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["intensify", "make the chemically affected part of (a negative) denser or more opaque in order produce a stronger contrast between light and dark"], ["escalate", "increase in extent or intensity"]]}, {"answer": "intensifying", "hint": "synonyms for intensifying", "clues": [["deepen", "become more intense"], ["step up", "increase in extent or intensity"], ["heighten", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["intensify", "make the chemically affected part of (a negative) denser or more opaque in order produce a stronger contrast between light and dark"], ["escalate", "increase in extent or intensity"]]}, {"answer": "interbred", "hint": "synonyms for interbred", "clues": [["hybridize", "breed animals or plants using parents of different races and varieties"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["cross", "breed animals or plants using parents of different races and varieties"], ["crossbreed", "breed animals or plants using parents of different races and varieties"]]}, {"answer": "interested", "hint": "synonyms for interested", "clues": [["interest", "excite the curiosity of; engage the interest of"], ["matter to", "be of importance or consequence"], ["concern", "be on the mind of"], ["occupy", "be on the mind of"], ["worry", "be on the mind of"]]}, {"answer": "interesting", "hint": "synonyms for interesting", "clues": [["interest", "excite the curiosity of; engage the interest of"], ["matter to", "be of importance or consequence"], ["concern", "be on the mind of"], ["occupy", "be on the mind of"], ["worry", "be on the mind of"]]}, {"answer": "interfering", "hint": "synonyms for interfering", "clues": [["interfere", "come between so as to be hindrance or obstacle"], ["step in", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["intervene", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["interpose", "get involved, so as to alter or hinder an action, or through force or threat of force"]]}, {"answer": "interlaced", "hint": "synonyms for interlaced", "clues": [["interlock", "hold in a locking position"], ["enlace", "spin,wind, or twist together"], ["lock", "hold in a locking position"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"], ["twine", "spin,wind, or twist together"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "interlacing", "hint": "synonyms for interlacing", "clues": [["interlock", "hold in a locking position"], ["enlace", "spin,wind, or twist together"], ["lock", "hold in a locking position"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"], ["twine", "spin,wind, or twist together"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "interlocking", "hint": "synonyms for interlocking", "clues": [["interlace", "hold in a locking position"], ["interlock", "hold in a locking position"], ["lock", "become engaged or intermeshed with one another"], ["mesh", "coordinate in such a way that all parts work together effectively"]]}, {"answer": "intermediate", "hint": "synonyms for intermediate", "clues": [["liaise", "act between parties with a view to reconciling differences"], ["intercede", "act between parties with a view to reconciling differences"], ["mediate", "act between parties with a view to reconciling differences"], ["arbitrate", "act between parties with a view to reconciling differences"]]}, {"answer": "interpreted", "hint": "synonyms for interpreted", "clues": [["interpret", "make sense of a language"], ["rede", "give an interpretation or explanation to"], ["translate", "make sense of a language"], ["represent", "create an image or likeness of"], ["see", "make sense of; assign a meaning to"], ["construe", "make sense of; assign a meaning to"], ["render", "restate (words) from one language into another language"], ["understand", "make sense of a language"], ["read", "make sense of a language"]]}, {"answer": "interred", "hint": "synonyms for interred", "clues": [["entomb", "place in a grave or tomb"], ["inter", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["lay to rest", "place in a grave or tomb"], ["bury", "place in a grave or tomb"]]}, {"answer": "interrupted", "hint": "synonyms for interrupted", "clues": [["interrupt", "destroy the peace or tranquility of"], ["disturb", "destroy the peace or tranquility of"], ["cut off", "make a break in"], ["break up", "make a break in"], ["disrupt", "interfere in someone else's activity"], ["break", "terminate"]]}, {"answer": "intervening", "hint": "synonyms for intervening", "clues": [["intervene", "be placed or located between other things or extend between spaces and events"], ["interfere", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["step in", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["interpose", "get involved, so as to alter or hinder an action, or through force or threat of force"]]}, {"answer": "intoned", "hint": "synonyms for intoned", "clues": [["intone", "recite with musical intonation; recite as a chant or a psalm"], ["chant", "recite with musical intonation; recite as a chant or a psalm"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm"], ["tone", "utter monotonously and repetitively and rhythmically"]]}, {"answer": "intoxicated", "hint": "synonyms for intoxicated", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["intoxicate", "fill with high spirits; fill with optimism"], ["soak", "make drunk (with alcoholic drinks)"], ["elate", "fill with high spirits; fill with optimism"], ["inebriate", "make drunk (with alcoholic drinks)"]]}, {"answer": "intoxicating", "hint": "synonyms for intoxicating", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["intoxicate", "fill with high spirits; fill with optimism"], ["soak", "make drunk (with alcoholic drinks)"], ["elate", "fill with high spirits; fill with optimism"], ["inebriate", "make drunk (with alcoholic drinks)"]]}, {"answer": "intriguing", "hint": "synonyms for intriguing", "clues": [["intrigue", "form intrigues (for) in an underhand manner"], ["connive", "form intrigues (for) in an underhand manner"], ["scheme", "form intrigues (for) in an underhand manner"], ["fascinate", "cause to be interested or curious"]]}, {"answer": "intruding", "hint": "synonyms for intruding", "clues": [["trespass", "enter unlawfully on someone's property"], ["irrupt", "enter uninvited"], ["intrude", "enter uninvited"], ["nose", "search or inquire in a meddlesome way"], ["pry", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["poke", "search or inquire in a meddlesome way"], ["obtrude", "thrust oneself in as if by force"]]}, {"answer": "inundated", "hint": "synonyms for inundated", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid"], ["inundate", "fill or cover completely, usually with water"], ["deluge", "fill or cover completely, usually with water"], ["flood", "fill quickly beyond capacity; as with a liquid"], ["submerge", "fill or cover completely, usually with water"]]}, {"answer": "invading", "hint": "synonyms for invading", "clues": [["encroach upon", "to intrude upon, infringe, encroach on, violate"], ["invade", "occupy in large numbers or live on a host"], ["intrude on", "to intrude upon, infringe, encroach on, violate"], ["infest", "occupy in large numbers or live on a host"], ["obtrude upon", "to intrude upon, infringe, encroach on, violate"], ["overrun", "occupy in large numbers or live on a host"], ["occupy", "march aggressively into another's territory by military force for the purposes of conquest and occupation"]]}, {"answer": "invalidated", "hint": "synonyms for invalidated", "clues": [["invalidate", "declare invalid"], ["cancel", "make invalid for use"], ["nullify", "show to be invalid"], ["void", "take away the legal force of or render ineffective"], ["quash", "declare invalid"], ["annul", "declare invalid"], ["vitiate", "take away the legal force of or render ineffective"]]}, {"answer": "invalidating", "hint": "synonyms for invalidating", "clues": [["invalidate", "declare invalid"], ["cancel", "make invalid for use"], ["nullify", "show to be invalid"], ["void", "take away the legal force of or render ineffective"], ["quash", "declare invalid"], ["annul", "declare invalid"], ["vitiate", "take away the legal force of or render ineffective"]]}, {"answer": "invigorated", "hint": "synonyms for invigorated", "clues": [["quicken", "give life or energy to"], ["liven", "make lively"], ["invigorate", "impart vigor, strength, or vitality to"], ["animate", "make lively"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["inspire", "heighten or intensify"], ["liven up", "make lively"]]}, {"answer": "invigorating", "hint": "synonyms for invigorating", "clues": [["quicken", "give life or energy to"], ["liven", "make lively"], ["invigorate", "impart vigor, strength, or vitality to"], ["animate", "make lively"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["inspire", "heighten or intensify"], ["liven up", "make lively"]]}, {"answer": "inviting", "hint": "synonyms for inviting", "clues": [["invite", "ask someone in a friendly way to do something"], ["tempt", "give rise to a desire by being attractive or inviting"], ["bid", "ask someone in a friendly way to do something"], ["ask in", "ask to enter"], ["call for", "request the participation or presence of"], ["receive", "express willingness to have in one's home or environs"], ["pay for", "have as a guest"], ["ask for", "increase the likelihood of"], ["ask round", "invite someone to one's house"], ["ask over", "invite someone to one's house"], ["take in", "express willingness to have in one's home or environs"]]}, {"answer": "involved", "hint": "synonyms for involved", "clues": [["involve", "connect closely and often incriminatingly"], ["regard", "connect closely and often incriminatingly"], ["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["imply", "have as a necessary feature"], ["ask", "require as useful, just, or proper"], ["necessitate", "require as useful, just, or proper"], ["affect", "connect closely and often incriminatingly"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "irritated", "hint": "synonyms for irritated", "clues": [["irritate", "excite to some characteristic action or condition, such as motion, contraction, or nervous impulse, by the application of a stimulus"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "irritating", "hint": "synonyms for irritating", "clues": [["irritate", "excite to some characteristic action or condition, such as motion, contraction, or nervous impulse, by the application of a stimulus"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "isolated", "hint": "synonyms for isolated", "clues": [["sequester", "set apart from others"], ["sequestrate", "set apart from others"], ["isolate", "obtain in pure form"], ["set apart", "set apart from others"], ["insulate", "place or set apart"], ["keep apart", "set apart from others"]]}, {"answer": "isolating", "hint": "synonyms for isolating", "clues": [["sequester", "set apart from others"], ["sequestrate", "set apart from others"], ["isolate", "obtain in pure form"], ["set apart", "set apart from others"], ["insulate", "place or set apart"], ["keep apart", "set apart from others"]]}, {"answer": "jade", "hint": "synonyms for jade", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "lose interest or become bored with something or somebody"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "jaded", "hint": "synonyms for jaded", "clues": [["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["weary", "lose interest or become bored with something or somebody"], ["fatigue", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "lose interest or become bored with something or somebody"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"]]}, {"answer": "jailed", "hint": "synonyms for jailed", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "jammed", "hint": "synonyms for jammed", "clues": [["block", "block passage through"], ["jam", "interfere with or prevent the reception of signals"], ["pack", "press tightly together or cram"], ["crush", "crush or bruise"], ["pile", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["close up", "block passage through"], ["jampack", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["obstruct", "block passage through"], ["impede", "block passage through"], ["throng", "press tightly together or cram"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "jarring", "hint": "synonyms for jarring", "clues": [["jar", "affect in a disagreeable way"], ["shake up", "shock physically"], ["bump around", "shock physically"], ["jolt", "move or cause to move with a sudden jerky motion"], ["collide", "be incompatible; be or come into conflict"], ["clash", "be incompatible; be or come into conflict"]]}, {"answer": "jawed", "hint": "synonyms for jawed", "clues": [["jaw", "talk incessantly and tiresomely"], ["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["rattle on", "talk incessantly and tiresomely"], ["gossip", "talk socially without exchanging too much information"], ["chit-chat", "talk socially without exchanging too much information"], ["yack away", "talk incessantly and tiresomely"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["chaffer", "talk socially without exchanging too much information"], ["yack", "talk incessantly and tiresomely"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"], ["visit", "talk socially without exchanging too much information"], ["masticate", "chew (food); to bite and grind with the teeth"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["confabulate", "talk socially without exchanging too much information"], ["yap away", "talk incessantly and tiresomely"], ["lecture", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["manducate", "chew (food); to bite and grind with the teeth"], ["lambast", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chat", "talk socially without exchanging too much information"], ["reprimand", "censure severely or angrily"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["bawl out", "censure severely or angrily"], ["chew", "chew (food); to bite and grind with the teeth"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["shoot the breeze", "talk socially without exchanging too much information"], ["rebuke", "censure severely or angrily"], ["chatter", "talk socially without exchanging too much information"], ["chew up", "censure severely or angrily"]]}, {"answer": "jeering", "hint": "synonyms for jeering", "clues": [["gibe", "laugh at with contempt and derision"], ["flout", "laugh at with contempt and derision"], ["scoff", "laugh at with contempt and derision"], ["barrack", "laugh at with contempt and derision"], ["jeer", "laugh at with contempt and derision"]]}, {"answer": "jerking", "hint": "synonyms for jerking", "clues": [["yank", "pull, or move with a sudden movement"], ["buck", "jump vertically, with legs stiff and back arched"], ["hitch", "jump vertically, with legs stiff and back arched"], ["twitch", "make an uncontrolled, short, jerky motion"], ["jerk", "jump vertically, with legs stiff and back arched"], ["flick", "throw or toss with a quick motion"]]}, {"answer": "jinxed", "hint": "synonyms for jinxed", "clues": [["hex", "cast a spell over someone or something; put a hex on someone or something"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["enchant", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "joined", "hint": "synonyms for joined", "clues": [["join", "cause to become joined or linked"], ["fall in", "become part of; become a member of a group or organization"], ["link up", "be or become joined or united or linked"], ["conjoin", "make contact or come together"], ["connect", "be or become joined or united or linked"], ["link", "be or become joined or united or linked"], ["unite", "be or become joined or united or linked"], ["bring together", "cause to become joined or linked"], ["get together", "become part of; become a member of a group or organization"]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["josh", "be silly or tease one another"], ["banter", "be silly or tease one another"], ["kid", "be silly or tease one another"], ["chaff", "be silly or tease one another"]]}, {"answer": "jumbled", "hint": "synonyms for jumbled", "clues": [["mingle", "be all mixed up or jumbled together"], ["confuse", "assemble without order or sense"], ["jumble", "assemble without order or sense"], ["throw together", "bring into random order"], ["scramble", "bring into random order"], ["mix up", "assemble without order or sense"]]}, {"answer": "justified", "hint": "synonyms for justified", "clues": [["rationalise", "defend, explain, clear away, or make excuses for by reasoning"], ["justify", "adjust the spaces between words"], ["warrant", "show to be reasonable or provide adequate ground for"], ["vindicate", "show to be right by providing justification or proof"], ["free", "let off the hook"], ["apologize", "defend, explain, clear away, or make excuses for by reasoning"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning"], ["absolve", "let off the hook"]]}, {"answer": "jutting", "hint": "synonyms for jutting", "clues": [["project", "extend out or project in space"], ["jut", "extend out or project in space"], ["stick out", "extend out or project in space"], ["jut out", "extend out or project in space"], ["protrude", "extend out or project in space"]]}, {"answer": "keeled", "hint": "synonyms for keeled", "clues": [["lurch", "walk as if unable to control one's movements"], ["reel", "walk as if unable to control one's movements"], ["keel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"], ["stagger", "walk as if unable to control one's movements"], ["swag", "walk as if unable to control one's movements"]]}, {"answer": "kept", "hint": "synonyms for kept", "clues": [["observe", "behave as expected during of holidays or rites"], ["keep open", "retain rights to"], ["maintain", "keep in a certain state, position, or activity; e.g.,"], ["keep", "supply with necessities and support"], ["preserve", "maintain in safety from injury, harm, or danger"], ["go along", "continue a certain state, condition, or activity"], ["proceed", "continue a certain state, condition, or activity"], ["hold", "keep in a certain state, position, or activity; e.g.,"], ["restrain", "keep under control; keep in check"], ["save", "retain rights to"], ["sustain", "supply with necessities and support"], ["hold open", "retain rights to"], ["keep back", "keep under control; keep in check"], ["go on", "continue a certain state, condition, or activity"], ["stay fresh", "fail to spoil or rot"], ["continue", "continue a certain state, condition, or activity"], ["celebrate", "behave as expected during of holidays or rites"], ["hold back", "keep under control; keep in check"], ["prevent", "stop (someone or something) from doing something or being in a certain state"]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["identify", "identify as in botany or biology, for example"], ["name", "identify as in botany or biology, for example"], ["discover", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"]]}, {"answer": "keyed", "hint": "synonyms for keyed", "clues": [["name", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["key", "identify as in botany or biology, for example"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["identify", "identify as in botany or biology, for example"], ["discover", "identify as in botany or biology, for example"]]}, {"answer": "killing", "hint": "synonyms for killing", "clues": [["kill", "mark for deletion, rub off, or erase"], ["pop", "drink down entirely"], ["vote out", "thwart the passage of"], ["wipe out", "mark for deletion, rub off, or erase"], ["drink down", "drink down entirely"], ["shoot down", "thwart the passage of"], ["vote down", "thwart the passage of"], ["obliterate", "mark for deletion, rub off, or erase"], ["belt down", "drink down entirely"], ["defeat", "thwart the passage of"], ["down", "drink down entirely"], ["stamp out", "end or extinguish by forceful means"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"]]}, {"answer": "kindled", "hint": "synonyms for kindled", "clues": [["kindle", "catch fire"], ["raise", "call forth (emotions, feelings, and responses)"], ["conflagrate", "cause to start burning"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["arouse", "call forth (emotions, feelings, and responses)"], ["elicit", "call forth (emotions, feelings, and responses)"], ["inflame", "catch fire"]]}, {"answer": "knitted", "hint": "synonyms for knitted", "clues": [["knit", "tie or link together"], ["rumple", "to gather something into small wrinkles or folds"], ["cockle", "to gather something into small wrinkles or folds"], ["pucker", "to gather something into small wrinkles or folds"], ["entwine", "tie or link together"]]}, {"answer": "knowing", "hint": "synonyms for knowing", "clues": [["live", "have firsthand knowledge of states, situations, emotions, or sensations"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["know", "be familiar or acquainted with a person or an object"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["cognise", "be cognizant or aware of a fact or a specific piece of information; possess knowledge or information about"], ["do it", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["recognize", "accept (someone) to be what is claimed or accept his power and authority"], ["jazz", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["acknowledge", "accept (someone) to be what is claimed or accept his power and authority"], ["bonk", "have sexual intercourse with"], ["make out", "have sexual intercourse with"]]}, {"answer": "known", "hint": "synonyms for known", "clues": [["live", "have firsthand knowledge of states, situations, emotions, or sensations"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["know", "be familiar or acquainted with a person or an object"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["cognise", "be cognizant or aware of a fact or a specific piece of information; possess knowledge or information about"], ["do it", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["recognize", "accept (someone) to be what is claimed or accept his power and authority"], ["jazz", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["acknowledge", "accept (someone) to be what is claimed or accept his power and authority"], ["bonk", "have sexual intercourse with"], ["make out", "have sexual intercourse with"]]}, {"answer": "labeled", "hint": "synonyms for labeled", "clues": [["label", "distinguish (as a compound or molecule) by introducing a labeled atom"], ["mark", "attach a tag or label to"], ["tag", "attach a tag or label to"], ["pronounce", "pronounce judgment on"], ["judge", "pronounce judgment on"]]}, {"answer": "labelled", "hint": "synonyms for labelled", "clues": [["label", "distinguish (as a compound or molecule) by introducing a labeled atom"], ["mark", "attach a tag or label to"], ["tag", "attach a tag or label to"], ["pronounce", "pronounce judgment on"], ["judge", "pronounce judgment on"]]}, {"answer": "labored", "hint": "synonyms for labored", "clues": [["push", "strive and make an effort to reach a goal"], ["labor", "strive and make an effort to reach a goal"], ["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["toil", "work hard"], ["drive", "strive and make an effort to reach a goal"], ["dig", "work hard"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "laboring", "hint": "synonyms for laboring", "clues": [["push", "strive and make an effort to reach a goal"], ["labor", "strive and make an effort to reach a goal"], ["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["toil", "work hard"], ["drive", "strive and make an effort to reach a goal"], ["dig", "work hard"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "laboured", "hint": "synonyms for laboured", "clues": [["push", "strive and make an effort to reach a goal"], ["labor", "strive and make an effort to reach a goal"], ["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["drive", "strive and make an effort to reach a goal"], ["toil", "work hard"], ["dig", "work hard"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "labouring", "hint": "synonyms for labouring", "clues": [["push", "strive and make an effort to reach a goal"], ["labor", "strive and make an effort to reach a goal"], ["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["drive", "strive and make an effort to reach a goal"], ["toil", "work hard"], ["dig", "work hard"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "laced", "hint": "synonyms for laced", "clues": [["spike", "add alcohol to (beverages)"], ["enlace", "spin,wind, or twist together"], ["lace up", "draw through eyes or holes"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"], ["plait", "make by braiding or interlacing"], ["twine", "spin,wind, or twist together"], ["fortify", "add alcohol to (beverages)"], ["braid", "make by braiding or interlacing"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "lactating", "hint": "synonyms for lactating", "clues": [["breastfeed", "give suck to"], ["give suck", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["suck", "give suck to"], ["nurse", "give suck to"], ["lactate", "give suck to"]]}, {"answer": "laid", "hint": "synonyms for laid", "clues": [["set", "put into a certain place or abstract location"], ["lay", "prepare or position for action or operation"], ["position", "put into a certain place or abstract location"], ["pose", "put into a certain place or abstract location"], ["repose", "put in a horizontal position"], ["put down", "put in a horizontal position"], ["put", "put into a certain place or abstract location"], ["place", "put into a certain place or abstract location"]]}, {"answer": "lamented", "hint": "synonyms for lamented", "clues": [["bewail", "regret strongly"], ["deplore", "regret strongly"], ["lament", "regret strongly"], ["bemoan", "regret strongly"], ["keen", "express grief verbally"]]}, {"answer": "lamenting", "hint": "synonyms for lamenting", "clues": [["bewail", "regret strongly"], ["deplore", "regret strongly"], ["lament", "regret strongly"], ["bemoan", "regret strongly"], ["keen", "express grief verbally"]]}, {"answer": "landed", "hint": "synonyms for landed", "clues": [["land", "arrive on shore"], ["down", "shoot at and force to come down"], ["set down", "reach or come to rest"], ["put down", "cause to come to the ground"], ["bring", "bring into a different state"], ["shore", "arrive on shore"], ["set ashore", "arrive on shore"], ["shoot down", "shoot at and force to come down"], ["bring down", "cause to come to the ground"]]}, {"answer": "lapsed", "hint": "synonyms for lapsed", "clues": [["retrogress", "go back to bad behavior"], ["lapse", "go back to bad behavior"], ["go by", "pass by"], ["go along", "pass by"], ["glide by", "pass by"], ["regress", "go back to bad behavior"], ["pass", "pass by"], ["relapse", "go back to bad behavior"], ["fall back", "go back to bad behavior"], ["recidivate", "go back to bad behavior"], ["sink", "pass into a specified state or condition"], ["slip by", "pass by"], ["slip away", "pass by"], ["backslide", "drop to a lower level, as in one's morals or standards"]]}, {"answer": "lashing", "hint": "synonyms for lashing", "clues": [["whip", "strike as if by whipping"], ["lash", "bind with a rope, chain, or cord"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["hold out", "continue to live through hardship or adversity"], ["endure", "persist for a specified period of time"], ["go", "continue to live through hardship or adversity"], ["live", "continue to live through hardship or adversity"], ["survive", "continue to live through hardship or adversity"], ["hold up", "continue to live through hardship or adversity"], ["live on", "continue to live through hardship or adversity"]]}, {"answer": "lasting", "hint": "synonyms for lasting", "clues": [["hold out", "continue to live through hardship or adversity"], ["endure", "persist for a specified period of time"], ["go", "continue to live through hardship or adversity"], ["last", "continue to live through hardship or adversity"], ["live", "continue to live through hardship or adversity"], ["survive", "continue to live through hardship or adversity"], ["hold up", "continue to live through hardship or adversity"], ["live on", "continue to live through hardship or adversity"]]}, {"answer": "lay", "hint": "synonyms for lay", "clues": [["set", "put into a certain place or abstract location"], ["lie", "be located or situated somewhere; occupy a certain position"], ["position", "put into a certain place or abstract location"], ["repose", "put in a horizontal position"], ["put", "put into a certain place or abstract location"], ["rest", "have a place in relation to something else"], ["place", "put into a certain place or abstract location"], ["lie in", "originate (in)"], ["dwell", "originate (in)"], ["lie down", "assume a reclining position"], ["pose", "put into a certain place or abstract location"], ["put down", "put in a horizontal position"], ["consist", "originate (in)"]]}, {"answer": "leaded", "hint": "synonyms for leaded", "clues": [["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["go", "lead, extend, or afford access"], ["lead", "lead, extend, or afford access"], ["chair", "preside over"], ["precede", "move ahead (of others) in time or space"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["direct", "lead, as in the performance of a composition"], ["guide", "take somebody somewhere"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["head", "travel in front of; go in advance of others"], ["top", "be ahead of others; be the first"], ["leave", "have as a result or residue"], ["take", "take somebody somewhere"], ["conduce", "be conducive to"], ["moderate", "preside over"], ["result", "have as a result or residue"], ["contribute", "be conducive to"]]}, {"answer": "leading", "hint": "synonyms for leading", "clues": [["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["go", "lead, extend, or afford access"], ["lead", "lead, extend, or afford access"], ["chair", "preside over"], ["precede", "move ahead (of others) in time or space"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["direct", "lead, as in the performance of a composition"], ["guide", "take somebody somewhere"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["head", "travel in front of; go in advance of others"], ["top", "be ahead of others; be the first"], ["leave", "have as a result or residue"], ["take", "take somebody somewhere"], ["conduce", "be conducive to"], ["moderate", "preside over"], ["result", "have as a result or residue"], ["contribute", "be conducive to"]]}, {"answer": "leafed", "hint": "synonyms for leafed", "clues": [["flick", "look through a book or other written material"], ["thumb", "look through a book or other written material"], ["riffle", "look through a book or other written material"], ["flip", "look through a book or other written material"], ["riff", "look through a book or other written material"], ["leaf", "turn over pages"]]}, {"answer": "lean", "hint": "synonyms for lean", "clues": [["run", "have a tendency or disposition to do or be something; be inclined"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["list", "cause to lean to the side"], ["tend", "have a tendency or disposition to do or be something; be inclined"], ["incline", "have a tendency or disposition to do or be something; be inclined"], ["angle", "to incline or bend from a vertical position"], ["tilt", "to incline or bend from a vertical position"], ["tip", "to incline or bend from a vertical position"], ["slant", "to incline or bend from a vertical position"]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["run", "have a tendency or disposition to do or be something; be inclined"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["list", "cause to lean to the side"], ["tend", "have a tendency or disposition to do or be something; be inclined"], ["incline", "have a tendency or disposition to do or be something; be inclined"], ["angle", "to incline or bend from a vertical position"], ["tilt", "to incline or bend from a vertical position"], ["tip", "to incline or bend from a vertical position"], ["slant", "to incline or bend from a vertical position"]]}, {"answer": "learned", "hint": "synonyms for learned", "clues": [["learn", "commit to memory; learn by heart"], ["instruct", "impart skills or knowledge to"], ["con", "commit to memory; learn by heart"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["take", "be a student of a certain subject"], ["get wind", "get to know or become aware of, usually accidentally"], ["teach", "impart skills or knowledge to"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["memorise", "commit to memory; learn by heart"], ["acquire", "gain knowledge or skills"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["read", "be a student of a certain subject"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["study", "be a student of a certain subject"]]}, {"answer": "leased", "hint": "synonyms for leased", "clues": [["rent", "grant use or occupation of under a term of contract"], ["engage", "engage for service under a term of contract"], ["lease", "let for money"], ["hire", "hold under a lease or rental agreement; of goods and services"], ["charter", "hold under a lease or rental agreement; of goods and services"], ["let", "grant use or occupation of under a term of contract"], ["take", "engage for service under a term of contract"]]}, {"answer": "leaved", "hint": "synonyms for leaved", "clues": [["give", "transmit (knowledge or skills)"], ["exit", "move out of or depart from"], ["will", "leave or give by will after one's death"], ["get out", "move out of or depart from"], ["pull up stakes", "remove oneself from an association with or participation in"], ["go away", "go away from a place"], ["leave", "have left or have as a remainder"], ["leave alone", "leave unchanged or undisturbed or refrain from taking"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["go forth", "go away from a place"], ["depart", "remove oneself from an association with or participation in"], ["go out", "move out of or depart from"], ["leave behind", "leave unchanged or undisturbed or refrain from taking"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["bequeath", "leave or give by will after one's death"], ["lead", "have as a result or residue"], ["forget", "leave behind unintentionally"], ["result", "have as a result or residue"], ["impart", "transmit (knowledge or skills)"], ["pass on", "transmit (knowledge or skills)"], ["entrust", "put into the care or protection of someone"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"]]}, {"answer": "left", "hint": "synonyms for left", "clues": [["give", "transmit (knowledge or skills)"], ["exit", "move out of or depart from"], ["will", "leave or give by will after one's death"], ["get out", "move out of or depart from"], ["pull up stakes", "remove oneself from an association with or participation in"], ["go away", "go away from a place"], ["leave", "have left or have as a remainder"], ["leave alone", "leave unchanged or undisturbed or refrain from taking"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["go forth", "go away from a place"], ["depart", "remove oneself from an association with or participation in"], ["go out", "move out of or depart from"], ["leave behind", "leave unchanged or undisturbed or refrain from taking"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["bequeath", "leave or give by will after one's death"], ["lead", "have as a result or residue"], ["forget", "leave behind unintentionally"], ["result", "have as a result or residue"], ["impart", "transmit (knowledge or skills)"], ["pass on", "transmit (knowledge or skills)"], ["entrust", "put into the care or protection of someone"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"]]}, {"answer": "legitimate", "hint": "synonyms for legitimate", "clues": [["decriminalize", "make legal"], ["legalize", "make legal"], ["legitimatize", "make legal"], ["legitimise", "make legal"]]}, {"answer": "lessened", "hint": "synonyms for lessened", "clues": [["subside", "wear off or die down"], ["decrease", "make smaller"], ["diminish", "decrease in size, extent, or range"], ["lessen", "decrease in size, extent, or range"], ["minify", "make smaller"], ["fall", "decrease in size, extent, or range"]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["even", "make level or straight"], ["point", "direct into a position for use"], ["take down", "tear down so as to make flat with the ground"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["even out", "make level or straight"], ["dismantle", "tear down so as to make flat with the ground"], ["charge", "direct into a position for use"], ["tear down", "tear down so as to make flat with the ground"], ["level off", "become level or even"], ["rase", "tear down so as to make flat with the ground"], ["flush", "make level or straight"]]}, {"answer": "liberated", "hint": "synonyms for liberated", "clues": [["liberate", "give equal rights to; of women and minorities"], ["release", "release (gas or energy) as a result of a chemical reaction or physical decomposition"], ["emancipate", "give equal rights to; of women and minorities"], ["loose", "grant freedom to; free from confinement"], ["unloosen", "grant freedom to; free from confinement"], ["set free", "grant freedom to"], ["free", "release (gas or energy) as a result of a chemical reaction or physical decomposition"]]}, {"answer": "licked", "hint": "synonyms for licked", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["clobber", "beat thoroughly and conclusively in a competition or fight"], ["lick", "pass the tongue over"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["thrash", "beat thoroughly and conclusively in a competition or fight"], ["lap", "pass the tongue over"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["lap up", "take up with the tongue"]]}, {"answer": "lifted", "hint": "synonyms for lifted", "clues": [["pilfer", "make off with belongings of others"], ["raise", "raise from a lower to a higher position"], ["lift", "cancel officially"], ["revoke", "cancel officially"], ["purloin", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["arise", "move upward"], ["rescind", "cancel officially"], ["hook", "make off with belongings of others"], ["rear", "rise up"], ["overturn", "cancel officially"], ["sneak", "make off with belongings of others"], ["bring up", "raise from a lower to a higher position"], ["filch", "make off with belongings of others"], ["come up", "move upward"], ["reverse", "cancel officially"], ["move up", "move upward"], ["rustle", "take illegally"], ["cabbage", "make off with belongings of others"], ["annul", "cancel officially"], ["wind", "raise or haul up with or as if with mechanical help"], ["face-lift", "perform cosmetic surgery on someone's face"], ["snarf", "make off with belongings of others"], ["airlift", "fly people or goods to or from places not accessible by other means"], ["elevate", "raise in rank or condition"], ["swipe", "make off with belongings of others"], ["plagiarise", "take without referencing from someone else's writing or speech; of intellectual property"], ["nobble", "make off with belongings of others"], ["repeal", "cancel officially"], ["uprise", "move upward"], ["vacate", "cancel officially"], ["go up", "move upward"], ["get up", "raise from a lower to a higher position"], ["countermand", "cancel officially"], ["abstract", "make off with belongings of others"], ["hoist", "raise or haul up with or as if with mechanical help"]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["unhorse", "alight from (a horse)"], ["perch", "to come to rest, settle"], ["get off", "alight from (a horse)"], ["illumine", "make lighter or brighter"], ["alight", "to come to rest, settle"], ["fall", "fall to somebody by assignment or lot"], ["get down", "alight from (a horse)"], ["fire up", "begin to smoke"], ["light up", "make lighter or brighter"], ["ignite", "cause to start burning; subject to fire or great heat"], ["dismount", "alight from (a horse)"]]}, {"answer": "lighted", "hint": "synonyms for lighted", "clues": [["unhorse", "alight from (a horse)"], ["light", "begin to smoke"], ["get off", "alight from (a horse)"], ["illumine", "make lighter or brighter"], ["fall", "fall to somebody by assignment or lot"], ["fire up", "begin to smoke"], ["ignite", "cause to start burning; subject to fire or great heat"], ["perch", "to come to rest, settle"], ["dismount", "alight from (a horse)"], ["get down", "alight from (a horse)"], ["light up", "make lighter or brighter"]]}, {"answer": "limited", "hint": "synonyms for limited", "clues": [["confine", "place limits on (extent or access)"], ["specify", "decide upon or fix definitely"], ["limit", "place limits on (extent or access)"], ["circumscribe", "restrict or confine,"], ["fix", "decide upon or fix definitely"], ["bound", "place limits on (extent or access)"], ["determine", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["restrain", "place limits on (extent or access)"], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["define", "decide upon or fix definitely"]]}, {"answer": "limiting", "hint": "synonyms for limiting", "clues": [["confine", "place limits on (extent or access)"], ["specify", "decide upon or fix definitely"], ["limit", "place limits on (extent or access)"], ["circumscribe", "restrict or confine,"], ["fix", "decide upon or fix definitely"], ["bound", "place limits on (extent or access)"], ["determine", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["restrain", "place limits on (extent or access)"], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["define", "decide upon or fix definitely"]]}, {"answer": "lined", "hint": "synonyms for lined", "clues": [["line", "make a mark or lines on a surface"], ["describe", "make a mark or lines on a surface"], ["draw", "make a mark or lines on a surface"], ["delineate", "make a mark or lines on a surface"], ["trace", "make a mark or lines on a surface"], ["run along", "be in line with; form a line along"]]}, {"answer": "linked", "hint": "synonyms for linked", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["link up", "make a logical or causal connection"], ["colligate", "make a logical or causal connection"], ["associate", "make a logical or causal connection"], ["tie", "connect, fasten, or put together two or more pieces"], ["yoke", "link with or as with a yoke"], ["link", "make a logical or causal connection"], ["unite", "be or become joined or united or linked"], ["join", "be or become joined or united or linked"]]}, {"answer": "listed", "hint": "synonyms for listed", "clues": [["list", "give or make a list of; name individually; give the names of"], ["lean", "cause to lean to the side"], ["name", "give or make a list of; name individually; give the names of"], ["heel", "tilt to one side"], ["number", "enumerate"]]}, {"answer": "lit", "hint": "synonyms for lit", "clues": [["unhorse", "alight from (a horse)"], ["light", "begin to smoke"], ["get off", "alight from (a horse)"], ["illumine", "make lighter or brighter"], ["fall", "fall to somebody by assignment or lot"], ["fire up", "begin to smoke"], ["ignite", "cause to start burning; subject to fire or great heat"], ["perch", "to come to rest, settle"], ["dismount", "alight from (a horse)"], ["get down", "alight from (a horse)"], ["light up", "make lighter or brighter"]]}, {"answer": "live", "hint": "synonyms for live", "clues": [["hold out", "continue to live through hardship or adversity"], ["subsist", "support oneself"], ["exist", "support oneself"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations"], ["populate", "inhabit or live in; be an inhabitant of"], ["go", "continue to live through hardship or adversity"], ["know", "have firsthand knowledge of states, situations, emotions, or sensations"], ["dwell", "inhabit or live in; be an inhabitant of"], ["inhabit", "inhabit or live in; be an inhabitant of"], ["last", "continue to live through hardship or adversity"], ["survive", "support oneself"], ["be", "have life, be alive"], ["hold up", "continue to live through hardship or adversity"], ["live on", "continue to live through hardship or adversity"], ["endure", "continue to live through hardship or adversity"]]}, {"answer": "living", "hint": "synonyms for living", "clues": [["hold out", "continue to live through hardship or adversity"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations"], ["dwell", "inhabit or live in; be an inhabitant of"], ["survive", "support oneself"], ["be", "have life, be alive"], ["hold up", "continue to live through hardship or adversity"], ["go", "continue to live through hardship or adversity"], ["live on", "continue to live through hardship or adversity"], ["endure", "continue to live through hardship or adversity"], ["subsist", "support oneself"], ["exist", "support oneself"], ["populate", "inhabit or live in; be an inhabitant of"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations"], ["know", "have firsthand knowledge of states, situations, emotions, or sensations"], ["inhabit", "inhabit or live in; be an inhabitant of"], ["last", "continue to live through hardship or adversity"]]}, {"answer": "loaded", "hint": "synonyms for loaded", "clues": [["load", "fill or place a load on"], ["charge", "provide (a device) with something necessary"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["laden", "fill or place a load on"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load up", "fill or place a load on"]]}, {"answer": "localised", "hint": "synonyms for localised", "clues": [["place", "locate"], ["set", "locate"], ["localize", "restrict something to a particular area"], ["focalise", "concentrate on a particular place or spot"]]}, {"answer": "localized", "hint": "synonyms for localized", "clues": [["place", "locate"], ["set", "locate"], ["localize", "restrict something to a particular area"], ["focalise", "concentrate on a particular place or spot"]]}, {"answer": "located", "hint": "synonyms for located", "clues": [["locate", "take up residence and become established"], ["place", "assign a location to"], ["turn up", "discover the location of; determine the place of; find by searching or examining"], ["site", "assign a location to"], ["situate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey"], ["settle", "take up residence and become established"]]}, {"answer": "looking", "hint": "synonyms for looking", "clues": [["look", "give a certain impression or have a certain outward aspect"], ["await", "look forward to the probable occurrence of"], ["attend", "take charge of or deal with"], ["appear", "give a certain impression or have a certain outward aspect"], ["bet", "have faith or confidence in"], ["face", "be oriented in a certain direction, often with respect to another reference point; be opposite to"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to"], ["expect", "look forward to the probable occurrence of"], ["take care", "take charge of or deal with"], ["see", "take charge of or deal with"], ["search", "search or seek"], ["count", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["calculate", "have faith or confidence in"], ["reckon", "have faith or confidence in"]]}, {"answer": "loose", "hint": "synonyms for loose", "clues": [["relax", "become loose or looser or less tight"], ["loosen", "make loose or looser"], ["release", "grant freedom to; free from confinement"], ["unleash", "turn loose or free from restraint"], ["liberate", "grant freedom to; free from confinement"], ["free", "grant freedom to; free from confinement"], ["let loose", "turn loose or free from restraint"], ["unloose", "grant freedom to; free from confinement"]]}, {"answer": "loosened", "hint": "synonyms for loosened", "clues": [["loosen", "make less severe or strict"], ["relax", "become less severe or strict"], ["tease", "disentangle and raise the fibers of"], ["undo", "cause to become loose"], ["tease apart", "disentangle and raise the fibers of"], ["untie", "cause to become loose"]]}, {"answer": "looted", "hint": "synonyms for looted", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "lost", "hint": "synonyms for lost", "clues": [["lose", "fail to perceive or to catch with the senses or the mind"], ["recede", "retreat"], ["fall behind", "retreat"], ["suffer", "be set at a disadvantage"], ["drop off", "retreat"], ["misplace", "place (something) where one cannot find it again"], ["fall back", "retreat"], ["turn a loss", "fail to make money in a business; make a loss or fail to profit"], ["miss", "fail to perceive or to catch with the senses or the mind"], ["mislay", "place (something) where one cannot find it again"]]}, {"answer": "loved", "hint": "synonyms for loved", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["love", "have a great affection or liking for"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["enjoy", "get pleasure from"], ["hump", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "loving", "hint": "synonyms for loving", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["love", "have a great affection or liking for"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["enjoy", "get pleasure from"], ["hump", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "lowered", "hint": "synonyms for lowered", "clues": [["lower", "make lower or quieter"], ["turn down", "make lower or quieter"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"], ["lour", "make lower or quieter"], ["get down", "move something or somebody to a lower position"], ["depress", "cause to drop or sink"], ["bring down", "move something or somebody to a lower position"], ["take down", "move something or somebody to a lower position"]]}, {"answer": "lowering", "hint": "synonyms for lowering", "clues": [["lower", "make lower or quieter"], ["turn down", "make lower or quieter"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"], ["lour", "make lower or quieter"], ["get down", "move something or somebody to a lower position"], ["depress", "cause to drop or sink"], ["bring down", "move something or somebody to a lower position"], ["take down", "move something or somebody to a lower position"]]}, {"answer": "maculate", "hint": "synonyms for maculate", "clues": [["foul", "spot, stain, or pollute"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["befoul", "spot, stain, or pollute"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically"]]}, {"answer": "made", "hint": "synonyms for made", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["create", "create by artistic means"], ["make", "put in order or neaten"], ["ready", "prepare for eating by applying heat"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["puddle", "eliminate urine"], ["defecate", "have a bowel movement"], ["cause", "give rise to; cause to happen or occur, not always intentionally"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["reach", "reach a destination, either real or abstract"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["take a leak", "eliminate urine"], ["constitute", "to compose or represent:"], ["have", "organize or be responsible for"], ["establish", "institute, enact, or establish"], ["get", "achieve a point or goal"], ["give", "organize or be responsible for"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["pass water", "eliminate urine"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like"], ["gain", "reach a destination, either real or abstract"], ["hit", "reach a destination, either real or abstract"], ["arrive at", "reach a destination, either real or abstract"], ["stimulate", "cause to do; cause to act in a specified manner"], ["piss", "eliminate urine"], ["throw", "organize or be responsible for"], ["draw", "make, formulate, or derive in the mind"], ["produce", "create or manufacture a man-made product"], ["build", "make by combining materials and parts"], ["progress to", "reach a goal, e.g.,"], ["relieve oneself", "eliminate urine"], ["urinate", "eliminate urine"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["get to", "reach a goal, e.g.,"], ["take a crap", "have a bowel movement"], ["wee", "eliminate urine"], ["prepare", "prepare for eating by applying heat"], ["make water", "eliminate urine"], ["wee-wee", "eliminate urine"], ["ca-ca", "have a bowel movement"], ["nominate", "charge with a function; charge to be"], ["work", "proceed along a path"], ["score", "induce to have sex"], ["induce", "cause to do; cause to act in a specified manner"], ["cook", "prepare for eating by applying heat"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["lay down", "institute, enact, or establish"], ["name", "charge with a function; charge to be"], ["micturate", "eliminate urine"], ["attain", "reach a destination, either real or abstract"], ["pee-pee", "eliminate urine"], ["form", "to compose or represent:"], ["take a shit", "have a bowel movement"], ["hold", "organize or be responsible for"], ["crap", "have a bowel movement"], ["seduce", "induce to have sex"], ["construct", "make by combining materials and parts"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["take", "head into a specified direction"], ["stool", "have a bowel movement"], ["make up", "put in order or neaten"], ["fix", "prepare for eating by applying heat"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like"]]}, {"answer": "magnetised", "hint": "synonyms for magnetised", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["bewitch", "attract strongly, as if with a magnet"], ["spellbind", "attract strongly, as if with a magnet"], ["mesmerize", "attract strongly, as if with a magnet"]]}, {"answer": "magnetized", "hint": "synonyms for magnetized", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["bewitch", "attract strongly, as if with a magnet"], ["mesmerise", "attract strongly, as if with a magnet"], ["spellbind", "attract strongly, as if with a magnet"]]}, {"answer": "magnified", "hint": "synonyms for magnified", "clues": [["magnify", "make large"], ["enlarge", "make large"], ["hyperbolise", "to enlarge beyond bounds or the truth"], ["blow up", "make large"], ["overdraw", "to enlarge beyond bounds or the truth"], ["amplify", "increase in size, volume or significance"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "mailed", "hint": "synonyms for mailed", "clues": [["mail", "send via the postal service"], ["get off", "send via the postal service"], ["post", "cause to be directed or transmitted to another place"], ["send", "cause to be directed or transmitted to another place"]]}, {"answer": "maintained", "hint": "synonyms for maintained", "clues": [["maintain", "keep in a certain state, position, or activity; e.g.,"], ["keep", "supply with necessities and support"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction"], ["defend", "state or assert"], ["uphold", "support against an opponent"], ["observe", "stick to correctly or closely"], ["assert", "state categorically"], ["asseverate", "state categorically"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction"], ["wield", "have and exercise"], ["hold", "keep in a certain state, position, or activity; e.g.,"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"], ["exert", "have and exercise"], ["sustain", "supply with necessities and support"]]}, {"answer": "maledict", "hint": "synonyms for maledict", "clues": [["damn", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"]]}, {"answer": "maltreated", "hint": "synonyms for maltreated", "clues": [["ill-use", "treat badly"], ["ill-treat", "treat badly"], ["mistreat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"], ["maltreat", "treat badly"]]}, {"answer": "mangled", "hint": "synonyms for mangled", "clues": [["mangle", "press with a mangle"], ["mutilate", "alter so as to make unrecognizable"], ["maul", "injure badly by beating"], ["cut up", "destroy or injure severely"], ["murder", "alter so as to make unrecognizable"]]}, {"answer": "manifest", "hint": "synonyms for manifest", "clues": [["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "manufactured", "hint": "synonyms for manufactured", "clues": [["manufacture", "make up something artificial or untrue"], ["cook up", "make up something artificial or untrue"], ["make up", "make up something artificial or untrue"], ["fabricate", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["invent", "make up something artificial or untrue"]]}, {"answer": "marked", "hint": "synonyms for marked", "clues": [["mark", "establish as the highest level or best performance"], ["set", "establish as the highest level or best performance"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["pock", "mark with a scar"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"], ["tick off", "put a check mark on or near or next to"], ["strike off", "remove from a list"], ["strike out", "remove from a list"], ["note", "notice or perceive"], ["label", "attach a tag or label to"], ["commemorate", "mark by some ceremony or observation"], ["cross out", "remove from a list"], ["pit", "mark with a scar"], ["punctuate", "insert punctuation marks into"], ["mark off", "put a check mark on or near or next to"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["notice", "notice or perceive"], ["tag", "attach a tag or label to"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful"], ["score", "make small marks into the surface of"], ["scar", "mark with a scar"], ["cross off", "remove from a list"], ["nock", "make small marks into the surface of"], ["check", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"], ["grade", "assign a grade or rank to, according to one's evaluation"], ["tick", "put a check mark on or near or next to"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"]]}, {"answer": "marred", "hint": "synonyms for marred", "clues": [["mar", "make imperfect"], ["impair", "make imperfect"], ["mutilate", "destroy or injure severely"], ["vitiate", "make imperfect"], ["deflower", "make imperfect"], ["spoil", "make imperfect"]]}, {"answer": "married", "hint": "synonyms for married", "clues": [["tie", "perform a marriage ceremony"], ["marry", "perform a marriage ceremony"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"], ["splice", "perform a marriage ceremony"], ["hook up with", "take in marriage"]]}, {"answer": "masked", "hint": "synonyms for masked", "clues": [["block out", "shield from light"], ["cloak", "hide under a false appearance"], ["mask", "make unrecognizable"], ["dissemble", "hide under a false appearance"], ["disguise", "make unrecognizable"]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["overcome", "get on top of; deal with successfully"], ["dominate", "have dominance or the power to defeat over"], ["surmount", "get on top of; deal with successfully"], ["get over", "get on top of; deal with successfully"], ["get the hang", "be or become completely proficient or skilled in"], ["control", "have a firm understanding or knowledge of; be on top of"], ["subdue", "get on top of; deal with successfully"]]}, {"answer": "mastered", "hint": "synonyms for mastered", "clues": [["master", "get on top of; deal with successfully"], ["dominate", "have dominance or the power to defeat over"], ["control", "have a firm understanding or knowledge of; be on top of"], ["overcome", "get on top of; deal with successfully"], ["surmount", "get on top of; deal with successfully"], ["get over", "get on top of; deal with successfully"], ["get the hang", "be or become completely proficient or skilled in"], ["subdue", "get on top of; deal with successfully"]]}, {"answer": "mat", "hint": "synonyms for mat", "clues": [["snarl", "twist together or entwine into a confusing mass"], ["entangle", "twist together or entwine into a confusing mass"], ["matte", "change texture so as to become matted and felt-like"], ["matte up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "matched", "hint": "synonyms for matched", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["play off", "set into opposition or rivalry"], ["match", "be equal or harmonize"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["fit", "make correspond or harmonize"], ["meet", "satisfy or fulfill"], ["oppose", "set into opposition or rivalry"], ["touch", "be equal to in quality or ability"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["couple", "bring two objects, ideas, or people together"], ["equal", "be equal to in quality or ability"], ["rival", "be equal to in quality or ability"], ["cope with", "satisfy or fulfill"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["pit", "set into opposition or rivalry"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["pair", "bring two objects, ideas, or people together"], ["equalise", "make equal, uniform, corresponding, or matching"], ["equate", "make equal, uniform, corresponding, or matching"], ["twin", "bring two objects, ideas, or people together"], ["mate", "bring two objects, ideas, or people together"]]}, {"answer": "matching", "hint": "synonyms for matching", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["play off", "set into opposition or rivalry"], ["match", "be equal or harmonize"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["fit", "make correspond or harmonize"], ["meet", "satisfy or fulfill"], ["oppose", "set into opposition or rivalry"], ["touch", "be equal to in quality or ability"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["couple", "bring two objects, ideas, or people together"], ["equal", "be equal to in quality or ability"], ["rival", "be equal to in quality or ability"], ["cope with", "satisfy or fulfill"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["pit", "set into opposition or rivalry"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["pair", "bring two objects, ideas, or people together"], ["equalise", "make equal, uniform, corresponding, or matching"], ["equate", "make equal, uniform, corresponding, or matching"], ["twin", "bring two objects, ideas, or people together"], ["mate", "bring two objects, ideas, or people together"]]}, {"answer": "mated", "hint": "synonyms for mated", "clues": [["copulate", "engage in sexual intercourse"], ["mat", "twist together or entwine into a confusing mass"], ["couple", "bring two objects, ideas, or people together"], ["entangle", "twist together or entwine into a confusing mass"], ["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game"], ["matte up", "change texture so as to become matted and felt-like"], ["pair", "engage in sexual intercourse"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"], ["snarl", "twist together or entwine into a confusing mass"], ["match", "bring two objects, ideas, or people together"], ["matte", "change texture so as to become matted and felt-like"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "matte", "hint": "synonyms for matte", "clues": [["mat", "change texture so as to become matted and felt-like"], ["matte up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "matted", "hint": "synonyms for matted", "clues": [["snarl", "twist together or entwine into a confusing mass"], ["mat", "twist together or entwine into a confusing mass"], ["entangle", "twist together or entwine into a confusing mass"], ["matte", "change texture so as to become matted and felt-like"], ["mat up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "mature", "hint": "synonyms for mature", "clues": [["suppurate", "cause to ripen and discharge pus"], ["maturate", "grow old or older"], ["senesce", "grow old or older"], ["age", "grow old or older"], ["ripen", "cause to ripen or develop fully"], ["grow", "develop and reach maturity; undergo maturation"], ["get on", "grow old or older"]]}, {"answer": "matured", "hint": "synonyms for matured", "clues": [["mature", "become due for repayment"], ["suppurate", "cause to ripen and discharge pus"], ["senesce", "grow old or older"], ["age", "grow old or older"], ["get on", "grow old or older"], ["grow", "develop and reach maturity; undergo maturation"], ["ripen", "cause to ripen or develop fully"]]}, {"answer": "mean", "hint": "synonyms for mean", "clues": [["think", "have in mind as a purpose"], ["imply", "have as a logical consequence"], ["think of", "intend to refer to"], ["stand for", "denote or connote"], ["entail", "have as a logical consequence"], ["have in mind", "intend to refer to"], ["intend", "mean or intend to express or convey"], ["signify", "denote or connote"]]}, {"answer": "meandering", "hint": "synonyms for meandering", "clues": [["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"]]}, {"answer": "meaning", "hint": "synonyms for meaning", "clues": [["think", "have in mind as a purpose"], ["mean", "destine or designate for a certain purpose"], ["imply", "have as a logical consequence"], ["stand for", "denote or connote"], ["think of", "intend to refer to"], ["entail", "have as a logical consequence"], ["intend", "have in mind as a purpose"], ["have in mind", "intend to refer to"], ["signify", "denote or connote"]]}, {"answer": "measured", "hint": "synonyms for measured", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["measure out", "determine the measurements of something or somebody, take measurements of"], ["mensurate", "determine the measurements of something or somebody, take measurements of"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["quantify", "express as a number or measure or quantity"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "mediate", "hint": "synonyms for mediate", "clues": [["liaise", "act between parties with a view to reconciling differences"], ["intercede", "act between parties with a view to reconciling differences"], ["intermediate", "act between parties with a view to reconciling differences"], ["arbitrate", "act between parties with a view to reconciling differences"]]}, {"answer": "mediated", "hint": "synonyms for mediated", "clues": [["mediate", "act between parties with a view to reconciling differences"], ["liaise", "act between parties with a view to reconciling differences"], ["intercede", "act between parties with a view to reconciling differences"], ["intermediate", "act between parties with a view to reconciling differences"], ["arbitrate", "act between parties with a view to reconciling differences"]]}, {"answer": "meet", "hint": "synonyms for meet", "clues": [["contact", "be in direct physical contact with; make contact"], ["converge", "be adjacent or come together"], ["fulfil", "fill or meet a want or need"], ["foregather", "collect in one place"], ["suffer", "undergo or suffer"], ["run into", "come together"], ["encounter", "experience as a reaction"], ["see", "come together"], ["adjoin", "be in direct physical contact with; make contact"], ["satisfy", "fill or meet a want or need"], ["fill", "fill or meet a want or need"], ["cope with", "satisfy or fulfill"], ["conform to", "satisfy a condition or restriction"], ["take on", "contend against an opponent in a sport, game, or battle"], ["gather", "collect in one place"], ["come across", "come together"], ["get together", "get together socially or for a specific purpose"], ["match", "satisfy or fulfill"], ["assemble", "collect in one place"], ["run across", "come together"], ["receive", "experience as a reaction"], ["fit", "satisfy a condition or restriction"], ["touch", "be in direct physical contact with; make contact"], ["play", "contend against an opponent in a sport, game, or battle"]]}, {"answer": "melted", "hint": "synonyms for melted", "clues": [["evaporate", "become less intense and fade away gradually"], ["dissolve", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"], ["mellow", "become more relaxed, easygoing, or genial"], ["melt", "lose its distinct outline or shape; blend gradually"], ["disappear", "become less intense and fade away gradually"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["mellow out", "become more relaxed, easygoing, or genial"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["dethaw", "become or cause to become soft or liquid"], ["meld", "lose its distinct outline or shape; blend gradually"]]}, {"answer": "melting", "hint": "synonyms for melting", "clues": [["evaporate", "become less intense and fade away gradually"], ["dissolve", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"], ["mellow", "become more relaxed, easygoing, or genial"], ["melt", "lose its distinct outline or shape; blend gradually"], ["disappear", "become less intense and fade away gradually"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["mellow out", "become more relaxed, easygoing, or genial"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["dethaw", "become or cause to become soft or liquid"], ["meld", "lose its distinct outline or shape; blend gradually"]]}, {"answer": "menacing", "hint": "synonyms for menacing", "clues": [["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardize", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["menace", "act in a threatening manner"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "merged", "hint": "synonyms for merged", "clues": [["fuse", "mix together different elements"], ["merge", "join or combine"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["unify", "become one"], ["meld", "mix together different elements"], ["unite", "become one"]]}, {"answer": "merging", "hint": "synonyms for merging", "clues": [["fuse", "mix together different elements"], ["merge", "join or combine"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["unify", "become one"], ["meld", "mix together different elements"], ["unite", "become one"]]}, {"answer": "meshed", "hint": "synonyms for meshed", "clues": [["ensnarl", "entangle or catch in (or as if in) a mesh"], ["interlock", "coordinate in such a way that all parts work together effectively"], ["enmesh", "entangle or catch in (or as if in) a mesh"], ["engage", "keep engaged"], ["mesh", "keep engaged"], ["operate", "keep engaged"], ["lock", "keep engaged"]]}, {"answer": "mesmerised", "hint": "synonyms for mesmerised", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["hypnotise", "induce hypnosis in"], ["bewitch", "attract strongly, as if with a magnet"], ["mesmerise", "induce hypnosis in"], ["spellbind", "attract strongly, as if with a magnet"]]}, {"answer": "mesmerized", "hint": "synonyms for mesmerized", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["hypnotise", "induce hypnosis in"], ["bewitch", "attract strongly, as if with a magnet"], ["mesmerise", "induce hypnosis in"], ["spellbind", "attract strongly, as if with a magnet"]]}, {"answer": "mesmerizing", "hint": "synonyms for mesmerizing", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["hypnotise", "induce hypnosis in"], ["bewitch", "attract strongly, as if with a magnet"], ["mesmerise", "induce hypnosis in"], ["spellbind", "attract strongly, as if with a magnet"]]}, {"answer": "minded", "hint": "synonyms for minded", "clues": [["mind", "be concerned with or about something or somebody"], ["beware", "be on one's guard; be cautious or wary about; be alert to"], ["take care", "be in charge of or deal with"], ["bear in mind", "keep in mind"], ["listen", "pay close attention to; give heed to"], ["heed", "pay close attention to; give heed to"]]}, {"answer": "minimized", "hint": "synonyms for minimized", "clues": [["minimize", "make small or insignificant"], ["downplay", "represent as less significant or important"], ["derogate", "cause to seem less serious; play down"], ["understate", "represent as less significant or important"], ["belittle", "cause to seem less serious; play down"], ["denigrate", "cause to seem less serious; play down"]]}, {"answer": "mired", "hint": "synonyms for mired", "clues": [["grind to a halt", "be unable to move further"], ["mire", "soil with mud, muck, or mire"], ["mud", "soil with mud, muck, or mire"], ["entangle", "entrap"], ["get stuck", "be unable to move further"], ["bog down", "be unable to move further"], ["muck up", "soil with mud, muck, or mire"], ["muck", "soil with mud, muck, or mire"]]}, {"answer": "misappropriated", "hint": "synonyms for misappropriated", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"]]}, {"answer": "misguided", "hint": "synonyms for misguided", "clues": [["misdirect", "lead someone in the wrong direction or give someone wrong directions"], ["misguide", "give bad advice to"], ["mislead", "lead someone in the wrong direction or give someone wrong directions"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions"], ["misadvise", "give bad advice to"]]}, {"answer": "misleading", "hint": "synonyms for misleading", "clues": [["misdirect", "lead someone in the wrong direction or give someone wrong directions"], ["mislead", "lead someone in the wrong direction or give someone wrong directions"], ["misguide", "lead someone in the wrong direction or give someone wrong directions"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions"], ["misinform", "give false or misleading information to"]]}, {"answer": "misrepresented", "hint": "synonyms for misrepresented", "clues": [["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["misrepresent", "represent falsely"], ["belie", "represent falsely"], ["cook", "tamper, with the purpose of deception"], ["manipulate", "tamper, with the purpose of deception"], ["falsify", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "missed", "hint": "synonyms for missed", "clues": [["lose", "fail to perceive or to catch with the senses or the mind"], ["overlook", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["miss", "feel or suffer from the lack of"], ["drop", "leave undone or leave out"], ["neglect", "leave undone or leave out"], ["lack", "be without"], ["omit", "leave undone or leave out"], ["escape", "fail to experience"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"]]}, {"answer": "missing", "hint": "synonyms for missing", "clues": [["lose", "fail to perceive or to catch with the senses or the mind"], ["overlook", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["miss", "feel or suffer from the lack of"], ["drop", "leave undone or leave out"], ["neglect", "leave undone or leave out"], ["lack", "be without"], ["omit", "leave undone or leave out"], ["escape", "fail to experience"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"]]}, {"answer": "mistaken", "hint": "synonyms for mistaken", "clues": [["slip", "to make a mistake or be incorrect"], ["misidentify", "identify incorrectly"], ["mistake", "to make a mistake or be incorrect"], ["err", "to make a mistake or be incorrect"]]}, {"answer": "mistreated", "hint": "synonyms for mistreated", "clues": [["ill-use", "treat badly"], ["ill-treat", "treat badly"], ["mistreat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"], ["maltreat", "treat badly"]]}, {"answer": "misunderstood", "hint": "synonyms for misunderstood", "clues": [["be amiss", "interpret in the wrong way"], ["misconstrue", "interpret in the wrong way"], ["misapprehend", "interpret in the wrong way"], ["misunderstand", "interpret in the wrong way"], ["misconceive", "interpret in the wrong way"], ["misinterpret", "interpret in the wrong way"]]}, {"answer": "misused", "hint": "synonyms for misused", "clues": [["misapply", "apply to a wrong thing or person; apply badly or incorrectly"], ["misuse", "apply to a wrong thing or person; apply badly or incorrectly"], ["abuse", "change the inherent purpose or function of something"], ["pervert", "change the inherent purpose or function of something"]]}, {"answer": "mixed", "hint": "synonyms for mixed", "clues": [["mix", "open (a place) to members of all races and ethnic groups"], ["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["mix in", "add as an additional element or part"], ["shuffle", "mix so as to make a random order or arrangement"], ["combine", "mix together different elements"], ["mingle", "to bring or combine together or with something else"], ["meld", "mix together different elements"], ["amalgamate", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"], ["desegregate", "open (a place) to members of all races and ethnic groups"], ["fuse", "mix together different elements"], ["conflate", "mix together different elements"], ["merge", "mix together different elements"], ["unify", "to bring or combine together or with something else"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["ruffle", "mix so as to make a random order or arrangement"], ["integrate", "open (a place) to members of all races and ethnic groups"], ["blend", "mix together different elements"]]}, {"answer": "model", "hint": "synonyms for model", "clues": [["sit", "assume a posture as for artistic purposes"], ["mold", "form in clay, wax, etc"], ["simulate", "create a representation or model of"], ["pattern", "plan or create according to a model or models"], ["pose", "assume a posture as for artistic purposes"], ["mock up", "construct a model of"], ["posture", "assume a posture as for artistic purposes"]]}, {"answer": "modeled", "hint": "synonyms for modeled", "clues": [["simulate", "create a representation or model of"], ["mold", "form in clay, wax, etc"], ["model", "construct a model of"], ["mock up", "construct a model of"], ["posture", "assume a posture as for artistic purposes"], ["sit", "assume a posture as for artistic purposes"], ["pattern", "plan or create according to a model or models"], ["pose", "assume a posture as for artistic purposes"]]}, {"answer": "moderate", "hint": "synonyms for moderate", "clues": [["chair", "preside over"], ["mince", "make less severe or harsh"], ["soften", "make less severe or harsh"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["temper", "restrain"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["chasten", "restrain"], ["lead", "preside over"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["tone down", "make less strong or intense; soften"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["tame", "make less strong or intense; soften"]]}, {"answer": "moderating", "hint": "synonyms for moderating", "clues": [["moderate", "make less fast or intense"], ["chair", "preside over"], ["mince", "make less severe or harsh"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["chasten", "restrain"], ["tame", "make less strong or intense; soften"], ["soften", "make less severe or harsh"], ["temper", "restrain"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["lead", "preside over"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["tone down", "make less strong or intense; soften"]]}, {"answer": "modified", "hint": "synonyms for modified", "clues": [["qualify", "add a modifier to a constituent"], ["alter", "cause to change; make different; cause a transformation"], ["change", "cause to change; make different; cause a transformation"], ["modify", "add a modifier to a constituent"]]}, {"answer": "modulated", "hint": "synonyms for modulated", "clues": [["modulate", "vary the frequency, amplitude, phase, or other characteristic of (electromagnetic waves)"], ["tone", "vary the pitch of one's speech"], ["inflect", "vary the pitch of one's speech"], ["regulate", "fix or adjust the time, amount, degree, or rate of"]]}, {"answer": "molded", "hint": "synonyms for molded", "clues": [["forge", "make something, usually for a specific function"], ["mold", "become moldy; spoil due to humidity"], ["regulate", "shape or influence; give direction to"], ["model", "form in clay, wax, etc"], ["work", "make something, usually for a specific function"], ["shape", "shape or influence; give direction to"], ["mildew", "become moldy; spoil due to humidity"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["form", "make something, usually for a specific function"], ["influence", "shape or influence; give direction to"], ["determine", "shape or influence; give direction to"]]}, {"answer": "molten", "hint": "synonyms for molten", "clues": [["evaporate", "become less intense and fade away gradually"], ["dissolve", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"], ["mellow", "become more relaxed, easygoing, or genial"], ["melt", "lose its distinct outline or shape; blend gradually"], ["disappear", "become less intense and fade away gradually"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["mellow out", "become more relaxed, easygoing, or genial"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["dethaw", "become or cause to become soft or liquid"], ["meld", "lose its distinct outline or shape; blend gradually"]]}, {"answer": "moot", "hint": "synonyms for moot", "clues": [["consider", "think about carefully; weigh"], ["turn over", "think about carefully; weigh"], ["debate", "think about carefully; weigh"], ["deliberate", "think about carefully; weigh"]]}, {"answer": "mortified", "hint": "synonyms for mortified", "clues": [["subdue", "hold within limits and control"], ["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["mortify", "undergo necrosis"], ["abase", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"], ["necrose", "undergo necrosis"], ["crucify", "hold within limits and control"], ["gangrene", "undergo necrosis"], ["sphacelate", "undergo necrosis"]]}, {"answer": "mortifying", "hint": "synonyms for mortifying", "clues": [["subdue", "hold within limits and control"], ["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["mortify", "undergo necrosis"], ["abase", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"], ["necrose", "undergo necrosis"], ["crucify", "hold within limits and control"], ["gangrene", "undergo necrosis"], ["sphacelate", "undergo necrosis"]]}, {"answer": "motivated", "hint": "synonyms for motivated", "clues": [["incite", "give an incentive for action"], ["prompt", "give an incentive for action"], ["motivate", "give an incentive for action"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["move", "give an incentive for action"]]}, {"answer": "motivating", "hint": "synonyms for motivating", "clues": [["incite", "give an incentive for action"], ["prompt", "give an incentive for action"], ["motivate", "give an incentive for action"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["move", "give an incentive for action"]]}, {"answer": "mottled", "hint": "synonyms for mottled", "clues": [["streak", "mark with spots or blotches of different color or shades of color as if stained"], ["mottle", "mark with spots or blotches of different color or shades of color as if stained"], ["cloud", "colour with streaks or blotches of different shades"], ["blotch", "mark with spots or blotches of different color or shades of color as if stained"], ["dapple", "colour with streaks or blotches of different shades"]]}, {"answer": "mounted", "hint": "synonyms for mounted", "clues": [["get on", "get up on the back of"], ["mount", "get up on the back of"], ["climb up", "go upward with gradual or continuous progress"], ["bestride", "get up on the back of"], ["jump on", "get up on the back of"], ["climb", "go up or advance"], ["rise", "go up or advance"], ["hop on", "get up on the back of"], ["ride", "copulate with"], ["go up", "go upward with gradual or continuous progress"], ["mount up", "get up on the back of"], ["climb on", "get up on the back of"], ["put on", "prepare and supply with the necessary equipment for execution or performance"], ["wax", "go up or advance"]]}, {"answer": "moved", "hint": "synonyms for moved", "clues": [["move", "follow a procedure or take a course"], ["incite", "give an incentive for action"], ["be active", "be in a state of action"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["strike", "have an emotional or cognitive impact upon"], ["make a motion", "propose formally; in a debate or parliamentary meeting"], ["affect", "have an emotional or cognitive impact upon"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["motivate", "give an incentive for action"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["impress", "have an emotional or cognitive impact upon"], ["proceed", "follow a procedure or take a course"], ["prompt", "give an incentive for action"], ["travel", "change location; move, travel, or proceed, also metaphorically"], ["displace", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense"], ["run", "progress by being changed"], ["act", "perform an action, or work out or perform (an action)"]]}, {"answer": "moving", "hint": "synonyms for moving", "clues": [["move", "follow a procedure or take a course"], ["incite", "give an incentive for action"], ["be active", "be in a state of action"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["strike", "have an emotional or cognitive impact upon"], ["make a motion", "propose formally; in a debate or parliamentary meeting"], ["affect", "have an emotional or cognitive impact upon"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["motivate", "give an incentive for action"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["impress", "have an emotional or cognitive impact upon"], ["proceed", "follow a procedure or take a course"], ["prompt", "give an incentive for action"], ["travel", "change location; move, travel, or proceed, also metaphorically"], ["displace", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense"], ["run", "progress by being changed"], ["act", "perform an action, or work out or perform (an action)"]]}, {"answer": "mown", "hint": "synonyms for mown", "clues": [["mow", "make a sad face and thrust out one's lower lip"], ["cut down", "cut with a blade or mower"], ["pout", "make a sad face and thrust out one's lower lip"], ["mop", "make a sad face and thrust out one's lower lip"]]}, {"answer": "muffled", "hint": "synonyms for muffled", "clues": [["repress", "conceal or hide"], ["muffle", "deaden (a sound or noise), especially by wrapping"], ["damp", "deaden (a sound or noise), especially by wrapping"], ["smother", "conceal or hide"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["stifle", "conceal or hide"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["strangle", "conceal or hide"], ["tone down", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "multiplied", "hint": "synonyms for multiplied", "clues": [["multiply", "combine or increase by multiplication"], ["procreate", "have offspring or produce more individuals of a given animal or plant"], ["reproduce", "have offspring or produce more individuals of a given animal or plant"], ["breed", "have young (animals) or reproduce (organisms)"], ["manifold", "combine or increase by multiplication"]]}, {"answer": "murdered", "hint": "synonyms for murdered", "clues": [["off", "kill intentionally and with premeditation"], ["mutilate", "alter so as to make unrecognizable"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["mangle", "alter so as to make unrecognizable"], ["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "murmuring", "hint": "synonyms for murmuring", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["murmur", "make complaining remarks or noises under one's breath"], ["gnarl", "make complaining remarks or noises under one's breath"], ["mutter", "make complaining remarks or noises under one's breath"], ["grumble", "make complaining remarks or noises under one's breath"]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "mute", "hint": "synonyms for mute", "clues": [["damp", "deaden (a sound or noise), especially by wrapping"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["tone down", "deaden (a sound or noise), especially by wrapping"], ["muffle", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "muted", "hint": "synonyms for muted", "clues": [["muffle", "deaden (a sound or noise), especially by wrapping"], ["damp", "deaden (a sound or noise), especially by wrapping"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["tone down", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "mutilated", "hint": "synonyms for mutilated", "clues": [["murder", "alter so as to make unrecognizable"], ["mangle", "destroy or injure severely"], ["mutilate", "alter so as to make unrecognizable"], ["cut up", "destroy or injure severely"], ["mar", "destroy or injure severely"]]}, {"answer": "mystified", "hint": "synonyms for mystified", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "make mysterious"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "mystifying", "hint": "synonyms for mystifying", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "make mysterious"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "naming", "hint": "synonyms for naming", "clues": [["list", "give or make a list of; name individually; give the names of"], ["constitute", "create and charge with a task or function"], ["name", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["mention", "make reference to"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["nominate", "charge with a function; charge to be"], ["diagnose", "determine or distinguish the nature of a problem or an illness through a diagnostic analysis"], ["appoint", "create and charge with a task or function"], ["call", "assign a specified (usually proper) proper name to"], ["identify", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property"], ["make", "charge with a function; charge to be"], ["key", "identify as in botany or biology, for example"], ["advert", "make reference to"], ["refer", "make reference to"], ["discover", "identify as in botany or biology, for example"], ["cite", "make reference to"], ["bring up", "make reference to"]]}, {"answer": "narrow", "hint": "synonyms for narrow", "clues": [["nail down", "define clearly"], ["narrow down", "define clearly"], ["peg down", "define clearly"], ["pin down", "define clearly"], ["specialise", "become more focus on an area of activity or field of study"], ["constringe", "become tight or as if tight"], ["contract", "make or become more narrow or restricted"], ["specify", "define clearly"], ["constrict", "become tight or as if tight"]]}, {"answer": "narrowed", "hint": "synonyms for narrowed", "clues": [["nail down", "define clearly"], ["narrow down", "define clearly"], ["peg down", "define clearly"], ["pin down", "define clearly"], ["specialise", "become more focus on an area of activity or field of study"], ["constringe", "become tight or as if tight"], ["narrow", "define clearly"], ["contract", "make or become more narrow or restricted"], ["specify", "define clearly"], ["constrict", "become tight or as if tight"]]}, {"answer": "narrowing", "hint": "synonyms for narrowing", "clues": [["nail down", "define clearly"], ["narrow down", "define clearly"], ["peg down", "define clearly"], ["pin down", "define clearly"], ["specialise", "become more focus on an area of activity or field of study"], ["constringe", "become tight or as if tight"], ["narrow", "define clearly"], ["contract", "make or become more narrow or restricted"], ["specify", "define clearly"], ["constrict", "become tight or as if tight"]]}, {"answer": "naturalised", "hint": "synonyms for naturalised", "clues": [["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"]]}, {"answer": "naturalized", "hint": "synonyms for naturalized", "clues": [["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"]]}, {"answer": "nauseated", "hint": "synonyms for nauseated", "clues": [["turn one's stomach", "upset and make nauseated"], ["churn up", "cause aversion in; offend the moral sense of"], ["nauseate", "cause aversion in; offend the moral sense of"], ["revolt", "cause aversion in; offend the moral sense of"], ["sicken", "cause aversion in; offend the moral sense of"], ["disgust", "cause aversion in; offend the moral sense of"]]}, {"answer": "nauseating", "hint": "synonyms for nauseating", "clues": [["turn one's stomach", "upset and make nauseated"], ["churn up", "cause aversion in; offend the moral sense of"], ["nauseate", "cause aversion in; offend the moral sense of"], ["revolt", "cause aversion in; offend the moral sense of"], ["sicken", "cause aversion in; offend the moral sense of"], ["disgust", "cause aversion in; offend the moral sense of"]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["draw near", "move towards"], ["go up", "move towards"], ["come near", "move towards"], ["come on", "move towards"], ["draw close", "move towards"], ["approach", "move towards"]]}, {"answer": "needed", "hint": "synonyms for needed", "clues": [["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["ask", "require as useful, just, or proper"], ["want", "have need of"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "neglected", "hint": "synonyms for neglected", "clues": [["miss", "leave undone or leave out"], ["overlook", "leave undone or leave out"], ["neglect", "give little or no attention to"], ["fail", "fail to do something; leave something undone"], ["overleap", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["ignore", "give little or no attention to"], ["disregard", "give little or no attention to"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"]]}, {"answer": "nestled", "hint": "synonyms for nestled", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "net", "hint": "synonyms for net", "clues": [["web", "construct or form a web, as if by weaving"], ["clear", "make as a net profit"], ["sack", "make as a net profit"], ["nett", "catch with a net"], ["sack up", "make as a net profit"]]}, {"answer": "netted", "hint": "synonyms for netted", "clues": [["sack", "make as a net profit"], ["sack up", "make as a net profit"], ["nett", "catch with a net"], ["clear", "make as a net profit"], ["web", "construct or form a web, as if by weaving"]]}, {"answer": "nettled", "hint": "synonyms for nettled", "clues": [["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["urticate", "sting with or as with nettles and cause a stinging pain or sensation"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "neutered", "hint": "synonyms for neutered", "clues": [["alter", "remove the ovaries of"], ["spay", "remove the ovaries of"], ["castrate", "remove the ovaries of"], ["neuter", "remove the ovaries of"]]}, {"answer": "neutralised", "hint": "synonyms for neutralised", "clues": [["neutralise", "make incapable of military action"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["do in", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["waste", "get rid of (someone who may be a threat) by killing"], ["nullify", "make ineffective by counterbalancing the effect of"], ["negate", "make ineffective by counterbalancing the effect of"]]}, {"answer": "neutralized", "hint": "synonyms for neutralized", "clues": [["neutralize", "oppose and mitigate the effects of by contrary actions"], ["do in", "get rid of (someone who may be a threat) by killing"], ["waste", "get rid of (someone who may be a threat) by killing"], ["counteract", "oppose and mitigate the effects of by contrary actions"], ["countervail", "oppose and mitigate the effects of by contrary actions"], ["counterbalance", "oppose and mitigate the effects of by contrary actions"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["nullify", "make ineffective by counterbalancing the effect of"], ["negate", "make ineffective by counterbalancing the effect of"]]}, {"answer": "niggling", "hint": "synonyms for niggling", "clues": [["bicker", "argue over petty things"], ["niggle", "worry unnecessarily or excessively"], ["fuss", "worry unnecessarily or excessively"], ["fret", "worry unnecessarily or excessively"], ["quibble", "argue over petty things"], ["brabble", "argue over petty things"], ["pettifog", "argue over petty things"], ["squabble", "argue over petty things"]]}, {"answer": "nipping", "hint": "synonyms for nipping", "clues": [["twitch", "squeeze tightly between the fingers"], ["nip", "sever or remove by pinching or snipping"], ["clip", "sever or remove by pinching or snipping"], ["squeeze", "squeeze tightly between the fingers"], ["pinch", "squeeze tightly between the fingers"], ["tweet", "squeeze tightly between the fingers"], ["twinge", "squeeze tightly between the fingers"], ["nip off", "sever or remove by pinching or snipping"]]}, {"answer": "nominated", "hint": "synonyms for nominated", "clues": [["constitute", "create and charge with a task or function"], ["make", "charge with a function; charge to be"], ["name", "charge with a function; charge to be"], ["put up", "propose as a candidate for some honor"], ["nominate", "charge with a function; charge to be"], ["put forward", "propose as a candidate for some honor"], ["appoint", "create and charge with a task or function"], ["propose", "put forward; nominate for appointment to an office or for an honor or position"]]}, {"answer": "nonplused", "hint": "synonyms for nonplused", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "nonplussed", "hint": "synonyms for nonplussed", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "nosed", "hint": "synonyms for nosed", "clues": [["nose", "push or move with the nose"], ["nuzzle", "rub noses"], ["scent", "catch the scent of; get wind of"], ["pry", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["poke", "search or inquire in a meddlesome way"], ["wind", "catch the scent of; get wind of"], ["intrude", "search or inquire in a meddlesome way"]]}, {"answer": "noted", "hint": "synonyms for noted", "clues": [["observe", "observe with care or pay close attention to"], ["notice", "notice or perceive"], ["note", "make a written note of"], ["take down", "make a written note of"], ["mention", "make mention of"], ["take note", "observe with care or pay close attention to"], ["remark", "make mention of"], ["mark", "notice or perceive"]]}, {"answer": "noticed", "hint": "synonyms for noticed", "clues": [["point out", "make or write a comment on"], ["remark", "make or write a comment on"], ["notice", "notice or perceive"], ["observe", "discover or determine the existence, presence, or fact of"], ["comment", "make or write a comment on"], ["note", "notice or perceive"], ["acknowledge", "express recognition of the presence or existence of, or acquaintance with"], ["find", "discover or determine the existence, presence, or fact of"], ["detect", "discover or determine the existence, presence, or fact of"], ["discover", "discover or determine the existence, presence, or fact of"], ["mark", "notice or perceive"]]}, {"answer": "nourished", "hint": "synonyms for nourished", "clues": [["aliment", "give nourishment to"], ["sustain", "provide with nourishment"], ["nourish", "provide with nourishment"], ["nutrify", "give nourishment to"], ["nurture", "provide with nourishment"]]}, {"answer": "nourishing", "hint": "synonyms for nourishing", "clues": [["aliment", "give nourishment to"], ["sustain", "provide with nourishment"], ["nourish", "provide with nourishment"], ["nutrify", "give nourishment to"], ["nurture", "provide with nourishment"]]}, {"answer": "nullified", "hint": "synonyms for nullified", "clues": [["invalidate", "declare invalid"], ["neutralise", "make ineffective by counterbalancing the effect of"], ["nullify", "show to be invalid"], ["quash", "declare invalid"], ["void", "declare invalid"], ["annul", "declare invalid"], ["negate", "make ineffective by counterbalancing the effect of"]]}, {"answer": "numbing", "hint": "synonyms for numbing", "clues": [["blunt", "make numb or insensitive"], ["numb", "make numb or insensitive"], ["benumb", "make numb or insensitive"], ["dull", "make numb or insensitive"]]}, {"answer": "nursed", "hint": "synonyms for nursed", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)"], ["hold", "maintain (a theory, thoughts, or feelings)"], ["lactate", "give suck to"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["entertain", "maintain (a theory, thoughts, or feelings)"], ["breastfeed", "give suck to"], ["give suck", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["suck", "give suck to"]]}, {"answer": "obligate", "hint": "synonyms for obligate", "clues": [["oblige", "bind by an obligation; cause to be indebted"], ["hold", "bind by an obligation; cause to be indebted"], ["compel", "force somebody to do something"], ["bind", "bind by an obligation; cause to be indebted"]]}, {"answer": "obligated", "hint": "synonyms for obligated", "clues": [["obligate", "commit in order to fulfill an obligation"], ["hold", "bind by an obligation; cause to be indebted"], ["compel", "force somebody to do something"], ["bind", "bind by an obligation; cause to be indebted"]]}, {"answer": "obliged", "hint": "synonyms for obliged", "clues": [["oblige", "provide a service or favor for someone"], ["hold", "bind by an obligation; cause to be indebted"], ["compel", "force somebody to do something"], ["accommodate", "provide a service or favor for someone"], ["bind", "bind by an obligation; cause to be indebted"]]}, {"answer": "obliging", "hint": "synonyms for obliging", "clues": [["oblige", "provide a service or favor for someone"], ["hold", "bind by an obligation; cause to be indebted"], ["compel", "force somebody to do something"], ["accommodate", "provide a service or favor for someone"], ["bind", "bind by an obligation; cause to be indebted"]]}, {"answer": "obliterate", "hint": "synonyms for obliterate", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["kill", "mark for deletion, rub off, or erase"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["efface", "remove completely from recognition or memory"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["wipe out", "mark for deletion, rub off, or erase"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "obliterated", "hint": "synonyms for obliterated", "clues": [["obliterate", "mark for deletion, rub off, or erase"], ["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["kill", "mark for deletion, rub off, or erase"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["wipe out", "mark for deletion, rub off, or erase"], ["efface", "remove completely from recognition or memory"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "obscure", "hint": "synonyms for obscure", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["bedim", "make obscure or unclear"], ["fog", "make less visible or unclear"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["obnubilate", "make unclear, indistinct, or blurred"], ["blur", "make unclear, indistinct, or blurred"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["overcloud", "make obscure or unclear"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["confuse", "make unclear, indistinct, or blurred"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"], ["befog", "make less visible or unclear"]]}, {"answer": "observed", "hint": "synonyms for observed", "clues": [["respect", "show respect towards"], ["observe", "behave as expected during of holidays or rites"], ["celebrate", "behave as expected during of holidays or rites"], ["keep", "conform one's action or practice to"], ["abide by", "show respect towards"], ["note", "make mention of"], ["find", "discover or determine the existence, presence, or fact of"], ["watch over", "follow with the eyes or the mind"], ["remark", "make mention of"], ["honor", "show respect towards"], ["mention", "make mention of"], ["follow", "follow with the eyes or the mind"], ["watch", "follow with the eyes or the mind"], ["notice", "discover or determine the existence, presence, or fact of"], ["take note", "observe with care or pay close attention to"], ["maintain", "stick to correctly or closely"], ["keep an eye on", "follow with the eyes or the mind"], ["discover", "discover or determine the existence, presence, or fact of"], ["detect", "discover or determine the existence, presence, or fact of"]]}, {"answer": "observing", "hint": "synonyms for observing", "clues": [["respect", "show respect towards"], ["observe", "behave as expected during of holidays or rites"], ["celebrate", "behave as expected during of holidays or rites"], ["keep", "conform one's action or practice to"], ["abide by", "show respect towards"], ["note", "make mention of"], ["find", "discover or determine the existence, presence, or fact of"], ["watch over", "follow with the eyes or the mind"], ["remark", "make mention of"], ["honor", "show respect towards"], ["mention", "make mention of"], ["follow", "follow with the eyes or the mind"], ["watch", "follow with the eyes or the mind"], ["notice", "discover or determine the existence, presence, or fact of"], ["take note", "observe with care or pay close attention to"], ["maintain", "stick to correctly or closely"], ["keep an eye on", "follow with the eyes or the mind"], ["discover", "discover or determine the existence, presence, or fact of"], ["detect", "discover or determine the existence, presence, or fact of"]]}, {"answer": "obstructed", "hint": "synonyms for obstructed", "clues": [["close up", "block passage through"], ["block", "block passage through"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["jam", "block passage through"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["obstruct", "block passage through"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["impede", "block passage through"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "obviating", "hint": "synonyms for obviating", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["eliminate", "do away with"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["rid of", "do away with"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "occluded", "hint": "synonyms for occluded", "clues": [["close up", "block passage through"], ["impede", "block passage through"], ["block", "block passage through"], ["occlude", "block passage through"], ["jam", "block passage through"], ["obturate", "block passage through"], ["obstruct", "block passage through"]]}, {"answer": "occupied", "hint": "synonyms for occupied", "clues": [["absorb", "consume all of one's attention or time"], ["busy", "keep busy with"], ["occupy", "live (in a certain place)"], ["take", "require (time or space)"], ["engross", "consume all of one's attention or time"], ["invade", "march aggressively into another's territory by military force for the purposes of conquest and occupation"], ["fill", "assume, as of positions or roles"], ["interest", "be on the mind of"], ["reside", "live (in a certain place)"], ["engage", "consume all of one's attention or time"], ["concern", "be on the mind of"], ["lodge in", "live (in a certain place)"], ["worry", "be on the mind of"], ["use up", "require (time or space)"]]}, {"answer": "off", "hint": "synonyms for off", "clues": [["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "offended", "hint": "synonyms for offended", "clues": [["spite", "hurt the feelings of"], ["appal", "strike with disgust or revulsion"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["outrage", "strike with disgust or revulsion"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["scandalise", "strike with disgust or revulsion"], ["pique", "cause to feel resentment or indignation"], ["shock", "strike with disgust or revulsion"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["wound", "hurt the feelings of"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["bruise", "hurt the feelings of"], ["hurt", "hurt the feelings of"], ["injure", "hurt the feelings of"], ["break", "act in disregard of laws, rules, contracts, or promises"], ["violate", "act in disregard of laws, rules, contracts, or promises"]]}, {"answer": "offending", "hint": "synonyms for offending", "clues": [["spite", "hurt the feelings of"], ["appal", "strike with disgust or revulsion"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["outrage", "strike with disgust or revulsion"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["scandalise", "strike with disgust or revulsion"], ["pique", "cause to feel resentment or indignation"], ["shock", "strike with disgust or revulsion"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["wound", "hurt the feelings of"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["bruise", "hurt the feelings of"], ["hurt", "hurt the feelings of"], ["injure", "hurt the feelings of"], ["break", "act in disregard of laws, rules, contracts, or promises"], ["violate", "act in disregard of laws, rules, contracts, or promises"]]}, {"answer": "oiled", "hint": "synonyms for oiled", "clues": [["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["oil", "cover with oil, as if by rubbing"], ["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing"]]}, {"answer": "oozing", "hint": "synonyms for oozing", "clues": [["exudate", "release (a liquid) in drops or small quantities"], ["ooze out", "release (a liquid) in drops or small quantities"], ["ooze", "pass gradually or leak through or as if through small openings"], ["seep", "pass gradually or leak through or as if through small openings"], ["transude", "release (a liquid) in drops or small quantities"], ["exude", "release (a liquid) in drops or small quantities"]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["afford", "afford access to"], ["open up", "cause to open or to become open"], ["give", "afford access to"], ["spread out", "spread out or open from a closed or folded state"], ["unfold", "spread out or open from a closed or folded state"], ["spread", "spread out or open from a closed or folded state"]]}, {"answer": "opened", "hint": "synonyms for opened", "clues": [["open", "become available"], ["open up", "become open"], ["give", "afford access to"], ["spread out", "spread out or open from a closed or folded state"], ["unfold", "spread out or open from a closed or folded state"], ["afford", "afford access to"], ["spread", "spread out or open from a closed or folded state"]]}, {"answer": "opening", "hint": "synonyms for opening", "clues": [["open", "become available"], ["open up", "become open"], ["give", "afford access to"], ["spread out", "spread out or open from a closed or folded state"], ["unfold", "spread out or open from a closed or folded state"], ["afford", "afford access to"], ["spread", "spread out or open from a closed or folded state"]]}, {"answer": "operating", "hint": "synonyms for operating", "clues": [["go", "perform as expected when applied"], ["operate on", "perform surgery on"], ["operate", "perform surgery on"], ["run", "direct or control; projects, businesses, etc."], ["manoeuver", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["control", "handle and cause to function"], ["function", "perform as expected when applied"], ["engage", "keep engaged"], ["mesh", "keep engaged"], ["lock", "keep engaged"], ["work", "perform as expected when applied"]]}, {"answer": "opposed", "hint": "synonyms for opposed", "clues": [["defend", "fight against or resist strongly"], ["oppose", "be against; express opposition to"], ["react", "act against or in opposition to"], ["contradict", "be resistant to"], ["controvert", "be resistant to"], ["fight", "fight against or resist strongly"], ["match", "set into opposition or rivalry"], ["play off", "set into opposition or rivalry"], ["fight down", "fight against or resist strongly"], ["fight back", "fight against or resist strongly"], ["pit", "set into opposition or rivalry"], ["counterbalance", "contrast with equal weight or force"]]}, {"answer": "opposing", "hint": "synonyms for opposing", "clues": [["defend", "fight against or resist strongly"], ["oppose", "be against; express opposition to"], ["react", "act against or in opposition to"], ["contradict", "be resistant to"], ["controvert", "be resistant to"], ["fight", "fight against or resist strongly"], ["match", "set into opposition or rivalry"], ["play off", "set into opposition or rivalry"], ["fight down", "fight against or resist strongly"], ["fight back", "fight against or resist strongly"], ["pit", "set into opposition or rivalry"], ["counterbalance", "contrast with equal weight or force"]]}, {"answer": "oppressed", "hint": "synonyms for oppressed", "clues": [["oppress", "cause to suffer"], ["persecute", "cause to suffer"], ["crush", "come down on or keep down by unjust use of one's authority"], ["suppress", "come down on or keep down by unjust use of one's authority"]]}, {"answer": "orchestrated", "hint": "synonyms for orchestrated", "clues": [["organise", "plan and direct (a complex undertaking)"], ["engineer", "plan and direct (a complex undertaking)"], ["mastermind", "plan and direct (a complex undertaking)"], ["orchestrate", "plan and direct (a complex undertaking)"], ["direct", "plan and direct (a complex undertaking)"]]}, {"answer": "ordained", "hint": "synonyms for ordained", "clues": [["ordain", "invest with ministerial or priestly authority"], ["consecrate", "appoint to a clerical posts"], ["order", "appoint to a clerical posts"], ["enact", "order by virtue of superior authority; decree"], ["ordinate", "appoint to a clerical posts"]]}, {"answer": "ordered", "hint": "synonyms for ordered", "clues": [["dictate", "issue commands or orders for"], ["say", "give instructions to or direct somebody to do something with authority"], ["put", "arrange thoughts, ideas, temporal events"], ["grade", "assign a rank or rating to"], ["order", "give instructions to or direct somebody to do something with authority"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["ordinate", "appoint to a clerical posts"], ["prescribe", "issue commands or orders for"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["consecrate", "appoint to a clerical posts"], ["ordain", "appoint to a clerical posts"], ["rank", "assign a rank or rating to"], ["rate", "assign a rank or rating to"], ["arrange", "arrange thoughts, ideas, temporal events"], ["tell", "give instructions to or direct somebody to do something with authority"], ["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["set up", "arrange thoughts, ideas, temporal events"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "organised", "hint": "synonyms for organised", "clues": [["organise", "plan and direct (a complex undertaking)"], ["engineer", "plan and direct (a complex undertaking)"], ["machinate", "arrange by systematic planning and united effort"], ["mastermind", "plan and direct (a complex undertaking)"], ["unionise", "form or join a union"], ["devise", "arrange by systematic planning and united effort"], ["prepare", "arrange by systematic planning and united effort"], ["form", "create (as an entity)"], ["get up", "arrange by systematic planning and united effort"], ["coordinate", "bring order and organization to"], ["orchestrate", "plan and direct (a complex undertaking)"], ["direct", "plan and direct (a complex undertaking)"]]}, {"answer": "organized", "hint": "synonyms for organized", "clues": [["organise", "plan and direct (a complex undertaking)"], ["engineer", "plan and direct (a complex undertaking)"], ["machinate", "arrange by systematic planning and united effort"], ["mastermind", "plan and direct (a complex undertaking)"], ["unionise", "form or join a union"], ["devise", "arrange by systematic planning and united effort"], ["prepare", "arrange by systematic planning and united effort"], ["form", "create (as an entity)"], ["get up", "arrange by systematic planning and united effort"], ["coordinate", "bring order and organization to"], ["orchestrate", "plan and direct (a complex undertaking)"], ["direct", "plan and direct (a complex undertaking)"]]}, {"answer": "oriented", "hint": "synonyms for oriented", "clues": [["orient", "cause to point"], ["orientate", "determine one's position with reference to another point"], ["point", "be oriented"], ["tailor", "adjust to a specific need or market"]]}, {"answer": "orienting", "hint": "synonyms for orienting", "clues": [["orient", "cause to point"], ["orientate", "determine one's position with reference to another point"], ["point", "be oriented"], ["tailor", "adjust to a specific need or market"]]}, {"answer": "oscillating", "hint": "synonyms for oscillating", "clues": [["vibrate", "move or swing from side to side regularly"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action"], ["oscillate", "move or swing from side to side regularly"], ["hover", "be undecided about something; waver between conflicting positions or courses of action"]]}, {"answer": "outfitted", "hint": "synonyms for outfitted", "clues": [["equip", "provide with (something) usually for a specific purpose"], ["outfit", "provide with (something) usually for a specific purpose"], ["fit", "provide with (something) usually for a specific purpose"], ["fit out", "provide with (something) usually for a specific purpose"]]}, {"answer": "outgoing", "hint": "synonyms for outgoing", "clues": [["outstrip", "be or do something to a greater degree"], ["surpass", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"]]}, {"answer": "outlined", "hint": "synonyms for outlined", "clues": [["delineate", "trace the shape of"], ["outline", "draw up an outline or sketch for something"], ["sketch", "describe roughly or briefly or give the main points or summary of"], ["draft", "draw up an outline or sketch for something"], ["limn", "trace the shape of"], ["adumbrate", "describe roughly or briefly or give the main points or summary of"]]}, {"answer": "outraged", "hint": "synonyms for outraged", "clues": [["appal", "strike with disgust or revulsion"], ["desecrate", "violate the sacred character of a place or language"], ["outrage", "strike with disgust or revulsion"], ["rape", "force (someone) to have sex against their will"], ["profane", "violate the sacred character of a place or language"], ["violate", "violate the sacred character of a place or language"], ["dishonor", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"], ["ravish", "force (someone) to have sex against their will"]]}, {"answer": "overdressed", "hint": "synonyms for overdressed", "clues": [["overclothe", "dress too warmly"], ["attire", "put on special clothes to appear particularly appealing and attractive"], ["rig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "overflowing", "hint": "synonyms for overflowing", "clues": [["brim over", "flow or run over (a limit or brim)"], ["run over", "flow or run over (a limit or brim)"], ["well over", "flow or run over (a limit or brim)"], ["overrun", "flow or run over (a limit or brim)"], ["spill over", "overflow with a certain feeling"], ["overflow", "overflow with a certain feeling"], ["bubble over", "overflow with a certain feeling"]]}, {"answer": "overloaded", "hint": "synonyms for overloaded", "clues": [["clog", "fill to excess so that function is impaired"], ["overload", "place too much a load on"], ["overcharge", "place too much a load on"], ["surcharge", "place too much a load on"]]}, {"answer": "overlooked", "hint": "synonyms for overlooked", "clues": [["overlook", "look down on"], ["miss", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["look out on", "be oriented in a certain direction"], ["overtop", "look down on"], ["dominate", "look down on"], ["pretermit", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["look across", "be oriented in a certain direction"], ["look out over", "be oriented in a certain direction"], ["leave out", "leave undone or leave out"], ["neglect", "leave undone or leave out"], ["command", "look down on"]]}, {"answer": "overlooking", "hint": "synonyms for overlooking", "clues": [["overlook", "look down on"], ["miss", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["look out on", "be oriented in a certain direction"], ["overtop", "look down on"], ["dominate", "look down on"], ["pretermit", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["look across", "be oriented in a certain direction"], ["look out over", "be oriented in a certain direction"], ["leave out", "leave undone or leave out"], ["neglect", "leave undone or leave out"], ["command", "look down on"]]}, {"answer": "overpowering", "hint": "synonyms for overpowering", "clues": [["overwhelm", "overcome by superior force"], ["overpower", "overcome, as with emotions or perceptual stimuli"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["sweep over", "overcome, as with emotions or perceptual stimuli"], ["overmaster", "overcome by superior force"], ["overtake", "overcome, as with emotions or perceptual stimuli"], ["overcome", "overcome, as with emotions or perceptual stimuli"]]}, {"answer": "overreaching", "hint": "synonyms for overreaching", "clues": [["outwit", "beat through cleverness and wit"], ["outsmart", "beat through cleverness and wit"], ["overreach", "beat through cleverness and wit"], ["beat", "beat through cleverness and wit"], ["outfox", "beat through cleverness and wit"], ["circumvent", "beat through cleverness and wit"]]}, {"answer": "overriding", "hint": "synonyms for overriding", "clues": [["overthrow", "rule against"], ["override", "prevail over"], ["reverse", "rule against"], ["overrule", "rule against"], ["overturn", "rule against"]]}, {"answer": "overstated", "hint": "synonyms for overstated", "clues": [["hyperbolize", "to enlarge beyond bounds or the truth"], ["magnify", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["overdraw", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "overturned", "hint": "synonyms for overturned", "clues": [["lift", "cancel officially"], ["revoke", "cancel officially"], ["overturn", "rule against"], ["turn over", "turn from an upright or normal position"], ["tip over", "turn from an upright or normal position"], ["upset", "cause to overturn from an upright or normal position"], ["bring down", "cause the downfall of; of rulers"], ["rescind", "cancel officially"], ["reverse", "rule against"], ["knock over", "cause to overturn from an upright or normal position"], ["repeal", "cancel officially"], ["bowl over", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"], ["overthrow", "rule against"], ["overrule", "rule against"], ["override", "rule against"], ["subvert", "cause the downfall of; of rulers"], ["vacate", "cancel officially"], ["revolutionise", "change radically"], ["countermand", "cancel officially"], ["annul", "cancel officially"]]}, {"answer": "overwhelming", "hint": "synonyms for overwhelming", "clues": [["overpower", "overcome, as with emotions or perceptual stimuli"], ["overwhelm", "overcome by superior force"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["flood out", "charge someone with too many tasks"], ["deluge", "charge someone with too many tasks"], ["sweep over", "overcome, as with emotions or perceptual stimuli"], ["submerge", "cover completely or make imperceptible"], ["overmaster", "overcome by superior force"], ["overtake", "overcome, as with emotions or perceptual stimuli"], ["overcome", "overcome, as with emotions or perceptual stimuli"], ["drown", "cover completely or make imperceptible"]]}, {"answer": "packed", "hint": "synonyms for packed", "clues": [["pack", "seal with packing"], ["load down", "load with a pack"], ["compact", "have the property of being packable or of compacting easily"], ["pile", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["jam", "press tightly together or cram"], ["wad", "compress into a wad"], ["tamp down", "press down tightly"], ["bundle", "compress into a wad"], ["carry", "have with oneself; have on one's person"], ["throng", "press tightly together or cram"], ["take", "have with oneself; have on one's person"], ["backpack", "hike with a backpack"], ["tamp", "press down tightly"]]}, {"answer": "padded", "hint": "synonyms for padded", "clues": [["pad", "add details to"], ["blow up", "add details to"], ["slog", "walk heavily and firmly, as when weary, or through mud"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["dramatise", "add details to"], ["fill out", "line or stuff with soft material"], ["embroider", "add details to"], ["aggrandize", "add details to"], ["bolster", "add padding to"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["trudge", "walk heavily and firmly, as when weary, or through mud"], ["embellish", "add details to"], ["lard", "add details to"], ["tramp", "walk heavily and firmly, as when weary, or through mud"]]}, {"answer": "paid", "hint": "synonyms for paid", "clues": [["pay", "cancel or discharge a debt"], ["yield", "bring in"], ["devote", "dedicate"], ["bear", "bring in"], ["pay off", "do or give something to somebody in return"], ["give", "dedicate"], ["pay up", "cancel or discharge a debt"], ["compensate", "do or give something to somebody in return"], ["ante up", "cancel or discharge a debt"], ["make up", "do or give something to somebody in return"]]}, {"answer": "pained", "hint": "synonyms for pained", "clues": [["pain", "cause bodily suffering to and make sick or indisposed"], ["hurt", "cause emotional anguish or make miserable"], ["anguish", "cause emotional anguish or make miserable"], ["ail", "cause bodily suffering to and make sick or indisposed"], ["trouble", "cause bodily suffering to and make sick or indisposed"]]}, {"answer": "paired", "hint": "synonyms for paired", "clues": [["partner off", "form a pair or pairs"], ["copulate", "engage in sexual intercourse"], ["match", "bring two objects, ideas, or people together"], ["couple", "engage in sexual intercourse"], ["pair off", "form a pair or pairs"], ["geminate", "arrange in pairs"], ["pair", "form a pair or pairs"], ["mate", "engage in sexual intercourse"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "palpitating", "hint": "synonyms for palpitating", "clues": [["quiver", "shake with fast, tremulous movements"], ["flutter", "beat rapidly"], ["palpitate", "shake with fast, tremulous movements"], ["quake", "shake with fast, tremulous movements"]]}, {"answer": "pampering", "hint": "synonyms for pampering", "clues": [["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "parented", "hint": "synonyms for parented", "clues": [["parent", "bring up"], ["rear", "bring up"], ["raise", "bring up"], ["nurture", "bring up"], ["bring up", "bring up"]]}, {"answer": "parted", "hint": "synonyms for parted", "clues": [["split up", "discontinue an association or relation; go different ways"], ["break up", "discontinue an association or relation; go different ways"], ["take off", "leave"], ["split", "go one's own way; move apart"], ["separate", "go one's own way; move apart"], ["part", "go one's own way; move apart"], ["depart", "leave"], ["set forth", "leave"], ["start", "leave"], ["divide", "force, take, or pull apart"], ["set out", "leave"], ["set off", "leave"], ["disunite", "force, take, or pull apart"], ["break", "discontinue an association or relation; go different ways"], ["start out", "leave"]]}, {"answer": "pass", "hint": "synonyms for pass", "clues": [["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["run", "pass over, across, or through"], ["reach", "place into the hands or custody of"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go by", "move past"], ["pass on", "place into the hands or custody of"], ["give", "place into the hands or custody of"], ["fleet", "disappear gradually"], ["elapse", "pass by"], ["spend", "pass time in a specific way"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["slip by", "pass by"], ["pass by", "move past"], ["hap", "come to pass"], ["guide", "pass over, across, or through"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["come about", "come to pass"], ["evanesce", "disappear gradually"], ["clear", "grant authorization or clearance for"], ["draw", "pass over, across, or through"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass off", "come to pass"], ["excrete", "eliminate from the body"], ["turn over", "place into the hands or custody of"], ["go on", "come to pass"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["put across", "transmit information"], ["return", "be inherited by"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go across", "go across or through"], ["make pass", "cause to pass"], ["occur", "come to pass"], ["make it", "go successfully through a test or a selection process"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["sink", "pass into a specified state or condition"], ["fall", "be inherited by"], ["blow over", "disappear gradually"], ["take place", "come to pass"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go past", "be superior or better than some standard"], ["go along", "pass by"], ["overstep", "be superior or better than some standard"], ["eliminate", "eliminate from the body"], ["authorise", "grant authorization or clearance for"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["exceed", "be superior or better than some standard"], ["fall out", "come to pass"], ["devolve", "be inherited by"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["top", "be superior or better than some standard"], ["surpass", "move past"], ["happen", "come to pass"], ["slide by", "pass by"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["overhaul", "travel past"], ["legislate", "make laws, bills, etc. or bring into effect by legislation"], ["hand", "place into the hands or custody of"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["travel by", "move past"], ["egest", "eliminate from the body"], ["overtake", "travel past"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go through", "go across or through"], ["transcend", "be superior or better than some standard"], ["communicate", "transmit information"], ["pass along", "transmit information"], ["slip away", "pass by"], ["fade", "disappear gradually"]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["run", "pass over, across, or through"], ["reach", "place into the hands or custody of"], ["pass", "come to pass"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go by", "move past"], ["pass on", "place into the hands or custody of"], ["give", "place into the hands or custody of"], ["fleet", "disappear gradually"], ["elapse", "pass by"], ["spend", "pass time in a specific way"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["slip by", "pass by"], ["pass by", "move past"], ["hap", "come to pass"], ["guide", "pass over, across, or through"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["come about", "come to pass"], ["evanesce", "disappear gradually"], ["clear", "grant authorization or clearance for"], ["draw", "pass over, across, or through"], ["pass off", "come to pass"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["excrete", "eliminate from the body"], ["turn over", "place into the hands or custody of"], ["go on", "come to pass"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["put across", "transmit information"], ["return", "be inherited by"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go across", "go across or through"], ["make pass", "cause to pass"], ["occur", "come to pass"], ["make it", "go successfully through a test or a selection process"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["sink", "pass into a specified state or condition"], ["blow over", "disappear gradually"], ["take place", "come to pass"], ["fall", "be inherited by"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go past", "be superior or better than some standard"], ["go along", "pass by"], ["overstep", "be superior or better than some standard"], ["eliminate", "eliminate from the body"], ["authorise", "grant authorization or clearance for"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["exceed", "be superior or better than some standard"], ["fall out", "come to pass"], ["devolve", "be inherited by"], ["top", "be superior or better than some standard"], ["surpass", "move past"], ["happen", "come to pass"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["slide by", "pass by"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["overhaul", "travel past"], ["legislate", "make laws, bills, etc. or bring into effect by legislation"], ["hand", "place into the hands or custody of"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["travel by", "move past"], ["egest", "eliminate from the body"], ["overtake", "travel past"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go through", "go across or through"], ["transcend", "be superior or better than some standard"], ["communicate", "transmit information"], ["pass along", "transmit information"], ["slip away", "pass by"], ["fade", "disappear gradually"]]}, {"answer": "patronised", "hint": "synonyms for patronised", "clues": [["patronise", "treat condescendingly"], ["keep going", "be a regular customer or client of"], ["support", "be a regular customer or client of"], ["condescend", "treat condescendingly"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["patronage", "be a regular customer or client of"]]}, {"answer": "patronising", "hint": "synonyms for patronising", "clues": [["patronise", "treat condescendingly"], ["keep going", "be a regular customer or client of"], ["support", "be a regular customer or client of"], ["condescend", "treat condescendingly"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["patronage", "be a regular customer or client of"]]}, {"answer": "patronized", "hint": "synonyms for patronized", "clues": [["patronise", "treat condescendingly"], ["keep going", "be a regular customer or client of"], ["support", "be a regular customer or client of"], ["condescend", "treat condescendingly"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["patronage", "be a regular customer or client of"]]}, {"answer": "patronizing", "hint": "synonyms for patronizing", "clues": [["patronise", "treat condescendingly"], ["keep going", "be a regular customer or client of"], ["support", "be a regular customer or client of"], ["condescend", "treat condescendingly"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["patronage", "be a regular customer or client of"]]}, {"answer": "paying", "hint": "synonyms for paying", "clues": [["pay", "cancel or discharge a debt"], ["yield", "bring in"], ["devote", "dedicate"], ["bear", "bring in"], ["pay off", "do or give something to somebody in return"], ["give", "dedicate"], ["pay up", "cancel or discharge a debt"], ["compensate", "do or give something to somebody in return"], ["ante up", "cancel or discharge a debt"], ["make up", "do or give something to somebody in return"]]}, {"answer": "pedal", "hint": "synonyms for pedal", "clues": [["wheel", "ride a bicycle"], ["cycle", "ride a bicycle"], ["bike", "ride a bicycle"], ["bicycle", "ride a bicycle"]]}, {"answer": "peeled", "hint": "synonyms for peeled", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["peel", "come off in flakes or thin small pieces"], ["flake", "come off in flakes or thin small pieces"], ["peel off", "come off in flakes or thin small pieces"], ["skin", "strip the skin off"], ["flake off", "come off in flakes or thin small pieces"], ["unclothe", "get undressed"], ["undress", "get undressed"], ["strip down", "get undressed"], ["strip", "get undressed"], ["pare", "strip the skin off"]]}, {"answer": "penetrating", "hint": "synonyms for penetrating", "clues": [["penetrate", "make one's way deeper into or through"], ["perforate", "pass into or through, often by overcoming resistance"], ["sink in", "become clear or enter one's consciousness or emotions"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["permeate", "spread or diffuse through"], ["click", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"], ["infiltrate", "enter a group or organization in order to spy on the members"], ["imbue", "spread or diffuse through"], ["bottom", "come to understand"], ["pervade", "spread or diffuse through"], ["interpenetrate", "spread or diffuse through"], ["get across", "become clear or enter one's consciousness or emotions"], ["get through", "become clear or enter one's consciousness or emotions"], ["come home", "become clear or enter one's consciousness or emotions"], ["diffuse", "spread or diffuse through"], ["riddle", "spread or diffuse through"], ["fathom", "come to understand"]]}, {"answer": "pent", "hint": "synonyms for pent", "clues": [["pen", "produce a literary work"], ["indite", "produce a literary work"], ["compose", "produce a literary work"], ["write", "produce a literary work"]]}, {"answer": "permeating", "hint": "synonyms for permeating", "clues": [["pervade", "spread or diffuse through"], ["permeate", "penetrate mutually or be interlocked"], ["interpenetrate", "penetrate mutually or be interlocked"], ["riddle", "spread or diffuse through"], ["sink in", "pass through"], ["penetrate", "spread or diffuse through"], ["imbue", "spread or diffuse through"], ["filter", "pass through"], ["percolate", "pass through"], ["diffuse", "spread or diffuse through"]]}, {"answer": "perplexed", "hint": "synonyms for perplexed", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["perplex", "make more complicated"], ["bewilder", "be a mystery or bewildering to"], ["complicate", "make more complicated"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "perplexing", "hint": "synonyms for perplexing", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["perplex", "make more complicated"], ["bewilder", "be a mystery or bewildering to"], ["complicate", "make more complicated"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "persevering", "hint": "synonyms for persevering", "clues": [["persevere", "be persistent, refuse to stop"], ["hang in", "be persistent, refuse to stop"], ["persist", "be persistent, refuse to stop"], ["hold on", "be persistent, refuse to stop"]]}, {"answer": "persisting", "hint": "synonyms for persisting", "clues": [["die hard", "continue to exist"], ["remain", "stay behind"], ["persist", "continue to exist"], ["hang in", "be persistent, refuse to stop"], ["stay", "stay behind"], ["run", "continue to exist"], ["endure", "continue to exist"], ["prevail", "continue to exist"], ["persevere", "be persistent, refuse to stop"], ["hold on", "be persistent, refuse to stop"]]}, {"answer": "perturbed", "hint": "synonyms for perturbed", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb or interfere with the usual path of an electron or atom"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["derange", "throw into great confusion or disorder"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["throw out of kilter", "throw into great confusion or disorder"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "perturbing", "hint": "synonyms for perturbing", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb or interfere with the usual path of an electron or atom"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["derange", "throw into great confusion or disorder"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["throw out of kilter", "throw into great confusion or disorder"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "perverted", "hint": "synonyms for perverted", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["abuse", "change the inherent purpose or function of something"], ["debase", "corrupt morally or by intemperance or sensuality"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["misuse", "change the inherent purpose or function of something"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "pestered", "hint": "synonyms for pestered", "clues": [["pester", "annoy persistently"], ["beleaguer", "annoy persistently"], ["bug", "annoy persistently"], ["tease", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "pestering", "hint": "synonyms for pestering", "clues": [["pester", "annoy persistently"], ["beleaguer", "annoy persistently"], ["bug", "annoy persistently"], ["tease", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "petrifying", "hint": "synonyms for petrifying", "clues": [["petrify", "change into stone"], ["rigidify", "make rigid and set into a conventional pattern"], ["lapidify", "change into stone"], ["ossify", "make rigid and set into a conventional pattern"]]}, {"answer": "pictured", "hint": "synonyms for pictured", "clues": [["depict", "show in, or as in, a picture"], ["fancy", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["show", "show in, or as in, a picture"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["render", "show in, or as in, a picture"], ["picture", "show in, or as in, a picture"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "piddling", "hint": "synonyms for piddling", "clues": [["piddle", "waste time; spend one's time idly or inefficiently"], ["pee-pee", "eliminate urine"], ["trifle", "waste time; spend one's time idly or inefficiently"], ["piddle away", "waste time; spend one's time idly or inefficiently"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["piss", "eliminate urine"], ["wanton", "waste time; spend one's time idly or inefficiently"], ["puddle", "eliminate urine"], ["wanton away", "waste time; spend one's time idly or inefficiently"], ["relieve oneself", "eliminate urine"], ["make water", "eliminate urine"], ["urinate", "eliminate urine"], ["make", "eliminate urine"], ["micturate", "eliminate urine"], ["wee", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"]]}, {"answer": "piffling", "hint": "synonyms for piffling", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "act in a trivial or ineffective way"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "pillaged", "hint": "synonyms for pillaged", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "pinched", "hint": "synonyms for pinched", "clues": [["pilfer", "make off with belongings of others"], ["pinch", "make ridges into by pinching together"], ["purloin", "make off with belongings of others"], ["crimp", "make ridges into by pinching together"], ["swipe", "make off with belongings of others"], ["top", "cut the top off"], ["squeeze", "squeeze tightly between the fingers"], ["tweet", "squeeze tightly between the fingers"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["nip", "squeeze tightly between the fingers"], ["vellicate", "irritate as if by a nip, pinch, or tear"], ["twitch", "squeeze tightly between the fingers"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["twinge", "squeeze tightly between the fingers"], ["abstract", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "pink", "hint": "synonyms for pink", "clues": [["ping", "sound like a car engine that is firing too early"], ["knock", "sound like a car engine that is firing too early"], ["rap", "make light, repeated taps on a surface"], ["tap", "make light, repeated taps on a surface"]]}, {"answer": "pissed", "hint": "synonyms for pissed", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "pitched", "hint": "synonyms for pitched", "clues": [["pitch", "sell or offer for sale from place to place"], ["toss", "throw or toss with a light motion"], ["incline", "be at an angle"], ["tilt", "heel over"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["slope", "be at an angle"], ["sky", "throw or toss with a light motion"], ["cant over", "heel over"], ["cant", "heel over"], ["shift", "move abruptly"], ["set up", "erect and fasten"], ["gear", "set the level or character of"], ["lurch", "move abruptly"], ["slant", "heel over"], ["deliver", "throw or hurl from the mound to the batter, as in baseball"], ["vend", "sell or offer for sale from place to place"], ["flip", "throw or toss with a light motion"], ["monger", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "pitted", "hint": "synonyms for pitted", "clues": [["mark", "mark with a scar"], ["pock", "mark with a scar"], ["oppose", "set into opposition or rivalry"], ["pit", "remove the pits from"], ["match", "set into opposition or rivalry"], ["scar", "mark with a scar"], ["play off", "set into opposition or rivalry"], ["stone", "remove the pits from"]]}, {"answer": "placating", "hint": "synonyms for placating", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "placed", "hint": "synonyms for placed", "clues": [["set", "locate"], ["come out", "take a place in a competition; often followed by an ordinal"], ["place", "to arrange for"], ["localise", "locate"], ["position", "put into a certain place or abstract location"], ["station", "assign to a station"], ["put", "put into a certain place or abstract location"], ["target", "intend (something) to move towards a certain goal"], ["identify", "recognize as being; establish the identity of someone or something"], ["send", "assign to a station"], ["pose", "put into a certain place or abstract location"], ["range", "assign a rank or rating to"], ["direct", "intend (something) to move towards a certain goal"], ["order", "assign a rank or rating to"], ["locate", "assign a location to"], ["grade", "assign a rank or rating to"], ["lay", "put into a certain place or abstract location"], ["rank", "assign a rank or rating to"], ["rate", "assign a rank or rating to"], ["come in", "take a place in a competition; often followed by an ordinal"], ["commit", "make an investment"], ["point", "intend (something) to move towards a certain goal"], ["site", "assign a location to"], ["post", "assign to a station"], ["aim", "intend (something) to move towards a certain goal"], ["invest", "make an investment"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["sound off", "express complaints, discontent, displeasure, or unhappiness"], ["kick", "express complaints, discontent, displeasure, or unhappiness"], ["complain", "express complaints, discontent, displeasure, or unhappiness"], ["quetch", "express complaints, discontent, displeasure, or unhappiness"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "planned", "hint": "synonyms for planned", "clues": [["design", "make a design of; plan out in systematic, often graphic form"], ["be after", "have the will and intention to carry out some action"], ["plan", "have the will and intention to carry out some action"], ["project", "make or work out a plan for; devise"], ["contrive", "make or work out a plan for; devise"]]}, {"answer": "planted", "hint": "synonyms for planted", "clues": [["plant", "place something or someone in a certain position in order to secretly observe or deceive"], ["institute", "set up or lay the groundwork for"], ["set", "put or set (seeds, seedlings, or plants) into the ground"], ["engraft", "fix or set securely or deeply"], ["found", "set up or lay the groundwork for"], ["embed", "fix or set securely or deeply"], ["constitute", "set up or lay the groundwork for"], ["imbed", "fix or set securely or deeply"], ["implant", "put firmly in the mind"], ["establish", "set up or lay the groundwork for"]]}, {"answer": "plastered", "hint": "synonyms for plastered", "clues": [["plaster", "apply a heavy coat to"], ["plaster over", "apply a heavy coat to"], ["stick on", "apply a heavy coat to"], ["daub", "coat with plaster"], ["poultice", "dress by covering with a therapeutic substance"]]}, {"answer": "played", "hint": "synonyms for played", "clues": [["play", "stake on the outcome of an issue"], ["toy", "engage in an activity as if it were a game rather than take it seriously"], ["bring", "cause to happen or to occur as a consequence"], ["dally", "consider not very seriously"], ["act", "play a role or part"], ["encounter", "contend against an opponent in a sport, game, or battle"], ["make for", "cause to happen or to occur as a consequence"], ["spiel", "replay (as a melody)"], ["take on", "contend against an opponent in a sport, game, or battle"], ["trifle", "consider not very seriously"], ["meet", "contend against an opponent in a sport, game, or battle"], ["recreate", "engage in recreational activities rather than work; occupy oneself in a diversion"], ["act as", "pretend to have certain qualities or state of mind"], ["represent", "play a role or part"], ["run", "cause to emit recorded audio or video"], ["diddle", "manipulate manually or in one's mind or imagination"], ["fiddle", "manipulate manually or in one's mind or imagination"], ["work", "cause to happen or to occur as a consequence"], ["playact", "perform on a stage or theater"], ["wreak", "cause to happen or to occur as a consequence"], ["flirt", "behave carelessly or indifferently"], ["wager", "stake on the outcome of an issue"], ["roleplay", "perform on a stage or theater"], ["bet", "stake on the outcome of an issue"]]}, {"answer": "pledged", "hint": "synonyms for pledged", "clues": [["plight", "promise solemnly and formally"], ["pledge", "give as a guarantee"], ["salute", "propose a toast to"], ["drink", "propose a toast to"], ["wassail", "propose a toast to"], ["subscribe", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals"], ["toast", "propose a toast to"]]}, {"answer": "plodding", "hint": "synonyms for plodding", "clues": [["slog", "walk heavily and firmly, as when weary, or through mud"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["tramp", "walk heavily and firmly, as when weary, or through mud"], ["pad", "walk heavily and firmly, as when weary, or through mud"], ["trudge", "walk heavily and firmly, as when weary, or through mud"]]}, {"answer": "plowed", "hint": "synonyms for plowed", "clues": [["address", "act on verbally or in some form of artistic expression"], ["plow", "act on verbally or in some form of artistic expression"], ["cover", "act on verbally or in some form of artistic expression"], ["deal", "act on verbally or in some form of artistic expression"], ["plough", "move in a way resembling that of a plow cutting into or going through the soil"], ["handle", "act on verbally or in some form of artistic expression"], ["treat", "act on verbally or in some form of artistic expression"], ["turn", "to break and turn over earth especially with a plow"]]}, {"answer": "plucked", "hint": "synonyms for plucked", "clues": [["pull off", "pull or pull out sharply"], ["hook", "rip off; ask an unreasonable price"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["rob", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["roll", "sell something to or obtain something from by energetic and especially underhanded activity"], ["pick", "pull lightly but sharply with a plucking motion"], ["displume", "strip of feathers"], ["overcharge", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"], ["fleece", "rip off; ask an unreasonable price"], ["plunk", "pull lightly but sharply with a plucking motion"], ["pull", "strip of feathers"], ["tear", "strip of feathers"], ["tweak", "pull or pull out sharply"], ["pick off", "pull or pull out sharply"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["cull", "look for and gather"]]}, {"answer": "plugged", "hint": "synonyms for plugged", "clues": [["plug", "deliver a quick blow to"], ["plug away", "persist in working hard"], ["secure", "fill or close tightly with or as if with a plug"], ["punch", "deliver a quick blow to"], ["stop up", "fill or close tightly with or as if with a plug"]]}, {"answer": "plumed", "hint": "synonyms for plumed", "clues": [["plume", "form a plume"], ["hook", "rip off; ask an unreasonable price"], ["rob", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["primp", "dress or groom with elaborate care"], ["preen", "dress or groom with elaborate care"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"], ["fleece", "rip off; ask an unreasonable price"], ["congratulate", "be proud of"], ["surcharge", "rip off; ask an unreasonable price"], ["dress", "dress or groom with elaborate care"], ["pride", "be proud of"]]}, {"answer": "plump", "hint": "synonyms for plump", "clues": [["flesh out", "make fat or plump"], ["plunk", "set (something or oneself) down with or as if with a noise"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["fat", "make fat or plump"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["fill out", "make fat or plump"], ["plank", "set (something or oneself) down with or as if with a noise"], ["plummet", "drop sharply"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["fatten", "make fat or plump"], ["go", "give support (to) or make a choice (of) one out of a group or number"], ["plunk down", "set (something or oneself) down with or as if with a noise"], ["flump", "set (something or oneself) down with or as if with a noise"], ["fatten out", "make fat or plump"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "plumping", "hint": "synonyms for plumping", "clues": [["plump out", "make fat or plump"], ["fatten", "make fat or plump"], ["plummet", "drop sharply"], ["plump", "give support (to) or make a choice (of) one out of a group or number"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plop", "set (something or oneself) down with or as if with a noise"], ["flesh out", "make fat or plump"], ["plunk", "set (something or oneself) down with or as if with a noise"], ["fatten up", "make fat or plump"], ["fat", "make fat or plump"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plank", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["fill out", "make fat or plump"], ["go", "give support (to) or make a choice (of) one out of a group or number"], ["plunk down", "set (something or oneself) down with or as if with a noise"], ["fatten out", "make fat or plump"]]}, {"answer": "plundered", "hint": "synonyms for plundered", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["spoil", "destroy and strip of its possession"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["sack", "plunder (a town) after capture"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["rape", "destroy and strip of its possession"], ["strip", "steal goods; take as spoils"], ["violate", "destroy and strip of its possession"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "plundering", "hint": "synonyms for plundering", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["spoil", "destroy and strip of its possession"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["sack", "plunder (a town) after capture"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["rape", "destroy and strip of its possession"], ["strip", "steal goods; take as spoils"], ["violate", "destroy and strip of its possession"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "pocked", "hint": "synonyms for pocked", "clues": [["pit", "mark with a scar"], ["mark", "mark with a scar"], ["scar", "mark with a scar"], ["pock", "mark with a scar"]]}, {"answer": "pointed", "hint": "synonyms for pointed", "clues": [["level", "direct into a position for use"], ["point", "direct into a position for use"], ["channelize", "direct the course; determine the direction of travelling"], ["place", "intend (something) to move towards a certain goal"], ["signal", "be a signal for or a symptom of"], ["charge", "direct into a position for use"], ["target", "intend (something) to move towards a certain goal"], ["orient", "be oriented"], ["betoken", "be a signal for or a symptom of"], ["head", "direct the course; determine the direction of travelling"], ["taper", "give a point to"], ["direct", "intend (something) to move towards a certain goal"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["steer", "direct the course; determine the direction of travelling"], ["indicate", "be a signal for or a symptom of"], ["repoint", "repair the joints of bricks"], ["manoeuver", "direct the course; determine the direction of travelling"], ["sharpen", "give a point to"], ["guide", "direct the course; determine the direction of travelling"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["luff", "sail close to the wind"], ["bespeak", "be a signal for or a symptom of"], ["aim", "intend (something) to move towards a certain goal"]]}, {"answer": "polish", "hint": "synonyms for polish", "clues": [["down", "improve or perfect by pruning or polishing"], ["brush up", "bring to a highly developed, finished, or refined state"], ["shine", "make (a surface) shine"], ["smoothen", "make (a surface) shine"], ["polish up", "bring to a highly developed, finished, or refined state"], ["round", "bring to a highly developed, finished, or refined state"], ["fine-tune", "improve or perfect by pruning or polishing"], ["round off", "bring to a highly developed, finished, or refined state"], ["refine", "improve or perfect by pruning or polishing"]]}, {"answer": "polished", "hint": "synonyms for polished", "clues": [["polish", "make (a surface) shine"], ["down", "improve or perfect by pruning or polishing"], ["brush up", "bring to a highly developed, finished, or refined state"], ["shine", "make (a surface) shine"], ["smoothen", "make (a surface) shine"], ["polish up", "bring to a highly developed, finished, or refined state"], ["round", "bring to a highly developed, finished, or refined state"], ["fine-tune", "improve or perfect by pruning or polishing"], ["round off", "bring to a highly developed, finished, or refined state"], ["refine", "improve or perfect by pruning or polishing"]]}, {"answer": "pondering", "hint": "synonyms for pondering", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "pop", "hint": "synonyms for pop", "clues": [["come out", "bulge outward"], ["bulge out", "bulge outward"], ["bulge", "bulge outward"], ["pop out", "bulge outward"], ["belt down", "drink down entirely"], ["kill", "drink down entirely"], ["protrude", "bulge outward"], ["down", "drink down entirely"], ["drink down", "drink down entirely"], ["start", "bulge outward"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"], ["crop up", "appear suddenly or unexpectedly"], ["pop up", "appear suddenly or unexpectedly"]]}, {"answer": "populated", "hint": "synonyms for populated", "clues": [["dwell", "inhabit or live in; be an inhabitant of"], ["inhabit", "inhabit or live in; be an inhabitant of"], ["live", "inhabit or live in; be an inhabitant of"], ["populate", "inhabit or live in; be an inhabitant of"]]}, {"answer": "portrayed", "hint": "synonyms for portrayed", "clues": [["portray", "portray in words"], ["depict", "make a portrait of"], ["present", "represent abstractly, for example in a painting, drawing, or sculpture"], ["impersonate", "assume or act the character of"], ["limn", "make a portrait of"]]}, {"answer": "posed", "hint": "synonyms for posed", "clues": [["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["present", "introduce"], ["posture", "assume a posture as for artistic purposes"], ["position", "put into a certain place or abstract location"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["model", "assume a posture as for artistic purposes"], ["sit", "assume a posture as for artistic purposes"], ["pose", "be a mystery or bewildering to"], ["put", "put into a certain place or abstract location"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["place", "put into a certain place or abstract location"], ["gravel", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["set", "put into a certain place or abstract location"], ["amaze", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["lay", "put into a certain place or abstract location"], ["impersonate", "pretend to be someone you are not; sometimes with fraudulent intentions"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "positioning", "hint": "synonyms for positioning", "clues": [["position", "cause to be in an appropriate place, state, or relation"], ["lay", "put into a certain place or abstract location"], ["set", "put into a certain place or abstract location"], ["put", "put into a certain place or abstract location"], ["place", "put into a certain place or abstract location"], ["pose", "put into a certain place or abstract location"]]}, {"answer": "posted", "hint": "synonyms for posted", "clues": [["mail", "cause to be directed or transmitted to another place"], ["send", "cause to be directed or transmitted to another place"], ["post", "cause to be directed or transmitted to another place"], ["station", "assign to a station"], ["carry", "transfer (entries) from one account book to another"], ["brand", "mark or expose as infamous"], ["stake", "mark with a stake"], ["put up", "place so as to be noticed"], ["place", "assign to a station"]]}, {"answer": "pouring", "hint": "synonyms for pouring", "clues": [["pour", "rain heavily"], ["decant", "pour out"], ["stream", "move in large numbers"], ["pour out", "pour out"], ["teem", "move in large numbers"], ["pelt", "rain heavily"], ["swarm", "move in large numbers"], ["rain cats and dogs", "rain heavily"], ["rain buckets", "rain heavily"], ["pullulate", "move in large numbers"]]}, {"answer": "practiced", "hint": "synonyms for practiced", "clues": [["practice", "carry out or practice; as of jobs and professions"], ["drill", "learn by repetition"], ["commit", "engage in or perform"], ["rehearse", "engage in a rehearsal (of)"], ["use", "avail oneself to"], ["apply", "avail oneself to"], ["exercise", "carry out or practice; as of jobs and professions"], ["do", "carry out or practice; as of jobs and professions"]]}, {"answer": "practised", "hint": "synonyms for practised", "clues": [["practice", "carry out or practice; as of jobs and professions"], ["drill", "learn by repetition"], ["rehearse", "engage in a rehearsal (of)"], ["exercise", "carry out or practice; as of jobs and professions"], ["do", "carry out or practice; as of jobs and professions"]]}, {"answer": "preceding", "hint": "synonyms for preceding", "clues": [["precede", "be the predecessor of"], ["antecede", "be earlier in time; go back further"], ["premise", "furnish with a preface or introduction"], ["antedate", "be earlier in time; go back further"], ["forego", "be earlier in time; go back further"], ["preface", "furnish with a preface or introduction"], ["predate", "come before"], ["lead", "move ahead (of others) in time or space"], ["introduce", "furnish with a preface or introduction"], ["come before", "be the predecessor of"]]}, {"answer": "predominate", "hint": "synonyms for predominate", "clues": [["hulk", "appear very large or occupy a commanding position"], ["tower", "appear very large or occupy a commanding position"], ["prevail", "be larger in number, quantity, power, status or importance"], ["loom", "appear very large or occupy a commanding position"], ["reign", "be larger in number, quantity, power, status or importance"], ["dominate", "be larger in number, quantity, power, status or importance"], ["rule", "be larger in number, quantity, power, status or importance"]]}, {"answer": "preferred", "hint": "synonyms for preferred", "clues": [["favour", "promote over another"], ["prefer", "give preference to one creditor over another"], ["choose", "select as an alternative over another"], ["opt", "select as an alternative over another"]]}, {"answer": "prepared", "hint": "synonyms for prepared", "clues": [["organize", "arrange by systematic planning and united effort"], ["machinate", "arrange by systematic planning and united effort"], ["ready", "prepare for eating by applying heat"], ["train", "undergo training or instruction in preparation for a particular role, function, or profession"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["prepare", "lead up to and soften by sounding the dissonant note in it as a consonant note in the preceding chord"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["groom", "educate for a future role or function"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["devise", "arrange by systematic planning and united effort"], ["educate", "create by training and teaching"], ["make", "prepare for eating by applying heat"], ["cook", "prepare for eating by applying heat"], ["develop", "create by training and teaching"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["get up", "arrange by systematic planning and united effort"]]}, {"answer": "preponderating", "hint": "synonyms for preponderating", "clues": [["outweigh", "weigh more heavily"], ["preponderate", "weigh more heavily"], ["outbalance", "weigh more heavily"], ["overbalance", "weigh more heavily"]]}, {"answer": "present", "hint": "synonyms for present", "clues": [["gift", "give as a present; make a gift of"], ["face", "present somebody with something, usually to accuse or criticize"], ["represent", "bring forward and present to the mind"], ["acquaint", "cause to come to know personally"], ["exhibit", "give an exhibition of to an interested audience"], ["lay out", "bring forward and present to the mind"], ["show", "give an exhibition of to an interested audience"], ["confront", "present somebody with something, usually to accuse or criticize"], ["deliver", "deliver (a speech, oration, or idea)"], ["demo", "give an exhibition of to an interested audience"], ["pose", "introduce"], ["submit", "hand over formally"], ["salute", "recognize with a gesture prescribed by a military regulation; assume a prescribed position"], ["give", "give as a present; make a gift of"], ["stage", "perform (a play), especially on a stage"], ["introduce", "cause to come to know personally"], ["demonstrate", "give an exhibition of to an interested audience"], ["award", "give, especially as an honor or reward"], ["portray", "represent abstractly, for example in a painting, drawing, or sculpture"]]}, {"answer": "preserved", "hint": "synonyms for preserved", "clues": [["maintain", "keep in safety and protect from harm, decay, loss, or destruction"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["preserve", "maintain in safety from injury, harm, or danger"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last"], ["continue", "keep or maintain in unaltered condition; cause to remain or last"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["save", "to keep up and reserve for personal or special use"], ["keep", "prevent (food) from rotting"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "pressed", "hint": "synonyms for pressed", "clues": [["press", "be urgent"], ["compress", "squeeze or press together"], ["urge on", "force or impel in an indicated direction"], ["compact", "squeeze or press together"], ["weight-lift", "lift weights"], ["iron out", "press and smooth with a heated iron"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["iron", "press and smooth with a heated iron"], ["beseech", "ask for or request earnestly"], ["contract", "squeeze or press together"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["entreat", "ask for or request earnestly"], ["exhort", "force or impel in an indicated direction"], ["weigh", "to be oppressive or burdensome; ,"], ["urge", "force or impel in an indicated direction"], ["adjure", "ask for or request earnestly"], ["push", "make strenuous pushing movements during birth to expel the baby"], ["squeeze", "squeeze or press together"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["constrict", "squeeze or press together"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["conjure", "ask for or request earnestly"], ["bid", "ask for or request earnestly"], ["press out", "press from a plastic"]]}, {"answer": "pressing", "hint": "synonyms for pressing", "clues": [["press", "be urgent"], ["compress", "squeeze or press together"], ["urge on", "force or impel in an indicated direction"], ["compact", "squeeze or press together"], ["weight-lift", "lift weights"], ["iron out", "press and smooth with a heated iron"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["iron", "press and smooth with a heated iron"], ["beseech", "ask for or request earnestly"], ["contract", "squeeze or press together"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["entreat", "ask for or request earnestly"], ["exhort", "force or impel in an indicated direction"], ["weigh", "to be oppressive or burdensome; ,"], ["urge", "force or impel in an indicated direction"], ["adjure", "ask for or request earnestly"], ["push", "make strenuous pushing movements during birth to expel the baby"], ["squeeze", "squeeze or press together"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["constrict", "squeeze or press together"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["conjure", "ask for or request earnestly"], ["bid", "ask for or request earnestly"], ["press out", "press from a plastic"]]}, {"answer": "pretend", "hint": "synonyms for pretend", "clues": [["affect", "make believe with the intent to deceive"], ["sham", "make believe with the intent to deceive"], ["guess", "put forward, of a guess, in spite of possible refutation"], ["profess", "state insincerely"], ["venture", "put forward, of a guess, in spite of possible refutation"], ["dissemble", "make believe with the intent to deceive"], ["hazard", "put forward, of a guess, in spite of possible refutation"], ["feign", "make believe with the intent to deceive"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like"], ["act", "behave unnaturally or affectedly"], ["make", "represent fictitiously, as in a play, or pretend to be or act like"]]}, {"answer": "pretended", "hint": "synonyms for pretended", "clues": [["pretend", "state insincerely"], ["affect", "make believe with the intent to deceive"], ["sham", "make believe with the intent to deceive"], ["guess", "put forward, of a guess, in spite of possible refutation"], ["profess", "state insincerely"], ["venture", "put forward, of a guess, in spite of possible refutation"], ["dissemble", "make believe with the intent to deceive"], ["hazard", "put forward, of a guess, in spite of possible refutation"], ["feign", "make believe with the intent to deceive"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like"], ["act", "behave unnaturally or affectedly"], ["make", "represent fictitiously, as in a play, or pretend to be or act like"]]}, {"answer": "prevailing", "hint": "synonyms for prevailing", "clues": [["die hard", "continue to exist"], ["hold", "be valid, applicable, or true"], ["persist", "continue to exist"], ["prevail", "prove superior"], ["dominate", "be larger in number, quantity, power, status or importance"], ["predominate", "be larger in number, quantity, power, status or importance"], ["rule", "be larger in number, quantity, power, status or importance"], ["run", "continue to exist"], ["obtain", "be valid, applicable, or true"], ["endure", "continue to exist"], ["triumph", "prove superior"], ["reign", "be larger in number, quantity, power, status or importance"]]}, {"answer": "primed", "hint": "synonyms for primed", "clues": [["undercoat", "cover with a primer; apply a primer to"], ["prime", "insert a primer into (a gun, mine, or charge) preparatory to detonation or firing"], ["ground", "cover with a primer; apply a primer to"], ["prim out", "dress primly"], ["prim up", "dress primly"]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["appreciate", "hold dear"], ["jimmy", "to move or force, especially in an effort to get something open; :"], ["treasure", "hold dear"], ["lever", "to move or force, especially in an effort to get something open; :"], ["prise", "to move or force, especially in an effort to get something open; :"], ["pry", "to move or force, especially in an effort to get something open; :"], ["respect", "regard highly; think much of"], ["value", "regard highly; think much of"], ["esteem", "regard highly; think much of"]]}, {"answer": "probing", "hint": "synonyms for probing", "clues": [["examine", "question or examine thoroughly and closely"], ["dig into", "examine physically with or as if with a probe"], ["probe", "question or examine thoroughly and closely"], ["poke into", "examine physically with or as if with a probe"]]}, {"answer": "processed", "hint": "synonyms for processed", "clues": [["process", "institute legal proceedings against; file a suit against"], ["treat", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition"], ["litigate", "institute legal proceedings against; file a suit against"], ["action", "institute legal proceedings against; file a suit against"], ["work on", "shape, form, or improve a material"], ["swear out", "deliver a warrant or summons to someone"], ["serve", "deliver a warrant or summons to someone"], ["sue", "institute legal proceedings against; file a suit against"], ["work", "shape, form, or improve a material"], ["march", "march in a procession"]]}, {"answer": "proclaimed", "hint": "synonyms for proclaimed", "clues": [["laud", "praise, glorify, or honor"], ["glorify", "praise, glorify, or honor"], ["exalt", "praise, glorify, or honor"], ["proclaim", "state or announce"], ["extol", "praise, glorify, or honor"], ["predicate", "affirm or declare as an attribute or quality of"], ["promulgate", "state or announce"], ["exclaim", "state or announce"]]}, {"answer": "profane", "hint": "synonyms for profane", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["desecrate", "violate the sacred character of a place or language"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["violate", "violate the sacred character of a place or language"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["outrage", "violate the sacred character of a place or language"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "profaned", "hint": "synonyms for profaned", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["desecrate", "violate the sacred character of a place or language"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["profane", "violate the sacred character of a place or language"], ["violate", "violate the sacred character of a place or language"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["outrage", "violate the sacred character of a place or language"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "professed", "hint": "synonyms for professed", "clues": [["profess", "state freely"], ["concede", "admit (to a wrongdoing)"], ["confess", "admit (to a wrongdoing)"], ["pretend", "state insincerely"]]}, {"answer": "prohibited", "hint": "synonyms for prohibited", "clues": [["interdict", "command against"], ["nix", "command against"], ["forbid", "command against"], ["prohibit", "command against"], ["veto", "command against"], ["disallow", "command against"], ["proscribe", "command against"]]}, {"answer": "projected", "hint": "synonyms for projected", "clues": [["project", "draw a projection of"], ["fancy", "imagine; conceive of; see in one's mind"], ["externalize", "regard as objective"], ["protrude", "extend out or project in space"], ["design", "make or work out a plan for; devise"], ["cast", "put or send forth"], ["contrive", "make or work out a plan for; devise"], ["throw", "put or send forth"], ["stick out", "extend out or project in space"], ["jut out", "extend out or project in space"], ["visualize", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["send off", "throw, send, or cast forward"], ["propose", "present for consideration, examination, criticism, etc."], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["jut", "extend out or project in space"], ["plan", "make or work out a plan for; devise"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "projecting", "hint": "synonyms for projecting", "clues": [["project", "draw a projection of"], ["fancy", "imagine; conceive of; see in one's mind"], ["externalize", "regard as objective"], ["protrude", "extend out or project in space"], ["design", "make or work out a plan for; devise"], ["cast", "put or send forth"], ["contrive", "make or work out a plan for; devise"], ["throw", "put or send forth"], ["stick out", "extend out or project in space"], ["jut out", "extend out or project in space"], ["visualize", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["send off", "throw, send, or cast forward"], ["propose", "present for consideration, examination, criticism, etc."], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["jut", "extend out or project in space"], ["plan", "make or work out a plan for; devise"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "prolonged", "hint": "synonyms for prolonged", "clues": [["draw out", "lengthen in time; cause to be or last longer"], ["prolong", "lengthen in time; cause to be or last longer"], ["keep up", "lengthen or extend in duration or space"], ["extend", "lengthen in time; cause to be or last longer"], ["protract", "lengthen in time; cause to be or last longer"], ["sustain", "lengthen or extend in duration or space"]]}, {"answer": "promising", "hint": "synonyms for promising", "clues": [["promise", "make a promise or commitment"], ["prognosticate", "make a prediction about; tell in advance"], ["predict", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["call", "make a prediction about; tell in advance"], ["anticipate", "make a prediction about; tell in advance"], ["assure", "make a promise or commitment"], ["foretell", "make a prediction about; tell in advance"]]}, {"answer": "prompt", "hint": "synonyms for prompt", "clues": [["remind", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned"], ["instigate", "serve as the inciting cause of"], ["incite", "give an incentive for action"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["inspire", "serve as the inciting cause of"], ["move", "give an incentive for action"], ["motivate", "give an incentive for action"], ["cue", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned"]]}, {"answer": "pronounced", "hint": "synonyms for pronounced", "clues": [["articulate", "speak, pronounce, or utter in a certain way"], ["judge", "pronounce judgment on"], ["say", "speak, pronounce, or utter in a certain way"], ["enunciate", "speak, pronounce, or utter in a certain way"], ["enounce", "speak, pronounce, or utter in a certain way"], ["pronounce", "speak, pronounce, or utter in a certain way"], ["sound out", "speak, pronounce, or utter in a certain way"], ["label", "pronounce judgment on"]]}, {"answer": "propelling", "hint": "synonyms for propelling", "clues": [["propel", "cause to move forward with force"], ["incite", "give an incentive for action"], ["actuate", "give an incentive for action"], ["move", "give an incentive for action"], ["impel", "cause to move forward with force"], ["prompt", "give an incentive for action"], ["motivate", "give an incentive for action"]]}, {"answer": "proscribed", "hint": "synonyms for proscribed", "clues": [["interdict", "command against"], ["nix", "command against"], ["forbid", "command against"], ["prohibit", "command against"], ["veto", "command against"], ["disallow", "command against"], ["proscribe", "command against"]]}, {"answer": "prospering", "hint": "synonyms for prospering", "clues": [["flourish", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["thrive", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"]]}, {"answer": "protracted", "hint": "synonyms for protracted", "clues": [["draw out", "lengthen in time; cause to be or last longer"], ["prolong", "lengthen in time; cause to be or last longer"], ["extend", "lengthen in time; cause to be or last longer"], ["protract", "lengthen in time; cause to be or last longer"]]}, {"answer": "protruding", "hint": "synonyms for protruding", "clues": [["come out", "bulge outward"], ["bulge out", "bulge outward"], ["bulge", "bulge outward"], ["pop out", "bulge outward"], ["pouch", "swell or protrude outwards"], ["pop", "bulge outward"], ["protrude", "bulge outward"], ["project", "extend out or project in space"], ["jut", "extend out or project in space"], ["start", "bulge outward"], ["stick out", "extend out or project in space"], ["jut out", "extend out or project in space"]]}, {"answer": "proved", "hint": "synonyms for proved", "clues": [["test", "put to the test, as for its quality, or give experimental use to"], ["prove", "prove formally; demonstrate by a mathematical, formal proof"], ["turn out", "be shown or be found to be"], ["shew", "establish the validity of something, as by an example, explanation or experiment"], ["testify", "provide evidence for"], ["show", "provide evidence for"], ["evidence", "provide evidence for"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["try out", "put to the test, as for its quality, or give experimental use to"], ["rise", "increase in volume"], ["bear witness", "provide evidence for"], ["try", "put to the test, as for its quality, or give experimental use to"], ["turn up", "be shown or be found to be"], ["establish", "establish the validity of something, as by an example, explanation or experiment"], ["leaven", "cause to puff up with a leaven"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"]]}, {"answer": "proven", "hint": "synonyms for proven", "clues": [["test", "put to the test, as for its quality, or give experimental use to"], ["prove", "prove formally; demonstrate by a mathematical, formal proof"], ["turn out", "be shown or be found to be"], ["shew", "establish the validity of something, as by an example, explanation or experiment"], ["testify", "provide evidence for"], ["show", "provide evidence for"], ["evidence", "provide evidence for"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["try out", "put to the test, as for its quality, or give experimental use to"], ["rise", "increase in volume"], ["bear witness", "provide evidence for"], ["try", "put to the test, as for its quality, or give experimental use to"], ["turn up", "be shown or be found to be"], ["establish", "establish the validity of something, as by an example, explanation or experiment"], ["leaven", "cause to puff up with a leaven"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"]]}, {"answer": "provoked", "hint": "synonyms for provoked", "clues": [["provoke", "provide the needed stimulus for"], ["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["chivy", "annoy continually or chronically"], ["call forth", "evoke or provoke to appear or occur"], ["elicit", "call forth (emotions, feelings, and responses)"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"], ["harass", "annoy continually or chronically"], ["kindle", "call forth (emotions, feelings, and responses)"], ["stimulate", "provide the needed stimulus for"], ["hassle", "annoy continually or chronically"], ["arouse", "call forth (emotions, feelings, and responses)"], ["kick up", "evoke or provoke to appear or occur"]]}, {"answer": "provoking", "hint": "synonyms for provoking", "clues": [["provoke", "provide the needed stimulus for"], ["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["chivy", "annoy continually or chronically"], ["call forth", "evoke or provoke to appear or occur"], ["elicit", "call forth (emotions, feelings, and responses)"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"], ["harass", "annoy continually or chronically"], ["kindle", "call forth (emotions, feelings, and responses)"], ["stimulate", "provide the needed stimulus for"], ["hassle", "annoy continually or chronically"], ["arouse", "call forth (emotions, feelings, and responses)"], ["kick up", "evoke or provoke to appear or occur"]]}, {"answer": "prying", "hint": "synonyms for prying", "clues": [["jimmy", "to move or force, especially in an effort to get something open; :"], ["lever", "to move or force, especially in an effort to get something open; :"], ["prise", "to move or force, especially in an effort to get something open; :"], ["pry", "to move or force, especially in an effort to get something open; :"], ["prize", "to move or force, especially in an effort to get something open; :"], ["nose", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["poke", "search or inquire in a meddlesome way"], ["intrude", "search or inquire in a meddlesome way"]]}, {"answer": "publicised", "hint": "synonyms for publicised", "clues": [["bare", "make public"], ["advertize", "call attention to"], ["publicize", "make public"], ["air", "make public"]]}, {"answer": "publicized", "hint": "synonyms for publicized", "clues": [["bare", "make public"], ["advertize", "call attention to"], ["publicize", "make public"], ["air", "make public"]]}, {"answer": "published", "hint": "synonyms for published", "clues": [["issue", "prepare and issue for public distribution or sale"], ["release", "prepare and issue for public distribution or sale"], ["bring out", "prepare and issue for public distribution or sale"], ["publish", "put into print"], ["print", "put into print"], ["write", "have (one's written work) issued for publication"], ["put out", "prepare and issue for public distribution or sale"]]}, {"answer": "puff", "hint": "synonyms for puff", "clues": [["draw", "suck in or take (air)"], ["chuff", "blow hard and loudly"], ["whiff", "smoke and exhale strongly"], ["puff up", "to swell or cause to enlarge,"], ["gasp", "breathe noisily, as when one is exhausted"], ["heave", "breathe noisily, as when one is exhausted"], ["blow up", "to swell or cause to enlarge,"], ["drag", "suck in or take (air)"], ["puff out", "to swell or cause to enlarge,"], ["pant", "breathe noisily, as when one is exhausted"]]}, {"answer": "puffed", "hint": "synonyms for puffed", "clues": [["puff", "suck in or take (air)"], ["whiff", "smoke and exhale strongly"], ["huff", "blow hard and loudly"], ["gasp", "breathe noisily, as when one is exhausted"], ["heave", "breathe noisily, as when one is exhausted"], ["blow up", "to swell or cause to enlarge,"], ["drag", "suck in or take (air)"], ["draw", "suck in or take (air)"], ["puff up", "to swell or cause to enlarge,"], ["puff out", "to swell or cause to enlarge,"], ["pant", "breathe noisily, as when one is exhausted"]]}, {"answer": "pulverised", "hint": "synonyms for pulverised", "clues": [["pulverise", "destroy completely"], ["demolish", "destroy completely"], ["powder", "make into a powder by breaking up or cause to become dust"], ["powderize", "make into a powder by breaking up or cause to become dust"]]}, {"answer": "pulverized", "hint": "synonyms for pulverized", "clues": [["pulverise", "destroy completely"], ["demolish", "destroy completely"], ["powderize", "make into a powder by breaking up or cause to become dust"], ["powder", "make into a powder by breaking up or cause to become dust"]]}, {"answer": "purging", "hint": "synonyms for purging", "clues": [["purge", "oust politically"], ["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["purify", "make pure or free from sin or guilt"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["sanctify", "make pure or free from sin or guilt"], ["scour", "rinse, clean, or empty with a liquid"], ["retch", "eject the contents of the stomach through the mouth"], ["flush", "rinse, clean, or empty with a liquid"]]}, {"answer": "purifying", "hint": "synonyms for purifying", "clues": [["sublimate", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["purify", "make pure or free from sin or guilt"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["purge", "make pure or free from sin or guilt"], ["sanctify", "make pure or free from sin or guilt"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation"]]}, {"answer": "pursued", "hint": "synonyms for pursued", "clues": [["engage", "carry out or participate in an activity; be involved in"], ["prosecute", "carry out or participate in an activity; be involved in"], ["quest after", "go in search of or hunt for"], ["act on", "carry further or advance"], ["pursue", "carry out or participate in an activity; be involved in"], ["follow", "follow in or as if in pursuit"], ["go after", "go in search of or hunt for"], ["follow up on", "carry further or advance"], ["quest for", "go in search of or hunt for"]]}, {"answer": "pursuing", "hint": "synonyms for pursuing", "clues": [["engage", "carry out or participate in an activity; be involved in"], ["prosecute", "carry out or participate in an activity; be involved in"], ["quest after", "go in search of or hunt for"], ["act on", "carry further or advance"], ["pursue", "carry out or participate in an activity; be involved in"], ["follow", "follow in or as if in pursuit"], ["go after", "go in search of or hunt for"], ["follow up on", "carry further or advance"], ["quest for", "go in search of or hunt for"]]}, {"answer": "put_on", "hint": "synonyms for put on", "clues": [["apply", "apply to a surface"], ["gull", "fool or hoax"], ["put one across", "fool or hoax"], ["fool", "fool or hoax"], ["cod", "fool or hoax"], ["get into", "put clothing on one's body"], ["assume", "put clothing on one's body"], ["turn in", "carry out (performances)"], ["put one over", "fool or hoax"], ["mount", "prepare and supply with the necessary equipment for execution or performance"], ["befool", "fool or hoax"], ["wear", "put clothing on one's body"], ["dupe", "fool or hoax"], ["take in", "fool or hoax"], ["slang", "fool or hoax"], ["don", "put clothing on one's body"], ["gain", "increase (one's body weight)"]]}, {"answer": "puzzled", "hint": "synonyms for puzzled", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "puzzling", "hint": "synonyms for puzzling", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "qualified", "hint": "synonyms for qualified", "clues": [["measure up", "prove capable or fit; meet requirements"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["characterise", "describe or portray the character or the qualities or peculiarities of"], ["dispose", "make fit or prepared"], ["restrict", "make more specific"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["modify", "add a modifier to a constituent"]]}, {"answer": "quavering", "hint": "synonyms for quavering", "clues": [["quaver", "sing or play with trills, alternating with the half note above or below"], ["waver", "give off unsteady sounds, alternating in amplitude or frequency"], ["warble", "sing or play with trills, alternating with the half note above or below"], ["trill", "sing or play with trills, alternating with the half note above or below"]]}, {"answer": "queer", "hint": "synonyms for queer", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["peril", "put in a dangerous, disadvantageous, or difficult position"], ["endanger", "put in a dangerous, disadvantageous, or difficult position"], ["expose", "put in a dangerous, disadvantageous, or difficult position"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["scupper", "put in a dangerous, disadvantageous, or difficult position"]]}, {"answer": "quelled", "hint": "synonyms for quelled", "clues": [["stay", "overcome or allay"], ["appease", "overcome or allay"], ["quell", "overcome or allay"], ["quench", "suppress or crush completely"], ["squelch", "suppress or crush completely"]]}, {"answer": "quenched", "hint": "synonyms for quenched", "clues": [["quench", "reduce the degree of (luminescence or phosphorescence) in (excited molecules or a material) by adding a suitable substance"], ["assuage", "satisfy (thirst)"], ["squelch", "suppress or crush completely"], ["quell", "suppress or crush completely"], ["allay", "satisfy (thirst)"], ["slake", "satisfy (thirst)"], ["extinguish", "put out, as of fires, flames, or lights"], ["snuff out", "put out, as of fires, flames, or lights"], ["blow out", "put out, as of fires, flames, or lights"]]}, {"answer": "questioning", "hint": "synonyms for questioning", "clues": [["call into question", "challenge the accuracy, probity, or propriety of"], ["question", "conduct an interview in television, newspaper, and radio reporting"], ["oppugn", "challenge the accuracy, probity, or propriety of"], ["interrogate", "pose a series of questions to"], ["wonder", "place in doubt or express doubtful speculation"], ["query", "pose a question"], ["interview", "conduct an interview in television, newspaper, and radio reporting"]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["calm down", "make calm or still"], ["quiesce", "become quiet or quieter"], ["quiet down", "become quiet or quieter"], ["calm", "make calm or still"], ["lull", "make calm or still"], ["tranquillise", "make calm or still"], ["hush", "become quiet or quieter"], ["still", "make calm or still"], ["pipe down", "become quiet or quieter"], ["quieten", "become quiet or quieter"]]}, {"answer": "quits", "hint": "synonyms for quits", "clues": [["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["discontinue", "put an end to a state or an activity"], ["foreswear", "turn away from; give up"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["stop", "put an end to a state or an activity"], ["take leave", "go away or leave"], ["relinquish", "turn away from; give up"], ["resign", "give up or retire from a position"], ["lay off", "put an end to a state or an activity"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["cease", "put an end to a state or an activity"], ["step down", "give up or retire from a position"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["depart", "go away or leave"], ["leave office", "give up or retire from a position"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"], ["renounce", "turn away from; give up"]]}, {"answer": "racking", "hint": "synonyms for racking", "clues": [["squeeze", "obtain by coercion or intimidation"], ["rack", "run before a gale"], ["torment", "torment emotionally or mentally"], ["single-foot", "go at a rack"], ["gouge", "obtain by coercion or intimidation"], ["extort", "obtain by coercion or intimidation"], ["torture", "torment emotionally or mentally"], ["wring", "obtain by coercion or intimidation"], ["excruciate", "torment emotionally or mentally"], ["scud", "run before a gale"]]}, {"answer": "radiate", "hint": "synonyms for radiate", "clues": [["beam", "have a complexion with a strong bright color, such as red or pink"], ["shine", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["diversify", "spread into new habitats and produce variety or variegate"], ["glow", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["ray", "extend or spread outward from a center or focus or inward towards a center"]]}, {"answer": "radiating", "hint": "synonyms for radiating", "clues": [["radiate", "cause to be seen by emitting light as if in rays"], ["beam", "have a complexion with a strong bright color, such as red or pink"], ["glow", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["shine", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["ray", "extend or spread outward from a center or focus or inward towards a center"], ["diversify", "spread into new habitats and produce variety or variegate"]]}, {"answer": "ragged", "hint": "synonyms for ragged", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["rag", "break into lumps before sorting"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["frustrate", "treat cruelly"], ["rally", "harass with persistent criticism or carping"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["tantalize", "harass with persistent criticism or carping"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["razz", "harass with persistent criticism or carping"], ["call on the carpet", "censure severely or angrily"], ["bait", "harass with persistent criticism or carping"], ["reproof", "censure severely or angrily"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["lecture", "censure severely or angrily"], ["tease", "harass with persistent criticism or carping"], ["have words", "censure severely or angrily"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["lambast", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["torment", "treat cruelly"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["bedevil", "treat cruelly"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["crucify", "treat cruelly"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["remonstrate", "censure severely or angrily"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["taunt", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["dun", "treat cruelly"], ["chew up", "censure severely or angrily"]]}, {"answer": "raging", "hint": "synonyms for raging", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["rag", "break into lumps before sorting"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["frustrate", "treat cruelly"], ["rally", "harass with persistent criticism or carping"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["tantalize", "harass with persistent criticism or carping"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["razz", "harass with persistent criticism or carping"], ["call on the carpet", "censure severely or angrily"], ["bait", "harass with persistent criticism or carping"], ["reproof", "censure severely or angrily"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["lecture", "censure severely or angrily"], ["tease", "harass with persistent criticism or carping"], ["have words", "censure severely or angrily"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["lambast", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["torment", "treat cruelly"], ["reprimand", "censure severely or angrily"], ["storm", "behave violently, as if in state of a great anger"], ["bawl out", "censure severely or angrily"], ["bedevil", "treat cruelly"], ["twit", "harass with persistent criticism or carping"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["crucify", "treat cruelly"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["cod", "harass with persistent criticism or carping"], ["ramp", "behave violently, as if in state of a great anger"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["remonstrate", "censure severely or angrily"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["taunt", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["dun", "treat cruelly"], ["chew up", "censure severely or angrily"]]}, {"answer": "raised", "hint": "synonyms for raised", "clues": [["produce", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["bring up", "put forward for consideration or discussion"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["rear", "bring up"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["lift", "invigorate or heighten"], ["elicit", "call forth (emotions, feelings, and responses)"], ["advance", "give a promotion to or assign to a higher position"], ["put up", "construct, build, or erect"], ["resurrect", "cause to become alive again"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["call down", "summon into action or bring into existence, often as if by magic"], ["upraise", "cause to become alive again"], ["elevate", "raise in rank or condition"], ["fire", "call forth (emotions, feelings, and responses)"], ["levy", "cause to assemble or enlist in the military"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["prove", "cause to puff up with a leaven"], ["kindle", "call forth (emotions, feelings, and responses)"], ["leaven", "cause to puff up with a leaven"], ["parent", "bring up"], ["get up", "raise from a lower to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["nurture", "bring up"], ["erect", "construct, build, or erect"], ["kick upstairs", "give a promotion to or assign to a higher position"], ["set up", "construct, build, or erect"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["provoke", "call forth (emotions, feelings, and responses)"], ["heighten", "increase"], ["recruit", "cause to assemble or enlist in the military"], ["stir", "summon into action or bring into existence, often as if by magic"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["enhance", "increase"], ["promote", "give a promotion to or assign to a higher position"]]}, {"answer": "raising", "hint": "synonyms for raising", "clues": [["produce", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["bring up", "put forward for consideration or discussion"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["rear", "bring up"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["lift", "invigorate or heighten"], ["elicit", "call forth (emotions, feelings, and responses)"], ["advance", "give a promotion to or assign to a higher position"], ["put up", "construct, build, or erect"], ["resurrect", "cause to become alive again"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["call down", "summon into action or bring into existence, often as if by magic"], ["upraise", "cause to become alive again"], ["elevate", "raise in rank or condition"], ["fire", "call forth (emotions, feelings, and responses)"], ["levy", "cause to assemble or enlist in the military"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["prove", "cause to puff up with a leaven"], ["kindle", "call forth (emotions, feelings, and responses)"], ["leaven", "cause to puff up with a leaven"], ["parent", "bring up"], ["get up", "raise from a lower to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["nurture", "bring up"], ["erect", "construct, build, or erect"], ["kick upstairs", "give a promotion to or assign to a higher position"], ["set up", "construct, build, or erect"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["provoke", "call forth (emotions, feelings, and responses)"], ["heighten", "increase"], ["recruit", "cause to assemble or enlist in the military"], ["stir", "summon into action or bring into existence, often as if by magic"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["enhance", "increase"], ["promote", "give a promotion to or assign to a higher position"]]}, {"answer": "rallying", "hint": "synonyms for rallying", "clues": [["muster up", "gather or bring together"], ["rally", "gather"], ["tantalise", "harass with persistent criticism or carping"], ["mobilize", "call to arms; of military personnel"], ["rag", "harass with persistent criticism or carping"], ["rebound", "return to a former condition"], ["twit", "harass with persistent criticism or carping"], ["summon", "gather or bring together"], ["cod", "harass with persistent criticism or carping"], ["muster", "gather or bring together"], ["beat up", "gather"], ["razz", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["come up", "gather or bring together"], ["drum up", "gather"], ["tease", "harass with persistent criticism or carping"], ["call up", "call to arms; of military personnel"]]}, {"answer": "rambling", "hint": "synonyms for rambling", "clues": [["ramble", "continue talking or writing in a desultory manner"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble on", "continue talking or writing in a desultory manner"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["jog", "continue talking or writing in a desultory manner"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "ranging", "hint": "synonyms for ranging", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["grade", "assign a rank or rating to"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "range or extend over; occupy a certain area"], ["rank", "assign a rank or rating to"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["set out", "lay out orderly or logically in a line or as if in a line"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["crop", "feed as in a meadow or pasture"], ["array", "lay out orderly or logically in a line or as if in a line"], ["rate", "assign a rank or rating to"], ["graze", "feed as in a meadow or pasture"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["run", "change or be different within limits"], ["lay out", "lay out orderly or logically in a line or as if in a line"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["straddle", "range or extend over; occupy a certain area"], ["browse", "feed as in a meadow or pasture"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["place", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["pasture", "feed as in a meadow or pasture"]]}, {"answer": "rank", "hint": "synonyms for rank", "clues": [["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["grade", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["outrank", "take precedence or surpass others in rank"], ["rate", "assign a rank or rating to"]]}, {"answer": "ranked", "hint": "synonyms for ranked", "clues": [["rank", "take precedence or surpass others in rank"], ["grade", "assign a rank or rating to"], ["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["outrank", "take precedence or surpass others in rank"], ["rate", "assign a rank or rating to"]]}, {"answer": "ranking", "hint": "synonyms for ranking", "clues": [["rank", "take precedence or surpass others in rank"], ["grade", "assign a rank or rating to"], ["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["outrank", "take precedence or surpass others in rank"], ["rate", "assign a rank or rating to"]]}, {"answer": "ransacked", "hint": "synonyms for ransacked", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "search thoroughly"], ["comb", "search thoroughly"]]}, {"answer": "raped", "hint": "synonyms for raped", "clues": [["rape", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["knap", "strike sharply"], ["despoil", "destroy and strip of its possession"], ["pink", "make light, repeated taps on a surface"], ["knock", "make light, repeated taps on a surface"], ["dishonour", "force (someone) to have sex against their will"], ["tap", "make light, repeated taps on a surface"], ["plunder", "destroy and strip of its possession"], ["outrage", "force (someone) to have sex against their will"], ["spoil", "destroy and strip of its possession"], ["ravish", "force (someone) to have sex against their will"]]}, {"answer": "rarefied", "hint": "synonyms for rarefied", "clues": [["subtilize", "make more subtle or refined"], ["rarefy", "lessen the density or solidity of"], ["attenuate", "weaken the consistency of (a chemical substance)"], ["sublimate", "make more subtle or refined"]]}, {"answer": "ravaged", "hint": "synonyms for ravaged", "clues": [["ravage", "cause extensive destruction or ruin utterly"], ["desolate", "cause extensive destruction or ruin utterly"], ["harry", "make a pillaging or destructive raid on (a place), as in wartimes"], ["waste", "cause extensive destruction or ruin utterly"], ["scourge", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "ravaging", "hint": "synonyms for ravaging", "clues": [["ravage", "cause extensive destruction or ruin utterly"], ["desolate", "cause extensive destruction or ruin utterly"], ["harry", "make a pillaging or destructive raid on (a place), as in wartimes"], ["waste", "cause extensive destruction or ruin utterly"], ["scourge", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "ravening", "hint": "synonyms for ravening", "clues": [["predate", "prey on or hunt for"], ["devour", "eat greedily"], ["prey", "prey on or hunt for"], ["raven", "prey on or hunt for"], ["guttle", "eat greedily"], ["pig", "eat greedily"]]}, {"answer": "ravishing", "hint": "synonyms for ravishing", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["rape", "force (someone) to have sex against their will"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"], ["dishonour", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["outrage", "force (someone) to have sex against their will"]]}, {"answer": "razed", "hint": "synonyms for razed", "clues": [["dismantle", "tear down so as to make flat with the ground"], ["take down", "tear down so as to make flat with the ground"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "ready", "hint": "synonyms for ready", "clues": [["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["cook", "prepare for eating by applying heat"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["make", "prepare for eating by applying heat"]]}, {"answer": "realised", "hint": "synonyms for realised", "clues": [["realize", "make real or concrete; give reality or substance to"], ["recognize", "be fully aware or cognizant of"], ["see", "perceive (an idea or situation) mentally"], ["agnize", "be fully aware or cognizant of"], ["actualize", "make real or concrete; give reality or substance to"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["understand", "perceive (an idea or situation) mentally"], ["agnise", "be fully aware or cognizant of"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["substantiate", "make real or concrete; give reality or substance to"]]}, {"answer": "realized", "hint": "synonyms for realized", "clues": [["realize", "make real or concrete; give reality or substance to"], ["recognize", "be fully aware or cognizant of"], ["see", "perceive (an idea or situation) mentally"], ["agnize", "be fully aware or cognizant of"], ["actualize", "make real or concrete; give reality or substance to"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["understand", "perceive (an idea or situation) mentally"], ["agnise", "be fully aware or cognizant of"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["substantiate", "make real or concrete; give reality or substance to"]]}, {"answer": "reanimated", "hint": "synonyms for reanimated", "clues": [["vivify", "give new life or energy to"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["revive", "give new life or energy to"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "rear", "hint": "synonyms for rear", "clues": [["raise", "bring up"], ["set up", "construct, build, or erect"], ["rise up", "stand up on the hind legs, of quadrupeds"], ["parent", "bring up"], ["erect", "construct, build, or erect"], ["nurture", "bring up"], ["lift", "rise up"], ["bring up", "bring up"], ["put up", "construct, build, or erect"]]}, {"answer": "rearing", "hint": "synonyms for rearing", "clues": [["raise", "bring up"], ["set up", "construct, build, or erect"], ["rise up", "stand up on the hind legs, of quadrupeds"], ["parent", "bring up"], ["rear", "bring up"], ["erect", "construct, build, or erect"], ["nurture", "bring up"], ["lift", "rise up"], ["bring up", "bring up"], ["put up", "construct, build, or erect"]]}, {"answer": "reasoned", "hint": "synonyms for reasoned", "clues": [["conclude", "decide by reasoning; draw or come to a conclusion"], ["argue", "present reasons and arguments"], ["reason", "present reasons and arguments"], ["reason out", "decide by reasoning; draw or come to a conclusion"]]}, {"answer": "reasoning", "hint": "synonyms for reasoning", "clues": [["conclude", "decide by reasoning; draw or come to a conclusion"], ["argue", "present reasons and arguments"], ["reason", "present reasons and arguments"], ["reason out", "decide by reasoning; draw or come to a conclusion"]]}, {"answer": "receding", "hint": "synonyms for receding", "clues": [["recede", "retreat"], ["move back", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["withdraw", "pull back or move away or backward"], ["fall behind", "retreat"], ["drop off", "retreat"], ["retire", "pull back or move away or backward"], ["lose", "retreat"], ["pull away", "pull back or move away or backward"], ["draw back", "pull back or move away or backward"], ["fall back", "retreat"], ["pull back", "pull back or move away or backward"]]}, {"answer": "received", "hint": "synonyms for received", "clues": [["experience", "go through (mental or physical states or experiences)"], ["receive", "receive a specified treatment (abstract)"], ["find", "receive a specified treatment (abstract)"], ["pick up", "register (perceptual input)"], ["get", "go through (mental or physical states or experiences)"], ["obtain", "receive a specified treatment (abstract)"], ["have", "go through (mental or physical states or experiences)"], ["incur", "receive a specified treatment (abstract)"], ["encounter", "experience as a reaction"], ["welcome", "bid welcome to; greet upon arrival"], ["meet", "experience as a reaction"], ["invite", "express willingness to have in one's home or environs"], ["take in", "express willingness to have in one's home or environs"]]}, {"answer": "reclaimed", "hint": "synonyms for reclaimed", "clues": [["repossess", "claim back"], ["domesticize", "overcome the wildness of; make docile and tractable"], ["reclaim", "claim back"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["tame", "overcome the wildness of; make docile and tractable"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["domesticate", "overcome the wildness of; make docile and tractable"], ["recover", "reuse (materials from waste products)"]]}, {"answer": "recognised", "hint": "synonyms for recognised", "clues": [["recognize", "accept (someone) to be what is claimed or accept his power and authority"], ["accredit", "grant credentials to"], ["greet", "express greetings upon meeting someone"], ["make out", "detect with the senses"], ["agnize", "be fully aware or cognizant of"], ["discern", "detect with the senses"], ["realise", "be fully aware or cognizant of"], ["pick out", "detect with the senses"], ["acknowledge", "express obligation, thanks, or gratitude for"], ["spot", "detect with the senses"], ["agnise", "be fully aware or cognizant of"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["know", "accept (someone) to be what is claimed or accept his power and authority"]]}, {"answer": "recognized", "hint": "synonyms for recognized", "clues": [["recognize", "accept (someone) to be what is claimed or accept his power and authority"], ["accredit", "grant credentials to"], ["greet", "express greetings upon meeting someone"], ["make out", "detect with the senses"], ["agnize", "be fully aware or cognizant of"], ["discern", "detect with the senses"], ["realise", "be fully aware or cognizant of"], ["pick out", "detect with the senses"], ["acknowledge", "express obligation, thanks, or gratitude for"], ["spot", "detect with the senses"], ["agnise", "be fully aware or cognizant of"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["know", "accept (someone) to be what is claimed or accept his power and authority"]]}, {"answer": "reconciled", "hint": "synonyms for reconciled", "clues": [["conciliate", "come to terms"], ["patch up", "come to terms"], ["reconcile", "accept as inevitable"], ["harmonise", "bring into consonance or accord"], ["accommodate", "make (one thing) compatible with (another)"], ["submit", "accept as inevitable"], ["make up", "come to terms"], ["settle", "come to terms"], ["resign", "accept as inevitable"]]}, {"answer": "reconciling", "hint": "synonyms for reconciling", "clues": [["conciliate", "come to terms"], ["patch up", "come to terms"], ["reconcile", "accept as inevitable"], ["harmonise", "bring into consonance or accord"], ["accommodate", "make (one thing) compatible with (another)"], ["submit", "accept as inevitable"], ["make up", "come to terms"], ["settle", "come to terms"], ["resign", "accept as inevitable"]]}, {"answer": "reconstructed", "hint": "synonyms for reconstructed", "clues": [["remodel", "do over, as of (part of) a house"], ["restore", "return to its original or usable and functioning condition"], ["reconstruct", "build again"], ["redo", "do over, as of (part of) a house"], ["rebuild", "build again"], ["retrace", "reassemble mentally"]]}, {"answer": "recorded", "hint": "synonyms for recorded", "clues": [["enter", "make a record of; set down in permanent form"], ["immortalize", "be or provide a memorial to a person or an event"], ["memorialise", "be or provide a memorial to a person or an event"], ["register", "be aware of"], ["record", "register electronically"], ["show", "indicate a certain reading; of gauges and instruments"], ["read", "indicate a certain reading; of gauges and instruments"], ["tape", "register electronically"], ["commemorate", "be or provide a memorial to a person or an event"], ["put down", "make a record of; set down in permanent form"]]}, {"answer": "recovered", "hint": "synonyms for recovered", "clues": [["recover", "cover anew"], ["recuperate", "regain a former condition after a financial loss"], ["go back", "regain a former condition after a financial loss"], ["find", "get or find back; recover the use of"], ["reclaim", "reuse (materials from waste products)"], ["recoup", "regain or make up for"], ["regain", "get or find back; recover the use of"], ["convalesce", "get over an illness or shock"], ["retrieve", "get or find back; recover the use of"]]}, {"answer": "recovering", "hint": "synonyms for recovering", "clues": [["recover", "cover anew"], ["recuperate", "regain a former condition after a financial loss"], ["go back", "regain a former condition after a financial loss"], ["find", "get or find back; recover the use of"], ["reclaim", "reuse (materials from waste products)"], ["recoup", "regain or make up for"], ["regain", "get or find back; recover the use of"], ["convalesce", "get over an illness or shock"], ["retrieve", "get or find back; recover the use of"]]}, {"answer": "rectified", "hint": "synonyms for rectified", "clues": [["rectify", "math: determine the length of"], ["repair", "set straight or right"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["amend", "set straight or right"], ["right", "make right or correct"], ["correct", "make right or correct"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["remediate", "set straight or right"], ["remedy", "set straight or right"], ["refine", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities"]]}, {"answer": "recurring", "hint": "synonyms for recurring", "clues": [["recur", "return in thought or speech to something"], ["repeat", "happen or occur again"], ["resort", "have recourse to"], ["go back", "return in thought or speech to something"], ["fall back", "have recourse to"]]}, {"answer": "reddened", "hint": "synonyms for reddened", "clues": [["blush", "turn red, as if in embarrassment or shame"], ["redden", "make red"], ["crimson", "turn red, as if in embarrassment or shame"], ["flush", "turn red, as if in embarrassment or shame"]]}, {"answer": "redeemed", "hint": "synonyms for redeemed", "clues": [["redeem", "pay off (loans or promissory notes)"], ["save", "save from sins"], ["deliver", "save from sins"], ["pay off", "pay off (loans or promissory notes)"], ["ransom", "exchange or buy back for money; under threat"]]}, {"answer": "redeeming", "hint": "synonyms for redeeming", "clues": [["redeem", "pay off (loans or promissory notes)"], ["save", "save from sins"], ["deliver", "save from sins"], ["pay off", "pay off (loans or promissory notes)"], ["ransom", "exchange or buy back for money; under threat"]]}, {"answer": "reduced", "hint": "synonyms for reduced", "clues": [["deoxidise", "to remove oxygen from a compound, or cause to react with hydrogen or form a hydride, or to undergo an increase in the number of electrons"], ["slim", "take off weight"], ["reduce", "reduce in scope while retaining essential elements"], ["cut", "lessen the strength or flavor of a solution or mixture"], ["boil down", "be cooked until very little liquid is left"], ["abridge", "reduce in scope while retaining essential elements"], ["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["concentrate", "cook until very little liquid is left"], ["slim down", "take off weight"], ["abbreviate", "reduce in scope while retaining essential elements"], ["trim down", "cut down on; make a reduction in"], ["trim back", "cut down on; make a reduction in"], ["scale down", "make smaller"], ["shorten", "reduce in scope while retaining essential elements"], ["decoct", "be cooked until very little liquid is left"], ["come down", "be the essential element"], ["subjugate", "put down by force or intimidation"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["melt off", "take off weight"], ["slenderize", "take off weight"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["keep down", "put down by force or intimidation"], ["cut down", "cut down on; make a reduction in"], ["lose weight", "take off weight"], ["repress", "put down by force or intimidation"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["shrink", "reduce in size; reduce physically"], ["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["tighten", "narrow or limit"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["cut back", "cut down on; make a reduction in"]]}, {"answer": "reeking", "hint": "synonyms for reeking", "clues": [["reek", "smell badly and offensively"], ["stink", "smell badly and offensively"], ["fume", "be wet with sweat or blood, as of one's face"], ["smell", "have an element suggestive (of something)"], ["smack", "have an element suggestive (of something)"]]}, {"answer": "refined", "hint": "synonyms for refined", "clues": [["elaborate", "make more complex, intricate, or richer"], ["refine", "treat or prepare so as to put in a usable condition"], ["polish", "improve or perfect by pruning or polishing"], ["down", "improve or perfect by pruning or polishing"], ["rarify", "make more complex, intricate, or richer"], ["rectify", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities"], ["complicate", "make more complex, intricate, or richer"], ["fine-tune", "improve or perfect by pruning or polishing"]]}, {"answer": "reflected", "hint": "synonyms for reflected", "clues": [["reflect", "manifest or bring back"], ["reverberate", "to throw or bend back (from a surface)"], ["shine", "be bright by reflecting or casting light"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "reflecting", "hint": "synonyms for reflecting", "clues": [["reflect", "manifest or bring back"], ["reverberate", "to throw or bend back (from a surface)"], ["shine", "be bright by reflecting or casting light"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "reformed", "hint": "synonyms for reformed", "clues": [["reform", "make changes for improvement in order to remove abuse and injustices"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["see the light", "change for the better"], ["straighten out", "change for the better"]]}, {"answer": "refreshed", "hint": "synonyms for refreshed", "clues": [["freshen up", "become or make oneself fresh again"], ["refreshen", "become or make oneself fresh again"], ["brush up", "refresh one's memory"], ["review", "refresh one's memory"]]}, {"answer": "refreshing", "hint": "synonyms for refreshing", "clues": [["freshen up", "become or make oneself fresh again"], ["refreshen", "become or make oneself fresh again"], ["brush up", "refresh one's memory"], ["review", "refresh one's memory"]]}, {"answer": "regenerate", "hint": "synonyms for regenerate", "clues": [["renew", "reestablish on a new, usually improved, basis or make new or like new"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["revitalize", "restore strength"], ["rejuvenate", "return to life; get or give new life or energy"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["restore", "return to life; get or give new life or energy"]]}, {"answer": "regenerating", "hint": "synonyms for regenerating", "clues": [["renew", "reestablish on a new, usually improved, basis or make new or like new"], ["regenerate", "reestablish on a new, usually improved, basis or make new or like new"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["revitalize", "restore strength"], ["rejuvenate", "return to life; get or give new life or energy"], ["restore", "return to life; get or give new life or energy"]]}, {"answer": "registered", "hint": "synonyms for registered", "clues": [["cross-file", "have one's name listed as a candidate for several parties"], ["register", "manipulate the registers of an organ"], ["file", "record in a public office or in a court of law"], ["record", "be aware of"], ["show", "indicate a certain reading; of gauges and instruments"], ["read", "indicate a certain reading; of gauges and instruments"]]}, {"answer": "regulated", "hint": "synonyms for regulated", "clues": [["modulate", "fix or adjust the time, amount, degree, or rate of"], ["regulate", "shape or influence; give direction to"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["shape", "shape or influence; give direction to"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["influence", "shape or influence; give direction to"], ["mold", "shape or influence; give direction to"], ["baffle", "check the emission of (sound)"], ["determine", "shape or influence; give direction to"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "reigning", "hint": "synonyms for reigning", "clues": [["prevail", "be larger in number, quantity, power, status or importance"], ["reign", "be larger in number, quantity, power, status or importance"], ["dominate", "be larger in number, quantity, power, status or importance"], ["predominate", "be larger in number, quantity, power, status or importance"], ["rule", "be larger in number, quantity, power, status or importance"]]}, {"answer": "rejected", "hint": "synonyms for rejected", "clues": [["disapprove", "deem wrong or inappropriate"], ["resist", "resist immunologically the introduction of some foreign tissue or organ"], ["pass up", "refuse to accept"], ["reject", "refuse to accept or acknowledge"], ["decline", "refuse to accept"], ["scorn", "reject with contempt"], ["refuse", "refuse to accept"], ["spurn", "reject with contempt"], ["turn away", "refuse entrance or membership"], ["eliminate", "dismiss from consideration or a contest"], ["rule out", "dismiss from consideration or a contest"], ["turn down", "refuse to accept"], ["winnow out", "dismiss from consideration or a contest"], ["freeze off", "reject with contempt"], ["disdain", "reject with contempt"], ["pooh-pooh", "reject with contempt"]]}, {"answer": "rejoicing", "hint": "synonyms for rejoicing", "clues": [["rejoice", "feel happiness or joy"], ["exult", "to express great joy"], ["wallow", "be ecstatic with joy"], ["joy", "feel happiness or joy"], ["triumph", "to express great joy"], ["exuberate", "to express great joy"], ["jubilate", "to express great joy"]]}, {"answer": "related", "hint": "synonyms for related", "clues": [["relate", "make a logical or causal connection"], ["interrelate", "be in a relationship with"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["colligate", "make a logical or causal connection"], ["come to", "be relevant to"], ["touch", "be relevant to"], ["link", "make a logical or causal connection"], ["touch on", "be relevant to"], ["have-to doe with", "be relevant to"], ["link up", "make a logical or causal connection"], ["associate", "make a logical or causal connection"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["bear on", "be relevant to"], ["concern", "be relevant to"]]}, {"answer": "relaxed", "hint": "synonyms for relaxed", "clues": [["make relaxed", "cause to feel relaxed"], ["loosen", "become loose or looser or less tight"], ["relax", "become less severe or strict"], ["slack", "make less active or fast"], ["slacken", "make less active or fast"], ["loosen up", "become less tense, rest, or take one's ease"], ["unlax", "cause to feel relaxed"], ["unbend", "make less taut"], ["unwind", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["unstrain", "cause to feel relaxed"], ["slack up", "make less active or fast"], ["decompress", "become less tense, rest, or take one's ease"]]}, {"answer": "relaxing", "hint": "synonyms for relaxing", "clues": [["make relaxed", "cause to feel relaxed"], ["loosen", "become loose or looser or less tight"], ["relax", "become less severe or strict"], ["slack", "make less active or fast"], ["slacken", "make less active or fast"], ["loosen up", "become less tense, rest, or take one's ease"], ["unlax", "cause to feel relaxed"], ["unbend", "make less taut"], ["unwind", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["unstrain", "cause to feel relaxed"], ["slack up", "make less active or fast"], ["decompress", "become less tense, rest, or take one's ease"]]}, {"answer": "releasing", "hint": "synonyms for releasing", "clues": [["issue", "prepare and issue for public distribution or sale"], ["give up", "part with a possession or right"], ["bring out", "prepare and issue for public distribution or sale"], ["turn", "let (something) fall or spill from a container"], ["liberate", "grant freedom to; free from confinement"], ["free", "grant freedom to; free from confinement"], ["exhaust", "eliminate (a substance)"], ["secrete", "generate and separate from cells or bodily fluids"], ["resign", "part with a possession or right"], ["release", "prepare and issue for public distribution or sale"], ["unfreeze", "make (assets) available"], ["publish", "prepare and issue for public distribution or sale"], ["unloose", "grant freedom to; free from confinement"], ["let go of", "release, as from one's grip"], ["relinquish", "release, as from one's grip"], ["let go", "release, as from one's grip"], ["loose", "grant freedom to; free from confinement"], ["expel", "eliminate (a substance)"], ["unblock", "make (assets) available"], ["put out", "prepare and issue for public distribution or sale"], ["discharge", "eliminate (a substance)"], ["eject", "eliminate (a substance)"]]}, {"answer": "relieved", "hint": "synonyms for relieved", "clues": [["excuse", "grant exemption or release to"], ["exempt", "grant relief or an exemption from a rule or requirement to"], ["relieve", "provide physical relief, as from pain"], ["remedy", "provide relief for"], ["lighten", "alleviate or remove (pressure or stress) or make less oppressive"], ["alleviate", "provide physical relief, as from pain"], ["palliate", "provide physical relief, as from pain"], ["still", "lessen the intensity of or calm"], ["unbosom", "relieve oneself of troubling information"], ["free", "grant relief or an exemption from a rule or requirement to"], ["save", "save from ruin, destruction, or harm"], ["salvage", "save from ruin, destruction, or harm"], ["allay", "lessen the intensity of or calm"], ["take over", "free someone temporarily from his or her obligations"], ["ease", "lessen the intensity of or calm"], ["assuage", "provide physical relief, as from pain"], ["let off", "grant exemption or release to"]]}, {"answer": "relinquished", "hint": "synonyms for relinquished", "clues": [["give up", "part with a possession or right"], ["release", "release, as from one's grip"], ["let go", "release, as from one's grip"], ["foreswear", "turn away from; give up"], ["relinquish", "release, as from one's grip"], ["quit", "turn away from; give up"], ["free", "part with a possession or right"], ["resign", "part with a possession or right"], ["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["dispense with", "do without or cease to hold or adhere to"], ["let go of", "release, as from one's grip"], ["renounce", "turn away from; give up"]]}, {"answer": "remaining", "hint": "synonyms for remaining", "clues": [["stay on", "continue in a place, position, or situation"], ["remain", "stay the same; remain in a certain state"], ["stay", "stay behind"], ["persist", "stay behind"], ["rest", "stay the same; remain in a certain state"], ["continue", "continue in a place, position, or situation"]]}, {"answer": "removed", "hint": "synonyms for removed", "clues": [["transfer", "shift the position or location of, as for business, legal, educational, or military purposes"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["remove", "dispose of"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["murder", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take away", "get rid of something abstract"], ["move out", "cause to leave"], ["off", "kill intentionally and with premeditation"], ["absent", "go away or leave"], ["take out", "cause to leave"], ["get rid of", "dispose of"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "rending", "hint": "synonyms for rending", "clues": [["rend", "tear or be torn violently"], ["pull", "tear or be torn violently"], ["rive", "tear or be torn violently"], ["rip", "tear or be torn violently"]]}, {"answer": "repeated", "hint": "synonyms for repeated", "clues": [["repeat", "do over"], ["restate", "to say, state, or perform again"], ["reiterate", "to say, state, or perform again"], ["take over", "do over"], ["reprise", "repeat an earlier theme of a composition"], ["double", "make or do or perform again"], ["ingeminate", "to say, state, or perform again"], ["echo", "to say again or imitate"], ["replicate", "make or do or perform again"], ["retell", "to say, state, or perform again"], ["recur", "happen or occur again"], ["duplicate", "make or do or perform again"], ["recapitulate", "repeat an earlier theme of a composition"]]}, {"answer": "repelling", "hint": "synonyms for repelling", "clues": [["repel", "cause to move back by force or influence"], ["revolt", "fill with distaste"], ["repulse", "cause to move back by force or influence"], ["disgust", "fill with distaste"], ["drive back", "force or drive back"], ["snub", "reject outright and bluntly"], ["fight off", "force or drive back"], ["beat back", "cause to move back by force or influence"], ["force back", "cause to move back by force or influence"], ["gross out", "fill with distaste"], ["push back", "cause to move back by force or influence"], ["rebuff", "force or drive back"], ["drive", "cause to move back by force or influence"]]}, {"answer": "reported", "hint": "synonyms for reported", "clues": [["cover", "be responsible for reporting the details of, as in journalism"], ["describe", "to give an account or representation of in words"], ["report", "announce as the result of an investigation or experience or finding"], ["account", "to give an account or representation of in words"]]}, {"answer": "represented", "hint": "synonyms for represented", "clues": [["represent", "play a role or part"], ["typify", "express indirectly by an image, form, or model; be a symbol"], ["stand for", "express indirectly by an image, form, or model; be a symbol"], ["symbolize", "express indirectly by an image, form, or model; be a symbol"], ["map", "to establish a mapping (of mathematical elements or sets)"], ["play", "play a role or part"], ["lay out", "bring forward and present to the mind"], ["correspond", "take the place of or be parallel or equivalent to"], ["make up", "form or compose"], ["comprise", "form or compose"], ["exemplify", "be characteristic of"], ["act", "play a role or part"], ["stage", "perform (a play), especially on a stage"], ["interpret", "create an image or likeness of"], ["constitute", "form or compose"], ["be", "form or compose"], ["defend", "be the defense counsel for someone in a trial"]]}, {"answer": "repressed", "hint": "synonyms for repressed", "clues": [["repress", "conceal or hide"], ["muffle", "conceal or hide"], ["suppress", "put out of one's consciousness"], ["smother", "conceal or hide"], ["keep down", "put down by force or intimidation"], ["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["stifle", "conceal or hide"], ["subjugate", "put down by force or intimidation"], ["strangle", "conceal or hide"], ["reduce", "put down by force or intimidation"]]}, {"answer": "repressing", "hint": "synonyms for repressing", "clues": [["repress", "conceal or hide"], ["muffle", "conceal or hide"], ["suppress", "put out of one's consciousness"], ["smother", "conceal or hide"], ["keep down", "put down by force or intimidation"], ["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["stifle", "conceal or hide"], ["subjugate", "put down by force or intimidation"], ["strangle", "conceal or hide"], ["reduce", "put down by force or intimidation"]]}, {"answer": "reprobate", "hint": "synonyms for reprobate", "clues": [["condemn", "express strong disapproval of"], ["decry", "express strong disapproval of"], ["excoriate", "express strong disapproval of"], ["objurgate", "express strong disapproval of"]]}, {"answer": "requested", "hint": "synonyms for requested", "clues": [["quest", "express the need or desire for; ask for"], ["call for", "express the need or desire for; ask for"], ["request", "ask (a person) to do something"], ["bespeak", "express the need or desire for; ask for"]]}, {"answer": "required", "hint": "synonyms for required", "clues": [["require", "make someone do something"], ["expect", "consider obligatory; request and expect"], ["need", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["ask", "consider obligatory; request and expect"], ["command", "make someone do something"], ["demand", "require as useful, just, or proper"], ["want", "have need of"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "reserved", "hint": "synonyms for reserved", "clues": [["hold", "arrange for and reserve (something for someone else) in advance"], ["reserve", "arrange for and reserve (something for someone else) in advance"], ["earmark", "give or assign a resource to a particular person or cause"], ["set aside", "give or assign a resource to a particular person or cause"], ["allow", "give or assign a resource to a particular person or cause"], ["appropriate", "give or assign a resource to a particular person or cause"], ["book", "arrange for and reserve (something for someone else) in advance"]]}, {"answer": "resolved", "hint": "synonyms for resolved", "clues": [["resolve", "find the solution"], ["decide", "bring to an end; settle conclusively"], ["purpose", "reach a decision"], ["settle", "bring to an end; settle conclusively"], ["adjudicate", "bring to an end; settle conclusively"], ["conclude", "reach a conclusion after a discussion or deliberation"], ["solve", "find the solution"], ["dissolve", "cause to go into a solution"], ["answer", "understand the meaning of"], ["break up", "cause to go into a solution"]]}, {"answer": "resounding", "hint": "synonyms for resounding", "clues": [["resound", "emit a noise"], ["reverberate", "ring or echo with sound"], ["echo", "ring or echo with sound"], ["noise", "emit a noise"], ["ring", "ring or echo with sound"], ["make noise", "emit a noise"]]}, {"answer": "respected", "hint": "synonyms for respected", "clues": [["respect", "show respect towards"], ["prize", "regard highly; think much of"], ["prise", "regard highly; think much of"], ["honor", "show respect towards"], ["abide by", "show respect towards"], ["esteem", "regard highly; think much of"], ["value", "regard highly; think much of"], ["observe", "show respect towards"]]}, {"answer": "rested", "hint": "synonyms for rested", "clues": [["lie", "have a place in relation to something else"], ["rest", "be inactive, refrain from acting"], ["remain", "stay the same; remain in a certain state"], ["pillow", "rest on or as if on a pillow"], ["stay", "stay the same; remain in a certain state"], ["take a breather", "take a short break from one's activities in order to relax"], ["reside", "be inherent or innate in"], ["perch", "sit, as on a branch"], ["repose", "be inherent or innate in"], ["roost", "sit, as on a branch"], ["catch one's breath", "take a short break from one's activities in order to relax"], ["breathe", "take a short break from one's activities in order to relax"]]}, {"answer": "restrained", "hint": "synonyms for restrained", "clues": [["constrain", "hold back"], ["throttle", "place limits on (extent or access)"], ["hold back", "keep under control; keep in check"], ["keep", "keep under control; keep in check"], ["restrict", "place limits on (extent or access)"], ["encumber", "hold back"], ["restrain", "to compel or deter by or as if by threats"], ["confine", "place limits on (extent or access)"], ["intimidate", "to compel or deter by or as if by threats"], ["limit", "place limits on (extent or access)"], ["bound", "place limits on (extent or access)"], ["hold", "to close within bounds, limit or hold back from movement"], ["keep back", "keep under control; keep in check"], ["trammel", "place limits on (extent or access)"]]}, {"answer": "restricted", "hint": "synonyms for restricted", "clues": [["confine", "place limits on (extent or access)"], ["limit", "place limits on (extent or access)"], ["curb", "place restrictions on"], ["restrict", "place under restrictions; limit access to"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["curtail", "place restrictions on"], ["qualify", "make more specific"], ["throttle", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["cut back", "place restrictions on"]]}, {"answer": "restricting", "hint": "synonyms for restricting", "clues": [["confine", "place limits on (extent or access)"], ["limit", "place limits on (extent or access)"], ["curb", "place restrictions on"], ["restrict", "place under restrictions; limit access to"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["curtail", "place restrictions on"], ["qualify", "make more specific"], ["throttle", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["cut back", "place restrictions on"]]}, {"answer": "retained", "hint": "synonyms for retained", "clues": [["retain", "allow to remain in a place or position or maintain a property or feature"], ["keep back", "secure and keep for possible future use or application"], ["keep", "allow to remain in a place or position or maintain a property or feature"], ["keep on", "allow to remain in a place or position or maintain a property or feature"], ["hold", "secure and keep for possible future use or application"], ["hold back", "secure and keep for possible future use or application"], ["continue", "allow to remain in a place or position or maintain a property or feature"]]}, {"answer": "retarded", "hint": "synonyms for retarded", "clues": [["retard", "be delayed"], ["delay", "slow the growth or development of"], ["check", "slow the growth or development of"], ["decelerate", "lose velocity; move more slowly"], ["slow up", "lose velocity; move more slowly"], ["slow", "lose velocity; move more slowly"], ["slow down", "lose velocity; move more slowly"]]}, {"answer": "retired", "hint": "synonyms for retired", "clues": [["retire", "dispose of (something no longer useful or needed)"], ["move back", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["put out", "cause to be out on a fielding play"], ["draw back", "pull back or move away or backward"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["pull back", "pull back or move away or backward"], ["go to bed", "prepare for sleep"], ["strike out", "cause to get out"], ["go to sleep", "prepare for sleep"], ["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["sack out", "prepare for sleep"], ["withdraw", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["hit the sack", "prepare for sleep"], ["pull away", "pull back or move away or backward"], ["adjourn", "break from a meeting or gathering"]]}, {"answer": "retiring", "hint": "synonyms for retiring", "clues": [["retire", "dispose of (something no longer useful or needed)"], ["move back", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["put out", "cause to be out on a fielding play"], ["draw back", "pull back or move away or backward"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["pull back", "pull back or move away or backward"], ["go to bed", "prepare for sleep"], ["strike out", "cause to get out"], ["go to sleep", "prepare for sleep"], ["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["sack out", "prepare for sleep"], ["withdraw", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["hit the sack", "prepare for sleep"], ["pull away", "pull back or move away or backward"], ["adjourn", "break from a meeting or gathering"]]}, {"answer": "retracted", "hint": "synonyms for retracted", "clues": [["forswear", "formally reject or disavow a formerly held belief, usually under pressure"], ["draw back", "use a surgical instrument to hold open (the edges of a wound or an organ)"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure"], ["pull back", "use a surgical instrument to hold open (the edges of a wound or an organ)"], ["resile", "formally reject or disavow a formerly held belief, usually under pressure"], ["shrink back", "pull away from a source of disgust or fear"], ["draw in", "pull inward or towards a center"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure"]]}, {"answer": "retrograde", "hint": "synonyms for retrograde", "clues": [["retrogress", "get worse or fall back to a previous condition"], ["hash over", "go back over"], ["rehash", "go back over"], ["regress", "get worse or fall back to a previous condition"], ["retreat", "move back"]]}, {"answer": "returning", "hint": "synonyms for returning", "clues": [["return", "answer back"], ["render", "pass down"], ["bring back", "bring back to the point of departure"], ["generate", "give or supply"], ["give", "give or supply"], ["devolve", "be inherited by"], ["pass", "be inherited by"], ["come back", "answer back"], ["recall", "go back to something earlier"], ["yield", "give or supply"], ["reelect", "elect again"], ["repay", "pay back"], ["hark back", "go back to something earlier"], ["retort", "answer back"], ["give back", "pay back"], ["revert", "go back to a previous state"], ["deliver", "pass down"], ["riposte", "answer back"], ["regress", "go back to a previous state"], ["retrovert", "go back to a previous state"], ["refund", "pay back"], ["take back", "bring back to the point of departure"], ["fall", "be inherited by"], ["rejoin", "answer back"], ["turn back", "go back to a previous state"]]}, {"answer": "revealing", "hint": "synonyms for revealing", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unveil", "make visible"], ["reveal", "disclose directly or through prophets"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["uncover", "make visible"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "reverberating", "hint": "synonyms for reverberating", "clues": [["reverberate", "be reflected as heat, sound, or light or shock waves"], ["bound", "spring back; spring away from an impact"], ["rebound", "spring back; spring away from an impact"], ["echo", "ring or echo with sound"], ["bounce", "spring back; spring away from an impact"], ["spring", "spring back; spring away from an impact"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"], ["reflect", "to throw or bend back (from a surface)"], ["ricochet", "spring back; spring away from an impact"], ["ring", "ring or echo with sound"]]}, {"answer": "revered", "hint": "synonyms for revered", "clues": [["fear", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"]]}, {"answer": "reverse", "hint": "synonyms for reverse", "clues": [["overthrow", "rule against"], ["overturn", "cancel officially"], ["invert", "turn inside out or upside down"], ["lift", "cancel officially"], ["revoke", "cancel officially"], ["turn back", "turn inside out or upside down"], ["overrule", "rule against"], ["turn", "change to the contrary"], ["override", "rule against"], ["vacate", "cancel officially"], ["rescind", "cancel officially"], ["countermand", "cancel officially"], ["repeal", "cancel officially"], ["annul", "cancel officially"], ["change by reversal", "change to the contrary"]]}, {"answer": "reversed", "hint": "synonyms for reversed", "clues": [["lift", "cancel officially"], ["revoke", "cancel officially"], ["turn back", "turn inside out or upside down"], ["overturn", "rule against"], ["turn", "change to the contrary"], ["reverse", "change to the contrary"], ["rescind", "cancel officially"], ["repeal", "cancel officially"], ["overthrow", "rule against"], ["invert", "turn inside out or upside down"], ["overrule", "rule against"], ["override", "rule against"], ["vacate", "cancel officially"], ["countermand", "cancel officially"], ["annul", "cancel officially"], ["change by reversal", "change to the contrary"]]}, {"answer": "reverting", "hint": "synonyms for reverting", "clues": [["revert", "go back to a previous state"], ["regress", "go back to a previous state"], ["return", "go back to a previous state"], ["retrovert", "go back to a previous state"], ["turn back", "go back to a previous state"]]}, {"answer": "revived", "hint": "synonyms for revived", "clues": [["resuscitate", "cause to regain consciousness"], ["revive", "cause to regain consciousness"], ["vivify", "give new life or energy to"], ["resurrect", "restore from a depressed, inactive, or unused state"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["come to", "return to consciousness"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "reviving", "hint": "synonyms for reviving", "clues": [["resuscitate", "cause to regain consciousness"], ["revive", "cause to regain consciousness"], ["vivify", "give new life or energy to"], ["resurrect", "restore from a depressed, inactive, or unused state"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["come to", "return to consciousness"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "revolting", "hint": "synonyms for revolting", "clues": [["churn up", "cause aversion in; offend the moral sense of"], ["revolt", "fill with distaste"], ["nauseate", "cause aversion in; offend the moral sense of"], ["gross out", "fill with distaste"], ["disgust", "fill with distaste"], ["sicken", "cause aversion in; offend the moral sense of"], ["repel", "fill with distaste"]]}, {"answer": "revolved", "hint": "synonyms for revolved", "clues": [["orbit", "move in an orbit"], ["revolve", "turn on or around an axis or a center"], ["roll", "cause to move by turning over or in a circular manner of as if on an axis"], ["orb", "move in an orbit"], ["rotate", "turn on or around an axis or a center"], ["go around", "turn on or around an axis or a center"]]}, {"answer": "rewarding", "hint": "synonyms for rewarding", "clues": [["honor", "bestow honor or rewards upon"], ["reinforce", "strengthen and support with rewards"], ["reward", "strengthen and support with rewards"], ["repay", "act or give recompense in recognition of someone's behavior or actions"], ["pay back", "act or give recompense in recognition of someone's behavior or actions"]]}, {"answer": "ribbed", "hint": "synonyms for ribbed", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["rib", "form vertical ribs by knitting"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"]]}, {"answer": "riddled", "hint": "synonyms for riddled", "clues": [["riddle", "separate with a riddle, as grain from chaff"], ["pervade", "spread or diffuse through"], ["permeate", "spread or diffuse through"], ["interpenetrate", "spread or diffuse through"], ["screen", "separate with a riddle, as grain from chaff"], ["penetrate", "spread or diffuse through"], ["imbue", "spread or diffuse through"], ["diffuse", "spread or diffuse through"]]}, {"answer": "rifled", "hint": "synonyms for rifled", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["rifle", "go through in search of something; search through someone's belongings in an unauthorized way"], ["go", "go through in search of something; search through someone's belongings in an unauthorized way"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "rigged", "hint": "synonyms for rigged", "clues": [["rig", "equip with sails or masts"], ["set up", "arrange the outcome of by means of deceit"], ["set", "equip with sails or masts"], ["manipulate", "manipulate in a fraudulent manner"]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["correct", "make reparations or amends for"], ["rectify", "make right or correct"], ["compensate", "make reparations or amends for"], ["redress", "make reparations or amends for"]]}, {"answer": "riled", "hint": "synonyms for riled", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["roil", "make turbid by stirring up the sediments of"]]}, {"answer": "ringed", "hint": "synonyms for ringed", "clues": [["knell", "make (bells) ring, often for the purposes of musical edification"], ["phone", "get or try to get into communication (with someone) by telephone"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["resound", "ring or echo with sound"], ["echo", "ring or echo with sound"], ["call up", "get or try to get into communication (with someone) by telephone"], ["reverberate", "ring or echo with sound"], ["call", "get or try to get into communication (with someone) by telephone"], ["border", "extend on all sides of simultaneously; encircle"], ["peal", "sound loudly and sonorously"], ["skirt", "extend on all sides of simultaneously; encircle"], ["surround", "extend on all sides of simultaneously; encircle"], ["band", "attach a ring to the foot of, in order to identify"]]}, {"answer": "ripping", "hint": "synonyms for ripping", "clues": [["rive", "tear or be torn violently"], ["rip", "cut (wood) along the grain"], ["pull", "tear or be torn violently"], ["rend", "tear or be torn violently"]]}, {"answer": "rippled", "hint": "synonyms for rippled", "clues": [["burble", "flow in an irregular current with a bubbling noise"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["riffle", "stir up (water) so as to form ripples"], ["cockle", "stir up (water) so as to form ripples"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"], ["ruffle", "stir up (water) so as to form ripples"], ["undulate", "stir up (water) so as to form ripples"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"]]}, {"answer": "risen", "hint": "synonyms for risen", "clues": [["rise up", "take part in a rebellion; renounce a former allegiance"], ["surface", "come to the surface"], ["rise", "take part in a rebellion; renounce a former allegiance"], ["uprise", "get up and out of bed"], ["get up", "get up and out of bed"], ["go up", "increase in value or to a higher point"], ["rear", "rise up"], ["climb", "go up or advance"], ["resurrect", "return from the dead"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["climb up", "rise in rank or status"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["ascend", "come up, of celestial bodies"], ["come up", "move upward"], ["jump", "rise in rank or status"], ["grow", "come into existence; take on form or shape"], ["lift", "rise up"], ["rebel", "take part in a rebellion; renounce a former allegiance"], ["heighten", "become more extreme"], ["prove", "increase in volume"], ["mount", "go up or advance"], ["stand up", "rise to one's feet"], ["develop", "come into existence; take on form or shape"], ["turn out", "get up and out of bed"], ["wax", "go up or advance"]]}, {"answer": "rising", "hint": "synonyms for rising", "clues": [["rise up", "take part in a rebellion; renounce a former allegiance"], ["surface", "come to the surface"], ["rise", "take part in a rebellion; renounce a former allegiance"], ["uprise", "get up and out of bed"], ["get up", "get up and out of bed"], ["go up", "increase in value or to a higher point"], ["rear", "rise up"], ["climb", "go up or advance"], ["resurrect", "return from the dead"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["climb up", "rise in rank or status"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["ascend", "come up, of celestial bodies"], ["come up", "move upward"], ["jump", "rise in rank or status"], ["grow", "come into existence; take on form or shape"], ["lift", "rise up"], ["rebel", "take part in a rebellion; renounce a former allegiance"], ["heighten", "become more extreme"], ["prove", "increase in volume"], ["mount", "go up or advance"], ["stand up", "rise to one's feet"], ["develop", "come into existence; take on form or shape"], ["turn out", "get up and out of bed"], ["wax", "go up or advance"]]}, {"answer": "riveting", "hint": "synonyms for riveting", "clues": [["pore", "direct one's attention on something"], ["rivet", "fasten with a rivet or rivets"], ["centre", "direct one's attention on something"], ["concentrate", "direct one's attention on something"], ["center", "direct one's attention on something"], ["focus", "direct one's attention on something"]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["howl", "make a loud noise, as of wind, water, or vehicles"], ["ululate", "emit long loud cries"], ["yaup", "emit long loud cries"], ["wail", "emit long loud cries"], ["roar", "utter words loudly and forcefully"], ["yawl", "emit long loud cries"], ["thunder", "utter words loudly and forcefully"], ["bellow", "make a loud noise, as of animal"]]}, {"answer": "roast", "hint": "synonyms for roast", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "roasted", "hint": "synonyms for roasted", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "robed", "hint": "synonyms for robed", "clues": [["hook", "rip off; ask an unreasonable price"], ["robe", "clothe formally; especially in ecclesiastical robes"], ["clothe", "cover as if with clothing"], ["drape", "cover as if with clothing"], ["soak", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"], ["vest", "clothe formally; especially in ecclesiastical robes"], ["fleece", "rip off; ask an unreasonable price"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["cloak", "cover as if with clothing"]]}, {"answer": "roiled", "hint": "synonyms for roiled", "clues": [["moil", "be agitated"], ["boil", "be agitated"], ["rile", "make turbid by stirring up the sediments of"], ["roil", "be agitated"], ["churn", "be agitated"]]}, {"answer": "roiling", "hint": "synonyms for roiling", "clues": [["moil", "be agitated"], ["boil", "be agitated"], ["rile", "make turbid by stirring up the sediments of"], ["roil", "be agitated"], ["churn", "be agitated"]]}, {"answer": "rolled", "hint": "synonyms for rolled", "clues": [["wind", "arrange or or coil around"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move along on or as if on wheels or a wheeled vehicle"], ["roll up", "show certain properties when being rolled"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["wrap", "arrange or or coil around"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["twine", "arrange or or coil around"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["wave", "move in a wavy pattern or with a rising and falling motion"], ["wheel", "move along on or as if on wheels or a wheeled vehicle"], ["flap", "move in a wavy pattern or with a rising and falling motion"], ["undulate", "occur in soft rounded shapes"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity"], ["revolve", "cause to move by turning over or in a circular manner of as if on an axis"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["roll out", "flatten or spread with a roller"], ["seethe", "boil vigorously"], ["turn over", "move by turning over or rotating"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "rollicking", "hint": "synonyms for rollicking", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "rolling", "hint": "synonyms for rolling", "clues": [["wind", "arrange or or coil around"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move along on or as if on wheels or a wheeled vehicle"], ["roll up", "show certain properties when being rolled"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["wrap", "arrange or or coil around"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["twine", "arrange or or coil around"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["wave", "move in a wavy pattern or with a rising and falling motion"], ["wheel", "move along on or as if on wheels or a wheeled vehicle"], ["flap", "move in a wavy pattern or with a rising and falling motion"], ["undulate", "occur in soft rounded shapes"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity"], ["revolve", "cause to move by turning over or in a circular manner of as if on an axis"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["roll out", "flatten or spread with a roller"], ["seethe", "boil vigorously"], ["turn over", "move by turning over or rotating"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "romance", "hint": "synonyms for romance", "clues": [["woo", "make amorous advances towards"], ["coquette", "talk or behave amorously, without serious intentions"], ["mash", "talk or behave amorously, without serious intentions"], ["philander", "talk or behave amorously, without serious intentions"], ["flirt", "talk or behave amorously, without serious intentions"], ["court", "make amorous advances towards"], ["solicit", "make amorous advances towards"], ["chat up", "talk or behave amorously, without serious intentions"], ["butterfly", "talk or behave amorously, without serious intentions"], ["dally", "talk or behave amorously, without serious intentions"]]}, {"answer": "rooted", "hint": "synonyms for rooted", "clues": [["root", "cause to take roots"], ["steady down", "become settled or established and stable in one's residence or life style"], ["settle", "become settled or established and stable in one's residence or life style"], ["settle down", "become settled or established and stable in one's residence or life style"], ["take root", "become settled or established and stable in one's residence or life style"], ["rootle", "dig with the snout"], ["rout", "dig with the snout"]]}, {"answer": "rose", "hint": "synonyms for rose", "clues": [["rise up", "take part in a rebellion; renounce a former allegiance"], ["surface", "come to the surface"], ["rise", "take part in a rebellion; renounce a former allegiance"], ["uprise", "get up and out of bed"], ["get up", "get up and out of bed"], ["go up", "increase in value or to a higher point"], ["rear", "rise up"], ["climb", "go up or advance"], ["resurrect", "return from the dead"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["climb up", "rise in rank or status"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["ascend", "come up, of celestial bodies"], ["come up", "move upward"], ["jump", "rise in rank or status"], ["grow", "come into existence; take on form or shape"], ["lift", "rise up"], ["rebel", "take part in a rebellion; renounce a former allegiance"], ["heighten", "become more extreme"], ["prove", "increase in volume"], ["mount", "go up or advance"], ["stand up", "rise to one's feet"], ["develop", "come into existence; take on form or shape"], ["turn out", "get up and out of bed"], ["wax", "go up or advance"]]}, {"answer": "rotated", "hint": "synonyms for rotated", "clues": [["rotate", "plant or grow in a fixed cyclic order of succession"], ["circumvolve", "cause to turn on an axis or center"], ["splay", "turn outward"], ["spread out", "turn outward"], ["revolve", "turn on or around an axis or a center"], ["go around", "turn on or around an axis or a center"], ["turn out", "turn outward"]]}, {"answer": "rotted", "hint": "synonyms for rotted", "clues": [["rot", "become physically weaker"], ["moulder", "break down"], ["decompose", "break down"], ["waste", "become physically weaker"]]}, {"answer": "round", "hint": "synonyms for round", "clues": [["round off", "bring to a highly developed, finished, or refined state"], ["lash out", "attack in speech or writing"], ["brush up", "bring to a highly developed, finished, or refined state"], ["assail", "attack in speech or writing"], ["attack", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["polish up", "bring to a highly developed, finished, or refined state"], ["polish", "bring to a highly developed, finished, or refined state"], ["flesh out", "become round, plump, or shapely"], ["fill out", "become round, plump, or shapely"], ["labialize", "pronounce with rounded lips"], ["round out", "make round"], ["snipe", "attack in speech or writing"], ["round down", "express as a round number"]]}, {"answer": "rounded", "hint": "synonyms for rounded", "clues": [["round", "pronounce with rounded lips"], ["round off", "make round"], ["attack", "attack in speech or writing"], ["polish", "bring to a highly developed, finished, or refined state"], ["round down", "express as a round number"], ["lash out", "attack in speech or writing"], ["brush up", "bring to a highly developed, finished, or refined state"], ["assail", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["polish up", "bring to a highly developed, finished, or refined state"], ["flesh out", "become round, plump, or shapely"], ["round out", "make round"], ["fill out", "become round, plump, or shapely"], ["labialize", "pronounce with rounded lips"], ["snipe", "attack in speech or writing"]]}, {"answer": "rousing", "hint": "synonyms for rousing", "clues": [["rouse", "become active"], ["rout out", "force or drive out"], ["wake", "cause to become awake or conscious"], ["excite", "cause to be agitated, excited, or roused"], ["charge", "cause to be agitated, excited, or roused"], ["bestir", "become active"], ["force out", "force or drive out"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["agitate", "cause to be agitated, excited, or roused"], ["commove", "cause to be agitated, excited, or roused"], ["wake up", "cause to become awake or conscious"], ["drive out", "force or drive out"], ["awaken", "cause to become awake or conscious"]]}, {"answer": "roving", "hint": "synonyms for roving", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "ruffled", "hint": "synonyms for ruffled", "clues": [["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["mess up", "disturb the smoothness of"], ["ruffle", "twitch or flutter"], ["cockle", "stir up (water) so as to form ripples"], ["fluff", "erect or fluff up"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others"], ["ruffle up", "disturb the smoothness of"], ["shuffle", "mix so as to make a random order or arrangement"], ["undulate", "stir up (water) so as to form ripples"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["rumple", "disturb the smoothness of"], ["pleat", "pleat or gather into a ruffle"], ["ripple", "stir up (water) so as to form ripples"], ["riffle", "twitch or flutter"], ["mix", "mix so as to make a random order or arrangement"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["flick", "twitch or flutter"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "ruined", "hint": "synonyms for ruined", "clues": [["bankrupt", "reduce to bankruptcy"], ["ruin", "deprive of virginity"], ["deflower", "deprive of virginity"], ["smash", "reduce to bankruptcy"], ["break", "reduce to bankruptcy"], ["destroy", "destroy completely; damage irreparably"]]}, {"answer": "ruled", "hint": "synonyms for ruled", "clues": [["rule", "decide on and make a declaration about"], ["decree", "decide with authority"], ["dominate", "be larger in number, quantity, power, status or importance"], ["harness", "keep in check"], ["predominate", "be larger in number, quantity, power, status or importance"], ["find", "decide on and make a declaration about"], ["prevail", "be larger in number, quantity, power, status or importance"], ["rein", "keep in check"], ["govern", "exercise authority over; as of nations"]]}, {"answer": "ruling", "hint": "synonyms for ruling", "clues": [["rule", "decide on and make a declaration about"], ["decree", "decide with authority"], ["dominate", "be larger in number, quantity, power, status or importance"], ["harness", "keep in check"], ["predominate", "be larger in number, quantity, power, status or importance"], ["find", "decide on and make a declaration about"], ["prevail", "be larger in number, quantity, power, status or importance"], ["rein", "keep in check"], ["govern", "exercise authority over; as of nations"]]}, {"answer": "rumpled", "hint": "synonyms for rumpled", "clues": [["mess up", "disturb the smoothness of"], ["rumple", "to gather something into small wrinkles or folds"], ["ruffle", "disturb the smoothness of"], ["crease", "become wrinkled or crumpled or creased"], ["crinkle", "become wrinkled or crumpled or creased"], ["cockle", "to gather something into small wrinkles or folds"], ["pucker", "to gather something into small wrinkles or folds"], ["ruffle up", "disturb the smoothness of"], ["knit", "to gather something into small wrinkles or folds"]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["run", "pass over, across, or through"], ["hightail it", "flee; take to one's heels; cut and run"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["tend", "have a tendency or disposition to do or be something; be inclined"], ["campaign", "run, stand, or compete for an office or a position"], ["feed", "move along, of liquids"], ["track down", "pursue for food or sport (as of wild animals)"], ["take to the woods", "flee; take to one's heels; cut and run"], ["go", "have a particular form"], ["hunt down", "pursue for food or sport (as of wild animals)"], ["ply", "travel a route regularly"], ["consort", "keep company"], ["function", "perform as expected when applied"], ["fly the coop", "flee; take to one's heels; cut and run"], ["carry", "include as the content; broadcast or publicize"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["pass", "pass over, across, or through"], ["melt", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["guide", "pass over, across, or through"], ["lead", "cause something to pass or lead somewhere"], ["bleed", "be diffused"], ["race", "compete in a race"], ["break away", "flee; take to one's heels; cut and run"], ["flow", "move along, of liquids"], ["draw", "pass over, across, or through"], ["bunk", "flee; take to one's heels; cut and run"], ["hunt", "pursue for food or sport (as of wild animals)"], ["incline", "have a tendency or disposition to do or be something; be inclined"], ["prevail", "continue to exist"], ["lam", "flee; take to one's heels; cut and run"], ["work", "perform as expected when applied"], ["black market", "deal in illegally, such as arms or liquor"], ["persist", "continue to exist"], ["execute", "carry out a process or program, as on a computer or a machine"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["course", "move along, of liquids"], ["move", "progress by being changed"], ["unravel", "become undone"], ["turn tail", "flee; take to one's heels; cut and run"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["run for", "extend or continue for a certain period of time"], ["escape", "flee; take to one's heels; cut and run"], ["operate", "direct or control; projects, businesses, etc."], ["scarper", "flee; take to one's heels; cut and run"], ["ladder", "come unraveled or undone as if by snagging"], ["die hard", "continue to exist"], ["range", "change or be different within limits"], ["endure", "continue to exist"], ["run away", "flee; take to one's heels; cut and run"]]}, {"answer": "rush", "hint": "synonyms for rush", "clues": [["step on it", "move fast"], ["cannonball along", "move fast"], ["festinate", "act or move at high speed"], ["belt along", "move fast"], ["rush along", "move fast"], ["speed", "move fast"], ["hie", "move fast"], ["hasten", "move fast"], ["hotfoot", "move fast"], ["induce", "cause to occur rapidly"], ["stimulate", "cause to occur rapidly"], ["look sharp", "act or move at high speed"], ["bucket along", "move fast"], ["hurry", "act or move at high speed"], ["race", "move fast"]]}, {"answer": "rushed", "hint": "synonyms for rushed", "clues": [["step on it", "move fast"], ["cannonball along", "move fast"], ["festinate", "act or move at high speed"], ["belt along", "move fast"], ["rush along", "move fast"], ["speed", "move fast"], ["hie", "move fast"], ["hasten", "move fast"], ["hotfoot", "move fast"], ["induce", "cause to occur rapidly"], ["stimulate", "cause to occur rapidly"], ["rush", "run with the ball, in football"], ["look sharp", "act or move at high speed"], ["bucket along", "move fast"], ["hurry", "act or move at high speed"], ["race", "move fast"]]}, {"answer": "sacked", "hint": "synonyms for sacked", "clues": [["sack", "make as a net profit"], ["fire", "terminate the employment of; discharge from an office or position"], ["sack up", "make as a net profit"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["plunder", "plunder (a town) after capture"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["net", "make as a net profit"], ["clear", "make as a net profit"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "sagging", "hint": "synonyms for sagging", "clues": [["sag", "cause to sag"], ["sag down", "cause to sag"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness"]]}, {"answer": "said", "hint": "synonyms for said", "clues": [["say", "indicate"], ["aver", "report or maintain"], ["articulate", "speak, pronounce, or utter in a certain way"], ["state", "express in words"], ["order", "give instructions to or direct somebody to do something with authority"], ["allege", "report or maintain"], ["enounce", "speak, pronounce, or utter in a certain way"], ["tell", "express in words"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["read", "have or contain a certain wording or form"], ["enunciate", "speak, pronounce, or utter in a certain way"], ["pronounce", "speak, pronounce, or utter in a certain way"], ["sound out", "speak, pronounce, or utter in a certain way"], ["suppose", "express a supposition"]]}, {"answer": "sanctified", "hint": "synonyms for sanctified", "clues": [["purify", "make pure or free from sin or guilt"], ["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["sanctify", "render holy by means of religious rites"], ["consecrate", "render holy by means of religious rites"], ["purge", "make pure or free from sin or guilt"]]}, {"answer": "satiate", "hint": "synonyms for satiate", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["sate", "fill to satisfaction"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["replete", "fill to satisfaction"], ["fill", "fill to satisfaction"]]}, {"answer": "satiated", "hint": "synonyms for satiated", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["sate", "fill to satisfaction"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["replete", "fill to satisfaction"], ["fill", "fill to satisfaction"]]}, {"answer": "satisfied", "hint": "synonyms for satisfied", "clues": [["live up to", "meet the requirements or expectations of"], ["fulfill", "meet the requirements or expectations of"], ["satisfy", "make happy or satisfied"], ["meet", "fill or meet a want or need"], ["gratify", "make happy or satisfied"], ["fill", "fill or meet a want or need"]]}, {"answer": "satisfying", "hint": "synonyms for satisfying", "clues": [["live up to", "meet the requirements or expectations of"], ["fulfill", "meet the requirements or expectations of"], ["satisfy", "make happy or satisfied"], ["meet", "fill or meet a want or need"], ["gratify", "make happy or satisfied"], ["fill", "fill or meet a want or need"]]}, {"answer": "saved", "hint": "synonyms for saved", "clues": [["keep open", "retain rights to"], ["save", "refrain from harming"], ["bring through", "bring into safety"], ["economize", "spend sparingly, avoid the waste of"], ["write", "record data on a computer"], ["pull through", "bring into safety"], ["spare", "refrain from harming"], ["redeem", "save from sins"], ["preserve", "to keep up and reserve for personal or special use"], ["salvage", "save from ruin, destruction, or harm"], ["lay aside", "accumulate money for future use"], ["save up", "accumulate money for future use"], ["hold open", "retain rights to"], ["relieve", "save from ruin, destruction, or harm"], ["deliver", "save from sins"], ["carry through", "bring into safety"], ["make unnecessary", "make unnecessary an expenditure or effort"], ["keep", "retain rights to"]]}, {"answer": "saving", "hint": "synonyms for saving", "clues": [["keep open", "retain rights to"], ["save", "refrain from harming"], ["bring through", "bring into safety"], ["economize", "spend sparingly, avoid the waste of"], ["write", "record data on a computer"], ["pull through", "bring into safety"], ["spare", "refrain from harming"], ["redeem", "save from sins"], ["preserve", "to keep up and reserve for personal or special use"], ["salvage", "save from ruin, destruction, or harm"], ["lay aside", "accumulate money for future use"], ["save up", "accumulate money for future use"], ["hold open", "retain rights to"], ["relieve", "save from ruin, destruction, or harm"], ["deliver", "save from sins"], ["carry through", "bring into safety"], ["make unnecessary", "make unnecessary an expenditure or effort"], ["keep", "retain rights to"]]}, {"answer": "scared", "hint": "synonyms for scared", "clues": [["daunt", "cause to lose courage"], ["mark", "mark with a scar"], ["frighten", "cause fear in"], ["affright", "cause fear in"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["pock", "mark with a scar"], ["pit", "mark with a scar"]]}, {"answer": "scarred", "hint": "synonyms for scarred", "clues": [["pit", "mark with a scar"], ["mark", "mark with a scar"], ["scar", "mark with a scar"], ["pock", "mark with a scar"]]}, {"answer": "scattered", "hint": "synonyms for scattered", "clues": [["scatter", "strew or distribute over an area"], ["break up", "to cause to separate and go in different directions"], ["spread out", "strew or distribute over an area"], ["sprinkle", "distribute loosely"], ["dissipate", "to cause to separate and go in different directions"], ["disperse", "distribute loosely"], ["dot", "distribute loosely"], ["dispel", "to cause to separate and go in different directions"], ["dust", "distribute loosely"], ["spread", "strew or distribute over an area"]]}, {"answer": "scented", "hint": "synonyms for scented", "clues": [["perfume", "apply perfume to"], ["scent", "apply perfume to"], ["nose", "catch the scent of; get wind of"], ["odorize", "cause to smell or be smelly"], ["wind", "catch the scent of; get wind of"], ["odourise", "cause to smell or be smelly"]]}, {"answer": "scintillating", "hint": "synonyms for scintillating", "clues": [["winkle", "emit or reflect light in a flickering manner"], ["sparkle", "be lively or brilliant or exhibit virtuosity"], ["scintillate", "reflect brightly"], ["coruscate", "be lively or brilliant or exhibit virtuosity"]]}, {"answer": "scorched", "hint": "synonyms for scorched", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["scorch", "burn slightly and superficially so as to affect color"], ["char", "burn slightly and superficially so as to affect color"], ["sear", "become superficially burned"], ["singe", "become superficially burned"]]}, {"answer": "scorching", "hint": "synonyms for scorching", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["scorch", "burn slightly and superficially so as to affect color"], ["char", "burn slightly and superficially so as to affect color"], ["sear", "become superficially burned"], ["singe", "become superficially burned"]]}, {"answer": "scorned", "hint": "synonyms for scorned", "clues": [["scorn", "look down on with disdain"], ["turn down", "reject with contempt"], ["despise", "look down on with disdain"], ["disdain", "look down on with disdain"], ["reject", "reject with contempt"], ["freeze off", "reject with contempt"], ["spurn", "reject with contempt"], ["pooh-pooh", "reject with contempt"], ["contemn", "look down on with disdain"]]}, {"answer": "scotch", "hint": "synonyms for scotch", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "scoured", "hint": "synonyms for scoured", "clues": [["scrub", "clean with hard rubbing"], ["scour", "clean with hard rubbing"], ["purge", "rinse, clean, or empty with a liquid"], ["abrade", "rub hard or scrub"], ["flush", "rinse, clean, or empty with a liquid"]]}, {"answer": "scrambled", "hint": "synonyms for scrambled", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["scramble", "stir vigorously"], ["shinny", "climb awkwardly, as if by scrambling"], ["sputter", "climb awkwardly, as if by scrambling"], ["struggle", "climb awkwardly, as if by scrambling"], ["throw together", "bring into random order"], ["beat", "stir vigorously"], ["jumble", "bring into random order"]]}, {"answer": "screaming", "hint": "synonyms for screaming", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"]]}, {"answer": "scrub", "hint": "synonyms for scrub", "clues": [["scratch", "postpone indefinitely or annul something that was scheduled"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["scour", "clean with hard rubbing"], ["cancel", "postpone indefinitely or annul something that was scheduled"], ["scrub up", "wash thoroughly"]]}, {"answer": "scrubbed", "hint": "synonyms for scrubbed", "clues": [["scrub", "wash thoroughly"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["scour", "clean with hard rubbing"], ["cancel", "postpone indefinitely or annul something that was scheduled"], ["scratch", "postpone indefinitely or annul something that was scheduled"], ["scrub up", "wash thoroughly"]]}, {"answer": "scurrying", "hint": "synonyms for scurrying", "clues": [["scamper", "to move about or proceed hurriedly"], ["scurry", "to move about or proceed hurriedly"], ["scuttle", "to move about or proceed hurriedly"], ["skitter", "to move about or proceed hurriedly"]]}, {"answer": "sear", "hint": "synonyms for sear", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["singe", "become superficially burned"], ["scorch", "burn slightly and superficially so as to affect color"], ["char", "burn slightly and superficially so as to affect color"], ["parch", "cause to wither or parch from exposure to heat"]]}, {"answer": "searching", "hint": "synonyms for searching", "clues": [["search", "search or seek"], ["look for", "try to locate or discover, or try to establish the existence of"], ["look", "search or seek"], ["seek", "try to locate or discover, or try to establish the existence of"], ["explore", "inquire into"]]}, {"answer": "seared", "hint": "synonyms for seared", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["scorch", "burn slightly and superficially so as to affect color"], ["char", "burn slightly and superficially so as to affect color"], ["sear", "become superficially burned"], ["singe", "become superficially burned"], ["parch", "cause to wither or parch from exposure to heat"]]}, {"answer": "searing", "hint": "synonyms for searing", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["scorch", "burn slightly and superficially so as to affect color"], ["char", "burn slightly and superficially so as to affect color"], ["sear", "become superficially burned"], ["singe", "become superficially burned"], ["parch", "cause to wither or parch from exposure to heat"]]}, {"answer": "seasoned", "hint": "synonyms for seasoned", "clues": [["harden", "make fit"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["flavor", "lend flavor to"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["temper", "make more temperate, acceptable, or suitable by adding something else; moderate"]]}, {"answer": "seated", "hint": "synonyms for seated", "clues": [["sit down", "show to a seat; assign a seat for"], ["seat", "put a seat on a chair"], ["invest", "place ceremoniously or formally in an office or position"], ["sit", "show to a seat; assign a seat for"], ["induct", "place ceremoniously or formally in an office or position"]]}, {"answer": "secluded", "hint": "synonyms for secluded", "clues": [["seclude", "keep away from others"], ["withdraw", "keep away from others"], ["sequestrate", "keep away from others"], ["sequester", "keep away from others"]]}, {"answer": "secure", "hint": "synonyms for secure", "clues": [["guarantee", "make certain of"], ["procure", "get by special effort"], ["insure", "make certain of"], ["batten", "furnish with battens"], ["batten down", "furnish with battens"], ["plug", "fill or close tightly with or as if with a plug"], ["assure", "make certain of"], ["stop up", "fill or close tightly with or as if with a plug"], ["fasten", "cause to be firmly attached"], ["ensure", "make certain of"], ["fix", "cause to be firmly attached"]]}, {"answer": "seeing", "hint": "synonyms for seeing", "clues": [["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["see", "make sense of; assign a meaning to"], ["look", "take charge of or deal with"], ["project", "imagine; conceive of; see in one's mind"], ["encounter", "come together"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["take care", "take charge of or deal with"], ["date", "date regularly; have a steady relationship with"], ["find out", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["go through", "go or live through"], ["come across", "come together"], ["figure", "imagine; conceive of; see in one's mind"], ["realise", "perceive (an idea or situation) mentally"], ["understand", "perceive (an idea or situation) mentally"], ["meet", "come together"], ["insure", "be careful or certain to do something; make certain of something"], ["envision", "imagine; conceive of; see in one's mind"], ["ascertain", "be careful or certain to do something; make certain of something"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["construe", "make sense of; assign a meaning to"], ["interpret", "make sense of; assign a meaning to"], ["regard", "deem to be"], ["visualize", "imagine; conceive of; see in one's mind"], ["experience", "go or live through"], ["witness", "perceive or be contemporaneous with"], ["watch", "see or watch"], ["ensure", "be careful or certain to do something; make certain of something"], ["view", "see or watch"], ["reckon", "deem to be"], ["run into", "come together"], ["hear", "get to know or become aware of, usually accidentally"], ["get wind", "get to know or become aware of, usually accidentally"], ["take in", "see or watch"], ["visit", "go to see a place, as for entertainment"], ["discover", "get to know or become aware of, usually accidentally"], ["consider", "deem to be"], ["run across", "come together"], ["picture", "imagine; conceive of; see in one's mind"], ["find", "perceive or be contemporaneous with"], ["see to it", "be careful or certain to do something; make certain of something"], ["fancy", "imagine; conceive of; see in one's mind"], ["go out", "date regularly; have a steady relationship with"], ["attend", "take charge of or deal with"], ["examine", "observe, check out, and look over carefully or inspect"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["catch", "see or watch"], ["assure", "be careful or certain to do something; make certain of something"], ["escort", "accompany or escort"], ["image", "imagine; conceive of; see in one's mind"], ["control", "be careful or certain to do something; make certain of something"], ["go steady", "date regularly; have a steady relationship with"]]}, {"answer": "seething", "hint": "synonyms for seething", "clues": [["seethe", "be in an agitated emotional state"], ["boil", "be in an agitated emotional state"], ["hum", "be noisy with activity"], ["roll", "boil vigorously"], ["buzz", "be noisy with activity"]]}, {"answer": "selected", "hint": "synonyms for selected", "clues": [["take", "pick out, select, or choose from a number of alternatives"], ["choose", "pick out, select, or choose from a number of alternatives"], ["pick out", "pick out, select, or choose from a number of alternatives"], ["select", "pick out, select, or choose from a number of alternatives"]]}, {"answer": "sensed", "hint": "synonyms for sensed", "clues": [["feel", "perceive by a physical sensation, e.g., coming from the skin or muscles"], ["smell out", "become aware of not through the senses but instinctively"], ["sense", "become aware of not through the senses but instinctively"], ["smell", "become aware of not through the senses but instinctively"]]}, {"answer": "sent", "hint": "synonyms for sent", "clues": [["mail", "cause to be directed or transmitted to another place"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["send", "broadcast over the airwaves, as in radio or television"], ["post", "cause to be directed or transmitted to another place"], ["station", "assign to a station"], ["send out", "to cause or order to be taken, directed, or transmitted to another place"], ["air", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["send off", "transfer"], ["commit", "cause to be admitted; of persons to an institution"], ["direct", "cause to go somewhere"], ["beam", "broadcast over the airwaves, as in radio or television"], ["transport", "transport commercially"], ["get off", "transfer"], ["charge", "cause to be admitted; of persons to an institution"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["ship", "transport commercially"], ["place", "assign to a station"]]}, {"answer": "separate", "hint": "synonyms for separate", "clues": [["severalise", "mark as different"], ["split up", "discontinue an association or relation; go different ways"], ["break up", "discontinue an association or relation; go different ways"], ["split", "go one's own way; move apart"], ["part", "go one's own way; move apart"], ["break", "become separated into pieces or fragments"], ["assort", "arrange or order by classes or categories"], ["divide", "force, take, or pull apart"], ["tell", "mark as different"], ["carve up", "separate into parts or portions"], ["sort", "arrange or order by classes or categories"], ["classify", "arrange or order by classes or categories"], ["fork", "divide into two or more branches so as to form a fork"], ["sort out", "arrange or order by classes or categories"], ["single out", "treat differently on the basis of sex or race"], ["ramify", "divide into two or more branches so as to form a fork"], ["secernate", "mark as different"], ["branch", "divide into two or more branches so as to form a fork"], ["come apart", "become separated into pieces or fragments"], ["discriminate", "treat differently on the basis of sex or race"], ["class", "arrange or order by classes or categories"], ["dissever", "separate into parts or portions"], ["furcate", "divide into two or more branches so as to form a fork"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["differentiate", "mark as different"], ["disunite", "force, take, or pull apart"], ["fall apart", "become separated into pieces or fragments"]]}, {"answer": "separated", "hint": "synonyms for separated", "clues": [["severalise", "mark as different"], ["split up", "discontinue an association or relation; go different ways"], ["break up", "discontinue an association or relation; go different ways"], ["split", "go one's own way; move apart"], ["separate", "go one's own way; move apart"], ["part", "go one's own way; move apart"], ["break", "become separated into pieces or fragments"], ["assort", "arrange or order by classes or categories"], ["divide", "force, take, or pull apart"], ["tell", "mark as different"], ["carve up", "separate into parts or portions"], ["sort", "arrange or order by classes or categories"], ["classify", "arrange or order by classes or categories"], ["fork", "divide into two or more branches so as to form a fork"], ["sort out", "arrange or order by classes or categories"], ["single out", "treat differently on the basis of sex or race"], ["ramify", "divide into two or more branches so as to form a fork"], ["secernate", "mark as different"], ["branch", "divide into two or more branches so as to form a fork"], ["come apart", "become separated into pieces or fragments"], ["discriminate", "treat differently on the basis of sex or race"], ["class", "arrange or order by classes or categories"], ["dissever", "separate into parts or portions"], ["furcate", "divide into two or more branches so as to form a fork"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["differentiate", "mark as different"], ["disunite", "force, take, or pull apart"], ["fall apart", "become separated into pieces or fragments"]]}, {"answer": "sequestered", "hint": "synonyms for sequestered", "clues": [["withdraw", "keep away from others"], ["sequestrate", "keep away from others"], ["sequester", "set apart from others"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["seize", "take temporary possession of as a security, by legal authority"], ["attach", "take temporary possession of as a security, by legal authority"], ["set apart", "set apart from others"], ["impound", "take temporary possession of as a security, by legal authority"], ["seclude", "keep away from others"], ["isolate", "set apart from others"], ["keep apart", "set apart from others"]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["coiffe", "arrange attractively"], ["mark", "establish as the highest level or best performance"], ["fix", "decide upon or fix definitely"], ["determine", "decide upon or fix definitely"], ["localise", "locate"], ["go under", "disappear beyond the horizon"], ["set up", "equip with sails or masts"], ["position", "put into a certain place or abstract location"], ["dress", "arrange attractively"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["put", "put into a certain place or abstract location"], ["place", "put into a certain place or abstract location"], ["specify", "decide upon or fix definitely"], ["rig", "equip with sails or masts"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["pose", "put into a certain place or abstract location"], ["congeal", "become gelatinous"], ["plant", "put or set (seeds, seedlings, or plants) into the ground"], ["jell", "become gelatinous"], ["coif", "arrange attractively"], ["countersink", "insert (a nail or screw below the surface, as into a countersink)"], ["fructify", "bear fruit"], ["do", "arrange attractively"], ["lay", "put into a certain place or abstract location"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["lay out", "get ready for a particular purpose or event"], ["typeset", "set in type"], ["go down", "disappear beyond the horizon"], ["limit", "decide upon or fix definitely"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard"], ["arrange", "adapt for performance in a different way"], ["define", "decide upon or fix definitely"], ["sic", "urge to attack someone"]]}, {"answer": "settled", "hint": "synonyms for settled", "clues": [["locate", "take up residence and become established"], ["settle", "bring to an end; settle conclusively"], ["square up", "settle conclusively; come to terms"], ["go under", "go under,"], ["reconcile", "come to terms"], ["ensconce", "fix firmly"], ["make up", "come to terms"], ["root", "become settled or established and stable in one's residence or life style"], ["get back", "get one's revenge for a wrong or an injury"], ["take root", "become settled or established and stable in one's residence or life style"], ["nail down", "make final; put the last touches on; put into final form"], ["sink", "go under,"], ["descend", "come as if by falling"], ["steady down", "become settled or established and stable in one's residence or life style"], ["subside", "sink down or precipitate"], ["determine", "settle conclusively; come to terms"], ["settle down", "settle into a position, usually on a surface or ground"], ["finalise", "make final; put the last touches on; put into final form"], ["decide", "bring to an end; settle conclusively"], ["conciliate", "come to terms"], ["patch up", "come to terms"], ["resolve", "bring to an end; settle conclusively"], ["go down", "go under,"], ["square off", "settle conclusively; come to terms"], ["adjudicate", "bring to an end; settle conclusively"], ["fall", "come as if by falling"]]}, {"answer": "severed", "hint": "synonyms for severed", "clues": [["lop", "cut off from a whole"], ["break up", "set or keep apart"], ["sever", "set or keep apart"], ["discerp", "cut off from a whole"]]}, {"answer": "sewed", "hint": "synonyms for sewed", "clues": [["sew", "create (clothes) with cloth"], ["stitch", "fasten by sewing; do needlework"], ["tailor-make", "create (clothes) with cloth"], ["tailor", "create (clothes) with cloth"], ["run up", "fasten by sewing; do needlework"], ["sew together", "fasten by sewing; do needlework"]]}, {"answer": "sewn", "hint": "synonyms for sewn", "clues": [["sew", "create (clothes) with cloth"], ["stitch", "fasten by sewing; do needlework"], ["tailor-make", "create (clothes) with cloth"], ["tailor", "create (clothes) with cloth"], ["run up", "fasten by sewing; do needlework"], ["sew together", "fasten by sewing; do needlework"]]}, {"answer": "sexed", "hint": "synonyms for sexed", "clues": [["sex", "tell the sex (of young chickens)"], ["turn on", "stimulate sexually"], ["wind up", "stimulate sexually"], ["arouse", "stimulate sexually"], ["excite", "stimulate sexually"]]}, {"answer": "shaded", "hint": "synonyms for shaded", "clues": [["shade off", "cast a shadow over"], ["shade", "vary slightly"], ["shadow", "cast a shadow over"], ["fill in", "represent the effect of shade or shadow on"]]}, {"answer": "shadowed", "hint": "synonyms for shadowed", "clues": [["shade off", "cast a shadow over"], ["shadow", "make appear small by comparison"], ["overshadow", "make appear small by comparison"], ["dwarf", "make appear small by comparison"], ["shade", "cast a shadow over"]]}, {"answer": "shaken", "hint": "synonyms for shaken", "clues": [["throw off", "get rid of"], ["didder", "move with or as if with a tremor"], ["rock", "move back and forth or sideways"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["sway", "move back and forth or sideways"], ["stir", "stir the feelings, emotions, or peace of"], ["escape from", "get rid of"], ["agitate", "move or cause to move back and forth"], ["shake off", "get rid of"], ["excite", "stir the feelings, emotions, or peace of"], ["judder", "shake or vibrate rapidly and intensively"], ["stimulate", "stir the feelings, emotions, or peace of"]]}, {"answer": "sham", "hint": "synonyms for sham", "clues": [["feign", "make believe with the intent to deceive"], ["pretend", "make believe with the intent to deceive"], ["dissemble", "make believe with the intent to deceive"], ["affect", "make believe with the intent to deceive"], ["assume", "make a pretence of"], ["simulate", "make a pretence of"]]}, {"answer": "shamed", "hint": "synonyms for shamed", "clues": [["shame", "bring shame or dishonor upon"], ["disgrace", "bring shame or dishonor upon"], ["feign", "make believe with the intent to deceive"], ["pretend", "make believe with the intent to deceive"], ["dishonor", "bring shame or dishonor upon"], ["affect", "make believe with the intent to deceive"], ["assume", "make a pretence of"], ["simulate", "make a pretence of"], ["dissemble", "make believe with the intent to deceive"], ["attaint", "bring shame or dishonor upon"]]}, {"answer": "shaped", "hint": "synonyms for shaped", "clues": [["forge", "make something, usually for a specific function"], ["regulate", "shape or influence; give direction to"], ["mold", "make something, usually for a specific function"], ["form", "give shape or form to"], ["influence", "shape or influence; give direction to"], ["shape", "make something, usually for a specific function"], ["work", "make something, usually for a specific function"], ["determine", "shape or influence; give direction to"]]}, {"answer": "shaping", "hint": "synonyms for shaping", "clues": [["forge", "make something, usually for a specific function"], ["regulate", "shape or influence; give direction to"], ["mold", "make something, usually for a specific function"], ["form", "give shape or form to"], ["influence", "shape or influence; give direction to"], ["shape", "make something, usually for a specific function"], ["work", "make something, usually for a specific function"], ["determine", "shape or influence; give direction to"]]}, {"answer": "shared", "hint": "synonyms for shared", "clues": [["portion out", "give out as one's portion or share"], ["deal", "give out as one's portion or share"], ["partake in", "have, give, or receive a share of"], ["share", "have, give, or receive a share of"], ["apportion", "give out as one's portion or share"], ["divvy up", "give out as one's portion or share"], ["partake", "have, give, or receive a share of"]]}, {"answer": "sharing", "hint": "synonyms for sharing", "clues": [["portion out", "give out as one's portion or share"], ["deal", "give out as one's portion or share"], ["partake in", "have, give, or receive a share of"], ["share", "have, give, or receive a share of"], ["apportion", "give out as one's portion or share"], ["divvy up", "give out as one's portion or share"], ["partake", "have, give, or receive a share of"]]}, {"answer": "sharpened", "hint": "synonyms for sharpened", "clues": [["sharpen", "become sharp or sharper"], ["focalise", "put (an image) into focus"], ["focus", "put (an image) into focus"], ["point", "give a point to"], ["heighten", "make (one's senses) more acute"], ["taper", "give a point to"]]}, {"answer": "shaved", "hint": "synonyms for shaved", "clues": [["plane", "cut or remove with or as if with a plane"], ["shave", "cut the price of"], ["trim", "cut closely"], ["knock off", "cut the price of"]]}, {"answer": "shaven", "hint": "synonyms for shaven", "clues": [["plane", "cut or remove with or as if with a plane"], ["shave", "cut the price of"], ["trim", "cut closely"], ["knock off", "cut the price of"]]}, {"answer": "shed", "hint": "synonyms for shed", "clues": [["slough", "cast off hair, skin, horn, or feathers"], ["cast off", "get rid of"], ["throw", "get rid of"], ["throw off", "get rid of"], ["drop", "get rid of"], ["shake off", "get rid of"], ["exuviate", "cast off hair, skin, horn, or feathers"], ["spill", "pour out in drops or small quantities or as if in drops or small quantities"], ["molt", "cast off hair, skin, horn, or feathers"], ["throw away", "get rid of"], ["pour forth", "pour out in drops or small quantities or as if in drops or small quantities"], ["disgorge", "cause or allow (a solid substance) to flow or run out or over"], ["cast", "get rid of"]]}, {"answer": "sheer", "hint": "synonyms for sheer", "clues": [["cut", "turn sharply; change direction abruptly"], ["veer", "turn sharply; change direction abruptly"], ["slue", "turn sharply; change direction abruptly"], ["trend", "turn sharply; change direction abruptly"], ["swerve", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "shelled", "hint": "synonyms for shelled", "clues": [["blast", "use explosives on"], ["shell", "remove the husks from"], ["trounce", "come out better in a competition, race, or conflict"], ["husk", "remove the husks from"], ["beat out", "come out better in a competition, race, or conflict"], ["crush", "come out better in a competition, race, or conflict"], ["vanquish", "come out better in a competition, race, or conflict"], ["beat", "come out better in a competition, race, or conflict"]]}, {"answer": "shifting", "hint": "synonyms for shifting", "clues": [["tilt", "move sideways or in an unsteady way"], ["budge", "move very slightly"], ["shift", "use a shift key on a keyboard"], ["dislodge", "change place or direction"], ["pitch", "move abruptly"], ["switch", "lay aside, abandon, or leave for another"], ["wobble", "move sideways or in an unsteady way"], ["transfer", "move around"], ["careen", "move sideways or in an unsteady way"], ["agitate", "move very slightly"], ["stir", "move very slightly"], ["lurch", "move abruptly"], ["change over", "make a shift in or exchange of"], ["change", "lay aside, abandon, or leave for another"], ["reposition", "change place or direction"]]}, {"answer": "shining", "hint": "synonyms for shining", "clues": [["glisten", "be shiny, as if wet"], ["shin", "climb awkwardly, as if by scrambling"], ["radiate", "have a complexion with a strong bright color, such as red or pink"], ["skin", "climb awkwardly, as if by scrambling"], ["glow", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["beam", "emit light; be bright, as of the sun or a light"], ["struggle", "climb awkwardly, as if by scrambling"], ["polish", "make (a surface) shine"], ["clamber", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["fall", "touch or seem as if touching visually or audibly"], ["strike", "touch or seem as if touching visually or audibly"], ["smoothen", "make (a surface) shine"], ["shinny", "climb awkwardly, as if by scrambling"], ["sputter", "climb awkwardly, as if by scrambling"], ["reflect", "be bright by reflecting or casting light"], ["gleam", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "shivering", "hint": "synonyms for shivering", "clues": [["shiver", "shake, as from cold"], ["shudder", "shake, as from cold"], ["thrill", "tremble convulsively, as from fear or excitement"], ["throb", "tremble convulsively, as from fear or excitement"]]}, {"answer": "shocked", "hint": "synonyms for shocked", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["take aback", "surprise greatly; knock someone's socks off"], ["shock", "strike with horror or terror"], ["ball over", "surprise greatly; knock someone's socks off"], ["floor", "surprise greatly; knock someone's socks off"], ["traumatize", "inflict a trauma upon"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"]]}, {"answer": "shocking", "hint": "synonyms for shocking", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["take aback", "surprise greatly; knock someone's socks off"], ["shock", "strike with horror or terror"], ["ball over", "surprise greatly; knock someone's socks off"], ["floor", "surprise greatly; knock someone's socks off"], ["traumatize", "inflict a trauma upon"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"]]}, {"answer": "shortened", "hint": "synonyms for shortened", "clues": [["reduce", "reduce in scope while retaining essential elements"], ["castrate", "edit by omitting or modifying parts considered indelicate"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"], ["cut", "reduce in scope while retaining essential elements"], ["shorten", "make shorter than originally intended; reduce or retrench in length or duration"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate"], ["expurgate", "edit by omitting or modifying parts considered indelicate"], ["abbreviate", "reduce in scope while retaining essential elements"]]}, {"answer": "shot", "hint": "synonyms for shot", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "send forth suddenly, intensely, swiftly"], ["dart", "run or move very quickly or hastily"], ["dissipate", "spend frivolously and unwisely"], ["inject", "force or drive (a fluid or gas) into by piercing"], ["scud", "run or move very quickly or hastily"], ["frivol away", "spend frivolously and unwisely"], ["sprout", "produce buds, branches, or germinate"], ["blast", "fire a shot"], ["pip", "kill by firing a missile"], ["hit", "hit with a missile from a weapon"], ["bourgeon", "produce buds, branches, or germinate"], ["fritter", "spend frivolously and unwisely"], ["scoot", "run or move very quickly or hastily"], ["tear", "move quickly and violently"], ["flash", "run or move very quickly or hastily"], ["fritter away", "spend frivolously and unwisely"], ["fool away", "spend frivolously and unwisely"], ["spud", "produce buds, branches, or germinate"], ["charge", "move quickly and violently"], ["snap", "record on photographic film"], ["fool", "spend frivolously and unwisely"], ["photograph", "record on photographic film"], ["germinate", "produce buds, branches, or germinate"], ["film", "make a film or photograph of something"], ["dash", "run or move very quickly or hastily"], ["shoot down", "move quickly and violently"], ["burgeon forth", "produce buds, branches, or germinate"], ["buck", "move quickly and violently"], ["take", "make a film or photograph of something"]]}, {"answer": "shouted", "hint": "synonyms for shouted", "clues": [["clapperclaw", "use foul or abusive language towards"], ["scream", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["blackguard", "use foul or abusive language towards"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"], ["abuse", "use foul or abusive language towards"], ["cry", "utter aloud; often with surprise, horror, or joy"], ["holler", "utter a sudden loud cry"], ["outcry", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["cry out", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "shrieked", "hint": "synonyms for shrieked", "clues": [["pipe up", "utter a shrill cry"], ["pipe", "utter a shrill cry"], ["shriek", "utter a shrill cry"], ["shrill", "utter a shrill cry"]]}, {"answer": "shriveled", "hint": "synonyms for shriveled", "clues": [["wither", "wither, as with a loss of moisture"], ["shrivel", "decrease in size, range, or extent"], ["shrivel up", "wither, as with a loss of moisture"], ["shrink", "decrease in size, range, or extent"]]}, {"answer": "shrivelled", "hint": "synonyms for shrivelled", "clues": [["wither", "wither, as with a loss of moisture"], ["shrivel", "decrease in size, range, or extent"], ["shrivel up", "wither, as with a loss of moisture"], ["shrink", "decrease in size, range, or extent"]]}, {"answer": "shrunken", "hint": "synonyms for shrunken", "clues": [["shrink", "reduce in size; reduce physically"], ["shrivel up", "wither, as with a loss of moisture"], ["shrivel", "wither, as with a loss of moisture"], ["flinch", "draw back, as with fear or pain"], ["reduce", "reduce in size; reduce physically"], ["wither", "wither, as with a loss of moisture"], ["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"], ["contract", "become smaller or draw together"]]}, {"answer": "shuddering", "hint": "synonyms for shuddering", "clues": [["shudder", "shake, as from cold"], ["shiver", "tremble convulsively, as from fear or excitement"], ["thrill", "tremble convulsively, as from fear or excitement"], ["throb", "tremble convulsively, as from fear or excitement"]]}, {"answer": "shut", "hint": "synonyms for shut", "clues": [["close", "move so that an opening or passage is obstructed; make shut"], ["keep out", "prevent from entering; shut out"], ["shut out", "prevent from entering; shut out"], ["exclude", "prevent from entering; shut out"]]}, {"answer": "shut_up", "hint": "synonyms for shut up", "clues": [["shut away", "place in a place where something cannot be removed or someone cannot escape"], ["quieten", "cause to be quiet or not talk"], ["lock in", "place in a place where something cannot be removed or someone cannot escape"], ["still", "cause to be quiet or not talk"], ["silence", "cause to be quiet or not talk"], ["button up", "refuse to talk or stop talking; fall silent"], ["belt up", "refuse to talk or stop talking; fall silent"], ["be quiet", "refuse to talk or stop talking; fall silent"], ["put away", "place in a place where something cannot be removed or someone cannot escape"], ["keep mum", "refuse to talk or stop talking; fall silent"], ["clam up", "refuse to talk or stop talking; fall silent"], ["lock away", "place in a place where something cannot be removed or someone cannot escape"], ["lock", "place in a place where something cannot be removed or someone cannot escape"], ["hush up", "cause to be quiet or not talk"], ["lock up", "place in a place where something cannot be removed or someone cannot escape"], ["close up", "refuse to talk or stop talking; fall silent"], ["hush", "cause to be quiet or not talk"], ["dummy up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "sick", "hint": "synonyms for sick", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "sickening", "hint": "synonyms for sickening", "clues": [["turn one's stomach", "upset and make nauseated"], ["churn up", "cause aversion in; offend the moral sense of"], ["sicken", "get sick"], ["nauseate", "cause aversion in; offend the moral sense of"], ["revolt", "cause aversion in; offend the moral sense of"], ["come down", "get sick"], ["disgust", "cause aversion in; offend the moral sense of"]]}, {"answer": "sign", "hint": "synonyms for sign", "clues": [["subscribe", "mark with one's signature; write one's name (on)"], ["sign up", "engage by written agreement"], ["ratify", "approve and express assent, responsibility, or obligation"], ["signal", "communicate silently and non-verbally by signals or signs"], ["sign on", "engage by written agreement"], ["contract", "engage by written agreement"], ["signalise", "communicate silently and non-verbally by signals or signs"], ["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate"]]}, {"answer": "signal", "hint": "synonyms for signal", "clues": [["betoken", "be a signal for or a symptom of"], ["signalise", "communicate silently and non-verbally by signals or signs"], ["sign", "communicate silently and non-verbally by signals or signs"], ["bespeak", "be a signal for or a symptom of"], ["point", "be a signal for or a symptom of"], ["indicate", "be a signal for or a symptom of"]]}, {"answer": "signed", "hint": "synonyms for signed", "clues": [["sign", "communicate in sign language"], ["subscribe", "mark with one's signature; write one's name (on)"], ["sign up", "engage by written agreement"], ["ratify", "approve and express assent, responsibility, or obligation"], ["signal", "communicate silently and non-verbally by signals or signs"], ["sign on", "engage by written agreement"], ["contract", "engage by written agreement"], ["signalise", "communicate silently and non-verbally by signals or signs"], ["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate"]]}, {"answer": "silenced", "hint": "synonyms for silenced", "clues": [["hush", "cause to be quiet or not talk"], ["silence", "keep from expression, for example by threats or pressure"], ["quieten", "cause to be quiet or not talk"], ["still", "cause to be quiet or not talk"], ["shut up", "cause to be quiet or not talk"], ["hush up", "cause to be quiet or not talk"]]}, {"answer": "simulated", "hint": "synonyms for simulated", "clues": [["simulate", "create a representation or model of"], ["sham", "make a pretence of"], ["assume", "make a pretence of"], ["feign", "make a pretence of"], ["copy", "reproduce someone's behavior or looks"], ["model", "create a representation or model of"], ["imitate", "reproduce someone's behavior or looks"]]}, {"answer": "singing", "hint": "synonyms for singing", "clues": [["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["singe", "become superficially burned"], ["whistle", "make a whining, ringing, or whistling sound"], ["spill the beans", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["babble", "divulge confidential information or secrets"], ["sear", "become superficially burned"], ["peach", "divulge confidential information or secrets"], ["scorch", "become superficially burned"], ["blab out", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "sinning", "hint": "synonyms for sinning", "clues": [["boob", "commit a faux pas or a fault or make a serious mistake"], ["sin", "commit a sin; violate a law of God or a moral law"], ["goof", "commit a faux pas or a fault or make a serious mistake"], ["trespass", "commit a sin; violate a law of God or a moral law"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake"], ["blunder", "commit a faux pas or a fault or make a serious mistake"], ["transgress", "commit a sin; violate a law of God or a moral law"]]}, {"answer": "sitting", "hint": "synonyms for sitting", "clues": [["sit down", "be seated"], ["sit", "take a seat"], ["posture", "assume a posture as for artistic purposes"], ["model", "assume a posture as for artistic purposes"], ["sit around", "be around, often idly or without specific purpose"], ["baby-sit", "work or act as a baby-sitter"], ["ride", "sit and travel on the back of animal, usually while controlling its motions"], ["seat", "show to a seat; assign a seat for"], ["pose", "assume a posture as for artistic purposes"]]}, {"answer": "situated", "hint": "synonyms for situated", "clues": [["situate", "put (something somewhere) firmly"], ["deposit", "put (something somewhere) firmly"], ["fix", "put (something somewhere) firmly"], ["locate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey"], ["posit", "put (something somewhere) firmly"]]}, {"answer": "skim", "hint": "synonyms for skim", "clues": [["cream", "remove from the surface"], ["cream off", "remove from the surface"], ["skim over", "read superficially"], ["scan", "examine hastily"], ["glance over", "examine hastily"], ["plane", "travel on the surface of water"], ["rake", "examine hastily"], ["skim off", "remove from the surface"], ["run down", "examine hastily"], ["skip", "cause to skip over a surface"], ["skitter", "cause to skip over a surface"]]}, {"answer": "skimmed", "hint": "synonyms for skimmed", "clues": [["skim off", "remove from the surface"], ["cream off", "remove from the surface"], ["skim", "examine hastily"], ["skitter", "cause to skip over a surface"], ["skim over", "read superficially"], ["scan", "examine hastily"], ["skip", "cause to skip over a surface"], ["plane", "travel on the surface of water"], ["rake", "examine hastily"], ["glance over", "examine hastily"], ["run down", "examine hastily"], ["cream", "remove from the surface"]]}, {"answer": "skinned", "hint": "synonyms for skinned", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["shinny", "climb awkwardly, as if by scrambling"], ["scrape", "bruise, cut, or injure the skin or the surface of"], ["bark", "remove the bark of a tree"], ["sputter", "climb awkwardly, as if by scrambling"], ["peel", "strip the skin off"], ["struggle", "climb awkwardly, as if by scrambling"], ["pare", "strip the skin off"]]}, {"answer": "skirting", "hint": "synonyms for skirting", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "form the edge of"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["border", "extend on all sides of simultaneously; encircle"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["surround", "extend on all sides of simultaneously; encircle"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "slack", "hint": "synonyms for slack", "clues": [["slack off", "become less in amount or intensity"], ["slow up", "become slow or slower"], ["abate", "make less active or intense"], ["slake", "make less active or intense"], ["slow", "become slow or slower"], ["slow down", "become slow or slower"], ["die away", "become less in amount or intensity"], ["slack up", "make less active or fast"], ["slacken", "become slow or slower"], ["relax", "make less active or fast"], ["let up", "become less in amount or intensity"]]}, {"answer": "slain", "hint": "synonyms for slain", "clues": [["off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "slaked", "hint": "synonyms for slaked", "clues": [["assuage", "satisfy (thirst)"], ["slack", "make less active or intense"], ["abate", "make less active or intense"], ["slake", "make less active or intense"], ["allay", "satisfy (thirst)"], ["quench", "satisfy (thirst)"]]}, {"answer": "slanted", "hint": "synonyms for slanted", "clues": [["lean", "to incline or bend from a vertical position"], ["tilt", "heel over"], ["slant", "present with a bias"], ["cant", "heel over"], ["angle", "to incline or bend from a vertical position"], ["pitch", "heel over"], ["tip", "to incline or bend from a vertical position"], ["weight", "present with a bias"], ["cant over", "heel over"]]}, {"answer": "slanting", "hint": "synonyms for slanting", "clues": [["lean", "to incline or bend from a vertical position"], ["tilt", "heel over"], ["slant", "present with a bias"], ["cant", "heel over"], ["angle", "to incline or bend from a vertical position"], ["pitch", "heel over"], ["tip", "to incline or bend from a vertical position"], ["weight", "present with a bias"], ["cant over", "heel over"]]}, {"answer": "slashed", "hint": "synonyms for slashed", "clues": [["slash", "move or stir about violently"], ["gash", "cut open"], ["whip", "beat severely with a whip or rod"], ["jactitate", "move or stir about violently"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["thresh", "move or stir about violently"], ["thresh about", "move or stir about violently"], ["thrash", "move or stir about violently"], ["convulse", "move or stir about violently"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["cut down", "cut with sweeping strokes; as with an ax or machete"], ["toss", "move or stir about violently"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "slashing", "hint": "synonyms for slashing", "clues": [["slash", "move or stir about violently"], ["gash", "cut open"], ["whip", "beat severely with a whip or rod"], ["jactitate", "move or stir about violently"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["thresh", "move or stir about violently"], ["thresh about", "move or stir about violently"], ["thrash", "move or stir about violently"], ["convulse", "move or stir about violently"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["cut down", "cut with sweeping strokes; as with an ax or machete"], ["toss", "move or stir about violently"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "sleeping", "hint": "synonyms for sleeping", "clues": [["log Z's", "be asleep"], ["slumber", "be asleep"], ["sleep", "be able to accommodate for sleeping"], ["kip", "be asleep"], ["catch some Z's", "be asleep"]]}, {"answer": "slicked", "hint": "synonyms for slicked", "clues": [["slick", "give a smooth and glossy appearance"], ["slick down", "give a smooth and glossy appearance"], ["sleek", "make slick or smooth"], ["sleek down", "give a smooth and glossy appearance"]]}, {"answer": "sliding", "hint": "synonyms for sliding", "clues": [["slue", "move obliquely or sideways, usually in an uncontrolled manner"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner"], ["slide", "move smoothly along a surface"], ["slither", "to pass or move unobtrusively or smoothly"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner"]]}, {"answer": "slim", "hint": "synonyms for slim", "clues": [["slenderize", "take off weight"], ["melt off", "take off weight"], ["thin", "take off weight"], ["lose weight", "take off weight"], ["slim down", "take off weight"], ["reduce", "take off weight"]]}, {"answer": "slimed", "hint": "synonyms for slimed", "clues": [["slenderize", "take off weight"], ["slim", "take off weight"], ["thin", "take off weight"], ["reduce", "take off weight"], ["melt off", "take off weight"], ["lose weight", "take off weight"], ["slim down", "take off weight"]]}, {"answer": "slipping", "hint": "synonyms for slipping", "clues": [["slue", "move obliquely or sideways, usually in an uncontrolled manner"], ["slip", "cause to move with a smooth or sliding motion"], ["drop away", "get worse"], ["fall away", "get worse"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner"], ["sneak", "pass on stealthily"], ["err", "to make a mistake or be incorrect"], ["slip one's mind", "pass out of one's memory"], ["luxate", "move out of position"], ["dislocate", "move out of position"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner"], ["mistake", "to make a mistake or be incorrect"], ["splay", "move out of position"], ["drop off", "get worse"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner"], ["steal", "move stealthily"]]}, {"answer": "sloped", "hint": "synonyms for sloped", "clues": [["incline", "be at an angle"], ["slop", "walk through mud or mire"], ["splosh", "walk through mud or mire"], ["splash", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["swill", "feed pigs"], ["pitch", "be at an angle"], ["squish", "walk through mud or mire"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "sloping", "hint": "synonyms for sloping", "clues": [["incline", "be at an angle"], ["slop", "walk through mud or mire"], ["splosh", "walk through mud or mire"], ["splash", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["swill", "feed pigs"], ["pitch", "be at an angle"], ["squish", "walk through mud or mire"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "slopped", "hint": "synonyms for slopped", "clues": [["slop", "walk through mud or mire"], ["splosh", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["swill", "feed pigs"], ["splash", "walk through mud or mire"], ["squish", "walk through mud or mire"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "sloshed", "hint": "synonyms for sloshed", "clues": [["slop", "walk through mud or mire"], ["slush", "spill or splash copiously or clumsily"], ["slosh", "make a splashing sound"], ["splash", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["squish", "walk through mud or mire"], ["slosh around", "spill or splash copiously or clumsily"]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["slow up", "become slow or slower"], ["slack", "become slow or slower"], ["decelerate", "lose velocity; move more slowly"], ["slow down", "become slow or slower"], ["slacken", "become slow or slower"], ["retard", "lose velocity; move more slowly"]]}, {"answer": "smashed", "hint": "synonyms for smashed", "clues": [["demolish", "humiliate or depress completely"], ["smash", "break suddenly into pieces, as from a violent blow"], ["smash up", "damage or destroy as if by violence"], ["ruin", "reduce to bankruptcy"], ["crush", "humiliate or depress completely"], ["bang up", "damage or destroy as if by violence"], ["nail", "hit hard"], ["boom", "hit hard"], ["bankrupt", "reduce to bankruptcy"], ["dash", "break into pieces, as by striking or knocking over"], ["blast", "hit hard"], ["break", "reduce to bankruptcy"]]}, {"answer": "smashing", "hint": "synonyms for smashing", "clues": [["demolish", "humiliate or depress completely"], ["smash", "break suddenly into pieces, as from a violent blow"], ["smash up", "damage or destroy as if by violence"], ["ruin", "reduce to bankruptcy"], ["crush", "humiliate or depress completely"], ["bang up", "damage or destroy as if by violence"], ["nail", "hit hard"], ["boom", "hit hard"], ["bankrupt", "reduce to bankruptcy"], ["dash", "break into pieces, as by striking or knocking over"], ["blast", "hit hard"], ["break", "reduce to bankruptcy"]]}, {"answer": "smelling", "hint": "synonyms for smelling", "clues": [["smell out", "become aware of not through the senses but instinctively"], ["smell", "emit an odor"], ["reek", "have an element suggestive (of something)"], ["smack", "have an element suggestive (of something)"], ["sense", "become aware of not through the senses but instinctively"]]}, {"answer": "smooth", "hint": "synonyms for smooth", "clues": [["polish", "make (a surface) shine"], ["shine", "make (a surface) shine"], ["smooth out", "free from obstructions"], ["smoothen", "make smooth or smoother, as if by rubbing"]]}, {"answer": "smoothed", "hint": "synonyms for smoothed", "clues": [["polish", "make (a surface) shine"], ["smooth", "free from obstructions"], ["shine", "make (a surface) shine"], ["smooth out", "free from obstructions"]]}, {"answer": "smothered", "hint": "synonyms for smothered", "clues": [["repress", "conceal or hide"], ["asphyxiate", "deprive of oxygen and prevent from breathing"], ["muffle", "conceal or hide"], ["surround", "envelop completely"], ["smother", "conceal or hide"], ["stifle", "conceal or hide"], ["strangle", "conceal or hide"], ["suffocate", "deprive of oxygen and prevent from breathing"], ["put out", "deprive of the oxygen necessary for combustion"]]}, {"answer": "smothering", "hint": "synonyms for smothering", "clues": [["repress", "conceal or hide"], ["asphyxiate", "deprive of oxygen and prevent from breathing"], ["muffle", "conceal or hide"], ["surround", "envelop completely"], ["smother", "conceal or hide"], ["stifle", "conceal or hide"], ["strangle", "conceal or hide"], ["suffocate", "deprive of oxygen and prevent from breathing"], ["put out", "deprive of the oxygen necessary for combustion"]]}, {"answer": "snarled", "hint": "synonyms for snarled", "clues": [["snarl", "make a snarling noise or move with a snarling noise"], ["mat", "twist together or entwine into a confusing mass"], ["entangle", "twist together or entwine into a confusing mass"], ["snarl up", "make more complicated or confused through entanglements"], ["embrangle", "make more complicated or confused through entanglements"], ["snap", "utter in an angry, sharp, or abrupt tone"]]}, {"answer": "sneak", "hint": "synonyms for sneak", "clues": [["mouse", "to go stealthily or furtively"], ["pilfer", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["creep", "to go stealthily or furtively"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["slip", "pass on stealthily"], ["abstract", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["pussyfoot", "to go stealthily or furtively"], ["snarf", "make off with belongings of others"]]}, {"answer": "sneaking", "hint": "synonyms for sneaking", "clues": [["pilfer", "make off with belongings of others"], ["creep", "to go stealthily or furtively"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["slip", "pass on stealthily"], ["sneak", "pass on stealthily"], ["mouse", "to go stealthily or furtively"], ["filch", "make off with belongings of others"], ["abstract", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["pussyfoot", "to go stealthily or furtively"], ["snarf", "make off with belongings of others"]]}, {"answer": "snub", "hint": "synonyms for snub", "clues": [["cut", "refuse to acknowledge"], ["repel", "reject outright and bluntly"], ["ignore", "refuse to acknowledge"], ["rebuff", "reject outright and bluntly"], ["disregard", "refuse to acknowledge"]]}, {"answer": "snuffling", "hint": "synonyms for snuffling", "clues": [["snivel", "cry or whine with snuffling"], ["snuffle", "snuff up mucus through the nose"], ["snuff", "sniff or smell inquiringly"], ["blub", "cry or whine with snuffling"], ["blubber", "cry or whine with snuffling"]]}, {"answer": "snuggled", "hint": "synonyms for snuggled", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "position comfortably"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "soaked", "hint": "synonyms for soaked", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["hook", "rip off; ask an unreasonable price"], ["soak", "leave as a guarantee in return for money"], ["douse", "cover with liquid; pour liquid onto"], ["rob", "rip off; ask an unreasonable price"], ["inebriate", "become drunk or drink excessively"], ["intoxicate", "make drunk (with alcoholic drinks)"], ["drench", "cover with liquid; pour liquid onto"], ["gazump", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["hock", "leave as a guarantee in return for money"], ["fleece", "rip off; ask an unreasonable price"], ["sop", "cover with liquid; pour liquid onto"], ["hit it up", "become drunk or drink excessively"], ["souse", "cover with liquid; pour liquid onto"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["imbue", "fill, soak, or imbue totally"], ["pawn", "leave as a guarantee in return for money"]]}, {"answer": "soaring", "hint": "synonyms for soaring", "clues": [["soar", "fly upwards or high in the sky"], ["soar upwards", "rise rapidly"], ["soar up", "rise rapidly"], ["zoom", "rise rapidly"], ["sailplane", "fly a plane without an engine"], ["hang glide", "fly by means of a hang glider"], ["surge", "rise rapidly"]]}, {"answer": "softened", "hint": "synonyms for softened", "clues": [["break", "lessen in force or effect"], ["yield", "give in, as to influence or pressure"], ["relent", "give in, as to influence or pressure"], ["moderate", "make less severe or harsh"], ["soften", "lessen in force or effect"], ["mince", "make less severe or harsh"], ["damp", "lessen in force or effect"], ["buffer", "protect from impact"], ["cushion", "protect from impact"], ["dampen", "lessen in force or effect"], ["weaken", "lessen in force or effect"]]}, {"answer": "softening", "hint": "synonyms for softening", "clues": [["break", "lessen in force or effect"], ["yield", "give in, as to influence or pressure"], ["relent", "give in, as to influence or pressure"], ["moderate", "make less severe or harsh"], ["soften", "lessen in force or effect"], ["mince", "make less severe or harsh"], ["damp", "lessen in force or effect"], ["buffer", "protect from impact"], ["cushion", "protect from impact"], ["dampen", "lessen in force or effect"], ["weaken", "lessen in force or effect"]]}, {"answer": "soiled", "hint": "synonyms for soiled", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"]]}, {"answer": "sold", "hint": "synonyms for sold", "clues": [["sell", "persuade somebody to accept something"], ["betray", "deliver to an enemy by treachery"], ["deal", "do business; offer for sale as for one's livelihood"], ["trade", "do business; offer for sale as for one's livelihood"]]}, {"answer": "solved", "hint": "synonyms for solved", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["resolve", "find the solution"], ["solve", "settle, as of a debt"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["clear", "settle, as of a debt"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"]]}, {"answer": "soothing", "hint": "synonyms for soothing", "clues": [["console", "give moral or emotional strength to"], ["soothe", "cause to feel better"], ["comfort", "give moral or emotional strength to"], ["solace", "give moral or emotional strength to"]]}, {"answer": "sophisticated", "hint": "synonyms for sophisticated", "clues": [["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["doctor up", "alter and make impure, as with the intention to deceive"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["doctor", "alter and make impure, as with the intention to deceive"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "sorted", "hint": "synonyms for sorted", "clues": [["screen", "examine in order to test suitability"], ["sort out", "arrange or order by classes or categories"], ["class", "arrange or order by classes or categories"], ["assort", "arrange or order by classes or categories"], ["sort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"], ["sieve", "examine in order to test suitability"], ["screen out", "examine in order to test suitability"], ["classify", "arrange or order by classes or categories"]]}, {"answer": "sought", "hint": "synonyms for sought", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["assay", "make an effort or attempt"], ["attempt", "make an effort or attempt"], ["look for", "try to locate or discover, or try to establish the existence of"], ["try", "make an effort or attempt"], ["search", "try to locate or discover, or try to establish the existence of"]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["vocalise", "utter with vibrating vocal chords"], ["voice", "utter with vibrating vocal chords"], ["fathom", "measure the depth of (a body of water) with a sounding line"], ["go", "make a certain noise or sound"]]}, {"answer": "sounding", "hint": "synonyms for sounding", "clues": [["sound", "measure the depth of (a body of water) with a sounding line"], ["vocalise", "utter with vibrating vocal chords"], ["voice", "utter with vibrating vocal chords"], ["fathom", "measure the depth of (a body of water) with a sounding line"], ["go", "make a certain noise or sound"]]}, {"answer": "sour", "hint": "synonyms for sour", "clues": [["ferment", "go sour or spoil"], ["acidulate", "make sour or more sour"], ["work", "go sour or spoil"], ["acidify", "make sour or more sour"], ["turn", "go sour or spoil"], ["acetify", "make sour or more sour"]]}, {"answer": "soured", "hint": "synonyms for soured", "clues": [["ferment", "go sour or spoil"], ["acidulate", "make sour or more sour"], ["work", "go sour or spoil"], ["turn", "go sour or spoil"], ["acetify", "make sour or more sour"], ["sour", "make sour or more sour"], ["acidify", "make sour or more sour"]]}, {"answer": "soused", "hint": "synonyms for soused", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["douse", "cover with liquid; pour liquid onto"], ["soak", "become drunk or drink excessively"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["inebriate", "become drunk or drink excessively"], ["hit it up", "become drunk or drink excessively"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["drench", "cover with liquid; pour liquid onto"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate"]]}, {"answer": "sown", "hint": "synonyms for sown", "clues": [["seed", "place (seeds) in or on the ground for future growth"], ["sow", "introduce into an environment"], ["inseminate", "place seeds in or on (the ground)"], ["sow in", "place seeds in or on (the ground)"]]}, {"answer": "spare", "hint": "synonyms for spare", "clues": [["give up", "give up what is not strictly needed"], ["save", "refrain from harming"], ["part with", "give up what is not strictly needed"], ["dispense with", "give up what is not strictly needed"]]}, {"answer": "sparing", "hint": "synonyms for sparing", "clues": [["spare", "save or relieve from an experience or action"], ["part with", "give up what is not strictly needed"], ["give up", "give up what is not strictly needed"], ["save", "refrain from harming"], ["dispense with", "give up what is not strictly needed"]]}, {"answer": "sparkling", "hint": "synonyms for sparkling", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["sparkle", "emit or produce sparks"], ["spark", "emit or produce sparks"], ["froth", "become bubbly or frothy or foaming"], ["scintillate", "reflect brightly"], ["coruscate", "be lively or brilliant or exhibit virtuosity"], ["foam", "become bubbly or frothy or foaming"], ["fizz", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"]]}, {"answer": "spattered", "hint": "synonyms for spattered", "clues": [["plash", "dash a liquid upon or against"], ["spatter", "spot, splash, or soil"], ["splosh", "dash a liquid upon or against"], ["pitter-patter", "rain gently"], ["sprinkle", "rain gently"], ["spit", "rain gently"], ["swash", "dash a liquid upon or against"]]}, {"answer": "spayed", "hint": "synonyms for spayed", "clues": [["alter", "remove the ovaries of"], ["spay", "remove the ovaries of"], ["castrate", "remove the ovaries of"], ["neuter", "remove the ovaries of"]]}, {"answer": "speaking", "hint": "synonyms for speaking", "clues": [["address", "give a speech to"], ["verbalize", "express in speech"], ["speak", "exchange thoughts; talk with"], ["utter", "express in speech"], ["talk", "exchange thoughts; talk with"], ["mouth", "express in speech"]]}, {"answer": "specialised", "hint": "synonyms for specialised", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specialize", "suit to a special purpose"], ["particularise", "be specific about"], ["narrow down", "become more focus on an area of activity or field of study"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specify", "be specific about"], ["narrow", "become more focus on an area of activity or field of study"]]}, {"answer": "specialized", "hint": "synonyms for specialized", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specialize", "suit to a special purpose"], ["particularise", "be specific about"], ["narrow down", "become more focus on an area of activity or field of study"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specify", "be specific about"], ["narrow", "become more focus on an area of activity or field of study"]]}, {"answer": "specified", "hint": "synonyms for specified", "clues": [["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["fix", "decide upon or fix definitely"], ["determine", "decide upon or fix definitely"], ["specify", "determine the essential quality of"], ["particularise", "be specific about"], ["assign", "select something or someone for a specific purpose"], ["specialize", "be specific about"], ["designate", "design or destine"], ["delineate", "determine the essential quality of"], ["intend", "design or destine"], ["delimit", "determine the essential quality of"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["destine", "design or destine"], ["define", "determine the essential quality of"], ["nail down", "define clearly"], ["limit", "decide upon or fix definitely"], ["narrow down", "define clearly"], ["peg down", "define clearly"], ["set", "decide upon or fix definitely"], ["delimitate", "determine the essential quality of"], ["pin down", "define clearly"], ["narrow", "define clearly"], ["set apart", "select something or someone for a specific purpose"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"]]}, {"answer": "spellbinding", "hint": "synonyms for spellbinding", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["magnetise", "attract strongly, as if with a magnet"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["bewitch", "attract strongly, as if with a magnet"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["mesmerise", "attract strongly, as if with a magnet"], ["entrance", "put into a trance"]]}, {"answer": "spellbound", "hint": "synonyms for spellbound", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["magnetise", "attract strongly, as if with a magnet"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["bewitch", "attract strongly, as if with a magnet"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["mesmerise", "attract strongly, as if with a magnet"], ["entrance", "put into a trance"]]}, {"answer": "spent", "hint": "synonyms for spent", "clues": [["expend", "pay out"], ["spend", "pay out"], ["drop", "pay out"], ["pass", "pass time in a specific way"]]}, {"answer": "spiked", "hint": "synonyms for spiked", "clues": [["spike", "add alcohol to (beverages)"], ["impale", "pierce with a sharp stake or point"], ["spike out", "bring forth a spike or spikes"], ["fortify", "add alcohol to (beverages)"], ["lace", "add alcohol to (beverages)"], ["empale", "pierce with a sharp stake or point"], ["transfix", "pierce with a sharp stake or point"]]}, {"answer": "spiraling", "hint": "synonyms for spiraling", "clues": [["spiral", "form a spiral"], ["gyrate", "to wind or move in a spiral course"], ["coil", "to wind or move in a spiral course"], ["corkscrew", "move in a spiral or zigzag course"]]}, {"answer": "splashed", "hint": "synonyms for splashed", "clues": [["slop", "walk through mud or mire"], ["splash", "soil or stain with a splashed liquid"], ["spatter", "dash a liquid upon or against"], ["sprinkle", "cause (a liquid) to spatter about, especially with force"], ["splosh", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["slush", "make a splashing sound"], ["squish", "walk through mud or mire"], ["swash", "dash a liquid upon or against"]]}, {"answer": "splattered", "hint": "synonyms for splattered", "clues": [["plash", "dash a liquid upon or against"], ["spatter", "dash a liquid upon or against"], ["splosh", "dash a liquid upon or against"], ["slop", "cause or allow (a liquid substance) to run or flow from a container"], ["swash", "dash a liquid upon or against"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "splay", "hint": "synonyms for splay", "clues": [["slip", "move out of position"], ["rotate", "turn outward"], ["luxate", "move out of position"], ["spread out", "turn outward"], ["dislocate", "move out of position"], ["turn out", "turn outward"]]}, {"answer": "split", "hint": "synonyms for split", "clues": [["split up", "separate into parts or portions"], ["break up", "discontinue an association or relation; go different ways"], ["separate", "go one's own way; move apart"], ["part", "go one's own way; move apart"], ["rive", "separate or cut with a tool, such as a sharp instrument"], ["dissever", "separate into parts or portions"], ["break open", "come open suddenly and violently, as if from internal pressure"], ["break", "discontinue an association or relation; go different ways"], ["carve up", "separate into parts or portions"], ["divide", "separate into parts or portions"], ["burst", "come open suddenly and violently, as if from internal pressure"], ["cleave", "separate or cut with a tool, such as a sharp instrument"]]}, {"answer": "splitting", "hint": "synonyms for splitting", "clues": [["split up", "discontinue an association or relation; go different ways"], ["break up", "discontinue an association or relation; go different ways"], ["split", "go one's own way; move apart"], ["separate", "go one's own way; move apart"], ["part", "go one's own way; move apart"], ["dissever", "separate into parts or portions"], ["carve up", "separate into parts or portions"], ["burst", "come open suddenly and violently, as if from internal pressure"], ["rive", "separate or cut with a tool, such as a sharp instrument"], ["break open", "come open suddenly and violently, as if from internal pressure"], ["break", "discontinue an association or relation; go different ways"], ["divide", "separate into parts or portions"], ["cleave", "separate or cut with a tool, such as a sharp instrument"]]}, {"answer": "spoiled", "hint": "synonyms for spoiled", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["cocker", "treat with excessive indulgence"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["deflower", "make imperfect"], ["indulge", "treat with excessive indulgence"], ["corrupt", "alter from the original"], ["spoil", "have a strong desire or urge to do something"], ["bollocks up", "make a mess of, destroy or ruin"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["plunder", "destroy and strip of its possession"], ["blow", "make a mess of, destroy or ruin"], ["rape", "destroy and strip of its possession"], ["flub", "make a mess of, destroy or ruin"], ["mollycoddle", "treat with excessive indulgence"], ["go bad", "become unfit for consumption or use"], ["mar", "make imperfect"], ["featherbed", "treat with excessive indulgence"], ["bobble", "make a mess of, destroy or ruin"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["vitiate", "make imperfect"], ["botch up", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["coddle", "treat with excessive indulgence"], ["fluff", "make a mess of, destroy or ruin"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["despoil", "destroy and strip of its possession"], ["bodge", "make a mess of, destroy or ruin"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["itch", "have a strong desire or urge to do something"], ["impair", "make imperfect"], ["bollocks", "make a mess of, destroy or ruin"], ["pamper", "treat with excessive indulgence"], ["botch", "make a mess of, destroy or ruin"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["mess up", "make a mess of, destroy or ruin"], ["violate", "destroy and strip of its possession"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "spoilt", "hint": "synonyms for spoilt", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["cocker", "treat with excessive indulgence"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["deflower", "make imperfect"], ["indulge", "treat with excessive indulgence"], ["corrupt", "alter from the original"], ["spoil", "have a strong desire or urge to do something"], ["bollocks up", "make a mess of, destroy or ruin"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["plunder", "destroy and strip of its possession"], ["blow", "make a mess of, destroy or ruin"], ["rape", "destroy and strip of its possession"], ["flub", "make a mess of, destroy or ruin"], ["mollycoddle", "treat with excessive indulgence"], ["go bad", "become unfit for consumption or use"], ["mar", "make imperfect"], ["featherbed", "treat with excessive indulgence"], ["bobble", "make a mess of, destroy or ruin"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["vitiate", "make imperfect"], ["botch up", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["coddle", "treat with excessive indulgence"], ["fluff", "make a mess of, destroy or ruin"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["despoil", "destroy and strip of its possession"], ["bodge", "make a mess of, destroy or ruin"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["itch", "have a strong desire or urge to do something"], ["impair", "make imperfect"], ["bollocks", "make a mess of, destroy or ruin"], ["pamper", "treat with excessive indulgence"], ["botch", "make a mess of, destroy or ruin"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["mess up", "make a mess of, destroy or ruin"], ["violate", "destroy and strip of its possession"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "spoken", "hint": "synonyms for spoken", "clues": [["address", "give a speech to"], ["verbalize", "express in speech"], ["speak", "exchange thoughts; talk with"], ["utter", "express in speech"], ["talk", "exchange thoughts; talk with"], ["mouth", "express in speech"]]}, {"answer": "sporting", "hint": "synonyms for sporting", "clues": [["sport", "play boisterously"], ["feature", "wear or display in an ostentatious or proud manner"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["boast", "wear or display in an ostentatious or proud manner"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "spotted", "hint": "synonyms for spotted", "clues": [["blemish", "mar or impair with a flaw"], ["fleck", "make a spot or mark onto"], ["spot", "mar or impair with a flaw"], ["make out", "detect with the senses"], ["discern", "detect with the senses"], ["pick out", "detect with the senses"], ["blob", "make a spot or mark onto"], ["blot", "make a spot or mark onto"], ["recognize", "detect with the senses"], ["espy", "catch sight of"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["descry", "catch sight of"]]}, {"answer": "spouting", "hint": "synonyms for spouting", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["spurt", "gush forth in a sudden stream or jet"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"], ["gush", "gush forth in a sudden stream or jet"], ["rave", "talk in a noisy, excited, or declamatory manner"], ["spirt", "gush forth in a sudden stream or jet"]]}, {"answer": "spread", "hint": "synonyms for spread", "clues": [["propagate", "cause to become widely known"], ["spread out", "move outward"], ["diffuse", "cause to become widely known"], ["scatter", "strew or distribute over an area"], ["disseminate", "cause to become widely known"], ["open", "spread out or open from a closed or folded state"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["unfold", "spread out or open from a closed or folded state"], ["circularize", "cause to become widely known"], ["go around", "become widely known and passed on"], ["overspread", "spread across or over"], ["pass around", "cause to become widely known"], ["fan out", "move outward"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "sprouted", "hint": "synonyms for sprouted", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "produce buds, branches, or germinate"], ["bourgeon", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["germinate", "produce buds, branches, or germinate"], ["sprout", "put forth and grow sprouts or shoots"], ["stock", "put forth and grow sprouts or shoots"], ["burgeon forth", "produce buds, branches, or germinate"]]}, {"answer": "spruce", "hint": "synonyms for spruce", "clues": [["tittivate", "make neat, smart, or trim"], ["spiff up", "make neat, smart, or trim"], ["smarten up", "make neat, smart, or trim"], ["spruce up", "make neat, smart, or trim"], ["slick up", "make neat, smart, or trim"]]}, {"answer": "spurned", "hint": "synonyms for spurned", "clues": [["scorn", "reject with contempt"], ["reject", "reject with contempt"], ["turn down", "reject with contempt"], ["freeze off", "reject with contempt"], ["spurn", "reject with contempt"], ["disdain", "reject with contempt"], ["pooh-pooh", "reject with contempt"]]}, {"answer": "spurting", "hint": "synonyms for spurting", "clues": [["spurt", "move or act with a sudden increase in speed or energy"], ["forge", "move or act with a sudden increase in speed or energy"], ["spirt", "move or act with a sudden increase in speed or energy"], ["spout", "gush forth in a sudden stream or jet"], ["gush", "gush forth in a sudden stream or jet"]]}, {"answer": "squalling", "hint": "synonyms for squalling", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["squall", "blow in a squall"], ["call", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["waul", "make high-pitched, whiney noises"], ["wawl", "make high-pitched, whiney noises"], ["yell", "utter a sudden loud cry"]]}, {"answer": "squandered", "hint": "synonyms for squandered", "clues": [["ware", "spend extravagantly"], ["squander", "spend thoughtlessly; throw away"], ["waste", "spend extravagantly"], ["consume", "spend extravagantly"], ["blow", "spend thoughtlessly; throw away"]]}, {"answer": "squashed", "hint": "synonyms for squashed", "clues": [["crush", "to compress with violence, out of natural shape or condition"], ["mash", "to compress with violence, out of natural shape or condition"], ["squash", "to compress with violence, out of natural shape or condition"], ["squelch", "to compress with violence, out of natural shape or condition"], ["squeeze", "to compress with violence, out of natural shape or condition"]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["hunker", "sit on one's heels"], ["crouch", "sit on one's heels"], ["hunker down", "sit on one's heels"], ["scrunch up", "sit on one's heels"], ["scrunch", "sit on one's heels"]]}, {"answer": "squeaking", "hint": "synonyms for squeaking", "clues": [["whine", "make a high-pitched, screeching noise"], ["squeak", "make a high-pitched, screeching noise"], ["screak", "make a high-pitched, screeching noise"], ["skreak", "make a high-pitched, screeching noise"], ["screech", "make a high-pitched, screeching noise"]]}, {"answer": "squealing", "hint": "synonyms for squealing", "clues": [["squeal", "utter a high-pitched cry, characteristic of pigs"], ["fink", "confess to a punishable or reprehensible deed, usually under pressure"], ["oink", "utter a high-pitched cry, characteristic of pigs"], ["confess", "confess to a punishable or reprehensible deed, usually under pressure"]]}, {"answer": "squelched", "hint": "synonyms for squelched", "clues": [["crush", "to compress with violence, out of natural shape or condition"], ["mash", "to compress with violence, out of natural shape or condition"], ["slop", "walk through mud or mire"], ["splosh", "walk through mud or mire"], ["quench", "suppress or crush completely"], ["squelch", "walk through mud or mire"], ["quell", "suppress or crush completely"], ["squeeze", "to compress with violence, out of natural shape or condition"], ["splash", "walk through mud or mire"], ["squash", "to compress with violence, out of natural shape or condition"], ["squish", "walk through mud or mire"]]}, {"answer": "squinched", "hint": "synonyms for squinched", "clues": [["flinch", "draw back, as with fear or pain"], ["squint", "cross one's eyes as if in strabismus"], ["squinch", "cross one's eyes as if in strabismus"], ["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"]]}, {"answer": "squirting", "hint": "synonyms for squirting", "clues": [["squirt", "wet with a spurt of liquid"], ["force out", "cause to come out in a squirt"], ["eject", "cause to come out in a squirt"], ["squeeze out", "cause to come out in a squirt"]]}, {"answer": "stabbing", "hint": "synonyms for stabbing", "clues": [["stab", "stab or pierce"], ["knife", "use a knife on"], ["dig", "poke or thrust abruptly"], ["poke", "poke or thrust abruptly"], ["prod", "poke or thrust abruptly"], ["jab", "stab or pierce"]]}, {"answer": "staged", "hint": "synonyms for staged", "clues": [["stag", "watch, observe, or inquire secretly"], ["denounce", "give away information about somebody"], ["present", "perform (a play), especially on a stage"], ["snoop", "watch, observe, or inquire secretly"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["sleuth", "watch, observe, or inquire secretly"], ["betray", "give away information about somebody"], ["arrange", "plan, organize, and carry out (an event)"], ["tell on", "give away information about somebody"], ["rat", "give away information about somebody"], ["spy", "watch, observe, or inquire secretly"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["snitch", "give away information about somebody"]]}, {"answer": "staggering", "hint": "synonyms for staggering", "clues": [["lurch", "walk as if unable to control one's movements"], ["reel", "walk as if unable to control one's movements"], ["flounder", "walk with great difficulty"], ["stagger", "walk with great difficulty"], ["swag", "walk as if unable to control one's movements"], ["distribute", "to arrange in a systematic order"], ["keel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"]]}, {"answer": "stained", "hint": "synonyms for stained", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["stain", "color with a liquid dye or tint"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically"]]}, {"answer": "standing", "hint": "synonyms for standing", "clues": [["stand", "have or maintain a position or stand on an issue"], ["suffer", "put up with something or somebody unpleasant"], ["stand up", "put into an upright position"], ["remain firm", "hold one's ground; maintain a position; be steadfast or upright"], ["tolerate", "put up with something or somebody unpleasant"], ["place upright", "put into an upright position"], ["endure", "put up with something or somebody unpleasant"], ["resist", "withstand the force of something"], ["support", "put up with something or somebody unpleasant"], ["fend", "withstand the force of something"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["abide", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "starting", "hint": "synonyms for starting", "clues": [["take up", "begin work or acting in a certain capacity, office or job"], ["begin", "begin an event that is implied and limited by the nature or inherent function of the direct object"], ["start", "begin an event that is implied and limited by the nature or inherent function of the direct object"], ["start up", "get off the ground"], ["take off", "leave"], ["come out", "bulge outward"], ["bulge", "bulge outward"], ["set forth", "leave"], ["jump", "move or jump suddenly, as if in surprise or alarm"], ["bulge out", "bulge outward"], ["set out", "take the first step or steps in carrying out an action"], ["commence", "take the first step or steps in carrying out an action"], ["embark on", "get off the ground"], ["startle", "move or jump suddenly, as if in surprise or alarm"], ["pop out", "bulge outward"], ["depart", "leave"], ["get", "take the first step or steps in carrying out an action"], ["get down", "take the first step or steps in carrying out an action"], ["start out", "take the first step or steps in carrying out an action"], ["originate", "bring into being"], ["get going", "begin or set in motion"], ["go", "begin or set in motion"], ["initiate", "bring into being"], ["lead off", "set in motion, cause to start"], ["set off", "leave"], ["part", "leave"], ["pop", "bulge outward"], ["protrude", "bulge outward"]]}, {"answer": "startled", "hint": "synonyms for startled", "clues": [["galvanise", "to stimulate to action"], ["startle", "move or jump suddenly, as if in surprise or alarm"], ["jump", "move or jump suddenly, as if in surprise or alarm"], ["start", "move or jump suddenly, as if in surprise or alarm"]]}, {"answer": "startling", "hint": "synonyms for startling", "clues": [["galvanise", "to stimulate to action"], ["startle", "move or jump suddenly, as if in surprise or alarm"], ["jump", "move or jump suddenly, as if in surprise or alarm"], ["start", "move or jump suddenly, as if in surprise or alarm"]]}, {"answer": "starved", "hint": "synonyms for starved", "clues": [["famish", "be hungry; go without food"], ["starve", "be hungry; go without food"], ["hunger", "be hungry; go without food"], ["crave", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"]]}, {"answer": "starving", "hint": "synonyms for starving", "clues": [["famish", "be hungry; go without food"], ["starve", "be hungry; go without food"], ["hunger", "be hungry; go without food"], ["crave", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"]]}, {"answer": "stated", "hint": "synonyms for stated", "clues": [["state", "express in words"], ["posit", "put before"], ["submit", "put before"], ["say", "express in words"], ["tell", "express in words"], ["express", "indicate through a symbol, formula, etc."], ["put forward", "put before"]]}, {"answer": "steadied", "hint": "synonyms for steadied", "clues": [["stabilise", "support or hold steady and make steadfast, with or as if with a brace"], ["steady", "make steady"], ["becalm", "make steady"], ["calm", "make steady"], ["brace", "support or hold steady and make steadfast, with or as if with a brace"]]}, {"answer": "steady", "hint": "synonyms for steady", "clues": [["stabilise", "support or hold steady and make steadfast, with or as if with a brace"], ["becalm", "make steady"], ["calm", "make steady"], ["brace", "support or hold steady and make steadfast, with or as if with a brace"]]}, {"answer": "steadying", "hint": "synonyms for steadying", "clues": [["stabilise", "support or hold steady and make steadfast, with or as if with a brace"], ["steady", "make steady"], ["becalm", "make steady"], ["calm", "make steady"], ["brace", "support or hold steady and make steadfast, with or as if with a brace"]]}, {"answer": "steep", "hint": "synonyms for steep", "clues": [["infuse", "let sit in a liquid to extract a flavor or to cleanse"], ["engulf", "devote (oneself) fully to"], ["plunge", "devote (oneself) fully to"], ["immerse", "devote (oneself) fully to"], ["soak up", "devote (oneself) fully to"], ["engross", "devote (oneself) fully to"], ["absorb", "devote (oneself) fully to"]]}, {"answer": "sterilised", "hint": "synonyms for sterilised", "clues": [["fix", "make infertile"], ["desexualise", "make infertile"], ["sterilize", "make infertile"], ["unsex", "make infertile"], ["desex", "make infertile"]]}, {"answer": "sterilized", "hint": "synonyms for sterilized", "clues": [["fix", "make infertile"], ["desexualise", "make infertile"], ["sterilize", "make infertile"], ["unsex", "make infertile"], ["desex", "make infertile"]]}, {"answer": "stewed", "hint": "synonyms for stewed", "clues": [["grizzle", "be in a huff; be silent or sullen"], ["stew", "be in a huff; be silent or sullen"], ["brood", "be in a huff; be silent or sullen"], ["grudge", "bear a grudge; harbor ill feelings"]]}, {"answer": "sticking", "hint": "synonyms for sticking", "clues": [["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["bond", "stick to firmly"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["stupefy", "be a mystery or bewildering to"], ["sting", "saddle with something disagreeable or disadvantageous"], ["baffle", "be a mystery or bewildering to"], ["stick", "stick to firmly"], ["pose", "be a mystery or bewildering to"], ["stay put", "stay put (in a certain place)"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["deposit", "put, fix, force, or implant"], ["stick around", "stay put (in a certain place)"], ["gravel", "be a mystery or bewildering to"], ["stick by", "be loyal to"], ["bind", "stick to firmly"], ["stick to", "stick to firmly"], ["nonplus", "be a mystery or bewildering to"], ["stay", "stay put (in a certain place)"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["flummox", "be a mystery or bewildering to"], ["wedge", "put, fix, force, or implant"], ["puzzle", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["lodge", "put, fix, force, or implant"], ["stand by", "be loyal to"], ["mystify", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "stifled", "hint": "synonyms for stifled", "clues": [["repress", "conceal or hide"], ["suffocate", "be asphyxiated; die from lack of oxygen"], ["stifle", "be asphyxiated; die from lack of oxygen"], ["muffle", "conceal or hide"], ["asphyxiate", "be asphyxiated; die from lack of oxygen"], ["smother", "conceal or hide"], ["choke", "impair the respiration of or obstruct the air passage of"], ["dampen", "smother or suppress"], ["strangle", "conceal or hide"]]}, {"answer": "stifling", "hint": "synonyms for stifling", "clues": [["repress", "conceal or hide"], ["suffocate", "be asphyxiated; die from lack of oxygen"], ["stifle", "be asphyxiated; die from lack of oxygen"], ["muffle", "conceal or hide"], ["asphyxiate", "be asphyxiated; die from lack of oxygen"], ["smother", "conceal or hide"], ["choke", "impair the respiration of or obstruct the air passage of"], ["dampen", "smother or suppress"], ["strangle", "conceal or hide"]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["quieten", "cause to be quiet or not talk"], ["calm down", "make calm or still"], ["calm", "make calm or still"], ["silence", "cause to be quiet or not talk"], ["shut up", "cause to be quiet or not talk"], ["lull", "make calm or still"], ["tranquillise", "make calm or still"], ["allay", "lessen the intensity of or calm"], ["relieve", "lessen the intensity of or calm"], ["ease", "lessen the intensity of or calm"], ["quiet", "make calm or still"], ["hush", "cause to be quiet or not talk"], ["hush up", "cause to be quiet or not talk"]]}, {"answer": "stimulated", "hint": "synonyms for stimulated", "clues": [["stimulate", "stir feelings in"], ["energize", "cause to be alert and energetic"], ["provoke", "provide the needed stimulus for"], ["make", "cause to do; cause to act in a specified manner"], ["excite", "stir feelings in"], ["arouse", "cause to be alert and energetic"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["induce", "cause to do; cause to act in a specified manner"], ["stir", "stir the feelings, emotions, or peace of"], ["brace", "cause to be alert and energetic"], ["cause", "cause to do; cause to act in a specified manner"], ["have", "cause to do; cause to act in a specified manner"], ["get", "cause to do; cause to act in a specified manner"], ["hasten", "cause to occur rapidly"], ["perk up", "cause to be alert and energetic"], ["rush", "cause to occur rapidly"]]}, {"answer": "stimulating", "hint": "synonyms for stimulating", "clues": [["stimulate", "stir feelings in"], ["energize", "cause to be alert and energetic"], ["provoke", "provide the needed stimulus for"], ["make", "cause to do; cause to act in a specified manner"], ["excite", "stir feelings in"], ["arouse", "cause to be alert and energetic"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["induce", "cause to do; cause to act in a specified manner"], ["stir", "stir the feelings, emotions, or peace of"], ["brace", "cause to be alert and energetic"], ["cause", "cause to do; cause to act in a specified manner"], ["have", "cause to do; cause to act in a specified manner"], ["get", "cause to do; cause to act in a specified manner"], ["hasten", "cause to occur rapidly"], ["perk up", "cause to be alert and energetic"], ["rush", "cause to occur rapidly"]]}, {"answer": "stinging", "hint": "synonyms for stinging", "clues": [["bite", "cause a sharp or stinging pain or discomfort"], ["sting", "deliver a sting to"], ["burn", "cause a sharp or stinging pain or discomfort"], ["twinge", "cause a stinging pain"], ["prick", "cause a stinging pain"], ["stick", "saddle with something disagreeable or disadvantageous"]]}, {"answer": "stinting", "hint": "synonyms for stinting", "clues": [["stint", "subsist on a meager allowance"], ["skimp", "supply sparingly and with restricted quantities"], ["scrimp", "subsist on a meager allowance"], ["scant", "supply sparingly and with restricted quantities"]]}, {"answer": "stirred", "hint": "synonyms for stirred", "clues": [["stimulate", "stir feelings in"], ["budge", "move very slightly"], ["arouse", "to begin moving,"], ["stir", "summon into action or bring into existence, often as if by magic"], ["excite", "stir feelings in"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["touch", "affect emotionally"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["agitate", "move very slightly"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["shift", "move very slightly"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "stirring", "hint": "synonyms for stirring", "clues": [["stimulate", "stir feelings in"], ["budge", "move very slightly"], ["arouse", "to begin moving,"], ["stir", "summon into action or bring into existence, often as if by magic"], ["excite", "stir feelings in"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["touch", "affect emotionally"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["agitate", "move very slightly"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["shift", "move very slightly"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "stitched", "hint": "synonyms for stitched", "clues": [["sew", "fasten by sewing; do needlework"], ["stitch", "fasten by sewing; do needlework"], ["run up", "fasten by sewing; do needlework"], ["sew together", "fasten by sewing; do needlework"]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["stock up", "amass so as to keep for future use or sale or for a particular occasion or use"], ["sprout", "put forth and grow sprouts or shoots"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use"], ["stockpile", "have on hand"], ["carry", "have on hand"]]}, {"answer": "stocked", "hint": "synonyms for stocked", "clues": [["stock", "supply with livestock"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use"], ["carry", "have on hand"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use"], ["sprout", "put forth and grow sprouts or shoots"], ["stockpile", "have on hand"]]}, {"answer": "stockinged", "hint": "synonyms for stockinged", "clues": [["stock", "supply with livestock"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use"], ["carry", "have on hand"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use"], ["sprout", "put forth and grow sprouts or shoots"], ["stockpile", "have on hand"]]}, {"answer": "stooped", "hint": "synonyms for stooped", "clues": [["stoop", "sag, bend, bend over or down"], ["bow", "bend one's back forward from the waist on down"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["condescend", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["crouch", "bend one's back forward from the waist on down"], ["bend", "bend one's back forward from the waist on down"]]}, {"answer": "stooping", "hint": "synonyms for stooping", "clues": [["stoop", "sag, bend, bend over or down"], ["bow", "bend one's back forward from the waist on down"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["condescend", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["crouch", "bend one's back forward from the waist on down"], ["bend", "bend one's back forward from the waist on down"]]}, {"answer": "stopped", "hint": "synonyms for stopped", "clues": [["stop", "stop and wait, as if awaiting further instructions or developments"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["halt", "come to a halt, stop moving"], ["discontinue", "put an end to a state or an activity"], ["block up", "render unsuitable for passage"], ["quit", "put an end to a state or an activity"], ["kibosh", "stop from happening or developing"], ["lay off", "put an end to a state or an activity"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold on", "stop and wait, as if awaiting further instructions or developments"], ["blockade", "render unsuitable for passage"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["give up", "put an end to a state or an activity"], ["break off", "prevent completion"], ["barricade", "render unsuitable for passage"], ["break", "prevent completion"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["block off", "render unsuitable for passage"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["intercept", "seize on its way"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["stop over", "interrupt a trip"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "straggling", "hint": "synonyms for straggling", "clues": [["straggle", "go, come, or spread in a rambling or irregular way"], ["sidetrack", "wander from a direct or straight course"], ["depart", "wander from a direct or straight course"], ["digress", "wander from a direct or straight course"], ["sprawl", "go, come, or spread in a rambling or irregular way"]]}, {"answer": "strained", "hint": "synonyms for strained", "clues": [["tense", "cause to be tense and uneasy or nervous or anxious"], ["try", "test the limits of"], ["strain", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["filter out", "remove by passing through a filter"], ["deform", "alter the shape of (something) by stress"], ["puree", "rub through a strainer or process in an electric blender"], ["strive", "to exert much effort or energy"], ["reach", "to exert much effort or energy"], ["extend", "use to the utmost; exert vigorously or to full capacity"], ["sieve", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["sift", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["separate out", "remove by passing through a filter"], ["tense up", "cause to be tense and uneasy or nervous or anxious"], ["filtrate", "remove by passing through a filter"], ["filter", "remove by passing through a filter"], ["stress", "test the limits of"], ["distort", "alter the shape of (something) by stress"]]}, {"answer": "straining", "hint": "synonyms for straining", "clues": [["tense", "cause to be tense and uneasy or nervous or anxious"], ["try", "test the limits of"], ["strain", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["filter out", "remove by passing through a filter"], ["deform", "alter the shape of (something) by stress"], ["puree", "rub through a strainer or process in an electric blender"], ["strive", "to exert much effort or energy"], ["reach", "to exert much effort or energy"], ["extend", "use to the utmost; exert vigorously or to full capacity"], ["sieve", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["sift", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["separate out", "remove by passing through a filter"], ["tense up", "cause to be tense and uneasy or nervous or anxious"], ["filtrate", "remove by passing through a filter"], ["filter", "remove by passing through a filter"], ["stress", "test the limits of"], ["distort", "alter the shape of (something) by stress"]]}, {"answer": "stranded", "hint": "synonyms for stranded", "clues": [["maroon", "leave stranded or isolated with little hope of rescue"], ["strand", "bring to the ground"], ["ground", "bring to the ground"], ["run aground", "bring to the ground"]]}, {"answer": "strangled", "hint": "synonyms for strangled", "clues": [["throttle", "kill by squeezing the throat of so as to cut off the air"], ["stifle", "conceal or hide"], ["cramp", "prevent the progress or free movement of"], ["suffocate", "struggle for breath; have insufficient oxygen intake"], ["strangle", "prevent the progress or free movement of"], ["choke", "constrict (someone's) throat and keep from breathing"], ["repress", "conceal or hide"], ["gag", "struggle for breath; have insufficient oxygen intake"], ["muffle", "conceal or hide"], ["halter", "prevent the progress or free movement of"], ["smother", "conceal or hide"], ["strangulate", "kill by squeezing the throat of so as to cut off the air"], ["hamper", "prevent the progress or free movement of"]]}, {"answer": "strapping", "hint": "synonyms for strapping", "clues": [["strap", "sharpen with a strap"], ["whip", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["slash", "beat severely with a whip or rod"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "stray", "hint": "synonyms for stray", "clues": [["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["err", "wander from a direct course or at random"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "straying", "hint": "synonyms for straying", "clues": [["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["err", "wander from a direct course or at random"]]}, {"answer": "streaming", "hint": "synonyms for streaming", "clues": [["pour", "rain heavily"], ["well out", "flow freely and abundantly"], ["stream", "move in large numbers"], ["teem", "move in large numbers"], ["pelt", "rain heavily"], ["swarm", "move in large numbers"], ["rain cats and dogs", "rain heavily"], ["rain buckets", "rain heavily"], ["pullulate", "move in large numbers"]]}, {"answer": "strengthened", "hint": "synonyms for strengthened", "clues": [["tone up", "give a healthy elasticity to"], ["tone", "give a healthy elasticity to"], ["strengthen", "give a healthy elasticity to"], ["beef up", "make strong or stronger"], ["fortify", "make strong or stronger"]]}, {"answer": "stressed", "hint": "synonyms for stressed", "clues": [["emphasize", "to stress, single out as important"], ["try", "test the limits of"], ["accent", "put stress on; utter with an accent"], ["punctuate", "to stress, single out as important"], ["stress", "put stress on; utter with an accent"], ["accentuate", "to stress, single out as important"], ["strain", "test the limits of"]]}, {"answer": "stretch", "hint": "synonyms for stretch", "clues": [["stretch out", "extend one's body or limbs"], ["extend", "extend or stretch out to a greater or the full length"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch along", "occupy a large, elongated area"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["unfold", "extend or stretch out to a greater or the full length"], ["elongate", "make long or longer by pulling and stretching"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "stretched", "hint": "synonyms for stretched", "clues": [["stretch", "occupy a large, elongated area"], ["extend", "extend or stretch out to a greater or the full length"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch out", "lie down comfortably"], ["unfold", "extend or stretch out to a greater or the full length"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch along", "occupy a large, elongated area"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["elongate", "make long or longer by pulling and stretching"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["hit", "drive something violently into a location"], ["strickle", "smooth with a strickle"], ["attain", "find unexpectedly"], ["impinge on", "hit against; come into sudden contact with"], ["discover", "find unexpectedly"], ["take", "occupy or take on"], ["mint", "form by stamping, punching, or printing"], ["affect", "have an emotional or cognitive impact upon"], ["run into", "hit against; come into sudden contact with"], ["come to", "attain"], ["fall upon", "find unexpectedly"], ["assume", "occupy or take on"], ["fall", "touch or seem as if touching visually or audibly"], ["impress", "have an emotional or cognitive impact upon"], ["take up", "occupy or take on"], ["light upon", "find unexpectedly"], ["expunge", "remove by erasing or crossing out or as if by drawing a line"], ["scratch", "remove by erasing or crossing out or as if by drawing a line"], ["collide with", "hit against; come into sudden contact with"], ["chance upon", "find unexpectedly"], ["come across", "find unexpectedly"], ["come upon", "find unexpectedly"], ["excise", "remove by erasing or crossing out or as if by drawing a line"], ["walk out", "stop work in order to press demands"], ["happen upon", "find unexpectedly"], ["shine", "touch or seem as if touching visually or audibly"], ["coin", "form by stamping, punching, or printing"], ["move", "have an emotional or cognitive impact upon"]]}, {"answer": "striped", "hint": "synonyms for striped", "clues": [["discase", "get undressed"], ["uncase", "get undressed"], ["strip", "lay bare"], ["divest", "take away possessions from someone"], ["peel", "get undressed"], ["pillage", "steal goods; take as spoils"], ["deprive", "take away possessions from someone"], ["undress", "remove (someone's or one's own) clothes"], ["unclothe", "get undressed"], ["dismantle", "take off or remove"], ["rifle", "steal goods; take as spoils"], ["disinvest", "remove (someone's or one's own) clothes"], ["strip down", "get undressed"], ["ransack", "steal goods; take as spoils"], ["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["bare", "lay bare"], ["denudate", "lay bare"], ["reave", "steal goods; take as spoils"], ["disrobe", "get undressed"], ["despoil", "steal goods; take as spoils"], ["clean", "remove all contents or possession from, or empty completely"], ["foray", "steal goods; take as spoils"], ["leach", "remove substances from by a percolating liquid"]]}, {"answer": "stripped", "hint": "synonyms for stripped", "clues": [["discase", "get undressed"], ["uncase", "get undressed"], ["strip", "lay bare"], ["divest", "take away possessions from someone"], ["peel", "get undressed"], ["pillage", "steal goods; take as spoils"], ["deprive", "take away possessions from someone"], ["undress", "remove (someone's or one's own) clothes"], ["unclothe", "get undressed"], ["dismantle", "take off or remove"], ["rifle", "steal goods; take as spoils"], ["disinvest", "remove (someone's or one's own) clothes"], ["strip down", "get undressed"], ["ransack", "steal goods; take as spoils"], ["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["bare", "lay bare"], ["denudate", "lay bare"], ["reave", "steal goods; take as spoils"], ["disrobe", "get undressed"], ["despoil", "steal goods; take as spoils"], ["clean", "remove all contents or possession from, or empty completely"], ["foray", "steal goods; take as spoils"], ["leach", "remove substances from by a percolating liquid"]]}, {"answer": "strong-arm", "hint": "synonyms for strong-arm", "clues": [["bully", "be bossy towards"], ["push around", "be bossy towards"], ["bullyrag", "be bossy towards"], ["hector", "be bossy towards"], ["boss around", "be bossy towards"], ["browbeat", "be bossy towards"]]}, {"answer": "struck", "hint": "synonyms for struck", "clues": [["hit", "drive something violently into a location"], ["strickle", "smooth with a strickle"], ["attain", "find unexpectedly"], ["impinge on", "hit against; come into sudden contact with"], ["discover", "find unexpectedly"], ["take", "occupy or take on"], ["mint", "form by stamping, punching, or printing"], ["affect", "have an emotional or cognitive impact upon"], ["run into", "hit against; come into sudden contact with"], ["come to", "attain"], ["fall upon", "find unexpectedly"], ["assume", "occupy or take on"], ["fall", "touch or seem as if touching visually or audibly"], ["impress", "have an emotional or cognitive impact upon"], ["take up", "occupy or take on"], ["light upon", "find unexpectedly"], ["expunge", "remove by erasing or crossing out or as if by drawing a line"], ["scratch", "remove by erasing or crossing out or as if by drawing a line"], ["collide with", "hit against; come into sudden contact with"], ["chance upon", "find unexpectedly"], ["come across", "find unexpectedly"], ["come upon", "find unexpectedly"], ["excise", "remove by erasing or crossing out or as if by drawing a line"], ["walk out", "stop work in order to press demands"], ["happen upon", "find unexpectedly"], ["shine", "touch or seem as if touching visually or audibly"], ["coin", "form by stamping, punching, or printing"], ["move", "have an emotional or cognitive impact upon"]]}, {"answer": "struggling", "hint": "synonyms for struggling", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["fight", "make a strenuous or labored effort"], ["shinny", "climb awkwardly, as if by scrambling"], ["struggle", "make a strenuous or labored effort"], ["contend", "be engaged in a fight; carry on a fight"], ["sputter", "climb awkwardly, as if by scrambling"]]}, {"answer": "strung", "hint": "synonyms for strung", "clues": [["string", "string together; tie or fasten with a string"], ["thread", "thread on or as if on a string"], ["string up", "add as if on a string"], ["draw", "thread on or as if on a string"], ["string along", "move or come along"]]}, {"answer": "stuck", "hint": "synonyms for stuck", "clues": [["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["bond", "stick to firmly"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["stupefy", "be a mystery or bewildering to"], ["sting", "saddle with something disagreeable or disadvantageous"], ["baffle", "be a mystery or bewildering to"], ["stick", "stick to firmly"], ["pose", "be a mystery or bewildering to"], ["stay put", "stay put (in a certain place)"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["deposit", "put, fix, force, or implant"], ["stick around", "stay put (in a certain place)"], ["gravel", "be a mystery or bewildering to"], ["stick by", "be loyal to"], ["bind", "stick to firmly"], ["stick to", "stick to firmly"], ["nonplus", "be a mystery or bewildering to"], ["stay", "stay put (in a certain place)"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["flummox", "be a mystery or bewildering to"], ["wedge", "put, fix, force, or implant"], ["puzzle", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["lodge", "put, fix, force, or implant"], ["stand by", "be loyal to"], ["mystify", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "studied", "hint": "synonyms for studied", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["study", "give careful consideration to"], ["analyze", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["canvass", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["meditate", "think intently and at length, as for spiritual purposes"], ["learn", "be a student of a certain subject"], ["read", "be a student of a certain subject"], ["take", "be a student of a certain subject"], ["hit the books", "learn by reading books"], ["consider", "give careful consideration to"], ["contemplate", "think intently and at length, as for spiritual purposes"]]}, {"answer": "stuffed", "hint": "synonyms for stuffed", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "press or force"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["block", "obstruct"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["farce", "fill with a stuffing while cooking"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["thrust", "press or force"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["squeeze", "press or force"], ["lug", "obstruct"], ["shove", "press or force"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["choke up", "obstruct"]]}, {"answer": "stung", "hint": "synonyms for stung", "clues": [["bite", "cause a sharp or stinging pain or discomfort"], ["sting", "deliver a sting to"], ["burn", "cause a sharp or stinging pain or discomfort"], ["twinge", "cause a stinging pain"], ["prick", "cause a stinging pain"], ["stick", "saddle with something disagreeable or disadvantageous"]]}, {"answer": "stunned", "hint": "synonyms for stunned", "clues": [["stupefy", "make senseless or dizzy by or as if by a blow"], ["stun", "overcome as with astonishment or disbelief"], ["bedaze", "overcome as with astonishment or disbelief"], ["sandbag", "hit something or somebody as if with a sandbag"], ["daze", "overcome as with astonishment or disbelief"]]}, {"answer": "stunning", "hint": "synonyms for stunning", "clues": [["stupefy", "make senseless or dizzy by or as if by a blow"], ["stun", "overcome as with astonishment or disbelief"], ["bedaze", "overcome as with astonishment or disbelief"], ["sandbag", "hit something or somebody as if with a sandbag"], ["daze", "overcome as with astonishment or disbelief"]]}, {"answer": "stupefied", "hint": "synonyms for stupefied", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["besot", "make dull or stupid or muddle with drunkenness or infatuation"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stun", "make senseless or dizzy by or as if by a blow"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "stupefying", "hint": "synonyms for stupefying", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["besot", "make dull or stupid or muddle with drunkenness or infatuation"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stun", "make senseless or dizzy by or as if by a blow"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "subdued", "hint": "synonyms for subdued", "clues": [["subdue", "hold within limits and control"], ["master", "get on top of; deal with successfully"], ["keep down", "put down by force or intimidation"], ["quash", "put down by force or intimidation"], ["stamp down", "to put down by force or authority"], ["inhibit", "to put down by force or authority"], ["crucify", "hold within limits and control"], ["repress", "put down by force or intimidation"], ["get over", "get on top of; deal with successfully"], ["conquer", "to put down by force or authority"], ["chasten", "correct by punishment or discipline"], ["reduce", "put down by force or intimidation"], ["mortify", "hold within limits and control"], ["suppress", "to put down by force or authority"], ["overcome", "get on top of; deal with successfully"], ["subordinate", "make subordinate, dependent, or subservient"], ["subjugate", "put down by force or intimidation"], ["surmount", "get on top of; deal with successfully"], ["tame", "correct by punishment or discipline"], ["curb", "to put down by force or authority"]]}, {"answer": "subjugated", "hint": "synonyms for subjugated", "clues": [["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["subjugate", "put down by force or intimidation"], ["reduce", "put down by force or intimidation"], ["repress", "put down by force or intimidation"], ["subject", "make subservient; force to submit or subdue"], ["keep down", "put down by force or intimidation"]]}, {"answer": "sublimate", "hint": "synonyms for sublimate", "clues": [["sublime", "vaporize and then condense right back again"], ["subtilize", "make more subtle or refined"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["rarefy", "make more subtle or refined"], ["purify", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation"]]}, {"answer": "sublimated", "hint": "synonyms for sublimated", "clues": [["sublime", "change or cause to change directly from a solid into a vapor without first melting"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["subtilize", "make more subtle or refined"], ["rarefy", "make more subtle or refined"], ["purify", "remove impurities from, increase the concentration of, and separate through the process of distillation"]]}, {"answer": "submerged", "hint": "synonyms for submerged", "clues": [["deluge", "fill or cover completely, usually with water"], ["submerge", "sink below the surface; go under or as if under water"], ["overwhelm", "cover completely or make imperceptible"], ["drown", "cover completely or make imperceptible"], ["inundate", "fill or cover completely, usually with water"]]}, {"answer": "subscribed", "hint": "synonyms for subscribed", "clues": [["pledge", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals"], ["subscribe", "mark with one's signature; write one's name (on)"], ["support", "adopt as a belief"], ["take", "receive or obtain regularly"], ["sign", "mark with one's signature; write one's name (on)"]]}, {"answer": "substantiating", "hint": "synonyms for substantiating", "clues": [["realize", "make real or concrete; give reality or substance to"], ["substantiate", "solidify, firm, or strengthen"], ["confirm", "establish or strengthen as with new evidence or facts"], ["embody", "represent in bodily form"], ["affirm", "establish or strengthen as with new evidence or facts"], ["support", "establish or strengthen as with new evidence or facts"], ["sustain", "establish or strengthen as with new evidence or facts"], ["incarnate", "represent in bodily form"], ["actualise", "make real or concrete; give reality or substance to"], ["body forth", "represent in bodily form"], ["corroborate", "establish or strengthen as with new evidence or facts"]]}, {"answer": "substitute", "hint": "synonyms for substitute", "clues": [["sub", "be a substitute"], ["interchange", "put in the place of another; switch seemingly equivalent items"], ["replace", "put in the place of another; switch seemingly equivalent items"], ["exchange", "put in the place of another; switch seemingly equivalent items"], ["deputise", "act as a substitute"], ["stand in", "be a substitute"], ["step in", "act as a substitute"], ["fill in", "be a substitute"]]}, {"answer": "succeeding", "hint": "synonyms for succeeding", "clues": [["succeed", "be the successor (of)"], ["follow", "be the successor (of)"], ["win", "attain success or reach a desired goal"], ["come after", "be the successor (of)"], ["bring home the bacon", "attain success or reach a desired goal"], ["come through", "attain success or reach a desired goal"], ["deliver the goods", "attain success or reach a desired goal"]]}, {"answer": "suckled", "hint": "synonyms for suckled", "clues": [["suckle", "suck milk from the mother's breasts"], ["lactate", "give suck to"], ["breastfeed", "give suck to"], ["give suck", "give suck to"], ["wet-nurse", "give suck to"], ["nurse", "give suck to"], ["suck", "give suck to"]]}, {"answer": "suffering", "hint": "synonyms for suffering", "clues": [["get", "undergo (as of injuries and illnesses)"], ["suffer", "put up with something or somebody unpleasant"], ["have", "undergo (as of injuries and illnesses)"], ["endure", "undergo or be subjected to"], ["tolerate", "put up with something or somebody unpleasant"], ["sustain", "undergo (as of injuries and illnesses)"], ["meet", "undergo or suffer"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["hurt", "feel physical pain"], ["ache", "feel physical pain"], ["abide", "put up with something or somebody unpleasant"], ["lose", "be set at a disadvantage"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "suffocating", "hint": "synonyms for suffocating", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing"], ["stifle", "be asphyxiated; die from lack of oxygen"], ["suffocate", "become stultified, suppressed, or stifled"], ["smother", "deprive of oxygen and prevent from breathing"], ["choke", "impair the respiration of or obstruct the air passage of"], ["gag", "struggle for breath; have insufficient oxygen intake"], ["strangle", "struggle for breath; have insufficient oxygen intake"]]}, {"answer": "suited", "hint": "synonyms for suited", "clues": [["accommodate", "be agreeable or acceptable to"], ["suit", "accord or comport with"], ["fit", "be agreeable or acceptable to"], ["become", "enhance the appearance of"], ["beseem", "accord or comport with"], ["befit", "accord or comport with"]]}, {"answer": "sunk", "hint": "synonyms for sunk", "clues": [["sink", "fall or descend to a lower place or level"], ["go under", "go under,"], ["drop", "fall or descend to a lower place or level"], ["subside", "descend into or as if into some soft substance or place"], ["lapse", "pass into a specified state or condition"], ["pass", "pass into a specified state or condition"], ["slump", "fall heavily or suddenly; decline markedly"], ["slide down", "fall or sink heavily"], ["go down", "go under,"], ["fall off", "fall heavily or suddenly; decline markedly"], ["settle", "go under,"], ["bury", "embed deeply"], ["drop down", "fall or descend to a lower place or level"], ["dip", "appear to move downward"]]}, {"answer": "sunken", "hint": "synonyms for sunken", "clues": [["sink", "fall or descend to a lower place or level"], ["go under", "go under,"], ["drop", "fall or descend to a lower place or level"], ["subside", "descend into or as if into some soft substance or place"], ["lapse", "pass into a specified state or condition"], ["pass", "pass into a specified state or condition"], ["slump", "fall heavily or suddenly; decline markedly"], ["slide down", "fall or sink heavily"], ["go down", "go under,"], ["fall off", "fall heavily or suddenly; decline markedly"], ["settle", "go under,"], ["bury", "embed deeply"], ["drop down", "fall or descend to a lower place or level"], ["dip", "appear to move downward"]]}, {"answer": "supercharged", "hint": "synonyms for supercharged", "clues": [["pressurize", "increase the pressure on a gas or liquid"], ["advance", "increase or raise"], ["supercharge", "increase the pressure on a gas or liquid"], ["boost", "increase or raise"]]}, {"answer": "supervised", "hint": "synonyms for supervised", "clues": [["supervise", "watch and direct"], ["oversee", "watch and direct"], ["manage", "watch and direct"], ["superintend", "watch and direct"], ["monitor", "keep tabs on; keep an eye on; keep under surveillance"]]}, {"answer": "supported", "hint": "synonyms for supported", "clues": [["confirm", "establish or strengthen as with new evidence or facts"], ["affirm", "establish or strengthen as with new evidence or facts"], ["sustain", "be the physical support of; carry the weight of"], ["support", "give moral or psychological support, aid, or courage to"], ["tolerate", "put up with something or somebody unpleasant"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["back", "be behind; approve of"], ["plump for", "be behind; approve of"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["hold", "be the physical support of; carry the weight of"], ["stand", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["corroborate", "support with evidence or authority or make more certain or confirm"], ["subscribe", "adopt as a belief"], ["patronage", "be a regular customer or client of"], ["suffer", "put up with something or somebody unpleasant"], ["plunk for", "be behind; approve of"], ["back up", "give moral or psychological support, aid, or courage to"], ["endorse", "be behind; approve of"], ["hold up", "be the physical support of; carry the weight of"], ["endure", "put up with something or somebody unpleasant"], ["bear out", "support with evidence or authority or make more certain or confirm"], ["defend", "argue or speak in defense of"], ["underpin", "support with evidence or authority or make more certain or confirm"], ["keep going", "be a regular customer or client of"], ["bear", "put up with something or somebody unpleasant"], ["patronise", "be a regular customer or client of"], ["abide", "put up with something or somebody unpleasant"], ["fend for", "argue or speak in defense of"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "supporting", "hint": "synonyms for supporting", "clues": [["confirm", "establish or strengthen as with new evidence or facts"], ["affirm", "establish or strengthen as with new evidence or facts"], ["sustain", "be the physical support of; carry the weight of"], ["support", "give moral or psychological support, aid, or courage to"], ["tolerate", "put up with something or somebody unpleasant"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["back", "be behind; approve of"], ["plump for", "be behind; approve of"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["hold", "be the physical support of; carry the weight of"], ["stand", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["corroborate", "support with evidence or authority or make more certain or confirm"], ["subscribe", "adopt as a belief"], ["patronage", "be a regular customer or client of"], ["suffer", "put up with something or somebody unpleasant"], ["plunk for", "be behind; approve of"], ["back up", "give moral or psychological support, aid, or courage to"], ["endorse", "be behind; approve of"], ["hold up", "be the physical support of; carry the weight of"], ["endure", "put up with something or somebody unpleasant"], ["bear out", "support with evidence or authority or make more certain or confirm"], ["defend", "argue or speak in defense of"], ["underpin", "support with evidence or authority or make more certain or confirm"], ["keep going", "be a regular customer or client of"], ["bear", "put up with something or somebody unpleasant"], ["patronise", "be a regular customer or client of"], ["abide", "put up with something or somebody unpleasant"], ["fend for", "argue or speak in defense of"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "supposed", "hint": "synonyms for supposed", "clues": [["presuppose", "require as a necessary antecedent or precondition"], ["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["suppose", "take for granted or as a given; suppose beforehand"], ["theorise", "to believe especially on uncertain or tentative grounds"], ["think", "expect, believe, or suppose"], ["hypothesise", "to believe especially on uncertain or tentative grounds"], ["say", "express a supposition"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["reckon", "expect, believe, or suppose"], ["guess", "expect, believe, or suppose"], ["speculate", "to believe especially on uncertain or tentative grounds"]]}, {"answer": "suppressed", "hint": "synonyms for suppressed", "clues": [["conquer", "to put down by force or authority"], ["suppress", "put out of one's consciousness"], ["stamp down", "to put down by force or authority"], ["subdue", "to put down by force or authority"], ["inhibit", "to put down by force or authority"], ["crush", "come down on or keep down by unjust use of one's authority"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior"], ["repress", "put out of one's consciousness"], ["oppress", "come down on or keep down by unjust use of one's authority"], ["curb", "to put down by force or authority"]]}, {"answer": "surface", "hint": "synonyms for surface", "clues": [["rise up", "come to the surface"], ["come up", "come to the surface"], ["show up", "appear or become visible; make a showing"], ["rise", "come to the surface"], ["turn up", "appear or become visible; make a showing"], ["come out", "appear or become visible; make a showing"], ["coat", "put a coat on; cover the surface of; furnish with a surface"], ["come on", "appear or become visible; make a showing"]]}, {"answer": "surging", "hint": "synonyms for surging", "clues": [["billow", "rise and move, as in waves or billows"], ["surge", "rise or move forward"], ["soar upwards", "rise rapidly"], ["soar up", "rise rapidly"], ["soar", "rise rapidly"], ["zoom", "rise rapidly"], ["scend", "rise or heave upward under the influence of a natural force such as a wave"], ["heave", "rise and move, as in waves or billows"], ["tide", "rise or move forward"]]}, {"answer": "surmounted", "hint": "synonyms for surmounted", "clues": [["surmount", "be on top of"], ["master", "get on top of; deal with successfully"], ["surpass", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"], ["get over", "get on top of; deal with successfully"], ["subdue", "get on top of; deal with successfully"], ["outstrip", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["overcome", "get on top of; deal with successfully"], ["scale", "reach the highest point of"]]}, {"answer": "surpassing", "hint": "synonyms for surpassing", "clues": [["surpass", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["exceed", "be greater in scope or size than some standard"], ["outgo", "be or do something to a greater degree"], ["go past", "move past"], ["outdo", "be or do something to a greater degree"], ["transcend", "be greater in scope or size than some standard"], ["stand out", "distinguish oneself"], ["outstrip", "be or do something to a greater degree"], ["go by", "move past"], ["outmatch", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["pass", "move past"], ["travel by", "move past"], ["excel", "distinguish oneself"], ["pass by", "move past"]]}, {"answer": "surrounded", "hint": "synonyms for surrounded", "clues": [["hem in", "surround so as to force to give up"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["besiege", "surround so as to force to give up"], ["wall", "surround with a wall in order to fortify"], ["palisade", "surround with a wall in order to fortify"], ["surround", "envelop completely"], ["border", "extend on all sides of simultaneously; encircle"], ["circumvent", "surround so as to force to give up"], ["skirt", "extend on all sides of simultaneously; encircle"], ["fence in", "surround with a wall in order to fortify"], ["smother", "envelop completely"], ["fence", "surround with a wall in order to fortify"], ["beleaguer", "surround so as to force to give up"]]}, {"answer": "surrounding", "hint": "synonyms for surrounding", "clues": [["hem in", "surround so as to force to give up"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["besiege", "surround so as to force to give up"], ["wall", "surround with a wall in order to fortify"], ["palisade", "surround with a wall in order to fortify"], ["surround", "envelop completely"], ["border", "extend on all sides of simultaneously; encircle"], ["circumvent", "surround so as to force to give up"], ["skirt", "extend on all sides of simultaneously; encircle"], ["fence in", "surround with a wall in order to fortify"], ["smother", "envelop completely"], ["fence", "surround with a wall in order to fortify"], ["beleaguer", "surround so as to force to give up"]]}, {"answer": "surviving", "hint": "synonyms for surviving", "clues": [["hold out", "continue to live through hardship or adversity"], ["survive", "continue in existence after (an adversity, etc.)"], ["make it", "continue in existence after (an adversity, etc.)"], ["pull through", "continue in existence after (an adversity, etc.)"], ["come through", "continue in existence after (an adversity, etc.)"], ["live", "continue to live through hardship or adversity"], ["hold up", "continue to live through hardship or adversity"], ["live on", "continue to live through hardship or adversity"], ["go", "continue to live through hardship or adversity"], ["endure", "continue to live through hardship or adversity"], ["subsist", "support oneself"], ["exist", "support oneself"], ["outlast", "live longer than"], ["outlive", "live longer than"], ["last", "continue to live through hardship or adversity"], ["pull round", "continue in existence after (an adversity, etc.)"]]}, {"answer": "suspended", "hint": "synonyms for suspended", "clues": [["suspend", "cause to be held in suspension in a fluid"], ["freeze", "stop a process or a habit by imposing a freeze on it"], ["set aside", "make inoperative or stop"], ["debar", "bar temporarily; from school, office, etc."]]}, {"answer": "sustained", "hint": "synonyms for sustained", "clues": [["get", "undergo (as of injuries and illnesses)"], ["keep", "supply with necessities and support"], ["confirm", "establish or strengthen as with new evidence or facts"], ["have", "undergo (as of injuries and illnesses)"], ["sustain", "provide with nourishment"], ["affirm", "establish or strengthen as with new evidence or facts"], ["support", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["suffer", "undergo (as of injuries and illnesses)"], ["hold up", "be the physical support of; carry the weight of"], ["nurture", "provide with nourishment"], ["hold", "be the physical support of; carry the weight of"], ["nourish", "provide with nourishment"], ["maintain", "supply with necessities and support"], ["corroborate", "establish or strengthen as with new evidence or facts"], ["keep up", "lengthen or extend in duration or space"], ["prolong", "lengthen or extend in duration or space"]]}, {"answer": "swagger", "hint": "synonyms for swagger", "clues": [["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["bluster", "act in an arrogant, overly self-assured, or conceited manner"], ["swash", "act in an arrogant, overly self-assured, or conceited manner"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["bully", "discourage or frighten with threats or a domineering manner; intimidate"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "swaggering", "hint": "synonyms for swaggering", "clues": [["swagger", "act in an arrogant, overly self-assured, or conceited manner"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["bluster", "act in an arrogant, overly self-assured, or conceited manner"], ["swash", "act in an arrogant, overly self-assured, or conceited manner"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["bully", "discourage or frighten with threats or a domineering manner; intimidate"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "swank", "hint": "synonyms for swank", "clues": [["show off", "display proudly; act ostentatiously or pretentiously"], ["flash", "display proudly; act ostentatiously or pretentiously"], ["flaunt", "display proudly; act ostentatiously or pretentiously"], ["ostentate", "display proudly; act ostentatiously or pretentiously"]]}, {"answer": "sweeping", "hint": "synonyms for sweeping", "clues": [["sweep", "clean by sweeping"], ["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["drag in", "force into some kind of situation, condition, or course of action"], ["embroil", "force into some kind of situation, condition, or course of action"], ["swing out", "make a big sweeping gesture or movement"], ["brush", "sweep across or over"], ["span", "to cover or extend over an area or time period; ,"], ["cross", "to cover or extend over an area or time period; ,"], ["swing", "make a big sweeping gesture or movement"], ["sail", "move with sweeping, effortless, gliding motions"], ["traverse", "to cover or extend over an area or time period; ,"], ["broom", "sweep with a broom or as if with a broom"]]}, {"answer": "swell", "hint": "synonyms for swell", "clues": [["intumesce", "expand abnormally"], ["tumefy", "expand abnormally"], ["well up", "come up (as of feelings and thoughts, or other ephemeral things)"], ["puff up", "become filled with pride, arrogance, or anger"], ["well", "come up, as of a liquid"]]}, {"answer": "swelled", "hint": "synonyms for swelled", "clues": [["intumesce", "expand abnormally"], ["tumefy", "expand abnormally"], ["well", "come up, as of a liquid"], ["well up", "come up (as of feelings and thoughts, or other ephemeral things)"], ["puff up", "become filled with pride, arrogance, or anger"]]}, {"answer": "swept", "hint": "synonyms for swept", "clues": [["sweep", "clean by sweeping"], ["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["drag in", "force into some kind of situation, condition, or course of action"], ["embroil", "force into some kind of situation, condition, or course of action"], ["swing out", "make a big sweeping gesture or movement"], ["brush", "sweep across or over"], ["span", "to cover or extend over an area or time period; ,"], ["cross", "to cover or extend over an area or time period; ,"], ["swing", "make a big sweeping gesture or movement"], ["sail", "move with sweeping, effortless, gliding motions"], ["traverse", "to cover or extend over an area or time period; ,"], ["broom", "sweep with a broom or as if with a broom"]]}, {"answer": "swinging", "hint": "synonyms for swinging", "clues": [["dangle", "hang freely"], ["swing", "hit or aim at with a sweeping arm movement"], ["get around", "be a social swinger; socialize a lot"], ["swing over", "influence decisively"], ["singe", "burn superficially or lightly"], ["swing out", "make a big sweeping gesture or movement"], ["drop", "hang freely"], ["sway", "move or walk in a swinging or swaying manner"], ["sweep", "make a big sweeping gesture or movement"]]}, {"answer": "swollen", "hint": "synonyms for swollen", "clues": [["intumesce", "expand abnormally"], ["tumefy", "expand abnormally"], ["well", "come up, as of a liquid"], ["well up", "come up (as of feelings and thoughts, or other ephemeral things)"], ["puff up", "become filled with pride, arrogance, or anger"]]}, {"answer": "swooning", "hint": "synonyms for swooning", "clues": [["pass out", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"], ["swoon", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"], ["faint", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"], ["conk", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"]]}, {"answer": "sworn", "hint": "synonyms for sworn", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["imprecate", "utter obscenities or profanities"], ["bank", "have confidence or faith in"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["swear", "utter obscenities or profanities"], ["blaspheme", "utter obscenities or profanities"], ["avow", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["curse", "utter obscenities or profanities"], ["trust", "have confidence or faith in"], ["rely", "have confidence or faith in"], ["cuss", "utter obscenities or profanities"], ["depone", "make a deposition; declare under oath"], ["depose", "make a deposition; declare under oath"]]}, {"answer": "tagged", "hint": "synonyms for tagged", "clues": [["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["mark", "attach a tag or label to"], ["tag", "attach a tag or label to"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["label", "attach a tag or label to"]]}, {"answer": "tailed", "hint": "synonyms for tailed", "clues": [["bob", "remove or shorten the tail of an animal"], ["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["dock", "remove or shorten the tail of an animal"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "tailored", "hint": "synonyms for tailored", "clues": [["sew", "create (clothes) with cloth"], ["tailor", "style and tailor in a certain fashion"], ["tailor-make", "create (clothes) with cloth"], ["orient", "adjust to a specific need or market"], ["cut", "style and tailor in a certain fashion"]]}, {"answer": "tainted", "hint": "synonyms for tainted", "clues": [["sully", "place under suspicion or cast doubt upon"], ["taint", "place under suspicion or cast doubt upon"], ["corrupt", "place under suspicion or cast doubt upon"], ["infect", "contaminate with a disease or microorganism"], ["cloud", "place under suspicion or cast doubt upon"], ["defile", "place under suspicion or cast doubt upon"]]}, {"answer": "taken", "hint": "synonyms for taken", "clues": [["take", "buy, select"], ["assume", "take on a certain form, attribute, or aspect"], ["rent", "engage for service under a term of contract"], ["hire", "engage for service under a term of contract"], ["strike", "occupy or take on"], ["admit", "admit into a group or community"], ["claim", "lay claim to; as of an idea"], ["choose", "pick out, select, or choose from a number of alternatives"], ["get hold of", "get into one's hands, take physically"], ["demand", "require as useful, just, or proper"], ["charter", "engage for service under a term of contract"], ["learn", "be a student of a certain subject"], ["convey", "take something or somebody with oneself somewhere"], ["take up", "occupy or take on"], ["accept", "admit into a group or community"], ["occupy", "assume, as of positions or roles"], ["lead", "take somebody somewhere"], ["have", "serve oneself to, or consume regularly"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["engage", "engage for service under a term of contract"], ["drive", "proceed along in a vehicle"], ["make", "head into a specified direction"], ["consume", "serve oneself to, or consume regularly"], ["consider", "take into consideration for exemplifying purposes"], ["shoot", "make a film or photograph of something"], ["guide", "take somebody somewhere"], ["direct", "take somebody somewhere"], ["fill", "assume, as of positions or roles"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["postulate", "require as useful, just, or proper"], ["contract", "be stricken by an illness, fall victim to an illness"], ["bring", "take something or somebody with oneself somewhere"], ["look at", "take into consideration for exemplifying purposes"], ["deal", "take into consideration for exemplifying purposes"], ["acquire", "take on a certain form, attribute, or aspect"], ["take in", "serve oneself to, or consume regularly"], ["select", "pick out, select, or choose from a number of alternatives"], ["require", "require as useful, just, or proper"], ["contain", "be capable of holding or containing"], ["hold", "be capable of holding or containing"], ["ask", "require as useful, just, or proper"], ["get", "be stricken by an illness, fall victim to an illness"], ["subscribe to", "receive or obtain regularly"], ["pack", "have with oneself; have on one's person"], ["need", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["conduct", "take somebody somewhere"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["submit", "accept or undergo, often unwillingly"], ["study", "be a student of a certain subject"], ["adopt", "take on a certain form, attribute, or aspect"], ["read", "interpret something in a certain way; convey a particular meaning or impression"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["exact", "take as an undesirable consequence of some event or state of affairs"], ["pick out", "pick out, select, or choose from a number of alternatives"], ["use up", "require (time or space)"], ["film", "make a film or photograph of something"], ["carry", "have with oneself; have on one's person"], ["lease", "engage for service under a term of contract"], ["ingest", "serve oneself to, or consume regularly"]]}, {"answer": "taking", "hint": "synonyms for taking", "clues": [["take", "buy, select"], ["assume", "take on a certain form, attribute, or aspect"], ["rent", "engage for service under a term of contract"], ["hire", "engage for service under a term of contract"], ["strike", "occupy or take on"], ["admit", "admit into a group or community"], ["claim", "lay claim to; as of an idea"], ["choose", "pick out, select, or choose from a number of alternatives"], ["get hold of", "get into one's hands, take physically"], ["demand", "require as useful, just, or proper"], ["charter", "engage for service under a term of contract"], ["learn", "be a student of a certain subject"], ["convey", "take something or somebody with oneself somewhere"], ["take up", "occupy or take on"], ["accept", "admit into a group or community"], ["occupy", "assume, as of positions or roles"], ["lead", "take somebody somewhere"], ["have", "serve oneself to, or consume regularly"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["engage", "engage for service under a term of contract"], ["drive", "proceed along in a vehicle"], ["make", "head into a specified direction"], ["consume", "serve oneself to, or consume regularly"], ["consider", "take into consideration for exemplifying purposes"], ["shoot", "make a film or photograph of something"], ["guide", "take somebody somewhere"], ["direct", "take somebody somewhere"], ["fill", "assume, as of positions or roles"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["postulate", "require as useful, just, or proper"], ["contract", "be stricken by an illness, fall victim to an illness"], ["bring", "take something or somebody with oneself somewhere"], ["look at", "take into consideration for exemplifying purposes"], ["deal", "take into consideration for exemplifying purposes"], ["acquire", "take on a certain form, attribute, or aspect"], ["take in", "serve oneself to, or consume regularly"], ["select", "pick out, select, or choose from a number of alternatives"], ["require", "require as useful, just, or proper"], ["contain", "be capable of holding or containing"], ["hold", "be capable of holding or containing"], ["ask", "require as useful, just, or proper"], ["get", "be stricken by an illness, fall victim to an illness"], ["subscribe to", "receive or obtain regularly"], ["pack", "have with oneself; have on one's person"], ["need", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["conduct", "take somebody somewhere"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["submit", "accept or undergo, often unwillingly"], ["study", "be a student of a certain subject"], ["adopt", "take on a certain form, attribute, or aspect"], ["read", "interpret something in a certain way; convey a particular meaning or impression"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["exact", "take as an undesirable consequence of some event or state of affairs"], ["pick out", "pick out, select, or choose from a number of alternatives"], ["use up", "require (time or space)"], ["film", "make a film or photograph of something"], ["carry", "have with oneself; have on one's person"], ["lease", "engage for service under a term of contract"], ["ingest", "serve oneself to, or consume regularly"]]}, {"answer": "tame", "hint": "synonyms for tame", "clues": [["chasten", "correct by punishment or discipline"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticize", "overcome the wildness of; make docile and tractable"], ["reclaim", "overcome the wildness of; make docile and tractable"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["moderate", "make less strong or intense; soften"], ["tone down", "make less strong or intense; soften"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"], ["subdue", "correct by punishment or discipline"]]}, {"answer": "tamed", "hint": "synonyms for tamed", "clues": [["chasten", "correct by punishment or discipline"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticize", "overcome the wildness of; make docile and tractable"], ["reclaim", "overcome the wildness of; make docile and tractable"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticate", "make fit for cultivation, domestic life, and service to humans"], ["moderate", "make less strong or intense; soften"], ["tone down", "make less strong or intense; soften"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"], ["subdue", "correct by punishment or discipline"]]}, {"answer": "tangled", "hint": "synonyms for tangled", "clues": [["embroil", "force into some kind of situation, condition, or course of action"], ["snarl", "twist together or entwine into a confusing mass"], ["tangle", "tangle or complicate"], ["ravel", "tangle or complicate"], ["dishevel", "disarrange or rumple; dishevel"], ["mat", "twist together or entwine into a confusing mass"], ["tousle", "disarrange or rumple; dishevel"], ["knot", "tangle or complicate"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["drag in", "force into some kind of situation, condition, or course of action"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "tantalising", "hint": "synonyms for tantalising", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "tantalizing", "hint": "synonyms for tantalizing", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "taped", "hint": "synonyms for taped", "clues": [["tap", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["exploit", "draw from; make good use of"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["record", "register electronically"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently"], ["intercept", "tap a telephone or telegraph wire to get information"], ["pink", "make light, repeated taps on a surface"], ["knock", "make light, repeated taps on a surface"], ["rap", "make light, repeated taps on a surface"], ["tip", "strike lightly"], ["videotape", "record on videotape"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["bug", "tap a telephone or telegraph wire to get information"]]}, {"answer": "tapped", "hint": "synonyms for tapped", "clues": [["tap", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["exploit", "draw from; make good use of"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently"], ["intercept", "tap a telephone or telegraph wire to get information"], ["pink", "make light, repeated taps on a surface"], ["knock", "make light, repeated taps on a surface"], ["rap", "make light, repeated taps on a surface"], ["tip", "strike lightly"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["bug", "tap a telephone or telegraph wire to get information"]]}, {"answer": "tarry", "hint": "synonyms for tarry", "clues": [["loaf", "be about"], ["mess about", "be about"], ["linger", "leave slowly and hesitantly"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["mill around", "be about"]]}, {"answer": "tattling", "hint": "synonyms for tattling", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["spill the beans", "divulge confidential information or secrets"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["talk", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["babble", "divulge confidential information or secrets"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "taunting", "hint": "synonyms for taunting", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "tearing", "hint": "synonyms for tearing", "clues": [["rupture", "separate or cause to separate abruptly"], ["shoot", "move quickly and violently"], ["pull", "strip of feathers"], ["tear", "separate or cause to separate abruptly"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["bust", "separate or cause to separate abruptly"], ["snap", "separate or cause to separate abruptly"], ["displume", "strip of feathers"], ["charge", "move quickly and violently"], ["shoot down", "move quickly and violently"], ["buck", "move quickly and violently"]]}, {"answer": "teased", "hint": "synonyms for teased", "clues": [["tantalise", "harass with persistent criticism or carping"], ["rag", "harass with persistent criticism or carping"], ["tease", "tear into pieces"], ["rally", "harass with persistent criticism or carping"], ["loosen", "disentangle and raise the fibers of"], ["twit", "harass with persistent criticism or carping"], ["bug", "annoy persistently"], ["cod", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["tease apart", "disentangle and raise the fibers of"], ["bait", "harass with persistent criticism or carping"], ["pester", "annoy persistently"], ["ride", "harass with persistent criticism or carping"], ["card", "separate the fibers of"], ["fluff", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect"], ["beleaguer", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["tantalise", "harass with persistent criticism or carping"], ["rag", "harass with persistent criticism or carping"], ["tease", "tear into pieces"], ["rally", "harass with persistent criticism or carping"], ["loosen", "disentangle and raise the fibers of"], ["twit", "harass with persistent criticism or carping"], ["bug", "annoy persistently"], ["cod", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["tease apart", "disentangle and raise the fibers of"], ["bait", "harass with persistent criticism or carping"], ["pester", "annoy persistently"], ["ride", "harass with persistent criticism or carping"], ["card", "separate the fibers of"], ["fluff", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect"], ["beleaguer", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "teeming", "hint": "synonyms for teeming", "clues": [["stream", "move in large numbers"], ["pullulate", "be teeming, be abuzz"], ["pour", "move in large numbers"], ["teem", "move in large numbers"], ["swarm", "move in large numbers"]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["severalise", "mark as different"], ["state", "express in words"], ["say", "give instructions to or direct somebody to do something with authority"], ["order", "give instructions to or direct somebody to do something with authority"], ["tell", "express in words"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["evidence", "give evidence"], ["narrate", "narrate or give a detailed account of"], ["recount", "narrate or give a detailed account of"], ["assure", "inform positively and with certainty and confidence"], ["separate", "mark as different"], ["recite", "narrate or give a detailed account of"], ["secernate", "mark as different"], ["differentiate", "mark as different"]]}, {"answer": "tempered", "hint": "synonyms for tempered", "clues": [["normalize", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"], ["temper", "harden by reheating and cooling in oil"], ["chasten", "restrain"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["harden", "harden by reheating and cooling in oil"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["moderate", "restrain"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"]]}, {"answer": "tempering", "hint": "synonyms for tempering", "clues": [["normalize", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"], ["temper", "harden by reheating and cooling in oil"], ["chasten", "restrain"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["harden", "harden by reheating and cooling in oil"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["moderate", "restrain"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"]]}, {"answer": "tempting", "hint": "synonyms for tempting", "clues": [["lure", "provoke someone to do something through (often false or exaggerated) promises or persuasion"], ["invite", "give rise to a desire by being attractive or inviting"], ["tempt", "give rise to a desire by being attractive or inviting"], ["allure", "dispose or incline or entice to"], ["charm", "induce into action by using one's charm"], ["influence", "induce into action by using one's charm"], ["entice", "provoke someone to do something through (often false or exaggerated) promises or persuasion"]]}, {"answer": "tending", "hint": "synonyms for tending", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["incline", "have a tendency or disposition to do or be something; be inclined"], ["tend", "have care of or look after"], ["run", "have a tendency or disposition to do or be something; be inclined"], ["be given", "have a tendency or disposition to do or be something; be inclined"]]}, {"answer": "terminated", "hint": "synonyms for terminated", "clues": [["fire", "terminate the employment of; discharge from an office or position"], ["terminate", "be the end of; be the last or concluding part of"], ["force out", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["sack", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["end", "bring to an end or halt"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"]]}, {"answer": "tested", "hint": "synonyms for tested", "clues": [["test", "put to the test, as for its quality, or give experimental use to"], ["try", "put to the test, as for its quality, or give experimental use to"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["screen", "test or examine for the presence of disease or infection"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["try out", "put to the test, as for its quality, or give experimental use to"], ["quiz", "examine someone's knowledge of something"]]}, {"answer": "thawed", "hint": "synonyms for thawed", "clues": [["dissolve", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"]]}, {"answer": "thieving", "hint": "synonyms for thieving", "clues": [["knock off", "take by theft"], ["thieve", "take by theft"], ["hook", "take by theft"], ["cop", "take by theft"], ["snitch", "take by theft"], ["glom", "take by theft"]]}, {"answer": "thin", "hint": "synonyms for thin", "clues": [["slenderize", "take off weight"], ["slim", "take off weight"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["cut", "lessen the strength or flavor of a solution or mixture"], ["reduce", "take off weight"], ["melt off", "take off weight"], ["lose weight", "take off weight"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["slim down", "take off weight"]]}, {"answer": "thinking", "hint": "synonyms for thinking", "clues": [["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["recollect", "recall knowledge from memory; have a recollection"], ["think", "recall knowledge from memory; have a recollection"], ["retrieve", "recall knowledge from memory; have a recollection"], ["call up", "recall knowledge from memory; have a recollection"], ["suppose", "expect, believe, or suppose"], ["cerebrate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments"], ["recall", "recall knowledge from memory; have a recollection"], ["believe", "judge or regard; look upon; judge"], ["intend", "have in mind as a purpose"], ["call back", "recall knowledge from memory; have a recollection"], ["cogitate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments"], ["mean", "have in mind as a purpose"], ["reckon", "expect, believe, or suppose"], ["conceive", "judge or regard; look upon; judge"], ["consider", "judge or regard; look upon; judge"], ["remember", "recall knowledge from memory; have a recollection"], ["guess", "expect, believe, or suppose"]]}, {"answer": "thinned", "hint": "synonyms for thinned", "clues": [["thin", "make thin or thinner"], ["slenderize", "take off weight"], ["slim", "take off weight"], ["cut", "lessen the strength or flavor of a solution or mixture"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["reduce", "take off weight"], ["melt off", "take off weight"], ["slim down", "take off weight"], ["lose weight", "take off weight"], ["thin out", "lessen the strength or flavor of a solution or mixture"]]}, {"answer": "threaded", "hint": "synonyms for threaded", "clues": [["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["string", "thread on or as if on a string"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"], ["draw", "thread on or as if on a string"]]}, {"answer": "threatened", "hint": "synonyms for threatened", "clues": [["threaten", "to be a menacing indication of something:"], ["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardize", "pose a threat to; present a danger to"], ["menace", "pose a threat to; present a danger to"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "threatening", "hint": "synonyms for threatening", "clues": [["threaten", "to be a menacing indication of something:"], ["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardize", "pose a threat to; present a danger to"], ["menace", "pose a threat to; present a danger to"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "thrilled", "hint": "synonyms for thrilled", "clues": [["beatify", "fill with sublime emotion"], ["thrill", "feel sudden intense sensation or emotion"], ["shiver", "tremble convulsively, as from fear or excitement"], ["tickle", "feel sudden intense sensation or emotion"], ["exalt", "fill with sublime emotion"], ["vibrate", "feel sudden intense sensation or emotion"], ["throb", "tremble convulsively, as from fear or excitement"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["shudder", "tremble convulsively, as from fear or excitement"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "thrilling", "hint": "synonyms for thrilling", "clues": [["beatify", "fill with sublime emotion"], ["thrill", "feel sudden intense sensation or emotion"], ["shiver", "tremble convulsively, as from fear or excitement"], ["tickle", "feel sudden intense sensation or emotion"], ["exalt", "fill with sublime emotion"], ["vibrate", "feel sudden intense sensation or emotion"], ["throb", "tremble convulsively, as from fear or excitement"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["shudder", "tremble convulsively, as from fear or excitement"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "thriving", "hint": "synonyms for thriving", "clues": [["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["thrive", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["expand", "grow vigorously"], ["flourish", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["boom", "grow vigorously"]]}, {"answer": "throbbing", "hint": "synonyms for throbbing", "clues": [["pulse", "expand and contract rhythmically; beat rhythmically"], ["throb", "expand and contract rhythmically; beat rhythmically"], ["pulsate", "expand and contract rhythmically; beat rhythmically"], ["shiver", "tremble convulsively, as from fear or excitement"], ["thrill", "tremble convulsively, as from fear or excitement"], ["shudder", "tremble convulsively, as from fear or excitement"]]}, {"answer": "thronged", "hint": "synonyms for thronged", "clues": [["throng", "press tightly together or cram"], ["pack", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["jam", "press tightly together or cram"], ["pile", "press tightly together or cram"]]}, {"answer": "thrown", "hint": "synonyms for thrown", "clues": [["throw", "get rid of"], ["throw off", "get rid of"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["make", "organize or be responsible for"], ["cast", "put or send forth"], ["project", "put or send forth"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["shed", "get rid of"], ["have", "organize or be responsible for"], ["shake off", "get rid of"], ["flip", "cause to go on or to be engaged or set in operation"], ["give", "organize or be responsible for"], ["cast off", "get rid of"], ["throw away", "get rid of"], ["bemuse", "cause to be confused emotionally"], ["hold", "organize or be responsible for"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["bewilder", "cause to be confused emotionally"], ["contrive", "put or send forth"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"], ["drop", "get rid of"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["switch", "cause to go on or to be engaged or set in operation"], ["thrust", "place or put with great energy"], ["hurl", "utter with force; utter vehemently"]]}, {"answer": "thudding", "hint": "synonyms for thudding", "clues": [["thump", "make a dull sound"], ["crump", "make a noise typical of an engine lacking lubricants"], ["thud", "make a noise typical of an engine lacking lubricants"], ["scrunch", "make a noise typical of an engine lacking lubricants"]]}, {"answer": "thumbed", "hint": "synonyms for thumbed", "clues": [["flick", "look through a book or other written material"], ["thumb", "feel or handle with the fingers"], ["hitchhike", "travel by getting free rides from motorists"], ["riffle", "look through a book or other written material"], ["flip", "look through a book or other written material"], ["riff", "look through a book or other written material"], ["leaf", "look through a book or other written material"], ["finger", "feel or handle with the fingers"], ["hitch", "travel by getting free rides from motorists"]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["thud", "make a dull sound"], ["thump", "make a dull sound"], ["pound", "move rhythmically"], ["poke", "hit hard with the hand, fist, or some heavy instrument"], ["beat", "move rhythmically"]]}, {"answer": "thwarted", "hint": "synonyms for thwarted", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "thwarting", "hint": "synonyms for thwarting", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "tickling", "hint": "synonyms for tickling", "clues": [["tickle", "feel sudden intense sensation or emotion"], ["vellicate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements"], ["titillate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements"], ["vibrate", "feel sudden intense sensation or emotion"], ["thrill", "feel sudden intense sensation or emotion"]]}, {"answer": "tidy", "hint": "synonyms for tidy", "clues": [["neaten", "put (things or places) in order"], ["straighten", "put (things or places) in order"], ["straighten out", "put (things or places) in order"], ["clean up", "put (things or places) in order"], ["square away", "put (things or places) in order"], ["tidy up", "put (things or places) in order"]]}, {"answer": "tied", "hint": "synonyms for tied", "clues": [["tie", "perform a marriage ceremony"], ["marry", "perform a marriage ceremony"], ["link up", "connect, fasten, or put together two or more pieces"], ["bind", "create social or emotional ties"], ["attach", "create social or emotional ties"], ["bond", "create social or emotional ties"], ["draw", "finish a game with an equal number of points, goals, etc."], ["connect", "connect, fasten, or put together two or more pieces"], ["splice", "perform a marriage ceremony"], ["link", "connect, fasten, or put together two or more pieces"], ["wed", "perform a marriage ceremony"]]}, {"answer": "tilted", "hint": "synonyms for tilted", "clues": [["careen", "move sideways or in an unsteady way"], ["lean", "to incline or bend from a vertical position"], ["tilt", "move sideways or in an unsteady way"], ["slant", "heel over"], ["cant", "heel over"], ["angle", "to incline or bend from a vertical position"], ["pitch", "heel over"], ["wobble", "move sideways or in an unsteady way"], ["tip", "to incline or bend from a vertical position"], ["cant over", "heel over"], ["shift", "move sideways or in an unsteady way"]]}, {"answer": "tinkling", "hint": "synonyms for tinkling", "clues": [["chink", "make or emit a high sound"], ["clink", "make or emit a high sound"], ["tinkle", "make or emit a high sound"], ["tink", "make or emit a high sound"]]}, {"answer": "tipped", "hint": "synonyms for tipped", "clues": [["tiptoe", "walk on one's toes"], ["tip", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["topple", "cause to topple or tumble by pushing"], ["tumble", "cause to topple or tumble by pushing"], ["tap", "strike lightly"], ["slant", "to incline or bend from a vertical position"], ["lean", "to incline or bend from a vertical position"], ["fee", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["angle", "to incline or bend from a vertical position"], ["bung", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["tilt", "to incline or bend from a vertical position"], ["tip off", "give insider information or advise to"]]}, {"answer": "tired", "hint": "synonyms for tired", "clues": [["tire", "cause to be bored"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["sap", "deplete"], ["weary", "lose interest or become bored with something or somebody"], ["fatigue", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["run down", "deplete"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["bore", "cause to be bored"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["play out", "deplete"], ["jade", "lose interest or become bored with something or somebody"], ["exhaust", "deplete"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"]]}, {"answer": "tiring", "hint": "synonyms for tiring", "clues": [["tire", "cause to be bored"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["sap", "deplete"], ["weary", "lose interest or become bored with something or somebody"], ["fatigue", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["run down", "deplete"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["bore", "cause to be bored"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["play out", "deplete"], ["jade", "lose interest or become bored with something or somebody"], ["exhaust", "deplete"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"]]}, {"answer": "toasted", "hint": "synonyms for toasted", "clues": [["wassail", "propose a toast to"], ["pledge", "propose a toast to"], ["crispen", "make brown and crisp by heating"], ["salute", "propose a toast to"], ["drink", "propose a toast to"], ["toast", "make brown and crisp by heating"], ["crisp", "make brown and crisp by heating"]]}, {"answer": "togged", "hint": "synonyms for togged", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "toiling", "hint": "synonyms for toiling", "clues": [["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["labor", "work hard"], ["toil", "work hard"], ["dig", "work hard"]]}, {"answer": "toned", "hint": "synonyms for toned", "clues": [["tone up", "give a healthy elasticity to"], ["tone", "give a healthy elasticity to"], ["strengthen", "give a healthy elasticity to"], ["modulate", "vary the pitch of one's speech"], ["intone", "utter monotonously and repetitively and rhythmically"], ["chant", "utter monotonously and repetitively and rhythmically"], ["inflect", "vary the pitch of one's speech"]]}, {"answer": "top", "hint": "synonyms for top", "clues": [["pinch", "cut the top off"], ["transcend", "be superior or better than some standard"], ["crown", "be the culminating event"], ["overstep", "be superior or better than some standard"], ["clear", "pass by, over, or under without making contact"], ["pass", "be superior or better than some standard"], ["top off", "finish up or conclude"], ["exceed", "be superior or better than some standard"], ["lead", "be ahead of others; be the first"], ["go past", "be superior or better than some standard"], ["top out", "provide with a top or finish the top (of a structure)"]]}, {"answer": "topped", "hint": "synonyms for topped", "clues": [["crown", "be the culminating event"], ["overstep", "be superior or better than some standard"], ["top", "provide with a top or finish the top (of a structure)"], ["top off", "finish up or conclude"], ["exceed", "be superior or better than some standard"], ["lead", "be ahead of others; be the first"], ["pinch", "cut the top off"], ["transcend", "be superior or better than some standard"], ["clear", "pass by, over, or under without making contact"], ["pass", "be superior or better than some standard"], ["go past", "be superior or better than some standard"], ["top out", "provide with a top or finish the top (of a structure)"]]}, {"answer": "topping", "hint": "synonyms for topping", "clues": [["crown", "be the culminating event"], ["overstep", "be superior or better than some standard"], ["top", "provide with a top or finish the top (of a structure)"], ["top off", "finish up or conclude"], ["exceed", "be superior or better than some standard"], ["lead", "be ahead of others; be the first"], ["pinch", "cut the top off"], ["transcend", "be superior or better than some standard"], ["clear", "pass by, over, or under without making contact"], ["pass", "be superior or better than some standard"], ["go past", "be superior or better than some standard"], ["top out", "provide with a top or finish the top (of a structure)"]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["crown", "be the culminating event"], ["overstep", "be superior or better than some standard"], ["top", "provide with a top or finish the top (of a structure)"], ["top off", "finish up or conclude"], ["exceed", "be superior or better than some standard"], ["lead", "be ahead of others; be the first"], ["pinch", "cut the top off"], ["transcend", "be superior or better than some standard"], ["clear", "pass by, over, or under without making contact"], ["pass", "be superior or better than some standard"], ["go past", "be superior or better than some standard"], ["top out", "provide with a top or finish the top (of a structure)"]]}, {"answer": "tormented", "hint": "synonyms for tormented", "clues": [["rag", "treat cruelly"], ["excruciate", "subject to torture"], ["torment", "torment emotionally or mentally"], ["rack", "torment emotionally or mentally"], ["torture", "torment emotionally or mentally"], ["frustrate", "treat cruelly"], ["bedevil", "treat cruelly"], ["crucify", "treat cruelly"], ["dun", "treat cruelly"]]}, {"answer": "torn", "hint": "synonyms for torn", "clues": [["rupture", "separate or cause to separate abruptly"], ["shoot", "move quickly and violently"], ["pull", "strip of feathers"], ["tear", "separate or cause to separate abruptly"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["bust", "separate or cause to separate abruptly"], ["snap", "separate or cause to separate abruptly"], ["displume", "strip of feathers"], ["charge", "move quickly and violently"], ["shoot down", "move quickly and violently"], ["buck", "move quickly and violently"]]}, {"answer": "tortured", "hint": "synonyms for tortured", "clues": [["excruciate", "subject to torture"], ["torment", "torment emotionally or mentally"], ["rack", "torment emotionally or mentally"], ["torture", "subject to torture"]]}, {"answer": "torturing", "hint": "synonyms for torturing", "clues": [["excruciate", "subject to torture"], ["torment", "torment emotionally or mentally"], ["rack", "torment emotionally or mentally"], ["torture", "subject to torture"]]}, {"answer": "total", "hint": "synonyms for total", "clues": [["add up", "determine the sum of"], ["amount", "add up in number or quantity"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["tot up", "determine the sum of"], ["add", "determine the sum of"], ["number", "add up in number or quantity"], ["come", "add up in number or quantity"], ["tally", "determine the sum of"], ["add together", "determine the sum of"]]}, {"answer": "totaled", "hint": "synonyms for totaled", "clues": [["add up", "determine the sum of"], ["amount", "add up in number or quantity"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["tote up", "determine the sum of"], ["total", "add up in number or quantity"], ["number", "add up in number or quantity"], ["add together", "determine the sum of"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["add", "determine the sum of"], ["come", "add up in number or quantity"], ["tally", "determine the sum of"]]}, {"answer": "tottering", "hint": "synonyms for tottering", "clues": [["totter", "move without being stable, as if threatening to fall"], ["dodder", "walk unsteadily"], ["teeter", "move unsteadily, with a rocking motion"], ["toddle", "walk unsteadily"], ["paddle", "walk unsteadily"], ["coggle", "walk unsteadily"], ["waddle", "walk unsteadily"], ["seesaw", "move unsteadily, with a rocking motion"]]}, {"answer": "touched", "hint": "synonyms for touched", "clues": [["meet", "be in direct physical contact with; make contact"], ["extend to", "to extend as far as"], ["allude", "make a more or less disguised reference to"], ["touch", "to extend as far as"], ["bear on", "have an effect upon"], ["stir", "affect emotionally"], ["rival", "be equal to in quality or ability"], ["touch on", "be relevant to"], ["advert", "make a more or less disguised reference to"], ["affect", "have an effect upon"], ["have-to doe with", "be relevant to"], ["tint", "color lightly"], ["relate", "be relevant to"], ["reach", "to extend as far as"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["concern", "be relevant to"], ["tinge", "color lightly"], ["contact", "be in direct physical contact with; make contact"], ["match", "be equal to in quality or ability"], ["impact", "have an effect upon"], ["partake", "consume"], ["come to", "be relevant to"], ["adjoin", "be in direct physical contact with; make contact"], ["equal", "be equal to in quality or ability"], ["disturb", "tamper with"]]}, {"answer": "touching", "hint": "synonyms for touching", "clues": [["meet", "be in direct physical contact with; make contact"], ["extend to", "to extend as far as"], ["allude", "make a more or less disguised reference to"], ["touch", "to extend as far as"], ["bear on", "have an effect upon"], ["stir", "affect emotionally"], ["rival", "be equal to in quality or ability"], ["touch on", "be relevant to"], ["advert", "make a more or less disguised reference to"], ["affect", "have an effect upon"], ["have-to doe with", "be relevant to"], ["tint", "color lightly"], ["relate", "be relevant to"], ["reach", "to extend as far as"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["concern", "be relevant to"], ["tinge", "color lightly"], ["contact", "be in direct physical contact with; make contact"], ["match", "be equal to in quality or ability"], ["impact", "have an effect upon"], ["partake", "consume"], ["come to", "be relevant to"], ["adjoin", "be in direct physical contact with; make contact"], ["equal", "be equal to in quality or ability"], ["disturb", "tamper with"]]}, {"answer": "towering", "hint": "synonyms for towering", "clues": [["hulk", "appear very large or occupy a commanding position"], ["predominate", "appear very large or occupy a commanding position"], ["loom", "appear very large or occupy a commanding position"], ["tower", "appear very large or occupy a commanding position"]]}, {"answer": "tracked", "hint": "synonyms for tracked", "clues": [["give chase", "go after with the intent to catch"], ["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["go after", "go after with the intent to catch"], ["pass over", "travel across or pass over"], ["cover", "travel across or pass over"], ["trail", "go after with the intent to catch"], ["cross", "travel across or pass over"], ["cut through", "travel across or pass over"], ["chase", "go after with the intent to catch"], ["get over", "travel across or pass over"], ["traverse", "travel across or pass over"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["cut across", "travel across or pass over"]]}, {"answer": "trained", "hint": "synonyms for trained", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["trail", "drag loosely along a surface; allow to sweep the ground"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["train", "undergo training or instruction in preparation for a particular role, function, or profession"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["prepare", "educate for a future role or function"], ["groom", "educate for a future role or function"], ["school", "teach or refine to be discriminative in taste or judgment"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["develop", "create by training and teaching"], ["coach", "teach and supervise (someone); act as a trainer or coach (to), as in sports"], ["educate", "teach or refine to be discriminative in taste or judgment"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"]]}, {"answer": "tranquilizing", "hint": "synonyms for tranquilizing", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to"], ["calm down", "make calm or still"], ["calm", "make calm or still"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["lull", "make calm or still"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["quiet", "make calm or still"]]}, {"answer": "tranquillising", "hint": "synonyms for tranquillising", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to"], ["calm down", "make calm or still"], ["calm", "make calm or still"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["lull", "make calm or still"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["quiet", "make calm or still"]]}, {"answer": "tranquillizing", "hint": "synonyms for tranquillizing", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to"], ["calm down", "make calm or still"], ["calm", "make calm or still"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["lull", "make calm or still"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["quiet", "make calm or still"]]}, {"answer": "transfixed", "hint": "synonyms for transfixed", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["impale", "pierce with a sharp stake or point"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["empale", "pierce with a sharp stake or point"], ["spike", "pierce with a sharp stake or point"]]}, {"answer": "transformed", "hint": "synonyms for transformed", "clues": [["transmute", "change in outward structure or looks"], ["transform", "subject to a mathematical transformation"], ["metamorphose", "change in outward structure or looks"], ["translate", "change from one form or medium into another"], ["transubstantiate", "change or alter in form, appearance, or nature"]]}, {"answer": "transmitted", "hint": "synonyms for transmitted", "clues": [["send", "broadcast over the airwaves, as in radio or television"], ["carry", "transmit or serve as the medium for transmission"], ["transmit", "send from one person or place to another"], ["convey", "transfer to another"], ["air", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["impart", "transmit or serve as the medium for transmission"], ["channelise", "send from one person or place to another"], ["channel", "transmit or serve as the medium for transmission"], ["transfer", "send from one person or place to another"], ["conduct", "transmit or serve as the medium for transmission"], ["beam", "broadcast over the airwaves, as in radio or television"], ["transport", "send from one person or place to another"], ["communicate", "transfer to another"]]}, {"answer": "transposed", "hint": "synonyms for transposed", "clues": [["commute", "exchange positions without a change in value"], ["transplant", "transfer from one place or period to another"], ["transpose", "cause to change places"], ["interchange", "cause to change places"], ["permute", "change the order or arrangement of"], ["transfer", "transfer from one place or period to another"], ["counterchange", "cause to change places"]]}, {"answer": "trapped", "hint": "synonyms for trapped", "clues": [["pin down", "place in a confining or embarrassing position"], ["pin", "to hold fast or prevent from moving"], ["trap", "to hold fast or prevent from moving"], ["entrap", "catch in or as if in a trap"], ["trammel", "catch in or as if in a trap"], ["immobilize", "to hold fast or prevent from moving"], ["snare", "catch in or as if in a trap"], ["ensnare", "catch in or as if in a trap"]]}, {"answer": "traveled", "hint": "synonyms for traveled", "clues": [["travel", "make a trip for pleasure"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["journey", "undertake a journey or trip"], ["jaunt", "make a trip for pleasure"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["trip", "make a trip for pleasure"]]}, {"answer": "travelled", "hint": "synonyms for travelled", "clues": [["travel", "make a trip for pleasure"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["journey", "undertake a journey or trip"], ["jaunt", "make a trip for pleasure"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["trip", "make a trip for pleasure"]]}, {"answer": "treasured", "hint": "synonyms for treasured", "clues": [["appreciate", "hold dear"], ["treasure", "be fond of; be attached to"], ["cherish", "be fond of; be attached to"], ["prize", "hold dear"], ["care for", "be fond of; be attached to"], ["value", "hold dear"], ["hold dear", "be fond of; be attached to"]]}, {"answer": "treated", "hint": "synonyms for treated", "clues": [["treat", "provide treatment for"], ["address", "act on verbally or in some form of artistic expression"], ["do by", "interact in a certain way"], ["plow", "act on verbally or in some form of artistic expression"], ["handle", "interact in a certain way"], ["cover", "act on verbally or in some form of artistic expression"], ["process", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition"], ["deal", "act on verbally or in some form of artistic expression"], ["regale", "provide with choice or abundant food or drink"], ["care for", "provide treatment for"]]}, {"answer": "trespassing", "hint": "synonyms for trespassing", "clues": [["trespass", "enter unlawfully on someone's property"], ["transgress", "pass beyond (limits or boundaries)"], ["sin", "commit a sin; violate a law of God or a moral law"], ["overstep", "pass beyond (limits or boundaries)"], ["intrude", "enter unlawfully on someone's property"], ["take advantage", "make excessive use of"]]}, {"answer": "tried", "hint": "synonyms for tried", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["test", "put to the test, as for its quality, or give experimental use to"], ["assay", "make an effort or attempt"], ["sample", "take a sample of"], ["try", "test the limits of"], ["try out", "take a sample of"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["render", "melt (fat or lard) in order to separate out impurities"], ["attempt", "make an effort or attempt"], ["try on", "put on a garment in order to see whether it fits and looks nice"], ["taste", "take a sample of"], ["hear", "examine or hear (evidence or a case) by judicial process"], ["judge", "put on trial or hear a case and sit as the judge at the trial of"], ["stress", "test the limits of"], ["strain", "test the limits of"]]}, {"answer": "trifling", "hint": "synonyms for trifling", "clues": [["piddle", "waste time; spend one's time idly or inefficiently"], ["trifle", "consider not very seriously"], ["piddle away", "waste time; spend one's time idly or inefficiently"], ["dally", "consider not very seriously"], ["wanton", "waste time; spend one's time idly or inefficiently"], ["wanton away", "waste time; spend one's time idly or inefficiently"], ["frivol", "act frivolously"], ["play", "consider not very seriously"]]}, {"answer": "trim", "hint": "synonyms for trim", "clues": [["bring down", "cut down on; make a reduction in"], ["reduce", "cut down on; make a reduction in"], ["trim down", "cut down on; make a reduction in"], ["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["trim back", "cut down on; make a reduction in"], ["cut back", "cultivate, tend, and cut back the growth of"], ["crop", "cultivate, tend, and cut back the growth of"], ["pare", "remove the edges from and cut down to the desired size"], ["cut down", "cut down on; make a reduction in"], ["garnish", "decorate (food), as with parsley or other ornamental foods"], ["snip", "cultivate, tend, and cut back the growth of"], ["dress", "decorate (food), as with parsley or other ornamental foods"], ["cut", "cut down on; make a reduction in"], ["shave", "cut closely"]]}, {"answer": "trimmed", "hint": "synonyms for trimmed", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["trim", "balance in flight by regulating the control surfaces"], ["cut back", "cultivate, tend, and cut back the growth of"], ["pare", "remove the edges from and cut down to the desired size"], ["cut down", "cut down on; make a reduction in"], ["garnish", "decorate (food), as with parsley or other ornamental foods"], ["dress", "decorate (food), as with parsley or other ornamental foods"], ["shave", "cut closely"], ["bring down", "cut down on; make a reduction in"], ["reduce", "cut down on; make a reduction in"], ["trim down", "cut down on; make a reduction in"], ["trim back", "cut down on; make a reduction in"], ["crop", "cultivate, tend, and cut back the growth of"], ["snip", "cultivate, tend, and cut back the growth of"], ["cut", "cut down on; make a reduction in"]]}, {"answer": "tripping", "hint": "synonyms for tripping", "clues": [["trip", "miss a step and fall or nearly fall"], ["travel", "make a trip for pleasure"], ["jaunt", "make a trip for pleasure"], ["turn on", "get high, stoned, or drugged"], ["get off", "get high, stoned, or drugged"], ["trip up", "cause to stumble"], ["actuate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["trip out", "get high, stoned, or drugged"], ["stumble", "miss a step and fall or nearly fall"], ["spark off", "put in motion or move to act"], ["activate", "put in motion or move to act"]]}, {"answer": "troubled", "hint": "synonyms for troubled", "clues": [["trouble", "take the trouble to do something; concern oneself"], ["pain", "cause bodily suffering to and make sick or indisposed"], ["bother", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["upset", "move deeply"], ["disturb", "move deeply"], ["ail", "cause bodily suffering to and make sick or indisposed"], ["discommode", "to cause inconvenience or discomfort to"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["incommode", "to cause inconvenience or discomfort to"], ["inconvenience oneself", "take the trouble to do something; concern oneself"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["inconvenience", "to cause inconvenience or discomfort to"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble oneself", "take the trouble to do something; concern oneself"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disoblige", "to cause inconvenience or discomfort to"]]}, {"answer": "troubling", "hint": "synonyms for troubling", "clues": [["trouble", "take the trouble to do something; concern oneself"], ["pain", "cause bodily suffering to and make sick or indisposed"], ["bother", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["upset", "move deeply"], ["disturb", "move deeply"], ["ail", "cause bodily suffering to and make sick or indisposed"], ["discommode", "to cause inconvenience or discomfort to"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["incommode", "to cause inconvenience or discomfort to"], ["inconvenience oneself", "take the trouble to do something; concern oneself"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["inconvenience", "to cause inconvenience or discomfort to"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble oneself", "take the trouble to do something; concern oneself"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disoblige", "to cause inconvenience or discomfort to"]]}, {"answer": "trussed", "hint": "synonyms for trussed", "clues": [["tie down", "secure with or as if with ropes"], ["truss", "support structurally"], ["bind", "secure with or as if with ropes"], ["tie up", "secure with or as if with ropes"]]}, {"answer": "trusted", "hint": "synonyms for trusted", "clues": [["trust", "allow without fear"], ["desire", "expect and wish"], ["bank", "have confidence or faith in"], ["believe", "be confident about something"], ["commit", "confer a trust upon"], ["rely", "have confidence or faith in"], ["entrust", "confer a trust upon"], ["hope", "expect and wish"], ["confide", "confer a trust upon"], ["swear", "have confidence or faith in"]]}, {"answer": "trusting", "hint": "synonyms for trusting", "clues": [["trust", "allow without fear"], ["desire", "expect and wish"], ["bank", "have confidence or faith in"], ["believe", "be confident about something"], ["commit", "confer a trust upon"], ["rely", "have confidence or faith in"], ["entrust", "confer a trust upon"], ["hope", "expect and wish"], ["confide", "confer a trust upon"], ["swear", "have confidence or faith in"]]}, {"answer": "trying", "hint": "synonyms for trying", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["test", "put to the test, as for its quality, or give experimental use to"], ["assay", "make an effort or attempt"], ["sample", "take a sample of"], ["try", "test the limits of"], ["try out", "take a sample of"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["render", "melt (fat or lard) in order to separate out impurities"], ["attempt", "make an effort or attempt"], ["try on", "put on a garment in order to see whether it fits and looks nice"], ["taste", "take a sample of"], ["hear", "examine or hear (evidence or a case) by judicial process"], ["judge", "put on trial or hear a case and sit as the judge at the trial of"], ["stress", "test the limits of"], ["strain", "test the limits of"]]}, {"answer": "tucked", "hint": "synonyms for tucked", "clues": [["tuck", "fit snugly into"], ["gather", "draw together into folds or puckers"], ["insert", "fit snugly into"], ["pucker", "draw together into folds or puckers"]]}, {"answer": "turned", "hint": "synonyms for turned", "clues": [["turn over", "cause to move around a center so as to show another side of"], ["turn", "cause to move around a center so as to show another side of"], ["call on", "have recourse to or make an appeal or request for help or information to"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["flex", "cause (a plastic object) to assume a crooked or angular form"], ["become", "undergo a change or development"], ["wrench", "twist suddenly so as to sprain"], ["plow", "to break and turn over earth especially with a plow"], ["release", "let (something) fall or spill from a container"], ["wrick", "twist suddenly so as to sprain"], ["reverse", "change to the contrary"], ["twist", "twist suddenly so as to sprain"], ["sprain", "twist suddenly so as to sprain"], ["sour", "go sour or spoil"], ["ferment", "go sour or spoil"], ["work", "go sour or spoil"], ["move around", "pass to the other side of"], ["grow", "pass into a condition gradually, take on a specific property or attribute; become"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["change by reversal", "change to the contrary"], ["plough", "to break and turn over earth especially with a plow"], ["change state", "undergo a transformation or a change of position or action"]]}, {"answer": "twin", "hint": "synonyms for twin", "clues": [["duplicate", "duplicate or match"], ["match", "bring two objects, ideas, or people together"], ["pair", "bring two objects, ideas, or people together"], ["parallel", "duplicate or match"], ["mate", "bring two objects, ideas, or people together"], ["couple", "bring two objects, ideas, or people together"]]}, {"answer": "twinkling", "hint": "synonyms for twinkling", "clues": [["winkle", "emit or reflect light in a flickering manner"], ["blink", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"], ["scintillate", "emit or reflect light in a flickering manner"], ["wink", "gleam or glow intermittently"]]}, {"answer": "twinned", "hint": "synonyms for twinned", "clues": [["twin", "give birth to twins"], ["duplicate", "duplicate or match"], ["match", "bring two objects, ideas, or people together"], ["parallel", "duplicate or match"], ["couple", "bring two objects, ideas, or people together"], ["pair", "bring two objects, ideas, or people together"], ["mate", "bring two objects, ideas, or people together"]]}, {"answer": "twinning", "hint": "synonyms for twinning", "clues": [["twin", "give birth to twins"], ["duplicate", "duplicate or match"], ["match", "bring two objects, ideas, or people together"], ["parallel", "duplicate or match"], ["couple", "bring two objects, ideas, or people together"], ["pair", "bring two objects, ideas, or people together"], ["mate", "bring two objects, ideas, or people together"]]}, {"answer": "twisted", "hint": "synonyms for twisted", "clues": [["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "extend in curves and turns"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrick", "twist suddenly so as to sprain"], ["wrench", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates"], ["sprain", "twist suddenly so as to sprain"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "twist suddenly so as to sprain"], ["twine", "form into a spiral shape"], ["flex", "cause (a plastic object) to assume a crooked or angular form"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["curve", "extend in curves and turns"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["distort", "form into a spiral shape"], ["wind", "extend in curves and turns"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "extend in curves and turns"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrick", "twist suddenly so as to sprain"], ["wrench", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates"], ["sprain", "twist suddenly so as to sprain"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "twist suddenly so as to sprain"], ["twine", "form into a spiral shape"], ["flex", "cause (a plastic object) to assume a crooked or angular form"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["curve", "extend in curves and turns"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["distort", "form into a spiral shape"], ["wind", "extend in curves and turns"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "unbending", "hint": "synonyms for unbending", "clues": [["loosen up", "become less tense, rest, or take one's ease"], ["unbend", "make less taut"], ["unwind", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["relax", "become less tense, rest, or take one's ease"], ["decompress", "become less tense, rest, or take one's ease"], ["straighten", "straighten up or out; make straight"]]}, {"answer": "unbent", "hint": "synonyms for unbent", "clues": [["loosen up", "become less tense, rest, or take one's ease"], ["unbend", "make less taut"], ["unwind", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["relax", "become less tense, rest, or take one's ease"], ["decompress", "become less tense, rest, or take one's ease"], ["straighten", "straighten up or out; make straight"]]}, {"answer": "unclad", "hint": "synonyms for unclad", "clues": [["unclothe", "strip"], ["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["undress", "get undressed"], ["strip down", "get undressed"], ["peel", "get undressed"], ["strip", "get undressed"]]}, {"answer": "unclothed", "hint": "synonyms for unclothed", "clues": [["unclothe", "strip"], ["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["undress", "get undressed"], ["strip down", "get undressed"], ["peel", "get undressed"], ["strip", "get undressed"]]}, {"answer": "uncovered", "hint": "synonyms for uncovered", "clues": [["unveil", "make visible"], ["uncover", "make visible"], ["expose", "remove all or part of one's clothes to show one's body"], ["bring out", "make visible"], ["reveal", "make visible"]]}, {"answer": "understanding", "hint": "synonyms for understanding", "clues": [["interpret", "make sense of a language"], ["translate", "make sense of a language"], ["understand", "know and comprehend the nature or meaning of"], ["see", "perceive (an idea or situation) mentally"], ["empathise", "be understanding of"], ["sympathise", "be understanding of"], ["realise", "perceive (an idea or situation) mentally"], ["read", "make sense of a language"], ["infer", "believe to be the case"]]}, {"answer": "understood", "hint": "synonyms for understood", "clues": [["interpret", "make sense of a language"], ["translate", "make sense of a language"], ["understand", "know and comprehend the nature or meaning of"], ["see", "perceive (an idea or situation) mentally"], ["empathise", "be understanding of"], ["sympathise", "be understanding of"], ["realise", "perceive (an idea or situation) mentally"], ["read", "make sense of a language"], ["infer", "believe to be the case"]]}, {"answer": "undone", "hint": "synonyms for undone", "clues": [["undo", "cancel, annul, or reverse an action or its effect"], ["untie", "cause to become loose"], ["unmake", "deprive of certain characteristics"], ["loosen", "cause to become loose"], ["unwrap", "remove the outer cover or wrapping of"]]}, {"answer": "undressed", "hint": "synonyms for undressed", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["undress", "remove (someone's or one's own) clothes"], ["unclothe", "get undressed"], ["divest", "remove (someone's or one's own) clothes"], ["strip", "remove (someone's or one's own) clothes"], ["disinvest", "remove (someone's or one's own) clothes"], ["strip down", "get undressed"], ["peel", "get undressed"]]}, {"answer": "undulate", "hint": "synonyms for undulate", "clues": [["flap", "move in a wavy pattern or with a rising and falling motion"], ["riffle", "stir up (water) so as to form ripples"], ["cockle", "stir up (water) so as to form ripples"], ["roll", "occur in soft rounded shapes"], ["wave", "move in a wavy pattern or with a rising and falling motion"], ["ripple", "stir up (water) so as to form ripples"], ["ruffle", "stir up (water) so as to form ripples"]]}, {"answer": "unfrozen", "hint": "synonyms for unfrozen", "clues": [["dissolve", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["release", "make (assets) available"], ["unfreeze", "make (assets) available"], ["thaw", "become or cause to become soft or liquid"], ["free", "make (assets) available"], ["melt", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["unblock", "make (assets) available"]]}, {"answer": "unhinged", "hint": "synonyms for unhinged", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "unified", "hint": "synonyms for unified", "clues": [["merge", "join or combine"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation"], ["mix", "to bring or combine together or with something else"], ["unite", "bring together for a common purpose or action or ideology or in a shared situation"], ["mingle", "to bring or combine together or with something else"], ["amalgamate", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"]]}, {"answer": "unifying", "hint": "synonyms for unifying", "clues": [["merge", "join or combine"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation"], ["mix", "to bring or combine together or with something else"], ["unite", "bring together for a common purpose or action or ideology or in a shared situation"], ["mingle", "to bring or combine together or with something else"], ["amalgamate", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"]]}, {"answer": "united", "hint": "synonyms for united", "clues": [["merge", "join or combine"], ["unite", "be or become joined or united or linked"], ["link", "be or become joined or united or linked"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation"], ["link up", "be or become joined or united or linked"], ["connect", "be or become joined or united or linked"], ["combine", "have or possess in combination"], ["join", "be or become joined or united or linked"]]}, {"answer": "unloaded", "hint": "synonyms for unloaded", "clues": [["unlade", "take the load off (a container or vehicle)"], ["drop off", "leave or unload"], ["discharge", "leave or unload"], ["drop", "leave or unload"], ["offload", "take the load off (a container or vehicle)"], ["put down", "leave or unload"], ["set down", "leave or unload"], ["unload", "take the load off (a container or vehicle)"]]}, {"answer": "unnerved", "hint": "synonyms for unnerved", "clues": [["unnerve", "disturb the composure of"], ["enervate", "disturb the composure of"], ["unsettle", "disturb the composure of"], ["faze", "disturb the composure of"]]}, {"answer": "unnerving", "hint": "synonyms for unnerving", "clues": [["unnerve", "disturb the composure of"], ["enervate", "disturb the composure of"], ["unsettle", "disturb the composure of"], ["faze", "disturb the composure of"]]}, {"answer": "unsaid", "hint": "synonyms for unsaid", "clues": [["withdraw", "take back what one has said"], ["take back", "take back what one has said"], ["swallow", "take back what one has said"], ["unsay", "take back what one has said"]]}, {"answer": "unsettled", "hint": "synonyms for unsettled", "clues": [["unnerve", "disturb the composure of"], ["enervate", "disturb the composure of"], ["unsettle", "disturb the composure of"], ["faze", "disturb the composure of"]]}, {"answer": "unsexed", "hint": "synonyms for unsexed", "clues": [["fix", "make infertile"], ["unsex", "deprive of sex or sexual powers"], ["desexualise", "make infertile"], ["desex", "make infertile"], ["sterilise", "make infertile"]]}, {"answer": "unstrained", "hint": "synonyms for unstrained", "clues": [["make relaxed", "cause to feel relaxed"], ["unlax", "cause to feel relaxed"], ["relax", "cause to feel relaxed"], ["loosen up", "cause to feel relaxed"], ["unwind", "cause to feel relaxed"], ["unstrain", "cause to feel relaxed"]]}, {"answer": "untangled", "hint": "synonyms for untangled", "clues": [["disentangle", "release from entanglement of difficulty"], ["unravel", "become or cause to become undone by separating the fibers or threads of"], ["unknot", "become or cause to become undone by separating the fibers or threads of"], ["untangle", "release from entanglement of difficulty"], ["disencumber", "release from entanglement of difficulty"], ["extricate", "release from entanglement of difficulty"], ["unscramble", "become or cause to become undone by separating the fibers or threads of"], ["unpick", "become or cause to become undone by separating the fibers or threads of"]]}, {"answer": "unthawed", "hint": "synonyms for unthawed", "clues": [["dissolve", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"]]}, {"answer": "untied", "hint": "synonyms for untied", "clues": [["unlace", "undo the ties of"], ["loosen", "cause to become loose"], ["untie", "undo the ties of"], ["undo", "cause to become loose"], ["unbrace", "undo the ties of"]]}, {"answer": "unveiled", "hint": "synonyms for unveiled", "clues": [["unveil", "remove the veil from"], ["uncover", "make visible"], ["bring out", "make visible"], ["reveal", "make visible"]]}, {"answer": "unwrapped", "hint": "synonyms for unwrapped", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["undo", "remove the outer cover or wrapping of"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "uplifted", "hint": "synonyms for uplifted", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["intoxicate", "fill with high spirits; fill with optimism"], ["elate", "fill with high spirits; fill with optimism"]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["overturn", "cause to overturn from an upright or normal position"], ["discomfit", "cause to lose one's composure"], ["turn over", "cause to overturn from an upright or normal position"], ["untune", "cause to lose one's composure"], ["tip over", "cause to overturn from an upright or normal position"], ["swage", "form metals with a swage"], ["knock over", "cause to overturn from an upright or normal position"], ["disturb", "move deeply"], ["discompose", "cause to lose one's composure"], ["bowl over", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"], ["trouble", "move deeply"], ["disconcert", "cause to lose one's composure"]]}, {"answer": "upsetting", "hint": "synonyms for upsetting", "clues": [["overturn", "cause to overturn from an upright or normal position"], ["upset", "form metals with a swage"], ["turn over", "cause to overturn from an upright or normal position"], ["untune", "cause to lose one's composure"], ["tip over", "cause to overturn from an upright or normal position"], ["disturb", "move deeply"], ["knock over", "cause to overturn from an upright or normal position"], ["swage", "form metals with a swage"], ["bowl over", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"], ["disconcert", "cause to lose one's composure"], ["discomfit", "cause to lose one's composure"], ["discompose", "cause to lose one's composure"], ["trouble", "move deeply"]]}, {"answer": "used", "hint": "synonyms for used", "clues": [["use", "take or consume (regularly or habitually)"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["habituate", "take or consume (regularly or habitually)"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["practice", "avail oneself to"], ["expend", "use up, consume fully"]]}, {"answer": "utilised", "hint": "synonyms for utilised", "clues": [["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["utilise", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"]]}, {"answer": "utilized", "hint": "synonyms for utilized", "clues": [["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["utilise", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"]]}, {"answer": "utter", "hint": "synonyms for utter", "clues": [["let out", "express audibly; utter sounds (not necessarily words)"], ["verbalize", "express in speech"], ["let loose", "express audibly; utter sounds (not necessarily words)"], ["speak", "express in speech"], ["express", "articulate; either verbally or with a cry, shout, or noise"], ["talk", "express in speech"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["emit", "express audibly; utter sounds (not necessarily words)"], ["mouth", "express in speech"]]}, {"answer": "uttered", "hint": "synonyms for uttered", "clues": [["let out", "express audibly; utter sounds (not necessarily words)"], ["verbalize", "express in speech"], ["utter", "express audibly; utter sounds (not necessarily words)"], ["let loose", "express audibly; utter sounds (not necessarily words)"], ["speak", "express in speech"], ["express", "articulate; either verbally or with a cry, shout, or noise"], ["talk", "express in speech"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["emit", "express audibly; utter sounds (not necessarily words)"], ["mouth", "express in speech"]]}, {"answer": "vacillating", "hint": "synonyms for vacillating", "clues": [["fluctuate", "move or sway in a rising and falling or wavelike pattern"], ["waver", "move or sway in a rising and falling or wavelike pattern"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action"], ["vibrate", "be undecided about something; waver between conflicting positions or courses of action"], ["oscillate", "be undecided about something; waver between conflicting positions or courses of action"], ["hover", "be undecided about something; waver between conflicting positions or courses of action"]]}, {"answer": "vagabond", "hint": "synonyms for vagabond", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "valued", "hint": "synonyms for valued", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["prize", "regard highly; think much of"], ["appreciate", "hold dear"], ["prise", "regard highly; think much of"], ["treasure", "hold dear"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["rate", "estimate the value of"], ["respect", "regard highly; think much of"], ["esteem", "regard highly; think much of"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "vanished", "hint": "synonyms for vanished", "clues": [["vanish", "decrease rapidly and disappear"], ["go away", "become invisible or unnoticeable"], ["disappear", "get lost, as without warning or explanation"], ["fell", "pass away rapidly"], ["vaporize", "decrease rapidly and disappear"], ["fly", "pass away rapidly"]]}, {"answer": "vaporized", "hint": "synonyms for vaporized", "clues": [["vanish", "decrease rapidly and disappear"], ["gasify", "turn into gas"], ["evaporate", "lose or cause to lose liquid by vaporization leaving a more concentrated residue"], ["vaporize", "decrease rapidly and disappear"], ["aerify", "turn into gas"], ["fly", "decrease rapidly and disappear"], ["zap", "kill with or as if with a burst of gunfire or electric current or as if by shooting"]]}, {"answer": "varied", "hint": "synonyms for varied", "clues": [["variegate", "make something more diverse and varied"], ["vary", "be at variance with; be out of line with"], ["depart", "be at variance with; be out of line with"], ["deviate", "be at variance with; be out of line with"], ["diverge", "be at variance with; be out of line with"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["motley", "make something more diverse and varied"]]}, {"answer": "varying", "hint": "synonyms for varying", "clues": [["variegate", "make something more diverse and varied"], ["vary", "be at variance with; be out of line with"], ["depart", "be at variance with; be out of line with"], ["deviate", "be at variance with; be out of line with"], ["diverge", "be at variance with; be out of line with"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["motley", "make something more diverse and varied"]]}, {"answer": "veiled", "hint": "synonyms for veiled", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "venerating", "hint": "synonyms for venerating", "clues": [["fear", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["revere", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"]]}, {"answer": "vented", "hint": "synonyms for vented", "clues": [["ventilate", "expose to cool or cold air so as to cool or freshen"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["give vent", "give expression or utterance to"], ["air", "expose to cool or cold air so as to cool or freshen"], ["air out", "expose to cool or cold air so as to cool or freshen"]]}, {"answer": "ventilated", "hint": "synonyms for ventilated", "clues": [["ventilate", "circulate through and freshen"], ["give vent", "give expression or utterance to"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["air", "expose to cool or cold air so as to cool or freshen"], ["air out", "expose to cool or cold air so as to cool or freshen"]]}, {"answer": "verbalised", "hint": "synonyms for verbalised", "clues": [["verbalize", "express in speech"], ["speak", "express in speech"], ["utter", "express in speech"], ["express", "articulate; either verbally or with a cry, shout, or noise"], ["talk", "express in speech"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["mouth", "express in speech"]]}, {"answer": "verbalized", "hint": "synonyms for verbalized", "clues": [["verbalize", "express in speech"], ["speak", "express in speech"], ["utter", "express in speech"], ["express", "articulate; either verbally or with a cry, shout, or noise"], ["talk", "express in speech"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["mouth", "express in speech"]]}, {"answer": "verified", "hint": "synonyms for verified", "clues": [["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["aver", "to declare or affirm solemnly and formally as true"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["affirm", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["avow", "to declare or affirm solemnly and formally as true"]]}, {"answer": "verifying", "hint": "synonyms for verifying", "clues": [["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["aver", "to declare or affirm solemnly and formally as true"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["affirm", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["avow", "to declare or affirm solemnly and formally as true"]]}, {"answer": "vested", "hint": "synonyms for vested", "clues": [["vest", "clothe oneself in ecclesiastical garments"], ["invest", "provide with power and authority"], ["robe", "clothe formally; especially in ecclesiastical robes"], ["enthrone", "provide with power and authority"]]}, {"answer": "vexed", "hint": "synonyms for vexed", "clues": [["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["agitate", "change the arrangement or position of"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["raise up", "change the arrangement or position of"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["worry", "disturb the peace of mind of; afflict with mental agitation or distress"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["shake up", "change the arrangement or position of"], ["nonplus", "be a mystery or bewildering to"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["flummox", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["commove", "change the arrangement or position of"], ["amaze", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["mystify", "be a mystery or bewildering to"], ["disturb", "change the arrangement or position of"], ["stir up", "change the arrangement or position of"], ["stick", "be a mystery or bewildering to"]]}, {"answer": "vexing", "hint": "synonyms for vexing", "clues": [["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["agitate", "change the arrangement or position of"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["raise up", "change the arrangement or position of"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["worry", "disturb the peace of mind of; afflict with mental agitation or distress"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["shake up", "change the arrangement or position of"], ["nonplus", "be a mystery or bewildering to"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["flummox", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["commove", "change the arrangement or position of"], ["amaze", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["mystify", "be a mystery or bewildering to"], ["disturb", "change the arrangement or position of"], ["stir up", "change the arrangement or position of"], ["stick", "be a mystery or bewildering to"]]}, {"answer": "victimized", "hint": "synonyms for victimized", "clues": [["mulct", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimise", "punish unjustly"], ["diddle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["bunco", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "violated", "hint": "synonyms for violated", "clues": [["break", "fail to agree with; be in violation of; as of rules or patterns"], ["desecrate", "violate the sacred character of a place or language"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["rape", "force (someone) to have sex against their will"], ["violate", "fail to agree with; be in violation of; as of rules or patterns"], ["assault", "force (someone) to have sex against their will"], ["outrage", "violate the sacred character of a place or language"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["despoil", "destroy and strip of its possession"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["profane", "violate the sacred character of a place or language"], ["dishonor", "force (someone) to have sex against their will"], ["plunder", "destroy and strip of its possession"], ["spoil", "destroy and strip of its possession"], ["ravish", "force (someone) to have sex against their will"]]}, {"answer": "visualised", "hint": "synonyms for visualised", "clues": [["visualize", "view the outline of by means of an X-ray"], ["envision", "imagine; conceive of; see in one's mind"], ["fancy", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["picture", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"]]}, {"answer": "visualized", "hint": "synonyms for visualized", "clues": [["visualize", "view the outline of by means of an X-ray"], ["fancy", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "vitiated", "hint": "synonyms for vitiated", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["vitiate", "make imperfect"], ["void", "take away the legal force of or render ineffective"], ["deflower", "make imperfect"], ["spoil", "make imperfect"], ["debase", "corrupt morally or by intemperance or sensuality"], ["impair", "make imperfect"], ["invalidate", "take away the legal force of or render ineffective"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["mar", "make imperfect"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "void", "hint": "synonyms for void", "clues": [["invalidate", "declare invalid"], ["quash", "declare invalid"], ["empty", "excrete or discharge from the body"], ["evacuate", "excrete or discharge from the body"], ["avoid", "declare invalid"], ["annul", "declare invalid"], ["vitiate", "take away the legal force of or render ineffective"], ["nullify", "declare invalid"]]}, {"answer": "wailing", "hint": "synonyms for wailing", "clues": [["ululate", "emit long loud cries"], ["yaup", "emit long loud cries"], ["mewl", "cry weakly or softly"], ["wail", "emit long loud cries"], ["yawl", "emit long loud cries"], ["howl", "emit long loud cries"], ["whimper", "cry weakly or softly"], ["pule", "cry weakly or softly"], ["roar", "emit long loud cries"]]}, {"answer": "waiting", "hint": "synonyms for waiting", "clues": [["wait", "wait before acting"], ["waitress", "serve as a waiter or waitress in a restaurant"], ["hold back", "wait before acting"], ["look", "look forward to the probable occurrence of"], ["hold off", "wait before acting"], ["expect", "look forward to the probable occurrence of"]]}, {"answer": "waking", "hint": "synonyms for waking", "clues": [["wake", "cause to become awake or conscious"], ["wake up", "stop sleeping"], ["stir up", "arouse or excite feelings and passions"], ["awaken", "stop sleeping"], ["ignite", "arouse or excite feelings and passions"], ["inflame", "arouse or excite feelings and passions"], ["arouse", "stop sleeping"], ["come alive", "stop sleeping"], ["fire up", "arouse or excite feelings and passions"], ["heat", "arouse or excite feelings and passions"]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["wallop", "hit hard"], ["whop", "hit hard"], ["wham", "hit hard"], ["whack", "hit hard"]]}, {"answer": "wandering", "hint": "synonyms for wandering", "clues": [["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "be sexually unfaithful to one's partner in marriage"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["cheat on", "be sexually unfaithful to one's partner in marriage"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["cheat", "be sexually unfaithful to one's partner in marriage"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["betray", "be sexually unfaithful to one's partner in marriage"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["cuckold", "be sexually unfaithful to one's partner in marriage"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"]]}, {"answer": "wanted", "hint": "synonyms for wanted", "clues": [["want", "hunt or look for; want for a particular reason"], ["require", "have need of"], ["need", "have need of"], ["desire", "feel or have a desire for; want strongly"]]}, {"answer": "wanting", "hint": "synonyms for wanting", "clues": [["want", "hunt or look for; want for a particular reason"], ["require", "have need of"], ["need", "have need of"], ["desire", "feel or have a desire for; want strongly"]]}, {"answer": "wanton", "hint": "synonyms for wanton", "clues": [["piddle", "waste time; spend one's time idly or inefficiently"], ["luxuriate", "become extravagant; indulge (oneself) luxuriously"], ["wanton away", "spend wastefully"], ["trifle away", "spend wastefully"], ["trifle", "waste time; spend one's time idly or inefficiently"], ["piddle away", "waste time; spend one's time idly or inefficiently"]]}, {"answer": "warped", "hint": "synonyms for warped", "clues": [["warp", "make false by mutilation or addition; as of a message or story"], ["distort", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["buckle", "bend out of shape, as under pressure or from heat"], ["heave", "bend out of shape, as under pressure or from heat"], ["falsify", "make false by mutilation or addition; as of a message or story"]]}, {"answer": "washed", "hint": "synonyms for washed", "clues": [["wash", "form by erosion"], ["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["lave", "wash or flow against"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["dampen", "make moist"], ["rinse", "clean with some chemical process"], ["launder", "cleanse with a cleaning agent, such as soap, and water"], ["moisten", "make moist"], ["wash out", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["lap", "wash or flow against"]]}, {"answer": "waste", "hint": "synonyms for waste", "clues": [["ware", "spend extravagantly"], ["pine away", "lose vigor, health, or flesh, as through grief"], ["run off", "run off as waste"], ["do in", "get rid of (someone who may be a threat) by killing"], ["blow", "spend thoughtlessly; throw away"], ["consume", "spend extravagantly"], ["rot", "become physically weaker"], ["squander", "spend thoughtlessly; throw away"], ["neutralise", "get rid of (someone who may be a threat) by killing"], ["scourge", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["desolate", "cause extensive destruction or ruin utterly"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["languish", "lose vigor, health, or flesh, as through grief"], ["macerate", "cause to grow thin or weak"], ["emaciate", "cause to grow thin or weak"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "wasted", "hint": "synonyms for wasted", "clues": [["ware", "spend extravagantly"], ["waste", "run off as waste"], ["pine away", "lose vigor, health, or flesh, as through grief"], ["run off", "run off as waste"], ["do in", "get rid of (someone who may be a threat) by killing"], ["blow", "spend thoughtlessly; throw away"], ["consume", "spend extravagantly"], ["rot", "become physically weaker"], ["squander", "spend thoughtlessly; throw away"], ["neutralise", "get rid of (someone who may be a threat) by killing"], ["scourge", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["desolate", "cause extensive destruction or ruin utterly"], ["languish", "lose vigor, health, or flesh, as through grief"], ["macerate", "cause to grow thin or weak"], ["emaciate", "cause to grow thin or weak"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "wavering", "hint": "synonyms for wavering", "clues": [["fluctuate", "move or sway in a rising and falling or wavelike pattern"], ["waffle", "pause or hold back in uncertainty or unwillingness"], ["quaver", "give off unsteady sounds, alternating in amplitude or frequency"], ["falter", "move hesitatingly, as if about to give way"], ["waver", "move back and forth very rapidly"], ["flutter", "move back and forth very rapidly"], ["flicker", "move back and forth very rapidly"], ["vacillate", "move or sway in a rising and falling or wavelike pattern"], ["weave", "sway to and fro"], ["hesitate", "pause or hold back in uncertainty or unwillingness"], ["quiver", "move back and forth very rapidly"]]}, {"answer": "waxed", "hint": "synonyms for waxed", "clues": [["climb", "go up or advance"], ["rise", "go up or advance"], ["wax", "increase in phase"], ["full", "increase in phase"], ["mount", "go up or advance"]]}, {"answer": "waxing", "hint": "synonyms for waxing", "clues": [["climb", "go up or advance"], ["rise", "go up or advance"], ["wax", "increase in phase"], ["full", "increase in phase"], ["mount", "go up or advance"]]}, {"answer": "weakened", "hint": "synonyms for weakened", "clues": [["subvert", "destroy property or hinder normal operations"], ["break", "lessen in force or effect"], ["soften", "lessen in force or effect"], ["undermine", "destroy property or hinder normal operations"], ["countermine", "destroy property or hinder normal operations"], ["weaken", "destroy property or hinder normal operations"], ["damp", "lessen in force or effect"], ["dampen", "lessen in force or effect"], ["counteract", "destroy property or hinder normal operations"], ["de-escalate", "reduce the level or intensity or size or scope of"], ["sabotage", "destroy property or hinder normal operations"], ["step down", "reduce the level or intensity or size or scope of"]]}, {"answer": "weakening", "hint": "synonyms for weakening", "clues": [["subvert", "destroy property or hinder normal operations"], ["break", "lessen in force or effect"], ["soften", "lessen in force or effect"], ["undermine", "destroy property or hinder normal operations"], ["countermine", "destroy property or hinder normal operations"], ["weaken", "destroy property or hinder normal operations"], ["damp", "lessen in force or effect"], ["dampen", "lessen in force or effect"], ["counteract", "destroy property or hinder normal operations"], ["de-escalate", "reduce the level or intensity or size or scope of"], ["sabotage", "destroy property or hinder normal operations"], ["step down", "reduce the level or intensity or size or scope of"]]}, {"answer": "wearied", "hint": "synonyms for wearied", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "lose interest or become bored with something or somebody"], ["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "lose interest or become bored with something or somebody"], ["pall", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "wearing", "hint": "synonyms for wearing", "clues": [["wear", "go to pieces"], ["hold out", "last and be usable"], ["put on", "put clothing on one's body"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear thin", "deteriorate through use or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["have on", "be dressed in"], ["wear down", "deteriorate through use or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["fall apart", "go to pieces"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["bear", "have on one's person"], ["endure", "last and be usable"], ["bust", "go to pieces"], ["get into", "put clothing on one's body"], ["assume", "put clothing on one's body"], ["wear off", "deteriorate through use or stress"], ["break", "go to pieces"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["don", "put clothing on one's body"]]}, {"answer": "weary", "hint": "synonyms for weary", "clues": [["tire out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "lose interest or become bored with something or somebody"], ["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "lose interest or become bored with something or somebody"], ["pall", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["wear", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "wearying", "hint": "synonyms for wearying", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "lose interest or become bored with something or somebody"], ["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "lose interest or become bored with something or somebody"], ["pall", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "weathered", "hint": "synonyms for weathered", "clues": [["weather", "cause to slope"], ["endure", "face and withstand with courage"], ["brave", "face and withstand with courage"], ["brave out", "face and withstand with courage"]]}, {"answer": "wed", "hint": "synonyms for wed", "clues": [["tie", "perform a marriage ceremony"], ["marry", "perform a marriage ceremony"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"], ["splice", "perform a marriage ceremony"], ["hook up with", "take in marriage"]]}, {"answer": "wedded", "hint": "synonyms for wedded", "clues": [["tie", "perform a marriage ceremony"], ["marry", "perform a marriage ceremony"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"], ["splice", "perform a marriage ceremony"], ["hook up with", "take in marriage"]]}, {"answer": "wedged", "hint": "synonyms for wedged", "clues": [["wedge", "put, fix, force, or implant"], ["squeeze", "squeeze like a wedge into a tight space"], ["lodge", "put, fix, force, or implant"], ["stick", "put, fix, force, or implant"], ["deposit", "put, fix, force, or implant"], ["force", "squeeze like a wedge into a tight space"]]}, {"answer": "wee", "hint": "synonyms for wee", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "weighted", "hint": "synonyms for weighted", "clues": [["weight", "weight down with a load"], ["burthen", "weight down with a load"], ["angle", "present with a bias"], ["slant", "present with a bias"], ["burden", "weight down with a load"], ["weight down", "weight down with a load"]]}, {"answer": "whacked", "hint": "synonyms for whacked", "clues": [["wallop", "hit hard"], ["wham", "hit hard"], ["whop", "hit hard"], ["whack", "hit hard"]]}, {"answer": "whacking", "hint": "synonyms for whacking", "clues": [["wallop", "hit hard"], ["wham", "hit hard"], ["whop", "hit hard"], ["whack", "hit hard"]]}, {"answer": "wheeled", "hint": "synonyms for wheeled", "clues": [["roll", "move along on or as if on wheels or a wheeled vehicle"], ["wheel around", "change directions as if revolving on a pivot"], ["wheel", "change directions as if revolving on a pivot"], ["cycle", "ride a bicycle"], ["pedal", "ride a bicycle"], ["bicycle", "ride a bicycle"], ["bike", "ride a bicycle"]]}, {"answer": "whipping", "hint": "synonyms for whipping", "clues": [["whip", "strike as if by whipping"], ["scald", "subject to harsh criticism"], ["lash", "strike as if by whipping"], ["mop up", "defeat thoroughly"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["rack up", "defeat thoroughly"], ["whisk", "whip with or as if with a wire whisk"], ["worst", "defeat thoroughly"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["pip", "defeat thoroughly"], ["blister", "subject to harsh criticism"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "whirring", "hint": "synonyms for whirring", "clues": [["whirr", "make a soft swishing sound"], ["purr", "make a soft swishing sound"], ["whizz", "make a soft swishing sound"], ["birr", "make a soft swishing sound"]]}, {"answer": "whitewashed", "hint": "synonyms for whitewashed", "clues": [["whitewash", "exonerate by means of a perfunctory investigation or through biased presentation of data"], ["hush up", "cover up a misdemeanor, fault, or error"], ["sleek over", "cover up a misdemeanor, fault, or error"], ["gloss over", "cover up a misdemeanor, fault, or error"]]}, {"answer": "whopping", "hint": "synonyms for whopping", "clues": [["bonk", "hit hard"], ["wallop", "hit hard"], ["whop", "hit hard"], ["sock", "hit hard"], ["whap", "hit hard"], ["bop", "hit hard"], ["bash", "hit hard"], ["wham", "hit hard"], ["whack", "hit hard"]]}, {"answer": "winded", "hint": "synonyms for winded", "clues": [["wind", "arrange or or coil around"], ["twist", "extend in curves and turns"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["roll", "arrange or or coil around"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wrap", "arrange or or coil around"], ["scent", "catch the scent of; get wind of"], ["wreathe", "form into a wreath"], ["nose", "catch the scent of; get wind of"], ["twine", "arrange or or coil around"], ["curve", "extend in curves and turns"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["lift", "raise or haul up with or as if with mechanical help"], ["wind up", "coil the spring of (some mechanical device) by turning a stem"], ["hoist", "raise or haul up with or as if with mechanical help"]]}, {"answer": "winding", "hint": "synonyms for winding", "clues": [["wind", "arrange or or coil around"], ["twist", "extend in curves and turns"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["roll", "arrange or or coil around"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wrap", "arrange or or coil around"], ["scent", "catch the scent of; get wind of"], ["wreathe", "form into a wreath"], ["nose", "catch the scent of; get wind of"], ["twine", "arrange or or coil around"], ["curve", "extend in curves and turns"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["lift", "raise or haul up with or as if with mechanical help"], ["wind up", "coil the spring of (some mechanical device) by turning a stem"], ["hoist", "raise or haul up with or as if with mechanical help"]]}, {"answer": "winking", "hint": "synonyms for winking", "clues": [["nictate", "briefly shut the eyes"], ["blink", "gleam or glow intermittently"], ["wink", "briefly shut the eyes"], ["blink away", "force to go away by blinking"], ["winkle", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"]]}, {"answer": "winning", "hint": "synonyms for winning", "clues": [["win", "win something through one's efforts"], ["gain ground", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["get ahead", "obtain advantages, such as points, etc."], ["gain", "win something through one's efforts"], ["deliver the goods", "attain success or reach a desired goal"], ["make headway", "obtain advantages, such as points, etc."], ["advance", "obtain advantages, such as points, etc."], ["bring home the bacon", "attain success or reach a desired goal"], ["come through", "attain success or reach a desired goal"], ["acquire", "win something through one's efforts"], ["succeed", "attain success or reach a desired goal"]]}, {"answer": "wired", "hint": "synonyms for wired", "clues": [["wire", "fasten with wire"], ["electrify", "equip for use with electricity"], ["telegraph", "send cables, wires, or telegrams"], ["cable", "send cables, wires, or telegrams"]]}, {"answer": "witching", "hint": "synonyms for witching", "clues": [["hex", "cast a spell over someone or something; put a hex on someone or something"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["enchant", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "withdrawn", "hint": "synonyms for withdrawn", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["retire", "break from a meeting or gathering"], ["back out", "make a retreat from an earlier commitment or activity"], ["withdraw", "make a retreat from an earlier commitment or activity"], ["call back", "cause to be returned"], ["disengage", "release from something that holds fast, connects, or entangles"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["recede", "pull back or move away or backward"], ["draw off", "remove (a commodity) from (a supply source)"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["retreat", "make a retreat from an earlier commitment or activity"], ["pull away", "pull back or move away or backward"], ["bow out", "retire gracefully"], ["move back", "pull back or move away or backward"], ["take out", "remove (a commodity) from (a supply source)"], ["seclude", "keep away from others"], ["pull back", "make a retreat from an earlier commitment or activity"], ["sequester", "keep away from others"], ["swallow", "take back what one has said"], ["draw back", "pull back or move away or backward"], ["call in", "cause to be returned"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"], ["sequestrate", "keep away from others"], ["unsay", "take back what one has said"], ["take back", "take back what one has said"], ["draw", "remove (a commodity) from (a supply source)"], ["adjourn", "break from a meeting or gathering"], ["recall", "cause to be returned"]]}, {"answer": "withered", "hint": "synonyms for withered", "clues": [["wither", "wither, as with a loss of moisture"], ["shrivel up", "wither, as with a loss of moisture"], ["shrivel", "wither, as with a loss of moisture"], ["shrink", "wither, as with a loss of moisture"], ["fade", "lose freshness, vigor, or vitality"]]}, {"answer": "withering", "hint": "synonyms for withering", "clues": [["wither", "wither, as with a loss of moisture"], ["shrivel up", "wither, as with a loss of moisture"], ["shrivel", "wither, as with a loss of moisture"], ["shrink", "wither, as with a loss of moisture"], ["fade", "lose freshness, vigor, or vitality"]]}, {"answer": "wobbling", "hint": "synonyms for wobbling", "clues": [["careen", "move sideways or in an unsteady way"], ["tilt", "move sideways or in an unsteady way"], ["shimmy", "tremble or shake"], ["wobble", "tremble or shake"], ["shift", "move sideways or in an unsteady way"], ["coggle", "move unsteadily"]]}, {"answer": "won", "hint": "synonyms for won", "clues": [["win", "win something through one's efforts"], ["gain ground", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["get ahead", "obtain advantages, such as points, etc."], ["gain", "win something through one's efforts"], ["deliver the goods", "attain success or reach a desired goal"], ["make headway", "obtain advantages, such as points, etc."], ["advance", "obtain advantages, such as points, etc."], ["bring home the bacon", "attain success or reach a desired goal"], ["come through", "attain success or reach a desired goal"], ["acquire", "win something through one's efforts"], ["succeed", "attain success or reach a desired goal"]]}, {"answer": "wondering", "hint": "synonyms for wondering", "clues": [["enquire", "have a wish or desire to know something"], ["wonder", "have a wish or desire to know something"], ["question", "place in doubt or express doubtful speculation"], ["marvel", "be amazed at"]]}, {"answer": "woolgathering", "hint": "synonyms for woolgathering", "clues": [["woolgather", "have a daydream; indulge in a fantasy"], ["dream", "have a daydream; indulge in a fantasy"], ["stargaze", "have a daydream; indulge in a fantasy"], ["daydream", "have a daydream; indulge in a fantasy"]]}, {"answer": "working", "hint": "synonyms for working", "clues": [["forge", "make something, usually for a specific function"], ["cultivate", "prepare for crops"], ["do work", "be employed"], ["work", "prepare for crops"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["bring", "cause to happen or to occur as a consequence"], ["influence", "have and exert influence or effect"], ["act upon", "have and exert influence or effect"], ["form", "make something, usually for a specific function"], ["make for", "cause to happen or to occur as a consequence"], ["exploit", "use or manipulate to one's advantage"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["turn", "go sour or spoil"], ["mold", "make something, usually for a specific function"], ["knead", "make uniform"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["function", "perform as expected when applied"], ["exercise", "give a workout to"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["ferment", "cause to undergo fermentation"], ["crop", "prepare for crops"], ["act", "have an effect or outcome; often the one desired or expected"], ["go", "perform as expected when applied"], ["process", "shape, form, or improve a material"], ["work on", "shape, form, or improve a material"], ["sour", "go sour or spoil"], ["make", "proceed along a path"], ["run", "perform as expected when applied"], ["wreak", "cause to happen or to occur as a consequence"], ["put to work", "cause to work"], ["operate", "perform as expected when applied"], ["play", "cause to happen or to occur as a consequence"], ["shape", "make something, usually for a specific function"]]}, {"answer": "worn", "hint": "synonyms for worn", "clues": [["wear", "go to pieces"], ["hold out", "last and be usable"], ["put on", "put clothing on one's body"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear thin", "deteriorate through use or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["have on", "be dressed in"], ["wear down", "deteriorate through use or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["fall apart", "go to pieces"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["bear", "have on one's person"], ["endure", "last and be usable"], ["bust", "go to pieces"], ["get into", "put clothing on one's body"], ["assume", "put clothing on one's body"], ["wear off", "deteriorate through use or stress"], ["break", "go to pieces"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["don", "put clothing on one's body"]]}, {"answer": "worried", "hint": "synonyms for worried", "clues": [["care", "be concerned with"], ["worry", "touch or rub constantly"], ["concern", "be on the mind of"], ["interest", "be on the mind of"], ["occupy", "be on the mind of"], ["vex", "disturb the peace of mind of; afflict with mental agitation or distress"]]}, {"answer": "worrying", "hint": "synonyms for worrying", "clues": [["care", "be concerned with"], ["worry", "touch or rub constantly"], ["concern", "be on the mind of"], ["interest", "be on the mind of"], ["occupy", "be on the mind of"], ["vex", "disturb the peace of mind of; afflict with mental agitation or distress"]]}, {"answer": "worsened", "hint": "synonyms for worsened", "clues": [["decline", "grow worse"], ["worsen", "make worse"], ["exacerbate", "make worse"], ["exasperate", "make worse"], ["aggravate", "make worse"]]}, {"answer": "worsening", "hint": "synonyms for worsening", "clues": [["decline", "grow worse"], ["worsen", "make worse"], ["exacerbate", "make worse"], ["exasperate", "make worse"], ["aggravate", "make worse"]]}, {"answer": "worshipped", "hint": "synonyms for worshipped", "clues": [["idolise", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol"]]}, {"answer": "worst", "hint": "synonyms for worst", "clues": [["whip", "defeat thoroughly"], ["pip", "defeat thoroughly"], ["rack up", "defeat thoroughly"], ["mop up", "defeat thoroughly"]]}, {"answer": "wound", "hint": "synonyms for wound", "clues": [["spite", "hurt the feelings of"], ["wind", "arrange or or coil around"], ["twist", "extend in curves and turns"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["roll", "arrange or or coil around"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wrap", "arrange or or coil around"], ["scent", "catch the scent of; get wind of"], ["wreathe", "form into a wreath"], ["nose", "catch the scent of; get wind of"], ["offend", "hurt the feelings of"], ["bruise", "hurt the feelings of"], ["hurt", "hurt the feelings of"], ["twine", "arrange or or coil around"], ["injure", "cause injuries or bodily harm to"], ["curve", "extend in curves and turns"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["lift", "raise or haul up with or as if with mechanical help"], ["wind up", "coil the spring of (some mechanical device) by turning a stem"], ["hoist", "raise or haul up with or as if with mechanical help"]]}, {"answer": "wounded", "hint": "synonyms for wounded", "clues": [["spite", "hurt the feelings of"], ["injure", "cause injuries or bodily harm to"], ["wound", "cause injuries or bodily harm to"], ["offend", "hurt the feelings of"], ["bruise", "hurt the feelings of"], ["hurt", "hurt the feelings of"]]}, {"answer": "wounding", "hint": "synonyms for wounding", "clues": [["spite", "hurt the feelings of"], ["injure", "cause injuries or bodily harm to"], ["wound", "cause injuries or bodily harm to"], ["offend", "hurt the feelings of"], ["bruise", "hurt the feelings of"], ["hurt", "hurt the feelings of"]]}, {"answer": "woven", "hint": "synonyms for woven", "clues": [["tissue", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["weave", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton"], ["waver", "sway to and fro"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"], ["interweave", "interlace by or as if by weaving"]]}, {"answer": "wrapped", "hint": "synonyms for wrapped", "clues": [["wind", "arrange or or coil around"], ["twine", "arrange or or coil around"], ["wrap", "arrange or fold as a cover or protection"], ["wrap up", "arrange or fold as a cover or protection"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["roll", "arrange or or coil around"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "wrenching", "hint": "synonyms for wrenching", "clues": [["wrench", "make a sudden twisting motion"], ["twist", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates"], ["wrick", "twist suddenly so as to sprain"], ["sprain", "twist suddenly so as to sprain"], ["turn", "twist suddenly so as to sprain"], ["wring", "twist and compress, as if in pain or anguish"]]}, {"answer": "wriggling", "hint": "synonyms for wriggling", "clues": [["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "wrinkled", "hint": "synonyms for wrinkled", "clues": [["wrinkle", "gather or contract into wrinkles or folds; pucker"], ["purse", "gather or contract into wrinkles or folds; pucker"], ["furrow", "make wrinkled or creased"], ["crease", "become wrinkled or crumpled or creased"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crumple", "become wrinkled or crumpled or creased"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"]]}, {"answer": "writhed", "hint": "synonyms for writhed", "clues": [["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "writhing", "hint": "synonyms for writhing", "clues": [["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "written", "hint": "synonyms for written", "clues": [["drop a line", "communicate (with) in writing"], ["compose", "write music"], ["write", "write music"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)"], ["indite", "produce a literary work"], ["pen", "produce a literary work"], ["publish", "have (one's written work) issued for publication"], ["save", "record data on a computer"]]}, {"answer": "wrought", "hint": "synonyms for wrought", "clues": [["forge", "make something, usually for a specific function"], ["cultivate", "prepare for crops"], ["do work", "be employed"], ["work", "prepare for crops"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["bring", "cause to happen or to occur as a consequence"], ["influence", "have and exert influence or effect"], ["act upon", "have and exert influence or effect"], ["form", "make something, usually for a specific function"], ["make for", "cause to happen or to occur as a consequence"], ["exploit", "use or manipulate to one's advantage"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["turn", "go sour or spoil"], ["mold", "make something, usually for a specific function"], ["knead", "make uniform"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["function", "perform as expected when applied"], ["exercise", "give a workout to"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["ferment", "cause to undergo fermentation"], ["crop", "prepare for crops"], ["act", "have an effect or outcome; often the one desired or expected"], ["go", "perform as expected when applied"], ["process", "shape, form, or improve a material"], ["work on", "shape, form, or improve a material"], ["sour", "go sour or spoil"], ["make", "proceed along a path"], ["run", "perform as expected when applied"], ["wreak", "cause to happen or to occur as a consequence"], ["put to work", "cause to work"], ["operate", "perform as expected when applied"], ["play", "cause to happen or to occur as a consequence"], ["shape", "make something, usually for a specific function"]]}, {"answer": "yelled", "hint": "synonyms for yelled", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"]]}, {"answer": "yielding", "hint": "synonyms for yielding", "clues": [["knuckle under", "consent reluctantly"], ["generate", "give or supply"], ["give way", "move in order to make room for someone for something"], ["give", "give or supply"], ["yield", "give over; surrender or relinquish to the physical control of another"], ["ease up", "move in order to make room for someone for something"], ["succumb", "consent reluctantly"], ["give in", "consent reluctantly"], ["soften", "give in, as to influence or pressure"], ["concede", "give over; surrender or relinquish to the physical control of another"], ["pay", "bring in"], ["cede", "give over; surrender or relinquish to the physical control of another"], ["grant", "give over; surrender or relinquish to the physical control of another"], ["bear", "bring in"], ["relent", "give in, as to influence or pressure"], ["move over", "move in order to make room for someone for something"], ["render", "give or supply"], ["afford", "be the cause or source of"], ["return", "give or supply"]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["slam", "close violently"], ["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["spang", "leap, jerk, bang"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "boiling", "hint": "synonyms for boiling", "clues": [["seethe", "be in an agitated emotional state"], ["boil", "be in an agitated emotional state"], ["roil", "be agitated"], ["churn", "be agitated"], ["moil", "be agitated"]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["make off", "run away; usually includes taking something or somebody along"], ["run out", "leave suddenly and as if in a hurry"], ["decamp", "run away; usually includes taking something or somebody along"], ["absquatulate", "run away; usually includes taking something or somebody along"], ["bolt out", "leave suddenly and as if in a hurry"], ["run off", "leave suddenly and as if in a hurry"], ["gobble", "eat hastily without proper chewing"], ["go off", "run away; usually includes taking something or somebody along"], ["beetle off", "leave suddenly and as if in a hurry"], ["abscond", "run away; usually includes taking something or somebody along"]]}, {"answer": "close_up", "hint": "synonyms for close up", "clues": [["shut up", "refuse to talk or stop talking; fall silent"], ["block", "block passage through"], ["jam", "block passage through"], ["close", "unite or bring into contact or bring together the edges of"], ["button up", "refuse to talk or stop talking; fall silent"], ["obstruct", "block passage through"], ["shut down", "cease to operate or cause to cease operating"], ["close down", "cease to operate or cause to cease operating"], ["fold", "cease to operate or cause to cease operating"], ["belt up", "refuse to talk or stop talking; fall silent"], ["be quiet", "refuse to talk or stop talking; fall silent"], ["keep mum", "refuse to talk or stop talking; fall silent"], ["clam up", "refuse to talk or stop talking; fall silent"], ["impede", "block passage through"], ["obturate", "block passage through"], ["occlude", "block passage through"], ["dummy up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "con", "hint": "synonyms for con", "clues": [["bunco", "deprive of by deceit"], ["learn", "commit to memory; learn by heart"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["memorize", "commit to memory; learn by heart"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "disregarding", "hint": "synonyms for disregarding", "clues": [["ignore", "bar from attention or consideration"], ["brush aside", "bar from attention or consideration"], ["cut", "refuse to acknowledge"], ["snub", "refuse to acknowledge"], ["disregard", "bar from attention or consideration"], ["neglect", "give little or no attention to"], ["brush off", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"]]}, {"answer": "hotfoot", "hint": "synonyms for hotfoot", "clues": [["step on it", "move fast"], ["cannonball along", "move fast"], ["race", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "multiply", "hint": "synonyms for multiply", "clues": [["breed", "have young (animals) or reproduce (organisms)"], ["procreate", "have offspring or produce more individuals of a given animal or plant"], ["reproduce", "have offspring or produce more individuals of a given animal or plant"], ["manifold", "combine or increase by multiplication"]]}, {"answer": "needs", "hint": "synonyms for needs", "clues": [["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["ask", "require as useful, just, or proper"], ["want", "have need of"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "part", "hint": "synonyms for part", "clues": [["split up", "discontinue an association or relation; go different ways"], ["break up", "discontinue an association or relation; go different ways"], ["take off", "leave"], ["split", "go one's own way; move apart"], ["separate", "go one's own way; move apart"], ["depart", "leave"], ["set forth", "leave"], ["start", "leave"], ["divide", "force, take, or pull apart"], ["set out", "leave"], ["set off", "leave"], ["disunite", "force, take, or pull apart"], ["break", "discontinue an association or relation; go different ways"], ["start out", "leave"]]}, {"answer": "piping", "hint": "synonyms for piping", "clues": [["pipe", "utter a shrill cry"], ["hit", "hit with a missile from a weapon"], ["worst", "defeat thoroughly"], ["shriek", "utter a shrill cry"], ["shoot", "kill by firing a missile"], ["whip", "defeat thoroughly"], ["pipe up", "utter a shrill cry"], ["shrill", "utter a shrill cry"], ["mop up", "defeat thoroughly"], ["rack up", "defeat thoroughly"]]}, {"answer": "plop", "hint": "synonyms for plop", "clues": [["plunk down", "set (something or oneself) down with or as if with a noise"], ["plunk", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["plump", "set (something or oneself) down with or as if with a noise"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plank", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "plunk", "hint": "synonyms for plunk", "clues": [["pluck", "pull lightly but sharply with a plucking motion"], ["clump", "make or move along with a sound as of a horse's hooves striking the ground"], ["plump", "set (something or oneself) down with or as if with a noise"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plank", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["pick", "pull lightly but sharply with a plucking motion"], ["plunk down", "set (something or oneself) down with or as if with a noise"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["dive", "drop steeply"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plunge", "drop steeply"], ["clop", "make or move along with a sound as of a horse's hooves striking the ground"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "raving", "hint": "synonyms for raving", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["gush", "praise enthusiastically"], ["rave", "participate in an all-night techno dance party"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["taste", "have a distinctive or characteristic taste"], ["reek", "have an element suggestive (of something)"], ["smell", "have an element suggestive (of something)"], ["peck", "kiss lightly"], ["thwack", "deliver a hard blow to"]]}, {"answer": "smash", "hint": "synonyms for smash", "clues": [["bang up", "damage or destroy as if by violence"], ["nail", "hit hard"], ["bankrupt", "reduce to bankruptcy"], ["boom", "hit hard"], ["demolish", "humiliate or depress completely"], ["smash up", "damage or destroy as if by violence"], ["blast", "hit hard"], ["dash", "break into pieces, as by striking or knocking over"], ["ruin", "reduce to bankruptcy"], ["crush", "humiliate or depress completely"], ["break", "reduce to bankruptcy"]]}, {"answer": "soaking", "hint": "synonyms for soaking", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["hook", "rip off; ask an unreasonable price"], ["soak", "leave as a guarantee in return for money"], ["douse", "cover with liquid; pour liquid onto"], ["rob", "rip off; ask an unreasonable price"], ["inebriate", "become drunk or drink excessively"], ["intoxicate", "make drunk (with alcoholic drinks)"], ["drench", "cover with liquid; pour liquid onto"], ["gazump", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["hock", "leave as a guarantee in return for money"], ["fleece", "rip off; ask an unreasonable price"], ["sop", "cover with liquid; pour liquid onto"], ["hit it up", "become drunk or drink excessively"], ["souse", "cover with liquid; pour liquid onto"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["imbue", "fill, soak, or imbue totally"], ["pawn", "leave as a guarantee in return for money"]]}, {"answer": "sopping", "hint": "synonyms for sopping", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["douse", "cover with liquid; pour liquid onto"], ["souse", "cover with liquid; pour liquid onto"], ["soak through", "be or become thoroughly soaked or saturated with a liquid"], ["drench", "cover with liquid; pour liquid onto"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "abandon", "hint": "synonyms for abandon", "clues": [["desolate", "leave someone who needs or counts on you; leave in the lurch"], ["give up", "stop maintaining or insisting on; of ideas or claims"], ["vacate", "leave behind empty; move out of"], ["empty", "leave behind empty; move out of"], ["desert", "leave someone who needs or counts on you; leave in the lurch"], ["forsake", "leave someone who needs or counts on you; leave in the lurch"]]}, {"answer": "abode", "hint": "synonyms for abode", "clues": [["stand", "put up with something or somebody unpleasant"], ["abide", "dwell"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"], ["stay", "dwell"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"]]}, {"answer": "abuse", "hint": "synonyms for abuse", "clues": [["clapperclaw", "use foul or abusive language towards"], ["step", "treat badly"], ["shout", "use foul or abusive language towards"], ["misuse", "change the inherent purpose or function of something"], ["maltreat", "treat badly"], ["ill-use", "treat badly"], ["mistreat", "treat badly"], ["blackguard", "use foul or abusive language towards"], ["ill-treat", "treat badly"], ["pervert", "change the inherent purpose or function of something"]]}, {"answer": "accent", "hint": "synonyms for accent", "clues": [["emphasise", "to stress, single out as important"], ["accentuate", "to stress, single out as important"], ["punctuate", "to stress, single out as important"], ["stress", "put stress on; utter with an accent"]]}, {"answer": "accenting", "hint": "synonyms for accenting", "clues": [["emphasize", "to stress, single out as important"], ["accent", "put stress on; utter with an accent"], ["punctuate", "to stress, single out as important"], ["stress", "put stress on; utter with an accent"], ["accentuate", "to stress, single out as important"]]}, {"answer": "acclaim", "hint": "synonyms for acclaim", "clues": [["hail", "praise vociferously"], ["applaud", "clap one's hands or shout after performances to indicate approval"], ["herald", "praise vociferously"], ["clap", "clap one's hands or shout after performances to indicate approval"], ["spat", "clap one's hands or shout after performances to indicate approval"]]}, {"answer": "accord", "hint": "synonyms for accord", "clues": [["agree", "go together"], ["consort", "go together"], ["fit in", "go together"], ["grant", "allow to have"], ["harmonise", "go together"], ["allot", "allow to have"], ["concord", "go together"]]}, {"answer": "account", "hint": "synonyms for account", "clues": [["answer for", "furnish a justifying analysis or explanation"], ["report", "to give an account or representation of in words"], ["describe", "to give an account or representation of in words"], ["calculate", "keep an account of"]]}, {"answer": "accounting", "hint": "synonyms for accounting", "clues": [["answer for", "furnish a justifying analysis or explanation"], ["report", "to give an account or representation of in words"], ["describe", "to give an account or representation of in words"], ["account", "to give an account or representation of in words"], ["calculate", "keep an account of"]]}, {"answer": "accused", "hint": "synonyms for accused", "clues": [["incriminate", "bring an accusation against; level a charge against"], ["accuse", "bring an accusation against; level a charge against"], ["impeach", "bring an accusation against; level a charge against"], ["charge", "blame for, make a claim of wrongdoing or misbehavior against"]]}, {"answer": "ache", "hint": "synonyms for ache", "clues": [["suffer", "feel physical pain"], ["smart", "be the source of pain"], ["hurt", "feel physical pain"], ["pine", "have a desire for something or someone who is not present"], ["yearn", "have a desire for something or someone who is not present"], ["yen", "have a desire for something or someone who is not present"], ["languish", "have a desire for something or someone who is not present"]]}, {"answer": "acquiring", "hint": "synonyms for acquiring", "clues": [["assume", "take on a certain form, attribute, or aspect"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["evolve", "gain through experience"], ["larn", "gain knowledge or skills"], ["acquire", "locate (a moving entity) by means of a tracking system such as radar"], ["win", "win something through one's efforts"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["take", "take on a certain form, attribute, or aspect"], ["develop", "gain through experience"], ["gain", "win something through one's efforts"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["adopt", "take on a certain form, attribute, or aspect"], ["take on", "take on a certain form, attribute, or aspect"]]}, {"answer": "act", "hint": "synonyms for act", "clues": [["represent", "play a role or part"], ["move", "perform an action, or work out or perform (an action)"], ["play", "play a role or part"], ["roleplay", "perform on a stage or theater"], ["pretend", "behave unnaturally or affectedly"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["work", "have an effect or outcome; often the one desired or expected"], ["dissemble", "behave unnaturally or affectedly"], ["playact", "perform on a stage or theater"], ["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["act as", "pretend to have certain qualities or state of mind"]]}, {"answer": "action", "hint": "synonyms for action", "clues": [["fulfill", "put in effect"], ["process", "institute legal proceedings against; file a suit against"], ["carry through", "put in effect"], ["execute", "put in effect"], ["accomplish", "put in effect"], ["litigate", "institute legal proceedings against; file a suit against"], ["sue", "institute legal proceedings against; file a suit against"], ["carry out", "put in effect"]]}, {"answer": "acts", "hint": "synonyms for acts", "clues": [["represent", "play a role or part"], ["act", "have an effect or outcome; often the one desired or expected"], ["play", "play a role or part"], ["pretend", "behave unnaturally or affectedly"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["work", "have an effect or outcome; often the one desired or expected"], ["playact", "perform on a stage or theater"], ["move", "perform an action, or work out or perform (an action)"], ["roleplay", "perform on a stage or theater"], ["dissemble", "behave unnaturally or affectedly"], ["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["act as", "pretend to have certain qualities or state of mind"]]}, {"answer": "add", "hint": "synonyms for add", "clues": [["add up", "determine the sum of"], ["tally", "determine the sum of"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["append", "state or say further"], ["tote up", "determine the sum of"], ["bring", "bestow a quality on"], ["impart", "bestow a quality on"], ["total", "determine the sum of"], ["supply", "state or say further"], ["add together", "determine the sum of"], ["bestow", "bestow a quality on"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["lend", "bestow a quality on"], ["contribute", "bestow a quality on"]]}, {"answer": "address", "hint": "synonyms for address", "clues": [["accost", "speak to someone"], ["come up to", "speak to someone"], ["plow", "act on verbally or in some form of artistic expression"], ["direct", "put an address on (an envelope)"], ["cover", "act on verbally or in some form of artistic expression"], ["deal", "act on verbally or in some form of artistic expression"], ["speak", "give a speech to"], ["handle", "act on verbally or in some form of artistic expression"], ["call", "greet, as with a prescribed form, title, or name"], ["treat", "act on verbally or in some form of artistic expression"], ["turn to", "speak to"]]}, {"answer": "adventure", "hint": "synonyms for adventure", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["venture", "put at risk"], ["stake", "put at risk"], ["chance", "take a risk in the hope of a favorable outcome"], ["hazard", "put at risk"], ["take a chance", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["jeopardize", "put at risk"]]}, {"answer": "adventuress", "hint": "synonyms for adventuress", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["venture", "put at risk"], ["stake", "put at risk"], ["chance", "take a risk in the hope of a favorable outcome"], ["hazard", "put at risk"], ["take a chance", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["jeopardize", "put at risk"]]}, {"answer": "advert", "hint": "synonyms for advert", "clues": [["name", "make reference to"], ["allude", "make a more or less disguised reference to"], ["mention", "make reference to"], ["touch", "make a more or less disguised reference to"], ["hang", "give heed (to)"], ["give ear", "give heed (to)"], ["refer", "make reference to"], ["cite", "make reference to"], ["bring up", "make reference to"], ["pay heed", "give heed (to)"], ["attend", "give heed (to)"]]}, {"answer": "advertising", "hint": "synonyms for advertising", "clues": [["advertize", "call attention to"], ["publicize", "call attention to"], ["promote", "make publicity for; try to sell (a product)"], ["push", "make publicity for; try to sell (a product)"]]}, {"answer": "advertizing", "hint": "synonyms for advertizing", "clues": [["advertize", "call attention to"], ["publicize", "call attention to"], ["promote", "make publicity for; try to sell (a product)"], ["push", "make publicity for; try to sell (a product)"]]}, {"answer": "affect", "hint": "synonyms for affect", "clues": [["involve", "connect closely and often incriminatingly"], ["regard", "connect closely and often incriminatingly"], ["pretend", "make believe with the intent to deceive"], ["impact", "have an effect upon"], ["touch", "have an effect upon"], ["bear on", "have an effect upon"], ["impress", "have an emotional or cognitive impact upon"], ["sham", "make believe with the intent to deceive"], ["strike", "have an emotional or cognitive impact upon"], ["touch on", "have an effect upon"], ["dissemble", "make believe with the intent to deceive"], ["move", "have an emotional or cognitive impact upon"], ["feign", "make believe with the intent to deceive"]]}, {"answer": "affirmed", "hint": "synonyms for affirmed", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["confirm", "establish or strengthen as with new evidence or facts"], ["affirm", "establish or strengthen as with new evidence or facts"], ["swear", "to declare or affirm solemnly and formally as true"], ["support", "establish or strengthen as with new evidence or facts"], ["swan", "to declare or affirm solemnly and formally as true"], ["sustain", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["corroborate", "establish or strengthen as with new evidence or facts"], ["avow", "to declare or affirm solemnly and formally as true"]]}, {"answer": "affix", "hint": "synonyms for affix", "clues": [["stick on", "attach to"], ["add on", "add to the very end"], ["append", "add to the very end"], ["supplement", "add to the very end"]]}, {"answer": "aim", "hint": "synonyms for aim", "clues": [["direct", "specifically design a product, event, or activity for a certain public"], ["calculate", "specifically design a product, event, or activity for a certain public"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["drive", "move into a desired direction of discourse"], ["draw a bead on", "have an ambitious plan or a lofty goal"], ["propose", "propose or intend"], ["purport", "propose or intend"], ["get", "move into a desired direction of discourse"], ["place", "intend (something) to move towards a certain goal"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["point", "intend (something) to move towards a certain goal"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["shoot for", "have an ambitious plan or a lofty goal"], ["target", "intend (something) to move towards a certain goal"], ["aspire", "have an ambitious plan or a lofty goal"]]}, {"answer": "air", "hint": "synonyms for air", "clues": [["bare", "make public"], ["send", "broadcast over the airwaves, as in radio or television"], ["beam", "broadcast over the airwaves, as in radio or television"], ["publicize", "make public"], ["air out", "expose to fresh air"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["ventilate", "expose to cool or cold air so as to cool or freshen"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["aerate", "expose to fresh air"]]}, {"answer": "airing", "hint": "synonyms for airing", "clues": [["bare", "make public"], ["air", "expose to fresh air"], ["send", "broadcast over the airwaves, as in radio or television"], ["beam", "broadcast over the airwaves, as in radio or television"], ["publicize", "make public"], ["air out", "expose to fresh air"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["ventilate", "expose to cool or cold air so as to cool or freshen"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["aerate", "expose to fresh air"]]}, {"answer": "airs", "hint": "synonyms for airs", "clues": [["bare", "make public"], ["air", "expose to fresh air"], ["send", "broadcast over the airwaves, as in radio or television"], ["beam", "broadcast over the airwaves, as in radio or television"], ["publicize", "make public"], ["air out", "expose to fresh air"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["ventilate", "expose to cool or cold air so as to cool or freshen"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["aerate", "expose to fresh air"]]}, {"answer": "alarm", "hint": "synonyms for alarm", "clues": [["alert", "warn or arouse to a sense of danger or call to a state of preparedness"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "altering", "hint": "synonyms for altering", "clues": [["change", "cause to change; make different; cause a transformation"], ["falsify", "insert words into texts, often falsifying it thereby"], ["interpolate", "insert words into texts, often falsifying it thereby"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["spay", "remove the ovaries of"], ["alter", "cause to change; make different; cause a transformation"], ["modify", "cause to change; make different; cause a transformation"], ["castrate", "remove the ovaries of"], ["neuter", "remove the ovaries of"]]}, {"answer": "am", "hint": "synonyms for am", "clues": [["be", "work in a specific place, with a specific subject, or in a specific function"], ["personify", "represent, as of a character on stage"], ["exist", "have an existence, be extant"], ["equal", "be identical or equivalent to"], ["embody", "represent, as of a character on stage"], ["comprise", "form or compose"], ["make up", "form or compose"], ["represent", "form or compose"], ["follow", "work in a specific place, with a specific subject, or in a specific function"], ["cost", "be priced at"], ["constitute", "form or compose"], ["live", "have life, be alive"]]}, {"answer": "ambuscade", "hint": "synonyms for ambuscade", "clues": [["lurk", "wait in hiding to attack"], ["lie in wait", "wait in hiding to attack"], ["scupper", "wait in hiding to attack"], ["ambush", "wait in hiding to attack"], ["waylay", "wait in hiding to attack"], ["bushwhack", "wait in hiding to attack"]]}, {"answer": "ambush", "hint": "synonyms for ambush", "clues": [["lurk", "wait in hiding to attack"], ["lie in wait", "wait in hiding to attack"], ["scupper", "wait in hiding to attack"], ["still-hunt", "hunt (quarry) by stalking and ambushing"], ["waylay", "wait in hiding to attack"], ["bushwhack", "wait in hiding to attack"], ["ambuscade", "wait in hiding to attack"]]}, {"answer": "amends", "hint": "synonyms for amends", "clues": [["repair", "set straight or right"], ["ameliorate", "to make better"], ["better", "to make better"], ["amend", "set straight or right"], ["remediate", "set straight or right"], ["remedy", "set straight or right"], ["rectify", "set straight or right"], ["improve", "to make better"]]}, {"answer": "amount", "hint": "synonyms for amount", "clues": [["add up", "develop into"], ["come", "develop into"], ["total", "add up in number or quantity"], ["number", "add up in number or quantity"]]}, {"answer": "angle", "hint": "synonyms for angle", "clues": [["slant", "present with a bias"], ["lean", "to incline or bend from a vertical position"], ["tilt", "to incline or bend from a vertical position"], ["tip", "to incline or bend from a vertical position"], ["weight", "present with a bias"], ["fish", "seek indirectly"]]}, {"answer": "angling", "hint": "synonyms for angling", "clues": [["lean", "to incline or bend from a vertical position"], ["slant", "present with a bias"], ["angle", "fish with a hook"], ["tilt", "to incline or bend from a vertical position"], ["tip", "to incline or bend from a vertical position"], ["weight", "present with a bias"], ["fish", "seek indirectly"]]}, {"answer": "annotating", "hint": "synonyms for annotating", "clues": [["annotate", "add explanatory notes to or supply with critical comments"], ["footnote", "add explanatory notes to or supply with critical comments"], ["comment", "provide interlinear explanations for words or phrases"], ["gloss", "provide interlinear explanations for words or phrases"]]}, {"answer": "anointing", "hint": "synonyms for anointing", "clues": [["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anoint", "choose by or as if by divine intervention"]]}, {"answer": "answer", "hint": "synonyms for answer", "clues": [["suffice", "be sufficient; be adequate, either in quality or quantity"], ["reply", "react verbally"], ["respond", "react verbally"], ["serve", "be sufficient; be adequate, either in quality or quantity"], ["resolve", "understand the meaning of"], ["do", "be sufficient; be adequate, either in quality or quantity"]]}, {"answer": "apparel", "hint": "synonyms for apparel", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"]]}, {"answer": "appearing", "hint": "synonyms for appearing", "clues": [["appear", "come into sight or view"], ["look", "give a certain impression or have a certain outward aspect"], ["come along", "come into being or existence, or appear on the scene"], ["come out", "be issued or published"], ["seem", "seem to be true, probable, or apparent"]]}, {"answer": "apportioning", "hint": "synonyms for apportioning", "clues": [["portion out", "give out as one's portion or share"], ["divvy up", "give out as one's portion or share"], ["deal", "give out as one's portion or share"], ["apportion", "distribute according to a plan or set apart for a special purpose"], ["share", "give out as one's portion or share"], ["allocate", "distribute according to a plan or set apart for a special purpose"]]}, {"answer": "approach", "hint": "synonyms for approach", "clues": [["come near", "come near in time"], ["go up", "move towards"], ["near", "move towards"], ["go about", "begin to deal with"], ["come on", "move towards"], ["draw close", "move towards"], ["draw near", "move towards"], ["border on", "come near or verge on, resemble, come nearer in quality, or character"], ["set about", "begin to deal with"]]}, {"answer": "are", "hint": "synonyms for are", "clues": [["be", "work in a specific place, with a specific subject, or in a specific function"], ["personify", "represent, as of a character on stage"], ["exist", "have an existence, be extant"], ["equal", "be identical or equivalent to"], ["embody", "represent, as of a character on stage"], ["comprise", "form or compose"], ["make up", "form or compose"], ["represent", "form or compose"], ["follow", "work in a specific place, with a specific subject, or in a specific function"], ["cost", "be priced at"], ["constitute", "form or compose"], ["live", "have life, be alive"]]}, {"answer": "arguing", "hint": "synonyms for arguing", "clues": [["indicate", "give evidence of"], ["argue", "present reasons and arguments"], ["fence", "have an argument about something"], ["reason", "present reasons and arguments"], ["debate", "have an argument about something"], ["contend", "have an argument about something"]]}, {"answer": "arming", "hint": "synonyms for arming", "clues": [["arm", "supply with arms"], ["gird", "prepare oneself for a military confrontation"], ["build up", "prepare oneself for a military confrontation"], ["fortify", "prepare oneself for a military confrontation"]]}, {"answer": "arms", "hint": "synonyms for arms", "clues": [["arm", "supply with arms"], ["gird", "prepare oneself for a military confrontation"], ["build up", "prepare oneself for a military confrontation"], ["fortify", "prepare oneself for a military confrontation"]]}, {"answer": "arranging", "hint": "synonyms for arranging", "clues": [["coiffe", "arrange attractively"], ["do", "arrange attractively"], ["set up", "put into a proper or systematic order"], ["put", "arrange thoughts, ideas, temporal events"], ["set", "adapt for performance in a different way"], ["arrange", "make arrangements for"], ["dress", "arrange attractively"], ["order", "arrange thoughts, ideas, temporal events"], ["fix up", "make arrangements for"], ["format", "set (printed matter) into a specific format"], ["stage", "plan, organize, and carry out (an event)"], ["coif", "arrange attractively"]]}, {"answer": "array", "hint": "synonyms for array", "clues": [["set out", "lay out orderly or logically in a line or as if in a line"], ["range", "lay out orderly or logically in a line or as if in a line"], ["lay out", "lay out orderly or logically in a line or as if in a line"], ["align", "align oneself with a group or a way of thinking"]]}, {"answer": "arrest", "hint": "synonyms for arrest", "clues": [["pick up", "take into custody"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["apprehend", "take into custody"], ["catch", "attract and fix"], ["halt", "cause to stop"], ["hold", "cause to stop"], ["collar", "take into custody"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["nail", "take into custody"], ["nab", "take into custody"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["cop", "take into custody"], ["get", "attract and fix"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"]]}, {"answer": "asking", "hint": "synonyms for asking", "clues": [["expect", "consider obligatory; request and expect"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["ask", "make a request or demand for something to somebody"], ["postulate", "require as useful, just, or proper"], ["inquire", "inquire about"], ["need", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"]]}, {"answer": "assault", "hint": "synonyms for assault", "clues": [["lash out", "attack in speech or writing"], ["assail", "attack someone physically or emotionally"], ["rape", "force (someone) to have sex against their will"], ["dishonor", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["attack", "attack in speech or writing"], ["round", "attack in speech or writing"], ["outrage", "force (someone) to have sex against their will"], ["snipe", "attack in speech or writing"], ["set on", "attack someone physically or emotionally"], ["ravish", "force (someone) to have sex against their will"]]}, {"answer": "assay", "hint": "synonyms for assay", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["try", "make an effort or attempt"], ["attempt", "make an effort or attempt"]]}, {"answer": "assembling", "hint": "synonyms for assembling", "clues": [["get together", "get people together"], ["piece", "create by putting components or members together"], ["meet", "collect in one place"], ["assemble", "create by putting components or members together"], ["gather", "collect in one place"], ["foregather", "collect in one place"], ["set up", "create by putting components or members together"], ["tack", "create by putting components or members together"], ["tack together", "create by putting components or members together"], ["put together", "create by putting components or members together"]]}, {"answer": "assigning", "hint": "synonyms for assigning", "clues": [["portion", "give out"], ["attribute", "decide as to where something belongs in a scheme"], ["ascribe", "attribute or credit to"], ["assign", "select something or someone for a specific purpose"], ["arrogate", "make undue claims to having"], ["allot", "give out"], ["specify", "select something or someone for a specific purpose"], ["depute", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["set apart", "select something or someone for a specific purpose"], ["impute", "attribute or credit to"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["put", "attribute or give"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)"]]}, {"answer": "assist", "hint": "synonyms for assist", "clues": [["aid", "give help or assistance; be of service"], ["help", "give help or assistance; be of service"], ["attend to", "work for or be a servant to"], ["wait on", "work for or be a servant to"], ["attend", "work for or be a servant to"], ["serve", "work for or be a servant to"]]}, {"answer": "ate", "hint": "synonyms for ate", "clues": [["corrode", "cause to deteriorate due to the action of water, air, or an acid"], ["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["eat", "take in food; used of animals only"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["rust", "cause to deteriorate due to the action of water, air, or an acid"], ["eat on", "worry or cause anxiety in a persistent way"], ["use up", "use up (resources or materials)"], ["feed", "take in food; used of animals only"]]}, {"answer": "attack", "hint": "synonyms for attack", "clues": [["aggress", "take the initiative and go on the offensive"], ["assail", "launch an attack or assault on; begin hostilities or start warfare with"], ["lash out", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["round", "attack in speech or writing"], ["snipe", "attack in speech or writing"], ["set on", "attack someone physically or emotionally"]]}, {"answer": "attempt", "hint": "synonyms for attempt", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["undertake", "enter upon an activity or enterprise"], ["assay", "make an effort or attempt"], ["set about", "enter upon an activity or enterprise"], ["try", "make an effort or attempt"]]}, {"answer": "attending", "hint": "synonyms for attending", "clues": [["pay heed", "give heed (to)"], ["advert", "give heed (to)"], ["attend to", "work for or be a servant to"], ["attend", "take charge of or deal with"], ["assist", "work for or be a servant to"], ["hang", "give heed (to)"], ["go to", "be present at (meetings, church services, university), etc."], ["look", "take charge of or deal with"], ["serve", "work for or be a servant to"], ["give ear", "give heed (to)"], ["wait on", "work for or be a servant to"], ["take care", "take charge of or deal with"], ["see", "take charge of or deal with"]]}, {"answer": "attire", "hint": "synonyms for attire", "clues": [["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "augur", "hint": "synonyms for augur", "clues": [["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["foreshadow", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["omen", "indicate by signs"]]}, {"answer": "averting", "hint": "synonyms for averting", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["turn away", "turn away or aside"], ["head off", "prevent the occurrence of; prevent from happening"], ["avert", "turn away or aside"], ["forfend", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "awakening", "hint": "synonyms for awakening", "clues": [["arouse", "stop sleeping"], ["wake", "cause to become awake or conscious"], ["wake up", "cause to become awake or conscious"], ["awaken", "cause to become awake or conscious"], ["come alive", "stop sleeping"]]}, {"answer": "babble", "hint": "synonyms for babble", "clues": [["smatter", "to talk foolishly"], ["burble", "flow in an irregular current with a bubbling noise"], ["blither", "to talk foolishly"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["blab", "divulge confidential information or secrets"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble out", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["spill the beans", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"], ["talk", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"]]}, {"answer": "babbling", "hint": "synonyms for babbling", "clues": [["smatter", "to talk foolishly"], ["burble", "flow in an irregular current with a bubbling noise"], ["blether", "to talk foolishly"], ["blab", "divulge confidential information or secrets"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble out", "divulge confidential information or secrets"], ["babble", "flow in an irregular current with a bubbling noise"], ["spill the beans", "divulge confidential information or secrets"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "baby", "hint": "synonyms for baby", "clues": [["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "backing", "hint": "synonyms for backing", "clues": [["second", "give support or one's approval to"], ["punt", "place a bet on"], ["plunk for", "be behind; approve of"], ["gage", "place a bet on"], ["endorse", "be behind; approve of"], ["back", "be behind; approve of"], ["plump for", "be behind; approve of"], ["support", "be behind; approve of"], ["bet on", "place a bet on"], ["stake", "place a bet on"], ["game", "place a bet on"], ["back up", "establish as valid or genuine"]]}, {"answer": "bade", "hint": "synonyms for bade", "clues": [["tender", "propose a payment"], ["bid", "make a serious effort to attain something"], ["beseech", "ask for or request earnestly"], ["invite", "ask someone in a friendly way to do something"], ["call", "make a demand, as for a card or a suit or a show of hands"], ["wish", "invoke upon"], ["entreat", "ask for or request earnestly"], ["adjure", "ask for or request earnestly"], ["conjure", "ask for or request earnestly"], ["press", "ask for or request earnestly"], ["offer", "propose a payment"]]}, {"answer": "badger", "hint": "synonyms for badger", "clues": [["pester", "annoy persistently"], ["beleaguer", "annoy persistently"], ["tease", "annoy persistently"], ["bug", "annoy persistently"]]}, {"answer": "badgering", "hint": "synonyms for badgering", "clues": [["pester", "annoy persistently"], ["beleaguer", "annoy persistently"], ["bug", "annoy persistently"], ["badger", "persuade through constant efforts"], ["tease", "annoy persistently"]]}, {"answer": "baffle", "hint": "synonyms for baffle", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["regulate", "check the emission of (sound)"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["gravel", "be a mystery or bewildering to"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "bait", "hint": "synonyms for bait", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "baiting", "hint": "synonyms for baiting", "clues": [["bait", "attack with dogs or set dogs upon"], ["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "balancing", "hint": "synonyms for balancing", "clues": [["balance", "bring into balance or equilibrium"], ["equilibrize", "bring into balance or equilibrium"], ["equilibrate", "bring into balance or equilibrium"], ["poise", "hold or carry in equilibrium"]]}, {"answer": "ban", "hint": "synonyms for ban", "clues": [["censor", "forbid the public distribution of ( a movie or a newspaper)"], ["blackball", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["shun", "expel from a community or group"], ["banish", "expel from a community or group"], ["cast out", "expel from a community or group"]]}, {"answer": "bank", "hint": "synonyms for bank", "clues": [["rely", "have confidence or faith in"], ["deposit", "put into a bank account"], ["swear", "have confidence or faith in"], ["trust", "have confidence or faith in"]]}, {"answer": "banking", "hint": "synonyms for banking", "clues": [["bank", "do business with a bank or keep an account at a bank"], ["deposit", "put into a bank account"], ["trust", "have confidence or faith in"], ["rely", "have confidence or faith in"], ["swear", "have confidence or faith in"]]}, {"answer": "banks", "hint": "synonyms for banks", "clues": [["bank", "do business with a bank or keep an account at a bank"], ["deposit", "put into a bank account"], ["trust", "have confidence or faith in"], ["rely", "have confidence or faith in"], ["swear", "have confidence or faith in"]]}, {"answer": "banning", "hint": "synonyms for banning", "clues": [["censor", "forbid the public distribution of ( a movie or a newspaper)"], ["blackball", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["ban", "expel from a community or group"], ["shun", "expel from a community or group"], ["banish", "expel from a community or group"], ["cast out", "expel from a community or group"]]}, {"answer": "banter", "hint": "synonyms for banter", "clues": [["josh", "be silly or tease one another"], ["kid", "be silly or tease one another"], ["chaff", "be silly or tease one another"], ["jolly", "be silly or tease one another"]]}, {"answer": "bar", "hint": "synonyms for bar", "clues": [["block", "render unsuitable for passage"], ["block up", "render unsuitable for passage"], ["blockade", "render unsuitable for passage"], ["relegate", "expel, as if by official decree"], ["banish", "expel, as if by official decree"], ["exclude", "prevent from entering; keep out"], ["stop", "render unsuitable for passage"], ["debar", "prevent from entering; keep out"], ["barricade", "render unsuitable for passage"], ["block off", "render unsuitable for passage"]]}, {"answer": "barf", "hint": "synonyms for barf", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "baring", "hint": "synonyms for baring", "clues": [["block", "render unsuitable for passage"], ["bar", "secure with, or as if with, bars"], ["publicize", "make public"], ["denudate", "lay bare"], ["strip", "lay bare"], ["block up", "render unsuitable for passage"], ["air", "make public"], ["exclude", "prevent from entering; keep out"], ["stop", "render unsuitable for passage"], ["debar", "prevent from entering; keep out"], ["blockade", "render unsuitable for passage"], ["relegate", "expel, as if by official decree"], ["banish", "expel, as if by official decree"], ["barricade", "render unsuitable for passage"], ["block off", "render unsuitable for passage"]]}, {"answer": "barrack", "hint": "synonyms for barrack", "clues": [["gibe", "laugh at with contempt and derision"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["jeer", "laugh at with contempt and derision"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["flout", "laugh at with contempt and derision"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["urge", "spur on or encourage especially by cheers and shouts"], ["scoff", "laugh at with contempt and derision"], ["root on", "spur on or encourage especially by cheers and shouts"]]}, {"answer": "barracking", "hint": "synonyms for barracking", "clues": [["gibe", "laugh at with contempt and derision"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["jeer", "laugh at with contempt and derision"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["flout", "laugh at with contempt and derision"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["urge", "spur on or encourage especially by cheers and shouts"], ["scoff", "laugh at with contempt and derision"], ["root on", "spur on or encourage especially by cheers and shouts"]]}, {"answer": "barricade", "hint": "synonyms for barricade", "clues": [["barricado", "block off with barricades"], ["block", "render unsuitable for passage"], ["block off", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["stop", "render unsuitable for passage"], ["block up", "render unsuitable for passage"], ["blockade", "render unsuitable for passage"]]}, {"answer": "barring", "hint": "synonyms for barring", "clues": [["block", "render unsuitable for passage"], ["bar", "secure with, or as if with, bars"], ["block up", "render unsuitable for passage"], ["blockade", "render unsuitable for passage"], ["relegate", "expel, as if by official decree"], ["banish", "expel, as if by official decree"], ["exclude", "prevent from entering; keep out"], ["stop", "render unsuitable for passage"], ["debar", "prevent from entering; keep out"], ["barricade", "render unsuitable for passage"], ["block off", "render unsuitable for passage"]]}, {"answer": "bars", "hint": "synonyms for bars", "clues": [["block", "render unsuitable for passage"], ["bar", "secure with, or as if with, bars"], ["block up", "render unsuitable for passage"], ["blockade", "render unsuitable for passage"], ["relegate", "expel, as if by official decree"], ["banish", "expel, as if by official decree"], ["exclude", "prevent from entering; keep out"], ["stop", "render unsuitable for passage"], ["debar", "prevent from entering; keep out"], ["barricade", "render unsuitable for passage"], ["block off", "render unsuitable for passage"]]}, {"answer": "bash", "hint": "synonyms for bash", "clues": [["sock", "hit hard"], ["whap", "hit hard"], ["whop", "hit hard"], ["bonk", "hit hard"], ["bop", "hit hard"]]}, {"answer": "basting", "hint": "synonyms for basting", "clues": [["baste", "cover with liquid before cooking"], ["clobber", "strike violently and repeatedly"], ["batter", "strike violently and repeatedly"], ["tack", "sew together loosely, with large stitches"]]}, {"answer": "bat", "hint": "synonyms for bat", "clues": [["clobber", "beat thoroughly and conclusively in a competition or fight"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["flutter", "wink briefly"], ["thrash", "beat thoroughly and conclusively in a competition or fight"]]}, {"answer": "batter", "hint": "synonyms for batter", "clues": [["baste", "strike violently and repeatedly"], ["buffet", "strike against forcefully"], ["clobber", "strike violently and repeatedly"], ["knock about", "strike against forcefully"], ["dinge", "make a dent or impression in"]]}, {"answer": "battering", "hint": "synonyms for battering", "clues": [["baste", "strike violently and repeatedly"], ["batter", "make a dent or impression in"], ["buffet", "strike against forcefully"], ["clobber", "strike violently and repeatedly"], ["knock about", "strike against forcefully"], ["dinge", "make a dent or impression in"]]}, {"answer": "batting", "hint": "synonyms for batting", "clues": [["clobber", "beat thoroughly and conclusively in a competition or fight"], ["bat", "wink briefly"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["thrash", "beat thoroughly and conclusively in a competition or fight"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["flutter", "wink briefly"]]}, {"answer": "be", "hint": "synonyms for be", "clues": [["represent", "form or compose"], ["follow", "work in a specific place, with a specific subject, or in a specific function"], ["personify", "represent, as of a character on stage"], ["embody", "represent, as of a character on stage"], ["exist", "have an existence, be extant"], ["equal", "be identical or equivalent to"], ["cost", "be priced at"], ["constitute", "form or compose"], ["live", "have life, be alive"], ["make up", "form or compose"], ["comprise", "form or compose"]]}, {"answer": "beam", "hint": "synonyms for beam", "clues": [["shine", "emit light; be bright, as of the sun or a light"], ["send", "broadcast over the airwaves, as in radio or television"], ["radiate", "have a complexion with a strong bright color, such as red or pink"], ["glow", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["air", "broadcast over the airwaves, as in radio or television"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"]]}, {"answer": "bear", "hint": "synonyms for bear", "clues": [["have a bun in the oven", "be pregnant with"], ["accept", "take on as one's own the expenses or debts of another person"], ["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["tolerate", "put up with something or somebody unpleasant"], ["comport", "behave in a certain manner"], ["hold", "have rightfully; of rights, titles, and offices"], ["deport", "behave in a certain manner"], ["take over", "take on as one's own the expenses or debts of another person"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["deliver", "cause to be born"], ["birth", "cause to be born"], ["give birth", "cause to be born"], ["contain", "contain or hold; have within"], ["turn out", "bring forth,"], ["expect", "be pregnant with"], ["assume", "take on as one's own the expenses or debts of another person"], ["pay", "bring in"], ["suffer", "put up with something or somebody unpleasant"], ["yield", "bring in"], ["have", "cause to be born"], ["endure", "put up with something or somebody unpleasant"], ["wear", "have on one's person"], ["conduct", "behave in a certain manner"], ["abide", "put up with something or somebody unpleasant"], ["gestate", "be pregnant with"], ["put up", "put up with something or somebody unpleasant"], ["acquit", "behave in a certain manner"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "beating", "hint": "synonyms for beating", "clues": [["get", "be a mystery or bewildering to"], ["beat", "move with a flapping motion"], ["tucker out", "wear out completely"], ["exhaust", "wear out completely"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["crush", "come out better in a competition, race, or conflict"], ["outwit", "beat through cleverness and wit"], ["thump", "move rhythmically"], ["pose", "be a mystery or bewildering to"], ["quiver", "move with or as if with a regular alternating motion"], ["tick", "make a sound like a clock or a timer"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["ticktock", "make a sound like a clock or a timer"], ["trounce", "come out better in a competition, race, or conflict"], ["scramble", "stir vigorously"], ["outsmart", "beat through cleverness and wit"], ["overreach", "beat through cleverness and wit"], ["gravel", "be a mystery or bewildering to"], ["pulsate", "move with or as if with a regular alternating motion"], ["pound", "move rhythmically"], ["vanquish", "come out better in a competition, race, or conflict"], ["nonplus", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["drum", "make a rhythmic sound"], ["beat out", "come out better in a competition, race, or conflict"], ["thrum", "make a rhythmic sound"], ["amaze", "be a mystery or bewildering to"], ["shell", "come out better in a competition, race, or conflict"], ["bunk", "avoid paying"], ["flap", "move with a thrashing motion"], ["dumbfound", "be a mystery or bewildering to"], ["wash up", "wear out completely"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["circumvent", "beat through cleverness and wit"], ["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["tucker", "wear out completely"], ["mystify", "be a mystery or bewildering to"], ["outfox", "beat through cleverness and wit"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "beats", "hint": "synonyms for beats", "clues": [["get", "be a mystery or bewildering to"], ["beat", "move with a flapping motion"], ["tucker out", "wear out completely"], ["exhaust", "wear out completely"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["crush", "come out better in a competition, race, or conflict"], ["outwit", "beat through cleverness and wit"], ["thump", "move rhythmically"], ["pose", "be a mystery or bewildering to"], ["quiver", "move with or as if with a regular alternating motion"], ["tick", "make a sound like a clock or a timer"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["ticktock", "make a sound like a clock or a timer"], ["trounce", "come out better in a competition, race, or conflict"], ["scramble", "stir vigorously"], ["outsmart", "beat through cleverness and wit"], ["overreach", "beat through cleverness and wit"], ["gravel", "be a mystery or bewildering to"], ["pulsate", "move with or as if with a regular alternating motion"], ["pound", "move rhythmically"], ["vanquish", "come out better in a competition, race, or conflict"], ["nonplus", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["drum", "make a rhythmic sound"], ["beat out", "come out better in a competition, race, or conflict"], ["thrum", "make a rhythmic sound"], ["amaze", "be a mystery or bewildering to"], ["shell", "come out better in a competition, race, or conflict"], ["bunk", "avoid paying"], ["flap", "move with a thrashing motion"], ["dumbfound", "be a mystery or bewildering to"], ["wash up", "wear out completely"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["circumvent", "beat through cleverness and wit"], ["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["tucker", "wear out completely"], ["mystify", "be a mystery or bewildering to"], ["outfox", "beat through cleverness and wit"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "bed", "hint": "synonyms for bed", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["retire", "prepare for sleep"], ["go to bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"], ["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["sack out", "prepare for sleep"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["hit the sack", "prepare for sleep"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "bedding", "hint": "synonyms for bedding", "clues": [["bed", "place (plants) in a prepared bed of soil"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["go to bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"], ["sack out", "prepare for sleep"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["hit the sack", "prepare for sleep"], ["do it", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["retire", "prepare for sleep"], ["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"]]}, {"answer": "beef", "hint": "synonyms for beef", "clues": [["crab", "complain"], ["bitch", "complain"], ["squawk", "complain"], ["holler", "complain"], ["gripe", "complain"], ["bellyache", "complain"], ["grouse", "complain"]]}, {"answer": "beep", "hint": "synonyms for beep", "clues": [["toot", "make a loud noise"], ["honk", "make a loud noise"], ["claxon", "make a loud noise"], ["blare", "make a loud noise"]]}, {"answer": "befooling", "hint": "synonyms for befooling", "clues": [["fool", "make a fool or dupe of"], ["put one over", "fool or hoax"], ["befool", "fool or hoax"], ["gull", "fool or hoax"], ["dupe", "fool or hoax"], ["put one across", "fool or hoax"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["slang", "fool or hoax"], ["cod", "fool or hoax"]]}, {"answer": "begging", "hint": "synonyms for begging", "clues": [["pray", "call upon in supplication; entreat"], ["beg", "dodge, avoid answering, or take for granted"], ["implore", "call upon in supplication; entreat"], ["tap", "make a solicitation or entreaty for something; request urgently or persistently"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"]]}, {"answer": "begin", "hint": "synonyms for begin", "clues": [["start", "begin an event that is implied and limited by the nature or inherent function of the direct object"], ["set about", "take the first step or steps in carrying out an action"], ["get", "take the first step or steps in carrying out an action"], ["commence", "set in motion, cause to start"], ["start out", "take the first step or steps in carrying out an action"], ["get down", "take the first step or steps in carrying out an action"], ["lead off", "set in motion, cause to start"]]}, {"answer": "being", "hint": "synonyms for being", "clues": [["be", "work in a specific place, with a specific subject, or in a specific function"], ["personify", "represent, as of a character on stage"], ["exist", "have an existence, be extant"], ["equal", "be identical or equivalent to"], ["embody", "represent, as of a character on stage"], ["comprise", "form or compose"], ["make up", "form or compose"], ["represent", "form or compose"], ["follow", "work in a specific place, with a specific subject, or in a specific function"], ["cost", "be priced at"], ["constitute", "form or compose"], ["live", "have life, be alive"]]}, {"answer": "belch", "hint": "synonyms for belch", "clues": [["burp", "expel gas from the stomach"], ["eruct", "expel gas from the stomach"], ["erupt", "become active and spew forth lava and rocks"], ["bubble", "expel gas from the stomach"], ["extravasate", "become active and spew forth lava and rocks"]]}, {"answer": "belching", "hint": "synonyms for belching", "clues": [["burp", "expel gas from the stomach"], ["eruct", "expel gas from the stomach"], ["belch", "become active and spew forth lava and rocks"], ["erupt", "become active and spew forth lava and rocks"], ["bubble", "expel gas from the stomach"], ["extravasate", "become active and spew forth lava and rocks"]]}, {"answer": "beleaguering", "hint": "synonyms for beleaguering", "clues": [["hem in", "surround so as to force to give up"], ["besiege", "surround so as to force to give up"], ["tease", "annoy persistently"], ["circumvent", "surround so as to force to give up"], ["pester", "annoy persistently"], ["surround", "surround so as to force to give up"], ["bug", "annoy persistently"], ["beleaguer", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "believing", "hint": "synonyms for believing", "clues": [["think", "judge or regard; look upon; judge"], ["believe", "be confident about something"], ["conceive", "judge or regard; look upon; judge"], ["consider", "judge or regard; look upon; judge"], ["trust", "be confident about something"]]}, {"answer": "bellyache", "hint": "synonyms for bellyache", "clues": [["crab", "complain"], ["bitch", "complain"], ["squawk", "complain"], ["holler", "complain"], ["gripe", "complain"], ["beef", "complain"], ["grouse", "complain"]]}, {"answer": "bend", "hint": "synonyms for bend", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "cause (a plastic object) to assume a crooked or angular form"], ["bow", "bend one's back forward from the waist on down"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["crouch", "bend one's back forward from the waist on down"], ["stoop", "bend one's back forward from the waist on down"], ["twist", "cause (a plastic object) to assume a crooked or angular form"], ["turn away", "turn from a straight course, fixed direction, or line of interest"], ["deflect", "turn from a straight course, fixed direction, or line of interest"]]}, {"answer": "bending", "hint": "synonyms for bending", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "cause (a plastic object) to assume a crooked or angular form"], ["bow", "bend one's back forward from the waist on down"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["stoop", "bend one's back forward from the waist on down"], ["twist", "cause (a plastic object) to assume a crooked or angular form"], ["crouch", "bend one's back forward from the waist on down"], ["bend", "turn from a straight course, fixed direction, or line of interest"], ["turn away", "turn from a straight course, fixed direction, or line of interest"], ["deflect", "turn from a straight course, fixed direction, or line of interest"]]}, {"answer": "bends", "hint": "synonyms for bends", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "cause (a plastic object) to assume a crooked or angular form"], ["bow", "bend one's back forward from the waist on down"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["stoop", "bend one's back forward from the waist on down"], ["twist", "cause (a plastic object) to assume a crooked or angular form"], ["crouch", "bend one's back forward from the waist on down"], ["bend", "turn from a straight course, fixed direction, or line of interest"], ["turn away", "turn from a straight course, fixed direction, or line of interest"], ["deflect", "turn from a straight course, fixed direction, or line of interest"]]}, {"answer": "berating", "hint": "synonyms for berating", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "besieging", "hint": "synonyms for besieging", "clues": [["hem in", "surround so as to force to give up"], ["surround", "surround so as to force to give up"], ["besiege", "harass, as with questions or requests"], ["beleaguer", "surround so as to force to give up"], ["circumvent", "surround so as to force to give up"]]}, {"answer": "bet", "hint": "synonyms for bet", "clues": [["play", "stake on the outcome of an issue"], ["count", "have faith or confidence in"], ["wager", "maintain with or as if with a bet"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["calculate", "have faith or confidence in"], ["reckon", "have faith or confidence in"]]}, {"answer": "bicker", "hint": "synonyms for bicker", "clues": [["quibble", "argue over petty things"], ["brabble", "argue over petty things"], ["niggle", "argue over petty things"], ["squabble", "argue over petty things"], ["pettifog", "argue over petty things"]]}, {"answer": "bickering", "hint": "synonyms for bickering", "clues": [["quibble", "argue over petty things"], ["bicker", "argue over petty things"], ["brabble", "argue over petty things"], ["niggle", "argue over petty things"], ["pettifog", "argue over petty things"], ["squabble", "argue over petty things"]]}, {"answer": "bicycle", "hint": "synonyms for bicycle", "clues": [["wheel", "ride a bicycle"], ["cycle", "ride a bicycle"], ["pedal", "ride a bicycle"], ["bike", "ride a bicycle"]]}, {"answer": "bicycling", "hint": "synonyms for bicycling", "clues": [["wheel", "ride a bicycle"], ["bicycle", "ride a bicycle"], ["cycle", "ride a bicycle"], ["pedal", "ride a bicycle"], ["bike", "ride a bicycle"]]}, {"answer": "bid", "hint": "synonyms for bid", "clues": [["tender", "propose a payment"], ["invite", "ask someone in a friendly way to do something"], ["beseech", "ask for or request earnestly"], ["wish", "invoke upon"], ["entreat", "ask for or request earnestly"], ["adjure", "ask for or request earnestly"], ["call", "make a demand, as for a card or a suit or a show of hands"], ["conjure", "ask for or request earnestly"], ["press", "ask for or request earnestly"], ["offer", "propose a payment"]]}, {"answer": "bidding", "hint": "synonyms for bidding", "clues": [["tender", "propose a payment"], ["bid", "make a serious effort to attain something"], ["beseech", "ask for or request earnestly"], ["invite", "ask someone in a friendly way to do something"], ["call", "make a demand, as for a card or a suit or a show of hands"], ["wish", "invoke upon"], ["entreat", "ask for or request earnestly"], ["adjure", "ask for or request earnestly"], ["conjure", "ask for or request earnestly"], ["press", "ask for or request earnestly"], ["offer", "propose a payment"]]}, {"answer": "bike", "hint": "synonyms for bike", "clues": [["wheel", "ride a bicycle"], ["cycle", "ride a bicycle"], ["pedal", "ride a bicycle"], ["bicycle", "ride a bicycle"]]}, {"answer": "billow", "hint": "synonyms for billow", "clues": [["surge", "rise and move, as in waves or billows"], ["inflate", "become inflated"], ["heave", "rise and move, as in waves or billows"], ["wallow", "rise up as if in waves"], ["balloon", "become inflated"]]}, {"answer": "bind", "hint": "synonyms for bind", "clues": [["obligate", "bind by an obligation; cause to be indebted"], ["bond", "stick to firmly"], ["tie down", "secure with or as if with ropes"], ["tie", "create social or emotional ties"], ["truss", "secure with or as if with ropes"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["tie up", "secure with or as if with ropes"], ["attach", "create social or emotional ties"], ["bandage", "wrap around with something so as to cover or enclose"], ["stick", "stick to firmly"], ["hold", "bind by an obligation; cause to be indebted"], ["constipate", "cause to be constipated"], ["stick to", "stick to firmly"]]}, {"answer": "binge", "hint": "synonyms for binge", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "birling", "hint": "synonyms for birling", "clues": [["birl", "cause a floating log to rotate by treading"], ["spin", "cause to spin"], ["twirl", "cause to spin"], ["whirl", "cause to spin"]]}, {"answer": "birth", "hint": "synonyms for birth", "clues": [["give birth", "cause to be born"], ["have", "cause to be born"], ["deliver", "cause to be born"], ["bear", "cause to be born"]]}, {"answer": "birthing", "hint": "synonyms for birthing", "clues": [["deliver", "cause to be born"], ["have", "cause to be born"], ["birth", "cause to be born"], ["give birth", "cause to be born"], ["bear", "cause to be born"]]}, {"answer": "bit", "hint": "synonyms for bit", "clues": [["bite", "cause a sharp or stinging pain or discomfort"], ["sting", "deliver a sting to"], ["burn", "cause a sharp or stinging pain or discomfort"], ["prick", "deliver a sting to"], ["seize with teeth", "to grip, cut off, or tear with or as if with the teeth or jaws"]]}, {"answer": "bitch", "hint": "synonyms for bitch", "clues": [["crab", "complain"], ["backbite", "say mean things"], ["squawk", "complain"], ["holler", "complain"], ["gripe", "complain"], ["bellyache", "complain"], ["beef", "complain"], ["grouse", "complain"]]}, {"answer": "bite", "hint": "synonyms for bite", "clues": [["burn", "cause a sharp or stinging pain or discomfort"], ["sting", "deliver a sting to"], ["prick", "deliver a sting to"], ["seize with teeth", "to grip, cut off, or tear with or as if with the teeth or jaws"]]}, {"answer": "bivouac", "hint": "synonyms for bivouac", "clues": [["tent", "live in or as if in a tent"], ["camp", "live in or as if in a tent"], ["encamp", "live in or as if in a tent"], ["camp out", "live in or as if in a tent"]]}, {"answer": "bivouacking", "hint": "synonyms for bivouacking", "clues": [["encamp", "live in or as if in a tent"], ["camp out", "live in or as if in a tent"], ["tent", "live in or as if in a tent"], ["camp", "live in or as if in a tent"], ["bivouac", "live in or as if in a tent"]]}, {"answer": "blabber", "hint": "synonyms for blabber", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "blackball", "hint": "synonyms for blackball", "clues": [["cast out", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["ban", "expel from a community or group"], ["veto", "vote against; refuse to endorse; refuse to assent"], ["banish", "expel from a community or group"], ["shun", "expel from a community or group"], ["negative", "vote against; refuse to endorse; refuse to assent"]]}, {"answer": "blackening", "hint": "synonyms for blackening", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["scorch", "burn slightly and superficially so as to affect color"], ["nigrify", "make or become black"], ["char", "burn slightly and superficially so as to affect color"], ["black", "make or become black"], ["melanize", "make or become black"], ["sear", "burn slightly and superficially so as to affect color"]]}, {"answer": "blackguard", "hint": "synonyms for blackguard", "clues": [["clapperclaw", "use foul or abusive language towards"], ["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["shout", "use foul or abusive language towards"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["abuse", "use foul or abusive language towards"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "blacking", "hint": "synonyms for blacking", "clues": [["melanise", "make or become black"], ["nigrify", "make or become black"], ["blacken", "make or become black"], ["black", "make or become black"]]}, {"answer": "blare", "hint": "synonyms for blare", "clues": [["blast", "make a strident sound"], ["beep", "make a loud noise"], ["honk", "make a loud noise"], ["claxon", "make a loud noise"], ["toot", "make a loud noise"]]}, {"answer": "blarney", "hint": "synonyms for blarney", "clues": [["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "blast", "hint": "synonyms for blast", "clues": [["crucify", "criticize harshly or violently"], ["boom", "hit hard"], ["nail", "hit hard"], ["shoot", "fire a shot"], ["savage", "criticize harshly or violently"], ["knock down", "shatter as if by explosion"], ["shell", "create by using explosives"], ["pillory", "criticize harshly or violently"], ["blare", "make a strident sound"], ["smash", "hit hard"]]}, {"answer": "bleach", "hint": "synonyms for bleach", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "bleeding", "hint": "synonyms for bleeding", "clues": [["bleed", "draw blood"], ["hemorrhage", "lose blood from one's body"], ["phlebotomise", "draw blood"], ["leech", "draw blood"], ["run", "be diffused"], ["shed blood", "lose blood from one's body"]]}, {"answer": "blemish", "hint": "synonyms for blemish", "clues": [["spot", "mar or impair with a flaw"], ["deface", "mar or spoil the appearance of"], ["disfigure", "mar or spoil the appearance of"], ["flaw", "add a flaw or blemish to; make imperfect or defective"]]}, {"answer": "blend", "hint": "synonyms for blend", "clues": [["immingle", "combine into one"], ["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["intermix", "combine into one"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["intermingle", "combine into one"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["conflate", "mix together different elements"], ["blend in", "blend or harmonize"], ["meld", "mix together different elements"], ["go", "blend or harmonize"], ["mix", "mix together different elements"]]}, {"answer": "blending", "hint": "synonyms for blending", "clues": [["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["combine", "mix together different elements"], ["blend in", "blend or harmonize"], ["blend", "combine into one"], ["meld", "mix together different elements"], ["go", "blend or harmonize"], ["immingle", "combine into one"], ["fuse", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["intermix", "combine into one"], ["merge", "mix together different elements"], ["intermingle", "combine into one"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"]]}, {"answer": "blessing", "hint": "synonyms for blessing", "clues": [["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate"], ["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["sanctify", "render holy by means of religious rites"], ["consecrate", "render holy by means of religious rites"]]}, {"answer": "blink", "hint": "synonyms for blink", "clues": [["nictate", "briefly shut the eyes"], ["wink", "briefly shut the eyes"], ["blink away", "force to go away by blinking"], ["winkle", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"]]}, {"answer": "blinks", "hint": "synonyms for blinks", "clues": [["nictate", "briefly shut the eyes"], ["blink", "gleam or glow intermittently"], ["wink", "briefly shut the eyes"], ["blink away", "force to go away by blinking"], ["winkle", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"]]}, {"answer": "block", "hint": "synonyms for block", "clues": [["stop", "stop from happening or developing"], ["jam", "interfere with or prevent the reception of signals"], ["freeze", "prohibit the conversion or use of (assets)"], ["bar", "render unsuitable for passage"], ["draw a blank", "be unable to remember"], ["block up", "render unsuitable for passage"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["deflect", "impede the movement of (an opponent or a ball)"], ["immobilise", "prohibit the conversion or use of (assets)"], ["parry", "impede the movement of (an opponent or a ball)"], ["stuff", "obstruct"], ["blank out", "be unable to remember"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["obturate", "block passage through"], ["kibosh", "stop from happening or developing"], ["close up", "block passage through"], ["lug", "obstruct"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["obstruct", "shut out from view or get in the way so as to hide from sight"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["halt", "stop from happening or developing"], ["forget", "be unable to remember"], ["choke up", "obstruct"], ["impede", "block passage through"], ["barricade", "render unsuitable for passage"], ["block off", "render unsuitable for passage"], ["occlude", "block passage through"]]}, {"answer": "blockade", "hint": "synonyms for blockade", "clues": [["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["block up", "render unsuitable for passage"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"], ["block off", "obstruct access to"], ["stop", "render unsuitable for passage"], ["seal off", "impose a blockade on"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["barricade", "render unsuitable for passage"]]}, {"answer": "blocking", "hint": "synonyms for blocking", "clues": [["block", "render unsuitable for passage"], ["stop", "stop from happening or developing"], ["freeze", "prohibit the conversion or use of (assets)"], ["bar", "render unsuitable for passage"], ["jam", "block passage through"], ["block up", "render unsuitable for passage"], ["deflect", "impede the movement of (an opponent or a ball)"], ["immobilise", "prohibit the conversion or use of (assets)"], ["parry", "impede the movement of (an opponent or a ball)"], ["stuff", "obstruct"], ["kibosh", "stop from happening or developing"], ["blockade", "render unsuitable for passage"], ["obstruct", "shut out from view or get in the way so as to hide from sight"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["choke up", "obstruct"], ["barricade", "render unsuitable for passage"], ["occlude", "block passage through"], ["draw a blank", "be unable to remember"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["blank out", "be unable to remember"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["close up", "block passage through"], ["lug", "obstruct"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["halt", "stop from happening or developing"], ["forget", "be unable to remember"], ["impede", "block passage through"], ["obturate", "block passage through"], ["block off", "render unsuitable for passage"]]}, {"answer": "blossom", "hint": "synonyms for blossom", "clues": [["bloom", "produce or yield flowers"], ["flower", "produce or yield flowers"], ["blossom out", "develop or come to a promising stage"], ["blossom forth", "develop or come to a promising stage"], ["unfold", "develop or come to a promising stage"]]}, {"answer": "blossoming", "hint": "synonyms for blossoming", "clues": [["blossom", "develop or come to a promising stage"], ["bloom", "produce or yield flowers"], ["flower", "produce or yield flowers"], ["blossom out", "develop or come to a promising stage"], ["blossom forth", "develop or come to a promising stage"], ["unfold", "develop or come to a promising stage"]]}, {"answer": "blow", "hint": "synonyms for blow", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["bluster", "show off"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["float", "be in motion due to some air or water current"], ["squander", "spend thoughtlessly; throw away"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["vaunt", "show off"], ["shove off", "leave; informal or rude"], ["bollocks up", "make a mess of, destroy or ruin"], ["drift", "be in motion due to some air or water current"], ["flub", "make a mess of, destroy or ruin"], ["suck", "provide sexual gratification through oral stimulation"], ["bobble", "make a mess of, destroy or ruin"], ["be adrift", "be in motion due to some air or water current"], ["brag", "show off"], ["boast", "show off"], ["gasconade", "show off"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["gas", "show off"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["shove along", "leave; informal or rude"], ["go down on", "provide sexual gratification through oral stimulation"], ["burn out", "melt, break, or become otherwise unusable"], ["bodge", "make a mess of, destroy or ruin"], ["waste", "spend thoughtlessly; throw away"], ["bollocks", "make a mess of, destroy or ruin"], ["fellate", "provide sexual gratification through oral stimulation"], ["swash", "show off"], ["botch", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["shoot a line", "show off"], ["blow out", "melt, break, or become otherwise unusable"], ["tout", "show off"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "blowing", "hint": "synonyms for blowing", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["bluster", "show off"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["float", "be in motion due to some air or water current"], ["blow", "burst suddenly"], ["squander", "spend thoughtlessly; throw away"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["vaunt", "show off"], ["shove off", "leave; informal or rude"], ["bollocks up", "make a mess of, destroy or ruin"], ["drift", "be in motion due to some air or water current"], ["flub", "make a mess of, destroy or ruin"], ["suck", "provide sexual gratification through oral stimulation"], ["bobble", "make a mess of, destroy or ruin"], ["be adrift", "be in motion due to some air or water current"], ["brag", "show off"], ["boast", "show off"], ["gasconade", "show off"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["gas", "show off"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["go down on", "provide sexual gratification through oral stimulation"], ["shove along", "leave; informal or rude"], ["bodge", "make a mess of, destroy or ruin"], ["burn out", "melt, break, or become otherwise unusable"], ["bollocks", "make a mess of, destroy or ruin"], ["waste", "spend thoughtlessly; throw away"], ["fellate", "provide sexual gratification through oral stimulation"], ["swash", "show off"], ["botch", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["shoot a line", "show off"], ["blow out", "melt, break, or become otherwise unusable"], ["tout", "show off"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "blubber", "hint": "synonyms for blubber", "clues": [["blub", "cry or whine with snuffling"], ["snivel", "cry or whine with snuffling"], ["blubber out", "utter while crying"], ["sniffle", "cry or whine with snuffling"]]}, {"answer": "blunder", "hint": "synonyms for blunder", "clues": [["boob", "commit a faux pas or a fault or make a serious mistake"], ["blunder out", "utter impulsively"], ["ejaculate", "utter impulsively"], ["goof", "commit a faux pas or a fault or make a serious mistake"], ["fumble", "make one's way clumsily or blindly"], ["blurt", "utter impulsively"], ["sin", "commit a faux pas or a fault or make a serious mistake"], ["blurt out", "utter impulsively"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake"]]}, {"answer": "blur", "hint": "synonyms for blur", "clues": [["slur", "become vague or indistinct"], ["blear", "make dim or indistinct"], ["obnubilate", "make unclear, indistinct, or blurred"], ["dim", "become vague or indistinct"], ["glaze over", "become glassy; lose clear vision"], ["smudge", "make a smudge on; soil by smudging"], ["confuse", "make unclear, indistinct, or blurred"], ["obscure", "make unclear, indistinct, or blurred"], ["smear", "make a smudge on; soil by smudging"], ["smutch", "make a smudge on; soil by smudging"], ["film over", "become glassy; lose clear vision"]]}, {"answer": "bluster", "hint": "synonyms for bluster", "clues": [["swagger", "act in an arrogant, overly self-assured, or conceited manner"], ["swash", "act in an arrogant, overly self-assured, or conceited manner"], ["brag", "show off"], ["boast", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "boast", "hint": "synonyms for boast", "clues": [["feature", "wear or display in an ostentatious or proud manner"], ["brag", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["sport", "wear or display in an ostentatious or proud manner"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "boasting", "hint": "synonyms for boasting", "clues": [["feature", "wear or display in an ostentatious or proud manner"], ["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["sport", "wear or display in an ostentatious or proud manner"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "bob", "hint": "synonyms for bob", "clues": [["curtsy", "make a curtsy; usually done only by girls and women; as a sign of respect"], ["bobsled", "ride a bobsled"], ["dock", "remove or shorten the tail of an animal"], ["tail", "remove or shorten the tail of an animal"]]}, {"answer": "bobble", "hint": "synonyms for bobble", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "boding", "hint": "synonyms for boding", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["foreshadow", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "boil", "hint": "synonyms for boil", "clues": [["seethe", "be in an agitated emotional state"], ["moil", "be agitated"], ["roil", "be agitated"], ["churn", "be agitated"]]}, {"answer": "bomb", "hint": "synonyms for bomb", "clues": [["fail", "fail to get a passing grade"], ["bombard", "throw bombs at or attack with bombs"], ["flunk", "fail to get a passing grade"], ["flush it", "fail to get a passing grade"]]}, {"answer": "bombing", "hint": "synonyms for bombing", "clues": [["fail", "fail to get a passing grade"], ["bombard", "throw bombs at or attack with bombs"], ["flunk", "fail to get a passing grade"], ["bomb", "fail to get a passing grade"], ["flush it", "fail to get a passing grade"]]}, {"answer": "bond", "hint": "synonyms for bond", "clues": [["bring together", "bring together in a common cause or emotion"], ["tie", "create social or emotional ties"], ["bind", "create social or emotional ties"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["attach", "create social or emotional ties"], ["stick", "stick to firmly"], ["stick to", "stick to firmly"], ["draw together", "bring together in a common cause or emotion"]]}, {"answer": "bonding", "hint": "synonyms for bonding", "clues": [["bond", "issue bonds on"], ["bring together", "bring together in a common cause or emotion"], ["tie", "create social or emotional ties"], ["bind", "create social or emotional ties"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["attach", "create social or emotional ties"], ["stick", "stick to firmly"], ["stick to", "stick to firmly"], ["draw together", "bring together in a common cause or emotion"]]}, {"answer": "bones", "hint": "synonyms for bones", "clues": [["grind away", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["debone", "remove the bones from"], ["bone up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "boob", "hint": "synonyms for boob", "clues": [["goof", "commit a faux pas or a fault or make a serious mistake"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake"], ["blunder", "commit a faux pas or a fault or make a serious mistake"], ["sin", "commit a faux pas or a fault or make a serious mistake"]]}, {"answer": "boom", "hint": "synonyms for boom", "clues": [["boom out", "make a deep hollow sound"], ["nail", "hit hard"], ["expand", "grow vigorously"], ["thunder", "be the case that thunder is being heard"], ["blast", "hit hard"], ["thrive", "grow vigorously"], ["din", "make a resonant sound, like artillery"], ["smash", "hit hard"], ["flourish", "grow vigorously"]]}, {"answer": "boost", "hint": "synonyms for boost", "clues": [["hike up", "increase"], ["advance", "increase or raise"], ["supercharge", "increase or raise"], ["hike", "increase"], ["promote", "contribute to the progress or growth of"], ["encourage", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"]]}, {"answer": "bop", "hint": "synonyms for bop", "clues": [["sock", "hit hard"], ["whap", "hit hard"], ["whop", "hit hard"], ["bonk", "hit hard"], ["bash", "hit hard"], ["bebop", "dance the bebop"]]}, {"answer": "border", "hint": "synonyms for border", "clues": [["bound", "form the boundary of; be contiguous to"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["frame", "enclose in or as if in a frame"], ["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["skirt", "extend on all sides of simultaneously; encircle"], ["surround", "extend on all sides of simultaneously; encircle"], ["butt", "lie adjacent to another or share a boundary"], ["butt on", "lie adjacent to another or share a boundary"], ["edge", "provide with a border or edge"], ["frame in", "enclose in or as if in a frame"]]}, {"answer": "bore", "hint": "synonyms for bore", "clues": [["drill", "make a hole, especially with a pointed power or hand tool"], ["have a bun in the oven", "be pregnant with"], ["tire", "cause to be bored"], ["bear", "have"], ["accept", "take on as one's own the expenses or debts of another person"], ["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["tolerate", "put up with something or somebody unpleasant"], ["comport", "behave in a certain manner"], ["hold", "have rightfully; of rights, titles, and offices"], ["deport", "behave in a certain manner"], ["take over", "take on as one's own the expenses or debts of another person"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["deliver", "cause to be born"], ["birth", "cause to be born"], ["give birth", "cause to be born"], ["contain", "contain or hold; have within"], ["turn out", "bring forth,"], ["expect", "be pregnant with"], ["assume", "take on as one's own the expenses or debts of another person"], ["pay", "bring in"], ["suffer", "put up with something or somebody unpleasant"], ["yield", "bring in"], ["have", "cause to be born"], ["endure", "put up with something or somebody unpleasant"], ["wear", "have on one's person"], ["conduct", "behave in a certain manner"], ["abide", "put up with something or somebody unpleasant"], ["gestate", "be pregnant with"], ["put up", "put up with something or somebody unpleasant"], ["acquit", "behave in a certain manner"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "borrowing", "hint": "synonyms for borrowing", "clues": [["adopt", "take up and practice as one's own"], ["take over", "take up and practice as one's own"], ["borrow", "get temporarily"], ["take up", "take up and practice as one's own"]]}, {"answer": "botch", "hint": "synonyms for botch", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bother", "hint": "synonyms for bother", "clues": [["trouble", "take the trouble to do something; concern oneself"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["put out", "to cause inconvenience or discomfort to"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["discommode", "to cause inconvenience or discomfort to"], ["incommode", "to cause inconvenience or discomfort to"], ["inconvenience oneself", "take the trouble to do something; concern oneself"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["inconvenience", "to cause inconvenience or discomfort to"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["trouble oneself", "take the trouble to do something; concern oneself"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["disoblige", "to cause inconvenience or discomfort to"]]}, {"answer": "bounce", "hint": "synonyms for bounce", "clues": [["spring", "spring back; spring away from an impact"], ["bound", "spring back; spring away from an impact"], ["rebound", "spring back; spring away from an impact"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["jounce", "move up and down repeatedly"], ["reverberate", "spring back; spring away from an impact"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "bounds", "hint": "synonyms for bounds", "clues": [["bound", "move forward by leaps and bounds"], ["rebound", "spring back; spring away from an impact"], ["border", "form the boundary of; be contiguous to"], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["bounce", "spring back; spring away from an impact"], ["reverberate", "spring back; spring away from an impact"], ["spring", "move forward by leaps and bounds"], ["confine", "place limits on (extent or access)"], ["jump", "move forward by leaps and bounds"], ["limit", "place limits on (extent or access)"], ["take a hop", "spring back; spring away from an impact"], ["restrain", "place limits on (extent or access)"], ["resile", "spring back; spring away from an impact"], ["trammel", "place limits on (extent or access)"], ["leap", "move forward by leaps and bounds"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "bow", "hint": "synonyms for bow", "clues": [["accede", "yield to another's wish or opinion"], ["submit", "yield to another's wish or opinion"], ["crouch", "bend one's back forward from the waist on down"], ["bend", "bend one's back forward from the waist on down"], ["bow down", "bend one's knee or body, or lower one's head"], ["defer", "yield to another's wish or opinion"], ["give in", "yield to another's wish or opinion"], ["stoop", "bend one's back forward from the waist on down"]]}, {"answer": "brace", "hint": "synonyms for brace", "clues": [["energize", "cause to be alert and energetic"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace"], ["arouse", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["steady", "support or hold steady and make steadfast, with or as if with a brace"], ["poise", "prepare (oneself) for something unpleasant or difficult"]]}, {"answer": "braces", "hint": "synonyms for braces", "clues": [["energize", "cause to be alert and energetic"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace"], ["poise", "prepare (oneself) for something unpleasant or difficult"], ["arouse", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["brace", "cause to be alert and energetic"], ["steady", "support or hold steady and make steadfast, with or as if with a brace"]]}, {"answer": "braiding", "hint": "synonyms for braiding", "clues": [["pleach", "form or weave into a braid or braids"], ["lace", "make by braiding or interlacing"], ["braid", "form or weave into a braid or braids"], ["plait", "make by braiding or interlacing"]]}, {"answer": "branch", "hint": "synonyms for branch", "clues": [["ramify", "divide into two or more branches so as to form a fork"], ["fork", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"], ["furcate", "divide into two or more branches so as to form a fork"]]}, {"answer": "brand", "hint": "synonyms for brand", "clues": [["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful"], ["brandmark", "mark with a brand or trademark"], ["trademark", "mark with a brand or trademark"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful"], ["post", "mark or expose as infamous"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"]]}, {"answer": "branding", "hint": "synonyms for branding", "clues": [["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["brandmark", "mark with a brand or trademark"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful"], ["trademark", "mark with a brand or trademark"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful"], ["post", "mark or expose as infamous"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"]]}, {"answer": "bray", "hint": "synonyms for bray", "clues": [["crunch", "reduce to small pieces or particles by pounding or abrading"], ["comminute", "reduce to small pieces or particles by pounding or abrading"], ["grind", "reduce to small pieces or particles by pounding or abrading"], ["mash", "reduce to small pieces or particles by pounding or abrading"], ["hee-haw", "braying characteristic of donkeys"]]}, {"answer": "breach", "hint": "synonyms for breach", "clues": [["infract", "act in disregard of laws, rules, contracts, or promises"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["break", "act in disregard of laws, rules, contracts, or promises"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["violate", "act in disregard of laws, rules, contracts, or promises"], ["gap", "make an opening or gap in"]]}, {"answer": "break", "hint": "synonyms for break", "clues": [["go against", "fail to agree with; be in violation of; as of rules or patterns"], ["recrudesce", "happen"], ["break away", "move away or escape suddenly"], ["break out", "move away or escape suddenly"], ["dampen", "lessen in force or effect"], ["erupt", "force out or release suddenly and often violently something pent up"], ["break up", "destroy the completeness of a set of related items"], ["founder", "break down, literally or metaphorically"], ["smash", "reduce to bankruptcy"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["bust", "ruin completely"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give out", "stop operating or functioning"], ["soften", "lessen in force or effect"], ["break-dance", "do a break dance"], ["separate", "become separated into pieces or fragments"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["break off", "prevent completion"], ["fall in", "break down, literally or metaphorically"], ["go bad", "stop operating or functioning"], ["collapse", "break down, literally or metaphorically"], ["violate", "fail to agree with; be in violation of; as of rules or patterns"], ["intermit", "cease an action temporarily"], ["ruin", "reduce to bankruptcy"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["part", "discontinue an association or relation; go different ways"], ["discontinue", "prevent completion"], ["snap off", "break a piece from a whole"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act"], ["check", "become fractured; break or crack on the surface only"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["fall apart", "become separated into pieces or fragments"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["split up", "discontinue an association or relation; go different ways"], ["demote", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["interrupt", "terminate"], ["bump", "assign to a lower position; reduce in rank"], ["wear out", "go to pieces"], ["break down", "stop operating or functioning"], ["develop", "happen"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give way", "break down, literally or metaphorically"], ["cave in", "break down, literally or metaphorically"], ["weaken", "lessen in force or effect"], ["come apart", "become separated into pieces or fragments"], ["wear", "go to pieces"], ["die", "stop operating or functioning"], ["damp", "lessen in force or effect"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["crack", "become fractured; break or crack on the surface only"], ["split", "discontinue an association or relation; go different ways"], ["fracture", "fracture a bone of"], ["get around", "be released or become known; of news"], ["stop", "prevent completion"], ["better", "surpass in excellence"], ["give", "break down, literally or metaphorically"], ["kick downstairs", "assign to a lower position; reduce in rank"], ["bankrupt", "reduce to bankruptcy"], ["pause", "cease an action temporarily"], ["fail", "stop operating or functioning"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "breaking", "hint": "synonyms for breaking", "clues": [["break", "fail to agree with; be in violation of; as of rules or patterns"], ["go against", "fail to agree with; be in violation of; as of rules or patterns"], ["recrudesce", "happen"], ["break away", "move away or escape suddenly"], ["break out", "move away or escape suddenly"], ["dampen", "lessen in force or effect"], ["erupt", "force out or release suddenly and often violently something pent up"], ["break up", "destroy the completeness of a set of related items"], ["founder", "break down, literally or metaphorically"], ["smash", "reduce to bankruptcy"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["bust", "ruin completely"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give out", "stop operating or functioning"], ["soften", "lessen in force or effect"], ["break-dance", "do a break dance"], ["separate", "become separated into pieces or fragments"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["break off", "prevent completion"], ["fall in", "break down, literally or metaphorically"], ["go bad", "stop operating or functioning"], ["collapse", "break down, literally or metaphorically"], ["violate", "fail to agree with; be in violation of; as of rules or patterns"], ["intermit", "cease an action temporarily"], ["ruin", "reduce to bankruptcy"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["part", "discontinue an association or relation; go different ways"], ["discontinue", "prevent completion"], ["snap off", "break a piece from a whole"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act"], ["check", "become fractured; break or crack on the surface only"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["fall apart", "become separated into pieces or fragments"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["split up", "discontinue an association or relation; go different ways"], ["demote", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["interrupt", "terminate"], ["bump", "assign to a lower position; reduce in rank"], ["break down", "stop operating or functioning"], ["wear out", "go to pieces"], ["develop", "happen"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give way", "break down, literally or metaphorically"], ["weaken", "lessen in force or effect"], ["cave in", "break down, literally or metaphorically"], ["come apart", "become separated into pieces or fragments"], ["die", "stop operating or functioning"], ["wear", "go to pieces"], ["damp", "lessen in force or effect"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["crack", "become fractured; break or crack on the surface only"], ["split", "discontinue an association or relation; go different ways"], ["get around", "be released or become known; of news"], ["fracture", "fracture a bone of"], ["stop", "prevent completion"], ["better", "surpass in excellence"], ["give", "break down, literally or metaphorically"], ["kick downstairs", "assign to a lower position; reduce in rank"], ["bankrupt", "reduce to bankruptcy"], ["pause", "cease an action temporarily"], ["fail", "stop operating or functioning"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "breed", "hint": "synonyms for breed", "clues": [["cover", "copulate with a female, used especially of horses"], ["multiply", "have young (animals) or reproduce (organisms)"], ["engender", "call forth"], ["spawn", "call forth"]]}, {"answer": "bringing", "hint": "synonyms for bringing", "clues": [["bring in", "be sold for a certain price"], ["fetch", "go or come after and bring or take back"], ["bring", "induce or persuade"], ["institute", "advance or set forth in court; ,"], ["impart", "bestow a quality on"], ["work", "cause to happen or to occur as a consequence"], ["add", "bestow a quality on"], ["make for", "cause to happen or to occur as a consequence"], ["wreak", "cause to happen or to occur as a consequence"], ["get", "go or come after and bring or take back"], ["convey", "go or come after and bring or take back"], ["bestow", "bestow a quality on"], ["take", "take something or somebody with oneself somewhere"], ["play", "cause to happen or to occur as a consequence"], ["land", "bring into a different state"], ["lend", "bestow a quality on"], ["contribute", "bestow a quality on"]]}, {"answer": "bristle", "hint": "synonyms for bristle", "clues": [["burst", "be in a state of movement or action"], ["uprise", "rise up as in fear"], ["abound", "be in a state of movement or action"], ["stand up", "rise up as in fear"]]}, {"answer": "broadcast", "hint": "synonyms for broadcast", "clues": [["propagate", "cause to become widely known"], ["send", "broadcast over the airwaves, as in radio or television"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["beam", "broadcast over the airwaves, as in radio or television"], ["pass around", "cause to become widely known"], ["circularise", "cause to become widely known"], ["spread", "cause to become widely known"], ["air", "broadcast over the airwaves, as in radio or television"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["disperse", "cause to become widely known"]]}, {"answer": "broadcasting", "hint": "synonyms for broadcasting", "clues": [["propagate", "cause to become widely known"], ["send", "broadcast over the airwaves, as in radio or television"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["air", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["circularize", "cause to become widely known"], ["beam", "broadcast over the airwaves, as in radio or television"], ["pass around", "cause to become widely known"], ["spread", "cause to become widely known"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["disperse", "cause to become widely known"]]}, {"answer": "broadening", "hint": "synonyms for broadening", "clues": [["branch out", "vary in order to spread risk or to expand"], ["broaden", "extend in scope or range or area"], ["widen", "extend in scope or range or area"], ["diversify", "vary in order to spread risk or to expand"], ["extend", "extend in scope or range or area"]]}, {"answer": "brood", "hint": "synonyms for brood", "clues": [["sulk", "be in a huff and display one's displeasure"], ["cover", "sit on (eggs)"], ["grizzle", "be in a huff; be silent or sullen"], ["stew", "be in a huff; be silent or sullen"], ["hatch", "sit on (eggs)"], ["loom", "hang over, as of something threatening, dark, or menacing"], ["pout", "be in a huff and display one's displeasure"], ["dwell", "think moodily or anxiously about something"], ["incubate", "sit on (eggs)"], ["hover", "hang over, as of something threatening, dark, or menacing"], ["bulk large", "hang over, as of something threatening, dark, or menacing"]]}, {"answer": "brook", "hint": "synonyms for brook", "clues": [["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["abide", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["support", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "brooks", "hint": "synonyms for brooks", "clues": [["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["abide", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["support", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"]]}, {"answer": "browse", "hint": "synonyms for browse", "clues": [["surf", "look around casually and randomly, without seeking anything in particular"], ["graze", "feed as in a meadow or pasture"], ["shop", "shop around; not necessarily buying"], ["range", "feed as in a meadow or pasture"], ["crop", "feed as in a meadow or pasture"], ["pasture", "feed as in a meadow or pasture"]]}, {"answer": "browsing", "hint": "synonyms for browsing", "clues": [["graze", "feed as in a meadow or pasture"], ["surf", "look around casually and randomly, without seeking anything in particular"], ["browse", "feed as in a meadow or pasture"], ["shop", "shop around; not necessarily buying"], ["range", "feed as in a meadow or pasture"], ["crop", "feed as in a meadow or pasture"], ["pasture", "feed as in a meadow or pasture"]]}, {"answer": "bruise", "hint": "synonyms for bruise", "clues": [["spite", "hurt the feelings of"], ["offend", "hurt the feelings of"], ["wound", "hurt the feelings of"], ["contuse", "injure the underlying soft tissue or bone of"], ["injure", "hurt the feelings of"], ["hurt", "hurt the feelings of"]]}, {"answer": "bubble", "hint": "synonyms for bubble", "clues": [["burp", "expel gas from the stomach"], ["burble", "flow in an irregular current with a bubbling noise"], ["eruct", "expel gas from the stomach"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"], ["belch", "expel gas from the stomach"]]}, {"answer": "buck", "hint": "synonyms for buck", "clues": [["shoot", "move quickly and violently"], ["charge", "move quickly and violently"], ["shoot down", "move quickly and violently"], ["tear", "move quickly and violently"], ["hitch", "jump vertically, with legs stiff and back arched"], ["jerk", "jump vertically, with legs stiff and back arched"], ["go against", "resist"]]}, {"answer": "buckle", "hint": "synonyms for buckle", "clues": [["clasp", "fasten with a buckle or buckles"], ["crumple", "fold or collapse"], ["heave", "bend out of shape, as under pressure or from heat"], ["warp", "bend out of shape, as under pressure or from heat"]]}, {"answer": "buffeting", "hint": "synonyms for buffeting", "clues": [["buffet", "strike, beat repeatedly"], ["buff", "strike, beat repeatedly"], ["batter", "strike against forcefully"], ["knock about", "strike against forcefully"]]}, {"answer": "bug", "hint": "synonyms for bug", "clues": [["pester", "annoy persistently"], ["tap", "tap a telephone or telegraph wire to get information"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["intercept", "tap a telephone or telegraph wire to get information"], ["beleaguer", "annoy persistently"], ["tease", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "build", "hint": "synonyms for build", "clues": [["build up", "form or accumulate steadily"], ["establish", "build or establish something abstract"], ["ramp up", "bolster or strengthen"], ["progress", "form or accumulate steadily"], ["work up", "form or accumulate steadily"], ["make", "make by combining materials and parts"], ["construct", "make by combining materials and parts"]]}, {"answer": "building", "hint": "synonyms for building", "clues": [["build up", "form or accumulate steadily"], ["build", "develop and grow"], ["establish", "build or establish something abstract"], ["progress", "form or accumulate steadily"], ["work up", "form or accumulate steadily"], ["ramp up", "bolster or strengthen"], ["construct", "make by combining materials and parts"], ["make", "make by combining materials and parts"]]}, {"answer": "bulge", "hint": "synonyms for bulge", "clues": [["pouch", "swell or protrude outwards"], ["bag", "bulge out; form a bulge outward, or be so full as to appear to bulge"], ["come out", "bulge outward"], ["bulge out", "bulge outward"], ["pop out", "bulge outward"], ["pop", "bulge outward"], ["protrude", "bulge outward"], ["start", "bulge outward"], ["bulk", "cause to bulge or swell outwards"]]}, {"answer": "bull", "hint": "synonyms for bull", "clues": [["fake", "speak insincerely or without regard for facts or truths"], ["bull through", "push or force"], ["bullshit", "speak insincerely or without regard for facts or truths"], ["talk through one's hat", "speak insincerely or without regard for facts or truths"]]}, {"answer": "bump", "hint": "synonyms for bump", "clues": [["knock", "knock against with force or violence"], ["happen", "come upon, as if by accident; meet with"], ["kick downstairs", "assign to a lower position; reduce in rank"], ["demote", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["break", "assign to a lower position; reduce in rank"], ["encounter", "come upon, as if by accident; meet with"], ["dislodge", "remove or force from a position of dwelling previously occupied"], ["chance", "come upon, as if by accident; meet with"], ["find", "come upon, as if by accident; meet with"]]}, {"answer": "bunch", "hint": "synonyms for bunch", "clues": [["clump", "gather or cause to gather into a cluster"], ["bunch up", "gather or cause to gather into a cluster"], ["bunch together", "form into a bunch"], ["bundle", "gather or cause to gather into a cluster"], ["cluster", "gather or cause to gather into a cluster"]]}, {"answer": "bunco", "hint": "synonyms for bunco", "clues": [["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "bundle", "hint": "synonyms for bundle", "clues": [["bunch up", "gather or cause to gather into a cluster"], ["bunch", "gather or cause to gather into a cluster"], ["pack", "compress into a wad"], ["clump", "gather or cause to gather into a cluster"], ["cluster", "gather or cause to gather into a cluster"], ["bundle up", "make into a bundle"], ["compact", "compress into a wad"], ["wad", "compress into a wad"], ["practice bundling", "sleep fully clothed in the same bed with one's betrothed"], ["roll up", "make into a bundle"]]}, {"answer": "bundling", "hint": "synonyms for bundling", "clues": [["bunch up", "gather or cause to gather into a cluster"], ["bundle", "compress into a wad"], ["bunch", "gather or cause to gather into a cluster"], ["pack", "compress into a wad"], ["cluster", "gather or cause to gather into a cluster"], ["clump", "gather or cause to gather into a cluster"], ["bundle up", "make into a bundle"], ["compact", "compress into a wad"], ["wad", "compress into a wad"], ["practice bundling", "sleep fully clothed in the same bed with one's betrothed"], ["roll up", "make into a bundle"]]}, {"answer": "bungle", "hint": "synonyms for bungle", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bunk", "hint": "synonyms for bunk", "clues": [["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["beat", "avoid paying"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "burden", "hint": "synonyms for burden", "clues": [["weight", "weight down with a load"], ["burthen", "weight down with a load"], ["charge", "impose a task upon, assign a responsibility to"], ["saddle", "impose a task upon, assign a responsibility to"], ["weight down", "weight down with a load"]]}, {"answer": "burn", "hint": "synonyms for burn", "clues": [["bite", "cause a sharp or stinging pain or discomfort"], ["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["burn up", "use up (energy)"], ["glow", "shine intensely, as if with heat"], ["sting", "cause a sharp or stinging pain or discomfort"], ["sunburn", "get a sunburn by overexposure to the sun"], ["burn off", "use up (energy)"], ["combust", "undergo combustion"], ["incinerate", "cause to undergo combustion"], ["cut", "create by duplicating data"], ["fire", "destroy by fire"], ["burn down", "destroy by fire"]]}, {"answer": "burns", "hint": "synonyms for burns", "clues": [["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["burn", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent"], ["glow", "shine intensely, as if with heat"], ["burn off", "use up (energy)"], ["combust", "cause to burn or combust"], ["fire", "destroy by fire"], ["bite", "cause a sharp or stinging pain or discomfort"], ["burn up", "use up (energy)"], ["sting", "cause a sharp or stinging pain or discomfort"], ["sunburn", "get a sunburn by overexposure to the sun"], ["incinerate", "cause to undergo combustion"], ["cut", "create by duplicating data"], ["burn down", "destroy by fire"]]}, {"answer": "burping", "hint": "synonyms for burping", "clues": [["burp", "expel gas from the stomach"], ["bubble", "expel gas from the stomach"], ["eruct", "expel gas from the stomach"], ["belch", "expel gas from the stomach"]]}, {"answer": "burst", "hint": "synonyms for burst", "clues": [["break", "force out or release suddenly and often violently something pent up"], ["abound", "be in a state of movement or action"], ["collapse", "cause to burst"], ["explode", "burst outward, usually with noise"], ["break open", "come open suddenly and violently, as if from internal pressure"], ["erupt", "force out or release suddenly and often violently something pent up"], ["bust", "break open or apart suddenly and forcefully"], ["bristle", "be in a state of movement or action"], ["split", "come open suddenly and violently, as if from internal pressure"]]}, {"answer": "burying", "hint": "synonyms for burying", "clues": [["sink", "embed deeply"], ["immerse", "enclose or envelop completely, as if by swallowing"], ["entomb", "place in a grave or tomb"], ["inter", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["bury", "place in the earth and cover with soil"], ["eat up", "enclose or envelop completely, as if by swallowing"], ["lay to rest", "place in a grave or tomb"], ["forget", "dismiss from the mind; stop remembering"], ["swallow", "enclose or envelop completely, as if by swallowing"], ["swallow up", "enclose or envelop completely, as if by swallowing"]]}, {"answer": "bushel", "hint": "synonyms for bushel", "clues": [["mend", "restore by replacing a part or putting together what is torn or broken"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["fix", "restore by replacing a part or putting together what is torn or broken"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["touch on", "restore by replacing a part or putting together what is torn or broken"]]}, {"answer": "buss", "hint": "synonyms for buss", "clues": [["osculate", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["bus", "send or move around by bus"], ["kiss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["snog", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."]]}, {"answer": "butt", "hint": "synonyms for butt", "clues": [["butt on", "lie adjacent to another or share a boundary"], ["adjoin", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["edge", "lie adjacent to another or share a boundary"], ["bunt", "to strike, thrust or shove against"]]}, {"answer": "butterfly", "hint": "synonyms for butterfly", "clues": [["dally", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["mash", "talk or behave amorously, without serious intentions"], ["philander", "talk or behave amorously, without serious intentions"], ["flirt", "talk or behave amorously, without serious intentions"], ["romance", "talk or behave amorously, without serious intentions"], ["chat up", "talk or behave amorously, without serious intentions"]]}, {"answer": "buy", "hint": "synonyms for buy", "clues": [["purchase", "obtain by purchase; acquire by means of a financial transaction"], ["corrupt", "make illegal payments to in exchange for favors or influence"], ["grease one's palms", "make illegal payments to in exchange for favors or influence"], ["bribe", "make illegal payments to in exchange for favors or influence"]]}, {"answer": "buying", "hint": "synonyms for buying", "clues": [["bribe", "make illegal payments to in exchange for favors or influence"], ["purchase", "obtain by purchase; acquire by means of a financial transaction"], ["grease one's palms", "make illegal payments to in exchange for favors or influence"], ["buy", "acquire by trade or sacrifice or exchange"], ["corrupt", "make illegal payments to in exchange for favors or influence"]]}, {"answer": "cabal", "hint": "synonyms for cabal", "clues": [["machinate", "engage in plotting or enter into a conspiracy, swear together"], ["complot", "engage in plotting or enter into a conspiracy, swear together"], ["conjure", "engage in plotting or enter into a conspiracy, swear together"], ["conspire", "engage in plotting or enter into a conspiracy, swear together"]]}, {"answer": "cabbage", "hint": "synonyms for cabbage", "clues": [["pilfer", "make off with belongings of others"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["abstract", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "cache", "hint": "synonyms for cache", "clues": [["lay away", "save up as for future use"], ["hive up", "save up as for future use"], ["squirrel away", "save up as for future use"], ["hoard", "save up as for future use"], ["stash", "save up as for future use"]]}, {"answer": "call", "hint": "synonyms for call", "clues": [["scream", "utter a sudden loud cry"], ["phone", "get or try to get into communication (with someone) by telephone"], ["prognosticate", "make a prediction about; tell in advance"], ["shout out", "utter a sudden loud cry"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["send for", "order, request, or command to come"], ["bid", "make a demand, as for a card or a suit or a show of hands"], ["name", "assign a specified (usually proper) proper name to"], ["predict", "make a prediction about; tell in advance"], ["ring", "get or try to get into communication (with someone) by telephone"], ["forebode", "make a prediction about; tell in advance"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["call off", "give the calls (to the dancers) for a square dance"], ["yell", "utter a sudden loud cry"], ["visit", "pay a brief visit"], ["foretell", "make a prediction about; tell in advance"], ["call up", "get or try to get into communication (with someone) by telephone"], ["holler", "utter a sudden loud cry"], ["promise", "make a prediction about; tell in advance"], ["cry", "utter a sudden loud cry"], ["address", "greet, as with a prescribed form, title, or name"], ["call in", "demand payment of (a loan)"], ["shout", "utter a sudden loud cry"], ["anticipate", "make a prediction about; tell in advance"]]}, {"answer": "call_up", "hint": "synonyms for call up", "clues": [["mobilise", "call to arms; of military personnel"], ["call back", "recall knowledge from memory; have a recollection"], ["recollect", "recall knowledge from memory; have a recollection"], ["phone", "get or try to get into communication (with someone) by telephone"], ["call", "get or try to get into communication (with someone) by telephone"], ["think", "recall knowledge from memory; have a recollection"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["retrieve", "recall knowledge from memory; have a recollection"], ["rally", "call to arms; of military personnel"], ["ring", "get or try to get into communication (with someone) by telephone"], ["recall", "recall knowledge from memory; have a recollection"], ["bring forward", "bring forward for consideration"], ["remember", "recall knowledge from memory; have a recollection"]]}, {"answer": "calling", "hint": "synonyms for calling", "clues": [["phone", "get or try to get into communication (with someone) by telephone"], ["call", "stop or postpone because of adverse conditions, such as bad weather"], ["send for", "order, request, or command to come"], ["forebode", "make a prediction about; tell in advance"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["visit", "pay a brief visit"], ["call up", "get or try to get into communication (with someone) by telephone"], ["holler", "utter a sudden loud cry"], ["promise", "make a prediction about; tell in advance"], ["address", "greet, as with a prescribed form, title, or name"], ["call in", "demand payment of (a loan)"], ["shout", "utter a sudden loud cry"], ["scream", "utter a sudden loud cry"], ["prognosticate", "make a prediction about; tell in advance"], ["shout out", "utter a sudden loud cry"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["predict", "make a prediction about; tell in advance"], ["bid", "make a demand, as for a card or a suit or a show of hands"], ["name", "assign a specified (usually proper) proper name to"], ["ring", "get or try to get into communication (with someone) by telephone"], ["call off", "give the calls (to the dancers) for a square dance"], ["yell", "utter a sudden loud cry"], ["foretell", "make a prediction about; tell in advance"], ["cry", "utter a sudden loud cry"], ["anticipate", "make a prediction about; tell in advance"]]}, {"answer": "calming", "hint": "synonyms for calming", "clues": [["calm down", "become quiet or calm, especially after a state of agitation"], ["steady", "make steady"], ["calm", "make calm or still"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["cool it", "become quiet or calm, especially after a state of agitation"], ["tranquillise", "cause to be calm or quiet as by administering a sedative to"], ["chill out", "become quiet or calm, especially after a state of agitation"], ["quiet", "make calm or still"], ["cool off", "become quiet or calm, especially after a state of agitation"], ["lull", "make calm or still"], ["settle down", "become quiet or calm, especially after a state of agitation"], ["simmer down", "become quiet or calm, especially after a state of agitation"], ["becalm", "make steady"]]}, {"answer": "campaign", "hint": "synonyms for campaign", "clues": [["take the field", "go on a campaign; go off to war"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["run", "run, stand, or compete for an office or a position"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"]]}, {"answer": "campaigning", "hint": "synonyms for campaigning", "clues": [["campaign", "go on a campaign; go off to war"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["run", "run, stand, or compete for an office or a position"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["take the field", "go on a campaign; go off to war"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"]]}, {"answer": "camping", "hint": "synonyms for camping", "clues": [["camp", "give an artificially banal or sexual quality to"], ["encamp", "live in or as if in a tent"], ["camp out", "live in or as if in a tent"], ["camp down", "establish or set up a camp"], ["tent", "live in or as if in a tent"], ["bivouac", "live in or as if in a tent"]]}, {"answer": "can", "hint": "synonyms for can", "clues": [["fire", "terminate the employment of; discharge from an office or position"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["tin", "preserve in a can or tin"], ["put up", "preserve in a can or tin"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "cancel", "hint": "synonyms for cancel", "clues": [["strike down", "declare null and void; make ineffective"], ["invalidate", "make invalid for use"], ["delete", "remove or make invisible"], ["scrub", "postpone indefinitely or annul something that was scheduled"], ["scratch", "postpone indefinitely or annul something that was scheduled"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["offset", "make up for"], ["set off", "make up for"]]}, {"answer": "caning", "hint": "synonyms for caning", "clues": [["lambast", "beat with a cane"], ["fire", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["tin", "preserve in a can or tin"], ["cane", "beat with a cane"], ["force out", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["put up", "preserve in a can or tin"], ["flog", "beat with a cane"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"]]}, {"answer": "cant", "hint": "synonyms for cant", "clues": [["tilt", "heel over"], ["cant over", "heel over"], ["pitch", "heel over"], ["slant", "heel over"]]}, {"answer": "canvas", "hint": "synonyms for canvas", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["analyze", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["canvass", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["poll", "get the opinions (of people) by asking specific questions"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning"]]}, {"answer": "canvass", "hint": "synonyms for canvass", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["analyze", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["poll", "get the opinions (of people) by asking specific questions"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning"]]}, {"answer": "canvassing", "hint": "synonyms for canvassing", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["canvas", "solicit votes from potential voters in an electoral campaign"], ["analyze", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["poll", "get the opinions (of people) by asking specific questions"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning"]]}, {"answer": "capture", "hint": "synonyms for capture", "clues": [["catch", "capture as if by hunting, snaring, or trapping"], ["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["conquer", "take possession of by force, as after an invasion"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["get", "succeed in catching or seizing, especially after a chase"], ["appropriate", "take possession of by force, as after an invasion"], ["captivate", "attract; cause to be enamored"], ["seize", "take possession of by force, as after an invasion"]]}, {"answer": "care", "hint": "synonyms for care", "clues": [["like", "prefer or wish to do something"], ["give care", "provide care for"], ["worry", "be concerned with"], ["handle", "be in charge of, act on, or dispose of"], ["deal", "be in charge of, act on, or dispose of"], ["wish", "prefer or wish to do something"], ["manage", "be in charge of, act on, or dispose of"]]}, {"answer": "careen", "hint": "synonyms for careen", "clues": [["tilt", "move sideways or in an unsteady way"], ["lurch", "walk as if unable to control one's movements"], ["reel", "walk as if unable to control one's movements"], ["keel", "walk as if unable to control one's movements"], ["wobble", "move sideways or in an unsteady way"], ["shift", "move sideways or in an unsteady way"], ["stagger", "walk as if unable to control one's movements"], ["swag", "walk as if unable to control one's movements"]]}, {"answer": "carry", "hint": "synonyms for carry", "clues": [["have a bun in the oven", "be pregnant with"], ["behave", "behave in a certain manner"], ["comport", "behave in a certain manner"], ["persuade", "win approval or support for"], ["deport", "behave in a certain manner"], ["hold", "drink alcohol without showing ill effects"], ["impart", "transmit or serve as the medium for transmission"], ["dribble", "propel,"], ["channel", "transmit or serve as the medium for transmission"], ["bear", "be pregnant with"], ["stockpile", "have on hand"], ["convey", "transmit or serve as the medium for transmission"], ["transport", "move while supporting, either in a vehicle or in one's hands or on one's body"], ["conduct", "transmit or serve as the medium for transmission"], ["pack", "have with oneself; have on one's person"], ["extend", "continue or extend"], ["express", "serve as a means for expressing something"], ["post", "transfer (entries) from one account book to another"], ["contain", "contain or hold; have within"], ["sway", "win approval or support for"], ["expect", "be pregnant with"], ["stock", "have on hand"], ["run", "include as the content; broadcast or publicize"], ["transmit", "transmit or serve as the medium for transmission"], ["gestate", "be pregnant with"], ["take", "have with oneself; have on one's person"], ["acquit", "behave in a certain manner"]]}, {"answer": "carting", "hint": "synonyms for carting", "clues": [["drag", "draw slowly or heavily"], ["cart", "draw slowly or heavily"], ["hale", "draw slowly or heavily"], ["haul", "draw slowly or heavily"]]}, {"answer": "cast", "hint": "synonyms for cast", "clues": [["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["throw", "get rid of"], ["throw off", "get rid of"], ["put", "formulate in a particular style or language"], ["draw", "choose at random"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["project", "put or send forth"], ["spue", "eject the contents of the stomach through the mouth"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["purge", "eject the contents of the stomach through the mouth"], ["shed", "get rid of"], ["frame", "formulate in a particular style or language"], ["mould", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["barf", "eject the contents of the stomach through the mouth"], ["shake off", "get rid of"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["hurl", "throw forcefully"], ["cat", "eject the contents of the stomach through the mouth"], ["cast off", "get rid of"], ["spew", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["throw away", "get rid of"], ["redact", "formulate in a particular style or language"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["contrive", "put or send forth"], ["be sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["disgorge", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["drop", "get rid of"], ["couch", "formulate in a particular style or language"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["hurtle", "throw forcefully"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "casting", "hint": "synonyms for casting", "clues": [["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["throw", "get rid of"], ["throw off", "get rid of"], ["cast", "eject the contents of the stomach through the mouth"], ["put", "formulate in a particular style or language"], ["draw", "choose at random"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["project", "put or send forth"], ["spue", "eject the contents of the stomach through the mouth"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["shed", "get rid of"], ["frame", "formulate in a particular style or language"], ["purge", "eject the contents of the stomach through the mouth"], ["mould", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["barf", "eject the contents of the stomach through the mouth"], ["shake off", "get rid of"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["hurl", "throw forcefully"], ["cast off", "get rid of"], ["spew", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["throw away", "get rid of"], ["redact", "formulate in a particular style or language"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["contrive", "put or send forth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["disgorge", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["drop", "get rid of"], ["couch", "formulate in a particular style or language"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["hurtle", "throw forcefully"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["honk", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "castrate", "hint": "synonyms for castrate", "clues": [["spay", "remove the ovaries of"], ["demasculinize", "remove the testicles of a male animal"], ["emasculate", "remove the testicles of a male animal"], ["alter", "remove the ovaries of"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate"], ["shorten", "edit by omitting or modifying parts considered indelicate"], ["expurgate", "edit by omitting or modifying parts considered indelicate"], ["neuter", "remove the ovaries of"]]}, {"answer": "cat", "hint": "synonyms for cat", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "catch", "hint": "synonyms for catch", "clues": [["overhear", "hear, usually without the knowledge of the speakers"], ["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["hitch", "to hook or entangle"], ["trip up", "detect a blunder or misstep"], ["enchant", "attract; cause to be enamored"], ["get", "grasp with the mind or develop an understanding of"], ["capture", "succeed in catching or seizing, especially after a chase"], ["take in", "hear, usually without the knowledge of the speakers"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["see", "see or watch"], ["grab", "take hold of so as to seize or restrain or stop the motion of"], ["captivate", "attract; cause to be enamored"], ["catch up with", "catch up with and possibly overtake"], ["bewitch", "attract; cause to be enamored"], ["arrest", "attract and fix"], ["watch", "see or watch"], ["charm", "attract; cause to be enamored"], ["take hold of", "take hold of so as to seize or restrain or stop the motion of"], ["view", "see or watch"], ["pick up", "perceive with the senses quickly, suddenly, or momentarily"], ["overtake", "catch up with and possibly overtake"]]}, {"answer": "catering", "hint": "synonyms for catering", "clues": [["provide", "give what is desired or needed, especially support, food or sustenance"], ["supply", "give what is desired or needed, especially support, food or sustenance"], ["cater", "give what is desired or needed, especially support, food or sustenance"], ["ply", "give what is desired or needed, especially support, food or sustenance"]]}, {"answer": "cause", "hint": "synonyms for cause", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["make", "give rise to; cause to happen or occur, not always intentionally"], ["get", "cause to do; cause to act in a specified manner"], ["induce", "cause to do; cause to act in a specified manner"], ["stimulate", "cause to do; cause to act in a specified manner"], ["have", "cause to do; cause to act in a specified manner"]]}, {"answer": "causing", "hint": "synonyms for causing", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["make", "give rise to; cause to happen or occur, not always intentionally"], ["get", "cause to do; cause to act in a specified manner"], ["cause", "cause to do; cause to act in a specified manner"], ["induce", "cause to do; cause to act in a specified manner"], ["stimulate", "cause to do; cause to act in a specified manner"], ["have", "cause to do; cause to act in a specified manner"]]}, {"answer": "cave_in", "hint": "synonyms for cave in", "clues": [["collapse", "break down, literally or metaphorically"], ["give", "break down, literally or metaphorically"], ["fall in", "break down, literally or metaphorically"], ["give way", "break down, literally or metaphorically"], ["founder", "break down, literally or metaphorically"], ["break", "break down, literally or metaphorically"]]}, {"answer": "cease", "hint": "synonyms for cease", "clues": [["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["discontinue", "put an end to a state or an activity"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["give up", "put an end to a state or an activity"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["stop", "put an end to a state or an activity"], ["quit", "put an end to a state or an activity"], ["lay off", "put an end to a state or an activity"]]}, {"answer": "ceding", "hint": "synonyms for ceding", "clues": [["deliver", "relinquish possession or control over"], ["give up", "relinquish possession or control over"], ["surrender", "relinquish possession or control over"], ["concede", "give over; surrender or relinquish to the physical control of another"], ["cede", "relinquish possession or control over"], ["yield", "give over; surrender or relinquish to the physical control of another"], ["grant", "give over; surrender or relinquish to the physical control of another"]]}, {"answer": "centering", "hint": "synonyms for centering", "clues": [["pore", "direct one's attention on something"], ["centre", "move into the center"], ["revolve about", "center upon"], ["center", "center upon"], ["revolve around", "center upon"], ["concentrate", "direct one's attention on something"], ["focus", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["focus on", "center upon"], ["center on", "center upon"]]}, {"answer": "centre", "hint": "synonyms for centre", "clues": [["pore", "direct one's attention on something"], ["center", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["concentrate", "direct one's attention on something"], ["focus", "direct one's attention on something"]]}, {"answer": "chafe", "hint": "synonyms for chafe", "clues": [["rub", "cause friction"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["gall", "become or make sore by or as if by rubbing"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["fret", "cause friction"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["excoriate", "tear or wear off the skin or make sore by abrading"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["fray", "cause friction"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["scratch", "cause friction"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "chaff", "hint": "synonyms for chaff", "clues": [["banter", "be silly or tease one another"], ["kid", "be silly or tease one another"], ["josh", "be silly or tease one another"], ["jolly", "be silly or tease one another"]]}, {"answer": "chafing", "hint": "synonyms for chafing", "clues": [["rub", "cause friction"], ["chafe", "become or make sore by or as if by rubbing"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["gall", "become or make sore by or as if by rubbing"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["fret", "cause friction"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["excoriate", "tear or wear off the skin or make sore by abrading"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["fray", "cause friction"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["scratch", "cause friction"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "chagrin", "hint": "synonyms for chagrin", "clues": [["abase", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"], ["mortify", "cause to feel shame; hurt the pride of"]]}, {"answer": "change", "hint": "synonyms for change", "clues": [["commute", "exchange or replace with another, usually of the same kind or category"], ["convert", "exchange or replace with another, usually of the same kind or category"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["alter", "cause to change; make different; cause a transformation"], ["switch", "lay aside, abandon, or leave for another"], ["modify", "cause to change; make different; cause a transformation"], ["interchange", "give to, and receive from, one another"], ["transfer", "change from one vehicle or transportation line to another"], ["deepen", "become deeper in tone"], ["shift", "lay aside, abandon, or leave for another"], ["exchange", "exchange or replace with another, usually of the same kind or category"]]}, {"answer": "channel", "hint": "synonyms for channel", "clues": [["carry", "transmit or serve as the medium for transmission"], ["transmit", "send from one person or place to another"], ["canalize", "direct the flow of"], ["transport", "send from one person or place to another"], ["channelize", "send from one person or place to another"], ["impart", "transmit or serve as the medium for transmission"], ["transfer", "send from one person or place to another"], ["convey", "transmit or serve as the medium for transmission"], ["conduct", "transmit or serve as the medium for transmission"]]}, {"answer": "channels", "hint": "synonyms for channels", "clues": [["carry", "transmit or serve as the medium for transmission"], ["channel", "send from one person or place to another"], ["transmit", "send from one person or place to another"], ["canalize", "direct the flow of"], ["channelize", "send from one person or place to another"], ["transport", "send from one person or place to another"], ["impart", "transmit or serve as the medium for transmission"], ["transfer", "send from one person or place to another"], ["convey", "transmit or serve as the medium for transmission"], ["conduct", "transmit or serve as the medium for transmission"]]}, {"answer": "chanting", "hint": "synonyms for chanting", "clues": [["chant", "utter monotonously and repetitively and rhythmically"], ["intone", "recite with musical intonation; recite as a chant or a psalm"], ["tone", "utter monotonously and repetitively and rhythmically"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm"]]}, {"answer": "char", "hint": "synonyms for char", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["scorch", "burn slightly and superficially so as to affect color"], ["sear", "burn slightly and superficially so as to affect color"], ["coal", "burn to charcoal"]]}, {"answer": "charge", "hint": "synonyms for charge", "clues": [["level", "direct into a position for use"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["point", "direct into a position for use"], ["excite", "cause to be agitated, excited, or roused"], ["appoint", "assign a duty, responsibility or obligation to"], ["load", "provide (a device) with something necessary"], ["blame", "attribute responsibility to"], ["lodge", "file a formal charge against"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["saddle", "impose a task upon, assign a responsibility to"], ["shoot", "move quickly and violently"], ["agitate", "cause to be agitated, excited, or roused"], ["commit", "cause to be admitted; of persons to an institution"], ["bear down", "to make a rush at or sudden attack upon, as in battle"], ["send", "cause to be admitted; of persons to an institution"], ["accuse", "blame for, make a claim of wrongdoing or misbehavior against"], ["burden", "impose a task upon, assign a responsibility to"], ["commove", "cause to be agitated, excited, or roused"], ["consign", "give over to another for care or safekeeping"], ["shoot down", "move quickly and violently"], ["tear", "move quickly and violently"], ["file", "file a formal charge against"], ["buck", "move quickly and violently"], ["bill", "demand payment"]]}, {"answer": "charm", "hint": "synonyms for charm", "clues": [["becharm", "control by magic spells, as by practicing witchcraft"], ["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["influence", "induce into action by using one's charm"], ["tempt", "induce into action by using one's charm"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "charter", "hint": "synonyms for charter", "clues": [["engage", "engage for service under a term of contract"], ["rent", "engage for service under a term of contract"], ["hire", "hold under a lease or rental agreement; of goods and services"], ["lease", "hold under a lease or rental agreement; of goods and services"], ["take", "engage for service under a term of contract"]]}, {"answer": "chase", "hint": "synonyms for chase", "clues": [["chase after", "pursue someone sexually or romantically"], ["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["furrow", "cut a furrow into a columns"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["chamfer", "cut a furrow into a columns"], ["tag", "go after with the intent to catch"]]}, {"answer": "chased", "hint": "synonyms for chased", "clues": [["chase", "cut a furrow into a columns"], ["chase after", "pursue someone sexually or romantically"], ["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["furrow", "cut a furrow into a columns"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["chamfer", "cut a furrow into a columns"], ["tag", "go after with the intent to catch"]]}, {"answer": "chasteness", "hint": "synonyms for chasteness", "clues": [["chasten", "correct by punishment or discipline"], ["objurgate", "censure severely"], ["castigate", "censure severely"], ["chastise", "censure severely"], ["temper", "restrain"], ["correct", "censure severely"], ["subdue", "correct by punishment or discipline"], ["tame", "correct by punishment or discipline"], ["moderate", "restrain"]]}, {"answer": "chastening", "hint": "synonyms for chastening", "clues": [["chasten", "correct by punishment or discipline"], ["objurgate", "censure severely"], ["castigate", "censure severely"], ["chastise", "censure severely"], ["temper", "restrain"], ["correct", "censure severely"], ["subdue", "correct by punishment or discipline"], ["tame", "correct by punishment or discipline"], ["moderate", "restrain"]]}, {"answer": "chat", "hint": "synonyms for chat", "clues": [["visit", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "chatter", "hint": "synonyms for chatter", "clues": [["click", "click repeatedly or uncontrollably"], ["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["chat", "talk socially without exchanging too much information"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["chitchat", "talk socially without exchanging too much information"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["chaffer", "talk socially without exchanging too much information"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"], ["visit", "talk socially without exchanging too much information"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "chattering", "hint": "synonyms for chattering", "clues": [["click", "click repeatedly or uncontrollably"], ["chatter", "click repeatedly or uncontrollably"], ["chat", "talk socially without exchanging too much information"], ["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["chitchat", "talk socially without exchanging too much information"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["jaw", "talk socially without exchanging too much information"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["chaffer", "talk socially without exchanging too much information"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"], ["visit", "talk socially without exchanging too much information"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "cheat", "hint": "synonyms for cheat", "clues": [["rip off", "deprive somebody of something by deceit"], ["chisel", "deprive somebody of something by deceit"], ["betray", "be sexually unfaithful to one's partner in marriage"], ["wander", "be sexually unfaithful to one's partner in marriage"], ["cuckold", "be sexually unfaithful to one's partner in marriage"], ["cheat on", "be sexually unfaithful to one's partner in marriage"], ["jockey", "defeat someone through trickery or deceit"], ["chicane", "defeat someone through trickery or deceit"], ["shaft", "defeat someone through trickery or deceit"], ["chouse", "defeat someone through trickery or deceit"], ["screw", "defeat someone through trickery or deceit"]]}, {"answer": "check", "hint": "synonyms for check", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["retard", "slow the growth or development of"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["chink", "make cracks or chinks in"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["tick off", "put a check mark on or near or next to"], ["delay", "slow the growth or development of"], ["mark", "put a check mark on or near or next to"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["look into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"], ["insure", "be careful or certain to do something; make certain of something"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["mark off", "put a check mark on or near or next to"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["see to it", "be careful or certain to do something; make certain of something"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["crack", "become fractured; break or crack on the surface only"], ["suss out", "examine so as to determine accuracy, quality, or condition"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["break", "become fractured; break or crack on the surface only"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["check off", "put a check mark on or near or next to"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["checker", "mark into squares or draw squares on; draw crossed lines on"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["assure", "be careful or certain to do something; make certain of something"], ["chequer", "mark into squares or draw squares on; draw crossed lines on"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["tick", "put a check mark on or near or next to"], ["ensure", "be careful or certain to do something; make certain of something"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"]]}, {"answer": "cheer", "hint": "synonyms for cheer", "clues": [["recreate", "give encouragement to"], ["chirk up", "become cheerful"], ["hearten", "give encouragement to"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["embolden", "give encouragement to"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["root on", "spur on or encourage especially by cheers and shouts"], ["jolly along", "cause (somebody) to feel happier or more cheerful"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["jolly up", "cause (somebody) to feel happier or more cheerful"], ["urge", "spur on or encourage especially by cheers and shouts"], ["cheer up", "become cheerful"]]}, {"answer": "chewing", "hint": "synonyms for chewing", "clues": [["chew", "chew (food); to bite and grind with the teeth"], ["masticate", "chew (food); to bite and grind with the teeth"], ["jaw", "chew (food); to bite and grind with the teeth"], ["manducate", "chew (food); to bite and grind with the teeth"]]}, {"answer": "chicane", "hint": "synonyms for chicane", "clues": [["carp", "raise trivial objections"], ["cavil", "raise trivial objections"], ["jockey", "defeat someone through trickery or deceit"], ["cheat", "defeat someone through trickery or deceit"], ["chouse", "defeat someone through trickery or deceit"], ["shaft", "defeat someone through trickery or deceit"], ["screw", "defeat someone through trickery or deceit"]]}, {"answer": "chiding", "hint": "synonyms for chiding", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "chink", "hint": "synonyms for chink", "clues": [["check", "make cracks or chinks in"], ["clink", "make or emit a high sound"], ["tinkle", "make or emit a high sound"], ["tink", "make or emit a high sound"]]}, {"answer": "chip", "hint": "synonyms for chip", "clues": [["break away", "break off (a piece from a whole)"], ["knap", "break a small piece off from"], ["cut off", "break a small piece off from"], ["break off", "break off (a piece from a whole)"], ["come off", "break off (a piece from a whole)"], ["chip off", "break off (a piece from a whole)"], ["nick", "cut a nick into"]]}, {"answer": "chipping", "hint": "synonyms for chipping", "clues": [["chip", "play a chip shot"], ["knap", "break a small piece off from"], ["cut off", "break a small piece off from"], ["break off", "break a small piece off from"], ["nick", "cut a nick into"], ["break away", "break off (a piece from a whole)"], ["chip off", "break off (a piece from a whole)"], ["come off", "break off (a piece from a whole)"]]}, {"answer": "chips", "hint": "synonyms for chips", "clues": [["chip", "play a chip shot"], ["knap", "break a small piece off from"], ["cut off", "break a small piece off from"], ["break off", "break a small piece off from"], ["nick", "cut a nick into"], ["break away", "break off (a piece from a whole)"], ["chip off", "break off (a piece from a whole)"], ["come off", "break off (a piece from a whole)"]]}, {"answer": "chirp", "hint": "synonyms for chirp", "clues": [["peep", "make high-pitched sounds"], ["tweedle", "sing in modulation"], ["chirrup", "make high-pitched sounds"], ["cheep", "make high-pitched sounds"]]}, {"answer": "chit-chat", "hint": "synonyms for chit-chat", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "chitchat", "hint": "synonyms for chitchat", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["chit-chat", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "choke", "hint": "synonyms for choke", "clues": [["fret", "be too tight; rub or press"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["throttle", "reduce the air supply"], ["suffocate", "become stultified, suppressed, or stifled"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["gag", "be too tight; rub or press"], ["asphyxiate", "impair the respiration of or obstruct the air passage of"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["strangle", "struggle for breath; have insufficient oxygen intake"], ["foul", "become or cause to become obstructed"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["congest", "become or cause to become obstructed"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["scrag", "wring the neck of"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke off", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["stifle", "impair the respiration of or obstruct the air passage of"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["back up", "become or cause to become obstructed"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "choking", "hint": "synonyms for choking", "clues": [["fret", "be too tight; rub or press"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["throttle", "reduce the air supply"], ["suffocate", "become stultified, suppressed, or stifled"], ["choke", "fail to perform adequately due to tension or agitation"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["gag", "be too tight; rub or press"], ["asphyxiate", "impair the respiration of or obstruct the air passage of"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["strangle", "struggle for breath; have insufficient oxygen intake"], ["foul", "become or cause to become obstructed"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["congest", "become or cause to become obstructed"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["scrag", "wring the neck of"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke off", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["stifle", "impair the respiration of or obstruct the air passage of"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["back up", "become or cause to become obstructed"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "chosen", "hint": "synonyms for chosen", "clues": [["choose", "pick out, select, or choose from a number of alternatives"], ["select", "pick out, select, or choose from a number of alternatives"], ["opt", "select as an alternative over another"], ["pick out", "pick out, select, or choose from a number of alternatives"], ["take", "pick out, select, or choose from a number of alternatives"], ["prefer", "select as an alternative over another"]]}, {"answer": "chuck", "hint": "synonyms for chuck", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["ditch", "throw away"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["pat", "pat or squeeze fondly or playfully, especially under the chin"], ["vomit up", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["toss", "throw carelessly"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "cipher", "hint": "synonyms for cipher", "clues": [["figure", "make a mathematical calculation or computation"], ["write in code", "convert ordinary language into code"], ["encipher", "convert ordinary language into code"], ["cypher", "make a mathematical calculation or computation"], ["inscribe", "convert ordinary language into code"], ["work out", "make a mathematical calculation or computation"], ["calculate", "make a mathematical calculation or computation"], ["encrypt", "convert ordinary language into code"], ["compute", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"], ["code", "convert ordinary language into code"]]}, {"answer": "cite", "hint": "synonyms for cite", "clues": [["abduce", "advance evidence for"], ["summons", "call in an official matter, such as to attend court"], ["name", "make reference to"], ["quote", "repeat a passage from"], ["mention", "make reference to"], ["reference", "refer to"], ["adduce", "advance evidence for"], ["advert", "make reference to"], ["refer", "make reference to"], ["bring up", "make reference to"]]}, {"answer": "clack", "hint": "synonyms for clack", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["click", "make a clucking sounds, characteristic of hens"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["brattle", "make a rattling sound"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["cluck", "make a clucking sounds, characteristic of hens"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "claim", "hint": "synonyms for claim", "clues": [["arrogate", "demand as being one's due or property; assert one's right or title to"], ["take", "take as an undesirable consequence of some event or state of affairs"], ["lay claim", "demand as being one's due or property; assert one's right or title to"], ["exact", "take as an undesirable consequence of some event or state of affairs"]]}, {"answer": "clamber", "hint": "synonyms for clamber", "clues": [["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["struggle", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["shinny", "climb awkwardly, as if by scrambling"], ["sputter", "climb awkwardly, as if by scrambling"]]}, {"answer": "clapping", "hint": "synonyms for clapping", "clues": [["acclaim", "clap one's hands or shout after performances to indicate approval"], ["clap", "strike with the flat of the hand; usually in a friendly way, as in encouragement or greeting"], ["spat", "clap one's hands together"], ["applaud", "clap one's hands or shout after performances to indicate approval"]]}, {"answer": "class", "hint": "synonyms for class", "clues": [["sort out", "arrange or order by classes or categories"], ["sort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"], ["classify", "arrange or order by classes or categories"], ["assort", "arrange or order by classes or categories"]]}, {"answer": "claxon", "hint": "synonyms for claxon", "clues": [["beep", "make a loud noise"], ["honk", "make a loud noise"], ["toot", "make a loud noise"], ["blare", "make a loud noise"]]}, {"answer": "cleaning", "hint": "synonyms for cleaning", "clues": [["clean", "remove shells or husks from"], ["scavenge", "remove unwanted substances from"], ["pick", "remove unwanted substances from, such as feathers or pits"], ["cleanse", "clean one's body or parts thereof, as by washing"], ["clean house", "clean and tidy up the house"], ["houseclean", "clean and tidy up the house"], ["strip", "remove all contents or possession from, or empty completely"], ["make clean", "make clean by removing dirt, filth, or unwanted substances from"]]}, {"answer": "clearing", "hint": "synonyms for clearing", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["clear", "remove (people) from a building"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["exonerate", "pronounce not guilty of criminal charges"], ["authorise", "grant authorization or clearance for"], ["light up", "become clear"], ["net", "yield as a net profit"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["sack up", "make as a net profit"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["top", "pass by, over, or under without making contact"], ["sack", "make as a net profit"], ["discharge", "pronounce not guilty of criminal charges"], ["clear up", "make free from confusion or ambiguity; make clear"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["acquit", "pronounce not guilty of criminal charges"], ["brighten", "become clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["assoil", "pronounce not guilty of criminal charges"], ["unclutter", "rid of obstructions"], ["pass", "grant authorization or clearance for"], ["solve", "settle, as of a debt"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["exculpate", "pronounce not guilty of criminal charges"]]}, {"answer": "click", "hint": "synonyms for click", "clues": [["chatter", "click repeatedly or uncontrollably"], ["sink in", "become clear or enter one's consciousness or emotions"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["clack", "make a clucking sounds, characteristic of hens"], ["get across", "become clear or enter one's consciousness or emotions"], ["tick", "make a clicking or ticking sound"], ["get through", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"], ["snap", "cause to make a snapping sound"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["flick", "cause to make a snapping sound"], ["come home", "become clear or enter one's consciousness or emotions"], ["cluck", "make a clucking sounds, characteristic of hens"]]}, {"answer": "climb", "hint": "synonyms for climb", "clues": [["rise", "go up or advance"], ["go up", "increase in value or to a higher point"], ["climb up", "go upward with gradual or continuous progress"], ["mount", "go up or advance"], ["wax", "go up or advance"]]}, {"answer": "climbing", "hint": "synonyms for climbing", "clues": [["go up", "go upward with gradual or continuous progress"], ["climb up", "go upward with gradual or continuous progress"], ["climb", "move with difficulty, by grasping"], ["mount", "go up or advance"], ["rise", "increase in value or to a higher point"], ["wax", "go up or advance"]]}, {"answer": "cling", "hint": "synonyms for cling", "clues": [["hang", "hold on tightly or tenaciously"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["adhere", "come or be in close contact with; stick or hold together and resist separation"], ["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["stick", "come or be in close contact with; stick or hold together and resist separation"]]}, {"answer": "clip", "hint": "synonyms for clip", "clues": [["prune", "cultivate, tend, and cut back the growth of"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent"], ["lop", "cultivate, tend, and cut back the growth of"], ["jog", "run at a moderately swift pace"], ["nip", "sever or remove by pinching or snipping"], ["cut back", "cultivate, tend, and cut back the growth of"], ["crop", "cultivate, tend, and cut back the growth of"], ["trot", "run at a moderately swift pace"], ["dress", "cultivate, tend, and cut back the growth of"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent"], ["trim", "cultivate, tend, and cut back the growth of"], ["nip off", "sever or remove by pinching or snipping"]]}, {"answer": "clipping", "hint": "synonyms for clipping", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["jog", "run at a moderately swift pace"], ["nip", "sever or remove by pinching or snipping"], ["cut back", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"], ["nip off", "sever or remove by pinching or snipping"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent"], ["crop", "cultivate, tend, and cut back the growth of"], ["trot", "run at a moderately swift pace"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent"], ["trim", "cultivate, tend, and cut back the growth of"]]}, {"answer": "cloak", "hint": "synonyms for cloak", "clues": [["mask", "hide under a false appearance"], ["dissemble", "hide under a false appearance"], ["clothe", "cover as if with clothing"], ["drape", "cover as if with clothing"], ["robe", "cover as if with clothing"]]}, {"answer": "clobber", "hint": "synonyms for clobber", "clues": [["baste", "strike violently and repeatedly"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["batter", "strike violently and repeatedly"], ["thrash", "beat thoroughly and conclusively in a competition or fight"]]}, {"answer": "clog", "hint": "synonyms for clog", "clues": [["back up", "become or cause to become obstructed"], ["foul", "become or cause to become obstructed"], ["choke off", "become or cause to become obstructed"], ["constipate", "impede with a clog or as if with a clog"], ["congest", "become or cause to become obstructed"], ["overload", "fill to excess so that function is impaired"], ["clot", "coalesce or unite in a mass"], ["choke", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "clopping", "hint": "synonyms for clopping", "clues": [["clunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["clop", "make or move along with a sound as of a horse's hooves striking the ground"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["clump", "make or move along with a sound as of a horse's hooves striking the ground"]]}, {"answer": "clot", "hint": "synonyms for clot", "clues": [["clabber", "turn into curds"], ["curdle", "turn into curds"], ["coagulate", "change from a liquid to a thickened or solid state"], ["clog", "coalesce or unite in a mass"]]}, {"answer": "clothes", "hint": "synonyms for clothes", "clues": [["cloak", "cover as if with clothing"], ["raiment", "provide with clothes or put clothes on"], ["invest", "furnish with power or authority; of kings or emperors"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["adorn", "furnish with power or authority; of kings or emperors"], ["drape", "cover as if with clothing"], ["apparel", "provide with clothes or put clothes on"], ["robe", "cover as if with clothing"]]}, {"answer": "clothing", "hint": "synonyms for clothing", "clues": [["cloak", "cover as if with clothing"], ["raiment", "provide with clothes or put clothes on"], ["invest", "furnish with power or authority; of kings or emperors"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["adorn", "furnish with power or authority; of kings or emperors"], ["drape", "cover as if with clothing"], ["apparel", "provide with clothes or put clothes on"], ["robe", "cover as if with clothing"]]}, {"answer": "clotting", "hint": "synonyms for clotting", "clues": [["curdle", "turn into curds"], ["clog", "coalesce or unite in a mass"], ["clot", "cause to change from a liquid to a solid or thickened state"], ["clabber", "turn into curds"], ["coagulate", "change from a liquid to a thickened or solid state"]]}, {"answer": "cloud", "hint": "synonyms for cloud", "clues": [["sully", "place under suspicion or cast doubt upon"], ["fog", "make less visible or unclear"], ["overcast", "make overcast or cloudy"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["defile", "place under suspicion or cast doubt upon"], ["mist", "make less visible or unclear"], ["taint", "place under suspicion or cast doubt upon"], ["corrupt", "place under suspicion or cast doubt upon"], ["obnubilate", "make less visible or unclear"], ["mottle", "colour with streaks or blotches of different shades"], ["dapple", "colour with streaks or blotches of different shades"], ["befog", "make less visible or unclear"]]}, {"answer": "clouding", "hint": "synonyms for clouding", "clues": [["cloud", "billow up in the form of a cloud"], ["haze over", "make less visible or unclear"], ["taint", "place under suspicion or cast doubt upon"], ["corrupt", "place under suspicion or cast doubt upon"], ["sully", "place under suspicion or cast doubt upon"], ["obnubilate", "make less visible or unclear"], ["dapple", "colour with streaks or blotches of different shades"], ["fog", "make less visible or unclear"], ["overcast", "make overcast or cloudy"], ["becloud", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["defile", "place under suspicion or cast doubt upon"], ["mist", "make less visible or unclear"], ["mottle", "colour with streaks or blotches of different shades"], ["befog", "make less visible or unclear"]]}, {"answer": "clove", "hint": "synonyms for clove", "clues": [["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["rive", "separate or cut with a tool, such as a sharp instrument"], ["adhere", "come or be in close contact with; stick or hold together and resist separation"], ["stick", "come or be in close contact with; stick or hold together and resist separation"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["split", "separate or cut with a tool, such as a sharp instrument"]]}, {"answer": "clump", "hint": "synonyms for clump", "clues": [["bunch up", "gather or cause to gather into a cluster"], ["bunch", "gather or cause to gather into a cluster"], ["clomp", "walk clumsily"], ["bundle", "gather or cause to gather into a cluster"], ["cluster", "gather or cause to gather into a cluster"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["constellate", "come together as in a cluster or flock"], ["flock", "come together as in a cluster or flock"]]}, {"answer": "clumping", "hint": "synonyms for clumping", "clues": [["bunch up", "gather or cause to gather into a cluster"], ["bunch", "gather or cause to gather into a cluster"], ["clomp", "walk clumsily"], ["clump", "make or move along with a sound as of a horse's hooves striking the ground"], ["bundle", "gather or cause to gather into a cluster"], ["cluster", "gather or cause to gather into a cluster"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["constellate", "come together as in a cluster or flock"], ["flock", "come together as in a cluster or flock"]]}, {"answer": "clunking", "hint": "synonyms for clunking", "clues": [["clunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["clop", "make or move along with a sound as of a horse's hooves striking the ground"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground"], ["clump", "make or move along with a sound as of a horse's hooves striking the ground"]]}, {"answer": "cluster", "hint": "synonyms for cluster", "clues": [["bunch up", "gather or cause to gather into a cluster"], ["clump", "come together as in a cluster or flock"], ["bunch", "gather or cause to gather into a cluster"], ["bundle", "gather or cause to gather into a cluster"], ["constellate", "come together as in a cluster or flock"], ["flock", "come together as in a cluster or flock"]]}, {"answer": "clustering", "hint": "synonyms for clustering", "clues": [["bunch up", "gather or cause to gather into a cluster"], ["bunch", "gather or cause to gather into a cluster"], ["bundle", "gather or cause to gather into a cluster"], ["cluster", "gather or cause to gather into a cluster"], ["clump", "gather or cause to gather into a cluster"], ["constellate", "come together as in a cluster or flock"], ["flock", "come together as in a cluster or flock"]]}, {"answer": "clutch", "hint": "synonyms for clutch", "clues": [["get hold of", "affect"], ["hold tight", "hold firmly, usually with one's hands"], ["prehend", "take hold of; grab"], ["hold close", "hold firmly, usually with one's hands"], ["seize", "affect"], ["cling to", "hold firmly, usually with one's hands"]]}, {"answer": "clutches", "hint": "synonyms for clutches", "clues": [["clutch", "hold firmly, usually with one's hands"], ["get hold of", "affect"], ["hold tight", "hold firmly, usually with one's hands"], ["prehend", "take hold of; grab"], ["seize", "affect"], ["hold close", "hold firmly, usually with one's hands"], ["cling to", "hold firmly, usually with one's hands"]]}, {"answer": "coax", "hint": "synonyms for coax", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "cock", "hint": "synonyms for cock", "clues": [["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "cocker", "hint": "synonyms for cocker", "clues": [["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "cockle", "hint": "synonyms for cockle", "clues": [["rumple", "to gather something into small wrinkles or folds"], ["riffle", "stir up (water) so as to form ripples"], ["ruffle", "stir up (water) so as to form ripples"], ["undulate", "stir up (water) so as to form ripples"], ["pucker", "to gather something into small wrinkles or folds"], ["ripple", "stir up (water) so as to form ripples"], ["knit", "to gather something into small wrinkles or folds"]]}, {"answer": "code", "hint": "synonyms for code", "clues": [["write in code", "convert ordinary language into code"], ["cypher", "convert ordinary language into code"], ["encrypt", "convert ordinary language into code"], ["encipher", "convert ordinary language into code"], ["inscribe", "convert ordinary language into code"]]}, {"answer": "coding", "hint": "synonyms for coding", "clues": [["tantalise", "harass with persistent criticism or carping"], ["encipher", "convert ordinary language into code"], ["write in code", "convert ordinary language into code"], ["gull", "fool or hoax"], ["put one across", "fool or hoax"], ["rag", "harass with persistent criticism or carping"], ["inscribe", "convert ordinary language into code"], ["rally", "harass with persistent criticism or carping"], ["fool", "fool or hoax"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"], ["put one over", "fool or hoax"], ["befool", "fool or hoax"], ["dupe", "fool or hoax"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["cypher", "convert ordinary language into code"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["encrypt", "convert ordinary language into code"], ["ride", "harass with persistent criticism or carping"], ["slang", "fool or hoax"]]}, {"answer": "coif", "hint": "synonyms for coif", "clues": [["coiffe", "arrange attractively"], ["dress", "arrange attractively"], ["do", "arrange attractively"], ["arrange", "arrange attractively"], ["set", "arrange attractively"]]}, {"answer": "coiffure", "hint": "synonyms for coiffure", "clues": [["coiffe", "arrange attractively"], ["dress", "arrange attractively"], ["do", "arrange attractively"], ["coif", "arrange attractively"], ["arrange", "arrange attractively"], ["set", "arrange attractively"]]}, {"answer": "coil", "hint": "synonyms for coil", "clues": [["spiral", "to wind or move in a spiral course"], ["gyrate", "to wind or move in a spiral course"], ["hand-build", "make without a potter's wheel"], ["curl", "wind around something in coils or loops"], ["loop", "wind around something in coils or loops"]]}, {"answer": "collapse", "hint": "synonyms for collapse", "clues": [["burst", "cause to burst"], ["give way", "break down, literally or metaphorically"], ["give", "break down, literally or metaphorically"], ["tumble", "fall apart"], ["crack up", "suffer a nervous breakdown"], ["break up", "suffer a nervous breakdown"], ["crumble", "fall apart"], ["break down", "collapse due to fatigue, an illness, or a sudden attack"], ["crack", "suffer a nervous breakdown"], ["fall in", "break down, literally or metaphorically"], ["founder", "break down, literally or metaphorically"], ["cave in", "break down, literally or metaphorically"], ["break", "break down, literally or metaphorically"]]}, {"answer": "collar", "hint": "synonyms for collar", "clues": [["arrest", "take into custody"], ["cop", "take into custody"], ["apprehend", "take into custody"], ["pick up", "take into custody"], ["nail", "take into custody"], ["nab", "take into custody"]]}, {"answer": "collecting", "hint": "synonyms for collecting", "clues": [["pull together", "assemble or get together"], ["pull in", "get or bring together"], ["collect", "get or gather together"], ["hoard", "get or gather together"], ["call for", "gather or collect"], ["gather up", "gather or collect"], ["accumulate", "get or gather together"], ["gather", "assemble or get together"], ["amass", "get or gather together"], ["garner", "assemble or get together"], ["take in", "call for and obtain payment of"], ["compile", "get or gather together"], ["roll up", "get or gather together"], ["pile up", "get or gather together"], ["pick up", "gather or collect"]]}, {"answer": "coloring", "hint": "synonyms for coloring", "clues": [["emblazon", "decorate with colors"], ["color", "modify or bias"], ["colourise", "add color to"], ["colour in", "add color to"], ["discolour", "change color, often in an undesired manner"], ["gloss", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["colorize", "add color to"]]}, {"answer": "colors", "hint": "synonyms for colors", "clues": [["emblazon", "decorate with colors"], ["color", "modify or bias"], ["colourise", "add color to"], ["colour in", "add color to"], ["discolour", "change color, often in an undesired manner"], ["gloss", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["colorize", "add color to"]]}, {"answer": "colouring", "hint": "synonyms for colouring", "clues": [["emblazon", "decorate with colors"], ["color", "modify or bias"], ["colourise", "add color to"], ["colour in", "add color to"], ["discolour", "change color, often in an undesired manner"], ["gloss", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["colorize", "add color to"]]}, {"answer": "colours", "hint": "synonyms for colours", "clues": [["emblazon", "decorate with colors"], ["color", "modify or bias"], ["colourise", "add color to"], ["colour in", "add color to"], ["discolour", "change color, often in an undesired manner"], ["gloss", "give a deceptive explanation or excuse for"], ["distort", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["colorize", "add color to"]]}, {"answer": "combine", "hint": "synonyms for combine", "clues": [["aggregate", "gather in a mass, sum, or whole"], ["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["compound", "put or add together"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["meld", "mix together different elements"], ["unite", "have or possess in combination"]]}, {"answer": "combing", "hint": "synonyms for combing", "clues": [["comb", "smoothen and neaten with or as with a comb"], ["comb out", "smoothen and neaten with or as with a comb"], ["ransack", "search thoroughly"], ["disentangle", "smoothen and neaten with or as with a comb"]]}, {"answer": "combining", "hint": "synonyms for combining", "clues": [["aggregate", "gather in a mass, sum, or whole"], ["unite", "have or possess in combination"], ["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["combine", "combine so as to form a whole; mix"], ["compound", "put or add together"], ["meld", "mix together different elements"], ["blend", "mix together different elements"], ["fuse", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["merge", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"]]}, {"answer": "come", "hint": "synonyms for come", "clues": [["amount", "add up in number or quantity"], ["fall", "come under, be classified or included"], ["add up", "add up in number or quantity"], ["issue forth", "come forth"], ["occur", "come to one's mind; suggest itself"], ["get", "reach a destination; arrive by movement or progress"], ["arrive", "reach a destination; arrive by movement or progress"], ["make out", "proceed or get along"], ["total", "add up in number or quantity"], ["number", "add up in number or quantity"], ["fare", "proceed or get along"], ["hail", "be a native of"], ["come up", "move toward, travel toward something or somebody or approach something or somebody"], ["follow", "to be the product or result"], ["descend", "come from; be connected by a relationship of blood, for example"], ["come in", "be received"], ["do", "proceed or get along"], ["derive", "come from; be connected by a relationship of blood, for example"], ["get along", "proceed or get along"]]}, {"answer": "comfort", "hint": "synonyms for comfort", "clues": [["soothe", "give moral or emotional strength to"], ["console", "give moral or emotional strength to"], ["solace", "give moral or emotional strength to"], ["ease", "lessen pain or discomfort; alleviate"]]}, {"answer": "comforts", "hint": "synonyms for comforts", "clues": [["ease", "lessen pain or discomfort; alleviate"], ["console", "give moral or emotional strength to"], ["comfort", "lessen pain or discomfort; alleviate"], ["soothe", "give moral or emotional strength to"], ["solace", "give moral or emotional strength to"]]}, {"answer": "command", "hint": "synonyms for command", "clues": [["require", "make someone do something"], ["overlook", "look down on"], ["control", "exercise authoritative control or power over"], ["overtop", "look down on"], ["dominate", "look down on"]]}, {"answer": "comment", "hint": "synonyms for comment", "clues": [["point out", "make or write a comment on"], ["remark", "make or write a comment on"], ["annotate", "provide interlinear explanations for words or phrases"], ["gloss", "provide interlinear explanations for words or phrases"], ["notice", "make or write a comment on"]]}, {"answer": "communicating", "hint": "synonyms for communicating", "clues": [["transmit", "transfer to another"], ["put across", "transmit information"], ["communicate", "transmit information"], ["convey", "transfer to another"], ["commune", "receive Communion, in the Catholic church"], ["pass along", "transmit information"], ["pass", "transmit information"], ["intercommunicate", "transmit thoughts or feelings"], ["pass on", "transmit information"]]}, {"answer": "commute", "hint": "synonyms for commute", "clues": [["convert", "exchange a penalty for a less severe one"], ["exchange", "exchange a penalty for a less severe one"], ["transpose", "change the order or arrangement of"], ["permute", "change the order or arrangement of"]]}, {"answer": "commuting", "hint": "synonyms for commuting", "clues": [["commute", "exchange positions without a change in value"], ["convert", "exchange a penalty for a less severe one"], ["transpose", "change the order or arrangement of"], ["permute", "change the order or arrangement of"], ["exchange", "exchange a penalty for a less severe one"]]}, {"answer": "compass", "hint": "synonyms for compass", "clues": [["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["get the picture", "get the meaning of something"], ["circumnavigate", "travel around, either by plane or ship"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "compiling", "hint": "synonyms for compiling", "clues": [["accumulate", "get or gather together"], ["collect", "get or gather together"], ["amass", "get or gather together"], ["hoard", "get or gather together"], ["compile", "put together out of existing material"], ["roll up", "get or gather together"], ["pile up", "get or gather together"], ["compose", "put together out of existing material"]]}, {"answer": "composing", "hint": "synonyms for composing", "clues": [["compose", "make up plans or basic details for"], ["write", "write music"], ["frame", "make up plans or basic details for"], ["compile", "put together out of existing material"], ["indite", "produce a literary work"], ["draw up", "make up plans or basic details for"], ["pen", "produce a literary work"]]}, {"answer": "compounding", "hint": "synonyms for compounding", "clues": [["combine", "put or add together"], ["heighten", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["intensify", "make more intense, stronger, or more marked; ,"], ["deepen", "make more intense, stronger, or more marked; ,"]]}, {"answer": "compress", "hint": "synonyms for compress", "clues": [["pack together", "make more compact by or as if by pressing"], ["compact", "squeeze or press together"], ["contract", "squeeze or press together"], ["press", "squeeze or press together"], ["squeeze", "squeeze or press together"], ["constrict", "squeeze or press together"]]}, {"answer": "compressing", "hint": "synonyms for compressing", "clues": [["compress", "squeeze or press together"], ["compact", "squeeze or press together"], ["contract", "squeeze or press together"], ["constrict", "squeeze or press together"], ["pack together", "make more compact by or as if by pressing"], ["press", "squeeze or press together"], ["squeeze", "squeeze or press together"]]}, {"answer": "computing", "hint": "synonyms for computing", "clues": [["work out", "make a mathematical calculation or computation"], ["figure", "make a mathematical calculation or computation"], ["calculate", "make a mathematical calculation or computation"], ["compute", "make a mathematical calculation or computation"], ["cipher", "make a mathematical calculation or computation"], ["cypher", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"]]}, {"answer": "conceding", "hint": "synonyms for conceding", "clues": [["profess", "admit (to a wrongdoing)"], ["concede", "admit (to a wrongdoing)"], ["yield", "be willing to concede"], ["confess", "admit (to a wrongdoing)"], ["grant", "be willing to concede"], ["cede", "give over; surrender or relinquish to the physical control of another"]]}, {"answer": "concentrate", "hint": "synonyms for concentrate", "clues": [["pore", "direct one's attention on something"], ["contract", "compress or concentrate"], ["centralize", "make central"], ["reduce", "be cooked until very little liquid is left"], ["condense", "make more concise"], ["focus", "direct one's attention on something"], ["boil down", "be cooked until very little liquid is left"], ["rivet", "direct one's attention on something"], ["digest", "make more concise"], ["decoct", "be cooked until very little liquid is left"], ["centre", "direct one's attention on something"], ["center", "direct one's attention on something"]]}, {"answer": "concern", "hint": "synonyms for concern", "clues": [["have-to doe with", "be relevant to"], ["worry", "be on the mind of"], ["relate", "be relevant to"], ["come to", "be relevant to"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["bear on", "be relevant to"], ["touch", "be relevant to"], ["occupy", "be on the mind of"], ["interest", "be on the mind of"], ["touch on", "be relevant to"]]}, {"answer": "concord", "hint": "synonyms for concord", "clues": [["agree", "go together"], ["concur", "be in accord; be in agreement"], ["fit in", "go together"], ["accord", "go together"], ["consort", "go together"], ["harmonise", "go together"], ["hold", "be in accord; be in agreement"]]}, {"answer": "condensing", "hint": "synonyms for condensing", "clues": [["condense", "cause a gas or vapor to change into a liquid"], ["contract", "compress or concentrate"], ["distill", "undergo condensation; change from a gaseous to a liquid state and fall in drops"], ["concentrate", "compress or concentrate"], ["digest", "make more concise"]]}, {"answer": "condition", "hint": "synonyms for condition", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"]]}, {"answer": "conditioning", "hint": "synonyms for conditioning", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"]]}, {"answer": "conditions", "hint": "synonyms for conditions", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"]]}, {"answer": "conduct", "hint": "synonyms for conduct", "clues": [["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["deal", "direct the course of; manage or control"], ["comport", "behave in a certain manner"], ["carry on", "direct the course of; manage or control"], ["deport", "behave in a certain manner"], ["direct", "lead, as in the performance of a composition"], ["impart", "transmit or serve as the medium for transmission"], ["channel", "transmit or serve as the medium for transmission"], ["guide", "take somebody somewhere"], ["lead", "lead, as in the performance of a composition"], ["convey", "transmit or serve as the medium for transmission"], ["take", "take somebody somewhere"], ["acquit", "behave in a certain manner"], ["transmit", "transmit or serve as the medium for transmission"], ["bear", "behave in a certain manner"]]}, {"answer": "conducting", "hint": "synonyms for conducting", "clues": [["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["deal", "direct the course of; manage or control"], ["comport", "behave in a certain manner"], ["carry on", "direct the course of; manage or control"], ["deport", "behave in a certain manner"], ["direct", "lead, as in the performance of a composition"], ["impart", "transmit or serve as the medium for transmission"], ["channel", "transmit or serve as the medium for transmission"], ["guide", "take somebody somewhere"], ["lead", "lead, as in the performance of a composition"], ["conduct", "behave in a certain manner"], ["convey", "transmit or serve as the medium for transmission"], ["take", "take somebody somewhere"], ["acquit", "behave in a certain manner"], ["transmit", "transmit or serve as the medium for transmission"], ["bear", "behave in a certain manner"]]}, {"answer": "confab", "hint": "synonyms for confab", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["consult", "have a conference in order to talk something over"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["confabulate", "have a conference in order to talk something over"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confer", "have a conference in order to talk something over"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"]]}, {"answer": "confines", "hint": "synonyms for confines", "clues": [["circumscribe", "restrict or confine,"], ["confine", "close in; darkness enclosed him\""], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["limit", "restrict or confine,"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["hold", "to close within bounds, limit or hold back from movement"], ["detain", "deprive of freedom; take into confinement"], ["trammel", "place limits on (extent or access)"], ["enclose", "close in; darkness enclosed him\""], ["hold in", "close in; darkness enclosed him\""]]}, {"answer": "conjecture", "hint": "synonyms for conjecture", "clues": [["speculate", "to believe especially on uncertain or tentative grounds"], ["hypothesize", "to believe especially on uncertain or tentative grounds"], ["theorise", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["suppose", "to believe especially on uncertain or tentative grounds"]]}, {"answer": "conjuring", "hint": "synonyms for conjuring", "clues": [["arouse", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["adjure", "ask for or request earnestly"], ["conjure", "engage in plotting or enter into a conspiracy, swear together"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conspire", "engage in plotting or enter into a conspiracy, swear together"], ["machinate", "engage in plotting or enter into a conspiracy, swear together"], ["press", "ask for or request earnestly"], ["cabal", "engage in plotting or enter into a conspiracy, swear together"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["beseech", "ask for or request earnestly"], ["complot", "engage in plotting or enter into a conspiracy, swear together"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["entreat", "ask for or request earnestly"], ["bid", "ask for or request earnestly"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "conk", "hint": "synonyms for conk", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass out", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["faint", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["stall", "come to a stop"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["swoon", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"]]}, {"answer": "conquering", "hint": "synonyms for conquering", "clues": [["conquer", "to put down by force or authority"], ["appropriate", "take possession of by force, as after an invasion"], ["suppress", "to put down by force or authority"], ["stamp down", "to put down by force or authority"], ["subdue", "to put down by force or authority"], ["inhibit", "to put down by force or authority"], ["capture", "take possession of by force, as after an invasion"], ["curb", "to put down by force or authority"], ["seize", "take possession of by force, as after an invasion"]]}, {"answer": "conserve", "hint": "synonyms for conserve", "clues": [["husband", "use cautiously and frugally"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction"], ["economize", "use cautiously and frugally"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "conserves", "hint": "synonyms for conserves", "clues": [["husband", "use cautiously and frugally"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction"], ["conserve", "use cautiously and frugally"], ["economize", "use cautiously and frugally"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "consort", "hint": "synonyms for consort", "clues": [["agree", "go together"], ["affiliate", "keep company with; hang out with"], ["fit in", "go together"], ["harmonise", "go together"], ["concord", "go together"], ["accord", "go together"], ["run", "keep company"], ["associate", "keep company with; hang out with"], ["assort", "keep company with; hang out with"]]}, {"answer": "construct", "hint": "synonyms for construct", "clues": [["make", "make by combining materials and parts"], ["manufacture", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["reconstruct", "reassemble mentally"], ["build", "make by combining materials and parts"], ["retrace", "reassemble mentally"], ["fabricate", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""]]}, {"answer": "contact", "hint": "synonyms for contact", "clues": [["reach", "be in or establish communication with"], ["adjoin", "be in direct physical contact with; make contact"], ["get hold of", "be in or establish communication with"], ["meet", "be in direct physical contact with; make contact"], ["touch", "be in direct physical contact with; make contact"], ["get through", "be in or establish communication with"]]}, {"answer": "contract", "hint": "synonyms for contract", "clues": [["compress", "squeeze or press together"], ["reduce", "reduce in scope while retaining essential elements"], ["compact", "squeeze or press together"], ["foreshorten", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"], ["take", "be stricken by an illness, fall victim to an illness"], ["condense", "compress or concentrate"], ["sign on", "engage by written agreement"], ["shrink", "become smaller or draw together"], ["concentrate", "compress or concentrate"], ["get", "be stricken by an illness, fall victim to an illness"], ["cut", "reduce in scope while retaining essential elements"], ["undertake", "enter into a contractual arrangement"], ["press", "squeeze or press together"], ["squeeze", "squeeze or press together"], ["abbreviate", "reduce in scope while retaining essential elements"], ["sign up", "engage by written agreement"], ["constrict", "squeeze or press together"], ["sign", "engage by written agreement"], ["shorten", "reduce in scope while retaining essential elements"], ["narrow", "make or become more narrow or restricted"]]}, {"answer": "contracting", "hint": "synonyms for contracting", "clues": [["contract", "compress or concentrate"], ["compress", "squeeze or press together"], ["reduce", "reduce in scope while retaining essential elements"], ["compact", "squeeze or press together"], ["foreshorten", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"], ["take", "be stricken by an illness, fall victim to an illness"], ["condense", "compress or concentrate"], ["sign on", "engage by written agreement"], ["shrink", "become smaller or draw together"], ["get", "be stricken by an illness, fall victim to an illness"], ["undertake", "enter into a contractual arrangement"], ["concentrate", "compress or concentrate"], ["press", "squeeze or press together"], ["cut", "reduce in scope while retaining essential elements"], ["squeeze", "squeeze or press together"], ["abbreviate", "reduce in scope while retaining essential elements"], ["sign up", "engage by written agreement"], ["constrict", "squeeze or press together"], ["sign", "engage by written agreement"], ["shorten", "reduce in scope while retaining essential elements"], ["narrow", "make or become more narrow or restricted"]]}, {"answer": "control", "hint": "synonyms for control", "clues": [["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["command", "exercise authoritative control or power over"], ["see to it", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["see", "be careful or certain to do something; make certain of something"], ["manipulate", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["check", "be careful or certain to do something; make certain of something"], ["assure", "be careful or certain to do something; make certain of something"], ["master", "have a firm understanding or knowledge of; be on top of"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["ensure", "be careful or certain to do something; make certain of something"], ["insure", "be careful or certain to do something; make certain of something"], ["operate", "handle and cause to function"]]}, {"answer": "convert", "hint": "synonyms for convert", "clues": [["change over", "change from one system to another or to a new plan or policy"], ["commute", "exchange or replace with another, usually of the same kind or category"], ["exchange", "exchange or replace with another, usually of the same kind or category"], ["win over", "make (someone) agree, understand, or realize the truth or validity of something"], ["convince", "make (someone) agree, understand, or realize the truth or validity of something"]]}, {"answer": "conveying", "hint": "synonyms for conveying", "clues": [["carry", "transmit or serve as the medium for transmission"], ["convey", "transfer to another"], ["fetch", "go or come after and bring or take back"], ["impart", "transmit or serve as the medium for transmission"], ["channel", "transmit or serve as the medium for transmission"], ["conduct", "transmit or serve as the medium for transmission"], ["bring", "go or come after and bring or take back"], ["express", "serve as a means for expressing something"], ["transmit", "transfer to another"], ["get", "go or come after and bring or take back"], ["take", "take something or somebody with oneself somewhere"], ["communicate", "transfer to another"]]}, {"answer": "cook", "hint": "synonyms for cook", "clues": [["fudge", "tamper, with the purpose of deception"], ["ready", "prepare for eating by applying heat"], ["wangle", "tamper, with the purpose of deception"], ["falsify", "tamper, with the purpose of deception"], ["prepare", "prepare for eating by applying heat"], ["misrepresent", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"], ["make", "prepare for eating by applying heat"], ["fix", "prepare for eating by applying heat"], ["manipulate", "tamper, with the purpose of deception"]]}, {"answer": "cooking", "hint": "synonyms for cooking", "clues": [["misrepresent", "tamper, with the purpose of deception"], ["cook", "prepare a hot meal"], ["ready", "prepare for eating by applying heat"], ["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["falsify", "tamper, with the purpose of deception"], ["prepare", "prepare for eating by applying heat"], ["make", "prepare for eating by applying heat"], ["fix", "prepare for eating by applying heat"], ["manipulate", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "cooling", "hint": "synonyms for cooling", "clues": [["cool", "loose heat"], ["cool off", "lose intensity"], ["cool down", "loose heat"], ["chill", "make cool or cooler"]]}, {"answer": "cop", "hint": "synonyms for cop", "clues": [["arrest", "take into custody"], ["apprehend", "take into custody"], ["hook", "take by theft"], ["collar", "take into custody"], ["nail", "take into custody"], ["nab", "take into custody"], ["glom", "take by theft"], ["knock off", "take by theft"], ["thieve", "take by theft"], ["pick up", "take into custody"], ["snitch", "take by theft"]]}, {"answer": "cope", "hint": "synonyms for cope", "clues": [["make out", "come to terms with"], ["make do", "come to terms with"], ["get by", "come to terms with"], ["manage", "come to terms with"], ["deal", "come to terms with"], ["contend", "come to terms with"], ["grapple", "come to terms with"]]}, {"answer": "coping", "hint": "synonyms for coping", "clues": [["arrest", "take into custody"], ["hook", "take by theft"], ["cope", "come to terms with"], ["deal", "come to terms with"], ["nail", "take into custody"], ["nab", "take into custody"], ["glom", "take by theft"], ["knock off", "take by theft"], ["get by", "come to terms with"], ["collar", "take into custody"], ["snitch", "take by theft"], ["grapple", "come to terms with"], ["apprehend", "take into custody"], ["manage", "come to terms with"], ["contend", "come to terms with"], ["make do", "come to terms with"], ["thieve", "take by theft"], ["make out", "come to terms with"], ["pick up", "take into custody"]]}, {"answer": "copy", "hint": "synonyms for copy", "clues": [["simulate", "reproduce someone's behavior or looks"], ["imitate", "reproduce someone's behavior or looks"], ["re-create", "make a replica of"], ["replicate", "reproduce or make an exact copy of"]]}, {"answer": "copying", "hint": "synonyms for copying", "clues": [["simulate", "reproduce someone's behavior or looks"], ["copy", "copy down as is"], ["imitate", "reproduce someone's behavior or looks"], ["re-create", "make a replica of"], ["replicate", "reproduce or make an exact copy of"]]}, {"answer": "coquette", "hint": "synonyms for coquette", "clues": [["butterfly", "talk or behave amorously, without serious intentions"], ["dally", "talk or behave amorously, without serious intentions"], ["mash", "talk or behave amorously, without serious intentions"], ["philander", "talk or behave amorously, without serious intentions"], ["flirt", "talk or behave amorously, without serious intentions"], ["romance", "talk or behave amorously, without serious intentions"], ["chat up", "talk or behave amorously, without serious intentions"], ["coquet", "talk or behave amorously, without serious intentions"]]}, {"answer": "couch", "hint": "synonyms for couch", "clues": [["cast", "formulate in a particular style or language"], ["frame", "formulate in a particular style or language"], ["redact", "formulate in a particular style or language"], ["put", "formulate in a particular style or language"]]}, {"answer": "count", "hint": "synonyms for count", "clues": [["look", "have faith or confidence in"], ["number", "determine the number or amount of"], ["weigh", "show consideration for; take into account"], ["depend", "have faith or confidence in"], ["enumerate", "determine the number or amount of"], ["calculate", "have faith or confidence in"], ["matter", "have weight; have import, carry weight"], ["bet", "have faith or confidence in"], ["reckon", "have faith or confidence in"], ["consider", "show consideration for; take into account"]]}, {"answer": "counterbalance", "hint": "synonyms for counterbalance", "clues": [["even up", "adjust for"], ["make up", "adjust for"], ["neutralize", "oppose and mitigate the effects of by contrary actions"], ["countervail", "oppose and mitigate the effects of by contrary actions"], ["even out", "adjust for"], ["correct", "adjust for"], ["oppose", "contrast with equal weight or force"], ["compensate", "adjust for"], ["even off", "adjust for"], ["counteract", "oppose and mitigate the effects of by contrary actions"]]}, {"answer": "countermand", "hint": "synonyms for countermand", "clues": [["overturn", "cancel officially"], ["lift", "cancel officially"], ["revoke", "cancel officially"], ["reverse", "cancel officially"], ["vacate", "cancel officially"], ["rescind", "cancel officially"], ["repeal", "cancel officially"], ["annul", "cancel officially"]]}, {"answer": "countermine", "hint": "synonyms for countermine", "clues": [["subvert", "destroy property or hinder normal operations"], ["counteract", "destroy property or hinder normal operations"], ["undermine", "destroy property or hinder normal operations"], ["weaken", "destroy property or hinder normal operations"], ["sabotage", "destroy property or hinder normal operations"]]}, {"answer": "countess", "hint": "synonyms for countess", "clues": [["count", "take account of"], ["number", "determine the number or amount of"], ["weigh", "show consideration for; take into account"], ["bet", "have faith or confidence in"], ["consider", "show consideration for; take into account"], ["reckon", "take account of"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["calculate", "have faith or confidence in"], ["numerate", "determine the number or amount of"], ["matter", "have weight; have import, carry weight"]]}, {"answer": "counting", "hint": "synonyms for counting", "clues": [["count", "take account of"], ["number", "determine the number or amount of"], ["weigh", "show consideration for; take into account"], ["bet", "have faith or confidence in"], ["consider", "show consideration for; take into account"], ["reckon", "take account of"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["calculate", "have faith or confidence in"], ["numerate", "determine the number or amount of"], ["matter", "have weight; have import, carry weight"]]}, {"answer": "couple", "hint": "synonyms for couple", "clues": [["partner off", "form a pair or pairs"], ["copulate", "engage in sexual intercourse"], ["match", "bring two objects, ideas, or people together"], ["pair off", "form a pair or pairs"], ["couple on", "link together"], ["pair", "form a pair or pairs"], ["couple up", "link together"], ["mate", "engage in sexual intercourse"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "coupling", "hint": "synonyms for coupling", "clues": [["couple", "link together"], ["partner off", "form a pair or pairs"], ["copulate", "engage in sexual intercourse"], ["match", "bring two objects, ideas, or people together"], ["pair off", "form a pair or pairs"], ["couple on", "link together"], ["pair", "form a pair or pairs"], ["couple up", "link together"], ["mate", "engage in sexual intercourse"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "coursing", "hint": "synonyms for coursing", "clues": [["flow", "move along, of liquids"], ["feed", "move along, of liquids"], ["course", "hunt with hounds"], ["run", "move along, of liquids"]]}, {"answer": "courting", "hint": "synonyms for courting", "clues": [["romance", "make amorous advances towards"], ["woo", "make amorous advances towards"], ["court", "make amorous advances towards"], ["solicit", "make amorous advances towards"]]}, {"answer": "cover", "hint": "synonyms for cover", "clues": [["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["plow", "act on verbally or in some form of artistic expression"], ["spread over", "form a cover over"], ["insure", "protect by insurance"], ["brood", "sit on (eggs)"], ["report", "be responsible for reporting the details of, as in journalism"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory"], ["handle", "act on verbally or in some form of artistic expression"], ["pass over", "travel across or pass over"], ["extend", "span an interval of distance, space or time"], ["cover up", "hide from view or knowledge"], ["continue", "span an interval of distance, space or time"], ["shroud", "cover as if with a shroud"], ["breed", "copulate with a female, used especially of horses"], ["treat", "act on verbally or in some form of artistic expression"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory"], ["compensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["underwrite", "protect by insurance"], ["address", "act on verbally or in some form of artistic expression"], ["cross", "travel across or pass over"], ["get over", "travel across or pass over"], ["cut through", "travel across or pass over"], ["overlay", "put something on top of something else"], ["hatch", "sit on (eggs)"], ["traverse", "travel across or pass over"], ["deal", "act on verbally or in some form of artistic expression"], ["hide", "cover as if with a shroud"], ["incubate", "sit on (eggs)"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory"], ["wrap up", "clothe, as if for protection from the elements"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["cut across", "travel across or pass over"]]}, {"answer": "covering", "hint": "synonyms for covering", "clues": [["cover", "to take an action to protect against future problems"], ["plow", "act on verbally or in some form of artistic expression"], ["spread over", "form a cover over"], ["report", "be responsible for reporting the details of, as in journalism"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory"], ["handle", "act on verbally or in some form of artistic expression"], ["pass over", "travel across or pass over"], ["extend", "span an interval of distance, space or time"], ["continue", "span an interval of distance, space or time"], ["treat", "act on verbally or in some form of artistic expression"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory"], ["compensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["overlay", "put something on top of something else"], ["get over", "travel across or pass over"], ["hide", "cover as if with a shroud"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["insure", "protect by insurance"], ["brood", "sit on (eggs)"], ["cover up", "hide from view or knowledge"], ["shroud", "cover as if with a shroud"], ["breed", "copulate with a female, used especially of horses"], ["underwrite", "protect by insurance"], ["address", "act on verbally or in some form of artistic expression"], ["cross", "travel across or pass over"], ["cut through", "travel across or pass over"], ["traverse", "travel across or pass over"], ["deal", "act on verbally or in some form of artistic expression"], ["hatch", "sit on (eggs)"], ["incubate", "sit on (eggs)"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory"], ["wrap up", "clothe, as if for protection from the elements"], ["cut across", "travel across or pass over"]]}, {"answer": "crab", "hint": "synonyms for crab", "clues": [["bitch", "complain"], ["squawk", "complain"], ["holler", "complain"], ["gripe", "complain"], ["bellyache", "complain"], ["beef", "complain"], ["grouse", "complain"]]}, {"answer": "crabs", "hint": "synonyms for crabs", "clues": [["crab", "scurry sideways like a crab"], ["squawk", "complain"], ["holler", "complain"], ["bellyache", "complain"], ["grouse", "complain"], ["bitch", "complain"], ["gripe", "complain"], ["beef", "complain"]]}, {"answer": "crackling", "hint": "synonyms for crackling", "clues": [["crepitate", "make a crackling sound"], ["crackle", "make a crushing noise"], ["crunch", "make a crushing noise"], ["scranch", "make a crushing noise"]]}, {"answer": "cracklings", "hint": "synonyms for cracklings", "clues": [["crepitate", "make a crackling sound"], ["crackle", "make a crushing noise"], ["crunch", "make a crushing noise"], ["scranch", "make a crushing noise"]]}, {"answer": "crap", "hint": "synonyms for crap", "clues": [["ca-ca", "have a bowel movement"], ["stool", "have a bowel movement"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["defecate", "have a bowel movement"], ["take a shit", "have a bowel movement"], ["shit", "have a bowel movement"]]}, {"answer": "crape", "hint": "synonyms for crape", "clues": [["crimp", "curl tightly"], ["crepe", "cover or drape with crape"], ["frizz", "curl tightly"], ["frizzle", "curl tightly"], ["kink up", "curl tightly"], ["kink", "curl tightly"]]}, {"answer": "craps", "hint": "synonyms for craps", "clues": [["ca-ca", "have a bowel movement"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["take a shit", "have a bowel movement"], ["shit", "have a bowel movement"], ["crap", "have a bowel movement"], ["stool", "have a bowel movement"], ["defecate", "have a bowel movement"]]}, {"answer": "crash", "hint": "synonyms for crash", "clues": [["barge in", "enter uninvited; informal"], ["ram", "undergo damage or destruction on impact"], ["go down", "stop operating"], ["break apart", "break violently or noisily; smash"], ["doss down", "sleep in a convenient place"], ["gate-crash", "enter uninvited; informal"], ["doss", "sleep in a convenient place"], ["break up", "break violently or noisily; smash"], ["dash", "hurl or thrust violently"]]}, {"answer": "craving", "hint": "synonyms for craving", "clues": [["crave", "have a craving, appetite, or great desire for"], ["starve", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"], ["hunger", "have a craving, appetite, or great desire for"]]}, {"answer": "crawfish", "hint": "synonyms for crawfish", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["pull back", "make a retreat from an earlier commitment or activity"], ["withdraw", "make a retreat from an earlier commitment or activity"], ["retreat", "make a retreat from an earlier commitment or activity"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["back out", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"]]}, {"answer": "crawl", "hint": "synonyms for crawl", "clues": [["cringe", "show submission or fear"], ["cower", "show submission or fear"], ["creep", "move slowly; in the case of people or animals with the body near the ground"], ["fawn", "show submission or fear"], ["grovel", "show submission or fear"]]}, {"answer": "crawling", "hint": "synonyms for crawling", "clues": [["crawl", "be full of"], ["cringe", "show submission or fear"], ["creep", "move slowly; in the case of people or animals with the body near the ground"], ["grovel", "show submission or fear"], ["cower", "show submission or fear"], ["fawn", "show submission or fear"]]}, {"answer": "creak", "hint": "synonyms for creak", "clues": [["whine", "make a high-pitched, screeching noise"], ["squeak", "make a high-pitched, screeching noise"], ["screak", "make a high-pitched, screeching noise"], ["skreak", "make a high-pitched, screeching noise"], ["screech", "make a high-pitched, screeching noise"]]}, {"answer": "creaking", "hint": "synonyms for creaking", "clues": [["whine", "make a high-pitched, screeching noise"], ["squeak", "make a high-pitched, screeching noise"], ["screak", "make a high-pitched, screeching noise"], ["skreak", "make a high-pitched, screeching noise"], ["screech", "make a high-pitched, screeching noise"]]}, {"answer": "cream", "hint": "synonyms for cream", "clues": [["clobber", "beat thoroughly and conclusively in a competition or fight"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["skim off", "remove from the surface"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["cream off", "remove from the surface"], ["thrash", "beat thoroughly and conclusively in a competition or fight"], ["skim", "remove from the surface"]]}, {"answer": "crease", "hint": "synonyms for crease", "clues": [["wrinkle", "make wrinkled or creased"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["rumple", "become wrinkled or crumpled or creased"], ["rake", "scrape gently"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["graze", "scrape gently"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["furrow", "make wrinkled or creased"]]}, {"answer": "creep", "hint": "synonyms for creep", "clues": [["mouse", "to go stealthily or furtively"], ["cringe", "show submission or fear"], ["grovel", "show submission or fear"], ["cower", "show submission or fear"], ["crawl", "show submission or fear"], ["pussyfoot", "to go stealthily or furtively"], ["fawn", "show submission or fear"], ["sneak", "to go stealthily or furtively"]]}, {"answer": "creeping", "hint": "synonyms for creeping", "clues": [["mouse", "to go stealthily or furtively"], ["cringe", "show submission or fear"], ["creep", "move slowly; in the case of people or animals with the body near the ground"], ["grovel", "show submission or fear"], ["cower", "show submission or fear"], ["crawl", "show submission or fear"], ["pussyfoot", "to go stealthily or furtively"], ["fawn", "show submission or fear"], ["sneak", "to go stealthily or furtively"]]}, {"answer": "creeps", "hint": "synonyms for creeps", "clues": [["mouse", "to go stealthily or furtively"], ["cringe", "show submission or fear"], ["creep", "move slowly; in the case of people or animals with the body near the ground"], ["grovel", "show submission or fear"], ["cower", "show submission or fear"], ["crawl", "show submission or fear"], ["pussyfoot", "to go stealthily or furtively"], ["fawn", "show submission or fear"], ["sneak", "to go stealthily or furtively"]]}, {"answer": "crimp", "hint": "synonyms for crimp", "clues": [["pinch", "make ridges into by pinching together"], ["frizz", "curl tightly"], ["crape", "curl tightly"], ["frizzle", "curl tightly"], ["kink up", "curl tightly"], ["kink", "curl tightly"]]}, {"answer": "crinkle", "hint": "synonyms for crinkle", "clues": [["crease", "become wrinkled or crumpled or creased"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crumple", "become wrinkled or crumpled or creased"], ["wrinkle", "become wrinkled or crumpled or creased"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"]]}, {"answer": "croak", "hint": "synonyms for croak", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["murmur", "make complaining remarks or noises under one's breath"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["gnarl", "make complaining remarks or noises under one's breath"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["grumble", "make complaining remarks or noises under one's breath"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["mutter", "make complaining remarks or noises under one's breath"]]}, {"answer": "croaking", "hint": "synonyms for croaking", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["murmur", "make complaining remarks or noises under one's breath"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["gnarl", "make complaining remarks or noises under one's breath"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "utter a hoarse sound, like a raven"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["grumble", "make complaining remarks or noises under one's breath"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["mutter", "make complaining remarks or noises under one's breath"]]}, {"answer": "crop", "hint": "synonyms for crop", "clues": [["graze", "feed as in a meadow or pasture"], ["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["cultivate", "prepare for crops"], ["pasture", "let feed in a field or pasture or meadow"], ["work", "prepare for crops"], ["lop", "cultivate, tend, and cut back the growth of"], ["cut back", "cultivate, tend, and cut back the growth of"], ["snip", "cultivate, tend, and cut back the growth of"], ["browse", "feed as in a meadow or pasture"], ["trim", "cultivate, tend, and cut back the growth of"], ["range", "feed as in a meadow or pasture"], ["dress", "cultivate, tend, and cut back the growth of"]]}, {"answer": "crossbreeding", "hint": "synonyms for crossbreeding", "clues": [["hybridize", "breed animals or plants using parents of different races and varieties"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["cross", "breed animals or plants using parents of different races and varieties"], ["crossbreed", "breed animals or plants using parents of different races and varieties"]]}, {"answer": "crossing", "hint": "synonyms for crossing", "clues": [["traverse", "to cover or extend over an area or time period; ,"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["sweep", "to cover or extend over an area or time period; ,"], ["cross", "fold so as to resemble a cross"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["pass over", "travel across or pass over"], ["intersect", "meet at a point"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["hybridise", "breed animals or plants using parents of different races and varieties"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["crossbreed", "breed animals or plants using parents of different races and varieties"], ["cover", "travel across or pass over"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["cut through", "travel across or pass over"], ["get over", "travel across or pass over"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["span", "to cover or extend over an area or time period; ,"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["cut across", "travel across or pass over"]]}, {"answer": "crouch", "hint": "synonyms for crouch", "clues": [["hunker", "sit on one's heels"], ["bow", "bend one's back forward from the waist on down"], ["hunker down", "sit on one's heels"], ["scrunch up", "sit on one's heels"], ["scrunch", "sit on one's heels"], ["stoop", "bend one's back forward from the waist on down"], ["bend", "bend one's back forward from the waist on down"], ["squat", "sit on one's heels"]]}, {"answer": "crowding", "hint": "synonyms for crowding", "clues": [["crowd", "approach a certain age or speed"], ["crowd together", "to gather together in large numbers"], ["herd", "cause to herd, drive, or crowd together"], ["push", "approach a certain age or speed"]]}, {"answer": "crunch", "hint": "synonyms for crunch", "clues": [["comminute", "reduce to small pieces or particles by pounding or abrading"], ["bray", "reduce to small pieces or particles by pounding or abrading"], ["cranch", "press or grind with a crushing noise"], ["crackle", "make a crushing noise"], ["munch", "chew noisily"], ["grind", "press or grind with a crushing noise"], ["mash", "reduce to small pieces or particles by pounding or abrading"]]}, {"answer": "crusade", "hint": "synonyms for crusade", "clues": [["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"]]}, {"answer": "crush", "hint": "synonyms for crush", "clues": [["mash", "to compress with violence, out of natural shape or condition"], ["trounce", "come out better in a competition, race, or conflict"], ["break down", "make ineffective"], ["demolish", "humiliate or depress completely"], ["jam", "crush or bruise"], ["squelch", "to compress with violence, out of natural shape or condition"], ["beat out", "come out better in a competition, race, or conflict"], ["suppress", "come down on or keep down by unjust use of one's authority"], ["squeeze", "to compress with violence, out of natural shape or condition"], ["shell", "come out better in a competition, race, or conflict"], ["vanquish", "come out better in a competition, race, or conflict"], ["squash", "to compress with violence, out of natural shape or condition"], ["beat", "come out better in a competition, race, or conflict"], ["oppress", "come down on or keep down by unjust use of one's authority"]]}, {"answer": "cry", "hint": "synonyms for cry", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["weep", "shed tears because of sadness, rage, or pain"], ["outcry", "utter aloud; often with surprise, horror, or joy"], ["shout out", "utter a sudden loud cry"], ["shout", "utter aloud; often with surprise, horror, or joy"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["blazon out", "proclaim or announce in public"], ["yell", "utter a sudden loud cry"], ["cry out", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "crystallizing", "hint": "synonyms for crystallizing", "clues": [["crystalise", "cause to take on a definite and clear shape"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["effloresce", "assume crystalline form; become crystallized"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "cuckold", "hint": "synonyms for cuckold", "clues": [["wander", "be sexually unfaithful to one's partner in marriage"], ["cheat on", "be sexually unfaithful to one's partner in marriage"], ["betray", "be sexually unfaithful to one's partner in marriage"], ["cheat", "be sexually unfaithful to one's partner in marriage"]]}, {"answer": "cuddle", "hint": "synonyms for cuddle", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "cuddling", "hint": "synonyms for cuddling", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "hold (a person or thing) close, as for affection, comfort, or warmth"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "curb", "hint": "synonyms for curb", "clues": [["conquer", "to put down by force or authority"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["suppress", "to put down by force or authority"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["subdue", "to put down by force or authority"], ["stamp down", "to put down by force or authority"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["inhibit", "to put down by force or authority"], ["restrict", "place restrictions on"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["curtail", "place restrictions on"], ["cut back", "place restrictions on"]]}, {"answer": "curbing", "hint": "synonyms for curbing", "clues": [["conquer", "to put down by force or authority"], ["curb", "place restrictions on"], ["curtail", "place restrictions on"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["suppress", "to put down by force or authority"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["subdue", "to put down by force or authority"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["stamp down", "to put down by force or authority"], ["inhibit", "to put down by force or authority"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["restrict", "place restrictions on"], ["cut back", "place restrictions on"]]}, {"answer": "curl", "hint": "synonyms for curl", "clues": [["draw in", "shape one's body into a curl"], ["curve", "form a curl, curve, or kink"], ["curl up", "shape one's body into a curl"], ["kink", "form a curl, curve, or kink"], ["coil", "wind around something in coils or loops"], ["wave", "twist or roll into coils or ringlets"], ["loop", "wind around something in coils or loops"]]}, {"answer": "curse", "hint": "synonyms for curse", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["imprecate", "utter obscenities or profanities"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["excommunicate", "exclude from a church or a religious community"], ["swear", "utter obscenities or profanities"], ["cuss", "utter obscenities or profanities"], ["damn", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"], ["unchurch", "exclude from a church or a religious community"], ["blaspheme", "utter obscenities or profanities"]]}, {"answer": "curve", "hint": "synonyms for curve", "clues": [["cut", "turn sharply; change direction abruptly"], ["twist", "extend in curves and turns"], ["arc", "form an arch or curve"], ["kink", "form a curl, curve, or kink"], ["veer", "turn sharply; change direction abruptly"], ["swerve", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["crook", "bend or cause to bend"], ["slue", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["curl", "form a curl, curve, or kink"], ["wind", "extend in curves and turns"], ["trend", "turn sharply; change direction abruptly"]]}, {"answer": "cuss", "hint": "synonyms for cuss", "clues": [["swear", "utter obscenities or profanities"], ["imprecate", "utter obscenities or profanities"], ["curse", "utter obscenities or profanities"], ["blaspheme", "utter obscenities or profanities"]]}, {"answer": "cycle", "hint": "synonyms for cycle", "clues": [["motorcycle", "ride a motorcycle"], ["motorbike", "ride a motorcycle"], ["bike", "ride a bicycle"], ["bicycle", "ride a bicycle"], ["pedal", "ride a bicycle"], ["wheel", "ride a bicycle"]]}, {"answer": "cycling", "hint": "synonyms for cycling", "clues": [["motorcycle", "ride a motorcycle"], ["cycle", "recur in repeating sequences"], ["pedal", "ride a bicycle"], ["bicycle", "ride a bicycle"], ["wheel", "ride a bicycle"], ["motorbike", "ride a motorcycle"], ["bike", "ride a bicycle"]]}, {"answer": "cypher", "hint": "synonyms for cypher", "clues": [["figure", "make a mathematical calculation or computation"], ["write in code", "convert ordinary language into code"], ["encipher", "convert ordinary language into code"], ["inscribe", "convert ordinary language into code"], ["work out", "make a mathematical calculation or computation"], ["calculate", "make a mathematical calculation or computation"], ["encrypt", "convert ordinary language into code"], ["compute", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"], ["code", "convert ordinary language into code"]]}, {"answer": "dampening", "hint": "synonyms for dampening", "clues": [["wash", "make moist"], ["damp", "make vague or obscure or make (an image) less visible"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["tone down", "deaden (a sound or noise), especially by wrapping"], ["break", "lessen in force or effect"], ["weaken", "lessen in force or effect"], ["moisten", "make moist"], ["soften", "lessen in force or effect"], ["deaden", "make vague or obscure or make (an image) less visible"], ["stifle", "smother or suppress"], ["muffle", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "dart", "hint": "synonyms for dart", "clues": [["flit", "move along rapidly and lightly; skim or dart"], ["scoot", "run or move very quickly or hastily"], ["fleet", "move along rapidly and lightly; skim or dart"], ["flutter", "move along rapidly and lightly; skim or dart"], ["scud", "run or move very quickly or hastily"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"], ["dash", "run or move very quickly or hastily"]]}, {"answer": "darts", "hint": "synonyms for darts", "clues": [["dart", "run or move very quickly or hastily"], ["flit", "move along rapidly and lightly; skim or dart"], ["scoot", "run or move very quickly or hastily"], ["fleet", "move along rapidly and lightly; skim or dart"], ["flutter", "move along rapidly and lightly; skim or dart"], ["scud", "run or move very quickly or hastily"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"], ["dash", "run or move very quickly or hastily"]]}, {"answer": "dash", "hint": "synonyms for dash", "clues": [["daunt", "cause to lose courage"], ["dart", "run or move very quickly or hastily"], ["frighten off", "cause to lose courage"], ["crash", "hurl or thrust violently"], ["scoot", "run or move very quickly or hastily"], ["smash", "break into pieces, as by striking or knocking over"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["scud", "run or move very quickly or hastily"], ["scare", "cause to lose courage"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"]]}, {"answer": "date", "hint": "synonyms for date", "clues": [["see", "date regularly; have a steady relationship with"], ["go steady", "date regularly; have a steady relationship with"], ["go out", "date regularly; have a steady relationship with"], ["date stamp", "stamp with a date"]]}, {"answer": "dating", "hint": "synonyms for dating", "clues": [["go out", "date regularly; have a steady relationship with"], ["date stamp", "stamp with a date"], ["date", "go on a date with"], ["go steady", "date regularly; have a steady relationship with"], ["see", "date regularly; have a steady relationship with"]]}, {"answer": "dawdling", "hint": "synonyms for dawdling", "clues": [["dawdle", "take one's time; proceed slowly"], ["linger", "take one's time; proceed slowly"], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc."], ["dally", "waste time"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc."], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc."]]}, {"answer": "dawn", "hint": "synonyms for dawn", "clues": [["sink in", "become clear or enter one's consciousness or emotions"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["click", "become clear or enter one's consciousness or emotions"], ["come home", "become clear or enter one's consciousness or emotions"], ["get across", "become clear or enter one's consciousness or emotions"], ["get through", "become clear or enter one's consciousness or emotions"]]}, {"answer": "dawning", "hint": "synonyms for dawning", "clues": [["sink in", "become clear or enter one's consciousness or emotions"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["click", "become clear or enter one's consciousness or emotions"], ["get across", "become clear or enter one's consciousness or emotions"], ["get through", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["come home", "become clear or enter one's consciousness or emotions"]]}, {"answer": "daydream", "hint": "synonyms for daydream", "clues": [["woolgather", "have a daydream; indulge in a fantasy"], ["dream", "have a daydream; indulge in a fantasy"], ["stargaze", "have a daydream; indulge in a fantasy"], ["moon", "have dreamlike musings or fantasies while awake"]]}, {"answer": "daydreaming", "hint": "synonyms for daydreaming", "clues": [["woolgather", "have a daydream; indulge in a fantasy"], ["moon", "have dreamlike musings or fantasies while awake"], ["daydream", "have dreamlike musings or fantasies while awake"], ["dream", "have a daydream; indulge in a fantasy"], ["stargaze", "have a daydream; indulge in a fantasy"]]}, {"answer": "deal", "hint": "synonyms for deal", "clues": [["cope", "come to terms with"], ["plow", "act on verbally or in some form of artistic expression"], ["conduct", "direct the course of; manage or control"], ["carry on", "direct the course of; manage or control"], ["consider", "take into consideration for exemplifying purposes"], ["divvy up", "give out as one's portion or share"], ["get by", "come to terms with"], ["handle", "act on verbally or in some form of artistic expression"], ["dispense", "administer or bestow, as in small portions"], ["sell", "do business; offer for sale as for one's livelihood"], ["take", "take into consideration for exemplifying purposes"], ["treat", "act on verbally or in some form of artistic expression"], ["shell out", "administer or bestow, as in small portions"], ["grapple", "come to terms with"], ["deal out", "administer or bestow, as in small portions"], ["trade", "do business; offer for sale as for one's livelihood"], ["portion out", "give out as one's portion or share"], ["address", "act on verbally or in some form of artistic expression"], ["administer", "administer or bestow, as in small portions"], ["manage", "come to terms with"], ["dish out", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["contend", "come to terms with"], ["look at", "take into consideration for exemplifying purposes"], ["cover", "act on verbally or in some form of artistic expression"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["apportion", "give out as one's portion or share"], ["share", "give out as one's portion or share"], ["make do", "come to terms with"], ["care", "be in charge of, act on, or dispose of"], ["parcel out", "administer or bestow, as in small portions"], ["make out", "come to terms with"], ["mete out", "administer or bestow, as in small portions"]]}, {"answer": "dealing", "hint": "synonyms for dealing", "clues": [["deal", "direct the course of; manage or control"], ["plow", "act on verbally or in some form of artistic expression"], ["get by", "come to terms with"], ["handle", "act on verbally or in some form of artistic expression"], ["dispense", "administer or bestow, as in small portions"], ["treat", "act on verbally or in some form of artistic expression"], ["shell out", "administer or bestow, as in small portions"], ["grapple", "come to terms with"], ["administer", "administer or bestow, as in small portions"], ["sell", "do business; offer for sale as for one's livelihood"], ["manage", "come to terms with"], ["dish out", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["contend", "come to terms with"], ["share", "give out as one's portion or share"], ["cover", "act on verbally or in some form of artistic expression"], ["apportion", "give out as one's portion or share"], ["care", "be in charge of, act on, or dispose of"], ["parcel out", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["cope", "come to terms with"], ["conduct", "direct the course of; manage or control"], ["carry on", "direct the course of; manage or control"], ["consider", "take into consideration for exemplifying purposes"], ["divvy up", "give out as one's portion or share"], ["take", "take into consideration for exemplifying purposes"], ["trade", "do business; offer for sale as for one's livelihood"], ["deal out", "administer or bestow, as in small portions"], ["portion out", "give out as one's portion or share"], ["address", "act on verbally or in some form of artistic expression"], ["look at", "take into consideration for exemplifying purposes"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["make do", "come to terms with"], ["make out", "come to terms with"], ["lot", "administer or bestow, as in small portions"]]}, {"answer": "dealings", "hint": "synonyms for dealings", "clues": [["deal", "direct the course of; manage or control"], ["plow", "act on verbally or in some form of artistic expression"], ["get by", "come to terms with"], ["handle", "act on verbally or in some form of artistic expression"], ["dispense", "administer or bestow, as in small portions"], ["treat", "act on verbally or in some form of artistic expression"], ["shell out", "administer or bestow, as in small portions"], ["grapple", "come to terms with"], ["administer", "administer or bestow, as in small portions"], ["sell", "do business; offer for sale as for one's livelihood"], ["manage", "come to terms with"], ["dish out", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["contend", "come to terms with"], ["share", "give out as one's portion or share"], ["cover", "act on verbally or in some form of artistic expression"], ["apportion", "give out as one's portion or share"], ["care", "be in charge of, act on, or dispose of"], ["parcel out", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["cope", "come to terms with"], ["conduct", "direct the course of; manage or control"], ["carry on", "direct the course of; manage or control"], ["consider", "take into consideration for exemplifying purposes"], ["divvy up", "give out as one's portion or share"], ["take", "take into consideration for exemplifying purposes"], ["trade", "do business; offer for sale as for one's livelihood"], ["deal out", "administer or bestow, as in small portions"], ["portion out", "give out as one's portion or share"], ["address", "act on verbally or in some form of artistic expression"], ["look at", "take into consideration for exemplifying purposes"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["make do", "come to terms with"], ["make out", "come to terms with"], ["lot", "administer or bestow, as in small portions"]]}, {"answer": "debate", "hint": "synonyms for debate", "clues": [["deliberate", "discuss the pros and cons of an issue"], ["argue", "have an argument about something"], ["fence", "have an argument about something"], ["turn over", "think about carefully; weigh"], ["consider", "think about carefully; weigh"], ["contend", "have an argument about something"], ["moot", "think about carefully; weigh"]]}, {"answer": "debauch", "hint": "synonyms for debauch", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "decay", "hint": "synonyms for decay", "clues": [["crumble", "fall into decay or ruin"], ["disintegrate", "lose a stored charge, magnetic flux, or current"], ["dilapidate", "fall into decay or ruin"], ["decompose", "lose a stored charge, magnetic flux, or current"]]}, {"answer": "decease", "hint": "synonyms for decease", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "deck", "hint": "synonyms for deck", "clues": [["floor", "knock down with force"], ["coldcock", "knock down with force"], ["grace", "be beautiful to look at"], ["dump", "knock down with force"], ["adorn", "be beautiful to look at"], ["bedight", "decorate"], ["beautify", "be beautiful to look at"], ["knock down", "knock down with force"], ["decorate", "be beautiful to look at"], ["embellish", "be beautiful to look at"], ["bedeck", "decorate"]]}, {"answer": "decline", "hint": "synonyms for decline", "clues": [["pass up", "refuse to accept"], ["reject", "refuse to accept"], ["go down", "grow smaller"], ["wane", "grow smaller"], ["refuse", "refuse to accept"], ["correct", "go down in value"], ["slump", "go down in value"], ["worsen", "grow worse"], ["turn down", "refuse to accept"]]}, {"answer": "decompressing", "hint": "synonyms for decompressing", "clues": [["loosen up", "become less tense, rest, or take one's ease"], ["unwind", "become less tense, rest, or take one's ease"], ["decompress", "restore to its uncompressed form"], ["uncompress", "restore to its uncompressed form"], ["slow down", "become less tense, rest, or take one's ease"], ["depressurize", "decrease the pressure of"], ["relax", "become less tense, rest, or take one's ease"], ["unbend", "become less tense, rest, or take one's ease"]]}, {"answer": "decrease", "hint": "synonyms for decrease", "clues": [["lessen", "make smaller"], ["minify", "make smaller"], ["diminish", "decrease in size, extent, or range"], ["fall", "decrease in size, extent, or range"]]}, {"answer": "defeat", "hint": "synonyms for defeat", "clues": [["get the better of", "win a victory over"], ["overcome", "win a victory over"], ["shoot down", "thwart the passage of"], ["vote down", "thwart the passage of"], ["vote out", "thwart the passage of"], ["kill", "thwart the passage of"]]}, {"answer": "defile", "hint": "synonyms for defile", "clues": [["maculate", "spot, stain, or pollute"], ["befoul", "spot, stain, or pollute"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["cloud", "place under suspicion or cast doubt upon"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["foul", "spot, stain, or pollute"], ["taint", "place under suspicion or cast doubt upon"], ["corrupt", "place under suspicion or cast doubt upon"], ["sully", "place under suspicion or cast doubt upon"]]}, {"answer": "defining", "hint": "synonyms for defining", "clues": [["specify", "decide upon or fix definitely"], ["delineate", "show the form or outline of"], ["define", "determine the essential quality of"], ["fix", "decide upon or fix definitely"], ["limit", "decide upon or fix definitely"], ["determine", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["delimitate", "determine the essential quality of"], ["delimit", "determine the essential quality of"]]}, {"answer": "delay", "hint": "synonyms for delay", "clues": [["hold up", "cause to be slowed down or delayed"], ["retard", "slow the growth or development of"], ["detain", "cause to be slowed down or delayed"], ["stay", "stop or halt"], ["check", "slow the growth or development of"]]}, {"answer": "delegating", "hint": "synonyms for delegating", "clues": [["depute", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["delegate", "transfer power to someone"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["assign", "give an assignment to (a person) to a post, or assign a task to (a person)"]]}, {"answer": "delight", "hint": "synonyms for delight", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["enjoy", "take delight in"], ["please", "give pleasure to or be pleasing to"], ["enrapture", "hold spellbound"], ["revel", "take delight in"]]}, {"answer": "deluge", "hint": "synonyms for deluge", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid"], ["flood out", "charge someone with too many tasks"], ["overwhelm", "charge someone with too many tasks"], ["flood", "fill quickly beyond capacity; as with a liquid"], ["inundate", "fill quickly beyond capacity; as with a liquid"], ["submerge", "fill or cover completely, usually with water"]]}, {"answer": "demand", "hint": "synonyms for demand", "clues": [["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["ask", "require as useful, just, or proper"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"], ["exact", "claim as due or just"]]}, {"answer": "demo", "hint": "synonyms for demo", "clues": [["exhibit", "give an exhibition of to an interested audience"], ["show", "give an exhibition of to an interested audience"], ["demonstrate", "give an exhibition of to an interested audience"], ["present", "give an exhibition of to an interested audience"]]}, {"answer": "demolishing", "hint": "synonyms for demolishing", "clues": [["pulverise", "destroy completely"], ["demolish", "humiliate or depress completely"], ["destroy", "defeat soundly"], ["crush", "humiliate or depress completely"], ["smash", "humiliate or depress completely"]]}, {"answer": "depicting", "hint": "synonyms for depicting", "clues": [["depict", "show in, or as in, a picture"], ["portray", "make a portrait of"], ["describe", "give a description of"], ["draw", "give a description of"], ["show", "show in, or as in, a picture"], ["render", "show in, or as in, a picture"], ["picture", "show in, or as in, a picture"], ["limn", "make a portrait of"]]}, {"answer": "deposit", "hint": "synonyms for deposit", "clues": [["wedge", "put, fix, force, or implant"], ["situate", "put (something somewhere) firmly"], ["fix", "put (something somewhere) firmly"], ["lodge", "put, fix, force, or implant"], ["stick", "put, fix, force, or implant"], ["bank", "put into a bank account"], ["posit", "put (something somewhere) firmly"]]}, {"answer": "deriving", "hint": "synonyms for deriving", "clues": [["deduce", "reason by deduction; establish by deduction"], ["descend", "come from; be connected by a relationship of blood, for example"], ["derive", "come from"], ["gain", "obtain"], ["infer", "reason by deduction; establish by deduction"], ["deduct", "reason by deduction; establish by deduction"], ["come", "come from; be connected by a relationship of blood, for example"]]}, {"answer": "desert", "hint": "synonyms for desert", "clues": [["desolate", "leave someone who needs or counts on you; leave in the lurch"], ["abandon", "leave someone who needs or counts on you; leave in the lurch"], ["forsake", "leave someone who needs or counts on you; leave in the lurch"], ["defect", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army"]]}, {"answer": "deserts", "hint": "synonyms for deserts", "clues": [["desolate", "leave someone who needs or counts on you; leave in the lurch"], ["desert", "leave behind"], ["abandon", "leave someone who needs or counts on you; leave in the lurch"], ["defect", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army"], ["forsake", "leave someone who needs or counts on you; leave in the lurch"]]}, {"answer": "despising", "hint": "synonyms for despising", "clues": [["scorn", "look down on with disdain"], ["despise", "look down on with disdain"], ["disdain", "look down on with disdain"], ["contemn", "look down on with disdain"]]}, {"answer": "detecting", "hint": "synonyms for detecting", "clues": [["observe", "discover or determine the existence, presence, or fact of"], ["discover", "discover or determine the existence, presence, or fact of"], ["find", "discover or determine the existence, presence, or fact of"], ["notice", "discover or determine the existence, presence, or fact of"], ["detect", "discover or determine the existence, presence, or fact of"]]}, {"answer": "devil", "hint": "synonyms for devil", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "devise", "hint": "synonyms for devise", "clues": [["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["organize", "arrange by systematic planning and united effort"], ["machinate", "arrange by systematic planning and united effort"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["get up", "arrange by systematic planning and united effort"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["prepare", "arrange by systematic planning and united effort"]]}, {"answer": "devising", "hint": "synonyms for devising", "clues": [["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["organize", "arrange by systematic planning and united effort"], ["machinate", "arrange by systematic planning and united effort"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["get up", "arrange by systematic planning and united effort"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["devise", "arrange by systematic planning and united effort"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["prepare", "arrange by systematic planning and united effort"]]}, {"answer": "die", "hint": "synonyms for die", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give way", "stop operating or functioning"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pall", "lose sparkle or bouquet"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["become flat", "lose sparkle or bouquet"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["break down", "stop operating or functioning"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give out", "stop operating or functioning"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["break", "stop operating or functioning"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die out", "cut or shape with a die"], ["fail", "stop operating or functioning"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk out", "stop operating or functioning"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go bad", "stop operating or functioning"]]}, {"answer": "dig", "hint": "synonyms for dig", "clues": [["dig out", "remove, harvest, or recover by digging"], ["dig up", "remove, harvest, or recover by digging"], ["stab", "poke or thrust abruptly"], ["grind", "work hard"], ["drudge", "work hard"], ["delve", "turn up, loosen, or remove earth"], ["fag", "work hard"], ["hollow", "remove the inner part or the core of"], ["prod", "poke or thrust abruptly"], ["labor", "work hard"], ["poke", "poke or thrust abruptly"], ["compass", "get the meaning of something"], ["moil", "work hard"], ["jab", "poke or thrust abruptly"], ["grok", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["travail", "work hard"], ["excavate", "remove the inner part or the core of"], ["cut into", "turn up, loosen, or remove earth"], ["get the picture", "get the meaning of something"], ["turn over", "turn up, loosen, or remove earth"], ["toil", "work hard"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "digest", "hint": "synonyms for digest", "clues": [["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["abide", "put up with something or somebody unpleasant"], ["condense", "make more concise"], ["endure", "put up with something or somebody unpleasant"], ["concentrate", "make more concise"], ["support", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"]]}, {"answer": "digging", "hint": "synonyms for digging", "clues": [["dig out", "remove, harvest, or recover by digging"], ["dig up", "remove, harvest, or recover by digging"], ["stab", "poke or thrust abruptly"], ["grind", "work hard"], ["drudge", "work hard"], ["delve", "turn up, loosen, or remove earth"], ["fag", "work hard"], ["dig", "remove, harvest, or recover by digging"], ["labor", "work hard"], ["hollow", "remove the inner part or the core of"], ["poke", "poke or thrust abruptly"], ["prod", "poke or thrust abruptly"], ["compass", "get the meaning of something"], ["moil", "work hard"], ["jab", "poke or thrust abruptly"], ["grok", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["travail", "work hard"], ["excavate", "remove the inner part or the core of"], ["cut into", "turn up, loosen, or remove earth"], ["get the picture", "get the meaning of something"], ["turn over", "turn up, loosen, or remove earth"], ["toil", "work hard"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "digs", "hint": "synonyms for digs", "clues": [["dig out", "remove, harvest, or recover by digging"], ["dig up", "remove, harvest, or recover by digging"], ["stab", "poke or thrust abruptly"], ["grind", "work hard"], ["drudge", "work hard"], ["delve", "turn up, loosen, or remove earth"], ["fag", "work hard"], ["dig", "remove, harvest, or recover by digging"], ["labor", "work hard"], ["hollow", "remove the inner part or the core of"], ["poke", "poke or thrust abruptly"], ["prod", "poke or thrust abruptly"], ["compass", "get the meaning of something"], ["moil", "work hard"], ["jab", "poke or thrust abruptly"], ["grok", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["travail", "work hard"], ["excavate", "remove the inner part or the core of"], ["cut into", "turn up, loosen, or remove earth"], ["get the picture", "get the meaning of something"], ["turn over", "turn up, loosen, or remove earth"], ["toil", "work hard"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "dip", "hint": "synonyms for dip", "clues": [["douse", "dip into a liquid"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["duck", "dip into a liquid"], ["dim", "switch (a car's headlights) from a higher to a lower beam"], ["sink", "appear to move downward"]]}, {"answer": "dirtying", "hint": "synonyms for dirtying", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"]]}, {"answer": "disappearing", "hint": "synonyms for disappearing", "clues": [["evaporate", "become less intense and fade away gradually"], ["go away", "become invisible or unnoticeable"], ["disappear", "get lost, as without warning or explanation"], ["vanish", "get lost, as without warning or explanation"], ["melt", "become less intense and fade away gradually"]]}, {"answer": "discard", "hint": "synonyms for discard", "clues": [["fling", "throw or cast away"], ["toss", "throw or cast away"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "discharge", "hint": "synonyms for discharge", "clues": [["acquit", "pronounce not guilty of criminal charges"], ["drop", "leave or unload"], ["exonerate", "pronounce not guilty of criminal charges"], ["assoil", "pronounce not guilty of criminal charges"], ["set down", "leave or unload"], ["empty", "become empty or void of its content"], ["exhaust", "eliminate (a substance)"], ["expel", "eliminate (a substance)"], ["unload", "leave or unload"], ["muster out", "release from military service"], ["drop off", "leave or unload"], ["release", "eliminate (a substance)"], ["fire", "go off or discharge"], ["complete", "complete or carry out"], ["put down", "leave or unload"], ["dispatch", "complete or carry out"], ["exculpate", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["go off", "go off or discharge"], ["free", "free from obligations or duties"], ["eject", "eliminate (a substance)"]]}, {"answer": "discipline", "hint": "synonyms for discipline", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["correct", "punish in order to gain control or enforce obedience"], ["sort out", "punish in order to gain control or enforce obedience"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control"]]}, {"answer": "discount", "hint": "synonyms for discount", "clues": [["ignore", "bar from attention or consideration"], ["brush aside", "bar from attention or consideration"], ["disregard", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"], ["brush off", "bar from attention or consideration"]]}, {"answer": "discourse", "hint": "synonyms for discourse", "clues": [["dissertate", "talk at length and formally about a topic"], ["discuss", "to consider or examine in speech or writing"], ["converse", "carry on a conversation"], ["hold forth", "talk at length and formally about a topic"], ["talk about", "to consider or examine in speech or writing"]]}, {"answer": "disdain", "hint": "synonyms for disdain", "clues": [["scorn", "look down on with disdain"], ["turn down", "reject with contempt"], ["despise", "look down on with disdain"], ["reject", "reject with contempt"], ["spurn", "reject with contempt"], ["freeze off", "reject with contempt"], ["pooh-pooh", "reject with contempt"], ["contemn", "look down on with disdain"]]}, {"answer": "disgrace", "hint": "synonyms for disgrace", "clues": [["shame", "bring shame or dishonor upon"], ["demean", "reduce in worth or character, usually verbally"], ["degrade", "reduce in worth or character, usually verbally"], ["dishonor", "bring shame or dishonor upon"], ["put down", "reduce in worth or character, usually verbally"], ["discredit", "damage the reputation of"], ["take down", "reduce in worth or character, usually verbally"], ["attaint", "bring shame or dishonor upon"]]}, {"answer": "disgust", "hint": "synonyms for disgust", "clues": [["revolt", "cause aversion in; offend the moral sense of"], ["churn up", "cause aversion in; offend the moral sense of"], ["sicken", "cause aversion in; offend the moral sense of"], ["nauseate", "cause aversion in; offend the moral sense of"], ["gross out", "fill with distaste"], ["repel", "fill with distaste"]]}, {"answer": "dish", "hint": "synonyms for dish", "clues": [["dish out", "provide (usually but not necessarily food)"], ["serve up", "provide (usually but not necessarily food)"], ["dish up", "provide (usually but not necessarily food)"], ["serve", "provide (usually but not necessarily food)"]]}, {"answer": "dishonor", "hint": "synonyms for dishonor", "clues": [["shame", "bring shame or dishonor upon"], ["disgrace", "bring shame or dishonor upon"], ["dishonour", "bring shame or dishonor upon"], ["rape", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["ravish", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["outrage", "force (someone) to have sex against their will"], ["attaint", "bring shame or dishonor upon"]]}, {"answer": "dishonour", "hint": "synonyms for dishonour", "clues": [["shame", "bring shame or dishonor upon"], ["disgrace", "bring shame or dishonor upon"], ["dishonor", "bring shame or dishonor upon"], ["rape", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["ravish", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["outrage", "force (someone) to have sex against their will"], ["attaint", "bring shame or dishonor upon"]]}, {"answer": "dismantling", "hint": "synonyms for dismantling", "clues": [["take down", "tear down so as to make flat with the ground"], ["take apart", "take apart into its constituent pieces"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["dismantle", "take apart into its constituent pieces"], ["break up", "take apart into its constituent pieces"], ["break apart", "take apart into its constituent pieces"], ["disassemble", "take apart into its constituent pieces"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["strip", "take off or remove"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "dismay", "hint": "synonyms for dismay", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["cast down", "lower someone's spirits; make downhearted"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "dismount", "hint": "synonyms for dismount", "clues": [["unhorse", "alight from (a horse)"], ["get down", "alight from (a horse)"], ["get off", "alight from (a horse)"], ["light", "alight from (a horse)"]]}, {"answer": "disorder", "hint": "synonyms for disorder", "clues": [["disarray", "bring disorder to"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "disowning", "hint": "synonyms for disowning", "clues": [["disown", "cast off"], ["repudiate", "cast off"], ["disinherit", "prevent deliberately (as by making a will) from inheriting"], ["renounce", "cast off"]]}, {"answer": "dispatch", "hint": "synonyms for dispatch", "clues": [["off", "kill intentionally and with premeditation"], ["discharge", "complete or carry out"], ["hit", "kill intentionally and with premeditation"], ["complete", "complete or carry out"], ["send off", "send away towards a designated goal"], ["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["despatch", "send away towards a designated goal"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "dispute", "hint": "synonyms for dispute", "clues": [["challenge", "take exception to"], ["altercate", "have a disagreement over something"], ["scrap", "have a disagreement over something"], ["gainsay", "take exception to"], ["argufy", "have a disagreement over something"], ["quarrel", "have a disagreement over something"]]}, {"answer": "disquiet", "hint": "synonyms for disquiet", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "disregard", "hint": "synonyms for disregard", "clues": [["ignore", "bar from attention or consideration"], ["brush aside", "bar from attention or consideration"], ["cut", "refuse to acknowledge"], ["snub", "refuse to acknowledge"], ["neglect", "give little or no attention to"], ["brush off", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"]]}, {"answer": "dissembling", "hint": "synonyms for dissembling", "clues": [["cloak", "hide under a false appearance"], ["pretend", "make believe with the intent to deceive"], ["affect", "make believe with the intent to deceive"], ["sham", "make believe with the intent to deceive"], ["mask", "hide under a false appearance"], ["dissemble", "make believe with the intent to deceive"], ["feign", "make believe with the intent to deceive"], ["act", "behave unnaturally or affectedly"]]}, {"answer": "dissent", "hint": "synonyms for dissent", "clues": [["protest", "express opposition through action or words"], ["resist", "express opposition through action or words"], ["take issue", "be of different opinions"], ["disagree", "be of different opinions"], ["differ", "be of different opinions"]]}, {"answer": "dissolve", "hint": "synonyms for dissolve", "clues": [["unthaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["fade out", "become weaker"], ["break up", "come to an end"], ["thaw", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["resolve", "cause to go into a solution"], ["fade away", "become weaker"], ["dismiss", "declare void"], ["disband", "stop functioning or cohering as a unit"]]}, {"answer": "dissolving", "hint": "synonyms for dissolving", "clues": [["dissolve", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["break up", "come to an end"], ["thaw", "become or cause to become soft or liquid"], ["resolve", "cause to go into a solution"], ["fade out", "become weaker"], ["dismiss", "declare void"], ["melt", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["fade away", "become weaker"], ["disband", "stop functioning or cohering as a unit"]]}, {"answer": "divide", "hint": "synonyms for divide", "clues": [["separate", "come apart"], ["part", "come apart"], ["dissever", "separate into parts or portions"], ["disunite", "force, take, or pull apart"], ["split", "separate into parts or portions"], ["carve up", "separate into parts or portions"], ["fraction", "perform a division"], ["split up", "separate into parts or portions"]]}, {"answer": "divorce", "hint": "synonyms for divorce", "clues": [["dissociate", "part; cease or break association with"], ["disunite", "part; cease or break association with"], ["disjoint", "part; cease or break association with"], ["split up", "get a divorce; formally terminate a marriage"]]}, {"answer": "do", "hint": "synonyms for do", "clues": [["coiffe", "arrange attractively"], ["make", "give rise to; cause to happen or occur, not always intentionally"], ["practice", "carry out or practice; as of jobs and professions"], ["set", "arrange attractively"], ["serve", "spend time in prison or in a labor camp"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["make out", "proceed or get along"], ["dress", "arrange attractively"], ["exercise", "carry out or practice; as of jobs and professions"], ["fare", "proceed or get along"], ["cause", "give rise to; cause to happen or occur, not always intentionally"], ["come", "proceed or get along"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["execute", "carry out or perform an action"], ["perform", "carry out or perform an action"], ["answer", "be sufficient; be adequate, either in quality or quantity"], ["manage", "carry on or function"], ["suffice", "be sufficient; be adequate, either in quality or quantity"], ["coif", "arrange attractively"], ["arrange", "arrange attractively"], ["get along", "proceed or get along"]]}, {"answer": "doctor", "hint": "synonyms for doctor", "clues": [["fix", "restore by replacing a part or putting together what is torn or broken"], ["sophisticate", "alter and make impure, as with the intention to deceive"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["mend", "restore by replacing a part or putting together what is torn or broken"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["doctor up", "alter and make impure, as with the intention to deceive"], ["bushel", "restore by replacing a part or putting together what is torn or broken"]]}, {"answer": "dodder", "hint": "synonyms for dodder", "clues": [["toddle", "walk unsteadily"], ["waddle", "walk unsteadily"], ["paddle", "walk unsteadily"], ["coggle", "walk unsteadily"], ["totter", "walk unsteadily"]]}, {"answer": "dodge", "hint": "synonyms for dodge", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "dodging", "hint": "synonyms for dodging", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "dog", "hint": "synonyms for dog", "clues": [["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "doings", "hint": "synonyms for doings", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["coiffe", "arrange attractively"], ["make", "give rise to; cause to happen or occur, not always intentionally"], ["practise", "carry out or practice; as of jobs and professions"], ["set", "arrange attractively"], ["serve", "spend time in prison or in a labor camp"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["dress", "arrange attractively"], ["exercise", "carry out or practice; as of jobs and professions"], ["cause", "give rise to; cause to happen or occur, not always intentionally"], ["get along", "proceed or get along"], ["coif", "arrange attractively"], ["make out", "proceed or get along"], ["fare", "proceed or get along"], ["come", "proceed or get along"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["execute", "carry out or perform an action"], ["perform", "carry out or perform an action"], ["answer", "be sufficient; be adequate, either in quality or quantity"], ["manage", "carry on or function"], ["suffice", "be sufficient; be adequate, either in quality or quantity"], ["arrange", "arrange attractively"]]}, {"answer": "don", "hint": "synonyms for don", "clues": [["get into", "put clothing on one's body"], ["assume", "put clothing on one's body"], ["wear", "put clothing on one's body"], ["put on", "put clothing on one's body"]]}, {"answer": "doom", "hint": "synonyms for doom", "clues": [["fate", "decree or designate beforehand"], ["designate", "decree or designate beforehand"], ["sentence", "pronounce a sentence on (somebody) in a court of law"], ["condemn", "pronounce a sentence on (somebody) in a court of law"], ["destine", "decree or designate beforehand"]]}, {"answer": "dos", "hint": "synonyms for dos", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["coiffe", "arrange attractively"], ["make", "give rise to; cause to happen or occur, not always intentionally"], ["practise", "carry out or practice; as of jobs and professions"], ["set", "arrange attractively"], ["serve", "spend time in prison or in a labor camp"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["dress", "arrange attractively"], ["exercise", "carry out or practice; as of jobs and professions"], ["cause", "give rise to; cause to happen or occur, not always intentionally"], ["get along", "proceed or get along"], ["coif", "arrange attractively"], ["make out", "proceed or get along"], ["fare", "proceed or get along"], ["come", "proceed or get along"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["execute", "carry out or perform an action"], ["perform", "carry out or perform an action"], ["answer", "be sufficient; be adequate, either in quality or quantity"], ["manage", "carry on or function"], ["suffice", "be sufficient; be adequate, either in quality or quantity"], ["arrange", "arrange attractively"]]}, {"answer": "dot", "hint": "synonyms for dot", "clues": [["constellate", "scatter or intersperse like dots or studs"], ["stud", "scatter or intersperse like dots or studs"], ["dust", "distribute loosely"], ["scatter", "distribute loosely"], ["sprinkle", "distribute loosely"], ["disperse", "distribute loosely"]]}, {"answer": "doubles", "hint": "synonyms for doubles", "clues": [["double over", "bend over or curl up, usually with laughter or pain"], ["double", "do double duty; serve two purposes or have two functions"], ["repeat", "make or do or perform again"], ["reduplicate", "make or do or perform again"], ["double up", "bend over or curl up, usually with laughter or pain"]]}, {"answer": "doubling", "hint": "synonyms for doubling", "clues": [["double over", "bend over or curl up, usually with laughter or pain"], ["double", "do double duty; serve two purposes or have two functions"], ["repeat", "make or do or perform again"], ["reduplicate", "make or do or perform again"], ["double up", "bend over or curl up, usually with laughter or pain"]]}, {"answer": "dousing", "hint": "synonyms for dousing", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["dip", "dip into a liquid"], ["douse", "dip into a liquid"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["drench", "cover with liquid; pour liquid onto"], ["put out", "put out, as of a candle or a light"], ["soak", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["duck", "dip into a liquid"]]}, {"answer": "downing", "hint": "synonyms for downing", "clues": [["kill", "drink down entirely"], ["down", "shoot at and force to come down"], ["pop", "drink down entirely"], ["cut down", "cause to come or go down"], ["devour", "eat immoderately"], ["drink down", "drink down entirely"], ["fine-tune", "improve or perfect by pruning or polishing"], ["shoot down", "shoot at and force to come down"], ["land", "shoot at and force to come down"], ["refine", "improve or perfect by pruning or polishing"], ["push down", "cause to come or go down"], ["belt down", "drink down entirely"], ["polish", "improve or perfect by pruning or polishing"], ["knock down", "cause to come or go down"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"], ["go through", "eat immoderately"], ["pull down", "cause to come or go down"], ["consume", "eat immoderately"]]}, {"answer": "dowse", "hint": "synonyms for dowse", "clues": [["douse", "slacken"], ["souse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["drench", "cover with liquid; pour liquid onto"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "dowsing", "hint": "synonyms for dowsing", "clues": [["douse", "slacken"], ["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["souse", "cover with liquid; pour liquid onto"], ["drench", "cover with liquid; pour liquid onto"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "draft", "hint": "synonyms for draft", "clues": [["enlist", "engage somebody to enter the army"], ["outline", "draw up an outline or sketch for something"], ["muster in", "engage somebody to enter the army"], ["draught", "make a blueprint of"], ["blueprint", "make a blueprint of"]]}, {"answer": "drafting", "hint": "synonyms for drafting", "clues": [["enlist", "engage somebody to enter the army"], ["outline", "draw up an outline or sketch for something"], ["draft", "engage somebody to enter the army"], ["muster in", "engage somebody to enter the army"], ["draught", "make a blueprint of"], ["blueprint", "make a blueprint of"]]}, {"answer": "drag", "hint": "synonyms for drag", "clues": [["puff", "suck in or take (air)"], ["hale", "draw slowly or heavily"], ["haul", "draw slowly or heavily"], ["get behind", "to lag or linger behind"], ["drop back", "to lag or linger behind"], ["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag in", "force into some kind of situation, condition, or course of action"], ["embroil", "force into some kind of situation, condition, or course of action"], ["draw", "suck in or take (air)"], ["trail", "to lag or linger behind"], ["dredge", "search (as the bottom of a body of water) for something valuable or lost"], ["cart", "draw slowly or heavily"], ["drop behind", "to lag or linger behind"], ["hang back", "to lag or linger behind"], ["drag out", "proceed for an extended period of time"], ["scuff", "walk without lifting the feet"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "draw", "hint": "synonyms for draw", "clues": [["force", "cause to move by pulling"], ["line", "make a mark or lines on a surface"], ["soak up", "take in, also metaphorically"], ["run", "pass over, across, or through"], ["describe", "give a description of"], ["take out", "take liquid out of a container or well"], ["puff", "suck in or take (air)"], ["take up", "take in, also metaphorically"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["thread", "thread on or as if on a string"], ["reap", "get or derive"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["take in", "take in, also metaphorically"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["draw off", "remove (a commodity) from (a supply source)"], ["sop up", "take in, also metaphorically"], ["disembowel", "remove the entrails of"], ["delineate", "make a mark or lines on a surface"], ["depict", "give a description of"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["cast", "choose at random"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pass", "pass over, across, or through"], ["guide", "pass over, across, or through"], ["suck up", "take in, also metaphorically"], ["eviscerate", "remove the entrails of"], ["get out", "bring, take, or pull out of a container or from under a cover"], ["string", "thread on or as if on a string"], ["withdraw", "remove (a commodity) from (a supply source)"], ["absorb", "take in, also metaphorically"], ["trace", "make a mark or lines on a surface"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["drag", "suck in or take (air)"], ["tie", "finish a game with an equal number of points, goals, etc."], ["make", "make, formulate, or derive in the mind"], ["get", "earn or achieve a base by being walked by the pitcher"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull back", "stretch back a bowstring (on an archer's bow)"]]}, {"answer": "drawing", "hint": "synonyms for drawing", "clues": [["line", "make a mark or lines on a surface"], ["draw", "move or go steadily or gradually"], ["puff", "suck in or take (air)"], ["take up", "take in, also metaphorically"], ["run", "pass over, across, or through"], ["thread", "thread on or as if on a string"], ["reap", "get or derive"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["draw off", "remove (a commodity) from (a supply source)"], ["depict", "give a description of"], ["pull", "cause to move by pulling"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["take out", "bring, take, or pull out of a container or from under a cover"], ["pass", "pass over, across, or through"], ["guide", "pass over, across, or through"], ["get out", "bring, take, or pull out of a container or from under a cover"], ["withdraw", "remove (a commodity) from (a supply source)"], ["absorb", "take in, also metaphorically"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["drag", "suck in or take (air)"], ["describe", "make a mark or lines on a surface"], ["make", "make, formulate, or derive in the mind"], ["get", "earn or achieve a base by being walked by the pitcher"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull back", "stretch back a bowstring (on an archer's bow)"], ["force", "cause to move by pulling"], ["soak up", "take in, also metaphorically"], ["take in", "take in, also metaphorically"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["sop up", "take in, also metaphorically"], ["disembowel", "remove the entrails of"], ["delineate", "make a mark or lines on a surface"], ["cast", "choose at random"], ["suck up", "take in, also metaphorically"], ["eviscerate", "remove the entrails of"], ["string", "thread on or as if on a string"], ["trace", "make a mark or lines on a surface"], ["tie", "finish a game with an equal number of points, goals, etc."]]}, {"answer": "dreaming", "hint": "synonyms for dreaming", "clues": [["woolgather", "have a daydream; indulge in a fantasy"], ["dream", "experience while sleeping"], ["stargaze", "have a daydream; indulge in a fantasy"], ["daydream", "have a daydream; indulge in a fantasy"]]}, {"answer": "drenching", "hint": "synonyms for drenching", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["swamp", "drench or submerge or be drenched or submerged"], ["douse", "cover with liquid; pour liquid onto"], ["drench", "drench or submerge or be drenched or submerged"], ["souse", "cover with liquid; pour liquid onto"], ["imbrue", "permeate or impregnate"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "dressing", "hint": "synonyms for dressing", "clues": [["coiffe", "arrange attractively"], ["clip", "cultivate, tend, and cut back the growth of"], ["habilitate", "provide with clothes or put clothes on"], ["lop", "cultivate, tend, and cut back the growth of"], ["fit out", "provide with clothes or put clothes on"], ["set", "arrange attractively"], ["primp", "dress or groom with elaborate care"], ["garnish", "decorate (food), as with parsley or other ornamental foods"], ["dress", "arrange attractively"], ["preen", "dress or groom with elaborate care"], ["raiment", "provide with clothes or put clothes on"], ["plume", "dress or groom with elaborate care"], ["garment", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["get dressed", "put on clothes"], ["crop", "cultivate, tend, and cut back the growth of"], ["coif", "arrange attractively"], ["trim", "decorate (food), as with parsley or other ornamental foods"], ["decorate", "provide with decoration"], ["prune", "cultivate, tend, and cut back the growth of"], ["enclothe", "provide with clothes or put clothes on"], ["do", "arrange attractively"], ["groom", "give a neat appearance to"], ["cut back", "cultivate, tend, and cut back the growth of"], ["curry", "give a neat appearance to"], ["line up", "arrange in ranks"], ["dress up", "dress in a certain manner"], ["dress out", "kill and prepare for market or consumption"], ["garb", "provide with clothes or put clothes on"], ["snip", "cultivate, tend, and cut back the growth of"], ["arrange", "arrange attractively"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "drew", "hint": "synonyms for drew", "clues": [["line", "make a mark or lines on a surface"], ["draw", "move or go steadily or gradually"], ["puff", "suck in or take (air)"], ["take up", "take in, also metaphorically"], ["run", "pass over, across, or through"], ["thread", "thread on or as if on a string"], ["reap", "get or derive"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["draw off", "remove (a commodity) from (a supply source)"], ["depict", "give a description of"], ["pull", "cause to move by pulling"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["take out", "bring, take, or pull out of a container or from under a cover"], ["pass", "pass over, across, or through"], ["guide", "pass over, across, or through"], ["get out", "bring, take, or pull out of a container or from under a cover"], ["withdraw", "remove (a commodity) from (a supply source)"], ["absorb", "take in, also metaphorically"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["drag", "suck in or take (air)"], ["describe", "make a mark or lines on a surface"], ["make", "make, formulate, or derive in the mind"], ["get", "earn or achieve a base by being walked by the pitcher"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull back", "stretch back a bowstring (on an archer's bow)"], ["force", "cause to move by pulling"], ["soak up", "take in, also metaphorically"], ["take in", "take in, also metaphorically"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["sop up", "take in, also metaphorically"], ["disembowel", "remove the entrails of"], ["delineate", "make a mark or lines on a surface"], ["cast", "choose at random"], ["suck up", "take in, also metaphorically"], ["eviscerate", "remove the entrails of"], ["string", "thread on or as if on a string"], ["trace", "make a mark or lines on a surface"], ["tie", "finish a game with an equal number of points, goals, etc."]]}, {"answer": "dribble", "hint": "synonyms for dribble", "clues": [["slobber", "let saliva drivel from the mouth"], ["filter", "run or flow slowly, as in drops or in an unsteady stream"], ["drool", "let saliva drivel from the mouth"], ["drop", "let or cause to fall in drops"], ["drip", "let or cause to fall in drops"], ["trickle", "run or flow slowly, as in drops or in an unsteady stream"], ["carry", "propel,"], ["slaver", "let saliva drivel from the mouth"], ["drivel", "let saliva drivel from the mouth"]]}, {"answer": "dribbling", "hint": "synonyms for dribbling", "clues": [["slobber", "let saliva drivel from the mouth"], ["filter", "run or flow slowly, as in drops or in an unsteady stream"], ["drool", "let saliva drivel from the mouth"], ["dribble", "let saliva drivel from the mouth"], ["drop", "let or cause to fall in drops"], ["trickle", "run or flow slowly, as in drops or in an unsteady stream"], ["drip", "let or cause to fall in drops"], ["carry", "propel,"], ["slaver", "let saliva drivel from the mouth"], ["drivel", "let saliva drivel from the mouth"]]}, {"answer": "drift", "hint": "synonyms for drift", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["be adrift", "be in motion due to some air or water current"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["float", "be in motion due to some air or water current"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["blow", "be in motion due to some air or water current"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["freewheel", "live unhurriedly, irresponsibly, or freely"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["err", "wander from a direct course or at random"]]}, {"answer": "drilling", "hint": "synonyms for drilling", "clues": [["drill", "make a hole, especially with a pointed power or hand tool"], ["practice", "learn by repetition"], ["bore", "make a hole, especially with a pointed power or hand tool"], ["exercise", "learn by repetition"]]}, {"answer": "drink", "hint": "synonyms for drink", "clues": [["pledge", "propose a toast to"], ["imbibe", "take in liquids"], ["booze", "consume alcohol"], ["fuddle", "consume alcohol"], ["tope", "drink excessive amounts of alcohol; be an alcoholic"], ["salute", "propose a toast to"], ["wassail", "propose a toast to"], ["drink in", "be fascinated or spell-bound by; pay close attention to"], ["toast", "propose a toast to"]]}, {"answer": "drinking", "hint": "synonyms for drinking", "clues": [["pledge", "propose a toast to"], ["drink", "drink excessive amounts of alcohol; be an alcoholic"], ["imbibe", "take in liquids"], ["booze", "consume alcohol"], ["salute", "propose a toast to"], ["wassail", "propose a toast to"], ["drink in", "be fascinated or spell-bound by; pay close attention to"], ["fuddle", "consume alcohol"], ["tope", "drink excessive amounts of alcohol; be an alcoholic"], ["toast", "propose a toast to"]]}, {"answer": "drive", "hint": "synonyms for drive", "clues": [["motor", "travel or be transported in a vehicle"], ["repel", "cause to move back by force or influence"], ["labor", "strive and make an effort to reach a goal"], ["push", "strive and make an effort to reach a goal"], ["aim", "move into a desired direction of discourse"], ["ride", "have certain properties when driven"], ["force", "force into or from an action or state, either physically or metaphorically"], ["force back", "cause to move back by force or influence"], ["repulse", "cause to move back by force or influence"], ["get", "move into a desired direction of discourse"], ["take", "proceed along in a vehicle"], ["ram", "force into or from an action or state, either physically or metaphorically"], ["push back", "cause to move back by force or influence"], ["beat back", "cause to move back by force or influence"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "drivel", "hint": "synonyms for drivel", "clues": [["slabber", "let saliva drivel from the mouth"], ["slaver", "let saliva drivel from the mouth"], ["drool", "let saliva drivel from the mouth"], ["dribble", "let saliva drivel from the mouth"]]}, {"answer": "drool", "hint": "synonyms for drool", "clues": [["slabber", "let saliva drivel from the mouth"], ["salivate", "be envious, desirous, eager for, or extremely happy about something"], ["slaver", "let saliva drivel from the mouth"], ["drivel", "let saliva drivel from the mouth"], ["dribble", "let saliva drivel from the mouth"]]}, {"answer": "droop", "hint": "synonyms for droop", "clues": [["swag", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["loll", "hang loosely or laxly"], ["wilt", "become limp"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness"]]}, {"answer": "drop", "hint": "synonyms for drop", "clues": [["dangle", "hang freely"], ["throw", "get rid of"], ["throw off", "get rid of"], ["overlook", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["cut down", "cause to fall by or as if by delivering a blow"], ["fell", "cause to fall by or as if by delivering a blow"], ["expend", "pay out"], ["set down", "leave or unload"], ["dribble", "let or cause to fall in drops"], ["shed", "get rid of"], ["unload", "leave or unload"], ["flatten", "lower the pitch of (musical notes)"], ["neglect", "leave undone or leave out"], ["shake off", "get rid of"], ["omit", "leave undone or leave out"], ["devolve", "grow worse"], ["drop down", "fall or descend to a lower place or level"], ["cast", "get rid of"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"], ["sink", "fall or descend to a lower place or level"], ["send packing", "stop associating with"], ["cast off", "get rid of"], ["discharge", "leave or unload"], ["throw away", "get rid of"], ["degenerate", "grow worse"], ["drip", "let or cause to fall in drops"], ["miss", "leave undone or leave out"], ["drop off", "leave or unload"], ["strike down", "cause to fall by or as if by delivering a blow"], ["deteriorate", "grow worse"], ["dismiss", "stop associating with"], ["swing", "hang freely"], ["send away", "stop associating with"], ["spend", "pay out"], ["knock off", "stop pursuing or acting"]]}, {"answer": "drove", "hint": "synonyms for drove", "clues": [["motor", "travel or be transported in a vehicle"], ["push", "strive and make an effort to reach a goal"], ["drive", "strike with a driver, as in teeing off"], ["ride", "have certain properties when driven"], ["force", "force into or from an action or state, either physically or metaphorically"], ["repulse", "cause to move back by force or influence"], ["ram", "force into or from an action or state, either physically or metaphorically"], ["beat back", "cause to move back by force or influence"], ["aim", "move into a desired direction of discourse"], ["force back", "cause to move back by force or influence"], ["labour", "strive and make an effort to reach a goal"], ["get", "move into a desired direction of discourse"], ["take", "proceed along in a vehicle"], ["tug", "strive and make an effort to reach a goal"], ["repel", "cause to move back by force or influence"], ["push back", "cause to move back by force or influence"]]}, {"answer": "drubbing", "hint": "synonyms for drubbing", "clues": [["clobber", "beat thoroughly and conclusively in a competition or fight"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["thrash", "beat thoroughly and conclusively in a competition or fight"]]}, {"answer": "drudge", "hint": "synonyms for drudge", "clues": [["grind", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["labor", "work hard"], ["toil", "work hard"], ["dig", "work hard"]]}, {"answer": "drum", "hint": "synonyms for drum", "clues": [["grind away", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["thrum", "make a rhythmic sound"], ["bone up", "study intensively, as before an exam"], ["beat", "make a rhythmic sound"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "drumming", "hint": "synonyms for drumming", "clues": [["grind away", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "play a percussion instrument"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["thrum", "make a rhythmic sound"], ["bone up", "study intensively, as before an exam"], ["beat", "make a rhythmic sound"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "duck", "hint": "synonyms for duck", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dip", "dip into a liquid"], ["douse", "dip into a liquid"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "ducking", "hint": "synonyms for ducking", "clues": [["duck", "submerge or plunge suddenly"], ["dip", "dip into a liquid"], ["douse", "dip into a liquid"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "dug", "hint": "synonyms for dug", "clues": [["dig out", "remove, harvest, or recover by digging"], ["dig up", "remove, harvest, or recover by digging"], ["stab", "poke or thrust abruptly"], ["grind", "work hard"], ["drudge", "work hard"], ["delve", "turn up, loosen, or remove earth"], ["fag", "work hard"], ["dig", "remove, harvest, or recover by digging"], ["labor", "work hard"], ["hollow", "remove the inner part or the core of"], ["poke", "poke or thrust abruptly"], ["prod", "poke or thrust abruptly"], ["compass", "get the meaning of something"], ["moil", "work hard"], ["jab", "poke or thrust abruptly"], ["grok", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["travail", "work hard"], ["excavate", "remove the inner part or the core of"], ["cut into", "turn up, loosen, or remove earth"], ["get the picture", "get the meaning of something"], ["turn over", "turn up, loosen, or remove earth"], ["toil", "work hard"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "dulles", "hint": "synonyms for dulles", "clues": [["muffle", "deaden (a sound or noise), especially by wrapping"], ["dull", "make less lively or vigorous"], ["damp", "deaden (a sound or noise), especially by wrapping"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["blunt", "make dull or blunt"], ["pall", "become less interesting or attractive"], ["benumb", "make numb or insensitive"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["numb", "make numb or insensitive"], ["tone down", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "dump", "hint": "synonyms for dump", "clues": [["knock down", "knock down with force"], ["floor", "knock down with force"], ["coldcock", "knock down with force"], ["ditch", "sever all ties with, usually unceremoniously or irresponsibly"], ["deck", "knock down with force"], ["plunge", "fall abruptly"], ["underprice", "sell at artificially low prices"]]}, {"answer": "dumping", "hint": "synonyms for dumping", "clues": [["floor", "knock down with force"], ["coldcock", "knock down with force"], ["ditch", "sever all ties with, usually unceremoniously or irresponsibly"], ["deck", "knock down with force"], ["dump", "fall abruptly"], ["underprice", "sell at artificially low prices"], ["knock down", "knock down with force"], ["plunge", "fall abruptly"]]}, {"answer": "dumps", "hint": "synonyms for dumps", "clues": [["floor", "knock down with force"], ["coldcock", "knock down with force"], ["ditch", "sever all ties with, usually unceremoniously or irresponsibly"], ["deck", "knock down with force"], ["dump", "fall abruptly"], ["underprice", "sell at artificially low prices"], ["knock down", "knock down with force"], ["plunge", "fall abruptly"]]}, {"answer": "dunk", "hint": "synonyms for dunk", "clues": [["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["douse", "immerse briefly into a liquid so as to wet, coat, or saturate"]]}, {"answer": "dupe", "hint": "synonyms for dupe", "clues": [["put one over", "fool or hoax"], ["befool", "fool or hoax"], ["gull", "fool or hoax"], ["put one across", "fool or hoax"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["fool", "fool or hoax"], ["slang", "fool or hoax"], ["cod", "fool or hoax"]]}, {"answer": "dust", "hint": "synonyms for dust", "clues": [["scatter", "distribute loosely"], ["dot", "distribute loosely"], ["sprinkle", "distribute loosely"], ["disperse", "distribute loosely"]]}, {"answer": "dwelling", "hint": "synonyms for dwelling", "clues": [["dwell", "come back to"], ["lie in", "originate (in)"], ["live", "inhabit or live in; be an inhabitant of"], ["populate", "inhabit or live in; be an inhabitant of"], ["inhabit", "exist or be situated within"], ["harp", "come back to"], ["brood", "think moodily or anxiously about something"], ["consist", "originate (in)"]]}, {"answer": "earmark", "hint": "synonyms for earmark", "clues": [["appropriate", "give or assign a resource to a particular person or cause"], ["set aside", "give or assign a resource to a particular person or cause"], ["reserve", "give or assign a resource to a particular person or cause"], ["allow", "give or assign a resource to a particular person or cause"]]}, {"answer": "earnings", "hint": "synonyms for earnings", "clues": [["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["garner", "acquire or deserve by one's efforts or actions"], ["earn", "acquire or deserve by one's efforts or actions"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["realize", "earn on some commercial or business transaction; earn as salary or wages"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"]]}, {"answer": "ease", "hint": "synonyms for ease", "clues": [["allay", "lessen the intensity of or calm"], ["comfort", "lessen pain or discomfort; alleviate"], ["relieve", "lessen the intensity of or calm"], ["facilitate", "make easier"], ["still", "lessen the intensity of or calm"], ["alleviate", "make easier"]]}, {"answer": "easing", "hint": "synonyms for easing", "clues": [["ease", "lessen pain or discomfort; alleviate"], ["facilitate", "make easier"], ["still", "lessen the intensity of or calm"], ["alleviate", "make easier"], ["allay", "lessen the intensity of or calm"], ["comfort", "lessen pain or discomfort; alleviate"], ["relieve", "lessen the intensity of or calm"]]}, {"answer": "eating", "hint": "synonyms for eating", "clues": [["corrode", "cause to deteriorate due to the action of water, air, or an acid"], ["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["eat", "take in food; used of animals only"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["rust", "cause to deteriorate due to the action of water, air, or an acid"], ["eat on", "worry or cause anxiety in a persistent way"], ["use up", "use up (resources or materials)"], ["feed", "take in food; used of animals only"]]}, {"answer": "eats", "hint": "synonyms for eats", "clues": [["corrode", "cause to deteriorate due to the action of water, air, or an acid"], ["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["eat", "take in food; used of animals only"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["rust", "cause to deteriorate due to the action of water, air, or an acid"], ["eat on", "worry or cause anxiety in a persistent way"], ["use up", "use up (resources or materials)"], ["feed", "take in food; used of animals only"]]}, {"answer": "ebb", "hint": "synonyms for ebb", "clues": [["ebb off", "flow back or recede"], ["ebb down", "flow back or recede"], ["ebb out", "flow back or recede"], ["ebb away", "flow back or recede"]]}, {"answer": "ebbing", "hint": "synonyms for ebbing", "clues": [["ebb off", "flow back or recede"], ["ebb", "flow back or recede"], ["ebb away", "flow back or recede"], ["ebb out", "flow back or recede"], ["ebb down", "flow back or recede"]]}, {"answer": "echo", "hint": "synonyms for echo", "clues": [["recall", "call to mind"], ["reverberate", "ring or echo with sound"], ["repeat", "to say again or imitate"], ["ring", "ring or echo with sound"], ["resound", "ring or echo with sound"]]}, {"answer": "eddy", "hint": "synonyms for eddy", "clues": [["whirlpool", "flow in a circular current, of liquids"], ["purl", "flow in a circular current, of liquids"], ["whirl", "flow in a circular current, of liquids"], ["swirl", "flow in a circular current, of liquids"]]}, {"answer": "edge", "hint": "synonyms for edge", "clues": [["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["butt", "lie adjacent to another or share a boundary"], ["border", "provide with a border or edge"], ["butt on", "lie adjacent to another or share a boundary"], ["inch", "advance slowly, as if by inches"]]}, {"answer": "edging", "hint": "synonyms for edging", "clues": [["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["edge", "provide with an edge"], ["butt", "lie adjacent to another or share a boundary"], ["border", "provide with a border or edge"], ["butt on", "lie adjacent to another or share a boundary"], ["inch", "advance slowly, as if by inches"]]}, {"answer": "editing", "hint": "synonyms for editing", "clues": [["edit", "cut or eliminate"], ["delete", "cut or eliminate"], ["redact", "prepare for publication or presentation by correcting, revising, or adapting"], ["cut", "cut and assemble the components of"], ["blue-pencil", "cut or eliminate"], ["edit out", "cut and assemble the components of"]]}, {"answer": "egress", "hint": "synonyms for egress", "clues": [["come out", "come out of"], ["issue", "come out of"], ["come forth", "come out of"], ["emerge", "come out of"], ["go forth", "come out of"]]}, {"answer": "ejaculate", "hint": "synonyms for ejaculate", "clues": [["blunder", "utter impulsively"], ["blurt out", "utter impulsively"], ["blurt", "utter impulsively"], ["blunder out", "utter impulsively"]]}, {"answer": "eluding", "hint": "synonyms for eluding", "clues": [["elude", "escape, either physically or mentally"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "escape, either physically or mentally"], ["escape", "be incomprehensible to; escape understanding by"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["bilk", "escape, either physically or mentally"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "embrace", "hint": "synonyms for embrace", "clues": [["cover", "include in scope; include as part of something broader; have as one's sphere or territory"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["espouse", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory"]]}, {"answer": "embracing", "hint": "synonyms for embracing", "clues": [["cover", "include in scope; include as part of something broader; have as one's sphere or territory"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness"], ["espouse", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory"]]}, {"answer": "embroideress", "hint": "synonyms for embroideress", "clues": [["pad", "add details to"], ["aggrandize", "add details to"], ["blow up", "add details to"], ["dramatize", "add details to"], ["embroider", "decorate with needlework"], ["embellish", "add details to"], ["lard", "add details to"]]}, {"answer": "emphasizing", "hint": "synonyms for emphasizing", "clues": [["emphasize", "to stress, single out as important"], ["underline", "give extra weight to (a communication)"], ["punctuate", "to stress, single out as important"], ["underscore", "give extra weight to (a communication)"], ["accentuate", "to stress, single out as important"], ["accent", "to stress, single out as important"], ["stress", "to stress, single out as important"]]}, {"answer": "employ", "hint": "synonyms for employ", "clues": [["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["hire", "engage or hire for work"], ["utilise", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["engage", "engage or hire for work"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"]]}, {"answer": "emptying", "hint": "synonyms for emptying", "clues": [["empty", "make void or empty of contents"], ["vacate", "leave behind empty; move out of"], ["abandon", "leave behind empty; move out of"], ["void", "excrete or discharge from the body"], ["discharge", "become empty or void of its content"]]}, {"answer": "enclosing", "hint": "synonyms for enclosing", "clues": [["introduce", "introduce"], ["enclose", "surround completely"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["insert", "introduce"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["close in", "surround completely"], ["stick in", "introduce"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["confine", "close in; darkness enclosed him\""], ["shut in", "surround completely"], ["put in", "introduce"], ["hold in", "close in; darkness enclosed him\""]]}, {"answer": "encounter", "hint": "synonyms for encounter", "clues": [["bump", "come upon, as if by accident; meet with"], ["happen", "come upon, as if by accident; meet with"], ["meet", "experience as a reaction"], ["take on", "contend against an opponent in a sport, game, or battle"], ["come across", "come together"], ["run into", "come together"], ["see", "come together"], ["run across", "come together"], ["receive", "experience as a reaction"], ["chance", "come upon, as if by accident; meet with"], ["find", "come upon, as if by accident; meet with"], ["play", "contend against an opponent in a sport, game, or battle"]]}, {"answer": "end", "hint": "synonyms for end", "clues": [["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["terminate", "bring to an end or halt"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "ending", "hint": "synonyms for ending", "clues": [["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["terminate", "be the end of; be the last or concluding part of"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "enfolding", "hint": "synonyms for enfolding", "clues": [["enwrap", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["envelop", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "engineer", "hint": "synonyms for engineer", "clues": [["organise", "plan and direct (a complex undertaking)"], ["mastermind", "plan and direct (a complex undertaking)"], ["direct", "plan and direct (a complex undertaking)"], ["orchestrate", "plan and direct (a complex undertaking)"]]}, {"answer": "engineering", "hint": "synonyms for engineering", "clues": [["organise", "plan and direct (a complex undertaking)"], ["engineer", "plan and direct (a complex undertaking)"], ["mastermind", "plan and direct (a complex undertaking)"], ["direct", "plan and direct (a complex undertaking)"], ["orchestrate", "plan and direct (a complex undertaking)"]]}, {"answer": "engraving", "hint": "synonyms for engraving", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["engrave", "carve or cut a design or letters into"], ["etch", "carve or cut a design or letters into"], ["inscribe", "carve, cut, or etch into a material or surface"], ["scratch", "carve, cut, or etch into a material or surface"]]}, {"answer": "enjoining", "hint": "synonyms for enjoining", "clues": [["enjoin", "give instructions to or direct somebody to do something with authority"], ["say", "give instructions to or direct somebody to do something with authority"], ["order", "give instructions to or direct somebody to do something with authority"], ["tell", "give instructions to or direct somebody to do something with authority"]]}, {"answer": "enlisting", "hint": "synonyms for enlisting", "clues": [["enlist", "engage somebody to enter the army"], ["draft", "engage somebody to enter the army"], ["muster in", "engage somebody to enter the army"], ["engage", "hire for work or assistance"]]}, {"answer": "entail", "hint": "synonyms for entail", "clues": [["fee-tail", "limit the inheritance of property to a specific class of heirs"], ["implicate", "impose, involve, or imply as a necessary accompaniment or result"], ["imply", "have as a logical consequence"], ["mean", "have as a logical consequence"]]}, {"answer": "entering", "hint": "synonyms for entering", "clues": [["get into", "to come or go into"], ["enter", "make a record of; set down in permanent form"], ["insert", "put or introduce into something"], ["embark", "set out on (an enterprise or subject of study)"], ["go into", "to come or go into"], ["enroll", "register formally as a participant or member"], ["recruit", "register formally as a participant or member"], ["accede", "take on duties or office"], ["move into", "to come or go into"], ["go in", "to come or go into"], ["come in", "to come or go into"], ["record", "make a record of; set down in permanent form"], ["put down", "make a record of; set down in permanent form"], ["inscribe", "register formally as a participant or member"], ["figure", "be or play a part of or in"], ["participate", "become a participant; be involved in"], ["infix", "put or introduce into something"], ["introduce", "put or introduce into something"]]}, {"answer": "entrance", "hint": "synonyms for entrance", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["spellbind", "put into a trance"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "environs", "hint": "synonyms for environs", "clues": [["surround", "extend on all sides of simultaneously; encircle"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["border", "extend on all sides of simultaneously; encircle"], ["skirt", "extend on all sides of simultaneously; encircle"]]}, {"answer": "envisioning", "hint": "synonyms for envisioning", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["envision", "picture to oneself; imagine possible"], ["see", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["foresee", "picture to oneself; imagine possible"], ["picture", "imagine; conceive of; see in one's mind"]]}, {"answer": "equating", "hint": "synonyms for equating", "clues": [["equal", "make equal, uniform, corresponding, or matching"], ["equate", "be equivalent or parallel, in mathematics"], ["match", "make equal, uniform, corresponding, or matching"], ["liken", "consider or describe as similar, equal, or analogous"], ["equalise", "make equal, uniform, corresponding, or matching"], ["correspond", "be equivalent or parallel, in mathematics"], ["compare", "consider or describe as similar, equal, or analogous"]]}, {"answer": "equipping", "hint": "synonyms for equipping", "clues": [["outfit", "provide with (something) usually for a specific purpose"], ["fit out", "provide with (something) usually for a specific purpose"], ["equip", "provide with (something) usually for a specific purpose"], ["fit", "provide with (something) usually for a specific purpose"]]}, {"answer": "erecting", "hint": "synonyms for erecting", "clues": [["raise", "construct, build, or erect"], ["erect", "construct, build, or erect"], ["set up", "construct, build, or erect"], ["rear", "cause to rise up"], ["put up", "construct, build, or erect"]]}, {"answer": "eroding", "hint": "synonyms for eroding", "clues": [["gnaw at", "become ground down or deteriorate"], ["wear away", "become ground down or deteriorate"], ["erode", "remove soil or rock"], ["fret", "remove soil or rock"], ["eat at", "become ground down or deteriorate"], ["gnaw", "become ground down or deteriorate"], ["eat away", "remove soil or rock"]]}, {"answer": "escape", "hint": "synonyms for escape", "clues": [["get away", "run away from confinement"], ["hightail it", "flee; take to one's heels; cut and run"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action"], ["scarper", "flee; take to one's heels; cut and run"], ["break loose", "run away from confinement"], ["break away", "flee; take to one's heels; cut and run"], ["miss", "fail to experience"], ["take to the woods", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["bunk", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action"], ["elude", "be incomprehensible to; escape understanding by"], ["fly the coop", "flee; take to one's heels; cut and run"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"]]}, {"answer": "essay", "hint": "synonyms for essay", "clues": [["seek", "make an effort or attempt"], ["test", "put to the test, as for its quality, or give experimental use to"], ["assay", "make an effort or attempt"], ["attempt", "make an effort or attempt"], ["try", "make an effort or attempt"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["try out", "put to the test, as for its quality, or give experimental use to"]]}, {"answer": "esteem", "hint": "synonyms for esteem", "clues": [["prize", "regard highly; think much of"], ["prise", "regard highly; think much of"], ["look upon", "look on as or consider"], ["think of", "look on as or consider"], ["respect", "regard highly; think much of"], ["take to be", "look on as or consider"], ["repute", "look on as or consider"], ["value", "regard highly; think much of"], ["regard as", "look on as or consider"]]}, {"answer": "estimate", "hint": "synonyms for estimate", "clues": [["count on", "judge to be probable"], ["reckon", "judge to be probable"], ["approximate", "judge tentatively or form an estimate of (quantities or time)"], ["judge", "judge tentatively or form an estimate of (quantities or time)"], ["figure", "judge to be probable"], ["guess", "judge tentatively or form an estimate of (quantities or time)"], ["forecast", "judge to be probable"], ["gauge", "judge tentatively or form an estimate of (quantities or time)"], ["calculate", "judge to be probable"]]}, {"answer": "evening", "hint": "synonyms for evening", "clues": [["level", "make level or straight"], ["even", "make level or straight"], ["even out", "make even or more even"], ["flush", "make level or straight"]]}, {"answer": "evidence", "hint": "synonyms for evidence", "clues": [["tell", "give evidence"], ["prove", "provide evidence for"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["testify", "provide evidence for"], ["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["show", "provide evidence for"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["bear witness", "provide evidence for"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "exchange", "hint": "synonyms for exchange", "clues": [["substitute", "put in the place of another; switch seemingly equivalent items"], ["commute", "exchange or replace with another, usually of the same kind or category"], ["convert", "exchange or replace with another, usually of the same kind or category"], ["switch", "change over, change around, as to a new order or sequence"], ["interchange", "put in the place of another; switch seemingly equivalent items"], ["replace", "put in the place of another; switch seemingly equivalent items"], ["switch over", "change over, change around, as to a new order or sequence"], ["change", "exchange or replace with another, usually of the same kind or category"]]}, {"answer": "exclaiming", "hint": "synonyms for exclaiming", "clues": [["outcry", "utter aloud; often with surprise, horror, or joy"], ["shout", "utter aloud; often with surprise, horror, or joy"], ["proclaim", "state or announce"], ["promulgate", "state or announce"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["cry out", "utter aloud; often with surprise, horror, or joy"], ["cry", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "excreting", "hint": "synonyms for excreting", "clues": [["pass", "eliminate from the body"], ["eliminate", "eliminate from the body"], ["egest", "eliminate from the body"], ["excrete", "eliminate from the body"]]}, {"answer": "excuse", "hint": "synonyms for excuse", "clues": [["rationalise", "defend, explain, clear away, or make excuses for by reasoning"], ["exempt", "grant exemption or release to"], ["apologize", "defend, explain, clear away, or make excuses for by reasoning"], ["justify", "defend, explain, clear away, or make excuses for by reasoning"], ["beg off", "ask for permission to be released from an engagement"], ["condone", "excuse, overlook, or make allowances for; be lenient with"], ["pardon", "accept an excuse for"], ["relieve", "grant exemption or release to"], ["explain", "serve as a reason or cause or justification of"], ["let off", "grant exemption or release to"]]}, {"answer": "executing", "hint": "synonyms for executing", "clues": [["execute", "carry out or perform an action"], ["perform", "carry out or perform an action"], ["fulfil", "put in effect"], ["run", "carry out a process or program, as on a computer or a machine"], ["do", "carry out or perform an action"], ["carry through", "put in effect"], ["accomplish", "put in effect"], ["put to death", "kill as a means of socially sanctioned punishment"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "exercise", "hint": "synonyms for exercise", "clues": [["practice", "carry out or practice; as of jobs and professions"], ["drill", "learn by repetition"], ["work", "give a workout to"], ["work out", "do physical exercise"], ["exert", "put to use"], ["do", "carry out or practice; as of jobs and professions"]]}, {"answer": "exercising", "hint": "synonyms for exercising", "clues": [["practice", "carry out or practice; as of jobs and professions"], ["drill", "learn by repetition"], ["work", "give a workout to"], ["exercise", "do physical exercise"], ["work out", "do physical exercise"], ["exert", "put to use"], ["do", "carry out or practice; as of jobs and professions"]]}, {"answer": "exhaust", "hint": "synonyms for exhaust", "clues": [["tucker out", "wear out completely"], ["consume", "use up (resources or materials)"], ["sap", "deplete"], ["wash up", "wear out completely"], ["eat up", "use up (resources or materials)"], ["use up", "use up (resources or materials)"], ["run down", "deplete"], ["expel", "eliminate (a substance)"], ["beat", "wear out completely"], ["play out", "deplete"], ["wipe out", "use up (resources or materials)"], ["release", "eliminate (a substance)"], ["tire", "deplete"], ["tucker", "wear out completely"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["discharge", "eliminate (a substance)"], ["eject", "eliminate (a substance)"]]}, {"answer": "exhibit", "hint": "synonyms for exhibit", "clues": [["display", "to show, make visible or apparent"], ["show", "give an exhibition of to an interested audience"], ["demonstrate", "give an exhibition of to an interested audience"], ["present", "give an exhibition of to an interested audience"], ["march", "walk ostentatiously"], ["demo", "give an exhibition of to an interested audience"], ["parade", "walk ostentatiously"], ["expose", "to show, make visible or apparent"]]}, {"answer": "exit", "hint": "synonyms for exit", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["get out", "move out of or depart from"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go out", "move out of or depart from"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["leave", "move out of or depart from"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "expelling", "hint": "synonyms for expelling", "clues": [["boot out", "remove from a position or office"], ["oust", "remove from a position or office"], ["release", "eliminate (a substance)"], ["exhaust", "eliminate (a substance)"], ["expel", "eliminate (a substance)"], ["throw out", "force to leave or move out"], ["drum out", "remove from a position or office"], ["kick out", "force to leave or move out"], ["eject", "eliminate (a substance)"], ["rout out", "cause to flee"], ["discharge", "eliminate (a substance)"], ["rout", "cause to flee"]]}, {"answer": "expending", "hint": "synonyms for expending", "clues": [["expend", "pay out"], ["drop", "pay out"], ["spend", "pay out"], ["use", "use up, consume fully"]]}, {"answer": "experience", "hint": "synonyms for experience", "clues": [["get", "go through (mental or physical states or experiences)"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations"], ["have", "go through (mental or physical states or experiences)"], ["go through", "go or live through"], ["know", "have firsthand knowledge of states, situations, emotions, or sensations"], ["receive", "go through (mental or physical states or experiences)"], ["see", "go or live through"], ["feel", "undergo an emotional sensation or be in a particular state of mind"]]}, {"answer": "expose", "hint": "synonyms for expose", "clues": [["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["peril", "put in a dangerous, disadvantageous, or difficult position"], ["display", "to show, make visible or apparent"], ["debunk", "expose while ridiculing; especially of pretentious or false claims and ideas"], ["uncover", "remove all or part of one's clothes to show one's body"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["queer", "put in a dangerous, disadvantageous, or difficult position"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["endanger", "put in a dangerous, disadvantageous, or difficult position"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["exhibit", "to show, make visible or apparent"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["scupper", "put in a dangerous, disadvantageous, or difficult position"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "expounding", "hint": "synonyms for expounding", "clues": [["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["set forth", "state"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "expunging", "hint": "synonyms for expunging", "clues": [["expunge", "remove by erasing or crossing out or as if by drawing a line"], ["excise", "remove by erasing or crossing out or as if by drawing a line"], ["strike", "remove by erasing or crossing out or as if by drawing a line"], ["scratch", "remove by erasing or crossing out or as if by drawing a line"]]}, {"answer": "extinguishing", "hint": "synonyms for extinguishing", "clues": [["quench", "put out, as of fires, flames, or lights"], ["do away with", "terminate, end, or take out"], ["decimate", "kill in large numbers"], ["wipe out", "kill in large numbers"], ["stub out", "extinguish by crushing"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["extinguish", "put out, as of fires, flames, or lights"], ["snuff out", "put an end to; kill"], ["annihilate", "kill in large numbers"], ["carry off", "kill in large numbers"], ["get rid of", "terminate, end, or take out"], ["crush out", "extinguish by crushing"], ["press out", "extinguish by crushing"], ["blow out", "put out, as of fires, flames, or lights"]]}, {"answer": "extract", "hint": "synonyms for extract", "clues": [["draw out", "deduce (a principle) or construe (a meaning)"], ["express", "obtain from a substance, as by mechanical action"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense"], ["elicit", "deduce (a principle) or construe (a meaning)"], ["distill", "extract by the process of distillation"], ["excerpt", "take out of a literary work in order to cite or copy"], ["pull", "remove, usually with some force or effort; also used in an abstract sense"], ["press out", "obtain from a substance, as by mechanical action"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense"], ["evoke", "deduce (a principle) or construe (a meaning)"], ["educe", "deduce (a principle) or construe (a meaning)"], ["take out", "remove, usually with some force or effort; also used in an abstract sense"]]}, {"answer": "exudate", "hint": "synonyms for exudate", "clues": [["ooze out", "release (a liquid) in drops or small quantities"], ["ooze", "release (a liquid) in drops or small quantities"], ["transude", "release (a liquid) in drops or small quantities"], ["exude", "release (a liquid) in drops or small quantities"]]}, {"answer": "face", "hint": "synonyms for face", "clues": [["confront", "deal with (something unpleasant) head on"], ["look", "be oriented in a certain direction, often with respect to another reference point; be opposite to"], ["present", "present somebody with something, usually to accuse or criticize"], ["face up", "deal with (something unpleasant) head on"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to"]]}, {"answer": "facing", "hint": "synonyms for facing", "clues": [["face", "deal with (something unpleasant) head on"], ["look", "be oriented in a certain direction, often with respect to another reference point; be opposite to"], ["present", "present somebody with something, usually to accuse or criticize"], ["confront", "deal with (something unpleasant) head on"], ["face up", "deal with (something unpleasant) head on"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to"]]}, {"answer": "fade", "hint": "synonyms for fade", "clues": [["pass off", "disappear gradually"], ["evanesce", "disappear gradually"], ["pass", "disappear gradually"], ["blow over", "disappear gradually"], ["fleet", "disappear gradually"], ["melt", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["wither", "lose freshness, vigor, or vitality"], ["languish", "become feeble"]]}, {"answer": "fading", "hint": "synonyms for fading", "clues": [["pass off", "disappear gradually"], ["fleet", "disappear gradually"], ["evanesce", "disappear gradually"], ["languish", "become feeble"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["pass", "disappear gradually"], ["blow over", "disappear gradually"], ["melt", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["wither", "lose freshness, vigor, or vitality"]]}, {"answer": "fag", "hint": "synonyms for fag", "clues": [["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["grind", "work hard"], ["drudge", "work hard"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["labor", "work hard"], ["moil", "work hard"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["travail", "work hard"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["toil", "work hard"], ["dig", "work hard"]]}, {"answer": "fall", "hint": "synonyms for fall", "clues": [["come", "come under, be classified or included"], ["come down", "move downward and lower, but not necessarily all the way"], ["hang", "fall or flow in a certain way"], ["accrue", "come into the possession of"], ["devolve", "be inherited by"], ["descend", "move downward and lower, but not necessarily all the way"], ["pass", "be inherited by"], ["go down", "move downward and lower, but not necessarily all the way"], ["strike", "touch or seem as if touching visually or audibly"], ["return", "be inherited by"], ["light", "fall to somebody by assignment or lot"], ["lessen", "decrease in size, extent, or range"], ["diminish", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"], ["shine", "touch or seem as if touching visually or audibly"], ["fall down", "lose an upright position suddenly"], ["flow", "fall or flow in a certain way"], ["settle", "come as if by falling"], ["precipitate", "fall from clouds"]]}, {"answer": "falls", "hint": "synonyms for falls", "clues": [["come", "come under, be classified or included"], ["fall", "be captured"], ["hang", "fall or flow in a certain way"], ["accrue", "come into the possession of"], ["devolve", "be inherited by"], ["descend", "move downward and lower, but not necessarily all the way"], ["pass", "be inherited by"], ["go down", "move downward and lower, but not necessarily all the way"], ["come down", "fall from clouds"], ["strike", "touch or seem as if touching visually or audibly"], ["light", "fall to somebody by assignment or lot"], ["flow", "fall or flow in a certain way"], ["settle", "come as if by falling"], ["return", "be inherited by"], ["lessen", "decrease in size, extent, or range"], ["diminish", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"], ["shine", "touch or seem as if touching visually or audibly"], ["fall down", "lose an upright position suddenly"], ["precipitate", "fall from clouds"]]}, {"answer": "falsifying", "hint": "synonyms for falsifying", "clues": [["distort", "make false by mutilation or addition; as of a message or story"], ["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["falsify", "insert words into texts, often falsifying it thereby"], ["interpolate", "insert words into texts, often falsifying it thereby"], ["alter", "insert words into texts, often falsifying it thereby"], ["warp", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["misrepresent", "tamper, with the purpose of deception"], ["cook", "tamper, with the purpose of deception"], ["manipulate", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "falter", "hint": "synonyms for falter", "clues": [["bumble", "walk unsteadily"], ["stutter", "speak haltingly"], ["waver", "move hesitatingly, as if about to give way"], ["stammer", "speak haltingly"], ["stumble", "walk unsteadily"]]}, {"answer": "fare", "hint": "synonyms for fare", "clues": [["make out", "proceed or get along"], ["do", "proceed or get along"], ["come", "proceed or get along"], ["get along", "proceed or get along"]]}, {"answer": "fastening", "hint": "synonyms for fastening", "clues": [["fasten", "make tight or tighter"], ["tighten", "make tight or tighter"], ["secure", "cause to be firmly attached"], ["fix", "cause to be firmly attached"]]}, {"answer": "father", "hint": "synonyms for father", "clues": [["engender", "make children"], ["generate", "make children"], ["beget", "make children"], ["sire", "make children"], ["bring forth", "make children"], ["get", "make children"], ["mother", "make children"]]}, {"answer": "fatigue", "hint": "synonyms for fatigue", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "lose interest or become bored with something or somebody"], ["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "fatigues", "hint": "synonyms for fatigues", "clues": [["tire", "lose interest or become bored with something or somebody"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["weary", "lose interest or become bored with something or somebody"], ["fatigue", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "lose interest or become bored with something or somebody"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"]]}, {"answer": "fawn", "hint": "synonyms for fawn", "clues": [["cringe", "show submission or fear"], ["kotow", "try to gain favor by cringing or flattering"], ["bootlick", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["creep", "show submission or fear"], ["grovel", "show submission or fear"], ["suck up", "try to gain favor by cringing or flattering"], ["cower", "show submission or fear"], ["truckle", "try to gain favor by cringing or flattering"], ["crawl", "show submission or fear"]]}, {"answer": "fear", "hint": "synonyms for fear", "clues": [["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["dread", "be afraid or scared of; be frightened of"], ["revere", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"]]}, {"answer": "feasting", "hint": "synonyms for feasting", "clues": [["junket", "provide a feast or banquet for"], ["feed", "gratify"], ["banquet", "partake in a feast or banquet"], ["feast", "partake in a feast or banquet"]]}, {"answer": "featherbed", "hint": "synonyms for featherbed", "clues": [["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"]]}, {"answer": "featherbedding", "hint": "synonyms for featherbedding", "clues": [["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["featherbed", "hire more workers than are necessary"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"]]}, {"answer": "fed", "hint": "synonyms for fed", "clues": [["feast", "gratify"], ["eat", "take in food; used of animals only"], ["feed", "provide as food"], ["feed in", "introduce continuously"], ["flow", "move along, of liquids"], ["prey", "profit from in an exploitatory manner"], ["course", "move along, of liquids"], ["fertilise", "provide with fertilizers or add nutrients to"], ["give", "give food to"], ["run", "move along, of liquids"]]}, {"answer": "feed", "hint": "synonyms for feed", "clues": [["fertilize", "provide with fertilizers or add nutrients to"], ["feast", "gratify"], ["eat", "take in food; used of animals only"], ["give", "give food to"], ["fee", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["tip", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["feed in", "introduce continuously"], ["prey", "profit from in an exploitatory manner"], ["flow", "move along, of liquids"], ["bung", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["run", "move along, of liquids"], ["course", "move along, of liquids"]]}, {"answer": "feeding", "hint": "synonyms for feeding", "clues": [["feast", "gratify"], ["eat", "take in food; used of animals only"], ["feed", "provide as food"], ["feed in", "introduce continuously"], ["flow", "move along, of liquids"], ["prey", "profit from in an exploitatory manner"], ["course", "move along, of liquids"], ["fertilise", "provide with fertilizers or add nutrients to"], ["give", "give food to"], ["run", "move along, of liquids"]]}, {"answer": "feel", "hint": "synonyms for feel", "clues": [["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["experience", "undergo an emotional sensation or be in a particular state of mind"], ["palpate", "examine (a body part) by palpation"], ["finger", "examine by touch"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles"]]}, {"answer": "feeling", "hint": "synonyms for feeling", "clues": [["feel", "be felt or perceived in a certain way"], ["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["palpate", "examine (a body part) by palpation"], ["finger", "examine by touch"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles"], ["experience", "undergo an emotional sensation or be in a particular state of mind"]]}, {"answer": "feelings", "hint": "synonyms for feelings", "clues": [["feel", "be felt or perceived in a certain way"], ["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["palpate", "examine (a body part) by palpation"], ["finger", "examine by touch"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles"], ["experience", "undergo an emotional sensation or be in a particular state of mind"]]}, {"answer": "feigning", "hint": "synonyms for feigning", "clues": [["pretend", "make believe with the intent to deceive"], ["sham", "make a pretence of"], ["affect", "make believe with the intent to deceive"], ["assume", "make a pretence of"], ["simulate", "make a pretence of"], ["feign", "make a pretence of"], ["dissemble", "make believe with the intent to deceive"]]}, {"answer": "felt", "hint": "synonyms for felt", "clues": [["feel", "be felt or perceived in a certain way"], ["palpate", "examine (a body part) by palpation"], ["finger", "examine by touch"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles"], ["matte up", "change texture so as to become matted and felt-like"], ["experience", "undergo an emotional sensation or be in a particular state of mind"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"], ["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["mat", "change texture so as to become matted and felt-like"], ["matte", "change texture so as to become matted and felt-like"]]}, {"answer": "fence", "hint": "synonyms for fence", "clues": [["fence in", "surround with a wall in order to fortify"], ["argue", "have an argument about something"], ["wall", "surround with a wall in order to fortify"], ["palisade", "surround with a wall in order to fortify"], ["surround", "surround with a wall in order to fortify"], ["debate", "have an argument about something"], ["contend", "have an argument about something"]]}, {"answer": "fencing", "hint": "synonyms for fencing", "clues": [["argue", "have an argument about something"], ["fence", "have an argument about something"], ["wall", "surround with a wall in order to fortify"], ["fence in", "enclose with a fence"], ["palisade", "surround with a wall in order to fortify"], ["contend", "have an argument about something"], ["surround", "surround with a wall in order to fortify"], ["debate", "have an argument about something"]]}, {"answer": "fermenting", "hint": "synonyms for fermenting", "clues": [["ferment", "go sour or spoil"], ["work", "go sour or spoil"], ["turn", "go sour or spoil"], ["sour", "go sour or spoil"]]}, {"answer": "fetch", "hint": "synonyms for fetch", "clues": [["bring", "be sold for a certain price"], ["get", "go or come after and bring or take back"], ["convey", "go or come after and bring or take back"], ["bring in", "be sold for a certain price"]]}, {"answer": "fiddle", "hint": "synonyms for fiddle", "clues": [["tinker", "try to fix or mend"], ["monkey", "play around with or alter or falsify, usually secretively or dishonestly"], ["goldbrick", "avoid (one's assigned duties)"], ["toy", "manipulate manually or in one's mind or imagination"], ["shrink from", "avoid (one's assigned duties)"], ["shirk", "avoid (one's assigned duties)"], ["diddle", "manipulate manually or in one's mind or imagination"], ["play", "manipulate manually or in one's mind or imagination"], ["tamper", "play around with or alter or falsify, usually secretively or dishonestly"]]}, {"answer": "fight", "hint": "synonyms for fight", "clues": [["defend", "fight against or resist strongly"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["struggle", "make a strenuous or labored effort"], ["contend", "be engaged in a fight; carry on a fight"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["oppose", "fight against or resist strongly"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight down", "fight against or resist strongly"], ["fight back", "fight against or resist strongly"]]}, {"answer": "figure", "hint": "synonyms for figure", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["enter", "be or play a part of or in"], ["work out", "make a mathematical calculation or computation"], ["project", "imagine; conceive of; see in one's mind"], ["calculate", "make a mathematical calculation or computation"], ["compute", "make a mathematical calculation or computation"], ["visualize", "imagine; conceive of; see in one's mind"], ["reckon", "make a mathematical calculation or computation"], ["see", "imagine; conceive of; see in one's mind"], ["cypher", "make a mathematical calculation or computation"], ["image", "imagine; conceive of; see in one's mind"], ["forecast", "judge to be probable"], ["cipher", "make a mathematical calculation or computation"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "figuring", "hint": "synonyms for figuring", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["enter", "be or play a part of or in"], ["work out", "make a mathematical calculation or computation"], ["project", "imagine; conceive of; see in one's mind"], ["calculate", "make a mathematical calculation or computation"], ["compute", "make a mathematical calculation or computation"], ["visualize", "imagine; conceive of; see in one's mind"], ["reckon", "make a mathematical calculation or computation"], ["see", "imagine; conceive of; see in one's mind"], ["figure", "understand"], ["cypher", "make a mathematical calculation or computation"], ["image", "imagine; conceive of; see in one's mind"], ["forecast", "judge to be probable"], ["cipher", "make a mathematical calculation or computation"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "file", "hint": "synonyms for file", "clues": [["lodge", "file a formal charge against"], ["file away", "place in a container for keeping records"], ["charge", "file a formal charge against"], ["register", "record in a public office or in a court of law"]]}, {"answer": "filing", "hint": "synonyms for filing", "clues": [["file", "proceed in line"], ["charge", "file a formal charge against"], ["register", "record in a public office or in a court of law"], ["lodge", "file a formal charge against"], ["file away", "place in a container for keeping records"]]}, {"answer": "fill", "hint": "synonyms for fill", "clues": [["satiate", "fill to satisfaction"], ["make full", "make full, also in a metaphorical sense"], ["fulfil", "fill or meet a want or need"], ["take", "assume, as of positions or roles"], ["meet", "fill or meet a want or need"], ["fill up", "eat until one is sated"], ["replete", "fill to satisfaction"], ["occupy", "assume, as of positions or roles"], ["satisfy", "fill or meet a want or need"], ["sate", "fill to satisfaction"]]}, {"answer": "filling", "hint": "synonyms for filling", "clues": [["satiate", "fill to satisfaction"], ["make full", "make full, also in a metaphorical sense"], ["fulfil", "fill or meet a want or need"], ["meet", "fill or meet a want or need"], ["fill up", "eat until one is sated"], ["fill", "eat until one is sated"], ["satisfy", "fill or meet a want or need"], ["sate", "fill to satisfaction"], ["take", "assume, as of positions or roles"], ["replete", "fill to satisfaction"], ["occupy", "assume, as of positions or roles"]]}, {"answer": "filter", "hint": "synonyms for filter", "clues": [["filter out", "remove by passing through a filter"], ["separate out", "remove by passing through a filter"], ["strain", "remove by passing through a filter"], ["filtrate", "remove by passing through a filter"], ["sink in", "pass through"], ["trickle", "run or flow slowly, as in drops or in an unsteady stream"], ["dribble", "run or flow slowly, as in drops or in an unsteady stream"], ["permeate", "pass through"], ["percolate", "pass through"]]}, {"answer": "filtrate", "hint": "synonyms for filtrate", "clues": [["filter", "remove by passing through a filter"], ["separate out", "remove by passing through a filter"], ["strain", "remove by passing through a filter"], ["filter out", "remove by passing through a filter"]]}, {"answer": "find", "hint": "synonyms for find", "clues": [["receive", "receive a specified treatment (abstract)"], ["regain", "come upon after searching; find the location of something that was missed or lost"], ["bump", "come upon, as if by accident; meet with"], ["observe", "discover or determine the existence, presence, or fact of"], ["obtain", "receive a specified treatment (abstract)"], ["see", "perceive or be contemporaneous with"], ["line up", "get something or somebody for a specific purpose"], ["incur", "receive a specified treatment (abstract)"], ["discover", "make a discovery, make a new finding"], ["get", "receive a specified treatment (abstract)"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study"], ["recover", "get or find back; recover the use of"], ["chance", "come upon, as if by accident; meet with"], ["find oneself", "accept and make use of one's personality, abilities, and situation"], ["come up", "get something or somebody for a specific purpose"], ["happen", "come upon, as if by accident; meet with"], ["witness", "perceive or be contemporaneous with"], ["determine", "establish after a calculation, investigation, experiment, survey, or study"], ["get hold", "get something or somebody for a specific purpose"], ["notice", "discover or determine the existence, presence, or fact of"], ["find out", "establish after a calculation, investigation, experiment, survey, or study"], ["encounter", "come upon, as if by accident; meet with"], ["rule", "decide on and make a declaration about"], ["retrieve", "get or find back; recover the use of"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["detect", "discover or determine the existence, presence, or fact of"]]}, {"answer": "finding", "hint": "synonyms for finding", "clues": [["find", "perceive oneself to be in a certain condition or place"], ["see", "perceive or be contemporaneous with"], ["line up", "get something or somebody for a specific purpose"], ["get", "receive a specified treatment (abstract)"], ["recover", "get or find back; recover the use of"], ["determine", "establish after a calculation, investigation, experiment, survey, or study"], ["notice", "discover or determine the existence, presence, or fact of"], ["find out", "establish after a calculation, investigation, experiment, survey, or study"], ["rule", "decide on and make a declaration about"], ["retrieve", "get or find back; recover the use of"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["detect", "discover or determine the existence, presence, or fact of"], ["receive", "receive a specified treatment (abstract)"], ["regain", "come upon after searching; find the location of something that was missed or lost"], ["bump", "come upon, as if by accident; meet with"], ["observe", "discover or determine the existence, presence, or fact of"], ["obtain", "receive a specified treatment (abstract)"], ["incur", "receive a specified treatment (abstract)"], ["discover", "make a discovery, make a new finding"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study"], ["chance", "come upon, as if by accident; meet with"], ["find oneself", "accept and make use of one's personality, abilities, and situation"], ["come up", "get something or somebody for a specific purpose"], ["happen", "come upon, as if by accident; meet with"], ["witness", "perceive or be contemporaneous with"], ["encounter", "come upon, as if by accident; meet with"], ["get hold", "get something or somebody for a specific purpose"]]}, {"answer": "findings", "hint": "synonyms for findings", "clues": [["find", "perceive oneself to be in a certain condition or place"], ["see", "perceive or be contemporaneous with"], ["line up", "get something or somebody for a specific purpose"], ["get", "receive a specified treatment (abstract)"], ["recover", "get or find back; recover the use of"], ["determine", "establish after a calculation, investigation, experiment, survey, or study"], ["notice", "discover or determine the existence, presence, or fact of"], ["find out", "establish after a calculation, investigation, experiment, survey, or study"], ["rule", "decide on and make a declaration about"], ["retrieve", "get or find back; recover the use of"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds"], ["detect", "discover or determine the existence, presence, or fact of"], ["receive", "receive a specified treatment (abstract)"], ["regain", "come upon after searching; find the location of something that was missed or lost"], ["bump", "come upon, as if by accident; meet with"], ["observe", "discover or determine the existence, presence, or fact of"], ["obtain", "receive a specified treatment (abstract)"], ["incur", "receive a specified treatment (abstract)"], ["discover", "make a discovery, make a new finding"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study"], ["chance", "come upon, as if by accident; meet with"], ["find oneself", "accept and make use of one's personality, abilities, and situation"], ["come up", "get something or somebody for a specific purpose"], ["happen", "come upon, as if by accident; meet with"], ["witness", "perceive or be contemporaneous with"], ["encounter", "come upon, as if by accident; meet with"], ["get hold", "get something or somebody for a specific purpose"]]}, {"answer": "finish", "hint": "synonyms for finish", "clues": [["wind up", "finally be or do something"], ["eat up", "finish eating all the food on one's plate or on the table"], ["land up", "finally be or do something"], ["end up", "finally be or do something"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["polish off", "finish eating all the food on one's plate or on the table"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["fetch up", "finally be or do something"], ["complete", "come or bring to a finish or an end"], ["finish up", "finally be or do something"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "finishing", "hint": "synonyms for finishing", "clues": [["finish", "come or bring to a finish or an end"], ["wind up", "finally be or do something"], ["eat up", "finish eating all the food on one's plate or on the table"], ["end up", "finally be or do something"], ["land up", "finally be or do something"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["polish off", "finish eating all the food on one's plate or on the table"], ["fetch up", "finally be or do something"], ["complete", "come or bring to a finish or an end"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["finish up", "finally be or do something"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "fink", "hint": "synonyms for fink", "clues": [["blackleg", "take the place of work of someone on strike"], ["squeal", "confess to a punishable or reprehensible deed, usually under pressure"], ["scab", "take the place of work of someone on strike"], ["rat", "take the place of work of someone on strike"], ["confess", "confess to a punishable or reprehensible deed, usually under pressure"]]}, {"answer": "fire", "hint": "synonyms for fire", "clues": [["raise", "call forth (emotions, feelings, and responses)"], ["open fire", "start firing a weapon"], ["evoke", "call forth (emotions, feelings, and responses)"], ["terminate", "terminate the employment of; discharge from an office or position"], ["burn", "destroy by fire"], ["fuel", "provide with fuel"], ["elicit", "call forth (emotions, feelings, and responses)"], ["discharge", "go off or discharge"], ["force out", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["kindle", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["arouse", "call forth (emotions, feelings, and responses)"], ["sack", "terminate the employment of; discharge from an office or position"], ["go off", "go off or discharge"], ["burn down", "destroy by fire"]]}, {"answer": "firing", "hint": "synonyms for firing", "clues": [["fire", "provide with fuel"], ["raise", "call forth (emotions, feelings, and responses)"], ["open fire", "start firing a weapon"], ["evoke", "call forth (emotions, feelings, and responses)"], ["terminate", "terminate the employment of; discharge from an office or position"], ["burn", "destroy by fire"], ["go off", "go off or discharge"], ["fuel", "provide with fuel"], ["discharge", "go off or discharge"], ["force out", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["elicit", "call forth (emotions, feelings, and responses)"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["kindle", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["arouse", "call forth (emotions, feelings, and responses)"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["burn down", "destroy by fire"]]}, {"answer": "fix", "hint": "synonyms for fix", "clues": [["desexualise", "make infertile"], ["ready", "prepare for eating by applying heat"], ["pay off", "take vengeance on or get even"], ["determine", "decide upon or fix definitely"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["fixate", "make fixed, stable or stationary"], ["unsex", "make infertile"], ["desex", "make infertile"], ["posit", "put (something somewhere) firmly"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["get", "take vengeance on or get even"], ["cook", "prepare for eating by applying heat"], ["make", "prepare for eating by applying heat"], ["fasten", "cause to be firmly attached"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["secure", "cause to be firmly attached"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["specify", "decide upon or fix definitely"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["sterilize", "make infertile"], ["situate", "put (something somewhere) firmly"], ["deposit", "put (something somewhere) firmly"], ["limit", "decide upon or fix definitely"], ["mend", "restore by replacing a part or putting together what is torn or broken"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["pay back", "take vengeance on or get even"], ["define", "decide upon or fix definitely"]]}, {"answer": "fixing", "hint": "synonyms for fixing", "clues": [["fix", "make infertile"], ["ready", "prepare for eating by applying heat"], ["determine", "decide upon or fix definitely"], ["fixate", "make fixed, stable or stationary"], ["desex", "make infertile"], ["cook", "prepare for eating by applying heat"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["specify", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["mend", "restore by replacing a part or putting together what is torn or broken"], ["sterilise", "make infertile"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["desexualise", "make infertile"], ["pay off", "take vengeance on or get even"], ["unsex", "make infertile"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["posit", "put (something somewhere) firmly"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["get", "take vengeance on or get even"], ["make", "prepare for eating by applying heat"], ["fasten", "cause to be firmly attached"], ["secure", "cause to be firmly attached"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["situate", "put (something somewhere) firmly"], ["deposit", "put (something somewhere) firmly"], ["limit", "decide upon or fix definitely"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["pay back", "take vengeance on or get even"], ["define", "decide upon or fix definitely"]]}, {"answer": "fixings", "hint": "synonyms for fixings", "clues": [["fix", "make infertile"], ["ready", "prepare for eating by applying heat"], ["determine", "decide upon or fix definitely"], ["fixate", "make fixed, stable or stationary"], ["desex", "make infertile"], ["cook", "prepare for eating by applying heat"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["specify", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["mend", "restore by replacing a part or putting together what is torn or broken"], ["sterilise", "make infertile"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["desexualise", "make infertile"], ["pay off", "take vengeance on or get even"], ["unsex", "make infertile"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["posit", "put (something somewhere) firmly"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["get", "take vengeance on or get even"], ["make", "prepare for eating by applying heat"], ["fasten", "cause to be firmly attached"], ["secure", "cause to be firmly attached"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["situate", "put (something somewhere) firmly"], ["deposit", "put (something somewhere) firmly"], ["limit", "decide upon or fix definitely"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["pay back", "take vengeance on or get even"], ["define", "decide upon or fix definitely"]]}, {"answer": "fizz", "hint": "synonyms for fizz", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["froth", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"]]}, {"answer": "flag", "hint": "synonyms for flag", "clues": [["swag", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["ease up", "become less intense"], ["ease off", "become less intense"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["slacken off", "become less intense"]]}, {"answer": "flap", "hint": "synonyms for flap", "clues": [["beat", "move with a flapping motion"], ["dither", "make a fuss; be agitated"], ["pother", "make a fuss; be agitated"], ["wave", "move in a wavy pattern or with a rising and falling motion"], ["undulate", "move in a wavy pattern or with a rising and falling motion"], ["roll", "move in a wavy pattern or with a rising and falling motion"]]}, {"answer": "flapping", "hint": "synonyms for flapping", "clues": [["beat", "move with a flapping motion"], ["flap", "move with a flapping motion"], ["dither", "make a fuss; be agitated"], ["pother", "make a fuss; be agitated"], ["wave", "move in a wavy pattern or with a rising and falling motion"], ["roll", "move in a wavy pattern or with a rising and falling motion"], ["undulate", "move in a wavy pattern or with a rising and falling motion"]]}, {"answer": "flaps", "hint": "synonyms for flaps", "clues": [["beat", "move with a flapping motion"], ["flap", "move with a flapping motion"], ["dither", "make a fuss; be agitated"], ["pother", "make a fuss; be agitated"], ["wave", "move in a wavy pattern or with a rising and falling motion"], ["roll", "move in a wavy pattern or with a rising and falling motion"], ["undulate", "move in a wavy pattern or with a rising and falling motion"]]}, {"answer": "flare", "hint": "synonyms for flare", "clues": [["erupt", "erupt or intensify suddenly"], ["burn up", "burn brightly"], ["flare out", "become flared and widen, usually at one end"], ["irrupt", "erupt or intensify suddenly"], ["burst out", "erupt or intensify suddenly"], ["blaze up", "burn brightly"], ["flare up", "erupt or intensify suddenly"], ["break open", "erupt or intensify suddenly"], ["flame", "shine with a sudden light"]]}, {"answer": "flashing", "hint": "synonyms for flashing", "clues": [["flash", "display proudly; act ostentatiously or pretentiously"], ["ostentate", "display proudly; act ostentatiously or pretentiously"], ["dart", "run or move very quickly or hastily"], ["scud", "run or move very quickly or hastily"], ["winkle", "gleam or glow intermittently"], ["blink", "gleam or glow intermittently"], ["swank", "display proudly; act ostentatiously or pretentiously"], ["show off", "display proudly; act ostentatiously or pretentiously"], ["scoot", "run or move very quickly or hastily"], ["wink", "gleam or glow intermittently"], ["shoot", "run or move very quickly or hastily"], ["dash", "run or move very quickly or hastily"], ["flaunt", "display proudly; act ostentatiously or pretentiously"]]}, {"answer": "flaunt", "hint": "synonyms for flaunt", "clues": [["swank", "display proudly; act ostentatiously or pretentiously"], ["flash", "display proudly; act ostentatiously or pretentiously"], ["show off", "display proudly; act ostentatiously or pretentiously"], ["ostentate", "display proudly; act ostentatiously or pretentiously"]]}, {"answer": "fleece", "hint": "synonyms for fleece", "clues": [["hook", "rip off; ask an unreasonable price"], ["shear", "shear the wool from"], ["rob", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"]]}, {"answer": "flex", "hint": "synonyms for flex", "clues": [["turn", "cause (a plastic object) to assume a crooked or angular form"], ["bend", "form a curve"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["twist", "cause (a plastic object) to assume a crooked or angular form"]]}, {"answer": "flick", "hint": "synonyms for flick", "clues": [["riffle", "look through a book or other written material"], ["flip", "look through a book or other written material"], ["ruffle", "twitch or flutter"], ["thumb", "look through a book or other written material"], ["leaf", "look through a book or other written material"], ["riff", "look through a book or other written material"], ["snap", "cause to make a snapping sound"], ["click", "cause to make a snapping sound"], ["flicker", "shine unsteadily"], ["jerk", "throw or toss with a quick motion"]]}, {"answer": "flicker", "hint": "synonyms for flicker", "clues": [["waver", "move back and forth very rapidly"], ["flick", "shine unsteadily"], ["flutter", "move back and forth very rapidly"], ["quiver", "move back and forth very rapidly"]]}, {"answer": "flies", "hint": "synonyms for flies", "clues": [["vanish", "decrease rapidly and disappear"], ["pilot", "operate an airplane"], ["fly", "display in the air or cause to float"], ["fell", "pass away rapidly"], ["take flight", "run away quickly"], ["aviate", "operate an airplane"], ["flee", "run away quickly"], ["wing", "travel through the air; be airborne"], ["vaporize", "decrease rapidly and disappear"]]}, {"answer": "flinch", "hint": "synonyms for flinch", "clues": [["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"]]}, {"answer": "fling", "hint": "synonyms for fling", "clues": [["toss", "throw or cast away"], ["discard", "throw or cast away"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"], ["splurge", "indulge oneself"]]}, {"answer": "flip-flop", "hint": "synonyms for flip-flop", "clues": [["alternate", "reverse (a direction, attitude, or course of action)"], ["flip", "reverse (a direction, attitude, or course of action)"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["tack", "reverse (a direction, attitude, or course of action)"], ["switch", "reverse (a direction, attitude, or course of action)"]]}, {"answer": "flirt", "hint": "synonyms for flirt", "clues": [["play", "behave carelessly or indifferently"], ["butterfly", "talk or behave amorously, without serious intentions"], ["dally", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["toy", "behave carelessly or indifferently"], ["mash", "talk or behave amorously, without serious intentions"], ["philander", "talk or behave amorously, without serious intentions"], ["romance", "talk or behave amorously, without serious intentions"], ["chat up", "talk or behave amorously, without serious intentions"]]}, {"answer": "flirting", "hint": "synonyms for flirting", "clues": [["play", "behave carelessly or indifferently"], ["butterfly", "talk or behave amorously, without serious intentions"], ["dally", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["toy", "behave carelessly or indifferently"], ["mash", "talk or behave amorously, without serious intentions"], ["flirt", "behave carelessly or indifferently"], ["philander", "talk or behave amorously, without serious intentions"], ["romance", "talk or behave amorously, without serious intentions"], ["chat up", "talk or behave amorously, without serious intentions"]]}, {"answer": "float", "hint": "synonyms for float", "clues": [["drift", "be in motion due to some air or water current"], ["swim", "be afloat either on or below a liquid surface and not sink to the bottom"], ["be adrift", "be in motion due to some air or water current"], ["blow", "be in motion due to some air or water current"]]}, {"answer": "flogging", "hint": "synonyms for flogging", "clues": [["lambast", "beat with a cane"], ["whip", "beat severely with a whip or rod"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["flog", "beat with a cane"], ["slash", "beat severely with a whip or rod"], ["cane", "beat with a cane"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "flood", "hint": "synonyms for flood", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid"], ["oversupply", "supply with an excess of"], ["glut", "supply with an excess of"], ["inundate", "fill quickly beyond capacity; as with a liquid"], ["deluge", "fill quickly beyond capacity; as with a liquid"]]}, {"answer": "flooding", "hint": "synonyms for flooding", "clues": [["flood", "cover with liquid, usually water"], ["swamp", "fill quickly beyond capacity; as with a liquid"], ["glut", "supply with an excess of"], ["inundate", "fill quickly beyond capacity; as with a liquid"], ["oversupply", "supply with an excess of"], ["deluge", "fill quickly beyond capacity; as with a liquid"]]}, {"answer": "floor", "hint": "synonyms for floor", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["coldcock", "knock down with force"], ["deck", "knock down with force"], ["take aback", "surprise greatly; knock someone's socks off"], ["dump", "knock down with force"], ["ball over", "surprise greatly; knock someone's socks off"], ["knock down", "knock down with force"], ["shock", "surprise greatly; knock someone's socks off"]]}, {"answer": "flooring", "hint": "synonyms for flooring", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["floor", "knock down with force"], ["coldcock", "knock down with force"], ["deck", "knock down with force"], ["take aback", "surprise greatly; knock someone's socks off"], ["dump", "knock down with force"], ["ball over", "surprise greatly; knock someone's socks off"], ["knock down", "knock down with force"], ["shock", "surprise greatly; knock someone's socks off"]]}, {"answer": "flourish", "hint": "synonyms for flourish", "clues": [["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["thrive", "grow vigorously"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["brandish", "move or swing back and forth"], ["expand", "grow vigorously"], ["wave", "move or swing back and forth"], ["boom", "grow vigorously"]]}, {"answer": "flow", "hint": "synonyms for flow", "clues": [["menstruate", "undergo menstruation"], ["feed", "move along, of liquids"], ["run", "move along, of liquids"], ["course", "move along, of liquids"], ["flux", "move or progress freely as if in a stream"], ["hang", "fall or flow in a certain way"], ["fall", "fall or flow in a certain way"]]}, {"answer": "flub", "hint": "synonyms for flub", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "fluff", "hint": "synonyms for fluff", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["tease", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["ruffle", "erect or fluff up"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "flutter", "hint": "synonyms for flutter", "clues": [["flicker", "move back and forth very rapidly"], ["bat", "wink briefly"], ["flit", "move along rapidly and lightly; skim or dart"], ["fleet", "move along rapidly and lightly; skim or dart"], ["waver", "move back and forth very rapidly"], ["dart", "move along rapidly and lightly; skim or dart"], ["palpitate", "beat rapidly"], ["quiver", "move back and forth very rapidly"], ["flitter", "move back and forth very rapidly"]]}, {"answer": "fluttering", "hint": "synonyms for fluttering", "clues": [["flicker", "move back and forth very rapidly"], ["bat", "wink briefly"], ["flit", "move along rapidly and lightly; skim or dart"], ["flutter", "beat rapidly"], ["fleet", "move along rapidly and lightly; skim or dart"], ["waver", "move back and forth very rapidly"], ["palpitate", "beat rapidly"], ["dart", "move along rapidly and lightly; skim or dart"], ["quiver", "move back and forth very rapidly"]]}, {"answer": "flux", "hint": "synonyms for flux", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["flow", "move or progress freely as if in a stream"], ["liquify", "become liquid or fluid when heated"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["meld", "mix together different elements"], ["blend", "mix together different elements"]]}, {"answer": "foam", "hint": "synonyms for foam", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["fizz", "become bubbly or frothy or foaming"], ["froth", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"]]}, {"answer": "fob", "hint": "synonyms for fob", "clues": [["fox", "deceive somebody"], ["play a joke on", "deceive somebody"], ["pull a fast one on", "deceive somebody"], ["play a trick on", "deceive somebody"], ["play tricks", "deceive somebody"], ["trick", "deceive somebody"], ["flim-flam", "deceive somebody"]]}, {"answer": "focus", "hint": "synonyms for focus", "clues": [["pore", "direct one's attention on something"], ["focalise", "become focussed or come into focus"], ["concentrate", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["sharpen", "put (an image) into focus"], ["centre", "direct one's attention on something"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["center", "direct one's attention on something"]]}, {"answer": "focusing", "hint": "synonyms for focusing", "clues": [["focalise", "put (an image) into focus"], ["concentrate", "direct one's attention on something"], ["focus", "put (an image) into focus"], ["sharpen", "put (an image) into focus"], ["centre", "direct one's attention on something"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["pore", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["center", "direct one's attention on something"]]}, {"answer": "focussing", "hint": "synonyms for focussing", "clues": [["focalise", "put (an image) into focus"], ["concentrate", "direct one's attention on something"], ["focus", "put (an image) into focus"], ["sharpen", "put (an image) into focus"], ["centre", "direct one's attention on something"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["pore", "direct one's attention on something"], ["rivet", "direct one's attention on something"], ["center", "direct one's attention on something"]]}, {"answer": "fog", "hint": "synonyms for fog", "clues": [["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["obnubilate", "make less visible or unclear"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["befog", "make less visible or unclear"]]}, {"answer": "foil", "hint": "synonyms for foil", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "foiling", "hint": "synonyms for foiling", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["foil", "cover or back with foil"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "fold", "hint": "synonyms for fold", "clues": [["turn up", "bend or lay so that one part covers the other"], ["close", "cease to operate or cause to cease operating"], ["fold up", "bend or lay so that one part covers the other"], ["close up", "cease to operate or cause to cease operating"], ["pen up", "confine in a fold, like sheep"], ["shut down", "cease to operate or cause to cease operating"], ["close down", "cease to operate or cause to cease operating"]]}, {"answer": "fool", "hint": "synonyms for fool", "clues": [["fool away", "spend frivolously and unwisely"], ["dissipate", "spend frivolously and unwisely"], ["gull", "fool or hoax"], ["put one across", "fool or hoax"], ["arse around", "indulge in horseplay"], ["frivol away", "spend frivolously and unwisely"], ["befool", "make a fool or dupe of"], ["cod", "fool or hoax"], ["put one over", "fool or hoax"], ["shoot", "spend frivolously and unwisely"], ["fritter", "spend frivolously and unwisely"], ["dupe", "fool or hoax"], ["fool around", "indulge in horseplay"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["slang", "fool or hoax"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "foot", "hint": "synonyms for foot", "clues": [["foot up", "add a column of numbers"], ["leg it", "walk"], ["pick", "pay for something"], ["hoof", "walk"], ["hoof it", "walk"]]}, {"answer": "footing", "hint": "synonyms for footing", "clues": [["foot", "add a column of numbers"], ["foot up", "add a column of numbers"], ["pick", "pay for something"], ["leg it", "walk"], ["hoof", "walk"], ["hoof it", "walk"]]}, {"answer": "foray", "hint": "synonyms for foray", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "force", "hint": "synonyms for force", "clues": [["draw", "cause to move by pulling"], ["squeeze", "squeeze like a wedge into a tight space"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["thrust", "impose urgently, importunately, or inexorably"], ["pull", "cause to move by pulling"], ["storm", "take by force"], ["wedge", "squeeze like a wedge into a tight space"], ["impel", "urge or force (a person) to an action; constrain or motivate"], ["ram", "force into or from an action or state, either physically or metaphorically"], ["push", "move with force,"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["drive", "force into or from an action or state, either physically or metaphorically"]]}, {"answer": "force_out", "hint": "synonyms for force out", "clues": [["rout out", "force or drive out"], ["eject", "cause to come out in a squirt"], ["fire", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["crowd out", "press, force, or thrust out of a small space"], ["can", "terminate the employment of; discharge from an office or position"], ["squeeze out", "cause to come out in a squirt"], ["depose", "force to leave (an office)"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["squirt", "cause to come out in a squirt"], ["drive out", "force or drive out"], ["evict", "expel from one's property or force to move out by a legal process"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["rouse", "force or drive out"], ["gouge", "force with the thumb"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"]]}, {"answer": "forecast", "hint": "synonyms for forecast", "clues": [["foretell", "indicate by signs"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["auspicate", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["omen", "indicate by signs"], ["calculate", "judge to be probable"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["reckon", "judge to be probable"], ["prefigure", "indicate by signs"], ["figure", "judge to be probable"], ["foreshadow", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "forecasting", "hint": "synonyms for forecasting", "clues": [["forecast", "predict in advance"], ["foretell", "indicate by signs"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["auspicate", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["omen", "indicate by signs"], ["calculate", "judge to be probable"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["reckon", "judge to be probable"], ["prefigure", "indicate by signs"], ["figure", "judge to be probable"], ["foreshadow", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "foregrounding", "hint": "synonyms for foregrounding", "clues": [["foreground", "move into the foreground to make more visible or prominent"], ["highlight", "move into the foreground to make more visible or prominent"], ["spotlight", "move into the foreground to make more visible or prominent"], ["play up", "move into the foreground to make more visible or prominent"]]}, {"answer": "forestalling", "hint": "synonyms for forestalling", "clues": [["preclude", "keep from happening or arising; make impossible"], ["anticipate", "act in advance of; deal with ahead of time"], ["counter", "act in advance of; deal with ahead of time"], ["forbid", "keep from happening or arising; make impossible"], ["forestall", "keep from happening or arising; make impossible"], ["prevent", "keep from happening or arising; make impossible"], ["foreclose", "keep from happening or arising; make impossible"], ["foresee", "act in advance of; deal with ahead of time"]]}, {"answer": "foretelling", "hint": "synonyms for foretelling", "clues": [["foretell", "indicate by signs"], ["harbinger", "foreshadow or presage"], ["prognosticate", "make a prediction about; tell in advance"], ["auspicate", "indicate by signs"], ["predict", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["omen", "indicate by signs"], ["herald", "foreshadow or presage"], ["annunciate", "foreshadow or presage"], ["promise", "make a prediction about; tell in advance"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["call", "make a prediction about; tell in advance"], ["foreshadow", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"], ["anticipate", "make a prediction about; tell in advance"], ["announce", "foreshadow or presage"]]}, {"answer": "forge", "hint": "synonyms for forge", "clues": [["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["hammer", "create by hammering"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["spirt", "move or act with a sudden increase in speed or energy"], ["mold", "make something, usually for a specific function"], ["counterfeit", "make a copy of with the intent to deceive"], ["spurt", "move or act with a sudden increase in speed or energy"], ["shape", "make something, usually for a specific function"], ["work", "make something, usually for a specific function"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["fake", "make a copy of with the intent to deceive"], ["fashion", "make out of components (often in an improvising manner)"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["form", "make something, usually for a specific function"]]}, {"answer": "forging", "hint": "synonyms for forging", "clues": [["forge", "make something, usually for a specific function"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["work", "make something, usually for a specific function"], ["fake", "make a copy of with the intent to deceive"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["form", "make something, usually for a specific function"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["hammer", "create by hammering"], ["spirt", "move or act with a sudden increase in speed or energy"], ["mold", "make something, usually for a specific function"], ["counterfeit", "make a copy of with the intent to deceive"], ["spurt", "move or act with a sudden increase in speed or energy"], ["shape", "make something, usually for a specific function"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["fashion", "make out of components (often in an improvising manner)"]]}, {"answer": "forgoing", "hint": "synonyms for forgoing", "clues": [["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["relinquish", "do without or cease to hold or adhere to"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["dispense with", "do without or cease to hold or adhere to"], ["antecede", "be earlier in time; go back further"], ["antedate", "be earlier in time; go back further"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["predate", "be earlier in time; go back further"], ["precede", "be earlier in time; go back further"], ["foreswear", "do without or cease to hold or adhere to"]]}, {"answer": "fork", "hint": "synonyms for fork", "clues": [["ramify", "divide into two or more branches so as to form a fork"], ["pitchfork", "lift with a pitchfork"], ["branch", "divide into two or more branches so as to form a fork"], ["furcate", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"]]}, {"answer": "forking", "hint": "synonyms for forking", "clues": [["pitchfork", "lift with a pitchfork"], ["ramify", "divide into two or more branches so as to form a fork"], ["fork", "shape like a fork"], ["furcate", "divide into two or more branches so as to form a fork"], ["branch", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"]]}, {"answer": "form", "hint": "synonyms for form", "clues": [["forge", "make something, usually for a specific function"], ["constitute", "to compose or represent:"], ["take shape", "develop into a distinctive entity"], ["organize", "create (as an entity)"], ["take form", "develop into a distinctive entity"], ["mold", "make something, usually for a specific function"], ["make", "to compose or represent:"], ["shape", "make something, usually for a specific function"], ["work", "make something, usually for a specific function"], ["imprint", "establish or impress firmly in the mind"], ["spring", "develop into a distinctive entity"]]}, {"answer": "forsaking", "hint": "synonyms for forsaking", "clues": [["desolate", "leave someone who needs or counts on you; leave in the lurch"], ["desert", "leave someone who needs or counts on you; leave in the lurch"], ["abandon", "leave someone who needs or counts on you; leave in the lurch"], ["forsake", "leave someone who needs or counts on you; leave in the lurch"]]}, {"answer": "forswearing", "hint": "synonyms for forswearing", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure"]]}, {"answer": "founder", "hint": "synonyms for founder", "clues": [["flop", "fail utterly; collapse"], ["give", "break down, literally or metaphorically"], ["fall in", "break down, literally or metaphorically"], ["collapse", "break down, literally or metaphorically"], ["fall through", "fail utterly; collapse"], ["give way", "break down, literally or metaphorically"], ["fall flat", "fail utterly; collapse"], ["cave in", "break down, literally or metaphorically"], ["break", "break down, literally or metaphorically"]]}, {"answer": "foundering", "hint": "synonyms for foundering", "clues": [["flop", "fail utterly; collapse"], ["give", "break down, literally or metaphorically"], ["fall in", "break down, literally or metaphorically"], ["founder", "stumble and nearly fall"], ["collapse", "break down, literally or metaphorically"], ["fall through", "fail utterly; collapse"], ["give way", "break down, literally or metaphorically"], ["fall flat", "fail utterly; collapse"], ["cave in", "break down, literally or metaphorically"], ["break", "break down, literally or metaphorically"]]}, {"answer": "founding", "hint": "synonyms for founding", "clues": [["ground", "use as a basis for; found on"], ["institute", "set up or lay the groundwork for"], ["base", "use as a basis for; found on"], ["establish", "use as a basis for; found on"], ["found", "set up or lay the groundwork for"], ["plant", "set up or lay the groundwork for"], ["constitute", "set up or lay the groundwork for"], ["launch", "set up or found"], ["set up", "set up or found"]]}, {"answer": "fox", "hint": "synonyms for fox", "clues": [["fob", "deceive somebody"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["play a joke on", "deceive somebody"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["pull a fast one on", "deceive somebody"], ["play a trick on", "deceive somebody"], ["play tricks", "deceive somebody"], ["trick", "deceive somebody"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"], ["flim-flam", "deceive somebody"]]}, {"answer": "frame", "hint": "synonyms for frame", "clues": [["compose", "make up plans or basic details for"], ["entrap", "take or catch as if in a snare or trap"], ["frame in", "enclose in or as if in a frame"], ["couch", "formulate in a particular style or language"], ["ensnare", "take or catch as if in a snare or trap"], ["put", "formulate in a particular style or language"], ["redact", "formulate in a particular style or language"], ["border", "enclose in or as if in a frame"], ["draw up", "make up plans or basic details for"], ["set up", "take or catch as if in a snare or trap"], ["cast", "formulate in a particular style or language"], ["frame up", "construct by fitting or uniting parts together"]]}, {"answer": "framing", "hint": "synonyms for framing", "clues": [["frame", "enclose in a frame, as of a picture"], ["entrap", "take or catch as if in a snare or trap"], ["compose", "make up plans or basic details for"], ["couch", "formulate in a particular style or language"], ["ensnare", "take or catch as if in a snare or trap"], ["put", "formulate in a particular style or language"], ["redact", "formulate in a particular style or language"], ["border", "enclose in or as if in a frame"], ["draw up", "make up plans or basic details for"], ["frame in", "enclose in or as if in a frame"], ["cast", "formulate in a particular style or language"], ["frame up", "construct by fitting or uniting parts together"], ["set up", "take or catch as if in a snare or trap"]]}, {"answer": "fray", "hint": "synonyms for fray", "clues": [["frazzle", "wear away by rubbing"], ["chafe", "cause friction"], ["rub", "cause friction"], ["scratch", "cause friction"], ["fret", "cause friction"]]}, {"answer": "freeing", "hint": "synonyms for freeing", "clues": [["disembarrass", "relieve from"], ["give up", "part with a possession or right"], ["release", "make (assets) available"], ["exempt", "grant relief or an exemption from a rule or requirement to"], ["free", "free or remove obstruction from"], ["absolve", "let off the hook"], ["loose", "grant freedom to; free from confinement"], ["liberate", "grant freedom to; free from confinement"], ["relieve", "grant relief or an exemption from a rule or requirement to"], ["disengage", "free or remove obstruction from"], ["justify", "let off the hook"], ["resign", "part with a possession or right"], ["unblock", "make (assets) available"], ["rid", "relieve from"], ["discharge", "free from obligations or duties"], ["unfreeze", "make (assets) available"], ["relinquish", "part with a possession or right"], ["unloosen", "grant freedom to; free from confinement"], ["dislodge", "remove or force out from a position"]]}, {"answer": "freeze", "hint": "synonyms for freeze", "clues": [["suspend", "stop a process or a habit by imposing a freeze on it"], ["freeze out", "change from a liquid to a solid when cold"], ["freeze down", "change from a liquid to a solid when cold"], ["stop dead", "stop moving or become immobilized"], ["immobilize", "prohibit the conversion or use of (assets)"], ["block", "prohibit the conversion or use of (assets)"]]}, {"answer": "freezing", "hint": "synonyms for freezing", "clues": [["suspend", "stop a process or a habit by imposing a freeze on it"], ["freeze", "stop a process or a habit by imposing a freeze on it"], ["stop dead", "stop moving or become immobilized"], ["immobilize", "prohibit the conversion or use of (assets)"], ["freeze out", "change from a liquid to a solid when cold"], ["freeze down", "change from a liquid to a solid when cold"], ["block", "prohibit the conversion or use of (assets)"]]}, {"answer": "fret", "hint": "synonyms for fret", "clues": [["erode", "remove soil or rock"], ["niggle", "worry unnecessarily or excessively"], ["fuss", "worry unnecessarily or excessively"], ["fray", "cause friction"], ["chafe", "become or make sore by or as if by rubbing"], ["rankle", "gnaw into; make resentful or angry"], ["rub", "cause friction"], ["scratch", "cause friction"], ["choke", "be too tight; rub or press"], ["gall", "become or make sore by or as if by rubbing"], ["eat away", "wear away or erode"], ["eat into", "gnaw into; make resentful or angry"], ["gag", "be too tight; rub or press"], ["grate", "gnaw into; make resentful or angry"]]}, {"answer": "frisk", "hint": "synonyms for frisk", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "frisking", "hint": "synonyms for frisking", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "fritter", "hint": "synonyms for fritter", "clues": [["fool away", "spend frivolously and unwisely"], ["frivol away", "spend frivolously and unwisely"], ["dissipate", "spend frivolously and unwisely"], ["shoot", "spend frivolously and unwisely"], ["fool", "spend frivolously and unwisely"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "frizz", "hint": "synonyms for frizz", "clues": [["crimp", "curl tightly"], ["crape", "curl tightly"], ["frizzle", "curl tightly"], ["kink up", "curl tightly"], ["kink", "curl tightly"]]}, {"answer": "frolic", "hint": "synonyms for frolic", "clues": [["sport", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "froth", "hint": "synonyms for froth", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["spume", "make froth or foam and become bubbly"], ["suds", "make froth or foam and become bubbly"], ["fizz", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"]]}, {"answer": "fuck", "hint": "synonyms for fuck", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "fuddle", "hint": "synonyms for fuddle", "clues": [["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["booze", "consume alcohol"], ["befuddle", "make stupid with alcohol"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["drink", "consume alcohol"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"]]}, {"answer": "fudge", "hint": "synonyms for fudge", "clues": [["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["manipulate", "tamper, with the purpose of deception"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["wangle", "tamper, with the purpose of deception"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["misrepresent", "tamper, with the purpose of deception"], ["cook", "tamper, with the purpose of deception"], ["falsify", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "fumble", "hint": "synonyms for fumble", "clues": [["muck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["grope", "feel about uncertainly or blindly"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["blunder", "make one's way clumsily or blindly"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "fumes", "hint": "synonyms for fumes", "clues": [["fume", "be wet with sweat or blood, as of one's face"], ["reek", "be wet with sweat or blood, as of one's face"], ["fumigate", "treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests"], ["smoke", "emit a cloud of fine particles"]]}, {"answer": "function", "hint": "synonyms for function", "clues": [["operate", "perform as expected when applied"], ["run", "perform as expected when applied"], ["go", "perform as expected when applied"], ["serve", "serve a purpose, role, or function"], ["work", "perform as expected when applied"], ["officiate", "perform duties attached to a particular office or place or function"]]}, {"answer": "funk", "hint": "synonyms for funk", "clues": [["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["flinch", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"]]}, {"answer": "furnishing", "hint": "synonyms for furnishing", "clues": [["furnish", "give something useful or necessary to"], ["provide", "give something useful or necessary to"], ["render", "give something useful or necessary to"], ["supply", "give something useful or necessary to"]]}, {"answer": "furrow", "hint": "synonyms for furrow", "clues": [["chase", "cut a furrow into a columns"], ["crease", "make wrinkled or creased"], ["wrinkle", "make wrinkled or creased"], ["chamfer", "cut a furrow into a columns"], ["groove", "hollow out in the form of a furrow or groove"], ["rut", "hollow out in the form of a furrow or groove"]]}, {"answer": "fuse", "hint": "synonyms for fuse", "clues": [["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["conflate", "mix together different elements"]]}, {"answer": "fuss", "hint": "synonyms for fuss", "clues": [["overprotect", "care for like a mother"], ["fret", "worry unnecessarily or excessively"], ["mother", "care for like a mother"], ["niggle", "worry unnecessarily or excessively"]]}, {"answer": "gabble", "hint": "synonyms for gabble", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "gag", "hint": "synonyms for gag", "clues": [["fret", "be too tight; rub or press"], ["muzzle", "tie a gag around someone's mouth in order to silence them"], ["strangle", "struggle for breath; have insufficient oxygen intake"], ["heave", "make an unsuccessful effort to vomit; strain to vomit"], ["quip", "make jokes or quips"], ["choke", "be too tight; rub or press"], ["retch", "make an unsuccessful effort to vomit; strain to vomit"], ["suffocate", "struggle for breath; have insufficient oxygen intake"]]}, {"answer": "gage", "hint": "synonyms for gage", "clues": [["punt", "place a bet on"], ["stake", "place a bet on"], ["back", "place a bet on"], ["game", "place a bet on"], ["bet on", "place a bet on"]]}, {"answer": "gain", "hint": "synonyms for gain", "clues": [["gain ground", "obtain advantages, such as points, etc."], ["advance", "rise in rate or price"], ["pull ahead", "obtain advantages, such as points, etc."], ["hit", "reach a destination, either real or abstract"], ["get ahead", "obtain advantages, such as points, etc."], ["arrive at", "reach a destination, either real or abstract"], ["profit", "derive a benefit from"], ["make", "reach a destination, either real or abstract"], ["make headway", "obtain advantages, such as points, etc."], ["put on", "increase (one's body weight)"], ["acquire", "win something through one's efforts"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["win", "win something through one's efforts"], ["reach", "reach a destination, either real or abstract"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["benefit", "derive a benefit from"], ["gather", "increase or develop"], ["derive", "obtain"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["attain", "reach a destination, either real or abstract"]]}, {"answer": "gamble", "hint": "synonyms for gamble", "clues": [["run a risk", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["adventure", "take a risk in the hope of a favorable outcome"], ["hazard", "take a risk in the hope of a favorable outcome"], ["chance", "take a risk in the hope of a favorable outcome"], ["take a chance", "take a risk in the hope of a favorable outcome"]]}, {"answer": "gambling", "hint": "synonyms for gambling", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["chance", "take a risk in the hope of a favorable outcome"], ["take a chance", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["hazard", "take a risk in the hope of a favorable outcome"], ["adventure", "take a risk in the hope of a favorable outcome"]]}, {"answer": "gambol", "hint": "synonyms for gambol", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "gaming", "hint": "synonyms for gaming", "clues": [["gage", "place a bet on"], ["back", "place a bet on"], ["punt", "place a bet on"], ["stake", "place a bet on"], ["game", "place a bet on"], ["bet on", "place a bet on"]]}, {"answer": "gaol", "hint": "synonyms for gaol", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "gape", "hint": "synonyms for gape", "clues": [["goggle", "look with amazement; look stupidly"], ["gawp", "look with amazement; look stupidly"], ["yawn", "be wide open"], ["gawk", "look with amazement; look stupidly"]]}, {"answer": "garb", "hint": "synonyms for garb", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "garment", "hint": "synonyms for garment", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "garner", "hint": "synonyms for garner", "clues": [["pull together", "assemble or get together"], ["collect", "assemble or get together"], ["earn", "acquire or deserve by one's efforts or actions"], ["gather", "assemble or get together"]]}, {"answer": "gas", "hint": "synonyms for gas", "clues": [["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "gasconade", "hint": "synonyms for gasconade", "clues": [["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "gassing", "hint": "synonyms for gassing", "clues": [["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["tout", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"]]}, {"answer": "gather", "hint": "synonyms for gather", "clues": [["pull together", "assemble or get together"], ["tuck", "draw together into folds or puckers"], ["get together", "get people together"], ["meet", "collect in one place"], ["garner", "assemble or get together"], ["gain", "increase or develop"], ["cumulate", "collect or gather"], ["foregather", "collect in one place"], ["collect", "assemble or get together"], ["assemble", "collect in one place"], ["pile up", "collect or gather"], ["conglomerate", "collect or gather"], ["pucker", "draw together into folds or puckers"], ["amass", "collect or gather"]]}, {"answer": "gathering", "hint": "synonyms for gathering", "clues": [["pull together", "assemble or get together"], ["gather", "draw and bring closer"], ["meet", "collect in one place"], ["gain", "increase or develop"], ["cumulate", "collect or gather"], ["collect", "assemble or get together"], ["foregather", "collect in one place"], ["pucker", "draw together into folds or puckers"], ["pile up", "collect or gather"], ["tuck", "draw together into folds or puckers"], ["get together", "get people together"], ["garner", "assemble or get together"], ["assemble", "collect in one place"], ["conglomerate", "collect or gather"], ["amass", "collect or gather"]]}, {"answer": "gauge", "hint": "synonyms for gauge", "clues": [["guess", "judge tentatively or form an estimate of (quantities or time)"], ["approximate", "judge tentatively or form an estimate of (quantities or time)"], ["judge", "judge tentatively or form an estimate of (quantities or time)"], ["estimate", "judge tentatively or form an estimate of (quantities or time)"]]}, {"answer": "get", "hint": "synonyms for get", "clues": [["find", "receive a specified treatment (abstract)"], ["beat", "be a mystery or bewildering to"], ["beget", "make children"], ["fetch", "go or come after and bring or take back"], ["make", "achieve a point or goal"], ["receive", "receive as a retribution or punishment"], ["catch", "succeed in catching or seizing, especially after a chase"], ["baffle", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["have", "cause to move; cause to be in a certain position or condition"], ["bring", "go or come after and bring or take back"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["aim", "move into a desired direction of discourse"], ["commence", "take the first step or steps in carrying out an action"], ["let", "cause to move; cause to be in a certain position or condition"], ["scram", "leave immediately; used usually in the imperative form"], ["draw", "earn or achieve a base by being walked by the pitcher"], ["pay off", "take vengeance on or get even"], ["amaze", "be a mystery or bewildering to"], ["capture", "succeed in catching or seizing, especially after a chase"], ["dumbfound", "be a mystery or bewildering to"], ["sustain", "undergo (as of injuries and illnesses)"], ["stimulate", "cause to do; cause to act in a specified manner"], ["come", "reach a destination; arrive by movement or progress"], ["fix", "take vengeance on or get even"], ["start", "take the first step or steps in carrying out an action"], ["sire", "make children"], ["begin", "take the first step or steps in carrying out an action"], ["mother", "make children"], ["contract", "be stricken by an illness, fall victim to an illness"], ["engender", "make children"], ["develop", "come to have or undergo a change of (physical features and attributes)"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["acquire", "come into the possession of something concrete or abstract"], ["experience", "go through (mental or physical states or experiences)"], ["bring forth", "make children"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["take", "be stricken by an illness, fall victim to an illness"], ["stupefy", "be a mystery or bewildering to"], ["arrive", "reach a destination; arrive by movement or progress"], ["induce", "cause to do; cause to act in a specified manner"], ["arrest", "attract and fix"], ["set out", "take the first step or steps in carrying out an action"], ["buzz off", "leave immediately; used usually in the imperative form"], ["gravel", "be a mystery or bewildering to"], ["bugger off", "leave immediately; used usually in the imperative form"], ["nonplus", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["fuck off", "leave immediately; used usually in the imperative form"], ["obtain", "receive a specified treatment (abstract)"], ["drive", "move into a desired direction of discourse"], ["incur", "receive a specified treatment (abstract)"], ["get down", "take the first step or steps in carrying out an action"], ["start out", "take the first step or steps in carrying out an action"], ["suffer", "undergo (as of injuries and illnesses)"], ["get under one's skin", "irritate"], ["become", "enter or assume a certain state or condition"], ["generate", "make children"], ["cause", "cause to do; cause to act in a specified manner"], ["convey", "go or come after and bring or take back"], ["father", "make children"], ["pay back", "take vengeance on or get even"], ["go", "enter or assume a certain state or condition"]]}, {"answer": "get_together", "hint": "synonyms for get together", "clues": [["assemble", "get people together"], ["gather", "get people together"], ["fall in", "become part of; become a member of a group or organization"], ["collaborate", "work together on a common enterprise of project"], ["join", "become part of; become a member of a group or organization"], ["join forces", "work together on a common enterprise of project"], ["meet", "get together socially or for a specific purpose"], ["cooperate", "work together on a common enterprise of project"]]}, {"answer": "getting", "hint": "synonyms for getting", "clues": [["find", "receive a specified treatment (abstract)"], ["beat", "be a mystery or bewildering to"], ["beget", "make children"], ["fetch", "go or come after and bring or take back"], ["make", "achieve a point or goal"], ["receive", "receive as a retribution or punishment"], ["catch", "succeed in catching or seizing, especially after a chase"], ["get", "succeed in catching or seizing, especially after a chase"], ["baffle", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["have", "cause to move; cause to be in a certain position or condition"], ["bring", "go or come after and bring or take back"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["aim", "move into a desired direction of discourse"], ["commence", "take the first step or steps in carrying out an action"], ["let", "cause to move; cause to be in a certain position or condition"], ["scram", "leave immediately; used usually in the imperative form"], ["draw", "earn or achieve a base by being walked by the pitcher"], ["pay off", "take vengeance on or get even"], ["capture", "succeed in catching or seizing, especially after a chase"], ["amaze", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["sustain", "undergo (as of injuries and illnesses)"], ["stimulate", "cause to do; cause to act in a specified manner"], ["come", "reach a destination; arrive by movement or progress"], ["fix", "take vengeance on or get even"], ["start", "take the first step or steps in carrying out an action"], ["sire", "make children"], ["begin", "take the first step or steps in carrying out an action"], ["mother", "make children"], ["contract", "be stricken by an illness, fall victim to an illness"], ["engender", "make children"], ["develop", "come to have or undergo a change of (physical features and attributes)"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["acquire", "come into the possession of something concrete or abstract"], ["experience", "go through (mental or physical states or experiences)"], ["bring forth", "make children"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["take", "be stricken by an illness, fall victim to an illness"], ["stupefy", "be a mystery or bewildering to"], ["arrive", "reach a destination; arrive by movement or progress"], ["induce", "cause to do; cause to act in a specified manner"], ["arrest", "attract and fix"], ["set out", "take the first step or steps in carrying out an action"], ["buzz off", "leave immediately; used usually in the imperative form"], ["gravel", "be a mystery or bewildering to"], ["bugger off", "leave immediately; used usually in the imperative form"], ["nonplus", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["fuck off", "leave immediately; used usually in the imperative form"], ["obtain", "receive a specified treatment (abstract)"], ["drive", "move into a desired direction of discourse"], ["incur", "receive a specified treatment (abstract)"], ["get down", "take the first step or steps in carrying out an action"], ["start out", "take the first step or steps in carrying out an action"], ["suffer", "undergo (as of injuries and illnesses)"], ["get under one's skin", "irritate"], ["become", "enter or assume a certain state or condition"], ["generate", "make children"], ["cause", "cause to do; cause to act in a specified manner"], ["convey", "go or come after and bring or take back"], ["father", "make children"], ["pay back", "take vengeance on or get even"], ["go", "enter or assume a certain state or condition"]]}, {"answer": "gibber", "hint": "synonyms for gibber", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "gibe", "hint": "synonyms for gibe", "clues": [["match", "be compatible, similar or consistent; coincide in their characteristics"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["jeer", "laugh at with contempt and derision"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["flout", "laugh at with contempt and derision"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["scoff", "laugh at with contempt and derision"], ["barrack", "laugh at with contempt and derision"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "gift", "hint": "synonyms for gift", "clues": [["endue", "give qualities or abilities to"], ["empower", "give qualities or abilities to"], ["invest", "give qualities or abilities to"], ["give", "give as a present; make a gift of"], ["present", "give as a present; make a gift of"], ["endow", "give qualities or abilities to"], ["indue", "give qualities or abilities to"]]}, {"answer": "give", "hint": "synonyms for give", "clues": [["pay", "convey, as of a compliment, regards, attention, etc.; bestow"], ["devote", "dedicate"], ["gift", "give as a present; make a gift of"], ["make", "organize or be responsible for"], ["reach", "place into the hands or custody of"], ["present", "give as a present; make a gift of"], ["generate", "give or supply"], ["sacrifice", "endure the loss of"], ["give way", "move in order to make room for someone for something"], ["contribute", "contribute to some cause"], ["founder", "break down, literally or metaphorically"], ["ease up", "move in order to make room for someone for something"], ["break", "break down, literally or metaphorically"], ["yield", "give or supply"], ["have", "organize or be responsible for"], ["pass on", "place into the hands or custody of"], ["feed", "give food to"], ["render", "bestow"], ["impart", "transmit (knowledge or skills)"], ["kick in", "contribute to some cause"], ["grant", "bestow, especially officially"], ["hand", "place into the hands or custody of"], ["fall in", "break down, literally or metaphorically"], ["pass", "place into the hands or custody of"], ["cave in", "break down, literally or metaphorically"], ["commit", "give entirely to a specific person, activity, or cause"], ["collapse", "break down, literally or metaphorically"], ["hold", "organize or be responsible for"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["throw", "organize or be responsible for"], ["consecrate", "give entirely to a specific person, activity, or cause"], ["turn over", "place into the hands or custody of"], ["return", "give or supply"], ["afford", "afford access to"], ["apply", "give or convey physically"], ["chip in", "contribute to some cause"], ["move over", "move in order to make room for someone for something"], ["open", "afford access to"], ["establish", "bring about"], ["leave", "transmit (knowledge or skills)"]]}, {"answer": "glamour", "hint": "synonyms for glamour", "clues": [["hex", "cast a spell over someone or something; put a hex on someone or something"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["enchant", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "glass", "hint": "synonyms for glass", "clues": [["glass in", "enclose with glass"], ["glaze", "furnish with glass"], ["glaze over", "become glassy or take on a glass-like appearance"], ["glass over", "become glassy or take on a glass-like appearance"]]}, {"answer": "glasses", "hint": "synonyms for glasses", "clues": [["glass", "put in a glass container"], ["glaze over", "become glassy or take on a glass-like appearance"], ["glaze", "furnish with glass"], ["glass in", "enclose with glass"], ["glass over", "become glassy or take on a glass-like appearance"]]}, {"answer": "glaze", "hint": "synonyms for glaze", "clues": [["glaze over", "become glassy or take on a glass-like appearance"], ["candy", "coat with something sweet, such as a hard sugar glaze"], ["glass", "furnish with glass"], ["sugarcoat", "coat with something sweet, such as a hard sugar glaze"], ["glass over", "become glassy or take on a glass-like appearance"]]}, {"answer": "gleam", "hint": "synonyms for gleam", "clues": [["glisten", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["glimmer", "shine brightly, like a star or a light"], ["shine", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "glint", "hint": "synonyms for glint", "clues": [["glisten", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["gleam", "be shiny, as if wet"], ["shine", "be shiny, as if wet"], ["peek", "throw a glance at; take a brief look at"], ["glance", "throw a glance at; take a brief look at"]]}, {"answer": "glisten", "hint": "synonyms for glisten", "clues": [["shine", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["gleam", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "glitter", "hint": "synonyms for glitter", "clues": [["glisten", "be shiny, as if wet"], ["shine", "be shiny, as if wet"], ["gleam", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "glow", "hint": "synonyms for glow", "clues": [["burn", "shine intensely, as if with heat"], ["radiate", "have a complexion with a strong bright color, such as red or pink"], ["beam", "have a complexion with a strong bright color, such as red or pink"], ["shine", "experience a feeling of well-being or happiness, as from good health or an intense emotion"]]}, {"answer": "glower", "hint": "synonyms for glower", "clues": [["glare", "look at with a fixed gaze"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"], ["lower", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"], ["lour", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"]]}, {"answer": "glut", "hint": "synonyms for glut", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["oversupply", "supply with an excess of"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["flood", "supply with an excess of"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "gnarl", "hint": "synonyms for gnarl", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["murmur", "make complaining remarks or noises under one's breath"], ["mutter", "make complaining remarks or noises under one's breath"], ["grumble", "make complaining remarks or noises under one's breath"]]}, {"answer": "goading", "hint": "synonyms for goading", "clues": [["spur", "give heart or courage to"], ["goad", "urge with or as if with a goad"], ["needle", "goad or provoke,as by constant criticism"], ["prick", "stab or urge on as if with a pointed stick"]]}, {"answer": "goggles", "hint": "synonyms for goggles", "clues": [["gawp", "look with amazement; look stupidly"], ["gape", "look with amazement; look stupidly"], ["gawk", "look with amazement; look stupidly"], ["goggle", "look with amazement; look stupidly"]]}, {"answer": "goldbrick", "hint": "synonyms for goldbrick", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["shrink from", "avoid (one's assigned duties)"], ["scam", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["fiddle", "avoid (one's assigned duties)"], ["gip", "deprive of by deceit"], ["shirk", "avoid (one's assigned duties)"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "goldbricking", "hint": "synonyms for goldbricking", "clues": [["mulct", "deprive of by deceit"], ["shrink from", "avoid (one's assigned duties)"], ["swindle", "deprive of by deceit"], ["fiddle", "avoid (one's assigned duties)"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["bunco", "deprive of by deceit"], ["goldbrick", "avoid (one's assigned duties)"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["shirk", "avoid (one's assigned duties)"], ["hornswoggle", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "goof", "hint": "synonyms for goof", "clues": [["boob", "commit a faux pas or a fault or make a serious mistake"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake"], ["blunder", "commit a faux pas or a fault or make a serious mistake"], ["sin", "commit a faux pas or a fault or make a serious mistake"]]}, {"answer": "gorge", "hint": "synonyms for gorge", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "gossip", "hint": "synonyms for gossip", "clues": [["visit", "talk socially without exchanging too much information"], ["dish the dirt", "wag one's tongue; speak about others and reveal secrets or intimacies"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "gossiping", "hint": "synonyms for gossiping", "clues": [["dish the dirt", "wag one's tongue; speak about others and reveal secrets or intimacies"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"], ["visit", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"]]}, {"answer": "gouge", "hint": "synonyms for gouge", "clues": [["squeeze", "obtain by coercion or intimidation"], ["rout", "make a groove in"], ["rack", "obtain by coercion or intimidation"], ["wring", "obtain by coercion or intimidation"], ["force out", "force with the thumb"], ["extort", "obtain by coercion or intimidation"]]}, {"answer": "governed", "hint": "synonyms for governed", "clues": [["govern", "require to be in a certain grammatical case, voice, or mood"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["rule", "exercise authority over; as of nations"]]}, {"answer": "governess", "hint": "synonyms for governess", "clues": [["govern", "require to be in a certain grammatical case, voice, or mood"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["rule", "exercise authority over; as of nations"]]}, {"answer": "grab", "hint": "synonyms for grab", "clues": [["catch", "take hold of so as to seize or restrain or stop the motion of"], ["take hold of", "take hold of so as to seize or restrain or stop the motion of"], ["seize", "capture the attention or imagination of"], ["snaffle", "get hold of or seize quickly and easily"], ["snap up", "get hold of or seize quickly and easily"]]}, {"answer": "grace", "hint": "synonyms for grace", "clues": [["adorn", "make more attractive by adding ornament, colour, etc."], ["beautify", "make more attractive by adding ornament, colour, etc."], ["ornament", "make more attractive by adding ornament, colour, etc."], ["embellish", "make more attractive by adding ornament, colour, etc."], ["deck", "be beautiful to look at"], ["decorate", "make more attractive by adding ornament, colour, etc."]]}, {"answer": "grade", "hint": "synonyms for grade", "clues": [["range", "assign a rank or rating to"], ["mark", "assign a grade or rank to, according to one's evaluation"], ["place", "assign a rank or rating to"], ["score", "assign a grade or rank to, according to one's evaluation"], ["rank", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["rate", "assign a rank or rating to"]]}, {"answer": "grading", "hint": "synonyms for grading", "clues": [["grade", "assign a rank or rating to"], ["mark", "assign a grade or rank to, according to one's evaluation"], ["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["score", "assign a grade or rank to, according to one's evaluation"], ["rank", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["rate", "assign a rank or rating to"]]}, {"answer": "grant", "hint": "synonyms for grant", "clues": [["concede", "be willing to concede"], ["award", "give as judged due or on the basis of merit"], ["yield", "give over; surrender or relinquish to the physical control of another"], ["accord", "allow to have"], ["allow", "let have"], ["deed over", "transfer by deed"], ["allot", "allow to have"], ["give", "bestow, especially officially"], ["cede", "give over; surrender or relinquish to the physical control of another"]]}, {"answer": "grapple", "hint": "synonyms for grapple", "clues": [["make out", "come to terms with"], ["make do", "come to terms with"], ["get by", "come to terms with"], ["grip", "to grip or seize, as in a wrestling match"], ["manage", "come to terms with"], ["cope", "come to terms with"], ["deal", "come to terms with"], ["contend", "come to terms with"]]}, {"answer": "grappling", "hint": "synonyms for grappling", "clues": [["grapple", "to grip or seize, as in a wrestling match"], ["grip", "to grip or seize, as in a wrestling match"], ["manage", "come to terms with"], ["cope", "come to terms with"], ["deal", "come to terms with"], ["contend", "come to terms with"], ["make do", "come to terms with"], ["get by", "come to terms with"], ["make out", "come to terms with"]]}, {"answer": "grasp", "hint": "synonyms for grasp", "clues": [["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["hold on", "hold firmly"], ["get the picture", "get the meaning of something"], ["compass", "get the meaning of something"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "grass", "hint": "synonyms for grass", "clues": [["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["denounce", "give away information about somebody"], ["rat", "give away information about somebody"], ["shit", "give away information about somebody"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["grass over", "cover with grass"], ["snitch", "give away information about somebody"]]}, {"answer": "grate", "hint": "synonyms for grate", "clues": [["scrape", "scratch repeatedly"], ["fret", "gnaw into; make resentful or angry"], ["rankle", "gnaw into; make resentful or angry"], ["eat into", "gnaw into; make resentful or angry"], ["grind", "make a grating or grinding sound by rubbing together"]]}, {"answer": "gravel", "hint": "synonyms for gravel", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bewilder", "be a mystery or bewildering to"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["perplex", "be a mystery or bewildering to"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "graves", "hint": "synonyms for graves", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["sculpture", "shape (a material like stone or wood) by whittling away at it"], ["sculpt", "shape (a material like stone or wood) by whittling away at it"], ["scratch", "carve, cut, or etch into a material or surface"], ["engrave", "carve, cut, or etch into a material or surface"], ["inscribe", "carve, cut, or etch into a material or surface"]]}, {"answer": "graze", "hint": "synonyms for graze", "clues": [["crop", "let feed in a field or pasture or meadow"], ["crease", "scrape gently"], ["pasture", "let feed in a field or pasture or meadow"], ["rake", "scrape gently"], ["browse", "feed as in a meadow or pasture"], ["range", "feed as in a meadow or pasture"]]}, {"answer": "grazing", "hint": "synonyms for grazing", "clues": [["graze", "feed as in a meadow or pasture"], ["crop", "let feed in a field or pasture or meadow"], ["crease", "scrape gently"], ["pasture", "let feed in a field or pasture or meadow"], ["rake", "scrape gently"], ["browse", "feed as in a meadow or pasture"], ["range", "feed as in a meadow or pasture"]]}, {"answer": "grime", "hint": "synonyms for grime", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"]]}, {"answer": "grind", "hint": "synonyms for grind", "clues": [["crunch", "press or grind with a crushing noise"], ["comminute", "reduce to small pieces or particles by pounding or abrading"], ["bray", "reduce to small pieces or particles by pounding or abrading"], ["labour", "work hard"], ["cranch", "press or grind with a crushing noise"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["grate", "make a grating or grinding sound by rubbing together"], ["mash", "reduce to small pieces or particles by pounding or abrading"], ["toil", "work hard"], ["moil", "work hard"], ["dig", "work hard"]]}, {"answer": "grinding", "hint": "synonyms for grinding", "clues": [["crunch", "press or grind with a crushing noise"], ["comminute", "reduce to small pieces or particles by pounding or abrading"], ["cranch", "press or grind with a crushing noise"], ["grind", "work hard"], ["drudge", "work hard"], ["fag", "work hard"], ["labor", "work hard"], ["mash", "reduce to small pieces or particles by pounding or abrading"], ["moil", "work hard"], ["bray", "reduce to small pieces or particles by pounding or abrading"], ["travail", "work hard"], ["grate", "make a grating or grinding sound by rubbing together"], ["toil", "work hard"], ["dig", "work hard"]]}, {"answer": "grip", "hint": "synonyms for grip", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grapple", "to grip or seize, as in a wrestling match"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"]]}, {"answer": "gripe", "hint": "synonyms for gripe", "clues": [["crab", "complain"], ["bitch", "complain"], ["squawk", "complain"], ["holler", "complain"], ["bellyache", "complain"], ["beef", "complain"], ["grouse", "complain"]]}, {"answer": "gripes", "hint": "synonyms for gripes", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grapple", "to grip or seize, as in a wrestling match"], ["grip", "to grip or seize, as in a wrestling match"], ["squawk", "complain"], ["holler", "complain"], ["bellyache", "complain"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grouse", "complain"], ["bitch", "complain"], ["beef", "complain"], ["crab", "complain"]]}, {"answer": "griping", "hint": "synonyms for griping", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grapple", "to grip or seize, as in a wrestling match"], ["grip", "to grip or seize, as in a wrestling match"], ["squawk", "complain"], ["holler", "complain"], ["bellyache", "complain"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grouse", "complain"], ["bitch", "complain"], ["beef", "complain"], ["crab", "complain"]]}, {"answer": "grizzle", "hint": "synonyms for grizzle", "clues": [["stew", "be in a huff; be silent or sullen"], ["yawp", "complain whiningly"], ["brood", "be in a huff; be silent or sullen"], ["whine", "complain whiningly"], ["yammer", "complain whiningly"]]}, {"answer": "groom", "hint": "synonyms for groom", "clues": [["curry", "give a neat appearance to"], ["train", "educate for a future role or function"], ["neaten", "care for one's external appearance"], ["dress", "give a neat appearance to"], ["prepare", "educate for a future role or function"]]}, {"answer": "grooming", "hint": "synonyms for grooming", "clues": [["dress", "give a neat appearance to"], ["curry", "give a neat appearance to"], ["train", "educate for a future role or function"], ["neaten", "care for one's external appearance"], ["groom", "give a neat appearance to"], ["prepare", "educate for a future role or function"]]}, {"answer": "ground", "hint": "synonyms for ground", "clues": [["crunch", "press or grind with a crushing noise"], ["comminute", "reduce to small pieces or particles by pounding or abrading"], ["base", "use as a basis for; found on"], ["grind", "work hard"], ["drudge", "work hard"], ["prime", "cover with a primer; apply a primer to"], ["fag", "work hard"], ["labor", "work hard"], ["dig", "work hard"], ["mash", "reduce to small pieces or particles by pounding or abrading"], ["moil", "work hard"], ["run aground", "bring to the ground"], ["toil", "work hard"], ["undercoat", "cover with a primer; apply a primer to"], ["establish", "use as a basis for; found on"], ["bray", "reduce to small pieces or particles by pounding or abrading"], ["anchor", "fix firmly and stably"], ["travail", "work hard"], ["strand", "bring to the ground"], ["found", "use as a basis for; found on"], ["grate", "make a grating or grinding sound by rubbing together"], ["cranch", "press or grind with a crushing noise"]]}, {"answer": "grounding", "hint": "synonyms for grounding", "clues": [["ground", "hit or reach the ground"], ["base", "use as a basis for; found on"], ["prime", "cover with a primer; apply a primer to"], ["run aground", "bring to the ground"], ["undercoat", "cover with a primer; apply a primer to"], ["establish", "use as a basis for; found on"], ["anchor", "fix firmly and stably"], ["strand", "bring to the ground"], ["found", "use as a basis for; found on"]]}, {"answer": "grounds", "hint": "synonyms for grounds", "clues": [["ground", "hit or reach the ground"], ["base", "use as a basis for; found on"], ["prime", "cover with a primer; apply a primer to"], ["run aground", "bring to the ground"], ["undercoat", "cover with a primer; apply a primer to"], ["establish", "use as a basis for; found on"], ["anchor", "fix firmly and stably"], ["strand", "bring to the ground"], ["found", "use as a basis for; found on"]]}, {"answer": "grouse", "hint": "synonyms for grouse", "clues": [["crab", "complain"], ["bitch", "complain"], ["squawk", "complain"], ["holler", "complain"], ["gripe", "complain"], ["bellyache", "complain"], ["beef", "complain"]]}, {"answer": "grub", "hint": "synonyms for grub", "clues": [["mooch", "ask for and get free; be a parasite"], ["sponge", "ask for and get free; be a parasite"], ["bum", "ask for and get free; be a parasite"], ["cadge", "ask for and get free; be a parasite"]]}, {"answer": "grumble", "hint": "synonyms for grumble", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["mutter", "make complaining remarks or noises under one's breath"], ["murmur", "make complaining remarks or noises under one's breath"], ["growl", "to utter or emit low dull rumbling sounds"], ["gnarl", "make complaining remarks or noises under one's breath"], ["rumble", "make a low noise"], ["grouch", "show one's unhappiness or critical attitude"], ["scold", "show one's unhappiness or critical attitude"]]}, {"answer": "guarantee", "hint": "synonyms for guarantee", "clues": [["assure", "make certain of"], ["insure", "make certain of"], ["vouch", "give surety or assume responsibility"], ["secure", "make certain of"], ["undertake", "promise to do or accomplish"], ["warrant", "stand behind and guarantee the quality, accuracy, or condition of"], ["ensure", "make certain of"]]}, {"answer": "guess", "hint": "synonyms for guess", "clues": [["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["pretend", "put forward, of a guess, in spite of possible refutation"], ["reckon", "expect, believe, or suppose"], ["judge", "judge tentatively or form an estimate of (quantities or time)"], ["think", "expect, believe, or suppose"], ["approximate", "judge tentatively or form an estimate of (quantities or time)"], ["suppose", "expect, believe, or suppose"], ["venture", "put forward, of a guess, in spite of possible refutation"], ["infer", "guess correctly; solve by guessing"], ["hazard", "put forward, of a guess, in spite of possible refutation"], ["gauge", "judge tentatively or form an estimate of (quantities or time)"], ["estimate", "judge tentatively or form an estimate of (quantities or time)"]]}, {"answer": "guessing", "hint": "synonyms for guessing", "clues": [["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["pretend", "put forward, of a guess, in spite of possible refutation"], ["reckon", "expect, believe, or suppose"], ["approximate", "judge tentatively or form an estimate of (quantities or time)"], ["think", "expect, believe, or suppose"], ["guess", "put forward, of a guess, in spite of possible refutation"], ["judge", "judge tentatively or form an estimate of (quantities or time)"], ["suppose", "expect, believe, or suppose"], ["venture", "put forward, of a guess, in spite of possible refutation"], ["gauge", "judge tentatively or form an estimate of (quantities or time)"], ["infer", "guess correctly; solve by guessing"], ["hazard", "put forward, of a guess, in spite of possible refutation"], ["estimate", "judge tentatively or form an estimate of (quantities or time)"]]}, {"answer": "guide", "hint": "synonyms for guide", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["take", "take somebody somewhere"], ["direct", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["run", "pass over, across, or through"], ["lead", "take somebody somewhere"], ["conduct", "take somebody somewhere"], ["head", "direct the course; determine the direction of travelling"], ["pass", "pass over, across, or through"], ["draw", "pass over, across, or through"], ["guide on", "use as a guide"], ["maneuver", "direct the course; determine the direction of travelling"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "gull", "hint": "synonyms for gull", "clues": [["fool", "make a fool or dupe of"], ["put one over", "fool or hoax"], ["befool", "fool or hoax"], ["dupe", "fool or hoax"], ["put one across", "fool or hoax"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["slang", "fool or hoax"], ["cod", "fool or hoax"]]}, {"answer": "gurgle", "hint": "synonyms for gurgle", "clues": [["burble", "flow in an irregular current with a bubbling noise"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"]]}, {"answer": "gush", "hint": "synonyms for gush", "clues": [["jet", "issue in a jet; come out in a jet; stream or spring forth"], ["rave", "praise enthusiastically"], ["spurt", "gush forth in a sudden stream or jet"], ["spout", "gush forth in a sudden stream or jet"], ["spirt", "gush forth in a sudden stream or jet"]]}, {"answer": "guy", "hint": "synonyms for guy", "clues": [["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "gyp", "hint": "synonyms for gyp", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"]]}, {"answer": "gyps", "hint": "synonyms for gyps", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "hack", "hint": "synonyms for hack", "clues": [["hack on", "fix a computer program piecemeal until it works"], ["whoop", "cough spasmodically"], ["cut up", "significantly cut up a manuscript"], ["cut", "be able to manage or manage successfully"], ["chop", "cut with a hacking tool"]]}, {"answer": "haggling", "hint": "synonyms for haggling", "clues": [["huckster", "wrangle (over a price, terms of an agreement, etc.)"], ["haggle", "wrangle (over a price, terms of an agreement, etc.)"], ["chaffer", "wrangle (over a price, terms of an agreement, etc.)"], ["higgle", "wrangle (over a price, terms of an agreement, etc.)"]]}, {"answer": "hamming", "hint": "synonyms for hamming", "clues": [["ham", "exaggerate one's acting"], ["overplay", "exaggerate one's acting"], ["ham it up", "exaggerate one's acting"], ["overact", "exaggerate one's acting"]]}, {"answer": "hamper", "hint": "synonyms for hamper", "clues": [["handicap", "put at a disadvantage"], ["hinder", "put at a disadvantage"], ["halter", "prevent the progress or free movement of"], ["cramp", "prevent the progress or free movement of"], ["strangle", "prevent the progress or free movement of"]]}, {"answer": "hand", "hint": "synonyms for hand", "clues": [["turn over", "place into the hands or custody of"], ["pass on", "place into the hands or custody of"], ["give", "place into the hands or custody of"], ["reach", "place into the hands or custody of"], ["pass", "place into the hands or custody of"]]}, {"answer": "handicap", "hint": "synonyms for handicap", "clues": [["incapacitate", "injure permanently"], ["invalid", "injure permanently"], ["hamper", "put at a disadvantage"], ["hinder", "put at a disadvantage"], ["disable", "injure permanently"]]}, {"answer": "handle", "hint": "synonyms for handle", "clues": [["address", "act on verbally or in some form of artistic expression"], ["do by", "interact in a certain way"], ["manage", "handle effectively"], ["plow", "act on verbally or in some form of artistic expression"], ["cover", "act on verbally or in some form of artistic expression"], ["deal", "act on verbally or in some form of artistic expression"], ["wield", "handle effectively"], ["care", "be in charge of, act on, or dispose of"], ["palm", "touch, lift, or hold with the hands"], ["treat", "interact in a certain way"]]}, {"answer": "handling", "hint": "synonyms for handling", "clues": [["do by", "interact in a certain way"], ["manage", "handle effectively"], ["plow", "act on verbally or in some form of artistic expression"], ["wield", "handle effectively"], ["handle", "act on verbally or in some form of artistic expression"], ["palm", "touch, lift, or hold with the hands"], ["deal", "be in charge of, act on, or dispose of"], ["treat", "act on verbally or in some form of artistic expression"], ["address", "act on verbally or in some form of artistic expression"], ["cover", "act on verbally or in some form of artistic expression"], ["care", "be in charge of, act on, or dispose of"]]}, {"answer": "hands", "hint": "synonyms for hands", "clues": [["turn over", "place into the hands or custody of"], ["pass on", "place into the hands or custody of"], ["hand", "place into the hands or custody of"], ["give", "place into the hands or custody of"], ["reach", "place into the hands or custody of"], ["pass", "place into the hands or custody of"]]}, {"answer": "hang", "hint": "synonyms for hang", "clues": [["advert", "give heed (to)"], ["string up", "kill by hanging"], ["cling", "hold on tightly or tenaciously"], ["flow", "fall or flow in a certain way"], ["give ear", "give heed (to)"], ["hang up", "cause to be hanging or suspended"], ["pay heed", "give heed (to)"], ["attend", "give heed (to)"], ["fall", "fall or flow in a certain way"]]}, {"answer": "hanging", "hint": "synonyms for hanging", "clues": [["advert", "give heed (to)"], ["hang", "let drop or droop"], ["give ear", "give heed (to)"], ["fall", "fall or flow in a certain way"], ["string up", "kill by hanging"], ["cling", "hold on tightly or tenaciously"], ["flow", "fall or flow in a certain way"], ["hang up", "cause to be hanging or suspended"], ["pay heed", "give heed (to)"], ["attend", "give heed (to)"]]}, {"answer": "hap", "hint": "synonyms for hap", "clues": [["happen", "come to pass"], ["go on", "come to pass"], ["come about", "come to pass"], ["pass", "come to pass"], ["occur", "come to pass"], ["take place", "come to pass"], ["fall out", "come to pass"], ["pass off", "come to pass"]]}, {"answer": "happening", "hint": "synonyms for happening", "clues": [["befall", "happen, occur, or be the case in the course of events or by chance; ; (Santayana)"], ["bump", "come upon, as if by accident; meet with"], ["bechance", "happen, occur, or be the case in the course of events or by chance; ; (Santayana)"], ["come about", "come to pass"], ["materialize", "come into being; become reality"], ["pass", "come to pass"], ["happen", "chance to be or do something, without intention or causation"], ["fall out", "come to pass"], ["pass off", "come to pass"], ["find", "come upon, as if by accident; meet with"], ["go on", "come to pass"], ["occur", "come to pass"], ["encounter", "come upon, as if by accident; meet with"], ["take place", "come to pass"], ["hap", "come to pass"]]}, {"answer": "harbinger", "hint": "synonyms for harbinger", "clues": [["annunciate", "foreshadow or presage"], ["herald", "foreshadow or presage"], ["foretell", "foreshadow or presage"], ["announce", "foreshadow or presage"]]}, {"answer": "harbor", "hint": "synonyms for harbor", "clues": [["shield", "hold back a thought or feeling about"], ["entertain", "maintain (a theory, thoughts, or feelings)"], ["harbour", "hold back a thought or feeling about"], ["nurse", "maintain (a theory, thoughts, or feelings)"], ["hold", "maintain (a theory, thoughts, or feelings)"]]}, {"answer": "harbour", "hint": "synonyms for harbour", "clues": [["shield", "hold back a thought or feeling about"], ["harbor", "hold back a thought or feeling about"], ["nurse", "maintain (a theory, thoughts, or feelings)"], ["hold", "maintain (a theory, thoughts, or feelings)"], ["entertain", "maintain (a theory, thoughts, or feelings)"]]}, {"answer": "hardening", "hint": "synonyms for hardening", "clues": [["inure", "cause to accept or become hardened to; habituate"], ["season", "make fit"], ["temper", "harden by reheating and cooling in oil"], ["indurate", "cause to accept or become hardened to; habituate"], ["harden", "make fit"]]}, {"answer": "harness", "hint": "synonyms for harness", "clues": [["rein in", "control and direct with or as if by reins"], ["tackle", "put a harness"], ["rein", "keep in check"], ["draw rein", "control and direct with or as if by reins"], ["rule", "keep in check"]]}, {"answer": "hassle", "hint": "synonyms for hassle", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "hatch", "hint": "synonyms for hatch", "clues": [["think up", "devise or invent"], ["concoct", "devise or invent"], ["incubate", "sit on (eggs)"], ["think of", "devise or invent"], ["dream up", "devise or invent"], ["brood", "sit on (eggs)"], ["cover", "sit on (eggs)"]]}, {"answer": "hatching", "hint": "synonyms for hatching", "clues": [["think up", "devise or invent"], ["hatch", "inlay with narrow strips or lines of a different substance such as gold or silver, for the purpose of decorating"], ["concoct", "devise or invent"], ["brood", "sit on (eggs)"], ["incubate", "sit on (eggs)"], ["think of", "devise or invent"], ["dream up", "devise or invent"], ["cover", "sit on (eggs)"]]}, {"answer": "hauling", "hint": "synonyms for hauling", "clues": [["drag", "draw slowly or heavily"], ["cart", "draw slowly or heavily"], ["hale", "draw slowly or heavily"], ["haul", "draw slowly or heavily"]]}, {"answer": "haunt", "hint": "synonyms for haunt", "clues": [["obsess", "haunt like a ghost; pursue"], ["ghost", "haunt like a ghost; pursue"], ["frequent", "be a regular or frequent visitor to a certain place"], ["stalk", "follow stealthily or recur constantly and spontaneously to"]]}, {"answer": "have", "hint": "synonyms for have", "clues": [["experience", "go through (mental or physical states or experiences)"], ["hold", "have or possess, either in a concrete or an abstract sense"], ["receive", "get something; come into possession of"], ["make", "cause to do; cause to act in a specified manner"], ["get", "go through (mental or physical states or experiences)"], ["have got", "have or possess, either in a concrete or an abstract sense"], ["take", "have sex with; archaic use"], ["feature", "have as a feature"], ["consume", "serve oneself to, or consume regularly"], ["suffer", "undergo (as of injuries and illnesses)"], ["sustain", "undergo (as of injuries and illnesses)"], ["induce", "cause to do; cause to act in a specified manner"], ["stimulate", "cause to do; cause to act in a specified manner"], ["throw", "organize or be responsible for"], ["cause", "cause to do; cause to act in a specified manner"], ["deliver", "cause to be born"], ["accept", "receive willingly something given or offered"], ["birth", "cause to be born"], ["own", "have ownership or possession of"], ["give birth", "cause to be born"], ["possess", "have ownership or possession of"], ["ingest", "serve oneself to, or consume regularly"], ["take in", "serve oneself to, or consume regularly"], ["let", "cause to move; cause to be in a certain position or condition"], ["give", "organize or be responsible for"], ["bear", "cause to be born"]]}, {"answer": "hawk", "hint": "synonyms for hawk", "clues": [["vend", "sell or offer for sale from place to place"], ["pitch", "sell or offer for sale from place to place"], ["clear the throat", "clear mucus or food from one's throat"], ["monger", "sell or offer for sale from place to place"], ["huckster", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "hawking", "hint": "synonyms for hawking", "clues": [["pitch", "sell or offer for sale from place to place"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["vend", "sell or offer for sale from place to place"], ["clear the throat", "clear mucus or food from one's throat"], ["monger", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "hazard", "hint": "synonyms for hazard", "clues": [["venture", "put at risk"], ["gamble", "take a risk in the hope of a favorable outcome"], ["stake", "put at risk"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["pretend", "put forward, of a guess, in spite of possible refutation"], ["chance", "take a risk in the hope of a favorable outcome"], ["guess", "put forward, of a guess, in spite of possible refutation"], ["take a chance", "take a risk in the hope of a favorable outcome"], ["jeopardize", "put at risk"], ["risk", "take a risk in the hope of a favorable outcome"]]}, {"answer": "head", "hint": "synonyms for head", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["head up", "be the first or leading member of (a group) and excel"], ["maneuver", "direct the course; determine the direction of travelling"], ["lead", "travel in front of; go in advance of others"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "heading", "hint": "synonyms for heading", "clues": [["channelize", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["head up", "be the first or leading member of (a group) and excel"], ["head", "to go or travel towards"], ["manoeuver", "direct the course; determine the direction of travelling"], ["lead", "be in charge of"], ["point", "direct the course; determine the direction of travelling"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"]]}, {"answer": "heat", "hint": "synonyms for heat", "clues": [["inflame", "arouse or excite feelings and passions"], ["stir up", "arouse or excite feelings and passions"], ["heat up", "gain heat or get hot"], ["fire up", "arouse or excite feelings and passions"], ["ignite", "arouse or excite feelings and passions"], ["hot up", "gain heat or get hot"], ["wake", "arouse or excite feelings and passions"]]}, {"answer": "heating", "hint": "synonyms for heating", "clues": [["inflame", "arouse or excite feelings and passions"], ["heat up", "gain heat or get hot"], ["heat", "gain heat or get hot"], ["hot up", "gain heat or get hot"], ["stir up", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"], ["fire up", "arouse or excite feelings and passions"], ["ignite", "arouse or excite feelings and passions"]]}, {"answer": "heave", "hint": "synonyms for heave", "clues": [["buckle", "bend out of shape, as under pressure or from heat"], ["heft", "lift or elevate"], ["billow", "rise and move, as in waves or billows"], ["heave up", "lift or elevate"], ["puff", "breathe noisily, as when one is exhausted"], ["gag", "make an unsuccessful effort to vomit; strain to vomit"], ["gasp", "breathe noisily, as when one is exhausted"], ["retch", "make an unsuccessful effort to vomit; strain to vomit"], ["surge", "rise and move, as in waves or billows"], ["heft up", "lift or elevate"], ["warp", "bend out of shape, as under pressure or from heat"], ["pant", "breathe noisily, as when one is exhausted"]]}, {"answer": "heaves", "hint": "synonyms for heaves", "clues": [["heave", "move or cause to move in a specified way, direction, or position"], ["buckle", "bend out of shape, as under pressure or from heat"], ["billow", "rise and move, as in waves or billows"], ["gag", "make an unsuccessful effort to vomit; strain to vomit"], ["gasp", "breathe noisily, as when one is exhausted"], ["surge", "rise and move, as in waves or billows"], ["heft", "lift or elevate"], ["heave up", "lift or elevate"], ["puff", "breathe noisily, as when one is exhausted"], ["retch", "make an unsuccessful effort to vomit; strain to vomit"], ["heft up", "lift or elevate"], ["warp", "bend out of shape, as under pressure or from heat"], ["pant", "breathe noisily, as when one is exhausted"]]}, {"answer": "heaving", "hint": "synonyms for heaving", "clues": [["heave", "move or cause to move in a specified way, direction, or position"], ["buckle", "bend out of shape, as under pressure or from heat"], ["billow", "rise and move, as in waves or billows"], ["gag", "make an unsuccessful effort to vomit; strain to vomit"], ["gasp", "breathe noisily, as when one is exhausted"], ["surge", "rise and move, as in waves or billows"], ["heft", "lift or elevate"], ["heave up", "lift or elevate"], ["puff", "breathe noisily, as when one is exhausted"], ["retch", "make an unsuccessful effort to vomit; strain to vomit"], ["heft up", "lift or elevate"], ["warp", "bend out of shape, as under pressure or from heat"], ["pant", "breathe noisily, as when one is exhausted"]]}, {"answer": "hector", "hint": "synonyms for hector", "clues": [["bully", "be bossy towards"], ["push around", "be bossy towards"], ["bullyrag", "be bossy towards"], ["strong-arm", "be bossy towards"], ["boss around", "be bossy towards"], ["browbeat", "be bossy towards"]]}, {"answer": "hedge", "hint": "synonyms for hedge", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge in", "enclose or bound in with or as it with a hedge or hedges"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "hedging", "hint": "synonyms for hedging", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge in", "enclose or bound in with or as it with a hedge or hedges"], ["hedge", "hinder or restrict with or as if with a hedge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "help", "hint": "synonyms for help", "clues": [["aid", "give help or assistance; be of service"], ["serve", "help to some food; help with food or drink"], ["avail", "take or use"], ["assist", "give help or assistance; be of service"], ["help oneself", "abstain from doing; always used with a negative"], ["facilitate", "be of use"]]}, {"answer": "helping", "hint": "synonyms for helping", "clues": [["help", "help to some food; help with food or drink"], ["avail", "take or use"], ["aid", "improve the condition of"], ["facilitate", "be of use"], ["help oneself", "abstain from doing; always used with a negative"], ["serve", "help to some food; help with food or drink"], ["assist", "give help or assistance; be of service"]]}, {"answer": "herald", "hint": "synonyms for herald", "clues": [["annunciate", "foreshadow or presage"], ["hail", "praise vociferously"], ["harbinger", "foreshadow or presage"], ["foretell", "foreshadow or presage"], ["acclaim", "praise vociferously"], ["announce", "foreshadow or presage"]]}, {"answer": "hide", "hint": "synonyms for hide", "clues": [["hide out", "be or go into hiding; keep out of sight, as for protection and safety"], ["enshroud", "cover as if with a shroud"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["cover", "cover as if with a shroud"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["conceal", "prevent from being seen or discovered"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "hiding", "hint": "synonyms for hiding", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["hide out", "be or go into hiding; keep out of sight, as for protection and safety"], ["enshroud", "cover as if with a shroud"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["cover", "cover as if with a shroud"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["conceal", "prevent from being seen or discovered"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "highlighting", "hint": "synonyms for highlighting", "clues": [["highlight", "move into the foreground to make more visible or prominent"], ["play up", "move into the foreground to make more visible or prominent"], ["foreground", "move into the foreground to make more visible or prominent"], ["spotlight", "move into the foreground to make more visible or prominent"]]}, {"answer": "hire", "hint": "synonyms for hire", "clues": [["engage", "engage for service under a term of contract"], ["employ", "engage or hire for work"], ["rent", "engage for service under a term of contract"], ["charter", "hold under a lease or rental agreement; of goods and services"], ["lease", "hold under a lease or rental agreement; of goods and services"], ["take", "engage for service under a term of contract"]]}, {"answer": "hiss", "hint": "synonyms for hiss", "clues": [["sibilate", "express or utter with a hiss"], ["sizz", "make a sharp hissing sound, as if to show disapproval"], ["siss", "express or utter with a hiss"], ["boo", "show displeasure, as after a performance or speech"], ["whoosh", "move with a whooshing sound"]]}, {"answer": "hissing", "hint": "synonyms for hissing", "clues": [["boo", "show displeasure, as after a performance or speech"], ["siss", "express or utter with a hiss"], ["hiss", "express or utter with a hiss"], ["sibilate", "express or utter with a hiss"], ["sizz", "make a sharp hissing sound, as if to show disapproval"], ["whoosh", "move with a whooshing sound"]]}, {"answer": "hit", "hint": "synonyms for hit", "clues": [["strike", "make a strategic, offensive, assault against an enemy, opponent, or a target"], ["collide with", "hit against; come into sudden contact with"], ["gain", "reach a destination, either real or abstract"], ["stumble", "encounter by chance"], ["impinge on", "hit against; come into sudden contact with"], ["arrive at", "reach a destination, either real or abstract"], ["dispatch", "kill intentionally and with premeditation"], ["make", "reach a destination, either real or abstract"], ["pip", "hit with a missile from a weapon"], ["attain", "reach a point in time, or a certain state or level"], ["shoot", "hit with a missile from a weapon"], ["rack up", "gain points in a game"], ["murder", "kill intentionally and with premeditation"], ["run into", "hit against; come into sudden contact with"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["reach", "reach a destination, either real or abstract"], ["come to", "cause to experience suddenly"], ["off", "kill intentionally and with premeditation"], ["tally", "gain points in a game"], ["score", "gain points in a game"], ["remove", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "hitch", "hint": "synonyms for hitch", "clues": [["buck", "jump vertically, with legs stiff and back arched"], ["gimp", "walk impeded by some physical limitation or injury"], ["catch", "to hook or entangle"], ["limp", "walk impeded by some physical limitation or injury"], ["hitchhike", "travel by getting free rides from motorists"], ["jerk", "jump vertically, with legs stiff and back arched"], ["hobble", "walk impeded by some physical limitation or injury"], ["thumb", "travel by getting free rides from motorists"]]}, {"answer": "hitchings", "hint": "synonyms for hitchings", "clues": [["buck", "jump vertically, with legs stiff and back arched"], ["catch", "to hook or entangle"], ["hitch", "walk impeded by some physical limitation or injury"], ["hitchhike", "travel by getting free rides from motorists"], ["jerk", "jump vertically, with legs stiff and back arched"], ["hobble", "walk impeded by some physical limitation or injury"], ["thumb", "travel by getting free rides from motorists"], ["gimp", "walk impeded by some physical limitation or injury"], ["limp", "walk impeded by some physical limitation or injury"]]}, {"answer": "hitting", "hint": "synonyms for hitting", "clues": [["hit", "drive something violently into a location"], ["impinge on", "hit against; come into sudden contact with"], ["dispatch", "kill intentionally and with premeditation"], ["make", "reach a destination, either real or abstract"], ["rack up", "gain points in a game"], ["murder", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["run into", "hit against; come into sudden contact with"], ["reach", "reach a destination, either real or abstract"], ["strike", "produce by manipulating keys or strings of musical instruments, also metaphorically"], ["off", "kill intentionally and with premeditation"], ["score", "gain points in a game"], ["attain", "reach a destination, either real or abstract"], ["polish off", "kill intentionally and with premeditation"], ["collide with", "hit against; come into sudden contact with"], ["gain", "reach a destination, either real or abstract"], ["stumble", "encounter by chance"], ["arrive at", "reach a destination, either real or abstract"], ["pip", "hit with a missile from a weapon"], ["shoot", "hit with a missile from a weapon"], ["slay", "kill intentionally and with premeditation"], ["come to", "cause to experience suddenly"], ["tally", "gain points in a game"], ["remove", "kill intentionally and with premeditation"]]}, {"answer": "hoard", "hint": "synonyms for hoard", "clues": [["pile up", "get or gather together"], ["accumulate", "get or gather together"], ["collect", "get or gather together"], ["amass", "get or gather together"], ["stash", "save up as for future use"], ["compile", "get or gather together"], ["lay away", "save up as for future use"], ["cache", "save up as for future use"], ["squirrel away", "save up as for future use"], ["hive up", "save up as for future use"], ["roll up", "get or gather together"]]}, {"answer": "hoarding", "hint": "synonyms for hoarding", "clues": [["pile up", "get or gather together"], ["accumulate", "get or gather together"], ["collect", "get or gather together"], ["amass", "get or gather together"], ["hoard", "get or gather together"], ["stash", "save up as for future use"], ["compile", "get or gather together"], ["lay away", "save up as for future use"], ["cache", "save up as for future use"], ["squirrel away", "save up as for future use"], ["hive up", "save up as for future use"], ["roll up", "get or gather together"]]}, {"answer": "hobble", "hint": "synonyms for hobble", "clues": [["gimp", "walk impeded by some physical limitation or injury"], ["hitch", "walk impeded by some physical limitation or injury"], ["limp", "walk impeded by some physical limitation or injury"], ["hopple", "strap the foreleg and hind leg together on each side (of a horse) in order to keep the legs on the same side moving in unison"]]}, {"answer": "hold", "hint": "synonyms for hold", "clues": [["keep back", "secure and keep for possible future use or application"], ["maintain", "keep in a certain state, position, or activity; e.g.,"], ["make", "organize or be responsible for"], ["bear", "have rightfully; of rights, titles, and offices"], ["sustain", "be the physical support of; carry the weight of"], ["contain", "be capable of holding or containing"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["deem", "keep in mind or convey as a conviction or view"], ["obtain", "be valid, applicable, or true"], ["oblige", "bind by an obligation; cause to be indebted"], ["have", "have or possess, either in a concrete or an abstract sense"], ["adjudge", "declare to be"], ["admit", "have room for; hold without crowding"], ["hold back", "secure and keep for possible future use or application"], ["carry", "drink alcohol without showing ill effects"], ["bind", "bind by an obligation; cause to be indebted"], ["concur", "be in accord; be in agreement"], ["reserve", "arrange for and reserve (something for someone else) in advance"], ["confine", "to close within bounds, limit or hold back from movement"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["withstand", "resist or confront with resistance"], ["retain", "secure and keep for possible future use or application"], ["give", "organize or be responsible for"], ["halt", "cause to stop"], ["have got", "have or possess, either in a concrete or an abstract sense"], ["accommodate", "have room for; hold without crowding"], ["hold up", "be the physical support of; carry the weight of"], ["throw", "organize or be responsible for"], ["keep", "keep in a certain state, position, or activity; e.g.,"], ["support", "be the physical support of; carry the weight of"], ["take", "be capable of holding or containing"], ["take for", "keep in mind or convey as a conviction or view"], ["defend", "protect against a challenge or attack"], ["apply", "be pertinent or relevant or applicable"], ["nurse", "maintain (a theory, thoughts, or feelings)"], ["arrest", "cause to stop"], ["defy", "resist or confront with resistance"], ["agree", "be in accord; be in agreement"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["view as", "keep in mind or convey as a conviction or view"], ["entertain", "maintain (a theory, thoughts, or feelings)"], ["guard", "protect against a challenge or attack"], ["go for", "be pertinent or relevant or applicable"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["declare", "declare to be"], ["prevail", "be valid, applicable, or true"], ["book", "arrange for and reserve (something for someone else) in advance"], ["concord", "be in accord; be in agreement"], ["take hold", "have or hold in one's hands or grip"]]}, {"answer": "holding", "hint": "synonyms for holding", "clues": [["keep back", "secure and keep for possible future use or application"], ["maintain", "keep in a certain state, position, or activity; e.g.,"], ["hold", "keep from departing"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["deem", "keep in mind or convey as a conviction or view"], ["obtain", "be valid, applicable, or true"], ["admit", "have room for; hold without crowding"], ["have", "organize or be responsible for"], ["reserve", "arrange for and reserve (something for someone else) in advance"], ["confine", "to close within bounds, limit or hold back from movement"], ["carry", "support or hold in a certain manner"], ["contain", "contain or hold; have within"], ["bear", "contain or hold; have within"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["withstand", "resist or confront with resistance"], ["retain", "secure and keep for possible future use or application"], ["give", "organize or be responsible for"], ["have got", "have or possess, either in a concrete or an abstract sense"], ["hold up", "be the physical support of; carry the weight of"], ["throw", "organize or be responsible for"], ["keep", "keep in a certain state, position, or activity; e.g.,"], ["support", "be the physical support of; carry the weight of"], ["take", "be capable of holding or containing"], ["take for", "keep in mind or convey as a conviction or view"], ["obligate", "bind by an obligation; cause to be indebted"], ["nurse", "maintain (a theory, thoughts, or feelings)"], ["agree", "be in accord; be in agreement"], ["entertain", "maintain (a theory, thoughts, or feelings)"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["declare", "declare to be"], ["concord", "be in accord; be in agreement"], ["take hold", "have or hold in one's hands or grip"], ["make", "organize or be responsible for"], ["sustain", "be the physical support of; carry the weight of"], ["prevail", "be valid, applicable, or true"], ["adjudge", "declare to be"], ["hold back", "secure and keep for possible future use or application"], ["bind", "bind by an obligation; cause to be indebted"], ["concur", "be in accord; be in agreement"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["halt", "cause to stop"], ["accommodate", "have room for; hold without crowding"], ["apply", "be pertinent or relevant or applicable"], ["defend", "protect against a challenge or attack"], ["arrest", "cause to stop"], ["defy", "resist or confront with resistance"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["view as", "keep in mind or convey as a conviction or view"], ["guard", "protect against a challenge or attack"], ["go for", "be pertinent or relevant or applicable"], ["book", "arrange for and reserve (something for someone else) in advance"]]}, {"answer": "holler", "hint": "synonyms for holler", "clues": [["holler out", "shout out"], ["scream", "utter a sudden loud cry"], ["squawk", "complain"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["bellyache", "complain"], ["grouse", "complain"], ["call", "utter a sudden loud cry"], ["crab", "complain"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["bitch", "complain"], ["gripe", "complain"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"], ["beef", "complain"]]}, {"answer": "hollering", "hint": "synonyms for hollering", "clues": [["holler out", "shout out"], ["scream", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["bellyache", "complain"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["gripe", "complain"], ["yell", "utter a sudden loud cry"], ["crab", "complain"], ["holler", "shout out"], ["squawk", "complain"], ["cry", "utter a sudden loud cry"], ["grouse", "complain"], ["bitch", "complain"], ["shout", "utter a sudden loud cry"], ["beef", "complain"]]}, {"answer": "hollo", "hint": "synonyms for hollo", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"]]}, {"answer": "honk", "hint": "synonyms for honk", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["toot", "make a loud noise"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["cronk", "cry like a goose"], ["barf", "eject the contents of the stomach through the mouth"], ["beep", "make a loud noise"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["claxon", "use the horn of a car"], ["chuck", "eject the contents of the stomach through the mouth"], ["blare", "make a loud noise"], ["vomit", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "honor", "hint": "synonyms for honor", "clues": [["respect", "show respect towards"], ["observe", "show respect towards"], ["honour", "accept as pay"], ["abide by", "show respect towards"], ["reward", "bestow honor or rewards upon"]]}, {"answer": "honoring", "hint": "synonyms for honoring", "clues": [["respect", "show respect towards"], ["honor", "show respect towards"], ["observe", "show respect towards"], ["abide by", "show respect towards"], ["reward", "bestow honor or rewards upon"]]}, {"answer": "honour", "hint": "synonyms for honour", "clues": [["honor", "bestow honor or rewards upon"], ["respect", "show respect towards"], ["observe", "show respect towards"], ["abide by", "show respect towards"], ["reward", "bestow honor or rewards upon"]]}, {"answer": "honours", "hint": "synonyms for honours", "clues": [["respect", "show respect towards"], ["honor", "show respect towards"], ["observe", "show respect towards"], ["abide by", "show respect towards"], ["reward", "bestow honor or rewards upon"]]}, {"answer": "hoofing", "hint": "synonyms for hoofing", "clues": [["foot", "walk"], ["leg it", "walk"], ["hoof", "dance in a professional capacity"], ["hoof it", "walk"]]}, {"answer": "hook", "hint": "synonyms for hook", "clues": [["pilfer", "make off with belongings of others"], ["solicit", "approach with an offer of sexual favors"], ["purloin", "make off with belongings of others"], ["rob", "rip off; ask an unreasonable price"], ["swipe", "make off with belongings of others"], ["soak", "rip off; ask an unreasonable price"], ["glom", "take by theft"], ["knock off", "take by theft"], ["pinch", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"], ["accost", "approach with an offer of sexual favors"], ["snitch", "take by theft"], ["fleece", "rip off; ask an unreasonable price"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["cop", "take by theft"], ["snare", "entice and trap"], ["plume", "rip off; ask an unreasonable price"], ["thieve", "take by theft"], ["surcharge", "rip off; ask an unreasonable price"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle"], ["abstract", "make off with belongings of others"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)"], ["snarf", "make off with belongings of others"]]}, {"answer": "hooking", "hint": "synonyms for hooking", "clues": [["pilfer", "make off with belongings of others"], ["hook", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)"], ["solicit", "approach with an offer of sexual favors"], ["purloin", "make off with belongings of others"], ["soak", "rip off; ask an unreasonable price"], ["pinch", "make off with belongings of others"], ["accost", "approach with an offer of sexual favors"], ["gazump", "rip off; ask an unreasonable price"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["cop", "take by theft"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"], ["rob", "rip off; ask an unreasonable price"], ["swipe", "make off with belongings of others"], ["glom", "take by theft"], ["knock off", "take by theft"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["snitch", "take by theft"], ["fleece", "rip off; ask an unreasonable price"], ["snare", "entice and trap"], ["plume", "rip off; ask an unreasonable price"], ["thieve", "take by theft"], ["surcharge", "rip off; ask an unreasonable price"], ["abstract", "make off with belongings of others"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)"]]}, {"answer": "hooks", "hint": "synonyms for hooks", "clues": [["pilfer", "make off with belongings of others"], ["hook", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)"], ["solicit", "approach with an offer of sexual favors"], ["purloin", "make off with belongings of others"], ["soak", "rip off; ask an unreasonable price"], ["pinch", "make off with belongings of others"], ["accost", "approach with an offer of sexual favors"], ["gazump", "rip off; ask an unreasonable price"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["cop", "take by theft"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"], ["rob", "rip off; ask an unreasonable price"], ["swipe", "make off with belongings of others"], ["glom", "take by theft"], ["knock off", "take by theft"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["snitch", "take by theft"], ["fleece", "rip off; ask an unreasonable price"], ["snare", "entice and trap"], ["plume", "rip off; ask an unreasonable price"], ["thieve", "take by theft"], ["surcharge", "rip off; ask an unreasonable price"], ["abstract", "make off with belongings of others"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)"]]}, {"answer": "howl", "hint": "synonyms for howl", "clues": [["ululate", "emit long loud cries"], ["yaup", "emit long loud cries"], ["wail", "emit long loud cries"], ["yawl", "emit long loud cries"], ["roar", "make a loud noise, as of wind, water, or vehicles"], ["wrawl", "cry loudly, as of animals"], ["yowl", "cry loudly, as of animals"], ["yammer", "cry loudly, as of animals"]]}, {"answer": "huckster", "hint": "synonyms for huckster", "clues": [["vend", "sell or offer for sale from place to place"], ["pitch", "sell or offer for sale from place to place"], ["haggle", "wrangle (over a price, terms of an agreement, etc.)"], ["monger", "sell or offer for sale from place to place"], ["chaffer", "wrangle (over a price, terms of an agreement, etc.)"], ["hawk", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"], ["higgle", "wrangle (over a price, terms of an agreement, etc.)"]]}, {"answer": "hugging", "hint": "synonyms for hugging", "clues": [["hug", "fit closely or tightly"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness"]]}, {"answer": "humming", "hint": "synonyms for humming", "clues": [["hum", "make a low continuous sound"], ["seethe", "be noisy with activity"], ["thrum", "sound with a monotonous hum"], ["buzz", "be noisy with activity"]]}, {"answer": "hump", "hint": "synonyms for hump", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["hunch", "round one's back by bending forward and drawing the shoulders forward"], ["get it on", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["hunch over", "round one's back by bending forward and drawing the shoulders forward"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["hunch forward", "round one's back by bending forward and drawing the shoulders forward"], ["bang", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "hunger", "hint": "synonyms for hunger", "clues": [["famish", "be hungry; go without food"], ["crave", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["starve", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"]]}, {"answer": "hunt", "hint": "synonyms for hunt", "clues": [["track down", "pursue for food or sport (as of wild animals)"], ["hound", "pursue or chase relentlessly"], ["run", "pursue for food or sport (as of wild animals)"], ["trace", "pursue or chase relentlessly"], ["hunt down", "pursue for food or sport (as of wild animals)"]]}, {"answer": "hunting", "hint": "synonyms for hunting", "clues": [["hunt", "oscillate about a desired speed, position, or state to an undesirable extent"], ["hunt down", "pursue for food or sport (as of wild animals)"], ["trace", "pursue or chase relentlessly"], ["track down", "pursue for food or sport (as of wild animals)"], ["run", "pursue for food or sport (as of wild animals)"], ["hound", "pursue or chase relentlessly"]]}, {"answer": "hurl", "hint": "synonyms for hurl", "clues": [["hurtle", "throw forcefully"], ["lunge", "make a thrusting forward movement"], ["thrust", "make a thrusting forward movement"], ["throw", "utter with force; utter vehemently"], ["cast", "throw forcefully"]]}, {"answer": "hurling", "hint": "synonyms for hurling", "clues": [["hurtle", "make a thrusting forward movement"], ["hurl", "make a thrusting forward movement"], ["thrust", "make a thrusting forward movement"], ["throw", "utter with force; utter vehemently"], ["lunge", "make a thrusting forward movement"], ["cast", "throw forcefully"]]}, {"answer": "hurry", "hint": "synonyms for hurry", "clues": [["hasten", "act or move at high speed"], ["rush", "urge to an unnatural speed"], ["festinate", "act or move at high speed"], ["look sharp", "act or move at high speed"], ["zip", "move very fast"], ["travel rapidly", "move very fast"], ["speed", "move very fast"]]}, {"answer": "hurting", "hint": "synonyms for hurting", "clues": [["spite", "hurt the feelings of"], ["ache", "be the source of pain"], ["hurt", "give trouble or pain to"], ["pain", "cause emotional anguish or make miserable"], ["smart", "be the source of pain"], ["suffer", "feel physical pain"], ["wound", "hurt the feelings of"], ["offend", "hurt the feelings of"], ["bruise", "hurt the feelings of"], ["anguish", "cause emotional anguish or make miserable"], ["injure", "hurt the feelings of"]]}, {"answer": "hush", "hint": "synonyms for hush", "clues": [["quieten", "cause to be quiet or not talk"], ["still", "cause to be quiet or not talk"], ["quiesce", "become quiet or quieter"], ["silence", "cause to be quiet or not talk"], ["quiet down", "become quiet or quieter"], ["shut up", "cause to be quiet or not talk"], ["pipe down", "become quiet or quieter"], ["quiet", "become quiet or quieter"], ["hush up", "cause to be quiet or not talk"]]}, {"answer": "hushing", "hint": "synonyms for hushing", "clues": [["quieten", "cause to be quiet or not talk"], ["still", "cause to be quiet or not talk"], ["quiesce", "become quiet or quieter"], ["silence", "cause to be quiet or not talk"], ["quiet down", "become quiet or quieter"], ["shut up", "cause to be quiet or not talk"], ["hush", "run water over the ground to erode (soil), revealing the underlying strata and valuable minerals"], ["pipe down", "become quiet or quieter"], ["quiet", "become quiet or quieter"], ["hush up", "cause to be quiet or not talk"]]}, {"answer": "hustle", "hint": "synonyms for hustle", "clues": [["bustle about", "move or cause to move energetically or busily"], ["roll", "sell something to or obtain something from by energetic and especially underhanded activity"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity"], ["bustle", "move or cause to move energetically or busily"]]}, {"answer": "hybridizing", "hint": "synonyms for hybridizing", "clues": [["hybridize", "breed animals or plants using parents of different races and varieties"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["cross", "breed animals or plants using parents of different races and varieties"], ["crossbreed", "breed animals or plants using parents of different races and varieties"]]}, {"answer": "idling", "hint": "synonyms for idling", "clues": [["idle", "run disconnected or idle"], ["slug", "be idle; exist in a changeless situation"], ["laze", "be idle; exist in a changeless situation"], ["stagnate", "be idle; exist in a changeless situation"], ["tick over", "run disconnected or idle"]]}, {"answer": "image", "hint": "synonyms for image", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "imaging", "hint": "synonyms for imaging", "clues": [["envision", "imagine; conceive of; see in one's mind"], ["fancy", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["picture", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"]]}, {"answer": "imbibing", "hint": "synonyms for imbibing", "clues": [["soak up", "take in, also metaphorically"], ["sop up", "take in, also metaphorically"], ["imbibe", "take in liquids"], ["take up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["assimilate", "take (gas, light or heat) into a solution"], ["suck", "take in, also metaphorically"], ["draw", "take in, also metaphorically"], ["drink", "take in liquids"], ["suck up", "take in, also metaphorically"], ["take in", "take in, also metaphorically"]]}, {"answer": "immobilizing", "hint": "synonyms for immobilizing", "clues": [["immobilise", "convert (assets) into fixed capital"], ["freeze", "prohibit the conversion or use of (assets)"], ["pin", "to hold fast or prevent from moving"], ["trap", "to hold fast or prevent from moving"], ["block", "prohibit the conversion or use of (assets)"]]}, {"answer": "impact", "hint": "synonyms for impact", "clues": [["affect", "have an effect upon"], ["touch on", "have an effect upon"], ["touch", "have an effect upon"], ["bear on", "have an effect upon"]]}, {"answer": "imparting", "hint": "synonyms for imparting", "clues": [["lend", "bestow a quality on"], ["give", "transmit (knowledge or skills)"], ["bestow", "bestow a quality on"], ["carry", "transmit or serve as the medium for transmission"], ["impart", "transmit (knowledge or skills)"], ["channel", "transmit or serve as the medium for transmission"], ["transmit", "transmit or serve as the medium for transmission"], ["bring", "bestow a quality on"], ["pass on", "transmit (knowledge or skills)"], ["convey", "transmit or serve as the medium for transmission"], ["conduct", "transmit or serve as the medium for transmission"], ["contribute", "bestow a quality on"], ["leave", "transmit (knowledge or skills)"], ["add", "bestow a quality on"]]}, {"answer": "impinging", "hint": "synonyms for impinging", "clues": [["encroach", "impinge or infringe upon"], ["infringe", "advance beyond the usual limit"], ["impinge", "impinge or infringe upon"], ["trench", "impinge or infringe upon"]]}, {"answer": "implant", "hint": "synonyms for implant", "clues": [["imbed", "fix or set securely or deeply"], ["plant", "put firmly in the mind"], ["engraft", "fix or set securely or deeply"], ["embed", "fix or set securely or deeply"]]}, {"answer": "implement", "hint": "synonyms for implement", "clues": [["put through", "pursue to a conclusion or bring to a successful issue"], ["follow out", "pursue to a conclusion or bring to a successful issue"], ["follow up", "pursue to a conclusion or bring to a successful issue"], ["apply", "ensure observance of laws and rules"], ["go through", "pursue to a conclusion or bring to a successful issue"], ["follow through", "pursue to a conclusion or bring to a successful issue"], ["enforce", "ensure observance of laws and rules"], ["carry out", "pursue to a conclusion or bring to a successful issue"]]}, {"answer": "impounding", "hint": "synonyms for impounding", "clues": [["impound", "take temporary possession of as a security, by legal authority"], ["pound", "place or shut up in a pound"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["sequester", "take temporary possession of as a security, by legal authority"], ["seize", "take temporary possession of as a security, by legal authority"], ["attach", "take temporary possession of as a security, by legal authority"]]}, {"answer": "impress", "hint": "synonyms for impress", "clues": [["instill", "produce or try to produce a vivid impression of"], ["yarn-dye", "dye (fabric) before it is spun"], ["shanghai", "take (someone) against his will for compulsory service, especially on board a ship"], ["strike", "have an emotional or cognitive impact upon"], ["imprint", "mark or stamp with or as if with pressure"], ["ingrain", "produce or try to produce a vivid impression of"], ["print", "reproduce by printing"], ["affect", "have an emotional or cognitive impact upon"], ["move", "have an emotional or cognitive impact upon"]]}, {"answer": "incense", "hint": "synonyms for incense", "clues": [["exasperate", "make furious"], ["thurify", "perfume especially with a censer"], ["cense", "perfume especially with a censer"], ["infuriate", "make furious"]]}, {"answer": "incline", "hint": "synonyms for incline", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["run", "have a tendency or disposition to do or be something; be inclined"], ["pitch", "be at an angle"], ["dispose", "make receptive or willing towards an action or attitude or belief"], ["slope", "be at an angle"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["tend", "have a tendency or disposition to do or be something; be inclined"]]}, {"answer": "inclining", "hint": "synonyms for inclining", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["incline", "be at an angle"], ["run", "have a tendency or disposition to do or be something; be inclined"], ["dispose", "make receptive or willing towards an action or attitude or belief"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["tend", "have a tendency or disposition to do or be something; be inclined"], ["pitch", "be at an angle"], ["slope", "be at an angle"]]}, {"answer": "inconvenience", "hint": "synonyms for inconvenience", "clues": [["trouble", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["incommode", "to cause inconvenience or discomfort to"], ["disoblige", "to cause inconvenience or discomfort to"], ["bother", "to cause inconvenience or discomfort to"], ["discommode", "to cause inconvenience or discomfort to"]]}, {"answer": "incurring", "hint": "synonyms for incurring", "clues": [["receive", "receive a specified treatment (abstract)"], ["incur", "make oneself subject to; bring upon oneself; become liable to"], ["find", "receive a specified treatment (abstract)"], ["get", "receive a specified treatment (abstract)"], ["obtain", "receive a specified treatment (abstract)"]]}, {"answer": "inducing", "hint": "synonyms for inducing", "clues": [["induce", "produce electric current by electrostatic or magnetic processes"], ["get", "cause to do; cause to act in a specified manner"], ["make", "cause to do; cause to act in a specified manner"], ["hasten", "cause to occur rapidly"], ["stimulate", "cause to occur rapidly"], ["bring on", "cause to arise"], ["induct", "produce electric current by electrostatic or magnetic processes"], ["have", "cause to do; cause to act in a specified manner"], ["rush", "cause to occur rapidly"], ["cause", "cause to do; cause to act in a specified manner"]]}, {"answer": "indulging", "hint": "synonyms for indulging", "clues": [["indulge", "enjoy to excess"], ["luxuriate", "enjoy to excess"], ["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["pander", "yield (to); give satisfaction to"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"], ["gratify", "yield (to); give satisfaction to"]]}, {"answer": "inebriate", "hint": "synonyms for inebriate", "clues": [["beatify", "fill with sublime emotion"], ["soak", "become drunk or drink excessively"], ["hit it up", "become drunk or drink excessively"], ["exalt", "fill with sublime emotion"], ["intoxicate", "make drunk (with alcoholic drinks)"], ["tickle pink", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["souse", "become drunk or drink excessively"]]}, {"answer": "inflaming", "hint": "synonyms for inflaming", "clues": [["inflame", "arouse or excite feelings and passions"], ["kindle", "catch fire"], ["conflagrate", "cause to start burning"], ["stir up", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"], ["fire up", "arouse or excite feelings and passions"], ["ignite", "arouse or excite feelings and passions"], ["heat", "arouse or excite feelings and passions"]]}, {"answer": "influence", "hint": "synonyms for influence", "clues": [["mold", "shape or influence; give direction to"], ["regulate", "shape or influence; give direction to"], ["work", "have and exert influence or effect"], ["determine", "shape or influence; give direction to"], ["shape", "shape or influence; give direction to"], ["charm", "induce into action by using one's charm"], ["tempt", "induce into action by using one's charm"], ["act upon", "have and exert influence or effect"]]}, {"answer": "ingraining", "hint": "synonyms for ingraining", "clues": [["ingrain", "produce or try to produce a vivid impression of"], ["grain", "thoroughly work in"], ["impress", "produce or try to produce a vivid impression of"], ["instill", "produce or try to produce a vivid impression of"]]}, {"answer": "initiate", "hint": "synonyms for initiate", "clues": [["induct", "accept people into an exclusive society or group, usually with some rite"], ["broach", "bring up a topic for discussion"], ["start", "bring into being"], ["lead up", "set in motion, start an event or prepare the way for"], ["originate", "bring into being"], ["pioneer", "take the lead or initiative in; participate in the development of"]]}, {"answer": "insert", "hint": "synonyms for insert", "clues": [["tuck", "fit snugly into"], ["introduce", "introduce"], ["enter", "put or introduce into something"], ["stick in", "introduce"], ["inclose", "introduce"], ["infix", "put or introduce into something"], ["put in", "introduce"], ["slip in", "insert casually"], ["sneak in", "insert casually"]]}, {"answer": "insisting", "hint": "synonyms for insisting", "clues": [["insist", "assert to be true"], ["importune", "beg persistently and urgently"], ["take a firm stand", "be emphatic or resolute and refuse to budge"], ["assert", "assert to be true"]]}, {"answer": "installing", "hint": "synonyms for installing", "clues": [["put in", "set up for use"], ["set up", "place"], ["instal", "put into an office or a position"], ["establish", "place"]]}, {"answer": "instilling", "hint": "synonyms for instilling", "clues": [["inculcate", "teach and impress by frequent repetitions or admonitions"], ["instill", "teach and impress by frequent repetitions or admonitions"], ["transfuse", "impart gradually"], ["infuse", "teach and impress by frequent repetitions or admonitions"], ["ingrain", "produce or try to produce a vivid impression of"], ["tincture", "fill, as with a certain quality"], ["impress", "produce or try to produce a vivid impression of"], ["impregnate", "fill, as with a certain quality"]]}, {"answer": "institute", "hint": "synonyms for institute", "clues": [["constitute", "set up or lay the groundwork for"], ["bring", "advance or set forth in court; ,"], ["establish", "set up or lay the groundwork for"], ["found", "set up or lay the groundwork for"], ["plant", "set up or lay the groundwork for"]]}, {"answer": "integrating", "hint": "synonyms for integrating", "clues": [["desegregate", "open (a place) to members of all races and ethnic groups"], ["incorporate", "make into a whole or make part of a whole"], ["mix", "open (a place) to members of all races and ethnic groups"], ["integrate", "become one; become integrated"]]}, {"answer": "interbreeding", "hint": "synonyms for interbreeding", "clues": [["hybridize", "breed animals or plants using parents of different races and varieties"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["cross", "breed animals or plants using parents of different races and varieties"], ["crossbreed", "breed animals or plants using parents of different races and varieties"]]}, {"answer": "intercept", "hint": "synonyms for intercept", "clues": [["bug", "tap a telephone or telegraph wire to get information"], ["stop", "seize on its way"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["tap", "tap a telephone or telegraph wire to get information"]]}, {"answer": "interchange", "hint": "synonyms for interchange", "clues": [["transpose", "cause to change places"], ["substitute", "put in the place of another; switch seemingly equivalent items"], ["alternate", "reverse (a direction, attitude, or course of action)"], ["flip", "reverse (a direction, attitude, or course of action)"], ["switch", "reverse (a direction, attitude, or course of action)"], ["tack", "reverse (a direction, attitude, or course of action)"], ["replace", "put in the place of another; switch seemingly equivalent items"], ["exchange", "put in the place of another; switch seemingly equivalent items"], ["counterchange", "cause to change places"], ["flip-flop", "reverse (a direction, attitude, or course of action)"]]}, {"answer": "interdict", "hint": "synonyms for interdict", "clues": [["nix", "command against"], ["forbid", "command against"], ["prohibit", "command against"], ["veto", "command against"], ["disallow", "command against"], ["proscribe", "command against"]]}, {"answer": "interest", "hint": "synonyms for interest", "clues": [["occupy", "be on the mind of"], ["worry", "be on the mind of"], ["matter to", "be of importance or consequence"], ["concern", "be on the mind of"]]}, {"answer": "interpreting", "hint": "synonyms for interpreting", "clues": [["interpret", "make sense of a language"], ["rede", "give an interpretation or explanation to"], ["translate", "make sense of a language"], ["represent", "create an image or likeness of"], ["see", "make sense of; assign a meaning to"], ["construe", "make sense of; assign a meaning to"], ["render", "restate (words) from one language into another language"], ["understand", "make sense of a language"], ["read", "make sense of a language"]]}, {"answer": "interrupt", "hint": "synonyms for interrupt", "clues": [["break up", "make a break in"], ["disrupt", "interfere in someone else's activity"], ["break", "terminate"], ["disturb", "destroy the peace or tranquility of"], ["cut off", "make a break in"]]}, {"answer": "investing", "hint": "synonyms for investing", "clues": [["empower", "give qualities or abilities to"], ["induct", "place ceremoniously or formally in an office or position"], ["invest", "furnish with power or authority; of kings or emperors"], ["indue", "give qualities or abilities to"], ["endue", "give qualities or abilities to"], ["commit", "make an investment"], ["adorn", "furnish with power or authority; of kings or emperors"], ["put", "make an investment"], ["gift", "give qualities or abilities to"], ["place", "make an investment"], ["enthrone", "provide with power and authority"], ["vest", "provide with power and authority"], ["seat", "place ceremoniously or formally in an office or position"], ["endow", "give qualities or abilities to"], ["clothe", "furnish with power or authority; of kings or emperors"]]}, {"answer": "invite", "hint": "synonyms for invite", "clues": [["call for", "request the participation or presence of"], ["tempt", "give rise to a desire by being attractive or inviting"], ["bid", "ask someone in a friendly way to do something"], ["ask in", "ask to enter"], ["receive", "express willingness to have in one's home or environs"], ["pay for", "have as a guest"], ["ask for", "increase the likelihood of"], ["ask round", "invite someone to one's house"], ["ask over", "invite someone to one's house"], ["take in", "express willingness to have in one's home or environs"]]}, {"answer": "issue", "hint": "synonyms for issue", "clues": [["supply", "circulate or distribute or equip with"], ["release", "prepare and issue for public distribution or sale"], ["come forth", "come out of"], ["bring out", "prepare and issue for public distribution or sale"], ["emerge", "come out of"], ["go forth", "come out of"], ["cut", "make out and issue"], ["come out", "come out of"], ["make out", "make out and issue"], ["egress", "come out of"], ["publish", "prepare and issue for public distribution or sale"], ["write out", "make out and issue"], ["put out", "prepare and issue for public distribution or sale"]]}, {"answer": "issuing", "hint": "synonyms for issuing", "clues": [["issue", "prepare and issue for public distribution or sale"], ["supply", "circulate or distribute or equip with"], ["release", "prepare and issue for public distribution or sale"], ["bring out", "prepare and issue for public distribution or sale"], ["come forth", "come out of"], ["emerge", "come out of"], ["go forth", "come out of"], ["come out", "come out of"], ["cut", "make out and issue"], ["make out", "make out and issue"], ["egress", "come out of"], ["publish", "prepare and issue for public distribution or sale"], ["write out", "make out and issue"], ["put out", "prepare and issue for public distribution or sale"]]}, {"answer": "itching", "hint": "synonyms for itching", "clues": [["rub", "scrape or rub as if to relieve itching"], ["itch", "have a strong desire or urge to do something"], ["spoil", "have a strong desire or urge to do something"], ["scratch", "scrape or rub as if to relieve itching"]]}, {"answer": "jab", "hint": "synonyms for jab", "clues": [["prod", "poke or thrust abruptly"], ["stab", "stab or pierce"], ["dig", "poke or thrust abruptly"], ["poke", "poke or thrust abruptly"]]}, {"answer": "jabber", "hint": "synonyms for jabber", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["rave", "talk in a noisy, excited, or declamatory manner"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "jabbering", "hint": "synonyms for jabbering", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["rave", "talk in a noisy, excited, or declamatory manner"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "jabbing", "hint": "synonyms for jabbing", "clues": [["jab", "strike or punch with quick and short blows"], ["prod", "poke or thrust abruptly"], ["stab", "stab or pierce"], ["dig", "poke or thrust abruptly"], ["poke", "poke or thrust abruptly"]]}, {"answer": "jail", "hint": "synonyms for jail", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "jam", "hint": "synonyms for jam", "clues": [["close up", "block passage through"], ["block", "block passage through"], ["cram", "crowd or pack to capacity"], ["jampack", "crowd or pack to capacity"], ["pack", "press tightly together or cram"], ["crush", "crush or bruise"], ["pile", "press tightly together or cram"], ["chock up", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["obstruct", "block passage through"], ["impede", "block passage through"], ["throng", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "james", "hint": "synonyms for james", "clues": [["block", "block passage through"], ["jam", "interfere with or prevent the reception of signals"], ["pack", "press tightly together or cram"], ["crush", "crush or bruise"], ["pile", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["close up", "block passage through"], ["jampack", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["obstruct", "block passage through"], ["impede", "block passage through"], ["throng", "press tightly together or cram"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "jamming", "hint": "synonyms for jamming", "clues": [["block", "block passage through"], ["jam", "interfere with or prevent the reception of signals"], ["pack", "press tightly together or cram"], ["crush", "crush or bruise"], ["pile", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["close up", "block passage through"], ["jampack", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["obstruct", "block passage through"], ["impede", "block passage through"], ["throng", "press tightly together or cram"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "jar", "hint": "synonyms for jar", "clues": [["jolt", "move or cause to move with a sudden jerky motion"], ["collide", "be incompatible; be or come into conflict"], ["shake up", "shock physically"], ["clash", "be incompatible; be or come into conflict"], ["bump around", "shock physically"]]}, {"answer": "jaw", "hint": "synonyms for jaw", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["rattle on", "talk incessantly and tiresomely"], ["gossip", "talk socially without exchanging too much information"], ["chit-chat", "talk socially without exchanging too much information"], ["yack away", "talk incessantly and tiresomely"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["chaffer", "talk socially without exchanging too much information"], ["yack", "talk incessantly and tiresomely"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"], ["visit", "talk socially without exchanging too much information"], ["masticate", "chew (food); to bite and grind with the teeth"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["confabulate", "talk socially without exchanging too much information"], ["yap away", "talk incessantly and tiresomely"], ["lecture", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["manducate", "chew (food); to bite and grind with the teeth"], ["lambast", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chat", "talk socially without exchanging too much information"], ["reprimand", "censure severely or angrily"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["bawl out", "censure severely or angrily"], ["chew", "chew (food); to bite and grind with the teeth"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["shoot the breeze", "talk socially without exchanging too much information"], ["rebuke", "censure severely or angrily"], ["chatter", "talk socially without exchanging too much information"], ["chew up", "censure severely or angrily"]]}, {"answer": "jazz", "hint": "synonyms for jazz", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "jeer", "hint": "synonyms for jeer", "clues": [["gibe", "laugh at with contempt and derision"], ["flout", "laugh at with contempt and derision"], ["scoff", "laugh at with contempt and derision"], ["barrack", "laugh at with contempt and derision"]]}, {"answer": "jerk", "hint": "synonyms for jerk", "clues": [["yank", "pull, or move with a sudden movement"], ["buck", "jump vertically, with legs stiff and back arched"], ["hitch", "jump vertically, with legs stiff and back arched"], ["twitch", "make an uncontrolled, short, jerky motion"], ["flick", "throw or toss with a quick motion"]]}, {"answer": "jib", "hint": "synonyms for jib", "clues": [["resist", "refuse to comply"], ["baulk", "refuse to comply"], ["change course", "shift from one side of the ship to the other"], ["jibe", "shift from one side of the ship to the other"], ["gybe", "shift from one side of the ship to the other"]]}, {"answer": "jibe", "hint": "synonyms for jibe", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["change course", "shift from one side of the ship to the other"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["jib", "shift from one side of the ship to the other"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["gybe", "shift from one side of the ship to the other"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "jimmies", "hint": "synonyms for jimmies", "clues": [["jimmy", "to move or force, especially in an effort to get something open; :"], ["lever", "to move or force, especially in an effort to get something open; :"], ["prise", "to move or force, especially in an effort to get something open; :"], ["pry", "to move or force, especially in an effort to get something open; :"], ["prize", "to move or force, especially in an effort to get something open; :"]]}, {"answer": "jimmy", "hint": "synonyms for jimmy", "clues": [["lever", "to move or force, especially in an effort to get something open; :"], ["prise", "to move or force, especially in an effort to get something open; :"], ["pry", "to move or force, especially in an effort to get something open; :"], ["prize", "to move or force, especially in an effort to get something open; :"]]}, {"answer": "jinx", "hint": "synonyms for jinx", "clues": [["hex", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["enchant", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "jockey", "hint": "synonyms for jockey", "clues": [["chicane", "defeat someone through trickery or deceit"], ["cheat", "defeat someone through trickery or deceit"], ["chouse", "defeat someone through trickery or deceit"], ["shaft", "defeat someone through trickery or deceit"], ["screw", "defeat someone through trickery or deceit"]]}, {"answer": "jog", "hint": "synonyms for jog", "clues": [["trot", "run at a moderately swift pace"], ["ramble", "continue talking or writing in a desultory manner"], ["square up", "even up the edges of a stack of paper, in printing"], ["ramble on", "continue talking or writing in a desultory manner"], ["even up", "even up the edges of a stack of paper, in printing"], ["clip", "run at a moderately swift pace"]]}, {"answer": "jogging", "hint": "synonyms for jogging", "clues": [["ramble", "continue talking or writing in a desultory manner"], ["square up", "even up the edges of a stack of paper, in printing"], ["ramble on", "continue talking or writing in a desultory manner"], ["jog", "run at a moderately swift pace"], ["clip", "run at a moderately swift pace"], ["trot", "run at a moderately swift pace"], ["even up", "even up the edges of a stack of paper, in printing"]]}, {"answer": "join", "hint": "synonyms for join", "clues": [["fall in", "become part of; become a member of a group or organization"], ["link up", "be or become joined or united or linked"], ["conjoin", "make contact or come together"], ["connect", "be or become joined or united or linked"], ["link", "be or become joined or united or linked"], ["unite", "be or become joined or united or linked"], ["bring together", "cause to become joined or linked"], ["get together", "become part of; become a member of a group or organization"]]}, {"answer": "joining", "hint": "synonyms for joining", "clues": [["join", "cause to become joined or linked"], ["fall in", "become part of; become a member of a group or organization"], ["link up", "be or become joined or united or linked"], ["conjoin", "make contact or come together"], ["connect", "be or become joined or united or linked"], ["link", "be or become joined or united or linked"], ["unite", "be or become joined or united or linked"], ["bring together", "cause to become joined or linked"], ["get together", "become part of; become a member of a group or organization"]]}, {"answer": "judge", "hint": "synonyms for judge", "clues": [["approximate", "judge tentatively or form an estimate of (quantities or time)"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of"], ["guess", "judge tentatively or form an estimate of (quantities or time)"], ["evaluate", "form a critical opinion of"], ["pass judgment", "form a critical opinion of"], ["estimate", "judge tentatively or form an estimate of (quantities or time)"], ["try", "put on trial or hear a case and sit as the judge at the trial of"], ["gauge", "judge tentatively or form an estimate of (quantities or time)"], ["pronounce", "pronounce judgment on"], ["label", "pronounce judgment on"]]}, {"answer": "judges", "hint": "synonyms for judges", "clues": [["judge", "pronounce judgment on"], ["approximate", "judge tentatively or form an estimate of (quantities or time)"], ["label", "pronounce judgment on"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of"], ["guess", "judge tentatively or form an estimate of (quantities or time)"], ["evaluate", "form a critical opinion of"], ["pass judgment", "form a critical opinion of"], ["try", "put on trial or hear a case and sit as the judge at the trial of"], ["gauge", "judge tentatively or form an estimate of (quantities or time)"], ["pronounce", "pronounce judgment on"], ["estimate", "judge tentatively or form an estimate of (quantities or time)"]]}, {"answer": "judging", "hint": "synonyms for judging", "clues": [["judge", "pronounce judgment on"], ["approximate", "judge tentatively or form an estimate of (quantities or time)"], ["label", "pronounce judgment on"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of"], ["guess", "judge tentatively or form an estimate of (quantities or time)"], ["evaluate", "form a critical opinion of"], ["pass judgment", "form a critical opinion of"], ["try", "put on trial or hear a case and sit as the judge at the trial of"], ["gauge", "judge tentatively or form an estimate of (quantities or time)"], ["pronounce", "pronounce judgment on"], ["estimate", "judge tentatively or form an estimate of (quantities or time)"]]}, {"answer": "jug", "hint": "synonyms for jug", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"]]}, {"answer": "jumble", "hint": "synonyms for jumble", "clues": [["mingle", "be all mixed up or jumbled together"], ["throw together", "bring into random order"], ["mix up", "assemble without order or sense"], ["scramble", "bring into random order"], ["confuse", "assemble without order or sense"]]}, {"answer": "jump", "hint": "synonyms for jump", "clues": [["leap", "jump down from an elevated point"], ["bound", "move forward by leaps and bounds"], ["startle", "move or jump suddenly, as if in surprise or alarm"], ["parachute", "jump from an airplane and descend with a parachute"], ["chute", "jump from an airplane and descend with a parachute"], ["start", "move or jump suddenly, as if in surprise or alarm"], ["jump off", "jump down from an elevated point"], ["stick out", "be highly noticeable"], ["climb up", "rise in rank or status"], ["spring", "move forward by leaps and bounds"], ["skip over", "bypass"], ["jumpstart", "start (a car engine whose battery is dead) by connecting it to another car's battery"], ["leap out", "be highly noticeable"], ["derail", "run off or leave the rails"], ["jump out", "be highly noticeable"], ["skip", "bypass"], ["alternate", "go back and forth; swing back and forth between two states or conditions"], ["pass over", "bypass"], ["rise", "rise in rank or status"], ["stand out", "be highly noticeable"]]}, {"answer": "jumping", "hint": "synonyms for jumping", "clues": [["bound", "move forward by leaps and bounds"], ["chute", "jump from an airplane and descend with a parachute"], ["jump", "move or jump suddenly, as if in surprise or alarm"], ["climb up", "rise in rank or status"], ["spring", "move forward by leaps and bounds"], ["leap out", "be highly noticeable"], ["derail", "run off or leave the rails"], ["pass over", "bypass"], ["leap", "move forward by leaps and bounds"], ["startle", "move or jump suddenly, as if in surprise or alarm"], ["parachute", "jump from an airplane and descend with a parachute"], ["start", "move or jump suddenly, as if in surprise or alarm"], ["jump off", "jump down from an elevated point"], ["stick out", "be highly noticeable"], ["skip over", "bypass"], ["jumpstart", "start (a car engine whose battery is dead) by connecting it to another car's battery"], ["jump out", "be highly noticeable"], ["skip", "bypass"], ["alternate", "go back and forth; swing back and forth between two states or conditions"], ["rise", "rise in rank or status"], ["stand out", "be highly noticeable"]]}, {"answer": "junketing", "hint": "synonyms for junketing", "clues": [["junket", "provide a feast or banquet for"], ["banquet", "partake in a feast or banquet"], ["junketeer", "go on a pleasure trip"], ["feast", "partake in a feast or banquet"]]}, {"answer": "jut", "hint": "synonyms for jut", "clues": [["stick out", "extend out or project in space"], ["jut out", "extend out or project in space"], ["project", "extend out or project in space"], ["protrude", "extend out or project in space"]]}, {"answer": "keel", "hint": "synonyms for keel", "clues": [["lurch", "walk as if unable to control one's movements"], ["reel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"], ["stagger", "walk as if unable to control one's movements"], ["swag", "walk as if unable to control one's movements"]]}, {"answer": "keep", "hint": "synonyms for keep", "clues": [["retain", "allow to remain in a place or position or maintain a property or feature"], ["observe", "behave as expected during of holidays or rites"], ["maintain", "keep in a certain state, position, or activity; e.g.,"], ["celebrate", "behave as expected during of holidays or rites"], ["preserve", "maintain in safety from injury, harm, or danger"], ["keep open", "retain rights to"], ["go along", "continue a certain state, condition, or activity"], ["hold back", "keep under control; keep in check"], ["proceed", "continue a certain state, condition, or activity"], ["prevent", "stop (someone or something) from doing something or being in a certain state"], ["hold on", "retain possession of"], ["hold", "keep in a certain state, position, or activity; e.g.,"], ["save", "retain rights to"], ["sustain", "supply with necessities and support"], ["keep back", "keep under control; keep in check"], ["go on", "continue a certain state, condition, or activity"], ["stay fresh", "fail to spoil or rot"], ["continue", "continue a certain state, condition, or activity"]]}, {"answer": "keeping", "hint": "synonyms for keeping", "clues": [["observe", "behave as expected during of holidays or rites"], ["keep open", "retain rights to"], ["maintain", "keep in a certain state, position, or activity; e.g.,"], ["keep", "supply with necessities and support"], ["preserve", "maintain in safety from injury, harm, or danger"], ["go along", "continue a certain state, condition, or activity"], ["proceed", "continue a certain state, condition, or activity"], ["hold", "keep in a certain state, position, or activity; e.g.,"], ["restrain", "keep under control; keep in check"], ["save", "retain rights to"], ["sustain", "supply with necessities and support"], ["hold open", "retain rights to"], ["keep back", "keep under control; keep in check"], ["go on", "continue a certain state, condition, or activity"], ["stay fresh", "fail to spoil or rot"], ["continue", "continue a certain state, condition, or activity"], ["celebrate", "behave as expected during of holidays or rites"], ["hold back", "keep under control; keep in check"], ["prevent", "stop (someone or something) from doing something or being in a certain state"]]}, {"answer": "kick", "hint": "synonyms for kick", "clues": [["kick back", "spring back, as from a forceful thrust"], ["plain", "express complaints, discontent, displeasure, or unhappiness"], ["complain", "express complaints, discontent, displeasure, or unhappiness"], ["quetch", "express complaints, discontent, displeasure, or unhappiness"], ["sound off", "express complaints, discontent, displeasure, or unhappiness"], ["recoil", "spring back, as from a forceful thrust"], ["give up", "stop consuming"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "kicking", "hint": "synonyms for kicking", "clues": [["kick back", "spring back, as from a forceful thrust"], ["kick", "spring back, as from a forceful thrust"], ["plain", "express complaints, discontent, displeasure, or unhappiness"], ["complain", "express complaints, discontent, displeasure, or unhappiness"], ["quetch", "express complaints, discontent, displeasure, or unhappiness"], ["sound off", "express complaints, discontent, displeasure, or unhappiness"], ["recoil", "spring back, as from a forceful thrust"], ["give up", "stop consuming"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "kid", "hint": "synonyms for kid", "clues": [["pull the leg of", "tell false information to for fun"], ["banter", "be silly or tease one another"], ["chaff", "be silly or tease one another"], ["jolly", "be silly or tease one another"], ["josh", "be silly or tease one another"]]}, {"answer": "kidnapping", "hint": "synonyms for kidnapping", "clues": [["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["nobble", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["snatch", "take away to an undisclosed location against their will and usually in order to extract a ransom"]]}, {"answer": "kill", "hint": "synonyms for kill", "clues": [["obliterate", "mark for deletion, rub off, or erase"], ["belt down", "drink down entirely"], ["defeat", "thwart the passage of"], ["pop", "drink down entirely"], ["vote out", "thwart the passage of"], ["stamp out", "end or extinguish by forceful means"], ["down", "drink down entirely"], ["wipe out", "mark for deletion, rub off, or erase"], ["drink down", "drink down entirely"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"], ["shoot down", "thwart the passage of"], ["vote down", "thwart the passage of"]]}, {"answer": "kindling", "hint": "synonyms for kindling", "clues": [["kindle", "catch fire"], ["raise", "call forth (emotions, feelings, and responses)"], ["conflagrate", "cause to start burning"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["arouse", "call forth (emotions, feelings, and responses)"], ["elicit", "call forth (emotions, feelings, and responses)"], ["inflame", "catch fire"]]}, {"answer": "kink", "hint": "synonyms for kink", "clues": [["crimp", "curl tightly"], ["curl", "form a curl, curve, or kink"], ["curve", "form a curl, curve, or kink"], ["frizz", "curl tightly"], ["crape", "curl tightly"], ["frizzle", "curl tightly"], ["kink up", "curl tightly"]]}, {"answer": "kip", "hint": "synonyms for kip", "clues": [["log Z's", "be asleep"], ["slumber", "be asleep"], ["sleep", "be asleep"], ["catch some Z's", "be asleep"]]}, {"answer": "kissing", "hint": "synonyms for kissing", "clues": [["osculate", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["kiss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["buss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["snog", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."]]}, {"answer": "knit", "hint": "synonyms for knit", "clues": [["rumple", "to gather something into small wrinkles or folds"], ["cockle", "to gather something into small wrinkles or folds"], ["pucker", "to gather something into small wrinkles or folds"], ["entwine", "tie or link together"]]}, {"answer": "knitting", "hint": "synonyms for knitting", "clues": [["knit", "tie or link together"], ["rumple", "to gather something into small wrinkles or folds"], ["cockle", "to gather something into small wrinkles or folds"], ["pucker", "to gather something into small wrinkles or folds"], ["entwine", "tie or link together"]]}, {"answer": "knock", "hint": "synonyms for knock", "clues": [["pick apart", "find fault with; express criticism of; point out real or perceived flaws"], ["rap", "make light, repeated taps on a surface"], ["tap", "make light, repeated taps on a surface"], ["criticize", "find fault with; express criticism of; point out real or perceived flaws"], ["ping", "sound like a car engine that is firing too early"], ["pink", "sound like a car engine that is firing too early"], ["strike hard", "deliver a sharp blow or push :"], ["bump", "knock against with force or violence"]]}, {"answer": "knocking", "hint": "synonyms for knocking", "clues": [["knock", "knock against with force or violence"], ["pick apart", "find fault with; express criticism of; point out real or perceived flaws"], ["rap", "make light, repeated taps on a surface"], ["tap", "make light, repeated taps on a surface"], ["criticize", "find fault with; express criticism of; point out real or perceived flaws"], ["ping", "sound like a car engine that is firing too early"], ["strike hard", "deliver a sharp blow or push :"], ["pink", "sound like a car engine that is firing too early"], ["bump", "knock against with force or violence"]]}, {"answer": "know", "hint": "synonyms for know", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["recognize", "accept (someone) to be what is claimed or accept his power and authority"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["cognise", "be cognizant or aware of a fact or a specific piece of information; possess knowledge or information about"], ["do it", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["acknowledge", "accept (someone) to be what is claimed or accept his power and authority"], ["bed", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "kotow", "hint": "synonyms for kotow", "clues": [["kowtow", "try to gain favor by cringing or flattering"], ["truckle", "try to gain favor by cringing or flattering"], ["fawn", "try to gain favor by cringing or flattering"], ["bootlick", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["suck up", "try to gain favor by cringing or flattering"]]}, {"answer": "kowtow", "hint": "synonyms for kowtow", "clues": [["scrape", "bend the knees and bow in a servile manner"], ["genuflect", "bend the knees and bow in a servile manner"], ["kotow", "try to gain favor by cringing or flattering"], ["bootlick", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["suck up", "try to gain favor by cringing or flattering"], ["truckle", "try to gain favor by cringing or flattering"], ["fawn", "try to gain favor by cringing or flattering"]]}, {"answer": "kvetch", "hint": "synonyms for kvetch", "clues": [["sound off", "express complaints, discontent, displeasure, or unhappiness"], ["plain", "express complaints, discontent, displeasure, or unhappiness"], ["kick", "express complaints, discontent, displeasure, or unhappiness"], ["complain", "express complaints, discontent, displeasure, or unhappiness"], ["quetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "label", "hint": "synonyms for label", "clues": [["mark", "attach a tag or label to"], ["tag", "attach a tag or label to"], ["judge", "pronounce judgment on"], ["pronounce", "pronounce judgment on"]]}, {"answer": "labor", "hint": "synonyms for labor", "clues": [["push", "strive and make an effort to reach a goal"], ["labour", "work hard"], ["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["toil", "work hard"], ["drive", "strive and make an effort to reach a goal"], ["dig", "work hard"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "labour", "hint": "synonyms for labour", "clues": [["labor", "strive and make an effort to reach a goal"], ["push", "strive and make an effort to reach a goal"], ["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["drive", "strive and make an effort to reach a goal"], ["toil", "work hard"], ["moil", "work hard"], ["dig", "work hard"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "lace", "hint": "synonyms for lace", "clues": [["spike", "add alcohol to (beverages)"], ["enlace", "spin,wind, or twist together"], ["lace up", "draw through eyes or holes"], ["intertwine", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"], ["plait", "make by braiding or interlacing"], ["twine", "spin,wind, or twist together"], ["fortify", "add alcohol to (beverages)"], ["braid", "make by braiding or interlacing"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "lacing", "hint": "synonyms for lacing", "clues": [["spike", "add alcohol to (beverages)"], ["enlace", "spin,wind, or twist together"], ["lace up", "draw through eyes or holes"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"], ["plait", "make by braiding or interlacing"], ["twine", "spin,wind, or twist together"], ["fortify", "add alcohol to (beverages)"], ["braid", "make by braiding or interlacing"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "lactate", "hint": "synonyms for lactate", "clues": [["breastfeed", "give suck to"], ["give suck", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["nurse", "give suck to"], ["suck", "give suck to"]]}, {"answer": "lag", "hint": "synonyms for lag", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc."], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc."], ["jug", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc."]]}, {"answer": "lagging", "hint": "synonyms for lagging", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc."], ["lag", "throw or pitch at a mark, as with coins"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc."], ["jug", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc."]]}, {"answer": "lam", "hint": "synonyms for lam", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["thresh", "give a thrashing to; beat hard"], ["scarper", "flee; take to one's heels; cut and run"], ["flail", "give a thrashing to; beat hard"], ["thrash", "give a thrashing to; beat hard"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "lament", "hint": "synonyms for lament", "clues": [["bewail", "regret strongly"], ["deplore", "regret strongly"], ["bemoan", "regret strongly"], ["keen", "express grief verbally"]]}, {"answer": "land", "hint": "synonyms for land", "clues": [["bring", "bring into a different state"], ["shore", "arrive on shore"], ["set ashore", "arrive on shore"], ["down", "shoot at and force to come down"], ["set down", "reach or come to rest"], ["shoot down", "shoot at and force to come down"], ["put down", "cause to come to the ground"], ["bring down", "cause to come to the ground"]]}, {"answer": "landing", "hint": "synonyms for landing", "clues": [["land", "arrive on shore"], ["down", "shoot at and force to come down"], ["set down", "reach or come to rest"], ["put down", "cause to come to the ground"], ["bring", "bring into a different state"], ["shore", "arrive on shore"], ["set ashore", "arrive on shore"], ["shoot down", "shoot at and force to come down"], ["bring down", "cause to come to the ground"]]}, {"answer": "lap", "hint": "synonyms for lap", "clues": [["lick", "pass the tongue over"], ["wash", "wash or flow against"], ["lap up", "take up with the tongue"], ["swosh", "move with or cause to move with a whistling or hissing sound"], ["swish", "move with or cause to move with a whistling or hissing sound"], ["lave", "wash or flow against"]]}, {"answer": "lapping", "hint": "synonyms for lapping", "clues": [["lick", "pass the tongue over"], ["swish", "move with or cause to move with a whistling or hissing sound"], ["swoosh", "move with or cause to move with a whistling or hissing sound"], ["lap", "move with or cause to move with a whistling or hissing sound"], ["lave", "wash or flow against"], ["wash", "wash or flow against"], ["lap up", "take up with the tongue"]]}, {"answer": "lapse", "hint": "synonyms for lapse", "clues": [["retrogress", "go back to bad behavior"], ["fall back", "go back to bad behavior"], ["slide by", "pass by"], ["recidivate", "go back to bad behavior"], ["go by", "pass by"], ["go along", "pass by"], ["regress", "go back to bad behavior"], ["elapse", "pass by"], ["sink", "pass into a specified state or condition"], ["slip by", "pass by"], ["slip away", "pass by"], ["backslide", "drop to a lower level, as in one's morals or standards"], ["pass", "pass by"]]}, {"answer": "lapsing", "hint": "synonyms for lapsing", "clues": [["retrogress", "go back to bad behavior"], ["lapse", "go back to bad behavior"], ["go by", "pass by"], ["go along", "pass by"], ["glide by", "pass by"], ["regress", "go back to bad behavior"], ["pass", "pass by"], ["relapse", "go back to bad behavior"], ["fall back", "go back to bad behavior"], ["recidivate", "go back to bad behavior"], ["sink", "pass into a specified state or condition"], ["slip by", "pass by"], ["slip away", "pass by"], ["backslide", "drop to a lower level, as in one's morals or standards"]]}, {"answer": "lard", "hint": "synonyms for lard", "clues": [["pad", "add details to"], ["aggrandize", "add details to"], ["blow up", "add details to"], ["dramatize", "add details to"], ["embellish", "add details to"], ["embroider", "add details to"]]}, {"answer": "lark", "hint": "synonyms for lark", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "lash", "hint": "synonyms for lash", "clues": [["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["whip", "strike as if by whipping"], ["slash", "beat severely with a whip or rod"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "lashings", "hint": "synonyms for lashings", "clues": [["whip", "strike as if by whipping"], ["lash", "bind with a rope, chain, or cord"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "lather", "hint": "synonyms for lather", "clues": [["strap", "beat severely with a whip or rod"], ["slash", "beat severely with a whip or rod"], ["soap", "rub soap all over, usually with the purpose of cleaning"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"], ["whip", "beat severely with a whip or rod"]]}, {"answer": "launch", "hint": "synonyms for launch", "clues": [["set in motion", "get going; give impetus to"], ["plunge", "begin with vigor"], ["set up", "set up or found"], ["found", "set up or found"], ["establish", "set up or found"]]}, {"answer": "launching", "hint": "synonyms for launching", "clues": [["launch", "get going; give impetus to"], ["set in motion", "get going; give impetus to"], ["establish", "set up or found"], ["plunge", "begin with vigor"], ["set up", "set up or found"], ["found", "set up or found"]]}, {"answer": "laying", "hint": "synonyms for laying", "clues": [["set", "put into a certain place or abstract location"], ["lay", "prepare or position for action or operation"], ["position", "put into a certain place or abstract location"], ["pose", "put into a certain place or abstract location"], ["repose", "put in a horizontal position"], ["put down", "put in a horizontal position"], ["put", "put into a certain place or abstract location"], ["place", "put into a certain place or abstract location"]]}, {"answer": "lead", "hint": "synonyms for lead", "clues": [["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["go", "lead, extend, or afford access"], ["chair", "preside over"], ["precede", "move ahead (of others) in time or space"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["direct", "lead, as in the performance of a composition"], ["guide", "take somebody somewhere"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["head", "travel in front of; go in advance of others"], ["top", "be ahead of others; be the first"], ["leave", "have as a result or residue"], ["take", "take somebody somewhere"], ["conduce", "be conducive to"], ["moderate", "preside over"], ["result", "have as a result or residue"], ["contribute", "be conducive to"]]}, {"answer": "leaf", "hint": "synonyms for leaf", "clues": [["flick", "look through a book or other written material"], ["riffle", "look through a book or other written material"], ["flip", "look through a book or other written material"], ["thumb", "look through a book or other written material"], ["riff", "look through a book or other written material"]]}, {"answer": "leafing", "hint": "synonyms for leafing", "clues": [["flick", "look through a book or other written material"], ["thumb", "look through a book or other written material"], ["riffle", "look through a book or other written material"], ["flip", "look through a book or other written material"], ["riff", "look through a book or other written material"], ["leaf", "turn over pages"]]}, {"answer": "leap", "hint": "synonyms for leap", "clues": [["bound", "move forward by leaps and bounds"], ["jump", "move forward by leaps and bounds"], ["jump off", "jump down from an elevated point"], ["spring", "move forward by leaps and bounds"]]}, {"answer": "leaping", "hint": "synonyms for leaping", "clues": [["leap", "jump down from an elevated point"], ["bound", "move forward by leaps and bounds"], ["jump", "move forward by leaps and bounds"], ["jump off", "jump down from an elevated point"], ["spring", "move forward by leaps and bounds"]]}, {"answer": "learning", "hint": "synonyms for learning", "clues": [["learn", "commit to memory; learn by heart"], ["instruct", "impart skills or knowledge to"], ["con", "commit to memory; learn by heart"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["take", "be a student of a certain subject"], ["get wind", "get to know or become aware of, usually accidentally"], ["teach", "impart skills or knowledge to"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["memorise", "commit to memory; learn by heart"], ["acquire", "gain knowledge or skills"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["read", "be a student of a certain subject"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["study", "be a student of a certain subject"]]}, {"answer": "lease", "hint": "synonyms for lease", "clues": [["rent", "grant use or occupation of under a term of contract"], ["engage", "engage for service under a term of contract"], ["hire", "hold under a lease or rental agreement; of goods and services"], ["charter", "hold under a lease or rental agreement; of goods and services"], ["let", "grant use or occupation of under a term of contract"], ["take", "engage for service under a term of contract"]]}, {"answer": "leave", "hint": "synonyms for leave", "clues": [["give", "transmit (knowledge or skills)"], ["exit", "move out of or depart from"], ["will", "leave or give by will after one's death"], ["get out", "move out of or depart from"], ["pull up stakes", "remove oneself from an association with or participation in"], ["go away", "go away from a place"], ["leave alone", "leave unchanged or undisturbed or refrain from taking"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["go forth", "go away from a place"], ["depart", "remove oneself from an association with or participation in"], ["go out", "move out of or depart from"], ["leave behind", "leave unchanged or undisturbed or refrain from taking"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["bequeath", "leave or give by will after one's death"], ["lead", "have as a result or residue"], ["forget", "leave behind unintentionally"], ["result", "have as a result or residue"], ["impart", "transmit (knowledge or skills)"], ["pass on", "transmit (knowledge or skills)"], ["entrust", "put into the care or protection of someone"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"]]}, {"answer": "leaving", "hint": "synonyms for leaving", "clues": [["give", "transmit (knowledge or skills)"], ["exit", "move out of or depart from"], ["will", "leave or give by will after one's death"], ["get out", "move out of or depart from"], ["pull up stakes", "remove oneself from an association with or participation in"], ["go away", "go away from a place"], ["leave", "have left or have as a remainder"], ["leave alone", "leave unchanged or undisturbed or refrain from taking"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["go forth", "go away from a place"], ["depart", "remove oneself from an association with or participation in"], ["go out", "move out of or depart from"], ["leave behind", "leave unchanged or undisturbed or refrain from taking"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["bequeath", "leave or give by will after one's death"], ["lead", "have as a result or residue"], ["forget", "leave behind unintentionally"], ["result", "have as a result or residue"], ["impart", "transmit (knowledge or skills)"], ["pass on", "transmit (knowledge or skills)"], ["entrust", "put into the care or protection of someone"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"]]}, {"answer": "lecture", "hint": "synonyms for lecture", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["talk", "deliver a lecture or talk"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "lecturing", "hint": "synonyms for lecturing", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["talk", "deliver a lecture or talk"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["lecture", "deliver a lecture or talk"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "led", "hint": "synonyms for led", "clues": [["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["go", "lead, extend, or afford access"], ["lead", "lead, extend, or afford access"], ["chair", "preside over"], ["precede", "move ahead (of others) in time or space"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["direct", "lead, as in the performance of a composition"], ["guide", "take somebody somewhere"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["head", "travel in front of; go in advance of others"], ["top", "be ahead of others; be the first"], ["leave", "have as a result or residue"], ["take", "take somebody somewhere"], ["conduce", "be conducive to"], ["moderate", "preside over"], ["result", "have as a result or residue"], ["contribute", "be conducive to"]]}, {"answer": "lending", "hint": "synonyms for lending", "clues": [["lend", "bestow a quality on"], ["bestow", "bestow a quality on"], ["loan", "give temporarily; let have for a limited time"], ["bring", "bestow a quality on"], ["impart", "bestow a quality on"], ["contribute", "bestow a quality on"], ["add", "bestow a quality on"]]}, {"answer": "lent", "hint": "synonyms for lent", "clues": [["lend", "bestow a quality on"], ["bestow", "bestow a quality on"], ["loan", "give temporarily; let have for a limited time"], ["bring", "bestow a quality on"], ["impart", "bestow a quality on"], ["contribute", "bestow a quality on"], ["add", "bestow a quality on"]]}, {"answer": "lessening", "hint": "synonyms for lessening", "clues": [["subside", "wear off or die down"], ["decrease", "make smaller"], ["diminish", "decrease in size, extent, or range"], ["lessen", "decrease in size, extent, or range"], ["minify", "make smaller"], ["fall", "decrease in size, extent, or range"]]}, {"answer": "let", "hint": "synonyms for let", "clues": [["rent", "grant use or occupation of under a term of contract"], ["lease", "grant use or occupation of under a term of contract"], ["get", "cause to move; cause to be in a certain position or condition"], ["allow", "consent to, give permission"], ["have", "cause to move; cause to be in a certain position or condition"], ["permit", "make it possible through a specific action or lack of action for something to happen"], ["countenance", "consent to, give permission"]]}, {"answer": "letting", "hint": "synonyms for letting", "clues": [["rent", "grant use or occupation of under a term of contract"], ["let", "actively cause something to happen"], ["allow", "make it possible through a specific action or lack of action for something to happen"], ["lease", "grant use or occupation of under a term of contract"], ["get", "cause to move; cause to be in a certain position or condition"], ["have", "cause to move; cause to be in a certain position or condition"], ["permit", "consent to, give permission"], ["countenance", "consent to, give permission"]]}, {"answer": "leveling", "hint": "synonyms for leveling", "clues": [["level", "direct into a position for use"], ["even", "make level or straight"], ["point", "direct into a position for use"], ["take down", "tear down so as to make flat with the ground"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["charge", "direct into a position for use"], ["even out", "make level or straight"], ["dismantle", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["level off", "become level or even"], ["rase", "tear down so as to make flat with the ground"], ["flush", "make level or straight"]]}, {"answer": "lever", "hint": "synonyms for lever", "clues": [["jimmy", "to move or force, especially in an effort to get something open; :"], ["prize", "to move or force, especially in an effort to get something open; :"], ["prise", "to move or force, especially in an effort to get something open; :"], ["pry", "to move or force, especially in an effort to get something open; :"]]}, {"answer": "lick", "hint": "synonyms for lick", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["clobber", "beat thoroughly and conclusively in a competition or fight"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["thrash", "beat thoroughly and conclusively in a competition or fight"], ["lap", "pass the tongue over"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["lap up", "take up with the tongue"]]}, {"answer": "licking", "hint": "synonyms for licking", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["clobber", "beat thoroughly and conclusively in a competition or fight"], ["lick", "pass the tongue over"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["thrash", "beat thoroughly and conclusively in a competition or fight"], ["lap", "pass the tongue over"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["lap up", "take up with the tongue"]]}, {"answer": "lie", "hint": "synonyms for lie", "clues": [["lie in", "originate (in)"], ["dwell", "originate (in)"], ["lie down", "assume a reclining position"], ["consist", "originate (in)"], ["rest", "have a place in relation to something else"]]}, {"answer": "lied", "hint": "synonyms for lied", "clues": [["lie", "have a place in relation to something else"], ["lie in", "originate (in)"], ["dwell", "originate (in)"], ["rest", "have a place in relation to something else"], ["lie down", "assume a reclining position"], ["consist", "originate (in)"]]}, {"answer": "lift", "hint": "synonyms for lift", "clues": [["pilfer", "make off with belongings of others"], ["raise", "raise from a lower to a higher position"], ["revoke", "cancel officially"], ["purloin", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["arise", "move upward"], ["rescind", "cancel officially"], ["hook", "make off with belongings of others"], ["rear", "rise up"], ["overturn", "cancel officially"], ["sneak", "make off with belongings of others"], ["bring up", "raise from a lower to a higher position"], ["filch", "make off with belongings of others"], ["come up", "move upward"], ["reverse", "cancel officially"], ["move up", "move upward"], ["rustle", "take illegally"], ["cabbage", "make off with belongings of others"], ["annul", "cancel officially"], ["wind", "raise or haul up with or as if with mechanical help"], ["face-lift", "perform cosmetic surgery on someone's face"], ["snarf", "make off with belongings of others"], ["airlift", "fly people or goods to or from places not accessible by other means"], ["elevate", "raise in rank or condition"], ["swipe", "make off with belongings of others"], ["plagiarise", "take without referencing from someone else's writing or speech; of intellectual property"], ["nobble", "make off with belongings of others"], ["repeal", "cancel officially"], ["uprise", "move upward"], ["vacate", "cancel officially"], ["go up", "move upward"], ["get up", "raise from a lower to a higher position"], ["countermand", "cancel officially"], ["abstract", "make off with belongings of others"], ["hoist", "raise or haul up with or as if with mechanical help"]]}, {"answer": "lightening", "hint": "synonyms for lightening", "clues": [["buoy up", "make more cheerful"], ["lighten", "make lighter or brighter"], ["lighten up", "become lighter"], ["relieve", "alleviate or remove (pressure or stress) or make less oppressive"], ["brighten", "make lighter or brighter"]]}, {"answer": "lighting", "hint": "synonyms for lighting", "clues": [["unhorse", "alight from (a horse)"], ["light", "begin to smoke"], ["get off", "alight from (a horse)"], ["illumine", "make lighter or brighter"], ["fall", "fall to somebody by assignment or lot"], ["fire up", "begin to smoke"], ["ignite", "cause to start burning; subject to fire or great heat"], ["perch", "to come to rest, settle"], ["dismount", "alight from (a horse)"], ["get down", "alight from (a horse)"], ["light up", "make lighter or brighter"]]}, {"answer": "limit", "hint": "synonyms for limit", "clues": [["confine", "place limits on (extent or access)"], ["specify", "decide upon or fix definitely"], ["fix", "decide upon or fix definitely"], ["circumscribe", "restrict or confine,"], ["determine", "decide upon or fix definitely"], ["bound", "place limits on (extent or access)"], ["set", "decide upon or fix definitely"], ["restrain", "place limits on (extent or access)"], ["throttle", "place limits on (extent or access)"], ["restrict", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["define", "decide upon or fix definitely"]]}, {"answer": "limning", "hint": "synonyms for limning", "clues": [["depict", "make a portrait of"], ["portray", "make a portrait of"], ["limn", "trace the shape of"], ["delineate", "trace the shape of"], ["outline", "trace the shape of"]]}, {"answer": "limping", "hint": "synonyms for limping", "clues": [["gimp", "walk impeded by some physical limitation or injury"], ["limp", "walk impeded by some physical limitation or injury"], ["hitch", "walk impeded by some physical limitation or injury"], ["hobble", "walk impeded by some physical limitation or injury"]]}, {"answer": "line", "hint": "synonyms for line", "clues": [["describe", "make a mark or lines on a surface"], ["draw", "make a mark or lines on a surface"], ["delineate", "make a mark or lines on a surface"], ["run along", "be in line with; form a line along"], ["trace", "make a mark or lines on a surface"]]}, {"answer": "lingering", "hint": "synonyms for lingering", "clues": [["dawdle", "take one's time; proceed slowly"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["footle", "be about"], ["mill around", "be about"], ["loaf", "be about"], ["mess about", "be about"], ["linger", "take one's time; proceed slowly"], ["tarry", "be about"], ["hover", "move to and fro"], ["hang around", "be about"], ["lurk", "be about"], ["mill about", "be about"]]}, {"answer": "lining", "hint": "synonyms for lining", "clues": [["line", "make a mark or lines on a surface"], ["describe", "make a mark or lines on a surface"], ["draw", "make a mark or lines on a surface"], ["delineate", "make a mark or lines on a surface"], ["trace", "make a mark or lines on a surface"], ["run along", "be in line with; form a line along"]]}, {"answer": "link", "hint": "synonyms for link", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["link up", "make a logical or causal connection"], ["colligate", "make a logical or causal connection"], ["associate", "make a logical or causal connection"], ["tie", "connect, fasten, or put together two or more pieces"], ["yoke", "link with or as with a yoke"], ["unite", "be or become joined or united or linked"], ["join", "be or become joined or united or linked"]]}, {"answer": "links", "hint": "synonyms for links", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["link up", "make a logical or causal connection"], ["colligate", "make a logical or causal connection"], ["associate", "make a logical or causal connection"], ["tie", "connect, fasten, or put together two or more pieces"], ["yoke", "link with or as with a yoke"], ["link", "make a logical or causal connection"], ["unite", "be or become joined or united or linked"], ["join", "be or become joined or united or linked"]]}, {"answer": "list", "hint": "synonyms for list", "clues": [["heel", "tilt to one side"], ["number", "enumerate"], ["name", "give or make a list of; name individually; give the names of"], ["lean", "cause to lean to the side"]]}, {"answer": "listening", "hint": "synonyms for listening", "clues": [["mind", "pay close attention to; give heed to"], ["listen", "hear with intention"], ["hear", "listen and pay attention"], ["heed", "pay close attention to; give heed to"], ["take heed", "listen and pay attention"]]}, {"answer": "listing", "hint": "synonyms for listing", "clues": [["list", "give or make a list of; name individually; give the names of"], ["lean", "cause to lean to the side"], ["name", "give or make a list of; name individually; give the names of"], ["heel", "tilt to one side"], ["number", "enumerate"]]}, {"answer": "liveness", "hint": "synonyms for liveness", "clues": [["liven", "make lively"], ["animate", "make lively"], ["invigorate", "make lively"], ["liven up", "make lively"], ["enliven", "make lively"]]}, {"answer": "load", "hint": "synonyms for load", "clues": [["charge", "provide (a device) with something necessary"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["laden", "fill or place a load on"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load up", "fill or place a load on"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "loading", "hint": "synonyms for loading", "clues": [["load", "fill or place a load on"], ["charge", "provide (a device) with something necessary"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["laden", "fill or place a load on"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load up", "fill or place a load on"]]}, {"answer": "loads", "hint": "synonyms for loads", "clues": [["load", "fill or place a load on"], ["charge", "provide (a device) with something necessary"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["laden", "fill or place a load on"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load up", "fill or place a load on"]]}, {"answer": "loaf", "hint": "synonyms for loaf", "clues": [["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lallygag", "be about"], ["arse around", "be lazy or idle"], ["loiter", "be about"], ["lounge", "be about"], ["footle", "be about"], ["mill around", "be about"], ["bum about", "be lazy or idle"], ["linger", "be about"], ["arse about", "be lazy or idle"], ["mess about", "be about"], ["fuck off", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["bum", "be lazy or idle"], ["hang around", "be about"], ["lurk", "be about"], ["mill about", "be about"], ["lounge around", "be lazy or idle"], ["tarry", "be about"]]}, {"answer": "loafing", "hint": "synonyms for loafing", "clues": [["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lallygag", "be about"], ["arse around", "be lazy or idle"], ["loiter", "be about"], ["lounge", "be about"], ["footle", "be about"], ["loaf", "be lazy or idle"], ["mill around", "be about"], ["bum about", "be lazy or idle"], ["linger", "be about"], ["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["mess about", "be about"], ["bum around", "be lazy or idle"], ["bum", "be lazy or idle"], ["hang around", "be about"], ["lurk", "be about"], ["mill about", "be about"], ["lounge around", "be lazy or idle"], ["tarry", "be about"]]}, {"answer": "loathing", "hint": "synonyms for loathing", "clues": [["abominate", "find repugnant"], ["abhor", "find repugnant"], ["execrate", "find repugnant"], ["loathe", "find repugnant"]]}, {"answer": "locating", "hint": "synonyms for locating", "clues": [["locate", "take up residence and become established"], ["place", "assign a location to"], ["turn up", "discover the location of; determine the place of; find by searching or examining"], ["site", "assign a location to"], ["situate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey"], ["settle", "take up residence and become established"]]}, {"answer": "lock", "hint": "synonyms for lock", "clues": [["shut up", "place in a place where something cannot be removed or someone cannot escape"], ["interlock", "hold in a locking position"], ["shut away", "place in a place where something cannot be removed or someone cannot escape"], ["put away", "place in a place where something cannot be removed or someone cannot escape"], ["engage", "keep engaged"], ["mesh", "keep engaged"], ["interlace", "hold in a locking position"], ["lock away", "place in a place where something cannot be removed or someone cannot escape"], ["operate", "keep engaged"], ["lock up", "place in a place where something cannot be removed or someone cannot escape"], ["lock in", "place in a place where something cannot be removed or someone cannot escape"]]}, {"answer": "locking", "hint": "synonyms for locking", "clues": [["interlock", "hold in a locking position"], ["shut away", "place in a place where something cannot be removed or someone cannot escape"], ["lock", "become engaged or intermeshed with one another"], ["put away", "place in a place where something cannot be removed or someone cannot escape"], ["interlace", "hold in a locking position"], ["lock up", "place in a place where something cannot be removed or someone cannot escape"], ["lock in", "place in a place where something cannot be removed or someone cannot escape"], ["shut up", "place in a place where something cannot be removed or someone cannot escape"], ["engage", "keep engaged"], ["mesh", "keep engaged"], ["operate", "keep engaged"], ["lock away", "place in a place where something cannot be removed or someone cannot escape"]]}, {"answer": "lodge", "hint": "synonyms for lodge", "clues": [["wedge", "put, fix, force, or implant"], ["accommodate", "provide housing for"], ["charge", "file a formal charge against"], ["file", "file a formal charge against"], ["stick", "put, fix, force, or implant"], ["deposit", "put, fix, force, or implant"]]}, {"answer": "lodging", "hint": "synonyms for lodging", "clues": [["wedge", "put, fix, force, or implant"], ["charge", "file a formal charge against"], ["lodge", "put, fix, force, or implant"], ["accommodate", "provide housing for"], ["file", "file a formal charge against"], ["stick", "put, fix, force, or implant"], ["deposit", "put, fix, force, or implant"]]}, {"answer": "lodgings", "hint": "synonyms for lodgings", "clues": [["wedge", "put, fix, force, or implant"], ["charge", "file a formal charge against"], ["lodge", "put, fix, force, or implant"], ["accommodate", "provide housing for"], ["file", "file a formal charge against"], ["stick", "put, fix, force, or implant"], ["deposit", "put, fix, force, or implant"]]}, {"answer": "look", "hint": "synonyms for look", "clues": [["search", "search or seek"], ["count", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["await", "look forward to the probable occurrence of"], ["attend", "take charge of or deal with"], ["calculate", "have faith or confidence in"], ["appear", "give a certain impression or have a certain outward aspect"], ["bet", "have faith or confidence in"], ["expect", "look forward to the probable occurrence of"], ["face", "be oriented in a certain direction, often with respect to another reference point; be opposite to"], ["seem", "give a certain impression or have a certain outward aspect"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to"], ["take care", "take charge of or deal with"], ["reckon", "have faith or confidence in"]]}, {"answer": "loom", "hint": "synonyms for loom", "clues": [["hulk", "appear very large or occupy a commanding position"], ["predominate", "appear very large or occupy a commanding position"], ["tower", "appear very large or occupy a commanding position"], ["brood", "hang over, as of something threatening, dark, or menacing"], ["hover", "hang over, as of something threatening, dark, or menacing"], ["bulk large", "hang over, as of something threatening, dark, or menacing"]]}, {"answer": "looping", "hint": "synonyms for looping", "clues": [["loop", "fasten or join with a loop"], ["curl", "wind around something in coils or loops"], ["coil", "wind around something in coils or loops"], ["intertwine", "make a loop in"]]}, {"answer": "looseness", "hint": "synonyms for looseness", "clues": [["loosen", "make less severe or strict"], ["relax", "become less severe or strict"], ["tease", "disentangle and raise the fibers of"], ["undo", "cause to become loose"], ["tease apart", "disentangle and raise the fibers of"], ["untie", "cause to become loose"]]}, {"answer": "loosening", "hint": "synonyms for loosening", "clues": [["loosen", "make less severe or strict"], ["relax", "become less severe or strict"], ["tease", "disentangle and raise the fibers of"], ["undo", "cause to become loose"], ["tease apart", "disentangle and raise the fibers of"], ["untie", "cause to become loose"]]}, {"answer": "loot", "hint": "synonyms for loot", "clues": [["plunder", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "looting", "hint": "synonyms for looting", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "losings", "hint": "synonyms for losings", "clues": [["lose", "fail to perceive or to catch with the senses or the mind"], ["recede", "retreat"], ["fall behind", "retreat"], ["suffer", "be set at a disadvantage"], ["drop off", "retreat"], ["misplace", "place (something) where one cannot find it again"], ["fall back", "retreat"], ["turn a loss", "fail to make money in a business; make a loss or fail to profit"], ["miss", "fail to perceive or to catch with the senses or the mind"], ["mislay", "place (something) where one cannot find it again"]]}, {"answer": "lot", "hint": "synonyms for lot", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "lounge", "hint": "synonyms for lounge", "clues": [["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"]]}, {"answer": "love", "hint": "synonyms for love", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["enjoy", "get pleasure from"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "lower", "hint": "synonyms for lower", "clues": [["turn down", "make lower or quieter"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"], ["lour", "make lower or quieter"], ["glower", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval"], ["get down", "move something or somebody to a lower position"], ["depress", "cause to drop or sink"], ["bring down", "move something or somebody to a lower position"], ["take down", "move something or somebody to a lower position"]]}, {"answer": "lug", "hint": "synonyms for lug", "clues": [["stuff", "obstruct"], ["choke up", "obstruct"], ["tote", "carry with difficulty"], ["block", "obstruct"], ["tug", "carry with difficulty"]]}, {"answer": "luging", "hint": "synonyms for luging", "clues": [["lug", "obstruct"], ["block", "obstruct"], ["toboggan", "move along on a luge or toboggan"], ["stuff", "obstruct"], ["choke up", "obstruct"], ["tote", "carry with difficulty"], ["tug", "carry with difficulty"]]}, {"answer": "lull", "hint": "synonyms for lull", "clues": [["calm down", "make calm or still"], ["calm", "make calm or still"], ["tranquillise", "make calm or still"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["quiet", "make calm or still"]]}, {"answer": "lurch", "hint": "synonyms for lurch", "clues": [["shift", "move abruptly"], ["reel", "walk as if unable to control one's movements"], ["stagger", "walk as if unable to control one's movements"], ["prowl", "loiter about, with no apparent aim"], ["pitch", "move abruptly"], ["swag", "walk as if unable to control one's movements"], ["keel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"], ["skunk", "defeat by a lurch"]]}, {"answer": "lust", "hint": "synonyms for lust", "clues": [["crave", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["starve", "have a craving, appetite, or great desire for"], ["hunger", "have a craving, appetite, or great desire for"]]}, {"answer": "lying", "hint": "synonyms for lying", "clues": [["lie", "have a place in relation to something else"], ["lie in", "originate (in)"], ["dwell", "originate (in)"], ["rest", "have a place in relation to something else"], ["lie down", "assume a reclining position"], ["consist", "originate (in)"]]}, {"answer": "mailing", "hint": "synonyms for mailing", "clues": [["mail", "send via the postal service"], ["get off", "send via the postal service"], ["post", "cause to be directed or transmitted to another place"], ["send", "cause to be directed or transmitted to another place"]]}, {"answer": "make", "hint": "synonyms for make", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["create", "create by artistic means"], ["ready", "prepare for eating by applying heat"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["puddle", "eliminate urine"], ["defecate", "have a bowel movement"], ["cause", "give rise to; cause to happen or occur, not always intentionally"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["reach", "reach a destination, either real or abstract"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["take a leak", "eliminate urine"], ["constitute", "to compose or represent:"], ["have", "organize or be responsible for"], ["establish", "institute, enact, or establish"], ["get", "achieve a point or goal"], ["give", "organize or be responsible for"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["pass water", "eliminate urine"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like"], ["gain", "reach a destination, either real or abstract"], ["hit", "reach a destination, either real or abstract"], ["arrive at", "reach a destination, either real or abstract"], ["stimulate", "cause to do; cause to act in a specified manner"], ["piss", "eliminate urine"], ["throw", "organize or be responsible for"], ["draw", "make, formulate, or derive in the mind"], ["produce", "create or manufacture a man-made product"], ["build", "make by combining materials and parts"], ["progress to", "reach a goal, e.g.,"], ["relieve oneself", "eliminate urine"], ["make water", "eliminate urine"], ["urinate", "eliminate urine"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["take a crap", "have a bowel movement"], ["get to", "reach a goal, e.g.,"], ["wee", "eliminate urine"], ["prepare", "prepare for eating by applying heat"], ["wee-wee", "eliminate urine"], ["ca-ca", "have a bowel movement"], ["score", "induce to have sex"], ["nominate", "charge with a function; charge to be"], ["work", "proceed along a path"], ["induce", "cause to do; cause to act in a specified manner"], ["cook", "prepare for eating by applying heat"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["lay down", "institute, enact, or establish"], ["name", "charge with a function; charge to be"], ["micturate", "eliminate urine"], ["attain", "reach a destination, either real or abstract"], ["pee-pee", "eliminate urine"], ["form", "to compose or represent:"], ["take a shit", "have a bowel movement"], ["hold", "organize or be responsible for"], ["crap", "have a bowel movement"], ["seduce", "induce to have sex"], ["construct", "make by combining materials and parts"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["take", "head into a specified direction"], ["stool", "have a bowel movement"], ["make up", "put in order or neaten"], ["fix", "prepare for eating by applying heat"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like"]]}, {"answer": "making", "hint": "synonyms for making", "clues": [["do", "give rise to; cause to happen or occur, not always intentionally"], ["create", "create by artistic means"], ["make", "put in order or neaten"], ["ready", "prepare for eating by applying heat"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["puddle", "eliminate urine"], ["defecate", "have a bowel movement"], ["cause", "give rise to; cause to happen or occur, not always intentionally"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["reach", "reach a destination, either real or abstract"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["take a leak", "eliminate urine"], ["constitute", "to compose or represent:"], ["have", "organize or be responsible for"], ["establish", "institute, enact, or establish"], ["get", "achieve a point or goal"], ["give", "organize or be responsible for"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["pass water", "eliminate urine"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like"], ["gain", "reach a destination, either real or abstract"], ["hit", "reach a destination, either real or abstract"], ["arrive at", "reach a destination, either real or abstract"], ["stimulate", "cause to do; cause to act in a specified manner"], ["piss", "eliminate urine"], ["throw", "organize or be responsible for"], ["draw", "make, formulate, or derive in the mind"], ["produce", "create or manufacture a man-made product"], ["build", "make by combining materials and parts"], ["progress to", "reach a goal, e.g.,"], ["relieve oneself", "eliminate urine"], ["urinate", "eliminate urine"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["get to", "reach a goal, e.g.,"], ["take a crap", "have a bowel movement"], ["wee", "eliminate urine"], ["prepare", "prepare for eating by applying heat"], ["make water", "eliminate urine"], ["wee-wee", "eliminate urine"], ["ca-ca", "have a bowel movement"], ["nominate", "charge with a function; charge to be"], ["work", "proceed along a path"], ["score", "induce to have sex"], ["induce", "cause to do; cause to act in a specified manner"], ["cook", "prepare for eating by applying heat"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["lay down", "institute, enact, or establish"], ["name", "charge with a function; charge to be"], ["micturate", "eliminate urine"], ["attain", "reach a destination, either real or abstract"], ["pee-pee", "eliminate urine"], ["form", "to compose or represent:"], ["take a shit", "have a bowel movement"], ["hold", "organize or be responsible for"], ["crap", "have a bowel movement"], ["seduce", "induce to have sex"], ["construct", "make by combining materials and parts"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["take", "head into a specified direction"], ["stool", "have a bowel movement"], ["make up", "put in order or neaten"], ["fix", "prepare for eating by applying heat"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like"]]}, {"answer": "maneuver", "hint": "synonyms for maneuver", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["manoeuvre", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["head", "direct the course; determine the direction of travelling"], ["operate", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "mangle", "hint": "synonyms for mangle", "clues": [["cut up", "destroy or injure severely"], ["murder", "alter so as to make unrecognizable"], ["mutilate", "alter so as to make unrecognizable"], ["maul", "injure badly by beating"]]}, {"answer": "manoeuvre", "hint": "synonyms for manoeuvre", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["maneuver", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["head", "direct the course; determine the direction of travelling"], ["operate", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "manufacture", "hint": "synonyms for manufacture", "clues": [["cook up", "make up something artificial or untrue"], ["fabricate", "make up something artificial or untrue"], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["make up", "make up something artificial or untrue"], ["invent", "make up something artificial or untrue"]]}, {"answer": "manufacturing", "hint": "synonyms for manufacturing", "clues": [["manufacture", "make up something artificial or untrue"], ["cook up", "make up something artificial or untrue"], ["make up", "make up something artificial or untrue"], ["fabricate", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["invent", "make up something artificial or untrue"]]}, {"answer": "mar", "hint": "synonyms for mar", "clues": [["impair", "make imperfect"], ["mutilate", "destroy or injure severely"], ["vitiate", "make imperfect"], ["deflower", "make imperfect"], ["spoil", "make imperfect"]]}, {"answer": "march", "hint": "synonyms for march", "clues": [["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["process", "march in a procession"], ["butt against", "lie adjacent to another or share a boundary"], ["exhibit", "walk ostentatiously"], ["butt", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["butt on", "lie adjacent to another or share a boundary"], ["edge", "lie adjacent to another or share a boundary"], ["demonstrate", "march in protest; take part in a demonstration"], ["parade", "walk ostentatiously"]]}, {"answer": "marches", "hint": "synonyms for marches", "clues": [["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["process", "march in a procession"], ["march", "cause to march or go at a marching pace"], ["butt against", "lie adjacent to another or share a boundary"], ["exhibit", "walk ostentatiously"], ["butt", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["butt on", "lie adjacent to another or share a boundary"], ["demonstrate", "march in protest; take part in a demonstration"], ["edge", "lie adjacent to another or share a boundary"], ["parade", "walk ostentatiously"]]}, {"answer": "marching", "hint": "synonyms for marching", "clues": [["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["process", "march in a procession"], ["march", "cause to march or go at a marching pace"], ["butt against", "lie adjacent to another or share a boundary"], ["exhibit", "walk ostentatiously"], ["butt", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["butt on", "lie adjacent to another or share a boundary"], ["demonstrate", "march in protest; take part in a demonstration"], ["edge", "lie adjacent to another or share a boundary"], ["parade", "walk ostentatiously"]]}, {"answer": "mark", "hint": "synonyms for mark", "clues": [["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["notice", "notice or perceive"], ["tag", "attach a tag or label to"], ["punctuate", "insert punctuation marks into"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful"], ["score", "make small marks into the surface of"], ["set", "establish as the highest level or best performance"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["scar", "mark with a scar"], ["pock", "mark with a scar"], ["cross off", "remove from a list"], ["nock", "make small marks into the surface of"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"], ["check", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"], ["tick off", "put a check mark on or near or next to"], ["strike off", "remove from a list"], ["commemorate", "mark by some ceremony or observation"], ["strike out", "remove from a list"], ["grade", "assign a grade or rank to, according to one's evaluation"], ["note", "notice or perceive"], ["cross out", "remove from a list"], ["tick", "put a check mark on or near or next to"], ["label", "attach a tag or label to"], ["pit", "mark with a scar"], ["mark off", "put a check mark on or near or next to"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"]]}, {"answer": "marking", "hint": "synonyms for marking", "clues": [["mark", "establish as the highest level or best performance"], ["set", "establish as the highest level or best performance"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["pock", "mark with a scar"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"], ["tick off", "put a check mark on or near or next to"], ["strike off", "remove from a list"], ["strike out", "remove from a list"], ["note", "notice or perceive"], ["label", "attach a tag or label to"], ["commemorate", "mark by some ceremony or observation"], ["cross out", "remove from a list"], ["pit", "mark with a scar"], ["punctuate", "insert punctuation marks into"], ["mark off", "put a check mark on or near or next to"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["notice", "notice or perceive"], ["tag", "attach a tag or label to"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful"], ["score", "make small marks into the surface of"], ["scar", "mark with a scar"], ["cross off", "remove from a list"], ["nock", "make small marks into the surface of"], ["check", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"], ["grade", "assign a grade or rank to, according to one's evaluation"], ["tick", "put a check mark on or near or next to"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"]]}, {"answer": "marks", "hint": "synonyms for marks", "clues": [["mark", "establish as the highest level or best performance"], ["set", "establish as the highest level or best performance"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["pock", "mark with a scar"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"], ["tick off", "put a check mark on or near or next to"], ["strike off", "remove from a list"], ["strike out", "remove from a list"], ["note", "notice or perceive"], ["label", "attach a tag or label to"], ["commemorate", "mark by some ceremony or observation"], ["cross out", "remove from a list"], ["pit", "mark with a scar"], ["punctuate", "insert punctuation marks into"], ["mark off", "put a check mark on or near or next to"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["notice", "notice or perceive"], ["tag", "attach a tag or label to"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful"], ["score", "make small marks into the surface of"], ["scar", "mark with a scar"], ["cross off", "remove from a list"], ["nock", "make small marks into the surface of"], ["check", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"], ["grade", "assign a grade or rank to, according to one's evaluation"], ["tick", "put a check mark on or near or next to"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"]]}, {"answer": "mars", "hint": "synonyms for mars", "clues": [["mar", "make imperfect"], ["impair", "make imperfect"], ["mutilate", "destroy or injure severely"], ["vitiate", "make imperfect"], ["deflower", "make imperfect"], ["spoil", "make imperfect"]]}, {"answer": "mash", "hint": "synonyms for mash", "clues": [["crush", "to compress with violence, out of natural shape or condition"], ["crunch", "reduce to small pieces or particles by pounding or abrading"], ["comminute", "reduce to small pieces or particles by pounding or abrading"], ["bray", "reduce to small pieces or particles by pounding or abrading"], ["squelch", "to compress with violence, out of natural shape or condition"], ["chat up", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["squeeze", "to compress with violence, out of natural shape or condition"], ["philander", "talk or behave amorously, without serious intentions"], ["flirt", "talk or behave amorously, without serious intentions"], ["grind", "reduce to small pieces or particles by pounding or abrading"], ["squash", "to compress with violence, out of natural shape or condition"], ["romance", "talk or behave amorously, without serious intentions"], ["butterfly", "talk or behave amorously, without serious intentions"], ["dally", "talk or behave amorously, without serious intentions"]]}, {"answer": "mask", "hint": "synonyms for mask", "clues": [["block out", "shield from light"], ["cloak", "hide under a false appearance"], ["dissemble", "hide under a false appearance"], ["disguise", "make unrecognizable"]]}, {"answer": "masking", "hint": "synonyms for masking", "clues": [["block out", "shield from light"], ["cloak", "hide under a false appearance"], ["mask", "make unrecognizable"], ["dissemble", "hide under a false appearance"], ["disguise", "make unrecognizable"]]}, {"answer": "mastering", "hint": "synonyms for mastering", "clues": [["master", "get on top of; deal with successfully"], ["dominate", "have dominance or the power to defeat over"], ["control", "have a firm understanding or knowledge of; be on top of"], ["overcome", "get on top of; deal with successfully"], ["surmount", "get on top of; deal with successfully"], ["get over", "get on top of; deal with successfully"], ["get the hang", "be or become completely proficient or skilled in"], ["subdue", "get on top of; deal with successfully"]]}, {"answer": "mastermind", "hint": "synonyms for mastermind", "clues": [["organise", "plan and direct (a complex undertaking)"], ["engineer", "plan and direct (a complex undertaking)"], ["direct", "plan and direct (a complex undertaking)"], ["orchestrate", "plan and direct (a complex undertaking)"]]}, {"answer": "masters", "hint": "synonyms for masters", "clues": [["master", "get on top of; deal with successfully"], ["dominate", "have dominance or the power to defeat over"], ["control", "have a firm understanding or knowledge of; be on top of"], ["overcome", "get on top of; deal with successfully"], ["surmount", "get on top of; deal with successfully"], ["get over", "get on top of; deal with successfully"], ["get the hang", "be or become completely proficient or skilled in"], ["subdue", "get on top of; deal with successfully"]]}, {"answer": "match", "hint": "synonyms for match", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["play off", "set into opposition or rivalry"], ["meet", "satisfy or fulfill"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["fit", "make correspond or harmonize"], ["oppose", "set into opposition or rivalry"], ["touch", "be equal to in quality or ability"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["couple", "bring two objects, ideas, or people together"], ["equal", "be equal to in quality or ability"], ["rival", "be equal to in quality or ability"], ["cope with", "satisfy or fulfill"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["pit", "set into opposition or rivalry"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["pair", "bring two objects, ideas, or people together"], ["equalise", "make equal, uniform, corresponding, or matching"], ["equate", "make equal, uniform, corresponding, or matching"], ["twin", "bring two objects, ideas, or people together"], ["mate", "bring two objects, ideas, or people together"]]}, {"answer": "mate", "hint": "synonyms for mate", "clues": [["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game"], ["twin", "bring two objects, ideas, or people together"], ["pair", "engage in sexual intercourse"], ["copulate", "engage in sexual intercourse"], ["match", "bring two objects, ideas, or people together"], ["couple", "engage in sexual intercourse"]]}, {"answer": "mates", "hint": "synonyms for mates", "clues": [["copulate", "engage in sexual intercourse"], ["mat", "twist together or entwine into a confusing mass"], ["couple", "bring two objects, ideas, or people together"], ["entangle", "twist together or entwine into a confusing mass"], ["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game"], ["matte up", "change texture so as to become matted and felt-like"], ["pair", "engage in sexual intercourse"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"], ["snarl", "twist together or entwine into a confusing mass"], ["match", "bring two objects, ideas, or people together"], ["matte", "change texture so as to become matted and felt-like"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "mating", "hint": "synonyms for mating", "clues": [["copulate", "engage in sexual intercourse"], ["mat", "twist together or entwine into a confusing mass"], ["couple", "bring two objects, ideas, or people together"], ["entangle", "twist together or entwine into a confusing mass"], ["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game"], ["matte up", "change texture so as to become matted and felt-like"], ["pair", "engage in sexual intercourse"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"], ["snarl", "twist together or entwine into a confusing mass"], ["match", "bring two objects, ideas, or people together"], ["matte", "change texture so as to become matted and felt-like"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "matting", "hint": "synonyms for matting", "clues": [["snarl", "twist together or entwine into a confusing mass"], ["mat", "twist together or entwine into a confusing mass"], ["entangle", "twist together or entwine into a confusing mass"], ["matte", "change texture so as to become matted and felt-like"], ["mat up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "meander", "hint": "synonyms for meander", "clues": [["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"]]}, {"answer": "means", "hint": "synonyms for means", "clues": [["think", "have in mind as a purpose"], ["mean", "destine or designate for a certain purpose"], ["imply", "have as a logical consequence"], ["stand for", "denote or connote"], ["think of", "intend to refer to"], ["entail", "have as a logical consequence"], ["intend", "have in mind as a purpose"], ["have in mind", "intend to refer to"], ["signify", "denote or connote"]]}, {"answer": "measure", "hint": "synonyms for measure", "clues": [["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["measure out", "determine the measurements of something or somebody, take measurements of"], ["mensurate", "determine the measurements of something or somebody, take measurements of"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["quantify", "express as a number or measure or quantity"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "measuring", "hint": "synonyms for measuring", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["measure out", "determine the measurements of something or somebody, take measurements of"], ["mensurate", "determine the measurements of something or somebody, take measurements of"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["quantify", "express as a number or measure or quantity"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "meeting", "hint": "synonyms for meeting", "clues": [["meet", "be in direct physical contact with; make contact"], ["suffer", "undergo or suffer"], ["run into", "come together"], ["see", "come together"], ["fill", "fill or meet a want or need"], ["encounter", "come together"], ["cope with", "satisfy or fulfill"], ["take on", "contend against an opponent in a sport, game, or battle"], ["gather", "collect in one place"], ["come across", "come together"], ["forgather", "collect in one place"], ["get together", "get together socially or for a specific purpose"], ["run across", "come together"], ["fit", "satisfy a condition or restriction"], ["receive", "experience as a reaction"], ["contact", "be in direct physical contact with; make contact"], ["converge", "be adjacent or come together"], ["fulfil", "fill or meet a want or need"], ["adjoin", "be in direct physical contact with; make contact"], ["satisfy", "fill or meet a want or need"], ["conform to", "satisfy a condition or restriction"], ["assemble", "collect in one place"], ["match", "satisfy or fulfill"], ["touch", "be in direct physical contact with; make contact"], ["play", "contend against an opponent in a sport, game, or battle"]]}, {"answer": "meld", "hint": "synonyms for meld", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["melt", "lose its distinct outline or shape; blend gradually"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["blend", "mix together different elements"]]}, {"answer": "melt", "hint": "synonyms for melt", "clues": [["evaporate", "become less intense and fade away gradually"], ["dissolve", "become or cause to become soft or liquid"], ["mellow out", "become more relaxed, easygoing, or genial"], ["unthaw", "become or cause to become soft or liquid"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"], ["mellow", "become more relaxed, easygoing, or genial"], ["disappear", "become less intense and fade away gradually"], ["dethaw", "become or cause to become soft or liquid"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly"], ["meld", "lose its distinct outline or shape; blend gradually"]]}, {"answer": "menace", "hint": "synonyms for menace", "clues": [["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardise", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "mend", "hint": "synonyms for mend", "clues": [["doctor", "restore by replacing a part or putting together what is torn or broken"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["fix", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["heal", "heal or recover"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["bushel", "restore by replacing a part or putting together what is torn or broken"]]}, {"answer": "mending", "hint": "synonyms for mending", "clues": [["mend", "heal or recover"], ["heal", "heal or recover"], ["fix", "restore by replacing a part or putting together what is torn or broken"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"]]}, {"answer": "mention", "hint": "synonyms for mention", "clues": [["name", "make reference to"], ["observe", "make mention of"], ["note", "make mention of"], ["advert", "make reference to"], ["refer", "make reference to"], ["cite", "make reference to"], ["bring up", "make reference to"], ["remark", "make mention of"]]}, {"answer": "mesh", "hint": "synonyms for mesh", "clues": [["engage", "keep engaged"], ["ensnarl", "entangle or catch in (or as if in) a mesh"], ["operate", "keep engaged"], ["interlock", "coordinate in such a way that all parts work together effectively"], ["lock", "keep engaged"], ["enmesh", "entangle or catch in (or as if in) a mesh"]]}, {"answer": "meshing", "hint": "synonyms for meshing", "clues": [["ensnarl", "entangle or catch in (or as if in) a mesh"], ["interlock", "coordinate in such a way that all parts work together effectively"], ["enmesh", "entangle or catch in (or as if in) a mesh"], ["engage", "keep engaged"], ["mesh", "keep engaged"], ["operate", "keep engaged"], ["lock", "keep engaged"]]}, {"answer": "mind", "hint": "synonyms for mind", "clues": [["beware", "be on one's guard; be cautious or wary about; be alert to"], ["listen", "pay close attention to; give heed to"], ["heed", "pay close attention to; give heed to"], ["bear in mind", "keep in mind"], ["take care", "be in charge of or deal with"]]}, {"answer": "mingling", "hint": "synonyms for mingling", "clues": [["mingle", "be all mixed up or jumbled together"], ["jumble", "be all mixed up or jumbled together"], ["amalgamate", "to bring or combine together or with something else"], ["mix", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"], ["unify", "to bring or combine together or with something else"]]}, {"answer": "mire", "hint": "synonyms for mire", "clues": [["grind to a halt", "be unable to move further"], ["bog down", "be unable to move further"], ["mud", "soil with mud, muck, or mire"], ["muck up", "soil with mud, muck, or mire"], ["muck", "soil with mud, muck, or mire"], ["entangle", "entrap"], ["get stuck", "be unable to move further"]]}, {"answer": "misconduct", "hint": "synonyms for misconduct", "clues": [["misbehave", "behave badly"], ["misdemean", "behave badly"], ["mishandle", "manage badly or incompetently"], ["mismanage", "manage badly or incompetently"]]}, {"answer": "miss", "hint": "synonyms for miss", "clues": [["lose", "fail to perceive or to catch with the senses or the mind"], ["overlook", "leave undone or leave out"], ["lack", "be without"], ["overleap", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["escape", "fail to experience"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"], ["neglect", "leave undone or leave out"]]}, {"answer": "mist", "hint": "synonyms for mist", "clues": [["fog", "make less visible or unclear"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["cloud", "make less visible or unclear"], ["obnubilate", "make less visible or unclear"], ["mist over", "become covered with mist"], ["befog", "make less visible or unclear"]]}, {"answer": "mistaking", "hint": "synonyms for mistaking", "clues": [["slip", "to make a mistake or be incorrect"], ["misidentify", "identify incorrectly"], ["mistake", "to make a mistake or be incorrect"], ["err", "to make a mistake or be incorrect"]]}, {"answer": "misunderstanding", "hint": "synonyms for misunderstanding", "clues": [["be amiss", "interpret in the wrong way"], ["misconstrue", "interpret in the wrong way"], ["misapprehend", "interpret in the wrong way"], ["misunderstand", "interpret in the wrong way"], ["misconceive", "interpret in the wrong way"], ["misinterpret", "interpret in the wrong way"]]}, {"answer": "mix", "hint": "synonyms for mix", "clues": [["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["mix in", "add as an additional element or part"], ["shuffle", "mix so as to make a random order or arrangement"], ["combine", "mix together different elements"], ["mingle", "to bring or combine together or with something else"], ["amalgamate", "to bring or combine together or with something else"], ["meld", "mix together different elements"], ["commix", "to bring or combine together or with something else"], ["conflate", "mix together different elements"], ["desegregate", "open (a place) to members of all races and ethnic groups"], ["fuse", "mix together different elements"], ["merge", "mix together different elements"], ["unify", "to bring or combine together or with something else"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["ruffle", "mix so as to make a random order or arrangement"], ["integrate", "open (a place) to members of all races and ethnic groups"], ["blend", "mix together different elements"]]}, {"answer": "mixing", "hint": "synonyms for mixing", "clues": [["mix", "open (a place) to members of all races and ethnic groups"], ["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["mix in", "add as an additional element or part"], ["shuffle", "mix so as to make a random order or arrangement"], ["combine", "mix together different elements"], ["mingle", "to bring or combine together or with something else"], ["meld", "mix together different elements"], ["amalgamate", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"], ["desegregate", "open (a place) to members of all races and ethnic groups"], ["fuse", "mix together different elements"], ["conflate", "mix together different elements"], ["merge", "mix together different elements"], ["unify", "to bring or combine together or with something else"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["ruffle", "mix so as to make a random order or arrangement"], ["integrate", "open (a place) to members of all races and ethnic groups"], ["blend", "mix together different elements"]]}, {"answer": "mob", "hint": "synonyms for mob", "clues": [["pack", "press tightly together or cram"], ["jam", "press tightly together or cram"], ["throng", "press tightly together or cram"], ["pile", "press tightly together or cram"]]}, {"answer": "modeling", "hint": "synonyms for modeling", "clues": [["simulate", "create a representation or model of"], ["mold", "form in clay, wax, etc"], ["model", "construct a model of"], ["mock up", "construct a model of"], ["posture", "assume a posture as for artistic purposes"], ["sit", "assume a posture as for artistic purposes"], ["pattern", "plan or create according to a model or models"], ["pose", "assume a posture as for artistic purposes"]]}, {"answer": "modelling", "hint": "synonyms for modelling", "clues": [["simulate", "create a representation or model of"], ["mold", "form in clay, wax, etc"], ["model", "construct a model of"], ["mock up", "construct a model of"], ["posture", "assume a posture as for artistic purposes"], ["sit", "assume a posture as for artistic purposes"], ["pattern", "plan or create according to a model or models"], ["pose", "assume a posture as for artistic purposes"]]}, {"answer": "moistening", "hint": "synonyms for moistening", "clues": [["drizzle", "moisten with fine drops"], ["moisten", "make moist"], ["wash", "make moist"], ["dampen", "make moist"]]}, {"answer": "mold", "hint": "synonyms for mold", "clues": [["mould", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["forge", "make something, usually for a specific function"], ["regulate", "shape or influence; give direction to"], ["model", "form in clay, wax, etc"], ["mildew", "become moldy; spoil due to humidity"], ["influence", "shape or influence; give direction to"], ["shape", "make something, usually for a specific function"], ["work", "make something, usually for a specific function"], ["determine", "shape or influence; give direction to"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["form", "make something, usually for a specific function"]]}, {"answer": "molding", "hint": "synonyms for molding", "clues": [["forge", "make something, usually for a specific function"], ["mold", "become moldy; spoil due to humidity"], ["regulate", "shape or influence; give direction to"], ["model", "form in clay, wax, etc"], ["work", "make something, usually for a specific function"], ["shape", "shape or influence; give direction to"], ["mildew", "become moldy; spoil due to humidity"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["form", "make something, usually for a specific function"], ["influence", "shape or influence; give direction to"], ["determine", "shape or influence; give direction to"]]}, {"answer": "mollycoddle", "hint": "synonyms for mollycoddle", "clues": [["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "molt", "hint": "synonyms for molt", "clues": [["slough", "cast off hair, skin, horn, or feathers"], ["shed", "cast off hair, skin, horn, or feathers"], ["moult", "cast off hair, skin, horn, or feathers"], ["exuviate", "cast off hair, skin, horn, or feathers"]]}, {"answer": "molting", "hint": "synonyms for molting", "clues": [["slough", "cast off hair, skin, horn, or feathers"], ["exuviate", "cast off hair, skin, horn, or feathers"], ["molt", "cast off hair, skin, horn, or feathers"], ["shed", "cast off hair, skin, horn, or feathers"]]}, {"answer": "monger", "hint": "synonyms for monger", "clues": [["vend", "sell or offer for sale from place to place"], ["pitch", "sell or offer for sale from place to place"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "monkey", "hint": "synonyms for monkey", "clues": [["muck about", "do random, unplanned work or activities or spend time idly"], ["fiddle", "play around with or alter or falsify, usually secretively or dishonestly"], ["tinker", "do random, unplanned work or activities or spend time idly"], ["mess around", "do random, unplanned work or activities or spend time idly"], ["potter", "do random, unplanned work or activities or spend time idly"], ["monkey around", "do random, unplanned work or activities or spend time idly"], ["tamper", "play around with or alter or falsify, usually secretively or dishonestly"], ["muck around", "do random, unplanned work or activities or spend time idly"], ["putter", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "mooch", "hint": "synonyms for mooch", "clues": [["sponge", "ask for and get free; be a parasite"], ["bum", "ask for and get free; be a parasite"], ["grub", "ask for and get free; be a parasite"], ["cadge", "ask for and get free; be a parasite"]]}, {"answer": "mooring", "hint": "synonyms for mooring", "clues": [["moor", "secure in or as if in a berth or dock"], ["wharf", "come into or dock at a wharf"], ["berth", "come into or dock at a wharf"], ["tie up", "secure in or as if in a berth or dock"]]}, {"answer": "mop", "hint": "synonyms for mop", "clues": [["mow", "make a sad face and thrust out one's lower lip"], ["mop up", "to wash or wipe with or as if with a mop"], ["wipe up", "to wash or wipe with or as if with a mop"], ["pout", "make a sad face and thrust out one's lower lip"]]}, {"answer": "mop_up", "hint": "synonyms for mop up", "clues": [["worst", "defeat thoroughly"], ["polish off", "finish a task completely"], ["finish up", "finish a task completely"], ["get through", "finish a task completely"], ["whip", "defeat thoroughly"], ["pip", "defeat thoroughly"], ["wrap up", "finish a task completely"], ["finish off", "finish a task completely"], ["clear up", "finish a task completely"], ["rack up", "defeat thoroughly"], ["wipe up", "to wash or wipe with or as if with a mop"], ["mop", "to wash or wipe with or as if with a mop"]]}, {"answer": "moped", "hint": "synonyms for moped", "clues": [["mop up", "to wash or wipe with or as if with a mop"], ["moon about", "be apathetic, gloomy, or dazed"], ["mope", "be apathetic, gloomy, or dazed"], ["mow", "make a sad face and thrust out one's lower lip"], ["pout", "make a sad face and thrust out one's lower lip"], ["mope around", "move around slowly and aimlessly"], ["moon around", "be apathetic, gloomy, or dazed"], ["wipe up", "to wash or wipe with or as if with a mop"]]}, {"answer": "mopes", "hint": "synonyms for mopes", "clues": [["mop up", "to wash or wipe with or as if with a mop"], ["moon about", "be apathetic, gloomy, or dazed"], ["mope", "be apathetic, gloomy, or dazed"], ["mow", "make a sad face and thrust out one's lower lip"], ["pout", "make a sad face and thrust out one's lower lip"], ["mope around", "move around slowly and aimlessly"], ["moon around", "be apathetic, gloomy, or dazed"], ["wipe up", "to wash or wipe with or as if with a mop"]]}, {"answer": "mopping", "hint": "synonyms for mopping", "clues": [["mow", "make a sad face and thrust out one's lower lip"], ["pout", "make a sad face and thrust out one's lower lip"], ["mop up", "to wash or wipe with or as if with a mop"], ["wipe up", "to wash or wipe with or as if with a mop"], ["mop", "make a sad face and thrust out one's lower lip"]]}, {"answer": "mother", "hint": "synonyms for mother", "clues": [["beget", "make children"], ["fuss", "care for like a mother"], ["father", "make children"], ["overprotect", "care for like a mother"], ["bring forth", "make children"], ["get", "make children"], ["engender", "make children"], ["sire", "make children"], ["generate", "make children"]]}, {"answer": "mottle", "hint": "synonyms for mottle", "clues": [["blotch", "mark with spots or blotches of different color or shades of color as if stained"], ["cloud", "colour with streaks or blotches of different shades"], ["streak", "mark with spots or blotches of different color or shades of color as if stained"], ["dapple", "colour with streaks or blotches of different shades"]]}, {"answer": "mottling", "hint": "synonyms for mottling", "clues": [["streak", "mark with spots or blotches of different color or shades of color as if stained"], ["mottle", "mark with spots or blotches of different color or shades of color as if stained"], ["cloud", "colour with streaks or blotches of different shades"], ["blotch", "mark with spots or blotches of different color or shades of color as if stained"], ["dapple", "colour with streaks or blotches of different shades"]]}, {"answer": "mould", "hint": "synonyms for mould", "clues": [["forge", "make something, usually for a specific function"], ["mold", "form in clay, wax, etc"], ["model", "form in clay, wax, etc"], ["shape", "make something, usually for a specific function"], ["work", "make something, usually for a specific function"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["form", "make something, usually for a specific function"]]}, {"answer": "moulding", "hint": "synonyms for moulding", "clues": [["mould", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["forge", "make something, usually for a specific function"], ["model", "form in clay, wax, etc"], ["shape", "make something, usually for a specific function"], ["work", "make something, usually for a specific function"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold"], ["form", "make something, usually for a specific function"]]}, {"answer": "moult", "hint": "synonyms for moult", "clues": [["slough", "cast off hair, skin, horn, or feathers"], ["molt", "cast off hair, skin, horn, or feathers"], ["shed", "cast off hair, skin, horn, or feathers"], ["exuviate", "cast off hair, skin, horn, or feathers"]]}, {"answer": "moulting", "hint": "synonyms for moulting", "clues": [["slough", "cast off hair, skin, horn, or feathers"], ["exuviate", "cast off hair, skin, horn, or feathers"], ["molt", "cast off hair, skin, horn, or feathers"], ["shed", "cast off hair, skin, horn, or feathers"]]}, {"answer": "mount", "hint": "synonyms for mount", "clues": [["ride", "copulate with"], ["go up", "go upward with gradual or continuous progress"], ["get on", "get up on the back of"], ["climb up", "go upward with gradual or continuous progress"], ["mount up", "get up on the back of"], ["bestride", "get up on the back of"], ["climb on", "get up on the back of"], ["jump on", "get up on the back of"], ["climb", "go up or advance"], ["rise", "go up or advance"], ["put on", "prepare and supply with the necessary equipment for execution or performance"], ["hop on", "get up on the back of"], ["wax", "go up or advance"]]}, {"answer": "mounting", "hint": "synonyms for mounting", "clues": [["get on", "get up on the back of"], ["mount", "get up on the back of"], ["climb up", "go upward with gradual or continuous progress"], ["bestride", "get up on the back of"], ["jump on", "get up on the back of"], ["climb", "go up or advance"], ["rise", "go up or advance"], ["hop on", "get up on the back of"], ["ride", "copulate with"], ["go up", "go upward with gradual or continuous progress"], ["mount up", "get up on the back of"], ["climb on", "get up on the back of"], ["put on", "prepare and supply with the necessary equipment for execution or performance"], ["wax", "go up or advance"]]}, {"answer": "mouth", "hint": "synonyms for mouth", "clues": [["talk", "express in speech"], ["verbalize", "express in speech"], ["speak", "express in speech"], ["utter", "express in speech"]]}, {"answer": "move", "hint": "synonyms for move", "clues": [["incite", "give an incentive for action"], ["be active", "be in a state of action"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["strike", "have an emotional or cognitive impact upon"], ["make a motion", "propose formally; in a debate or parliamentary meeting"], ["motivate", "give an incentive for action"], ["affect", "have an emotional or cognitive impact upon"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["impress", "have an emotional or cognitive impact upon"], ["proceed", "follow a procedure or take a course"], ["prompt", "give an incentive for action"], ["displace", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense"], ["travel", "change location; move, travel, or proceed, also metaphorically"], ["run", "progress by being changed"], ["act", "perform an action, or work out or perform (an action)"]]}, {"answer": "muck", "hint": "synonyms for muck", "clues": [["muck up", "soil with mud, muck, or mire"], ["mire", "soil with mud, muck, or mire"], ["manure", "spread manure, as for fertilization"], ["mud", "soil with mud, muck, or mire"]]}, {"answer": "muff", "hint": "synonyms for muff", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "muffle", "hint": "synonyms for muffle", "clues": [["repress", "conceal or hide"], ["damp", "deaden (a sound or noise), especially by wrapping"], ["smother", "conceal or hide"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["stifle", "conceal or hide"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["strangle", "conceal or hide"], ["tone down", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "mulct", "hint": "synonyms for mulct", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "mull", "hint": "synonyms for mull", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "mumble", "hint": "synonyms for mumble", "clues": [["gum", "grind with the gums; chew without teeth and with great difficulty"], ["mussitate", "talk indistinctly; usually in a low voice"], ["mutter", "talk indistinctly; usually in a low voice"], ["maunder", "talk indistinctly; usually in a low voice"]]}, {"answer": "mumbling", "hint": "synonyms for mumbling", "clues": [["mussitate", "talk indistinctly; usually in a low voice"], ["maunder", "talk indistinctly; usually in a low voice"], ["mumble", "grind with the gums; chew without teeth and with great difficulty"], ["gum", "grind with the gums; chew without teeth and with great difficulty"], ["mutter", "talk indistinctly; usually in a low voice"]]}, {"answer": "murder", "hint": "synonyms for murder", "clues": [["off", "kill intentionally and with premeditation"], ["mutilate", "alter so as to make unrecognizable"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["mangle", "alter so as to make unrecognizable"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "murderess", "hint": "synonyms for murderess", "clues": [["off", "kill intentionally and with premeditation"], ["mutilate", "alter so as to make unrecognizable"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["mangle", "alter so as to make unrecognizable"], ["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "murmur", "hint": "synonyms for murmur", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["gnarl", "make complaining remarks or noises under one's breath"], ["mutter", "make complaining remarks or noises under one's breath"], ["grumble", "make complaining remarks or noises under one's breath"]]}, {"answer": "muse", "hint": "synonyms for muse", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "muster", "hint": "synonyms for muster", "clues": [["muster up", "gather or bring together"], ["come up", "gather or bring together"], ["rally", "gather or bring together"], ["summon", "gather or bring together"]]}, {"answer": "mutter", "hint": "synonyms for mutter", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["murmur", "make complaining remarks or noises under one's breath"], ["mussitate", "talk indistinctly; usually in a low voice"], ["maunder", "talk indistinctly; usually in a low voice"], ["mumble", "talk indistinctly; usually in a low voice"], ["gnarl", "make complaining remarks or noises under one's breath"], ["grumble", "make complaining remarks or noises under one's breath"]]}, {"answer": "muttering", "hint": "synonyms for muttering", "clues": [["croak", "make complaining remarks or noises under one's breath"], ["murmur", "make complaining remarks or noises under one's breath"], ["mussitate", "talk indistinctly; usually in a low voice"], ["mumble", "talk indistinctly; usually in a low voice"], ["mutter", "talk indistinctly; usually in a low voice"], ["gnarl", "make complaining remarks or noises under one's breath"], ["grumble", "make complaining remarks or noises under one's breath"], ["maunder", "talk indistinctly; usually in a low voice"]]}, {"answer": "nail", "hint": "synonyms for nail", "clues": [["pick up", "take into custody"], ["arrest", "take into custody"], ["apprehend", "take into custody"], ["nail down", "succeed in obtaining a position"], ["sail through", "succeed at easily"], ["boom", "hit hard"], ["collar", "take into custody"], ["pass with flying colors", "succeed at easily"], ["complete", "complete a pass"], ["blast", "hit hard"], ["nab", "take into custody"], ["smash", "hit hard"], ["ace", "succeed at easily"], ["breeze through", "succeed at easily"], ["peg", "succeed in obtaining a position"], ["sweep through", "succeed at easily"], ["cop", "take into custody"], ["pinpoint", "locate exactly"]]}, {"answer": "name", "hint": "synonyms for name", "clues": [["list", "give or make a list of; name individually; give the names of"], ["constitute", "create and charge with a task or function"], ["distinguish", "identify as in botany or biology, for example"], ["mention", "make reference to"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["diagnose", "determine or distinguish the nature of a problem or an illness through a diagnostic analysis"], ["nominate", "charge with a function; charge to be"], ["appoint", "create and charge with a task or function"], ["call", "assign a specified (usually proper) proper name to"], ["identify", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property"], ["make", "charge with a function; charge to be"], ["key", "identify as in botany or biology, for example"], ["advert", "make reference to"], ["refer", "make reference to"], ["discover", "identify as in botany or biology, for example"], ["cite", "make reference to"], ["bring up", "make reference to"]]}, {"answer": "names", "hint": "synonyms for names", "clues": [["list", "give or make a list of; name individually; give the names of"], ["constitute", "create and charge with a task or function"], ["name", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["mention", "make reference to"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["nominate", "charge with a function; charge to be"], ["diagnose", "determine or distinguish the nature of a problem or an illness through a diagnostic analysis"], ["appoint", "create and charge with a task or function"], ["call", "assign a specified (usually proper) proper name to"], ["identify", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property"], ["make", "charge with a function; charge to be"], ["key", "identify as in botany or biology, for example"], ["advert", "make reference to"], ["refer", "make reference to"], ["discover", "identify as in botany or biology, for example"], ["cite", "make reference to"], ["bring up", "make reference to"]]}, {"answer": "nark", "hint": "synonyms for nark", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "need", "hint": "synonyms for need", "clues": [["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["ask", "require as useful, just, or proper"], ["want", "have need of"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "neglect", "hint": "synonyms for neglect", "clues": [["miss", "leave undone or leave out"], ["overlook", "leave undone or leave out"], ["fail", "fail to do something; leave something undone"], ["overleap", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["ignore", "give little or no attention to"], ["disregard", "give little or no attention to"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"]]}, {"answer": "nest", "hint": "synonyms for nest", "clues": [["draw close", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "nestle", "hint": "synonyms for nestle", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "position comfortably"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "nestling", "hint": "synonyms for nestling", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "netting", "hint": "synonyms for netting", "clues": [["sack", "make as a net profit"], ["sack up", "make as a net profit"], ["nett", "catch with a net"], ["clear", "make as a net profit"], ["web", "construct or form a web, as if by weaving"]]}, {"answer": "nettle", "hint": "synonyms for nettle", "clues": [["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["urticate", "sting with or as with nettles and cause a stinging pain or sensation"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "neutering", "hint": "synonyms for neutering", "clues": [["alter", "remove the ovaries of"], ["spay", "remove the ovaries of"], ["castrate", "remove the ovaries of"], ["neuter", "remove the ovaries of"]]}, {"answer": "nip", "hint": "synonyms for nip", "clues": [["twitch", "squeeze tightly between the fingers"], ["clip", "sever or remove by pinching or snipping"], ["pinch", "squeeze tightly between the fingers"], ["squeeze", "squeeze tightly between the fingers"], ["tweet", "squeeze tightly between the fingers"], ["twinge", "squeeze tightly between the fingers"], ["snip", "sever or remove by pinching or snipping"], ["nip off", "sever or remove by pinching or snipping"]]}, {"answer": "nix", "hint": "synonyms for nix", "clues": [["interdict", "command against"], ["forbid", "command against"], ["prohibit", "command against"], ["veto", "command against"], ["disallow", "command against"], ["proscribe", "command against"]]}, {"answer": "nose", "hint": "synonyms for nose", "clues": [["pry", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["poke", "search or inquire in a meddlesome way"], ["nuzzle", "rub noses"], ["wind", "catch the scent of; get wind of"], ["intrude", "search or inquire in a meddlesome way"], ["scent", "catch the scent of; get wind of"]]}, {"answer": "note", "hint": "synonyms for note", "clues": [["observe", "observe with care or pay close attention to"], ["notice", "notice or perceive"], ["take note", "observe with care or pay close attention to"], ["take down", "make a written note of"], ["mention", "make mention of"], ["remark", "make mention of"], ["mark", "notice or perceive"]]}, {"answer": "notice", "hint": "synonyms for notice", "clues": [["point out", "make or write a comment on"], ["remark", "make or write a comment on"], ["observe", "discover or determine the existence, presence, or fact of"], ["comment", "make or write a comment on"], ["note", "notice or perceive"], ["acknowledge", "express recognition of the presence or existence of, or acquaintance with"], ["find", "discover or determine the existence, presence, or fact of"], ["detect", "discover or determine the existence, presence, or fact of"], ["discover", "discover or determine the existence, presence, or fact of"], ["mark", "notice or perceive"]]}, {"answer": "nuke", "hint": "synonyms for nuke", "clues": [["zap", "strike at with firepower or bombs"], ["atom-bomb", "bomb with atomic weapons"], ["atomize", "strike at with firepower or bombs"], ["microwave", "cook or heat in a microwave oven"], ["micro-cook", "cook or heat in a microwave oven"]]}, {"answer": "number", "hint": "synonyms for number", "clues": [["amount", "add up in number or quantity"], ["list", "enumerate"], ["count", "determine the number or amount of"], ["add up", "add up in number or quantity"], ["keep down", "place a limit on the number of"], ["numerate", "determine the number or amount of"], ["total", "add up in number or quantity"], ["come", "add up in number or quantity"]]}, {"answer": "numbering", "hint": "synonyms for numbering", "clues": [["amount", "add up in number or quantity"], ["number", "give numbers to"], ["list", "enumerate"], ["count", "determine the number or amount of"], ["add up", "add up in number or quantity"], ["keep down", "place a limit on the number of"], ["numerate", "determine the number or amount of"], ["total", "add up in number or quantity"], ["come", "add up in number or quantity"]]}, {"answer": "numbers", "hint": "synonyms for numbers", "clues": [["amount", "add up in number or quantity"], ["number", "give numbers to"], ["list", "enumerate"], ["count", "determine the number or amount of"], ["add up", "add up in number or quantity"], ["keep down", "place a limit on the number of"], ["numerate", "determine the number or amount of"], ["total", "add up in number or quantity"], ["come", "add up in number or quantity"]]}, {"answer": "nurse", "hint": "synonyms for nurse", "clues": [["hold", "maintain (a theory, thoughts, or feelings)"], ["lactate", "give suck to"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["entertain", "maintain (a theory, thoughts, or feelings)"], ["breastfeed", "give suck to"], ["give suck", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["suck", "give suck to"]]}, {"answer": "nursing", "hint": "synonyms for nursing", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)"], ["hold", "maintain (a theory, thoughts, or feelings)"], ["lactate", "give suck to"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["entertain", "maintain (a theory, thoughts, or feelings)"], ["breastfeed", "give suck to"], ["give suck", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["suck", "give suck to"]]}, {"answer": "nurture", "hint": "synonyms for nurture", "clues": [["parent", "bring up"], ["rear", "bring up"], ["raise", "bring up"], ["foster", "help develop, help grow"], ["sustain", "provide with nourishment"], ["nourish", "provide with nourishment"], ["bring up", "bring up"]]}, {"answer": "offer", "hint": "synonyms for offer", "clues": [["declare oneself", "ask (someone) to marry you"], ["tender", "propose a payment"], ["proffer", "present for acceptance or rejection"], ["provide", "mount or put up"], ["extend", "make available; provide"], ["put up", "mount or put up"], ["pop the question", "ask (someone) to marry you"], ["volunteer", "agree freely"], ["propose", "ask (someone) to marry you"], ["bid", "propose a payment"], ["offer up", "present as an act of worship"]]}, {"answer": "offering", "hint": "synonyms for offering", "clues": [["declare oneself", "ask (someone) to marry you"], ["tender", "propose a payment"], ["proffer", "present for acceptance or rejection"], ["offer", "present for acceptance or rejection"], ["extend", "make available; provide"], ["provide", "mount or put up"], ["put up", "mount or put up"], ["pop the question", "ask (someone) to marry you"], ["volunteer", "agree freely"], ["propose", "ask (someone) to marry you"], ["bid", "propose a payment"], ["offer up", "present as an act of worship"]]}, {"answer": "offing", "hint": "synonyms for offing", "clues": [["off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "oil", "hint": "synonyms for oil", "clues": [["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing"]]}, {"answer": "omen", "hint": "synonyms for omen", "clues": [["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["foreshadow", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "ooze", "hint": "synonyms for ooze", "clues": [["exudate", "release (a liquid) in drops or small quantities"], ["ooze out", "release (a liquid) in drops or small quantities"], ["seep", "pass gradually or leak through or as if through small openings"], ["transude", "release (a liquid) in drops or small quantities"], ["exude", "release (a liquid) in drops or small quantities"]]}, {"answer": "order", "hint": "synonyms for order", "clues": [["dictate", "issue commands or orders for"], ["say", "give instructions to or direct somebody to do something with authority"], ["put", "arrange thoughts, ideas, temporal events"], ["grade", "assign a rank or rating to"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["ordinate", "appoint to a clerical posts"], ["prescribe", "issue commands or orders for"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["consecrate", "appoint to a clerical posts"], ["ordain", "appoint to a clerical posts"], ["rank", "assign a rank or rating to"], ["rate", "assign a rank or rating to"], ["arrange", "arrange thoughts, ideas, temporal events"], ["tell", "give instructions to or direct somebody to do something with authority"], ["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["set up", "arrange thoughts, ideas, temporal events"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "ordering", "hint": "synonyms for ordering", "clues": [["dictate", "issue commands or orders for"], ["say", "give instructions to or direct somebody to do something with authority"], ["put", "arrange thoughts, ideas, temporal events"], ["grade", "assign a rank or rating to"], ["order", "give instructions to or direct somebody to do something with authority"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["ordinate", "appoint to a clerical posts"], ["prescribe", "issue commands or orders for"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["consecrate", "appoint to a clerical posts"], ["ordain", "appoint to a clerical posts"], ["rank", "assign a rank or rating to"], ["rate", "assign a rank or rating to"], ["arrange", "arrange thoughts, ideas, temporal events"], ["tell", "give instructions to or direct somebody to do something with authority"], ["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["set up", "arrange thoughts, ideas, temporal events"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "ordinate", "hint": "synonyms for ordinate", "clues": [["consecrate", "appoint to a clerical posts"], ["order", "appoint to a clerical posts"], ["ordain", "appoint to a clerical posts"], ["coordinate", "bring (components or parts) into proper or desirable coordination correlation"], ["align", "bring (components or parts) into proper or desirable coordination correlation"]]}, {"answer": "ornament", "hint": "synonyms for ornament", "clues": [["adorn", "make more attractive by adding ornament, colour, etc."], ["beautify", "make more attractive by adding ornament, colour, etc."], ["grace", "make more attractive by adding ornament, colour, etc."], ["embellish", "make more attractive by adding ornament, colour, etc."], ["decorate", "make more attractive by adding ornament, colour, etc."]]}, {"answer": "ousting", "hint": "synonyms for ousting", "clues": [["boot out", "remove from a position or office"], ["oust", "remove from a position or office"], ["kick out", "remove from a position or office"], ["drum out", "remove from a position or office"], ["expel", "remove from a position or office"], ["throw out", "remove from a position or office"]]}, {"answer": "outcry", "hint": "synonyms for outcry", "clues": [["call out", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["outshout", "shout louder than"], ["shout", "utter aloud; often with surprise, horror, or joy"], ["cry out", "utter aloud; often with surprise, horror, or joy"], ["cry", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "outfitting", "hint": "synonyms for outfitting", "clues": [["equip", "provide with (something) usually for a specific purpose"], ["outfit", "provide with (something) usually for a specific purpose"], ["fit", "provide with (something) usually for a specific purpose"], ["fit out", "provide with (something) usually for a specific purpose"]]}, {"answer": "outgo", "hint": "synonyms for outgo", "clues": [["outstrip", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["surpass", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"]]}, {"answer": "outline", "hint": "synonyms for outline", "clues": [["draft", "draw up an outline or sketch for something"], ["sketch", "describe roughly or briefly or give the main points or summary of"], ["limn", "trace the shape of"], ["delineate", "trace the shape of"], ["adumbrate", "describe roughly or briefly or give the main points or summary of"]]}, {"answer": "outrage", "hint": "synonyms for outrage", "clues": [["appal", "strike with disgust or revulsion"], ["desecrate", "violate the sacred character of a place or language"], ["rape", "force (someone) to have sex against their will"], ["profane", "violate the sacred character of a place or language"], ["violate", "violate the sacred character of a place or language"], ["dishonor", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"], ["ravish", "force (someone) to have sex against their will"]]}, {"answer": "overacting", "hint": "synonyms for overacting", "clues": [["ham", "exaggerate one's acting"], ["overplay", "exaggerate one's acting"], ["ham it up", "exaggerate one's acting"], ["overact", "exaggerate one's acting"]]}, {"answer": "overcharge", "hint": "synonyms for overcharge", "clues": [["fleece", "rip off; ask an unreasonable price"], ["hook", "rip off; ask an unreasonable price"], ["overload", "place too much a load on"], ["rob", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"]]}, {"answer": "overeating", "hint": "synonyms for overeating", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "overflow", "hint": "synonyms for overflow", "clues": [["run over", "flow or run over (a limit or brim)"], ["well over", "flow or run over (a limit or brim)"], ["overrun", "flow or run over (a limit or brim)"], ["spill over", "overflow with a certain feeling"], ["bubble over", "overflow with a certain feeling"], ["brim over", "flow or run over (a limit or brim)"]]}, {"answer": "overlook", "hint": "synonyms for overlook", "clues": [["miss", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["look out on", "be oriented in a certain direction"], ["overtop", "look down on"], ["dominate", "look down on"], ["pretermit", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["look across", "be oriented in a certain direction"], ["look out over", "be oriented in a certain direction"], ["leave out", "leave undone or leave out"], ["neglect", "leave undone or leave out"], ["command", "look down on"]]}, {"answer": "override", "hint": "synonyms for override", "clues": [["overthrow", "rule against"], ["overturn", "rule against"], ["reverse", "rule against"], ["overrule", "rule against"]]}, {"answer": "overrun", "hint": "synonyms for overrun", "clues": [["invade", "occupy in large numbers or live on a host"], ["brim over", "flow or run over (a limit or brim)"], ["run over", "flow or run over (a limit or brim)"], ["infest", "occupy in large numbers or live on a host"], ["well over", "flow or run over (a limit or brim)"], ["overflow", "flow or run over (a limit or brim)"]]}, {"answer": "overtaking", "hint": "synonyms for overtaking", "clues": [["overtake", "travel past"], ["overpower", "overcome, as with emotions or perceptual stimuli"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["catch", "catch up with and possibly overtake"], ["sweep over", "overcome, as with emotions or perceptual stimuli"], ["overhaul", "travel past"], ["pass", "travel past"], ["overcome", "overcome, as with emotions or perceptual stimuli"], ["overwhelm", "overcome, as with emotions or perceptual stimuli"], ["catch up with", "catch up with and possibly overtake"]]}, {"answer": "overthrow", "hint": "synonyms for overthrow", "clues": [["overturn", "cause the downfall of; of rulers"], ["reverse", "rule against"], ["overrule", "rule against"], ["override", "rule against"], ["subvert", "cause the downfall of; of rulers"], ["bring down", "cause the downfall of; of rulers"]]}, {"answer": "overturn", "hint": "synonyms for overturn", "clues": [["lift", "cancel officially"], ["revoke", "cancel officially"], ["turn over", "turn from an upright or normal position"], ["tip over", "turn from an upright or normal position"], ["upset", "cause to overturn from an upright or normal position"], ["bring down", "cause the downfall of; of rulers"], ["rescind", "cancel officially"], ["reverse", "rule against"], ["knock over", "cause to overturn from an upright or normal position"], ["repeal", "cancel officially"], ["bowl over", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"], ["overthrow", "rule against"], ["overrule", "rule against"], ["override", "rule against"], ["subvert", "cause the downfall of; of rulers"], ["vacate", "cancel officially"], ["revolutionise", "change radically"], ["countermand", "cancel officially"], ["annul", "cancel officially"]]}, {"answer": "pack", "hint": "synonyms for pack", "clues": [["tamp down", "press down tightly"], ["bundle", "compress into a wad"], ["load down", "load with a pack"], ["compact", "have the property of being packable or of compacting easily"], ["carry", "have with oneself; have on one's person"], ["pile", "press tightly together or cram"], ["jam", "press tightly together or cram"], ["throng", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["take", "have with oneself; have on one's person"], ["wad", "compress into a wad"], ["backpack", "hike with a backpack"], ["tamp", "press down tightly"]]}, {"answer": "packing", "hint": "synonyms for packing", "clues": [["pack", "seal with packing"], ["load down", "load with a pack"], ["compact", "have the property of being packable or of compacting easily"], ["pile", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["jam", "press tightly together or cram"], ["wad", "compress into a wad"], ["tamp down", "press down tightly"], ["bundle", "compress into a wad"], ["carry", "have with oneself; have on one's person"], ["throng", "press tightly together or cram"], ["take", "have with oneself; have on one's person"], ["backpack", "hike with a backpack"], ["tamp", "press down tightly"]]}, {"answer": "pad", "hint": "synonyms for pad", "clues": [["aggrandize", "add details to"], ["blow up", "add details to"], ["slog", "walk heavily and firmly, as when weary, or through mud"], ["bolster", "add padding to"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["dramatize", "add details to"], ["trudge", "walk heavily and firmly, as when weary, or through mud"], ["embellish", "add details to"], ["lard", "add details to"], ["fill out", "line or stuff with soft material"], ["tramp", "walk heavily and firmly, as when weary, or through mud"], ["embroider", "add details to"]]}, {"answer": "padding", "hint": "synonyms for padding", "clues": [["pad", "add details to"], ["blow up", "add details to"], ["slog", "walk heavily and firmly, as when weary, or through mud"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["dramatise", "add details to"], ["fill out", "line or stuff with soft material"], ["embroider", "add details to"], ["aggrandize", "add details to"], ["bolster", "add padding to"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["trudge", "walk heavily and firmly, as when weary, or through mud"], ["embellish", "add details to"], ["lard", "add details to"], ["tramp", "walk heavily and firmly, as when weary, or through mud"]]}, {"answer": "paddle", "hint": "synonyms for paddle", "clues": [["larrup", "give a spanking to; subject to a spanking"], ["dodder", "walk unsteadily"], ["totter", "walk unsteadily"], ["dabble", "play in or as if in water, as of small children"], ["toddle", "walk unsteadily"], ["waddle", "walk unsteadily"], ["coggle", "walk unsteadily"], ["spank", "give a spanking to; subject to a spanking"], ["splash around", "play in or as if in water, as of small children"]]}, {"answer": "pain", "hint": "synonyms for pain", "clues": [["hurt", "cause emotional anguish or make miserable"], ["anguish", "cause emotional anguish or make miserable"], ["ail", "cause bodily suffering to and make sick or indisposed"], ["trouble", "cause bodily suffering to and make sick or indisposed"]]}, {"answer": "pains", "hint": "synonyms for pains", "clues": [["pain", "cause bodily suffering to and make sick or indisposed"], ["hurt", "cause emotional anguish or make miserable"], ["anguish", "cause emotional anguish or make miserable"], ["ail", "cause bodily suffering to and make sick or indisposed"], ["trouble", "cause bodily suffering to and make sick or indisposed"]]}, {"answer": "pair", "hint": "synonyms for pair", "clues": [["partner off", "form a pair or pairs"], ["copulate", "engage in sexual intercourse"], ["match", "bring two objects, ideas, or people together"], ["couple", "engage in sexual intercourse"], ["pair off", "form a pair or pairs"], ["geminate", "arrange in pairs"], ["mate", "engage in sexual intercourse"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "pairing", "hint": "synonyms for pairing", "clues": [["partner off", "form a pair or pairs"], ["copulate", "engage in sexual intercourse"], ["match", "bring two objects, ideas, or people together"], ["couple", "engage in sexual intercourse"], ["pair off", "form a pair or pairs"], ["geminate", "arrange in pairs"], ["pair", "form a pair or pairs"], ["mate", "engage in sexual intercourse"], ["twin", "bring two objects, ideas, or people together"]]}, {"answer": "palaver", "hint": "synonyms for palaver", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"], ["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "paling", "hint": "synonyms for paling", "clues": [["pal", "become friends; act friendly towards"], ["blanch", "turn pale, as if in fear"], ["chum up", "become friends; act friendly towards"], ["blench", "turn pale, as if in fear"], ["pal up", "become friends; act friendly towards"]]}, {"answer": "palisade", "hint": "synonyms for palisade", "clues": [["fence in", "surround with a wall in order to fortify"], ["wall", "surround with a wall in order to fortify"], ["fence", "surround with a wall in order to fortify"], ["surround", "surround with a wall in order to fortify"]]}, {"answer": "pall", "hint": "synonyms for pall", "clues": [["daunt", "cause to lose courage"], ["jade", "lose interest or become bored with something or somebody"], ["frighten off", "cause to lose courage"], ["tire", "lose interest or become bored with something or somebody"], ["dull", "become less interesting or attractive"], ["scare away", "cause to lose courage"], ["cloy", "cause surfeit through excess though initially pleasing"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["become flat", "lose sparkle or bouquet"], ["die", "lose sparkle or bouquet"], ["weary", "lose interest or become bored with something or somebody"], ["fatigue", "lose interest or become bored with something or somebody"]]}, {"answer": "paltering", "hint": "synonyms for paltering", "clues": [["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information"]]}, {"answer": "pan", "hint": "synonyms for pan", "clues": [["tear apart", "express a totally negative opinion of"], ["pan out", "wash dirt in a pan to separate out the precious minerals"], ["pan off", "wash dirt in a pan to separate out the precious minerals"], ["trash", "express a totally negative opinion of"]]}, {"answer": "pander", "hint": "synonyms for pander", "clues": [["pimp", "arrange for sexual partners for others"], ["gratify", "yield (to); give satisfaction to"], ["indulge", "yield (to); give satisfaction to"], ["procure", "arrange for sexual partners for others"]]}, {"answer": "panting", "hint": "synonyms for panting", "clues": [["gasp", "breathe noisily, as when one is exhausted"], ["heave", "breathe noisily, as when one is exhausted"], ["pant", "utter while panting, as if out of breath"], ["puff", "breathe noisily, as when one is exhausted"]]}, {"answer": "pants", "hint": "synonyms for pants", "clues": [["gasp", "breathe noisily, as when one is exhausted"], ["heave", "breathe noisily, as when one is exhausted"], ["pant", "utter while panting, as if out of breath"], ["puff", "breathe noisily, as when one is exhausted"]]}, {"answer": "parade", "hint": "synonyms for parade", "clues": [["exhibit", "walk ostentatiously"], ["march", "walk ostentatiously"], ["promenade", "march in a procession"], ["troop", "march in a procession"]]}, {"answer": "parent", "hint": "synonyms for parent", "clues": [["rear", "bring up"], ["raise", "bring up"], ["bring up", "bring up"], ["nurture", "bring up"]]}, {"answer": "paring", "hint": "synonyms for paring", "clues": [["pare", "cut small bits or pare shavings from"], ["skin", "strip the skin off"], ["pare down", "decrease gradually or bit by bit"], ["peel", "strip the skin off"], ["whittle", "cut small bits or pare shavings from"], ["trim", "remove the edges from and cut down to the desired size"]]}, {"answer": "parry", "hint": "synonyms for parry", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["deflect", "impede the movement of (an opponent or a ball)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["block", "impede the movement of (an opponent or a ball)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "parting", "hint": "synonyms for parting", "clues": [["split up", "discontinue an association or relation; go different ways"], ["break up", "discontinue an association or relation; go different ways"], ["take off", "leave"], ["split", "go one's own way; move apart"], ["separate", "go one's own way; move apart"], ["part", "go one's own way; move apart"], ["depart", "leave"], ["set forth", "leave"], ["start", "leave"], ["divide", "force, take, or pull apart"], ["set out", "leave"], ["set off", "leave"], ["disunite", "force, take, or pull apart"], ["break", "discontinue an association or relation; go different ways"], ["start out", "leave"]]}, {"answer": "parts", "hint": "synonyms for parts", "clues": [["split up", "discontinue an association or relation; go different ways"], ["break up", "discontinue an association or relation; go different ways"], ["take off", "leave"], ["split", "go one's own way; move apart"], ["separate", "go one's own way; move apart"], ["part", "go one's own way; move apart"], ["depart", "leave"], ["set forth", "leave"], ["start", "leave"], ["divide", "force, take, or pull apart"], ["set out", "leave"], ["set off", "leave"], ["disunite", "force, take, or pull apart"], ["break", "discontinue an association or relation; go different ways"], ["start out", "leave"]]}, {"answer": "pasture", "hint": "synonyms for pasture", "clues": [["browse", "feed as in a meadow or pasture"], ["graze", "feed as in a meadow or pasture"], ["crop", "let feed in a field or pasture or meadow"], ["range", "feed as in a meadow or pasture"]]}, {"answer": "patter", "hint": "synonyms for patter", "clues": [["pitter-patter", "make light, rapid and repeated sounds"], ["spatter", "rain gently"], ["spit", "rain gently"], ["sprinkle", "rain gently"]]}, {"answer": "pay", "hint": "synonyms for pay", "clues": [["devote", "dedicate"], ["yield", "bring in"], ["pay up", "cancel or discharge a debt"], ["bear", "bring in"], ["compensate", "do or give something to somebody in return"], ["pay off", "do or give something to somebody in return"], ["give", "dedicate"], ["ante up", "cancel or discharge a debt"], ["make up", "do or give something to somebody in return"]]}, {"answer": "peach", "hint": "synonyms for peach", "clues": [["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["spill the beans", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "peck", "hint": "synonyms for peck", "clues": [["beak", "hit lightly with a picking motion"], ["smack", "kiss lightly"], ["peck at", "eat like a bird"], ["pick", "hit lightly with a picking motion"], ["pick up", "eat by pecking at, like a bird"], ["nag", "bother persistently with trivial complaints"], ["hen-peck", "bother persistently with trivial complaints"]]}, {"answer": "peddling", "hint": "synonyms for peddling", "clues": [["vend", "sell or offer for sale from place to place"], ["pitch", "sell or offer for sale from place to place"], ["monger", "sell or offer for sale from place to place"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "pee", "hint": "synonyms for pee", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "peeing", "hint": "synonyms for peeing", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "peel", "hint": "synonyms for peel", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["flake", "come off in flakes or thin small pieces"], ["peel off", "come off in flakes or thin small pieces"], ["skin", "strip the skin off"], ["flake off", "come off in flakes or thin small pieces"], ["unclothe", "get undressed"], ["undress", "get undressed"], ["strip down", "get undressed"], ["strip", "get undressed"], ["pare", "strip the skin off"]]}, {"answer": "peeling", "hint": "synonyms for peeling", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["peel", "come off in flakes or thin small pieces"], ["flake", "come off in flakes or thin small pieces"], ["peel off", "come off in flakes or thin small pieces"], ["skin", "strip the skin off"], ["flake off", "come off in flakes or thin small pieces"], ["unclothe", "get undressed"], ["undress", "get undressed"], ["strip down", "get undressed"], ["strip", "get undressed"], ["pare", "strip the skin off"]]}, {"answer": "pelt", "hint": "synonyms for pelt", "clues": [["pour", "rain heavily"], ["pepper", "attack and bombard with or as if with missiles"], ["stream", "rain heavily"], ["rain cats and dogs", "rain heavily"], ["rain buckets", "rain heavily"], ["bombard", "cast, hurl, or throw repeatedly with some missile"]]}, {"answer": "pelting", "hint": "synonyms for pelting", "clues": [["pour", "rain heavily"], ["pepper", "attack and bombard with or as if with missiles"], ["pelt", "attack and bombard with or as if with missiles"], ["bombard", "cast, hurl, or throw repeatedly with some missile"], ["stream", "rain heavily"], ["rain cats and dogs", "rain heavily"], ["rain buckets", "rain heavily"]]}, {"answer": "penning", "hint": "synonyms for penning", "clues": [["pen", "produce a literary work"], ["indite", "produce a literary work"], ["compose", "produce a literary work"], ["write", "produce a literary work"]]}, {"answer": "percolate", "hint": "synonyms for percolate", "clues": [["perk", "gain or regain energy"], ["gain vigor", "gain or regain energy"], ["perk up", "gain or regain energy"], ["sink in", "pass through"], ["leach", "permeate or penetrate gradually"], ["pick up", "gain or regain energy"], ["permeate", "pass through"], ["filter", "pass through"]]}, {"answer": "peril", "hint": "synonyms for peril", "clues": [["endanger", "pose a threat to; present a danger to"], ["jeopardize", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["queer", "put in a dangerous, disadvantageous, or difficult position"], ["menace", "pose a threat to; present a danger to"], ["expose", "put in a dangerous, disadvantageous, or difficult position"], ["scupper", "put in a dangerous, disadvantageous, or difficult position"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "perk", "hint": "synonyms for perk", "clues": [["gain vigor", "gain or regain energy"], ["percolate", "gain or regain energy"], ["pick up", "gain or regain energy"], ["perk up", "gain or regain energy"]]}, {"answer": "permit", "hint": "synonyms for permit", "clues": [["allow", "consent to, give permission"], ["let", "consent to, give permission"], ["tolerate", "allow the presence of or allow (an activity) without opposing or prohibiting"], ["countenance", "consent to, give permission"]]}, {"answer": "pervert", "hint": "synonyms for pervert", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["misuse", "change the inherent purpose or function of something"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["abuse", "change the inherent purpose or function of something"], ["profane", "corrupt morally or by intemperance or sensuality"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "phone", "hint": "synonyms for phone", "clues": [["call up", "get or try to get into communication (with someone) by telephone"], ["ring", "get or try to get into communication (with someone) by telephone"], ["call", "get or try to get into communication (with someone) by telephone"], ["telephone", "get or try to get into communication (with someone) by telephone"]]}, {"answer": "phrase", "hint": "synonyms for phrase", "clues": [["articulate", "put into words or an expression"], ["formulate", "put into words or an expression"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"]]}, {"answer": "phrasing", "hint": "synonyms for phrasing", "clues": [["formulate", "put into words or an expression"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"], ["articulate", "put into words or an expression"], ["phrase", "put into words or an expression"]]}, {"answer": "pick", "hint": "synonyms for pick", "clues": [["blame", "harass with constant criticism"], ["plunk", "pull lightly but sharply with a plucking motion"], ["clean", "remove unwanted substances from, such as feathers or pits"], ["pluck", "pull lightly but sharply with a plucking motion"], ["piece", "eat intermittently; take small bites of"], ["peck", "hit lightly with a picking motion"], ["foot", "pay for something"], ["find fault", "harass with constant criticism"], ["beak", "hit lightly with a picking motion"], ["nibble", "eat intermittently; take small bites of"], ["break up", "attack with or as if with a pickaxe of ice or rocky ground, for example"], ["cull", "look for and gather"]]}, {"answer": "picking", "hint": "synonyms for picking", "clues": [["clean", "remove unwanted substances from, such as feathers or pits"], ["pick", "provoke"], ["peck", "hit lightly with a picking motion"], ["beak", "hit lightly with a picking motion"], ["break up", "attack with or as if with a pickaxe of ice or rocky ground, for example"], ["blame", "harass with constant criticism"], ["plunk", "pull lightly but sharply with a plucking motion"], ["pluck", "pull lightly but sharply with a plucking motion"], ["piece", "eat intermittently; take small bites of"], ["foot", "pay for something"], ["find fault", "harass with constant criticism"], ["nibble", "eat intermittently; take small bites of"], ["cull", "look for and gather"]]}, {"answer": "pickings", "hint": "synonyms for pickings", "clues": [["clean", "remove unwanted substances from, such as feathers or pits"], ["pick", "provoke"], ["peck", "hit lightly with a picking motion"], ["beak", "hit lightly with a picking motion"], ["break up", "attack with or as if with a pickaxe of ice or rocky ground, for example"], ["blame", "harass with constant criticism"], ["plunk", "pull lightly but sharply with a plucking motion"], ["pluck", "pull lightly but sharply with a plucking motion"], ["piece", "eat intermittently; take small bites of"], ["foot", "pay for something"], ["find fault", "harass with constant criticism"], ["nibble", "eat intermittently; take small bites of"], ["cull", "look for and gather"]]}, {"answer": "picture", "hint": "synonyms for picture", "clues": [["depict", "show in, or as in, a picture"], ["fancy", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["show", "show in, or as in, a picture"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["render", "show in, or as in, a picture"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "picturing", "hint": "synonyms for picturing", "clues": [["depict", "show in, or as in, a picture"], ["fancy", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["show", "show in, or as in, a picture"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["render", "show in, or as in, a picture"], ["picture", "show in, or as in, a picture"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "piddle", "hint": "synonyms for piddle", "clues": [["pee-pee", "eliminate urine"], ["trifle", "waste time; spend one's time idly or inefficiently"], ["piddle away", "waste time; spend one's time idly or inefficiently"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["piss", "eliminate urine"], ["wanton", "waste time; spend one's time idly or inefficiently"], ["puddle", "eliminate urine"], ["wanton away", "waste time; spend one's time idly or inefficiently"], ["relieve oneself", "eliminate urine"], ["make water", "eliminate urine"], ["urinate", "eliminate urine"], ["make", "eliminate urine"], ["micturate", "eliminate urine"], ["wee", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"]]}, {"answer": "piece", "hint": "synonyms for piece", "clues": [["assemble", "create by putting components or members together"], ["pick", "eat intermittently; take small bites of"], ["set up", "create by putting components or members together"], ["nibble", "eat intermittently; take small bites of"], ["tack", "create by putting components or members together"], ["patch", "to join or unite the pieces of"], ["tack together", "create by putting components or members together"], ["put together", "create by putting components or members together"]]}, {"answer": "piffle", "hint": "synonyms for piffle", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "pig", "hint": "synonyms for pig", "clues": [["guttle", "eat greedily"], ["raven", "eat greedily"], ["farrow", "give birth"], ["devour", "eat greedily"], ["pig it", "live like a pig, in squalor"]]}, {"answer": "pile", "hint": "synonyms for pile", "clues": [["throng", "press tightly together or cram"], ["pack", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["heap", "arrange in stacks"], ["jam", "press tightly together or cram"], ["stack", "arrange in stacks"]]}, {"answer": "piles", "hint": "synonyms for piles", "clues": [["pack", "press tightly together or cram"], ["pile", "place or lay as if in a pile"], ["heap", "arrange in stacks"], ["throng", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["stack", "arrange in stacks"], ["jam", "press tightly together or cram"]]}, {"answer": "piling", "hint": "synonyms for piling", "clues": [["pack", "press tightly together or cram"], ["pile", "place or lay as if in a pile"], ["heap", "arrange in stacks"], ["throng", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["stack", "arrange in stacks"], ["jam", "press tightly together or cram"]]}, {"answer": "pillage", "hint": "synonyms for pillage", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "pillaging", "hint": "synonyms for pillaging", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "pillory", "hint": "synonyms for pillory", "clues": [["crucify", "criticize harshly or violently"], ["blast", "criticize harshly or violently"], ["gibbet", "expose to ridicule or public scorn"], ["savage", "criticize harshly or violently"]]}, {"answer": "pinch", "hint": "synonyms for pinch", "clues": [["pilfer", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["crimp", "make ridges into by pinching together"], ["swipe", "make off with belongings of others"], ["top", "cut the top off"], ["squeeze", "squeeze tightly between the fingers"], ["tweet", "squeeze tightly between the fingers"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["nip", "squeeze tightly between the fingers"], ["vellicate", "irritate as if by a nip, pinch, or tear"], ["twitch", "squeeze tightly between the fingers"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["twinge", "squeeze tightly between the fingers"], ["abstract", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "pine", "hint": "synonyms for pine", "clues": [["yearn", "have a desire for something or someone who is not present"], ["ache", "have a desire for something or someone who is not present"], ["yen", "have a desire for something or someone who is not present"], ["languish", "have a desire for something or someone who is not present"]]}, {"answer": "pining", "hint": "synonyms for pining", "clues": [["pin", "attach or fasten with pins or as if with pins; ."], ["languish", "have a desire for something or someone who is not present"], ["trap", "to hold fast or prevent from moving"], ["ache", "have a desire for something or someone who is not present"], ["immobilize", "to hold fast or prevent from moving"], ["yearn", "have a desire for something or someone who is not present"], ["yen", "have a desire for something or someone who is not present"]]}, {"answer": "pip", "hint": "synonyms for pip", "clues": [["whip", "defeat thoroughly"], ["hit", "hit with a missile from a weapon"], ["shoot", "hit with a missile from a weapon"], ["worst", "defeat thoroughly"], ["mop up", "defeat thoroughly"], ["rack up", "defeat thoroughly"]]}, {"answer": "piss", "hint": "synonyms for piss", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "pissing", "hint": "synonyms for pissing", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "pit", "hint": "synonyms for pit", "clues": [["match", "set into opposition or rivalry"], ["mark", "mark with a scar"], ["scar", "mark with a scar"], ["play off", "set into opposition or rivalry"], ["pock", "mark with a scar"], ["stone", "remove the pits from"], ["oppose", "set into opposition or rivalry"]]}, {"answer": "pitch", "hint": "synonyms for pitch", "clues": [["incline", "be at an angle"], ["toss", "throw or toss with a light motion"], ["tilt", "heel over"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["slope", "be at an angle"], ["cant over", "heel over"], ["sky", "throw or toss with a light motion"], ["cant", "heel over"], ["shift", "move abruptly"], ["set up", "erect and fasten"], ["gear", "set the level or character of"], ["lurch", "move abruptly"], ["slant", "heel over"], ["deliver", "throw or hurl from the mound to the batter, as in baseball"], ["vend", "sell or offer for sale from place to place"], ["flip", "throw or toss with a light motion"], ["monger", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "pitching", "hint": "synonyms for pitching", "clues": [["pitch", "sell or offer for sale from place to place"], ["toss", "throw or toss with a light motion"], ["incline", "be at an angle"], ["tilt", "heel over"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["slope", "be at an angle"], ["sky", "throw or toss with a light motion"], ["cant over", "heel over"], ["cant", "heel over"], ["shift", "move abruptly"], ["set up", "erect and fasten"], ["gear", "set the level or character of"], ["lurch", "move abruptly"], ["slant", "heel over"], ["deliver", "throw or hurl from the mound to the batter, as in baseball"], ["vend", "sell or offer for sale from place to place"], ["flip", "throw or toss with a light motion"], ["monger", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "pitting", "hint": "synonyms for pitting", "clues": [["mark", "mark with a scar"], ["pock", "mark with a scar"], ["oppose", "set into opposition or rivalry"], ["pit", "remove the pits from"], ["match", "set into opposition or rivalry"], ["scar", "mark with a scar"], ["play off", "set into opposition or rivalry"], ["stone", "remove the pits from"]]}, {"answer": "pity", "hint": "synonyms for pity", "clues": [["feel for", "share the suffering of"], ["compassionate", "share the suffering of"], ["condole with", "share the suffering of"], ["sympathize with", "share the suffering of"]]}, {"answer": "place", "hint": "synonyms for place", "clues": [["set", "locate"], ["locate", "assign a location to"], ["grade", "assign a rank or rating to"], ["come out", "take a place in a competition; often followed by an ordinal"], ["localise", "locate"], ["position", "put into a certain place or abstract location"], ["station", "assign to a station"], ["lay", "put into a certain place or abstract location"], ["rank", "assign a rank or rating to"], ["put", "put into a certain place or abstract location"], ["target", "intend (something) to move towards a certain goal"], ["rate", "assign a rank or rating to"], ["come in", "take a place in a competition; often followed by an ordinal"], ["commit", "make an investment"], ["identify", "recognize as being; establish the identity of someone or something"], ["send", "assign to a station"], ["pose", "put into a certain place or abstract location"], ["site", "assign a location to"], ["range", "assign a rank or rating to"], ["point", "intend (something) to move towards a certain goal"], ["direct", "intend (something) to move towards a certain goal"], ["post", "assign to a station"], ["aim", "intend (something) to move towards a certain goal"], ["order", "assign a rank or rating to"], ["invest", "make an investment"]]}, {"answer": "plague", "hint": "synonyms for plague", "clues": [["blight", "cause to suffer a blight"], ["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"]]}, {"answer": "plan", "hint": "synonyms for plan", "clues": [["design", "make or work out a plan for; devise"], ["be after", "have the will and intention to carry out some action"], ["contrive", "make or work out a plan for; devise"], ["project", "make or work out a plan for; devise"]]}, {"answer": "plank", "hint": "synonyms for plank", "clues": [["plunk", "set (something or oneself) down with or as if with a noise"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plank over", "cover with planks"], ["plump", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["plunk down", "set (something or oneself) down with or as if with a noise"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "planking", "hint": "synonyms for planking", "clues": [["plunk", "set (something or oneself) down with or as if with a noise"], ["plank", "cook and serve on a plank"], ["plump", "set (something or oneself) down with or as if with a noise"], ["plank over", "cover with planks"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["plunk down", "set (something or oneself) down with or as if with a noise"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "planning", "hint": "synonyms for planning", "clues": [["design", "make a design of; plan out in systematic, often graphic form"], ["be after", "have the will and intention to carry out some action"], ["plan", "have the will and intention to carry out some action"], ["project", "make or work out a plan for; devise"], ["contrive", "make or work out a plan for; devise"]]}, {"answer": "plant", "hint": "synonyms for plant", "clues": [["set", "put or set (seeds, seedlings, or plants) into the ground"], ["engraft", "fix or set securely or deeply"], ["establish", "set up or lay the groundwork for"], ["found", "set up or lay the groundwork for"], ["embed", "fix or set securely or deeply"], ["constitute", "set up or lay the groundwork for"], ["imbed", "fix or set securely or deeply"], ["implant", "put firmly in the mind"], ["institute", "set up or lay the groundwork for"]]}, {"answer": "planting", "hint": "synonyms for planting", "clues": [["plant", "place something or someone in a certain position in order to secretly observe or deceive"], ["institute", "set up or lay the groundwork for"], ["set", "put or set (seeds, seedlings, or plants) into the ground"], ["engraft", "fix or set securely or deeply"], ["found", "set up or lay the groundwork for"], ["embed", "fix or set securely or deeply"], ["constitute", "set up or lay the groundwork for"], ["imbed", "fix or set securely or deeply"], ["implant", "put firmly in the mind"], ["establish", "set up or lay the groundwork for"]]}, {"answer": "plash", "hint": "synonyms for plash", "clues": [["splash", "dash a liquid upon or against"], ["spatter", "dash a liquid upon or against"], ["pleach", "interlace the shoots of"], ["splosh", "dash a liquid upon or against"], ["swash", "dash a liquid upon or against"]]}, {"answer": "plaster", "hint": "synonyms for plaster", "clues": [["daub", "coat with plaster"], ["plaster over", "apply a heavy coat to"], ["poultice", "dress by covering with a therapeutic substance"], ["stick on", "apply a heavy coat to"], ["beplaster", "cover conspicuously or thickly, as by pasting something on"]]}, {"answer": "plastering", "hint": "synonyms for plastering", "clues": [["plaster", "apply a heavy coat to"], ["plaster over", "apply a heavy coat to"], ["stick on", "apply a heavy coat to"], ["daub", "coat with plaster"], ["poultice", "dress by covering with a therapeutic substance"]]}, {"answer": "play", "hint": "synonyms for play", "clues": [["represent", "play a role or part"], ["toy", "engage in an activity as if it were a game rather than take it seriously"], ["bring", "cause to happen or to occur as a consequence"], ["dally", "consider not very seriously"], ["run", "cause to emit recorded audio or video"], ["bet", "stake on the outcome of an issue"], ["diddle", "manipulate manually or in one's mind or imagination"], ["fiddle", "manipulate manually or in one's mind or imagination"], ["work", "cause to happen or to occur as a consequence"], ["playact", "perform on a stage or theater"], ["act", "play a role or part"], ["encounter", "contend against an opponent in a sport, game, or battle"], ["make for", "cause to happen or to occur as a consequence"], ["spiel", "replay (as a melody)"], ["wreak", "cause to happen or to occur as a consequence"], ["take on", "contend against an opponent in a sport, game, or battle"], ["trifle", "consider not very seriously"], ["flirt", "behave carelessly or indifferently"], ["wager", "stake on the outcome of an issue"], ["meet", "contend against an opponent in a sport, game, or battle"], ["recreate", "engage in recreational activities rather than work; occupy oneself in a diversion"], ["roleplay", "perform on a stage or theater"], ["act as", "pretend to have certain qualities or state of mind"]]}, {"answer": "playacting", "hint": "synonyms for playacting", "clues": [["act", "perform on a stage or theater"], ["play", "perform on a stage or theater"], ["playact", "perform on a stage or theater"], ["roleplay", "perform on a stage or theater"]]}, {"answer": "playing", "hint": "synonyms for playing", "clues": [["play", "stake on the outcome of an issue"], ["toy", "engage in an activity as if it were a game rather than take it seriously"], ["bring", "cause to happen or to occur as a consequence"], ["dally", "consider not very seriously"], ["act", "play a role or part"], ["encounter", "contend against an opponent in a sport, game, or battle"], ["make for", "cause to happen or to occur as a consequence"], ["spiel", "replay (as a melody)"], ["take on", "contend against an opponent in a sport, game, or battle"], ["trifle", "consider not very seriously"], ["meet", "contend against an opponent in a sport, game, or battle"], ["recreate", "engage in recreational activities rather than work; occupy oneself in a diversion"], ["act as", "pretend to have certain qualities or state of mind"], ["represent", "play a role or part"], ["run", "cause to emit recorded audio or video"], ["diddle", "manipulate manually or in one's mind or imagination"], ["fiddle", "manipulate manually or in one's mind or imagination"], ["work", "cause to happen or to occur as a consequence"], ["playact", "perform on a stage or theater"], ["wreak", "cause to happen or to occur as a consequence"], ["flirt", "behave carelessly or indifferently"], ["wager", "stake on the outcome of an issue"], ["roleplay", "perform on a stage or theater"], ["bet", "stake on the outcome of an issue"]]}, {"answer": "pledge", "hint": "synonyms for pledge", "clues": [["plight", "promise solemnly and formally"], ["salute", "propose a toast to"], ["drink", "propose a toast to"], ["wassail", "propose a toast to"], ["subscribe", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals"], ["toast", "propose a toast to"]]}, {"answer": "plight", "hint": "synonyms for plight", "clues": [["pledge", "promise solemnly and formally"], ["engage", "give to in marriage"], ["betroth", "give to in marriage"], ["affiance", "give to in marriage"]]}, {"answer": "plod", "hint": "synonyms for plod", "clues": [["slog", "walk heavily and firmly, as when weary, or through mud"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["tramp", "walk heavily and firmly, as when weary, or through mud"], ["pad", "walk heavily and firmly, as when weary, or through mud"], ["trudge", "walk heavily and firmly, as when weary, or through mud"]]}, {"answer": "plonk", "hint": "synonyms for plonk", "clues": [["plunk down", "set (something or oneself) down with or as if with a noise"], ["plunk", "set (something or oneself) down with or as if with a noise"], ["plump", "set (something or oneself) down with or as if with a noise"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plank", "set (something or oneself) down with or as if with a noise"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "plow", "hint": "synonyms for plow", "clues": [["address", "act on verbally or in some form of artistic expression"], ["handle", "act on verbally or in some form of artistic expression"], ["treat", "act on verbally or in some form of artistic expression"], ["plough", "to break and turn over earth especially with a plow"], ["cover", "act on verbally or in some form of artistic expression"], ["turn", "to break and turn over earth especially with a plow"], ["deal", "act on verbally or in some form of artistic expression"]]}, {"answer": "plowing", "hint": "synonyms for plowing", "clues": [["address", "act on verbally or in some form of artistic expression"], ["plow", "act on verbally or in some form of artistic expression"], ["cover", "act on verbally or in some form of artistic expression"], ["deal", "act on verbally or in some form of artistic expression"], ["plough", "move in a way resembling that of a plow cutting into or going through the soil"], ["handle", "act on verbally or in some form of artistic expression"], ["treat", "act on verbally or in some form of artistic expression"], ["turn", "to break and turn over earth especially with a plow"]]}, {"answer": "pluck", "hint": "synonyms for pluck", "clues": [["pull off", "pull or pull out sharply"], ["hook", "rip off; ask an unreasonable price"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity"], ["deplume", "strip of feathers"], ["rob", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["roll", "sell something to or obtain something from by energetic and especially underhanded activity"], ["pick", "pull lightly but sharply with a plucking motion"], ["displume", "strip of feathers"], ["gazump", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["fleece", "rip off; ask an unreasonable price"], ["plunk", "pull lightly but sharply with a plucking motion"], ["pull", "strip of feathers"], ["tear", "strip of feathers"], ["tweak", "pull or pull out sharply"], ["pick off", "pull or pull out sharply"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["cull", "look for and gather"]]}, {"answer": "plug", "hint": "synonyms for plug", "clues": [["punch", "deliver a quick blow to"], ["stop up", "fill or close tightly with or as if with a plug"], ["plug away", "persist in working hard"], ["secure", "fill or close tightly with or as if with a plug"]]}, {"answer": "plume", "hint": "synonyms for plume", "clues": [["fleece", "rip off; ask an unreasonable price"], ["hook", "rip off; ask an unreasonable price"], ["congratulate", "be proud of"], ["rob", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["primp", "dress or groom with elaborate care"], ["preen", "dress or groom with elaborate care"], ["surcharge", "rip off; ask an unreasonable price"], ["dress", "dress or groom with elaborate care"], ["pluck", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"], ["pride", "be proud of"]]}, {"answer": "plunder", "hint": "synonyms for plunder", "clues": [["loot", "steal goods; take as spoils"], ["spoil", "destroy and strip of its possession"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["sack", "plunder (a town) after capture"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["rape", "destroy and strip of its possession"], ["strip", "steal goods; take as spoils"], ["violate", "destroy and strip of its possession"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "plunge", "hint": "synonyms for plunge", "clues": [["dip", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["engulf", "devote (oneself) fully to"], ["plunk", "drop steeply"], ["dump", "fall abruptly"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["absorb", "devote (oneself) fully to"], ["engross", "devote (oneself) fully to"], ["dive", "drop steeply"], ["immerse", "devote (oneself) fully to"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["launch", "begin with vigor"], ["soak up", "devote (oneself) fully to"], ["steep", "devote (oneself) fully to"], ["douse", "immerse briefly into a liquid so as to wet, coat, or saturate"]]}, {"answer": "ply", "hint": "synonyms for ply", "clues": [["provide", "give what is desired or needed, especially support, food or sustenance"], ["supply", "give what is desired or needed, especially support, food or sustenance"], ["cater", "give what is desired or needed, especially support, food or sustenance"], ["run", "travel a route regularly"]]}, {"answer": "point", "hint": "synonyms for point", "clues": [["level", "direct into a position for use"], ["channelize", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["place", "intend (something) to move towards a certain goal"], ["signal", "be a signal for or a symptom of"], ["repoint", "repair the joints of bricks"], ["charge", "direct into a position for use"], ["manoeuver", "direct the course; determine the direction of travelling"], ["target", "intend (something) to move towards a certain goal"], ["sharpen", "give a point to"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["orient", "be oriented"], ["aim", "intend (something) to move towards a certain goal"], ["betoken", "be a signal for or a symptom of"], ["luff", "sail close to the wind"], ["head", "direct the course; determine the direction of travelling"], ["bespeak", "be a signal for or a symptom of"], ["taper", "give a point to"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively"]]}, {"answer": "poke", "hint": "synonyms for poke", "clues": [["stab", "poke or thrust abruptly"], ["nose", "search or inquire in a meddlesome way"], ["dig", "poke or thrust abruptly"], ["prod", "poke or thrust abruptly"], ["pound", "hit hard with the hand, fist, or some heavy instrument"], ["pry", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["thump", "hit hard with the hand, fist, or some heavy instrument"], ["intrude", "search or inquire in a meddlesome way"], ["jab", "poke or thrust abruptly"]]}, {"answer": "poking", "hint": "synonyms for poking", "clues": [["stab", "poke or thrust abruptly"], ["nose", "search or inquire in a meddlesome way"], ["dig", "poke or thrust abruptly"], ["poke", "poke or thrust abruptly"], ["prod", "poke or thrust abruptly"], ["pry", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["pound", "hit hard with the hand, fist, or some heavy instrument"], ["thump", "hit hard with the hand, fist, or some heavy instrument"], ["intrude", "search or inquire in a meddlesome way"], ["jab", "poke or thrust abruptly"]]}, {"answer": "polishing", "hint": "synonyms for polishing", "clues": [["polish", "make (a surface) shine"], ["down", "improve or perfect by pruning or polishing"], ["brush up", "bring to a highly developed, finished, or refined state"], ["shine", "make (a surface) shine"], ["smoothen", "make (a surface) shine"], ["polish up", "bring to a highly developed, finished, or refined state"], ["round", "bring to a highly developed, finished, or refined state"], ["fine-tune", "improve or perfect by pruning or polishing"], ["round off", "bring to a highly developed, finished, or refined state"], ["refine", "improve or perfect by pruning or polishing"]]}, {"answer": "popping", "hint": "synonyms for popping", "clues": [["pop", "hit a pop-fly"], ["come out", "bulge outward"], ["kill", "drink down entirely"], ["bulge", "bulge outward"], ["pop out", "bulge outward"], ["drink down", "drink down entirely"], ["start", "bulge outward"], ["crop up", "appear suddenly or unexpectedly"], ["pop up", "appear suddenly or unexpectedly"], ["belt down", "drink down entirely"], ["bulge out", "bulge outward"], ["protrude", "bulge outward"], ["down", "drink down entirely"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"]]}, {"answer": "pore", "hint": "synonyms for pore", "clues": [["rivet", "direct one's attention on something"], ["centre", "direct one's attention on something"], ["concentrate", "direct one's attention on something"], ["center", "direct one's attention on something"], ["focus", "direct one's attention on something"]]}, {"answer": "portraying", "hint": "synonyms for portraying", "clues": [["portray", "portray in words"], ["depict", "make a portrait of"], ["present", "represent abstractly, for example in a painting, drawing, or sculpture"], ["impersonate", "assume or act the character of"], ["limn", "make a portrait of"]]}, {"answer": "pose", "hint": "synonyms for pose", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["set", "put into a certain place or abstract location"], ["amaze", "be a mystery or bewildering to"], ["present", "introduce"], ["posture", "assume a posture as for artistic purposes"], ["position", "put into a certain place or abstract location"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["model", "assume a posture as for artistic purposes"], ["sit", "assume a posture as for artistic purposes"], ["lay", "put into a certain place or abstract location"], ["dumbfound", "be a mystery or bewildering to"], ["put", "put into a certain place or abstract location"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["place", "put into a certain place or abstract location"], ["impersonate", "pretend to be someone you are not; sometimes with fraudulent intentions"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "posing", "hint": "synonyms for posing", "clues": [["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["present", "introduce"], ["posture", "assume a posture as for artistic purposes"], ["position", "put into a certain place or abstract location"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["model", "assume a posture as for artistic purposes"], ["sit", "assume a posture as for artistic purposes"], ["pose", "be a mystery or bewildering to"], ["put", "put into a certain place or abstract location"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["place", "put into a certain place or abstract location"], ["gravel", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"], ["puzzle", "be a mystery or bewildering to"], ["set", "put into a certain place or abstract location"], ["amaze", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["lay", "put into a certain place or abstract location"], ["impersonate", "pretend to be someone you are not; sometimes with fraudulent intentions"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"]]}, {"answer": "posit", "hint": "synonyms for posit", "clues": [["postulate", "take as a given; assume as a postulate or axiom"], ["situate", "put (something somewhere) firmly"], ["deposit", "put (something somewhere) firmly"], ["fix", "put (something somewhere) firmly"], ["put forward", "put before"], ["state", "put before"], ["submit", "put before"]]}, {"answer": "position", "hint": "synonyms for position", "clues": [["lay", "put into a certain place or abstract location"], ["set", "put into a certain place or abstract location"], ["put", "put into a certain place or abstract location"], ["place", "put into a certain place or abstract location"], ["pose", "put into a certain place or abstract location"]]}, {"answer": "post", "hint": "synonyms for post", "clues": [["place", "assign to a station"], ["mail", "cause to be directed or transmitted to another place"], ["brand", "mark or expose as infamous"], ["send", "assign to a station"], ["stake", "mark with a stake"], ["station", "assign to a station"], ["carry", "transfer (entries) from one account book to another"], ["put up", "place so as to be noticed"]]}, {"answer": "posting", "hint": "synonyms for posting", "clues": [["mail", "cause to be directed or transmitted to another place"], ["send", "cause to be directed or transmitted to another place"], ["post", "cause to be directed or transmitted to another place"], ["station", "assign to a station"], ["carry", "transfer (entries) from one account book to another"], ["brand", "mark or expose as infamous"], ["stake", "mark with a stake"], ["put up", "place so as to be noticed"], ["place", "assign to a station"]]}, {"answer": "postulate", "hint": "synonyms for postulate", "clues": [["posit", "take as a given; assume as a postulate or axiom"], ["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["contend", "maintain or assert"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["ask", "require as useful, just, or proper"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"]]}, {"answer": "posturing", "hint": "synonyms for posturing", "clues": [["model", "assume a posture as for artistic purposes"], ["posture", "behave affectedly or unnaturally in order to impress others"], ["sit", "assume a posture as for artistic purposes"], ["pose", "assume a posture as for artistic purposes"]]}, {"answer": "potter", "hint": "synonyms for potter", "clues": [["muck about", "do random, unplanned work or activities or spend time idly"], ["putter", "work lightly"], ["tinker", "do random, unplanned work or activities or spend time idly"], ["mess around", "do random, unplanned work or activities or spend time idly"], ["potter around", "move around aimlessly"], ["monkey", "do random, unplanned work or activities or spend time idly"], ["monkey around", "do random, unplanned work or activities or spend time idly"], ["muck around", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "pound", "hint": "synonyms for pound", "clues": [["ram", "strike or drive against with a heavy impact"], ["pound up", "shut up or confine in any enclosure or within any bounds or limits"], ["beat", "move rhythmically"], ["lumber", "move heavily or clumsily"], ["ram down", "strike or drive against with a heavy impact"], ["thump", "hit hard with the hand, fist, or some heavy instrument"], ["poke", "hit hard with the hand, fist, or some heavy instrument"], ["pound off", "partition off into compartments"], ["impound", "place or shut up in a pound"]]}, {"answer": "pounding", "hint": "synonyms for pounding", "clues": [["ram", "strike or drive against with a heavy impact"], ["pound up", "shut up or confine in any enclosure or within any bounds or limits"], ["pound", "place or shut up in a pound"], ["lumber", "move heavily or clumsily"], ["ram down", "strike or drive against with a heavy impact"], ["beat", "move rhythmically"], ["thump", "hit hard with the hand, fist, or some heavy instrument"], ["poke", "hit hard with the hand, fist, or some heavy instrument"], ["pound off", "partition off into compartments"], ["impound", "place or shut up in a pound"]]}, {"answer": "pout", "hint": "synonyms for pout", "clues": [["sulk", "be in a huff and display one's displeasure"], ["mow", "make a sad face and thrust out one's lower lip"], ["brood", "be in a huff and display one's displeasure"], ["mop", "make a sad face and thrust out one's lower lip"]]}, {"answer": "practice", "hint": "synonyms for practice", "clues": [["practise", "carry out or practice; as of jobs and professions"], ["drill", "learn by repetition"], ["commit", "engage in or perform"], ["rehearse", "engage in a rehearsal (of)"], ["use", "avail oneself to"], ["apply", "avail oneself to"], ["exercise", "carry out or practice; as of jobs and professions"], ["do", "carry out or practice; as of jobs and professions"]]}, {"answer": "prance", "hint": "synonyms for prance", "clues": [["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "prate", "hint": "synonyms for prate", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "prattle", "hint": "synonyms for prattle", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "premise", "hint": "synonyms for premise", "clues": [["premiss", "take something as preexisting and given"], ["preface", "furnish with a preface or introduction"], ["precede", "furnish with a preface or introduction"], ["introduce", "furnish with a preface or introduction"]]}, {"answer": "premises", "hint": "synonyms for premises", "clues": [["preface", "furnish with a preface or introduction"], ["premise", "take something as preexisting and given"], ["introduce", "furnish with a preface or introduction"], ["precede", "furnish with a preface or introduction"]]}, {"answer": "presage", "hint": "synonyms for presage", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["foreshadow", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "preserve", "hint": "synonyms for preserve", "clues": [["maintain", "keep in safety and protect from harm, decay, loss, or destruction"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last"], ["continue", "keep or maintain in unaltered condition; cause to remain or last"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["save", "to keep up and reserve for personal or special use"], ["keep", "prevent (food) from rotting"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "preserves", "hint": "synonyms for preserves", "clues": [["maintain", "keep in safety and protect from harm, decay, loss, or destruction"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["preserve", "maintain in safety from injury, harm, or danger"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last"], ["continue", "keep or maintain in unaltered condition; cause to remain or last"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["save", "to keep up and reserve for personal or special use"], ["keep", "prevent (food) from rotting"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "press", "hint": "synonyms for press", "clues": [["exhort", "force or impel in an indicated direction"], ["weigh", "to be oppressive or burdensome; ,"], ["urge on", "force or impel in an indicated direction"], ["compress", "squeeze or press together"], ["urge", "force or impel in an indicated direction"], ["compact", "squeeze or press together"], ["weight-lift", "lift weights"], ["iron out", "press and smooth with a heated iron"], ["adjure", "ask for or request earnestly"], ["push", "make strenuous pushing movements during birth to expel the baby"], ["squeeze", "squeeze or press together"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["iron", "press and smooth with a heated iron"], ["beseech", "ask for or request earnestly"], ["contract", "squeeze or press together"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["constrict", "squeeze or press together"], ["entreat", "ask for or request earnestly"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["conjure", "ask for or request earnestly"], ["bid", "ask for or request earnestly"], ["press out", "press from a plastic"]]}, {"answer": "pressure", "hint": "synonyms for pressure", "clues": [["blackmail", "exert pressure on someone through threats"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["squeeze", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["blackjack", "exert pressure on someone through threats"], ["force", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"]]}, {"answer": "pretending", "hint": "synonyms for pretending", "clues": [["pretend", "state insincerely"], ["affect", "make believe with the intent to deceive"], ["sham", "make believe with the intent to deceive"], ["guess", "put forward, of a guess, in spite of possible refutation"], ["profess", "state insincerely"], ["venture", "put forward, of a guess, in spite of possible refutation"], ["dissemble", "make believe with the intent to deceive"], ["hazard", "put forward, of a guess, in spite of possible refutation"], ["feign", "make believe with the intent to deceive"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like"], ["act", "behave unnaturally or affectedly"], ["make", "represent fictitiously, as in a play, or pretend to be or act like"]]}, {"answer": "prick", "hint": "synonyms for prick", "clues": [["sting", "deliver a sting to"], ["prickle", "cause a prickling sensation"], ["prick up", "raise"], ["twinge", "cause a stinging pain"], ["bite", "deliver a sting to"], ["cock up", "raise"], ["goad", "stab or urge on as if with a pointed stick"]]}, {"answer": "pricking", "hint": "synonyms for pricking", "clues": [["sting", "deliver a sting to"], ["prickle", "cause a prickling sensation"], ["prick", "make a small hole into, as with a needle or a thorn"], ["prick up", "raise"], ["goad", "stab or urge on as if with a pointed stick"], ["twinge", "cause a stinging pain"], ["bite", "deliver a sting to"], ["cock up", "raise"]]}, {"answer": "priming", "hint": "synonyms for priming", "clues": [["undercoat", "cover with a primer; apply a primer to"], ["prime", "insert a primer into (a gun, mine, or charge) preparatory to detonation or firing"], ["ground", "cover with a primer; apply a primer to"], ["prim out", "dress primly"], ["prim up", "dress primly"]]}, {"answer": "primping", "hint": "synonyms for primping", "clues": [["preen", "dress or groom with elaborate care"], ["plume", "dress or groom with elaborate care"], ["dress", "dress or groom with elaborate care"], ["primp", "dress or groom with elaborate care"]]}, {"answer": "proceeding", "hint": "synonyms for proceeding", "clues": [["proceed", "move ahead; travel onward in time or space"], ["continue", "continue talking; he continued,"], ["go forward", "move ahead; travel onward in time or space"], ["move", "follow a procedure or take a course"], ["carry on", "continue talking; he continued,"], ["go on", "continue talking; he continued,"], ["keep", "continue a certain state, condition, or activity"], ["go along", "continue a certain state, condition, or activity"], ["go", "follow a procedure or take a course"]]}, {"answer": "proceedings", "hint": "synonyms for proceedings", "clues": [["proceed", "move ahead; travel onward in time or space"], ["continue", "continue talking; he continued,"], ["go forward", "move ahead; travel onward in time or space"], ["move", "follow a procedure or take a course"], ["carry on", "continue talking; he continued,"], ["go on", "continue talking; he continued,"], ["keep", "continue a certain state, condition, or activity"], ["go along", "continue a certain state, condition, or activity"], ["go", "follow a procedure or take a course"]]}, {"answer": "proceeds", "hint": "synonyms for proceeds", "clues": [["proceed", "move ahead; travel onward in time or space"], ["continue", "continue talking; he continued,"], ["go forward", "move ahead; travel onward in time or space"], ["move", "follow a procedure or take a course"], ["carry on", "continue talking; he continued,"], ["go on", "continue talking; he continued,"], ["keep", "continue a certain state, condition, or activity"], ["go along", "continue a certain state, condition, or activity"], ["go", "follow a procedure or take a course"]]}, {"answer": "process", "hint": "synonyms for process", "clues": [["treat", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition"], ["litigate", "institute legal proceedings against; file a suit against"], ["action", "institute legal proceedings against; file a suit against"], ["work on", "shape, form, or improve a material"], ["swear out", "deliver a warrant or summons to someone"], ["serve", "deliver a warrant or summons to someone"], ["sue", "institute legal proceedings against; file a suit against"], ["work", "shape, form, or improve a material"], ["march", "march in a procession"]]}, {"answer": "processing", "hint": "synonyms for processing", "clues": [["process", "institute legal proceedings against; file a suit against"], ["treat", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition"], ["litigate", "institute legal proceedings against; file a suit against"], ["action", "institute legal proceedings against; file a suit against"], ["work on", "shape, form, or improve a material"], ["swear out", "deliver a warrant or summons to someone"], ["serve", "deliver a warrant or summons to someone"], ["sue", "institute legal proceedings against; file a suit against"], ["work", "shape, form, or improve a material"], ["march", "march in a procession"]]}, {"answer": "procuress", "hint": "synonyms for procuress", "clues": [["pander", "arrange for sexual partners for others"], ["procure", "get by special effort"], ["pimp", "arrange for sexual partners for others"], ["secure", "get by special effort"]]}, {"answer": "prod", "hint": "synonyms for prod", "clues": [["jab", "poke or thrust abruptly"], ["nudge", "to push against gently"], ["egg on", "urge on; cause to act"], ["stab", "poke or thrust abruptly"], ["dig", "poke or thrust abruptly"], ["poke", "poke or thrust abruptly"], ["incite", "urge on; cause to act"], ["poke at", "to push against gently"]]}, {"answer": "prodding", "hint": "synonyms for prodding", "clues": [["jab", "poke or thrust abruptly"], ["nudge", "to push against gently"], ["egg on", "urge on; cause to act"], ["stab", "poke or thrust abruptly"], ["prod", "to push against gently"], ["dig", "poke or thrust abruptly"], ["poke", "poke or thrust abruptly"], ["incite", "urge on; cause to act"], ["poke at", "to push against gently"]]}, {"answer": "produce", "hint": "synonyms for produce", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["make", "create or manufacture a man-made product"], ["give rise", "cause to happen, occur or exist"], ["bring about", "cause to happen, occur or exist"], ["bring forth", "bring forth or yield"], ["create", "create or manufacture a man-made product"], ["bring on", "bring onto the market or release"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["develop", "come to have or undergo a change of (physical features and attributes)"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["acquire", "come to have or undergo a change of (physical features and attributes)"]]}, {"answer": "professing", "hint": "synonyms for professing", "clues": [["profess", "state freely"], ["concede", "admit (to a wrongdoing)"], ["confess", "admit (to a wrongdoing)"], ["pretend", "state insincerely"]]}, {"answer": "profits", "hint": "synonyms for profits", "clues": [["profit", "derive a benefit from"], ["gain", "derive a benefit from"], ["turn a profit", "make a profit; gain money or materially"], ["benefit", "derive a benefit from"]]}, {"answer": "progress", "hint": "synonyms for progress", "clues": [["move on", "move forward, also in the metaphorical sense"], ["advance", "develop in a positive way"], ["build up", "form or accumulate steadily"], ["get along", "develop in a positive way"], ["go on", "move forward, also in the metaphorical sense"], ["come on", "develop in a positive way"], ["build", "form or accumulate steadily"], ["march on", "move forward, also in the metaphorical sense"], ["get on", "develop in a positive way"], ["work up", "form or accumulate steadily"], ["shape up", "develop in a positive way"], ["come along", "develop in a positive way"], ["pass on", "move forward, also in the metaphorical sense"]]}, {"answer": "project", "hint": "synonyms for project", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["externalize", "regard as objective"], ["protrude", "extend out or project in space"], ["cast", "put or send forth"], ["design", "make or work out a plan for; devise"], ["throw", "put or send forth"], ["contrive", "put or send forth"], ["stick out", "extend out or project in space"], ["jut out", "extend out or project in space"], ["visualize", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["send off", "throw, send, or cast forward"], ["propose", "present for consideration, examination, criticism, etc."], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["jut", "extend out or project in space"], ["plan", "make or work out a plan for; devise"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "promise", "hint": "synonyms for promise", "clues": [["call", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["anticipate", "make a prediction about; tell in advance"], ["prognosticate", "make a prediction about; tell in advance"], ["predict", "make a prediction about; tell in advance"], ["assure", "make a promise or commitment"], ["foretell", "make a prediction about; tell in advance"]]}, {"answer": "prompting", "hint": "synonyms for prompting", "clues": [["remind", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned"], ["instigate", "serve as the inciting cause of"], ["incite", "give an incentive for action"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["inspire", "serve as the inciting cause of"], ["move", "give an incentive for action"], ["prompt", "give an incentive for action"], ["motivate", "give an incentive for action"], ["cue", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned"]]}, {"answer": "props", "hint": "synonyms for props", "clues": [["prop", "support by placing against something solid or rigid"], ["shore up", "support by placing against something solid or rigid"], ["shore", "support by placing against something solid or rigid"], ["prop up", "support by placing against something solid or rigid"]]}, {"answer": "prune", "hint": "synonyms for prune", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["rationalise", "weed out unwanted or unnecessary things"], ["cut back", "cultivate, tend, and cut back the growth of"], ["crop", "cultivate, tend, and cut back the growth of"], ["snip", "cultivate, tend, and cut back the growth of"], ["cut", "weed out unwanted or unnecessary things"], ["trim", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"]]}, {"answer": "pruning", "hint": "synonyms for pruning", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["rationalise", "weed out unwanted or unnecessary things"], ["cut back", "cultivate, tend, and cut back the growth of"], ["crop", "cultivate, tend, and cut back the growth of"], ["snip", "cultivate, tend, and cut back the growth of"], ["cut", "weed out unwanted or unnecessary things"], ["trim", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"]]}, {"answer": "pry", "hint": "synonyms for pry", "clues": [["jimmy", "to move or force, especially in an effort to get something open; :"], ["lever", "to move or force, especially in an effort to get something open; :"], ["prise", "to move or force, especially in an effort to get something open; :"], ["prize", "to move or force, especially in an effort to get something open; :"], ["nose", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["poke", "search or inquire in a meddlesome way"], ["intrude", "search or inquire in a meddlesome way"]]}, {"answer": "publicizing", "hint": "synonyms for publicizing", "clues": [["bare", "make public"], ["advertize", "call attention to"], ["publicize", "make public"], ["air", "make public"]]}, {"answer": "publishing", "hint": "synonyms for publishing", "clues": [["issue", "prepare and issue for public distribution or sale"], ["release", "prepare and issue for public distribution or sale"], ["bring out", "prepare and issue for public distribution or sale"], ["publish", "put into print"], ["print", "put into print"], ["write", "have (one's written work) issued for publication"], ["put out", "prepare and issue for public distribution or sale"]]}, {"answer": "pucker", "hint": "synonyms for pucker", "clues": [["tuck", "draw together into folds or puckers"], ["rumple", "to gather something into small wrinkles or folds"], ["cockle", "to gather something into small wrinkles or folds"], ["gather", "draw together into folds or puckers"], ["ruck", "become wrinkled or drawn together"], ["ruck up", "become wrinkled or drawn together"], ["knit", "to gather something into small wrinkles or folds"]]}, {"answer": "puddle", "hint": "synonyms for puddle", "clues": [["pee-pee", "eliminate urine"], ["addle", "mix up or confuse"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["piss", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["make water", "eliminate urine"], ["urinate", "eliminate urine"], ["make", "eliminate urine"], ["muddle", "mix up or confuse"], ["micturate", "eliminate urine"], ["wee", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"]]}, {"answer": "puffing", "hint": "synonyms for puffing", "clues": [["puff", "suck in or take (air)"], ["whiff", "smoke and exhale strongly"], ["huff", "blow hard and loudly"], ["gasp", "breathe noisily, as when one is exhausted"], ["heave", "breathe noisily, as when one is exhausted"], ["blow up", "to swell or cause to enlarge,"], ["drag", "suck in or take (air)"], ["draw", "suck in or take (air)"], ["puff up", "to swell or cause to enlarge,"], ["puff out", "to swell or cause to enlarge,"], ["pant", "breathe noisily, as when one is exhausted"]]}, {"answer": "puke", "hint": "synonyms for puke", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "puking", "hint": "synonyms for puking", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "pull", "hint": "synonyms for pull", "clues": [["force", "cause to move by pulling"], ["get out", "bring, take, or pull out of a container or from under a cover"], ["draw", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["overstretch", "strain abnormally"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["root for", "take sides with; align oneself with; show strong sympathy for"], ["displume", "strip of feathers"], ["extract", "remove, usually with some force or effort; also used in an abstract sense"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["rive", "tear or be torn violently"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense"], ["commit", "perform an act, usually with a negative connotation"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["perpetrate", "perform an act, usually with a negative connotation"], ["tear", "strip of feathers"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["take out", "bring, take, or pull out of a container or from under a cover"], ["rip", "tear or be torn violently"], ["rend", "tear or be torn violently"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes"]]}, {"answer": "pulling", "hint": "synonyms for pulling", "clues": [["force", "cause to move by pulling"], ["draw", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["overstretch", "strain abnormally"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense"], ["pluck", "strip of feathers"], ["root for", "take sides with; align oneself with; show strong sympathy for"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["deplumate", "strip of feathers"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["take out", "bring, take, or pull out of a container or from under a cover"], ["rip", "tear or be torn violently"], ["rend", "tear or be torn violently"], ["get out", "bring, take, or pull out of a container or from under a cover"], ["displume", "strip of feathers"], ["extract", "remove, usually with some force or effort; also used in an abstract sense"], ["rive", "tear or be torn violently"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense"], ["commit", "perform an act, usually with a negative connotation"], ["perpetrate", "perform an act, usually with a negative connotation"], ["tear", "strip of feathers"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes"]]}, {"answer": "punt", "hint": "synonyms for punt", "clues": [["gage", "place a bet on"], ["stake", "place a bet on"], ["back", "place a bet on"], ["game", "place a bet on"], ["bet on", "place a bet on"], ["pole", "propel with a pole"]]}, {"answer": "punting", "hint": "synonyms for punting", "clues": [["punt", "propel with a pole"], ["back", "place a bet on"], ["gage", "place a bet on"], ["bet on", "place a bet on"], ["stake", "place a bet on"], ["game", "place a bet on"], ["pole", "propel with a pole"]]}, {"answer": "purge", "hint": "synonyms for purge", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["purify", "make pure or free from sin or guilt"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["sanctify", "make pure or free from sin or guilt"], ["scour", "rinse, clean, or empty with a liquid"], ["retch", "eject the contents of the stomach through the mouth"], ["flush", "rinse, clean, or empty with a liquid"]]}, {"answer": "purl", "hint": "synonyms for purl", "clues": [["whirl", "flow in a circular current, of liquids"], ["eddy", "flow in a circular current, of liquids"], ["swirl", "flow in a circular current, of liquids"], ["sough", "make a murmuring sound"], ["whirlpool", "flow in a circular current, of liquids"]]}, {"answer": "purpose", "hint": "synonyms for purpose", "clues": [["resolve", "reach a decision"], ["aim", "propose or intend"], ["propose", "propose or intend"], ["purport", "propose or intend"]]}, {"answer": "purr", "hint": "synonyms for purr", "clues": [["whirr", "make a soft swishing sound"], ["make vibrant sounds", "indicate pleasure by purring; characteristic of cats"], ["whizz", "make a soft swishing sound"], ["birr", "make a soft swishing sound"]]}, {"answer": "push", "hint": "synonyms for push", "clues": [["labor", "strive and make an effort to reach a goal"], ["force", "move with force,"], ["bear on", "press, drive, or impel (someone) to action or completion of an action"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["advertize", "make publicity for; try to sell (a product)"], ["crowd", "approach a certain age or speed"], ["promote", "make publicity for; try to sell (a product)"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["drive", "strive and make an effort to reach a goal"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "push_back", "hint": "synonyms for push back", "clues": [["repel", "cause to move back by force or influence"], ["force back", "cause to move back by force or influence"], ["repulse", "cause to move back by force or influence"], ["beat back", "cause to move back by force or influence"], ["drive", "cause to move back by force or influence"]]}, {"answer": "pushing", "hint": "synonyms for pushing", "clues": [["push", "strive and make an effort to reach a goal"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["labor", "strive and make an effort to reach a goal"], ["force", "move with force,"], ["bear on", "press, drive, or impel (someone) to action or completion of an action"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["advertize", "make publicity for; try to sell (a product)"], ["crowd", "approach a certain age or speed"], ["promote", "make publicity for; try to sell (a product)"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["drive", "strive and make an effort to reach a goal"], ["tug", "strive and make an effort to reach a goal"]]}, {"answer": "put", "hint": "synonyms for put", "clues": [["commit", "make an investment"], ["couch", "formulate in a particular style or language"], ["set", "put into a certain place or abstract location"], ["invest", "make an investment"], ["place", "estimate"], ["set up", "arrange thoughts, ideas, temporal events"], ["position", "put into a certain place or abstract location"], ["pose", "put into a certain place or abstract location"], ["redact", "formulate in a particular style or language"], ["assign", "attribute or give"], ["lay", "put into a certain place or abstract location"], ["order", "arrange thoughts, ideas, temporal events"], ["cast", "formulate in a particular style or language"], ["frame", "formulate in a particular style or language"], ["arrange", "arrange thoughts, ideas, temporal events"]]}, {"answer": "putter", "hint": "synonyms for putter", "clues": [["muck about", "do random, unplanned work or activities or spend time idly"], ["tinker", "do random, unplanned work or activities or spend time idly"], ["potter around", "move around aimlessly"], ["mess around", "do random, unplanned work or activities or spend time idly"], ["monkey", "do random, unplanned work or activities or spend time idly"], ["potter", "do random, unplanned work or activities or spend time idly"], ["monkey around", "do random, unplanned work or activities or spend time idly"], ["muck around", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "putting", "hint": "synonyms for putting", "clues": [["set", "put into a certain place or abstract location"], ["put", "formulate in a particular style or language"], ["set up", "arrange thoughts, ideas, temporal events"], ["position", "put into a certain place or abstract location"], ["redact", "formulate in a particular style or language"], ["assign", "attribute or give"], ["lay", "put into a certain place or abstract location"], ["order", "arrange thoughts, ideas, temporal events"], ["frame", "formulate in a particular style or language"], ["arrange", "arrange thoughts, ideas, temporal events"], ["place", "put into a certain place or abstract location"], ["commit", "make an investment"], ["couch", "formulate in a particular style or language"], ["pose", "put into a certain place or abstract location"], ["cast", "formulate in a particular style or language"], ["invest", "make an investment"]]}, {"answer": "puzzle", "hint": "synonyms for puzzle", "clues": [["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "quail", "hint": "synonyms for quail", "clues": [["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["flinch", "draw back, as with fear or pain"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"]]}, {"answer": "qualifying", "hint": "synonyms for qualifying", "clues": [["measure up", "prove capable or fit; meet requirements"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["characterise", "describe or portray the character or the qualities or peculiarities of"], ["dispose", "make fit or prepared"], ["restrict", "make more specific"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["modify", "add a modifier to a constituent"]]}, {"answer": "quarrel", "hint": "synonyms for quarrel", "clues": [["dispute", "have a disagreement over something"], ["scrap", "have a disagreement over something"], ["altercate", "have a disagreement over something"], ["argufy", "have a disagreement over something"]]}, {"answer": "quarter", "hint": "synonyms for quarter", "clues": [["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["billet", "provide housing for (military personnel)"], ["canton", "provide housing for (military personnel)"], ["draw", "pull (a person) apart with four horses tied to his extremities, so as to execute him"]]}, {"answer": "quartering", "hint": "synonyms for quartering", "clues": [["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["billet", "provide housing for (military personnel)"], ["canton", "provide housing for (military personnel)"], ["draw", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"]]}, {"answer": "quarters", "hint": "synonyms for quarters", "clues": [["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["billet", "provide housing for (military personnel)"], ["canton", "provide housing for (military personnel)"], ["draw", "pull (a person) apart with four horses tied to his extremities, so as to execute him"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him"]]}, {"answer": "quelling", "hint": "synonyms for quelling", "clues": [["stay", "overcome or allay"], ["appease", "overcome or allay"], ["quell", "overcome or allay"], ["quench", "suppress or crush completely"], ["squelch", "suppress or crush completely"]]}, {"answer": "quenching", "hint": "synonyms for quenching", "clues": [["quench", "reduce the degree of (luminescence or phosphorescence) in (excited molecules or a material) by adding a suitable substance"], ["assuage", "satisfy (thirst)"], ["squelch", "suppress or crush completely"], ["quell", "suppress or crush completely"], ["allay", "satisfy (thirst)"], ["slake", "satisfy (thirst)"], ["extinguish", "put out, as of fires, flames, or lights"], ["snuff out", "put out, as of fires, flames, or lights"], ["blow out", "put out, as of fires, flames, or lights"]]}, {"answer": "quest", "hint": "synonyms for quest", "clues": [["bay", "bark with prolonged noises, of dogs"], ["call for", "express the need or desire for; ask for"], ["request", "express the need or desire for; ask for"], ["bespeak", "express the need or desire for; ask for"]]}, {"answer": "question", "hint": "synonyms for question", "clues": [["call into question", "challenge the accuracy, probity, or propriety of"], ["interrogate", "pose a series of questions to"], ["wonder", "place in doubt or express doubtful speculation"], ["query", "pose a question"], ["oppugn", "challenge the accuracy, probity, or propriety of"], ["interview", "conduct an interview in television, newspaper, and radio reporting"]]}, {"answer": "quibble", "hint": "synonyms for quibble", "clues": [["bicker", "argue over petty things"], ["brabble", "argue over petty things"], ["niggle", "argue over petty things"], ["squabble", "argue over petty things"], ["pettifog", "argue over petty things"]]}, {"answer": "quickening", "hint": "synonyms for quickening", "clues": [["quicken", "give life or energy to"], ["speed up", "move faster"], ["vivify", "give new life or energy to"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["invigorate", "give life or energy to"], ["speed", "move faster"], ["revive", "give new life or energy to"], ["accelerate", "move faster"], ["renovate", "give new life or energy to"], ["whet", "make keen or more acute"], ["recreate", "give new life or energy to"]]}, {"answer": "quiver", "hint": "synonyms for quiver", "clues": [["flicker", "move back and forth very rapidly"], ["waver", "move back and forth very rapidly"], ["palpitate", "shake with fast, tremulous movements"], ["flutter", "move back and forth very rapidly"], ["quake", "shake with fast, tremulous movements"], ["pulsate", "move with or as if with a regular alternating motion"], ["beat", "move with or as if with a regular alternating motion"]]}, {"answer": "quivering", "hint": "synonyms for quivering", "clues": [["quiver", "shake with fast, tremulous movements"], ["flicker", "move back and forth very rapidly"], ["palpitate", "shake with fast, tremulous movements"], ["pulsate", "move with or as if with a regular alternating motion"], ["waver", "move back and forth very rapidly"], ["flutter", "move back and forth very rapidly"], ["quake", "shake with fast, tremulous movements"], ["beat", "move with or as if with a regular alternating motion"]]}, {"answer": "race", "hint": "synonyms for race", "clues": [["run", "compete in a race"], ["hotfoot", "move fast"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "cause to move fast or to rush or race"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "racing", "hint": "synonyms for racing", "clues": [["run", "compete in a race"], ["hotfoot", "move fast"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["race", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "rack", "hint": "synonyms for rack", "clues": [["squeeze", "obtain by coercion or intimidation"], ["torment", "torment emotionally or mentally"], ["gouge", "obtain by coercion or intimidation"], ["single-foot", "go at a rack"], ["extort", "obtain by coercion or intimidation"], ["torture", "torment emotionally or mentally"], ["wring", "obtain by coercion or intimidation"], ["scud", "run before a gale"], ["excruciate", "torment emotionally or mentally"]]}, {"answer": "racket", "hint": "synonyms for racket", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "rag", "hint": "synonyms for rag", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["frustrate", "treat cruelly"], ["rally", "harass with persistent criticism or carping"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["tantalize", "harass with persistent criticism or carping"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["razz", "harass with persistent criticism or carping"], ["call on the carpet", "censure severely or angrily"], ["bait", "harass with persistent criticism or carping"], ["reproof", "censure severely or angrily"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["lecture", "censure severely or angrily"], ["tease", "harass with persistent criticism or carping"], ["have words", "censure severely or angrily"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["lambast", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["torment", "treat cruelly"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["bedevil", "treat cruelly"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["crucify", "treat cruelly"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["remonstrate", "censure severely or angrily"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["taunt", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["dun", "treat cruelly"], ["chew up", "censure severely or angrily"]]}, {"answer": "rail", "hint": "synonyms for rail", "clues": [["fulminate", "criticize severely"], ["revile", "spread negative information about"], ["vituperate", "spread negative information about"], ["train", "travel by rail or train"], ["vilify", "spread negative information about"], ["inveigh", "complain bitterly"], ["rail in", "enclose with rails"], ["rail off", "separate with a railing"]]}, {"answer": "railing", "hint": "synonyms for railing", "clues": [["rail", "spread negative information about"], ["vituperate", "spread negative information about"], ["vilify", "spread negative information about"], ["rail off", "separate with a railing"], ["rail in", "enclose with rails"], ["revile", "spread negative information about"], ["fulminate", "criticize severely"], ["train", "travel by rail or train"], ["inveigh", "complain bitterly"]]}, {"answer": "rails", "hint": "synonyms for rails", "clues": [["rail", "spread negative information about"], ["vituperate", "spread negative information about"], ["vilify", "spread negative information about"], ["rail off", "separate with a railing"], ["rail in", "enclose with rails"], ["revile", "spread negative information about"], ["fulminate", "criticize severely"], ["train", "travel by rail or train"], ["inveigh", "complain bitterly"]]}, {"answer": "raiment", "hint": "synonyms for raiment", "clues": [["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "raise", "hint": "synonyms for raise", "clues": [["produce", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["evoke", "call forth (emotions, feelings, and responses)"], ["set up", "construct, build, or erect"], ["bring up", "put forward for consideration or discussion"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["rear", "bring up"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["lift", "invigorate or heighten"], ["elicit", "call forth (emotions, feelings, and responses)"], ["advance", "give a promotion to or assign to a higher position"], ["put up", "construct, build, or erect"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["resurrect", "cause to become alive again"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["provoke", "call forth (emotions, feelings, and responses)"], ["enkindle", "call forth (emotions, feelings, and responses)"], ["heighten", "increase"], ["call down", "summon into action or bring into existence, often as if by magic"], ["recruit", "cause to assemble or enlist in the military"], ["upraise", "cause to become alive again"], ["stir", "summon into action or bring into existence, often as if by magic"], ["elevate", "raise in rank or condition"], ["fire", "call forth (emotions, feelings, and responses)"], ["levy", "cause to assemble or enlist in the military"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["enhance", "increase"], ["promote", "give a promotion to or assign to a higher position"], ["prove", "cause to puff up with a leaven"], ["leaven", "cause to puff up with a leaven"], ["parent", "bring up"], ["get up", "raise from a lower to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["nurture", "bring up"], ["erect", "construct, build, or erect"], ["kick upstairs", "give a promotion to or assign to a higher position"]]}, {"answer": "rake", "hint": "synonyms for rake", "clues": [["graze", "scrape gently"], ["scan", "examine hastily"], ["run down", "examine hastily"], ["skim", "examine hastily"], ["glance over", "examine hastily"], ["crease", "scrape gently"]]}, {"answer": "rally", "hint": "synonyms for rally", "clues": [["muster up", "gather or bring together"], ["tantalise", "harass with persistent criticism or carping"], ["mobilize", "call to arms; of military personnel"], ["rag", "harass with persistent criticism or carping"], ["rebound", "return to a former condition"], ["twit", "harass with persistent criticism or carping"], ["summon", "gather or bring together"], ["cod", "harass with persistent criticism or carping"], ["muster", "gather or bring together"], ["beat up", "gather"], ["razz", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["come up", "gather or bring together"], ["drum up", "gather"], ["tease", "harass with persistent criticism or carping"], ["call up", "call to arms; of military personnel"]]}, {"answer": "ram", "hint": "synonyms for ram", "clues": [["jampack", "crowd or pack to capacity"], ["force", "force into or from an action or state, either physically or metaphorically"], ["ram down", "strike or drive against with a heavy impact"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["pound", "strike or drive against with a heavy impact"], ["crash", "undergo damage or destruction on impact"], ["cram", "crowd or pack to capacity"], ["drive", "force into or from an action or state, either physically or metaphorically"]]}, {"answer": "ramble", "hint": "synonyms for ramble", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble on", "continue talking or writing in a desultory manner"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["jog", "continue talking or writing in a desultory manner"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "rameses", "hint": "synonyms for rameses", "clues": [["ram", "strike or drive against with a heavy impact"], ["jampack", "crowd or pack to capacity"], ["force", "force into or from an action or state, either physically or metaphorically"], ["ram down", "strike or drive against with a heavy impact"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["pound", "strike or drive against with a heavy impact"], ["wad", "crowd or pack to capacity"], ["crash", "undergo damage or destruction on impact"], ["drive", "force into or from an action or state, either physically or metaphorically"]]}, {"answer": "ramesses", "hint": "synonyms for ramesses", "clues": [["ram", "strike or drive against with a heavy impact"], ["jampack", "crowd or pack to capacity"], ["force", "force into or from an action or state, either physically or metaphorically"], ["ram down", "strike or drive against with a heavy impact"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["pound", "strike or drive against with a heavy impact"], ["wad", "crowd or pack to capacity"], ["crash", "undergo damage or destruction on impact"], ["drive", "force into or from an action or state, either physically or metaphorically"]]}, {"answer": "ramses", "hint": "synonyms for ramses", "clues": [["ram", "strike or drive against with a heavy impact"], ["jampack", "crowd or pack to capacity"], ["force", "force into or from an action or state, either physically or metaphorically"], ["ram down", "strike or drive against with a heavy impact"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["pound", "strike or drive against with a heavy impact"], ["wad", "crowd or pack to capacity"], ["crash", "undergo damage or destruction on impact"], ["drive", "force into or from an action or state, either physically or metaphorically"]]}, {"answer": "range", "hint": "synonyms for range", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["grade", "assign a rank or rating to"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["rank", "assign a rank or rating to"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["set out", "lay out orderly or logically in a line or as if in a line"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["crop", "feed as in a meadow or pasture"], ["array", "lay out orderly or logically in a line or as if in a line"], ["rate", "assign a rank or rating to"], ["graze", "feed as in a meadow or pasture"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["run", "change or be different within limits"], ["lay out", "lay out orderly or logically in a line or as if in a line"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["straddle", "range or extend over; occupy a certain area"], ["browse", "feed as in a meadow or pasture"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["place", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["pasture", "feed as in a meadow or pasture"]]}, {"answer": "ransacking", "hint": "synonyms for ransacking", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "search thoroughly"], ["comb", "search thoroughly"]]}, {"answer": "rant", "hint": "synonyms for rant", "clues": [["rave", "talk in a noisy, excited, or declamatory manner"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "ranting", "hint": "synonyms for ranting", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["rave", "talk in a noisy, excited, or declamatory manner"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "rap", "hint": "synonyms for rap", "clues": [["knock", "make light, repeated taps on a surface"], ["tap", "make light, repeated taps on a surface"], ["knap", "strike sharply"], ["pink", "make light, repeated taps on a surface"]]}, {"answer": "rape", "hint": "synonyms for rape", "clues": [["dishonour", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["plunder", "destroy and strip of its possession"], ["assault", "force (someone) to have sex against their will"], ["outrage", "force (someone) to have sex against their will"], ["spoil", "destroy and strip of its possession"], ["despoil", "destroy and strip of its possession"], ["ravish", "force (someone) to have sex against their will"]]}, {"answer": "rat", "hint": "synonyms for rat", "clues": [["blackleg", "take the place of work of someone on strike"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["denounce", "give away information about somebody"], ["scab", "take the place of work of someone on strike"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["snitch", "give away information about somebody"], ["fink", "take the place of work of someone on strike"]]}, {"answer": "rate", "hint": "synonyms for rate", "clues": [["range", "assign a rank or rating to"], ["place", "assign a rank or rating to"], ["grade", "assign a rank or rating to"], ["rank", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["value", "estimate the value of"]]}, {"answer": "rates", "hint": "synonyms for rates", "clues": [["grade", "assign a rank or rating to"], ["rat", "give (hair) the appearance of being fuller by using a rat"], ["denounce", "give away information about somebody"], ["scab", "take the place of work of someone on strike"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["rank", "assign a rank or rating to"], ["blackleg", "take the place of work of someone on strike"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["shit", "give away information about somebody"], ["range", "assign a rank or rating to"], ["grass", "give away information about somebody"], ["place", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["snitch", "give away information about somebody"], ["fink", "take the place of work of someone on strike"], ["value", "estimate the value of"]]}, {"answer": "rating", "hint": "synonyms for rating", "clues": [["grade", "assign a rank or rating to"], ["rat", "give (hair) the appearance of being fuller by using a rat"], ["denounce", "give away information about somebody"], ["scab", "take the place of work of someone on strike"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["rank", "assign a rank or rating to"], ["blackleg", "take the place of work of someone on strike"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["shit", "give away information about somebody"], ["range", "assign a rank or rating to"], ["grass", "give away information about somebody"], ["place", "assign a rank or rating to"], ["order", "assign a rank or rating to"], ["snitch", "give away information about somebody"], ["fink", "take the place of work of someone on strike"], ["value", "estimate the value of"]]}, {"answer": "ratting", "hint": "synonyms for ratting", "clues": [["rat", "give (hair) the appearance of being fuller by using a rat"], ["denounce", "give away information about somebody"], ["scab", "take the place of work of someone on strike"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["blackleg", "take the place of work of someone on strike"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["snitch", "give away information about somebody"], ["fink", "take the place of work of someone on strike"]]}, {"answer": "ravage", "hint": "synonyms for ravage", "clues": [["waste", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"], ["scourge", "cause extensive destruction or ruin utterly"], ["desolate", "cause extensive destruction or ruin utterly"], ["harry", "make a pillaging or destructive raid on (a place), as in wartimes"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "rave", "hint": "synonyms for rave", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["gush", "praise enthusiastically"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "ravel", "hint": "synonyms for ravel", "clues": [["tangle", "tangle or complicate"], ["ravel out", "disentangle"], ["unravel", "disentangle"], ["knot", "tangle or complicate"]]}, {"answer": "raveling", "hint": "synonyms for raveling", "clues": [["tangle", "tangle or complicate"], ["ravel", "disentangle"], ["ravel out", "disentangle"], ["unravel", "disentangle"], ["knot", "tangle or complicate"]]}, {"answer": "ravelling", "hint": "synonyms for ravelling", "clues": [["tangle", "tangle or complicate"], ["ravel", "disentangle"], ["ravel out", "disentangle"], ["unravel", "disentangle"], ["knot", "tangle or complicate"]]}, {"answer": "raven", "hint": "synonyms for raven", "clues": [["guttle", "eat greedily"], ["predate", "prey on or hunt for"], ["devour", "eat greedily"], ["prey", "prey on or hunt for"], ["pig", "eat greedily"]]}, {"answer": "razing", "hint": "synonyms for razing", "clues": [["dismantle", "tear down so as to make flat with the ground"], ["take down", "tear down so as to make flat with the ground"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "razz", "hint": "synonyms for razz", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"]]}, {"answer": "razzing", "hint": "synonyms for razzing", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "reach", "hint": "synonyms for reach", "clues": [["achieve", "to gain with effort"], ["extend to", "to extend as far as"], ["gain", "reach a destination, either real or abstract"], ["hit", "reach a destination, either real or abstract"], ["arrive at", "reach a destination, either real or abstract"], ["attain", "to gain with effort"], ["touch", "to extend as far as"], ["make", "reach a destination, either real or abstract"], ["strain", "to exert much effort or energy"], ["contact", "be in or establish communication with"], ["progress to", "reach a goal, e.g.,"], ["strive", "to exert much effort or energy"], ["turn over", "place into the hands or custody of"], ["pass on", "place into the hands or custody of"], ["get to", "reach a goal, e.g.,"], ["give", "place into the hands or custody of"], ["pass", "place into the hands or custody of"], ["get through", "be in or establish communication with"], ["reach out", "move forward or upward in order to touch; also in a metaphorical sense"], ["hand", "place into the hands or custody of"], ["accomplish", "to gain with effort"], ["get hold of", "be in or establish communication with"]]}, {"answer": "reaching", "hint": "synonyms for reaching", "clues": [["achieve", "to gain with effort"], ["extend to", "to extend as far as"], ["gain", "reach a destination, either real or abstract"], ["hit", "reach a destination, either real or abstract"], ["arrive at", "reach a destination, either real or abstract"], ["attain", "to gain with effort"], ["touch", "to extend as far as"], ["make", "reach a destination, either real or abstract"], ["reach", "place into the hands or custody of"], ["strain", "to exert much effort or energy"], ["contact", "be in or establish communication with"], ["progress to", "reach a goal, e.g.,"], ["strive", "to exert much effort or energy"], ["turn over", "place into the hands or custody of"], ["pass on", "place into the hands or custody of"], ["get to", "reach a goal, e.g.,"], ["give", "place into the hands or custody of"], ["pass", "place into the hands or custody of"], ["get through", "be in or establish communication with"], ["reach out", "move forward or upward in order to touch; also in a metaphorical sense"], ["hand", "place into the hands or custody of"], ["accomplish", "to gain with effort"], ["get hold of", "be in or establish communication with"]]}, {"answer": "read", "hint": "synonyms for read", "clues": [["interpret", "make sense of a language"], ["say", "have or contain a certain wording or form"], ["translate", "make sense of a language"], ["take", "interpret something in a certain way; convey a particular meaning or impression"], ["register", "indicate a certain reading; of gauges and instruments"], ["scan", "obtain data from magnetic tapes"], ["learn", "be a student of a certain subject"], ["show", "indicate a certain reading; of gauges and instruments"], ["record", "indicate a certain reading; of gauges and instruments"], ["understand", "make sense of a language"], ["study", "be a student of a certain subject"]]}, {"answer": "reading", "hint": "synonyms for reading", "clues": [["say", "have or contain a certain wording or form"], ["translate", "make sense of a language"], ["read", "interpret something in a certain way; convey a particular meaning or impression"], ["scan", "obtain data from magnetic tapes"], ["take", "be a student of a certain subject"], ["interpret", "make sense of a language"], ["register", "indicate a certain reading; of gauges and instruments"], ["learn", "be a student of a certain subject"], ["show", "indicate a certain reading; of gauges and instruments"], ["record", "indicate a certain reading; of gauges and instruments"], ["understand", "make sense of a language"], ["study", "be a student of a certain subject"]]}, {"answer": "readying", "hint": "synonyms for readying", "clues": [["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["ready", "prepare for eating by applying heat"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["cook", "prepare for eating by applying heat"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["make", "prepare for eating by applying heat"]]}, {"answer": "rebound", "hint": "synonyms for rebound", "clues": [["spring", "spring back; spring away from an impact"], ["rally", "return to a former condition"], ["bound", "spring back; spring away from an impact"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["bounce", "spring back; spring away from an impact"], ["reverberate", "spring back; spring away from an impact"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "rebuff", "hint": "synonyms for rebuff", "clues": [["drive back", "force or drive back"], ["repel", "force or drive back"], ["repulse", "force or drive back"], ["snub", "reject outright and bluntly"], ["fight off", "force or drive back"]]}, {"answer": "rebuke", "hint": "synonyms for rebuke", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "recall", "hint": "synonyms for recall", "clues": [["call back", "recall knowledge from memory; have a recollection"], ["recollect", "recall knowledge from memory; have a recollection"], ["come back", "go back to something earlier"], ["withdraw", "cause to be returned"], ["think", "recall knowledge from memory; have a recollection"], ["retrieve", "recall knowledge from memory; have a recollection"], ["return", "go back to something earlier"], ["call up", "recall knowledge from memory; have a recollection"], ["hark back", "go back to something earlier"], ["remember", "recall knowledge from memory; have a recollection"], ["call in", "cause to be returned"], ["echo", "call to mind"]]}, {"answer": "recasting", "hint": "synonyms for recasting", "clues": [["recast", "cast again, in a different role"], ["remold", "cast again"], ["remodel", "cast or model anew"], ["reforge", "cast or model anew"]]}, {"answer": "reckoning", "hint": "synonyms for reckoning", "clues": [["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["count", "take account of"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["think", "expect, believe, or suppose"], ["work out", "make a mathematical calculation or computation"], ["suppose", "expect, believe, or suppose"], ["calculate", "make a mathematical calculation or computation"], ["bet", "have faith or confidence in"], ["compute", "make a mathematical calculation or computation"], ["regard", "deem to be"], ["view", "deem to be"], ["reckon", "make a mathematical calculation or computation"], ["figure", "make a mathematical calculation or computation"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["consider", "deem to be"], ["cypher", "make a mathematical calculation or computation"], ["see", "deem to be"], ["forecast", "judge to be probable"], ["cipher", "make a mathematical calculation or computation"], ["guess", "expect, believe, or suppose"]]}, {"answer": "reclining", "hint": "synonyms for reclining", "clues": [["recumb", "lean in a comfortable resting position"], ["lean back", "move the upper body backwards and down"], ["recline", "lean in a comfortable resting position"], ["repose", "lean in a comfortable resting position"]]}, {"answer": "recoil", "hint": "synonyms for recoil", "clues": [["bound", "spring back; spring away from an impact"], ["flinch", "draw back, as with fear or pain"], ["rebound", "spring back; spring away from an impact"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["bounce", "spring back; spring away from an impact"], ["shrink", "draw back, as with fear or pain"], ["reverberate", "spring back; spring away from an impact"], ["backfire", "come back to the originator of an action with an undesired effect"], ["spring", "spring back; spring away from an impact"], ["kick back", "spring back, as from a forceful thrust"], ["kick", "spring back, as from a forceful thrust"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["funk", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["backlash", "come back to the originator of an action with an undesired effect"], ["ricochet", "spring back; spring away from an impact"]]}, {"answer": "recompense", "hint": "synonyms for recompense", "clues": [["compensate", "make amends for; pay compensation for"], ["remunerate", "make payment to; compensate"], ["repair", "make amends for; pay compensation for"], ["indemnify", "make amends for; pay compensation for"]]}, {"answer": "record", "hint": "synonyms for record", "clues": [["enter", "make a record of; set down in permanent form"], ["immortalize", "be or provide a memorial to a person or an event"], ["memorialise", "be or provide a memorial to a person or an event"], ["register", "be aware of"], ["show", "indicate a certain reading; of gauges and instruments"], ["read", "indicate a certain reading; of gauges and instruments"], ["tape", "register electronically"], ["commemorate", "be or provide a memorial to a person or an event"], ["put down", "make a record of; set down in permanent form"]]}, {"answer": "recording", "hint": "synonyms for recording", "clues": [["enter", "make a record of; set down in permanent form"], ["immortalize", "be or provide a memorial to a person or an event"], ["memorialise", "be or provide a memorial to a person or an event"], ["register", "be aware of"], ["record", "register electronically"], ["show", "indicate a certain reading; of gauges and instruments"], ["read", "indicate a certain reading; of gauges and instruments"], ["tape", "register electronically"], ["commemorate", "be or provide a memorial to a person or an event"], ["put down", "make a record of; set down in permanent form"]]}, {"answer": "recounting", "hint": "synonyms for recounting", "clues": [["recite", "narrate or give a detailed account of"], ["recount", "count again"], ["narrate", "narrate or give a detailed account of"], ["tell", "narrate or give a detailed account of"]]}, {"answer": "recruit", "hint": "synonyms for recruit", "clues": [["enter", "register formally as a participant or member"], ["levy", "cause to assemble or enlist in the military"], ["raise", "cause to assemble or enlist in the military"], ["enrol", "register formally as a participant or member"], ["inscribe", "register formally as a participant or member"]]}, {"answer": "redact", "hint": "synonyms for redact", "clues": [["couch", "formulate in a particular style or language"], ["edit", "prepare for publication or presentation by correcting, revising, or adapting"], ["put", "formulate in a particular style or language"], ["cast", "formulate in a particular style or language"], ["frame", "formulate in a particular style or language"]]}, {"answer": "reducing", "hint": "synonyms for reducing", "clues": [["deoxidise", "to remove oxygen from a compound, or cause to react with hydrogen or form a hydride, or to undergo an increase in the number of electrons"], ["slim", "take off weight"], ["reduce", "reduce in scope while retaining essential elements"], ["cut", "lessen the strength or flavor of a solution or mixture"], ["boil down", "be cooked until very little liquid is left"], ["abridge", "reduce in scope while retaining essential elements"], ["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["concentrate", "cook until very little liquid is left"], ["slim down", "take off weight"], ["abbreviate", "reduce in scope while retaining essential elements"], ["trim down", "cut down on; make a reduction in"], ["trim back", "cut down on; make a reduction in"], ["scale down", "make smaller"], ["shorten", "reduce in scope while retaining essential elements"], ["decoct", "be cooked until very little liquid is left"], ["come down", "be the essential element"], ["subjugate", "put down by force or intimidation"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["melt off", "take off weight"], ["slenderize", "take off weight"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["keep down", "put down by force or intimidation"], ["cut down", "cut down on; make a reduction in"], ["lose weight", "take off weight"], ["repress", "put down by force or intimidation"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["shrink", "reduce in size; reduce physically"], ["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["tighten", "narrow or limit"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["cut back", "cut down on; make a reduction in"]]}, {"answer": "reek", "hint": "synonyms for reek", "clues": [["smack", "have an element suggestive (of something)"], ["fume", "be wet with sweat or blood, as of one's face"], ["stink", "smell badly and offensively"], ["smell", "have an element suggestive (of something)"]]}, {"answer": "reel", "hint": "synonyms for reel", "clues": [["lurch", "walk as if unable to control one's movements"], ["spin", "revolve quickly and repeatedly around one's own axis"], ["stagger", "walk as if unable to control one's movements"], ["whirl", "revolve quickly and repeatedly around one's own axis"], ["swag", "walk as if unable to control one's movements"], ["spin around", "revolve quickly and repeatedly around one's own axis"], ["keel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"], ["gyrate", "revolve quickly and repeatedly around one's own axis"]]}, {"answer": "refining", "hint": "synonyms for refining", "clues": [["elaborate", "make more complex, intricate, or richer"], ["refine", "treat or prepare so as to put in a usable condition"], ["polish", "improve or perfect by pruning or polishing"], ["down", "improve or perfect by pruning or polishing"], ["rarify", "make more complex, intricate, or richer"], ["rectify", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities"], ["complicate", "make more complex, intricate, or richer"], ["fine-tune", "improve or perfect by pruning or polishing"]]}, {"answer": "reform", "hint": "synonyms for reform", "clues": [["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["see the light", "change for the better"], ["straighten out", "change for the better"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"]]}, {"answer": "refuse", "hint": "synonyms for refuse", "clues": [["resist", "elude, especially in a baffling way"], ["pass up", "refuse to accept"], ["reject", "refuse to accept"], ["defy", "elude, especially in a baffling way"], ["decline", "refuse to accept"], ["turn away", "refuse entrance or membership"], ["deny", "refuse to let have"], ["turn down", "refuse entrance or membership"]]}, {"answer": "regaining", "hint": "synonyms for regaining", "clues": [["regain", "come upon after searching; find the location of something that was missed or lost"], ["find", "get or find back; recover the use of"], ["retrieve", "get or find back; recover the use of"], ["recover", "get or find back; recover the use of"]]}, {"answer": "regard", "hint": "synonyms for regard", "clues": [["involve", "connect closely and often incriminatingly"], ["see", "deem to be"], ["consider", "deem to be"], ["affect", "connect closely and often incriminatingly"], ["view", "deem to be"], ["reckon", "deem to be"]]}, {"answer": "register", "hint": "synonyms for register", "clues": [["cross-file", "have one's name listed as a candidate for several parties"], ["record", "indicate a certain reading; of gauges and instruments"], ["read", "indicate a certain reading; of gauges and instruments"], ["file", "record in a public office or in a court of law"], ["show", "indicate a certain reading; of gauges and instruments"]]}, {"answer": "regress", "hint": "synonyms for regress", "clues": [["retrogress", "go back to bad behavior"], ["fall back", "go back to bad behavior"], ["lapse", "go back to bad behavior"], ["return", "go back to a previous state"], ["retrovert", "go back to a previous state"], ["recidivate", "go back to bad behavior"], ["revert", "go back to a previous state"], ["turn back", "go back to a previous state"], ["retrograde", "get worse or fall back to a previous condition"], ["relapse", "go back to bad behavior"]]}, {"answer": "regulating", "hint": "synonyms for regulating", "clues": [["modulate", "fix or adjust the time, amount, degree, or rate of"], ["regulate", "shape or influence; give direction to"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["shape", "shape or influence; give direction to"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["influence", "shape or influence; give direction to"], ["mold", "shape or influence; give direction to"], ["baffle", "check the emission of (sound)"], ["determine", "shape or influence; give direction to"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "reign", "hint": "synonyms for reign", "clues": [["rule", "be larger in number, quantity, power, status or importance"], ["dominate", "be larger in number, quantity, power, status or importance"], ["prevail", "be larger in number, quantity, power, status or importance"], ["predominate", "be larger in number, quantity, power, status or importance"]]}, {"answer": "rein", "hint": "synonyms for rein", "clues": [["rein in", "control and direct with or as if by reins"], ["harness", "control and direct with or as if by reins"], ["draw rein", "control and direct with or as if by reins"], ["rule", "keep in check"]]}, {"answer": "reject", "hint": "synonyms for reject", "clues": [["disapprove", "deem wrong or inappropriate"], ["resist", "resist immunologically the introduction of some foreign tissue or organ"], ["pass up", "refuse to accept"], ["decline", "refuse to accept"], ["scorn", "reject with contempt"], ["refuse", "refuse to accept"], ["spurn", "reject with contempt"], ["turn away", "refuse entrance or membership"], ["eliminate", "dismiss from consideration or a contest"], ["rule out", "dismiss from consideration or a contest"], ["turn down", "refuse to accept"], ["winnow out", "dismiss from consideration or a contest"], ["freeze off", "reject with contempt"], ["disdain", "reject with contempt"], ["pooh-pooh", "reject with contempt"]]}, {"answer": "relapse", "hint": "synonyms for relapse", "clues": [["retrogress", "go back to bad behavior"], ["get worse", "deteriorate in health"], ["fall back", "go back to bad behavior"], ["lapse", "go back to bad behavior"], ["recidivate", "go back to bad behavior"], ["regress", "go back to bad behavior"]]}, {"answer": "relapsing", "hint": "synonyms for relapsing", "clues": [["retrogress", "go back to bad behavior"], ["fall back", "go back to bad behavior"], ["lapse", "go back to bad behavior"], ["recidivate", "go back to bad behavior"], ["relapse", "deteriorate in health"], ["regress", "go back to bad behavior"], ["get worse", "deteriorate in health"]]}, {"answer": "release", "hint": "synonyms for release", "clues": [["issue", "prepare and issue for public distribution or sale"], ["give up", "part with a possession or right"], ["let go", "release, as from one's grip"], ["bring out", "prepare and issue for public distribution or sale"], ["loose", "grant freedom to; free from confinement"], ["turn", "let (something) fall or spill from a container"], ["relinquish", "release, as from one's grip"], ["eject", "eliminate (a substance)"], ["liberate", "grant freedom to; free from confinement"], ["free", "grant freedom to; free from confinement"], ["secrete", "generate and separate from cells or bodily fluids"], ["exhaust", "eliminate (a substance)"], ["expel", "eliminate (a substance)"], ["resign", "part with a possession or right"], ["unblock", "make (assets) available"], ["unfreeze", "make (assets) available"], ["unloosen", "grant freedom to; free from confinement"], ["publish", "prepare and issue for public distribution or sale"], ["let go of", "release, as from one's grip"], ["discharge", "eliminate (a substance)"], ["put out", "prepare and issue for public distribution or sale"]]}, {"answer": "relegating", "hint": "synonyms for relegating", "clues": [["kick downstairs", "assign to a lower position; reduce in rank"], ["submit", "refer to another person for decision or judgment"], ["demote", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["break", "assign to a lower position; reduce in rank"], ["banish", "expel, as if by official decree"], ["bump", "assign to a lower position; reduce in rank"], ["bar", "expel, as if by official decree"], ["pass on", "refer to another person for decision or judgment"], ["classify", "assign to a class or kind"]]}, {"answer": "relinquishing", "hint": "synonyms for relinquishing", "clues": [["give up", "part with a possession or right"], ["release", "release, as from one's grip"], ["let go", "release, as from one's grip"], ["foreswear", "turn away from; give up"], ["relinquish", "release, as from one's grip"], ["quit", "turn away from; give up"], ["free", "part with a possession or right"], ["resign", "part with a possession or right"], ["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["dispense with", "do without or cease to hold or adhere to"], ["let go of", "release, as from one's grip"], ["renounce", "turn away from; give up"]]}, {"answer": "relishing", "hint": "synonyms for relishing", "clues": [["savor", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in"]]}, {"answer": "remains", "hint": "synonyms for remains", "clues": [["stay on", "continue in a place, position, or situation"], ["remain", "stay the same; remain in a certain state"], ["stay", "stay behind"], ["persist", "stay behind"], ["rest", "stay the same; remain in a certain state"], ["continue", "continue in a place, position, or situation"]]}, {"answer": "remaking", "hint": "synonyms for remaking", "clues": [["remake", "make new"], ["redo", "make new"], ["refashion", "make new"], ["make over", "make new"]]}, {"answer": "remand", "hint": "synonyms for remand", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["send back", "refer (a matter or legal case) to another committee or authority or court for decision"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["remit", "refer (a matter or legal case) to another committee or authority or court for decision"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "remark", "hint": "synonyms for remark", "clues": [["point out", "make or write a comment on"], ["comment", "make or write a comment on"], ["observe", "make mention of"], ["mention", "make mention of"], ["note", "make mention of"], ["notice", "make or write a comment on"]]}, {"answer": "remedy", "hint": "synonyms for remedy", "clues": [["repair", "set straight or right"], ["amend", "set straight or right"], ["remediate", "set straight or right"], ["rectify", "set straight or right"], ["relieve", "provide relief for"]]}, {"answer": "remembering", "hint": "synonyms for remembering", "clues": [["remember", "keep in mind for attention or consideration"], ["call back", "recall knowledge from memory; have a recollection"], ["recollect", "recall knowledge from memory; have a recollection"], ["think", "recall knowledge from memory; have a recollection"], ["think back", "recapture the past; indulge in memories"], ["retrieve", "recall knowledge from memory; have a recollection"], ["call up", "recall knowledge from memory; have a recollection"], ["recall", "recall knowledge from memory; have a recollection"], ["commemorate", "call to remembrance; keep alive the memory of someone or something, as in a ceremony"], ["think of", "keep in mind for attention or consideration"], ["commend", "mention as by way of greeting or to indicate friendship"]]}, {"answer": "remit", "hint": "synonyms for remit", "clues": [["table", "hold back to a later time"], ["put over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["slacken", "make slack as by lessening tension or firmness"], ["send back", "refer (a matter or legal case) to another committee or authority or court for decision"], ["prorogue", "hold back to a later time"], ["postpone", "hold back to a later time"], ["set back", "hold back to a later time"], ["hold over", "hold back to a later time"], ["defer", "hold back to a later time"], ["put off", "hold back to a later time"], ["remand", "refer (a matter or legal case) to another committee or authority or court for decision"]]}, {"answer": "remove", "hint": "synonyms for remove", "clues": [["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take away", "get rid of something abstract"], ["transfer", "shift the position or location of, as for business, legal, educational, or military purposes"], ["move out", "cause to leave"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["murder", "kill intentionally and with premeditation"], ["absent", "go away or leave"], ["take out", "cause to leave"], ["bump off", "kill intentionally and with premeditation"], ["get rid of", "dispose of"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "render", "hint": "synonyms for render", "clues": [["return", "pass down"], ["supply", "give something useful or necessary to"], ["interpret", "restate (words) from one language into another language"], ["show", "show in, or as in, a picture"], ["give", "bestow"], ["generate", "give or supply"], ["deliver", "pass down"], ["submit", "make over as a return"], ["fork over", "to surrender someone or something to another"], ["furnish", "give something useful or necessary to"], ["fork out", "to surrender someone or something to another"], ["depict", "show in, or as in, a picture"], ["yield", "give or supply"], ["turn in", "to surrender someone or something to another"], ["try", "melt (fat or lard) in order to separate out impurities"], ["translate", "restate (words) from one language into another language"], ["picture", "show in, or as in, a picture"], ["provide", "give something useful or necessary to"], ["hand over", "to surrender someone or something to another"], ["fork up", "to surrender someone or something to another"]]}, {"answer": "rendering", "hint": "synonyms for rendering", "clues": [["render", "pass down"], ["return", "pass down"], ["show", "show in, or as in, a picture"], ["generate", "give or supply"], ["interpret", "give an interpretation or rendition of"], ["give", "give or supply"], ["fork out", "to surrender someone or something to another"], ["furnish", "give something useful or necessary to"], ["fork over", "to surrender someone or something to another"], ["depict", "show in, or as in, a picture"], ["yield", "give or supply"], ["turn in", "to surrender someone or something to another"], ["provide", "give something useful or necessary to"], ["picture", "show in, or as in, a picture"], ["hand over", "to surrender someone or something to another"], ["deliver", "to surrender someone or something to another"], ["supply", "give something useful or necessary to"], ["submit", "make over as a return"], ["try", "melt (fat or lard) in order to separate out impurities"], ["translate", "restate (words) from one language into another language"], ["fork up", "to surrender someone or something to another"]]}, {"answer": "rent", "hint": "synonyms for rent", "clues": [["rive", "tear or be torn violently"], ["engage", "engage for service under a term of contract"], ["pull", "tear or be torn violently"], ["lease", "let for money"], ["hire", "engage for service under a term of contract"], ["charter", "engage for service under a term of contract"], ["rip", "tear or be torn violently"], ["rend", "tear or be torn violently"], ["let", "grant use or occupation of under a term of contract"], ["take", "engage for service under a term of contract"]]}, {"answer": "renting", "hint": "synonyms for renting", "clues": [["rent", "grant use or occupation of under a term of contract"], ["engage", "engage for service under a term of contract"], ["lease", "let for money"], ["hire", "engage for service under a term of contract"], ["charter", "engage for service under a term of contract"], ["let", "grant use or occupation of under a term of contract"], ["take", "engage for service under a term of contract"]]}, {"answer": "repair", "hint": "synonyms for repair", "clues": [["compensate", "make amends for; pay compensation for"], ["recompense", "make amends for; pay compensation for"], ["fix", "restore by replacing a part or putting together what is torn or broken"], ["reanimate", "give new life or energy to"], ["amend", "set straight or right"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["remediate", "set straight or right"], ["quicken", "give new life or energy to"], ["rectify", "set straight or right"], ["resort", "move, travel, or proceed toward some place"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["recreate", "give new life or energy to"], ["vivify", "give new life or energy to"], ["revive", "give new life or energy to"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["renovate", "give new life or energy to"], ["remedy", "set straight or right"], ["indemnify", "make amends for; pay compensation for"]]}, {"answer": "repeal", "hint": "synonyms for repeal", "clues": [["overturn", "cancel officially"], ["lift", "cancel officially"], ["revoke", "cancel officially"], ["reverse", "cancel officially"], ["vacate", "cancel officially"], ["rescind", "cancel officially"], ["countermand", "cancel officially"], ["annul", "cancel officially"]]}, {"answer": "repeat", "hint": "synonyms for repeat", "clues": [["retell", "to say, state, or perform again"], ["restate", "to say, state, or perform again"], ["reiterate", "to say, state, or perform again"], ["recur", "happen or occur again"], ["take over", "do over"], ["reprise", "repeat an earlier theme of a composition"], ["reduplicate", "make or do or perform again"], ["double", "make or do or perform again"], ["ingeminate", "to say, state, or perform again"], ["echo", "to say again or imitate"], ["recapitulate", "repeat an earlier theme of a composition"]]}, {"answer": "repeating", "hint": "synonyms for repeating", "clues": [["repeat", "do over"], ["restate", "to say, state, or perform again"], ["reiterate", "to say, state, or perform again"], ["take over", "do over"], ["reprise", "repeat an earlier theme of a composition"], ["double", "make or do or perform again"], ["ingeminate", "to say, state, or perform again"], ["echo", "to say again or imitate"], ["replicate", "make or do or perform again"], ["retell", "to say, state, or perform again"], ["recur", "happen or occur again"], ["duplicate", "make or do or perform again"], ["recapitulate", "repeat an earlier theme of a composition"]]}, {"answer": "replacing", "hint": "synonyms for replacing", "clues": [["supersede", "take the place or move into the position of"], ["substitute", "put in the place of another; switch seemingly equivalent items"], ["replace", "take the place or move into the position of"], ["supervene upon", "take the place or move into the position of"], ["interchange", "put in the place of another; switch seemingly equivalent items"], ["supplant", "take the place or move into the position of"], ["put back", "put something back where it belongs"], ["exchange", "put in the place of another; switch seemingly equivalent items"]]}, {"answer": "reporting", "hint": "synonyms for reporting", "clues": [["cover", "be responsible for reporting the details of, as in journalism"], ["describe", "to give an account or representation of in words"], ["report", "announce as the result of an investigation or experience or finding"], ["account", "to give an account or representation of in words"]]}, {"answer": "repose", "hint": "synonyms for repose", "clues": [["recumb", "lean in a comfortable resting position"], ["lay", "put in a horizontal position"], ["reside", "be inherent or innate in"], ["put down", "put in a horizontal position"], ["rest", "be inherent or innate in"], ["recline", "lean in a comfortable resting position"]]}, {"answer": "reprimand", "hint": "synonyms for reprimand", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["censure", "rebuke formally"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["criminate", "rebuke formally"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "reproof", "hint": "synonyms for reproof", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "repulse", "hint": "synonyms for repulse", "clues": [["repel", "cause to move back by force or influence"], ["force back", "cause to move back by force or influence"], ["rebuff", "force or drive back"], ["drive back", "force or drive back"], ["push back", "cause to move back by force or influence"], ["fight off", "force or drive back"], ["beat back", "cause to move back by force or influence"], ["drive", "cause to move back by force or influence"]]}, {"answer": "repute", "hint": "synonyms for repute", "clues": [["look on", "look on as or consider"], ["take to be", "look on as or consider"], ["regard as", "look on as or consider"], ["esteem", "look on as or consider"], ["think of", "look on as or consider"]]}, {"answer": "reserve", "hint": "synonyms for reserve", "clues": [["hold", "arrange for and reserve (something for someone else) in advance"], ["earmark", "give or assign a resource to a particular person or cause"], ["allow", "give or assign a resource to a particular person or cause"], ["appropriate", "give or assign a resource to a particular person or cause"], ["book", "arrange for and reserve (something for someone else) in advance"], ["set aside", "give or assign a resource to a particular person or cause"]]}, {"answer": "reserves", "hint": "synonyms for reserves", "clues": [["hold", "arrange for and reserve (something for someone else) in advance"], ["reserve", "arrange for and reserve (something for someone else) in advance"], ["earmark", "give or assign a resource to a particular person or cause"], ["set aside", "give or assign a resource to a particular person or cause"], ["allow", "give or assign a resource to a particular person or cause"], ["appropriate", "give or assign a resource to a particular person or cause"], ["book", "arrange for and reserve (something for someone else) in advance"]]}, {"answer": "resolve", "hint": "synonyms for resolve", "clues": [["decide", "bring to an end; settle conclusively"], ["purpose", "reach a decision"], ["settle", "bring to an end; settle conclusively"], ["adjudicate", "bring to an end; settle conclusively"], ["conclude", "reach a conclusion after a discussion or deliberation"], ["dissolve", "cause to go into a solution"], ["solve", "find the solution"], ["break up", "cause to go into a solution"], ["answer", "understand the meaning of"]]}, {"answer": "resolving", "hint": "synonyms for resolving", "clues": [["resolve", "find the solution"], ["decide", "bring to an end; settle conclusively"], ["purpose", "reach a decision"], ["settle", "bring to an end; settle conclusively"], ["adjudicate", "bring to an end; settle conclusively"], ["conclude", "reach a conclusion after a discussion or deliberation"], ["solve", "find the solution"], ["dissolve", "cause to go into a solution"], ["answer", "understand the meaning of"], ["break up", "cause to go into a solution"]]}, {"answer": "respect", "hint": "synonyms for respect", "clues": [["prize", "regard highly; think much of"], ["prise", "regard highly; think much of"], ["honor", "show respect towards"], ["abide by", "show respect towards"], ["value", "regard highly; think much of"], ["esteem", "regard highly; think much of"], ["observe", "show respect towards"]]}, {"answer": "respects", "hint": "synonyms for respects", "clues": [["respect", "show respect towards"], ["prize", "regard highly; think much of"], ["prise", "regard highly; think much of"], ["honor", "show respect towards"], ["abide by", "show respect towards"], ["esteem", "regard highly; think much of"], ["value", "regard highly; think much of"], ["observe", "show respect towards"]]}, {"answer": "rest", "hint": "synonyms for rest", "clues": [["lie", "have a place in relation to something else"], ["remain", "stay the same; remain in a certain state"], ["roost", "sit, as on a branch"], ["pillow", "rest on or as if on a pillow"], ["stay", "stay the same; remain in a certain state"], ["take a breather", "take a short break from one's activities in order to relax"], ["reside", "be inherent or innate in"], ["perch", "sit, as on a branch"], ["repose", "be inherent or innate in"], ["catch one's breath", "take a short break from one's activities in order to relax"], ["breathe", "take a short break from one's activities in order to relax"]]}, {"answer": "resume", "hint": "synonyms for resume", "clues": [["restart", "take up or begin anew"], ["sum up", "give a summary (of)"], ["summarize", "give a summary (of)"], ["take up", "return to a previous location or condition"]]}, {"answer": "retard", "hint": "synonyms for retard", "clues": [["slow up", "lose velocity; move more slowly"], ["delay", "slow the growth or development of"], ["check", "slow the growth or development of"], ["decelerate", "lose velocity; move more slowly"], ["slow", "lose velocity; move more slowly"], ["slow down", "lose velocity; move more slowly"]]}, {"answer": "retch", "hint": "synonyms for retch", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["gag", "make an unsuccessful effort to vomit; strain to vomit"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["heave", "make an unsuccessful effort to vomit; strain to vomit"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"]]}, {"answer": "retort", "hint": "synonyms for retort", "clues": [["repay", "answer back"], ["return", "answer back"], ["rejoin", "answer back"], ["come back", "answer back"], ["riposte", "answer back"]]}, {"answer": "retreat", "hint": "synonyms for retreat", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["move back", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["withdraw", "pull back or move away or backward"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["back out", "make a retreat from an earlier commitment or activity"], ["retire", "pull back or move away or backward"], ["retrograde", "move back"], ["pull back", "make a retreat from an earlier commitment or activity"], ["pull away", "pull back or move away or backward"], ["draw back", "pull back or move away or backward"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"]]}, {"answer": "retreated", "hint": "synonyms for retreated", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["move back", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["back out", "make a retreat from an earlier commitment or activity"], ["pull back", "make a retreat from an earlier commitment or activity"], ["withdraw", "make a retreat from an earlier commitment or activity"], ["draw back", "pull back or move away or backward"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"], ["recede", "pull back or move away or backward"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["retire", "pull back or move away or backward"], ["retrograde", "move back"], ["pull away", "pull back or move away or backward"]]}, {"answer": "return", "hint": "synonyms for return", "clues": [["repay", "answer back"], ["render", "pass down"], ["come back", "go back to something earlier"], ["retort", "answer back"], ["bring back", "bring back to the point of departure"], ["give back", "pay back"], ["revert", "go back to a previous state"], ["generate", "give or supply"], ["give", "give or supply"], ["devolve", "be inherited by"], ["pass", "be inherited by"], ["deliver", "pass down"], ["riposte", "answer back"], ["recall", "go back to something earlier"], ["regress", "go back to a previous state"], ["yield", "give or supply"], ["retrovert", "go back to a previous state"], ["reelect", "elect again"], ["refund", "pay back"], ["hark back", "go back to something earlier"], ["take back", "bring back to the point of departure"], ["fall", "be inherited by"], ["rejoin", "answer back"], ["turn back", "go back to a previous state"]]}, {"answer": "revel", "hint": "synonyms for revel", "clues": [["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["enjoy", "take delight in"], ["delight", "take delight in"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "revere", "hint": "synonyms for revere", "clues": [["fear", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["idolise", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of"]]}, {"answer": "review", "hint": "synonyms for review", "clues": [["survey", "hold a review (of troops)"], ["go over", "hold a review (of troops)"], ["retrospect", "look back upon (a period of time, sequence of events); remember"], ["brush up", "refresh one's memory"], ["critique", "appraise critically"], ["refresh", "refresh one's memory"], ["look back", "look back upon (a period of time, sequence of events); remember"], ["reexamine", "look at again; examine again"]]}, {"answer": "revoke", "hint": "synonyms for revoke", "clues": [["overturn", "cancel officially"], ["lift", "cancel officially"], ["reverse", "cancel officially"], ["vacate", "cancel officially"], ["rescind", "cancel officially"], ["countermand", "cancel officially"], ["repeal", "cancel officially"], ["annul", "cancel officially"]]}, {"answer": "revolt", "hint": "synonyms for revolt", "clues": [["disgust", "fill with distaste"], ["churn up", "cause aversion in; offend the moral sense of"], ["sicken", "cause aversion in; offend the moral sense of"], ["nauseate", "cause aversion in; offend the moral sense of"], ["gross out", "fill with distaste"], ["repel", "fill with distaste"]]}, {"answer": "reward", "hint": "synonyms for reward", "clues": [["honor", "bestow honor or rewards upon"], ["reinforce", "strengthen and support with rewards"], ["repay", "act or give recompense in recognition of someone's behavior or actions"], ["pay back", "act or give recompense in recognition of someone's behavior or actions"]]}, {"answer": "rib", "hint": "synonyms for rib", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"]]}, {"answer": "ribbing", "hint": "synonyms for ribbing", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["rib", "form vertical ribs by knitting"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"]]}, {"answer": "ribes", "hint": "synonyms for ribes", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["rib", "form vertical ribs by knitting"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"]]}, {"answer": "rick", "hint": "synonyms for rick", "clues": [["sprain", "twist suddenly so as to sprain"], ["wrench", "twist suddenly so as to sprain"], ["wrick", "twist suddenly so as to sprain"], ["turn", "twist suddenly so as to sprain"], ["twist", "twist suddenly so as to sprain"]]}, {"answer": "ricochet", "hint": "synonyms for ricochet", "clues": [["spring", "spring back; spring away from an impact"], ["bound", "spring back; spring away from an impact"], ["rebound", "spring back; spring away from an impact"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["bounce", "spring back; spring away from an impact"], ["reverberate", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "riddle", "hint": "synonyms for riddle", "clues": [["penetrate", "spread or diffuse through"], ["pervade", "spread or diffuse through"], ["permeate", "spread or diffuse through"], ["interpenetrate", "spread or diffuse through"], ["imbue", "spread or diffuse through"], ["screen", "separate with a riddle, as grain from chaff"], ["diffuse", "spread or diffuse through"]]}, {"answer": "ride", "hint": "synonyms for ride", "clues": [["hinge upon", "be contingent on"], ["turn on", "be contingent on"], ["rag", "harass with persistent criticism or carping"], ["sit", "sit and travel on the back of animal, usually while controlling its motions"], ["rally", "harass with persistent criticism or carping"], ["mount", "copulate with"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalize", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"], ["depend upon", "be contingent on"], ["drive", "have certain properties when driven"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["devolve on", "be contingent on"]]}, {"answer": "ridicule", "hint": "synonyms for ridicule", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "riding", "hint": "synonyms for riding", "clues": [["tantalise", "harass with persistent criticism or carping"], ["disembarrass", "relieve from"], ["hinge upon", "be contingent on"], ["ride", "have certain properties when driven"], ["rag", "harass with persistent criticism or carping"], ["turn on", "be contingent on"], ["sit", "sit and travel on the back of animal, usually while controlling its motions"], ["rally", "harass with persistent criticism or carping"], ["mount", "copulate with"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["free", "relieve from"], ["razz", "harass with persistent criticism or carping"], ["depend upon", "be contingent on"], ["devolve on", "be contingent on"], ["drive", "have certain properties when driven"], ["taunt", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"]]}, {"answer": "riff", "hint": "synonyms for riff", "clues": [["flick", "look through a book or other written material"], ["riffle", "look through a book or other written material"], ["flip", "look through a book or other written material"], ["thumb", "look through a book or other written material"], ["leaf", "look through a book or other written material"]]}, {"answer": "riffle", "hint": "synonyms for riffle", "clues": [["flick", "look through a book or other written material"], ["ruffle", "twitch or flutter"], ["flip", "look through a book or other written material"], ["cockle", "stir up (water) so as to form ripples"], ["thumb", "look through a book or other written material"], ["leaf", "look through a book or other written material"], ["riff", "look through a book or other written material"], ["undulate", "stir up (water) so as to form ripples"], ["ripple", "stir up (water) so as to form ripples"]]}, {"answer": "rifle", "hint": "synonyms for rifle", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["go", "go through in search of something; search through someone's belongings in an unauthorized way"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "rifling", "hint": "synonyms for rifling", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["rifle", "go through in search of something; search through someone's belongings in an unauthorized way"], ["go", "go through in search of something; search through someone's belongings in an unauthorized way"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "rigging", "hint": "synonyms for rigging", "clues": [["rig", "equip with sails or masts"], ["set up", "arrange the outcome of by means of deceit"], ["set", "equip with sails or masts"], ["manipulate", "manipulate in a fraudulent manner"]]}, {"answer": "ring", "hint": "synonyms for ring", "clues": [["call up", "get or try to get into communication (with someone) by telephone"], ["knell", "make (bells) ring, often for the purposes of musical edification"], ["phone", "get or try to get into communication (with someone) by telephone"], ["reverberate", "ring or echo with sound"], ["environ", "extend on all sides of simultaneously; encircle"], ["call", "get or try to get into communication (with someone) by telephone"], ["border", "extend on all sides of simultaneously; encircle"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["resound", "ring or echo with sound"], ["peal", "sound loudly and sonorously"], ["surround", "extend on all sides of simultaneously; encircle"], ["skirt", "extend on all sides of simultaneously; encircle"], ["echo", "ring or echo with sound"], ["band", "attach a ring to the foot of, in order to identify"]]}, {"answer": "ringing", "hint": "synonyms for ringing", "clues": [["knell", "make (bells) ring, often for the purposes of musical edification"], ["phone", "get or try to get into communication (with someone) by telephone"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["resound", "ring or echo with sound"], ["echo", "ring or echo with sound"], ["call up", "get or try to get into communication (with someone) by telephone"], ["reverberate", "ring or echo with sound"], ["call", "get or try to get into communication (with someone) by telephone"], ["border", "extend on all sides of simultaneously; encircle"], ["peal", "sound loudly and sonorously"], ["skirt", "extend on all sides of simultaneously; encircle"], ["surround", "extend on all sides of simultaneously; encircle"], ["band", "attach a ring to the foot of, in order to identify"]]}, {"answer": "rings", "hint": "synonyms for rings", "clues": [["knell", "make (bells) ring, often for the purposes of musical edification"], ["phone", "get or try to get into communication (with someone) by telephone"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["resound", "ring or echo with sound"], ["echo", "ring or echo with sound"], ["call up", "get or try to get into communication (with someone) by telephone"], ["reverberate", "ring or echo with sound"], ["call", "get or try to get into communication (with someone) by telephone"], ["border", "extend on all sides of simultaneously; encircle"], ["peal", "sound loudly and sonorously"], ["skirt", "extend on all sides of simultaneously; encircle"], ["surround", "extend on all sides of simultaneously; encircle"], ["band", "attach a ring to the foot of, in order to identify"]]}, {"answer": "rinsing", "hint": "synonyms for rinsing", "clues": [["rinse off", "wash off soap or remaining dirt"], ["gargle", "rinse one's mouth and throat with mouthwash"], ["rinse", "rinse one's mouth and throat with mouthwash"], ["wash", "clean with some chemical process"]]}, {"answer": "riposte", "hint": "synonyms for riposte", "clues": [["repay", "answer back"], ["return", "answer back"], ["retort", "answer back"], ["rejoin", "answer back"], ["come back", "answer back"]]}, {"answer": "ripple", "hint": "synonyms for ripple", "clues": [["burble", "flow in an irregular current with a bubbling noise"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["riffle", "stir up (water) so as to form ripples"], ["cockle", "stir up (water) so as to form ripples"], ["babble", "flow in an irregular current with a bubbling noise"], ["ruffle", "stir up (water) so as to form ripples"], ["undulate", "stir up (water) so as to form ripples"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"]]}, {"answer": "rippling", "hint": "synonyms for rippling", "clues": [["burble", "flow in an irregular current with a bubbling noise"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["riffle", "stir up (water) so as to form ripples"], ["cockle", "stir up (water) so as to form ripples"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"], ["ruffle", "stir up (water) so as to form ripples"], ["undulate", "stir up (water) so as to form ripples"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"]]}, {"answer": "rise", "hint": "synonyms for rise", "clues": [["rise up", "take part in a rebellion; renounce a former allegiance"], ["surface", "come to the surface"], ["arise", "come into existence; take on form or shape"], ["uprise", "get up and out of bed"], ["get up", "get up and out of bed"], ["go up", "increase in value or to a higher point"], ["rear", "rise up"], ["climb", "go up or advance"], ["resurrect", "return from the dead"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["climb up", "rise in rank or status"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["ascend", "come up, of celestial bodies"], ["come up", "move upward"], ["jump", "rise in rank or status"], ["grow", "come into existence; take on form or shape"], ["lift", "rise up"], ["rebel", "take part in a rebellion; renounce a former allegiance"], ["heighten", "become more extreme"], ["prove", "increase in volume"], ["mount", "go up or advance"], ["stand up", "rise to one's feet"], ["develop", "come into existence; take on form or shape"], ["turn out", "get up and out of bed"], ["wax", "go up or advance"]]}, {"answer": "risk", "hint": "synonyms for risk", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["lay on the line", "expose to a chance of loss or damage"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["chance", "take a risk in the hope of a favorable outcome"], ["take a chance", "take a risk in the hope of a favorable outcome"], ["put on the line", "expose to a chance of loss or damage"], ["hazard", "take a risk in the hope of a favorable outcome"], ["adventure", "take a risk in the hope of a favorable outcome"]]}, {"answer": "rivet", "hint": "synonyms for rivet", "clues": [["pore", "direct one's attention on something"], ["centre", "direct one's attention on something"], ["concentrate", "direct one's attention on something"], ["center", "direct one's attention on something"], ["focus", "direct one's attention on something"]]}, {"answer": "roar", "hint": "synonyms for roar", "clues": [["howl", "make a loud noise, as of wind, water, or vehicles"], ["ululate", "emit long loud cries"], ["yaup", "emit long loud cries"], ["wail", "emit long loud cries"], ["yawl", "emit long loud cries"], ["thunder", "utter words loudly and forcefully"], ["bellow", "make a loud noise, as of animal"]]}, {"answer": "roasting", "hint": "synonyms for roasting", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "robe", "hint": "synonyms for robe", "clues": [["clothe", "cover as if with clothing"], ["drape", "cover as if with clothing"], ["cloak", "cover as if with clothing"], ["vest", "clothe formally; especially in ecclesiastical robes"]]}, {"answer": "roleplaying", "hint": "synonyms for roleplaying", "clues": [["act", "perform on a stage or theater"], ["play", "perform on a stage or theater"], ["playact", "perform on a stage or theater"], ["roleplay", "perform on a stage or theater"]]}, {"answer": "roll", "hint": "synonyms for roll", "clues": [["wind", "arrange or or coil around"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity"], ["revolve", "cause to move by turning over or in a circular manner of as if on an axis"], ["roll up", "show certain properties when being rolled"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["wrap", "arrange or or coil around"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["twine", "arrange or or coil around"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["roll out", "flatten or spread with a roller"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["wave", "move in a wavy pattern or with a rising and falling motion"], ["seethe", "boil vigorously"], ["turn over", "move by turning over or rotating"], ["wheel", "move along on or as if on wheels or a wheeled vehicle"], ["flap", "move in a wavy pattern or with a rising and falling motion"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["undulate", "occur in soft rounded shapes"]]}, {"answer": "roll_in_the_hay", "hint": "synonyms for roll in the hay", "clues": [["have it away", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "romp", "hint": "synonyms for romp", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "rook", "hint": "synonyms for rook", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "root", "hint": "synonyms for root", "clues": [["settle down", "become settled or established and stable in one's residence or life style"], ["take root", "become settled or established and stable in one's residence or life style"], ["steady down", "become settled or established and stable in one's residence or life style"], ["rootle", "dig with the snout"], ["rout", "dig with the snout"], ["settle", "become settled or established and stable in one's residence or life style"]]}, {"answer": "rooting", "hint": "synonyms for rooting", "clues": [["root", "cause to take roots"], ["steady down", "become settled or established and stable in one's residence or life style"], ["settle", "become settled or established and stable in one's residence or life style"], ["settle down", "become settled or established and stable in one's residence or life style"], ["take root", "become settled or established and stable in one's residence or life style"], ["rootle", "dig with the snout"], ["rout", "dig with the snout"]]}, {"answer": "roots", "hint": "synonyms for roots", "clues": [["root", "cause to take roots"], ["steady down", "become settled or established and stable in one's residence or life style"], ["settle", "become settled or established and stable in one's residence or life style"], ["settle down", "become settled or established and stable in one's residence or life style"], ["take root", "become settled or established and stable in one's residence or life style"], ["rootle", "dig with the snout"], ["rout", "dig with the snout"]]}, {"answer": "rotting", "hint": "synonyms for rotting", "clues": [["rot", "become physically weaker"], ["moulder", "break down"], ["decompose", "break down"], ["waste", "become physically weaker"]]}, {"answer": "rounding", "hint": "synonyms for rounding", "clues": [["round", "pronounce with rounded lips"], ["round off", "make round"], ["attack", "attack in speech or writing"], ["polish", "bring to a highly developed, finished, or refined state"], ["round down", "express as a round number"], ["lash out", "attack in speech or writing"], ["brush up", "bring to a highly developed, finished, or refined state"], ["assail", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["polish up", "bring to a highly developed, finished, or refined state"], ["flesh out", "become round, plump, or shapely"], ["round out", "make round"], ["fill out", "become round, plump, or shapely"], ["labialize", "pronounce with rounded lips"], ["snipe", "attack in speech or writing"]]}, {"answer": "rout", "hint": "synonyms for rout", "clues": [["spread-eagle", "defeat disastrously"], ["rootle", "dig with the snout"], ["root", "dig with the snout"], ["rout out", "cause to flee"], ["gouge", "make a groove in"], ["expel", "cause to flee"]]}, {"answer": "rub", "hint": "synonyms for rub", "clues": [["itch", "scrape or rub as if to relieve itching"], ["chafe", "cause friction"], ["fray", "cause friction"], ["scratch", "scrape or rub as if to relieve itching"], ["fret", "cause friction"]]}, {"answer": "rubbing", "hint": "synonyms for rubbing", "clues": [["rub", "scrape or rub as if to relieve itching"], ["fray", "cause friction"], ["scratch", "scrape or rub as if to relieve itching"], ["itch", "scrape or rub as if to relieve itching"], ["chafe", "cause friction"], ["fret", "cause friction"]]}, {"answer": "ruffle", "hint": "synonyms for ruffle", "clues": [["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["mess up", "disturb the smoothness of"], ["cockle", "stir up (water) so as to form ripples"], ["fluff", "erect or fluff up"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others"], ["shuffle", "mix so as to make a random order or arrangement"], ["undulate", "stir up (water) so as to form ripples"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["pleat", "pleat or gather into a ruffle"], ["rumple", "disturb the smoothness of"], ["ripple", "stir up (water) so as to form ripples"], ["riffle", "twitch or flutter"], ["mix", "mix so as to make a random order or arrangement"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["flick", "twitch or flutter"], ["ruffle up", "disturb the smoothness of"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "ruin", "hint": "synonyms for ruin", "clues": [["deflower", "deprive of virginity"], ["bankrupt", "reduce to bankruptcy"], ["smash", "reduce to bankruptcy"], ["break", "reduce to bankruptcy"], ["destroy", "destroy completely; damage irreparably"]]}, {"answer": "ruining", "hint": "synonyms for ruining", "clues": [["bankrupt", "reduce to bankruptcy"], ["ruin", "deprive of virginity"], ["deflower", "deprive of virginity"], ["smash", "reduce to bankruptcy"], ["break", "reduce to bankruptcy"], ["destroy", "destroy completely; damage irreparably"]]}, {"answer": "rule", "hint": "synonyms for rule", "clues": [["decree", "decide with authority"], ["dominate", "be larger in number, quantity, power, status or importance"], ["harness", "keep in check"], ["predominate", "be larger in number, quantity, power, status or importance"], ["find", "decide on and make a declaration about"], ["prevail", "be larger in number, quantity, power, status or importance"], ["rein", "keep in check"], ["govern", "exercise authority over; as of nations"]]}, {"answer": "run", "hint": "synonyms for run", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["black market", "deal in illegally, such as arms or liquor"], ["hightail it", "flee; take to one's heels; cut and run"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["persist", "continue to exist"], ["execute", "carry out a process or program, as on a computer or a machine"], ["tend", "have a tendency or disposition to do or be something; be inclined"], ["campaign", "run, stand, or compete for an office or a position"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["go", "progress by being changed"], ["feed", "move along, of liquids"], ["track down", "pursue for food or sport (as of wild animals)"], ["course", "move along, of liquids"], ["take to the woods", "flee; take to one's heels; cut and run"], ["move", "progress by being changed"], ["hunt down", "pursue for food or sport (as of wild animals)"], ["unravel", "become undone"], ["turn tail", "flee; take to one's heels; cut and run"], ["ply", "travel a route regularly"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["consort", "keep company"], ["run for", "extend or continue for a certain period of time"], ["function", "perform as expected when applied"], ["fly the coop", "flee; take to one's heels; cut and run"], ["carry", "include as the content; broadcast or publicize"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["pass", "pass over, across, or through"], ["melt", "reduce or cause to be reduced from a solid to a liquid state, usually by heating"], ["escape", "flee; take to one's heels; cut and run"], ["operate", "direct or control; projects, businesses, etc."], ["guide", "pass over, across, or through"], ["scarper", "flee; take to one's heels; cut and run"], ["bleed", "be diffused"], ["race", "compete in a race"], ["ladder", "come unraveled or undone as if by snagging"], ["break away", "flee; take to one's heels; cut and run"], ["flow", "move along, of liquids"], ["draw", "pass over, across, or through"], ["run away", "flee; take to one's heels; cut and run"], ["bunk", "flee; take to one's heels; cut and run"], ["die hard", "continue to exist"], ["range", "change or be different within limits"], ["hunt", "pursue for food or sport (as of wild animals)"], ["incline", "have a tendency or disposition to do or be something; be inclined"], ["prevail", "continue to exist"], ["endure", "continue to exist"], ["lam", "flee; take to one's heels; cut and run"], ["work", "perform as expected when applied"]]}, {"answer": "rung", "hint": "synonyms for rung", "clues": [["knell", "make (bells) ring, often for the purposes of musical edification"], ["phone", "get or try to get into communication (with someone) by telephone"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["telephone", "get or try to get into communication (with someone) by telephone"], ["resound", "ring or echo with sound"], ["echo", "ring or echo with sound"], ["call up", "get or try to get into communication (with someone) by telephone"], ["reverberate", "ring or echo with sound"], ["call", "get or try to get into communication (with someone) by telephone"], ["border", "extend on all sides of simultaneously; encircle"], ["peal", "sound loudly and sonorously"], ["skirt", "extend on all sides of simultaneously; encircle"], ["surround", "extend on all sides of simultaneously; encircle"], ["band", "attach a ring to the foot of, in order to identify"]]}, {"answer": "rushing", "hint": "synonyms for rushing", "clues": [["step on it", "move fast"], ["cannonball along", "move fast"], ["festinate", "act or move at high speed"], ["belt along", "move fast"], ["rush along", "move fast"], ["speed", "move fast"], ["hie", "move fast"], ["hasten", "move fast"], ["hotfoot", "move fast"], ["induce", "cause to occur rapidly"], ["stimulate", "cause to occur rapidly"], ["rush", "run with the ball, in football"], ["look sharp", "act or move at high speed"], ["bucket along", "move fast"], ["hurry", "act or move at high speed"], ["race", "move fast"]]}, {"answer": "sabotage", "hint": "synonyms for sabotage", "clues": [["subvert", "destroy property or hinder normal operations"], ["weaken", "destroy property or hinder normal operations"], ["undermine", "destroy property or hinder normal operations"], ["countermine", "destroy property or hinder normal operations"], ["counteract", "destroy property or hinder normal operations"]]}, {"answer": "sack", "hint": "synonyms for sack", "clues": [["fire", "terminate the employment of; discharge from an office or position"], ["sack up", "make as a net profit"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["plunder", "plunder (a town) after capture"], ["net", "make as a net profit"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["clear", "make as a net profit"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "sacking", "hint": "synonyms for sacking", "clues": [["sack", "make as a net profit"], ["fire", "terminate the employment of; discharge from an office or position"], ["sack up", "make as a net profit"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["plunder", "plunder (a town) after capture"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["net", "make as a net profit"], ["clear", "make as a net profit"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "sag", "hint": "synonyms for sag", "clues": [["droop", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["sag down", "cause to sag"], ["swag", "droop, sink, or settle from or as if from pressure or loss of tautness"]]}, {"answer": "sailing", "hint": "synonyms for sailing", "clues": [["sweep", "move with sweeping, effortless, gliding motions"], ["sail", "travel on water propelled by wind or by other means"], ["navigate", "travel on water propelled by wind or by other means"], ["voyage", "travel on water propelled by wind or by other means"]]}, {"answer": "salute", "hint": "synonyms for salute", "clues": [["pledge", "propose a toast to"], ["drink", "propose a toast to"], ["wassail", "propose a toast to"], ["present", "recognize with a gesture prescribed by a military regulation; assume a prescribed position"], ["toast", "propose a toast to"]]}, {"answer": "sampling", "hint": "synonyms for sampling", "clues": [["try out", "take a sample of"], ["sample", "take a sample of"], ["taste", "take a sample of"], ["try", "take a sample of"]]}, {"answer": "sang", "hint": "synonyms for sang", "clues": [["sing", "deliver by singing"], ["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["whistle", "make a whining, ringing, or whistling sound"], ["spill the beans", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"]]}, {"answer": "sap", "hint": "synonyms for sap", "clues": [["play out", "deplete"], ["run down", "deplete"], ["exhaust", "deplete"], ["tire", "deplete"]]}, {"answer": "sashay", "hint": "synonyms for sashay", "clues": [["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["chasse", "perform a chasse step, in ballet"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sidle", "move sideways"]]}, {"answer": "sat", "hint": "synonyms for sat", "clues": [["sit down", "be seated"], ["sit", "take a seat"], ["posture", "assume a posture as for artistic purposes"], ["model", "assume a posture as for artistic purposes"], ["sit around", "be around, often idly or without specific purpose"], ["baby-sit", "work or act as a baby-sitter"], ["ride", "sit and travel on the back of animal, usually while controlling its motions"], ["seat", "show to a seat; assign a seat for"], ["pose", "assume a posture as for artistic purposes"]]}, {"answer": "save", "hint": "synonyms for save", "clues": [["keep open", "retain rights to"], ["bring through", "bring into safety"], ["economize", "spend sparingly, avoid the waste of"], ["write", "record data on a computer"], ["pull through", "bring into safety"], ["spare", "refrain from harming"], ["redeem", "save from sins"], ["preserve", "to keep up and reserve for personal or special use"], ["salve", "save from ruin, destruction, or harm"], ["salvage", "save from ruin, destruction, or harm"], ["lay aside", "accumulate money for future use"], ["save up", "accumulate money for future use"], ["hold open", "retain rights to"], ["relieve", "save from ruin, destruction, or harm"], ["deliver", "save from sins"], ["carry through", "bring into safety"], ["make unnecessary", "make unnecessary an expenditure or effort"], ["keep", "retain rights to"]]}, {"answer": "savings", "hint": "synonyms for savings", "clues": [["keep open", "retain rights to"], ["save", "refrain from harming"], ["bring through", "bring into safety"], ["economize", "spend sparingly, avoid the waste of"], ["write", "record data on a computer"], ["pull through", "bring into safety"], ["spare", "refrain from harming"], ["redeem", "save from sins"], ["preserve", "to keep up and reserve for personal or special use"], ["salvage", "save from ruin, destruction, or harm"], ["lay aside", "accumulate money for future use"], ["save up", "accumulate money for future use"], ["hold open", "retain rights to"], ["relieve", "save from ruin, destruction, or harm"], ["deliver", "save from sins"], ["carry through", "bring into safety"], ["make unnecessary", "make unnecessary an expenditure or effort"], ["keep", "retain rights to"]]}, {"answer": "savor", "hint": "synonyms for savor", "clues": [["savour", "have flavor; taste of something"], ["taste", "have flavor; taste of something"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in"]]}, {"answer": "savoring", "hint": "synonyms for savoring", "clues": [["savor", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["taste", "have flavor; taste of something"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in"]]}, {"answer": "savour", "hint": "synonyms for savour", "clues": [["savor", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["taste", "have flavor; taste of something"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in"]]}, {"answer": "savouring", "hint": "synonyms for savouring", "clues": [["savor", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["taste", "have flavor; taste of something"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in"]]}, {"answer": "savvy", "hint": "synonyms for savvy", "clues": [["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["comprehend", "get the meaning of something"], ["compass", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["get the picture", "get the meaning of something"]]}, {"answer": "saw", "hint": "synonyms for saw", "clues": [["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["see", "make sense of; assign a meaning to"], ["look", "take charge of or deal with"], ["project", "imagine; conceive of; see in one's mind"], ["encounter", "come together"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["take care", "take charge of or deal with"], ["date", "date regularly; have a steady relationship with"], ["find out", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["go through", "go or live through"], ["come across", "come together"], ["figure", "imagine; conceive of; see in one's mind"], ["realise", "perceive (an idea or situation) mentally"], ["understand", "perceive (an idea or situation) mentally"], ["meet", "come together"], ["insure", "be careful or certain to do something; make certain of something"], ["envision", "imagine; conceive of; see in one's mind"], ["ascertain", "be careful or certain to do something; make certain of something"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["construe", "make sense of; assign a meaning to"], ["interpret", "make sense of; assign a meaning to"], ["regard", "deem to be"], ["visualize", "imagine; conceive of; see in one's mind"], ["experience", "go or live through"], ["witness", "perceive or be contemporaneous with"], ["watch", "see or watch"], ["ensure", "be careful or certain to do something; make certain of something"], ["view", "see or watch"], ["reckon", "deem to be"], ["run into", "come together"], ["hear", "get to know or become aware of, usually accidentally"], ["get wind", "get to know or become aware of, usually accidentally"], ["take in", "see or watch"], ["visit", "go to see a place, as for entertainment"], ["discover", "get to know or become aware of, usually accidentally"], ["consider", "deem to be"], ["run across", "come together"], ["picture", "imagine; conceive of; see in one's mind"], ["find", "perceive or be contemporaneous with"], ["see to it", "be careful or certain to do something; make certain of something"], ["fancy", "imagine; conceive of; see in one's mind"], ["go out", "date regularly; have a steady relationship with"], ["attend", "take charge of or deal with"], ["examine", "observe, check out, and look over carefully or inspect"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["catch", "see or watch"], ["assure", "be careful or certain to do something; make certain of something"], ["escort", "accompany or escort"], ["image", "imagine; conceive of; see in one's mind"], ["control", "be careful or certain to do something; make certain of something"], ["go steady", "date regularly; have a steady relationship with"]]}, {"answer": "say", "hint": "synonyms for say", "clues": [["articulate", "speak, pronounce, or utter in a certain way"], ["aver", "report or maintain"], ["state", "express in words"], ["order", "give instructions to or direct somebody to do something with authority"], ["enunciate", "speak, pronounce, or utter in a certain way"], ["allege", "report or maintain"], ["tell", "give instructions to or direct somebody to do something with authority"], ["pronounce", "speak, pronounce, or utter in a certain way"], ["enounce", "speak, pronounce, or utter in a certain way"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["read", "have or contain a certain wording or form"], ["sound out", "speak, pronounce, or utter in a certain way"], ["suppose", "express a supposition"]]}, {"answer": "saying", "hint": "synonyms for saying", "clues": [["say", "indicate"], ["aver", "report or maintain"], ["articulate", "speak, pronounce, or utter in a certain way"], ["state", "express in words"], ["order", "give instructions to or direct somebody to do something with authority"], ["allege", "report or maintain"], ["enounce", "speak, pronounce, or utter in a certain way"], ["tell", "express in words"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["read", "have or contain a certain wording or form"], ["enunciate", "speak, pronounce, or utter in a certain way"], ["pronounce", "speak, pronounce, or utter in a certain way"], ["sound out", "speak, pronounce, or utter in a certain way"], ["suppose", "express a supposition"]]}, {"answer": "scam", "hint": "synonyms for scam", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "scan", "hint": "synonyms for scan", "clues": [["read", "obtain data from magnetic tapes"], ["rake", "examine hastily"], ["run down", "examine hastily"], ["skim", "examine hastily"], ["glance over", "examine hastily"]]}, {"answer": "scanning", "hint": "synonyms for scanning", "clues": [["scan", "conform to a metrical pattern"], ["read", "obtain data from magnetic tapes"], ["glance over", "examine hastily"], ["rake", "examine hastily"], ["skim", "examine hastily"], ["run down", "examine hastily"]]}, {"answer": "scare", "hint": "synonyms for scare", "clues": [["daunt", "cause to lose courage"], ["frighten", "cause fear in"], ["affright", "cause fear in"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"]]}, {"answer": "scat", "hint": "synonyms for scat", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "scatter", "hint": "synonyms for scatter", "clues": [["break up", "cause to separate"], ["disperse", "to cause to separate and go in different directions"], ["dispel", "to cause to separate and go in different directions"], ["spread out", "strew or distribute over an area"], ["dissipate", "move away from each other"], ["sprinkle", "distribute loosely"], ["dot", "distribute loosely"], ["spread", "strew or distribute over an area"], ["dust", "distribute loosely"]]}, {"answer": "scattering", "hint": "synonyms for scattering", "clues": [["scatter", "strew or distribute over an area"], ["break up", "to cause to separate and go in different directions"], ["spread out", "strew or distribute over an area"], ["sprinkle", "distribute loosely"], ["dissipate", "to cause to separate and go in different directions"], ["disperse", "distribute loosely"], ["dot", "distribute loosely"], ["dispel", "to cause to separate and go in different directions"], ["dust", "distribute loosely"], ["spread", "strew or distribute over an area"]]}, {"answer": "scent", "hint": "synonyms for scent", "clues": [["nose", "catch the scent of; get wind of"], ["perfume", "apply perfume to"], ["wind", "catch the scent of; get wind of"], ["odourise", "cause to smell or be smelly"], ["odorize", "cause to smell or be smelly"]]}, {"answer": "school", "hint": "synonyms for school", "clues": [["educate", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["train", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "schooling", "hint": "synonyms for schooling", "clues": [["educate", "teach or refine to be discriminative in taste or judgment"], ["school", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["train", "teach or refine to be discriminative in taste or judgment"], ["cultivate", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "scoff", "hint": "synonyms for scoff", "clues": [["gibe", "laugh at with contempt and derision"], ["flout", "laugh at with contempt and derision"], ["barrack", "laugh at with contempt and derision"], ["jeer", "laugh at with contempt and derision"]]}, {"answer": "scoffing", "hint": "synonyms for scoffing", "clues": [["gibe", "laugh at with contempt and derision"], ["flout", "laugh at with contempt and derision"], ["scoff", "treat with contemptuous disregard"], ["barrack", "laugh at with contempt and derision"], ["jeer", "laugh at with contempt and derision"]]}, {"answer": "scold", "hint": "synonyms for scold", "clues": [["chew out", "censure severely or angrily"], ["grumble", "show one's unhappiness or critical attitude"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["grouch", "show one's unhappiness or critical attitude"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "scolding", "hint": "synonyms for scolding", "clues": [["chew out", "censure severely or angrily"], ["grumble", "show one's unhappiness or critical attitude"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["grouch", "show one's unhappiness or critical attitude"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "scoop", "hint": "synonyms for scoop", "clues": [["best", "get the better of"], ["scoop out", "take out or up with or as if with a scoop"], ["outflank", "get the better of"], ["take up", "take out or up with or as if with a scoop"], ["lift out", "take out or up with or as if with a scoop"], ["scoop up", "take out or up with or as if with a scoop"], ["outdo", "get the better of"], ["trump", "get the better of"]]}, {"answer": "scorch", "hint": "synonyms for scorch", "clues": [["blacken", "burn slightly and superficially so as to affect color"], ["char", "burn slightly and superficially so as to affect color"], ["sear", "burn slightly and superficially so as to affect color"], ["singe", "become superficially burned"]]}, {"answer": "score", "hint": "synonyms for score", "clues": [["mark", "make small marks into the surface of"], ["make", "induce to have sex"], ["grade", "assign a grade or rank to, according to one's evaluation"], ["tally", "gain points in a game"], ["rack up", "gain points in a game"], ["seduce", "induce to have sex"], ["nock", "make small marks into the surface of"], ["hit", "gain points in a game"]]}, {"answer": "scores", "hint": "synonyms for scores", "clues": [["mark", "make small marks into the surface of"], ["make", "induce to have sex"], ["grade", "assign a grade or rank to, according to one's evaluation"], ["tally", "gain points in a game"], ["score", "make small marks into the surface of"], ["rack up", "gain points in a game"], ["seduce", "induce to have sex"], ["nock", "make small marks into the surface of"], ["hit", "gain points in a game"]]}, {"answer": "scoring", "hint": "synonyms for scoring", "clues": [["mark", "make small marks into the surface of"], ["make", "induce to have sex"], ["grade", "assign a grade or rank to, according to one's evaluation"], ["tally", "gain points in a game"], ["score", "make small marks into the surface of"], ["rack up", "gain points in a game"], ["seduce", "induce to have sex"], ["nock", "make small marks into the surface of"], ["hit", "gain points in a game"]]}, {"answer": "scorn", "hint": "synonyms for scorn", "clues": [["turn down", "reject with contempt"], ["despise", "look down on with disdain"], ["disdain", "look down on with disdain"], ["reject", "reject with contempt"], ["spurn", "reject with contempt"], ["freeze off", "reject with contempt"], ["pooh-pooh", "reject with contempt"], ["contemn", "look down on with disdain"]]}, {"answer": "scour", "hint": "synonyms for scour", "clues": [["flush", "rinse, clean, or empty with a liquid"], ["purge", "rinse, clean, or empty with a liquid"], ["scrub", "clean with hard rubbing"], ["abrade", "rub hard or scrub"]]}, {"answer": "scourge", "hint": "synonyms for scourge", "clues": [["flagellate", "whip"], ["waste", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["desolate", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "scouring", "hint": "synonyms for scouring", "clues": [["scrub", "clean with hard rubbing"], ["scour", "clean with hard rubbing"], ["purge", "rinse, clean, or empty with a liquid"], ["abrade", "rub hard or scrub"], ["flush", "rinse, clean, or empty with a liquid"]]}, {"answer": "scours", "hint": "synonyms for scours", "clues": [["scrub", "clean with hard rubbing"], ["scour", "clean with hard rubbing"], ["purge", "rinse, clean, or empty with a liquid"], ["abrade", "rub hard or scrub"], ["flush", "rinse, clean, or empty with a liquid"]]}, {"answer": "scramble", "hint": "synonyms for scramble", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["shinny", "climb awkwardly, as if by scrambling"], ["sputter", "climb awkwardly, as if by scrambling"], ["struggle", "climb awkwardly, as if by scrambling"], ["throw together", "bring into random order"], ["beat", "stir vigorously"], ["jumble", "bring into random order"]]}, {"answer": "scrap", "hint": "synonyms for scrap", "clues": [["dispute", "have a disagreement over something"], ["trash", "dispose of (something useless or old)"], ["altercate", "have a disagreement over something"], ["junk", "dispose of (something useless or old)"], ["argufy", "have a disagreement over something"], ["quarrel", "have a disagreement over something"]]}, {"answer": "scrape", "hint": "synonyms for scrape", "clues": [["skin", "bruise, cut, or injure the skin or the surface of"], ["genuflect", "bend the knees and bow in a servile manner"], ["scratch", "cut the surface of; wear away the surface of"], ["scrape up", "gather (money or other resources) together over time"], ["come up", "gather (money or other resources) together over time"], ["scratch up", "cut the surface of; wear away the surface of"], ["grate", "scratch repeatedly"], ["kowtow", "bend the knees and bow in a servile manner"]]}, {"answer": "scraping", "hint": "synonyms for scraping", "clues": [["scrape", "make by scraping"], ["genuflect", "bend the knees and bow in a servile manner"], ["trash", "dispose of (something useless or old)"], ["scratch", "cut the surface of; wear away the surface of"], ["scrape up", "gather (money or other resources) together over time"], ["come up", "gather (money or other resources) together over time"], ["scratch up", "cut the surface of; wear away the surface of"], ["altercate", "have a disagreement over something"], ["grate", "scratch repeatedly"], ["dispute", "have a disagreement over something"], ["skin", "bruise, cut, or injure the skin or the surface of"], ["argufy", "have a disagreement over something"], ["kowtow", "bend the knees and bow in a servile manner"], ["junk", "dispose of (something useless or old)"], ["quarrel", "have a disagreement over something"]]}, {"answer": "scraps", "hint": "synonyms for scraps", "clues": [["dispute", "have a disagreement over something"], ["scrap", "make into scrap or refuse"], ["trash", "dispose of (something useless or old)"], ["argufy", "have a disagreement over something"], ["altercate", "have a disagreement over something"], ["junk", "dispose of (something useless or old)"], ["quarrel", "have a disagreement over something"]]}, {"answer": "scratch", "hint": "synonyms for scratch", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["scrub", "postpone indefinitely or annul something that was scheduled"], ["rub", "cause friction"], ["scrape up", "gather (money or other resources) together over time"], ["cancel", "postpone indefinitely or annul something that was scheduled"], ["come up", "gather (money or other resources) together over time"], ["scratch up", "cut the surface of; wear away the surface of"], ["scrape", "gather (money or other resources) together over time"], ["excise", "remove by erasing or crossing out or as if by drawing a line"], ["fret", "cause friction"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["fray", "cause friction"], ["inscribe", "carve, cut, or etch into a material or surface"], ["itch", "scrape or rub as if to relieve itching"], ["chafe", "cause friction"], ["engrave", "carve, cut, or etch into a material or surface"], ["expunge", "remove by erasing or crossing out or as if by drawing a line"], ["strike", "remove by erasing or crossing out or as if by drawing a line"]]}, {"answer": "scratching", "hint": "synonyms for scratching", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["scratch", "remove by erasing or crossing out or as if by drawing a line"], ["scrub", "postpone indefinitely or annul something that was scheduled"], ["rub", "cause friction"], ["scrape up", "gather (money or other resources) together over time"], ["cancel", "postpone indefinitely or annul something that was scheduled"], ["come up", "gather (money or other resources) together over time"], ["scratch up", "cut the surface of; wear away the surface of"], ["scrape", "gather (money or other resources) together over time"], ["excise", "remove by erasing or crossing out or as if by drawing a line"], ["fret", "cause friction"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["fray", "cause friction"], ["inscribe", "carve, cut, or etch into a material or surface"], ["itch", "scrape or rub as if to relieve itching"], ["chafe", "cause friction"], ["engrave", "carve, cut, or etch into a material or surface"], ["expunge", "remove by erasing or crossing out or as if by drawing a line"], ["strike", "remove by erasing or crossing out or as if by drawing a line"]]}, {"answer": "scream", "hint": "synonyms for scream", "clues": [["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"]]}, {"answer": "screech", "hint": "synonyms for screech", "clues": [["whine", "make a high-pitched, screeching noise"], ["squawk", "utter a harsh abrupt scream"], ["squeak", "make a high-pitched, screeching noise"], ["skreak", "utter a harsh abrupt scream"], ["creak", "make a high-pitched, screeching noise"], ["skreigh", "utter a harsh abrupt scream"]]}, {"answer": "screeching", "hint": "synonyms for screeching", "clues": [["whine", "make a high-pitched, screeching noise"], ["squawk", "utter a harsh abrupt scream"], ["squeak", "make a high-pitched, screeching noise"], ["skreak", "utter a harsh abrupt scream"], ["creak", "make a high-pitched, screeching noise"], ["skreigh", "utter a harsh abrupt scream"], ["screech", "utter a harsh abrupt scream"]]}, {"answer": "screen", "hint": "synonyms for screen", "clues": [["riddle", "separate with a riddle, as grain from chaff"], ["test", "test or examine for the presence of disease or infection"], ["block out", "prevent from entering"], ["sort", "examine in order to test suitability"], ["sieve", "examine in order to test suitability"], ["screen out", "examine in order to test suitability"], ["shield", "protect, hide, or conceal from danger or harm"]]}, {"answer": "screening", "hint": "synonyms for screening", "clues": [["screen", "examine in order to test suitability"], ["riddle", "separate with a riddle, as grain from chaff"], ["block out", "prevent from entering"], ["shield", "protect, hide, or conceal from danger or harm"], ["test", "test or examine for the presence of disease or infection"], ["sort", "examine in order to test suitability"], ["sieve", "examine in order to test suitability"], ["screen out", "examine in order to test suitability"]]}, {"answer": "screw", "hint": "synonyms for screw", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["cheat", "defeat someone through trickery or deceit"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["drive in", "cause to penetrate, as with a circular motion"], ["hump", "have sexual intercourse with"], ["chouse", "defeat someone through trickery or deceit"], ["shaft", "defeat someone through trickery or deceit"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["jockey", "defeat someone through trickery or deceit"], ["sleep with", "have sexual intercourse with"], ["chicane", "defeat someone through trickery or deceit"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "screwing", "hint": "synonyms for screwing", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["screw", "turn like a screw"], ["cheat", "defeat someone through trickery or deceit"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["drive in", "cause to penetrate, as with a circular motion"], ["hump", "have sexual intercourse with"], ["chouse", "defeat someone through trickery or deceit"], ["shaft", "defeat someone through trickery or deceit"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["jockey", "defeat someone through trickery or deceit"], ["sleep with", "have sexual intercourse with"], ["chicane", "defeat someone through trickery or deceit"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "scrubbing", "hint": "synonyms for scrubbing", "clues": [["scrub", "wash thoroughly"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["scour", "clean with hard rubbing"], ["cancel", "postpone indefinitely or annul something that was scheduled"], ["scratch", "postpone indefinitely or annul something that was scheduled"], ["scrub up", "wash thoroughly"]]}, {"answer": "scrubs", "hint": "synonyms for scrubs", "clues": [["scrub", "wash thoroughly"], ["call off", "postpone indefinitely or annul something that was scheduled"], ["scour", "clean with hard rubbing"], ["cancel", "postpone indefinitely or annul something that was scheduled"], ["scratch", "postpone indefinitely or annul something that was scheduled"], ["scrub up", "wash thoroughly"]]}, {"answer": "scrunch", "hint": "synonyms for scrunch", "clues": [["crump", "make a noise typical of an engine lacking lubricants"], ["hunker", "sit on one's heels"], ["hunker down", "sit on one's heels"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["thud", "make a noise typical of an engine lacking lubricants"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crouch", "sit on one's heels"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["squat", "sit on one's heels"]]}, {"answer": "scud", "hint": "synonyms for scud", "clues": [["rack", "run before a gale"], ["dart", "run or move very quickly or hastily"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"], ["scoot", "run or move very quickly or hastily"], ["dash", "run or move very quickly or hastily"]]}, {"answer": "scudding", "hint": "synonyms for scudding", "clues": [["scud", "run or move very quickly or hastily"], ["rack", "run before a gale"], ["dart", "run or move very quickly or hastily"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"], ["scoot", "run or move very quickly or hastily"], ["dash", "run or move very quickly or hastily"]]}, {"answer": "scupper", "hint": "synonyms for scupper", "clues": [["lurk", "wait in hiding to attack"], ["lie in wait", "wait in hiding to attack"], ["waylay", "wait in hiding to attack"], ["queer", "put in a dangerous, disadvantageous, or difficult position"], ["bushwhack", "wait in hiding to attack"], ["endanger", "put in a dangerous, disadvantageous, or difficult position"], ["peril", "put in a dangerous, disadvantageous, or difficult position"], ["expose", "put in a dangerous, disadvantageous, or difficult position"], ["ambush", "wait in hiding to attack"], ["ambuscade", "wait in hiding to attack"]]}, {"answer": "search", "hint": "synonyms for search", "clues": [["look", "search or seek"], ["seek", "try to locate or discover, or try to establish the existence of"], ["explore", "inquire into"], ["look for", "try to locate or discover, or try to establish the existence of"], ["research", "inquire into"]]}, {"answer": "season", "hint": "synonyms for season", "clues": [["harden", "make fit"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["flavor", "lend flavor to"], ["temper", "make more temperate, acceptable, or suitable by adding something else; moderate"]]}, {"answer": "seasoning", "hint": "synonyms for seasoning", "clues": [["harden", "make fit"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["flavor", "lend flavor to"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["temper", "make more temperate, acceptable, or suitable by adding something else; moderate"]]}, {"answer": "seat", "hint": "synonyms for seat", "clues": [["sit down", "show to a seat; assign a seat for"], ["invest", "place ceremoniously or formally in an office or position"], ["sit", "show to a seat; assign a seat for"], ["induct", "place ceremoniously or formally in an office or position"]]}, {"answer": "seating", "hint": "synonyms for seating", "clues": [["sit down", "show to a seat; assign a seat for"], ["seat", "put a seat on a chair"], ["invest", "place ceremoniously or formally in an office or position"], ["sit", "show to a seat; assign a seat for"], ["induct", "place ceremoniously or formally in an office or position"]]}, {"answer": "seats", "hint": "synonyms for seats", "clues": [["sit down", "show to a seat; assign a seat for"], ["seat", "put a seat on a chair"], ["invest", "place ceremoniously or formally in an office or position"], ["sit", "show to a seat; assign a seat for"], ["induct", "place ceremoniously or formally in an office or position"]]}, {"answer": "see", "hint": "synonyms for see", "clues": [["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["run into", "come together"], ["hear", "get to know or become aware of, usually accidentally"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["look", "take charge of or deal with"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["project", "imagine; conceive of; see in one's mind"], ["get wind", "get to know or become aware of, usually accidentally"], ["take in", "see or watch"], ["encounter", "come together"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["take care", "take charge of or deal with"], ["date", "date regularly; have a steady relationship with"], ["visit", "go to see a place, as for entertainment"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["go through", "go or live through"], ["consider", "deem to be"], ["come across", "come together"], ["figure", "imagine; conceive of; see in one's mind"], ["realise", "perceive (an idea or situation) mentally"], ["understand", "perceive (an idea or situation) mentally"], ["run across", "come together"], ["meet", "come together"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["insure", "be careful or certain to do something; make certain of something"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"], ["find", "perceive or be contemporaneous with"], ["see to it", "be careful or certain to do something; make certain of something"], ["fancy", "imagine; conceive of; see in one's mind"], ["go out", "date regularly; have a steady relationship with"], ["attend", "take charge of or deal with"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["construe", "make sense of; assign a meaning to"], ["examine", "observe, check out, and look over carefully or inspect"], ["interpret", "make sense of; assign a meaning to"], ["regard", "deem to be"], ["visualize", "imagine; conceive of; see in one's mind"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["view", "deem to be"], ["experience", "go or live through"], ["catch", "see or watch"], ["assure", "be careful or certain to do something; make certain of something"], ["witness", "perceive or be contemporaneous with"], ["escort", "accompany or escort"], ["image", "imagine; conceive of; see in one's mind"], ["control", "be careful or certain to do something; make certain of something"], ["ensure", "be careful or certain to do something; make certain of something"], ["go steady", "date regularly; have a steady relationship with"], ["reckon", "deem to be"]]}, {"answer": "seek", "hint": "synonyms for seek", "clues": [["essay", "make an effort or attempt"], ["assay", "make an effort or attempt"], ["attempt", "make an effort or attempt"], ["look for", "try to locate or discover, or try to establish the existence of"], ["try", "make an effort or attempt"], ["search", "try to locate or discover, or try to establish the existence of"]]}, {"answer": "seeking", "hint": "synonyms for seeking", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["assay", "make an effort or attempt"], ["attempt", "make an effort or attempt"], ["look for", "try to locate or discover, or try to establish the existence of"], ["try", "make an effort or attempt"], ["search", "try to locate or discover, or try to establish the existence of"]]}, {"answer": "seizing", "hint": "synonyms for seizing", "clues": [["conquer", "take possession of by force, as after an invasion"], ["grab", "capture the attention or imagination of"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession"], ["attach", "take temporary possession of as a security, by legal authority"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession"], ["appropriate", "take possession of by force, as after an invasion"], ["capture", "take possession of by force, as after an invasion"], ["take over", "seize and take control without authority and possibly with force; take as one's right or possession"], ["clutch", "affect"], ["get hold of", "affect"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession"], ["prehend", "take hold of; grab"], ["sequester", "take temporary possession of as a security, by legal authority"], ["impound", "take temporary possession of as a security, by legal authority"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession"]]}, {"answer": "selling", "hint": "synonyms for selling", "clues": [["sell", "persuade somebody to accept something"], ["betray", "deliver to an enemy by treachery"], ["deal", "do business; offer for sale as for one's livelihood"], ["trade", "do business; offer for sale as for one's livelihood"]]}, {"answer": "sending", "hint": "synonyms for sending", "clues": [["mail", "cause to be directed or transmitted to another place"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["send", "broadcast over the airwaves, as in radio or television"], ["post", "cause to be directed or transmitted to another place"], ["station", "assign to a station"], ["send out", "to cause or order to be taken, directed, or transmitted to another place"], ["air", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["send off", "transfer"], ["commit", "cause to be admitted; of persons to an institution"], ["direct", "cause to go somewhere"], ["beam", "broadcast over the airwaves, as in radio or television"], ["transport", "transport commercially"], ["get off", "transfer"], ["charge", "cause to be admitted; of persons to an institution"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["ship", "transport commercially"], ["place", "assign to a station"]]}, {"answer": "sensing", "hint": "synonyms for sensing", "clues": [["feel", "perceive by a physical sensation, e.g., coming from the skin or muscles"], ["smell out", "become aware of not through the senses but instinctively"], ["sense", "become aware of not through the senses but instinctively"], ["smell", "become aware of not through the senses but instinctively"]]}, {"answer": "serve", "hint": "synonyms for serve", "clues": [["help", "help to some food; help with food or drink"], ["serve up", "provide (usually but not necessarily food)"], ["do", "be sufficient; be adequate, either in quality or quantity"], ["function", "serve a purpose, role, or function"], ["assist", "work for or be a servant to"], ["dish up", "provide (usually but not necessarily food)"], ["wait on", "work for or be a servant to"], ["swear out", "deliver a warrant or summons to someone"], ["attend", "work for or be a servant to"], ["serve well", "promote, benefit, or be useful or beneficial to"], ["service", "mate with"], ["attend to", "work for or be a servant to"], ["answer", "be sufficient; be adequate, either in quality or quantity"], ["dish", "provide (usually but not necessarily food)"], ["process", "deliver a warrant or summons to someone"], ["suffice", "be sufficient; be adequate, either in quality or quantity"], ["dish out", "provide (usually but not necessarily food)"]]}, {"answer": "serving", "hint": "synonyms for serving", "clues": [["help", "help to some food; help with food or drink"], ["serve up", "provide (usually but not necessarily food)"], ["serve", "devote (part of) one's life or efforts to, as of countries, institutions, or ideas"], ["do", "be sufficient; be adequate, either in quality or quantity"], ["function", "serve a purpose, role, or function"], ["assist", "work for or be a servant to"], ["dish up", "provide (usually but not necessarily food)"], ["wait on", "work for or be a servant to"], ["swear out", "deliver a warrant or summons to someone"], ["serve well", "promote, benefit, or be useful or beneficial to"], ["attend", "work for or be a servant to"], ["service", "mate with"], ["attend to", "work for or be a servant to"], ["answer", "be sufficient; be adequate, either in quality or quantity"], ["dish", "provide (usually but not necessarily food)"], ["process", "deliver a warrant or summons to someone"], ["suffice", "be sufficient; be adequate, either in quality or quantity"], ["dish out", "provide (usually but not necessarily food)"]]}, {"answer": "setting", "hint": "synonyms for setting", "clues": [["set", "locate"], ["mark", "establish as the highest level or best performance"], ["coiffe", "arrange attractively"], ["fix", "decide upon or fix definitely"], ["determine", "decide upon or fix definitely"], ["localise", "locate"], ["go under", "disappear beyond the horizon"], ["set up", "equip with sails or masts"], ["position", "put into a certain place or abstract location"], ["dress", "arrange attractively"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["put", "put into a certain place or abstract location"], ["place", "put into a certain place or abstract location"], ["specify", "decide upon or fix definitely"], ["rig", "equip with sails or masts"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["pose", "put into a certain place or abstract location"], ["congeal", "become gelatinous"], ["plant", "put or set (seeds, seedlings, or plants) into the ground"], ["jell", "become gelatinous"], ["coif", "arrange attractively"], ["countersink", "insert (a nail or screw below the surface, as into a countersink)"], ["fructify", "bear fruit"], ["do", "arrange attractively"], ["lay", "put into a certain place or abstract location"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["lay out", "get ready for a particular purpose or event"], ["typeset", "set in type"], ["go down", "disappear beyond the horizon"], ["limit", "decide upon or fix definitely"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard"], ["arrange", "adapt for performance in a different way"], ["define", "decide upon or fix definitely"], ["sic", "urge to attack someone"]]}, {"answer": "settle", "hint": "synonyms for settle", "clues": [["locate", "take up residence and become established"], ["square up", "settle conclusively; come to terms"], ["go under", "go under,"], ["ensconce", "fix firmly"], ["reconcile", "come to terms"], ["make up", "come to terms"], ["root", "become settled or established and stable in one's residence or life style"], ["settle down", "become settled or established and stable in one's residence or life style"], ["take root", "become settled or established and stable in one's residence or life style"], ["get back", "get one's revenge for a wrong or an injury"], ["finalise", "make final; put the last touches on; put into final form"], ["nail down", "make final; put the last touches on; put into final form"], ["descend", "come as if by falling"], ["sink", "go under,"], ["decide", "bring to an end; settle conclusively"], ["conciliate", "come to terms"], ["patch up", "come to terms"], ["resolve", "bring to an end; settle conclusively"], ["go down", "go under,"], ["steady down", "become settled or established and stable in one's residence or life style"], ["square off", "settle conclusively; come to terms"], ["subside", "sink down or precipitate"], ["determine", "settle conclusively; come to terms"], ["adjudicate", "bring to an end; settle conclusively"], ["fall", "come as if by falling"]]}, {"answer": "settling", "hint": "synonyms for settling", "clues": [["locate", "take up residence and become established"], ["settle", "bring to an end; settle conclusively"], ["square up", "settle conclusively; come to terms"], ["go under", "go under,"], ["reconcile", "come to terms"], ["ensconce", "fix firmly"], ["make up", "come to terms"], ["root", "become settled or established and stable in one's residence or life style"], ["get back", "get one's revenge for a wrong or an injury"], ["take root", "become settled or established and stable in one's residence or life style"], ["nail down", "make final; put the last touches on; put into final form"], ["sink", "go under,"], ["descend", "come as if by falling"], ["steady down", "become settled or established and stable in one's residence or life style"], ["subside", "sink down or precipitate"], ["determine", "settle conclusively; come to terms"], ["settle down", "settle into a position, usually on a surface or ground"], ["finalise", "make final; put the last touches on; put into final form"], ["decide", "bring to an end; settle conclusively"], ["conciliate", "come to terms"], ["patch up", "come to terms"], ["resolve", "bring to an end; settle conclusively"], ["go down", "go under,"], ["square off", "settle conclusively; come to terms"], ["adjudicate", "bring to an end; settle conclusively"], ["fall", "come as if by falling"]]}, {"answer": "settlings", "hint": "synonyms for settlings", "clues": [["locate", "take up residence and become established"], ["settle", "bring to an end; settle conclusively"], ["square up", "settle conclusively; come to terms"], ["go under", "go under,"], ["reconcile", "come to terms"], ["ensconce", "fix firmly"], ["make up", "come to terms"], ["root", "become settled or established and stable in one's residence or life style"], ["get back", "get one's revenge for a wrong or an injury"], ["take root", "become settled or established and stable in one's residence or life style"], ["nail down", "make final; put the last touches on; put into final form"], ["sink", "go under,"], ["descend", "come as if by falling"], ["steady down", "become settled or established and stable in one's residence or life style"], ["subside", "sink down or precipitate"], ["determine", "settle conclusively; come to terms"], ["settle down", "settle into a position, usually on a surface or ground"], ["finalise", "make final; put the last touches on; put into final form"], ["decide", "bring to an end; settle conclusively"], ["conciliate", "come to terms"], ["patch up", "come to terms"], ["resolve", "bring to an end; settle conclusively"], ["go down", "go under,"], ["square off", "settle conclusively; come to terms"], ["adjudicate", "bring to an end; settle conclusively"], ["fall", "come as if by falling"]]}, {"answer": "severing", "hint": "synonyms for severing", "clues": [["lop", "cut off from a whole"], ["break up", "set or keep apart"], ["sever", "set or keep apart"], ["discerp", "cut off from a whole"]]}, {"answer": "sewing", "hint": "synonyms for sewing", "clues": [["sew", "create (clothes) with cloth"], ["stitch", "fasten by sewing; do needlework"], ["tailor-make", "create (clothes) with cloth"], ["tailor", "create (clothes) with cloth"], ["run up", "fasten by sewing; do needlework"], ["sew together", "fasten by sewing; do needlework"]]}, {"answer": "sex", "hint": "synonyms for sex", "clues": [["arouse", "stimulate sexually"], ["wind up", "stimulate sexually"], ["excite", "stimulate sexually"], ["turn on", "stimulate sexually"]]}, {"answer": "shack", "hint": "synonyms for shack", "clues": [["domicile", "make one's home in a particular place or community"], ["reside", "make one's home in a particular place or community"], ["domiciliate", "make one's home in a particular place or community"], ["trail", "move, proceed, or walk draggingly or slowly"]]}, {"answer": "shades", "hint": "synonyms for shades", "clues": [["shade off", "cast a shadow over"], ["shade", "vary slightly"], ["shadow", "cast a shadow over"], ["fill in", "represent the effect of shade or shadow on"]]}, {"answer": "shading", "hint": "synonyms for shading", "clues": [["shade off", "cast a shadow over"], ["shade", "vary slightly"], ["shadow", "cast a shadow over"], ["fill in", "represent the effect of shade or shadow on"]]}, {"answer": "shadow", "hint": "synonyms for shadow", "clues": [["shade", "cast a shadow over"], ["shade off", "cast a shadow over"], ["dwarf", "make appear small by comparison"], ["overshadow", "make appear small by comparison"]]}, {"answer": "shadowing", "hint": "synonyms for shadowing", "clues": [["shade off", "cast a shadow over"], ["shadow", "make appear small by comparison"], ["overshadow", "make appear small by comparison"], ["dwarf", "make appear small by comparison"], ["shade", "cast a shadow over"]]}, {"answer": "shaft", "hint": "synonyms for shaft", "clues": [["jockey", "defeat someone through trickery or deceit"], ["cheat", "defeat someone through trickery or deceit"], ["chicane", "defeat someone through trickery or deceit"], ["chouse", "defeat someone through trickery or deceit"], ["screw", "defeat someone through trickery or deceit"]]}, {"answer": "shake", "hint": "synonyms for shake", "clues": [["escape from", "get rid of"], ["stimulate", "stir the feelings, emotions, or peace of"], ["throw off", "get rid of"], ["agitate", "move or cause to move back and forth"], ["shake off", "get rid of"], ["didder", "move with or as if with a tremor"], ["rock", "move back and forth or sideways"], ["shake up", "stir the feelings, emotions, or peace of"], ["sway", "move back and forth or sideways"], ["stir", "stir the feelings, emotions, or peace of"], ["judder", "shake or vibrate rapidly and intensively"], ["excite", "stir the feelings, emotions, or peace of"]]}, {"answer": "shaking", "hint": "synonyms for shaking", "clues": [["throw off", "get rid of"], ["didder", "move with or as if with a tremor"], ["rock", "move back and forth or sideways"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["sway", "move back and forth or sideways"], ["stir", "stir the feelings, emotions, or peace of"], ["escape from", "get rid of"], ["agitate", "move or cause to move back and forth"], ["shake off", "get rid of"], ["excite", "stir the feelings, emotions, or peace of"], ["judder", "shake or vibrate rapidly and intensively"], ["stimulate", "stir the feelings, emotions, or peace of"]]}, {"answer": "shape", "hint": "synonyms for shape", "clues": [["forge", "make something, usually for a specific function"], ["regulate", "shape or influence; give direction to"], ["mold", "make something, usually for a specific function"], ["form", "give shape or form to"], ["influence", "shape or influence; give direction to"], ["work", "make something, usually for a specific function"], ["determine", "shape or influence; give direction to"]]}, {"answer": "share", "hint": "synonyms for share", "clues": [["portion out", "give out as one's portion or share"], ["divvy up", "give out as one's portion or share"], ["partake", "have, give, or receive a share of"], ["deal", "give out as one's portion or share"], ["partake in", "have, give, or receive a share of"], ["apportion", "give out as one's portion or share"]]}, {"answer": "shaving", "hint": "synonyms for shaving", "clues": [["plane", "cut or remove with or as if with a plane"], ["shave", "cut the price of"], ["trim", "cut closely"], ["knock off", "cut the price of"]]}, {"answer": "shedding", "hint": "synonyms for shedding", "clues": [["cast off", "get rid of"], ["throw", "get rid of"], ["throw off", "get rid of"], ["exuviate", "cast off hair, skin, horn, or feathers"], ["molt", "cast off hair, skin, horn, or feathers"], ["throw away", "get rid of"], ["pour forth", "pour out in drops or small quantities or as if in drops or small quantities"], ["spill", "cause or allow (a solid substance) to flow or run out or over"], ["disgorge", "cause or allow (a solid substance) to flow or run out or over"], ["shed", "get rid of"], ["slough", "cast off hair, skin, horn, or feathers"], ["drop", "get rid of"], ["shake off", "get rid of"], ["cast", "get rid of"]]}, {"answer": "shell", "hint": "synonyms for shell", "clues": [["blast", "use explosives on"], ["crush", "come out better in a competition, race, or conflict"], ["trounce", "come out better in a competition, race, or conflict"], ["vanquish", "come out better in a competition, race, or conflict"], ["husk", "remove the husks from"], ["beat out", "come out better in a competition, race, or conflict"], ["beat", "come out better in a competition, race, or conflict"]]}, {"answer": "shelling", "hint": "synonyms for shelling", "clues": [["blast", "use explosives on"], ["shell", "remove the husks from"], ["trounce", "come out better in a competition, race, or conflict"], ["husk", "remove the husks from"], ["beat out", "come out better in a competition, race, or conflict"], ["crush", "come out better in a competition, race, or conflict"], ["vanquish", "come out better in a competition, race, or conflict"], ["beat", "come out better in a competition, race, or conflict"]]}, {"answer": "shift", "hint": "synonyms for shift", "clues": [["careen", "move sideways or in an unsteady way"], ["budge", "move very slightly"], ["agitate", "move very slightly"], ["tilt", "move sideways or in an unsteady way"], ["switch", "make a shift in or exchange of"], ["dislodge", "change place or direction"], ["stir", "move very slightly"], ["lurch", "move abruptly"], ["pitch", "move abruptly"], ["change over", "make a shift in or exchange of"], ["wobble", "move sideways or in an unsteady way"], ["change", "lay aside, abandon, or leave for another"], ["transfer", "move around"], ["reposition", "change place or direction"]]}, {"answer": "shillyshally", "hint": "synonyms for shillyshally", "clues": [["stall", "postpone doing what one should be doing"], ["drag one's heels", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "shin", "hint": "synonyms for shin", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["struggle", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["shinny", "climb awkwardly, as if by scrambling"], ["sputter", "climb awkwardly, as if by scrambling"]]}, {"answer": "shine", "hint": "synonyms for shine", "clues": [["glisten", "be shiny, as if wet"], ["polish", "make (a surface) shine"], ["radiate", "have a complexion with a strong bright color, such as red or pink"], ["beam", "have a complexion with a strong bright color, such as red or pink"], ["fall", "touch or seem as if touching visually or audibly"], ["strike", "touch or seem as if touching visually or audibly"], ["glow", "experience a feeling of well-being or happiness, as from good health or an intense emotion"], ["smoothen", "make (a surface) shine"], ["reflect", "be bright by reflecting or casting light"], ["gleam", "be shiny, as if wet"], ["glitter", "be shiny, as if wet"], ["glint", "be shiny, as if wet"]]}, {"answer": "shinny", "hint": "synonyms for shinny", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["struggle", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["sputter", "climb awkwardly, as if by scrambling"]]}, {"answer": "shipping", "hint": "synonyms for shipping", "clues": [["ship", "travel by ship"], ["embark", "go on board"], ["transport", "transport commercially"], ["send", "transport commercially"]]}, {"answer": "shirking", "hint": "synonyms for shirking", "clues": [["shirk", "avoid (one's assigned duties)"], ["goldbrick", "avoid (one's assigned duties)"], ["shrink from", "avoid (one's assigned duties)"], ["fiddle", "avoid (one's assigned duties)"]]}, {"answer": "shit", "hint": "synonyms for shit", "clues": [["ca-ca", "have a bowel movement"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["denounce", "give away information about somebody"], ["rat", "give away information about somebody"], ["take a shit", "have a bowel movement"], ["crap", "have a bowel movement"], ["stool", "have a bowel movement"], ["grass", "give away information about somebody"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["defecate", "have a bowel movement"], ["snitch", "give away information about somebody"]]}, {"answer": "shitting", "hint": "synonyms for shitting", "clues": [["ca-ca", "have a bowel movement"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["denounce", "give away information about somebody"], ["rat", "give away information about somebody"], ["take a shit", "have a bowel movement"], ["shit", "have a bowel movement"], ["crap", "have a bowel movement"], ["stool", "have a bowel movement"], ["grass", "give away information about somebody"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["defecate", "have a bowel movement"], ["snitch", "give away information about somebody"]]}, {"answer": "shock", "hint": "synonyms for shock", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["take aback", "surprise greatly; knock someone's socks off"], ["traumatise", "inflict a trauma upon"], ["ball over", "surprise greatly; knock someone's socks off"], ["floor", "surprise greatly; knock someone's socks off"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"]]}, {"answer": "shook", "hint": "synonyms for shook", "clues": [["throw off", "get rid of"], ["didder", "move with or as if with a tremor"], ["rock", "move back and forth or sideways"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["sway", "move back and forth or sideways"], ["stir", "stir the feelings, emotions, or peace of"], ["escape from", "get rid of"], ["agitate", "move or cause to move back and forth"], ["shake off", "get rid of"], ["excite", "stir the feelings, emotions, or peace of"], ["judder", "shake or vibrate rapidly and intensively"], ["stimulate", "stir the feelings, emotions, or peace of"]]}, {"answer": "shoot", "hint": "synonyms for shoot", "clues": [["fool away", "spend frivolously and unwisely"], ["pullulate", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["dart", "run or move very quickly or hastily"], ["dissipate", "spend frivolously and unwisely"], ["inject", "force or drive (a fluid or gas) into by piercing"], ["pip", "hit with a missile from a weapon"], ["charge", "move quickly and violently"], ["scud", "run or move very quickly or hastily"], ["frivol away", "spend frivolously and unwisely"], ["take", "make a film or photograph of something"], ["blast", "fire a shot"], ["sprout", "produce buds, branches, or germinate"], ["snap", "record on photographic film"], ["hit", "hit with a missile from a weapon"], ["fool", "spend frivolously and unwisely"], ["bourgeon", "produce buds, branches, or germinate"], ["photograph", "record on photographic film"], ["fritter", "spend frivolously and unwisely"], ["germinate", "produce buds, branches, or germinate"], ["film", "make a film or photograph of something"], ["scoot", "run or move very quickly or hastily"], ["tear", "move quickly and violently"], ["shoot down", "move quickly and violently"], ["flash", "run or move very quickly or hastily"], ["burgeon forth", "produce buds, branches, or germinate"], ["buck", "move quickly and violently"], ["dash", "run or move very quickly or hastily"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "shooting", "hint": "synonyms for shooting", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "send forth suddenly, intensely, swiftly"], ["dart", "run or move very quickly or hastily"], ["dissipate", "spend frivolously and unwisely"], ["inject", "force or drive (a fluid or gas) into by piercing"], ["scud", "run or move very quickly or hastily"], ["frivol away", "spend frivolously and unwisely"], ["sprout", "produce buds, branches, or germinate"], ["blast", "fire a shot"], ["pip", "kill by firing a missile"], ["hit", "hit with a missile from a weapon"], ["bourgeon", "produce buds, branches, or germinate"], ["fritter", "spend frivolously and unwisely"], ["scoot", "run or move very quickly or hastily"], ["tear", "move quickly and violently"], ["flash", "run or move very quickly or hastily"], ["fritter away", "spend frivolously and unwisely"], ["fool away", "spend frivolously and unwisely"], ["spud", "produce buds, branches, or germinate"], ["charge", "move quickly and violently"], ["snap", "record on photographic film"], ["fool", "spend frivolously and unwisely"], ["photograph", "record on photographic film"], ["germinate", "produce buds, branches, or germinate"], ["film", "make a film or photograph of something"], ["dash", "run or move very quickly or hastily"], ["shoot down", "move quickly and violently"], ["burgeon forth", "produce buds, branches, or germinate"], ["buck", "move quickly and violently"], ["take", "make a film or photograph of something"]]}, {"answer": "shop", "hint": "synonyms for shop", "clues": [["denounce", "give away information about somebody"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["patronise", "do one's shopping at; do business with; be a customer or client of"], ["browse", "shop around; not necessarily buying"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["give away", "give away information about somebody"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["rat", "give away information about somebody"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["snitch", "give away information about somebody"]]}, {"answer": "shopping", "hint": "synonyms for shopping", "clues": [["denounce", "give away information about somebody"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["patronise", "do one's shopping at; do business with; be a customer or client of"], ["browse", "shop around; not necessarily buying"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["give away", "give away information about somebody"], ["shop", "shop around; not necessarily buying"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["rat", "give away information about somebody"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["snitch", "give away information about somebody"]]}, {"answer": "shore", "hint": "synonyms for shore", "clues": [["prop", "support by placing against something solid or rigid"], ["land", "arrive on shore"], ["set ashore", "arrive on shore"], ["shore up", "support by placing against something solid or rigid"], ["prop up", "support by placing against something solid or rigid"]]}, {"answer": "shoring", "hint": "synonyms for shoring", "clues": [["prop", "support by placing against something solid or rigid"], ["land", "arrive on shore"], ["shore", "support by placing against something solid or rigid"], ["shore up", "support by placing against something solid or rigid"], ["prop up", "support by placing against something solid or rigid"], ["set ashore", "arrive on shore"]]}, {"answer": "shortening", "hint": "synonyms for shortening", "clues": [["reduce", "reduce in scope while retaining essential elements"], ["castrate", "edit by omitting or modifying parts considered indelicate"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"], ["cut", "reduce in scope while retaining essential elements"], ["shorten", "make shorter than originally intended; reduce or retrench in length or duration"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate"], ["expurgate", "edit by omitting or modifying parts considered indelicate"], ["abbreviate", "reduce in scope while retaining essential elements"]]}, {"answer": "shout", "hint": "synonyms for shout", "clues": [["clapperclaw", "use foul or abusive language towards"], ["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["outcry", "utter aloud; often with surprise, horror, or joy"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["blackguard", "use foul or abusive language towards"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["yell", "utter a sudden loud cry"], ["abuse", "use foul or abusive language towards"], ["cry out", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "shouting", "hint": "synonyms for shouting", "clues": [["clapperclaw", "use foul or abusive language towards"], ["scream", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["blackguard", "use foul or abusive language towards"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"], ["abuse", "use foul or abusive language towards"], ["cry", "utter aloud; often with surprise, horror, or joy"], ["holler", "utter a sudden loud cry"], ["outcry", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["cry out", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "shove", "hint": "synonyms for shove", "clues": [["squeeze", "press or force"], ["stuff", "press or force"], ["thrust", "press or force"], ["jostle", "come into rough contact with while moving"]]}, {"answer": "show", "hint": "synonyms for show", "clues": [["prove", "provide evidence for"], ["testify", "provide evidence for"], ["render", "show in, or as in, a picture"], ["exhibit", "give an exhibition of to an interested audience"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"], ["evidence", "provide evidence for"], ["present", "give an exhibition of to an interested audience"], ["show up", "be or become visible or noticeable"], ["express", "give expression to"], ["bear witness", "provide evidence for"], ["read", "indicate a certain reading; of gauges and instruments"], ["demo", "give an exhibition of to an interested audience"], ["depict", "show in, or as in, a picture"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["establish", "establish the validity of something, as by an example, explanation or experiment"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["register", "indicate a certain reading; of gauges and instruments"], ["point", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["picture", "show in, or as in, a picture"], ["record", "indicate a certain reading; of gauges and instruments"], ["usher", "take (someone) to their seats, as in theaters or auditoriums"], ["shew", "establish the validity of something, as by an example, explanation or experiment"]]}, {"answer": "showing", "hint": "synonyms for showing", "clues": [["prove", "provide evidence for"], ["show", "show in, or as in, a picture"], ["testify", "provide evidence for"], ["render", "show in, or as in, a picture"], ["exhibit", "give an exhibition of to an interested audience"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"], ["evidence", "provide evidence for"], ["present", "give an exhibition of to an interested audience"], ["show up", "be or become visible or noticeable"], ["bear witness", "provide evidence for"], ["express", "give expression to"], ["read", "indicate a certain reading; of gauges and instruments"], ["demo", "give an exhibition of to an interested audience"], ["depict", "show in, or as in, a picture"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["establish", "establish the validity of something, as by an example, explanation or experiment"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["register", "indicate a certain reading; of gauges and instruments"], ["point", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["picture", "show in, or as in, a picture"], ["record", "indicate a certain reading; of gauges and instruments"], ["usher", "take (someone) to their seats, as in theaters or auditoriums"], ["shew", "establish the validity of something, as by an example, explanation or experiment"]]}, {"answer": "shrieking", "hint": "synonyms for shrieking", "clues": [["pipe up", "utter a shrill cry"], ["pipe", "utter a shrill cry"], ["shriek", "utter a shrill cry"], ["shrill", "utter a shrill cry"]]}, {"answer": "shrilling", "hint": "synonyms for shrilling", "clues": [["pipe up", "utter a shrill cry"], ["pipe", "utter a shrill cry"], ["shriek", "utter a shrill cry"], ["shrill", "utter a shrill cry"]]}, {"answer": "shrink", "hint": "synonyms for shrink", "clues": [["shrivel up", "wither, as with a loss of moisture"], ["shrivel", "wither, as with a loss of moisture"], ["flinch", "draw back, as with fear or pain"], ["reduce", "reduce in size; reduce physically"], ["wither", "wither, as with a loss of moisture"], ["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"], ["contract", "become smaller or draw together"]]}, {"answer": "shrinking", "hint": "synonyms for shrinking", "clues": [["shrink", "reduce in size; reduce physically"], ["shrivel up", "wither, as with a loss of moisture"], ["shrivel", "wither, as with a loss of moisture"], ["flinch", "draw back, as with fear or pain"], ["reduce", "reduce in size; reduce physically"], ["wither", "wither, as with a loss of moisture"], ["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"], ["contract", "become smaller or draw together"]]}, {"answer": "shuffle", "hint": "synonyms for shuffle", "clues": [["ruffle", "mix so as to make a random order or arrangement"], ["shamble", "walk by dragging one's feet"], ["mix", "mix so as to make a random order or arrangement"], ["scuffle", "walk by dragging one's feet"]]}, {"answer": "shuffling", "hint": "synonyms for shuffling", "clues": [["shamble", "walk by dragging one's feet"], ["mix", "mix so as to make a random order or arrangement"], ["shuffle", "walk by dragging one's feet"], ["ruffle", "mix so as to make a random order or arrangement"]]}, {"answer": "shunning", "hint": "synonyms for shunning", "clues": [["blackball", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["ban", "expel from a community or group"], ["shun", "expel from a community or group"], ["banish", "expel from a community or group"], ["cast out", "expel from a community or group"], ["eschew", "avoid and stay away from deliberately; stay clear of"]]}, {"answer": "shutting", "hint": "synonyms for shutting", "clues": [["keep out", "prevent from entering; shut out"], ["close", "become closed"], ["shut", "become closed"], ["shut out", "prevent from entering; shut out"], ["exclude", "prevent from entering; shut out"]]}, {"answer": "sidestep", "hint": "synonyms for sidestep", "clues": [["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "sieve", "hint": "synonyms for sieve", "clues": [["screen", "examine in order to test suitability"], ["sift", "check and sort carefully"], ["strain", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["sort", "examine in order to test suitability"], ["screen out", "examine in order to test suitability"]]}, {"answer": "signaling", "hint": "synonyms for signaling", "clues": [["sign", "communicate silently and non-verbally by signals or signs"], ["point", "be a signal for or a symptom of"], ["signal", "communicate silently and non-verbally by signals or signs"], ["betoken", "be a signal for or a symptom of"], ["signalise", "communicate silently and non-verbally by signals or signs"], ["bespeak", "be a signal for or a symptom of"], ["indicate", "be a signal for or a symptom of"]]}, {"answer": "signified", "hint": "synonyms for signified", "clues": [["mean", "denote or connote"], ["stand for", "denote or connote"], ["signify", "make known with a word or signal"], ["intend", "denote or connote"]]}, {"answer": "signing", "hint": "synonyms for signing", "clues": [["sign", "communicate in sign language"], ["subscribe", "mark with one's signature; write one's name (on)"], ["sign up", "engage by written agreement"], ["ratify", "approve and express assent, responsibility, or obligation"], ["signal", "communicate silently and non-verbally by signals or signs"], ["sign on", "engage by written agreement"], ["contract", "engage by written agreement"], ["signalise", "communicate silently and non-verbally by signals or signs"], ["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate"]]}, {"answer": "silence", "hint": "synonyms for silence", "clues": [["hush", "cause to be quiet or not talk"], ["quieten", "cause to be quiet or not talk"], ["still", "cause to be quiet or not talk"], ["shut up", "cause to be quiet or not talk"], ["hush up", "cause to be quiet or not talk"]]}, {"answer": "sin", "hint": "synonyms for sin", "clues": [["boob", "commit a faux pas or a fault or make a serious mistake"], ["trespass", "commit a sin; violate a law of God or a moral law"], ["goof", "commit a faux pas or a fault or make a serious mistake"], ["blunder", "commit a faux pas or a fault or make a serious mistake"], ["transgress", "commit a sin; violate a law of God or a moral law"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake"]]}, {"answer": "sink", "hint": "synonyms for sink", "clues": [["slump", "fall heavily or suddenly; decline markedly"], ["slide down", "fall or sink heavily"], ["go down", "go under,"], ["fall off", "fall heavily or suddenly; decline markedly"], ["go under", "go under,"], ["settle", "go under,"], ["bury", "embed deeply"], ["drop down", "fall or descend to a lower place or level"], ["drop", "fall or descend to a lower place or level"], ["subside", "descend into or as if into some soft substance or place"], ["lapse", "pass into a specified state or condition"], ["dip", "appear to move downward"], ["pass", "pass into a specified state or condition"]]}, {"answer": "sinking", "hint": "synonyms for sinking", "clues": [["sink", "fall or descend to a lower place or level"], ["go under", "go under,"], ["drop", "fall or descend to a lower place or level"], ["subside", "descend into or as if into some soft substance or place"], ["lapse", "pass into a specified state or condition"], ["pass", "pass into a specified state or condition"], ["slump", "fall heavily or suddenly; decline markedly"], ["slide down", "fall or sink heavily"], ["go down", "go under,"], ["fall off", "fall heavily or suddenly; decline markedly"], ["settle", "go under,"], ["bury", "embed deeply"], ["drop down", "fall or descend to a lower place or level"], ["dip", "appear to move downward"]]}, {"answer": "sire", "hint": "synonyms for sire", "clues": [["engender", "make children"], ["generate", "make children"], ["beget", "make children"], ["father", "make children"], ["bring forth", "make children"], ["get", "make children"], ["mother", "make children"]]}, {"answer": "skid", "hint": "synonyms for skid", "clues": [["slue", "move obliquely or sideways, usually in an uncontrolled manner"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner"]]}, {"answer": "skimming", "hint": "synonyms for skimming", "clues": [["skim off", "remove from the surface"], ["cream off", "remove from the surface"], ["skim", "examine hastily"], ["skitter", "cause to skip over a surface"], ["skim over", "read superficially"], ["scan", "examine hastily"], ["skip", "cause to skip over a surface"], ["plane", "travel on the surface of water"], ["rake", "examine hastily"], ["glance over", "examine hastily"], ["run down", "examine hastily"], ["cream", "remove from the surface"]]}, {"answer": "skin", "hint": "synonyms for skin", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["shinny", "climb awkwardly, as if by scrambling"], ["scrape", "bruise, cut, or injure the skin or the surface of"], ["bark", "remove the bark of a tree"], ["sputter", "climb awkwardly, as if by scrambling"], ["peel", "strip the skin off"], ["struggle", "climb awkwardly, as if by scrambling"], ["pare", "strip the skin off"]]}, {"answer": "skip", "hint": "synonyms for skip", "clues": [["jump", "bypass"], ["hop-skip", "jump lightly"], ["hop", "jump lightly"], ["bound off", "bound off one point after another"], ["pass over", "bypass"], ["skim", "cause to skip over a surface"], ["vamoose", "leave suddenly"], ["decamp", "leave suddenly"], ["skitter", "cause to skip over a surface"], ["skip over", "bypass"], ["cut", "intentionally fail to attend"]]}, {"answer": "skirt", "hint": "synonyms for skirt", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["border", "extend on all sides of simultaneously; encircle"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["surround", "extend on all sides of simultaneously; encircle"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "skylark", "hint": "synonyms for skylark", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"]]}, {"answer": "slackening", "hint": "synonyms for slackening", "clues": [["slacken", "become looser or slack"], ["remit", "make slack as by lessening tension or firmness"], ["slow up", "become slow or slower"], ["slack", "become slow or slower"], ["slow", "become slow or slower"], ["slow down", "become slow or slower"], ["slack up", "make less active or fast"], ["relax", "make less active or fast"]]}, {"answer": "slacking", "hint": "synonyms for slacking", "clues": [["slack", "become less in amount or intensity"], ["slow up", "become slow or slower"], ["slow", "become slow or slower"], ["abate", "make less active or intense"], ["slake", "make less active or intense"], ["die away", "become less in amount or intensity"], ["slacken", "become slow or slower"], ["relax", "make less active or fast"], ["slack off", "become less in amount or intensity"], ["slow down", "become slow or slower"], ["slack up", "make less active or fast"], ["let up", "become less in amount or intensity"]]}, {"answer": "slacks", "hint": "synonyms for slacks", "clues": [["slack", "become less in amount or intensity"], ["slow up", "become slow or slower"], ["slow", "become slow or slower"], ["abate", "make less active or intense"], ["slake", "make less active or intense"], ["die away", "become less in amount or intensity"], ["slacken", "become slow or slower"], ["relax", "make less active or fast"], ["slack off", "become less in amount or intensity"], ["slow down", "become slow or slower"], ["slack up", "make less active or fast"], ["let up", "become less in amount or intensity"]]}, {"answer": "slam", "hint": "synonyms for slam", "clues": [["thrash", "dance the slam dance"], ["bang", "close violently"], ["mosh", "dance the slam dance"], ["slam dance", "dance the slam dance"], ["flap down", "throw violently"]]}, {"answer": "slam_dancing", "hint": "synonyms for slam dancing", "clues": [["mosh", "dance the slam dance"], ["slam", "dance the slam dance"], ["thrash", "dance the slam dance"], ["slam dance", "dance the slam dance"]]}, {"answer": "slander", "hint": "synonyms for slander", "clues": [["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "slang", "hint": "synonyms for slang", "clues": [["put one over", "fool or hoax"], ["befool", "fool or hoax"], ["gull", "fool or hoax"], ["dupe", "fool or hoax"], ["put one across", "fool or hoax"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["fool", "fool or hoax"], ["cod", "fool or hoax"]]}, {"answer": "slant", "hint": "synonyms for slant", "clues": [["lean", "to incline or bend from a vertical position"], ["tilt", "heel over"], ["angle", "to incline or bend from a vertical position"], ["pitch", "heel over"], ["tip", "to incline or bend from a vertical position"], ["weight", "present with a bias"], ["cant over", "heel over"], ["cant", "heel over"]]}, {"answer": "slash", "hint": "synonyms for slash", "clues": [["convulse", "move or stir about violently"], ["gash", "cut open"], ["thrash about", "move or stir about violently"], ["whip", "beat severely with a whip or rod"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["jactitate", "move or stir about violently"], ["thresh", "move or stir about violently"], ["cut down", "cut with sweeping strokes; as with an ax or machete"], ["toss", "move or stir about violently"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"], ["lash", "beat severely with a whip or rod"], ["thrash", "move or stir about violently"]]}, {"answer": "slaver", "hint": "synonyms for slaver", "clues": [["slabber", "let saliva drivel from the mouth"], ["drool", "let saliva drivel from the mouth"], ["dribble", "let saliva drivel from the mouth"], ["drivel", "let saliva drivel from the mouth"]]}, {"answer": "slaying", "hint": "synonyms for slaying", "clues": [["off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "sleep", "hint": "synonyms for sleep", "clues": [["kip", "be asleep"], ["log Z's", "be asleep"], ["slumber", "be asleep"], ["catch some Z's", "be asleep"]]}, {"answer": "sleuthing", "hint": "synonyms for sleuthing", "clues": [["snoop", "watch, observe, or inquire secretly"], ["stag", "watch, observe, or inquire secretly"], ["sleuth", "watch, observe, or inquire secretly"], ["spy", "watch, observe, or inquire secretly"]]}, {"answer": "slew", "hint": "synonyms for slew", "clues": [["slue", "move obliquely or sideways, usually in an uncontrolled manner"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["sheer", "turn sharply; change direction abruptly"], ["murder", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["curve", "turn sharply; change direction abruptly"], ["cut", "turn sharply; change direction abruptly"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner"], ["veer", "turn sharply; change direction abruptly"], ["swerve", "turn sharply; change direction abruptly"], ["off", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["trend", "turn sharply; change direction abruptly"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "slews", "hint": "synonyms for slews", "clues": [["cut", "turn sharply; change direction abruptly"], ["slue", "move obliquely or sideways, usually in an uncontrolled manner"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner"], ["swerve", "turn sharply; change direction abruptly"], ["veer", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["trend", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "slide", "hint": "synonyms for slide", "clues": [["slue", "move obliquely or sideways, usually in an uncontrolled manner"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner"], ["slither", "to pass or move unobtrusively or smoothly"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner"]]}, {"answer": "slip", "hint": "synonyms for slip", "clues": [["slue", "move obliquely or sideways, usually in an uncontrolled manner"], ["drop away", "get worse"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner"], ["fall away", "get worse"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner"], ["mistake", "to make a mistake or be incorrect"], ["splay", "move out of position"], ["slip one's mind", "pass out of one's memory"], ["dislocate", "move out of position"], ["luxate", "move out of position"], ["drop off", "get worse"], ["sneak", "pass on stealthily"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner"], ["steal", "move stealthily"], ["err", "to make a mistake or be incorrect"]]}, {"answer": "slobber", "hint": "synonyms for slobber", "clues": [["slabber", "let saliva drivel from the mouth"], ["slaver", "let saliva drivel from the mouth"], ["drool", "let saliva drivel from the mouth"], ["dribble", "let saliva drivel from the mouth"], ["drivel", "let saliva drivel from the mouth"]]}, {"answer": "slop", "hint": "synonyms for slop", "clues": [["slosh", "walk through mud or mire"], ["splash", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["squish", "walk through mud or mire"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container"], ["swill", "feed pigs"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "slops", "hint": "synonyms for slops", "clues": [["slop", "walk through mud or mire"], ["splosh", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["swill", "feed pigs"], ["splash", "walk through mud or mire"], ["squish", "walk through mud or mire"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "sloughing", "hint": "synonyms for sloughing", "clues": [["slough", "cast off hair, skin, horn, or feathers"], ["exuviate", "cast off hair, skin, horn, or feathers"], ["molt", "cast off hair, skin, horn, or feathers"], ["shed", "cast off hair, skin, horn, or feathers"]]}, {"answer": "slowing", "hint": "synonyms for slowing", "clues": [["slow up", "become slow or slower"], ["slack", "become slow or slower"], ["decelerate", "lose velocity; move more slowly"], ["slow", "become slow or slower"], ["slow down", "become slow or slower"], ["slacken", "become slow or slower"], ["retard", "lose velocity; move more slowly"]]}, {"answer": "slug", "hint": "synonyms for slug", "clues": [["laze", "be idle; exist in a changeless situation"], ["stagnate", "be idle; exist in a changeless situation"], ["idle", "be idle; exist in a changeless situation"], ["slog", "strike heavily, especially with the fist or a bat"], ["swig", "strike heavily, especially with the fist or a bat"]]}, {"answer": "slumber", "hint": "synonyms for slumber", "clues": [["kip", "be asleep"], ["log Z's", "be asleep"], ["sleep", "be asleep"], ["catch some Z's", "be asleep"]]}, {"answer": "slump", "hint": "synonyms for slump", "clues": [["sink", "fall or sink heavily"], ["slide down", "fall or sink heavily"], ["correct", "go down in value"], ["fall off", "fall heavily or suddenly; decline markedly"], ["decline", "go down in value"], ["slouch", "assume a drooping posture or carriage"]]}, {"answer": "smacking", "hint": "synonyms for smacking", "clues": [["smack", "kiss lightly"], ["reek", "have an element suggestive (of something)"], ["peck", "kiss lightly"], ["thwack", "deliver a hard blow to"], ["taste", "have a distinctive or characteristic taste"], ["smell", "have an element suggestive (of something)"]]}, {"answer": "smattering", "hint": "synonyms for smattering", "clues": [["smatter", "work with in an amateurish manner"], ["play around", "work with in an amateurish manner"], ["blither", "to talk foolishly"], ["dabble", "work with in an amateurish manner"], ["babble", "to talk foolishly"]]}, {"answer": "smear", "hint": "synonyms for smear", "clues": [["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smudge", "make a smudge on; soil by smudging"], ["blur", "make a smudge on; soil by smudging"], ["daub", "cover (a surface) by smearing (a substance) over it"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smutch", "make a smudge on; soil by smudging"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "smell", "hint": "synonyms for smell", "clues": [["smell out", "become aware of not through the senses but instinctively"], ["smack", "have an element suggestive (of something)"], ["sense", "become aware of not through the senses but instinctively"], ["reek", "have an element suggestive (of something)"]]}, {"answer": "smelt", "hint": "synonyms for smelt", "clues": [["smell out", "become aware of not through the senses but instinctively"], ["smell", "emit an odor"], ["reek", "have an element suggestive (of something)"], ["smack", "have an element suggestive (of something)"], ["sense", "become aware of not through the senses but instinctively"]]}, {"answer": "smirch", "hint": "synonyms for smirch", "clues": [["besmirch", "smear so as to make dirty or stained"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "smother", "hint": "synonyms for smother", "clues": [["repress", "conceal or hide"], ["strangle", "conceal or hide"], ["asphyxiate", "deprive of oxygen and prevent from breathing"], ["stifle", "conceal or hide"], ["muffle", "conceal or hide"], ["surround", "envelop completely"], ["suffocate", "deprive of oxygen and prevent from breathing"], ["put out", "deprive of the oxygen necessary for combustion"]]}, {"answer": "snap", "hint": "synonyms for snap", "clues": [["rupture", "separate or cause to separate abruptly"], ["crack", "make a sharp sound"], ["tear", "separate or cause to separate abruptly"], ["snatch", "to grasp hastily or eagerly"], ["shoot", "record on photographic film"], ["photograph", "record on photographic film"], ["break down", "lose control of one's emotions"], ["bust", "separate or cause to separate abruptly"], ["snatch up", "to grasp hastily or eagerly"], ["click", "move or strike with a noise"], ["lose it", "lose control of one's emotions"], ["snarl", "utter in an angry, sharp, or abrupt tone"], ["flick", "cause to make a snapping sound"]]}, {"answer": "snare", "hint": "synonyms for snare", "clues": [["entrap", "catch in or as if in a trap"], ["trammel", "catch in or as if in a trap"], ["ensnare", "catch in or as if in a trap"], ["trap", "catch in or as if in a trap"], ["hook", "entice and trap"]]}, {"answer": "snarl", "hint": "synonyms for snarl", "clues": [["snarl up", "make more complicated or confused through entanglements"], ["embrangle", "make more complicated or confused through entanglements"], ["tangle", "twist together or entwine into a confusing mass"], ["mat", "twist together or entwine into a confusing mass"], ["snap", "utter in an angry, sharp, or abrupt tone"]]}, {"answer": "snatch", "hint": "synonyms for snatch", "clues": [["snap", "to grasp hastily or eagerly"], ["snatch up", "to grasp hastily or eagerly"], ["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["nobble", "take away to an undisclosed location against their will and usually in order to extract a ransom"]]}, {"answer": "sniffle", "hint": "synonyms for sniffle", "clues": [["sniff", "inhale audibly through the nose"], ["blub", "cry or whine with snuffling"], ["snivel", "cry or whine with snuffling"], ["blubber", "cry or whine with snuffling"], ["snuffle", "cry or whine with snuffling"]]}, {"answer": "snip", "hint": "synonyms for snip", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["nip", "sever or remove by pinching or snipping"], ["cut back", "cultivate, tend, and cut back the growth of"], ["crop", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"], ["trim", "cultivate, tend, and cut back the growth of"], ["nip off", "sever or remove by pinching or snipping"]]}, {"answer": "snipe", "hint": "synonyms for snipe", "clues": [["attack", "attack in speech or writing"], ["lash out", "attack in speech or writing"], ["assail", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["sharpshoot", "aim and shoot with great precision"], ["round", "attack in speech or writing"]]}, {"answer": "snipping", "hint": "synonyms for snipping", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["nip", "sever or remove by pinching or snipping"], ["cut back", "cultivate, tend, and cut back the growth of"], ["crop", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"], ["trim", "cultivate, tend, and cut back the growth of"], ["nip off", "sever or remove by pinching or snipping"]]}, {"answer": "snips", "hint": "synonyms for snips", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["nip", "sever or remove by pinching or snipping"], ["cut back", "cultivate, tend, and cut back the growth of"], ["crop", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"], ["trim", "cultivate, tend, and cut back the growth of"], ["nip off", "sever or remove by pinching or snipping"]]}, {"answer": "snitch", "hint": "synonyms for snitch", "clues": [["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["hook", "take by theft"], ["cop", "take by theft"], ["denounce", "give away information about somebody"], ["rat", "give away information about somebody"], ["glom", "take by theft"], ["knock off", "take by theft"], ["shit", "give away information about somebody"], ["thieve", "take by theft"], ["grass", "give away information about somebody"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"]]}, {"answer": "snivel", "hint": "synonyms for snivel", "clues": [["blub", "cry or whine with snuffling"], ["whine", "talk in a tearful manner"], ["blubber", "cry or whine with snuffling"], ["sniffle", "cry or whine with snuffling"]]}, {"answer": "sniveling", "hint": "synonyms for sniveling", "clues": [["snivel", "cry or whine with snuffling"], ["snuffle", "snuff up mucus through the nose"], ["blub", "cry or whine with snuffling"], ["whine", "talk in a tearful manner"], ["blubber", "cry or whine with snuffling"]]}, {"answer": "snogging", "hint": "synonyms for snogging", "clues": [["osculate", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["buss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["snog", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."], ["kiss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc."]]}, {"answer": "snow", "hint": "synonyms for snow", "clues": [["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"]]}, {"answer": "snuffle", "hint": "synonyms for snuffle", "clues": [["snivel", "snuff up mucus through the nose"], ["snuff", "sniff or smell inquiringly"], ["blub", "cry or whine with snuffling"], ["blubber", "cry or whine with snuffling"], ["sniffle", "cry or whine with snuffling"]]}, {"answer": "snuggle", "hint": "synonyms for snuggle", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "position comfortably"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "snuggling", "hint": "synonyms for snuggling", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "position comfortably"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "soak", "hint": "synonyms for soak", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["hook", "rip off; ask an unreasonable price"], ["douse", "cover with liquid; pour liquid onto"], ["rob", "rip off; ask an unreasonable price"], ["inebriate", "become drunk or drink excessively"], ["intoxicate", "make drunk (with alcoholic drinks)"], ["drench", "cover with liquid; pour liquid onto"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"], ["hock", "leave as a guarantee in return for money"], ["fleece", "rip off; ask an unreasonable price"], ["sop", "cover with liquid; pour liquid onto"], ["hit it up", "become drunk or drink excessively"], ["souse", "cover with liquid; pour liquid onto"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["imbue", "fill, soak, or imbue totally"], ["pawn", "leave as a guarantee in return for money"]]}, {"answer": "soar", "hint": "synonyms for soar", "clues": [["soar up", "rise rapidly"], ["hang glide", "fly by means of a hang glider"], ["soar upwards", "rise rapidly"], ["surge", "rise rapidly"], ["zoom", "rise rapidly"], ["sailplane", "fly a plane without an engine"]]}, {"answer": "sock", "hint": "synonyms for sock", "clues": [["whap", "hit hard"], ["whop", "hit hard"], ["bonk", "hit hard"], ["bash", "hit hard"], ["bop", "hit hard"]]}, {"answer": "soil", "hint": "synonyms for soil", "clues": [["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"]]}, {"answer": "soiling", "hint": "synonyms for soiling", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"]]}, {"answer": "solving", "hint": "synonyms for solving", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["resolve", "find the solution"], ["solve", "settle, as of a debt"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["clear", "settle, as of a debt"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"]]}, {"answer": "sop", "hint": "synonyms for sop", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["souse", "cover with liquid; pour liquid onto"], ["soak through", "be or become thoroughly soaked or saturated with a liquid"], ["douse", "cover with liquid; pour liquid onto"], ["drench", "cover with liquid; pour liquid onto"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "sophisticate", "hint": "synonyms for sophisticate", "clues": [["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["doctor up", "alter and make impure, as with the intention to deceive"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["doctor", "alter and make impure, as with the intention to deceive"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "sops", "hint": "synonyms for sops", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["douse", "cover with liquid; pour liquid onto"], ["souse", "cover with liquid; pour liquid onto"], ["soak through", "be or become thoroughly soaked or saturated with a liquid"], ["drench", "cover with liquid; pour liquid onto"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "sort", "hint": "synonyms for sort", "clues": [["screen", "examine in order to test suitability"], ["sort out", "arrange or order by classes or categories"], ["class", "arrange or order by classes or categories"], ["assort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"], ["classify", "arrange or order by classes or categories"], ["sieve", "examine in order to test suitability"], ["screen out", "examine in order to test suitability"]]}, {"answer": "sorting", "hint": "synonyms for sorting", "clues": [["screen", "examine in order to test suitability"], ["sort out", "arrange or order by classes or categories"], ["class", "arrange or order by classes or categories"], ["assort", "arrange or order by classes or categories"], ["sort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"], ["sieve", "examine in order to test suitability"], ["screen out", "examine in order to test suitability"], ["classify", "arrange or order by classes or categories"]]}, {"answer": "souring", "hint": "synonyms for souring", "clues": [["ferment", "go sour or spoil"], ["acidulate", "make sour or more sour"], ["work", "go sour or spoil"], ["turn", "go sour or spoil"], ["acetify", "make sour or more sour"], ["sour", "make sour or more sour"], ["acidify", "make sour or more sour"]]}, {"answer": "souse", "hint": "synonyms for souse", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["douse", "cover with liquid; pour liquid onto"], ["soak", "become drunk or drink excessively"], ["inebriate", "become drunk or drink excessively"], ["hit it up", "become drunk or drink excessively"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["drench", "cover with liquid; pour liquid onto"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate"]]}, {"answer": "sousing", "hint": "synonyms for sousing", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["douse", "cover with liquid; pour liquid onto"], ["soak", "become drunk or drink excessively"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["inebriate", "become drunk or drink excessively"], ["hit it up", "become drunk or drink excessively"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["drench", "cover with liquid; pour liquid onto"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate"]]}, {"answer": "spark", "hint": "synonyms for spark", "clues": [["sparkle", "emit or produce sparks"], ["set off", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["trip", "put in motion or move to act"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "sparkle", "hint": "synonyms for sparkle", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["spark", "emit or produce sparks"], ["froth", "become bubbly or frothy or foaming"], ["scintillate", "reflect brightly"], ["coruscate", "be lively or brilliant or exhibit virtuosity"], ["foam", "become bubbly or frothy or foaming"], ["fizz", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"]]}, {"answer": "spat", "hint": "synonyms for spat", "clues": [["spit", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["acclaim", "clap one's hands or shout after performances to indicate approval"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["clap", "clap one's hands together"], ["spatter", "rain gently"], ["pitter-patter", "rain gently"], ["sprinkle", "rain gently"], ["spit out", "utter with anger or contempt"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["applaud", "clap one's hands or shout after performances to indicate approval"], ["skewer", "drive a skewer through"]]}, {"answer": "spatter", "hint": "synonyms for spatter", "clues": [["plash", "dash a liquid upon or against"], ["splosh", "dash a liquid upon or against"], ["pitter-patter", "rain gently"], ["splatter", "dash a liquid upon or against"], ["sprinkle", "rain gently"], ["spit", "rain gently"], ["swash", "dash a liquid upon or against"], ["bespatter", "spot, splash, or soil"]]}, {"answer": "spattering", "hint": "synonyms for spattering", "clues": [["plash", "dash a liquid upon or against"], ["spatter", "spot, splash, or soil"], ["splosh", "dash a liquid upon or against"], ["pitter-patter", "rain gently"], ["sprinkle", "rain gently"], ["spit", "rain gently"], ["swash", "dash a liquid upon or against"]]}, {"answer": "spaying", "hint": "synonyms for spaying", "clues": [["alter", "remove the ovaries of"], ["spay", "remove the ovaries of"], ["castrate", "remove the ovaries of"], ["neuter", "remove the ovaries of"]]}, {"answer": "speed", "hint": "synonyms for speed", "clues": [["step on it", "move fast"], ["cannonball along", "move fast"], ["belt along", "move fast"], ["accelerate", "cause to move faster"], ["rush along", "move fast"], ["hie", "move fast"], ["travel rapidly", "move very fast"], ["hasten", "move fast"], ["speed up", "move faster"], ["hotfoot", "move fast"], ["zip", "move very fast"], ["quicken", "move faster"], ["bucket along", "move fast"], ["rush", "move fast"], ["hurry", "move very fast"], ["race", "move fast"]]}, {"answer": "speeding", "hint": "synonyms for speeding", "clues": [["step on it", "move fast"], ["cannonball along", "move fast"], ["belt along", "move fast"], ["speed", "move very fast"], ["accelerate", "cause to move faster"], ["rush along", "move fast"], ["hie", "move fast"], ["travel rapidly", "move very fast"], ["hasten", "move fast"], ["speed up", "move faster"], ["hotfoot", "move fast"], ["zip", "move very fast"], ["quicken", "move faster"], ["bucket along", "move fast"], ["rush", "move fast"], ["hurry", "move very fast"], ["race", "move fast"]]}, {"answer": "spelling", "hint": "synonyms for spelling", "clues": [["spell", "relieve (someone) from work by taking a turn"], ["spell out", "orally recite the letters of or give the spelling of"], ["import", "indicate or signify"], ["write", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)"]]}, {"answer": "spelt", "hint": "synonyms for spelt", "clues": [["spell", "relieve (someone) from work by taking a turn"], ["spell out", "orally recite the letters of or give the spelling of"], ["import", "indicate or signify"], ["write", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)"]]}, {"answer": "spending", "hint": "synonyms for spending", "clues": [["expend", "pay out"], ["spend", "pay out"], ["drop", "pay out"], ["pass", "pass time in a specific way"]]}, {"answer": "spike", "hint": "synonyms for spike", "clues": [["spike out", "bring forth a spike or spikes"], ["impale", "pierce with a sharp stake or point"], ["fortify", "add alcohol to (beverages)"], ["lace", "add alcohol to (beverages)"], ["empale", "pierce with a sharp stake or point"], ["transfix", "pierce with a sharp stake or point"]]}, {"answer": "spill", "hint": "synonyms for spill", "clues": [["talk", "reveal information"], ["run out", "flow, run or fall out and become lost"], ["slop", "cause or allow (a liquid substance) to run or flow from a container"], ["disgorge", "cause or allow (a solid substance) to flow or run out or over"], ["shed", "pour out in drops or small quantities or as if in drops or small quantities"], ["pour forth", "pour out in drops or small quantities or as if in drops or small quantities"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "spin", "hint": "synonyms for spin", "clues": [["spin around", "revolve quickly and repeatedly around one's own axis"], ["reel", "revolve quickly and repeatedly around one's own axis"], ["twirl", "cause to spin"], ["spin out", "prolong or extend"], ["birl", "cause to spin"], ["whirl", "revolve quickly and repeatedly around one's own axis"], ["gyrate", "revolve quickly and repeatedly around one's own axis"]]}, {"answer": "spinning", "hint": "synonyms for spinning", "clues": [["spin", "revolve quickly and repeatedly around one's own axis"], ["twirl", "cause to spin"], ["whirl", "revolve quickly and repeatedly around one's own axis"], ["spin around", "revolve quickly and repeatedly around one's own axis"], ["reel", "revolve quickly and repeatedly around one's own axis"], ["spin out", "prolong or extend"], ["birl", "cause to spin"], ["gyrate", "revolve quickly and repeatedly around one's own axis"]]}, {"answer": "spirt", "hint": "synonyms for spirt", "clues": [["spurt", "move or act with a sudden increase in speed or energy"], ["forge", "move or act with a sudden increase in speed or energy"], ["spout", "gush forth in a sudden stream or jet"], ["gush", "gush forth in a sudden stream or jet"]]}, {"answer": "spit", "hint": "synonyms for spit", "clues": [["spew", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spatter", "rain gently"], ["pitter-patter", "rain gently"], ["sprinkle", "rain gently"], ["ptyalize", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spit out", "utter with anger or contempt"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["skewer", "drive a skewer through"]]}, {"answer": "spite", "hint": "synonyms for spite", "clues": [["wound", "hurt the feelings of"], ["offend", "hurt the feelings of"], ["injure", "hurt the feelings of"], ["bruise", "hurt the feelings of"], ["hurt", "hurt the feelings of"]]}, {"answer": "spitting", "hint": "synonyms for spitting", "clues": [["spit", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spatter", "rain gently"], ["pitter-patter", "rain gently"], ["sprinkle", "rain gently"], ["ptyalize", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spit out", "utter with anger or contempt"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["skewer", "drive a skewer through"]]}, {"answer": "splash", "hint": "synonyms for splash", "clues": [["plash", "dash a liquid upon or against"], ["slop", "walk through mud or mire"], ["spatter", "dash a liquid upon or against"], ["slosh", "make a splashing sound"], ["sprinkle", "cause (a liquid) to spatter about, especially with force"], ["squelch", "walk through mud or mire"], ["slush", "make a splashing sound"], ["squish", "walk through mud or mire"], ["swash", "dash a liquid upon or against"]]}, {"answer": "splashing", "hint": "synonyms for splashing", "clues": [["slop", "walk through mud or mire"], ["splash", "soil or stain with a splashed liquid"], ["spatter", "dash a liquid upon or against"], ["sprinkle", "cause (a liquid) to spatter about, especially with force"], ["splosh", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["slush", "make a splashing sound"], ["squish", "walk through mud or mire"], ["swash", "dash a liquid upon or against"]]}, {"answer": "splatter", "hint": "synonyms for splatter", "clues": [["plash", "dash a liquid upon or against"], ["slop", "cause or allow (a liquid substance) to run or flow from a container"], ["spatter", "dash a liquid upon or against"], ["splosh", "dash a liquid upon or against"], ["swash", "dash a liquid upon or against"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "splattering", "hint": "synonyms for splattering", "clues": [["plash", "dash a liquid upon or against"], ["spatter", "dash a liquid upon or against"], ["splosh", "dash a liquid upon or against"], ["slop", "cause or allow (a liquid substance) to run or flow from a container"], ["swash", "dash a liquid upon or against"], ["spill", "cause or allow (a liquid substance) to run or flow from a container"]]}, {"answer": "splicing", "hint": "synonyms for splicing", "clues": [["splice", "perform a marriage ceremony"], ["tie", "perform a marriage ceremony"], ["marry", "perform a marriage ceremony"], ["wed", "perform a marriage ceremony"]]}, {"answer": "splintering", "hint": "synonyms for splintering", "clues": [["secede", "withdraw from an organization or communion"], ["splinter", "break up into splinters or slivers"], ["sliver", "break up into splinters or slivers"], ["break away", "withdraw from an organization or communion"]]}, {"answer": "splinters", "hint": "synonyms for splinters", "clues": [["secede", "withdraw from an organization or communion"], ["splinter", "break up into splinters or slivers"], ["sliver", "break up into splinters or slivers"], ["break away", "withdraw from an organization or communion"]]}, {"answer": "split_up", "hint": "synonyms for split up", "clues": [["come apart", "become separated into pieces or fragments"], ["break up", "discontinue an association or relation; go different ways"], ["break", "become separated into pieces or fragments"], ["divorce", "get a divorce; formally terminate a marriage"], ["separate", "become separated into pieces or fragments"], ["dissever", "separate into parts or portions"], ["split", "separate into parts or portions"], ["carve up", "separate into parts or portions"], ["divide", "separate into parts or portions"], ["part", "discontinue an association or relation; go different ways"], ["fall apart", "become separated into pieces or fragments"]]}, {"answer": "spoil", "hint": "synonyms for spoil", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["cocker", "treat with excessive indulgence"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["deflower", "make imperfect"], ["indulge", "treat with excessive indulgence"], ["corrupt", "alter from the original"], ["bollocks up", "make a mess of, destroy or ruin"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["plunder", "destroy and strip of its possession"], ["blow", "make a mess of, destroy or ruin"], ["rape", "destroy and strip of its possession"], ["flub", "make a mess of, destroy or ruin"], ["mollycoddle", "treat with excessive indulgence"], ["go bad", "become unfit for consumption or use"], ["mar", "make imperfect"], ["featherbed", "treat with excessive indulgence"], ["bobble", "make a mess of, destroy or ruin"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["vitiate", "make imperfect"], ["botch up", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["coddle", "treat with excessive indulgence"], ["fluff", "make a mess of, destroy or ruin"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["despoil", "destroy and strip of its possession"], ["bodge", "make a mess of, destroy or ruin"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["itch", "have a strong desire or urge to do something"], ["impair", "make imperfect"], ["bollocks", "make a mess of, destroy or ruin"], ["pamper", "treat with excessive indulgence"], ["botch", "make a mess of, destroy or ruin"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["mess up", "make a mess of, destroy or ruin"], ["violate", "destroy and strip of its possession"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "spoiling", "hint": "synonyms for spoiling", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["cocker", "treat with excessive indulgence"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["deflower", "make imperfect"], ["indulge", "treat with excessive indulgence"], ["corrupt", "alter from the original"], ["spoil", "have a strong desire or urge to do something"], ["bollocks up", "make a mess of, destroy or ruin"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["plunder", "destroy and strip of its possession"], ["blow", "make a mess of, destroy or ruin"], ["rape", "destroy and strip of its possession"], ["flub", "make a mess of, destroy or ruin"], ["mollycoddle", "treat with excessive indulgence"], ["go bad", "become unfit for consumption or use"], ["mar", "make imperfect"], ["featherbed", "treat with excessive indulgence"], ["bobble", "make a mess of, destroy or ruin"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["vitiate", "make imperfect"], ["botch up", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["coddle", "treat with excessive indulgence"], ["fluff", "make a mess of, destroy or ruin"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["despoil", "destroy and strip of its possession"], ["bodge", "make a mess of, destroy or ruin"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["itch", "have a strong desire or urge to do something"], ["impair", "make imperfect"], ["bollocks", "make a mess of, destroy or ruin"], ["pamper", "treat with excessive indulgence"], ["botch", "make a mess of, destroy or ruin"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["mess up", "make a mess of, destroy or ruin"], ["violate", "destroy and strip of its possession"], ["bollix up", "make a mess of, destroy or ruin"]]}, {"answer": "spoke", "hint": "synonyms for spoke", "clues": [["address", "give a speech to"], ["verbalize", "express in speech"], ["speak", "exchange thoughts; talk with"], ["utter", "express in speech"], ["talk", "exchange thoughts; talk with"], ["mouth", "express in speech"]]}, {"answer": "sponge", "hint": "synonyms for sponge", "clues": [["mooch", "ask for and get free; be a parasite"], ["bum", "ask for and get free; be a parasite"], ["grub", "ask for and get free; be a parasite"], ["cadge", "ask for and get free; be a parasite"]]}, {"answer": "sponsor", "hint": "synonyms for sponsor", "clues": [["shop at", "do one's shopping at; do business with; be a customer or client of"], ["patronise", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"]]}, {"answer": "sport", "hint": "synonyms for sport", "clues": [["feature", "wear or display in an ostentatious or proud manner"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["boast", "wear or display in an ostentatious or proud manner"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "spot", "hint": "synonyms for spot", "clues": [["recognize", "detect with the senses"], ["espy", "catch sight of"], ["blemish", "mar or impair with a flaw"], ["blob", "make a spot or mark onto"], ["fleck", "make a spot or mark onto"], ["make out", "detect with the senses"], ["pick out", "detect with the senses"], ["discern", "detect with the senses"], ["distinguish", "detect with the senses"], ["tell apart", "detect with the senses"], ["descry", "catch sight of"], ["blot", "make a spot or mark onto"]]}, {"answer": "spots", "hint": "synonyms for spots", "clues": [["blemish", "mar or impair with a flaw"], ["fleck", "make a spot or mark onto"], ["spot", "mar or impair with a flaw"], ["make out", "detect with the senses"], ["discern", "detect with the senses"], ["pick out", "detect with the senses"], ["blob", "make a spot or mark onto"], ["blot", "make a spot or mark onto"], ["recognize", "detect with the senses"], ["espy", "catch sight of"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["descry", "catch sight of"]]}, {"answer": "spotting", "hint": "synonyms for spotting", "clues": [["blemish", "mar or impair with a flaw"], ["fleck", "make a spot or mark onto"], ["spot", "mar or impair with a flaw"], ["make out", "detect with the senses"], ["discern", "detect with the senses"], ["pick out", "detect with the senses"], ["blob", "make a spot or mark onto"], ["blot", "make a spot or mark onto"], ["recognize", "detect with the senses"], ["espy", "catch sight of"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["descry", "catch sight of"]]}, {"answer": "spout", "hint": "synonyms for spout", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["spurt", "gush forth in a sudden stream or jet"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"], ["gush", "gush forth in a sudden stream or jet"], ["rave", "talk in a noisy, excited, or declamatory manner"], ["spirt", "gush forth in a sudden stream or jet"]]}, {"answer": "sprain", "hint": "synonyms for sprain", "clues": [["rick", "twist suddenly so as to sprain"], ["wrench", "twist suddenly so as to sprain"], ["turn", "twist suddenly so as to sprain"], ["twist", "twist suddenly so as to sprain"]]}, {"answer": "spreading", "hint": "synonyms for spreading", "clues": [["propagate", "cause to become widely known"], ["spread out", "move outward"], ["diffuse", "cause to become widely known"], ["scatter", "strew or distribute over an area"], ["disseminate", "cause to become widely known"], ["open", "spread out or open from a closed or folded state"], ["spread", "spread across or over"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["unfold", "spread out or open from a closed or folded state"], ["circularize", "cause to become widely known"], ["go around", "become widely known and passed on"], ["overspread", "spread across or over"], ["pass around", "cause to become widely known"], ["fan out", "move outward"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "spring", "hint": "synonyms for spring", "clues": [["bound", "move forward by leaps and bounds"], ["jump", "move forward by leaps and bounds"], ["form", "develop into a distinctive entity"], ["rebound", "spring back; spring away from an impact"], ["take shape", "develop into a distinctive entity"], ["take form", "develop into a distinctive entity"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["bounce", "spring back; spring away from an impact"], ["leap", "move forward by leaps and bounds"], ["reverberate", "spring back; spring away from an impact"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "sprinkle", "hint": "synonyms for sprinkle", "clues": [["splash", "cause (a liquid) to spatter about, especially with force"], ["scatter", "distribute loosely"], ["splosh", "cause (a liquid) to spatter about, especially with force"], ["pitter-patter", "rain gently"], ["disperse", "distribute loosely"], ["patter", "rain gently"], ["dust", "distribute loosely"], ["besprinkle", "scatter with liquid; wet lightly"], ["spit", "rain gently"], ["dot", "distribute loosely"], ["sparge", "scatter with liquid; wet lightly"]]}, {"answer": "sprinkles", "hint": "synonyms for sprinkles", "clues": [["splash", "cause (a liquid) to spatter about, especially with force"], ["sprinkle", "cause (a liquid) to spatter about, especially with force"], ["scatter", "distribute loosely"], ["splosh", "cause (a liquid) to spatter about, especially with force"], ["pitter-patter", "rain gently"], ["disperse", "distribute loosely"], ["patter", "rain gently"], ["dust", "distribute loosely"], ["spit", "rain gently"], ["dot", "distribute loosely"], ["sparge", "scatter with liquid; wet lightly"]]}, {"answer": "sprinkling", "hint": "synonyms for sprinkling", "clues": [["splash", "cause (a liquid) to spatter about, especially with force"], ["sprinkle", "cause (a liquid) to spatter about, especially with force"], ["scatter", "distribute loosely"], ["splosh", "cause (a liquid) to spatter about, especially with force"], ["pitter-patter", "rain gently"], ["disperse", "distribute loosely"], ["patter", "rain gently"], ["dust", "distribute loosely"], ["spit", "rain gently"], ["dot", "distribute loosely"], ["sparge", "scatter with liquid; wet lightly"]]}, {"answer": "sprout", "hint": "synonyms for sprout", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "produce buds, branches, or germinate"], ["bourgeon", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["burgeon forth", "produce buds, branches, or germinate"], ["stock", "put forth and grow sprouts or shoots"], ["germinate", "produce buds, branches, or germinate"]]}, {"answer": "sprouting", "hint": "synonyms for sprouting", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "produce buds, branches, or germinate"], ["bourgeon", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["germinate", "produce buds, branches, or germinate"], ["sprout", "put forth and grow sprouts or shoots"], ["stock", "put forth and grow sprouts or shoots"], ["burgeon forth", "produce buds, branches, or germinate"]]}, {"answer": "spud", "hint": "synonyms for spud", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "produce buds, branches, or germinate"], ["bourgeon", "produce buds, branches, or germinate"], ["burgeon forth", "produce buds, branches, or germinate"], ["germinate", "produce buds, branches, or germinate"], ["sprout", "produce buds, branches, or germinate"]]}, {"answer": "spurt", "hint": "synonyms for spurt", "clues": [["forge", "move or act with a sudden increase in speed or energy"], ["spirt", "move or act with a sudden increase in speed or energy"], ["spout", "gush forth in a sudden stream or jet"], ["gush", "gush forth in a sudden stream or jet"]]}, {"answer": "sputter", "hint": "synonyms for sputter", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["shinny", "climb awkwardly, as if by scrambling"], ["struggle", "climb awkwardly, as if by scrambling"], ["splutter", "spit up in an explosive manner"], ["spit out", "spit up in an explosive manner"]]}, {"answer": "sputtering", "hint": "synonyms for sputtering", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["shinny", "climb awkwardly, as if by scrambling"], ["sputter", "spit up in an explosive manner"], ["struggle", "climb awkwardly, as if by scrambling"], ["spit out", "spit up in an explosive manner"]]}, {"answer": "spy", "hint": "synonyms for spy", "clues": [["sight", "catch sight of; to perceive with the eyes"], ["snoop", "watch, observe, or inquire secretly"], ["espy", "catch sight of"], ["stag", "watch, observe, or inquire secretly"], ["descry", "catch sight of"], ["sleuth", "watch, observe, or inquire secretly"], ["spot", "catch sight of"]]}, {"answer": "spying", "hint": "synonyms for spying", "clues": [["spy", "secretly collect sensitive or classified information; engage in espionage"], ["stag", "watch, observe, or inquire secretly"], ["sight", "catch sight of; to perceive with the eyes"], ["snoop", "watch, observe, or inquire secretly"], ["descry", "catch sight of"], ["sleuth", "watch, observe, or inquire secretly"], ["spot", "catch sight of"]]}, {"answer": "squabble", "hint": "synonyms for squabble", "clues": [["quibble", "argue over petty things"], ["bicker", "argue over petty things"], ["brabble", "argue over petty things"], ["niggle", "argue over petty things"], ["pettifog", "argue over petty things"]]}, {"answer": "squall", "hint": "synonyms for squall", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["waul", "make high-pitched, whiney noises"], ["wawl", "make high-pitched, whiney noises"], ["yell", "utter a sudden loud cry"]]}, {"answer": "squandering", "hint": "synonyms for squandering", "clues": [["ware", "spend extravagantly"], ["squander", "spend thoughtlessly; throw away"], ["waste", "spend extravagantly"], ["consume", "spend extravagantly"], ["blow", "spend thoughtlessly; throw away"]]}, {"answer": "squash", "hint": "synonyms for squash", "clues": [["crush", "to compress with violence, out of natural shape or condition"], ["mash", "to compress with violence, out of natural shape or condition"], ["squelch", "to compress with violence, out of natural shape or condition"], ["squeeze", "to compress with violence, out of natural shape or condition"]]}, {"answer": "squatting", "hint": "synonyms for squatting", "clues": [["squat", "occupy (a dwelling) illegally"], ["hunker", "sit on one's heels"], ["crouch", "sit on one's heels"], ["hunker down", "sit on one's heels"], ["scrunch up", "sit on one's heels"], ["scrunch", "sit on one's heels"]]}, {"answer": "squawk", "hint": "synonyms for squawk", "clues": [["holler", "complain"], ["skreak", "utter a harsh abrupt scream"], ["bellyache", "complain"], ["grouse", "complain"], ["crab", "complain"], ["screak", "utter a harsh abrupt scream"], ["bitch", "complain"], ["gripe", "complain"], ["screech", "utter a harsh abrupt scream"], ["skreigh", "utter a harsh abrupt scream"], ["beef", "complain"]]}, {"answer": "squeak", "hint": "synonyms for squeak", "clues": [["whine", "make a high-pitched, screeching noise"], ["screak", "make a high-pitched, screeching noise"], ["skreak", "make a high-pitched, screeching noise"], ["screech", "make a high-pitched, screeching noise"]]}, {"answer": "squeeze", "hint": "synonyms for squeeze", "clues": [["compress", "squeeze or press together"], ["stuff", "press or force"], ["compact", "squeeze or press together"], ["gouge", "obtain by coercion or intimidation"], ["extort", "obtain by coercion or intimidation"], ["tweet", "squeeze tightly between the fingers"], ["wring", "obtain by coercion or intimidation"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness"], ["nip", "squeeze tightly between the fingers"], ["squash", "to compress with violence, out of natural shape or condition"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness"], ["press", "squeeze or press together"], ["thrust", "press or force"], ["crush", "to compress with violence, out of natural shape or condition"], ["mash", "to compress with violence, out of natural shape or condition"], ["twitch", "squeeze tightly between the fingers"], ["shove", "press or force"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["contract", "squeeze or press together"], ["squelch", "to compress with violence, out of natural shape or condition"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness"], ["wedge", "squeeze like a wedge into a tight space"], ["pinch", "squeeze tightly between the fingers"], ["constrict", "squeeze or press together"], ["rack", "obtain by coercion or intimidation"], ["twinge", "squeeze tightly between the fingers"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["force", "squeeze like a wedge into a tight space"]]}, {"answer": "squeezing", "hint": "synonyms for squeezing", "clues": [["squeeze", "obtain by coercion or intimidation"], ["compress", "squeeze or press together"], ["stuff", "press or force"], ["compact", "squeeze or press together"], ["wring", "obtain by coercion or intimidation"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness"], ["squash", "to compress with violence, out of natural shape or condition"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["crush", "to compress with violence, out of natural shape or condition"], ["contract", "squeeze or press together"], ["squelch", "to compress with violence, out of natural shape or condition"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness"], ["wedge", "squeeze like a wedge into a tight space"], ["rack", "obtain by coercion or intimidation"], ["twinge", "squeeze tightly between the fingers"], ["gouge", "obtain by coercion or intimidation"], ["extort", "obtain by coercion or intimidation"], ["tweet", "squeeze tightly between the fingers"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness"], ["nip", "squeeze tightly between the fingers"], ["press", "squeeze or press together"], ["thrust", "press or force"], ["mash", "to compress with violence, out of natural shape or condition"], ["shove", "press or force"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["twitch", "squeeze tightly between the fingers"], ["constrict", "squeeze or press together"], ["pinch", "squeeze tightly between the fingers"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["force", "squeeze like a wedge into a tight space"]]}, {"answer": "squelch", "hint": "synonyms for squelch", "clues": [["crush", "to compress with violence, out of natural shape or condition"], ["mash", "to compress with violence, out of natural shape or condition"], ["slop", "walk through mud or mire"], ["splosh", "walk through mud or mire"], ["quench", "suppress or crush completely"], ["quell", "suppress or crush completely"], ["squeeze", "to compress with violence, out of natural shape or condition"], ["splash", "walk through mud or mire"], ["squash", "to compress with violence, out of natural shape or condition"], ["squish", "walk through mud or mire"]]}, {"answer": "squinch", "hint": "synonyms for squinch", "clues": [["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["flinch", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["squint", "cross one's eyes as if in strabismus"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"]]}, {"answer": "squirm", "hint": "synonyms for squirm", "clues": [["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "squish", "hint": "synonyms for squish", "clues": [["slop", "walk through mud or mire"], ["slosh", "walk through mud or mire"], ["splash", "walk through mud or mire"], ["squelch", "walk through mud or mire"]]}, {"answer": "stab", "hint": "synonyms for stab", "clues": [["prod", "poke or thrust abruptly"], ["jab", "stab or pierce"], ["dig", "poke or thrust abruptly"], ["knife", "use a knife on"], ["poke", "poke or thrust abruptly"]]}, {"answer": "stag", "hint": "synonyms for stag", "clues": [["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["denounce", "give away information about somebody"], ["rat", "give away information about somebody"], ["spy", "watch, observe, or inquire secretly"], ["shit", "give away information about somebody"], ["snoop", "watch, observe, or inquire secretly"], ["grass", "give away information about somebody"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["snitch", "give away information about somebody"], ["sleuth", "watch, observe, or inquire secretly"]]}, {"answer": "stagger", "hint": "synonyms for stagger", "clues": [["lurch", "walk as if unable to control one's movements"], ["reel", "walk as if unable to control one's movements"], ["keel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"], ["flounder", "walk with great difficulty"], ["distribute", "to arrange in a systematic order"], ["swag", "walk as if unable to control one's movements"]]}, {"answer": "staggers", "hint": "synonyms for staggers", "clues": [["lurch", "walk as if unable to control one's movements"], ["reel", "walk as if unable to control one's movements"], ["flounder", "walk with great difficulty"], ["stagger", "walk with great difficulty"], ["swag", "walk as if unable to control one's movements"], ["distribute", "to arrange in a systematic order"], ["keel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"]]}, {"answer": "staging", "hint": "synonyms for staging", "clues": [["stag", "watch, observe, or inquire secretly"], ["denounce", "give away information about somebody"], ["present", "perform (a play), especially on a stage"], ["snoop", "watch, observe, or inquire secretly"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["sleuth", "watch, observe, or inquire secretly"], ["betray", "give away information about somebody"], ["arrange", "plan, organize, and carry out (an event)"], ["tell on", "give away information about somebody"], ["rat", "give away information about somebody"], ["spy", "watch, observe, or inquire secretly"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["snitch", "give away information about somebody"]]}, {"answer": "stain", "hint": "synonyms for stain", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically"]]}, {"answer": "staining", "hint": "synonyms for staining", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["stain", "color with a liquid dye or tint"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically"]]}, {"answer": "stake", "hint": "synonyms for stake", "clues": [["venture", "put at risk"], ["impale", "kill by piercing with a spear or sharp pole"], ["punt", "place a bet on"], ["gage", "place a bet on"], ["hazard", "put at risk"], ["bet on", "place a bet on"], ["jeopardize", "put at risk"], ["back", "place a bet on"], ["game", "place a bet on"], ["post", "mark with a stake"]]}, {"answer": "stakes", "hint": "synonyms for stakes", "clues": [["venture", "put at risk"], ["stake", "put at risk"], ["impale", "kill by piercing with a spear or sharp pole"], ["back", "place a bet on"], ["punt", "place a bet on"], ["gage", "place a bet on"], ["hazard", "put at risk"], ["bet on", "place a bet on"], ["jeopardize", "put at risk"], ["game", "place a bet on"], ["post", "mark with a stake"]]}, {"answer": "stall", "hint": "synonyms for stall", "clues": [["drag one's heels", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["conk", "come to a stop"], ["shillyshally", "postpone doing what one should be doing"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "stalling", "hint": "synonyms for stalling", "clues": [["stall", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["shillyshally", "postpone doing what one should be doing"], ["drag one's heels", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["conk", "come to a stop"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "stalls", "hint": "synonyms for stalls", "clues": [["stall", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["shillyshally", "postpone doing what one should be doing"], ["drag one's heels", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["conk", "come to a stop"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "stamp", "hint": "synonyms for stamp", "clues": [["boss", "raise in a relief"], ["stomp", "walk heavily"], ["stump", "walk heavily"], ["stereotype", "treat or classify according to a mental stereotype"], ["emboss", "raise in a relief"], ["pigeonhole", "treat or classify according to a mental stereotype"]]}, {"answer": "stand", "hint": "synonyms for stand", "clues": [["brook", "put up with something or somebody unpleasant"], ["stand up", "put into an upright position"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["remain firm", "hold one's ground; maintain a position; be steadfast or upright"], ["tolerate", "put up with something or somebody unpleasant"], ["place upright", "put into an upright position"], ["abide", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["resist", "withstand the force of something"], ["fend", "withstand the force of something"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "stargazing", "hint": "synonyms for stargazing", "clues": [["woolgather", "have a daydream; indulge in a fantasy"], ["stargaze", "observe the stars"], ["dream", "have a daydream; indulge in a fantasy"], ["daydream", "have a daydream; indulge in a fantasy"]]}, {"answer": "start", "hint": "synonyms for start", "clues": [["take up", "begin work or acting in a certain capacity, office or job"], ["begin", "begin an event that is implied and limited by the nature or inherent function of the direct object"], ["come out", "bulge outward"], ["start up", "get off the ground"], ["take off", "leave"], ["bulge", "bulge outward"], ["set forth", "leave"], ["jump", "move or jump suddenly, as if in surprise or alarm"], ["bulge out", "bulge outward"], ["set out", "take the first step or steps in carrying out an action"], ["commence", "take the first step or steps in carrying out an action"], ["embark on", "get off the ground"], ["startle", "move or jump suddenly, as if in surprise or alarm"], ["pop out", "bulge outward"], ["depart", "leave"], ["get", "take the first step or steps in carrying out an action"], ["start out", "take the first step or steps in carrying out an action"], ["get down", "take the first step or steps in carrying out an action"], ["originate", "bring into being"], ["get going", "begin or set in motion"], ["go", "begin or set in motion"], ["initiate", "bring into being"], ["lead off", "set in motion, cause to start"], ["set off", "leave"], ["part", "leave"], ["pop", "bulge outward"], ["protrude", "bulge outward"]]}, {"answer": "stash", "hint": "synonyms for stash", "clues": [["lay away", "save up as for future use"], ["cache", "save up as for future use"], ["squirrel away", "save up as for future use"], ["hoard", "save up as for future use"], ["hive up", "save up as for future use"]]}, {"answer": "state", "hint": "synonyms for state", "clues": [["express", "indicate through a symbol, formula, etc."], ["put forward", "put before"], ["posit", "put before"], ["submit", "put before"], ["say", "express in words"], ["tell", "express in words"]]}, {"answer": "stations", "hint": "synonyms for stations", "clues": [["send", "assign to a station"], ["place", "assign to a station"], ["post", "assign to a station"], ["station", "assign to a station"]]}, {"answer": "stay", "hint": "synonyms for stay", "clues": [["stay on", "continue in a place, position, or situation"], ["remain", "stay the same; remain in a certain state"], ["last out", "hang on during a trial of endurance"], ["stick", "stay put (in a certain place)"], ["ride out", "hang on during a trial of endurance"], ["stay put", "stay put (in a certain place)"], ["persist", "stay behind"], ["detain", "stop or halt"], ["abide", "dwell"], ["stick around", "stay put (in a certain place)"], ["appease", "overcome or allay"], ["quell", "overcome or allay"], ["rest", "stay the same; remain in a certain state"], ["continue", "continue in a place, position, or situation"], ["delay", "stop or halt"], ["outride", "hang on during a trial of endurance"]]}, {"answer": "stays", "hint": "synonyms for stays", "clues": [["stay on", "continue in a place, position, or situation"], ["remain", "stay the same; remain in a certain state"], ["last out", "hang on during a trial of endurance"], ["stick", "stay put (in a certain place)"], ["stay", "stay behind"], ["ride out", "hang on during a trial of endurance"], ["stay put", "stay put (in a certain place)"], ["persist", "stay behind"], ["detain", "stop or halt"], ["abide", "dwell"], ["stick around", "stay put (in a certain place)"], ["appease", "overcome or allay"], ["quell", "overcome or allay"], ["rest", "stay the same; remain in a certain state"], ["continue", "continue in a place, position, or situation"], ["delay", "stop or halt"], ["outride", "hang on during a trial of endurance"]]}, {"answer": "steer", "hint": "synonyms for steer", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["head", "direct the course; determine the direction of travelling"], ["maneuver", "direct the course; determine the direction of travelling"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "steering", "hint": "synonyms for steering", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["steer", "direct (oneself) somewhere"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["head", "direct the course; determine the direction of travelling"], ["maneuver", "direct the course; determine the direction of travelling"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "step", "hint": "synonyms for step", "clues": [["ill-use", "treat badly"], ["tread", "put down or press the foot, place the foot"], ["mistreat", "treat badly"], ["ill-treat", "treat badly"], ["abuse", "treat badly"], ["pace", "measure (distances) by pacing"], ["maltreat", "treat badly"]]}, {"answer": "steps", "hint": "synonyms for steps", "clues": [["step", "walk a short distance to a specified place or in a specified manner"], ["abuse", "treat badly"], ["maltreat", "treat badly"], ["ill-use", "treat badly"], ["tread", "put down or press the foot, place the foot"], ["mistreat", "treat badly"], ["ill-treat", "treat badly"], ["pace", "measure (distances) by pacing"]]}, {"answer": "stewing", "hint": "synonyms for stewing", "clues": [["grizzle", "be in a huff; be silent or sullen"], ["stew", "be in a huff; be silent or sullen"], ["brood", "be in a huff; be silent or sullen"], ["grudge", "bear a grudge; harbor ill feelings"]]}, {"answer": "stick", "hint": "synonyms for stick", "clues": [["wedge", "put, fix, force, or implant"], ["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["bond", "stick to firmly"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["adhere", "be loyal to"], ["amaze", "be a mystery or bewildering to"], ["hold fast", "stick to firmly"], ["stupefy", "be a mystery or bewildering to"], ["sting", "saddle with something disagreeable or disadvantageous"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["stay put", "stay put (in a certain place)"], ["vex", "be a mystery or bewildering to"], ["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["bewilder", "be a mystery or bewildering to"], ["deposit", "put, fix, force, or implant"], ["perplex", "be a mystery or bewildering to"], ["stick around", "stay put (in a certain place)"], ["lodge", "put, fix, force, or implant"], ["stand by", "be loyal to"], ["gravel", "be a mystery or bewildering to"], ["stick by", "be loyal to"], ["bind", "stick to firmly"], ["stick to", "stick to firmly"], ["mystify", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["stay", "stay put (in a certain place)"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "stiffening", "hint": "synonyms for stiffening", "clues": [["stiffen", "become stiff or stiffer"], ["tighten", "restrict"], ["tighten up", "restrict"], ["constrain", "restrict"]]}, {"answer": "stifle", "hint": "synonyms for stifle", "clues": [["repress", "conceal or hide"], ["suffocate", "be asphyxiated; die from lack of oxygen"], ["muffle", "conceal or hide"], ["asphyxiate", "be asphyxiated; die from lack of oxygen"], ["smother", "conceal or hide"], ["choke", "impair the respiration of or obstruct the air passage of"], ["dampen", "smother or suppress"], ["strangle", "conceal or hide"]]}, {"answer": "sting", "hint": "synonyms for sting", "clues": [["bite", "cause a sharp or stinging pain or discomfort"], ["burn", "cause a sharp or stinging pain or discomfort"], ["twinge", "cause a stinging pain"], ["stick", "saddle with something disagreeable or disadvantageous"], ["prick", "deliver a sting to"]]}, {"answer": "stir", "hint": "synonyms for stir", "clues": [["stimulate", "stir feelings in"], ["budge", "move very slightly"], ["arouse", "to begin moving,"], ["excite", "stir feelings in"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["touch", "affect emotionally"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["agitate", "move very slightly"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["shift", "move very slightly"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "stitching", "hint": "synonyms for stitching", "clues": [["sew", "fasten by sewing; do needlework"], ["stitch", "fasten by sewing; do needlework"], ["run up", "fasten by sewing; do needlework"], ["sew together", "fasten by sewing; do needlework"]]}, {"answer": "stocking", "hint": "synonyms for stocking", "clues": [["stock", "supply with livestock"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use"], ["carry", "have on hand"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use"], ["sprout", "put forth and grow sprouts or shoots"], ["stockpile", "have on hand"]]}, {"answer": "stocks", "hint": "synonyms for stocks", "clues": [["stock", "supply with livestock"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use"], ["carry", "have on hand"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use"], ["sprout", "put forth and grow sprouts or shoots"], ["stockpile", "have on hand"]]}, {"answer": "stomach", "hint": "synonyms for stomach", "clues": [["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["abide", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["support", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"]]}, {"answer": "stool", "hint": "synonyms for stool", "clues": [["ca-ca", "have a bowel movement"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["tiller", "grow shoots in the form of stools or tillers"], ["take a shit", "have a bowel movement"], ["shit", "have a bowel movement"], ["crap", "have a bowel movement"], ["defecate", "have a bowel movement"]]}, {"answer": "stoop", "hint": "synonyms for stoop", "clues": [["bow", "bend one's back forward from the waist on down"], ["bend", "bend one's back forward from the waist on down"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["condescend", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["crouch", "bend one's back forward from the waist on down"]]}, {"answer": "stop", "hint": "synonyms for stop", "clues": [["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["halt", "come to a halt, stop moving"], ["discontinue", "put an end to a state or an activity"], ["block up", "render unsuitable for passage"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["quit", "put an end to a state or an activity"], ["block off", "render unsuitable for passage"], ["kibosh", "stop from happening or developing"], ["lay off", "put an end to a state or an activity"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["cease", "put an end to a state or an activity"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold on", "stop and wait, as if awaiting further instructions or developments"], ["blockade", "render unsuitable for passage"], ["intercept", "seize on its way"], ["give up", "put an end to a state or an activity"], ["break off", "prevent completion"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["barricade", "render unsuitable for passage"], ["stop over", "interrupt a trip"], ["break", "prevent completion"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "stopes", "hint": "synonyms for stopes", "clues": [["stop", "stop and wait, as if awaiting further instructions or developments"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["halt", "come to a halt, stop moving"], ["discontinue", "put an end to a state or an activity"], ["block up", "render unsuitable for passage"], ["quit", "put an end to a state or an activity"], ["kibosh", "stop from happening or developing"], ["lay off", "put an end to a state or an activity"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold on", "stop and wait, as if awaiting further instructions or developments"], ["blockade", "render unsuitable for passage"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["give up", "put an end to a state or an activity"], ["break off", "prevent completion"], ["barricade", "render unsuitable for passage"], ["break", "prevent completion"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["block off", "render unsuitable for passage"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["intercept", "seize on its way"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["stop over", "interrupt a trip"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "stopping", "hint": "synonyms for stopping", "clues": [["stop", "stop and wait, as if awaiting further instructions or developments"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["halt", "come to a halt, stop moving"], ["discontinue", "put an end to a state or an activity"], ["block up", "render unsuitable for passage"], ["quit", "put an end to a state or an activity"], ["kibosh", "stop from happening or developing"], ["lay off", "put an end to a state or an activity"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold on", "stop and wait, as if awaiting further instructions or developments"], ["blockade", "render unsuitable for passage"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["give up", "put an end to a state or an activity"], ["break off", "prevent completion"], ["barricade", "render unsuitable for passage"], ["break", "prevent completion"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["block off", "render unsuitable for passage"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["intercept", "seize on its way"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["stop over", "interrupt a trip"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "stops", "hint": "synonyms for stops", "clues": [["stop", "stop and wait, as if awaiting further instructions or developments"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["halt", "come to a halt, stop moving"], ["discontinue", "put an end to a state or an activity"], ["block up", "render unsuitable for passage"], ["quit", "put an end to a state or an activity"], ["kibosh", "stop from happening or developing"], ["lay off", "put an end to a state or an activity"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold on", "stop and wait, as if awaiting further instructions or developments"], ["blockade", "render unsuitable for passage"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["give up", "put an end to a state or an activity"], ["break off", "prevent completion"], ["barricade", "render unsuitable for passage"], ["break", "prevent completion"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["block off", "render unsuitable for passage"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["intercept", "seize on its way"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["stop over", "interrupt a trip"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"]]}, {"answer": "store", "hint": "synonyms for store", "clues": [["put in", "keep or lay aside for future use"], ["salt away", "keep or lay aside for future use"], ["lay in", "keep or lay aside for future use"], ["hive away", "keep or lay aside for future use"], ["stash away", "keep or lay aside for future use"], ["stack away", "keep or lay aside for future use"]]}, {"answer": "storm", "hint": "synonyms for storm", "clues": [["surprise", "attack by storm; attack suddenly"], ["rage", "behave violently, as if in state of a great anger"], ["ramp", "behave violently, as if in state of a great anger"], ["force", "take by force"]]}, {"answer": "straggle", "hint": "synonyms for straggle", "clues": [["sprawl", "go, come, or spread in a rambling or irregular way"], ["sidetrack", "wander from a direct or straight course"], ["digress", "wander from a direct or straight course"], ["depart", "wander from a direct or straight course"]]}, {"answer": "strain", "hint": "synonyms for strain", "clues": [["tense", "cause to be tense and uneasy or nervous or anxious"], ["strive", "to exert much effort or energy"], ["try", "test the limits of"], ["extend", "use to the utmost; exert vigorously or to full capacity"], ["filter out", "remove by passing through a filter"], ["sieve", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["sift", "separate by passing through a sieve or other straining device to separate out coarser elements"], ["separate out", "remove by passing through a filter"], ["filtrate", "remove by passing through a filter"], ["tense up", "cause to be tense and uneasy or nervous or anxious"], ["deform", "alter the shape of (something) by stress"], ["filter", "remove by passing through a filter"], ["puree", "rub through a strainer or process in an electric blender"], ["stress", "test the limits of"], ["reach", "to exert much effort or energy"], ["distort", "alter the shape of (something) by stress"]]}, {"answer": "strangles", "hint": "synonyms for strangles", "clues": [["throttle", "kill by squeezing the throat of so as to cut off the air"], ["stifle", "conceal or hide"], ["cramp", "prevent the progress or free movement of"], ["suffocate", "struggle for breath; have insufficient oxygen intake"], ["strangle", "prevent the progress or free movement of"], ["choke", "constrict (someone's) throat and keep from breathing"], ["repress", "conceal or hide"], ["gag", "struggle for breath; have insufficient oxygen intake"], ["muffle", "conceal or hide"], ["halter", "prevent the progress or free movement of"], ["smother", "conceal or hide"], ["strangulate", "kill by squeezing the throat of so as to cut off the air"], ["hamper", "prevent the progress or free movement of"]]}, {"answer": "strangling", "hint": "synonyms for strangling", "clues": [["throttle", "kill by squeezing the throat of so as to cut off the air"], ["stifle", "conceal or hide"], ["cramp", "prevent the progress or free movement of"], ["suffocate", "struggle for breath; have insufficient oxygen intake"], ["strangle", "prevent the progress or free movement of"], ["choke", "constrict (someone's) throat and keep from breathing"], ["repress", "conceal or hide"], ["gag", "struggle for breath; have insufficient oxygen intake"], ["muffle", "conceal or hide"], ["halter", "prevent the progress or free movement of"], ["smother", "conceal or hide"], ["strangulate", "kill by squeezing the throat of so as to cut off the air"], ["hamper", "prevent the progress or free movement of"]]}, {"answer": "strap", "hint": "synonyms for strap", "clues": [["lather", "beat severely with a whip or rod"], ["slash", "beat severely with a whip or rod"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"], ["whip", "beat severely with a whip or rod"]]}, {"answer": "stream", "hint": "synonyms for stream", "clues": [["pour", "rain heavily"], ["well out", "flow freely and abundantly"], ["teem", "move in large numbers"], ["pelt", "rain heavily"], ["swarm", "move in large numbers"], ["rain cats and dogs", "rain heavily"], ["rain buckets", "rain heavily"], ["pullulate", "move in large numbers"]]}, {"answer": "strengthening", "hint": "synonyms for strengthening", "clues": [["tone up", "give a healthy elasticity to"], ["tone", "give a healthy elasticity to"], ["strengthen", "give a healthy elasticity to"], ["beef up", "make strong or stronger"], ["fortify", "make strong or stronger"]]}, {"answer": "stress", "hint": "synonyms for stress", "clues": [["emphasize", "to stress, single out as important"], ["try", "test the limits of"], ["accent", "put stress on; utter with an accent"], ["punctuate", "to stress, single out as important"], ["accentuate", "to stress, single out as important"], ["strain", "test the limits of"]]}, {"answer": "stretching", "hint": "synonyms for stretching", "clues": [["stretch", "occupy a large, elongated area"], ["extend", "extend or stretch out to a greater or the full length"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch out", "lie down comfortably"], ["unfold", "extend or stretch out to a greater or the full length"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch along", "occupy a large, elongated area"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["elongate", "make long or longer by pulling and stretching"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"]]}, {"answer": "strike", "hint": "synonyms for strike", "clues": [["scratch", "remove by erasing or crossing out or as if by drawing a line"], ["hit", "drive something violently into a location"], ["collide with", "hit against; come into sudden contact with"], ["strickle", "smooth with a strickle"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["impinge on", "hit against; come into sudden contact with"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["take", "occupy or take on"], ["mint", "form by stamping, punching, or printing"], ["come upon", "find unexpectedly"], ["affect", "have an emotional or cognitive impact upon"], ["excise", "remove by erasing or crossing out or as if by drawing a line"], ["run into", "hit against; come into sudden contact with"], ["walk out", "stop work in order to press demands"], ["come to", "attain"], ["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["fall", "touch or seem as if touching visually or audibly"], ["assume", "occupy or take on"], ["impress", "have an emotional or cognitive impact upon"], ["shine", "touch or seem as if touching visually or audibly"], ["take up", "occupy or take on"], ["coin", "form by stamping, punching, or printing"], ["light upon", "find unexpectedly"], ["expunge", "remove by erasing or crossing out or as if by drawing a line"], ["move", "have an emotional or cognitive impact upon"]]}, {"answer": "string", "hint": "synonyms for string", "clues": [["thread", "thread on or as if on a string"], ["string up", "add as if on a string"], ["draw", "thread on or as if on a string"], ["string along", "move or come along"]]}, {"answer": "strings", "hint": "synonyms for strings", "clues": [["string", "string together; tie or fasten with a string"], ["thread", "thread on or as if on a string"], ["string up", "add as if on a string"], ["draw", "thread on or as if on a string"], ["string along", "move or come along"]]}, {"answer": "strip", "hint": "synonyms for strip", "clues": [["discase", "get undressed"], ["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["uncase", "get undressed"], ["bare", "lay bare"], ["denudate", "lay bare"], ["reave", "steal goods; take as spoils"], ["divest", "remove (someone's or one's own) clothes"], ["peel", "get undressed"], ["pillage", "steal goods; take as spoils"], ["deprive", "take away possessions from someone"], ["disrobe", "get undressed"], ["strip down", "get undressed"], ["undress", "remove (someone's or one's own) clothes"], ["unclothe", "get undressed"], ["dismantle", "take off or remove"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["clean", "remove all contents or possession from, or empty completely"], ["foray", "steal goods; take as spoils"], ["disinvest", "remove (someone's or one's own) clothes"], ["leach", "remove substances from by a percolating liquid"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "stripes", "hint": "synonyms for stripes", "clues": [["discase", "get undressed"], ["uncase", "get undressed"], ["strip", "lay bare"], ["divest", "take away possessions from someone"], ["peel", "get undressed"], ["pillage", "steal goods; take as spoils"], ["deprive", "take away possessions from someone"], ["undress", "remove (someone's or one's own) clothes"], ["unclothe", "get undressed"], ["dismantle", "take off or remove"], ["rifle", "steal goods; take as spoils"], ["disinvest", "remove (someone's or one's own) clothes"], ["strip down", "get undressed"], ["ransack", "steal goods; take as spoils"], ["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["bare", "lay bare"], ["denudate", "lay bare"], ["reave", "steal goods; take as spoils"], ["disrobe", "get undressed"], ["despoil", "steal goods; take as spoils"], ["clean", "remove all contents or possession from, or empty completely"], ["foray", "steal goods; take as spoils"], ["leach", "remove substances from by a percolating liquid"]]}, {"answer": "striping", "hint": "synonyms for striping", "clues": [["discase", "get undressed"], ["uncase", "get undressed"], ["strip", "lay bare"], ["divest", "take away possessions from someone"], ["peel", "get undressed"], ["pillage", "steal goods; take as spoils"], ["deprive", "take away possessions from someone"], ["undress", "remove (someone's or one's own) clothes"], ["unclothe", "get undressed"], ["dismantle", "take off or remove"], ["rifle", "steal goods; take as spoils"], ["disinvest", "remove (someone's or one's own) clothes"], ["strip down", "get undressed"], ["ransack", "steal goods; take as spoils"], ["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["bare", "lay bare"], ["denudate", "lay bare"], ["reave", "steal goods; take as spoils"], ["disrobe", "get undressed"], ["despoil", "steal goods; take as spoils"], ["clean", "remove all contents or possession from, or empty completely"], ["foray", "steal goods; take as spoils"], ["leach", "remove substances from by a percolating liquid"]]}, {"answer": "stripping", "hint": "synonyms for stripping", "clues": [["discase", "get undressed"], ["uncase", "get undressed"], ["strip", "lay bare"], ["divest", "take away possessions from someone"], ["peel", "get undressed"], ["pillage", "steal goods; take as spoils"], ["deprive", "take away possessions from someone"], ["undress", "remove (someone's or one's own) clothes"], ["unclothe", "get undressed"], ["dismantle", "take off or remove"], ["rifle", "steal goods; take as spoils"], ["disinvest", "remove (someone's or one's own) clothes"], ["strip down", "get undressed"], ["ransack", "steal goods; take as spoils"], ["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["bare", "lay bare"], ["denudate", "lay bare"], ["reave", "steal goods; take as spoils"], ["disrobe", "get undressed"], ["despoil", "steal goods; take as spoils"], ["clean", "remove all contents or possession from, or empty completely"], ["foray", "steal goods; take as spoils"], ["leach", "remove substances from by a percolating liquid"]]}, {"answer": "striving", "hint": "synonyms for striving", "clues": [["endeavour", "attempt by employing effort"], ["strive", "attempt by employing effort"], ["strain", "to exert much effort or energy"], ["reach", "to exert much effort or energy"]]}, {"answer": "struggle", "hint": "synonyms for struggle", "clues": [["clamber", "climb awkwardly, as if by scrambling"], ["shin", "climb awkwardly, as if by scrambling"], ["skin", "climb awkwardly, as if by scrambling"], ["scramble", "climb awkwardly, as if by scrambling"], ["fight", "make a strenuous or labored effort"], ["shinny", "climb awkwardly, as if by scrambling"], ["contend", "be engaged in a fight; carry on a fight"], ["sputter", "climb awkwardly, as if by scrambling"]]}, {"answer": "strut", "hint": "synonyms for strut", "clues": [["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "study", "hint": "synonyms for study", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["analyze", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["canvass", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["learn", "be a student of a certain subject"], ["read", "be a student of a certain subject"], ["take", "be a student of a certain subject"], ["hit the books", "learn by reading books"], ["consider", "give careful consideration to"], ["meditate", "think intently and at length, as for spiritual purposes"], ["contemplate", "think intently and at length, as for spiritual purposes"]]}, {"answer": "studying", "hint": "synonyms for studying", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["study", "give careful consideration to"], ["analyze", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["canvass", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["meditate", "think intently and at length, as for spiritual purposes"], ["learn", "be a student of a certain subject"], ["read", "be a student of a certain subject"], ["take", "be a student of a certain subject"], ["hit the books", "learn by reading books"], ["consider", "give careful consideration to"], ["contemplate", "think intently and at length, as for spiritual purposes"]]}, {"answer": "stuff", "hint": "synonyms for stuff", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["block", "obstruct"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["farce", "fill with a stuffing while cooking"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["thrust", "press or force"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["squeeze", "press or force"], ["lug", "obstruct"], ["shove", "press or force"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["choke up", "obstruct"]]}, {"answer": "stuffing", "hint": "synonyms for stuffing", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "press or force"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["block", "obstruct"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["farce", "fill with a stuffing while cooking"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["thrust", "press or force"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"], ["squeeze", "press or force"], ["lug", "obstruct"], ["shove", "press or force"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["choke up", "obstruct"]]}, {"answer": "stumble", "hint": "synonyms for stumble", "clues": [["trip", "miss a step and fall or nearly fall"], ["bumble", "walk unsteadily"], ["slip up", "make an error"], ["trip up", "make an error"], ["hit", "encounter by chance"], ["falter", "walk unsteadily"]]}, {"answer": "stumping", "hint": "synonyms for stumping", "clues": [["stomp", "walk heavily"], ["stump", "travel through a district and make political speeches"], ["mix up", "cause to be perplexed or confounded"], ["stamp", "walk heavily"]]}, {"answer": "stymie", "hint": "synonyms for stymie", "clues": [["blockade", "hinder or prevent the progress or accomplishment of"], ["block", "hinder or prevent the progress or accomplishment of"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"]]}, {"answer": "stymy", "hint": "synonyms for stymy", "clues": [["blockade", "hinder or prevent the progress or accomplishment of"], ["block", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"]]}, {"answer": "subbing", "hint": "synonyms for subbing", "clues": [["fill in", "be a substitute"], ["sub", "be a substitute"], ["substitute", "be a substitute"], ["stand in", "be a substitute"]]}, {"answer": "submerging", "hint": "synonyms for submerging", "clues": [["deluge", "fill or cover completely, usually with water"], ["submerge", "sink below the surface; go under or as if under water"], ["overwhelm", "cover completely or make imperceptible"], ["drown", "cover completely or make imperceptible"], ["inundate", "fill or cover completely, usually with water"]]}, {"answer": "subsiding", "hint": "synonyms for subsiding", "clues": [["subside", "sink to a lower level or form a depression"], ["lessen", "wear off or die down"], ["settle", "sink down or precipitate"], ["sink", "descend into or as if into some soft substance or place"]]}, {"answer": "substituting", "hint": "synonyms for substituting", "clues": [["substitute", "put in the place of another; switch seemingly equivalent items"], ["sub", "be a substitute"], ["interchange", "put in the place of another; switch seemingly equivalent items"], ["replace", "put in the place of another; switch seemingly equivalent items"], ["exchange", "put in the place of another; switch seemingly equivalent items"], ["deputise", "act as a substitute"], ["stand in", "be a substitute"], ["step in", "act as a substitute"], ["fill in", "be a substitute"]]}, {"answer": "suck", "hint": "synonyms for suck", "clues": [["soak up", "take in, also metaphorically"], ["sop up", "take in, also metaphorically"], ["take up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["blow", "provide sexual gratification through oral stimulation"], ["fellate", "provide sexual gratification through oral stimulation"], ["lactate", "give suck to"], ["suck in", "attract by using an inexorable force, inducement, etc."], ["imbibe", "take in, also metaphorically"], ["breastfeed", "give suck to"], ["draw", "take in, also metaphorically"], ["give suck", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["nurse", "give suck to"], ["go down on", "provide sexual gratification through oral stimulation"], ["suck up", "take in, also metaphorically"], ["take in", "take in, also metaphorically"]]}, {"answer": "sucking", "hint": "synonyms for sucking", "clues": [["suck", "provide sexual gratification through oral stimulation"], ["soak up", "take in, also metaphorically"], ["take up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["blow", "provide sexual gratification through oral stimulation"], ["lactate", "give suck to"], ["imbibe", "take in, also metaphorically"], ["breastfeed", "give suck to"], ["go down on", "provide sexual gratification through oral stimulation"], ["nurse", "give suck to"], ["take in", "take in, also metaphorically"], ["sop up", "take in, also metaphorically"], ["fellate", "provide sexual gratification through oral stimulation"], ["suck in", "attract by using an inexorable force, inducement, etc."], ["give suck", "give suck to"], ["draw", "take in, also metaphorically"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["suck up", "take in, also metaphorically"]]}, {"answer": "suckling", "hint": "synonyms for suckling", "clues": [["suckle", "suck milk from the mother's breasts"], ["lactate", "give suck to"], ["breastfeed", "give suck to"], ["give suck", "give suck to"], ["wet-nurse", "give suck to"], ["nurse", "give suck to"], ["suck", "give suck to"]]}, {"answer": "suit", "hint": "synonyms for suit", "clues": [["fit", "be agreeable or acceptable to"], ["accommodate", "be agreeable or acceptable to"], ["become", "enhance the appearance of"], ["beseem", "accord or comport with"], ["befit", "accord or comport with"]]}, {"answer": "suiting", "hint": "synonyms for suiting", "clues": [["accommodate", "be agreeable or acceptable to"], ["suit", "accord or comport with"], ["fit", "be agreeable or acceptable to"], ["become", "enhance the appearance of"], ["beseem", "accord or comport with"], ["befit", "accord or comport with"]]}, {"answer": "sully", "hint": "synonyms for sully", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defile", "place under suspicion or cast doubt upon"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["taint", "place under suspicion or cast doubt upon"], ["corrupt", "place under suspicion or cast doubt upon"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["cloud", "place under suspicion or cast doubt upon"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "sum", "hint": "synonyms for sum", "clues": [["sum up", "be a summary of"], ["summarize", "be a summary of"], ["add up", "determine the sum of"], ["summate", "determine the sum of"], ["tot", "determine the sum of"], ["tot up", "determine the sum of"], ["add", "determine the sum of"], ["total", "determine the sum of"], ["tally", "determine the sum of"], ["add together", "determine the sum of"]]}, {"answer": "summoning", "hint": "synonyms for summoning", "clues": [["muster up", "gather or bring together"], ["summons", "call in an official matter, such as to attend court"], ["marshal", "make ready for action or use"], ["mobilise", "make ready for action or use"], ["rally", "gather or bring together"], ["come up", "gather or bring together"], ["cite", "call in an official matter, such as to attend court"], ["muster", "gather or bring together"]]}, {"answer": "summons", "hint": "synonyms for summons", "clues": [["muster up", "gather or bring together"], ["summon", "make ready for action or use"], ["marshal", "make ready for action or use"], ["mobilise", "make ready for action or use"], ["rally", "gather or bring together"], ["come up", "gather or bring together"], ["cite", "call in an official matter, such as to attend court"], ["muster", "gather or bring together"]]}, {"answer": "sung", "hint": "synonyms for sung", "clues": [["sing", "deliver by singing"], ["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["whistle", "make a whining, ringing, or whistling sound"], ["spill the beans", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"]]}, {"answer": "supervising", "hint": "synonyms for supervising", "clues": [["supervise", "watch and direct"], ["oversee", "watch and direct"], ["manage", "watch and direct"], ["superintend", "watch and direct"], ["monitor", "keep tabs on; keep an eye on; keep under surveillance"]]}, {"answer": "supplanting", "hint": "synonyms for supplanting", "clues": [["supersede", "take the place or move into the position of"], ["replace", "take the place or move into the position of"], ["supervene upon", "take the place or move into the position of"], ["supplant", "take the place or move into the position of"]]}, {"answer": "supply", "hint": "synonyms for supply", "clues": [["furnish", "give something useful or necessary to"], ["render", "give something useful or necessary to"], ["issue", "circulate or distribute or equip with"], ["provide", "give something useful or necessary to"], ["add", "state or say further"], ["cater", "give what is desired or needed, especially support, food or sustenance"], ["append", "state or say further"], ["ply", "give what is desired or needed, especially support, food or sustenance"]]}, {"answer": "supplying", "hint": "synonyms for supplying", "clues": [["furnish", "give something useful or necessary to"], ["render", "give something useful or necessary to"], ["supply", "give what is desired or needed, especially support, food or sustenance"], ["issue", "circulate or distribute or equip with"], ["provide", "give something useful or necessary to"], ["add", "state or say further"], ["cater", "give what is desired or needed, especially support, food or sustenance"], ["append", "state or say further"], ["ply", "give what is desired or needed, especially support, food or sustenance"]]}, {"answer": "support", "hint": "synonyms for support", "clues": [["suffer", "put up with something or somebody unpleasant"], ["confirm", "establish or strengthen as with new evidence or facts"], ["affirm", "establish or strengthen as with new evidence or facts"], ["plunk for", "be behind; approve of"], ["sustain", "be the physical support of; carry the weight of"], ["tolerate", "put up with something or somebody unpleasant"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["back up", "give moral or psychological support, aid, or courage to"], ["endorse", "be behind; approve of"], ["back", "be behind; approve of"], ["hold up", "be the physical support of; carry the weight of"], ["bear out", "support with evidence or authority or make more certain or confirm"], ["defend", "argue or speak in defense of"], ["endure", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"], ["plump for", "be behind; approve of"], ["stomach", "put up with something or somebody unpleasant"], ["underpin", "support with evidence or authority or make more certain or confirm"], ["keep going", "be a regular customer or client of"], ["hold", "be the physical support of; carry the weight of"], ["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["patronise", "be a regular customer or client of"], ["abide", "put up with something or somebody unpleasant"], ["fend for", "argue or speak in defense of"], ["corroborate", "support with evidence or authority or make more certain or confirm"], ["subscribe", "adopt as a belief"], ["put up", "put up with something or somebody unpleasant"], ["patronage", "be a regular customer or client of"]]}, {"answer": "surcharge", "hint": "synonyms for surcharge", "clues": [["fleece", "rip off; ask an unreasonable price"], ["hook", "rip off; ask an unreasonable price"], ["overload", "place too much a load on"], ["rob", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["plume", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"]]}, {"answer": "surfacing", "hint": "synonyms for surfacing", "clues": [["rise up", "come to the surface"], ["come up", "come to the surface"], ["surface", "come to the surface"], ["rise", "come to the surface"], ["show up", "appear or become visible; make a showing"], ["turn up", "appear or become visible; make a showing"], ["come out", "appear or become visible; make a showing"], ["come on", "appear or become visible; make a showing"], ["coat", "put a coat on; cover the surface of; furnish with a surface"]]}, {"answer": "surfing", "hint": "synonyms for surfing", "clues": [["channel-surf", "switch channels, on television"], ["surf", "switch channels, on television"], ["browse", "look around casually and randomly, without seeking anything in particular"], ["surfboard", "ride the waves of the sea with a surfboard"]]}, {"answer": "surge", "hint": "synonyms for surge", "clues": [["soar up", "rise rapidly"], ["tide", "rise or move forward"], ["scend", "rise or heave upward under the influence of a natural force such as a wave"], ["billow", "rise and move, as in waves or billows"], ["soar upwards", "rise rapidly"], ["heave", "rise and move, as in waves or billows"], ["soar", "rise rapidly"], ["zoom", "rise rapidly"]]}, {"answer": "surround", "hint": "synonyms for surround", "clues": [["hem in", "surround so as to force to give up"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["besiege", "surround so as to force to give up"], ["palisade", "surround with a wall in order to fortify"], ["wall", "surround with a wall in order to fortify"], ["border", "extend on all sides of simultaneously; encircle"], ["circumvent", "surround so as to force to give up"], ["skirt", "extend on all sides of simultaneously; encircle"], ["fence in", "surround with a wall in order to fortify"], ["smother", "envelop completely"], ["fence", "surround with a wall in order to fortify"], ["beleaguer", "surround so as to force to give up"]]}, {"answer": "surroundings", "hint": "synonyms for surroundings", "clues": [["hem in", "surround so as to force to give up"], ["environ", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["besiege", "surround so as to force to give up"], ["wall", "surround with a wall in order to fortify"], ["palisade", "surround with a wall in order to fortify"], ["surround", "envelop completely"], ["border", "extend on all sides of simultaneously; encircle"], ["circumvent", "surround so as to force to give up"], ["skirt", "extend on all sides of simultaneously; encircle"], ["fence in", "surround with a wall in order to fortify"], ["smother", "envelop completely"], ["fence", "surround with a wall in order to fortify"], ["beleaguer", "surround so as to force to give up"]]}, {"answer": "survey", "hint": "synonyms for survey", "clues": [["review", "hold a review (of troops)"], ["go over", "hold a review (of troops)"], ["follow", "keep under surveillance"], ["appraise", "consider in a comprehensive way"], ["surveil", "keep under surveillance"]]}, {"answer": "surveying", "hint": "synonyms for surveying", "clues": [["review", "hold a review (of troops)"], ["go over", "hold a review (of troops)"], ["appraise", "consider in a comprehensive way"], ["survey", "consider in a comprehensive way"], ["follow", "keep under surveillance"], ["surveil", "keep under surveillance"]]}, {"answer": "swag", "hint": "synonyms for swag", "clues": [["lurch", "walk as if unable to control one's movements"], ["reel", "walk as if unable to control one's movements"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["sag", "droop, sink, or settle from or as if from pressure or loss of tautness"], ["stagger", "walk as if unable to control one's movements"], ["keel", "walk as if unable to control one's movements"], ["careen", "walk as if unable to control one's movements"]]}, {"answer": "swallow", "hint": "synonyms for swallow", "clues": [["immerse", "enclose or envelop completely, as if by swallowing"], ["eat up", "enclose or envelop completely, as if by swallowing"], ["unsay", "take back what one has said"], ["withdraw", "take back what one has said"], ["take back", "take back what one has said"], ["bury", "enclose or envelop completely, as if by swallowing"], ["accept", "tolerate or accommodate oneself to"], ["get down", "pass through the esophagus as part of eating or drinking"], ["live with", "tolerate or accommodate oneself to"], ["swallow up", "enclose or envelop completely, as if by swallowing"]]}, {"answer": "swamp", "hint": "synonyms for swamp", "clues": [["drench", "drench or submerge or be drenched or submerged"], ["flood", "fill quickly beyond capacity; as with a liquid"], ["inundate", "fill quickly beyond capacity; as with a liquid"], ["deluge", "fill quickly beyond capacity; as with a liquid"]]}, {"answer": "swan", "hint": "synonyms for swan", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["swear", "to declare or affirm solemnly and formally as true"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["avow", "to declare or affirm solemnly and formally as true"]]}, {"answer": "swarm", "hint": "synonyms for swarm", "clues": [["teem", "be teeming, be abuzz"], ["stream", "move in large numbers"], ["pullulate", "be teeming, be abuzz"], ["pour", "move in large numbers"]]}, {"answer": "swash", "hint": "synonyms for swash", "clues": [["plash", "dash a liquid upon or against"], ["swagger", "act in an arrogant, overly self-assured, or conceited manner"], ["bluster", "act in an arrogant, overly self-assured, or conceited manner"], ["spatter", "dash a liquid upon or against"], ["brag", "show off"], ["boast", "show off"], ["gasconade", "show off"], ["splosh", "dash a liquid upon or against"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "sway", "hint": "synonyms for sway", "clues": [["rock", "cause to move back and forth"], ["carry", "win approval or support for"], ["persuade", "win approval or support for"], ["swing", "move or walk in a swinging or swaying manner"], ["shake", "move back and forth or sideways"]]}, {"answer": "swearing", "hint": "synonyms for swearing", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["imprecate", "utter obscenities or profanities"], ["bank", "have confidence or faith in"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["swear", "utter obscenities or profanities"], ["blaspheme", "utter obscenities or profanities"], ["avow", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["curse", "utter obscenities or profanities"], ["trust", "have confidence or faith in"], ["rely", "have confidence or faith in"], ["cuss", "utter obscenities or profanities"], ["depone", "make a deposition; declare under oath"], ["depose", "make a deposition; declare under oath"]]}, {"answer": "sweep", "hint": "synonyms for sweep", "clues": [["embroil", "force into some kind of situation, condition, or course of action"], ["swing out", "make a big sweeping gesture or movement"], ["brush", "sweep across or over"], ["span", "to cover or extend over an area or time period; ,"], ["cross", "to cover or extend over an area or time period; ,"], ["swing", "make a big sweeping gesture or movement"], ["sail", "move with sweeping, effortless, gliding motions"], ["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["traverse", "to cover or extend over an area or time period; ,"], ["broom", "sweep with a broom or as if with a broom"], ["drag in", "force into some kind of situation, condition, or course of action"]]}, {"answer": "swelling", "hint": "synonyms for swelling", "clues": [["intumesce", "expand abnormally"], ["tumefy", "expand abnormally"], ["well", "come up, as of a liquid"], ["well up", "come up (as of feelings and thoughts, or other ephemeral things)"], ["puff up", "become filled with pride, arrogance, or anger"]]}, {"answer": "swerve", "hint": "synonyms for swerve", "clues": [["cut", "turn sharply; change direction abruptly"], ["slue", "turn sharply; change direction abruptly"], ["trend", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["veer", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "swerving", "hint": "synonyms for swerving", "clues": [["cut", "turn sharply; change direction abruptly"], ["swerve", "turn sharply; change direction abruptly"], ["veer", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["slue", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["trend", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "swig", "hint": "synonyms for swig", "clues": [["gulp", "to swallow hurriedly or greedily or in one draught"], ["slog", "strike heavily, especially with the fist or a bat"], ["slug", "strike heavily, especially with the fist or a bat"], ["quaff", "to swallow hurriedly or greedily or in one draught"]]}, {"answer": "swindle", "hint": "synonyms for swindle", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "swing", "hint": "synonyms for swing", "clues": [["dangle", "hang freely"], ["sway", "move or walk in a swinging or swaying manner"], ["swing out", "make a big sweeping gesture or movement"], ["get around", "be a social swinger; socialize a lot"], ["sweep", "make a big sweeping gesture or movement"], ["drop", "hang freely"], ["swing over", "influence decisively"]]}, {"answer": "swipe", "hint": "synonyms for swipe", "clues": [["pilfer", "make off with belongings of others"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["abstract", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "swirl", "hint": "synonyms for swirl", "clues": [["whirl", "turn in a twisting or spinning motion"], ["twirl", "turn in a twisting or spinning motion"], ["purl", "flow in a circular current, of liquids"], ["eddy", "flow in a circular current, of liquids"], ["twiddle", "turn in a twisting or spinning motion"], ["whirlpool", "flow in a circular current, of liquids"]]}, {"answer": "switch", "hint": "synonyms for switch", "clues": [["alternate", "reverse (a direction, attitude, or course of action)"], ["flip", "reverse (a direction, attitude, or course of action)"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["shift", "make a shift in or exchange of"], ["exchange", "change over, change around, as to a new order or sequence"], ["throw", "cause to go on or to be engaged or set in operation"], ["swap", "exchange or give (something) in exchange for"], ["change over", "make a shift in or exchange of"], ["flip-flop", "reverse (a direction, attitude, or course of action)"], ["switch over", "change over, change around, as to a new order or sequence"], ["tack", "reverse (a direction, attitude, or course of action)"], ["swop", "exchange or give (something) in exchange for"], ["trade", "exchange or give (something) in exchange for"]]}, {"answer": "switching", "hint": "synonyms for switching", "clues": [["alternate", "reverse (a direction, attitude, or course of action)"], ["switch", "change over, change around, as to a new order or sequence"], ["flip", "reverse (a direction, attitude, or course of action)"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["throw", "cause to go on or to be engaged or set in operation"], ["shift", "lay aside, abandon, or leave for another"], ["switch over", "change over, change around, as to a new order or sequence"], ["flip-flop", "reverse (a direction, attitude, or course of action)"], ["trade", "exchange or give (something) in exchange for"], ["exchange", "change over, change around, as to a new order or sequence"], ["swap", "exchange or give (something) in exchange for"], ["change over", "make a shift in or exchange of"], ["tack", "reverse (a direction, attitude, or course of action)"], ["swop", "exchange or give (something) in exchange for"]]}, {"answer": "swot", "hint": "synonyms for swot", "clues": [["grind away", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["bone up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "symbolising", "hint": "synonyms for symbolising", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol"], ["stand for", "express indirectly by an image, form, or model; be a symbol"], ["symbolize", "express indirectly by an image, form, or model; be a symbol"], ["represent", "express indirectly by an image, form, or model; be a symbol"]]}, {"answer": "symbolizing", "hint": "synonyms for symbolizing", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol"], ["stand for", "express indirectly by an image, form, or model; be a symbol"], ["symbolize", "express indirectly by an image, form, or model; be a symbol"], ["represent", "express indirectly by an image, form, or model; be a symbol"]]}, {"answer": "table", "hint": "synonyms for table", "clues": [["put over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["tabularize", "arrange or enter in tabular form"], ["prorogue", "hold back to a later time"], ["postpone", "hold back to a later time"], ["tabulate", "arrange or enter in tabular form"], ["remit", "hold back to a later time"], ["set back", "hold back to a later time"], ["hold over", "hold back to a later time"], ["defer", "hold back to a later time"], ["put off", "hold back to a later time"]]}, {"answer": "tack", "hint": "synonyms for tack", "clues": [["alternate", "reverse (a direction, attitude, or course of action)"], ["piece", "create by putting components or members together"], ["hang on", "fix to; attach"], ["flip", "reverse (a direction, attitude, or course of action)"], ["assemble", "create by putting components or members together"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["append", "fix to; attach"], ["switch", "reverse (a direction, attitude, or course of action)"], ["set up", "create by putting components or members together"], ["tack on", "fix to; attach"], ["flip-flop", "reverse (a direction, attitude, or course of action)"], ["tag on", "fix to; attach"], ["wear round", "turn into the wind"], ["tack together", "create by putting components or members together"], ["put together", "create by putting components or members together"], ["baste", "sew together loosely, with large stitches"]]}, {"answer": "tacking", "hint": "synonyms for tacking", "clues": [["alternate", "reverse (a direction, attitude, or course of action)"], ["hang on", "fix to; attach"], ["flip", "reverse (a direction, attitude, or course of action)"], ["assemble", "create by putting components or members together"], ["interchange", "reverse (a direction, attitude, or course of action)"], ["switch", "reverse (a direction, attitude, or course of action)"], ["tack", "create by putting components or members together"], ["flip-flop", "reverse (a direction, attitude, or course of action)"], ["baste", "sew together loosely, with large stitches"], ["piece", "create by putting components or members together"], ["append", "fix to; attach"], ["set up", "create by putting components or members together"], ["tack on", "fix to; attach"], ["tag on", "fix to; attach"], ["wear round", "turn into the wind"], ["tack together", "create by putting components or members together"], ["put together", "create by putting components or members together"]]}, {"answer": "tag", "hint": "synonyms for tag", "clues": [["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["mark", "attach a tag or label to"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["label", "attach a tag or label to"]]}, {"answer": "tail", "hint": "synonyms for tail", "clues": [["bob", "remove or shorten the tail of an animal"], ["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["trail", "go after with the intent to catch"], ["dock", "remove or shorten the tail of an animal"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "tailing", "hint": "synonyms for tailing", "clues": [["bob", "remove or shorten the tail of an animal"], ["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["dock", "remove or shorten the tail of an animal"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "tailor", "hint": "synonyms for tailor", "clues": [["tailor-make", "create (clothes) with cloth"], ["orient", "adjust to a specific need or market"], ["sew", "create (clothes) with cloth"], ["cut", "style and tailor in a certain fashion"]]}, {"answer": "tailoring", "hint": "synonyms for tailoring", "clues": [["sew", "create (clothes) with cloth"], ["tailor", "style and tailor in a certain fashion"], ["tailor-make", "create (clothes) with cloth"], ["orient", "adjust to a specific need or market"], ["cut", "style and tailor in a certain fashion"]]}, {"answer": "tails", "hint": "synonyms for tails", "clues": [["bob", "remove or shorten the tail of an animal"], ["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["dock", "remove or shorten the tail of an animal"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "taint", "hint": "synonyms for taint", "clues": [["corrupt", "place under suspicion or cast doubt upon"], ["infect", "contaminate with a disease or microorganism"], ["sully", "place under suspicion or cast doubt upon"], ["cloud", "place under suspicion or cast doubt upon"], ["defile", "place under suspicion or cast doubt upon"]]}, {"answer": "take", "hint": "synonyms for take", "clues": [["assume", "take on a certain form, attribute, or aspect"], ["select", "pick out, select, or choose from a number of alternatives"], ["require", "require as useful, just, or proper"], ["rent", "engage for service under a term of contract"], ["contain", "be capable of holding or containing"], ["have", "have sex with; archaic use"], ["hire", "engage for service under a term of contract"], ["hold", "be capable of holding or containing"], ["take on", "admit into a group or community"], ["strike", "occupy or take on"], ["ask", "require as useful, just, or proper"], ["get", "be stricken by an illness, fall victim to an illness"], ["subscribe to", "receive or obtain regularly"], ["occupy", "require (time or space)"], ["pack", "have with oneself; have on one's person"], ["admit", "admit into a group or community"], ["claim", "lay claim to; as of an idea"], ["choose", "pick out, select, or choose from a number of alternatives"], ["need", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["get hold of", "get into one's hands, take physically"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["demand", "require as useful, just, or proper"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["charter", "engage for service under a term of contract"], ["learn", "be a student of a certain subject"], ["convey", "take something or somebody with oneself somewhere"], ["conduct", "take somebody somewhere"], ["take up", "occupy or take on"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["submit", "accept or undergo, often unwillingly"], ["accept", "admit into a group or community"], ["study", "be a student of a certain subject"], ["adopt", "take on a certain form, attribute, or aspect"], ["lead", "take somebody somewhere"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["engage", "engage for service under a term of contract"], ["drive", "proceed along in a vehicle"], ["read", "interpret something in a certain way; convey a particular meaning or impression"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["make", "head into a specified direction"], ["consume", "serve oneself to, or consume regularly"], ["consider", "take into consideration for exemplifying purposes"], ["shoot", "make a film or photograph of something"], ["guide", "take somebody somewhere"], ["direct", "take somebody somewhere"], ["fill", "assume, as of positions or roles"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["postulate", "require as useful, just, or proper"], ["exact", "take as an undesirable consequence of some event or state of affairs"], ["contract", "be stricken by an illness, fall victim to an illness"], ["bring", "take something or somebody with oneself somewhere"], ["pick out", "pick out, select, or choose from a number of alternatives"], ["use up", "require (time or space)"], ["look at", "take into consideration for exemplifying purposes"], ["deal", "take into consideration for exemplifying purposes"], ["film", "make a film or photograph of something"], ["acquire", "take on a certain form, attribute, or aspect"], ["carry", "have with oneself; have on one's person"], ["lease", "engage for service under a term of contract"], ["ingest", "serve oneself to, or consume regularly"]]}, {"answer": "takings", "hint": "synonyms for takings", "clues": [["take", "buy, select"], ["assume", "take on a certain form, attribute, or aspect"], ["rent", "engage for service under a term of contract"], ["hire", "engage for service under a term of contract"], ["strike", "occupy or take on"], ["admit", "admit into a group or community"], ["claim", "lay claim to; as of an idea"], ["choose", "pick out, select, or choose from a number of alternatives"], ["get hold of", "get into one's hands, take physically"], ["demand", "require as useful, just, or proper"], ["charter", "engage for service under a term of contract"], ["learn", "be a student of a certain subject"], ["convey", "take something or somebody with oneself somewhere"], ["take up", "occupy or take on"], ["accept", "admit into a group or community"], ["occupy", "assume, as of positions or roles"], ["lead", "take somebody somewhere"], ["have", "serve oneself to, or consume regularly"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["engage", "engage for service under a term of contract"], ["drive", "proceed along in a vehicle"], ["make", "head into a specified direction"], ["consume", "serve oneself to, or consume regularly"], ["consider", "take into consideration for exemplifying purposes"], ["shoot", "make a film or photograph of something"], ["guide", "take somebody somewhere"], ["direct", "take somebody somewhere"], ["fill", "assume, as of positions or roles"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["postulate", "require as useful, just, or proper"], ["contract", "be stricken by an illness, fall victim to an illness"], ["bring", "take something or somebody with oneself somewhere"], ["look at", "take into consideration for exemplifying purposes"], ["deal", "take into consideration for exemplifying purposes"], ["acquire", "take on a certain form, attribute, or aspect"], ["take in", "serve oneself to, or consume regularly"], ["select", "pick out, select, or choose from a number of alternatives"], ["require", "require as useful, just, or proper"], ["contain", "be capable of holding or containing"], ["hold", "be capable of holding or containing"], ["ask", "require as useful, just, or proper"], ["get", "be stricken by an illness, fall victim to an illness"], ["subscribe to", "receive or obtain regularly"], ["pack", "have with oneself; have on one's person"], ["need", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["conduct", "take somebody somewhere"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["submit", "accept or undergo, often unwillingly"], ["study", "be a student of a certain subject"], ["adopt", "take on a certain form, attribute, or aspect"], ["read", "interpret something in a certain way; convey a particular meaning or impression"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["exact", "take as an undesirable consequence of some event or state of affairs"], ["pick out", "pick out, select, or choose from a number of alternatives"], ["use up", "require (time or space)"], ["film", "make a film or photograph of something"], ["carry", "have with oneself; have on one's person"], ["lease", "engage for service under a term of contract"], ["ingest", "serve oneself to, or consume regularly"]]}, {"answer": "talk", "hint": "synonyms for talk", "clues": [["spill", "reveal information"], ["verbalize", "express in speech"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["speak", "use language"], ["utter", "express in speech"], ["spill the beans", "divulge confidential information or secrets"], ["mouth", "express in speech"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["lecture", "deliver a lecture or talk"], ["tattle", "divulge confidential information or secrets"], ["babble", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"]]}, {"answer": "talking", "hint": "synonyms for talking", "clues": [["spill", "reveal information"], ["verbalize", "express in speech"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["speak", "use language"], ["utter", "express in speech"], ["spill the beans", "divulge confidential information or secrets"], ["talk", "use language"], ["mouth", "express in speech"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["lecture", "deliver a lecture or talk"], ["tattle", "divulge confidential information or secrets"], ["babble", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"]]}, {"answer": "talks", "hint": "synonyms for talks", "clues": [["spill", "reveal information"], ["verbalize", "express in speech"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["speak", "use language"], ["utter", "express in speech"], ["spill the beans", "divulge confidential information or secrets"], ["talk", "use language"], ["mouth", "express in speech"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["lecture", "deliver a lecture or talk"], ["tattle", "divulge confidential information or secrets"], ["babble", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"]]}, {"answer": "tally", "hint": "synonyms for tally", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["chalk up", "keep score, as in games"], ["add up", "determine the sum of"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["sum", "determine the sum of"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["tot", "determine the sum of"], ["rack up", "gain points in a game"], ["tote up", "determine the sum of"], ["total", "determine the sum of"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"], ["add together", "determine the sum of"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["score", "gain points in a game"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["add", "determine the sum of"], ["hit", "gain points in a game"]]}, {"answer": "tampering", "hint": "synonyms for tampering", "clues": [["fiddle", "play around with or alter or falsify, usually secretively or dishonestly"], ["monkey", "play around with or alter or falsify, usually secretively or dishonestly"], ["meddle", "intrude in other people's affairs or business; interfere unwantedly"], ["tamper", "play around with or alter or falsify, usually secretively or dishonestly"]]}, {"answer": "tangle", "hint": "synonyms for tangle", "clues": [["embroil", "force into some kind of situation, condition, or course of action"], ["snarl", "twist together or entwine into a confusing mass"], ["drag in", "force into some kind of situation, condition, or course of action"], ["ravel", "tangle or complicate"], ["dishevel", "disarrange or rumple; dishevel"], ["mat", "twist together or entwine into a confusing mass"], ["entangle", "twist together or entwine into a confusing mass"], ["tousle", "disarrange or rumple; dishevel"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["knot", "tangle or complicate"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "tap", "hint": "synonyms for tap", "clues": [["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["exploit", "draw from; make good use of"], ["rap", "make light, repeated taps on a surface"], ["knock", "make light, repeated taps on a surface"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["tip", "strike lightly"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently"], ["intercept", "tap a telephone or telegraph wire to get information"], ["bug", "tap a telephone or telegraph wire to get information"], ["pink", "make light, repeated taps on a surface"]]}, {"answer": "taping", "hint": "synonyms for taping", "clues": [["tap", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["exploit", "draw from; make good use of"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["record", "register electronically"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently"], ["intercept", "tap a telephone or telegraph wire to get information"], ["pink", "make light, repeated taps on a surface"], ["knock", "make light, repeated taps on a surface"], ["rap", "make light, repeated taps on a surface"], ["tip", "strike lightly"], ["videotape", "record on videotape"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["bug", "tap a telephone or telegraph wire to get information"]]}, {"answer": "tapping", "hint": "synonyms for tapping", "clues": [["tap", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["exploit", "draw from; make good use of"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently"], ["intercept", "tap a telephone or telegraph wire to get information"], ["pink", "make light, repeated taps on a surface"], ["knock", "make light, repeated taps on a surface"], ["rap", "make light, repeated taps on a surface"], ["tip", "strike lightly"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["bug", "tap a telephone or telegraph wire to get information"]]}, {"answer": "taps", "hint": "synonyms for taps", "clues": [["tap", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["exploit", "draw from; make good use of"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"], ["wiretap", "tap a telephone or telegraph wire to get information"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently"], ["intercept", "tap a telephone or telegraph wire to get information"], ["pink", "make light, repeated taps on a surface"], ["knock", "make light, repeated taps on a surface"], ["rap", "make light, repeated taps on a surface"], ["tip", "strike lightly"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes"], ["bug", "tap a telephone or telegraph wire to get information"]]}, {"answer": "target", "hint": "synonyms for target", "clues": [["aim", "intend (something) to move towards a certain goal"], ["direct", "intend (something) to move towards a certain goal"], ["place", "intend (something) to move towards a certain goal"], ["point", "intend (something) to move towards a certain goal"]]}, {"answer": "tarnish", "hint": "synonyms for tarnish", "clues": [["stain", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically"]]}, {"answer": "taste", "hint": "synonyms for taste", "clues": [["savour", "have flavor; taste of something"], ["sample", "take a sample of"], ["try out", "take a sample of"], ["try", "take a sample of"], ["smack", "have a distinctive or characteristic taste"]]}, {"answer": "tasting", "hint": "synonyms for tasting", "clues": [["sample", "take a sample of"], ["taste", "experience briefly"], ["try out", "take a sample of"], ["try", "take a sample of"], ["savour", "have flavor; taste of something"], ["smack", "have a distinctive or characteristic taste"]]}, {"answer": "tattle", "hint": "synonyms for tattle", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["spill the beans", "divulge confidential information or secrets"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["babble", "divulge confidential information or secrets"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "taunt", "hint": "synonyms for taunt", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "tear", "hint": "synonyms for tear", "clues": [["rupture", "separate or cause to separate abruptly"], ["shoot", "move quickly and violently"], ["pull", "strip of feathers"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["bust", "separate or cause to separate abruptly"], ["snap", "separate or cause to separate abruptly"], ["displume", "strip of feathers"], ["charge", "move quickly and violently"], ["shoot down", "move quickly and violently"], ["buck", "move quickly and violently"]]}, {"answer": "tears", "hint": "synonyms for tears", "clues": [["rupture", "separate or cause to separate abruptly"], ["shoot", "move quickly and violently"], ["pull", "strip of feathers"], ["tear", "separate or cause to separate abruptly"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["bust", "separate or cause to separate abruptly"], ["snap", "separate or cause to separate abruptly"], ["displume", "strip of feathers"], ["charge", "move quickly and violently"], ["shoot down", "move quickly and violently"], ["buck", "move quickly and violently"]]}, {"answer": "tease", "hint": "synonyms for tease", "clues": [["cod", "harass with persistent criticism or carping"], ["rag", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["pester", "annoy persistently"], ["ride", "harass with persistent criticism or carping"], ["tantalize", "harass with persistent criticism or carping"], ["loosen", "disentangle and raise the fibers of"], ["tease apart", "disentangle and raise the fibers of"], ["card", "separate the fibers of"], ["twit", "harass with persistent criticism or carping"], ["bug", "annoy persistently"], ["fluff", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect"], ["beleaguer", "annoy persistently"], ["badger", "annoy persistently"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "telephone", "hint": "synonyms for telephone", "clues": [["call up", "get or try to get into communication (with someone) by telephone"], ["ring", "get or try to get into communication (with someone) by telephone"], ["call", "get or try to get into communication (with someone) by telephone"], ["phone", "get or try to get into communication (with someone) by telephone"]]}, {"answer": "tell", "hint": "synonyms for tell", "clues": [["severalise", "mark as different"], ["recite", "narrate or give a detailed account of"], ["state", "express in words"], ["say", "give instructions to or direct somebody to do something with authority"], ["order", "give instructions to or direct somebody to do something with authority"], ["secernate", "mark as different"], ["differentiate", "mark as different"], ["enjoin", "give instructions to or direct somebody to do something with authority"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["evidence", "give evidence"], ["narrate", "narrate or give a detailed account of"], ["recount", "narrate or give a detailed account of"], ["assure", "inform positively and with certainty and confidence"], ["separate", "mark as different"]]}, {"answer": "temper", "hint": "synonyms for temper", "clues": [["normalize", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["harden", "harden by reheating and cooling in oil"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["moderate", "restrain"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"], ["chasten", "restrain"]]}, {"answer": "tent", "hint": "synonyms for tent", "clues": [["camp", "live in or as if in a tent"], ["bivouac", "live in or as if in a tent"], ["camp out", "live in or as if in a tent"], ["encamp", "live in or as if in a tent"]]}, {"answer": "tenting", "hint": "synonyms for tenting", "clues": [["encamp", "live in or as if in a tent"], ["camp out", "live in or as if in a tent"], ["tent", "live in or as if in a tent"], ["camp", "live in or as if in a tent"], ["bivouac", "live in or as if in a tent"]]}, {"answer": "test", "hint": "synonyms for test", "clues": [["prove", "put to the test, as for its quality, or give experimental use to"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["screen", "test or examine for the presence of disease or infection"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["try out", "put to the test, as for its quality, or give experimental use to"], ["try", "put to the test, as for its quality, or give experimental use to"], ["quiz", "examine someone's knowledge of something"]]}, {"answer": "testing", "hint": "synonyms for testing", "clues": [["test", "put to the test, as for its quality, or give experimental use to"], ["try", "put to the test, as for its quality, or give experimental use to"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["screen", "test or examine for the presence of disease or infection"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["try out", "put to the test, as for its quality, or give experimental use to"], ["quiz", "examine someone's knowledge of something"]]}, {"answer": "thaw", "hint": "synonyms for thaw", "clues": [["dissolve", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"]]}, {"answer": "thawing", "hint": "synonyms for thawing", "clues": [["dissolve", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"]]}, {"answer": "think", "hint": "synonyms for think", "clues": [["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["cogitate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments"], ["call back", "recall knowledge from memory; have a recollection"], ["recollect", "recall knowledge from memory; have a recollection"], ["mean", "have in mind as a purpose"], ["reckon", "expect, believe, or suppose"], ["conceive", "judge or regard; look upon; judge"], ["retrieve", "recall knowledge from memory; have a recollection"], ["call up", "recall knowledge from memory; have a recollection"], ["suppose", "expect, believe, or suppose"], ["cerebrate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments"], ["consider", "judge or regard; look upon; judge"], ["recall", "recall knowledge from memory; have a recollection"], ["remember", "recall knowledge from memory; have a recollection"], ["guess", "expect, believe, or suppose"], ["believe", "judge or regard; look upon; judge"], ["intend", "have in mind as a purpose"]]}, {"answer": "thinning", "hint": "synonyms for thinning", "clues": [["thin", "make thin or thinner"], ["slenderize", "take off weight"], ["slim", "take off weight"], ["cut", "lessen the strength or flavor of a solution or mixture"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["reduce", "take off weight"], ["melt off", "take off weight"], ["slim down", "take off weight"], ["lose weight", "take off weight"], ["thin out", "lessen the strength or flavor of a solution or mixture"]]}, {"answer": "thirst", "hint": "synonyms for thirst", "clues": [["starve", "have a craving, appetite, or great desire for"], ["crave", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"], ["hunger", "have a craving, appetite, or great desire for"]]}, {"answer": "thought", "hint": "synonyms for thought", "clues": [["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["recollect", "recall knowledge from memory; have a recollection"], ["think", "recall knowledge from memory; have a recollection"], ["retrieve", "recall knowledge from memory; have a recollection"], ["call up", "recall knowledge from memory; have a recollection"], ["suppose", "expect, believe, or suppose"], ["cerebrate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments"], ["recall", "recall knowledge from memory; have a recollection"], ["believe", "judge or regard; look upon; judge"], ["intend", "have in mind as a purpose"], ["call back", "recall knowledge from memory; have a recollection"], ["cogitate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments"], ["mean", "have in mind as a purpose"], ["reckon", "expect, believe, or suppose"], ["conceive", "judge or regard; look upon; judge"], ["consider", "judge or regard; look upon; judge"], ["remember", "recall knowledge from memory; have a recollection"], ["guess", "expect, believe, or suppose"]]}, {"answer": "thrash", "hint": "synonyms for thrash", "clues": [["slash", "move or stir about violently"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["lam", "give a thrashing to; beat hard"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["thresh", "beat the seeds out of a grain"], ["flail", "give a thrashing to; beat hard"], ["jactitate", "move or stir about violently"], ["thresh about", "move or stir about violently"], ["convulse", "move or stir about violently"], ["clobber", "beat thoroughly and conclusively in a competition or fight"], ["mosh", "dance the slam dance"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["toss", "move or stir about violently"], ["slam dance", "dance the slam dance"]]}, {"answer": "thrashing", "hint": "synonyms for thrashing", "clues": [["slash", "move or stir about violently"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["lam", "give a thrashing to; beat hard"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["thresh", "beat the seeds out of a grain"], ["thrash", "beat the seeds out of a grain"], ["flail", "give a thrashing to; beat hard"], ["jactitate", "move or stir about violently"], ["thresh about", "move or stir about violently"], ["convulse", "move or stir about violently"], ["clobber", "beat thoroughly and conclusively in a competition or fight"], ["mosh", "dance the slam dance"], ["drub", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["toss", "move or stir about violently"], ["slam dance", "dance the slam dance"]]}, {"answer": "thread", "hint": "synonyms for thread", "clues": [["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["string", "thread on or as if on a string"], ["draw", "thread on or as if on a string"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"]]}, {"answer": "threads", "hint": "synonyms for threads", "clues": [["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["string", "thread on or as if on a string"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"], ["draw", "thread on or as if on a string"]]}, {"answer": "threshing", "hint": "synonyms for threshing", "clues": [["convulse", "move or stir about violently"], ["thresh", "move like a flail; thresh about"], ["slash", "move or stir about violently"], ["flail", "move like a flail; thresh about"], ["lam", "give a thrashing to; beat hard"], ["thrash about", "move or stir about violently"], ["thrash", "beat the seeds out of a grain"], ["jactitate", "move or stir about violently"], ["toss", "move or stir about violently"]]}, {"answer": "thrill", "hint": "synonyms for thrill", "clues": [["beatify", "fill with sublime emotion"], ["shiver", "tremble convulsively, as from fear or excitement"], ["tickle", "feel sudden intense sensation or emotion"], ["exalt", "fill with sublime emotion"], ["vibrate", "feel sudden intense sensation or emotion"], ["throb", "tremble convulsively, as from fear or excitement"], ["tickle pink", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["inebriate", "fill with sublime emotion"], ["shudder", "tremble convulsively, as from fear or excitement"]]}, {"answer": "throb", "hint": "synonyms for throb", "clues": [["pulse", "expand and contract rhythmically; beat rhythmically"], ["thrill", "tremble convulsively, as from fear or excitement"], ["pulsate", "expand and contract rhythmically; beat rhythmically"], ["shiver", "tremble convulsively, as from fear or excitement"], ["shudder", "tremble convulsively, as from fear or excitement"]]}, {"answer": "throng", "hint": "synonyms for throng", "clues": [["pack", "press tightly together or cram"], ["mob", "press tightly together or cram"], ["jam", "press tightly together or cram"], ["pile", "press tightly together or cram"]]}, {"answer": "throttle", "hint": "synonyms for throttle", "clues": [["confine", "place limits on (extent or access)"], ["limit", "place limits on (extent or access)"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["strangulate", "kill by squeezing the throat of so as to cut off the air"], ["choke", "reduce the air supply"], ["restrict", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["strangle", "kill by squeezing the throat of so as to cut off the air"]]}, {"answer": "throttling", "hint": "synonyms for throttling", "clues": [["confine", "place limits on (extent or access)"], ["limit", "place limits on (extent or access)"], ["throttle", "reduce the air supply"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["strangulate", "kill by squeezing the throat of so as to cut off the air"], ["choke", "reduce the air supply"], ["restrict", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["strangle", "kill by squeezing the throat of so as to cut off the air"]]}, {"answer": "throw", "hint": "synonyms for throw", "clues": [["cast off", "get rid of"], ["throw off", "get rid of"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["make", "organize or be responsible for"], ["throw away", "get rid of"], ["bemuse", "cause to be confused emotionally"], ["hold", "organize or be responsible for"], ["cast", "put or send forth"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["bewilder", "cause to be confused emotionally"], ["contrive", "put or send forth"], ["project", "put or send forth"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"], ["shed", "get rid of"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["give", "convey or communicate; of a smile, a look, a physical gesture"], ["drop", "get rid of"], ["have", "organize or be responsible for"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["shake off", "get rid of"], ["flip", "cause to go on or to be engaged or set in operation"], ["switch", "cause to go on or to be engaged or set in operation"], ["hurl", "utter with force; utter vehemently"], ["thrust", "place or put with great energy"]]}, {"answer": "thrum", "hint": "synonyms for thrum", "clues": [["strum", "sound the strings of (a string instrument)"], ["drum", "make a rhythmic sound"], ["beat", "make a rhythmic sound"], ["hum", "sound with a monotonous hum"]]}, {"answer": "thrust", "hint": "synonyms for thrust", "clues": [["squeeze", "press or force"], ["hurtle", "make a thrusting forward movement"], ["shove", "press or force"], ["hurl", "make a thrusting forward movement"], ["stuff", "press or force"], ["force", "impose urgently, importunately, or inexorably"], ["throw", "place or put with great energy"], ["lunge", "make a thrusting forward movement"], ["push up", "push upward"], ["pierce", "penetrate or cut through with a sharp instrument"]]}, {"answer": "thrusting", "hint": "synonyms for thrusting", "clues": [["squeeze", "press or force"], ["hurtle", "make a thrusting forward movement"], ["shove", "press or force"], ["hurl", "make a thrusting forward movement"], ["stuff", "press or force"], ["thrust", "make a thrusting forward movement"], ["force", "impose urgently, importunately, or inexorably"], ["throw", "place or put with great energy"], ["lunge", "make a thrusting forward movement"], ["push up", "push upward"], ["pierce", "penetrate or cut through with a sharp instrument"]]}, {"answer": "thumb", "hint": "synonyms for thumb", "clues": [["flick", "look through a book or other written material"], ["finger", "feel or handle with the fingers"], ["hitchhike", "travel by getting free rides from motorists"], ["riffle", "look through a book or other written material"], ["flip", "look through a book or other written material"], ["riff", "look through a book or other written material"], ["hitch", "travel by getting free rides from motorists"], ["leaf", "look through a book or other written material"]]}, {"answer": "thump", "hint": "synonyms for thump", "clues": [["pound", "hit hard with the hand, fist, or some heavy instrument"], ["beat", "move rhythmically"], ["poke", "hit hard with the hand, fist, or some heavy instrument"], ["thud", "make a dull sound"]]}, {"answer": "thwart", "hint": "synonyms for thwart", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "tick", "hint": "synonyms for tick", "clues": [["retick", "sew"], ["tick off", "put a check mark on or near or next to"], ["mark", "put a check mark on or near or next to"], ["click", "make a clicking or ticking sound"], ["beat", "make a sound like a clock or a timer"], ["ticktack", "make a sound like a clock or a timer"], ["check", "put a check mark on or near or next to"], ["mark off", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"]]}, {"answer": "ticking", "hint": "synonyms for ticking", "clues": [["retick", "sew"], ["tick off", "put a check mark on or near or next to"], ["tick", "sew"], ["mark", "put a check mark on or near or next to"], ["click", "make a clicking or ticking sound"], ["ticktack", "make a sound like a clock or a timer"], ["beat", "make a sound like a clock or a timer"], ["check", "put a check mark on or near or next to"], ["mark off", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"]]}, {"answer": "tickle", "hint": "synonyms for tickle", "clues": [["vellicate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements"], ["titillate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements"], ["vibrate", "feel sudden intense sensation or emotion"], ["thrill", "feel sudden intense sensation or emotion"]]}, {"answer": "tie", "hint": "synonyms for tie", "clues": [["marry", "perform a marriage ceremony"], ["connect", "connect, fasten, or put together two or more pieces"], ["link up", "connect, fasten, or put together two or more pieces"], ["bind", "fasten or secure with a rope, string, or cord"], ["attach", "create social or emotional ties"], ["splice", "perform a marriage ceremony"], ["link", "connect, fasten, or put together two or more pieces"], ["wed", "perform a marriage ceremony"], ["bond", "create social or emotional ties"], ["draw", "finish a game with an equal number of points, goals, etc."]]}, {"answer": "tightening", "hint": "synonyms for tightening", "clues": [["tighten", "narrow or limit"], ["fasten", "make tight or tighter"], ["tighten up", "restrict"], ["reduce", "narrow or limit"], ["constrain", "restrict"], ["stiffen", "restrict"]]}, {"answer": "tilt", "hint": "synonyms for tilt", "clues": [["careen", "move sideways or in an unsteady way"], ["lean", "to incline or bend from a vertical position"], ["slant", "heel over"], ["cant", "heel over"], ["angle", "to incline or bend from a vertical position"], ["pitch", "heel over"], ["wobble", "move sideways or in an unsteady way"], ["tip", "to incline or bend from a vertical position"], ["cant over", "heel over"], ["shift", "move sideways or in an unsteady way"]]}, {"answer": "tinge", "hint": "synonyms for tinge", "clues": [["distort", "affect as in thought or feeling"], ["tint", "color lightly"], ["color", "affect as in thought or feeling"], ["touch", "color lightly"]]}, {"answer": "tinker", "hint": "synonyms for tinker", "clues": [["potter", "do random, unplanned work or activities or spend time idly"], ["muck about", "do random, unplanned work or activities or spend time idly"], ["monkey around", "do random, unplanned work or activities or spend time idly"], ["putter", "do random, unplanned work or activities or spend time idly"], ["mess around", "do random, unplanned work or activities or spend time idly"], ["fiddle", "try to fix or mend"], ["muck around", "do random, unplanned work or activities or spend time idly"], ["monkey", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "tip", "hint": "synonyms for tip", "clues": [["tiptoe", "walk on one's toes"], ["lean", "to incline or bend from a vertical position"], ["fee", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["topple", "cause to topple or tumble by pushing"], ["angle", "to incline or bend from a vertical position"], ["bung", "give a tip or gratuity to in return for a service, beyond the compensation agreed on"], ["tilt", "to incline or bend from a vertical position"], ["tumble", "cause to topple or tumble by pushing"], ["tip off", "give insider information or advise to"], ["tap", "strike lightly"], ["slant", "to incline or bend from a vertical position"]]}, {"answer": "tire", "hint": "synonyms for tire", "clues": [["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["sap", "deplete"], ["weary", "lose interest or become bored with something or somebody"], ["fatigue", "lose interest or become bored with something or somebody"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["run down", "deplete"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["bore", "cause to be bored"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["play out", "deplete"], ["jade", "lose interest or become bored with something or somebody"], ["exhaust", "deplete"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["pall", "lose interest or become bored with something or somebody"]]}, {"answer": "tittle-tattle", "hint": "synonyms for tittle-tattle", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "toady", "hint": "synonyms for toady", "clues": [["kowtow", "try to gain favor by cringing or flattering"], ["truckle", "try to gain favor by cringing or flattering"], ["fawn", "try to gain favor by cringing or flattering"], ["bootlick", "try to gain favor by cringing or flattering"], ["suck up", "try to gain favor by cringing or flattering"]]}, {"answer": "toast", "hint": "synonyms for toast", "clues": [["wassail", "propose a toast to"], ["pledge", "propose a toast to"], ["salute", "propose a toast to"], ["crispen", "make brown and crisp by heating"], ["drink", "propose a toast to"], ["crisp", "make brown and crisp by heating"]]}, {"answer": "toasting", "hint": "synonyms for toasting", "clues": [["wassail", "propose a toast to"], ["pledge", "propose a toast to"], ["crispen", "make brown and crisp by heating"], ["salute", "propose a toast to"], ["drink", "propose a toast to"], ["toast", "make brown and crisp by heating"], ["crisp", "make brown and crisp by heating"]]}, {"answer": "togs", "hint": "synonyms for togs", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "toil", "hint": "synonyms for toil", "clues": [["grind", "work hard"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["labor", "work hard"], ["dig", "work hard"]]}, {"answer": "tone", "hint": "synonyms for tone", "clues": [["chant", "utter monotonously and repetitively and rhythmically"], ["tone up", "give a healthy elasticity to"], ["strengthen", "give a healthy elasticity to"], ["inflect", "vary the pitch of one's speech"], ["modulate", "vary the pitch of one's speech"], ["intone", "utter monotonously and repetitively and rhythmically"]]}, {"answer": "toot", "hint": "synonyms for toot", "clues": [["beep", "make a loud noise"], ["honk", "make a loud noise"], ["claxon", "make a loud noise"], ["blare", "make a loud noise"]]}, {"answer": "tore", "hint": "synonyms for tore", "clues": [["rupture", "separate or cause to separate abruptly"], ["shoot", "move quickly and violently"], ["pull", "strip of feathers"], ["tear", "separate or cause to separate abruptly"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["bust", "separate or cause to separate abruptly"], ["snap", "separate or cause to separate abruptly"], ["displume", "strip of feathers"], ["charge", "move quickly and violently"], ["shoot down", "move quickly and violently"], ["buck", "move quickly and violently"]]}, {"answer": "torment", "hint": "synonyms for torment", "clues": [["rag", "treat cruelly"], ["excruciate", "subject to torture"], ["rack", "torment emotionally or mentally"], ["torture", "torment emotionally or mentally"], ["frustrate", "treat cruelly"], ["bedevil", "treat cruelly"], ["crucify", "treat cruelly"], ["dun", "treat cruelly"]]}, {"answer": "toss", "hint": "synonyms for toss", "clues": [["flip", "lightly throw to see which side comes up"], ["slash", "move or stir about violently"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["jactitate", "move or stir about violently"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["thresh", "move or stir about violently"], ["throw away", "throw or cast away"], ["thresh about", "move or stir about violently"], ["thrash", "move or stir about violently"], ["convulse", "move or stir about violently"], ["fling", "throw or cast away"], ["discard", "throw or cast away"], ["chuck", "throw carelessly"], ["cast away", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["pitch", "throw or toss with a light motion"], ["put away", "throw or cast away"], ["sky", "throw or toss with a light motion"]]}, {"answer": "tot", "hint": "synonyms for tot", "clues": [["add up", "determine the sum of"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["sum", "determine the sum of"], ["tot up", "determine the sum of"], ["add", "determine the sum of"], ["total", "determine the sum of"], ["tally", "determine the sum of"], ["add together", "determine the sum of"]]}, {"answer": "touch", "hint": "synonyms for touch", "clues": [["meet", "be in direct physical contact with; make contact"], ["contact", "be in direct physical contact with; make contact"], ["extend to", "to extend as far as"], ["match", "be equal to in quality or ability"], ["allude", "make a more or less disguised reference to"], ["impact", "have an effect upon"], ["tinct", "color lightly"], ["bear on", "have an effect upon"], ["partake", "consume"], ["come to", "be relevant to"], ["adjoin", "be in direct physical contact with; make contact"], ["equal", "be equal to in quality or ability"], ["stir", "affect emotionally"], ["rival", "be equal to in quality or ability"], ["touch on", "be relevant to"], ["advert", "make a more or less disguised reference to"], ["affect", "have an effect upon"], ["have-to doe with", "be relevant to"], ["relate", "be relevant to"], ["reach", "to extend as far as"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["disturb", "tamper with"], ["concern", "be relevant to"], ["tinge", "color lightly"]]}, {"answer": "tout", "hint": "synonyms for tout", "clues": [["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["vaunt", "show off"]]}, {"answer": "toy", "hint": "synonyms for toy", "clues": [["flirt", "behave carelessly or indifferently"], ["fiddle", "manipulate manually or in one's mind or imagination"], ["dally", "behave carelessly or indifferently"], ["diddle", "manipulate manually or in one's mind or imagination"], ["play", "behave carelessly or indifferently"]]}, {"answer": "toying", "hint": "synonyms for toying", "clues": [["toy", "manipulate manually or in one's mind or imagination"], ["play", "behave carelessly or indifferently"], ["flirt", "behave carelessly or indifferently"], ["fiddle", "manipulate manually or in one's mind or imagination"], ["dally", "behave carelessly or indifferently"], ["diddle", "manipulate manually or in one's mind or imagination"]]}, {"answer": "trace", "hint": "synonyms for trace", "clues": [["line", "make a mark or lines on a surface"], ["follow", "follow, discover, or ascertain the course of development of something"], ["decipher", "read with difficulty"], ["describe", "make a mark or lines on a surface"], ["draw", "make a mark or lines on a surface"], ["delineate", "make a mark or lines on a surface"], ["hunt", "pursue or chase relentlessly"], ["retrace", "to go back over again"], ["hound", "pursue or chase relentlessly"]]}, {"answer": "tracing", "hint": "synonyms for tracing", "clues": [["line", "make a mark or lines on a surface"], ["trace", "discover traces of"], ["follow", "follow, discover, or ascertain the course of development of something"], ["decipher", "read with difficulty"], ["describe", "make a mark or lines on a surface"], ["draw", "make a mark or lines on a surface"], ["delineate", "make a mark or lines on a surface"], ["hunt", "pursue or chase relentlessly"], ["retrace", "to go back over again"], ["hound", "pursue or chase relentlessly"]]}, {"answer": "track", "hint": "synonyms for track", "clues": [["cover", "travel across or pass over"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["cross", "travel across or pass over"], ["chase", "go after with the intent to catch"], ["get across", "travel across or pass over"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["cut through", "travel across or pass over"], ["get over", "travel across or pass over"], ["traverse", "travel across or pass over"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["pass over", "travel across or pass over"], ["cut across", "travel across or pass over"]]}, {"answer": "tracking", "hint": "synonyms for tracking", "clues": [["give chase", "go after with the intent to catch"], ["get across", "travel across or pass over"], ["track", "travel across or pass over"], ["go after", "go after with the intent to catch"], ["pass over", "travel across or pass over"], ["cover", "travel across or pass over"], ["trail", "go after with the intent to catch"], ["cross", "travel across or pass over"], ["cut through", "travel across or pass over"], ["chase", "go after with the intent to catch"], ["get over", "travel across or pass over"], ["traverse", "travel across or pass over"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["cut across", "travel across or pass over"]]}, {"answer": "trade", "hint": "synonyms for trade", "clues": [["swap", "exchange or give (something) in exchange for"], ["deal", "do business; offer for sale as for one's livelihood"], ["merchandise", "engage in the trade of"], ["sell", "do business; offer for sale as for one's livelihood"], ["swop", "exchange or give (something) in exchange for"], ["trade in", "turn in as payment or part payment for a purchase"], ["switch", "exchange or give (something) in exchange for"]]}, {"answer": "trading", "hint": "synonyms for trading", "clues": [["sell", "do business; offer for sale as for one's livelihood"], ["trade", "exchange or give (something) in exchange for"], ["swap", "exchange or give (something) in exchange for"], ["deal", "do business; offer for sale as for one's livelihood"], ["merchandise", "engage in the trade of"], ["swop", "exchange or give (something) in exchange for"], ["trade in", "turn in as payment or part payment for a purchase"], ["switch", "exchange or give (something) in exchange for"]]}, {"answer": "trail", "hint": "synonyms for trail", "clues": [["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["get behind", "to lag or linger behind"], ["chase", "go after with the intent to catch"], ["drop back", "to lag or linger behind"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["shack", "move, proceed, or walk draggingly or slowly"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["train", "drag loosely along a surface; allow to sweep the ground"], ["drop behind", "to lag or linger behind"], ["hang back", "to lag or linger behind"], ["drag", "to lag or linger behind"]]}, {"answer": "trailing", "hint": "synonyms for trailing", "clues": [["trail", "hang down so as to drag along the ground"], ["give chase", "go after with the intent to catch"], ["get behind", "to lag or linger behind"], ["drop back", "to lag or linger behind"], ["go after", "go after with the intent to catch"], ["shack", "move, proceed, or walk draggingly or slowly"], ["train", "drag loosely along a surface; allow to sweep the ground"], ["track", "go after with the intent to catch"], ["chase", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["drop behind", "to lag or linger behind"], ["hang back", "to lag or linger behind"], ["drag", "to lag or linger behind"]]}, {"answer": "train", "hint": "synonyms for train", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["trail", "drag loosely along a surface; allow to sweep the ground"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["prepare", "educate for a future role or function"], ["groom", "educate for a future role or function"], ["school", "teach or refine to be discriminative in taste or judgment"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["develop", "create by training and teaching"], ["coach", "teach and supervise (someone); act as a trainer or coach (to), as in sports"], ["educate", "teach or refine to be discriminative in taste or judgment"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"]]}, {"answer": "training", "hint": "synonyms for training", "clues": [["check", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["trail", "drag loosely along a surface; allow to sweep the ground"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["train", "undergo training or instruction in preparation for a particular role, function, or profession"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["prepare", "educate for a future role or function"], ["groom", "educate for a future role or function"], ["school", "teach or refine to be discriminative in taste or judgment"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["develop", "create by training and teaching"], ["coach", "teach and supervise (someone); act as a trainer or coach (to), as in sports"], ["educate", "teach or refine to be discriminative in taste or judgment"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"]]}, {"answer": "trammel", "hint": "synonyms for trammel", "clues": [["confine", "place limits on (extent or access)"], ["limit", "place limits on (extent or access)"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["entrap", "catch in or as if in a trap"], ["throttle", "place limits on (extent or access)"], ["snare", "catch in or as if in a trap"], ["ensnare", "catch in or as if in a trap"], ["restrict", "place limits on (extent or access)"], ["trap", "catch in or as if in a trap"]]}, {"answer": "tramp", "hint": "synonyms for tramp", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["slog", "walk heavily and firmly, as when weary, or through mud"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["trudge", "walk heavily and firmly, as when weary, or through mud"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["pad", "walk heavily and firmly, as when weary, or through mud"]]}, {"answer": "trampling", "hint": "synonyms for trampling", "clues": [["trample", "walk on and flatten"], ["tread", "tread or stomp heavily or roughly"], ["tramp down", "walk on and flatten"], ["tread down", "walk on and flatten"]]}, {"answer": "trance", "hint": "synonyms for trance", "clues": [["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["entrance", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "transfer", "hint": "synonyms for transfer", "clues": [["transplant", "transfer from one place or period to another"], ["channel", "send from one person or place to another"], ["transmit", "send from one person or place to another"], ["shift", "move around"], ["reassign", "transfer somebody to a different position or location of work"], ["transport", "send from one person or place to another"], ["channelize", "send from one person or place to another"], ["transpose", "transfer from one place or period to another"], ["remove", "shift the position or location of, as for business, legal, educational, or military purposes"], ["change", "change from one vehicle or transportation line to another"]]}, {"answer": "transit", "hint": "synonyms for transit", "clues": [["pass across", "make a passage or journey from one place to another"], ["pass through", "make a passage or journey from one place to another"], ["pass over", "make a passage or journey from one place to another"], ["move through", "make a passage or journey from one place to another"]]}, {"answer": "transmitting", "hint": "synonyms for transmitting", "clues": [["send", "broadcast over the airwaves, as in radio or television"], ["carry", "transmit or serve as the medium for transmission"], ["transmit", "send from one person or place to another"], ["convey", "transfer to another"], ["air", "broadcast over the airwaves, as in radio or television"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["impart", "transmit or serve as the medium for transmission"], ["channelise", "send from one person or place to another"], ["channel", "transmit or serve as the medium for transmission"], ["transfer", "send from one person or place to another"], ["conduct", "transmit or serve as the medium for transmission"], ["beam", "broadcast over the airwaves, as in radio or television"], ["transport", "send from one person or place to another"], ["communicate", "transfer to another"]]}, {"answer": "transplanting", "hint": "synonyms for transplanting", "clues": [["transfer", "lift and reset in another soil or situation"], ["graft", "place the organ of a donor into the body of a recipient"], ["transpose", "transfer from one place or period to another"], ["transplant", "transfer from one place or period to another"]]}, {"answer": "transport", "hint": "synonyms for transport", "clues": [["ravish", "hold spellbound"], ["enchant", "hold spellbound"], ["carry", "move while supporting, either in a vehicle or in one's hands or on one's body"], ["enthral", "hold spellbound"], ["channel", "send from one person or place to another"], ["transmit", "send from one person or place to another"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"], ["send", "transport commercially"], ["channelize", "send from one person or place to another"], ["transfer", "send from one person or place to another"], ["ship", "transport commercially"]]}, {"answer": "transpose", "hint": "synonyms for transpose", "clues": [["commute", "exchange positions without a change in value"], ["transplant", "transfer from one place or period to another"], ["counterchange", "cause to change places"], ["interchange", "cause to change places"], ["transfer", "transfer from one place or period to another"], ["permute", "change the order or arrangement of"]]}, {"answer": "trap", "hint": "synonyms for trap", "clues": [["entrap", "catch in or as if in a trap"], ["trammel", "catch in or as if in a trap"], ["immobilize", "to hold fast or prevent from moving"], ["pin down", "place in a confining or embarrassing position"], ["snare", "catch in or as if in a trap"], ["ensnare", "catch in or as if in a trap"], ["pin", "to hold fast or prevent from moving"]]}, {"answer": "trapping", "hint": "synonyms for trapping", "clues": [["pin down", "place in a confining or embarrassing position"], ["pin", "to hold fast or prevent from moving"], ["trap", "to hold fast or prevent from moving"], ["entrap", "catch in or as if in a trap"], ["trammel", "catch in or as if in a trap"], ["immobilize", "to hold fast or prevent from moving"], ["snare", "catch in or as if in a trap"], ["ensnare", "catch in or as if in a trap"]]}, {"answer": "trash", "hint": "synonyms for trash", "clues": [["tear apart", "express a totally negative opinion of"], ["pan", "express a totally negative opinion of"], ["junk", "dispose of (something useless or old)"], ["scrap", "dispose of (something useless or old)"]]}, {"answer": "travail", "hint": "synonyms for travail", "clues": [["grind", "work hard"], ["drudge", "work hard"], ["fag", "work hard"], ["moil", "work hard"], ["labor", "work hard"], ["toil", "work hard"], ["dig", "work hard"]]}, {"answer": "travel", "hint": "synonyms for travel", "clues": [["journey", "travel upon or across"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["jaunt", "make a trip for pleasure"], ["trip", "make a trip for pleasure"]]}, {"answer": "traveling", "hint": "synonyms for traveling", "clues": [["travel", "make a trip for pleasure"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["journey", "undertake a journey or trip"], ["jaunt", "make a trip for pleasure"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["trip", "make a trip for pleasure"]]}, {"answer": "travelling", "hint": "synonyms for travelling", "clues": [["travel", "make a trip for pleasure"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge"], ["go", "change location; move, travel, or proceed, also metaphorically"], ["journey", "undertake a journey or trip"], ["jaunt", "make a trip for pleasure"], ["move", "change location; move, travel, or proceed, also metaphorically"], ["locomote", "change location; move, travel, or proceed, also metaphorically"], ["trip", "make a trip for pleasure"]]}, {"answer": "traverse", "hint": "synonyms for traverse", "clues": [["cover", "travel across or pass over"], ["deny", "deny formally (an allegation of fact by the opposing party) in a legal suit"], ["cross", "travel across or pass over"], ["get across", "travel across or pass over"], ["cut through", "travel across or pass over"], ["get over", "travel across or pass over"], ["track", "travel across or pass over"], ["span", "to cover or extend over an area or time period; ,"], ["sweep", "to cover or extend over an area or time period; ,"], ["pass over", "travel across or pass over"], ["cut across", "travel across or pass over"]]}, {"answer": "treasure", "hint": "synonyms for treasure", "clues": [["appreciate", "hold dear"], ["value", "hold dear"], ["cherish", "be fond of; be attached to"], ["prize", "hold dear"], ["hold dear", "be fond of; be attached to"], ["care for", "be fond of; be attached to"]]}, {"answer": "treat", "hint": "synonyms for treat", "clues": [["address", "act on verbally or in some form of artistic expression"], ["do by", "interact in a certain way"], ["plow", "act on verbally or in some form of artistic expression"], ["handle", "interact in a certain way"], ["cover", "act on verbally or in some form of artistic expression"], ["process", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition"], ["deal", "act on verbally or in some form of artistic expression"], ["regale", "provide with choice or abundant food or drink"], ["care for", "provide treatment for"]]}, {"answer": "trench", "hint": "synonyms for trench", "clues": [["encroach", "impinge or infringe upon"], ["impinge", "impinge or infringe upon"], ["ditch", "cut a trench in, as for drainage"], ["entrench", "impinge or infringe upon"]]}, {"answer": "trend", "hint": "synonyms for trend", "clues": [["cut", "turn sharply; change direction abruptly"], ["veer", "turn sharply; change direction abruptly"], ["slue", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["swerve", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "trespass", "hint": "synonyms for trespass", "clues": [["transgress", "pass beyond (limits or boundaries)"], ["overstep", "pass beyond (limits or boundaries)"], ["sin", "commit a sin; violate a law of God or a moral law"], ["intrude", "enter unlawfully on someone's property"], ["take advantage", "make excessive use of"]]}, {"answer": "trick", "hint": "synonyms for trick", "clues": [["fob", "deceive somebody"], ["fox", "deceive somebody"], ["play a joke on", "deceive somebody"], ["pull a fast one on", "deceive somebody"], ["play a trick on", "deceive somebody"], ["play tricks", "deceive somebody"], ["flim-flam", "deceive somebody"]]}, {"answer": "trifle", "hint": "synonyms for trifle", "clues": [["piddle", "waste time; spend one's time idly or inefficiently"], ["wanton", "waste time; spend one's time idly or inefficiently"], ["wanton away", "waste time; spend one's time idly or inefficiently"], ["piddle away", "waste time; spend one's time idly or inefficiently"], ["dally", "consider not very seriously"], ["frivol", "act frivolously"], ["play", "consider not very seriously"]]}, {"answer": "trigger", "hint": "synonyms for trigger", "clues": [["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["trip", "put in motion or move to act"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"]]}, {"answer": "trimming", "hint": "synonyms for trimming", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["lop", "cultivate, tend, and cut back the growth of"], ["trim", "balance in flight by regulating the control surfaces"], ["cut back", "cultivate, tend, and cut back the growth of"], ["pare", "remove the edges from and cut down to the desired size"], ["cut down", "cut down on; make a reduction in"], ["garnish", "decorate (food), as with parsley or other ornamental foods"], ["dress", "decorate (food), as with parsley or other ornamental foods"], ["shave", "cut closely"], ["bring down", "cut down on; make a reduction in"], ["reduce", "cut down on; make a reduction in"], ["trim down", "cut down on; make a reduction in"], ["trim back", "cut down on; make a reduction in"], ["crop", "cultivate, tend, and cut back the growth of"], ["snip", "cultivate, tend, and cut back the growth of"], ["cut", "cut down on; make a reduction in"]]}, {"answer": "trip", "hint": "synonyms for trip", "clues": [["travel", "make a trip for pleasure"], ["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["trip out", "get high, stoned, or drugged"], ["stumble", "miss a step and fall or nearly fall"], ["jaunt", "make a trip for pleasure"], ["turn on", "get high, stoned, or drugged"], ["trip up", "cause to stumble"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "triumph", "hint": "synonyms for triumph", "clues": [["rejoice", "to express great joy"], ["gloat", "dwell on with satisfaction"], ["exult", "to express great joy"], ["wallow", "be ecstatic with joy"], ["prevail", "prove superior"], ["exuberate", "to express great joy"], ["crow", "dwell on with satisfaction"], ["jubilate", "to express great joy"]]}, {"answer": "trouble", "hint": "synonyms for trouble", "clues": [["pain", "cause bodily suffering to and make sick or indisposed"], ["bother", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["upset", "move deeply"], ["disturb", "move deeply"], ["ail", "cause bodily suffering to and make sick or indisposed"], ["discommode", "to cause inconvenience or discomfort to"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["incommode", "to cause inconvenience or discomfort to"], ["inconvenience oneself", "take the trouble to do something; concern oneself"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["inconvenience", "to cause inconvenience or discomfort to"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble oneself", "take the trouble to do something; concern oneself"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disoblige", "to cause inconvenience or discomfort to"]]}, {"answer": "trouncing", "hint": "synonyms for trouncing", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["whip", "beat severely with a whip or rod"], ["crush", "come out better in a competition, race, or conflict"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["lash", "beat severely with a whip or rod"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["strap", "beat severely with a whip or rod"], ["reproof", "censure severely or angrily"], ["vanquish", "come out better in a competition, race, or conflict"], ["lecture", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["lambast", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["beat", "come out better in a competition, race, or conflict"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["beat out", "come out better in a competition, race, or conflict"], ["shell", "come out better in a competition, race, or conflict"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["lather", "beat severely with a whip or rod"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "truckle", "hint": "synonyms for truckle", "clues": [["kowtow", "try to gain favor by cringing or flattering"], ["fawn", "try to gain favor by cringing or flattering"], ["bootlick", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["suck up", "try to gain favor by cringing or flattering"]]}, {"answer": "truckling", "hint": "synonyms for truckling", "clues": [["kotow", "try to gain favor by cringing or flattering"], ["truckle", "yield to out of weakness"], ["bootlick", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["suck up", "try to gain favor by cringing or flattering"], ["fawn", "try to gain favor by cringing or flattering"]]}, {"answer": "trudge", "hint": "synonyms for trudge", "clues": [["slog", "walk heavily and firmly, as when weary, or through mud"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["tramp", "walk heavily and firmly, as when weary, or through mud"], ["pad", "walk heavily and firmly, as when weary, or through mud"]]}, {"answer": "trump", "hint": "synonyms for trump", "clues": [["scoop", "get the better of"], ["best", "get the better of"], ["ruff", "play a trump"], ["trump out", "proclaim or announce with or as if with a fanfare"], ["outdo", "get the better of"], ["outflank", "get the better of"]]}, {"answer": "trumping", "hint": "synonyms for trumping", "clues": [["trump", "produce a sound as if from a trumpet"], ["best", "get the better of"], ["ruff", "play a trump"], ["outflank", "get the better of"], ["scoop", "get the better of"], ["trump out", "proclaim or announce with or as if with a fanfare"], ["outdo", "get the better of"]]}, {"answer": "trust", "hint": "synonyms for trust", "clues": [["desire", "expect and wish"], ["bank", "have confidence or faith in"], ["believe", "be confident about something"], ["commit", "confer a trust upon"], ["rely", "have confidence or faith in"], ["entrust", "confer a trust upon"], ["hope", "expect and wish"], ["confide", "confer a trust upon"], ["swear", "have confidence or faith in"]]}, {"answer": "try", "hint": "synonyms for try", "clues": [["essay", "make an effort or attempt"], ["seek", "make an effort or attempt"], ["test", "put to the test, as for its quality, or give experimental use to"], ["assay", "make an effort or attempt"], ["sample", "take a sample of"], ["try out", "take a sample of"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["render", "melt (fat or lard) in order to separate out impurities"], ["attempt", "make an effort or attempt"], ["try on", "put on a garment in order to see whether it fits and looks nice"], ["taste", "take a sample of"], ["hear", "examine or hear (evidence or a case) by judicial process"], ["judge", "put on trial or hear a case and sit as the judge at the trial of"], ["stress", "test the limits of"], ["strain", "test the limits of"]]}, {"answer": "tucker", "hint": "synonyms for tucker", "clues": [["beat", "wear out completely"], ["exhaust", "wear out completely"], ["tucker out", "wear out completely"], ["wash up", "wear out completely"]]}, {"answer": "tug", "hint": "synonyms for tug", "clues": [["push", "strive and make an effort to reach a goal"], ["labor", "strive and make an effort to reach a goal"], ["tote", "carry with difficulty"], ["drive", "strive and make an effort to reach a goal"], ["lug", "carry with difficulty"]]}, {"answer": "tumble", "hint": "synonyms for tumble", "clues": [["latch on", "understand, usually after some initial difficulty"], ["topple", "fall down, as if collapsing"], ["twig", "understand, usually after some initial difficulty"], ["crumble", "fall apart"], ["collapse", "fall apart"], ["get it", "understand, usually after some initial difficulty"], ["get wise", "understand, usually after some initial difficulty"], ["whirl", "fly around"], ["cotton on", "understand, usually after some initial difficulty"], ["whirl around", "fly around"], ["tip", "cause to topple or tumble by pushing"], ["get onto", "understand, usually after some initial difficulty"], ["break down", "fall apart"]]}, {"answer": "tumbling", "hint": "synonyms for tumbling", "clues": [["tumble", "do gymnastics, roll and turn skillfully"], ["topple", "fall down, as if collapsing"], ["twig", "understand, usually after some initial difficulty"], ["get it", "understand, usually after some initial difficulty"], ["collapse", "fall apart"], ["get wise", "understand, usually after some initial difficulty"], ["crumple", "fall apart"], ["catch on", "understand, usually after some initial difficulty"], ["break down", "fall apart"], ["whirl", "fly around"], ["cotton on", "understand, usually after some initial difficulty"], ["whirl around", "fly around"], ["tip", "cause to topple or tumble by pushing"], ["get onto", "understand, usually after some initial difficulty"]]}, {"answer": "turn", "hint": "synonyms for turn", "clues": [["release", "let (something) fall or spill from a container"], ["turn over", "cause to move around a center so as to show another side of"], ["wrick", "twist suddenly so as to sprain"], ["reverse", "change to the contrary"], ["twist", "twist suddenly so as to sprain"], ["sprain", "twist suddenly so as to sprain"], ["call on", "have recourse to or make an appeal or request for help or information to"], ["sour", "go sour or spoil"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["ferment", "go sour or spoil"], ["flex", "cause (a plastic object) to assume a crooked or angular form"], ["work", "go sour or spoil"], ["become", "undergo a change or development"], ["move around", "pass to the other side of"], ["wrench", "twist suddenly so as to sprain"], ["grow", "pass into a condition gradually, take on a specific property or attribute; become"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["plow", "to break and turn over earth especially with a plow"], ["change by reversal", "change to the contrary"], ["plough", "to break and turn over earth especially with a plow"], ["change state", "undergo a transformation or a change of position or action"]]}, {"answer": "turning", "hint": "synonyms for turning", "clues": [["turn over", "cause to move around a center so as to show another side of"], ["turn", "cause to move around a center so as to show another side of"], ["call on", "have recourse to or make an appeal or request for help or information to"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["flex", "cause (a plastic object) to assume a crooked or angular form"], ["become", "undergo a change or development"], ["wrench", "twist suddenly so as to sprain"], ["plow", "to break and turn over earth especially with a plow"], ["release", "let (something) fall or spill from a container"], ["wrick", "twist suddenly so as to sprain"], ["reverse", "change to the contrary"], ["twist", "twist suddenly so as to sprain"], ["sprain", "twist suddenly so as to sprain"], ["sour", "go sour or spoil"], ["ferment", "go sour or spoil"], ["work", "go sour or spoil"], ["move around", "pass to the other side of"], ["grow", "pass into a condition gradually, take on a specific property or attribute; become"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["change by reversal", "change to the contrary"], ["plough", "to break and turn over earth especially with a plow"], ["change state", "undergo a transformation or a change of position or action"]]}, {"answer": "twaddle", "hint": "synonyms for twaddle", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "tweak", "hint": "synonyms for tweak", "clues": [["pull off", "pull or pull out sharply"], ["pick off", "pull or pull out sharply"], ["pluck", "pull or pull out sharply"], ["fine-tune", "adjust finely"]]}, {"answer": "tweet", "hint": "synonyms for tweet", "clues": [["squeeze", "squeeze tightly between the fingers"], ["twitch", "squeeze tightly between the fingers"], ["pinch", "squeeze tightly between the fingers"], ["twinge", "squeeze tightly between the fingers"], ["nip", "squeeze tightly between the fingers"], ["twirp", "make a weak, chirping sound"]]}, {"answer": "twiddle", "hint": "synonyms for twiddle", "clues": [["whirl", "turn in a twisting or spinning motion"], ["twirl", "turn in a twisting or spinning motion"], ["swirl", "turn in a twisting or spinning motion"], ["fiddle with", "manipulate, as in a nervous or unconscious manner"]]}, {"answer": "twig", "hint": "synonyms for twig", "clues": [["latch on", "understand, usually after some initial difficulty"], ["get onto", "understand, usually after some initial difficulty"], ["cotton on", "understand, usually after some initial difficulty"], ["tumble", "understand, usually after some initial difficulty"], ["get it", "understand, usually after some initial difficulty"], ["get wise", "understand, usually after some initial difficulty"]]}, {"answer": "twine", "hint": "synonyms for twine", "clues": [["wind", "arrange or or coil around"], ["enlace", "spin,wind, or twist together"], ["roll", "arrange or or coil around"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["twist", "form into a spiral shape"], ["interlace", "spin,wind, or twist together"], ["wrap", "arrange or or coil around"], ["distort", "form into a spiral shape"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "twinge", "hint": "synonyms for twinge", "clues": [["squeeze", "squeeze tightly between the fingers"], ["twitch", "squeeze tightly between the fingers"], ["pinch", "squeeze tightly between the fingers"], ["tweet", "squeeze tightly between the fingers"], ["nip", "squeeze tightly between the fingers"], ["sting", "cause a stinging pain"], ["prick", "cause a stinging pain"]]}, {"answer": "twinkle", "hint": "synonyms for twinkle", "clues": [["winkle", "emit or reflect light in a flickering manner"], ["blink", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"], ["scintillate", "emit or reflect light in a flickering manner"], ["wink", "gleam or glow intermittently"]]}, {"answer": "twins", "hint": "synonyms for twins", "clues": [["twin", "give birth to twins"], ["duplicate", "duplicate or match"], ["match", "bring two objects, ideas, or people together"], ["parallel", "duplicate or match"], ["couple", "bring two objects, ideas, or people together"], ["pair", "bring two objects, ideas, or people together"], ["mate", "bring two objects, ideas, or people together"]]}, {"answer": "twirl", "hint": "synonyms for twirl", "clues": [["whirl", "turn in a twisting or spinning motion"], ["spin", "cause to spin"], ["twiddle", "turn in a twisting or spinning motion"], ["birl", "cause to spin"], ["swirl", "turn in a twisting or spinning motion"]]}, {"answer": "twist", "hint": "synonyms for twist", "clues": [["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrick", "twist suddenly so as to sprain"], ["wrench", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates"], ["sprain", "twist suddenly so as to sprain"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "twist suddenly so as to sprain"], ["twine", "form into a spiral shape"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["flex", "cause (a plastic object) to assume a crooked or angular form"], ["curve", "extend in curves and turns"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["deform", "cause (a plastic object) to assume a crooked or angular form"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["distort", "form into a spiral shape"], ["wind", "extend in curves and turns"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "twit", "hint": "synonyms for twit", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "twitch", "hint": "synonyms for twitch", "clues": [["nip", "squeeze tightly between the fingers"], ["squeeze", "squeeze tightly between the fingers"], ["pinch", "squeeze tightly between the fingers"], ["tweet", "squeeze tightly between the fingers"], ["twinge", "squeeze tightly between the fingers"], ["jerk", "make an uncontrolled, short, jerky motion"], ["flip", "toss with a sharp movement so as to cause to turn over in the air"]]}, {"answer": "twitching", "hint": "synonyms for twitching", "clues": [["twitch", "squeeze tightly between the fingers"], ["nip", "squeeze tightly between the fingers"], ["squeeze", "squeeze tightly between the fingers"], ["pinch", "squeeze tightly between the fingers"], ["tweet", "squeeze tightly between the fingers"], ["twinge", "squeeze tightly between the fingers"], ["jerk", "make an uncontrolled, short, jerky motion"], ["flip", "toss with a sharp movement so as to cause to turn over in the air"]]}, {"answer": "tying", "hint": "synonyms for tying", "clues": [["tie", "perform a marriage ceremony"], ["marry", "perform a marriage ceremony"], ["link up", "connect, fasten, or put together two or more pieces"], ["bind", "create social or emotional ties"], ["attach", "create social or emotional ties"], ["bond", "create social or emotional ties"], ["draw", "finish a game with an equal number of points, goals, etc."], ["connect", "connect, fasten, or put together two or more pieces"], ["splice", "perform a marriage ceremony"], ["link", "connect, fasten, or put together two or more pieces"], ["wed", "perform a marriage ceremony"]]}, {"answer": "uncovering", "hint": "synonyms for uncovering", "clues": [["unveil", "make visible"], ["uncover", "make visible"], ["expose", "remove all or part of one's clothes to show one's body"], ["bring out", "make visible"], ["reveal", "make visible"]]}, {"answer": "undertaking", "hint": "synonyms for undertaking", "clues": [["undertake", "enter upon an activity or enterprise"], ["take on", "accept as a challenge"], ["set about", "enter upon an activity or enterprise"], ["tackle", "accept as a challenge"], ["take in charge", "accept as a charge"], ["contract", "enter into a contractual arrangement"], ["guarantee", "promise to do or accomplish"], ["attempt", "enter upon an activity or enterprise"]]}, {"answer": "undoing", "hint": "synonyms for undoing", "clues": [["undo", "cancel, annul, or reverse an action or its effect"], ["untie", "cause to become loose"], ["unmake", "deprive of certain characteristics"], ["loosen", "cause to become loose"], ["unwrap", "remove the outer cover or wrapping of"]]}, {"answer": "undress", "hint": "synonyms for undress", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["unclothe", "get undressed"], ["divest", "remove (someone's or one's own) clothes"], ["strip", "remove (someone's or one's own) clothes"], ["disinvest", "remove (someone's or one's own) clothes"], ["strip down", "get undressed"], ["peel", "get undressed"]]}, {"answer": "unfolding", "hint": "synonyms for unfolding", "clues": [["unfold", "open to the view"], ["blossom out", "develop or come to a promising stage"], ["stretch", "extend or stretch out to a greater or the full length"], ["extend", "extend or stretch out to a greater or the full length"], ["open", "spread out or open from a closed or folded state"], ["blossom forth", "develop or come to a promising stage"], ["spread out", "spread out or open from a closed or folded state"], ["blossom", "develop or come to a promising stage"], ["stretch out", "extend or stretch out to a greater or the full length"], ["spread", "spread out or open from a closed or folded state"]]}, {"answer": "uniting", "hint": "synonyms for uniting", "clues": [["merge", "join or combine"], ["unite", "be or become joined or united or linked"], ["link", "be or become joined or united or linked"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation"], ["link up", "be or become joined or united or linked"], ["connect", "be or become joined or united or linked"], ["combine", "have or possess in combination"], ["join", "be or become joined or united or linked"]]}, {"answer": "unloading", "hint": "synonyms for unloading", "clues": [["unlade", "take the load off (a container or vehicle)"], ["drop off", "leave or unload"], ["discharge", "leave or unload"], ["drop", "leave or unload"], ["offload", "take the load off (a container or vehicle)"], ["put down", "leave or unload"], ["set down", "leave or unload"], ["unload", "take the load off (a container or vehicle)"]]}, {"answer": "untangling", "hint": "synonyms for untangling", "clues": [["disentangle", "release from entanglement of difficulty"], ["unravel", "become or cause to become undone by separating the fibers or threads of"], ["unknot", "become or cause to become undone by separating the fibers or threads of"], ["untangle", "release from entanglement of difficulty"], ["disencumber", "release from entanglement of difficulty"], ["extricate", "release from entanglement of difficulty"], ["unscramble", "become or cause to become undone by separating the fibers or threads of"], ["unpick", "become or cause to become undone by separating the fibers or threads of"]]}, {"answer": "untying", "hint": "synonyms for untying", "clues": [["unlace", "undo the ties of"], ["loosen", "cause to become loose"], ["untie", "undo the ties of"], ["undo", "cause to become loose"], ["unbrace", "undo the ties of"]]}, {"answer": "unveiling", "hint": "synonyms for unveiling", "clues": [["unveil", "remove the veil from"], ["uncover", "make visible"], ["bring out", "make visible"], ["reveal", "make visible"]]}, {"answer": "upgrade", "hint": "synonyms for upgrade", "clues": [["elevate", "give a promotion to or assign to a higher position"], ["promote", "give a promotion to or assign to a higher position"], ["raise", "give a promotion to or assign to a higher position"], ["advance", "give a promotion to or assign to a higher position"], ["kick upstairs", "give a promotion to or assign to a higher position"]]}, {"answer": "uplift", "hint": "synonyms for uplift", "clues": [["intoxicate", "fill with high spirits; fill with optimism"], ["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["elate", "fill with high spirits; fill with optimism"]]}, {"answer": "uplifting", "hint": "synonyms for uplifting", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["intoxicate", "fill with high spirits; fill with optimism"], ["elate", "fill with high spirits; fill with optimism"]]}, {"answer": "uprising", "hint": "synonyms for uprising", "clues": [["arise", "get up and out of bed"], ["uprise", "come into existence; take on form or shape"], ["get up", "get up and out of bed"], ["resurrect", "return from the dead"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["come up", "come up, of celestial bodies"], ["ascend", "come up, of celestial bodies"], ["grow", "come into existence; take on form or shape"], ["go up", "move upward"], ["move up", "move upward"], ["stand up", "rise up as in fear"], ["develop", "come into existence; take on form or shape"], ["bristle", "rise up as in fear"], ["turn out", "get up and out of bed"], ["lift", "move upward"]]}, {"answer": "urge", "hint": "synonyms for urge", "clues": [["exhort", "force or impel in an indicated direction"], ["urge on", "force or impel in an indicated direction"], ["recommend", "push for something"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["root on", "spur on or encourage especially by cheers and shouts"], ["advocate", "push for something"], ["press", "force or impel in an indicated direction"]]}, {"answer": "urging", "hint": "synonyms for urging", "clues": [["exhort", "force or impel in an indicated direction"], ["urge on", "force or impel in an indicated direction"], ["recommend", "push for something"], ["urge", "force or impel in an indicated direction"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["root on", "spur on or encourage especially by cheers and shouts"], ["advocate", "push for something"], ["press", "force or impel in an indicated direction"]]}, {"answer": "use", "hint": "synonyms for use", "clues": [["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["practice", "avail oneself to"], ["utilise", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["habituate", "take or consume (regularly or habitually)"], ["expend", "use up, consume fully"]]}, {"answer": "using", "hint": "synonyms for using", "clues": [["use", "take or consume (regularly or habitually)"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["habituate", "take or consume (regularly or habitually)"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["practice", "avail oneself to"], ["expend", "use up, consume fully"]]}, {"answer": "value", "hint": "synonyms for value", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["prize", "regard highly; think much of"], ["appreciate", "hold dear"], ["prise", "regard highly; think much of"], ["treasure", "hold dear"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["rate", "estimate the value of"], ["respect", "regard highly; think much of"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["esteem", "regard highly; think much of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "values", "hint": "synonyms for values", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["prize", "regard highly; think much of"], ["appreciate", "hold dear"], ["prise", "regard highly; think much of"], ["treasure", "hold dear"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["rate", "estimate the value of"], ["respect", "regard highly; think much of"], ["esteem", "regard highly; think much of"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "vanishing", "hint": "synonyms for vanishing", "clues": [["vanish", "decrease rapidly and disappear"], ["go away", "become invisible or unnoticeable"], ["disappear", "get lost, as without warning or explanation"], ["fell", "pass away rapidly"], ["vaporize", "decrease rapidly and disappear"], ["fly", "pass away rapidly"]]}, {"answer": "vaunt", "hint": "synonyms for vaunt", "clues": [["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["blow", "show off"], ["shoot a line", "show off"], ["tout", "show off"]]}, {"answer": "veering", "hint": "synonyms for veering", "clues": [["cut", "turn sharply; change direction abruptly"], ["veer", "shift to a clockwise direction"], ["swerve", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["slue", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["trend", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "veil", "hint": "synonyms for veil", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "veiling", "hint": "synonyms for veiling", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "vending", "hint": "synonyms for vending", "clues": [["vend", "sell or offer for sale from place to place"], ["pitch", "sell or offer for sale from place to place"], ["monger", "sell or offer for sale from place to place"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "vent", "hint": "synonyms for vent", "clues": [["ventilate", "expose to cool or cold air so as to cool or freshen"], ["give vent", "give expression or utterance to"], ["air", "expose to cool or cold air so as to cool or freshen"], ["air out", "expose to cool or cold air so as to cool or freshen"]]}, {"answer": "venting", "hint": "synonyms for venting", "clues": [["ventilate", "expose to cool or cold air so as to cool or freshen"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["give vent", "give expression or utterance to"], ["air", "expose to cool or cold air so as to cool or freshen"], ["air out", "expose to cool or cold air so as to cool or freshen"]]}, {"answer": "venture", "hint": "synonyms for venture", "clues": [["stake", "put at risk"], ["pretend", "put forward, of a guess, in spite of possible refutation"], ["hazard", "put at risk"], ["guess", "put forward, of a guess, in spite of possible refutation"], ["adventure", "put at risk"], ["jeopardize", "put at risk"], ["embark", "proceed somewhere despite the risk of possible dangers"]]}, {"answer": "veto", "hint": "synonyms for veto", "clues": [["interdict", "command against"], ["nix", "command against"], ["proscribe", "command against"], ["blackball", "vote against; refuse to endorse; refuse to assent"], ["forbid", "command against"], ["disallow", "command against"], ["prohibit", "command against"], ["negative", "vote against; refuse to endorse; refuse to assent"]]}, {"answer": "view", "hint": "synonyms for view", "clues": [["catch", "see or watch"], ["consider", "look at carefully; study mentally"], ["look at", "look at carefully; study mentally"], ["watch", "see or watch"], ["see", "deem to be"], ["take in", "see or watch"], ["regard", "deem to be"], ["reckon", "deem to be"]]}, {"answer": "viewing", "hint": "synonyms for viewing", "clues": [["catch", "see or watch"], ["consider", "look at carefully; study mentally"], ["look at", "look at carefully; study mentally"], ["view", "see or watch"], ["watch", "see or watch"], ["see", "deem to be"], ["take in", "see or watch"], ["regard", "deem to be"], ["reckon", "deem to be"]]}, {"answer": "visit", "hint": "synonyms for visit", "clues": [["travel to", "go to certain places as for sightseeing"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["bring down", "impose something unpleasant"], ["chew the fat", "talk socially without exchanging too much information"], ["call", "pay a brief visit"], ["confab", "talk socially without exchanging too much information"], ["impose", "impose something unpleasant"], ["see", "go to see a place, as for entertainment"], ["shoot the breeze", "talk socially without exchanging too much information"], ["call in", "pay a brief visit"], ["confabulate", "talk socially without exchanging too much information"], ["inflict", "impose something unpleasant"], ["inspect", "come to see in an official or professional capacity"], ["chatter", "talk socially without exchanging too much information"]]}, {"answer": "visiting", "hint": "synonyms for visiting", "clues": [["travel to", "go to certain places as for sightseeing"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["bring down", "impose something unpleasant"], ["inspect", "come to see in an official or professional capacity"], ["visit", "assail"], ["chew the fat", "talk socially without exchanging too much information"], ["call", "pay a brief visit"], ["confab", "talk socially without exchanging too much information"], ["impose", "impose something unpleasant"], ["see", "go to see a place, as for entertainment"], ["shoot the breeze", "talk socially without exchanging too much information"], ["call in", "pay a brief visit"], ["confabulate", "talk socially without exchanging too much information"], ["inflict", "impose something unpleasant"], ["chatter", "talk socially without exchanging too much information"]]}, {"answer": "vocalizing", "hint": "synonyms for vocalizing", "clues": [["vocalise", "utter with vibrating vocal chords"], ["phonate", "utter speech sounds"], ["voice", "utter with vibrating vocal chords"], ["vowelize", "pronounce as a vowel"], ["enunciate", "express or state clearly"], ["sound", "utter with vibrating vocal chords"], ["articulate", "express or state clearly"]]}, {"answer": "voiding", "hint": "synonyms for voiding", "clues": [["invalidate", "declare invalid"], ["void", "take away the legal force of or render ineffective"], ["quash", "declare invalid"], ["empty", "excrete or discharge from the body"], ["evacuate", "excrete or discharge from the body"], ["annul", "declare invalid"], ["vitiate", "take away the legal force of or render ineffective"], ["nullify", "declare invalid"]]}, {"answer": "vomit", "hint": "synonyms for vomit", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "vomiting", "hint": "synonyms for vomiting", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "wad", "hint": "synonyms for wad", "clues": [["bundle", "compress into a wad"], ["pack", "compress into a wad"], ["jampack", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["compact", "compress into a wad"]]}, {"answer": "wadding", "hint": "synonyms for wadding", "clues": [["bundle", "compress into a wad"], ["pack", "compress into a wad"], ["jampack", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["compact", "compress into a wad"]]}, {"answer": "waddle", "hint": "synonyms for waddle", "clues": [["toddle", "walk unsteadily"], ["paddle", "walk unsteadily"], ["coggle", "walk unsteadily"], ["dodder", "walk unsteadily"], ["totter", "walk unsteadily"]]}, {"answer": "wading", "hint": "synonyms for wading", "clues": [["wade", "walk (through relatively shallow water)"], ["bundle", "compress into a wad"], ["pack", "compress into a wad"], ["jampack", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["compact", "compress into a wad"]]}, {"answer": "wads", "hint": "synonyms for wads", "clues": [["bundle", "compress into a wad"], ["pack", "compress into a wad"], ["jampack", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["jam", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["compact", "compress into a wad"]]}, {"answer": "wail", "hint": "synonyms for wail", "clues": [["ululate", "emit long loud cries"], ["whimper", "cry weakly or softly"], ["yaup", "emit long loud cries"], ["pule", "cry weakly or softly"], ["mewl", "cry weakly or softly"], ["roar", "emit long loud cries"], ["yawl", "emit long loud cries"], ["howl", "emit long loud cries"]]}, {"answer": "wait", "hint": "synonyms for wait", "clues": [["hold back", "wait before acting"], ["look", "look forward to the probable occurrence of"], ["hold off", "wait before acting"], ["waitress", "serve as a waiter or waitress in a restaurant"], ["await", "look forward to the probable occurrence of"], ["expect", "look forward to the probable occurrence of"]]}, {"answer": "wake", "hint": "synonyms for wake", "clues": [["inflame", "arouse or excite feelings and passions"], ["arouse", "stop sleeping"], ["wake up", "cause to become awake or conscious"], ["awake", "stop sleeping"], ["fire up", "arouse or excite feelings and passions"], ["waken", "cause to become awake or conscious"], ["stir up", "arouse or excite feelings and passions"], ["come alive", "stop sleeping"], ["ignite", "arouse or excite feelings and passions"], ["heat", "arouse or excite feelings and passions"]]}, {"answer": "wakening", "hint": "synonyms for wakening", "clues": [["arouse", "stop sleeping"], ["wake", "cause to become awake or conscious"], ["wake up", "cause to become awake or conscious"], ["awaken", "cause to become awake or conscious"], ["come alive", "stop sleeping"]]}, {"answer": "wall", "hint": "synonyms for wall", "clues": [["palisade", "surround with a wall in order to fortify"], ["fence in", "surround with a wall in order to fortify"], ["fence", "surround with a wall in order to fortify"], ["surround", "surround with a wall in order to fortify"]]}, {"answer": "wallow", "hint": "synonyms for wallow", "clues": [["welter", "roll around,"], ["billow", "rise up as if in waves"], ["triumph", "be ecstatic with joy"], ["rejoice", "be ecstatic with joy"]]}, {"answer": "wangle", "hint": "synonyms for wangle", "clues": [["fudge", "tamper, with the purpose of deception"], ["finagle", "achieve something by means of trickery or devious methods"], ["misrepresent", "tamper, with the purpose of deception"], ["cook", "tamper, with the purpose of deception"], ["manage", "achieve something by means of trickery or devious methods"], ["falsify", "tamper, with the purpose of deception"], ["manipulate", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "wangling", "hint": "synonyms for wangling", "clues": [["fudge", "tamper, with the purpose of deception"], ["finagle", "achieve something by means of trickery or devious methods"], ["wangle", "tamper, with the purpose of deception"], ["misrepresent", "tamper, with the purpose of deception"], ["cook", "tamper, with the purpose of deception"], ["manage", "achieve something by means of trickery or devious methods"], ["falsify", "tamper, with the purpose of deception"], ["manipulate", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "wank", "hint": "synonyms for wank", "clues": [["masturbate", "get sexual gratification through self-stimulation"], ["she-bop", "get sexual gratification through self-stimulation"], ["fuck off", "get sexual gratification through self-stimulation"], ["jerk off", "get sexual gratification through self-stimulation"], ["jack off", "get sexual gratification through self-stimulation"]]}, {"answer": "warble", "hint": "synonyms for warble", "clues": [["yodel", "sing by changing register; sing by yodeling"], ["descant", "sing by changing register; sing by yodeling"], ["trill", "sing or play with trills, alternating with the half note above or below"], ["quaver", "sing or play with trills, alternating with the half note above or below"]]}, {"answer": "warp", "hint": "synonyms for warp", "clues": [["buckle", "bend out of shape, as under pressure or from heat"], ["distort", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["heave", "bend out of shape, as under pressure or from heat"], ["falsify", "make false by mutilation or addition; as of a message or story"]]}, {"answer": "warping", "hint": "synonyms for warping", "clues": [["warp", "make false by mutilation or addition; as of a message or story"], ["distort", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["buckle", "bend out of shape, as under pressure or from heat"], ["heave", "bend out of shape, as under pressure or from heat"], ["falsify", "make false by mutilation or addition; as of a message or story"]]}, {"answer": "wash", "hint": "synonyms for wash", "clues": [["launder", "cleanse with a cleaning agent, such as soap, and water"], ["moisten", "make moist"], ["wash out", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["lave", "wash or flow against"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["lap", "wash or flow against"], ["dampen", "make moist"], ["rinse", "clean with some chemical process"]]}, {"answer": "washing", "hint": "synonyms for washing", "clues": [["wash", "form by erosion"], ["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["lave", "wash or flow against"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["dampen", "make moist"], ["rinse", "clean with some chemical process"], ["launder", "cleanse with a cleaning agent, such as soap, and water"], ["moisten", "make moist"], ["wash out", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["lap", "wash or flow against"]]}, {"answer": "wassail", "hint": "synonyms for wassail", "clues": [["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["pledge", "propose a toast to"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["toast", "propose a toast to"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["salute", "propose a toast to"], ["drink", "propose a toast to"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "wasting", "hint": "synonyms for wasting", "clues": [["ware", "spend extravagantly"], ["waste", "run off as waste"], ["pine away", "lose vigor, health, or flesh, as through grief"], ["run off", "run off as waste"], ["do in", "get rid of (someone who may be a threat) by killing"], ["blow", "spend thoughtlessly; throw away"], ["consume", "spend extravagantly"], ["rot", "become physically weaker"], ["squander", "spend thoughtlessly; throw away"], ["neutralise", "get rid of (someone who may be a threat) by killing"], ["scourge", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["desolate", "cause extensive destruction or ruin utterly"], ["languish", "lose vigor, health, or flesh, as through grief"], ["macerate", "cause to grow thin or weak"], ["emaciate", "cause to grow thin or weak"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "watch", "hint": "synonyms for watch", "clues": [["catch", "see or watch"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["see", "see or watch"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["follow", "follow with the eyes or the mind"], ["look out", "be vigilant, be on the lookout or be careful"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["observe", "follow with the eyes or the mind"], ["take in", "see or watch"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["keep an eye on", "follow with the eyes or the mind"], ["view", "see or watch"], ["watch over", "follow with the eyes or the mind"], ["look on", "observe with attention"], ["watch out", "be vigilant, be on the lookout or be careful"]]}, {"answer": "watching", "hint": "synonyms for watching", "clues": [["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["look out", "be vigilant, be on the lookout or be careful"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "observe with attention"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["take in", "see or watch"], ["see", "see or watch"], ["watch over", "follow with the eyes or the mind"], ["look on", "observe with attention"], ["watch out", "be vigilant, be on the lookout or be careful"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["catch", "see or watch"], ["follow", "follow with the eyes or the mind"], ["observe", "follow with the eyes or the mind"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["keep an eye on", "follow with the eyes or the mind"], ["view", "see or watch"]]}, {"answer": "wave", "hint": "synonyms for wave", "clues": [["flap", "move in a wavy pattern or with a rising and falling motion"], ["brandish", "move or swing back and forth"], ["flourish", "move or swing back and forth"], ["beckon", "signal with the hands or nod"], ["curl", "twist or roll into coils or ringlets"], ["undulate", "move in a wavy pattern or with a rising and falling motion"], ["roll", "move in a wavy pattern or with a rising and falling motion"]]}, {"answer": "waver", "hint": "synonyms for waver", "clues": [["fluctuate", "move or sway in a rising and falling or wavelike pattern"], ["flicker", "move back and forth very rapidly"], ["waffle", "pause or hold back in uncertainty or unwillingness"], ["quaver", "give off unsteady sounds, alternating in amplitude or frequency"], ["weave", "sway to and fro"], ["vacillate", "move or sway in a rising and falling or wavelike pattern"], ["falter", "move hesitatingly, as if about to give way"], ["flutter", "move back and forth very rapidly"], ["hesitate", "pause or hold back in uncertainty or unwillingness"], ["quiver", "move back and forth very rapidly"]]}, {"answer": "waving", "hint": "synonyms for waving", "clues": [["flourish", "move or swing back and forth"], ["wave", "move or swing back and forth"], ["beckon", "signal with the hands or nod"], ["roll", "move in a wavy pattern or with a rising and falling motion"], ["curl", "twist or roll into coils or ringlets"], ["flap", "move in a wavy pattern or with a rising and falling motion"], ["brandish", "move or swing back and forth"], ["undulate", "move in a wavy pattern or with a rising and falling motion"]]}, {"answer": "wax", "hint": "synonyms for wax", "clues": [["climb", "go up or advance"], ["rise", "go up or advance"], ["full", "increase in phase"], ["mount", "go up or advance"]]}, {"answer": "wear", "hint": "synonyms for wear", "clues": [["put on", "put clothing on one's body"], ["hold out", "last and be usable"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear thin", "deteriorate through use or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["have on", "be dressed in"], ["wear down", "deteriorate through use or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"], ["fall apart", "go to pieces"], ["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["get into", "put clothing on one's body"], ["endure", "last and be usable"], ["bear", "have on one's person"], ["bust", "go to pieces"], ["assume", "put clothing on one's body"], ["wear off", "deteriorate through use or stress"], ["break", "go to pieces"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["don", "put clothing on one's body"]]}, {"answer": "weave", "hint": "synonyms for weave", "clues": [["interweave", "interlace by or as if by weaving"], ["tissue", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["waver", "sway to and fro"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"]]}, {"answer": "weaving", "hint": "synonyms for weaving", "clues": [["tissue", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["weave", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton"], ["waver", "sway to and fro"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"], ["interweave", "interlace by or as if by weaving"]]}, {"answer": "wedding", "hint": "synonyms for wedding", "clues": [["tie", "perform a marriage ceremony"], ["marry", "perform a marriage ceremony"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"], ["splice", "perform a marriage ceremony"], ["hook up with", "take in marriage"]]}, {"answer": "wedge", "hint": "synonyms for wedge", "clues": [["squeeze", "squeeze like a wedge into a tight space"], ["lodge", "put, fix, force, or implant"], ["stick", "put, fix, force, or implant"], ["deposit", "put, fix, force, or implant"], ["force", "squeeze like a wedge into a tight space"]]}, {"answer": "weighing", "hint": "synonyms for weighing", "clues": [["weigh", "to be oppressive or burdensome; ,"], ["count", "have weight; have import, carry weight"], ["press", "to be oppressive or burdensome; ,"], ["librate", "determine the weight of"], ["consider", "show consideration for; take into account"], ["matter", "have weight; have import, carry weight"]]}, {"answer": "weight", "hint": "synonyms for weight", "clues": [["burthen", "weight down with a load"], ["angle", "present with a bias"], ["slant", "present with a bias"], ["burden", "weight down with a load"], ["weight down", "weight down with a load"]]}, {"answer": "weighting", "hint": "synonyms for weighting", "clues": [["weight", "weight down with a load"], ["burthen", "weight down with a load"], ["angle", "present with a bias"], ["slant", "present with a bias"], ["burden", "weight down with a load"], ["weight down", "weight down with a load"]]}, {"answer": "welt", "hint": "synonyms for welt", "clues": [["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["slash", "beat severely with a whip or rod"], ["flog", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"], ["whip", "beat severely with a whip or rod"]]}, {"answer": "wet-nurse", "hint": "synonyms for wet-nurse", "clues": [["breastfeed", "give suck to"], ["give suck", "give suck to"], ["suckle", "give suck to"], ["suck", "give suck to"], ["nurse", "give suck to"], ["lactate", "give suck to"]]}, {"answer": "wheedling", "hint": "synonyms for wheedling", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "wheel", "hint": "synonyms for wheel", "clues": [["roll", "move along on or as if on wheels or a wheeled vehicle"], ["wheel around", "change directions as if revolving on a pivot"], ["bicycle", "ride a bicycle"], ["cycle", "ride a bicycle"], ["pedal", "ride a bicycle"], ["bike", "ride a bicycle"]]}, {"answer": "wheeling", "hint": "synonyms for wheeling", "clues": [["roll", "move along on or as if on wheels or a wheeled vehicle"], ["wheel around", "change directions as if revolving on a pivot"], ["wheel", "change directions as if revolving on a pivot"], ["cycle", "ride a bicycle"], ["pedal", "ride a bicycle"], ["bicycle", "ride a bicycle"], ["bike", "ride a bicycle"]]}, {"answer": "whine", "hint": "synonyms for whine", "clues": [["squeak", "make a high-pitched, screeching noise"], ["yawp", "complain whiningly"], ["creak", "make a high-pitched, screeching noise"], ["skreak", "make a high-pitched, screeching noise"], ["snivel", "talk in a tearful manner"], ["yammer", "complain whiningly"], ["grizzle", "complain whiningly"], ["screech", "make a high-pitched, screeching noise"]]}, {"answer": "whip", "hint": "synonyms for whip", "clues": [["scald", "subject to harsh criticism"], ["whisk", "whip with or as if with a wire whisk"], ["worst", "defeat thoroughly"], ["strap", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["pip", "defeat thoroughly"], ["slash", "beat severely with a whip or rod"], ["rack up", "defeat thoroughly"], ["mop up", "defeat thoroughly"], ["blister", "subject to harsh criticism"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "whir", "hint": "synonyms for whir", "clues": [["whirr", "make a soft swishing sound"], ["purr", "make a soft swishing sound"], ["whizz", "make a soft swishing sound"], ["birr", "make a soft swishing sound"]]}, {"answer": "whirl", "hint": "synonyms for whirl", "clues": [["spin", "revolve quickly and repeatedly around one's own axis"], ["eddy", "flow in a circular current, of liquids"], ["twirl", "cause to spin"], ["swirl", "turn in a twisting or spinning motion"], ["whirlpool", "flow in a circular current, of liquids"], ["spin around", "revolve quickly and repeatedly around one's own axis"], ["reel", "revolve quickly and repeatedly around one's own axis"], ["purl", "flow in a circular current, of liquids"], ["tumble", "fly around"], ["twiddle", "turn in a twisting or spinning motion"], ["whirl around", "fly around"], ["birl", "cause to spin"], ["gyrate", "revolve quickly and repeatedly around one's own axis"]]}, {"answer": "whirling", "hint": "synonyms for whirling", "clues": [["whirl", "turn in a twisting or spinning motion"], ["whirlpool", "flow in a circular current, of liquids"], ["spin around", "revolve quickly and repeatedly around one's own axis"], ["purl", "flow in a circular current, of liquids"], ["twiddle", "turn in a twisting or spinning motion"], ["birl", "cause to spin"], ["gyrate", "revolve quickly and repeatedly around one's own axis"], ["spin", "revolve quickly and repeatedly around one's own axis"], ["eddy", "flow in a circular current, of liquids"], ["twirl", "cause to spin"], ["swirl", "turn in a twisting or spinning motion"], ["reel", "revolve quickly and repeatedly around one's own axis"], ["tumble", "fly around"], ["whirl around", "fly around"]]}, {"answer": "whirlpool", "hint": "synonyms for whirlpool", "clues": [["whirl", "flow in a circular current, of liquids"], ["purl", "flow in a circular current, of liquids"], ["eddy", "flow in a circular current, of liquids"], ["swirl", "flow in a circular current, of liquids"]]}, {"answer": "whirr", "hint": "synonyms for whirr", "clues": [["whir", "make a soft swishing sound"], ["purr", "make a soft swishing sound"], ["whizz", "make a soft swishing sound"], ["churr", "make a vibrant sound, as of some birds"], ["birr", "make a soft swishing sound"]]}, {"answer": "whiz", "hint": "synonyms for whiz", "clues": [["whirr", "make a soft swishing sound"], ["purr", "make a soft swishing sound"], ["whizz", "make a soft swishing sound"], ["birr", "make a soft swishing sound"]]}, {"answer": "whizz", "hint": "synonyms for whizz", "clues": [["whirr", "make a soft swishing sound"], ["zoom along", "move along very quickly"], ["purr", "make a soft swishing sound"], ["whiz", "make a soft swishing sound"], ["whizz along", "move along very quickly"], ["birr", "make a soft swishing sound"], ["zoom", "move along very quickly"]]}, {"answer": "wideness", "hint": "synonyms for wideness", "clues": [["widen", "extend in scope or range or area"], ["broaden", "extend in scope or range or area"], ["extend", "extend in scope or range or area"], ["let out", "make (clothes) larger"]]}, {"answer": "widening", "hint": "synonyms for widening", "clues": [["widen", "extend in scope or range or area"], ["broaden", "extend in scope or range or area"], ["extend", "extend in scope or range or area"], ["let out", "make (clothes) larger"]]}, {"answer": "win", "hint": "synonyms for win", "clues": [["gain ground", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["get ahead", "obtain advantages, such as points, etc."], ["gain", "win something through one's efforts"], ["deliver the goods", "attain success or reach a desired goal"], ["make headway", "obtain advantages, such as points, etc."], ["advance", "obtain advantages, such as points, etc."], ["bring home the bacon", "attain success or reach a desired goal"], ["come through", "attain success or reach a desired goal"], ["acquire", "win something through one's efforts"], ["succeed", "attain success or reach a desired goal"]]}, {"answer": "wince", "hint": "synonyms for wince", "clues": [["funk", "draw back, as with fear or pain"], ["cringe", "draw back, as with fear or pain"], ["squinch", "draw back, as with fear or pain"], ["flinch", "draw back, as with fear or pain"], ["quail", "draw back, as with fear or pain"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"]]}, {"answer": "wind", "hint": "synonyms for wind", "clues": [["twine", "arrange or or coil around"], ["twist", "extend in curves and turns"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["curve", "extend in curves and turns"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course"], ["roll", "arrange or or coil around"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["wrap", "arrange or or coil around"], ["scent", "catch the scent of; get wind of"], ["wreathe", "form into a wreath"], ["nose", "catch the scent of; get wind of"], ["wind up", "coil the spring of (some mechanical device) by turning a stem"], ["lift", "raise or haul up with or as if with mechanical help"], ["hoist", "raise or haul up with or as if with mechanical help"]]}, {"answer": "wink", "hint": "synonyms for wink", "clues": [["nictate", "briefly shut the eyes"], ["blink", "gleam or glow intermittently"], ["blink away", "force to go away by blinking"], ["winkle", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"]]}, {"answer": "winkle", "hint": "synonyms for winkle", "clues": [["twinkle", "emit or reflect light in a flickering manner"], ["blink", "gleam or glow intermittently"], ["flash", "gleam or glow intermittently"], ["scintillate", "emit or reflect light in a flickering manner"], ["winkle out", "remove or displace from a position"], ["wink", "gleam or glow intermittently"]]}, {"answer": "wiring", "hint": "synonyms for wiring", "clues": [["wire", "fasten with wire"], ["electrify", "equip for use with electricity"], ["telegraph", "send cables, wires, or telegrams"], ["cable", "send cables, wires, or telegrams"]]}, {"answer": "wish", "hint": "synonyms for wish", "clues": [["care", "prefer or wish to do something"], ["wish well", "feel or express a desire or hope concerning the future or fortune of"], ["bid", "invoke upon"], ["like", "prefer or wish to do something"]]}, {"answer": "wishing", "hint": "synonyms for wishing", "clues": [["care", "prefer or wish to do something"], ["wish", "make or express a wish"], ["wish well", "feel or express a desire or hope concerning the future or fortune of"], ["bid", "invoke upon"], ["like", "prefer or wish to do something"]]}, {"answer": "witch", "hint": "synonyms for witch", "clues": [["hex", "cast a spell over someone or something; put a hex on someone or something"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["enchant", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "withers", "hint": "synonyms for withers", "clues": [["wither", "wither, as with a loss of moisture"], ["shrivel up", "wither, as with a loss of moisture"], ["shrivel", "wither, as with a loss of moisture"], ["shrink", "wither, as with a loss of moisture"], ["fade", "lose freshness, vigor, or vitality"]]}, {"answer": "withholding", "hint": "synonyms for withholding", "clues": [["withhold", "retain and refrain from disbursing; of payments"], ["keep back", "hold back; refuse to hand over or share"], ["deduct", "retain and refrain from disbursing; of payments"], ["recoup", "retain and refrain from disbursing; of payments"]]}, {"answer": "wobble", "hint": "synonyms for wobble", "clues": [["careen", "move sideways or in an unsteady way"], ["tilt", "move sideways or in an unsteady way"], ["shimmy", "tremble or shake"], ["coggle", "move unsteadily"], ["shift", "move sideways or in an unsteady way"]]}, {"answer": "wooing", "hint": "synonyms for wooing", "clues": [["romance", "make amorous advances towards"], ["woo", "seek someone's favor"], ["court", "make amorous advances towards"], ["solicit", "make amorous advances towards"]]}, {"answer": "word", "hint": "synonyms for word", "clues": [["articulate", "put into words or an expression"], ["phrase", "put into words or an expression"], ["formulate", "put into words or an expression"], ["give voice", "put into words or an expression"]]}, {"answer": "wording", "hint": "synonyms for wording", "clues": [["formulate", "put into words or an expression"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"], ["articulate", "put into words or an expression"], ["phrase", "put into words or an expression"]]}, {"answer": "words", "hint": "synonyms for words", "clues": [["formulate", "put into words or an expression"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"], ["articulate", "put into words or an expression"], ["phrase", "put into words or an expression"]]}, {"answer": "work", "hint": "synonyms for work", "clues": [["forge", "make something, usually for a specific function"], ["crop", "prepare for crops"], ["act", "have an effect or outcome; often the one desired or expected"], ["go", "perform as expected when applied"], ["cultivate", "prepare for crops"], ["do work", "be employed"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["bring", "cause to happen or to occur as a consequence"], ["process", "shape, form, or improve a material"], ["work on", "shape, form, or improve a material"], ["influence", "have and exert influence or effect"], ["sour", "go sour or spoil"], ["act upon", "have and exert influence or effect"], ["form", "make something, usually for a specific function"], ["ferment", "go sour or spoil"], ["make", "proceed along a path"], ["run", "perform as expected when applied"], ["make for", "cause to happen or to occur as a consequence"], ["wreak", "cause to happen or to occur as a consequence"], ["put to work", "cause to work"], ["exploit", "use or manipulate to one's advantage"], ["mold", "make something, usually for a specific function"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["knead", "make uniform"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["turn", "go sour or spoil"], ["function", "perform as expected when applied"], ["operate", "perform as expected when applied"], ["exercise", "give a workout to"], ["play", "cause to happen or to occur as a consequence"], ["shape", "make something, usually for a specific function"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"]]}, {"answer": "workings", "hint": "synonyms for workings", "clues": [["forge", "make something, usually for a specific function"], ["cultivate", "prepare for crops"], ["do work", "be employed"], ["work", "prepare for crops"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["bring", "cause to happen or to occur as a consequence"], ["influence", "have and exert influence or effect"], ["act upon", "have and exert influence or effect"], ["form", "make something, usually for a specific function"], ["make for", "cause to happen or to occur as a consequence"], ["exploit", "use or manipulate to one's advantage"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["turn", "go sour or spoil"], ["mold", "make something, usually for a specific function"], ["knead", "make uniform"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["function", "perform as expected when applied"], ["exercise", "give a workout to"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["ferment", "cause to undergo fermentation"], ["crop", "prepare for crops"], ["act", "have an effect or outcome; often the one desired or expected"], ["go", "perform as expected when applied"], ["process", "shape, form, or improve a material"], ["work on", "shape, form, or improve a material"], ["sour", "go sour or spoil"], ["make", "proceed along a path"], ["run", "perform as expected when applied"], ["wreak", "cause to happen or to occur as a consequence"], ["put to work", "cause to work"], ["operate", "perform as expected when applied"], ["play", "cause to happen or to occur as a consequence"], ["shape", "make something, usually for a specific function"]]}, {"answer": "works", "hint": "synonyms for works", "clues": [["forge", "make something, usually for a specific function"], ["cultivate", "prepare for crops"], ["do work", "be employed"], ["work", "prepare for crops"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["bring", "cause to happen or to occur as a consequence"], ["influence", "have and exert influence or effect"], ["act upon", "have and exert influence or effect"], ["form", "make something, usually for a specific function"], ["make for", "cause to happen or to occur as a consequence"], ["exploit", "use or manipulate to one's advantage"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["turn", "go sour or spoil"], ["mold", "make something, usually for a specific function"], ["knead", "make uniform"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["function", "perform as expected when applied"], ["exercise", "give a workout to"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["ferment", "cause to undergo fermentation"], ["crop", "prepare for crops"], ["act", "have an effect or outcome; often the one desired or expected"], ["go", "perform as expected when applied"], ["process", "shape, form, or improve a material"], ["work on", "shape, form, or improve a material"], ["sour", "go sour or spoil"], ["make", "proceed along a path"], ["run", "perform as expected when applied"], ["wreak", "cause to happen or to occur as a consequence"], ["put to work", "cause to work"], ["operate", "perform as expected when applied"], ["play", "cause to happen or to occur as a consequence"], ["shape", "make something, usually for a specific function"]]}, {"answer": "worm", "hint": "synonyms for worm", "clues": [["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "worry", "hint": "synonyms for worry", "clues": [["care", "be concerned with"], ["concern", "be on the mind of"], ["interest", "be on the mind of"], ["occupy", "be on the mind of"], ["vex", "disturb the peace of mind of; afflict with mental agitation or distress"]]}, {"answer": "worsted", "hint": "synonyms for worsted", "clues": [["whip", "defeat thoroughly"], ["pip", "defeat thoroughly"], ["worst", "defeat thoroughly"], ["mop up", "defeat thoroughly"], ["rack up", "defeat thoroughly"]]}, {"answer": "wrap", "hint": "synonyms for wrap", "clues": [["wind", "arrange or or coil around"], ["twine", "arrange or or coil around"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["wrap up", "arrange or fold as a cover or protection"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["roll", "arrange or or coil around"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "wrapping", "hint": "synonyms for wrapping", "clues": [["wind", "arrange or or coil around"], ["twine", "arrange or or coil around"], ["wrap", "arrange or fold as a cover or protection"], ["wrap up", "arrange or fold as a cover or protection"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["roll", "arrange or or coil around"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "wrench", "hint": "synonyms for wrench", "clues": [["sprain", "twist suddenly so as to sprain"], ["rick", "twist suddenly so as to sprain"], ["turn", "twist suddenly so as to sprain"], ["twist", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates"], ["wring", "twist and compress, as if in pain or anguish"]]}, {"answer": "wrestle", "hint": "synonyms for wrestle", "clues": [["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "wrestling", "hint": "synonyms for wrestling", "clues": [["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "wrick", "hint": "synonyms for wrick", "clues": [["sprain", "twist suddenly so as to sprain"], ["rick", "twist suddenly so as to sprain"], ["wrench", "twist suddenly so as to sprain"], ["turn", "twist suddenly so as to sprain"], ["twist", "twist suddenly so as to sprain"]]}, {"answer": "wriggle", "hint": "synonyms for wriggle", "clues": [["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "wring", "hint": "synonyms for wring", "clues": [["squeeze", "obtain by coercion or intimidation"], ["gouge", "obtain by coercion or intimidation"], ["extort", "obtain by coercion or intimidation"], ["contort", "twist and press out of shape"], ["distort", "twist and press out of shape"], ["rack", "obtain by coercion or intimidation"], ["deform", "twist and press out of shape"], ["wrench", "twist and compress, as if in pain or anguish"]]}, {"answer": "wrinkle", "hint": "synonyms for wrinkle", "clues": [["purse", "gather or contract into wrinkles or folds; pucker"], ["crease", "become wrinkled or crumpled or creased"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crumple", "become wrinkled or crumpled or creased"], ["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["furrow", "make wrinkled or creased"]]}, {"answer": "writing", "hint": "synonyms for writing", "clues": [["drop a line", "communicate (with) in writing"], ["compose", "write music"], ["write", "write music"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)"], ["indite", "produce a literary work"], ["pen", "produce a literary work"], ["publish", "have (one's written work) issued for publication"], ["save", "record data on a computer"]]}, {"answer": "writings", "hint": "synonyms for writings", "clues": [["drop a line", "communicate (with) in writing"], ["compose", "write music"], ["write", "write music"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)"], ["indite", "produce a literary work"], ["pen", "produce a literary work"], ["publish", "have (one's written work) issued for publication"], ["save", "record data on a computer"]]}, {"answer": "yack", "hint": "synonyms for yack", "clues": [["rattle on", "talk incessantly and tiresomely"], ["jaw", "talk incessantly and tiresomely"], ["yap away", "talk incessantly and tiresomely"], ["yack away", "talk incessantly and tiresomely"]]}, {"answer": "yawl", "hint": "synonyms for yawl", "clues": [["ululate", "emit long loud cries"], ["yaup", "emit long loud cries"], ["wail", "emit long loud cries"], ["roar", "emit long loud cries"], ["howl", "emit long loud cries"]]}, {"answer": "yearning", "hint": "synonyms for yearning", "clues": [["yearn", "have affection for; feel tenderness for"], ["pine", "have a desire for something or someone who is not present"], ["languish", "have a desire for something or someone who is not present"], ["ache", "have a desire for something or someone who is not present"], ["long", "desire strongly or persistently"], ["yen", "have a desire for something or someone who is not present"], ["hanker", "desire strongly or persistently"]]}, {"answer": "yell", "hint": "synonyms for yell", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"]]}, {"answer": "yelling", "hint": "synonyms for yelling", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["shout out", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"]]}, {"answer": "yen", "hint": "synonyms for yen", "clues": [["yearn", "have a desire for something or someone who is not present"], ["ache", "have a desire for something or someone who is not present"], ["pine", "have a desire for something or someone who is not present"], ["languish", "have a desire for something or someone who is not present"]]}, {"answer": "yield", "hint": "synonyms for yield", "clues": [["knuckle under", "consent reluctantly"], ["grant", "give over; surrender or relinquish to the physical control of another"], ["bear", "bring in"], ["concede", "be willing to concede"], ["generate", "give or supply"], ["give way", "move in order to make room for someone for something"], ["give", "give or supply"], ["ease up", "move in order to make room for someone for something"], ["succumb", "be fatally overwhelmed"], ["relent", "give in, as to influence or pressure"], ["pay", "bring in"], ["give in", "consent reluctantly"], ["move over", "move in order to make room for someone for something"], ["soften", "give in, as to influence or pressure"], ["render", "give or supply"], ["afford", "be the cause or source of"], ["return", "give or supply"], ["cede", "give over; surrender or relinquish to the physical control of another"]]}, {"answer": "yowl", "hint": "synonyms for yowl", "clues": [["howl", "cry loudly, as of animals"], ["wrawl", "cry loudly, as of animals"], ["caterwaul", "utter shrieks, as of cats"], ["yammer", "cry loudly, as of animals"]]}, {"answer": "zap", "hint": "synonyms for zap", "clues": [["nuke", "cook or heat in a microwave oven"], ["vaporize", "kill with or as if with a burst of gunfire or electric current or as if by shooting"], ["atomize", "strike at with firepower or bombs"], ["microwave", "cook or heat in a microwave oven"], ["micro-cook", "cook or heat in a microwave oven"]]}, {"answer": "zip", "hint": "synonyms for zip", "clues": [["zipper", "close with a zipper"], ["hurry", "move very fast"], ["zip up", "close with a zipper"], ["travel rapidly", "move very fast"], ["speed", "move very fast"]]}, {"answer": "zoom", "hint": "synonyms for zoom", "clues": [["soar up", "rise rapidly"], ["zoom along", "move along very quickly"], ["soar upwards", "rise rapidly"], ["whizz", "move along very quickly"], ["surge", "rise rapidly"], ["whizz along", "move along very quickly"], ["soar", "rise rapidly"]]}, {"answer": "abase", "hint": "synonyms for abase", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"], ["mortify", "cause to feel shame; hurt the pride of"]]}, {"answer": "abate", "hint": "synonyms for abate", "clues": [["slack", "become less in amount or intensity"], ["slack off", "become less in amount or intensity"], ["slake", "make less active or intense"], ["let up", "become less in amount or intensity"], ["die away", "become less in amount or intensity"]]}, {"answer": "abbreviate", "hint": "synonyms for abbreviate", "clues": [["cut", "reduce in scope while retaining essential elements"], ["shorten", "reduce in scope while retaining essential elements"], ["reduce", "reduce in scope while retaining essential elements"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"]]}, {"answer": "abide", "hint": "synonyms for abide", "clues": [["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"], ["stay", "dwell"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["bide", "dwell"], ["brook", "put up with something or somebody unpleasant"]]}, {"answer": "abide_by", "hint": "synonyms for abide by", "clues": [["respect", "show respect towards"], ["honor", "show respect towards"], ["comply", "act in accordance with someone's rules, commands, or wishes"], ["follow", "act in accordance with someone's rules, commands, or wishes"], ["observe", "show respect towards"]]}, {"answer": "abjure", "hint": "synonyms for abjure", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure"]]}, {"answer": "abrade", "hint": "synonyms for abrade", "clues": [["abrase", "wear away"], ["rub down", "wear away"], ["rub off", "wear away"], ["corrade", "wear away"], ["scour", "rub hard or scrub"]]}, {"answer": "abrase", "hint": "synonyms for abrase", "clues": [["corrade", "wear away"], ["abrade", "wear away"], ["rub off", "wear away"], ["rub down", "wear away"]]}, {"answer": "abridge", "hint": "synonyms for abridge", "clues": [["cut", "reduce in scope while retaining essential elements"], ["shorten", "reduce in scope while retaining essential elements"], ["reduce", "reduce in scope while retaining essential elements"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abbreviate", "reduce in scope while retaining essential elements"]]}, {"answer": "abscond", "hint": "synonyms for abscond", "clues": [["make off", "run away; usually includes taking something or somebody along"], ["go off", "run away; usually includes taking something or somebody along"], ["bolt", "run away; usually includes taking something or somebody along"], ["run off", "run away; usually includes taking something or somebody along"], ["decamp", "run away; usually includes taking something or somebody along"], ["absquatulate", "run away; usually includes taking something or somebody along"]]}, {"answer": "absorb", "hint": "synonyms for absorb", "clues": [["soak up", "take in, also metaphorically"], ["engulf", "devote (oneself) fully to"], ["take up", "take in, also metaphorically"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["engross", "consume all of one's attention or time"], ["immerse", "devote (oneself) fully to"], ["ingest", "take up mentally"], ["take over", "take up, as of debts or payments"], ["steep", "devote (oneself) fully to"], ["take in", "suck or take up or in"], ["engage", "consume all of one's attention or time"], ["plunge", "devote (oneself) fully to"], ["sop up", "take in, also metaphorically"], ["assimilate", "take up mentally"], ["occupy", "consume all of one's attention or time"], ["draw", "take in, also metaphorically"], ["suck up", "take in, also metaphorically"]]}, {"answer": "absquatulate", "hint": "synonyms for absquatulate", "clues": [["make off", "run away; usually includes taking something or somebody along"], ["go off", "run away; usually includes taking something or somebody along"], ["abscond", "run away; usually includes taking something or somebody along"], ["bolt", "run away; usually includes taking something or somebody along"], ["run off", "run away; usually includes taking something or somebody along"], ["decamp", "run away; usually includes taking something or somebody along"]]}, {"answer": "abut", "hint": "synonyms for abut", "clues": [["butt", "lie adjacent to another or share a boundary"], ["butt on", "lie adjacent to another or share a boundary"], ["adjoin", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["edge", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"]]}, {"answer": "accede", "hint": "synonyms for accede", "clues": [["submit", "yield to another's wish or opinion"], ["acquiesce", "to agree or express agreement"], ["enter", "take on duties or office"], ["bow", "yield to another's wish or opinion"], ["defer", "yield to another's wish or opinion"], ["give in", "yield to another's wish or opinion"], ["assent", "to agree or express agreement"]]}, {"answer": "accentuate", "hint": "synonyms for accentuate", "clues": [["emphasise", "to stress, single out as important"], ["accent", "to stress, single out as important"], ["punctuate", "to stress, single out as important"], ["stress", "put stress on; utter with an accent"]]}, {"answer": "accept", "hint": "synonyms for accept", "clues": [["take", "be designed to hold or take"], ["bear", "take on as one's own the expenses or debts of another person"], ["go for", "give an affirmative reply to; respond favorably to"], ["consent", "give an affirmative reply to; respond favorably to"], ["take on", "admit into a group or community"], ["take over", "take on as one's own the expenses or debts of another person"], ["assume", "take on as one's own the expenses or debts of another person"], ["swallow", "tolerate or accommodate oneself to"], ["live with", "tolerate or accommodate oneself to"], ["have", "receive willingly something given or offered"], ["admit", "admit into a group or community"]]}, {"answer": "accommodate", "hint": "synonyms for accommodate", "clues": [["reconcile", "make (one thing) compatible with (another)"], ["hold", "have room for; hold without crowding"], ["adapt", "make fit for, or change to suit a new purpose"], ["fit", "be agreeable or acceptable to"], ["conciliate", "make (one thing) compatible with (another)"], ["lodge", "provide housing for"], ["admit", "have room for; hold without crowding"], ["suit", "be agreeable or acceptable to"], ["oblige", "provide a service or favor for someone"]]}, {"answer": "accompany", "hint": "synonyms for accompany", "clues": [["company", "be a companion to somebody"], ["keep company", "be a companion to somebody"], ["go with", "be present or associated with an event or entity"], ["follow", "perform an accompaniment to"], ["companion", "be a companion to somebody"], ["attach to", "be present or associated with an event or entity"], ["come with", "be present or associated with an event or entity"], ["play along", "perform an accompaniment to"]]}, {"answer": "accomplish", "hint": "synonyms for accomplish", "clues": [["fulfil", "put in effect"], ["achieve", "to gain with effort"], ["execute", "put in effect"], ["carry through", "put in effect"], ["attain", "to gain with effort"], ["reach", "to gain with effort"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "accost", "hint": "synonyms for accost", "clues": [["hook", "approach with an offer of sexual favors"], ["solicit", "approach with an offer of sexual favors"], ["address", "speak to someone"], ["come up to", "speak to someone"]]}, {"answer": "accumulate", "hint": "synonyms for accumulate", "clues": [["collect", "get or gather together"], ["amass", "get or gather together"], ["hoard", "get or gather together"], ["cumulate", "collect or gather"], ["pile up", "collect or gather"], ["conglomerate", "collect or gather"], ["compile", "get or gather together"], ["roll up", "get or gather together"], ["gather", "collect or gather"]]}, {"answer": "accurse", "hint": "synonyms for accurse", "clues": [["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment"]]}, {"answer": "acknowledge", "hint": "synonyms for acknowledge", "clues": [["recognise", "express obligation, thanks, or gratitude for"], ["admit", "declare to be true or admit the existence or reality or truth of"], ["receipt", "report the receipt of"], ["know", "accept (someone) to be what is claimed or accept his power and authority"], ["notice", "express recognition of the presence or existence of, or acquaintance with"]]}, {"answer": "acquire", "hint": "synonyms for acquire", "clues": [["win", "win something through one's efforts"], ["assume", "take on a certain form, attribute, or aspect"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["take", "take on a certain form, attribute, or aspect"], ["evolve", "gain through experience"], ["develop", "gain through experience"], ["gain", "win something through one's efforts"], ["larn", "gain knowledge or skills"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["adopt", "take on a certain form, attribute, or aspect"], ["take on", "take on a certain form, attribute, or aspect"]]}, {"answer": "acquit", "hint": "synonyms for acquit", "clues": [["behave", "behave in a certain manner"], ["discharge", "pronounce not guilty of criminal charges"], ["carry", "behave in a certain manner"], ["comport", "behave in a certain manner"], ["exonerate", "pronounce not guilty of criminal charges"], ["assoil", "pronounce not guilty of criminal charges"], ["exculpate", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["deport", "behave in a certain manner"], ["conduct", "behave in a certain manner"], ["bear", "behave in a certain manner"]]}, {"answer": "activate", "hint": "synonyms for activate", "clues": [["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter"], ["trip", "put in motion or move to act"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "actuate", "hint": "synonyms for actuate", "clues": [["incite", "give an incentive for action"], ["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["propel", "give an incentive for action"], ["touch off", "put in motion or move to act"], ["move", "give an incentive for action"], ["trip", "put in motion or move to act"], ["prompt", "give an incentive for action"], ["spark off", "put in motion or move to act"], ["motivate", "give an incentive for action"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "add_together", "hint": "synonyms for add together", "clues": [["add", "make an addition by combining numbers"], ["add up", "determine the sum of"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["tot up", "determine the sum of"], ["total", "determine the sum of"], ["tally", "determine the sum of"]]}, {"answer": "add_up", "hint": "synonyms for add up", "clues": [["come", "develop into"], ["amount", "add up in number or quantity"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["make sense", "be reasonable or logical or comprehensible"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["tot up", "determine the sum of"], ["total", "add up in number or quantity"], ["add", "determine the sum of"], ["number", "add up in number or quantity"], ["tally", "determine the sum of"], ["add together", "determine the sum of"]]}, {"answer": "adhere", "hint": "synonyms for adhere", "clues": [["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["bond", "stick to firmly"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"], ["stand by", "be loyal to"], ["hold fast", "stick to firmly"], ["stick", "be loyal to"], ["stick by", "be loyal to"], ["bind", "stick to firmly"], ["stick to", "stick to firmly"], ["cling", "come or be in close contact with; stick or hold together and resist separation"]]}, {"answer": "adjoin", "hint": "synonyms for adjoin", "clues": [["meet", "be in direct physical contact with; make contact"], ["contact", "be in direct physical contact with; make contact"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["butt", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["butt on", "lie adjacent to another or share a boundary"], ["edge", "lie adjacent to another or share a boundary"], ["touch", "be in direct physical contact with; make contact"]]}, {"answer": "adjourn", "hint": "synonyms for adjourn", "clues": [["recess", "close at the end of a session"], ["break up", "close at the end of a session"], ["retire", "break from a meeting or gathering"], ["withdraw", "break from a meeting or gathering"]]}, {"answer": "adjudicate", "hint": "synonyms for adjudicate", "clues": [["decide", "bring to an end; settle conclusively"], ["resolve", "bring to an end; settle conclusively"], ["settle", "bring to an end; settle conclusively"], ["try", "put on trial or hear a case and sit as the judge at the trial of"], ["judge", "put on trial or hear a case and sit as the judge at the trial of"]]}, {"answer": "adjure", "hint": "synonyms for adjure", "clues": [["entreat", "ask for or request earnestly"], ["press", "ask for or request earnestly"], ["beseech", "ask for or request earnestly"], ["conjure", "ask for or request earnestly"], ["bid", "ask for or request earnestly"]]}, {"answer": "adjust", "hint": "synonyms for adjust", "clues": [["set", "alter or regulate so as to achieve accuracy or conform to a standard"], ["align", "place in a line or arrange so as to be parallel or straight"], ["conform", "adapt or conform oneself to new or different conditions"], ["line up", "place in a line or arrange so as to be parallel or straight"], ["adapt", "adapt or conform oneself to new or different conditions"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard"], ["aline", "place in a line or arrange so as to be parallel or straight"]]}, {"answer": "administer", "hint": "synonyms for administer", "clues": [["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["administrate", "work in an administrative capacity; supervise or be in charge of"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["dispense", "give or apply (medications)"], ["parcel out", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "admit", "hint": "synonyms for admit", "clues": [["let in", "allow participation in or the right to be part of; permit to exercise the rights, functions, and responsibilities of"], ["allow", "afford possibility"], ["hold", "have room for; hold without crowding"], ["accommodate", "have room for; hold without crowding"], ["take on", "admit into a group or community"], ["include", "allow participation in or the right to be part of; permit to exercise the rights, functions, and responsibilities of"], ["acknowledge", "declare to be true or admit the existence or reality or truth of"], ["allow in", "allow to enter; grant entry to"], ["accept", "admit into a group or community"], ["intromit", "allow to enter; grant entry to"], ["take", "admit into a group or community"]]}, {"answer": "admonish", "hint": "synonyms for admonish", "clues": [["caution", "warn strongly; put on guard"], ["monish", "admonish or counsel in terms of someone's behavior"], ["discourage", "admonish or counsel in terms of someone's behavior"], ["warn", "admonish or counsel in terms of someone's behavior"], ["reprove", "take to task"]]}, {"answer": "adopt", "hint": "synonyms for adopt", "clues": [["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["assume", "take on a certain form, attribute, or aspect"], ["take on", "take on titles, offices, duties, responsibilities"], ["follow", "choose and follow; as of theories, ideas, policies, strategies or plans"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["take", "take on a certain form, attribute, or aspect"], ["espouse", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["take over", "take on titles, offices, duties, responsibilities"], ["acquire", "take on a certain form, attribute, or aspect"], ["dramatize", "put into dramatic form"], ["borrow", "take up and practice as one's own"], ["take up", "take up and practice as one's own"]]}, {"answer": "adorn", "hint": "synonyms for adorn", "clues": [["beautify", "make more attractive by adding ornament, colour, etc."], ["grace", "be beautiful to look at"], ["ornament", "make more attractive by adding ornament, colour, etc."], ["embellish", "make more attractive by adding ornament, colour, etc."], ["invest", "furnish with power or authority; of kings or emperors"], ["deck", "be beautiful to look at"], ["decorate", "make more attractive by adding ornament, colour, etc."], ["clothe", "furnish with power or authority; of kings or emperors"]]}, {"answer": "adumbrate", "hint": "synonyms for adumbrate", "clues": [["insinuate", "give to understand"], ["intimate", "give to understand"], ["sketch", "describe roughly or briefly or give the main points or summary of"], ["outline", "describe roughly or briefly or give the main points or summary of"]]}, {"answer": "advertise", "hint": "synonyms for advertise", "clues": [["promote", "make publicity for; try to sell (a product)"], ["advertize", "call attention to"], ["push", "make publicity for; try to sell (a product)"], ["publicise", "call attention to"]]}, {"answer": "advertize", "hint": "synonyms for advertize", "clues": [["promote", "make publicity for; try to sell (a product)"], ["advertise", "call attention to"], ["push", "make publicity for; try to sell (a product)"], ["publicise", "call attention to"]]}, {"answer": "advise", "hint": "synonyms for advise", "clues": [["rede", "give advice to"], ["notify", "inform (somebody) of something"], ["apprize", "inform (somebody) of something"], ["send word", "inform (somebody) of something"], ["give notice", "inform (somebody) of something"], ["propose", "make a proposal, declare a plan for something"], ["counsel", "give advice to"], ["suggest", "make a proposal, declare a plan for something"]]}, {"answer": "aerate", "hint": "synonyms for aerate", "clues": [["air", "expose to fresh air"], ["activate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter"], ["oxygenate", "impregnate, combine, or supply with oxygen"], ["oxygenise", "impregnate, combine, or supply with oxygen"], ["air out", "expose to fresh air"]]}, {"answer": "affirm", "hint": "synonyms for affirm", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["confirm", "establish or strengthen as with new evidence or facts"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["support", "establish or strengthen as with new evidence or facts"], ["sustain", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["corroborate", "establish or strengthen as with new evidence or facts"], ["avow", "to declare or affirm solemnly and formally as true"]]}, {"answer": "aggrandise", "hint": "synonyms for aggrandise", "clues": [["pad", "add details to"], ["blow up", "add details to"], ["aggrandize", "add details to"], ["dramatize", "add details to"], ["embellish", "add details to"], ["lard", "add details to"], ["embroider", "add details to"]]}, {"answer": "aggrandize", "hint": "synonyms for aggrandize", "clues": [["pad", "add details to"], ["blow up", "add details to"], ["aggrandise", "add details to"], ["dramatize", "add details to"], ["embellish", "add details to"], ["lard", "add details to"], ["embroider", "add details to"]]}, {"answer": "agitate", "hint": "synonyms for agitate", "clues": [["budge", "move very slightly"], ["commove", "change the arrangement or position of"], ["excite", "cause to be agitated, excited, or roused"], ["raise up", "change the arrangement or position of"], ["charge", "cause to be agitated, excited, or roused"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["stir up", "try to stir up public opinion"], ["shake", "move or cause to move back and forth"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["stir", "move very slightly"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["vex", "change the arrangement or position of"], ["shift", "move very slightly"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for"], ["shake up", "change the arrangement or position of"], ["foment", "try to stir up public opinion"], ["disturb", "change the arrangement or position of"]]}, {"answer": "agree", "hint": "synonyms for agree", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["concur", "be in accord; be in agreement"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["fit in", "go together"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["harmonize", "go together"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["concord", "go together"], ["accord", "go together"], ["consort", "go together"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics"], ["hold", "be in accord; be in agreement"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "air_out", "hint": "synonyms for air out", "clues": [["air", "expose to fresh air"], ["ventilate", "expose to cool or cold air so as to cool or freshen"], ["vent", "expose to cool or cold air so as to cool or freshen"], ["aerate", "expose to fresh air"]]}, {"answer": "align", "hint": "synonyms for align", "clues": [["array", "align oneself with a group or a way of thinking"], ["line up", "place in a line or arrange so as to be parallel or straight"], ["coordinate", "bring (components or parts) into proper or desirable coordination correlation"], ["adjust", "place in a line or arrange so as to be parallel or straight"], ["aline", "place in a line or arrange so as to be parallel or straight"]]}, {"answer": "allay", "hint": "synonyms for allay", "clues": [["assuage", "satisfy (thirst)"], ["relieve", "lessen the intensity of or calm"], ["ease", "lessen the intensity of or calm"], ["quench", "satisfy (thirst)"], ["slake", "satisfy (thirst)"], ["still", "lessen the intensity of or calm"]]}, {"answer": "alleviate", "hint": "synonyms for alleviate", "clues": [["facilitate", "make easier"], ["ease", "make easier"], ["relieve", "provide physical relief, as from pain"], ["assuage", "provide physical relief, as from pain"], ["palliate", "provide physical relief, as from pain"]]}, {"answer": "allot", "hint": "synonyms for allot", "clues": [["portion", "give out"], ["administer", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["grant", "allow to have"], ["assign", "give out"], ["accord", "allow to have"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "allow", "hint": "synonyms for allow", "clues": [["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["let", "consent to, give permission"], ["grant", "let have"], ["earmark", "give or assign a resource to a particular person or cause"], ["take into account", "allow or plan for a certain possibility; concede the truth or validity of something"], ["admit", "afford possibility"], ["reserve", "give or assign a resource to a particular person or cause"], ["set aside", "give or assign a resource to a particular person or cause"], ["leave", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["give up", "allow the other (baseball) team to score"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["tolerate", "allow the presence of or allow (an activity) without opposing or prohibiting"], ["permit", "allow the presence of or allow (an activity) without opposing or prohibiting"], ["appropriate", "give or assign a resource to a particular person or cause"], ["countenance", "consent to, give permission"]]}, {"answer": "alter", "hint": "synonyms for alter", "clues": [["change", "cause to change; make different; cause a transformation"], ["falsify", "insert words into texts, often falsifying it thereby"], ["interpolate", "insert words into texts, often falsifying it thereby"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["spay", "remove the ovaries of"], ["modify", "cause to change; make different; cause a transformation"], ["castrate", "remove the ovaries of"], ["neuter", "remove the ovaries of"]]}, {"answer": "altercate", "hint": "synonyms for altercate", "clues": [["dispute", "have a disagreement over something"], ["scrap", "have a disagreement over something"], ["argufy", "have a disagreement over something"], ["quarrel", "have a disagreement over something"]]}, {"answer": "amass", "hint": "synonyms for amass", "clues": [["accumulate", "get or gather together"], ["collect", "get or gather together"], ["hoard", "get or gather together"], ["pile up", "collect or gather"], ["conglomerate", "collect or gather"], ["compile", "get or gather together"], ["roll up", "get or gather together"], ["gather", "collect or gather"]]}, {"answer": "amaze", "hint": "synonyms for amaze", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["astonish", "affect with wonder"], ["beat", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["astound", "affect with wonder"], ["gravel", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "ameliorate", "hint": "synonyms for ameliorate", "clues": [["better", "get better"], ["improve", "get better"], ["meliorate", "to make better"], ["amend", "to make better"]]}, {"answer": "amend", "hint": "synonyms for amend", "clues": [["repair", "set straight or right"], ["ameliorate", "to make better"], ["better", "to make better"], ["remediate", "set straight or right"], ["remedy", "set straight or right"], ["rectify", "set straight or right"], ["improve", "to make better"]]}, {"answer": "amplify", "hint": "synonyms for amplify", "clues": [["inflate", "exaggerate or make bigger"], ["blow up", "exaggerate or make bigger"], ["hyperbolise", "to enlarge beyond bounds or the truth"], ["magnify", "increase in size, volume or significance"], ["overdraw", "to enlarge beyond bounds or the truth"], ["expand", "exaggerate or make bigger"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "analyse", "hint": "synonyms for analyse", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["analyze", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["psychoanalyze", "subject to psychoanalytic treatment"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["canvass", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"]]}, {"answer": "analyze", "hint": "synonyms for analyze", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["psychoanalyze", "subject to psychoanalytic treatment"], ["analyse", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"]]}, {"answer": "anathematise", "hint": "synonyms for anathematise", "clues": [["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment"]]}, {"answer": "anathematize", "hint": "synonyms for anathematize", "clues": [["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment"]]}, {"answer": "anathemise", "hint": "synonyms for anathemise", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment"], ["beshrew", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"], ["anathemize", "wish harm upon; invoke evil upon"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment"], ["damn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["bedamn", "wish harm upon; invoke evil upon"]]}, {"answer": "anathemize", "hint": "synonyms for anathemize", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment"], ["beshrew", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment"], ["damn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["bedamn", "wish harm upon; invoke evil upon"]]}, {"answer": "anele", "hint": "synonyms for anele", "clues": [["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing"]]}, {"answer": "animadvert", "hint": "synonyms for animadvert", "clues": [["sound off", "express one's opinion openly and without fear or hesitation"], ["speak out", "express one's opinion openly and without fear or hesitation"], ["opine", "express one's opinion openly and without fear or hesitation"], ["speak up", "express one's opinion openly and without fear or hesitation"]]}, {"answer": "annihilate", "hint": "synonyms for annihilate", "clues": [["wipe out", "kill in large numbers"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["extinguish", "kill in large numbers"], ["carry off", "kill in large numbers"], ["decimate", "kill in large numbers"]]}, {"answer": "announce", "hint": "synonyms for announce", "clues": [["annunciate", "foreshadow or presage"], ["denote", "make known; make an announcement"], ["declare", "announce publicly or officially"], ["harbinger", "foreshadow or presage"], ["foretell", "foreshadow or presage"], ["herald", "foreshadow or presage"]]}, {"answer": "annoy", "hint": "synonyms for annoy", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "annul", "hint": "synonyms for annul", "clues": [["overturn", "cancel officially"], ["lift", "cancel officially"], ["invalidate", "declare invalid"], ["revoke", "cancel officially"], ["reverse", "cancel officially"], ["vacate", "cancel officially"], ["quash", "declare invalid"], ["rescind", "cancel officially"], ["void", "declare invalid"], ["countermand", "cancel officially"], ["repeal", "cancel officially"], ["nullify", "declare invalid"]]}, {"answer": "annunciate", "hint": "synonyms for annunciate", "clues": [["herald", "foreshadow or presage"], ["harbinger", "foreshadow or presage"], ["foretell", "foreshadow or presage"], ["announce", "foreshadow or presage"]]}, {"answer": "anoint", "hint": "synonyms for anoint", "clues": [["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing"]]}, {"answer": "antecede", "hint": "synonyms for antecede", "clues": [["antedate", "be earlier in time; go back further"], ["forego", "be earlier in time; go back further"], ["predate", "be earlier in time; go back further"], ["precede", "be earlier in time; go back further"]]}, {"answer": "antedate", "hint": "synonyms for antedate", "clues": [["forego", "be earlier in time; go back further"], ["predate", "be earlier in time; go back further"], ["precede", "be earlier in time; go back further"], ["foredate", "establish something as being earlier relative to something else"], ["antecede", "be earlier in time; go back further"]]}, {"answer": "anticipate", "hint": "synonyms for anticipate", "clues": [["foresee", "realize beforehand"], ["previse", "realize beforehand"], ["promise", "make a prediction about; tell in advance"], ["foreknow", "realize beforehand"], ["prognosticate", "make a prediction about; tell in advance"], ["counter", "act in advance of; deal with ahead of time"], ["look for", "be excited or anxious about"], ["predict", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["call", "make a prediction about; tell in advance"], ["expect", "regard something as probable or likely"], ["look to", "be excited or anxious about"], ["forestall", "act in advance of; deal with ahead of time"], ["foretell", "make a prediction about; tell in advance"]]}, {"answer": "apologise", "hint": "synonyms for apologise", "clues": [["rationalise", "defend, explain, clear away, or make excuses for by reasoning"], ["apologize", "acknowledge faults or shortcomings or failing"], ["justify", "defend, explain, clear away, or make excuses for by reasoning"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning"]]}, {"answer": "apologize", "hint": "synonyms for apologize", "clues": [["rationalise", "defend, explain, clear away, or make excuses for by reasoning"], ["apologise", "acknowledge faults or shortcomings or failing"], ["justify", "defend, explain, clear away, or make excuses for by reasoning"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning"]]}, {"answer": "appal", "hint": "synonyms for appal", "clues": [["appall", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["outrage", "strike with disgust or revulsion"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "appall", "hint": "synonyms for appall", "clues": [["appal", "strike with disgust or revulsion"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["outrage", "strike with disgust or revulsion"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised"]]}, {"answer": "appear", "hint": "synonyms for appear", "clues": [["look", "give a certain impression or have a certain outward aspect"], ["seem", "give a certain impression or have a certain outward aspect"], ["come out", "be issued or published"], ["come along", "come into being or existence, or appear on the scene"]]}, {"answer": "appease", "hint": "synonyms for appease", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["stay", "overcome or allay"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["propitiate", "make peace with"], ["quell", "overcome or allay"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "append", "hint": "synonyms for append", "clues": [["hang on", "fix to; attach"], ["tack", "fix to; attach"], ["affix", "add to the very end"], ["add on", "add to the very end"], ["tack on", "fix to; attach"], ["add", "state or say further"], ["supplement", "add to the very end"], ["tag on", "fix to; attach"], ["supply", "state or say further"]]}, {"answer": "apply", "hint": "synonyms for apply", "clues": [["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["hold", "be pertinent or relevant or applicable"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["implement", "ensure observance of laws and rules"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["practice", "avail oneself to"], ["go for", "be pertinent or relevant or applicable"], ["put on", "apply to a surface"], ["enforce", "ensure observance of laws and rules"], ["give", "give or convey physically"], ["lend oneself", "be applicable to; as to an analysis"]]}, {"answer": "appoint", "hint": "synonyms for appoint", "clues": [["name", "create and charge with a task or function"], ["constitute", "create and charge with a task or function"], ["charge", "assign a duty, responsibility or obligation to"], ["nominate", "create and charge with a task or function"]]}, {"answer": "apportion", "hint": "synonyms for apportion", "clues": [["portion out", "give out as one's portion or share"], ["divvy up", "give out as one's portion or share"], ["deal", "give out as one's portion or share"], ["share", "give out as one's portion or share"], ["allocate", "distribute according to a plan or set apart for a special purpose"]]}, {"answer": "appraise", "hint": "synonyms for appraise", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["survey", "consider in a comprehensive way"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "appreciate", "hint": "synonyms for appreciate", "clues": [["take account", "be fully aware of; realize fully"], ["treasure", "hold dear"], ["apprise", "increase the value of"], ["prize", "hold dear"], ["revalue", "gain in value"], ["value", "hold dear"]]}, {"answer": "apprehend", "hint": "synonyms for apprehend", "clues": [["pick up", "take into custody"], ["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["arrest", "take into custody"], ["collar", "take into custody"], ["quail at", "anticipate with dread or anxiety"], ["grasp", "get the meaning of something"], ["nail", "take into custody"], ["nab", "take into custody"], ["get the picture", "get the meaning of something"], ["cop", "take into custody"], ["compass", "get the meaning of something"], ["savvy", "get the meaning of something"], ["comprehend", "get the meaning of something"]]}, {"answer": "apprise", "hint": "synonyms for apprise", "clues": [["notify", "inform (somebody) of something"], ["advise", "inform (somebody) of something"], ["apprize", "inform (somebody) of something"], ["send word", "inform (somebody) of something"], ["revalue", "gain in value"], ["give notice", "inform (somebody) of something"], ["appreciate", "increase the value of"], ["instruct", "make aware of"]]}, {"answer": "apprize", "hint": "synonyms for apprize", "clues": [["notify", "inform (somebody) of something"], ["advise", "inform (somebody) of something"], ["apprise", "increase the value of"], ["send word", "inform (somebody) of something"], ["revalue", "gain in value"], ["give notice", "inform (somebody) of something"], ["appreciate", "increase the value of"], ["instruct", "make aware of"]]}, {"answer": "arbitrate", "hint": "synonyms for arbitrate", "clues": [["mediate", "act between parties with a view to reconciling differences"], ["intercede", "act between parties with a view to reconciling differences"], ["intermediate", "act between parties with a view to reconciling differences"], ["liaise", "act between parties with a view to reconciling differences"]]}, {"answer": "argue", "hint": "synonyms for argue", "clues": [["indicate", "give evidence of"], ["fence", "have an argument about something"], ["reason", "present reasons and arguments"], ["debate", "have an argument about something"], ["contend", "have an argument about something"]]}, {"answer": "argufy", "hint": "synonyms for argufy", "clues": [["dispute", "have a disagreement over something"], ["scrap", "have a disagreement over something"], ["altercate", "have a disagreement over something"], ["quarrel", "have a disagreement over something"]]}, {"answer": "arise", "hint": "synonyms for arise", "clues": [["rise up", "take part in a rebellion; renounce a former allegiance"], ["rise", "take part in a rebellion; renounce a former allegiance"], ["uprise", "come into existence; take on form or shape"], ["bob up", "originate or come into being"], ["come up", "result or issue"], ["get up", "get up and out of bed"], ["originate", "come into existence; take on form or shape"], ["rebel", "take part in a rebellion; renounce a former allegiance"], ["spring up", "come into existence; take on form or shape"], ["grow", "come into existence; take on form or shape"], ["go up", "move upward"], ["move up", "move upward"], ["stand up", "rise to one's feet"], ["develop", "come into existence; take on form or shape"], ["turn out", "get up and out of bed"], ["lift", "move upward"]]}, {"answer": "arouse", "hint": "synonyms for arouse", "clues": [["energize", "cause to be alert and energetic"], ["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["elicit", "call forth (emotions, feelings, and responses)"], ["brace", "cause to be alert and energetic"], ["wind up", "stimulate sexually"], ["excite", "stimulate sexually"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["wake up", "cause to become awake or conscious"], ["provoke", "call forth (emotions, feelings, and responses)"], ["waken", "cause to become awake or conscious"], ["enkindle", "call forth (emotions, feelings, and responses)"], ["come alive", "stop sleeping"], ["turn on", "stimulate sexually"], ["call down", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["fire", "call forth (emotions, feelings, and responses)"], ["awake", "stop sleeping"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["rouse", "cause to become awake or conscious"], ["sex", "stimulate sexually"]]}, {"answer": "arrange", "hint": "synonyms for arrange", "clues": [["coiffe", "arrange attractively"], ["fix up", "make arrangements for"], ["format", "set (printed matter) into a specific format"], ["do", "arrange attractively"], ["set up", "put into a proper or systematic order"], ["put", "arrange thoughts, ideas, temporal events"], ["set", "adapt for performance in a different way"], ["stage", "plan, organize, and carry out (an event)"], ["dress", "arrange attractively"], ["coif", "arrange attractively"], ["order", "arrange thoughts, ideas, temporal events"]]}, {"answer": "arrive", "hint": "synonyms for arrive", "clues": [["get", "reach a destination; arrive by movement or progress"], ["make it", "succeed in a big way; get to the top"], ["come", "reach a destination; arrive by movement or progress"], ["go far", "succeed in a big way; get to the top"], ["get in", "succeed in a big way; get to the top"]]}, {"answer": "arrive_at", "hint": "synonyms for arrive at", "clues": [["reach", "reach a destination, either real or abstract"], ["attain", "reach a destination, either real or abstract"], ["gain", "reach a destination, either real or abstract"], ["hit", "reach a destination, either real or abstract"], ["make", "reach a destination, either real or abstract"]]}, {"answer": "arrogate", "hint": "synonyms for arrogate", "clues": [["usurp", "seize and take control without authority and possibly with force; take as one's right or possession"], ["claim", "demand as being one's due or property; assert one's right or title to"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession"], ["take over", "seize and take control without authority and possibly with force; take as one's right or possession"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession"], ["lay claim", "demand as being one's due or property; assert one's right or title to"], ["assign", "make undue claims to having"]]}, {"answer": "arse_about", "hint": "synonyms for arse about", "clues": [["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "arse_around", "hint": "synonyms for arse around", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["fool", "indulge in horseplay"], ["fool around", "indulge in horseplay"], ["bum around", "be lazy or idle"], ["bum", "be lazy or idle"], ["horse around", "indulge in horseplay"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "ascend", "hint": "synonyms for ascend", "clues": [["climb up", "appear to be moving upward, as by means of tendrils"], ["come up", "come up, of celestial bodies"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["rise", "come up, of celestial bodies"], ["go up", "travel up,"], ["uprise", "come up, of celestial bodies"]]}, {"answer": "ascertain", "hint": "synonyms for ascertain", "clues": [["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["assure", "be careful or certain to do something; make certain of something"], ["see to it", "be careful or certain to do something; make certain of something"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["see", "be careful or certain to do something; make certain of something"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find", "establish after a calculation, investigation, experiment, survey, or study"], ["control", "be careful or certain to do something; make certain of something"], ["ensure", "be careful or certain to do something; make certain of something"], ["insure", "be careful or certain to do something; make certain of something"]]}, {"answer": "ask", "hint": "synonyms for ask", "clues": [["expect", "consider obligatory; request and expect"], ["enquire", "inquire about"], ["need", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "asperse", "hint": "synonyms for asperse", "clues": [["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "asphyxiate", "hint": "synonyms for asphyxiate", "clues": [["smother", "deprive of oxygen and prevent from breathing"], ["stifle", "impair the respiration of or obstruct the air passage of"], ["choke", "impair the respiration of or obstruct the air passage of"], ["suffocate", "be asphyxiated; die from lack of oxygen"]]}, {"answer": "assail", "hint": "synonyms for assail", "clues": [["attack", "launch an attack or assault on; begin hostilities or start warfare with"], ["lash out", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["round", "attack in speech or writing"], ["snipe", "attack in speech or writing"], ["set on", "attack someone physically or emotionally"]]}, {"answer": "assemble", "hint": "synonyms for assemble", "clues": [["get together", "get people together"], ["piece", "create by putting components or members together"], ["meet", "collect in one place"], ["gather", "collect in one place"], ["foregather", "collect in one place"], ["set up", "create by putting components or members together"], ["tack", "create by putting components or members together"], ["tack together", "create by putting components or members together"], ["put together", "create by putting components or members together"]]}, {"answer": "assert", "hint": "synonyms for assert", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["put forward", "insist on having one's opinions and rights recognized"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["maintain", "state categorically"], ["insist", "assert to be true"], ["avow", "to declare or affirm solemnly and formally as true"], ["asseverate", "state categorically"]]}, {"answer": "assess", "hint": "synonyms for assess", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["tax", "set or determine the amount of (a payment such as a fine)"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "assign", "hint": "synonyms for assign", "clues": [["depute", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["set apart", "select something or someone for a specific purpose"], ["portion", "give out"], ["attribute", "decide as to where something belongs in a scheme"], ["ascribe", "attribute or credit to"], ["impute", "attribute or credit to"], ["arrogate", "make undue claims to having"], ["allot", "give out"], ["specify", "select something or someone for a specific purpose"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["put", "attribute or give"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)"]]}, {"answer": "assimilate", "hint": "synonyms for assimilate", "clues": [["ingest", "take up mentally"], ["take in", "take up mentally"], ["absorb", "take up mentally"], ["imbibe", "take (gas, light or heat) into a solution"]]}, {"answer": "assoil", "hint": "synonyms for assoil", "clues": [["clear", "pronounce not guilty of criminal charges"], ["exculpate", "pronounce not guilty of criminal charges"], ["acquit", "pronounce not guilty of criminal charges"], ["discharge", "pronounce not guilty of criminal charges"], ["exonerate", "pronounce not guilty of criminal charges"]]}, {"answer": "assort", "hint": "synonyms for assort", "clues": [["sort out", "arrange or order by classes or categories"], ["affiliate", "keep company with; hang out with"], ["consort", "keep company with; hang out with"], ["class", "arrange or order by classes or categories"], ["sort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"], ["associate", "keep company with; hang out with"], ["classify", "arrange or order by classes or categories"]]}, {"answer": "assuage", "hint": "synonyms for assuage", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["relieve", "provide physical relief, as from pain"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["allay", "satisfy (thirst)"], ["quench", "satisfy (thirst)"], ["slake", "satisfy (thirst)"], ["alleviate", "provide physical relief, as from pain"], ["palliate", "provide physical relief, as from pain"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "assume", "hint": "synonyms for assume", "clues": [["presume", "take to be the case or to be true; accept without verification or proof"], ["adopt", "take on titles, offices, duties, responsibilities"], ["take on", "take on titles, offices, duties, responsibilities"], ["accept", "take on as one's own the expenses or debts of another person"], ["put on", "put clothing on one's body"], ["sham", "make a pretence of"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession"], ["bear", "take on as one's own the expenses or debts of another person"], ["feign", "make a pretence of"], ["don", "put clothing on one's body"], ["strike", "occupy or take on"], ["take", "occupy or take on"], ["take over", "take on as one's own the expenses or debts of another person"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession"], ["get into", "put clothing on one's body"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession"], ["wear", "put clothing on one's body"], ["simulate", "make a pretence of"], ["take for granted", "take to be the case or to be true; accept without verification or proof"], ["acquire", "take on a certain form, attribute, or aspect"], ["take up", "occupy or take on"]]}, {"answer": "assure", "hint": "synonyms for assure", "clues": [["reassure", "cause to feel sure; give reassurance to"], ["guarantee", "make certain of"], ["insure", "make certain of"], ["see to it", "be careful or certain to do something; make certain of something"], ["promise", "make a promise or commitment"], ["ascertain", "be careful or certain to do something; make certain of something"], ["see", "be careful or certain to do something; make certain of something"], ["tell", "inform positively and with certainty and confidence"], ["control", "be careful or certain to do something; make certain of something"], ["ensure", "be careful or certain to do something; make certain of something"], ["secure", "make certain of"], ["check", "be careful or certain to do something; make certain of something"]]}, {"answer": "attach", "hint": "synonyms for attach", "clues": [["impound", "take temporary possession of as a security, by legal authority"], ["tie", "create social or emotional ties"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["bond", "create social or emotional ties"], ["bind", "create social or emotional ties"], ["sequester", "take temporary possession of as a security, by legal authority"], ["seize", "take temporary possession of as a security, by legal authority"]]}, {"answer": "attach_to", "hint": "synonyms for attach to", "clues": [["inhere in", "be part of"], ["accompany", "be present or associated with an event or entity"], ["go with", "be present or associated with an event or entity"], ["come with", "be present or associated with an event or entity"]]}, {"answer": "attain", "hint": "synonyms for attain", "clues": [["achieve", "to gain with effort"], ["chance upon", "find unexpectedly"], ["gain", "reach a destination, either real or abstract"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["hit", "reach a destination, either real or abstract"], ["arrive at", "reach a destination, either real or abstract"], ["make", "reach a destination, either real or abstract"], ["come upon", "find unexpectedly"], ["reach", "reach a destination, either real or abstract"], ["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["light upon", "find unexpectedly"], ["strike", "find unexpectedly"], ["accomplish", "to gain with effort"]]}, {"answer": "attend", "hint": "synonyms for attend", "clues": [["advert", "give heed (to)"], ["attend to", "work for or be a servant to"], ["assist", "work for or be a servant to"], ["hang", "give heed (to)"], ["go to", "be present at (meetings, church services, university), etc."], ["look", "take charge of or deal with"], ["give ear", "give heed (to)"], ["wait on", "work for or be a servant to"], ["pay heed", "give heed (to)"], ["take care", "take charge of or deal with"], ["serve", "work for or be a servant to"], ["see", "take charge of or deal with"]]}, {"answer": "attend_to", "hint": "synonyms for attend to", "clues": [["take to heart", "get down to; pay attention to; take seriously"], ["wait on", "work for or be a servant to"], ["assist", "work for or be a servant to"], ["attend", "work for or be a servant to"], ["serve", "work for or be a servant to"]]}, {"answer": "attest", "hint": "synonyms for attest", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["take the stand", "give testimony in a court of law"], ["bear witness", "give testimony in a court of law"], ["testify", "give testimony in a court of law"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "attract", "hint": "synonyms for attract", "clues": [["draw", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["appeal", "be attractive to"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes"]]}, {"answer": "auspicate", "hint": "synonyms for auspicate", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["foreshadow", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "authorise", "hint": "synonyms for authorise", "clues": [["authorize", "grant authorization or clearance for"], ["empower", "give or delegate power or authority to"], ["clear", "grant authorization or clearance for"], ["pass", "grant authorization or clearance for"]]}, {"answer": "authorize", "hint": "synonyms for authorize", "clues": [["empower", "give or delegate power or authority to"], ["clear", "grant authorization or clearance for"], ["authorise", "give or delegate power or authority to"], ["pass", "grant authorization or clearance for"]]}, {"answer": "aver", "hint": "synonyms for aver", "clues": [["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["allege", "report or maintain"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["say", "report or maintain"], ["avow", "to declare or affirm solemnly and formally as true"]]}, {"answer": "avert", "hint": "synonyms for avert", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["turn away", "turn away or aside"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "avoid", "hint": "synonyms for avoid", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["invalidate", "declare invalid"], ["head off", "prevent the occurrence of; prevent from happening"], ["quash", "declare invalid"], ["forfend", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["keep off", "refrain from certain foods or beverages"], ["fend off", "prevent the occurrence of; prevent from happening"], ["void", "declare invalid"], ["annul", "declare invalid"], ["ward off", "prevent the occurrence of; prevent from happening"], ["nullify", "declare invalid"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "avow", "hint": "synonyms for avow", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["avouch", "admit openly and bluntly; make no bones about"], ["swear", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"]]}, {"answer": "awaken", "hint": "synonyms for awaken", "clues": [["arouse", "stop sleeping"], ["wake", "cause to become awake or conscious"], ["wake up", "cause to become awake or conscious"], ["come alive", "stop sleeping"]]}, {"answer": "babble_out", "hint": "synonyms for babble out", "clues": [["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["spill the beans", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "back_away", "hint": "synonyms for back away", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["pull back", "make a retreat from an earlier commitment or activity"], ["withdraw", "make a retreat from an earlier commitment or activity"], ["retreat", "make a retreat from an earlier commitment or activity"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back out", "make a retreat from an earlier commitment or activity"]]}, {"answer": "back_down", "hint": "synonyms for back down", "clues": [["pull out", "remove oneself from an obligation"], ["bow out", "remove oneself from an obligation"], ["back up", "move backwards from a certain position"], ["back off", "move backwards from a certain position"], ["chicken out", "remove oneself from an obligation"]]}, {"answer": "back_off", "hint": "synonyms for back off", "clues": [["pull out", "remove oneself from an obligation"], ["back down", "move backwards from a certain position"], ["bow out", "remove oneself from an obligation"], ["back up", "move backwards from a certain position"], ["chicken out", "remove oneself from an obligation"]]}, {"answer": "back_out", "hint": "synonyms for back out", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["pull back", "make a retreat from an earlier commitment or activity"], ["withdraw", "make a retreat from an earlier commitment or activity"], ["retreat", "make a retreat from an earlier commitment or activity"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"]]}, {"answer": "back_up", "hint": "synonyms for back up", "clues": [["back down", "move backwards from a certain position"], ["back", "establish as valid or genuine"], ["foul", "become or cause to become obstructed"], ["choke off", "become or cause to become obstructed"], ["back off", "move backwards from a certain position"], ["congest", "become or cause to become obstructed"], ["support", "give moral or psychological support, aid, or courage to"], ["clog", "become or cause to become obstructed"], ["choke", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "ball_over", "hint": "synonyms for ball over", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["floor", "surprise greatly; knock someone's socks off"], ["shock", "surprise greatly; knock someone's socks off"], ["take aback", "surprise greatly; knock someone's socks off"]]}, {"answer": "ball_up", "hint": "synonyms for ball up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "ballyrag", "hint": "synonyms for ballyrag", "clues": [["bully", "be bossy towards"], ["push around", "be bossy towards"], ["bullyrag", "be bossy towards"], ["strong-arm", "be bossy towards"], ["hector", "be bossy towards"], ["boss around", "be bossy towards"], ["browbeat", "be bossy towards"]]}, {"answer": "bamboozle", "hint": "synonyms for bamboozle", "clues": [["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"]]}, {"answer": "bang_up", "hint": "synonyms for bang up", "clues": [["prang up", "make pregnant"], ["impregnate", "make pregnant"], ["knock up", "make pregnant"], ["smash up", "damage or destroy as if by violence"], ["smash", "damage or destroy as if by violence"]]}, {"answer": "banish", "hint": "synonyms for banish", "clues": [["blackball", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["ban", "expel from a community or group"], ["shun", "expel from a community or group"], ["cast out", "expel from a community or group"], ["bar", "expel, as if by official decree"], ["relegate", "expel, as if by official decree"]]}, {"answer": "barge_in", "hint": "synonyms for barge in", "clues": [["butt in", "break into a conversation"], ["chisel in", "break into a conversation"], ["put in", "break into a conversation"], ["chime in", "break into a conversation"], ["crash", "enter uninvited; informal"], ["break in", "break into a conversation"], ["gate-crash", "enter uninvited; informal"], ["cut in", "break into a conversation"]]}, {"answer": "bawl_out", "hint": "synonyms for bawl out", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "be_amiss", "hint": "synonyms for be amiss", "clues": [["misconstrue", "interpret in the wrong way"], ["misapprehend", "interpret in the wrong way"], ["misunderstand", "interpret in the wrong way"], ["misconceive", "interpret in the wrong way"], ["misinterpret", "interpret in the wrong way"]]}, {"answer": "be_given", "hint": "synonyms for be given", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["incline", "have a tendency or disposition to do or be something; be inclined"], ["run", "have a tendency or disposition to do or be something; be inclined"], ["tend", "have a tendency or disposition to do or be something; be inclined"]]}, {"answer": "be_intimate", "hint": "synonyms for be intimate", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "be_on_the_ball", "hint": "synonyms for be on the ball", "clues": [["be with it", "be well-informed"], ["know what's going on", "be well-informed"], ["know what's what", "be well-informed"], ["know the score", "be well-informed"]]}, {"answer": "be_quiet", "hint": "synonyms for be quiet", "clues": [["keep mum", "refuse to talk or stop talking; fall silent"], ["shut up", "refuse to talk or stop talking; fall silent"], ["clam up", "refuse to talk or stop talking; fall silent"], ["close up", "refuse to talk or stop talking; fall silent"], ["button up", "refuse to talk or stop talking; fall silent"], ["belt up", "refuse to talk or stop talking; fall silent"], ["dummy up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "be_sick", "hint": "synonyms for be sick", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "be_with_it", "hint": "synonyms for be with it", "clues": [["be on the ball", "be well-informed"], ["know what's going on", "be well-informed"], ["know what's what", "be well-informed"], ["know the score", "be well-informed"]]}, {"answer": "bear_away", "hint": "synonyms for bear away", "clues": [["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"]]}, {"answer": "bear_down", "hint": "synonyms for bear down", "clues": [["press down on", "exert a force with a heavy weight"], ["drag down", "exert a force with a heavy weight"], ["overbear", "contract the abdominal muscles during childbirth to ease delivery"], ["charge", "to make a rush at or sudden attack upon, as in battle"], ["bear down on", "exert a force with a heavy weight"], ["weigh down", "exert a force with a heavy weight"]]}, {"answer": "bear_down_on", "hint": "synonyms for bear down on", "clues": [["press down on", "exert a force with a heavy weight"], ["bear down upon", "sail towards another vessel, of a ship"], ["drag down", "exert a force with a heavy weight"], ["bear down", "exert a force with a heavy weight"], ["weigh down", "exert a force with a heavy weight"]]}, {"answer": "bear_off", "hint": "synonyms for bear off", "clues": [["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"]]}, {"answer": "bear_on", "hint": "synonyms for bear on", "clues": [["affect", "have an effect upon"], ["have-to doe with", "be relevant to"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last"], ["impact", "have an effect upon"], ["touch", "have an effect upon"], ["continue", "keep or maintain in unaltered condition; cause to remain or last"], ["relate", "be relevant to"], ["bear upon", "have an effect upon"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["come to", "be relevant to"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["concern", "be relevant to"], ["touch on", "have an effect upon"], ["push", "press, drive, or impel (someone) to action or completion of an action"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last"]]}, {"answer": "bear_upon", "hint": "synonyms for bear upon", "clues": [["affect", "have an effect upon"], ["touch on", "have an effect upon"], ["impact", "have an effect upon"], ["bear on", "have an effect upon"], ["touch", "have an effect upon"]]}, {"answer": "bear_witness", "hint": "synonyms for bear witness", "clues": [["show", "provide evidence for"], ["attest", "give testimony in a court of law"], ["take the stand", "give testimony in a court of law"], ["prove", "provide evidence for"], ["evidence", "provide evidence for"], ["testify", "give testimony in a court of law"]]}, {"answer": "beat_around_the_bush", "hint": "synonyms for beat around the bush", "clues": [["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information"]]}, {"answer": "beat_back", "hint": "synonyms for beat back", "clues": [["repel", "cause to move back by force or influence"], ["push back", "cause to move back by force or influence"], ["force back", "cause to move back by force or influence"], ["repulse", "cause to move back by force or influence"], ["drive", "cause to move back by force or influence"]]}, {"answer": "beat_out", "hint": "synonyms for beat out", "clues": [["shell", "come out better in a competition, race, or conflict"], ["crush", "come out better in a competition, race, or conflict"], ["trounce", "come out better in a competition, race, or conflict"], ["vanquish", "come out better in a competition, race, or conflict"], ["tap out", "beat out a rhythm"], ["beat", "come out better in a competition, race, or conflict"], ["thump out", "beat out a rhythm"]]}, {"answer": "beat_up", "hint": "synonyms for beat up", "clues": [["drum up", "gather"], ["rally", "gather"], ["beat", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"], ["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression"]]}, {"answer": "beatify", "hint": "synonyms for beatify", "clues": [["exalt", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "beautify", "hint": "synonyms for beautify", "clues": [["adorn", "make more attractive by adding ornament, colour, etc."], ["fancify", "make more beautiful"], ["grace", "be beautiful to look at"], ["ornament", "make more attractive by adding ornament, colour, etc."], ["embellish", "make more attractive by adding ornament, colour, etc."], ["deck", "be beautiful to look at"], ["decorate", "make more attractive by adding ornament, colour, etc."], ["prettify", "make more beautiful"]]}, {"answer": "becharm", "hint": "synonyms for becharm", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["charm", "control by magic spells, as by practicing witchcraft"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "becloud", "hint": "synonyms for becloud", "clues": [["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["fog", "make less visible or unclear"], ["obnubilate", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["befog", "make less visible or unclear"]]}, {"answer": "become", "hint": "synonyms for become", "clues": [["get", "enter or assume a certain state or condition"], ["suit", "enhance the appearance of"], ["turn", "undergo a change or development"], ["go", "enter or assume a certain state or condition"]]}, {"answer": "bedamn", "hint": "synonyms for bedamn", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["damn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"]]}, {"answer": "bedevil", "hint": "synonyms for bedevil", "clues": [["rag", "treat cruelly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"], ["torment", "treat cruelly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["frustrate", "treat cruelly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["crucify", "treat cruelly"], ["dun", "treat cruelly"]]}, {"answer": "beetle_off", "hint": "synonyms for beetle off", "clues": [["run out", "leave suddenly and as if in a hurry"], ["bolt", "leave suddenly and as if in a hurry"], ["bolt out", "leave suddenly and as if in a hurry"], ["run off", "leave suddenly and as if in a hurry"]]}, {"answer": "befog", "hint": "synonyms for befog", "clues": [["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["fog", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["obnubilate", "make less visible or unclear"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"]]}, {"answer": "befool", "hint": "synonyms for befool", "clues": [["fool", "make a fool or dupe of"], ["put one over", "fool or hoax"], ["dupe", "fool or hoax"], ["gull", "fool or hoax"], ["put one across", "fool or hoax"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["slang", "fool or hoax"], ["cod", "fool or hoax"]]}, {"answer": "befuddle", "hint": "synonyms for befuddle", "clues": [["fuddle", "make stupid with alcohol"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"]]}, {"answer": "beg", "hint": "synonyms for beg", "clues": [["pray", "call upon in supplication; entreat"], ["tap", "make a solicitation or entreaty for something; request urgently or persistently"], ["implore", "call upon in supplication; entreat"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently"]]}, {"answer": "beget", "hint": "synonyms for beget", "clues": [["engender", "make children"], ["generate", "make children"], ["father", "make children"], ["sire", "make children"], ["bring forth", "make children"], ["get", "make children"], ["mother", "make children"]]}, {"answer": "begrime", "hint": "synonyms for begrime", "clues": [["soil", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"]]}, {"answer": "beguile", "hint": "synonyms for beguile", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["hoodwink", "influence by slyness"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["juggle", "influence by slyness"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "behave", "hint": "synonyms for behave", "clues": [["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["carry", "behave in a certain manner"], ["comport", "behave in a certain manner"], ["acquit", "behave in a certain manner"], ["deport", "behave in a certain manner"], ["conduct", "behave in a certain manner"], ["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself"], ["bear", "behave in a certain manner"]]}, {"answer": "beleaguer", "hint": "synonyms for beleaguer", "clues": [["hem in", "surround so as to force to give up"], ["besiege", "surround so as to force to give up"], ["circumvent", "surround so as to force to give up"], ["pester", "annoy persistently"], ["surround", "surround so as to force to give up"], ["bug", "annoy persistently"], ["tease", "annoy persistently"], ["badger", "annoy persistently"]]}, {"answer": "believe", "hint": "synonyms for believe", "clues": [["think", "judge or regard; look upon; judge"], ["consider", "judge or regard; look upon; judge"], ["conceive", "judge or regard; look upon; judge"], ["trust", "be confident about something"]]}, {"answer": "belittle", "hint": "synonyms for belittle", "clues": [["disparage", "express a negative opinion of"], ["derogate", "cause to seem less serious; play down"], ["denigrate", "cause to seem less serious; play down"], ["pick at", "express a negative opinion of"], ["diminish", "lessen the authority, dignity, or reputation of"], ["minimize", "cause to seem less serious; play down"]]}, {"answer": "belt_along", "hint": "synonyms for belt along", "clues": [["hotfoot", "move fast"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["race", "move fast"], ["pelt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "belt_down", "hint": "synonyms for belt down", "clues": [["kill", "drink down entirely"], ["drink down", "drink down entirely"], ["bolt down", "drink down entirely"], ["pour down", "drink down entirely"], ["pop", "drink down entirely"], ["toss off", "drink down entirely"], ["down", "drink down entirely"]]}, {"answer": "belt_up", "hint": "synonyms for belt up", "clues": [["keep mum", "refuse to talk or stop talking; fall silent"], ["shut up", "refuse to talk or stop talking; fall silent"], ["clam up", "refuse to talk or stop talking; fall silent"], ["close up", "refuse to talk or stop talking; fall silent"], ["button up", "refuse to talk or stop talking; fall silent"], ["be quiet", "refuse to talk or stop talking; fall silent"], ["dummy up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "bemire", "hint": "synonyms for bemire", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["colly", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"]]}, {"answer": "berate", "hint": "synonyms for berate", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "beseech", "hint": "synonyms for beseech", "clues": [["entreat", "ask for or request earnestly"], ["adjure", "ask for or request earnestly"], ["press", "ask for or request earnestly"], ["conjure", "ask for or request earnestly"], ["bid", "ask for or request earnestly"]]}, {"answer": "beset", "hint": "synonyms for beset", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["incrust", "decorate or cover lavishly (as with gems)"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["set upon", "assail or attack on all sides:"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "beshrew", "hint": "synonyms for beshrew", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["damn", "wish harm upon; invoke evil upon"], ["bedamn", "wish harm upon; invoke evil upon"], ["curse", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["imprecate", "wish harm upon; invoke evil upon"]]}, {"answer": "besiege", "hint": "synonyms for besiege", "clues": [["hem in", "surround so as to force to give up"], ["surround", "surround so as to force to give up"], ["beleaguer", "surround so as to force to give up"], ["circumvent", "surround so as to force to give up"]]}, {"answer": "besmirch", "hint": "synonyms for besmirch", "clues": [["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smirch", "smear so as to make dirty or stained"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "bespeak", "hint": "synonyms for bespeak", "clues": [["quest", "express the need or desire for; ask for"], ["betoken", "be a signal for or a symptom of"], ["call for", "express the need or desire for; ask for"], ["point", "be a signal for or a symptom of"], ["request", "express the need or desire for; ask for"], ["indicate", "be a signal for or a symptom of"], ["signal", "be a signal for or a symptom of"]]}, {"answer": "bestir_oneself", "hint": "synonyms for bestir oneself", "clues": [["get started", "start to be active"], ["get cracking", "start to be active"], ["get weaving", "start to be active"], ["get rolling", "start to be active"], ["get moving", "start to be active"], ["get going", "start to be active"]]}, {"answer": "bestow", "hint": "synonyms for bestow", "clues": [["impart", "bestow a quality on"], ["bring", "bestow a quality on"], ["confer", "present"], ["lend", "bestow a quality on"], ["contribute", "bestow a quality on"], ["add", "bestow a quality on"]]}, {"answer": "bestride", "hint": "synonyms for bestride", "clues": [["get on", "get up on the back of"], ["mount", "get up on the back of"], ["hop on", "get up on the back of"], ["mount up", "get up on the back of"], ["climb on", "get up on the back of"], ["jump on", "get up on the back of"]]}, {"answer": "bet_on", "hint": "synonyms for bet on", "clues": [["gage", "place a bet on"], ["punt", "place a bet on"], ["stake", "place a bet on"], ["back", "place a bet on"], ["game", "place a bet on"]]}, {"answer": "betoken", "hint": "synonyms for betoken", "clues": [["foretell", "indicate by signs"], ["point", "be a signal for or a symptom of"], ["auspicate", "indicate by signs"], ["signal", "be a signal for or a symptom of"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["omen", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["bespeak", "be a signal for or a symptom of"], ["foreshadow", "indicate by signs"], ["presage", "indicate by signs"], ["indicate", "be a signal for or a symptom of"], ["augur", "indicate by signs"]]}, {"answer": "betray", "hint": "synonyms for betray", "clues": [["fail", "disappoint, prove undependable to; abandon, forsake"], ["lead astray", "cause someone to believe an untruth"], ["wander", "be sexually unfaithful to one's partner in marriage"], ["denounce", "give away information about somebody"], ["cheat on", "be sexually unfaithful to one's partner in marriage"], ["sell", "deliver to an enemy by treachery"], ["give away", "give away information about somebody"], ["cheat", "be sexually unfaithful to one's partner in marriage"], ["shop", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["cuckold", "be sexually unfaithful to one's partner in marriage"], ["rat", "give away information about somebody"], ["shit", "give away information about somebody"], ["deceive", "cause someone to believe an untruth"], ["grass", "give away information about somebody"], ["bewray", "reveal unintentionally"], ["snitch", "give away information about somebody"]]}, {"answer": "bewilder", "hint": "synonyms for bewilder", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["throw", "cause to be confused emotionally"], ["amaze", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["bemuse", "cause to be confused emotionally"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["discombobulate", "cause to be confused emotionally"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "bewitch", "hint": "synonyms for bewitch", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["mesmerise", "attract strongly, as if with a magnet"], ["catch", "attract; cause to be enamored"], ["spellbind", "attract strongly, as if with a magnet"], ["captivate", "attract; cause to be enamored"], ["hex", "cast a spell over someone or something; put a hex on someone or something"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["charm", "attract; cause to be enamored"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "bilk", "hint": "synonyms for bilk", "clues": [["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of"], ["elude", "escape, either physically or mentally"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["evade", "escape, either physically or mentally"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"]]}, {"answer": "birl", "hint": "synonyms for birl", "clues": [["spin", "cause to spin"], ["whirl", "cause to spin"], ["twirl", "cause to spin"], ["birle", "cause a floating log to rotate by treading"]]}, {"answer": "blab", "hint": "synonyms for blab", "clues": [["maunder", "speak (about unimportant matters) rapidly and incessantly"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["babble out", "divulge confidential information or secrets"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["spill the beans", "divulge confidential information or secrets"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["babble", "divulge confidential information or secrets"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["peach", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "blab_out", "hint": "synonyms for blab out", "clues": [["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["spill the beans", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "blacken", "hint": "synonyms for blacken", "clues": [["melanise", "make or become black"], ["scorch", "burn slightly and superficially so as to affect color"], ["nigrify", "make or become black"], ["char", "burn slightly and superficially so as to affect color"], ["sear", "burn slightly and superficially so as to affect color"], ["black", "make or become black"]]}, {"answer": "blaspheme", "hint": "synonyms for blaspheme", "clues": [["swear", "utter obscenities or profanities"], ["cuss", "utter obscenities or profanities"], ["curse", "utter obscenities or profanities"], ["imprecate", "utter obscenities or profanities"]]}, {"answer": "bleach_out", "hint": "synonyms for bleach out", "clues": [["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "bleed", "hint": "synonyms for bleed", "clues": [["hemorrhage", "lose blood from one's body"], ["leech", "draw blood"], ["phlebotomise", "draw blood"], ["shed blood", "lose blood from one's body"], ["run", "be diffused"]]}, {"answer": "bless", "hint": "synonyms for bless", "clues": [["consecrate", "render holy by means of religious rites"], ["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate"], ["hallow", "render holy by means of religious rites"], ["sanctify", "render holy by means of religious rites"]]}, {"answer": "block_off", "hint": "synonyms for block off", "clues": [["block", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["block up", "render unsuitable for passage"], ["blockade", "obstruct access to"], ["shut off", "block off the passage through"], ["close off", "block off the passage through"], ["stop", "render unsuitable for passage"], ["barricade", "render unsuitable for passage"]]}, {"answer": "block_up", "hint": "synonyms for block up", "clues": [["block", "render unsuitable for passage"], ["block off", "render unsuitable for passage"], ["bar", "render unsuitable for passage"], ["stop", "render unsuitable for passage"], ["barricade", "render unsuitable for passage"], ["blockade", "render unsuitable for passage"]]}, {"answer": "blot_out", "hint": "synonyms for blot out", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing"], ["veil", "make undecipherable or imperceptible by obscuring or concealing"]]}, {"answer": "blow_a_fuse", "hint": "synonyms for blow a fuse", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "blow_one's_stack", "hint": "synonyms for blow one's stack", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"]]}, {"answer": "blow_out", "hint": "synonyms for blow out", "clues": [["blow", "melt, break, or become otherwise unusable"], ["quench", "put out, as of fires, flames, or lights"], ["extinguish", "put out, as of fires, flames, or lights"], ["snuff out", "put out, as of fires, flames, or lights"], ["burn out", "melt, break, or become otherwise unusable"]]}, {"answer": "blow_out_of_the_water", "hint": "synonyms for blow out of the water", "clues": [["floor", "surprise greatly; knock someone's socks off"], ["shock", "surprise greatly; knock someone's socks off"], ["ball over", "surprise greatly; knock someone's socks off"], ["take aback", "surprise greatly; knock someone's socks off"]]}, {"answer": "blow_over", "hint": "synonyms for blow over", "clues": [["pass off", "disappear gradually"], ["pass", "disappear gradually"], ["fleet", "disappear gradually"], ["evanesce", "disappear gradually"], ["fade", "disappear gradually"]]}, {"answer": "blow_up", "hint": "synonyms for blow up", "clues": [["pad", "add details to"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["explode", "cause to burst with a violent release of energy"], ["throw a fit", "get very angry and fly into a rage"], ["detonate", "burst and release energy as through a violent chemical or physical reaction"], ["dramatise", "add details to"], ["go ballistic", "get very angry and fly into a rage"], ["amplify", "exaggerate or make bigger"], ["lose one's temper", "get very angry and fly into a rage"], ["expand", "exaggerate or make bigger"], ["have a fit", "get very angry and fly into a rage"], ["embroider", "add details to"], ["blow one's stack", "get very angry and fly into a rage"], ["enlarge", "make large"], ["magnify", "make large"], ["flip one's wig", "get very angry and fly into a rage"], ["inflate", "exaggerate or make bigger"], ["aggrandize", "add details to"], ["have kittens", "get very angry and fly into a rage"], ["puff up", "to swell or cause to enlarge,"], ["embellish", "add details to"], ["hit the ceiling", "get very angry and fly into a rage"], ["lard", "add details to"], ["puff out", "to swell or cause to enlarge,"], ["set off", "cause to burst with a violent release of energy"], ["hit the roof", "get very angry and fly into a rage"], ["puff", "to swell or cause to enlarge,"]]}, {"answer": "blunder_out", "hint": "synonyms for blunder out", "clues": [["blunder", "utter impulsively"], ["blurt out", "utter impulsively"], ["blurt", "utter impulsively"], ["ejaculate", "utter impulsively"]]}, {"answer": "blurt", "hint": "synonyms for blurt", "clues": [["blunder", "utter impulsively"], ["blurt out", "utter impulsively"], ["blunder out", "utter impulsively"], ["ejaculate", "utter impulsively"]]}, {"answer": "blurt_out", "hint": "synonyms for blurt out", "clues": [["blunder", "utter impulsively"], ["blurt", "utter impulsively"], ["blunder out", "utter impulsively"], ["ejaculate", "utter impulsively"]]}, {"answer": "bode", "hint": "synonyms for bode", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["foreshadow", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "bodge", "hint": "synonyms for bodge", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bog_down", "hint": "synonyms for bog down", "clues": [["grind to a halt", "be unable to move further"], ["mire", "cause to get stuck as if in a mire"], ["bog", "cause to slow down or get stuck"], ["get stuck", "be unable to move further"]]}, {"answer": "boil_down", "hint": "synonyms for boil down", "clues": [["reduce", "cook until very little liquid is left"], ["decoct", "be cooked until very little liquid is left"], ["come down", "be the essential element"], ["concentrate", "cook until very little liquid is left"]]}, {"answer": "bollix", "hint": "synonyms for bollix", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bollix_up", "hint": "synonyms for bollix up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bollocks", "hint": "synonyms for bollocks", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bollocks_up", "hint": "synonyms for bollocks up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bolt_down", "hint": "synonyms for bolt down", "clues": [["belt down", "drink down entirely"], ["kill", "drink down entirely"], ["gobble up", "eat a large amount of food quickly"], ["pop", "drink down entirely"], ["down", "drink down entirely"], ["drink down", "drink down entirely"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"], ["shovel in", "eat a large amount of food quickly"], ["garbage down", "eat a large amount of food quickly"]]}, {"answer": "bolt_out", "hint": "synonyms for bolt out", "clues": [["run out", "leave suddenly and as if in a hurry"], ["beetle off", "leave suddenly and as if in a hurry"], ["bolt", "leave suddenly and as if in a hurry"], ["run off", "leave suddenly and as if in a hurry"]]}, {"answer": "bone_up", "hint": "synonyms for bone up", "clues": [["grind away", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "bonk", "hint": "synonyms for bonk", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["whop", "hit hard"], ["bop", "hit hard"], ["bash", "hit hard"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["sock", "hit hard"], ["whap", "hit hard"], ["have a go at it", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "boot_out", "hint": "synonyms for boot out", "clues": [["eject", "put out or expel from a place"], ["exclude", "put out or expel from a place"], ["oust", "remove from a position or office"], ["drum out", "remove from a position or office"], ["throw out", "remove from a position or office"], ["chuck out", "put out or expel from a place"], ["turn out", "put out or expel from a place"], ["expel", "remove from a position or office"], ["kick out", "remove from a position or office"]]}, {"answer": "bootlick", "hint": "synonyms for bootlick", "clues": [["kowtow", "try to gain favor by cringing or flattering"], ["truckle", "try to gain favor by cringing or flattering"], ["fawn", "try to gain favor by cringing or flattering"], ["toady", "try to gain favor by cringing or flattering"], ["suck up", "try to gain favor by cringing or flattering"]]}, {"answer": "boss_around", "hint": "synonyms for boss around", "clues": [["bully", "be bossy towards"], ["push around", "be bossy towards"], ["bullyrag", "be bossy towards"], ["strong-arm", "be bossy towards"], ["hector", "be bossy towards"], ["browbeat", "be bossy towards"]]}, {"answer": "botch_up", "hint": "synonyms for botch up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bourgeon", "hint": "synonyms for bourgeon", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["burgeon forth", "produce buds, branches, or germinate"], ["germinate", "produce buds, branches, or germinate"], ["sprout", "produce buds, branches, or germinate"]]}, {"answer": "bow_out", "hint": "synonyms for bow out", "clues": [["pull out", "remove oneself from an obligation"], ["withdraw", "retire gracefully"], ["back down", "remove oneself from an obligation"], ["back off", "remove oneself from an obligation"], ["chicken out", "remove oneself from an obligation"]]}, {"answer": "bowdlerise", "hint": "synonyms for bowdlerise", "clues": [["shorten", "edit by omitting or modifying parts considered indelicate"], ["expurgate", "edit by omitting or modifying parts considered indelicate"], ["bowdlerize", "edit by omitting or modifying parts considered indelicate"], ["castrate", "edit by omitting or modifying parts considered indelicate"]]}, {"answer": "bowdlerize", "hint": "synonyms for bowdlerize", "clues": [["shorten", "edit by omitting or modifying parts considered indelicate"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate"], ["expurgate", "edit by omitting or modifying parts considered indelicate"], ["castrate", "edit by omitting or modifying parts considered indelicate"]]}, {"answer": "bowl_over", "hint": "synonyms for bowl over", "clues": [["flabbergast", "overcome with amazement"], ["knock over", "cause to overturn from an upright or normal position"], ["overturn", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"], ["turn over", "cause to overturn from an upright or normal position"], ["upset", "cause to overturn from an upright or normal position"], ["boggle", "overcome with amazement"], ["tip over", "cause to overturn from an upright or normal position"]]}, {"answer": "brabble", "hint": "synonyms for brabble", "clues": [["quibble", "argue over petty things"], ["bicker", "argue over petty things"], ["niggle", "argue over petty things"], ["squabble", "argue over petty things"], ["pettifog", "argue over petty things"]]}, {"answer": "break_apart", "hint": "synonyms for break apart", "clues": [["disunify", "break up or separate"], ["crash", "break violently or noisily; smash"], ["take apart", "take apart into its constituent pieces"], ["dismantle", "take apart into its constituent pieces"], ["disassemble", "take apart into its constituent pieces"], ["break up", "take apart into its constituent pieces"]]}, {"answer": "break_away", "hint": "synonyms for break away", "clues": [["break", "move away or escape suddenly"], ["hightail it", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["break out", "move away or escape suddenly"], ["chip", "break off (a piece from a whole)"], ["break off", "break off (a piece from a whole)"], ["take to the woods", "flee; take to one's heels; cut and run"], ["secede", "withdraw from an organization or communion"], ["bunk", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["splinter", "withdraw from an organization or communion"], ["fly the coop", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["come off", "break off (a piece from a whole)"], ["chip off", "break off (a piece from a whole)"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "break_down", "hint": "synonyms for break down", "clues": [["give way", "stop operating or functioning"], ["analyze", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["tumble", "fall apart"], ["break up", "separate (substances) into constituent elements or parts"], ["die", "stop operating or functioning"], ["snap", "lose control of one's emotions"], ["collapse", "fall apart"], ["crush", "make ineffective"], ["crumple", "fall apart"], ["lose it", "lose control of one's emotions"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["give out", "stop operating or functioning"], ["break", "stop operating or functioning"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["fail", "stop operating or functioning"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["decompose", "separate (substances) into constituent elements or parts"], ["go bad", "stop operating or functioning"]]}, {"answer": "break_in", "hint": "synonyms for break in", "clues": [["put in", "break into a conversation"], ["chime in", "break into a conversation"], ["break", "make submissive, obedient, or useful"], ["butt in", "break into a conversation"], ["chisel in", "break into a conversation"], ["barge in", "break into a conversation"], ["cut in", "break into a conversation"]]}, {"answer": "break_loose", "hint": "synonyms for break loose", "clues": [["get away", "run away from confinement"], ["explode", "be unleashed; emerge with violence or noise"], ["escape", "run away from confinement"], ["burst forth", "be unleashed; emerge with violence or noise"]]}, {"answer": "break_off", "hint": "synonyms for break off", "clues": [["snap off", "break a piece from a whole"], ["knap", "break a small piece off from"], ["stop", "prevent completion"], ["break", "break a piece from a whole"], ["cut off", "break a small piece off from"], ["chip", "break a small piece off from"], ["cut short", "interrupt before its natural or planned end"], ["break away", "break off (a piece from a whole)"], ["come off", "break off (a piece from a whole)"], ["break short", "interrupt before its natural or planned end"], ["chip off", "break off (a piece from a whole)"], ["discontinue", "prevent completion"]]}, {"answer": "break_open", "hint": "synonyms for break open", "clues": [["flare", "erupt or intensify suddenly"], ["erupt", "erupt or intensify suddenly"], ["irrupt", "erupt or intensify suddenly"], ["burst out", "erupt or intensify suddenly"], ["flare up", "erupt or intensify suddenly"], ["split", "come open suddenly and violently, as if from internal pressure"], ["burst", "come open suddenly and violently, as if from internal pressure"]]}, {"answer": "break_out", "hint": "synonyms for break out", "clues": [["break away", "move away or escape suddenly"], ["break", "move away or escape suddenly"], ["recrudesce", "become raw or open"], ["erupt", "become raw or open"]]}, {"answer": "break_through", "hint": "synonyms for break through", "clues": [["crack", "pass through (a barrier)"], ["push through", "break out"], ["erupt", "break out"], ["come through", "penetrate"], ["come out", "break out"]]}, {"answer": "break_up", "hint": "synonyms for break up", "clues": [["collapse", "suffer a nervous breakdown"], ["crash", "break violently or noisily; smash"], ["split up", "discontinue an association or relation; go different ways"], ["cut off", "make a break in"], ["dissipate", "to cause to separate and go in different directions"], ["resolve", "cause to go into a solution"], ["pick", "attack with or as if with a pickaxe of ice or rocky ground, for example"], ["scatter", "to cause to separate and go in different directions"], ["take apart", "take apart into its constituent pieces"], ["dismantle", "take apart into its constituent pieces"], ["dissolve", "bring the association of to an end or cause to break up"], ["break", "discontinue an association or relation; go different ways"], ["interrupt", "make a break in"], ["fragment", "break or cause to break into pieces"], ["decompose", "separate (substances) into constituent elements or parts"], ["break apart", "break violently or noisily; smash"], ["fragmentize", "break or cause to break into pieces"], ["crack", "suffer a nervous breakdown"], ["crack up", "laugh unrestrainedly"], ["adjourn", "close at the end of a session"], ["split", "discontinue an association or relation; go different ways"], ["separate", "discontinue an association or relation; go different ways"], ["part", "discontinue an association or relation; go different ways"], ["sever", "set or keep apart"], ["recess", "close at the end of a session"], ["disrupt", "make a break in"], ["disperse", "to cause to separate and go in different directions"], ["dispel", "to cause to separate and go in different directions"], ["break down", "separate (substances) into constituent elements or parts"], ["disassemble", "take apart into its constituent pieces"], ["calve", "release ice"]]}, {"answer": "breastfeed", "hint": "synonyms for breastfeed", "clues": [["give suck", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["suck", "give suck to"], ["nurse", "give suck to"], ["lactate", "give suck to"]]}, {"answer": "breathe", "hint": "synonyms for breathe", "clues": [["respire", "draw air into, and expel out of, the lungs"], ["take a breather", "take a short break from one's activities in order to relax"], ["emit", "expel (gases or odors)"], ["pass off", "expel (gases or odors)"], ["catch one's breath", "take a short break from one's activities in order to relax"], ["rest", "take a short break from one's activities in order to relax"], ["suspire", "draw air into, and expel out of, the lungs"]]}, {"answer": "breeze_through", "hint": "synonyms for breeze through", "clues": [["ace", "succeed at easily"], ["nail", "succeed at easily"], ["sail through", "succeed at easily"], ["pass with flying colors", "succeed at easily"], ["sweep through", "succeed at easily"]]}, {"answer": "brighten", "hint": "synonyms for brighten", "clues": [["light up", "become clear"], ["lighten", "make lighter or brighter"], ["clear", "become clear"], ["clear up", "become clear"]]}, {"answer": "brim_over", "hint": "synonyms for brim over", "clues": [["overrun", "flow or run over (a limit or brim)"], ["well over", "flow or run over (a limit or brim)"], ["run over", "flow or run over (a limit or brim)"], ["overflow", "flow or run over (a limit or brim)"]]}, {"answer": "bring", "hint": "synonyms for bring", "clues": [["make for", "cause to happen or to occur as a consequence"], ["wreak", "cause to happen or to occur as a consequence"], ["get", "go or come after and bring or take back"], ["convey", "go or come after and bring or take back"], ["bestow", "bestow a quality on"], ["bring in", "be sold for a certain price"], ["fetch", "go or come after and bring or take back"], ["take", "take something or somebody with oneself somewhere"], ["institute", "advance or set forth in court; ,"], ["play", "cause to happen or to occur as a consequence"], ["impart", "bestow a quality on"], ["land", "bring into a different state"], ["lend", "bestow a quality on"], ["work", "cause to happen or to occur as a consequence"], ["contribute", "bestow a quality on"], ["add", "bestow a quality on"]]}, {"answer": "bring_around", "hint": "synonyms for bring around", "clues": [["heal", "provide a cure for, make healthy again"], ["cure", "provide a cure for, make healthy again"], ["bring round", "return to consciousness"], ["bring to", "return to consciousness"], ["bring back", "return to consciousness"]]}, {"answer": "bring_back", "hint": "synonyms for bring back", "clues": [["take back", "bring back to the point of departure"], ["bring round", "return to consciousness"], ["bring to", "return to consciousness"], ["return", "bring back to the point of departure"]]}, {"answer": "bring_down", "hint": "synonyms for bring down", "clues": [["lower", "move something or somebody to a lower position"], ["cut back", "cut down on; make a reduction in"], ["put down", "cause to come to the ground"], ["overturn", "cause the downfall of; of rulers"], ["get down", "move something or somebody to a lower position"], ["trim", "cut down on; make a reduction in"], ["reduce", "cut down on; make a reduction in"], ["trim down", "cut down on; make a reduction in"], ["overthrow", "cause the downfall of; of rulers"], ["impose", "impose something unpleasant"], ["subvert", "cause the downfall of; of rulers"], ["trim back", "cut down on; make a reduction in"], ["land", "cause to come to the ground"], ["cut", "cut down on; make a reduction in"], ["inflict", "impose something unpleasant"], ["visit", "impose something unpleasant"], ["take down", "move something or somebody to a lower position"]]}, {"answer": "bring_forth", "hint": "synonyms for bring forth", "clues": [["produce", "bring forth or yield"], ["beget", "make children"], ["father", "make children"], ["generate", "bring into existence"], ["get", "make children"], ["engender", "make children"], ["sire", "make children"], ["mother", "make children"]]}, {"answer": "bring_home_the_bacon", "hint": "synonyms for bring home the bacon", "clues": [["win", "attain success or reach a desired goal"], ["provide", "supply means of subsistence; earn a living"], ["come through", "attain success or reach a desired goal"], ["deliver the goods", "attain success or reach a desired goal"], ["succeed", "attain success or reach a desired goal"]]}, {"answer": "bring_in", "hint": "synonyms for bring in", "clues": [["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["introduce", "bring in a new person or object into a familiar environment"], ["bring", "be sold for a certain price"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["fetch", "be sold for a certain price"], ["realize", "earn on some commercial or business transaction; earn as salary or wages"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"]]}, {"answer": "bring_off", "hint": "synonyms for bring off", "clues": [["carry off", "be successful; achieve a goal"], ["negociate", "be successful; achieve a goal"], ["manage", "be successful; achieve a goal"], ["pull off", "be successful; achieve a goal"]]}, {"answer": "bring_out", "hint": "synonyms for bring out", "clues": [["issue", "prepare and issue for public distribution or sale"], ["bring on", "bring onto the market or release"], ["set off", "direct attention to, as if by means of contrast"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unveil", "make visible"], ["uncover", "make visible"], ["reveal", "make visible"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["release", "prepare and issue for public distribution or sale"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["produce", "bring onto the market or release"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["publish", "prepare and issue for public distribution or sale"], ["introduce", "bring before the public for the first time, as of an actor, song, etc."], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["put out", "prepare and issue for public distribution or sale"]]}, {"answer": "bring_up", "hint": "synonyms for bring up", "clues": [["raise", "raise from a lower to a higher position"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["mention", "make reference to"], ["cite", "make reference to"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["rear", "bring up"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["lift", "raise from a lower to a higher position"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["reboot", "cause to load (an operating system) and start the initial processes"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["name", "make reference to"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["boot", "cause to load (an operating system) and start the initial processes"], ["parent", "bring up"], ["advert", "make reference to"], ["get up", "raise from a lower to a higher position"], ["refer", "make reference to"], ["nurture", "bring up"], ["elevate", "raise from a lower to a higher position"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "broaden", "hint": "synonyms for broaden", "clues": [["diversify", "vary in order to spread risk or to expand"], ["widen", "extend in scope or range or area"], ["branch out", "vary in order to spread risk or to expand"], ["extend", "extend in scope or range or area"]]}, {"answer": "browbeat", "hint": "synonyms for browbeat", "clues": [["bully", "be bossy towards"], ["bullyrag", "be bossy towards"], ["push around", "be bossy towards"], ["strong-arm", "be bossy towards"], ["hector", "be bossy towards"], ["swagger", "discourage or frighten with threats or a domineering manner; intimidate"], ["boss around", "be bossy towards"]]}, {"answer": "brush_aside", "hint": "synonyms for brush aside", "clues": [["ignore", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["disregard", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"], ["push aside", "bar from attention or consideration"], ["brush off", "bar from attention or consideration"]]}, {"answer": "brush_off", "hint": "synonyms for brush off", "clues": [["ignore", "bar from attention or consideration"], ["brush aside", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["disregard", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"]]}, {"answer": "brush_up", "hint": "synonyms for brush up", "clues": [["round", "bring to a highly developed, finished, or refined state"], ["round off", "bring to a highly developed, finished, or refined state"], ["refresh", "refresh one's memory"], ["polish up", "bring to a highly developed, finished, or refined state"], ["review", "refresh one's memory"], ["polish", "bring to a highly developed, finished, or refined state"]]}, {"answer": "bucket_along", "hint": "synonyms for bucket along", "clues": [["hotfoot", "move fast"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["race", "move fast"], ["belt along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "buckle_under", "hint": "synonyms for buckle under", "clues": [["knuckle under", "consent reluctantly"], ["yield", "consent reluctantly"], ["succumb", "consent reluctantly"], ["give in", "consent reluctantly"]]}, {"answer": "bug_out", "hint": "synonyms for bug out", "clues": [["come out", "bulge outward"], ["bulge out", "bulge outward"], ["bulge", "bulge outward"], ["pop out", "bulge outward"], ["start", "bulge outward"], ["pop", "bulge outward"], ["protrude", "bulge outward"]]}, {"answer": "bugger_off", "hint": "synonyms for bugger off", "clues": [["scram", "leave immediately; used usually in the imperative form"], ["buzz off", "leave immediately; used usually in the imperative form"], ["get", "leave immediately; used usually in the imperative form"], ["fuck off", "leave immediately; used usually in the imperative form"]]}, {"answer": "build_up", "hint": "synonyms for build up", "clues": [["gird", "prepare oneself for a military confrontation"], ["arm", "prepare oneself for a military confrontation"], ["build", "form or accumulate steadily"], ["progress", "form or accumulate steadily"], ["work up", "form or accumulate steadily"], ["ramp up", "bolster or strengthen"], ["develop", "change the use of and make available or usable"], ["fortify", "prepare oneself for a military confrontation"]]}, {"answer": "bulge_out", "hint": "synonyms for bulge out", "clues": [["come out", "bulge outward"], ["pop out", "bulge outward"], ["bulge", "bulge outward"], ["pop", "bulge outward"], ["start", "bulge outward"], ["bug out", "bulge outward"], ["protrude", "bulge outward"]]}, {"answer": "bullyrag", "hint": "synonyms for bullyrag", "clues": [["bully", "be bossy towards"], ["push around", "be bossy towards"], ["ballyrag", "be bossy towards"], ["strong-arm", "be bossy towards"], ["hector", "be bossy towards"], ["boss around", "be bossy towards"], ["browbeat", "be bossy towards"]]}, {"answer": "bum_about", "hint": "synonyms for bum about", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"]]}, {"answer": "bum_around", "hint": "synonyms for bum around", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "bumble", "hint": "synonyms for bumble", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["stammer", "speak haltingly"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["stumble", "walk unsteadily"], ["stutter", "speak haltingly"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["falter", "speak haltingly"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "bump_into", "hint": "synonyms for bump into", "clues": [["jar against", "collide violently with an obstacle"], ["run into", "collide violently with an obstacle"], ["knock against", "collide violently with an obstacle"], ["butt against", "collide violently with an obstacle"]]}, {"answer": "bump_off", "hint": "synonyms for bump off", "clues": [["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["slay", "kill intentionally and with premeditation"], ["polish off", "kill intentionally and with premeditation"]]}, {"answer": "bunch_up", "hint": "synonyms for bunch up", "clues": [["clump", "gather or cause to gather into a cluster"], ["bunch together", "form into a bunch"], ["bunch", "gather or cause to gather into a cluster"], ["bundle", "gather or cause to gather into a cluster"], ["cluster", "gather or cause to gather into a cluster"]]}, {"answer": "burble", "hint": "synonyms for burble", "clues": [["gurgle", "flow in an irregular current with a bubbling noise"], ["bubble", "flow in an irregular current with a bubbling noise"], ["guggle", "flow in an irregular current with a bubbling noise"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"]]}, {"answer": "burgeon_forth", "hint": "synonyms for burgeon forth", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "produce buds, branches, or germinate"], ["bourgeon", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["germinate", "produce buds, branches, or germinate"], ["sprout", "produce buds, branches, or germinate"]]}, {"answer": "burn_down", "hint": "synonyms for burn down", "clues": [["fire", "destroy by fire"], ["burn up", "burn completely; be consumed or destroyed by fire"], ["go up", "burn completely; be consumed or destroyed by fire"], ["burn", "destroy by fire"]]}, {"answer": "burn_up", "hint": "synonyms for burn up", "clues": [["burn off", "use up (energy)"], ["go up", "burn completely; be consumed or destroyed by fire"], ["blaze up", "burn brightly"], ["flare", "burn brightly"], ["burn down", "burn completely; be consumed or destroyed by fire"], ["flame up", "burn brightly"], ["burn", "use up (energy)"]]}, {"answer": "burst_forth", "hint": "synonyms for burst forth", "clues": [["break loose", "be unleashed; emerge with violence or noise"], ["explode", "be unleashed; emerge with violence or noise"], ["sally out", "jump out from a hiding place and surprise (someone)"], ["effloresce", "come into or as if into flower"], ["leap out", "jump out from a hiding place and surprise (someone)"], ["rush out", "jump out from a hiding place and surprise (someone)"]]}, {"answer": "burst_out", "hint": "synonyms for burst out", "clues": [["flare", "erupt or intensify suddenly"], ["pop out", "appear suddenly"], ["erupt", "erupt or intensify suddenly"], ["irrupt", "erupt or intensify suddenly"], ["flare up", "erupt or intensify suddenly"], ["break open", "erupt or intensify suddenly"]]}, {"answer": "bury", "hint": "synonyms for bury", "clues": [["sink", "embed deeply"], ["immerse", "enclose or envelop completely, as if by swallowing"], ["entomb", "place in a grave or tomb"], ["inter", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["eat up", "enclose or envelop completely, as if by swallowing"], ["lay to rest", "place in a grave or tomb"], ["forget", "dismiss from the mind; stop remembering"], ["swallow", "enclose or envelop completely, as if by swallowing"], ["swallow up", "enclose or envelop completely, as if by swallowing"]]}, {"answer": "bushwhack", "hint": "synonyms for bushwhack", "clues": [["lurk", "wait in hiding to attack"], ["lie in wait", "wait in hiding to attack"], ["scupper", "wait in hiding to attack"], ["ambush", "wait in hiding to attack"], ["waylay", "wait in hiding to attack"], ["ambuscade", "wait in hiding to attack"]]}, {"answer": "butt_against", "hint": "synonyms for butt against", "clues": [["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["run into", "collide violently with an obstacle"], ["butt", "lie adjacent to another or share a boundary"], ["butt on", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["knock against", "collide violently with an obstacle"], ["edge", "lie adjacent to another or share a boundary"], ["bump into", "collide violently with an obstacle"], ["jar against", "collide violently with an obstacle"]]}, {"answer": "butt_in", "hint": "synonyms for butt in", "clues": [["chisel in", "break into a conversation"], ["put in", "break into a conversation"], ["chime in", "break into a conversation"], ["break in", "break into a conversation"], ["barge in", "break into a conversation"], ["cut in", "break into a conversation"]]}, {"answer": "butt_on", "hint": "synonyms for butt on", "clues": [["butt", "lie adjacent to another or share a boundary"], ["border", "lie adjacent to another or share a boundary"], ["adjoin", "lie adjacent to another or share a boundary"], ["abut", "lie adjacent to another or share a boundary"], ["butt against", "lie adjacent to another or share a boundary"], ["march", "lie adjacent to another or share a boundary"], ["edge", "lie adjacent to another or share a boundary"]]}, {"answer": "button_up", "hint": "synonyms for button up", "clues": [["keep mum", "refuse to talk or stop talking; fall silent"], ["shut up", "refuse to talk or stop talking; fall silent"], ["clam up", "refuse to talk or stop talking; fall silent"], ["close up", "refuse to talk or stop talking; fall silent"], ["belt up", "refuse to talk or stop talking; fall silent"], ["be quiet", "refuse to talk or stop talking; fall silent"], ["dummy up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "buy_at", "hint": "synonyms for buy at", "clues": [["patronise", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"]]}, {"answer": "buy_the_farm", "hint": "synonyms for buy the farm", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "buzz_off", "hint": "synonyms for buzz off", "clues": [["bugger off", "leave immediately; used usually in the imperative form"], ["scram", "leave immediately; used usually in the imperative form"], ["get", "leave immediately; used usually in the imperative form"], ["fuck off", "leave immediately; used usually in the imperative form"]]}, {"answer": "ca-ca", "hint": "synonyms for ca-ca", "clues": [["crap", "have a bowel movement"], ["stool", "have a bowel movement"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["defecate", "have a bowel movement"], ["take a shit", "have a bowel movement"], ["shit", "have a bowel movement"]]}, {"answer": "cadge", "hint": "synonyms for cadge", "clues": [["mooch", "ask for and get free; be a parasite"], ["sponge", "ask for and get free; be a parasite"], ["scrounge", "obtain or seek to obtain by cadging or wheedling"], ["grub", "ask for and get free; be a parasite"], ["shnorr", "obtain or seek to obtain by cadging or wheedling"], ["bum", "ask for and get free; be a parasite"]]}, {"answer": "cajole", "hint": "synonyms for cajole", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "calculate", "hint": "synonyms for calculate", "clues": [["forecast", "predict in advance"], ["direct", "specifically design a product, event, or activity for a certain public"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["aim", "specifically design a product, event, or activity for a certain public"], ["account", "keep an account of"], ["work out", "make a mathematical calculation or computation"], ["bet", "have faith or confidence in"], ["compute", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"], ["count", "have faith or confidence in"], ["figure", "make a mathematical calculation or computation"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["cypher", "make a mathematical calculation or computation"], ["cipher", "make a mathematical calculation or computation"]]}, {"answer": "call_back", "hint": "synonyms for call back", "clues": [["recollect", "recall knowledge from memory; have a recollection"], ["withdraw", "cause to be returned"], ["think", "recall knowledge from memory; have a recollection"], ["retrieve", "recall knowledge from memory; have a recollection"], ["call up", "recall knowledge from memory; have a recollection"], ["recall", "summon to return"], ["remember", "recall knowledge from memory; have a recollection"], ["call in", "cause to be returned"]]}, {"answer": "call_down", "hint": "synonyms for call down", "clues": [["chew out", "censure severely or angrily"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["lambaste", "censure severely or angrily"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["have words", "censure severely or angrily"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["remonstrate", "censure severely or angrily"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["berate", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "call_for", "hint": "synonyms for call for", "clues": [["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["invite", "request the participation or presence of"], ["demand", "require as useful, just, or proper"], ["bespeak", "express the need or desire for; ask for"], ["quest", "express the need or desire for; ask for"], ["ask", "require as useful, just, or proper"], ["collect", "gather or collect"], ["request", "express the need or desire for; ask for"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["pick up", "gather or collect"], ["postulate", "require as useful, just, or proper"], ["gather up", "gather or collect"]]}, {"answer": "call_forth", "hint": "synonyms for call forth", "clues": [["put forward", "summon into action or bring into existence, often as if by magic"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["evoke", "evoke or provoke to appear or occur"], ["stir", "summon into action or bring into existence, often as if by magic"], ["raise", "summon into action or bring into existence, often as if by magic"], ["provoke", "evoke or provoke to appear or occur"], ["kick up", "evoke or provoke to appear or occur"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "call_in", "hint": "synonyms for call in", "clues": [["call back", "cause to be returned"], ["withdraw", "cause to be returned"], ["call", "demand payment of (a loan)"], ["recall", "cause to be returned"], ["visit", "pay a brief visit"]]}, {"answer": "call_off", "hint": "synonyms for call off", "clues": [["scrub", "postpone indefinitely or annul something that was scheduled"], ["call", "give the calls (to the dancers) for a square dance"], ["scratch", "postpone indefinitely or annul something that was scheduled"], ["cancel", "postpone indefinitely or annul something that was scheduled"]]}, {"answer": "call_on_the_carpet", "hint": "synonyms for call on the carpet", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "call_out", "hint": "synonyms for call out", "clues": [["outcry", "utter aloud; often with surprise, horror, or joy"], ["shout", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["cry out", "utter aloud; often with surprise, horror, or joy"], ["cry", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "calm_down", "hint": "synonyms for calm down", "clues": [["cool off", "become quiet or calm, especially after a state of agitation"], ["calm", "make calm or still"], ["quiet", "make calm or still"], ["settle down", "become quiet or calm, especially after a state of agitation"], ["lull", "make calm or still"], ["tranquillise", "make calm or still"], ["simmer down", "become quiet or calm, especially after a state of agitation"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["cool it", "become quiet or calm, especially after a state of agitation"], ["chill out", "become quiet or calm, especially after a state of agitation"]]}, {"answer": "calumniate", "hint": "synonyms for calumniate", "clues": [["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "camp_out", "hint": "synonyms for camp out", "clues": [["tent", "live in or as if in a tent"], ["camp", "live in or as if in a tent"], ["bivouac", "live in or as if in a tent"], ["encamp", "live in or as if in a tent"]]}, {"answer": "cannonball_along", "hint": "synonyms for cannonball along", "clues": [["hotfoot", "move fast"], ["step on it", "move fast"], ["race", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "cant_over", "hint": "synonyms for cant over", "clues": [["tilt", "heel over"], ["pitch", "heel over"], ["cant", "heel over"], ["slant", "heel over"]]}, {"answer": "captivate", "hint": "synonyms for captivate", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"]]}, {"answer": "care_for", "hint": "synonyms for care for", "clues": [["treat", "provide treatment for"], ["cherish", "be fond of; be attached to"], ["treasure", "be fond of; be attached to"], ["hold dear", "be fond of; be attached to"]]}, {"answer": "cark", "hint": "synonyms for cark", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "carry_away", "hint": "synonyms for carry away", "clues": [["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"]]}, {"answer": "carry_off", "hint": "synonyms for carry off", "clues": [["manage", "be successful; achieve a goal"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["pull off", "be successful; achieve a goal"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["bring off", "be successful; achieve a goal"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["decimate", "kill in large numbers"], ["wipe out", "kill in large numbers"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["negociate", "be successful; achieve a goal"], ["extinguish", "kill in large numbers"], ["annihilate", "kill in large numbers"]]}, {"answer": "carry_on", "hint": "synonyms for carry on", "clues": [["continue", "continue talking; he continued,"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["go on", "continue talking; he continued,"], ["deal", "direct the course of; manage or control"], ["proceed", "continue talking; he continued,"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["act up", "misbehave badly; act in a silly or improper way"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last"], ["conduct", "direct the course of; manage or control"]]}, {"answer": "carry_out", "hint": "synonyms for carry out", "clues": [["put through", "pursue to a conclusion or bring to a successful issue"], ["follow out", "pursue to a conclusion or bring to a successful issue"], ["fulfil", "put in effect"], ["execute", "put in effect"], ["carry through", "put in effect"], ["follow up", "pursue to a conclusion or bring to a successful issue"], ["implement", "pursue to a conclusion or bring to a successful issue"], ["accomplish", "put in effect"], ["go through", "pursue to a conclusion or bring to a successful issue"], ["follow through", "pursue to a conclusion or bring to a successful issue"], ["action", "put in effect"]]}, {"answer": "carry_through", "hint": "synonyms for carry through", "clues": [["fulfil", "put in effect"], ["bring through", "bring into safety"], ["execute", "put in effect"], ["save", "bring into safety"], ["accomplish", "put in effect"], ["pull through", "bring into safety"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "carve_up", "hint": "synonyms for carve up", "clues": [["separate", "separate into parts or portions"], ["split", "separate into parts or portions"], ["divide", "separate into parts or portions"], ["dissever", "separate into parts or portions"], ["split up", "separate into parts or portions"]]}, {"answer": "cash_in_one's_chips", "hint": "synonyms for cash in one's chips", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "cast_aside", "hint": "synonyms for cast aside", "clues": [["fling", "throw or cast away"], ["toss", "throw or cast away"], ["discard", "throw or cast away"], ["cast out", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "cast_away", "hint": "synonyms for cast away", "clues": [["fling", "throw or cast away"], ["toss", "throw or cast away"], ["discard", "throw or cast away"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "cast_down", "hint": "synonyms for cast down", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "cast_off", "hint": "synonyms for cast off", "clues": [["throw", "get rid of"], ["throw off", "get rid of"], ["drop", "get rid of"], ["cast", "get rid of"], ["shake off", "get rid of"], ["shed", "get rid of"], ["throw away", "get rid of"]]}, {"answer": "cast_out", "hint": "synonyms for cast out", "clues": [["toss", "throw or cast away"], ["shun", "expel from a community or group"], ["cast aside", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["blackball", "expel from a community or group"], ["fling", "throw or cast away"], ["discard", "throw or cast away"], ["ostracize", "expel from a community or group"], ["ban", "expel from a community or group"], ["throw out", "throw or cast away"], ["banish", "expel from a community or group"], ["toss out", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "castigate", "hint": "synonyms for castigate", "clues": [["chastise", "censure severely"], ["objurgate", "censure severely"], ["chasten", "censure severely"], ["correct", "censure severely"]]}, {"answer": "catch_fire", "hint": "synonyms for catch fire", "clues": [["take fire", "start to burn or burst into flames"], ["conflagrate", "start to burn or burst into flames"], ["ignite", "start to burn or burst into flames"], ["erupt", "start to burn or burst into flames"], ["combust", "start to burn or burst into flames"]]}, {"answer": "catch_on", "hint": "synonyms for catch on", "clues": [["latch on", "understand, usually after some initial difficulty"], ["get onto", "understand, usually after some initial difficulty"], ["cotton on", "understand, usually after some initial difficulty"], ["twig", "understand, usually after some initial difficulty"], ["tumble", "understand, usually after some initial difficulty"], ["get it", "understand, usually after some initial difficulty"], ["get wise", "understand, usually after some initial difficulty"]]}, {"answer": "catch_some_z's", "hint": "synonyms for catch some z's", "clues": [["log Z's", "be asleep"], ["slumber", "be asleep"], ["kip", "be asleep"], ["sleep", "be asleep"], ["catch some Z's", "be asleep"]]}, {"answer": "cavort", "hint": "synonyms for cavort", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "cede", "hint": "synonyms for cede", "clues": [["concede", "give over; surrender or relinquish to the physical control of another"], ["deliver", "relinquish possession or control over"], ["give up", "relinquish possession or control over"], ["surrender", "relinquish possession or control over"], ["yield", "give over; surrender or relinquish to the physical control of another"], ["grant", "give over; surrender or relinquish to the physical control of another"]]}, {"answer": "celebrate", "hint": "synonyms for celebrate", "clues": [["observe", "behave as expected during of holidays or rites"], ["lionize", "assign great social importance to"], ["keep", "behave as expected during of holidays or rites"], ["fete", "have a celebration"]]}, {"answer": "center_on", "hint": "synonyms for center on", "clues": [["revolve about", "center upon"], ["center", "center upon"], ["revolve around", "center upon"], ["concentrate on", "center upon"], ["focus on", "center upon"]]}, {"answer": "certify", "hint": "synonyms for certify", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["licence", "authorize officially"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["indorse", "guarantee as meeting a certain standard"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "chaffer", "hint": "synonyms for chaffer", "clues": [["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["huckster", "wrangle (over a price, terms of an agreement, etc.)"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"], ["higgle", "wrangle (over a price, terms of an agreement, etc.)"], ["visit", "talk socially without exchanging too much information"], ["haggle", "wrangle (over a price, terms of an agreement, etc.)"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"]]}, {"answer": "chance_on", "hint": "synonyms for chance on", "clues": [["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["light upon", "find unexpectedly"], ["come upon", "find unexpectedly"], ["strike", "find unexpectedly"]]}, {"answer": "chance_upon", "hint": "synonyms for chance upon", "clues": [["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["discover", "find unexpectedly"], ["come across", "find unexpectedly"], ["chance on", "find unexpectedly"], ["light upon", "find unexpectedly"], ["come upon", "find unexpectedly"], ["strike", "find unexpectedly"]]}, {"answer": "channelise", "hint": "synonyms for channelise", "clues": [["manoeuvre", "direct the course; determine the direction of travelling"], ["channelize", "direct the course; determine the direction of travelling"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["channel", "send from one person or place to another"], ["transmit", "send from one person or place to another"], ["transport", "send from one person or place to another"], ["head", "direct the course; determine the direction of travelling"], ["transfer", "send from one person or place to another"], ["maneuver", "direct the course; determine the direction of travelling"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "channelize", "hint": "synonyms for channelize", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["manoeuvre", "direct the course; determine the direction of travelling"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["channel", "send from one person or place to another"], ["transmit", "send from one person or place to another"], ["transport", "send from one person or place to another"], ["head", "direct the course; determine the direction of travelling"], ["transfer", "send from one person or place to another"], ["maneuver", "direct the course; determine the direction of travelling"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "charge_up", "hint": "synonyms for charge up", "clues": [["agitate", "cause to be agitated, excited, or roused"], ["excite", "cause to be agitated, excited, or roused"], ["commove", "cause to be agitated, excited, or roused"], ["charge", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["turn on", "cause to be agitated, excited, or roused"]]}, {"answer": "chase_after", "hint": "synonyms for chase after", "clues": [["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"]]}, {"answer": "chase_away", "hint": "synonyms for chase away", "clues": [["drive off", "force to go away; used both with concrete and metaphoric meanings"], ["drive away", "force to go away; used both with concrete and metaphoric meanings"], ["turn back", "force to go away; used both with concrete and metaphoric meanings"], ["run off", "force to go away; used both with concrete and metaphoric meanings"], ["dispel", "force to go away; used both with concrete and metaphoric meanings"], ["drive out", "force to go away; used both with concrete and metaphoric meanings"]]}, {"answer": "chasten", "hint": "synonyms for chasten", "clues": [["objurgate", "censure severely"], ["castigate", "censure severely"], ["subdue", "correct by punishment or discipline"], ["chastise", "censure severely"], ["temper", "restrain"], ["tame", "correct by punishment or discipline"], ["moderate", "restrain"], ["correct", "censure severely"]]}, {"answer": "chastise", "hint": "synonyms for chastise", "clues": [["objurgate", "censure severely"], ["chasten", "censure severely"], ["castigate", "censure severely"], ["correct", "censure severely"]]}, {"answer": "chat_up", "hint": "synonyms for chat up", "clues": [["dally", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["mash", "talk or behave amorously, without serious intentions"], ["philander", "talk or behave amorously, without serious intentions"], ["flirt", "talk or behave amorously, without serious intentions"], ["romance", "talk or behave amorously, without serious intentions"], ["butterfly", "talk or behave amorously, without serious intentions"]]}, {"answer": "cheat_on", "hint": "synonyms for cheat on", "clues": [["wander", "be sexually unfaithful to one's partner in marriage"], ["cuckold", "be sexually unfaithful to one's partner in marriage"], ["betray", "be sexually unfaithful to one's partner in marriage"], ["cheat", "be sexually unfaithful to one's partner in marriage"]]}, {"answer": "check_into", "hint": "synonyms for check into", "clues": [["suss out", "examine so as to determine accuracy, quality, or condition"], ["check", "examine so as to determine accuracy, quality, or condition"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["look into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"]]}, {"answer": "check_off", "hint": "synonyms for check off", "clues": [["tick", "put a check mark on or near or next to"], ["tick off", "put a check mark on or near or next to"], ["mark", "put a check mark on or near or next to"], ["check", "put a check mark on or near or next to"], ["mark off", "put a check mark on or near or next to"]]}, {"answer": "check_out", "hint": "synonyms for check out", "clues": [["check", "examine so as to determine accuracy, quality, or condition"], ["feel out", "try to learn someone's opinions and intentions"], ["run down", "trace"], ["cheque", "withdraw money by writing a check"], ["suss out", "examine so as to determine accuracy, quality, or condition"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["look into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"], ["sound out", "try to learn someone's opinions and intentions"]]}, {"answer": "check_over", "hint": "synonyms for check over", "clues": [["suss out", "examine so as to determine accuracy, quality, or condition"], ["check", "examine so as to determine accuracy, quality, or condition"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["look into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"]]}, {"answer": "check_up_on", "hint": "synonyms for check up on", "clues": [["suss out", "examine so as to determine accuracy, quality, or condition"], ["check", "examine so as to determine accuracy, quality, or condition"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["look into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"]]}, {"answer": "cheer_up", "hint": "synonyms for cheer up", "clues": [["chirk up", "become cheerful"], ["cheer", "become cheerful"], ["jolly along", "cause (somebody) to feel happier or more cheerful"], ["jolly up", "cause (somebody) to feel happier or more cheerful"]]}, {"answer": "chevvy", "hint": "synonyms for chevvy", "clues": [["harass", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["chevy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "chevy", "hint": "synonyms for chevy", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "chew_out", "hint": "synonyms for chew out", "clues": [["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "chew_over", "hint": "synonyms for chew over", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "chew_the_fat", "hint": "synonyms for chew the fat", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "chew_up", "hint": "synonyms for chew up", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"]]}, {"answer": "chicken_out", "hint": "synonyms for chicken out", "clues": [["back down", "remove oneself from an obligation"], ["bow out", "remove oneself from an obligation"], ["back off", "remove oneself from an obligation"], ["pull out", "remove oneself from an obligation"]]}, {"answer": "chide", "hint": "synonyms for chide", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "chill_out", "hint": "synonyms for chill out", "clues": [["calm down", "become quiet or calm, especially after a state of agitation"], ["simmer down", "become quiet or calm, especially after a state of agitation"], ["cool off", "become quiet or calm, especially after a state of agitation"], ["cool it", "become quiet or calm, especially after a state of agitation"], ["calm", "become quiet or calm, especially after a state of agitation"], ["settle down", "become quiet or calm, especially after a state of agitation"]]}, {"answer": "chime_in", "hint": "synonyms for chime in", "clues": [["chisel in", "break into a conversation"], ["put in", "break into a conversation"], ["butt in", "break into a conversation"], ["break in", "break into a conversation"], ["barge in", "break into a conversation"], ["cut in", "break into a conversation"]]}, {"answer": "chip_off", "hint": "synonyms for chip off", "clues": [["break away", "break off (a piece from a whole)"], ["come off", "break off (a piece from a whole)"], ["chip", "break off (a piece from a whole)"], ["break off", "break off (a piece from a whole)"]]}, {"answer": "chisel_in", "hint": "synonyms for chisel in", "clues": [["put in", "break into a conversation"], ["chime in", "break into a conversation"], ["butt in", "break into a conversation"], ["break in", "break into a conversation"], ["barge in", "break into a conversation"], ["cut in", "break into a conversation"]]}, {"answer": "chivvy", "hint": "synonyms for chivvy", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "chivy", "hint": "synonyms for chivy", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "chock_up", "hint": "synonyms for chock up", "clues": [["wad", "crowd or pack to capacity"], ["jampack", "crowd or pack to capacity"], ["cram", "crowd or pack to capacity"], ["jam", "crowd or pack to capacity"]]}, {"answer": "choke_off", "hint": "synonyms for choke off", "clues": [["back up", "become or cause to become obstructed"], ["foul", "become or cause to become obstructed"], ["congest", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"], ["choke back", "suppress"], ["choke down", "suppress"], ["choke", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"]]}, {"answer": "choose", "hint": "synonyms for choose", "clues": [["select", "pick out, select, or choose from a number of alternatives"], ["opt", "select as an alternative over another"], ["pick out", "pick out, select, or choose from a number of alternatives"], ["take", "pick out, select, or choose from a number of alternatives"], ["prefer", "select as an alternative over another"]]}, {"answer": "chouse", "hint": "synonyms for chouse", "clues": [["jockey", "defeat someone through trickery or deceit"], ["cheat", "defeat someone through trickery or deceit"], ["chicane", "defeat someone through trickery or deceit"], ["shaft", "defeat someone through trickery or deceit"], ["screw", "defeat someone through trickery or deceit"]]}, {"answer": "chuck_out", "hint": "synonyms for chuck out", "clues": [["eject", "put out or expel from a place"], ["fling", "throw or cast away"], ["toss", "throw or cast away"], ["discard", "throw or cast away"], ["exclude", "put out or expel from a place"], ["cast out", "throw or cast away"], ["boot out", "put out or expel from a place"], ["cast aside", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["turf out", "put out or expel from a place"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "chuck_up_the_sponge", "hint": "synonyms for chuck up the sponge", "clues": [["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"]]}, {"answer": "churn_up", "hint": "synonyms for churn up", "clues": [["revolt", "cause aversion in; offend the moral sense of"], ["disgust", "cause aversion in; offend the moral sense of"], ["nauseate", "cause aversion in; offend the moral sense of"], ["sicken", "cause aversion in; offend the moral sense of"]]}, {"answer": "circularise", "hint": "synonyms for circularise", "clues": [["circularize", "canvass by distributing letters"], ["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["pass around", "cause to become widely known"], ["spread", "cause to become widely known"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "circularize", "hint": "synonyms for circularize", "clues": [["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["pass around", "cause to become widely known"], ["circularise", "cause to become widely known"], ["spread", "cause to become widely known"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "circulate", "hint": "synonyms for circulate", "clues": [["propagate", "cause to become widely known"], ["go around", "become widely known and passed on"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["mobilize", "cause to move around"], ["pass around", "cause to become widely known"], ["circularise", "cause to become widely known"], ["spread", "cause to become widely known"], ["pass on", "cause be distributed"], ["circle", "move in circles"], ["distribute", "cause to become widely known"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "circumvent", "hint": "synonyms for circumvent", "clues": [["hem in", "surround so as to force to give up"], ["besiege", "surround so as to force to give up"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["outwit", "beat through cleverness and wit"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["surround", "surround so as to force to give up"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["outsmart", "beat through cleverness and wit"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["overreach", "beat through cleverness and wit"], ["beat", "beat through cleverness and wit"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["outfox", "beat through cleverness and wit"], ["beleaguer", "surround so as to force to give up"]]}, {"answer": "civilise", "hint": "synonyms for civilise", "clues": [["educate", "teach or refine to be discriminative in taste or judgment"], ["school", "teach or refine to be discriminative in taste or judgment"], ["civilize", "raise from a barbaric to a civilized state"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["train", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "civilize", "hint": "synonyms for civilize", "clues": [["educate", "teach or refine to be discriminative in taste or judgment"], ["school", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["train", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "clam_up", "hint": "synonyms for clam up", "clues": [["keep mum", "refuse to talk or stop talking; fall silent"], ["shut up", "refuse to talk or stop talking; fall silent"], ["close up", "refuse to talk or stop talking; fall silent"], ["button up", "refuse to talk or stop talking; fall silent"], ["belt up", "refuse to talk or stop talking; fall silent"], ["be quiet", "refuse to talk or stop talking; fall silent"], ["dummy up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "classify", "hint": "synonyms for classify", "clues": [["assort", "arrange or order by classes or categories"], ["relegate", "assign to a class or kind"], ["sort out", "arrange or order by classes or categories"], ["sort", "arrange or order by classes or categories"], ["separate", "arrange or order by classes or categories"], ["class", "arrange or order by classes or categories"]]}, {"answer": "claver", "hint": "synonyms for claver", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "clean_up", "hint": "synonyms for clean up", "clues": [["neaten", "put (things or places) in order"], ["straighten", "put (things or places) in order"], ["tidy", "put (things or places) in order"], ["straighten out", "put (things or places) in order"], ["square away", "put (things or places) in order"], ["tidy up", "put (things or places) in order"]]}, {"answer": "clear_up", "hint": "synonyms for clear up", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["polish off", "finish a task completely"], ["brighten", "become clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["finish up", "finish a task completely"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["light up", "become clear"], ["elucidate", "make clear and (more) comprehensible"], ["wrap up", "finish a task completely"], ["mop up", "finish a task completely"], ["get through", "finish a task completely"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["finish off", "finish a task completely"], ["clarify", "make clear and (more) comprehensible"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "cleave", "hint": "synonyms for cleave", "clues": [["stick", "come or be in close contact with; stick or hold together and resist separation"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["rive", "separate or cut with a tool, such as a sharp instrument"], ["cohere", "come or be in close contact with; stick or hold together and resist separation"], ["split", "separate or cut with a tool, such as a sharp instrument"], ["adhere", "come or be in close contact with; stick or hold together and resist separation"]]}, {"answer": "climb_on", "hint": "synonyms for climb on", "clues": [["get on", "get up on the back of"], ["mount", "get up on the back of"], ["hop on", "get up on the back of"], ["mount up", "get up on the back of"], ["bestride", "get up on the back of"], ["jump on", "get up on the back of"]]}, {"answer": "climb_up", "hint": "synonyms for climb up", "clues": [["go up", "go upward with gradual or continuous progress"], ["climb", "go upward with gradual or continuous progress"], ["ascend", "appear to be moving upward, as by means of tendrils"], ["rise", "rise in rank or status"], ["jump", "rise in rank or status"], ["mount", "go upward with gradual or continuous progress"]]}, {"answer": "clog_up", "hint": "synonyms for clog up", "clues": [["back up", "become or cause to become obstructed"], ["foul", "become or cause to become obstructed"], ["choke off", "become or cause to become obstructed"], ["choke", "become or cause to become obstructed"], ["congest", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"]]}, {"answer": "close_down", "hint": "synonyms for close down", "clues": [["close up", "cease to operate or cause to cease operating"], ["shut down", "cease to operate or cause to cease operating"], ["fold", "cease to operate or cause to cease operating"], ["close", "cease to operate or cause to cease operating"]]}, {"answer": "clothe", "hint": "synonyms for clothe", "clues": [["raiment", "provide with clothes or put clothes on"], ["invest", "furnish with power or authority; of kings or emperors"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["adorn", "furnish with power or authority; of kings or emperors"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["drape", "cover as if with clothing"], ["apparel", "provide with clothes or put clothes on"], ["robe", "cover as if with clothing"], ["cloak", "cover as if with clothing"]]}, {"answer": "co-occur_with", "hint": "synonyms for co-occur with", "clues": [["construe with", "go or occur together"], ["collocate with", "go or occur together"], ["go with", "go or occur together"], ["cooccur with", "go or occur together"]]}, {"answer": "coalesce", "hint": "synonyms for coalesce", "clues": [["fuse", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["conflate", "mix together different elements"]]}, {"answer": "coddle", "hint": "synonyms for coddle", "clues": [["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "coerce", "hint": "synonyms for coerce", "clues": [["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["squeeze", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"], ["force", "to cause to do through pressure or necessity, by physical, moral or intellectual means :"]]}, {"answer": "coggle", "hint": "synonyms for coggle", "clues": [["toddle", "walk unsteadily"], ["waddle", "walk unsteadily"], ["paddle", "walk unsteadily"], ["wobble", "move unsteadily"], ["dodder", "walk unsteadily"], ["totter", "walk unsteadily"]]}, {"answer": "cohere", "hint": "synonyms for cohere", "clues": [["adhere", "come or be in close contact with; stick or hold together and resist separation"], ["cling", "come or be in close contact with; stick or hold together and resist separation"], ["stick", "come or be in close contact with; stick or hold together and resist separation"], ["cleave", "come or be in close contact with; stick or hold together and resist separation"]]}, {"answer": "coiffe", "hint": "synonyms for coiffe", "clues": [["dress", "arrange attractively"], ["do", "arrange attractively"], ["coif", "arrange attractively"], ["coiffure", "arrange attractively"], ["arrange", "arrange attractively"], ["set", "arrange attractively"]]}, {"answer": "coldcock", "hint": "synonyms for coldcock", "clues": [["dump", "knock down with force"], ["knock down", "knock down with force"], ["floor", "knock down with force"], ["deck", "knock down with force"]]}, {"answer": "collide_with", "hint": "synonyms for collide with", "clues": [["impinge on", "hit against; come into sudden contact with"], ["strike", "hit against; come into sudden contact with"], ["run into", "hit against; come into sudden contact with"], ["hit", "hit against; come into sudden contact with"]]}, {"answer": "colligate", "hint": "synonyms for colligate", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["link", "make a logical or causal connection"], ["link up", "make a logical or causal connection"], ["subsume", "consider (an instance of something) as part of a general rule or principle"], ["associate", "make a logical or causal connection"]]}, {"answer": "colly", "hint": "synonyms for colly", "clues": [["soil", "make soiled, filthy, or dirty"], ["begrime", "make soiled, filthy, or dirty"], ["bemire", "make soiled, filthy, or dirty"], ["dirty", "make soiled, filthy, or dirty"], ["grime", "make soiled, filthy, or dirty"]]}, {"answer": "color_in", "hint": "synonyms for color in", "clues": [["color", "add color to"], ["colourize", "add color to"], ["colour in", "add color to"], ["colorise", "add color to"]]}, {"answer": "colorize", "hint": "synonyms for colorize", "clues": [["color", "add color to"], ["color in", "add color to"], ["colourize", "add color to"], ["colorise", "add color to"]]}, {"answer": "colour_in", "hint": "synonyms for colour in", "clues": [["color", "add color to"], ["color in", "add color to"], ["colourize", "add color to"], ["colorise", "add color to"]]}, {"answer": "colourise", "hint": "synonyms for colourise", "clues": [["color", "add color to"], ["colourize", "add color to"], ["color in", "add color to"], ["colorise", "add color to"]]}, {"answer": "colourize", "hint": "synonyms for colourize", "clues": [["color", "add color to"], ["color in", "add color to"], ["colourise", "add color to"], ["colorize", "add color to"]]}, {"answer": "combust", "hint": "synonyms for combust", "clues": [["take fire", "start to burn or burst into flames"], ["catch fire", "start to burn or burst into flames"], ["blow up", "get very angry and fly into a rage"], ["ignite", "start to burn or burst into flames"], ["burn", "undergo combustion"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["erupt", "start to burn or burst into flames"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"], ["flip one's wig", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["conflagrate", "start to burn or burst into flames"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"]]}, {"answer": "come_about", "hint": "synonyms for come about", "clues": [["go on", "come to pass"], ["happen", "come to pass"], ["pass", "come to pass"], ["occur", "come to pass"], ["take place", "come to pass"], ["fall out", "come to pass"], ["pass off", "come to pass"], ["hap", "come to pass"]]}, {"answer": "come_across", "hint": "synonyms for come across", "clues": [["come over", "communicate the intended meaning or impression"], ["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["discover", "find unexpectedly"], ["run into", "come together"], ["resonate", "be received or understood"], ["see", "come together"], ["run across", "come together"], ["light upon", "find unexpectedly"], ["meet", "come together"], ["come upon", "find unexpectedly"], ["encounter", "come together"], ["strike", "find unexpectedly"]]}, {"answer": "come_alive", "hint": "synonyms for come alive", "clues": [["waken", "stop sleeping"], ["arouse", "stop sleeping"], ["wake up", "stop sleeping"], ["awake", "stop sleeping"]]}, {"answer": "come_along", "hint": "synonyms for come along", "clues": [["advance", "develop in a positive way"], ["progress", "develop in a positive way"], ["shape up", "develop in a positive way"], ["get along", "develop in a positive way"], ["come on", "develop in a positive way"], ["appear", "come into being or existence, or appear on the scene"], ["get on", "develop in a positive way"]]}, {"answer": "come_apart", "hint": "synonyms for come apart", "clues": [["split up", "become separated into pieces or fragments"], ["separate", "become separated into pieces or fragments"], ["fall apart", "become separated into pieces or fragments"], ["break", "become separated into pieces or fragments"]]}, {"answer": "come_back", "hint": "synonyms for come back", "clues": [["repay", "answer back"], ["return", "answer back"], ["retort", "answer back"], ["hark back", "go back to something earlier"], ["riposte", "answer back"], ["rejoin", "answer back"], ["recall", "go back to something earlier"]]}, {"answer": "come_down", "hint": "synonyms for come down", "clues": [["fall", "fall from clouds"], ["sicken", "get sick"], ["go down", "move downward and lower, but not necessarily all the way"], ["precipitate", "fall from clouds"], ["descend", "move downward and lower, but not necessarily all the way"], ["boil down", "be the essential element"], ["reduce", "be the essential element"]]}, {"answer": "come_forth", "hint": "synonyms for come forth", "clues": [["come out", "come out of"], ["egress", "come out of"], ["emerge", "happen or occur as a result of something"], ["issue", "come out of"], ["go forth", "come out of"]]}, {"answer": "come_forward", "hint": "synonyms for come forward", "clues": [["step forward", "make oneself visible; take action"], ["step up", "make oneself visible; take action"], ["come out", "make oneself visible; take action"], ["come to the fore", "make oneself visible; take action"], ["step to the fore", "make oneself visible; take action"]]}, {"answer": "come_home", "hint": "synonyms for come home", "clues": [["sink in", "become clear or enter one's consciousness or emotions"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["click", "become clear or enter one's consciousness or emotions"], ["get across", "become clear or enter one's consciousness or emotions"], ["get through", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"]]}, {"answer": "come_in", "hint": "synonyms for come in", "clues": [["get into", "to come or go into"], ["throw in", "to insert between other elements"], ["go into", "to come or go into"], ["interpose", "to insert between other elements"], ["enter", "to come or go into"], ["put in", "to insert between other elements"], ["inject", "to insert between other elements"], ["come", "be received"], ["interject", "to insert between other elements"], ["come out", "take a place in a competition; often followed by an ordinal"], ["move into", "to come or go into"], ["go in", "to come or go into"], ["place", "take a place in a competition; often followed by an ordinal"]]}, {"answer": "come_near", "hint": "synonyms for come near", "clues": [["draw near", "move towards"], ["approach", "come near in time"], ["go up", "move towards"], ["near", "move towards"], ["come on", "move towards"], ["draw close", "move towards"]]}, {"answer": "come_off", "hint": "synonyms for come off", "clues": [["go over", "happen in a particular manner"], ["break off", "break off (a piece from a whole)"], ["go off", "happen in a particular manner"], ["break away", "break off (a piece from a whole)"], ["detach", "come to be detached"], ["chip", "break off (a piece from a whole)"], ["chip off", "break off (a piece from a whole)"], ["come away", "come to be detached"]]}, {"answer": "come_on", "hint": "synonyms for come on", "clues": [["advance", "develop in a positive way"], ["show up", "appear or become visible; make a showing"], ["turn up", "appear or become visible; make a showing"], ["surface", "appear or become visible; make a showing"], ["come near", "move towards"], ["go up", "move towards"], ["come out", "appear or become visible; make a showing"], ["near", "move towards"], ["get along", "develop in a positive way"], ["draw close", "move towards"], ["approach", "move towards"], ["draw near", "move towards"], ["get on", "develop in a positive way"], ["progress", "develop in a positive way"], ["shape up", "develop in a positive way"], ["come along", "develop in a positive way"], ["come up", "start running, functioning, or operating"], ["go on", "start running, functioning, or operating"]]}, {"answer": "come_out", "hint": "synonyms for come out", "clues": [["erupt", "break out"], ["show up", "appear or become visible; make a showing"], ["pop out", "bulge outward"], ["turn up", "appear or become visible; make a showing"], ["surface", "appear or become visible; make a showing"], ["appear", "be issued or published"], ["bulge", "bulge outward"], ["issue", "come out of"], ["come forth", "come out of"], ["emerge", "come out of"], ["come out of the closet", "to state openly and publicly one's homosexuality"], ["turn out", "result or end"], ["come forward", "make oneself visible; take action"], ["push through", "break out"], ["start", "bulge outward"], ["place", "take a place in a competition; often followed by an ordinal"], ["fall out", "come off"], ["step forward", "make oneself visible; take action"], ["step up", "make oneself visible; take action"], ["come in", "take a place in a competition; often followed by an ordinal"], ["bulge out", "bulge outward"], ["out", "be made known; be disclosed or revealed"], ["come to the fore", "make oneself visible; take action"], ["pop", "bulge outward"], ["protrude", "bulge outward"], ["step to the fore", "make oneself visible; take action"], ["egress", "come out of"], ["break through", "break out"], ["go forth", "come out of"]]}, {"answer": "come_through", "hint": "synonyms for come through", "clues": [["survive", "continue in existence after (an adversity, etc.)"], ["win", "attain success or reach a desired goal"], ["bring home the bacon", "attain success or reach a desired goal"], ["make it", "continue in existence after (an adversity, etc.)"], ["pull through", "continue in existence after (an adversity, etc.)"], ["deliver the goods", "attain success or reach a desired goal"], ["break through", "penetrate"], ["get through", "succeed in reaching a real or abstract destination after overcoming problems"], ["pull round", "continue in existence after (an adversity, etc.)"], ["succeed", "attain success or reach a desired goal"]]}, {"answer": "come_to", "hint": "synonyms for come to", "clues": [["have-to doe with", "be relevant to"], ["relate", "be relevant to"], ["resuscitate", "return to consciousness"], ["revive", "return to consciousness"], ["hit", "cause to experience suddenly"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["bear on", "be relevant to"], ["touch", "be relevant to"], ["concern", "be relevant to"], ["strike", "cause to experience suddenly"], ["touch on", "be relevant to"]]}, {"answer": "come_to_the_fore", "hint": "synonyms for come to the fore", "clues": [["step forward", "make oneself visible; take action"], ["step up", "make oneself visible; take action"], ["come out", "make oneself visible; take action"], ["step to the fore", "make oneself visible; take action"], ["come forward", "make oneself visible; take action"]]}, {"answer": "come_up", "hint": "synonyms for come up", "clues": [["muster up", "gather or bring together"], ["rise up", "come to the surface"], ["surface", "come to the surface"], ["rise", "come to the surface"], ["bob up", "originate or come into being"], ["line up", "get something or somebody for a specific purpose"], ["uprise", "come up, of celestial bodies"], ["scrape up", "gather (money or other resources) together over time"], ["come", "move toward, travel toward something or somebody or approach something or somebody"], ["go on", "start running, functioning, or operating"], ["scrape", "gather (money or other resources) together over time"], ["summon", "gather or bring together"], ["muster", "gather or bring together"], ["come on", "start running, functioning, or operating"], ["ascend", "come up, of celestial bodies"], ["go up", "move upward"], ["move up", "move upward"], ["scratch", "gather (money or other resources) together over time"], ["rally", "gather or bring together"], ["get hold", "get something or somebody for a specific purpose"], ["lift", "move upward"], ["find", "get something or somebody for a specific purpose"]]}, {"answer": "come_upon", "hint": "synonyms for come upon", "clues": [["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["luck into", "take possession of"], ["light upon", "find unexpectedly"], ["strike", "find unexpectedly"], ["enter upon", "take possession of"]]}, {"answer": "commemorate", "hint": "synonyms for commemorate", "clues": [["memorialize", "be or provide a memorial to a person or an event"], ["remember", "call to remembrance; keep alive the memory of someone or something, as in a ceremony"], ["immortalise", "be or provide a memorial to a person or an event"], ["record", "be or provide a memorial to a person or an event"], ["mark", "mark by some ceremony or observation"]]}, {"answer": "commence", "hint": "synonyms for commence", "clues": [["lead off", "set in motion, cause to start"], ["start up", "get off the ground"], ["set about", "take the first step or steps in carrying out an action"], ["get", "take the first step or steps in carrying out an action"], ["start out", "take the first step or steps in carrying out an action"], ["get down", "take the first step or steps in carrying out an action"], ["start", "get off the ground"], ["embark on", "get off the ground"], ["begin", "set in motion, cause to start"]]}, {"answer": "comminate", "hint": "synonyms for comminate", "clues": [["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment"]]}, {"answer": "commingle", "hint": "synonyms for commingle", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["conflate", "mix together different elements"]]}, {"answer": "comminute", "hint": "synonyms for comminute", "clues": [["crunch", "reduce to small pieces or particles by pounding or abrading"], ["grind", "reduce to small pieces or particles by pounding or abrading"], ["bray", "reduce to small pieces or particles by pounding or abrading"], ["mash", "reduce to small pieces or particles by pounding or abrading"]]}, {"answer": "commit", "hint": "synonyms for commit", "clues": [["institutionalize", "cause to be admitted; of persons to an institution"], ["invest", "make an investment"], ["send", "cause to be admitted; of persons to an institution"], ["trust", "confer a trust upon"], ["give", "give entirely to a specific person, activity, or cause"], ["perpetrate", "perform an act, usually with a negative connotation"], ["put", "make an investment"], ["charge", "cause to be admitted; of persons to an institution"], ["dedicate", "give entirely to a specific person, activity, or cause"], ["entrust", "confer a trust upon"], ["confide", "confer a trust upon"], ["pull", "perform an act, usually with a negative connotation"], ["devote", "give entirely to a specific person, activity, or cause"], ["place", "make an investment"], ["consecrate", "give entirely to a specific person, activity, or cause"], ["practice", "engage in or perform"]]}, {"answer": "commix", "hint": "synonyms for commix", "clues": [["amalgamate", "to bring or combine together or with something else"], ["mix", "to bring or combine together or with something else"], ["mingle", "to bring or combine together or with something else"], ["unify", "to bring or combine together or with something else"]]}, {"answer": "commove", "hint": "synonyms for commove", "clues": [["agitate", "cause to be agitated, excited, or roused"], ["excite", "cause to be agitated, excited, or roused"], ["raise up", "change the arrangement or position of"], ["vex", "change the arrangement or position of"], ["charge", "cause to be agitated, excited, or roused"], ["shake up", "change the arrangement or position of"], ["disturb", "change the arrangement or position of"], ["stir up", "change the arrangement or position of"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"]]}, {"answer": "communicate", "hint": "synonyms for communicate", "clues": [["pass along", "transmit information"], ["transmit", "transfer to another"], ["put across", "transmit information"], ["pass", "transmit information"], ["convey", "transfer to another"], ["commune", "receive Communion, in the Catholic church"], ["intercommunicate", "transmit thoughts or feelings"], ["pass on", "transmit information"]]}, {"answer": "compensate", "hint": "synonyms for compensate", "clues": [["make up", "adjust for"], ["recompense", "make amends for; pay compensation for"], ["pay", "do or give something to somebody in return"], ["correct", "make reparations or amends for"], ["remunerate", "make payment to; compensate"], ["pay off", "do or give something to somebody in return"], ["cover", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["even up", "adjust for"], ["redress", "make reparations or amends for"], ["even out", "adjust for"], ["repair", "make amends for; pay compensation for"], ["right", "make reparations or amends for"], ["counterbalance", "adjust for"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities"], ["even off", "adjust for"], ["indemnify", "make amends for; pay compensation for"]]}, {"answer": "compile", "hint": "synonyms for compile", "clues": [["accumulate", "get or gather together"], ["collect", "get or gather together"], ["amass", "get or gather together"], ["hoard", "get or gather together"], ["roll up", "get or gather together"], ["pile up", "get or gather together"], ["compose", "put together out of existing material"]]}, {"answer": "complain", "hint": "synonyms for complain", "clues": [["sound off", "express complaints, discontent, displeasure, or unhappiness"], ["plain", "express complaints, discontent, displeasure, or unhappiness"], ["kick", "express complaints, discontent, displeasure, or unhappiness"], ["quetch", "express complaints, discontent, displeasure, or unhappiness"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "complicate", "hint": "synonyms for complicate", "clues": [["elaborate", "make more complex, intricate, or richer"], ["perplex", "make more complicated"], ["rarify", "make more complex, intricate, or richer"], ["refine", "make more complex, intricate, or richer"]]}, {"answer": "complot", "hint": "synonyms for complot", "clues": [["machinate", "engage in plotting or enter into a conspiracy, swear together"], ["conjure", "engage in plotting or enter into a conspiracy, swear together"], ["cabal", "engage in plotting or enter into a conspiracy, swear together"], ["conspire", "engage in plotting or enter into a conspiracy, swear together"]]}, {"answer": "comport", "hint": "synonyms for comport", "clues": [["deport", "behave in a certain manner"], ["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["conduct", "behave in a certain manner"], ["acquit", "behave in a certain manner"], ["bear", "behave in a certain manner"]]}, {"answer": "compose", "hint": "synonyms for compose", "clues": [["frame", "make up plans or basic details for"], ["write", "write music"], ["pen", "produce a literary work"], ["compile", "put together out of existing material"], ["draw up", "make up plans or basic details for"], ["indite", "produce a literary work"]]}, {"answer": "comprehend", "hint": "synonyms for comprehend", "clues": [["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["cover", "include in scope; include as part of something broader; have as one's sphere or territory"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["perceive", "to become aware of through the senses"], ["get the picture", "get the meaning of something"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory"], ["compass", "get the meaning of something"], ["savvy", "get the meaning of something"]]}, {"answer": "comprise", "hint": "synonyms for comprise", "clues": [["incorporate", "include or contain; have as a component"], ["represent", "form or compose"], ["constitute", "form or compose"], ["consist", "be composed of"], ["be", "form or compose"], ["contain", "include or contain; have as a component"], ["make up", "form or compose"]]}, {"answer": "compute", "hint": "synonyms for compute", "clues": [["work out", "make a mathematical calculation or computation"], ["figure", "make a mathematical calculation or computation"], ["calculate", "make a mathematical calculation or computation"], ["cipher", "make a mathematical calculation or computation"], ["cypher", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"]]}, {"answer": "concede", "hint": "synonyms for concede", "clues": [["profess", "admit (to a wrongdoing)"], ["yield", "be willing to concede"], ["confess", "admit (to a wrongdoing)"], ["grant", "be willing to concede"], ["cede", "give over; surrender or relinquish to the physical control of another"]]}, {"answer": "conceive", "hint": "synonyms for conceive", "clues": [["gestate", "have the idea for"], ["think", "judge or regard; look upon; judge"], ["consider", "judge or regard; look upon; judge"], ["conceptualize", "have the idea for"], ["believe", "judge or regard; look upon; judge"]]}, {"answer": "concentrate_on", "hint": "synonyms for concentrate on", "clues": [["revolve about", "center upon"], ["center", "center upon"], ["revolve around", "center upon"], ["focus on", "center upon"], ["center on", "center upon"]]}, {"answer": "conciliate", "hint": "synonyms for conciliate", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["reconcile", "make (one thing) compatible with (another)"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["patch up", "come to terms"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["accommodate", "make (one thing) compatible with (another)"], ["make up", "come to terms"], ["settle", "come to terms"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "conclude", "hint": "synonyms for conclude", "clues": [["close", "come to a close"], ["reason out", "decide by reasoning; draw or come to a conclusion"], ["resolve", "reach a conclusion after a discussion or deliberation"], ["reason", "decide by reasoning; draw or come to a conclusion"]]}, {"answer": "concoct", "hint": "synonyms for concoct", "clues": [["think up", "devise or invent"], ["trump up", "invent"], ["hatch", "devise or invent"], ["think of", "devise or invent"], ["cook up", "prepare or cook by mixing ingredients"], ["dream up", "devise or invent"]]}, {"answer": "concur", "hint": "synonyms for concur", "clues": [["coincide", "happen simultaneously"], ["concord", "be in accord; be in agreement"], ["hold", "be in accord; be in agreement"], ["agree", "be in accord; be in agreement"]]}, {"answer": "condemn", "hint": "synonyms for condemn", "clues": [["doom", "pronounce a sentence on (somebody) in a court of law"], ["excoriate", "express strong disapproval of"], ["sentence", "pronounce a sentence on (somebody) in a court of law"], ["decry", "express strong disapproval of"], ["reprobate", "express strong disapproval of"], ["objurgate", "express strong disapproval of"]]}, {"answer": "condense", "hint": "synonyms for condense", "clues": [["contract", "compress or concentrate"], ["distil", "undergo condensation; change from a gaseous to a liquid state and fall in drops"], ["concentrate", "compress or concentrate"], ["digest", "make more concise"]]}, {"answer": "condescend", "hint": "synonyms for condescend", "clues": [["patronise", "treat condescendingly"], ["descend", "do something that one considers to be below one's dignity"], ["deign", "do something that one considers to be below one's dignity"], ["stoop", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way"]]}, {"answer": "condole_with", "hint": "synonyms for condole with", "clues": [["feel for", "share the suffering of"], ["pity", "share the suffering of"], ["compassionate", "share the suffering of"], ["sympathize with", "share the suffering of"]]}, {"answer": "confabulate", "hint": "synonyms for confabulate", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["consult", "have a conference in order to talk something over"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confer", "have a conference in order to talk something over"], ["chaffer", "talk socially without exchanging too much information"], ["confab", "have a conference in order to talk something over"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"]]}, {"answer": "confer", "hint": "synonyms for confer", "clues": [["bestow", "present"], ["confabulate", "have a conference in order to talk something over"], ["consult", "have a conference in order to talk something over"], ["confab", "have a conference in order to talk something over"]]}, {"answer": "confess", "hint": "synonyms for confess", "clues": [["squeal", "confess to a punishable or reprehensible deed, usually under pressure"], ["fink", "confess to a punishable or reprehensible deed, usually under pressure"], ["profess", "admit (to a wrongdoing)"], ["concede", "admit (to a wrongdoing)"]]}, {"answer": "confine", "hint": "synonyms for confine", "clues": [["limit", "place limits on (extent or access)"], ["circumscribe", "restrict or confine,"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["hold", "to close within bounds, limit or hold back from movement"], ["throttle", "place limits on (extent or access)"], ["detain", "deprive of freedom; take into confinement"], ["hold in", "close in; darkness enclosed him\""], ["restrict", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["enclose", "close in; darkness enclosed him\""]]}, {"answer": "confirm", "hint": "synonyms for confirm", "clues": [["reassert", "strengthen or make more firm"], ["corroborate", "establish or strengthen as with new evidence or facts"], ["affirm", "establish or strengthen as with new evidence or facts"], ["support", "establish or strengthen as with new evidence or facts"], ["sustain", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"]]}, {"answer": "conflagrate", "hint": "synonyms for conflagrate", "clues": [["take fire", "start to burn or burst into flames"], ["catch fire", "start to burn or burst into flames"], ["ignite", "start to burn or burst into flames"], ["kindle", "cause to start burning"], ["erupt", "start to burn or burst into flames"], ["combust", "start to burn or burst into flames"], ["inflame", "cause to start burning"]]}, {"answer": "conflate", "hint": "synonyms for conflate", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["blend", "mix together different elements"]]}, {"answer": "confound", "hint": "synonyms for confound", "clues": [["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "mistake one thing for another"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"]]}, {"answer": "confuse", "hint": "synonyms for confuse", "clues": [["disconcert", "cause to feel embarrassment"], ["jumble", "assemble without order or sense"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly"], ["obnubilate", "make unclear, indistinct, or blurred"], ["blur", "make unclear, indistinct, or blurred"], ["obscure", "make unclear, indistinct, or blurred"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly"], ["confound", "mistake one thing for another"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["put off", "cause to feel embarrassment"], ["flurry", "cause to feel embarrassment"], ["mix up", "assemble without order or sense"]]}, {"answer": "congest", "hint": "synonyms for congest", "clues": [["back up", "become or cause to become obstructed"], ["clog up", "become or cause to become obstructed"], ["foul", "become or cause to become obstructed"], ["choke off", "become or cause to become obstructed"], ["choke", "become or cause to become obstructed"], ["clog", "become or cause to become obstructed"]]}, {"answer": "congratulate", "hint": "synonyms for congratulate", "clues": [["felicitate", "express congratulations"], ["compliment", "say something to someone that expresses praise"], ["plume", "be proud of"], ["preen", "pride or congratulate (oneself) for an achievement"], ["pride", "be proud of"]]}, {"answer": "conjoin", "hint": "synonyms for conjoin", "clues": [["hook up with", "take in marriage"], ["marry", "take in marriage"], ["join", "make contact or come together"], ["get hitched with", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"]]}, {"answer": "conjure", "hint": "synonyms for conjure", "clues": [["arouse", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["adjure", "ask for or request earnestly"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conspire", "engage in plotting or enter into a conspiracy, swear together"], ["machinate", "engage in plotting or enter into a conspiracy, swear together"], ["press", "ask for or request earnestly"], ["cabal", "engage in plotting or enter into a conspiracy, swear together"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["beseech", "ask for or request earnestly"], ["complot", "engage in plotting or enter into a conspiracy, swear together"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["entreat", "ask for or request earnestly"], ["bid", "ask for or request earnestly"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "conjure_up", "hint": "synonyms for conjure up", "clues": [["put forward", "summon into action or bring into existence, often as if by magic"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "conk_out", "hint": "synonyms for conk out", "clues": [["break down", "stop operating or functioning"], ["give way", "stop operating or functioning"], ["give out", "stop operating or functioning"], ["die", "stop operating or functioning"], ["break", "stop operating or functioning"], ["peter out", "use up all one's strength and energy and stop working"], ["run down", "use up all one's strength and energy and stop working"], ["poop out", "use up all one's strength and energy and stop working"], ["fail", "stop operating or functioning"], ["go", "stop operating or functioning"], ["run out", "use up all one's strength and energy and stop working"], ["go bad", "stop operating or functioning"]]}, {"answer": "connect", "hint": "synonyms for connect", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["link up", "connect, fasten, or put together two or more pieces"], ["colligate", "make a logical or causal connection"], ["plug into", "plug into an outlet"], ["associate", "make a logical or causal connection"], ["tie", "connect, fasten, or put together two or more pieces"], ["link", "connect, fasten, or put together two or more pieces"], ["get in touch", "establish communication with someone"], ["unite", "be or become joined or united or linked"], ["join", "be or become joined or united or linked"], ["touch base", "establish communication with someone"]]}, {"answer": "conquer", "hint": "synonyms for conquer", "clues": [["seize", "take possession of by force, as after an invasion"], ["appropriate", "take possession of by force, as after an invasion"], ["capture", "take possession of by force, as after an invasion"], ["stamp down", "to put down by force or authority"], ["curb", "to put down by force or authority"], ["suppress", "to put down by force or authority"], ["subdue", "to put down by force or authority"], ["inhibit", "to put down by force or authority"]]}, {"answer": "consider", "hint": "synonyms for consider", "clues": [["look at", "look at carefully; study mentally"], ["deliberate", "think about carefully; weigh"], ["weigh", "show consideration for; take into account"], ["view", "look at carefully; study mentally"], ["count", "show consideration for; take into account"], ["debate", "think about carefully; weigh"], ["regard", "deem to be"], ["take", "take into consideration for exemplifying purposes"], ["believe", "judge or regard; look upon; judge"], ["moot", "think about carefully; weigh"], ["think", "judge or regard; look upon; judge"], ["turn over", "think about carefully; weigh"], ["study", "give careful consideration to"], ["deal", "take into consideration for exemplifying purposes"], ["conceive", "judge or regard; look upon; judge"], ["see", "deem to be"], ["reckon", "deem to be"]]}, {"answer": "consist", "hint": "synonyms for consist", "clues": [["comprise", "be composed of"], ["lie in", "originate (in)"], ["dwell", "originate (in)"], ["lie", "originate (in)"]]}, {"answer": "conspire", "hint": "synonyms for conspire", "clues": [["complot", "engage in plotting or enter into a conspiracy, swear together"], ["conjure", "engage in plotting or enter into a conspiracy, swear together"], ["collude", "act in unison or agreement and in secret towards a deceitful or illegal purpose"], ["machinate", "engage in plotting or enter into a conspiracy, swear together"], ["cabal", "engage in plotting or enter into a conspiracy, swear together"]]}, {"answer": "constellate", "hint": "synonyms for constellate", "clues": [["stud", "scatter or intersperse like dots or studs"], ["clump", "come together as in a cluster or flock"], ["cluster", "come together as in a cluster or flock"], ["flock", "come together as in a cluster or flock"], ["dot", "scatter or intersperse like dots or studs"]]}, {"answer": "constitute", "hint": "synonyms for constitute", "clues": [["represent", "form or compose"], ["comprise", "form or compose"], ["form", "to compose or represent:"], ["establish", "set up or lay the groundwork for"], ["found", "set up or lay the groundwork for"], ["plant", "set up or lay the groundwork for"], ["make", "to compose or represent:"], ["name", "create and charge with a task or function"], ["appoint", "create and charge with a task or function"], ["be", "form or compose"], ["make up", "form or compose"], ["nominate", "create and charge with a task or function"], ["institute", "set up or lay the groundwork for"]]}, {"answer": "constrain", "hint": "synonyms for constrain", "clues": [["stiffen", "restrict"], ["restrain", "hold back"], ["tighten", "restrict"], ["tighten up", "restrict"], ["cumber", "hold back"]]}, {"answer": "constrict", "hint": "synonyms for constrict", "clues": [["compress", "squeeze or press together"], ["compact", "squeeze or press together"], ["contract", "squeeze or press together"], ["press", "squeeze or press together"], ["narrow", "become tight or as if tight"], ["squeeze", "squeeze or press together"], ["constringe", "become tight or as if tight"]]}, {"answer": "consult", "hint": "synonyms for consult", "clues": [["confer", "have a conference in order to talk something over"], ["confab", "have a conference in order to talk something over"], ["confabulate", "have a conference in order to talk something over"], ["confer with", "get or ask advice from"], ["refer", "seek information from"], ["look up", "seek information from"]]}, {"answer": "consume", "hint": "synonyms for consume", "clues": [["ware", "spend extravagantly"], ["wipe out", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["devour", "eat immoderately"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["down", "eat immoderately"], ["ingest", "serve oneself to, or consume regularly"], ["take in", "serve oneself to, or consume regularly"], ["waste", "spend extravagantly"], ["use up", "use up (resources or materials)"], ["squander", "spend extravagantly"], ["eat", "use up (resources or materials)"], ["take", "serve oneself to, or consume regularly"], ["go through", "eat immoderately"], ["have", "serve oneself to, or consume regularly"]]}, {"answer": "contain", "hint": "synonyms for contain", "clues": [["incorporate", "include or contain; have as a component"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold", "be capable of holding or containing"], ["bear", "contain or hold; have within"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["comprise", "include or contain; have as a component"], ["carry", "contain or hold; have within"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["take", "be capable of holding or containing"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"]]}, {"answer": "contemplate", "hint": "synonyms for contemplate", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["study", "think intently and at length, as for spiritual purposes"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"]]}, {"answer": "contend", "hint": "synonyms for contend", "clues": [["argue", "have an argument about something"], ["contest", "to make the subject of dispute, contention, or litigation"], ["fence", "have an argument about something"], ["manage", "come to terms with"], ["cope", "come to terms with"], ["deal", "come to terms with"], ["compete", "compete for something; engage in a contest; measure oneself against others"], ["vie", "compete for something; engage in a contest; measure oneself against others"], ["postulate", "maintain or assert"], ["make do", "come to terms with"], ["get by", "come to terms with"], ["repugn", "to make the subject of dispute, contention, or litigation"], ["debate", "have an argument about something"], ["make out", "come to terms with"], ["struggle", "be engaged in a fight; carry on a fight"], ["grapple", "come to terms with"], ["fight", "be engaged in a fight; carry on a fight"]]}, {"answer": "continue", "hint": "synonyms for continue", "clues": [["retain", "allow to remain in a place or position or maintain a property or feature"], ["proceed", "move ahead; travel onward in time or space"], ["stay on", "continue in a place, position, or situation"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["go on", "continue talking; he continued,"], ["go along", "continue a certain state, condition, or activity"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last"], ["extend", "span an interval of distance, space or time"], ["keep", "continue a certain state, condition, or activity"], ["go forward", "move ahead; travel onward in time or space"], ["remain", "continue in a place, position, or situation"], ["carry on", "continue talking; he continued,"], ["persist in", "do something repeatedly and showing no intention to stop"], ["keep on", "allow to remain in a place or position or maintain a property or feature"], ["stay", "continue in a place, position, or situation"], ["cover", "span an interval of distance, space or time"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last"]]}, {"answer": "contradict", "hint": "synonyms for contradict", "clues": [["negate", "deny the truth of"], ["contravene", "deny the truth of"], ["belie", "be in contradiction with"], ["oppose", "be resistant to"], ["controvert", "be resistant to"]]}, {"answer": "contravene", "hint": "synonyms for contravene", "clues": [["negate", "deny the truth of"], ["contradict", "deny the truth of"], ["run afoul", "go against, as of rules and laws"], ["infringe", "go against, as of rules and laws"], ["conflict", "go against, as of rules and laws"]]}, {"answer": "contribute", "hint": "synonyms for contribute", "clues": [["lend", "bestow a quality on"], ["lead", "be conducive to"], ["bestow", "bestow a quality on"], ["conduce", "be conducive to"], ["chip in", "contribute to some cause"], ["give", "contribute to some cause"], ["kick in", "contribute to some cause"], ["put up", "provide"], ["bring", "bestow a quality on"], ["impart", "bestow a quality on"], ["add", "bestow a quality on"]]}, {"answer": "contrive", "hint": "synonyms for contrive", "clues": [["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["project", "make or work out a plan for; devise"], ["cast", "put or send forth"], ["design", "make or work out a plan for; devise"], ["throw", "put or send forth"], ["plan", "make or work out a plan for; devise"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"]]}, {"answer": "controvert", "hint": "synonyms for controvert", "clues": [["refute", "prove to be false or incorrect"], ["contradict", "be resistant to"], ["rebut", "prove to be false or incorrect"], ["oppose", "be resistant to"]]}, {"answer": "convey", "hint": "synonyms for convey", "clues": [["express", "serve as a means for expressing something"], ["bring", "go or come after and bring or take back"], ["transmit", "transfer to another"], ["get", "go or come after and bring or take back"], ["carry", "transmit or serve as the medium for transmission"], ["fetch", "go or come after and bring or take back"], ["take", "take something or somebody with oneself somewhere"], ["impart", "transmit or serve as the medium for transmission"], ["communicate", "transfer to another"], ["channel", "transmit or serve as the medium for transmission"], ["conduct", "transmit or serve as the medium for transmission"]]}, {"answer": "convulse", "hint": "synonyms for convulse", "clues": [["jactitate", "move or stir about violently"], ["thresh", "move or stir about violently"], ["slash", "move or stir about violently"], ["thresh about", "move or stir about violently"], ["toss", "move or stir about violently"], ["thrash", "move or stir about violently"]]}, {"answer": "cooccur_with", "hint": "synonyms for cooccur with", "clues": [["construe with", "go or occur together"], ["collocate with", "go or occur together"], ["go with", "go or occur together"], ["co-occur with", "go or occur together"]]}, {"answer": "cook_up", "hint": "synonyms for cook up", "clues": [["manufacture", "make up something artificial or untrue"], ["concoct", "prepare or cook by mixing ingredients"], ["fabricate", "make up something artificial or untrue"], ["make up", "make up something artificial or untrue"], ["invent", "make up something artificial or untrue"]]}, {"answer": "cool_it", "hint": "synonyms for cool it", "clues": [["calm down", "become quiet or calm, especially after a state of agitation"], ["simmer down", "become quiet or calm, especially after a state of agitation"], ["cool off", "become quiet or calm, especially after a state of agitation"], ["chill out", "become quiet or calm, especially after a state of agitation"], ["calm", "become quiet or calm, especially after a state of agitation"], ["settle down", "become quiet or calm, especially after a state of agitation"]]}, {"answer": "cool_off", "hint": "synonyms for cool off", "clues": [["calm down", "become quiet or calm, especially after a state of agitation"], ["simmer down", "become quiet or calm, especially after a state of agitation"], ["cool down", "lose intensity"], ["cool it", "become quiet or calm, especially after a state of agitation"], ["cool", "lose intensity"], ["chill out", "become quiet or calm, especially after a state of agitation"], ["calm", "become quiet or calm, especially after a state of agitation"], ["settle down", "become quiet or calm, especially after a state of agitation"]]}, {"answer": "coquet", "hint": "synonyms for coquet", "clues": [["butterfly", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["mash", "talk or behave amorously, without serious intentions"], ["philander", "talk or behave amorously, without serious intentions"], ["flirt", "talk or behave amorously, without serious intentions"], ["romance", "talk or behave amorously, without serious intentions"], ["chat up", "talk or behave amorously, without serious intentions"], ["dally", "talk or behave amorously, without serious intentions"]]}, {"answer": "corrade", "hint": "synonyms for corrade", "clues": [["abrase", "wear away"], ["abrade", "wear away"], ["rub off", "wear away"], ["rub down", "wear away"]]}, {"answer": "correspond", "hint": "synonyms for correspond", "clues": [["gibe", "be compatible, similar or consistent; coincide in their characteristics"], ["match", "be compatible, similar or consistent; coincide in their characteristics"], ["equate", "be equivalent or parallel, in mathematics"], ["tally", "be compatible, similar or consistent; coincide in their characteristics"], ["stand for", "take the place of or be parallel or equivalent to"], ["check", "be compatible, similar or consistent; coincide in their characteristics"], ["fit", "be compatible, similar or consistent; coincide in their characteristics"], ["represent", "take the place of or be parallel or equivalent to"], ["agree", "be compatible, similar or consistent; coincide in their characteristics"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics"]]}, {"answer": "corroborate", "hint": "synonyms for corroborate", "clues": [["confirm", "establish or strengthen as with new evidence or facts"], ["validate", "give evidence for"], ["affirm", "establish or strengthen as with new evidence or facts"], ["support", "establish or strengthen as with new evidence or facts"], ["sustain", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["bear out", "support with evidence or authority or make more certain or confirm"], ["underpin", "support with evidence or authority or make more certain or confirm"]]}, {"answer": "cosset", "hint": "synonyms for cosset", "clues": [["baby", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "cotton_on", "hint": "synonyms for cotton on", "clues": [["latch on", "understand, usually after some initial difficulty"], ["get onto", "understand, usually after some initial difficulty"], ["twig", "understand, usually after some initial difficulty"], ["tumble", "understand, usually after some initial difficulty"], ["get it", "understand, usually after some initial difficulty"], ["get wise", "understand, usually after some initial difficulty"]]}, {"answer": "cotton_up", "hint": "synonyms for cotton up", "clues": [["cozy up", "ingratiate oneself to; often with insincere behavior"], ["suck up", "ingratiate oneself to; often with insincere behavior"], ["sidle up", "ingratiate oneself to; often with insincere behavior"], ["play up", "ingratiate oneself to; often with insincere behavior"], ["shine up", "ingratiate oneself to; often with insincere behavior"]]}, {"answer": "cough_out", "hint": "synonyms for cough out", "clues": [["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["cough up", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth"]]}, {"answer": "cough_up", "hint": "synonyms for cough up", "clues": [["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["pony up", "give reluctantly"], ["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth"]]}, {"answer": "count_on", "hint": "synonyms for count on", "clues": [["forecast", "judge to be probable"], ["estimate", "judge to be probable"], ["reckon", "judge to be probable"], ["figure", "judge to be probable"], ["calculate", "judge to be probable"]]}, {"answer": "counteract", "hint": "synonyms for counteract", "clues": [["subvert", "destroy property or hinder normal operations"], ["countervail", "oppose and mitigate the effects of by contrary actions"], ["neutralize", "oppose and mitigate the effects of by contrary actions"], ["undermine", "destroy property or hinder normal operations"], ["counterbalance", "oppose and mitigate the effects of by contrary actions"], ["countermine", "destroy property or hinder normal operations"], ["weaken", "destroy property or hinder normal operations"], ["antagonise", "act in opposition to"], ["sabotage", "destroy property or hinder normal operations"], ["countercheck", "oppose or check by a counteraction"]]}, {"answer": "countervail", "hint": "synonyms for countervail", "clues": [["counterbalance", "oppose and mitigate the effects of by contrary actions"], ["counteract", "oppose and mitigate the effects of by contrary actions"], ["neutralize", "oppose and mitigate the effects of by contrary actions"], ["offset", "compensate for or counterbalance"]]}, {"answer": "cower", "hint": "synonyms for cower", "clues": [["huddle", "crouch or curl up"], ["cringe", "show submission or fear"], ["crawl", "show submission or fear"], ["creep", "show submission or fear"], ["fawn", "show submission or fear"], ["grovel", "show submission or fear"]]}, {"answer": "cozy_up", "hint": "synonyms for cozy up", "clues": [["cotton up", "ingratiate oneself to; often with insincere behavior"], ["suck up", "ingratiate oneself to; often with insincere behavior"], ["sidle up", "ingratiate oneself to; often with insincere behavior"], ["play up", "ingratiate oneself to; often with insincere behavior"], ["shine up", "ingratiate oneself to; often with insincere behavior"]]}, {"answer": "crack_up", "hint": "synonyms for crack up", "clues": [["collapse", "suffer a nervous breakdown"], ["crock up", "suffer a nervous breakdown"], ["break up", "laugh unrestrainedly"], ["crack", "suffer a nervous breakdown"]]}, {"answer": "cram", "hint": "synonyms for cram", "clues": [["grind away", "study intensively, as before an exam"], ["jampack", "crowd or pack to capacity"], ["get up", "study intensively, as before an exam"], ["chock up", "crowd or pack to capacity"], ["jam", "crowd or pack to capacity"], ["ram", "crowd or pack to capacity"], ["wad", "crowd or pack to capacity"], ["bone up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "crave", "hint": "synonyms for crave", "clues": [["starve", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"], ["hunger", "have a craving, appetite, or great desire for"]]}, {"answer": "crawfish_out", "hint": "synonyms for crawfish out", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["pull back", "make a retreat from an earlier commitment or activity"], ["withdraw", "make a retreat from an earlier commitment or activity"], ["retreat", "make a retreat from an earlier commitment or activity"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back out", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"]]}, {"answer": "crawl_in", "hint": "synonyms for crawl in", "clues": [["turn in", "prepare for sleep"], ["go to bed", "prepare for sleep"], ["sack out", "prepare for sleep"], ["hit the sack", "prepare for sleep"], ["retire", "prepare for sleep"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"]]}, {"answer": "criminate", "hint": "synonyms for criminate", "clues": [["incriminate", "bring an accusation against; level a charge against"], ["accuse", "bring an accusation against; level a charge against"], ["censure", "rebuke formally"], ["impeach", "bring an accusation against; level a charge against"], ["reprimand", "rebuke formally"]]}, {"answer": "cringe", "hint": "synonyms for cringe", "clues": [["flinch", "draw back, as with fear or pain"], ["creep", "show submission or fear"], ["grovel", "show submission or fear"], ["funk", "draw back, as with fear or pain"], ["wince", "draw back, as with fear or pain"], ["cower", "show submission or fear"], ["squinch", "draw back, as with fear or pain"], ["crawl", "show submission or fear"], ["quail", "draw back, as with fear or pain"], ["shrink", "draw back, as with fear or pain"], ["recoil", "draw back, as with fear or pain"], ["fawn", "show submission or fear"]]}, {"answer": "crock_up", "hint": "synonyms for crock up", "clues": [["collapse", "suffer a nervous breakdown"], ["break up", "suffer a nervous breakdown"], ["crack up", "suffer a nervous breakdown"], ["crack", "suffer a nervous breakdown"]]}, {"answer": "cross_off", "hint": "synonyms for cross off", "clues": [["cross out", "remove from a list"], ["strike out", "remove from a list"], ["strike off", "remove from a list"], ["mark", "remove from a list"]]}, {"answer": "cross_out", "hint": "synonyms for cross out", "clues": [["strike off", "remove from a list"], ["strike out", "remove from a list"], ["cross off", "remove from a list"], ["mark", "remove from a list"]]}, {"answer": "crucify", "hint": "synonyms for crucify", "clues": [["rag", "treat cruelly"], ["subdue", "hold within limits and control"], ["torment", "treat cruelly"], ["savage", "criticize harshly or violently"], ["mortify", "hold within limits and control"], ["frustrate", "treat cruelly"], ["bedevil", "treat cruelly"], ["blast", "criticize harshly or violently"], ["pillory", "criticize harshly or violently"], ["dun", "treat cruelly"]]}, {"answer": "crumble", "hint": "synonyms for crumble", "clues": [["crumple", "fall apart"], ["tumble", "fall apart"], ["dilapidate", "fall into decay or ruin"], ["break down", "fall apart"], ["fall apart", "break or fall apart into fragments"], ["collapse", "fall apart"], ["decay", "fall into decay or ruin"]]}, {"answer": "crumple", "hint": "synonyms for crumple", "clues": [["tumble", "fall apart"], ["buckle", "fold or collapse"], ["rumple", "to gather something into small wrinkles or folds"], ["crease", "become wrinkled or crumpled or creased"], ["knit", "to gather something into small wrinkles or folds"], ["crumble", "fall apart"], ["collapse", "fall apart"], ["crinkle", "become wrinkled or crumpled or creased"], ["cockle", "to gather something into small wrinkles or folds"], ["pucker", "to gather something into small wrinkles or folds"], ["break down", "fall apart"]]}, {"answer": "cry_out", "hint": "synonyms for cry out", "clues": [["outcry", "utter aloud; often with surprise, horror, or joy"], ["exclaim", "utter aloud; often with surprise, horror, or joy"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["shout", "utter aloud; often with surprise, horror, or joy"], ["cry", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "crystalise", "hint": "synonyms for crystalise", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["crystallize", "cause to form crystals or assume crystalline form"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["effloresce", "assume crystalline form; become crystallized"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "crystalize", "hint": "synonyms for crystalize", "clues": [["crystalise", "cause to form crystals or assume crystalline form"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["effloresce", "assume crystalline form; become crystallized"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "crystallise", "hint": "synonyms for crystallise", "clues": [["crystalise", "cause to form crystals or assume crystalline form"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "crystallize", "hint": "synonyms for crystallize", "clues": [["crystalise", "cause to take on a definite and clear shape"], ["straighten out", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["effloresce", "assume crystalline form; become crystallized"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "cultivate", "hint": "synonyms for cultivate", "clues": [["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["crop", "prepare for crops"], ["educate", "teach or refine to be discriminative in taste or judgment"], ["civilise", "teach or refine to be discriminative in taste or judgment"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"], ["work", "prepare for crops"], ["train", "teach or refine to be discriminative in taste or judgment"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["school", "teach or refine to be discriminative in taste or judgment"]]}, {"answer": "cumulate", "hint": "synonyms for cumulate", "clues": [["conglomerate", "collect or gather"], ["gather", "collect or gather"], ["accumulate", "collect or gather"], ["amass", "collect or gather"], ["pile up", "collect or gather"]]}, {"answer": "curtail", "hint": "synonyms for curtail", "clues": [["restrict", "place restrictions on"], ["clip", "terminate or abbreviate before its intended or proper end or its full extent"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent"], ["curb", "place restrictions on"], ["cut back", "place restrictions on"]]}, {"answer": "cut_across", "hint": "synonyms for cut across", "clues": [["cover", "travel across or pass over"], ["cross", "travel across or pass over"], ["get across", "travel across or pass over"], ["get over", "travel across or pass over"], ["cut through", "travel across or pass over"], ["track", "travel across or pass over"], ["traverse", "travel across or pass over"], ["crosscut", "cut using a diagonal line"], ["pass over", "travel across or pass over"]]}, {"answer": "cut_back", "hint": "synonyms for cut back", "clues": [["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["reduce", "cut down on; make a reduction in"], ["trim down", "cut down on; make a reduction in"], ["prune", "cultivate, tend, and cut back the growth of"], ["clip", "cultivate, tend, and cut back the growth of"], ["curb", "place restrictions on"], ["lop", "cultivate, tend, and cut back the growth of"], ["trim back", "cut down on; make a reduction in"], ["crop", "cultivate, tend, and cut back the growth of"], ["curtail", "place restrictions on"], ["cut down", "cut down on; make a reduction in"], ["flash back", "return in time"], ["snip", "cultivate, tend, and cut back the growth of"], ["restrict", "place restrictions on"], ["cut", "cut down on; make a reduction in"], ["dress", "cultivate, tend, and cut back the growth of"]]}, {"answer": "cut_down", "hint": "synonyms for cut down", "clues": [["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["push down", "cause to come or go down"], ["reduce", "cut down on; make a reduction in"], ["trim down", "cut down on; make a reduction in"], ["mow", "cut with a blade or mower"], ["drop", "cause to fall by or as if by delivering a blow"], ["slash", "cut with sweeping strokes; as with an ax or machete"], ["trim back", "cut down on; make a reduction in"], ["knock down", "cause to come or go down"], ["strike down", "cause to fall by or as if by delivering a blow"], ["fell", "cause to fall by or as if by delivering a blow"], ["down", "cause to come or go down"], ["cut out", "intercept (a player)"], ["cut", "cut down on; make a reduction in"], ["cut back", "cut down on; make a reduction in"], ["pull down", "cause to come or go down"]]}, {"answer": "cut_in", "hint": "synonyms for cut in", "clues": [["chisel in", "break into a conversation"], ["put in", "break into a conversation"], ["chime in", "break into a conversation"], ["butt in", "break into a conversation"], ["break in", "break into a conversation"], ["barge in", "break into a conversation"]]}, {"answer": "cut_short", "hint": "synonyms for cut short", "clues": [["truncate", "make shorter as if by cutting off"], ["break off", "interrupt before its natural or planned end"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent"], ["clip", "terminate or abbreviate before its intended or proper end or its full extent"], ["break short", "interrupt before its natural or planned end"]]}, {"answer": "cut_through", "hint": "synonyms for cut through", "clues": [["cover", "travel across or pass over"], ["cross", "travel across or pass over"], ["get across", "travel across or pass over"], ["get over", "travel across or pass over"], ["track", "travel across or pass over"], ["traverse", "travel across or pass over"], ["pass over", "travel across or pass over"], ["cut across", "travel across or pass over"]]}, {"answer": "dabble", "hint": "synonyms for dabble", "clues": [["splash around", "play in or as if in water, as of small children"], ["play around", "work with in an amateurish manner"], ["smatter", "work with in an amateurish manner"], ["paddle", "play in or as if in water, as of small children"]]}, {"answer": "dally", "hint": "synonyms for dally", "clues": [["trifle", "consider not very seriously"], ["play", "behave carelessly or indifferently"], ["chat up", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["toy", "behave carelessly or indifferently"], ["mash", "talk or behave amorously, without serious intentions"], ["flirt", "behave carelessly or indifferently"], ["philander", "talk or behave amorously, without serious intentions"], ["dawdle", "waste time"], ["romance", "talk or behave amorously, without serious intentions"], ["butterfly", "talk or behave amorously, without serious intentions"]]}, {"answer": "dampen", "hint": "synonyms for dampen", "clues": [["break", "lessen in force or effect"], ["weaken", "lessen in force or effect"], ["moisten", "make moist"], ["soften", "lessen in force or effect"], ["wash", "make moist"], ["deaden", "make vague or obscure or make (an image) less visible"], ["damp", "make vague or obscure or make (an image) less visible"], ["tone down", "deaden (a sound or noise), especially by wrapping"], ["stifle", "smother or suppress"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["muffle", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "dash_off", "hint": "synonyms for dash off", "clues": [["scratch off", "write quickly"], ["dash down", "write down hastily"], ["toss off", "write quickly"], ["knock off", "write quickly"], ["fling off", "write quickly"]]}, {"answer": "daunt", "hint": "synonyms for daunt", "clues": [["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"]]}, {"answer": "dawdle", "hint": "synonyms for dawdle", "clues": [["linger", "take one's time; proceed slowly"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc."], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc."], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc."], ["dally", "waste time"]]}, {"answer": "deaden", "hint": "synonyms for deaden", "clues": [["dampen", "make vague or obscure or make (an image) less visible"], ["blunt", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation"], ["girdle", "cut a girdle around so as to kill by interrupting the circulation of water and nutrients"], ["damp", "make vague or obscure or make (an image) less visible"]]}, {"answer": "deal_out", "hint": "synonyms for deal out", "clues": [["administer", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"]]}, {"answer": "debar", "hint": "synonyms for debar", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["suspend", "bar temporarily; from school, office, etc."], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["exclude", "prevent from entering; keep out"], ["bar", "prevent from entering; keep out"], ["ward off", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"]]}, {"answer": "debase", "hint": "synonyms for debase", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["alloy", "lower in value by increasing the base-metal content"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones"], ["subvert", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "decamp", "hint": "synonyms for decamp", "clues": [["make off", "run away; usually includes taking something or somebody along"], ["bolt", "run away; usually includes taking something or somebody along"], ["absquatulate", "run away; usually includes taking something or somebody along"], ["go off", "run away; usually includes taking something or somebody along"], ["abscond", "run away; usually includes taking something or somebody along"], ["skip", "leave suddenly"], ["run off", "run away; usually includes taking something or somebody along"], ["vamoose", "leave suddenly"], ["break camp", "leave a camp"]]}, {"answer": "deceive", "hint": "synonyms for deceive", "clues": [["betray", "cause someone to believe an untruth"], ["lead astray", "cause someone to believe an untruth"], ["cozen", "be false to; be dishonest with"], ["lead on", "be false to; be dishonest with"], ["delude", "be false to; be dishonest with"]]}, {"answer": "decelerate", "hint": "synonyms for decelerate", "clues": [["slow up", "lose velocity; move more slowly"], ["slow down", "reduce the speed of"], ["retard", "lose velocity; move more slowly"], ["slow", "lose velocity; move more slowly"]]}, {"answer": "decide", "hint": "synonyms for decide", "clues": [["determine", "reach, make, or come to a decision about something"], ["make up one's mind", "reach, make, or come to a decision about something"], ["resolve", "bring to an end; settle conclusively"], ["settle", "bring to an end; settle conclusively"], ["adjudicate", "bring to an end; settle conclusively"]]}, {"answer": "decimate", "hint": "synonyms for decimate", "clues": [["wipe out", "kill in large numbers"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["extinguish", "kill in large numbers"], ["annihilate", "kill in large numbers"], ["carry off", "kill in large numbers"]]}, {"answer": "deck_out", "hint": "synonyms for deck out", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "deck_up", "hint": "synonyms for deck up", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "decolor", "hint": "synonyms for decolor", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "decolorise", "hint": "synonyms for decolorise", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolourise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "decolorize", "hint": "synonyms for decolorize", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "decolour", "hint": "synonyms for decolour", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolor", "remove color from"]]}, {"answer": "decolourise", "hint": "synonyms for decolourise", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "decolourize", "hint": "synonyms for decolourize", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "decompose", "hint": "synonyms for decompose", "clues": [["disintegrate", "lose a stored charge, magnetic flux, or current"], ["decay", "lose a stored charge, magnetic flux, or current"], ["break up", "separate (substances) into constituent elements or parts"], ["moulder", "break down"], ["rot", "break down"], ["break down", "separate (substances) into constituent elements or parts"]]}, {"answer": "decompress", "hint": "synonyms for decompress", "clues": [["loosen up", "become less tense, rest, or take one's ease"], ["unwind", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["uncompress", "restore to its uncompressed form"], ["depressurize", "decrease the pressure of"], ["relax", "become less tense, rest, or take one's ease"], ["unbend", "become less tense, rest, or take one's ease"]]}, {"answer": "decorate", "hint": "synonyms for decorate", "clues": [["adorn", "make more attractive by adding ornament, colour, etc."], ["beautify", "make more attractive by adding ornament, colour, etc."], ["grace", "be beautiful to look at"], ["ornament", "make more attractive by adding ornament, colour, etc."], ["embellish", "make more attractive by adding ornament, colour, etc."], ["deck", "be beautiful to look at"], ["dress", "provide with decoration"]]}, {"answer": "decriminalise", "hint": "synonyms for decriminalise", "clues": [["decriminalize", "make legal"], ["legalize", "make legal"], ["legitimatize", "make legal"], ["legitimise", "make legal"]]}, {"answer": "decriminalize", "hint": "synonyms for decriminalize", "clues": [["legalize", "make legal"], ["decriminalise", "make legal"], ["legitimatize", "make legal"], ["legitimise", "make legal"]]}, {"answer": "decry", "hint": "synonyms for decry", "clues": [["condemn", "express strong disapproval of"], ["reprobate", "express strong disapproval of"], ["excoriate", "express strong disapproval of"], ["objurgate", "express strong disapproval of"]]}, {"answer": "dedicate", "hint": "synonyms for dedicate", "clues": [["consecrate", "give entirely to a specific person, activity, or cause"], ["commit", "give entirely to a specific person, activity, or cause"], ["give", "give entirely to a specific person, activity, or cause"], ["devote", "give entirely to a specific person, activity, or cause"]]}, {"answer": "deduct", "hint": "synonyms for deduct", "clues": [["withhold", "retain and refrain from disbursing; of payments"], ["recoup", "retain and refrain from disbursing; of payments"], ["derive", "reason by deduction; establish by deduction"], ["deduce", "reason by deduction; establish by deduction"], ["take off", "make a subtraction"], ["infer", "reason by deduction; establish by deduction"], ["subtract", "make a subtraction"]]}, {"answer": "deepen", "hint": "synonyms for deepen", "clues": [["heighten", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["change", "become deeper in tone"], ["intensify", "make more intense, stronger, or more marked; ,"]]}, {"answer": "defalcate", "hint": "synonyms for defalcate", "clues": [["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"]]}, {"answer": "defame", "hint": "synonyms for defame", "clues": [["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "defecate", "hint": "synonyms for defecate", "clues": [["ca-ca", "have a bowel movement"], ["crap", "have a bowel movement"], ["stool", "have a bowel movement"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["take a shit", "have a bowel movement"], ["shit", "have a bowel movement"]]}, {"answer": "defend", "hint": "synonyms for defend", "clues": [["represent", "be the defense counsel for someone in a trial"], ["fight down", "fight against or resist strongly"], ["support", "argue or speak in defense of"], ["fend for", "argue or speak in defense of"], ["fight", "fight against or resist strongly"], ["oppose", "fight against or resist strongly"], ["guard", "protect against a challenge or attack"], ["champion", "protect or fight for as a champion"], ["hold", "protect against a challenge or attack"], ["fight back", "fight against or resist strongly"], ["maintain", "state or assert"]]}, {"answer": "defer", "hint": "synonyms for defer", "clues": [["table", "hold back to a later time"], ["put over", "hold back to a later time"], ["bow", "yield to another's wish or opinion"], ["shelve", "hold back to a later time"], ["give in", "yield to another's wish or opinion"], ["prorogue", "hold back to a later time"], ["postpone", "hold back to a later time"], ["accede", "yield to another's wish or opinion"], ["submit", "yield to another's wish or opinion"], ["remit", "hold back to a later time"], ["set back", "hold back to a later time"], ["hold over", "hold back to a later time"], ["put off", "hold back to a later time"]]}, {"answer": "define", "hint": "synonyms for define", "clues": [["specify", "decide upon or fix definitely"], ["delineate", "show the form or outline of"], ["fix", "decide upon or fix definitely"], ["limit", "decide upon or fix definitely"], ["determine", "decide upon or fix definitely"], ["set", "decide upon or fix definitely"], ["delimitate", "determine the essential quality of"], ["delimit", "determine the essential quality of"]]}, {"answer": "deflect", "hint": "synonyms for deflect", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["distract", "draw someone's attention away from something"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["bend", "turn from a straight course, fixed direction, or line of interest"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["turn away", "turn from a straight course, fixed direction, or line of interest"], ["parry", "impede the movement of (an opponent or a ball)"], ["block", "impede the movement of (an opponent or a ball)"], ["ward off", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "deflower", "hint": "synonyms for deflower", "clues": [["impair", "make imperfect"], ["vitiate", "make imperfect"], ["mar", "make imperfect"], ["spoil", "make imperfect"], ["ruin", "deprive of virginity"]]}, {"answer": "deform", "hint": "synonyms for deform", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form"], ["turn", "cause (a plastic object) to assume a crooked or angular form"], ["change form", "assume a different shape or form"], ["contort", "twist and press out of shape"], ["distort", "twist and press out of shape"], ["twist", "cause (a plastic object) to assume a crooked or angular form"], ["change shape", "assume a different shape or form"], ["bend", "cause (a plastic object) to assume a crooked or angular form"], ["strain", "alter the shape of (something) by stress"], ["wring", "twist and press out of shape"]]}, {"answer": "defraud", "hint": "synonyms for defraud", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "defy", "hint": "synonyms for defy", "clues": [["resist", "elude, especially in a baffling way"], ["refuse", "elude, especially in a baffling way"], ["dare", "challenge"], ["withstand", "resist or confront with resistance"], ["hold up", "resist or confront with resistance"], ["hold", "resist or confront with resistance"]]}, {"answer": "degrade", "hint": "synonyms for degrade", "clues": [["demean", "reduce in worth or character, usually verbally"], ["disgrace", "reduce in worth or character, usually verbally"], ["cheapen", "lower the grade of something; reduce its worth"], ["put down", "reduce in worth or character, usually verbally"], ["take down", "reduce in worth or character, usually verbally"]]}, {"answer": "deject", "hint": "synonyms for deject", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["cast down", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "delete", "hint": "synonyms for delete", "clues": [["erase", "wipe out digitally or magnetically recorded information"], ["blue-pencil", "cut or eliminate"], ["edit", "cut or eliminate"], ["cancel", "remove or make invisible"]]}, {"answer": "delimit", "hint": "synonyms for delimit", "clues": [["delimitate", "set, mark, or draw the boundaries of something"], ["demarcate", "set, mark, or draw the boundaries of something"], ["subtend", "be opposite to; of angles and sides, in geometry"], ["define", "determine the essential quality of"], ["delineate", "determine the essential quality of"], ["specify", "determine the essential quality of"]]}, {"answer": "delimitate", "hint": "synonyms for delimitate", "clues": [["demarcate", "set, mark, or draw the boundaries of something"], ["define", "determine the essential quality of"], ["delineate", "determine the essential quality of"], ["specify", "determine the essential quality of"], ["delimit", "determine the essential quality of"]]}, {"answer": "deliver", "hint": "synonyms for deliver", "clues": [["render", "pass down"], ["return", "pass down"], ["surrender", "relinquish possession or control over"], ["present", "deliver (a speech, oration, or idea)"], ["have", "cause to be born"], ["cede", "relinquish possession or control over"], ["rescue", "free from harm or evil"], ["drive home", "carry out or perform; ,"], ["fork out", "to surrender someone or something to another"], ["extradite", "hand over to the authorities of another country"], ["fork over", "to surrender someone or something to another"], ["turn in", "to surrender someone or something to another"], ["give up", "relinquish possession or control over"], ["redeem", "save from sins"], ["birth", "cause to be born"], ["give birth", "cause to be born"], ["save", "save from sins"], ["pitch", "throw or hurl from the mound to the batter, as in baseball"], ["hand over", "to surrender someone or something to another"], ["deport", "hand over to the authorities of another country"], ["fork up", "to surrender someone or something to another"], ["bear", "cause to be born"]]}, {"answer": "deliver_the_goods", "hint": "synonyms for deliver the goods", "clues": [["win", "attain success or reach a desired goal"], ["bring home the bacon", "attain success or reach a desired goal"], ["come through", "attain success or reach a desired goal"], ["succeed", "attain success or reach a desired goal"]]}, {"answer": "demean", "hint": "synonyms for demean", "clues": [["degrade", "reduce in worth or character, usually verbally"], ["disgrace", "reduce in worth or character, usually verbally"], ["take down", "reduce in worth or character, usually verbally"], ["put down", "reduce in worth or character, usually verbally"]]}, {"answer": "demolish", "hint": "synonyms for demolish", "clues": [["pulverise", "destroy completely"], ["crush", "humiliate or depress completely"], ["destroy", "defeat soundly"], ["smash", "humiliate or depress completely"]]}, {"answer": "demonstrate", "hint": "synonyms for demonstrate", "clues": [["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["shew", "establish the validity of something, as by an example, explanation or experiment"], ["establish", "establish the validity of something, as by an example, explanation or experiment"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["exhibit", "give an exhibition of to an interested audience"], ["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"], ["prove", "establish the validity of something, as by an example, explanation or experiment"], ["show", "give an exhibition of to an interested audience"], ["march", "march in protest; take part in a demonstration"], ["present", "give an exhibition of to an interested audience"], ["demo", "give an exhibition of to an interested audience"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes"]]}, {"answer": "demoralise", "hint": "synonyms for demoralise", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["demoralize", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["depress", "lower someone's spirits; make downhearted"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "demoralize", "hint": "synonyms for demoralize", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["depress", "lower someone's spirits; make downhearted"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "demote", "hint": "synonyms for demote", "clues": [["kick downstairs", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["bump", "assign to a lower position; reduce in rank"], ["break", "assign to a lower position; reduce in rank"]]}, {"answer": "denigrate", "hint": "synonyms for denigrate", "clues": [["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["derogate", "cause to seem less serious; play down"], ["besmirch", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["minimize", "cause to seem less serious; play down"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["belittle", "cause to seem less serious; play down"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone"]]}, {"answer": "denounce", "hint": "synonyms for denounce", "clues": [["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["shop", "give away information about somebody"], ["rat", "give away information about somebody"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["give away", "give away information about somebody"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful"], ["snitch", "give away information about somebody"]]}, {"answer": "depart", "hint": "synonyms for depart", "clues": [["straggle", "wander from a direct or straight course"], ["vary", "be at variance with; be out of line with"], ["take off", "leave"], ["set forth", "leave"], ["start", "leave"], ["pull up stakes", "remove oneself from an association with or participation in"], ["deviate", "be at variance with; be out of line with"], ["diverge", "be at variance with; be out of line with"], ["set out", "leave"], ["go", "move away from a place into another direction"], ["take leave", "go away or leave"], ["leave", "remove oneself from an association with or participation in"], ["digress", "wander from a direct or straight course"], ["set off", "leave"], ["quit", "go away or leave"], ["part", "leave"], ["sidetrack", "wander from a direct or straight course"], ["start out", "leave"], ["go away", "move away from a place into another direction"]]}, {"answer": "depend", "hint": "synonyms for depend", "clues": [["count", "have faith or confidence in"], ["look", "have faith or confidence in"], ["bet", "have faith or confidence in"], ["calculate", "have faith or confidence in"], ["reckon", "have faith or confidence in"]]}, {"answer": "depend_on", "hint": "synonyms for depend on", "clues": [["depend upon", "be contingent on"], ["hinge upon", "be contingent on"], ["turn on", "be contingent on"], ["rely upon", "put trust in with confidence"], ["ride", "be contingent on"], ["devolve on", "be contingent on"]]}, {"answer": "depend_upon", "hint": "synonyms for depend upon", "clues": [["hinge upon", "be contingent on"], ["turn on", "be contingent on"], ["rely upon", "put trust in with confidence"], ["depend on", "put trust in with confidence"], ["ride", "be contingent on"], ["devolve on", "be contingent on"]]}, {"answer": "depict", "hint": "synonyms for depict", "clues": [["portray", "make a portrait of"], ["describe", "give a description of"], ["draw", "give a description of"], ["limn", "make a portrait of"], ["show", "show in, or as in, a picture"], ["render", "show in, or as in, a picture"], ["picture", "show in, or as in, a picture"]]}, {"answer": "deplete", "hint": "synonyms for deplete", "clues": [["run through", "use up (resources or materials)"], ["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["use up", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["eat", "use up (resources or materials)"], ["exhaust", "use up (resources or materials)"]]}, {"answer": "deplumate", "hint": "synonyms for deplumate", "clues": [["displume", "strip of feathers"], ["pull", "strip of feathers"], ["pluck", "strip of feathers"], ["deplume", "strip of feathers"], ["tear", "strip of feathers"]]}, {"answer": "deplume", "hint": "synonyms for deplume", "clues": [["displume", "strip of feathers"], ["pull", "strip of feathers"], ["deplumate", "strip of feathers"], ["pluck", "strip of feathers"], ["tear", "strip of feathers"]]}, {"answer": "deport", "hint": "synonyms for deport", "clues": [["deliver", "hand over to the authorities of another country"], ["behave", "behave in a certain manner"], ["carry", "behave in a certain manner"], ["comport", "behave in a certain manner"], ["exile", "expel from a country"], ["expatriate", "expel from a country"], ["conduct", "behave in a certain manner"], ["bear", "behave in a certain manner"], ["acquit", "behave in a certain manner"], ["extradite", "hand over to the authorities of another country"]]}, {"answer": "deprave", "hint": "synonyms for deprave", "clues": [["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "depreciate", "hint": "synonyms for depreciate", "clues": [["devalue", "lose in value"], ["deprecate", "belittle"], ["undervalue", "lose in value"], ["vilipend", "belittle"]]}, {"answer": "depress", "hint": "synonyms for depress", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["press down", "press down"], ["cast down", "lower someone's spirits; make downhearted"], ["dispirit", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["lower", "cause to drop or sink"]]}, {"answer": "depute", "hint": "synonyms for depute", "clues": [["deputise", "appoint as a substitute"], ["delegate", "transfer power to someone"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)"], ["assign", "give an assignment to (a person) to a post, or assign a task to (a person)"]]}, {"answer": "derive", "hint": "synonyms for derive", "clues": [["deduct", "reason by deduction; establish by deduction"], ["descend", "come from; be connected by a relationship of blood, for example"], ["educe", "develop or evolve from a latent or potential state"], ["infer", "reason by deduction; establish by deduction"], ["gain", "obtain"], ["come", "come from; be connected by a relationship of blood, for example"]]}, {"answer": "descend", "hint": "synonyms for descend", "clues": [["condescend", "do something that one considers to be below one's dignity"], ["go down", "move downward and lower, but not necessarily all the way"], ["come down", "move downward and lower, but not necessarily all the way"], ["deign", "do something that one considers to be below one's dignity"], ["fall", "move downward and lower, but not necessarily all the way"], ["settle", "come as if by falling"], ["derive", "come from; be connected by a relationship of blood, for example"], ["come", "come from; be connected by a relationship of blood, for example"]]}, {"answer": "describe", "hint": "synonyms for describe", "clues": [["line", "make a mark or lines on a surface"], ["name", "identify as in botany or biology, for example"], ["draw", "give a description of"], ["delineate", "make a mark or lines on a surface"], ["account", "to give an account or representation of in words"], ["depict", "give a description of"], ["distinguish", "identify as in botany or biology, for example"], ["key", "identify as in botany or biology, for example"], ["key out", "identify as in botany or biology, for example"], ["trace", "make a mark or lines on a surface"], ["identify", "identify as in botany or biology, for example"], ["report", "to give an account or representation of in words"], ["discover", "identify as in botany or biology, for example"]]}, {"answer": "desecrate", "hint": "synonyms for desecrate", "clues": [["outrage", "violate the sacred character of a place or language"], ["violate", "violate the sacred character of a place or language"], ["profane", "violate the sacred character of a place or language"], ["unhallow", "remove the consecration from a person or an object"], ["deconsecrate", "remove the consecration from a person or an object"]]}, {"answer": "desex", "hint": "synonyms for desex", "clues": [["desexualise", "make infertile"], ["fix", "make infertile"], ["sterilise", "make infertile"], ["unsex", "make infertile"]]}, {"answer": "desexualise", "hint": "synonyms for desexualise", "clues": [["fix", "make infertile"], ["sterilise", "make infertile"], ["unsex", "make infertile"], ["desexualize", "direct one's libidinous urges into another direction"], ["desex", "make infertile"]]}, {"answer": "desexualize", "hint": "synonyms for desexualize", "clues": [["desexualise", "direct one's libidinous urges into another direction"], ["fix", "make infertile"], ["sterilise", "make infertile"], ["unsex", "make infertile"], ["desex", "make infertile"]]}, {"answer": "despoil", "hint": "synonyms for despoil", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["spoil", "destroy and strip of its possession"], ["reave", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["rape", "destroy and strip of its possession"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["violate", "destroy and strip of its possession"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "destine", "hint": "synonyms for destine", "clues": [["fate", "decree or designate beforehand"], ["designate", "decree or designate beforehand"], ["doom", "decree or designate beforehand"], ["specify", "design or destine"], ["intend", "design or destine"]]}, {"answer": "destroy", "hint": "synonyms for destroy", "clues": [["destruct", "do away with, cause the destruction or undoing of"], ["ruin", "destroy completely; damage irreparably"], ["demolish", "defeat soundly"], ["put down", "put (an animal) to death"]]}, {"answer": "detain", "hint": "synonyms for detain", "clues": [["hold up", "cause to be slowed down or delayed"], ["stay", "stop or halt"], ["delay", "cause to be slowed down or delayed"], ["confine", "deprive of freedom; take into confinement"]]}, {"answer": "detect", "hint": "synonyms for detect", "clues": [["find", "discover or determine the existence, presence, or fact of"], ["notice", "discover or determine the existence, presence, or fact of"], ["discover", "discover or determine the existence, presence, or fact of"], ["observe", "discover or determine the existence, presence, or fact of"]]}, {"answer": "determine", "hint": "synonyms for determine", "clues": [["fix", "decide upon or fix definitely"], ["regulate", "shape or influence; give direction to"], ["square up", "settle conclusively; come to terms"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["make up one's mind", "reach, make, or come to a decision about something"], ["find", "establish after a calculation, investigation, experiment, survey, or study"], ["mold", "shape or influence; give direction to"], ["shape", "shape or influence; give direction to"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["specify", "decide upon or fix definitely"], ["decide", "reach, make, or come to a decision about something"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["limit", "decide upon or fix definitely"], ["settle", "settle conclusively; come to terms"], ["set", "decide upon or fix definitely"], ["square off", "settle conclusively; come to terms"], ["influence", "shape or influence; give direction to"], ["define", "decide upon or fix definitely"]]}, {"answer": "dethaw", "hint": "synonyms for dethaw", "clues": [["dissolve", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"]]}, {"answer": "devastate", "hint": "synonyms for devastate", "clues": [["waste", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["scourge", "cause extensive destruction or ruin utterly"], ["desolate", "cause extensive destruction or ruin utterly"], ["lay waste to", "cause extensive destruction or ruin utterly"]]}, {"answer": "develop", "hint": "synonyms for develop", "clues": [["explicate", "elaborate, as of theories and hypotheses"], ["arise", "come into existence; take on form or shape"], ["uprise", "come into existence; take on form or shape"], ["build up", "change the use of and make available or usable"], ["make grow", "cause to grow and differentiate in ways conforming to its natural development"], ["break", "happen"], ["produce", "come to have or undergo a change of (physical features and attributes)"], ["evolve", "gain through experience"], ["educate", "create by training and teaching"], ["recrudesce", "happen"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["prepare", "create by training and teaching"], ["modernise", "become technologically advanced"], ["grow", "come to have or undergo a change of (physical features and attributes)"], ["train", "create by training and teaching"], ["germinate", "work out"], ["formulate", "elaborate, as of theories and hypotheses"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["acquire", "gain through experience"]]}, {"answer": "devolve", "hint": "synonyms for devolve", "clues": [["degenerate", "grow worse"], ["fall", "be inherited by"], ["return", "be inherited by"], ["pass", "be inherited by"], ["deteriorate", "grow worse"], ["drop", "grow worse"]]}, {"answer": "devolve_on", "hint": "synonyms for devolve on", "clues": [["depend upon", "be contingent on"], ["hinge upon", "be contingent on"], ["turn on", "be contingent on"], ["ride", "be contingent on"]]}, {"answer": "devote", "hint": "synonyms for devote", "clues": [["dedicate", "give entirely to a specific person, activity, or cause"], ["pay", "dedicate"], ["commit", "give entirely to a specific person, activity, or cause"], ["give", "dedicate"], ["consecrate", "give entirely to a specific person, activity, or cause"]]}, {"answer": "devour", "hint": "synonyms for devour", "clues": [["guttle", "eat greedily"], ["down", "eat immoderately"], ["raven", "eat greedily"], ["pig", "eat greedily"], ["go through", "eat immoderately"], ["consume", "eat immoderately"]]}, {"answer": "diddle", "hint": "synonyms for diddle", "clues": [["bunco", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["toy", "manipulate manually or in one's mind or imagination"], ["scam", "deprive of by deceit"], ["play", "manipulate manually or in one's mind or imagination"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["fiddle", "manipulate manually or in one's mind or imagination"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "die_away", "hint": "synonyms for die away", "clues": [["slack", "become less in amount or intensity"], ["let up", "become less in amount or intensity"], ["slack off", "become less in amount or intensity"], ["abate", "become less in amount or intensity"]]}, {"answer": "die_hard", "hint": "synonyms for die hard", "clues": [["persist", "continue to exist"], ["endure", "continue to exist"], ["prevail", "continue to exist"], ["run", "continue to exist"]]}, {"answer": "differentiate", "hint": "synonyms for differentiate", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["severalise", "mark as different"], ["specialise", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["secernate", "mark as different"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["tell", "mark as different"], ["separate", "mark as different"]]}, {"answer": "dig_up", "hint": "synonyms for dig up", "clues": [["dig out", "remove, harvest, or recover by digging"], ["excavate", "find by digging in the ground"], ["dig", "remove, harvest, or recover by digging"], ["turn up", "find by digging in the ground"]]}, {"answer": "digress", "hint": "synonyms for digress", "clues": [["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["straggle", "wander from a direct or straight course"], ["sidetrack", "wander from a direct or straight course"], ["depart", "wander from a direct or straight course"], ["wander", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["stray", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"]]}, {"answer": "dilate", "hint": "synonyms for dilate", "clues": [["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["distend", "become wider"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "dilly-dally", "hint": "synonyms for dilly-dally", "clues": [["stall", "postpone doing what one should be doing"], ["drag one's heels", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["shillyshally", "postpone doing what one should be doing"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "dillydally", "hint": "synonyms for dillydally", "clues": [["stall", "postpone doing what one should be doing"], ["drag one's heels", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["shillyshally", "postpone doing what one should be doing"], ["dilly-dally", "postpone doing what one should be doing"]]}, {"answer": "diminish", "hint": "synonyms for diminish", "clues": [["belittle", "lessen the authority, dignity, or reputation of"], ["lessen", "decrease in size, extent, or range"], ["fall", "decrease in size, extent, or range"], ["decrease", "decrease in size, extent, or range"]]}, {"answer": "disable", "hint": "synonyms for disable", "clues": [["handicap", "injure permanently"], ["incapacitate", "make unable to perform a certain action"], ["disenable", "make unable to perform a certain action"], ["invalid", "injure permanently"]]}, {"answer": "disagree", "hint": "synonyms for disagree", "clues": [["dissent", "be of different opinions"], ["take issue", "be of different opinions"], ["disaccord", "be different from one another"], ["differ", "be of different opinions"]]}, {"answer": "disallow", "hint": "synonyms for disallow", "clues": [["interdict", "command against"], ["nix", "command against"], ["forbid", "command against"], ["prohibit", "command against"], ["veto", "command against"], ["proscribe", "command against"]]}, {"answer": "disappear", "hint": "synonyms for disappear", "clues": [["evaporate", "become less intense and fade away gradually"], ["vanish", "get lost, as without warning or explanation"], ["melt", "become less intense and fade away gradually"], ["go away", "become invisible or unnoticeable"]]}, {"answer": "disassemble", "hint": "synonyms for disassemble", "clues": [["break up", "take apart into its constituent pieces"], ["take apart", "take apart into its constituent pieces"], ["dismantle", "take apart into its constituent pieces"], ["break apart", "take apart into its constituent pieces"]]}, {"answer": "disassociate", "hint": "synonyms for disassociate", "clues": [["disunite", "part; cease or break association with"], ["disjoint", "part; cease or break association with"], ["dissociate", "part; cease or break association with"], ["divorce", "part; cease or break association with"]]}, {"answer": "discase", "hint": "synonyms for discase", "clues": [["disrobe", "get undressed"], ["uncase", "get undressed"], ["strip", "get undressed"], ["strip down", "get undressed"], ["peel", "get undressed"], ["unclothe", "get undressed"], ["undress", "get undressed"]]}, {"answer": "discern", "hint": "synonyms for discern", "clues": [["recognize", "detect with the senses"], ["spot", "detect with the senses"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["pick out", "detect with the senses"], ["make out", "detect with the senses"]]}, {"answer": "discerp", "hint": "synonyms for discerp", "clues": [["dismember", "divide into pieces"], ["lop", "cut off from a whole"], ["take apart", "divide into pieces"], ["sever", "cut off from a whole"]]}, {"answer": "disclose", "hint": "synonyms for disclose", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "discolorise", "hint": "synonyms for discolorise", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "discolorize", "hint": "synonyms for discolorize", "clues": [["bleach out", "remove color from"], ["decolorise", "remove color from"], ["discolourise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "discolourise", "hint": "synonyms for discolourise", "clues": [["bleach out", "remove color from"], ["discolorize", "remove color from"], ["decolorise", "remove color from"], ["bleach", "remove color from"], ["decolour", "remove color from"]]}, {"answer": "discombobulate", "hint": "synonyms for discombobulate", "clues": [["bedevil", "be confusing or perplexing to; cause to be unable to think clearly"], ["throw", "cause to be confused emotionally"], ["bemuse", "cause to be confused emotionally"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly"], ["bewilder", "cause to be confused emotionally"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly"]]}, {"answer": "discomfit", "hint": "synonyms for discomfit", "clues": [["untune", "cause to lose one's composure"], ["upset", "cause to lose one's composure"], ["disconcert", "cause to lose one's composure"], ["discompose", "cause to lose one's composure"]]}, {"answer": "discommode", "hint": "synonyms for discommode", "clues": [["trouble", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["incommode", "to cause inconvenience or discomfort to"], ["disoblige", "to cause inconvenience or discomfort to"], ["inconvenience", "to cause inconvenience or discomfort to"], ["bother", "to cause inconvenience or discomfort to"]]}, {"answer": "discompose", "hint": "synonyms for discompose", "clues": [["discomfit", "cause to lose one's composure"], ["upset", "cause to lose one's composure"], ["disconcert", "cause to lose one's composure"], ["untune", "cause to lose one's composure"]]}, {"answer": "disconcert", "hint": "synonyms for disconcert", "clues": [["upset", "cause to lose one's composure"], ["confuse", "cause to feel embarrassment"], ["discomfit", "cause to lose one's composure"], ["put off", "cause to feel embarrassment"], ["discompose", "cause to lose one's composure"], ["flurry", "cause to feel embarrassment"], ["untune", "cause to lose one's composure"]]}, {"answer": "discontinue", "hint": "synonyms for discontinue", "clues": [["give up", "put an end to a state or an activity"], ["break off", "prevent completion"], ["cease", "put an end to a state or an activity"], ["stop", "prevent completion"], ["quit", "put an end to a state or an activity"], ["break", "prevent completion"], ["lay off", "put an end to a state or an activity"]]}, {"answer": "discover", "hint": "synonyms for discover", "clues": [["distinguish", "identify as in botany or biology, for example"], ["attain", "find unexpectedly"], ["hear", "get to know or become aware of, usually accidentally"], ["get wind", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["find out", "get to know or become aware of, usually accidentally"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["fall upon", "find unexpectedly"], ["get word", "get to know or become aware of, usually accidentally"], ["key", "identify as in botany or biology, for example"], ["notice", "discover or determine the existence, presence, or fact of"], ["find", "make a discovery, make a new finding"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["identify", "identify as in botany or biology, for example"], ["light upon", "find unexpectedly"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["detect", "discover or determine the existence, presence, or fact of"], ["name", "identify as in botany or biology, for example"], ["observe", "discover or determine the existence, presence, or fact of"], ["chance upon", "find unexpectedly"], ["come across", "find unexpectedly"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["see", "get to know or become aware of, usually accidentally"], ["come upon", "find unexpectedly"], ["happen upon", "find unexpectedly"], ["learn", "get to know or become aware of, usually accidentally"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["strike", "find unexpectedly"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "discuss", "hint": "synonyms for discuss", "clues": [["talk over", "speak with others about (something); talk (something) over in detail; have a discussion"], ["talk about", "to consider or examine in speech or writing"], ["hash out", "speak with others about (something); talk (something) over in detail; have a discussion"], ["discourse", "to consider or examine in speech or writing"]]}, {"answer": "disentangle", "hint": "synonyms for disentangle", "clues": [["comb", "smoothen and neaten with or as with a comb"], ["unwind", "separate the tangles of"], ["disinvolve", "free from involvement or entanglement"], ["unsnarl", "extricate from entanglement"], ["untangle", "release from entanglement of difficulty"], ["disembroil", "free from involvement or entanglement"], ["comb out", "smoothen and neaten with or as with a comb"], ["disencumber", "release from entanglement of difficulty"], ["extricate", "release from entanglement of difficulty"], ["straighten out", "extricate from entanglement"]]}, {"answer": "disgorge", "hint": "synonyms for disgorge", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["spill", "cause or allow (a solid substance) to flow or run out or over"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["shed", "cause or allow (a solid substance) to flow or run out or over"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "dish_out", "hint": "synonyms for dish out", "clues": [["serve up", "provide (usually but not necessarily food)"], ["administer", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["dish", "provide (usually but not necessarily food)"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["dish up", "provide (usually but not necessarily food)"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["serve", "provide (usually but not necessarily food)"], ["lot", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "dish_up", "hint": "synonyms for dish up", "clues": [["dish out", "provide (usually but not necessarily food)"], ["serve", "provide (usually but not necessarily food)"], ["serve up", "provide (usually but not necessarily food)"], ["dish", "provide (usually but not necessarily food)"]]}, {"answer": "dislodge", "hint": "synonyms for dislodge", "clues": [["free", "remove or force out from a position"], ["reposition", "change place or direction"], ["shift", "change place or direction"], ["bump", "remove or force from a position of dwelling previously occupied"]]}, {"answer": "dismantle", "hint": "synonyms for dismantle", "clues": [["take down", "tear down so as to make flat with the ground"], ["take apart", "take apart into its constituent pieces"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["break up", "take apart into its constituent pieces"], ["break apart", "take apart into its constituent pieces"], ["disassemble", "take apart into its constituent pieces"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["strip", "take off or remove"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "dismiss", "hint": "synonyms for dismiss", "clues": [["send packing", "stop associating with"], ["disregard", "bar from attention or consideration"], ["fire", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["usher out", "end one's encounter with somebody by causing or permitting the person to leave"], ["push aside", "bar from attention or consideration"], ["force out", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["ignore", "bar from attention or consideration"], ["send away", "terminate the employment of; discharge from an office or position"], ["brush off", "bar from attention or consideration"], ["dissolve", "declare void"], ["throw out", "cease to consider; put out of judicial consideration"], ["discount", "bar from attention or consideration"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["drop", "stop associating with"]]}, {"answer": "disoblige", "hint": "synonyms for disoblige", "clues": [["trouble", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["incommode", "to cause inconvenience or discomfort to"], ["inconvenience", "to cause inconvenience or discomfort to"], ["bother", "to cause inconvenience or discomfort to"], ["discommode", "to cause inconvenience or discomfort to"]]}, {"answer": "dispel", "hint": "synonyms for dispel", "clues": [["disperse", "to cause to separate and go in different directions"], ["scatter", "to cause to separate and go in different directions"], ["turn back", "force to go away; used both with concrete and metaphoric meanings"], ["break up", "to cause to separate and go in different directions"], ["drive out", "force to go away; used both with concrete and metaphoric meanings"], ["dissipate", "to cause to separate and go in different directions"], ["drive off", "force to go away; used both with concrete and metaphoric meanings"], ["drive away", "force to go away; used both with concrete and metaphoric meanings"], ["run off", "force to go away; used both with concrete and metaphoric meanings"], ["chase away", "force to go away; used both with concrete and metaphoric meanings"]]}, {"answer": "dispense", "hint": "synonyms for dispense", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "dispense_with", "hint": "synonyms for dispense with", "clues": [["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["part with", "give up what is not strictly needed"], ["relinquish", "do without or cease to hold or adhere to"], ["spare", "give up what is not strictly needed"], ["give up", "give up what is not strictly needed"], ["foreswear", "do without or cease to hold or adhere to"]]}, {"answer": "disperse", "hint": "synonyms for disperse", "clues": [["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["break up", "to cause to separate and go in different directions"], ["disseminate", "cause to become widely known"], ["scatter", "distribute loosely"], ["sprinkle", "distribute loosely"], ["dissipate", "to cause to separate and go in different directions"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["dot", "distribute loosely"], ["circularize", "cause to become widely known"], ["dispel", "to cause to separate and go in different directions"], ["pass around", "cause to become widely known"], ["spread", "cause to become widely known"], ["dust", "distribute loosely"], ["spread out", "move away from each other"], ["broadcast", "cause to become widely known"]]}, {"answer": "dispirit", "hint": "synonyms for dispirit", "clues": [["demoralise", "lower someone's spirits; make downhearted"], ["dismay", "lower someone's spirits; make downhearted"], ["get down", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["cast down", "lower someone's spirits; make downhearted"], ["depress", "lower someone's spirits; make downhearted"]]}, {"answer": "displace", "hint": "synonyms for displace", "clues": [["fire", "terminate the employment of; discharge from an office or position"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["preempt", "take the place of or have precedence over"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["move", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense"]]}, {"answer": "displume", "hint": "synonyms for displume", "clues": [["deplume", "strip of honors, possessions, or attributes"], ["pull", "strip of feathers"], ["pluck", "strip of feathers"], ["tear", "strip of feathers"]]}, {"answer": "disport", "hint": "synonyms for disport", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["divert", "occupy in an agreeable, entertaining or pleasant fashion"], ["romp", "play boisterously"], ["run around", "play boisterously"], ["frisk", "play boisterously"], ["rollick", "play boisterously"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "dispose", "hint": "synonyms for dispose", "clues": [["fling", "throw or cast away"], ["toss", "throw or cast away"], ["discard", "throw or cast away"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["qualify", "make fit or prepared"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["incline", "make receptive or willing towards an action or attitude or belief"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "disrobe", "hint": "synonyms for disrobe", "clues": [["discase", "get undressed"], ["uncase", "get undressed"], ["strip", "get undressed"], ["strip down", "get undressed"], ["peel", "get undressed"], ["unclothe", "get undressed"], ["undress", "get undressed"]]}, {"answer": "dissemble", "hint": "synonyms for dissemble", "clues": [["cloak", "hide under a false appearance"], ["pretend", "make believe with the intent to deceive"], ["mask", "hide under a false appearance"], ["act", "behave unnaturally or affectedly"], ["affect", "make believe with the intent to deceive"], ["feign", "make believe with the intent to deceive"], ["sham", "make believe with the intent to deceive"]]}, {"answer": "disseminate", "hint": "synonyms for disseminate", "clues": [["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["pass around", "cause to become widely known"], ["circularise", "cause to become widely known"], ["spread", "cause to become widely known"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "dissever", "hint": "synonyms for dissever", "clues": [["separate", "separate into parts or portions"], ["split", "separate into parts or portions"], ["carve up", "separate into parts or portions"], ["divide", "separate into parts or portions"], ["split up", "separate into parts or portions"]]}, {"answer": "dissipate", "hint": "synonyms for dissipate", "clues": [["disperse", "to cause to separate and go in different directions"], ["scatter", "to cause to separate and go in different directions"], ["dispel", "to cause to separate and go in different directions"], ["fool away", "spend frivolously and unwisely"], ["break up", "to cause to separate and go in different directions"], ["shoot", "spend frivolously and unwisely"], ["fritter", "spend frivolously and unwisely"], ["frivol away", "spend frivolously and unwisely"], ["spread out", "move away from each other"], ["fool", "spend frivolously and unwisely"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "dissociate", "hint": "synonyms for dissociate", "clues": [["divorce", "part; cease or break association with"], ["disassociate", "part; cease or break association with"], ["disunite", "part; cease or break association with"], ["disjoint", "part; cease or break association with"], ["decouple", "regard as unconnected"]]}, {"answer": "distill", "hint": "synonyms for distill", "clues": [["condense", "undergo condensation; change from a gaseous to a liquid state and fall in drops"], ["distil", "undergo the process of distillation"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["sublimate", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["extract", "extract by the process of distillation"], ["purify", "remove impurities from, increase the concentration of, and separate through the process of distillation"]]}, {"answer": "distinguish", "hint": "synonyms for distinguish", "clues": [["severalise", "mark as different"], ["name", "identify as in botany or biology, for example"], ["signalize", "make conspicuous or noteworthy"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["make out", "detect with the senses"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["discern", "detect with the senses"], ["tell", "mark as different"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["pick out", "detect with the senses"], ["separate", "mark as different"], ["recognize", "detect with the senses"], ["secernate", "mark as different"], ["key", "identify as in botany or biology, for example"], ["spot", "detect with the senses"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense"], ["identify", "identify as in botany or biology, for example"], ["discover", "identify as in botany or biology, for example"]]}, {"answer": "distort", "hint": "synonyms for distort", "clues": [["falsify", "make false by mutilation or addition; as of a message or story"], ["twist", "form into a spiral shape"], ["color", "affect as in thought or feeling"], ["tinge", "affect as in thought or feeling"], ["contort", "twist and press out of shape"], ["deform", "alter the shape of (something) by stress"], ["warp", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["twine", "form into a spiral shape"], ["strain", "alter the shape of (something) by stress"], ["wring", "twist and press out of shape"]]}, {"answer": "distract", "hint": "synonyms for distract", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["deflect", "draw someone's attention away from something"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "distribute", "hint": "synonyms for distribute", "clues": [["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["pass around", "cause be distributed"], ["stagger", "to arrange in a systematic order"], ["spread", "distribute or disperse widely"], ["dispense", "administer or bestow, as in small portions"], ["circulate", "cause to become widely known"], ["shell out", "administer or bestow, as in small portions"], ["circularize", "cause to become widely known"], ["deal out", "administer or bestow, as in small portions"], ["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["give out", "give to several people"], ["pass on", "cause be distributed"], ["lot", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["hand out", "give to several people"], ["mete out", "administer or bestow, as in small portions"], ["broadcast", "cause to become widely known"], ["pass out", "give to several people"]]}, {"answer": "disturb", "hint": "synonyms for disturb", "clues": [["agitate", "change the arrangement or position of"], ["interrupt", "destroy the peace or tranquility of"], ["commove", "change the arrangement or position of"], ["raise up", "change the arrangement or position of"], ["vex", "change the arrangement or position of"], ["shake up", "change the arrangement or position of"], ["upset", "move deeply"], ["touch", "tamper with"], ["stir up", "change the arrangement or position of"], ["trouble", "move deeply"]]}, {"answer": "disunite", "hint": "synonyms for disunite", "clues": [["dissociate", "part; cease or break association with"], ["divorce", "part; cease or break association with"], ["separate", "force, take, or pull apart"], ["part", "force, take, or pull apart"], ["disjoint", "part; cease or break association with"], ["divide", "force, take, or pull apart"]]}, {"answer": "divert", "hint": "synonyms for divert", "clues": [["deviate", "turn aside; turn away from"], ["hive off", "withdraw (money) and move into a different location, often secretly and with dishonest intentions"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion"], ["disport", "occupy in an agreeable, entertaining or pleasant fashion"]]}, {"answer": "divest", "hint": "synonyms for divest", "clues": [["strip", "remove (someone's or one's own) clothes"], ["disinvest", "reduce or dispose of; cease to hold (an investment)"], ["undress", "remove (someone's or one's own) clothes"], ["deprive", "take away possessions from someone"]]}, {"answer": "divulge", "hint": "synonyms for divulge", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "divvy_up", "hint": "synonyms for divvy up", "clues": [["portion out", "give out as one's portion or share"], ["apportion", "give out as one's portion or share"], ["share", "give out as one's portion or share"], ["deal", "give out as one's portion or share"]]}, {"answer": "do_in", "hint": "synonyms for do in", "clues": [["waste", "get rid of (someone who may be a threat) by killing"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["neutralise", "get rid of (someone who may be a threat) by killing"]]}, {"answer": "do_it", "hint": "synonyms for do it", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "dole_out", "hint": "synonyms for dole out", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "domesticate", "hint": "synonyms for domesticate", "clues": [["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["domesticize", "overcome the wildness of; make docile and tractable"], ["reclaim", "overcome the wildness of; make docile and tractable"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"]]}, {"answer": "domesticise", "hint": "synonyms for domesticise", "clues": [["domesticize", "overcome the wildness of; make docile and tractable"], ["reclaim", "overcome the wildness of; make docile and tractable"], ["domesticate", "overcome the wildness of; make docile and tractable"], ["tame", "overcome the wildness of; make docile and tractable"]]}, {"answer": "domesticize", "hint": "synonyms for domesticize", "clues": [["reclaim", "overcome the wildness of; make docile and tractable"], ["domesticise", "overcome the wildness of; make docile and tractable"], ["domesticate", "overcome the wildness of; make docile and tractable"], ["tame", "overcome the wildness of; make docile and tractable"]]}, {"answer": "domiciliate", "hint": "synonyms for domiciliate", "clues": [["house", "provide housing for"], ["domicile", "make one's home in a particular place or community"], ["put up", "provide housing for"], ["shack", "make one's home in a particular place or community"], ["reside", "make one's home in a particular place or community"]]}, {"answer": "dominate", "hint": "synonyms for dominate", "clues": [["overshadow", "be greater in significance than"], ["overlook", "look down on"], ["overtop", "look down on"], ["predominate", "be larger in number, quantity, power, status or importance"], ["rule", "be larger in number, quantity, power, status or importance"], ["master", "have dominance or the power to defeat over"], ["prevail", "be larger in number, quantity, power, status or importance"], ["reign", "be larger in number, quantity, power, status or importance"], ["eclipse", "be greater in significance than"], ["command", "look down on"]]}, {"answer": "dope_off", "hint": "synonyms for dope off", "clues": [["doze off", "change from a waking to a sleeping state"], ["drowse off", "change from a waking to a sleeping state"], ["drop off", "change from a waking to a sleeping state"], ["fall asleep", "change from a waking to a sleeping state"], ["flake out", "change from a waking to a sleeping state"], ["nod off", "change from a waking to a sleeping state"], ["drift off", "change from a waking to a sleeping state"]]}, {"answer": "douse", "hint": "synonyms for douse", "clues": [["duck", "dip into a liquid"], ["dowse", "cover with liquid; pour liquid onto"], ["dip", "dip into a liquid"], ["sop", "cover with liquid; pour liquid onto"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate"], ["drench", "cover with liquid; pour liquid onto"], ["put out", "put out, as of a candle or a light"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "downplay", "hint": "synonyms for downplay", "clues": [["understate", "represent as less significant or important"], ["minimize", "represent as less significant or important"], ["background", "understate the importance or quality of"], ["play down", "understate the importance or quality of"]]}, {"answer": "doze_off", "hint": "synonyms for doze off", "clues": [["drowse off", "change from a waking to a sleeping state"], ["dope off", "change from a waking to a sleeping state"], ["fall asleep", "change from a waking to a sleeping state"], ["flake out", "change from a waking to a sleeping state"], ["nod off", "change from a waking to a sleeping state"], ["drift off", "change from a waking to a sleeping state"]]}, {"answer": "drag_in", "hint": "synonyms for drag in", "clues": [["embroil", "force into some kind of situation, condition, or course of action"], ["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "drag_one's_feet", "hint": "synonyms for drag one's feet", "clues": [["stall", "postpone doing what one should be doing"], ["drag one's heels", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["shillyshally", "postpone doing what one should be doing"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "drag_one's_heels", "hint": "synonyms for drag one's heels", "clues": [["stall", "postpone doing what one should be doing"], ["procrastinate", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["shillyshally", "postpone doing what one should be doing"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "dramatise", "hint": "synonyms for dramatise", "clues": [["pad", "add details to"], ["dramatize", "represent something in a dramatic manner"], ["aggrandize", "add details to"], ["blow up", "add details to"], ["adopt", "put into dramatic form"], ["embellish", "add details to"], ["lard", "add details to"], ["embroider", "add details to"]]}, {"answer": "dramatize", "hint": "synonyms for dramatize", "clues": [["pad", "add details to"], ["aggrandize", "add details to"], ["blow up", "add details to"], ["dramatise", "represent something in a dramatic manner"], ["adopt", "put into dramatic form"], ["embellish", "add details to"], ["lard", "add details to"], ["embroider", "add details to"]]}, {"answer": "draw_back", "hint": "synonyms for draw back", "clues": [["move back", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["withdraw", "pull back or move away or backward"], ["pull back", "use a surgical instrument to hold open (the edges of a wound or an organ)"], ["retire", "pull back or move away or backward"], ["pull away", "pull back or move away or backward"]]}, {"answer": "draw_close", "hint": "synonyms for draw close", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["come near", "move towards"], ["go up", "move towards"], ["near", "move towards"], ["come on", "move towards"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position"], ["approach", "move towards"], ["draw near", "move towards"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"]]}, {"answer": "draw_in", "hint": "synonyms for draw in", "clues": [["move in", "of trains; move into (a station)"], ["draw", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["pull in", "of trains; move into (a station)"], ["suck in", "draw in as if by suction"], ["close in", "advance or converge on"], ["curl", "shape one's body into a curl"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["curl up", "shape one's body into a curl"], ["get in", "of trains; move into (a station)"], ["retract", "pull inward or towards a center"]]}, {"answer": "draw_near", "hint": "synonyms for draw near", "clues": [["go up", "move towards"], ["come near", "move towards"], ["near", "move towards"], ["come on", "move towards"], ["draw close", "move towards"], ["approach", "move towards"]]}, {"answer": "draw_off", "hint": "synonyms for draw off", "clues": [["withdraw", "remove (a commodity) from (a supply source)"], ["take out", "remove (a commodity) from (a supply source)"], ["draw away", "remove by drawing or pulling"], ["pull off", "remove by drawing or pulling"], ["draw", "remove (a commodity) from (a supply source)"]]}, {"answer": "draw_out", "hint": "synonyms for draw out", "clues": [["prolong", "lengthen in time; cause to be or last longer"], ["elicit", "deduce (a principle) or construe (a meaning)"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense"], ["pull", "remove, usually with some force or effort; also used in an abstract sense"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense"], ["suck out", "remove as if by suction"], ["evoke", "deduce (a principle) or construe (a meaning)"], ["educe", "deduce (a principle) or construe (a meaning)"], ["extract", "deduce (a principle) or construe (a meaning)"], ["extend", "lengthen in time; cause to be or last longer"], ["take out", "remove, usually with some force or effort; also used in an abstract sense"], ["protract", "lengthen in time; cause to be or last longer"], ["aspirate", "remove as if by suction"]]}, {"answer": "draw_up", "hint": "synonyms for draw up", "clues": [["compose", "make up plans or basic details for"], ["frame", "make up plans or basic details for"], ["pull up", "cause (a vehicle) to stop"], ["haul up", "come to a halt after driving somewhere"], ["straighten up", "straighten oneself"]]}, {"answer": "dream_up", "hint": "synonyms for dream up", "clues": [["think of", "devise or invent"], ["concoct", "devise or invent"], ["think up", "devise or invent"], ["hatch", "devise or invent"]]}, {"answer": "drench", "hint": "synonyms for drench", "clues": [["dowse", "cover with liquid; pour liquid onto"], ["souse", "cover with liquid; pour liquid onto"], ["sop", "cover with liquid; pour liquid onto"], ["imbrue", "permeate or impregnate"], ["swamp", "drench or submerge or be drenched or submerged"], ["douse", "cover with liquid; pour liquid onto"], ["soak", "cover with liquid; pour liquid onto"]]}, {"answer": "dress_down", "hint": "synonyms for dress down", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["underdress", "dress informally and casually"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "dress_up", "hint": "synonyms for dress up", "clues": [["costume", "dress in a costume"], ["attire", "put on special clothes to appear particularly appealing and attractive"], ["rig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["bard", "put a caparison on"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["dress", "dress in a certain manner"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["caparison", "put a caparison on"], ["window-dress", "make something appear superficially attractive"]]}, {"answer": "drift_off", "hint": "synonyms for drift off", "clues": [["doze off", "change from a waking to a sleeping state"], ["drop off", "change from a waking to a sleeping state"], ["drowse off", "change from a waking to a sleeping state"], ["fall asleep", "change from a waking to a sleeping state"], ["flake out", "change from a waking to a sleeping state"], ["nod off", "change from a waking to a sleeping state"]]}, {"answer": "drink_down", "hint": "synonyms for drink down", "clues": [["belt down", "drink down entirely"], ["kill", "drink down entirely"], ["pour down", "drink down entirely"], ["toss off", "drink down entirely"], ["pop", "drink down entirely"], ["down", "drink down entirely"]]}, {"answer": "drive_away", "hint": "synonyms for drive away", "clues": [["drive off", "force to go away; used both with concrete and metaphoric meanings"], ["turn back", "force to go away; used both with concrete and metaphoric meanings"], ["run off", "force to go away; used both with concrete and metaphoric meanings"], ["dispel", "force to go away; used both with concrete and metaphoric meanings"], ["chase away", "force to go away; used both with concrete and metaphoric meanings"], ["drive out", "force to go away; used both with concrete and metaphoric meanings"]]}, {"answer": "drive_back", "hint": "synonyms for drive back", "clues": [["repel", "force or drive back"], ["fight off", "force or drive back"], ["rebuff", "force or drive back"], ["repulse", "force or drive back"]]}, {"answer": "drive_off", "hint": "synonyms for drive off", "clues": [["drive away", "force to go away; used both with concrete and metaphoric meanings"], ["turn back", "force to go away; used both with concrete and metaphoric meanings"], ["run off", "force to go away; used both with concrete and metaphoric meanings"], ["dispel", "force to go away; used both with concrete and metaphoric meanings"], ["chase away", "force to go away; used both with concrete and metaphoric meanings"], ["drive out", "force to go away; used both with concrete and metaphoric meanings"]]}, {"answer": "drive_out", "hint": "synonyms for drive out", "clues": [["clear out", "clear out the chest and lungs"], ["rout out", "force or drive out"], ["turn back", "force to go away; used both with concrete and metaphoric meanings"], ["expectorate", "clear out the chest and lungs"], ["chase away", "force to go away; used both with concrete and metaphoric meanings"], ["drive off", "force to go away; used both with concrete and metaphoric meanings"], ["drive away", "force to go away; used both with concrete and metaphoric meanings"], ["rouse", "force or drive out"], ["force out", "force or drive out"], ["run off", "force to go away; used both with concrete and metaphoric meanings"], ["dispel", "force to go away; used both with concrete and metaphoric meanings"]]}, {"answer": "drop_back", "hint": "synonyms for drop back", "clues": [["trail", "to lag or linger behind"], ["drop behind", "to lag or linger behind"], ["hang back", "to lag or linger behind"], ["get behind", "to lag or linger behind"], ["drag", "to lag or linger behind"]]}, {"answer": "drop_behind", "hint": "synonyms for drop behind", "clues": [["trail", "to lag or linger behind"], ["hang back", "to lag or linger behind"], ["get behind", "to lag or linger behind"], ["drop back", "to lag or linger behind"], ["drag", "to lag or linger behind"]]}, {"answer": "drop_by_the_wayside", "hint": "synonyms for drop by the wayside", "clues": [["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"]]}, {"answer": "drop_dead", "hint": "synonyms for drop dead", "clues": [["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "drop_off", "hint": "synonyms for drop off", "clues": [["recede", "retreat"], ["drop away", "get worse"], ["discharge", "leave or unload"], ["fall behind", "retreat"], ["fall away", "get worse"], ["drop", "leave or unload"], ["nod off", "change from a waking to a sleeping state"], ["doze off", "change from a waking to a sleeping state"], ["lose", "retreat"], ["set down", "leave or unload"], ["unload", "leave or unload"], ["fall back", "retreat"], ["drowse off", "change from a waking to a sleeping state"], ["flake out", "change from a waking to a sleeping state"], ["put down", "leave or unload"], ["fall asleep", "change from a waking to a sleeping state"], ["slip", "get worse"], ["drift off", "change from a waking to a sleeping state"]]}, {"answer": "drop_out", "hint": "synonyms for drop out", "clues": [["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"]]}, {"answer": "drop_the_ball", "hint": "synonyms for drop the ball", "clues": [["boob", "commit a faux pas or a fault or make a serious mistake"], ["goof", "commit a faux pas or a fault or make a serious mistake"], ["blunder", "commit a faux pas or a fault or make a serious mistake"], ["sin", "commit a faux pas or a fault or make a serious mistake"]]}, {"answer": "drowse_off", "hint": "synonyms for drowse off", "clues": [["doze off", "change from a waking to a sleeping state"], ["drop off", "change from a waking to a sleeping state"], ["fall asleep", "change from a waking to a sleeping state"], ["flake out", "change from a waking to a sleeping state"], ["nod off", "change from a waking to a sleeping state"], ["drift off", "change from a waking to a sleeping state"]]}, {"answer": "drub", "hint": "synonyms for drub", "clues": [["clobber", "beat thoroughly and conclusively in a competition or fight"], ["lick", "beat thoroughly and conclusively in a competition or fight"], ["bat", "beat thoroughly and conclusively in a competition or fight"], ["cream", "beat thoroughly and conclusively in a competition or fight"], ["thrash", "beat thoroughly and conclusively in a competition or fight"]]}, {"answer": "drum_out", "hint": "synonyms for drum out", "clues": [["boot out", "remove from a position or office"], ["oust", "remove from a position or office"], ["kick out", "remove from a position or office"], ["expel", "remove from a position or office"], ["throw out", "remove from a position or office"]]}, {"answer": "dumbfound", "hint": "synonyms for dumbfound", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "dummy_up", "hint": "synonyms for dummy up", "clues": [["shut up", "refuse to talk or stop talking; fall silent"], ["button up", "refuse to talk or stop talking; fall silent"], ["belt up", "refuse to talk or stop talking; fall silent"], ["be quiet", "refuse to talk or stop talking; fall silent"], ["keep mum", "refuse to talk or stop talking; fall silent"], ["clam up", "refuse to talk or stop talking; fall silent"], ["dummy", "make a dummy of"], ["close up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "dwell", "hint": "synonyms for dwell", "clues": [["lie in", "originate (in)"], ["live", "inhabit or live in; be an inhabitant of"], ["populate", "inhabit or live in; be an inhabitant of"], ["harp", "come back to"], ["brood", "think moodily or anxiously about something"], ["inhabit", "inhabit or live in; be an inhabitant of"], ["consist", "originate (in)"]]}, {"answer": "earn", "hint": "synonyms for earn", "clues": [["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["garner", "acquire or deserve by one's efforts or actions"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["realize", "earn on some commercial or business transaction; earn as salary or wages"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"]]}, {"answer": "ease_off", "hint": "synonyms for ease off", "clues": [["ease up", "reduce pressure or intensity"], ["let up", "reduce pressure or intensity"], ["slacken off", "become less intense"], ["flag", "become less intense"]]}, {"answer": "ease_up", "hint": "synonyms for ease up", "clues": [["give", "move in order to make room for someone for something"], ["yield", "move in order to make room for someone for something"], ["move over", "move in order to make room for someone for something"], ["slacken off", "become less intense"], ["ease off", "reduce pressure or intensity"], ["let up", "reduce pressure or intensity"], ["give way", "move in order to make room for someone for something"], ["flag", "become less intense"]]}, {"answer": "eat", "hint": "synonyms for eat", "clues": [["corrode", "cause to deteriorate due to the action of water, air, or an acid"], ["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["rust", "cause to deteriorate due to the action of water, air, or an acid"], ["eat on", "worry or cause anxiety in a persistent way"], ["use up", "use up (resources or materials)"], ["feed", "take in food; used of animals only"]]}, {"answer": "eat_at", "hint": "synonyms for eat at", "clues": [["gnaw", "become ground down or deteriorate"], ["gnaw at", "become ground down or deteriorate"], ["erode", "become ground down or deteriorate"], ["wear away", "become ground down or deteriorate"]]}, {"answer": "eat_up", "hint": "synonyms for eat up", "clues": [["immerse", "enclose or envelop completely, as if by swallowing"], ["wipe out", "use up (resources or materials)"], ["finish", "finish eating all the food on one's plate or on the table"], ["consume", "use up (resources or materials)"], ["polish off", "finish eating all the food on one's plate or on the table"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["bury", "enclose or envelop completely, as if by swallowing"], ["swallow up", "enclose or envelop completely, as if by swallowing"], ["swallow", "enclose or envelop completely, as if by swallowing"], ["use up", "use up (resources or materials)"], ["eat", "use up (resources or materials)"]]}, {"answer": "ebb_away", "hint": "synonyms for ebb away", "clues": [["ebb off", "flow back or recede"], ["ebb", "flow back or recede"], ["ebb out", "flow back or recede"], ["ebb down", "flow back or recede"]]}, {"answer": "ebb_down", "hint": "synonyms for ebb down", "clues": [["ebb off", "flow back or recede"], ["ebb", "flow back or recede"], ["ebb out", "flow back or recede"], ["ebb away", "flow back or recede"]]}, {"answer": "ebb_off", "hint": "synonyms for ebb off", "clues": [["ebb out", "flow back or recede"], ["ebb", "flow back or recede"], ["ebb away", "flow back or recede"], ["ebb down", "flow back or recede"]]}, {"answer": "ebb_out", "hint": "synonyms for ebb out", "clues": [["ebb off", "flow back or recede"], ["ebb", "flow back or recede"], ["ebb away", "flow back or recede"], ["ebb down", "flow back or recede"]]}, {"answer": "economise", "hint": "synonyms for economise", "clues": [["economize", "spend sparingly, avoid the waste of"], ["husband", "use cautiously and frugally"], ["conserve", "use cautiously and frugally"], ["save", "spend sparingly, avoid the waste of"]]}, {"answer": "economize", "hint": "synonyms for economize", "clues": [["husband", "use cautiously and frugally"], ["conserve", "use cautiously and frugally"], ["economise", "use cautiously and frugally"], ["save", "spend sparingly, avoid the waste of"]]}, {"answer": "edit", "hint": "synonyms for edit", "clues": [["redact", "prepare for publication or presentation by correcting, revising, or adapting"], ["cut", "cut and assemble the components of"], ["blue-pencil", "cut or eliminate"], ["edit out", "cut and assemble the components of"], ["delete", "cut or eliminate"]]}, {"answer": "educate", "hint": "synonyms for educate", "clues": [["civilise", "teach or refine to be discriminative in taste or judgment"], ["train", "create by training and teaching"], ["school", "teach or refine to be discriminative in taste or judgment"], ["cultivate", "teach or refine to be discriminative in taste or judgment"], ["develop", "create by training and teaching"], ["prepare", "create by training and teaching"]]}, {"answer": "educe", "hint": "synonyms for educe", "clues": [["evoke", "deduce (a principle) or construe (a meaning)"], ["draw out", "deduce (a principle) or construe (a meaning)"], ["extract", "deduce (a principle) or construe (a meaning)"], ["elicit", "deduce (a principle) or construe (a meaning)"], ["derive", "develop or evolve from a latent or potential state"]]}, {"answer": "eff", "hint": "synonyms for eff", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "efface", "hint": "synonyms for efface", "clues": [["wipe off", "remove by or as if by rubbing or erasing"], ["score out", "remove by or as if by rubbing or erasing"], ["erase", "remove by or as if by rubbing or erasing"], ["obliterate", "remove completely from recognition or memory"], ["rub out", "remove by or as if by rubbing or erasing"]]}, {"answer": "effervesce", "hint": "synonyms for effervesce", "clues": [["form bubbles", "become bubbly or frothy or foaming"], ["fizz", "become bubbly or frothy or foaming"], ["froth", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"]]}, {"answer": "eject", "hint": "synonyms for eject", "clues": [["exclude", "put out or expel from a place"], ["force out", "cause to come out in a squirt"], ["release", "eliminate (a substance)"], ["squeeze out", "cause to come out in a squirt"], ["squirt", "cause to come out in a squirt"], ["chuck out", "put out or expel from a place"], ["turn out", "put out or expel from a place"], ["exhaust", "eliminate (a substance)"], ["expel", "eliminate (a substance)"], ["boot out", "put out or expel from a place"], ["discharge", "eliminate (a substance)"]]}, {"answer": "elapse", "hint": "synonyms for elapse", "clues": [["slide by", "pass by"], ["go by", "pass by"], ["go along", "pass by"], ["slip away", "pass by"], ["slip by", "pass by"], ["lapse", "pass by"], ["pass", "pass by"]]}, {"answer": "elate", "hint": "synonyms for elate", "clues": [["intoxicate", "fill with high spirits; fill with optimism"], ["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"]]}, {"answer": "elevate", "hint": "synonyms for elevate", "clues": [["raise", "raise from a lower to a higher position"], ["bring up", "raise from a lower to a higher position"], ["kick upstairs", "give a promotion to or assign to a higher position"], ["lift", "raise in rank or condition"], ["get up", "raise from a lower to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["advance", "give a promotion to or assign to a higher position"], ["promote", "give a promotion to or assign to a higher position"]]}, {"answer": "elicit", "hint": "synonyms for elicit", "clues": [["draw out", "deduce (a principle) or construe (a meaning)"], ["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["kindle", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["educe", "deduce (a principle) or construe (a meaning)"], ["extract", "deduce (a principle) or construe (a meaning)"], ["arouse", "call forth (emotions, feelings, and responses)"]]}, {"answer": "eliminate", "hint": "synonyms for eliminate", "clues": [["pass", "eliminate from the body"], ["do away with", "terminate, end, or take out"], ["winnow out", "dismiss from consideration or a contest"], ["extinguish", "terminate, end, or take out"], ["reject", "dismiss from consideration or a contest"], ["excrete", "eliminate from the body"], ["egest", "eliminate from the body"], ["obviate", "do away with"], ["decimate", "kill in large numbers"], ["wipe out", "kill in large numbers"], ["rid of", "do away with"], ["eradicate", "kill in large numbers"], ["rule out", "dismiss from consideration or a contest"], ["annihilate", "kill in large numbers"], ["carry off", "kill in large numbers"], ["get rid of", "terminate, end, or take out"]]}, {"answer": "elucidate", "hint": "synonyms for elucidate", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["crystallise", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["clarify", "make clear and (more) comprehensible"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "elude", "hint": "synonyms for elude", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["bilk", "escape, either physically or mentally"], ["evade", "escape, either physically or mentally"], ["escape", "be incomprehensible to; escape understanding by"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "embarrass", "hint": "synonyms for embarrass", "clues": [["abash", "cause to be embarrassed; cause to feel self-conscious"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["block", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["obstruct", "hinder or prevent the progress or accomplishment of"]]}, {"answer": "embed", "hint": "synonyms for embed", "clues": [["engraft", "fix or set securely or deeply"], ["plant", "fix or set securely or deeply"], ["imbed", "fix or set securely or deeply"], ["implant", "fix or set securely or deeply"]]}, {"answer": "embellish", "hint": "synonyms for embellish", "clues": [["adorn", "make more attractive by adding ornament, colour, etc."], ["pad", "add details to"], ["blow up", "add details to"], ["fancify", "make more beautiful"], ["decorate", "make more attractive by adding ornament, colour, etc."], ["dramatise", "add details to"], ["beautify", "be beautiful to look at"], ["embroider", "add details to"], ["aggrandize", "add details to"], ["grace", "be beautiful to look at"], ["ornament", "make more attractive by adding ornament, colour, etc."], ["deck", "be beautiful to look at"], ["lard", "add details to"], ["prettify", "make more beautiful"]]}, {"answer": "embezzle", "hint": "synonyms for embezzle", "clues": [["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"]]}, {"answer": "embody", "hint": "synonyms for embody", "clues": [["be", "represent, as of a character on stage"], ["personify", "represent, as of a character on stage"], ["substantiate", "represent in bodily form"], ["incarnate", "represent in bodily form"], ["body forth", "represent in bodily form"]]}, {"answer": "embrocate", "hint": "synonyms for embrocate", "clues": [["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing"]]}, {"answer": "embroider", "hint": "synonyms for embroider", "clues": [["pad", "add details to"], ["aggrandize", "add details to"], ["blow up", "add details to"], ["dramatize", "add details to"], ["embellish", "add details to"], ["lard", "add details to"], ["broider", "decorate with needlework"]]}, {"answer": "embroil", "hint": "synonyms for embroil", "clues": [["tangle", "force into some kind of situation, condition, or course of action"], ["sweep up", "force into some kind of situation, condition, or course of action"], ["drag", "force into some kind of situation, condition, or course of action"], ["drag in", "force into some kind of situation, condition, or course of action"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "emerge", "hint": "synonyms for emerge", "clues": [["come out", "come out of"], ["egress", "come out of"], ["issue", "come out of"], ["come forth", "come out of"], ["go forth", "come out of"]]}, {"answer": "emit", "hint": "synonyms for emit", "clues": [["give out", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc."], ["let out", "express audibly; utter sounds (not necessarily words)"], ["give off", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc."], ["pass off", "expel (gases or odors)"], ["utter", "express audibly; utter sounds (not necessarily words)"], ["breathe", "expel (gases or odors)"], ["let loose", "express audibly; utter sounds (not necessarily words)"]]}, {"answer": "emphasise", "hint": "synonyms for emphasise", "clues": [["emphasize", "give extra weight to (a communication)"], ["underline", "give extra weight to (a communication)"], ["punctuate", "to stress, single out as important"], ["underscore", "give extra weight to (a communication)"], ["accentuate", "to stress, single out as important"], ["accent", "to stress, single out as important"], ["stress", "to stress, single out as important"]]}, {"answer": "emphasize", "hint": "synonyms for emphasize", "clues": [["emphasise", "to stress, single out as important"], ["accent", "to stress, single out as important"], ["accentuate", "to stress, single out as important"], ["underline", "give extra weight to (a communication)"], ["punctuate", "to stress, single out as important"], ["underscore", "give extra weight to (a communication)"], ["stress", "to stress, single out as important"]]}, {"answer": "empower", "hint": "synonyms for empower", "clues": [["endue", "give qualities or abilities to"], ["authorise", "give or delegate power or authority to"], ["gift", "give qualities or abilities to"], ["indue", "give qualities or abilities to"], ["endow", "give qualities or abilities to"], ["invest", "give qualities or abilities to"]]}, {"answer": "enamor", "hint": "synonyms for enamor", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "enamour", "hint": "synonyms for enamour", "clues": [["trance", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["enamor", "attract; cause to be enamored"], ["charm", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"]]}, {"answer": "encamp", "hint": "synonyms for encamp", "clues": [["tent", "live in or as if in a tent"], ["camp", "live in or as if in a tent"], ["bivouac", "live in or as if in a tent"], ["camp out", "live in or as if in a tent"]]}, {"answer": "enchant", "hint": "synonyms for enchant", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["trance", "attract; cause to be enamored"], ["becharm", "attract; cause to be enamored"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something"], ["enamour", "attract; cause to be enamored"], ["fascinate", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["hex", "cast a spell over someone or something; put a hex on someone or something"], ["enthral", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"], ["glamour", "cast a spell over someone or something; put a hex on someone or something"], ["charm", "attract; cause to be enamored"], ["jinx", "cast a spell over someone or something; put a hex on someone or something"], ["witch", "cast a spell over someone or something; put a hex on someone or something"]]}, {"answer": "encipher", "hint": "synonyms for encipher", "clues": [["cypher", "convert ordinary language into code"], ["encrypt", "convert ordinary language into code"], ["write in code", "convert ordinary language into code"], ["cipher", "convert ordinary language into code"], ["inscribe", "convert ordinary language into code"], ["code", "convert ordinary language into code"]]}, {"answer": "enclose", "hint": "synonyms for enclose", "clues": [["introduce", "introduce"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["insert", "introduce"], ["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["close in", "surround completely"], ["stick in", "introduce"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["confine", "close in; darkness enclosed him\""], ["inclose", "introduce"], ["shut in", "surround completely"], ["put in", "introduce"], ["hold in", "close in; darkness enclosed him\""]]}, {"answer": "enclothe", "hint": "synonyms for enclothe", "clues": [["raiment", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["clothe", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "encourage", "hint": "synonyms for encourage", "clues": [["boost", "contribute to the progress or growth of"], ["promote", "contribute to the progress or growth of"], ["advance", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"]]}, {"answer": "encrypt", "hint": "synonyms for encrypt", "clues": [["write in code", "convert ordinary language into code"], ["cypher", "convert ordinary language into code"], ["encipher", "convert ordinary language into code"], ["inscribe", "convert ordinary language into code"], ["code", "convert ordinary language into code"]]}, {"answer": "end_up", "hint": "synonyms for end up", "clues": [["wind up", "finally be or do something"], ["fetch up", "finally be or do something"], ["finish", "finally be or do something"], ["land up", "finally be or do something"], ["finish up", "finally be or do something"]]}, {"answer": "endanger", "hint": "synonyms for endanger", "clues": [["peril", "pose a threat to; present a danger to"], ["jeopardize", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["queer", "put in a dangerous, disadvantageous, or difficult position"], ["menace", "pose a threat to; present a danger to"], ["scupper", "put in a dangerous, disadvantageous, or difficult position"], ["expose", "put in a dangerous, disadvantageous, or difficult position"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "endorse", "hint": "synonyms for endorse", "clues": [["second", "give support or one's approval to"], ["support", "be behind; approve of"], ["plunk for", "be behind; approve of"], ["indorse", "give support or one's approval to"], ["certify", "guarantee as meeting a certain standard"], ["back", "be behind; approve of"], ["plump for", "be behind; approve of"]]}, {"answer": "endow", "hint": "synonyms for endow", "clues": [["endue", "give qualities or abilities to"], ["empower", "give qualities or abilities to"], ["dower", "furnish with an endowment"], ["invest", "give qualities or abilities to"], ["indue", "give qualities or abilities to"], ["gift", "give qualities or abilities to"]]}, {"answer": "endue", "hint": "synonyms for endue", "clues": [["empower", "give qualities or abilities to"], ["invest", "give qualities or abilities to"], ["indue", "give qualities or abilities to"], ["endow", "give qualities or abilities to"], ["gift", "give qualities or abilities to"]]}, {"answer": "endure", "hint": "synonyms for endure", "clues": [["hold out", "continue to live through hardship or adversity"], ["suffer", "put up with something or somebody unpleasant"], ["brave", "face and withstand with courage"], ["tolerate", "put up with something or somebody unpleasant"], ["brave out", "face and withstand with courage"], ["persist", "continue to exist"], ["weather", "face and withstand with courage"], ["run", "continue to exist"], ["live", "continue to live through hardship or adversity"], ["support", "put up with something or somebody unpleasant"], ["hold up", "continue to live through hardship or adversity"], ["stomach", "put up with something or somebody unpleasant"], ["live on", "continue to live through hardship or adversity"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["go", "continue to live through hardship or adversity"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["wear", "last and be usable"], ["die hard", "continue to exist"], ["abide", "put up with something or somebody unpleasant"], ["last", "continue to live through hardship or adversity"], ["prevail", "continue to exist"], ["survive", "continue to live through hardship or adversity"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "energise", "hint": "synonyms for energise", "clues": [["excite", "raise to a higher energy level"], ["energize", "cause to be alert and energetic"], ["arouse", "cause to be alert and energetic"], ["brace", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"]]}, {"answer": "energize", "hint": "synonyms for energize", "clues": [["excite", "raise to a higher energy level"], ["energise", "raise to a higher energy level"], ["arouse", "cause to be alert and energetic"], ["brace", "cause to be alert and energetic"], ["perk up", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"]]}, {"answer": "enfold", "hint": "synonyms for enfold", "clues": [["wrap", "enclose or enfold completely with or as if with a covering"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "engage", "hint": "synonyms for engage", "clues": [["absorb", "consume all of one's attention or time"], ["pursue", "carry out or participate in an activity; be involved in"], ["employ", "engage or hire for work"], ["rent", "engage for service under a term of contract"], ["hire", "engage for service under a term of contract"], ["engross", "consume all of one's attention or time"], ["plight", "give to in marriage"], ["affiance", "give to in marriage"], ["prosecute", "carry out or participate in an activity; be involved in"], ["enlist", "hire for work or assistance"], ["betroth", "give to in marriage"], ["wage", "carry on (wars, battles, or campaigns)"], ["charter", "engage for service under a term of contract"], ["occupy", "consume all of one's attention or time"], ["mesh", "keep engaged"], ["lease", "engage for service under a term of contract"], ["operate", "keep engaged"], ["lock", "keep engaged"], ["take", "engage for service under a term of contract"]]}, {"answer": "engender", "hint": "synonyms for engender", "clues": [["beget", "make children"], ["father", "make children"], ["bring forth", "make children"], ["get", "make children"], ["breed", "call forth"], ["sire", "make children"], ["generate", "make children"], ["mother", "make children"], ["spawn", "call forth"]]}, {"answer": "englut", "hint": "synonyms for englut", "clues": [["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "engorge", "hint": "synonyms for engorge", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "engraft", "hint": "synonyms for engraft", "clues": [["graft", "cause to grow together parts from different plants"], ["imbed", "fix or set securely or deeply"], ["ingraft", "cause to grow together parts from different plants"], ["plant", "fix or set securely or deeply"], ["implant", "fix or set securely or deeply"], ["embed", "fix or set securely or deeply"]]}, {"answer": "engrave", "hint": "synonyms for engrave", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["scratch", "carve, cut, or etch into a material or surface"], ["etch", "carve or cut into a block used for printing or print from such a block"], ["inscribe", "carve, cut, or etch into a material or surface"]]}, {"answer": "engross", "hint": "synonyms for engross", "clues": [["absorb", "consume all of one's attention or time"], ["engage", "consume all of one's attention or time"], ["engulf", "devote (oneself) fully to"], ["plunge", "devote (oneself) fully to"], ["occupy", "consume all of one's attention or time"], ["immerse", "devote (oneself) fully to"], ["soak up", "devote (oneself) fully to"], ["steep", "devote (oneself) fully to"]]}, {"answer": "engulf", "hint": "synonyms for engulf", "clues": [["plunge", "devote (oneself) fully to"], ["immerse", "devote (oneself) fully to"], ["soak up", "devote (oneself) fully to"], ["absorb", "devote (oneself) fully to"], ["engross", "devote (oneself) fully to"], ["steep", "devote (oneself) fully to"]]}, {"answer": "enjoy", "hint": "synonyms for enjoy", "clues": [["revel", "take delight in"], ["savor", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["delight", "take delight in"], ["love", "get pleasure from"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in"]]}, {"answer": "enkindle", "hint": "synonyms for enkindle", "clues": [["raise", "call forth (emotions, feelings, and responses)"], ["kindle", "cause to start burning"], ["conflagrate", "cause to start burning"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["arouse", "call forth (emotions, feelings, and responses)"], ["elicit", "call forth (emotions, feelings, and responses)"], ["inflame", "cause to start burning"]]}, {"answer": "enlace", "hint": "synonyms for enlace", "clues": [["twine", "spin,wind, or twist together"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "enlarge", "hint": "synonyms for enlarge", "clues": [["magnify", "make large"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["blow up", "make large"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "enlighten", "hint": "synonyms for enlighten", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["crystallise", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["irradiate", "give spiritual insight to; in religion"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["edify", "make understand"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "enliven", "hint": "synonyms for enliven", "clues": [["liven", "make lively"], ["animate", "make lively"], ["invigorate", "heighten or intensify"], ["exalt", "heighten or intensify"], ["inspire", "heighten or intensify"], ["liven up", "make lively"]]}, {"answer": "enounce", "hint": "synonyms for enounce", "clues": [["articulate", "speak, pronounce, or utter in a certain way"], ["sound out", "speak, pronounce, or utter in a certain way"], ["say", "speak, pronounce, or utter in a certain way"], ["enunciate", "speak, pronounce, or utter in a certain way"], ["pronounce", "speak, pronounce, or utter in a certain way"]]}, {"answer": "enquire", "hint": "synonyms for enquire", "clues": [["inquire", "conduct an inquiry or investigation of"], ["investigate", "conduct an inquiry or investigation of"], ["ask", "inquire about"], ["wonder", "have a wish or desire to know something"]]}, {"answer": "enrapture", "hint": "synonyms for enrapture", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["delight", "hold spellbound"]]}, {"answer": "enrol", "hint": "synonyms for enrol", "clues": [["enter", "register formally as a participant or member"], ["enroll", "register formally as a participant or member"], ["inscribe", "register formally as a participant or member"], ["recruit", "register formally as a participant or member"]]}, {"answer": "enroll", "hint": "synonyms for enroll", "clues": [["enter", "register formally as a participant or member"], ["enrol", "register formally as a participant or member"], ["inscribe", "register formally as a participant or member"], ["recruit", "register formally as a participant or member"]]}, {"answer": "ensnare", "hint": "synonyms for ensnare", "clues": [["entrap", "catch in or as if in a trap"], ["trammel", "catch in or as if in a trap"], ["frame", "take or catch as if in a snare or trap"], ["snare", "catch in or as if in a trap"], ["set up", "take or catch as if in a snare or trap"], ["trap", "catch in or as if in a trap"]]}, {"answer": "ensure", "hint": "synonyms for ensure", "clues": [["guarantee", "make certain of"], ["insure", "make certain of"], ["assure", "be careful or certain to do something; make certain of something"], ["see to it", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["see", "be careful or certain to do something; make certain of something"], ["control", "be careful or certain to do something; make certain of something"], ["secure", "make certain of"], ["check", "be careful or certain to do something; make certain of something"]]}, {"answer": "entangle", "hint": "synonyms for entangle", "clues": [["snarl", "twist together or entwine into a confusing mass"], ["tangle", "twist together or entwine into a confusing mass"], ["mat", "twist together or entwine into a confusing mass"], ["mire", "entrap"]]}, {"answer": "enter", "hint": "synonyms for enter", "clues": [["get into", "to come or go into"], ["embark", "set out on (an enterprise or subject of study)"], ["insert", "put or introduce into something"], ["go into", "to come or go into"], ["enroll", "register formally as a participant or member"], ["recruit", "register formally as a participant or member"], ["accede", "take on duties or office"], ["move into", "to come or go into"], ["go in", "to come or go into"], ["record", "make a record of; set down in permanent form"], ["come in", "to come or go into"], ["put down", "make a record of; set down in permanent form"], ["inscribe", "register formally as a participant or member"], ["figure", "be or play a part of or in"], ["participate", "become a participant; be involved in"], ["infix", "put or introduce into something"], ["introduce", "put or introduce into something"]]}, {"answer": "entertain", "hint": "synonyms for entertain", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)"], ["hold", "maintain (a theory, thoughts, or feelings)"], ["toy with", "take into consideration, have in view"], ["think of", "take into consideration, have in view"], ["harbor", "maintain (a theory, thoughts, or feelings)"], ["flirt with", "take into consideration, have in view"], ["think about", "take into consideration, have in view"]]}, {"answer": "enthral", "hint": "synonyms for enthral", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"], ["enthrall", "hold spellbound"]]}, {"answer": "enthrall", "hint": "synonyms for enthrall", "clues": [["ravish", "hold spellbound"], ["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"]]}, {"answer": "entomb", "hint": "synonyms for entomb", "clues": [["inter", "place in a grave or tomb"], ["lay to rest", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["bury", "place in a grave or tomb"]]}, {"answer": "entrap", "hint": "synonyms for entrap", "clues": [["trammel", "catch in or as if in a trap"], ["frame", "take or catch as if in a snare or trap"], ["snare", "catch in or as if in a trap"], ["ensnare", "take or catch as if in a snare or trap"], ["set up", "take or catch as if in a snare or trap"], ["trap", "catch in or as if in a trap"]]}, {"answer": "entreat", "hint": "synonyms for entreat", "clues": [["press", "ask for or request earnestly"], ["adjure", "ask for or request earnestly"], ["beseech", "ask for or request earnestly"], ["conjure", "ask for or request earnestly"], ["bid", "ask for or request earnestly"]]}, {"answer": "entrench", "hint": "synonyms for entrench", "clues": [["encroach", "impinge or infringe upon"], ["impinge", "impinge or infringe upon"], ["trench", "impinge or infringe upon"], ["dig in", "occupy a trench or secured area"]]}, {"answer": "entrust", "hint": "synonyms for entrust", "clues": [["confide", "confer a trust upon"], ["leave", "put into the care or protection of someone"], ["intrust", "confer a trust upon"], ["trust", "confer a trust upon"], ["commit", "confer a trust upon"]]}, {"answer": "entwine", "hint": "synonyms for entwine", "clues": [["twine", "spin,wind, or twist together"], ["knit", "tie or link together"], ["enlace", "spin,wind, or twist together"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"]]}, {"answer": "enumerate", "hint": "synonyms for enumerate", "clues": [["recite", "specify individually"], ["count", "determine the number or amount of"], ["number", "determine the number or amount of"], ["numerate", "determine the number or amount of"], ["itemise", "specify individually"]]}, {"answer": "enunciate", "hint": "synonyms for enunciate", "clues": [["articulate", "speak, pronounce, or utter in a certain way"], ["vocalize", "express or state clearly"], ["enounce", "speak, pronounce, or utter in a certain way"], ["say", "speak, pronounce, or utter in a certain way"], ["sound out", "speak, pronounce, or utter in a certain way"], ["pronounce", "speak, pronounce, or utter in a certain way"]]}, {"answer": "envelop", "hint": "synonyms for envelop", "clues": [["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["enwrap", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "environ", "hint": "synonyms for environ", "clues": [["surround", "extend on all sides of simultaneously; encircle"], ["border", "extend on all sides of simultaneously; encircle"], ["ring", "extend on all sides of simultaneously; encircle"], ["skirt", "extend on all sides of simultaneously; encircle"]]}, {"answer": "envision", "hint": "synonyms for envision", "clues": [["fancy", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["visualize", "imagine; conceive of; see in one's mind"], ["foresee", "picture to oneself; imagine possible"], ["picture", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"]]}, {"answer": "enwrap", "hint": "synonyms for enwrap", "clues": [["enfold", "enclose or enfold completely with or as if with a covering"], ["wrap", "enclose or enfold completely with or as if with a covering"], ["envelop", "enclose or enfold completely with or as if with a covering"], ["enclose", "enclose or enfold completely with or as if with a covering"]]}, {"answer": "equalise", "hint": "synonyms for equalise", "clues": [["equalize", "compensate; make the score equal"], ["equal", "make equal, uniform, corresponding, or matching"], ["match", "make equal, uniform, corresponding, or matching"], ["equate", "make equal, uniform, corresponding, or matching"], ["get even", "compensate; make the score equal"]]}, {"answer": "equalize", "hint": "synonyms for equalize", "clues": [["equal", "make equal, uniform, corresponding, or matching"], ["equalise", "make equal, uniform, corresponding, or matching"], ["match", "make equal, uniform, corresponding, or matching"], ["equate", "make equal, uniform, corresponding, or matching"], ["get even", "compensate; make the score equal"]]}, {"answer": "equate", "hint": "synonyms for equate", "clues": [["equal", "make equal, uniform, corresponding, or matching"], ["equalise", "make equal, uniform, corresponding, or matching"], ["correspond", "be equivalent or parallel, in mathematics"], ["match", "make equal, uniform, corresponding, or matching"], ["liken", "consider or describe as similar, equal, or analogous"], ["compare", "consider or describe as similar, equal, or analogous"]]}, {"answer": "equivocate", "hint": "synonyms for equivocate", "clues": [["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information"]]}, {"answer": "eradicate", "hint": "synonyms for eradicate", "clues": [["root out", "destroy completely, as if down to the roots"], ["uproot", "destroy completely, as if down to the roots"], ["exterminate", "destroy completely, as if down to the roots"], ["decimate", "kill in large numbers"], ["wipe out", "kill in large numbers"], ["extirpate", "destroy completely, as if down to the roots"], ["eliminate", "kill in large numbers"], ["extinguish", "kill in large numbers"], ["annihilate", "kill in large numbers"], ["carry off", "kill in large numbers"]]}, {"answer": "erase", "hint": "synonyms for erase", "clues": [["delete", "wipe out digitally or magnetically recorded information"], ["wipe off", "remove by or as if by rubbing or erasing"], ["score out", "remove by or as if by rubbing or erasing"], ["efface", "remove by or as if by rubbing or erasing"], ["wipe out", "remove from memory or existence"], ["rub out", "remove by or as if by rubbing or erasing"]]}, {"answer": "erode", "hint": "synonyms for erode", "clues": [["gnaw at", "become ground down or deteriorate"], ["wear away", "become ground down or deteriorate"], ["fret", "remove soil or rock"], ["eat at", "become ground down or deteriorate"], ["gnaw", "become ground down or deteriorate"], ["eat away", "remove soil or rock"]]}, {"answer": "err", "hint": "synonyms for err", "clues": [["mistake", "to make a mistake or be incorrect"], ["stray", "wander from a direct course or at random"], ["slip", "to make a mistake or be incorrect"], ["drift", "wander from a direct course or at random"]]}, {"answer": "eruct", "hint": "synonyms for eruct", "clues": [["burp", "expel gas from the stomach"], ["spew out", "eject or send out in large quantities, also metaphorical"], ["bubble", "expel gas from the stomach"], ["spew", "eject or send out in large quantities, also metaphorical"], ["belch", "expel gas from the stomach"]]}, {"answer": "erupt", "hint": "synonyms for erupt", "clues": [["take fire", "start to burn or burst into flames"], ["catch fire", "start to burn or burst into flames"], ["break", "force out or release suddenly and often violently something pent up"], ["ignite", "start to burn or burst into flames"], ["extravasate", "become active and spew forth lava and rocks"], ["break out", "start abruptly"], ["push through", "break out"], ["irrupt", "erupt or intensify suddenly"], ["burst out", "erupt or intensify suddenly"], ["flare up", "erupt or intensify suddenly"], ["break open", "erupt or intensify suddenly"], ["come out", "break out"], ["flare", "erupt or intensify suddenly"], ["burst", "force out or release suddenly and often violently something pent up"], ["belch", "become active and spew forth lava and rocks"], ["conflagrate", "start to burn or burst into flames"], ["recrudesce", "become raw or open"], ["break through", "break out"], ["combust", "start to burn or burst into flames"]]}, {"answer": "espouse", "hint": "synonyms for espouse", "clues": [["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["get married", "take in marriage"], ["hook up with", "take in marriage"], ["marry", "take in marriage"], ["follow", "choose and follow; as of theories, ideas, policies, strategies or plans"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own"]]}, {"answer": "establish", "hint": "synonyms for establish", "clues": [["set up", "place"], ["base", "use as a basis for; found on"], ["make", "institute, enact, or establish"], ["give", "bring about"], ["found", "set up or lay the groundwork for"], ["prove", "establish the validity of something, as by an example, explanation or experiment"], ["build", "build or establish something abstract"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"], ["launch", "set up or found"], ["install", "place"], ["show", "establish the validity of something, as by an example, explanation or experiment"], ["institute", "set up or lay the groundwork for"], ["ground", "use as a basis for; found on"], ["plant", "set up or lay the groundwork for"], ["constitute", "set up or lay the groundwork for"], ["lay down", "institute, enact, or establish"], ["shew", "establish the validity of something, as by an example, explanation or experiment"]]}, {"answer": "evade", "hint": "synonyms for evade", "clues": [["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "escape, either physically or mentally"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["bilk", "escape, either physically or mentally"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "evaluate", "hint": "synonyms for evaluate", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["pass judgment", "form a critical opinion of"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["judge", "form a critical opinion of"]]}, {"answer": "evanesce", "hint": "synonyms for evanesce", "clues": [["pass off", "disappear gradually"], ["pass", "disappear gradually"], ["blow over", "disappear gradually"], ["fleet", "disappear gradually"], ["fade", "disappear gradually"]]}, {"answer": "even_off", "hint": "synonyms for even off", "clues": [["even up", "adjust for"], ["make up", "adjust for"], ["counterbalance", "adjust for"], ["compensate", "adjust for"], ["even out", "adjust for"], ["correct", "adjust for"]]}, {"answer": "even_out", "hint": "synonyms for even out", "clues": [["even up", "adjust for"], ["make up", "adjust for"], ["even", "make level or straight"], ["correct", "adjust for"], ["level", "make level or straight"], ["counterbalance", "adjust for"], ["compensate", "adjust for"], ["even off", "adjust for"], ["flush", "make level or straight"]]}, {"answer": "even_up", "hint": "synonyms for even up", "clues": [["make up", "adjust for"], ["square up", "even up the edges of a stack of paper, in printing"], ["counterbalance", "adjust for"], ["compensate", "adjust for"], ["even out", "adjust for"], ["even off", "adjust for"], ["jog", "even up the edges of a stack of paper, in printing"], ["correct", "adjust for"]]}, {"answer": "evoke", "hint": "synonyms for evoke", "clues": [["draw out", "deduce (a principle) or construe (a meaning)"], ["raise", "call forth (emotions, feelings, and responses)"], ["elicit", "deduce (a principle) or construe (a meaning)"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["fire", "call forth (emotions, feelings, and responses)"], ["educe", "deduce (a principle) or construe (a meaning)"], ["extract", "deduce (a principle) or construe (a meaning)"], ["call forth", "evoke or provoke to appear or occur"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["put forward", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["paint a picture", "call to mind"], ["kindle", "call forth (emotions, feelings, and responses)"], ["provoke", "call forth (emotions, feelings, and responses)"], ["kick up", "evoke or provoke to appear or occur"], ["call down", "summon into action or bring into existence, often as if by magic"], ["suggest", "call to mind"]]}, {"answer": "exaggerate", "hint": "synonyms for exaggerate", "clues": [["hyperbolize", "to enlarge beyond bounds or the truth"], ["overdo", "do something to an excessive degree"], ["magnify", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["overdraw", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "exalt", "hint": "synonyms for exalt", "clues": [["laud", "praise, glorify, or honor"], ["glorify", "praise, glorify, or honor"], ["beatify", "fill with sublime emotion"], ["invigorate", "heighten or intensify"], ["extol", "praise, glorify, or honor"], ["enliven", "heighten or intensify"], ["tickle pink", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["proclaim", "praise, glorify, or honor"], ["inspire", "heighten or intensify"], ["inebriate", "fill with sublime emotion"], ["animate", "heighten or intensify"]]}, {"answer": "examine", "hint": "synonyms for examine", "clues": [["test", "put to the test, as for its quality, or give experimental use to"], ["try", "put to the test, as for its quality, or give experimental use to"], ["analyze", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["canvass", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning"], ["probe", "question or examine thoroughly and closely"], ["try out", "put to the test, as for its quality, or give experimental use to"], ["see", "observe, check out, and look over carefully or inspect"]]}, {"answer": "exasperate", "hint": "synonyms for exasperate", "clues": [["worsen", "make worse"], ["aggravate", "exasperate or irritate"], ["exacerbate", "make worse"], ["infuriate", "make furious"], ["incense", "make furious"]]}, {"answer": "excavate", "hint": "synonyms for excavate", "clues": [["hollow", "remove the inner part or the core of"], ["unearth", "recover through digging"], ["dig", "remove the inner part or the core of"], ["turn up", "find by digging in the ground"], ["dig up", "find by digging in the ground"]]}, {"answer": "exceed", "hint": "synonyms for exceed", "clues": [["outstrip", "be or do something to a greater degree"], ["transcend", "be superior or better than some standard"], ["surpass", "be or do something to a greater degree"], ["overstep", "be superior or better than some standard"], ["outperform", "be or do something to a greater degree"], ["pass", "be superior or better than some standard"], ["outmatch", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["top", "be superior or better than some standard"], ["go past", "be superior or better than some standard"]]}, {"answer": "except", "hint": "synonyms for except", "clues": [["exclude", "prevent from being included or considered or accepted"], ["take out", "prevent from being included or considered or accepted"], ["leave out", "prevent from being included or considered or accepted"], ["leave off", "prevent from being included or considered or accepted"], ["demur", "take exception to"], ["omit", "prevent from being included or considered or accepted"]]}, {"answer": "excite", "hint": "synonyms for excite", "clues": [["stimulate", "stir feelings in"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["charge", "cause to be agitated, excited, or roused"], ["stir", "stir the feelings, emotions, or peace of"], ["wind up", "stimulate sexually"], ["turn on", "cause to be agitated, excited, or roused"], ["arouse", "stimulate sexually"], ["charge up", "cause to be agitated, excited, or roused"], ["agitate", "cause to be agitated, excited, or roused"], ["energise", "raise to a higher energy level"], ["commove", "cause to be agitated, excited, or roused"], ["sex", "stimulate sexually"]]}, {"answer": "exclaim", "hint": "synonyms for exclaim", "clues": [["outcry", "utter aloud; often with surprise, horror, or joy"], ["promulgate", "state or announce"], ["call out", "utter aloud; often with surprise, horror, or joy"], ["shout", "utter aloud; often with surprise, horror, or joy"], ["proclaim", "state or announce"], ["cry out", "utter aloud; often with surprise, horror, or joy"], ["cry", "utter aloud; often with surprise, horror, or joy"]]}, {"answer": "exclude", "hint": "synonyms for exclude", "clues": [["eject", "put out or expel from a place"], ["take out", "prevent from being included or considered or accepted"], ["leave out", "prevent from being included or considered or accepted"], ["leave off", "prevent from being included or considered or accepted"], ["keep out", "prevent from entering; shut out"], ["boot out", "put out or expel from a place"], ["chuck out", "put out or expel from a place"], ["turf out", "put out or expel from a place"], ["shut", "prevent from entering; shut out"], ["bar", "prevent from entering; keep out"], ["shut out", "prevent from entering; shut out"], ["debar", "prevent from entering; keep out"], ["omit", "prevent from being included or considered or accepted"], ["except", "prevent from being included or considered or accepted"]]}, {"answer": "excogitate", "hint": "synonyms for excogitate", "clues": [["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["reflect", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["think over", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["speculate", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "excoriate", "hint": "synonyms for excoriate", "clues": [["condemn", "express strong disapproval of"], ["chafe", "tear or wear off the skin or make sore by abrading"], ["decry", "express strong disapproval of"], ["reprobate", "express strong disapproval of"], ["objurgate", "express strong disapproval of"]]}, {"answer": "exculpate", "hint": "synonyms for exculpate", "clues": [["assoil", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["acquit", "pronounce not guilty of criminal charges"], ["discharge", "pronounce not guilty of criminal charges"], ["exonerate", "pronounce not guilty of criminal charges"]]}, {"answer": "execrate", "hint": "synonyms for execrate", "clues": [["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment"], ["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment"], ["abominate", "find repugnant"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment"], ["abhor", "find repugnant"], ["loathe", "find repugnant"]]}, {"answer": "execute", "hint": "synonyms for execute", "clues": [["perform", "carry out or perform an action"], ["fulfil", "put in effect"], ["run", "carry out a process or program, as on a computer or a machine"], ["do", "carry out or perform an action"], ["carry through", "put in effect"], ["accomplish", "put in effect"], ["put to death", "kill as a means of socially sanctioned punishment"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "exhale", "hint": "synonyms for exhale", "clues": [["give forth", "give out (breath or an odor)"], ["emanate", "give out (breath or an odor)"], ["breathe out", "expel air"], ["expire", "expel air"]]}, {"answer": "exhilarate", "hint": "synonyms for exhilarate", "clues": [["exalt", "fill with sublime emotion"], ["beatify", "fill with sublime emotion"], ["tickle pink", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "exhort", "hint": "synonyms for exhort", "clues": [["urge on", "force or impel in an indicated direction"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["urge", "force or impel in an indicated direction"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["root on", "spur on or encourage especially by cheers and shouts"], ["press", "force or impel in an indicated direction"]]}, {"answer": "exist", "hint": "synonyms for exist", "clues": [["live", "support oneself"], ["survive", "support oneself"], ["subsist", "support oneself"], ["be", "have an existence, be extant"]]}, {"answer": "exonerate", "hint": "synonyms for exonerate", "clues": [["assoil", "pronounce not guilty of criminal charges"], ["exculpate", "pronounce not guilty of criminal charges"], ["acquit", "pronounce not guilty of criminal charges"], ["clear", "pronounce not guilty of criminal charges"], ["discharge", "pronounce not guilty of criminal charges"]]}, {"answer": "expand", "hint": "synonyms for expand", "clues": [["spread out", "extend in one or more directions"], ["blow up", "exaggerate or make bigger"], ["inflate", "exaggerate or make bigger"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["extend", "expand the influence of"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["thrive", "grow vigorously"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["amplify", "exaggerate or make bigger"], ["boom", "grow vigorously"], ["flourish", "grow vigorously"]]}, {"answer": "expatiate", "hint": "synonyms for expatiate", "clues": [["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "expect", "hint": "synonyms for expect", "clues": [["have a bun in the oven", "be pregnant with"], ["ask", "consider obligatory; request and expect"], ["await", "look forward to the probable occurrence of"], ["gestate", "be pregnant with"], ["require", "consider obligatory; request and expect"], ["look", "look forward to the probable occurrence of"], ["bear", "be pregnant with"], ["carry", "be pregnant with"], ["anticipate", "regard something as probable or likely"]]}, {"answer": "expectorate", "hint": "synonyms for expectorate", "clues": [["clear out", "clear out the chest and lungs"], ["drive out", "clear out the chest and lungs"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["cough up", "discharge (phlegm or sputum) from the lungs and out of the mouth"]]}, {"answer": "expel", "hint": "synonyms for expel", "clues": [["boot out", "remove from a position or office"], ["oust", "remove from a position or office"], ["release", "eliminate (a substance)"], ["exhaust", "eliminate (a substance)"], ["throw out", "force to leave or move out"], ["drum out", "remove from a position or office"], ["kick out", "force to leave or move out"], ["eject", "eliminate (a substance)"], ["rout out", "cause to flee"], ["discharge", "eliminate (a substance)"], ["rout", "cause to flee"]]}, {"answer": "expire", "hint": "synonyms for expire", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exhale", "expel air"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["breathe out", "expel air"], ["run out", "lose validity"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "explode", "hint": "synonyms for explode", "clues": [["detonate", "cause to burst with a violent release of energy"], ["set off", "cause to burst with a violent release of energy"], ["irrupt", "increase rapidly and in an uncontrolled manner"], ["blow up", "cause to burst with a violent release of energy"], ["break loose", "be unleashed; emerge with violence or noise"], ["burst", "burst outward, usually with noise"], ["burst forth", "be unleashed; emerge with violence or noise"]]}, {"answer": "exposit", "hint": "synonyms for exposit", "clues": [["set forth", "state"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "expound", "hint": "synonyms for expound", "clues": [["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["set forth", "state"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "exsert", "hint": "synonyms for exsert", "clues": [["stretch forth", "thrust or extend out"], ["stretch out", "thrust or extend out"], ["hold out", "thrust or extend out"], ["put out", "thrust or extend out"], ["extend", "thrust or extend out"]]}, {"answer": "extend", "hint": "synonyms for extend", "clues": [["prolong", "lengthen in time; cause to be or last longer"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["stretch", "extend or stretch out to a greater or the full length"], ["gallop", "cause to move at full gallop"], ["stretch out", "thrust or extend out"], ["hold out", "thrust or extend out"], ["reach out", "reach outward in space"], ["expand", "expand the influence of"], ["draw out", "lengthen in time; cause to be or last longer"], ["poke out", "reach outward in space"], ["broaden", "extend in scope or range or area"], ["unfold", "extend or stretch out to a greater or the full length"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["exsert", "thrust or extend out"], ["continue", "span an interval of distance, space or time"], ["strain", "use to the utmost; exert vigorously or to full capacity"], ["offer", "make available; provide"], ["put out", "thrust or extend out"], ["carry", "continue or extend"], ["stretch forth", "thrust or extend out"], ["widen", "extend in scope or range or area"], ["cover", "span an interval of distance, space or time"], ["go", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point"], ["protract", "lengthen in time; cause to be or last longer"]]}, {"answer": "exteriorize", "hint": "synonyms for exteriorize", "clues": [["objectify", "make external or objective, or give reality to"], ["externalise", "make external or objective, or give reality to"], ["exteriorise", "make external or objective, or give reality to"], ["bring outside", "bring outside the body for surgery, of organs"]]}, {"answer": "exterminate", "hint": "synonyms for exterminate", "clues": [["extirpate", "destroy completely, as if down to the roots"], ["eradicate", "destroy completely, as if down to the roots"], ["root out", "destroy completely, as if down to the roots"], ["uproot", "destroy completely, as if down to the roots"], ["kill off", "kill en masse; kill on a large scale; kill many"]]}, {"answer": "externalise", "hint": "synonyms for externalise", "clues": [["exteriorize", "make external or objective, or give reality to"], ["objectify", "make external or objective, or give reality to"], ["externalize", "regard as objective"], ["project", "regard as objective"]]}, {"answer": "externalize", "hint": "synonyms for externalize", "clues": [["exteriorize", "make external or objective, or give reality to"], ["objectify", "make external or objective, or give reality to"], ["externalise", "make external or objective, or give reality to"], ["project", "regard as objective"]]}, {"answer": "extinguish", "hint": "synonyms for extinguish", "clues": [["get rid of", "terminate, end, or take out"], ["quench", "put out, as of fires, flames, or lights"], ["eliminate", "terminate, end, or take out"], ["do away with", "terminate, end, or take out"], ["carry off", "kill in large numbers"], ["crush out", "extinguish by crushing"], ["decimate", "kill in large numbers"], ["wipe out", "kill in large numbers"], ["stub out", "extinguish by crushing"], ["eradicate", "kill in large numbers"], ["snuff out", "put an end to; kill"], ["press out", "extinguish by crushing"], ["annihilate", "kill in large numbers"], ["blow out", "put out, as of fires, flames, or lights"]]}, {"answer": "extirpate", "hint": "synonyms for extirpate", "clues": [["deracinate", "pull up by or as if by the roots"], ["uproot", "pull up by or as if by the roots"], ["eradicate", "destroy completely, as if down to the roots"], ["root out", "destroy completely, as if down to the roots"], ["exterminate", "destroy completely, as if down to the roots"]]}, {"answer": "extol", "hint": "synonyms for extol", "clues": [["laud", "praise, glorify, or honor"], ["exalt", "praise, glorify, or honor"], ["glorify", "praise, glorify, or honor"], ["proclaim", "praise, glorify, or honor"]]}, {"answer": "extort", "hint": "synonyms for extort", "clues": [["squeeze", "obtain by coercion or intimidation"], ["rack", "obtain by coercion or intimidation"], ["wring", "obtain by coercion or intimidation"], ["gouge", "obtain by coercion or intimidation"], ["wring from", "get or cause to become in a difficult or laborious manner"]]}, {"answer": "exuberate", "hint": "synonyms for exuberate", "clues": [["rejoice", "to express great joy"], ["exult", "to express great joy"], ["jubilate", "to express great joy"], ["triumph", "to express great joy"]]}, {"answer": "exude", "hint": "synonyms for exude", "clues": [["exudate", "release (a liquid) in drops or small quantities"], ["ooze out", "release (a liquid) in drops or small quantities"], ["ooze", "release (a liquid) in drops or small quantities"], ["transude", "release (a liquid) in drops or small quantities"]]}, {"answer": "exult", "hint": "synonyms for exult", "clues": [["rejoice", "to express great joy"], ["be on cloud nine", "feel extreme happiness or elation"], ["jubilate", "to express great joy"], ["triumph", "to express great joy"], ["jump for joy", "feel extreme happiness or elation"], ["walk on air", "feel extreme happiness or elation"], ["exuberate", "to express great joy"]]}, {"answer": "fabricate", "hint": "synonyms for fabricate", "clues": [["manufacture", "make up something artificial or untrue"], ["cook up", "make up something artificial or untrue"], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\""], ["make up", "make up something artificial or untrue"], ["invent", "make up something artificial or untrue"]]}, {"answer": "fag_out", "hint": "synonyms for fag out", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "fail", "hint": "synonyms for fail", "clues": [["break down", "stop operating or functioning"], ["give way", "stop operating or functioning"], ["go wrong", "be unsuccessful"], ["miscarry", "be unsuccessful"], ["give out", "stop operating or functioning"], ["die", "stop operating or functioning"], ["betray", "disappoint, prove undependable to; abandon, forsake"], ["break", "stop operating or functioning"], ["flunk", "fail to get a passing grade"], ["bomb", "fail to get a passing grade"], ["flush it", "fail to get a passing grade"], ["neglect", "fail to do something; leave something undone"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["run out", "prove insufficient"], ["go bad", "stop operating or functioning"]]}, {"answer": "fall_apart", "hint": "synonyms for fall apart", "clues": [["wear", "go to pieces"], ["come apart", "become separated into pieces or fragments"], ["bust", "go to pieces"], ["break", "become separated into pieces or fragments"], ["go to pieces", "lose one's emotional or mental composure"], ["separate", "become separated into pieces or fragments"], ["crumble", "break or fall apart into fragments"], ["split up", "become separated into pieces or fragments"], ["wear out", "go to pieces"]]}, {"answer": "fall_asleep", "hint": "synonyms for fall asleep", "clues": [["doze off", "change from a waking to a sleeping state"], ["drop off", "change from a waking to a sleeping state"], ["drowse off", "change from a waking to a sleeping state"], ["flake out", "change from a waking to a sleeping state"], ["nod off", "change from a waking to a sleeping state"], ["drift off", "change from a waking to a sleeping state"]]}, {"answer": "fall_away", "hint": "synonyms for fall away", "clues": [["drop off", "get worse"], ["fall off", "diminish in size or intensity"], ["slip", "get worse"], ["drop away", "get worse"]]}, {"answer": "fall_back", "hint": "synonyms for fall back", "clues": [["retrogress", "go back to bad behavior"], ["recur", "have recourse to"], ["relapse", "go back to bad behavior"], ["recede", "retreat"], ["resort", "have recourse to"], ["lapse", "go back to bad behavior"], ["fall behind", "retreat"], ["recidivate", "go back to bad behavior"], ["drop off", "retreat"], ["regress", "go back to bad behavior"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc."], ["lose", "retreat"], ["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc."]]}, {"answer": "fall_behind", "hint": "synonyms for fall behind", "clues": [["lose", "retreat"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc."], ["recede", "retreat"], ["drop off", "retreat"], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc."], ["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc."]]}, {"answer": "fall_by_the_wayside", "hint": "synonyms for fall by the wayside", "clues": [["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"]]}, {"answer": "fall_in", "hint": "synonyms for fall in", "clues": [["give way", "break down, literally or metaphorically"], ["give", "break down, literally or metaphorically"], ["join", "become part of; become a member of a group or organization"], ["get together", "become part of; become a member of a group or organization"], ["collapse", "break down, literally or metaphorically"], ["founder", "break down, literally or metaphorically"], ["cave in", "break down, literally or metaphorically"], ["break", "break down, literally or metaphorically"]]}, {"answer": "fall_into_place", "hint": "synonyms for fall into place", "clues": [["sink in", "become clear or enter one's consciousness or emotions"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["click", "become clear or enter one's consciousness or emotions"], ["come home", "become clear or enter one's consciousness or emotions"], ["get across", "become clear or enter one's consciousness or emotions"], ["get through", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"]]}, {"answer": "fall_out", "hint": "synonyms for fall out", "clues": [["go on", "come to pass"], ["happen", "come to pass"], ["come about", "come to pass"], ["pass", "come to pass"], ["occur", "come to pass"], ["take place", "come to pass"], ["follow", "come as a logical consequence; follow logically"], ["pass off", "come to pass"], ["hap", "come to pass"]]}, {"answer": "fall_upon", "hint": "synonyms for fall upon", "clues": [["happen upon", "find unexpectedly"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["light upon", "find unexpectedly"], ["come upon", "find unexpectedly"], ["strike", "find unexpectedly"]]}, {"answer": "falsify", "hint": "synonyms for falsify", "clues": [["distort", "make false by mutilation or addition; as of a message or story"], ["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["interpolate", "insert words into texts, often falsifying it thereby"], ["alter", "insert words into texts, often falsifying it thereby"], ["warp", "make false by mutilation or addition; as of a message or story"], ["garble", "make false by mutilation or addition; as of a message or story"], ["misrepresent", "tamper, with the purpose of deception"], ["cook", "tamper, with the purpose of deception"], ["manipulate", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "fancy_up", "hint": "synonyms for fancy up", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "farm_out", "hint": "synonyms for farm out", "clues": [["hire out", "grant the services of or the temporary use of, for a fee"], ["job", "arranged for contracted work to be done by others"], ["rent out", "grant the services of or the temporary use of, for a fee"], ["subcontract", "arranged for contracted work to be done by others"]]}, {"answer": "fascinate", "hint": "synonyms for fascinate", "clues": [["trance", "attract; cause to be enamored"], ["intrigue", "cause to be interested or curious"], ["becharm", "attract; cause to be enamored"], ["enchant", "attract; cause to be enamored"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["enamour", "attract; cause to be enamored"], ["beguile", "attract; cause to be enamored"], ["capture", "attract; cause to be enamored"], ["catch", "attract; cause to be enamored"], ["captivate", "attract; cause to be enamored"], ["bewitch", "attract; cause to be enamored"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["charm", "attract; cause to be enamored"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"]]}, {"answer": "fasten_on", "hint": "synonyms for fasten on", "clues": [["hook on", "adopt"], ["take up", "adopt"], ["latch on", "adopt"], ["seize on", "adopt"]]}, {"answer": "fatten", "hint": "synonyms for fatten", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["fatten out", "make fat or plump"], ["fat", "make fat or plump"], ["fill out", "make fat or plump"], ["plump", "make fat or plump"]]}, {"answer": "fatten_out", "hint": "synonyms for fatten out", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["fat", "make fat or plump"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["plump", "make fat or plump"]]}, {"answer": "fatten_up", "hint": "synonyms for fatten up", "clues": [["flesh out", "make fat or plump"], ["plump out", "make fat or plump"], ["fatten out", "make fat or plump"], ["fat", "make fat or plump"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["plump", "make fat or plump"]]}, {"answer": "feel_for", "hint": "synonyms for feel for", "clues": [["pity", "share the suffering of"], ["compassionate", "share the suffering of"], ["condole with", "share the suffering of"], ["sympathize with", "share the suffering of"]]}, {"answer": "feign", "hint": "synonyms for feign", "clues": [["pretend", "make believe with the intent to deceive"], ["dissemble", "make believe with the intent to deceive"], ["sham", "make a pretence of"], ["affect", "make believe with the intent to deceive"], ["assume", "make a pretence of"], ["simulate", "make a pretence of"]]}, {"answer": "felt_up", "hint": "synonyms for felt up", "clues": [["mat", "change texture so as to become matted and felt-like"], ["matte", "change texture so as to become matted and felt-like"], ["mat up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "fence_in", "hint": "synonyms for fence in", "clues": [["wall", "surround with a wall in order to fortify"], ["palisade", "surround with a wall in order to fortify"], ["surround", "surround with a wall in order to fortify"], ["fence", "enclose with a fence"]]}, {"answer": "fend_off", "hint": "synonyms for fend off", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "fertilise", "hint": "synonyms for fertilise", "clues": [["fertilize", "make fertile or productive"], ["inseminate", "introduce semen into (a female)"], ["feed", "provide with fertilizers or add nutrients to"], ["fecundate", "introduce semen into (a female)"]]}, {"answer": "fertilize", "hint": "synonyms for fertilize", "clues": [["inseminate", "introduce semen into (a female)"], ["fertilise", "introduce semen into (a female)"], ["feed", "provide with fertilizers or add nutrients to"], ["fecundate", "introduce semen into (a female)"]]}, {"answer": "festinate", "hint": "synonyms for festinate", "clues": [["hasten", "act or move at high speed"], ["look sharp", "act or move at high speed"], ["rush", "act or move at high speed"], ["hurry", "act or move at high speed"]]}, {"answer": "fetch_up", "hint": "synonyms for fetch up", "clues": [["wind up", "finally be or do something"], ["finish", "finally be or do something"], ["end up", "finally be or do something"], ["land up", "finally be or do something"], ["finish up", "finally be or do something"]]}, {"answer": "fig_out", "hint": "synonyms for fig out", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["rig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "fig_up", "hint": "synonyms for fig up", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "fight_back", "hint": "synonyms for fight back", "clues": [["fight", "fight against or resist strongly"], ["fight down", "fight against or resist strongly"], ["defend", "fight against or resist strongly"], ["oppose", "fight against or resist strongly"]]}, {"answer": "fight_down", "hint": "synonyms for fight down", "clues": [["fight", "fight against or resist strongly"], ["oppose", "fight against or resist strongly"], ["defend", "fight against or resist strongly"], ["fight back", "fight against or resist strongly"]]}, {"answer": "fight_off", "hint": "synonyms for fight off", "clues": [["drive back", "force or drive back"], ["repel", "force or drive back"], ["rebuff", "force or drive back"], ["repulse", "force or drive back"]]}, {"answer": "figure_out", "hint": "synonyms for figure out", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["solve", "find the solution to (a problem or question) or understand the meaning of"]]}, {"answer": "filch", "hint": "synonyms for filch", "clues": [["pilfer", "make off with belongings of others"], ["sneak", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["abstract", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "fill_in", "hint": "synonyms for fill in", "clues": [["sub", "be a substitute"], ["stand in", "be a substitute"], ["complete", "write all the required information onto a form"], ["fill out", "write all the required information onto a form"], ["make out", "write all the required information onto a form"], ["substitute", "be a substitute"], ["shade", "represent the effect of shade or shadow on"]]}, {"answer": "fill_out", "hint": "synonyms for fill out", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["fat", "make fat or plump"], ["pad", "line or stuff with soft material"], ["fatten", "make fat or plump"], ["round", "become round, plump, or shapely"], ["round out", "make bigger or better or more complete"], ["fill in", "write all the required information onto a form"], ["complete", "write all the required information onto a form"], ["eke out", "supplement what is thought to be deficient"], ["fatten out", "make fat or plump"], ["make out", "write all the required information onto a form"], ["plump", "make fat or plump"]]}, {"answer": "filter_out", "hint": "synonyms for filter out", "clues": [["filter", "remove by passing through a filter"], ["separate out", "remove by passing through a filter"], ["strain", "remove by passing through a filter"], ["filtrate", "remove by passing through a filter"]]}, {"answer": "find_out", "hint": "synonyms for find out", "clues": [["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["catch out", "trap; especially in an error or in a reprehensible act"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["find", "establish after a calculation, investigation, experiment, survey, or study"], ["get wind", "get to know or become aware of, usually accidentally"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["get a line", "get to know or become aware of, usually accidentally"]]}, {"answer": "fine-tune", "hint": "synonyms for fine-tune", "clues": [["tweak", "adjust finely"], ["polish", "improve or perfect by pruning or polishing"], ["down", "improve or perfect by pruning or polishing"], ["calibrate", "make fine adjustments or divide into marked intervals for optimal measuring"], ["graduate", "make fine adjustments or divide into marked intervals for optimal measuring"], ["refine", "improve or perfect by pruning or polishing"]]}, {"answer": "finish_off", "hint": "synonyms for finish off", "clues": [["polish off", "finish a task completely"], ["wrap up", "finish a task completely"], ["clear up", "finish a task completely"], ["finish up", "finish a task completely"], ["get through", "finish a task completely"], ["mop up", "finish a task completely"]]}, {"answer": "finish_up", "hint": "synonyms for finish up", "clues": [["wind up", "finally be or do something"], ["polish off", "finish a task completely"], ["end up", "finally be or do something"], ["land up", "finally be or do something"], ["get through", "finish a task completely"], ["fetch up", "finally be or do something"], ["finish", "finally be or do something"], ["wrap up", "finish a task completely"], ["finish off", "finish a task completely"], ["clear up", "finish a task completely"], ["mop up", "finish a task completely"]]}, {"answer": "fire_up", "hint": "synonyms for fire up", "clues": [["inflame", "arouse or excite feelings and passions"], ["stir up", "arouse or excite feelings and passions"], ["light", "begin to smoke"], ["light up", "begin to smoke"], ["ignite", "arouse or excite feelings and passions"], ["heat", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"]]}, {"answer": "fit_in", "hint": "synonyms for fit in", "clues": [["accord", "go together"], ["agree", "go together"], ["consort", "go together"], ["harmonise", "go together"], ["concord", "go together"]]}, {"answer": "fit_out", "hint": "synonyms for fit out", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["equip", "provide with (something) usually for a specific purpose"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit", "provide with (something) usually for a specific purpose"], ["dress", "provide with clothes or put clothes on"], ["outfit", "provide with (something) usually for a specific purpose"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "flake_out", "hint": "synonyms for flake out", "clues": [["doze off", "change from a waking to a sleeping state"], ["drop off", "change from a waking to a sleeping state"], ["drowse off", "change from a waking to a sleeping state"], ["fall asleep", "change from a waking to a sleeping state"], ["nod off", "change from a waking to a sleeping state"], ["drift off", "change from a waking to a sleeping state"]]}, {"answer": "flare_up", "hint": "synonyms for flare up", "clues": [["flare", "erupt or intensify suddenly"], ["erupt", "erupt or intensify suddenly"], ["irrupt", "erupt or intensify suddenly"], ["burst out", "erupt or intensify suddenly"], ["break open", "erupt or intensify suddenly"]]}, {"answer": "flesh_out", "hint": "synonyms for flesh out", "clues": [["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["fatten up", "make fat or plump"], ["plump out", "make fat or plump"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["fat", "make fat or plump"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["round", "become round, plump, or shapely"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["plump", "make fat or plump"], ["fatten out", "make fat or plump"]]}, {"answer": "flim-flam", "hint": "synonyms for flim-flam", "clues": [["fob", "deceive somebody"], ["fox", "deceive somebody"], ["play a joke on", "deceive somebody"], ["pull a fast one on", "deceive somebody"], ["play a trick on", "deceive somebody"], ["play tricks", "deceive somebody"], ["trick", "deceive somebody"]]}, {"answer": "fling_off", "hint": "synonyms for fling off", "clues": [["dash off", "write quickly"], ["toss off", "write quickly"], ["scratch off", "write quickly"], ["knock off", "write quickly"]]}, {"answer": "flip_one's_lid", "hint": "synonyms for flip one's lid", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "flip_one's_wig", "hint": "synonyms for flip one's wig", "clues": [["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["flip one's lid", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "flirt_with", "hint": "synonyms for flirt with", "clues": [["entertain", "take into consideration, have in view"], ["toy with", "take into consideration, have in view"], ["think about", "take into consideration, have in view"], ["think of", "take into consideration, have in view"]]}, {"answer": "flitter", "hint": "synonyms for flitter", "clues": [["flutter", "move back and forth very rapidly"], ["flicker", "move back and forth very rapidly"], ["quiver", "move back and forth very rapidly"], ["waver", "move back and forth very rapidly"]]}, {"answer": "flog", "hint": "synonyms for flog", "clues": [["lambast", "beat with a cane"], ["whip", "beat severely with a whip or rod"], ["lather", "beat severely with a whip or rod"], ["strap", "beat severely with a whip or rod"], ["slash", "beat severely with a whip or rod"], ["cane", "beat with a cane"], ["welt", "beat severely with a whip or rod"], ["trounce", "beat severely with a whip or rod"]]}, {"answer": "flout", "hint": "synonyms for flout", "clues": [["gibe", "laugh at with contempt and derision"], ["scoff", "treat with contemptuous disregard"], ["barrack", "laugh at with contempt and derision"], ["jeer", "laugh at with contempt and derision"]]}, {"answer": "flummox", "hint": "synonyms for flummox", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"]]}, {"answer": "flump", "hint": "synonyms for flump", "clues": [["plunk", "set (something or oneself) down with or as if with a noise"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plump", "set (something or oneself) down with or as if with a noise"], ["plank", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["plunk down", "set (something or oneself) down with or as if with a noise"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "fly_off_the_handle", "hint": "synonyms for fly off the handle", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "fly_the_coop", "hint": "synonyms for fly the coop", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "focalise", "hint": "synonyms for focalise", "clues": [["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["focalize", "become focussed or come into focus"], ["concentre", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["sharpen", "put (an image) into focus"], ["localise", "concentrate on a particular place or spot"]]}, {"answer": "focalize", "hint": "synonyms for focalize", "clues": [["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["focalise", "become focussed or come into focus"], ["concentre", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions"], ["sharpen", "put (an image) into focus"], ["localize", "concentrate on a particular place or spot"]]}, {"answer": "focus_on", "hint": "synonyms for focus on", "clues": [["revolve about", "center upon"], ["center", "center upon"], ["revolve around", "center upon"], ["concentrate on", "center upon"], ["center on", "center upon"]]}, {"answer": "follow", "hint": "synonyms for follow", "clues": [["be", "work in a specific place, with a specific subject, or in a specific function"], ["comply", "act in accordance with someone's rules, commands, or wishes"], ["accompany", "perform an accompaniment to"], ["trace", "follow, discover, or ascertain the course of development of something"], ["stick with", "keep to"], ["come after", "be the successor (of)"], ["espouse", "choose and follow; as of theories, ideas, policies, strategies or plans"], ["travel along", "travel along a certain course"], ["come", "to be the product or result"], ["keep up", "keep informed"], ["watch over", "follow with the eyes or the mind"], ["fall out", "come as a logical consequence; follow logically"], ["keep abreast", "keep informed"], ["play along", "perform an accompaniment to"], ["succeed", "be the successor (of)"], ["take after", "imitate in behavior; take as a model"], ["stick to", "keep to"], ["abide by", "act in accordance with someone's rules, commands, or wishes"], ["postdate", "be later in time"], ["conform to", "behave in accordance or in agreement with"], ["watch", "follow with the eyes or the mind"], ["adopt", "choose and follow; as of theories, ideas, policies, strategies or plans"], ["observe", "follow with the eyes or the mind"], ["keep an eye on", "follow with the eyes or the mind"], ["survey", "keep under surveillance"], ["pursue", "follow in or as if in pursuit"], ["surveil", "keep under surveillance"]]}, {"answer": "follow_out", "hint": "synonyms for follow out", "clues": [["put through", "pursue to a conclusion or bring to a successful issue"], ["follow through", "pursue to a conclusion or bring to a successful issue"], ["carry out", "pursue to a conclusion or bring to a successful issue"], ["follow up", "pursue to a conclusion or bring to a successful issue"], ["implement", "pursue to a conclusion or bring to a successful issue"], ["go through", "pursue to a conclusion or bring to a successful issue"]]}, {"answer": "follow_through", "hint": "synonyms for follow through", "clues": [["put through", "pursue to a conclusion or bring to a successful issue"], ["follow out", "pursue to a conclusion or bring to a successful issue"], ["carry out", "pursue to a conclusion or bring to a successful issue"], ["follow up", "pursue to a conclusion or bring to a successful issue"], ["implement", "pursue to a conclusion or bring to a successful issue"], ["go through", "pursue to a conclusion or bring to a successful issue"]]}, {"answer": "follow_up", "hint": "synonyms for follow up", "clues": [["put through", "pursue to a conclusion or bring to a successful issue"], ["follow out", "pursue to a conclusion or bring to a successful issue"], ["follow through", "pursue to a conclusion or bring to a successful issue"], ["carry out", "pursue to a conclusion or bring to a successful issue"], ["implement", "pursue to a conclusion or bring to a successful issue"], ["go through", "pursue to a conclusion or bring to a successful issue"]]}, {"answer": "fool_away", "hint": "synonyms for fool away", "clues": [["frivol away", "spend frivolously and unwisely"], ["dissipate", "spend frivolously and unwisely"], ["shoot", "spend frivolously and unwisely"], ["fritter", "spend frivolously and unwisely"], ["fool", "spend frivolously and unwisely"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "footle", "hint": "synonyms for footle", "clues": [["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"]]}, {"answer": "footslog", "hint": "synonyms for footslog", "clues": [["slog", "walk heavily and firmly, as when weary, or through mud"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["tramp", "walk heavily and firmly, as when weary, or through mud"], ["pad", "walk heavily and firmly, as when weary, or through mud"], ["trudge", "walk heavily and firmly, as when weary, or through mud"]]}, {"answer": "forbid", "hint": "synonyms for forbid", "clues": [["preclude", "keep from happening or arising; make impossible"], ["interdict", "command against"], ["nix", "command against"], ["veto", "command against"], ["proscribe", "command against"], ["forestall", "keep from happening or arising; make impossible"], ["prevent", "keep from happening or arising; make impossible"], ["foreclose", "keep from happening or arising; make impossible"], ["disallow", "command against"], ["prohibit", "command against"]]}, {"answer": "force_back", "hint": "synonyms for force back", "clues": [["repel", "cause to move back by force or influence"], ["push back", "cause to move back by force or influence"], ["repulse", "cause to move back by force or influence"], ["beat back", "cause to move back by force or influence"], ["drive", "cause to move back by force or influence"]]}, {"answer": "forebode", "hint": "synonyms for forebode", "clues": [["promise", "make a prediction about; tell in advance"], ["call", "make a prediction about; tell in advance"], ["prognosticate", "make a prediction about; tell in advance"], ["predict", "make a prediction about; tell in advance"], ["anticipate", "make a prediction about; tell in advance"], ["foretell", "make a prediction about; tell in advance"]]}, {"answer": "foreclose", "hint": "synonyms for foreclose", "clues": [["preclude", "keep from happening or arising; make impossible"], ["forestall", "keep from happening or arising; make impossible"], ["prevent", "keep from happening or arising; make impossible"], ["forbid", "keep from happening or arising; make impossible"]]}, {"answer": "forefend", "hint": "synonyms for forefend", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "foregather", "hint": "synonyms for foregather", "clues": [["meet", "collect in one place"], ["forgather", "collect in one place"], ["assemble", "collect in one place"], ["gather", "collect in one place"]]}, {"answer": "forego", "hint": "synonyms for forego", "clues": [["waive", "do without or cease to hold or adhere to"], ["relinquish", "do without or cease to hold or adhere to"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["forgo", "do without or cease to hold or adhere to"], ["antecede", "be earlier in time; go back further"], ["dispense with", "do without or cease to hold or adhere to"], ["antedate", "be earlier in time; go back further"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["predate", "be earlier in time; go back further"], ["precede", "be earlier in time; go back further"], ["foreswear", "do without or cease to hold or adhere to"]]}, {"answer": "foresee", "hint": "synonyms for foresee", "clues": [["previse", "realize beforehand"], ["foreknow", "realize beforehand"], ["envision", "picture to oneself; imagine possible"], ["anticipate", "act in advance of; deal with ahead of time"], ["counter", "act in advance of; deal with ahead of time"], ["forestall", "act in advance of; deal with ahead of time"]]}, {"answer": "foreshadow", "hint": "synonyms for foreshadow", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "foreshorten", "hint": "synonyms for foreshorten", "clues": [["cut", "reduce in scope while retaining essential elements"], ["shorten", "reduce in scope while retaining essential elements"], ["reduce", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abbreviate", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"]]}, {"answer": "forestall", "hint": "synonyms for forestall", "clues": [["preclude", "keep from happening or arising; make impossible"], ["prevent", "keep from happening or arising; make impossible"], ["foresee", "act in advance of; deal with ahead of time"], ["anticipate", "act in advance of; deal with ahead of time"], ["foreclose", "keep from happening or arising; make impossible"], ["counter", "act in advance of; deal with ahead of time"], ["forbid", "keep from happening or arising; make impossible"]]}, {"answer": "foreswear", "hint": "synonyms for foreswear", "clues": [["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["relinquish", "do without or cease to hold or adhere to"], ["quit", "turn away from; give up"], ["dispense with", "do without or cease to hold or adhere to"], ["renounce", "turn away from; give up"]]}, {"answer": "foretell", "hint": "synonyms for foretell", "clues": [["harbinger", "foreshadow or presage"], ["prognosticate", "make a prediction about; tell in advance"], ["auspicate", "indicate by signs"], ["predict", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["omen", "indicate by signs"], ["herald", "foreshadow or presage"], ["annunciate", "foreshadow or presage"], ["promise", "make a prediction about; tell in advance"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["call", "make a prediction about; tell in advance"], ["foreshadow", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"], ["anticipate", "make a prediction about; tell in advance"], ["announce", "foreshadow or presage"]]}, {"answer": "forfend", "hint": "synonyms for forfend", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["head off", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["forefend", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "forgather", "hint": "synonyms for forgather", "clues": [["foregather", "collect in one place"], ["meet", "collect in one place"], ["assemble", "collect in one place"], ["gather", "collect in one place"]]}, {"answer": "forget", "hint": "synonyms for forget", "clues": [["bury", "dismiss from the mind; stop remembering"], ["blank out", "be unable to remember"], ["block", "be unable to remember"], ["draw a blank", "be unable to remember"], ["leave", "leave behind unintentionally"]]}, {"answer": "forgo", "hint": "synonyms for forgo", "clues": [["forego", "do without or cease to hold or adhere to"], ["waive", "do without or cease to hold or adhere to"], ["relinquish", "do without or cease to hold or adhere to"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["dispense with", "do without or cease to hold or adhere to"], ["antecede", "be earlier in time; go back further"], ["antedate", "be earlier in time; go back further"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["predate", "be earlier in time; go back further"], ["precede", "be earlier in time; go back further"], ["foreswear", "do without or cease to hold or adhere to"]]}, {"answer": "fork_out", "hint": "synonyms for fork out", "clues": [["render", "to surrender someone or something to another"], ["turn in", "to surrender someone or something to another"], ["hand over", "to surrender someone or something to another"], ["fork up", "to surrender someone or something to another"], ["deliver", "to surrender someone or something to another"], ["fork over", "to surrender someone or something to another"]]}, {"answer": "fork_over", "hint": "synonyms for fork over", "clues": [["render", "to surrender someone or something to another"], ["turn in", "to surrender someone or something to another"], ["hand over", "to surrender someone or something to another"], ["fork up", "to surrender someone or something to another"], ["deliver", "to surrender someone or something to another"], ["fork out", "to surrender someone or something to another"]]}, {"answer": "fork_up", "hint": "synonyms for fork up", "clues": [["fork over", "to surrender someone or something to another"], ["render", "to surrender someone or something to another"], ["turn in", "to surrender someone or something to another"], ["hand over", "to surrender someone or something to another"], ["deliver", "to surrender someone or something to another"], ["fork out", "to surrender someone or something to another"]]}, {"answer": "form_bubbles", "hint": "synonyms for form bubbles", "clues": [["fizz", "become bubbly or frothy or foaming"], ["froth", "become bubbly or frothy or foaming"], ["effervesce", "become bubbly or frothy or foaming"], ["sparkle", "become bubbly or frothy or foaming"], ["foam", "become bubbly or frothy or foaming"]]}, {"answer": "formulate", "hint": "synonyms for formulate", "clues": [["explicate", "elaborate, as of theories and hypotheses"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["articulate", "put into words or an expression"], ["develop", "elaborate, as of theories and hypotheses"], ["give voice", "put into words or an expression"], ["word", "put into words or an expression"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["phrase", "put into words or an expression"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"]]}, {"answer": "forswear", "hint": "synonyms for forswear", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure"]]}, {"answer": "fortify", "hint": "synonyms for fortify", "clues": [["spike", "add alcohol to (beverages)"], ["lace", "add alcohol to (beverages)"], ["strengthen", "make strong or stronger"], ["gird", "prepare oneself for a military confrontation"], ["fort", "enclose by or as if by a fortification"], ["arm", "prepare oneself for a military confrontation"], ["beef up", "make strong or stronger"], ["build up", "prepare oneself for a military confrontation"]]}, {"answer": "foul_up", "hint": "synonyms for foul up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "freeze_off", "hint": "synonyms for freeze off", "clues": [["scorn", "reject with contempt"], ["reject", "reject with contempt"], ["turn down", "reject with contempt"], ["spurn", "reject with contempt"], ["disdain", "reject with contempt"], ["pooh-pooh", "reject with contempt"]]}, {"answer": "freshen_up", "hint": "synonyms for freshen up", "clues": [["refresh", "become or make oneself fresh again"], ["renovate", "make brighter and prettier"], ["refurbish", "make brighter and prettier"], ["freshen", "become or make oneself fresh again"]]}, {"answer": "frig_around", "hint": "synonyms for frig around", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "frighten_away", "hint": "synonyms for frighten away", "clues": [["daunt", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"]]}, {"answer": "frighten_off", "hint": "synonyms for frighten off", "clues": [["daunt", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"]]}, {"answer": "fritter_away", "hint": "synonyms for fritter away", "clues": [["fool away", "spend frivolously and unwisely"], ["frivol away", "spend frivolously and unwisely"], ["dissipate", "spend frivolously and unwisely"], ["shoot", "spend frivolously and unwisely"], ["fritter", "spend frivolously and unwisely"], ["fool", "spend frivolously and unwisely"]]}, {"answer": "frivol_away", "hint": "synonyms for frivol away", "clues": [["fool away", "spend frivolously and unwisely"], ["dissipate", "spend frivolously and unwisely"], ["shoot", "spend frivolously and unwisely"], ["fritter", "spend frivolously and unwisely"], ["fool", "spend frivolously and unwisely"], ["fritter away", "spend frivolously and unwisely"]]}, {"answer": "frizzle", "hint": "synonyms for frizzle", "clues": [["crimp", "curl tightly"], ["frizz", "curl tightly"], ["crape", "curl tightly"], ["kink", "curl tightly"], ["kink up", "curl tightly"]]}, {"answer": "frustrate", "hint": "synonyms for frustrate", "clues": [["rag", "treat cruelly"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of"], ["torment", "treat cruelly"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of"], ["queer", "hinder or prevent (the efforts, plans, or desires) of"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of"], ["bedevil", "treat cruelly"], ["foil", "hinder or prevent (the efforts, plans, or desires) of"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of"], ["crucify", "treat cruelly"], ["cross", "hinder or prevent (the efforts, plans, or desires) of"], ["dun", "treat cruelly"]]}, {"answer": "fuck_off", "hint": "synonyms for fuck off", "clues": [["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["masturbate", "get sexual gratification through self-stimulation"], ["she-bop", "get sexual gratification through self-stimulation"], ["loaf", "be lazy or idle"], ["bum about", "be lazy or idle"], ["get", "leave immediately; used usually in the imperative form"], ["lounge around", "be lazy or idle"], ["arse about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["buzz off", "leave immediately; used usually in the imperative form"], ["bum around", "be lazy or idle"], ["bum", "be lazy or idle"], ["wank", "get sexual gratification through self-stimulation"], ["bugger off", "leave immediately; used usually in the imperative form"], ["scram", "leave immediately; used usually in the imperative form"], ["jerk off", "get sexual gratification through self-stimulation"], ["jack off", "get sexual gratification through self-stimulation"]]}, {"answer": "fuck_up", "hint": "synonyms for fuck up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "fulfil", "hint": "synonyms for fulfil", "clues": [["live up to", "meet the requirements or expectations of"], ["fulfill", "meet the requirements or expectations of"], ["execute", "put in effect"], ["carry through", "put in effect"], ["meet", "fill or meet a want or need"], ["accomplish", "put in effect"], ["satisfy", "fill or meet a want or need"], ["fill", "fill or meet a want or need"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "fulfill", "hint": "synonyms for fulfill", "clues": [["live up to", "meet the requirements or expectations of"], ["fulfil", "put in effect"], ["execute", "put in effect"], ["carry through", "put in effect"], ["meet", "fill or meet a want or need"], ["accomplish", "put in effect"], ["satisfy", "fill or meet a want or need"], ["fill", "fill or meet a want or need"], ["action", "put in effect"], ["carry out", "put in effect"]]}, {"answer": "furbish_up", "hint": "synonyms for furbish up", "clues": [["mend", "restore by replacing a part or putting together what is torn or broken"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["fix", "restore by replacing a part or putting together what is torn or broken"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["touch on", "restore by replacing a part or putting together what is torn or broken"]]}, {"answer": "furcate", "hint": "synonyms for furcate", "clues": [["branch", "divide into two or more branches so as to form a fork"], ["fork", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"], ["ramify", "divide into two or more branches so as to form a fork"]]}, {"answer": "gain_ground", "hint": "synonyms for gain ground", "clues": [["make headway", "obtain advantages, such as points, etc."], ["gain", "obtain advantages, such as points, etc."], ["win", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["get ahead", "obtain advantages, such as points, etc."], ["advance", "obtain advantages, such as points, etc."]]}, {"answer": "gain_vigor", "hint": "synonyms for gain vigor", "clues": [["perk", "gain or regain energy"], ["perk up", "gain or regain energy"], ["percolate", "gain or regain energy"], ["pick up", "gain or regain energy"]]}, {"answer": "gather_up", "hint": "synonyms for gather up", "clues": [["lift up", "take and lift upward"], ["call for", "gather or collect"], ["collect", "gather or collect"], ["pick up", "take and lift upward"]]}, {"answer": "gazump", "hint": "synonyms for gazump", "clues": [["fleece", "rip off; ask an unreasonable price"], ["hook", "rip off; ask an unreasonable price"], ["rob", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"]]}, {"answer": "gear_up", "hint": "synonyms for gear up", "clues": [["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"]]}, {"answer": "generalise", "hint": "synonyms for generalise", "clues": [["generalize", "become systemic and spread throughout the body"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["extrapolate", "draw from specific cases for more general cases"], ["infer", "draw from specific cases for more general cases"]]}, {"answer": "generalize", "hint": "synonyms for generalize", "clues": [["generalise", "speak or write in generalities"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use"], ["extrapolate", "draw from specific cases for more general cases"], ["infer", "draw from specific cases for more general cases"]]}, {"answer": "generate", "hint": "synonyms for generate", "clues": [["yield", "give or supply"], ["beget", "make children"], ["father", "make children"], ["sire", "make children"], ["bring forth", "make children"], ["get", "make children"], ["engender", "make children"], ["render", "give or supply"], ["give", "give or supply"], ["return", "give or supply"], ["mother", "make children"]]}, {"answer": "germinate", "hint": "synonyms for germinate", "clues": [["pullulate", "produce buds, branches, or germinate"], ["shoot", "produce buds, branches, or germinate"], ["bourgeon", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["burgeon forth", "produce buds, branches, or germinate"], ["develop", "work out"], ["sprout", "produce buds, branches, or germinate"], ["evolve", "work out"]]}, {"answer": "gestate", "hint": "synonyms for gestate", "clues": [["have a bun in the oven", "be pregnant with"], ["bear", "be pregnant with"], ["conceive", "have the idea for"], ["conceptualize", "have the idea for"], ["carry", "be pregnant with"], ["expect", "be pregnant with"]]}, {"answer": "get_a_line", "hint": "synonyms for get a line", "clues": [["find out", "get to know or become aware of, usually accidentally"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["learn", "get to know or become aware of, usually accidentally"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["get wind", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"]]}, {"answer": "get_across", "hint": "synonyms for get across", "clues": [["cover", "travel across or pass over"], ["cut across", "travel across or pass over"], ["sink in", "become clear or enter one's consciousness or emotions"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["cross", "travel across or pass over"], ["click", "become clear or enter one's consciousness or emotions"], ["get over", "travel across or pass over"], ["cut through", "travel across or pass over"], ["track", "travel across or pass over"], ["traverse", "travel across or pass over"], ["get through", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"], ["come home", "become clear or enter one's consciousness or emotions"], ["pass over", "travel across or pass over"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["put over", "communicate successfully"]]}, {"answer": "get_ahead", "hint": "synonyms for get ahead", "clues": [["gain ground", "obtain advantages, such as points, etc."], ["make headway", "obtain advantages, such as points, etc."], ["win", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["gain", "obtain advantages, such as points, etc."], ["advance", "obtain advantages, such as points, etc."]]}, {"answer": "get_along", "hint": "synonyms for get along", "clues": [["get on", "have smooth relations"], ["advance", "develop in a positive way"], ["come on", "develop in a positive way"], ["progress", "develop in a positive way"], ["shape up", "develop in a positive way"], ["get along with", "have smooth relations"], ["make out", "proceed or get along"], ["come along", "develop in a positive way"], ["fare", "proceed or get along"], ["do", "proceed or get along"], ["come", "proceed or get along"]]}, {"answer": "get_around", "hint": "synonyms for get around", "clues": [["get about", "move around; move from place to place"], ["break", "be released or become known; of news"], ["bypass", "avoid something unpleasant or laborious"], ["short-circuit", "avoid something unpleasant or laborious"], ["go around", "avoid something unpleasant or laborious"], ["swing", "be a social swinger; socialize a lot"]]}, {"answer": "get_at", "hint": "synonyms for get at", "clues": [["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["access", "reach or gain access to"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "get_away", "hint": "synonyms for get away", "clues": [["get by", "escape potentially unpleasant consequences; get away with a forbidden action"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action"], ["escape", "remove oneself from a familiar environment, usually for pleasure or diversion"], ["break loose", "run away from confinement"]]}, {"answer": "get_behind", "hint": "synonyms for get behind", "clues": [["drop behind", "to lag or linger behind"], ["hang back", "to lag or linger behind"], ["trail", "to lag or linger behind"], ["drop back", "to lag or linger behind"], ["drag", "to lag or linger behind"]]}, {"answer": "get_by", "hint": "synonyms for get by", "clues": [["get away", "escape potentially unpleasant consequences; get away with a forbidden action"], ["manage", "come to terms with"], ["cope", "come to terms with"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action"], ["deal", "come to terms with"], ["contend", "come to terms with"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action"], ["make do", "come to terms with"], ["make out", "come to terms with"], ["grapple", "come to terms with"], ["escape", "escape potentially unpleasant consequences; get away with a forbidden action"]]}, {"answer": "get_cracking", "hint": "synonyms for get cracking", "clues": [["get started", "start to be active"], ["get weaving", "start to be active"], ["get rolling", "start to be active"], ["get moving", "start to be active"], ["get going", "start to be active"], ["bestir oneself", "start to be active"]]}, {"answer": "get_down", "hint": "synonyms for get down", "clues": [["unhorse", "alight from (a horse)"], ["demoralise", "lower someone's spirits; make downhearted"], ["lower", "move something or somebody to a lower position"], ["dismay", "lower someone's spirits; make downhearted"], ["get", "take the first step or steps in carrying out an action"], ["set down", "put down in writing; of texts, musical compositions, etc."], ["light", "alight from (a horse)"], ["cast down", "lower someone's spirits; make downhearted"], ["start out", "take the first step or steps in carrying out an action"], ["start", "take the first step or steps in carrying out an action"], ["bring down", "move something or somebody to a lower position"], ["depress", "lower someone's spirits; make downhearted"], ["begin", "take the first step or steps in carrying out an action"], ["swallow", "pass through the esophagus as part of eating or drinking"], ["dismount", "alight from (a horse)"], ["put down", "put down in writing; of texts, musical compositions, etc."], ["set about", "take the first step or steps in carrying out an action"], ["commence", "take the first step or steps in carrying out an action"], ["write down", "put down in writing; of texts, musical compositions, etc."], ["dispirit", "lower someone's spirits; make downhearted"], ["deject", "lower someone's spirits; make downhearted"], ["take down", "move something or somebody to a lower position"], ["get off", "alight from (a horse)"]]}, {"answer": "get_going", "hint": "synonyms for get going", "clues": [["get started", "start to be active"], ["get cracking", "start to be active"], ["get weaving", "start to be active"], ["get moving", "start to be active"], ["start", "begin or set in motion"], ["go", "begin or set in motion"], ["get rolling", "start to be active"], ["bestir oneself", "start to be active"]]}, {"answer": "get_hitched_with", "hint": "synonyms for get hitched with", "clues": [["hook up with", "take in marriage"], ["marry", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"]]}, {"answer": "get_hold_of", "hint": "synonyms for get hold of", "clues": [["take", "get into one's hands, take physically"], ["reach", "be in or establish communication with"], ["clutch", "affect"], ["contact", "be in or establish communication with"], ["seize", "affect"], ["get through", "be in or establish communication with"]]}, {"answer": "get_in", "hint": "synonyms for get in", "clues": [["get into", "to come or go into"], ["draw in", "of trains; move into (a station)"], ["move in", "of trains; move into (a station)"], ["pull in", "of trains; move into (a station)"], ["go into", "to come or go into"], ["enter", "to come or go into"], ["go in", "to come or go into"], ["make it", "succeed in a big way; get to the top"], ["go far", "succeed in a big way; get to the top"], ["arrive", "succeed in a big way; get to the top"], ["come in", "to come or go into"]]}, {"answer": "get_into", "hint": "synonyms for get into", "clues": [["assume", "put clothing on one's body"], ["tangle with", "get involved in or with"], ["put on", "put clothing on one's body"], ["go into", "to come or go into"], ["enter", "to come or go into"], ["wear", "put clothing on one's body"], ["move into", "to come or go into"], ["go in", "to come or go into"], ["get in", "secure a place in a college, university, etc."], ["don", "put clothing on one's body"], ["come in", "to come or go into"]]}, {"answer": "get_it", "hint": "synonyms for get it", "clues": [["latch on", "understand, usually after some initial difficulty"], ["cotton on", "understand, usually after some initial difficulty"], ["twig", "understand, usually after some initial difficulty"], ["tumble", "understand, usually after some initial difficulty"], ["get onto", "understand, usually after some initial difficulty"], ["get wise", "understand, usually after some initial difficulty"]]}, {"answer": "get_it_on", "hint": "synonyms for get it on", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "get_laid", "hint": "synonyms for get laid", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "get_married", "hint": "synonyms for get married", "clues": [["hook up with", "take in marriage"], ["marry", "take in marriage"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"]]}, {"answer": "get_moving", "hint": "synonyms for get moving", "clues": [["get started", "start to be active"], ["get cracking", "start to be active"], ["get weaving", "start to be active"], ["get rolling", "start to be active"], ["get going", "start to be active"], ["bestir oneself", "start to be active"]]}, {"answer": "get_off", "hint": "synonyms for get off", "clues": [["mail", "send via the postal service"], ["unhorse", "alight from (a horse)"], ["get away", "escape potentially unpleasant consequences; get away with a forbidden action"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action"], ["send", "transfer"], ["trip", "get high, stoned, or drugged"], ["trip out", "get high, stoned, or drugged"], ["light", "alight from (a horse)"], ["turn on", "get high, stoned, or drugged"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action"], ["get down", "alight from (a horse)"], ["send off", "transfer"], ["hop out", "get out of quickly"], ["dismount", "alight from (a horse)"], ["escape", "escape potentially unpleasant consequences; get away with a forbidden action"]]}, {"answer": "get_on", "hint": "synonyms for get on", "clues": [["advance", "develop in a positive way"], ["mount", "get up on the back of"], ["age", "grow old or older"], ["bestride", "get up on the back of"], ["come on", "develop in a positive way"], ["jump on", "get up on the back of"], ["shape up", "develop in a positive way"], ["hop on", "get up on the back of"], ["come along", "develop in a positive way"], ["get along", "have smooth relations"], ["board", "get on board of (trains, buses, ships, aircraft, etc.)"], ["mature", "grow old or older"], ["mount up", "get up on the back of"], ["senesce", "grow old or older"], ["climb on", "get up on the back of"], ["be on", "appear in a show, on T.V. or radio"], ["progress", "develop in a positive way"], ["get along with", "have smooth relations"]]}, {"answer": "get_onto", "hint": "synonyms for get onto", "clues": [["latch on", "understand, usually after some initial difficulty"], ["cotton on", "understand, usually after some initial difficulty"], ["twig", "understand, usually after some initial difficulty"], ["tumble", "understand, usually after some initial difficulty"], ["get it", "understand, usually after some initial difficulty"], ["get wise", "understand, usually after some initial difficulty"]]}, {"answer": "get_out", "hint": "synonyms for get out", "clues": [["get away", "escape potentially unpleasant consequences; get away with a forbidden action"], ["bring out", "take out of a container or enclosed space"], ["exit", "move out of or depart from"], ["pull", "bring, take, or pull out of a container or from under a cover"], ["draw", "bring, take, or pull out of a container or from under a cover"], ["leave", "move out of or depart from"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["break", "be released or become known; of news"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action"], ["take out", "bring, take, or pull out of a container or from under a cover"], ["get around", "be released or become known; of news"], ["go out", "move out of or depart from"], ["escape", "escape potentially unpleasant consequences; get away with a forbidden action"]]}, {"answer": "get_over", "hint": "synonyms for get over", "clues": [["cover", "travel across or pass over"], ["master", "get on top of; deal with successfully"], ["cross", "travel across or pass over"], ["get across", "travel across or pass over"], ["cut through", "travel across or pass over"], ["track", "travel across or pass over"], ["traverse", "travel across or pass over"], ["pass over", "travel across or pass over"], ["bounce back", "improve in health"], ["overcome", "get on top of; deal with successfully"], ["surmount", "get on top of; deal with successfully"], ["get well", "improve in health"], ["cut across", "travel across or pass over"], ["subdue", "get on top of; deal with successfully"]]}, {"answer": "get_rid_of", "hint": "synonyms for get rid of", "clues": [["eliminate", "terminate, end, or take out"], ["do away with", "terminate, end, or take out"], ["extinguish", "terminate, end, or take out"], ["abolish", "do away with"], ["remove", "dispose of"]]}, {"answer": "get_rolling", "hint": "synonyms for get rolling", "clues": [["get started", "start to be active"], ["get cracking", "start to be active"], ["get weaving", "start to be active"], ["get moving", "start to be active"], ["get going", "start to be active"], ["bestir oneself", "start to be active"]]}, {"answer": "get_started", "hint": "synonyms for get started", "clues": [["get cracking", "start to be active"], ["get weaving", "start to be active"], ["get rolling", "start to be active"], ["get moving", "start to be active"], ["get going", "start to be active"], ["bestir oneself", "start to be active"]]}, {"answer": "get_the_picture", "hint": "synonyms for get the picture", "clues": [["grok", "get the meaning of something"], ["dig", "get the meaning of something"], ["comprehend", "get the meaning of something"], ["compass", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["savvy", "get the meaning of something"]]}, {"answer": "get_through", "hint": "synonyms for get through", "clues": [["sink in", "become clear or enter one's consciousness or emotions"], ["polish off", "finish a task completely"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["click", "become clear or enter one's consciousness or emotions"], ["come through", "succeed in reaching a real or abstract destination after overcoming problems"], ["finish up", "finish a task completely"], ["get across", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"], ["reach", "be in or establish communication with"], ["come home", "become clear or enter one's consciousness or emotions"], ["wrap up", "finish a task completely"], ["finish off", "finish a task completely"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["clear up", "finish a task completely"], ["contact", "be in or establish communication with"], ["while away", "spend or pass, as with boredom or in a pleasant manner; of time"], ["mop up", "finish a task completely"], ["get hold of", "be in or establish communication with"]]}, {"answer": "get_to", "hint": "synonyms for get to", "clues": [["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["make", "reach a goal, e.g.,"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["progress to", "reach a goal, e.g.,"], ["reach", "reach a goal, e.g.,"]]}, {"answer": "get_up", "hint": "synonyms for get up", "clues": [["raise", "raise from a lower to a higher position"], ["grind away", "study intensively, as before an exam"], ["attire", "put on special clothes to appear particularly appealing and attractive"], ["machinate", "arrange by systematic planning and united effort"], ["uprise", "get up and out of bed"], ["bone up", "study intensively, as before an exam"], ["devise", "arrange by systematic planning and united effort"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["bone", "study intensively, as before an exam"], ["prepare", "arrange by systematic planning and united effort"], ["arise", "rise to one's feet"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"], ["bring up", "raise from a lower to a higher position"], ["work up", "develop"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["drum", "study intensively, as before an exam"], ["organize", "arrange by systematic planning and united effort"], ["cram", "study intensively, as before an exam"], ["rig out", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["lift", "raise from a lower to a higher position"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["stand up", "rise to one's feet"], ["elevate", "raise from a lower to a higher position"], ["turn out", "get up and out of bed"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["mug up", "study intensively, as before an exam"]]}, {"answer": "get_weaving", "hint": "synonyms for get weaving", "clues": [["get started", "start to be active"], ["get cracking", "start to be active"], ["get rolling", "start to be active"], ["get moving", "start to be active"], ["get going", "start to be active"], ["bestir oneself", "start to be active"]]}, {"answer": "get_wind", "hint": "synonyms for get wind", "clues": [["find out", "get to know or become aware of, usually accidentally"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["learn", "get to know or become aware of, usually accidentally"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"]]}, {"answer": "get_wise", "hint": "synonyms for get wise", "clues": [["latch on", "understand, usually after some initial difficulty"], ["get onto", "understand, usually after some initial difficulty"], ["cotton on", "understand, usually after some initial difficulty"], ["twig", "understand, usually after some initial difficulty"], ["tumble", "understand, usually after some initial difficulty"], ["get it", "understand, usually after some initial difficulty"]]}, {"answer": "get_word", "hint": "synonyms for get word", "clues": [["find out", "get to know or become aware of, usually accidentally"], ["discover", "get to know or become aware of, usually accidentally"], ["learn", "get to know or become aware of, usually accidentally"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["get wind", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"]]}, {"answer": "gip", "hint": "synonyms for gip", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "gird", "hint": "synonyms for gird", "clues": [["encircle", "bind with something round or circular"], ["girdle", "put a girdle on or around"], ["arm", "prepare oneself for a military confrontation"], ["build up", "prepare oneself for a military confrontation"], ["fortify", "prepare oneself for a military confrontation"]]}, {"answer": "give-up_the_ghost", "hint": "synonyms for give-up the ghost", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "give_away", "hint": "synonyms for give away", "clues": [["denounce", "give away information about somebody"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["shop", "give away information about somebody"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["betray", "give away information about somebody"], ["tell on", "give away information about somebody"], ["stag", "give away information about somebody"], ["rat", "give away information about somebody"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["shit", "give away information about somebody"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["grass", "give away information about somebody"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["snitch", "give away information about somebody"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "give_birth", "hint": "synonyms for give birth", "clues": [["birth", "cause to be born"], ["have", "cause to be born"], ["deliver", "cause to be born"], ["bear", "cause to be born"]]}, {"answer": "give_chase", "hint": "synonyms for give chase", "clues": [["track", "go after with the intent to catch"], ["trail", "go after with the intent to catch"], ["chase", "go after with the intent to catch"], ["go after", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"]]}, {"answer": "give_ear", "hint": "synonyms for give ear", "clues": [["pay heed", "give heed (to)"], ["advert", "give heed (to)"], ["hang", "give heed (to)"], ["attend", "give heed (to)"]]}, {"answer": "give_in", "hint": "synonyms for give in", "clues": [["knuckle under", "consent reluctantly"], ["succumb", "consent reluctantly"], ["bow", "yield to another's wish or opinion"], ["accede", "yield to another's wish or opinion"], ["submit", "yield to another's wish or opinion"], ["defer", "yield to another's wish or opinion"], ["yield", "consent reluctantly"]]}, {"answer": "give_notice", "hint": "synonyms for give notice", "clues": [["give the axe", "terminate the employment of; discharge from an office or position"], ["notify", "inform (somebody) of something"], ["apprize", "inform (somebody) of something"], ["fire", "terminate the employment of; discharge from an office or position"], ["advise", "inform (somebody) of something"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["send word", "inform (somebody) of something"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "give_out", "hint": "synonyms for give out", "clues": [["break down", "stop operating or functioning"], ["give way", "stop operating or functioning"], ["fail", "prove insufficient"], ["die", "stop operating or functioning"], ["break", "stop operating or functioning"], ["give off", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc."], ["emit", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc."], ["distribute", "give to several people"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["run out", "prove insufficient"], ["hand out", "give to several people"], ["go bad", "stop operating or functioning"], ["pass out", "give to several people"]]}, {"answer": "give_suck", "hint": "synonyms for give suck", "clues": [["breastfeed", "give suck to"], ["suckle", "give suck to"], ["wet-nurse", "give suck to"], ["suck", "give suck to"], ["nurse", "give suck to"], ["lactate", "give suck to"]]}, {"answer": "give_the_axe", "hint": "synonyms for give the axe", "clues": [["give the bounce", "terminate a relationship abruptly"], ["give the gate", "terminate a relationship abruptly"], ["fire", "terminate the employment of; discharge from an office or position"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "give_the_sack", "hint": "synonyms for give the sack", "clues": [["give the axe", "terminate the employment of; discharge from an office or position"], ["fire", "terminate the employment of; discharge from an office or position"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"]]}, {"answer": "give_up", "hint": "synonyms for give up", "clues": [["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["part with", "give up what is not strictly needed"], ["surrender", "relinquish possession or control over"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["discontinue", "put an end to a state or an activity"], ["forego", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["abandon", "give up with the intent of never claiming again"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["spare", "give up what is not strictly needed"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["vacate", "leave (a job, post, or position) voluntarily"], ["stop", "put an end to a state or an activity"], ["cede", "relinquish possession or control over"], ["kick", "stop consuming"], ["free", "part with a possession or right"], ["resign", "part with a possession or right"], ["lay off", "put an end to a state or an activity"], ["dispense with", "give up what is not strictly needed"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["renounce", "leave (a job, post, or position) voluntarily"], ["deliver", "relinquish possession or control over"], ["cease", "put an end to a state or an activity"], ["relinquish", "part with a possession or right"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["release", "part with a possession or right"], ["allow", "allow the other (baseball) team to score"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"]]}, {"answer": "give_voice", "hint": "synonyms for give voice", "clues": [["articulate", "put into words or an expression"], ["phrase", "put into words or an expression"], ["formulate", "put into words or an expression"], ["word", "put into words or an expression"]]}, {"answer": "give_way", "hint": "synonyms for give way", "clues": [["die", "stop operating or functioning"], ["collapse", "break down, literally or metaphorically"], ["yield", "move in order to make room for someone for something"], ["founder", "break down, literally or metaphorically"], ["ease up", "move in order to make room for someone for something"], ["break", "break down, literally or metaphorically"], ["break down", "stop operating or functioning"], ["give out", "stop operating or functioning"], ["give", "break down, literally or metaphorically"], ["move over", "move in order to make room for someone for something"], ["fail", "stop operating or functioning"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["fall in", "break down, literally or metaphorically"], ["go bad", "stop operating or functioning"], ["cave in", "break down, literally or metaphorically"]]}, {"answer": "glance_over", "hint": "synonyms for glance over", "clues": [["run down", "examine hastily"], ["skim", "examine hastily"], ["rake", "examine hastily"], ["scan", "examine hastily"]]}, {"answer": "glaze_over", "hint": "synonyms for glaze over", "clues": [["glaze", "become glassy or take on a glass-like appearance"], ["glass over", "become glassy or take on a glass-like appearance"], ["glass", "become glassy or take on a glass-like appearance"], ["blur", "become glassy; lose clear vision"], ["film over", "become glassy; lose clear vision"]]}, {"answer": "glide_by", "hint": "synonyms for glide by", "clues": [["slide by", "pass by"], ["go by", "pass by"], ["go along", "pass by"], ["elapse", "pass by"], ["slip away", "pass by"], ["slip by", "pass by"], ["pass", "pass by"]]}, {"answer": "glom", "hint": "synonyms for glom", "clues": [["knock off", "take by theft"], ["thieve", "take by theft"], ["hook", "take by theft"], ["cop", "take by theft"], ["snitch", "take by theft"]]}, {"answer": "glorify", "hint": "synonyms for glorify", "clues": [["laud", "praise, glorify, or honor"], ["spiritualize", "elevate or idealize, in allusion to Christ's transfiguration"], ["transfigure", "elevate or idealize, in allusion to Christ's transfiguration"], ["proclaim", "praise, glorify, or honor"], ["exalt", "praise, glorify, or honor"], ["extol", "praise, glorify, or honor"]]}, {"answer": "gloss_over", "hint": "synonyms for gloss over", "clues": [["slur over", "treat hurriedly or avoid dealing with properly"], ["smooth over", "treat hurriedly or avoid dealing with properly"], ["skimp over", "treat hurriedly or avoid dealing with properly"], ["hush up", "cover up a misdemeanor, fault, or error"], ["sleek over", "cover up a misdemeanor, fault, or error"], ["skate over", "treat hurriedly or avoid dealing with properly"], ["whitewash", "cover up a misdemeanor, fault, or error"]]}, {"answer": "gnaw", "hint": "synonyms for gnaw", "clues": [["gnaw at", "become ground down or deteriorate"], ["erode", "become ground down or deteriorate"], ["wear away", "become ground down or deteriorate"], ["eat at", "become ground down or deteriorate"]]}, {"answer": "gnaw_at", "hint": "synonyms for gnaw at", "clues": [["gnaw", "become ground down or deteriorate"], ["erode", "become ground down or deteriorate"], ["wear away", "become ground down or deteriorate"], ["eat at", "become ground down or deteriorate"]]}, {"answer": "go_after", "hint": "synonyms for go after", "clues": [["quest after", "go in search of or hunt for"], ["track", "go after with the intent to catch"], ["give chase", "go after with the intent to catch"], ["tail", "go after with the intent to catch"], ["chase", "go after with the intent to catch"], ["dog", "go after with the intent to catch"], ["tag", "go after with the intent to catch"], ["chase after", "go after with the intent to catch"], ["pursue", "go in search of or hunt for"], ["quest for", "go in search of or hunt for"]]}, {"answer": "go_against", "hint": "synonyms for go against", "clues": [["break", "fail to agree with; be in violation of; as of rules or patterns"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["buck", "resist"], ["violate", "fail to agree with; be in violation of; as of rules or patterns"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["breach", "act in disregard of laws, rules, contracts, or promises"]]}, {"answer": "go_along", "hint": "synonyms for go along", "clues": [["lapse", "pass by"], ["slide by", "pass by"], ["go by", "pass by"], ["play along", "cooperate or pretend to cooperate"], ["proceed", "continue a certain state, condition, or activity"], ["go on", "continue a certain state, condition, or activity"], ["slip away", "pass by"], ["continue", "continue a certain state, condition, or activity"], ["slip by", "pass by"], ["pass", "pass by"], ["keep", "continue a certain state, condition, or activity"]]}, {"answer": "go_around", "hint": "synonyms for go around", "clues": [["revolve", "turn on or around an axis or a center"], ["bypass", "avoid something unpleasant or laborious"], ["outflank", "go around the flank of (an opposing army)"], ["circulate", "become widely known and passed on"], ["get around", "avoid something unpleasant or laborious"], ["rotate", "turn on or around an axis or a center"], ["short-circuit", "avoid something unpleasant or laborious"], ["spread", "become widely known and passed on"]]}, {"answer": "go_away", "hint": "synonyms for go away", "clues": [["leave", "go away from a place"], ["vanish", "get lost, as without warning or explanation"], ["go", "move away from a place into another direction"], ["depart", "move away from a place into another direction"], ["go forth", "go away from a place"], ["disappear", "get lost, as without warning or explanation"]]}, {"answer": "go_back", "hint": "synonyms for go back", "clues": [["recur", "return in thought or speech to something"], ["date back", "belong to an earlier time"], ["recuperate", "regain a former condition after a financial loss"], ["recover", "regain a former condition after a financial loss"], ["date from", "belong to an earlier time"]]}, {"answer": "go_bad", "hint": "synonyms for go bad", "clues": [["break down", "stop operating or functioning"], ["give way", "stop operating or functioning"], ["give out", "stop operating or functioning"], ["die", "stop operating or functioning"], ["break", "stop operating or functioning"], ["fail", "stop operating or functioning"], ["conk out", "stop operating or functioning"], ["go", "stop operating or functioning"], ["spoil", "become unfit for consumption or use"]]}, {"answer": "go_ballistic", "hint": "synonyms for go ballistic", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "go_by", "hint": "synonyms for go by", "clues": [["surpass", "move past"], ["go under", "be called; go by a certain name"], ["slide by", "pass by"], ["go along", "pass by"], ["elapse", "pass by"], ["go past", "move past"], ["slip away", "pass by"], ["slip by", "pass by"], ["pass", "move past"], ["travel by", "move past"], ["pass by", "move past"]]}, {"answer": "go_down", "hint": "synonyms for go down", "clues": [["sink", "go under,"], ["come down", "move downward and lower, but not necessarily all the way"], ["crash", "stop operating"], ["settle", "go under,"], ["go under", "go under,"], ["fall", "move downward and lower, but not necessarily all the way"], ["wane", "grow smaller"], ["set", "disappear beyond the horizon"], ["decline", "grow smaller"], ["descend", "move downward and lower, but not necessarily all the way"]]}, {"answer": "go_far", "hint": "synonyms for go far", "clues": [["go deep", "extend in importance or range"], ["arrive", "succeed in a big way; get to the top"], ["get in", "succeed in a big way; get to the top"], ["make it", "succeed in a big way; get to the top"]]}, {"answer": "go_for", "hint": "synonyms for go for", "clues": [["accept", "give an affirmative reply to; respond favorably to"], ["fancy", "have a fancy or particular liking or desire for"], ["try for", "make an attempt at achieving something"], ["hold", "be pertinent or relevant or applicable"], ["take to", "have a fancy or particular liking or desire for"], ["consent", "give an affirmative reply to; respond favorably to"], ["apply", "be pertinent or relevant or applicable"], ["hope", "intend with some possibility of fulfilment"]]}, {"answer": "go_forth", "hint": "synonyms for go forth", "clues": [["go away", "go away from a place"], ["leave", "go away from a place"], ["come out", "come out of"], ["egress", "come out of"], ["issue", "come out of"], ["come forth", "come out of"], ["emerge", "come out of"]]}, {"answer": "go_in", "hint": "synonyms for go in", "clues": [["get into", "to come or go into"], ["move into", "to come or go into"], ["go into", "to come or go into"], ["enter", "to come or go into"], ["come in", "to come or go into"]]}, {"answer": "go_into", "hint": "synonyms for go into", "clues": [["get into", "to come or go into"], ["move into", "to come or go into"], ["go in", "to come or go into"], ["enter", "to come or go into"], ["come in", "to come or go into"]]}, {"answer": "go_off", "hint": "synonyms for go off", "clues": [["make off", "run away; usually includes taking something or somebody along"], ["bolt", "run away; usually includes taking something or somebody along"], ["go over", "happen in a particular manner"], ["decamp", "run away; usually includes taking something or somebody along"], ["fire", "go off or discharge"], ["implode", "burst inward"], ["absquatulate", "run away; usually includes taking something or somebody along"], ["run off", "run away; usually includes taking something or somebody along"], ["abscond", "run away; usually includes taking something or somebody along"], ["come off", "happen in a particular manner"], ["discharge", "go off or discharge"]]}, {"answer": "go_on", "hint": "synonyms for go on", "clues": [["continue", "continue talking; he continued,"], ["come about", "come to pass"], ["advance", "move forward, also in the metaphorical sense"], ["go along", "continue a certain state, condition, or activity"], ["pass", "come to pass"], ["proceed", "continue a certain state, condition, or activity"], ["fall out", "come to pass"], ["pass on", "move forward, also in the metaphorical sense"], ["pass off", "come to pass"], ["keep", "continue a certain state, condition, or activity"], ["move on", "move forward, also in the metaphorical sense"], ["happen", "come to pass"], ["come on", "start running, functioning, or operating"], ["carry on", "continue talking; he continued,"], ["march on", "move forward, also in the metaphorical sense"], ["occur", "come to pass"], ["come up", "start running, functioning, or operating"], ["take place", "come to pass"], ["progress", "move forward, also in the metaphorical sense"], ["hap", "come to pass"]]}, {"answer": "go_out", "hint": "synonyms for go out", "clues": [["go steady", "date regularly; have a steady relationship with"], ["exit", "move out of or depart from"], ["get out", "move out of or depart from"], ["date", "date regularly; have a steady relationship with"], ["leave", "move out of or depart from"], ["see", "date regularly; have a steady relationship with"]]}, {"answer": "go_over", "hint": "synonyms for go over", "clues": [["review", "hold a review (of troops)"], ["check", "examine so as to determine accuracy, quality, or condition"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["fall over", "fall forward and down"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["go off", "happen in a particular manner"], ["survey", "hold a review (of troops)"], ["suss out", "examine so as to determine accuracy, quality, or condition"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["come off", "happen in a particular manner"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["look into", "examine so as to determine accuracy, quality, or condition"]]}, {"answer": "go_past", "hint": "synonyms for go past", "clues": [["go by", "move past"], ["surpass", "move past"], ["transcend", "be superior or better than some standard"], ["overstep", "be superior or better than some standard"], ["pass", "be superior or better than some standard"], ["travel by", "move past"], ["pass by", "move past"], ["exceed", "be superior or better than some standard"], ["top", "be superior or better than some standard"]]}, {"answer": "go_through", "hint": "synonyms for go through", "clues": [["put through", "pursue to a conclusion or bring to a successful issue"], ["follow out", "pursue to a conclusion or bring to a successful issue"], ["see", "go or live through"], ["follow up", "pursue to a conclusion or bring to a successful issue"], ["work through", "apply thoroughly; think through"], ["devour", "eat immoderately"], ["go across", "go across or through"], ["follow through", "pursue to a conclusion or bring to a successful issue"], ["down", "eat immoderately"], ["carry out", "pursue to a conclusion or bring to a successful issue"], ["run through", "apply thoroughly; think through"], ["implement", "pursue to a conclusion or bring to a successful issue"], ["experience", "go or live through"], ["pass", "go across or through"], ["consume", "eat immoderately"]]}, {"answer": "go_to_bed", "hint": "synonyms for go to bed", "clues": [["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["sack out", "prepare for sleep"], ["hit the sack", "prepare for sleep"], ["retire", "prepare for sleep"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"]]}, {"answer": "go_to_sleep", "hint": "synonyms for go to sleep", "clues": [["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["sack out", "prepare for sleep"], ["hit the sack", "prepare for sleep"], ["retire", "prepare for sleep"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to bed", "prepare for sleep"]]}, {"answer": "go_under", "hint": "synonyms for go under", "clues": [["sink", "go under,"], ["set", "disappear beyond the horizon"], ["go by", "be called; go by a certain name"], ["go down", "go under,"], ["settle", "go under,"]]}, {"answer": "go_up", "hint": "synonyms for go up", "clues": [["ascend", "travel up,"], ["climb up", "go upward with gradual or continuous progress"], ["come near", "move towards"], ["climb", "increase in value or to a higher point"], ["near", "move towards"], ["draw close", "move towards"], ["rise", "increase in value or to a higher point"], ["come on", "move towards"], ["draw near", "move towards"], ["uprise", "move upward"], ["burn up", "burn completely; be consumed or destroyed by fire"], ["come up", "move upward"], ["mount", "go upward with gradual or continuous progress"], ["burn down", "burn completely; be consumed or destroyed by fire"], ["approach", "move towards"], ["move up", "move upward"], ["lift", "move upward"]]}, {"answer": "go_with", "hint": "synonyms for go with", "clues": [["accompany", "be present or associated with an event or entity"], ["come with", "be present or associated with an event or entity"], ["construe with", "go or occur together"], ["collocate with", "go or occur together"], ["co-occur with", "go or occur together"], ["attach to", "be present or associated with an event or entity"]]}, {"answer": "gormandise", "hint": "synonyms for gormandise", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "gormandize", "hint": "synonyms for gormandize", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "gourmandize", "hint": "synonyms for gourmandize", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["gormandise", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "govern", "hint": "synonyms for govern", "clues": [["rule", "exercise authority over; as of nations"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["regularise", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "grind_away", "hint": "synonyms for grind away", "clues": [["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["bone up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "grok", "hint": "synonyms for grok", "clues": [["dig", "get the meaning of something"], ["comprehend", "get the meaning of something"], ["savvy", "get the meaning of something"], ["compass", "get the meaning of something"], ["apprehend", "get the meaning of something"], ["grasp", "get the meaning of something"], ["get the picture", "get the meaning of something"]]}, {"answer": "gross_out", "hint": "synonyms for gross out", "clues": [["disgust", "fill with distaste"], ["revolt", "fill with distaste"], ["freak out", "lose one's nerve"], ["freak", "lose one's nerve"], ["repel", "fill with distaste"]]}, {"answer": "grovel", "hint": "synonyms for grovel", "clues": [["cringe", "show submission or fear"], ["cower", "show submission or fear"], ["crawl", "show submission or fear"], ["creep", "show submission or fear"], ["fawn", "show submission or fear"]]}, {"answer": "grow", "hint": "synonyms for grow", "clues": [["produce", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["get", "come to have or undergo a change of (physical features and attributes)"], ["arise", "come into existence; take on form or shape"], ["uprise", "come into existence; take on form or shape"], ["maturate", "develop and reach maturity; undergo maturation"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques"], ["turn", "pass into a condition gradually, take on a specific property or attribute; become"], ["develop", "come to have or undergo a change of (physical features and attributes)"], ["originate", "come into existence; take on form or shape"], ["spring up", "come into existence; take on form or shape"], ["acquire", "come to have or undergo a change of (physical features and attributes)"]]}, {"answer": "gruntle", "hint": "synonyms for gruntle", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "guggle", "hint": "synonyms for guggle", "clues": [["burble", "flow in an irregular current with a bubbling noise"], ["gurgle", "flow in an irregular current with a bubbling noise"], ["bubble", "flow in an irregular current with a bubbling noise"], ["ripple", "flow in an irregular current with a bubbling noise"], ["babble", "flow in an irregular current with a bubbling noise"]]}, {"answer": "gussy_up", "hint": "synonyms for gussy up", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "gyrate", "hint": "synonyms for gyrate", "clues": [["spin around", "revolve quickly and repeatedly around one's own axis"], ["reel", "revolve quickly and repeatedly around one's own axis"], ["spin", "revolve quickly and repeatedly around one's own axis"], ["spiral", "to wind or move in a spiral course"], ["coil", "to wind or move in a spiral course"], ["whirl", "revolve quickly and repeatedly around one's own axis"]]}, {"answer": "habilitate", "hint": "synonyms for habilitate", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["tog", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "hand_over", "hint": "synonyms for hand over", "clues": [["fork over", "to surrender someone or something to another"], ["render", "to surrender someone or something to another"], ["turn in", "to surrender someone or something to another"], ["fork up", "to surrender someone or something to another"], ["deliver", "to surrender someone or something to another"], ["fork out", "to surrender someone or something to another"]]}, {"answer": "hang_around", "hint": "synonyms for hang around", "clues": [["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"]]}, {"answer": "hang_back", "hint": "synonyms for hang back", "clues": [["trail", "to lag or linger behind"], ["drop behind", "to lag or linger behind"], ["get behind", "to lag or linger behind"], ["drop back", "to lag or linger behind"], ["drag", "to lag or linger behind"]]}, {"answer": "hang_in", "hint": "synonyms for hang in", "clues": [["persist", "be persistent, refuse to stop"], ["persevere", "be persistent, refuse to stop"], ["hold on", "be persistent, refuse to stop"], ["hang on", "be persistent, refuse to stop"]]}, {"answer": "hang_on", "hint": "synonyms for hang on", "clues": [["hold on", "hold the phone line open"], ["hang in", "be persistent, refuse to stop"], ["append", "fix to; attach"], ["tack", "fix to; attach"], ["persist", "be persistent, refuse to stop"], ["hold the line", "hold the phone line open"], ["tack on", "fix to; attach"], ["persevere", "be persistent, refuse to stop"], ["tag on", "fix to; attach"]]}, {"answer": "happen", "hint": "synonyms for happen", "clues": [["go on", "come to pass"], ["befall", "happen, occur, or be the case in the course of events or by chance; ; (Santayana)"], ["bump", "come upon, as if by accident; meet with"], ["bechance", "happen, occur, or be the case in the course of events or by chance; ; (Santayana)"], ["come about", "come to pass"], ["materialize", "come into being; become reality"], ["pass", "come to pass"], ["occur", "come to pass"], ["encounter", "come upon, as if by accident; meet with"], ["take place", "come to pass"], ["fall out", "come to pass"], ["pass off", "come to pass"], ["hap", "come to pass"], ["find", "come upon, as if by accident; meet with"]]}, {"answer": "happen_upon", "hint": "synonyms for happen upon", "clues": [["fall upon", "find unexpectedly"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["light upon", "find unexpectedly"], ["come upon", "find unexpectedly"], ["strike", "find unexpectedly"]]}, {"answer": "harass", "hint": "synonyms for harass", "clues": [["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "harden", "hint": "synonyms for harden", "clues": [["indurate", "cause to accept or become hardened to; habituate"], ["inure", "cause to accept or become hardened to; habituate"], ["season", "make fit"], ["temper", "harden by reheating and cooling in oil"]]}, {"answer": "harmonise", "hint": "synonyms for harmonise", "clues": [["harmonize", "bring (several things) into consonance or relate harmoniously"], ["chord", "bring into consonance, harmony, or accord while making music or singing"], ["agree", "go together"], ["fit in", "go together"], ["concord", "go together"], ["accord", "go together"], ["reconcile", "bring into consonance or accord"], ["consort", "go together"]]}, {"answer": "harmonize", "hint": "synonyms for harmonize", "clues": [["chord", "bring into consonance, harmony, or accord while making music or singing"], ["agree", "go together"], ["fit in", "go together"], ["harmonise", "bring into consonance, harmony, or accord while making music or singing"], ["concord", "go together"], ["accord", "go together"], ["reconcile", "bring into consonance or accord"], ["consort", "go together"]]}, {"answer": "harry", "hint": "synonyms for harry", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["ravage", "make a pillaging or destructive raid on (a place), as in wartimes"], ["beset", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "hasten", "hint": "synonyms for hasten", "clues": [["festinate", "act or move at high speed"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["belt along", "move fast"], ["rush along", "move fast"], ["speed", "move fast"], ["hie", "move fast"], ["hotfoot", "move fast"], ["expedite", "speed up the progress of; facilitate"], ["induce", "cause to occur rapidly"], ["stimulate", "cause to occur rapidly"], ["look sharp", "act or move at high speed"], ["rush", "act or move at high speed"], ["bucket along", "move fast"], ["hurry", "act or move at high speed"], ["race", "move fast"]]}, {"answer": "have-to_doe_with", "hint": "synonyms for have-to doe with", "clues": [["relate", "be relevant to"], ["come to", "be relevant to"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["bear on", "be relevant to"], ["concern", "be relevant to"], ["touch", "be relevant to"], ["touch on", "be relevant to"]]}, {"answer": "have_a_bun_in_the_oven", "hint": "synonyms for have a bun in the oven", "clues": [["carry", "be pregnant with"], ["bear", "be pregnant with"], ["expect", "be pregnant with"], ["gestate", "be pregnant with"]]}, {"answer": "have_a_fit", "hint": "synonyms for have a fit", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "have_a_go_at_it", "hint": "synonyms for have a go at it", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "have_intercourse", "hint": "synonyms for have intercourse", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "have_it_away", "hint": "synonyms for have it away", "clues": [["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "have_it_off", "hint": "synonyms for have it off", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "have_kittens", "hint": "synonyms for have kittens", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "have_sex", "hint": "synonyms for have sex", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "have_words", "hint": "synonyms for have words", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "haze_over", "hint": "synonyms for haze over", "clues": [["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["fog", "make less visible or unclear"], ["obscure", "make less visible or unclear"], ["obnubilate", "make less visible or unclear"], ["becloud", "make less visible or unclear"], ["befog", "make less visible or unclear"]]}, {"answer": "head_for_the_hills", "hint": "synonyms for head for the hills", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "head_off", "hint": "synonyms for head off", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "hear", "hint": "synonyms for hear", "clues": [["find out", "get to know or become aware of, usually accidentally"], ["try", "examine or hear (evidence or a case) by judicial process"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["learn", "get to know or become aware of, usually accidentally"], ["listen", "listen and pay attention"], ["see", "get to know or become aware of, usually accidentally"], ["get wind", "get to know or become aware of, usually accidentally"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["take heed", "listen and pay attention"]]}, {"answer": "heighten", "hint": "synonyms for heighten", "clues": [["sharpen", "make (one's senses) more acute"], ["intensify", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["enhance", "increase"], ["raise", "increase"], ["deepen", "make more intense, stronger, or more marked; ,"]]}, {"answer": "hem_in", "hint": "synonyms for hem in", "clues": [["surround", "surround so as to force to give up"], ["beleaguer", "surround so as to force to give up"], ["circumvent", "surround so as to force to give up"], ["besiege", "surround so as to force to give up"]]}, {"answer": "hie", "hint": "synonyms for hie", "clues": [["hotfoot", "move fast"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["race", "move fast"], ["hasten", "move fast"]]}, {"answer": "hightail_it", "hint": "synonyms for hightail it", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "hinge_on", "hint": "synonyms for hinge on", "clues": [["depend upon", "be contingent on"], ["hinge upon", "be contingent on"], ["turn on", "be contingent on"], ["ride", "be contingent on"], ["devolve on", "be contingent on"]]}, {"answer": "hinge_upon", "hint": "synonyms for hinge upon", "clues": [["depend upon", "be contingent on"], ["turn on", "be contingent on"], ["ride", "be contingent on"], ["hinge on", "be contingent on"], ["devolve on", "be contingent on"]]}, {"answer": "hit_the_ceiling", "hint": "synonyms for hit the ceiling", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "hit_the_hay", "hint": "synonyms for hit the hay", "clues": [["crawl in", "prepare for sleep"], ["go to bed", "prepare for sleep"], ["sack out", "prepare for sleep"], ["turn in", "prepare for sleep"], ["hit the sack", "prepare for sleep"], ["retire", "prepare for sleep"], ["kip down", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"]]}, {"answer": "hit_the_roof", "hint": "synonyms for hit the roof", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "hit_the_sack", "hint": "synonyms for hit the sack", "clues": [["crawl in", "prepare for sleep"], ["go to bed", "prepare for sleep"], ["sack out", "prepare for sleep"], ["turn in", "prepare for sleep"], ["retire", "prepare for sleep"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"]]}, {"answer": "hive_away", "hint": "synonyms for hive away", "clues": [["put in", "keep or lay aside for future use"], ["salt away", "keep or lay aside for future use"], ["store", "keep or lay aside for future use"], ["lay in", "keep or lay aside for future use"], ["stash away", "keep or lay aside for future use"], ["stack away", "keep or lay aside for future use"]]}, {"answer": "hive_up", "hint": "synonyms for hive up", "clues": [["lay away", "save up as for future use"], ["cache", "save up as for future use"], ["squirrel away", "save up as for future use"], ["hoard", "save up as for future use"], ["stash", "save up as for future use"]]}, {"answer": "hold_back", "hint": "synonyms for hold back", "clues": [["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["keep back", "secure and keep for possible future use or application"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["forbear", "refrain from doing"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["wait", "wait before acting"], ["restrain", "keep under control; keep in check"], ["conceal", "hold back; keep from being perceived by others"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["hold", "secure and keep for possible future use or application"], ["keep", "keep under control; keep in check"], ["hold in", "hold back; keep from being perceived by others"], ["hold off", "wait before acting"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of"]]}, {"answer": "hold_fast", "hint": "synonyms for hold fast", "clues": [["stick", "stick to firmly"], ["bond", "stick to firmly"], ["bind", "stick to firmly"], ["stick to", "stick to firmly"], ["adhere", "stick to firmly"]]}, {"answer": "hold_in", "hint": "synonyms for hold in", "clues": [["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["confine", "close in; darkness enclosed him\""], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits"], ["conceal", "hold back; keep from being perceived by others"], ["enclose", "close in; darkness enclosed him\""], ["hold back", "hold back; keep from being perceived by others"]]}, {"answer": "hold_on", "hint": "synonyms for hold on", "clues": [["stop", "stop and wait, as if awaiting further instructions or developments"], ["hang on", "hold the phone line open"], ["persist", "be persistent, refuse to stop"], ["hold the line", "hold the phone line open"], ["persevere", "be persistent, refuse to stop"], ["keep", "retain possession of"], ["grasp", "hold firmly"]]}, {"answer": "hold_out", "hint": "synonyms for hold out", "clues": [["live on", "continue to live through hardship or adversity"], ["stretch forth", "thrust or extend out"], ["stand firm", "stand up or offer resistance to somebody or something"], ["wear", "last and be usable"], ["endure", "last and be usable"], ["stretch out", "thrust or extend out"], ["go", "continue to live through hardship or adversity"], ["extend", "thrust or extend out"], ["last", "continue to live through hardship or adversity"], ["withstand", "stand up or offer resistance to somebody or something"], ["resist", "stand up or offer resistance to somebody or something"], ["live", "continue to live through hardship or adversity"], ["survive", "continue to live through hardship or adversity"], ["exsert", "thrust or extend out"], ["hold up", "continue to live through hardship or adversity"], ["put out", "thrust or extend out"]]}, {"answer": "hold_over", "hint": "synonyms for hold over", "clues": [["table", "hold back to a later time"], ["put over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["prorogue", "hold back to a later time"], ["postpone", "hold back to a later time"], ["carry over", "hold over goods to be sold for the next season"], ["set back", "hold back to a later time"], ["remit", "hold back to a later time"], ["defer", "hold back to a later time"], ["put off", "hold back to a later time"]]}, {"answer": "hold_up", "hint": "synonyms for hold up", "clues": [["hold", "be the physical support of; carry the weight of"], ["hold out", "continue to live through hardship or adversity"], ["live on", "continue to live through hardship or adversity"], ["stand up", "resist or withstand wear, criticism, etc."], ["hold water", "resist or withstand wear, criticism, etc."], ["detain", "cause to be slowed down or delayed"], ["delay", "cause to be slowed down or delayed"], ["sustain", "be the physical support of; carry the weight of"], ["defy", "resist or confront with resistance"], ["go", "continue to live through hardship or adversity"], ["last", "continue to live through hardship or adversity"], ["stick up", "rob at gunpoint or by means of some other threat"], ["withstand", "resist or confront with resistance"], ["live", "continue to live through hardship or adversity"], ["survive", "continue to live through hardship or adversity"], ["support", "be the physical support of; carry the weight of"], ["endure", "continue to live through hardship or adversity"]]}, {"answer": "hoodwink", "hint": "synonyms for hoodwink", "clues": [["juggle", "influence by slyness"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["beguile", "influence by slyness"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"]]}, {"answer": "hook_on", "hint": "synonyms for hook on", "clues": [["fasten on", "adopt"], ["take up", "adopt"], ["latch on", "adopt"], ["seize on", "adopt"]]}, {"answer": "hook_up_with", "hint": "synonyms for hook up with", "clues": [["marry", "take in marriage"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"]]}, {"answer": "hop_on", "hint": "synonyms for hop on", "clues": [["get on", "get up on the back of"], ["mount", "get up on the back of"], ["mount up", "get up on the back of"], ["bestride", "get up on the back of"], ["climb on", "get up on the back of"], ["jump on", "get up on the back of"]]}, {"answer": "horn_in", "hint": "synonyms for horn in", "clues": [["pry", "search or inquire in a meddlesome way"], ["nose", "search or inquire in a meddlesome way"], ["intrude", "search or inquire in a meddlesome way"], ["poke", "search or inquire in a meddlesome way"]]}, {"answer": "hornswoggle", "hint": "synonyms for hornswoggle", "clues": [["bunco", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimize", "deprive of by deceit"], ["con", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "hot_up", "hint": "synonyms for hot up", "clues": [["heat up", "make more intense"], ["screw up", "make more intense"], ["soup up", "make more powerful"], ["heat", "gain heat or get hot"], ["hop up", "make more powerful"]]}, {"answer": "hover", "hint": "synonyms for hover", "clues": [["linger", "move to and fro"], ["brood", "hang over, as of something threatening, dark, or menacing"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action"], ["vibrate", "be undecided about something; waver between conflicting positions or courses of action"], ["levitate", "be suspended in the air, as if in defiance of gravity"], ["loom", "hang over, as of something threatening, dark, or menacing"], ["oscillate", "be undecided about something; waver between conflicting positions or courses of action"], ["bulk large", "hang over, as of something threatening, dark, or menacing"]]}, {"answer": "humiliate", "hint": "synonyms for humiliate", "clues": [["chagrin", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"], ["mortify", "cause to feel shame; hurt the pride of"]]}, {"answer": "hunker", "hint": "synonyms for hunker", "clues": [["crouch", "sit on one's heels"], ["hunker down", "sit on one's heels"], ["scrunch up", "sit on one's heels"], ["scrunch", "sit on one's heels"], ["squat", "sit on one's heels"]]}, {"answer": "hunker_down", "hint": "synonyms for hunker down", "clues": [["hunker", "sit on one's heels"], ["crouch", "sit on one's heels"], ["scrunch up", "sit on one's heels"], ["scrunch", "sit on one's heels"], ["squat", "sit on one's heels"]]}, {"answer": "hurtle", "hint": "synonyms for hurtle", "clues": [["thrust", "make a thrusting forward movement"], ["hurl", "make a thrusting forward movement"], ["lunge", "make a thrusting forward movement"], ["cast", "throw forcefully"]]}, {"answer": "hush_up", "hint": "synonyms for hush up", "clues": [["quieten", "cause to be quiet or not talk"], ["still", "cause to be quiet or not talk"], ["sleek over", "cover up a misdemeanor, fault, or error"], ["gloss over", "cover up a misdemeanor, fault, or error"], ["whitewash", "cover up a misdemeanor, fault, or error"], ["silence", "cause to be quiet or not talk"], ["shut up", "cause to be quiet or not talk"], ["hush", "cause to be quiet or not talk"]]}, {"answer": "hybridise", "hint": "synonyms for hybridise", "clues": [["hybridize", "breed animals or plants using parents of different races and varieties"], ["cross", "breed animals or plants using parents of different races and varieties"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["crossbreed", "breed animals or plants using parents of different races and varieties"]]}, {"answer": "hybridize", "hint": "synonyms for hybridize", "clues": [["cross", "breed animals or plants using parents of different races and varieties"], ["interbreed", "breed animals or plants using parents of different races and varieties"], ["hybridise", "breed animals or plants using parents of different races and varieties"], ["crossbreed", "breed animals or plants using parents of different races and varieties"]]}, {"answer": "hyperbolise", "hint": "synonyms for hyperbolise", "clues": [["hyperbolize", "to enlarge beyond bounds or the truth"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["magnify", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["overdraw", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "hyperbolize", "hint": "synonyms for hyperbolize", "clues": [["hyperbolise", "to enlarge beyond bounds or the truth"], ["magnify", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["overdraw", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "hypothecate", "hint": "synonyms for hypothecate", "clues": [["speculate", "to believe especially on uncertain or tentative grounds"], ["hypothesize", "to believe especially on uncertain or tentative grounds"], ["theorise", "to believe especially on uncertain or tentative grounds"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["suppose", "to believe especially on uncertain or tentative grounds"]]}, {"answer": "hypothesise", "hint": "synonyms for hypothesise", "clues": [["speculate", "to believe especially on uncertain or tentative grounds"], ["hypothesize", "to believe especially on uncertain or tentative grounds"], ["theorise", "to believe especially on uncertain or tentative grounds"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["suppose", "to believe especially on uncertain or tentative grounds"]]}, {"answer": "hypothesize", "hint": "synonyms for hypothesize", "clues": [["speculate", "to believe especially on uncertain or tentative grounds"], ["suppose", "to believe especially on uncertain or tentative grounds"], ["theorise", "to believe especially on uncertain or tentative grounds"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["hypothesise", "to believe especially on uncertain or tentative grounds"]]}, {"answer": "identify", "hint": "synonyms for identify", "clues": [["name", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["key", "identify as in botany or biology, for example"], ["key out", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"], ["discover", "identify as in botany or biology, for example"], ["place", "recognize as being; establish the identity of someone or something"]]}, {"answer": "idolise", "hint": "synonyms for idolise", "clues": [["revere", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol"]]}, {"answer": "idolize", "hint": "synonyms for idolize", "clues": [["idolise", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol"]]}, {"answer": "ignite", "hint": "synonyms for ignite", "clues": [["take fire", "start to burn or burst into flames"], ["catch fire", "start to burn or burst into flames"], ["inflame", "arouse or excite feelings and passions"], ["erupt", "start to burn or burst into flames"], ["conflagrate", "start to burn or burst into flames"], ["stir up", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"], ["fire up", "arouse or excite feelings and passions"], ["light", "cause to start burning; subject to fire or great heat"], ["heat", "arouse or excite feelings and passions"], ["combust", "start to burn or burst into flames"]]}, {"answer": "ignore", "hint": "synonyms for ignore", "clues": [["brush aside", "bar from attention or consideration"], ["cut", "refuse to acknowledge"], ["snub", "refuse to acknowledge"], ["disregard", "bar from attention or consideration"], ["neglect", "give little or no attention to"], ["brush off", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"]]}, {"answer": "ill-treat", "hint": "synonyms for ill-treat", "clues": [["ill-use", "treat badly"], ["mistreat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"], ["maltreat", "treat badly"]]}, {"answer": "ill-use", "hint": "synonyms for ill-use", "clues": [["ill-treat", "treat badly"], ["mistreat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"], ["maltreat", "treat badly"]]}, {"answer": "illuminate", "hint": "synonyms for illuminate", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["crystallise", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["illumine", "make lighter or brighter"], ["clear", "make free from confusion or ambiguity; make clear"], ["shed light on", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["light up", "make lighter or brighter"], ["light", "make lighter or brighter"]]}, {"answer": "illumine", "hint": "synonyms for illumine", "clues": [["light up", "make lighter or brighter"], ["illume", "make lighter or brighter"], ["light", "make lighter or brighter"], ["illuminate", "make lighter or brighter"]]}, {"answer": "imagine", "hint": "synonyms for imagine", "clues": [["opine", "expect, believe, or suppose"], ["reckon", "expect, believe, or suppose"], ["think", "expect, believe, or suppose"], ["suppose", "expect, believe, or suppose"], ["conceive of", "form a mental image of something that is not present or that is not the case"], ["ideate", "form a mental image of something that is not present or that is not the case"], ["guess", "expect, believe, or suppose"], ["envisage", "form a mental image of something that is not present or that is not the case"]]}, {"answer": "imbed", "hint": "synonyms for imbed", "clues": [["engraft", "fix or set securely or deeply"], ["plant", "fix or set securely or deeply"], ["implant", "fix or set securely or deeply"], ["embed", "fix or set securely or deeply"]]}, {"answer": "imbibe", "hint": "synonyms for imbibe", "clues": [["soak up", "take in, also metaphorically"], ["sop up", "take in, also metaphorically"], ["take up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["assimilate", "take (gas, light or heat) into a solution"], ["suck", "take in, also metaphorically"], ["draw", "take in, also metaphorically"], ["drink", "take in liquids"], ["suck up", "take in, also metaphorically"], ["take in", "take in, also metaphorically"]]}, {"answer": "imbue", "hint": "synonyms for imbue", "clues": [["penetrate", "spread or diffuse through"], ["pervade", "spread or diffuse through"], ["soak", "fill, soak, or imbue totally"], ["hue", "suffuse with color"], ["permeate", "spread or diffuse through"], ["interpenetrate", "spread or diffuse through"], ["diffuse", "spread or diffuse through"], ["riddle", "spread or diffuse through"]]}, {"answer": "immerse", "hint": "synonyms for immerse", "clues": [["engulf", "devote (oneself) fully to"], ["plunge", "devote (oneself) fully to"], ["eat up", "enclose or envelop completely, as if by swallowing"], ["engross", "devote (oneself) fully to"], ["swallow", "enclose or envelop completely, as if by swallowing"], ["bury", "enclose or envelop completely, as if by swallowing"], ["soak up", "devote (oneself) fully to"], ["steep", "devote (oneself) fully to"], ["swallow up", "enclose or envelop completely, as if by swallowing"], ["absorb", "devote (oneself) fully to"]]}, {"answer": "immix", "hint": "synonyms for immix", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["blend", "mix together different elements"], ["flux", "mix together different elements"], ["merge", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["mix", "mix together different elements"], ["meld", "mix together different elements"], ["conflate", "mix together different elements"]]}, {"answer": "immobilise", "hint": "synonyms for immobilise", "clues": [["freeze", "prohibit the conversion or use of (assets)"], ["immobilize", "convert (assets) into fixed capital"], ["pin", "to hold fast or prevent from moving"], ["trap", "to hold fast or prevent from moving"], ["block", "prohibit the conversion or use of (assets)"]]}, {"answer": "immobilize", "hint": "synonyms for immobilize", "clues": [["immobilise", "convert (assets) into fixed capital"], ["freeze", "prohibit the conversion or use of (assets)"], ["pin", "to hold fast or prevent from moving"], ["trap", "to hold fast or prevent from moving"], ["block", "prohibit the conversion or use of (assets)"]]}, {"answer": "immortalise", "hint": "synonyms for immortalise", "clues": [["eternalize", "make famous forever"], ["immortalize", "be or provide a memorial to a person or an event"], ["memorialise", "be or provide a memorial to a person or an event"], ["record", "be or provide a memorial to a person or an event"], ["eternise", "make famous forever"], ["commemorate", "be or provide a memorial to a person or an event"]]}, {"answer": "immortalize", "hint": "synonyms for immortalize", "clues": [["eternalize", "make famous forever"], ["memorialise", "be or provide a memorial to a person or an event"], ["immortalise", "be or provide a memorial to a person or an event"], ["record", "be or provide a memorial to a person or an event"], ["eternise", "make famous forever"], ["commemorate", "be or provide a memorial to a person or an event"]]}, {"answer": "immure", "hint": "synonyms for immure", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "impair", "hint": "synonyms for impair", "clues": [["vitiate", "make imperfect"], ["deflower", "make imperfect"], ["mar", "make imperfect"], ["spoil", "make imperfect"]]}, {"answer": "impale", "hint": "synonyms for impale", "clues": [["empale", "pierce with a sharp stake or point"], ["transfix", "pierce with a sharp stake or point"], ["stake", "kill by piercing with a spear or sharp pole"], ["spike", "pierce with a sharp stake or point"]]}, {"answer": "impart", "hint": "synonyms for impart", "clues": [["lend", "bestow a quality on"], ["give", "transmit (knowledge or skills)"], ["bestow", "bestow a quality on"], ["carry", "transmit or serve as the medium for transmission"], ["channel", "transmit or serve as the medium for transmission"], ["transmit", "transmit or serve as the medium for transmission"], ["bring", "bestow a quality on"], ["pass on", "transmit (knowledge or skills)"], ["convey", "transmit or serve as the medium for transmission"], ["conduct", "transmit or serve as the medium for transmission"], ["contribute", "bestow a quality on"], ["leave", "transmit (knowledge or skills)"], ["add", "bestow a quality on"]]}, {"answer": "impede", "hint": "synonyms for impede", "clues": [["hinder", "be a hindrance or obstacle to"], ["close up", "block passage through"], ["block", "block passage through"], ["occlude", "block passage through"], ["jam", "block passage through"], ["obturate", "block passage through"], ["obstruct", "block passage through"]]}, {"answer": "imperil", "hint": "synonyms for imperil", "clues": [["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardise", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["menace", "pose a threat to; present a danger to"]]}, {"answer": "impinge_on", "hint": "synonyms for impinge on", "clues": [["strike", "hit against; come into sudden contact with"], ["run into", "hit against; come into sudden contact with"], ["collide with", "hit against; come into sudden contact with"], ["hit", "hit against; come into sudden contact with"]]}, {"answer": "imply", "hint": "synonyms for imply", "clues": [["inculpate", "suggest that someone is guilty"], ["entail", "have as a logical consequence"], ["connote", "express or state indirectly"], ["mean", "have as a logical consequence"], ["incriminate", "suggest that someone is guilty"], ["involve", "have as a necessary feature"]]}, {"answer": "impose", "hint": "synonyms for impose", "clues": [["levy", "impose and collect"], ["bring down", "impose something unpleasant"], ["enforce", "compel to behave in a certain way"], ["visit", "impose something unpleasant"], ["inflict", "impose something unpleasant"]]}, {"answer": "impound", "hint": "synonyms for impound", "clues": [["pound", "place or shut up in a pound"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["sequester", "take temporary possession of as a security, by legal authority"], ["seize", "take temporary possession of as a security, by legal authority"], ["attach", "take temporary possession of as a security, by legal authority"]]}, {"answer": "imprecate", "hint": "synonyms for imprecate", "clues": [["maledict", "wish harm upon; invoke evil upon"], ["beshrew", "wish harm upon; invoke evil upon"], ["anathemise", "wish harm upon; invoke evil upon"], ["curse", "utter obscenities or profanities"], ["swear", "utter obscenities or profanities"], ["damn", "wish harm upon; invoke evil upon"], ["cuss", "utter obscenities or profanities"], ["bedamn", "wish harm upon; invoke evil upon"], ["blaspheme", "utter obscenities or profanities"]]}, {"answer": "impregnate", "hint": "synonyms for impregnate", "clues": [["prang up", "make pregnant"], ["tincture", "fill, as with a certain quality"], ["bang up", "make pregnant"], ["knock up", "make pregnant"], ["infuse", "fill, as with a certain quality"], ["instill", "fill, as with a certain quality"], ["saturate", "infuse or fill completely"]]}, {"answer": "imprison", "hint": "synonyms for imprison", "clues": [["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "incarcerate", "hint": "synonyms for incarcerate", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "incite", "hint": "synonyms for incite", "clues": [["propel", "give an incentive for action"], ["egg on", "urge on; cause to act"], ["actuate", "give an incentive for action"], ["prod", "urge on; cause to act"], ["move", "give an incentive for action"], ["prompt", "give an incentive for action"], ["stir up", "provoke or stir up"], ["set off", "provoke or stir up"], ["motivate", "give an incentive for action"], ["instigate", "provoke or stir up"]]}, {"answer": "inclose", "hint": "synonyms for inclose", "clues": [["introduce", "introduce"], ["enclose", "surround completely"], ["insert", "introduce"], ["close in", "surround completely"], ["stick in", "introduce"], ["put in", "introduce"], ["shut in", "surround completely"]]}, {"answer": "incommode", "hint": "synonyms for incommode", "clues": [["trouble", "to cause inconvenience or discomfort to"], ["put out", "to cause inconvenience or discomfort to"], ["disoblige", "to cause inconvenience or discomfort to"], ["inconvenience", "to cause inconvenience or discomfort to"], ["bother", "to cause inconvenience or discomfort to"], ["discommode", "to cause inconvenience or discomfort to"]]}, {"answer": "incriminate", "hint": "synonyms for incriminate", "clues": [["inculpate", "suggest that someone is guilty"], ["accuse", "bring an accusation against; level a charge against"], ["imply", "suggest that someone is guilty"], ["criminate", "bring an accusation against; level a charge against"], ["impeach", "bring an accusation against; level a charge against"]]}, {"answer": "incur", "hint": "synonyms for incur", "clues": [["receive", "receive a specified treatment (abstract)"], ["find", "receive a specified treatment (abstract)"], ["get", "receive a specified treatment (abstract)"], ["obtain", "receive a specified treatment (abstract)"]]}, {"answer": "indicate", "hint": "synonyms for indicate", "clues": [["point", "be a signal for or a symptom of"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively"], ["signal", "be a signal for or a symptom of"], ["betoken", "be a signal for or a symptom of"], ["bespeak", "be a signal for or a symptom of"], ["argue", "give evidence of"], ["suggest", "suggest the necessity of an intervention; in medicine"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively"]]}, {"answer": "indorse", "hint": "synonyms for indorse", "clues": [["endorse", "give support or one's approval to"], ["second", "give support or one's approval to"], ["support", "be behind; approve of"], ["plunk for", "be behind; approve of"], ["certify", "guarantee as meeting a certain standard"], ["back", "be behind; approve of"], ["plump for", "be behind; approve of"]]}, {"answer": "induce", "hint": "synonyms for induce", "clues": [["get", "cause to do; cause to act in a specified manner"], ["make", "cause to do; cause to act in a specified manner"], ["hasten", "cause to occur rapidly"], ["stimulate", "cause to occur rapidly"], ["bring on", "cause to arise"], ["induct", "produce electric current by electrostatic or magnetic processes"], ["rush", "cause to occur rapidly"], ["cause", "cause to do; cause to act in a specified manner"], ["have", "cause to do; cause to act in a specified manner"]]}, {"answer": "induct", "hint": "synonyms for induct", "clues": [["induce", "produce electric current by electrostatic or magnetic processes"], ["seat", "place ceremoniously or formally in an office or position"], ["invest", "place ceremoniously or formally in an office or position"], ["initiate", "accept people into an exclusive society or group, usually with some rite"]]}, {"answer": "indue", "hint": "synonyms for indue", "clues": [["endue", "give qualities or abilities to"], ["empower", "give qualities or abilities to"], ["invest", "give qualities or abilities to"], ["endow", "give qualities or abilities to"], ["gift", "give qualities or abilities to"]]}, {"answer": "indulge", "hint": "synonyms for indulge", "clues": [["luxuriate", "enjoy to excess"], ["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["pamper", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["pander", "yield (to); give satisfaction to"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["gratify", "yield (to); give satisfaction to"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "infer", "hint": "synonyms for infer", "clues": [["deduce", "conclude by reasoning; in logic"], ["guess", "guess correctly; solve by guessing"], ["generalise", "draw from specific cases for more general cases"], ["derive", "reason by deduction; establish by deduction"], ["understand", "believe to be the case"], ["extrapolate", "draw from specific cases for more general cases"], ["deduct", "reason by deduction; establish by deduction"]]}, {"answer": "inflame", "hint": "synonyms for inflame", "clues": [["kindle", "catch fire"], ["conflagrate", "cause to start burning"], ["stir up", "arouse or excite feelings and passions"], ["fire up", "arouse or excite feelings and passions"], ["ignite", "arouse or excite feelings and passions"], ["heat", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"]]}, {"answer": "inflate", "hint": "synonyms for inflate", "clues": [["blow up", "fill with gas or air"], ["billow", "become inflated"], ["amplify", "exaggerate or make bigger"], ["balloon", "become inflated"], ["expand", "exaggerate or make bigger"]]}, {"answer": "infract", "hint": "synonyms for infract", "clues": [["offend", "act in disregard of laws, rules, contracts, or promises"], ["break", "act in disregard of laws, rules, contracts, or promises"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["violate", "act in disregard of laws, rules, contracts, or promises"]]}, {"answer": "infringe", "hint": "synonyms for infringe", "clues": [["run afoul", "go against, as of rules and laws"], ["encroach", "advance beyond the usual limit"], ["contravene", "go against, as of rules and laws"], ["impinge", "advance beyond the usual limit"], ["conflict", "go against, as of rules and laws"]]}, {"answer": "infuse", "hint": "synonyms for infuse", "clues": [["inculcate", "teach and impress by frequent repetitions or admonitions"], ["instill", "teach and impress by frequent repetitions or admonitions"], ["tincture", "fill, as with a certain quality"], ["steep", "let sit in a liquid to extract a flavor or to cleanse"], ["impregnate", "fill, as with a certain quality"]]}, {"answer": "ingeminate", "hint": "synonyms for ingeminate", "clues": [["retell", "to say, state, or perform again"], ["restate", "to say, state, or perform again"], ["reiterate", "to say, state, or perform again"], ["repeat", "to say, state, or perform again"]]}, {"answer": "ingest", "hint": "synonyms for ingest", "clues": [["take in", "take up mentally"], ["absorb", "take up mentally"], ["consume", "serve oneself to, or consume regularly"], ["assimilate", "take up mentally"], ["take", "serve oneself to, or consume regularly"], ["have", "serve oneself to, or consume regularly"]]}, {"answer": "ingurgitate", "hint": "synonyms for ingurgitate", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "inhibit", "hint": "synonyms for inhibit", "clues": [["conquer", "to put down by force or authority"], ["suppress", "control and refrain from showing; of emotions, desires, impulses, or behavior"], ["stamp down", "to put down by force or authority"], ["curb", "to put down by force or authority"], ["subdue", "to put down by force or authority"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior"]]}, {"answer": "inhume", "hint": "synonyms for inhume", "clues": [["lay to rest", "place in a grave or tomb"], ["entomb", "place in a grave or tomb"], ["inter", "place in a grave or tomb"], ["bury", "place in a grave or tomb"]]}, {"answer": "inject", "hint": "synonyms for inject", "clues": [["throw in", "to insert between other elements"], ["interpose", "to insert between other elements"], ["shoot", "force or drive (a fluid or gas) into by piercing"], ["put in", "to insert between other elements"], ["come in", "to insert between other elements"], ["interject", "to insert between other elements"]]}, {"answer": "injure", "hint": "synonyms for injure", "clues": [["spite", "hurt the feelings of"], ["hurt", "cause damage or affect negatively"], ["wound", "cause injuries or bodily harm to"], ["offend", "hurt the feelings of"], ["bruise", "hurt the feelings of"]]}, {"answer": "inquire", "hint": "synonyms for inquire", "clues": [["enquire", "conduct an inquiry or investigation of"], ["investigate", "conduct an inquiry or investigation of"], ["wonder", "have a wish or desire to know something"], ["ask", "inquire about"]]}, {"answer": "inscribe", "hint": "synonyms for inscribe", "clues": [["grave", "carve, cut, or etch into a material or surface"], ["encipher", "convert ordinary language into code"], ["write in code", "convert ordinary language into code"], ["recruit", "register formally as a participant or member"], ["autograph", "mark with one's signature"], ["enroll", "register formally as a participant or member"], ["enter", "register formally as a participant or member"], ["cypher", "convert ordinary language into code"], ["encrypt", "convert ordinary language into code"], ["scratch", "carve, cut, or etch into a material or surface"], ["engrave", "carve, cut, or etch into a material or surface"], ["code", "convert ordinary language into code"]]}, {"answer": "inseminate", "hint": "synonyms for inseminate", "clues": [["fertilise", "introduce semen into (a female)"], ["sow in", "place seeds in or on (the ground)"], ["sow", "place seeds in or on (the ground)"], ["fecundate", "introduce semen into (a female)"]]}, {"answer": "inspire", "hint": "synonyms for inspire", "clues": [["instigate", "serve as the inciting cause of"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["invigorate", "heighten or intensify"], ["revolutionize", "fill with revolutionary ideas"], ["inhale", "draw in (air)"], ["breathe in", "draw in (air)"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["urge", "spur on or encourage especially by cheers and shouts"], ["animate", "heighten or intensify"], ["prompt", "serve as the inciting cause of"], ["root on", "spur on or encourage especially by cheers and shouts"]]}, {"answer": "instal", "hint": "synonyms for instal", "clues": [["install", "put into an office or a position"], ["put in", "set up for use"], ["set up", "set up for use"], ["establish", "place"]]}, {"answer": "install", "hint": "synonyms for install", "clues": [["instal", "set up for use"], ["put in", "set up for use"], ["set up", "place"], ["establish", "place"]]}, {"answer": "instigate", "hint": "synonyms for instigate", "clues": [["stir up", "provoke or stir up"], ["set off", "provoke or stir up"], ["prompt", "serve as the inciting cause of"], ["inspire", "serve as the inciting cause of"], ["incite", "provoke or stir up"]]}, {"answer": "instill", "hint": "synonyms for instill", "clues": [["inculcate", "teach and impress by frequent repetitions or admonitions"], ["transfuse", "impart gradually"], ["infuse", "teach and impress by frequent repetitions or admonitions"], ["ingrain", "produce or try to produce a vivid impression of"], ["tincture", "fill, as with a certain quality"], ["impress", "produce or try to produce a vivid impression of"], ["impregnate", "fill, as with a certain quality"], ["instil", "enter drop by drop"]]}, {"answer": "institutionalise", "hint": "synonyms for institutionalise", "clues": [["charge", "cause to be admitted; of persons to an institution"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["commit", "cause to be admitted; of persons to an institution"], ["send", "cause to be admitted; of persons to an institution"]]}, {"answer": "institutionalize", "hint": "synonyms for institutionalize", "clues": [["charge", "cause to be admitted; of persons to an institution"], ["commit", "cause to be admitted; of persons to an institution"], ["send", "cause to be admitted; of persons to an institution"], ["institutionalise", "cause to be admitted; of persons to an institution"]]}, {"answer": "insure", "hint": "synonyms for insure", "clues": [["guarantee", "make certain of"], ["assure", "be careful or certain to do something; make certain of something"], ["see to it", "be careful or certain to do something; make certain of something"], ["underwrite", "protect by insurance"], ["ascertain", "be careful or certain to do something; make certain of something"], ["see", "be careful or certain to do something; make certain of something"], ["cover", "protect by insurance"], ["control", "be careful or certain to do something; make certain of something"], ["ensure", "be careful or certain to do something; make certain of something"], ["secure", "make certain of"], ["check", "be careful or certain to do something; make certain of something"]]}, {"answer": "intend", "hint": "synonyms for intend", "clues": [["think", "have in mind as a purpose"], ["destine", "design or destine"], ["mean", "denote or connote"], ["stand for", "denote or connote"], ["specify", "design or destine"], ["designate", "design or destine"], ["signify", "denote or connote"]]}, {"answer": "intensify", "hint": "synonyms for intensify", "clues": [["deepen", "become more intense"], ["step up", "increase in extent or intensity"], ["heighten", "make more intense, stronger, or more marked; ,"], ["compound", "make more intense, stronger, or more marked; ,"], ["escalate", "increase in extent or intensity"]]}, {"answer": "inter", "hint": "synonyms for inter", "clues": [["lay to rest", "place in a grave or tomb"], ["entomb", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["bury", "place in a grave or tomb"]]}, {"answer": "intercede", "hint": "synonyms for intercede", "clues": [["liaise", "act between parties with a view to reconciling differences"], ["mediate", "act between parties with a view to reconciling differences"], ["intermediate", "act between parties with a view to reconciling differences"], ["arbitrate", "act between parties with a view to reconciling differences"]]}, {"answer": "interject", "hint": "synonyms for interject", "clues": [["throw in", "to insert between other elements"], ["interpose", "to insert between other elements"], ["put in", "to insert between other elements"], ["inject", "to insert between other elements"], ["come in", "to insert between other elements"]]}, {"answer": "interlace", "hint": "synonyms for interlace", "clues": [["twine", "spin,wind, or twist together"], ["interlock", "hold in a locking position"], ["enlace", "spin,wind, or twist together"], ["lock", "hold in a locking position"], ["intertwine", "spin,wind, or twist together"], ["lace", "spin,wind, or twist together"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "interpenetrate", "hint": "synonyms for interpenetrate", "clues": [["penetrate", "spread or diffuse through"], ["pervade", "spread or diffuse through"], ["permeate", "penetrate mutually or be interlocked"], ["imbue", "spread or diffuse through"], ["diffuse", "spread or diffuse through"], ["riddle", "spread or diffuse through"]]}, {"answer": "interpose", "hint": "synonyms for interpose", "clues": [["step in", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["throw in", "to insert between other elements"], ["interfere", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["put in", "to insert between other elements"], ["inject", "to insert between other elements"], ["intervene", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["come in", "to insert between other elements"], ["interject", "to insert between other elements"]]}, {"answer": "interpret", "hint": "synonyms for interpret", "clues": [["rede", "give an interpretation or explanation to"], ["translate", "make sense of a language"], ["represent", "create an image or likeness of"], ["see", "make sense of; assign a meaning to"], ["construe", "make sense of; assign a meaning to"], ["render", "restate (words) from one language into another language"], ["understand", "make sense of a language"], ["read", "make sense of a language"]]}, {"answer": "intertwine", "hint": "synonyms for intertwine", "clues": [["twine", "spin,wind, or twist together"], ["enlace", "spin,wind, or twist together"], ["loop", "make a loop in"], ["tat", "make lacework by knotting or looping"], ["lace", "spin,wind, or twist together"], ["interlace", "spin,wind, or twist together"], ["entwine", "spin,wind, or twist together"]]}, {"answer": "intone", "hint": "synonyms for intone", "clues": [["chant", "utter monotonously and repetitively and rhythmically"], ["tone", "utter monotonously and repetitively and rhythmically"], ["intonate", "recite with musical intonation; recite as a chant or a psalm"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm"]]}, {"answer": "intoxicate", "hint": "synonyms for intoxicate", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["lift up", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["soak", "make drunk (with alcoholic drinks)"], ["elate", "fill with high spirits; fill with optimism"], ["inebriate", "make drunk (with alcoholic drinks)"]]}, {"answer": "introduce", "hint": "synonyms for introduce", "clues": [["insert", "put or introduce into something"], ["precede", "furnish with a preface or introduction"], ["usher in", "be a precursor of"], ["inaugurate", "be a precursor of"], ["innovate", "bring something new to an environment"], ["stick in", "introduce"], ["enter", "put or introduce into something"], ["premise", "furnish with a preface or introduction"], ["acquaint", "cause to come to know personally"], ["inclose", "introduce"], ["bring in", "bring in a new person or object into a familiar environment"], ["preface", "furnish with a preface or introduction"], ["infix", "put or introduce into something"], ["put in", "introduce"], ["present", "cause to come to know personally"], ["bring out", "bring before the public for the first time, as of an actor, song, etc."]]}, {"answer": "intrude", "hint": "synonyms for intrude", "clues": [["trespass", "enter unlawfully on someone's property"], ["irrupt", "enter uninvited"], ["pry", "search or inquire in a meddlesome way"], ["horn in", "search or inquire in a meddlesome way"], ["poke", "search or inquire in a meddlesome way"], ["nose", "search or inquire in a meddlesome way"], ["obtrude", "thrust oneself in as if by force"]]}, {"answer": "intrust", "hint": "synonyms for intrust", "clues": [["confide", "confer a trust upon"], ["entrust", "confer a trust upon"], ["commit", "confer a trust upon"], ["trust", "confer a trust upon"]]}, {"answer": "intumesce", "hint": "synonyms for intumesce", "clues": [["tumefy", "expand abnormally"], ["swell up", "expand abnormally"], ["tumesce", "expand abnormally"], ["swell", "expand abnormally"], ["bubble up", "move upwards in bubbles, as from the effect of heating; also used metaphorically"]]}, {"answer": "inunct", "hint": "synonyms for inunct", "clues": [["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing"]]}, {"answer": "inundate", "hint": "synonyms for inundate", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid"], ["deluge", "fill or cover completely, usually with water"], ["flood", "fill quickly beyond capacity; as with a liquid"], ["submerge", "fill or cover completely, usually with water"]]}, {"answer": "invade", "hint": "synonyms for invade", "clues": [["encroach upon", "to intrude upon, infringe, encroach on, violate"], ["overrun", "occupy in large numbers or live on a host"], ["intrude on", "to intrude upon, infringe, encroach on, violate"], ["infest", "occupy in large numbers or live on a host"], ["obtrude upon", "to intrude upon, infringe, encroach on, violate"], ["occupy", "march aggressively into another's territory by military force for the purposes of conquest and occupation"]]}, {"answer": "invalidate", "hint": "synonyms for invalidate", "clues": [["cancel", "make invalid for use"], ["nullify", "show to be invalid"], ["void", "take away the legal force of or render ineffective"], ["quash", "declare invalid"], ["annul", "declare invalid"], ["vitiate", "take away the legal force of or render ineffective"]]}, {"answer": "inveigle", "hint": "synonyms for inveigle", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "invent", "hint": "synonyms for invent", "clues": [["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["manufacture", "make up something artificial or untrue"], ["cook up", "make up something artificial or untrue"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"], ["make up", "make up something artificial or untrue"], ["fabricate", "make up something artificial or untrue"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort"]]}, {"answer": "invest", "hint": "synonyms for invest", "clues": [["endue", "give qualities or abilities to"], ["empower", "give qualities or abilities to"], ["commit", "make an investment"], ["induct", "place ceremoniously or formally in an office or position"], ["adorn", "furnish with power or authority; of kings or emperors"], ["put", "make an investment"], ["gift", "give qualities or abilities to"], ["place", "make an investment"], ["enthrone", "provide with power and authority"], ["vest", "provide with power and authority"], ["seat", "place ceremoniously or formally in an office or position"], ["endow", "give qualities or abilities to"], ["indue", "give qualities or abilities to"], ["clothe", "furnish with power or authority; of kings or emperors"]]}, {"answer": "invigorate", "hint": "synonyms for invigorate", "clues": [["quicken", "give life or energy to"], ["liven", "make lively"], ["reinvigorate", "impart vigor, strength, or vitality to"], ["animate", "make lively"], ["enliven", "heighten or intensify"], ["exalt", "heighten or intensify"], ["inspire", "heighten or intensify"], ["liven up", "make lively"]]}, {"answer": "invoke", "hint": "synonyms for invoke", "clues": [["put forward", "summon into action or bring into existence, often as if by magic"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["appeal", "cite as an authority; resort to"], ["raise", "summon into action or bring into existence, often as if by magic"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "involve", "hint": "synonyms for involve", "clues": [["regard", "connect closely and often incriminatingly"], ["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["imply", "have as a necessary feature"], ["ask", "require as useful, just, or proper"], ["necessitate", "require as useful, just, or proper"], ["affect", "connect closely and often incriminatingly"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "iron_out", "hint": "synonyms for iron out", "clues": [["straighten out", "settle or put right"], ["press", "press and smooth with a heated iron"], ["put right", "settle or put right"], ["iron", "press and smooth with a heated iron"]]}, {"answer": "irritate", "hint": "synonyms for irritate", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"]]}, {"answer": "irrupt", "hint": "synonyms for irrupt", "clues": [["flare", "erupt or intensify suddenly"], ["erupt", "erupt or intensify suddenly"], ["explode", "increase rapidly and in an uncontrolled manner"], ["burst out", "erupt or intensify suddenly"], ["intrude", "enter uninvited"], ["flare up", "erupt or intensify suddenly"], ["break open", "erupt or intensify suddenly"]]}, {"answer": "isolate", "hint": "synonyms for isolate", "clues": [["sequester", "set apart from others"], ["sequestrate", "set apart from others"], ["insulate", "place or set apart"], ["set apart", "set apart from others"], ["keep apart", "set apart from others"]]}, {"answer": "iterate", "hint": "synonyms for iterate", "clues": [["retell", "to say, state, or perform again"], ["restate", "to say, state, or perform again"], ["reiterate", "to say, state, or perform again"], ["ingeminate", "to say, state, or perform again"], ["repeat", "to say, state, or perform again"]]}, {"answer": "jack_off", "hint": "synonyms for jack off", "clues": [["masturbate", "get sexual gratification through self-stimulation"], ["she-bop", "get sexual gratification through self-stimulation"], ["jerk off", "get sexual gratification through self-stimulation"], ["wank", "get sexual gratification through self-stimulation"], ["fuck off", "get sexual gratification through self-stimulation"]]}, {"answer": "jactitate", "hint": "synonyms for jactitate", "clues": [["convulse", "move or stir about violently"], ["thresh", "move or stir about violently"], ["slash", "move or stir about violently"], ["thresh about", "move or stir about violently"], ["toss", "move or stir about violently"], ["thrash", "move or stir about violently"]]}, {"answer": "jampack", "hint": "synonyms for jampack", "clues": [["wad", "crowd or pack to capacity"], ["chock up", "crowd or pack to capacity"], ["cram", "crowd or pack to capacity"], ["jam", "crowd or pack to capacity"]]}, {"answer": "jar_against", "hint": "synonyms for jar against", "clues": [["bump into", "collide violently with an obstacle"], ["knock against", "collide violently with an obstacle"], ["run into", "collide violently with an obstacle"], ["butt against", "collide violently with an obstacle"]]}, {"answer": "jeopardise", "hint": "synonyms for jeopardise", "clues": [["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardize", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["imperil", "pose a threat to; present a danger to"], ["menace", "pose a threat to; present a danger to"]]}, {"answer": "jeopardize", "hint": "synonyms for jeopardize", "clues": [["venture", "put at risk"], ["stake", "put at risk"], ["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["threaten", "pose a threat to; present a danger to"], ["hazard", "put at risk"], ["menace", "pose a threat to; present a danger to"], ["jeopardise", "pose a threat to; present a danger to"], ["imperil", "pose a threat to; present a danger to"]]}, {"answer": "jerk_off", "hint": "synonyms for jerk off", "clues": [["masturbate", "get sexual gratification through self-stimulation"], ["she-bop", "get sexual gratification through self-stimulation"], ["wank", "get sexual gratification through self-stimulation"], ["fuck off", "get sexual gratification through self-stimulation"], ["jack off", "get sexual gratification through self-stimulation"]]}, {"answer": "jest_at", "hint": "synonyms for jest at", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "jollify", "hint": "synonyms for jollify", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "josh", "hint": "synonyms for josh", "clues": [["banter", "be silly or tease one another"], ["kid", "be silly or tease one another"], ["chaff", "be silly or tease one another"], ["jolly", "be silly or tease one another"]]}, {"answer": "jubilate", "hint": "synonyms for jubilate", "clues": [["rejoice", "to express great joy"], ["exult", "to express great joy"], ["exuberate", "to express great joy"], ["triumph", "to express great joy"]]}, {"answer": "jump_on", "hint": "synonyms for jump on", "clues": [["get on", "get up on the back of"], ["mount", "get up on the back of"], ["hop on", "get up on the back of"], ["mount up", "get up on the back of"], ["bestride", "get up on the back of"], ["climb on", "get up on the back of"]]}, {"answer": "jump_out", "hint": "synonyms for jump out", "clues": [["jump", "be highly noticeable"], ["leap out", "be highly noticeable"], ["stick out", "be highly noticeable"], ["stand out", "be highly noticeable"]]}, {"answer": "justify", "hint": "synonyms for justify", "clues": [["rationalise", "defend, explain, clear away, or make excuses for by reasoning"], ["warrant", "show to be reasonable or provide adequate ground for"], ["vindicate", "show to be right by providing justification or proof"], ["free", "let off the hook"], ["apologize", "defend, explain, clear away, or make excuses for by reasoning"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning"], ["absolve", "let off the hook"]]}, {"answer": "jut_out", "hint": "synonyms for jut out", "clues": [["stick out", "extend out or project in space"], ["project", "extend out or project in space"], ["jut", "extend out or project in space"], ["protrude", "extend out or project in space"]]}, {"answer": "keep_an_eye_on", "hint": "synonyms for keep an eye on", "clues": [["follow", "follow with the eyes or the mind"], ["watch over", "follow with the eyes or the mind"], ["watch", "follow with the eyes or the mind"], ["observe", "follow with the eyes or the mind"]]}, {"answer": "keep_apart", "hint": "synonyms for keep apart", "clues": [["isolate", "set apart from others"], ["sequestrate", "set apart from others"], ["sequester", "set apart from others"], ["set apart", "set apart from others"]]}, {"answer": "keep_back", "hint": "synonyms for keep back", "clues": [["hold", "secure and keep for possible future use or application"], ["hold back", "keep under control; keep in check"], ["keep", "keep under control; keep in check"], ["retain", "secure and keep for possible future use or application"], ["withhold", "hold back; refuse to hand over or share"]]}, {"answer": "keep_down", "hint": "synonyms for keep down", "clues": [["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["number", "place a limit on the number of"], ["subjugate", "put down by force or intimidation"], ["repress", "put down by force or intimidation"], ["reduce", "put down by force or intimidation"]]}, {"answer": "keep_going", "hint": "synonyms for keep going", "clues": [["support", "be a regular customer or client of"], ["patronise", "be a regular customer or client of"], ["tide over", "suffice for a period between two points"], ["bridge over", "suffice for a period between two points"], ["patronage", "be a regular customer or client of"], ["run on", "continue uninterrupted"]]}, {"answer": "keep_mum", "hint": "synonyms for keep mum", "clues": [["shut up", "refuse to talk or stop talking; fall silent"], ["clam up", "refuse to talk or stop talking; fall silent"], ["close up", "refuse to talk or stop talking; fall silent"], ["button up", "refuse to talk or stop talking; fall silent"], ["belt up", "refuse to talk or stop talking; fall silent"], ["be quiet", "refuse to talk or stop talking; fall silent"], ["dummy up", "refuse to talk or stop talking; fall silent"]]}, {"answer": "keep_one's_distance", "hint": "synonyms for keep one's distance", "clues": [["keep one's eyes off", "stay clear of, avoid"], ["stay away", "stay clear of, avoid"], ["stand back", "stay clear of, avoid"], ["keep one's hands off", "stay clear of, avoid"]]}, {"answer": "keep_one's_eyes_off", "hint": "synonyms for keep one's eyes off", "clues": [["stay away", "stay clear of, avoid"], ["keep one's distance", "stay clear of, avoid"], ["stand back", "stay clear of, avoid"], ["keep one's hands off", "stay clear of, avoid"]]}, {"answer": "keep_one's_hands_off", "hint": "synonyms for keep one's hands off", "clues": [["keep one's eyes off", "stay clear of, avoid"], ["keep one's distance", "stay clear of, avoid"], ["stand back", "stay clear of, avoid"], ["stay away", "stay clear of, avoid"]]}, {"answer": "keep_one's_nose_to_the_grindstone", "hint": "synonyms for keep one's nose to the grindstone", "clues": [["peg away", "work doggedly or persistently"], ["keep one's shoulder to the wheel", "work doggedly or persistently"], ["plug away", "work doggedly or persistently"], ["slog", "work doggedly or persistently"]]}, {"answer": "keep_one's_shoulder_to_the_wheel", "hint": "synonyms for keep one's shoulder to the wheel", "clues": [["peg away", "work doggedly or persistently"], ["keep one's nose to the grindstone", "work doggedly or persistently"], ["plug away", "work doggedly or persistently"], ["slog", "work doggedly or persistently"]]}, {"answer": "keep_up", "hint": "synonyms for keep up", "clues": [["keep abreast", "keep informed"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction"], ["follow", "keep informed"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction"], ["sustain", "lengthen or extend in duration or space"], ["prolong", "lengthen or extend in duration or space"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "key_out", "hint": "synonyms for key out", "clues": [["identify", "identify as in botany or biology, for example"], ["name", "identify as in botany or biology, for example"], ["discover", "identify as in botany or biology, for example"], ["distinguish", "identify as in botany or biology, for example"], ["key", "identify as in botany or biology, for example"], ["describe", "identify as in botany or biology, for example"]]}, {"answer": "kick_downstairs", "hint": "synonyms for kick downstairs", "clues": [["demote", "assign to a lower position; reduce in rank"], ["relegate", "assign to a lower position; reduce in rank"], ["bump", "assign to a lower position; reduce in rank"], ["break", "assign to a lower position; reduce in rank"]]}, {"answer": "kick_in", "hint": "synonyms for kick in", "clues": [["contribute", "contribute to some cause"], ["kick down", "open violently"], ["set in", "enter a particular state"], ["chip in", "contribute to some cause"], ["give", "contribute to some cause"]]}, {"answer": "kick_out", "hint": "synonyms for kick out", "clues": [["boot out", "remove from a position or office"], ["oust", "remove from a position or office"], ["throw out", "force to leave or move out"], ["expel", "remove from a position or office"], ["drum out", "remove from a position or office"]]}, {"answer": "kick_the_bucket", "hint": "synonyms for kick the bucket", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "kick_upstairs", "hint": "synonyms for kick upstairs", "clues": [["elevate", "give a promotion to or assign to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["raise", "give a promotion to or assign to a higher position"], ["advance", "give a promotion to or assign to a higher position"], ["promote", "give a promotion to or assign to a higher position"]]}, {"answer": "kindle", "hint": "synonyms for kindle", "clues": [["raise", "call forth (emotions, feelings, and responses)"], ["conflagrate", "cause to start burning"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["enkindle", "cause to start burning"], ["provoke", "call forth (emotions, feelings, and responses)"], ["arouse", "call forth (emotions, feelings, and responses)"], ["elicit", "call forth (emotions, feelings, and responses)"], ["inflame", "catch fire"]]}, {"answer": "kink_up", "hint": "synonyms for kink up", "clues": [["crimp", "curl tightly"], ["frizz", "curl tightly"], ["crape", "curl tightly"], ["frizzle", "curl tightly"], ["kink", "curl tightly"]]}, {"answer": "kip_down", "hint": "synonyms for kip down", "clues": [["crawl in", "prepare for sleep"], ["go to bed", "prepare for sleep"], ["sack out", "prepare for sleep"], ["turn in", "prepare for sleep"], ["hit the sack", "prepare for sleep"], ["retire", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"]]}, {"answer": "knap", "hint": "synonyms for knap", "clues": [["rap", "strike sharply"], ["break off", "break a small piece off from"], ["cut off", "break a small piece off from"], ["chip", "break a small piece off from"]]}, {"answer": "knock_about", "hint": "synonyms for knock about", "clues": [["buffet", "strike against forcefully"], ["kick around", "be around; be alive or active"], ["batter", "strike against forcefully"], ["kick about", "be around; be alive or active"]]}, {"answer": "knock_against", "hint": "synonyms for knock against", "clues": [["bump into", "collide violently with an obstacle"], ["jar against", "collide violently with an obstacle"], ["run into", "collide violently with an obstacle"], ["butt against", "collide violently with an obstacle"]]}, {"answer": "knock_down", "hint": "synonyms for knock down", "clues": [["push down", "cause to come or go down"], ["floor", "knock down with force"], ["coldcock", "knock down with force"], ["deck", "knock down with force"], ["cut down", "cause to come or go down"], ["dump", "knock down with force"], ["down", "cause to come or go down"], ["blast", "shatter as if by explosion"], ["pull down", "cause to come or go down"]]}, {"answer": "knock_off", "hint": "synonyms for knock off", "clues": [["drop", "stop pursuing or acting"], ["hook", "take by theft"], ["cop", "take by theft"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["do in", "get rid of (someone who may be a threat) by killing"], ["shave", "cut the price of"], ["fling off", "write quickly"], ["glom", "take by theft"], ["waste", "get rid of (someone who may be a threat) by killing"], ["toss off", "write quickly"], ["thieve", "take by theft"], ["scratch off", "write quickly"], ["dash off", "write quickly"], ["neutralise", "get rid of (someone who may be a threat) by killing"], ["snitch", "take by theft"]]}, {"answer": "knock_over", "hint": "synonyms for knock over", "clues": [["overturn", "cause to overturn from an upright or normal position"], ["bowl over", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"], ["turn over", "cause to overturn from an upright or normal position"], ["upset", "cause to overturn from an upright or normal position"], ["tip over", "cause to overturn from an upright or normal position"]]}, {"answer": "know_the_score", "hint": "synonyms for know the score", "clues": [["be with it", "be well-informed"], ["be on the ball", "be well-informed"], ["know what's going on", "be well-informed"], ["know what's what", "be well-informed"]]}, {"answer": "know_what's_going_on", "hint": "synonyms for know what's going on", "clues": [["be with it", "be well-informed"], ["be on the ball", "be well-informed"], ["know what's what", "be well-informed"], ["know the score", "be well-informed"]]}, {"answer": "know_what's_what", "hint": "synonyms for know what's what", "clues": [["be with it", "be well-informed"], ["be on the ball", "be well-informed"], ["know what's going on", "be well-informed"], ["know the score", "be well-informed"]]}, {"answer": "knuckle_under", "hint": "synonyms for knuckle under", "clues": [["succumb", "consent reluctantly"], ["buckle under", "consent reluctantly"], ["yield", "consent reluctantly"], ["give in", "consent reluctantly"]]}, {"answer": "lade", "hint": "synonyms for lade", "clues": [["load", "fill or place a load on"], ["ladle", "remove with or as if with a ladle"], ["laden", "remove with or as if with a ladle"], ["load up", "fill or place a load on"]]}, {"answer": "lallygag", "hint": "synonyms for lallygag", "clues": [["loaf", "be about"], ["mess about", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"], ["tarry", "be about"]]}, {"answer": "lam_into", "hint": "synonyms for lam into", "clues": [["tear into", "hit violently, as in an attack"], ["pitch into", "hit violently, as in an attack"], ["lay into", "hit violently, as in an attack"], ["lace into", "hit violently, as in an attack"]]}, {"answer": "lambast", "hint": "synonyms for lambast", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["cane", "beat with a cane"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["flog", "beat with a cane"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "lambaste", "hint": "synonyms for lambaste", "clues": [["lambast", "beat with a cane"], ["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["cane", "beat with a cane"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["flog", "beat with a cane"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "land_up", "hint": "synonyms for land up", "clues": [["wind up", "finally be or do something"], ["fetch up", "finally be or do something"], ["earth up", "block with earth, as after a landslide"], ["finish", "finally be or do something"], ["end up", "finally be or do something"], ["finish up", "finally be or do something"]]}, {"answer": "languish", "hint": "synonyms for languish", "clues": [["waste", "lose vigor, health, or flesh, as through grief"], ["ache", "have a desire for something or someone who is not present"], ["pine", "have a desire for something or someone who is not present"], ["fade", "become feeble"], ["yearn", "have a desire for something or someone who is not present"], ["pine away", "lose vigor, health, or flesh, as through grief"], ["yen", "have a desire for something or someone who is not present"]]}, {"answer": "lark_about", "hint": "synonyms for lark about", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "lash_out", "hint": "synonyms for lash out", "clues": [["attack", "attack in speech or writing"], ["snipe", "attack in speech or writing"], ["assail", "attack in speech or writing"], ["assault", "attack in speech or writing"], ["round", "attack in speech or writing"]]}, {"answer": "latch_on", "hint": "synonyms for latch on", "clues": [["seize on", "adopt"], ["twig", "understand, usually after some initial difficulty"], ["tumble", "understand, usually after some initial difficulty"], ["get it", "understand, usually after some initial difficulty"], ["get wise", "understand, usually after some initial difficulty"], ["take up", "adopt"], ["cotton on", "understand, usually after some initial difficulty"], ["catch on", "understand, usually after some initial difficulty"], ["fasten on", "adopt"], ["hook on", "adopt"], ["get onto", "understand, usually after some initial difficulty"]]}, {"answer": "laud", "hint": "synonyms for laud", "clues": [["proclaim", "praise, glorify, or honor"], ["exalt", "praise, glorify, or honor"], ["extol", "praise, glorify, or honor"], ["glorify", "praise, glorify, or honor"]]}, {"answer": "laugh_at", "hint": "synonyms for laugh at", "clues": [["guy", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "lay_away", "hint": "synonyms for lay away", "clues": [["cache", "save up as for future use"], ["squirrel away", "save up as for future use"], ["hive up", "save up as for future use"], ["hoard", "save up as for future use"], ["stash", "save up as for future use"]]}, {"answer": "lay_in", "hint": "synonyms for lay in", "clues": [["put in", "keep or lay aside for future use"], ["salt away", "keep or lay aside for future use"], ["store", "keep or lay aside for future use"], ["hive away", "keep or lay aside for future use"], ["stash away", "keep or lay aside for future use"], ["stack away", "keep or lay aside for future use"]]}, {"answer": "lay_into", "hint": "synonyms for lay into", "clues": [["lam into", "hit violently, as in an attack"], ["tear into", "hit violently, as in an attack"], ["pitch into", "hit violently, as in an attack"], ["lace into", "hit violently, as in an attack"]]}, {"answer": "lay_off", "hint": "synonyms for lay off", "clues": [["give up", "put an end to a state or an activity"], ["cease", "put an end to a state or an activity"], ["stop", "put an end to a state or an activity"], ["quit", "put an end to a state or an activity"], ["discontinue", "put an end to a state or an activity"], ["furlough", "dismiss, usually for economic reasons"]]}, {"answer": "lay_out", "hint": "synonyms for lay out", "clues": [["array", "lay out orderly or logically in a line or as if in a line"], ["set up", "get ready for a particular purpose or event"], ["set", "get ready for a particular purpose or event"], ["present", "bring forward and present to the mind"], ["set out", "lay out orderly or logically in a line or as if in a line"], ["range", "lay out orderly or logically in a line or as if in a line"]]}, {"answer": "lay_to_rest", "hint": "synonyms for lay to rest", "clues": [["inter", "place in a grave or tomb"], ["entomb", "place in a grave or tomb"], ["inhume", "place in a grave or tomb"], ["bury", "place in a grave or tomb"]]}, {"answer": "lay_waste_to", "hint": "synonyms for lay waste to", "clues": [["waste", "cause extensive destruction or ruin utterly"], ["ravage", "cause extensive destruction or ruin utterly"], ["scourge", "cause extensive destruction or ruin utterly"], ["desolate", "cause extensive destruction or ruin utterly"], ["devastate", "cause extensive destruction or ruin utterly"]]}, {"answer": "lead_astray", "hint": "synonyms for lead astray", "clues": [["misdirect", "lead someone in the wrong direction or give someone wrong directions"], ["mislead", "lead someone in the wrong direction or give someone wrong directions"], ["deceive", "cause someone to believe an untruth"], ["misguide", "lead someone in the wrong direction or give someone wrong directions"], ["lead off", "teach immoral behavior to"], ["betray", "cause someone to believe an untruth"]]}, {"answer": "lead_by_the_nose", "hint": "synonyms for lead by the nose", "clues": [["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"]]}, {"answer": "lead_off", "hint": "synonyms for lead off", "clues": [["commence", "set in motion, cause to start"], ["begin", "set in motion, cause to start"], ["start", "set in motion, cause to start"], ["lead astray", "teach immoral behavior to"]]}, {"answer": "leap_out", "hint": "synonyms for leap out", "clues": [["stand out", "be highly noticeable"], ["burst forth", "jump out from a hiding place and surprise (someone)"], ["jump", "be highly noticeable"], ["sally out", "jump out from a hiding place and surprise (someone)"], ["stick out", "be highly noticeable"], ["jump out", "be highly noticeable"], ["rush out", "jump out from a hiding place and surprise (someone)"]]}, {"answer": "learn", "hint": "synonyms for learn", "clues": [["instruct", "impart skills or knowledge to"], ["con", "commit to memory; learn by heart"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["take", "be a student of a certain subject"], ["larn", "gain knowledge or skills"], ["get wind", "get to know or become aware of, usually accidentally"], ["teach", "impart skills or knowledge to"], ["pick up", "get to know or become aware of, usually accidentally"], ["get a line", "get to know or become aware of, usually accidentally"], ["memorise", "commit to memory; learn by heart"], ["acquire", "gain knowledge or skills"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["read", "be a student of a certain subject"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort"], ["study", "be a student of a certain subject"]]}, {"answer": "leave_off", "hint": "synonyms for leave off", "clues": [["exclude", "prevent from being included or considered or accepted"], ["take out", "prevent from being included or considered or accepted"], ["leave out", "prevent from being included or considered or accepted"], ["omit", "prevent from being included or considered or accepted"], ["except", "prevent from being included or considered or accepted"]]}, {"answer": "leave_out", "hint": "synonyms for leave out", "clues": [["exclude", "prevent from being included or considered or accepted"], ["take out", "prevent from being included or considered or accepted"], ["miss", "leave undone or leave out"], ["overlook", "leave undone or leave out"], ["leave off", "prevent from being included or considered or accepted"], ["overleap", "leave undone or leave out"], ["neglect", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["pretermit", "leave undone or leave out"], ["except", "prevent from being included or considered or accepted"]]}, {"answer": "legalise", "hint": "synonyms for legalise", "clues": [["decriminalize", "make legal"], ["legalize", "make legal"], ["legitimatize", "make legal"], ["legitimise", "make legal"]]}, {"answer": "legalize", "hint": "synonyms for legalize", "clues": [["decriminalize", "make legal"], ["legitimatize", "make legal"], ["legitimise", "make legal"], ["legalise", "make legal"]]}, {"answer": "legitimatise", "hint": "synonyms for legitimatise", "clues": [["decriminalize", "make legal"], ["legalize", "make legal"], ["legitimatize", "make legal"], ["legitimise", "make legal"]]}, {"answer": "legitimatize", "hint": "synonyms for legitimatize", "clues": [["decriminalize", "make legal"], ["legalize", "make legal"], ["legitimise", "make legal"], ["legitimate", "make legal"]]}, {"answer": "legitimize", "hint": "synonyms for legitimize", "clues": [["decriminalize", "make legal"], ["legalize", "make legal"], ["legitimatize", "make legal"], ["legitimise", "make legal"]]}, {"answer": "lend", "hint": "synonyms for lend", "clues": [["bestow", "bestow a quality on"], ["bring", "bestow a quality on"], ["impart", "bestow a quality on"], ["contribute", "bestow a quality on"], ["loan", "give temporarily; let have for a limited time"], ["add", "bestow a quality on"]]}, {"answer": "lenify", "hint": "synonyms for lenify", "clues": [["appease", "cause to be more favorably inclined; gain the good will of"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "lessen", "hint": "synonyms for lessen", "clues": [["minify", "make smaller"], ["subside", "wear off or die down"], ["diminish", "decrease in size, extent, or range"], ["decrease", "make smaller"], ["fall", "decrease in size, extent, or range"]]}, {"answer": "let_down", "hint": "synonyms for let down", "clues": [["disappoint", "fail to meet the hopes or expectations of"], ["lower", "move something or somebody to a lower position"], ["get down", "move something or somebody to a lower position"], ["bring down", "move something or somebody to a lower position"], ["take down", "move something or somebody to a lower position"]]}, {"answer": "let_in", "hint": "synonyms for let in", "clues": [["include", "allow participation in or the right to be part of; permit to exercise the rights, functions, and responsibilities of"], ["allow in", "allow to enter; grant entry to"], ["admit", "allow to enter; grant entry to"], ["intromit", "allow to enter; grant entry to"]]}, {"answer": "let_loose", "hint": "synonyms for let loose", "clues": [["unleash", "turn loose or free from restraint"], ["let out", "express audibly; utter sounds (not necessarily words)"], ["emit", "express audibly; utter sounds (not necessarily words)"], ["loose", "turn loose or free from restraint"], ["utter", "express audibly; utter sounds (not necessarily words)"]]}, {"answer": "let_on", "hint": "synonyms for let on", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "let_out", "hint": "synonyms for let out", "clues": [["bring out", "bring out of a specific state"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["utter", "express audibly; utter sounds (not necessarily words)"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let loose", "express audibly; utter sounds (not necessarily words)"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["emit", "express audibly; utter sounds (not necessarily words)"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["widen", "make (clothes) larger"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "let_the_cat_out_of_the_bag", "hint": "synonyms for let the cat out of the bag", "clues": [["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["spill the beans", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "let_up", "hint": "synonyms for let up", "clues": [["ease up", "reduce pressure or intensity"], ["slack", "become less in amount or intensity"], ["slack off", "become less in amount or intensity"], ["abate", "become less in amount or intensity"], ["ease off", "reduce pressure or intensity"], ["die away", "become less in amount or intensity"]]}, {"answer": "liaise", "hint": "synonyms for liaise", "clues": [["mediate", "act between parties with a view to reconciling differences"], ["intercede", "act between parties with a view to reconciling differences"], ["intermediate", "act between parties with a view to reconciling differences"], ["arbitrate", "act between parties with a view to reconciling differences"]]}, {"answer": "liberate", "hint": "synonyms for liberate", "clues": [["release", "release (gas or energy) as a result of a chemical reaction or physical decomposition"], ["emancipate", "give equal rights to; of women and minorities"], ["loose", "grant freedom to; free from confinement"], ["unloosen", "grant freedom to; free from confinement"], ["set free", "grant freedom to"], ["free", "release (gas or energy) as a result of a chemical reaction or physical decomposition"]]}, {"answer": "lie_in_wait", "hint": "synonyms for lie in wait", "clues": [["lurk", "wait in hiding to attack"], ["scupper", "wait in hiding to attack"], ["ambush", "wait in hiding to attack"], ["waylay", "wait in hiding to attack"], ["bushwhack", "wait in hiding to attack"], ["ambuscade", "wait in hiding to attack"]]}, {"answer": "lie_with", "hint": "synonyms for lie with", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["make love", "have sexual intercourse with"]]}, {"answer": "lift_out", "hint": "synonyms for lift out", "clues": [["scoop up", "take out or up with or as if with a scoop"], ["scoop", "take out or up with or as if with a scoop"], ["scoop out", "take out or up with or as if with a scoop"], ["take up", "take out or up with or as if with a scoop"]]}, {"answer": "lift_up", "hint": "synonyms for lift up", "clues": [["pick up", "fill with high spirits; fill with optimism"], ["intoxicate", "fill with high spirits; fill with optimism"], ["uplift", "fill with high spirits; fill with optimism"], ["gather up", "take and lift upward"], ["elate", "fill with high spirits; fill with optimism"]]}, {"answer": "light_up", "hint": "synonyms for light up", "clues": [["fire up", "begin to smoke"], ["light", "begin to smoke"], ["brighten", "become clear"], ["illumine", "make lighter or brighter"], ["clear", "become clear"], ["clear up", "become clear"]]}, {"answer": "light_upon", "hint": "synonyms for light upon", "clues": [["happen upon", "find unexpectedly"], ["fall upon", "find unexpectedly"], ["chance upon", "find unexpectedly"], ["attain", "find unexpectedly"], ["come across", "find unexpectedly"], ["discover", "find unexpectedly"], ["come upon", "find unexpectedly"], ["strike", "find unexpectedly"]]}, {"answer": "lighten", "hint": "synonyms for lighten", "clues": [["lighten up", "make more cheerful"], ["buoy up", "make more cheerful"], ["relieve", "alleviate or remove (pressure or stress) or make less oppressive"], ["brighten", "make lighter or brighter"]]}, {"answer": "limn", "hint": "synonyms for limn", "clues": [["portray", "make a portrait of"], ["depict", "make a portrait of"], ["delineate", "trace the shape of"], ["outline", "trace the shape of"]]}, {"answer": "line_up", "hint": "synonyms for line up", "clues": [["come up", "get something or somebody for a specific purpose"], ["queue up", "form a queue, form a line, stand in line"], ["dress", "arrange in ranks"], ["adjust", "place in a line or arrange so as to be parallel or straight"], ["align", "place in a line or arrange so as to be parallel or straight"], ["get hold", "get something or somebody for a specific purpose"], ["queue", "form a queue, form a line, stand in line"], ["aline", "place in a line or arrange so as to be parallel or straight"], ["find", "get something or somebody for a specific purpose"]]}, {"answer": "linger", "hint": "synonyms for linger", "clues": [["dawdle", "take one's time; proceed slowly"], ["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["hover", "move to and fro"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["mill around", "be about"]]}, {"answer": "link_up", "hint": "synonyms for link up", "clues": [["relate", "make a logical or causal connection"], ["tie in", "make a logical or causal connection"], ["connect", "connect, fasten, or put together two or more pieces"], ["colligate", "make a logical or causal connection"], ["associate", "make a logical or causal connection"], ["tie", "connect, fasten, or put together two or more pieces"], ["link", "connect, fasten, or put together two or more pieces"], ["unite", "be or become joined or united or linked"], ["join", "be or become joined or united or linked"]]}, {"answer": "liquidate", "hint": "synonyms for liquidate", "clues": [["waste", "get rid of (someone who may be a threat) by killing"], ["neutralise", "get rid of (someone who may be a threat) by killing"], ["do in", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["pay off", "eliminate by paying off (debts)"]]}, {"answer": "liquidize", "hint": "synonyms for liquidize", "clues": [["liquify", "make (a solid substance) liquid, as by heating"], ["sell up", "get rid of all one's merchandise"], ["sell out", "get rid of all one's merchandise"], ["liquidise", "make (a solid substance) liquid, as by heating"]]}, {"answer": "listen", "hint": "synonyms for listen", "clues": [["mind", "pay close attention to; give heed to"], ["heed", "pay close attention to; give heed to"], ["hear", "listen and pay attention"], ["take heed", "listen and pay attention"]]}, {"answer": "live_on", "hint": "synonyms for live on", "clues": [["last", "continue to live through hardship or adversity"], ["hold out", "continue to live through hardship or adversity"], ["live", "continue to live through hardship or adversity"], ["survive", "continue to live through hardship or adversity"], ["hold up", "continue to live through hardship or adversity"], ["go", "continue to live through hardship or adversity"], ["endure", "continue to live through hardship or adversity"]]}, {"answer": "liven", "hint": "synonyms for liven", "clues": [["invigorate", "make lively"], ["enliven", "make lively"], ["liven up", "make lively"], ["animate", "make lively"]]}, {"answer": "liven_up", "hint": "synonyms for liven up", "clues": [["invigorate", "make lively"], ["enliven", "make lively"], ["animate", "make lively"], ["liven", "make lively"]]}, {"answer": "localise", "hint": "synonyms for localise", "clues": [["place", "locate"], ["set", "locate"], ["focalise", "concentrate on a particular place or spot"], ["localize", "locate"]]}, {"answer": "locate", "hint": "synonyms for locate", "clues": [["site", "assign a location to"], ["place", "assign a location to"], ["turn up", "discover the location of; determine the place of; find by searching or examining"], ["situate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey"], ["settle", "take up residence and become established"]]}, {"answer": "lock_away", "hint": "synonyms for lock away", "clues": [["shut up", "place in a place where something cannot be removed or someone cannot escape"], ["shut away", "place in a place where something cannot be removed or someone cannot escape"], ["lock", "place in a place where something cannot be removed or someone cannot escape"], ["lock up", "place in a place where something cannot be removed or someone cannot escape"], ["lock in", "place in a place where something cannot be removed or someone cannot escape"], ["put away", "place in a place where something cannot be removed or someone cannot escape"]]}, {"answer": "lock_in", "hint": "synonyms for lock in", "clues": [["seal in", "close with or as if with a tight seal"], ["shut up", "place in a place where something cannot be removed or someone cannot escape"], ["shut away", "place in a place where something cannot be removed or someone cannot escape"], ["lock away", "place in a place where something cannot be removed or someone cannot escape"], ["lock", "place in a place where something cannot be removed or someone cannot escape"], ["lock up", "place in a place where something cannot be removed or someone cannot escape"], ["put away", "place in a place where something cannot be removed or someone cannot escape"]]}, {"answer": "lock_up", "hint": "synonyms for lock up", "clues": [["shut up", "place in a place where something cannot be removed or someone cannot escape"], ["shut away", "place in a place where something cannot be removed or someone cannot escape"], ["lock away", "place in a place where something cannot be removed or someone cannot escape"], ["lock", "place in a place where something cannot be removed or someone cannot escape"], ["lock in", "place in a place where something cannot be removed or someone cannot escape"], ["put away", "place in a place where something cannot be removed or someone cannot escape"]]}, {"answer": "log_z's", "hint": "synonyms for log z's", "clues": [["log Z's", "be asleep"], ["slumber", "be asleep"], ["kip", "be asleep"], ["sleep", "be asleep"], ["catch some Z's", "be asleep"]]}, {"answer": "loiter", "hint": "synonyms for loiter", "clues": [["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"]]}, {"answer": "loll", "hint": "synonyms for loll", "clues": [["droop", "hang loosely or laxly"], ["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "loll_around", "hint": "synonyms for loll around", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["frig around", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "lollygag", "hint": "synonyms for lollygag", "clues": [["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"], ["lallygag", "be about"]]}, {"answer": "look_at", "hint": "synonyms for look at", "clues": [["consider", "look at carefully; study mentally"], ["view", "look at carefully; study mentally"], ["take", "take into consideration for exemplifying purposes"], ["deal", "take into consideration for exemplifying purposes"]]}, {"answer": "look_for", "hint": "synonyms for look for", "clues": [["seek", "try to locate or discover, or try to establish the existence of"], ["look to", "be excited or anxious about"], ["search", "try to locate or discover, or try to establish the existence of"], ["anticipate", "be excited or anxious about"]]}, {"answer": "look_into", "hint": "synonyms for look into", "clues": [["check", "examine so as to determine accuracy, quality, or condition"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["investigate", "investigate scientifically"], ["suss out", "examine so as to determine accuracy, quality, or condition"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"]]}, {"answer": "look_on", "hint": "synonyms for look on", "clues": [["take to be", "look on as or consider"], ["repute", "look on as or consider"], ["regard as", "look on as or consider"], ["esteem", "look on as or consider"], ["watch", "observe with attention"], ["look upon", "look on as or consider"], ["think of", "look on as or consider"]]}, {"answer": "look_sharp", "hint": "synonyms for look sharp", "clues": [["hasten", "act or move at high speed"], ["rush", "act or move at high speed"], ["festinate", "act or move at high speed"], ["hurry", "act or move at high speed"]]}, {"answer": "look_upon", "hint": "synonyms for look upon", "clues": [["look on", "look on as or consider"], ["take to be", "look on as or consider"], ["repute", "look on as or consider"], ["regard as", "look on as or consider"], ["esteem", "look on as or consider"], ["think of", "look on as or consider"]]}, {"answer": "loosen", "hint": "synonyms for loosen", "clues": [["relax", "become less severe or strict"], ["tease", "disentangle and raise the fibers of"], ["undo", "cause to become loose"], ["loose", "become loose or looser or less tight"], ["untie", "cause to become loose"], ["tease apart", "disentangle and raise the fibers of"]]}, {"answer": "loosen_up", "hint": "synonyms for loosen up", "clues": [["relax", "become less tense, less formal, or less restrained, and assume a friendlier manner"], ["make relaxed", "cause to feel relaxed"], ["limber up", "make one's body limber or suppler by stretching, as if to prepare for strenuous physical activity"], ["unlax", "cause to feel relaxed"], ["unstuff", "cause to become unblocked"], ["unwind", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["unstrain", "cause to feel relaxed"], ["decompress", "become less tense, rest, or take one's ease"], ["warm up", "make one's body limber or suppler by stretching, as if to prepare for strenuous physical activity"], ["unbend", "become less tense, rest, or take one's ease"]]}, {"answer": "lop", "hint": "synonyms for lop", "clues": [["clip", "cultivate, tend, and cut back the growth of"], ["prune", "cultivate, tend, and cut back the growth of"], ["cut back", "cultivate, tend, and cut back the growth of"], ["discerp", "cut off from a whole"], ["crop", "cultivate, tend, and cut back the growth of"], ["snip", "cultivate, tend, and cut back the growth of"], ["trim", "cultivate, tend, and cut back the growth of"], ["dress", "cultivate, tend, and cut back the growth of"], ["sever", "cut off from a whole"]]}, {"answer": "lose", "hint": "synonyms for lose", "clues": [["recede", "retreat"], ["fall behind", "retreat"], ["suffer", "be set at a disadvantage"], ["drop off", "retreat"], ["miss", "fail to perceive or to catch with the senses or the mind"], ["misplace", "place (something) where one cannot find it again"], ["mislay", "place (something) where one cannot find it again"], ["fall back", "retreat"], ["turn a loss", "fail to make money in a business; make a loss or fail to profit"]]}, {"answer": "lose_one's_temper", "hint": "synonyms for lose one's temper", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["throw a fit", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "lose_weight", "hint": "synonyms for lose weight", "clues": [["slenderize", "take off weight"], ["slim", "take off weight"], ["melt off", "take off weight"], ["thin", "take off weight"], ["slim down", "take off weight"], ["reduce", "take off weight"]]}, {"answer": "lounge_about", "hint": "synonyms for lounge about", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "lounge_around", "hint": "synonyms for lounge around", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["waste one's time", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "louse_up", "hint": "synonyms for louse up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "lucubrate", "hint": "synonyms for lucubrate", "clues": [["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing"]]}, {"answer": "lurk", "hint": "synonyms for lurk", "clues": [["waylay", "wait in hiding to attack"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["footle", "be about"], ["scupper", "wait in hiding to attack"], ["skulk", "lie in wait, lie in ambush, behave in a sneaky and secretive manner"], ["ambush", "wait in hiding to attack"], ["mill around", "be about"], ["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["lie in wait", "wait in hiding to attack"], ["bushwhack", "wait in hiding to attack"], ["hang around", "be about"], ["ambuscade", "wait in hiding to attack"], ["mill about", "be about"], ["linger", "be about"]]}, {"answer": "machinate", "hint": "synonyms for machinate", "clues": [["organize", "arrange by systematic planning and united effort"], ["complot", "engage in plotting or enter into a conspiracy, swear together"], ["get up", "arrange by systematic planning and united effort"], ["devise", "arrange by systematic planning and united effort"], ["conjure", "engage in plotting or enter into a conspiracy, swear together"], ["cabal", "engage in plotting or enter into a conspiracy, swear together"], ["conspire", "engage in plotting or enter into a conspiracy, swear together"], ["prepare", "arrange by systematic planning and united effort"]]}, {"answer": "magnetise", "hint": "synonyms for magnetise", "clues": [["magnetize", "make magnetic"], ["bewitch", "attract strongly, as if with a magnet"], ["spellbind", "attract strongly, as if with a magnet"], ["mesmerize", "attract strongly, as if with a magnet"]]}, {"answer": "magnetize", "hint": "synonyms for magnetize", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["mesmerise", "attract strongly, as if with a magnet"], ["bewitch", "attract strongly, as if with a magnet"], ["spellbind", "attract strongly, as if with a magnet"]]}, {"answer": "magnify", "hint": "synonyms for magnify", "clues": [["enlarge", "make large"], ["hyperbolise", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["blow up", "make large"], ["overdraw", "to enlarge beyond bounds or the truth"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "maintain", "hint": "synonyms for maintain", "clues": [["wield", "have and exercise"], ["keep", "maintain for use and service"], ["hold", "keep in a certain state, position, or activity; e.g.,"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction"], ["defend", "state or assert"], ["exert", "have and exercise"], ["sustain", "supply with necessities and support"], ["asseverate", "state categorically"], ["uphold", "support against an opponent"], ["observe", "stick to correctly or closely"], ["assert", "state categorically"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction"]]}, {"answer": "make_do", "hint": "synonyms for make do", "clues": [["make out", "come to terms with"], ["get by", "come to terms with"], ["manage", "come to terms with"], ["cope", "come to terms with"], ["deal", "come to terms with"], ["contend", "come to terms with"], ["grapple", "come to terms with"]]}, {"answer": "make_for", "hint": "synonyms for make for", "clues": [["play", "cause to happen or to occur as a consequence"], ["work", "cause to happen or to occur as a consequence"], ["bring", "cause to happen or to occur as a consequence"], ["wreak", "cause to happen or to occur as a consequence"]]}, {"answer": "make_fun", "hint": "synonyms for make fun", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["poke fun", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "make_happy", "hint": "synonyms for make happy", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "make_headway", "hint": "synonyms for make headway", "clues": [["gain ground", "obtain advantages, such as points, etc."], ["gain", "obtain advantages, such as points, etc."], ["win", "obtain advantages, such as points, etc."], ["pull ahead", "obtain advantages, such as points, etc."], ["get ahead", "obtain advantages, such as points, etc."], ["advance", "obtain advantages, such as points, etc."]]}, {"answer": "make_it", "hint": "synonyms for make it", "clues": [["get in", "succeed in a big way; get to the top"], ["survive", "continue in existence after (an adversity, etc.)"], ["arrive", "succeed in a big way; get to the top"], ["go far", "succeed in a big way; get to the top"], ["pull through", "continue in existence after (an adversity, etc.)"], ["pass", "go successfully through a test or a selection process"], ["pull round", "continue in existence after (an adversity, etc.)"], ["come through", "continue in existence after (an adversity, etc.)"]]}, {"answer": "make_love", "hint": "synonyms for make love", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "make_merry", "hint": "synonyms for make merry", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "make_off", "hint": "synonyms for make off", "clues": [["go off", "run away; usually includes taking something or somebody along"], ["abscond", "run away; usually includes taking something or somebody along"], ["bolt", "run away; usually includes taking something or somebody along"], ["run off", "run away; usually includes taking something or somebody along"], ["decamp", "run away; usually includes taking something or somebody along"], ["absquatulate", "run away; usually includes taking something or somebody along"]]}, {"answer": "make_out", "hint": "synonyms for make out", "clues": [["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["get by", "come to terms with"], ["complete", "write all the required information onto a form"], ["have sex", "have sexual intercourse with"], ["pick out", "detect with the senses"], ["write out", "make out and issue"], ["grapple", "come to terms with"], ["manage", "come to terms with"], ["issue", "make out and issue"], ["love", "have sexual intercourse with"], ["cut", "make out and issue"], ["contend", "come to terms with"], ["have it off", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["fill out", "write all the required information onto a form"], ["get along", "proceed or get along"], ["bed", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["sleep together", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["cope", "come to terms with"], ["jazz", "have sexual intercourse with"], ["deal", "come to terms with"], ["fill in", "write all the required information onto a form"], ["discern", "detect with the senses"], ["fare", "proceed or get along"], ["come", "proceed or get along"], ["neck", "kiss, embrace, or fondle with sexual passion"], ["recognize", "detect with the senses"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["spot", "detect with the senses"], ["make do", "come to terms with"], ["bonk", "have sexual intercourse with"], ["do", "proceed or get along"], ["know", "have sexual intercourse with"]]}, {"answer": "make_over", "hint": "synonyms for make over", "clues": [["retread", "use again in altered form"], ["rework", "use again in altered form"], ["redo", "make new"], ["refashion", "make new"], ["remake", "make new"]]}, {"answer": "make_relaxed", "hint": "synonyms for make relaxed", "clues": [["unlax", "cause to feel relaxed"], ["relax", "cause to feel relaxed"], ["loosen up", "cause to feel relaxed"], ["unwind", "cause to feel relaxed"], ["unstrain", "cause to feel relaxed"]]}, {"answer": "make_up", "hint": "synonyms for make up", "clues": [["pay", "do or give something to somebody in return"], ["make", "put in order or neaten"], ["cook up", "make up something artificial or untrue"], ["reconcile", "come to terms"], ["pay off", "do or give something to somebody in return"], ["comprise", "form or compose"], ["manufacture", "make up something artificial or untrue"], ["represent", "form or compose"], ["even up", "adjust for"], ["conciliate", "come to terms"], ["patch up", "come to terms"], ["catch up with", "make up work that was missed due to absence at a later point"], ["even out", "adjust for"], ["correct", "adjust for"], ["compensate", "do or give something to somebody in return"], ["fabricate", "make up something artificial or untrue"], ["counterbalance", "adjust for"], ["constitute", "form or compose"], ["even off", "adjust for"], ["be", "form or compose"], ["settle", "come to terms"], ["invent", "make up something artificial or untrue"]]}, {"answer": "make_water", "hint": "synonyms for make water", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"]]}, {"answer": "make_whoopie", "hint": "synonyms for make whoopie", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "maltreat", "hint": "synonyms for maltreat", "clues": [["ill-use", "treat badly"], ["ill-treat", "treat badly"], ["mistreat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"]]}, {"answer": "malversate", "hint": "synonyms for malversate", "clues": [["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"]]}, {"answer": "manage", "hint": "synonyms for manage", "clues": [["cope", "come to terms with"], ["deal", "come to terms with"], ["carry off", "be successful; achieve a goal"], ["wield", "handle effectively"], ["get by", "come to terms with"], ["handle", "handle effectively"], ["negociate", "be successful; achieve a goal"], ["grapple", "come to terms with"], ["oversee", "watch and direct"], ["do", "carry on or function"], ["pull off", "be successful; achieve a goal"], ["finagle", "achieve something by means of trickery or devious methods"], ["bring off", "be successful; achieve a goal"], ["contend", "come to terms with"], ["supervise", "watch and direct"], ["care", "be in charge of, act on, or dispose of"], ["make do", "come to terms with"], ["superintend", "watch and direct"], ["make out", "come to terms with"], ["wangle", "achieve something by means of trickery or devious methods"]]}, {"answer": "manipulate", "hint": "synonyms for manipulate", "clues": [["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["rig", "manipulate in a fraudulent manner"], ["cook", "tamper, with the purpose of deception"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["control", "control (others or oneself) or influence skillfully, usually to one's advantage"], ["pull strings", "influence or control shrewdly or deviously"], ["misrepresent", "tamper, with the purpose of deception"], ["pull wires", "influence or control shrewdly or deviously"], ["falsify", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "manoeuver", "hint": "synonyms for manoeuver", "clues": [["channelise", "direct the course; determine the direction of travelling"], ["manoeuvre", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["guide", "direct the course; determine the direction of travelling"], ["direct", "direct the course; determine the direction of travelling"], ["steer", "direct the course; determine the direction of travelling"], ["maneuver", "act in order to achieve a certain goal"], ["head", "direct the course; determine the direction of travelling"], ["operate", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["point", "direct the course; determine the direction of travelling"]]}, {"answer": "march_on", "hint": "synonyms for march on", "clues": [["move on", "move forward, also in the metaphorical sense"], ["progress", "move forward, also in the metaphorical sense"], ["go on", "move forward, also in the metaphorical sense"], ["advance", "move forward, also in the metaphorical sense"], ["pass on", "move forward, also in the metaphorical sense"]]}, {"answer": "mark_off", "hint": "synonyms for mark off", "clues": [["tick", "put a check mark on or near or next to"], ["tick off", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"], ["mark", "put a check mark on or near or next to"], ["check", "put a check mark on or near or next to"], ["mark out", "set boundaries to and delimit"]]}, {"answer": "marry", "hint": "synonyms for marry", "clues": [["tie", "perform a marriage ceremony"], ["get hitched with", "take in marriage"], ["conjoin", "take in marriage"], ["wed", "take in marriage"], ["espouse", "take in marriage"], ["get married", "take in marriage"], ["splice", "perform a marriage ceremony"], ["hook up with", "take in marriage"]]}, {"answer": "masturbate", "hint": "synonyms for masturbate", "clues": [["she-bop", "get sexual gratification through self-stimulation"], ["jerk off", "get sexual gratification through self-stimulation"], ["wank", "get sexual gratification through self-stimulation"], ["fuck off", "get sexual gratification through self-stimulation"], ["jack off", "get sexual gratification through self-stimulation"]]}, {"answer": "mat_up", "hint": "synonyms for mat up", "clues": [["mat", "change texture so as to become matted and felt-like"], ["matte", "change texture so as to become matted and felt-like"], ["matte up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "matt-up", "hint": "synonyms for matt-up", "clues": [["mat", "change texture so as to become matted and felt-like"], ["matte", "change texture so as to become matted and felt-like"], ["mat up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"]]}, {"answer": "matte_up", "hint": "synonyms for matte up", "clues": [["mat", "change texture so as to become matted and felt-like"], ["matte", "change texture so as to become matted and felt-like"], ["mat up", "change texture so as to become matted and felt-like"], ["felt", "change texture so as to become matted and felt-like"], ["felt up", "change texture so as to become matted and felt-like"], ["matt-up", "change texture so as to become matted and felt-like"]]}, {"answer": "maturate", "hint": "synonyms for maturate", "clues": [["mature", "develop and reach maturity; undergo maturation"], ["fester", "ripen and generate pus"], ["age", "grow old or older"], ["senesce", "grow old or older"], ["suppurate", "ripen and generate pus"], ["get on", "grow old or older"], ["grow", "develop and reach maturity; undergo maturation"]]}, {"answer": "maunder", "hint": "synonyms for maunder", "clues": [["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly"], ["mussitate", "talk indistinctly; usually in a low voice"], ["prate", "speak (about unimportant matters) rapidly and incessantly"], ["mumble", "talk indistinctly; usually in a low voice"], ["chatter", "speak (about unimportant matters) rapidly and incessantly"], ["palaver", "speak (about unimportant matters) rapidly and incessantly"], ["blabber", "speak (about unimportant matters) rapidly and incessantly"], ["gabble", "speak (about unimportant matters) rapidly and incessantly"], ["clack", "speak (about unimportant matters) rapidly and incessantly"], ["blab", "speak (about unimportant matters) rapidly and incessantly"], ["mutter", "talk indistinctly; usually in a low voice"], ["gibber", "speak (about unimportant matters) rapidly and incessantly"], ["piffle", "speak (about unimportant matters) rapidly and incessantly"], ["prattle", "speak (about unimportant matters) rapidly and incessantly"], ["tattle", "speak (about unimportant matters) rapidly and incessantly"]]}, {"answer": "meditate", "hint": "synonyms for meditate", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["study", "think intently and at length, as for spiritual purposes"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "think intently and at length, as for spiritual purposes"]]}, {"answer": "melanise", "hint": "synonyms for melanise", "clues": [["nigrify", "make or become black"], ["blacken", "make or become black"], ["black", "make or become black"], ["melanize", "convert into, or infiltrate with melanin"]]}, {"answer": "melanize", "hint": "synonyms for melanize", "clues": [["melanise", "make or become black"], ["nigrify", "make or become black"], ["blacken", "make or become black"], ["black", "make or become black"]]}, {"answer": "meliorate", "hint": "synonyms for meliorate", "clues": [["better", "get better"], ["ameliorate", "to make better"], ["improve", "get better"], ["amend", "to make better"]]}, {"answer": "melt_off", "hint": "synonyms for melt off", "clues": [["slenderize", "take off weight"], ["slim", "take off weight"], ["thin", "take off weight"], ["lose weight", "take off weight"], ["slim down", "take off weight"], ["reduce", "take off weight"]]}, {"answer": "memorialise", "hint": "synonyms for memorialise", "clues": [["memorialize", "be or provide a memorial to a person or an event"], ["immortalise", "be or provide a memorial to a person or an event"], ["record", "be or provide a memorial to a person or an event"], ["commemorate", "be or provide a memorial to a person or an event"]]}, {"answer": "memorialize", "hint": "synonyms for memorialize", "clues": [["immortalise", "be or provide a memorial to a person or an event"], ["record", "be or provide a memorial to a person or an event"], ["memorialise", "be or provide a memorial to a person or an event"], ["commemorate", "be or provide a memorial to a person or an event"]]}, {"answer": "merge", "hint": "synonyms for merge", "clues": [["fuse", "mix together different elements"], ["coalesce", "mix together different elements"], ["flux", "mix together different elements"], ["combine", "mix together different elements"], ["commingle", "mix together different elements"], ["immix", "mix together different elements"], ["mix", "mix together different elements"], ["conflate", "mix together different elements"], ["unify", "become one"], ["meld", "mix together different elements"], ["unite", "become one"], ["blend", "mix together different elements"]]}, {"answer": "mesmerise", "hint": "synonyms for mesmerise", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["hypnotize", "induce hypnosis in"], ["bewitch", "attract strongly, as if with a magnet"], ["mesmerize", "induce hypnosis in"], ["spellbind", "attract strongly, as if with a magnet"]]}, {"answer": "mesmerize", "hint": "synonyms for mesmerize", "clues": [["magnetise", "attract strongly, as if with a magnet"], ["hypnotize", "induce hypnosis in"], ["mesmerise", "induce hypnosis in"], ["bewitch", "attract strongly, as if with a magnet"], ["spellbind", "attract strongly, as if with a magnet"]]}, {"answer": "mess_about", "hint": "synonyms for mess about", "clues": [["loaf", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"], ["mill around", "be about"]]}, {"answer": "mess_around", "hint": "synonyms for mess around", "clues": [["potter", "do random, unplanned work or activities or spend time idly"], ["muck about", "do random, unplanned work or activities or spend time idly"], ["monkey around", "do random, unplanned work or activities or spend time idly"], ["putter", "do random, unplanned work or activities or spend time idly"], ["tinker", "do random, unplanned work or activities or spend time idly"], ["muck around", "do random, unplanned work or activities or spend time idly"], ["monkey", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "mess_up", "hint": "synonyms for mess up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["ruffle", "disturb the smoothness of"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["rumple", "disturb the smoothness of"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["mess", "make a mess of or create disorder in"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["ruffle up", "disturb the smoothness of"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "metamorphose", "hint": "synonyms for metamorphose", "clues": [["transform", "change in outward structure or looks"], ["transmute", "change in outward structure or looks"], ["transfigure", "change completely the nature or appearance of"], ["transmogrify", "change completely the nature or appearance of"]]}, {"answer": "mete_out", "hint": "synonyms for mete out", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "micturate", "hint": "synonyms for micturate", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "mill_about", "hint": "synonyms for mill about", "clues": [["mill", "move about in a confused manner"], ["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["mill around", "move about in a confused manner"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["linger", "be about"]]}, {"answer": "mill_around", "hint": "synonyms for mill around", "clues": [["mill", "move about in a confused manner"], ["loaf", "be about"], ["mess about", "be about"], ["tarry", "be about"], ["loiter", "be about"], ["lollygag", "be about"], ["lounge", "be about"], ["hang around", "be about"], ["lurk", "be about"], ["footle", "be about"], ["mill about", "be about"], ["linger", "be about"]]}, {"answer": "mingle", "hint": "synonyms for mingle", "clues": [["jumble", "be all mixed up or jumbled together"], ["amalgamate", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"], ["mix", "to bring or combine together or with something else"], ["unify", "to bring or combine together or with something else"]]}, {"answer": "minimize", "hint": "synonyms for minimize", "clues": [["downplay", "represent as less significant or important"], ["understate", "represent as less significant or important"], ["minimise", "represent as less significant or important"], ["denigrate", "cause to seem less serious; play down"], ["derogate", "cause to seem less serious; play down"], ["belittle", "cause to seem less serious; play down"]]}, {"answer": "misapprehend", "hint": "synonyms for misapprehend", "clues": [["be amiss", "interpret in the wrong way"], ["misconstrue", "interpret in the wrong way"], ["misunderstand", "interpret in the wrong way"], ["misconceive", "interpret in the wrong way"], ["misinterpret", "interpret in the wrong way"]]}, {"answer": "misappropriate", "hint": "synonyms for misappropriate", "clues": [["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"]]}, {"answer": "misconceive", "hint": "synonyms for misconceive", "clues": [["be amiss", "interpret in the wrong way"], ["misconstrue", "interpret in the wrong way"], ["misapprehend", "interpret in the wrong way"], ["misunderstand", "interpret in the wrong way"], ["misinterpret", "interpret in the wrong way"]]}, {"answer": "misconstrue", "hint": "synonyms for misconstrue", "clues": [["be amiss", "interpret in the wrong way"], ["misapprehend", "interpret in the wrong way"], ["misunderstand", "interpret in the wrong way"], ["misconceive", "interpret in the wrong way"], ["misinterpret", "interpret in the wrong way"]]}, {"answer": "misdirect", "hint": "synonyms for misdirect", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["misguide", "lead someone in the wrong direction or give someone wrong directions"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["mislead", "lead someone in the wrong direction or give someone wrong directions"], ["misaddress", "put a wrong address on"], ["profane", "corrupt morally or by intemperance or sensuality"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "misguide", "hint": "synonyms for misguide", "clues": [["misdirect", "lead someone in the wrong direction or give someone wrong directions"], ["mislead", "lead someone in the wrong direction or give someone wrong directions"], ["misadvise", "give bad advice to"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions"]]}, {"answer": "mishandle", "hint": "synonyms for mishandle", "clues": [["muck up", "make a mess of, destroy or ruin"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["misconduct", "manage badly or incompetently"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["mismanage", "manage badly or incompetently"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "misinterpret", "hint": "synonyms for misinterpret", "clues": [["be amiss", "interpret in the wrong way"], ["misconstrue", "interpret in the wrong way"], ["misread", "interpret wrongly"], ["misapprehend", "interpret in the wrong way"], ["misunderstand", "interpret in the wrong way"], ["misconceive", "interpret in the wrong way"]]}, {"answer": "mislead", "hint": "synonyms for mislead", "clues": [["misdirect", "lead someone in the wrong direction or give someone wrong directions"], ["misguide", "lead someone in the wrong direction or give someone wrong directions"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions"], ["misinform", "give false or misleading information to"]]}, {"answer": "misrepresent", "hint": "synonyms for misrepresent", "clues": [["fudge", "tamper, with the purpose of deception"], ["wangle", "tamper, with the purpose of deception"], ["belie", "represent falsely"], ["cook", "tamper, with the purpose of deception"], ["manipulate", "tamper, with the purpose of deception"], ["falsify", "tamper, with the purpose of deception"], ["fake", "tamper, with the purpose of deception"]]}, {"answer": "mistreat", "hint": "synonyms for mistreat", "clues": [["ill-use", "treat badly"], ["ill-treat", "treat badly"], ["step", "treat badly"], ["abuse", "treat badly"], ["maltreat", "treat badly"]]}, {"answer": "misunderstand", "hint": "synonyms for misunderstand", "clues": [["be amiss", "interpret in the wrong way"], ["misconstrue", "interpret in the wrong way"], ["misapprehend", "interpret in the wrong way"], ["misconceive", "interpret in the wrong way"], ["misinterpret", "interpret in the wrong way"]]}, {"answer": "mobilise", "hint": "synonyms for mobilise", "clues": [["summon", "make ready for action or use"], ["mobilize", "get ready for war"], ["rally", "call to arms; of military personnel"], ["circulate", "cause to move around"], ["call up", "call to arms; of military personnel"], ["marshal", "make ready for action or use"]]}, {"answer": "mobilize", "hint": "synonyms for mobilize", "clues": [["mobilise", "call to arms; of military personnel"], ["summon", "make ready for action or use"], ["rally", "call to arms; of military personnel"], ["circulate", "cause to move around"], ["call up", "call to arms; of military personnel"], ["marshal", "make ready for action or use"]]}, {"answer": "moil", "hint": "synonyms for moil", "clues": [["grind", "work hard"], ["roil", "be agitated"], ["drudge", "work hard"], ["travail", "work hard"], ["fag", "work hard"], ["churn", "be agitated"], ["labor", "work hard"], ["toil", "work hard"], ["boil", "be agitated"], ["dig", "work hard"]]}, {"answer": "molest", "hint": "synonyms for molest", "clues": [["harass", "annoy continually or chronically"], ["chevvy", "annoy continually or chronically"], ["hassle", "annoy continually or chronically"], ["chivvy", "annoy continually or chronically"], ["provoke", "annoy continually or chronically"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"]]}, {"answer": "mollify", "hint": "synonyms for mollify", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["temper", "make more temperate, acceptable, or suitable by adding something else; moderate"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "monish", "hint": "synonyms for monish", "clues": [["caution", "warn strongly; put on guard"], ["discourage", "admonish or counsel in terms of someone's behavior"], ["admonish", "warn strongly; put on guard"], ["warn", "admonish or counsel in terms of someone's behavior"]]}, {"answer": "monkey_around", "hint": "synonyms for monkey around", "clues": [["potter", "do random, unplanned work or activities or spend time idly"], ["muck about", "do random, unplanned work or activities or spend time idly"], ["putter", "do random, unplanned work or activities or spend time idly"], ["tinker", "do random, unplanned work or activities or spend time idly"], ["mess around", "do random, unplanned work or activities or spend time idly"], ["muck around", "do random, unplanned work or activities or spend time idly"], ["monkey", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "moon_around", "hint": "synonyms for moon around", "clues": [["moon", "be idle in a listless or dreamy way"], ["mope", "be apathetic, gloomy, or dazed"], ["moon about", "be apathetic, gloomy, or dazed"], ["moon on", "be idle in a listless or dreamy way"]]}, {"answer": "mortify", "hint": "synonyms for mortify", "clues": [["subdue", "hold within limits and control"], ["chagrin", "cause to feel shame; hurt the pride of"], ["humiliate", "cause to feel shame; hurt the pride of"], ["abase", "cause to feel shame; hurt the pride of"], ["humble", "cause to feel shame; hurt the pride of"], ["necrose", "undergo necrosis"], ["crucify", "hold within limits and control"], ["gangrene", "undergo necrosis"], ["sphacelate", "undergo necrosis"]]}, {"answer": "motivate", "hint": "synonyms for motivate", "clues": [["incite", "give an incentive for action"], ["prompt", "give an incentive for action"], ["propel", "give an incentive for action"], ["actuate", "give an incentive for action"], ["move", "give an incentive for action"]]}, {"answer": "mount_up", "hint": "synonyms for mount up", "clues": [["get on", "get up on the back of"], ["mount", "get up on the back of"], ["hop on", "get up on the back of"], ["bestride", "get up on the back of"], ["climb on", "get up on the back of"], ["jump on", "get up on the back of"]]}, {"answer": "mouth_off", "hint": "synonyms for mouth off", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["rave", "talk in a noisy, excited, or declamatory manner"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"], ["rabbit on", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "move_back", "hint": "synonyms for move back", "clues": [["withdraw", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["pull away", "pull back or move away or backward"], ["pull back", "pull back or move away or backward"], ["draw back", "pull back or move away or backward"], ["retire", "pull back or move away or backward"]]}, {"answer": "move_into", "hint": "synonyms for move into", "clues": [["get into", "to come or go into"], ["go in", "to come or go into"], ["go into", "to come or go into"], ["enter", "to come or go into"], ["come in", "to come or go into"]]}, {"answer": "move_on", "hint": "synonyms for move on", "clues": [["progress", "move forward, also in the metaphorical sense"], ["go on", "move forward, also in the metaphorical sense"], ["advance", "move forward, also in the metaphorical sense"], ["pass on", "move forward, also in the metaphorical sense"], ["march on", "move forward, also in the metaphorical sense"]]}, {"answer": "move_over", "hint": "synonyms for move over", "clues": [["give way", "move in order to make room for someone for something"], ["yield", "move in order to make room for someone for something"], ["ease up", "move in order to make room for someone for something"], ["give", "move in order to make room for someone for something"]]}, {"answer": "move_through", "hint": "synonyms for move through", "clues": [["pass across", "make a passage or journey from one place to another"], ["transit", "make a passage or journey from one place to another"], ["pass through", "make a passage or journey from one place to another"], ["pass over", "make a passage or journey from one place to another"]]}, {"answer": "move_up", "hint": "synonyms for move up", "clues": [["come up", "move upward"], ["rise", "move upward"], ["go up", "move upward"], ["uprise", "move upward"], ["ascend", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great"], ["lift", "move upward"]]}, {"answer": "muck_about", "hint": "synonyms for muck about", "clues": [["potter", "do random, unplanned work or activities or spend time idly"], ["monkey around", "do random, unplanned work or activities or spend time idly"], ["putter", "do random, unplanned work or activities or spend time idly"], ["tinker", "do random, unplanned work or activities or spend time idly"], ["mess around", "do random, unplanned work or activities or spend time idly"], ["muck around", "do random, unplanned work or activities or spend time idly"], ["monkey", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "muck_around", "hint": "synonyms for muck around", "clues": [["potter", "do random, unplanned work or activities or spend time idly"], ["muck about", "do random, unplanned work or activities or spend time idly"], ["monkey around", "do random, unplanned work or activities or spend time idly"], ["putter", "do random, unplanned work or activities or spend time idly"], ["tinker", "do random, unplanned work or activities or spend time idly"], ["mess around", "do random, unplanned work or activities or spend time idly"], ["monkey", "do random, unplanned work or activities or spend time idly"]]}, {"answer": "muck_up", "hint": "synonyms for muck up", "clues": [["fumble", "make a mess of, destroy or ruin"], ["fuck up", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["screw up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["muck", "soil with mud, muck, or mire"], ["bodge", "make a mess of, destroy or ruin"], ["mire", "soil with mud, muck, or mire"], ["bollocks up", "make a mess of, destroy or ruin"], ["mud", "soil with mud, muck, or mire"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "mug_up", "hint": "synonyms for mug up", "clues": [["grind away", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["bone up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"], ["swot up", "study intensively, as before an exam"]]}, {"answer": "mull_over", "hint": "synonyms for mull over", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "muster_up", "hint": "synonyms for muster up", "clues": [["rally", "gather or bring together"], ["come up", "gather or bring together"], ["summon", "gather or bring together"], ["muster", "gather or bring together"]]}, {"answer": "mutilate", "hint": "synonyms for mutilate", "clues": [["cut up", "destroy or injure severely"], ["mangle", "destroy or injure severely"], ["murder", "alter so as to make unrecognizable"], ["mar", "destroy or injure severely"]]}, {"answer": "mystify", "hint": "synonyms for mystify", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "nab", "hint": "synonyms for nab", "clues": [["arrest", "take into custody"], ["cop", "take into custody"], ["apprehend", "take into custody"], ["collar", "take into custody"], ["pick up", "take into custody"], ["nail", "take into custody"]]}, {"answer": "nail_down", "hint": "synonyms for nail down", "clues": [["narrow down", "define clearly"], ["peg down", "define clearly"], ["settle", "make final; put the last touches on; put into final form"], ["pin down", "define clearly"], ["narrow", "define clearly"], ["nail", "succeed in obtaining a position"], ["specify", "define clearly"], ["finalise", "make final; put the last touches on; put into final form"], ["peg", "succeed in obtaining a position"]]}, {"answer": "narrow_down", "hint": "synonyms for narrow down", "clues": [["narrow", "define clearly"], ["specialize", "become more focus on an area of activity or field of study"], ["nail down", "define clearly"], ["specify", "define clearly"], ["peg down", "define clearly"], ["pin down", "define clearly"]]}, {"answer": "natter", "hint": "synonyms for natter", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["shoot the breeze", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "naturalise", "hint": "synonyms for naturalise", "clues": [["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"]]}, {"answer": "naturalize", "hint": "synonyms for naturalize", "clues": [["domesticate", "adapt (a wild plant or unclaimed land) to the environment"], ["naturalise", "adapt (a wild plant or unclaimed land) to the environment"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment"], ["tame", "adapt (a wild plant or unclaimed land) to the environment"]]}, {"answer": "nauseate", "hint": "synonyms for nauseate", "clues": [["turn one's stomach", "upset and make nauseated"], ["revolt", "cause aversion in; offend the moral sense of"], ["churn up", "cause aversion in; offend the moral sense of"], ["sicken", "cause aversion in; offend the moral sense of"], ["disgust", "cause aversion in; offend the moral sense of"]]}, {"answer": "neaten", "hint": "synonyms for neaten", "clues": [["straighten", "put (things or places) in order"], ["straighten out", "put (things or places) in order"], ["tidy", "put (things or places) in order"], ["clean up", "put (things or places) in order"], ["square away", "put (things or places) in order"], ["tidy up", "put (things or places) in order"], ["groom", "care for one's external appearance"]]}, {"answer": "necessitate", "hint": "synonyms for necessitate", "clues": [["need", "require as useful, just, or proper"], ["require", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["demand", "require as useful, just, or proper"], ["ask", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "negate", "hint": "synonyms for negate", "clues": [["neutralize", "make ineffective by counterbalancing the effect of"], ["contradict", "be in contradiction with"], ["contravene", "deny the truth of"], ["nullify", "make ineffective by counterbalancing the effect of"], ["belie", "be in contradiction with"]]}, {"answer": "negociate", "hint": "synonyms for negociate", "clues": [["carry off", "be successful; achieve a goal"], ["manage", "be successful; achieve a goal"], ["talk terms", "discuss the terms of an arrangement"], ["pull off", "be successful; achieve a goal"], ["negotiate", "succeed in passing through, around, or over"], ["bring off", "be successful; achieve a goal"]]}, {"answer": "neutralise", "hint": "synonyms for neutralise", "clues": [["liquidate", "get rid of (someone who may be a threat) by killing"], ["do in", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["neutralize", "make incapable of military action"], ["waste", "get rid of (someone who may be a threat) by killing"], ["nullify", "make ineffective by counterbalancing the effect of"], ["negate", "make ineffective by counterbalancing the effect of"]]}, {"answer": "neutralize", "hint": "synonyms for neutralize", "clues": [["countervail", "oppose and mitigate the effects of by contrary actions"], ["neutralise", "make ineffective by counterbalancing the effect of"], ["counterbalance", "oppose and mitigate the effects of by contrary actions"], ["liquidate", "get rid of (someone who may be a threat) by killing"], ["do in", "get rid of (someone who may be a threat) by killing"], ["knock off", "get rid of (someone who may be a threat) by killing"], ["nullify", "make ineffective by counterbalancing the effect of"], ["waste", "get rid of (someone who may be a threat) by killing"], ["negate", "make ineffective by counterbalancing the effect of"], ["counteract", "oppose and mitigate the effects of by contrary actions"]]}, {"answer": "niggle", "hint": "synonyms for niggle", "clues": [["quibble", "argue over petty things"], ["bicker", "argue over petty things"], ["fuss", "worry unnecessarily or excessively"], ["brabble", "argue over petty things"], ["fret", "worry unnecessarily or excessively"], ["squabble", "argue over petty things"], ["pettifog", "argue over petty things"]]}, {"answer": "nobble", "hint": "synonyms for nobble", "clues": [["pilfer", "make off with belongings of others"], ["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["mulct", "deprive of by deceit"], ["purloin", "make off with belongings of others"], ["swindle", "deprive of by deceit"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["gip", "deprive of by deceit"], ["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["victimize", "deprive of by deceit"], ["snatch", "take away to an undisclosed location against their will and usually in order to extract a ransom"], ["diddle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["bunco", "deprive of by deceit"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["abstract", "make off with belongings of others"], ["hornswoggle", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["snarf", "make off with belongings of others"], ["gyp", "deprive of by deceit"]]}, {"answer": "nod_off", "hint": "synonyms for nod off", "clues": [["doze off", "change from a waking to a sleeping state"], ["drop off", "change from a waking to a sleeping state"], ["fall asleep", "change from a waking to a sleeping state"], ["flake out", "change from a waking to a sleeping state"], ["drowse off", "change from a waking to a sleeping state"], ["drift off", "change from a waking to a sleeping state"]]}, {"answer": "nominate", "hint": "synonyms for nominate", "clues": [["make", "charge with a function; charge to be"], ["put forward", "propose as a candidate for some honor"], ["name", "create and charge with a task or function"], ["constitute", "create and charge with a task or function"], ["appoint", "create and charge with a task or function"], ["propose", "put forward; nominate for appointment to an office or for an honor or position"], ["put up", "propose as a candidate for some honor"]]}, {"answer": "nonplus", "hint": "synonyms for nonplus", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "normalize", "hint": "synonyms for normalize", "clues": [["normalise", "become normal or return to its normal state"], ["temper", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"], ["renormalize", "make normal or cause to conform to a norm or standard"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling"]]}, {"answer": "notify", "hint": "synonyms for notify", "clues": [["give notice", "inform (somebody) of something"], ["apprize", "inform (somebody) of something"], ["advise", "inform (somebody) of something"], ["send word", "inform (somebody) of something"]]}, {"answer": "nourish", "hint": "synonyms for nourish", "clues": [["aliment", "give nourishment to"], ["nurture", "provide with nourishment"], ["sustain", "provide with nourishment"], ["nutrify", "give nourishment to"]]}, {"answer": "nullify", "hint": "synonyms for nullify", "clues": [["invalidate", "declare invalid"], ["neutralise", "make ineffective by counterbalancing the effect of"], ["quash", "declare invalid"], ["void", "declare invalid"], ["annul", "declare invalid"], ["negate", "make ineffective by counterbalancing the effect of"]]}, {"answer": "nuzzle", "hint": "synonyms for nuzzle", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position"], ["draw close", "move or arrange oneself in a comfortable and cozy position"], ["nestle", "move or arrange oneself in a comfortable and cozy position"], ["cuddle", "move or arrange oneself in a comfortable and cozy position"], ["snuggle", "move or arrange oneself in a comfortable and cozy position"], ["nose", "rub noses"]]}, {"answer": "objurgate", "hint": "synonyms for objurgate", "clues": [["condemn", "express strong disapproval of"], ["chasten", "censure severely"], ["excoriate", "express strong disapproval of"], ["castigate", "censure severely"], ["chastise", "censure severely"], ["correct", "censure severely"], ["decry", "express strong disapproval of"], ["reprobate", "express strong disapproval of"]]}, {"answer": "oblige", "hint": "synonyms for oblige", "clues": [["obligate", "bind by an obligation; cause to be indebted"], ["hold", "bind by an obligation; cause to be indebted"], ["compel", "force somebody to do something"], ["accommodate", "provide a service or favor for someone"], ["bind", "bind by an obligation; cause to be indebted"]]}, {"answer": "obnubilate", "hint": "synonyms for obnubilate", "clues": [["fog", "make less visible or unclear"], ["blur", "make unclear, indistinct, or blurred"], ["obscure", "make less visible or unclear"], ["becloud", "make less visible or unclear"], ["haze over", "make less visible or unclear"], ["cloud", "make less visible or unclear"], ["mist", "make less visible or unclear"], ["confuse", "make unclear, indistinct, or blurred"], ["befog", "make less visible or unclear"]]}, {"answer": "observe", "hint": "synonyms for observe", "clues": [["respect", "show respect towards"], ["keep", "conform one's action or practice to"], ["celebrate", "behave as expected during of holidays or rites"], ["abide by", "show respect towards"], ["note", "make mention of"], ["find", "discover or determine the existence, presence, or fact of"], ["watch over", "follow with the eyes or the mind"], ["remark", "make mention of"], ["honor", "show respect towards"], ["mention", "make mention of"], ["follow", "follow with the eyes or the mind"], ["watch", "follow with the eyes or the mind"], ["notice", "discover or determine the existence, presence, or fact of"], ["take note", "observe with care or pay close attention to"], ["maintain", "stick to correctly or closely"], ["keep an eye on", "follow with the eyes or the mind"], ["discover", "discover or determine the existence, presence, or fact of"], ["detect", "discover or determine the existence, presence, or fact of"]]}, {"answer": "obstruct", "hint": "synonyms for obstruct", "clues": [["close up", "block passage through"], ["block", "block passage through"], ["blockade", "hinder or prevent the progress or accomplishment of"], ["stymie", "hinder or prevent the progress or accomplishment of"], ["jam", "block passage through"], ["hinder", "hinder or prevent the progress or accomplishment of"], ["stymy", "hinder or prevent the progress or accomplishment of"], ["impede", "block passage through"], ["embarrass", "hinder or prevent the progress or accomplishment of"], ["obturate", "block passage through"], ["occlude", "block passage through"]]}, {"answer": "obtain", "hint": "synonyms for obtain", "clues": [["receive", "receive a specified treatment (abstract)"], ["find", "receive a specified treatment (abstract)"], ["get", "receive a specified treatment (abstract)"], ["hold", "be valid, applicable, or true"], ["prevail", "be valid, applicable, or true"], ["incur", "receive a specified treatment (abstract)"]]}, {"answer": "obturate", "hint": "synonyms for obturate", "clues": [["close up", "block passage through"], ["impede", "block passage through"], ["block", "block passage through"], ["occlude", "block passage through"], ["jam", "block passage through"], ["obstruct", "block passage through"]]}, {"answer": "obviate", "hint": "synonyms for obviate", "clues": [["eliminate", "do away with"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["rid of", "do away with"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "occlude", "hint": "synonyms for occlude", "clues": [["close up", "block passage through"], ["impede", "block passage through"], ["block", "block passage through"], ["jam", "block passage through"], ["obturate", "block passage through"], ["obstruct", "block passage through"]]}, {"answer": "occupy", "hint": "synonyms for occupy", "clues": [["absorb", "consume all of one's attention or time"], ["engage", "consume all of one's attention or time"], ["busy", "keep busy with"], ["concern", "be on the mind of"], ["lodge in", "live (in a certain place)"], ["take", "assume, as of positions or roles"], ["worry", "be on the mind of"], ["use up", "require (time or space)"], ["fill", "assume, as of positions or roles"], ["engross", "consume all of one's attention or time"], ["invade", "march aggressively into another's territory by military force for the purposes of conquest and occupation"], ["interest", "be on the mind of"], ["reside", "live (in a certain place)"]]}, {"answer": "occur", "hint": "synonyms for occur", "clues": [["happen", "come to pass"], ["go on", "come to pass"], ["come about", "come to pass"], ["pass", "come to pass"], ["come", "come to one's mind; suggest itself"], ["take place", "come to pass"], ["fall out", "come to pass"], ["pass off", "come to pass"], ["hap", "come to pass"]]}, {"answer": "offend", "hint": "synonyms for offend", "clues": [["spite", "hurt the feelings of"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["injure", "hurt the feelings of"], ["bruise", "hurt the feelings of"], ["break", "act in disregard of laws, rules, contracts, or promises"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["scandalise", "strike with disgust or revulsion"], ["pique", "cause to feel resentment or indignation"], ["wound", "hurt the feelings of"], ["shock", "strike with disgust or revulsion"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["violate", "act in disregard of laws, rules, contracts, or promises"], ["hurt", "hurt the feelings of"]]}, {"answer": "omit", "hint": "synonyms for omit", "clues": [["exclude", "prevent from being included or considered or accepted"], ["take out", "prevent from being included or considered or accepted"], ["leave out", "prevent from being included or considered or accepted"], ["miss", "leave undone or leave out"], ["leave off", "prevent from being included or considered or accepted"], ["overlook", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["neglect", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["pretermit", "leave undone or leave out"], ["except", "prevent from being included or considered or accepted"]]}, {"answer": "ooze_out", "hint": "synonyms for ooze out", "clues": [["exudate", "release (a liquid) in drops or small quantities"], ["ooze", "release (a liquid) in drops or small quantities"], ["transude", "release (a liquid) in drops or small quantities"], ["exude", "release (a liquid) in drops or small quantities"]]}, {"answer": "operate", "hint": "synonyms for operate", "clues": [["control", "handle and cause to function"], ["manoeuvre", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["run", "perform as expected when applied"], ["go", "perform as expected when applied"], ["operate on", "perform surgery on"], ["lock", "keep engaged"], ["function", "perform as expected when applied"], ["engage", "keep engaged"], ["mesh", "keep engaged"], ["maneuver", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense"], ["work", "perform as expected when applied"]]}, {"answer": "opine", "hint": "synonyms for opine", "clues": [["sound off", "express one's opinion openly and without fear or hesitation"], ["speak up", "express one's opinion openly and without fear or hesitation"], ["imagine", "expect, believe, or suppose"], ["reckon", "expect, believe, or suppose"], ["animadvert", "express one's opinion openly and without fear or hesitation"], ["think", "expect, believe, or suppose"], ["suppose", "expect, believe, or suppose"], ["speak out", "express one's opinion openly and without fear or hesitation"], ["guess", "expect, believe, or suppose"]]}, {"answer": "oppose", "hint": "synonyms for oppose", "clues": [["defend", "fight against or resist strongly"], ["react", "act against or in opposition to"], ["contradict", "be resistant to"], ["controvert", "be resistant to"], ["fight", "fight against or resist strongly"], ["match", "set into opposition or rivalry"], ["play off", "set into opposition or rivalry"], ["fight down", "fight against or resist strongly"], ["fight back", "fight against or resist strongly"], ["pit", "set into opposition or rivalry"], ["counterbalance", "contrast with equal weight or force"]]}, {"answer": "orchestrate", "hint": "synonyms for orchestrate", "clues": [["organise", "plan and direct (a complex undertaking)"], ["engineer", "plan and direct (a complex undertaking)"], ["mastermind", "plan and direct (a complex undertaking)"], ["direct", "plan and direct (a complex undertaking)"]]}, {"answer": "ordain", "hint": "synonyms for ordain", "clues": [["consecrate", "appoint to a clerical posts"], ["enact", "order by virtue of superior authority; decree"], ["ordinate", "appoint to a clerical posts"], ["order", "appoint to a clerical posts"]]}, {"answer": "organise", "hint": "synonyms for organise", "clues": [["engineer", "plan and direct (a complex undertaking)"], ["organize", "arrange by systematic planning and united effort"], ["form", "create (as an entity)"], ["machinate", "arrange by systematic planning and united effort"], ["get up", "arrange by systematic planning and united effort"], ["coordinate", "bring order and organization to"], ["unionise", "form or join a union"], ["mastermind", "plan and direct (a complex undertaking)"], ["orchestrate", "plan and direct (a complex undertaking)"], ["devise", "arrange by systematic planning and united effort"], ["direct", "plan and direct (a complex undertaking)"], ["prepare", "arrange by systematic planning and united effort"]]}, {"answer": "organize", "hint": "synonyms for organize", "clues": [["organise", "plan and direct (a complex undertaking)"], ["engineer", "plan and direct (a complex undertaking)"], ["form", "create (as an entity)"], ["machinate", "arrange by systematic planning and united effort"], ["mastermind", "plan and direct (a complex undertaking)"], ["coordinate", "bring order and organization to"], ["get up", "arrange by systematic planning and united effort"], ["unionise", "form or join a union"], ["orchestrate", "plan and direct (a complex undertaking)"], ["devise", "arrange by systematic planning and united effort"], ["direct", "plan and direct (a complex undertaking)"], ["prepare", "arrange by systematic planning and united effort"]]}, {"answer": "originate", "hint": "synonyms for originate", "clues": [["initiate", "bring into being"], ["arise", "come into existence; take on form or shape"], ["uprise", "come into existence; take on form or shape"], ["start", "bring into being"], ["spring up", "come into existence; take on form or shape"], ["grow", "come into existence; take on form or shape"], ["develop", "come into existence; take on form or shape"]]}, {"answer": "ostentate", "hint": "synonyms for ostentate", "clues": [["swank", "display proudly; act ostentatiously or pretentiously"], ["flash", "display proudly; act ostentatiously or pretentiously"], ["flaunt", "display proudly; act ostentatiously or pretentiously"], ["show off", "display proudly; act ostentatiously or pretentiously"]]}, {"answer": "ostracise", "hint": "synonyms for ostracise", "clues": [["blackball", "expel from a community or group"], ["cast out", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["ban", "expel from a community or group"], ["banish", "expel from a community or group"], ["shun", "expel from a community or group"]]}, {"answer": "ostracize", "hint": "synonyms for ostracize", "clues": [["blackball", "expel from a community or group"], ["cast out", "expel from a community or group"], ["ostracise", "expel from a community or group"], ["ban", "expel from a community or group"], ["banish", "expel from a community or group"], ["shun", "expel from a community or group"]]}, {"answer": "oust", "hint": "synonyms for oust", "clues": [["boot out", "remove from a position or office"], ["kick out", "remove from a position or office"], ["drum out", "remove from a position or office"], ["expel", "remove from a position or office"], ["throw out", "remove from a position or office"]]}, {"answer": "outdo", "hint": "synonyms for outdo", "clues": [["outstrip", "be or do something to a greater degree"], ["surpass", "be or do something to a greater degree"], ["best", "get the better of"], ["outmatch", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"], ["outflank", "get the better of"], ["surmount", "be or do something to a greater degree"], ["scoop", "get the better of"], ["trump", "get the better of"]]}, {"answer": "outflank", "hint": "synonyms for outflank", "clues": [["best", "get the better of"], ["scoop", "get the better of"], ["outdo", "get the better of"], ["trump", "get the better of"], ["go around", "go around the flank of (an opposing army)"]]}, {"answer": "outfox", "hint": "synonyms for outfox", "clues": [["outwit", "beat through cleverness and wit"], ["outsmart", "beat through cleverness and wit"], ["overreach", "beat through cleverness and wit"], ["beat", "beat through cleverness and wit"], ["circumvent", "beat through cleverness and wit"]]}, {"answer": "outmatch", "hint": "synonyms for outmatch", "clues": [["outstrip", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["surpass", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"]]}, {"answer": "outperform", "hint": "synonyms for outperform", "clues": [["outstrip", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["surpass", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"]]}, {"answer": "outsmart", "hint": "synonyms for outsmart", "clues": [["outwit", "beat through cleverness and wit"], ["outmaneuver", "defeat by more skillful maneuvering"], ["overreach", "beat through cleverness and wit"], ["beat", "beat through cleverness and wit"], ["outfox", "beat through cleverness and wit"], ["circumvent", "beat through cleverness and wit"]]}, {"answer": "outstrip", "hint": "synonyms for outstrip", "clues": [["surpass", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["distance", "go far ahead of"], ["outdistance", "go far ahead of"]]}, {"answer": "outwear", "hint": "synonyms for outwear", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "outwit", "hint": "synonyms for outwit", "clues": [["outsmart", "beat through cleverness and wit"], ["overreach", "beat through cleverness and wit"], ["beat", "beat through cleverness and wit"], ["outfox", "beat through cleverness and wit"], ["circumvent", "beat through cleverness and wit"]]}, {"answer": "overcloud", "hint": "synonyms for overcloud", "clues": [["cloud over", "become covered with clouds"], ["bedim", "make obscure or unclear"], ["obscure", "make obscure or unclear"], ["cloud up", "become covered with clouds"]]}, {"answer": "overcome", "hint": "synonyms for overcome", "clues": [["overpower", "overcome, as with emotions or perceptual stimuli"], ["master", "get on top of; deal with successfully"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["get the best", "overcome, usually through no fault or weakness of the person that is overcome"], ["defeat", "win a victory over"], ["sweep over", "overcome, as with emotions or perceptual stimuli"], ["get the better of", "win a victory over"], ["overtake", "overcome, as with emotions or perceptual stimuli"], ["surmount", "get on top of; deal with successfully"], ["get over", "get on top of; deal with successfully"], ["overwhelm", "overcome, as with emotions or perceptual stimuli"], ["have the best", "overcome, usually through no fault or weakness of the person that is overcome"], ["subdue", "get on top of; deal with successfully"]]}, {"answer": "overdraw", "hint": "synonyms for overdraw", "clues": [["hyperbolise", "to enlarge beyond bounds or the truth"], ["magnify", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["overstate", "to enlarge beyond bounds or the truth"]]}, {"answer": "overdress", "hint": "synonyms for overdress", "clues": [["overclothe", "dress too warmly"], ["attire", "put on special clothes to appear particularly appealing and attractive"], ["rig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "overeat", "hint": "synonyms for overeat", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "overgorge", "hint": "synonyms for overgorge", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "overindulge", "hint": "synonyms for overindulge", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "overleap", "hint": "synonyms for overleap", "clues": [["miss", "leave undone or leave out"], ["overlook", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["vault", "jump across or leap over (an obstacle)"], ["drop", "leave undone or leave out"], ["pretermit", "leave undone or leave out"], ["leave out", "leave undone or leave out"], ["neglect", "leave undone or leave out"]]}, {"answer": "overpower", "hint": "synonyms for overpower", "clues": [["overwhelm", "overcome by superior force"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["overtake", "overcome, as with emotions or perceptual stimuli"], ["overcome", "overcome, as with emotions or perceptual stimuli"], ["sweep over", "overcome, as with emotions or perceptual stimuli"], ["overmaster", "overcome by superior force"]]}, {"answer": "overreach", "hint": "synonyms for overreach", "clues": [["outwit", "beat through cleverness and wit"], ["outsmart", "beat through cleverness and wit"], ["beat", "beat through cleverness and wit"], ["outfox", "beat through cleverness and wit"], ["circumvent", "beat through cleverness and wit"]]}, {"answer": "overrule", "hint": "synonyms for overrule", "clues": [["overthrow", "rule against"], ["overturn", "rule against"], ["reverse", "rule against"], ["override", "rule against"]]}, {"answer": "overshadow", "hint": "synonyms for overshadow", "clues": [["shadow", "make appear small by comparison"], ["eclipse", "be greater in significance than"], ["dwarf", "make appear small by comparison"], ["dominate", "be greater in significance than"]]}, {"answer": "overstate", "hint": "synonyms for overstate", "clues": [["hyperbolize", "to enlarge beyond bounds or the truth"], ["magnify", "to enlarge beyond bounds or the truth"], ["amplify", "to enlarge beyond bounds or the truth"], ["exaggerate", "to enlarge beyond bounds or the truth"], ["overdraw", "to enlarge beyond bounds or the truth"]]}, {"answer": "overstep", "hint": "synonyms for overstep", "clues": [["transgress", "pass beyond (limits or boundaries)"], ["transcend", "be superior or better than some standard"], ["top", "be superior or better than some standard"], ["exceed", "be superior or better than some standard"], ["pass", "be superior or better than some standard"], ["trespass", "pass beyond (limits or boundaries)"], ["go past", "be superior or better than some standard"]]}, {"answer": "overtake", "hint": "synonyms for overtake", "clues": [["overpower", "overcome, as with emotions or perceptual stimuli"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["catch", "catch up with and possibly overtake"], ["sweep over", "overcome, as with emotions or perceptual stimuli"], ["overhaul", "travel past"], ["pass", "travel past"], ["overcome", "overcome, as with emotions or perceptual stimuli"], ["overwhelm", "overcome, as with emotions or perceptual stimuli"], ["catch up with", "catch up with and possibly overtake"]]}, {"answer": "overwhelm", "hint": "synonyms for overwhelm", "clues": [["overpower", "overcome, as with emotions or perceptual stimuli"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["flood out", "charge someone with too many tasks"], ["deluge", "charge someone with too many tasks"], ["sweep over", "overcome, as with emotions or perceptual stimuli"], ["submerge", "cover completely or make imperceptible"], ["overmaster", "overcome by superior force"], ["overtake", "overcome, as with emotions or perceptual stimuli"], ["overcome", "overcome, as with emotions or perceptual stimuli"], ["drown", "cover completely or make imperceptible"]]}, {"answer": "pacify", "hint": "synonyms for pacify", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"], ["placate", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "palliate", "hint": "synonyms for palliate", "clues": [["alleviate", "provide physical relief, as from pain"], ["relieve", "provide physical relief, as from pain"], ["assuage", "provide physical relief, as from pain"], ["mitigate", "lessen or to try to lessen the seriousness or extent of"], ["extenuate", "lessen or to try to lessen the seriousness or extent of"]]}, {"answer": "palter", "hint": "synonyms for palter", "clues": [["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information"]]}, {"answer": "pamper", "hint": "synonyms for pamper", "clues": [["baby", "treat with excessive indulgence"], ["cosset", "treat with excessive indulgence"], ["cocker", "treat with excessive indulgence"], ["spoil", "treat with excessive indulgence"], ["coddle", "treat with excessive indulgence"], ["mollycoddle", "treat with excessive indulgence"], ["indulge", "treat with excessive indulgence"], ["featherbed", "treat with excessive indulgence"]]}, {"answer": "parcel_out", "hint": "synonyms for parcel out", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["shell out", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "pare", "hint": "synonyms for pare", "clues": [["trim", "remove the edges from and cut down to the desired size"], ["skin", "strip the skin off"], ["whittle", "cut small bits or pare shavings from"], ["pare down", "decrease gradually or bit by bit"], ["peel", "strip the skin off"]]}, {"answer": "pass_across", "hint": "synonyms for pass across", "clues": [["transit", "make a passage or journey from one place to another"], ["pass through", "make a passage or journey from one place to another"], ["pass over", "make a passage or journey from one place to another"], ["move through", "make a passage or journey from one place to another"]]}, {"answer": "pass_along", "hint": "synonyms for pass along", "clues": [["put across", "transmit information"], ["communicate", "transmit information"], ["pass on", "transmit information"], ["pass", "transmit information"]]}, {"answer": "pass_around", "hint": "synonyms for pass around", "clues": [["propagate", "cause to become widely known"], ["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["pass on", "cause be distributed"], ["circularise", "cause to become widely known"], ["spread", "cause to become widely known"], ["disperse", "cause to become widely known"], ["distribute", "cause be distributed"], ["circulate", "cause be distributed"], ["broadcast", "cause to become widely known"]]}, {"answer": "pass_away", "hint": "synonyms for pass away", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "pass_by", "hint": "synonyms for pass by", "clues": [["go by", "move past"], ["surpass", "move past"], ["pass", "move past"], ["travel by", "move past"], ["go past", "move past"]]}, {"answer": "pass_off", "hint": "synonyms for pass off", "clues": [["happen", "come to pass"], ["go on", "come to pass"], ["come about", "come to pass"], ["fleet", "disappear gradually"], ["evanesce", "disappear gradually"], ["fall out", "come to pass"], ["pass", "come to pass"], ["emit", "expel (gases or odors)"], ["occur", "come to pass"], ["breathe", "expel (gases or odors)"], ["blow over", "disappear gradually"], ["fade", "disappear gradually"], ["hap", "come to pass"], ["take place", "come to pass"]]}, {"answer": "pass_on", "hint": "synonyms for pass on", "clues": [["give", "transmit (knowledge or skills)"], ["go on", "move forward, also in the metaphorical sense"], ["advance", "move forward, also in the metaphorical sense"], ["reach", "place into the hands or custody of"], ["submit", "refer to another person for decision or judgment"], ["pass around", "cause be distributed"], ["pass", "transmit information"], ["move on", "move forward, also in the metaphorical sense"], ["turn over", "place into the hands or custody of"], ["communicate", "transmit information"], ["put across", "transmit information"], ["impart", "transmit (knowledge or skills)"], ["march on", "move forward, also in the metaphorical sense"], ["pass along", "transmit information"], ["relegate", "refer to another person for decision or judgment"], ["hand", "place into the hands or custody of"], ["distribute", "cause be distributed"], ["circulate", "cause be distributed"], ["progress", "move forward, also in the metaphorical sense"], ["leave", "transmit (knowledge or skills)"]]}, {"answer": "pass_out", "hint": "synonyms for pass out", "clues": [["distribute", "give to several people"], ["hand out", "give to several people"], ["faint", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"], ["conk", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"], ["give out", "give to several people"], ["black out", "lose consciousness due to a sudden trauma, for example"], ["zonk out", "lose consciousness due to a sudden trauma, for example"], ["swoon", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain"]]}, {"answer": "pass_over", "hint": "synonyms for pass over", "clues": [["cover", "travel across or pass over"], ["cut across", "travel across or pass over"], ["transit", "make a passage or journey from one place to another"], ["jump", "bypass"], ["cross", "travel across or pass over"], ["get across", "travel across or pass over"], ["cut through", "travel across or pass over"], ["get over", "travel across or pass over"], ["track", "travel across or pass over"], ["traverse", "travel across or pass over"], ["move through", "make a passage or journey from one place to another"], ["skip", "bypass"], ["overfly", "fly over"], ["pass across", "make a passage or journey from one place to another"], ["wipe", "rub with a circular motion"], ["pass through", "make a passage or journey from one place to another"], ["skip over", "bypass"]]}, {"answer": "pass_through", "hint": "synonyms for pass through", "clues": [["transit", "make a passage or journey from one place to another"], ["infiltrate", "pass through an enemy line; in a military conflict"], ["pass across", "make a passage or journey from one place to another"], ["pass over", "make a passage or journey from one place to another"], ["move through", "make a passage or journey from one place to another"]]}, {"answer": "pass_up", "hint": "synonyms for pass up", "clues": [["turn down", "refuse to accept"], ["refuse", "refuse to accept"], ["reject", "refuse to accept"], ["decline", "refuse to accept"]]}, {"answer": "pass_water", "hint": "synonyms for pass water", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["micturate", "eliminate urine"], ["pee", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "pass_with_flying_colors", "hint": "synonyms for pass with flying colors", "clues": [["ace", "succeed at easily"], ["nail", "succeed at easily"], ["sail through", "succeed at easily"], ["breeze through", "succeed at easily"], ["sweep through", "succeed at easily"]]}, {"answer": "patch_up", "hint": "synonyms for patch up", "clues": [["conciliate", "come to terms"], ["settle", "come to terms"], ["patch", "mend by putting a patch on"], ["reconcile", "come to terms"], ["make up", "come to terms"]]}, {"answer": "patronise", "hint": "synonyms for patronise", "clues": [["keep going", "be a regular customer or client of"], ["support", "be a regular customer or client of"], ["patronize", "treat condescendingly"], ["condescend", "treat condescendingly"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["patronage", "be a regular customer or client of"]]}, {"answer": "patronize", "hint": "synonyms for patronize", "clues": [["patronise", "treat condescendingly"], ["keep going", "be a regular customer or client of"], ["support", "be a regular customer or client of"], ["condescend", "treat condescendingly"], ["shop at", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["patronage", "be a regular customer or client of"]]}, {"answer": "pay_back", "hint": "synonyms for pay back", "clues": [["reward", "act or give recompense in recognition of someone's behavior or actions"], ["pay off", "take vengeance on or get even"], ["get", "take vengeance on or get even"], ["fix", "take vengeance on or get even"], ["repay", "act or give recompense in recognition of someone's behavior or actions"]]}, {"answer": "pay_heed", "hint": "synonyms for pay heed", "clues": [["give ear", "give heed (to)"], ["advert", "give heed (to)"], ["hang", "give heed (to)"], ["attend", "give heed (to)"]]}, {"answer": "pay_off", "hint": "synonyms for pay off", "clues": [["pay", "do or give something to somebody in return"], ["redeem", "pay off (loans or promissory notes)"], ["compensate", "do or give something to somebody in return"], ["pay back", "take vengeance on or get even"], ["buy off", "pay someone with influence in order to receive a favor"], ["get", "take vengeance on or get even"], ["fix", "take vengeance on or get even"], ["make up", "do or give something to somebody in return"], ["liquidate", "eliminate by paying off (debts)"]]}, {"answer": "peculate", "hint": "synonyms for peculate", "clues": [["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use"]]}, {"answer": "peddle", "hint": "synonyms for peddle", "clues": [["vend", "sell or offer for sale from place to place"], ["pitch", "sell or offer for sale from place to place"], ["monger", "sell or offer for sale from place to place"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"]]}, {"answer": "pee-pee", "hint": "synonyms for pee-pee", "clues": [["urinate", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "peel_off", "hint": "synonyms for peel off", "clues": [["peel", "come off in flakes or thin small pieces"], ["flake", "come off in flakes or thin small pieces"], ["flake off", "come off in flakes or thin small pieces"], ["desquamate", "peel off in scales"]]}, {"answer": "peg_away", "hint": "synonyms for peg away", "clues": [["slog", "work doggedly or persistently"], ["keep one's shoulder to the wheel", "work doggedly or persistently"], ["keep one's nose to the grindstone", "work doggedly or persistently"], ["plug away", "work doggedly or persistently"]]}, {"answer": "peg_down", "hint": "synonyms for peg down", "clues": [["pin down", "define clearly"], ["narrow", "define clearly"], ["nail down", "define clearly"], ["narrow down", "define clearly"], ["specify", "define clearly"], ["peg", "fasten or secure with a wooden pin"]]}, {"answer": "pelt_along", "hint": "synonyms for pelt along", "clues": [["hotfoot", "move fast"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["race", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "penetrate", "hint": "synonyms for penetrate", "clues": [["pervade", "spread or diffuse through"], ["perforate", "pass into or through, often by overcoming resistance"], ["sink in", "become clear or enter one's consciousness or emotions"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["permeate", "spread or diffuse through"], ["click", "become clear or enter one's consciousness or emotions"], ["interpenetrate", "spread or diffuse through"], ["get across", "become clear or enter one's consciousness or emotions"], ["get through", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"], ["come home", "become clear or enter one's consciousness or emotions"], ["infiltrate", "enter a group or organization in order to spy on the members"], ["imbue", "spread or diffuse through"], ["bottom", "come to understand"], ["diffuse", "spread or diffuse through"], ["riddle", "spread or diffuse through"], ["fathom", "come to understand"]]}, {"answer": "pep_up", "hint": "synonyms for pep up", "clues": [["ginger up", "make more interesting or lively"], ["jazz up", "make more interesting or lively"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["juice up", "make more interesting or lively"], ["exhort", "spur on or encourage especially by cheers and shouts"], ["urge on", "spur on or encourage especially by cheers and shouts"], ["urge", "spur on or encourage especially by cheers and shouts"], ["root on", "spur on or encourage especially by cheers and shouts"]]}, {"answer": "perish", "hint": "synonyms for perish", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "perk_up", "hint": "synonyms for perk up", "clues": [["perk", "gain or regain energy"], ["gain vigor", "gain or regain energy"], ["energize", "cause to be alert and energetic"], ["arouse", "cause to be alert and energetic"], ["stimulate", "cause to be alert and energetic"], ["pick up", "gain or regain energy"], ["brace", "cause to be alert and energetic"], ["percolate", "gain or regain energy"]]}, {"answer": "permeate", "hint": "synonyms for permeate", "clues": [["pervade", "spread or diffuse through"], ["interpenetrate", "penetrate mutually or be interlocked"], ["riddle", "spread or diffuse through"], ["sink in", "pass through"], ["penetrate", "spread or diffuse through"], ["imbue", "spread or diffuse through"], ["filter", "pass through"], ["percolate", "pass through"], ["diffuse", "spread or diffuse through"]]}, {"answer": "perplex", "hint": "synonyms for perplex", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["complicate", "make more complicated"], ["amaze", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["bewilder", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "persist", "hint": "synonyms for persist", "clues": [["die hard", "continue to exist"], ["remain", "stay behind"], ["stay", "stay behind"], ["hang in", "be persistent, refuse to stop"], ["run", "continue to exist"], ["endure", "continue to exist"], ["prevail", "continue to exist"], ["persevere", "be persistent, refuse to stop"], ["hold on", "be persistent, refuse to stop"]]}, {"answer": "personify", "hint": "synonyms for personify", "clues": [["be", "represent, as of a character on stage"], ["personate", "attribute human qualities to something"], ["embody", "represent, as of a character on stage"], ["body", "invest with or as with a body; give body to"]]}, {"answer": "pertain", "hint": "synonyms for pertain", "clues": [["have-to doe with", "be relevant to"], ["relate", "be relevant to"], ["appertain", "be a part or attribute of"], ["come to", "be relevant to"], ["touch", "be relevant to"], ["refer", "be relevant to"], ["bear on", "be relevant to"], ["concern", "be relevant to"], ["touch on", "be relevant to"]]}, {"answer": "perturb", "hint": "synonyms for perturb", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["derange", "throw into great confusion or disorder"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["throw out of kilter", "throw into great confusion or disorder"]]}, {"answer": "pervade", "hint": "synonyms for pervade", "clues": [["penetrate", "spread or diffuse through"], ["permeate", "spread or diffuse through"], ["interpenetrate", "spread or diffuse through"], ["imbue", "spread or diffuse through"], ["diffuse", "spread or diffuse through"], ["riddle", "spread or diffuse through"]]}, {"answer": "pester", "hint": "synonyms for pester", "clues": [["beleaguer", "annoy persistently"], ["tease", "annoy persistently"], ["badger", "annoy persistently"], ["bug", "annoy persistently"]]}, {"answer": "peter_out", "hint": "synonyms for peter out", "clues": [["fizzle", "end weakly"], ["run out", "use up all one's strength and energy and stop working"], ["conk out", "use up all one's strength and energy and stop working"], ["fizzle out", "end weakly"], ["run down", "use up all one's strength and energy and stop working"], ["poop out", "use up all one's strength and energy and stop working"], ["taper off", "end weakly"]]}, {"answer": "pettifog", "hint": "synonyms for pettifog", "clues": [["quibble", "argue over petty things"], ["bicker", "argue over petty things"], ["brabble", "argue over petty things"], ["niggle", "argue over petty things"], ["squabble", "argue over petty things"]]}, {"answer": "philander", "hint": "synonyms for philander", "clues": [["womanise", "have amorous affairs; of men"], ["chat up", "talk or behave amorously, without serious intentions"], ["coquette", "talk or behave amorously, without serious intentions"], ["mash", "talk or behave amorously, without serious intentions"], ["flirt", "talk or behave amorously, without serious intentions"], ["romance", "talk or behave amorously, without serious intentions"], ["butterfly", "talk or behave amorously, without serious intentions"], ["dally", "talk or behave amorously, without serious intentions"]]}, {"answer": "pick_at", "hint": "synonyms for pick at", "clues": [["belittle", "express a negative opinion of"], ["peck at", "eat like a bird"], ["pluck at", "pluck or pull at with the fingers"], ["disparage", "express a negative opinion of"], ["peck", "eat like a bird"], ["pull at", "pluck or pull at with the fingers"]]}, {"answer": "pick_out", "hint": "synonyms for pick out", "clues": [["recognize", "detect with the senses"], ["choose", "pick out, select, or choose from a number of alternatives"], ["select", "pick out, select, or choose from a number of alternatives"], ["make out", "detect with the senses"], ["spot", "detect with the senses"], ["discern", "detect with the senses"], ["distinguish", "detect with the senses"], ["tell apart", "detect with the senses"], ["take", "pick out, select, or choose from a number of alternatives"]]}, {"answer": "pick_up", "hint": "synonyms for pick up", "clues": [["perk", "gain or regain energy"], ["arrest", "take into custody"], ["intoxicate", "fill with high spirits; fill with optimism"], ["hear", "get to know or become aware of, usually accidentally"], ["see", "get to know or become aware of, usually accidentally"], ["nail", "take into custody"], ["nab", "take into custody"], ["call for", "gather or collect"], ["collect", "gather or collect"], ["get wind", "get to know or become aware of, usually accidentally"], ["gather up", "take and lift upward"], ["get a line", "get to know or become aware of, usually accidentally"], ["collar", "take into custody"], ["elate", "fill with high spirits; fill with optimism"], ["percolate", "gain or regain energy"], ["perk up", "gain or regain energy"], ["lift up", "take and lift upward"], ["find out", "get to know or become aware of, usually accidentally"], ["apprehend", "take into custody"], ["uplift", "fill with high spirits; fill with optimism"], ["receive", "register (perceptual input)"], ["gain vigor", "gain or regain energy"], ["discover", "get to know or become aware of, usually accidentally"], ["get word", "get to know or become aware of, usually accidentally"], ["learn", "get to know or become aware of, usually accidentally"], ["peck", "eat by pecking at, like a bird"], ["turn around", "improve significantly; go from bad to good"], ["catch", "perceive with the senses quickly, suddenly, or momentarily"], ["cop", "take into custody"]]}, {"answer": "piddle_away", "hint": "synonyms for piddle away", "clues": [["piddle", "waste time; spend one's time idly or inefficiently"], ["wanton away", "waste time; spend one's time idly or inefficiently"], ["wanton", "waste time; spend one's time idly or inefficiently"], ["trifle", "waste time; spend one's time idly or inefficiently"]]}, {"answer": "pig_out", "hint": "synonyms for pig out", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["scarf out", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "pile_up", "hint": "synonyms for pile up", "clues": [["accumulate", "get or gather together"], ["collect", "get or gather together"], ["amass", "get or gather together"], ["stack up", "arrange into piles or stacks"], ["hoard", "get or gather together"], ["conglomerate", "collect or gather"], ["compile", "get or gather together"], ["roll up", "get or gather together"], ["gather", "collect or gather"], ["heap up", "arrange into piles or stacks"]]}, {"answer": "pilfer", "hint": "synonyms for pilfer", "clues": [["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["abstract", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "pin_down", "hint": "synonyms for pin down", "clues": [["narrow", "define clearly"], ["trap", "place in a confining or embarrassing position"], ["nail down", "define clearly"], ["narrow down", "define clearly"], ["specify", "define clearly"], ["peg down", "define clearly"], ["pin up", "attach with or as if with a pin"]]}, {"answer": "pipe_down", "hint": "synonyms for pipe down", "clues": [["hush", "become quiet or quieter"], ["quiesce", "become quiet or quieter"], ["quieten", "become quiet or quieter"], ["quiet", "become quiet or quieter"], ["quiet down", "become quiet or quieter"]]}, {"answer": "placate", "hint": "synonyms for placate", "clues": [["lenify", "cause to be more favorably inclined; gain the good will of"], ["appease", "cause to be more favorably inclined; gain the good will of"], ["mollify", "cause to be more favorably inclined; gain the good will of"], ["pacify", "cause to be more favorably inclined; gain the good will of"], ["conciliate", "cause to be more favorably inclined; gain the good will of"], ["gentle", "cause to be more favorably inclined; gain the good will of"], ["assuage", "cause to be more favorably inclined; gain the good will of"], ["gruntle", "cause to be more favorably inclined; gain the good will of"]]}, {"answer": "play_a_joke_on", "hint": "synonyms for play a joke on", "clues": [["fob", "deceive somebody"], ["fox", "deceive somebody"], ["pull a fast one on", "deceive somebody"], ["play a trick on", "deceive somebody"], ["play tricks", "deceive somebody"], ["hoax", "subject to a playful hoax or joke"], ["trick", "deceive somebody"], ["pull someone's leg", "subject to a playful hoax or joke"], ["flim-flam", "deceive somebody"]]}, {"answer": "play_a_trick_on", "hint": "synonyms for play a trick on", "clues": [["fob", "deceive somebody"], ["fox", "deceive somebody"], ["play a joke on", "deceive somebody"], ["pull a fast one on", "deceive somebody"], ["play tricks", "deceive somebody"], ["trick", "deceive somebody"], ["flim-flam", "deceive somebody"]]}, {"answer": "play_false", "hint": "synonyms for play false", "clues": [["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"]]}, {"answer": "play_out", "hint": "synonyms for play out", "clues": [["sap", "deplete"], ["run down", "deplete"], ["exhaust", "deplete"], ["tire", "deplete"]]}, {"answer": "play_tricks", "hint": "synonyms for play tricks", "clues": [["fob", "deceive somebody"], ["fox", "deceive somebody"], ["play a joke on", "deceive somebody"], ["pull a fast one on", "deceive somebody"], ["play a trick on", "deceive somebody"], ["trick", "deceive somebody"], ["flim-flam", "deceive somebody"]]}, {"answer": "play_up", "hint": "synonyms for play up", "clues": [["suck up", "ingratiate oneself to; often with insincere behavior"], ["sidle up", "ingratiate oneself to; often with insincere behavior"], ["foreground", "move into the foreground to make more visible or prominent"], ["highlight", "move into the foreground to make more visible or prominent"], ["cotton up", "ingratiate oneself to; often with insincere behavior"], ["spotlight", "move into the foreground to make more visible or prominent"], ["cozy up", "ingratiate oneself to; often with insincere behavior"], ["shine up", "ingratiate oneself to; often with insincere behavior"]]}, {"answer": "plug_away", "hint": "synonyms for plug away", "clues": [["peg away", "work doggedly or persistently"], ["slog", "work doggedly or persistently"], ["keep one's shoulder to the wheel", "work doggedly or persistently"], ["keep one's nose to the grindstone", "work doggedly or persistently"], ["plug", "persist in working hard"]]}, {"answer": "plump_down", "hint": "synonyms for plump down", "clues": [["plunk", "set (something or oneself) down with or as if with a noise"], ["plump", "set (something or oneself) down with or as if with a noise"], ["plank", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["plank down", "drop heavily"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "plump_for", "hint": "synonyms for plump for", "clues": [["endorse", "be behind; approve of"], ["back", "be behind; approve of"], ["support", "be behind; approve of"], ["plunk for", "be behind; approve of"]]}, {"answer": "plump_out", "hint": "synonyms for plump out", "clues": [["flesh out", "make fat or plump"], ["fatten up", "make fat or plump"], ["fatten out", "make fat or plump"], ["fat", "make fat or plump"], ["fill out", "make fat or plump"], ["fatten", "make fat or plump"], ["plump", "make fat or plump"]]}, {"answer": "plunk_down", "hint": "synonyms for plunk down", "clues": [["plunk", "set (something or oneself) down with or as if with a noise"], ["plump down", "set (something or oneself) down with or as if with a noise"], ["plonk", "set (something or oneself) down with or as if with a noise"], ["flump", "set (something or oneself) down with or as if with a noise"], ["plump", "set (something or oneself) down with or as if with a noise"], ["plank", "set (something or oneself) down with or as if with a noise"], ["plop", "set (something or oneself) down with or as if with a noise"]]}, {"answer": "plunk_for", "hint": "synonyms for plunk for", "clues": [["endorse", "be behind; approve of"], ["back", "be behind; approve of"], ["support", "be behind; approve of"], ["plump for", "be behind; approve of"]]}, {"answer": "point_out", "hint": "synonyms for point out", "clues": [["remark", "make or write a comment on"], ["call attention", "point out carefully and clearly"], ["remonstrate", "present and urge reasons in opposition"], ["signalise", "point out carefully and clearly"], ["comment", "make or write a comment on"], ["notice", "make or write a comment on"]]}, {"answer": "poke_fun", "hint": "synonyms for poke fun", "clues": [["guy", "subject to laughter or ridicule"], ["laugh at", "subject to laughter or ridicule"], ["jest at", "subject to laughter or ridicule"], ["blackguard", "subject to laughter or ridicule"], ["roast", "subject to laughter or ridicule"], ["ridicule", "subject to laughter or ridicule"], ["make fun", "subject to laughter or ridicule"], ["rib", "subject to laughter or ridicule"]]}, {"answer": "polish_off", "hint": "synonyms for polish off", "clues": [["eat up", "finish eating all the food on one's plate or on the table"], ["finish", "finish eating all the food on one's plate or on the table"], ["finish up", "finish a task completely"], ["get through", "finish a task completely"], ["off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["murder", "kill intentionally and with premeditation"], ["wrap up", "finish a task completely"], ["finish off", "finish a task completely"], ["remove", "kill intentionally and with premeditation"], ["clear up", "finish a task completely"], ["bump off", "kill intentionally and with premeditation"], ["mop up", "finish a task completely"], ["slay", "kill intentionally and with premeditation"]]}, {"answer": "polish_up", "hint": "synonyms for polish up", "clues": [["round", "bring to a highly developed, finished, or refined state"], ["round off", "bring to a highly developed, finished, or refined state"], ["brush up", "bring to a highly developed, finished, or refined state"], ["polish", "bring to a highly developed, finished, or refined state"]]}, {"answer": "ponder", "hint": "synonyms for ponder", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "pooh-pooh", "hint": "synonyms for pooh-pooh", "clues": [["scorn", "reject with contempt"], ["reject", "reject with contempt"], ["turn down", "reject with contempt"], ["spurn", "reject with contempt"], ["freeze off", "reject with contempt"], ["disdain", "reject with contempt"]]}, {"answer": "poop_out", "hint": "synonyms for poop out", "clues": [["run out", "use up all one's strength and energy and stop working"], ["conk out", "use up all one's strength and energy and stop working"], ["peter out", "use up all one's strength and energy and stop working"], ["run down", "use up all one's strength and energy and stop working"]]}, {"answer": "pop_off", "hint": "synonyms for pop off", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "pop_out", "hint": "synonyms for pop out", "clues": [["come out", "bulge outward"], ["bulge out", "bulge outward"], ["bulge", "bulge outward"], ["pop", "bulge outward"], ["protrude", "bulge outward"], ["start", "bulge outward"], ["burst out", "appear suddenly"]]}, {"answer": "portend", "hint": "synonyms for portend", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["foreshadow", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "portion_out", "hint": "synonyms for portion out", "clues": [["divvy up", "give out as one's portion or share"], ["apportion", "give out as one's portion or share"], ["share", "give out as one's portion or share"], ["deal", "give out as one's portion or share"]]}, {"answer": "portray", "hint": "synonyms for portray", "clues": [["depict", "make a portrait of"], ["impersonate", "assume or act the character of"], ["limn", "make a portrait of"], ["present", "represent abstractly, for example in a painting, drawing, or sculpture"]]}, {"answer": "postpone", "hint": "synonyms for postpone", "clues": [["table", "hold back to a later time"], ["put over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["prorogue", "hold back to a later time"], ["remit", "hold back to a later time"], ["set back", "hold back to a later time"], ["hold over", "hold back to a later time"], ["defer", "hold back to a later time"], ["put off", "hold back to a later time"]]}, {"answer": "pour", "hint": "synonyms for pour", "clues": [["decant", "pour out"], ["stream", "move in large numbers"], ["pour out", "pour out"], ["teem", "move in large numbers"], ["pelt", "rain heavily"], ["swarm", "move in large numbers"], ["rain cats and dogs", "rain heavily"], ["rain buckets", "rain heavily"], ["pullulate", "move in large numbers"]]}, {"answer": "pour_down", "hint": "synonyms for pour down", "clues": [["belt down", "drink down entirely"], ["kill", "drink down entirely"], ["drink down", "drink down entirely"], ["toss off", "drink down entirely"], ["pop", "drink down entirely"], ["down", "drink down entirely"]]}, {"answer": "pour_out", "hint": "synonyms for pour out", "clues": [["pour", "pour out"], ["spill out", "be disgorged"], ["decant", "pour out"], ["spill over", "be disgorged"], ["effuse", "pour out"]]}, {"answer": "practise", "hint": "synonyms for practise", "clues": [["rehearse", "engage in a rehearsal (of)"], ["practice", "carry out or practice; as of jobs and professions"], ["exercise", "carry out or practice; as of jobs and professions"], ["drill", "learn by repetition"], ["do", "carry out or practice; as of jobs and professions"]]}, {"answer": "precede", "hint": "synonyms for precede", "clues": [["antecede", "be earlier in time; go back further"], ["premise", "furnish with a preface or introduction"], ["antedate", "be earlier in time; go back further"], ["forego", "be earlier in time; go back further"], ["preface", "furnish with a preface or introduction"], ["predate", "come before"], ["come before", "be the predecessor of"], ["introduce", "furnish with a preface or introduction"], ["lead", "move ahead (of others) in time or space"]]}, {"answer": "preclude", "hint": "synonyms for preclude", "clues": [["forestall", "keep from happening or arising; make impossible"], ["prevent", "keep from happening or arising; make impossible"], ["rule out", "make impossible, especially beforehand"], ["close out", "make impossible, especially beforehand"], ["foreclose", "keep from happening or arising; make impossible"], ["forbid", "keep from happening or arising; make impossible"]]}, {"answer": "predate", "hint": "synonyms for predate", "clues": [["antedate", "establish something as being earlier relative to something else"], ["foredate", "establish something as being earlier relative to something else"], ["prey", "prey on or hunt for"], ["antecede", "be earlier in time; go back further"], ["forego", "be earlier in time; go back further"], ["raven", "prey on or hunt for"], ["precede", "be earlier in time; go back further"]]}, {"answer": "predict", "hint": "synonyms for predict", "clues": [["foretell", "indicate by signs"], ["prognosticate", "make a prediction about; tell in advance"], ["auspicate", "indicate by signs"], ["forebode", "make a prediction about; tell in advance"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["omen", "indicate by signs"], ["promise", "make a prediction about; tell in advance"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["call", "make a prediction about; tell in advance"], ["foreshadow", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"], ["anticipate", "make a prediction about; tell in advance"]]}, {"answer": "preen", "hint": "synonyms for preen", "clues": [["plume", "dress or groom with elaborate care"], ["dress", "dress or groom with elaborate care"], ["congratulate", "pride or congratulate (oneself) for an achievement"], ["primp", "dress or groom with elaborate care"]]}, {"answer": "prefigure", "hint": "synonyms for prefigure", "clues": [["omen", "indicate by signs"], ["foretell", "indicate by signs"], ["prognosticate", "indicate by signs"], ["predict", "indicate by signs"], ["auspicate", "indicate by signs"], ["forecast", "indicate by signs"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["betoken", "indicate by signs"], ["foreshadow", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"]]}, {"answer": "prepare", "hint": "synonyms for prepare", "clues": [["organize", "arrange by systematic planning and united effort"], ["machinate", "arrange by systematic planning and united effort"], ["ready", "prepare for eating by applying heat"], ["train", "undergo training or instruction in preparation for a particular role, function, or profession"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["groom", "educate for a future role or function"], ["educate", "create by training and teaching"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["devise", "arrange by systematic planning and united effort"], ["cook", "prepare for eating by applying heat"], ["make", "prepare for eating by applying heat"], ["develop", "create by training and teaching"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["get up", "arrange by systematic planning and united effort"]]}, {"answer": "press_out", "hint": "synonyms for press out", "clues": [["stub out", "extinguish by crushing"], ["press", "press from a plastic"], ["express", "obtain from a substance, as by mechanical action"], ["extract", "obtain from a substance, as by mechanical action"], ["extinguish", "extinguish by crushing"], ["crush out", "extinguish by crushing"]]}, {"answer": "presume", "hint": "synonyms for presume", "clues": [["dare", "take upon oneself; act presumptuously, without permission"], ["assume", "take to be the case or to be true; accept without verification or proof"], ["take for granted", "take to be the case or to be true; accept without verification or proof"], ["make bold", "take upon oneself; act presumptuously, without permission"]]}, {"answer": "pretermit", "hint": "synonyms for pretermit", "clues": [["miss", "leave undone or leave out"], ["overlook", "leave undone or leave out"], ["omit", "leave undone or leave out"], ["drop", "leave undone or leave out"], ["overleap", "leave undone or leave out"], ["leave out", "leave undone or leave out"], ["neglect", "leave undone or leave out"]]}, {"answer": "prevail", "hint": "synonyms for prevail", "clues": [["die hard", "continue to exist"], ["hold", "be valid, applicable, or true"], ["persist", "continue to exist"], ["dominate", "be larger in number, quantity, power, status or importance"], ["predominate", "be larger in number, quantity, power, status or importance"], ["rule", "be larger in number, quantity, power, status or importance"], ["run", "continue to exist"], ["obtain", "be valid, applicable, or true"], ["endure", "continue to exist"], ["triumph", "prove superior"], ["reign", "be larger in number, quantity, power, status or importance"]]}, {"answer": "prevaricate", "hint": "synonyms for prevaricate", "clues": [["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information"]]}, {"answer": "prevent", "hint": "synonyms for prevent", "clues": [["preclude", "keep from happening or arising; make impossible"], ["forestall", "keep from happening or arising; make impossible"], ["foreclose", "keep from happening or arising; make impossible"], ["keep", "stop (someone or something) from doing something or being in a certain state"], ["forbid", "keep from happening or arising; make impossible"]]}, {"answer": "previse", "hint": "synonyms for previse", "clues": [["foresee", "realize beforehand"], ["forewarn", "warn in advance or beforehand; give an early warning"], ["foreknow", "realize beforehand"], ["anticipate", "realize beforehand"]]}, {"answer": "prink", "hint": "synonyms for prink", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "prise", "hint": "synonyms for prise", "clues": [["prize", "regard highly; think much of"], ["jimmy", "to move or force, especially in an effort to get something open; :"], ["lever", "to move or force, especially in an effort to get something open; :"], ["pry", "to move or force, especially in an effort to get something open; :"], ["respect", "regard highly; think much of"], ["value", "regard highly; think much of"], ["esteem", "regard highly; think much of"]]}, {"answer": "proceed", "hint": "synonyms for proceed", "clues": [["continue", "continue talking; he continued,"], ["go forward", "move ahead; travel onward in time or space"], ["move", "follow a procedure or take a course"], ["carry on", "continue talking; he continued,"], ["go on", "continue talking; he continued,"], ["keep", "continue a certain state, condition, or activity"], ["go along", "continue a certain state, condition, or activity"], ["go", "follow a procedure or take a course"]]}, {"answer": "proclaim", "hint": "synonyms for proclaim", "clues": [["laud", "praise, glorify, or honor"], ["extol", "praise, glorify, or honor"], ["predicate", "affirm or declare as an attribute or quality of"], ["glorify", "praise, glorify, or honor"], ["promulgate", "state or announce"], ["exalt", "praise, glorify, or honor"], ["exclaim", "state or announce"]]}, {"answer": "procrastinate", "hint": "synonyms for procrastinate", "clues": [["stall", "postpone doing what one should be doing"], ["drag one's heels", "postpone doing what one should be doing"], ["drag one's feet", "postpone doing what one should be doing"], ["shillyshally", "postpone doing what one should be doing"], ["dillydally", "postpone doing what one should be doing"]]}, {"answer": "prognosticate", "hint": "synonyms for prognosticate", "clues": [["foretell", "indicate by signs"], ["auspicate", "indicate by signs"], ["predict", "make a prediction about; tell in advance"], ["forebode", "make a prediction about; tell in advance"], ["portend", "indicate by signs"], ["bode", "indicate by signs"], ["omen", "indicate by signs"], ["promise", "make a prediction about; tell in advance"], ["prefigure", "indicate by signs"], ["forecast", "indicate by signs"], ["call", "make a prediction about; tell in advance"], ["foreshadow", "indicate by signs"], ["betoken", "indicate by signs"], ["presage", "indicate by signs"], ["augur", "indicate by signs"], ["anticipate", "make a prediction about; tell in advance"]]}, {"answer": "prohibit", "hint": "synonyms for prohibit", "clues": [["interdict", "command against"], ["nix", "command against"], ["forbid", "command against"], ["veto", "command against"], ["disallow", "command against"], ["proscribe", "command against"]]}, {"answer": "prolong", "hint": "synonyms for prolong", "clues": [["draw out", "lengthen in time; cause to be or last longer"], ["keep up", "lengthen or extend in duration or space"], ["extend", "lengthen in time; cause to be or last longer"], ["protract", "lengthen in time; cause to be or last longer"], ["sustain", "lengthen or extend in duration or space"]]}, {"answer": "promote", "hint": "synonyms for promote", "clues": [["kick upstairs", "give a promotion to or assign to a higher position"], ["advertize", "make publicity for; try to sell (a product)"], ["advance", "contribute to the progress or growth of"], ["elevate", "give a promotion to or assign to a higher position"], ["upgrade", "give a promotion to or assign to a higher position"], ["push", "make publicity for; try to sell (a product)"], ["boost", "contribute to the progress or growth of"], ["raise", "give a promotion to or assign to a higher position"], ["encourage", "contribute to the progress or growth of"], ["further", "contribute to the progress or growth of"]]}, {"answer": "pronounce", "hint": "synonyms for pronounce", "clues": [["articulate", "speak, pronounce, or utter in a certain way"], ["sound out", "speak, pronounce, or utter in a certain way"], ["say", "speak, pronounce, or utter in a certain way"], ["enunciate", "speak, pronounce, or utter in a certain way"], ["enounce", "speak, pronounce, or utter in a certain way"], ["judge", "pronounce judgment on"], ["label", "pronounce judgment on"]]}, {"answer": "propagate", "hint": "synonyms for propagate", "clues": [["diffuse", "cause to become widely known"], ["disseminate", "cause to become widely known"], ["pass around", "cause to become widely known"], ["circularise", "cause to become widely known"], ["spread", "cause to become widely known"], ["distribute", "cause to become widely known"], ["circulate", "cause to become widely known"], ["disperse", "cause to become widely known"], ["broadcast", "cause to become widely known"]]}, {"answer": "propel", "hint": "synonyms for propel", "clues": [["impel", "cause to move forward with force"], ["incite", "give an incentive for action"], ["prompt", "give an incentive for action"], ["motivate", "give an incentive for action"], ["actuate", "give an incentive for action"], ["move", "give an incentive for action"]]}, {"answer": "propose", "hint": "synonyms for propose", "clues": [["declare oneself", "ask (someone) to marry you"], ["purport", "propose or intend"], ["offer", "ask (someone) to marry you"], ["pop the question", "ask (someone) to marry you"], ["advise", "make a proposal, declare a plan for something"], ["project", "present for consideration, examination, criticism, etc."], ["purpose", "propose or intend"], ["aim", "propose or intend"], ["nominate", "put forward; nominate for appointment to an office or for an honor or position"], ["suggest", "make a proposal, declare a plan for something"]]}, {"answer": "prorogue", "hint": "synonyms for prorogue", "clues": [["table", "hold back to a later time"], ["put over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["postpone", "hold back to a later time"], ["remit", "hold back to a later time"], ["set back", "hold back to a later time"], ["hold over", "hold back to a later time"], ["defer", "hold back to a later time"], ["put off", "hold back to a later time"]]}, {"answer": "proscribe", "hint": "synonyms for proscribe", "clues": [["interdict", "command against"], ["nix", "command against"], ["forbid", "command against"], ["veto", "command against"], ["disallow", "command against"], ["prohibit", "command against"]]}, {"answer": "protrude", "hint": "synonyms for protrude", "clues": [["come out", "bulge outward"], ["bulge out", "bulge outward"], ["bulge", "bulge outward"], ["pop out", "bulge outward"], ["pouch", "swell or protrude outwards"], ["pop", "bulge outward"], ["project", "extend out or project in space"], ["jut", "extend out or project in space"], ["start", "bulge outward"], ["stick out", "extend out or project in space"], ["jut out", "extend out or project in space"]]}, {"answer": "prove", "hint": "synonyms for prove", "clues": [["turn up", "be shown or be found to be"], ["test", "put to the test, as for its quality, or give experimental use to"], ["turn out", "be shown or be found to be"], ["establish", "establish the validity of something, as by an example, explanation or experiment"], ["bear witness", "provide evidence for"], ["testify", "provide evidence for"], ["leaven", "cause to puff up with a leaven"], ["show", "provide evidence for"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"], ["evidence", "provide evidence for"], ["examine", "put to the test, as for its quality, or give experimental use to"], ["rise", "increase in volume"], ["try out", "put to the test, as for its quality, or give experimental use to"], ["shew", "establish the validity of something, as by an example, explanation or experiment"], ["try", "put to the test, as for its quality, or give experimental use to"]]}, {"answer": "provide", "hint": "synonyms for provide", "clues": [["furnish", "give something useful or necessary to"], ["render", "give something useful or necessary to"], ["supply", "give what is desired or needed, especially support, food or sustenance"], ["put up", "mount or put up"], ["offer", "mount or put up"], ["cater", "give what is desired or needed, especially support, food or sustenance"], ["leave", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"], ["ply", "give what is desired or needed, especially support, food or sustenance"], ["bring home the bacon", "supply means of subsistence; earn a living"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain"]]}, {"answer": "provoke", "hint": "synonyms for provoke", "clues": [["raise", "call forth (emotions, feelings, and responses)"], ["evoke", "call forth (emotions, feelings, and responses)"], ["fire", "call forth (emotions, feelings, and responses)"], ["chevvy", "annoy continually or chronically"], ["molest", "annoy continually or chronically"], ["chivy", "annoy continually or chronically"], ["call forth", "evoke or provoke to appear or occur"], ["elicit", "call forth (emotions, feelings, and responses)"], ["beset", "annoy continually or chronically"], ["harry", "annoy continually or chronically"], ["plague", "annoy continually or chronically"], ["harass", "annoy continually or chronically"], ["kindle", "call forth (emotions, feelings, and responses)"], ["stimulate", "provide the needed stimulus for"], ["hassle", "annoy continually or chronically"], ["arouse", "call forth (emotions, feelings, and responses)"], ["kick up", "evoke or provoke to appear or occur"]]}, {"answer": "ptyalise", "hint": "synonyms for ptyalise", "clues": [["spue", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spit", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["ptyalize", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth"]]}, {"answer": "ptyalize", "hint": "synonyms for ptyalize", "clues": [["spit", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth"]]}, {"answer": "publicise", "hint": "synonyms for publicise", "clues": [["bare", "make public"], ["advertize", "call attention to"], ["publicize", "make public"], ["air", "make public"]]}, {"answer": "publicize", "hint": "synonyms for publicize", "clues": [["bare", "make public"], ["advertize", "call attention to"], ["publicise", "make public"], ["air", "make public"]]}, {"answer": "publish", "hint": "synonyms for publish", "clues": [["issue", "prepare and issue for public distribution or sale"], ["print", "put into print"], ["write", "have (one's written work) issued for publication"], ["release", "prepare and issue for public distribution or sale"], ["bring out", "prepare and issue for public distribution or sale"], ["put out", "prepare and issue for public distribution or sale"]]}, {"answer": "puff_up", "hint": "synonyms for puff up", "clues": [["blow up", "to swell or cause to enlarge,"], ["swell", "become filled with pride, arrogance, or anger"], ["puff", "praise extravagantly"], ["puff out", "to swell or cause to enlarge,"]]}, {"answer": "pull_a_fast_one_on", "hint": "synonyms for pull a fast one on", "clues": [["fob", "deceive somebody"], ["fox", "deceive somebody"], ["play a joke on", "deceive somebody"], ["play a trick on", "deceive somebody"], ["play tricks", "deceive somebody"], ["trick", "deceive somebody"], ["flim-flam", "deceive somebody"]]}, {"answer": "pull_ahead", "hint": "synonyms for pull ahead", "clues": [["gain ground", "obtain advantages, such as points, etc."], ["make headway", "obtain advantages, such as points, etc."], ["gain", "obtain advantages, such as points, etc."], ["win", "obtain advantages, such as points, etc."], ["get ahead", "obtain advantages, such as points, etc."], ["advance", "obtain advantages, such as points, etc."]]}, {"answer": "pull_away", "hint": "synonyms for pull away", "clues": [["move back", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["withdraw", "pull back or move away or backward"], ["pull back", "pull back or move away or backward"], ["draw back", "pull back or move away or backward"], ["retire", "pull back or move away or backward"]]}, {"answer": "pull_back", "hint": "synonyms for pull back", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["draw back", "use a surgical instrument to hold open (the edges of a wound or an organ)"], ["move back", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["withdraw", "pull back or move away or backward"], ["draw", "stretch back a bowstring (on an archer's bow)"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["back out", "make a retreat from an earlier commitment or activity"], ["retire", "pull back or move away or backward"], ["pull away", "pull back or move away or backward"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"]]}, {"answer": "pull_down", "hint": "synonyms for pull down", "clues": [["push down", "cause to come or go down"], ["take down", "tear down so as to make flat with the ground"], ["raze", "tear down so as to make flat with the ground"], ["cut down", "cause to come or go down"], ["knock down", "cause to come or go down"], ["dismantle", "tear down so as to make flat with the ground"], ["down", "cause to come or go down"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "pull_in", "hint": "synonyms for pull in", "clues": [["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["draw in", "of trains; move into (a station)"], ["move in", "of trains; move into (a station)"], ["draw", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["get in", "of trains; move into (a station)"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["collect", "get or bring together"]]}, {"answer": "pull_in_one's_horns", "hint": "synonyms for pull in one's horns", "clues": [["pull back", "make a retreat from an earlier commitment or activity"], ["withdraw", "make a retreat from an earlier commitment or activity"], ["retreat", "make a retreat from an earlier commitment or activity"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["back out", "make a retreat from an earlier commitment or activity"], ["back away", "make a retreat from an earlier commitment or activity"]]}, {"answer": "pull_off", "hint": "synonyms for pull off", "clues": [["manage", "be successful; achieve a goal"], ["bring off", "be successful; achieve a goal"], ["carry off", "be successful; achieve a goal"], ["tweak", "pull or pull out sharply"], ["pick off", "pull or pull out sharply"], ["pluck", "pull or pull out sharply"], ["draw off", "remove by drawing or pulling"], ["negociate", "be successful; achieve a goal"], ["draw away", "remove by drawing or pulling"]]}, {"answer": "pull_out", "hint": "synonyms for pull out", "clues": [["get out", "bring, take, or pull out of a container or from under a cover"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense"], ["pull", "bring, take, or pull out of a container or from under a cover"], ["back down", "remove oneself from an obligation"], ["chicken out", "remove oneself from an obligation"], ["extract", "remove, usually with some force or effort; also used in an abstract sense"], ["bow out", "remove oneself from an obligation"], ["take out", "bring, take, or pull out of a container or from under a cover"], ["draw", "bring, take, or pull out of a container or from under a cover"], ["back off", "remove oneself from an obligation"]]}, {"answer": "pull_round", "hint": "synonyms for pull round", "clues": [["pull through", "continue in existence after (an adversity, etc.)"], ["survive", "continue in existence after (an adversity, etc.)"], ["come through", "continue in existence after (an adversity, etc.)"], ["make it", "continue in existence after (an adversity, etc.)"]]}, {"answer": "pull_the_wool_over_someone's_eyes", "hint": "synonyms for pull the wool over someone's eyes", "clues": [["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"], ["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end"]]}, {"answer": "pull_through", "hint": "synonyms for pull through", "clues": [["survive", "continue in existence after (an adversity, etc.)"], ["bring through", "bring into safety"], ["carry through", "bring into safety"], ["make it", "continue in existence after (an adversity, etc.)"], ["save", "bring into safety"], ["pull round", "continue in existence after (an adversity, etc.)"], ["come through", "continue in existence after (an adversity, etc.)"]]}, {"answer": "pull_up", "hint": "synonyms for pull up", "clues": [["draw out", "remove, usually with some force or effort; also used in an abstract sense"], ["draw up", "cause (a vehicle) to stop"], ["pull", "remove, usually with some force or effort; also used in an abstract sense"], ["haul up", "come to a halt after driving somewhere"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense"], ["extract", "remove, usually with some force or effort; also used in an abstract sense"], ["take out", "remove, usually with some force or effort; also used in an abstract sense"], ["straighten up", "straighten oneself"]]}, {"answer": "pullulate", "hint": "synonyms for pullulate", "clues": [["shoot", "produce buds, branches, or germinate"], ["spud", "produce buds, branches, or germinate"], ["bourgeon", "produce buds, branches, or germinate"], ["stream", "move in large numbers"], ["germinate", "produce buds, branches, or germinate"], ["pour", "move in large numbers"], ["teem", "move in large numbers"], ["swarm", "move in large numbers"], ["burgeon forth", "produce buds, branches, or germinate"], ["sprout", "produce buds, branches, or germinate"]]}, {"answer": "pulsate", "hint": "synonyms for pulsate", "clues": [["pulse", "expand and contract rhythmically; beat rhythmically"], ["throb", "expand and contract rhythmically; beat rhythmically"], ["quiver", "move with or as if with a regular alternating motion"], ["beat", "move with or as if with a regular alternating motion"]]}, {"answer": "pulverise", "hint": "synonyms for pulverise", "clues": [["demolish", "destroy completely"], ["powder", "make into a powder by breaking up or cause to become dust"], ["powderize", "make into a powder by breaking up or cause to become dust"], ["pulverize", "become powder or dust"]]}, {"answer": "pulverize", "hint": "synonyms for pulverize", "clues": [["pulverise", "destroy completely"], ["demolish", "destroy completely"], ["powder", "make into a powder by breaking up or cause to become dust"], ["powderize", "make into a powder by breaking up or cause to become dust"]]}, {"answer": "punctuate", "hint": "synonyms for punctuate", "clues": [["emphasise", "to stress, single out as important"], ["accentuate", "to stress, single out as important"], ["mark", "insert punctuation marks into"], ["accent", "to stress, single out as important"], ["stress", "to stress, single out as important"]]}, {"answer": "purify", "hint": "synonyms for purify", "clues": [["sublimate", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation"], ["purge", "make pure or free from sin or guilt"], ["sanctify", "make pure or free from sin or guilt"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation"]]}, {"answer": "purloin", "hint": "synonyms for purloin", "clues": [["pilfer", "make off with belongings of others"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["abstract", "make off with belongings of others"], ["cabbage", "make off with belongings of others"], ["snarf", "make off with belongings of others"]]}, {"answer": "pursue", "hint": "synonyms for pursue", "clues": [["engage", "carry out or participate in an activity; be involved in"], ["prosecute", "carry out or participate in an activity; be involved in"], ["quest after", "go in search of or hunt for"], ["act on", "carry further or advance"], ["follow", "follow in or as if in pursuit"], ["go after", "go in search of or hunt for"], ["follow up on", "carry further or advance"], ["quest for", "go in search of or hunt for"]]}, {"answer": "push_around", "hint": "synonyms for push around", "clues": [["bully", "be bossy towards"], ["bullyrag", "be bossy towards"], ["strong-arm", "be bossy towards"], ["hector", "be bossy towards"], ["boss around", "be bossy towards"], ["browbeat", "be bossy towards"]]}, {"answer": "push_aside", "hint": "synonyms for push aside", "clues": [["ignore", "bar from attention or consideration"], ["brush aside", "bar from attention or consideration"], ["discount", "bar from attention or consideration"], ["disregard", "bar from attention or consideration"], ["dismiss", "bar from attention or consideration"], ["push away", "push out of the way"], ["brush off", "bar from attention or consideration"]]}, {"answer": "push_down", "hint": "synonyms for push down", "clues": [["cut down", "cause to come or go down"], ["down", "cause to come or go down"], ["knock down", "cause to come or go down"], ["pull down", "cause to come or go down"]]}, {"answer": "put_across", "hint": "synonyms for put across", "clues": [["pass along", "transmit information"], ["communicate", "transmit information"], ["pass on", "transmit information"], ["pass", "transmit information"]]}, {"answer": "put_away", "hint": "synonyms for put away", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["shut away", "place in a place where something cannot be removed or someone cannot escape"], ["toss", "throw or cast away"], ["immure", "lock up or confine, in or as in a jail"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["lag", "lock up or confine, in or as in a jail"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["lock in", "place in a place where something cannot be removed or someone cannot escape"], ["throw away", "throw or cast away"], ["put aside", "stop using"], ["shut up", "place in a place where something cannot be removed or someone cannot escape"], ["fling", "throw or cast away"], ["discard", "throw or cast away"], ["gaol", "lock up or confine, in or as in a jail"], ["put to sleep", "kill gently, as with an injection"], ["tuck in", "eat up; usually refers to a considerable quantity of food"], ["tuck away", "eat up; usually refers to a considerable quantity of food"], ["remand", "lock up or confine, in or as in a jail"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["lock away", "place in a place where something cannot be removed or someone cannot escape"], ["lock", "place in a place where something cannot be removed or someone cannot escape"], ["lock up", "place in a place where something cannot be removed or someone cannot escape"], ["cast away", "throw or cast away"], ["put behind bars", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "put_behind_bars", "hint": "synonyms for put behind bars", "clues": [["imprison", "lock up or confine, in or as in a jail"], ["immure", "lock up or confine, in or as in a jail"], ["gaol", "lock up or confine, in or as in a jail"], ["remand", "lock up or confine, in or as in a jail"], ["put away", "lock up or confine, in or as in a jail"], ["lag", "lock up or confine, in or as in a jail"], ["incarcerate", "lock up or confine, in or as in a jail"], ["jail", "lock up or confine, in or as in a jail"], ["jug", "lock up or confine, in or as in a jail"]]}, {"answer": "put_down", "hint": "synonyms for put down", "clues": [["enter", "make a record of; set down in permanent form"], ["disgrace", "reduce in worth or character, usually verbally"], ["discharge", "leave or unload"], ["drop", "leave or unload"], ["set down", "put down in writing; of texts, musical compositions, etc."], ["repose", "put in a horizontal position"], ["record", "make a record of; set down in permanent form"], ["bring down", "cause to come to the ground"], ["unload", "leave or unload"], ["take down", "reduce in worth or character, usually verbally"], ["demean", "reduce in worth or character, usually verbally"], ["degrade", "reduce in worth or character, usually verbally"], ["destroy", "put (an animal) to death"], ["drop off", "leave or unload"], ["land", "cause to come to the ground"], ["place down", "cause to sit or seat or be in a settled position or place"], ["write down", "put down in writing; of texts, musical compositions, etc."], ["lay", "put in a horizontal position"]]}, {"answer": "put_forward", "hint": "synonyms for put forward", "clues": [["assert", "insist on having one's opinions and rights recognized"], ["posit", "put before"], ["submit", "put before"], ["arouse", "summon into action or bring into existence, often as if by magic"], ["invoke", "summon into action or bring into existence, often as if by magic"], ["state", "put before"], ["bring up", "summon into action or bring into existence, often as if by magic"], ["conjure up", "summon into action or bring into existence, often as if by magic"], ["stir", "summon into action or bring into existence, often as if by magic"], ["raise", "summon into action or bring into existence, often as if by magic"], ["put up", "propose as a candidate for some honor"], ["nominate", "propose as a candidate for some honor"], ["evoke", "summon into action or bring into existence, often as if by magic"], ["call forth", "summon into action or bring into existence, often as if by magic"], ["conjure", "summon into action or bring into existence, often as if by magic"], ["call down", "summon into action or bring into existence, often as if by magic"]]}, {"answer": "put_in", "hint": "synonyms for put in", "clues": [["introduce", "introduce"], ["insert", "introduce"], ["store", "keep or lay aside for future use"], ["interpose", "to insert between other elements"], ["hive away", "keep or lay aside for future use"], ["set up", "set up for use"], ["enclose", "introduce"], ["barge in", "break into a conversation"], ["lay in", "keep or lay aside for future use"], ["install", "set up for use"], ["throw in", "to insert between other elements"], ["butt in", "break into a conversation"], ["chisel in", "break into a conversation"], ["inject", "to insert between other elements"], ["stick in", "introduce"], ["submit", "make an application as for a job or funding"], ["interject", "to insert between other elements"], ["stack away", "keep or lay aside for future use"], ["salt away", "keep or lay aside for future use"], ["chime in", "break into a conversation"], ["break in", "break into a conversation"], ["come in", "to insert between other elements"], ["stash away", "keep or lay aside for future use"], ["cut in", "break into a conversation"]]}, {"answer": "put_off", "hint": "synonyms for put off", "clues": [["disconcert", "cause to feel embarrassment"], ["put over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["prorogue", "hold back to a later time"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["turn off", "cause to feel intense dislike or distaste"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dishearten", "take away the enthusiasm of"], ["set back", "hold back to a later time"], ["confuse", "cause to feel embarrassment"], ["remit", "hold back to a later time"], ["hold over", "hold back to a later time"], ["defer", "hold back to a later time"], ["flurry", "cause to feel embarrassment"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["table", "hold back to a later time"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["postpone", "hold back to a later time"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)"]]}, {"answer": "put_one_across", "hint": "synonyms for put one across", "clues": [["put one over", "fool or hoax"], ["befool", "fool or hoax"], ["gull", "fool or hoax"], ["dupe", "fool or hoax"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["fool", "fool or hoax"], ["slang", "fool or hoax"], ["cod", "fool or hoax"]]}, {"answer": "put_one_over", "hint": "synonyms for put one over", "clues": [["befool", "fool or hoax"], ["gull", "fool or hoax"], ["dupe", "fool or hoax"], ["put one across", "fool or hoax"], ["take in", "fool or hoax"], ["put on", "fool or hoax"], ["fool", "fool or hoax"], ["slang", "fool or hoax"], ["cod", "fool or hoax"]]}, {"answer": "put_out", "hint": "synonyms for put out", "clues": [["issue", "prepare and issue for public distribution or sale"], ["stretch out", "thrust or extend out"], ["hold out", "thrust or extend out"], ["bother", "to cause inconvenience or discomfort to"], ["bring out", "prepare and issue for public distribution or sale"], ["anaesthetise", "administer an anesthetic drug to"], ["exsert", "thrust or extend out"], ["put under", "administer an anesthetic drug to"], ["douse", "put out, as of a candle or a light"], ["discommode", "to cause inconvenience or discomfort to"], ["stretch forth", "thrust or extend out"], ["incommode", "to cause inconvenience or discomfort to"], ["inconvenience", "to cause inconvenience or discomfort to"], ["release", "prepare and issue for public distribution or sale"], ["trouble", "to cause inconvenience or discomfort to"], ["retire", "cause to be out on a fielding play"], ["publish", "prepare and issue for public distribution or sale"], ["smother", "deprive of the oxygen necessary for combustion"], ["disoblige", "to cause inconvenience or discomfort to"], ["extend", "thrust or extend out"]]}, {"answer": "put_over", "hint": "synonyms for put over", "clues": [["table", "hold back to a later time"], ["defer", "hold back to a later time"], ["hold over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["prorogue", "hold back to a later time"], ["postpone", "hold back to a later time"], ["set back", "hold back to a later time"], ["remit", "hold back to a later time"], ["get across", "communicate successfully"], ["put off", "hold back to a later time"]]}, {"answer": "put_through", "hint": "synonyms for put through", "clues": [["follow out", "pursue to a conclusion or bring to a successful issue"], ["follow through", "pursue to a conclusion or bring to a successful issue"], ["carry out", "pursue to a conclusion or bring to a successful issue"], ["follow up", "pursue to a conclusion or bring to a successful issue"], ["implement", "pursue to a conclusion or bring to a successful issue"], ["go through", "pursue to a conclusion or bring to a successful issue"]]}, {"answer": "put_together", "hint": "synonyms for put together", "clues": [["tack", "create by putting components or members together"], ["piece", "create by putting components or members together"], ["assemble", "create by putting components or members together"], ["tack together", "create by putting components or members together"], ["set up", "create by putting components or members together"]]}, {"answer": "put_up", "hint": "synonyms for put up", "clues": [["suffer", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["set up", "construct, build, or erect"], ["nominate", "propose as a candidate for some honor"], ["tin", "preserve in a can or tin"], ["endure", "put up with something or somebody unpleasant"], ["domiciliate", "provide housing for"], ["support", "put up with something or somebody unpleasant"], ["can", "preserve in a can or tin"], ["stomach", "put up with something or somebody unpleasant"], ["rear", "construct, build, or erect"], ["stand", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["house", "provide housing for"], ["provide", "mount or put up"], ["abide", "put up with something or somebody unpleasant"], ["post", "place so as to be noticed"], ["contribute", "provide"], ["offer", "mount or put up"], ["raise", "construct, build, or erect"], ["put forward", "propose as a candidate for some honor"], ["erect", "construct, build, or erect"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "puzzle_out", "hint": "synonyms for puzzle out", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["solve", "find the solution to (a problem or question) or understand the meaning of"]]}, {"answer": "qualify", "hint": "synonyms for qualify", "clues": [["measure up", "prove capable or fit; meet requirements"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["characterise", "describe or portray the character or the qualities or peculiarities of"], ["dispose", "make fit or prepared"], ["restrict", "make more specific"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["modify", "add a modifier to a constituent"]]}, {"answer": "quash", "hint": "synonyms for quash", "clues": [["invalidate", "declare invalid"], ["keep down", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["void", "declare invalid"], ["subjugate", "put down by force or intimidation"], ["annul", "declare invalid"], ["repress", "put down by force or intimidation"], ["nullify", "declare invalid"], ["reduce", "put down by force or intimidation"]]}, {"answer": "quell", "hint": "synonyms for quell", "clues": [["stay", "overcome or allay"], ["quench", "suppress or crush completely"], ["appease", "overcome or allay"], ["squelch", "suppress or crush completely"]]}, {"answer": "quench", "hint": "synonyms for quench", "clues": [["assuage", "satisfy (thirst)"], ["allay", "satisfy (thirst)"], ["slake", "satisfy (thirst)"], ["extinguish", "put out, as of fires, flames, or lights"], ["quell", "suppress or crush completely"], ["snuff out", "put out, as of fires, flames, or lights"], ["squelch", "suppress or crush completely"], ["blow out", "put out, as of fires, flames, or lights"]]}, {"answer": "quetch", "hint": "synonyms for quetch", "clues": [["sound off", "express complaints, discontent, displeasure, or unhappiness"], ["plain", "express complaints, discontent, displeasure, or unhappiness"], ["kick", "express complaints, discontent, displeasure, or unhappiness"], ["complain", "express complaints, discontent, displeasure, or unhappiness"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "quicken", "hint": "synonyms for quicken", "clues": [["speed up", "move faster"], ["vivify", "give new life or energy to"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["invigorate", "give life or energy to"], ["speed", "move faster"], ["revive", "give new life or energy to"], ["accelerate", "move faster"], ["renovate", "give new life or energy to"], ["whet", "make keen or more acute"], ["recreate", "give new life or energy to"]]}, {"answer": "quiesce", "hint": "synonyms for quiesce", "clues": [["hush", "become quiet or quieter"], ["pipe down", "become quiet or quieter"], ["quiet down", "become quiet or quieter"], ["quieten", "become quiet or quieter"], ["quiet", "become quiet or quieter"]]}, {"answer": "quiet_down", "hint": "synonyms for quiet down", "clues": [["hush", "become quiet or quieter"], ["pipe down", "become quiet or quieter"], ["quiesce", "become quiet or quieter"], ["quieten", "become quiet or quieter"], ["quiet", "become quiet or quieter"]]}, {"answer": "quieten", "hint": "synonyms for quieten", "clues": [["calm down", "make calm or still"], ["quiesce", "become quiet or quieter"], ["quiet down", "become quiet or quieter"], ["calm", "make calm or still"], ["still", "cause to be quiet or not talk"], ["silence", "cause to be quiet or not talk"], ["shut up", "cause to be quiet or not talk"], ["lull", "make calm or still"], ["tranquillise", "make calm or still"], ["hush", "become quiet or quieter"], ["pipe down", "become quiet or quieter"], ["quiet", "make calm or still"], ["hush up", "cause to be quiet or not talk"]]}, {"answer": "quit", "hint": "synonyms for quit", "clues": [["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["discontinue", "put an end to a state or an activity"], ["foreswear", "turn away from; give up"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["stop", "put an end to a state or an activity"], ["relinquish", "turn away from; give up"], ["take leave", "go away or leave"], ["resign", "give up or retire from a position"], ["lay off", "put an end to a state or an activity"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["cease", "put an end to a state or an activity"], ["step down", "give up or retire from a position"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["depart", "go away or leave"], ["leave office", "give up or retire from a position"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"], ["renounce", "turn away from; give up"]]}, {"answer": "rabbit_on", "hint": "synonyms for rabbit on", "clues": [["rant", "talk in a noisy, excited, or declamatory manner"], ["rave", "talk in a noisy, excited, or declamatory manner"], ["spout", "talk in a noisy, excited, or declamatory manner"], ["mouth off", "talk in a noisy, excited, or declamatory manner"], ["jabber", "talk in a noisy, excited, or declamatory manner"]]}, {"answer": "rack_up", "hint": "synonyms for rack up", "clues": [["whip", "defeat thoroughly"], ["pip", "defeat thoroughly"], ["score", "gain points in a game"], ["worst", "defeat thoroughly"], ["mop up", "defeat thoroughly"], ["hit", "gain points in a game"], ["tally", "gain points in a game"]]}, {"answer": "rain_buckets", "hint": "synonyms for rain buckets", "clues": [["pour", "rain heavily"], ["pelt", "rain heavily"], ["stream", "rain heavily"], ["rain cats and dogs", "rain heavily"]]}, {"answer": "rain_cats_and_dogs", "hint": "synonyms for rain cats and dogs", "clues": [["pour", "rain heavily"], ["pelt", "rain heavily"], ["rain buckets", "rain heavily"], ["stream", "rain heavily"]]}, {"answer": "raise_up", "hint": "synonyms for raise up", "clues": [["disturb", "change the arrangement or position of"], ["agitate", "change the arrangement or position of"], ["shake up", "change the arrangement or position of"], ["commove", "change the arrangement or position of"], ["stir up", "change the arrangement or position of"], ["vex", "change the arrangement or position of"]]}, {"answer": "ram_down", "hint": "synonyms for ram down", "clues": [["ram", "strike or drive against with a heavy impact"], ["pound", "strike or drive against with a heavy impact"], ["drill in", "teach by drills and repetition"], ["beat in", "teach by drills and repetition"], ["hammer in", "teach by drills and repetition"]]}, {"answer": "ramify", "hint": "synonyms for ramify", "clues": [["branch", "grow and send out branches or branch-like structures"], ["complexify", "have or develop complicating consequences"], ["fork", "divide into two or more branches so as to form a fork"], ["furcate", "divide into two or more branches so as to form a fork"], ["separate", "divide into two or more branches so as to form a fork"]]}, {"answer": "ransack", "hint": "synonyms for ransack", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["reave", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["comb", "search thoroughly"]]}, {"answer": "rase", "hint": "synonyms for rase", "clues": [["dismantle", "tear down so as to make flat with the ground"], ["take down", "tear down so as to make flat with the ground"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"]]}, {"answer": "rationalise", "hint": "synonyms for rationalise", "clues": [["apologize", "defend, explain, clear away, or make excuses for by reasoning"], ["justify", "defend, explain, clear away, or make excuses for by reasoning"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning"], ["rationalize", "defend, explain, clear away, or make excuses for by reasoning"], ["prune", "weed out unwanted or unnecessary things"], ["cut", "weed out unwanted or unnecessary things"]]}, {"answer": "rationalize", "hint": "synonyms for rationalize", "clues": [["rationalise", "defend, explain, clear away, or make excuses for by reasoning"], ["apologize", "defend, explain, clear away, or make excuses for by reasoning"], ["justify", "defend, explain, clear away, or make excuses for by reasoning"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning"], ["prune", "weed out unwanted or unnecessary things"], ["cut", "weed out unwanted or unnecessary things"]]}, {"answer": "rattle_down", "hint": "synonyms for rattle down", "clues": [["rattle off", "recite volubly or extravagantly"], ["reel off", "recite volubly or extravagantly"], ["roll off", "recite volubly or extravagantly"], ["spiel off", "recite volubly or extravagantly"]]}, {"answer": "rattle_off", "hint": "synonyms for rattle off", "clues": [["roll off", "recite volubly or extravagantly"], ["rattle down", "recite volubly or extravagantly"], ["reel off", "recite volubly or extravagantly"], ["spiel off", "recite volubly or extravagantly"]]}, {"answer": "rattle_on", "hint": "synonyms for rattle on", "clues": [["yack away", "talk incessantly and tiresomely"], ["jaw", "talk incessantly and tiresomely"], ["yap away", "talk incessantly and tiresomely"], ["yack", "talk incessantly and tiresomely"]]}, {"answer": "ravish", "hint": "synonyms for ravish", "clues": [["transport", "hold spellbound"], ["enchant", "hold spellbound"], ["enthral", "hold spellbound"], ["rape", "force (someone) to have sex against their will"], ["enrapture", "hold spellbound"], ["delight", "hold spellbound"], ["dishonour", "force (someone) to have sex against their will"], ["violate", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["outrage", "force (someone) to have sex against their will"]]}, {"answer": "raze", "hint": "synonyms for raze", "clues": [["dismantle", "tear down so as to make flat with the ground"], ["take down", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "realise", "hint": "synonyms for realise", "clues": [["realize", "make real or concrete; give reality or substance to"], ["recognize", "be fully aware or cognizant of"], ["see", "perceive (an idea or situation) mentally"], ["agnize", "be fully aware or cognizant of"], ["actualize", "make real or concrete; give reality or substance to"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["understand", "perceive (an idea or situation) mentally"], ["agnise", "be fully aware or cognizant of"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["substantiate", "make real or concrete; give reality or substance to"]]}, {"answer": "realize", "hint": "synonyms for realize", "clues": [["see", "perceive (an idea or situation) mentally"], ["recognize", "be fully aware or cognizant of"], ["agnize", "be fully aware or cognizant of"], ["actualize", "make real or concrete; give reality or substance to"], ["realise", "be fully aware or cognizant of"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["understand", "perceive (an idea or situation) mentally"], ["agnise", "be fully aware or cognizant of"], ["take in", "earn on some commercial or business transaction; earn as salary or wages"], ["substantiate", "make real or concrete; give reality or substance to"]]}, {"answer": "reanimate", "hint": "synonyms for reanimate", "clues": [["vivify", "give new life or energy to"], ["repair", "give new life or energy to"], ["revive", "give new life or energy to"], ["animate", "give new life or energy to"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "reave", "hint": "synonyms for reave", "clues": [["plunder", "steal goods; take as spoils"], ["loot", "steal goods; take as spoils"], ["despoil", "steal goods; take as spoils"], ["rifle", "steal goods; take as spoils"], ["foray", "steal goods; take as spoils"], ["strip", "steal goods; take as spoils"], ["pillage", "steal goods; take as spoils"], ["ransack", "steal goods; take as spoils"]]}, {"answer": "recant", "hint": "synonyms for recant", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure"]]}, {"answer": "recede", "hint": "synonyms for recede", "clues": [["move back", "pull back or move away or backward"], ["withdraw", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["fall behind", "retreat"], ["drop off", "retreat"], ["retire", "pull back or move away or backward"], ["lose", "retreat"], ["pull away", "pull back or move away or backward"], ["draw back", "pull back or move away or backward"], ["fall back", "retreat"], ["pull back", "pull back or move away or backward"]]}, {"answer": "receive", "hint": "synonyms for receive", "clues": [["experience", "go through (mental or physical states or experiences)"], ["find", "receive a specified treatment (abstract)"], ["pick up", "register (perceptual input)"], ["get", "go through (mental or physical states or experiences)"], ["invite", "express willingness to have in one's home or environs"], ["obtain", "receive a specified treatment (abstract)"], ["have", "go through (mental or physical states or experiences)"], ["meet", "experience as a reaction"], ["incur", "receive a specified treatment (abstract)"], ["encounter", "experience as a reaction"], ["welcome", "bid welcome to; greet upon arrival"], ["take in", "express willingness to have in one's home or environs"]]}, {"answer": "recidivate", "hint": "synonyms for recidivate", "clues": [["retrogress", "go back to bad behavior"], ["fall back", "go back to bad behavior"], ["lapse", "go back to bad behavior"], ["regress", "go back to bad behavior"], ["relapse", "go back to bad behavior"]]}, {"answer": "recite", "hint": "synonyms for recite", "clues": [["retell", "render verbally,"], ["enumerate", "specify individually"], ["narrate", "narrate or give a detailed account of"], ["itemise", "specify individually"], ["recount", "narrate or give a detailed account of"], ["tell", "narrate or give a detailed account of"], ["declaim", "recite in elocution"]]}, {"answer": "reckon", "hint": "synonyms for reckon", "clues": [["imagine", "expect, believe, or suppose"], ["opine", "expect, believe, or suppose"], ["count", "take account of"], ["count on", "judge to be probable"], ["estimate", "judge to be probable"], ["think", "expect, believe, or suppose"], ["work out", "make a mathematical calculation or computation"], ["suppose", "expect, believe, or suppose"], ["calculate", "make a mathematical calculation or computation"], ["bet", "have faith or confidence in"], ["compute", "make a mathematical calculation or computation"], ["regard", "deem to be"], ["view", "deem to be"], ["figure", "make a mathematical calculation or computation"], ["look", "have faith or confidence in"], ["depend", "have faith or confidence in"], ["cypher", "make a mathematical calculation or computation"], ["consider", "deem to be"], ["see", "deem to be"], ["forecast", "judge to be probable"], ["cipher", "make a mathematical calculation or computation"], ["guess", "expect, believe, or suppose"]]}, {"answer": "reclaim", "hint": "synonyms for reclaim", "clues": [["repossess", "claim back"], ["domesticize", "overcome the wildness of; make docile and tractable"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["tame", "overcome the wildness of; make docile and tractable"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["domesticate", "overcome the wildness of; make docile and tractable"], ["recover", "reuse (materials from waste products)"]]}, {"answer": "recognise", "hint": "synonyms for recognise", "clues": [["recognize", "accept (someone) to be what is claimed or accept his power and authority"], ["accredit", "grant credentials to"], ["greet", "express greetings upon meeting someone"], ["make out", "detect with the senses"], ["agnize", "be fully aware or cognizant of"], ["discern", "detect with the senses"], ["realise", "be fully aware or cognizant of"], ["pick out", "detect with the senses"], ["acknowledge", "express obligation, thanks, or gratitude for"], ["spot", "detect with the senses"], ["agnise", "be fully aware or cognizant of"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["know", "accept (someone) to be what is claimed or accept his power and authority"]]}, {"answer": "recognize", "hint": "synonyms for recognize", "clues": [["recognise", "show approval or appreciation of"], ["accredit", "grant credentials to"], ["greet", "express greetings upon meeting someone"], ["make out", "detect with the senses"], ["agnize", "be fully aware or cognizant of"], ["discern", "detect with the senses"], ["realise", "be fully aware or cognizant of"], ["pick out", "detect with the senses"], ["acknowledge", "express obligation, thanks, or gratitude for"], ["spot", "detect with the senses"], ["agnise", "be fully aware or cognizant of"], ["tell apart", "detect with the senses"], ["distinguish", "detect with the senses"], ["know", "accept (someone) to be what is claimed or accept his power and authority"]]}, {"answer": "recollect", "hint": "synonyms for recollect", "clues": [["call up", "recall knowledge from memory; have a recollection"], ["recall", "recall knowledge from memory; have a recollection"], ["call back", "recall knowledge from memory; have a recollection"], ["remember", "recall knowledge from memory; have a recollection"], ["think", "recall knowledge from memory; have a recollection"], ["retrieve", "recall knowledge from memory; have a recollection"]]}, {"answer": "reconcile", "hint": "synonyms for reconcile", "clues": [["conciliate", "come to terms"], ["patch up", "come to terms"], ["harmonise", "bring into consonance or accord"], ["accommodate", "make (one thing) compatible with (another)"], ["submit", "accept as inevitable"], ["make up", "come to terms"], ["settle", "come to terms"], ["resign", "accept as inevitable"]]}, {"answer": "reconstruct", "hint": "synonyms for reconstruct", "clues": [["remodel", "do over, as of (part of) a house"], ["redo", "do over, as of (part of) a house"], ["restore", "return to its original or usable and functioning condition"], ["rebuild", "build again"], ["construct", "reassemble mentally"], ["retrace", "reassemble mentally"]]}, {"answer": "recoup", "hint": "synonyms for recoup", "clues": [["withhold", "retain and refrain from disbursing; of payments"], ["deduct", "retain and refrain from disbursing; of payments"], ["recuperate", "regain or make up for"], ["recover", "regain or make up for"], ["reimburse", "reimburse or compensate (someone), as for a loss"]]}, {"answer": "recover", "hint": "synonyms for recover", "clues": [["recuperate", "regain a former condition after a financial loss"], ["go back", "regain a former condition after a financial loss"], ["find", "get or find back; recover the use of"], ["reclaim", "reuse (materials from waste products)"], ["recoup", "regain or make up for"], ["regain", "get or find back; recover the use of"], ["convalesce", "get over an illness or shock"], ["retrieve", "get or find back; recover the use of"]]}, {"answer": "recreate", "hint": "synonyms for recreate", "clues": [["cheer", "give encouragement to"], ["hearten", "give encouragement to"], ["vivify", "give new life or energy to"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["embolden", "give encouragement to"], ["revive", "give new life or energy to"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["play", "engage in recreational activities rather than work; occupy oneself in a diversion"]]}, {"answer": "recrudesce", "hint": "synonyms for recrudesce", "clues": [["break out", "become raw or open"], ["develop", "happen"], ["break", "happen"], ["erupt", "become raw or open"]]}, {"answer": "rectify", "hint": "synonyms for rectify", "clues": [["repair", "set straight or right"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["amend", "set straight or right"], ["right", "make right or correct"], ["correct", "make right or correct"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one"], ["remediate", "set straight or right"], ["remedy", "set straight or right"], ["refine", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities"]]}, {"answer": "recuperate", "hint": "synonyms for recuperate", "clues": [["go back", "regain a former condition after a financial loss"], ["recover", "regain a former condition after a financial loss"], ["convalesce", "get over an illness or shock"], ["recoup", "regain or make up for"]]}, {"answer": "recur", "hint": "synonyms for recur", "clues": [["repeat", "happen or occur again"], ["resort", "have recourse to"], ["go back", "return in thought or speech to something"], ["fall back", "have recourse to"]]}, {"answer": "redeem", "hint": "synonyms for redeem", "clues": [["ransom", "exchange or buy back for money; under threat"], ["pay off", "pay off (loans or promissory notes)"], ["deliver", "save from sins"], ["save", "save from sins"]]}, {"answer": "redo", "hint": "synonyms for redo", "clues": [["remodel", "do over, as of (part of) a house"], ["remake", "make new"], ["refashion", "make new"], ["reconstruct", "do over, as of (part of) a house"], ["make over", "make new"]]}, {"answer": "reduce", "hint": "synonyms for reduce", "clues": [["deoxidise", "to remove oxygen from a compound, or cause to react with hydrogen or form a hydride, or to undergo an increase in the number of electrons"], ["slim", "take off weight"], ["cut", "lessen the strength or flavor of a solution or mixture"], ["boil down", "be cooked until very little liquid is left"], ["abridge", "reduce in scope while retaining essential elements"], ["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["concentrate", "cook until very little liquid is left"], ["slim down", "take off weight"], ["abbreviate", "reduce in scope while retaining essential elements"], ["trim down", "cut down on; make a reduction in"], ["trim back", "cut down on; make a reduction in"], ["scale down", "make smaller"], ["melt off", "take off weight"], ["shorten", "reduce in scope while retaining essential elements"], ["decoct", "be cooked until very little liquid is left"], ["come down", "be the essential element"], ["subjugate", "put down by force or intimidation"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["slenderize", "take off weight"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["keep down", "put down by force or intimidation"], ["cut down", "cut down on; make a reduction in"], ["lose weight", "take off weight"], ["repress", "put down by force or intimidation"], ["thin out", "lessen the strength or flavor of a solution or mixture"], ["shrink", "reduce in size; reduce physically"], ["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["tighten", "narrow or limit"], ["dilute", "lessen the strength or flavor of a solution or mixture"], ["cut back", "cut down on; make a reduction in"]]}, {"answer": "reduplicate", "hint": "synonyms for reduplicate", "clues": [["double", "make or do or perform again"], ["duplicate", "make or do or perform again"], ["geminate", "form by reduplication"], ["repeat", "make or do or perform again"], ["replicate", "make or do or perform again"]]}, {"answer": "reel_off", "hint": "synonyms for reel off", "clues": [["rattle off", "recite volubly or extravagantly"], ["rattle down", "recite volubly or extravagantly"], ["roll off", "recite volubly or extravagantly"], ["spiel off", "recite volubly or extravagantly"], ["unreel", "unwind from or as if from a reel"]]}, {"answer": "refer", "hint": "synonyms for refer", "clues": [["denote", "have as a meaning"], ["name", "make reference to"], ["have-to doe with", "be relevant to"], ["mention", "make reference to"], ["relate", "be relevant to"], ["consult", "seek information from"], ["advert", "make reference to"], ["come to", "be relevant to"], ["pertain", "be relevant to"], ["touch", "be relevant to"], ["bear on", "be relevant to"], ["cite", "make reference to"], ["bring up", "make reference to"], ["concern", "be relevant to"], ["look up", "seek information from"], ["touch on", "be relevant to"]]}, {"answer": "refine", "hint": "synonyms for refine", "clues": [["elaborate", "make more complex, intricate, or richer"], ["polish", "improve or perfect by pruning or polishing"], ["down", "improve or perfect by pruning or polishing"], ["rarify", "make more complex, intricate, or richer"], ["fine-tune", "improve or perfect by pruning or polishing"], ["rectify", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities"], ["complicate", "make more complex, intricate, or richer"]]}, {"answer": "reflect", "hint": "synonyms for reflect", "clues": [["think over", "reflect deeply on a subject"], ["reverberate", "to throw or bend back (from a surface)"], ["shine", "be bright by reflecting or casting light"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "refresh", "hint": "synonyms for refresh", "clues": [["freshen up", "become or make oneself fresh again"], ["brush up", "refresh one's memory"], ["freshen", "make (to feel) fresh"], ["review", "refresh one's memory"]]}, {"answer": "regard_as", "hint": "synonyms for regard as", "clues": [["look on", "look on as or consider"], ["take to be", "look on as or consider"], ["repute", "look on as or consider"], ["esteem", "look on as or consider"], ["think of", "look on as or consider"]]}, {"answer": "regorge", "hint": "synonyms for regorge", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "regularise", "hint": "synonyms for regularise", "clues": [["regularize", "make regular or more regular"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "regularize", "hint": "synonyms for regularize", "clues": [["regularise", "make regular or more regular"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "regulate", "hint": "synonyms for regulate", "clues": [["modulate", "fix or adjust the time, amount, degree, or rate of"], ["order", "bring into conformity with rules or principles or usage; impose regulations"], ["shape", "shape or influence; give direction to"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations"], ["influence", "shape or influence; give direction to"], ["mold", "shape or influence; give direction to"], ["baffle", "check the emission of (sound)"], ["determine", "shape or influence; give direction to"], ["govern", "bring into conformity with rules or principles or usage; impose regulations"]]}, {"answer": "regurgitate", "hint": "synonyms for regurgitate", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["reproduce", "repeat after memorization"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "reiterate", "hint": "synonyms for reiterate", "clues": [["retell", "to say, state, or perform again"], ["restate", "to say, state, or perform again"], ["iterate", "to say, state, or perform again"], ["ingeminate", "to say, state, or perform again"], ["repeat", "to say, state, or perform again"]]}, {"answer": "rejoice", "hint": "synonyms for rejoice", "clues": [["exult", "to express great joy"], ["triumph", "to express great joy"], ["joy", "feel happiness or joy"], ["jubilate", "to express great joy"], ["wallow", "be ecstatic with joy"], ["exuberate", "to express great joy"]]}, {"answer": "rejoin", "hint": "synonyms for rejoin", "clues": [["repay", "answer back"], ["return", "answer back"], ["retort", "answer back"], ["come back", "answer back"], ["riposte", "answer back"]]}, {"answer": "relate", "hint": "synonyms for relate", "clues": [["interrelate", "be in a relationship with"], ["tie in", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["have-to doe with", "be relevant to"], ["link up", "make a logical or causal connection"], ["colligate", "make a logical or causal connection"], ["associate", "make a logical or causal connection"], ["come to", "be relevant to"], ["pertain", "be relevant to"], ["link", "make a logical or causal connection"], ["refer", "be relevant to"], ["bear on", "be relevant to"], ["touch", "be relevant to"], ["concern", "be relevant to"], ["touch on", "be relevant to"]]}, {"answer": "relax", "hint": "synonyms for relax", "clues": [["make relaxed", "cause to feel relaxed"], ["loosen", "make less severe or strict"], ["slack", "make less active or fast"], ["slacken", "make less active or fast"], ["loosen up", "become less tense, rest, or take one's ease"], ["unlax", "cause to feel relaxed"], ["unbend", "make less taut"], ["unwind", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["unstrain", "cause to feel relaxed"], ["slack up", "make less active or fast"], ["decompress", "become less tense, rest, or take one's ease"]]}, {"answer": "relegate", "hint": "synonyms for relegate", "clues": [["kick downstairs", "assign to a lower position; reduce in rank"], ["submit", "refer to another person for decision or judgment"], ["demote", "assign to a lower position; reduce in rank"], ["banish", "expel, as if by official decree"], ["break", "assign to a lower position; reduce in rank"], ["bump", "assign to a lower position; reduce in rank"], ["bar", "expel, as if by official decree"], ["pass on", "refer to another person for decision or judgment"], ["classify", "assign to a class or kind"]]}, {"answer": "relieve", "hint": "synonyms for relieve", "clues": [["unbosom", "relieve oneself of troubling information"], ["free", "grant relief or an exemption from a rule or requirement to"], ["exempt", "grant relief or an exemption from a rule or requirement to"], ["save", "save from ruin, destruction, or harm"], ["remedy", "provide relief for"], ["salvage", "save from ruin, destruction, or harm"], ["lighten", "alleviate or remove (pressure or stress) or make less oppressive"], ["allay", "lessen the intensity of or calm"], ["take over", "free someone temporarily from his or her obligations"], ["alleviate", "provide physical relief, as from pain"], ["ease", "lessen the intensity of or calm"], ["assuage", "provide physical relief, as from pain"], ["palliate", "provide physical relief, as from pain"], ["still", "lessen the intensity of or calm"], ["excuse", "grant exemption or release to"], ["let off", "grant exemption or release to"]]}, {"answer": "relieve_oneself", "hint": "synonyms for relieve oneself", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "relinquish", "hint": "synonyms for relinquish", "clues": [["forego", "do without or cease to hold or adhere to"], ["give up", "part with a possession or right"], ["waive", "do without or cease to hold or adhere to"], ["release", "release, as from one's grip"], ["let go of", "release, as from one's grip"], ["let go", "release, as from one's grip"], ["foreswear", "turn away from; give up"], ["dispense with", "do without or cease to hold or adhere to"], ["quit", "turn away from; give up"], ["free", "part with a possession or right"], ["resign", "part with a possession or right"], ["renounce", "turn away from; give up"]]}, {"answer": "remain", "hint": "synonyms for remain", "clues": [["stay on", "continue in a place, position, or situation"], ["persist", "stay behind"], ["stay", "stay behind"], ["continue", "continue in a place, position, or situation"], ["rest", "stay the same; remain in a certain state"]]}, {"answer": "remediate", "hint": "synonyms for remediate", "clues": [["rectify", "set straight or right"], ["remedy", "set straight or right"], ["amend", "set straight or right"], ["repair", "set straight or right"]]}, {"answer": "remember", "hint": "synonyms for remember", "clues": [["call back", "recall knowledge from memory; have a recollection"], ["recollect", "recall knowledge from memory; have a recollection"], ["think", "recall knowledge from memory; have a recollection"], ["think back", "recapture the past; indulge in memories"], ["retrieve", "recall knowledge from memory; have a recollection"], ["call up", "recall knowledge from memory; have a recollection"], ["recall", "recall knowledge from memory; have a recollection"], ["commemorate", "call to remembrance; keep alive the memory of someone or something, as in a ceremony"], ["think of", "keep in mind for attention or consideration"], ["commend", "mention as by way of greeting or to indicate friendship"]]}, {"answer": "remodel", "hint": "synonyms for remodel", "clues": [["redo", "do over, as of (part of) a house"], ["recast", "cast or model anew"], ["reconstruct", "do over, as of (part of) a house"], ["reforge", "cast or model anew"]]}, {"answer": "remold", "hint": "synonyms for remold", "clues": [["retread", "give new treads to (a tire)"], ["remould", "cast again"], ["recast", "cast again"], ["reshape", "shape again or shape differently"]]}, {"answer": "remonstrate", "hint": "synonyms for remonstrate", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["point out", "present and urge reasons in opposition"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "renounce", "hint": "synonyms for renounce", "clues": [["repudiate", "cast off"], ["resign", "leave (a job, post, or position) voluntarily"], ["foreswear", "turn away from; give up"], ["give up", "leave (a job, post, or position) voluntarily"], ["disown", "cast off"], ["abdicate", "give up, such as power, as of monarchs and emperors, or duties and obligations"], ["vacate", "leave (a job, post, or position) voluntarily"], ["relinquish", "turn away from; give up"], ["quit", "turn away from; give up"]]}, {"answer": "renovate", "hint": "synonyms for renovate", "clues": [["vivify", "give new life or energy to"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["restitute", "restore to a previous or better condition"], ["revive", "give new life or energy to"], ["freshen up", "make brighter and prettier"], ["refurbish", "make brighter and prettier"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "repay", "hint": "synonyms for repay", "clues": [["requite", "make repayment for or return something"], ["reward", "act or give recompense in recognition of someone's behavior or actions"], ["return", "answer back"], ["retort", "answer back"], ["refund", "pay back"], ["give back", "pay back"], ["rejoin", "answer back"], ["come back", "answer back"], ["riposte", "answer back"], ["pay back", "act or give recompense in recognition of someone's behavior or actions"]]}, {"answer": "repel", "hint": "synonyms for repel", "clues": [["revolt", "fill with distaste"], ["force back", "cause to move back by force or influence"], ["repulse", "be repellent to; cause aversion in"], ["rebuff", "force or drive back"], ["gross out", "fill with distaste"], ["disgust", "fill with distaste"], ["drive back", "force or drive back"], ["snub", "reject outright and bluntly"], ["push back", "cause to move back by force or influence"], ["fight off", "force or drive back"], ["beat back", "cause to move back by force or influence"], ["drive", "cause to move back by force or influence"]]}, {"answer": "replace", "hint": "synonyms for replace", "clues": [["supersede", "take the place or move into the position of"], ["exchange", "put in the place of another; switch seemingly equivalent items"], ["substitute", "put in the place of another; switch seemingly equivalent items"], ["interchange", "put in the place of another; switch seemingly equivalent items"], ["supervene upon", "take the place or move into the position of"], ["supplant", "take the place or move into the position of"], ["put back", "put something back where it belongs"]]}, {"answer": "replicate", "hint": "synonyms for replicate", "clues": [["double", "make or do or perform again"], ["duplicate", "make or do or perform again"], ["copy", "reproduce or make an exact copy of"], ["repeat", "make or do or perform again"], ["retroflex", "bend or turn backward"]]}, {"answer": "represent", "hint": "synonyms for represent", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol"], ["stand for", "express indirectly by an image, form, or model; be a symbol"], ["symbolize", "express indirectly by an image, form, or model; be a symbol"], ["map", "to establish a mapping (of mathematical elements or sets)"], ["play", "play a role or part"], ["present", "perform (a play), especially on a stage"], ["lay out", "bring forward and present to the mind"], ["correspond", "take the place of or be parallel or equivalent to"], ["make up", "form or compose"], ["exemplify", "be characteristic of"], ["comprise", "form or compose"], ["act", "play a role or part"], ["stage", "perform (a play), especially on a stage"], ["interpret", "create an image or likeness of"], ["constitute", "form or compose"], ["be", "form or compose"], ["defend", "be the defense counsel for someone in a trial"]]}, {"answer": "repress", "hint": "synonyms for repress", "clues": [["muffle", "conceal or hide"], ["suppress", "put out of one's consciousness"], ["smother", "conceal or hide"], ["keep down", "put down by force or intimidation"], ["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["stifle", "conceal or hide"], ["subjugate", "put down by force or intimidation"], ["strangle", "conceal or hide"], ["reduce", "put down by force or intimidation"]]}, {"answer": "require", "hint": "synonyms for require", "clues": [["expect", "consider obligatory; request and expect"], ["need", "require as useful, just, or proper"], ["take", "require as useful, just, or proper"], ["call for", "require as useful, just, or proper"], ["ask", "consider obligatory; request and expect"], ["command", "make someone do something"], ["demand", "require as useful, just, or proper"], ["want", "have need of"], ["necessitate", "require as useful, just, or proper"], ["involve", "require as useful, just, or proper"], ["postulate", "require as useful, just, or proper"]]}, {"answer": "rescind", "hint": "synonyms for rescind", "clues": [["overturn", "cancel officially"], ["lift", "cancel officially"], ["revoke", "cancel officially"], ["reverse", "cancel officially"], ["vacate", "cancel officially"], ["countermand", "cancel officially"], ["repeal", "cancel officially"], ["annul", "cancel officially"]]}, {"answer": "reside", "hint": "synonyms for reside", "clues": [["occupy", "live (in a certain place)"], ["domicile", "make one's home in a particular place or community"], ["shack", "make one's home in a particular place or community"], ["rest", "be inherent or innate in"], ["lodge in", "live (in a certain place)"], ["repose", "be inherent or innate in"], ["domiciliate", "make one's home in a particular place or community"]]}, {"answer": "resign", "hint": "synonyms for resign", "clues": [["step down", "give up or retire from a position"], ["give up", "part with a possession or right"], ["reconcile", "accept as inevitable"], ["quit", "give up or retire from a position"], ["relinquish", "part with a possession or right"], ["submit", "accept as inevitable"], ["release", "part with a possession or right"], ["vacate", "leave (a job, post, or position) voluntarily"], ["leave office", "give up or retire from a position"], ["free", "part with a possession or right"], ["renounce", "leave (a job, post, or position) voluntarily"]]}, {"answer": "resile", "hint": "synonyms for resile", "clues": [["spring", "spring back; spring away from an impact"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure"], ["bound", "spring back; spring away from an impact"], ["rebound", "spring back; spring away from an impact"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure"], ["take a hop", "spring back; spring away from an impact"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure"], ["bounce", "spring back; spring away from an impact"], ["reverberate", "spring back; spring away from an impact"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "resist", "hint": "synonyms for resist", "clues": [["protest", "express opposition through action or words"], ["stand", "withstand the force of something"], ["baulk", "refuse to comply"], ["stand firm", "stand up or offer resistance to somebody or something"], ["dissent", "express opposition through action or words"], ["reject", "resist immunologically the introduction of some foreign tissue or organ"], ["defy", "elude, especially in a baffling way"], ["withstand", "stand up or offer resistance to somebody or something"], ["refuse", "elude, especially in a baffling way"], ["fend", "withstand the force of something"], ["jib", "refuse to comply"], ["hold out", "stand up or offer resistance to somebody or something"]]}, {"answer": "resound", "hint": "synonyms for resound", "clues": [["reverberate", "ring or echo with sound"], ["echo", "ring or echo with sound"], ["noise", "emit a noise"], ["ring", "ring or echo with sound"], ["make noise", "emit a noise"]]}, {"answer": "rest_on", "hint": "synonyms for rest on", "clues": [["repose on", "be based on; of theories and claims, for example"], ["lean on", "rest on for support"], ["lean against", "rest on for support"], ["build upon", "be based on; of theories and claims, for example"]]}, {"answer": "restate", "hint": "synonyms for restate", "clues": [["retell", "to say, state, or perform again"], ["reiterate", "to say, state, or perform again"], ["ingeminate", "to say, state, or perform again"], ["repeat", "to say, state, or perform again"]]}, {"answer": "restore", "hint": "synonyms for restore", "clues": [["fix", "restore by replacing a part or putting together what is torn or broken"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["reconstruct", "return to its original or usable and functioning condition"], ["touch on", "restore by replacing a part or putting together what is torn or broken"], ["restitute", "give or bring back"], ["reestablish", "bring back into original existence, use, function, or position"], ["mend", "restore by replacing a part or putting together what is torn or broken"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"], ["reinstate", "bring back into original existence, use, function, or position"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["rejuvenate", "return to life; get or give new life or energy"], ["regenerate", "return to life; get or give new life or energy"]]}, {"answer": "restrain", "hint": "synonyms for restrain", "clues": [["confine", "place limits on (extent or access)"], ["intimidate", "to compel or deter by or as if by threats"], ["limit", "place limits on (extent or access)"], ["bound", "place limits on (extent or access)"], ["constrain", "hold back"], ["hold", "to close within bounds, limit or hold back from movement"], ["keep back", "keep under control; keep in check"], ["throttle", "place limits on (extent or access)"], ["hold back", "keep under control; keep in check"], ["keep", "keep under control; keep in check"], ["restrict", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["cumber", "hold back"]]}, {"answer": "restrict", "hint": "synonyms for restrict", "clues": [["confine", "place limits on (extent or access)"], ["limit", "place limits on (extent or access)"], ["curb", "place restrictions on"], ["bound", "place limits on (extent or access)"], ["restrain", "place limits on (extent or access)"], ["curtail", "place restrictions on"], ["qualify", "make more specific"], ["throttle", "place limits on (extent or access)"], ["trammel", "place limits on (extent or access)"], ["cut back", "place restrictions on"]]}, {"answer": "retain", "hint": "synonyms for retain", "clues": [["hold", "secure and keep for possible future use or application"], ["keep back", "secure and keep for possible future use or application"], ["keep", "allow to remain in a place or position or maintain a property or feature"], ["keep on", "allow to remain in a place or position or maintain a property or feature"], ["hold back", "secure and keep for possible future use or application"], ["continue", "allow to remain in a place or position or maintain a property or feature"]]}, {"answer": "retell", "hint": "synonyms for retell", "clues": [["fictionalize", "make into fiction"], ["restate", "to say, state, or perform again"], ["reiterate", "to say, state, or perform again"], ["ingeminate", "to say, state, or perform again"], ["recite", "render verbally,"], ["repeat", "to say, state, or perform again"]]}, {"answer": "retire", "hint": "synonyms for retire", "clues": [["move back", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["put out", "cause to be out on a fielding play"], ["draw back", "pull back or move away or backward"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["pull back", "pull back or move away or backward"], ["go to bed", "prepare for sleep"], ["strike out", "cause to get out"], ["go to sleep", "prepare for sleep"], ["crawl in", "prepare for sleep"], ["turn in", "prepare for sleep"], ["sack out", "prepare for sleep"], ["withdraw", "pull back or move away or backward"], ["recede", "pull back or move away or backward"], ["hit the sack", "prepare for sleep"], ["pull away", "pull back or move away or backward"], ["adjourn", "break from a meeting or gathering"]]}, {"answer": "retract", "hint": "synonyms for retract", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure"], ["shrink back", "pull away from a source of disgust or fear"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure"], ["draw in", "pull inward or towards a center"], ["draw back", "use a surgical instrument to hold open (the edges of a wound or an organ)"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure"], ["pull back", "use a surgical instrument to hold open (the edges of a wound or an organ)"]]}, {"answer": "retrieve", "hint": "synonyms for retrieve", "clues": [["call back", "recall knowledge from memory; have a recollection"], ["recollect", "recall knowledge from memory; have a recollection"], ["find", "get or find back; recover the use of"], ["think", "recall knowledge from memory; have a recollection"], ["call up", "recall knowledge from memory; have a recollection"], ["recall", "recall knowledge from memory; have a recollection"], ["regain", "get or find back; recover the use of"], ["remember", "recall knowledge from memory; have a recollection"], ["recover", "get or find back; recover the use of"]]}, {"answer": "retrogress", "hint": "synonyms for retrogress", "clues": [["fall back", "go back to bad behavior"], ["lapse", "go back to bad behavior"], ["recidivate", "go back to bad behavior"], ["regress", "go back to bad behavior"], ["retrograde", "get worse or fall back to a previous condition"], ["relapse", "go back to bad behavior"]]}, {"answer": "retrovert", "hint": "synonyms for retrovert", "clues": [["revert", "go back to a previous state"], ["regress", "go back to a previous state"], ["return", "go back to a previous state"], ["turn back", "go back to a previous state"]]}, {"answer": "reveal", "hint": "synonyms for reveal", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["unveil", "make visible"], ["uncover", "make visible"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "reverberate", "hint": "synonyms for reverberate", "clues": [["spring", "spring back; spring away from an impact"], ["bound", "spring back; spring away from an impact"], ["rebound", "spring back; spring away from an impact"], ["take a hop", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["bounce", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"], ["reflect", "to throw or bend back (from a surface)"], ["echo", "ring or echo with sound"], ["ricochet", "spring back; spring away from an impact"], ["ring", "ring or echo with sound"]]}, {"answer": "revert", "hint": "synonyms for revert", "clues": [["turn back", "go back to a previous state"], ["regress", "go back to a previous state"], ["return", "go back to a previous state"], ["retrovert", "go back to a previous state"]]}, {"answer": "revive", "hint": "synonyms for revive", "clues": [["resuscitate", "cause to regain consciousness"], ["resurrect", "restore from a depressed, inactive, or unused state"], ["vivify", "give new life or energy to"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["come to", "return to consciousness"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "revivify", "hint": "synonyms for revivify", "clues": [["vivify", "give new life or energy to"], ["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["revive", "give new life or energy to"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "revolve", "hint": "synonyms for revolve", "clues": [["orbit", "move in an orbit"], ["orb", "move in an orbit"], ["roll", "cause to move by turning over or in a circular manner of as if on an axis"], ["rotate", "turn on or around an axis or a center"], ["go around", "turn on or around an axis or a center"]]}, {"answer": "revolve_about", "hint": "synonyms for revolve about", "clues": [["center", "center upon"], ["revolve around", "center upon"], ["concentrate on", "center upon"], ["focus on", "center upon"], ["center on", "center upon"]]}, {"answer": "revolve_around", "hint": "synonyms for revolve around", "clues": [["revolve about", "center upon"], ["center", "center upon"], ["concentrate on", "center upon"], ["circle round", "move around in a circular motion"], ["focus on", "center upon"], ["center on", "center upon"]]}, {"answer": "rig_out", "hint": "synonyms for rig out", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "rile", "hint": "synonyms for rile", "clues": [["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["vex", "cause annoyance in; disturb, especially by minor irritations"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["roil", "make turbid by stirring up the sediments of"]]}, {"answer": "rise_up", "hint": "synonyms for rise up", "clues": [["come up", "come to the surface"], ["surface", "come to the surface"], ["rise", "come to the surface"], ["rebel", "take part in a rebellion; renounce a former allegiance"], ["rear", "stand up on the hind legs, of quadrupeds"]]}, {"answer": "rive", "hint": "synonyms for rive", "clues": [["pull", "tear or be torn violently"], ["rip", "tear or be torn violently"], ["rend", "tear or be torn violently"], ["split", "separate or cut with a tool, such as a sharp instrument"], ["cleave", "separate or cut with a tool, such as a sharp instrument"]]}, {"answer": "roam", "hint": "synonyms for roam", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "rob", "hint": "synonyms for rob", "clues": [["fleece", "rip off; ask an unreasonable price"], ["hook", "rip off; ask an unreasonable price"], ["overcharge", "rip off; ask an unreasonable price"], ["soak", "rip off; ask an unreasonable price"], ["plume", "rip off; ask an unreasonable price"], ["surcharge", "rip off; ask an unreasonable price"], ["pluck", "rip off; ask an unreasonable price"], ["gazump", "rip off; ask an unreasonable price"]]}, {"answer": "roil", "hint": "synonyms for roil", "clues": [["boil", "be agitated"], ["rile", "make turbid by stirring up the sediments of"], ["moil", "be agitated"], ["churn", "be agitated"]]}, {"answer": "roll_off", "hint": "synonyms for roll off", "clues": [["rattle off", "recite volubly or extravagantly"], ["rattle down", "recite volubly or extravagantly"], ["reel off", "recite volubly or extravagantly"], ["spiel off", "recite volubly or extravagantly"]]}, {"answer": "roll_up", "hint": "synonyms for roll up", "clues": [["accumulate", "get or gather together"], ["collect", "get or gather together"], ["amass", "get or gather together"], ["hoard", "get or gather together"], ["wrap up", "form a cylinder by rolling"], ["bundle", "make into a bundle"], ["roll", "show certain properties when being rolled"], ["compile", "get or gather together"], ["bundle up", "make into a bundle"], ["pile up", "get or gather together"], ["furl", "form into a cylinder by rolling"]]}, {"answer": "rollick", "hint": "synonyms for rollick", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["run around", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "root_on", "hint": "synonyms for root on", "clues": [["urge on", "spur on or encourage especially by cheers and shouts"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["urge", "spur on or encourage especially by cheers and shouts"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["exhort", "spur on or encourage especially by cheers and shouts"]]}, {"answer": "root_out", "hint": "synonyms for root out", "clues": [["deracinate", "pull up by or as if by the roots"], ["uproot", "pull up by or as if by the roots"], ["extirpate", "destroy completely, as if down to the roots"], ["eradicate", "destroy completely, as if down to the roots"], ["exterminate", "destroy completely, as if down to the roots"]]}, {"answer": "rotate", "hint": "synonyms for rotate", "clues": [["spread out", "turn outward"], ["circumvolve", "cause to turn on an axis or center"], ["splay", "turn outward"], ["revolve", "turn on or around an axis or a center"], ["go around", "turn on or around an axis or a center"], ["turn out", "turn outward"]]}, {"answer": "round_off", "hint": "synonyms for round off", "clues": [["brush up", "bring to a highly developed, finished, or refined state"], ["round", "make round"], ["polish up", "bring to a highly developed, finished, or refined state"], ["polish", "bring to a highly developed, finished, or refined state"], ["round out", "make round"], ["round down", "express as a round number"]]}, {"answer": "round_out", "hint": "synonyms for round out", "clues": [["finish out", "fill out"], ["round", "make round"], ["round off", "make round"], ["round down", "express as a round number"], ["fill out", "make bigger or better or more complete"]]}, {"answer": "rouse", "hint": "synonyms for rouse", "clues": [["agitate", "cause to be agitated, excited, or roused"], ["rout out", "force or drive out"], ["wake", "cause to become awake or conscious"], ["excite", "cause to be agitated, excited, or roused"], ["commove", "cause to be agitated, excited, or roused"], ["charge", "cause to be agitated, excited, or roused"], ["wake up", "cause to become awake or conscious"], ["drive out", "force or drive out"], ["awaken", "cause to become awake or conscious"], ["bestir", "become active"], ["force out", "force or drive out"], ["arouse", "cause to become awake or conscious"], ["turn on", "cause to be agitated, excited, or roused"], ["charge up", "cause to be agitated, excited, or roused"]]}, {"answer": "rout_out", "hint": "synonyms for rout out", "clues": [["drive out", "force or drive out"], ["rouse", "force or drive out"], ["force out", "force or drive out"], ["rout up", "get or find by searching"], ["expel", "cause to flee"], ["rout", "cause to flee"]]}, {"answer": "rove", "hint": "synonyms for rove", "clues": [["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["reeve", "pass a rope through"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["wander", "move about aimlessly or without any destination, often in search of food or employment"]]}, {"answer": "rub_along", "hint": "synonyms for rub along", "clues": [["squeak by", "manage one's existence barely"], ["scrape along", "manage one's existence barely"], ["scrape by", "manage one's existence barely"], ["scratch along", "manage one's existence barely"], ["squeeze by", "manage one's existence barely"]]}, {"answer": "rub_down", "hint": "synonyms for rub down", "clues": [["massage", "manually manipulate (someone's body), usually for medicinal or relaxation purposes"], ["abrase", "wear away"], ["rub off", "wear away"], ["corrade", "wear away"], ["knead", "manually manipulate (someone's body), usually for medicinal or relaxation purposes"], ["abrade", "wear away"]]}, {"answer": "rub_off", "hint": "synonyms for rub off", "clues": [["corrade", "wear away"], ["abrase", "wear away"], ["abrade", "wear away"], ["rub down", "wear away"]]}, {"answer": "rub_out", "hint": "synonyms for rub out", "clues": [["wipe off", "remove by or as if by rubbing or erasing"], ["efface", "remove by or as if by rubbing or erasing"], ["erase", "remove by or as if by rubbing or erasing"], ["score out", "remove by or as if by rubbing or erasing"]]}, {"answer": "ruckle", "hint": "synonyms for ruckle", "clues": [["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"]]}, {"answer": "rule_out", "hint": "synonyms for rule out", "clues": [["eliminate", "dismiss from consideration or a contest"], ["preclude", "make impossible, especially beforehand"], ["winnow out", "dismiss from consideration or a contest"], ["close out", "make impossible, especially beforehand"], ["reject", "dismiss from consideration or a contest"], ["rule in", "include or exclude by determining judicially or in agreement with rules"]]}, {"answer": "ruminate", "hint": "synonyms for ruminate", "clues": [["reflect", "reflect deeply on a subject"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "rumple", "hint": "synonyms for rumple", "clues": [["mess up", "disturb the smoothness of"], ["ruffle", "disturb the smoothness of"], ["crease", "become wrinkled or crumpled or creased"], ["crumple", "become wrinkled or crumpled or creased"], ["crinkle", "become wrinkled or crumpled or creased"], ["cockle", "to gather something into small wrinkles or folds"], ["pucker", "to gather something into small wrinkles or folds"], ["ruffle up", "disturb the smoothness of"], ["knit", "to gather something into small wrinkles or folds"]]}, {"answer": "run_a_risk", "hint": "synonyms for run a risk", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["adventure", "take a risk in the hope of a favorable outcome"], ["hazard", "take a risk in the hope of a favorable outcome"], ["chance", "take a risk in the hope of a favorable outcome"], ["take a chance", "take a risk in the hope of a favorable outcome"]]}, {"answer": "run_across", "hint": "synonyms for run across", "clues": [["see", "come together"], ["meet", "come together"], ["encounter", "come together"], ["come across", "come together"], ["run into", "come together"]]}, {"answer": "run_around", "hint": "synonyms for run around", "clues": [["sport", "play boisterously"], ["frolic", "play boisterously"], ["romp", "play boisterously"], ["disport", "play boisterously"], ["frisk", "play boisterously"], ["rollick", "play boisterously"], ["gambol", "play boisterously"], ["cavort", "play boisterously"], ["lark", "play boisterously"], ["lark about", "play boisterously"], ["skylark", "play boisterously"]]}, {"answer": "run_away", "hint": "synonyms for run away", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "run_down", "hint": "synonyms for run down", "clues": [["play out", "deplete"], ["check out", "trace"], ["conk out", "use up all one's strength and energy and stop working"], ["run over", "injure or kill by running over, as with a vehicle"], ["peter out", "use up all one's strength and energy and stop working"], ["scan", "examine hastily"], ["poop out", "use up all one's strength and energy and stop working"], ["exhaust", "deplete"], ["tire", "deplete"], ["run out", "use up all one's strength and energy and stop working"], ["sap", "deplete"], ["rake", "examine hastily"], ["skim", "examine hastily"], ["glance over", "examine hastily"]]}, {"answer": "run_into", "hint": "synonyms for run into", "clues": [["collide with", "hit against; come into sudden contact with"], ["hit", "hit against; come into sudden contact with"], ["impinge on", "hit against; come into sudden contact with"], ["strike", "hit against; come into sudden contact with"], ["come across", "come together"], ["butt against", "collide violently with an obstacle"], ["knock against", "collide violently with an obstacle"], ["see", "come together"], ["run across", "come together"], ["meet", "come together"], ["encounter", "come together"], ["bump into", "collide violently with an obstacle"], ["jar against", "collide violently with an obstacle"]]}, {"answer": "run_off", "hint": "synonyms for run off", "clues": [["run out", "leave suddenly and as if in a hurry"], ["xerox", "reproduce by xerography"], ["turn back", "force to go away; used both with concrete and metaphoric meanings"], ["waste", "run off as waste"], ["decamp", "run away; usually includes taking something or somebody along"], ["absquatulate", "run away; usually includes taking something or somebody along"], ["drive out", "force to go away; used both with concrete and metaphoric meanings"], ["beetle off", "leave suddenly and as if in a hurry"], ["abscond", "run away; usually includes taking something or somebody along"], ["drive off", "force to go away; used both with concrete and metaphoric meanings"], ["photocopy", "reproduce by xerography"], ["chase away", "force to go away; used both with concrete and metaphoric meanings"], ["make off", "run away; usually includes taking something or somebody along"], ["bolt", "run away; usually includes taking something or somebody along"], ["bolt out", "leave suddenly and as if in a hurry"], ["go off", "run away; usually includes taking something or somebody along"], ["drive away", "force to go away; used both with concrete and metaphoric meanings"], ["elope", "run away secretly with one's beloved"], ["dispel", "force to go away; used both with concrete and metaphoric meanings"]]}, {"answer": "run_out", "hint": "synonyms for run out", "clues": [["fail", "prove insufficient"], ["conk out", "use up all one's strength and energy and stop working"], ["drain", "flow off gradually"], ["peter out", "use up all one's strength and energy and stop working"], ["run down", "use up all one's strength and energy and stop working"], ["poop out", "use up all one's strength and energy and stop working"], ["bolt out", "leave suddenly and as if in a hurry"], ["run off", "leave suddenly and as if in a hurry"], ["beetle off", "leave suddenly and as if in a hurry"], ["bolt", "leave suddenly and as if in a hurry"], ["expire", "lose validity"], ["give out", "prove insufficient"], ["spill", "flow, run or fall out and become lost"]]}, {"answer": "run_over", "hint": "synonyms for run over", "clues": [["brim over", "flow or run over (a limit or brim)"], ["overrun", "flow or run over (a limit or brim)"], ["well over", "flow or run over (a limit or brim)"], ["run down", "injure or kill by running over, as with a vehicle"], ["overflow", "flow or run over (a limit or brim)"]]}, {"answer": "run_through", "hint": "synonyms for run through", "clues": [["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["work through", "apply thoroughly; think through"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["go through", "apply thoroughly; think through"], ["use up", "use up (resources or materials)"], ["eat", "use up (resources or materials)"]]}, {"answer": "run_up", "hint": "synonyms for run up", "clues": [["stitch", "fasten by sewing; do needlework"], ["sew", "fasten by sewing; do needlework"], ["hoist", "raise"], ["chalk up", "accumulate as a debt"], ["sew together", "fasten by sewing; do needlework"]]}, {"answer": "rush_along", "hint": "synonyms for rush along", "clues": [["hotfoot", "move fast"], ["step on it", "move fast"], ["cannonball along", "move fast"], ["race", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "sack_out", "hint": "synonyms for sack out", "clues": [["crawl in", "prepare for sleep"], ["go to bed", "prepare for sleep"], ["turn in", "prepare for sleep"], ["hit the sack", "prepare for sleep"], ["retire", "prepare for sleep"], ["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to sleep", "prepare for sleep"]]}, {"answer": "sail_through", "hint": "synonyms for sail through", "clues": [["ace", "succeed at easily"], ["nail", "succeed at easily"], ["breeze through", "succeed at easily"], ["pass with flying colors", "succeed at easily"], ["sweep through", "succeed at easily"]]}, {"answer": "sally_out", "hint": "synonyms for sally out", "clues": [["burst forth", "jump out from a hiding place and surprise (someone)"], ["leap out", "jump out from a hiding place and surprise (someone)"], ["rush out", "jump out from a hiding place and surprise (someone)"], ["sally forth", "set out in a sudden, energetic or violent manner"]]}, {"answer": "salt_away", "hint": "synonyms for salt away", "clues": [["put in", "keep or lay aside for future use"], ["store", "keep or lay aside for future use"], ["lay in", "keep or lay aside for future use"], ["hive away", "keep or lay aside for future use"], ["stash away", "keep or lay aside for future use"], ["stack away", "keep or lay aside for future use"]]}, {"answer": "sanctify", "hint": "synonyms for sanctify", "clues": [["purify", "make pure or free from sin or guilt"], ["hallow", "render holy by means of religious rites"], ["bless", "render holy by means of religious rites"], ["consecrate", "render holy by means of religious rites"], ["purge", "make pure or free from sin or guilt"]]}, {"answer": "satisfy", "hint": "synonyms for satisfy", "clues": [["live up to", "meet the requirements or expectations of"], ["fulfill", "meet the requirements or expectations of"], ["meet", "fill or meet a want or need"], ["gratify", "make happy or satisfied"], ["fill", "fill or meet a want or need"]]}, {"answer": "scandalise", "hint": "synonyms for scandalise", "clues": [["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"], ["scandalize", "strike with disgust or revulsion"]]}, {"answer": "scandalize", "hint": "synonyms for scandalize", "clues": [["appal", "strike with disgust or revulsion"], ["outrage", "strike with disgust or revulsion"], ["scandalise", "strike with disgust or revulsion"], ["offend", "strike with disgust or revulsion"], ["shock", "strike with disgust or revulsion"]]}, {"answer": "scare_away", "hint": "synonyms for scare away", "clues": [["daunt", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["scare off", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"]]}, {"answer": "scare_off", "hint": "synonyms for scare off", "clues": [["daunt", "cause to lose courage"], ["frighten away", "cause to lose courage"], ["dash", "cause to lose courage"], ["scare", "cause to lose courage"], ["frighten off", "cause to lose courage"], ["pall", "cause to lose courage"], ["scare away", "cause to lose courage"]]}, {"answer": "scarf_out", "hint": "synonyms for scarf out", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself"], ["glut", "overeat or eat immodestly; make a pig of oneself"], ["engorge", "overeat or eat immodestly; make a pig of oneself"], ["overgorge", "overeat or eat immodestly; make a pig of oneself"], ["pig out", "overeat or eat immodestly; make a pig of oneself"], ["stuff", "overeat or eat immodestly; make a pig of oneself"], ["binge", "overeat or eat immodestly; make a pig of oneself"], ["satiate", "overeat or eat immodestly; make a pig of oneself"], ["gourmandize", "overeat or eat immodestly; make a pig of oneself"], ["gorge", "overeat or eat immodestly; make a pig of oneself"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself"], ["overeat", "overeat or eat immodestly; make a pig of oneself"], ["overindulge", "overeat or eat immodestly; make a pig of oneself"]]}, {"answer": "scarper", "hint": "synonyms for scarper", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "scoop_out", "hint": "synonyms for scoop out", "clues": [["scoop up", "take out or up with or as if with a scoop"], ["scoop", "take out or up with or as if with a scoop"], ["lift out", "take out or up with or as if with a scoop"], ["take up", "take out or up with or as if with a scoop"]]}, {"answer": "scoop_up", "hint": "synonyms for scoop up", "clues": [["scoop", "take out or up with or as if with a scoop"], ["lift out", "take out or up with or as if with a scoop"], ["scoop out", "take out or up with or as if with a scoop"], ["take up", "take out or up with or as if with a scoop"]]}, {"answer": "scoot", "hint": "synonyms for scoot", "clues": [["scud", "run or move very quickly or hastily"], ["dart", "run or move very quickly or hastily"], ["flash", "run or move very quickly or hastily"], ["shoot", "run or move very quickly or hastily"], ["dash", "run or move very quickly or hastily"]]}, {"answer": "score_out", "hint": "synonyms for score out", "clues": [["wipe off", "remove by or as if by rubbing or erasing"], ["efface", "remove by or as if by rubbing or erasing"], ["erase", "remove by or as if by rubbing or erasing"], ["rub out", "remove by or as if by rubbing or erasing"]]}, {"answer": "scram", "hint": "synonyms for scram", "clues": [["bugger off", "leave immediately; used usually in the imperative form"], ["buzz off", "leave immediately; used usually in the imperative form"], ["get", "leave immediately; used usually in the imperative form"], ["fuck off", "leave immediately; used usually in the imperative form"]]}, {"answer": "scrape_along", "hint": "synonyms for scrape along", "clues": [["rub along", "manage one's existence barely"], ["squeak by", "manage one's existence barely"], ["scrape by", "manage one's existence barely"], ["scratch along", "manage one's existence barely"], ["squeeze by", "manage one's existence barely"]]}, {"answer": "scrape_by", "hint": "synonyms for scrape by", "clues": [["rub along", "manage one's existence barely"], ["squeak by", "manage one's existence barely"], ["scrape along", "manage one's existence barely"], ["scratch along", "manage one's existence barely"], ["squeeze by", "manage one's existence barely"]]}, {"answer": "scratch_along", "hint": "synonyms for scratch along", "clues": [["rub along", "manage one's existence barely"], ["squeak by", "manage one's existence barely"], ["scrape along", "manage one's existence barely"], ["scrape by", "manage one's existence barely"], ["squeeze by", "manage one's existence barely"]]}, {"answer": "scratch_off", "hint": "synonyms for scratch off", "clues": [["dash off", "write quickly"], ["toss off", "write quickly"], ["knock off", "write quickly"], ["fling off", "write quickly"]]}, {"answer": "screak", "hint": "synonyms for screak", "clues": [["whine", "make a high-pitched, screeching noise"], ["squawk", "utter a harsh abrupt scream"], ["squeak", "make a high-pitched, screeching noise"], ["skreak", "utter a harsh abrupt scream"], ["creak", "make a high-pitched, screeching noise"], ["screech", "utter a harsh abrupt scream"], ["skreigh", "utter a harsh abrupt scream"]]}, {"answer": "screw_up", "hint": "synonyms for screw up", "clues": [["muck up", "make a mess of, destroy or ruin"], ["heat up", "make more intense"], ["fumble", "make a mess of, destroy or ruin"], ["bungle", "make a mess of, destroy or ruin"], ["bollix", "make a mess of, destroy or ruin"], ["ball up", "make a mess of, destroy or ruin"], ["botch up", "make a mess of, destroy or ruin"], ["spoil", "make a mess of, destroy or ruin"], ["bumble", "make a mess of, destroy or ruin"], ["mishandle", "make a mess of, destroy or ruin"], ["foul up", "make a mess of, destroy or ruin"], ["muff", "make a mess of, destroy or ruin"], ["louse up", "make a mess of, destroy or ruin"], ["fluff", "make a mess of, destroy or ruin"], ["bodge", "make a mess of, destroy or ruin"], ["bollocks up", "make a mess of, destroy or ruin"], ["hot up", "make more intense"], ["bollocks", "make a mess of, destroy or ruin"], ["blow", "make a mess of, destroy or ruin"], ["botch", "make a mess of, destroy or ruin"], ["flub", "make a mess of, destroy or ruin"], ["mess up", "make a mess of, destroy or ruin"], ["bollix up", "make a mess of, destroy or ruin"], ["bobble", "make a mess of, destroy or ruin"]]}, {"answer": "scrunch_up", "hint": "synonyms for scrunch up", "clues": [["hunker", "sit on one's heels"], ["hunker down", "sit on one's heels"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["crouch", "sit on one's heels"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in"], ["squat", "sit on one's heels"]]}, {"answer": "scrutinise", "hint": "synonyms for scrutinise", "clues": [["audit", "examine carefully for accuracy with the intent of verification"], ["size up", "to look at critically or searchingly, or in minute detail"], ["take stock", "to look at critically or searchingly, or in minute detail"], ["scrutinize", "examine carefully for accuracy with the intent of verification"], ["inspect", "examine carefully for accuracy with the intent of verification"]]}, {"answer": "scrutinize", "hint": "synonyms for scrutinize", "clues": [["audit", "examine carefully for accuracy with the intent of verification"], ["size up", "to look at critically or searchingly, or in minute detail"], ["take stock", "to look at critically or searchingly, or in minute detail"], ["scrutinise", "to look at critically or searchingly, or in minute detail"], ["inspect", "examine carefully for accuracy with the intent of verification"]]}, {"answer": "secern", "hint": "synonyms for secern", "clues": [["severalise", "mark as different"], ["secernate", "mark as different"], ["differentiate", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["tell", "mark as different"], ["separate", "mark as different"]]}, {"answer": "secernate", "hint": "synonyms for secernate", "clues": [["severalise", "mark as different"], ["differentiate", "mark as different"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["tell", "mark as different"], ["separate", "mark as different"]]}, {"answer": "see_to_it", "hint": "synonyms for see to it", "clues": [["assure", "be careful or certain to do something; make certain of something"], ["control", "be careful or certain to do something; make certain of something"], ["ascertain", "be careful or certain to do something; make certain of something"], ["ensure", "be careful or certain to do something; make certain of something"], ["see", "be careful or certain to do something; make certain of something"], ["insure", "be careful or certain to do something; make certain of something"], ["check", "be careful or certain to do something; make certain of something"]]}, {"answer": "seethe", "hint": "synonyms for seethe", "clues": [["hum", "be noisy with activity"], ["roll", "boil vigorously"], ["buzz", "be noisy with activity"], ["boil", "be in an agitated emotional state"]]}, {"answer": "seize", "hint": "synonyms for seize", "clues": [["clutch", "affect"], ["get hold of", "affect"], ["conquer", "take possession of by force, as after an invasion"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession"], ["prehend", "take hold of; grab"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["grab", "capture the attention or imagination of"], ["sequester", "take temporary possession of as a security, by legal authority"], ["appropriate", "take possession of by force, as after an invasion"], ["attach", "take temporary possession of as a security, by legal authority"], ["impound", "take temporary possession of as a security, by legal authority"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession"], ["capture", "take possession of by force, as after an invasion"], ["take over", "seize and take control without authority and possibly with force; take as one's right or possession"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession"]]}, {"answer": "seize_on", "hint": "synonyms for seize on", "clues": [["fasten on", "adopt"], ["hook on", "adopt"], ["take up", "adopt"], ["latch on", "adopt"]]}, {"answer": "send", "hint": "synonyms for send", "clues": [["mail", "cause to be directed or transmitted to another place"], ["institutionalize", "cause to be admitted; of persons to an institution"], ["post", "cause to be directed or transmitted to another place"], ["station", "assign to a station"], ["send out", "to cause or order to be taken, directed, or transmitted to another place"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["air", "broadcast over the airwaves, as in radio or television"], ["send off", "transfer"], ["commit", "cause to be admitted; of persons to an institution"], ["direct", "cause to go somewhere"], ["beam", "broadcast over the airwaves, as in radio or television"], ["transport", "transport commercially"], ["get off", "transfer"], ["charge", "cause to be admitted; of persons to an institution"], ["transmit", "broadcast over the airwaves, as in radio or television"], ["ship", "transport commercially"], ["place", "assign to a station"]]}, {"answer": "send_away", "hint": "synonyms for send away", "clues": [["send packing", "stop associating with"], ["fire", "terminate the employment of; discharge from an office or position"], ["force out", "terminate the employment of; discharge from an office or position"], ["terminate", "terminate the employment of; discharge from an office or position"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["drop", "stop associating with"]]}, {"answer": "send_off", "hint": "synonyms for send off", "clues": [["get off", "transfer"], ["dispatch", "send away towards a designated goal"], ["send", "transfer"], ["project", "throw, send, or cast forward"]]}, {"answer": "send_word", "hint": "synonyms for send word", "clues": [["give notice", "inform (somebody) of something"], ["notify", "inform (somebody) of something"], ["apprize", "inform (somebody) of something"], ["advise", "inform (somebody) of something"]]}, {"answer": "separate_out", "hint": "synonyms for separate out", "clues": [["filter", "remove by passing through a filter"], ["strain", "remove by passing through a filter"], ["filter out", "remove by passing through a filter"], ["filtrate", "remove by passing through a filter"]]}, {"answer": "sequester", "hint": "synonyms for sequester", "clues": [["withdraw", "keep away from others"], ["sequestrate", "keep away from others"], ["confiscate", "take temporary possession of as a security, by legal authority"], ["attach", "take temporary possession of as a security, by legal authority"], ["set apart", "set apart from others"], ["impound", "take temporary possession of as a security, by legal authority"], ["seclude", "keep away from others"], ["isolate", "set apart from others"], ["seize", "take temporary possession of as a security, by legal authority"], ["keep apart", "set apart from others"]]}, {"answer": "sequestrate", "hint": "synonyms for sequestrate", "clues": [["seclude", "keep away from others"], ["withdraw", "keep away from others"], ["isolate", "set apart from others"], ["sequester", "set apart from others"], ["set apart", "set apart from others"], ["keep apart", "set apart from others"]]}, {"answer": "serve_up", "hint": "synonyms for serve up", "clues": [["dish out", "provide (usually but not necessarily food)"], ["serve", "provide (usually but not necessarily food)"], ["dish up", "provide (usually but not necessarily food)"], ["dish", "provide (usually but not necessarily food)"]]}, {"answer": "set_about", "hint": "synonyms for set about", "clues": [["undertake", "enter upon an activity or enterprise"], ["approach", "begin to deal with"], ["get", "take the first step or steps in carrying out an action"], ["set out", "take the first step or steps in carrying out an action"], ["go about", "begin to deal with"], ["get down", "take the first step or steps in carrying out an action"], ["commence", "take the first step or steps in carrying out an action"], ["start out", "take the first step or steps in carrying out an action"], ["begin", "take the first step or steps in carrying out an action"], ["start", "take the first step or steps in carrying out an action"], ["attempt", "enter upon an activity or enterprise"]]}, {"answer": "set_apart", "hint": "synonyms for set apart", "clues": [["isolate", "set apart from others"], ["sequester", "set apart from others"], ["assign", "select something or someone for a specific purpose"], ["sequestrate", "set apart from others"], ["specify", "select something or someone for a specific purpose"], ["keep apart", "set apart from others"]]}, {"answer": "set_aside", "hint": "synonyms for set aside", "clues": [["suspend", "make inoperative or stop"], ["earmark", "give or assign a resource to a particular person or cause"], ["allow", "give or assign a resource to a particular person or cause"], ["appropriate", "give or assign a resource to a particular person or cause"], ["reserve", "give or assign a resource to a particular person or cause"]]}, {"answer": "set_back", "hint": "synonyms for set back", "clues": [["table", "hold back to a later time"], ["put over", "hold back to a later time"], ["shelve", "hold back to a later time"], ["prorogue", "hold back to a later time"], ["postpone", "hold back to a later time"], ["remit", "hold back to a later time"], ["put back", "cost a certain amount"], ["knock back", "cost a certain amount"], ["hold over", "hold back to a later time"], ["defer", "hold back to a later time"], ["put off", "hold back to a later time"]]}, {"answer": "set_down", "hint": "synonyms for set down", "clues": [["debark", "go ashore"], ["disembark", "go ashore"], ["drop off", "leave or unload"], ["put down", "put down in writing; of texts, musical compositions, etc."], ["discharge", "leave or unload"], ["drop", "leave or unload"], ["unload", "leave or unload"], ["place down", "cause to sit or seat or be in a settled position or place"], ["write down", "put down in writing; of texts, musical compositions, etc."], ["get down", "put down in writing; of texts, musical compositions, etc."], ["land", "reach or come to rest"]]}, {"answer": "set_forth", "hint": "synonyms for set forth", "clues": [["take off", "leave"], ["depart", "leave"], ["set off", "leave"], ["part", "leave"], ["start", "leave"], ["set out", "leave"], ["exposit", "state"], ["expound", "state"], ["start out", "leave"]]}, {"answer": "set_off", "hint": "synonyms for set off", "clues": [["take off", "leave"], ["depart", "leave"], ["set forth", "leave"], ["start", "leave"], ["explode", "cause to burst with a violent release of energy"], ["blow up", "cause to burst with a violent release of energy"], ["set out", "leave"], ["actuate", "put in motion or move to act"], ["offset", "make up for"], ["trip", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"], ["detonate", "cause to burst with a violent release of energy"], ["cancel", "make up for"], ["instigate", "provoke or stir up"], ["incite", "provoke or stir up"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["part", "leave"], ["stir up", "provoke or stir up"], ["spark off", "put in motion or move to act"], ["start out", "leave"], ["activate", "put in motion or move to act"], ["bring out", "direct attention to, as if by means of contrast"]]}, {"answer": "set_out", "hint": "synonyms for set out", "clues": [["array", "lay out orderly or logically in a line or as if in a line"], ["take off", "leave"], ["depart", "leave"], ["set about", "take the first step or steps in carrying out an action"], ["lay out", "lay out orderly or logically in a line or as if in a line"], ["get", "take the first step or steps in carrying out an action"], ["set off", "leave"], ["part", "leave"], ["set forth", "leave"], ["start out", "take the first step or steps in carrying out an action"], ["commence", "take the first step or steps in carrying out an action"], ["get down", "take the first step or steps in carrying out an action"], ["start", "leave"], ["begin", "take the first step or steps in carrying out an action"], ["range", "lay out orderly or logically in a line or as if in a line"]]}, {"answer": "set_up", "hint": "synonyms for set up", "clues": [["entrap", "take or catch as if in a snare or trap"], ["set", "equip with sails or masts"], ["assemble", "create by putting components or members together"], ["ensnare", "take or catch as if in a snare or trap"], ["effect", "produce"], ["put", "arrange thoughts, ideas, temporal events"], ["erect", "construct, build, or erect"], ["tack", "create by putting components or members together"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["put up", "construct, build, or erect"], ["arrange", "arrange thoughts, ideas, temporal events"], ["rig", "equip with sails or masts"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["instal", "place"], ["establish", "set up or found"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["raise", "construct, build, or erect"], ["frame", "take or catch as if in a snare or trap"], ["found", "set up or found"], ["tack together", "create by putting components or members together"], ["put in", "set up for use"], ["pitch", "erect and fasten"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc"], ["launch", "set up or found"], ["lay out", "get ready for a particular purpose or event"], ["order", "arrange thoughts, ideas, temporal events"], ["rear", "construct, build, or erect"], ["piece", "create by putting components or members together"], ["effectuate", "produce"], ["put together", "create by putting components or members together"]]}, {"answer": "settle_down", "hint": "synonyms for settle down", "clues": [["calm down", "become quiet or calm, especially after a state of agitation"], ["steady down", "become settled or established and stable in one's residence or life style"], ["cool off", "become quiet or calm, especially after a state of agitation"], ["root", "become settled or established and stable in one's residence or life style"], ["settle", "settle into a position, usually on a surface or ground"], ["simmer down", "become quiet or calm, especially after a state of agitation"], ["take root", "become settled or established and stable in one's residence or life style"], ["cool it", "become quiet or calm, especially after a state of agitation"], ["chill out", "become quiet or calm, especially after a state of agitation"], ["calm", "become quiet or calm, especially after a state of agitation"]]}, {"answer": "severalise", "hint": "synonyms for severalise", "clues": [["severalize", "distinguish or separate"], ["secernate", "mark as different"], ["differentiate", "mark as different"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["tell", "mark as different"], ["separate", "mark as different"]]}, {"answer": "severalize", "hint": "synonyms for severalize", "clues": [["severalise", "distinguish or separate"], ["secernate", "mark as different"], ["differentiate", "mark as different"], ["secern", "mark as different"], ["tell apart", "mark as different"], ["distinguish", "mark as different"], ["tell", "mark as different"], ["separate", "mark as different"]]}, {"answer": "sew", "hint": "synonyms for sew", "clues": [["stitch", "fasten by sewing; do needlework"], ["tailor", "create (clothes) with cloth"], ["tailor-make", "create (clothes) with cloth"], ["run up", "fasten by sewing; do needlework"], ["sew together", "fasten by sewing; do needlework"]]}, {"answer": "shake_off", "hint": "synonyms for shake off", "clues": [["cast off", "get rid of"], ["throw", "get rid of"], ["throw off", "get rid of"], ["drop", "get rid of"], ["throw away", "get rid of"], ["cast", "get rid of"], ["escape from", "get rid of"], ["shake", "get rid of"], ["shed", "get rid of"]]}, {"answer": "shake_up", "hint": "synonyms for shake up", "clues": [["stimulate", "stir the feelings, emotions, or peace of"], ["agitate", "change the arrangement or position of"], ["disturb", "change the arrangement or position of"], ["commove", "change the arrangement or position of"], ["bump around", "shock physically"], ["shake", "stir the feelings, emotions, or peace of"], ["reorganise", "organize anew"], ["raise up", "change the arrangement or position of"], ["vex", "change the arrangement or position of"], ["jar", "shock physically"], ["fluff up", "make fuller by shaking"], ["succuss", "shake; especially (a patient to detect fluids or air in the body)"], ["plump up", "make fuller by shaking"], ["stir", "stir the feelings, emotions, or peace of"], ["stir up", "change the arrangement or position of"], ["excite", "stir the feelings, emotions, or peace of"]]}, {"answer": "shape_up", "hint": "synonyms for shape up", "clues": [["advance", "develop in a positive way"], ["progress", "develop in a positive way"], ["come along", "develop in a positive way"], ["get along", "develop in a positive way"], ["come on", "develop in a positive way"], ["get on", "develop in a positive way"]]}, {"answer": "sharpen", "hint": "synonyms for sharpen", "clues": [["heighten", "make (one's senses) more acute"], ["taper", "give a point to"], ["focalise", "put (an image) into focus"], ["focus", "put (an image) into focus"], ["point", "give a point to"]]}, {"answer": "she-bop", "hint": "synonyms for she-bop", "clues": [["masturbate", "get sexual gratification through self-stimulation"], ["jerk off", "get sexual gratification through self-stimulation"], ["wank", "get sexual gratification through self-stimulation"], ["fuck off", "get sexual gratification through self-stimulation"], ["jack off", "get sexual gratification through self-stimulation"]]}, {"answer": "shed_light_on", "hint": "synonyms for shed light on", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["crystallise", "make free from confusion or ambiguity; make clear"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["sort out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"]]}, {"answer": "shell_out", "hint": "synonyms for shell out", "clues": [["administer", "administer or bestow, as in small portions"], ["dish out", "administer or bestow, as in small portions"], ["deal", "administer or bestow, as in small portions"], ["allot", "administer or bestow, as in small portions"], ["distribute", "administer or bestow, as in small portions"], ["dole out", "administer or bestow, as in small portions"], ["parcel out", "administer or bestow, as in small portions"], ["dispense", "administer or bestow, as in small portions"], ["mete out", "administer or bestow, as in small portions"], ["lot", "administer or bestow, as in small portions"], ["deal out", "administer or bestow, as in small portions"]]}, {"answer": "shelve", "hint": "synonyms for shelve", "clues": [["table", "hold back to a later time"], ["put over", "hold back to a later time"], ["prorogue", "hold back to a later time"], ["postpone", "hold back to a later time"], ["remit", "hold back to a later time"], ["set back", "hold back to a later time"], ["hold over", "hold back to a later time"], ["defer", "hold back to a later time"], ["put off", "hold back to a later time"]]}, {"answer": "shew", "hint": "synonyms for shew", "clues": [["show", "establish the validity of something, as by an example, explanation or experiment"], ["prove", "establish the validity of something, as by an example, explanation or experiment"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment"], ["establish", "establish the validity of something, as by an example, explanation or experiment"]]}, {"answer": "shine_up", "hint": "synonyms for shine up", "clues": [["cotton up", "ingratiate oneself to; often with insincere behavior"], ["cozy up", "ingratiate oneself to; often with insincere behavior"], ["suck up", "ingratiate oneself to; often with insincere behavior"], ["sidle up", "ingratiate oneself to; often with insincere behavior"], ["play up", "ingratiate oneself to; often with insincere behavior"]]}, {"answer": "shoot_a_line", "hint": "synonyms for shoot a line", "clues": [["brag", "show off"], ["boast", "show off"], ["bluster", "show off"], ["swash", "show off"], ["gasconade", "show off"], ["gas", "show off"], ["blow", "show off"], ["vaunt", "show off"], ["tout", "show off"]]}, {"answer": "shoot_down", "hint": "synonyms for shoot down", "clues": [["shoot", "move quickly and violently"], ["down", "shoot at and force to come down"], ["defeat", "thwart the passage of"], ["vote out", "thwart the passage of"], ["charge", "move quickly and violently"], ["tear", "move quickly and violently"], ["vote down", "thwart the passage of"], ["land", "shoot at and force to come down"], ["buck", "move quickly and violently"], ["kill", "thwart the passage of"]]}, {"answer": "shoot_the_breeze", "hint": "synonyms for shoot the breeze", "clues": [["visit", "talk socially without exchanging too much information"], ["chat", "talk socially without exchanging too much information"], ["chitchat", "talk socially without exchanging too much information"], ["jaw", "talk socially without exchanging too much information"], ["gossip", "talk socially without exchanging too much information"], ["natter", "talk socially without exchanging too much information"], ["claver", "talk socially without exchanging too much information"], ["confabulate", "talk socially without exchanging too much information"], ["chaffer", "talk socially without exchanging too much information"], ["chatter", "talk socially without exchanging too much information"], ["chew the fat", "talk socially without exchanging too much information"], ["confab", "talk socially without exchanging too much information"]]}, {"answer": "shop_at", "hint": "synonyms for shop at", "clues": [["patronise", "do one's shopping at; do business with; be a customer or client of"], ["buy at", "do one's shopping at; do business with; be a customer or client of"], ["shop", "do one's shopping at; do business with; be a customer or client of"], ["frequent", "do one's shopping at; do business with; be a customer or client of"], ["sponsor", "do one's shopping at; do business with; be a customer or client of"]]}, {"answer": "short-change", "hint": "synonyms for short-change", "clues": [["bunco", "deprive of by deceit"], ["mulct", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["gyp", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["short", "cheat someone by not returning him enough money"], ["victimize", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["diddle", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["con", "deprive of by deceit"]]}, {"answer": "short-circuit", "hint": "synonyms for short-circuit", "clues": [["bypass", "avoid something unpleasant or laborious"], ["get around", "avoid something unpleasant or laborious"], ["go around", "avoid something unpleasant or laborious"], ["short", "create a short circuit in"]]}, {"answer": "shorten", "hint": "synonyms for shorten", "clues": [["expurgate", "edit by omitting or modifying parts considered indelicate"], ["reduce", "reduce in scope while retaining essential elements"], ["castrate", "edit by omitting or modifying parts considered indelicate"], ["foreshorten", "reduce in scope while retaining essential elements"], ["contract", "reduce in scope while retaining essential elements"], ["abridge", "reduce in scope while retaining essential elements"], ["cut", "reduce in scope while retaining essential elements"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate"], ["abbreviate", "reduce in scope while retaining essential elements"]]}, {"answer": "shout_out", "hint": "synonyms for shout out", "clues": [["scream", "utter a sudden loud cry"], ["holler", "utter a sudden loud cry"], ["cry", "utter a sudden loud cry"], ["call", "utter a sudden loud cry"], ["vociferate", "utter in a very loud voice"], ["squall", "utter a sudden loud cry"], ["hollo", "utter a sudden loud cry"], ["shout", "utter a sudden loud cry"], ["yell", "utter a sudden loud cry"]]}, {"answer": "shovel_in", "hint": "synonyms for shovel in", "clues": [["bolt down", "eat a large amount of food quickly"], ["rake in", "earn large sums of money"], ["gobble up", "eat a large amount of food quickly"], ["garbage down", "eat a large amount of food quickly"]]}, {"answer": "show_off", "hint": "synonyms for show off", "clues": [["swank", "display proudly; act ostentatiously or pretentiously"], ["flash", "display proudly; act ostentatiously or pretentiously"], ["flaunt", "display proudly; act ostentatiously or pretentiously"], ["ostentate", "display proudly; act ostentatiously or pretentiously"]]}, {"answer": "show_up", "hint": "synonyms for show up", "clues": [["show", "be or become visible or noticeable"], ["turn up", "appear or become visible; make a showing"], ["surface", "appear or become visible; make a showing"], ["come on", "appear or become visible; make a showing"], ["come out", "appear or become visible; make a showing"]]}, {"answer": "shun", "hint": "synonyms for shun", "clues": [["blackball", "expel from a community or group"], ["cast out", "expel from a community or group"], ["ostracize", "expel from a community or group"], ["eschew", "avoid and stay away from deliberately; stay clear of"], ["ban", "expel from a community or group"], ["banish", "expel from a community or group"]]}, {"answer": "shut_away", "hint": "synonyms for shut away", "clues": [["shut up", "place in a place where something cannot be removed or someone cannot escape"], ["lock away", "place in a place where something cannot be removed or someone cannot escape"], ["lock", "place in a place where something cannot be removed or someone cannot escape"], ["lock up", "place in a place where something cannot be removed or someone cannot escape"], ["lock in", "place in a place where something cannot be removed or someone cannot escape"], ["put away", "place in a place where something cannot be removed or someone cannot escape"]]}, {"answer": "shut_down", "hint": "synonyms for shut down", "clues": [["close up", "cease to operate or cause to cease operating"], ["close down", "cease to operate or cause to cease operating"], ["fold", "cease to operate or cause to cease operating"], ["close", "cease to operate or cause to cease operating"]]}, {"answer": "sicken", "hint": "synonyms for sicken", "clues": [["revolt", "cause aversion in; offend the moral sense of"], ["turn one's stomach", "upset and make nauseated"], ["churn up", "cause aversion in; offend the moral sense of"], ["come down", "get sick"], ["disgust", "cause aversion in; offend the moral sense of"], ["nauseate", "cause aversion in; offend the moral sense of"]]}, {"answer": "sidle_up", "hint": "synonyms for sidle up", "clues": [["cotton up", "ingratiate oneself to; often with insincere behavior"], ["cozy up", "ingratiate oneself to; often with insincere behavior"], ["suck up", "ingratiate oneself to; often with insincere behavior"], ["play up", "ingratiate oneself to; often with insincere behavior"], ["shine up", "ingratiate oneself to; often with insincere behavior"]]}, {"answer": "signalise", "hint": "synonyms for signalise", "clues": [["call attention", "point out carefully and clearly"], ["signalize", "communicate silently and non-verbally by signals or signs"], ["sign", "communicate silently and non-verbally by signals or signs"], ["distinguish", "make conspicuous or noteworthy"], ["signal", "communicate silently and non-verbally by signals or signs"], ["point out", "point out carefully and clearly"]]}, {"answer": "signalize", "hint": "synonyms for signalize", "clues": [["call attention", "point out carefully and clearly"], ["sign", "communicate silently and non-verbally by signals or signs"], ["distinguish", "make conspicuous or noteworthy"], ["signalise", "point out carefully and clearly"], ["signal", "communicate silently and non-verbally by signals or signs"], ["point out", "point out carefully and clearly"]]}, {"answer": "simmer_down", "hint": "synonyms for simmer down", "clues": [["calm down", "become quiet or calm, especially after a state of agitation"], ["cool off", "become quiet or calm, especially after a state of agitation"], ["cool it", "become quiet or calm, especially after a state of agitation"], ["chill out", "become quiet or calm, especially after a state of agitation"], ["calm", "become quiet or calm, especially after a state of agitation"], ["settle down", "become quiet or calm, especially after a state of agitation"]]}, {"answer": "simulate", "hint": "synonyms for simulate", "clues": [["copy", "reproduce someone's behavior or looks"], ["sham", "make a pretence of"], ["model", "create a representation or model of"], ["imitate", "reproduce someone's behavior or looks"], ["assume", "make a pretence of"], ["feign", "make a pretence of"]]}, {"answer": "sing", "hint": "synonyms for sing", "clues": [["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["whistle", "make a whining, ringing, or whistling sound"], ["spill the beans", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"]]}, {"answer": "sink_in", "hint": "synonyms for sink in", "clues": [["filter", "pass through"], ["fall into place", "become clear or enter one's consciousness or emotions"], ["click", "become clear or enter one's consciousness or emotions"], ["get across", "become clear or enter one's consciousness or emotions"], ["get through", "become clear or enter one's consciousness or emotions"], ["dawn", "become clear or enter one's consciousness or emotions"], ["penetrate", "become clear or enter one's consciousness or emotions"], ["permeate", "pass through"], ["come home", "become clear or enter one's consciousness or emotions"], ["percolate", "pass through"]]}, {"answer": "sit", "hint": "synonyms for sit", "clues": [["ride", "sit and travel on the back of animal, usually while controlling its motions"], ["sit down", "show to a seat; assign a seat for"], ["posture", "assume a posture as for artistic purposes"], ["model", "assume a posture as for artistic purposes"], ["seat", "show to a seat; assign a seat for"], ["sit around", "be around, often idly or without specific purpose"], ["pose", "assume a posture as for artistic purposes"], ["baby-sit", "work or act as a baby-sitter"]]}, {"answer": "situate", "hint": "synonyms for situate", "clues": [["deposit", "put (something somewhere) firmly"], ["fix", "put (something somewhere) firmly"], ["locate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey"], ["posit", "put (something somewhere) firmly"]]}, {"answer": "skate_over", "hint": "synonyms for skate over", "clues": [["slur over", "treat hurriedly or avoid dealing with properly"], ["gloss over", "treat hurriedly or avoid dealing with properly"], ["skimp over", "treat hurriedly or avoid dealing with properly"], ["smooth over", "treat hurriedly or avoid dealing with properly"]]}, {"answer": "skimp_over", "hint": "synonyms for skimp over", "clues": [["slur over", "treat hurriedly or avoid dealing with properly"], ["gloss over", "treat hurriedly or avoid dealing with properly"], ["skate over", "treat hurriedly or avoid dealing with properly"], ["smooth over", "treat hurriedly or avoid dealing with properly"]]}, {"answer": "skitter", "hint": "synonyms for skitter", "clues": [["scamper", "to move about or proceed hurriedly"], ["scurry", "to move about or proceed hurriedly"], ["skip", "cause to skip over a surface"], ["skim", "cause to skip over a surface"], ["scuttle", "to move about or proceed hurriedly"]]}, {"answer": "skreak", "hint": "synonyms for skreak", "clues": [["whine", "make a high-pitched, screeching noise"], ["squawk", "utter a harsh abrupt scream"], ["squeak", "make a high-pitched, screeching noise"], ["creak", "make a high-pitched, screeching noise"], ["skreigh", "utter a harsh abrupt scream"], ["screech", "utter a harsh abrupt scream"]]}, {"answer": "skreigh", "hint": "synonyms for skreigh", "clues": [["screech", "utter a harsh abrupt scream"], ["squawk", "utter a harsh abrupt scream"], ["screak", "utter a harsh abrupt scream"], ["skreak", "utter a harsh abrupt scream"]]}, {"answer": "slabber", "hint": "synonyms for slabber", "clues": [["slobber", "let saliva drivel from the mouth"], ["slaver", "let saliva drivel from the mouth"], ["drool", "let saliva drivel from the mouth"], ["dribble", "let saliva drivel from the mouth"], ["drivel", "let saliva drivel from the mouth"]]}, {"answer": "slack_off", "hint": "synonyms for slack off", "clues": [["slack", "become less in amount or intensity"], ["let up", "become less in amount or intensity"], ["die away", "become less in amount or intensity"], ["abate", "become less in amount or intensity"]]}, {"answer": "slacken", "hint": "synonyms for slacken", "clues": [["slack", "make less active or fast"], ["slack up", "make less active or fast"], ["relax", "make less active or fast"], ["slow up", "become slow or slower"], ["slow", "become slow or slower"], ["slow down", "become slow or slower"], ["remit", "make slack as by lessening tension or firmness"]]}, {"answer": "slake", "hint": "synonyms for slake", "clues": [["slack", "cause to heat and crumble by treatment with water"], ["assuage", "satisfy (thirst)"], ["allay", "satisfy (thirst)"], ["quench", "satisfy (thirst)"], ["abate", "make less active or intense"]]}, {"answer": "slay", "hint": "synonyms for slay", "clues": [["polish off", "kill intentionally and with premeditation"], ["murder", "kill intentionally and with premeditation"], ["remove", "kill intentionally and with premeditation"], ["off", "kill intentionally and with premeditation"], ["dispatch", "kill intentionally and with premeditation"], ["hit", "kill intentionally and with premeditation"], ["bump off", "kill intentionally and with premeditation"]]}, {"answer": "sleep_together", "hint": "synonyms for sleep together", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep with", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "sleep_with", "hint": "synonyms for sleep with", "clues": [["have it away", "have sexual intercourse with"], ["roll in the hay", "have sexual intercourse with"], ["jazz", "have sexual intercourse with"], ["get it on", "have sexual intercourse with"], ["hump", "have sexual intercourse with"], ["screw", "have sexual intercourse with"], ["have sex", "have sexual intercourse with"], ["have intercourse", "have sexual intercourse with"], ["eff", "have sexual intercourse with"], ["get laid", "have sexual intercourse with"], ["love", "have sexual intercourse with"], ["have it off", "have sexual intercourse with"], ["fuck", "have sexual intercourse with"], ["do it", "have sexual intercourse with"], ["be intimate", "have sexual intercourse with"], ["bang", "have sexual intercourse with"], ["bed", "have sexual intercourse with"], ["make love", "have sexual intercourse with"], ["have a go at it", "have sexual intercourse with"], ["bonk", "have sexual intercourse with"], ["sleep together", "have sexual intercourse with"], ["know", "have sexual intercourse with"], ["make out", "have sexual intercourse with"], ["lie with", "have sexual intercourse with"]]}, {"answer": "slenderize", "hint": "synonyms for slenderize", "clues": [["slim", "take off weight"], ["melt off", "take off weight"], ["thin", "take off weight"], ["lose weight", "take off weight"], ["slim down", "take off weight"], ["reduce", "take off weight"], ["slenderise", "make slender or appear to be slender"]]}, {"answer": "slick_up", "hint": "synonyms for slick up", "clues": [["tittivate", "make neat, smart, or trim"], ["spruce", "make neat, smart, or trim"], ["spiff up", "make neat, smart, or trim"], ["smarten up", "make neat, smart, or trim"], ["spruce up", "make neat, smart, or trim"]]}, {"answer": "slide_by", "hint": "synonyms for slide by", "clues": [["go by", "pass by"], ["go along", "pass by"], ["glide by", "pass by"], ["elapse", "pass by"], ["slip away", "pass by"], ["slip by", "pass by"], ["pass", "pass by"]]}, {"answer": "slim_down", "hint": "synonyms for slim down", "clues": [["slenderize", "take off weight"], ["slim", "take off weight"], ["melt off", "take off weight"], ["thin", "take off weight"], ["lose weight", "take off weight"], ["reduce", "take off weight"]]}, {"answer": "slip_away", "hint": "synonyms for slip away", "clues": [["slide by", "pass by"], ["go by", "pass by"], ["go along", "pass by"], ["sneak away", "leave furtively and stealthily"], ["elapse", "pass by"], ["steal away", "leave furtively and stealthily"], ["slip by", "pass by"], ["sneak off", "leave furtively and stealthily"], ["pass", "pass by"], ["sneak out", "leave furtively and stealthily"]]}, {"answer": "slip_by", "hint": "synonyms for slip by", "clues": [["slide by", "pass by"], ["go by", "pass by"], ["go along", "pass by"], ["elapse", "pass by"], ["slip away", "pass by"], ["pass", "pass by"]]}, {"answer": "slog", "hint": "synonyms for slog", "clues": [["peg away", "work doggedly or persistently"], ["footslog", "walk heavily and firmly, as when weary, or through mud"], ["plod", "walk heavily and firmly, as when weary, or through mud"], ["trudge", "walk heavily and firmly, as when weary, or through mud"], ["plug away", "work doggedly or persistently"], ["slug", "strike heavily, especially with the fist or a bat"], ["keep one's shoulder to the wheel", "work doggedly or persistently"], ["keep one's nose to the grindstone", "work doggedly or persistently"], ["tramp", "walk heavily and firmly, as when weary, or through mud"], ["pad", "walk heavily and firmly, as when weary, or through mud"], ["swig", "strike heavily, especially with the fist or a bat"]]}, {"answer": "slosh", "hint": "synonyms for slosh", "clues": [["slop", "walk through mud or mire"], ["slush", "spill or splash copiously or clumsily"], ["splosh", "walk through mud or mire"], ["splash", "walk through mud or mire"], ["squelch", "walk through mud or mire"], ["squish", "walk through mud or mire"], ["slosh around", "spill or splash copiously or clumsily"]]}, {"answer": "slow_down", "hint": "synonyms for slow down", "clues": [["loosen up", "become less tense, rest, or take one's ease"], ["slow up", "become slow or slower"], ["slack", "become slow or slower"], ["decelerate", "lose velocity; move more slowly"], ["slow", "become slow or slower"], ["unwind", "become less tense, rest, or take one's ease"], ["slacken", "become slow or slower"], ["retard", "lose velocity; move more slowly"], ["relax", "become less tense, rest, or take one's ease"], ["decompress", "become less tense, rest, or take one's ease"], ["unbend", "become less tense, rest, or take one's ease"]]}, {"answer": "slow_up", "hint": "synonyms for slow up", "clues": [["slack", "become slow or slower"], ["decelerate", "lose velocity; move more slowly"], ["slow", "become slow or slower"], ["slow down", "become slow or slower"], ["slacken", "become slow or slower"], ["retard", "lose velocity; move more slowly"]]}, {"answer": "slue", "hint": "synonyms for slue", "clues": [["cut", "turn sharply; change direction abruptly"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner"], ["veer", "turn sharply; change direction abruptly"], ["swerve", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["trend", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "slur_over", "hint": "synonyms for slur over", "clues": [["smooth over", "treat hurriedly or avoid dealing with properly"], ["gloss over", "treat hurriedly or avoid dealing with properly"], ["skate over", "treat hurriedly or avoid dealing with properly"], ["skimp over", "treat hurriedly or avoid dealing with properly"]]}, {"answer": "smarten_up", "hint": "synonyms for smarten up", "clues": [["tittivate", "make neat, smart, or trim"], ["spiff up", "make neat, smart, or trim"], ["spruce", "make neat, smart, or trim"], ["spruce up", "make neat, smart, or trim"], ["slick up", "make neat, smart, or trim"]]}, {"answer": "smatter", "hint": "synonyms for smatter", "clues": [["play around", "work with in an amateurish manner"], ["blither", "to talk foolishly"], ["babble", "to talk foolishly"], ["dabble", "work with in an amateurish manner"]]}, {"answer": "smell_out", "hint": "synonyms for smell out", "clues": [["nose out", "recognize or detect by or as if by smelling"], ["scent out", "recognize or detect by or as if by smelling"], ["sense", "become aware of not through the senses but instinctively"], ["sniff out", "recognize or detect by or as if by smelling"], ["smell", "become aware of not through the senses but instinctively"]]}, {"answer": "smooth_over", "hint": "synonyms for smooth over", "clues": [["slur over", "treat hurriedly or avoid dealing with properly"], ["gloss over", "treat hurriedly or avoid dealing with properly"], ["skate over", "treat hurriedly or avoid dealing with properly"], ["skimp over", "treat hurriedly or avoid dealing with properly"]]}, {"answer": "snarf", "hint": "synonyms for snarf", "clues": [["pilfer", "make off with belongings of others"], ["sneak", "make off with belongings of others"], ["filch", "make off with belongings of others"], ["purloin", "make off with belongings of others"], ["swipe", "make off with belongings of others"], ["pinch", "make off with belongings of others"], ["hook", "make off with belongings of others"], ["lift", "make off with belongings of others"], ["nobble", "make off with belongings of others"], ["abstract", "make off with belongings of others"], ["cabbage", "make off with belongings of others"]]}, {"answer": "sneak_away", "hint": "synonyms for sneak away", "clues": [["sneak off", "leave furtively and stealthily"], ["steal away", "leave furtively and stealthily"], ["sneak out", "leave furtively and stealthily"], ["slip away", "leave furtively and stealthily"]]}, {"answer": "sneak_in", "hint": "synonyms for sneak in", "clues": [["insert", "insert casually"], ["slip in", "insert casually"], ["stick in", "insert casually"], ["creep in", "enter surreptitiously"]]}, {"answer": "sneak_off", "hint": "synonyms for sneak off", "clues": [["sneak away", "leave furtively and stealthily"], ["steal away", "leave furtively and stealthily"], ["sneak out", "leave furtively and stealthily"], ["slip away", "leave furtively and stealthily"]]}, {"answer": "sneak_out", "hint": "synonyms for sneak out", "clues": [["sneak off", "leave furtively and stealthily"], ["sneak away", "leave furtively and stealthily"], ["steal away", "leave furtively and stealthily"], ["slip away", "leave furtively and stealthily"]]}, {"answer": "snuff_it", "hint": "synonyms for snuff it", "clues": [["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life"]]}, {"answer": "soak_up", "hint": "synonyms for soak up", "clues": [["engulf", "devote (oneself) fully to"], ["plunge", "devote (oneself) fully to"], ["sop up", "take in, also metaphorically"], ["take up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["engross", "devote (oneself) fully to"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["draw", "take in, also metaphorically"], ["immerse", "devote (oneself) fully to"], ["steep", "devote (oneself) fully to"], ["suck up", "take in, also metaphorically"], ["take in", "take in, also metaphorically"]]}, {"answer": "soar_up", "hint": "synonyms for soar up", "clues": [["soar upwards", "rise rapidly"], ["zoom", "rise rapidly"], ["surge", "rise rapidly"], ["soar", "rise rapidly"]]}, {"answer": "soar_upwards", "hint": "synonyms for soar upwards", "clues": [["surge", "rise rapidly"], ["soar up", "rise rapidly"], ["soar", "rise rapidly"], ["zoom", "rise rapidly"]]}, {"answer": "soften", "hint": "synonyms for soften", "clues": [["break", "lessen in force or effect"], ["yield", "give in, as to influence or pressure"], ["relent", "give in, as to influence or pressure"], ["moderate", "make less severe or harsh"], ["mince", "make less severe or harsh"], ["buffer", "protect from impact"], ["damp", "lessen in force or effect"], ["cushion", "protect from impact"], ["dampen", "lessen in force or effect"], ["weaken", "lessen in force or effect"]]}, {"answer": "solicit", "hint": "synonyms for solicit", "clues": [["romance", "make amorous advances towards"], ["woo", "make amorous advances towards"], ["hook", "approach with an offer of sexual favors"], ["court", "make amorous advances towards"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently"], ["tap", "make a solicitation or entreaty for something; request urgently or persistently"], ["accost", "approach with an offer of sexual favors"]]}, {"answer": "solve", "hint": "synonyms for solve", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["resolve", "find the solution"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["work out", "find the solution to (a problem or question) or understand the meaning of"], ["clear", "settle, as of a debt"]]}, {"answer": "sop_up", "hint": "synonyms for sop up", "clues": [["soak up", "take in, also metaphorically"], ["take up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["draw", "take in, also metaphorically"], ["take in", "take up as if with a sponge"], ["suck in", "take up as if with a sponge"], ["suck up", "take in, also metaphorically"]]}, {"answer": "sort_out", "hint": "synonyms for sort out", "clues": [["straighten out", "make free from confusion or ambiguity; make clear"], ["clear", "make free from confusion or ambiguity; make clear"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["assort", "arrange or order by classes or categories"], ["class", "arrange or order by classes or categories"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["sort", "arrange or order by classes or categories"], ["classify", "arrange or order by classes or categories"], ["correct", "punish in order to gain control or enforce obedience"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["clear up", "make free from confusion or ambiguity; make clear"], ["discipline", "punish in order to gain control or enforce obedience"], ["separate", "arrange or order by classes or categories"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "sound_off", "hint": "synonyms for sound off", "clues": [["speak up", "express one's opinion openly and without fear or hesitation"], ["plain", "express complaints, discontent, displeasure, or unhappiness"], ["strike up", "start playing"], ["animadvert", "express one's opinion openly and without fear or hesitation"], ["opine", "express one's opinion openly and without fear or hesitation"], ["quetch", "express complaints, discontent, displeasure, or unhappiness"], ["speak out", "express one's opinion openly and without fear or hesitation"], ["kick", "express complaints, discontent, displeasure, or unhappiness"], ["complain", "express complaints, discontent, displeasure, or unhappiness"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness"]]}, {"answer": "sound_out", "hint": "synonyms for sound out", "clues": [["articulate", "speak, pronounce, or utter in a certain way"], ["feel out", "try to learn someone's opinions and intentions"], ["enounce", "speak, pronounce, or utter in a certain way"], ["say", "speak, pronounce, or utter in a certain way"], ["enunciate", "speak, pronounce, or utter in a certain way"], ["pronounce", "speak, pronounce, or utter in a certain way"], ["check out", "try to learn someone's opinions and intentions"]]}, {"answer": "spark_off", "hint": "synonyms for spark off", "clues": [["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["trip", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "speak", "hint": "synonyms for speak", "clues": [["talk", "exchange thoughts; talk with"], ["address", "give a speech to"], ["verbalize", "express in speech"], ["mouth", "express in speech"], ["utter", "express in speech"]]}, {"answer": "speak_out", "hint": "synonyms for speak out", "clues": [["sound off", "express one's opinion openly and without fear or hesitation"], ["speak up", "express one's opinion openly and without fear or hesitation"], ["animadvert", "express one's opinion openly and without fear or hesitation"], ["opine", "express one's opinion openly and without fear or hesitation"]]}, {"answer": "speak_up", "hint": "synonyms for speak up", "clues": [["sound off", "express one's opinion openly and without fear or hesitation"], ["speak out", "express one's opinion openly and without fear or hesitation"], ["animadvert", "express one's opinion openly and without fear or hesitation"], ["opine", "express one's opinion openly and without fear or hesitation"]]}, {"answer": "specialise", "hint": "synonyms for specialise", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specialize", "suit to a special purpose"], ["particularise", "be specific about"], ["narrow down", "become more focus on an area of activity or field of study"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specify", "be specific about"], ["narrow", "become more focus on an area of activity or field of study"]]}, {"answer": "specialize", "hint": "synonyms for specialize", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specialise", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["particularise", "be specific about"], ["narrow down", "become more focus on an area of activity or field of study"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment"], ["specify", "be specific about"], ["narrow", "become more focus on an area of activity or field of study"]]}, {"answer": "specify", "hint": "synonyms for specify", "clues": [["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["fix", "decide upon or fix definitely"], ["determine", "decide upon or fix definitely"], ["particularise", "be specific about"], ["assign", "select something or someone for a specific purpose"], ["specialize", "be specific about"], ["designate", "design or destine"], ["delineate", "determine the essential quality of"], ["intend", "design or destine"], ["delimit", "determine the essential quality of"], ["set apart", "select something or someone for a specific purpose"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"], ["destine", "design or destine"], ["define", "determine the essential quality of"], ["nail down", "define clearly"], ["limit", "decide upon or fix definitely"], ["narrow down", "define clearly"], ["peg down", "define clearly"], ["set", "decide upon or fix definitely"], ["delimitate", "determine the essential quality of"], ["pin down", "define clearly"], ["narrow", "define clearly"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement"]]}, {"answer": "speculate", "hint": "synonyms for speculate", "clues": [["theorise", "to believe especially on uncertain or tentative grounds"], ["reflect", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["hypothesise", "to believe especially on uncertain or tentative grounds"], ["ruminate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["think over", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["job", "invest at a risk"], ["ponder", "reflect deeply on a subject"], ["suppose", "to believe especially on uncertain or tentative grounds"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "spellbind", "hint": "synonyms for spellbind", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["magnetise", "attract strongly, as if with a magnet"], ["bewitch", "attract strongly, as if with a magnet"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["mesmerise", "attract strongly, as if with a magnet"], ["entrance", "put into a trance"]]}, {"answer": "spend_a_penny", "hint": "synonyms for spend a penny", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "spew", "hint": "synonyms for spew", "clues": [["spit", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["ptyalize", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["eruct", "eject or send out in large quantities, also metaphorical"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["spew out", "eject or send out in large quantities, also metaphorical"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "spiel_off", "hint": "synonyms for spiel off", "clues": [["roll off", "recite volubly or extravagantly"], ["rattle off", "recite volubly or extravagantly"], ["rattle down", "recite volubly or extravagantly"], ["reel off", "recite volubly or extravagantly"]]}, {"answer": "spiff_up", "hint": "synonyms for spiff up", "clues": [["titivate", "make neat, smart, or trim"], ["smarten up", "make neat, smart, or trim"], ["spruce up", "make neat, smart, or trim"], ["spruce", "make neat, smart, or trim"], ["slick up", "make neat, smart, or trim"]]}, {"answer": "spill_over", "hint": "synonyms for spill over", "clues": [["pour out", "be disgorged"], ["bubble over", "overflow with a certain feeling"], ["overflow", "overflow with a certain feeling"], ["spill out", "be disgorged"]]}, {"answer": "spill_the_beans", "hint": "synonyms for spill the beans", "clues": [["babble", "divulge confidential information or secrets"], ["blab", "divulge confidential information or secrets"], ["babble out", "divulge confidential information or secrets"], ["peach", "divulge confidential information or secrets"], ["tattle", "divulge confidential information or secrets"], ["sing", "divulge confidential information or secrets"], ["blab out", "divulge confidential information or secrets"], ["let the cat out of the bag", "divulge confidential information or secrets"], ["talk", "divulge confidential information or secrets"]]}, {"answer": "spin_around", "hint": "synonyms for spin around", "clues": [["reel", "revolve quickly and repeatedly around one's own axis"], ["spin", "revolve quickly and repeatedly around one's own axis"], ["whirl", "revolve quickly and repeatedly around one's own axis"], ["gyrate", "revolve quickly and repeatedly around one's own axis"]]}, {"answer": "spit_out", "hint": "synonyms for spit out", "clues": [["splutter", "spit up in an explosive manner"], ["spit", "utter with anger or contempt"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["cough up", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth"]]}, {"answer": "spit_up", "hint": "synonyms for spit up", "clues": [["cough up", "give reluctantly"], ["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth"], ["pony up", "give reluctantly"], ["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth"]]}, {"answer": "splosh", "hint": "synonyms for splosh", "clues": [["plash", "dash a liquid upon or against"], ["slop", "walk through mud or mire"], ["spatter", "dash a liquid upon or against"], ["slosh", "make a splashing sound"], ["sprinkle", "cause (a liquid) to spatter about, especially with force"], ["squelch", "walk through mud or mire"], ["slush", "make a splashing sound"], ["squish", "walk through mud or mire"], ["swash", "dash a liquid upon or against"]]}, {"answer": "spread_out", "hint": "synonyms for spread out", "clues": [["scatter", "strew or distribute over an area"], ["dissipate", "move away from each other"], ["expand", "extend in one or more directions"], ["rotate", "turn outward"], ["splay", "turn outward"], ["open", "spread out or open from a closed or folded state"], ["diffuse", "move outward"], ["spread", "move outward"], ["unfold", "spread out or open from a closed or folded state"], ["fan out", "move outward"], ["disperse", "move away from each other"], ["string out", "set out or stretch in a line, succession, or series"], ["turn out", "turn outward"]]}, {"answer": "spring_up", "hint": "synonyms for spring up", "clues": [["rise", "come into existence; take on form or shape"], ["uprise", "come into existence; take on form or shape"], ["originate", "come into existence; take on form or shape"], ["grow", "come into existence; take on form or shape"], ["develop", "come into existence; take on form or shape"]]}, {"answer": "spruce_up", "hint": "synonyms for spruce up", "clues": [["tittivate", "make neat, smart, or trim"], ["spruce", "make neat, smart, or trim"], ["spiff up", "make neat, smart, or trim"], ["smarten up", "make neat, smart, or trim"], ["slick up", "make neat, smart, or trim"]]}, {"answer": "spue", "hint": "synonyms for spue", "clues": [["spit", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["ptyalize", "expel or eject (saliva or phlegm or sputum) from the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "spurn", "hint": "synonyms for spurn", "clues": [["scorn", "reject with contempt"], ["reject", "reject with contempt"], ["turn down", "reject with contempt"], ["freeze off", "reject with contempt"], ["disdain", "reject with contempt"], ["pooh-pooh", "reject with contempt"]]}, {"answer": "squander", "hint": "synonyms for squander", "clues": [["ware", "spend extravagantly"], ["waste", "spend extravagantly"], ["consume", "spend extravagantly"], ["blow", "spend thoughtlessly; throw away"]]}, {"answer": "square_away", "hint": "synonyms for square away", "clues": [["neaten", "put (things or places) in order"], ["straighten", "put (things or places) in order"], ["tidy", "put (things or places) in order"], ["straighten out", "put (things or places) in order"], ["clean up", "put (things or places) in order"], ["tidy up", "put (things or places) in order"]]}, {"answer": "square_up", "hint": "synonyms for square up", "clues": [["square", "make square"], ["even up", "even up the edges of a stack of paper, in printing"], ["determine", "settle conclusively; come to terms"], ["settle", "settle conclusively; come to terms"], ["square off", "settle conclusively; come to terms"], ["jog", "even up the edges of a stack of paper, in printing"]]}, {"answer": "squeak_by", "hint": "synonyms for squeak by", "clues": [["rub along", "manage one's existence barely"], ["squeak through", "escape"], ["scrape along", "manage one's existence barely"], ["scrape by", "manage one's existence barely"], ["scratch along", "manage one's existence barely"], ["squeeze by", "manage one's existence barely"]]}, {"answer": "squeeze_by", "hint": "synonyms for squeeze by", "clues": [["rub along", "manage one's existence barely"], ["squeak by", "manage one's existence barely"], ["scrape along", "manage one's existence barely"], ["scrape by", "manage one's existence barely"], ["scratch along", "manage one's existence barely"]]}, {"answer": "squeeze_out", "hint": "synonyms for squeeze out", "clues": [["wring out", "extract (liquid) by squeezing or pressing"], ["force out", "cause to come out in a squirt"], ["eject", "cause to come out in a squirt"], ["eke out", "obtain with difficulty"], ["squirt", "cause to come out in a squirt"], ["extrude", "form or shape by forcing through an opening"]]}, {"answer": "squirrel_away", "hint": "synonyms for squirrel away", "clues": [["lay away", "save up as for future use"], ["cache", "save up as for future use"], ["hive up", "save up as for future use"], ["hoard", "save up as for future use"], ["stash", "save up as for future use"]]}, {"answer": "stack_away", "hint": "synonyms for stack away", "clues": [["put in", "keep or lay aside for future use"], ["store", "keep or lay aside for future use"], ["lay in", "keep or lay aside for future use"], ["hive away", "keep or lay aside for future use"], ["stash away", "keep or lay aside for future use"], ["salt away", "keep or lay aside for future use"]]}, {"answer": "stamp_down", "hint": "synonyms for stamp down", "clues": [["conquer", "to put down by force or authority"], ["curb", "to put down by force or authority"], ["suppress", "to put down by force or authority"], ["subdue", "to put down by force or authority"], ["inhibit", "to put down by force or authority"]]}, {"answer": "stand_back", "hint": "synonyms for stand back", "clues": [["keep one's eyes off", "stay clear of, avoid"], ["stay away", "stay clear of, avoid"], ["keep one's distance", "stay clear of, avoid"], ["keep one's hands off", "stay clear of, avoid"]]}, {"answer": "stand_by", "hint": "synonyms for stand by", "clues": [["stick", "be loyal to"], ["stick by", "be loyal to"], ["stick about", "be available or ready for a certain function or service"], ["adhere", "be loyal to"], ["stick around", "be available or ready for a certain function or service"]]}, {"answer": "stand_firm", "hint": "synonyms for stand firm", "clues": [["withstand", "stand up or offer resistance to somebody or something"], ["resist", "stand up or offer resistance to somebody or something"], ["stand pat", "refuse to abandon one's opinion or belief"], ["stand fast", "refuse to abandon one's opinion or belief"], ["hold firm", "refuse to abandon one's opinion or belief"], ["hold out", "stand up or offer resistance to somebody or something"]]}, {"answer": "stand_for", "hint": "synonyms for stand for", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol"], ["symbolize", "express indirectly by an image, form, or model; be a symbol"], ["mean", "denote or connote"], ["hold still for", "tolerate or bear"], ["represent", "express indirectly by an image, form, or model; be a symbol"], ["correspond", "take the place of or be parallel or equivalent to"], ["signify", "denote or connote"], ["intend", "denote or connote"]]}, {"answer": "stand_out", "hint": "synonyms for stand out", "clues": [["leap out", "be highly noticeable"], ["surpass", "distinguish oneself"], ["jump", "be highly noticeable"], ["excel", "distinguish oneself"], ["stick out", "be highly noticeable"], ["jump out", "be highly noticeable"]]}, {"answer": "stand_up", "hint": "synonyms for stand up", "clues": [["get up", "rise to one's feet"], ["hold up", "resist or withstand wear, criticism, etc."], ["hold water", "resist or withstand wear, criticism, etc."], ["uprise", "rise to one's feet"], ["stick up", "defend against attack or criticism"], ["place upright", "put into an upright position"], ["rise", "rise to one's feet"], ["bristle", "rise up as in fear"], ["stand", "be standing; be upright"]]}, {"answer": "start_out", "hint": "synonyms for start out", "clues": [["take off", "leave"], ["depart", "leave"], ["set about", "take the first step or steps in carrying out an action"], ["set off", "leave"], ["get", "take the first step or steps in carrying out an action"], ["part", "leave"], ["set forth", "leave"], ["commence", "take the first step or steps in carrying out an action"], ["get down", "take the first step or steps in carrying out an action"], ["start", "leave"], ["begin", "take the first step or steps in carrying out an action"]]}, {"answer": "starve", "hint": "synonyms for starve", "clues": [["famish", "be hungry; go without food"], ["hunger", "be hungry; go without food"], ["crave", "have a craving, appetite, or great desire for"], ["thirst", "have a craving, appetite, or great desire for"], ["lust", "have a craving, appetite, or great desire for"]]}, {"answer": "stash_away", "hint": "synonyms for stash away", "clues": [["salt away", "keep or lay aside for future use"], ["store", "keep or lay aside for future use"], ["lay in", "keep or lay aside for future use"], ["hive away", "keep or lay aside for future use"], ["put in", "keep or lay aside for future use"], ["stack away", "keep or lay aside for future use"]]}, {"answer": "stave_off", "hint": "synonyms for stave off", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["ward off", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "stay_away", "hint": "synonyms for stay away", "clues": [["keep one's eyes off", "stay clear of, avoid"], ["keep one's distance", "stay clear of, avoid"], ["stand back", "stay clear of, avoid"], ["keep one's hands off", "stay clear of, avoid"]]}, {"answer": "steady_down", "hint": "synonyms for steady down", "clues": [["settle down", "become settled or established and stable in one's residence or life style"], ["take root", "become settled or established and stable in one's residence or life style"], ["settle", "become settled or established and stable in one's residence or life style"], ["root", "become settled or established and stable in one's residence or life style"]]}, {"answer": "steal_away", "hint": "synonyms for steal away", "clues": [["sneak off", "leave furtively and stealthily"], ["sneak away", "leave furtively and stealthily"], ["sneak out", "leave furtively and stealthily"], ["slip away", "leave furtively and stealthily"]]}, {"answer": "step_down", "hint": "synonyms for step down", "clues": [["weaken", "reduce the level or intensity or size or scope of"], ["de-escalate", "reduce the level or intensity or size or scope of"], ["leave office", "give up or retire from a position"], ["resign", "give up or retire from a position"], ["quit", "give up or retire from a position"]]}, {"answer": "step_forward", "hint": "synonyms for step forward", "clues": [["step up", "make oneself visible; take action"], ["come out", "make oneself visible; take action"], ["come to the fore", "make oneself visible; take action"], ["step to the fore", "make oneself visible; take action"], ["come forward", "make oneself visible; take action"]]}, {"answer": "step_in", "hint": "synonyms for step in", "clues": [["deputise", "act as a substitute"], ["interfere", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["intervene", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["interpose", "get involved, so as to alter or hinder an action, or through force or threat of force"], ["substitute", "act as a substitute"]]}, {"answer": "step_on_it", "hint": "synonyms for step on it", "clues": [["hotfoot", "move fast"], ["cannonball along", "move fast"], ["race", "move fast"], ["belt along", "move fast"], ["bucket along", "move fast"], ["rush", "move fast"], ["speed", "move fast"], ["rush along", "move fast"], ["hie", "move fast"], ["hasten", "move fast"]]}, {"answer": "step_to_the_fore", "hint": "synonyms for step to the fore", "clues": [["step forward", "make oneself visible; take action"], ["step up", "make oneself visible; take action"], ["come out", "make oneself visible; take action"], ["come to the fore", "make oneself visible; take action"], ["come forward", "make oneself visible; take action"]]}, {"answer": "step_up", "hint": "synonyms for step up", "clues": [["step forward", "make oneself visible; take action"], ["come to the fore", "make oneself visible; take action"], ["step to the fore", "make oneself visible; take action"], ["escalate", "increase in extent or intensity"], ["come forward", "make oneself visible; take action"], ["rev up", "speed up"], ["come out", "make oneself visible; take action"], ["intensify", "increase in extent or intensity"]]}, {"answer": "sterilise", "hint": "synonyms for sterilise", "clues": [["desexualize", "make infertile"], ["fix", "make infertile"], ["sterilize", "make infertile"], ["unsex", "make infertile"], ["desex", "make infertile"]]}, {"answer": "sterilize", "hint": "synonyms for sterilize", "clues": [["fix", "make infertile"], ["desexualise", "make infertile"], ["sterilise", "make infertile"], ["unsex", "make infertile"], ["desex", "make infertile"]]}, {"answer": "stick_around", "hint": "synonyms for stick around", "clues": [["stand by", "be available or ready for a certain function or service"], ["stay put", "stay put (in a certain place)"], ["stick", "stay put (in a certain place)"], ["stick about", "be available or ready for a certain function or service"], ["stay", "stay put (in a certain place)"]]}, {"answer": "stick_in", "hint": "synonyms for stick in", "clues": [["introduce", "introduce"], ["insert", "introduce"], ["inclose", "introduce"], ["put in", "introduce"], ["slip in", "insert casually"], ["sneak in", "insert casually"]]}, {"answer": "stick_out", "hint": "synonyms for stick out", "clues": [["suffer", "put up with something or somebody unpleasant"], ["tolerate", "put up with something or somebody unpleasant"], ["protrude", "extend out or project in space"], ["endure", "put up with something or somebody unpleasant"], ["project", "extend out or project in space"], ["support", "put up with something or somebody unpleasant"], ["jut out", "extend out or project in space"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["leap out", "be highly noticeable"], ["abide", "put up with something or somebody unpleasant"], ["jump out", "be highly noticeable"], ["jut", "extend out or project in space"], ["stand out", "be highly noticeable"], ["jump", "be highly noticeable"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "stick_to", "hint": "synonyms for stick to", "clues": [["stick", "stick to firmly"], ["bond", "stick to firmly"], ["bind", "stick to firmly"], ["stick with", "keep to"], ["adhere", "stick to firmly"], ["hold fast", "stick to firmly"], ["follow", "keep to"]]}, {"answer": "stigmatise", "hint": "synonyms for stigmatise", "clues": [["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"]]}, {"answer": "stigmatize", "hint": "synonyms for stigmatize", "clues": [["brand", "to accuse or condemn or openly or formally or brand as disgraceful"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful"], ["stigmatise", "mark with a stigma or stigmata"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful"]]}, {"answer": "stimulate", "hint": "synonyms for stimulate", "clues": [["energize", "cause to be alert and energetic"], ["provoke", "provide the needed stimulus for"], ["make", "cause to do; cause to act in a specified manner"], ["excite", "stir feelings in"], ["arouse", "cause to be alert and energetic"], ["shake", "stir the feelings, emotions, or peace of"], ["shake up", "stir the feelings, emotions, or peace of"], ["induce", "cause to do; cause to act in a specified manner"], ["stir", "stir the feelings, emotions, or peace of"], ["brace", "cause to be alert and energetic"], ["cause", "cause to do; cause to act in a specified manner"], ["have", "cause to do; cause to act in a specified manner"], ["get", "cause to do; cause to act in a specified manner"], ["hasten", "cause to occur rapidly"], ["perk up", "cause to be alert and energetic"], ["rush", "cause to occur rapidly"]]}, {"answer": "stir_up", "hint": "synonyms for stir up", "clues": [["inflame", "arouse or excite feelings and passions"], ["disturb", "change the arrangement or position of"], ["agitate", "change the arrangement or position of"], ["incite", "provoke or stir up"], ["commove", "change the arrangement or position of"], ["raise up", "change the arrangement or position of"], ["vex", "change the arrangement or position of"], ["shake up", "change the arrangement or position of"], ["foment", "try to stir up public opinion"], ["fire up", "arouse or excite feelings and passions"], ["instigate", "provoke or stir up"], ["set off", "provoke or stir up"], ["ignite", "arouse or excite feelings and passions"], ["heat", "arouse or excite feelings and passions"], ["wake", "arouse or excite feelings and passions"]]}, {"answer": "straighten", "hint": "synonyms for straighten", "clues": [["straighten out", "make straight"], ["tidy up", "put (things or places) in order"], ["neaten", "put (things or places) in order"], ["tidy", "put (things or places) in order"], ["clean up", "put (things or places) in order"], ["square away", "put (things or places) in order"], ["roll out", "straighten by unrolling"], ["unbend", "straighten up or out; make straight"]]}, {"answer": "straighten_out", "hint": "synonyms for straighten out", "clues": [["sort out", "make free from confusion or ambiguity; make clear"], ["reform", "change for the better"], ["clear", "make free from confusion or ambiguity; make clear"], ["crystallize", "make free from confusion or ambiguity; make clear"], ["tidy up", "put (things or places) in order"], ["unsnarl", "extricate from entanglement"], ["iron out", "settle or put right"], ["enlighten", "make free from confusion or ambiguity; make clear"], ["straighten", "put (things or places) in order"], ["tidy", "put (things or places) in order"], ["see the light", "change for the better"], ["clean up", "put (things or places) in order"], ["square away", "put (things or places) in order"], ["disentangle", "extricate from entanglement"], ["elucidate", "make free from confusion or ambiguity; make clear"], ["illuminate", "make free from confusion or ambiguity; make clear"], ["put right", "settle or put right"], ["neaten", "put (things or places) in order"], ["shed light on", "make free from confusion or ambiguity; make clear"]]}, {"answer": "strangle", "hint": "synonyms for strangle", "clues": [["repress", "conceal or hide"], ["muffle", "conceal or hide"], ["halter", "prevent the progress or free movement of"], ["smother", "conceal or hide"], ["strangulate", "kill by squeezing the throat of so as to cut off the air"], ["throttle", "kill by squeezing the throat of so as to cut off the air"], ["hamper", "prevent the progress or free movement of"], ["stifle", "conceal or hide"], ["cramp", "prevent the progress or free movement of"], ["suffocate", "struggle for breath; have insufficient oxygen intake"], ["gag", "struggle for breath; have insufficient oxygen intake"], ["choke", "struggle for breath; have insufficient oxygen intake"]]}, {"answer": "strengthen", "hint": "synonyms for strengthen", "clues": [["beef up", "make strong or stronger"], ["tone up", "give a healthy elasticity to"], ["tone", "give a healthy elasticity to"], ["fortify", "make strong or stronger"]]}, {"answer": "stretch_forth", "hint": "synonyms for stretch forth", "clues": [["exsert", "thrust or extend out"], ["stretch out", "thrust or extend out"], ["hold out", "thrust or extend out"], ["put out", "thrust or extend out"], ["extend", "thrust or extend out"]]}, {"answer": "stretch_out", "hint": "synonyms for stretch out", "clues": [["stretch forth", "thrust or extend out"], ["stretch", "extend or stretch out to a greater or the full length"], ["extend", "extend or stretch out to a greater or the full length"], ["crane", "stretch (the neck) so as to see better"], ["hold out", "thrust or extend out"], ["put out", "thrust or extend out"], ["unfold", "extend or stretch out to a greater or the full length"], ["exsert", "thrust or extend out"]]}, {"answer": "strike_a_chord", "hint": "synonyms for strike a chord", "clues": [["hit home", "refer to or be relevant or familiar to"], ["strike a note", "refer to or be relevant or familiar to"], ["strike home", "refer to or be relevant or familiar to"], ["touch a chord", "evoke a reaction, response, or emotion"]]}, {"answer": "strike_down", "hint": "synonyms for strike down", "clues": [["cancel", "declare null and void; make ineffective"], ["cut down", "cause to fall by or as if by delivering a blow"], ["fell", "cause to fall by or as if by delivering a blow"], ["drop", "cause to fall by or as if by delivering a blow"]]}, {"answer": "strike_off", "hint": "synonyms for strike off", "clues": [["cross out", "remove from a list"], ["strike out", "remove from a list"], ["cross off", "remove from a list"], ["mark", "remove from a list"]]}, {"answer": "strike_out", "hint": "synonyms for strike out", "clues": [["strike off", "remove from a list"], ["cross off", "remove from a list"], ["cross out", "remove from a list"], ["retire", "cause to get out"], ["mark", "remove from a list"]]}, {"answer": "strip_down", "hint": "synonyms for strip down", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["strip", "get undressed"], ["peel", "get undressed"], ["unclothe", "get undressed"], ["undress", "get undressed"]]}, {"answer": "stun", "hint": "synonyms for stun", "clues": [["stupefy", "make senseless or dizzy by or as if by a blow"], ["sandbag", "hit something or somebody as if with a sandbag"], ["bedaze", "overcome as with astonishment or disbelief"], ["daze", "overcome as with astonishment or disbelief"]]}, {"answer": "stupefy", "hint": "synonyms for stupefy", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["amaze", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["besot", "make dull or stupid or muddle with drunkenness or infatuation"], ["bewilder", "be a mystery or bewildering to"], ["perplex", "be a mystery or bewildering to"], ["gravel", "be a mystery or bewildering to"], ["stun", "make senseless or dizzy by or as if by a blow"], ["mystify", "be a mystery or bewildering to"], ["stick", "be a mystery or bewildering to"], ["nonplus", "be a mystery or bewildering to"], ["vex", "be a mystery or bewildering to"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "subdue", "hint": "synonyms for subdue", "clues": [["master", "get on top of; deal with successfully"], ["keep down", "put down by force or intimidation"], ["stamp down", "to put down by force or authority"], ["quash", "put down by force or intimidation"], ["inhibit", "to put down by force or authority"], ["crucify", "hold within limits and control"], ["repress", "put down by force or intimidation"], ["get over", "get on top of; deal with successfully"], ["conquer", "to put down by force or authority"], ["chasten", "correct by punishment or discipline"], ["reduce", "put down by force or intimidation"], ["mortify", "hold within limits and control"], ["suppress", "to put down by force or authority"], ["overcome", "get on top of; deal with successfully"], ["subordinate", "make subordinate, dependent, or subservient"], ["subjugate", "put down by force or intimidation"], ["surmount", "get on top of; deal with successfully"], ["tame", "correct by punishment or discipline"], ["curb", "to put down by force or authority"]]}, {"answer": "subjugate", "hint": "synonyms for subjugate", "clues": [["quash", "put down by force or intimidation"], ["subdue", "put down by force or intimidation"], ["reduce", "put down by force or intimidation"], ["repress", "put down by force or intimidation"], ["subject", "make subservient; force to submit or subdue"], ["keep down", "put down by force or intimidation"]]}, {"answer": "submerge", "hint": "synonyms for submerge", "clues": [["submerse", "sink below the surface; go under or as if under water"], ["deluge", "fill or cover completely, usually with water"], ["overwhelm", "cover completely or make imperceptible"], ["drown", "cover completely or make imperceptible"], ["inundate", "fill or cover completely, usually with water"]]}, {"answer": "submit", "hint": "synonyms for submit", "clues": [["present", "hand over formally"], ["posit", "put before"], ["bow", "yield to another's wish or opinion"], ["state", "put before"], ["give in", "yield to another's wish or opinion"], ["reconcile", "accept as inevitable"], ["render", "make over as a return"], ["put in", "make an application as for a job or funding"], ["accede", "yield to another's wish or opinion"], ["relegate", "refer to another person for decision or judgment"], ["put forward", "put before"], ["defer", "yield to another's wish or opinion"], ["pass on", "refer to another person for decision or judgment"], ["subject", "refer for judgment or consideration"], ["take", "accept or undergo, often unwillingly"], ["resign", "accept as inevitable"]]}, {"answer": "subscribe", "hint": "synonyms for subscribe", "clues": [["pledge", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals"], ["support", "adopt as a belief"], ["take", "receive or obtain regularly"], ["subscribe to", "receive or obtain regularly"], ["sign", "mark with one's signature; write one's name (on)"]]}, {"answer": "substantiate", "hint": "synonyms for substantiate", "clues": [["realize", "make real or concrete; give reality or substance to"], ["confirm", "establish or strengthen as with new evidence or facts"], ["embody", "represent in bodily form"], ["affirm", "establish or strengthen as with new evidence or facts"], ["support", "establish or strengthen as with new evidence or facts"], ["sustain", "establish or strengthen as with new evidence or facts"], ["incarnate", "represent in bodily form"], ["actualise", "make real or concrete; give reality or substance to"], ["body forth", "represent in bodily form"], ["corroborate", "establish or strengthen as with new evidence or facts"]]}, {"answer": "subvert", "hint": "synonyms for subvert", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["overthrow", "cause the downfall of; of rulers"], ["vitiate", "corrupt morally or by intemperance or sensuality"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["undermine", "destroy property or hinder normal operations"], ["countermine", "destroy property or hinder normal operations"], ["weaken", "destroy property or hinder normal operations"], ["bring down", "cause the downfall of; of rulers"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["overturn", "cause the downfall of; of rulers"], ["counteract", "destroy property or hinder normal operations"], ["profane", "corrupt morally or by intemperance or sensuality"], ["sabotage", "destroy property or hinder normal operations"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "succeed", "hint": "synonyms for succeed", "clues": [["follow", "be the successor (of)"], ["win", "attain success or reach a desired goal"], ["come after", "be the successor (of)"], ["bring home the bacon", "attain success or reach a desired goal"], ["come through", "attain success or reach a desired goal"], ["deliver the goods", "attain success or reach a desired goal"]]}, {"answer": "suck_in", "hint": "synonyms for suck in", "clues": [["draw in", "draw in as if by suction"], ["sop up", "take up as if with a sponge"], ["take up", "take up as if with a sponge"], ["take in", "take up as if with a sponge"], ["suck", "attract by using an inexorable force, inducement, etc."]]}, {"answer": "suck_up", "hint": "synonyms for suck up", "clues": [["soak up", "take in, also metaphorically"], ["take up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["toady", "try to gain favor by cringing or flattering"], ["truckle", "try to gain favor by cringing or flattering"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["cotton up", "ingratiate oneself to; often with insincere behavior"], ["fawn", "try to gain favor by cringing or flattering"], ["cozy up", "ingratiate oneself to; often with insincere behavior"], ["shine up", "ingratiate oneself to; often with insincere behavior"], ["take in", "take in, also metaphorically"], ["sop up", "take in, also metaphorically"], ["kotow", "try to gain favor by cringing or flattering"], ["sidle up", "ingratiate oneself to; often with insincere behavior"], ["bootlick", "try to gain favor by cringing or flattering"], ["play up", "ingratiate oneself to; often with insincere behavior"], ["draw", "take in, also metaphorically"]]}, {"answer": "suckle", "hint": "synonyms for suckle", "clues": [["breastfeed", "give suck to"], ["give suck", "give suck to"], ["wet-nurse", "give suck to"], ["suck", "give suck to"], ["nurse", "give suck to"], ["lactate", "give suck to"]]}, {"answer": "suffer", "hint": "synonyms for suffer", "clues": [["get", "undergo (as of injuries and illnesses)"], ["have", "undergo (as of injuries and illnesses)"], ["endure", "undergo or be subjected to"], ["tolerate", "put up with something or somebody unpleasant"], ["sustain", "undergo (as of injuries and illnesses)"], ["meet", "undergo or suffer"], ["support", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"], ["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["hurt", "feel physical pain"], ["ache", "feel physical pain"], ["abide", "put up with something or somebody unpleasant"], ["lose", "be set at a disadvantage"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"]]}, {"answer": "suffocate", "hint": "synonyms for suffocate", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing"], ["stifle", "be asphyxiated; die from lack of oxygen"], ["strangle", "struggle for breath; have insufficient oxygen intake"], ["choke", "become stultified, suppressed, or stifled"], ["smother", "deprive of oxygen and prevent from breathing"], ["gag", "struggle for breath; have insufficient oxygen intake"]]}, {"answer": "suggest", "hint": "synonyms for suggest", "clues": [["hint", "drop a hint; intimate by a hint"], ["propose", "make a proposal, declare a plan for something"], ["intimate", "imply as a possibility"], ["advise", "make a proposal, declare a plan for something"], ["indicate", "suggest the necessity of an intervention; in medicine"], ["paint a picture", "call to mind"], ["evoke", "call to mind"]]}, {"answer": "sum_up", "hint": "synonyms for sum up", "clues": [["summarize", "be a summary of"], ["add up", "determine the sum of"], ["sum", "be a summary of"], ["tot", "determine the sum of"], ["tote up", "determine the sum of"], ["total", "determine the sum of"], ["add together", "determine the sum of"], ["summate", "determine the sum of"], ["add", "determine the sum of"], ["resume", "give a summary (of)"], ["tally", "determine the sum of"]]}, {"answer": "summarise", "hint": "synonyms for summarise", "clues": [["sum up", "be a summary of"], ["summarize", "be a summary of"], ["sum", "be a summary of"], ["resume", "give a summary (of)"]]}, {"answer": "summarize", "hint": "synonyms for summarize", "clues": [["sum up", "be a summary of"], ["summarise", "be a summary of"], ["sum", "be a summary of"], ["resume", "give a summary (of)"]]}, {"answer": "summate", "hint": "synonyms for summate", "clues": [["add up", "determine the sum of"], ["sum up", "determine the sum of"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["tot up", "determine the sum of"], ["add", "determine the sum of"], ["total", "determine the sum of"], ["tally", "determine the sum of"], ["add together", "determine the sum of"]]}, {"answer": "summon", "hint": "synonyms for summon", "clues": [["muster up", "gather or bring together"], ["summons", "call in an official matter, such as to attend court"], ["mobilise", "make ready for action or use"], ["rally", "gather or bring together"], ["come up", "gather or bring together"], ["cite", "call in an official matter, such as to attend court"], ["marshal", "make ready for action or use"], ["muster", "gather or bring together"]]}, {"answer": "supercede", "hint": "synonyms for supercede", "clues": [["supersede", "take the place or move into the position of"], ["replace", "take the place or move into the position of"], ["supplant", "take the place or move into the position of"], ["supervene upon", "take the place or move into the position of"]]}, {"answer": "supersede", "hint": "synonyms for supersede", "clues": [["supercede", "take the place or move into the position of"], ["replace", "take the place or move into the position of"], ["supplant", "take the place or move into the position of"], ["supervene upon", "take the place or move into the position of"]]}, {"answer": "supervise", "hint": "synonyms for supervise", "clues": [["oversee", "watch and direct"], ["superintend", "watch and direct"], ["manage", "watch and direct"], ["monitor", "keep tabs on; keep an eye on; keep under surveillance"]]}, {"answer": "suppose", "hint": "synonyms for suppose", "clues": [["speculate", "to believe especially on uncertain or tentative grounds"], ["presuppose", "require as a necessary antecedent or precondition"], ["imagine", "expect, believe, or suppose"], ["say", "express a supposition"], ["opine", "expect, believe, or suppose"], ["theorise", "to believe especially on uncertain or tentative grounds"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["reckon", "expect, believe, or suppose"], ["think", "expect, believe, or suppose"], ["hypothesize", "to believe especially on uncertain or tentative grounds"], ["guess", "expect, believe, or suppose"]]}, {"answer": "suppress", "hint": "synonyms for suppress", "clues": [["conquer", "to put down by force or authority"], ["crush", "come down on or keep down by unjust use of one's authority"], ["stamp down", "to put down by force or authority"], ["subdue", "to put down by force or authority"], ["inhibit", "to put down by force or authority"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior"], ["repress", "put out of one's consciousness"], ["oppress", "come down on or keep down by unjust use of one's authority"], ["curb", "to put down by force or authority"]]}, {"answer": "surmount", "hint": "synonyms for surmount", "clues": [["outstrip", "be or do something to a greater degree"], ["master", "get on top of; deal with successfully"], ["surpass", "be or do something to a greater degree"], ["outperform", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["outdo", "be or do something to a greater degree"], ["exceed", "be or do something to a greater degree"], ["overcome", "get on top of; deal with successfully"], ["get over", "get on top of; deal with successfully"], ["scale", "reach the highest point of"], ["subdue", "get on top of; deal with successfully"]]}, {"answer": "surpass", "hint": "synonyms for surpass", "clues": [["outstrip", "be or do something to a greater degree"], ["go by", "move past"], ["outperform", "be or do something to a greater degree"], ["outmatch", "be or do something to a greater degree"], ["outgo", "be or do something to a greater degree"], ["exceed", "be greater in scope or size than some standard"], ["go past", "move past"], ["outdo", "be or do something to a greater degree"], ["surmount", "be or do something to a greater degree"], ["transcend", "be greater in scope or size than some standard"], ["stand out", "distinguish oneself"], ["pass", "move past"], ["pass by", "move past"], ["travel by", "move past"], ["excel", "distinguish oneself"]]}, {"answer": "survive", "hint": "synonyms for survive", "clues": [["hold out", "continue to live through hardship or adversity"], ["subsist", "support oneself"], ["live on", "continue to live through hardship or adversity"], ["exist", "support oneself"], ["make it", "continue in existence after (an adversity, etc.)"], ["pull through", "continue in existence after (an adversity, etc.)"], ["outlast", "live longer than"], ["come through", "continue in existence after (an adversity, etc.)"], ["outlive", "live longer than"], ["last", "continue to live through hardship or adversity"], ["live", "continue to live through hardship or adversity"], ["hold up", "continue to live through hardship or adversity"], ["pull round", "continue in existence after (an adversity, etc.)"], ["go", "continue to live through hardship or adversity"], ["endure", "continue to live through hardship or adversity"]]}, {"answer": "suspire", "hint": "synonyms for suspire", "clues": [["breathe", "draw air into, and expel out of, the lungs"], ["sigh", "heave or utter a sigh; breathe deeply and heavily"], ["take a breath", "draw air into, and expel out of, the lungs"], ["respire", "draw air into, and expel out of, the lungs"]]}, {"answer": "suss_out", "hint": "synonyms for suss out", "clues": [["check", "examine so as to determine accuracy, quality, or condition"], ["check out", "examine so as to determine accuracy, quality, or condition"], ["check up on", "examine so as to determine accuracy, quality, or condition"], ["check over", "examine so as to determine accuracy, quality, or condition"], ["check into", "examine so as to determine accuracy, quality, or condition"], ["look into", "examine so as to determine accuracy, quality, or condition"], ["go over", "examine so as to determine accuracy, quality, or condition"]]}, {"answer": "sustain", "hint": "synonyms for sustain", "clues": [["hold", "be the physical support of; carry the weight of"], ["get", "undergo (as of injuries and illnesses)"], ["keep", "supply with necessities and support"], ["confirm", "establish or strengthen as with new evidence or facts"], ["have", "undergo (as of injuries and illnesses)"], ["affirm", "establish or strengthen as with new evidence or facts"], ["nourish", "provide with nourishment"], ["maintain", "supply with necessities and support"], ["support", "establish or strengthen as with new evidence or facts"], ["substantiate", "establish or strengthen as with new evidence or facts"], ["suffer", "undergo (as of injuries and illnesses)"], ["prolong", "lengthen or extend in duration or space"], ["corroborate", "establish or strengthen as with new evidence or facts"], ["keep up", "lengthen or extend in duration or space"], ["hold up", "be the physical support of; carry the weight of"], ["nurture", "provide with nourishment"]]}, {"answer": "swallow_up", "hint": "synonyms for swallow up", "clues": [["swallow", "enclose or envelop completely, as if by swallowing"], ["bury", "enclose or envelop completely, as if by swallowing"], ["immerse", "enclose or envelop completely, as if by swallowing"], ["eat up", "enclose or envelop completely, as if by swallowing"]]}, {"answer": "swear", "hint": "synonyms for swear", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["imprecate", "utter obscenities or profanities"], ["depose", "make a deposition; declare under oath"], ["bank", "have confidence or faith in"], ["swan", "to declare or affirm solemnly and formally as true"], ["curse", "utter obscenities or profanities"], ["affirm", "to declare or affirm solemnly and formally as true"], ["verify", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"], ["rely", "have confidence or faith in"], ["trust", "have confidence or faith in"], ["cuss", "utter obscenities or profanities"], ["depone", "make a deposition; declare under oath"], ["avow", "to declare or affirm solemnly and formally as true"], ["blaspheme", "utter obscenities or profanities"]]}, {"answer": "sweep_over", "hint": "synonyms for sweep over", "clues": [["overpower", "overcome, as with emotions or perceptual stimuli"], ["whelm", "overcome, as with emotions or perceptual stimuli"], ["overtake", "overcome, as with emotions or perceptual stimuli"], ["overcome", "overcome, as with emotions or perceptual stimuli"], ["overwhelm", "overcome, as with emotions or perceptual stimuli"]]}, {"answer": "sweep_through", "hint": "synonyms for sweep through", "clues": [["ace", "succeed at easily"], ["nail", "succeed at easily"], ["sail through", "succeed at easily"], ["breeze through", "succeed at easily"], ["pass with flying colors", "succeed at easily"]]}, {"answer": "sweep_up", "hint": "synonyms for sweep up", "clues": [["embroil", "force into some kind of situation, condition, or course of action"], ["tangle", "force into some kind of situation, condition, or course of action"], ["espouse", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["drag", "force into some kind of situation, condition, or course of action"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own"], ["drag in", "force into some kind of situation, condition, or course of action"], ["sweep", "force into some kind of situation, condition, or course of action"]]}, {"answer": "sweet-talk", "hint": "synonyms for sweet-talk", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "swot_up", "hint": "synonyms for swot up", "clues": [["grind away", "study intensively, as before an exam"], ["cram", "study intensively, as before an exam"], ["get up", "study intensively, as before an exam"], ["bone up", "study intensively, as before an exam"], ["bone", "study intensively, as before an exam"], ["drum", "study intensively, as before an exam"], ["mug up", "study intensively, as before an exam"], ["swot", "study intensively, as before an exam"]]}, {"answer": "symbolise", "hint": "synonyms for symbolise", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol"], ["stand for", "express indirectly by an image, form, or model; be a symbol"], ["symbolize", "express indirectly by an image, form, or model; be a symbol"], ["represent", "express indirectly by an image, form, or model; be a symbol"]]}, {"answer": "symbolize", "hint": "synonyms for symbolize", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol"], ["stand for", "express indirectly by an image, form, or model; be a symbol"], ["symbolise", "express indirectly by an image, form, or model; be a symbol"], ["represent", "express indirectly by an image, form, or model; be a symbol"]]}, {"answer": "sympathise", "hint": "synonyms for sympathise", "clues": [["sympathize", "be understanding of"], ["commiserate", "to feel or express sympathy or compassion"], ["empathise", "be understanding of"], ["understand", "be understanding of"]]}, {"answer": "sympathize", "hint": "synonyms for sympathize", "clues": [["sympathise", "share the feelings of; understand the sentiments of"], ["commiserate", "to feel or express sympathy or compassion"], ["empathise", "be understanding of"], ["understand", "be understanding of"]]}, {"answer": "sympathize_with", "hint": "synonyms for sympathize with", "clues": [["feel for", "share the suffering of"], ["pity", "share the suffering of"], ["compassionate", "share the suffering of"], ["condole with", "share the suffering of"]]}, {"answer": "tack_on", "hint": "synonyms for tack on", "clues": [["tag on", "fix to; attach"], ["append", "fix to; attach"], ["tack", "fix to; attach"], ["hang on", "fix to; attach"]]}, {"answer": "tack_together", "hint": "synonyms for tack together", "clues": [["tack", "create by putting components or members together"], ["piece", "create by putting components or members together"], ["assemble", "create by putting components or members together"], ["put together", "create by putting components or members together"], ["set up", "create by putting components or members together"]]}, {"answer": "tag_on", "hint": "synonyms for tag on", "clues": [["append", "fix to; attach"], ["tack", "fix to; attach"], ["hang on", "fix to; attach"], ["tack on", "fix to; attach"]]}, {"answer": "tailor-make", "hint": "synonyms for tailor-make", "clues": [["customize", "make to specifications"], ["sew", "create (clothes) with cloth"], ["custom-make", "make to specifications"], ["tailor", "create (clothes) with cloth"]]}, {"answer": "take_a_chance", "hint": "synonyms for take a chance", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["adventure", "take a risk in the hope of a favorable outcome"], ["hazard", "take a risk in the hope of a favorable outcome"], ["chance", "take a risk in the hope of a favorable outcome"], ["take chances", "take a risk in the hope of a favorable outcome"]]}, {"answer": "take_a_crap", "hint": "synonyms for take a crap", "clues": [["ca-ca", "have a bowel movement"], ["crap", "have a bowel movement"], ["stool", "have a bowel movement"], ["make", "have a bowel movement"], ["defecate", "have a bowel movement"], ["take a shit", "have a bowel movement"], ["shit", "have a bowel movement"]]}, {"answer": "take_a_hop", "hint": "synonyms for take a hop", "clues": [["spring", "spring back; spring away from an impact"], ["bound", "spring back; spring away from an impact"], ["rebound", "spring back; spring away from an impact"], ["resile", "spring back; spring away from an impact"], ["bounce", "spring back; spring away from an impact"], ["reverberate", "spring back; spring away from an impact"], ["ricochet", "spring back; spring away from an impact"], ["recoil", "spring back; spring away from an impact"]]}, {"answer": "take_a_leak", "hint": "synonyms for take a leak", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "take_a_shit", "hint": "synonyms for take a shit", "clues": [["ca-ca", "have a bowel movement"], ["crap", "have a bowel movement"], ["stool", "have a bowel movement"], ["take a crap", "have a bowel movement"], ["make", "have a bowel movement"], ["defecate", "have a bowel movement"], ["shit", "have a bowel movement"]]}, {"answer": "take_aback", "hint": "synonyms for take aback", "clues": [["blow out of the water", "surprise greatly; knock someone's socks off"], ["floor", "surprise greatly; knock someone's socks off"], ["shock", "surprise greatly; knock someone's socks off"], ["ball over", "surprise greatly; knock someone's socks off"]]}, {"answer": "take_aim", "hint": "synonyms for take aim", "clues": [["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards"]]}, {"answer": "take_apart", "hint": "synonyms for take apart", "clues": [["analyze", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["dismember", "divide into pieces"], ["dismantle", "take apart into its constituent pieces"], ["break up", "take apart into its constituent pieces"], ["discerp", "divide into pieces"], ["break apart", "take apart into its constituent pieces"], ["disassemble", "take apart into its constituent pieces"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features"]]}, {"answer": "take_away", "hint": "synonyms for take away", "clues": [["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["detract", "take away a part from; diminish"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["take out", "buy and consume food from a restaurant or establishment that sells prepared food"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state"]]}, {"answer": "take_back", "hint": "synonyms for take back", "clues": [["bring back", "bring back to the point of departure"], ["swallow", "take back what one has said"], ["unsay", "take back what one has said"], ["withdraw", "take back what one has said"], ["return", "bring back to the point of departure"], ["repossess", "regain possession of something"]]}, {"answer": "take_care", "hint": "synonyms for take care", "clues": [["attend", "take charge of or deal with"], ["look", "take charge of or deal with"], ["see", "take charge of or deal with"], ["mind", "be in charge of or deal with"]]}, {"answer": "take_chances", "hint": "synonyms for take chances", "clues": [["gamble", "take a risk in the hope of a favorable outcome"], ["run a risk", "take a risk in the hope of a favorable outcome"], ["risk", "take a risk in the hope of a favorable outcome"], ["adventure", "take a risk in the hope of a favorable outcome"], ["hazard", "take a risk in the hope of a favorable outcome"], ["chance", "take a risk in the hope of a favorable outcome"], ["take a chance", "take a risk in the hope of a favorable outcome"]]}, {"answer": "take_down", "hint": "synonyms for take down", "clues": [["demean", "reduce in worth or character, usually verbally"], ["degrade", "reduce in worth or character, usually verbally"], ["lower", "move something or somebody to a lower position"], ["disgrace", "reduce in worth or character, usually verbally"], ["note", "make a written note of"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["put down", "reduce in worth or character, usually verbally"], ["dismantle", "tear down so as to make flat with the ground"], ["get down", "move something or somebody to a lower position"], ["level", "tear down so as to make flat with the ground"], ["tear down", "tear down so as to make flat with the ground"], ["bring down", "move something or somebody to a lower position"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "take_fire", "hint": "synonyms for take fire", "clues": [["conflagrate", "start to burn or burst into flames"], ["catch fire", "start to burn or burst into flames"], ["ignite", "start to burn or burst into flames"], ["erupt", "start to burn or burst into flames"], ["combust", "start to burn or burst into flames"]]}, {"answer": "take_in", "hint": "synonyms for take in", "clues": [["soak up", "take in, also metaphorically"], ["put one across", "fool or hoax"], ["absorb", "suck or take up or in"], ["take up", "take in, also metaphorically"], ["fool", "fool or hoax"], ["see", "see or watch"], ["collect", "call for and obtain payment of"], ["ingest", "take up mentally"], ["gain", "earn on some commercial or business transaction; earn as salary or wages"], ["realise", "earn on some commercial or business transaction; earn as salary or wages"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages"], ["clear", "earn on some commercial or business transaction; earn as salary or wages"], ["sop up", "take in, also metaphorically"], ["befool", "fool or hoax"], ["dupe", "fool or hoax"], ["gather in", "fold up"], ["receive", "express willingness to have in one's home or environs"], ["put on", "fool or hoax"], ["draw", "take in, also metaphorically"], ["take", "serve oneself to, or consume regularly"], ["suck up", "take in, also metaphorically"], ["suck in", "take up as if with a sponge"], ["have", "serve oneself to, or consume regularly"], ["overhear", "hear, usually without the knowledge of the speakers"], ["gull", "fool or hoax"], ["adopt", "take into one's family"], ["consume", "serve oneself to, or consume regularly"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["catch", "hear, usually without the knowledge of the speakers"], ["cod", "fool or hoax"], ["put one over", "fool or hoax"], ["invite", "express willingness to have in one's home or environs"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages"], ["view", "see or watch"], ["make", "earn on some commercial or business transaction; earn as salary or wages"], ["earn", "earn on some commercial or business transaction; earn as salary or wages"], ["assimilate", "take up mentally"], ["watch", "see or watch"], ["slang", "fool or hoax"]]}, {"answer": "take_off", "hint": "synonyms for take off", "clues": [["deduct", "make a subtraction"], ["depart", "leave"], ["set off", "leave"], ["take time off", "take time off from work; stop working temporarily"], ["part", "leave"], ["set forth", "leave"], ["start", "leave"], ["subtract", "make a subtraction"], ["get off the ground", "get started or set in motion, used figuratively"], ["set out", "leave"], ["start out", "leave"], ["lift off", "depart from the ground"]]}, {"answer": "take_on", "hint": "synonyms for take on", "clues": [["adopt", "take on titles, offices, duties, responsibilities"], ["assume", "take on a certain form, attribute, or aspect"], ["encounter", "contend against an opponent in a sport, game, or battle"], ["take", "take on a certain form, attribute, or aspect"], ["tackle", "accept as a challenge"], ["take over", "take on titles, offices, duties, responsibilities"], ["acquire", "take on a certain form, attribute, or aspect"], ["accept", "admit into a group or community"], ["undertake", "accept as a challenge"], ["meet", "contend against an opponent in a sport, game, or battle"], ["admit", "admit into a group or community"], ["play", "contend against an opponent in a sport, game, or battle"]]}, {"answer": "take_out", "hint": "synonyms for take out", "clues": [["get out", "bring, take, or pull out of a container or from under a cover"], ["unpack", "remove from its packing"], ["withdraw", "remove (a commodity) from (a supply source)"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense"], ["take away", "buy and consume food from a restaurant or establishment that sells prepared food"], ["extract", "remove, usually with some force or effort; also used in an abstract sense"], ["remove", "cause to leave"], ["invite out", "make a date"], ["omit", "prevent from being included or considered or accepted"], ["draw", "bring, take, or pull out of a container or from under a cover"], ["ask out", "make a date"], ["exclude", "prevent from being included or considered or accepted"], ["except", "prevent from being included or considered or accepted"], ["leave out", "prevent from being included or considered or accepted"], ["draw off", "remove (a commodity) from (a supply source)"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense"], ["pull", "bring, take, or pull out of a container or from under a cover"], ["leave off", "prevent from being included or considered or accepted"], ["move out", "cause to leave"], ["pull out", "bring, take, or pull out of a container or from under a cover"], ["buy food", "purchase prepared food to be eaten at home"]]}, {"answer": "take_over", "hint": "synonyms for take over", "clues": [["repeat", "do over"], ["adopt", "take on titles, offices, duties, responsibilities"], ["take on", "take on titles, offices, duties, responsibilities"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession"], ["accept", "take on as one's own the expenses or debts of another person"], ["absorb", "take up, as of debts or payments"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession"], ["bear", "take on as one's own the expenses or debts of another person"], ["borrow", "take up and practice as one's own"], ["assume", "take on titles, offices, duties, responsibilities"], ["relieve", "free someone temporarily from his or her obligations"], ["buy out", "take over ownership of; of corporations and companies"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession"], ["buy up", "take over ownership of; of corporations and companies"], ["take up", "take up and practice as one's own"]]}, {"answer": "take_place", "hint": "synonyms for take place", "clues": [["happen", "come to pass"], ["go on", "come to pass"], ["come about", "come to pass"], ["pass", "come to pass"], ["occur", "come to pass"], ["fall out", "come to pass"], ["pass off", "come to pass"], ["hap", "come to pass"]]}, {"answer": "take_root", "hint": "synonyms for take root", "clues": [["steady down", "become settled or established and stable in one's residence or life style"], ["settle down", "become settled or established and stable in one's residence or life style"], ["settle", "become settled or established and stable in one's residence or life style"], ["root", "become settled or established and stable in one's residence or life style"]]}, {"answer": "take_stock", "hint": "synonyms for take stock", "clues": [["stock-take", "make or include in an itemized record or report"], ["size up", "to look at critically or searchingly, or in minute detail"], ["scrutinise", "to look at critically or searchingly, or in minute detail"], ["inventory", "make or include in an itemized record or report"]]}, {"answer": "take_to_be", "hint": "synonyms for take to be", "clues": [["look on", "look on as or consider"], ["repute", "look on as or consider"], ["regard as", "look on as or consider"], ["esteem", "look on as or consider"], ["think of", "look on as or consider"]]}, {"answer": "take_to_task", "hint": "synonyms for take to task", "clues": [["chew out", "censure severely or angrily"], ["trounce", "censure severely or angrily"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["lambaste", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["reproof", "censure severely or angrily"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["lecture", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "take_to_the_woods", "hint": "synonyms for take to the woods", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["turn tail", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "take_up", "hint": "synonyms for take up", "clues": [["adopt", "take up and practice as one's own"], ["soak up", "take in, also metaphorically"], ["absorb", "take in, also metaphorically"], ["latch on", "adopt"], ["strike", "occupy or take on"], ["take", "occupy or take on"], ["imbibe", "take in, also metaphorically"], ["suck", "take in, also metaphorically"], ["resume", "return to a previous location or condition"], ["scoop up", "take out or up with or as if with a scoop"], ["hook on", "adopt"], ["borrow", "take up and practice as one's own"], ["suck in", "take up as if with a sponge"], ["sorb", "take up a liquid or a gas either by adsorption or by absorption"], ["take in", "take in, also metaphorically"], ["scoop", "take out or up with or as if with a scoop"], ["assume", "occupy or take on"], ["seize on", "adopt"], ["scoop out", "take out or up with or as if with a scoop"], ["start", "begin work or acting in a certain capacity, office or job"], ["lift out", "take out or up with or as if with a scoop"], ["take over", "take up and practice as one's own"], ["draw", "take in, also metaphorically"], ["fasten on", "adopt"], ["suck up", "take in, also metaphorically"]]}, {"answer": "tantalise", "hint": "synonyms for tantalise", "clues": [["rag", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["tantalize", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "tantalize", "hint": "synonyms for tantalize", "clues": [["rag", "harass with persistent criticism or carping"], ["tease", "harass with persistent criticism or carping"], ["taunt", "harass with persistent criticism or carping"], ["rally", "harass with persistent criticism or carping"], ["bait", "harass with persistent criticism or carping"], ["ride", "harass with persistent criticism or carping"], ["twit", "harass with persistent criticism or carping"], ["cod", "harass with persistent criticism or carping"], ["tantalise", "harass with persistent criticism or carping"], ["razz", "harass with persistent criticism or carping"]]}, {"answer": "tear_down", "hint": "synonyms for tear down", "clues": [["dismantle", "tear down so as to make flat with the ground"], ["take down", "tear down so as to make flat with the ground"], ["raze", "tear down so as to make flat with the ground"], ["pull down", "tear down so as to make flat with the ground"], ["level", "tear down so as to make flat with the ground"], ["rase", "tear down so as to make flat with the ground"]]}, {"answer": "teem", "hint": "synonyms for teem", "clues": [["swarm", "move in large numbers"], ["stream", "move in large numbers"], ["pullulate", "be teeming, be abuzz"], ["pour", "move in large numbers"]]}, {"answer": "tell_apart", "hint": "synonyms for tell apart", "clues": [["recognize", "detect with the senses"], ["severalise", "mark as different"], ["secernate", "mark as different"], ["differentiate", "mark as different"], ["make out", "detect with the senses"], ["spot", "detect with the senses"], ["secern", "mark as different"], ["distinguish", "mark as different"], ["discern", "detect with the senses"], ["tell", "mark as different"], ["pick out", "detect with the senses"], ["separate", "mark as different"]]}, {"answer": "tell_on", "hint": "synonyms for tell on", "clues": [["betray", "give away information about somebody"], ["stag", "give away information about somebody"], ["denounce", "give away information about somebody"], ["rat", "give away information about somebody"], ["shit", "give away information about somebody"], ["grass", "give away information about somebody"], ["give away", "give away information about somebody"], ["shop", "give away information about somebody"], ["snitch", "give away information about somebody"]]}, {"answer": "tempt", "hint": "synonyms for tempt", "clues": [["allure", "dispose or incline or entice to"], ["lure", "provoke someone to do something through (often false or exaggerated) promises or persuasion"], ["invite", "give rise to a desire by being attractive or inviting"], ["charm", "induce into action by using one's charm"], ["influence", "induce into action by using one's charm"], ["entice", "provoke someone to do something through (often false or exaggerated) promises or persuasion"]]}, {"answer": "tend", "hint": "synonyms for tend", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined"], ["be given", "have a tendency or disposition to do or be something; be inclined"], ["run", "have a tendency or disposition to do or be something; be inclined"], ["incline", "have a tendency or disposition to do or be something; be inclined"]]}, {"answer": "tergiversate", "hint": "synonyms for tergiversate", "clues": [["apostatise", "abandon one's beliefs or allegiances"], ["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information"]]}, {"answer": "terminate", "hint": "synonyms for terminate", "clues": [["fire", "terminate the employment of; discharge from an office or position"], ["force out", "terminate the employment of; discharge from an office or position"], ["can", "terminate the employment of; discharge from an office or position"], ["give notice", "terminate the employment of; discharge from an office or position"], ["displace", "terminate the employment of; discharge from an office or position"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["dismiss", "terminate the employment of; discharge from an office or position"], ["send away", "terminate the employment of; discharge from an office or position"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["end", "bring to an end or halt"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical"], ["give the sack", "terminate the employment of; discharge from an office or position"], ["sack", "terminate the employment of; discharge from an office or position"], ["give the axe", "terminate the employment of; discharge from an office or position"]]}, {"answer": "testify", "hint": "synonyms for testify", "clues": [["show", "provide evidence for"], ["attest", "give testimony in a court of law"], ["take the stand", "give testimony in a court of law"], ["bear witness", "provide evidence for"], ["prove", "provide evidence for"], ["evidence", "provide evidence for"]]}, {"answer": "theorise", "hint": "synonyms for theorise", "clues": [["speculate", "to believe especially on uncertain or tentative grounds"], ["hypothesize", "to believe especially on uncertain or tentative grounds"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["suppose", "to believe especially on uncertain or tentative grounds"], ["theorize", "to believe especially on uncertain or tentative grounds"]]}, {"answer": "theorize", "hint": "synonyms for theorize", "clues": [["hypothesize", "to believe especially on uncertain or tentative grounds"], ["suppose", "to believe especially on uncertain or tentative grounds"], ["theorise", "to believe especially on uncertain or tentative grounds"], ["conjecture", "to believe especially on uncertain or tentative grounds"], ["hypothecate", "to believe especially on uncertain or tentative grounds"], ["speculate", "to believe especially on uncertain or tentative grounds"]]}, {"answer": "thieve", "hint": "synonyms for thieve", "clues": [["knock off", "take by theft"], ["hook", "take by theft"], ["cop", "take by theft"], ["snitch", "take by theft"], ["glom", "take by theft"]]}, {"answer": "thin_out", "hint": "synonyms for thin out", "clues": [["dilute", "lessen the strength or flavor of a solution or mixture"], ["reduce", "lessen the strength or flavor of a solution or mixture"], ["thin", "lessen the strength or flavor of a solution or mixture"], ["cut", "lessen the strength or flavor of a solution or mixture"]]}, {"answer": "think_about", "hint": "synonyms for think about", "clues": [["entertain", "take into consideration, have in view"], ["flirt with", "take into consideration, have in view"], ["toy with", "take into consideration, have in view"], ["think of", "take into consideration, have in view"]]}, {"answer": "think_of", "hint": "synonyms for think of", "clues": [["remember", "keep in mind for attention or consideration"], ["think up", "devise or invent"], ["concoct", "devise or invent"], ["entertain", "take into consideration, have in view"], ["esteem", "look on as or consider"], ["mean", "intend to refer to"], ["toy with", "take into consideration, have in view"], ["look upon", "look on as or consider"], ["flirt with", "take into consideration, have in view"], ["think about", "take into consideration, have in view"], ["repute", "look on as or consider"], ["take to be", "look on as or consider"], ["have in mind", "intend to refer to"], ["dream up", "devise or invent"], ["hatch", "devise or invent"], ["regard as", "look on as or consider"]]}, {"answer": "think_over", "hint": "synonyms for think over", "clues": [["reflect", "reflect deeply on a subject"], ["excogitate", "reflect deeply on a subject"], ["meditate", "reflect deeply on a subject"], ["mull over", "reflect deeply on a subject"], ["mull", "reflect deeply on a subject"], ["muse", "reflect deeply on a subject"], ["ponder", "reflect deeply on a subject"], ["ruminate", "reflect deeply on a subject"], ["speculate", "reflect deeply on a subject"], ["chew over", "reflect deeply on a subject"], ["contemplate", "reflect deeply on a subject"]]}, {"answer": "think_up", "hint": "synonyms for think up", "clues": [["dream up", "devise or invent"], ["concoct", "devise or invent"], ["hatch", "devise or invent"], ["think of", "devise or invent"]]}, {"answer": "thrash_about", "hint": "synonyms for thrash about", "clues": [["convulse", "move or stir about violently"], ["jactitate", "move or stir about violently"], ["slash", "move or stir about violently"], ["thresh", "move or stir about violently"], ["toss", "move or stir about violently"], ["thresh about", "move or stir about violently"], ["thrash", "move or stir about violently"]]}, {"answer": "threaten", "hint": "synonyms for threaten", "clues": [["endanger", "pose a threat to; present a danger to"], ["peril", "pose a threat to; present a danger to"], ["jeopardise", "pose a threat to; present a danger to"], ["imperil", "pose a threat to; present a danger to"], ["menace", "pose a threat to; present a danger to"]]}, {"answer": "thresh", "hint": "synonyms for thresh", "clues": [["convulse", "move or stir about violently"], ["slash", "move or stir about violently"], ["flail", "move like a flail; thresh about"], ["lam", "give a thrashing to; beat hard"], ["thrash about", "move or stir about violently"], ["thrash", "beat the seeds out of a grain"], ["jactitate", "move or stir about violently"], ["toss", "move or stir about violently"]]}, {"answer": "thresh_about", "hint": "synonyms for thresh about", "clues": [["convulse", "move or stir about violently"], ["jactitate", "move or stir about violently"], ["slash", "move or stir about violently"], ["thresh", "move or stir about violently"], ["toss", "move or stir about violently"], ["thrash about", "move or stir about violently"], ["thrash", "move or stir about violently"]]}, {"answer": "thrive", "hint": "synonyms for thrive", "clues": [["flourish", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance"], ["expand", "grow vigorously"], ["boom", "grow vigorously"]]}, {"answer": "throw_a_fit", "hint": "synonyms for throw a fit", "clues": [["flip one's wig", "get very angry and fly into a rage"], ["blow up", "get very angry and fly into a rage"], ["combust", "get very angry and fly into a rage"], ["blow a fuse", "get very angry and fly into a rage"], ["fly off the handle", "get very angry and fly into a rage"], ["have kittens", "get very angry and fly into a rage"], ["hit the ceiling", "get very angry and fly into a rage"], ["go ballistic", "get very angry and fly into a rage"], ["hit the roof", "get very angry and fly into a rage"], ["lose one's temper", "get very angry and fly into a rage"], ["have a fit", "get very angry and fly into a rage"], ["blow one's stack", "get very angry and fly into a rage"]]}, {"answer": "throw_away", "hint": "synonyms for throw away", "clues": [["cast off", "get rid of"], ["toss", "throw or cast away"], ["throw", "get rid of"], ["throw off", "get rid of"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["shed", "get rid of"], ["fling", "throw or cast away"], ["discard", "throw or cast away"], ["drop", "get rid of"], ["shake off", "get rid of"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["cast", "get rid of"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "throw_in", "hint": "synonyms for throw in", "clues": [["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["interpose", "to insert between other elements"], ["put in", "to insert between other elements"], ["inject", "to insert between other elements"], ["interject", "to insert between other elements"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["come in", "to insert between other elements"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat"]]}, {"answer": "throw_in_the_towel", "hint": "synonyms for throw in the towel", "clues": [["drop out", "give up in the face of defeat of lacking hope; admit defeat"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat"], ["quit", "give up in the face of defeat of lacking hope; admit defeat"], ["give up", "give up in the face of defeat of lacking hope; admit defeat"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat"]]}, {"answer": "throw_off", "hint": "synonyms for throw off", "clues": [["cast off", "get rid of"], ["throw", "get rid of"], ["drop", "get rid of"], ["shake off", "get rid of"], ["throw away", "get rid of"], ["cast", "get rid of"], ["escape from", "get rid of"], ["shake", "get rid of"], ["shed", "get rid of"]]}, {"answer": "throw_out", "hint": "synonyms for throw out", "clues": [["toss", "throw or cast away"], ["oust", "remove from a position or office"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["kick out", "force to leave or move out"], ["expel", "force to leave or move out"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["fling", "throw or cast away"], ["boot out", "remove from a position or office"], ["discard", "throw or cast away"], ["drum out", "remove from a position or office"], ["toss out", "throw or cast away"], ["dismiss", "cease to consider; put out of judicial consideration"], ["advance", "bring forward for consideration or acceptance"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "throw_overboard", "hint": "synonyms for throw overboard", "clues": [["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["forgo", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["deep-six", "throw from a boat"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"]]}, {"answer": "throw_up", "hint": "synonyms for throw up", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "tick_off", "hint": "synonyms for tick off", "clues": [["tick", "put a check mark on or near or next to"], ["mark", "put a check mark on or near or next to"], ["check", "put a check mark on or near or next to"], ["mark off", "put a check mark on or near or next to"], ["check off", "put a check mark on or near or next to"]]}, {"answer": "tickle_pink", "hint": "synonyms for tickle pink", "clues": [["exalt", "fill with sublime emotion"], ["beatify", "fill with sublime emotion"], ["thrill", "fill with sublime emotion"], ["exhilarate", "fill with sublime emotion"], ["inebriate", "fill with sublime emotion"]]}, {"answer": "tidy_up", "hint": "synonyms for tidy up", "clues": [["neaten", "put (things or places) in order"], ["straighten", "put (things or places) in order"], ["straighten out", "put (things or places) in order"], ["tidy", "put (things or places) in order"], ["clean up", "put (things or places) in order"], ["square away", "put (things or places) in order"]]}, {"answer": "tie_in", "hint": "synonyms for tie in", "clues": [["relate", "make a logical or causal connection"], ["connect", "make a logical or causal connection"], ["link", "make a logical or causal connection"], ["link up", "make a logical or causal connection"], ["colligate", "make a logical or causal connection"], ["associate", "make a logical or causal connection"]]}, {"answer": "tie_up", "hint": "synonyms for tie up", "clues": [["moor", "secure in or as if in a berth or dock"], ["bind off", "finish the last row"], ["tie down", "secure with or as if with ropes"], ["truss", "secure with or as if with ropes"], ["bind", "secure with or as if with ropes"], ["berth", "secure in or as if in a berth or dock"]]}, {"answer": "tighten", "hint": "synonyms for tighten", "clues": [["reduce", "narrow or limit"], ["fasten", "make tight or tighter"], ["tighten up", "restrict"], ["constrain", "restrict"], ["stiffen", "restrict"]]}, {"answer": "tip_over", "hint": "synonyms for tip over", "clues": [["overturn", "cause to overturn from an upright or normal position"], ["turn over", "turn from an upright or normal position"], ["upset", "cause to overturn from an upright or normal position"], ["knock over", "cause to overturn from an upright or normal position"], ["bowl over", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"]]}, {"answer": "tire_out", "hint": "synonyms for tire out", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "titivate", "hint": "synonyms for titivate", "clues": [["smarten up", "make neat, smart, or trim"], ["spruce", "make neat, smart, or trim"], ["tittivate", "make neat, smart, or trim"], ["spruce up", "make neat, smart, or trim"], ["spiff up", "make neat, smart, or trim"], ["slick up", "make neat, smart, or trim"]]}, {"answer": "tittivate", "hint": "synonyms for tittivate", "clues": [["titivate", "make neat, smart, or trim"], ["smarten up", "make neat, smart, or trim"], ["spruce", "make neat, smart, or trim"], ["spruce up", "make neat, smart, or trim"], ["spiff up", "make neat, smart, or trim"], ["slick up", "make neat, smart, or trim"]]}, {"answer": "tittup", "hint": "synonyms for tittup", "clues": [["cock", "to walk with a lofty proud gait, often in an attempt to impress others"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others"]]}, {"answer": "toddle", "hint": "synonyms for toddle", "clues": [["waddle", "walk unsteadily"], ["paddle", "walk unsteadily"], ["coggle", "walk unsteadily"], ["dodder", "walk unsteadily"], ["totter", "walk unsteadily"]]}, {"answer": "tog", "hint": "synonyms for tog", "clues": [["raiment", "provide with clothes or put clothes on"], ["enclothe", "provide with clothes or put clothes on"], ["garb", "provide with clothes or put clothes on"], ["garment", "provide with clothes or put clothes on"], ["habilitate", "provide with clothes or put clothes on"], ["fit out", "provide with clothes or put clothes on"], ["dress", "provide with clothes or put clothes on"], ["apparel", "provide with clothes or put clothes on"]]}, {"answer": "tog_out", "hint": "synonyms for tog out", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "tog_up", "hint": "synonyms for tog up", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "tolerate", "hint": "synonyms for tolerate", "clues": [["stand", "put up with something or somebody unpleasant"], ["bear", "put up with something or somebody unpleasant"], ["stick out", "put up with something or somebody unpleasant"], ["stomach", "put up with something or somebody unpleasant"], ["suffer", "put up with something or somebody unpleasant"], ["abide", "put up with something or somebody unpleasant"], ["endure", "put up with something or somebody unpleasant"], ["permit", "allow the presence of or allow (an activity) without opposing or prohibiting"], ["allow", "allow the presence of or allow (an activity) without opposing or prohibiting"], ["support", "put up with something or somebody unpleasant"], ["put up", "put up with something or somebody unpleasant"], ["digest", "put up with something or somebody unpleasant"], ["brook", "put up with something or somebody unpleasant"]]}, {"answer": "tone_down", "hint": "synonyms for tone down", "clues": [["moderate", "make less strong or intense; soften"], ["damp", "deaden (a sound or noise), especially by wrapping"], ["dull", "deaden (a sound or noise), especially by wrapping"], ["mute", "deaden (a sound or noise), especially by wrapping"], ["dampen", "deaden (a sound or noise), especially by wrapping"], ["tame", "make less strong or intense; soften"], ["muffle", "deaden (a sound or noise), especially by wrapping"]]}, {"answer": "toss_away", "hint": "synonyms for toss away", "clues": [["fling", "throw or cast away"], ["toss", "throw or cast away"], ["discard", "throw or cast away"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["throw out", "throw or cast away"], ["toss out", "throw or cast away"], ["chuck out", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "toss_off", "hint": "synonyms for toss off", "clues": [["belt down", "drink down entirely"], ["kill", "drink down entirely"], ["pop", "drink down entirely"], ["down", "drink down entirely"], ["fling off", "write quickly"], ["drink down", "drink down entirely"], ["scratch off", "write quickly"], ["pour down", "drink down entirely"], ["dash off", "write quickly"], ["knock off", "write quickly"]]}, {"answer": "toss_out", "hint": "synonyms for toss out", "clues": [["fling", "throw or cast away"], ["toss", "throw or cast away"], ["discard", "throw or cast away"], ["cast out", "throw or cast away"], ["cast aside", "throw or cast away"], ["throw out", "throw or cast away"], ["chuck out", "throw or cast away"], ["toss away", "throw or cast away"], ["dispose", "throw or cast away"], ["throw away", "throw or cast away"], ["cast away", "throw or cast away"], ["put away", "throw or cast away"]]}, {"answer": "tot_up", "hint": "synonyms for tot up", "clues": [["add up", "determine the sum of"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["tote up", "determine the sum of"], ["add", "determine the sum of"], ["total", "determine the sum of"], ["tally", "determine the sum of"], ["add together", "determine the sum of"]]}, {"answer": "tote_up", "hint": "synonyms for tote up", "clues": [["add up", "determine the sum of"], ["summate", "determine the sum of"], ["sum up", "determine the sum of"], ["sum", "determine the sum of"], ["tot", "determine the sum of"], ["tot up", "determine the sum of"], ["add", "determine the sum of"], ["total", "determine the sum of"], ["tally", "determine the sum of"], ["add together", "determine the sum of"]]}, {"answer": "totter", "hint": "synonyms for totter", "clues": [["toddle", "walk unsteadily"], ["waddle", "walk unsteadily"], ["paddle", "walk unsteadily"], ["coggle", "walk unsteadily"], ["dodder", "walk unsteadily"], ["teeter", "move unsteadily, with a rocking motion"], ["seesaw", "move unsteadily, with a rocking motion"]]}, {"answer": "touch_off", "hint": "synonyms for touch off", "clues": [["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["trip", "put in motion or move to act"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["activate", "put in motion or move to act"], ["trigger off", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "touch_on", "hint": "synonyms for touch on", "clues": [["fix", "restore by replacing a part or putting together what is torn or broken"], ["impact", "have an effect upon"], ["bear on", "have an effect upon"], ["come to", "be relevant to"], ["touch", "be relevant to"], ["restore", "restore by replacing a part or putting together what is torn or broken"], ["furbish up", "restore by replacing a part or putting together what is torn or broken"], ["bushel", "restore by replacing a part or putting together what is torn or broken"], ["affect", "have an effect upon"], ["have-to doe with", "be relevant to"], ["relate", "be relevant to"], ["mend", "restore by replacing a part or putting together what is torn or broken"], ["pertain", "be relevant to"], ["refer", "be relevant to"], ["concern", "be relevant to"], ["doctor", "restore by replacing a part or putting together what is torn or broken"], ["repair", "restore by replacing a part or putting together what is torn or broken"]]}, {"answer": "toy_with", "hint": "synonyms for toy with", "clues": [["entertain", "take into consideration, have in view"], ["flirt with", "take into consideration, have in view"], ["think about", "take into consideration, have in view"], ["think of", "take into consideration, have in view"]]}, {"answer": "tranquilize", "hint": "synonyms for tranquilize", "clues": [["calm down", "make calm or still"], ["calm", "make calm or still"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["lull", "make calm or still"], ["tranquillise", "make calm or still"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["quiet", "make calm or still"]]}, {"answer": "tranquillise", "hint": "synonyms for tranquillise", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to"], ["calm down", "make calm or still"], ["calm", "make calm or still"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["lull", "make calm or still"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["quiet", "make calm or still"]]}, {"answer": "tranquillize", "hint": "synonyms for tranquillize", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to"], ["calm down", "make calm or still"], ["calm", "make calm or still"], ["sedate", "cause to be calm or quiet as by administering a sedative to"], ["lull", "make calm or still"], ["still", "make calm or still"], ["quieten", "make calm or still"], ["quiet", "make calm or still"]]}, {"answer": "transcend", "hint": "synonyms for transcend", "clues": [["overstep", "be superior or better than some standard"], ["exceed", "be greater in scope or size than some standard"], ["pass", "be superior or better than some standard"], ["surpass", "be greater in scope or size than some standard"], ["top", "be superior or better than some standard"], ["go past", "be superior or better than some standard"]]}, {"answer": "transfigure", "hint": "synonyms for transfigure", "clues": [["glorify", "elevate or idealize, in allusion to Christ's transfiguration"], ["spiritualize", "elevate or idealize, in allusion to Christ's transfiguration"], ["metamorphose", "change completely the nature or appearance of"], ["transmogrify", "change completely the nature or appearance of"]]}, {"answer": "transfix", "hint": "synonyms for transfix", "clues": [["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["impale", "pierce with a sharp stake or point"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe"], ["empale", "pierce with a sharp stake or point"], ["spike", "pierce with a sharp stake or point"]]}, {"answer": "transform", "hint": "synonyms for transform", "clues": [["transmute", "change in outward structure or looks"], ["metamorphose", "change in outward structure or looks"], ["translate", "change from one form or medium into another"], ["transubstantiate", "change or alter in form, appearance, or nature"]]}, {"answer": "transgress", "hint": "synonyms for transgress", "clues": [["infract", "act in disregard of laws, rules, contracts, or promises"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["sin", "commit a sin; violate a law of God or a moral law"], ["overstep", "pass beyond (limits or boundaries)"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["break", "act in disregard of laws, rules, contracts, or promises"], ["trespass", "commit a sin; violate a law of God or a moral law"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["violate", "act in disregard of laws, rules, contracts, or promises"]]}, {"answer": "translate", "hint": "synonyms for translate", "clues": [["interpret", "make sense of a language"], ["render", "restate (words) from one language into another language"], ["transform", "change from one form or medium into another"], ["understand", "make sense of a language"], ["read", "make sense of a language"]]}, {"answer": "transmit", "hint": "synonyms for transmit", "clues": [["send", "broadcast over the airwaves, as in radio or television"], ["carry", "transmit or serve as the medium for transmission"], ["beam", "broadcast over the airwaves, as in radio or television"], ["convey", "transfer to another"], ["channel", "send from one person or place to another"], ["air", "broadcast over the airwaves, as in radio or television"], ["transport", "send from one person or place to another"], ["broadcast", "broadcast over the airwaves, as in radio or television"], ["impart", "transmit or serve as the medium for transmission"], ["channelize", "send from one person or place to another"], ["communicate", "transfer to another"], ["transfer", "send from one person or place to another"], ["conduct", "transmit or serve as the medium for transmission"]]}, {"answer": "transude", "hint": "synonyms for transude", "clues": [["exudate", "release (a liquid) in drops or small quantities"], ["ooze out", "release (a liquid) in drops or small quantities"], ["ooze", "release (a liquid) in drops or small quantities"], ["exude", "release (a liquid) in drops or small quantities"]]}, {"answer": "travel_by", "hint": "synonyms for travel by", "clues": [["go by", "move past"], ["surpass", "move past"], ["pass", "move past"], ["pass by", "move past"], ["go past", "move past"]]}, {"answer": "trick_out", "hint": "synonyms for trick out", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"], ["trick up", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "trick_up", "hint": "synonyms for trick up", "clues": [["attire", "put on special clothes to appear particularly appealing and attractive"], ["trick out", "put on special clothes to appear particularly appealing and attractive"], ["fig out", "put on special clothes to appear particularly appealing and attractive"], ["get up", "put on special clothes to appear particularly appealing and attractive"], ["overdress", "put on special clothes to appear particularly appealing and attractive"], ["fancy up", "put on special clothes to appear particularly appealing and attractive"], ["prink", "put on special clothes to appear particularly appealing and attractive"], ["deck up", "put on special clothes to appear particularly appealing and attractive"], ["gussy up", "put on special clothes to appear particularly appealing and attractive"], ["tog out", "put on special clothes to appear particularly appealing and attractive"], ["fig up", "put on special clothes to appear particularly appealing and attractive"], ["tog up", "put on special clothes to appear particularly appealing and attractive"], ["dress up", "put on special clothes to appear particularly appealing and attractive"], ["deck out", "put on special clothes to appear particularly appealing and attractive"]]}, {"answer": "trigger_off", "hint": "synonyms for trigger off", "clues": [["set off", "put in motion or move to act"], ["spark", "put in motion or move to act"], ["touch off", "put in motion or move to act"], ["spark off", "put in motion or move to act"], ["actuate", "put in motion or move to act"], ["activate", "put in motion or move to act"], ["trip", "put in motion or move to act"], ["trigger", "put in motion or move to act"]]}, {"answer": "trim_back", "hint": "synonyms for trim back", "clues": [["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["reduce", "cut down on; make a reduction in"], ["trim down", "cut down on; make a reduction in"], ["cut", "cut down on; make a reduction in"], ["cut back", "cut down on; make a reduction in"], ["cut down", "cut down on; make a reduction in"]]}, {"answer": "trim_down", "hint": "synonyms for trim down", "clues": [["trim", "cut down on; make a reduction in"], ["bring down", "cut down on; make a reduction in"], ["reduce", "cut down on; make a reduction in"], ["cut", "cut down on; make a reduction in"], ["trim back", "cut down on; make a reduction in"], ["cut back", "cut down on; make a reduction in"], ["cut down", "cut down on; make a reduction in"]]}, {"answer": "trip_up", "hint": "synonyms for trip up", "clues": [["trip", "cause to stumble"], ["stumble", "make an error"], ["slip up", "make an error"], ["catch", "detect a blunder or misstep"]]}, {"answer": "trounce", "hint": "synonyms for trounce", "clues": [["chew out", "censure severely or angrily"], ["whip", "beat severely with a whip or rod"], ["crush", "come out better in a competition, race, or conflict"], ["chide", "censure severely or angrily"], ["dress down", "censure severely or angrily"], ["scold", "censure severely or angrily"], ["flog", "beat severely with a whip or rod"], ["welt", "beat severely with a whip or rod"], ["lash", "beat severely with a whip or rod"], ["call on the carpet", "censure severely or angrily"], ["rag", "censure severely or angrily"], ["strap", "beat severely with a whip or rod"], ["reproof", "censure severely or angrily"], ["vanquish", "come out better in a competition, race, or conflict"], ["lecture", "censure severely or angrily"], ["have words", "censure severely or angrily"], ["lambast", "censure severely or angrily"], ["take to task", "censure severely or angrily"], ["beat", "come out better in a competition, race, or conflict"], ["reprimand", "censure severely or angrily"], ["bawl out", "censure severely or angrily"], ["beat out", "come out better in a competition, race, or conflict"], ["shell", "come out better in a competition, race, or conflict"], ["remonstrate", "censure severely or angrily"], ["berate", "censure severely or angrily"], ["call down", "censure severely or angrily"], ["lather", "beat severely with a whip or rod"], ["jaw", "censure severely or angrily"], ["rebuke", "censure severely or angrily"], ["chew up", "censure severely or angrily"]]}, {"answer": "try_out", "hint": "synonyms for try out", "clues": [["sample", "take a sample of"], ["test", "put to the test, as for its quality, or give experimental use to"], ["experiment", "try something new, as in order to gain experience"], ["audition", "perform in order to get a role"], ["taste", "take a sample of"], ["try", "take a sample of"], ["prove", "put to the test, as for its quality, or give experimental use to"], ["essay", "put to the test, as for its quality, or give experimental use to"], ["examine", "put to the test, as for its quality, or give experimental use to"]]}, {"answer": "tucker_out", "hint": "synonyms for tucker out", "clues": [["beat", "wear out completely"], ["exhaust", "wear out completely"], ["wash up", "wear out completely"], ["tucker", "wear out completely"]]}, {"answer": "tumesce", "hint": "synonyms for tumesce", "clues": [["intumesce", "expand abnormally"], ["tumefy", "expand abnormally"], ["swell", "expand abnormally"], ["swell up", "expand abnormally"]]}, {"answer": "tump_over", "hint": "synonyms for tump over", "clues": [["overturn", "cause to overturn from an upright or normal position"], ["turn over", "turn from an upright or normal position"], ["upset", "cause to overturn from an upright or normal position"], ["tip over", "turn from an upright or normal position"], ["knock over", "cause to overturn from an upright or normal position"], ["bowl over", "cause to overturn from an upright or normal position"]]}, {"answer": "turf_out", "hint": "synonyms for turf out", "clues": [["exclude", "put out or expel from a place"], ["chuck out", "put out or expel from a place"], ["turn out", "put out or expel from a place"], ["eject", "put out or expel from a place"], ["boot out", "put out or expel from a place"]]}, {"answer": "turn_away", "hint": "synonyms for turn away", "clues": [["bend", "turn from a straight course, fixed direction, or line of interest"], ["refuse", "refuse entrance or membership"], ["avert", "turn away or aside"], ["reject", "refuse entrance or membership"], ["turn down", "refuse entrance or membership"], ["deflect", "turn from a straight course, fixed direction, or line of interest"]]}, {"answer": "turn_back", "hint": "synonyms for turn back", "clues": [["contain", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["double back", "retrace one's course"], ["drive out", "force to go away; used both with concrete and metaphoric meanings"], ["revert", "go back to a previous state"], ["backtrack", "retrace one's course"], ["drive off", "force to go away; used both with concrete and metaphoric meanings"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["reverse", "turn inside out or upside down"], ["run off", "force to go away; used both with concrete and metaphoric meanings"], ["chase away", "force to go away; used both with concrete and metaphoric meanings"], ["regress", "go back to a previous state"], ["invert", "turn inside out or upside down"], ["return", "go back to a previous state"], ["retrovert", "go back to a previous state"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["drive away", "force to go away; used both with concrete and metaphoric meanings"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of"], ["dispel", "force to go away; used both with concrete and metaphoric meanings"]]}, {"answer": "turn_down", "hint": "synonyms for turn down", "clues": [["lower", "make lower or quieter"], ["pass up", "refuse to accept"], ["reject", "refuse to accept"], ["lour", "make lower or quieter"], ["decline", "refuse to accept"], ["scorn", "reject with contempt"], ["refuse", "refuse to accept"], ["turn away", "refuse entrance or membership"], ["freeze off", "reject with contempt"], ["spurn", "reject with contempt"], ["disdain", "reject with contempt"], ["pooh-pooh", "reject with contempt"]]}, {"answer": "turn_in", "hint": "synonyms for turn in", "clues": [["kip down", "prepare for sleep"], ["hit the hay", "prepare for sleep"], ["retire", "prepare for sleep"], ["bed", "prepare for sleep"], ["go to bed", "prepare for sleep"], ["fork over", "to surrender someone or something to another"], ["fork out", "to surrender someone or something to another"], ["render", "to surrender someone or something to another"], ["crawl in", "prepare for sleep"], ["go to sleep", "prepare for sleep"], ["sack out", "prepare for sleep"], ["put on", "carry out (performances)"], ["hit the sack", "prepare for sleep"], ["hand over", "to surrender someone or something to another"], ["fork up", "to surrender someone or something to another"], ["deliver", "to surrender someone or something to another"]]}, {"answer": "turn_off", "hint": "synonyms for turn off", "clues": [["put off", "cause to feel intense dislike or distaste"], ["switch off", "cause to stop operating by disengaging a switch"], ["cut", "cause to stop operating by disengaging a switch"], ["turn out", "cause to stop operating by disengaging a switch"]]}, {"answer": "turn_on", "hint": "synonyms for turn on", "clues": [["hinge upon", "be contingent on"], ["excite", "cause to be agitated, excited, or roused"], ["switch on", "cause to operate by flipping a switch"], ["charge", "cause to be agitated, excited, or roused"], ["get off", "get high, stoned, or drugged"], ["wind up", "stimulate sexually"], ["charge up", "cause to be agitated, excited, or roused"], ["rouse", "cause to be agitated, excited, or roused"], ["depend upon", "be contingent on"], ["devolve on", "be contingent on"], ["agitate", "cause to be agitated, excited, or roused"], ["trip", "get high, stoned, or drugged"], ["trip out", "get high, stoned, or drugged"], ["commove", "cause to be agitated, excited, or roused"], ["ride", "be contingent on"], ["sex", "stimulate sexually"]]}, {"answer": "turn_out", "hint": "synonyms for turn out", "clues": [["exclude", "put out or expel from a place"], ["switch off", "cause to stop operating by disengaging a switch"], ["arise", "get up and out of bed"], ["uprise", "get up and out of bed"], ["rotate", "turn outward"], ["get up", "get up and out of bed"], ["come out", "result or end"], ["eject", "put out or expel from a place"], ["turf out", "put out or expel from a place"], ["cut", "cause to stop operating by disengaging a switch"], ["spread out", "turn outward"], ["turn up", "be shown or be found to be"], ["bear", "bring forth,"], ["turn off", "cause to stop operating by disengaging a switch"], ["splay", "turn outward"], ["chuck out", "put out or expel from a place"], ["prove", "be shown or be found to be"], ["boot out", "put out or expel from a place"]]}, {"answer": "turn_over", "hint": "synonyms for turn over", "clues": [["flip", "turn upside down, or throw so as to reverse"], ["deliberate", "think about carefully; weigh"], ["overturn", "cause to overturn from an upright or normal position"], ["flip over", "turn upside down, or throw so as to reverse"], ["reach", "place into the hands or custody of"], ["turn", "cause to move around a center so as to show another side of"], ["upset", "cause to overturn from an upright or normal position"], ["delve", "turn up, loosen, or remove earth"], ["tip over", "cause to overturn from an upright or normal position"], ["consider", "think about carefully; weigh"], ["dig", "turn up, loosen, or remove earth"], ["knock over", "cause to overturn from an upright or normal position"], ["debate", "think about carefully; weigh"], ["roll", "move by turning over or rotating"], ["bowl over", "cause to overturn from an upright or normal position"], ["tump over", "cause to overturn from an upright or normal position"], ["moot", "think about carefully; weigh"], ["pass on", "place into the hands or custody of"], ["give", "place into the hands or custody of"], ["cut into", "turn up, loosen, or remove earth"], ["hand", "place into the hands or custody of"], ["pass", "place into the hands or custody of"]]}, {"answer": "turn_tail", "hint": "synonyms for turn tail", "clues": [["bunk", "flee; take to one's heels; cut and run"], ["run away", "flee; take to one's heels; cut and run"], ["hightail it", "flee; take to one's heels; cut and run"], ["scarper", "flee; take to one's heels; cut and run"], ["fly the coop", "flee; take to one's heels; cut and run"], ["break away", "flee; take to one's heels; cut and run"], ["run", "flee; take to one's heels; cut and run"], ["head for the hills", "flee; take to one's heels; cut and run"], ["scat", "flee; take to one's heels; cut and run"], ["lam", "flee; take to one's heels; cut and run"], ["take to the woods", "flee; take to one's heels; cut and run"], ["escape", "flee; take to one's heels; cut and run"]]}, {"answer": "turn_up", "hint": "synonyms for turn up", "clues": [["show up", "appear or become visible; make a showing"], ["turn out", "be shown or be found to be"], ["fold up", "bend or lay so that one part covers the other"], ["surface", "appear or become visible; make a showing"], ["come out", "appear or become visible; make a showing"], ["dig up", "find by digging in the ground"], ["fold", "bend or lay so that one part covers the other"], ["excavate", "find by digging in the ground"], ["prove", "be shown or be found to be"], ["come on", "appear or become visible; make a showing"], ["locate", "discover the location of; determine the place of; find by searching or examining"]]}, {"answer": "twist_around", "hint": "synonyms for twist around", "clues": [["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive"]]}, {"answer": "typify", "hint": "synonyms for typify", "clues": [["epitomize", "embody the essential characteristics of or be a typical example of"], ["stand for", "express indirectly by an image, form, or model; be a symbol"], ["symbolise", "express indirectly by an image, form, or model; be a symbol"], ["represent", "express indirectly by an image, form, or model; be a symbol"]]}, {"answer": "ululate", "hint": "synonyms for ululate", "clues": [["yaup", "emit long loud cries"], ["wail", "emit long loud cries"], ["roar", "emit long loud cries"], ["yawl", "emit long loud cries"], ["howl", "emit long loud cries"]]}, {"answer": "unbend", "hint": "synonyms for unbend", "clues": [["loosen up", "become less tense, rest, or take one's ease"], ["decompress", "become less tense, rest, or take one's ease"], ["slow down", "become less tense, rest, or take one's ease"], ["relax", "become less tense, rest, or take one's ease"], ["unwind", "become less tense, rest, or take one's ease"], ["straighten", "straighten up or out; make straight"]]}, {"answer": "uncase", "hint": "synonyms for uncase", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["strip", "get undressed"], ["strip down", "get undressed"], ["peel", "get undressed"], ["unclothe", "get undressed"], ["undress", "get undressed"]]}, {"answer": "unclothe", "hint": "synonyms for unclothe", "clues": [["disrobe", "get undressed"], ["discase", "get undressed"], ["uncase", "get undressed"], ["strip down", "get undressed"], ["peel", "get undressed"], ["strip", "get undressed"], ["undress", "get undressed"]]}, {"answer": "uncover", "hint": "synonyms for uncover", "clues": [["expose", "remove all or part of one's clothes to show one's body"], ["bring out", "make visible"], ["unveil", "make visible"], ["reveal", "make visible"]]}, {"answer": "undermine", "hint": "synonyms for undermine", "clues": [["subvert", "destroy property or hinder normal operations"], ["weaken", "destroy property or hinder normal operations"], ["cave", "hollow out as if making a cave or opening"], ["counteract", "destroy property or hinder normal operations"], ["countermine", "destroy property or hinder normal operations"], ["sabotage", "destroy property or hinder normal operations"]]}, {"answer": "understand", "hint": "synonyms for understand", "clues": [["interpret", "make sense of a language"], ["translate", "make sense of a language"], ["see", "perceive (an idea or situation) mentally"], ["empathise", "be understanding of"], ["sympathise", "be understanding of"], ["realise", "perceive (an idea or situation) mentally"], ["read", "make sense of a language"], ["infer", "believe to be the case"]]}, {"answer": "undertake", "hint": "synonyms for undertake", "clues": [["contract", "enter into a contractual arrangement"], ["attempt", "enter upon an activity or enterprise"], ["take in charge", "accept as a charge"], ["take on", "accept as a challenge"], ["set about", "enter upon an activity or enterprise"], ["guarantee", "promise to do or accomplish"], ["tackle", "accept as a challenge"]]}, {"answer": "underwrite", "hint": "synonyms for underwrite", "clues": [["subvention", "guarantee financial support of"], ["cover", "protect by insurance"], ["insure", "protect by insurance"], ["subvent", "guarantee financial support of"]]}, {"answer": "undo", "hint": "synonyms for undo", "clues": [["loosen", "cause to become loose"], ["unmake", "deprive of certain characteristics"], ["unwrap", "remove the outer cover or wrapping of"], ["untie", "cause to become loose"]]}, {"answer": "unfold", "hint": "synonyms for unfold", "clues": [["blossom out", "develop or come to a promising stage"], ["stretch", "extend or stretch out to a greater or the full length"], ["extend", "extend or stretch out to a greater or the full length"], ["open", "spread out or open from a closed or folded state"], ["blossom forth", "develop or come to a promising stage"], ["spread out", "spread out or open from a closed or folded state"], ["blossom", "develop or come to a promising stage"], ["stretch out", "extend or stretch out to a greater or the full length"], ["spread", "spread out or open from a closed or folded state"]]}, {"answer": "unfreeze", "hint": "synonyms for unfreeze", "clues": [["dissolve", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["unthaw", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["release", "make (assets) available"], ["unblock", "make (assets) available"], ["thaw", "become or cause to become soft or liquid"], ["free", "make (assets) available"]]}, {"answer": "unhinge", "hint": "synonyms for unhinge", "clues": [["cark", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed"]]}, {"answer": "unhorse", "hint": "synonyms for unhorse", "clues": [["light", "alight from (a horse)"], ["get down", "alight from (a horse)"], ["dismount", "alight from (a horse)"], ["get off", "alight from (a horse)"]]}, {"answer": "unify", "hint": "synonyms for unify", "clues": [["merge", "join or combine"], ["mix", "to bring or combine together or with something else"], ["unite", "bring together for a common purpose or action or ideology or in a shared situation"], ["mingle", "to bring or combine together or with something else"], ["amalgamate", "to bring or combine together or with something else"], ["commix", "to bring or combine together or with something else"]]}, {"answer": "unite", "hint": "synonyms for unite", "clues": [["merge", "join or combine"], ["link", "be or become joined or united or linked"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation"], ["link up", "be or become joined or united or linked"], ["connect", "be or become joined or united or linked"], ["combine", "have or possess in combination"], ["join", "be or become joined or united or linked"]]}, {"answer": "unknot", "hint": "synonyms for unknot", "clues": [["unravel", "become or cause to become undone by separating the fibers or threads of"], ["unscramble", "become or cause to become undone by separating the fibers or threads of"], ["untangle", "become or cause to become undone by separating the fibers or threads of"], ["unpick", "become or cause to become undone by separating the fibers or threads of"]]}, {"answer": "unlax", "hint": "synonyms for unlax", "clues": [["make relaxed", "cause to feel relaxed"], ["relax", "cause to feel relaxed"], ["loosen up", "cause to feel relaxed"], ["unwind", "cause to feel relaxed"], ["unstrain", "cause to feel relaxed"]]}, {"answer": "unload", "hint": "synonyms for unload", "clues": [["unlade", "take the load off (a container or vehicle)"], ["drop off", "leave or unload"], ["set down", "leave or unload"], ["discharge", "leave or unload"], ["drop", "leave or unload"], ["offload", "take the load off (a container or vehicle)"], ["put down", "leave or unload"]]}, {"answer": "unloose", "hint": "synonyms for unloose", "clues": [["unloosen", "grant freedom to; free from confinement"], ["liberate", "grant freedom to; free from confinement"], ["free", "grant freedom to; free from confinement"], ["release", "grant freedom to; free from confinement"], ["loose", "grant freedom to; free from confinement"]]}, {"answer": "unloosen", "hint": "synonyms for unloosen", "clues": [["unloose", "loosen the ties of"], ["liberate", "grant freedom to; free from confinement"], ["free", "grant freedom to; free from confinement"], ["release", "grant freedom to; free from confinement"], ["loose", "grant freedom to; free from confinement"]]}, {"answer": "unpick", "hint": "synonyms for unpick", "clues": [["unravel", "become or cause to become undone by separating the fibers or threads of"], ["unscramble", "become or cause to become undone by separating the fibers or threads of"], ["unknot", "become or cause to become undone by separating the fibers or threads of"], ["untangle", "become or cause to become undone by separating the fibers or threads of"]]}, {"answer": "unravel", "hint": "synonyms for unravel", "clues": [["untangle", "become or cause to become undone by separating the fibers or threads of"], ["ravel", "disentangle"], ["ravel out", "disentangle"], ["run", "become undone"], ["unscramble", "become or cause to become undone by separating the fibers or threads of"], ["unknot", "become or cause to become undone by separating the fibers or threads of"], ["unpick", "become or cause to become undone by separating the fibers or threads of"]]}, {"answer": "unscramble", "hint": "synonyms for unscramble", "clues": [["unravel", "become or cause to become undone by separating the fibers or threads of"], ["unknot", "become or cause to become undone by separating the fibers or threads of"], ["unpick", "become or cause to become undone by separating the fibers or threads of"], ["untangle", "become or cause to become undone by separating the fibers or threads of"]]}, {"answer": "unsex", "hint": "synonyms for unsex", "clues": [["fix", "make infertile"], ["desexualise", "make infertile"], ["sterilise", "make infertile"], ["desex", "make infertile"]]}, {"answer": "unstrain", "hint": "synonyms for unstrain", "clues": [["make relaxed", "cause to feel relaxed"], ["unlax", "cause to feel relaxed"], ["relax", "cause to feel relaxed"], ["loosen up", "cause to feel relaxed"], ["unwind", "cause to feel relaxed"]]}, {"answer": "untangle", "hint": "synonyms for untangle", "clues": [["unscramble", "become or cause to become undone by separating the fibers or threads of"], ["disentangle", "release from entanglement of difficulty"], ["disencumber", "release from entanglement of difficulty"], ["extricate", "release from entanglement of difficulty"], ["unravel", "become or cause to become undone by separating the fibers or threads of"], ["unknot", "become or cause to become undone by separating the fibers or threads of"], ["unpick", "become or cause to become undone by separating the fibers or threads of"]]}, {"answer": "unthaw", "hint": "synonyms for unthaw", "clues": [["dissolve", "become or cause to become soft or liquid"], ["melt", "become or cause to become soft or liquid"], ["dethaw", "become or cause to become soft or liquid"], ["unfreeze", "become or cause to become soft or liquid"], ["thaw", "become or cause to become soft or liquid"]]}, {"answer": "untie", "hint": "synonyms for untie", "clues": [["unlace", "undo the ties of"], ["loosen", "cause to become loose"], ["undo", "cause to become loose"], ["unbrace", "undo the ties of"]]}, {"answer": "untune", "hint": "synonyms for untune", "clues": [["discomfit", "cause to lose one's composure"], ["upset", "cause to lose one's composure"], ["disconcert", "cause to lose one's composure"], ["discompose", "cause to lose one's composure"]]}, {"answer": "unwind", "hint": "synonyms for unwind", "clues": [["loosen up", "become less tense, rest, or take one's ease"], ["make relaxed", "cause to feel relaxed"], ["unlax", "cause to feel relaxed"], ["relax", "cause to feel relaxed"], ["slow down", "become less tense, rest, or take one's ease"], ["unstrain", "cause to feel relaxed"], ["disentangle", "separate the tangles of"], ["wind off", "reverse the winding or twisting of"], ["decompress", "become less tense, rest, or take one's ease"], ["unroll", "reverse the winding or twisting of"], ["unbend", "become less tense, rest, or take one's ease"]]}, {"answer": "unwrap", "hint": "synonyms for unwrap", "clues": [["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["undo", "remove the outer cover or wrapping of"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret"]]}, {"answer": "upchuck", "hint": "synonyms for upchuck", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["vomit up", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "uphold", "hint": "synonyms for uphold", "clues": [["bear on", "keep or maintain in unaltered condition; cause to remain or last"], ["maintain", "support against an opponent"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last"], ["continue", "keep or maintain in unaltered condition; cause to remain or last"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last"]]}, {"answer": "uprise", "hint": "synonyms for uprise", "clues": [["arise", "get up and out of bed"], ["get up", "get up and out of bed"], ["resurrect", "return from the dead"], ["originate", "come into existence; take on form or shape"], ["come up", "come up, of celestial bodies"], ["spring up", "come into existence; take on form or shape"], ["ascend", "come up, of celestial bodies"], ["grow", "come into existence; take on form or shape"], ["go up", "move upward"], ["move up", "move upward"], ["stand up", "rise up as in fear"], ["develop", "come into existence; take on form or shape"], ["bristle", "rise up as in fear"], ["turn out", "get up and out of bed"], ["lift", "move upward"]]}, {"answer": "uproot", "hint": "synonyms for uproot", "clues": [["deracinate", "pull up by or as if by the roots"], ["extirpate", "destroy completely, as if down to the roots"], ["eradicate", "destroy completely, as if down to the roots"], ["root out", "destroy completely, as if down to the roots"], ["exterminate", "destroy completely, as if down to the roots"]]}, {"answer": "urge_on", "hint": "synonyms for urge on", "clues": [["exhort", "force or impel in an indicated direction"], ["barrack", "spur on or encourage especially by cheers and shouts"], ["inspire", "spur on or encourage especially by cheers and shouts"], ["urge", "force or impel in an indicated direction"], ["cheer", "spur on or encourage especially by cheers and shouts"], ["pep up", "spur on or encourage especially by cheers and shouts"], ["root on", "spur on or encourage especially by cheers and shouts"], ["press", "force or impel in an indicated direction"]]}, {"answer": "urinate", "hint": "synonyms for urinate", "clues": [["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["wee-wee", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "use_up", "hint": "synonyms for use up", "clues": [["wipe out", "use up (resources or materials)"], ["consume", "use up (resources or materials)"], ["exhaust", "use up (resources or materials)"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["take", "require (time or space)"], ["eat up", "use up (resources or materials)"], ["occupy", "require (time or space)"], ["eat", "use up (resources or materials)"]]}, {"answer": "usurp", "hint": "synonyms for usurp", "clues": [["seize", "seize and take control without authority and possibly with force; take as one's right or possession"], ["take over", "seize and take control without authority and possibly with force; take as one's right or possession"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession"]]}, {"answer": "utilise", "hint": "synonyms for utilise", "clues": [["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"]]}, {"answer": "utilize", "hint": "synonyms for utilize", "clues": [["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["utilise", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose"]]}, {"answer": "vacate", "hint": "synonyms for vacate", "clues": [["overturn", "cancel officially"], ["lift", "cancel officially"], ["revoke", "cancel officially"], ["resign", "leave (a job, post, or position) voluntarily"], ["reverse", "cancel officially"], ["empty", "leave behind empty; move out of"], ["give up", "leave (a job, post, or position) voluntarily"], ["rescind", "cancel officially"], ["abandon", "leave behind empty; move out of"], ["countermand", "cancel officially"], ["repeal", "cancel officially"], ["annul", "cancel officially"], ["renounce", "leave (a job, post, or position) voluntarily"]]}, {"answer": "vacillate", "hint": "synonyms for vacillate", "clues": [["fluctuate", "move or sway in a rising and falling or wavelike pattern"], ["waver", "move or sway in a rising and falling or wavelike pattern"], ["vibrate", "be undecided about something; waver between conflicting positions or courses of action"], ["oscillate", "be undecided about something; waver between conflicting positions or courses of action"], ["hover", "be undecided about something; waver between conflicting positions or courses of action"]]}, {"answer": "valuate", "hint": "synonyms for valuate", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of"]]}, {"answer": "vanish", "hint": "synonyms for vanish", "clues": [["go away", "become invisible or unnoticeable"], ["disappear", "get lost, as without warning or explanation"], ["fell", "pass away rapidly"], ["vaporize", "decrease rapidly and disappear"], ["fly", "decrease rapidly and disappear"]]}, {"answer": "vanquish", "hint": "synonyms for vanquish", "clues": [["shell", "come out better in a competition, race, or conflict"], ["crush", "come out better in a competition, race, or conflict"], ["trounce", "come out better in a competition, race, or conflict"], ["beat out", "come out better in a competition, race, or conflict"], ["beat", "come out better in a competition, race, or conflict"]]}, {"answer": "vaporise", "hint": "synonyms for vaporise", "clues": [["vaporize", "lose or cause to lose liquid by vaporization leaving a more concentrated residue"], ["aerify", "turn into gas"], ["gasify", "turn into gas"], ["evaporate", "lose or cause to lose liquid by vaporization leaving a more concentrated residue"]]}, {"answer": "vaporize", "hint": "synonyms for vaporize", "clues": [["vanish", "decrease rapidly and disappear"], ["vaporise", "lose or cause to lose liquid by vaporization leaving a more concentrated residue"], ["aerify", "turn into gas"], ["gasify", "turn into gas"], ["evaporate", "lose or cause to lose liquid by vaporization leaving a more concentrated residue"], ["zap", "kill with or as if with a burst of gunfire or electric current or as if by shooting"], ["fly", "decrease rapidly and disappear"]]}, {"answer": "vary", "hint": "synonyms for vary", "clues": [["diverge", "be at variance with; be out of line with"], ["deviate", "be at variance with; be out of line with"], ["variegate", "make something more diverse and varied"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence"], ["motley", "make something more diverse and varied"], ["depart", "be at variance with; be out of line with"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence"]]}, {"answer": "veer", "hint": "synonyms for veer", "clues": [["cut", "turn sharply; change direction abruptly"], ["slue", "turn sharply; change direction abruptly"], ["trend", "turn sharply; change direction abruptly"], ["sheer", "turn sharply; change direction abruptly"], ["swerve", "turn sharply; change direction abruptly"], ["slew", "turn sharply; change direction abruptly"], ["curve", "turn sharply; change direction abruptly"]]}, {"answer": "vend", "hint": "synonyms for vend", "clues": [["pitch", "sell or offer for sale from place to place"], ["monger", "sell or offer for sale from place to place"], ["huckster", "sell or offer for sale from place to place"], ["hawk", "sell or offer for sale from place to place"], ["peddle", "sell or offer for sale from place to place"]]}, {"answer": "ventilate", "hint": "synonyms for ventilate", "clues": [["vent", "expose to cool or cold air so as to cool or freshen"], ["give vent", "give expression or utterance to"], ["air", "expose to cool or cold air so as to cool or freshen"], ["air out", "expose to cool or cold air so as to cool or freshen"]]}, {"answer": "verbalise", "hint": "synonyms for verbalise", "clues": [["verbalize", "express in speech"], ["speak", "express in speech"], ["utter", "express in speech"], ["express", "articulate; either verbally or with a cry, shout, or noise"], ["talk", "express in speech"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["mouth", "express in speech"]]}, {"answer": "verbalize", "hint": "synonyms for verbalize", "clues": [["verbalise", "express in speech"], ["speak", "express in speech"], ["utter", "express in speech"], ["express", "articulate; either verbally or with a cry, shout, or noise"], ["talk", "express in speech"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise"], ["mouth", "express in speech"]]}, {"answer": "verify", "hint": "synonyms for verify", "clues": [["aver", "to declare or affirm solemnly and formally as true"], ["swan", "to declare or affirm solemnly and formally as true"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard"], ["swear", "to declare or affirm solemnly and formally as true"], ["avow", "to declare or affirm solemnly and formally as true"], ["affirm", "to declare or affirm solemnly and formally as true"], ["assert", "to declare or affirm solemnly and formally as true"]]}, {"answer": "vex", "hint": "synonyms for vex", "clues": [["puzzle", "be a mystery or bewildering to"], ["get", "be a mystery or bewildering to"], ["beat", "be a mystery or bewildering to"], ["agitate", "change the arrangement or position of"], ["commove", "change the arrangement or position of"], ["gravel", "cause annoyance in; disturb, especially by minor irritations"], ["raise up", "change the arrangement or position of"], ["amaze", "be a mystery or bewildering to"], ["stupefy", "be a mystery or bewildering to"], ["baffle", "be a mystery or bewildering to"], ["dumbfound", "be a mystery or bewildering to"], ["pose", "be a mystery or bewildering to"], ["get to", "cause annoyance in; disturb, especially by minor irritations"], ["worry", "disturb the peace of mind of; afflict with mental agitation or distress"], ["chafe", "cause annoyance in; disturb, especially by minor irritations"], ["irritate", "cause annoyance in; disturb, especially by minor irritations"], ["devil", "cause annoyance in; disturb, especially by minor irritations"], ["bewilder", "be a mystery or bewildering to"], ["annoy", "cause annoyance in; disturb, especially by minor irritations"], ["perplex", "be a mystery or bewildering to"], ["bother", "cause annoyance in; disturb, especially by minor irritations"], ["nettle", "cause annoyance in; disturb, especially by minor irritations"], ["rile", "cause annoyance in; disturb, especially by minor irritations"], ["rag", "cause annoyance in; disturb, especially by minor irritations"], ["get at", "cause annoyance in; disturb, especially by minor irritations"], ["shake up", "change the arrangement or position of"], ["nonplus", "be a mystery or bewildering to"], ["mystify", "be a mystery or bewildering to"], ["disturb", "change the arrangement or position of"], ["stir up", "change the arrangement or position of"], ["stick", "be a mystery or bewildering to"], ["nark", "cause annoyance in; disturb, especially by minor irritations"], ["flummox", "be a mystery or bewildering to"]]}, {"answer": "vibrate", "hint": "synonyms for vibrate", "clues": [["tickle", "feel sudden intense sensation or emotion"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action"], ["resonate", "sound with resonance"], ["thrill", "feel sudden intense sensation or emotion"], ["oscillate", "move or swing from side to side regularly"], ["hover", "be undecided about something; waver between conflicting positions or courses of action"]]}, {"answer": "victimize", "hint": "synonyms for victimize", "clues": [["mulct", "deprive of by deceit"], ["swindle", "deprive of by deceit"], ["gip", "deprive of by deceit"], ["victimise", "punish unjustly"], ["diddle", "deprive of by deceit"], ["con", "deprive of by deceit"], ["rook", "deprive of by deceit"], ["bunco", "deprive of by deceit"], ["nobble", "deprive of by deceit"], ["scam", "deprive of by deceit"], ["goldbrick", "deprive of by deceit"], ["short-change", "deprive of by deceit"], ["hornswoggle", "deprive of by deceit"], ["defraud", "deprive of by deceit"], ["gyp", "deprive of by deceit"]]}, {"answer": "violate", "hint": "synonyms for violate", "clues": [["break", "fail to agree with; be in violation of; as of rules or patterns"], ["desecrate", "violate the sacred character of a place or language"], ["offend", "act in disregard of laws, rules, contracts, or promises"], ["go against", "act in disregard of laws, rules, contracts, or promises"], ["rape", "force (someone) to have sex against their will"], ["assault", "force (someone) to have sex against their will"], ["outrage", "violate the sacred character of a place or language"], ["transgress", "act in disregard of laws, rules, contracts, or promises"], ["despoil", "destroy and strip of its possession"], ["breach", "act in disregard of laws, rules, contracts, or promises"], ["infract", "act in disregard of laws, rules, contracts, or promises"], ["profane", "violate the sacred character of a place or language"], ["dishonor", "force (someone) to have sex against their will"], ["plunder", "destroy and strip of its possession"], ["spoil", "destroy and strip of its possession"], ["ravish", "force (someone) to have sex against their will"]]}, {"answer": "visualise", "hint": "synonyms for visualise", "clues": [["visualize", "view the outline of by means of an X-ray"], ["envision", "imagine; conceive of; see in one's mind"], ["fancy", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["picture", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"]]}, {"answer": "visualize", "hint": "synonyms for visualize", "clues": [["visualise", "view the outline of by means of an X-ray"], ["fancy", "imagine; conceive of; see in one's mind"], ["see", "imagine; conceive of; see in one's mind"], ["image", "imagine; conceive of; see in one's mind"], ["figure", "imagine; conceive of; see in one's mind"], ["project", "imagine; conceive of; see in one's mind"], ["picture", "imagine; conceive of; see in one's mind"], ["envision", "imagine; conceive of; see in one's mind"]]}, {"answer": "vitiate", "hint": "synonyms for vitiate", "clues": [["deprave", "corrupt morally or by intemperance or sensuality"], ["debauch", "corrupt morally or by intemperance or sensuality"], ["impair", "make imperfect"], ["corrupt", "corrupt morally or by intemperance or sensuality"], ["misdirect", "corrupt morally or by intemperance or sensuality"], ["invalidate", "take away the legal force of or render ineffective"], ["pervert", "corrupt morally or by intemperance or sensuality"], ["void", "take away the legal force of or render ineffective"], ["demoralise", "corrupt morally or by intemperance or sensuality"], ["spoil", "make imperfect"], ["profane", "corrupt morally or by intemperance or sensuality"], ["deflower", "make imperfect"], ["mar", "make imperfect"], ["subvert", "corrupt morally or by intemperance or sensuality"], ["debase", "corrupt morally or by intemperance or sensuality"]]}, {"answer": "vivify", "hint": "synonyms for vivify", "clues": [["reanimate", "give new life or energy to"], ["repair", "give new life or energy to"], ["revive", "give new life or energy to"], ["renovate", "give new life or energy to"], ["quicken", "give new life or energy to"], ["revivify", "give new life or energy to"], ["recreate", "give new life or energy to"]]}, {"answer": "vocalise", "hint": "synonyms for vocalise", "clues": [["phonate", "utter speech sounds"], ["vocalize", "sing (each note a scale or in a melody) with the same vowel"], ["voice", "utter with vibrating vocal chords"], ["enunciate", "express or state clearly"], ["vowelize", "pronounce as a vowel"], ["sound", "utter with vibrating vocal chords"], ["articulate", "express or state clearly"]]}, {"answer": "vocalize", "hint": "synonyms for vocalize", "clues": [["vocalise", "utter with vibrating vocal chords"], ["phonate", "utter speech sounds"], ["voice", "utter with vibrating vocal chords"], ["vowelize", "pronounce as a vowel"], ["enunciate", "express or state clearly"], ["sound", "utter with vibrating vocal chords"], ["articulate", "express or state clearly"]]}, {"answer": "vomit_up", "hint": "synonyms for vomit up", "clues": [["spew", "eject the contents of the stomach through the mouth"], ["cast", "eject the contents of the stomach through the mouth"], ["upchuck", "eject the contents of the stomach through the mouth"], ["sick", "eject the contents of the stomach through the mouth"], ["throw up", "eject the contents of the stomach through the mouth"], ["be sick", "eject the contents of the stomach through the mouth"], ["spue", "eject the contents of the stomach through the mouth"], ["purge", "eject the contents of the stomach through the mouth"], ["disgorge", "eject the contents of the stomach through the mouth"], ["barf", "eject the contents of the stomach through the mouth"], ["puke", "eject the contents of the stomach through the mouth"], ["regurgitate", "eject the contents of the stomach through the mouth"], ["chuck", "eject the contents of the stomach through the mouth"], ["vomit", "eject the contents of the stomach through the mouth"], ["honk", "eject the contents of the stomach through the mouth"], ["regorge", "eject the contents of the stomach through the mouth"], ["retch", "eject the contents of the stomach through the mouth"]]}, {"answer": "vote_down", "hint": "synonyms for vote down", "clues": [["turn thumbs down", "vote against"], ["shoot down", "thwart the passage of"], ["defeat", "thwart the passage of"], ["vote out", "thwart the passage of"], ["kill", "thwart the passage of"]]}, {"answer": "vote_out", "hint": "synonyms for vote out", "clues": [["shoot down", "thwart the passage of"], ["vote down", "thwart the passage of"], ["kill", "thwart the passage of"], ["defeat", "thwart the passage of"]]}, {"answer": "wait_on", "hint": "synonyms for wait on", "clues": [["assist", "work for or be a servant to"], ["attend", "work for or be a servant to"], ["attend to", "work for or be a servant to"], ["serve", "work for or be a servant to"]]}, {"answer": "waive", "hint": "synonyms for waive", "clues": [["forego", "do without or cease to hold or adhere to"], ["relinquish", "do without or cease to hold or adhere to"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["dispense with", "do without or cease to hold or adhere to"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime"], ["foreswear", "do without or cease to hold or adhere to"]]}, {"answer": "wake_up", "hint": "synonyms for wake up", "clues": [["arouse", "stop sleeping"], ["wake", "cause to become awake or conscious"], ["awaken", "cause to become awake or conscious"], ["come alive", "stop sleeping"]]}, {"answer": "waken", "hint": "synonyms for waken", "clues": [["arouse", "stop sleeping"], ["wake", "cause to become awake or conscious"], ["wake up", "cause to become awake or conscious"], ["awaken", "cause to become awake or conscious"], ["come alive", "stop sleeping"]]}, {"answer": "wander", "hint": "synonyms for wander", "clues": [["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"], ["cast", "move about aimlessly or without any destination, often in search of food or employment"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment"], ["swan", "move about aimlessly or without any destination, often in search of food or employment"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course"], ["cheat on", "be sexually unfaithful to one's partner in marriage"], ["roll", "move about aimlessly or without any destination, often in search of food or employment"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course"], ["range", "move about aimlessly or without any destination, often in search of food or employment"], ["cheat", "be sexually unfaithful to one's partner in marriage"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment"], ["rove", "move about aimlessly or without any destination, often in search of food or employment"], ["drift", "move about aimlessly or without any destination, often in search of food or employment"], ["betray", "be sexually unfaithful to one's partner in marriage"], ["stray", "move about aimlessly or without any destination, often in search of food or employment"], ["cuckold", "be sexually unfaithful to one's partner in marriage"], ["roam", "move about aimlessly or without any destination, often in search of food or employment"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking"]]}, {"answer": "wanton_away", "hint": "synonyms for wanton away", "clues": [["piddle", "waste time; spend one's time idly or inefficiently"], ["wanton", "spend wastefully"], ["trifle away", "spend wastefully"], ["trifle", "waste time; spend one's time idly or inefficiently"], ["piddle away", "waste time; spend one's time idly or inefficiently"]]}, {"answer": "ward_off", "hint": "synonyms for ward off", "clues": [["obviate", "prevent the occurrence of; prevent from happening"], ["head off", "prevent the occurrence of; prevent from happening"], ["forfend", "prevent the occurrence of; prevent from happening"], ["stave off", "prevent the occurrence of; prevent from happening"], ["avert", "prevent the occurrence of; prevent from happening"], ["avoid", "prevent the occurrence of; prevent from happening"], ["fend off", "prevent the occurrence of; prevent from happening"], ["deflect", "prevent the occurrence of; prevent from happening"], ["debar", "prevent the occurrence of; prevent from happening"]]}, {"answer": "wash_out", "hint": "synonyms for wash out", "clues": [["wash", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent"], ["rain out", "prevent or interrupt due to rain"]]}, {"answer": "wash_up", "hint": "synonyms for wash up", "clues": [["beat", "wear out completely"], ["lave", "wash one's face and hands"], ["exhaust", "wear out completely"], ["do the dishes", "wash dishes"], ["tucker out", "wear out completely"], ["tucker", "wear out completely"]]}, {"answer": "waste_one's_time", "hint": "synonyms for waste one's time", "clues": [["arse about", "be lazy or idle"], ["fuck off", "be lazy or idle"], ["loll", "be lazy or idle"], ["loll around", "be lazy or idle"], ["frig around", "be lazy or idle"], ["lounge about", "be lazy or idle"], ["bum around", "be lazy or idle"], ["arse around", "be lazy or idle"], ["bum", "be lazy or idle"], ["loaf", "be lazy or idle"], ["lounge around", "be lazy or idle"], ["bum about", "be lazy or idle"]]}, {"answer": "watch_over", "hint": "synonyms for watch over", "clues": [["follow", "follow with the eyes or the mind"], ["observe", "follow with the eyes or the mind"], ["watch", "follow with the eyes or the mind"], ["keep an eye on", "follow with the eyes or the mind"]]}, {"answer": "waylay", "hint": "synonyms for waylay", "clues": [["lurk", "wait in hiding to attack"], ["lie in wait", "wait in hiding to attack"], ["scupper", "wait in hiding to attack"], ["ambush", "wait in hiding to attack"], ["bushwhack", "wait in hiding to attack"], ["ambuscade", "wait in hiding to attack"]]}, {"answer": "weaken", "hint": "synonyms for weaken", "clues": [["subvert", "destroy property or hinder normal operations"], ["break", "lessen in force or effect"], ["soften", "lessen in force or effect"], ["undermine", "destroy property or hinder normal operations"], ["countermine", "destroy property or hinder normal operations"], ["damp", "lessen in force or effect"], ["dampen", "lessen in force or effect"], ["sabotage", "destroy property or hinder normal operations"], ["de-escalate", "reduce the level or intensity or size or scope of"], ["counteract", "destroy property or hinder normal operations"], ["step down", "reduce the level or intensity or size or scope of"]]}, {"answer": "wear_away", "hint": "synonyms for wear away", "clues": [["gnaw at", "become ground down or deteriorate"], ["eat at", "become ground down or deteriorate"], ["whittle down", "cut away in small pieces"], ["whittle away", "cut away in small pieces"], ["wear off", "diminish, as by friction"], ["erode", "become ground down or deteriorate"], ["gnaw", "become ground down or deteriorate"]]}, {"answer": "wear_down", "hint": "synonyms for wear down", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["wear off", "deteriorate through use or stress"], ["wear out", "deteriorate through use or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["wear thin", "deteriorate through use or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "wear_off", "hint": "synonyms for wear off", "clues": [["wear thin", "deteriorate through use or stress"], ["wear", "deteriorate through use or stress"], ["wear away", "diminish, as by friction"], ["wear down", "deteriorate through use or stress"], ["wear out", "deteriorate through use or stress"]]}, {"answer": "wear_out", "hint": "synonyms for wear out", "clues": [["wear", "go to pieces"], ["wear upon", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["wear thin", "deteriorate through use or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "deteriorate through use or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["fall apart", "go to pieces"], ["bust", "go to pieces"], ["wear off", "deteriorate through use or stress"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["break", "go to pieces"]]}, {"answer": "wear_thin", "hint": "synonyms for wear thin", "clues": [["wear down", "deteriorate through use or stress"], ["wear", "deteriorate through use or stress"], ["wear off", "deteriorate through use or stress"], ["wear out", "deteriorate through use or stress"]]}, {"answer": "wear_upon", "hint": "synonyms for wear upon", "clues": [["weary", "exhaust or get tired through overuse or great strain or stress"], ["tire out", "exhaust or get tired through overuse or great strain or stress"], ["outwear", "exhaust or get tired through overuse or great strain or stress"], ["tire", "exhaust or get tired through overuse or great strain or stress"], ["fag out", "exhaust or get tired through overuse or great strain or stress"], ["jade", "exhaust or get tired through overuse or great strain or stress"], ["wear down", "exhaust or get tired through overuse or great strain or stress"], ["fag", "exhaust or get tired through overuse or great strain or stress"], ["fatigue", "exhaust or get tired through overuse or great strain or stress"], ["wear out", "exhaust or get tired through overuse or great strain or stress"]]}, {"answer": "wee-wee", "hint": "synonyms for wee-wee", "clues": [["urinate", "eliminate urine"], ["pee-pee", "eliminate urine"], ["make", "eliminate urine"], ["piddle", "eliminate urine"], ["pee", "eliminate urine"], ["micturate", "eliminate urine"], ["spend a penny", "eliminate urine"], ["wee", "eliminate urine"], ["piss", "eliminate urine"], ["puddle", "eliminate urine"], ["relieve oneself", "eliminate urine"], ["pass water", "eliminate urine"], ["take a leak", "eliminate urine"], ["make water", "eliminate urine"]]}, {"answer": "weigh", "hint": "synonyms for weigh", "clues": [["count", "show consideration for; take into account"], ["matter", "have weight; have import, carry weight"], ["press", "to be oppressive or burdensome; ,"], ["consider", "show consideration for; take into account"], ["librate", "determine the weight of"]]}, {"answer": "weigh_down", "hint": "synonyms for weigh down", "clues": [["weigh on", "be oppressive or disheartening to"], ["press down on", "exert a force with a heavy weight"], ["drag down", "exert a force with a heavy weight"], ["bear down on", "exert a force with a heavy weight"]]}, {"answer": "well_over", "hint": "synonyms for well over", "clues": [["overrun", "flow or run over (a limit or brim)"], ["overflow", "flow or run over (a limit or brim)"], ["run over", "flow or run over (a limit or brim)"], ["brim over", "flow or run over (a limit or brim)"]]}, {"answer": "whap", "hint": "synonyms for whap", "clues": [["sock", "hit hard"], ["whop", "hit hard"], ["bonk", "hit hard"], ["bash", "hit hard"], ["bop", "hit hard"]]}, {"answer": "wheedle", "hint": "synonyms for wheedle", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering"], ["palaver", "influence or urge by gentle urging, caressing, or flattering"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering"], ["cajole", "influence or urge by gentle urging, caressing, or flattering"], ["coax", "influence or urge by gentle urging, caressing, or flattering"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering"]]}, {"answer": "whelm", "hint": "synonyms for whelm", "clues": [["overpower", "overcome, as with emotions or perceptual stimuli"], ["overtake", "overcome, as with emotions or perceptual stimuli"], ["overcome", "overcome, as with emotions or perceptual stimuli"], ["overwhelm", "overcome, as with emotions or perceptual stimuli"], ["sweep over", "overcome, as with emotions or perceptual stimuli"]]}, {"answer": "whoop_it_up", "hint": "synonyms for whoop it up", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities"]]}, {"answer": "whop", "hint": "synonyms for whop", "clues": [["bonk", "hit hard"], ["wallop", "hit hard"], ["sock", "hit hard"], ["whap", "hit hard"], ["bop", "hit hard"], ["bash", "hit hard"], ["wham", "hit hard"], ["whack", "hit hard"]]}, {"answer": "wield", "hint": "synonyms for wield", "clues": [["handle", "handle effectively"], ["exert", "have and exercise"], ["maintain", "have and exercise"], ["manage", "handle effectively"]]}, {"answer": "wind_up", "hint": "synonyms for wind up", "clues": [["end up", "finally be or do something"], ["land up", "finally be or do something"], ["turn on", "stimulate sexually"], ["fetch up", "finally be or do something"], ["finish", "finally be or do something"], ["sex", "stimulate sexually"], ["wind", "coil the spring of (some mechanical device) by turning a stem"], ["arouse", "stimulate sexually"], ["finish up", "finally be or do something"], ["excite", "stimulate sexually"]]}, {"answer": "wipe_off", "hint": "synonyms for wipe off", "clues": [["wipe away", "remove by wiping"], ["score out", "remove by or as if by rubbing or erasing"], ["erase", "remove by or as if by rubbing or erasing"], ["efface", "remove by or as if by rubbing or erasing"], ["rub out", "remove by or as if by rubbing or erasing"]]}, {"answer": "wipe_out", "hint": "synonyms for wipe out", "clues": [["obliterate", "mark for deletion, rub off, or erase"], ["kill", "mark for deletion, rub off, or erase"], ["erase", "remove from memory or existence"], ["consume", "use up (resources or materials)"], ["eat up", "use up (resources or materials)"], ["annihilate", "kill in large numbers"], ["sweep away", "eliminate completely and without a trace"], ["exhaust", "use up (resources or materials)"], ["decimate", "kill in large numbers"], ["deplete", "use up (resources or materials)"], ["run through", "use up (resources or materials)"], ["cancel out", "wipe out the effect of something"], ["eradicate", "kill in large numbers"], ["eliminate", "kill in large numbers"], ["use up", "use up (resources or materials)"], ["extinguish", "kill in large numbers"], ["eat", "use up (resources or materials)"], ["carry off", "kill in large numbers"]]}, {"answer": "withdraw", "hint": "synonyms for withdraw", "clues": [["pull in one's horns", "make a retreat from an earlier commitment or activity"], ["bow out", "retire gracefully"], ["retire", "break from a meeting or gathering"], ["move back", "pull back or move away or backward"], ["retreat", "pull back or move away or backward"], ["take out", "remove (a commodity) from (a supply source)"], ["back out", "make a retreat from an earlier commitment or activity"], ["seclude", "keep away from others"], ["pull back", "make a retreat from an earlier commitment or activity"], ["call back", "cause to be returned"], ["sequester", "keep away from others"], ["swallow", "take back what one has said"], ["draw back", "pull back or move away or backward"], ["call in", "cause to be returned"], ["crawfish", "make a retreat from an earlier commitment or activity"], ["disengage", "release from something that holds fast, connects, or entangles"], ["back away", "make a retreat from an earlier commitment or activity"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["sequestrate", "keep away from others"], ["draw off", "remove (a commodity) from (a supply source)"], ["recede", "pull back or move away or backward"], ["unsay", "take back what one has said"], ["crawfish out", "make a retreat from an earlier commitment or activity"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract"], ["take back", "take back what one has said"], ["draw", "remove (a commodity) from (a supply source)"], ["pull away", "pull back or move away or backward"], ["adjourn", "break from a meeting or gathering"], ["recall", "cause to be returned"]]}, {"answer": "wither", "hint": "synonyms for wither", "clues": [["shrivel up", "wither, as with a loss of moisture"], ["fade", "lose freshness, vigor, or vitality"], ["shrink", "wither, as with a loss of moisture"], ["shrivel", "wither, as with a loss of moisture"]]}, {"answer": "withstand", "hint": "synonyms for withstand", "clues": [["resist", "stand up or offer resistance to somebody or something"], ["hold", "resist or confront with resistance"], ["hold up", "resist or confront with resistance"], ["stand firm", "stand up or offer resistance to somebody or something"], ["defy", "resist or confront with resistance"], ["hold out", "stand up or offer resistance to somebody or something"]]}, {"answer": "womanize", "hint": "synonyms for womanize", "clues": [["philander", "have amorous affairs; of men"], ["feminise", "to give a (more) feminine, effeminate, or womanly quality or appearance to"], ["womanise", "have amorous affairs; of men"], ["effeminize", "to give a (more) feminine, effeminate, or womanly quality or appearance to"]]}, {"answer": "work_out", "hint": "synonyms for work out", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of"], ["figure", "make a mathematical calculation or computation"], ["figure out", "find the solution to (a problem or question) or understand the meaning of"], ["cypher", "make a mathematical calculation or computation"], ["solve", "find the solution to (a problem or question) or understand the meaning of"], ["exercise", "do physical exercise"], ["work up", "come up with"], ["calculate", "make a mathematical calculation or computation"], ["lick", "find the solution to (a problem or question) or understand the meaning of"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of"], ["compute", "make a mathematical calculation or computation"], ["cipher", "make a mathematical calculation or computation"], ["reckon", "make a mathematical calculation or computation"], ["elaborate", "work out in detail"]]}, {"answer": "work_up", "hint": "synonyms for work up", "clues": [["ramp up", "bolster or strengthen"], ["build up", "form or accumulate steadily"], ["work out", "come up with"], ["build", "form or accumulate steadily"], ["get up", "develop"], ["progress", "form or accumulate steadily"]]}, {"answer": "worsen", "hint": "synonyms for worsen", "clues": [["exacerbate", "make worse"], ["decline", "grow worse"], ["exasperate", "make worse"], ["aggravate", "make worse"]]}, {"answer": "wrap_up", "hint": "synonyms for wrap up", "clues": [["cover", "clothe, as if for protection from the elements"], ["polish off", "finish a task completely"], ["wrap", "arrange or fold as a cover or protection"], ["finish up", "finish a task completely"], ["get through", "finish a task completely"], ["finish off", "finish a task completely"], ["clear up", "finish a task completely"], ["mop up", "finish a task completely"], ["roll up", "form a cylinder by rolling"]]}, {"answer": "wreak", "hint": "synonyms for wreak", "clues": [["play", "cause to happen or to occur as a consequence"], ["make for", "cause to happen or to occur as a consequence"], ["bring", "cause to happen or to occur as a consequence"], ["work", "cause to happen or to occur as a consequence"]]}, {"answer": "write", "hint": "synonyms for write", "clues": [["drop a line", "communicate (with) in writing"], ["pen", "produce a literary work"], ["compose", "write music"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)"], ["publish", "have (one's written work) issued for publication"], ["save", "record data on a computer"], ["indite", "produce a literary work"]]}, {"answer": "write_down", "hint": "synonyms for write down", "clues": [["get down", "put down in writing; of texts, musical compositions, etc."], ["put down", "put down in writing; of texts, musical compositions, etc."], ["expense", "reduce the estimated value of something"], ["write off", "reduce the estimated value of something"]]}, {"answer": "write_in_code", "hint": "synonyms for write in code", "clues": [["cypher", "convert ordinary language into code"], ["encrypt", "convert ordinary language into code"], ["encipher", "convert ordinary language into code"], ["inscribe", "convert ordinary language into code"], ["code", "convert ordinary language into code"]]}, {"answer": "write_out", "hint": "synonyms for write out", "clues": [["issue", "make out and issue"], ["cut", "make out and issue"], ["make out", "make out and issue"], ["write up", "put into writing; write in complete form"]]}, {"answer": "writhe", "hint": "synonyms for writhe", "clues": [["squirm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)"]]}, {"answer": "yack_away", "hint": "synonyms for yack away", "clues": [["rattle on", "talk incessantly and tiresomely"], ["jaw", "talk incessantly and tiresomely"], ["yap away", "talk incessantly and tiresomely"], ["yack", "talk incessantly and tiresomely"]]}, {"answer": "yammer", "hint": "synonyms for yammer", "clues": [["howl", "cry loudly, as of animals"], ["wrawl", "cry loudly, as of animals"], ["yawp", "complain whiningly"], ["yowl", "cry loudly, as of animals"], ["whine", "complain whiningly"], ["grizzle", "complain whiningly"]]}, {"answer": "yap_away", "hint": "synonyms for yap away", "clues": [["yack away", "talk incessantly and tiresomely"], ["rattle on", "talk incessantly and tiresomely"], ["jaw", "talk incessantly and tiresomely"], ["yack", "talk incessantly and tiresomely"]]}, {"answer": "yaup", "hint": "synonyms for yaup", "clues": [["ululate", "emit long loud cries"], ["wail", "emit long loud cries"], ["roar", "emit long loud cries"], ["yawl", "emit long loud cries"], ["howl", "emit long loud cries"]]}, {"answer": "yawp", "hint": "synonyms for yawp", "clues": [["grizzle", "complain whiningly"], ["whine", "complain whiningly"], ["yammer", "complain whiningly"], ["bawl", "make a raucous noise"]]}, {"answer": "yearn", "hint": "synonyms for yearn", "clues": [["ache", "have a desire for something or someone who is not present"], ["long", "desire strongly or persistently"], ["pine", "have a desire for something or someone who is not present"], ["yen", "have a desire for something or someone who is not present"], ["hanker", "desire strongly or persistently"], ["languish", "have a desire for something or someone who is not present"]]}], "portion": 0.6}, {"name": "adverbs", "groups": [{"answer": "about", "hint": "synonyms for about", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["roughly", "(of quantities) imprecise but fairly close to correct"], ["close to", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but"], ["around", "in or to a reversed position or direction"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "after", "hint": "synonyms for after", "clues": [["afterward", "happening at a time subsequent to a reference time"], ["later on", "happening at a time subsequent to a reference time"], ["subsequently", "happening at a time subsequent to a reference time"], ["later", "happening at a time subsequent to a reference time"]]}, {"answer": "ahead", "hint": "synonyms for ahead", "clues": [["forward", "in a forward direction"], ["onward", "in a forward direction"], ["out front", "leading or ahead in a competition"], ["beforehand", "ahead of time; in anticipation"], ["forrader", "in a forward direction"], ["before", "at or in the front"], ["in the lead", "leading or ahead in a competition"], ["in front", "at or in the front"], ["in advance", "ahead of time; in anticipation"]]}, {"answer": "all", "hint": "synonyms for all", "clues": [["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"]]}, {"answer": "all_right", "hint": "synonyms for all right", "clues": [["okay", "in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')"], ["very well", "an expression of agreement normally occurring at the beginning of a sentence"], ["alright", "in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')"], ["fine", "an expression of agreement normally occurring at the beginning of a sentence"]]}, {"answer": "alone", "hint": "synonyms for alone", "clues": [["solely", "without any others being included or involved"], ["solo", "without anybody else or anything else"], ["entirely", "without any others being included or involved"], ["exclusively", "without any others being included or involved"], ["unaccompanied", "without anybody else or anything else"], ["only", "without any others being included or involved"]]}, {"answer": "alright", "hint": "synonyms for alright", "clues": [["okay", "in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')"], ["very well", "an expression of agreement normally occurring at the beginning of a sentence"], ["all right", "an expression of agreement normally occurring at the beginning of a sentence"], ["fine", "an expression of agreement normally occurring at the beginning of a sentence"]]}, {"answer": "apropos", "hint": "synonyms for apropos", "clues": [["well-timed", "at an opportune time"], ["by the bye", "introducing a different topic; in point of fact"], ["timely", "at an opportune time"], ["incidentally", "introducing a different topic; in point of fact"], ["by the way", "introducing a different topic; in point of fact"], ["seasonably", "at an opportune time"]]}, {"answer": "away", "hint": "synonyms for away", "clues": [["off", "from a particular thing or place or position (`forth' is obsolete)"], ["aside", "in a different direction"], ["by", "in reserve; not for immediate use"], ["out", "from one's possession"], ["forth", "from a particular thing or place or position (`forth' is obsolete)"]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["well", "with prudence or propriety"], ["intimately", "with great or especially intimate knowledge"], ["considerably", "to a great extent or degree"], ["easily", "indicating high probability; in all likelihood"], ["substantially", "to a great extent or degree"], ["comfortably", "in financial comfort"], ["advantageously", "in a manner affording benefit or advantage"], ["better", "from a position of superiority or authority"], ["good", "(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')"]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["well", "with prudence or propriety"], ["intimately", "with great or especially intimate knowledge"], ["considerably", "to a great extent or degree"], ["easily", "indicating high probability; in all likelihood"], ["substantially", "to a great extent or degree"], ["comfortably", "in financial comfort"], ["advantageously", "in a manner affording benefit or advantage"], ["best", "from a position of superiority or authority"], ["good", "(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["nigh", "near in time or place or relationship"], ["closely", "in an attentive manner"], ["near", "near in time or place or relationship"], ["tight", "in an attentive manner"]]}, {"answer": "dead", "hint": "synonyms for dead", "clues": [["short", "quickly and without warning"], ["utterly", "completely and without qualification; used informally as intensifiers"], ["abruptly", "quickly and without warning"], ["perfectly", "completely and without qualification; used informally as intensifiers"], ["suddenly", "quickly and without warning"], ["absolutely", "completely and without qualification; used informally as intensifiers"]]}, {"answer": "deadly", "hint": "synonyms for deadly", "clues": [["lifelessly", "as if dead"], ["madly", "(used as intensives) extremely"], ["insanely", "(used as intensives) extremely"], ["deucedly", "(used as intensives) extremely"], ["devilishly", "(used as intensives) extremely"]]}, {"answer": "decent", "hint": "synonyms for decent", "clues": [["decently", "in the right manner"], ["right", "in the right manner"], ["in good order", "in the right manner"], ["the right way", "in the right manner"], ["properly", "in the right manner"]]}, {"answer": "earlier", "hint": "synonyms for earlier", "clues": [["in the beginning", "before now"], ["sooner", "comparatives of `soon' or `early'"], ["before", "earlier in time; previously"], ["to begin with", "before now"], ["originally", "before now"], ["in the first place", "before now"]]}, {"answer": "early", "hint": "synonyms for early", "clues": [["ahead of time", "before the usual time or the time expected"], ["early on", "during an early stage"], ["too soon", "before the usual time or the time expected"], ["betimes", "in good time"]]}, {"answer": "easy", "hint": "synonyms for easy", "clues": [["soft", "in a relaxed manner; or without hardship; (`soft' is nonstandard)"], ["slowly", "without speed (`slow' is sometimes used informally for `slowly')"], ["tardily", "without speed (`slow' is sometimes used informally for `slowly')"], ["easily", "with ease (`easy' is sometimes used informally for `easily')"]]}, {"answer": "erstwhile", "hint": "synonyms for erstwhile", "clues": [["at one time", "at a previous time"], ["formerly", "at a previous time"], ["once", "at a previous time"], ["erst", "at a previous time"]]}, {"answer": "false", "hint": "synonyms for false", "clues": [["treasonably", "in a disloyal and faithless manner"], ["traitorously", "in a disloyal and faithless manner"], ["treacherously", "in a disloyal and faithless manner"], ["faithlessly", "in a disloyal and faithless manner"]]}, {"answer": "fine", "hint": "synonyms for fine", "clues": [["very well", "an expression of agreement normally occurring at the beginning of a sentence"], ["delicately", "in a delicate manner"], ["all right", "an expression of agreement normally occurring at the beginning of a sentence"], ["finely", "in a delicate manner"], ["exquisitely", "in a delicate manner"]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["first of all", "before anything else"], ["firstly", "before anything else"], ["foremost", "before anything else"], ["for the first time", "the initial time"], ["first off", "before anything else"]]}, {"answer": "for_sure", "hint": "synonyms for for sure", "clues": [["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')"]]}, {"answer": "forward", "hint": "synonyms for forward", "clues": [["onward", "in a forward direction"], ["forrader", "in a forward direction"], ["ahead", "toward the future; forward in time"], ["forwards", "in a forward direction"], ["forrard", "at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)"], ["frontwards", "at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)"], ["fore", "near or toward the bow of a ship or cockpit of a plane"], ["forth", "forward in time or order or degree"]]}, {"answer": "hard", "hint": "synonyms for hard", "clues": [["heavily", "indulging excessively"], ["intemperately", "indulging excessively"], ["firmly", "with firmness"], ["severely", "causing great damage or hardship"]]}, {"answer": "inside", "hint": "synonyms for inside", "clues": [["deep down", "in reality"], ["indoors", "within a building"], ["at bottom", "in reality"], ["within", "on the inside"], ["inwardly", "with respect to private feelings"], ["at heart", "in reality"], ["in spite of appearance", "in reality"]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["somewhat", "to a moderately sufficient extent or degree"], ["passably", "to a moderately sufficient extent or degree"], ["middling", "to a moderately sufficient extent or degree"], ["pretty", "to a moderately sufficient extent or degree"], ["reasonably", "to a moderately sufficient extent or degree"], ["moderately", "to a moderately sufficient extent or degree"], ["fairly", "to a moderately sufficient extent or degree"]]}, {"answer": "just", "hint": "synonyms for just", "clues": [["precisely", "indicating exactness or preciseness"], ["hardly", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["just now", "only a moment ago"], ["scarce", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["merely", "and nothing more"], ["simply", "absolutely"], ["only", "and nothing more"], ["barely", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["exactly", "indicating exactness or preciseness"], ["but", "and nothing more"]]}, {"answer": "late", "hint": "synonyms for late", "clues": [["lately", "in the recent past"], ["recently", "in the recent past"], ["tardily", "later than usual or than expected"], ["belatedly", "later than usual or than expected"], ["of late", "in the recent past"], ["deep", "to an advanced time"]]}, {"answer": "later", "hint": "synonyms for later", "clues": [["afterward", "happening at a time subsequent to a reference time"], ["later on", "happening at a time subsequent to a reference time"], ["subsequently", "happening at a time subsequent to a reference time"], ["by and by", "at some eventual time in the future"], ["after", "happening at a time subsequent to a reference time"]]}, {"answer": "lengthways", "hint": "synonyms for lengthways", "clues": [["lengthwise", "in the direction of the length"], ["longwise", "in the direction of the length"], ["longitudinally", "in the direction of the length"], ["longways", "in the direction of the length"]]}, {"answer": "lengthwise", "hint": "synonyms for lengthwise", "clues": [["longways", "in the direction of the length"], ["longwise", "in the direction of the length"], ["lengthways", "in the direction of the length"], ["longitudinally", "in the direction of the length"]]}, {"answer": "likely", "hint": "synonyms for likely", "clues": [["probably", "with considerable certainty; without much doubt"], ["in all likelihood", "with considerable certainty; without much doubt"], ["in all probability", "with considerable certainty; without much doubt"], ["belike", "with considerable certainty; without much doubt"]]}, {"answer": "middling", "hint": "synonyms for middling", "clues": [["somewhat", "to a moderately sufficient extent or degree"], ["passably", "to a moderately sufficient extent or degree"], ["reasonably", "to a moderately sufficient extent or degree"], ["pretty", "to a moderately sufficient extent or degree"], ["moderately", "to a moderately sufficient extent or degree"], ["jolly", "to a moderately sufficient extent or degree"], ["fairly", "to a moderately sufficient extent or degree"]]}, {"answer": "most", "hint": "synonyms for most", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but"], ["to the highest degree", "used to form the superlative"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but"]]}, {"answer": "much", "hint": "synonyms for much", "clues": [["practically", "(degree adverb used before a noun phrase) for all practical purposes but not completely"], ["a good deal", "to a very great degree or extent"], ["a great deal", "frequently or in great quantities"], ["lots", "to a very great degree or extent"], ["a lot", "to a very great degree or extent"], ["very much", "to a very great degree or extent"], ["often", "frequently or in great quantities"]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but"], ["close", "near in time or place or relationship"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but"]]}, {"answer": "nigh", "hint": "synonyms for nigh", "clues": [["almost", "(of actions or states) slightly short of or not quite accomplished; all but"], ["near", "near in time or place or relationship"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but"], ["close", "near in time or place or relationship"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but"]]}, {"answer": "on_the_button", "hint": "synonyms for on the button", "clues": [["precisely", "just as it should be"], ["on the nose", "just as it should be"], ["on the dot", "just as it should be"], ["exactly", "just as it should be"]]}, {"answer": "on_the_nose", "hint": "synonyms for on the nose", "clues": [["precisely", "just as it should be"], ["on the dot", "just as it should be"], ["exactly", "just as it should be"], ["on the button", "just as it should be"]]}, {"answer": "only", "hint": "synonyms for only", "clues": [["entirely", "without any others being included or involved"], ["only when", "never except when"], ["alone", "without any others being included or involved"], ["merely", "and nothing more"], ["solely", "without any others being included or involved"], ["only if", "never except when"], ["exclusively", "without any others being included or involved"], ["simply", "and nothing more"], ["but", "and nothing more"], ["just", "and nothing more"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["evidently", "unmistakably (`plain' is often used informally for `plainly')"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')"], ["patently", "unmistakably (`plain' is often used informally for `plainly')"]]}, {"answer": "pretty", "hint": "synonyms for pretty", "clues": [["somewhat", "to a moderately sufficient extent or degree"], ["passably", "to a moderately sufficient extent or degree"], ["middling", "to a moderately sufficient extent or degree"], ["reasonably", "to a moderately sufficient extent or degree"], ["moderately", "to a moderately sufficient extent or degree"], ["jolly", "to a moderately sufficient extent or degree"], ["fairly", "to a moderately sufficient extent or degree"]]}, {"answer": "regardless", "hint": "synonyms for regardless", "clues": [["no matter", "in spite of everything; without regard to drawbacks"], ["disregardless", "in spite of everything; without regard to drawbacks"], ["irrespective", "in spite of everything; without regard to drawbacks"], ["disregarding", "in spite of everything; without regard to drawbacks"]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["decently", "in the right manner"], ["correctly", "in an accurate manner"], ["in good order", "in the right manner"], ["aright", "in an accurate manner"], ["properly", "in the right manner"], ["mightily", "(Southern regional intensive) very; to a great degree"], ["justly", "in accordance with moral or social standards"], ["powerful", "(Southern regional intensive) very; to a great degree"], ["right on", "an interjection expressing agreement"], ["flop", "exactly"], ["the right way", "in the right manner"]]}, {"answer": "scarce", "hint": "synonyms for scarce", "clues": [["hardly", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["barely", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["scarcely", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["just", "only a very short time before; ; ; ; ; - W.B.Yeats"]]}, {"answer": "short", "hint": "synonyms for short", "clues": [["dead", "quickly and without warning"], ["unawares", "at a disadvantage"], ["abruptly", "quickly and without warning"], ["curtly", "in a curt, abrupt and discourteous manner"], ["suddenly", "quickly and without warning"], ["shortly", "in a curt, abrupt and discourteous manner"]]}, {"answer": "sideways", "hint": "synonyms for sideways", "clues": [["sideway", "toward one side"], ["sidewise", "from the side; obliquely"], ["obliquely", "to, toward or at one side"], ["sidelong", "to, toward or at one side"]]}, {"answer": "slapdash", "hint": "synonyms for slapdash", "clues": [["bolt", "directly"], ["slam-bang", "in a careless or reckless manner"], ["slap", "directly"], ["smack", "directly"], ["bang", "directly"]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["easy", "without speed (`slow' is sometimes used informally for `slowly')"], ["slowly", "without speed (`slow' is sometimes used informally for `slowly')"], ["tardily", "without speed (`slow' is sometimes used informally for `slowly')"], ["behind", "of timepieces"]]}, {"answer": "some", "hint": "synonyms for some", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct"], ["close to", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["around", "(of quantities) imprecise but fairly close to correct"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["about", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["even so", "despite anything to the contrary (usually following a concession)"], ["all the same", "despite anything to the contrary (usually following a concession)"], ["stock-still", "without moving or making a sound"], ["yet", "despite anything to the contrary (usually following a concession)"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["even", "to a greater degree or extent; used with comparisons"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "straightaway", "hint": "synonyms for straightaway", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at once", "without delay or hesitation; with no time intervening"], ["straight off", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"]]}, {"answer": "sure", "hint": "synonyms for sure", "clues": [["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["surely", "definitely or positively (`sure' is sometimes used informally for `surely')"]]}, {"answer": "sure_as_shooting", "hint": "synonyms for sure as shooting", "clues": [["sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')"]]}, {"answer": "topsy-turvy", "hint": "synonyms for topsy-turvy", "clues": [["heels over head", "in disorderly haste"], ["topsy-turvily", "in disorderly haste"], ["in great confusion", "in disorderly haste"], ["head over heels", "in disorderly haste"], ["higgledy-piggledy", "in a disordered manner"]]}, {"answer": "well", "hint": "synonyms for well", "clues": [["considerably", "to a great extent or degree"], ["easily", "indicating high probability; in all likelihood"], ["advantageously", "in a manner affording benefit or advantage"], ["substantially", "to a great extent or degree"], ["comfortably", "in financial comfort"], ["intimately", "with great or especially intimate knowledge"], ["good", "(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')"]]}, {"answer": "whole", "hint": "synonyms for whole", "clues": [["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"]]}, {"answer": "wondrous", "hint": "synonyms for wondrous", "clues": [["wonderfully", "(used as an intensifier) extremely well"], ["terrifically", "(used as an intensifier) extremely well"], ["marvelously", "(used as an intensifier) extremely well"], ["wondrously", "(used as an intensifier) extremely well"], ["toppingly", "(used as an intensifier) extremely well"], ["superbly", "(used as an intensifier) extremely well"]]}, {"answer": "a_good_deal", "hint": "synonyms for a good deal", "clues": [["much", "to a very great degree or extent"], ["lots", "to a very great degree or extent"], ["a lot", "to a very great degree or extent"], ["very much", "to a very great degree or extent"], ["a great deal", "to a very great degree or extent"]]}, {"answer": "a_great_deal", "hint": "synonyms for a great deal", "clues": [["much", "to a very great degree or extent"], ["a good deal", "to a very great degree or extent"], ["lots", "to a very great degree or extent"], ["a lot", "to a very great degree or extent"], ["very much", "to a very great degree or extent"], ["often", "frequently or in great quantities"]]}, {"answer": "a_lot", "hint": "synonyms for a lot", "clues": [["much", "to a very great degree or extent"], ["a good deal", "to a very great degree or extent"], ["lots", "to a very great degree or extent"], ["very much", "to a very great degree or extent"], ["a great deal", "to a very great degree or extent"]]}, {"answer": "abominably", "hint": "synonyms for abominably", "clues": [["detestably", "in an offensive and hateful manner"], ["awfully", "in a terrible manner"], ["abysmally", "in a terrible manner"], ["atrociously", "in a terrible manner"], ["odiously", "in an offensive and hateful manner"], ["repulsively", "in an offensive and hateful manner"], ["rottenly", "in a terrible manner"], ["terribly", "in a terrible manner"]]}, {"answer": "abysmally", "hint": "synonyms for abysmally", "clues": [["abominably", "in a terrible manner"], ["rottenly", "in a terrible manner"], ["terribly", "in a terrible manner"], ["awfully", "in a terrible manner"], ["atrociously", "in a terrible manner"]]}, {"answer": "accidentally", "hint": "synonyms for accidentally", "clues": [["circumstantially", "without advance planning"], ["by chance", "without advance planning"], ["incidentally", "of a minor or subordinate nature"], ["unexpectedly", "without advance planning"], ["unintentionally", "without intention; in an unintentional manner"]]}, {"answer": "acutely", "hint": "synonyms for acutely", "clues": [["astutely", "in a shrewd manner"], ["sapiently", "in a shrewd manner"], ["sharp", "changing suddenly in direction and degree"], ["sagaciously", "in a shrewd manner"], ["shrewdly", "in a shrewd manner"]]}, {"answer": "advisedly", "hint": "synonyms for advisedly", "clues": [["purposely", "with intention; in an intentional manner"], ["intentionally", "with intention; in an intentional manner"], ["on purpose", "with intention; in an intentional manner"], ["by choice", "with intention; in an intentional manner"], ["deliberately", "with intention; in an intentional manner"], ["designedly", "with intention; in an intentional manner"], ["by design", "with intention; in an intentional manner"]]}, {"answer": "afterward", "hint": "synonyms for afterward", "clues": [["later", "happening at a time subsequent to a reference time"], ["later on", "happening at a time subsequent to a reference time"], ["subsequently", "happening at a time subsequent to a reference time"], ["after", "happening at a time subsequent to a reference time"], ["afterwards", "happening at a time subsequent to a reference time"]]}, {"answer": "afterwards", "hint": "synonyms for afterwards", "clues": [["afterward", "happening at a time subsequent to a reference time"], ["later on", "happening at a time subsequent to a reference time"], ["subsequently", "happening at a time subsequent to a reference time"], ["after", "happening at a time subsequent to a reference time"], ["later", "happening at a time subsequent to a reference time"]]}, {"answer": "again_and_again", "hint": "synonyms for again and again", "clues": [["time and again", "repeatedly"], ["over and over again", "repeatedly"], ["over and over", "repeatedly"], ["time and time again", "repeatedly"]]}, {"answer": "all_the_same", "hint": "synonyms for all the same", "clues": [["even so", "despite anything to the contrary (usually following a concession)"], ["yet", "despite anything to the contrary (usually following a concession)"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["still", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "almost", "hint": "synonyms for almost", "clues": [["nearly", "(of actions or states) slightly short of or not quite accomplished; all but"], ["nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but"]]}, {"answer": "also", "hint": "synonyms for also", "clues": [["too", "in addition"], ["as well", "in addition"], ["likewise", "in addition"], ["besides", "in addition"]]}, {"answer": "altogether", "hint": "synonyms for altogether", "clues": [["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["tout ensemble", "with everything considered (and neglecting details)"], ["all told", "with everything included or counted"], ["on the whole", "with everything considered (and neglecting details)"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["all in all", "with everything considered (and neglecting details)"], ["in all", "with everything included or counted"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"]]}, {"answer": "always", "hint": "synonyms for always", "clues": [["invariably", "without variation or change, in every case"], ["ever", "at all times; all the time and on every occasion"], ["e'er", "at all times; all the time and on every occasion"], ["incessantly", "without interruption"], ["forever", "without interruption"], ["perpetually", "without interruption"], ["constantly", "without interruption"]]}, {"answer": "annually", "hint": "synonyms for annually", "clues": [["per annum", "by the year; every year (usually with reference to a sum of money paid or received)"], ["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)"], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)"], ["per year", "by the year; every year (usually with reference to a sum of money paid or received)"], ["yearly", "without missing a year"], ["every year", "without missing a year"]]}, {"answer": "anyhow", "hint": "synonyms for anyhow", "clues": [["anyway", "in any way whatsoever"], ["at any rate", "used to indicate that a statement explains or supports a previous statement"], ["in any event", "used to indicate that a statement explains or supports a previous statement"], ["in any case", "used to indicate that a statement explains or supports a previous statement"]]}, {"answer": "anyway", "hint": "synonyms for anyway", "clues": [["anyhow", "used to indicate that a statement explains or supports a previous statement"], ["at any rate", "used to indicate that a statement explains or supports a previous statement"], ["in any event", "used to indicate that a statement explains or supports a previous statement"], ["in any case", "used to indicate that a statement explains or supports a previous statement"], ["anyways", "used to indicate that a statement explains or supports a previous statement"]]}, {"answer": "anyways", "hint": "synonyms for anyways", "clues": [["anyway", "used to indicate that a statement explains or supports a previous statement"], ["at any rate", "used to indicate that a statement explains or supports a previous statement"], ["in any event", "used to indicate that a statement explains or supports a previous statement"], ["in any case", "used to indicate that a statement explains or supports a previous statement"], ["anyhow", "used to indicate that a statement explains or supports a previous statement"]]}, {"answer": "apace", "hint": "synonyms for apace", "clues": [["quickly", "with rapid movements"], ["speedily", "with rapid movements"], ["rapidly", "with rapid movements"], ["chop-chop", "with rapid movements"]]}, {"answer": "apparently", "hint": "synonyms for apparently", "clues": [["manifestly", "unmistakably (`plain' is often used informally for `plainly')"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')"], ["patently", "unmistakably (`plain' is often used informally for `plainly')"], ["seemingly", "from appearances alone; ; ; -Thomas Hardy"], ["evidently", "unmistakably (`plain' is often used informally for `plainly')"], ["ostensibly", "from appearances alone; ; ; -Thomas Hardy"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')"], ["on the face of it", "from appearances alone; ; ; -Thomas Hardy"]]}, {"answer": "approximately", "hint": "synonyms for approximately", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct"], ["close to", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["around", "(of quantities) imprecise but fairly close to correct"], ["about", "(of quantities) imprecise but fairly close to correct"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "arbitrarily", "hint": "synonyms for arbitrarily", "clues": [["at random", "in a random manner"], ["every which way", "in a random manner"], ["indiscriminately", "in a random manner"], ["willy-nilly", "in a random manner"], ["randomly", "in a random manner"], ["haphazardly", "in a random manner"]]}, {"answer": "around", "hint": "synonyms for around", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct"], ["close to", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["about", "all around or on all sides"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["round", "from beginning to end; throughout"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "artfully", "hint": "synonyms for artfully", "clues": [["foxily", "in an artful manner"], ["disingenuously", "in a disingenuous manner"], ["craftily", "in an artful manner"], ["knavishly", "in an artful manner"], ["slyly", "in an artful manner"], ["cunningly", "in an artful manner"], ["trickily", "in an artful manner"]]}, {"answer": "as_well", "hint": "synonyms for as well", "clues": [["too", "in addition"], ["likewise", "in addition"], ["also", "in addition"], ["besides", "in addition"]]}, {"answer": "as_yet", "hint": "synonyms for as yet", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "astutely", "hint": "synonyms for astutely", "clues": [["acutely", "in a shrewd manner"], ["sagaciously", "in a shrewd manner"], ["sapiently", "in a shrewd manner"], ["shrewdly", "in a shrewd manner"]]}, {"answer": "at_any_rate", "hint": "synonyms for at any rate", "clues": [["anyways", "used to indicate that a statement explains or supports a previous statement"], ["in any event", "used to indicate that a statement explains or supports a previous statement"], ["in any case", "used to indicate that a statement explains or supports a previous statement"], ["leastways", "if nothing else (`leastwise' is informal and `leastways' is colloquial)"], ["anyhow", "used to indicate that a statement explains or supports a previous statement"], ["at least", "if nothing else (`leastwise' is informal and `leastways' is colloquial)"], ["leastwise", "if nothing else (`leastwise' is informal and `leastways' is colloquial)"]]}, {"answer": "at_bottom", "hint": "synonyms for at bottom", "clues": [["at heart", "in reality"], ["deep down", "in reality"], ["inside", "in reality"], ["in spite of appearance", "in reality"]]}, {"answer": "at_heart", "hint": "synonyms for at heart", "clues": [["deep down", "in reality"], ["inside", "in reality"], ["at bottom", "in reality"], ["in spite of appearance", "in reality"]]}, {"answer": "at_last", "hint": "synonyms for at last", "clues": [["finally", "as the end result of a succession or process"], ["at long last", "as the end result of a succession or process"], ["ultimately", "as the end result of a succession or process"], ["in the end", "as the end result of a succession or process"]]}, {"answer": "at_least", "hint": "synonyms for at least", "clues": [["at the least", "not less than"], ["leastways", "if nothing else (`leastwise' is informal and `leastways' is colloquial)"], ["leastwise", "if nothing else (`leastwise' is informal and `leastways' is colloquial)"], ["at any rate", "if nothing else (`leastwise' is informal and `leastways' is colloquial)"]]}, {"answer": "at_long_last", "hint": "synonyms for at long last", "clues": [["at last", "as the end result of a succession or process"], ["finally", "as the end result of a succession or process"], ["ultimately", "as the end result of a succession or process"], ["in the end", "as the end result of a succession or process"]]}, {"answer": "at_once", "hint": "synonyms for at once", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["at a time", "simultaneously"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at one time", "simultaneously"], ["straight off", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "at_one_time", "hint": "synonyms for at one time", "clues": [["erstwhile", "at a previous time"], ["erst", "at a previous time"], ["at a time", "simultaneously"], ["formerly", "at a previous time"], ["once", "at a previous time"], ["at once", "simultaneously"]]}, {"answer": "at_random", "hint": "synonyms for at random", "clues": [["every which way", "in a random manner"], ["indiscriminately", "in a random manner"], ["arbitrarily", "in a random manner"], ["willy-nilly", "in a random manner"], ["randomly", "in a random manner"], ["haphazardly", "in a random manner"]]}, {"answer": "at_times", "hint": "synonyms for at times", "clues": [["occasionally", "now and then or here and there"], ["on occasion", "now and then or here and there"], ["now and then", "now and then or here and there"], ["once in a while", "now and then or here and there"], ["now and again", "now and then or here and there"], ["from time to time", "now and then or here and there"]]}, {"answer": "atrociously", "hint": "synonyms for atrociously", "clues": [["outrageously", "to an extravagant or immoderate degree"], ["abominably", "in a terrible manner"], ["awfully", "in a terrible manner"], ["rottenly", "in a terrible manner"], ["terribly", "in a terrible manner"], ["abysmally", "in a terrible manner"]]}, {"answer": "avowedly", "hint": "synonyms for avowedly", "clues": [["admittedly", "as acknowledged"], ["professedly", "by open declaration"], ["confessedly", "as acknowledged"], ["true", "as acknowledged"]]}, {"answer": "awfully", "hint": "synonyms for awfully", "clues": [["horribly", "of a dreadful kind"], ["awful", "used as intensifiers"], ["abysmally", "in a terrible manner"], ["atrociously", "in a terrible manner"], ["dreadfully", "of a dreadful kind"], ["abominably", "in a terrible manner"], ["frightfully", "used as intensifiers"], ["terribly", "used as intensifiers"], ["rottenly", "in a terrible manner"]]}, {"answer": "badly", "hint": "synonyms for badly", "clues": [["disadvantageously", "in a disadvantageous way; to someone's disadvantage"], ["gravely", "to a severe or serious degree"], ["naughtily", "in a disobedient or naughty way"], ["ill", "(`ill' is often used as a combining form) in a poor or improper or unsatisfactory manner; not well"], ["severely", "to a severe or serious degree"], ["mischievously", "in a disobedient or naughty way"], ["bad", "very much; strongly"], ["poorly", "(`ill' is often used as a combining form) in a poor or improper or unsatisfactory manner; not well"], ["seriously", "to a severe or serious degree"]]}, {"answer": "balmily", "hint": "synonyms for balmily", "clues": [["wackily", "in a mildly insane manner"], ["dottily", "in a mildly insane manner"], ["daftly", "in a mildly insane manner"], ["nuttily", "in a mildly insane manner"]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["slapdash", "directly"], ["smack", "directly"], ["bolt", "directly"], ["slap", "directly"]]}, {"answer": "barely", "hint": "synonyms for barely", "clues": [["hardly", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["just", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["scarcely", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["scantily", "in a sparse or scanty way"]]}, {"answer": "befittingly", "hint": "synonyms for befittingly", "clues": [["fittingly", "in an appropriate manner"], ["appropriately", "in an appropriate manner"], ["suitably", "in an appropriate manner"], ["fitly", "in an appropriate manner"]]}, {"answer": "belike", "hint": "synonyms for belike", "clues": [["in all probability", "with considerable certainty; without much doubt"], ["probably", "with considerable certainty; without much doubt"], ["in all likelihood", "with considerable certainty; without much doubt"], ["likely", "with considerable certainty; without much doubt"]]}, {"answer": "below", "hint": "synonyms for below", "clues": [["infra", "(in writing) see below"], ["down the stairs", "on a floor below"], ["downstairs", "on a floor below"], ["on a lower floor", "on a floor below"], ["beneath", "in or to a place that is lower"], ["at a lower place", "in or to a place that is lower"], ["under", "further down"]]}, {"answer": "beseechingly", "hint": "synonyms for beseechingly", "clues": [["importunately", "in a beseeching manner"], ["pleadingly", "in a beseeching manner"], ["entreatingly", "in a beseeching manner"], ["imploringly", "in a beseeching manner"]]}, {"answer": "besides", "hint": "synonyms for besides", "clues": [["in any case", "making an additional point; anyway"], ["too", "in addition"], ["as well", "in addition"], ["also", "in addition"], ["likewise", "in addition"]]}, {"answer": "bit_by_bit", "hint": "synonyms for bit by bit", "clues": [["gradually", "in a gradual manner"], ["in stages", "a little bit at a time"], ["little by little", "a little bit at a time"], ["piecemeal", "a little bit at a time"], ["step by step", "in a gradual manner"]]}, {"answer": "blithely", "hint": "synonyms for blithely", "clues": [["merrily", "in a joyous manner"], ["happily", "in a joyous manner"], ["mirthfully", "in a joyous manner"], ["jubilantly", "in a joyous manner"], ["gayly", "in a joyous manner"]]}, {"answer": "bluffly", "hint": "synonyms for bluffly", "clues": [["roundly", "in a blunt direct manner"], ["brusquely", "in a blunt direct manner"], ["flat out", "in a blunt direct manner"], ["bluntly", "in a blunt direct manner"]]}, {"answer": "bluntly", "hint": "synonyms for bluntly", "clues": [["roundly", "in a blunt direct manner"], ["bluffly", "in a blunt direct manner"], ["flat out", "in a blunt direct manner"], ["brusquely", "in a blunt direct manner"]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["rigidly", "in a rigid manner"], ["slapdash", "directly"], ["slap", "directly"], ["stiffly", "in a rigid manner"], ["smack", "directly"], ["bang", "directly"]]}, {"answer": "briefly", "hint": "synonyms for briefly", "clues": [["in short", "in a concise manner; in a few words"], ["concisely", "in a concise manner; in a few words"], ["in brief", "in a concise manner; in a few words"], ["shortly", "in a concise manner; in a few words"]]}, {"answer": "brusquely", "hint": "synonyms for brusquely", "clues": [["roundly", "in a blunt direct manner"], ["bluffly", "in a blunt direct manner"], ["flat out", "in a blunt direct manner"], ["bluntly", "in a blunt direct manner"]]}, {"answer": "but", "hint": "synonyms for but", "clues": [["simply", "and nothing more"], ["merely", "and nothing more"], ["only", "and nothing more"], ["just", "and nothing more"]]}, {"answer": "by_all_odds", "hint": "synonyms for by all odds", "clues": [["emphatically", "without question and beyond doubt"], ["in spades", "without question and beyond doubt"], ["decidedly", "without question and beyond doubt"], ["definitely", "without question and beyond doubt"], ["unquestionably", "without question and beyond doubt"]]}, {"answer": "by_chance", "hint": "synonyms for by chance", "clues": [["unexpectedly", "without advance planning"], ["perchance", "through chance,"], ["accidentally", "without advance planning"], ["haply", "by accident"], ["circumstantially", "without advance planning"], ["by luck", "by accident"]]}, {"answer": "by_choice", "hint": "synonyms for by choice", "clues": [["purposely", "with intention; in an intentional manner"], ["intentionally", "with intention; in an intentional manner"], ["on purpose", "with intention; in an intentional manner"], ["advisedly", "with intention; in an intentional manner"], ["deliberately", "with intention; in an intentional manner"], ["designedly", "with intention; in an intentional manner"], ["by design", "with intention; in an intentional manner"]]}, {"answer": "by_design", "hint": "synonyms for by design", "clues": [["purposely", "with intention; in an intentional manner"], ["intentionally", "with intention; in an intentional manner"], ["by choice", "with intention; in an intentional manner"], ["advisedly", "with intention; in an intentional manner"], ["deliberately", "with intention; in an intentional manner"], ["designedly", "with intention; in an intentional manner"], ["on purpose", "with intention; in an intentional manner"]]}, {"answer": "carelessly", "hint": "synonyms for carelessly", "clues": [["heedlessly", "without care or concern"], ["incautiously", "without caution or prudence"], ["rakishly", "in a rakish manner"], ["raffishly", "in a rakish manner"]]}, {"answer": "ceaselessly", "hint": "synonyms for ceaselessly", "clues": [["unendingly", "with unflagging resolve"], ["unceasingly", "with unflagging resolve"], ["incessantly", "with unflagging resolve"], ["endlessly", "with unflagging resolve"], ["continuously", "with unflagging resolve"]]}, {"answer": "certainly", "hint": "synonyms for certainly", "clues": [["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')"]]}, {"answer": "cheaply", "hint": "synonyms for cheaply", "clues": [["inexpensively", "with little expenditure of money"], ["chintzily", "in a stingy manner"], ["tattily", "in a cheap manner"], ["stingily", "in a stingy manner"]]}, {"answer": "chiefly", "hint": "synonyms for chiefly", "clues": [["primarily", "for the most part"], ["in the main", "for the most part"], ["principally", "for the most part"], ["mainly", "for the most part"]]}, {"answer": "chop-chop", "hint": "synonyms for chop-chop", "clues": [["apace", "with rapid movements"], ["speedily", "with rapid movements"], ["rapidly", "with rapid movements"], ["quickly", "with rapid movements"]]}, {"answer": "circumstantially", "hint": "synonyms for circumstantially", "clues": [["unexpectedly", "without advance planning"], ["by chance", "without advance planning"], ["accidentally", "without advance planning"], ["minutely", "in minute detail"]]}, {"answer": "clearly", "hint": "synonyms for clearly", "clues": [["distinctly", "clear to the mind; with distinct mental discernment"], ["clear", "in an easily perceptible manner"], ["intelligibly", "in an intelligible manner"], ["understandably", "in an intelligible manner"]]}, {"answer": "close_to", "hint": "synonyms for close to", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["around", "(of quantities) imprecise but fairly close to correct"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["about", "(of quantities) imprecise but fairly close to correct"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "closely", "hint": "synonyms for closely", "clues": [["tight", "in an attentive manner"], ["nearly", "in a close manner"], ["intimately", "in a close manner"], ["close", "in an attentive manner"]]}, {"answer": "commonly", "hint": "synonyms for commonly", "clues": [["usually", "under normal conditions"], ["normally", "under normal conditions"], ["ordinarily", "under normal conditions"], ["unremarkably", "under normal conditions"]]}, {"answer": "completely", "hint": "synonyms for completely", "clues": [["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"]]}, {"answer": "concisely", "hint": "synonyms for concisely", "clues": [["in short", "in a concise manner; in a few words"], ["briefly", "in a concise manner; in a few words"], ["in brief", "in a concise manner; in a few words"], ["shortly", "in a concise manner; in a few words"]]}, {"answer": "constantly", "hint": "synonyms for constantly", "clues": [["always", "without variation or change, in every case"], ["invariably", "without variation or change, in every case"], ["forever", "without interruption"], ["perpetually", "without interruption"], ["incessantly", "without interruption"]]}, {"answer": "continuously", "hint": "synonyms for continuously", "clues": [["unceasingly", "with unflagging resolve"], ["unendingly", "with unflagging resolve"], ["incessantly", "with unflagging resolve"], ["endlessly", "with unflagging resolve"], ["ceaselessly", "with unflagging resolve"]]}, {"answer": "contrariwise", "hint": "synonyms for contrariwise", "clues": [["vice versa", "with the order reversed"], ["contrarily", "contrary to expectations"], ["on the contrary", "contrary to expectations"], ["the other way around", "with the order reversed"], ["perversely", "in a contrary disobedient manner"]]}, {"answer": "covetously", "hint": "synonyms for covetously", "clues": [["jealously", "with jealousy; in an envious manner"], ["avariciously", "in a greedy manner"], ["greedily", "in a greedy manner"], ["enviously", "with jealousy; in an envious manner"]]}, {"answer": "craftily", "hint": "synonyms for craftily", "clues": [["foxily", "in an artful manner"], ["knavishly", "in an artful manner"], ["slyly", "in an artful manner"], ["cunningly", "in an artful manner"], ["artfully", "in an artful manner"], ["trickily", "in an artful manner"]]}, {"answer": "cunningly", "hint": "synonyms for cunningly", "clues": [["foxily", "in an artful manner"], ["cutely", "in an attractive manner"], ["craftily", "in an artful manner"], ["knavishly", "in an artful manner"], ["slyly", "in an artful manner"], ["artfully", "in an artful manner"], ["trickily", "in an artful manner"]]}, {"answer": "curiously", "hint": "synonyms for curiously", "clues": [["peculiarly", "in a manner differing from the usual or expected"], ["oddly", "in a manner differing from the usual or expected"], ["inquisitively", "with curiosity"], ["interrogatively", "with curiosity"]]}, {"answer": "cussedly", "hint": "synonyms for cussedly", "clues": [["stubbornly", "in a stubborn unregenerate manner"], ["obstinately", "in a stubborn unregenerate manner"], ["obdurately", "in a stubborn unregenerate manner"], ["pig-headedly", "in a stubborn unregenerate manner"], ["mulishly", "in a stubborn unregenerate manner"]]}, {"answer": "daftly", "hint": "synonyms for daftly", "clues": [["wackily", "in a mildly insane manner"], ["dottily", "in a mildly insane manner"], ["nuttily", "in a mildly insane manner"], ["balmily", "in a mildly insane manner"]]}, {"answer": "decently", "hint": "synonyms for decently", "clues": [["decent", "in the right manner"], ["right", "in the right manner"], ["in good order", "in the right manner"], ["the right way", "in the right manner"], ["properly", "in the right manner"]]}, {"answer": "decidedly", "hint": "synonyms for decidedly", "clues": [["emphatically", "without question and beyond doubt"], ["by all odds", "without question and beyond doubt"], ["in spades", "without question and beyond doubt"], ["definitely", "without question and beyond doubt"], ["unquestionably", "without question and beyond doubt"]]}, {"answer": "deep_down", "hint": "synonyms for deep down", "clues": [["at heart", "in reality"], ["inside", "in reality"], ["at bottom", "in reality"], ["in spite of appearance", "in reality"]]}, {"answer": "definitely", "hint": "synonyms for definitely", "clues": [["emphatically", "without question and beyond doubt"], ["by all odds", "without question and beyond doubt"], ["in spades", "without question and beyond doubt"], ["decidedly", "without question and beyond doubt"], ["unquestionably", "without question and beyond doubt"]]}, {"answer": "deliberately", "hint": "synonyms for deliberately", "clues": [["purposely", "with intention; in an intentional manner"], ["measuredly", "in a deliberate unhurried manner"], ["intentionally", "with intention; in an intentional manner"], ["on purpose", "with intention; in an intentional manner"], ["by choice", "with intention; in an intentional manner"], ["advisedly", "with intention; in an intentional manner"], ["designedly", "with intention; in an intentional manner"], ["by design", "with intention; in an intentional manner"]]}, {"answer": "designedly", "hint": "synonyms for designedly", "clues": [["purposely", "with intention; in an intentional manner"], ["intentionally", "with intention; in an intentional manner"], ["on purpose", "with intention; in an intentional manner"], ["by choice", "with intention; in an intentional manner"], ["advisedly", "with intention; in an intentional manner"], ["deliberately", "with intention; in an intentional manner"], ["by design", "with intention; in an intentional manner"]]}, {"answer": "deucedly", "hint": "synonyms for deucedly", "clues": [["devilishly", "(used as intensives) extremely"], ["madly", "(used as intensives) extremely"], ["insanely", "(used as intensives) extremely"], ["deadly", "(used as intensives) extremely"]]}, {"answer": "devilishly", "hint": "synonyms for devilishly", "clues": [["devilish", "in a playfully devilish manner"], ["madly", "(used as intensives) extremely"], ["insanely", "(used as intensives) extremely"], ["fiendishly", "as a devil; in an evil manner"], ["deucedly", "(used as intensives) extremely"], ["diabolically", "as a devil; in an evil manner"], ["deadly", "(used as intensives) extremely"]]}, {"answer": "dimly", "hint": "synonyms for dimly", "clues": [["murkily", "with a dim light"], ["indistinctly", "in a dim indistinct manner"], ["pallidly", "in a manner lacking interest or vitality"], ["palely", "in a manner lacking interest or vitality"]]}, {"answer": "directly", "hint": "synonyms for directly", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["straight", "without deviation"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at once", "without delay or hesitation; with no time intervening"], ["straight off", "without delay or hesitation; with no time intervening"], ["flat", "in a forthright manner; candidly or frankly"], ["immediately", "without delay or hesitation; with no time intervening"], ["direct", "without deviation"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "discreditably", "hint": "synonyms for discreditably", "clues": [["dishonorably", "in a dishonorable manner or to a dishonorable degree"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree"], ["shamefully", "in a dishonorable manner or to a dishonorable degree"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree"]]}, {"answer": "disdainfully", "hint": "synonyms for disdainfully", "clues": [["contemptuously", "without respect; in a disdainful manner"], ["cavalierly", "in a proud and domineering manner"], ["contumeliously", "without respect; in a disdainful manner"], ["scornfully", "without respect; in a disdainful manner"]]}, {"answer": "disgracefully", "hint": "synonyms for disgracefully", "clues": [["dishonorably", "in a dishonorable manner or to a dishonorable degree"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree"], ["discreditably", "in a dishonorable manner or to a dishonorable degree"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree"], ["shamefully", "in a dishonorable manner or to a dishonorable degree"]]}, {"answer": "dishonorably", "hint": "synonyms for dishonorably", "clues": [["ingloriously", "in a dishonorable manner or to a dishonorable degree"], ["discreditably", "in a dishonorable manner or to a dishonorable degree"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree"], ["shamefully", "in a dishonorable manner or to a dishonorable degree"], ["dishonourably", "in a dishonorable manner or to a dishonorable degree"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree"]]}, {"answer": "dishonourably", "hint": "synonyms for dishonourably", "clues": [["dishonorably", "in a dishonorable manner or to a dishonorable degree"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree"], ["discreditably", "in a dishonorable manner or to a dishonorable degree"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree"], ["shamefully", "in a dishonorable manner or to a dishonorable degree"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree"]]}, {"answer": "disregardless", "hint": "synonyms for disregardless", "clues": [["no matter", "in spite of everything; without regard to drawbacks"], ["regardless", "in spite of everything; without regard to drawbacks"], ["irrespective", "in spite of everything; without regard to drawbacks"], ["disregarding", "in spite of everything; without regard to drawbacks"]]}, {"answer": "dottily", "hint": "synonyms for dottily", "clues": [["wackily", "in a mildly insane manner"], ["daftly", "in a mildly insane manner"], ["nuttily", "in a mildly insane manner"], ["balmily", "in a mildly insane manner"]]}, {"answer": "each_year", "hint": "synonyms for each year", "clues": [["per annum", "by the year; every year (usually with reference to a sum of money paid or received)"], ["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)"], ["per year", "by the year; every year (usually with reference to a sum of money paid or received)"], ["annually", "by the year; every year (usually with reference to a sum of money paid or received)"], ["yearly", "without missing a year"], ["every year", "without missing a year"]]}, {"answer": "emphatically", "hint": "synonyms for emphatically", "clues": [["by all odds", "without question and beyond doubt"], ["in spades", "without question and beyond doubt"], ["decidedly", "without question and beyond doubt"], ["definitely", "without question and beyond doubt"], ["unquestionably", "without question and beyond doubt"]]}, {"answer": "endlessly", "hint": "synonyms for endlessly", "clues": [["unendingly", "with unflagging resolve"], ["unceasingly", "with unflagging resolve"], ["incessantly", "with unflagging resolve"], ["interminably", "all the time; seemingly without stopping"], ["continuously", "with unflagging resolve"], ["infinitely", "continuing forever without end"], ["ceaselessly", "with unflagging resolve"]]}, {"answer": "entirely", "hint": "synonyms for entirely", "clues": [["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["alone", "without any others being included or involved"], ["only", "without any others being included or involved"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["solely", "without any others being included or involved"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["exclusively", "without any others being included or involved"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"]]}, {"answer": "entreatingly", "hint": "synonyms for entreatingly", "clues": [["importunately", "in a beseeching manner"], ["pleadingly", "in a beseeching manner"], ["beseechingly", "in a beseeching manner"], ["imploringly", "in a beseeching manner"]]}, {"answer": "erst", "hint": "synonyms for erst", "clues": [["formerly", "at a previous time"], ["at one time", "at a previous time"], ["erstwhile", "at a previous time"], ["once", "at a previous time"]]}, {"answer": "even_so", "hint": "synonyms for even so", "clues": [["all the same", "despite anything to the contrary (usually following a concession)"], ["yet", "despite anything to the contrary (usually following a concession)"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["still", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "ever", "hint": "synonyms for ever", "clues": [["e'er", "at all times; all the time and on every occasion"], ["always", "at all times; all the time and on every occasion"], ["ever so", "(intensifier for adjectives) very"], ["of all time", "at any time"]]}, {"answer": "evermore", "hint": "synonyms for evermore", "clues": [["forevermore", "at any future time; in the future"], ["forever", "for a limitless time; ; - P.P.Bliss"], ["eternally", "for a limitless time; ; - P.P.Bliss"], ["everlastingly", "for a limitless time; ; - P.P.Bliss"]]}, {"answer": "every_which_way", "hint": "synonyms for every which way", "clues": [["helter-skelter", "haphazardly"], ["at random", "in a random manner"], ["indiscriminately", "in a random manner"], ["arbitrarily", "in a random manner"], ["willy-nilly", "in a random manner"], ["randomly", "in a random manner"], ["haphazardly", "in a random manner"]]}, {"answer": "evidently", "hint": "synonyms for evidently", "clues": [["manifestly", "unmistakably (`plain' is often used informally for `plainly')"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')"], ["patently", "unmistakably (`plain' is often used informally for `plainly')"]]}, {"answer": "exactly", "hint": "synonyms for exactly", "clues": [["precisely", "indicating exactness or preciseness"], ["on the nose", "just as it should be"], ["just", "indicating exactness or preciseness"], ["on the dot", "just as it should be"], ["incisively", "in a precise manner"], ["on the button", "just as it should be"]]}, {"answer": "exclusively", "hint": "synonyms for exclusively", "clues": [["solely", "without any others being included or involved"], ["only", "without any others being included or involved"], ["alone", "without any others being included or involved"], ["entirely", "without any others being included or involved"]]}, {"answer": "extravagantly", "hint": "synonyms for extravagantly", "clues": [["richly", "in a rich and lavish manner"], ["abundantly", "in an abundant manner"], ["copiously", "in an abundant manner"], ["lavishly", "in a wasteful manner"], ["profusely", "in an abundant manner"]]}, {"answer": "extremely", "hint": "synonyms for extremely", "clues": [["exceedingly", "to an extreme degree"], ["passing", "to an extreme degree"], ["highly", "to a high degree or extent; favorably or with much respect"], ["super", "to an extreme degree"]]}, {"answer": "fairly", "hint": "synonyms for fairly", "clues": [["somewhat", "to a moderately sufficient extent or degree"], ["fair", "without favoring one party, in a fair evenhanded manner"], ["moderately", "to a moderately sufficient extent or degree"], ["jolly", "to a moderately sufficient extent or degree"], ["clean", "in conformity with the rules or laws and without fraud or cheating"], ["passably", "to a moderately sufficient extent or degree"], ["middling", "to a moderately sufficient extent or degree"], ["pretty", "to a moderately sufficient extent or degree"], ["reasonably", "to a moderately sufficient extent or degree"], ["evenhandedly", "without favoring one party, in a fair evenhanded manner"]]}, {"answer": "faithlessly", "hint": "synonyms for faithlessly", "clues": [["false", "in a disloyal and faithless manner"], ["treasonably", "in a disloyal and faithless manner"], ["traitorously", "in a disloyal and faithless manner"], ["treacherously", "in a disloyal and faithless manner"]]}, {"answer": "finally", "hint": "synonyms for finally", "clues": [["lastly", "the item at the end"], ["eventually", "after an unspecified period of time or an especially long delay"], ["at last", "as the end result of a succession or process"], ["ultimately", "as the end result of a succession or process"], ["at long last", "as the end result of a succession or process"], ["in conclusion", "the item at the end"], ["in the end", "as the end result of a succession or process"]]}, {"answer": "firmly", "hint": "synonyms for firmly", "clues": [["firm", "with resolute determination"], ["hard", "with firmness"], ["securely", "in a secure manner; in a manner free from danger"], ["steadfastly", "with resolute determination"], ["unwaveringly", "with resolute determination"]]}, {"answer": "firstly", "hint": "synonyms for firstly", "clues": [["first of all", "before anything else"], ["first", "before anything else"], ["foremost", "before anything else"], ["first off", "before anything else"]]}, {"answer": "fittingly", "hint": "synonyms for fittingly", "clues": [["befittingly", "in an appropriate manner"], ["appropriately", "in an appropriate manner"], ["suitably", "in an appropriate manner"], ["fitly", "in an appropriate manner"]]}, {"answer": "flat_out", "hint": "synonyms for flat out", "clues": [["like blue murder", "at top speed"], ["roundly", "in a blunt direct manner"], ["brusquely", "in a blunt direct manner"], ["bluffly", "in a blunt direct manner"], ["bluntly", "in a blunt direct manner"]]}, {"answer": "for_certain", "hint": "synonyms for for certain", "clues": [["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')"]]}, {"answer": "for_each_one", "hint": "synonyms for for each one", "clues": [["to each one", "to or from every one of two or more (considered individually)"], ["each", "to or from every one of two or more (considered individually)"], ["from each one", "to or from every one of two or more (considered individually)"], ["apiece", "to or from every one of two or more (considered individually)"]]}, {"answer": "forever", "hint": "synonyms for forever", "clues": [["forever and a day", "for a very long or seemingly endless time"], ["incessantly", "without interruption"], ["everlastingly", "for a limitless time; ; - P.P.Bliss"], ["always", "without interruption"], ["eternally", "for a limitless time; ; - P.P.Bliss"], ["perpetually", "without interruption"], ["constantly", "without interruption"], ["evermore", "for a limitless time; ; - P.P.Bliss"]]}, {"answer": "formerly", "hint": "synonyms for formerly", "clues": [["at one time", "at a previous time"], ["erstwhile", "at a previous time"], ["once", "at a previous time"], ["erst", "at a previous time"]]}, {"answer": "forth", "hint": "synonyms for forth", "clues": [["off", "from a particular thing or place or position (`forth' is obsolete)"], ["onward", "forward in time or order or degree"], ["away", "from a particular thing or place or position (`forth' is obsolete)"], ["forward", "forward in time or order or degree"]]}, {"answer": "forthwith", "hint": "synonyms for forthwith", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at once", "without delay or hesitation; with no time intervening"], ["straight off", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "forwards", "hint": "synonyms for forwards", "clues": [["forward", "in a forward direction"], ["onward", "in a forward direction"], ["forrader", "in a forward direction"], ["ahead", "in a forward direction"], ["frontwards", "at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)"]]}, {"answer": "foxily", "hint": "synonyms for foxily", "clues": [["craftily", "in an artful manner"], ["knavishly", "in an artful manner"], ["slyly", "in an artful manner"], ["cunningly", "in an artful manner"], ["artfully", "in an artful manner"], ["trickily", "in an artful manner"]]}, {"answer": "freshly", "hint": "synonyms for freshly", "clues": [["newly", "very recently"], ["impertinently", "in an impudent or impertinent manner"], ["pertly", "in an impudent or impertinent manner"], ["saucily", "in an impudent or impertinent manner"], ["impudently", "in an impudent or impertinent manner"], ["fresh", "very recently"]]}, {"answer": "from_time_to_time", "hint": "synonyms for from time to time", "clues": [["occasionally", "now and then or here and there"], ["at times", "now and then or here and there"], ["on occasion", "now and then or here and there"], ["once in a while", "now and then or here and there"], ["now and again", "now and then or here and there"], ["now and then", "now and then or here and there"]]}, {"answer": "fully", "hint": "synonyms for fully", "clues": [["to the full", "to the greatest degree or extent; completely or entirely; (`full' in this sense is used as a combining form)"], ["amply", "sufficiently; more than adequately"], ["in full", "referring to a quantity"], ["full", "to the greatest degree or extent; completely or entirely; (`full' in this sense is used as a combining form)"]]}, {"answer": "gayly", "hint": "synonyms for gayly", "clues": [["merrily", "in a joyous manner"], ["happily", "in a joyous manner"], ["blithely", "in a joyous manner"], ["mirthfully", "in a joyous manner"], ["jubilantly", "in a joyous manner"]]}, {"answer": "generally", "hint": "synonyms for generally", "clues": [["broadly speaking", "without regard to specific details or exceptions"], ["mostly", "usually; as a rule"], ["loosely", "without regard to specific details or exceptions"], ["in the main", "without distinction of one from others"], ["by and large", "usually; as a rule"], ["broadly", "without regard to specific details or exceptions"], ["in general", "without distinction of one from others"], ["more often than not", "usually; as a rule"]]}, {"answer": "gravely", "hint": "synonyms for gravely", "clues": [["severely", "to a severe or serious degree"], ["soberly", "in a grave and sober manner"], ["badly", "to a severe or serious degree"], ["staidly", "in a grave and sober manner"], ["seriously", "to a severe or serious degree"]]}, {"answer": "haphazardly", "hint": "synonyms for haphazardly", "clues": [["haphazard", "without care; in a slapdash manner"], ["at random", "in a random manner"], ["every which way", "in a random manner"], ["indiscriminately", "in a random manner"], ["arbitrarily", "in a random manner"], ["willy-nilly", "in a random manner"], ["randomly", "in a random manner"]]}, {"answer": "happily", "hint": "synonyms for happily", "clues": [["merrily", "in a joyous manner"], ["blithely", "in a joyous manner"], ["mirthfully", "in a joyous manner"], ["jubilantly", "in a joyous manner"], ["gayly", "in a joyous manner"]]}, {"answer": "heavily", "hint": "synonyms for heavily", "clues": [["hard", "indulging excessively"], ["intemperately", "indulging excessively"], ["heavy", "slowly as if burdened by much weight"], ["to a great extent", "to a considerable degree"]]}, {"answer": "hence", "hint": "synonyms for hence", "clues": [["thus", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["so", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["thence", "(used to introduce a logical conclusion) from that fact or reason or as a result"]]}, {"answer": "heretofore", "hint": "synonyms for heretofore", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "hitherto", "hint": "synonyms for hitherto", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "however", "hint": "synonyms for however", "clues": [["even so", "despite anything to the contrary (usually following a concession)"], ["all the same", "despite anything to the contrary (usually following a concession)"], ["yet", "despite anything to the contrary (usually following a concession)"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["still", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "ignominiously", "hint": "synonyms for ignominiously", "clues": [["dishonorably", "in a dishonorable manner or to a dishonorable degree"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree"], ["discreditably", "in a dishonorable manner or to a dishonorable degree"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree"], ["shamefully", "in a dishonorable manner or to a dishonorable degree"]]}, {"answer": "immediately", "hint": "synonyms for immediately", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at once", "without delay or hesitation; with no time intervening"], ["straight off", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "impertinently", "hint": "synonyms for impertinently", "clues": [["impudently", "in an impudent or impertinent manner"], ["pertly", "in an impudent or impertinent manner"], ["freshly", "in an impudent or impertinent manner"], ["saucily", "in an impudent or impertinent manner"]]}, {"answer": "imploringly", "hint": "synonyms for imploringly", "clues": [["importunately", "in a beseeching manner"], ["pleadingly", "in a beseeching manner"], ["beseechingly", "in a beseeching manner"], ["entreatingly", "in a beseeching manner"]]}, {"answer": "importunately", "hint": "synonyms for importunately", "clues": [["pleadingly", "in a beseeching manner"], ["beseechingly", "in a beseeching manner"], ["imploringly", "in a beseeching manner"], ["entreatingly", "in a beseeching manner"]]}, {"answer": "impudently", "hint": "synonyms for impudently", "clues": [["impertinently", "in an impudent or impertinent manner"], ["saucily", "in an impudent or impertinent manner"], ["pertly", "in an impudent or impertinent manner"], ["freshly", "in an impudent or impertinent manner"]]}, {"answer": "in_all_likelihood", "hint": "synonyms for in all likelihood", "clues": [["in all probability", "with considerable certainty; without much doubt"], ["probably", "with considerable certainty; without much doubt"], ["belike", "with considerable certainty; without much doubt"], ["likely", "with considerable certainty; without much doubt"]]}, {"answer": "in_all_probability", "hint": "synonyms for in all probability", "clues": [["in all likelihood", "with considerable certainty; without much doubt"], ["probably", "with considerable certainty; without much doubt"], ["belike", "with considerable certainty; without much doubt"], ["likely", "with considerable certainty; without much doubt"]]}, {"answer": "in_any_case", "hint": "synonyms for in any case", "clues": [["anyways", "used to indicate that a statement explains or supports a previous statement"], ["at any rate", "used to indicate that a statement explains or supports a previous statement"], ["in any event", "used to indicate that a statement explains or supports a previous statement"], ["besides", "making an additional point; anyway"], ["anyhow", "used to indicate that a statement explains or supports a previous statement"]]}, {"answer": "in_any_event", "hint": "synonyms for in any event", "clues": [["anyways", "used to indicate that a statement explains or supports a previous statement"], ["at any rate", "used to indicate that a statement explains or supports a previous statement"], ["in any case", "used to indicate that a statement explains or supports a previous statement"], ["anyhow", "used to indicate that a statement explains or supports a previous statement"]]}, {"answer": "in_brief", "hint": "synonyms for in brief", "clues": [["in short", "in a concise manner; in a few words"], ["briefly", "in a concise manner; in a few words"], ["concisely", "in a concise manner; in a few words"], ["shortly", "in a concise manner; in a few words"]]}, {"answer": "in_due_course", "hint": "synonyms for in due course", "clues": [["in due season", "at the appropriate time"], ["in good time", "at the appropriate time"], ["when the time comes", "at the appropriate time"], ["in due time", "at the appropriate time"]]}, {"answer": "in_due_season", "hint": "synonyms for in due season", "clues": [["in good time", "at the appropriate time"], ["in due course", "at the appropriate time"], ["when the time comes", "at the appropriate time"], ["in due time", "at the appropriate time"]]}, {"answer": "in_due_time", "hint": "synonyms for in due time", "clues": [["in due season", "at the appropriate time"], ["in good time", "at the appropriate time"], ["in due course", "at the appropriate time"], ["when the time comes", "at the appropriate time"]]}, {"answer": "in_good_order", "hint": "synonyms for in good order", "clues": [["decent", "in the right manner"], ["right", "in the right manner"], ["the right way", "in the right manner"], ["properly", "in the right manner"]]}, {"answer": "in_good_time", "hint": "synonyms for in good time", "clues": [["in due season", "at the appropriate time"], ["in due course", "at the appropriate time"], ["when the time comes", "at the appropriate time"], ["in due time", "at the appropriate time"]]}, {"answer": "in_short", "hint": "synonyms for in short", "clues": [["briefly", "in a concise manner; in a few words"], ["concisely", "in a concise manner; in a few words"], ["in brief", "in a concise manner; in a few words"], ["shortly", "in a concise manner; in a few words"]]}, {"answer": "in_so_far", "hint": "synonyms for in so far", "clues": [["to that extent", "to the degree or extent that"], ["so far", "to the degree or extent that"], ["to that degree", "to the degree or extent that"], ["insofar", "to the degree or extent that"]]}, {"answer": "in_spades", "hint": "synonyms for in spades", "clues": [["emphatically", "without question and beyond doubt"], ["by all odds", "without question and beyond doubt"], ["decidedly", "without question and beyond doubt"], ["definitely", "without question and beyond doubt"], ["unquestionably", "without question and beyond doubt"]]}, {"answer": "in_spite_of_appearance", "hint": "synonyms for in spite of appearance", "clues": [["at heart", "in reality"], ["deep down", "in reality"], ["inside", "in reality"], ["at bottom", "in reality"]]}, {"answer": "in_the_beginning", "hint": "synonyms for in the beginning", "clues": [["earlier", "before now"], ["originally", "before now"], ["in the first place", "before now"], ["to begin with", "before now"], ["primitively", "with reference to the origin or beginning"]]}, {"answer": "in_the_end", "hint": "synonyms for in the end", "clues": [["finally", "as the end result of a succession or process"], ["at last", "as the end result of a succession or process"], ["ultimately", "as the end result of a succession or process"], ["at long last", "as the end result of a succession or process"], ["in the long run", "after a very lengthy period of time"]]}, {"answer": "in_the_first_place", "hint": "synonyms for in the first place", "clues": [["earlier", "before now"], ["primarily", "of primary import"], ["in the beginning", "before now"], ["to begin with", "before now"], ["originally", "before now"]]}, {"answer": "in_the_main", "hint": "synonyms for in the main", "clues": [["generally", "without distinction of one from others"], ["principally", "for the most part"], ["chiefly", "for the most part"], ["primarily", "for the most part"], ["in general", "without distinction of one from others"], ["mainly", "for the most part"]]}, {"answer": "incessantly", "hint": "synonyms for incessantly", "clues": [["unceasingly", "with unflagging resolve"], ["unendingly", "with unflagging resolve"], ["ceaselessly", "with unflagging resolve"], ["always", "without interruption"], ["forever", "without interruption"], ["perpetually", "without interruption"], ["constantly", "without interruption"], ["endlessly", "with unflagging resolve"], ["continuously", "with unflagging resolve"]]}, {"answer": "incidentally", "hint": "synonyms for incidentally", "clues": [["accidentally", "of a minor or subordinate nature"], ["by the bye", "introducing a different topic; in point of fact"], ["by the way", "introducing a different topic; in point of fact"], ["apropos", "introducing a different topic; in point of fact"]]}, {"answer": "incredibly", "hint": "synonyms for incredibly", "clues": [["fantastically", "exceedingly; extremely"], ["improbably", "not easy to believe"], ["implausibly", "not easy to believe"], ["unbelievably", "not easy to believe"], ["fabulously", "exceedingly; extremely"]]}, {"answer": "indiscriminately", "hint": "synonyms for indiscriminately", "clues": [["at random", "in a random manner"], ["every which way", "in a random manner"], ["promiscuously", "in an indiscriminate manner"], ["arbitrarily", "in a random manner"], ["willy-nilly", "in a random manner"], ["randomly", "in a random manner"], ["haphazardly", "in a random manner"]]}, {"answer": "individually", "hint": "synonyms for individually", "clues": [["severally", "apart from others"], ["one by one", "apart from others"], ["on an individual basis", "apart from others"], ["singly", "apart from others"], ["separately", "apart from others"]]}, {"answer": "inevitably", "hint": "synonyms for inevitably", "clues": [["of necessity", "in such a manner as could not be otherwise"], ["necessarily", "in such a manner as could not be otherwise"], ["ineluctably", "by necessity"], ["needs", "in such a manner as could not be otherwise"], ["inescapably", "by necessity"], ["unavoidably", "by necessity"]]}, {"answer": "ingloriously", "hint": "synonyms for ingloriously", "clues": [["dishonorably", "in a dishonorable manner or to a dishonorable degree"], ["discreditably", "in a dishonorable manner or to a dishonorable degree"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree"], ["shamefully", "in a dishonorable manner or to a dishonorable degree"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree"]]}, {"answer": "insanely", "hint": "synonyms for insanely", "clues": [["madly", "in an insane manner"], ["deucedly", "(used as intensives) extremely"], ["dementedly", "in an insane manner"], ["devilishly", "(used as intensives) extremely"], ["crazily", "in an insane manner"], ["deadly", "(used as intensives) extremely"]]}, {"answer": "insofar", "hint": "synonyms for insofar", "clues": [["to that extent", "to the degree or extent that"], ["so far", "to the degree or extent that"], ["to that degree", "to the degree or extent that"], ["in so far", "to the degree or extent that"]]}, {"answer": "instantly", "hint": "synonyms for instantly", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["instantaneously", "without any delay"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["outright", "without any delay"], ["in a flash", "without any delay"], ["at once", "without delay or hesitation; with no time intervening"], ["straight off", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "intentionally", "hint": "synonyms for intentionally", "clues": [["purposely", "with intention; in an intentional manner"], ["on purpose", "with intention; in an intentional manner"], ["by choice", "with intention; in an intentional manner"], ["advisedly", "with intention; in an intentional manner"], ["deliberately", "with intention; in an intentional manner"], ["designedly", "with intention; in an intentional manner"], ["by design", "with intention; in an intentional manner"]]}, {"answer": "jubilantly", "hint": "synonyms for jubilantly", "clues": [["merrily", "in a joyous manner"], ["happily", "in a joyous manner"], ["blithely", "in a joyous manner"], ["mirthfully", "in a joyous manner"], ["gayly", "in a joyous manner"]]}, {"answer": "just_about", "hint": "synonyms for just about", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct"], ["close to", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["around", "(of quantities) imprecise but fairly close to correct"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["about", "(of quantities) imprecise but fairly close to correct"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "knavishly", "hint": "synonyms for knavishly", "clues": [["foxily", "in an artful manner"], ["craftily", "in an artful manner"], ["slyly", "in an artful manner"], ["cunningly", "in an artful manner"], ["artfully", "in an artful manner"], ["trickily", "in an artful manner"]]}, {"answer": "lately", "hint": "synonyms for lately", "clues": [["latterly", "in the recent past"], ["recently", "in the recent past"], ["of late", "in the recent past"], ["late", "in the recent past"]]}, {"answer": "later_on", "hint": "synonyms for later on", "clues": [["later", "happening at a time subsequent to a reference time"], ["afterward", "happening at a time subsequent to a reference time"], ["subsequently", "happening at a time subsequent to a reference time"], ["after", "happening at a time subsequent to a reference time"]]}, {"answer": "lawfully", "hint": "synonyms for lawfully", "clues": [["de jure", "by law; conforming to the law"], ["legitimately", "in a manner acceptable to common custom"], ["licitly", "in a manner acceptable to common custom"], ["legally", "by law; conforming to the law"]]}, {"answer": "lightly", "hint": "synonyms for lightly", "clues": [["light", "with few burdens"], ["gently", "with little weight or force"], ["thinly", "in a small quantity or extent"], ["softly", "with little weight or force"]]}, {"answer": "like_a_shot", "hint": "synonyms for like a shot", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["directly", "without delay or hesitation; with no time intervening"], ["at once", "without delay or hesitation; with no time intervening"], ["straight off", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "like_crazy", "hint": "synonyms for like crazy", "clues": [["like mad", "with great speed or effort or intensity"], ["like thunder", "with great speed or effort or intensity"], ["like the devil", "with great speed or effort or intensity"], ["like sin", "with great speed or effort or intensity"], ["like hell", "with great speed or effort or intensity"]]}, {"answer": "like_hell", "hint": "synonyms for like hell", "clues": [["like mad", "with great speed or effort or intensity"], ["like thunder", "with great speed or effort or intensity"], ["like the devil", "with great speed or effort or intensity"], ["like sin", "with great speed or effort or intensity"], ["like crazy", "with great speed or effort or intensity"]]}, {"answer": "like_mad", "hint": "synonyms for like mad", "clues": [["like thunder", "with great speed or effort or intensity"], ["like the devil", "with great speed or effort or intensity"], ["like sin", "with great speed or effort or intensity"], ["like hell", "with great speed or effort or intensity"], ["like crazy", "with great speed or effort or intensity"]]}, {"answer": "like_sin", "hint": "synonyms for like sin", "clues": [["like mad", "with great speed or effort or intensity"], ["like thunder", "with great speed or effort or intensity"], ["like the devil", "with great speed or effort or intensity"], ["like hell", "with great speed or effort or intensity"], ["like crazy", "with great speed or effort or intensity"]]}, {"answer": "like_the_devil", "hint": "synonyms for like the devil", "clues": [["like mad", "with great speed or effort or intensity"], ["like thunder", "with great speed or effort or intensity"], ["like sin", "with great speed or effort or intensity"], ["like hell", "with great speed or effort or intensity"], ["like crazy", "with great speed or effort or intensity"]]}, {"answer": "like_thunder", "hint": "synonyms for like thunder", "clues": [["like mad", "with great speed or effort or intensity"], ["like the devil", "with great speed or effort or intensity"], ["like sin", "with great speed or effort or intensity"], ["like hell", "with great speed or effort or intensity"], ["like crazy", "with great speed or effort or intensity"]]}, {"answer": "likewise", "hint": "synonyms for likewise", "clues": [["too", "in addition"], ["as well", "in addition"], ["also", "in addition"], ["similarly", "in like or similar manner; ; - Samuel Johnson"], ["besides", "in addition"], ["alike", "equally"]]}, {"answer": "little_by_little", "hint": "synonyms for little by little", "clues": [["in stages", "a little bit at a time"], ["by inches", "by a short distance"], ["by small degrees", "by a short distance"], ["piecemeal", "a little bit at a time"], ["bit by bit", "a little bit at a time"]]}, {"answer": "longitudinally", "hint": "synonyms for longitudinally", "clues": [["lengthwise", "in the direction of the length"], ["longwise", "in the direction of the length"], ["lengthways", "in the direction of the length"], ["longways", "in the direction of the length"]]}, {"answer": "longways", "hint": "synonyms for longways", "clues": [["lengthwise", "in the direction of the length"], ["longwise", "in the direction of the length"], ["lengthways", "in the direction of the length"], ["longitudinally", "in the direction of the length"]]}, {"answer": "longwise", "hint": "synonyms for longwise", "clues": [["lengthwise", "in the direction of the length"], ["lengthways", "in the direction of the length"], ["longitudinally", "in the direction of the length"], ["longways", "in the direction of the length"]]}, {"answer": "loosely", "hint": "synonyms for loosely", "clues": [["broadly", "without regard to specific details or exceptions"], ["broadly speaking", "without regard to specific details or exceptions"], ["slackly", "in a relaxed manner; not rigid"], ["generally", "without regard to specific details or exceptions"]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["much", "to a very great degree or extent"], ["a good deal", "to a very great degree or extent"], ["a lot", "to a very great degree or extent"], ["very much", "to a very great degree or extent"], ["a great deal", "to a very great degree or extent"]]}, {"answer": "loudly", "hint": "synonyms for loudly", "clues": [["forte", "used as a direction in music; to be played relatively loudly"], ["loud", "with relatively high volume"], ["clamorously", "in manner that attracts attention"], ["obstreperously", "in manner that attracts attention"]]}, {"answer": "madly", "hint": "synonyms for madly", "clues": [["insanely", "(used as intensives) extremely"], ["deucedly", "(used as intensives) extremely"], ["devilishly", "(used as intensives) extremely"], ["crazily", "in an insane manner"], ["frantically", "in an uncontrolled manner"], ["deadly", "(used as intensives) extremely"], ["dementedly", "in an insane manner"]]}, {"answer": "magnificently", "hint": "synonyms for magnificently", "clues": [["gorgeously", "in an impressively beautiful manner"], ["splendidly", "in an impressively beautiful manner"], ["famously", "extremely well"], ["resplendently", "in an impressively beautiful manner"], ["excellently", "extremely well"]]}, {"answer": "mainly", "hint": "synonyms for mainly", "clues": [["primarily", "for the most part"], ["in the main", "for the most part"], ["principally", "for the most part"], ["chiefly", "for the most part"]]}, {"answer": "manifestly", "hint": "synonyms for manifestly", "clues": [["evidently", "unmistakably (`plain' is often used informally for `plainly')"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')"], ["patently", "unmistakably (`plain' is often used informally for `plainly')"]]}, {"answer": "marvellously", "hint": "synonyms for marvellously", "clues": [["wonderfully", "(used as an intensifier) extremely well"], ["terrifically", "(used as an intensifier) extremely well"], ["marvelously", "(used as an intensifier) extremely well"], ["wondrous", "(used as an intensifier) extremely well"], ["toppingly", "(used as an intensifier) extremely well"], ["superbly", "(used as an intensifier) extremely well"]]}, {"answer": "marvelously", "hint": "synonyms for marvelously", "clues": [["wonderfully", "(used as an intensifier) extremely well"], ["terrifically", "(used as an intensifier) extremely well"], ["wondrous", "(used as an intensifier) extremely well"], ["marvellously", "(used as an intensifier) extremely well"], ["toppingly", "(used as an intensifier) extremely well"], ["superbly", "(used as an intensifier) extremely well"]]}, {"answer": "maybe", "hint": "synonyms for maybe", "clues": [["peradventure", "by chance"], ["possibly", "by chance"], ["perhaps", "by chance"], ["mayhap", "by chance"], ["perchance", "by chance"]]}, {"answer": "mayhap", "hint": "synonyms for mayhap", "clues": [["maybe", "by chance"], ["peradventure", "by chance"], ["possibly", "by chance"], ["perhaps", "by chance"], ["perchance", "by chance"]]}, {"answer": "meanly", "hint": "synonyms for meanly", "clues": [["basely", "in a despicable, ignoble manner"], ["nastily", "in a nasty ill-tempered manner"], ["humbly", "in a miserly manner"], ["scurvily", "in a despicable, ignoble manner"]]}, {"answer": "merely", "hint": "synonyms for merely", "clues": [["simply", "and nothing more"], ["but", "and nothing more"], ["only", "and nothing more"], ["just", "and nothing more"]]}, {"answer": "merrily", "hint": "synonyms for merrily", "clues": [["happily", "in a joyous manner"], ["blithely", "in a joyous manner"], ["mirthfully", "in a joyous manner"], ["jubilantly", "in a joyous manner"], ["gayly", "in a joyous manner"]]}, {"answer": "mirthfully", "hint": "synonyms for mirthfully", "clues": [["merrily", "in a joyous manner"], ["happily", "in a joyous manner"], ["blithely", "in a joyous manner"], ["jubilantly", "in a joyous manner"], ["gayly", "in a joyous manner"]]}, {"answer": "mockingly", "hint": "synonyms for mockingly", "clues": [["gibingly", "in a disrespectful jeering manner"], ["scoffingly", "in a disrespectful and mocking manner"], ["derisorily", "in a disrespectful and mocking manner"], ["jeeringly", "in a disrespectful jeering manner"], ["derisively", "in a disrespectful and mocking manner"]]}, {"answer": "moderately", "hint": "synonyms for moderately", "clues": [["somewhat", "to a moderately sufficient extent or degree"], ["passably", "to a moderately sufficient extent or degree"], ["middling", "to a moderately sufficient extent or degree"], ["pretty", "to a moderately sufficient extent or degree"], ["reasonably", "to a moderately sufficient extent or degree"], ["jolly", "to a moderately sufficient extent or degree"], ["fairly", "to a moderately sufficient extent or degree"]]}, {"answer": "monstrously", "hint": "synonyms for monstrously", "clues": [["grotesquely", "in a grotesque manner"], ["heinously", "in a terribly evil manner"], ["hideously", "in a hideous manner"], ["horridly", "in a hideous manner"]]}, {"answer": "more_or_less", "hint": "synonyms for more or less", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct"], ["close to", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["somewhat", "to a small degree or extent"], ["around", "(of quantities) imprecise but fairly close to correct"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["slightly", "to a small degree or extent"], ["about", "(of quantities) imprecise but fairly close to correct"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "mostly", "hint": "synonyms for mostly", "clues": [["for the most part", "in large part; mainly or chiefly"], ["generally", "usually; as a rule"], ["by and large", "usually; as a rule"], ["largely", "in large part; mainly or chiefly"], ["more often than not", "usually; as a rule"]]}, {"answer": "mulishly", "hint": "synonyms for mulishly", "clues": [["stubbornly", "in a stubborn unregenerate manner"], ["obstinately", "in a stubborn unregenerate manner"], ["obdurately", "in a stubborn unregenerate manner"], ["pig-headedly", "in a stubborn unregenerate manner"], ["cussedly", "in a stubborn unregenerate manner"]]}, {"answer": "namely", "hint": "synonyms for namely", "clues": [["to wit", "as follows"], ["that is to say", "as follows"], ["viz.", "as follows"], ["videlicet", "as follows"]]}, {"answer": "nearly", "hint": "synonyms for nearly", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but"], ["intimately", "in a close manner"], ["near", "(of actions or states) slightly short of or not quite accomplished; all but"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but"], ["closely", "in a close manner"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but"]]}, {"answer": "necessarily", "hint": "synonyms for necessarily", "clues": [["needfully", "in an essential manner"], ["of necessity", "in such a manner as could not be otherwise"], ["inevitably", "in such a manner as could not be otherwise"], ["needs", "in such a manner as could not be otherwise"]]}, {"answer": "nevertheless", "hint": "synonyms for nevertheless", "clues": [["even so", "despite anything to the contrary (usually following a concession)"], ["all the same", "despite anything to the contrary (usually following a concession)"], ["yet", "despite anything to the contrary (usually following a concession)"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["still", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "nonetheless", "hint": "synonyms for nonetheless", "clues": [["even so", "despite anything to the contrary (usually following a concession)"], ["all the same", "despite anything to the contrary (usually following a concession)"], ["yet", "despite anything to the contrary (usually following a concession)"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["still", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "normally", "hint": "synonyms for normally", "clues": [["unremarkably", "under normal conditions"], ["usually", "under normal conditions"], ["ordinarily", "under normal conditions"], ["commonly", "under normal conditions"]]}, {"answer": "notwithstanding", "hint": "synonyms for notwithstanding", "clues": [["even so", "despite anything to the contrary (usually following a concession)"], ["all the same", "despite anything to the contrary (usually following a concession)"], ["yet", "despite anything to the contrary (usually following a concession)"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["still", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "now", "hint": "synonyms for now", "clues": [["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at present", "at the present moment"], ["at once", "without delay or hesitation; with no time intervening"], ["today", "in these times; - Nancy Mitford"], ["nowadays", "in these times; - Nancy Mitford"], ["straight off", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "now_and_again", "hint": "synonyms for now and again", "clues": [["occasionally", "now and then or here and there"], ["at times", "now and then or here and there"], ["on occasion", "now and then or here and there"], ["now and then", "now and then or here and there"], ["once in a while", "now and then or here and there"], ["from time to time", "now and then or here and there"]]}, {"answer": "now_and_then", "hint": "synonyms for now and then", "clues": [["occasionally", "now and then or here and there"], ["at times", "now and then or here and there"], ["on occasion", "now and then or here and there"], ["once in a while", "now and then or here and there"], ["now and again", "now and then or here and there"], ["from time to time", "now and then or here and there"]]}, {"answer": "nuttily", "hint": "synonyms for nuttily", "clues": [["dottily", "in a mildly insane manner"], ["daftly", "in a mildly insane manner"], ["wackily", "in a mildly insane manner"], ["balmily", "in a mildly insane manner"]]}, {"answer": "obdurately", "hint": "synonyms for obdurately", "clues": [["stubbornly", "in a stubborn unregenerate manner"], ["obstinately", "in a stubborn unregenerate manner"], ["cussedly", "in a stubborn unregenerate manner"], ["pig-headedly", "in a stubborn unregenerate manner"], ["mulishly", "in a stubborn unregenerate manner"]]}, {"answer": "obliquely", "hint": "synonyms for obliquely", "clues": [["aslant", "at an oblique angle"], ["athwart", "at an oblique angle"], ["sidelong", "to, toward or at one side"], ["sideways", "to, toward or at one side"]]}, {"answer": "obstinately", "hint": "synonyms for obstinately", "clues": [["stubbornly", "in a stubborn unregenerate manner"], ["cussedly", "in a stubborn unregenerate manner"], ["pig-headedly", "in a stubborn unregenerate manner"], ["mulishly", "in a stubborn unregenerate manner"], ["obdurately", "in a stubborn unregenerate manner"]]}, {"answer": "obviously", "hint": "synonyms for obviously", "clues": [["evidently", "unmistakably (`plain' is often used informally for `plainly')"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')"], ["patently", "unmistakably (`plain' is often used informally for `plainly')"]]}, {"answer": "occasionally", "hint": "synonyms for occasionally", "clues": [["at times", "now and then or here and there"], ["on occasion", "now and then or here and there"], ["now and then", "now and then or here and there"], ["once in a while", "now and then or here and there"], ["now and again", "now and then or here and there"], ["from time to time", "now and then or here and there"]]}, {"answer": "oddly", "hint": "synonyms for oddly", "clues": [["peculiarly", "in a manner differing from the usual or expected"], ["strangely", "in a strange manner"], ["curiously", "in a manner differing from the usual or expected"], ["queerly", "in a strange manner"], ["funnily", "in a strange manner"]]}, {"answer": "often", "hint": "synonyms for often", "clues": [["oft", "many times at short intervals"], ["a great deal", "frequently or in great quantities"], ["ofttimes", "many times at short intervals"], ["frequently", "many times at short intervals"], ["much", "frequently or in great quantities"]]}, {"answer": "oftentimes", "hint": "synonyms for oftentimes", "clues": [["oft", "many times at short intervals"], ["frequently", "many times at short intervals"], ["ofttimes", "many times at short intervals"], ["often", "many times at short intervals"]]}, {"answer": "ofttimes", "hint": "synonyms for ofttimes", "clues": [["oft", "many times at short intervals"], ["frequently", "many times at short intervals"], ["oftentimes", "many times at short intervals"], ["often", "many times at short intervals"]]}, {"answer": "on_an_individual_basis", "hint": "synonyms for on an individual basis", "clues": [["severally", "apart from others"], ["one by one", "apart from others"], ["individually", "apart from others"], ["singly", "apart from others"], ["separately", "apart from others"]]}, {"answer": "on_occasion", "hint": "synonyms for on occasion", "clues": [["occasionally", "now and then or here and there"], ["at times", "now and then or here and there"], ["now and then", "now and then or here and there"], ["once in a while", "now and then or here and there"], ["now and again", "now and then or here and there"], ["from time to time", "now and then or here and there"]]}, {"answer": "on_purpose", "hint": "synonyms for on purpose", "clues": [["purposely", "with intention; in an intentional manner"], ["intentionally", "with intention; in an intentional manner"], ["by choice", "with intention; in an intentional manner"], ["advisedly", "with intention; in an intentional manner"], ["deliberately", "with intention; in an intentional manner"], ["designedly", "with intention; in an intentional manner"], ["by design", "with intention; in an intentional manner"]]}, {"answer": "on_the_dot", "hint": "synonyms for on the dot", "clues": [["precisely", "just as it should be"], ["on the nose", "just as it should be"], ["exactly", "just as it should be"], ["on the button", "just as it should be"]]}, {"answer": "once", "hint": "synonyms for once", "clues": [["at one time", "at a previous time"], ["erstwhile", "at a previous time"], ["erst", "at a previous time"], ["in one case", "on one occasion"], ["one time", "on one occasion"], ["formerly", "at a previous time"]]}, {"answer": "once_in_a_while", "hint": "synonyms for once in a while", "clues": [["occasionally", "now and then or here and there"], ["at times", "now and then or here and there"], ["on occasion", "now and then or here and there"], ["now and then", "now and then or here and there"], ["now and again", "now and then or here and there"], ["from time to time", "now and then or here and there"]]}, {"answer": "one_by_one", "hint": "synonyms for one by one", "clues": [["by the piece", "one piece at a time"], ["one after another", "in single file"], ["separately", "apart from others"], ["individually", "apart from others"], ["severally", "apart from others"], ["on an individual basis", "apart from others"], ["singly", "apart from others"], ["one at a time", "in single file"]]}, {"answer": "onward", "hint": "synonyms for onward", "clues": [["forward", "in a forward direction"], ["onwards", "in a forward direction"], ["forth", "forward in time or order or degree"], ["forrader", "in a forward direction"], ["ahead", "in a forward direction"]]}, {"answer": "onwards", "hint": "synonyms for onwards", "clues": [["forward", "in a forward direction"], ["onward", "in a forward direction"], ["forrader", "in a forward direction"], ["ahead", "in a forward direction"]]}, {"answer": "or_so", "hint": "synonyms for or so", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct"], ["close to", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["around", "(of quantities) imprecise but fairly close to correct"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["about", "(of quantities) imprecise but fairly close to correct"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "ordinarily", "hint": "synonyms for ordinarily", "clues": [["unremarkably", "under normal conditions"], ["normally", "under normal conditions"], ["usually", "under normal conditions"], ["commonly", "under normal conditions"]]}, {"answer": "originally", "hint": "synonyms for originally", "clues": [["in the beginning", "with reference to the origin or beginning"], ["earlier", "before now"], ["in the first place", "before now"], ["to begin with", "before now"], ["primitively", "with reference to the origin or beginning"]]}, {"answer": "over_and_over", "hint": "synonyms for over and over", "clues": [["time and again", "repeatedly"], ["again and again", "repeatedly"], ["over and over again", "repeatedly"], ["time and time again", "repeatedly"]]}, {"answer": "over_and_over_again", "hint": "synonyms for over and over again", "clues": [["time and again", "repeatedly"], ["again and again", "repeatedly"], ["over and over", "repeatedly"], ["time and time again", "repeatedly"]]}, {"answer": "p.a.", "hint": "synonyms for p.a.", "clues": [["annually", "by the year; every year (usually with reference to a sum of money paid or received)"], ["per annum", "by the year; every year (usually with reference to a sum of money paid or received)"], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)"], ["per year", "by the year; every year (usually with reference to a sum of money paid or received)"]]}, {"answer": "passably", "hint": "synonyms for passably", "clues": [["somewhat", "to a moderately sufficient extent or degree"], ["reasonably", "to a moderately sufficient extent or degree"], ["middling", "to a moderately sufficient extent or degree"], ["pretty", "to a moderately sufficient extent or degree"], ["moderately", "to a moderately sufficient extent or degree"], ["jolly", "to a moderately sufficient extent or degree"], ["fairly", "to a moderately sufficient extent or degree"]]}, {"answer": "patently", "hint": "synonyms for patently", "clues": [["evidently", "unmistakably (`plain' is often used informally for `plainly')"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')"]]}, {"answer": "peculiarly", "hint": "synonyms for peculiarly", "clues": [["particularly", "to a distinctly greater extent or degree than is common"], ["oddly", "in a manner differing from the usual or expected"], ["curiously", "in a manner differing from the usual or expected"], ["especially", "to a distinctly greater extent or degree than is common"]]}, {"answer": "per_annum", "hint": "synonyms for per annum", "clues": [["annually", "by the year; every year (usually with reference to a sum of money paid or received)"], ["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)"], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)"], ["per year", "by the year; every year (usually with reference to a sum of money paid or received)"]]}, {"answer": "per_year", "hint": "synonyms for per year", "clues": [["annually", "by the year; every year (usually with reference to a sum of money paid or received)"], ["per annum", "by the year; every year (usually with reference to a sum of money paid or received)"], ["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)"], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)"]]}, {"answer": "peradventure", "hint": "synonyms for peradventure", "clues": [["maybe", "by chance"], ["possibly", "by chance"], ["perhaps", "by chance"], ["mayhap", "by chance"], ["perchance", "by chance"]]}, {"answer": "perchance", "hint": "synonyms for perchance", "clues": [["maybe", "by chance"], ["peradventure", "by chance"], ["possibly", "by chance"], ["by chance", "through chance,"], ["perhaps", "by chance"], ["mayhap", "by chance"]]}, {"answer": "perhaps", "hint": "synonyms for perhaps", "clues": [["maybe", "by chance"], ["peradventure", "by chance"], ["possibly", "by chance"], ["mayhap", "by chance"], ["perchance", "by chance"]]}, {"answer": "perpetually", "hint": "synonyms for perpetually", "clues": [["constantly", "without interruption"], ["forever", "without interruption"], ["incessantly", "without interruption"], ["always", "without interruption"]]}, {"answer": "pertly", "hint": "synonyms for pertly", "clues": [["impertinently", "in an impudent or impertinent manner"], ["impudently", "in an impudent or impertinent manner"], ["saucily", "in an impudent or impertinent manner"], ["freshly", "in an impudent or impertinent manner"]]}, {"answer": "pig-headedly", "hint": "synonyms for pig-headedly", "clues": [["stubbornly", "in a stubborn unregenerate manner"], ["obstinately", "in a stubborn unregenerate manner"], ["cussedly", "in a stubborn unregenerate manner"], ["mulishly", "in a stubborn unregenerate manner"], ["obdurately", "in a stubborn unregenerate manner"]]}, {"answer": "plainly", "hint": "synonyms for plainly", "clues": [["evidently", "unmistakably (`plain' is often used informally for `plainly')"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')"], ["patently", "unmistakably (`plain' is often used informally for `plainly')"], ["plain", "unmistakably (`plain' is often used informally for `plainly')"], ["simply", "in a simple manner; without extravagance or embellishment"]]}, {"answer": "pleadingly", "hint": "synonyms for pleadingly", "clues": [["importunately", "in a beseeching manner"], ["beseechingly", "in a beseeching manner"], ["imploringly", "in a beseeching manner"], ["entreatingly", "in a beseeching manner"]]}, {"answer": "pleasantly", "hint": "synonyms for pleasantly", "clues": [["cheerily", "in a cheerful manner"], ["sunnily", "in a cheerful manner"], ["agreeably", "in an enjoyable manner"], ["enjoyably", "in an enjoyable manner"]]}, {"answer": "possibly", "hint": "synonyms for possibly", "clues": [["maybe", "by chance"], ["peradventure", "by chance"], ["perhaps", "by chance"], ["mayhap", "by chance"], ["perchance", "by chance"]]}, {"answer": "precisely", "hint": "synonyms for precisely", "clues": [["on the nose", "just as it should be"], ["exactly", "just as it should be"], ["on the button", "just as it should be"], ["just", "indicating exactness or preciseness"], ["on the dot", "just as it should be"], ["incisively", "in a precise manner"]]}, {"answer": "presently", "hint": "synonyms for presently", "clues": [["before long", "in the near future"], ["shortly", "in the near future"], ["currently", "at this time or period; now"], ["soon", "in the near future"]]}, {"answer": "primarily", "hint": "synonyms for primarily", "clues": [["principally", "for the most part"], ["chiefly", "for the most part"], ["in the first place", "of primary import"], ["in the main", "for the most part"], ["mainly", "for the most part"]]}, {"answer": "principally", "hint": "synonyms for principally", "clues": [["primarily", "for the most part"], ["in the main", "for the most part"], ["chiefly", "for the most part"], ["mainly", "for the most part"]]}, {"answer": "probably", "hint": "synonyms for probably", "clues": [["believably", "easy to believe on the basis of available evidence"], ["credibly", "easy to believe on the basis of available evidence"], ["in all probability", "with considerable certainty; without much doubt"], ["likely", "with considerable certainty; without much doubt"], ["belike", "with considerable certainty; without much doubt"], ["plausibly", "easy to believe on the basis of available evidence"], ["in all likelihood", "with considerable certainty; without much doubt"]]}, {"answer": "promptly", "hint": "synonyms for promptly", "clues": [["right away", "at once (usually modifies an undesirable occurrence)"], ["quick", "with little or no delay"], ["pronto", "in a punctual manner"], ["readily", "in a punctual manner"]]}, {"answer": "properly", "hint": "synonyms for properly", "clues": [["decent", "in the right manner"], ["by rights", "with reason or justice"], ["right", "in the right manner"], ["in good order", "in the right manner"], ["the right way", "in the right manner"]]}, {"answer": "purposely", "hint": "synonyms for purposely", "clues": [["intentionally", "with intention; in an intentional manner"], ["on purpose", "with intention; in an intentional manner"], ["by choice", "with intention; in an intentional manner"], ["advisedly", "with intention; in an intentional manner"], ["deliberately", "with intention; in an intentional manner"], ["designedly", "with intention; in an intentional manner"], ["by design", "with intention; in an intentional manner"]]}, {"answer": "queerly", "hint": "synonyms for queerly", "clues": [["fishily", "in a questionably unusual manner"], ["oddly", "in a strange manner"], ["strangely", "in a strange manner"], ["funnily", "in a strange manner"]]}, {"answer": "quickly", "hint": "synonyms for quickly", "clues": [["promptly", "with little or no delay"], ["quick", "with little or no delay"], ["apace", "with rapid movements"], ["speedily", "with rapid movements"], ["cursorily", "without taking pains"], ["rapidly", "with rapid movements"], ["chop-chop", "with rapid movements"]]}, {"answer": "randomly", "hint": "synonyms for randomly", "clues": [["at random", "in a random manner"], ["every which way", "in a random manner"], ["indiscriminately", "in a random manner"], ["arbitrarily", "in a random manner"], ["willy-nilly", "in a random manner"], ["haphazardly", "in a random manner"]]}, {"answer": "rapidly", "hint": "synonyms for rapidly", "clues": [["apace", "with rapid movements"], ["quickly", "with rapid movements"], ["speedily", "with rapid movements"], ["chop-chop", "with rapid movements"]]}, {"answer": "rather", "hint": "synonyms for rather", "clues": [["sooner", "more readily or willingly"], ["quite", "to a degree (not used with a negative)"], ["kinda", "to some (great or small) extent"], ["preferably", "more readily or willingly"], ["kind of", "to some (great or small) extent"], ["instead", "on the contrary"], ["sort of", "to some (great or small) extent"]]}, {"answer": "really", "hint": "synonyms for really", "clues": [["truly", "in fact (used as intensifiers or sentence modifiers)"], ["real", "used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal"], ["in truth", "in fact (used as intensifiers or sentence modifiers)"], ["genuinely", "in accordance with truth or fact or reality"], ["very", "used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal"], ["rattling", "used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal"], ["actually", "in actual fact"]]}, {"answer": "reasonably", "hint": "synonyms for reasonably", "clues": [["somewhat", "to a moderately sufficient extent or degree"], ["sensibly", "with good sense or in a reasonable or intelligent manner"], ["moderately", "to a moderately sufficient extent or degree"], ["jolly", "to a moderately sufficient extent or degree"], ["passably", "to a moderately sufficient extent or degree"], ["middling", "to a moderately sufficient extent or degree"], ["pretty", "to a moderately sufficient extent or degree"], ["fairly", "to a moderately sufficient extent or degree"], ["sanely", "with good sense or in a reasonable or intelligent manner"]]}, {"answer": "remarkably", "hint": "synonyms for remarkably", "clues": [["outstandingly", "to a remarkable degree or extent"], ["signally", "in a signal manner"], ["unusually", "to a remarkable degree or extent"], ["unco", "to a remarkable degree or extent"], ["unmistakably", "in a signal manner"]]}, {"answer": "richly", "hint": "synonyms for richly", "clues": [["amply", "to an ample degree or in an ample manner"], ["extravagantly", "in a rich and lavish manner"], ["lavishly", "in a rich and lavish manner"], ["high", "in a rich manner"], ["luxuriously", "in a rich manner"]]}, {"answer": "right_away", "hint": "synonyms for right away", "clues": [["now", "without delay or hesitation; with no time intervening"], ["promptly", "at once (usually modifies an undesirable occurrence)"], ["forthwith", "without delay or hesitation; with no time intervening"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at once", "without delay or hesitation; with no time intervening"], ["straight off", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "rottenly", "hint": "synonyms for rottenly", "clues": [["abysmally", "in a terrible manner"], ["abominably", "in a terrible manner"], ["terribly", "in a terrible manner"], ["awfully", "in a terrible manner"], ["atrociously", "in a terrible manner"]]}, {"answer": "roughly", "hint": "synonyms for roughly", "clues": [["close to", "(of quantities) imprecise but fairly close to correct"], ["just about", "(of quantities) imprecise but fairly close to correct"], ["or so", "(of quantities) imprecise but fairly close to correct"], ["rough", "with roughness or violence (`rough' is an informal variant for `roughly')"], ["more or less", "(of quantities) imprecise but fairly close to correct"], ["around", "(of quantities) imprecise but fairly close to correct"], ["approximately", "(of quantities) imprecise but fairly close to correct"], ["about", "(of quantities) imprecise but fairly close to correct"], ["some", "(of quantities) imprecise but fairly close to correct"]]}, {"answer": "roundly", "hint": "synonyms for roundly", "clues": [["bluffly", "in a blunt direct manner"], ["flat out", "in a blunt direct manner"], ["bluntly", "in a blunt direct manner"], ["brusquely", "in a blunt direct manner"]]}, {"answer": "sadly", "hint": "synonyms for sadly", "clues": [["deplorably", "in an unfortunate or deplorable manner"], ["woefully", "in an unfortunate or deplorable manner"], ["lamentably", "in an unfortunate or deplorable manner"], ["unhappily", "in an unfortunate way"]]}, {"answer": "sagaciously", "hint": "synonyms for sagaciously", "clues": [["acutely", "in a shrewd manner"], ["astutely", "in a shrewd manner"], ["sapiently", "in a shrewd manner"], ["shrewdly", "in a shrewd manner"]]}, {"answer": "sapiently", "hint": "synonyms for sapiently", "clues": [["acutely", "in a shrewd manner"], ["sagaciously", "in a shrewd manner"], ["astutely", "in a shrewd manner"], ["shrewdly", "in a shrewd manner"]]}, {"answer": "saucily", "hint": "synonyms for saucily", "clues": [["impertinently", "in an impudent or impertinent manner"], ["impudently", "in an impudent or impertinent manner"], ["pertly", "in an impudent or impertinent manner"], ["freshly", "in an impudent or impertinent manner"]]}, {"answer": "scarcely", "hint": "synonyms for scarcely", "clues": [["hardly", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["barely", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["just", "only a very short time before; ; ; ; ; - W.B.Yeats"], ["scarce", "only a very short time before; ; ; ; ; - W.B.Yeats"]]}, {"answer": "separately", "hint": "synonyms for separately", "clues": [["severally", "apart from others"], ["one by one", "apart from others"], ["individually", "apart from others"], ["on an individual basis", "apart from others"], ["singly", "apart from others"]]}, {"answer": "seriously", "hint": "synonyms for seriously", "clues": [["in earnest", "in a serious manner"], ["severely", "to a severe or serious degree"], ["badly", "to a severe or serious degree"], ["gravely", "to a severe or serious degree"], ["earnestly", "in a serious manner"]]}, {"answer": "severally", "hint": "synonyms for severally", "clues": [["independently", "apart from others"], ["one by one", "apart from others"], ["individually", "apart from others"], ["on an individual basis", "apart from others"], ["respectively", "in the order given"], ["singly", "apart from others"], ["separately", "apart from others"]]}, {"answer": "severely", "hint": "synonyms for severely", "clues": [["sternly", "with sternness; in a severe manner"], ["hard", "causing great damage or hardship"], ["badly", "to a severe or serious degree"], ["gravely", "to a severe or serious degree"], ["seriously", "to a severe or serious degree"]]}, {"answer": "shamefully", "hint": "synonyms for shamefully", "clues": [["dishonorably", "in a dishonorable manner or to a dishonorable degree"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree"], ["discreditably", "in a dishonorable manner or to a dishonorable degree"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree"]]}, {"answer": "sharply", "hint": "synonyms for sharply", "clues": [["crisply", "in a well delineated manner"], ["sharp", "changing suddenly in direction and degree"], ["aggressively", "in an aggressive manner"], ["acutely", "changing suddenly in direction and degree"], ["precipitously", "very suddenly and to a great degree"]]}, {"answer": "shortly", "hint": "synonyms for shortly", "clues": [["presently", "in the near future"], ["short", "in a curt, abrupt and discourteous manner"], ["in brief", "in a concise manner; in a few words"], ["before long", "in the near future"], ["in short", "in a concise manner; in a few words"], ["concisely", "in a concise manner; in a few words"], ["curtly", "in a curt, abrupt and discourteous manner"], ["briefly", "in a concise manner; in a few words"], ["soon", "in the near future"]]}, {"answer": "shrewdly", "hint": "synonyms for shrewdly", "clues": [["acutely", "in a shrewd manner"], ["sagaciously", "in a shrewd manner"], ["astutely", "in a shrewd manner"], ["sapiently", "in a shrewd manner"]]}, {"answer": "simply", "hint": "synonyms for simply", "clues": [["just", "absolutely"], ["plainly", "in a simple manner; without extravagance or embellishment"], ["merely", "and nothing more"], ["but", "and nothing more"], ["only", "and nothing more"]]}, {"answer": "singly", "hint": "synonyms for singly", "clues": [["severally", "apart from others"], ["one by one", "apart from others"], ["individually", "apart from others"], ["on an individual basis", "apart from others"], ["separately", "apart from others"]]}, {"answer": "slap", "hint": "synonyms for slap", "clues": [["slapdash", "directly"], ["smack", "directly"], ["bolt", "directly"], ["bang", "directly"]]}, {"answer": "slenderly", "hint": "synonyms for slenderly", "clues": [["sparingly", "to a meager degree or in a meager manner"], ["meagerly", "to a meager degree or in a meager manner"], ["slimly", "in a slim or slender manner"], ["slightly", "in a slim or slender manner"]]}, {"answer": "slightly", "hint": "synonyms for slightly", "clues": [["slimly", "in a slim or slender manner"], ["more or less", "to a small degree or extent"], ["somewhat", "to a small degree or extent"], ["slenderly", "in a slim or slender manner"]]}, {"answer": "slowly", "hint": "synonyms for slowly", "clues": [["lento", "in music"], ["easy", "without speed (`slow' is sometimes used informally for `slowly')"], ["slow", "without speed (`slow' is sometimes used informally for `slowly')"], ["tardily", "without speed (`slow' is sometimes used informally for `slowly')"]]}, {"answer": "slyly", "hint": "synonyms for slyly", "clues": [["foxily", "in an artful manner"], ["craftily", "in an artful manner"], ["knavishly", "in an artful manner"], ["cunningly", "in an artful manner"], ["artfully", "in an artful manner"], ["trickily", "in an artful manner"]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["slapdash", "directly"], ["bolt", "directly"], ["bang", "directly"], ["slap", "directly"]]}, {"answer": "smartly", "hint": "synonyms for smartly", "clues": [["sprucely", "in a stylish manner"], ["modishly", "in a stylish manner"], ["vigorously", "with vigor; in a vigorous manner"], ["cleverly", "in a clever manner"]]}, {"answer": "so", "hint": "synonyms for so", "clues": [["then", "subsequently or soon afterward (often used as sentence connectors)"], ["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["hence", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["and so", "subsequently or soon afterward (often used as sentence connectors)"], ["indeed", "in truth (often tends to intensify)"], ["thus", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["and then", "subsequently or soon afterward (often used as sentence connectors)"]]}, {"answer": "so_far", "hint": "synonyms for so far", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used after a superlative"], ["in so far", "to the degree or extent that"], ["to that extent", "to the degree or extent that"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["to that degree", "to the degree or extent that"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "softly", "hint": "synonyms for softly", "clues": [["lightly", "with little weight or force"], ["piano", "used as a direction in music; to be played relatively softly"], ["quietly", "with low volume"], ["gently", "with little weight or force"]]}, {"answer": "solely", "hint": "synonyms for solely", "clues": [["only", "without any others being included or involved"], ["exclusively", "without any others being included or involved"], ["alone", "without any others being included or involved"], ["entirely", "without any others being included or involved"]]}, {"answer": "someway", "hint": "synonyms for someway", "clues": [["in some manner", "in some unspecified way or manner; or by some unspecified means"], ["in some way", "in some unspecified way or manner; or by some unspecified means"], ["somehow", "in some unspecified way or manner; or by some unspecified means"], ["someways", "in some unspecified way or manner; or by some unspecified means"]]}, {"answer": "someways", "hint": "synonyms for someways", "clues": [["someway", "in some unspecified way or manner; or by some unspecified means"], ["in some manner", "in some unspecified way or manner; or by some unspecified means"], ["in some way", "in some unspecified way or manner; or by some unspecified means"], ["somehow", "in some unspecified way or manner; or by some unspecified means"]]}, {"answer": "somewhat", "hint": "synonyms for somewhat", "clues": [["more or less", "to a small degree or extent"], ["moderately", "to a moderately sufficient extent or degree"], ["jolly", "to a moderately sufficient extent or degree"], ["passably", "to a moderately sufficient extent or degree"], ["middling", "to a moderately sufficient extent or degree"], ["pretty", "to a moderately sufficient extent or degree"], ["reasonably", "to a moderately sufficient extent or degree"], ["slightly", "to a small degree or extent"], ["fairly", "to a moderately sufficient extent or degree"]]}, {"answer": "speedily", "hint": "synonyms for speedily", "clues": [["apace", "with rapid movements"], ["quickly", "with rapid movements"], ["rapidly", "with rapid movements"], ["chop-chop", "with rapid movements"]]}, {"answer": "splendidly", "hint": "synonyms for splendidly", "clues": [["gorgeously", "in an impressively beautiful manner"], ["magnificently", "extremely well"], ["famously", "extremely well"], ["resplendently", "in an impressively beautiful manner"], ["excellently", "extremely well"]]}, {"answer": "squarely", "hint": "synonyms for squarely", "clues": [["square", "in a straight direct way"], ["forthrightly", "directly and without evasion; not roundabout"], ["straightforwardly", "with firmness and conviction; without compromise; - C.G.Bowers"], ["foursquare", "with firmness and conviction; without compromise; - C.G.Bowers"]]}, {"answer": "straight_off", "hint": "synonyms for straight off", "clues": [["now", "without delay or hesitation; with no time intervening"], ["right away", "without delay or hesitation; with no time intervening"], ["forthwith", "without delay or hesitation; with no time intervening"], ["directly", "without delay or hesitation; with no time intervening"], ["like a shot", "without delay or hesitation; with no time intervening"], ["at once", "without delay or hesitation; with no time intervening"], ["immediately", "without delay or hesitation; with no time intervening"], ["instantly", "without delay or hesitation; with no time intervening"], ["straightaway", "without delay or hesitation; with no time intervening"]]}, {"answer": "stubbornly", "hint": "synonyms for stubbornly", "clues": [["obstinately", "in a stubborn unregenerate manner"], ["cussedly", "in a stubborn unregenerate manner"], ["pig-headedly", "in a stubborn unregenerate manner"], ["mulishly", "in a stubborn unregenerate manner"], ["obdurately", "in a stubborn unregenerate manner"]]}, {"answer": "subsequently", "hint": "synonyms for subsequently", "clues": [["later", "happening at a time subsequent to a reference time"], ["afterward", "happening at a time subsequent to a reference time"], ["later on", "happening at a time subsequent to a reference time"], ["after", "happening at a time subsequent to a reference time"]]}, {"answer": "suddenly", "hint": "synonyms for suddenly", "clues": [["dead", "quickly and without warning"], ["short", "quickly and without warning"], ["all of a sudden", "happening unexpectedly"], ["abruptly", "quickly and without warning"], ["on the spur of the moment", "on impulse; without premeditation"], ["of a sudden", "happening unexpectedly"]]}, {"answer": "superbly", "hint": "synonyms for superbly", "clues": [["wonderfully", "(used as an intensifier) extremely well"], ["terrifically", "(used as an intensifier) extremely well"], ["marvelously", "(used as an intensifier) extremely well"], ["wondrous", "(used as an intensifier) extremely well"], ["toppingly", "(used as an intensifier) extremely well"]]}, {"answer": "sure_enough", "hint": "synonyms for sure enough", "clues": [["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')"]]}, {"answer": "surely", "hint": "synonyms for surely", "clues": [["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')"]]}, {"answer": "tardily", "hint": "synonyms for tardily", "clues": [["slowly", "without speed (`slow' is sometimes used informally for `slowly')"], ["late", "later than usual or than expected"], ["easy", "without speed (`slow' is sometimes used informally for `slowly')"], ["belatedly", "later than usual or than expected"]]}, {"answer": "terribly", "hint": "synonyms for terribly", "clues": [["awfully", "used as intensifiers"], ["abysmally", "in a terrible manner"], ["atrociously", "in a terrible manner"], ["abominably", "in a terrible manner"], ["frightfully", "used as intensifiers"], ["rottenly", "in a terrible manner"]]}, {"answer": "terrifically", "hint": "synonyms for terrifically", "clues": [["wonderfully", "(used as an intensifier) extremely well"], ["marvelously", "(used as an intensifier) extremely well"], ["wondrous", "(used as an intensifier) extremely well"], ["toppingly", "(used as an intensifier) extremely well"], ["superbly", "(used as an intensifier) extremely well"]]}, {"answer": "that_is_to_say", "hint": "synonyms for that is to say", "clues": [["to wit", "as follows"], ["viz.", "as follows"], ["namely", "as follows"], ["videlicet", "as follows"]]}, {"answer": "the_right_way", "hint": "synonyms for the right way", "clues": [["decent", "in the right manner"], ["right", "in the right manner"], ["in good order", "in the right manner"], ["properly", "in the right manner"]]}, {"answer": "thence", "hint": "synonyms for thence", "clues": [["thus", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["so", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["hence", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["thereof", "from that circumstance or source; - W.V.Quine"], ["therefrom", "from that place or from there"]]}, {"answer": "there", "hint": "synonyms for there", "clues": [["in that respect", "in that matter"], ["thither", "to or toward that place; away from the speaker"], ["in that location", "in or at that place"], ["on that point", "in that matter"], ["at that place", "in or at that place"]]}, {"answer": "therefore", "hint": "synonyms for therefore", "clues": [["thus", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["consequently", "as a consequence"], ["so", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["hence", "(used to introduce a logical conclusion) from that fact or reason or as a result"]]}, {"answer": "thus", "hint": "synonyms for thus", "clues": [["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["so", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["hence", "(used to introduce a logical conclusion) from that fact or reason or as a result"], ["thusly", "in the way indicated; ; ; (`thusly' is a nonstandard variant)"]]}, {"answer": "thus_far", "hint": "synonyms for thus far", "clues": [["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "til_now", "hint": "synonyms for til now", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "time_and_again", "hint": "synonyms for time and again", "clues": [["again and again", "repeatedly"], ["over and over again", "repeatedly"], ["over and over", "repeatedly"], ["time and time again", "repeatedly"]]}, {"answer": "time_and_time_again", "hint": "synonyms for time and time again", "clues": [["time and again", "repeatedly"], ["again and again", "repeatedly"], ["over and over again", "repeatedly"], ["over and over", "repeatedly"]]}, {"answer": "to_a_t", "hint": "synonyms for to a t", "clues": [["just right", "in every detail"], ["to a T", "in every detail"], ["to the letter", "in every detail"], ["to perfection", "in every detail"]]}, {"answer": "to_begin_with", "hint": "synonyms for to begin with", "clues": [["in the beginning", "before now"], ["earlier", "before now"], ["originally", "before now"], ["in the first place", "before now"]]}, {"answer": "to_wit", "hint": "synonyms for to wit", "clues": [["that is to say", "as follows"], ["viz.", "as follows"], ["namely", "as follows"], ["videlicet", "as follows"]]}, {"answer": "too", "hint": "synonyms for too", "clues": [["as well", "in addition"], ["also", "in addition"], ["overly", "to a degree exceeding normal or proper limits"], ["excessively", "to a degree exceeding normal or proper limits"], ["to a fault", "to a degree exceeding normal or proper limits"], ["likewise", "in addition"], ["besides", "in addition"]]}, {"answer": "toppingly", "hint": "synonyms for toppingly", "clues": [["wonderfully", "(used as an intensifier) extremely well"], ["terrifically", "(used as an intensifier) extremely well"], ["marvelously", "(used as an intensifier) extremely well"], ["wondrous", "(used as an intensifier) extremely well"], ["superbly", "(used as an intensifier) extremely well"]]}, {"answer": "topsy-turvily", "hint": "synonyms for topsy-turvily", "clues": [["in great confusion", "in disorderly haste"], ["topsy-turvy", "in disorderly haste"], ["head over heels", "in disorderly haste"], ["heels over head", "in disorderly haste"]]}, {"answer": "totally", "hint": "synonyms for totally", "clues": [["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"]]}, {"answer": "traitorously", "hint": "synonyms for traitorously", "clues": [["false", "in a disloyal and faithless manner"], ["treasonably", "in a disloyal and faithless manner"], ["treacherously", "in a disloyal and faithless manner"], ["faithlessly", "in a disloyal and faithless manner"]]}, {"answer": "treacherously", "hint": "synonyms for treacherously", "clues": [["false", "in a disloyal and faithless manner"], ["treasonably", "in a disloyal and faithless manner"], ["traitorously", "in a disloyal and faithless manner"], ["faithlessly", "in a disloyal and faithless manner"]]}, {"answer": "treasonably", "hint": "synonyms for treasonably", "clues": [["false", "in a disloyal and faithless manner"], ["traitorously", "in a disloyal and faithless manner"], ["treacherously", "in a disloyal and faithless manner"], ["faithlessly", "in a disloyal and faithless manner"]]}, {"answer": "trickily", "hint": "synonyms for trickily", "clues": [["foxily", "in an artful manner"], ["craftily", "in an artful manner"], ["knavishly", "in an artful manner"], ["slyly", "in an artful manner"], ["cunningly", "in an artful manner"], ["artfully", "in an artful manner"]]}, {"answer": "truly", "hint": "synonyms for truly", "clues": [["really", "in accordance with truth or fact or reality"], ["in truth", "in fact (used as intensifiers or sentence modifiers)"], ["genuinely", "in accordance with truth or fact or reality"], ["sincerely", "with sincerity; without pretense"], ["rightfully", "by right"], ["unfeignedly", "with sincerity; without pretense"]]}, {"answer": "ultimately", "hint": "synonyms for ultimately", "clues": [["at last", "as the end result of a succession or process"], ["finally", "as the end result of a succession or process"], ["at long last", "as the end result of a succession or process"], ["in the end", "as the end result of a succession or process"]]}, {"answer": "unceasingly", "hint": "synonyms for unceasingly", "clues": [["unendingly", "with unflagging resolve"], ["incessantly", "with unflagging resolve"], ["endlessly", "with unflagging resolve"], ["continuously", "with unflagging resolve"], ["ceaselessly", "with unflagging resolve"]]}, {"answer": "unendingly", "hint": "synonyms for unendingly", "clues": [["unceasingly", "with unflagging resolve"], ["incessantly", "with unflagging resolve"], ["endlessly", "with unflagging resolve"], ["continuously", "with unflagging resolve"], ["ceaselessly", "with unflagging resolve"]]}, {"answer": "unexpectedly", "hint": "synonyms for unexpectedly", "clues": [["accidentally", "without advance planning"], ["circumstantially", "without advance planning"], ["by chance", "without advance planning"], ["out of the blue", "in a way that was not expected"]]}, {"answer": "unprofitably", "hint": "synonyms for unprofitably", "clues": [["profitlessly", "without gain or profit"], ["gainlessly", "without gain or profit"], ["unproductively", "in an unproductive manner"], ["fruitlessly", "in an unproductive manner"]]}, {"answer": "unquestionably", "hint": "synonyms for unquestionably", "clues": [["emphatically", "without question and beyond doubt"], ["unimpeachably", "without question"], ["by all odds", "without question and beyond doubt"], ["in spades", "without question and beyond doubt"], ["decidedly", "without question and beyond doubt"], ["definitely", "without question and beyond doubt"]]}, {"answer": "unremarkably", "hint": "synonyms for unremarkably", "clues": [["usually", "under normal conditions"], ["normally", "under normal conditions"], ["ordinarily", "under normal conditions"], ["commonly", "under normal conditions"]]}, {"answer": "until_now", "hint": "synonyms for until now", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "up_to_now", "hint": "synonyms for up to now", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["to date", "prior to the present time"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}, {"answer": "usually", "hint": "synonyms for usually", "clues": [["unremarkably", "under normal conditions"], ["normally", "under normal conditions"], ["ordinarily", "under normal conditions"], ["commonly", "under normal conditions"]]}, {"answer": "very_much", "hint": "synonyms for very much", "clues": [["much", "to a very great degree or extent"], ["a good deal", "to a very great degree or extent"], ["lots", "to a very great degree or extent"], ["a lot", "to a very great degree or extent"], ["a great deal", "to a very great degree or extent"]]}, {"answer": "videlicet", "hint": "synonyms for videlicet", "clues": [["to wit", "as follows"], ["that is to say", "as follows"], ["namely", "as follows"], ["viz.", "as follows"]]}, {"answer": "virtually", "hint": "synonyms for virtually", "clues": [["nearly", "(of actions or states) slightly short of or not quite accomplished; all but"], ["nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but"]]}, {"answer": "viz.", "hint": "synonyms for viz.", "clues": [["to wit", "as follows"], ["that is to say", "as follows"], ["namely", "as follows"], ["videlicet", "as follows"]]}, {"answer": "wackily", "hint": "synonyms for wackily", "clues": [["dottily", "in a mildly insane manner"], ["daftly", "in a mildly insane manner"], ["nuttily", "in a mildly insane manner"], ["balmily", "in a mildly insane manner"]]}, {"answer": "well-nigh", "hint": "synonyms for well-nigh", "clues": [["nearly", "(of actions or states) slightly short of or not quite accomplished; all but"], ["nigh", "(of actions or states) slightly short of or not quite accomplished; all but"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but"]]}, {"answer": "when_the_time_comes", "hint": "synonyms for when the time comes", "clues": [["in due season", "at the appropriate time"], ["in good time", "at the appropriate time"], ["in due course", "at the appropriate time"], ["in due time", "at the appropriate time"]]}, {"answer": "wholly", "hint": "synonyms for wholly", "clues": [["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')"]]}, {"answer": "willy-nilly", "hint": "synonyms for willy-nilly", "clues": [["at random", "in a random manner"], ["every which way", "in a random manner"], ["indiscriminately", "in a random manner"], ["arbitrarily", "in a random manner"], ["randomly", "in a random manner"], ["haphazardly", "in a random manner"]]}, {"answer": "withal", "hint": "synonyms for withal", "clues": [["even so", "despite anything to the contrary (usually following a concession)"], ["all the same", "despite anything to the contrary (usually following a concession)"], ["yet", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["still", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"]]}, {"answer": "wonderfully", "hint": "synonyms for wonderfully", "clues": [["terrifically", "(used as an intensifier) extremely well"], ["marvelously", "(used as an intensifier) extremely well"], ["wondrous", "(used as an intensifier) extremely well"], ["toppingly", "(used as an intensifier) extremely well"], ["superbly", "(used as an intensifier) extremely well"]]}, {"answer": "wondrously", "hint": "synonyms for wondrously", "clues": [["wonderfully", "(used as an intensifier) extremely well"], ["terrifically", "(used as an intensifier) extremely well"], ["marvelously", "(used as an intensifier) extremely well"], ["wondrous", "(used as an intensifier) extremely well"], ["toppingly", "(used as an intensifier) extremely well"], ["superbly", "(used as an intensifier) extremely well"]]}, {"answer": "yet", "hint": "synonyms for yet", "clues": [["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["in time", "within an indefinite time or at an unspecified future time"], ["so far", "used after a superlative"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["all the same", "despite anything to the contrary (usually following a concession)"], ["even", "to a greater degree or extent; used with comparisons"], ["withal", "despite anything to the contrary (usually following a concession)"], ["nonetheless", "despite anything to the contrary (usually following a concession)"], ["nevertheless", "despite anything to the contrary (usually following a concession)"], ["however", "despite anything to the contrary (usually following a concession)"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["still", "to a greater degree or extent; used with comparisons"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["even so", "despite anything to the contrary (usually following a concession)"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time"], ["notwithstanding", "despite anything to the contrary (usually following a concession)"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time"]]}], "portion": 0.54}, {"name": "nouns", "groups": [{"answer": "0", "hint": "synonyms for 0", "clues": [["cipher", "a mathematical element that when added to another number yields the same number"], ["cypher", "a mathematical element that when added to another number yields the same number"], ["nought", "a mathematical element that when added to another number yields the same number"], ["zero", "a mathematical element that when added to another number yields the same number"]]}, {"answer": "1", "hint": "synonyms for 1", "clues": [["ace", "the smallest whole number or a numeral representing this number"], ["one", "the smallest whole number or a numeral representing this number"], ["single", "the smallest whole number or a numeral representing this number"], ["unity", "the smallest whole number or a numeral representing this number"]]}, {"answer": "1000", "hint": "synonyms for 1000", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["yard", "the cardinal number that is the product of 10 and 100"], ["grand", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["thousand", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "3", "hint": "synonyms for 3", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "4", "hint": "synonyms for 4", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "5", "hint": "synonyms for 5", "clues": [["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "6", "hint": "synonyms for 6", "clues": [["sextuplet", "the cardinal number that is the sum of five and one"], ["hexad", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "7", "hint": "synonyms for 7", "clues": [["septet", "the cardinal number that is the sum of six and one"], ["septenary", "the cardinal number that is the sum of six and one"], ["heptad", "the cardinal number that is the sum of six and one"], ["seven", "the cardinal number that is the sum of six and one"], ["sevener", "the cardinal number that is the sum of six and one"]]}, {"answer": "8", "hint": "synonyms for 8", "clues": [["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["octonary", "the cardinal number that is the sum of seven and one"], ["octad", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"]]}, {"answer": "abstract", "hint": "synonyms for abstract", "clues": [["outline", "a sketchy summary of the main points of an argument or theory"], ["synopsis", "a sketchy summary of the main points of an argument or theory"], ["precis", "a sketchy summary of the main points of an argument or theory"], ["abstraction", "a concept or idea not associated with any specific instance"]]}, {"answer": "accessory", "hint": "synonyms for accessory", "clues": [["accouterment", "clothing that is worn or carried, but not part of your main clothing"], ["supplement", "a supplementary component that improves capability"], ["appurtenance", "a supplementary component that improves capability"], ["add-on", "a supplementary component that improves capability"]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["angiotensin converting enzyme", "proteolytic enzyme that converts angiotensin I into angiotensin II"], ["one", "the smallest whole number or a numeral representing this number"], ["single", "the smallest whole number or a numeral representing this number"], ["1", "the smallest whole number or a numeral representing this number"], ["unity", "the smallest whole number or a numeral representing this number"]]}, {"answer": "acid", "hint": "synonyms for acid", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "advance", "hint": "synonyms for advance", "clues": [["rise", "increase in price or value"], ["feeler", "a tentative suggestion designed to elicit the reactions of others"], ["betterment", "a change for the better; progress in development"], ["progression", "the act of moving forward (as toward a goal)"], ["progress", "the act of moving forward (as toward a goal)"], ["overture", "a tentative suggestion designed to elicit the reactions of others"], ["improvement", "a change for the better; progress in development"], ["onward motion", "the act of moving forward (as toward a goal)"], ["cash advance", "an amount paid before it is earned"], ["advancement", "the act of moving forward (as toward a goal)"], ["approach", "a tentative suggestion designed to elicit the reactions of others"]]}, {"answer": "agglomerate", "hint": "synonyms for agglomerate", "clues": [["cumulation", "a collection of objects laid on top of each other"], ["cumulus", "a collection of objects laid on top of each other"], ["mound", "a collection of objects laid on top of each other"], ["heap", "a collection of objects laid on top of each other"], ["pile", "a collection of objects laid on top of each other"]]}, {"answer": "aggregate", "hint": "synonyms for aggregate", "clues": [["totality", "the whole amount"], ["sum", "the whole amount"], ["conglomeration", "a sum total of many heterogenous things taken together"], ["congeries", "a sum total of many heterogenous things taken together"], ["total", "the whole amount"]]}, {"answer": "animal", "hint": "synonyms for animal", "clues": [["beast", "a living organism characterized by voluntary movement"], ["animate being", "a living organism characterized by voluntary movement"], ["brute", "a living organism characterized by voluntary movement"], ["fauna", "a living organism characterized by voluntary movement"], ["creature", "a living organism characterized by voluntary movement"]]}, {"answer": "antiaircraft", "hint": "synonyms for antiaircraft", "clues": [["pom-pom", "artillery designed to shoot upward at airplanes"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes"], ["flak", "artillery designed to shoot upward at airplanes"], ["ack-ack gun", "artillery designed to shoot upward at airplanes"], ["ack-ack", "artillery designed to shoot upward at airplanes"]]}, {"answer": "antic", "hint": "synonyms for antic", "clues": [["trick", "a ludicrous or grotesque act done for fun and amusement"], ["prank", "a ludicrous or grotesque act done for fun and amusement"], ["joke", "a ludicrous or grotesque act done for fun and amusement"], ["put-on", "a ludicrous or grotesque act done for fun and amusement"], ["caper", "a ludicrous or grotesque act done for fun and amusement"]]}, {"answer": "antifungal", "hint": "synonyms for antifungal", "clues": [["fungicide", "any agent that destroys or prevents the growth of fungi"], ["antimycotic agent", "any agent that destroys or prevents the growth of fungi"], ["antimycotic", "any agent that destroys or prevents the growth of fungi"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi"]]}, {"answer": "arctic", "hint": "synonyms for arctic", "clues": [["gumshoe", "a waterproof overshoe that protects shoes from water or snow"], ["galosh", "a waterproof overshoe that protects shoes from water or snow"], ["golosh", "a waterproof overshoe that protects shoes from water or snow"], ["rubber", "a waterproof overshoe that protects shoes from water or snow"]]}, {"answer": "ataractic", "hint": "synonyms for ataractic", "clues": [["tranquilliser", "a drug used to reduce stress or tension without reducing mental clarity"], ["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity"]]}, {"answer": "azure", "hint": "synonyms for azure", "clues": [["sapphire", "a light shade of blue"], ["lazuline", "a light shade of blue"], ["cerulean", "a light shade of blue"], ["sky-blue", "a light shade of blue"]]}, {"answer": "bacchanal", "hint": "synonyms for bacchanal", "clues": [["bacchanalia", "a wild gathering involving excessive drinking and promiscuity"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity"], ["riot", "a wild gathering involving excessive drinking and promiscuity"], ["debauch", "a wild gathering involving excessive drinking and promiscuity"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity"], ["orgy", "a wild gathering involving excessive drinking and promiscuity"]]}, {"answer": "back", "hint": "synonyms for back", "clues": [["binding", "the protective covering on the front, back, and spine of a book"], ["book binding", "the protective covering on the front, back, and spine of a book"], ["backrest", "a support that you can lean against while sitting"], ["rear", "the side that goes last or is not normally seen"], ["cover", "the protective covering on the front, back, and spine of a book"]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["groundwork", "lowest support of a structure"], ["radix", "(numeration system) the positive integer that is equivalent to one in the next higher counting place"], ["substructure", "lowest support of a structure"], ["root", "(linguistics) the form of a word after all affixes are removed"], ["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["al-Qa'ida", "a terrorist network intensely opposed to the United States that dispenses money and logistical support and training to a wide variety of radical Islamic terrorist groups; has cells in more than 50 countries"], ["foot", "lowest support of a structure"], ["base of operations", "installation from which a military force initiates operations"], ["nucleotide", "a phosphoric ester of a nucleoside; the basic structural unit of nucleic acids (DNA or RNA)"], ["root word", "(linguistics) the form of a word after all affixes are removed"], ["al-Qaeda", "a terrorist network intensely opposed to the United States that dispenses money and logistical support and training to a wide variety of radical Islamic terrorist groups; has cells in more than 50 countries"], ["radical", "(linguistics) the form of a word after all affixes are removed"], ["theme", "(linguistics) the form of a word after all affixes are removed"], ["bag", "a place that the runner must touch before scoring"], ["floor", "a lower limit"], ["infrastructure", "the stock of basic facilities and capital equipment needed for the functioning of a country or area"], ["foundation", "lowest support of a structure"], ["pedestal", "a support or foundation"], ["understructure", "lowest support of a structure"], ["alkali", "any of various water-soluble compounds capable of turning litmus blue and reacting with an acid to form a salt and water"], ["home", "the place where you are stationed and from which missions start and end"], ["stem", "(linguistics) the form of a word after all affixes are removed"], ["stand", "a support or foundation"]]}, {"answer": "bass", "hint": "synonyms for bass", "clues": [["bass voice", "the lowest adult male singing voice"], ["basso", "the lowest adult male singing voice"], ["bass part", "the lowest part in polyphonic music"], ["freshwater bass", "any of various North American freshwater fish with lean flesh (especially of the genus Micropterus)"], ["sea bass", "the lean flesh of a saltwater fish of the family Serranidae"]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["bat", "(baseball) a turn trying to get a hit"], ["at-bat", "(baseball) a turn trying to get a hit"], ["squash racquet", "a small racket with a long handle used for playing squash"], ["cricket bat", "the club used in playing cricket"]]}, {"answer": "bearing", "hint": "synonyms for bearing", "clues": [["presence", "dignified manner or conduct"], ["mien", "dignified manner or conduct"], ["comportment", "dignified manner or conduct"], ["charge", "heraldry consisting of a design or image depicted on a shield"], ["posture", "characteristic way of bearing one's body"], ["aim", "the direction or path along which something moves or along which it lies"], ["armorial bearing", "heraldry consisting of a design or image depicted on a shield"], ["heading", "the direction or path along which something moves or along which it lies"], ["heraldic bearing", "heraldry consisting of a design or image depicted on a shield"], ["carriage", "characteristic way of bearing one's body"]]}, {"answer": "beat", "hint": "synonyms for beat", "clues": [["measure", "(prosody) the accent in a metrical foot of verse"], ["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["meter", "(prosody) the accent in a metrical foot of verse"], ["pulsation", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["round", "a regular route for a sentry or policeman"], ["cadence", "(prosody) the accent in a metrical foot of verse"], ["rhythm", "the basic rhythmic unit in a piece of music"], ["musical rhythm", "the basic rhythmic unit in a piece of music"], ["metre", "(prosody) the accent in a metrical foot of verse"]]}, {"answer": "beginning", "hint": "synonyms for beginning", "clues": [["get-go", "the time at which something is supposed to begin"], ["showtime", "the time at which something is supposed to begin"], ["offset", "the time at which something is supposed to begin"], ["first", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["commencement", "the act of starting something"], ["outset", "the time at which something is supposed to begin"], ["rootage", "the place where something begins, where it springs into being"], ["root", "the place where something begins, where it springs into being"], ["source", "the place where something begins, where it springs into being"], ["origin", "the place where something begins, where it springs into being"]]}, {"answer": "billion", "hint": "synonyms for billion", "clues": [["trillion", "a very large indefinite number (usually hyperbole)"], ["1000000000000", "the number that is represented as a one followed by 12 zeros; in the United Kingdom the usage followed in the United States is frequently seen"], ["zillion", "a very large indefinite number (usually hyperbole)"], ["one million million", "the number that is represented as a one followed by 12 zeros; in the United Kingdom the usage followed in the United States is frequently seen"], ["one thousand million", "the number that is represented as a one followed by 9 zeros"]]}, {"answer": "binding", "hint": "synonyms for binding", "clues": [["back", "the protective covering on the front, back, and spine of a book"], ["book binding", "the protective covering on the front, back, and spine of a book"], ["dressing", "the act of applying a bandage"], ["ski binding", "one of a pair of mechanical devices that are attached to a ski and that will grip a ski boot; the bindings should release in case of a fall"], ["cover", "the protective covering on the front, back, and spine of a book"], ["bandaging", "the act of applying a bandage"]]}, {"answer": "biquadratic", "hint": "synonyms for biquadratic", "clues": [["quartic polynomial", "a polynomial of the fourth degree"], ["fourth power", "an algebraic equation of the fourth degree"], ["biquadrate", "an algebraic equation of the fourth degree"], ["biquadratic equation", "an equation of the fourth degree"], ["quartic", "an algebraic equation of the fourth degree"]]}, {"answer": "blank", "hint": "synonyms for blank", "clues": [["lacuna", "a blank gap or missing part"], ["blank shell", "a cartridge containing an explosive charge but no bullet"], ["space", "a blank character used to separate successive words in writing or printing"], ["dummy", "a cartridge containing an explosive charge but no bullet"]]}, {"answer": "blaring", "hint": "synonyms for blaring", "clues": [["blare", "a loud harsh or strident noise"], ["din", "a loud harsh or strident noise"], ["cacophony", "a loud harsh or strident noise"], ["clamor", "a loud harsh or strident noise"]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["winking", "a reflex that closes and opens the eyes rapidly"], ["nictation", "a reflex that closes and opens the eyes rapidly"], ["blink", "a reflex that closes and opens the eyes rapidly"], ["eye blink", "a reflex that closes and opens the eyes rapidly"]]}, {"answer": "blue", "hint": "synonyms for blue", "clues": [["blue air", "the sky as viewed during daylight"], ["wild blue yonder", "the sky as viewed during daylight"], ["blueing", "used to whiten laundry or hair or give it a bluish tinge"], ["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blueness", "blue color or pigment; resembling the color of the clear sky in the daytime"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue sky", "the sky as viewed during daylight"]]}, {"answer": "bone", "hint": "synonyms for bone", "clues": [["ivory", "a shade of white the color of bleached bones"], ["pearl", "a shade of white the color of bleached bones"], ["osseous tissue", "the porous calcified substance from which bones are made"], ["off-white", "a shade of white the color of bleached bones"]]}, {"answer": "borderline", "hint": "synonyms for borderline", "clues": [["delimitation", "a line that indicates a boundary"], ["border", "a line that indicates a boundary"], ["boundary line", "a line that indicates a boundary"], ["mete", "a line that indicates a boundary"]]}, {"answer": "bottom", "hint": "synonyms for bottom", "clues": [["bottom of the inning", "the second half of an inning; while the home team is at bat"], ["freighter", "a cargo ship"], ["underside", "the lower side of anything"], ["bottomland", "low-lying alluvial land near a river"], ["merchant ship", "a cargo ship"], ["merchantman", "a cargo ship"], ["bed", "a depression forming the ground under a body of water"], ["undersurface", "the lower side of anything"]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["bounce", "a light, self-propelled movement upwards or forwards"], ["bounds", "the line or plane indicating the limit or extent of something"], ["leap", "a light, self-propelled movement upwards or forwards"], ["spring", "a light, self-propelled movement upwards or forwards"], ["boundary", "the line or plane indicating the limit or extent of something"], ["limit", "the greatest possible degree of something"], ["saltation", "a light, self-propelled movement upwards or forwards"], ["edge", "a line determining the limits of an area"]]}, {"answer": "brag", "hint": "synonyms for brag", "clues": [["line-shooting", "an instance of boastful talk"], ["gasconade", "an instance of boastful talk"], ["crowing", "an instance of boastful talk"], ["vaporing", "an instance of boastful talk"], ["bragging", "an instance of boastful talk"]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["line-shooting", "an instance of boastful talk"], ["gasconade", "an instance of boastful talk"], ["crowing", "an instance of boastful talk"], ["vaporing", "an instance of boastful talk"], ["brag", "an instance of boastful talk"]]}, {"answer": "breeding", "hint": "synonyms for breeding", "clues": [["bringing up", "helping someone grow up to be an accepted member of the community"], ["education", "the result of good upbringing (especially knowledge of correct social behavior)"], ["rearing", "helping someone grow up to be an accepted member of the community"], ["gentility", "elegance by virtue of fineness of manner and expression"], ["procreation", "the sexual activity of conceiving and bearing offspring"], ["genteelness", "elegance by virtue of fineness of manner and expression"], ["training", "the result of good upbringing (especially knowledge of correct social behavior)"], ["upbringing", "helping someone grow up to be an accepted member of the community"], ["raising", "helping someone grow up to be an accepted member of the community"], ["reproduction", "the sexual activity of conceiving and bearing offspring"], ["facts of life", "the sexual activity of conceiving and bearing offspring"], ["fosterage", "helping someone grow up to be an accepted member of the community"], ["nurture", "helping someone grow up to be an accepted member of the community"], ["fostering", "helping someone grow up to be an accepted member of the community"]]}, {"answer": "broadside", "hint": "synonyms for broadside", "clues": [["philippic", "a speech of violent denunciation"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["tirade", "a speech of violent denunciation"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "brute", "hint": "synonyms for brute", "clues": [["beast", "a living organism characterized by voluntary movement"], ["animate being", "a living organism characterized by voluntary movement"], ["animal", "a living organism characterized by voluntary movement"], ["fauna", "a living organism characterized by voluntary movement"], ["creature", "a living organism characterized by voluntary movement"]]}, {"answer": "buff", "hint": "synonyms for buff", "clues": [["caramel", "a medium to dark tan color"], ["caramel brown", "a medium to dark tan color"], ["yellowish brown", "a medium to dark tan color"], ["raw sienna", "a medium to dark tan color"], ["buffer", "an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)"]]}, {"answer": "burlesque", "hint": "synonyms for burlesque", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "bust", "hint": "synonyms for bust", "clues": [["bout", "an occasion for excessive eating or drinking"], ["flop", "a complete failure"], ["binge", "an occasion for excessive eating or drinking"], ["tear", "an occasion for excessive eating or drinking"], ["fizzle", "a complete failure"]]}, {"answer": "c", "hint": "synonyms for c", "clues": [["ampere-second", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second"], ["hundred", "ten 10s"], ["vitamin C", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy"], ["deoxycytidine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)"], ["century", "ten 10s"], ["coulomb", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second"], ["snow", "street names for cocaine"], ["coke", "street names for cocaine"], ["blow", "street names for cocaine"], ["light speed", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second"], ["nose candy", "street names for cocaine"], ["degree Celsius", "a degree on the centigrade scale of temperature"], ["speed of light", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second"], ["100", "ten 10s"], ["degree centigrade", "a degree on the centigrade scale of temperature"], ["cytosine", "a base found in DNA and RNA and derived from pyrimidine; pairs with guanine"], ["carbon", "an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds"], ["atomic number 6", "an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds"], ["one C", "ten 10s"], ["ascorbic acid", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy"]]}, {"answer": "caesarean", "hint": "synonyms for caesarean", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "caesarian", "hint": "synonyms for caesarian", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "calm", "hint": "synonyms for calm", "clues": [["equanimity", "steadiness of mind under stress"], ["composure", "steadiness of mind under stress"], ["calmness", "steadiness of mind under stress"], ["calm air", "wind moving at less than 1 knot; 0 on the Beaufort scale"]]}, {"answer": "camp", "hint": "synonyms for camp", "clues": [["clique", "an exclusive circle of people with a common purpose"], ["encampment", "temporary living quarters specially built by the army for soldiers"], ["pack", "an exclusive circle of people with a common purpose"], ["summer camp", "a site where care and activities are provided for children during the summer months"], ["inner circle", "an exclusive circle of people with a common purpose"], ["bivouac", "temporary living quarters specially built by the army for soldiers"], ["ingroup", "an exclusive circle of people with a common purpose"], ["coterie", "an exclusive circle of people with a common purpose"], ["cantonment", "temporary living quarters specially built by the army for soldiers"], ["refugee camp", "shelter for persons displaced by war or political oppression or for religious beliefs"]]}, {"answer": "capital", "hint": "synonyms for capital", "clues": [["working capital", "assets available for use in the production of further assets"], ["cap", "the upper part of a column that supports the entablature"], ["chapiter", "the upper part of a column that supports the entablature"], ["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"]]}, {"answer": "caramel", "hint": "synonyms for caramel", "clues": [["buff", "a medium to dark tan color"], ["raw sienna", "a medium to dark tan color"], ["caramel brown", "a medium to dark tan color"], ["yellowish brown", "a medium to dark tan color"], ["caramelized sugar", "burnt sugar; used to color and flavor food"]]}, {"answer": "caramel_brown", "hint": "synonyms for caramel brown", "clues": [["yellowish brown", "a medium to dark tan color"], ["caramel", "a medium to dark tan color"], ["raw sienna", "a medium to dark tan color"], ["buff", "a medium to dark tan color"]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["spotting", "the act of detecting something; catching sight of something"], ["espial", "the act of detecting something; catching sight of something"], ["detection", "the act of detecting something; catching sight of something"], ["contracting", "becoming infected"], ["spying", "the act of detecting something; catching sight of something"]]}, {"answer": "cc", "hint": "synonyms for cc", "clues": [["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter"], ["ml", "a metric unit of volume equal to one thousandth of a liter"], ["milliliter", "a metric unit of volume equal to one thousandth of a liter"], ["mil", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "cd", "hint": "synonyms for cd", "clues": [["candela", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin"], ["standard candle", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin"], ["compact disk", "a digitally encoded recording on an optical disk that is smaller than a phonograph record; played back by a laser"], ["candle", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin"], ["cadmium", "a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores"], ["atomic number 48", "a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores"], ["certificate of deposit", "a debt instrument issued by a bank; usually pays interest"]]}, {"answer": "center", "hint": "synonyms for center", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["middle", "an area that is approximately central within some larger region"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["centerfield", "the piece of ground in the outfield directly ahead of the catcher"], ["centre", "a building dedicated to a particular activity"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "an area that is approximately central within some larger region"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["midpoint", "a point equidistant from the ends of a line or the extremities of a figure"], ["center of attention", "the object upon which interest and attention focuses"], ["shopping centre", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["eye", "an area that is approximately central within some larger region"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "cerulean", "hint": "synonyms for cerulean", "clues": [["azure", "a light shade of blue"], ["sapphire", "a light shade of blue"], ["lazuline", "a light shade of blue"], ["sky-blue", "a light shade of blue"]]}, {"answer": "cesarean", "hint": "synonyms for cesarean", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "cesarian", "hint": "synonyms for cesarian", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "chance", "hint": "synonyms for chance", "clues": [["fortune", "an unknown and unpredictable phenomenon that causes an event to result one way rather than another"], ["hazard", "an unknown and unpredictable phenomenon that causes an event to result one way rather than another"], ["probability", "a measure of how likely it is that some event will occur; a number expressing the ratio of favorable cases to the whole number of cases possible"], ["luck", "an unknown and unpredictable phenomenon that causes an event to result one way rather than another"]]}, {"answer": "charcoal", "hint": "synonyms for charcoal", "clues": [["fusain", "a stick of black carbon material used for drawing"], ["oxford grey", "a very dark grey color"], ["wood coal", "a carbonaceous material obtained by heating wood or other organic matter in the absence of air"], ["charcoal gray", "a very dark grey color"]]}, {"answer": "chic", "hint": "synonyms for chic", "clues": [["chicness", "elegance by virtue of being fashionable"], ["stylishness", "elegance by virtue of being fashionable"], ["last word", "elegance by virtue of being fashionable"], ["smartness", "elegance by virtue of being fashionable"], ["swank", "elegance by virtue of being fashionable"], ["chichi", "elegance by virtue of being fashionable"], ["modishness", "elegance by virtue of being fashionable"]]}, {"answer": "chichi", "hint": "synonyms for chichi", "clues": [["chicness", "elegance by virtue of being fashionable"], ["stylishness", "elegance by virtue of being fashionable"], ["last word", "elegance by virtue of being fashionable"], ["smartness", "elegance by virtue of being fashionable"], ["swank", "elegance by virtue of being fashionable"], ["modishness", "elegance by virtue of being fashionable"], ["chic", "elegance by virtue of being fashionable"]]}, {"answer": "choice", "hint": "synonyms for choice", "clues": [["option", "the act of choosing or selecting"], ["pick", "the act of choosing or selecting"], ["selection", "the person or thing chosen or selected"], ["alternative", "one of a number of things from which only one can be chosen"]]}, {"answer": "circular", "hint": "synonyms for circular", "clues": [["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "cleft", "hint": "synonyms for cleft", "clues": [["scissure", "a long narrow opening"], ["crevice", "a long narrow opening"], ["fissure", "a long narrow opening"], ["crack", "a long narrow opening"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["closing", "the last section of a communication"], ["stopping point", "the temporal end; the concluding time"], ["finale", "the temporal end; the concluding time"], ["finis", "the temporal end; the concluding time"], ["conclusion", "the last section of a communication"], ["end", "the last section of a communication"], ["last", "the temporal end; the concluding time"], ["closing curtain", "the concluding part of any performance"]]}, {"answer": "closing", "hint": "synonyms for closing", "clues": [["mop up", "a concluding action"], ["closedown", "termination of operations"], ["shutdown", "termination of operations"], ["closure", "termination of operations"], ["shutting", "the act of closing something"], ["conclusion", "the last section of a communication"], ["culmination", "a concluding action"], ["windup", "a concluding action"], ["end", "the last section of a communication"], ["close", "the last section of a communication"], ["completion", "a concluding action"]]}, {"answer": "cold", "hint": "synonyms for cold", "clues": [["frigidness", "the absence of heat"], ["coldness", "the absence of heat"], ["low temperature", "the absence of heat"], ["frigidity", "the absence of heat"]]}, {"answer": "color", "hint": "synonyms for color", "clues": [["coloration", "the timbre of a musical sound"], ["people of color", "a race with skin pigmentation different from the white race (especially Blacks)"], ["colour", "the timbre of a musical sound"], ["gloss", "an outward or token appearance or form that is deliberately misleading"], ["coloring material", "any material used for its color"], ["coloring", "a visual attribute of things that results from the light they emit or transmit or reflect"], ["vividness", "interest and variety and intensity"], ["semblance", "an outward or token appearance or form that is deliberately misleading"]]}, {"answer": "colour", "hint": "synonyms for colour", "clues": [["people of color", "a race with skin pigmentation different from the white race (especially Blacks)"], ["coloration", "the timbre of a musical sound"], ["gloss", "an outward or token appearance or form that is deliberately misleading"], ["coloring material", "any material used for its color"], ["color", "the timbre of a musical sound"], ["colouring", "a visual attribute of things that results from the light they emit or transmit or reflect"], ["vividness", "interest and variety and intensity"], ["semblance", "an outward or token appearance or form that is deliberately misleading"]]}, {"answer": "comestible", "hint": "synonyms for comestible", "clues": [["victual", "any substance that can be used as food"], ["eatable", "any substance that can be used as food"], ["edible", "any substance that can be used as food"], ["pabulum", "any substance that can be used as food"]]}, {"answer": "coming", "hint": "synonyms for coming", "clues": [["approach", "the act of drawing spatially closer to something"], ["advent", "arrival that has been awaited (especially of something momentous)"], ["sexual climax", "the moment of most intense pleasure in sexual intercourse"], ["climax", "the moment of most intense pleasure in sexual intercourse"], ["orgasm", "the moment of most intense pleasure in sexual intercourse"]]}, {"answer": "commonplace", "hint": "synonyms for commonplace", "clues": [["cliche", "a trite or obvious remark"], ["platitude", "a trite or obvious remark"], ["bromide", "a trite or obvious remark"], ["banality", "a trite or obvious remark"]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["powder compact", "a small cosmetics case with a mirror; to be carried in a woman's purse"], ["covenant", "a signed written agreement between two or more parties (nations) to perform some action"], ["compact car", "a small and economical car"], ["concordat", "a signed written agreement between two or more parties (nations) to perform some action"]]}, {"answer": "connective", "hint": "synonyms for connective", "clues": [["conjunction", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences"], ["conjunctive", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences"], ["connecter", "an instrumentality that connects"], ["connexion", "an instrumentality that connects"], ["continuative", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences"]]}, {"answer": "constituent", "hint": "synonyms for constituent", "clues": [["component", "an abstract part of something"], ["element", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system"], ["component part", "something determined in relation to something that includes it"], ["portion", "something determined in relation to something that includes it"], ["grammatical constituent", "(grammar) a word or phrase or clause forming part of a larger grammatical construction"], ["factor", "an abstract part of something"], ["ingredient", "an abstract part of something"], ["part", "something determined in relation to something that includes it"]]}, {"answer": "content", "hint": "synonyms for content", "clues": [["cognitive content", "the sum or range of what has been perceived, discovered, or learned"], ["message", "what a communication that is about something is about"], ["substance", "what a communication that is about something is about"], ["capacity", "the amount that can be contained"], ["depicted object", "something (a person or object or scene) selected by an artist or photographer for graphic representation"], ["subject", "something (a person or object or scene) selected by an artist or photographer for graphic representation"], ["subject matter", "what a communication that is about something is about"], ["mental object", "the sum or range of what has been perceived, discovered, or learned"]]}, {"answer": "contrabass", "hint": "synonyms for contrabass", "clues": [["bass fiddle", "largest and lowest member of the violin family"], ["string bass", "largest and lowest member of the violin family"], ["bull fiddle", "largest and lowest member of the violin family"], ["double bass", "largest and lowest member of the violin family"], ["bass viol", "largest and lowest member of the violin family"]]}, {"answer": "contraceptive", "hint": "synonyms for contraceptive", "clues": [["contraceptive device", "an agent or device intended to prevent conception"], ["prophylactic device", "an agent or device intended to prevent conception"], ["preventative", "an agent or device intended to prevent conception"], ["birth control device", "an agent or device intended to prevent conception"]]}, {"answer": "cool", "hint": "synonyms for cool", "clues": [["assuredness", "great coolness and composure under strain"], ["poise", "great coolness and composure under strain"], ["aplomb", "great coolness and composure under strain"], ["sang-froid", "great coolness and composure under strain"]]}, {"answer": "counter", "hint": "synonyms for counter", "clues": [["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)"], ["parry", "a return punch (especially by a boxer)"], ["return", "a quick reply to a question or remark (especially a witty or critical one)"], ["heel counter", "a piece of leather forming the back of a shoe or boot"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)"], ["sideboard", "a piece of furniture that stands at the side of a dining room; has shelves and drawers"], ["counterpunch", "a return punch (especially by a boxer)"], ["buffet", "a piece of furniture that stands at the side of a dining room; has shelves and drawers"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)"], ["tabulator", "a calculator that keeps a record of the number of times something happens"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)"]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["wisecrack", "witty remark"], ["fissure", "a long narrow opening"], ["snap", "a sudden sharp noise"], ["go", "a usually brief attempt"], ["scissure", "a long narrow opening"], ["pass", "a usually brief attempt"], ["chap", "a long narrow depression in a surface"], ["whirl", "a usually brief attempt"], ["crevice", "a long narrow opening"], ["cranny", "a long narrow depression in a surface"], ["quip", "witty remark"], ["crack cocaine", "a purified and potent form of cocaine that is smoked rather than snorted; highly addictive"], ["cracking", "a sudden sharp noise"], ["tornado", "a purified and potent form of cocaine that is smoked rather than snorted; highly addictive"], ["fling", "a usually brief attempt"], ["sally", "witty remark"], ["offer", "a usually brief attempt"], ["cleft", "a long narrow opening"], ["gap", "a narrow opening"], ["fracture", "the act of cracking something"]]}, {"answer": "crackers", "hint": "synonyms for crackers", "clues": [["snapper", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends"], ["cracker", "firework consisting of a small explosive charge and fuse in a heavy paper casing"], ["cracker bonbon", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends"], ["banger", "firework consisting of a small explosive charge and fuse in a heavy paper casing"], ["firecracker", "firework consisting of a small explosive charge and fuse in a heavy paper casing"]]}, {"answer": "crackle", "hint": "synonyms for crackle", "clues": [["crepitation", "the sharp sound of snapping noises"], ["crackleware", "glazed china with a network of fine cracks on the surface"], ["crackle china", "glazed china with a network of fine cracks on the surface"], ["crackling", "the sharp sound of snapping noises"]]}, {"answer": "crank", "hint": "synonyms for crank", "clues": [["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["starter", "a hand tool consisting of a rotating shaft with parallel handle"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["crisscross", "a marking that consists of lines that cross each other"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["mark", "a marking that consists of lines that cross each other"], ["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["crossing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"]]}, {"answer": "crowing", "hint": "synonyms for crowing", "clues": [["line-shooting", "an instance of boastful talk"], ["gasconade", "an instance of boastful talk"], ["vaporing", "an instance of boastful talk"], ["bragging", "an instance of boastful talk"], ["crow", "an instance of boastful talk"], ["brag", "an instance of boastful talk"]]}, {"answer": "crude", "hint": "synonyms for crude", "clues": [["oil", "a dark oil consisting mainly of hydrocarbons"], ["crude oil", "a dark oil consisting mainly of hydrocarbons"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons"], ["rock oil", "a dark oil consisting mainly of hydrocarbons"], ["petroleum", "a dark oil consisting mainly of hydrocarbons"]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["battle cry", "a slogan used to rally support for a cause"], ["cry", "a loud utterance; often in protest or opposition"], ["watchword", "a slogan used to rally support for a cause"], ["outcry", "a loud utterance; often in protest or opposition"], ["yell", "a loud utterance of emotion (especially when inarticulate)"], ["shout", "a loud utterance; often in protest or opposition"], ["call", "a loud utterance; often in protest or opposition"], ["war cry", "a slogan used to rally support for a cause"], ["rallying cry", "a slogan used to rally support for a cause"], ["tears", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)"], ["vociferation", "a loud utterance; often in protest or opposition"], ["weeping", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)"]]}, {"answer": "cunning", "hint": "synonyms for cunning", "clues": [["craft", "shrewdness as demonstrated by being skilled in deception"], ["slyness", "shrewdness as demonstrated by being skilled in deception"], ["guile", "shrewdness as demonstrated by being skilled in deception"], ["wiliness", "shrewdness as demonstrated by being skilled in deception"], ["foxiness", "shrewdness as demonstrated by being skilled in deception"], ["craftiness", "shrewdness as demonstrated by being skilled in deception"]]}, {"answer": "custom", "hint": "synonyms for custom", "clues": [["impost", "money collected under a tariff"], ["tradition", "a specific practice of long standing"], ["usance", "accepted or habitual practice"], ["customs duty", "money collected under a tariff"], ["usage", "accepted or habitual practice"], ["customs", "money collected under a tariff"]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["excision", "the omission that is made when an editorial change shortens a written passage"], ["cold shoulder", "a refusal to recognize someone you know"], ["swing", "in baseball; a batter's attempt to hit a pitched ball"], ["cutting off", "the act of shortening something by chopping off the ends"], ["gash", "a trench resembling a furrow that was made by erosion or excavation"], ["baseball swing", "in baseball; a batter's attempt to hit a pitched ball"], ["cutting", "the division of a deck of cards before dealing"], ["track", "a distinct selection of music from a recording or a compact disc"], ["undercut", "(sports) a stroke that puts reverse spin on the ball"], ["snub", "a refusal to recognize someone you know"], ["stinger", "a remark capable of wounding mentally"], ["deletion", "the omission that is made when an editorial change shortens a written passage"], ["cut of meat", "a piece of meat that has been cut from an animal carcass"]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["press clipping", "an excerpt cut from a newspaper or magazine"], ["cut", "the act of shortening something by chopping off the ends"], ["press cutting", "an excerpt cut from a newspaper or magazine"], ["cutting off", "the act of shortening something by chopping off the ends"], ["carving", "removing parts from hard material to create a desired pattern or shape"], ["clipping", "an excerpt cut from a newspaper or magazine"], ["thinning", "the act of diluting something"], ["newspaper clipping", "an excerpt cut from a newspaper or magazine"], ["film editing", "the activity of selecting the scenes to be shown and putting them together to create a film"]]}, {"answer": "d", "hint": "synonyms for d", "clues": [["vitamin D", "a fat-soluble vitamin that prevents rickets"], ["cholecalciferol", "a fat-soluble vitamin that prevents rickets"], ["calciferol", "a fat-soluble vitamin that prevents rickets"], ["500", "the cardinal number that is the product of one hundred and five"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets"], ["viosterol", "a fat-soluble vitamin that prevents rickets"], ["five hundred", "the cardinal number that is the product of one hundred and five"]]}, {"answer": "dainty", "hint": "synonyms for dainty", "clues": [["goody", "something considered choice to eat"], ["treat", "something considered choice to eat"], ["kickshaw", "something considered choice to eat"], ["delicacy", "something considered choice to eat"]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["tinker's damn", "something of little value"], ["shucks", "something of little value"], ["darn", "something of little value"], ["red cent", "something of little value"], ["shit", "something of little value"], ["hoot", "something of little value"]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["dare", "a challenge to do something dangerous or foolhardy"], ["boldness", "the trait of being willing to undertake things that involve risk or danger"], ["hardiness", "the trait of being willing to undertake things that involve risk or danger"], ["hardihood", "the trait of being willing to undertake things that involve risk or danger"]]}, {"answer": "dark", "hint": "synonyms for dark", "clues": [["darkness", "an unilluminated area"], ["shadow", "an unilluminated area"], ["nighttime", "the time after sunset and before sunrise while it is dark outside"], ["night", "the time after sunset and before sunrise while it is dark outside"]]}, {"answer": "declarative", "hint": "synonyms for declarative", "clues": [["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"]]}, {"answer": "derivative", "hint": "synonyms for derivative", "clues": [["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["derivative instrument", "a financial instrument whose value is based on another security"], ["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"]]}, {"answer": "determinant", "hint": "synonyms for determinant", "clues": [["determining factor", "a determining or causal element or factor"], ["determiner", "a determining or causal element or factor"], ["epitope", "the site on the surface of an antigen molecule to which an antibody attaches itself"], ["causal factor", "a determining or causal element or factor"], ["determinative", "a determining or causal element or factor"], ["antigenic determinant", "the site on the surface of an antigen molecule to which an antibody attaches itself"]]}, {"answer": "determinative", "hint": "synonyms for determinative", "clues": [["determining factor", "a determining or causal element or factor"], ["determiner", "a determining or causal element or factor"], ["determinant", "a determining or causal element or factor"], ["causal factor", "a determining or causal element or factor"]]}, {"answer": "deterrent", "hint": "synonyms for deterrent", "clues": [["hinderance", "something immaterial that interferes with or delays action or progress"], ["check", "something immaterial that interferes with or delays action or progress"], ["balk", "something immaterial that interferes with or delays action or progress"], ["impediment", "something immaterial that interferes with or delays action or progress"], ["handicap", "something immaterial that interferes with or delays action or progress"]]}, {"answer": "diagonal", "hint": "synonyms for diagonal", "clues": [["separatrix", "a punctuation mark (/) used to separate related items of information"], ["slash", "a punctuation mark (/) used to separate related items of information"], ["virgule", "a punctuation mark (/) used to separate related items of information"], ["stroke", "a punctuation mark (/) used to separate related items of information"], ["bias", "a line or cut across a fabric that is not at right angles to a side of the fabric"], ["solidus", "a punctuation mark (/) used to separate related items of information"]]}, {"answer": "dickey", "hint": "synonyms for dickey", "clues": [["dickie-seat", "a small third seat in the back of an old-fashioned two-seater"], ["shirtfront", "a man's detachable insert (usually starched) to simulate the front of a shirt"], ["dicky", "a man's detachable insert (usually starched) to simulate the front of a shirt"], ["dickie", "a man's detachable insert (usually starched) to simulate the front of a shirt"]]}, {"answer": "dicky", "hint": "synonyms for dicky", "clues": [["dickey", "a man's detachable insert (usually starched) to simulate the front of a shirt"], ["dickie-seat", "a small third seat in the back of an old-fashioned two-seater"], ["shirtfront", "a man's detachable insert (usually starched) to simulate the front of a shirt"], ["dickie", "a man's detachable insert (usually starched) to simulate the front of a shirt"]]}, {"answer": "differential", "hint": "synonyms for differential", "clues": [["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential gear", "a bevel gear that permits rotation of two shafts at different speeds; used on the rear axle of automobiles to allow wheels to rotate at different speeds on curves"], ["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"]]}, {"answer": "dirt", "hint": "synonyms for dirt", "clues": [["shite", "obscene terms for feces"], ["poop", "obscene terms for feces"], ["crap", "obscene terms for feces"], ["turd", "obscene terms for feces"], ["malicious gossip", "disgraceful gossip about the private lives of other people"], ["scandal", "disgraceful gossip about the private lives of other people"], ["soil", "the part of the earth's surface consisting of humus and disintegrated rock"]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["two-baser", "a base hit on which the batter stops safely at second base"], ["two-bagger", "a base hit on which the batter stops safely at second base"], ["two-base hit", "a base hit on which the batter stops safely at second base"], ["doubling", "raising the stakes in a card game by a factor of 2"]]}, {"answer": "dress", "hint": "synonyms for dress", "clues": [["wearing apparel", "clothing in general"], ["clothes", "clothing in general"], ["attire", "clothing of a distinctive style or for a particular occasion"], ["apparel", "clothing in general"], ["frock", "a one-piece garment for a woman; has skirt and bodice"], ["garb", "clothing of a distinctive style or for a particular occasion"]]}, {"answer": "eager", "hint": "synonyms for eager", "clues": [["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"]]}, {"answer": "eatable", "hint": "synonyms for eatable", "clues": [["victual", "any substance that can be used as food"], ["comestible", "any substance that can be used as food"], ["edible", "any substance that can be used as food"], ["pabulum", "any substance that can be used as food"]]}, {"answer": "ebony", "hint": "synonyms for ebony", "clues": [["sable", "a very dark black"], ["jet black", "a very dark black"], ["soot black", "a very dark black"], ["pitch black", "a very dark black"], ["coal black", "a very dark black"]]}, {"answer": "edible", "hint": "synonyms for edible", "clues": [["victual", "any substance that can be used as food"], ["comestible", "any substance that can be used as food"], ["eatable", "any substance that can be used as food"], ["pabulum", "any substance that can be used as food"]]}, {"answer": "eight", "hint": "synonyms for eight", "clues": [["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["octad", "the cardinal number that is the sum of seven and one"], ["eight-spot", "one of four playing cards in a deck with eight pips on the face"], ["octonary", "the cardinal number that is the sum of seven and one"], ["8", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"]]}, {"answer": "empyrean", "hint": "synonyms for empyrean", "clues": [["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"]]}, {"answer": "essential", "hint": "synonyms for essential", "clues": [["necessity", "anything indispensable"], ["necessary", "anything indispensable"], ["requisite", "anything indispensable"], ["requirement", "anything indispensable"]]}, {"answer": "evil", "hint": "synonyms for evil", "clues": [["evilness", "the quality of being morally wrong in principle or practice"], ["immorality", "morally objectionable behavior"], ["iniquity", "morally objectionable behavior"], ["wickedness", "morally objectionable behavior"]]}, {"answer": "excess", "hint": "synonyms for excess", "clues": [["overindulgence", "excessive indulgence"], ["surplus", "a quantity much larger than is needed"], ["surplusage", "a quantity much larger than is needed"], ["inordinateness", "immoderation as a consequence of going beyond sufficient or permitted limits"], ["excessiveness", "immoderation as a consequence of going beyond sufficient or permitted limits"], ["nimiety", "a quantity much larger than is needed"]]}, {"answer": "fancy", "hint": "synonyms for fancy", "clues": [["illusion", "something many people believe that is false"], ["fondness", "a predisposition to like something"], ["fantasy", "something many people believe that is false"], ["phantasy", "something many people believe that is false"], ["partiality", "a predisposition to like something"]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["get-go", "the time at which something is supposed to begin"], ["showtime", "the time at which something is supposed to begin"], ["offset", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["low", "the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving"], ["beginning", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["first base", "the fielding position of the player on a baseball team who is stationed at first of the bases in the infield (counting counterclockwise from home plate)"], ["first-class honours degree", "an honours degree of the highest class"], ["outset", "the time at which something is supposed to begin"], ["low gear", "the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving"], ["first gear", "the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving"], ["number 1", "the first element in a countable series"], ["number one", "the first element in a countable series"], ["commencement", "the time at which something is supposed to begin"]]}, {"answer": "fitting", "hint": "synonyms for fitting", "clues": [["appointment", "(usually plural) furnishings and equipment (especially for a ship or hotel)"], ["try-on", "putting clothes on to see whether they fit"], ["trying on", "putting clothes on to see whether they fit"], ["adjustment", "making or becoming suitable; adjusting to circumstances"], ["accommodation", "making or becoming suitable; adjusting to circumstances"]]}, {"answer": "five", "hint": "synonyms for five", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["basketball team", "a team that plays basketball"], ["five-spot", "a playing card or a domino or a die whose upward face shows five pips"]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph"], ["flare", "a burst of light used to communicate or illuminate"], ["flash lamp", "a lamp for providing momentary light to take a photograph"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["photoflash", "a lamp for providing momentary light to take a photograph"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["fanfare", "a gaudy outward display"], ["news bulletin", "a short news announcement concerning some on-going news story"], ["newsflash", "a short news announcement concerning some on-going news story"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["newsbreak", "a short news announcement concerning some on-going news story"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flashgun", "a lamp for providing momentary light to take a photograph"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flashing", "a short vivid experience"], ["ostentation", "a gaudy outward display"]]}, {"answer": "flat", "hint": "synonyms for flat", "clues": [["flatcar", "freight car without permanent sides or roof"], ["apartment", "a suite of rooms usually on one floor of an apartment house"], ["flatbed", "freight car without permanent sides or roof"], ["flat tire", "a deflated pneumatic tire"]]}, {"answer": "flip", "hint": "synonyms for flip", "clues": [["toss", "the act of flipping a coin"], ["pass", "(sports) the act of throwing the ball to another member of your team"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"]]}, {"answer": "flowering", "hint": "synonyms for flowering", "clues": [["unfolding", "a developmental process"], ["blossoming", "the time and process of budding and unfolding of blossoms"], ["efflorescence", "the time and process of budding and unfolding of blossoms"], ["anthesis", "the time and process of budding and unfolding of blossoms"], ["inflorescence", "the time and process of budding and unfolding of blossoms"]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["bloom", "the period of greatest prosperity or productivity"], ["boot", "the swift release of a store of affective force"], ["efflorescence", "the period of greatest prosperity or productivity"], ["rush", "the swift release of a store of affective force"], ["blush", "sudden reddening of the face (as from embarrassment or guilt or shame or modesty)"], ["heyday", "the period of greatest prosperity or productivity"], ["peak", "the period of greatest prosperity or productivity"], ["gush", "a sudden rapid flow (as of water)"], ["bang", "the swift release of a store of affective force"], ["charge", "the swift release of a store of affective force"], ["prime", "the period of greatest prosperity or productivity"], ["kick", "the swift release of a store of affective force"], ["flower", "the period of greatest prosperity or productivity"], ["thrill", "the swift release of a store of affective force"], ["blossom", "the period of greatest prosperity or productivity"], ["outpouring", "a sudden rapid flow (as of water)"]]}, {"answer": "fly", "hint": "synonyms for fly", "clues": [["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly front", "an opening in a garment that is closed by a zipper or by buttons concealed under a fold of cloth"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly ball", "(baseball) a hit that flies up in the air"]]}, {"answer": "following", "hint": "synonyms for following", "clues": [["pursual", "the act of pursuing in an effort to overtake or capture"], ["followers", "a group of followers or enthusiasts"], ["chase", "the act of pursuing in an effort to overtake or capture"], ["pursuit", "the act of pursuing in an effort to overtake or capture"]]}, {"answer": "formal", "hint": "synonyms for formal", "clues": [["ball", "a lavish dance requiring formal attire"], ["evening gown", "a gown for evening wear"], ["dinner gown", "a gown for evening wear"], ["dinner dress", "a gown for evening wear"]]}, {"answer": "forte", "hint": "synonyms for forte", "clues": [["strong point", "an asset of special worth or utility"], ["strong suit", "an asset of special worth or utility"], ["speciality", "an asset of special worth or utility"], ["strength", "an asset of special worth or utility"], ["long suit", "an asset of special worth or utility"], ["fortissimo", "(music) loud"], ["metier", "an asset of special worth or utility"]]}, {"answer": "four", "hint": "synonyms for four", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["four-spot", "a playing card or domino or die whose upward face shows four pips"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "fourth", "hint": "synonyms for fourth", "clues": [["fourth part", "one of four equal parts"], ["one-fourth", "one of four equal parts"], ["quartern", "one of four equal parts"], ["one-quarter", "one of four equal parts"], ["twenty-five percent", "one of four equal parts"]]}, {"answer": "frank", "hint": "synonyms for frank", "clues": [["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["hotdog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "front", "hint": "synonyms for front", "clues": [["battlefront", "the line along which opposing armies face each other"], ["front line", "the line along which opposing armies face each other"], ["forepart", "the side that is forward or prominent"], ["movement", "a group of people with a common ideology who try together to achieve certain general goals"], ["presence", "the immediate proximity of someone or something"], ["social movement", "a group of people with a common ideology who try together to achieve certain general goals"], ["front end", "the side that is forward or prominent"]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["fuck", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "future", "hint": "synonyms for future", "clues": [["futurity", "the time yet to come"], ["hereafter", "the time yet to come"], ["future tense", "a verb tense that expresses actions or states in the future"], ["time to come", "the time yet to come"]]}, {"answer": "gimcrack", "hint": "synonyms for gimcrack", "clues": [["trumpery", "ornamental objects of no great value"], ["gimcrackery", "ornamental objects of no great value"], ["nonsense", "ornamental objects of no great value"], ["falderol", "ornamental objects of no great value"], ["frill", "ornamental objects of no great value"], ["folderal", "ornamental objects of no great value"]]}, {"answer": "ginger", "hint": "synonyms for ginger", "clues": [["pep", "liveliness and energy"], ["gingerroot", "pungent rhizome of the common ginger plant; used fresh as a seasoning especially in Asian cookery"], ["peppiness", "liveliness and energy"], ["powdered ginger", "dried ground gingerroot"]]}, {"answer": "gleaming", "hint": "synonyms for gleaming", "clues": [["glimmer", "a flash of light (especially reflected light)"], ["gleam", "an appearance of reflected light"], ["lambency", "an appearance of reflected light"], ["glow", "an appearance of reflected light"]]}, {"answer": "go", "hint": "synonyms for go", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine"], ["fling", "a usually brief attempt"], ["crack", "a usually brief attempt"], ["go game", "a board game for two players who place counters on a grid; the object is to surround and so capture the opponent's counters"], ["offer", "a usually brief attempt"], ["spell", "a time for working (after which you will be relieved by someone else)"], ["tour", "a time for working (after which you will be relieved by someone else)"], ["cristal", "street names for methylenedioxymethamphetamine"], ["pass", "a usually brief attempt"], ["turn", "a time for working (after which you will be relieved by someone else)"], ["whirl", "a usually brief attempt"], ["hug drug", "street names for methylenedioxymethamphetamine"], ["ecstasy", "street names for methylenedioxymethamphetamine"]]}, {"answer": "going", "hint": "synonyms for going", "clues": [["exit", "euphemistic expressions for death"], ["passing", "euphemistic expressions for death"], ["sledding", "advancing toward a goal"], ["leaving", "the act of departing"], ["loss", "euphemistic expressions for death"], ["departure", "the act of departing"], ["expiration", "euphemistic expressions for death"], ["release", "euphemistic expressions for death"], ["going away", "the act of departing"]]}, {"answer": "governing", "hint": "synonyms for governing", "clues": [["governance", "the act of governing; exercising authority"], ["government", "the act of governing; exercising authority"], ["administration", "the act of governing; exercising authority"], ["government activity", "the act of governing; exercising authority"]]}, {"answer": "grand", "hint": "synonyms for grand", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["yard", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["grand piano", "a piano with the strings on a horizontal harp-shaped frame; usually supported by three legs"], ["thousand", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["1000", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "green", "hint": "synonyms for green", "clues": [["viridity", "green color or pigment; resembling the color of growing grass"], ["greenness", "green color or pigment; resembling the color of growing grass"], ["cat valium", "street names for ketamine"], ["putting surface", "an area of closely cropped grass surrounding the hole on a golf course"], ["jet", "street names for ketamine"], ["leafy vegetable", "any of various leafy plants or their leaves and stems eaten as vegetables"], ["honey oil", "street names for ketamine"], ["special K", "street names for ketamine"], ["commons", "a piece of open land for recreational use in an urban area"], ["park", "a piece of open land for recreational use in an urban area"], ["putting green", "an area of closely cropped grass surrounding the hole on a golf course"], ["greens", "any of various leafy plants or their leaves and stems eaten as vegetables"], ["super C", "street names for ketamine"], ["super acid", "street names for ketamine"]]}, {"answer": "growing", "hint": "synonyms for growing", "clues": [["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"]]}, {"answer": "grumbling", "hint": "synonyms for grumbling", "clues": [["mutter", "a complaint uttered in a low and indistinct tone"], ["grumble", "a loud low dull continuous noise"], ["murmuring", "a complaint uttered in a low and indistinct tone"], ["rumbling", "a loud low dull continuous noise"]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["handle", "the appendage to an object that is designed to be held in order to use or move it"], ["handgrip", "the appendage to an object that is designed to be held in order to use or move it"], ["grip", "the appendage to an object that is designed to be held in order to use or move it"], ["hold", "the appendage to an object that is designed to be held in order to use or move it"]]}, {"answer": "hearing", "hint": "synonyms for hearing", "clues": [["auditory sense", "the ability to hear; the auditory faculty"], ["sense of hearing", "the ability to hear; the auditory faculty"], ["earreach", "the range within which a voice can be heard"], ["auditory modality", "the ability to hear; the auditory faculty"], ["audition", "the ability to hear; the auditory faculty"], ["listening", "the act of hearing attentively"], ["earshot", "the range within which a voice can be heard"]]}, {"answer": "high", "hint": "synonyms for high", "clues": [["high gear", "a forward gear with a gear ratio that gives the greatest vehicle velocity for a given engine speed"], ["heights", "a high place"], ["senior high", "a public secondary school usually including grades 9 through 12"], ["high school", "a public secondary school usually including grades 9 through 12"], ["senior high school", "a public secondary school usually including grades 9 through 12"]]}, {"answer": "home", "hint": "synonyms for home", "clues": [["domicile", "housing that someone is living in"], ["home plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["place", "where you live at a particular time"], ["habitation", "housing that someone is living in"], ["dwelling", "housing that someone is living in"], ["abode", "housing that someone is living in"], ["family", "a social unit living together"], ["home base", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["house", "a social unit living together"], ["nursing home", "an institution where people are cared for"], ["household", "a social unit living together"], ["plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["dwelling house", "housing that someone is living in"], ["rest home", "an institution where people are cared for"], ["menage", "a social unit living together"], ["base", "the place where you are stationed and from which missions start and end"]]}, {"answer": "hurt", "hint": "synonyms for hurt", "clues": [["suffering", "psychological suffering"], ["distress", "psychological suffering"], ["damage", "the act of damaging something or someone"], ["scathe", "the act of damaging something or someone"], ["harm", "the act of damaging something or someone"], ["detriment", "a damage or loss"]]}, {"answer": "i", "hint": "synonyms for i", "clues": [["atomic number 53", "a nonmetallic element belonging to the halogens; used especially in medicine and photography and in dyes; occurs naturally only in combination in small quantities (as in sea water or rocks)"], ["iodine", "a nonmetallic element belonging to the halogens; used especially in medicine and photography and in dyes; occurs naturally only in combination in small quantities (as in sea water or rocks)"], ["single", "the smallest whole number or a numeral representing this number"], ["1", "the smallest whole number or a numeral representing this number"], ["ace", "the smallest whole number or a numeral representing this number"], ["one", "the smallest whole number or a numeral representing this number"], ["unity", "the smallest whole number or a numeral representing this number"]]}, {"answer": "iii", "hint": "synonyms for iii", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "immunosuppressive", "hint": "synonyms for immunosuppressive", "clues": [["immune suppressant drug", "a drug that lowers the body's normal immune response"], ["immunosuppressant", "a drug that lowers the body's normal immune response"], ["immunosuppressor", "a drug that lowers the body's normal immune response"], ["immunosuppressive drug", "a drug that lowers the body's normal immune response"]]}, {"answer": "imperfect", "hint": "synonyms for imperfect", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going"], ["progressive", "a tense of verbs used in describing action that is on-going"], ["continuous tense", "a tense of verbs used in describing action that is on-going"], ["progressive tense", "a tense of verbs used in describing action that is on-going"]]}, {"answer": "incoming", "hint": "synonyms for incoming", "clues": [["entering", "the act of entering"], ["entry", "the act of entering"], ["ingress", "the act of entering"], ["entrance", "the act of entering"]]}, {"answer": "indicative", "hint": "synonyms for indicative", "clues": [["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"]]}, {"answer": "individual", "hint": "synonyms for individual", "clues": [["somebody", "a human being"], ["person", "a human being"], ["someone", "a human being"], ["soul", "a human being"], ["mortal", "a human being"]]}, {"answer": "infrared", "hint": "synonyms for infrared", "clues": [["infrared light", "electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves"], ["infrared radiation", "electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves"], ["infrared frequency", "the infrared region of the electromagnetic spectrum; electromagnetic wave frequencies below the visible range"], ["infrared emission", "electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves"]]}, {"answer": "initiative", "hint": "synonyms for initiative", "clues": [["go-ahead", "readiness to embark on bold new ventures"], ["enterprise", "readiness to embark on bold new ventures"], ["first step", "the first of a series of actions"], ["opening", "the first of a series of actions"], ["enterprisingness", "readiness to embark on bold new ventures"], ["opening move", "the first of a series of actions"]]}, {"answer": "instant", "hint": "synonyms for instant", "clues": [["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["minute", "a particular point in time"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["moment", "a particular point in time"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["second", "a particular point in time"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "intent", "hint": "synonyms for intent", "clues": [["spirit", "the intended meaning of a communication"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions"], ["aim", "an anticipated outcome that is intended or that guides your planned actions"], ["intention", "an anticipated outcome that is intended or that guides your planned actions"], ["design", "an anticipated outcome that is intended or that guides your planned actions"], ["purport", "the intended meaning of a communication"]]}, {"answer": "interrogative", "hint": "synonyms for interrogative", "clues": [["interrogation", "a sentence of inquiry that asks for a reply"], ["interrogative sentence", "a sentence of inquiry that asks for a reply"], ["question", "a sentence of inquiry that asks for a reply"], ["interrogative mood", "some linguists consider interrogative sentences to constitute a mood"]]}, {"answer": "intoxicant", "hint": "synonyms for intoxicant", "clues": [["alcoholic drink", "a liquor or brew containing alcohol as the active agent"], ["alcoholic beverage", "a liquor or brew containing alcohol as the active agent"], ["alcohol", "a liquor or brew containing alcohol as the active agent"], ["inebriant", "a liquor or brew containing alcohol as the active agent"]]}, {"answer": "iv", "hint": "synonyms for iv", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["intravenous feeding", "administration of nutrients through a vein"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "jet", "hint": "synonyms for jet", "clues": [["blue jet", "atmospheric discharges (lasting 10 msec) bursting from the tops of giant storm clouds in blue cones that widen as they flash upward"], ["cat valium", "street names for ketamine"], ["reverse lightning", "atmospheric discharges (lasting 10 msec) bursting from the tops of giant storm clouds in blue cones that widen as they flash upward"], ["spurt", "the occurrence of a sudden discharge (as of liquid)"], ["jet-propelled plane", "an airplane powered by one or more jet engines"], ["fountain", "an artificially produced flow of water"], ["squirt", "the occurrence of a sudden discharge (as of liquid)"], ["honey oil", "street names for ketamine"], ["special K", "street names for ketamine"], ["green", "street names for ketamine"], ["super C", "street names for ketamine"], ["jet plane", "an airplane powered by one or more jet engines"], ["spirt", "the occurrence of a sudden discharge (as of liquid)"], ["super acid", "street names for ketamine"]]}, {"answer": "joint", "hint": "synonyms for joint", "clues": [["join", "the shape or manner in which things come together and a connection is made"], ["stick", "marijuana leaves rolled into a cigarette for smoking"], ["roast", "a piece of meat roasted or for roasting and of a size for slicing into more than one portion"], ["juncture", "the shape or manner in which things come together and a connection is made"], ["junction", "the shape or manner in which things come together and a connection is made"], ["articulation", "the shape or manner in which things come together and a connection is made"], ["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking"], ["reefer", "marijuana leaves rolled into a cigarette for smoking"], ["spliff", "marijuana leaves rolled into a cigarette for smoking"]]}, {"answer": "k", "hint": "synonyms for k", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["atomic number 19", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite"], ["kibibyte", "a unit of information equal to 1024 bytes"], ["jet", "street names for ketamine"], ["kilobyte", "a unit of information equal to 1000 bytes"], ["honey oil", "street names for ketamine"], ["special K", "street names for ketamine"], ["yard", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["potassium", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite"], ["kelvin", "the basic unit of thermodynamic temperature adopted under the Systeme International d'Unites"], ["1000", "the cardinal number that is the product of 10 and 100"], ["green", "street names for ketamine"], ["kB", "a unit of information equal to 1000 bytes"], ["cat valium", "street names for ketamine"], ["grand", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["super C", "street names for ketamine"], ["thousand", "the cardinal number that is the product of 10 and 100"], ["super acid", "street names for ketamine"]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["cay", "a coral reef off the southern coast of Florida"], ["keystone", "the central building block at the top of an arch or vault"], ["tonality", "any of 24 major or minor diatonic scales that provide the tonal framework for a piece of music"], ["winder", "mechanical device used to wind another device that is driven by a spring (as a clock)"], ["headstone", "the central building block at the top of an arch or vault"], ["paint", "(basketball) a space (including the foul line) in front of the basket at each end of a basketball court; usually painted a different color from the rest of the court"]]}, {"answer": "killing", "hint": "synonyms for killing", "clues": [["violent death", "an event that causes someone to die"], ["cleanup", "a very large profit"], ["putting to death", "the act of terminating a life"], ["kill", "the act of terminating a life"]]}, {"answer": "kin", "hint": "synonyms for kin", "clues": [["kin group", "group of people related by blood or marriage"], ["tribe", "group of people related by blood or marriage"], ["clan", "group of people related by blood or marriage"], ["kinship group", "group of people related by blood or marriage"], ["kindred", "group of people related by blood or marriage"]]}, {"answer": "kindred", "hint": "synonyms for kindred", "clues": [["kin", "group of people related by blood or marriage"], ["kin group", "group of people related by blood or marriage"], ["tribe", "group of people related by blood or marriage"], ["clan", "group of people related by blood or marriage"], ["kinship group", "group of people related by blood or marriage"]]}, {"answer": "l", "hint": "synonyms for l", "clues": [["liter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["fifty", "the cardinal number that is the product of ten and five"], ["lambert", "a cgs unit of illumination equal to the brightness of a perfectly diffusing surface that emits or reflects one lumen per square centimeter"], ["litre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["cubic decimeter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["50", "the cardinal number that is the product of ten and five"]]}, {"answer": "lashing", "hint": "synonyms for lashing", "clues": [["tanning", "beating with a whip or strap or rope as a form of punishment"], ["flagellation", "beating with a whip or strap or rope as a form of punishment"], ["whipping", "beating with a whip or strap or rope as a form of punishment"], ["flogging", "beating with a whip or strap or rope as a form of punishment"]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["final stage", "the concluding parts of an event or occurrence"], ["stopping point", "the temporal end; the concluding time"], ["finale", "the temporal end; the concluding time"], ["finis", "the temporal end; the concluding time"], ["close", "the temporal end; the concluding time"], ["cobbler's last", "holding device shaped like a human foot that is used to fashion or repair shoes"], ["death", "the time at which life ends; continuing until dead"], ["end", "the concluding parts of an event or occurrence"], ["conclusion", "the temporal end; the concluding time"], ["shoemaker's last", "holding device shaped like a human foot that is used to fashion or repair shoes"]]}, {"answer": "lean", "hint": "synonyms for lean", "clues": [["tilt", "the property possessed by a line or surface that departs from the vertical"], ["leaning", "the property possessed by a line or surface that departs from the vertical"], ["inclination", "the property possessed by a line or surface that departs from the vertical"], ["list", "the property possessed by a line or surface that departs from the vertical"]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["proclivity", "a natural inclination"], ["propensity", "an inclination to do something"], ["tilt", "the property possessed by a line or surface that departs from the vertical"], ["lean", "the property possessed by a line or surface that departs from the vertical"], ["list", "the property possessed by a line or surface that departs from the vertical"], ["inclination", "the property possessed by a line or surface that departs from the vertical"], ["tendency", "an inclination to do something"]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["story", "a structure consisting of a room or set of rooms at a single position along a vertical scale"], ["horizontal surface", "a flat surface at right angles to a plumb line"], ["grade", "a position on a scale of intensity or amount or quality"], ["layer", "an abstract place usually conceived as having depth"], ["spirit level", "indicator that establishes the horizontal when a bubble is centered in a tube of liquid"], ["floor", "a structure consisting of a room or set of rooms at a single position along a vertical scale"], ["stratum", "an abstract place usually conceived as having depth"], ["degree", "a position on a scale of intensity or amount or quality"]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["twinkle", "merriment expressed by a brightness or gleam or animation of countenance"], ["visible light", "(physics) electromagnetic radiation that can produce a visual sensation"], ["brightness", "the quality of being luminous; emitting or reflecting light"], ["igniter", "a device for lighting or igniting fuel or charges or fires"], ["visible radiation", "(physics) electromagnetic radiation that can produce a visual sensation"], ["luminousness", "the quality of being luminous; emitting or reflecting light"], ["spark", "merriment expressed by a brightness or gleam or animation of countenance"], ["brightness level", "the quality of being luminous; emitting or reflecting light"], ["lighter", "a device for lighting or igniting fuel or charges or fires"], ["light source", "any device serving as a source of illumination"], ["lightness", "the visual effect of illumination on objects or scenes as created in pictures"], ["luminosity", "the quality of being luminous; emitting or reflecting light"], ["sparkle", "merriment expressed by a brightness or gleam or animation of countenance"], ["luminance", "the quality of being luminous; emitting or reflecting light"]]}, {"answer": "literal", "hint": "synonyms for literal", "clues": [["misprint", "a mistake in printed matter resulting from mechanical failures of some kind"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind"]]}, {"answer": "living", "hint": "synonyms for living", "clues": [["life", "the experience of being alive; the course of human events and activities"], ["sustenance", "the financial means whereby one lives"], ["bread and butter", "the financial means whereby one lives"], ["keep", "the financial means whereby one lives"], ["support", "the financial means whereby one lives"], ["livelihood", "the financial means whereby one lives"]]}, {"answer": "m", "hint": "synonyms for m", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["meter", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["grand", "the cardinal number that is the product of 10 and 100"], ["molar concentration", "concentration measured by the number of moles of solute per liter of solution"], ["thou", "the cardinal number that is the product of 10 and 100"], ["megabyte", "a unit of information equal to 1000 kilobytes or 10^6 (1,000,000) bytes"], ["molarity", "concentration measured by the number of moles of solute per liter of solution"], ["yard", "the cardinal number that is the product of 10 and 100"], ["metre", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["mebibyte", "a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes"], ["1000", "the cardinal number that is the product of 10 and 100"], ["thousand", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "magic", "hint": "synonyms for magic", "clues": [["deception", "an illusory feat; considered magical by naive observers"], ["trick", "an illusory feat; considered magical by naive observers"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["illusion", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["thaumaturgy", "any art that invokes supernatural powers"], ["conjuration", "an illusory feat; considered magical by naive observers"]]}, {"answer": "majuscule", "hint": "synonyms for majuscule", "clues": [["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"]]}, {"answer": "mass", "hint": "synonyms for mass", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["multitude", "the common people generally"], ["hoi polloi", "the common people generally"], ["people", "the common people generally"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["masses", "the common people generally"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["bulk", "the property of something that is great in magnitude"], ["mint", "(often followed by `of') a large number or amount or extent"], ["volume", "the property of something that is great in magnitude"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["the great unwashed", "the common people generally"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["original", "an original creation (i.e., an audio recording) from which copies can be made"], ["master copy", "an original creation (i.e., an audio recording) from which copies can be made"], ["passkey", "key that secures entrance everywhere"], ["passe-partout", "key that secures entrance everywhere"], ["master key", "key that secures entrance everywhere"]]}, {"answer": "mat", "hint": "synonyms for mat", "clues": [["matting", "mounting consisting of a border or background for a picture"], ["lusterlessness", "the property of having little or no contrast; lacking highlights or gloss"], ["gym mat", "sports equipment consisting of a piece of thick padding on the floor for gymnastic sports"], ["matte", "the property of having little or no contrast; lacking highlights or gloss"], ["flatness", "the property of having little or no contrast; lacking highlights or gloss"]]}, {"answer": "material", "hint": "synonyms for material", "clues": [["fabric", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers"], ["cloth", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers"], ["textile", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers"], ["stuff", "the tangible substance that goes into the makeup of a physical object"]]}, {"answer": "matt", "hint": "synonyms for matt", "clues": [["lusterlessness", "the property of having little or no contrast; lacking highlights or gloss"], ["mat", "the property of having little or no contrast; lacking highlights or gloss"], ["matte", "the property of having little or no contrast; lacking highlights or gloss"], ["flatness", "the property of having little or no contrast; lacking highlights or gloss"]]}, {"answer": "maximum", "hint": "synonyms for maximum", "clues": [["utmost", "the greatest possible degree"], ["upper limit", "the largest possible quantity"], ["level best", "the greatest possible degree"], ["uttermost", "the greatest possible degree"]]}, {"answer": "meaning", "hint": "synonyms for meaning", "clues": [["signification", "the message that is intended or expressed or signified"], ["significance", "the message that is intended or expressed or signified"], ["substance", "the idea that is intended"], ["import", "the message that is intended or expressed or signified"]]}, {"answer": "medical", "hint": "synonyms for medical", "clues": [["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"]]}, {"answer": "merging", "hint": "synonyms for merging", "clues": [["meeting", "the act of joining together as one"], ["confluence", "a flowing together"], ["conflux", "a flowing together"], ["coming together", "the act of joining together as one"]]}, {"answer": "middle", "hint": "synonyms for middle", "clues": [["heart", "an area that is approximately central within some larger region"], ["eye", "an area that is approximately central within some larger region"], ["center", "an area that is approximately central within some larger region"], ["centre", "an area that is approximately central within some larger region"]]}, {"answer": "military", "hint": "synonyms for military", "clues": [["war machine", "the military forces of a nation"], ["armed forces", "the military forces of a nation"], ["military machine", "the military forces of a nation"], ["armed services", "the military forces of a nation"]]}, {"answer": "million", "hint": "synonyms for million", "clues": [["trillion", "a very large indefinite number (usually hyperbole)"], ["1000000", "the number that is represented as a one followed by 6 zeros"], ["zillion", "a very large indefinite number (usually hyperbole)"], ["one thousand thousand", "the number that is represented as a one followed by 6 zeros"], ["meg", "the number that is represented as a one followed by 6 zeros"]]}, {"answer": "mint", "hint": "synonyms for mint", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["mint candy", "a candy that is flavored with a mint oil"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "minute", "hint": "synonyms for minute", "clues": [["bit", "an indefinitely short time"], ["minute of arc", "a unit of angular distance equal to a 60th of a degree"], ["moment", "an indefinitely short time"], ["hour", "distance measured by the time taken to cover it"], ["arcminute", "a unit of angular distance equal to a 60th of a degree"], ["second", "an indefinitely short time"], ["mo", "an indefinitely short time"], ["instant", "a particular point in time"], ["min", "a unit of time equal to 60 seconds or 1/60th of an hour"]]}, {"answer": "model", "hint": "synonyms for model", "clues": [["simulation", "representation of something (sometimes on a smaller scale)"], ["exemplar", "something to be imitated"], ["framework", "a hypothetical description of a complex entity or process"], ["good example", "something to be imitated"], ["example", "a representative form or pattern"], ["modeling", "the act of representing something (usually on a smaller scale)"], ["theoretical account", "a hypothetical description of a complex entity or process"]]}, {"answer": "mortal", "hint": "synonyms for mortal", "clues": [["somebody", "a human being"], ["individual", "a human being"], ["someone", "a human being"], ["person", "a human being"], ["soul", "a human being"]]}, {"answer": "motley", "hint": "synonyms for motley", "clues": [["miscellanea", "a collection containing a variety of sorts of things"], ["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["assortment", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "murmuring", "hint": "synonyms for murmuring", "clues": [["mutter", "a complaint uttered in a low and indistinct tone"], ["grumbling", "a complaint uttered in a low and indistinct tone"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["murmur", "a complaint uttered in a low and indistinct tone"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["grumble", "a complaint uttered in a low and indistinct tone"]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["contemplation", "a calm, lengthy, intent consideration"], ["reflexion", "a calm, lengthy, intent consideration"], ["reflection", "a calm, lengthy, intent consideration"], ["thoughtfulness", "a calm, lengthy, intent consideration"], ["rumination", "a calm, lengthy, intent consideration"]]}, {"answer": "necessary", "hint": "synonyms for necessary", "clues": [["necessity", "anything indispensable"], ["requisite", "anything indispensable"], ["essential", "anything indispensable"], ["requirement", "anything indispensable"]]}, {"answer": "net", "hint": "synonyms for net", "clues": [["network", "an open fabric of string or rope or wire woven together at regular intervals"], ["mesh", "an open fabric of string or rope or wire woven together at regular intervals"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["cyberspace", "a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["internet", "a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange"], ["profits", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"]]}, {"answer": "nine", "hint": "synonyms for nine", "clues": [["ball club", "a team of professional baseball players who play and travel together"], ["baseball club", "a team of professional baseball players who play and travel together"], ["niner", "the cardinal number that is the sum of eight and one"], ["club", "a team of professional baseball players who play and travel together"], ["9", "the cardinal number that is the sum of eight and one"], ["ennead", "the cardinal number that is the sum of eight and one"], ["nine-spot", "one of four playing cards in a deck with nine pips on the face"]]}, {"answer": "nip_and_tuck", "hint": "synonyms for nip and tuck", "clues": [["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"]]}, {"answer": "nonsense", "hint": "synonyms for nonsense", "clues": [["gimcrackery", "ornamental objects of no great value"], ["frill", "ornamental objects of no great value"], ["bunk", "a message that seems to convey no meaning"], ["folderal", "ornamental objects of no great value"], ["trumpery", "ornamental objects of no great value"], ["nonsensicality", "a message that seems to convey no meaning"], ["gimcrack", "ornamental objects of no great value"], ["falderol", "ornamental objects of no great value"], ["meaninglessness", "a message that seems to convey no meaning"], ["hokum", "a message that seems to convey no meaning"]]}, {"answer": "normal", "hint": "synonyms for normal", "clues": [["pattern", "something regarded as a normative example"], ["convention", "something regarded as a normative example"], ["rule", "something regarded as a normative example"], ["formula", "something regarded as a normative example"]]}, {"answer": "north", "hint": "synonyms for north", "clues": [["northward", "the cardinal compass point that is at 0 or 360 degrees"], ["magnetic north", "the direction in which a compass needle points"], ["compass north", "the direction in which a compass needle points"], ["due north", "the cardinal compass point that is at 0 or 360 degrees"]]}, {"answer": "null", "hint": "synonyms for null", "clues": [["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "objective", "hint": "synonyms for objective", "clues": [["target", "the goal intended to be attained (and which is believed to be attainable)"], ["object", "the goal intended to be attained (and which is believed to be attainable)"], ["object glass", "the lens or system of lenses in a telescope or microscope that is nearest the object being viewed"], ["object lens", "the lens or system of lenses in a telescope or microscope that is nearest the object being viewed"], ["aim", "the goal intended to be attained (and which is believed to be attainable)"]]}, {"answer": "occlusive", "hint": "synonyms for occlusive", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"]]}, {"answer": "omnibus", "hint": "synonyms for omnibus", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "one", "hint": "synonyms for one", "clues": [["ace", "the smallest whole number or a numeral representing this number"], ["single", "the smallest whole number or a numeral representing this number"], ["1", "the smallest whole number or a numeral representing this number"], ["unity", "the smallest whole number or a numeral representing this number"]]}, {"answer": "one_thousand", "hint": "synonyms for one thousand", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["yard", "the cardinal number that is the product of 10 and 100"], ["grand", "the cardinal number that is the product of 10 and 100"], ["thousand", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["1000", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["surface", "information that has become public"], ["outdoors", "where the air is unconfined"], ["clear", "a clear or unobstructed space or expanse of land or water"], ["open air", "where the air is unconfined"], ["out-of-doors", "where the air is unconfined"]]}, {"answer": "opening", "hint": "synonyms for opening", "clues": [["gap", "an open or empty space in or between things"], ["possible action", "a possible alternative"], ["hatchway", "an entrance equipped with a hatch; especially a passageway between decks of a ship"], ["possibility", "a possible alternative"], ["curtain raising", "the first performance (as of a theatrical production)"], ["opening night", "the first performance (as of a theatrical production)"], ["chess opening", "a recognized sequence of moves at the beginning of a game of chess"], ["scuttle", "an entrance equipped with a hatch; especially a passageway between decks of a ship"], ["first step", "the first of a series of actions"], ["opening move", "the first of a series of actions"], ["initiative", "the first of a series of actions"]]}, {"answer": "opposite", "hint": "synonyms for opposite", "clues": [["antonym", "a word that expresses a meaning opposed to the meaning of another word, in which case the two words are antonyms of each other"], ["inverse", "something inverted in sequence or character or effect"], ["opposite word", "a word that expresses a meaning opposed to the meaning of another word, in which case the two words are antonyms of each other"], ["reverse", "a relation of direct opposition"], ["contrary", "a relation of direct opposition"]]}, {"answer": "oral", "hint": "synonyms for oral", "clues": [["oral exam", "an examination conducted by spoken communication"], ["viva", "an examination conducted by spoken communication"], ["viva voce", "an examination conducted by spoken communication"], ["oral examination", "an examination conducted by spoken communication"]]}, {"answer": "original", "hint": "synonyms for original", "clues": [["archetype", "something that serves as a model or a basis for making copies"], ["master copy", "an original creation (i.e., an audio recording) from which copies can be made"], ["pilot", "something that serves as a model or a basis for making copies"], ["master", "an original creation (i.e., an audio recording) from which copies can be made"]]}, {"answer": "ottoman", "hint": "synonyms for ottoman", "clues": [["footstool", "a low seat or a stool to rest the feet of a seated person"], ["pouffe", "thick cushion used as a seat"], ["puff", "thick cushion used as a seat"], ["tuffet", "a low seat or a stool to rest the feet of a seated person"], ["footrest", "a low seat or a stool to rest the feet of a seated person"], ["pouf", "thick cushion used as a seat"], ["hassock", "thick cushion used as a seat"]]}, {"answer": "overhead", "hint": "synonyms for overhead", "clues": [["smash", "a hard return hitting the tennis ball above your head"], ["operating cost", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes"], ["command overhead", "(computer science) the processing time required by a device prior to the execution of a command"], ["disk overhead", "(computer science) the disk space required for information that is not data but is used for location and timing"], ["budget items", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes"], ["command processing overhead", "(computer science) the processing time required by a device prior to the execution of a command"], ["operating expense", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes"], ["viewgraph", "a transparency for use with an overhead projector"]]}, {"answer": "paperback", "hint": "synonyms for paperback", "clues": [["paper-back book", "a book with paper covers"], ["softback book", "a book with paper covers"], ["softback", "a book with paper covers"], ["soft-cover book", "a book with paper covers"], ["soft-cover", "a book with paper covers"]]}, {"answer": "parallel", "hint": "synonyms for parallel", "clues": [["analogue", "something having the property of being analogous to something else"], ["latitude", "an imaginary line around the Earth parallel to the equator"], ["parallel of latitude", "an imaginary line around the Earth parallel to the equator"], ["line of latitude", "an imaginary line around the Earth parallel to the equator"]]}, {"answer": "particular", "hint": "synonyms for particular", "clues": [["particular proposition", "(logic) a proposition that asserts something about some (but not all) members of a class"], ["detail", "a small part that can be considered separately from the whole"], ["item", "a small part that can be considered separately from the whole"], ["specific", "a fact about some part (as opposed to general)"]]}, {"answer": "pass", "hint": "synonyms for pass", "clues": [["straits", "a difficult juncture"], ["go", "a usually brief attempt"], ["toss", "(sports) the act of throwing the ball to another member of your team"], ["laissez passer", "a document indicating permission to do something without restrictions"], ["head", "a difficult juncture"], ["bye", "you advance to the next round in a tournament without playing an opponent"], ["mountain pass", "the location in a range of mountains of a geological formation that is lower than the surrounding peaks"], ["whirl", "a usually brief attempt"], ["passport", "any authorization to pass or go somewhere"], ["passing", "(American football) a play that involves one player throwing the ball to a teammate"], ["fling", "a usually brief attempt"], ["base on balls", "(baseball) an advance to first base by a batter who receives four balls"], ["crack", "a usually brief attempt"], ["notch", "the location in a range of mountains of a geological formation that is lower than the surrounding peaks"], ["liberty chit", "a permit to enter or leave a military installation"], ["offer", "a usually brief attempt"], ["walk", "(baseball) an advance to first base by a batter who receives four balls"], ["flip", "(sports) the act of throwing the ball to another member of your team"], ["pas", "(ballet) a step in dancing (especially in classical ballet)"], ["passing game", "(American football) a play that involves one player throwing the ball to a teammate"], ["qualifying", "success in satisfying a test or requirement"], ["passing play", "(American football) a play that involves one player throwing the ball to a teammate"]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["exit", "euphemistic expressions for death"], ["pass", "(American football) a play that involves one player throwing the ball to a teammate"], ["passage", "the motion of one object relative to another"], ["qualifying", "success in satisfying a test or requirement"], ["overtaking", "going by something that is moving in order to get in front of it"], ["loss", "euphemistic expressions for death"], ["expiration", "euphemistic expressions for death"], ["passing game", "(American football) a play that involves one player throwing the ball to a teammate"], ["release", "euphemistic expressions for death"], ["going", "euphemistic expressions for death"], ["departure", "euphemistic expressions for death"], ["passing play", "(American football) a play that involves one player throwing the ball to a teammate"]]}, {"answer": "peanut", "hint": "synonyms for peanut", "clues": [["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"]]}, {"answer": "pedal", "hint": "synonyms for pedal", "clues": [["foot lever", "a lever that is operated with the foot"], ["treadle", "a lever that is operated with the foot"], ["pedal point", "a sustained bass note"], ["foot pedal", "a lever that is operated with the foot"]]}, {"answer": "pedigree", "hint": "synonyms for pedigree", "clues": [["line of descent", "the descendants of one individual"], ["ancestry", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["bloodline", "ancestry of a purebred animal"], ["blood", "the descendants of one individual"], ["stemma", "the descendants of one individual"]]}, {"answer": "phantom", "hint": "synonyms for phantom", "clues": [["fantasm", "something existing in perception only"], ["shadow", "something existing in perception only"], ["phantasma", "something existing in perception only"], ["apparition", "something existing in perception only"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["plain stitch", "a basic knitting stitch"], ["knit", "a basic knitting stitch"], ["field", "extensive tract of level open land"], ["knit stitch", "a basic knitting stitch"], ["champaign", "extensive tract of level open land"]]}, {"answer": "plane", "hint": "synonyms for plane", "clues": [["airplane", "an aircraft that has a fixed wing and is powered by propellers or jets"], ["planing machine", "a power tool for smoothing or shaping wood"], ["planer", "a power tool for smoothing or shaping wood"], ["woodworking plane", "a carpenter's hand tool with an adjustable blade for smoothing or shaping wood"], ["carpenter's plane", "a carpenter's hand tool with an adjustable blade for smoothing or shaping wood"], ["aeroplane", "an aircraft that has a fixed wing and is powered by propellers or jets"], ["sheet", "(mathematics) an unbounded two-dimensional shape"]]}, {"answer": "plodding", "hint": "synonyms for plodding", "clues": [["grind", "hard monotonous routine work"], ["drudgery", "hard monotonous routine work"], ["donkeywork", "hard monotonous routine work"], ["plod", "the act of walking with a slow heavy gait"]]}, {"answer": "pokey", "hint": "synonyms for pokey", "clues": [["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"]]}, {"answer": "poky", "hint": "synonyms for poky", "clues": [["pokey", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"]]}, {"answer": "pop", "hint": "synonyms for pop", "clues": [["soda pop", "a sweet drink containing carbonated water and flavoring"], ["soda", "a sweet drink containing carbonated water and flavoring"], ["pop music", "music of general appeal to teenagers; a bland watered-down version of rock'n'roll with more rhythm and harmony and an emphasis on romantic love"], ["popping", "a sharp explosive sound as from a gunshot or drawing a cork"], ["soda water", "a sweet drink containing carbonated water and flavoring"], ["tonic", "a sweet drink containing carbonated water and flavoring"]]}, {"answer": "port", "hint": "synonyms for port", "clues": [["embrasure", "an opening (in a wall or ship or armored vehicle) for firing through"], ["port wine", "sweet dark-red dessert wine originally from Portugal"], ["porthole", "an opening (in a wall or ship or armored vehicle) for firing through"], ["larboard", "the left side of a ship or aircraft to someone who is aboard and facing the bow or nose"], ["interface", "(computer science) computer circuit consisting of the hardware and associated circuitry that links one device with another (especially a computer and a hard disk drive or other peripherals)"]]}, {"answer": "postmortem", "hint": "synonyms for postmortem", "clues": [["postmortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["post-mortem", "discussion of an event after it has occurred"], ["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"]]}, {"answer": "potential", "hint": "synonyms for potential", "clues": [["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts"], ["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts"]]}, {"answer": "potty", "hint": "synonyms for potty", "clues": [["stool", "a plumbing fixture for defecation and urination"], ["toilet", "a plumbing fixture for defecation and urination"], ["throne", "a plumbing fixture for defecation and urination"], ["chamberpot", "a receptacle for urination or defecation in the bedroom"], ["can", "a plumbing fixture for defecation and urination"], ["crapper", "a plumbing fixture for defecation and urination"], ["pot", "a plumbing fixture for defecation and urination"], ["thunder mug", "a receptacle for urination or defecation in the bedroom"], ["commode", "a plumbing fixture for defecation and urination"]]}, {"answer": "premium", "hint": "synonyms for premium", "clues": [["bounty", "payment or reward (especially from a government) for acts such as catching criminals or killing predatory animals or enlisting in the military"], ["insurance premium", "payment for insurance"], ["agiotage", "a fee charged for exchanging currencies"], ["agio", "a fee charged for exchanging currencies"], ["exchange premium", "a fee charged for exchanging currencies"]]}, {"answer": "preventative", "hint": "synonyms for preventative", "clues": [["hitch", "any obstruction that impedes or is burdensome"], ["hinderance", "any obstruction that impedes or is burdensome"], ["prophylactic", "remedy that prevents or slows the course of an illness or disease"], ["preventive", "any obstruction that impedes or is burdensome"], ["birth control device", "an agent or device intended to prevent conception"], ["contraceptive", "an agent or device intended to prevent conception"], ["contraceptive device", "an agent or device intended to prevent conception"], ["incumbrance", "any obstruction that impedes or is burdensome"], ["prophylactic device", "an agent or device intended to prevent conception"], ["interference", "any obstruction that impedes or is burdensome"]]}, {"answer": "preventive", "hint": "synonyms for preventive", "clues": [["hitch", "any obstruction that impedes or is burdensome"], ["hinderance", "any obstruction that impedes or is burdensome"], ["prophylactic", "remedy that prevents or slows the course of an illness or disease"], ["preventative", "any obstruction that impedes or is burdensome"], ["birth control device", "an agent or device intended to prevent conception"], ["contraceptive", "an agent or device intended to prevent conception"], ["contraceptive device", "an agent or device intended to prevent conception"], ["incumbrance", "any obstruction that impedes or is burdensome"], ["prophylactic device", "an agent or device intended to prevent conception"], ["interference", "any obstruction that impedes or is burdensome"]]}, {"answer": "prime", "hint": "synonyms for prime", "clues": [["bloom", "the period of greatest prosperity or productivity"], ["efflorescence", "the period of greatest prosperity or productivity"], ["prime of life", "the time of maturity when power and vigor are greatest"], ["flush", "the period of greatest prosperity or productivity"], ["heyday", "the period of greatest prosperity or productivity"], ["prime quantity", "a number that has no factor but itself and 1"], ["peak", "the period of greatest prosperity or productivity"], ["flower", "the period of greatest prosperity or productivity"], ["blossom", "the period of greatest prosperity or productivity"]]}, {"answer": "privy", "hint": "synonyms for privy", "clues": [["bathroom", "a room or building equipped with one or more toilets"], ["earth-closet", "a small outbuilding with a bench having holes through which a user can defecate"], ["lav", "a room or building equipped with one or more toilets"], ["toilet", "a room or building equipped with one or more toilets"], ["outhouse", "a small outbuilding with a bench having holes through which a user can defecate"], ["can", "a room or building equipped with one or more toilets"], ["lavatory", "a room or building equipped with one or more toilets"], ["john", "a room or building equipped with one or more toilets"], ["jakes", "a small outbuilding with a bench having holes through which a user can defecate"]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["dirty money", "goods or money obtained illegally"], ["plunder", "goods or money obtained illegally"], ["loot", "goods or money obtained illegally"], ["booty", "goods or money obtained illegally"], ["swag", "goods or money obtained illegally"], ["award", "something given for victory or superiority in a contest or competition or for winning a lottery"], ["pillage", "goods or money obtained illegally"], ["trophy", "something given as a token of victory"]]}, {"answer": "prognostic", "hint": "synonyms for prognostic", "clues": [["omen", "a sign of something about to happen"], ["prodigy", "a sign of something about to happen"], ["portent", "a sign of something about to happen"], ["prognostication", "a sign of something about to happen"], ["presage", "a sign of something about to happen"]]}, {"answer": "progressive", "hint": "synonyms for progressive", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going"], ["imperfect", "a tense of verbs used in describing action that is on-going"], ["continuous tense", "a tense of verbs used in describing action that is on-going"], ["progressive tense", "a tense of verbs used in describing action that is on-going"]]}, {"answer": "proof", "hint": "synonyms for proof", "clues": [["cogent evidence", "any factual evidence that helps to establish the truth of something"], ["validation", "the act of validating; finding or testing the truth of something"], ["trial impression", "(printing) an impression made to check for errors"], ["test copy", "(printing) an impression made to check for errors"], ["substantiation", "the act of validating; finding or testing the truth of something"]]}, {"answer": "prophylactic", "hint": "synonyms for prophylactic", "clues": [["preventive", "remedy that prevents or slows the course of an illness or disease"], ["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"]]}, {"answer": "puff", "hint": "synonyms for puff", "clues": [["pouffe", "thick cushion used as a seat"], ["whiff", "a short light gust of air"], ["comfort", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["pouf", "thick cushion used as a seat"], ["drag", "a slow inhalation (as of tobacco smoke)"], ["pull", "a slow inhalation (as of tobacco smoke)"], ["ottoman", "thick cushion used as a seat"], ["puff of air", "a short light gust of air"], ["blow", "forceful exhalation through the nose or mouth"], ["powderpuff", "a soft spherical object made from fluffy fibers; for applying powder to the skin"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["hassock", "thick cushion used as a seat"]]}, {"answer": "punk", "hint": "synonyms for punk", "clues": [["kindling", "material for starting a fire"], ["punk rock", "rock music with deliberately offensive lyrics expressing anger and social alienation; in part a reaction against progressive rock"], ["touchwood", "material for starting a fire"], ["tinder", "material for starting a fire"], ["spunk", "material for starting a fire"]]}, {"answer": "quality", "hint": "synonyms for quality", "clues": [["lineament", "a characteristic property that defines the apparent individual nature of something"], ["calibre", "a degree or grade of excellence or worth"], ["character", "a characteristic property that defines the apparent individual nature of something"], ["timber", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"], ["tone", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"], ["timbre", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"]]}, {"answer": "quaternary", "hint": "synonyms for quaternary", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["placidity", "a disposition free from stress or emotion"], ["repose", "a disposition free from stress or emotion"], ["serenity", "a disposition free from stress or emotion"], ["tranquillity", "a disposition free from stress or emotion"], ["silence", "the absence of sound"]]}, {"answer": "radical", "hint": "synonyms for radical", "clues": [["base", "(linguistics) the form of a word after all affixes are removed"], ["free radical", "an atom or group of atoms with at least one unpaired electron; in the body it is usually an oxygen molecule that has lost an electron and will stabilize itself by stealing an electron from a nearby molecule"], ["root", "(linguistics) the form of a word after all affixes are removed"], ["chemical group", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule"], ["stem", "(linguistics) the form of a word after all affixes are removed"], ["root word", "(linguistics) the form of a word after all affixes are removed"], ["group", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule"], ["theme", "(linguistics) the form of a word after all affixes are removed"]]}, {"answer": "radio", "hint": "synonyms for radio", "clues": [["wireless", "medium for communication"], ["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radiocommunication", "medium for communication"], ["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals"]]}, {"answer": "raising", "hint": "synonyms for raising", "clues": [["bringing up", "helping someone grow up to be an accepted member of the community"], ["breeding", "helping someone grow up to be an accepted member of the community"], ["rearing", "helping someone grow up to be an accepted member of the community"], ["elevation", "the event of something being raised upward"], ["upbringing", "helping someone grow up to be an accepted member of the community"], ["fosterage", "helping someone grow up to be an accepted member of the community"], ["lift", "the event of something being raised upward"], ["nurture", "the properties acquired as a consequence of the way you were treated as a child"], ["fostering", "helping someone grow up to be an accepted member of the community"]]}, {"answer": "rearing", "hint": "synonyms for rearing", "clues": [["bringing up", "helping someone grow up to be an accepted member of the community"], ["breeding", "helping someone grow up to be an accepted member of the community"], ["raising", "the properties acquired as a consequence of the way you were treated as a child"], ["upbringing", "helping someone grow up to be an accepted member of the community"], ["fosterage", "helping someone grow up to be an accepted member of the community"], ["nurture", "the properties acquired as a consequence of the way you were treated as a child"], ["fostering", "helping someone grow up to be an accepted member of the community"]]}, {"answer": "reflex", "hint": "synonyms for reflex", "clues": [["innate reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex action", "an automatic instinctive unlearned reaction to a stimulus"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "regulation", "hint": "synonyms for regulation", "clues": [["regularisation", "the act of bringing to uniformity; making regular"], ["regulating", "the act of controlling or directing according to rule"], ["rule", "a principle or condition that customarily governs behavior"], ["ordinance", "an authoritative rule"]]}, {"answer": "requisite", "hint": "synonyms for requisite", "clues": [["necessity", "anything indispensable"], ["necessary", "anything indispensable"], ["essential", "anything indispensable"], ["requirement", "anything indispensable"]]}, {"answer": "residual", "hint": "synonyms for residual", "clues": [["balance", "something left after other parts have been taken away"], ["rest", "something left after other parts have been taken away"], ["residue", "something left after other parts have been taken away"], ["remainder", "something left after other parts have been taken away"], ["residuum", "something left after other parts have been taken away"]]}, {"answer": "resultant", "hint": "synonyms for resultant", "clues": [["outcome", "something that results"], ["result", "something that results"], ["termination", "something that results"], ["vector sum", "a vector that is the sum of two or more other vectors"], ["final result", "something that results"]]}, {"answer": "reverse", "hint": "synonyms for reverse", "clues": [["reversion", "turning in the opposite direction"], ["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["turnaround", "turning in the opposite direction"], ["opposite", "a relation of direct opposition"], ["verso", "the side of a coin or medal that does not bear the principal design"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["turnabout", "turning in the opposite direction"], ["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["reverse gear", "the gears by which the motion of a machine can be reversed"], ["contrary", "a relation of direct opposition"]]}, {"answer": "reverting", "hint": "synonyms for reverting", "clues": [["lapsing", "a failure to maintain a higher state"], ["lapse", "a failure to maintain a higher state"], ["backsliding", "a failure to maintain a higher state"], ["reversion", "a failure to maintain a higher state"], ["relapse", "a failure to maintain a higher state"]]}, {"answer": "rising", "hint": "synonyms for rising", "clues": [["rebellion", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"], ["rise", "a movement upward"], ["ascent", "a movement upward"], ["revolt", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"], ["uprising", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"], ["insurrection", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"], ["ascension", "a movement upward"]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["roar", "a very loud utterance (like the sound of an animal)"], ["thunder", "a deep prolonged loud noise"], ["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"], ["boom", "a deep prolonged loud noise"]]}, {"answer": "rose", "hint": "synonyms for rose", "clues": [["rosiness", "a dusty pink color"], ["rose wine", "pinkish table wine from red grapes whose skins were removed after fermentation began"], ["pink wine", "pinkish table wine from red grapes whose skins were removed after fermentation began"], ["blush wine", "pinkish table wine from red grapes whose skins were removed after fermentation began"]]}, {"answer": "rotary", "hint": "synonyms for rotary", "clues": [["synchronous converter", "electrical converter consisting of a synchronous machine that converts alternating to direct current or vice versa"], ["rotary converter", "electrical converter consisting of a synchronous machine that converts alternating to direct current or vice versa"], ["roundabout", "a road junction at which traffic streams circularly around a central island"], ["circle", "a road junction at which traffic streams circularly around a central island"], ["traffic circle", "a road junction at which traffic streams circularly around a central island"]]}, {"answer": "rough-and-tumble", "hint": "synonyms for rough-and-tumble", "clues": [["tussle", "disorderly fighting"], ["dogfight", "disorderly fighting"], ["scuffle", "disorderly fighting"], ["hassle", "disorderly fighting"]]}, {"answer": "round", "hint": "synonyms for round", "clues": [["circle", "any circular or rotating mechanism"], ["troll", "a partsong in which voices follow each other; one voice starts and others join in one after another until all are singing different parts of the song at the same time"], ["rhythm", "an interval during which a recurring sequence of events occurs"], ["beat", "a regular route for a sentry or policeman"], ["stave", "a crosspiece between the legs of a chair"], ["round of golf", "the activity of playing 18 holes of golf"], ["round of drinks", "a serving to each of a group (usually alcoholic)"], ["one shot", "a charge of ammunition for a single shot"], ["rung", "a crosspiece between the legs of a chair"], ["turn", "(sports) a division during which one team is on the offensive"], ["unit of ammunition", "a charge of ammunition for a single shot"], ["daily round", "the usual activities in your day"], ["cycle", "an interval during which a recurring sequence of events occurs"], ["bout", "(sports) a division during which one team is on the offensive"]]}, {"answer": "roundabout", "hint": "synonyms for roundabout", "clues": [["rotary", "a road junction at which traffic streams circularly around a central island"], ["carrousel", "a large, rotating machine with seats for children to ride or amusement"], ["whirligig", "a large, rotating machine with seats for children to ride or amusement"], ["circle", "a road junction at which traffic streams circularly around a central island"], ["traffic circle", "a road junction at which traffic streams circularly around a central island"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement"]]}, {"answer": "routine", "hint": "synonyms for routine", "clues": [["procedure", "a set sequence of steps, part of larger computer program"], ["bit", "a short theatrical performance that is part of a longer program"], ["number", "a short theatrical performance that is part of a longer program"], ["function", "a set sequence of steps, part of larger computer program"], ["subroutine", "a set sequence of steps, part of larger computer program"], ["subprogram", "a set sequence of steps, part of larger computer program"], ["modus operandi", "an unvarying or habitual method or procedure"], ["turn", "a short theatrical performance that is part of a longer program"], ["act", "a short theatrical performance that is part of a longer program"]]}, {"answer": "rubber", "hint": "synonyms for rubber", "clues": [["natural rubber", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products"], ["rubber eraser", "an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil"], ["pencil eraser", "an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["synthetic rubber", "any of various synthetic elastic materials whose properties resemble natural rubber"], ["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["arctic", "a waterproof overshoe that protects shoes from water or snow"], ["caoutchouc", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["gum elastic", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products"], ["galosh", "a waterproof overshoe that protects shoes from water or snow"], ["golosh", "a waterproof overshoe that protects shoes from water or snow"], ["gumshoe", "a waterproof overshoe that protects shoes from water or snow"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"]]}, {"answer": "runaway", "hint": "synonyms for runaway", "clues": [["walkaway", "an easy victory"], ["laugher", "an easy victory"], ["shoo-in", "an easy victory"], ["blowout", "an easy victory"], ["romp", "an easy victory"]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["run", "the act of running; traveling on foot at a fast pace"], ["track", "the act of participating in an athletic competition involving running on a track"], ["running game", "(American football) a play in which a player attempts to carry the ball through or past the opposing team"], ["running play", "(American football) a play in which a player attempts to carry the ball through or past the opposing team"]]}, {"answer": "rush", "hint": "synonyms for rush", "clues": [["rushing", "the act of moving hurriedly and in a careless manner"], ["boot", "the swift release of a store of affective force"], ["surge", "a sudden forceful flow"], ["upsurge", "a sudden forceful flow"], ["haste", "the act of moving hurriedly and in a careless manner"], ["bang", "the swift release of a store of affective force"], ["charge", "the swift release of a store of affective force"], ["kick", "the swift release of a store of affective force"], ["flush", "the swift release of a store of affective force"], ["thrill", "the swift release of a store of affective force"], ["hurry", "the act of moving hurriedly and in a careless manner"], ["spate", "a sudden forceful flow"]]}, {"answer": "sable", "hint": "synonyms for sable", "clues": [["sable brush", "an artist's brush made of sable hairs"], ["jet black", "a very dark black"], ["sable's hair pencil", "an artist's brush made of sable hairs"], ["soot black", "a very dark black"], ["pitch black", "a very dark black"], ["coal black", "a very dark black"], ["ebony", "a very dark black"]]}, {"answer": "safe", "hint": "synonyms for safe", "clues": [["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"]]}, {"answer": "salt", "hint": "synonyms for salt", "clues": [["table salt", "white crystalline form of especially sodium chloride used to season and preserve food"], ["saltiness", "the taste experience when common salt is taken into the mouth"], ["salinity", "the taste experience when common salt is taken into the mouth"], ["common salt", "white crystalline form of especially sodium chloride used to season and preserve food"]]}, {"answer": "sapphire", "hint": "synonyms for sapphire", "clues": [["azure", "a light shade of blue"], ["lazuline", "a light shade of blue"], ["cerulean", "a light shade of blue"], ["sky-blue", "a light shade of blue"]]}, {"answer": "saving", "hint": "synonyms for saving", "clues": [["economy", "an act of economizing; reduction in cost"], ["deliverance", "recovery or preservation from loss or danger"], ["delivery", "recovery or preservation from loss or danger"], ["preservation", "the activity of protecting something from loss or danger"], ["rescue", "recovery or preservation from loss or danger"]]}, {"answer": "scrub", "hint": "synonyms for scrub", "clues": [["scouring", "the act of cleaning a surface by rubbing it with a brush and soap and water"], ["chaparral", "dense vegetation consisting of stunted trees or bushes"], ["bush", "dense vegetation consisting of stunted trees or bushes"], ["scrubbing", "the act of cleaning a surface by rubbing it with a brush and soap and water"]]}, {"answer": "second", "hint": "synonyms for second", "clues": [["arcsecond", "a 60th part of a minute of arc"], ["sec", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites"], ["bit", "an indefinitely short time"], ["minute", "an indefinitely short time"], ["endorsement", "a speech seconding a motion"], ["moment", "an indefinitely short time"], ["s", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites"], ["second gear", "the gear that has the second lowest forward gear ratio in the gear box of a motor vehicle"], ["second base", "the fielding position of the player on a baseball team who is stationed near the second of the bases in the infield"], ["mo", "an indefinitely short time"], ["instant", "a particular point in time"], ["irregular", "merchandise that has imperfections; usually sold at a reduced price without the brand name"], ["secondment", "a speech seconding a motion"]]}, {"answer": "secret", "hint": "synonyms for secret", "clues": [["arcanum", "information known only to a special group"], ["mystery", "something that baffles understanding and cannot be explained"], ["closed book", "something that baffles understanding and cannot be explained"], ["enigma", "something that baffles understanding and cannot be explained"]]}, {"answer": "seeing", "hint": "synonyms for seeing", "clues": [["visual perception", "perception by means of the eyes"], ["beholding", "perception by means of the eyes"], ["eyesight", "normal use of the faculty of vision"], ["sightedness", "normal use of the faculty of vision"]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["lot", "an unofficial association of people or groups"], ["circle", "an unofficial association of people or groups"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization"], ["bent", "a relatively permanent inclination to react in a particular way"], ["exercise set", "several exercises intended to be done in series"], ["readiness", "(psychology) being temporarily ready to respond in a particular way"], ["hardening", "the process of becoming hard or solid by cooling or drying or crystallization"], ["stage set", "representation consisting of the scenery and other properties used to identify the location of a dramatic production"], ["band", "an unofficial association of people or groups"], ["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization"]]}, {"answer": "seven", "hint": "synonyms for seven", "clues": [["7", "the cardinal number that is the sum of six and one"], ["seven-spot", "one of four playing cards in a deck with seven pips on the face"], ["septet", "the cardinal number that is the sum of six and one"], ["septenary", "the cardinal number that is the sum of six and one"], ["heptad", "the cardinal number that is the sum of six and one"], ["sevener", "the cardinal number that is the sum of six and one"]]}, {"answer": "shot", "hint": "synonyms for shot", "clues": [["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shooting", "the act of firing a projectile"], ["snap", "an informal photograph; usually made with a small hand-held camera"], ["guessing", "an estimate based on little or no information"], ["dead reckoning", "an estimate based on little or no information"], ["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["blastoff", "the launching of a missile or spacecraft to a specified destination"], ["pellet", "a solid missile discharged from a firearm"], ["stroke", "(sports) the act of swinging or striking at a ball with a club or racket or bat or cue or hand"], ["injection", "the act of putting a liquid into the body by means of a syringe"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["snapshot", "an informal photograph; usually made with a small hand-held camera"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["guesswork", "an estimate based on little or no information"], ["stab", "informal words for any attempt or effort"], ["scene", "a consecutive series of pictures that constitutes a unit of action in a film"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["nip", "a small drink of liquor"]]}, {"answer": "side", "hint": "synonyms for side", "clues": [["incline", "an elevated geological formation"], ["slope", "an elevated geological formation"], ["position", "an opinion that is held in opposition to another in an argument or dispute"], ["side of meat", "a lengthwise dressed half of an animal's carcass used for food"], ["face", "a surface forming part of the outside of an object"]]}, {"answer": "sign", "hint": "synonyms for sign", "clues": [["mark", "a perceptible indication of something not immediately apparent (as a visible clue that something has happened)"], ["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["polarity", "having an indicated pole (as the distinction between positive and negative electric charges)"], ["signal", "any nonverbal action or gesture that encodes a message"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["foretoken", "an event that is experienced as indicating important things to come"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["signboard", "structure displaying a board on which advertisements can be posted"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["augury", "an event that is experienced as indicating important things to come"], ["preindication", "an event that is experienced as indicating important things to come"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided"]]}, {"answer": "silver", "hint": "synonyms for silver", "clues": [["atomic number 47", "a soft white precious univalent metallic element having the highest electrical and thermal conductivity of any metal; occurs in argentite and in free form; used in coins and jewelry and tableware and photography"], ["ash gray", "a light shade of grey"], ["silver gray", "a light shade of grey"], ["flatware", "silverware eating utensils"], ["silver medal", "a trophy made of silver (or having the appearance of silver) that is usually awarded for winning second place in a competition"]]}, {"answer": "single", "hint": "synonyms for single", "clues": [["bingle", "a base hit on which the batter stops safely at first base"], ["ace", "the smallest whole number or a numeral representing this number"], ["one", "the smallest whole number or a numeral representing this number"], ["1", "the smallest whole number or a numeral representing this number"], ["unity", "the smallest whole number or a numeral representing this number"]]}, {"answer": "six", "hint": "synonyms for six", "clues": [["hexad", "the cardinal number that is the sum of five and one"], ["sextuplet", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"], ["six-spot", "a playing card or domino or die whose upward face shows six pips"]]}, {"answer": "sky-blue", "hint": "synonyms for sky-blue", "clues": [["azure", "a light shade of blue"], ["sapphire", "a light shade of blue"], ["lazuline", "a light shade of blue"], ["cerulean", "a light shade of blue"]]}, {"answer": "slack", "hint": "synonyms for slack", "clues": [["slump", "a noticeable deterioration in performance or quality"], ["quag", "a soft wet area of low-lying land that sinks underfoot"], ["falling off", "a noticeable deterioration in performance or quality"], ["falloff", "a noticeable deterioration in performance or quality"], ["slackness", "the quality of being loose (not taut)"], ["mire", "a soft wet area of low-lying land that sinks underfoot"], ["morass", "a soft wet area of low-lying land that sinks underfoot"], ["drop-off", "a noticeable deterioration in performance or quality"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot"], ["slack water", "a stretch of water without current or movement"]]}, {"answer": "slick", "hint": "synonyms for slick", "clues": [["slipperiness", "a slippery smoothness"], ["slick magazine", "a magazine printed on good quality paper"], ["slip", "a slippery smoothness"], ["slickness", "a slippery smoothness"], ["glossy", "a magazine printed on good quality paper"]]}, {"answer": "snub", "hint": "synonyms for snub", "clues": [["cut", "a refusal to recognize someone you know"], ["cold shoulder", "a refusal to recognize someone you know"], ["rebuff", "an instance of driving away or warding off"], ["repulse", "an instance of driving away or warding off"]]}, {"answer": "soaring", "hint": "synonyms for soaring", "clues": [["sailplaning", "the activity of flying a glider"], ["gliding", "the activity of flying a glider"], ["sailing", "the activity of flying a glider"], ["glide", "the activity of flying a glider"]]}, {"answer": "solvent", "hint": "synonyms for solvent", "clues": [["dissolving agent", "a liquid substance capable of dissolving other substances"], ["solution", "a statement that solves a problem or explains how to solve the problem"], ["answer", "a statement that solves a problem or explains how to solve the problem"], ["result", "a statement that solves a problem or explains how to solve the problem"], ["dissolver", "a liquid substance capable of dissolving other substances"], ["resolvent", "a liquid substance capable of dissolving other substances"], ["dissolvent", "a liquid substance capable of dissolving other substances"]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["audio", "the audible part of a transmitted signal"], ["phone", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language"], ["speech sound", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language"], ["strait", "a narrow channel of the sea joining two larger bodies of water"], ["auditory sensation", "the subjective sensation of hearing something"]]}, {"answer": "speaking", "hint": "synonyms for speaking", "clues": [["speechmaking", "delivering an address to a public audience"], ["oral presentation", "delivering an address to a public audience"], ["speech production", "the utterance of intelligible speech"], ["public speaking", "delivering an address to a public audience"]]}, {"answer": "speckless", "hint": "synonyms for speckless", "clues": [["maculation", "a small contrasting part of something"], ["fleck", "a small contrasting part of something"], ["spot", "a small contrasting part of something"], ["dapple", "a small contrasting part of something"], ["patch", "a small contrasting part of something"], ["speckle", "a small contrasting part of something"]]}, {"answer": "spiral", "hint": "synonyms for spiral", "clues": [["volute", "a structure consisting of something wound in a continuous series of loops"], ["helix", "a curve that lies on the surface of a cylinder or cone and cuts the element at a constant angle"], ["whorl", "a structure consisting of something wound in a continuous series of loops"], ["coil", "a structure consisting of something wound in a continuous series of loops"]]}, {"answer": "split", "hint": "synonyms for split", "clues": [["rent", "the act of rending or ripping or splitting something"], ["stock split", "an increase in the number of outstanding shares of a corporation without changing the shareholders' equity"], ["rip", "an opening made forcibly as by pulling apart"], ["split up", "an increase in the number of outstanding shares of a corporation without changing the shareholders' equity"], ["schism", "division of a group into opposing factions"], ["tear", "an opening made forcibly as by pulling apart"], ["snag", "an opening made forcibly as by pulling apart"]]}, {"answer": "spread", "hint": "synonyms for spread", "clues": [["spreading", "process or result of distributing or extending over a wide expanse of space"], ["bed cover", "decorative cover for a bed"], ["paste", "a tasty mixture to be spread on bread or crackers or used in preparing other dishes"], ["banquet", "a meal that is well prepared and greatly enjoyed"], ["cattle ranch", "farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)"], ["spreadhead", "two facing pages of a book or other publication"], ["scatter", "a haphazard distribution in all directions"], ["gap", "a conspicuous disparity or difference as between two figures"], ["counterpane", "decorative cover for a bed"], ["facing pages", "two facing pages of a book or other publication"], ["feast", "a meal that is well prepared and greatly enjoyed"], ["bedspread", "decorative cover for a bed"], ["ranch", "farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)"], ["cattle farm", "farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)"]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["diddly-squat", "a small worthless amount"], ["knee bend", "exercising by repeatedly assuming a crouching position with the knees bent; strengthens the leg muscles"], ["jack", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddly", "a small worthless amount"], ["squatting", "the act of assuming or maintaining a crouching position with the knees bent and the buttocks near the heels"], ["diddlyshit", "a small worthless amount"], ["shit", "a small worthless amount"]]}, {"answer": "standard", "hint": "synonyms for standard", "clues": [["measure", "a basis for comparison; a reference point against which other things can be evaluated"], ["criterion", "the ideal in terms of which something can be judged"], ["touchstone", "a basis for comparison; a reference point against which other things can be evaluated"], ["banner", "any distinctive flag"], ["monetary standard", "the value behind the money in a monetary system"]]}, {"answer": "stereo", "hint": "synonyms for stereo", "clues": [["stereophony", "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound"], ["stereoscopic picture", "two photographs taken from slightly different angles that appear three-dimensional when viewed together"], ["stereo system", "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound"], ["stereoscopic photograph", "two photographs taken from slightly different angles that appear three-dimensional when viewed together"], ["stereophonic system", "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound"]]}, {"answer": "stern", "hint": "synonyms for stern", "clues": [["quarter", "the rear part of a ship"], ["poop", "the rear part of a ship"], ["tail", "the rear part of a ship"], ["after part", "the rear part of a ship"]]}, {"answer": "stimulant", "hint": "synonyms for stimulant", "clues": [["stimulus", "any stimulating information or event; acts to arouse action"], ["stimulant drug", "a drug that temporarily quickens some vital process"], ["stimulation", "any stimulating information or event; acts to arouse action"], ["input", "any stimulating information or event; acts to arouse action"], ["excitant", "a drug that temporarily quickens some vital process"]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["gunstock", "the handle of a handgun or the butt end of a rifle or shotgun or part of the support of a machine gun or artillery gun"], ["line of descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["fund", "a supply of something available for future use"], ["bloodline", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["strain", "a special variety of domesticated animals within a species"], ["stock certificate", "a certificate documenting the shareholder's ownership in the corporation"], ["ancestry", "the descendants of one individual"], ["store", "a supply of something available for future use"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["breed", "a special variety of domesticated animals within a species"], ["blood", "the descendants of one individual"], ["inventory", "the merchandise that a shop has on hand"], ["neckcloth", "an ornamental white cravat"], ["broth", "liquid in which meat and vegetables are simmered; used as a basis for e.g. soups or sauces"]]}, {"answer": "straining", "hint": "synonyms for straining", "clues": [["torture", "the act of distorting something so it seems to mean something it was not intended to mean"], ["strain", "an intense or violent exertion"], ["twisting", "the act of distorting something so it seems to mean something it was not intended to mean"], ["distortion", "the act of distorting something so it seems to mean something it was not intended to mean"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean"]]}, {"answer": "straw", "hint": "synonyms for straw", "clues": [["pale yellow", "a variable yellow tint; dull yellow, often diluted with white"], ["wheat", "a variable yellow tint; dull yellow, often diluted with white"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["drinking straw", "a thin paper or plastic tube used to suck liquids into the mouth"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"]]}, {"answer": "stretch", "hint": "synonyms for stretch", "clues": [["stretchiness", "the capacity for being stretched"], ["stretchability", "the capacity for being stretched"], ["stretching", "exercise designed to extend the limbs and muscles to their full extent"], ["stint", "an unbroken period of time during which you do something"], ["reaching", "the act of physically reaching or thrusting out"]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["impinging", "the physical coming together of two or more things"], ["hit", "the act of contacting one thing with another"], ["hitting", "the act of contacting one thing with another"], ["contact", "the physical coming together of two or more things"]]}, {"answer": "subject", "hint": "synonyms for subject", "clues": [["discipline", "a branch of knowledge"], ["content", "something (a person or object or scene) selected by an artist or photographer for graphic representation"], ["field", "a branch of knowledge"], ["depicted object", "something (a person or object or scene) selected by an artist or photographer for graphic representation"], ["study", "a branch of knowledge"], ["subject field", "a branch of knowledge"], ["issue", "some situation or event that is thought about"], ["topic", "the subject matter of a conversation or discussion"], ["subject area", "a branch of knowledge"], ["matter", "some situation or event that is thought about"], ["field of study", "a branch of knowledge"], ["bailiwick", "a branch of knowledge"], ["theme", "the subject matter of a conversation or discussion"]]}, {"answer": "submarine", "hint": "synonyms for submarine", "clues": [["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["pigboat", "a submersible warship usually armed with torpedoes"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "sunrise", "hint": "synonyms for sunrise", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["first light", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "surface", "hint": "synonyms for surface", "clues": [["airfoil", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight"], ["aerofoil", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight"], ["control surface", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight"], ["open", "information that has become public"]]}, {"answer": "swank", "hint": "synonyms for swank", "clues": [["chicness", "elegance by virtue of being fashionable"], ["stylishness", "elegance by virtue of being fashionable"], ["last word", "elegance by virtue of being fashionable"], ["smartness", "elegance by virtue of being fashionable"], ["chichi", "elegance by virtue of being fashionable"], ["modishness", "elegance by virtue of being fashionable"], ["chic", "elegance by virtue of being fashionable"]]}, {"answer": "sweet", "hint": "synonyms for sweet", "clues": [["afters", "a dish served as the last course of a meal"], ["confection", "a food rich in sugar"], ["sweetness", "the property of tasting as if it contains sugar"], ["dessert", "a dish served as the last course of a meal"], ["sugariness", "the taste experience when sugar dissolves in the mouth"]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["tantalization", "the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances"], ["comb-out", "the act of removing tangles from you hair with a comb"], ["tease", "the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances"], ["ribbing", "the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances"]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["recounting", "an act of narration"], ["singing", "disclosing information or giving evidence about another"], ["apprisal", "informing by words"], ["notification", "informing by words"], ["tattle", "disclosing information or giving evidence about another"], ["relation", "an act of narration"]]}, {"answer": "ten", "hint": "synonyms for ten", "clues": [["tenner", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["decade", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["ten-spot", "one of four playing cards in a deck with ten pips on the face"]]}, {"answer": "tender", "hint": "synonyms for tender", "clues": [["ship's boat", "a boat for communication between ship and shore"], ["cutter", "a boat for communication between ship and shore"], ["supply ship", "ship that usually provides supplies to other ships"], ["stamp", "something that can be used as an official medium of payment"], ["pinnace", "a boat for communication between ship and shore"], ["bid", "a formal proposal to buy at a specified price"], ["legal tender", "something that can be used as an official medium of payment"]]}, {"answer": "terminal", "hint": "synonyms for terminal", "clues": [["terminus", "station where transport vehicles load or unload passengers or goods"], ["end", "either extremity of something that has length"], ["pole", "a contact on an electrical device (such as a battery) at which electric current enters or leaves"], ["depot", "station where transport vehicles load or unload passengers or goods"]]}, {"answer": "ternary", "hint": "synonyms for ternary", "clues": [["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "testimonial", "hint": "synonyms for testimonial", "clues": [["testimony", "something that serves as evidence"], ["recommendation", "something that recommends (or expresses commendation of) a person or thing as worthy or desirable"], ["tribute", "something given or done as an expression of esteem"], ["good word", "something that recommends (or expresses commendation of) a person or thing as worthy or desirable"]]}, {"answer": "textbook", "hint": "synonyms for textbook", "clues": [["school text", "a book prepared for use in schools or colleges"], ["text", "a book prepared for use in schools or colleges"], ["schoolbook", "a book prepared for use in schools or colleges"], ["text edition", "a book prepared for use in schools or colleges"]]}, {"answer": "thickening", "hint": "synonyms for thickening", "clues": [["inspissation", "the act of thickening"], ["node", "any thickened enlargement"], ["thickener", "any material used to thicken"], ["knob", "any thickened enlargement"]]}, {"answer": "thieving", "hint": "synonyms for thieving", "clues": [["stealing", "the act of taking something from someone unlawfully"], ["thievery", "the act of taking something from someone unlawfully"], ["theft", "the act of taking something from someone unlawfully"], ["larceny", "the act of taking something from someone unlawfully"]]}, {"answer": "thinking", "hint": "synonyms for thinking", "clues": [["mentation", "the process of using your mind to consider something carefully"], ["intellection", "the process of using your mind to consider something carefully"], ["thought", "the process of using your mind to consider something carefully"], ["thought process", "the process of using your mind to consider something carefully"], ["cerebration", "the process of using your mind to consider something carefully"]]}, {"answer": "third", "hint": "synonyms for third", "clues": [["tierce", "one of three equal parts of a divisible whole"], ["one-third", "one of three equal parts of a divisible whole"], ["third base", "the fielding position of the player on a baseball team who is stationed near the third of the bases in the infield (counting counterclockwise from home plate)"], ["third gear", "the third from the lowest forward ratio gear in the gear box of a motor vehicle"]]}, {"answer": "thousand", "hint": "synonyms for thousand", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["yard", "the cardinal number that is the product of 10 and 100"], ["grand", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["1000", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "three", "hint": "synonyms for three", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "throwaway", "hint": "synonyms for throwaway", "clues": [["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["thump", "a heavy dull sound (as made by impact of heavy objects)"], ["clump", "a heavy dull sound (as made by impact of heavy objects)"], ["clunk", "a heavy dull sound (as made by impact of heavy objects)"], ["thud", "a heavy dull sound (as made by impact of heavy objects)"]]}, {"answer": "token", "hint": "synonyms for token", "clues": [["item", "an individual instance of a type of symbol"], ["keepsake", "something of sentimental value"], ["relic", "something of sentimental value"], ["souvenir", "something of sentimental value"]]}, {"answer": "tonic", "hint": "synonyms for tonic", "clues": [["quinine water", "lime- or lemon-flavored carbonated water containing quinine"], ["tonic water", "lime- or lemon-flavored carbonated water containing quinine"], ["soda pop", "a sweet drink containing carbonated water and flavoring"], ["soda", "a sweet drink containing carbonated water and flavoring"], ["pop", "a sweet drink containing carbonated water and flavoring"], ["soda water", "a sweet drink containing carbonated water and flavoring"], ["restorative", "a medicine that strengthens and invigorates"], ["keynote", "(music) the first note of a diatonic scale"]]}, {"answer": "top", "hint": "synonyms for top", "clues": [["peak", "the top or extreme point of something (usually a mountain or hill)"], ["top of the inning", "the first half of an inning; while the visiting team is at bat"], ["round top", "a canvas tent to house the audience at a circus performance"], ["spinning top", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["teetotum", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["circus tent", "a canvas tent to house the audience at a circus performance"], ["summit", "the top or extreme point of something (usually a mountain or hill)"], ["crest", "the top or extreme point of something (usually a mountain or hill)"], ["tip", "the top or extreme point of something (usually a mountain or hill)"], ["big top", "a canvas tent to house the audience at a circus performance"], ["upper side", "the highest or uppermost side of anything"], ["top side", "the highest or uppermost side of anything"], ["crown", "the top or extreme point of something (usually a mountain or hill)"], ["whirligig", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["cover", "covering for a hole (especially a hole in the top of a container)"], ["upside", "the highest or uppermost side of anything"]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["peak", "the top or extreme point of something (usually a mountain or hill)"], ["top", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["top of the inning", "the first half of an inning; while the visiting team is at bat"], ["round top", "a canvas tent to house the audience at a circus performance"], ["summit", "the top or extreme point of something (usually a mountain or hill)"], ["crest", "the top or extreme point of something (usually a mountain or hill)"], ["tip", "the top or extreme point of something (usually a mountain or hill)"], ["spinning top", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["teetotum", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["circus tent", "a canvas tent to house the audience at a circus performance"], ["big top", "a canvas tent to house the audience at a circus performance"], ["upper side", "the highest or uppermost side of anything"], ["top side", "the highest or uppermost side of anything"], ["crown", "the top or extreme point of something (usually a mountain or hill)"], ["whirligig", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["cover", "covering for a hole (especially a hole in the top of a container)"], ["upside", "the highest or uppermost side of anything"]]}, {"answer": "total", "hint": "synonyms for total", "clues": [["totality", "the whole amount"], ["sum", "the whole amount"], ["aggregate", "the whole amount"], ["amount", "a quantity obtained by the addition of a group of numbers"]]}, {"answer": "trillion", "hint": "synonyms for trillion", "clues": [["zillion", "a very large indefinite number (usually hyperbole)"], ["1000000000000", "the number that is represented as a one followed by 12 zeros"], ["one million million", "the number that is represented as a one followed by 12 zeros"], ["one million million million", "the number that is represented as a one followed by 18 zeros"]]}, {"answer": "triple", "hint": "synonyms for triple", "clues": [["trio", "a set of three similar things considered as a unit"], ["three-bagger", "a base hit at which the batter stops safely at third base"], ["triad", "a set of three similar things considered as a unit"], ["three-base hit", "a base hit at which the batter stops safely at third base"], ["triplet", "a set of three similar things considered as a unit"]]}, {"answer": "twilight", "hint": "synonyms for twilight", "clues": [["evenfall", "the time of day immediately following sunset"], ["nightfall", "the time of day immediately following sunset"], ["gloam", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["dusk", "the time of day immediately following sunset"]]}, {"answer": "twinkling", "hint": "synonyms for twinkling", "clues": [["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["torture", "the act of distorting something so it seems to mean something it was not intended to mean"], ["twirl", "the act of rotating rapidly"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean"], ["spin", "the act of rotating rapidly"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean"], ["whirl", "the act of rotating rapidly"], ["distortion", "the act of distorting something so it seems to mean something it was not intended to mean"], ["twist", "the act of rotating rapidly"]]}, {"answer": "umber", "hint": "synonyms for umber", "clues": [["chocolate", "a medium brown to dark-brown color"], ["burnt umber", "a medium brown to dark-brown color"], ["deep brown", "a medium brown to dark-brown color"], ["coffee", "a medium brown to dark-brown color"]]}, {"answer": "underground", "hint": "synonyms for underground", "clues": [["subway", "an electric railway operating below the surface of the ground (usually in a city)"], ["metro", "an electric railway operating below the surface of the ground (usually in a city)"], ["resistance", "a secret group organized to overthrow a government or occupation force"], ["subway system", "an electric railway operating below the surface of the ground (usually in a city)"], ["tube", "an electric railway operating below the surface of the ground (usually in a city)"]]}, {"answer": "understanding", "hint": "synonyms for understanding", "clues": [["apprehension", "the cognitive condition of someone who understands"], ["intellect", "the capacity for rational thought or inference or discrimination"], ["reason", "the capacity for rational thought or inference or discrimination"], ["discernment", "the cognitive condition of someone who understands"], ["savvy", "the cognitive condition of someone who understands"], ["sympathy", "an inclination to support or be loyal to or to agree with an opinion"], ["agreement", "the statement (oral or written) of an exchange of promises"]]}, {"answer": "union", "hint": "synonyms for union", "clues": [["trade union", "an organization of employees formed to bargain with the employer"], ["mating", "the act of pairing a male and female for reproductive purposes"], ["labor union", "an organization of employees formed to bargain with the employer"], ["pairing", "the act of pairing a male and female for reproductive purposes"], ["join", "a set containing all and only the members of two or more given sets"], ["uniting", "the act of making or becoming a single unit"], ["conjugation", "the act of pairing a male and female for reproductive purposes"], ["sexual union", "the act of pairing a male and female for reproductive purposes"], ["unification", "the act of making or becoming a single unit"], ["conglutination", "healing process involving the growing together of the edges of a wound or the growing together of broken bones"], ["brotherhood", "an organization of employees formed to bargain with the employer"], ["coupling", "the act of pairing a male and female for reproductive purposes"], ["jointure", "the act of making or becoming a single unit"], ["sum", "a set containing all and only the members of two or more given sets"]]}, {"answer": "upper", "hint": "synonyms for upper", "clues": [["amphetamine", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression"], ["pep pill", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression"], ["speed", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression"], ["upper berth", "the higher of two berths"]]}, {"answer": "uppercase", "hint": "synonyms for uppercase", "clues": [["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["overthrow", "the act of disturbing the mind or body"], ["turnover", "the act of upsetting something"], ["overturn", "the act of upsetting something"], ["swage", "a tool used to thicken or spread metal (the end of a bar or a rivet etc.) by forging or hammering or swaging"], ["derangement", "the act of disturbing the mind or body"]]}, {"answer": "utility", "hint": "synonyms for utility", "clues": [["service program", "(computer science) a program designed for general support of the processes of a computer"], ["utility program", "(computer science) a program designed for general support of the processes of a computer"], ["usefulness", "the quality of being of practical use"], ["public-service corporation", "a company that performs a public service; subject to government regulation"], ["public utility", "a company that performs a public service; subject to government regulation"], ["public utility company", "a company that performs a public service; subject to government regulation"]]}, {"answer": "v", "hint": "synonyms for v", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["vanadium", "a soft silvery white toxic metallic element used in steel alloys; it occurs in several complex minerals including carnotite and vanadinite"], ["volt", "a unit of potential equal to the potential difference between two points on a conductor carrying a current of 1 ampere when the power dissipated between the two points is 1 watt; equivalent to the potential difference across a resistance of 1 ohm when 1 ampere of current flows through it"], ["atomic number 23", "a soft silvery white toxic metallic element used in steel alloys; it occurs in several complex minerals including carnotite and vanadinite"]]}, {"answer": "variant", "hint": "synonyms for variant", "clues": [["form", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["version", "something a little different from others of the same type"], ["var.", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["chance variable", "a variable quantity that is random"], ["stochastic variable", "a variable quantity that is random"], ["variation", "something a little different from others of the same type"], ["discrepancy", "an event that departs from expectations"], ["variance", "an event that departs from expectations"], ["edition", "something a little different from others of the same type"], ["variate", "a variable quantity that is random"], ["strain", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["random variable", "a variable quantity that is random"]]}, {"answer": "vernacular", "hint": "synonyms for vernacular", "clues": [["lingo", "a characteristic language of a particular group (as among thieves)"], ["patois", "a characteristic language of a particular group (as among thieves)"], ["slang", "a characteristic language of a particular group (as among thieves)"], ["argot", "a characteristic language of a particular group (as among thieves)"], ["cant", "a characteristic language of a particular group (as among thieves)"], ["jargon", "a characteristic language of a particular group (as among thieves)"]]}, {"answer": "vi", "hint": "synonyms for vi", "clues": [["hexad", "the cardinal number that is the sum of five and one"], ["sextuplet", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "vii", "hint": "synonyms for vii", "clues": [["7", "the cardinal number that is the sum of six and one"], ["septet", "the cardinal number that is the sum of six and one"], ["septenary", "the cardinal number that is the sum of six and one"], ["heptad", "the cardinal number that is the sum of six and one"], ["seven", "the cardinal number that is the sum of six and one"], ["sevener", "the cardinal number that is the sum of six and one"]]}, {"answer": "viii", "hint": "synonyms for viii", "clues": [["8", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["octad", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octonary", "the cardinal number that is the sum of seven and one"]]}, {"answer": "volute", "hint": "synonyms for volute", "clues": [["spiral", "a structure consisting of something wound in a continuous series of loops"], ["whorl", "a structure consisting of something wound in a continuous series of loops"], ["helix", "a structure consisting of something wound in a continuous series of loops"], ["coil", "a structure consisting of something wound in a continuous series of loops"]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["slaughter", "a sound defeat"], ["trouncing", "a sound defeat"], ["thrashing", "a sound defeat"], ["whipping", "a sound defeat"], ["debacle", "a sound defeat"], ["drubbing", "a sound defeat"]]}, {"answer": "waste", "hint": "synonyms for waste", "clues": [["thriftlessness", "the trait of wasting resources"], ["barren", "an uninhabited wilderness that is worthless for cultivation"], ["dissipation", "useless or profitless activity; using or expending or consuming thoughtlessly or carelessly"], ["permissive waste", "(law) reduction in the value of an estate caused by act or neglect"], ["wastefulness", "the trait of wasting resources"], ["waste product", "any materials unused and rejected as worthless or unwanted"], ["waste matter", "any materials unused and rejected as worthless or unwanted"], ["waste material", "any materials unused and rejected as worthless or unwanted"], ["wasteland", "an uninhabited wilderness that is worthless for cultivation"]]}, {"answer": "wearable", "hint": "synonyms for wearable", "clues": [["vesture", "a covering designed to be worn on a person's body"], ["article of clothing", "a covering designed to be worn on a person's body"], ["clothing", "a covering designed to be worn on a person's body"], ["habiliment", "a covering designed to be worn on a person's body"], ["wear", "a covering designed to be worn on a person's body"]]}, {"answer": "wearing", "hint": "synonyms for wearing", "clues": [["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["eating away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["wear", "the act of having on your person as a covering or adornment"], ["erosion", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"]]}, {"answer": "whacking", "hint": "synonyms for whacking", "clues": [["beating", "the act of inflicting corporal punishment with repeated blows"], ["licking", "the act of inflicting corporal punishment with repeated blows"], ["drubbing", "the act of inflicting corporal punishment with repeated blows"], ["lacing", "the act of inflicting corporal punishment with repeated blows"], ["trouncing", "the act of inflicting corporal punishment with repeated blows"], ["thrashing", "the act of inflicting corporal punishment with repeated blows"]]}, {"answer": "whipping", "hint": "synonyms for whipping", "clues": [["debacle", "a sound defeat"], ["walloping", "a sound defeat"], ["whipstitch", "a sewing stitch passing over an edge diagonally"], ["slaughter", "a sound defeat"], ["trouncing", "a sound defeat"], ["thrashing", "a sound defeat"], ["beating", "the act of overcoming or outdoing"], ["flogging", "beating with a whip or strap or rope as a form of punishment"], ["lashing", "beating with a whip or strap or rope as a form of punishment"], ["tanning", "beating with a whip or strap or rope as a form of punishment"], ["flagellation", "beating with a whip or strap or rope as a form of punishment"], ["drubbing", "a sound defeat"]]}, {"answer": "whispering", "hint": "synonyms for whispering", "clues": [["whisper", "a light noise, like the noise of silk clothing or leaves blowing in the wind"], ["rustling", "a light noise, like the noise of silk clothing or leaves blowing in the wind"], ["rustle", "a light noise, like the noise of silk clothing or leaves blowing in the wind"], ["voicelessness", "speaking softly without vibration of the vocal cords"], ["susurration", "speaking softly without vibration of the vocal cords"]]}, {"answer": "white", "hint": "synonyms for white", "clues": [["albumen", "the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water"], ["egg white", "the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water"], ["flannel", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["gabardine", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["tweed", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["whiteness", "the quality or state of the achromatic color of greatest lightness (bearing the least resemblance to black)"], ["ovalbumin", "the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water"]]}, {"answer": "windup", "hint": "synonyms for windup", "clues": [["culmination", "a concluding action"], ["mop up", "a concluding action"], ["completion", "a concluding action"], ["closing", "a concluding action"]]}, {"answer": "winking", "hint": "synonyms for winking", "clues": [["wink", "a reflex that closes and opens the eyes rapidly"], ["nictation", "a reflex that closes and opens the eyes rapidly"], ["blink", "a reflex that closes and opens the eyes rapidly"], ["eye blink", "a reflex that closes and opens the eyes rapidly"]]}, {"answer": "wireless", "hint": "synonyms for wireless", "clues": [["radio", "medium for communication"], ["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radiocommunication", "medium for communication"], ["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"]]}, {"answer": "world", "hint": "synonyms for world", "clues": [["reality", "all of your experiences that determine how things appear to you"], ["earthly concern", "the concerns of this life as distinguished from heaven and the afterlife"], ["populace", "people in general considered as a whole"], ["existence", "everything that exists anywhere"], ["worldly concern", "the concerns of this life as distinguished from heaven and the afterlife"], ["macrocosm", "everything that exists anywhere"], ["earth", "the 3rd planet from the sun; the planet we live on"], ["public", "people in general considered as a whole"], ["domain", "people in general; especially a distinctive group of people with some shared interest"], ["cosmos", "everything that exists anywhere"], ["globe", "the 3rd planet from the sun; the planet we live on"], ["universe", "everything that exists anywhere"], ["creation", "everything that exists anywhere"]]}, {"answer": "x", "hint": "synonyms for x", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine"], ["tenner", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["decade", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["ten", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["cristal", "street names for methylenedioxymethamphetamine"], ["hug drug", "street names for methylenedioxymethamphetamine"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["ex", "the 24th letter of the Roman alphabet"], ["ecstasy", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"]]}, {"answer": "xiii", "hint": "synonyms for xiii", "clues": [["thirteen", "the cardinal number that is the sum of twelve and one"], ["baker's dozen", "the cardinal number that is the sum of twelve and one"], ["long dozen", "the cardinal number that is the sum of twelve and one"], ["13", "the cardinal number that is the sum of twelve and one"]]}, {"answer": "yielding", "hint": "synonyms for yielding", "clues": [["surrender", "a verbal act of admitting defeat"], ["conceding", "the act of conceding or yielding"], ["giving up", "a verbal act of admitting defeat"], ["concession", "the act of conceding or yielding"]]}, {"answer": "zero", "hint": "synonyms for zero", "clues": [["null", "a quantity of no importance"], ["cipher", "a mathematical element that when added to another number yields the same number"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["nought", "a mathematical element that when added to another number yields the same number"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["0", "a mathematical element that when added to another number yields the same number"], ["zero point", "the point on a scale from which positive or negative numerical quantities can be measured"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "as", "hint": "synonyms for as", "clues": [["axerophthol", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes"], ["angstrom", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation"], ["adenine", "(biochemistry) purine base found in DNA and RNA; pairs with thymine in DNA and with uracil in RNA"], ["arsenic", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar"], ["deoxyadenosine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)"], ["amp", "the basic unit of electric current adopted under the Systeme International d'Unites"], ["atomic number 33", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar"], ["angstrom unit", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation"], ["vitamin A", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes"], ["a", "the 1st letter of the Roman alphabet"], ["ampere", "the basic unit of electric current adopted under the Systeme International d'Unites"], ["antiophthalmic factor", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes"]]}, {"answer": "aside", "hint": "synonyms for aside", "clues": [["divagation", "a message that departs from the main subject"], ["parenthesis", "a message that departs from the main subject"], ["excursus", "a message that departs from the main subject"], ["digression", "a message that departs from the main subject"]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["boot", "the swift release of a store of affective force"], ["smash", "a conspicuous success"], ["blast", "a sudden very loud noise"], ["bash", "a vigorous blow"], ["eruption", "a sudden very loud noise"], ["clap", "a sudden very loud noise"], ["rush", "the swift release of a store of affective force"], ["smasher", "a conspicuous success"], ["hit", "a conspicuous success"], ["bam", "a sudden very loud noise"], ["kick", "the swift release of a store of affective force"], ["belt", "a vigorous blow"], ["charge", "the swift release of a store of affective force"], ["strike", "a conspicuous success"], ["flush", "the swift release of a store of affective force"], ["thrill", "the swift release of a store of affective force"], ["knock", "a vigorous blow"]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["dash", "the act of moving with great haste"], ["bolt of lightning", "a discharge of lightning accompanied by thunder"], ["deadbolt", "the part of a lock that is engaged or withdrawn with a key"], ["thunderbolt", "a discharge of lightning accompanied by thunder"]]}, {"answer": "con", "hint": "synonyms for con", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "course", "hint": "synonyms for course", "clues": [["class", "a body of students who are taught together"], ["course of study", "education imparted in a series of lessons or meetings"], ["track", "a line or route along which something travels or moves"], ["course of action", "a mode of action"], ["row", "(construction) a layer of masonry"], ["line", "a connected series of events or actions or developments"], ["form", "a body of students who are taught together"], ["grade", "a body of students who are taught together"], ["trend", "general line of orientation"], ["path", "a line or route along which something travels or moves"], ["course of instruction", "education imparted in a series of lessons or meetings"]]}, {"answer": "crossways", "hint": "synonyms for crossways", "clues": [["carrefour", "a junction where one street or road crosses another"], ["intersection", "a junction where one street or road crosses another"], ["crossing", "a junction where one street or road crosses another"], ["crossroad", "a junction where one street or road crosses another"], ["crossway", "a junction where one street or road crosses another"]]}, {"answer": "flop", "hint": "synonyms for flop", "clues": [["collapse", "the act of throwing yourself down"], ["floating-point operation", "an arithmetic operation performed on floating-point numbers"], ["fizzle", "a complete failure"], ["bust", "a complete failure"]]}, {"answer": "heaps", "hint": "synonyms for heaps", "clues": [["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["rafts", "a large number or amount"], ["piles", "a large number or amount"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["scores", "a large number or amount"], ["cumulation", "a collection of objects laid on top of each other"], ["deal", "(often followed by `of') a large number or amount or extent"], ["oodles", "a large number or amount"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["bus", "a car that is old and unreliable"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["stacks", "a large number or amount"], ["loads", "a large number or amount"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["jalopy", "a car that is old and unreliable"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["heap", "a collection of objects laid on top of each other"], ["dozens", "a large number or amount"], ["spate", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["lots", "a large number or amount"], ["lashings", "a large number or amount"], ["gobs", "a large number or amount"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["agglomerate", "a collection of objects laid on top of each other"], ["cumulus", "a collection of objects laid on top of each other"], ["mound", "a collection of objects laid on top of each other"], ["mint", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "heart_and_soul", "hint": "synonyms for heart and soul", "clues": [["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "hereafter", "hint": "synonyms for hereafter", "clues": [["afterlife", "life after death"], ["futurity", "the time yet to come"], ["future", "the time yet to come"], ["time to come", "the time yet to come"]]}, {"answer": "item", "hint": "synonyms for item", "clues": [["detail", "a small part that can be considered separately from the whole"], ["token", "an individual instance of a type of symbol"], ["point", "a distinct part that can be specified separately in a group of things that could be enumerated on a list"], ["particular", "a small part that can be considered separately from the whole"]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["lot", "a parcel of land having fixed boundaries"], ["heaps", "a large number or amount"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["rafts", "a large number or amount"], ["piles", "a large number or amount"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["scores", "a large number or amount"], ["band", "an unofficial association of people or groups"], ["deal", "(often followed by `of') a large number or amount or extent"], ["oodles", "a large number or amount"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["bunch", "any collection in its entirety"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["stacks", "a large number or amount"], ["draw", "anything (straws or pebbles etc.) taken or chosen at random"], ["loads", "a large number or amount"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["caboodle", "any collection in its entirety"], ["dozens", "a large number or amount"], ["spate", "(often followed by `of') a large number or amount or extent"], ["circle", "an unofficial association of people or groups"], ["set", "an unofficial association of people or groups"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "needs", "hint": "synonyms for needs", "clues": [["motive", "the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior"], ["need", "anything that is necessary but lacking"], ["want", "anything that is necessary but lacking"], ["motivation", "the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior"]]}, {"answer": "nothing", "hint": "synonyms for nothing", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["zip", "a quantity of no importance"]]}, {"answer": "part", "hint": "synonyms for part", "clues": [["share", "the part played by a person in bringing about a result"], ["component part", "something determined in relation to something that includes it"], ["percentage", "assets belonging to or due to or contributed by an individual person or group"], ["constituent", "something determined in relation to something that includes it"], ["character", "an actor's portrayal of someone in a play"], ["portion", "assets belonging to or due to or contributed by an individual person or group"], ["role", "the actions and activities assigned to or required or expected of a person or group"], ["office", "the actions and activities assigned to or required or expected of a person or group"], ["contribution", "the part played by a person in bringing about a result"], ["function", "the actions and activities assigned to or required or expected of a person or group"], ["theatrical role", "an actor's portrayal of someone in a play"], ["division", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["voice", "the melody carried by a particular voice or instrument in polyphonic music"], ["component", "something determined in relation to something that includes it"], ["region", "the extended spatial location of something"], ["section", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["piece", "a portion of a natural object"], ["persona", "an actor's portrayal of someone in a play"]]}, {"answer": "plenty", "hint": "synonyms for plenty", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["plenteousness", "a full supply"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["plentifulness", "a full supply"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenitude", "a full supply"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["thunder", "street names for heroin"], ["slap", "a blow from a flat object (as an open hand)"], ["smacking", "the act of smacking something; a blow delivered with an open hand"], ["scag", "street names for heroin"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["skag", "street names for heroin"], ["big H", "street names for heroin"], ["tang", "the taste experience when a savoury condiment is taken into the mouth"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["nip", "the taste experience when a savoury condiment is taken into the mouth"], ["hell dust", "street names for heroin"], ["nose drops", "street names for heroin"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"], ["smooch", "an enthusiastic kiss"]]}, {"answer": "smash", "hint": "synonyms for smash", "clues": [["bang", "a conspicuous success"], ["smash-up", "a serious collision (especially of motor vehicles)"], ["smasher", "a conspicuous success"], ["bash", "a vigorous blow"], ["hit", "a conspicuous success"], ["crash", "the act of colliding with something"], ["strike", "a conspicuous success"], ["belt", "a vigorous blow"], ["overhead", "a hard return hitting the tennis ball above your head"], ["knock", "a vigorous blow"]]}, {"answer": "soaking", "hint": "synonyms for soaking", "clues": [["soakage", "the process of becoming softened and saturated as a consequence of being immersed in water (or other liquid)"], ["sousing", "the act of making something completely wet"], ["soak", "the process of becoming softened and saturated as a consequence of being immersed in water (or other liquid)"], ["souse", "the act of making something completely wet"], ["drenching", "the act of making something completely wet"]]}, {"answer": "vis-a-vis", "hint": "synonyms for vis-a-vis", "clues": [["loveseat", "small sofa that seats two people"], ["tete-a-tete", "small sofa that seats two people"], ["counterpart", "a person or thing having the same function or characteristics as another"], ["opposite number", "a person or thing having the same function or characteristics as another"]]}, {"answer": "viva_voce", "hint": "synonyms for viva voce", "clues": [["oral", "an examination conducted by spoken communication"], ["oral exam", "an examination conducted by spoken communication"], ["viva", "an examination conducted by spoken communication"], ["oral examination", "an examination conducted by spoken communication"]]}, {"answer": "way", "hint": "synonyms for way", "clues": [["manner", "how something is done or how it happens"], ["elbow room", "space for movement"], ["means", "how a result is obtained or an end is achieved"], ["way of life", "a course of conduct"], ["mode", "how something is done or how it happens"], ["direction", "a line leading to a place or point"], ["path", "a course of conduct"], ["fashion", "how something is done or how it happens"], ["style", "how something is done or how it happens"], ["agency", "how a result is obtained or an end is achieved"], ["room", "space for movement"]]}, {"answer": "24-hour_interval", "hint": "synonyms for 24-hour interval", "clues": [["twenty-four hour period", "time for Earth to make a complete rotation on its axis"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis"], ["solar day", "time for Earth to make a complete rotation on its axis"], ["mean solar day", "time for Earth to make a complete rotation on its axis"], ["day", "time for Earth to make a complete rotation on its axis"]]}, {"answer": "a", "hint": "synonyms for a", "clues": [["axerophthol", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes"], ["angstrom", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation"], ["adenine", "(biochemistry) purine base found in DNA and RNA; pairs with thymine in DNA and with uracil in RNA"], ["deoxyadenosine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)"], ["amp", "the basic unit of electric current adopted under the Systeme International d'Unites"], ["angstrom unit", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation"], ["vitamin A", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes"], ["ampere", "the basic unit of electric current adopted under the Systeme International d'Unites"], ["antiophthalmic factor", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes"]]}, {"answer": "abatement", "hint": "synonyms for abatement", "clues": [["hiatus", "an interruption in the intensity or amount of something"], ["suspension", "an interruption in the intensity or amount of something"], ["respite", "an interruption in the intensity or amount of something"], ["reprieve", "an interruption in the intensity or amount of something"]]}, {"answer": "abc", "hint": "synonyms for abc", "clues": [["alphabet", "the elementary stages of any subject (usually plural)"], ["first rudiment", "the elementary stages of any subject (usually plural)"], ["first principle", "the elementary stages of any subject (usually plural)"], ["rudiment", "the elementary stages of any subject (usually plural)"]]}, {"answer": "abc's", "hint": "synonyms for abc's", "clues": [["alphabet", "the elementary stages of any subject (usually plural)"], ["first rudiment", "the elementary stages of any subject (usually plural)"], ["first principle", "the elementary stages of any subject (usually plural)"], ["rudiment", "the elementary stages of any subject (usually plural)"]]}, {"answer": "abcs", "hint": "synonyms for abcs", "clues": [["alphabet", "the elementary stages of any subject (usually plural)"], ["rudiment", "the elementary stages of any subject (usually plural)"], ["first principle", "the elementary stages of any subject (usually plural)"], ["first rudiment", "the elementary stages of any subject (usually plural)"]]}, {"answer": "abdominal_delivery", "hint": "synonyms for abdominal delivery", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "abhorrence", "hint": "synonyms for abhorrence", "clues": [["loathing", "hate coupled with disgust"], ["execration", "hate coupled with disgust"], ["detestation", "hate coupled with disgust"], ["odium", "hate coupled with disgust"], ["abomination", "hate coupled with disgust"]]}, {"answer": "abidance", "hint": "synonyms for abidance", "clues": [["conformity", "acting according to certain accepted standards"], ["residency", "the act of dwelling in a place"], ["compliance", "acting according to certain accepted standards"], ["conformation", "acting according to certain accepted standards"]]}, {"answer": "abnegation", "hint": "synonyms for abnegation", "clues": [["self-abnegation", "renunciation of your own interests in favor of the interests of others"], ["self-denial", "renunciation of your own interests in favor of the interests of others"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others"], ["denial", "renunciation of your own interests in favor of the interests of others"]]}, {"answer": "abode", "hint": "synonyms for abode", "clues": [["domicile", "housing that someone is living in"], ["home", "housing that someone is living in"], ["habitation", "housing that someone is living in"], ["dwelling", "housing that someone is living in"], ["dwelling house", "housing that someone is living in"], ["residence", "any address at which you dwell more than temporarily"]]}, {"answer": "abomination", "hint": "synonyms for abomination", "clues": [["loathing", "hate coupled with disgust"], ["execration", "hate coupled with disgust"], ["detestation", "hate coupled with disgust"], ["odium", "hate coupled with disgust"], ["abhorrence", "hate coupled with disgust"]]}, {"answer": "about-face", "hint": "synonyms for about-face", "clues": [["about turn", "act of pivoting 180 degrees, especially in a military formation"], ["policy change", "a major change in attitude or principle or point of view"], ["volte-face", "a major change in attitude or principle or point of view"], ["reversal", "a major change in attitude or principle or point of view"]]}, {"answer": "abrasion", "hint": "synonyms for abrasion", "clues": [["attrition", "erosion by friction"], ["detrition", "the wearing down of rock particles by friction due to water or wind or ice"], ["corrasion", "erosion by friction"], ["grinding", "the wearing down of rock particles by friction due to water or wind or ice"]]}, {"answer": "abruptness", "hint": "synonyms for abruptness", "clues": [["shortness", "an abrupt discourteous manner"], ["precipitance", "the quality of happening with headlong haste or without warning"], ["brusqueness", "an abrupt discourteous manner"], ["suddenness", "the quality of happening with headlong haste or without warning"], ["precipitousness", "the quality of happening with headlong haste or without warning"], ["precipitateness", "the quality of happening with headlong haste or without warning"], ["gruffness", "an abrupt discourteous manner"], ["curtness", "an abrupt discourteous manner"], ["steepness", "the property possessed by a slope that is very steep"]]}, {"answer": "absolutism", "hint": "synonyms for absolutism", "clues": [["totalism", "the principle of complete and unrestricted power in government"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "absorption", "hint": "synonyms for absorption", "clues": [["preoccupation", "the mental state of being preoccupied by something"], ["assimilation", "the process of absorbing nutrients into the body after digestion"], ["engrossment", "the mental state of being preoccupied by something"], ["preoccupancy", "the mental state of being preoccupied by something"], ["immersion", "complete attention; intense mental effort"], ["concentration", "complete attention; intense mental effort"], ["soaking up", "(chemistry) a process in which one substance permeates another; a fluid permeates or is dissolved by a liquid or solid"]]}, {"answer": "abstraction", "hint": "synonyms for abstraction", "clues": [["abstract", "a concept or idea not associated with any specific instance"], ["abstract entity", "a general concept formed by extracting common features from specific examples"], ["generalisation", "the process of formulating general concepts by abstracting common properties of instances"], ["abstractedness", "preoccupation with something to the exclusion of all else"]]}, {"answer": "abstruseness", "hint": "synonyms for abstruseness", "clues": [["reconditeness", "wisdom that is recondite and abstruse and profound"], ["obscureness", "the quality of being unclear or abstruse and hard to understand"], ["profoundness", "wisdom that is recondite and abstruse and profound"], ["profundity", "wisdom that is recondite and abstruse and profound"], ["obscurity", "the quality of being unclear or abstruse and hard to understand"], ["abstrusity", "wisdom that is recondite and abstruse and profound"]]}, {"answer": "abstrusity", "hint": "synonyms for abstrusity", "clues": [["abstruseness", "wisdom that is recondite and abstruse and profound"], ["profundity", "wisdom that is recondite and abstruse and profound"], ["reconditeness", "wisdom that is recondite and abstruse and profound"], ["profoundness", "wisdom that is recondite and abstruse and profound"]]}, {"answer": "absurdity", "hint": "synonyms for absurdity", "clues": [["absurdness", "a message whose content is at variance with reason"], ["ridiculousness", "a message whose content is at variance with reason"], ["fatuousness", "a ludicrous folly"], ["silliness", "a ludicrous folly"], ["fatuity", "a ludicrous folly"]]}, {"answer": "abuse", "hint": "synonyms for abuse", "clues": [["ill-treatment", "cruel or inhumane treatment"], ["contumely", "a rude expression intended to offend or hurt"], ["misuse", "improper or excessive use"], ["maltreatment", "cruel or inhumane treatment"], ["revilement", "a rude expression intended to offend or hurt"], ["insult", "a rude expression intended to offend or hurt"], ["vilification", "a rude expression intended to offend or hurt"], ["ill-usage", "cruel or inhumane treatment"]]}, {"answer": "ac", "hint": "synonyms for ac", "clues": [["actinium", "a radioactive element of the actinide series; found in uranium ores"], ["alternating current", "an electric current that reverses direction sinusoidally"], ["atomic number 89", "a radioactive element of the actinide series; found in uranium ores"], ["alternating electric current", "an electric current that reverses direction sinusoidally"]]}, {"answer": "acaroid_resin", "hint": "synonyms for acaroid resin", "clues": [["accaroid resin", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["gum accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["accroides gum", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"]]}, {"answer": "accaroid_resin", "hint": "synonyms for accaroid resin", "clues": [["accroides resin", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["gum accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["accroides gum", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"]]}, {"answer": "accelerator", "hint": "synonyms for accelerator", "clues": [["accelerator pedal", "a pedal that controls the throttle valve"], ["throttle", "a pedal that controls the throttle valve"], ["gun", "a pedal that controls the throttle valve"], ["throttle valve", "a valve that regulates the supply of fuel to the engine"], ["gas", "a pedal that controls the throttle valve"], ["catalyst", "(chemistry) a substance that initiates or accelerates a chemical reaction without itself being affected"], ["gas pedal", "a pedal that controls the throttle valve"], ["atom smasher", "a scientific instrument that increases the kinetic energy of charged particles"], ["particle accelerator", "a scientific instrument that increases the kinetic energy of charged particles"]]}, {"answer": "accelerator_pedal", "hint": "synonyms for accelerator pedal", "clues": [["gas pedal", "a pedal that controls the throttle valve"], ["accelerator", "a pedal that controls the throttle valve"], ["throttle", "a pedal that controls the throttle valve"], ["gas", "a pedal that controls the throttle valve"], ["gun", "a pedal that controls the throttle valve"]]}, {"answer": "accent", "hint": "synonyms for accent", "clues": [["idiom", "the usage or vocabulary that is characteristic of a specific group of people"], ["dialect", "the usage or vocabulary that is characteristic of a specific group of people"], ["stress", "the relative prominence of a syllable or musical note (especially with regard to stress or pitch)"], ["emphasis", "the relative prominence of a syllable or musical note (especially with regard to stress or pitch)"], ["speech pattern", "distinctive manner of oral expression"], ["accent mark", "a diacritical mark used to indicate stress or placed above a vowel to indicate a special pronunciation"]]}, {"answer": "acceptance", "hint": "synonyms for acceptance", "clues": [["acceptation", "the act of accepting with approval; favorable reception"], ["espousal", "the act of accepting with approval; favorable reception"], ["banker's acceptance", "banking: a time draft drawn on and accepted by a bank"], ["sufferance", "a disposition to tolerate or accept people or situations"], ["toleration", "a disposition to tolerate or accept people or situations"], ["adoption", "the act of accepting with approval; favorable reception"], ["credence", "the mental attitude that something is believable and should be accepted as true"]]}, {"answer": "acceptation", "hint": "synonyms for acceptation", "clues": [["espousal", "the act of accepting with approval; favorable reception"], ["word meaning", "the accepted meaning of a word"], ["adoption", "the act of accepting with approval; favorable reception"], ["word sense", "the accepted meaning of a word"], ["acceptance", "the act of accepting with approval; favorable reception"]]}, {"answer": "acceptor_rna", "hint": "synonyms for acceptor rna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"]]}, {"answer": "access", "hint": "synonyms for access", "clues": [["memory access", "(computer science) the operation of reading or writing stored information"], ["entree", "the right to enter"], ["admittance", "the right to enter"], ["approach", "a way of entering or leaving"], ["admission", "the right to enter"], ["access code", "a code (a series of characters or digits) that must be entered in some way (typed or dialed or spoken) to get the use of something (a telephone line or a computer or a local area network etc.)"], ["accession", "the right to enter"]]}, {"answer": "accessibility", "hint": "synonyms for accessibility", "clues": [["handiness", "the quality of being at hand when needed"], ["approachability", "the attribute of being easy to meet or deal with"], ["availableness", "the quality of being at hand when needed"], ["availability", "the quality of being at hand when needed"]]}, {"answer": "accession", "hint": "synonyms for accession", "clues": [["rise to power", "the act of attaining or gaining access to a new office or right or position (especially the throne)"], ["assenting", "agreeing with or consenting to (often unwillingly)"], ["entree", "the right to enter"], ["admittance", "the right to enter"], ["addition", "something added to what you already have"], ["access", "the right to enter"], ["admission", "the right to enter"]]}, {"answer": "acclivity", "hint": "synonyms for acclivity", "clues": [["raise", "an upward slope or grade (as in a road)"], ["ascent", "an upward slope or grade (as in a road)"], ["climb", "an upward slope or grade (as in a road)"], ["upgrade", "an upward slope or grade (as in a road)"]]}, {"answer": "accompaniment", "hint": "synonyms for accompaniment", "clues": [["support", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["backup", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["co-occurrence", "an event or situation that happens at the same time as or in connection with another"], ["escort", "the act of accompanying someone or something in order to protect them"], ["attendant", "an event or situation that happens at the same time as or in connection with another"], ["complement", "something added to complete or embellish or make perfect"], ["musical accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["concomitant", "an event or situation that happens at the same time as or in connection with another"]]}, {"answer": "accomplishment", "hint": "synonyms for accomplishment", "clues": [["skill", "an ability that has been acquired by training"], ["achievement", "the action of accomplishing something"], ["attainment", "an ability that has been acquired by training"], ["acquirement", "an ability that has been acquired by training"], ["acquisition", "an ability that has been acquired by training"]]}, {"answer": "accord", "hint": "synonyms for accord", "clues": [["treaty", "a written agreement between two states or sovereigns"], ["pact", "a written agreement between two states or sovereigns"], ["conformity", "concurrence of opinion"], ["accordance", "concurrence of opinion"]]}, {"answer": "account", "hint": "synonyms for account", "clues": [["news report", "a short account of the news"], ["story", "a record or narrative description of past events"], ["write up", "a short account of the news"], ["invoice", "an itemized statement of money owed for goods shipped or services rendered"], ["bill", "an itemized statement of money owed for goods shipped or services rendered"], ["chronicle", "a record or narrative description of past events"], ["score", "grounds"], ["account statement", "a statement of recent transactions and the resulting balance"], ["accounting", "a statement of recent transactions and the resulting balance"], ["report", "a short account of the news"], ["explanation", "a statement that makes something comprehensible by describing the relevant structure or operation or circumstances etc."], ["history", "a record or narrative description of past events"]]}, {"answer": "accounting", "hint": "synonyms for accounting", "clues": [["accounting system", "a bookkeeper's chronological list of related debits and credits of a business; forms part of a ledger of accounts"], ["account", "a statement of recent transactions and the resulting balance"], ["accountancy", "the occupation of maintaining and auditing records and preparing financial reports for a business"], ["method of accounting", "a bookkeeper's chronological list of related debits and credits of a business; forms part of a ledger of accounts"], ["account statement", "a statement of recent transactions and the resulting balance"]]}, {"answer": "accroides_resin", "hint": "synonyms for accroides resin", "clues": [["accaroid resin", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["gum accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"], ["accroides gum", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper"]]}, {"answer": "acculturation", "hint": "synonyms for acculturation", "clues": [["enculturation", "the adoption of the behavior patterns of the surrounding culture"], ["assimilation", "the process of assimilating new ideas into an existing cognitive structure"], ["socialisation", "the adoption of the behavior patterns of the surrounding culture"], ["culture", "all the knowledge and values shared by a society"]]}, {"answer": "accumulation", "hint": "synonyms for accumulation", "clues": [["collection", "several things grouped together or considered as a whole"], ["accretion", "an increase by natural growth or addition"], ["aggregation", "several things grouped together or considered as a whole"], ["accrual", "the act of accumulating"], ["assemblage", "several things grouped together or considered as a whole"], ["accruement", "the act of accumulating"]]}, {"answer": "acerbity", "hint": "synonyms for acerbity", "clues": [["tartness", "a rough and bitter manner"], ["jaundice", "a rough and bitter manner"], ["thorniness", "a rough and bitter manner"], ["acrimony", "a rough and bitter manner"], ["bitterness", "a rough and bitter manner"]]}, {"answer": "acetyl", "hint": "synonyms for acetyl", "clues": [["ethanoyl radical", "the organic group of acetic acid (CH3CO-)"], ["acetyl radical", "the organic group of acetic acid (CH3CO-)"], ["acetyl group", "the organic group of acetic acid (CH3CO-)"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)"]]}, {"answer": "acetyl_group", "hint": "synonyms for acetyl group", "clues": [["ethanoyl radical", "the organic group of acetic acid (CH3CO-)"], ["acetyl radical", "the organic group of acetic acid (CH3CO-)"], ["acetyl", "the organic group of acetic acid (CH3CO-)"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)"]]}, {"answer": "acetyl_radical", "hint": "synonyms for acetyl radical", "clues": [["ethanoyl radical", "the organic group of acetic acid (CH3CO-)"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)"], ["acetyl", "the organic group of acetic acid (CH3CO-)"], ["acetyl group", "the organic group of acetic acid (CH3CO-)"]]}, {"answer": "achromasia", "hint": "synonyms for achromasia", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"]]}, {"answer": "ack-ack", "hint": "synonyms for ack-ack", "clues": [["pom-pom", "artillery designed to shoot upward at airplanes"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes"], ["flak", "artillery designed to shoot upward at airplanes"], ["ack-ack gun", "artillery designed to shoot upward at airplanes"]]}, {"answer": "ack-ack_gun", "hint": "synonyms for ack-ack gun", "clues": [["pom-pom", "artillery designed to shoot upward at airplanes"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes"], ["flak", "artillery designed to shoot upward at airplanes"], ["ack-ack", "artillery designed to shoot upward at airplanes"]]}, {"answer": "acknowledgment", "hint": "synonyms for acknowledgment", "clues": [["acknowledgement", "a statement acknowledging something or someone"], ["citation", "a short note recognizing a source of information or of a quoted passage"], ["credit", "a short note recognizing a source of information or of a quoted passage"], ["cite", "a short note recognizing a source of information or of a quoted passage"], ["mention", "a short note recognizing a source of information or of a quoted passage"], ["reference", "a short note recognizing a source of information or of a quoted passage"], ["quotation", "a short note recognizing a source of information or of a quoted passage"]]}, {"answer": "acquirement", "hint": "synonyms for acquirement", "clues": [["skill", "an ability that has been acquired by training"], ["acquisition", "an ability that has been acquired by training"], ["accomplishment", "an ability that has been acquired by training"], ["attainment", "an ability that has been acquired by training"]]}, {"answer": "acquisition", "hint": "synonyms for acquisition", "clues": [["skill", "an ability that has been acquired by training"], ["accomplishment", "an ability that has been acquired by training"], ["attainment", "an ability that has been acquired by training"], ["acquirement", "an ability that has been acquired by training"], ["learning", "the cognitive process of acquiring skill or knowledge"]]}, {"answer": "acres", "hint": "synonyms for acres", "clues": [["estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["acre", "a unit of area (4840 square yards) used in English-speaking countries"], ["demesne", "extensive landed property (especially in the country) retained by the owner for his own use"], ["land", "extensive landed property (especially in the country) retained by the owner for his own use"]]}, {"answer": "acrimony", "hint": "synonyms for acrimony", "clues": [["acerbity", "a rough and bitter manner"], ["tartness", "a rough and bitter manner"], ["jaundice", "a rough and bitter manner"], ["thorniness", "a rough and bitter manner"], ["bitterness", "a rough and bitter manner"]]}, {"answer": "acrobatics", "hint": "synonyms for acrobatics", "clues": [["stunt flying", "the performance of stunts while in flight in an aircraft"], ["stunting", "the performance of stunts while in flight in an aircraft"], ["aerobatics", "the performance of stunts while in flight in an aircraft"], ["tumbling", "the gymnastic moves of an acrobat"]]}, {"answer": "acrylic", "hint": "synonyms for acrylic", "clues": [["acrylic paint", "used especially by artists"], ["acrylic resin", "a glassy thermoplastic; can be cast and molded or used in coatings and adhesives"], ["acrylate resin", "a glassy thermoplastic; can be cast and molded or used in coatings and adhesives"], ["acrylic fiber", "polymerized from acrylonitrile"]]}, {"answer": "act", "hint": "synonyms for act", "clues": [["number", "a short theatrical performance that is part of a longer program"], ["bit", "a short theatrical performance that is part of a longer program"], ["enactment", "a legal document codifying the result of deliberations of a committee or society or legislative body"], ["deed", "something that people do or cause to happen"], ["turn", "a short theatrical performance that is part of a longer program"], ["routine", "a short theatrical performance that is part of a longer program"], ["human action", "something that people do or cause to happen"], ["human activity", "something that people do or cause to happen"]]}, {"answer": "act_of_god", "hint": "synonyms for act of god", "clues": [["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events"]]}, {"answer": "action", "hint": "synonyms for action", "clues": [["activity", "a process existing in or produced by nature (rather than by the intent of human beings)"], ["legal action", "a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong"], ["military action", "a military engagement"], ["action mechanism", "the operating part that transmits power to a mechanism"], ["natural process", "a process existing in or produced by nature (rather than by the intent of human beings)"], ["natural action", "a process existing in or produced by nature (rather than by the intent of human beings)"], ["action at law", "a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong"]]}, {"answer": "activity", "hint": "synonyms for activity", "clues": [["action", "a process existing in or produced by nature (rather than by the intent of human beings)"], ["natural action", "a process existing in or produced by nature (rather than by the intent of human beings)"], ["bodily process", "an organic process that takes place in the body"], ["natural process", "a process existing in or produced by nature (rather than by the intent of human beings)"], ["activeness", "the trait of being active; moving or acting rapidly and energetically"], ["bodily function", "an organic process that takes place in the body"]]}, {"answer": "acts", "hint": "synonyms for acts", "clues": [["act", "something that people do or cause to happen"], ["number", "a short theatrical performance that is part of a longer program"], ["bit", "a short theatrical performance that is part of a longer program"], ["enactment", "a legal document codifying the result of deliberations of a committee or society or legislative body"], ["deed", "something that people do or cause to happen"], ["turn", "a short theatrical performance that is part of a longer program"], ["human action", "something that people do or cause to happen"], ["human activity", "something that people do or cause to happen"], ["routine", "a short theatrical performance that is part of a longer program"]]}, {"answer": "acuity", "hint": "synonyms for acuity", "clues": [["sharp-sightedness", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)"], ["keenness", "a quick and penetrating intelligence"], ["acuteness", "a quick and penetrating intelligence"], ["sharpness", "a quick and penetrating intelligence"], ["visual acuity", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)"]]}, {"answer": "adam", "hint": "synonyms for adam", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine"], ["cristal", "street names for methylenedioxymethamphetamine"], ["hug drug", "street names for methylenedioxymethamphetamine"], ["ecstasy", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"]]}, {"answer": "adams", "hint": "synonyms for adams", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine"], ["cristal", "street names for methylenedioxymethamphetamine"], ["hug drug", "street names for methylenedioxymethamphetamine"], ["ecstasy", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"]]}, {"answer": "add-in", "hint": "synonyms for add-in", "clues": [["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "add-on", "hint": "synonyms for add-on", "clues": [["addition", "a component that is added to something to improve it"], ["accessory", "a supplementary component that improves capability"], ["improver", "a component that is added to something to improve it"], ["supplement", "a supplementary component that improves capability"], ["appurtenance", "a supplementary component that improves capability"]]}, {"answer": "addition", "hint": "synonyms for addition", "clues": [["summation", "the arithmetic operation of summing; calculating the sum of two or more numbers"], ["improver", "a component that is added to something to improve it"], ["gain", "a quantity that is added"], ["accession", "something added to what you already have"], ["increase", "a quantity that is added"], ["add-on", "a component that is added to something to improve it"], ["plus", "the arithmetic operation of summing; calculating the sum of two or more numbers"]]}, {"answer": "address", "hint": "synonyms for address", "clues": [["destination", "written directions for finding some location; written on letters or packages that are to be delivered to that location"], ["speech", "the act of delivering a formal spoken communication to an audience"], ["reference", "(computer science) the code that identifies where a piece of information is stored"], ["name and address", "written directions for finding some location; written on letters or packages that are to be delivered to that location"], ["savoir-faire", "social skill"], ["computer address", "(computer science) the code that identifies where a piece of information is stored"]]}, {"answer": "adeptness", "hint": "synonyms for adeptness", "clues": [["quickness", "skillful performance or ability without difficulty"], ["facility", "skillful performance or ability without difficulty"], ["adroitness", "skillful performance or ability without difficulty"], ["deftness", "skillful performance or ability without difficulty"]]}, {"answer": "adherence", "hint": "synonyms for adherence", "clues": [["adhesion", "faithful support for a cause or political party or religion"], ["adhesiveness", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"], ["bond", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"], ["attachment", "faithful support for a cause or political party or religion"]]}, {"answer": "adhesion", "hint": "synonyms for adhesion", "clues": [["adherence", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"], ["bond", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"], ["adhesiveness", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"], ["attachment", "faithful support for a cause or political party or religion"]]}, {"answer": "adieu", "hint": "synonyms for adieu", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "adios", "hint": "synonyms for adios", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "adjustment", "hint": "synonyms for adjustment", "clues": [["modification", "the act of making something different (as e.g. the size of a garment)"], ["adaptation", "the process of adapting to something (such as environmental conditions)"], ["fitting", "making or becoming suitable; adjusting to circumstances"], ["registration", "the act of adjusting something to match a standard"], ["accommodation", "making or becoming suitable; adjusting to circumstances"], ["allowance", "an amount added or deducted on the basis of qualifying circumstances"], ["alteration", "the act of making something different (as e.g. the size of a garment)"], ["readjustment", "the act of adjusting something to match a standard"]]}, {"answer": "administration", "hint": "synonyms for administration", "clues": [["governing", "the act of governing; exercising authority"], ["presidency", "the tenure of a president"], ["organization", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["government", "the act of governing; exercising authority"], ["giving medication", "the act of administering medication"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["presidential term", "the tenure of a president"], ["government activity", "the act of governing; exercising authority"], ["disposal", "a method of tending to or managing the affairs of a some group of people (especially the group's business affairs)"], ["judicature", "the act of meting out justice according to the law"], ["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"]]}, {"answer": "admiralty_mile", "hint": "synonyms for admiralty mile", "clues": [["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"]]}, {"answer": "admiration", "hint": "synonyms for admiration", "clues": [["esteem", "a feeling of delighted approval and liking"], ["wonder", "the feeling aroused by something strange and surprising"], ["appreciation", "a favorable judgment"], ["wonderment", "the feeling aroused by something strange and surprising"]]}, {"answer": "admission", "hint": "synonyms for admission", "clues": [["price of admission", "the fee charged for admission"], ["admission fee", "the fee charged for admission"], ["admission charge", "the fee charged for admission"], ["admittance", "the act of admitting someone to enter"], ["admission price", "the fee charged for admission"], ["entrance money", "the fee charged for admission"], ["entrance fee", "the fee charged for admission"], ["entree", "the right to enter"], ["access", "the right to enter"], ["accession", "the right to enter"]]}, {"answer": "admission_charge", "hint": "synonyms for admission charge", "clues": [["entrance fee", "the fee charged for admission"], ["admission", "the fee charged for admission"], ["price of admission", "the fee charged for admission"], ["admission price", "the fee charged for admission"], ["entrance money", "the fee charged for admission"], ["admission fee", "the fee charged for admission"]]}, {"answer": "admission_fee", "hint": "synonyms for admission fee", "clues": [["entrance fee", "the fee charged for admission"], ["admission", "the fee charged for admission"], ["price of admission", "the fee charged for admission"], ["admission price", "the fee charged for admission"], ["entrance money", "the fee charged for admission"], ["admission charge", "the fee charged for admission"]]}, {"answer": "admission_price", "hint": "synonyms for admission price", "clues": [["admission", "the fee charged for admission"], ["price of admission", "the fee charged for admission"], ["entrance money", "the fee charged for admission"], ["entrance fee", "the fee charged for admission"], ["admission fee", "the fee charged for admission"], ["admission charge", "the fee charged for admission"]]}, {"answer": "admittance", "hint": "synonyms for admittance", "clues": [["entree", "the right to enter"], ["admission", "the act of admitting someone to enter"], ["access", "the right to enter"], ["accession", "the right to enter"]]}, {"answer": "admixture", "hint": "synonyms for admixture", "clues": [["mixture", "the act of mixing together"], ["mixing", "the act of mixing together"], ["commixture", "the act of mixing together"], ["intermixture", "the act of mixing together"]]}, {"answer": "admonition", "hint": "synonyms for admonition", "clues": [["monition", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)"], ["admonishment", "a firm rebuke"], ["word of advice", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)"], ["warning", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)"]]}, {"answer": "ado", "hint": "synonyms for ado", "clues": [["bustle", "a rapid active commotion"], ["hustle", "a rapid active commotion"], ["fuss", "a rapid active commotion"], ["flurry", "a rapid active commotion"], ["stir", "a rapid active commotion"]]}, {"answer": "adoption", "hint": "synonyms for adoption", "clues": [["acceptation", "the act of accepting with approval; favorable reception"], ["espousal", "the act of accepting with approval; favorable reception"], ["acceptance", "the act of accepting with approval; favorable reception"], ["borrowing", "the appropriation (of ideas or words etc) from another source"]]}, {"answer": "adps", "hint": "synonyms for adps", "clues": [["computer system", "a system of one or more computers and associated software with common storage"], ["adenosine diphosphate", "an ester of adenosine that is converted to ATP for energy storage"], ["automatic data processing system", "a system of one or more computers and associated software with common storage"], ["computing system", "a system of one or more computers and associated software with common storage"]]}, {"answer": "adroitness", "hint": "synonyms for adroitness", "clues": [["adeptness", "skillful performance or ability without difficulty"], ["quickness", "skillful performance or ability without difficulty"], ["facility", "skillful performance or ability without difficulty"], ["deftness", "skillful performance or ability without difficulty"]]}, {"answer": "advancement", "hint": "synonyms for advancement", "clues": [["furtherance", "encouragement of the progress or growth or acceptance of something"], ["progress", "gradual improvement or growth or development"], ["onward motion", "the act of moving forward (as toward a goal)"], ["promotion", "encouragement of the progress or growth or acceptance of something"], ["procession", "the act of moving forward (as toward a goal)"], ["advance", "the act of moving forward (as toward a goal)"]]}, {"answer": "advantageousness", "hint": "synonyms for advantageousness", "clues": [["positiveness", "the quality of being encouraging or promising of a successful outcome"], ["profitableness", "the quality of being encouraging or promising of a successful outcome"], ["favorableness", "the quality of being encouraging or promising of a successful outcome"], ["positivity", "the quality of being encouraging or promising of a successful outcome"]]}, {"answer": "advertisement", "hint": "synonyms for advertisement", "clues": [["advertising", "a public promotion of some product or service"], ["advertizement", "a public promotion of some product or service"], ["ad", "a public promotion of some product or service"], ["advert", "a public promotion of some product or service"]]}, {"answer": "advertising", "hint": "synonyms for advertising", "clues": [["advertisement", "a public promotion of some product or service"], ["ad", "a public promotion of some product or service"], ["advert", "a public promotion of some product or service"], ["publicizing", "the business of drawing public attention to goods and services"], ["advertizing", "a public promotion of some product or service"]]}, {"answer": "advertizement", "hint": "synonyms for advertizement", "clues": [["advertising", "a public promotion of some product or service"], ["advertisement", "a public promotion of some product or service"], ["ad", "a public promotion of some product or service"], ["advert", "a public promotion of some product or service"]]}, {"answer": "advertizing", "hint": "synonyms for advertizing", "clues": [["advertising", "a public promotion of some product or service"], ["advertisement", "a public promotion of some product or service"], ["ad", "a public promotion of some product or service"], ["advert", "a public promotion of some product or service"]]}, {"answer": "aegir", "hint": "synonyms for aegir", "clues": [["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"]]}, {"answer": "aegis", "hint": "synonyms for aegis", "clues": [["breastplate", "armor plate that protects the chest; the front part of a cuirass"], ["protection", "kindly endorsement and guidance"], ["auspices", "kindly endorsement and guidance"], ["egis", "armor plate that protects the chest; the front part of a cuirass"]]}, {"answer": "aerial_tramway", "hint": "synonyms for aerial tramway", "clues": [["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"]]}, {"answer": "aerosol", "hint": "synonyms for aerosol", "clues": [["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"]]}, {"answer": "aerosol_bomb", "hint": "synonyms for aerosol bomb", "clues": [["vacuum bomb", "a bomb that uses a fuel-air explosive"], ["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["volume-detonation bomb", "a bomb that uses a fuel-air explosive"], ["thermobaric bomb", "a bomb that uses a fuel-air explosive"], ["fuel-air bomb", "a bomb that uses a fuel-air explosive"], ["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"]]}, {"answer": "aerosol_can", "hint": "synonyms for aerosol can", "clues": [["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"]]}, {"answer": "aerosol_container", "hint": "synonyms for aerosol container", "clues": [["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"]]}, {"answer": "aesthesis", "hint": "synonyms for aesthesis", "clues": [["esthesis", "an unelaborated elementary awareness of stimulation"], ["sense impression", "an unelaborated elementary awareness of stimulation"], ["sense datum", "an unelaborated elementary awareness of stimulation"], ["sense experience", "an unelaborated elementary awareness of stimulation"], ["sensation", "an unelaborated elementary awareness of stimulation"]]}, {"answer": "affability", "hint": "synonyms for affability", "clues": [["bonhomie", "a disposition to be friendly and approachable (easy to talk to)"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)"], ["geniality", "a disposition to be friendly and approachable (easy to talk to)"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)"]]}, {"answer": "affableness", "hint": "synonyms for affableness", "clues": [["bonhomie", "a disposition to be friendly and approachable (easy to talk to)"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)"], ["affability", "a disposition to be friendly and approachable (easy to talk to)"], ["geniality", "a disposition to be friendly and approachable (easy to talk to)"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)"]]}, {"answer": "affair", "hint": "synonyms for affair", "clues": [["social function", "a vaguely specified social event"], ["matter", "a vaguely specified concern"], ["thing", "a vaguely specified concern"], ["occasion", "a vaguely specified social event"], ["function", "a vaguely specified social event"], ["social occasion", "a vaguely specified social event"]]}, {"answer": "affairs", "hint": "synonyms for affairs", "clues": [["affair", "a vaguely specified social event"], ["personal matters", "matters of personal concern"], ["social occasion", "a vaguely specified social event"], ["matter", "a vaguely specified concern"], ["thing", "a vaguely specified concern"], ["personal business", "matters of personal concern"], ["occasion", "a vaguely specified social event"], ["function", "a vaguely specified social event"], ["social function", "a vaguely specified social event"]]}, {"answer": "affection", "hint": "synonyms for affection", "clues": [["tenderness", "a positive feeling of liking"], ["fondness", "a positive feeling of liking"], ["warmheartedness", "a positive feeling of liking"], ["warmness", "a positive feeling of liking"], ["philia", "a positive feeling of liking"], ["heart", "a positive feeling of liking"], ["affectionateness", "a positive feeling of liking"]]}, {"answer": "affectionateness", "hint": "synonyms for affectionateness", "clues": [["philia", "a positive feeling of liking"], ["tenderness", "a positive feeling of liking"], ["heart", "a positive feeling of liking"], ["warmth", "a quality proceeding from feelings of affection or love"], ["lovingness", "a quality proceeding from feelings of affection or love"], ["fondness", "a quality proceeding from feelings of affection or love"], ["warmheartedness", "a positive feeling of liking"], ["warmness", "a positive feeling of liking"], ["affection", "a positive feeling of liking"]]}, {"answer": "affirmation", "hint": "synonyms for affirmation", "clues": [["avouchment", "a statement asserting the existence or the truth of something"], ["statement", "the act of affirming or asserting or stating something"], ["assertion", "the act of affirming or asserting or stating something"], ["avowal", "a statement asserting the existence or the truth of something"]]}, {"answer": "affray", "hint": "synonyms for affray", "clues": [["fray", "a noisy fight"], ["disturbance", "a noisy fight"], ["altercation", "noisy quarrel"], ["fracas", "noisy quarrel"], ["ruffle", "a noisy fight"]]}, {"answer": "after_part", "hint": "synonyms for after part", "clues": [["quarter", "the rear part of a ship"], ["poop", "the rear part of a ship"], ["tail", "the rear part of a ship"], ["stern", "the rear part of a ship"]]}, {"answer": "age", "hint": "synonyms for age", "clues": [["eld", "a time of life (usually defined in years) at which some particular qualification or power arises"], ["years", "a late time of life"], ["old age", "a late time of life"], ["historic period", "an era of history having some distinctive feature"], ["long time", "a prolonged period of time"], ["geezerhood", "a late time of life"]]}, {"answer": "agency", "hint": "synonyms for agency", "clues": [["bureau", "an administrative unit of government"], ["office", "an administrative unit of government"], ["federal agency", "an administrative unit of government"], ["way", "how a result is obtained or an end is achieved"], ["government agency", "an administrative unit of government"], ["authority", "an administrative unit of government"], ["means", "how a result is obtained or an end is achieved"]]}, {"answer": "agenda", "hint": "synonyms for agenda", "clues": [["docket", "a temporally organized plan for matters to be attended to"], ["agendum", "a list of matters to be taken up (as at a meeting)"], ["schedule", "a temporally organized plan for matters to be attended to"], ["order of business", "a list of matters to be taken up (as at a meeting)"]]}, {"answer": "aggravation", "hint": "synonyms for aggravation", "clues": [["provocation", "unfriendly behavior that causes anger or resentment"], ["irritation", "unfriendly behavior that causes anger or resentment"], ["exacerbation", "action that makes a problem or a disease (or its symptoms) worse"], ["exasperation", "an exasperated feeling of annoyance"]]}, {"answer": "aggregation", "hint": "synonyms for aggregation", "clues": [["collecting", "the act of gathering something together"], ["accumulation", "several things grouped together or considered as a whole"], ["assemblage", "several things grouped together or considered as a whole"], ["assembling", "the act of gathering something together"]]}, {"answer": "agility", "hint": "synonyms for agility", "clues": [["legerity", "the gracefulness of a person or animal that is quick and nimble"], ["lightness", "the gracefulness of a person or animal that is quick and nimble"], ["lightsomeness", "the gracefulness of a person or animal that is quick and nimble"], ["nimbleness", "the gracefulness of a person or animal that is quick and nimble"]]}, {"answer": "agitation", "hint": "synonyms for agitation", "clues": [["hullabaloo", "disturbance usually in protest"], ["excitement", "disturbance usually in protest"], ["upheaval", "disturbance usually in protest"], ["turmoil", "disturbance usually in protest"]]}, {"answer": "agreement", "hint": "synonyms for agreement", "clues": [["arrangement", "the thing arranged or agreed to"], ["understanding", "the statement (oral or written) of an exchange of promises"], ["correspondence", "compatibility of observations"], ["concord", "the determination of grammatical inflection on the basis of word relations"]]}, {"answer": "agriculture", "hint": "synonyms for agriculture", "clues": [["farming", "the practice of cultivating the land or raising stock"], ["husbandry", "the practice of cultivating the land or raising stock"], ["factory farm", "a large-scale farming enterprise"], ["agribusiness", "a large-scale farming enterprise"]]}, {"answer": "aid", "hint": "synonyms for aid", "clues": [["help", "a resource"], ["assistance", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose"], ["attention", "the work of providing treatment for or attending to someone or something"], ["tending", "the work of providing treatment for or attending to someone or something"], ["assist", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose"], ["care", "the work of providing treatment for or attending to someone or something"], ["financial aid", "money to support a worthy person or cause"], ["economic aid", "money to support a worthy person or cause"]]}, {"answer": "aids", "hint": "synonyms for aids", "clues": [["aid", "a resource"], ["assistance", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose"], ["attention", "the work of providing treatment for or attending to someone or something"], ["help", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose"], ["tending", "the work of providing treatment for or attending to someone or something"], ["financial aid", "money to support a worthy person or cause"], ["assist", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose"], ["care", "the work of providing treatment for or attending to someone or something"], ["economic aid", "money to support a worthy person or cause"]]}, {"answer": "aim", "hint": "synonyms for aim", "clues": [["bearing", "the direction or path along which something moves or along which it lies"], ["intention", "an anticipated outcome that is intended or that guides your planned actions"], ["objective", "the goal intended to be attained (and which is believed to be attainable)"], ["intent", "an anticipated outcome that is intended or that guides your planned actions"], ["target", "the goal intended to be attained (and which is believed to be attainable)"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions"], ["object", "the goal intended to be attained (and which is believed to be attainable)"], ["design", "an anticipated outcome that is intended or that guides your planned actions"], ["heading", "the direction or path along which something moves or along which it lies"]]}, {"answer": "air", "hint": "synonyms for air", "clues": [["atmosphere", "the mass of air surrounding the Earth"], ["zephyr", "a slight wind (usually refreshing)"], ["tune", "a succession of notes forming a distinctive sequence"], ["melodic line", "a succession of notes forming a distinctive sequence"], ["breeze", "a slight wind (usually refreshing)"], ["melodic phrase", "a succession of notes forming a distinctive sequence"], ["line", "a succession of notes forming a distinctive sequence"], ["airwave", "medium for radio and television broadcasting"], ["aviation", "travel via aircraft"], ["strain", "a succession of notes forming a distinctive sequence"], ["melody", "a succession of notes forming a distinctive sequence"], ["air travel", "travel via aircraft"], ["gentle wind", "a slight wind (usually refreshing)"], ["aura", "a distinctive but intangible quality surrounding a person or thing"]]}, {"answer": "air-sleeve", "hint": "synonyms for air-sleeve", "clues": [["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "air_castle", "hint": "synonyms for air castle", "clues": [["castle in Spain", "absentminded dreaming while awake"], ["castle in the air", "absentminded dreaming while awake"], ["daydream", "absentminded dreaming while awake"], ["oneirism", "absentminded dreaming while awake"], ["revery", "absentminded dreaming while awake"], ["reverie", "absentminded dreaming while awake"]]}, {"answer": "air_mile", "hint": "synonyms for air mile", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"]]}, {"answer": "air_sock", "hint": "synonyms for air sock", "clues": [["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "airing", "hint": "synonyms for airing", "clues": [["dissemination", "the opening of a subject to widespread discussion and debate"], ["spreading", "the opening of a subject to widespread discussion and debate"], ["public exposure", "the opening of a subject to widespread discussion and debate"], ["ventilation", "the act of supplying fresh air and getting rid of foul air"]]}, {"answer": "airs", "hint": "synonyms for airs", "clues": [["air", "the region above the ground"], ["atmosphere", "the mass of air surrounding the Earth"], ["tune", "a succession of notes forming a distinctive sequence"], ["melodic line", "a succession of notes forming a distinctive sequence"], ["airwave", "medium for radio and television broadcasting"], ["line", "a succession of notes forming a distinctive sequence"], ["air travel", "travel via aircraft"], ["aura", "a distinctive but intangible quality surrounding a person or thing"], ["zephyr", "a slight wind (usually refreshing)"], ["breeze", "a slight wind (usually refreshing)"], ["melodic phrase", "a succession of notes forming a distinctive sequence"], ["aviation", "travel via aircraft"], ["melody", "a succession of notes forming a distinctive sequence"], ["strain", "a succession of notes forming a distinctive sequence"], ["pose", "affected manners intended to impress others"], ["gentle wind", "a slight wind (usually refreshing)"]]}, {"answer": "airstream", "hint": "synonyms for airstream", "clues": [["backwash", "the flow of air that is driven backwards by an aircraft propeller"], ["wash", "the flow of air that is driven backwards by an aircraft propeller"], ["race", "the flow of air that is driven backwards by an aircraft propeller"], ["slipstream", "the flow of air that is driven backwards by an aircraft propeller"]]}, {"answer": "airway", "hint": "synonyms for airway", "clues": [["air passage", "a duct that provides ventilation (as in mines)"], ["airline", "a commercial enterprise that provides scheduled flights for passengers"], ["skyway", "a designated route followed by airplanes in flying from one airport to another"], ["airline business", "a commercial enterprise that provides scheduled flights for passengers"], ["air lane", "a designated route followed by airplanes in flying from one airport to another"], ["air duct", "a duct that provides ventilation (as in mines)"], ["flight path", "a designated route followed by airplanes in flying from one airport to another"]]}, {"answer": "alarm", "hint": "synonyms for alarm", "clues": [["warning signal", "an automatic signal (usually a sound) warning of danger"], ["consternation", "fear resulting from the awareness of danger"], ["alarum", "an automatic signal (usually a sound) warning of danger"], ["alarm system", "a device that signals the occurrence of some undesirable event"], ["alarm clock", "a clock that wakes a sleeper at some preset time"], ["warning device", "a device that signals the occurrence of some undesirable event"], ["dismay", "fear resulting from the awareness of danger"], ["alert", "an automatic signal (usually a sound) warning of danger"]]}, {"answer": "alcohol", "hint": "synonyms for alcohol", "clues": [["alcoholic drink", "a liquor or brew containing alcohol as the active agent"], ["alcoholic beverage", "a liquor or brew containing alcohol as the active agent"], ["intoxicant", "a liquor or brew containing alcohol as the active agent"], ["inebriant", "a liquor or brew containing alcohol as the active agent"]]}, {"answer": "alcoholic_beverage", "hint": "synonyms for alcoholic beverage", "clues": [["alcoholic drink", "a liquor or brew containing alcohol as the active agent"], ["intoxicant", "a liquor or brew containing alcohol as the active agent"], ["alcohol", "a liquor or brew containing alcohol as the active agent"], ["inebriant", "a liquor or brew containing alcohol as the active agent"]]}, {"answer": "alcoholic_drink", "hint": "synonyms for alcoholic drink", "clues": [["alcoholic beverage", "a liquor or brew containing alcohol as the active agent"], ["intoxicant", "a liquor or brew containing alcohol as the active agent"], ["alcohol", "a liquor or brew containing alcohol as the active agent"], ["inebriant", "a liquor or brew containing alcohol as the active agent"]]}, {"answer": "alertness", "hint": "synonyms for alertness", "clues": [["on the qui vive", "lively attentiveness"], ["wakefulness", "the process of paying close and continuous attention"], ["watchfulness", "the process of paying close and continuous attention"], ["vigilance", "the process of paying close and continuous attention"], ["sharp-sightedness", "lively attentiveness"]]}, {"answer": "alignment", "hint": "synonyms for alignment", "clues": [["alinement", "an organization of people (or countries) involved in a pact or treaty"], ["alliance", "an organization of people (or countries) involved in a pact or treaty"], ["coalition", "an organization of people (or countries) involved in a pact or treaty"], ["conjunction", "(astronomy) apparent meeting or passing of two or more celestial bodies in the same degree of the zodiac"]]}, {"answer": "aliment", "hint": "synonyms for aliment", "clues": [["alimentation", "a source of materials to nourish the body"], ["sustenance", "a source of materials to nourish the body"], ["nutriment", "a source of materials to nourish the body"], ["nutrition", "a source of materials to nourish the body"], ["victuals", "a source of materials to nourish the body"], ["nourishment", "a source of materials to nourish the body"]]}, {"answer": "alimentation", "hint": "synonyms for alimentation", "clues": [["aliment", "a source of materials to nourish the body"], ["sustenance", "a source of materials to nourish the body"], ["nutriment", "a source of materials to nourish the body"], ["nutrition", "a source of materials to nourish the body"], ["victuals", "a source of materials to nourish the body"], ["nourishment", "a source of materials to nourish the body"], ["feeding", "the act of supplying food and nourishment"]]}, {"answer": "alkane", "hint": "synonyms for alkane", "clues": [["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"]]}, {"answer": "alkane_series", "hint": "synonyms for alkane series", "clues": [["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"]]}, {"answer": "allegiance", "hint": "synonyms for allegiance", "clues": [["commitment", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["loyalty", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["fealty", "the loyalty that citizens owe to their country (or subjects to their sovereign)"], ["dedication", "the act of binding yourself (intellectually or emotionally) to a course of action"]]}, {"answer": "allegory", "hint": "synonyms for allegory", "clues": [["emblem", "a visible symbol representing an abstract idea"], ["parable", "a short moral story (often with animal characters)"], ["apologue", "a short moral story (often with animal characters)"], ["fable", "a short moral story (often with animal characters)"]]}, {"answer": "alleviation", "hint": "synonyms for alleviation", "clues": [["relief", "the act of reducing something unpleasant (as pain or annoyance)"], ["easement", "the act of reducing something unpleasant (as pain or annoyance)"], ["assuagement", "the feeling that comes when something burdensome is removed or reduced"], ["easing", "the act of reducing something unpleasant (as pain or annoyance)"]]}, {"answer": "alley", "hint": "synonyms for alley", "clues": [["alleyway", "a narrow street with walls on both sides"], ["skittle alley", "a lane down which a bowling ball is rolled toward pins"], ["back street", "a narrow street with walls on both sides"], ["bowling alley", "a lane down which a bowling ball is rolled toward pins"]]}, {"answer": "alliance", "hint": "synonyms for alliance", "clues": [["coalition", "an organization of people (or countries) involved in a pact or treaty"], ["alinement", "an organization of people (or countries) involved in a pact or treaty"], ["bond", "a connection based on kinship or marriage or common interest"], ["confederation", "the act of forming an alliance or confederation"]]}, {"answer": "allocation", "hint": "synonyms for allocation", "clues": [["allotment", "a share set aside for a specific purpose"], ["storage allocation", "(computer science) the assignment of particular areas of a magnetic disk to particular data or instructions"], ["parceling", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan"]]}, {"answer": "allotment", "hint": "synonyms for allotment", "clues": [["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["parceling", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan"]]}, {"answer": "allowance", "hint": "synonyms for allowance", "clues": [["valuation account", "a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets"], ["leeway", "a permissible difference; allowing some freedom to move within limits"], ["margin", "a permissible difference; allowing some freedom to move within limits"], ["tolerance", "a permissible difference; allowing some freedom to move within limits"], ["adjustment", "an amount added or deducted on the basis of qualifying circumstances"], ["valuation reserve", "a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets"], ["allowance account", "a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets"]]}, {"answer": "alluvion", "hint": "synonyms for alluvion", "clues": [["alluvium", "clay or silt or gravel carried by rushing streams and deposited where the stream slows down"], ["flood", "the rising of a body of water and its overflowing onto normally dry land"], ["alluvial deposit", "clay or silt or gravel carried by rushing streams and deposited where the stream slows down"], ["deluge", "the rising of a body of water and its overflowing onto normally dry land"], ["inundation", "the rising of a body of water and its overflowing onto normally dry land"], ["alluvial sediment", "clay or silt or gravel carried by rushing streams and deposited where the stream slows down"]]}, {"answer": "aloofness", "hint": "synonyms for aloofness", "clues": [["standoffishness", "a disposition to be distant and unsympathetic in manner"], ["remoteness", "a disposition to be distant and unsympathetic in manner"], ["withdrawnness", "a disposition to be distant and unsympathetic in manner"], ["distance", "indifference by personal withdrawal"]]}, {"answer": "alteration", "hint": "synonyms for alteration", "clues": [["modification", "the act of making something different (as e.g. the size of a garment)"], ["revision", "the act of revising or altering (involving reconsideration and modification)"], ["change", "an event that occurs when something passes from one state or phase to another"], ["adjustment", "the act of making something different (as e.g. the size of a garment)"]]}, {"answer": "ambit", "hint": "synonyms for ambit", "clues": [["range", "an area in which something acts or operates or has power or control:"], ["reach", "an area in which something acts or operates or has power or control:"], ["scope", "an area in which something acts or operates or has power or control:"], ["compass", "an area in which something acts or operates or has power or control:"], ["orbit", "an area in which something acts or operates or has power or control:"]]}, {"answer": "amble", "hint": "synonyms for amble", "clues": [["stroll", "a leisurely walk (usually in some public place)"], ["saunter", "a leisurely walk (usually in some public place)"], ["promenade", "a leisurely walk (usually in some public place)"], ["perambulation", "a leisurely walk (usually in some public place)"]]}, {"answer": "ambo", "hint": "synonyms for ambo", "clues": [["stump", "a platform raised above the surrounding level to give prominence to the person on it"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it"]]}, {"answer": "amends", "hint": "synonyms for amends", "clues": [["damages", "a sum of money paid in compensation for loss or injury"], ["restitution", "a sum of money paid in compensation for loss or injury"], ["indemnification", "a sum of money paid in compensation for loss or injury"], ["reparation", "something done or paid in expiation of a wrong"], ["redress", "a sum of money paid in compensation for loss or injury"], ["indemnity", "a sum of money paid in compensation for loss or injury"]]}, {"answer": "amenities", "hint": "synonyms for amenities", "clues": [["amenity", "pleasantness resulting from agreeable conditions"], ["comforts", "things that make you comfortable and at ease"], ["agreeableness", "pleasantness resulting from agreeable conditions"], ["creature comforts", "things that make you comfortable and at ease"], ["conveniences", "things that make you comfortable and at ease"]]}, {"answer": "amiability", "hint": "synonyms for amiability", "clues": [["bonhomie", "a disposition to be friendly and approachable (easy to talk to)"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)"], ["affability", "a disposition to be friendly and approachable (easy to talk to)"], ["good humor", "a cheerful and agreeable mood"], ["geniality", "a disposition to be friendly and approachable (easy to talk to)"], ["good temper", "a cheerful and agreeable mood"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)"]]}, {"answer": "amiableness", "hint": "synonyms for amiableness", "clues": [["bonhomie", "a disposition to be friendly and approachable (easy to talk to)"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)"], ["affability", "a disposition to be friendly and approachable (easy to talk to)"], ["geniality", "a disposition to be friendly and approachable (easy to talk to)"]]}, {"answer": "amorousness", "hint": "synonyms for amorousness", "clues": [["amativeness", "the arousal of feelings of sexual desire"], ["erotism", "the arousal of feelings of sexual desire"], ["sexiness", "the arousal of feelings of sexual desire"], ["enamoredness", "a feeling of love or fondness"]]}, {"answer": "amount", "hint": "synonyms for amount", "clues": [["amount of money", "a quantity of money"], ["measure", "how much there is or how many there are of something that you can quantify"], ["quantity", "how much there is or how many there are of something that you can quantify"], ["sum of money", "a quantity of money"], ["total", "a quantity obtained by the addition of a group of numbers"], ["sum", "a quantity of money"]]}, {"answer": "ampule", "hint": "synonyms for ampule", "clues": [["vial", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)"], ["ampoule", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)"], ["phial", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)"], ["ampul", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)"]]}, {"answer": "amytal", "hint": "synonyms for amytal", "clues": [["blue", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"]]}, {"answer": "anamnesis", "hint": "synonyms for anamnesis", "clues": [["recollection", "the ability to recall past occurrences"], ["medical record", "the case history of a medical patient as recalled by the patient"], ["remembrance", "the ability to recall past occurrences"], ["medical history", "the case history of a medical patient as recalled by the patient"]]}, {"answer": "ancestry", "hint": "synonyms for ancestry", "clues": [["line of descent", "the descendants of one individual"], ["lineage", "inherited properties shared with others of your bloodline"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["derivation", "inherited properties shared with others of your bloodline"], ["blood", "the descendants of one individual"], ["blood line", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["filiation", "inherited properties shared with others of your bloodline"], ["pedigree", "the descendants of one individual"]]}, {"answer": "anchor", "hint": "synonyms for anchor", "clues": [["mainstay", "a central cohesive source of support and stability"], ["linchpin", "a central cohesive source of support and stability"], ["backbone", "a central cohesive source of support and stability"], ["keystone", "a central cohesive source of support and stability"], ["ground tackle", "a mechanical device that prevents a vessel from moving"]]}, {"answer": "anchor_ring", "hint": "synonyms for anchor ring", "clues": [["annulus", "a toroidal shape"], ["halo", "a toroidal shape"], ["doughnut", "a toroidal shape"], ["ring", "a toroidal shape"]]}, {"answer": "anger", "hint": "synonyms for anger", "clues": [["ire", "a strong emotion; a feeling that is oriented toward some real or supposed grievance"], ["choler", "a strong emotion; a feeling that is oriented toward some real or supposed grievance"], ["ira", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"], ["wrath", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"]]}, {"answer": "angle_of_dip", "hint": "synonyms for angle of dip", "clues": [["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"]]}, {"answer": "animate_being", "hint": "synonyms for animate being", "clues": [["beast", "a living organism characterized by voluntary movement"], ["brute", "a living organism characterized by voluntary movement"], ["animal", "a living organism characterized by voluntary movement"], ["fauna", "a living organism characterized by voluntary movement"], ["creature", "a living organism characterized by voluntary movement"]]}, {"answer": "animation", "hint": "synonyms for animation", "clues": [["vivification", "the activity of giving vitality and vigour to something"], ["invigoration", "quality of being active or spirited or alive and vigorous"], ["brio", "quality of being active or spirited or alive and vigorous"], ["liveliness", "general activity and motion"], ["spiritedness", "quality of being active or spirited or alive and vigorous"], ["vitality", "the property of being able to survive and grow"]]}, {"answer": "announcement", "hint": "synonyms for announcement", "clues": [["annunciation", "a formal public statement"], ["proclamation", "a formal public statement"], ["promulgation", "a public statement containing information about an event that has happened or is going to happen"], ["declaration", "a formal public statement"]]}, {"answer": "annoyance", "hint": "synonyms for annoyance", "clues": [["botheration", "something or someone that causes trouble; a source of unhappiness"], ["annoying", "the act of troubling or annoying someone"], ["bother", "something or someone that causes trouble; a source of unhappiness"], ["irritation", "the act of troubling or annoying someone"], ["vexation", "anger produced by some annoying irritation"], ["infliction", "something or someone that causes trouble; a source of unhappiness"], ["pain", "something or someone that causes trouble; a source of unhappiness"], ["chafe", "anger produced by some annoying irritation"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness"]]}, {"answer": "annulus", "hint": "synonyms for annulus", "clues": [["ring", "a toroidal shape"], ["halo", "a toroidal shape"], ["doughnut", "a toroidal shape"], ["anchor ring", "a toroidal shape"]]}, {"answer": "anovulant", "hint": "synonyms for anovulant", "clues": [["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"]]}, {"answer": "anovulatory_drug", "hint": "synonyms for anovulatory drug", "clues": [["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"]]}, {"answer": "answer", "hint": "synonyms for answer", "clues": [["resolution", "a statement that solves a problem or explains how to solve the problem"], ["solvent", "a statement that solves a problem or explains how to solve the problem"], ["result", "a statement that solves a problem or explains how to solve the problem"], ["response", "a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation"], ["reply", "a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation"]]}, {"answer": "antecedence", "hint": "synonyms for antecedence", "clues": [["anteriority", "preceding in time"], ["antecedency", "preceding in time"], ["priority", "preceding in time"], ["precedency", "preceding in time"]]}, {"answer": "antecedency", "hint": "synonyms for antecedency", "clues": [["anteriority", "preceding in time"], ["priority", "preceding in time"], ["antecedence", "preceding in time"], ["precedency", "preceding in time"]]}, {"answer": "antechamber", "hint": "synonyms for antechamber", "clues": [["foyer", "a large entrance or reception room or area"], ["lobby", "a large entrance or reception room or area"], ["vestibule", "a large entrance or reception room or area"], ["hall", "a large entrance or reception room or area"], ["entrance hall", "a large entrance or reception room or area"], ["anteroom", "a large entrance or reception room or area"]]}, {"answer": "anteroom", "hint": "synonyms for anteroom", "clues": [["foyer", "a large entrance or reception room or area"], ["lobby", "a large entrance or reception room or area"], ["antechamber", "a large entrance or reception room or area"], ["vestibule", "a large entrance or reception room or area"], ["hall", "a large entrance or reception room or area"], ["entrance hall", "a large entrance or reception room or area"]]}, {"answer": "anthesis", "hint": "synonyms for anthesis", "clues": [["blossoming", "the time and process of budding and unfolding of blossoms"], ["flowering", "the time and process of budding and unfolding of blossoms"], ["efflorescence", "the time and process of budding and unfolding of blossoms"], ["inflorescence", "the time and process of budding and unfolding of blossoms"]]}, {"answer": "antiaircraft_gun", "hint": "synonyms for antiaircraft gun", "clues": [["pom-pom", "artillery designed to shoot upward at airplanes"], ["flak", "artillery designed to shoot upward at airplanes"], ["ack-ack gun", "artillery designed to shoot upward at airplanes"], ["antiaircraft", "artillery designed to shoot upward at airplanes"], ["ack-ack", "artillery designed to shoot upward at airplanes"]]}, {"answer": "antianxiety_agent", "hint": "synonyms for antianxiety agent", "clues": [["tranquilliser", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity"]]}, {"answer": "antifungal_agent", "hint": "synonyms for antifungal agent", "clues": [["antimycotic agent", "any agent that destroys or prevents the growth of fungi"], ["antimycotic", "any agent that destroys or prevents the growth of fungi"], ["antifungal", "any agent that destroys or prevents the growth of fungi"], ["fungicide", "any agent that destroys or prevents the growth of fungi"]]}, {"answer": "antimycotic", "hint": "synonyms for antimycotic", "clues": [["fungicide", "any agent that destroys or prevents the growth of fungi"], ["antimycotic agent", "any agent that destroys or prevents the growth of fungi"], ["antifungal", "any agent that destroys or prevents the growth of fungi"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi"]]}, {"answer": "antimycotic_agent", "hint": "synonyms for antimycotic agent", "clues": [["fungicide", "any agent that destroys or prevents the growth of fungi"], ["antimycotic", "any agent that destroys or prevents the growth of fungi"], ["antifungal", "any agent that destroys or prevents the growth of fungi"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi"]]}, {"answer": "antipsychotic", "hint": "synonyms for antipsychotic", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "antipsychotic_agent", "hint": "synonyms for antipsychotic agent", "clues": [["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "antipsychotic_drug", "hint": "synonyms for antipsychotic drug", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "apex", "hint": "synonyms for apex", "clues": [["acme", "the highest point (of something)"], ["solar apex", "the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars"], ["peak", "the highest point (of something)"], ["apex of the sun's way", "the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars"], ["vertex", "the highest point (of something)"]]}, {"answer": "aplomb", "hint": "synonyms for aplomb", "clues": [["cool", "great coolness and composure under strain"], ["assuredness", "great coolness and composure under strain"], ["poise", "great coolness and composure under strain"], ["sang-froid", "great coolness and composure under strain"]]}, {"answer": "apothecary's_shop", "hint": "synonyms for apothecary's shop", "clues": [["chemist's", "a retail shop where medicine and other articles are sold"], ["pharmacy", "a retail shop where medicine and other articles are sold"], ["chemist's shop", "a retail shop where medicine and other articles are sold"], ["drugstore", "a retail shop where medicine and other articles are sold"]]}, {"answer": "apparel_industry", "hint": "synonyms for apparel industry", "clues": [["rag trade", "makers and sellers of fashionable clothing"], ["fashion business", "makers and sellers of fashionable clothing"], ["fashion industry", "makers and sellers of fashionable clothing"], ["garment industry", "makers and sellers of fashionable clothing"]]}, {"answer": "apparent_horizon", "hint": "synonyms for apparent horizon", "clues": [["sensible horizon", "the line at which the sky and Earth appear to meet"], ["skyline", "the line at which the sky and Earth appear to meet"], ["horizon", "the line at which the sky and Earth appear to meet"], ["visible horizon", "the line at which the sky and Earth appear to meet"]]}, {"answer": "apparition", "hint": "synonyms for apparition", "clues": [["fantasm", "something existing in perception only"], ["shadow", "something existing in perception only"], ["phantasma", "something existing in perception only"], ["phantom", "something existing in perception only"]]}, {"answer": "appeal", "hint": "synonyms for appeal", "clues": [["collection", "request for a sum of money"], ["prayer", "earnest or urgent request"], ["appealingness", "attractiveness that interests or pleases or stimulates"], ["solicitation", "request for a sum of money"], ["ingathering", "request for a sum of money"], ["charm", "attractiveness that interests or pleases or stimulates"], ["entreaty", "earnest or urgent request"]]}, {"answer": "appearance", "hint": "synonyms for appearance", "clues": [["show", "pretending that something is the case in order to make a good impression"], ["visual aspect", "outward or visible aspect of a person or thing"], ["appearing", "formal attendance (in court or at a hearing) of a party in an action"], ["coming into court", "formal attendance (in court or at a hearing) of a party in an action"]]}, {"answer": "applesauce", "hint": "synonyms for applesauce", "clues": [["wish-wash", "nonsensical talk or writing"], ["trash", "nonsensical talk or writing"], ["codswallop", "nonsensical talk or writing"], ["folderol", "nonsensical talk or writing"], ["apple sauce", "puree of stewed apples usually sweetened and spiced"], ["rubbish", "nonsensical talk or writing"], ["tripe", "nonsensical talk or writing"], ["trumpery", "nonsensical talk or writing"]]}, {"answer": "appliance", "hint": "synonyms for appliance", "clues": [["convenience", "a device or control that is very useful for a particular job"], ["widget", "a device or control that is very useful for a particular job"], ["gismo", "a device or control that is very useful for a particular job"], ["gizmo", "a device or control that is very useful for a particular job"], ["contraption", "a device or control that is very useful for a particular job"], ["contrivance", "a device or control that is very useful for a particular job"], ["gadget", "a device or control that is very useful for a particular job"]]}, {"answer": "application", "hint": "synonyms for application", "clues": [["applications programme", "a program that gives a computer instructions that provide the user with tools to accomplish a task"], ["covering", "the work of applying something"], ["practical application", "the act of bringing something to bear; using it for a particular purpose"], ["coating", "the work of applying something"], ["lotion", "liquid preparation having a soothing or antiseptic or medicinal action when applied to the skin"], ["diligence", "a diligent effort"]]}, {"answer": "appointment", "hint": "synonyms for appointment", "clues": [["naming", "the act of putting a person into a non-elective position"], ["engagement", "a meeting arranged in advance"], ["date", "a meeting arranged in advance"], ["fitting", "(usually plural) furnishings and equipment (especially for a ship or hotel)"], ["designation", "the act of putting a person into a non-elective position"], ["assignment", "the act of putting a person into a non-elective position"]]}, {"answer": "apportioning", "hint": "synonyms for apportioning", "clues": [["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["parceling", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan"]]}, {"answer": "apportionment", "hint": "synonyms for apportionment", "clues": [["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["parceling", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan"]]}, {"answer": "appreciation", "hint": "synonyms for appreciation", "clues": [["perceptiveness", "delicate discrimination (especially of aesthetic values)"], ["taste", "delicate discrimination (especially of aesthetic values)"], ["hold", "understanding of the nature or meaning or quality or magnitude of something"], ["grasp", "understanding of the nature or meaning or quality or magnitude of something"], ["discernment", "delicate discrimination (especially of aesthetic values)"], ["admiration", "a favorable judgment"]]}, {"answer": "apprehension", "hint": "synonyms for apprehension", "clues": [["dread", "fearful expectation or anticipation"], ["collar", "the act of apprehending (especially apprehending a criminal)"], ["apprehensiveness", "fearful expectation or anticipation"], ["pinch", "the act of apprehending (especially apprehending a criminal)"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)"], ["arrest", "the act of apprehending (especially apprehending a criminal)"], ["understanding", "the cognitive condition of someone who understands"], ["discernment", "the cognitive condition of someone who understands"], ["savvy", "the cognitive condition of someone who understands"], ["misgiving", "painful expectation"], ["catch", "the act of apprehending (especially apprehending a criminal)"]]}, {"answer": "approach", "hint": "synonyms for approach", "clues": [["approach shot", "a relatively short golf shot intended to put the ball onto the putting green"], ["feeler", "a tentative suggestion designed to elicit the reactions of others"], ["attack", "ideas or actions intended to deal with a problem or situation"], ["glide slope", "the final path followed by an aircraft as it is landing"], ["coming", "the temporal property of becoming nearer in time"], ["overture", "a tentative suggestion designed to elicit the reactions of others"], ["advance", "a tentative suggestion designed to elicit the reactions of others"], ["approaching", "the event of one object coming closer to another"], ["glide path", "the final path followed by an aircraft as it is landing"], ["access", "a way of entering or leaving"], ["approach path", "the final path followed by an aircraft as it is landing"], ["plan of attack", "ideas or actions intended to deal with a problem or situation"]]}, {"answer": "approximation", "hint": "synonyms for approximation", "clues": [["estimate", "an approximate calculation of quantity or degree or worth"], ["idea", "an approximate calculation of quantity or degree or worth"], ["estimation", "an approximate calculation of quantity or degree or worth"], ["bringing close together", "the act of bringing near or bringing together especially the cut edges of tissue"]]}, {"answer": "appurtenance", "hint": "synonyms for appurtenance", "clues": [["accessory", "a supplementary component that improves capability"], ["supplement", "a supplementary component that improves capability"], ["gear", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc."], ["paraphernalia", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc."], ["add-on", "a supplementary component that improves capability"]]}, {"answer": "aqua", "hint": "synonyms for aqua", "clues": [["greenish blue", "a shade of blue tinged with green"], ["cobalt blue", "a shade of blue tinged with green"], ["peacock blue", "a shade of blue tinged with green"], ["turquoise", "a shade of blue tinged with green"], ["aquamarine", "a shade of blue tinged with green"]]}, {"answer": "aquamarine", "hint": "synonyms for aquamarine", "clues": [["aqua", "a shade of blue tinged with green"], ["greenish blue", "a shade of blue tinged with green"], ["cobalt blue", "a shade of blue tinged with green"], ["peacock blue", "a shade of blue tinged with green"], ["turquoise", "a shade of blue tinged with green"]]}, {"answer": "arbalest", "hint": "synonyms for arbalest", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "arbalist", "hint": "synonyms for arbalist", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "arbitrariness", "hint": "synonyms for arbitrariness", "clues": [["whimsy", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"]]}, {"answer": "arbor", "hint": "synonyms for arbor", "clues": [["arbour", "a framework that supports climbing plants"], ["pergola", "a framework that supports climbing plants"], ["spindle", "any of various rotating shafts that serve as axes for larger rotating parts"], ["mandrel", "any of various rotating shafts that serve as axes for larger rotating parts"], ["bower", "a framework that supports climbing plants"]]}, {"answer": "arc", "hint": "synonyms for arc", "clues": [["discharge", "electrical conduction through a gas in an applied electric field"], ["electric arc", "electrical conduction through a gas in an applied electric field"], ["electric discharge", "electrical conduction through a gas in an applied electric field"], ["bow", "something curved in shape"], ["spark", "electrical conduction through a gas in an applied electric field"]]}, {"answer": "archness", "hint": "synonyms for archness", "clues": [["pertness", "inappropriate playfulness"], ["perkiness", "inappropriate playfulness"], ["sauciness", "inappropriate playfulness"], ["impertinence", "inappropriate playfulness"]]}, {"answer": "ardor", "hint": "synonyms for ardor", "clues": [["fervency", "feelings of great warmth and intensity"], ["fire", "feelings of great warmth and intensity"], ["zeal", "a feeling of strong eagerness (usually in favor of a person or cause)"], ["fervidness", "feelings of great warmth and intensity"], ["ardour", "intense feeling of love"], ["fervour", "feelings of great warmth and intensity"], ["elan", "a feeling of strong eagerness (usually in favor of a person or cause)"]]}, {"answer": "ardour", "hint": "synonyms for ardour", "clues": [["ardor", "intense feeling of love"], ["fervency", "feelings of great warmth and intensity"], ["zeal", "a feeling of strong eagerness (usually in favor of a person or cause)"], ["fire", "feelings of great warmth and intensity"], ["fervidness", "feelings of great warmth and intensity"], ["fervour", "feelings of great warmth and intensity"], ["elan", "a feeling of strong eagerness (usually in favor of a person or cause)"]]}, {"answer": "arena", "hint": "synonyms for arena", "clues": [["scene of action", "a playing field where sports events take place"], ["sports stadium", "a large structure for open-air sports or entertainments"], ["stadium", "a large structure for open-air sports or entertainments"], ["bowl", "a large structure for open-air sports or entertainments"]]}, {"answer": "argot", "hint": "synonyms for argot", "clues": [["lingo", "a characteristic language of a particular group (as among thieves)"], ["patois", "a characteristic language of a particular group (as among thieves)"], ["slang", "a characteristic language of a particular group (as among thieves)"], ["vernacular", "a characteristic language of a particular group (as among thieves)"], ["cant", "a characteristic language of a particular group (as among thieves)"], ["jargon", "a characteristic language of a particular group (as among thieves)"]]}, {"answer": "arguing", "hint": "synonyms for arguing", "clues": [["disceptation", "a contentious speech act; a dispute where there is strong disagreement"], ["contention", "a contentious speech act; a dispute where there is strong disagreement"], ["argument", "a contentious speech act; a dispute where there is strong disagreement"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "argument", "hint": "synonyms for argument", "clues": [["literary argument", "a summary of the subject or plot of a literary work or play or movie"], ["disputation", "a contentious speech act; a dispute where there is strong disagreement"], ["contention", "a contentious speech act; a dispute where there is strong disagreement"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement"], ["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["parameter", "(computer science) a reference or value that is passed to a function, procedure, subroutine, command, or program"], ["debate", "a discussion in which reasons are advanced for and against some proposition or proposal"], ["statement", "a fact or assertion offered as evidence that something is true"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "argumentation", "hint": "synonyms for argumentation", "clues": [["debate", "a discussion in which reasons are advanced for and against some proposition or proposal"], ["argument", "a discussion in which reasons are advanced for and against some proposition or proposal"], ["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"]]}, {"answer": "arm", "hint": "synonyms for arm", "clues": [["weapon", "any instrument or instrumentality used in fighting or hunting"], ["weapon system", "any instrument or instrumentality used in fighting or hunting"], ["sleeve", "the part of a garment that is attached at the armhole and that provides a cloth covering for the arm"], ["subdivision", "a division of some larger or more complex organization"], ["branch", "any projection that is thought to resemble a human arm"], ["limb", "any projection that is thought to resemble a human arm"]]}, {"answer": "armed_forces", "hint": "synonyms for armed forces", "clues": [["war machine", "the military forces of a nation"], ["military", "the military forces of a nation"], ["military machine", "the military forces of a nation"], ["armed services", "the military forces of a nation"]]}, {"answer": "armed_services", "hint": "synonyms for armed services", "clues": [["armed service", "a force that is a branch of the armed forces"], ["service", "a force that is a branch of the armed forces"], ["military service", "a force that is a branch of the armed forces"], ["war machine", "the military forces of a nation"], ["armed forces", "the military forces of a nation"], ["military", "the military forces of a nation"], ["military machine", "the military forces of a nation"]]}, {"answer": "arms", "hint": "synonyms for arms", "clues": [["weapon", "any instrument or instrumentality used in fighting or hunting"], ["sleeve", "the part of a garment that is attached at the armhole and that provides a cloth covering for the arm"], ["subdivision", "a division of some larger or more complex organization"], ["coat of arms", "the official symbols of a family, state, etc."], ["munition", "weapons considered collectively"], ["blazonry", "the official symbols of a family, state, etc."], ["arm", "a division of some larger or more complex organization"], ["weapons system", "weapons considered collectively"], ["implements of war", "weapons considered collectively"], ["limb", "any projection that is thought to resemble a human arm"], ["branch", "a division of some larger or more complex organization"]]}, {"answer": "aroma", "hint": "synonyms for aroma", "clues": [["perfume", "a distinctive odor that is pleasant"], ["odour", "any property detected by the olfactory system"], ["fragrance", "a distinctive odor that is pleasant"], ["scent", "any property detected by the olfactory system"], ["smell", "any property detected by the olfactory system"], ["olfactory property", "any property detected by the olfactory system"]]}, {"answer": "arrangement", "hint": "synonyms for arrangement", "clues": [["placement", "the spatial property of the way in which something is placed"], ["musical arrangement", "a piece of music that has been adapted for performance by a particular set of voices or instruments"], ["agreement", "the thing arranged or agreed to"], ["system", "an organized structure for arranging or classifying"], ["organisation", "an organized structure for arranging or classifying"], ["transcription", "the act of arranging and adapting a piece of music"], ["arranging", "the act of arranging and adapting a piece of music"]]}, {"answer": "arrest", "hint": "synonyms for arrest", "clues": [["collar", "the act of apprehending (especially apprehending a criminal)"], ["pinch", "the act of apprehending (especially apprehending a criminal)"], ["apprehension", "the act of apprehending (especially apprehending a criminal)"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)"], ["catch", "the act of apprehending (especially apprehending a criminal)"]]}, {"answer": "arrivederci", "hint": "synonyms for arrivederci", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["bye-bye", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "arrogance", "hint": "synonyms for arrogance", "clues": [["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors"], ["hauteur", "overbearing pride evidenced by a superior manner toward inferiors"], ["lordliness", "overbearing pride evidenced by a superior manner toward inferiors"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors"]]}, {"answer": "arsenic", "hint": "synonyms for arsenic", "clues": [["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["atomic number 33", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar"], ["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"]]}, {"answer": "arsenic_trioxide", "hint": "synonyms for arsenic trioxide", "clues": [["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"]]}, {"answer": "arsenous_anhydride", "hint": "synonyms for arsenous anhydride", "clues": [["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"]]}, {"answer": "arsenous_oxide", "hint": "synonyms for arsenous oxide", "clues": [["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"]]}, {"answer": "art", "hint": "synonyms for art", "clues": [["artistic production", "the creation of beautiful or significant things"], ["artwork", "photographs or other visual representations in a printed publication"], ["fine art", "the products of human creativity; works of art collectively"], ["artistry", "a superior skill that you can learn by study and practice and observation"], ["graphics", "photographs or other visual representations in a printed publication"], ["nontextual matter", "photographs or other visual representations in a printed publication"], ["prowess", "a superior skill that you can learn by study and practice and observation"], ["artistic creation", "the creation of beautiful or significant things"]]}, {"answer": "article_of_clothing", "hint": "synonyms for article of clothing", "clues": [["vesture", "a covering designed to be worn on a person's body"], ["wearable", "a covering designed to be worn on a person's body"], ["clothing", "a covering designed to be worn on a person's body"], ["habiliment", "a covering designed to be worn on a person's body"], ["wear", "a covering designed to be worn on a person's body"]]}, {"answer": "articulated_lorry", "hint": "synonyms for articulated lorry", "clues": [["rig", "a truck consisting of a tractor and trailer together"], ["tractor trailer", "a truck consisting of a tractor and trailer together"], ["trucking rig", "a truck consisting of a tractor and trailer together"], ["trailer truck", "a truck consisting of a tractor and trailer together"], ["semi", "a truck consisting of a tractor and trailer together"]]}, {"answer": "articulation", "hint": "synonyms for articulation", "clues": [["junction", "the shape or manner in which things come together and a connection is made"], ["join", "the shape or manner in which things come together and a connection is made"], ["voice", "expressing in coherent verbal form"], ["juncture", "the shape or manner in which things come together and a connection is made"]]}, {"answer": "artillery", "hint": "synonyms for artillery", "clues": [["weapon", "a means of persuading or arguing"], ["artillery unit", "an army unit that uses big guns"], ["heavy weapon", "large but transportable armament"], ["gun", "large but transportable armament"], ["ordnance", "large but transportable armament"]]}, {"answer": "arts", "hint": "synonyms for arts", "clues": [["artwork", "photographs or other visual representations in a printed publication"], ["liberal arts", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)"], ["fine art", "the products of human creativity; works of art collectively"], ["humanities", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)"], ["graphics", "photographs or other visual representations in a printed publication"], ["nontextual matter", "photographs or other visual representations in a printed publication"], ["prowess", "a superior skill that you can learn by study and practice and observation"], ["art", "the creation of beautiful or significant things"], ["artistic production", "the creation of beautiful or significant things"], ["artistry", "a superior skill that you can learn by study and practice and observation"], ["humanistic discipline", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)"], ["artistic creation", "the creation of beautiful or significant things"]]}, {"answer": "asa_dulcis", "hint": "synonyms for asa dulcis", "clues": [["gum benzoin", "gum resin used especially in treating skin irritation"], ["benzoin", "gum resin used especially in treating skin irritation"], ["benjamin", "gum resin used especially in treating skin irritation"], ["gum benjamin", "gum resin used especially in treating skin irritation"]]}, {"answer": "ascension", "hint": "synonyms for ascension", "clues": [["ascent", "the act of changing location in an upward direction"], ["rise", "a movement upward"], ["ascending", "the act of changing location in an upward direction"], ["rising", "a movement upward"]]}, {"answer": "ascent", "hint": "synonyms for ascent", "clues": [["rise", "a movement upward"], ["climb", "an upward slope or grade (as in a road)"], ["upgrade", "an upward slope or grade (as in a road)"], ["rising", "a movement upward"], ["acclivity", "an upward slope or grade (as in a road)"], ["ascension", "the act of changing location in an upward direction"], ["ascending", "the act of changing location in an upward direction"]]}, {"answer": "ash-bin", "hint": "synonyms for ash-bin", "clues": [["trash barrel", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["ashbin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "ash_bin", "hint": "synonyms for ash bin", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "ashbin", "hint": "synonyms for ashbin", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "ashcan", "hint": "synonyms for ashcan", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "aspect", "hint": "synonyms for aspect", "clues": [["facet", "a distinct feature or element in a problem"], ["expression", "the feelings expressed on a person's face"], ["panorama", "the visual percept of a region"], ["scene", "the visual percept of a region"], ["vista", "the visual percept of a region"], ["view", "the visual percept of a region"], ["look", "the feelings expressed on a person's face"], ["prospect", "the visual percept of a region"], ["facial expression", "the feelings expressed on a person's face"]]}, {"answer": "asperity", "hint": "synonyms for asperity", "clues": [["grimness", "something hard to endure"], ["hardship", "something hard to endure"], ["severity", "something hard to endure"], ["rigorousness", "something hard to endure"], ["rigour", "something hard to endure"], ["sharpness", "harshness of manner"], ["severeness", "something hard to endure"]]}, {"answer": "aspersion", "hint": "synonyms for aspersion", "clues": [["sprinkling", "the act of sprinkling water in baptism (rare)"], ["calumny", "an abusive attack on a person's character or good name"], ["denigration", "an abusive attack on a person's character or good name"], ["defamation", "an abusive attack on a person's character or good name"], ["slur", "a disparaging remark"], ["slander", "an abusive attack on a person's character or good name"]]}, {"answer": "aspiration", "hint": "synonyms for aspiration", "clues": [["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["inspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["ambition", "a cherished desire"], ["dream", "a cherished desire"], ["intake", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["inhalation", "the act of inhaling; the drawing in of air (or other gases) as in breathing"]]}, {"answer": "ass", "hint": "synonyms for ass", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["arsenic", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar"], ["atomic number 33", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "assemblage", "hint": "synonyms for assemblage", "clues": [["assembly", "the social act of assembling"], ["collection", "several things grouped together or considered as a whole"], ["aggregation", "several things grouped together or considered as a whole"], ["gathering", "the social act of assembling"], ["accumulation", "several things grouped together or considered as a whole"], ["hookup", "a system of components assembled together for a particular purpose"]]}, {"answer": "assembly", "hint": "synonyms for assembly", "clues": [["forum", "a public facility to meet for open discussion"], ["meeting place", "a public facility to meet for open discussion"], ["fabrication", "the act of constructing something (as a piece of machinery)"], ["gathering", "the social act of assembling"], ["assemblage", "the social act of assembling"]]}, {"answer": "assertion", "hint": "synonyms for assertion", "clues": [["affirmation", "the act of affirming or asserting or stating something"], ["asseveration", "a declaration that is made emphatically (as if no supporting evidence were necessary)"], ["statement", "the act of affirming or asserting or stating something"], ["averment", "a declaration that is made emphatically (as if no supporting evidence were necessary)"]]}, {"answer": "assignation", "hint": "synonyms for assignation", "clues": [["tryst", "a secret rendezvous (especially between lovers)"], ["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["parceling", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan"]]}, {"answer": "assignment", "hint": "synonyms for assignment", "clues": [["designation", "the act of putting a person into a non-elective position"], ["naming", "the act of putting a person into a non-elective position"], ["grant", "(law) a transfer of property by deed of conveyance"], ["duty assignment", "a duty that you are assigned to perform (especially in the armed forces)"], ["assigning", "the act of distributing something to designated places or persons"], ["appointment", "the act of putting a person into a non-elective position"]]}, {"answer": "assortment", "hint": "synonyms for assortment", "clues": [["compartmentalisation", "the act of distributing things into classes or categories of the same type"], ["miscellanea", "a collection containing a variety of sorts of things"], ["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["motley", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["classification", "the act of distributing things into classes or categories of the same type"], ["categorisation", "the act of distributing things into classes or categories of the same type"], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "assumption", "hint": "synonyms for assumption", "clues": [["laying claim", "the act of taking possession of or power over something"], ["premiss", "a statement that is assumed to be true and from which a conclusion can be drawn"], ["supposition", "a hypothesis that is taken for granted"], ["presumptuousness", "audacious (even arrogant) behavior that you have no right to"], ["effrontery", "audacious (even arrogant) behavior that you have no right to"], ["supposal", "a hypothesis that is taken for granted"], ["presumption", "audacious (even arrogant) behavior that you have no right to"]]}, {"answer": "assurance", "hint": "synonyms for assurance", "clues": [["confidence", "freedom from doubt; belief in yourself and your abilities"], ["pledge", "a binding commitment to do or give or refrain from something"], ["sureness", "freedom from doubt; belief in yourself and your abilities"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities"], ["authority", "freedom from doubt; belief in yourself and your abilities"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities"]]}, {"answer": "assuredness", "hint": "synonyms for assuredness", "clues": [["cool", "great coolness and composure under strain"], ["poise", "great coolness and composure under strain"], ["aplomb", "great coolness and composure under strain"], ["sang-froid", "great coolness and composure under strain"]]}, {"answer": "astuteness", "hint": "synonyms for astuteness", "clues": [["profundity", "the intellectual ability to penetrate deeply into ideas"], ["shrewdness", "intelligence manifested by being astute (as in business dealings)"], ["depth", "the intellectual ability to penetrate deeply into ideas"], ["deepness", "the intellectual ability to penetrate deeply into ideas"], ["perspicaciousness", "intelligence manifested by being astute (as in business dealings)"], ["profoundness", "the intellectual ability to penetrate deeply into ideas"], ["perspicacity", "intelligence manifested by being astute (as in business dealings)"]]}, {"answer": "asylum", "hint": "synonyms for asylum", "clues": [["mental home", "a hospital for mentally incompetent or unbalanced person"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person"], ["sanctuary", "a shelter from danger or hardship"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person"], ["institution", "a hospital for mentally incompetent or unbalanced person"], ["mental institution", "a hospital for mentally incompetent or unbalanced person"], ["refuge", "a shelter from danger or hardship"]]}, {"answer": "ataractic_agent", "hint": "synonyms for ataractic agent", "clues": [["tranquilliser", "a drug used to reduce stress or tension without reducing mental clarity"], ["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity"]]}, {"answer": "ataractic_drug", "hint": "synonyms for ataractic drug", "clues": [["tranquilliser", "a drug used to reduce stress or tension without reducing mental clarity"], ["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity"]]}, {"answer": "ataraxis", "hint": "synonyms for ataraxis", "clues": [["heartsease", "the absence of mental stress or anxiety"], ["peace", "the absence of mental stress or anxiety"], ["peace of mind", "the absence of mental stress or anxiety"], ["serenity", "the absence of mental stress or anxiety"], ["repose", "the absence of mental stress or anxiety"], ["peacefulness", "the absence of mental stress or anxiety"]]}, {"answer": "atherodyde", "hint": "synonyms for atherodyde", "clues": [["ramjet", "a simple type of jet engine; must be launched at high speed"], ["flying drainpipe", "a simple type of jet engine; must be launched at high speed"], ["ramjet engine", "a simple type of jet engine; must be launched at high speed"], ["athodyd", "a simple type of jet engine; must be launched at high speed"]]}, {"answer": "athletic_supporter", "hint": "synonyms for athletic supporter", "clues": [["jock", "a support for the genitals worn by men engaging in strenuous exercise"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise"], ["supporter", "a support for the genitals worn by men engaging in strenuous exercise"]]}, {"answer": "athodyd", "hint": "synonyms for athodyd", "clues": [["ramjet", "a simple type of jet engine; must be launched at high speed"], ["flying drainpipe", "a simple type of jet engine; must be launched at high speed"], ["atherodyde", "a simple type of jet engine; must be launched at high speed"], ["ramjet engine", "a simple type of jet engine; must be launched at high speed"]]}, {"answer": "atm", "hint": "synonyms for atm", "clues": [["standard pressure", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade"], ["atmosphere", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade"], ["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["automated teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["asynchronous transfer mode", "a means of digital communications that is capable of very high speeds; suitable for transmission of images or voice or video as well as data"], ["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["standard atmosphere", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade"]]}, {"answer": "atmosphere", "hint": "synonyms for atmosphere", "clues": [["standard pressure", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade"], ["air", "a distinctive but intangible quality surrounding a person or thing"], ["atm", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade"], ["aura", "a distinctive but intangible quality surrounding a person or thing"], ["standard atmosphere", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade"]]}, {"answer": "atom", "hint": "synonyms for atom", "clues": [["molecule", "(nontechnical usage) a tiny piece of anything"], ["mote", "(nontechnical usage) a tiny piece of anything"], ["speck", "(nontechnical usage) a tiny piece of anything"], ["corpuscle", "(nontechnical usage) a tiny piece of anything"], ["particle", "(nontechnical usage) a tiny piece of anything"]]}, {"answer": "atomiser", "hint": "synonyms for atomiser", "clues": [["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["atomizer", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist"]]}, {"answer": "atomizer", "hint": "synonyms for atomizer", "clues": [["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist"]]}, {"answer": "atrociousness", "hint": "synonyms for atrociousness", "clues": [["barbarousness", "the quality of being shockingly cruel and inhumane"], ["barbarity", "the quality of being shockingly cruel and inhumane"], ["atrocity", "the quality of being shockingly cruel and inhumane"], ["heinousness", "the quality of being shockingly cruel and inhumane"]]}, {"answer": "atrocity", "hint": "synonyms for atrocity", "clues": [["atrociousness", "the quality of being shockingly cruel and inhumane"], ["heinousness", "the quality of being shockingly cruel and inhumane"], ["barbarity", "the quality of being shockingly cruel and inhumane"], ["barbarousness", "the quality of being shockingly cruel and inhumane"], ["inhumanity", "an act of atrocious cruelty"]]}, {"answer": "attachment", "hint": "synonyms for attachment", "clues": [["affixation", "the act of attaching or affixing something"], ["adhesion", "faithful support for a cause or political party or religion"], ["adherence", "faithful support for a cause or political party or religion"], ["fastening", "the act of fastening things together"], ["bond", "a connection that fastens things together"], ["fond regard", "a feeling of affection for a person or an institution"]]}, {"answer": "attack", "hint": "synonyms for attack", "clues": [["onrush", "(military) an offensive against an enemy (using weapons)"], ["flak", "intense adverse criticism"], ["onset", "(military) an offensive against an enemy (using weapons)"], ["blast", "intense adverse criticism"], ["fire", "intense adverse criticism"], ["attempt", "the act of attacking"], ["onslaught", "(military) an offensive against an enemy (using weapons)"], ["approach", "ideas or actions intended to deal with a problem or situation"], ["tone-beginning", "a decisive manner of beginning a musical tone or phrase"], ["plan of attack", "ideas or actions intended to deal with a problem or situation"]]}, {"answer": "attainment", "hint": "synonyms for attainment", "clues": [["skill", "an ability that has been acquired by training"], ["acquisition", "an ability that has been acquired by training"], ["accomplishment", "an ability that has been acquired by training"], ["acquirement", "an ability that has been acquired by training"]]}, {"answer": "attempt", "hint": "synonyms for attempt", "clues": [["try", "earnest and conscientious activity intended to do or accomplish something"], ["endeavor", "earnest and conscientious activity intended to do or accomplish something"], ["effort", "earnest and conscientious activity intended to do or accomplish something"], ["attack", "the act of attacking"]]}, {"answer": "attracter", "hint": "synonyms for attracter", "clues": [["attractor", "(physics) a point in the ideal multidimensional phase space that is used to describe a system toward which the system tends to evolve regardless of the starting conditions of the system"], ["magnet", "a characteristic that provides pleasure and attracts"], ["attraction", "a characteristic that provides pleasure and attracts"], ["attractive feature", "a characteristic that provides pleasure and attracts"]]}, {"answer": "attraction", "hint": "synonyms for attraction", "clues": [["attractiveness", "the quality of arousing interest; being attractive or something that attracts"], ["magnet", "a characteristic that provides pleasure and attracts"], ["attracter", "a characteristic that provides pleasure and attracts"], ["attractive feature", "a characteristic that provides pleasure and attracts"], ["attractive force", "the force by which one object attracts another"]]}, {"answer": "attractor", "hint": "synonyms for attractor", "clues": [["magnet", "a characteristic that provides pleasure and attracts"], ["attracter", "(physics) a point in the ideal multidimensional phase space that is used to describe a system toward which the system tends to evolve regardless of the starting conditions of the system"], ["attraction", "a characteristic that provides pleasure and attracts"], ["attractive feature", "a characteristic that provides pleasure and attracts"]]}, {"answer": "attrition", "hint": "synonyms for attrition", "clues": [["contriteness", "sorrow for sin arising from fear of damnation"], ["abrasion", "the wearing down of rock particles by friction due to water or wind or ice"], ["detrition", "the wearing down of rock particles by friction due to water or wind or ice"], ["corrasion", "erosion by friction"], ["grinding", "the wearing down of rock particles by friction due to water or wind or ice"], ["contrition", "sorrow for sin arising from fear of damnation"]]}, {"answer": "au_revoir", "hint": "synonyms for au revoir", "clues": [["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "audio", "hint": "synonyms for audio", "clues": [["sound recording", "a recording of acoustic signals"], ["audio recording", "a recording of acoustic signals"], ["audio frequency", "an audible acoustic wave frequency"], ["sound", "the audible part of a transmitted signal"]]}, {"answer": "audition", "hint": "synonyms for audition", "clues": [["auditory sense", "the ability to hear; the auditory faculty"], ["sense of hearing", "the ability to hear; the auditory faculty"], ["auditory modality", "the ability to hear; the auditory faculty"], ["tryout", "a test of the suitability of a performer"], ["hearing", "the ability to hear; the auditory faculty"]]}, {"answer": "auditory_modality", "hint": "synonyms for auditory modality", "clues": [["auditory sense", "the ability to hear; the auditory faculty"], ["audition", "the ability to hear; the auditory faculty"], ["hearing", "the ability to hear; the auditory faculty"], ["sense of hearing", "the ability to hear; the auditory faculty"]]}, {"answer": "auditory_sense", "hint": "synonyms for auditory sense", "clues": [["audition", "the ability to hear; the auditory faculty"], ["auditory modality", "the ability to hear; the auditory faculty"], ["hearing", "the ability to hear; the auditory faculty"], ["sense of hearing", "the ability to hear; the auditory faculty"]]}, {"answer": "auf_wiedersehen", "hint": "synonyms for auf wiedersehen", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "auger", "hint": "synonyms for auger", "clues": [["wimble", "hand tool for boring holes"], ["screw auger", "hand tool for boring holes"], ["gimlet", "hand tool for boring holes"], ["plumber's snake", "a long flexible steel coil for dislodging stoppages in curved pipes"]]}, {"answer": "aught", "hint": "synonyms for aught", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["naught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "aura", "hint": "synonyms for aura", "clues": [["gloriole", "an indication of radiant light drawn around the head of a saint"], ["air", "a distinctive but intangible quality surrounding a person or thing"], ["glory", "an indication of radiant light drawn around the head of a saint"], ["atmosphere", "a distinctive but intangible quality surrounding a person or thing"], ["nimbus", "an indication of radiant light drawn around the head of a saint"], ["aureole", "an indication of radiant light drawn around the head of a saint"], ["halo", "an indication of radiant light drawn around the head of a saint"]]}, {"answer": "aureole", "hint": "synonyms for aureole", "clues": [["gloriole", "an indication of radiant light drawn around the head of a saint"], ["corona", "the outermost region of the sun's atmosphere; visible as a white halo during a solar eclipse"], ["glory", "an indication of radiant light drawn around the head of a saint"], ["aura", "an indication of radiant light drawn around the head of a saint"], ["nimbus", "an indication of radiant light drawn around the head of a saint"], ["halo", "an indication of radiant light drawn around the head of a saint"]]}, {"answer": "aurora", "hint": "synonyms for aurora", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["break of the day", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "authorisation", "hint": "synonyms for authorisation", "clues": [["dominance", "the power or right to give orders or make decisions"], ["empowerment", "the act of conferring legality or sanction or formal warrant"], ["authorization", "official permission or approval"], ["say-so", "the power or right to give orders or make decisions"], ["potency", "the power or right to give orders or make decisions"], ["mandate", "a document giving an official instruction or command"], ["authority", "the power or right to give orders or make decisions"], ["sanction", "official permission or approval"]]}, {"answer": "authoritarianism", "hint": "synonyms for authoritarianism", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "authorities", "hint": "synonyms for authorities", "clues": [["office", "an administrative unit of government"], ["regime", "the organization that is the governing authority of a political unit"], ["assurance", "freedom from doubt; belief in yourself and your abilities"], ["potency", "the power or right to give orders or make decisions"], ["authority", "the power or right to give orders or make decisions"], ["confidence", "freedom from doubt; belief in yourself and your abilities"], ["federal agency", "an administrative unit of government"], ["bureau", "an administrative unit of government"], ["authorization", "the power or right to give orders or make decisions"], ["sanction", "official permission or approval"], ["dominance", "the power or right to give orders or make decisions"], ["agency", "an administrative unit of government"], ["government agency", "an administrative unit of government"], ["say-so", "the power or right to give orders or make decisions"], ["government", "the organization that is the governing authority of a political unit"], ["sureness", "freedom from doubt; belief in yourself and your abilities"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities"]]}, {"answer": "authority", "hint": "synonyms for authority", "clues": [["dominance", "the power or right to give orders or make decisions"], ["sanction", "official permission or approval"], ["agency", "an administrative unit of government"], ["office", "an administrative unit of government"], ["assurance", "freedom from doubt; belief in yourself and your abilities"], ["government agency", "an administrative unit of government"], ["say-so", "the power or right to give orders or make decisions"], ["potency", "the power or right to give orders or make decisions"], ["authorisation", "official permission or approval"], ["confidence", "freedom from doubt; belief in yourself and your abilities"], ["federal agency", "an administrative unit of government"], ["sureness", "freedom from doubt; belief in yourself and your abilities"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities"], ["bureau", "an administrative unit of government"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities"]]}, {"answer": "authorization", "hint": "synonyms for authorization", "clues": [["dominance", "the power or right to give orders or make decisions"], ["empowerment", "the act of conferring legality or sanction or formal warrant"], ["authorisation", "a document giving an official instruction or command"], ["say-so", "the power or right to give orders or make decisions"], ["potency", "the power or right to give orders or make decisions"], ["mandate", "a document giving an official instruction or command"], ["authority", "the power or right to give orders or make decisions"], ["sanction", "official permission or approval"]]}, {"answer": "authorship", "hint": "synonyms for authorship", "clues": [["penning", "the act of creating written works"], ["composition", "the act of creating written works"], ["writing", "the act of creating written works"], ["paternity", "the act of initiating a new idea or theory or writing"]]}, {"answer": "auto", "hint": "synonyms for auto", "clues": [["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"]]}, {"answer": "auto_maker", "hint": "synonyms for auto maker", "clues": [["car maker", "a business engaged in the manufacture of automobiles"], ["car manufacturer", "a business engaged in the manufacture of automobiles"], ["auto manufacturer", "a business engaged in the manufacture of automobiles"], ["automaker", "a business engaged in the manufacture of automobiles"]]}, {"answer": "autobus", "hint": "synonyms for autobus", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "automaker", "hint": "synonyms for automaker", "clues": [["car maker", "a business engaged in the manufacture of automobiles"], ["car manufacturer", "a business engaged in the manufacture of automobiles"], ["auto manufacturer", "a business engaged in the manufacture of automobiles"], ["auto maker", "a business engaged in the manufacture of automobiles"]]}, {"answer": "automated_teller", "hint": "synonyms for automated teller", "clues": [["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["automatic teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"]]}, {"answer": "automated_teller_machine", "hint": "synonyms for automated teller machine", "clues": [["automatic teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["automatic teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"]]}, {"answer": "automatic_teller", "hint": "synonyms for automatic teller", "clues": [["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["automated teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"]]}, {"answer": "automatic_teller_machine", "hint": "synonyms for automatic teller machine", "clues": [["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["automatic teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"], ["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used"]]}, {"answer": "automobile", "hint": "synonyms for automobile", "clues": [["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"]]}, {"answer": "automobile_horn", "hint": "synonyms for automobile horn", "clues": [["motor horn", "a device on an automobile for making a warning noise"], ["horn", "a device on an automobile for making a warning noise"], ["car horn", "a device on an automobile for making a warning noise"], ["hooter", "a device on an automobile for making a warning noise"]]}, {"answer": "avarice", "hint": "synonyms for avarice", "clues": [["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["cupidity", "extreme greed for material wealth"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["avariciousness", "extreme greed for material wealth"]]}, {"answer": "avaritia", "hint": "synonyms for avaritia", "clues": [["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"]]}, {"answer": "aviation", "hint": "synonyms for aviation", "clues": [["air power", "the aggregation of a country's military aircraft"], ["air", "travel via aircraft"], ["air travel", "travel via aircraft"], ["airmanship", "the art of operating aircraft"]]}, {"answer": "avocation", "hint": "synonyms for avocation", "clues": [["hobby", "an auxiliary activity"], ["spare-time activity", "an auxiliary activity"], ["by-line", "an auxiliary activity"], ["pursuit", "an auxiliary activity"], ["sideline", "an auxiliary activity"]]}, {"answer": "avoirdupois", "hint": "synonyms for avoirdupois", "clues": [["avoirdupois weight", "a system of weights based on the 16-ounce pound (or 7,000 grains)"], ["blubber", "excess bodily weight"], ["fatness", "excess bodily weight"], ["fat", "excess bodily weight"]]}, {"answer": "award", "hint": "synonyms for award", "clues": [["awarding", "a grant made by a law court"], ["accolade", "a tangible symbol signifying approval or distinction"], ["prize", "something given for victory or superiority in a contest or competition or for winning a lottery"], ["honor", "a tangible symbol signifying approval or distinction"], ["laurels", "a tangible symbol signifying approval or distinction"]]}, {"answer": "awareness", "hint": "synonyms for awareness", "clues": [["consciousness", "having knowledge of"], ["sentience", "state of elementary or undifferentiated consciousness"], ["cognizance", "having knowledge of"], ["knowingness", "having knowledge of"]]}, {"answer": "awkwardness", "hint": "synonyms for awkwardness", "clues": [["nuisance value", "the quality of an embarrassing situation"], ["clumsiness", "unskillfulness resulting from a lack of training"], ["maladroitness", "unskillfulness resulting from a lack of training"], ["unwieldiness", "trouble in carrying or managing caused by bulk or shape"], ["cumbersomeness", "trouble in carrying or managing caused by bulk or shape"], ["ineptness", "unskillfulness resulting from a lack of training"], ["gracelessness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["slowness", "unskillfulness resulting from a lack of training"], ["ineptitude", "unskillfulness resulting from a lack of training"], ["stiffness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"]]}, {"answer": "b", "hint": "synonyms for b", "clues": [["barn", "(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter"], ["vitamin B", "originally thought to be a single vitamin but now separated into several B vitamins"], ["vitamin B complex", "originally thought to be a single vitamin but now separated into several B vitamins"], ["atomic number 5", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder"], ["boron", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder"]]}, {"answer": "baby_buggy", "hint": "synonyms for baby buggy", "clues": [["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"]]}, {"answer": "baby_carriage", "hint": "synonyms for baby carriage", "clues": [["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"]]}, {"answer": "bacchanalia", "hint": "synonyms for bacchanalia", "clues": [["saturnalia", "a wild gathering involving excessive drinking and promiscuity"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity"], ["riot", "a wild gathering involving excessive drinking and promiscuity"], ["debauch", "a wild gathering involving excessive drinking and promiscuity"], ["bacchanal", "a wild gathering involving excessive drinking and promiscuity"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity"], ["orgy", "a wild gathering involving excessive drinking and promiscuity"]]}, {"answer": "back_breaker", "hint": "synonyms for back breaker", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "back_pack", "hint": "synonyms for back pack", "clues": [["packsack", "a bag carried by a strap on your back or shoulder"], ["backpack", "a bag carried by a strap on your back or shoulder"], ["haversack", "a bag carried by a strap on your back or shoulder"], ["rucksack", "a bag carried by a strap on your back or shoulder"], ["knapsack", "a bag carried by a strap on your back or shoulder"]]}, {"answer": "back_talk", "hint": "synonyms for back talk", "clues": [["sassing", "an impudent or insolent rejoinder"], ["mouth", "an impudent or insolent rejoinder"], ["lip", "an impudent or insolent rejoinder"], ["backtalk", "an impudent or insolent rejoinder"]]}, {"answer": "backbone", "hint": "synonyms for backbone", "clues": [["gumption", "fortitude and determination"], ["anchor", "a central cohesive source of support and stability"], ["guts", "fortitude and determination"], ["lynchpin", "a central cohesive source of support and stability"], ["keystone", "a central cohesive source of support and stability"], ["grit", "fortitude and determination"], ["sand", "fortitude and determination"], ["moxie", "fortitude and determination"], ["mainstay", "a central cohesive source of support and stability"], ["spine", "the part of a book's cover that encloses the inner side of the book's pages and that faces outward when the book is shelved"]]}, {"answer": "background", "hint": "synonyms for background", "clues": [["desktop", "(computer science) the area of the screen in graphical user interfaces against which icons and windows appear"], ["screen background", "(computer science) the area of the screen in graphical user interfaces against which icons and windows appear"], ["backdrop", "scenery hung at back of stage"], ["background knowledge", "information that is essential to understanding a situation or problem"], ["background signal", "extraneous signals that can be confused with the phenomenon to be observed or measured"], ["ground", "the part of a scene (or picture) that lies behind objects in the foreground"], ["backcloth", "scenery hung at back of stage"]]}, {"answer": "backing", "hint": "synonyms for backing", "clues": [["financial support", "financial resources provided to make some project possible"], ["patronage", "the act of providing approval and support"], ["support", "financial resources provided to make some project possible"], ["mount", "something forming a back that is added for strengthening"], ["funding", "financial resources provided to make some project possible"], ["financial backing", "financial resources provided to make some project possible"], ["championship", "the act of providing approval and support"], ["backup", "the act of providing approval and support"]]}, {"answer": "backpack", "hint": "synonyms for backpack", "clues": [["packsack", "a bag carried by a strap on your back or shoulder"], ["haversack", "a bag carried by a strap on your back or shoulder"], ["rucksack", "a bag carried by a strap on your back or shoulder"], ["back pack", "a bag carried by a strap on your back or shoulder"], ["knapsack", "a bag carried by a strap on your back or shoulder"]]}, {"answer": "backsheesh", "hint": "synonyms for backsheesh", "clues": [["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)"], ["tip", "a relatively small amount of money given for services rendered (as by a waiter)"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)"]]}, {"answer": "backsliding", "hint": "synonyms for backsliding", "clues": [["lapsing", "a failure to maintain a higher state"], ["lapse", "a failure to maintain a higher state"], ["reverting", "a failure to maintain a higher state"], ["reversion", "a failure to maintain a higher state"], ["relapse", "a failure to maintain a higher state"]]}, {"answer": "backtalk", "hint": "synonyms for backtalk", "clues": [["sassing", "an impudent or insolent rejoinder"], ["mouth", "an impudent or insolent rejoinder"], ["lip", "an impudent or insolent rejoinder"], ["back talk", "an impudent or insolent rejoinder"]]}, {"answer": "backup", "hint": "synonyms for backup", "clues": [["support", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["computer backup", "(computer science) a copy of a file or directory on a separate storage device"], ["accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["patronage", "the act of providing approval and support"], ["championship", "the act of providing approval and support"], ["musical accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["backing", "the act of providing approval and support"]]}, {"answer": "backwardness", "hint": "synonyms for backwardness", "clues": [["mental retardation", "lack of normal development of intellectual capacities"], ["subnormality", "lack of normal development of intellectual capacities"], ["slowness", "lack of normal development of intellectual capacities"], ["retardation", "lack of normal development of intellectual capacities"]]}, {"answer": "backwash", "hint": "synonyms for backwash", "clues": [["race", "the flow of air that is driven backwards by an aircraft propeller"], ["wash", "the flow of air that is driven backwards by an aircraft propeller"], ["slipstream", "the flow of air that is driven backwards by an aircraft propeller"], ["airstream", "the flow of air that is driven backwards by an aircraft propeller"], ["aftermath", "the consequences of an event (especially a catastrophic event)"], ["wake", "the consequences of an event (especially a catastrophic event)"]]}, {"answer": "badness", "hint": "synonyms for badness", "clues": [["bad", "that which is below standard or expectations as of ethics or decency"], ["mischievousness", "an attribute of mischievous children"], ["naughtiness", "an attribute of mischievous children"], ["severeness", "used of the degree of something undesirable e.g. pain or weather"], ["severity", "used of the degree of something undesirable e.g. pain or weather"]]}, {"answer": "bafflement", "hint": "synonyms for bafflement", "clues": [["befuddlement", "confusion resulting from failure to understand"], ["bewilderment", "confusion resulting from failure to understand"], ["bemusement", "confusion resulting from failure to understand"], ["mystification", "confusion resulting from failure to understand"], ["obfuscation", "confusion resulting from failure to understand"], ["puzzlement", "confusion resulting from failure to understand"]]}, {"answer": "bag", "hint": "synonyms for bag", "clues": [["grip", "a portable rectangular container for carrying clothes"], ["cup of tea", "an activity that you like or at which you are superior"], ["purse", "a container used for carrying money and small personal items or accessories (especially by women)"], ["base", "a place that the runner must touch before scoring"], ["handbag", "a container used for carrying money and small personal items or accessories (especially by women)"], ["suitcase", "a portable rectangular container for carrying clothes"], ["dish", "an activity that you like or at which you are superior"], ["traveling bag", "a portable rectangular container for carrying clothes"], ["bagful", "the quantity that a bag will hold"], ["pocketbook", "a container used for carrying money and small personal items or accessories (especially by women)"]]}, {"answer": "bagatelle", "hint": "synonyms for bagatelle", "clues": [["bar billiards", "a table game in which short cues are used to knock balls into holes that are guarded by wooden pegs; penalties are incurred if the pegs are knocked over"], ["fluff", "something of little value or significance"], ["frippery", "something of little value or significance"], ["frivolity", "something of little value or significance"]]}, {"answer": "bagnio", "hint": "synonyms for bagnio", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bawdyhouse", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["bathhouse", "a building containing public baths"], ["house of prostitution", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "bailiwick", "hint": "synonyms for bailiwick", "clues": [["field of study", "a branch of knowledge"], ["subject field", "a branch of knowledge"], ["discipline", "a branch of knowledge"], ["field", "a branch of knowledge"], ["study", "a branch of knowledge"], ["subject area", "a branch of knowledge"], ["subject", "a branch of knowledge"]]}, {"answer": "bait", "hint": "synonyms for bait", "clues": [["lure", "something used to lure fish or other animals into danger so they can be trapped or killed"], ["hook", "anything that serves as an enticement"], ["come-on", "anything that serves as an enticement"], ["decoy", "something used to lure fish or other animals into danger so they can be trapped or killed"], ["sweetener", "anything that serves as an enticement"]]}, {"answer": "baking_soda", "hint": "synonyms for baking soda", "clues": [["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"]]}, {"answer": "baksheesh", "hint": "synonyms for baksheesh", "clues": [["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)"], ["tip", "a relatively small amount of money given for services rendered (as by a waiter)"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)"], ["backsheesh", "a relatively small amount of money given for services rendered (as by a waiter)"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)"]]}, {"answer": "bakshis", "hint": "synonyms for bakshis", "clues": [["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)"], ["tip", "a relatively small amount of money given for services rendered (as by a waiter)"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)"], ["backsheesh", "a relatively small amount of money given for services rendered (as by a waiter)"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)"]]}, {"answer": "bakshish", "hint": "synonyms for bakshish", "clues": [["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)"], ["tip", "a relatively small amount of money given for services rendered (as by a waiter)"], ["bakshis", "a relatively small amount of money given for services rendered (as by a waiter)"], ["backsheesh", "a relatively small amount of money given for services rendered (as by a waiter)"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)"]]}, {"answer": "balance", "hint": "synonyms for balance", "clues": [["symmetry", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["equilibrium", "equality of distribution"], ["remainder", "something left after other parts have been taken away"], ["counterbalance", "equality of distribution"], ["correspondence", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["counterweight", "a weight that balances another weight"], ["balance wheel", "a wheel that regulates the rate of movement in a machine; especially a wheel oscillating against the hairspring of a timepiece to regulate its beat"], ["residue", "something left after other parts have been taken away"], ["equalizer", "a weight that balances another weight"], ["symmetricalness", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["residual", "something left after other parts have been taken away"], ["proportionality", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin"], ["proportion", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin"], ["rest", "something left after other parts have been taken away"], ["equipoise", "equality of distribution"], ["counterpoise", "a weight that balances another weight"], ["residuum", "something left after other parts have been taken away"]]}, {"answer": "balk", "hint": "synonyms for balk", "clues": [["rafter", "one of several parallel sloping beams that support a roof"], ["baulk", "the area on a billiard table behind the balkline"], ["impediment", "something immaterial that interferes with or delays action or progress"], ["handicap", "something immaterial that interferes with or delays action or progress"], ["hindrance", "something immaterial that interferes with or delays action or progress"], ["check", "something immaterial that interferes with or delays action or progress"], ["deterrent", "something immaterial that interferes with or delays action or progress"]]}, {"answer": "ball", "hint": "synonyms for ball", "clues": [["glob", "a compact mass"], ["lump", "a compact mass"], ["chunk", "a compact mass"], ["orb", "an object with a spherical shape"], ["musket ball", "a solid projectile that is shot by a musket"], ["formal", "a lavish dance requiring formal attire"], ["clod", "a compact mass"]]}, {"answer": "ballista", "hint": "synonyms for ballista", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "balm", "hint": "synonyms for balm", "clues": [["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"]]}, {"answer": "baloney", "hint": "synonyms for baloney", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "balusters", "hint": "synonyms for balusters", "clues": [["bannister", "a railing at the side of a staircase or balcony to prevent people from falling"], ["handrail", "a railing at the side of a staircase or balcony to prevent people from falling"], ["baluster", "one of a number of closely spaced supports for a railing"], ["balustrade", "a railing at the side of a staircase or balcony to prevent people from falling"]]}, {"answer": "bam", "hint": "synonyms for bam", "clues": [["blast", "a sudden very loud noise"], ["bang", "a sudden very loud noise"], ["clap", "a sudden very loud noise"], ["eruption", "a sudden very loud noise"]]}, {"answer": "ban", "hint": "synonyms for ban", "clues": [["proscription", "a decree that prohibits something"], ["forbiddance", "an official prohibition or edict against something"], ["prohibition", "a decree that prohibits something"], ["forbidding", "an official prohibition or edict against something"], ["banning", "an official prohibition or edict against something"]]}, {"answer": "banality", "hint": "synonyms for banality", "clues": [["cliche", "a trite or obvious remark"], ["platitude", "a trite or obvious remark"], ["commonplace", "a trite or obvious remark"], ["bromide", "a trite or obvious remark"]]}, {"answer": "band", "hint": "synonyms for band", "clues": [["striation", "a stripe or stripes of contrasting color"], ["lot", "an unofficial association of people or groups"], ["circle", "an unofficial association of people or groups"], ["set", "an unofficial association of people or groups"], ["ring", "jewelry consisting of a circlet of precious metal (often set with jewels) worn on the finger"], ["dance band", "a group of musicians playing popular music for dancing"], ["stria", "a stripe or stripes of contrasting color"], ["stripe", "an adornment consisting of a strip of a contrasting color or material"], ["dance orchestra", "a group of musicians playing popular music for dancing"], ["banding", "an adornment consisting of a strip of a contrasting color or material"]]}, {"answer": "bandelet", "hint": "synonyms for bandelet", "clues": [["square and rabbet", "molding in the form of a ring; at top of a column"], ["annulet", "molding in the form of a ring; at top of a column"], ["bandelette", "molding in the form of a ring; at top of a column"], ["bandlet", "molding in the form of a ring; at top of a column"]]}, {"answer": "banding", "hint": "synonyms for banding", "clues": [["striation", "a stripe or stripes of contrasting color"], ["stria", "a stripe or stripes of contrasting color"], ["stripe", "an adornment consisting of a strip of a contrasting color or material"], ["band", "an adornment consisting of a strip of a contrasting color or material"]]}, {"answer": "bangle", "hint": "synonyms for bangle", "clues": [["bauble", "cheap showy jewelry or ornament on clothing"], ["bracelet", "jewelry worn around the wrist for decoration"], ["gaud", "cheap showy jewelry or ornament on clothing"], ["gewgaw", "cheap showy jewelry or ornament on clothing"], ["novelty", "cheap showy jewelry or ornament on clothing"], ["trinket", "cheap showy jewelry or ornament on clothing"], ["fallal", "cheap showy jewelry or ornament on clothing"]]}, {"answer": "banister", "hint": "synonyms for banister", "clues": [["bannister", "a railing at the side of a staircase or balcony to prevent people from falling"], ["balusters", "a railing at the side of a staircase or balcony to prevent people from falling"], ["balustrade", "a railing at the side of a staircase or balcony to prevent people from falling"], ["handrail", "a railing at the side of a staircase or balcony to prevent people from falling"]]}, {"answer": "bank", "hint": "synonyms for bank", "clues": [["money box", "a container (usually with a slot in the top) for keeping money at home"], ["cant", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force"], ["depository financial institution", "a financial institution that accepts deposits and channels the money into lending activities"], ["coin bank", "a container (usually with a slot in the top) for keeping money at home"], ["banking concern", "a financial institution that accepts deposits and channels the money into lending activities"], ["banking company", "a financial institution that accepts deposits and channels the money into lending activities"], ["savings bank", "a container (usually with a slot in the top) for keeping money at home"], ["bank building", "a building in which the business of banking transacted"], ["camber", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force"]]}, {"answer": "bank_bill", "hint": "synonyms for bank bill", "clues": [["note", "a piece of paper money (especially one issued by a central bank)"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["government note", "a piece of paper money (especially one issued by a central bank)"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["greenback", "a piece of paper money (especially one issued by a central bank)"]]}, {"answer": "bank_line", "hint": "synonyms for bank line", "clues": [["line", "the maximum credit that a customer is allowed"], ["personal credit line", "the maximum credit that a customer is allowed"], ["credit line", "the maximum credit that a customer is allowed"], ["personal line of credit", "the maximum credit that a customer is allowed"], ["line of credit", "the maximum credit that a customer is allowed"]]}, {"answer": "bank_note", "hint": "synonyms for bank note", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["note", "a piece of paper money (especially one issued by a central bank)"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["greenback", "a piece of paper money (especially one issued by a central bank)"], ["banknote", "a piece of paper money (especially one issued by a central bank)"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["government note", "a piece of paper money (especially one issued by a central bank)"]]}, {"answer": "banker's_bill", "hint": "synonyms for banker's bill", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["note", "a piece of paper money (especially one issued by a central bank)"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["government note", "a piece of paper money (especially one issued by a central bank)"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["greenback", "a piece of paper money (especially one issued by a central bank)"]]}, {"answer": "banknote", "hint": "synonyms for banknote", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["note", "a piece of paper money (especially one issued by a central bank)"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["government note", "a piece of paper money (especially one issued by a central bank)"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["greenback", "a piece of paper money (especially one issued by a central bank)"]]}, {"answer": "banks", "hint": "synonyms for banks", "clues": [["bank", "a long ridge or pile"], ["depository financial institution", "a financial institution that accepts deposits and channels the money into lending activities"], ["coin bank", "a container (usually with a slot in the top) for keeping money at home"], ["bank building", "a building in which the business of banking transacted"], ["money box", "a container (usually with a slot in the top) for keeping money at home"], ["cant", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force"], ["banking concern", "a financial institution that accepts deposits and channels the money into lending activities"], ["banking company", "a financial institution that accepts deposits and channels the money into lending activities"], ["savings bank", "a container (usually with a slot in the top) for keeping money at home"], ["camber", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force"]]}, {"answer": "bannister", "hint": "synonyms for bannister", "clues": [["handrail", "a railing at the side of a staircase or balcony to prevent people from falling"], ["balusters", "a railing at the side of a staircase or balcony to prevent people from falling"], ["balustrade", "a railing at the side of a staircase or balcony to prevent people from falling"], ["banister", "a railing at the side of a staircase or balcony to prevent people from falling"]]}, {"answer": "bar", "hint": "synonyms for bar", "clues": [["stripe", "a narrow marking of a different color or texture from the background"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter"], ["prevention", "the act of preventing"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter"], ["cake", "a block of solid substance (such as soap or wax)"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter"], ["measure", "musical notation for a repeating pattern of musical beats"], ["legal profession", "the body of individuals qualified to practice law in a particular jurisdiction"], ["legal community", "the body of individuals qualified to practice law in a particular jurisdiction"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter"], ["streak", "a narrow marking of a different color or texture from the background"]]}, {"answer": "barb", "hint": "synonyms for barb", "clues": [["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect"]]}, {"answer": "barbarity", "hint": "synonyms for barbarity", "clues": [["atrociousness", "the quality of being shockingly cruel and inhumane"], ["heinousness", "the quality of being shockingly cruel and inhumane"], ["brutality", "a brutal barbarous savage act"], ["barbarousness", "the quality of being shockingly cruel and inhumane"], ["atrocity", "the quality of being shockingly cruel and inhumane"], ["barbarism", "a brutal barbarous savage act"], ["savagery", "a brutal barbarous savage act"]]}, {"answer": "barbarousness", "hint": "synonyms for barbarousness", "clues": [["atrocity", "the quality of being shockingly cruel and inhumane"], ["atrociousness", "the quality of being shockingly cruel and inhumane"], ["heinousness", "the quality of being shockingly cruel and inhumane"], ["barbarity", "the quality of being shockingly cruel and inhumane"]]}, {"answer": "barbital", "hint": "synonyms for barbital", "clues": [["diethylbarbituric acid", "a barbiturate used as a hypnotic"], ["veronal", "a barbiturate used as a hypnotic"], ["diethylmalonylurea", "a barbiturate used as a hypnotic"], ["barbitone", "a barbiturate used as a hypnotic"]]}, {"answer": "barbitone", "hint": "synonyms for barbitone", "clues": [["veronal", "a barbiturate used as a hypnotic"], ["diethylmalonylurea", "a barbiturate used as a hypnotic"], ["barbital", "a barbiturate used as a hypnotic"], ["diethylbarbituric acid", "a barbiturate used as a hypnotic"]]}, {"answer": "baring", "hint": "synonyms for baring", "clues": [["stripping", "the removal of covering"], ["husking", "the removal of covering"], ["denudation", "the removal of covering"], ["uncovering", "the removal of covering"]]}, {"answer": "barium_sulphate", "hint": "synonyms for barium sulphate", "clues": [["barytes", "a white or colorless mineral (BaSO4); the main source of barium"], ["barium sulfate", "a white insoluble radiopaque powder used as a pigment"], ["barite", "a white or colorless mineral (BaSO4); the main source of barium"], ["blanc fixe", "a white insoluble radiopaque powder used as a pigment"], ["heavy spar", "a white or colorless mineral (BaSO4); the main source of barium"]]}, {"answer": "barrage", "hint": "synonyms for barrage", "clues": [["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["onslaught", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["outpouring", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["bombardment", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target"]]}, {"answer": "barrage_fire", "hint": "synonyms for barrage fire", "clues": [["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["bombardment", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["barrage", "the heavy fire of artillery to saturate an area rather than hit a specific target"]]}, {"answer": "barrel", "hint": "synonyms for barrel", "clues": [["bbl", "any of various units of capacity"], ["drum", "a bulging cylindrical shape; hollow with flat ends"], ["cask", "a cylindrical container that holds liquids"], ["barrelful", "the quantity that a barrel (of any size) will hold"], ["gun barrel", "a tube through which a bullet travels when a gun is fired"]]}, {"answer": "barrel_organ", "hint": "synonyms for barrel organ", "clues": [["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["hurdy-gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"]]}, {"answer": "barrels", "hint": "synonyms for barrels", "clues": [["barrel", "a tube through which a bullet travels when a gun is fired"], ["barrelful", "the quantity that a barrel (of any size) will hold"], ["bbl", "any of various units of capacity"], ["gun barrel", "a tube through which a bullet travels when a gun is fired"], ["drum", "a bulging cylindrical shape; hollow with flat ends"], ["cask", "a cylindrical container that holds liquids"]]}, {"answer": "barroom", "hint": "synonyms for barroom", "clues": [["bar", "a room or establishment where alcoholic drinks are served over a counter"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter"]]}, {"answer": "barrow", "hint": "synonyms for barrow", "clues": [["grave mound", "(archeology) a heap of earth placed over prehistoric tombs"], ["burial mound", "(archeology) a heap of earth placed over prehistoric tombs"], ["garden cart", "a cart for carrying small loads; has handles and one or more wheels"], ["wheelbarrow", "a cart for carrying small loads; has handles and one or more wheels"], ["lawn cart", "a cart for carrying small loads; has handles and one or more wheels"], ["tumulus", "(archeology) a heap of earth placed over prehistoric tombs"], ["barrowful", "the quantity that a barrow will hold"]]}, {"answer": "bars", "hint": "synonyms for bars", "clues": [["bar", "a heating element in an electric fire"], ["prevention", "the act of preventing"], ["parallel bars", "gymnastic apparatus consisting of two parallel wooden rods supported on uprights"], ["measure", "musical notation for a repeating pattern of musical beats"], ["legal profession", "the body of individuals qualified to practice law in a particular jurisdiction"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter"], ["streak", "a narrow marking of a different color or texture from the background"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter"], ["stripe", "a narrow marking of a different color or texture from the background"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter"], ["legal community", "the body of individuals qualified to practice law in a particular jurisdiction"], ["cake", "a block of solid substance (such as soap or wax)"]]}, {"answer": "baseness", "hint": "synonyms for baseness", "clues": [["despicableness", "unworthiness by virtue of lacking higher values"], ["contemptibility", "unworthiness by virtue of lacking higher values"], ["despicability", "unworthiness by virtue of lacking higher values"], ["sordidness", "unworthiness by virtue of lacking higher values"]]}, {"answer": "bash", "hint": "synonyms for bash", "clues": [["bang", "a vigorous blow"], ["do", "an uproarious party"], ["belt", "a vigorous blow"], ["smash", "a vigorous blow"], ["brawl", "an uproarious party"], ["knock", "a vigorous blow"]]}, {"answer": "basic_principle", "hint": "synonyms for basic principle", "clues": [["bedrock", "principles from which other truths can be derived"], ["fundamentals", "principles from which other truths can be derived"], ["basics", "principles from which other truths can be derived"], ["fundamental principle", "principles from which other truths can be derived"]]}, {"answer": "basics", "hint": "synonyms for basics", "clues": [["fundamentals", "principles from which other truths can be derived"], ["rudiments", "a statement of fundamental facts or principles"], ["staple", "(usually plural) a necessary commodity for which demand is constant"], ["bedrock", "principles from which other truths can be derived"], ["basic", "(usually plural) a necessary commodity for which demand is constant"], ["basic principle", "principles from which other truths can be derived"], ["fundamental principle", "principles from which other truths can be derived"]]}, {"answer": "basin", "hint": "synonyms for basin", "clues": [["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["washbowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["basinful", "the quantity that a basin will hold"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["washbasin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"]]}, {"answer": "basis", "hint": "synonyms for basis", "clues": [["ground", "a relation that provides the foundation for something"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["base", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["groundwork", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["footing", "a relation that provides the foundation for something"], ["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["foundation", "the fundamental assumptions from which something is begun or developed or calculated or explained"]]}, {"answer": "basket", "hint": "synonyms for basket", "clues": [["basketball hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball"], ["hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball"], ["handbasket", "a container that is usually woven and has handles"], ["basketful", "the quantity contained in a basket"], ["field goal", "a score in basketball made by throwing the ball through the hoop"]]}, {"answer": "bass_fiddle", "hint": "synonyms for bass fiddle", "clues": [["contrabass", "largest and lowest member of the violin family"], ["string bass", "largest and lowest member of the violin family"], ["bull fiddle", "largest and lowest member of the violin family"], ["double bass", "largest and lowest member of the violin family"], ["bass viol", "largest and lowest member of the violin family"]]}, {"answer": "bass_viol", "hint": "synonyms for bass viol", "clues": [["bass fiddle", "largest and lowest member of the violin family"], ["contrabass", "largest and lowest member of the violin family"], ["string bass", "largest and lowest member of the violin family"], ["bull fiddle", "largest and lowest member of the violin family"], ["double bass", "largest and lowest member of the violin family"], ["gamba", "viol that is the bass member of the viol family with approximately the range of the cello"], ["viola da gamba", "viol that is the bass member of the viol family with approximately the range of the cello"]]}, {"answer": "batch", "hint": "synonyms for batch", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["clutch", "a collection of things or persons to be handled together"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "bath", "hint": "synonyms for bath", "clues": [["tub", "a relatively large open container that you fill with water and use to wash the body"], ["bathtub", "a relatively large open container that you fill with water and use to wash the body"], ["bathing tub", "a relatively large open container that you fill with water and use to wash the body"], ["bathroom", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet"]]}, {"answer": "bathing_costume", "hint": "synonyms for bathing costume", "clues": [["bathing suit", "tight fitting garment worn for swimming"], ["swimwear", "tight fitting garment worn for swimming"], ["swimsuit", "tight fitting garment worn for swimming"], ["swimming costume", "tight fitting garment worn for swimming"]]}, {"answer": "bathing_suit", "hint": "synonyms for bathing suit", "clues": [["swimwear", "tight fitting garment worn for swimming"], ["bathing costume", "tight fitting garment worn for swimming"], ["swimsuit", "tight fitting garment worn for swimming"], ["swimming costume", "tight fitting garment worn for swimming"]]}, {"answer": "bathroom", "hint": "synonyms for bathroom", "clues": [["toilet", "a room or building equipped with one or more toilets"], ["can", "a room or building equipped with one or more toilets"], ["lavatory", "a room or building equipped with one or more toilets"], ["john", "a room or building equipped with one or more toilets"], ["bath", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet"], ["lav", "a room or building equipped with one or more toilets"], ["privy", "a room or building equipped with one or more toilets"]]}, {"answer": "baton", "hint": "synonyms for baton", "clues": [["nightstick", "a short stout club used primarily by policemen"], ["billystick", "a short stout club used primarily by policemen"], ["billy", "a short stout club used primarily by policemen"], ["truncheon", "a short stout club used primarily by policemen"], ["wand", "a thin tapered rod used by a conductor to lead an orchestra or choir"], ["billy club", "a short stout club used primarily by policemen"]]}, {"answer": "battalion", "hint": "synonyms for battalion", "clues": [["plurality", "a large indefinite number"], ["large number", "a large indefinite number"], ["multitude", "a large indefinite number"], ["pack", "a large indefinite number"]]}, {"answer": "battercake", "hint": "synonyms for battercake", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["hot cake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "battery", "hint": "synonyms for battery", "clues": [["stamp battery", "a series of stamps operated in one mortar for crushing ores"], ["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["barrage", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["assault and battery", "an assault in which the assailant makes physical contact"], ["electric battery", "a device that produces electricity; may have several primary or secondary cells arranged in parallel or series"], ["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["bombardment", "the heavy fire of artillery to saturate an area rather than hit a specific target"]]}, {"answer": "battery-acid", "hint": "synonyms for battery-acid", "clues": [["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "battle", "hint": "synonyms for battle", "clues": [["engagement", "a hostile meeting of opposing military forces in the course of a war"], ["struggle", "an energetic attempt to achieve something"], ["conflict", "an open clash between two opposing groups (or individuals); --Thomas Paine"], ["fight", "a hostile meeting of opposing military forces in the course of a war"]]}, {"answer": "battle_cry", "hint": "synonyms for battle cry", "clues": [["war whoop", "a yell intended to rally a group of soldiers in battle"], ["war cry", "a yell intended to rally a group of soldiers in battle"], ["watchword", "a slogan used to rally support for a cause"], ["cry", "a slogan used to rally support for a cause"], ["rallying cry", "a slogan used to rally support for a cause"]]}, {"answer": "battlefield", "hint": "synonyms for battlefield", "clues": [["field", "a region where a battle is being (or has been) fought"], ["field of honor", "a region where a battle is being (or has been) fought"], ["field of battle", "a region where a battle is being (or has been) fought"], ["battleground", "a region where a battle is being (or has been) fought"]]}, {"answer": "battleground", "hint": "synonyms for battleground", "clues": [["field", "a region where a battle is being (or has been) fought"], ["field of honor", "a region where a battle is being (or has been) fought"], ["battlefield", "a region where a battle is being (or has been) fought"], ["field of battle", "a region where a battle is being (or has been) fought"]]}, {"answer": "bauble", "hint": "synonyms for bauble", "clues": [["gaud", "cheap showy jewelry or ornament on clothing"], ["gewgaw", "cheap showy jewelry or ornament on clothing"], ["novelty", "cheap showy jewelry or ornament on clothing"], ["trinket", "cheap showy jewelry or ornament on clothing"], ["fallal", "cheap showy jewelry or ornament on clothing"], ["bangle", "cheap showy jewelry or ornament on clothing"]]}, {"answer": "baulk", "hint": "synonyms for baulk", "clues": [["rafter", "one of several parallel sloping beams that support a roof"], ["balk", "one of several parallel sloping beams that support a roof"], ["impediment", "something immaterial that interferes with or delays action or progress"], ["handicap", "something immaterial that interferes with or delays action or progress"], ["hindrance", "something immaterial that interferes with or delays action or progress"], ["check", "something immaterial that interferes with or delays action or progress"], ["deterrent", "something immaterial that interferes with or delays action or progress"]]}, {"answer": "bawdiness", "hint": "synonyms for bawdiness", "clues": [["obscenity", "the trait of behaving in an obscene manner"], ["salacity", "the trait of behaving in an obscene manner"], ["lewdness", "the trait of behaving in an obscene manner"], ["salaciousness", "the trait of behaving in an obscene manner"]]}, {"answer": "bawdyhouse", "hint": "synonyms for bawdyhouse", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["house of prostitution", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "bawling_out", "hint": "synonyms for bawling out", "clues": [["upbraiding", "a severe scolding"], ["dressing down", "a severe scolding"], ["castigation", "a severe scolding"], ["chewing out", "a severe scolding"], ["earful", "a severe scolding"], ["going-over", "a severe scolding"]]}, {"answer": "beach_waggon", "hint": "synonyms for beach waggon", "clues": [["estate car", "a car that has a long body and rear door with space behind rear seat"], ["wagon", "a car that has a long body and rear door with space behind rear seat"], ["station waggon", "a car that has a long body and rear door with space behind rear seat"], ["beach wagon", "a car that has a long body and rear door with space behind rear seat"]]}, {"answer": "beach_wagon", "hint": "synonyms for beach wagon", "clues": [["estate car", "a car that has a long body and rear door with space behind rear seat"], ["wagon", "a car that has a long body and rear door with space behind rear seat"], ["station waggon", "a car that has a long body and rear door with space behind rear seat"], ["beach waggon", "a car that has a long body and rear door with space behind rear seat"]]}, {"answer": "beacon", "hint": "synonyms for beacon", "clues": [["lighthouse", "a tower with a light that gives warning of shoals to passing ships"], ["pharos", "a tower with a light that gives warning of shoals to passing ships"], ["beacon fire", "a fire (usually on a hill or tower) that can be seen from a distance"], ["beacon light", "a tower with a light that gives warning of shoals to passing ships"], ["radio beacon", "a radio station that broadcasts a directional signal for navigational purposes"]]}, {"answer": "bead", "hint": "synonyms for bead", "clues": [["beading", "a beaded molding for edging or decorating furniture"], ["pearl", "a shape that is spherical and small"], ["astragal", "a beaded molding for edging or decorating furniture"], ["drop", "a shape that is spherical and small"], ["beadwork", "a beaded molding for edging or decorating furniture"]]}, {"answer": "beads", "hint": "synonyms for beads", "clues": [["bead", "a small ball with a hole through the middle"], ["astragal", "a beaded molding for edging or decorating furniture"], ["pearl", "a shape that is spherical and small"], ["drop", "a shape that is spherical and small"], ["string of beads", "several beads threaded together on a string"], ["beadwork", "a beaded molding for edging or decorating furniture"]]}, {"answer": "beam", "hint": "synonyms for beam", "clues": [["ray", "a column of light (as from a beacon)"], ["radio beam", "a signal transmitted along a narrow path; guides airplane pilots in darkness or bad weather"], ["beam of light", "a column of light (as from a beacon)"], ["shaft of light", "a column of light (as from a beacon)"], ["electron beam", "a group of nearly parallel lines of electromagnetic radiation"], ["shaft", "a column of light (as from a beacon)"], ["ray of light", "a column of light (as from a beacon)"], ["irradiation", "a column of light (as from a beacon)"], ["light beam", "a column of light (as from a beacon)"], ["balance beam", "a gymnastic apparatus used by women gymnasts"]]}, {"answer": "beam_of_light", "hint": "synonyms for beam of light", "clues": [["ray", "a column of light (as from a beacon)"], ["shaft", "a column of light (as from a beacon)"], ["ray of light", "a column of light (as from a beacon)"], ["shaft of light", "a column of light (as from a beacon)"], ["irradiation", "a column of light (as from a beacon)"], ["light beam", "a column of light (as from a beacon)"], ["beam", "a column of light (as from a beacon)"]]}, {"answer": "beast", "hint": "synonyms for beast", "clues": [["animate being", "a living organism characterized by voluntary movement"], ["brute", "a living organism characterized by voluntary movement"], ["animal", "a living organism characterized by voluntary movement"], ["fauna", "a living organism characterized by voluntary movement"], ["creature", "a living organism characterized by voluntary movement"]]}, {"answer": "beating", "hint": "synonyms for beating", "clues": [["whacking", "the act of inflicting corporal punishment with repeated blows"], ["licking", "the act of inflicting corporal punishment with repeated blows"], ["drubbing", "the act of inflicting corporal punishment with repeated blows"], ["lacing", "the act of inflicting corporal punishment with repeated blows"], ["whipping", "the act of overcoming or outdoing"], ["trouncing", "the act of inflicting corporal punishment with repeated blows"], ["thrashing", "the act of inflicting corporal punishment with repeated blows"]]}, {"answer": "beats", "hint": "synonyms for beats", "clues": [["beat", "the sound of stroke or blow"], ["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["beatniks", "a United States youth subculture of the 1950s; rejected possessions or regular work or traditional dress; for communal living and psychedelic drugs and anarchism; favored modern forms of jazz (e.g., bebop)"], ["round", "a regular route for a sentry or policeman"], ["beat generation", "a United States youth subculture of the 1950s; rejected possessions or regular work or traditional dress; for communal living and psychedelic drugs and anarchism; favored modern forms of jazz (e.g., bebop)"], ["metre", "(prosody) the accent in a metrical foot of verse"], ["measure", "(prosody) the accent in a metrical foot of verse"], ["meter", "(prosody) the accent in a metrical foot of verse"], ["pulsation", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["cadence", "(prosody) the accent in a metrical foot of verse"], ["rhythm", "the basic rhythmic unit in a piece of music"], ["musical rhythm", "the basic rhythmic unit in a piece of music"]]}, {"answer": "beau_monde", "hint": "synonyms for beau monde", "clues": [["smart set", "the fashionable elite"], ["high society", "the fashionable elite"], ["bon ton", "the fashionable elite"], ["society", "the fashionable elite"]]}, {"answer": "beauty_parlor", "hint": "synonyms for beauty parlor", "clues": [["beauty shop", "a shop where hairdressers and beauticians work"], ["beauty parlour", "a shop where hairdressers and beauticians work"], ["salon", "a shop where hairdressers and beauticians work"], ["beauty salon", "a shop where hairdressers and beauticians work"]]}, {"answer": "beauty_parlour", "hint": "synonyms for beauty parlour", "clues": [["salon", "a shop where hairdressers and beauticians work"], ["beauty shop", "a shop where hairdressers and beauticians work"], ["beauty parlor", "a shop where hairdressers and beauticians work"], ["beauty salon", "a shop where hairdressers and beauticians work"]]}, {"answer": "beaver", "hint": "synonyms for beaver", "clues": [["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver fur", "the soft brown fur of the beaver"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["castor", "a hat made with the fur of a beaver (or similar material)"]]}, {"answer": "bed_cover", "hint": "synonyms for bed cover", "clues": [["bed covering", "decorative cover for a bed"], ["bedcover", "decorative cover for a bed"], ["counterpane", "decorative cover for a bed"], ["bedspread", "decorative cover for a bed"], ["spread", "decorative cover for a bed"]]}, {"answer": "bed_covering", "hint": "synonyms for bed covering", "clues": [["bedcover", "decorative cover for a bed"], ["counterpane", "decorative cover for a bed"], ["bedspread", "decorative cover for a bed"], ["spread", "decorative cover for a bed"]]}, {"answer": "bedchamber", "hint": "synonyms for bedchamber", "clues": [["chamber", "a room used primarily for sleeping"], ["sleeping accommodation", "a room used primarily for sleeping"], ["bedroom", "a room used primarily for sleeping"], ["sleeping room", "a room used primarily for sleeping"]]}, {"answer": "bedcover", "hint": "synonyms for bedcover", "clues": [["bed covering", "decorative cover for a bed"], ["counterpane", "decorative cover for a bed"], ["bedspread", "decorative cover for a bed"], ["spread", "decorative cover for a bed"]]}, {"answer": "bedding", "hint": "synonyms for bedding", "clues": [["litter", "material used to provide a bed for animals"], ["bed clothing", "coverings that are used on a bed"], ["bedding material", "material used to provide a bed for animals"], ["bedclothes", "coverings that are used on a bed"]]}, {"answer": "bedlam", "hint": "synonyms for bedlam", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "bedrock", "hint": "synonyms for bedrock", "clues": [["fundamentals", "principles from which other truths can be derived"], ["basics", "principles from which other truths can be derived"], ["basic principle", "principles from which other truths can be derived"], ["fundamental principle", "principles from which other truths can be derived"]]}, {"answer": "bedroom", "hint": "synonyms for bedroom", "clues": [["bedchamber", "a room used primarily for sleeping"], ["sleeping accommodation", "a room used primarily for sleeping"], ["chamber", "a room used primarily for sleeping"], ["sleeping room", "a room used primarily for sleeping"]]}, {"answer": "bedspread", "hint": "synonyms for bedspread", "clues": [["bed covering", "decorative cover for a bed"], ["bedcover", "decorative cover for a bed"], ["counterpane", "decorative cover for a bed"], ["spread", "decorative cover for a bed"]]}, {"answer": "beef", "hint": "synonyms for beef", "clues": [["boeuf", "meat from an adult domestic bovine"], ["bitch", "informal terms for objecting"], ["squawk", "informal terms for objecting"], ["gripe", "informal terms for objecting"], ["kick", "informal terms for objecting"]]}, {"answer": "befuddlement", "hint": "synonyms for befuddlement", "clues": [["bewilderment", "confusion resulting from failure to understand"], ["bemusement", "confusion resulting from failure to understand"], ["mystification", "confusion resulting from failure to understand"], ["obfuscation", "confusion resulting from failure to understand"], ["bafflement", "confusion resulting from failure to understand"], ["puzzlement", "confusion resulting from failure to understand"]]}, {"answer": "behavior", "hint": "synonyms for behavior", "clues": [["doings", "manner of acting or controlling yourself"], ["conduct", "manner of acting or controlling yourself"], ["behaviour", "(psychology) the aggregate of the responses or reactions or movements made by an organism in any situation"], ["deportment", "(behavioral attributes) the way a person behaves toward other people"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people"]]}, {"answer": "behaviour", "hint": "synonyms for behaviour", "clues": [["doings", "manner of acting or controlling yourself"], ["conduct", "manner of acting or controlling yourself"], ["behavior", "(psychology) the aggregate of the responses or reactions or movements made by an organism in any situation"], ["deportment", "(behavioral attributes) the way a person behaves toward other people"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people"]]}, {"answer": "belief", "hint": "synonyms for belief", "clues": [["feeling", "a vague idea in which some confidence is placed"], ["notion", "a vague idea in which some confidence is placed"], ["opinion", "a vague idea in which some confidence is placed"], ["impression", "a vague idea in which some confidence is placed"]]}, {"answer": "bell", "hint": "synonyms for bell", "clues": [["doorbell", "a push button at an outer door that gives a ringing or buzzing signal when pushed"], ["campana", "the shape of a bell"], ["bell shape", "the shape of a bell"], ["gong", "a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument"], ["buzzer", "a push button at an outer door that gives a ringing or buzzing signal when pushed"], ["chime", "a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument"], ["toll", "the sound of a bell being struck"], ["ship's bell", "(nautical) each of the eight half-hour units of nautical time signaled by strokes of a ship's bell; eight bells signals 4:00, 8:00, or 12:00 o'clock, either a.m. or p.m."]]}, {"answer": "bell_ringing", "hint": "synonyms for bell ringing", "clues": [["electioneering", "persuasion of voters in a political campaign"], ["carillon playing", "playing a set of bells that are (usually) hung in a tower"], ["canvassing", "persuasion of voters in a political campaign"], ["carillon", "playing a set of bells that are (usually) hung in a tower"]]}, {"answer": "bellow", "hint": "synonyms for bellow", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"], ["bellowing", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "bellowing", "hint": "synonyms for bellowing", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "bellows", "hint": "synonyms for bellows", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "belly_laugh", "hint": "synonyms for belly laugh", "clues": [["howler", "a joke that seems extremely funny"], ["thigh-slapper", "a joke that seems extremely funny"], ["wow", "a joke that seems extremely funny"], ["scream", "a joke that seems extremely funny"], ["guffaw", "a burst of deep loud hearty laughter"], ["riot", "a joke that seems extremely funny"], ["sidesplitter", "a joke that seems extremely funny"]]}, {"answer": "belt", "hint": "synonyms for belt", "clues": [["whack", "the act of hitting vigorously"], ["belt ammunition", "ammunition (usually of small caliber) loaded in flexible linked strips for use in a machine gun"], ["bash", "a vigorous blow"], ["swath", "a path or strip (as cut by one course of mowing)"], ["rap", "the act of hitting vigorously"], ["knock", "the act of hitting vigorously"], ["whang", "the act of hitting vigorously"], ["bang", "a vigorous blow"], ["smash", "a vigorous blow"]]}, {"answer": "bemusement", "hint": "synonyms for bemusement", "clues": [["befuddlement", "confusion resulting from failure to understand"], ["bewilderment", "confusion resulting from failure to understand"], ["mystification", "confusion resulting from failure to understand"], ["obfuscation", "confusion resulting from failure to understand"], ["bafflement", "confusion resulting from failure to understand"], ["puzzlement", "confusion resulting from failure to understand"]]}, {"answer": "bend", "hint": "synonyms for bend", "clues": [["turn", "a circular segment of a curve"], ["bending", "movement that causes the formation of a curve"], ["crook", "a circular segment of a curve"], ["crease", "an angular or rounded shape made by folding"], ["fold", "an angular or rounded shape made by folding"], ["curve", "curved segment (of a road or river or railroad track etc.)"], ["twist", "a circular segment of a curve"], ["plication", "an angular or rounded shape made by folding"], ["bend dexter", "diagonal line traversing a shield from the upper right corner to the lower left"], ["flexure", "an angular or rounded shape made by folding"], ["crimp", "an angular or rounded shape made by folding"]]}, {"answer": "bender", "hint": "synonyms for bender", "clues": [["carouse", "revelry in drinking; a merry drinking party"], ["breaking ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter"], ["curve ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter"], ["booze-up", "revelry in drinking; a merry drinking party"], ["carousal", "revelry in drinking; a merry drinking party"], ["toot", "revelry in drinking; a merry drinking party"], ["curve", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter"]]}, {"answer": "bends", "hint": "synonyms for bends", "clues": [["turn", "a circular segment of a curve"], ["bending", "movement that causes the formation of a curve"], ["crook", "a circular segment of a curve"], ["crease", "an angular or rounded shape made by folding"], ["fold", "an angular or rounded shape made by folding"], ["curve", "curved segment (of a road or river or railroad track etc.)"], ["twist", "a circular segment of a curve"], ["plication", "an angular or rounded shape made by folding"], ["bend dexter", "diagonal line traversing a shield from the upper right corner to the lower left"], ["flexure", "an angular or rounded shape made by folding"], ["crimp", "an angular or rounded shape made by folding"]]}, {"answer": "beneficiation", "hint": "synonyms for beneficiation", "clues": [["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"]]}, {"answer": "benjamin", "hint": "synonyms for benjamin", "clues": [["asa dulcis", "gum resin used especially in treating skin irritation"], ["benzoin", "gum resin used especially in treating skin irritation"], ["gum benzoin", "gum resin used especially in treating skin irritation"], ["gum benjamin", "gum resin used especially in treating skin irritation"]]}, {"answer": "benzoin", "hint": "synonyms for benzoin", "clues": [["asa dulcis", "gum resin used especially in treating skin irritation"], ["benjamin", "gum resin used especially in treating skin irritation"], ["gum benzoin", "gum resin used especially in treating skin irritation"], ["gum benjamin", "gum resin used especially in treating skin irritation"]]}, {"answer": "berth", "hint": "synonyms for berth", "clues": [["mooring", "a place where a craft can be made fast"], ["situation", "a job in an organization"], ["spot", "a job in an organization"], ["bunk", "a bed on a ship or train; usually in tiers"], ["place", "a job in an organization"], ["moorage", "a place where a craft can be made fast"], ["billet", "a job in an organization"], ["position", "a job in an organization"], ["built in bed", "a bed on a ship or train; usually in tiers"], ["slip", "a place where a craft can be made fast"], ["post", "a job in an organization"], ["office", "a job in an organization"]]}, {"answer": "betise", "hint": "synonyms for betise", "clues": [["imbecility", "a stupid mistake"], ["foolishness", "a stupid mistake"], ["stupidity", "a stupid mistake"], ["folly", "a stupid mistake"]]}, {"answer": "bewilderment", "hint": "synonyms for bewilderment", "clues": [["befuddlement", "confusion resulting from failure to understand"], ["bemusement", "confusion resulting from failure to understand"], ["mystification", "confusion resulting from failure to understand"], ["obfuscation", "confusion resulting from failure to understand"], ["bafflement", "confusion resulting from failure to understand"], ["puzzlement", "confusion resulting from failure to understand"]]}, {"answer": "bicarbonate_of_soda", "hint": "synonyms for bicarbonate of soda", "clues": [["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"]]}, {"answer": "bicker", "hint": "synonyms for bicker", "clues": [["tiff", "a quarrel about petty points"], ["bickering", "a quarrel about petty points"], ["pettifoggery", "a quarrel about petty points"], ["fuss", "a quarrel about petty points"], ["spat", "a quarrel about petty points"], ["squabble", "a quarrel about petty points"]]}, {"answer": "bickering", "hint": "synonyms for bickering", "clues": [["bicker", "a quarrel about petty points"], ["tiff", "a quarrel about petty points"], ["fuss", "a quarrel about petty points"], ["pettifoggery", "a quarrel about petty points"], ["spat", "a quarrel about petty points"], ["squabble", "a quarrel about petty points"]]}, {"answer": "bid", "hint": "synonyms for bid", "clues": [["dictation", "an authoritative direction or instruction to do something"], ["bidding", "an authoritative direction or instruction to do something"], ["play", "an attempt to get something"], ["tender", "a formal proposal to buy at a specified price"], ["command", "an authoritative direction or instruction to do something"]]}, {"answer": "bidding", "hint": "synonyms for bidding", "clues": [["bid", "an authoritative direction or instruction to do something"], ["summons", "a request to be present"], ["dictation", "an authoritative direction or instruction to do something"], ["command", "an authoritative direction or instruction to do something"]]}, {"answer": "biff", "hint": "synonyms for biff", "clues": [["punch", "(boxing) a blow with the fist"], ["poke", "(boxing) a blow with the fist"], ["lick", "(boxing) a blow with the fist"], ["slug", "(boxing) a blow with the fist"], ["clout", "(boxing) a blow with the fist"]]}, {"answer": "big_bucks", "hint": "synonyms for big bucks", "clues": [["megabucks", "a large sum of money (especially as pay or profit)"], ["bundle", "a large sum of money (especially as pay or profit)"], ["big money", "a large sum of money (especially as pay or profit)"], ["pile", "a large sum of money (especially as pay or profit)"]]}, {"answer": "big_h", "hint": "synonyms for big h", "clues": [["thunder", "street names for heroin"], ["scag", "street names for heroin"], ["hell dust", "street names for heroin"], ["skag", "street names for heroin"], ["nose drops", "street names for heroin"], ["smack", "street names for heroin"], ["big H", "street names for heroin"]]}, {"answer": "big_money", "hint": "synonyms for big money", "clues": [["megabucks", "a large sum of money (especially as pay or profit)"], ["pile", "a large sum of money (especially as pay or profit)"], ["bundle", "a large sum of money (especially as pay or profit)"], ["big bucks", "a large sum of money (especially as pay or profit)"]]}, {"answer": "bike", "hint": "synonyms for bike", "clues": [["bicycle", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["cycle", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["motorcycle", "a motor vehicle with two wheels and a strong frame"], ["wheel", "a wheeled vehicle that has two wheels and is moved by foot pedals"]]}, {"answer": "bilgewater", "hint": "synonyms for bilgewater", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "biliousness", "hint": "synonyms for biliousness", "clues": [["temper", "a disposition to exhibit uncontrolled anger"], ["pettishness", "a disposition to exhibit uncontrolled anger"], ["surliness", "a disposition to exhibit uncontrolled anger"], ["snappishness", "a disposition to exhibit uncontrolled anger"], ["irritability", "a disposition to exhibit uncontrolled anger"], ["peevishness", "a disposition to exhibit uncontrolled anger"]]}, {"answer": "bill", "hint": "synonyms for bill", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["account", "an itemized statement of money owed for goods shipped or services rendered"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["billhook", "a long-handled saw with a curved blade"], ["eyeshade", "a brim that projects to the front to shade the eyes"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["placard", "a sign posted in a public place as an advertisement"], ["peak", "a brim that projects to the front to shade the eyes"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["posting", "a sign posted in a public place as an advertisement"], ["government note", "a piece of paper money (especially one issued by a central bank)"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["invoice", "an itemized statement of money owed for goods shipped or services rendered"], ["vizor", "a brim that projects to the front to shade the eyes"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["visor", "a brim that projects to the front to shade the eyes"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["poster", "a sign posted in a public place as an advertisement"], ["note", "a piece of paper money (especially one issued by a central bank)"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["greenback", "a piece of paper money (especially one issued by a central bank)"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["card", "a sign posted in a public place as an advertisement"], ["notice", "a sign posted in a public place as an advertisement"], ["measure", "a statute in draft before it becomes law"]]}, {"answer": "bill_of_fare", "hint": "synonyms for bill of fare", "clues": [["carte du jour", "a list of dishes available at a restaurant"], ["card", "a list of dishes available at a restaurant"], ["carte", "a list of dishes available at a restaurant"], ["menu", "a list of dishes available at a restaurant"]]}, {"answer": "billet", "hint": "synonyms for billet", "clues": [["situation", "a job in an organization"], ["spot", "a job in an organization"], ["berth", "a job in an organization"], ["line", "a short personal letter"], ["place", "a job in an organization"], ["note", "a short personal letter"], ["position", "a job in an organization"], ["office", "a job in an organization"], ["post", "a job in an organization"], ["short letter", "a short personal letter"]]}, {"answer": "billiard_parlor", "hint": "synonyms for billiard parlor", "clues": [["billiard saloon", "a room in which billiards is played"], ["billiard parlour", "a room in which billiards is played"], ["billiard hall", "a room in which billiards is played"], ["billiard room", "a room in which billiards is played"]]}, {"answer": "billiard_parlour", "hint": "synonyms for billiard parlour", "clues": [["billiard parlor", "a room in which billiards is played"], ["billiard saloon", "a room in which billiards is played"], ["billiard hall", "a room in which billiards is played"], ["billiard room", "a room in which billiards is played"]]}, {"answer": "billy", "hint": "synonyms for billy", "clues": [["baton", "a short stout club used primarily by policemen"], ["nightstick", "a short stout club used primarily by policemen"], ["billystick", "a short stout club used primarily by policemen"], ["truncheon", "a short stout club used primarily by policemen"], ["billy club", "a short stout club used primarily by policemen"]]}, {"answer": "billy_club", "hint": "synonyms for billy club", "clues": [["baton", "a short stout club used primarily by policemen"], ["nightstick", "a short stout club used primarily by policemen"], ["billystick", "a short stout club used primarily by policemen"], ["billy", "a short stout club used primarily by policemen"], ["truncheon", "a short stout club used primarily by policemen"]]}, {"answer": "billystick", "hint": "synonyms for billystick", "clues": [["baton", "a short stout club used primarily by policemen"], ["nightstick", "a short stout club used primarily by policemen"], ["billy", "a short stout club used primarily by policemen"], ["truncheon", "a short stout club used primarily by policemen"], ["billy club", "a short stout club used primarily by policemen"]]}, {"answer": "binge", "hint": "synonyms for binge", "clues": [["splurge", "any act of immoderate indulgence"], ["orgy", "any act of immoderate indulgence"], ["bust", "an occasion for excessive eating or drinking"], ["bout", "an occasion for excessive eating or drinking"], ["tear", "an occasion for excessive eating or drinking"]]}, {"answer": "bird", "hint": "synonyms for bird", "clues": [["boo", "a cry or noise made to express displeasure or contempt"], ["fowl", "the flesh of a bird or fowl (wild or domestic) used as food"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["birdie", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers"], ["shuttle", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"], ["shuttlecock", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["hiss", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "birth", "hint": "synonyms for birth", "clues": [["nativity", "the event of being born"], ["parturition", "the process of giving birth"], ["giving birth", "the process of giving birth"], ["nascence", "the event of being born"], ["birthing", "the process of giving birth"], ["parentage", "the kinship relation of an offspring to the parents"]]}, {"answer": "birth_control_device", "hint": "synonyms for birth control device", "clues": [["contraceptive", "an agent or device intended to prevent conception"], ["contraceptive device", "an agent or device intended to prevent conception"], ["prophylactic device", "an agent or device intended to prevent conception"], ["preventative", "an agent or device intended to prevent conception"]]}, {"answer": "birth_control_pill", "hint": "synonyms for birth control pill", "clues": [["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"]]}, {"answer": "birth_rate", "hint": "synonyms for birth rate", "clues": [["fertility rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["natality", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["birthrate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["fertility", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"]]}, {"answer": "birthplace", "hint": "synonyms for birthplace", "clues": [["cradle", "where something originated or was nurtured in its early existence"], ["provenience", "where something originated or was nurtured in its early existence"], ["place of birth", "the place where someone was born"], ["place of origin", "where something originated or was nurtured in its early existence"]]}, {"answer": "birthrate", "hint": "synonyms for birthrate", "clues": [["fertility rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["natality", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["birth rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["fertility", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"]]}, {"answer": "bit", "hint": "synonyms for bit", "clues": [["scrap", "a small fragment of something broken off from the whole"], ["piece", "an instance of some kind"], ["minute", "an indefinitely short time"], ["morsel", "a small amount of solid food; a mouthful"], ["number", "a short theatrical performance that is part of a longer program"], ["bite", "a small amount of solid food; a mouthful"], ["moment", "an indefinitely short time"], ["act", "a short theatrical performance that is part of a longer program"], ["second", "an indefinitely short time"], ["chip", "a small fragment of something broken off from the whole"], ["mo", "an indefinitely short time"], ["fleck", "a small fragment of something broken off from the whole"], ["flake", "a small fragment of something broken off from the whole"], ["routine", "a short theatrical performance that is part of a longer program"], ["turn", "a short theatrical performance that is part of a longer program"], ["spot", "a small piece or quantity of something"], ["snatch", "a small fragment"]]}, {"answer": "bitch", "hint": "synonyms for bitch", "clues": [["squawk", "informal terms for objecting"], ["gripe", "informal terms for objecting"], ["beef", "informal terms for objecting"], ["kick", "informal terms for objecting"]]}, {"answer": "bitchiness", "hint": "synonyms for bitchiness", "clues": [["spite", "malevolence by virtue of being malicious or spiteful or nasty"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty"], ["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty"]]}, {"answer": "bite", "hint": "synonyms for bite", "clues": [["morsel", "a small amount of solid food; a mouthful"], ["bit", "a small amount of solid food; a mouthful"], ["snack", "a light informal meal"], ["chomp", "the act of gripping or chewing off with the teeth and jaws"], ["collation", "a light informal meal"], ["sharpness", "a strong odor or taste property"], ["pungency", "a strong odor or taste property"], ["raciness", "a strong odor or taste property"]]}, {"answer": "bitterness", "hint": "synonyms for bitterness", "clues": [["rancour", "a feeling of deep and bitter anger and ill-will"], ["bitter", "the taste experience when quinine or coffee is taken into the mouth"], ["acerbity", "a rough and bitter manner"], ["tartness", "a rough and bitter manner"], ["resentment", "a feeling of deep and bitter anger and ill-will"], ["thorniness", "a rough and bitter manner"], ["jaundice", "a rough and bitter manner"], ["gall", "a feeling of deep and bitter anger and ill-will"], ["acrimony", "a rough and bitter manner"]]}, {"answer": "bivouac", "hint": "synonyms for bivouac", "clues": [["campsite", "a site where people on holiday can pitch a tent"], ["encampment", "temporary living quarters specially built by the army for soldiers"], ["camping ground", "a site where people on holiday can pitch a tent"], ["camp", "temporary living quarters specially built by the army for soldiers"], ["campground", "a site where people on holiday can pitch a tent"], ["camping site", "a site where people on holiday can pitch a tent"], ["cantonment", "temporary living quarters specially built by the army for soldiers"], ["camping area", "a site where people on holiday can pitch a tent"]]}, {"answer": "black_eye", "hint": "synonyms for black eye", "clues": [["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["reverse", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"]]}, {"answer": "black_maria", "hint": "synonyms for black maria", "clues": [["wagon", "van used by police to transport prisoners"], ["hearts", "a form of whist in which players avoid winning tricks containing hearts or the queen of spades"], ["police van", "van used by police to transport prisoners"], ["police wagon", "van used by police to transport prisoners"], ["black Maria", "van used by police to transport prisoners"], ["paddy wagon", "van used by police to transport prisoners"], ["patrol wagon", "van used by police to transport prisoners"]]}, {"answer": "blackjack", "hint": "synonyms for blackjack", "clues": [["cosh", "a piece of metal covered by leather with a flexible handle; used for hitting people"], ["sap", "a piece of metal covered by leather with a flexible handle; used for hitting people"], ["black flag", "a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship"], ["pirate flag", "a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship"], ["twenty-one", "a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21"], ["vingt-et-un", "a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21"]]}, {"answer": "blade", "hint": "synonyms for blade", "clues": [["brand", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard"], ["vane", "flat surface that rotates and pushes against air or water"], ["sword", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard"], ["steel", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard"]]}, {"answer": "blah", "hint": "synonyms for blah", "clues": [["rant", "pompous or pretentious talk or writing"], ["bombast", "pompous or pretentious talk or writing"], ["fustian", "pompous or pretentious talk or writing"], ["claptrap", "pompous or pretentious talk or writing"]]}, {"answer": "blahs", "hint": "synonyms for blahs", "clues": [["claptrap", "pompous or pretentious talk or writing"], ["blah", "pompous or pretentious talk or writing"], ["rant", "pompous or pretentious talk or writing"], ["bombast", "pompous or pretentious talk or writing"], ["fustian", "pompous or pretentious talk or writing"]]}, {"answer": "blandness", "hint": "synonyms for blandness", "clues": [["suavity", "the quality of being bland and gracious or ingratiating in manner"], ["smoothness", "the quality of being bland and gracious or ingratiating in manner"], ["insipidness", "lacking any distinctive or interesting taste property"], ["insipidity", "lacking any distinctive or interesting taste property"], ["suaveness", "the quality of being bland and gracious or ingratiating in manner"]]}, {"answer": "blare", "hint": "synonyms for blare", "clues": [["din", "a loud harsh or strident noise"], ["blaring", "a loud harsh or strident noise"], ["cacophony", "a loud harsh or strident noise"], ["clamor", "a loud harsh or strident noise"]]}, {"answer": "blast", "hint": "synonyms for blast", "clues": [["flak", "intense adverse criticism"], ["good time", "a highly pleasurable or exciting experience"], ["blow", "a strong current of air"], ["eruption", "a sudden very loud noise"], ["clap", "a sudden very loud noise"], ["fire", "intense adverse criticism"], ["bam", "a sudden very loud noise"], ["bang", "a sudden very loud noise"], ["gust", "a strong current of air"], ["attack", "intense adverse criticism"]]}, {"answer": "blaze", "hint": "synonyms for blaze", "clues": [["brilliance", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted"], ["glare", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted"], ["hell", "a cause of difficulty and suffering"], ["blazing", "a strong flame that burns brightly"]]}, {"answer": "blessing", "hint": "synonyms for blessing", "clues": [["benediction", "the act of praying for divine protection"], ["approving", "the formal act of approving"], ["approval", "the formal act of approving"], ["grace", "a short prayer of thanks before a meal"], ["thanksgiving", "a short prayer of thanks before a meal"]]}, {"answer": "blether", "hint": "synonyms for blether", "clues": [["chin music", "idle or foolish and irrelevant talk"], ["prate", "idle or foolish and irrelevant talk"], ["prattle", "idle or foolish and irrelevant talk"], ["idle talk", "idle or foolish and irrelevant talk"]]}, {"answer": "blink", "hint": "synonyms for blink", "clues": [["winking", "a reflex that closes and opens the eyes rapidly"], ["nictation", "a reflex that closes and opens the eyes rapidly"], ["eye blink", "a reflex that closes and opens the eyes rapidly"], ["blinking", "a reflex that closes and opens the eyes rapidly"]]}, {"answer": "blink_of_an_eye", "hint": "synonyms for blink of an eye", "clues": [["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "blinker", "hint": "synonyms for blinker", "clues": [["turn signal", "a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn"], ["flasher", "a light that flashes on and off; used as a signal or to send messages"], ["winker", "blind consisting of a leather eyepatch sewn to the side of the halter that prevents a horse from seeing something on either side"], ["turn indicator", "a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn"], ["trafficator", "a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn"], ["blinder", "blind consisting of a leather eyepatch sewn to the side of the halter that prevents a horse from seeing something on either side"]]}, {"answer": "blinks", "hint": "synonyms for blinks", "clues": [["winking", "a reflex that closes and opens the eyes rapidly"], ["nictation", "a reflex that closes and opens the eyes rapidly"], ["blink", "a reflex that closes and opens the eyes rapidly"], ["eye blink", "a reflex that closes and opens the eyes rapidly"]]}, {"answer": "blistering_agent", "hint": "synonyms for blistering agent", "clues": [["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"]]}, {"answer": "block", "hint": "synonyms for block", "clues": [["stop", "an obstruction in a pipe or tube"], ["auction block", "a platform from which an auctioneer sells"], ["pulley-block", "a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope"], ["stoppage", "an obstruction in a pipe or tube"], ["closure", "an obstruction in a pipe or tube"], ["engine block", "a metal casting containing the cylinders and cooling ducts of an engine"], ["cube", "a three-dimensional shape with six square or rectangular sides"], ["occlusion", "an obstruction in a pipe or tube"], ["blockage", "an obstruction in a pipe or tube"], ["city block", "a rectangular area in a city surrounded by streets and usually containing several buildings"], ["cylinder block", "a metal casting containing the cylinders and cooling ducts of an engine"], ["blocking", "the act of obstructing or deflecting someone's movements"], ["pulley", "a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope"], ["mental block", "an inability to remember or think of something you normally can do; often caused by emotional tension"]]}, {"answer": "blockage", "hint": "synonyms for blockage", "clues": [["stop", "an obstruction in a pipe or tube"], ["occlusion", "an obstruction in a pipe or tube"], ["stoppage", "an obstruction in a pipe or tube"], ["closure", "an obstruction in a pipe or tube"], ["block", "an obstruction in a pipe or tube"]]}, {"answer": "blood", "hint": "synonyms for blood", "clues": [["line of descent", "the descendants of one individual"], ["ancestry", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["blood line", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["pedigree", "the descendants of one individual"]]}, {"answer": "blood_line", "hint": "synonyms for blood line", "clues": [["line of descent", "the descendants of one individual"], ["ancestry", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["blood", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["bloodline", "the descendants of one individual"], ["pedigree", "the descendants of one individual"]]}, {"answer": "bloodline", "hint": "synonyms for bloodline", "clues": [["line of descent", "the descendants of one individual"], ["ancestry", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["blood", "the descendants of one individual"], ["blood line", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["pedigree", "ancestry of a purebred animal"]]}, {"answer": "bloodshed", "hint": "synonyms for bloodshed", "clues": [["battue", "indiscriminate slaughter"], ["bloodbath", "indiscriminate slaughter"], ["gore", "the shedding of blood resulting in murder"], ["bloodletting", "indiscriminate slaughter"]]}, {"answer": "bloom", "hint": "synonyms for bloom", "clues": [["blossom", "the period of greatest prosperity or productivity"], ["efflorescence", "the period of greatest prosperity or productivity"], ["flush", "the period of greatest prosperity or productivity"], ["heyday", "the period of greatest prosperity or productivity"], ["peak", "the period of greatest prosperity or productivity"], ["bloom of youth", "the best time of youth"], ["blooming", "the organic process of bearing flowers"], ["prime", "the period of greatest prosperity or productivity"], ["flower", "the period of greatest prosperity or productivity"], ["salad days", "the best time of youth"]]}, {"answer": "bloomer", "hint": "synonyms for bloomer", "clues": [["blooper", "an embarrassing mistake"], ["botch", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "bloomers", "hint": "synonyms for bloomers", "clues": [["pants", "underpants worn by women"], ["blooper", "an embarrassing mistake"], ["botch", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["knickers", "underpants worn by women"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["drawers", "underpants worn by women"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "blooper", "hint": "synonyms for blooper", "clues": [["botch", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["bloomer", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "blossom", "hint": "synonyms for blossom", "clues": [["peak", "the period of greatest prosperity or productivity"], ["bloom", "the period of greatest prosperity or productivity"], ["efflorescence", "the period of greatest prosperity or productivity"], ["prime", "the period of greatest prosperity or productivity"], ["flower", "the period of greatest prosperity or productivity"], ["flush", "the period of greatest prosperity or productivity"], ["heyday", "the period of greatest prosperity or productivity"]]}, {"answer": "blossoming", "hint": "synonyms for blossoming", "clues": [["flowering", "the time and process of budding and unfolding of blossoms"], ["efflorescence", "the time and process of budding and unfolding of blossoms"], ["anthesis", "the time and process of budding and unfolding of blossoms"], ["inflorescence", "the time and process of budding and unfolding of blossoms"]]}, {"answer": "blot", "hint": "synonyms for blot", "clues": [["smear", "an act that brings discredit to the person who does it"], ["daub", "a blemish made by dirt"], ["smudge", "a blemish made by dirt"], ["smirch", "an act that brings discredit to the person who does it"], ["spot", "a blemish made by dirt"], ["slur", "a blemish made by dirt"], ["stain", "an act that brings discredit to the person who does it"]]}, {"answer": "blotter", "hint": "synonyms for blotter", "clues": [["blotting paper", "absorbent paper used to dry ink"], ["rap sheet", "the daily written record of events (as arrests) in a police station"], ["police blotter", "the daily written record of events (as arrests) in a police station"], ["day book", "the daily written record of events (as arrests) in a police station"], ["charge sheet", "the daily written record of events (as arrests) in a police station"]]}, {"answer": "blow", "hint": "synonyms for blow", "clues": [["snow", "street names for cocaine"], ["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["coke", "street names for cocaine"], ["nose candy", "street names for cocaine"], ["bump", "an impact (as from a collision)"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["puff", "forceful exhalation through the nose or mouth"], ["blast", "a strong current of air"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["reverse", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["shock", "an unpleasant or disappointing surprise"], ["gust", "a strong current of air"]]}, {"answer": "blowout", "hint": "synonyms for blowout", "clues": [["gala affair", "a gay festivity"], ["walkaway", "an easy victory"], ["laugher", "an easy victory"], ["runaway", "an easy victory"], ["shoo-in", "an easy victory"], ["romp", "an easy victory"], ["gala", "a gay festivity"], ["jamboree", "a gay festivity"]]}, {"answer": "blowup", "hint": "synonyms for blowup", "clues": [["outburst", "an unrestrained expression of emotion"], ["magnification", "a photographic print that has been enlarged"], ["effusion", "an unrestrained expression of emotion"], ["enlargement", "a photographic print that has been enlarged"], ["gush", "an unrestrained expression of emotion"], ["detonation", "a violent release of energy caused by a chemical or nuclear reaction"], ["ebullition", "an unrestrained expression of emotion"], ["explosion", "a violent release of energy caused by a chemical or nuclear reaction"]]}, {"answer": "blue_devils", "hint": "synonyms for blue devils", "clues": [["blue", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"]]}, {"answer": "blues", "hint": "synonyms for blues", "clues": [["blue", "the sky as viewed during daylight"], ["blue air", "the sky as viewed during daylight"], ["wild blue yonder", "the sky as viewed during daylight"], ["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["bluing", "used to whiten laundry or hair or give it a bluish tinge"], ["blueness", "blue color or pigment; resembling the color of the clear sky in the daytime"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic"], ["blue sky", "the sky as viewed during daylight"]]}, {"answer": "blunder", "hint": "synonyms for blunder", "clues": [["botch", "an embarrassing mistake"], ["blooper", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "blurriness", "hint": "synonyms for blurriness", "clues": [["fogginess", "the quality of being indistinct and without sharp outlines"], ["softness", "the quality of being indistinct and without sharp outlines"], ["fuzziness", "the quality of being indistinct and without sharp outlines"], ["indistinctness", "the quality of being indistinct and without sharp outlines"]]}, {"answer": "bm", "hint": "synonyms for bm", "clues": [["fecal matter", "solid excretory product evacuated from the bowels"], ["faeces", "solid excretory product evacuated from the bowels"], ["bowel movement", "a euphemism for defecation"], ["ordure", "solid excretory product evacuated from the bowels"], ["movement", "a euphemism for defecation"], ["stool", "solid excretory product evacuated from the bowels"], ["dejection", "solid excretory product evacuated from the bowels"]]}, {"answer": "board", "hint": "synonyms for board", "clues": [["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["display board", "a vertical surface on which information can be displayed to public view"], ["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["dining table", "a table at which meals are served"], ["plank", "a stout length of sawn timber; made in a wide variety of sizes and used for many purposes"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["table", "food or meals in general"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["display panel", "a vertical surface on which information can be displayed to public view"], ["gameboard", "a flat portable surface (usually rectangular) designed for board games"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "boards", "hint": "synonyms for boards", "clues": [["board", "a stout length of sawn timber; made in a wide variety of sizes and used for many purposes"], ["display board", "a vertical surface on which information can be displayed to public view"], ["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["table", "food or meals in general"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["dining table", "a table at which meals are served"], ["plank", "a stout length of sawn timber; made in a wide variety of sizes and used for many purposes"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["circuit card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["display panel", "a vertical surface on which information can be displayed to public view"], ["gameboard", "a flat portable surface (usually rectangular) designed for board games"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "boater", "hint": "synonyms for boater", "clues": [["skimmer", "a stiff hat made of straw with a flat crown"], ["straw hat", "a stiff hat made of straw with a flat crown"], ["leghorn", "a stiff hat made of straw with a flat crown"], ["sailor", "a stiff hat made of straw with a flat crown"]]}, {"answer": "bob", "hint": "synonyms for bob", "clues": [["bobsled", "a long racing sled (for 2 or more people) with a steering mechanism"], ["bobfloat", "a small float usually made of cork; attached to a fishing line"], ["bobsleigh", "a long racing sled (for 2 or more people) with a steering mechanism"], ["shilling", "a former monetary unit in Great Britain"], ["bobber", "a small float usually made of cork; attached to a fishing line"], ["cork", "a small float usually made of cork; attached to a fishing line"]]}, {"answer": "body_armor", "hint": "synonyms for body armor", "clues": [["suit of armour", "armor that protects the wearer's whole body"], ["body armour", "armor that protects the wearer's whole body"], ["coat of mail", "armor that protects the wearer's whole body"], ["cataphract", "armor that protects the wearer's whole body"]]}, {"answer": "body_armour", "hint": "synonyms for body armour", "clues": [["cataphract", "armor that protects the wearer's whole body"], ["suit of armour", "armor that protects the wearer's whole body"], ["body armor", "armor that protects the wearer's whole body"], ["coat of mail", "armor that protects the wearer's whole body"]]}, {"answer": "body_politic", "hint": "synonyms for body politic", "clues": [["nation", "a politically organized body of people under a single government"], ["land", "a politically organized body of people under a single government"], ["country", "a politically organized body of people under a single government"], ["commonwealth", "a politically organized body of people under a single government"], ["res publica", "a politically organized body of people under a single government"], ["state", "a politically organized body of people under a single government"]]}, {"answer": "body_waste", "hint": "synonyms for body waste", "clues": [["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body"]]}, {"answer": "boldness", "hint": "synonyms for boldness", "clues": [["strikingness", "the quality of standing out strongly and distinctly"], ["cheek", "impudent aggressiveness"], ["nerve", "impudent aggressiveness"], ["hardiness", "the trait of being willing to undertake things that involve risk or danger"], ["hardihood", "the trait of being willing to undertake things that involve risk or danger"], ["brass", "impudent aggressiveness"], ["daring", "the trait of being willing to undertake things that involve risk or danger"], ["face", "impudent aggressiveness"]]}, {"answer": "boloney", "hint": "synonyms for boloney", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["baloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "bombardment", "hint": "synonyms for bombardment", "clues": [["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["onslaught", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["barrage", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["bombing", "an attack by dropping bombs"], ["outpouring", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target"]]}, {"answer": "bombast", "hint": "synonyms for bombast", "clues": [["rant", "pompous or pretentious talk or writing"], ["claptrap", "pompous or pretentious talk or writing"], ["fustian", "pompous or pretentious talk or writing"], ["blah", "pompous or pretentious talk or writing"]]}, {"answer": "bomber", "hint": "synonyms for bomber", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "bon_ton", "hint": "synonyms for bon ton", "clues": [["smart set", "the fashionable elite"], ["high society", "the fashionable elite"], ["society", "the fashionable elite"], ["beau monde", "the fashionable elite"]]}, {"answer": "bonanza", "hint": "synonyms for bonanza", "clues": [["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"]]}, {"answer": "bond", "hint": "synonyms for bond", "clues": [["shackle", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)"], ["adherence", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"], ["alliance", "a connection based on kinship or marriage or common interest"], ["hamper", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)"], ["bond certificate", "a certificate of debt (usually interest-bearing or discounted) that is issued by a government or corporation in order to raise money; the issuer is required to pay a fixed sum annually until maturity and then a fixed sum to repay the principal"], ["trammel", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)"], ["bail", "(criminal law) money that must be forfeited by the bondsman if an accused person fails to appear in court for trial"], ["attachment", "a connection that fastens things together"], ["adhesiveness", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"], ["bail bond", "(criminal law) money that must be forfeited by the bondsman if an accused person fails to appear in court for trial"], ["chemical bond", "an electrical force linking atoms"], ["bond paper", "a superior quality of strong durable white writing paper; originally made for printing documents"], ["adhesion", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition"]]}, {"answer": "boner", "hint": "synonyms for boner", "clues": [["botch", "an embarrassing mistake"], ["blooper", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "bones", "hint": "synonyms for bones", "clues": [["osseous tissue", "the porous calcified substance from which bones are made"], ["ivory", "a shade of white the color of bleached bones"], ["pearl", "a shade of white the color of bleached bones"], ["off-white", "a shade of white the color of bleached bones"], ["finger cymbals", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance"], ["bone", "a shade of white the color of bleached bones"], ["castanets", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance"], ["clappers", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance"]]}, {"answer": "bonhomie", "hint": "synonyms for bonhomie", "clues": [["amiability", "a disposition to be friendly and approachable (easy to talk to)"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)"], ["affability", "a disposition to be friendly and approachable (easy to talk to)"], ["geniality", "a disposition to be friendly and approachable (easy to talk to)"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)"]]}, {"answer": "boniness", "hint": "synonyms for boniness", "clues": [["maceration", "extreme leanness (usually caused by starvation or disease)"], ["bonyness", "extreme leanness (usually caused by starvation or disease)"], ["emaciation", "extreme leanness (usually caused by starvation or disease)"], ["gauntness", "extreme leanness (usually caused by starvation or disease)"]]}, {"answer": "bonyness", "hint": "synonyms for bonyness", "clues": [["maceration", "extreme leanness (usually caused by starvation or disease)"], ["emaciation", "extreme leanness (usually caused by starvation or disease)"], ["gauntness", "extreme leanness (usually caused by starvation or disease)"], ["boniness", "extreme leanness (usually caused by starvation or disease)"]]}, {"answer": "boo", "hint": "synonyms for boo", "clues": [["bird", "a cry or noise made to express displeasure or contempt"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["hiss", "a cry or noise made to express displeasure or contempt"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "boo-boo", "hint": "synonyms for boo-boo", "clues": [["botch", "an embarrassing mistake"], ["blooper", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "boob_tube", "hint": "synonyms for boob tube", "clues": [["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["television", "an electronic device that receives television signals and displays them on a screen"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "booby_hatch", "hint": "synonyms for booby hatch", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "boodle", "hint": "synonyms for boodle", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["stops", "a gambling card game in which chips are placed on the ace and king and queen and jack of separate suits (taken from a separate deck); a player plays the lowest card of a suit in his hand and successively higher cards are played until the sequence stops; the player who plays a card matching one in the layout wins all the chips on that card"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "book", "hint": "synonyms for book", "clues": [["leger", "a record in which commercial accounts are recorded"], ["account book", "a record in which commercial accounts are recorded"], ["record book", "a compilation of the known facts regarding something or someone"], ["record", "a compilation of the known facts regarding something or someone"], ["al-Qur'an", "the sacred writings of Islam revealed by God to the prophet Muhammad during his life at Mecca and Medina"], ["book of account", "a record in which commercial accounts are recorded"], ["rule book", "a collection of rules or prescribed standards on the basis of which decisions are made"], ["playscript", "a written version of a play or other dramatic composition; used in preparing for a performance"], ["script", "a written version of a play or other dramatic composition; used in preparing for a performance"], ["volume", "physical objects consisting of a number of pages bound together"]]}, {"answer": "booklet", "hint": "synonyms for booklet", "clues": [["folder", "a small book usually having a paper cover"], ["pamphlet", "a small book usually having a paper cover"], ["leaflet", "a small book usually having a paper cover"], ["brochure", "a small book usually having a paper cover"]]}, {"answer": "boom", "hint": "synonyms for boom", "clues": [["thunder", "a deep prolonged loud noise"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["roar", "a deep prolonged loud noise"], ["microphone boom", "a pole carrying an overhead microphone projected over a film or tv set"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"]]}, {"answer": "boost", "hint": "synonyms for boost", "clues": [["cost increase", "an increase in cost"], ["encouragement", "the act of giving hope or support to someone"], ["rise", "an increase in cost"], ["hike", "an increase in cost"]]}, {"answer": "booster", "hint": "synonyms for booster", "clues": [["booster dose", "an additional dose that makes sure the first dose was effective"], ["booster station", "an amplifier for restoring the strength of a transmitted signal"], ["booster shot", "an additional dose that makes sure the first dose was effective"], ["booster unit", "the first stage of a multistage rocket"], ["recall dose", "an additional dose that makes sure the first dose was effective"], ["booster rocket", "the first stage of a multistage rocket"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal"], ["relay station", "an amplifier for restoring the strength of a transmitted signal"], ["relay link", "an amplifier for restoring the strength of a transmitted signal"], ["takeoff rocket", "the first stage of a multistage rocket"], ["takeoff booster", "the first stage of a multistage rocket"]]}, {"answer": "booster_amplifier", "hint": "synonyms for booster amplifier", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal"], ["booster", "an amplifier for restoring the strength of a transmitted signal"], ["relay link", "an amplifier for restoring the strength of a transmitted signal"], ["relay station", "an amplifier for restoring the strength of a transmitted signal"]]}, {"answer": "booster_rocket", "hint": "synonyms for booster rocket", "clues": [["booster", "the first stage of a multistage rocket"], ["takeoff booster", "the first stage of a multistage rocket"], ["takeoff rocket", "the first stage of a multistage rocket"], ["booster unit", "the first stage of a multistage rocket"]]}, {"answer": "booster_station", "hint": "synonyms for booster station", "clues": [["relay transmitter", "an amplifier for restoring the strength of a transmitted signal"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal"], ["booster", "an amplifier for restoring the strength of a transmitted signal"], ["relay link", "an amplifier for restoring the strength of a transmitted signal"], ["relay station", "an amplifier for restoring the strength of a transmitted signal"]]}, {"answer": "booster_unit", "hint": "synonyms for booster unit", "clues": [["booster", "the first stage of a multistage rocket"], ["takeoff booster", "the first stage of a multistage rocket"], ["takeoff rocket", "the first stage of a multistage rocket"], ["booster rocket", "the first stage of a multistage rocket"]]}, {"answer": "boot", "hint": "synonyms for boot", "clues": [["iron heel", "an instrument of torture that is used to heat or crush the foot and leg"], ["the boot", "an instrument of torture that is used to heat or crush the foot and leg"], ["kick", "the act of delivering a blow with the foot"], ["iron boot", "an instrument of torture that is used to heat or crush the foot and leg"], ["rush", "the swift release of a store of affective force"], ["bang", "the swift release of a store of affective force"], ["flush", "the swift release of a store of affective force"], ["thrill", "the swift release of a store of affective force"], ["charge", "the swift release of a store of affective force"]]}, {"answer": "booty", "hint": "synonyms for booty", "clues": [["dirty money", "goods or money obtained illegally"], ["plunder", "goods or money obtained illegally"], ["swag", "goods or money obtained illegally"], ["loot", "goods or money obtained illegally"], ["pillage", "goods or money obtained illegally"], ["prize", "goods or money obtained illegally"]]}, {"answer": "booze", "hint": "synonyms for booze", "clues": [["liquor", "an alcoholic beverage that is distilled rather than fermented"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented"], ["strong drink", "an alcoholic beverage that is distilled rather than fermented"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented"], ["spirits", "an alcoholic beverage that is distilled rather than fermented"]]}, {"answer": "booze-up", "hint": "synonyms for booze-up", "clues": [["bender", "revelry in drinking; a merry drinking party"], ["carouse", "revelry in drinking; a merry drinking party"], ["carousal", "revelry in drinking; a merry drinking party"], ["toot", "revelry in drinking; a merry drinking party"]]}, {"answer": "bordello", "hint": "synonyms for bordello", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bawdyhouse", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["house of prostitution", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "border", "hint": "synonyms for border", "clues": [["borderline", "a line that indicates a boundary"], ["edge", "the boundary of a surface"], ["boundary line", "a line that indicates a boundary"], ["delimitation", "a line that indicates a boundary"], ["molding", "a decorative recessed or relieved surface on an edge"], ["margin", "the boundary line or the area immediately inside the boundary"], ["perimeter", "the boundary line or the area immediately inside the boundary"], ["mete", "a line that indicates a boundary"]]}, {"answer": "bore", "hint": "synonyms for bore", "clues": [["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["bore-hole", "a hole or passage made by a drill; usually made for exploratory purposes"], ["drill hole", "a hole or passage made by a drill; usually made for exploratory purposes"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["calibre", "diameter of a tube or gun barrel"], ["gauge", "diameter of a tube or gun barrel"]]}, {"answer": "bosh", "hint": "synonyms for bosh", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "botch", "hint": "synonyms for botch", "clues": [["blooper", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "bother", "hint": "synonyms for bother", "clues": [["fuss", "an angry disturbance"], ["botheration", "something or someone that causes trouble; a source of unhappiness"], ["trouble", "an angry disturbance"], ["infliction", "something or someone that causes trouble; a source of unhappiness"], ["pain", "something or someone that causes trouble; a source of unhappiness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness"], ["hassle", "an angry disturbance"]]}, {"answer": "botheration", "hint": "synonyms for botheration", "clues": [["infliction", "something or someone that causes trouble; a source of unhappiness"], ["pain", "something or someone that causes trouble; a source of unhappiness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness"], ["bother", "something or someone that causes trouble; a source of unhappiness"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness"]]}, {"answer": "bounce", "hint": "synonyms for bounce", "clues": [["leap", "a light, self-propelled movement upwards or forwards"], ["bounciness", "the quality of a substance that is able to rebound"], ["spring", "a light, self-propelled movement upwards or forwards"], ["bound", "a light, self-propelled movement upwards or forwards"], ["saltation", "a light, self-propelled movement upwards or forwards"], ["bouncing", "rebounding from an impact (or series of impacts)"]]}, {"answer": "boundary_line", "hint": "synonyms for boundary line", "clues": [["borderline", "a line that indicates a boundary"], ["border", "a line that indicates a boundary"], ["delimitation", "a line that indicates a boundary"], ["mete", "a line that indicates a boundary"]]}, {"answer": "boundlessness", "hint": "synonyms for boundlessness", "clues": [["infinitude", "the quality of being infinite; without bound or limit"], ["unboundedness", "the quality of being infinite; without bound or limit"], ["infiniteness", "the quality of being infinite; without bound or limit"], ["limitlessness", "the quality of being infinite; without bound or limit"]]}, {"answer": "bounds", "hint": "synonyms for bounds", "clues": [["bound", "the line or plane indicating the limit or extent of something"], ["bounce", "a light, self-propelled movement upwards or forwards"], ["leap", "a light, self-propelled movement upwards or forwards"], ["spring", "a light, self-propelled movement upwards or forwards"], ["boundary", "the line or plane indicating the limit or extent of something"], ["limit", "the greatest possible degree of something"], ["saltation", "a light, self-propelled movement upwards or forwards"], ["edge", "a line determining the limits of an area"]]}, {"answer": "bounty", "hint": "synonyms for bounty", "clues": [["premium", "payment or reward (especially from a government) for acts such as catching criminals or killing predatory animals or enlisting in the military"], ["bountifulness", "the property of copious abundance"], ["bounteousness", "generosity evidenced by a willingness to give freely"], ["amplitude", "the property of copious abundance"]]}, {"answer": "bouquet", "hint": "synonyms for bouquet", "clues": [["redolence", "a pleasingly sweet olfactory property"], ["corsage", "an arrangement of flowers that is usually given as a present"], ["posy", "an arrangement of flowers that is usually given as a present"], ["fragrance", "a pleasingly sweet olfactory property"], ["sweetness", "a pleasingly sweet olfactory property"], ["nosegay", "an arrangement of flowers that is usually given as a present"]]}, {"answer": "bout", "hint": "synonyms for bout", "clues": [["bust", "an occasion for excessive eating or drinking"], ["turn", "(sports) a division during which one team is on the offensive"], ["binge", "an occasion for excessive eating or drinking"], ["tear", "an occasion for excessive eating or drinking"], ["round", "(sports) a division during which one team is on the offensive"]]}, {"answer": "bow", "hint": "synonyms for bow", "clues": [["curtain call", "an appearance by actors or performers at the end of the concert or play in order to acknowledge the applause of the audience"], ["bowing", "bending the head or body or knee as a sign of reverence or submission or shame or greeting"], ["fore", "front part of a vessel or aircraft"], ["obeisance", "bending the head or body or knee as a sign of reverence or submission or shame or greeting"], ["bowknot", "a knot with two loops and loose ends; used to tie shoelaces"], ["stem", "front part of a vessel or aircraft"], ["arc", "something curved in shape"], ["prow", "front part of a vessel or aircraft"]]}, {"answer": "bowl", "hint": "synonyms for bowl", "clues": [["pipe bowl", "a small round container that is open at the top for holding tobacco"], ["trough", "a concave shape with an open top"], ["sports stadium", "a large structure for open-air sports or entertainments"], ["bowling ball", "a large ball with finger holes used in the sport of bowling"], ["bowlful", "the quantity contained in a bowl"], ["arena", "a large structure for open-air sports or entertainments"], ["roll", "the act of rolling something (as the ball in bowling)"], ["stadium", "a large structure for open-air sports or entertainments"]]}, {"answer": "bowler", "hint": "synonyms for bowler", "clues": [["plug hat", "a felt hat that is round and hard with a narrow brim"], ["derby hat", "a felt hat that is round and hard with a narrow brim"], ["derby", "a felt hat that is round and hard with a narrow brim"], ["bowler hat", "a felt hat that is round and hard with a narrow brim"]]}, {"answer": "bowler_hat", "hint": "synonyms for bowler hat", "clues": [["plug hat", "a felt hat that is round and hard with a narrow brim"], ["bowler", "a felt hat that is round and hard with a narrow brim"], ["derby hat", "a felt hat that is round and hard with a narrow brim"], ["derby", "a felt hat that is round and hard with a narrow brim"]]}, {"answer": "bowls", "hint": "synonyms for bowls", "clues": [["bowl", "a small round container that is open at the top for holding tobacco"], ["bowling ball", "a large ball with finger holes used in the sport of bowling"], ["roll", "the act of rolling something (as the ball in bowling)"], ["arena", "a large structure for open-air sports or entertainments"], ["pipe bowl", "a small round container that is open at the top for holding tobacco"], ["sports stadium", "a large structure for open-air sports or entertainments"], ["trough", "a concave shape with an open top"], ["bowlful", "the quantity contained in a bowl"], ["lawn bowling", "a bowling game played on a level lawn with biased wooden balls that are rolled at a jack"], ["stadium", "a large structure for open-air sports or entertainments"]]}, {"answer": "boxberry", "hint": "synonyms for boxberry", "clues": [["wintergreen", "spicy red berrylike fruit; source of wintergreen oil"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil"], ["spiceberry", "spicy red berrylike fruit; source of wintergreen oil"], ["checkerberry", "spicy red berrylike fruit; source of wintergreen oil"]]}, {"answer": "boxers", "hint": "synonyms for boxers", "clues": [["shorts", "underpants worn by men"], ["underdrawers", "underpants worn by men"], ["boxershorts", "underpants worn by men"], ["drawers", "underpants worn by men"]]}, {"answer": "boxershorts", "hint": "synonyms for boxershorts", "clues": [["boxers", "underpants worn by men"], ["shorts", "underpants worn by men"], ["underdrawers", "underpants worn by men"], ["drawers", "underpants worn by men"]]}, {"answer": "brace", "hint": "synonyms for brace", "clues": [["twain", "two items of the same kind"], ["braces", "an appliance that corrects dental irregularities"], ["orthodontic braces", "an appliance that corrects dental irregularities"], ["couple", "two items of the same kind"], ["bitstock", "a carpenter's tool having a crank handle for turning and a socket to hold a bit for boring"], ["duad", "two items of the same kind"], ["gallus", "elastic straps that hold trousers up (usually used in the plural)"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["bracing", "a structural member used to stiffen a framework"], ["duet", "two items of the same kind"], ["span", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["pair", "two items of the same kind"], ["duo", "two items of the same kind"], ["suspender", "elastic straps that hold trousers up (usually used in the plural)"]]}, {"answer": "bracelet", "hint": "synonyms for bracelet", "clues": [["bangle", "jewelry worn around the wrist for decoration"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"]]}, {"answer": "braces", "hint": "synonyms for braces", "clues": [["twain", "two items of the same kind"], ["brace", "a set of two similar things considered as a unit"], ["orthodontic braces", "an appliance that corrects dental irregularities"], ["couple", "two items of the same kind"], ["bitstock", "a carpenter's tool having a crank handle for turning and a socket to hold a bit for boring"], ["duad", "two items of the same kind"], ["gallus", "elastic straps that hold trousers up (usually used in the plural)"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["bracing", "a structural member used to stiffen a framework"], ["duet", "two items of the same kind"], ["span", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["pair", "two items of the same kind"], ["duo", "two items of the same kind"], ["suspender", "elastic straps that hold trousers up (usually used in the plural)"]]}, {"answer": "brain", "hint": "synonyms for brain", "clues": [["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["brainpower", "mental ability"], ["mental capacity", "mental ability"], ["mentality", "mental ability"], ["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["learning ability", "mental ability"], ["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["wit", "mental ability"]]}, {"answer": "brainpower", "hint": "synonyms for brainpower", "clues": [["mental capacity", "mental ability"], ["mentality", "mental ability"], ["brain", "mental ability"], ["wit", "mental ability"], ["learning ability", "mental ability"]]}, {"answer": "brainwave", "hint": "synonyms for brainwave", "clues": [["insight", "the clear (and often sudden) understanding of a complex situation"], ["brainstorm", "the clear (and often sudden) understanding of a complex situation"], ["cortical potential", "(neurophysiology) rapid fluctuations of voltage between parts of the cerebral cortex that are detectable with an electroencephalograph"], ["brain wave", "(neurophysiology) rapid fluctuations of voltage between parts of the cerebral cortex that are detectable with an electroencephalograph"]]}, {"answer": "branch", "hint": "synonyms for branch", "clues": [["ramification", "a part of a forked or branching shape"], ["arm", "any projection that is thought to resemble a human arm"], ["offset", "a natural consequence of development"], ["outgrowth", "a natural consequence of development"], ["limb", "any projection that is thought to resemble a human arm"], ["leg", "a part of a forked or branching shape"], ["subdivision", "a division of some larger or more complex organization"], ["offshoot", "a natural consequence of development"]]}, {"answer": "brand", "hint": "synonyms for brand", "clues": [["stigma", "a symbol of disgrace or infamy; --Genesis"], ["brand name", "a name given to a product or service"], ["steel", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard"], ["marque", "a name given to a product or service"], ["mark", "a symbol of disgrace or infamy; --Genesis"], ["firebrand", "a piece of wood that has been burned or is burning"], ["stain", "a symbol of disgrace or infamy; --Genesis"], ["make", "a recognizable kind"], ["blade", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard"], ["sword", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard"], ["trade name", "a name given to a product or service"]]}, {"answer": "brashness", "hint": "synonyms for brashness", "clues": [["tawdriness", "tasteless showiness"], ["meretriciousness", "tasteless showiness"], ["flashiness", "tasteless showiness"], ["loudness", "tasteless showiness"], ["garishness", "tasteless showiness"], ["gaudiness", "tasteless showiness"], ["glitz", "tasteless showiness"]]}, {"answer": "brass", "hint": "synonyms for brass", "clues": [["organization", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["boldness", "impudent aggressiveness"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["nerve", "impudent aggressiveness"], ["brass instrument", "a wind instrument that consists of a brass tube (usually of variable length) that is blown by means of a cup-shaped or funnel-shaped mouthpiece"], ["face", "impudent aggressiveness"], ["cheek", "impudent aggressiveness"], ["plaque", "a memorial made of brass"], ["memorial tablet", "a memorial made of brass"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["brass section", "the section of a band or orchestra that plays brass instruments"]]}, {"answer": "bravery", "hint": "synonyms for bravery", "clues": [["courage", "a quality of spirit that enables you to face danger or pain without showing fear"], ["braveness", "a quality of spirit that enables you to face danger or pain without showing fear"], ["courageousness", "a quality of spirit that enables you to face danger or pain without showing fear"], ["fearlessness", "feeling no fear"]]}, {"answer": "brawn", "hint": "synonyms for brawn", "clues": [["muscle", "possessing muscular strength"], ["muscularity", "possessing muscular strength"], ["heftiness", "possessing muscular strength"], ["brawniness", "possessing muscular strength"], ["sinew", "possessing muscular strength"]]}, {"answer": "brawniness", "hint": "synonyms for brawniness", "clues": [["muscle", "possessing muscular strength"], ["muscularity", "possessing muscular strength"], ["heftiness", "possessing muscular strength"], ["sinew", "possessing muscular strength"], ["brawn", "possessing muscular strength"]]}, {"answer": "breach", "hint": "synonyms for breach", "clues": [["rift", "a personal or social separation (as between opposing factions)"], ["severance", "a personal or social separation (as between opposing factions)"], ["rupture", "a personal or social separation (as between opposing factions)"], ["break", "a personal or social separation (as between opposing factions)"], ["falling out", "a personal or social separation (as between opposing factions)"]]}, {"answer": "bread", "hint": "synonyms for bread", "clues": [["sugar", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["breadstuff", "food made from dough of flour or meal and usually raised with yeast or baking powder and then baked"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["staff of life", "food made from dough of flour or meal and usually raised with yeast or baking powder and then baked"], ["lolly", "informal terms for money"]]}, {"answer": "bread_and_butter", "hint": "synonyms for bread and butter", "clues": [["living", "the financial means whereby one lives"], ["sustenance", "the financial means whereby one lives"], ["keep", "the financial means whereby one lives"], ["support", "the financial means whereby one lives"], ["livelihood", "the financial means whereby one lives"]]}, {"answer": "break", "hint": "synonyms for break", "clues": [["break of serve", "(tennis) a score consisting of winning a game when your opponent was serving"], ["open frame", "any frame in which a bowler fails to make a strike or spare"], ["pause", "a time interval during which there is a temporary cessation of something"], ["recess", "a pause from doing something (as work)"], ["interruption", "an act of delaying or interrupting the continuity"], ["suspension", "a time interval during which there is a temporary cessation of something"], ["faulting", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["prisonbreak", "an escape from jail"], ["breach", "a personal or social separation (as between opposing factions)"], ["time out", "a pause from doing something (as work)"], ["breakout", "an escape from jail"], ["prison-breaking", "an escape from jail"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["falling out", "a personal or social separation (as between opposing factions)"], ["gap", "an act of delaying or interrupting the continuity"], ["good luck", "an unexpected piece of good luck"], ["severance", "a personal or social separation (as between opposing factions)"], ["respite", "a pause from doing something (as work)"], ["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["breakage", "the act of breaking something"], ["breaking", "the act of breaking something"], ["rift", "a personal or social separation (as between opposing factions)"], ["intermission", "a time interval during which there is a temporary cessation of something"], ["gaolbreak", "an escape from jail"], ["disruption", "an act of delaying or interrupting the continuity"], ["rupture", "a personal or social separation (as between opposing factions)"], ["happy chance", "an unexpected piece of good luck"], ["jailbreak", "an escape from jail"]]}, {"answer": "break_of_day", "hint": "synonyms for break of day", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["dawning", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "break_of_the_day", "hint": "synonyms for break of the day", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["first light", "the first light of day"], ["break of day", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "breakout", "hint": "synonyms for breakout", "clues": [["gaolbreak", "an escape from jail"], ["prison-breaking", "an escape from jail"], ["jailbreak", "an escape from jail"], ["break", "an escape from jail"], ["prisonbreak", "an escape from jail"]]}, {"answer": "breakwater", "hint": "synonyms for breakwater", "clues": [["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"]]}, {"answer": "breath", "hint": "synonyms for breath", "clues": [["breathing spell", "a short respite"], ["hint", "an indirect suggestion"], ["intimation", "an indirect suggestion"], ["breather", "a short respite"], ["breathing time", "a short respite"], ["breathing place", "a short respite"]]}, {"answer": "breather", "hint": "synonyms for breather", "clues": [["breathing place", "a short respite"], ["breath", "a short respite"], ["snorkel breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["breathing spell", "a short respite"], ["breathing time", "a short respite"], ["schnorkel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["schnorchel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"]]}, {"answer": "breathing_space", "hint": "synonyms for breathing space", "clues": [["breathing spell", "a short respite"], ["breathing room", "sufficient room for easy breathing or movement"], ["breather", "a short respite"], ["breathing time", "a short respite"], ["breathing place", "a short respite"]]}, {"answer": "breeches", "hint": "synonyms for breeches", "clues": [["knee breeches", "trousers ending above the knee"], ["rear of tube", "opening in the rear of the barrel of a gun where bullets can be loaded"], ["knickers", "trousers ending above the knee"], ["breech", "opening in the rear of the barrel of a gun where bullets can be loaded"], ["rear of barrel", "opening in the rear of the barrel of a gun where bullets can be loaded"], ["knee pants", "trousers ending above the knee"], ["knickerbockers", "trousers ending above the knee"]]}, {"answer": "breeze", "hint": "synonyms for breeze", "clues": [["zephyr", "a slight wind (usually refreshing)"], ["air", "a slight wind (usually refreshing)"], ["piece of cake", "any undertaking that is easy to do"], ["pushover", "any undertaking that is easy to do"], ["walkover", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["cinch", "any undertaking that is easy to do"], ["picnic", "any undertaking that is easy to do"], ["gentle wind", "a slight wind (usually refreshing)"], ["child's play", "any undertaking that is easy to do"]]}, {"answer": "bricole", "hint": "synonyms for bricole", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "bridge", "hint": "synonyms for bridge", "clues": [["nosepiece", "the link between two lenses; rests on the nose"], ["bridge circuit", "a circuit consisting of two branches (4 arms arranged in a diamond configuration) across which a meter is connected"], ["bridge deck", "an upper deck where a ship is steered and the captain stands"], ["bridgework", "a denture anchored to teeth on either side of missing teeth"], ["span", "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc."]]}, {"answer": "bridges", "hint": "synonyms for bridges", "clues": [["nosepiece", "the link between two lenses; rests on the nose"], ["bridge", "a wooden support that holds the strings up"], ["bridge deck", "an upper deck where a ship is steered and the captain stands"], ["bridge circuit", "a circuit consisting of two branches (4 arms arranged in a diamond configuration) across which a meter is connected"], ["bridgework", "a denture anchored to teeth on either side of missing teeth"], ["span", "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc."]]}, {"answer": "brightness", "hint": "synonyms for brightness", "clues": [["luminance", "the quality of being luminous; emitting or reflecting light"], ["brightness level", "the quality of being luminous; emitting or reflecting light"], ["luminosity", "the quality of being luminous; emitting or reflecting light"], ["light", "the quality of being luminous; emitting or reflecting light"], ["smartness", "intelligence as manifested in being quick and witty"], ["cleverness", "intelligence as manifested in being quick and witty"], ["luminousness", "the quality of being luminous; emitting or reflecting light"]]}, {"answer": "brightness_level", "hint": "synonyms for brightness level", "clues": [["brightness", "the quality of being luminous; emitting or reflecting light"], ["luminosity", "the quality of being luminous; emitting or reflecting light"], ["light", "the quality of being luminous; emitting or reflecting light"], ["luminance", "the quality of being luminous; emitting or reflecting light"], ["luminousness", "the quality of being luminous; emitting or reflecting light"]]}, {"answer": "brilliance", "hint": "synonyms for brilliance", "clues": [["blaze", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted"], ["splendor", "the quality of being magnificent or splendid or grand"], ["glare", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted"], ["grandeur", "the quality of being magnificent or splendid or grand"], ["grandness", "the quality of being magnificent or splendid or grand"], ["genius", "unusual mental ability"], ["magnificence", "the quality of being magnificent or splendid or grand"]]}, {"answer": "bringing_up", "hint": "synonyms for bringing up", "clues": [["breeding", "helping someone grow up to be an accepted member of the community"], ["upbringing", "helping someone grow up to be an accepted member of the community"], ["raising", "helping someone grow up to be an accepted member of the community"], ["rearing", "helping someone grow up to be an accepted member of the community"], ["fosterage", "helping someone grow up to be an accepted member of the community"], ["nurture", "helping someone grow up to be an accepted member of the community"], ["fostering", "helping someone grow up to be an accepted member of the community"]]}, {"answer": "brio", "hint": "synonyms for brio", "clues": [["animation", "quality of being active or spirited or alive and vigorous"], ["invigoration", "quality of being active or spirited or alive and vigorous"], ["spiritedness", "quality of being active or spirited or alive and vigorous"], ["vivification", "quality of being active or spirited or alive and vigorous"]]}, {"answer": "broadsheet", "hint": "synonyms for broadsheet", "clues": [["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "brochure", "hint": "synonyms for brochure", "clues": [["booklet", "a small book usually having a paper cover"], ["folder", "a small book usually having a paper cover"], ["pamphlet", "a small book usually having a paper cover"], ["leaflet", "a small book usually having a paper cover"]]}, {"answer": "bromide", "hint": "synonyms for bromide", "clues": [["cliche", "a trite or obvious remark"], ["platitude", "a trite or obvious remark"], ["commonplace", "a trite or obvious remark"], ["banality", "a trite or obvious remark"]]}, {"answer": "bronx_cheer", "hint": "synonyms for bronx cheer", "clues": [["boo", "a cry or noise made to express displeasure or contempt"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["hiss", "a cry or noise made to express displeasure or contempt"], ["bird", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "brothel", "hint": "synonyms for brothel", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bawdyhouse", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["house of prostitution", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "brotherhood", "hint": "synonyms for brotherhood", "clues": [["sodality", "people engaged in a particular occupation"], ["trade union", "an organization of employees formed to bargain with the employer"], ["labor union", "an organization of employees formed to bargain with the employer"], ["union", "an organization of employees formed to bargain with the employer"], ["fraternity", "people engaged in a particular occupation"]]}, {"answer": "brush", "hint": "synonyms for brush", "clues": [["brushing", "the act of brushing your hair"], ["thicket", "a dense growth of bushes"], ["light touch", "momentary contact"], ["skirmish", "a minor short-term fight"], ["clash", "a minor short-term fight"], ["copse", "a dense growth of bushes"], ["brushwood", "a dense growth of bushes"], ["coppice", "a dense growth of bushes"], ["encounter", "a minor short-term fight"]]}, {"answer": "brushwood", "hint": "synonyms for brushwood", "clues": [["thicket", "a dense growth of bushes"], ["brush", "a dense growth of bushes"], ["copse", "a dense growth of bushes"], ["coppice", "a dense growth of bushes"]]}, {"answer": "brusqueness", "hint": "synonyms for brusqueness", "clues": [["shortness", "an abrupt discourteous manner"], ["curtness", "an abrupt discourteous manner"], ["abruptness", "an abrupt discourteous manner"], ["gruffness", "an abrupt discourteous manner"]]}, {"answer": "brutality", "hint": "synonyms for brutality", "clues": [["barbarity", "a brutal barbarous savage act"], ["viciousness", "the trait of extreme cruelty"], ["ferociousness", "the trait of extreme cruelty"], ["barbarism", "a brutal barbarous savage act"], ["savagery", "a brutal barbarous savage act"]]}, {"answer": "bs", "hint": "synonyms for bs", "clues": [["b", "(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter"], ["barn", "(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter"], ["vitamin B", "originally thought to be a single vitamin but now separated into several B vitamins"], ["vitamin B complex", "originally thought to be a single vitamin but now separated into several B vitamins"], ["atomic number 5", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder"], ["boron", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder"]]}, {"answer": "buck", "hint": "synonyms for buck", "clues": [["one dollar bill", "a piece of paper money worth one dollar"], ["horse", "a framework for holding wood that is being sawed"], ["long horse", "a gymnastic horse without pommels and with one end elongated; used lengthwise for vaulting"], ["clam", "a piece of paper money worth one dollar"], ["sawbuck", "a framework for holding wood that is being sawed"], ["dollar", "a piece of paper money worth one dollar"], ["dollar bill", "a piece of paper money worth one dollar"], ["sawhorse", "a framework for holding wood that is being sawed"], ["vaulting horse", "a gymnastic horse without pommels and with one end elongated; used lengthwise for vaulting"]]}, {"answer": "buffer", "hint": "synonyms for buffer", "clues": [["buffer zone", "a neutral zone between two rival powers that is created in order to diminish the danger of conflict"], ["buff", "an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)"], ["cowcatcher", "an inclined metal frame at the front of a locomotive to clear the track"], ["buffer storage", "(computer science) a part of RAM used for temporary storage of data that is waiting to be sent to a device; used to compensate for differences in the rate of flow of data between components of a computer system"], ["pilot", "an inclined metal frame at the front of a locomotive to clear the track"], ["polisher", "a power tool used to buff surfaces"], ["fender", "an inclined metal frame at the front of a locomotive to clear the track"]]}, {"answer": "buffet", "hint": "synonyms for buffet", "clues": [["counter", "a piece of furniture that stands at the side of a dining room; has shelves and drawers"], ["snack bar", "usually inexpensive bar"], ["sideboard", "a piece of furniture that stands at the side of a dining room; has shelves and drawers"], ["snack counter", "usually inexpensive bar"]]}, {"answer": "buffoonery", "hint": "synonyms for buffoonery", "clues": [["japery", "acting like a clown or buffoon"], ["frivolity", "acting like a clown or buffoon"], ["harlequinade", "acting like a clown or buffoon"], ["clowning", "acting like a clown or buffoon"], ["prank", "acting like a clown or buffoon"]]}, {"answer": "bulb", "hint": "synonyms for bulb", "clues": [["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["lightbulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"]]}, {"answer": "bulge", "hint": "synonyms for bulge", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "bull", "hint": "synonyms for bull", "clues": [["bullshit", "obscene words for unacceptable behavior"], ["papal bull", "a formal proclamation issued by the pope (usually written in antiquated characters and sealed with a leaden bulla)"], ["dogshit", "obscene words for unacceptable behavior"], ["shit", "obscene words for unacceptable behavior"], ["bull's eye", "the center of a target"], ["crap", "obscene words for unacceptable behavior"], ["horseshit", "obscene words for unacceptable behavior"]]}, {"answer": "bull's_eye", "hint": "synonyms for bull's eye", "clues": [["bull", "the center of a target"], ["home run", "something that exactly succeeds in achieving its goal"], ["bell ringer", "something that exactly succeeds in achieving its goal"], ["mark", "something that exactly succeeds in achieving its goal"]]}, {"answer": "bull_fiddle", "hint": "synonyms for bull fiddle", "clues": [["bass fiddle", "largest and lowest member of the violin family"], ["contrabass", "largest and lowest member of the violin family"], ["string bass", "largest and lowest member of the violin family"], ["double bass", "largest and lowest member of the violin family"], ["bass viol", "largest and lowest member of the violin family"]]}, {"answer": "bullet", "hint": "synonyms for bullet", "clues": [["hummer", "(baseball) a pitch thrown with maximum velocity"], ["fastball", "(baseball) a pitch thrown with maximum velocity"], ["smoke", "(baseball) a pitch thrown with maximum velocity"], ["bullet train", "a high-speed passenger train"], ["slug", "a projectile that is fired from a gun"], ["heater", "(baseball) a pitch thrown with maximum velocity"]]}, {"answer": "bulletin_board", "hint": "synonyms for bulletin board", "clues": [["electronic bulletin board", "a computer that is running software that allows users to leave messages and access information of general interest"], ["bulletin board system", "a computer that is running software that allows users to leave messages and access information of general interest"], ["notice board", "a board that hangs on a wall; displays announcements"], ["bbs", "a computer that is running software that allows users to leave messages and access information of general interest"]]}, {"answer": "bullheadedness", "hint": "synonyms for bullheadedness", "clues": [["obstinance", "resolute adherence to your own ideas or desires"], ["pigheadedness", "resolute adherence to your own ideas or desires"], ["self-will", "resolute adherence to your own ideas or desires"], ["obstinacy", "resolute adherence to your own ideas or desires"], ["stubbornness", "resolute adherence to your own ideas or desires"]]}, {"answer": "bullshit", "hint": "synonyms for bullshit", "clues": [["dogshit", "obscene words for unacceptable behavior"], ["shit", "obscene words for unacceptable behavior"], ["bull", "obscene words for unacceptable behavior"], ["crap", "obscene words for unacceptable behavior"], ["horseshit", "obscene words for unacceptable behavior"]]}, {"answer": "bulwark", "hint": "synonyms for bulwark", "clues": [["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["rampart", "an embankment built around a space for defensive purposes"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["wall", "an embankment built around a space for defensive purposes"]]}, {"answer": "bump", "hint": "synonyms for bump", "clues": [["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["blow", "an impact (as from a collision)"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "bunce", "hint": "synonyms for bunce", "clues": [["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"]]}, {"answer": "bunch", "hint": "synonyms for bunch", "clues": [["clustering", "a grouping of a number of similar things"], ["crowd", "an informal body of friends"], ["crew", "an informal body of friends"], ["lot", "any collection in its entirety"], ["caboodle", "any collection in its entirety"], ["gang", "an informal body of friends"], ["clump", "a grouping of a number of similar things"]]}, {"answer": "bunco", "hint": "synonyms for bunco", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "bunco_game", "hint": "synonyms for bunco game", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "buncombe", "hint": "synonyms for buncombe", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)"], ["guff", "unacceptable behavior (especially ludicrously false statements)"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)"], ["bunk", "unacceptable behavior (especially ludicrously false statements)"], ["rot", "unacceptable behavior (especially ludicrously false statements)"]]}, {"answer": "bundle", "hint": "synonyms for bundle", "clues": [["package", "a collection of things wrapped or boxed together"], ["big bucks", "a large sum of money (especially as pay or profit)"], ["pile", "a large sum of money (especially as pay or profit)"], ["big money", "a large sum of money (especially as pay or profit)"], ["parcel", "a collection of things wrapped or boxed together"], ["packet", "a collection of things wrapped or boxed together"], ["sheaf", "a package of several things tied together for carrying or storing"], ["megabucks", "a large sum of money (especially as pay or profit)"]]}, {"answer": "bungle", "hint": "synonyms for bungle", "clues": [["blooper", "an embarrassing mistake"], ["botch", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "bunk", "hint": "synonyms for bunk", "clues": [["nonsense", "a message that seems to convey no meaning"], ["berth", "a bed on a ship or train; usually in tiers"], ["hogwash", "unacceptable behavior (especially ludicrously false statements)"], ["guff", "unacceptable behavior (especially ludicrously false statements)"], ["bunk bed", "beds built one above the other"], ["built in bed", "a bed on a ship or train; usually in tiers"], ["nonsensicality", "a message that seems to convey no meaning"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)"], ["meaninglessness", "a message that seems to convey no meaning"], ["hokum", "a message that seems to convey no meaning"], ["feed bunk", "a long trough for feeding cattle"], ["rot", "unacceptable behavior (especially ludicrously false statements)"]]}, {"answer": "bunko", "hint": "synonyms for bunko", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "bunko_game", "hint": "synonyms for bunko game", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "bunkum", "hint": "synonyms for bunkum", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)"], ["guff", "unacceptable behavior (especially ludicrously false statements)"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)"], ["bunk", "unacceptable behavior (especially ludicrously false statements)"], ["rot", "unacceptable behavior (especially ludicrously false statements)"]]}, {"answer": "burden", "hint": "synonyms for burden", "clues": [["core", "the central meaning or theme of a speech or literary work"], ["essence", "the central meaning or theme of a speech or literary work"], ["onus", "an onerous or difficult concern"], ["gist", "the central meaning or theme of a speech or literary work"], ["effect", "the central meaning or theme of a speech or literary work"], ["load", "an onerous or difficult concern"], ["incumbrance", "an onerous or difficult concern"]]}, {"answer": "bureau", "hint": "synonyms for bureau", "clues": [["agency", "an administrative unit of government"], ["office", "an administrative unit of government"], ["federal agency", "an administrative unit of government"], ["chest", "furniture with drawers for keeping clothes"], ["government agency", "an administrative unit of government"], ["authority", "an administrative unit of government"], ["dresser", "furniture with drawers for keeping clothes"], ["chest of drawers", "furniture with drawers for keeping clothes"]]}, {"answer": "burial", "hint": "synonyms for burial", "clues": [["burying", "concealing something under the ground"], ["interment", "the ritual placing of a corpse in a grave"], ["inhumation", "the ritual placing of a corpse in a grave"], ["entombment", "the ritual placing of a corpse in a grave"], ["sepulture", "the ritual placing of a corpse in a grave"]]}, {"answer": "burial_ground", "hint": "synonyms for burial ground", "clues": [["graveyard", "a tract of land used for burials"], ["memorial park", "a tract of land used for burials"], ["burying ground", "a tract of land used for burials"], ["cemetery", "a tract of land used for burials"], ["necropolis", "a tract of land used for burials"], ["burial site", "a tract of land used for burials"]]}, {"answer": "burial_site", "hint": "synonyms for burial site", "clues": [["graveyard", "a tract of land used for burials"], ["memorial park", "a tract of land used for burials"], ["burial ground", "a tract of land used for burials"], ["burying ground", "a tract of land used for burials"], ["cemetery", "a tract of land used for burials"], ["necropolis", "a tract of land used for burials"]]}, {"answer": "burnt_lime", "hint": "synonyms for burnt lime", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "burnt_umber", "hint": "synonyms for burnt umber", "clues": [["chocolate", "a medium brown to dark-brown color"], ["deep brown", "a medium brown to dark-brown color"], ["coffee", "a medium brown to dark-brown color"], ["umber", "a medium brown to dark-brown color"]]}, {"answer": "burst", "hint": "synonyms for burst", "clues": [["fit", "a sudden flurry of activity (often for no obvious reason)"], ["flare-up", "a sudden intense happening"], ["explosion", "the act of exploding or bursting"], ["fusillade", "rapid simultaneous discharge of firearms"], ["volley", "rapid simultaneous discharge of firearms"], ["salvo", "rapid simultaneous discharge of firearms"], ["outburst", "a sudden intense happening"]]}, {"answer": "burying_ground", "hint": "synonyms for burying ground", "clues": [["graveyard", "a tract of land used for burials"], ["memorial park", "a tract of land used for burials"], ["burial ground", "a tract of land used for burials"], ["cemetery", "a tract of land used for burials"], ["necropolis", "a tract of land used for burials"], ["burial site", "a tract of land used for burials"]]}, {"answer": "bus", "hint": "synonyms for bus", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["bus topology", "the topology of a network whose components are connected by a busbar"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["busbar", "an electrical conductor that makes a common connection between several circuits"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["jalopy", "a car that is old and unreliable"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["heap", "a car that is old and unreliable"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "business", "hint": "synonyms for business", "clues": [["line of work", "the principal activity in your life that you do to earn money"], ["business sector", "business concerns collectively"], ["clientele", "customers collectively"], ["business organization", "a commercial or industrial enterprise and the people who constitute it"], ["concern", "a commercial or industrial enterprise and the people who constitute it"], ["byplay", "incidental activity performed by an actor for dramatic effect"], ["business enterprise", "the activity of providing goods and services involving financial and commercial and industrial aspects"], ["commercial enterprise", "the activity of providing goods and services involving financial and commercial and industrial aspects"], ["line", "the principal activity in your life that you do to earn money"], ["stage business", "incidental activity performed by an actor for dramatic effect"], ["occupation", "the principal activity in your life that you do to earn money"], ["patronage", "customers collectively"], ["job", "the principal activity in your life that you do to earn money"], ["business concern", "a commercial or industrial enterprise and the people who constitute it"]]}, {"answer": "business_line", "hint": "synonyms for business line", "clues": [["line of business", "a particular kind of product or merchandise"], ["line of products", "a particular kind of product or merchandise"], ["line", "a particular kind of product or merchandise"], ["line of merchandise", "a particular kind of product or merchandise"], ["product line", "a particular kind of product or merchandise"]]}, {"answer": "business_organisation", "hint": "synonyms for business organisation", "clues": [["business organization", "a commercial or industrial enterprise and the people who constitute it"], ["concern", "a commercial or industrial enterprise and the people who constitute it"], ["business concern", "a commercial or industrial enterprise and the people who constitute it"], ["business", "a commercial or industrial enterprise and the people who constitute it"]]}, {"answer": "business_organization", "hint": "synonyms for business organization", "clues": [["business organisation", "a commercial or industrial enterprise and the people who constitute it"], ["concern", "a commercial or industrial enterprise and the people who constitute it"], ["business concern", "a commercial or industrial enterprise and the people who constitute it"], ["business", "a commercial or industrial enterprise and the people who constitute it"]]}, {"answer": "buskin", "hint": "synonyms for buskin", "clues": [["top boot", "a boot reaching halfway up to the knee"], ["half boot", "a boot reaching halfway up to the knee"], ["combat boot", "a boot reaching halfway up to the knee"], ["desert boot", "a boot reaching halfway up to the knee"]]}, {"answer": "buss", "hint": "synonyms for buss", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["osculation", "the act of caressing with the lips (or an instance thereof)"], ["jalopy", "a car that is old and unreliable"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["heap", "a car that is old and unreliable"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["kiss", "the act of caressing with the lips (or an instance thereof)"], ["bus topology", "the topology of a network whose components are connected by a busbar"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["busbar", "an electrical conductor that makes a common connection between several circuits"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "bustle", "hint": "synonyms for bustle", "clues": [["hustle", "a rapid active commotion"], ["fuss", "a rapid active commotion"], ["flurry", "a rapid active commotion"], ["ado", "a rapid active commotion"], ["stir", "a rapid active commotion"]]}, {"answer": "butchery", "hint": "synonyms for butchery", "clues": [["butchering", "the business of a butcher"], ["slaughterhouse", "a building where animals are butchered"], ["carnage", "the savage and excessive killing of many people"], ["shambles", "a building where animals are butchered"], ["massacre", "the savage and excessive killing of many people"], ["mass murder", "the savage and excessive killing of many people"], ["slaughter", "the savage and excessive killing of many people"], ["abattoir", "a building where animals are butchered"]]}, {"answer": "butt", "hint": "synonyms for butt", "clues": [["coffin nail", "finely ground tobacco wrapped in paper; for smoking"], ["cigaret", "finely ground tobacco wrapped in paper; for smoking"], ["butt end", "thick end of the handle"], ["butt joint", "a joint made by fastening ends together without overlapping"], ["stub", "the small unused part of something (especially the end of a cigarette that is left after smoking)"], ["fag", "finely ground tobacco wrapped in paper; for smoking"], ["target", "sports equipment consisting of an object set up for a marksman or archer to aim at"]]}, {"answer": "by-line", "hint": "synonyms for by-line", "clues": [["hobby", "an auxiliary activity"], ["spare-time activity", "an auxiliary activity"], ["pursuit", "an auxiliary activity"], ["sideline", "an auxiliary activity"], ["credit line", "a line giving the name of the writer of a story or article"], ["avocation", "an auxiliary activity"]]}, {"answer": "bye", "hint": "synonyms for bye", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["pass", "you advance to the next round in a tournament without playing an opponent"], ["cheerio", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["good day", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["so long", "a farewell remark"], ["bye-bye", "a farewell remark"]]}, {"answer": "bye-bye", "hint": "synonyms for bye-bye", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["good day", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "byname", "hint": "synonyms for byname", "clues": [["sobriquet", "a familiar name for a person (often a shortened version of a person's given name)"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)"]]}, {"answer": "bypass", "hint": "synonyms for bypass", "clues": [["ringway", "a highway that encircles an urban area so that traffic does not have to pass through the center"], ["shunt", "a conductor having low resistance in parallel with another device to divert a fraction of the current"], ["ring road", "a highway that encircles an urban area so that traffic does not have to pass through the center"], ["beltway", "a highway that encircles an urban area so that traffic does not have to pass through the center"], ["electrical shunt", "a conductor having low resistance in parallel with another device to divert a fraction of the current"]]}, {"answer": "c-section", "hint": "synonyms for c-section", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "c.p.u.", "hint": "synonyms for c.p.u.", "clues": [["central processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["central processing unit", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["mainframe", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"]]}, {"answer": "cab", "hint": "synonyms for cab", "clues": [["taxicab", "a car driven by a person whose job is to take passengers where they want to go in exchange for money"], ["hack", "a car driven by a person whose job is to take passengers where they want to go in exchange for money"], ["cabriolet", "small two-wheeled horse-drawn carriage; with two seats and a folding hood"], ["taxi", "a car driven by a person whose job is to take passengers where they want to go in exchange for money"]]}, {"answer": "cabal", "hint": "synonyms for cabal", "clues": [["camarilla", "a clique (often secret) that seeks power usually through intrigue"], ["conspiracy", "a plot to carry out some harmful or illegal act (especially a political plot)"], ["junto", "a clique (often secret) that seeks power usually through intrigue"], ["faction", "a clique (often secret) that seeks power usually through intrigue"]]}, {"answer": "cabaret", "hint": "synonyms for cabaret", "clues": [["floor show", "a series of acts at a night club"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["night club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"]]}, {"answer": "cabbage", "hint": "synonyms for cabbage", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["chou", "any of various types of cabbage"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "cable", "hint": "synonyms for cable", "clues": [["transmission line", "a conductor for transmitting electrical or optical signals or electric power"], ["cable television", "a television system that transmits over cables"], ["cable television service", "a television system that transmits over cables"], ["line", "a conductor for transmitting electrical or optical signals or electric power"], ["overseas telegram", "a telegram sent abroad"], ["cablegram", "a telegram sent abroad"], ["cable system", "a television system that transmits over cables"], ["cable length", "a nautical unit of depth"]]}, {"answer": "cable_tramway", "hint": "synonyms for cable tramway", "clues": [["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"]]}, {"answer": "caboose", "hint": "synonyms for caboose", "clues": [["ship's galley", "the area for food preparation on a ship"], ["cabin car", "a car on a freight train for use of the train crew; usually the last car on the train"], ["cookhouse", "the area for food preparation on a ship"], ["galley", "the area for food preparation on a ship"]]}, {"answer": "cacodyl", "hint": "synonyms for cacodyl", "clues": [["arsenic group", "the univalent group derived from arsine"], ["tetramethyldiarsine", "a poisonous oily liquid with a garlicky odor composed of 2 cacodyl groups; undergoes spontaneous combustion in dry air"], ["cacodyl radical", "the univalent group derived from arsine"], ["cacodyl group", "the univalent group derived from arsine"]]}, {"answer": "cacophony", "hint": "synonyms for cacophony", "clues": [["blare", "a loud harsh or strident noise"], ["din", "a loud harsh or strident noise"], ["blaring", "a loud harsh or strident noise"], ["clamor", "a loud harsh or strident noise"]]}, {"answer": "cadence", "hint": "synonyms for cadence", "clues": [["measure", "(prosody) the accent in a metrical foot of verse"], ["meter", "(prosody) the accent in a metrical foot of verse"], ["beat", "(prosody) the accent in a metrical foot of verse"], ["metre", "(prosody) the accent in a metrical foot of verse"], ["cadency", "a recurrent rhythmical series"]]}, {"answer": "caesarean_delivery", "hint": "synonyms for caesarean delivery", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "caesarean_section", "hint": "synonyms for caesarean section", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "caesarian_delivery", "hint": "synonyms for caesarian delivery", "clues": [["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "caesarian_section", "hint": "synonyms for caesarian section", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "caesarism", "hint": "synonyms for caesarism", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "caisson", "hint": "synonyms for caisson", "clues": [["lacuna", "an ornamental sunken panel in a ceiling or dome"], ["cofferdam", "large watertight chamber used for construction under water"], ["pneumatic caisson", "large watertight chamber used for construction under water"], ["coffer", "an ornamental sunken panel in a ceiling or dome"], ["ammunition chest", "a chest to hold ammunition"]]}, {"answer": "calamity", "hint": "synonyms for calamity", "clues": [["catastrophe", "an event resulting in great loss and misfortune"], ["cataclysm", "an event resulting in great loss and misfortune"], ["disaster", "an event resulting in great loss and misfortune"], ["tragedy", "an event resulting in great loss and misfortune"]]}, {"answer": "calciferol", "hint": "synonyms for calciferol", "clues": [["ergocalciferol", "a fat-soluble vitamin that prevents rickets"], ["vitamin D", "a fat-soluble vitamin that prevents rickets"], ["cholecalciferol", "a fat-soluble vitamin that prevents rickets"], ["viosterol", "a fat-soluble vitamin that prevents rickets"]]}, {"answer": "calcined_lime", "hint": "synonyms for calcined lime", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "calcium_hydrate", "hint": "synonyms for calcium hydrate", "clues": [["caustic lime", "a caustic substance produced by heating limestone"], ["slaked lime", "a caustic substance produced by heating limestone"], ["lime hydrate", "a caustic substance produced by heating limestone"], ["lime", "a caustic substance produced by heating limestone"], ["calcium hydroxide", "a caustic substance produced by heating limestone"], ["hydrated lime", "a caustic substance produced by heating limestone"]]}, {"answer": "calcium_hydroxide", "hint": "synonyms for calcium hydroxide", "clues": [["caustic lime", "a caustic substance produced by heating limestone"], ["slaked lime", "a caustic substance produced by heating limestone"], ["lime hydrate", "a caustic substance produced by heating limestone"], ["lime", "a caustic substance produced by heating limestone"], ["calcium hydrate", "a caustic substance produced by heating limestone"], ["hydrated lime", "a caustic substance produced by heating limestone"]]}, {"answer": "calcium_oxide", "hint": "synonyms for calcium oxide", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "calculation", "hint": "synonyms for calculation", "clues": [["computation", "problem solving that involves numbers or quantities"], ["figuring", "problem solving that involves numbers or quantities"], ["reckoning", "problem solving that involves numbers or quantities"], ["deliberation", "planning something carefully and intentionally"], ["computing", "the procedure of calculating; determining something by mathematical or logical methods"]]}, {"answer": "calculus", "hint": "synonyms for calculus", "clues": [["concretion", "a hard lump produced by the concretion of mineral salts; found in hollow organs or ducts of the body"], ["tartar", "an incrustation that forms on the teeth and gums"], ["tophus", "an incrustation that forms on the teeth and gums"], ["infinitesimal calculus", "the branch of mathematics that is concerned with limits and with the differentiation and integration of functions"]]}, {"answer": "calean", "hint": "synonyms for calean", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "calendar_method", "hint": "synonyms for calendar method", "clues": [["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"]]}, {"answer": "calendar_method_of_birth_control", "hint": "synonyms for calendar method of birth control", "clues": [["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"]]}, {"answer": "caliber", "hint": "synonyms for caliber", "clues": [["calibre", "a degree or grade of excellence or worth"], ["quality", "a degree or grade of excellence or worth"], ["bore", "diameter of a tube or gun barrel"], ["gauge", "diameter of a tube or gun barrel"]]}, {"answer": "calibre", "hint": "synonyms for calibre", "clues": [["caliber", "a degree or grade of excellence or worth"], ["quality", "a degree or grade of excellence or worth"], ["bore", "diameter of a tube or gun barrel"], ["gauge", "diameter of a tube or gun barrel"]]}, {"answer": "call", "hint": "synonyms for call", "clues": [["call option", "the option to buy a given stock (or stock index or commodity future) at a given price before a given date"], ["birdsong", "the characteristic sound produced by a bird"], ["song", "the characteristic sound produced by a bird"], ["cry", "a loud utterance; often in protest or opposition"], ["claim", "a demand especially in the phrase"], ["birdcall", "the characteristic sound produced by a bird"], ["outcry", "a loud utterance; often in protest or opposition"], ["telephone call", "a telephone connection"], ["margin call", "a demand by a broker that a customer deposit enough to bring his margin up to the minimum requirement"], ["phone call", "a telephone connection"], ["yell", "a loud utterance; often in protest or opposition"], ["shout", "a loud utterance; often in protest or opposition"], ["vociferation", "a loud utterance; often in protest or opposition"]]}, {"answer": "call_box", "hint": "synonyms for call box", "clues": [["telephone box", "booth for using a telephone"], ["letter box", "a numbered compartment in a post office where mail is put to be called for"], ["phone booth", "booth for using a telephone"], ["telephone kiosk", "booth for using a telephone"]]}, {"answer": "callathump", "hint": "synonyms for callathump", "clues": [["chivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["callithump", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["callithump parade", "a noisy boisterous parade"]]}, {"answer": "callithump", "hint": "synonyms for callithump", "clues": [["callathump", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["shivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["callithump parade", "a noisy boisterous parade"]]}, {"answer": "callosity", "hint": "synonyms for callosity", "clues": [["hardness", "devoid of passion or feeling; hardheartedness"], ["unfeelingness", "devoid of passion or feeling; hardheartedness"], ["callousness", "devoid of passion or feeling; hardheartedness"], ["insensibility", "devoid of passion or feeling; hardheartedness"]]}, {"answer": "callousness", "hint": "synonyms for callousness", "clues": [["hardness", "devoid of passion or feeling; hardheartedness"], ["unfeelingness", "devoid of passion or feeling; hardheartedness"], ["insensibility", "devoid of passion or feeling; hardheartedness"], ["callosity", "devoid of passion or feeling; hardheartedness"]]}, {"answer": "calorie", "hint": "synonyms for calorie", "clues": [["small calorie", "unit of heat defined as the quantity of heat required to raise the temperature of 1 gram of water by 1 degree centigrade at atmospheric pressure"], ["kilocalorie", "a unit of heat equal to the amount of heat required to raise the temperature of one kilogram of water by one degree at one atmosphere pressure; used by nutritionists to characterize the energy-producing potential in food"], ["nutritionist's calorie", "a unit of heat equal to the amount of heat required to raise the temperature of one kilogram of water by one degree at one atmosphere pressure; used by nutritionists to characterize the energy-producing potential in food"], ["large calorie", "a unit of heat equal to the amount of heat required to raise the temperature of one kilogram of water by one degree at one atmosphere pressure; used by nutritionists to characterize the energy-producing potential in food"], ["gram calorie", "unit of heat defined as the quantity of heat required to raise the temperature of 1 gram of water by 1 degree centigrade at atmospheric pressure"]]}, {"answer": "calumniation", "hint": "synonyms for calumniation", "clues": [["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"]]}, {"answer": "calumny", "hint": "synonyms for calumny", "clues": [["denigration", "an abusive attack on a person's character or good name"], ["defamation", "an abusive attack on a person's character or good name"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["aspersion", "an abusive attack on a person's character or good name"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["slander", "an abusive attack on a person's character or good name"]]}, {"answer": "calx", "hint": "synonyms for calx", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "camaraderie", "hint": "synonyms for camaraderie", "clues": [["chumminess", "the quality of affording easy familiarity and sociability"], ["comradeliness", "the quality of affording easy familiarity and sociability"], ["comradeship", "the quality of affording easy familiarity and sociability"], ["comradery", "the quality of affording easy familiarity and sociability"]]}, {"answer": "campaign", "hint": "synonyms for campaign", "clues": [["movement", "a series of actions advancing a principle or tending toward a particular end"], ["political campaign", "a race between candidates for elective office"], ["military campaign", "several related operations aimed at achieving a particular goal (usually within geographical and temporal constraints)"], ["drive", "a series of actions advancing a principle or tending toward a particular end"], ["cause", "a series of actions advancing a principle or tending toward a particular end"], ["hunting expedition", "an overland journey by hunters (especially in Africa)"], ["safari", "an overland journey by hunters (especially in Africa)"], ["run", "a race between candidates for elective office"], ["crusade", "a series of actions advancing a principle or tending toward a particular end"], ["effort", "a series of actions advancing a principle or tending toward a particular end"]]}, {"answer": "campaigning", "hint": "synonyms for campaigning", "clues": [["political campaign", "the campaign of a candidate to be elected"], ["candidacy", "the campaign of a candidate to be elected"], ["candidature", "the campaign of a candidate to be elected"], ["electioneering", "the campaign of a candidate to be elected"]]}, {"answer": "campground", "hint": "synonyms for campground", "clues": [["encampment", "a site where people on holiday can pitch a tent"], ["campsite", "a site where people on holiday can pitch a tent"], ["camping site", "a site where people on holiday can pitch a tent"], ["camping area", "a site where people on holiday can pitch a tent"], ["bivouac", "a site where people on holiday can pitch a tent"], ["camping ground", "a site where people on holiday can pitch a tent"]]}, {"answer": "camping_area", "hint": "synonyms for camping area", "clues": [["encampment", "a site where people on holiday can pitch a tent"], ["campsite", "a site where people on holiday can pitch a tent"], ["campground", "a site where people on holiday can pitch a tent"], ["camping site", "a site where people on holiday can pitch a tent"], ["bivouac", "a site where people on holiday can pitch a tent"], ["camping ground", "a site where people on holiday can pitch a tent"]]}, {"answer": "camping_ground", "hint": "synonyms for camping ground", "clues": [["encampment", "a site where people on holiday can pitch a tent"], ["campsite", "a site where people on holiday can pitch a tent"], ["campground", "a site where people on holiday can pitch a tent"], ["camping site", "a site where people on holiday can pitch a tent"], ["camping area", "a site where people on holiday can pitch a tent"], ["bivouac", "a site where people on holiday can pitch a tent"]]}, {"answer": "camping_site", "hint": "synonyms for camping site", "clues": [["encampment", "a site where people on holiday can pitch a tent"], ["campsite", "a site where people on holiday can pitch a tent"], ["campground", "a site where people on holiday can pitch a tent"], ["camping area", "a site where people on holiday can pitch a tent"], ["bivouac", "a site where people on holiday can pitch a tent"], ["camping ground", "a site where people on holiday can pitch a tent"]]}, {"answer": "campsite", "hint": "synonyms for campsite", "clues": [["encampment", "a site where people on holiday can pitch a tent"], ["campground", "a site where people on holiday can pitch a tent"], ["camping site", "a site where people on holiday can pitch a tent"], ["camping area", "a site where people on holiday can pitch a tent"], ["bivouac", "a site where people on holiday can pitch a tent"], ["camping ground", "a site where people on holiday can pitch a tent"]]}, {"answer": "can", "hint": "synonyms for can", "clues": [["can buoy", "a buoy with a round bottom and conical top"], ["tin", "airtight sealed metal container for food or drink or paint etc."], ["stool", "a plumbing fixture for defecation and urination"], ["toilet", "a plumbing fixture for defecation and urination"], ["throne", "a plumbing fixture for defecation and urination"], ["bathroom", "a room or building equipped with one or more toilets"], ["canful", "the quantity contained in a can"], ["tin can", "airtight sealed metal container for food or drink or paint etc."], ["potty", "a plumbing fixture for defecation and urination"], ["crapper", "a plumbing fixture for defecation and urination"], ["lav", "a room or building equipped with one or more toilets"], ["pot", "a plumbing fixture for defecation and urination"], ["privy", "a room or building equipped with one or more toilets"], ["lavatory", "a room or building equipped with one or more toilets"], ["john", "a room or building equipped with one or more toilets"], ["commode", "a plumbing fixture for defecation and urination"]]}, {"answer": "candidacy", "hint": "synonyms for candidacy", "clues": [["political campaign", "the campaign of a candidate to be elected"], ["candidature", "the campaign of a candidate to be elected"], ["campaigning", "the campaign of a candidate to be elected"], ["electioneering", "the campaign of a candidate to be elected"]]}, {"answer": "candidature", "hint": "synonyms for candidature", "clues": [["political campaign", "the campaign of a candidate to be elected"], ["candidacy", "the campaign of a candidate to be elected"], ["campaigning", "the campaign of a candidate to be elected"], ["electioneering", "the campaign of a candidate to be elected"]]}, {"answer": "candidness", "hint": "synonyms for candidness", "clues": [["candor", "the quality of being honest and straightforward in attitude and speech"], ["directness", "the quality of being honest and straightforward in attitude and speech"], ["frankness", "the quality of being honest and straightforward in attitude and speech"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech"]]}, {"answer": "candied_apple", "hint": "synonyms for candied apple", "clues": [["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"]]}, {"answer": "candle", "hint": "synonyms for candle", "clues": [["taper", "stick of wax with a wick in the middle"], ["candela", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin"], ["standard candle", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin"], ["cd", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin"], ["wax light", "stick of wax with a wick in the middle"]]}, {"answer": "candor", "hint": "synonyms for candor", "clues": [["fair-mindedness", "ability to make judgments free from discrimination or dishonesty"], ["candour", "the quality of being honest and straightforward in attitude and speech"], ["fairness", "ability to make judgments free from discrimination or dishonesty"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech"], ["directness", "the quality of being honest and straightforward in attitude and speech"], ["candidness", "the quality of being honest and straightforward in attitude and speech"], ["frankness", "the quality of being honest and straightforward in attitude and speech"]]}, {"answer": "candour", "hint": "synonyms for candour", "clues": [["candor", "the quality of being honest and straightforward in attitude and speech"], ["directness", "the quality of being honest and straightforward in attitude and speech"], ["fair-mindedness", "ability to make judgments free from discrimination or dishonesty"], ["frankness", "the quality of being honest and straightforward in attitude and speech"], ["fairness", "ability to make judgments free from discrimination or dishonesty"], ["candidness", "the quality of being honest and straightforward in attitude and speech"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech"]]}, {"answer": "candy_apple", "hint": "synonyms for candy apple", "clues": [["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"]]}, {"answer": "canister", "hint": "synonyms for canister", "clues": [["tin", "metal container for storing dry foods such as tea or flour"], ["cannister", "metal container for storing dry foods such as tea or flour"], ["canister shot", "a metallic cylinder packed with shot and used as ammunition in a firearm"], ["case shot", "a metallic cylinder packed with shot and used as ammunition in a firearm"]]}, {"answer": "cant", "hint": "synonyms for cant", "clues": [["lingo", "a characteristic language of a particular group (as among thieves)"], ["patois", "a characteristic language of a particular group (as among thieves)"], ["pious platitude", "insincere talk about religion or morals"], ["bank", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force"], ["slang", "a characteristic language of a particular group (as among thieves)"], ["argot", "a characteristic language of a particular group (as among thieves)"], ["vernacular", "a characteristic language of a particular group (as among thieves)"], ["chamfer", "two surfaces meeting at an angle different from 90 degrees"], ["buzzword", "stock phrases that have become nonsense through endless repetition"], ["bevel", "two surfaces meeting at an angle different from 90 degrees"], ["camber", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force"], ["jargon", "a characteristic language of a particular group (as among thieves)"]]}, {"answer": "canvas", "hint": "synonyms for canvas", "clues": [["sail", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel"], ["canvass", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel"], ["sheet", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel"], ["canvas tent", "a tent made of canvas fabric"]]}, {"answer": "canvass", "hint": "synonyms for canvass", "clues": [["opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people"], ["sheet", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel"], ["public opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people"], ["canvas", "an oil painting on canvas fabric"], ["poll", "an inquiry into public opinion conducted by interviewing a random sample of people"], ["canvas tent", "a tent made of canvas fabric"], ["sail", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel"]]}, {"answer": "cap", "hint": "synonyms for cap", "clues": [["hood", "a protective covering that is part of a plant"], ["ceiling", "an upper limit on what is allowed"], ["detonating device", "a mechanical or electrical explosive device or a small amount of explosive; can be used to initiate the reaction of a disrupting explosive"], ["detonator", "a mechanical or electrical explosive device or a small amount of explosive; can be used to initiate the reaction of a disrupting explosive"], ["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["roof", "an upper limit on what is allowed"], ["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["capital", "the upper part of a column that supports the entablature"], ["chapiter", "the upper part of a column that supports the entablature"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"]]}, {"answer": "capacitance", "hint": "synonyms for capacitance", "clues": [["electrical condenser", "an electrical device characterized by its capacity to store an electric charge"], ["capacity", "an electrical phenomenon whereby an electric charge is stored"], ["capacitor", "an electrical device characterized by its capacity to store an electric charge"], ["electrical capacity", "an electrical phenomenon whereby an electric charge is stored"], ["condenser", "an electrical device characterized by its capacity to store an electric charge"]]}, {"answer": "capacity", "hint": "synonyms for capacity", "clues": [["content", "the amount that can be contained"], ["electrical capacity", "an electrical phenomenon whereby an electric charge is stored"], ["capacitance", "an electrical phenomenon whereby an electric charge is stored"], ["mental ability", "the power to learn or retain knowledge; in law, the ability to understand the facts and significance of your behavior"]]}, {"answer": "capacity_measure", "hint": "synonyms for capacity measure", "clues": [["volume unit", "a unit of measurement of volume or capacity"], ["capacity unit", "a unit of measurement of volume or capacity"], ["displacement unit", "a unit of measurement of volume or capacity"], ["cubic measure", "a unit of measurement of volume or capacity"], ["cubic content unit", "a unit of measurement of volume or capacity"], ["cubature unit", "a unit of measurement of volume or capacity"], ["cubage unit", "a unit of measurement of volume or capacity"]]}, {"answer": "capacity_unit", "hint": "synonyms for capacity unit", "clues": [["volume unit", "a unit of measurement of volume or capacity"], ["displacement unit", "a unit of measurement of volume or capacity"], ["capacity measure", "a unit of measurement of volume or capacity"], ["cubic measure", "a unit of measurement of volume or capacity"], ["cubic content unit", "a unit of measurement of volume or capacity"], ["cubature unit", "a unit of measurement of volume or capacity"], ["cubage unit", "a unit of measurement of volume or capacity"]]}, {"answer": "caper", "hint": "synonyms for caper", "clues": [["frolic", "gay or light-hearted recreational activity for diversion or amusement"], ["romp", "gay or light-hearted recreational activity for diversion or amusement"], ["joke", "a ludicrous or grotesque act done for fun and amusement"], ["trick", "a ludicrous or grotesque act done for fun and amusement"], ["capriole", "a playful leap or hop"], ["antic", "a ludicrous or grotesque act done for fun and amusement"], ["play", "gay or light-hearted recreational activity for diversion or amusement"], ["job", "a crime (especially a robbery)"], ["prank", "a ludicrous or grotesque act done for fun and amusement"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement"], ["put-on", "a ludicrous or grotesque act done for fun and amusement"]]}, {"answer": "capital_letter", "hint": "synonyms for capital letter", "clues": [["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"]]}, {"answer": "capriciousness", "hint": "synonyms for capriciousness", "clues": [["whimsy", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["unpredictability", "the quality of being guided by sudden unpredictable impulses"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"]]}, {"answer": "capstone", "hint": "synonyms for capstone", "clues": [["coping stone", "a stone that forms the top of wall or building"], ["copestone", "a stone that forms the top of wall or building"], ["stretcher", "a stone that forms the top of wall or building"], ["finishing touch", "a final touch; a crowning achievement; a culmination"]]}, {"answer": "capsule", "hint": "synonyms for capsule", "clues": [["abridgement", "a shortened version of a written work"], ["ejector seat", "a pilot's seat in an airplane that can be forcibly ejected in the case of an emergency; then the pilot descends by parachute"], ["condensation", "a shortened version of a written work"], ["space capsule", "a spacecraft designed to transport people and support human life in outer space"]]}, {"answer": "captain_hicks", "hint": "synonyms for captain hicks", "clues": [["hexad", "the cardinal number that is the sum of five and one"], ["sextuplet", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "car", "hint": "synonyms for car", "clues": [["railcar", "a wheeled vehicle adapted to the rails of railroad"], ["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["railway car", "a wheeled vehicle adapted to the rails of railroad"], ["railroad car", "a wheeled vehicle adapted to the rails of railroad"], ["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["cable car", "a conveyance for passengers or freight on a cable railway"], ["gondola", "the compartment that is suspended from an airship and that carries personnel and the cargo and the power plant"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["elevator car", "where passengers ride up and down"]]}, {"answer": "car_horn", "hint": "synonyms for car horn", "clues": [["automobile horn", "a device on an automobile for making a warning noise"], ["motor horn", "a device on an automobile for making a warning noise"], ["horn", "a device on an automobile for making a warning noise"], ["hooter", "a device on an automobile for making a warning noise"]]}, {"answer": "car_maker", "hint": "synonyms for car maker", "clues": [["car manufacturer", "a business engaged in the manufacture of automobiles"], ["carmaker", "a business engaged in the manufacture of automobiles"], ["auto manufacturer", "a business engaged in the manufacture of automobiles"], ["auto maker", "a business engaged in the manufacture of automobiles"]]}, {"answer": "car_rental", "hint": "synonyms for car rental", "clues": [["rent-a-car", "a rented car"], ["u-drive", "a rented car"], ["hire car", "a rented car"], ["self-drive", "a rented car"]]}, {"answer": "caramel_apple", "hint": "synonyms for caramel apple", "clues": [["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"]]}, {"answer": "carbolic_acid", "hint": "synonyms for carbolic acid", "clues": [["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"]]}, {"answer": "carbon_black", "hint": "synonyms for carbon black", "clues": [["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"]]}, {"answer": "carbonated_water", "hint": "synonyms for carbonated water", "clues": [["seltzer", "effervescent beverage artificially charged with carbon dioxide"], ["sparkling water", "effervescent beverage artificially charged with carbon dioxide"], ["soda water", "effervescent beverage artificially charged with carbon dioxide"], ["club soda", "effervescent beverage artificially charged with carbon dioxide"]]}, {"answer": "card", "hint": "synonyms for card", "clues": [["bill", "a sign posted in a public place as an advertisement"], ["placard", "a sign posted in a public place as an advertisement"], ["bill of fare", "a list of dishes available at a restaurant"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["visiting card", "a printed or written greeting that is left to indicate that you have visited"], ["identity card", "a card certifying the identity of the bearer"], ["carte", "a list of dishes available at a restaurant"], ["posting", "a sign posted in a public place as an advertisement"], ["carte du jour", "a list of dishes available at a restaurant"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["calling card", "a printed or written greeting that is left to indicate that you have visited"], ["scorecard", "(golf) a record of scores (as in golf)"], ["circuit card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["poster", "a sign posted in a public place as an advertisement"], ["menu", "a list of dishes available at a restaurant"], ["batting order", "(baseball) a list of batters in the order in which they will bat"], ["notice", "a sign posted in a public place as an advertisement"], ["lineup", "(baseball) a list of batters in the order in which they will bat"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "cards", "hint": "synonyms for cards", "clues": [["card", "thin cardboard, usually rectangular"], ["bill", "a sign posted in a public place as an advertisement"], ["card game", "a game played with playing cards"], ["placard", "a sign posted in a public place as an advertisement"], ["bill of fare", "a list of dishes available at a restaurant"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["visiting card", "a printed or written greeting that is left to indicate that you have visited"], ["identity card", "a card certifying the identity of the bearer"], ["posting", "a sign posted in a public place as an advertisement"], ["carte", "a list of dishes available at a restaurant"], ["carte du jour", "a list of dishes available at a restaurant"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["calling card", "a printed or written greeting that is left to indicate that you have visited"], ["scorecard", "(golf) a record of scores (as in golf)"], ["circuit card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["poster", "a sign posted in a public place as an advertisement"], ["menu", "a list of dishes available at a restaurant"], ["batting order", "(baseball) a list of batters in the order in which they will bat"], ["notice", "a sign posted in a public place as an advertisement"], ["lineup", "(baseball) a list of batters in the order in which they will bat"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "care", "hint": "synonyms for care", "clues": [["maintenance", "activity involved in maintaining something in good working order"], ["caution", "judiciousness in avoiding harm or danger"], ["forethought", "judiciousness in avoiding harm or danger"], ["precaution", "judiciousness in avoiding harm or danger"], ["tutelage", "attention and management implying responsibility for safety"], ["fear", "an anxious feeling"], ["charge", "attention and management implying responsibility for safety"], ["attention", "the work of providing treatment for or attending to someone or something"], ["concern", "an anxious feeling"], ["tending", "the work of providing treatment for or attending to someone or something"], ["aid", "the work of providing treatment for or attending to someone or something"], ["guardianship", "attention and management implying responsibility for safety"], ["upkeep", "activity involved in maintaining something in good working order"]]}, {"answer": "carelessness", "hint": "synonyms for carelessness", "clues": [["neglect", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["negligence", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["sloppiness", "the quality of not being careful or taking pains"], ["nonperformance", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"]]}, {"answer": "caressing", "hint": "synonyms for caressing", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "cargo", "hint": "synonyms for cargo", "clues": [["loading", "goods carried by a large vehicle"], ["consignment", "goods carried by a large vehicle"], ["freight", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"], ["payload", "goods carried by a large vehicle"]]}, {"answer": "cargo_area", "hint": "synonyms for cargo area", "clues": [["storage area", "the space in a ship or aircraft for storing cargo"], ["hold", "the space in a ship or aircraft for storing cargo"], ["cargo hold", "the space in a ship or aircraft for storing cargo"], ["cargo deck", "the space in a ship or aircraft for storing cargo"]]}, {"answer": "cargo_deck", "hint": "synonyms for cargo deck", "clues": [["storage area", "the space in a ship or aircraft for storing cargo"], ["hold", "the space in a ship or aircraft for storing cargo"], ["cargo hold", "the space in a ship or aircraft for storing cargo"], ["cargo area", "the space in a ship or aircraft for storing cargo"]]}, {"answer": "cargo_hold", "hint": "synonyms for cargo hold", "clues": [["storage area", "the space in a ship or aircraft for storing cargo"], ["cargo deck", "the space in a ship or aircraft for storing cargo"], ["hold", "the space in a ship or aircraft for storing cargo"], ["cargo area", "the space in a ship or aircraft for storing cargo"]]}, {"answer": "cargo_ships", "hint": "synonyms for cargo ships", "clues": [["shipping", "conveyance provided by the ships belonging to one country or industry"], ["cargo ship", "a ship designed to carry cargo"], ["merchant marine", "conveyance provided by the ships belonging to one country or industry"], ["merchant vessels", "conveyance provided by the ships belonging to one country or industry"], ["cargo vessel", "a ship designed to carry cargo"]]}, {"answer": "carmaker", "hint": "synonyms for carmaker", "clues": [["car maker", "a business engaged in the manufacture of automobiles"], ["car manufacturer", "a business engaged in the manufacture of automobiles"], ["auto manufacturer", "a business engaged in the manufacture of automobiles"], ["auto maker", "a business engaged in the manufacture of automobiles"]]}, {"answer": "carnage", "hint": "synonyms for carnage", "clues": [["massacre", "the savage and excessive killing of many people"], ["butchery", "the savage and excessive killing of many people"], ["mass murder", "the savage and excessive killing of many people"], ["slaughter", "the savage and excessive killing of many people"]]}, {"answer": "carnal_knowledge", "hint": "synonyms for carnal knowledge", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "carousal", "hint": "synonyms for carousal", "clues": [["toot", "revelry in drinking; a merry drinking party"], ["bender", "revelry in drinking; a merry drinking party"], ["carouse", "revelry in drinking; a merry drinking party"], ["booze-up", "revelry in drinking; a merry drinking party"]]}, {"answer": "carouse", "hint": "synonyms for carouse", "clues": [["bender", "revelry in drinking; a merry drinking party"], ["toot", "revelry in drinking; a merry drinking party"], ["carousal", "revelry in drinking; a merry drinking party"], ["booze-up", "revelry in drinking; a merry drinking party"]]}, {"answer": "carousel", "hint": "synonyms for carousel", "clues": [["carrousel", "a conveyer belt that carries luggage to be claimed by air travelers"], ["luggage carousel", "a conveyer belt that carries luggage to be claimed by air travelers"], ["whirligig", "a large, rotating machine with seats for children to ride or amusement"], ["roundabout", "a large, rotating machine with seats for children to ride or amusement"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement"]]}, {"answer": "carrefour", "hint": "synonyms for carrefour", "clues": [["crossroad", "a junction where one street or road crosses another"], ["crossway", "a junction where one street or road crosses another"], ["crossing", "a junction where one street or road crosses another"], ["intersection", "a junction where one street or road crosses another"]]}, {"answer": "carriage", "hint": "synonyms for carriage", "clues": [["coach", "a railcar where passengers ride"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["rig", "a vehicle with wheels drawn by one or more horses"], ["bearing", "characteristic way of bearing one's body"], ["posture", "characteristic way of bearing one's body"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["passenger car", "a railcar where passengers ride"], ["equipage", "a vehicle with wheels drawn by one or more horses"]]}, {"answer": "carrier", "hint": "synonyms for carrier", "clues": [["flattop", "a large warship that carries planes and has a long flat deck for takeoffs and landings"], ["carrier wave", "a radio wave that can be modulated in order to transmit a signal"], ["common carrier", "a person or firm in the business of transporting people or goods or messages"], ["attack aircraft carrier", "a large warship that carries planes and has a long flat deck for takeoffs and landings"], ["aircraft carrier", "a large warship that carries planes and has a long flat deck for takeoffs and landings"]]}, {"answer": "carrousel", "hint": "synonyms for carrousel", "clues": [["luggage carousel", "a conveyer belt that carries luggage to be claimed by air travelers"], ["whirligig", "a large, rotating machine with seats for children to ride or amusement"], ["carousel", "a conveyer belt that carries luggage to be claimed by air travelers"], ["roundabout", "a large, rotating machine with seats for children to ride or amusement"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement"]]}, {"answer": "carrying_out", "hint": "synonyms for carrying out", "clues": [["implementation", "the act of accomplishing some aim or executing some order"], ["execution", "the act of accomplishing some aim or executing some order"], ["performance", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it"], ["carrying into action", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it"]]}, {"answer": "carte", "hint": "synonyms for carte", "clues": [["carte du jour", "a list of dishes available at a restaurant"], ["card", "a list of dishes available at a restaurant"], ["menu", "a list of dishes available at a restaurant"], ["bill of fare", "a list of dishes available at a restaurant"]]}, {"answer": "carte_du_jour", "hint": "synonyms for carte du jour", "clues": [["card", "a list of dishes available at a restaurant"], ["menu", "a list of dishes available at a restaurant"], ["carte", "a list of dishes available at a restaurant"], ["bill of fare", "a list of dishes available at a restaurant"]]}, {"answer": "case", "hint": "synonyms for case", "clues": [["grammatical case", "nouns or pronouns or adjectives (often marked by inflection) related in some way to other words in a sentence"], ["pillowcase", "bed linen consisting of a cover for a pillow"], ["compositor's case", "(printing) the receptacle in which a compositor has his type, which is divided into compartments for the different letters, spaces, or numbers"], ["pillow slip", "bed linen consisting of a cover for a pillow"], ["fount", "a specific size and style of type within a type family"], ["example", "an occurrence of something"], ["display case", "a glass container used to store and display items in a shop or museum or home"], ["instance", "an occurrence of something"], ["cause", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["typesetter's case", "(printing) the receptacle in which a compositor has his type, which is divided into compartments for the different letters, spaces, or numbers"], ["face", "a specific size and style of type within a type family"], ["slip", "bed linen consisting of a cover for a pillow"], ["suit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["causa", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["lawsuit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["casing", "the housing or outer covering of something"], ["shell", "the housing or outer covering of something"], ["vitrine", "a glass container used to store and display items in a shop or museum or home"], ["caseful", "the quantity contained in a case"], ["showcase", "a glass container used to store and display items in a shop or museum or home"], ["typeface", "a specific size and style of type within a type family"]]}, {"answer": "cash_in_hand", "hint": "synonyms for cash in hand", "clues": [["monetary resource", "assets in the form of money"], ["pecuniary resource", "assets in the form of money"], ["funds", "assets in the form of money"], ["finances", "assets in the form of money"]]}, {"answer": "cast", "hint": "synonyms for cast", "clues": [["roll", "the act of throwing dice"], ["dramatis personae", "the actors in a play"], ["form", "the visual appearance of something or someone"], ["mold", "the distinctive form in which a thing is made"], ["cast of characters", "the actors in a play"], ["plaster bandage", "bandage consisting of a firm covering (often made of plaster of Paris) that immobilizes broken bones while they heal"], ["plaster cast", "bandage consisting of a firm covering (often made of plaster of Paris) that immobilizes broken bones while they heal"], ["casting", "the act of throwing a fishing line out over the water by means of a rod and reel"], ["shape", "the visual appearance of something or someone"], ["stamp", "the distinctive form in which a thing is made"], ["hurl", "a violent throw"]]}, {"answer": "castigation", "hint": "synonyms for castigation", "clues": [["upbraiding", "a severe scolding"], ["dressing down", "a severe scolding"], ["chewing out", "a severe scolding"], ["earful", "a severe scolding"], ["bawling out", "a severe scolding"], ["chastisement", "verbal punishment"], ["going-over", "a severe scolding"]]}, {"answer": "castle_in_spain", "hint": "synonyms for castle in spain", "clues": [["castle in the air", "absentminded dreaming while awake"], ["revery", "absentminded dreaming while awake"], ["daydreaming", "absentminded dreaming while awake"], ["reverie", "absentminded dreaming while awake"], ["air castle", "absentminded dreaming while awake"], ["oneirism", "absentminded dreaming while awake"], ["castle in Spain", "absentminded dreaming while awake"]]}, {"answer": "castle_in_the_air", "hint": "synonyms for castle in the air", "clues": [["castle in Spain", "absentminded dreaming while awake"], ["daydream", "absentminded dreaming while awake"], ["air castle", "absentminded dreaming while awake"], ["oneirism", "absentminded dreaming while awake"], ["revery", "absentminded dreaming while awake"], ["reverie", "absentminded dreaming while awake"]]}, {"answer": "cat", "hint": "synonyms for cat", "clues": [["khat", "the leaves of the shrub Catha edulis which are chewed like tobacco or used to make tea; has the effect of a euphoric stimulant"], ["computed tomography", "a method of examining body organs by scanning them with X rays and using a computer to construct a series of cross-sectional scans along a single axis"], ["quat", "the leaves of the shrub Catha edulis which are chewed like tobacco or used to make tea; has the effect of a euphoric stimulant"], ["computerized axial tomography", "a method of examining body organs by scanning them with X rays and using a computer to construct a series of cross-sectional scans along a single axis"], ["cat-o'-nine-tails", "a whip with nine knotted cords"]]}, {"answer": "cat_sleep", "hint": "synonyms for cat sleep", "clues": [["nap", "sleeping for a short period of time (usually not in bed)"], ["catnap", "sleeping for a short period of time (usually not in bed)"], ["forty winks", "sleeping for a short period of time (usually not in bed)"], ["short sleep", "sleeping for a short period of time (usually not in bed)"], ["snooze", "sleeping for a short period of time (usually not in bed)"]]}, {"answer": "cat_valium", "hint": "synonyms for cat valium", "clues": [["green", "street names for ketamine"], ["super C", "street names for ketamine"], ["special K", "street names for ketamine"], ["jet", "street names for ketamine"], ["honey oil", "street names for ketamine"], ["super acid", "street names for ketamine"]]}, {"answer": "cataclysm", "hint": "synonyms for cataclysm", "clues": [["catastrophe", "an event resulting in great loss and misfortune"], ["tragedy", "an event resulting in great loss and misfortune"], ["calamity", "an event resulting in great loss and misfortune"], ["disaster", "an event resulting in great loss and misfortune"]]}, {"answer": "catamenia", "hint": "synonyms for catamenia", "clues": [["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"]]}, {"answer": "catapult", "hint": "synonyms for catapult", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["slingshot", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["launcher", "a device that launches aircraft from a warship"], ["sling", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "catastrophe", "hint": "synonyms for catastrophe", "clues": [["tragedy", "an event resulting in great loss and misfortune"], ["cataclysm", "an event resulting in great loss and misfortune"], ["calamity", "an event resulting in great loss and misfortune"], ["disaster", "an event resulting in great loss and misfortune"]]}, {"answer": "catch", "hint": "synonyms for catch", "clues": [["gimmick", "a drawback or difficulty that is not readily evident"], ["stop", "a restraint that checks the motion of something"], ["haul", "the quantity that was caught"], ["collar", "the act of apprehending (especially apprehending a criminal)"], ["pinch", "the act of apprehending (especially apprehending a criminal)"], ["apprehension", "the act of apprehending (especially apprehending a criminal)"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)"], ["arrest", "the act of apprehending (especially apprehending a criminal)"], ["snap", "the act of catching an object with the hands"], ["grab", "the act of catching an object with the hands"], ["snatch", "the act of catching an object with the hands"]]}, {"answer": "catchment_area", "hint": "synonyms for catchment area", "clues": [["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"]]}, {"answer": "catchment_basin", "hint": "synonyms for catchment basin", "clues": [["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"]]}, {"answer": "catchword", "hint": "synonyms for catchword", "clues": [["motto", "a favorite saying of a sect or political group"], ["guideword", "a word printed at the top of the page of a dictionary or other reference book to indicate the first or last item on that page"], ["shibboleth", "a favorite saying of a sect or political group"], ["slogan", "a favorite saying of a sect or political group"]]}, {"answer": "categorisation", "hint": "synonyms for categorisation", "clues": [["categorization", "a group of people or things arranged by class or category"], ["compartmentalisation", "the act of distributing things into classes or categories of the same type"], ["assortment", "the act of distributing things into classes or categories of the same type"], ["classification", "the act of distributing things into classes or categories of the same type"], ["sorting", "the basic cognitive process of arranging into classes or categories"]]}, {"answer": "categorization", "hint": "synonyms for categorization", "clues": [["compartmentalisation", "the act of distributing things into classes or categories of the same type"], ["categorisation", "a group of people or things arranged by class or category"], ["assortment", "the act of distributing things into classes or categories of the same type"], ["classification", "the act of distributing things into classes or categories of the same type"], ["sorting", "the basic cognitive process of arranging into classes or categories"]]}, {"answer": "cathouse", "hint": "synonyms for cathouse", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bawdyhouse", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["house of prostitution", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "catnap", "hint": "synonyms for catnap", "clues": [["nap", "sleeping for a short period of time (usually not in bed)"], ["forty winks", "sleeping for a short period of time (usually not in bed)"], ["short sleep", "sleeping for a short period of time (usually not in bed)"], ["snooze", "sleeping for a short period of time (usually not in bed)"], ["cat sleep", "sleeping for a short period of time (usually not in bed)"]]}, {"answer": "cattiness", "hint": "synonyms for cattiness", "clues": [["spite", "malevolence by virtue of being malicious or spiteful or nasty"], ["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty"]]}, {"answer": "causal_factor", "hint": "synonyms for causal factor", "clues": [["determining factor", "a determining or causal element or factor"], ["determiner", "a determining or causal element or factor"], ["determinative", "a determining or causal element or factor"], ["determinant", "a determining or causal element or factor"]]}, {"answer": "cause", "hint": "synonyms for cause", "clues": [["causa", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["lawsuit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["movement", "a series of actions advancing a principle or tending toward a particular end"], ["drive", "a series of actions advancing a principle or tending toward a particular end"], ["causal agency", "any entity that produces an effect or is responsible for events or results"], ["case", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["suit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["campaign", "a series of actions advancing a principle or tending toward a particular end"], ["reason", "a justification for something existing or happening"], ["crusade", "a series of actions advancing a principle or tending toward a particular end"], ["grounds", "a justification for something existing or happening"], ["effort", "a series of actions advancing a principle or tending toward a particular end"]]}, {"answer": "causerie", "hint": "synonyms for causerie", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "caustic_lime", "hint": "synonyms for caustic lime", "clues": [["slaked lime", "a caustic substance produced by heating limestone"], ["lime hydrate", "a caustic substance produced by heating limestone"], ["calcium hydroxide", "a caustic substance produced by heating limestone"], ["lime", "a caustic substance produced by heating limestone"], ["calcium hydrate", "a caustic substance produced by heating limestone"], ["hydrated lime", "a caustic substance produced by heating limestone"]]}, {"answer": "caution", "hint": "synonyms for caution", "clues": [["carefulness", "the trait of being cautious; being attentive to possible danger"], ["forethought", "judiciousness in avoiding harm or danger"], ["precaution", "judiciousness in avoiding harm or danger"], ["caveat", "a warning against certain acts"], ["care", "judiciousness in avoiding harm or danger"], ["circumspection", "the trait of being circumspect and prudent"], ["cautiousness", "the trait of being cautious; being attentive to possible danger"]]}, {"answer": "cavity", "hint": "synonyms for cavity", "clues": [["caries", "soft decayed area in a tooth; progressive decay can lead to the death of a tooth"], ["dental caries", "soft decayed area in a tooth; progressive decay can lead to the death of a tooth"], ["tooth decay", "soft decayed area in a tooth; progressive decay can lead to the death of a tooth"], ["enclosed space", "space that is surrounded by something"], ["pit", "a sizeable hole (usually in the ground)"]]}, {"answer": "celerity", "hint": "synonyms for celerity", "clues": [["rapidity", "a rate that is rapid"], ["speediness", "a rate that is rapid"], ["quickness", "a rate that is rapid"], ["rapidness", "a rate that is rapid"]]}, {"answer": "celestial_sphere", "hint": "synonyms for celestial sphere", "clues": [["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"]]}, {"answer": "cell", "hint": "synonyms for cell", "clues": [["cellular telephone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["mobile phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["electric cell", "a device that delivers an electric current as the result of a chemical reaction"], ["jail cell", "a room where a prisoner is kept"], ["prison cell", "a room where a prisoner is kept"], ["cadre", "a small unit serving as part of or as the nucleus of a larger political movement"], ["cubicle", "small room in which a monk or nun lives"], ["cellphone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"]]}, {"answer": "cellular_phone", "hint": "synonyms for cellular phone", "clues": [["cellular telephone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["mobile phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["cellphone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["cell", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"]]}, {"answer": "cellular_telephone", "hint": "synonyms for cellular telephone", "clues": [["cellular phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["mobile phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["cellphone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"], ["cell", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver"]]}, {"answer": "cemetery", "hint": "synonyms for cemetery", "clues": [["graveyard", "a tract of land used for burials"], ["memorial park", "a tract of land used for burials"], ["burial ground", "a tract of land used for burials"], ["burying ground", "a tract of land used for burials"], ["necropolis", "a tract of land used for burials"], ["burial site", "a tract of land used for burials"]]}, {"answer": "cental", "hint": "synonyms for cental", "clues": [["hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["cwt", "a United States unit of weight equivalent to 100 pounds"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["quintal", "a United States unit of weight equivalent to 100 pounds"], ["centner", "a United States unit of weight equivalent to 100 pounds"]]}, {"answer": "centering", "hint": "synonyms for centering", "clues": [["focusing", "the concentration of attention or energy on something"], ["focal point", "the concentration of attention or energy on something"], ["direction", "the concentration of attention or energy on something"], ["snap", "(American football) putting the ball in play by passing it (between the legs) to a back"]]}, {"answer": "centner", "hint": "synonyms for centner", "clues": [["hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["metric hundredweight", "a unit of weight equal to 100 kilograms"], ["cwt", "a United States unit of weight equivalent to 100 pounds"], ["doppelzentner", "a unit of weight equal to 100 kilograms"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["quintal", "a United States unit of weight equivalent to 100 pounds"], ["cental", "a United States unit of weight equivalent to 100 pounds"]]}, {"answer": "central_office", "hint": "synonyms for central office", "clues": [["home office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise"], ["home base", "(usually plural) the office that serves as the administrative center of an enterprise"], ["main office", "(usually plural) the office that serves as the administrative center of an enterprise"]]}, {"answer": "centre", "hint": "synonyms for centre", "clues": [["middle", "an area that is approximately central within some larger region"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "an area that is approximately central within some larger region"], ["midpoint", "a point equidistant from the ends of a line or the extremities of a figure"], ["center of attention", "the object upon which interest and attention focuses"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["eye", "an area that is approximately central within some larger region"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "cerebration", "hint": "synonyms for cerebration", "clues": [["mentation", "the process of using your mind to consider something carefully"], ["intellection", "the process of using your mind to consider something carefully"], ["thought", "the process of using your mind to consider something carefully"], ["thought process", "the process of using your mind to consider something carefully"], ["thinking", "the process of using your mind to consider something carefully"]]}, {"answer": "cerement", "hint": "synonyms for cerement", "clues": [["winding-sheet", "burial garment in which a corpse is wrapped"], ["pall", "burial garment in which a corpse is wrapped"], ["shroud", "burial garment in which a corpse is wrapped"], ["winding-clothes", "burial garment in which a corpse is wrapped"]]}, {"answer": "certification", "hint": "synonyms for certification", "clues": [["enfranchisement", "the act of certifying or bestowing a franchise on"], ["credentials", "a document attesting to the truth of certain stated facts"], ["certificate", "a document attesting to the truth of certain stated facts"], ["authentication", "validating the authenticity of something or someone"], ["documentation", "confirmation that some fact or statement is true through the use of documentary evidence"], ["corroboration", "confirmation that some fact or statement is true through the use of documentary evidence"]]}, {"answer": "cesarean_delivery", "hint": "synonyms for cesarean delivery", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "cesarean_section", "hint": "synonyms for cesarean section", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "cesarian_section", "hint": "synonyms for cesarian section", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["caesarian section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)"]]}, {"answer": "chaff", "hint": "synonyms for chaff", "clues": [["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"]]}, {"answer": "chain", "hint": "synonyms for chain", "clues": [["concatenation", "a series of things depending on each other as if linked together"], ["mountain chain", "a series of hills or mountains"], ["strand", "a necklace made by a stringing objects together"], ["chain of mountains", "a series of hills or mountains"], ["range", "a series of hills or mountains"], ["range of mountains", "a series of hills or mountains"], ["mountain range", "a series of hills or mountains"], ["chemical chain", "(chemistry) a series of linked atoms (generally in an organic molecule)"], ["string", "a necklace made by a stringing objects together"]]}, {"answer": "chain_armor", "hint": "synonyms for chain armor", "clues": [["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings"]]}, {"answer": "chain_armour", "hint": "synonyms for chain armour", "clues": [["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings"], ["chain armor", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings"]]}, {"answer": "chain_mail", "hint": "synonyms for chain mail", "clues": [["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings"]]}, {"answer": "chain_of_mountains", "hint": "synonyms for chain of mountains", "clues": [["chain", "a series of hills or mountains"], ["range", "a series of hills or mountains"], ["range of mountains", "a series of hills or mountains"], ["mountain range", "a series of hills or mountains"], ["mountain chain", "a series of hills or mountains"]]}, {"answer": "chains", "hint": "synonyms for chains", "clues": [["chain", "a linked or connected series of objects"], ["concatenation", "a series of things depending on each other as if linked together"], ["mountain chain", "a series of hills or mountains"], ["strand", "a necklace made by a stringing objects together"], ["chain of mountains", "a series of hills or mountains"], ["range of mountains", "a series of hills or mountains"], ["mountain range", "a series of hills or mountains"], ["chemical chain", "(chemistry) a series of linked atoms (generally in an organic molecule)"], ["string", "a necklace made by a stringing objects together"], ["irons", "metal shackles; for hands or legs"], ["range", "a series of hills or mountains"]]}, {"answer": "chair", "hint": "synonyms for chair", "clues": [["electric chair", "an instrument of execution by electrocution; resembles an ordinary seat for one person"], ["hot seat", "an instrument of execution by electrocution; resembles an ordinary seat for one person"], ["professorship", "the position of professor"], ["death chair", "an instrument of execution by electrocution; resembles an ordinary seat for one person"]]}, {"answer": "chalk", "hint": "synonyms for chalk", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "chamber", "hint": "synonyms for chamber", "clues": [["bedchamber", "a room used primarily for sleeping"], ["sleeping accommodation", "a room used primarily for sleeping"], ["bedroom", "a room used primarily for sleeping"], ["sleeping room", "a room used primarily for sleeping"]]}, {"answer": "chambers", "hint": "synonyms for chambers", "clues": [["bedchamber", "a room used primarily for sleeping"], ["chamber", "a deliberative or legislative or administrative or judicial assembly"], ["sleeping accommodation", "a room used primarily for sleeping"], ["bedroom", "a room used primarily for sleeping"], ["sleeping room", "a room used primarily for sleeping"]]}, {"answer": "chammy", "hint": "synonyms for chammy", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"]]}, {"answer": "chammy_leather", "hint": "synonyms for chammy leather", "clues": [["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["shammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"]]}, {"answer": "chamois", "hint": "synonyms for chamois", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"]]}, {"answer": "chamois_leather", "hint": "synonyms for chamois leather", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"]]}, {"answer": "change_of_mind", "hint": "synonyms for change of mind", "clues": [["flip-flop", "a decision to reverse an earlier decision"], ["reversal", "a decision to reverse an earlier decision"], ["turnabout", "a decision to reverse an earlier decision"], ["turnaround", "a decision to reverse an earlier decision"]]}, {"answer": "channel", "hint": "synonyms for channel", "clues": [["groove", "a long narrow furrow cut either by a natural process (such as erosion) or by a tool (as e.g. a groove in a phonograph record)"], ["line", "(often plural) a means of communication or access"], ["communication channel", "(often plural) a means of communication or access"], ["distribution channel", "a way of selling a company's product either directly or via distributors"], ["transmission channel", "a path over which electrical signals can pass"], ["television channel", "a television station and its programs"]]}, {"answer": "channels", "hint": "synonyms for channels", "clues": [["communication channel", "(often plural) a means of communication or access"], ["channel", "a deep and relatively narrow body of water (as in a river or a harbor or a strait linking two larger bodies) that allows the best passage for vessels"], ["distribution channel", "a way of selling a company's product either directly or via distributors"], ["television channel", "a television station and its programs"], ["transmission channel", "a path over which electrical signals can pass"], ["groove", "a long narrow furrow cut either by a natural process (such as erosion) or by a tool (as e.g. a groove in a phonograph record)"], ["line", "(often plural) a means of communication or access"]]}, {"answer": "chap", "hint": "synonyms for chap", "clues": [["cranny", "a long narrow depression in a surface"], ["crack", "a long narrow depression in a surface"], ["crevice", "a long narrow depression in a surface"], ["fissure", "a long narrow depression in a surface"]]}, {"answer": "chaplet", "hint": "synonyms for chaplet", "clues": [["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"]]}, {"answer": "charabanc", "hint": "synonyms for charabanc", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "character", "hint": "synonyms for character", "clues": [["lineament", "a characteristic property that defines the apparent individual nature of something"], ["character reference", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability"], ["theatrical role", "an actor's portrayal of someone in a play"], ["quality", "a characteristic property that defines the apparent individual nature of something"], ["grapheme", "a written symbol that is used to represent speech"], ["fibre", "the inherent complex of attributes that determines a persons moral and ethical actions and reactions; - Herbert Spencer"], ["fiber", "the inherent complex of attributes that determines a persons moral and ethical actions and reactions; - Herbert Spencer"], ["persona", "an actor's portrayal of someone in a play"], ["graphic symbol", "a written symbol that is used to represent speech"], ["part", "an actor's portrayal of someone in a play"], ["role", "an actor's portrayal of someone in a play"], ["reference", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability"]]}, {"answer": "characterisation", "hint": "synonyms for characterisation", "clues": [["depiction", "a graphic or vivid verbal description"], ["characterization", "a graphic or vivid verbal description"], ["picture", "a graphic or vivid verbal description"], ["delineation", "a graphic or vivid verbal description"], ["word-painting", "a graphic or vivid verbal description"], ["word picture", "a graphic or vivid verbal description"]]}, {"answer": "characterization", "hint": "synonyms for characterization", "clues": [["characterisation", "a graphic or vivid verbal description"], ["depiction", "a graphic or vivid verbal description"], ["picture", "a graphic or vivid verbal description"], ["delineation", "a graphic or vivid verbal description"], ["personation", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["portrayal", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["word-painting", "a graphic or vivid verbal description"], ["word picture", "a graphic or vivid verbal description"], ["enactment", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"]]}, {"answer": "charade", "hint": "synonyms for charade", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "charades", "hint": "synonyms for charades", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "charge", "hint": "synonyms for charge", "clues": [["cathexis", "(psychoanalysis) the libidinal energy invested in some idea or person or object"], ["rush", "the swift release of a store of affective force"], ["mission", "a special assignment that is given to a person or group"], ["direction", "a formal statement of a command or injunction to do something"], ["guardianship", "attention and management implying responsibility for safety"], ["flush", "the swift release of a store of affective force"], ["billing", "request for payment of a debt"], ["thrill", "the swift release of a store of affective force"], ["accusation", "an assertion that someone is guilty of a fault or offence"], ["complaint", "(criminal law) a pleading describing some wrong or offense"], ["tutelage", "attention and management implying responsibility for safety"], ["commission", "a special assignment that is given to a person or group"], ["electric charge", "the quantity of unbalanced electricity in a body (either positive or negative) and construed as an excess or deficiency of electrons"], ["boot", "the swift release of a store of affective force"], ["burster", "a quantity of explosive to be set off at one time"], ["bursting charge", "a quantity of explosive to be set off at one time"], ["bang", "the swift release of a store of affective force"], ["heraldic bearing", "heraldry consisting of a design or image depicted on a shield"], ["armorial bearing", "heraldry consisting of a design or image depicted on a shield"], ["bearing", "heraldry consisting of a design or image depicted on a shield"], ["kick", "the swift release of a store of affective force"], ["explosive charge", "a quantity of explosive to be set off at one time"], ["care", "attention and management implying responsibility for safety"]]}, {"answer": "charge_sheet", "hint": "synonyms for charge sheet", "clues": [["rap sheet", "the daily written record of events (as arrests) in a police station"], ["blotter", "the daily written record of events (as arrests) in a police station"], ["day book", "the daily written record of events (as arrests) in a police station"], ["police blotter", "the daily written record of events (as arrests) in a police station"]]}, {"answer": "charity_shot", "hint": "synonyms for charity shot", "clues": [["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"]]}, {"answer": "charity_throw", "hint": "synonyms for charity throw", "clues": [["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"]]}, {"answer": "charity_toss", "hint": "synonyms for charity toss", "clues": [["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"]]}, {"answer": "charm", "hint": "synonyms for charm", "clues": [["appealingness", "attractiveness that interests or pleases or stimulates"], ["magic spell", "a verbal formula believed to have magical force"], ["appeal", "attractiveness that interests or pleases or stimulates"], ["good luck charm", "something believed to bring good luck"], ["spell", "a verbal formula believed to have magical force"]]}, {"answer": "chastity", "hint": "synonyms for chastity", "clues": [["celibacy", "abstaining from sexual relations (as because of religious vows)"], ["virtue", "morality with respect to sexual relations"], ["sexual abstention", "abstaining from sexual relations (as because of religious vows)"], ["sexual morality", "morality with respect to sexual relations"]]}, {"answer": "chatter", "hint": "synonyms for chatter", "clues": [["cackle", "noisy talk"], ["yak", "noisy talk"], ["yakety-yak", "noisy talk"], ["chattering", "the high-pitched continuing noise made by animals (birds or monkeys)"]]}, {"answer": "chauvinism", "hint": "synonyms for chauvinism", "clues": [["antifeminism", "activity indicative of belief in the superiority of men over women"], ["jingoism", "fanatical patriotism"], ["superpatriotism", "fanatical patriotism"], ["male chauvinism", "activity indicative of belief in the superiority of men over women"], ["ultranationalism", "fanatical patriotism"]]}, {"answer": "chaw", "hint": "synonyms for chaw", "clues": [["plug", "a wad of something chewable as tobacco"], ["quid", "a wad of something chewable as tobacco"], ["wad", "a wad of something chewable as tobacco"], ["chew", "a wad of something chewable as tobacco"], ["cud", "a wad of something chewable as tobacco"]]}, {"answer": "cheapness", "hint": "synonyms for cheapness", "clues": [["sleaze", "tastelessness by virtue of being cheap and vulgar"], ["cut price", "a price below the standard price"], ["cut rate", "a price below the standard price"], ["bargain rate", "a price below the standard price"], ["tat", "tastelessness by virtue of being cheap and vulgar"], ["tackiness", "tastelessness by virtue of being cheap and vulgar"]]}, {"answer": "check", "hint": "synonyms for check", "clues": [["bank check", "a written order directing a bank to pay money"], ["tick", "a mark indicating that something has been noted or completed etc."], ["substantiation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"], ["assay", "an appraisal of the state of affairs"], ["handicap", "something immaterial that interferes with or delays action or progress"], ["hinderance", "something immaterial that interferes with or delays action or progress"], ["bridle", "the act of restraining power or action or limiting excess"], ["balk", "something immaterial that interferes with or delays action or progress"], ["check mark", "a mark indicating that something has been noted or completed etc."], ["confirmation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"], ["check-out procedure", "the act of inspecting or verifying"], ["cheque", "a written order directing a bank to pay money"], ["tab", "the bill in a restaurant"], ["chip", "a mark left after a small piece has been chopped or broken off of something"], ["chit", "the bill in a restaurant"], ["impediment", "something immaterial that interferes with or delays action or progress"], ["verification", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"], ["curb", "the act of restraining power or action or limiting excess"], ["deterrent", "something immaterial that interferes with or delays action or progress"], ["checkout", "the act of inspecting or verifying"]]}, {"answer": "checkerberry", "hint": "synonyms for checkerberry", "clues": [["spiceberry", "spicy red berrylike fruit; source of wintergreen oil"], ["wintergreen", "spicy red berrylike fruit; source of wintergreen oil"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil"], ["boxberry", "spicy red berrylike fruit; source of wintergreen oil"]]}, {"answer": "checkout", "hint": "synonyms for checkout", "clues": [["check", "the act of inspecting or verifying"], ["checkout counter", "a counter in a supermarket where you pay for your purchases"], ["checkout time", "the latest time for vacating a hotel room"], ["check-out procedure", "the act of inspecting or verifying"]]}, {"answer": "checkup", "hint": "synonyms for checkup", "clues": [["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"]]}, {"answer": "cheek", "hint": "synonyms for cheek", "clues": [["impertinence", "an impudent statement"], ["impudence", "an impudent statement"], ["nerve", "impudent aggressiveness"], ["boldness", "impudent aggressiveness"], ["brass", "impudent aggressiveness"], ["face", "impudent aggressiveness"]]}, {"answer": "cheekiness", "hint": "synonyms for cheekiness", "clues": [["gall", "the trait of being rude and impertinent; inclined to take liberties"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties"], ["crust", "the trait of being rude and impertinent; inclined to take liberties"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties"]]}, {"answer": "cheerfulness", "hint": "synonyms for cheerfulness", "clues": [["blitheness", "a feeling of spontaneous good spirits"], ["sunniness", "the quality of being cheerful and dispelling gloom"], ["sunshine", "the quality of being cheerful and dispelling gloom"], ["cheer", "the quality of being cheerful and dispelling gloom"]]}, {"answer": "cheerio", "hint": "synonyms for cheerio", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"]]}, {"answer": "chemise", "hint": "synonyms for chemise", "clues": [["slip", "a woman's sleeveless undergarment"], ["shift", "a loose-fitting dress hanging straight from the shoulders without a waist"], ["sack", "a loose-fitting dress hanging straight from the shoulders without a waist"], ["shimmy", "a woman's sleeveless undergarment"], ["teddy", "a woman's sleeveless undergarment"]]}, {"answer": "chemist's", "hint": "synonyms for chemist's", "clues": [["pharmacy", "a retail shop where medicine and other articles are sold"], ["chemist's shop", "a retail shop where medicine and other articles are sold"], ["apothecary's shop", "a retail shop where medicine and other articles are sold"], ["drugstore", "a retail shop where medicine and other articles are sold"]]}, {"answer": "chemist's_shop", "hint": "synonyms for chemist's shop", "clues": [["chemist's", "a retail shop where medicine and other articles are sold"], ["pharmacy", "a retail shop where medicine and other articles are sold"], ["apothecary's shop", "a retail shop where medicine and other articles are sold"], ["drugstore", "a retail shop where medicine and other articles are sold"]]}, {"answer": "chew", "hint": "synonyms for chew", "clues": [["chaw", "a wad of something chewable as tobacco"], ["manduction", "biting and grinding food in your mouth so it becomes soft enough to swallow"], ["mastication", "biting and grinding food in your mouth so it becomes soft enough to swallow"], ["quid", "a wad of something chewable as tobacco"], ["wad", "a wad of something chewable as tobacco"], ["chewing", "biting and grinding food in your mouth so it becomes soft enough to swallow"], ["plug", "a wad of something chewable as tobacco"], ["cud", "a wad of something chewable as tobacco"]]}, {"answer": "chewing_out", "hint": "synonyms for chewing out", "clues": [["upbraiding", "a severe scolding"], ["castigation", "a severe scolding"], ["dressing down", "a severe scolding"], ["earful", "a severe scolding"], ["bawling out", "a severe scolding"], ["going-over", "a severe scolding"]]}, {"answer": "chicane", "hint": "synonyms for chicane", "clues": [["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)"], ["chicanery", "the use of tricks to deceive someone (usually to extract money from them)"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)"]]}, {"answer": "chicanery", "hint": "synonyms for chicanery", "clues": [["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)"], ["chicane", "the use of tricks to deceive someone (usually to extract money from them)"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)"]]}, {"answer": "chicha", "hint": "synonyms for chicha", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "chicken_feed", "hint": "synonyms for chicken feed", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["scratch", "dry mash for poultry"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "chicness", "hint": "synonyms for chicness", "clues": [["last word", "elegance by virtue of being fashionable"], ["stylishness", "elegance by virtue of being fashionable"], ["smartness", "elegance by virtue of being fashionable"], ["swank", "elegance by virtue of being fashionable"], ["chichi", "elegance by virtue of being fashionable"], ["modishness", "elegance by virtue of being fashionable"], ["chic", "elegance by virtue of being fashionable"]]}, {"answer": "child's_play", "hint": "synonyms for child's play", "clues": [["pushover", "any undertaking that is easy to do"], ["breeze", "any undertaking that is easy to do"], ["walkover", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["cinch", "any undertaking that is easy to do"], ["picnic", "any undertaking that is easy to do"], ["play", "activity by children that is guided more by imagination than by fixed rules"], ["piece of cake", "any undertaking that is easy to do"]]}, {"answer": "chili", "hint": "synonyms for chili", "clues": [["chilly", "very hot and finely tapering pepper of special pungency"], ["chili pepper", "very hot and finely tapering pepper of special pungency"], ["chilli", "very hot and finely tapering pepper of special pungency"], ["chili con carne", "ground beef and chili peppers or chili powder often with tomatoes and kidney beans"], ["chile", "very hot and finely tapering pepper of special pungency"]]}, {"answer": "chiliad", "hint": "synonyms for chiliad", "clues": [["yard", "the cardinal number that is the product of 10 and 100"], ["grand", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["1000", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["thousand", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "chill", "hint": "synonyms for chill", "clues": [["quiver", "an almost pleasurable sensation of fright"], ["shudder", "an almost pleasurable sensation of fright"], ["pall", "a sudden numbing dread"], ["shiver", "an almost pleasurable sensation of fright"], ["frisson", "an almost pleasurable sensation of fright"], ["tingle", "an almost pleasurable sensation of fright"], ["thrill", "an almost pleasurable sensation of fright"], ["gelidity", "coldness due to a cold environment"], ["iciness", "coldness due to a cold environment"]]}, {"answer": "chilli", "hint": "synonyms for chilli", "clues": [["chili", "very hot and finely tapering pepper of special pungency"], ["chilly", "very hot and finely tapering pepper of special pungency"], ["chili pepper", "very hot and finely tapering pepper of special pungency"], ["chile", "very hot and finely tapering pepper of special pungency"]]}, {"answer": "chilliness", "hint": "synonyms for chilliness", "clues": [["coolness", "the property of being moderately cold"], ["iciness", "a lack of affection or enthusiasm"], ["nip", "the property of being moderately cold"], ["frigidity", "a lack of affection or enthusiasm"], ["frigidness", "a lack of affection or enthusiasm"]]}, {"answer": "chin-wag", "hint": "synonyms for chin-wag", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"]]}, {"answer": "chin-wagging", "hint": "synonyms for chin-wagging", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"], ["chin wagging", "light informal conversation for social occasions"]]}, {"answer": "chin_music", "hint": "synonyms for chin music", "clues": [["blether", "idle or foolish and irrelevant talk"], ["prate", "idle or foolish and irrelevant talk"], ["prattle", "idle or foolish and irrelevant talk"], ["idle talk", "idle or foolish and irrelevant talk"]]}, {"answer": "chin_wag", "hint": "synonyms for chin wag", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"], ["chin-wag", "light informal conversation for social occasions"]]}, {"answer": "chin_wagging", "hint": "synonyms for chin wagging", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "china_clay", "hint": "synonyms for china clay", "clues": [["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["kaoline", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"]]}, {"answer": "china_stone", "hint": "synonyms for china stone", "clues": [["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["kaoline", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"]]}, {"answer": "chinook", "hint": "synonyms for chinook", "clues": [["king salmon", "pink or white flesh of large Pacific salmon"], ["snow eater", "a warm dry wind blowing down the eastern slopes of the Rockies"], ["chinook wind", "a warm dry wind blowing down the eastern slopes of the Rockies"], ["chinook salmon", "pink or white flesh of large Pacific salmon"]]}, {"answer": "chip", "hint": "synonyms for chip", "clues": [["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["scrap", "a small fragment of something broken off from the whole"], ["chipping", "the act of chipping something"], ["microchip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["splintering", "the act of chipping something"], ["potato chip", "a thin crisp slice of potato fried in deep fat"], ["cow dung", "a piece of dried bovine dung"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["buffalo chip", "a piece of dried bovine dung"], ["fleck", "a small fragment of something broken off from the whole"], ["flake", "a small fragment of something broken off from the whole"], ["check", "a mark left after a small piece has been chopped or broken off of something"], ["cow chip", "a piece of dried bovine dung"], ["poker chip", "a small disk-shaped counter used to represent money when gambling"], ["bit", "a small fragment of something broken off from the whole"], ["crisp", "a thin crisp slice of potato fried in deep fat"], ["chip shot", "(golf) a low running approach shot"]]}, {"answer": "chips", "hint": "synonyms for chips", "clues": [["scrap", "a small fragment of something broken off from the whole"], ["chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["french-fried potatoes", "strips of potato fried in deep fat"], ["chipping", "the act of chipping something"], ["potato chip", "a thin crisp slice of potato fried in deep fat"], ["french fries", "strips of potato fried in deep fat"], ["flake", "a small fragment of something broken off from the whole"], ["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["cow dung", "a piece of dried bovine dung"], ["bit", "a small fragment of something broken off from the whole"], ["crisp", "a thin crisp slice of potato fried in deep fat"], ["microchip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["fries", "strips of potato fried in deep fat"], ["buffalo chip", "a piece of dried bovine dung"], ["fleck", "a small fragment of something broken off from the whole"], ["check", "a mark left after a small piece has been chopped or broken off of something"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["cow chip", "a piece of dried bovine dung"], ["poker chip", "a small disk-shaped counter used to represent money when gambling"], ["chip shot", "(golf) a low running approach shot"], ["splintering", "the act of chipping something"]]}, {"answer": "chit-chat", "hint": "synonyms for chit-chat", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "chit_chat", "hint": "synonyms for chit chat", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "chitchat", "hint": "synonyms for chitchat", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["chit-chat", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "chivaree", "hint": "synonyms for chivaree", "clues": [["callathump", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["shivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"]]}, {"answer": "chocolate", "hint": "synonyms for chocolate", "clues": [["hot chocolate", "a beverage made from cocoa powder and milk and sugar; usually drunk hot"], ["burnt umber", "a medium brown to dark-brown color"], ["coffee", "a medium brown to dark-brown color"], ["drinking chocolate", "a beverage made from cocoa powder and milk and sugar; usually drunk hot"], ["deep brown", "a medium brown to dark-brown color"], ["cocoa", "a beverage made from cocoa powder and milk and sugar; usually drunk hot"], ["umber", "a medium brown to dark-brown color"]]}, {"answer": "choice_of_words", "hint": "synonyms for choice of words", "clues": [["wording", "the manner in which something is expressed in words; - G.S.Patton"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton"], ["diction", "the manner in which something is expressed in words; - G.S.Patton"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton"]]}, {"answer": "choker", "hint": "synonyms for choker", "clues": [["ruffle", "a high tight collar"], ["neckband", "necklace that fits tightly around a woman's neck"], ["collar", "necklace that fits tightly around a woman's neck"], ["neck ruff", "a high tight collar"], ["dog collar", "necklace that fits tightly around a woman's neck"], ["ruff", "a high tight collar"]]}, {"answer": "cholecalciferol", "hint": "synonyms for cholecalciferol", "clues": [["ergocalciferol", "a fat-soluble vitamin that prevents rickets"], ["vitamin D", "a fat-soluble vitamin that prevents rickets"], ["calciferol", "a fat-soluble vitamin that prevents rickets"], ["viosterol", "a fat-soluble vitamin that prevents rickets"]]}, {"answer": "choler", "hint": "synonyms for choler", "clues": [["petulance", "an irritable petulant feeling"], ["fussiness", "an irritable petulant feeling"], ["fretfulness", "an irritable petulant feeling"], ["ire", "a strong emotion; a feeling that is oriented toward some real or supposed grievance"], ["peevishness", "an irritable petulant feeling"], ["crossness", "an irritable petulant feeling"], ["irritability", "an irritable petulant feeling"], ["anger", "a strong emotion; a feeling that is oriented toward some real or supposed grievance"]]}, {"answer": "chop_steak", "hint": "synonyms for chop steak", "clues": [["hamburger steak", "a patty of ground cooked beef"], ["chopped steak", "a patty of ground cooked beef"], ["chopsteak", "a patty of ground cooked beef"], ["beef patty", "a patty of ground cooked beef"]]}, {"answer": "chopper", "hint": "synonyms for chopper", "clues": [["whirlybird", "an aircraft without wings that obtains its lift from the rotation of overhead blades"], ["chop", "a grounder that bounces high in the air"], ["helicopter", "an aircraft without wings that obtains its lift from the rotation of overhead blades"], ["meat cleaver", "a butcher's knife having a large square blade"], ["cleaver", "a butcher's knife having a large square blade"], ["eggbeater", "an aircraft without wings that obtains its lift from the rotation of overhead blades"]]}, {"answer": "chronological_sequence", "hint": "synonyms for chronological sequence", "clues": [["chronological succession", "a following of one thing after another in time"], ["successiveness", "a following of one thing after another in time"], ["succession", "a following of one thing after another in time"], ["sequence", "a following of one thing after another in time"]]}, {"answer": "chronological_succession", "hint": "synonyms for chronological succession", "clues": [["succession", "a following of one thing after another in time"], ["successiveness", "a following of one thing after another in time"], ["chronological sequence", "a following of one thing after another in time"], ["sequence", "a following of one thing after another in time"]]}, {"answer": "chumminess", "hint": "synonyms for chumminess", "clues": [["comradery", "the quality of affording easy familiarity and sociability"], ["camaraderie", "the quality of affording easy familiarity and sociability"], ["comradeship", "the quality of affording easy familiarity and sociability"], ["comradeliness", "the quality of affording easy familiarity and sociability"]]}, {"answer": "chunk", "hint": "synonyms for chunk", "clues": [["ball", "a compact mass"], ["clump", "a compact mass"], ["glob", "a compact mass"], ["clod", "a compact mass"]]}, {"answer": "chute", "hint": "synonyms for chute", "clues": [["parachute", "rescue equipment consisting of a device that fills with air and retards your fall"], ["slide", "sloping channel through which things can descend"], ["sloping trough", "sloping channel through which things can descend"], ["slideway", "sloping channel through which things can descend"]]}, {"answer": "cigaret", "hint": "synonyms for cigaret", "clues": [["cigarette", "finely ground tobacco wrapped in paper; for smoking"], ["coffin nail", "finely ground tobacco wrapped in paper; for smoking"], ["butt", "finely ground tobacco wrapped in paper; for smoking"], ["fag", "finely ground tobacco wrapped in paper; for smoking"]]}, {"answer": "cigarette", "hint": "synonyms for cigarette", "clues": [["coffin nail", "finely ground tobacco wrapped in paper; for smoking"], ["cigaret", "finely ground tobacco wrapped in paper; for smoking"], ["butt", "finely ground tobacco wrapped in paper; for smoking"], ["fag", "finely ground tobacco wrapped in paper; for smoking"]]}, {"answer": "cinch", "hint": "synonyms for cinch", "clues": [["child's play", "any undertaking that is easy to do"], ["pushover", "any undertaking that is easy to do"], ["breeze", "any undertaking that is easy to do"], ["walkover", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["picnic", "any undertaking that is easy to do"], ["girth", "stable gear consisting of a band around a horse's belly that holds the saddle in place"], ["piece of cake", "any undertaking that is easy to do"]]}, {"answer": "cincture", "hint": "synonyms for cincture", "clues": [["sash", "a band of material around the waist that strengthens a skirt or trousers"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers"], ["waistcloth", "a band of material around the waist that strengthens a skirt or trousers"], ["waistband", "a band of material around the waist that strengthens a skirt or trousers"]]}, {"answer": "cinema", "hint": "synonyms for cinema", "clues": [["film", "a medium that disseminates moving pictures"], ["picture palace", "a theater where films are shown"], ["movie theatre", "a theater where films are shown"], ["movie house", "a theater where films are shown"], ["celluloid", "a medium that disseminates moving pictures"]]}, {"answer": "cinque", "hint": "synonyms for cinque", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "cipher", "hint": "synonyms for cipher", "clues": [["zilch", "a quantity of no importance"], ["secret code", "a secret method of writing"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["0", "a mathematical element that when added to another number yields the same number"], ["zippo", "a quantity of no importance"], ["nothing", "a quantity of no importance"], ["null", "a quantity of no importance"], ["zero", "a mathematical element that when added to another number yields the same number"], ["nada", "a quantity of no importance"], ["nought", "a mathematical element that when added to another number yields the same number"], ["cryptograph", "a secret method of writing"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["zip", "a quantity of no importance"]]}, {"answer": "circle", "hint": "synonyms for circle", "clues": [["circuit", "movement once around a course"], ["lot", "an unofficial association of people or groups"], ["lap", "movement once around a course"], ["set", "an unofficial association of people or groups"], ["rotary", "a road junction at which traffic streams circularly around a central island"], ["rope", "street names for flunitrazepan"], ["dress circle", "a curved section or tier of seats in a hall or theater or opera house; usually the first tier above the orchestra"], ["round", "any circular or rotating mechanism"], ["traffic circle", "a road junction at which traffic streams circularly around a central island"], ["roofy", "street names for flunitrazepan"], ["band", "an unofficial association of people or groups"], ["roundabout", "a road junction at which traffic streams circularly around a central island"], ["rophy", "street names for flunitrazepan"], ["roach", "street names for flunitrazepan"], ["forget me drug", "street names for flunitrazepan"]]}, {"answer": "circuit", "hint": "synonyms for circuit", "clues": [["electric circuit", "an electrical device that provides a path for electrical current to flow"], ["racing circuit", "a racetrack for automobile races"], ["lap", "movement once around a course"], ["tour", "a journey or route all the way around a particular place or area"], ["circle", "movement once around a course"], ["circumference", "the boundary line encompassing an area or object"]]}, {"answer": "circuit_board", "hint": "synonyms for circuit board", "clues": [["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["circuit card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "circuit_card", "hint": "synonyms for circuit card", "clues": [["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "circumspection", "hint": "synonyms for circumspection", "clues": [["caution", "the trait of being circumspect and prudent"], ["discreetness", "knowing how to avoid embarrassment or distress"], ["prudence", "knowing how to avoid embarrassment or distress"], ["discretion", "knowing how to avoid embarrassment or distress"]]}, {"answer": "citation", "hint": "synonyms for citation", "clues": [["acknowledgment", "a short note recognizing a source of information or of a quoted passage"], ["cite", "a short note recognizing a source of information or of a quoted passage"], ["reference", "a short note recognizing a source of information or of a quoted passage"], ["credit", "a short note recognizing a source of information or of a quoted passage"], ["quote", "a passage or expression that is quoted or cited"], ["quotation", "a passage or expression that is quoted or cited"], ["commendation", "an official award (as for bravery or service) usually given as formal public statement"], ["mention", "a short note recognizing a source of information or of a quoted passage"]]}, {"answer": "cite", "hint": "synonyms for cite", "clues": [["acknowledgment", "a short note recognizing a source of information or of a quoted passage"], ["citation", "a short note recognizing a source of information or of a quoted passage"], ["credit", "a short note recognizing a source of information or of a quoted passage"], ["mention", "a short note recognizing a source of information or of a quoted passage"], ["reference", "a short note recognizing a source of information or of a quoted passage"], ["quotation", "a short note recognizing a source of information or of a quoted passage"]]}, {"answer": "clam", "hint": "synonyms for clam", "clues": [["dollar bill", "a piece of paper money worth one dollar"], ["dollar", "a piece of paper money worth one dollar"], ["one dollar bill", "a piece of paper money worth one dollar"], ["buck", "a piece of paper money worth one dollar"]]}, {"answer": "clamor", "hint": "synonyms for clamor", "clues": [["clamouring", "loud and persistent outcry from many people"], ["blare", "a loud harsh or strident noise"], ["din", "a loud harsh or strident noise"], ["blaring", "a loud harsh or strident noise"], ["hue and cry", "loud and persistent outcry from many people"], ["cacophony", "a loud harsh or strident noise"]]}, {"answer": "clams", "hint": "synonyms for clams", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["pelf", "informal terms for money"], ["clam", "a piece of paper money worth one dollar"], ["dough", "informal terms for money"], ["buck", "a piece of paper money worth one dollar"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["dollar bill", "a piece of paper money worth one dollar"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["one dollar bill", "a piece of paper money worth one dollar"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["dollar", "a piece of paper money worth one dollar"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "clan", "hint": "synonyms for clan", "clues": [["kin", "group of people related by blood or marriage"], ["kin group", "group of people related by blood or marriage"], ["tribe", "group of people related by blood or marriage"], ["kinship group", "group of people related by blood or marriage"], ["kindred", "group of people related by blood or marriage"]]}, {"answer": "clang", "hint": "synonyms for clang", "clues": [["clangoring", "a loud resonant repeating noise"], ["clash", "a loud resonant repeating noise"], ["crash", "a loud resonant repeating noise"], ["clank", "a loud resonant repeating noise"], ["clangour", "a loud resonant repeating noise"]]}, {"answer": "clangor", "hint": "synonyms for clangor", "clues": [["clangoring", "a loud resonant repeating noise"], ["clash", "a loud resonant repeating noise"], ["crash", "a loud resonant repeating noise"], ["clank", "a loud resonant repeating noise"], ["clangour", "a loud resonant repeating noise"], ["clang", "a loud resonant repeating noise"]]}, {"answer": "clangoring", "hint": "synonyms for clangoring", "clues": [["clash", "a loud resonant repeating noise"], ["crash", "a loud resonant repeating noise"], ["clank", "a loud resonant repeating noise"], ["clangour", "a loud resonant repeating noise"], ["clang", "a loud resonant repeating noise"]]}, {"answer": "clangour", "hint": "synonyms for clangour", "clues": [["clangoring", "a loud resonant repeating noise"], ["clash", "a loud resonant repeating noise"], ["crash", "a loud resonant repeating noise"], ["clank", "a loud resonant repeating noise"], ["clang", "a loud resonant repeating noise"]]}, {"answer": "clank", "hint": "synonyms for clank", "clues": [["clangoring", "a loud resonant repeating noise"], ["clash", "a loud resonant repeating noise"], ["crash", "a loud resonant repeating noise"], ["clangour", "a loud resonant repeating noise"], ["clang", "a loud resonant repeating noise"]]}, {"answer": "clap", "hint": "synonyms for clap", "clues": [["clack", "a sharp abrupt noise as if two objects hit together; may be repeated"], ["bam", "a sudden very loud noise"], ["bang", "a sudden very loud noise"], ["blast", "a sudden very loud noise"], ["eruption", "a sudden very loud noise"]]}, {"answer": "clappers", "hint": "synonyms for clappers", "clues": [["bones", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance"], ["clapper", "metal striker that hangs inside a bell and makes a sound by hitting the side"], ["tongue", "metal striker that hangs inside a bell and makes a sound by hitting the side"], ["castanets", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance"], ["finger cymbals", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance"]]}, {"answer": "claptrap", "hint": "synonyms for claptrap", "clues": [["rant", "pompous or pretentious talk or writing"], ["bombast", "pompous or pretentious talk or writing"], ["fustian", "pompous or pretentious talk or writing"], ["blah", "pompous or pretentious talk or writing"]]}, {"answer": "clarity", "hint": "synonyms for clarity", "clues": [["uncloudedness", "the quality of clear water"], ["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"]]}, {"answer": "clash", "hint": "synonyms for clash", "clues": [["clangoring", "a loud resonant repeating noise"], ["crash", "a loud resonant repeating noise"], ["clangour", "a loud resonant repeating noise"], ["skirmish", "a minor short-term fight"], ["clank", "a loud resonant repeating noise"], ["brush", "a minor short-term fight"], ["clang", "a loud resonant repeating noise"], ["encounter", "a minor short-term fight"]]}, {"answer": "clasp", "hint": "synonyms for clasp", "clues": [["clutches", "the act of grasping"], ["grip", "the act of grasping"], ["hold", "the act of grasping"], ["clench", "the act of grasping"], ["grasp", "the act of grasping"]]}, {"answer": "class", "hint": "synonyms for class", "clues": [["stratum", "people having the same social, economic, or educational status"], ["course of study", "education imparted in a series of lessons or meetings"], ["socio-economic class", "people having the same social, economic, or educational status"], ["category", "a collection of things sharing a common attribute"], ["division", "a league ranked by quality"], ["course", "education imparted in a series of lessons or meetings"], ["social class", "people having the same social, economic, or educational status"], ["course of instruction", "education imparted in a series of lessons or meetings"], ["year", "a body of students who graduate together"], ["form", "a body of students who are taught together"], ["family", "a collection of things sharing a common attribute"], ["grade", "a body of students who are taught together"]]}, {"answer": "classification", "hint": "synonyms for classification", "clues": [["compartmentalisation", "the act of distributing things into classes or categories of the same type"], ["assortment", "the act of distributing things into classes or categories of the same type"], ["categorization", "a group of people or things arranged by class or category"], ["sorting", "the basic cognitive process of arranging into classes or categories"]]}, {"answer": "cleanup", "hint": "synonyms for cleanup", "clues": [["cleaning", "the act of making something clean"], ["cleanup position", "(baseball) the fourth position in the batting order (usually filled by the best batter on the team)"], ["killing", "a very large profit"], ["cleanup spot", "(baseball) the fourth position in the batting order (usually filled by the best batter on the team)"]]}, {"answer": "clearness", "hint": "synonyms for clearness", "clues": [["uncloudedness", "the quality of clear water"], ["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["clarity", "the quality of clear water"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"]]}, {"answer": "clench", "hint": "synonyms for clench", "clues": [["clutches", "the act of grasping"], ["hold", "the act of grasping"], ["grip", "the act of grasping"], ["clinch", "a small slip noose made with seizing"], ["clasp", "the act of grasping"], ["grasp", "the act of grasping"]]}, {"answer": "cleverness", "hint": "synonyms for cleverness", "clues": [["ingenuity", "the property of being ingenious"], ["brightness", "intelligence as manifested in being quick and witty"], ["ingeniousness", "the property of being ingenious"], ["smartness", "intelligence as manifested in being quick and witty"], ["inventiveness", "the power of creative imagination"]]}, {"answer": "cliche", "hint": "synonyms for cliche", "clues": [["platitude", "a trite or obvious remark"], ["commonplace", "a trite or obvious remark"], ["bromide", "a trite or obvious remark"], ["banality", "a trite or obvious remark"]]}, {"answer": "click", "hint": "synonyms for click", "clues": [["detent", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward"], ["chink", "a short light metallic sound"], ["suction stop", "a stop consonant made by the suction of air into the mouth (as in Bantu)"], ["clink", "a short light metallic sound"], ["pawl", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward"], ["mouse click", "depression of a button on a computer mouse"], ["dog", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward"]]}, {"answer": "climax", "hint": "synonyms for climax", "clues": [["sexual climax", "the moment of most intense pleasure in sexual intercourse"], ["coming", "the moment of most intense pleasure in sexual intercourse"], ["culmination", "the decisive moment in a novel or play"], ["orgasm", "the moment of most intense pleasure in sexual intercourse"], ["flood tide", "the highest point of anything conceived of as growing or developing or unfolding"]]}, {"answer": "climb", "hint": "synonyms for climb", "clues": [["mount", "the act of climbing something"], ["raise", "an upward slope or grade (as in a road)"], ["ascent", "an upward slope or grade (as in a road)"], ["climbing", "an event that involves rising to a higher point (as in altitude or temperature or intensity etc.)"], ["upgrade", "an upward slope or grade (as in a road)"], ["acclivity", "an upward slope or grade (as in a road)"]]}, {"answer": "clinch", "hint": "synonyms for clinch", "clues": [["squeeze", "a tight or amorous embrace"], ["hug", "a tight or amorous embrace"], ["clench", "a small slip noose made with seizing"], ["clamp", "a device (generally used by carpenters) that holds things firmly together"]]}, {"answer": "clink", "hint": "synonyms for clink", "clues": [["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["chink", "a short light metallic sound"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["click", "a short light metallic sound"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"]]}, {"answer": "clip", "hint": "synonyms for clip", "clues": [["snip", "the act of clipping or snipping"], ["cartridge holder", "a metal frame or container holding cartridges; can be inserted into an automatic gun"], ["cartridge clip", "a metal frame or container holding cartridges; can be inserted into an automatic gun"], ["time", "an instance or single occasion for some event"], ["clipping", "the act of clipping or snipping"], ["magazine", "a metal frame or container holding cartridges; can be inserted into an automatic gun"]]}, {"answer": "clip-clop", "hint": "synonyms for clip-clop", "clues": [["clunking", "the sound of a horse's hoofs hitting on a hard surface"], ["clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clopping", "the sound of a horse's hoofs hitting on a hard surface"]]}, {"answer": "clippety-clop", "hint": "synonyms for clippety-clop", "clues": [["clip-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface"], ["clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface"], ["clopping", "the sound of a horse's hoofs hitting on a hard surface"]]}, {"answer": "clipping", "hint": "synonyms for clipping", "clues": [["newspaper clipping", "an excerpt cut from a newspaper or magazine"], ["press clipping", "an excerpt cut from a newspaper or magazine"], ["snip", "the act of clipping or snipping"], ["press cutting", "an excerpt cut from a newspaper or magazine"], ["trim", "cutting down to the desired size or shape"], ["cutting", "an excerpt cut from a newspaper or magazine"], ["trimming", "cutting down to the desired size or shape"], ["clip", "the act of clipping or snipping"]]}, {"answer": "clique", "hint": "synonyms for clique", "clues": [["inner circle", "an exclusive circle of people with a common purpose"], ["ingroup", "an exclusive circle of people with a common purpose"], ["coterie", "an exclusive circle of people with a common purpose"], ["pack", "an exclusive circle of people with a common purpose"], ["camp", "an exclusive circle of people with a common purpose"]]}, {"answer": "clod", "hint": "synonyms for clod", "clues": [["ball", "a compact mass"], ["clump", "a compact mass"], ["glob", "a compact mass"], ["chunk", "a compact mass"]]}, {"answer": "clog", "hint": "synonyms for clog", "clues": [["sabot", "footwear usually with wooden soles"], ["geta", "footwear usually with wooden soles"], ["patten", "footwear usually with wooden soles"], ["clog dancing", "a dance performed while wearing shoes with wooden soles; has heavy stamping steps"], ["clog dance", "a dance performed while wearing shoes with wooden soles; has heavy stamping steps"]]}, {"answer": "clop", "hint": "synonyms for clop", "clues": [["clip-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface"], ["clopping", "the sound of a horse's hoofs hitting on a hard surface"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface"]]}, {"answer": "clopping", "hint": "synonyms for clopping", "clues": [["clip-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface"], ["clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface"]]}, {"answer": "closeness", "hint": "synonyms for closeness", "clues": [["tightness", "extreme stinginess"], ["nearness", "the spatial property resulting from a relatively small distance"], ["niggardness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["intimacy", "a feeling of being intimate and belonging together"], ["parsimony", "extreme stinginess"], ["meanness", "extreme stinginess"], ["minginess", "extreme stinginess"], ["stuffiness", "the quality of being close and poorly ventilated"], ["secretiveness", "characterized by a lack of openness (especially about one's actions or purposes)"], ["familiarity", "close or warm friendship"], ["tightfistedness", "extreme stinginess"]]}, {"answer": "closet", "hint": "synonyms for closet", "clues": [["press", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes"], ["water closet", "a toilet in Britain"], ["cupboard", "a small room (or recess) or cabinet used for storage space"], ["loo", "a toilet in Britain"], ["wardrobe", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes"]]}, {"answer": "closure", "hint": "synonyms for closure", "clues": [["closing", "approaching a particular destination; a coming closer; a narrowing of a gap"], ["settlement", "something settled or resolved; the outcome of decision making"], ["stop", "an obstruction in a pipe or tube"], ["occlusion", "the act of blocking"], ["law of closure", "a Gestalt principle of organization holding that there is an innate tendency to perceive incomplete objects as complete and to close or fill gaps and to perceive asymmetric stimuli as symmetric"], ["stoppage", "an obstruction in a pipe or tube"], ["closedown", "termination of operations"], ["shutdown", "termination of operations"], ["resolution", "something settled or resolved; the outcome of decision making"], ["blockage", "the act of blocking"], ["gag rule", "a rule for limiting or ending debate in a deliberative body"], ["cloture", "a rule for limiting or ending debate in a deliberative body"], ["block", "an obstruction in a pipe or tube"], ["gag law", "a rule for limiting or ending debate in a deliberative body"]]}, {"answer": "clothing", "hint": "synonyms for clothing", "clues": [["vesture", "a covering designed to be worn on a person's body"], ["article of clothing", "a covering designed to be worn on a person's body"], ["wearable", "a covering designed to be worn on a person's body"], ["habiliment", "a covering designed to be worn on a person's body"], ["wear", "a covering designed to be worn on a person's body"]]}, {"answer": "cloudburst", "hint": "synonyms for cloudburst", "clues": [["downpour", "a heavy rain"], ["soaker", "a heavy rain"], ["pelter", "a heavy rain"], ["deluge", "a heavy rain"], ["waterspout", "a heavy rain"], ["torrent", "a heavy rain"]]}, {"answer": "clout", "hint": "synonyms for clout", "clues": [["biff", "(boxing) a blow with the fist"], ["punch", "(boxing) a blow with the fist"], ["pull", "special advantage or influence"], ["poke", "(boxing) a blow with the fist"], ["lick", "(boxing) a blow with the fist"], ["slug", "(boxing) a blow with the fist"], ["clout nail", "a short nail with a flat head; used to attach sheet metal to wood"]]}, {"answer": "clowning", "hint": "synonyms for clowning", "clues": [["funniness", "a comic incident or series of incidents"], ["japery", "acting like a clown or buffoon"], ["drollery", "a comic incident or series of incidents"], ["harlequinade", "acting like a clown or buffoon"], ["buffoonery", "acting like a clown or buffoon"], ["frivolity", "acting like a clown or buffoon"], ["comedy", "a comic incident or series of incidents"], ["prank", "acting like a clown or buffoon"]]}, {"answer": "club", "hint": "synonyms for club", "clues": [["golf-club", "golf equipment used by a golfer to hit a golf ball"], ["cabaret", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["order", "a formal association of people with similar interests"], ["society", "a formal association of people with similar interests"], ["baseball club", "a team of professional baseball players who play and travel together"], ["ball club", "a team of professional baseball players who play and travel together"], ["gild", "a formal association of people with similar interests"], ["clubhouse", "a building that is occupied by a social club"], ["night club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["nine", "a team of professional baseball players who play and travel together"], ["lodge", "a formal association of people with similar interests"], ["social club", "a formal association of people with similar interests"]]}, {"answer": "club_soda", "hint": "synonyms for club soda", "clues": [["carbonated water", "effervescent beverage artificially charged with carbon dioxide"], ["sparkling water", "effervescent beverage artificially charged with carbon dioxide"], ["soda water", "effervescent beverage artificially charged with carbon dioxide"], ["seltzer", "effervescent beverage artificially charged with carbon dioxide"]]}, {"answer": "clump", "hint": "synonyms for clump", "clues": [["clustering", "a grouping of a number of similar things"], ["ball", "a compact mass"], ["glob", "a compact mass"], ["lump", "a compact mass"], ["chunk", "a compact mass"], ["bunch", "a grouping of a number of similar things"], ["thud", "a heavy dull sound (as made by impact of heavy objects)"], ["thump", "a heavy dull sound (as made by impact of heavy objects)"], ["clod", "a compact mass"], ["clunk", "a heavy dull sound (as made by impact of heavy objects)"]]}, {"answer": "clumping", "hint": "synonyms for clumping", "clues": [["clip-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface"], ["clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clopping", "the sound of a horse's hoofs hitting on a hard surface"]]}, {"answer": "clumsiness", "hint": "synonyms for clumsiness", "clues": [["maladroitness", "unskillfulness resulting from a lack of training"], ["awkwardness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["ineptness", "unskillfulness resulting from a lack of training"], ["gracelessness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["slowness", "unskillfulness resulting from a lack of training"], ["ineptitude", "unskillfulness resulting from a lack of training"], ["stiffness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"]]}, {"answer": "clunking", "hint": "synonyms for clunking", "clues": [["clip-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface"], ["clopping", "the sound of a horse's hoofs hitting on a hard surface"]]}, {"answer": "clutch", "hint": "synonyms for clutch", "clues": [["batch", "a collection of things or persons to be handled together"], ["clasp", "the act of grasping"], ["clench", "the act of grasping"], ["clutch pedal", "a pedal or lever that engages or disengages a rotating shaft and a driving mechanism"], ["clutch bag", "a woman's strapless purse that is carried in the hand"], ["clutches", "the act of grasping"], ["grip", "the act of grasping"], ["hold", "the act of grasping"], ["grasp", "the act of grasping"]]}, {"answer": "clutches", "hint": "synonyms for clutches", "clues": [["clutch", "a number of birds hatched at the same time"], ["batch", "a collection of things or persons to be handled together"], ["clasp", "the act of grasping"], ["clench", "the act of grasping"], ["clutch pedal", "a pedal or lever that engages or disengages a rotating shaft and a driving mechanism"], ["clutch bag", "a woman's strapless purse that is carried in the hand"], ["grip", "the act of grasping"], ["hold", "the act of grasping"], ["grasp", "the act of grasping"]]}, {"answer": "co-occurrence", "hint": "synonyms for co-occurrence", "clues": [["accompaniment", "an event or situation that happens at the same time as or in connection with another"], ["coincidence", "the temporal property of two things happening at the same time"], ["attendant", "an event or situation that happens at the same time as or in connection with another"], ["concurrence", "the temporal property of two things happening at the same time"], ["conjunction", "the temporal property of two things happening at the same time"], ["concomitant", "an event or situation that happens at the same time as or in connection with another"]]}, {"answer": "coach", "hint": "synonyms for coach", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach-and-four", "a carriage pulled by four horses with one driver"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["four-in-hand", "a carriage pulled by four horses with one driver"], ["carriage", "a railcar where passengers ride"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["passenger car", "a railcar where passengers ride"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "coal_black", "hint": "synonyms for coal black", "clues": [["sable", "a very dark black"], ["jet black", "a very dark black"], ["pitch black", "a very dark black"], ["soot black", "a very dark black"], ["ebony", "a very dark black"]]}, {"answer": "coalescence", "hint": "synonyms for coalescence", "clues": [["coalition", "the union of diverse things into one body or form or group; the growing together of parts"], ["coalescency", "the union of diverse things into one body or form or group; the growing together of parts"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts"], ["conglutination", "the union of diverse things into one body or form or group; the growing together of parts"]]}, {"answer": "coalescency", "hint": "synonyms for coalescency", "clues": [["coalition", "the union of diverse things into one body or form or group; the growing together of parts"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts"], ["conglutination", "the union of diverse things into one body or form or group; the growing together of parts"], ["coalescence", "the union of diverse things into one body or form or group; the growing together of parts"]]}, {"answer": "coalition", "hint": "synonyms for coalition", "clues": [["alinement", "an organization of people (or countries) involved in a pact or treaty"], ["alliance", "an organization of people (or countries) involved in a pact or treaty"], ["conglutination", "the union of diverse things into one body or form or group; the growing together of parts"], ["coalescence", "the union of diverse things into one body or form or group; the growing together of parts"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts"]]}, {"answer": "coarseness", "hint": "synonyms for coarseness", "clues": [["vulgarity", "the quality of lacking taste and refinement"], ["graininess", "the quality of being composed of relatively large particles"], ["saltiness", "language or humor that is down-to-earth"], ["tweediness", "looseness or roughness in texture (as of cloth)"], ["nubbiness", "looseness or roughness in texture (as of cloth)"], ["raunch", "the quality of lacking taste and refinement"], ["commonness", "the quality of lacking taste and refinement"], ["granularity", "the quality of being composed of relatively large particles"], ["vulgarism", "the quality of lacking taste and refinement"], ["grossness", "the quality of lacking taste and refinement"]]}, {"answer": "coast", "hint": "synonyms for coast", "clues": [["slide", "the act of moving smoothly along a surface while remaining in contact with it"], ["seacoast", "the shore of a sea or ocean"], ["glide", "the act of moving smoothly along a surface while remaining in contact with it"], ["seashore", "the shore of a sea or ocean"]]}, {"answer": "coating", "hint": "synonyms for coating", "clues": [["coat", "a thin layer covering something"], ["finish", "a decorative texture or appearance of a surface (or the substance that gives it that appearance)"], ["covering", "the work of applying something"], ["application", "the work of applying something"]]}, {"answer": "cobalt_blue", "hint": "synonyms for cobalt blue", "clues": [["aqua", "a shade of blue tinged with green"], ["cobalt ultramarine", "greenish-blue pigment consisting essentially of cobalt oxide and alumina"], ["greenish blue", "a shade of blue tinged with green"], ["peacock blue", "a shade of blue tinged with green"], ["turquoise", "a shade of blue tinged with green"], ["aquamarine", "a shade of blue tinged with green"]]}, {"answer": "cockcrow", "hint": "synonyms for cockcrow", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "cocoyam", "hint": "synonyms for cocoyam", "clues": [["taro", "tropical starchy tuberous root"], ["dasheen", "tropical starchy tuberous root"], ["edda", "tropical starchy tuberous root"], ["taro root", "tropical starchy tuberous root"]]}, {"answer": "codswallop", "hint": "synonyms for codswallop", "clues": [["wish-wash", "nonsensical talk or writing"], ["rubbish", "nonsensical talk or writing"], ["applesauce", "nonsensical talk or writing"], ["trash", "nonsensical talk or writing"], ["tripe", "nonsensical talk or writing"], ["folderol", "nonsensical talk or writing"], ["trumpery", "nonsensical talk or writing"]]}, {"answer": "coffee", "hint": "synonyms for coffee", "clues": [["burnt umber", "a medium brown to dark-brown color"], ["coffee berry", "a seed of the coffee tree; ground to make coffee"], ["chocolate", "a medium brown to dark-brown color"], ["deep brown", "a medium brown to dark-brown color"], ["umber", "a medium brown to dark-brown color"], ["coffee bean", "a seed of the coffee tree; ground to make coffee"], ["java", "a beverage consisting of an infusion of ground coffee beans"]]}, {"answer": "cognation", "hint": "synonyms for cognation", "clues": [["blood kinship", "(anthropology) related by blood"], ["enation", "line of descent traced through the maternal side of the family"], ["matrilineage", "line of descent traced through the maternal side of the family"], ["consanguinity", "(anthropology) related by blood"]]}, {"answer": "cognisance", "hint": "synonyms for cognisance", "clues": [["cognizance", "having knowledge of"], ["consciousness", "having knowledge of"], ["awareness", "having knowledge of"], ["knowingness", "having knowledge of"]]}, {"answer": "cognitive_operation", "hint": "synonyms for cognitive operation", "clues": [["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"]]}, {"answer": "cognitive_process", "hint": "synonyms for cognitive process", "clues": [["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"]]}, {"answer": "cognizance", "hint": "synonyms for cognizance", "clues": [["consciousness", "having knowledge of"], ["ken", "range of what one can know or understand"], ["cognisance", "having knowledge of"], ["knowingness", "having knowledge of"], ["awareness", "having knowledge of"]]}, {"answer": "cognomen", "hint": "synonyms for cognomen", "clues": [["family name", "the name used to identify the members of a family (as distinguished from each member's given name)"], ["surname", "the name used to identify the members of a family (as distinguished from each member's given name)"], ["sobriquet", "a familiar name for a person (often a shortened version of a person's given name)"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)"], ["last name", "the name used to identify the members of a family (as distinguished from each member's given name)"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)"]]}, {"answer": "cohesiveness", "hint": "synonyms for cohesiveness", "clues": [["viscidity", "the property of being cohesive and sticky"], ["ropiness", "the property of being cohesive and sticky"], ["tackiness", "the property of being cohesive and sticky"], ["gumminess", "the property of being cohesive and sticky"], ["viscidness", "the property of being cohesive and sticky"], ["glueyness", "the property of being cohesive and sticky"], ["gluiness", "the property of being cohesive and sticky"]]}, {"answer": "coil", "hint": "synonyms for coil", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["helix", "a structure consisting of something wound in a continuous series of loops"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["volute", "a structure consisting of something wound in a continuous series of loops"], ["spiral", "a structure consisting of something wound in a continuous series of loops"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"]]}, {"answer": "coinage", "hint": "synonyms for coinage", "clues": [["metal money", "coins collectively"], ["mintage", "coins collectively"], ["neology", "the act of inventing a word or phrase"], ["neologism", "the act of inventing a word or phrase"], ["specie", "coins collectively"]]}, {"answer": "coincidence", "hint": "synonyms for coincidence", "clues": [["co-occurrence", "the temporal property of two things happening at the same time"], ["concurrence", "the temporal property of two things happening at the same time"], ["conjunction", "the temporal property of two things happening at the same time"], ["happenstance", "an event that might have been arranged although it was really accidental"]]}, {"answer": "coition", "hint": "synonyms for coition", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "coitus", "hint": "synonyms for coitus", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "coitus_interruptus", "hint": "synonyms for coitus interruptus", "clues": [["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"]]}, {"answer": "coldness", "hint": "synonyms for coldness", "clues": [["frigidness", "the absence of heat"], ["cold", "the absence of heat"], ["chilliness", "a lack of affection or enthusiasm"], ["low temperature", "the absence of heat"], ["frigidity", "the absence of heat"], ["iciness", "a lack of affection or enthusiasm"], ["coolness", "a lack of affection or enthusiasm"]]}, {"answer": "collar", "hint": "synonyms for collar", "clues": [["pinch", "the act of apprehending (especially apprehending a criminal)"], ["apprehension", "the act of apprehending (especially apprehending a criminal)"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)"], ["arrest", "the act of apprehending (especially apprehending a criminal)"], ["choker", "necklace that fits tightly around a woman's neck"], ["dog collar", "necklace that fits tightly around a woman's neck"], ["leash", "a figurative restraint"], ["neckband", "a band that fits around the neck and is usually folded over"], ["shoe collar", "the stitching that forms the rim of a shoe or boot"], ["catch", "the act of apprehending (especially apprehending a criminal)"]]}, {"answer": "collection", "hint": "synonyms for collection", "clues": [["solicitation", "request for a sum of money"], ["collecting", "the act of gathering something together"], ["appeal", "request for a sum of money"], ["compendium", "a publication containing a variety of works"], ["aggregation", "the act of gathering something together"], ["accumulation", "several things grouped together or considered as a whole"], ["assemblage", "several things grouped together or considered as a whole"], ["assembling", "the act of gathering something together"], ["ingathering", "request for a sum of money"]]}, {"answer": "coloring", "hint": "synonyms for coloring", "clues": [["food colour", "a digestible substance used to give color to food"], ["colouring", "the act or process of changing the color of something"], ["color", "a visual attribute of things that results from the light they emit or transmit or reflect"], ["food coloring", "a digestible substance used to give color to food"]]}, {"answer": "colors", "hint": "synonyms for colors", "clues": [["coloration", "the timbre of a musical sound"], ["people of color", "a race with skin pigmentation different from the white race (especially Blacks)"], ["colours", "a flag that shows its nationality"], ["gloss", "an outward or token appearance or form that is deliberately misleading"], ["coloring material", "any material used for its color"], ["color", "the timbre of a musical sound"], ["colouring", "a visual attribute of things that results from the light they emit or transmit or reflect"], ["vividness", "interest and variety and intensity"], ["semblance", "an outward or token appearance or form that is deliberately misleading"]]}, {"answer": "colouring", "hint": "synonyms for colouring", "clues": [["coloring", "the act or process of changing the color of something"], ["food colour", "a digestible substance used to give color to food"], ["colour", "a visual attribute of things that results from the light they emit or transmit or reflect"], ["food coloring", "a digestible substance used to give color to food"]]}, {"answer": "colours", "hint": "synonyms for colours", "clues": [["colors", "a flag that shows its nationality"], ["people of color", "a race with skin pigmentation different from the white race (especially Blacks)"], ["coloration", "the timbre of a musical sound"], ["colour", "the timbre of a musical sound"], ["gloss", "an outward or token appearance or form that is deliberately misleading"], ["coloring material", "any material used for its color"], ["coloring", "a visual attribute of things that results from the light they emit or transmit or reflect"], ["vividness", "interest and variety and intensity"], ["semblance", "an outward or token appearance or form that is deliberately misleading"]]}, {"answer": "column", "hint": "synonyms for column", "clues": [["pillar", "anything that approximates the shape of a column or tower"], ["chromatography column", "a vertical glass tube used in column chromatography; a mixture is poured in the top and washed through a stationary substance where components of the mixture are adsorbed selectively to form colored bands"], ["editorial", "an article giving opinions or perspectives"], ["newspaper column", "an article giving opinions or perspectives"], ["tower", "anything that approximates the shape of a column or tower"]]}, {"answer": "combat_boot", "hint": "synonyms for combat boot", "clues": [["top boot", "a boot reaching halfway up to the knee"], ["half boot", "a boot reaching halfway up to the knee"], ["buskin", "a boot reaching halfway up to the knee"], ["desert boot", "a boot reaching halfway up to the knee"]]}, {"answer": "combine", "hint": "synonyms for combine", "clues": [["corporate trust", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service"], ["trust", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service"], ["combining", "an occurrence that results in things being united"], ["cartel", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service"]]}, {"answer": "come-on", "hint": "synonyms for come-on", "clues": [["hook", "anything that serves as an enticement"], ["enticement", "qualities that attract by seeming to promise some kind of reward"], ["bait", "anything that serves as an enticement"], ["lure", "anything that serves as an enticement"], ["sweetener", "anything that serves as an enticement"]]}, {"answer": "comeback", "hint": "synonyms for comeback", "clues": [["return", "a quick reply to a question or remark (especially a witty or critical one)"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)"], ["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)"]]}, {"answer": "comfort", "hint": "synonyms for comfort", "clues": [["puff", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["comforter", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["solace", "the act of consoling; giving relief in affliction"], ["consolation", "the act of consoling; giving relief in affliction"]]}, {"answer": "comfort_station", "hint": "synonyms for comfort station", "clues": [["convenience", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["wash room", "a toilet that is available to the public"], ["public lavatory", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["restroom", "a toilet that is available to the public"], ["public toilet", "a toilet that is available to the public"]]}, {"answer": "comforter", "hint": "synonyms for comforter", "clues": [["pacifier", "device used for an infant to suck or bite on"], ["teething ring", "device used for an infant to suck or bite on"], ["baby's dummy", "device used for an infant to suck or bite on"], ["comfort", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["puff", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together"]]}, {"answer": "comforts", "hint": "synonyms for comforts", "clues": [["comfort", "assistance, such as that provided to an enemy or to a known criminal"], ["solace", "the act of consoling; giving relief in affliction"], ["puff", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["consolation", "the act of consoling; giving relief in affliction"], ["amenities", "things that make you comfortable and at ease"], ["creature comforts", "things that make you comfortable and at ease"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together"], ["conveniences", "things that make you comfortable and at ease"]]}, {"answer": "command", "hint": "synonyms for command", "clues": [["bid", "an authoritative direction or instruction to do something"], ["control", "great skillfulness and knowledge of some subject or activity"], ["dictation", "an authoritative direction or instruction to do something"], ["mastery", "great skillfulness and knowledge of some subject or activity"], ["instruction", "(computer science) a line of code written as part of a computer program"], ["bidding", "an authoritative direction or instruction to do something"], ["program line", "(computer science) a line of code written as part of a computer program"], ["statement", "(computer science) a line of code written as part of a computer program"]]}, {"answer": "commencement", "hint": "synonyms for commencement", "clues": [["get-go", "the time at which something is supposed to begin"], ["showtime", "the time at which something is supposed to begin"], ["commencement ceremony", "an academic exercise in which diplomas are conferred"], ["offset", "the time at which something is supposed to begin"], ["graduation", "an academic exercise in which diplomas are conferred"], ["first", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["beginning", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["outset", "the time at which something is supposed to begin"], ["commencement exercise", "an academic exercise in which diplomas are conferred"], ["graduation exercise", "an academic exercise in which diplomas are conferred"]]}, {"answer": "commencement_ceremony", "hint": "synonyms for commencement ceremony", "clues": [["commencement exercise", "an academic exercise in which diplomas are conferred"], ["graduation exercise", "an academic exercise in which diplomas are conferred"], ["graduation", "an academic exercise in which diplomas are conferred"], ["commencement", "an academic exercise in which diplomas are conferred"]]}, {"answer": "commencement_exercise", "hint": "synonyms for commencement exercise", "clues": [["graduation exercise", "an academic exercise in which diplomas are conferred"], ["commencement ceremony", "an academic exercise in which diplomas are conferred"], ["graduation", "an academic exercise in which diplomas are conferred"], ["commencement", "an academic exercise in which diplomas are conferred"]]}, {"answer": "comment", "hint": "synonyms for comment", "clues": [["commentary", "a written explanation or criticism or illustration that is added to a book or other textual material"], ["scuttlebutt", "a report (often malicious) about the behavior of other people"], ["input", "a statement that expresses a personal opinion or belief or adds information"], ["gossip", "a report (often malicious) about the behavior of other people"], ["remark", "a statement that expresses a personal opinion or belief or adds information"]]}, {"answer": "commiseration", "hint": "synonyms for commiseration", "clues": [["pity", "a feeling of sympathy and sorrow for the misfortunes of others"], ["ruth", "a feeling of sympathy and sorrow for the misfortunes of others"], ["pathos", "a feeling of sympathy and sorrow for the misfortunes of others"], ["condolence", "an expression of sympathy with another's grief"]]}, {"answer": "commissariat", "hint": "synonyms for commissariat", "clues": [["provender", "a stock or supply of foods"], ["provisions", "a stock or supply of foods"], ["viands", "a stock or supply of foods"], ["victuals", "a stock or supply of foods"]]}, {"answer": "commission", "hint": "synonyms for commission", "clues": [["committee", "a special group delegated to consider some matter; - Milton Berle"], ["committal", "the act of committing a crime"], ["delegation", "a group of representatives or delegates"], ["deputation", "a group of representatives or delegates"], ["mission", "a group of representatives or delegates"], ["charge", "a special assignment that is given to a person or group"], ["direction", "a formal statement of a command or injunction to do something"], ["military commission", "an official document issued by a government and conferring on the recipient the rank of an officer in the armed forces"], ["perpetration", "the act of committing a crime"], ["delegacy", "a group of representatives or delegates"], ["commissioning", "the act of granting authority to undertake certain functions"]]}, {"answer": "commitment", "hint": "synonyms for commitment", "clues": [["committal", "the official act of consigning a person to confinement (as in a prison or mental hospital)"], ["allegiance", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["dedication", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["committedness", "the trait of sincere and steadfast fixity of purpose"], ["loyalty", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["consignment", "the official act of consigning a person to confinement (as in a prison or mental hospital)"]]}, {"answer": "committal", "hint": "synonyms for committal", "clues": [["consignment", "the official act of consigning a person to confinement (as in a prison or mental hospital)"], ["commitment", "the official act of consigning a person to confinement (as in a prison or mental hospital)"], ["commission", "the act of committing a crime"], ["perpetration", "the act of committing a crime"]]}, {"answer": "commode", "hint": "synonyms for commode", "clues": [["crapper", "a plumbing fixture for defecation and urination"], ["pot", "a plumbing fixture for defecation and urination"], ["stool", "a plumbing fixture for defecation and urination"], ["toilet", "a plumbing fixture for defecation and urination"], ["throne", "a plumbing fixture for defecation and urination"], ["can", "a plumbing fixture for defecation and urination"], ["potty", "a plumbing fixture for defecation and urination"], ["chiffonier", "a tall elegant chest of drawers"]]}, {"answer": "common_measure", "hint": "synonyms for common measure", "clues": [["four-four time", "a time signature indicating four beats to the bar"], ["common factor", "an integer that divides two (or more) other integers evenly"], ["common divisor", "an integer that divides two (or more) other integers evenly"], ["common meter", "the usual (iambic) meter of a ballad"], ["common time", "a time signature indicating four beats to the bar"], ["quadruple time", "a time signature indicating four beats to the bar"]]}, {"answer": "common_mood", "hint": "synonyms for common mood", "clues": [["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"]]}, {"answer": "common_sense", "hint": "synonyms for common sense", "clues": [["horse sense", "sound practical judgment"], ["mother wit", "sound practical judgment"], ["gumption", "sound practical judgment"], ["good sense", "sound practical judgment"], ["sense", "sound practical judgment"]]}, {"answer": "commonness", "hint": "synonyms for commonness", "clues": [["vulgarity", "the quality of lacking taste and refinement"], ["raunch", "the quality of lacking taste and refinement"], ["commonplaceness", "ordinariness as a consequence of being frequent and commonplace"], ["coarseness", "the quality of lacking taste and refinement"], ["everydayness", "ordinariness as a consequence of being frequent and commonplace"], ["vulgarism", "the quality of lacking taste and refinement"], ["commonality", "sharing of common attributes"], ["grossness", "the quality of lacking taste and refinement"]]}, {"answer": "commons", "hint": "synonyms for commons", "clues": [["green", "a piece of open land for recreational use in an urban area"], ["commonalty", "a class composed of persons lacking clerical or noble rank"], ["park", "a piece of open land for recreational use in an urban area"], ["common land", "a pasture subject to common use"], ["common", "a piece of open land for recreational use in an urban area"], ["third estate", "the common people"]]}, {"answer": "commonwealth", "hint": "synonyms for commonwealth", "clues": [["republic", "a political system in which the supreme power lies in a body of citizens who can elect people to represent them"], ["nation", "a politically organized body of people under a single government"], ["land", "a politically organized body of people under a single government"], ["democracy", "a political system in which the supreme power lies in a body of citizens who can elect people to represent them"], ["country", "a politically organized body of people under a single government"], ["body politic", "a politically organized body of people under a single government"], ["res publica", "a politically organized body of people under a single government"], ["state", "a politically organized body of people under a single government"]]}, {"answer": "commotion", "hint": "synonyms for commotion", "clues": [["ruction", "the act of making a noisy disturbance"], ["whirl", "confused movement"], ["din", "the act of making a noisy disturbance"], ["tumult", "the act of making a noisy disturbance"], ["ruckus", "the act of making a noisy disturbance"], ["rumpus", "the act of making a noisy disturbance"]]}, {"answer": "commutation", "hint": "synonyms for commutation", "clues": [["substitution", "the act of putting one thing or person in the place of another:"], ["commuting", "the travel of a commuter"], ["exchange", "the act of putting one thing or person in the place of another:"], ["re-sentencing", "(law) the reduction in severity of a punishment imposed by law"]]}, {"answer": "compaction", "hint": "synonyms for compaction", "clues": [["concretion", "an increase in the density of something"], ["compression", "an increase in the density of something"], ["crush", "the act of crushing"], ["crunch", "the act of crushing"], ["densification", "an increase in the density of something"]]}, {"answer": "compactness", "hint": "synonyms for compactness", "clues": [["density", "the spatial property of being crowded together"], ["tightness", "the spatial property of being crowded together"], ["concentration", "the spatial property of being crowded together"], ["denseness", "the spatial property of being crowded together"]]}, {"answer": "comparison", "hint": "synonyms for comparison", "clues": [["comparability", "qualities that are comparable"], ["equivalence", "qualities that are comparable"], ["comparing", "the act of examining resemblances"], ["compare", "qualities that are comparable"]]}, {"answer": "compartmentalisation", "hint": "synonyms for compartmentalisation", "clues": [["assortment", "the act of distributing things into classes or categories of the same type"], ["classification", "the act of distributing things into classes or categories of the same type"], ["compartmentalization", "the act of distributing things into classes or categories of the same type"], ["categorisation", "the act of distributing things into classes or categories of the same type"]]}, {"answer": "compartmentalization", "hint": "synonyms for compartmentalization", "clues": [["compartmentalisation", "the act of distributing things into classes or categories of the same type"], ["assortment", "the act of distributing things into classes or categories of the same type"], ["classification", "the act of distributing things into classes or categories of the same type"], ["categorisation", "the act of distributing things into classes or categories of the same type"]]}, {"answer": "compass", "hint": "synonyms for compass", "clues": [["range", "an area in which something acts or operates or has power or control:"], ["reach", "an area in which something acts or operates or has power or control:"], ["scope", "an area in which something acts or operates or has power or control:"], ["ambit", "an area in which something acts or operates or has power or control:"], ["orbit", "an area in which something acts or operates or has power or control:"], ["grasp", "the limit of capability"]]}, {"answer": "completion", "hint": "synonyms for completion", "clues": [["pass completion", "(American football) a successful forward pass in football"], ["culmination", "a concluding action"], ["windup", "a concluding action"], ["mop up", "a concluding action"], ["closing", "a concluding action"]]}, {"answer": "compliance", "hint": "synonyms for compliance", "clues": [["conformity", "acting according to certain accepted standards"], ["submission", "the act of submitting; usually surrendering power to another"], ["complaisance", "a disposition or tendency to yield to the will of others"], ["deference", "a disposition or tendency to yield to the will of others"], ["conformation", "acting according to certain accepted standards"], ["compliancy", "a disposition or tendency to yield to the will of others"], ["obligingness", "a disposition or tendency to yield to the will of others"], ["abidance", "acting according to certain accepted standards"]]}, {"answer": "complication", "hint": "synonyms for complication", "clues": [["complicatedness", "puzzling complexity"], ["tortuousness", "puzzling complexity"], ["ramification", "a development that complicates a situation"], ["knottiness", "puzzling complexity"]]}, {"answer": "component", "hint": "synonyms for component", "clues": [["element", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system"], ["component part", "something determined in relation to something that includes it"], ["portion", "something determined in relation to something that includes it"], ["constituent", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system"], ["factor", "an abstract part of something"], ["ingredient", "an abstract part of something"], ["part", "something determined in relation to something that includes it"]]}, {"answer": "component_part", "hint": "synonyms for component part", "clues": [["portion", "something determined in relation to something that includes it"], ["constituent", "something determined in relation to something that includes it"], ["part", "something determined in relation to something that includes it"], ["component", "something determined in relation to something that includes it"]]}, {"answer": "composition", "hint": "synonyms for composition", "clues": [["opus", "a musical work that has been created"], ["piece", "a musical work that has been created"], ["composing", "musical creation"], ["theme", "an essay (especially one written as an assignment)"], ["makeup", "the way in which someone or something is composed"], ["penning", "the act of creating written works"], ["report", "an essay (especially one written as an assignment)"], ["writing", "the act of creating written works"], ["musical composition", "a musical work that has been created"], ["authorship", "the act of creating written works"], ["paper", "an essay (especially one written as an assignment)"], ["typography", "art and technique of printing with movable type"], ["constitution", "the way in which someone or something is composed"], ["piece of music", "a musical work that has been created"]]}, {"answer": "compression", "hint": "synonyms for compression", "clues": [["concretion", "an increase in the density of something"], ["contraction", "the process or result of becoming smaller or pressed together"], ["compaction", "an increase in the density of something"], ["densification", "an increase in the density of something"], ["condensation", "the process or result of becoming smaller or pressed together"], ["compressing", "applying pressure"]]}, {"answer": "computation", "hint": "synonyms for computation", "clues": [["figuring", "problem solving that involves numbers or quantities"], ["reckoning", "problem solving that involves numbers or quantities"], ["calculation", "problem solving that involves numbers or quantities"], ["computing", "the procedure of calculating; determining something by mathematical or logical methods"]]}, {"answer": "computer", "hint": "synonyms for computer", "clues": [["computing device", "a machine for performing calculations automatically"], ["data processor", "a machine for performing calculations automatically"], ["electronic computer", "a machine for performing calculations automatically"], ["computing machine", "a machine for performing calculations automatically"], ["information processing system", "a machine for performing calculations automatically"]]}, {"answer": "computer_memory", "hint": "synonyms for computer memory", "clues": [["computer storage", "an electronic memory device"], ["memory", "an electronic memory device"], ["store", "an electronic memory device"], ["memory board", "an electronic memory device"], ["storage", "an electronic memory device"]]}, {"answer": "computer_software", "hint": "synonyms for computer software", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"]]}, {"answer": "computer_storage", "hint": "synonyms for computer storage", "clues": [["memory", "an electronic memory device"], ["computer memory", "an electronic memory device"], ["store", "an electronic memory device"], ["memory board", "an electronic memory device"], ["storage", "an electronic memory device"]]}, {"answer": "computing_device", "hint": "synonyms for computing device", "clues": [["computer", "a machine for performing calculations automatically"], ["data processor", "a machine for performing calculations automatically"], ["electronic computer", "a machine for performing calculations automatically"], ["computing machine", "a machine for performing calculations automatically"], ["information processing system", "a machine for performing calculations automatically"]]}, {"answer": "computing_machine", "hint": "synonyms for computing machine", "clues": [["computer", "a machine for performing calculations automatically"], ["computing device", "a machine for performing calculations automatically"], ["data processor", "a machine for performing calculations automatically"], ["electronic computer", "a machine for performing calculations automatically"], ["information processing system", "a machine for performing calculations automatically"]]}, {"answer": "comradeliness", "hint": "synonyms for comradeliness", "clues": [["chumminess", "the quality of affording easy familiarity and sociability"], ["camaraderie", "the quality of affording easy familiarity and sociability"], ["comradeship", "the quality of affording easy familiarity and sociability"], ["comradery", "the quality of affording easy familiarity and sociability"]]}, {"answer": "comradery", "hint": "synonyms for comradery", "clues": [["chumminess", "the quality of affording easy familiarity and sociability"], ["camaraderie", "the quality of affording easy familiarity and sociability"], ["comradeship", "the quality of affording easy familiarity and sociability"], ["comradeliness", "the quality of affording easy familiarity and sociability"]]}, {"answer": "comradeship", "hint": "synonyms for comradeship", "clues": [["chumminess", "the quality of affording easy familiarity and sociability"], ["comradery", "the quality of affording easy familiarity and sociability"], ["camaraderie", "the quality of affording easy familiarity and sociability"], ["comradeliness", "the quality of affording easy familiarity and sociability"]]}, {"answer": "con_game", "hint": "synonyms for con game", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "concavity", "hint": "synonyms for concavity", "clues": [["concaveness", "the property possessed by a concave shape"], ["concave shape", "a shape that curves or bends inward"], ["incurvature", "a shape that curves or bends inward"], ["incurvation", "a shape that curves or bends inward"]]}, {"answer": "concealment", "hint": "synonyms for concealment", "clues": [["covert", "a covering that serves to conceal or shelter something"], ["screen", "a covering that serves to conceal or shelter something"], ["concealing", "the activity of keeping something secret"], ["hiding", "the activity of keeping something secret"]]}, {"answer": "conceit", "hint": "synonyms for conceit", "clues": [["vanity", "the trait of being unduly vain and conceited; false pride"], ["amour propre", "feelings of excessive pride"], ["conceitedness", "the trait of being unduly vain and conceited; false pride"], ["self-love", "feelings of excessive pride"]]}, {"answer": "concentration", "hint": "synonyms for concentration", "clues": [["compactness", "the spatial property of being crowded together"], ["absorption", "complete attention; intense mental effort"], ["density", "the spatial property of being crowded together"], ["assiduity", "great and constant diligence and attention"], ["assiduousness", "great and constant diligence and attention"], ["tightness", "the spatial property of being crowded together"], ["immersion", "complete attention; intense mental effort"], ["engrossment", "complete attention; intense mental effort"], ["denseness", "the spatial property of being crowded together"]]}, {"answer": "conception", "hint": "synonyms for conception", "clues": [["construct", "an abstract or general idea inferred or derived from specific instances"], ["invention", "the creation of something in the mind"], ["innovation", "the creation of something in the mind"], ["excogitation", "the creation of something in the mind"], ["concept", "an abstract or general idea inferred or derived from specific instances"], ["creation", "the event that occurred at the beginning of something"], ["design", "the creation of something in the mind"]]}, {"answer": "concern", "hint": "synonyms for concern", "clues": [["headache", "something or someone that causes anxiety; a source of unhappiness"], ["business organization", "a commercial or industrial enterprise and the people who constitute it"], ["fear", "an anxious feeling"], ["care", "an anxious feeling"], ["vexation", "something or someone that causes anxiety; a source of unhappiness"], ["worry", "something or someone that causes anxiety; a source of unhappiness"], ["business", "a commercial or industrial enterprise and the people who constitute it"], ["business concern", "a commercial or industrial enterprise and the people who constitute it"]]}, {"answer": "conclusion", "hint": "synonyms for conclusion", "clues": [["decision", "a position or opinion or judgment reached after consideration"], ["stopping point", "the temporal end; the concluding time"], ["ending", "event whose occurrence ends something"], ["ratiocination", "the proposition arrived at by logical reasoning (such as the proposition that must follow from the major and minor premises of a syllogism)"], ["finish", "the temporal end; the concluding time"], ["determination", "a position or opinion or judgment reached after consideration"], ["close", "the last section of a communication"], ["closing", "the last section of a communication"], ["finale", "the temporal end; the concluding time"], ["last", "the temporal end; the concluding time"]]}, {"answer": "concord", "hint": "synonyms for concord", "clues": [["capital of New Hampshire", "capital of the state of New Hampshire; located in south central New Hampshire on the Merrimack river"], ["concordance", "agreement of opinions"], ["agreement", "the determination of grammatical inflection on the basis of word relations"], ["harmony", "agreement of opinions"]]}, {"answer": "concretion", "hint": "synonyms for concretion", "clues": [["coalition", "the union of diverse things into one body or form or group; the growing together of parts"], ["densification", "an increase in the density of something"], ["coalescence", "the union of diverse things into one body or form or group; the growing together of parts"], ["calculus", "a hard lump produced by the concretion of mineral salts; found in hollow organs or ducts of the body"], ["conglutination", "the union of diverse things into one body or form or group; the growing together of parts"], ["compression", "an increase in the density of something"], ["compaction", "an increase in the density of something"]]}, {"answer": "concurrence", "hint": "synonyms for concurrence", "clues": [["co-occurrence", "the temporal property of two things happening at the same time"], ["coincidence", "the temporal property of two things happening at the same time"], ["concurrency", "acting together, as agents or circumstances or events"], ["conjunction", "the temporal property of two things happening at the same time"]]}, {"answer": "condemnation", "hint": "synonyms for condemnation", "clues": [["disapprobation", "an expression of strong disapproval; pronouncing as wrong or morally culpable"], ["conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"], ["execration", "an appeal to some supernatural power to inflict evil on someone or some group"], ["judgment of conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"], ["curse", "an appeal to some supernatural power to inflict evil on someone or some group"], ["sentence", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"]]}, {"answer": "condensation", "hint": "synonyms for condensation", "clues": [["abridgement", "a shortened version of a written work"], ["condensing", "the act of increasing the density of something"], ["contraction", "the process or result of becoming smaller or pressed together"], ["condensate", "atmospheric moisture that has condensed because of cold"], ["capsule", "a shortened version of a written work"], ["compression", "the process or result of becoming smaller or pressed together"]]}, {"answer": "condenser", "hint": "synonyms for condenser", "clues": [["optical condenser", "lens used to concentrate light on an object"], ["electrical condenser", "an electrical device characterized by its capacity to store an electric charge"], ["capacitor", "an electrical device characterized by its capacity to store an electric charge"], ["capacitance", "an electrical device characterized by its capacity to store an electric charge"]]}, {"answer": "condescension", "hint": "synonyms for condescension", "clues": [["patronage", "a communication that indicates lack of respect by patronizing the recipient"], ["disdainfulness", "the trait of displaying arrogance by patronizing those considered inferior"], ["condescendingness", "affability to your inferiors and temporary disregard for differences of position or rank"], ["superciliousness", "the trait of displaying arrogance by patronizing those considered inferior"], ["disdain", "a communication that indicates lack of respect by patronizing the recipient"]]}, {"answer": "condition", "hint": "synonyms for condition", "clues": [["precondition", "an assumption on which rests the validity or effect of something else"], ["circumstance", "information that should be kept in mind when making a decision"], ["term", "(usually plural) a statement of what is required as part of an agreement"], ["experimental condition", "the procedure that is varied in order to estimate a variable's effect by comparison with a control condition"], ["stipulation", "an assumption on which rests the validity or effect of something else"], ["consideration", "information that should be kept in mind when making a decision"]]}, {"answer": "conditional_reaction", "hint": "synonyms for conditional reaction", "clues": [["conditioned reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditioned reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"]]}, {"answer": "conditional_reflex", "hint": "synonyms for conditional reflex", "clues": [["conditioned reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditioned reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"]]}, {"answer": "conditional_response", "hint": "synonyms for conditional response", "clues": [["conditioned reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditioned reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditioned response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"]]}, {"answer": "conditioned_reaction", "hint": "synonyms for conditioned reaction", "clues": [["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditional reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditioned reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"]]}, {"answer": "conditioned_reflex", "hint": "synonyms for conditioned reflex", "clues": [["conditioned reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditional reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"]]}, {"answer": "conditioned_response", "hint": "synonyms for conditioned response", "clues": [["conditioned reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditioned reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus"]]}, {"answer": "conditions", "hint": "synonyms for conditions", "clues": [["weather", "the atmospheric conditions that comprise the state of the atmosphere in terms of temperature and wind and clouds and precipitation"], ["circumstance", "information that should be kept in mind when making a decision"], ["atmospheric condition", "the atmospheric conditions that comprise the state of the atmosphere in terms of temperature and wind and clouds and precipitation"], ["experimental condition", "the procedure that is varied in order to estimate a variable's effect by comparison with a control condition"], ["condition", "an assumption on which rests the validity or effect of something else"], ["consideration", "information that should be kept in mind when making a decision"], ["weather condition", "the atmospheric conditions that comprise the state of the atmosphere in terms of temperature and wind and clouds and precipitation"], ["term", "(usually plural) a statement of what is required as part of an agreement"], ["stipulation", "an assumption on which rests the validity or effect of something else"]]}, {"answer": "condom", "hint": "synonyms for condom", "clues": [["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"]]}, {"answer": "conduct", "hint": "synonyms for conduct", "clues": [["doings", "manner of acting or controlling yourself"], ["behaviour", "manner of acting or controlling yourself"], ["deportment", "(behavioral attributes) the way a person behaves toward other people"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people"]]}, {"answer": "confidence", "hint": "synonyms for confidence", "clues": [["sureness", "freedom from doubt; belief in yourself and your abilities"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities"], ["assurance", "freedom from doubt; belief in yourself and your abilities"], ["authority", "freedom from doubt; belief in yourself and your abilities"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities"]]}, {"answer": "confidence_game", "hint": "synonyms for confidence game", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "confidence_trick", "hint": "synonyms for confidence trick", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "confidential_information", "hint": "synonyms for confidential information", "clues": [["steer", "an indication of potential opportunity"], ["hint", "an indication of potential opportunity"], ["tip", "an indication of potential opportunity"], ["wind", "an indication of potential opportunity"], ["lead", "an indication of potential opportunity"]]}, {"answer": "configuration", "hint": "synonyms for configuration", "clues": [["contour", "any spatial attributes (especially as defined by outline)"], ["shape", "any spatial attributes (especially as defined by outline)"], ["form", "any spatial attributes (especially as defined by outline)"], ["constellation", "an arrangement of parts or elements"], ["conformation", "any spatial attributes (especially as defined by outline)"]]}, {"answer": "confirmation", "hint": "synonyms for confirmation", "clues": [["check", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"], ["verification", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"], ["ratification", "making something valid by formally ratifying or confirming it"], ["substantiation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"]]}, {"answer": "conflict", "hint": "synonyms for conflict", "clues": [["battle", "a hostile meeting of opposing military forces in the course of a war"], ["engagement", "a hostile meeting of opposing military forces in the course of a war"], ["difference of opinion", "a disagreement or argument about something important"], ["struggle", "an open clash between two opposing groups (or individuals); --Thomas Paine"], ["fight", "a hostile meeting of opposing military forces in the course of a war"], ["difference", "a disagreement or argument about something important"], ["dispute", "a disagreement or argument about something important"]]}, {"answer": "confluence", "hint": "synonyms for confluence", "clues": [["merging", "a flowing together"], ["concourse", "a coming together of people"], ["meeting", "a place where things merge or flow together (especially rivers)"], ["conflux", "a flowing together"]]}, {"answer": "conformation", "hint": "synonyms for conformation", "clues": [["conformity", "acting according to certain accepted standards"], ["contour", "any spatial attributes (especially as defined by outline)"], ["shape", "any spatial attributes (especially as defined by outline)"], ["form", "any spatial attributes (especially as defined by outline)"], ["compliance", "acting according to certain accepted standards"], ["configuration", "any spatial attributes (especially as defined by outline)"], ["abidance", "acting according to certain accepted standards"]]}, {"answer": "conformity", "hint": "synonyms for conformity", "clues": [["ossification", "hardened conventionality"], ["compliance", "acting according to certain accepted standards"], ["conformation", "acting according to certain accepted standards"], ["accordance", "concurrence of opinion"], ["conformance", "correspondence in form or appearance"], ["accord", "concurrence of opinion"], ["abidance", "acting according to certain accepted standards"], ["conformism", "orthodoxy in thoughts and belief"]]}, {"answer": "confrontation", "hint": "synonyms for confrontation", "clues": [["encounter", "a hostile disagreement face-to-face"], ["face-off", "a hostile disagreement face-to-face"], ["opposition", "the act of hostile groups opposing each other"], ["showdown", "a hostile disagreement face-to-face"]]}, {"answer": "confusedness", "hint": "synonyms for confusedness", "clues": [["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"]]}, {"answer": "confusion", "hint": "synonyms for confusion", "clues": [["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["discombobulation", "a feeling of embarrassment that leaves you confused"], ["mix-up", "a mistake that results from taking one thing to be another"]]}, {"answer": "conglutination", "hint": "synonyms for conglutination", "clues": [["coalition", "the union of diverse things into one body or form or group; the growing together of parts"], ["union", "healing process involving the growing together of the edges of a wound or the growing together of broken bones"], ["coalescency", "the union of diverse things into one body or form or group; the growing together of parts"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts"]]}, {"answer": "congratulations", "hint": "synonyms for congratulations", "clues": [["extolment", "an expression of approval and commendation"], ["felicitation", "(usually plural) an expression of pleasure at the success or good fortune of another"], ["congratulation", "the act of acknowledging that someone has an occasion for celebration"], ["praise", "an expression of approval and commendation"], ["kudos", "an expression of approval and commendation"]]}, {"answer": "congress", "hint": "synonyms for congress", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "conjecture", "hint": "synonyms for conjecture", "clues": [["guess", "a message expressing an opinion based on incomplete evidence"], ["supposition", "a message expressing an opinion based on incomplete evidence"], ["speculation", "a message expressing an opinion based on incomplete evidence"], ["hypothesis", "a message expressing an opinion based on incomplete evidence"], ["surmisal", "a message expressing an opinion based on incomplete evidence"], ["surmise", "a message expressing an opinion based on incomplete evidence"]]}, {"answer": "conjugation", "hint": "synonyms for conjugation", "clues": [["uniting", "the act of making or becoming a single unit"], ["mating", "the act of pairing a male and female for reproductive purposes"], ["pairing", "the act of pairing a male and female for reproductive purposes"], ["union", "the act of pairing a male and female for reproductive purposes"], ["sexual union", "the act of pairing a male and female for reproductive purposes"], ["unification", "the act of making or becoming a single unit"], ["coupling", "the act of pairing a male and female for reproductive purposes"], ["jointure", "the act of making or becoming a single unit"]]}, {"answer": "conjunction", "hint": "synonyms for conjunction", "clues": [["co-occurrence", "the temporal property of two things happening at the same time"], ["conjunctive", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences"], ["junction", "something that joins or connects"], ["coincidence", "the temporal property of two things happening at the same time"], ["alignment", "(astronomy) apparent meeting or passing of two or more celestial bodies in the same degree of the zodiac"], ["continuative", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences"], ["concurrence", "the temporal property of two things happening at the same time"]]}, {"answer": "conjuration", "hint": "synonyms for conjuration", "clues": [["deception", "an illusory feat; considered magical by naive observers"], ["trick", "an illusory feat; considered magical by naive observers"], ["invocation", "calling up a spirit or devil"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["conjuring", "calling up a spirit or devil"], ["incantation", "a ritual recitation of words or sounds believed to have a magical effect"], ["illusion", "an illusory feat; considered magical by naive observers"], ["magic", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["conjury", "calling up a spirit or devil"], ["thaumaturgy", "an illusory feat; considered magical by naive observers"]]}, {"answer": "conjuring_trick", "hint": "synonyms for conjuring trick", "clues": [["deception", "an illusory feat; considered magical by naive observers"], ["trick", "an illusory feat; considered magical by naive observers"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["illusion", "an illusory feat; considered magical by naive observers"], ["magic", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["conjuration", "an illusory feat; considered magical by naive observers"], ["thaumaturgy", "an illusory feat; considered magical by naive observers"]]}, {"answer": "connecter", "hint": "synonyms for connecter", "clues": [["connexion", "an instrumentality that connects"], ["connective", "an instrumentality that connects"], ["connector", "an instrumentality that connects"], ["connection", "an instrumentality that connects"]]}, {"answer": "connection", "hint": "synonyms for connection", "clues": [["connexion", "a relation between things or events (as in the case of one causing the other or sharing features with it)"], ["association", "the process of bringing ideas or events together in memory or imagination"], ["connective", "an instrumentality that connects"], ["connectedness", "a relation between things or events (as in the case of one causing the other or sharing features with it)"], ["joining", "the act of bringing two things into contact (especially for communication)"], ["connecter", "an instrumentality that connects"], ["link", "a connecting shape"]]}, {"answer": "connector", "hint": "synonyms for connector", "clues": [["connexion", "an instrumentality that connects"], ["connective", "an instrumentality that connects"], ["connecter", "an instrumentality that connects"], ["connection", "an instrumentality that connects"]]}, {"answer": "connexion", "hint": "synonyms for connexion", "clues": [["association", "the process of bringing ideas or events together in memory or imagination"], ["connector", "an instrumentality that connects"], ["connection", "the process of bringing ideas or events together in memory or imagination"], ["connective", "an instrumentality that connects"], ["connectedness", "a relation between things or events (as in the case of one causing the other or sharing features with it)"], ["joining", "the act of bringing two things into contact (especially for communication)"], ["link", "a connecting shape"]]}, {"answer": "conquest", "hint": "synonyms for conquest", "clues": [["subjugation", "the act of conquering"], ["subjection", "the act of conquering"], ["conquering", "the act of conquering"], ["seduction", "an act of winning the love or sexual favor of someone"]]}, {"answer": "consequence", "hint": "synonyms for consequence", "clues": [["import", "having important effects or influence"], ["event", "a phenomenon that follows and is caused by some previous phenomenon"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon"], ["result", "a phenomenon that follows and is caused by some previous phenomenon"], ["aftermath", "the outcome of an event especially as relative to an individual"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon"], ["moment", "having important effects or influence"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon"]]}, {"answer": "consideration", "hint": "synonyms for consideration", "clues": [["thoughtfulness", "kind and considerate regard for others"], ["retainer", "a fee charged in advance to retain the services of someone"], ["circumstance", "information that should be kept in mind when making a decision"], ["condition", "information that should be kept in mind when making a decision"], ["considerateness", "kind and considerate regard for others"]]}, {"answer": "consignment", "hint": "synonyms for consignment", "clues": [["committal", "the official act of consigning a person to confinement (as in a prison or mental hospital)"], ["commitment", "the official act of consigning a person to confinement (as in a prison or mental hospital)"], ["load", "goods carried by a large vehicle"], ["lading", "goods carried by a large vehicle"], ["cargo", "goods carried by a large vehicle"], ["freight", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"], ["payload", "goods carried by a large vehicle"]]}, {"answer": "constitution", "hint": "synonyms for constitution", "clues": [["makeup", "the way in which someone or something is composed"], ["organisation", "the act of forming or establishing something"], ["organic law", "law determining the fundamental political principles of a government"], ["establishment", "the act of forming or establishing something"], ["formation", "the act of forming or establishing something"], ["composition", "the way in which someone or something is composed"], ["fundamental law", "law determining the fundamental political principles of a government"], ["physical composition", "the way in which someone or something is composed"]]}, {"answer": "constriction", "hint": "synonyms for constriction", "clues": [["bottleneck", "a narrowing that reduces the flow through a channel"], ["coarctation", "tight or narrow compression"], ["chokepoint", "a narrowing that reduces the flow through a channel"], ["tightness", "a tight feeling in some part of the body"]]}, {"answer": "construction", "hint": "synonyms for construction", "clues": [["expression", "a group of words that form a constituent of a sentence and are considered as a single unit"], ["building", "the act of constructing something"], ["twist", "an interpretation of a text or action"], ["structure", "a thing constructed; a complex entity constructed of many parts"], ["mental synthesis", "the creation of a construct; the process of combining ideas into a congruous object of thought"], ["grammatical construction", "a group of words that form a constituent of a sentence and are considered as a single unit"]]}, {"answer": "consumption", "hint": "synonyms for consumption", "clues": [["uptake", "the process of taking food into the body through the mouth (as by eating)"], ["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["ingestion", "the process of taking food into the body through the mouth (as by eating)"], ["expenditure", "the act of consuming something"], ["using up", "the act of consuming something"], ["intake", "the process of taking food into the body through the mouth (as by eating)"], ["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"]]}, {"answer": "contact", "hint": "synonyms for contact", "clues": [["inter-group communication", "a channel for communication between groups"], ["touch", "a communicative interaction"], ["contact lens", "a thin curved glass or plastic lens designed to fit over the cornea in order to correct vision or to deliver medication"], ["physical contact", "the act of touching physically"], ["liaison", "a channel for communication between groups"], ["impinging", "the physical coming together of two or more things"], ["link", "a channel for communication between groups"], ["striking", "the physical coming together of two or more things"], ["tangency", "(electronics) a junction where things (as two electrical conductors) touch or are in physical contact"]]}, {"answer": "contemplation", "hint": "synonyms for contemplation", "clues": [["musing", "a calm, lengthy, intent consideration"], ["reflexion", "a calm, lengthy, intent consideration"], ["reflection", "a calm, lengthy, intent consideration"], ["thoughtfulness", "a calm, lengthy, intent consideration"], ["rumination", "a calm, lengthy, intent consideration"]]}, {"answer": "contemporaneity", "hint": "synonyms for contemporaneity", "clues": [["contemporaneousness", "the quality of belonging to the same period of time"], ["modernism", "the quality of being current or of the present"], ["modernity", "the quality of being current or of the present"], ["modernness", "the quality of being current or of the present"]]}, {"answer": "contemporaneousness", "hint": "synonyms for contemporaneousness", "clues": [["modernism", "the quality of being current or of the present"], ["contemporaneity", "the quality of being current or of the present"], ["modernity", "the quality of being current or of the present"], ["modernness", "the quality of being current or of the present"]]}, {"answer": "contempt", "hint": "synonyms for contempt", "clues": [["despite", "lack of respect accompanied by a feeling of intense dislike"], ["disdain", "lack of respect accompanied by a feeling of intense dislike"], ["scorn", "lack of respect accompanied by a feeling of intense dislike"], ["disrespect", "a manner that is generally disrespectful and contemptuous"]]}, {"answer": "contemptibility", "hint": "synonyms for contemptibility", "clues": [["baseness", "unworthiness by virtue of lacking higher values"], ["sordidness", "unworthiness by virtue of lacking higher values"], ["despicableness", "unworthiness by virtue of lacking higher values"], ["despicability", "unworthiness by virtue of lacking higher values"]]}, {"answer": "contention", "hint": "synonyms for contention", "clues": [["disputation", "a contentious speech act; a dispute where there is strong disagreement"], ["argument", "a contentious speech act; a dispute where there is strong disagreement"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement"], ["competition", "the act of competing as for profit or a prize"], ["rivalry", "the act of competing as for profit or a prize"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "contents", "hint": "synonyms for contents", "clues": [["cognitive content", "the sum or range of what has been perceived, discovered, or learned"], ["content", "the amount that can be contained"], ["message", "what a communication that is about something is about"], ["table of contents", "a list of divisions (chapters or articles) and the pages on which they start"], ["capacity", "the amount that can be contained"], ["depicted object", "something (a person or object or scene) selected by an artist or photographer for graphic representation"], ["subject matter", "what a communication that is about something is about"], ["subject", "something (a person or object or scene) selected by an artist or photographer for graphic representation"], ["substance", "what a communication that is about something is about"], ["mental object", "the sum or range of what has been perceived, discovered, or learned"]]}, {"answer": "contestation", "hint": "synonyms for contestation", "clues": [["disceptation", "a contentious speech act; a dispute where there is strong disagreement"], ["contention", "a contentious speech act; a dispute where there is strong disagreement"], ["argument", "a contentious speech act; a dispute where there is strong disagreement"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "continuation", "hint": "synonyms for continuation", "clues": [["law of continuation", "a Gestalt principle of organization holding that there is an innate tendency to perceive a line as continuing its established direction"], ["continuance", "the act of continuing an activity without interruption"], ["lengthiness", "the consequence of being lengthened in duration"], ["prolongation", "the consequence of being lengthened in duration"], ["good continuation", "a Gestalt principle of organization holding that there is an innate tendency to perceive a line as continuing its established direction"], ["protraction", "the consequence of being lengthened in duration"], ["sequel", "a part added to a book or play that continues and extends it"]]}, {"answer": "continuous_tense", "hint": "synonyms for continuous tense", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going"], ["imperfect", "a tense of verbs used in describing action that is on-going"], ["progressive", "a tense of verbs used in describing action that is on-going"], ["progressive tense", "a tense of verbs used in describing action that is on-going"]]}, {"answer": "contortion", "hint": "synonyms for contortion", "clues": [["crookedness", "a tortuous and twisted shape or position"], ["tortuousness", "a tortuous and twisted shape or position"], ["torsion", "a tortuous and twisted shape or position"], ["tortuosity", "a tortuous and twisted shape or position"], ["deformation", "the act of twisting or deforming the shape of something (e.g., yourself)"]]}, {"answer": "contour", "hint": "synonyms for contour", "clues": [["shape", "any spatial attributes (especially as defined by outline)"], ["contour line", "a line drawn on a map connecting points of equal height"], ["form", "any spatial attributes (especially as defined by outline)"], ["configuration", "any spatial attributes (especially as defined by outline)"], ["conformation", "any spatial attributes (especially as defined by outline)"]]}, {"answer": "contra_danse", "hint": "synonyms for contra danse", "clues": [["contradance", "a type of folk dance in which couples are arranged in sets or face one another in a line"], ["country dancing", "a type of folk dance in which couples are arranged in sets or face one another in a line"], ["country-dance", "a type of folk dance in which couples are arranged in sets or face one another in a line"], ["contredanse", "a type of folk dance in which couples are arranged in sets or face one another in a line"]]}, {"answer": "contraceptive_device", "hint": "synonyms for contraceptive device", "clues": [["contraceptive", "an agent or device intended to prevent conception"], ["prophylactic device", "an agent or device intended to prevent conception"], ["preventative", "an agent or device intended to prevent conception"], ["birth control device", "an agent or device intended to prevent conception"]]}, {"answer": "contraceptive_pill", "hint": "synonyms for contraceptive pill", "clues": [["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["oral contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"]]}, {"answer": "contraption", "hint": "synonyms for contraption", "clues": [["convenience", "a device or control that is very useful for a particular job"], ["widget", "a device or control that is very useful for a particular job"], ["gismo", "a device or control that is very useful for a particular job"], ["appliance", "a device or control that is very useful for a particular job"], ["gizmo", "a device or control that is very useful for a particular job"], ["contrivance", "a device or control that is very useful for a particular job"], ["gadget", "a device or control that is very useful for a particular job"]]}, {"answer": "contrariness", "hint": "synonyms for contrariness", "clues": [["crotchetiness", "a fussy and eccentric disposition"], ["perversity", "deliberate and stubborn unruliness and resistance to guidance or discipline"], ["crankiness", "a fussy and eccentric disposition"], ["perverseness", "deliberate and stubborn unruliness and resistance to guidance or discipline"], ["grumpiness", "a fussy and eccentric disposition"]]}, {"answer": "contrast", "hint": "synonyms for contrast", "clues": [["demarcation", "a conceptual separation or distinction"], ["line", "a conceptual separation or distinction"], ["direct contrast", "the opposition or dissimilarity of things that are compared; ,"], ["dividing line", "a conceptual separation or distinction"]]}, {"answer": "contrivance", "hint": "synonyms for contrivance", "clues": [["widget", "a device or control that is very useful for a particular job"], ["stratagem", "an elaborate or deceitful scheme contrived to deceive or evade"], ["contraption", "a device or control that is very useful for a particular job"], ["dodge", "an elaborate or deceitful scheme contrived to deceive or evade"], ["gadget", "a device or control that is very useful for a particular job"], ["convenience", "a device or control that is very useful for a particular job"], ["lash-up", "any improvised arrangement for temporary use"], ["gismo", "a device or control that is very useful for a particular job"], ["devisal", "the act of devising something"], ["appliance", "a device or control that is very useful for a particular job"], ["gizmo", "a device or control that is very useful for a particular job"]]}, {"answer": "control", "hint": "synonyms for control", "clues": [["control condition", "a standard against which other conditions can be compared in a scientific experiment"], ["mastery", "great skillfulness and knowledge of some subject or activity"], ["restraint", "discipline in personal and social activities"], ["controller", "a mechanism that controls the operation of a machine"], ["command", "great skillfulness and knowledge of some subject or activity"]]}, {"answer": "control_board", "hint": "synonyms for control board", "clues": [["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"]]}, {"answer": "control_panel", "hint": "synonyms for control panel", "clues": [["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"]]}, {"answer": "controversy", "hint": "synonyms for controversy", "clues": [["disceptation", "a contentious speech act; a dispute where there is strong disagreement"], ["contention", "a contentious speech act; a dispute where there is strong disagreement"], ["argument", "a contentious speech act; a dispute where there is strong disagreement"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "contumely", "hint": "synonyms for contumely", "clues": [["insult", "a rude expression intended to offend or hurt"], ["abuse", "a rude expression intended to offend or hurt"], ["vilification", "a rude expression intended to offend or hurt"], ["revilement", "a rude expression intended to offend or hurt"]]}, {"answer": "convenience", "hint": "synonyms for convenience", "clues": [["widget", "a device or control that is very useful for a particular job"], ["contraption", "a device or control that is very useful for a particular job"], ["public lavatory", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["gadget", "a device or control that is very useful for a particular job"], ["public toilet", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["gismo", "a device or control that is very useful for a particular job"], ["wash room", "a toilet that is available to the public"], ["appliance", "a device or control that is very useful for a particular job"], ["gizmo", "a device or control that is very useful for a particular job"], ["contrivance", "a device or control that is very useful for a particular job"], ["restroom", "a toilet that is available to the public"], ["comfort station", "a toilet that is available to the public"]]}, {"answer": "conveniences", "hint": "synonyms for conveniences", "clues": [["widget", "a device or control that is very useful for a particular job"], ["gadget", "a device or control that is very useful for a particular job"], ["convenience", "the quality of being useful and convenient"], ["amenities", "things that make you comfortable and at ease"], ["wash room", "a toilet that is available to the public"], ["gismo", "a device or control that is very useful for a particular job"], ["gizmo", "a device or control that is very useful for a particular job"], ["comfort station", "a toilet that is available to the public"], ["contraption", "a device or control that is very useful for a particular job"], ["public lavatory", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["public toilet", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["comforts", "things that make you comfortable and at ease"], ["appliance", "a device or control that is very useful for a particular job"], ["contrivance", "a device or control that is very useful for a particular job"], ["creature comforts", "things that make you comfortable and at ease"], ["restroom", "a toilet that is available to the public"]]}, {"answer": "convention", "hint": "synonyms for convention", "clues": [["pattern", "something regarded as a normative example"], ["convening", "the act of convening"], ["conventionalism", "orthodoxy as a consequence of being conventional"], ["normal", "something regarded as a normative example"], ["rule", "something regarded as a normative example"], ["formula", "something regarded as a normative example"]]}, {"answer": "convergence", "hint": "synonyms for convergence", "clues": [["intersection", "a representation of common ground between theories or phenomena"], ["convergency", "the approach of an infinite series to a finite limit"], ["converging", "the act of converging (coming closer)"], ["overlap", "a representation of common ground between theories or phenomena"]]}, {"answer": "conversion", "hint": "synonyms for conversion", "clues": [["transition", "an event that results in a transformation"], ["spiritual rebirth", "a spiritual enlightenment causing a person to lead a new life"], ["changeover", "an event that results in a transformation"], ["rebirth", "a spiritual enlightenment causing a person to lead a new life"]]}, {"answer": "conveyance", "hint": "synonyms for conveyance", "clues": [["imparting", "the transmission of information"], ["transfer", "the act of moving something from one location to another"], ["conveyancing", "act of transferring property title from one person to another"], ["impartation", "the transmission of information"], ["transferral", "the act of moving something from one location to another"], ["conveyance of title", "act of transferring property title from one person to another"], ["transportation", "the act of moving something from one location to another"], ["transport", "something that serves as a means of transportation"]]}, {"answer": "conviction", "hint": "synonyms for conviction", "clues": [["article of faith", "an unshakable belief in something without need for proof or evidence"], ["judgment of conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"], ["strong belief", "an unshakable belief in something without need for proof or evidence"], ["sentence", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"], ["condemnation", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"]]}, {"answer": "cooking_stove", "hint": "synonyms for cooking stove", "clues": [["stove", "a kitchen appliance used for cooking food"], ["kitchen range", "a kitchen appliance used for cooking food"], ["kitchen stove", "a kitchen appliance used for cooking food"], ["range", "a kitchen appliance used for cooking food"]]}, {"answer": "coolness", "hint": "synonyms for coolness", "clues": [["frigidness", "a lack of affection or enthusiasm"], ["chilliness", "a lack of affection or enthusiasm"], ["imperturbability", "calm and unruffled self-assurance"], ["nip", "the property of being moderately cold"], ["iciness", "a lack of affection or enthusiasm"], ["coldness", "a lack of affection or enthusiasm"], ["nervelessness", "fearless self-possession in the face of danger"], ["frigidity", "a lack of affection or enthusiasm"], ["imperturbableness", "calm and unruffled self-assurance"]]}, {"answer": "coop", "hint": "synonyms for coop", "clues": [["chicken coop", "a farm building for housing poultry"], ["henhouse", "a farm building for housing poultry"], ["cage", "an enclosure made or wire or metal bars in which birds or animals can be kept"], ["hencoop", "a farm building for housing poultry"]]}, {"answer": "copestone", "hint": "synonyms for copestone", "clues": [["capstone", "a stone that forms the top of wall or building"], ["coping stone", "a stone that forms the top of wall or building"], ["stretcher", "a stone that forms the top of wall or building"], ["finishing touch", "a final touch; a crowning achievement; a culmination"]]}, {"answer": "coppice", "hint": "synonyms for coppice", "clues": [["brushwood", "a dense growth of bushes"], ["thicket", "a dense growth of bushes"], ["brush", "a dense growth of bushes"], ["copse", "a dense growth of bushes"]]}, {"answer": "copse", "hint": "synonyms for copse", "clues": [["brushwood", "a dense growth of bushes"], ["thicket", "a dense growth of bushes"], ["brush", "a dense growth of bushes"], ["coppice", "a dense growth of bushes"]]}, {"answer": "copulation", "hint": "synonyms for copulation", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "coquetry", "hint": "synonyms for coquetry", "clues": [["flirt", "playful behavior intended to arouse sexual interest"], ["flirtation", "playful behavior intended to arouse sexual interest"], ["toying", "playful behavior intended to arouse sexual interest"], ["dalliance", "playful behavior intended to arouse sexual interest"]]}, {"answer": "core", "hint": "synonyms for core", "clues": [["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["effect", "the central meaning or theme of a speech or literary work"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["magnetic core", "(computer science) a tiny ferrite toroid formerly used in a random access memory to store one bit of data; now superseded by semiconductor memories"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["burden", "the central meaning or theme of a speech or literary work"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["nucleus", "a small group of indispensable persons or things"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["core group", "a small group of indispensable persons or things"]]}, {"answer": "cork", "hint": "synonyms for cork", "clues": [["bobfloat", "a small float usually made of cork; attached to a fishing line"], ["bottle cork", "the plug in the mouth of a bottle (especially a wine bottle)"], ["phellem", "(botany) outer tissue of bark; a protective layer of dead cells"], ["bob", "a small float usually made of cork; attached to a fishing line"], ["bobber", "a small float usually made of cork; attached to a fishing line"]]}, {"answer": "corner", "hint": "synonyms for corner", "clues": [["recess", "a small concavity"], ["quoin", "(architecture) solid exterior angle of a building; especially one formed by a cornerstone"], ["turning point", "the intersection of two streets"], ["nook", "an interior angle formed by two meeting walls"], ["niche", "a small concavity"], ["recession", "a small concavity"], ["street corner", "the intersection of two streets"]]}, {"answer": "cornerstone", "hint": "synonyms for cornerstone", "clues": [["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["base", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["groundwork", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["foundation", "the fundamental assumptions from which something is begun or developed or calculated or explained"]]}, {"answer": "cornucopia", "hint": "synonyms for cornucopia", "clues": [["profuseness", "the property of being extremely abundant"], ["richness", "the property of being extremely abundant"], ["horn of plenty", "a goat's horn filled with grain and flowers and fruit symbolizing prosperity"], ["profusion", "the property of being extremely abundant"]]}, {"answer": "corona", "hint": "synonyms for corona", "clues": [["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["aureole", "the outermost region of the sun's atmosphere; visible as a white halo during a solar eclipse"]]}, {"answer": "coronach", "hint": "synonyms for coronach", "clues": [["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person"]]}, {"answer": "coronal", "hint": "synonyms for coronal", "clues": [["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"]]}, {"answer": "corpuscle", "hint": "synonyms for corpuscle", "clues": [["atom", "(nontechnical usage) a tiny piece of anything"], ["molecule", "(nontechnical usage) a tiny piece of anything"], ["speck", "(nontechnical usage) a tiny piece of anything"], ["particle", "(nontechnical usage) a tiny piece of anything"], ["mote", "(nontechnical usage) a tiny piece of anything"]]}, {"answer": "correction", "hint": "synonyms for correction", "clues": [["fudge factor", "a quantity that is added or subtracted in order to increase the accuracy of a scientific measure"], ["chastening", "a rebuke for making a mistake"], ["chastisement", "a rebuke for making a mistake"], ["rectification", "the act of offering an improvement to replace a mistake; setting right"], ["discipline", "the act of punishing"]]}, {"answer": "corrections", "hint": "synonyms for corrections", "clues": [["correction", "something substituted for an error"], ["chastisement", "a rebuke for making a mistake"], ["department of corrections", "the department of local government that is responsible for managing the treatment of convicted offenders"], ["rectification", "the act of offering an improvement to replace a mistake; setting right"], ["discipline", "the act of punishing"], ["chastening", "a rebuke for making a mistake"], ["fudge factor", "a quantity that is added or subtracted in order to increase the accuracy of a scientific measure"]]}, {"answer": "correlation", "hint": "synonyms for correlation", "clues": [["correlativity", "a reciprocal relation between two or more things"], ["correlational statistics", "a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the other"], ["correlation coefficient", "a statistic representing how closely two variables co-vary; it can vary from -1 (perfect negative correlation) through 0 (no correlation) to +1 (perfect positive correlation)"], ["coefficient of correlation", "a statistic representing how closely two variables co-vary; it can vary from -1 (perfect negative correlation) through 0 (no correlation) to +1 (perfect positive correlation)"]]}, {"answer": "correspondence", "hint": "synonyms for correspondence", "clues": [["symmetry", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["parallelism", "similarity by virtue of corresponding"], ["proportionateness", "the relation of corresponding in degree or size or amount"], ["symmetricalness", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["agreement", "compatibility of observations"], ["balance", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["commensurateness", "the relation of corresponding in degree or size or amount"]]}, {"answer": "corruption", "hint": "synonyms for corruption", "clues": [["depravation", "moral perversion; impairment of virtue and moral principles"], ["depravity", "moral perversion; impairment of virtue and moral principles"], ["degeneracy", "moral perversion; impairment of virtue and moral principles"], ["putrefaction", "moral perversion; impairment of virtue and moral principles"], ["subversion", "destroying someone's (or some group's) honesty or loyalty; undermining moral integrity"], ["corruptness", "lack of integrity or honesty (especially susceptibility to bribery); use of a position of trust for dishonest gain"]]}, {"answer": "cos", "hint": "synonyms for cos", "clues": [["cosine", "ratio of the adjacent side to the hypotenuse of a right-angled triangle"], ["atomic number 27", "a hard ferromagnetic silver-white bivalent or trivalent metallic element; a trace element in plant and animal nutrition"], ["carbon monoxide", "an odorless very poisonous gas that is a product of incomplete combustion of carbon"], ["cobalt", "a hard ferromagnetic silver-white bivalent or trivalent metallic element; a trace element in plant and animal nutrition"], ["romaine lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head"], ["cos lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head"], ["romaine", "lettuce with long dark-green leaves in a loosely packed elongated head"]]}, {"answer": "cosmetic_surgery", "hint": "synonyms for cosmetic surgery", "clues": [["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"]]}, {"answer": "cosmos", "hint": "synonyms for cosmos", "clues": [["existence", "everything that exists anywhere"], ["world", "everything that exists anywhere"], ["universe", "everything that exists anywhere"], ["creation", "everything that exists anywhere"], ["macrocosm", "everything that exists anywhere"]]}, {"answer": "coss", "hint": "synonyms for coss", "clues": [["cosine", "ratio of the adjacent side to the hypotenuse of a right-angled triangle"], ["cos lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head"], ["kos", "(in India) a unit of length having different values in different localities"], ["romaine lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head"], ["cos", "lettuce with long dark-green leaves in a loosely packed elongated head"], ["romaine", "lettuce with long dark-green leaves in a loosely packed elongated head"]]}, {"answer": "costs", "hint": "synonyms for costs", "clues": [["cost", "the total spent for goods or services including money and time and labor"], ["price", "value measured by what must be given or done or undergone to obtain something"], ["monetary value", "the property of having material worth (often indicated by the amount of money something would bring if sold)"], ["toll", "value measured by what must be given or done or undergone to obtain something"]]}, {"answer": "coterie", "hint": "synonyms for coterie", "clues": [["inner circle", "an exclusive circle of people with a common purpose"], ["clique", "an exclusive circle of people with a common purpose"], ["ingroup", "an exclusive circle of people with a common purpose"], ["pack", "an exclusive circle of people with a common purpose"], ["camp", "an exclusive circle of people with a common purpose"]]}, {"answer": "counseling", "hint": "synonyms for counseling", "clues": [["counsel", "something that provides direction or advice as to a decision or course of action"], ["guidance", "something that provides direction or advice as to a decision or course of action"], ["counselling", "something that provides direction or advice as to a decision or course of action"], ["direction", "something that provides direction or advice as to a decision or course of action"]]}, {"answer": "count", "hint": "synonyms for count", "clues": [["reckoning", "the act of counting; reciting numbers in ascending order"], ["counting", "the act of counting; reciting numbers in ascending order"], ["numeration", "the act of counting; reciting numbers in ascending order"], ["tally", "the act of counting; reciting numbers in ascending order"]]}, {"answer": "countenance", "hint": "synonyms for countenance", "clues": [["indorsement", "formal and explicit approval"], ["sanction", "formal and explicit approval"], ["visage", "the appearance conveyed by a person's face"], ["warrant", "formal and explicit approval"], ["imprimatur", "formal and explicit approval"]]}, {"answer": "counterbalance", "hint": "synonyms for counterbalance", "clues": [["balance", "equality of distribution"], ["equilibrium", "equality of distribution"], ["counterweight", "a weight that balances another weight"], ["equalizer", "a weight that balances another weight"], ["equipoise", "equality of distribution"], ["counterpoise", "a weight that balances another weight"], ["offset", "a compensating equivalent"]]}, {"answer": "countercurrent", "hint": "synonyms for countercurrent", "clues": [["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"]]}, {"answer": "counterpane", "hint": "synonyms for counterpane", "clues": [["bed covering", "decorative cover for a bed"], ["bedcover", "decorative cover for a bed"], ["bedspread", "decorative cover for a bed"], ["spread", "decorative cover for a bed"]]}, {"answer": "counterpart", "hint": "synonyms for counterpart", "clues": [["vis-a-vis", "a person or thing having the same function or characteristics as another"], ["opposite number", "a person or thing having the same function or characteristics as another"], ["similitude", "a duplicate copy"], ["twin", "a duplicate copy"]]}, {"answer": "counterpoise", "hint": "synonyms for counterpoise", "clues": [["equalizer", "a weight that balances another weight"], ["balance", "a weight that balances another weight"], ["counterbalance", "a weight that balances another weight"], ["counterweight", "a weight that balances another weight"]]}, {"answer": "countersign", "hint": "synonyms for countersign", "clues": [["parole", "a secret word or phrase known only to a restricted group"], ["countersignature", "a second confirming signature endorsing a document already signed"], ["password", "a secret word or phrase known only to a restricted group"], ["word", "a secret word or phrase known only to a restricted group"], ["watchword", "a secret word or phrase known only to a restricted group"]]}, {"answer": "counterweight", "hint": "synonyms for counterweight", "clues": [["equalizer", "a weight that balances another weight"], ["counterpoise", "a weight that balances another weight"], ["counterbalance", "a weight that balances another weight"], ["balance", "a weight that balances another weight"]]}, {"answer": "counting", "hint": "synonyms for counting", "clues": [["reckoning", "the act of counting; reciting numbers in ascending order"], ["numeration", "the act of counting; reciting numbers in ascending order"], ["count", "the act of counting; reciting numbers in ascending order"], ["tally", "the act of counting; reciting numbers in ascending order"]]}, {"answer": "country", "hint": "synonyms for country", "clues": [["land", "the people who live in a nation or country"], ["nation", "a politically organized body of people under a single government"], ["state", "the territory occupied by a nation"], ["area", "a particular geographical region of indefinite boundary (usually serving some special purpose or distinguished by its people or culture or geography)"], ["rural area", "an area outside of cities and towns"], ["commonwealth", "a politically organized body of people under a single government"], ["body politic", "a politically organized body of people under a single government"], ["res publica", "a politically organized body of people under a single government"]]}, {"answer": "country_of_origin", "hint": "synonyms for country of origin", "clues": [["mother country", "the country where you were born"], ["native land", "the country where you were born"], ["motherland", "the country where you were born"], ["homeland", "the country where you were born"], ["fatherland", "the country where you were born"]]}, {"answer": "couple", "hint": "synonyms for couple", "clues": [["twain", "two items of the same kind"], ["duo", "a pair who associate with one another"], ["match", "a pair of people who live together"], ["duad", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["span", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["pair", "two items of the same kind"], ["mates", "a pair of people who live together"], ["couplet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "couplet", "hint": "synonyms for couplet", "clues": [["twain", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duad", "two items of the same kind"], ["duo", "two items of the same kind"], ["span", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "coupling", "hint": "synonyms for coupling", "clues": [["yoke", "a connection (like a clamp or vise) between two things so they move together"], ["mating", "the act of pairing a male and female for reproductive purposes"], ["pairing", "the act of pairing a male and female for reproductive purposes"], ["union", "the act of pairing a male and female for reproductive purposes"], ["conjugation", "the act of pairing a male and female for reproductive purposes"], ["coupler", "a mechanical device that serves to connect the ends of adjacent objects"], ["sexual union", "the act of pairing a male and female for reproductive purposes"]]}, {"answer": "course_of_study", "hint": "synonyms for course of study", "clues": [["class", "education imparted in a series of lessons or meetings"], ["programme", "an integrated course of academic studies"], ["course", "education imparted in a series of lessons or meetings"], ["curriculum", "an integrated course of academic studies"], ["syllabus", "an integrated course of academic studies"], ["course of instruction", "education imparted in a series of lessons or meetings"]]}, {"answer": "court", "hint": "synonyms for court", "clues": [["motor inn", "a hotel for motorists; provides direct access from rooms to parking area"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area"], ["lawcourt", "a tribunal that is presided over by a magistrate or by one or more judges who administer justice according to the laws"], ["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area"], ["courtroom", "a room in which a lawcourt sits"], ["court of law", "a tribunal that is presided over by a magistrate or by one or more judges who administer justice according to the laws"], ["courtyard", "an area wholly or partly surrounded by walls or buildings"], ["court of justice", "a tribunal that is presided over by a magistrate or by one or more judges who administer justice according to the laws"], ["judicature", "an assembly (including one or more judges) to conduct judicial business"], ["royal court", "the sovereign and his advisers who are the governing power of a state"], ["homage", "respectful deference"], ["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area"], ["tribunal", "an assembly (including one or more judges) to conduct judicial business"]]}, {"answer": "cover", "hint": "synonyms for cover", "clues": [["binding", "the protective covering on the front, back, and spine of a book"], ["covering fire", "fire that makes it difficult for the enemy to fire on your own individuals or formations"], ["concealment", "a covering that serves to conceal or shelter something"], ["covering", "a natural object that covers or envelops"], ["cover charge", "a fixed charge by a restaurant or nightclub over and above the charge for food and drink"], ["cover version", "a recording of a song that was first recorded or made popular by somebody else"], ["natural covering", "a natural object that covers or envelops"], ["top", "covering for a hole (especially a hole in the top of a container)"], ["screening", "the act of concealing the existence of something by obstructing the view of it"], ["covert", "a covering that serves to conceal or shelter something"], ["back", "the protective covering on the front, back, and spine of a book"], ["book binding", "the protective covering on the front, back, and spine of a book"], ["masking", "the act of concealing the existence of something by obstructing the view of it"], ["blanket", "bedding that keeps a person warm in bed"], ["cover song", "a recording of a song that was first recorded or made popular by somebody else"]]}, {"answer": "covering", "hint": "synonyms for covering", "clues": [["application", "the work of applying something"], ["coating", "the work of applying something"], ["masking", "the act of concealing the existence of something by obstructing the view of it"], ["cover", "a natural object that covers or envelops"], ["natural covering", "a natural object that covers or envelops"], ["screening", "the act of concealing the existence of something by obstructing the view of it"]]}, {"answer": "covetousness", "hint": "synonyms for covetousness", "clues": [["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["cupidity", "extreme greed for material wealth"], ["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["avariciousness", "extreme greed for material wealth"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"]]}, {"answer": "cow_barn", "hint": "synonyms for cow barn", "clues": [["byre", "a barn for cows"], ["cowbarn", "a barn for cows"], ["cowhouse", "a barn for cows"], ["cowshed", "a barn for cows"]]}, {"answer": "cowbarn", "hint": "synonyms for cowbarn", "clues": [["byre", "a barn for cows"], ["cowhouse", "a barn for cows"], ["cow barn", "a barn for cows"], ["cowshed", "a barn for cows"]]}, {"answer": "cpr", "hint": "synonyms for cpr", "clues": [["cardiac resuscitation", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen"], ["cardiopulmonary resuscitation", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen"], ["kiss of life", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen"], ["mouth-to-mouth resuscitation", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen"]]}, {"answer": "cps", "hint": "synonyms for cps", "clues": [["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second"]]}, {"answer": "cpu", "hint": "synonyms for cpu", "clues": [["central processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["central processing unit", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["mainframe", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"]]}, {"answer": "crack_of_doom", "hint": "synonyms for crack of doom", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "cracker", "hint": "synonyms for cracker", "clues": [["snapper", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends"], ["cracker bonbon", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends"], ["banger", "firework consisting of a small explosive charge and fuse in a heavy paper casing"], ["firecracker", "firework consisting of a small explosive charge and fuse in a heavy paper casing"]]}, {"answer": "cracklings", "hint": "synonyms for cracklings", "clues": [["crepitation", "the sharp sound of snapping noises"], ["greaves", "the residue that remains after animal fat has been rendered"], ["crackle", "the sharp sound of snapping noises"], ["crackling", "the residue that remains after animal fat has been rendered"]]}, {"answer": "cradle", "hint": "synonyms for cradle", "clues": [["provenience", "where something originated or was nurtured in its early existence"], ["birthplace", "where something originated or was nurtured in its early existence"], ["rocker", "a trough that can be rocked back and forth; used by gold miners to shake auriferous earth in water in order to separate the gold"], ["place of origin", "where something originated or was nurtured in its early existence"]]}, {"answer": "craft", "hint": "synonyms for craft", "clues": [["slyness", "shrewdness as demonstrated by being skilled in deception"], ["trade", "the skilled practice of a practical occupation"], ["foxiness", "shrewdness as demonstrated by being skilled in deception"], ["workmanship", "skill in an occupation or trade"], ["craftiness", "shrewdness as demonstrated by being skilled in deception"], ["wiliness", "shrewdness as demonstrated by being skilled in deception"], ["craftsmanship", "skill in an occupation or trade"], ["guile", "shrewdness as demonstrated by being skilled in deception"], ["cunning", "shrewdness as demonstrated by being skilled in deception"]]}, {"answer": "craftiness", "hint": "synonyms for craftiness", "clues": [["craft", "shrewdness as demonstrated by being skilled in deception"], ["slyness", "shrewdness as demonstrated by being skilled in deception"], ["deceitfulness", "the quality of being crafty"], ["guile", "the quality of being crafty"], ["wiliness", "shrewdness as demonstrated by being skilled in deception"], ["foxiness", "shrewdness as demonstrated by being skilled in deception"], ["cunning", "shrewdness as demonstrated by being skilled in deception"]]}, {"answer": "cranny", "hint": "synonyms for cranny", "clues": [["chap", "a long narrow depression in a surface"], ["crack", "a long narrow depression in a surface"], ["crevice", "a long narrow depression in a surface"], ["fissure", "a long narrow depression in a surface"]]}, {"answer": "crap", "hint": "synonyms for crap", "clues": [["shite", "obscene terms for feces"], ["poop", "obscene terms for feces"], ["bullshit", "obscene words for unacceptable behavior"], ["dogshit", "obscene words for unacceptable behavior"], ["turd", "obscene terms for feces"], ["dirt", "obscene terms for feces"], ["bull", "obscene words for unacceptable behavior"], ["horseshit", "obscene words for unacceptable behavior"]]}, {"answer": "crapper", "hint": "synonyms for crapper", "clues": [["pot", "a plumbing fixture for defecation and urination"], ["stool", "a plumbing fixture for defecation and urination"], ["toilet", "a plumbing fixture for defecation and urination"], ["throne", "a plumbing fixture for defecation and urination"], ["can", "a plumbing fixture for defecation and urination"], ["commode", "a plumbing fixture for defecation and urination"], ["potty", "a plumbing fixture for defecation and urination"]]}, {"answer": "craps", "hint": "synonyms for craps", "clues": [["shite", "obscene terms for feces"], ["poop", "obscene terms for feces"], ["bullshit", "obscene words for unacceptable behavior"], ["snake eyes", "expressions used when when two dice are thrown and both come up showing one spot"], ["dogshit", "obscene words for unacceptable behavior"], ["crap", "obscene words for unacceptable behavior"], ["turd", "obscene terms for feces"], ["dirt", "obscene terms for feces"], ["bull", "obscene words for unacceptable behavior"], ["horseshit", "obscene words for unacceptable behavior"]]}, {"answer": "crash", "hint": "synonyms for crash", "clues": [["clangoring", "a loud resonant repeating noise"], ["smash", "the act of colliding with something"], ["clangour", "a loud resonant repeating noise"], ["clash", "a loud resonant repeating noise"], ["clank", "a loud resonant repeating noise"], ["wreck", "a serious accident (usually involving one or more vehicles)"], ["clang", "a loud resonant repeating noise"], ["collapse", "a sudden large decline of business or the prices of stocks (especially one that causes additional failures)"]]}, {"answer": "crayfish", "hint": "synonyms for crayfish", "clues": [["langouste", "warm-water lobsters without claws; those from Australia and South Africa usually marketed as frozen tails; caught also in Florida and California"], ["crawdad", "tiny lobster-like crustaceans usually boiled briefly"], ["ecrevisse", "tiny lobster-like crustaceans usually boiled briefly"], ["crawfish", "tiny lobster-like crustaceans usually boiled briefly"], ["spiny lobster", "warm-water lobsters without claws; those from Australia and South Africa usually marketed as frozen tails; caught also in Florida and California"], ["rock lobster", "warm-water lobsters without claws; those from Australia and South Africa usually marketed as frozen tails; caught also in Florida and California"]]}, {"answer": "craze", "hint": "synonyms for craze", "clues": [["cult", "an interest followed with exaggerated zeal"], ["rage", "an interest followed with exaggerated zeal"], ["furor", "an interest followed with exaggerated zeal"], ["fad", "an interest followed with exaggerated zeal"]]}, {"answer": "craziness", "hint": "synonyms for craziness", "clues": [["lunacy", "foolish or senseless behavior"], ["indulgence", "foolish or senseless behavior"], ["foolery", "foolish or senseless behavior"], ["folly", "foolish or senseless behavior"], ["foolishness", "the quality of being rash and foolish"], ["madness", "the quality of being rash and foolish"], ["tomfoolery", "foolish or senseless behavior"]]}, {"answer": "crazy_house", "hint": "synonyms for crazy house", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "crease", "hint": "synonyms for crease", "clues": [["seam", "a slight depression in the smoothness of a surface"], ["furrow", "a slight depression in the smoothness of a surface"], ["line", "a slight depression in the smoothness of a surface"], ["crinkle", "a slight depression in the smoothness of a surface"], ["fold", "an angular or rounded shape made by folding"], ["plication", "an angular or rounded shape made by folding"], ["bend", "an angular or rounded shape made by folding"], ["kris", "a Malayan dagger with a wavy blade"], ["flexure", "an angular or rounded shape made by folding"], ["creese", "a Malayan dagger with a wavy blade"], ["crimp", "an angular or rounded shape made by folding"]]}, {"answer": "creation", "hint": "synonyms for creation", "clues": [["institution", "the act of starting something for the first time; introducing something new"], ["world", "everything that exists anywhere"], ["initiation", "the act of starting something for the first time; introducing something new"], ["innovation", "the act of starting something for the first time; introducing something new"], ["existence", "everything that exists anywhere"], ["foundation", "the act of starting something for the first time; introducing something new"], ["macrocosm", "everything that exists anywhere"], ["origination", "the act of starting something for the first time; introducing something new"], ["instauration", "the act of starting something for the first time; introducing something new"], ["universe", "everything that exists anywhere"], ["founding", "the act of starting something for the first time; introducing something new"], ["cosmos", "everything that exists anywhere"], ["conception", "the event that occurred at the beginning of something"], ["creative activity", "the human act of creating"], ["introduction", "the act of starting something for the first time; introducing something new"]]}, {"answer": "creature", "hint": "synonyms for creature", "clues": [["beast", "a living organism characterized by voluntary movement"], ["animate being", "a living organism characterized by voluntary movement"], ["animal", "a living organism characterized by voluntary movement"], ["fauna", "a living organism characterized by voluntary movement"], ["brute", "a living organism characterized by voluntary movement"]]}, {"answer": "credit", "hint": "synonyms for credit", "clues": [["acknowledgment", "a short note recognizing a source of information or of a quoted passage"], ["credit rating", "an estimate, based on previous dealings, of a person's or an organization's ability to fulfill their financial commitments"], ["recognition", "approval"], ["cite", "a short note recognizing a source of information or of a quoted passage"], ["course credit", "recognition by a college or university that a course of studies has been successfully completed; typically measured in semester hours"], ["reference", "a short note recognizing a source of information or of a quoted passage"], ["citation", "a short note recognizing a source of information or of a quoted passage"], ["credit entry", "an accounting entry acknowledging income or capital items"], ["deferred payment", "arrangement for deferred payment for goods and services"], ["mention", "a short note recognizing a source of information or of a quoted passage"], ["quotation", "a short note recognizing a source of information or of a quoted passage"]]}, {"answer": "credit_line", "hint": "synonyms for credit line", "clues": [["line", "the maximum credit that a customer is allowed"], ["personal credit line", "the maximum credit that a customer is allowed"], ["bank line", "the maximum credit that a customer is allowed"], ["line of credit", "the maximum credit that a customer is allowed"], ["personal line of credit", "the maximum credit that a customer is allowed"], ["by-line", "a line giving the name of the writer of a story or article"]]}, {"answer": "credits", "hint": "synonyms for credits", "clues": [["credit", "an accounting entry acknowledging income or capital items"], ["cite", "a short note recognizing a source of information or of a quoted passage"], ["reference", "a short note recognizing a source of information or of a quoted passage"], ["credit entry", "an accounting entry acknowledging income or capital items"], ["mention", "a short note recognizing a source of information or of a quoted passage"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage"], ["credit rating", "an estimate, based on previous dealings, of a person's or an organization's ability to fulfill their financial commitments"], ["recognition", "approval"], ["course credit", "recognition by a college or university that a course of studies has been successfully completed; typically measured in semester hours"], ["citation", "a short note recognizing a source of information or of a quoted passage"], ["deferred payment", "arrangement for deferred payment for goods and services"], ["quotation", "a short note recognizing a source of information or of a quoted passage"]]}, {"answer": "creed", "hint": "synonyms for creed", "clues": [["religious doctrine", "the written body of teachings of a religious group that are generally accepted by that group"], ["credo", "any system of principles or beliefs"], ["gospel", "the written body of teachings of a religious group that are generally accepted by that group"], ["church doctrine", "the written body of teachings of a religious group that are generally accepted by that group"]]}, {"answer": "crenel", "hint": "synonyms for crenel", "clues": [["crenature", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["scallop", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["crenelle", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["crenation", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"]]}, {"answer": "crenelle", "hint": "synonyms for crenelle", "clues": [["crenature", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["scallop", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["crenel", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["crenation", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"]]}, {"answer": "crepuscle", "hint": "synonyms for crepuscle", "clues": [["evenfall", "the time of day immediately following sunset"], ["nightfall", "the time of day immediately following sunset"], ["gloam", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["twilight", "the time of day immediately following sunset"], ["crepuscule", "the time of day immediately following sunset"], ["dusk", "the time of day immediately following sunset"]]}, {"answer": "crepuscule", "hint": "synonyms for crepuscule", "clues": [["evenfall", "the time of day immediately following sunset"], ["nightfall", "the time of day immediately following sunset"], ["gloam", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["twilight", "the time of day immediately following sunset"], ["dusk", "the time of day immediately following sunset"]]}, {"answer": "crest", "hint": "synonyms for crest", "clues": [["peak", "the top or extreme point of something (usually a mountain or hill)"], ["top", "the top or extreme point of something (usually a mountain or hill)"], ["crown", "the top or extreme point of something (usually a mountain or hill)"], ["summit", "the top or extreme point of something (usually a mountain or hill)"], ["tip", "the top or extreme point of something (usually a mountain or hill)"]]}, {"answer": "crevice", "hint": "synonyms for crevice", "clues": [["fissure", "a long narrow opening"], ["scissure", "a long narrow opening"], ["crack", "a long narrow depression in a surface"], ["chap", "a long narrow depression in a surface"], ["cleft", "a long narrow opening"], ["cranny", "a long narrow depression in a surface"]]}, {"answer": "crew", "hint": "synonyms for crew", "clues": [["bunch", "an informal body of friends"], ["crowd", "an informal body of friends"], ["work party", "an organized group of workmen"], ["gang", "an informal body of friends"]]}, {"answer": "crib", "hint": "synonyms for crib", "clues": [["cot", "baby bed with high sides made of slats"], ["pony", "a literal translation used in studying a foreign language (often used illicitly)"], ["trot", "a literal translation used in studying a foreign language (often used illicitly)"], ["cribbage", "a card game (usually for two players) in which each player is dealt six cards and discards one or two"]]}, {"answer": "criminal_offence", "hint": "synonyms for criminal offence", "clues": [["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act"], ["offence", "(criminal law) an act punishable by law; usually considered an evil act"], ["criminal offense", "(criminal law) an act punishable by law; usually considered an evil act"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act"]]}, {"answer": "criminal_offense", "hint": "synonyms for criminal offense", "clues": [["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act"], ["offence", "(criminal law) an act punishable by law; usually considered an evil act"], ["criminal offence", "(criminal law) an act punishable by law; usually considered an evil act"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act"]]}, {"answer": "crimp", "hint": "synonyms for crimp", "clues": [["crease", "an angular or rounded shape made by folding"], ["fold", "an angular or rounded shape made by folding"], ["flexure", "an angular or rounded shape made by folding"], ["plication", "an angular or rounded shape made by folding"], ["bend", "an angular or rounded shape made by folding"]]}, {"answer": "crinkle", "hint": "synonyms for crinkle", "clues": [["seam", "a slight depression in the smoothness of a surface"], ["crease", "a slight depression in the smoothness of a surface"], ["furrow", "a slight depression in the smoothness of a surface"], ["line", "a slight depression in the smoothness of a surface"], ["wrinkle", "a slight depression in the smoothness of a surface"]]}, {"answer": "cristal", "hint": "synonyms for cristal", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine"], ["ecstasy", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"], ["hug drug", "street names for methylenedioxymethamphetamine"]]}, {"answer": "critique", "hint": "synonyms for critique", "clues": [["critical review", "an essay or article that gives a critical evaluation (as of a book or play)"], ["review", "an essay or article that gives a critical evaluation (as of a book or play)"], ["review article", "an essay or article that gives a critical evaluation (as of a book or play)"], ["criticism", "a serious examination and judgment of something"]]}, {"answer": "crock", "hint": "synonyms for crock", "clues": [["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["earthenware jar", "an earthen jar (made of baked clay)"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"]]}, {"answer": "crook", "hint": "synonyms for crook", "clues": [["bend", "a circular segment of a curve"], ["turn", "a circular segment of a curve"], ["twist", "a circular segment of a curve"], ["shepherd's crook", "a long staff with one end being hook shaped"]]}, {"answer": "crookedness", "hint": "synonyms for crookedness", "clues": [["contortion", "a tortuous and twisted shape or position"], ["deviousness", "the quality of being deceitful and underhanded"], ["tortuousness", "a tortuous and twisted shape or position"], ["torsion", "a tortuous and twisted shape or position"], ["tortuosity", "a tortuous and twisted shape or position"]]}, {"answer": "crossbreeding", "hint": "synonyms for crossbreeding", "clues": [["cross", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["miscegenation", "reproduction by parents of different races (especially by white and non-white persons)"]]}, {"answer": "crosscurrent", "hint": "synonyms for crosscurrent", "clues": [["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"]]}, {"answer": "crossing", "hint": "synonyms for crossing", "clues": [["cross", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["intersection", "a junction where one street or road crosses another"], ["crossover", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["ford", "a shallow area in a stream that can be forded"], ["crossroad", "a junction where one street or road crosses another"], ["crossway", "a junction where one street or road crosses another"], ["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["carrefour", "a junction where one street or road crosses another"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["crosswalk", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other"]]}, {"answer": "crossness", "hint": "synonyms for crossness", "clues": [["petulance", "an irritable petulant feeling"], ["fretfulness", "an irritable petulant feeling"], ["fussiness", "an irritable petulant feeling"], ["choler", "an irritable petulant feeling"], ["crabbedness", "a disposition to be ill-tempered"], ["peevishness", "an irritable petulant feeling"], ["irritability", "an irritable petulant feeling"]]}, {"answer": "crossroad", "hint": "synonyms for crossroad", "clues": [["carrefour", "a junction where one street or road crosses another"], ["crossway", "a junction where one street or road crosses another"], ["crossing", "a junction where one street or road crosses another"], ["intersection", "a junction where one street or road crosses another"]]}, {"answer": "crossroads", "hint": "synonyms for crossroads", "clues": [["hamlet", "a community of people smaller than a village"], ["carrefour", "a junction where one street or road crosses another"], ["intersection", "a junction where one street or road crosses another"], ["crossing", "a junction where one street or road crosses another"], ["crossroad", "a junction where one street or road crosses another"], ["crossway", "a junction where one street or road crosses another"]]}, {"answer": "crossway", "hint": "synonyms for crossway", "clues": [["carrefour", "a junction where one street or road crosses another"], ["crossroad", "a junction where one street or road crosses another"], ["crossing", "a junction where one street or road crosses another"], ["intersection", "a junction where one street or road crosses another"]]}, {"answer": "crotchet", "hint": "synonyms for crotchet", "clues": [["quarter note", "a musical note having the time value of a quarter of a whole note"], ["hook", "a sharp curve or crook; a shape resembling a hook"], ["queerness", "a strange attitude or habit"], ["oddity", "a strange attitude or habit"], ["quirkiness", "a strange attitude or habit"], ["quirk", "a strange attitude or habit"]]}, {"answer": "crow", "hint": "synonyms for crow", "clues": [["line-shooting", "an instance of boastful talk"], ["gasconade", "an instance of boastful talk"], ["vaporing", "an instance of boastful talk"], ["bragging", "an instance of boastful talk"], ["crowing", "an instance of boastful talk"], ["brag", "an instance of boastful talk"]]}, {"answer": "crown", "hint": "synonyms for crown", "clues": [["peak", "the top or extreme point of something (usually a mountain or hill)"], ["top", "the top or extreme point of something (usually a mountain or hill)"], ["crest", "the center of a cambered road"], ["summit", "the top or extreme point of something (usually a mountain or hill)"], ["tip", "the top or extreme point of something (usually a mountain or hill)"], ["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["pennant", "the award given to the champion"], ["diadem", "an ornamental jeweled headdress signifying sovereignty"]]}, {"answer": "crownwork", "hint": "synonyms for crownwork", "clues": [["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"]]}, {"answer": "crude_oil", "hint": "synonyms for crude oil", "clues": [["oil", "a dark oil consisting mainly of hydrocarbons"], ["crude", "a dark oil consisting mainly of hydrocarbons"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons"], ["rock oil", "a dark oil consisting mainly of hydrocarbons"], ["petroleum", "a dark oil consisting mainly of hydrocarbons"]]}, {"answer": "cruelty", "hint": "synonyms for cruelty", "clues": [["harshness", "the quality of being cruel and causing tension or annoyance"], ["inhuman treatment", "a cruel act; a deliberate infliction of pain and suffering"], ["cruelness", "the quality of being cruel and causing tension or annoyance"], ["pitilessness", "feelings of extreme heartlessness"], ["ruthlessness", "feelings of extreme heartlessness"], ["mercilessness", "feelings of extreme heartlessness"]]}, {"answer": "cruiser", "hint": "synonyms for cruiser", "clues": [["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["pleasure craft", "a large motorboat that has a cabin and plumbing and other conveniences necessary for living on board"], ["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["cabin cruiser", "a large motorboat that has a cabin and plumbing and other conveniences necessary for living on board"], ["pleasure boat", "a large motorboat that has a cabin and plumbing and other conveniences necessary for living on board"]]}, {"answer": "crusade", "hint": "synonyms for crusade", "clues": [["campaign", "a series of actions advancing a principle or tending toward a particular end"], ["movement", "a series of actions advancing a principle or tending toward a particular end"], ["drive", "a series of actions advancing a principle or tending toward a particular end"], ["cause", "a series of actions advancing a principle or tending toward a particular end"], ["effort", "a series of actions advancing a principle or tending toward a particular end"]]}, {"answer": "crush", "hint": "synonyms for crush", "clues": [["crushed leather", "leather that has had its grain pattern accentuated"], ["press", "a dense crowd of people"], ["compaction", "the act of crushing"], ["puppy love", "temporary love of an adolescent"], ["jam", "a dense crowd of people"], ["crunch", "the act of crushing"], ["infatuation", "temporary love of an adolescent"], ["calf love", "temporary love of an adolescent"]]}, {"answer": "crust", "hint": "synonyms for crust", "clues": [["gall", "the trait of being rude and impertinent; inclined to take liberties"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties"], ["incrustation", "a hard outer layer that covers something"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties"]]}, {"answer": "cry", "hint": "synonyms for cry", "clues": [["battle cry", "a slogan used to rally support for a cause"], ["watchword", "a slogan used to rally support for a cause"], ["outcry", "a loud utterance; often in protest or opposition"], ["yell", "a loud utterance of emotion (especially when inarticulate)"], ["call", "a loud utterance; often in protest or opposition"], ["war cry", "a slogan used to rally support for a cause"], ["rallying cry", "a slogan used to rally support for a cause"], ["shout", "a loud utterance; often in protest or opposition"], ["vociferation", "a loud utterance; often in protest or opposition"]]}, {"answer": "cryptograph", "hint": "synonyms for cryptograph", "clues": [["secret writing", "a piece of writing in code or cipher"], ["cipher", "a secret method of writing"], ["cryptogram", "a piece of writing in code or cipher"], ["cypher", "a secret method of writing"], ["secret code", "a secret method of writing"]]}, {"answer": "cryptography", "hint": "synonyms for cryptography", "clues": [["cryptanalytics", "the science of analyzing and deciphering codes and ciphers and cryptograms"], ["steganography", "act of writing in code or cipher"], ["cryptology", "the science of analyzing and deciphering codes and ciphers and cryptograms"], ["coding", "act of writing in code or cipher"], ["secret writing", "act of writing in code or cipher"]]}, {"answer": "crystal", "hint": "synonyms for crystal", "clues": [["lechatelierite", "colorless glass made of almost pure silica"], ["watch crystal", "a protective cover that protects the face of a watch"], ["vitreous silica", "colorless glass made of almost pure silica"], ["quartz", "colorless glass made of almost pure silica"], ["quartz glass", "colorless glass made of almost pure silica"], ["watch glass", "a protective cover that protects the face of a watch"], ["crystallization", "a rock formed by the solidification of a substance; has regularly repeating internal structure; external plane faces"]]}, {"answer": "cs", "hint": "synonyms for cs", "clues": [["ampere-second", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second"], ["hundred", "ten 10s"], ["vitamin C", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy"], ["deoxycytidine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)"], ["century", "ten 10s"], ["coulomb", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second"], ["snow", "street names for cocaine"], ["coke", "street names for cocaine"], ["blow", "street names for cocaine"], ["light speed", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second"], ["nose candy", "street names for cocaine"], ["degree Celsius", "a degree on the centigrade scale of temperature"], ["speed of light", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second"], ["cesium", "a soft silver-white ductile metallic element (liquid at normal temperatures); the most electropositive and alkaline metal"], ["100", "ten 10s"], ["atomic number 55", "a soft silver-white ductile metallic element (liquid at normal temperatures); the most electropositive and alkaline metal"], ["degree centigrade", "a degree on the centigrade scale of temperature"], ["c", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second"], ["cytosine", "a base found in DNA and RNA and derived from pyrimidine; pairs with guanine"], ["carbon", "an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds"], ["one C", "ten 10s"], ["ascorbic acid", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy"]]}, {"answer": "cubage_unit", "hint": "synonyms for cubage unit", "clues": [["volume unit", "a unit of measurement of volume or capacity"], ["capacity unit", "a unit of measurement of volume or capacity"], ["displacement unit", "a unit of measurement of volume or capacity"], ["capacity measure", "a unit of measurement of volume or capacity"], ["cubic measure", "a unit of measurement of volume or capacity"], ["cubic content unit", "a unit of measurement of volume or capacity"], ["cubature unit", "a unit of measurement of volume or capacity"]]}, {"answer": "cuban_sandwich", "hint": "synonyms for cuban sandwich", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "cubature_unit", "hint": "synonyms for cubature unit", "clues": [["volume unit", "a unit of measurement of volume or capacity"], ["capacity unit", "a unit of measurement of volume or capacity"], ["displacement unit", "a unit of measurement of volume or capacity"], ["capacity measure", "a unit of measurement of volume or capacity"], ["cubic content unit", "a unit of measurement of volume or capacity"], ["cubic measure", "a unit of measurement of volume or capacity"], ["cubage unit", "a unit of measurement of volume or capacity"]]}, {"answer": "cubbyhole", "hint": "synonyms for cubbyhole", "clues": [["snuggery", "a small secluded room"], ["snug", "a small secluded room"], ["pigeonhole", "a small compartment"], ["cubby", "a small secluded room"]]}, {"answer": "cube", "hint": "synonyms for cube", "clues": [["block", "a three-dimensional shape with six square or rectangular sides"], ["third power", "the product of three equal terms"], ["regular hexahedron", "a hexahedron with six equal squares as faces"], ["square block", "a block in the (approximate) shape of a cube"]]}, {"answer": "cubic_centimeter", "hint": "synonyms for cubic centimeter", "clues": [["cc", "a metric unit of volume equal to one thousandth of a liter"], ["ml", "a metric unit of volume equal to one thousandth of a liter"], ["milliliter", "a metric unit of volume equal to one thousandth of a liter"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter"], ["mil", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "cubic_centimetre", "hint": "synonyms for cubic centimetre", "clues": [["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter"], ["cc", "a metric unit of volume equal to one thousandth of a liter"], ["ml", "a metric unit of volume equal to one thousandth of a liter"], ["milliliter", "a metric unit of volume equal to one thousandth of a liter"], ["mil", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "cubic_content_unit", "hint": "synonyms for cubic content unit", "clues": [["volume unit", "a unit of measurement of volume or capacity"], ["capacity unit", "a unit of measurement of volume or capacity"], ["displacement unit", "a unit of measurement of volume or capacity"], ["capacity measure", "a unit of measurement of volume or capacity"], ["cubic measure", "a unit of measurement of volume or capacity"], ["cubature unit", "a unit of measurement of volume or capacity"], ["cubage unit", "a unit of measurement of volume or capacity"]]}, {"answer": "cubic_decimeter", "hint": "synonyms for cubic decimeter", "clues": [["litre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["liter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["l", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["cubic decimetre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"]]}, {"answer": "cubic_decimetre", "hint": "synonyms for cubic decimetre", "clues": [["liter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["litre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["cubic decimeter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"], ["l", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)"]]}, {"answer": "cubic_measure", "hint": "synonyms for cubic measure", "clues": [["volume unit", "a unit of measurement of volume or capacity"], ["capacity unit", "a unit of measurement of volume or capacity"], ["displacement unit", "a unit of measurement of volume or capacity"], ["capacity measure", "a unit of measurement of volume or capacity"], ["cubic content unit", "a unit of measurement of volume or capacity"], ["cubature unit", "a unit of measurement of volume or capacity"], ["cubage unit", "a unit of measurement of volume or capacity"]]}, {"answer": "cubicle", "hint": "synonyms for cubicle", "clues": [["booth", "small area set off by walls for special use"], ["kiosk", "small area set off by walls for special use"], ["stall", "small area set off by walls for special use"], ["cell", "small room in which a monk or nun lives"], ["carrel", "small individual study area in a library"]]}, {"answer": "cuckoo's_nest", "hint": "synonyms for cuckoo's nest", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "cud", "hint": "synonyms for cud", "clues": [["chaw", "a wad of something chewable as tobacco"], ["plug", "a wad of something chewable as tobacco"], ["quid", "a wad of something chewable as tobacco"], ["rechewed food", "food of a ruminant regurgitated to be chewed again"], ["wad", "a wad of something chewable as tobacco"], ["chew", "a wad of something chewable as tobacco"]]}, {"answer": "cuddling", "hint": "synonyms for cuddling", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "cue", "hint": "synonyms for cue", "clues": [["discriminative stimulus", "a stimulus that provides information about what to do"], ["pool cue", "sports implement consisting of a tapering rod used to strike a cue ball in pool or billiards"], ["cue stick", "sports implement consisting of a tapering rod used to strike a cue ball in pool or billiards"], ["pool stick", "sports implement consisting of a tapering rod used to strike a cue ball in pool or billiards"], ["clue", "evidence that helps to solve a problem"], ["clew", "evidence that helps to solve a problem"]]}, {"answer": "cuff", "hint": "synonyms for cuff", "clues": [["turnup", "the lap consisting of a turned-back hem encircling the end of the sleeve or leg"], ["handlock", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs"], ["handcuff", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs"], ["manacle", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs"]]}, {"answer": "cul_de_sac", "hint": "synonyms for cul de sac", "clues": [["impasse", "a street with only one way in or out"], ["dead end", "a passage with access only at one end"], ["dead-end street", "a street with only one way in or out"], ["cul", "a passage with access only at one end"], ["blind alley", "a street with only one way in or out"]]}, {"answer": "culmination", "hint": "synonyms for culmination", "clues": [["windup", "a concluding action"], ["mop up", "a concluding action"], ["apogee", "a final climactic stage"], ["climax", "the decisive moment in a novel or play"], ["completion", "a concluding action"], ["closing", "a concluding action"]]}, {"answer": "cult", "hint": "synonyms for cult", "clues": [["rage", "an interest followed with exaggerated zeal"], ["cultus", "a system of religious beliefs and rituals"], ["furor", "an interest followed with exaggerated zeal"], ["fad", "an interest followed with exaggerated zeal"], ["craze", "an interest followed with exaggerated zeal"], ["religious cult", "a system of religious beliefs and rituals"]]}, {"answer": "cultivated_land", "hint": "synonyms for cultivated land", "clues": [["tillage", "arable land that is worked by plowing and sowing and raising crops"], ["tilth", "arable land that is worked by plowing and sowing and raising crops"], ["farmland", "arable land that is worked by plowing and sowing and raising crops"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops"], ["plowland", "arable land that is worked by plowing and sowing and raising crops"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops"]]}, {"answer": "cumulation", "hint": "synonyms for cumulation", "clues": [["agglomerate", "a collection of objects laid on top of each other"], ["cumulus", "a collection of objects laid on top of each other"], ["mound", "a collection of objects laid on top of each other"], ["heap", "a collection of objects laid on top of each other"], ["pile", "a collection of objects laid on top of each other"]]}, {"answer": "cumulus", "hint": "synonyms for cumulus", "clues": [["cumulus cloud", "a globular cloud"], ["cumulation", "a collection of objects laid on top of each other"], ["agglomerate", "a collection of objects laid on top of each other"], ["mound", "a collection of objects laid on top of each other"], ["heap", "a collection of objects laid on top of each other"], ["pile", "a collection of objects laid on top of each other"]]}, {"answer": "curb", "hint": "synonyms for curb", "clues": [["curb bit", "a horse's bit with an attached chain or strap to check the horse"], ["curbing", "an edge between a sidewalk and a roadway consisting of a line of curbstones (usually forming part of a gutter)"], ["bridle", "the act of restraining power or action or limiting excess"], ["check", "the act of restraining power or action or limiting excess"], ["kerb", "an edge between a sidewalk and a roadway consisting of a line of curbstones (usually forming part of a gutter)"]]}, {"answer": "curing", "hint": "synonyms for curing", "clues": [["hardening", "the process of becoming hard or solid by cooling or drying or crystallization"], ["set", "the process of becoming hard or solid by cooling or drying or crystallization"], ["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization"]]}, {"answer": "curio", "hint": "synonyms for curio", "clues": [["curiosity", "something unusual -- perhaps worthy of collecting"], ["peculiarity", "something unusual -- perhaps worthy of collecting"], ["rarity", "something unusual -- perhaps worthy of collecting"], ["oddity", "something unusual -- perhaps worthy of collecting"], ["oddment", "something unusual -- perhaps worthy of collecting"]]}, {"answer": "curiosity", "hint": "synonyms for curiosity", "clues": [["peculiarity", "something unusual -- perhaps worthy of collecting"], ["wonder", "a state in which you want to learn more about something"], ["curio", "something unusual -- perhaps worthy of collecting"], ["rarity", "something unusual -- perhaps worthy of collecting"], ["oddity", "something unusual -- perhaps worthy of collecting"], ["oddment", "something unusual -- perhaps worthy of collecting"]]}, {"answer": "curl", "hint": "synonyms for curl", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"]]}, {"answer": "curlicue", "hint": "synonyms for curlicue", "clues": [["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["squiggle", "a short twisting line"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"]]}, {"answer": "curse", "hint": "synonyms for curse", "clues": [["torment", "a severe affliction"], ["oath", "profane or obscene expression usually of surprise or anger"], ["swearword", "profane or obscene expression usually of surprise or anger"], ["expletive", "profane or obscene expression usually of surprise or anger"], ["whammy", "an evil spell"], ["condemnation", "an appeal to some supernatural power to inflict evil on someone or some group"], ["hex", "an evil spell"], ["curse word", "profane or obscene expression usually of surprise or anger"], ["execration", "an appeal to some supernatural power to inflict evil on someone or some group"], ["swearing", "profane or obscene expression usually of surprise or anger"], ["jinx", "an evil spell"], ["cuss", "profane or obscene expression usually of surprise or anger"]]}, {"answer": "curse_word", "hint": "synonyms for curse word", "clues": [["oath", "profane or obscene expression usually of surprise or anger"], ["swearword", "profane or obscene expression usually of surprise or anger"], ["swearing", "profane or obscene expression usually of surprise or anger"], ["expletive", "profane or obscene expression usually of surprise or anger"], ["curse", "profane or obscene expression usually of surprise or anger"], ["cuss", "profane or obscene expression usually of surprise or anger"]]}, {"answer": "curtain", "hint": "synonyms for curtain", "clues": [["drapery", "hanging cloth used as a blind (especially for a window)"], ["drape", "hanging cloth used as a blind (especially for a window)"], ["pall", "hanging cloth used as a blind (especially for a window)"], ["mantle", "hanging cloth used as a blind (especially for a window)"]]}, {"answer": "curtness", "hint": "synonyms for curtness", "clues": [["shortness", "an abrupt discourteous manner"], ["gruffness", "an abrupt discourteous manner"], ["abruptness", "an abrupt discourteous manner"], ["brusqueness", "an abrupt discourteous manner"]]}, {"answer": "curve", "hint": "synonyms for curve", "clues": [["breaking ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter"], ["curved shape", "the trace of a point whose direction of motion changes"], ["curve ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter"], ["curvature", "the property possessed by the curving of a line or surface"], ["bend", "curved segment (of a road or river or railroad track etc.)"], ["bender", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter"]]}, {"answer": "cuss", "hint": "synonyms for cuss", "clues": [["oath", "profane or obscene expression usually of surprise or anger"], ["swearword", "profane or obscene expression usually of surprise or anger"], ["swearing", "profane or obscene expression usually of surprise or anger"], ["expletive", "profane or obscene expression usually of surprise or anger"], ["curse", "profane or obscene expression usually of surprise or anger"], ["curse word", "profane or obscene expression usually of surprise or anger"]]}, {"answer": "customs", "hint": "synonyms for customs", "clues": [["impost", "money collected under a tariff"], ["customs duty", "money collected under a tariff"], ["custom", "money collected under a tariff"], ["usage", "accepted or habitual practice"], ["tradition", "a specific practice of long standing"], ["usance", "accepted or habitual practice"]]}, {"answer": "cutaneous_senses", "hint": "synonyms for cutaneous senses", "clues": [["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"]]}, {"answer": "cutter", "hint": "synonyms for cutter", "clues": [["ship's boat", "a boat for communication between ship and shore"], ["cutlery", "a cutting implement; a tool for cutting"], ["tender", "a boat for communication between ship and shore"], ["pinnace", "a boat for communication between ship and shore"], ["cutting tool", "a cutting implement; a tool for cutting"]]}, {"answer": "cwt", "hint": "synonyms for cwt", "clues": [["hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["long hundredweight", "a British unit of weight equivalent to 112 pounds"], ["quintal", "a United States unit of weight equivalent to 100 pounds"], ["centner", "a United States unit of weight equivalent to 100 pounds"], ["cental", "a United States unit of weight equivalent to 100 pounds"]]}, {"answer": "cycle", "hint": "synonyms for cycle", "clues": [["rhythm", "an interval during which a recurring sequence of events occurs"], ["wheel", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second"], ["bike", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second"], ["oscillation", "a single complete execution of a periodically repeated phenomenon"], ["cps", "the unit of frequency; one hertz has a periodic interval of one second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second"], ["bicycle", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["round", "an interval during which a recurring sequence of events occurs"]]}, {"answer": "cycle_per_second", "hint": "synonyms for cycle per second", "clues": [["cps", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second"]]}, {"answer": "cycles/second", "hint": "synonyms for cycles/second", "clues": [["cps", "the unit of frequency; one hertz has a periodic interval of one second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second"]]}, {"answer": "cypher", "hint": "synonyms for cypher", "clues": [["cipher", "a mathematical element that when added to another number yields the same number"], ["zilch", "a quantity of no importance"], ["secret code", "a secret method of writing"], ["aught", "a quantity of no importance"], ["0", "a mathematical element that when added to another number yields the same number"], ["zippo", "a quantity of no importance"], ["nothing", "a quantity of no importance"], ["null", "a quantity of no importance"], ["zero", "a mathematical element that when added to another number yields the same number"], ["nada", "a quantity of no importance"], ["nought", "a mathematical element that when added to another number yields the same number"], ["cryptograph", "a secret method of writing"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["zip", "a quantity of no importance"]]}, {"answer": "dab", "hint": "synonyms for dab", "clues": [["splatter", "a small quantity of something moist or liquid"], ["tap", "a light touch or stroke"], ["splash", "a small quantity of something moist or liquid"], ["pat", "a light touch or stroke"]]}, {"answer": "dais", "hint": "synonyms for dais", "clues": [["stump", "a platform raised above the surrounding level to give prominence to the person on it"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it"], ["ambo", "a platform raised above the surrounding level to give prominence to the person on it"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it"]]}, {"answer": "dalliance", "hint": "synonyms for dalliance", "clues": [["trifling", "the deliberate act of delaying and playing instead of working"], ["flirt", "playful behavior intended to arouse sexual interest"], ["flirtation", "playful behavior intended to arouse sexual interest"], ["toying", "playful behavior intended to arouse sexual interest"], ["coquetry", "playful behavior intended to arouse sexual interest"], ["dawdling", "the deliberate act of delaying and playing instead of working"]]}, {"answer": "dam", "hint": "synonyms for dam", "clues": [["dekametre", "a metric unit of length equal to ten meters"], ["dyke", "a barrier constructed to contain the flow of water or to keep out the sea"], ["decameter", "a metric unit of length equal to ten meters"], ["dike", "a barrier constructed to contain the flow of water or to keep out the sea"], ["dkm", "a metric unit of length equal to ten meters"]]}, {"answer": "damage", "hint": "synonyms for damage", "clues": [["hurt", "the act of damaging something or someone"], ["harm", "the act of damaging something or someone"], ["terms", "the amount of money needed to purchase something"], ["wrong", "any harm or injury resulting from a violation of a legal right"], ["equipment casualty", "loss of military equipment"], ["legal injury", "any harm or injury resulting from a violation of a legal right"], ["scathe", "the act of damaging something or someone"], ["impairment", "the occurrence of a change for the worse"], ["price", "the amount of money needed to purchase something"]]}, {"answer": "damages", "hint": "synonyms for damages", "clues": [["damage", "the amount of money needed to purchase something"], ["hurt", "the act of damaging something or someone"], ["indemnification", "a sum of money paid in compensation for loss or injury"], ["harm", "the occurrence of a change for the worse"], ["equipment casualty", "loss of military equipment"], ["legal injury", "any harm or injury resulting from a violation of a legal right"], ["redress", "a sum of money paid in compensation for loss or injury"], ["indemnity", "a sum of money paid in compensation for loss or injury"], ["amends", "a sum of money paid in compensation for loss or injury"], ["wrong", "any harm or injury resulting from a violation of a legal right"], ["terms", "the amount of money needed to purchase something"], ["restitution", "a sum of money paid in compensation for loss or injury"], ["scathe", "the act of damaging something or someone"], ["impairment", "the occurrence of a change for the worse"], ["price", "the amount of money needed to purchase something"]]}, {"answer": "dandle_board", "hint": "synonyms for dandle board", "clues": [["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teetertotter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"]]}, {"answer": "dapple", "hint": "synonyms for dapple", "clues": [["maculation", "a small contrasting part of something"], ["fleck", "a small contrasting part of something"], ["speckle", "a small contrasting part of something"], ["spot", "a small contrasting part of something"], ["patch", "a small contrasting part of something"]]}, {"answer": "darkness", "hint": "synonyms for darkness", "clues": [["swarthiness", "a swarthy complexion"], ["dark", "an unilluminated area"], ["shadow", "an unilluminated area"], ["duskiness", "a swarthy complexion"]]}, {"answer": "darn", "hint": "synonyms for darn", "clues": [["patch", "sewing that repairs a worn or torn hole (especially in a garment)"], ["shucks", "something of little value"], ["mend", "sewing that repairs a worn or torn hole (especially in a garment)"], ["damn", "something of little value"], ["shit", "something of little value"], ["hoot", "something of little value"], ["red cent", "something of little value"], ["tinker's damn", "something of little value"]]}, {"answer": "dash", "hint": "synonyms for dash", "clues": [["style", "distinctive and stylish elegance"], ["sprint", "a quick run"], ["hyphen", "a punctuation mark (-) used between parts of a compound word or between the syllables of a word when the word is divided at the end of a line of text"], ["dah", "the longer of the two telegraphic signals used in Morse code"], ["bolt", "the act of moving with great haste"], ["flair", "distinctive and stylish elegance"], ["elan", "distinctive and stylish elegance"], ["panache", "distinctive and stylish elegance"]]}, {"answer": "dasheen", "hint": "synonyms for dasheen", "clues": [["edda", "tropical starchy tuberous root"], ["taro", "tropical starchy tuberous root"], ["cocoyam", "tropical starchy tuberous root"], ["taro root", "tropical starchy tuberous root"]]}, {"answer": "data_processor", "hint": "synonyms for data processor", "clues": [["computer", "a machine for performing calculations automatically"], ["computing device", "a machine for performing calculations automatically"], ["electronic computer", "a machine for performing calculations automatically"], ["computing machine", "a machine for performing calculations automatically"], ["information processing system", "a machine for performing calculations automatically"]]}, {"answer": "date", "hint": "synonyms for date", "clues": [["day of the month", "the specified day of the month"], ["particular date", "a particular but unspecified point in time"], ["appointment", "a meeting arranged in advance"], ["engagement", "a meeting arranged in advance"]]}, {"answer": "daub", "hint": "synonyms for daub", "clues": [["slur", "a blemish made by dirt"], ["smudge", "a blemish made by dirt"], ["smear", "a blemish made by dirt"], ["blot", "a blemish made by dirt"], ["smirch", "a blemish made by dirt"], ["spot", "a blemish made by dirt"]]}, {"answer": "davy_jones", "hint": "synonyms for davy jones", "clues": [["seabed", "the bottom of a sea or ocean"], ["sea bottom", "the bottom of a sea or ocean"], ["sea floor", "the bottom of a sea or ocean"], ["ocean floor", "the bottom of a sea or ocean"], ["ocean bottom", "the bottom of a sea or ocean"]]}, {"answer": "davy_jones's_locker", "hint": "synonyms for davy jones's locker", "clues": [["seabed", "the bottom of a sea or ocean"], ["sea bottom", "the bottom of a sea or ocean"], ["sea floor", "the bottom of a sea or ocean"], ["ocean floor", "the bottom of a sea or ocean"], ["ocean bottom", "the bottom of a sea or ocean"]]}, {"answer": "dawn", "hint": "synonyms for dawn", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["dawning", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "dawning", "hint": "synonyms for dawning", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "day", "hint": "synonyms for day", "clues": [["twenty-four hour period", "time for Earth to make a complete rotation on its axis"], ["daylight", "the time after sunrise and before sunset while it is light outside"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis"], ["daytime", "the time after sunrise and before sunset while it is light outside"], ["sidereal day", "the time for one complete rotation of the earth relative to a particular star, about 4 minutes shorter than a mean solar day"], ["solar day", "time for Earth to make a complete rotation on its axis"], ["24-hour interval", "time for Earth to make a complete rotation on its axis"], ["mean solar day", "time for Earth to make a complete rotation on its axis"]]}, {"answer": "day_book", "hint": "synonyms for day book", "clues": [["rap sheet", "the daily written record of events (as arrests) in a police station"], ["blotter", "the daily written record of events (as arrests) in a police station"], ["police blotter", "the daily written record of events (as arrests) in a police station"], ["charge sheet", "the daily written record of events (as arrests) in a police station"]]}, {"answer": "day_of_judgement", "hint": "synonyms for day of judgement", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "day_of_judgment", "hint": "synonyms for day of judgment", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "day_of_reckoning", "hint": "synonyms for day of reckoning", "clues": [["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "an unpleasant or disastrous destiny"], ["doomsday", "an unpleasant or disastrous destiny"], ["doom", "an unpleasant or disastrous destiny"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "daybreak", "hint": "synonyms for daybreak", "clues": [["sunup", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "daydream", "hint": "synonyms for daydream", "clues": [["castle in Spain", "absentminded dreaming while awake"], ["castle in the air", "absentminded dreaming while awake"], ["air castle", "absentminded dreaming while awake"], ["oneirism", "absentminded dreaming while awake"], ["revery", "absentminded dreaming while awake"], ["daydreaming", "absentminded dreaming while awake"], ["reverie", "absentminded dreaming while awake"]]}, {"answer": "daydreaming", "hint": "synonyms for daydreaming", "clues": [["castle in Spain", "absentminded dreaming while awake"], ["castle in the air", "absentminded dreaming while awake"], ["daydream", "absentminded dreaming while awake"], ["air castle", "absentminded dreaming while awake"], ["oneirism", "absentminded dreaming while awake"], ["revery", "absentminded dreaming while awake"], ["reverie", "absentminded dreaming while awake"]]}, {"answer": "days", "hint": "synonyms for days", "clues": [["twenty-four hour period", "time for Earth to make a complete rotation on its axis"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis"], ["day", "the period of time taken by a particular planet (e.g. Mars) to make a complete rotation on its axis"], ["daytime", "the time after sunrise and before sunset while it is light outside"], ["sidereal day", "the time for one complete rotation of the earth relative to a particular star, about 4 minutes shorter than a mean solar day"], ["24-hour interval", "time for Earth to make a complete rotation on its axis"], ["mean solar day", "time for Earth to make a complete rotation on its axis"], ["years", "the time during which someone's life continues"], ["daylight", "the time after sunrise and before sunset while it is light outside"], ["solar day", "time for Earth to make a complete rotation on its axis"]]}, {"answer": "dayspring", "hint": "synonyms for dayspring", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"]]}, {"answer": "daze", "hint": "synonyms for daze", "clues": [["stupor", "the feeling of distress and disbelief that you have when something bad happens accidentally"], ["fog", "confusion characterized by lack of clarity"], ["haze", "confusion characterized by lack of clarity"], ["shock", "the feeling of distress and disbelief that you have when something bad happens accidentally"]]}, {"answer": "db", "hint": "synonyms for db", "clues": [["dB", "a logarithmic unit of sound intensity; 10 times the logarithm of the ratio of the sound intensity to some reference intensity"], ["hahnium", "a transuranic element"], ["atomic number 105", "a transuranic element"], ["element 105", "a transuranic element"], ["dubnium", "a transuranic element"], ["decibel", "a logarithmic unit of sound intensity; 10 times the logarithm of the ratio of the sound intensity to some reference intensity"]]}, {"answer": "deal", "hint": "synonyms for deal", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["softwood", "wood that is easy to saw (from conifers such as pine or fir)"], ["hand", "the cards held in a card game by a given player at any given time"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["business deal", "a particular instance of buying or selling"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["bargain", "an agreement between parties (usually arrived at after discussion) fixing obligations of each"], ["passel", "(often followed by `of') a large number or amount or extent"], ["trade", "a particular instance of buying or selling"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "dealings", "hint": "synonyms for dealings", "clues": [["dealing", "method or manner of conduct in relation to others"], ["traffic", "social or verbal interchange (usually followed by `with')"], ["transaction", "the act of transacting within or between groups (as carrying on commercial activities)"], ["relations", "mutual dealings or connections or communications among persons or groups"]]}, {"answer": "death", "hint": "synonyms for death", "clues": [["dying", "the time when something ends"], ["expiry", "the event of dying or departure from life"], ["decease", "the event of dying or departure from life"], ["last", "the time at which life ends; continuing until dead"], ["demise", "the time when something ends"]]}, {"answer": "death_rate", "hint": "synonyms for death rate", "clues": [["mortality", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"], ["deathrate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"], ["mortality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"], ["fatality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"]]}, {"answer": "deathrate", "hint": "synonyms for deathrate", "clues": [["mortality", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"], ["mortality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"], ["fatality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"], ["death rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year"]]}, {"answer": "debacle", "hint": "synonyms for debacle", "clues": [["walloping", "a sound defeat"], ["slaughter", "a sound defeat"], ["trouncing", "a sound defeat"], ["thrashing", "a sound defeat"], ["whipping", "a sound defeat"], ["fiasco", "a sudden and violent collapse"], ["drubbing", "a sound defeat"]]}, {"answer": "debate", "hint": "synonyms for debate", "clues": [["argument", "a discussion in which reasons are advanced for and against some proposition or proposal"], ["disputation", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)"], ["public debate", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)"], ["argumentation", "a discussion in which reasons are advanced for and against some proposition or proposal"]]}, {"answer": "debauch", "hint": "synonyms for debauch", "clues": [["bacchanalia", "a wild gathering involving excessive drinking and promiscuity"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity"], ["riot", "a wild gathering involving excessive drinking and promiscuity"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity"], ["orgy", "a wild gathering involving excessive drinking and promiscuity"]]}, {"answer": "debauchery", "hint": "synonyms for debauchery", "clues": [["bacchanalia", "a wild gathering involving excessive drinking and promiscuity"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity"], ["riot", "a wild gathering involving excessive drinking and promiscuity"], ["debauch", "a wild gathering involving excessive drinking and promiscuity"], ["orgy", "a wild gathering involving excessive drinking and promiscuity"]]}, {"answer": "debris", "hint": "synonyms for debris", "clues": [["rubble", "the remains of something that has been destroyed or broken up"], ["detritus", "the remains of something that has been destroyed or broken up"], ["dust", "the remains of something that has been destroyed or broken up"], ["junk", "the remains of something that has been destroyed or broken up"]]}, {"answer": "debut", "hint": "synonyms for debut", "clues": [["entry", "the act of beginning something new"], ["first appearance", "the act of beginning something new"], ["introduction", "the act of beginning something new"], ["launching", "the act of beginning something new"], ["unveiling", "the act of beginning something new"]]}, {"answer": "decade", "hint": "synonyms for decade", "clues": [["decennary", "a period of 10 years"], ["decennium", "a period of 10 years"], ["tenner", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["ten", "the cardinal number that is the sum of nine and one; the base of the decimal system"]]}, {"answer": "decaliter", "hint": "synonyms for decaliter", "clues": [["dekaliter", "a metric unit of volume or capacity equal to 10 liters"], ["dal", "a metric unit of volume or capacity equal to 10 liters"], ["dkl", "a metric unit of volume or capacity equal to 10 liters"], ["decalitre", "a metric unit of volume or capacity equal to 10 liters"]]}, {"answer": "decametre", "hint": "synonyms for decametre", "clues": [["dekametre", "a metric unit of length equal to ten meters"], ["decameter", "a metric unit of length equal to ten meters"], ["dam", "a metric unit of length equal to ten meters"], ["dkm", "a metric unit of length equal to ten meters"]]}, {"answer": "decay", "hint": "synonyms for decay", "clues": [["decline", "a gradual decrease; as of stored charge or current"], ["radioactive decay", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation"], ["decomposition", "the organic phenomenon of rotting"], ["disintegration", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation"]]}, {"answer": "deceit", "hint": "synonyms for deceit", "clues": [["deception", "the act of deceiving"], ["misrepresentation", "a misleading falsehood"], ["dissimulation", "the act of deceiving"], ["dissembling", "the act of deceiving"], ["fraudulence", "the quality of being fraudulent"]]}, {"answer": "deception", "hint": "synonyms for deception", "clues": [["conjuration", "an illusory feat; considered magical by naive observers"], ["dissimulation", "the act of deceiving"], ["trick", "an illusory feat; considered magical by naive observers"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["dissembling", "the act of deceiving"], ["deceit", "the act of deceiving"], ["illusion", "an illusory feat; considered magical by naive observers"], ["magic", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["misrepresentation", "a misleading falsehood"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["thaumaturgy", "an illusory feat; considered magical by naive observers"]]}, {"answer": "declaration", "hint": "synonyms for declaration", "clues": [["proclamation", "a formal public statement"], ["resolve", "a formal expression by a meeting; agreed to by a vote"], ["annunciation", "a formal public statement"], ["resolution", "a formal expression by a meeting; agreed to by a vote"], ["contract", "(contract bridge) the highest bid becomes the contract setting the number of tricks that the bidder must make"], ["announcement", "a formal public statement"]]}, {"answer": "declarative_mood", "hint": "synonyms for declarative mood", "clues": [["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"]]}, {"answer": "declension", "hint": "synonyms for declension", "clues": [["fall", "a downward slope or bend"], ["downslope", "a downward slope or bend"], ["descent", "a downward slope or bend"], ["declivity", "a downward slope or bend"], ["worsening", "process of changing to an inferior state"], ["declination", "a downward slope or bend"], ["deterioration", "process of changing to an inferior state"], ["decline", "a downward slope or bend"], ["decline in quality", "process of changing to an inferior state"]]}, {"answer": "declination", "hint": "synonyms for declination", "clues": [["fall", "a downward slope or bend"], ["downslope", "a downward slope or bend"], ["descent", "a downward slope or bend"], ["celestial latitude", "(astronomy) the angular distance of a celestial body north or to the south of the celestial equator; expressed in degrees; used with right ascension to specify positions on the celestial sphere"], ["declivity", "a downward slope or bend"], ["decline", "a downward slope or bend"], ["declension", "a downward slope or bend"], ["regrets", "a polite refusal of an invitation"], ["dec", "(astronomy) the angular distance of a celestial body north or to the south of the celestial equator; expressed in degrees; used with right ascension to specify positions on the celestial sphere"]]}, {"answer": "decline", "hint": "synonyms for decline", "clues": [["diminution", "change toward something smaller or lower"], ["fall", "a downward slope or bend"], ["downslope", "a downward slope or bend"], ["descent", "a downward slope or bend"], ["declivity", "a downward slope or bend"], ["declination", "a downward slope or bend"], ["decay", "a gradual decrease; as of stored charge or current"], ["declension", "a downward slope or bend"]]}, {"answer": "declivity", "hint": "synonyms for declivity", "clues": [["declination", "a downward slope or bend"], ["decline", "a downward slope or bend"], ["declension", "a downward slope or bend"], ["fall", "a downward slope or bend"], ["downslope", "a downward slope or bend"], ["descent", "a downward slope or bend"]]}, {"answer": "decomposition", "hint": "synonyms for decomposition", "clues": [["decay", "the organic phenomenon of rotting"], ["vector decomposition", "the analysis of a vector field"], ["chemical decomposition reaction", "(chemistry) separation of a substance into two or more substances that may differ from each other and from the original substance"], ["putrefaction", "(biology) the process of decay caused by bacterial or fungal action"], ["rot", "(biology) the process of decay caused by bacterial or fungal action"], ["rotting", "(biology) the process of decay caused by bacterial or fungal action"], ["decomposition reaction", "(chemistry) separation of a substance into two or more substances that may differ from each other and from the original substance"]]}, {"answer": "decoration", "hint": "synonyms for decoration", "clues": [["medal", "an award for winning a championship or commemorating some other event"], ["ribbon", "an award for winning a championship or commemorating some other event"], ["medallion", "an award for winning a championship or commemorating some other event"], ["laurel wreath", "an award for winning a championship or commemorating some other event"], ["ornament", "something used to beautify"], ["palm", "an award for winning a championship or commemorating some other event"], ["ornamentation", "something used to beautify"]]}, {"answer": "decrease", "hint": "synonyms for decrease", "clues": [["lessening", "a change downward"], ["drop-off", "a change downward"], ["decrement", "a process of becoming smaller or shorter"], ["diminution", "the act of decreasing or reducing something"], ["step-down", "the act of decreasing or reducing something"], ["reduction", "the act of decreasing or reducing something"]]}, {"answer": "decree", "hint": "synonyms for decree", "clues": [["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"]]}, {"answer": "dedication", "hint": "synonyms for dedication", "clues": [["commitment", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["inscription", "a short message (as in a book or musical work or on a photograph) dedicating it to someone or something"], ["allegiance", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["loyalty", "the act of binding yourself (intellectually or emotionally) to a course of action"]]}, {"answer": "deduction", "hint": "synonyms for deduction", "clues": [["price reduction", "the act of reducing the selling price of merchandise"], ["tax deduction", "a reduction in the gross amount on which a tax is calculated; reduces taxes by the percentage fixed for the taxpayer's income bracket"], ["discount", "the act of reducing the selling price of merchandise"], ["entailment", "something that is inferred (deduced or entailed or implied)"], ["subtraction", "the act of subtracting (removing a part from the whole)"], ["deductive reasoning", "reasoning from the general to the particular (or from cause to effect)"], ["tax write-off", "a reduction in the gross amount on which a tax is calculated; reduces taxes by the percentage fixed for the taxpayer's income bracket"], ["synthesis", "reasoning from the general to the particular (or from cause to effect)"], ["implication", "something that is inferred (deduced or entailed or implied)"]]}, {"answer": "deed", "hint": "synonyms for deed", "clues": [["title", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it"], ["deed of conveyance", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it"], ["act", "something that people do or cause to happen"], ["human action", "something that people do or cause to happen"], ["human activity", "something that people do or cause to happen"]]}, {"answer": "deeds", "hint": "synonyms for deeds", "clues": [["act", "something that people do or cause to happen"], ["works", "performance of moral or religious acts"], ["deed", "something that people do or cause to happen"], ["title", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it"], ["deed of conveyance", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it"], ["human action", "something that people do or cause to happen"], ["human activity", "something that people do or cause to happen"]]}, {"answer": "deep_brown", "hint": "synonyms for deep brown", "clues": [["chocolate", "a medium brown to dark-brown color"], ["burnt umber", "a medium brown to dark-brown color"], ["coffee", "a medium brown to dark-brown color"], ["umber", "a medium brown to dark-brown color"]]}, {"answer": "deepness", "hint": "synonyms for deepness", "clues": [["profoundness", "the quality of being physically deep"], ["astuteness", "the intellectual ability to penetrate deeply into ideas"], ["profundity", "the intellectual ability to penetrate deeply into ideas"], ["depth", "the intellectual ability to penetrate deeply into ideas"]]}, {"answer": "defalcation", "hint": "synonyms for defalcation", "clues": [["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"]]}, {"answer": "defamation", "hint": "synonyms for defamation", "clues": [["calumny", "an abusive attack on a person's character or good name"], ["denigration", "an abusive attack on a person's character or good name"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["aspersion", "an abusive attack on a person's character or good name"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["slander", "an abusive attack on a person's character or good name"]]}, {"answer": "defence", "hint": "synonyms for defence", "clues": [["defence force", "an organization of defenders that provides resistance against attack"], ["defense", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires"], ["defense lawyers", "the defendant and his legal advisors collectively"], ["denial", "a defendant's answer or plea denying the truth of the charges against him"], ["defense mechanism", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires"], ["defending team", "(sports) the team that is trying to prevent the other team from scoring"], ["defensive structure", "a structure used to defend against attack"], ["defence reaction", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires"], ["demurrer", "a defendant's answer or plea denying the truth of the charges against him"], ["vindication", "the justification for some act or belief"], ["defensive measure", "(military) military action or resources protecting a country against potential enemies"], ["refutation", "the speech act of answering an attack on your assertions"], ["defense team", "the defendant and his legal advisors collectively"]]}, {"answer": "defense", "hint": "synonyms for defense", "clues": [["defence force", "an organization of defenders that provides resistance against attack"], ["denial", "a defendant's answer or plea denying the truth of the charges against him"], ["defense lawyers", "the defendant and his legal advisors collectively"], ["defence", "an organization of defenders that provides resistance against attack"], ["defense mechanism", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires"], ["defending team", "(sports) the team that is trying to prevent the other team from scoring"], ["defensive structure", "a structure used to defend against attack"], ["defence reaction", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires"], ["demurrer", "a defendant's answer or plea denying the truth of the charges against him"], ["vindication", "the justification for some act or belief"], ["defensive measure", "(military) military action or resources protecting a country against potential enemies"], ["refutation", "the speech act of answering an attack on your assertions"], ["defense team", "the defendant and his legal advisors collectively"]]}, {"answer": "deference", "hint": "synonyms for deference", "clues": [["respectfulness", "courteous regard for people's feelings"], ["compliance", "a disposition or tendency to yield to the will of others"], ["respect", "a courteous expression (by word or deed) of esteem or regard"], ["obligingness", "a disposition or tendency to yield to the will of others"]]}, {"answer": "deflection", "hint": "synonyms for deflection", "clues": [["deflexion", "a turning aside (of your course or attention or concern)"], ["digression", "a turning aside (of your course or attention or concern)"], ["bending", "the property of being bent or deflected"], ["refraction", "the amount by which a propagating wave is bent"], ["diversion", "a turning aside (of your course or attention or concern)"], ["deviation", "a turning aside (of your course or attention or concern)"], ["divagation", "a turning aside (of your course or attention or concern)"]]}, {"answer": "deflexion", "hint": "synonyms for deflexion", "clues": [["deflection", "the property of being bent or deflected"], ["digression", "a turning aside (of your course or attention or concern)"], ["bending", "the property of being bent or deflected"], ["refraction", "the amount by which a propagating wave is bent"], ["diversion", "a turning aside (of your course or attention or concern)"], ["deviation", "a turning aside (of your course or attention or concern)"], ["divagation", "a turning aside (of your course or attention or concern)"]]}, {"answer": "deftness", "hint": "synonyms for deftness", "clues": [["adeptness", "skillful performance or ability without difficulty"], ["facility", "skillful performance or ability without difficulty"], ["adroitness", "skillful performance or ability without difficulty"], ["quickness", "skillful performance or ability without difficulty"]]}, {"answer": "degeneracy", "hint": "synonyms for degeneracy", "clues": [["depravation", "moral perversion; impairment of virtue and moral principles"], ["putrefaction", "moral perversion; impairment of virtue and moral principles"], ["corruption", "moral perversion; impairment of virtue and moral principles"], ["depravity", "moral perversion; impairment of virtue and moral principles"]]}, {"answer": "degree", "hint": "synonyms for degree", "clues": [["grade", "a position on a scale of intensity or amount or quality"], ["academic degree", "an award conferred by a college or university signifying that the recipient has satisfactorily completed a course of study"], ["arcdegree", "a measure for arcs and angles"], ["level", "a position on a scale of intensity or amount or quality"]]}, {"answer": "dejectedness", "hint": "synonyms for dejectedness", "clues": [["downheartedness", "a feeling of low spirits"], ["lowness", "a feeling of low spirits"], ["dispiritedness", "a feeling of low spirits"], ["low-spiritedness", "a feeling of low spirits"]]}, {"answer": "dejection", "hint": "synonyms for dejection", "clues": [["feces", "solid excretory product evacuated from the bowels"], ["ordure", "solid excretory product evacuated from the bowels"], ["stool", "solid excretory product evacuated from the bowels"], ["fecal matter", "solid excretory product evacuated from the bowels"]]}, {"answer": "dekaliter", "hint": "synonyms for dekaliter", "clues": [["dal", "a metric unit of volume or capacity equal to 10 liters"], ["dekalitre", "a metric unit of volume or capacity equal to 10 liters"], ["dkl", "a metric unit of volume or capacity equal to 10 liters"], ["decaliter", "a metric unit of volume or capacity equal to 10 liters"]]}, {"answer": "dekalitre", "hint": "synonyms for dekalitre", "clues": [["dekaliter", "a metric unit of volume or capacity equal to 10 liters"], ["dal", "a metric unit of volume or capacity equal to 10 liters"], ["decalitre", "a metric unit of volume or capacity equal to 10 liters"], ["dkl", "a metric unit of volume or capacity equal to 10 liters"]]}, {"answer": "dekameter", "hint": "synonyms for dekameter", "clues": [["dekametre", "a metric unit of length equal to ten meters"], ["decameter", "a metric unit of length equal to ten meters"], ["dam", "a metric unit of length equal to ten meters"], ["dkm", "a metric unit of length equal to ten meters"]]}, {"answer": "delay", "hint": "synonyms for delay", "clues": [["postponement", "time during which some action is awaited"], ["hold", "time during which some action is awaited"], ["wait", "time during which some action is awaited"], ["time lag", "time during which some action is awaited"], ["holdup", "the act of delaying; inactivity resulting in something being put off until a later time"]]}, {"answer": "delegacy", "hint": "synonyms for delegacy", "clues": [["deputation", "a group of representatives or delegates"], ["commission", "a group of representatives or delegates"], ["mission", "a group of representatives or delegates"], ["delegation", "a group of representatives or delegates"]]}, {"answer": "delegation", "hint": "synonyms for delegation", "clues": [["deputation", "authorizing subordinates to make certain decisions"], ["mission", "a group of representatives or delegates"], ["relegation", "authorizing subordinates to make certain decisions"], ["delegacy", "a group of representatives or delegates"], ["commission", "a group of representatives or delegates"], ["delegating", "authorizing subordinates to make certain decisions"]]}, {"answer": "deliberation", "hint": "synonyms for deliberation", "clues": [["slowness", "a rate demonstrating an absence of haste or hurry"], ["unhurriedness", "a rate demonstrating an absence of haste or hurry"], ["advisement", "careful consideration"], ["calculation", "planning something carefully and intentionally"], ["deliberateness", "a rate demonstrating an absence of haste or hurry"], ["weighing", "careful consideration"]]}, {"answer": "delicacy", "hint": "synonyms for delicacy", "clues": [["goody", "something considered choice to eat"], ["discreetness", "subtly skillful handling of a situation"], ["treat", "something considered choice to eat"], ["fineness", "the quality of being beautiful and delicate in appearance"], ["fragility", "lack of physical strength"], ["finesse", "subtly skillful handling of a situation"], ["airiness", "lightness in movement or manner"], ["discretion", "refined taste; tact"], ["slightness", "smallness of stature"], ["diplomacy", "subtly skillful handling of a situation"], ["kickshaw", "something considered choice to eat"], ["dainty", "something considered choice to eat"], ["daintiness", "the quality of being beautiful and delicate in appearance"]]}, {"answer": "delimitation", "hint": "synonyms for delimitation", "clues": [["borderline", "a line that indicates a boundary"], ["border", "a line that indicates a boundary"], ["boundary line", "a line that indicates a boundary"], ["mete", "a line that indicates a boundary"]]}, {"answer": "delineation", "hint": "synonyms for delineation", "clues": [["characterisation", "a graphic or vivid verbal description"], ["portrayal", "representation by drawing or painting etc"], ["depiction", "a graphic or vivid verbal description"], ["picture", "a graphic or vivid verbal description"], ["limning", "a drawing of the outlines of forms or objects"], ["line drawing", "a drawing of the outlines of forms or objects"], ["word-painting", "a graphic or vivid verbal description"], ["word picture", "a graphic or vivid verbal description"]]}, {"answer": "delivery", "hint": "synonyms for delivery", "clues": [["deliverance", "recovery or preservation from loss or danger"], ["legal transfer", "the voluntary transfer of something (title or possession) from one party to another"], ["rescue", "recovery or preservation from loss or danger"], ["pitch", "(baseball) the act of throwing a baseball by a pitcher to a batter"], ["manner of speaking", "your characteristic style or manner of expressing yourself orally"], ["livery", "the voluntary transfer of something (title or possession) from one party to another"], ["bringing", "the act of delivering or distributing something (as goods or mail)"], ["obstetrical delivery", "the act of delivering a child"], ["speech", "your characteristic style or manner of expressing yourself orally"], ["saving", "recovery or preservation from loss or danger"]]}, {"answer": "deluge", "hint": "synonyms for deluge", "clues": [["alluvion", "the rising of a body of water and its overflowing onto normally dry land"], ["flood", "the rising of a body of water and its overflowing onto normally dry land"], ["cloudburst", "a heavy rain"], ["inundation", "an overwhelming number or amount"], ["pelter", "a heavy rain"], ["waterspout", "a heavy rain"], ["soaker", "a heavy rain"], ["downpour", "a heavy rain"], ["torrent", "an overwhelming number or amount"]]}, {"answer": "demarcation", "hint": "synonyms for demarcation", "clues": [["dividing line", "a conceptual separation or distinction"], ["limit", "the boundary of a specific area"], ["line", "a conceptual separation or distinction"], ["contrast", "a conceptual separation or distinction"], ["demarcation line", "the boundary of a specific area"]]}, {"answer": "demeanor", "hint": "synonyms for demeanor", "clues": [["deportment", "(behavioral attributes) the way a person behaves toward other people"], ["behavior", "(behavioral attributes) the way a person behaves toward other people"], ["demeanour", "(behavioral attributes) the way a person behaves toward other people"], ["conduct", "(behavioral attributes) the way a person behaves toward other people"]]}, {"answer": "demeanour", "hint": "synonyms for demeanour", "clues": [["deportment", "(behavioral attributes) the way a person behaves toward other people"], ["behavior", "(behavioral attributes) the way a person behaves toward other people"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people"], ["conduct", "(behavioral attributes) the way a person behaves toward other people"]]}, {"answer": "demesne", "hint": "synonyms for demesne", "clues": [["estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["domain", "territory over which rule or control is exercised"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["land", "territory over which rule or control is exercised"]]}, {"answer": "demonstration", "hint": "synonyms for demonstration", "clues": [["monstrance", "proof by a process of argument or a series of proposition proving an asserted conclusion"], ["presentation", "a show or display; the act of presenting something to sight or view"], ["presentment", "a show or display; the act of presenting something to sight or view"], ["demo", "a visual presentation showing how something works"], ["manifestation", "a public display of group feelings (usually of a political nature)"]]}, {"answer": "demurrer", "hint": "synonyms for demurrer", "clues": [["defense", "a defendant's answer or plea denying the truth of the charges against him"], ["denial", "a defendant's answer or plea denying the truth of the charges against him"], ["demur", "(law) a formal objection to an opponent's pleadings"], ["demurral", "(law) a formal objection to an opponent's pleadings"]]}, {"answer": "denial", "hint": "synonyms for denial", "clues": [["self-abnegation", "renunciation of your own interests in favor of the interests of others"], ["self-denial", "renunciation of your own interests in favor of the interests of others"], ["defense", "a defendant's answer or plea denying the truth of the charges against him"], ["abnegation", "renunciation of your own interests in favor of the interests of others"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others"], ["disaffirmation", "the act of asserting that something alleged is not true"], ["demurrer", "a defendant's answer or plea denying the truth of the charges against him"]]}, {"answer": "denigration", "hint": "synonyms for denigration", "clues": [["calumny", "an abusive attack on a person's character or good name"], ["defamation", "an abusive attack on a person's character or good name"], ["belittling", "a belittling comment"], ["aspersion", "an abusive attack on a person's character or good name"], ["deprecation", "the act of expressing disapproval (especially of yourself)"], ["slander", "an abusive attack on a person's character or good name"]]}, {"answer": "denseness", "hint": "synonyms for denseness", "clues": [["tightness", "the spatial property of being crowded together"], ["dumbness", "the quality of being mentally slow and limited"], ["compactness", "the spatial property of being crowded together"], ["density", "the spatial property of being crowded together"], ["slow-wittedness", "the quality of being mentally slow and limited"], ["concentration", "the spatial property of being crowded together"]]}, {"answer": "density", "hint": "synonyms for density", "clues": [["tightness", "the spatial property of being crowded together"], ["compactness", "the spatial property of being crowded together"], ["concentration", "the spatial property of being crowded together"], ["denseness", "the amount per unit size"]]}, {"answer": "dent", "hint": "synonyms for dent", "clues": [["scratch", "a depression scratched or carved into a surface"], ["nick", "an impression in a surface (as made by a blow)"], ["slit", "a depression scratched or carved into a surface"], ["incision", "a depression scratched or carved into a surface"], ["ding", "an impression in a surface (as made by a blow)"], ["gouge", "an impression in a surface (as made by a blow)"], ["prick", "a depression scratched or carved into a surface"]]}, {"answer": "denudation", "hint": "synonyms for denudation", "clues": [["stripping", "the removal of covering"], ["baring", "the removal of covering"], ["husking", "the removal of covering"], ["uncovering", "the removal of covering"]]}, {"answer": "deoxyephedrine", "hint": "synonyms for deoxyephedrine", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "departure", "hint": "synonyms for departure", "clues": [["exit", "euphemistic expressions for death"], ["passing", "euphemistic expressions for death"], ["deviation", "a variation that deviates from the standard or norm"], ["going", "the act of departing"], ["difference", "a variation that deviates from the standard or norm"], ["leaving", "the act of departing"], ["loss", "euphemistic expressions for death"], ["expiration", "euphemistic expressions for death"], ["divergence", "a variation that deviates from the standard or norm"], ["release", "euphemistic expressions for death"], ["going away", "the act of departing"]]}, {"answer": "depiction", "hint": "synonyms for depiction", "clues": [["characterisation", "a graphic or vivid verbal description"], ["portrayal", "a representation by picture or portraiture"], ["portraying", "a representation by picture or portraiture"], ["depicting", "a representation by picture or portraiture"], ["picture", "a graphic or vivid verbal description"], ["delineation", "a graphic or vivid verbal description"], ["limning", "a drawing of the outlines of forms or objects"], ["line drawing", "a drawing of the outlines of forms or objects"], ["word-painting", "a graphic or vivid verbal description"], ["word picture", "a graphic or vivid verbal description"]]}, {"answer": "deposit", "hint": "synonyms for deposit", "clues": [["deposition", "the natural process of laying down a deposit of something"], ["depository", "a facility where things can be deposited for storage or safekeeping"], ["bank deposit", "money deposited in a bank or some similar institution"], ["down payment", "a partial payment made at the time of purchase; the balance to be paid later"], ["sedimentation", "the phenomenon of sediment or gravel accumulating"], ["alluviation", "the phenomenon of sediment or gravel accumulating"], ["sediment", "matter that has been deposited by some natural process"]]}, {"answer": "depot", "hint": "synonyms for depot", "clues": [["store", "a depository for goods"], ["terminus", "station where transport vehicles load or unload passengers or goods"], ["storage", "a depository for goods"], ["storehouse", "a depository for goods"], ["terminal", "station where transport vehicles load or unload passengers or goods"], ["entrepot", "a depository for goods"]]}, {"answer": "depravation", "hint": "synonyms for depravation", "clues": [["degeneracy", "moral perversion; impairment of virtue and moral principles"], ["putrefaction", "moral perversion; impairment of virtue and moral principles"], ["corruption", "moral perversion; impairment of virtue and moral principles"], ["depravity", "moral perversion; impairment of virtue and moral principles"]]}, {"answer": "depravity", "hint": "synonyms for depravity", "clues": [["depravation", "moral perversion; impairment of virtue and moral principles"], ["turpitude", "a corrupt or depraved or degenerate act or practice"], ["degeneracy", "moral perversion; impairment of virtue and moral principles"], ["putrefaction", "moral perversion; impairment of virtue and moral principles"], ["corruption", "moral perversion; impairment of virtue and moral principles"]]}, {"answer": "depth", "hint": "synonyms for depth", "clues": [["astuteness", "the intellectual ability to penetrate deeply into ideas"], ["profundity", "the intellectual ability to penetrate deeply into ideas"], ["deepness", "the intellectual ability to penetrate deeply into ideas"], ["profoundness", "the intellectual ability to penetrate deeply into ideas"]]}, {"answer": "deputation", "hint": "synonyms for deputation", "clues": [["delegation", "authorizing subordinates to make certain decisions"], ["mission", "a group of representatives or delegates"], ["delegacy", "a group of representatives or delegates"], ["commission", "a group of representatives or delegates"], ["relegating", "authorizing subordinates to make certain decisions"]]}, {"answer": "derby", "hint": "synonyms for derby", "clues": [["plug hat", "a felt hat that is round and hard with a narrow brim"], ["bowler", "a felt hat that is round and hard with a narrow brim"], ["derby hat", "a felt hat that is round and hard with a narrow brim"], ["bowler hat", "a felt hat that is round and hard with a narrow brim"]]}, {"answer": "derby_hat", "hint": "synonyms for derby hat", "clues": [["plug hat", "a felt hat that is round and hard with a narrow brim"], ["bowler", "a felt hat that is round and hard with a narrow brim"], ["derby", "a felt hat that is round and hard with a narrow brim"], ["bowler hat", "a felt hat that is round and hard with a narrow brim"]]}, {"answer": "derivation", "hint": "synonyms for derivation", "clues": [["deriving", "(historical linguistics) an explanation of the historical origins of a word or phrase"], ["lineage", "inherited properties shared with others of your bloodline"], ["filiation", "inherited properties shared with others of your bloodline"], ["etymologizing", "(historical linguistics) an explanation of the historical origins of a word or phrase"], ["ancestry", "inherited properties shared with others of your bloodline"]]}, {"answer": "derived_function", "hint": "synonyms for derived function", "clues": [["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"]]}, {"answer": "descent", "hint": "synonyms for descent", "clues": [["line of descent", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["fall", "a downward slope or bend"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["declivity", "a downward slope or bend"], ["declination", "a downward slope or bend"], ["decline", "a downward slope or bend"], ["bloodline", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["ancestry", "the descendants of one individual"], ["extraction", "properties attributable to your ancestry"], ["line", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["downslope", "a downward slope or bend"], ["filiation", "the kinship relation between an individual and the individual's progenitors"], ["blood", "the descendants of one individual"], ["declension", "a downward slope or bend"]]}, {"answer": "desert_boot", "hint": "synonyms for desert boot", "clues": [["top boot", "a boot reaching halfway up to the knee"], ["half boot", "a boot reaching halfway up to the knee"], ["combat boot", "a boot reaching halfway up to the knee"], ["buskin", "a boot reaching halfway up to the knee"]]}, {"answer": "design", "hint": "synonyms for design", "clues": [["pattern", "a decorative or artistic work"], ["designing", "the act of working out the form of something (as by making a sketch or outline or plan)"], ["blueprint", "something intended as a guide for making something else"], ["plan", "an arrangement scheme"], ["intention", "an anticipated outcome that is intended or that guides your planned actions"], ["intent", "an anticipated outcome that is intended or that guides your planned actions"], ["conception", "the creation of something in the mind"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions"], ["aim", "an anticipated outcome that is intended or that guides your planned actions"], ["innovation", "the creation of something in the mind"], ["excogitation", "the creation of something in the mind"], ["figure", "a decorative or artistic work"]]}, {"answer": "designation", "hint": "synonyms for designation", "clues": [["appellation", "identifying word or words by which someone or something is called and classified or distinguished from others"], ["appointment", "the act of putting a person into a non-elective position"], ["identification", "the act of designating or identifying something"], ["naming", "the act of putting a person into a non-elective position"], ["appellative", "identifying word or words by which someone or something is called and classified or distinguished from others"], ["denomination", "identifying word or words by which someone or something is called and classified or distinguished from others"], ["assignment", "the act of putting a person into a non-elective position"]]}, {"answer": "despatch", "hint": "synonyms for despatch", "clues": [["dispatch", "killing a person or animal"], ["communique", "an official report (usually sent in haste)"], ["shipment", "the act of sending off something"], ["expedition", "the property of being prompt and efficient"], ["expeditiousness", "the property of being prompt and efficient"]]}, {"answer": "despicability", "hint": "synonyms for despicability", "clues": [["baseness", "unworthiness by virtue of lacking higher values"], ["contemptibility", "unworthiness by virtue of lacking higher values"], ["despicableness", "unworthiness by virtue of lacking higher values"], ["sordidness", "unworthiness by virtue of lacking higher values"]]}, {"answer": "despicableness", "hint": "synonyms for despicableness", "clues": [["baseness", "unworthiness by virtue of lacking higher values"], ["contemptibility", "unworthiness by virtue of lacking higher values"], ["despicability", "unworthiness by virtue of lacking higher values"], ["sordidness", "unworthiness by virtue of lacking higher values"]]}, {"answer": "despoilation", "hint": "synonyms for despoilation", "clues": [["despoilment", "the act of stripping and taking by force"], ["despoliation", "the act of stripping and taking by force"], ["spoilation", "the act of stripping and taking by force"], ["spoil", "the act of stripping and taking by force"]]}, {"answer": "despoliation", "hint": "synonyms for despoliation", "clues": [["despoilment", "the act of stripping and taking by force"], ["spoliation", "the act of stripping and taking by force"], ["spoil", "the act of stripping and taking by force"], ["despoilation", "the act of stripping and taking by force"]]}, {"answer": "despotism", "hint": "synonyms for despotism", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "destination", "hint": "synonyms for destination", "clues": [["goal", "the place designated as the end (as of a race or journey)"], ["finish", "the place designated as the end (as of a race or journey)"], ["address", "written directions for finding some location; written on letters or packages that are to be delivered to that location"], ["name and address", "written directions for finding some location; written on letters or packages that are to be delivered to that location"], ["terminus", "the ultimate goal for which something is done"]]}, {"answer": "desynchronization", "hint": "synonyms for desynchronization", "clues": [["asynchrony", "the relation that exists when things occur at unrelated times"], ["asynchronism", "the relation that exists when things occur at unrelated times"], ["desynchronizing", "the relation that exists when things occur at unrelated times"], ["desynchronisation", "the relation that exists when things occur at unrelated times"]]}, {"answer": "detachment", "hint": "synonyms for detachment", "clues": [["disengagement", "the act of releasing from an attachment or connection"], ["withdrawal", "avoiding emotional involvement"], ["breakup", "coming apart"], ["separation", "coming apart"]]}, {"answer": "detail", "hint": "synonyms for detail", "clues": [["contingent", "a temporary military unit"], ["item", "an isolated fact that is considered separately from the whole"], ["particular", "a small part that can be considered separately from the whole"], ["point", "an isolated fact that is considered separately from the whole"]]}, {"answer": "details", "hint": "synonyms for details", "clues": [["particular", "a small part that can be considered separately from the whole"], ["detail", "extended treatment of particulars"], ["contingent", "a temporary military unit"], ["item", "an isolated fact that is considered separately from the whole"], ["inside information", "true confidential information"], ["point", "an isolated fact that is considered separately from the whole"]]}, {"answer": "detection", "hint": "synonyms for detection", "clues": [["spotting", "the act of detecting something; catching sight of something"], ["sleuthing", "a police investigation to determine the perpetrator"], ["spying", "the act of detecting something; catching sight of something"], ["signal detection", "the detection that a signal is being received"], ["sensing", "the perception that something has occurred or some state exists"], ["detective work", "a police investigation to determine the perpetrator"], ["espial", "the act of detecting something; catching sight of something"], ["catching", "the act of detecting something; catching sight of something"], ["detecting", "a police investigation to determine the perpetrator"]]}, {"answer": "determination", "hint": "synonyms for determination", "clues": [["decision", "a position or opinion or judgment reached after consideration"], ["conclusion", "a position or opinion or judgment reached after consideration"], ["purpose", "the quality of being determined to do or achieve something; firmness of purpose"], ["finding", "the act of determining the properties of something, usually by research or calculation"]]}, {"answer": "determiner", "hint": "synonyms for determiner", "clues": [["determining factor", "a determining or causal element or factor"], ["determinative", "one of a limited class of noun modifiers that determine the referents of noun phrases"], ["determinant", "a determining or causal element or factor"], ["clincher", "an argument that is conclusive"], ["causal factor", "a determining or causal element or factor"]]}, {"answer": "determining_factor", "hint": "synonyms for determining factor", "clues": [["determiner", "a determining or causal element or factor"], ["determinant", "a determining or causal element or factor"], ["clincher", "an argument that is conclusive"], ["causal factor", "a determining or causal element or factor"], ["determinative", "a determining or causal element or factor"]]}, {"answer": "detestation", "hint": "synonyms for detestation", "clues": [["loathing", "hate coupled with disgust"], ["execration", "hate coupled with disgust"], ["odium", "hate coupled with disgust"], ["abhorrence", "hate coupled with disgust"], ["abomination", "hate coupled with disgust"]]}, {"answer": "detrition", "hint": "synonyms for detrition", "clues": [["attrition", "erosion by friction"], ["abrasion", "the wearing down of rock particles by friction due to water or wind or ice"], ["corrasion", "erosion by friction"], ["grinding", "the wearing down of rock particles by friction due to water or wind or ice"], ["friction", "effort expended in moving one object over another with pressure"], ["rubbing", "effort expended in moving one object over another with pressure"]]}, {"answer": "detritus", "hint": "synonyms for detritus", "clues": [["debris", "the remains of something that has been destroyed or broken up"], ["rubble", "the remains of something that has been destroyed or broken up"], ["dust", "the remains of something that has been destroyed or broken up"], ["junk", "the remains of something that has been destroyed or broken up"]]}, {"answer": "deuce", "hint": "synonyms for deuce", "clues": [["devil", "a word used in exclamations of confusion"], ["2", "the cardinal number that is the sum of one and one or a numeral representing this number"], ["two", "one of the four playing cards in a deck that have two spots"], ["dickens", "a word used in exclamations of confusion"]]}, {"answer": "deuce-ace", "hint": "synonyms for deuce-ace", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "development", "hint": "synonyms for development", "clues": [["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["evolution", "a process in which something passes by degrees to a different stage (especially a more advanced or mature stage)"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["exploitation", "the act of making some area of land or water more profitable or productive or useful"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["developing", "processing a photosensitive material in order to make an image visible"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"]]}, {"answer": "deviation", "hint": "synonyms for deviation", "clues": [["deflexion", "a turning aside (of your course or attention or concern)"], ["digression", "a turning aside (of your course or attention or concern)"], ["deviance", "deviate behavior"], ["diversion", "a turning aside (of your course or attention or concern)"], ["difference", "a variation that deviates from the standard or norm"], ["divagation", "a turning aside (of your course or attention or concern)"], ["divergence", "a variation that deviates from the standard or norm"], ["departure", "a variation that deviates from the standard or norm"], ["deflection", "a turning aside (of your course or attention or concern)"]]}, {"answer": "devilment", "hint": "synonyms for devilment", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "devilry", "hint": "synonyms for devilry", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["deviltry", "wicked and cruel behavior"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "deviltry", "hint": "synonyms for deviltry", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "devotion", "hint": "synonyms for devotion", "clues": [["idolatry", "religious zeal; the willingness to serve God"], ["cultism", "religious zeal; the willingness to serve God"], ["devotedness", "feelings of ardent love"], ["veneration", "religious zeal; the willingness to serve God"]]}, {"answer": "dialogue", "hint": "synonyms for dialogue", "clues": [["dialog", "a literary composition in the form of a conversation between two people"], ["talks", "a discussion intended to produce an agreement"], ["duologue", "a conversation between two persons"], ["negotiation", "a discussion intended to produce an agreement"]]}, {"answer": "diamond", "hint": "synonyms for diamond", "clues": [["rhombus", "a parallelogram with four equal sides; an oblique-angled equilateral parallelogram"], ["baseball diamond", "the area of a baseball field that is enclosed by 3 bases and home plate"], ["ball field", "the baseball playing field"], ["adamant", "very hard native crystalline carbon valued as a gem"], ["rhomb", "a parallelogram with four equal sides; an oblique-angled equilateral parallelogram"], ["infield", "the area of a baseball field that is enclosed by 3 bases and home plate"], ["baseball field", "the baseball playing field"]]}, {"answer": "diamond_dust", "hint": "synonyms for diamond dust", "clues": [["frost mist", "small crystals of ice"], ["ice needle", "small crystals of ice"], ["ice crystal", "small crystals of ice"], ["frost snow", "small crystals of ice"], ["snow mist", "small crystals of ice"], ["poudrin", "small crystals of ice"]]}, {"answer": "diaphoresis", "hint": "synonyms for diaphoresis", "clues": [["perspiration", "the process of the sweat glands of the skin secreting a salty fluid"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid"], ["sweating", "the process of the sweat glands of the skin secreting a salty fluid"]]}, {"answer": "dichloroethyl_sulfide", "hint": "synonyms for dichloroethyl sulfide", "clues": [["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"]]}, {"answer": "dictatorship", "hint": "synonyms for dictatorship", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "diction", "hint": "synonyms for diction", "clues": [["wording", "the manner in which something is expressed in words; - G.S.Patton"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton"], ["enunciation", "the articulation of speech regarded from the point of view of its intelligibility to the audience"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton"]]}, {"answer": "didactics", "hint": "synonyms for didactics", "clues": [["teaching", "the activities of educating or instructing; activities that impart knowledge or skill"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill"]]}, {"answer": "diddley", "hint": "synonyms for diddley", "clues": [["diddly-squat", "a small worthless amount"], ["jack", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddly", "a small worthless amount"], ["diddlyshit", "a small worthless amount"], ["shit", "a small worthless amount"], ["squat", "a small worthless amount"]]}, {"answer": "diddly", "hint": "synonyms for diddly", "clues": [["diddly-squat", "a small worthless amount"], ["jack", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddlyshit", "a small worthless amount"], ["shit", "a small worthless amount"], ["squat", "a small worthless amount"], ["diddley", "a small worthless amount"]]}, {"answer": "diddly-shit", "hint": "synonyms for diddly-shit", "clues": [["diddly-squat", "a small worthless amount"], ["jack", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddly", "a small worthless amount"], ["diddlyshit", "a small worthless amount"], ["shit", "a small worthless amount"], ["squat", "a small worthless amount"]]}, {"answer": "diddly-squat", "hint": "synonyms for diddly-squat", "clues": [["jack", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddlysquat", "a small worthless amount"], ["diddly", "a small worthless amount"], ["diddlyshit", "a small worthless amount"], ["shit", "a small worthless amount"], ["squat", "a small worthless amount"]]}, {"answer": "diddlyshit", "hint": "synonyms for diddlyshit", "clues": [["diddly-squat", "a small worthless amount"], ["jack", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddly", "a small worthless amount"], ["diddly-shit", "a small worthless amount"], ["shit", "a small worthless amount"], ["squat", "a small worthless amount"]]}, {"answer": "diddlysquat", "hint": "synonyms for diddlysquat", "clues": [["diddly-squat", "a small worthless amount"], ["jack", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddly", "a small worthless amount"], ["diddlyshit", "a small worthless amount"], ["shit", "a small worthless amount"], ["squat", "a small worthless amount"]]}, {"answer": "diethyl_ether", "hint": "synonyms for diethyl ether", "clues": [["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["ethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"]]}, {"answer": "diethylbarbituric_acid", "hint": "synonyms for diethylbarbituric acid", "clues": [["veronal", "a barbiturate used as a hypnotic"], ["diethylmalonylurea", "a barbiturate used as a hypnotic"], ["barbital", "a barbiturate used as a hypnotic"], ["barbitone", "a barbiturate used as a hypnotic"]]}, {"answer": "diethylmalonylurea", "hint": "synonyms for diethylmalonylurea", "clues": [["diethylbarbituric acid", "a barbiturate used as a hypnotic"], ["veronal", "a barbiturate used as a hypnotic"], ["barbital", "a barbiturate used as a hypnotic"], ["barbitone", "a barbiturate used as a hypnotic"]]}, {"answer": "difference", "hint": "synonyms for difference", "clues": [["conflict", "a disagreement or argument about something important"], ["divergence", "a variation that deviates from the standard or norm"], ["remainder", "the number that remains after subtraction; the number that when added to the subtrahend gives the minuend"], ["deviation", "a variation that deviates from the standard or norm"], ["difference of opinion", "a disagreement or argument about something important"], ["departure", "a variation that deviates from the standard or norm"], ["dispute", "a disagreement or argument about something important"]]}, {"answer": "differential_coefficient", "hint": "synonyms for differential coefficient", "clues": [["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"]]}, {"answer": "dig", "hint": "synonyms for dig", "clues": [["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["digging", "the act of digging"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["jab", "the act of touching someone suddenly with your finger or elbow"], ["excavation", "the act of digging"], ["archeological site", "the site of an archeological exploration"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect"]]}, {"answer": "diggings", "hint": "synonyms for diggings", "clues": [["domiciliation", "temporary living quarters"], ["digging", "the act of digging"], ["digs", "temporary living quarters"], ["lodgings", "temporary living quarters"], ["pad", "temporary living quarters"], ["excavation", "the act of digging"]]}, {"answer": "dignity", "hint": "synonyms for dignity", "clues": [["self-worth", "the quality of being worthy of esteem or respect"], ["self-respect", "the quality of being worthy of esteem or respect"], ["gravitas", "formality in bearing and appearance"], ["self-regard", "the quality of being worthy of esteem or respect"], ["lordliness", "formality in bearing and appearance"]]}, {"answer": "digression", "hint": "synonyms for digression", "clues": [["aside", "a message that departs from the main subject"], ["deflexion", "a turning aside (of your course or attention or concern)"], ["diversion", "a turning aside (of your course or attention or concern)"], ["deviation", "a turning aside (of your course or attention or concern)"], ["divagation", "a message that departs from the main subject"], ["excursus", "a message that departs from the main subject"], ["excursion", "wandering from the main path of a journey"], ["parenthesis", "a message that departs from the main subject"], ["deflection", "a turning aside (of your course or attention or concern)"]]}, {"answer": "digs", "hint": "synonyms for digs", "clues": [["dig", "a small gouge (as in the cover of a book)"], ["digging", "the act of digging"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["jab", "the act of touching someone suddenly with your finger or elbow"], ["excavation", "the site of an archeological exploration"], ["lodgings", "temporary living quarters"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["domiciliation", "temporary living quarters"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["archeological site", "the site of an archeological exploration"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["pad", "temporary living quarters"]]}, {"answer": "diminution", "hint": "synonyms for diminution", "clues": [["decline", "change toward something smaller or lower"], ["step-down", "the act of decreasing or reducing something"], ["decrease", "the act of decreasing or reducing something"], ["reduction", "the act of decreasing or reducing something"]]}, {"answer": "diminutiveness", "hint": "synonyms for diminutiveness", "clues": [["petiteness", "the property of being very small in size"], ["weeness", "the property of being very small in size"], ["tininess", "the property of being very small in size"], ["minuteness", "the property of being very small in size"]]}, {"answer": "din", "hint": "synonyms for din", "clues": [["ruction", "the act of making a noisy disturbance"], ["blare", "a loud harsh or strident noise"], ["tumult", "the act of making a noisy disturbance"], ["ruckus", "the act of making a noisy disturbance"], ["rumpus", "the act of making a noisy disturbance"], ["blaring", "a loud harsh or strident noise"], ["cacophony", "a loud harsh or strident noise"], ["clamor", "a loud harsh or strident noise"], ["commotion", "the act of making a noisy disturbance"]]}, {"answer": "dinero", "hint": "synonyms for dinero", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "diode", "hint": "synonyms for diode", "clues": [["junction rectifier", "a semiconductor that consists of a p-n junction"], ["crystal rectifier", "a semiconductor that consists of a p-n junction"], ["semiconductor diode", "a semiconductor that consists of a p-n junction"], ["rectifying tube", "a thermionic tube having two electrodes; used as a rectifier"], ["rectifying valve", "a thermionic tube having two electrodes; used as a rectifier"]]}, {"answer": "dip", "hint": "synonyms for dip", "clues": [["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["fall", "a sudden sharp decrease in some quantity"], ["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["drop", "a sudden sharp decrease in some quantity"], ["free fall", "a sudden sharp decrease in some quantity"], ["plunge", "a brief swim in water"]]}, {"answer": "diplomacy", "hint": "synonyms for diplomacy", "clues": [["statecraft", "wisdom in the management of public affairs"], ["delicacy", "subtly skillful handling of a situation"], ["diplomatic negotiations", "negotiation between nations"], ["discreetness", "subtly skillful handling of a situation"], ["statesmanship", "wisdom in the management of public affairs"], ["finesse", "subtly skillful handling of a situation"]]}, {"answer": "direction", "hint": "synonyms for direction", "clues": [["management", "the act of managing something"], ["guidance", "the act of setting and holding a course"], ["centering", "the concentration of attention or energy on something"], ["counselling", "something that provides direction or advice as to a decision or course of action"], ["way", "a line leading to a place or point"], ["commission", "a formal statement of a command or injunction to do something"], ["charge", "a formal statement of a command or injunction to do something"], ["focus", "the concentration of attention or energy on something"], ["counsel", "something that provides direction or advice as to a decision or course of action"], ["focussing", "the concentration of attention or energy on something"], ["steering", "the act of setting and holding a course"], ["focal point", "the concentration of attention or energy on something"], ["instruction", "a message describing how something is to be done"]]}, {"answer": "directness", "hint": "synonyms for directness", "clues": [["candor", "the quality of being honest and straightforward in attitude and speech"], ["straightness", "trueness of course toward a goal"], ["frankness", "the quality of being honest and straightforward in attitude and speech"], ["candidness", "the quality of being honest and straightforward in attitude and speech"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech"]]}, {"answer": "dirge", "hint": "synonyms for dirge", "clues": [["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person"]]}, {"answer": "dirty_money", "hint": "synonyms for dirty money", "clues": [["plunder", "goods or money obtained illegally"], ["booty", "goods or money obtained illegally"], ["swag", "goods or money obtained illegally"], ["loot", "goods or money obtained illegally"], ["pillage", "goods or money obtained illegally"], ["prize", "goods or money obtained illegally"]]}, {"answer": "dirty_word", "hint": "synonyms for dirty word", "clues": [["filth", "an offensive or indecent word or phrase"], ["smut", "an offensive or indecent word or phrase"], ["obscenity", "an offensive or indecent word or phrase"], ["vulgarism", "an offensive or indecent word or phrase"]]}, {"answer": "disarray", "hint": "synonyms for disarray", "clues": [["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["disorderliness", "untidiness (especially of clothing and appearance)"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"]]}, {"answer": "disaster", "hint": "synonyms for disaster", "clues": [["catastrophe", "an event resulting in great loss and misfortune"], ["cataclysm", "an event resulting in great loss and misfortune"], ["calamity", "an event resulting in great loss and misfortune"], ["tragedy", "an event resulting in great loss and misfortune"]]}, {"answer": "disbelief", "hint": "synonyms for disbelief", "clues": [["mental rejection", "doubt about the truth of something"], ["skepticism", "doubt about the truth of something"], ["unbelief", "a rejection of belief"], ["incredulity", "doubt about the truth of something"]]}, {"answer": "disbursal", "hint": "synonyms for disbursal", "clues": [["disbursement", "amounts paid for goods and services that may be currently tax deductible (as opposed to capital expenditures)"], ["spending", "the act of spending or disbursing money"], ["expense", "amounts paid for goods and services that may be currently tax deductible (as opposed to capital expenditures)"], ["outlay", "the act of spending or disbursing money"]]}, {"answer": "disbursement", "hint": "synonyms for disbursement", "clues": [["spending", "the act of spending or disbursing money"], ["disbursal", "amounts paid for goods and services that may be currently tax deductible (as opposed to capital expenditures)"], ["expense", "amounts paid for goods and services that may be currently tax deductible (as opposed to capital expenditures)"], ["outlay", "the act of spending or disbursing money"]]}, {"answer": "disc", "hint": "synonyms for disc", "clues": [["disk", "something with a round shape resembling a flat circular plate"], ["magnetic disk", "(computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["phonograph recording", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["saucer", "something with a round shape resembling a flat circular plate"]]}, {"answer": "disceptation", "hint": "synonyms for disceptation", "clues": [["disputation", "a contentious speech act; a dispute where there is strong disagreement"], ["contention", "a contentious speech act; a dispute where there is strong disagreement"], ["argument", "a contentious speech act; a dispute where there is strong disagreement"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "discernment", "hint": "synonyms for discernment", "clues": [["perceptiveness", "delicate discrimination (especially of aesthetic values)"], ["judgement", "the mental ability to understand and discriminate between relations"], ["taste", "delicate discrimination (especially of aesthetic values)"], ["apprehension", "the cognitive condition of someone who understands"], ["appreciation", "delicate discrimination (especially of aesthetic values)"], ["understanding", "the cognitive condition of someone who understands"], ["sagacity", "the mental ability to understand and discriminate between relations"], ["discretion", "the trait of judging wisely and objectively"], ["savvy", "the cognitive condition of someone who understands"], ["sagaciousness", "the mental ability to understand and discriminate between relations"]]}, {"answer": "discharge", "hint": "synonyms for discharge", "clues": [["venting", "the act of venting"], ["electric discharge", "electrical conduction through a gas in an applied electric field"], ["outpouring", "the pouring forth of a fluid"], ["sack", "the termination of someone's employment (leaving them free to depart)"], ["firing", "the act of discharging a gun"], ["emission", "any of several bodily processes by which substances go out of the body"], ["electric arc", "electrical conduction through a gas in an applied electric field"], ["arc", "electrical conduction through a gas in an applied electric field"], ["run", "the pouring forth of a fluid"], ["liberation", "the termination of someone's employment (leaving them free to depart)"], ["spark", "electrical conduction through a gas in an applied electric field"], ["waiver", "a formal written statement of relinquishment"], ["expelling", "any of several bodily processes by which substances go out of the body"], ["dismission", "the termination of someone's employment (leaving them free to depart)"], ["firing off", "the act of discharging a gun"], ["release", "the termination of someone's employment (leaving them free to depart)"], ["dismissal", "the termination of someone's employment (leaving them free to depart)"]]}, {"answer": "discipline", "hint": "synonyms for discipline", "clues": [["field of study", "a branch of knowledge"], ["subject field", "a branch of knowledge"], ["bailiwick", "a branch of knowledge"], ["field", "a branch of knowledge"], ["study", "a branch of knowledge"], ["correction", "the act of punishing"], ["subject area", "a branch of knowledge"], ["subject", "a branch of knowledge"]]}, {"answer": "disco_biscuit", "hint": "synonyms for disco biscuit", "clues": [["cristal", "street names for methylenedioxymethamphetamine"], ["ecstasy", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"], ["hug drug", "street names for methylenedioxymethamphetamine"]]}, {"answer": "discount", "hint": "synonyms for discount", "clues": [["price reduction", "the act of reducing the selling price of merchandise"], ["discount rate", "interest on an annual basis deducted in advance on a loan"], ["deduction", "an amount or percentage deducted"], ["rebate", "a refund of some fraction of the amount paid"], ["bank discount", "interest on an annual basis deducted in advance on a loan"]]}, {"answer": "discourse", "hint": "synonyms for discourse", "clues": [["sermon", "an address of a religious nature (usually delivered during a church service)"], ["preaching", "an address of a religious nature (usually delivered during a church service)"], ["treatment", "an extended communication (often interactive) dealing with some particular topic"], ["discussion", "an extended communication (often interactive) dealing with some particular topic"]]}, {"answer": "discourtesy", "hint": "synonyms for discourtesy", "clues": [["offence", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"], ["offensive activity", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"], ["rudeness", "a manner that is rude and insulting"], ["disrespect", "an expression of lack of respect"]]}, {"answer": "discreetness", "hint": "synonyms for discreetness", "clues": [["prudence", "knowing how to avoid embarrassment or distress"], ["circumspection", "knowing how to avoid embarrassment or distress"], ["discretion", "knowing how to avoid embarrassment or distress"], ["finesse", "subtly skillful handling of a situation"], ["diplomacy", "subtly skillful handling of a situation"], ["delicacy", "subtly skillful handling of a situation"]]}, {"answer": "discrepancy", "hint": "synonyms for discrepancy", "clues": [["variance", "a difference between conflicting facts or claims or opinions"], ["divergence", "a difference between conflicting facts or claims or opinions"], ["disagreement", "a difference between conflicting facts or claims or opinions"], ["variant", "an event that departs from expectations"]]}, {"answer": "discretion", "hint": "synonyms for discretion", "clues": [["discreetness", "knowing how to avoid embarrassment or distress"], ["prudence", "knowing how to avoid embarrassment or distress"], ["circumspection", "knowing how to avoid embarrassment or distress"], ["delicacy", "refined taste; tact"], ["free will", "the power of making free choices unconstrained by external agencies"], ["discernment", "the trait of judging wisely and objectively"]]}, {"answer": "discussion", "hint": "synonyms for discussion", "clues": [["treatment", "an extended communication (often interactive) dealing with some particular topic"], ["give-and-take", "an exchange of views on some topic"], ["word", "an exchange of views on some topic"], ["discourse", "an extended communication (often interactive) dealing with some particular topic"]]}, {"answer": "disdain", "hint": "synonyms for disdain", "clues": [["despite", "lack of respect accompanied by a feeling of intense dislike"], ["contempt", "lack of respect accompanied by a feeling of intense dislike"], ["patronage", "a communication that indicates lack of respect by patronizing the recipient"], ["scorn", "lack of respect accompanied by a feeling of intense dislike"], ["condescension", "a communication that indicates lack of respect by patronizing the recipient"]]}, {"answer": "disgorgement", "hint": "synonyms for disgorgement", "clues": [["vomit", "the reflex act of ejecting the contents of the stomach through the mouth"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth"]]}, {"answer": "disgustingness", "hint": "synonyms for disgustingness", "clues": [["distastefulness", "extreme unpalatability to the mouth"], ["unsavoriness", "extreme unpalatability to the mouth"], ["nauseatingness", "extreme unpalatability to the mouth"], ["sickeningness", "extreme unpalatability to the mouth"]]}, {"answer": "dish", "hint": "synonyms for dish", "clues": [["dish aerial", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation"], ["saucer", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation"], ["dish antenna", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation"], ["cup of tea", "an activity that you like or at which you are superior"], ["bag", "an activity that you like or at which you are superior"], ["dishful", "the quantity that a dish will hold"]]}, {"answer": "disinclination", "hint": "synonyms for disinclination", "clues": [["reluctance", "a certain degree of unwillingness"], ["hesitancy", "a certain degree of unwillingness"], ["indisposition", "a certain degree of unwillingness"], ["hesitation", "a certain degree of unwillingness"]]}, {"answer": "disintegration", "hint": "synonyms for disintegration", "clues": [["decay", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation"], ["dissolution", "separation into component parts"], ["radioactive decay", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation"], ["annihilation", "total destruction"]]}, {"answer": "disk", "hint": "synonyms for disk", "clues": [["disc", "a flat circular plate"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["magnetic disk", "(computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored"], ["phonograph recording", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["saucer", "something with a round shape resembling a flat circular plate"]]}, {"answer": "dismay", "hint": "synonyms for dismay", "clues": [["consternation", "fear resulting from the awareness of danger"], ["disheartenment", "the feeling of despair in the face of obstacles"], ["alarm", "fear resulting from the awareness of danger"], ["discouragement", "the feeling of despair in the face of obstacles"]]}, {"answer": "dismissal", "hint": "synonyms for dismissal", "clues": [["pink slip", "official notice that you have been fired from your job"], ["sacking", "the termination of someone's employment (leaving them free to depart)"], ["dismission", "official notice that you have been fired from your job"], ["judgement of dismissal", "a judgment disposing of the matter without a trial"], ["discharge", "the termination of someone's employment (leaving them free to depart)"], ["release", "the termination of someone's employment (leaving them free to depart)"], ["firing", "the termination of someone's employment (leaving them free to depart)"], ["liberation", "the termination of someone's employment (leaving them free to depart)"]]}, {"answer": "dismission", "hint": "synonyms for dismission", "clues": [["pink slip", "official notice that you have been fired from your job"], ["sacking", "the termination of someone's employment (leaving them free to depart)"], ["dismissal", "official notice that you have been fired from your job"], ["discharge", "the termination of someone's employment (leaving them free to depart)"], ["release", "the termination of someone's employment (leaving them free to depart)"], ["firing", "the termination of someone's employment (leaving them free to depart)"], ["liberation", "the termination of someone's employment (leaving them free to depart)"]]}, {"answer": "dispatch", "hint": "synonyms for dispatch", "clues": [["communique", "an official report (usually sent in haste)"], ["despatch", "the act of sending off something"], ["shipment", "the act of sending off something"], ["expedition", "the property of being prompt and efficient"], ["expeditiousness", "the property of being prompt and efficient"]]}, {"answer": "dispersion", "hint": "synonyms for dispersion", "clues": [["scattering", "spreading widely or driving off"], ["dissemination", "the act of dispersing or diffusing something"], ["diffusion", "the act of dispersing or diffusing something"], ["dispersal", "the act of dispersing or diffusing something"], ["distribution", "the spatial or geographic property of being scattered about over a range, area, or volume"]]}, {"answer": "dispiritedness", "hint": "synonyms for dispiritedness", "clues": [["downheartedness", "a feeling of low spirits"], ["lowness", "a feeling of low spirits"], ["dejectedness", "a feeling of low spirits"], ["low-spiritedness", "a feeling of low spirits"]]}, {"answer": "displacement", "hint": "synonyms for displacement", "clues": [["deracination", "to move something from its natural environment"], ["shift", "an event in which something is displaced without rotation"], ["supplanting", "act of taking the place of another especially using underhanded tactics"], ["translation", "the act of uniform movement"], ["displacement reaction", "(chemistry) a reaction in which an elementary substance displaces and sets free a constituent element from a compound"]]}, {"answer": "displacement_unit", "hint": "synonyms for displacement unit", "clues": [["volume unit", "a unit of measurement of volume or capacity"], ["capacity unit", "a unit of measurement of volume or capacity"], ["capacity measure", "a unit of measurement of volume or capacity"], ["cubic measure", "a unit of measurement of volume or capacity"], ["cubic content unit", "a unit of measurement of volume or capacity"], ["cubature unit", "a unit of measurement of volume or capacity"], ["cubage unit", "a unit of measurement of volume or capacity"]]}, {"answer": "display", "hint": "synonyms for display", "clues": [["show", "something intended to communicate a particular impression"], ["video display", "an electronic device that represents information in visual form"], ["presentation", "a visual representation of something"], ["exhibit", "something shown to the public"]]}, {"answer": "disposal", "hint": "synonyms for disposal", "clues": [["disposition", "the act or means of getting rid of something"], ["electric pig", "a kitchen appliance for disposing of garbage"], ["administration", "a method of tending to or managing the affairs of a some group of people (especially the group's business affairs)"], ["garbage disposal", "a kitchen appliance for disposing of garbage"]]}, {"answer": "disposition", "hint": "synonyms for disposition", "clues": [["inclination", "an attitude of mind especially one that favors one alternative over others"], ["temperament", "your usual mood"], ["tendency", "an attitude of mind especially one that favors one alternative over others"], ["disposal", "the act or means of getting rid of something"]]}, {"answer": "disproof", "hint": "synonyms for disproof", "clues": [["refutal", "the act of determining that something is false"], ["falsifying", "the act of determining that something is false"], ["refutation", "any evidence that helps to establish the falsity of something"], ["falsification", "the act of determining that something is false"]]}, {"answer": "disputation", "hint": "synonyms for disputation", "clues": [["contention", "a contentious speech act; a dispute where there is strong disagreement"], ["argument", "a contentious speech act; a dispute where there is strong disagreement"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement"], ["debate", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)"], ["public debate", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "dispute", "hint": "synonyms for dispute", "clues": [["contravention", "coming into conflict with"], ["difference of opinion", "a disagreement or argument about something important"], ["conflict", "a disagreement or argument about something important"], ["difference", "a disagreement or argument about something important"]]}, {"answer": "disruption", "hint": "synonyms for disruption", "clues": [["break", "an act of delaying or interrupting the continuity"], ["perturbation", "the act of causing disorder"], ["interruption", "an act of delaying or interrupting the continuity"], ["dislocation", "an event that results in a displacement or discontinuity"], ["gap", "an act of delaying or interrupting the continuity"]]}, {"answer": "dissembling", "hint": "synonyms for dissembling", "clues": [["feigning", "pretending with intention to deceive"], ["pretence", "pretending with intention to deceive"], ["deception", "the act of deceiving"], ["dissimulation", "the act of deceiving"], ["deceit", "the act of deceiving"]]}, {"answer": "dissemination", "hint": "synonyms for dissemination", "clues": [["airing", "the opening of a subject to widespread discussion and debate"], ["diffusion", "the act of dispersing or diffusing something"], ["spreading", "the opening of a subject to widespread discussion and debate"], ["dispersion", "the act of dispersing or diffusing something"], ["dispersal", "the act of dispersing or diffusing something"], ["public exposure", "the opening of a subject to widespread discussion and debate"]]}, {"answer": "dissipation", "hint": "synonyms for dissipation", "clues": [["wastefulness", "useless or profitless activity; using or expending or consuming thoughtlessly or carelessly"], ["dissolution", "dissolute indulgence in sensual pleasure"], ["licentiousness", "dissolute indulgence in sensual pleasure"], ["waste", "useless or profitless activity; using or expending or consuming thoughtlessly or carelessly"], ["looseness", "dissolute indulgence in sensual pleasure"], ["profligacy", "dissolute indulgence in sensual pleasure"]]}, {"answer": "dissolution", "hint": "synonyms for dissolution", "clues": [["dissolving", "the process of going into solution"], ["disintegration", "separation into component parts"], ["breakup", "the termination or disintegration of a relationship (between persons or nations)"], ["licentiousness", "dissolute indulgence in sensual pleasure"], ["adjournment", "the termination of a meeting"], ["dissipation", "dissolute indulgence in sensual pleasure"], ["looseness", "dissolute indulgence in sensual pleasure"], ["profligacy", "dissolute indulgence in sensual pleasure"]]}, {"answer": "distastefulness", "hint": "synonyms for distastefulness", "clues": [["unsavoriness", "extreme unpalatability to the mouth"], ["offensiveness", "the quality of being offensive"], ["disgustingness", "extreme unpalatability to the mouth"], ["odiousness", "the quality of being offensive"], ["nauseatingness", "extreme unpalatability to the mouth"], ["sickeningness", "extreme unpalatability to the mouth"]]}, {"answer": "distich", "hint": "synonyms for distich", "clues": [["twain", "two items of the same kind"], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duad", "two items of the same kind"], ["duo", "two items of the same kind"], ["span", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "distinctiveness", "hint": "synonyms for distinctiveness", "clues": [["specialness", "a distinguishing trait"], ["disparateness", "utter dissimilarity"], ["peculiarity", "a distinguishing trait"], ["specialty", "a distinguishing trait"]]}, {"answer": "distortion", "hint": "synonyms for distortion", "clues": [["torture", "the act of distorting something so it seems to mean something it was not intended to mean"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean"], ["twisting", "the act of distorting something so it seems to mean something it was not intended to mean"], ["deformation", "a change for the worse"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean"], ["aberration", "an optical phenomenon resulting from the failure of a lens or mirror to produce a good image"], ["distorted shape", "a shape resulting from distortion"], ["optical aberration", "an optical phenomenon resulting from the failure of a lens or mirror to produce a good image"]]}, {"answer": "distrust", "hint": "synonyms for distrust", "clues": [["mistrust", "doubt about someone's honesty"], ["distrustfulness", "the trait of not trusting others"], ["suspicion", "doubt about someone's honesty"], ["misgiving", "doubt about someone's honesty"]]}, {"answer": "disturbance", "hint": "synonyms for disturbance", "clues": [["fray", "a noisy fight"], ["noise", "electrical or acoustic activity that can disturb communication"], ["perturbation", "activity that is a malfunction, intrusion, or interruption"], ["affray", "a noisy fight"], ["interference", "electrical or acoustic activity that can disturb communication"], ["ruffle", "a noisy fight"]]}, {"answer": "divagation", "hint": "synonyms for divagation", "clues": [["aside", "a message that departs from the main subject"], ["deflexion", "a turning aside (of your course or attention or concern)"], ["digression", "a message that departs from the main subject"], ["diversion", "a turning aside (of your course or attention or concern)"], ["deviation", "a turning aside (of your course or attention or concern)"], ["excursus", "a message that departs from the main subject"], ["parenthesis", "a message that departs from the main subject"], ["deflection", "a turning aside (of your course or attention or concern)"]]}, {"answer": "divergence", "hint": "synonyms for divergence", "clues": [["divergency", "the act of moving away in different direction from a common point"], ["variance", "a difference between conflicting facts or claims or opinions"], ["disagreement", "a difference between conflicting facts or claims or opinions"], ["discrepancy", "a difference between conflicting facts or claims or opinions"], ["deviation", "a variation that deviates from the standard or norm"], ["departure", "a variation that deviates from the standard or norm"], ["difference", "a variation that deviates from the standard or norm"]]}, {"answer": "diversion", "hint": "synonyms for diversion", "clues": [["deviation", "a turning aside (of your course or attention or concern)"], ["deflexion", "a turning aside (of your course or attention or concern)"], ["divagation", "a turning aside (of your course or attention or concern)"], ["recreation", "an activity that diverts or amuses or stimulates"], ["digression", "a turning aside (of your course or attention or concern)"], ["deflection", "a turning aside (of your course or attention or concern)"], ["diversionary attack", "an attack calculated to draw enemy defense away from the point of the principal attack"]]}, {"answer": "divination", "hint": "synonyms for divination", "clues": [["soothsaying", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means"], ["prophecy", "a prediction uttered under divine inspiration"], ["foretelling", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means"], ["fortune telling", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means"]]}, {"answer": "divinyl_ether", "hint": "synonyms for divinyl ether", "clues": [["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["diethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"]]}, {"answer": "division", "hint": "synonyms for division", "clues": [["part", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["variance", "discord that splits a group"], ["partition", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["class", "a league ranked by quality"], ["sectionalisation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["air division", "a unit of the United States Air Force usually comprising two or more wings"], ["section", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["naval division", "a group of ships of similar type"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"]]}, {"answer": "do", "hint": "synonyms for do", "clues": [["ut", "the syllable naming the first (tonic) note of any major scale in solmization"], ["brawl", "an uproarious party"], ["bash", "an uproarious party"], ["doh", "the syllable naming the first (tonic) note of any major scale in solmization"]]}, {"answer": "dock", "hint": "synonyms for dock", "clues": [["wharf", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats"], ["pier", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats"], ["dockage", "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out"], ["loading dock", "a platform where trucks or trains can be loaded or unloaded"], ["wharfage", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats"], ["docking facility", "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out"]]}, {"answer": "dockage", "hint": "synonyms for dockage", "clues": [["docking", "the act of securing an arriving vessel with ropes"], ["moorage", "the act of securing an arriving vessel with ropes"], ["docking fee", "a fee charged for a vessel to use a dock"], ["tying up", "the act of securing an arriving vessel with ropes"], ["docking facility", "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out"]]}, {"answer": "doctrine", "hint": "synonyms for doctrine", "clues": [["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school"]]}, {"answer": "documentation", "hint": "synonyms for documentation", "clues": [["software documentation", "program listings or technical manuals describing the operation and use of programs"], ["support", "documentary validation"], ["certification", "confirmation that some fact or statement is true through the use of documentary evidence"], ["corroboration", "confirmation that some fact or statement is true through the use of documentary evidence"]]}, {"answer": "dodge", "hint": "synonyms for dodge", "clues": [["dodging", "a statement that evades the question by cleverness or trickery"], ["stratagem", "an elaborate or deceitful scheme contrived to deceive or evade"], ["scheme", "a statement that evades the question by cleverness or trickery"], ["contrivance", "an elaborate or deceitful scheme contrived to deceive or evade"]]}, {"answer": "dodging", "hint": "synonyms for dodging", "clues": [["escape", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do"], ["dodge", "a statement that evades the question by cleverness or trickery"], ["scheme", "a statement that evades the question by cleverness or trickery"], ["turning away", "deliberately avoiding; keeping away from or preventing from happening"], ["evasion", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do"], ["avoidance", "deliberately avoiding; keeping away from or preventing from happening"], ["shunning", "deliberately avoiding; keeping away from or preventing from happening"]]}, {"answer": "dog", "hint": "synonyms for dog", "clues": [["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog-iron", "metal supports for logs in a fireplace"], ["firedog", "metal supports for logs in a fireplace"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["pawl", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward"], ["click", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward"], ["detent", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward"], ["andiron", "metal supports for logs in a fireplace"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "dog_collar", "hint": "synonyms for dog collar", "clues": [["clerical collar", "a stiff white collar with no opening in the front; a distinctive symbol of the clergy"], ["collar", "necklace that fits tightly around a woman's neck"], ["choker", "necklace that fits tightly around a woman's neck"], ["neckband", "necklace that fits tightly around a woman's neck"]]}, {"answer": "dogfight", "hint": "synonyms for dogfight", "clues": [["scuffle", "disorderly fighting"], ["tussle", "disorderly fighting"], ["rough-and-tumble", "disorderly fighting"], ["hassle", "disorderly fighting"]]}, {"answer": "doggedness", "hint": "synonyms for doggedness", "clues": [["tenacity", "persistent determination"], ["persistency", "persistent determination"], ["perseverance", "persistent determination"], ["tenaciousness", "persistent determination"], ["pertinacity", "persistent determination"]]}, {"answer": "dogshit", "hint": "synonyms for dogshit", "clues": [["bullshit", "obscene words for unacceptable behavior"], ["bull", "obscene words for unacceptable behavior"], ["shit", "obscene words for unacceptable behavior"], ["crap", "obscene words for unacceptable behavior"], ["horseshit", "obscene words for unacceptable behavior"]]}, {"answer": "dollar", "hint": "synonyms for dollar", "clues": [["one dollar bill", "a piece of paper money worth one dollar"], ["dollar sign", "a symbol of commercialism or greed"], ["dollar mark", "a symbol of commercialism or greed"], ["clam", "a piece of paper money worth one dollar"], ["dollar bill", "a piece of paper money worth one dollar"], ["buck", "a piece of paper money worth one dollar"]]}, {"answer": "dollar_bill", "hint": "synonyms for dollar bill", "clues": [["clam", "a piece of paper money worth one dollar"], ["dollar", "a piece of paper money worth one dollar"], ["one dollar bill", "a piece of paper money worth one dollar"], ["buck", "a piece of paper money worth one dollar"]]}, {"answer": "dolmen", "hint": "synonyms for dolmen", "clues": [["dolman", "a hussar's jacket worn over the shoulders"], ["portal tomb", "a prehistoric megalithic tomb typically having two large upright stones and a capstone"], ["cromlech", "a prehistoric megalithic tomb typically having two large upright stones and a capstone"], ["dolman jacket", "a hussar's jacket worn over the shoulders"]]}, {"answer": "dolophine_hydrochloride", "hint": "synonyms for dolophine hydrochloride", "clues": [["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"]]}, {"answer": "domain", "hint": "synonyms for domain", "clues": [["world", "people in general; especially a distinctive group of people with some shared interest"], ["knowledge base", "the content of a particular field of knowledge"], ["demesne", "territory over which rule or control is exercised"], ["land", "territory over which rule or control is exercised"], ["domain of a function", "(mathematics) the set of values of the independent variable for which a function is defined"], ["knowledge domain", "the content of a particular field of knowledge"]]}, {"answer": "domicile", "hint": "synonyms for domicile", "clues": [["home", "housing that someone is living in"], ["legal residence", "(law) the residence where you have your permanent home or principal establishment and to where, whenever you are absent, you intend to return; every person is compelled to have one and only one domicile at a time"], ["habitation", "housing that someone is living in"], ["dwelling", "housing that someone is living in"], ["abode", "housing that someone is living in"], ["dwelling house", "housing that someone is living in"]]}, {"answer": "domiciliation", "hint": "synonyms for domiciliation", "clues": [["digs", "temporary living quarters"], ["diggings", "temporary living quarters"], ["pad", "temporary living quarters"], ["lodgings", "temporary living quarters"]]}, {"answer": "dominance", "hint": "synonyms for dominance", "clues": [["potency", "the power or right to give orders or make decisions"], ["laterality", "superior development of one side of the body"], ["authorisation", "the power or right to give orders or make decisions"], ["authority", "the power or right to give orders or make decisions"], ["say-so", "the power or right to give orders or make decisions"]]}, {"answer": "doodad", "hint": "synonyms for doodad", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "doodly-squat", "hint": "synonyms for doodly-squat", "clues": [["diddly-squat", "a small worthless amount"], ["jack", "a small worthless amount"], ["diddly", "a small worthless amount"], ["diddlyshit", "a small worthless amount"], ["shit", "a small worthless amount"], ["squat", "a small worthless amount"]]}, {"answer": "doohickey", "hint": "synonyms for doohickey", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "doojigger", "hint": "synonyms for doojigger", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "doomsday", "hint": "synonyms for doomsday", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "an unpleasant or disastrous destiny"], ["doom", "an unpleasant or disastrous destiny"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "dope", "hint": "synonyms for dope", "clues": [["locoweed", "street names for marijuana"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["the skinny", "slang terms for inside information"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["low-down", "slang terms for inside information"], ["poop", "slang terms for inside information"], ["gage", "street names for marijuana"], ["cola", "carbonated drink flavored with extract from kola nuts (`dope' is a southernism in the United States)"], ["smoke", "street names for marijuana"]]}, {"answer": "dorm", "hint": "synonyms for dorm", "clues": [["residence hall", "a college or university building containing living quarters for students"], ["student residence", "a college or university building containing living quarters for students"], ["hall", "a college or university building containing living quarters for students"], ["dormitory", "a college or university building containing living quarters for students"]]}, {"answer": "dormitory", "hint": "synonyms for dormitory", "clues": [["residence hall", "a college or university building containing living quarters for students"], ["dorm room", "a large sleeping room containing several beds"], ["dormitory room", "a large sleeping room containing several beds"], ["hall", "a college or university building containing living quarters for students"], ["student residence", "a college or university building containing living quarters for students"], ["dorm", "a college or university building containing living quarters for students"]]}, {"answer": "dos", "hint": "synonyms for dos", "clues": [["ut", "the syllable naming the first (tonic) note of any major scale in solmization"], ["do", "the syllable naming the first (tonic) note of any major scale in solmization"], ["disk operating system", "an operating system that is on a disk"], ["brawl", "an uproarious party"], ["bash", "an uproarious party"], ["doh", "the syllable naming the first (tonic) note of any major scale in solmization"]]}, {"answer": "dose", "hint": "synonyms for dose", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["dosage", "a measured portion of medicine taken at any one time"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "dot", "hint": "synonyms for dot", "clues": [["point", "a very small circular shape"], ["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["dit", "the shorter of the two telegraphic signals used in Morse code"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "double-decker", "hint": "synonyms for double-decker", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "double_bass", "hint": "synonyms for double bass", "clues": [["bass fiddle", "largest and lowest member of the violin family"], ["contrabass", "largest and lowest member of the violin family"], ["string bass", "largest and lowest member of the violin family"], ["bull fiddle", "largest and lowest member of the violin family"], ["bass viol", "largest and lowest member of the violin family"]]}, {"answer": "doubles", "hint": "synonyms for doubles", "clues": [["double", "a base hit on which the batter stops safely at second base"], ["two-base hit", "a base hit on which the batter stops safely at second base"], ["two-baser", "a base hit on which the batter stops safely at second base"], ["two-bagger", "a base hit on which the batter stops safely at second base"], ["doubling", "raising the stakes in a card game by a factor of 2"]]}, {"answer": "doubt", "hint": "synonyms for doubt", "clues": [["dubiety", "the state of being unsure of something"], ["doubtfulness", "the state of being unsure of something"], ["dubiousness", "the state of being unsure of something"], ["question", "uncertainty about the truth or factuality or existence of something"], ["uncertainty", "the state of being unsure of something"], ["incertitude", "the state of being unsure of something"]]}, {"answer": "doubtfulness", "hint": "synonyms for doubtfulness", "clues": [["dubiety", "the state of being unsure of something"], ["dubiousness", "the state of being unsure of something"], ["question", "uncertainty about the truth or factuality or existence of something"], ["doubt", "uncertainty about the truth or factuality or existence of something"], ["uncertainty", "the state of being unsure of something"], ["incertitude", "the state of being unsure of something"]]}, {"answer": "dough", "hint": "synonyms for dough", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "doughnut", "hint": "synonyms for doughnut", "clues": [["annulus", "a toroidal shape"], ["donut", "a small ring-shaped friedcake"], ["ring", "a toroidal shape"], ["anchor ring", "a toroidal shape"], ["sinker", "a small ring-shaped friedcake"], ["halo", "a toroidal shape"]]}, {"answer": "downfall", "hint": "synonyms for downfall", "clues": [["ruin", "failure that results in a loss of position or reputation"], ["fall", "a sudden decline in strength or number or importance"], ["ruination", "failure that results in a loss of position or reputation"], ["precipitation", "the falling to earth of any form of water (rain or snow or hail or sleet or mist)"]]}, {"answer": "downheartedness", "hint": "synonyms for downheartedness", "clues": [["lowness", "a feeling of low spirits"], ["dejectedness", "a feeling of low spirits"], ["dispiritedness", "a feeling of low spirits"], ["low-spiritedness", "a feeling of low spirits"]]}, {"answer": "downpour", "hint": "synonyms for downpour", "clues": [["cloudburst", "a heavy rain"], ["soaker", "a heavy rain"], ["pelter", "a heavy rain"], ["deluge", "a heavy rain"], ["waterspout", "a heavy rain"], ["torrent", "a heavy rain"]]}, {"answer": "downslope", "hint": "synonyms for downslope", "clues": [["declination", "a downward slope or bend"], ["decline", "a downward slope or bend"], ["declension", "a downward slope or bend"], ["fall", "a downward slope or bend"], ["descent", "a downward slope or bend"], ["declivity", "a downward slope or bend"]]}, {"answer": "dozens", "hint": "synonyms for dozens", "clues": [["heaps", "a large number or amount"], ["slews", "a large number or amount"], ["oodles", "a large number or amount"], ["loads", "a large number or amount"], ["dozen", "the cardinal number that is the sum of eleven and one"], ["rafts", "a large number or amount"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["piles", "a large number or amount"], ["twelve", "the cardinal number that is the sum of eleven and one"], ["12", "the cardinal number that is the sum of eleven and one"], ["wads", "a large number or amount"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["scores", "a large number or amount"], ["stacks", "a large number or amount"]]}, {"answer": "drachm", "hint": "synonyms for drachm", "clues": [["fluidram", "a unit of capacity or volume in the apothecary system equal to one eighth of a fluid ounce"], ["drachma", "a unit of apothecary weight equal to an eighth of an ounce or to 60 grains"], ["fluid drachm", "a unit of capacity or volume in the apothecary system equal to one eighth of a fluid ounce"], ["dram", "a unit of apothecary weight equal to an eighth of an ounce or to 60 grains"]]}, {"answer": "draft", "hint": "synonyms for draft", "clues": [["order of payment", "a document ordering the payment of money; drawn by one person or bank on another"], ["swig", "a large and hurried swallow"], ["gulp", "a large and hurried swallow"], ["draught", "the act of moving a load by drawing or pulling"], ["rough drawing", "a preliminary sketch of a design or picture"], ["drawing", "the act of moving a load by drawing or pulling"], ["selective service", "compulsory military service"], ["muster", "compulsory military service"], ["potation", "a serving of drink (usually alcoholic) drawn from a keg"], ["conscription", "compulsory military service"], ["draft copy", "any of the various versions in the development of a written work"], ["bill of exchange", "a document ordering the payment of money; drawn by one person or bank on another"], ["tipple", "a serving of drink (usually alcoholic) drawn from a keg"]]}, {"answer": "drainage_area", "hint": "synonyms for drainage area", "clues": [["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"]]}, {"answer": "drainage_basin", "hint": "synonyms for drainage basin", "clues": [["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"]]}, {"answer": "drape", "hint": "synonyms for drape", "clues": [["drapery", "hanging cloth used as a blind (especially for a window)"], ["curtain", "hanging cloth used as a blind (especially for a window)"], ["pall", "hanging cloth used as a blind (especially for a window)"], ["mantle", "hanging cloth used as a blind (especially for a window)"]]}, {"answer": "drapery", "hint": "synonyms for drapery", "clues": [["drape", "hanging cloth used as a blind (especially for a window)"], ["pall", "hanging cloth used as a blind (especially for a window)"], ["curtain", "hanging cloth used as a blind (especially for a window)"], ["mantle", "hanging cloth used as a blind (especially for a window)"]]}, {"answer": "draught", "hint": "synonyms for draught", "clues": [["swig", "a large and hurried swallow"], ["gulp", "a large and hurried swallow"], ["draft", "a current of air (usually coming into a chimney or room or vehicle)"], ["drawing", "the act of moving a load by drawing or pulling"], ["tipple", "a serving of drink (usually alcoholic) drawn from a keg"], ["potation", "a serving of drink (usually alcoholic) drawn from a keg"]]}, {"answer": "draughts", "hint": "synonyms for draughts", "clues": [["swig", "a large and hurried swallow"], ["gulp", "a large and hurried swallow"], ["draught", "the act of moving a load by drawing or pulling"], ["draft", "a current of air (usually coming into a chimney or room or vehicle)"], ["drawing", "the act of moving a load by drawing or pulling"], ["tipple", "a serving of drink (usually alcoholic) drawn from a keg"], ["potation", "a serving of drink (usually alcoholic) drawn from a keg"], ["checkers", "a checkerboard game for two players who each have 12 pieces; the object is to jump over and so capture the opponent's pieces"]]}, {"answer": "draw", "hint": "synonyms for draw", "clues": [["hook", "a golf shot that curves to the left for a right-handed golfer"], ["haul", "the act of drawing or hauling something"], ["tie", "the finish of a contest in which the score is tied and the winner is undecided"], ["standoff", "the finish of a contest in which the score is tied and the winner is undecided"], ["draw poker", "poker in which a player can discard cards and receive substitutes from the dealer"], ["draw play", "(American football) the quarterback moves back as if to pass and then hands the ball to the fullback who is running toward the line of scrimmage"], ["haulage", "the act of drawing or hauling something"], ["lot", "anything (straws or pebbles etc.) taken or chosen at random"]]}, {"answer": "drawers", "hint": "synonyms for drawers", "clues": [["boxers", "underpants worn by men"], ["pants", "underpants worn by women"], ["underdrawers", "underpants worn by men"], ["drawer", "a boxlike container in a piece of furniture; made so as to slide in and out"], ["bloomers", "underpants worn by women"], ["knickers", "underpants worn by women"], ["shorts", "underpants worn by men"], ["boxershorts", "underpants worn by men"]]}, {"answer": "drawing", "hint": "synonyms for drawing", "clues": [["lottery", "players buy (or are given) chances and prizes are distributed by casting lots"], ["drawing off", "act of getting or draining something such as electricity or a liquid from a source"], ["draftsmanship", "the creation of artistic pictures or diagrams"], ["draught", "the act of moving a load by drawing or pulling"], ["drafting", "the creation of artistic pictures or diagrams"]]}, {"answer": "dream", "hint": "synonyms for dream", "clues": [["pipe dream", "a fantastic but vain hope (from fantasies induced by the opium pipe)"], ["ambition", "a cherished desire"], ["aspiration", "a cherished desire"], ["dreaming", "imaginative thoughts indulged in while awake"]]}, {"answer": "dress_hat", "hint": "synonyms for dress hat", "clues": [["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur"]]}, {"answer": "dress_suit", "hint": "synonyms for dress suit", "clues": [["tailcoat", "formalwear consisting of full evening dress for men"], ["tails", "formalwear consisting of full evening dress for men"], ["white tie and tails", "formalwear consisting of full evening dress for men"], ["white tie", "formalwear consisting of full evening dress for men"], ["full dress", "formalwear consisting of full evening dress for men"]]}, {"answer": "dresser", "hint": "synonyms for dresser", "clues": [["dressing table", "low table with mirror or mirrors where one sits while dressing or applying makeup"], ["bureau", "furniture with drawers for keeping clothes"], ["chest", "furniture with drawers for keeping clothes"], ["vanity", "low table with mirror or mirrors where one sits while dressing or applying makeup"], ["toilet table", "low table with mirror or mirrors where one sits while dressing or applying makeup"], ["chest of drawers", "furniture with drawers for keeping clothes"]]}, {"answer": "dressing", "hint": "synonyms for dressing", "clues": [["stuffing", "a mixture of seasoned ingredients used to stuff meats and vegetables"], ["fertilisation", "making fertile as by applying fertilizer or manure"], ["fecundation", "making fertile as by applying fertilizer or manure"], ["medical dressing", "a cloth covering for a wound or sore"], ["bandaging", "the act of applying a bandage"], ["salad dressing", "savory dressings for salads; basically of two kinds: either the thin French or vinaigrette type or the creamy mayonnaise type"], ["binding", "the act of applying a bandage"], ["grooming", "the activity of getting dressed; putting on clothes"]]}, {"answer": "dressing_down", "hint": "synonyms for dressing down", "clues": [["upbraiding", "a severe scolding"], ["castigation", "a severe scolding"], ["chewing out", "a severe scolding"], ["earful", "a severe scolding"], ["bawling out", "a severe scolding"], ["going-over", "a severe scolding"]]}, {"answer": "drier", "hint": "synonyms for drier", "clues": [["dryer", "an appliance that removes moisture"], ["siccative", "a substance that promotes drying (e.g., calcium oxide absorbs water and is used to remove moisture)"], ["desiccant", "a substance that promotes drying (e.g., calcium oxide absorbs water and is used to remove moisture)"], ["drying agent", "a substance that promotes drying (e.g., calcium oxide absorbs water and is used to remove moisture)"]]}, {"answer": "drift", "hint": "synonyms for drift", "clues": [["trend", "a general tendency to change (as of opinion)"], ["heading", "a horizontal (or nearly horizontal) passageway in a mine"], ["purport", "the pervading meaning or tenor"], ["movement", "a general tendency to change (as of opinion)"], ["impetus", "a force that moves something along"], ["gallery", "a horizontal (or nearly horizontal) passageway in a mine"], ["impulsion", "a force that moves something along"]]}, {"answer": "drill", "hint": "synonyms for drill", "clues": [["practice session", "systematic training by multiple repetitions"], ["exercise", "systematic training by multiple repetitions"], ["recitation", "systematic training by multiple repetitions"], ["practice", "systematic training by multiple repetitions"]]}, {"answer": "drink", "hint": "synonyms for drink", "clues": [["crapulence", "the act of drinking alcoholic beverages to excess"], ["swallow", "the act of swallowing"], ["potable", "any liquid suitable for drinking"], ["drinking", "the act of drinking alcoholic beverages to excess"], ["drunkenness", "the act of drinking alcoholic beverages to excess"], ["drinkable", "any liquid suitable for drinking"], ["beverage", "any liquid suitable for drinking"], ["deglutition", "the act of swallowing"], ["boozing", "the act of drinking alcoholic beverages to excess"]]}, {"answer": "drinking", "hint": "synonyms for drinking", "clues": [["imbibing", "the act of consuming liquids"], ["crapulence", "the act of drinking alcoholic beverages to excess"], ["drink", "the act of drinking alcoholic beverages to excess"], ["drunkenness", "the act of drinking alcoholic beverages to excess"], ["imbibition", "the act of consuming liquids"], ["boozing", "the act of drinking alcoholic beverages to excess"]]}, {"answer": "drip", "hint": "synonyms for drip", "clues": [["drip mould", "(architecture) a projection from a cornice or sill designed to protect the area below from rainwater (as over a window or doorway)"], ["dribble", "flowing in drops; the formation and falling of drops of liquid"], ["dripping", "the sound of a liquid falling drop by drop"], ["trickle", "flowing in drops; the formation and falling of drops of liquid"]]}, {"answer": "drippiness", "hint": "synonyms for drippiness", "clues": [["soupiness", "falsely emotional in a maudlin way"], ["sentimentality", "falsely emotional in a maudlin way"], ["mushiness", "falsely emotional in a maudlin way"], ["mawkishness", "falsely emotional in a maudlin way"], ["sloppiness", "falsely emotional in a maudlin way"]]}, {"answer": "drive", "hint": "synonyms for drive", "clues": [["movement", "a series of actions advancing a principle or tending toward a particular end"], ["private road", "a road leading up to a private house"], ["driving", "hitting a golf ball off of a tee with a driver"], ["ride", "a journey in a vehicle (usually an automobile)"], ["cause", "a series of actions advancing a principle or tending toward a particular end"], ["driving force", "the act of applying force to propel something"], ["thrust", "the act of applying force to propel something"], ["campaign", "a series of actions advancing a principle or tending toward a particular end"], ["driveway", "a road leading up to a private house"], ["parkway", "a wide scenic road planted with trees"], ["crusade", "a series of actions advancing a principle or tending toward a particular end"], ["effort", "a series of actions advancing a principle or tending toward a particular end"]]}, {"answer": "drogue", "hint": "synonyms for drogue", "clues": [["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sea anchor", "restraint consisting of a canvas covered frame that floats behind a vessel; prevents drifting or maintains the heading into a wind"], ["drogue parachute", "a parachute used to decelerate an object that is moving rapidly"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "drollery", "hint": "synonyms for drollery", "clues": [["comedy", "a comic incident or series of incidents"], ["funniness", "a comic incident or series of incidents"], ["clowning", "a comic incident or series of incidents"], ["waggery", "a quaint and amusing jest"]]}, {"answer": "drone", "hint": "synonyms for drone", "clues": [["bourdon", "a pipe of the bagpipe that is tuned to produce a single continuous tone"], ["radio-controlled aircraft", "an aircraft without a pilot that is operated by remote control"], ["drone pipe", "a pipe of the bagpipe that is tuned to produce a single continuous tone"], ["droning", "an unchanging intonation"], ["pilotless aircraft", "an aircraft without a pilot that is operated by remote control"], ["monotone", "an unchanging intonation"]]}, {"answer": "drool", "hint": "synonyms for drool", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "drop", "hint": "synonyms for drop", "clues": [["drib", "a small indefinite quantity (especially of a liquid); ; ; ; --Kipling"], ["free fall", "a sudden sharp decrease in some quantity"], ["fall", "a free and rapid descent by the force of gravity"], ["dip", "a sudden sharp decrease in some quantity"], ["driblet", "a small indefinite quantity (especially of a liquid); ; ; ; --Kipling"], ["drop curtain", "a curtain that can be lowered and raised onto a stage from the flies; often used as background scenery"], ["pearl", "a shape that is spherical and small"], ["cliff", "a steep high face of rock"], ["drop-off", "a steep high face of rock"], ["bead", "a shape that is spherical and small"], ["drop cloth", "a curtain that can be lowered and raised onto a stage from the flies; often used as background scenery"]]}, {"answer": "drop-off", "hint": "synonyms for drop-off", "clues": [["slump", "a noticeable deterioration in performance or quality"], ["lessening", "a change downward"], ["slack", "a noticeable deterioration in performance or quality"], ["decrease", "a change downward"], ["drop", "a steep high face of rock"], ["falling off", "a noticeable deterioration in performance or quality"], ["falloff", "a noticeable deterioration in performance or quality"], ["cliff", "a steep high face of rock"]]}, {"answer": "drop_line", "hint": "synonyms for drop line", "clues": [["stagger head", "a headline with the top line flush left and succeeding lines indented to the right"], ["stepped line", "a headline with the top line flush left and succeeding lines indented to the right"], ["stephead", "a headline with the top line flush left and succeeding lines indented to the right"], ["dropline", "a headline with the top line flush left and succeeding lines indented to the right"]]}, {"answer": "dropline", "hint": "synonyms for dropline", "clues": [["stagger head", "a headline with the top line flush left and succeeding lines indented to the right"], ["stepped line", "a headline with the top line flush left and succeeding lines indented to the right"], ["stephead", "a headline with the top line flush left and succeeding lines indented to the right"], ["drop line", "a headline with the top line flush left and succeeding lines indented to the right"]]}, {"answer": "drubbing", "hint": "synonyms for drubbing", "clues": [["walloping", "a sound defeat"], ["beating", "the act of inflicting corporal punishment with repeated blows"], ["slaughter", "a sound defeat"], ["trouncing", "a sound defeat"], ["thrashing", "a sound defeat"], ["lacing", "the act of inflicting corporal punishment with repeated blows"], ["whipping", "a sound defeat"], ["whacking", "the act of inflicting corporal punishment with repeated blows"], ["licking", "the act of inflicting corporal punishment with repeated blows"], ["debacle", "a sound defeat"]]}, {"answer": "drugstore", "hint": "synonyms for drugstore", "clues": [["chemist's", "a retail shop where medicine and other articles are sold"], ["pharmacy", "a retail shop where medicine and other articles are sold"], ["chemist's shop", "a retail shop where medicine and other articles are sold"], ["apothecary's shop", "a retail shop where medicine and other articles are sold"]]}, {"answer": "drum", "hint": "synonyms for drum", "clues": [["membranophone", "a musical percussion instrument; usually consists of a hollow cylinder with a membrane stretched across each end"], ["tympan", "a musical percussion instrument; usually consists of a hollow cylinder with a membrane stretched across each end"], ["barrel", "a bulging cylindrical shape; hollow with flat ends"], ["metal drum", "a cylindrical metal container used for shipping or storage of liquids"], ["brake drum", "a hollow cast-iron cylinder attached to the wheel that forms part of the brakes"]]}, {"answer": "drunken_revelry", "hint": "synonyms for drunken revelry", "clues": [["bacchanalia", "a wild gathering involving excessive drinking and promiscuity"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity"], ["riot", "a wild gathering involving excessive drinking and promiscuity"], ["debauch", "a wild gathering involving excessive drinking and promiscuity"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity"], ["orgy", "a wild gathering involving excessive drinking and promiscuity"]]}, {"answer": "dry_land", "hint": "synonyms for dry land", "clues": [["land", "the solid part of the earth's surface"], ["solid ground", "the solid part of the earth's surface"], ["terra firma", "the solid part of the earth's surface"], ["earth", "the solid part of the earth's surface"], ["ground", "the solid part of the earth's surface"]]}, {"answer": "ds", "hint": "synonyms for ds", "clues": [["darmstadtium", "a radioactive transuranic element"], ["cholecalciferol", "a fat-soluble vitamin that prevents rickets"], ["d", "the 4th letter of the Roman alphabet"], ["500", "the cardinal number that is the product of one hundred and five"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets"], ["viosterol", "a fat-soluble vitamin that prevents rickets"], ["five hundred", "the cardinal number that is the product of one hundred and five"], ["vitamin D", "a fat-soluble vitamin that prevents rickets"], ["calciferol", "a fat-soluble vitamin that prevents rickets"], ["atomic number 110", "a radioactive transuranic element"], ["element 110", "a radioactive transuranic element"]]}, {"answer": "duad", "hint": "synonyms for duad", "clues": [["twain", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duo", "two items of the same kind"], ["span", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "dubiety", "hint": "synonyms for dubiety", "clues": [["doubtfulness", "the state of being unsure of something"], ["dubiousness", "the state of being unsure of something"], ["uncertainty", "the state of being unsure of something"], ["incertitude", "the state of being unsure of something"], ["doubt", "the state of being unsure of something"]]}, {"answer": "dubiousness", "hint": "synonyms for dubiousness", "clues": [["dubiety", "the state of being unsure of something"], ["doubtfulness", "the state of being unsure of something"], ["doubt", "the state of being unsure of something"], ["question", "uncertainty about the truth or factuality or existence of something"], ["uncertainty", "the state of being unsure of something"], ["incertitude", "the state of being unsure of something"]]}, {"answer": "duck_soup", "hint": "synonyms for duck soup", "clues": [["child's play", "any undertaking that is easy to do"], ["pushover", "any undertaking that is easy to do"], ["breeze", "any undertaking that is easy to do"], ["walkover", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["cinch", "any undertaking that is easy to do"], ["picnic", "any undertaking that is easy to do"], ["piece of cake", "any undertaking that is easy to do"]]}, {"answer": "ducking", "hint": "synonyms for ducking", "clues": [["duck hunting", "hunting ducks"], ["immersion", "the act of wetting something by submerging it"], ["dousing", "the act of wetting something by submerging it"], ["submersion", "the act of wetting something by submerging it"]]}, {"answer": "duds", "hint": "synonyms for duds", "clues": [["dud", "an event that fails badly or is totally ineffectual"], ["threads", "informal terms for clothing"], ["bomb", "an event that fails badly or is totally ineffectual"], ["misfire", "an explosion that fails to occur"], ["togs", "informal terms for clothing"], ["turkey", "an event that fails badly or is totally ineffectual"]]}, {"answer": "duet", "hint": "synonyms for duet", "clues": [["twain", "two items of the same kind"], ["duo", "a pair who associate with one another"], ["couple", "two items of the same kind"], ["duette", "two performers or singers who perform together"], ["duad", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["pas de deux", "(ballet) a dance for two people (usually a ballerina and a danseur noble)"], ["span", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["pair", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "dump", "hint": "synonyms for dump", "clues": [["trash dump", "a piece of land where waste materials are dumped"], ["dumpsite", "a piece of land where waste materials are dumped"], ["rubbish dump", "a piece of land where waste materials are dumped"], ["garbage dump", "a piece of land where waste materials are dumped"], ["shit", "a coarse term for defecation"], ["waste-yard", "a piece of land where waste materials are dumped"]]}, {"answer": "dump_truck", "hint": "synonyms for dump truck", "clues": [["tipper truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"]]}, {"answer": "dumper", "hint": "synonyms for dumper", "clues": [["tipper truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"]]}, {"answer": "dumps", "hint": "synonyms for dumps", "clues": [["dumpsite", "a piece of land where waste materials are dumped"], ["dump", "a place where supplies can be stored"], ["shit", "a coarse term for defecation"], ["trash dump", "a piece of land where waste materials are dumped"], ["garbage dump", "a piece of land where waste materials are dumped"], ["rubbish dump", "a piece of land where waste materials are dumped"], ["waste-yard", "a piece of land where waste materials are dumped"]]}, {"answer": "dumpsite", "hint": "synonyms for dumpsite", "clues": [["dump", "a piece of land where waste materials are dumped"], ["trash dump", "a piece of land where waste materials are dumped"], ["garbage dump", "a piece of land where waste materials are dumped"], ["rubbish dump", "a piece of land where waste materials are dumped"], ["waste-yard", "a piece of land where waste materials are dumped"]]}, {"answer": "duo", "hint": "synonyms for duo", "clues": [["twain", "two items of the same kind"], ["couple", "two items of the same kind"], ["duet", "two performers or singers who perform together"], ["duette", "two performers or singers who perform together"], ["duad", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["span", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["pair", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "dupery", "hint": "synonyms for dupery", "clues": [["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage"]]}, {"answer": "dusk", "hint": "synonyms for dusk", "clues": [["evenfall", "the time of day immediately following sunset"], ["nightfall", "the time of day immediately following sunset"], ["gloam", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["twilight", "the time of day immediately following sunset"]]}, {"answer": "dust", "hint": "synonyms for dust", "clues": [["debris", "the remains of something that has been destroyed or broken up"], ["rubble", "the remains of something that has been destroyed or broken up"], ["detritus", "the remains of something that has been destroyed or broken up"], ["junk", "the remains of something that has been destroyed or broken up"]]}, {"answer": "dust_cover", "hint": "synonyms for dust cover", "clues": [["dust jacket", "a paper jacket for a book; a jacket on which promotional information is usually printed"], ["dust sheet", "a large piece of cloth used to cover furniture that is not in use for a long period"], ["book jacket", "a paper jacket for a book; a jacket on which promotional information is usually printed"], ["dust wrapper", "a paper jacket for a book; a jacket on which promotional information is usually printed"]]}, {"answer": "dustbin", "hint": "synonyms for dustbin", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "duster", "hint": "synonyms for duster", "clues": [["dustcloth", "a piece of cloth used for dusting"], ["gabardine", "a loose coverall (coat or frock) reaching down to the ankles"], ["smock", "a loose coverall (coat or frock) reaching down to the ankles"], ["dust storm", "a windstorm that lifts up clouds of dust or sand"], ["sandstorm", "a windstorm that lifts up clouds of dust or sand"], ["dust coat", "a loose coverall (coat or frock) reaching down to the ankles"], ["sirocco", "a windstorm that lifts up clouds of dust or sand"], ["dustrag", "a piece of cloth used for dusting"]]}, {"answer": "dustup", "hint": "synonyms for dustup", "clues": [["wrangle", "an angry dispute"], ["row", "an angry dispute"], ["run-in", "an angry dispute"], ["quarrel", "an angry dispute"], ["words", "an angry dispute"]]}, {"answer": "duty_tour", "hint": "synonyms for duty tour", "clues": [["tour", "a period of time spent in military service"], ["enlistment", "a period of time spent in military service"], ["hitch", "a period of time spent in military service"], ["tour of duty", "a period of time spent in military service"], ["term of enlistment", "a period of time spent in military service"]]}, {"answer": "dwelling", "hint": "synonyms for dwelling", "clues": [["domicile", "housing that someone is living in"], ["home", "housing that someone is living in"], ["habitation", "housing that someone is living in"], ["abode", "housing that someone is living in"], ["dwelling house", "housing that someone is living in"]]}, {"answer": "dwelling_house", "hint": "synonyms for dwelling house", "clues": [["domicile", "housing that someone is living in"], ["home", "housing that someone is living in"], ["habitation", "housing that someone is living in"], ["dwelling", "housing that someone is living in"], ["abode", "housing that someone is living in"]]}, {"answer": "dyad", "hint": "synonyms for dyad", "clues": [["twain", "two items of the same kind"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duad", "two items of the same kind"], ["duo", "two items of the same kind"], ["span", "two items of the same kind"], ["yoke", "two items of the same kind"], ["duet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "dynamism", "hint": "synonyms for dynamism", "clues": [["heartiness", "active strength of body or mind"], ["pizzazz", "the activeness of an energetic personality"], ["oomph", "the activeness of an energetic personality"], ["vigour", "active strength of body or mind"], ["zing", "the activeness of an energetic personality"]]}, {"answer": "e", "hint": "synonyms for e", "clues": [["due east", "the cardinal compass point that is at 90 degrees"], ["vitamin E", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body"], ["tocopherol", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body"], ["atomic number 99", "a radioactive transuranic element produced by bombarding plutonium with neutrons"], ["east", "the cardinal compass point that is at 90 degrees"], ["eastward", "the cardinal compass point that is at 90 degrees"], ["einsteinium", "a radioactive transuranic element produced by bombarding plutonium with neutrons"]]}, {"answer": "eagerness", "hint": "synonyms for eagerness", "clues": [["keenness", "a positive feeling of wanting to push ahead with something"], ["avidness", "a positive feeling of wanting to push ahead with something"], ["forwardness", "prompt willingness"], ["readiness", "prompt willingness"], ["avidity", "a positive feeling of wanting to push ahead with something"], ["zeal", "prompt willingness"]]}, {"answer": "eagre", "hint": "synonyms for eagre", "clues": [["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"]]}, {"answer": "earful", "hint": "synonyms for earful", "clues": [["upbraiding", "a severe scolding"], ["dressing down", "a severe scolding"], ["castigation", "a severe scolding"], ["chewing out", "a severe scolding"], ["bawling out", "a severe scolding"], ["going-over", "a severe scolding"]]}, {"answer": "earnings", "hint": "synonyms for earnings", "clues": [["salary", "something that remunerates"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["remuneration", "something that remunerates"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["pay", "something that remunerates"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["wage", "something that remunerates"], ["profits", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"]]}, {"answer": "earth", "hint": "synonyms for earth", "clues": [["earthly concern", "the concerns of this life as distinguished from heaven and the afterlife"], ["solid ground", "the solid part of the earth's surface"], ["ground", "a connection between an electrical device and a large conducting body, such as the earth (which is taken to be at zero voltage)"], ["world", "the 3rd planet from the sun; the planet we live on"], ["terra firma", "the solid part of the earth's surface"], ["worldly concern", "the concerns of this life as distinguished from heaven and the afterlife"], ["dry land", "the solid part of the earth's surface"], ["land", "the solid part of the earth's surface"], ["globe", "the 3rd planet from the sun; the planet we live on"]]}, {"answer": "earthnut", "hint": "synonyms for earthnut", "clues": [["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["truffle", "edible subterranean fungus of the genus Tuber"], ["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"]]}, {"answer": "ease", "hint": "synonyms for ease", "clues": [["simpleness", "freedom from difficulty or hardship or effort"], ["informality", "freedom from constraint or embarrassment"], ["relaxation", "freedom from activity (work or strain or responsibility)"], ["simplicity", "freedom from difficulty or hardship or effort"], ["repose", "freedom from activity (work or strain or responsibility)"], ["rest", "freedom from activity (work or strain or responsibility)"], ["easiness", "freedom from difficulty or hardship or effort"]]}, {"answer": "easiness", "hint": "synonyms for easiness", "clues": [["simpleness", "freedom from difficulty or hardship or effort"], ["relaxation", "a feeling of refreshing tranquility and an absence of tension or worry"], ["ease", "freedom from difficulty or hardship or effort"], ["simplicity", "freedom from difficulty or hardship or effort"]]}, {"answer": "easing", "hint": "synonyms for easing", "clues": [["relief", "the act of reducing something unpleasant (as pain or annoyance)"], ["easement", "the act of reducing something unpleasant (as pain or annoyance)"], ["moderation", "a change for the better"], ["alleviation", "the act of reducing something unpleasant (as pain or annoyance)"]]}, {"answer": "easy_lay", "hint": "synonyms for easy lay", "clues": [["grievous bodily harm", "street names for gamma hydroxybutyrate"], ["liquid ecstasy", "street names for gamma hydroxybutyrate"], ["goop", "street names for gamma hydroxybutyrate"], ["max", "street names for gamma hydroxybutyrate"], ["scoop", "street names for gamma hydroxybutyrate"], ["soap", "street names for gamma hydroxybutyrate"]]}, {"answer": "eating_away", "hint": "synonyms for eating away", "clues": [["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["wearing", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["wearing away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["erosion", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"]]}, {"answer": "ebs", "hint": "synonyms for ebs", "clues": [["east by south", "the compass point that is one point south of due east"], ["exabit", "a unit of information equal to 1000 petabits or 10^18 bits"], ["exabyte", "a unit of information equal to 1024 pebibytes or 2^60 bytes"], ["exbibyte", "a unit of information equal to 1024 pebibytes or 2^60 bytes"]]}, {"answer": "ebullition", "hint": "synonyms for ebullition", "clues": [["outburst", "an unrestrained expression of emotion"], ["gush", "an unrestrained expression of emotion"], ["effusion", "an unrestrained expression of emotion"], ["blowup", "an unrestrained expression of emotion"]]}, {"answer": "eclat", "hint": "synonyms for eclat", "clues": [["pomp", "ceremonial elegance and splendor"], ["acclaim", "enthusiastic approval"], ["plaudit", "enthusiastic approval"], ["acclamation", "enthusiastic approval"]]}, {"answer": "economic_consumption", "hint": "synonyms for economic consumption", "clues": [["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"]]}, {"answer": "ecstasy", "hint": "synonyms for ecstasy", "clues": [["cristal", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"], ["disco biscuit", "street names for methylenedioxymethamphetamine"], ["hug drug", "street names for methylenedioxymethamphetamine"]]}, {"answer": "edacity", "hint": "synonyms for edacity", "clues": [["voraciousness", "extreme gluttony"], ["rapaciousness", "extreme gluttony"], ["rapacity", "extreme gluttony"], ["voracity", "extreme gluttony"], ["esurience", "extreme gluttony"]]}, {"answer": "edda", "hint": "synonyms for edda", "clues": [["taro", "tropical starchy tuberous root"], ["dasheen", "tropical starchy tuberous root"], ["cocoyam", "tropical starchy tuberous root"], ["taro root", "tropical starchy tuberous root"]]}, {"answer": "eden", "hint": "synonyms for eden", "clues": [["heaven", "any place of complete bliss and delight and peace"], ["nirvana", "any place of complete bliss and delight and peace"], ["promised land", "any place of complete bliss and delight and peace"], ["paradise", "any place of complete bliss and delight and peace"]]}, {"answer": "edge", "hint": "synonyms for edge", "clues": [["bound", "a line determining the limits of an area"], ["sharpness", "the attribute of urgency in tone of voice"], ["border", "the boundary of a surface"], ["boundary", "a line determining the limits of an area"]]}, {"answer": "edict", "hint": "synonyms for edict", "clues": [["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"]]}, {"answer": "education", "hint": "synonyms for education", "clues": [["teaching", "the activities of educating or instructing; activities that impart knowledge or skill"], ["training", "the result of good upbringing (especially knowledge of correct social behavior)"], ["breeding", "the result of good upbringing (especially knowledge of correct social behavior)"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill"]]}, {"answer": "educational_activity", "hint": "synonyms for educational activity", "clues": [["teaching", "the activities of educating or instructing; activities that impart knowledge or skill"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill"]]}, {"answer": "effect", "hint": "synonyms for effect", "clues": [["impression", "an outward appearance"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon"], ["event", "a phenomenon that follows and is caused by some previous phenomenon"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon"], ["core", "the central meaning or theme of a speech or literary work"], ["essence", "the central meaning or theme of a speech or literary work"], ["burden", "the central meaning or theme of a speech or literary work"], ["result", "a phenomenon that follows and is caused by some previous phenomenon"], ["gist", "the central meaning or theme of a speech or literary work"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon"], ["force", "(of a law) having legal validity"]]}, {"answer": "effectiveness", "hint": "synonyms for effectiveness", "clues": [["effectivity", "power to be effective; the quality of being able to bring about an effect"], ["effectuality", "power to be effective; the quality of being able to bring about an effect"], ["effectualness", "power to be effective; the quality of being able to bring about an effect"], ["strength", "capacity to produce strong physiological or chemical effects"], ["potency", "capacity to produce strong physiological or chemical effects"]]}, {"answer": "effects", "hint": "synonyms for effects", "clues": [["impression", "an outward appearance"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon"], ["event", "a phenomenon that follows and is caused by some previous phenomenon"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon"], ["core", "the central meaning or theme of a speech or literary work"], ["effect", "an impression (especially one that is artificial or contrived)"], ["essence", "the central meaning or theme of a speech or literary work"], ["burden", "the central meaning or theme of a speech or literary work"], ["result", "a phenomenon that follows and is caused by some previous phenomenon"], ["gist", "the central meaning or theme of a speech or literary work"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon"], ["force", "(of a law) having legal validity"], ["personal effects", "property of a personal character that is portable but not used in business"]]}, {"answer": "effeminacy", "hint": "synonyms for effeminacy", "clues": [["effeminateness", "the trait of being effeminate (derogatory of a man)"], ["sissiness", "the trait of being effeminate (derogatory of a man)"], ["womanishness", "the trait of being effeminate (derogatory of a man)"], ["softness", "the trait of being effeminate (derogatory of a man)"], ["unmanliness", "the trait of being effeminate (derogatory of a man)"]]}, {"answer": "effeminateness", "hint": "synonyms for effeminateness", "clues": [["womanishness", "the trait of being effeminate (derogatory of a man)"], ["sissiness", "the trait of being effeminate (derogatory of a man)"], ["effeminacy", "the trait of being effeminate (derogatory of a man)"], ["softness", "the trait of being effeminate (derogatory of a man)"], ["unmanliness", "the trait of being effeminate (derogatory of a man)"]]}, {"answer": "efflorescence", "hint": "synonyms for efflorescence", "clues": [["bloom", "the period of greatest prosperity or productivity"], ["anthesis", "the time and process of budding and unfolding of blossoms"], ["flush", "the period of greatest prosperity or productivity"], ["florescence", "the time and process of budding and unfolding of blossoms"], ["heyday", "the period of greatest prosperity or productivity"], ["peak", "the period of greatest prosperity or productivity"], ["flowering", "the time and process of budding and unfolding of blossoms"], ["prime", "the period of greatest prosperity or productivity"], ["blossoming", "the time and process of budding and unfolding of blossoms"]]}, {"answer": "effort", "hint": "synonyms for effort", "clues": [["attempt", "earnest and conscientious activity intended to do or accomplish something"], ["movement", "a series of actions advancing a principle or tending toward a particular end"], ["exploit", "a notable achievement"], ["feat", "a notable achievement"], ["drive", "a series of actions advancing a principle or tending toward a particular end"], ["endeavour", "earnest and conscientious activity intended to do or accomplish something"], ["travail", "use of physical or mental energy; hard work"], ["cause", "a series of actions advancing a principle or tending toward a particular end"], ["exertion", "use of physical or mental energy; hard work"], ["try", "earnest and conscientious activity intended to do or accomplish something"], ["elbow grease", "use of physical or mental energy; hard work"], ["campaign", "a series of actions advancing a principle or tending toward a particular end"], ["sweat", "use of physical or mental energy; hard work"], ["crusade", "a series of actions advancing a principle or tending toward a particular end"]]}, {"answer": "effusion", "hint": "synonyms for effusion", "clues": [["outburst", "an unrestrained expression of emotion"], ["gush", "an unrestrained expression of emotion"], ["ebullition", "an unrestrained expression of emotion"], ["blowup", "an unrestrained expression of emotion"]]}, {"answer": "eggbeater", "hint": "synonyms for eggbeater", "clues": [["eggwhisk", "a mixer for beating eggs or whipping cream"], ["whirlybird", "an aircraft without wings that obtains its lift from the rotation of overhead blades"], ["chopper", "an aircraft without wings that obtains its lift from the rotation of overhead blades"], ["helicopter", "an aircraft without wings that obtains its lift from the rotation of overhead blades"]]}, {"answer": "egocentrism", "hint": "synonyms for egocentrism", "clues": [["self-interest", "concern for your own interests and welfare"], ["egoism", "concern for your own interests and welfare"], ["self-centeredness", "concern for your own interests and welfare"], ["self-concern", "concern for your own interests and welfare"]]}, {"answer": "egoism", "hint": "synonyms for egoism", "clues": [["self-interest", "concern for your own interests and welfare"], ["self-centeredness", "concern for your own interests and welfare"], ["egocentrism", "concern for your own interests and welfare"], ["self-concern", "concern for your own interests and welfare"]]}, {"answer": "egress", "hint": "synonyms for egress", "clues": [["emergence", "the act of coming (or going) out; becoming apparent"], ["emersion", "(astronomy) the reappearance of a celestial body after an eclipse"], ["egression", "the act of coming (or going) out; becoming apparent"], ["issue", "the becoming visible"]]}, {"answer": "eighter", "hint": "synonyms for eighter", "clues": [["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["octad", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["octonary", "the cardinal number that is the sum of seven and one"], ["8", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"]]}, {"answer": "eighter_from_decatur", "hint": "synonyms for eighter from decatur", "clues": [["8", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["octad", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octonary", "the cardinal number that is the sum of seven and one"]]}, {"answer": "eighties", "hint": "synonyms for eighties", "clues": [["fourscore", "the cardinal number that is the product of ten and eight"], ["1980s", "the decade from 1980 to 1989"], ["mid-eighties", "the time of life between 80 and 90"], ["1880s", "the decade from 1880 to 1889"], ["eighty", "the cardinal number that is the product of ten and eight"], ["80", "the cardinal number that is the product of ten and eight"]]}, {"answer": "ejection", "hint": "synonyms for ejection", "clues": [["projection", "the act of expelling or projecting or ejecting"], ["expulsion", "the act of expelling or projecting or ejecting"], ["exclusion", "the act of forcing out someone or something"], ["riddance", "the act of forcing out someone or something"], ["forcing out", "the act of expelling or projecting or ejecting"]]}, {"answer": "el", "hint": "synonyms for el", "clues": [["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevation", "angular distance above the horizon (especially of a celestial object)"], ["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["altitude", "angular distance above the horizon (especially of a celestial object)"]]}, {"answer": "elaborateness", "hint": "synonyms for elaborateness", "clues": [["involution", "marked by elaborately complex detail"], ["ornateness", "an ornate appearance; being elaborately (even excessively) decorated"], ["elaboration", "marked by elaborately complex detail"], ["intricacy", "marked by elaborately complex detail"]]}, {"answer": "elaboration", "hint": "synonyms for elaboration", "clues": [["involution", "marked by elaborately complex detail"], ["working out", "developing in intricate and painstaking detail"], ["elaborateness", "marked by elaborately complex detail"], ["amplification", "addition of extra material or illustration or clarifying detail"], ["refinement", "the result of improving something"], ["intricacy", "marked by elaborately complex detail"], ["expansion", "a discussion that provides additional information"], ["enlargement", "a discussion that provides additional information"]]}, {"answer": "elan", "hint": "synonyms for elan", "clues": [["dash", "distinctive and stylish elegance"], ["style", "distinctive and stylish elegance"], ["ardour", "a feeling of strong eagerness (usually in favor of a person or cause)"], ["zeal", "a feeling of strong eagerness (usually in favor of a person or cause)"], ["panache", "distinctive and stylish elegance"], ["flair", "distinctive and stylish elegance"]]}, {"answer": "elbow_grease", "hint": "synonyms for elbow grease", "clues": [["effort", "use of physical or mental energy; hard work"], ["travail", "use of physical or mental energy; hard work"], ["sweat", "use of physical or mental energy; hard work"], ["exertion", "use of physical or mental energy; hard work"]]}, {"answer": "eld", "hint": "synonyms for eld", "clues": [["age", "a time of life (usually defined in years) at which some particular qualification or power arises"], ["old age", "a late time of life"], ["geezerhood", "a late time of life"], ["years", "a late time of life"]]}, {"answer": "electioneering", "hint": "synonyms for electioneering", "clues": [["bell ringing", "persuasion of voters in a political campaign"], ["campaigning", "the campaign of a candidate to be elected"], ["political campaign", "the campaign of a candidate to be elected"], ["candidacy", "the campaign of a candidate to be elected"], ["candidature", "the campaign of a candidate to be elected"], ["canvassing", "persuasion of voters in a political campaign"]]}, {"answer": "electric-light_bulb", "hint": "synonyms for electric-light bulb", "clues": [["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["lightbulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"]]}, {"answer": "electric_arc", "hint": "synonyms for electric arc", "clues": [["discharge", "electrical conduction through a gas in an applied electric field"], ["arc", "electrical conduction through a gas in an applied electric field"], ["electric discharge", "electrical conduction through a gas in an applied electric field"], ["spark", "electrical conduction through a gas in an applied electric field"]]}, {"answer": "electric_discharge", "hint": "synonyms for electric discharge", "clues": [["discharge", "electrical conduction through a gas in an applied electric field"], ["electric arc", "electrical conduction through a gas in an applied electric field"], ["arc", "electrical conduction through a gas in an applied electric field"], ["spark", "electrical conduction through a gas in an applied electric field"]]}, {"answer": "electric_eye", "hint": "synonyms for electric eye", "clues": [["photocell", "a transducer used to detect and measure light and other radiations"], ["photoconductive cell", "a transducer used to detect and measure light and other radiations"], ["photoelectric cell", "a transducer used to detect and measure light and other radiations"], ["magic eye", "a transducer used to detect and measure light and other radiations"]]}, {"answer": "electric_light", "hint": "synonyms for electric light", "clues": [["lightbulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"]]}, {"answer": "electric_outlet", "hint": "synonyms for electric outlet", "clues": [["electrical outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"]]}, {"answer": "electric_potential", "hint": "synonyms for electric potential", "clues": [["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts"]]}, {"answer": "electric_receptacle", "hint": "synonyms for electric receptacle", "clues": [["electrical outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"]]}, {"answer": "electric_resistance", "hint": "synonyms for electric resistance", "clues": [["resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms"], ["electrical resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms"]]}, {"answer": "electrical_outlet", "hint": "synonyms for electrical outlet", "clues": [["electric outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"]]}, {"answer": "electrical_resistance", "hint": "synonyms for electrical resistance", "clues": [["resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["electric resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms"]]}, {"answer": "electron_tube", "hint": "synonyms for electron tube", "clues": [["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"]]}, {"answer": "electronic_computer", "hint": "synonyms for electronic computer", "clues": [["computer", "a machine for performing calculations automatically"], ["computing device", "a machine for performing calculations automatically"], ["data processor", "a machine for performing calculations automatically"], ["computing machine", "a machine for performing calculations automatically"], ["information processing system", "a machine for performing calculations automatically"]]}, {"answer": "element", "hint": "synonyms for element", "clues": [["component", "an abstract part of something"], ["constituent", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system"], ["factor", "an abstract part of something"], ["ingredient", "an abstract part of something"], ["chemical element", "any of the more than 100 known substances (of which 92 occur naturally) that cannot be separated into simpler substances and that singly or in combination constitute all matter"]]}, {"answer": "elements", "hint": "synonyms for elements", "clues": [["component", "an abstract part of something"], ["element", "the most favorable environment for a plant or animal"], ["constituent", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system"], ["factor", "an abstract part of something"], ["ingredient", "an abstract part of something"], ["chemical element", "any of the more than 100 known substances (of which 92 occur naturally) that cannot be separated into simpler substances and that singly or in combination constitute all matter"]]}, {"answer": "elevated_railroad", "hint": "synonyms for elevated railroad", "clues": [["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"]]}, {"answer": "elevated_railway", "hint": "synonyms for elevated railway", "clues": [["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level"]]}, {"answer": "elevation", "hint": "synonyms for elevation", "clues": [["raising", "the event of something being raised upward"], ["aggrandisement", "the act of increasing the wealth or prestige or power or scope of something"], ["lift", "the event of something being raised upward"], ["natural elevation", "a raised or elevated geological formation"], ["altitude", "angular distance above the horizon (especially of a celestial object)"]]}, {"answer": "elimination", "hint": "synonyms for elimination", "clues": [["reasoning by elimination", "analysis of a problem into alternative possibilities followed by the systematic rejection of unacceptable alternatives"], ["evacuation", "the bodily process of discharging waste matter"], ["riddance", "the act of removing or getting rid of something"], ["excreting", "the bodily process of discharging waste matter"], ["liquidation", "the murder of a competitor"], ["voiding", "the bodily process of discharging waste matter"]]}, {"answer": "elvis", "hint": "synonyms for elvis", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "em", "hint": "synonyms for em", "clues": [["pica", "a linear unit (1/6 inch) used in printing"], ["em quad", "a quad with a square body"], ["mutton quad", "a quad with a square body"], ["pica em", "a linear unit (1/6 inch) used in printing"]]}, {"answer": "embezzlement", "hint": "synonyms for embezzlement", "clues": [["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"]]}, {"answer": "embossment", "hint": "synonyms for embossment", "clues": [["relievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["imprint", "an impression produced by pressure or printing"]]}, {"answer": "emda", "hint": "synonyms for emda", "clues": [["iontotherapy", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues"], ["iontophoresis", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues"], ["ionic medication", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues"], ["electromotive drug administration", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues"]]}, {"answer": "emergence", "hint": "synonyms for emergence", "clues": [["emersion", "the act of emerging"], ["outgrowth", "the gradual beginning or coming forth"], ["egress", "the becoming visible"], ["egression", "the act of coming (or going) out; becoming apparent"], ["issue", "the becoming visible"], ["growth", "the gradual beginning or coming forth"]]}, {"answer": "emergency", "hint": "synonyms for emergency", "clues": [["hand brake", "a brake operated by hand; usually operates by mechanical linkage"], ["exigency", "a sudden unforeseen crisis (usually involving danger) that requires immediate action"], ["pinch", "a sudden unforeseen crisis (usually involving danger) that requires immediate action"], ["emergency brake", "a brake operated by hand; usually operates by mechanical linkage"], ["parking brake", "a brake operated by hand; usually operates by mechanical linkage"]]}, {"answer": "emesis", "hint": "synonyms for emesis", "clues": [["vomit", "the reflex act of ejecting the contents of the stomach through the mouth"], ["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth"]]}, {"answer": "emotionlessness", "hint": "synonyms for emotionlessness", "clues": [["phlegm", "apathy demonstrated by an absence of emotional reactions"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions"], ["impassivity", "apathy demonstrated by an absence of emotional reactions"], ["unemotionality", "absence of emotion"], ["indifference", "apathy demonstrated by an absence of emotional reactions"], ["stolidity", "apathy demonstrated by an absence of emotional reactions"]]}, {"answer": "employment", "hint": "synonyms for employment", "clues": [["work", "the occupation for which you are paid"], ["exercise", "the act of using"], ["usage", "the act of using"], ["utilisation", "the act of using"], ["use", "the act of using"], ["engagement", "the act of giving someone a job"]]}, {"answer": "emptiness", "hint": "synonyms for emptiness", "clues": [["void", "an empty area or space"], ["vanity", "the quality of being valueless or futile"], ["vacuum", "an empty area or space"], ["vacancy", "an empty area or space"]]}, {"answer": "empty_talk", "hint": "synonyms for empty talk", "clues": [["rhetoric", "loud and confused and empty talk"], ["empty words", "loud and confused and empty talk"], ["palaver", "loud and confused and empty talk"], ["hot air", "loud and confused and empty talk"]]}, {"answer": "empty_words", "hint": "synonyms for empty words", "clues": [["rhetoric", "loud and confused and empty talk"], ["hot air", "loud and confused and empty talk"], ["empty talk", "loud and confused and empty talk"], ["palaver", "loud and confused and empty talk"]]}, {"answer": "enactment", "hint": "synonyms for enactment", "clues": [["passage", "the passing of a law by a legislative body"], ["characterization", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["personation", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["portrayal", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["act", "a legal document codifying the result of deliberations of a committee or society or legislative body"]]}, {"answer": "encampment", "hint": "synonyms for encampment", "clues": [["camping", "the act of encamping and living in tents in a camp"], ["campsite", "a site where people on holiday can pitch a tent"], ["tenting", "the act of encamping and living in tents in a camp"], ["bivouacking", "the act of encamping and living in tents in a camp"], ["camping ground", "a site where people on holiday can pitch a tent"], ["campground", "a site where people on holiday can pitch a tent"], ["camping site", "a site where people on holiday can pitch a tent"], ["bivouac", "temporary living quarters specially built by the army for soldiers"], ["cantonment", "temporary living quarters specially built by the army for soldiers"], ["camping area", "a site where people on holiday can pitch a tent"]]}, {"answer": "enchantment", "hint": "synonyms for enchantment", "clues": [["enthrallment", "a feeling of great liking for something wonderful and unusual"], ["fascination", "a feeling of great liking for something wonderful and unusual"], ["captivation", "a feeling of great liking for something wonderful and unusual"], ["bewitchment", "a magical spell"]]}, {"answer": "enclosure", "hint": "synonyms for enclosure", "clues": [["inclosure", "the act of enclosing something inside something else"], ["envelopment", "the act of enclosing something inside something else"], ["enclosing", "the act of enclosing something inside something else"], ["natural enclosure", "a naturally enclosed space"]]}, {"answer": "encounter", "hint": "synonyms for encounter", "clues": [["confrontation", "a hostile disagreement face-to-face"], ["clash", "a minor short-term fight"], ["showdown", "a hostile disagreement face-to-face"], ["meeting", "a casual or unexpected convergence"], ["face-off", "a hostile disagreement face-to-face"], ["brush", "a minor short-term fight"], ["skirmish", "a minor short-term fight"], ["coming upon", "a casual meeting with a person or thing"]]}, {"answer": "encroachment", "hint": "synonyms for encroachment", "clues": [["invasion", "any entry into an area not previously occupied"], ["impingement", "influencing strongly"], ["usurpation", "entry to another's property without right or permission"], ["intrusion", "any entry into an area not previously occupied"], ["trespass", "entry to another's property without right or permission"], ["violation", "entry to another's property without right or permission"], ["impact", "influencing strongly"]]}, {"answer": "encumbrance", "hint": "synonyms for encumbrance", "clues": [["incumbrance", "a charge against property (as a lien or mortgage)"], ["hinderance", "any obstruction that impedes or is burdensome"], ["onus", "an onerous or difficult concern"], ["preventative", "any obstruction that impedes or is burdensome"], ["interference", "any obstruction that impedes or is burdensome"], ["burden", "an onerous or difficult concern"], ["load", "an onerous or difficult concern"], ["hitch", "any obstruction that impedes or is burdensome"]]}, {"answer": "encyclopaedism", "hint": "synonyms for encyclopaedism", "clues": [["scholarship", "profound scholarly knowledge"], ["erudition", "profound scholarly knowledge"], ["learnedness", "profound scholarly knowledge"], ["learning", "profound scholarly knowledge"], ["encyclopedism", "profound scholarly knowledge"], ["eruditeness", "profound scholarly knowledge"]]}, {"answer": "encyclopedism", "hint": "synonyms for encyclopedism", "clues": [["scholarship", "profound scholarly knowledge"], ["encyclopaedism", "profound scholarly knowledge"], ["erudition", "profound scholarly knowledge"], ["learnedness", "profound scholarly knowledge"], ["learning", "profound scholarly knowledge"], ["eruditeness", "profound scholarly knowledge"]]}, {"answer": "end", "hint": "synonyms for end", "clues": [["closing", "the last section of a communication"], ["oddment", "a piece of cloth that is left over after the rest has been used or sold"], ["final stage", "the concluding parts of an event or occurrence"], ["terminal", "either extremity of something that has length"], ["last", "the concluding parts of an event or occurrence"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold"], ["conclusion", "the last section of a communication"], ["remnant", "a piece of cloth that is left over after the rest has been used or sold"], ["ending", "the point in time at which something ends"], ["close", "the last section of a communication"], ["goal", "the state of affairs that a plan is intended to achieve and that (when achieved) terminates behavior intended to achieve it"]]}, {"answer": "end_of_the_world", "hint": "synonyms for end of the world", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "an unpleasant or disastrous destiny"], ["doom", "an unpleasant or disastrous destiny"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "endeavor", "hint": "synonyms for endeavor", "clues": [["try", "earnest and conscientious activity intended to do or accomplish something"], ["attempt", "earnest and conscientious activity intended to do or accomplish something"], ["effort", "earnest and conscientious activity intended to do or accomplish something"], ["endeavour", "earnest and conscientious activity intended to do or accomplish something"], ["enterprise", "a purposeful or industrious undertaking (especially one that requires effort or boldness)"]]}, {"answer": "endeavour", "hint": "synonyms for endeavour", "clues": [["try", "earnest and conscientious activity intended to do or accomplish something"], ["endeavor", "a purposeful or industrious undertaking (especially one that requires effort or boldness)"], ["attempt", "earnest and conscientious activity intended to do or accomplish something"], ["effort", "earnest and conscientious activity intended to do or accomplish something"], ["enterprise", "a purposeful or industrious undertaking (especially one that requires effort or boldness)"]]}, {"answer": "ending", "hint": "synonyms for ending", "clues": [["closing", "the last section of a communication"], ["finish", "event whose occurrence ends something"], ["conclusion", "the last section of a communication"], ["end", "the last section of a communication"], ["termination", "the end of a word (a suffix or inflectional ending or final morpheme)"], ["close", "the last section of a communication"]]}, {"answer": "endorsement", "hint": "synonyms for endorsement", "clues": [["blurb", "a promotional statement (as found on the dust jackets of books)"], ["sanction", "formal and explicit approval"], ["indorsement", "the act of endorsing"], ["warrant", "formal and explicit approval"], ["second", "a speech seconding a motion"], ["imprimatur", "formal and explicit approval"], ["countenance", "formal and explicit approval"], ["secondment", "a speech seconding a motion"]]}, {"answer": "endowment", "hint": "synonyms for endowment", "clues": [["natural endowment", "natural abilities or qualities"], ["talent", "natural abilities or qualities"], ["endowment fund", "the capital that provides income for an institution"], ["gift", "natural abilities or qualities"]]}, {"answer": "energy", "hint": "synonyms for energy", "clues": [["free energy", "(physics) a thermodynamic quantity equivalent to the capacity of a physical system to do work; the units of energy are joules or ergs"], ["vigour", "an imaginative lively style (especially style of writing)"], ["push", "enterprising or ambitious drive"], ["muscularity", "an imaginative lively style (especially style of writing)"], ["zip", "forceful exertion"], ["get-up-and-go", "enterprising or ambitious drive"], ["vim", "an imaginative lively style (especially style of writing)"]]}, {"answer": "engagement", "hint": "synonyms for engagement", "clues": [["battle", "a hostile meeting of opposing military forces in the course of a war"], ["appointment", "a meeting arranged in advance"], ["interlocking", "contact by fitting together"], ["betrothal", "a mutual promise to marry"], ["mesh", "contact by fitting together"], ["booking", "employment for performers or performing groups that lasts for a limited period of time"], ["participation", "the act of sharing in the activities of a group"], ["involution", "the act of sharing in the activities of a group"], ["employment", "the act of giving someone a job"], ["involvement", "the act of sharing in the activities of a group"], ["date", "a meeting arranged in advance"], ["fight", "a hostile meeting of opposing military forces in the course of a war"], ["conflict", "a hostile meeting of opposing military forces in the course of a war"], ["troth", "a mutual promise to marry"]]}, {"answer": "engineering", "hint": "synonyms for engineering", "clues": [["technology", "the discipline dealing with the art or science of applying scientific knowledge to practical problems"], ["engineering science", "the discipline dealing with the art or science of applying scientific knowledge to practical problems"], ["engine room", "a room (as on a ship) in which the engine is located"], ["applied science", "the discipline dealing with the art or science of applying scientific knowledge to practical problems"]]}, {"answer": "engrossment", "hint": "synonyms for engrossment", "clues": [["preoccupation", "the mental state of being preoccupied by something"], ["absorption", "complete attention; intense mental effort"], ["preoccupancy", "the mental state of being preoccupied by something"], ["immersion", "complete attention; intense mental effort"], ["concentration", "complete attention; intense mental effort"], ["intentness", "the quality of being intent and concentrated"]]}, {"answer": "enigma", "hint": "synonyms for enigma", "clues": [["conundrum", "a difficult problem"], ["riddle", "a difficult problem"], ["mystery", "something that baffles understanding and cannot be explained"], ["closed book", "something that baffles understanding and cannot be explained"], ["brain-teaser", "a difficult problem"], ["secret", "something that baffles understanding and cannot be explained"]]}, {"answer": "enlargement", "hint": "synonyms for enlargement", "clues": [["magnification", "a photographic print that has been enlarged"], ["blowup", "a photographic print that has been enlarged"], ["elaboration", "a discussion that provides additional information"], ["expansion", "the act of increasing (something) in size or volume or quantity or scope"]]}, {"answer": "enlistment", "hint": "synonyms for enlistment", "clues": [["tour", "a period of time spent in military service"], ["hitch", "a period of time spent in military service"], ["tour of duty", "a period of time spent in military service"], ["term of enlistment", "a period of time spent in military service"], ["duty tour", "a period of time spent in military service"]]}, {"answer": "enormousness", "hint": "synonyms for enormousness", "clues": [["vastness", "unusual largeness in size or extent or number"], ["immenseness", "unusual largeness in size or extent or number"], ["greatness", "unusual largeness in size or extent or number"], ["immensity", "unusual largeness in size or extent or number"], ["wideness", "unusual largeness in size or extent or number"], ["grandness", "unusual largeness in size or extent or number"], ["sizeableness", "unusual largeness in size or extent or number"]]}, {"answer": "enquiry", "hint": "synonyms for enquiry", "clues": [["query", "an instance of questioning"], ["question", "an instance of questioning"], ["inquiry", "a systematic investigation of a matter of public interest"], ["interrogation", "an instance of questioning"], ["research", "a search for knowledge"]]}, {"answer": "entering", "hint": "synonyms for entering", "clues": [["entrance", "a movement into or inward"], ["incoming", "the act of entering"], ["entry", "the act of entering"], ["ingress", "the act of entering"]]}, {"answer": "enterprise", "hint": "synonyms for enterprise", "clues": [["go-ahead", "readiness to embark on bold new ventures"], ["initiative", "readiness to embark on bold new ventures"], ["enterprisingness", "readiness to embark on bold new ventures"], ["endeavour", "a purposeful or industrious undertaking (especially one that requires effort or boldness)"]]}, {"answer": "enthronisation", "hint": "synonyms for enthronisation", "clues": [["enthronement", "the ceremony of installing a new monarch"], ["enthronization", "the ceremony of installing a new monarch"], ["coronation", "the ceremony of installing a new monarch"], ["investiture", "the ceremony of installing a new monarch"]]}, {"answer": "enthronization", "hint": "synonyms for enthronization", "clues": [["enthronement", "the ceremony of installing a new monarch"], ["enthronisation", "the ceremony of installing a new monarch"], ["coronation", "the ceremony of installing a new monarch"], ["investiture", "the ceremony of installing a new monarch"]]}, {"answer": "entombment", "hint": "synonyms for entombment", "clues": [["sepulture", "the ritual placing of a corpse in a grave"], ["interment", "the ritual placing of a corpse in a grave"], ["inhumation", "the ritual placing of a corpse in a grave"], ["burial", "the ritual placing of a corpse in a grave"]]}, {"answer": "entrance", "hint": "synonyms for entrance", "clues": [["entryway", "something that provides access (to get in or get out)"], ["incoming", "the act of entering"], ["entry", "something that provides access (to get in or get out)"], ["ingress", "the act of entering"], ["entranceway", "something that provides access (to get in or get out)"], ["entree", "something that provides access (to get in or get out)"], ["entering", "the act of entering"]]}, {"answer": "entrance_fee", "hint": "synonyms for entrance fee", "clues": [["admission", "the fee charged for admission"], ["price of admission", "the fee charged for admission"], ["admission price", "the fee charged for admission"], ["entrance money", "the fee charged for admission"], ["admission fee", "the fee charged for admission"], ["admission charge", "the fee charged for admission"]]}, {"answer": "entrance_hall", "hint": "synonyms for entrance hall", "clues": [["foyer", "a large entrance or reception room or area"], ["lobby", "a large entrance or reception room or area"], ["antechamber", "a large entrance or reception room or area"], ["vestibule", "a large entrance or reception room or area"], ["hall", "a large entrance or reception room or area"], ["anteroom", "a large entrance or reception room or area"]]}, {"answer": "entrance_money", "hint": "synonyms for entrance money", "clues": [["admission", "the fee charged for admission"], ["price of admission", "the fee charged for admission"], ["admission price", "the fee charged for admission"], ["entrance fee", "the fee charged for admission"], ["admission fee", "the fee charged for admission"], ["admission charge", "the fee charged for admission"]]}, {"answer": "entranceway", "hint": "synonyms for entranceway", "clues": [["entry", "something that provides access (to get in or get out)"], ["entrance", "something that provides access (to get in or get out)"], ["entryway", "something that provides access (to get in or get out)"], ["entree", "something that provides access (to get in or get out)"]]}, {"answer": "entree", "hint": "synonyms for entree", "clues": [["main course", "the principal dish of a meal"], ["entryway", "something that provides access (to get in or get out)"], ["entrance", "something that provides access (to get in or get out)"], ["entry", "something that provides access (to get in or get out)"], ["admittance", "the right to enter"], ["entranceway", "something that provides access (to get in or get out)"], ["access", "the right to enter"], ["admission", "the right to enter"], ["accession", "the right to enter"]]}, {"answer": "entrepot", "hint": "synonyms for entrepot", "clues": [["store", "a depository for goods"], ["storage", "a depository for goods"], ["depot", "a depository for goods"], ["storehouse", "a depository for goods"], ["transshipment center", "a port where merchandise can be imported and then exported without paying import duties"]]}, {"answer": "entry", "hint": "synonyms for entry", "clues": [["first appearance", "the act of beginning something new"], ["entryway", "something that provides access (to get in or get out)"], ["incoming", "the act of entering"], ["entrance", "the act of entering"], ["debut", "the act of beginning something new"], ["unveiling", "the act of beginning something new"], ["ledger entry", "a written record of a commercial transaction"], ["ingress", "the act of entering"], ["entree", "something that provides access (to get in or get out)"], ["introduction", "the act of beginning something new"], ["launching", "the act of beginning something new"], ["entranceway", "something that provides access (to get in or get out)"], ["entering", "the act of entering"], ["submission", "something (manuscripts or architectural plans and models or estimates or works of art of all genres etc.) submitted for the judgment of others (as in a competition)"], ["accounting entry", "a written record of a commercial transaction"]]}, {"answer": "entryway", "hint": "synonyms for entryway", "clues": [["entry", "something that provides access (to get in or get out)"], ["entrance", "something that provides access (to get in or get out)"], ["entranceway", "something that provides access (to get in or get out)"], ["entree", "something that provides access (to get in or get out)"]]}, {"answer": "enumeration", "hint": "synonyms for enumeration", "clues": [["reckoning", "the act of counting; reciting numbers in ascending order"], ["counting", "the act of counting; reciting numbers in ascending order"], ["numeration", "the act of counting; reciting numbers in ascending order"], ["numbering", "a numbered list"], ["tally", "the act of counting; reciting numbers in ascending order"]]}, {"answer": "environs", "hint": "synonyms for environs", "clues": [["environment", "the area in which something exists or lives"], ["surroundings", "the area in which something exists or lives"], ["purlieu", "an outer adjacent area of any place"], ["surround", "the area in which something exists or lives"]]}, {"answer": "episcopate", "hint": "synonyms for episcopate", "clues": [["bishopric", "the territorial jurisdiction of a bishop"], ["bishopry", "the office and dignity of a bishop"], ["diocese", "the territorial jurisdiction of a bishop"], ["episcopacy", "the collective body of bishops"]]}, {"answer": "equaliser", "hint": "synonyms for equaliser", "clues": [["counterpoise", "a weight that balances another weight"], ["equalizer", "a weight that balances another weight"], ["balance", "a weight that balances another weight"], ["counterbalance", "a weight that balances another weight"], ["counterweight", "a weight that balances another weight"]]}, {"answer": "equalizer", "hint": "synonyms for equalizer", "clues": [["counterpoise", "a weight that balances another weight"], ["balance", "a weight that balances another weight"], ["equaliser", "electronic equipment that reduces frequency distortion"], ["counterbalance", "a weight that balances another weight"], ["counterweight", "a weight that balances another weight"]]}, {"answer": "equilibrium", "hint": "synonyms for equilibrium", "clues": [["balance", "equality of distribution"], ["chemical equilibrium", "a chemical reaction and its reverse proceed at equal rates"], ["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["counterbalance", "equality of distribution"], ["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["equipoise", "equality of distribution"], ["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"]]}, {"answer": "equivocation", "hint": "synonyms for equivocation", "clues": [["prevarication", "intentionally vague or ambiguous"], ["tergiversation", "falsification by means of vague or ambiguous language"], ["evasiveness", "intentionally vague or ambiguous"], ["evasion", "a statement that is not literally false but that cleverly avoids an unpleasant truth"]]}, {"answer": "ergocalciferol", "hint": "synonyms for ergocalciferol", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets"], ["vitamin D", "a fat-soluble vitamin that prevents rickets"], ["calciferol", "a fat-soluble vitamin that prevents rickets"], ["viosterol", "a fat-soluble vitamin that prevents rickets"]]}, {"answer": "erosion", "hint": "synonyms for erosion", "clues": [["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["eating away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["corroding", "erosion by chemical action"], ["corrosion", "erosion by chemical action"], ["wearing", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"]]}, {"answer": "eroticism", "hint": "synonyms for eroticism", "clues": [["erotism", "the arousal of feelings of sexual desire"], ["sexiness", "the arousal of feelings of sexual desire"], ["amorousness", "the arousal of feelings of sexual desire"], ["amativeness", "the arousal of feelings of sexual desire"]]}, {"answer": "erotism", "hint": "synonyms for erotism", "clues": [["eroticism", "the arousal of feelings of sexual desire"], ["amorousness", "the arousal of feelings of sexual desire"], ["amativeness", "the arousal of feelings of sexual desire"], ["sexiness", "the arousal of feelings of sexual desire"]]}, {"answer": "erratum", "hint": "synonyms for erratum", "clues": [["misprint", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind"]]}, {"answer": "error", "hint": "synonyms for error", "clues": [["misplay", "(baseball) a failure of a defensive player to make an out when normal play would have sufficed"], ["wrongdoing", "departure from what is ethically acceptable"], ["mistake", "part of a statement that is not correct"], ["computer error", "(computer science) the occurrence of an incorrect result produced by a computer"], ["erroneousness", "inadvertent incorrectness"], ["erroneous belief", "a misconception resulting from incorrect information"], ["fault", "a wrong action attributable to bad judgment or ignorance or inattention"]]}, {"answer": "eruditeness", "hint": "synonyms for eruditeness", "clues": [["scholarship", "profound scholarly knowledge"], ["erudition", "profound scholarly knowledge"], ["learnedness", "profound scholarly knowledge"], ["learning", "profound scholarly knowledge"], ["encyclopedism", "profound scholarly knowledge"]]}, {"answer": "erudition", "hint": "synonyms for erudition", "clues": [["scholarship", "profound scholarly knowledge"], ["learnedness", "profound scholarly knowledge"], ["learning", "profound scholarly knowledge"], ["eruditeness", "profound scholarly knowledge"], ["encyclopedism", "profound scholarly knowledge"]]}, {"answer": "eruption", "hint": "synonyms for eruption", "clues": [["bam", "a sudden very loud noise"], ["irruption", "a sudden violent spontaneous occurrence (usually of some undesirable condition)"], ["volcanic eruption", "the sudden occurrence of a violent discharge of steam and volcanic material"], ["bang", "a sudden very loud noise"], ["blast", "a sudden very loud noise"], ["clap", "a sudden very loud noise"], ["outbreak", "a sudden violent spontaneous occurrence (usually of some undesirable condition)"]]}, {"answer": "es", "hint": "synonyms for es", "clues": [["e", "the 5th letter of the Roman alphabet"], ["vitamin E", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body"], ["east", "the cardinal compass point that is at 90 degrees"], ["due east", "the cardinal compass point that is at 90 degrees"], ["eastward", "the cardinal compass point that is at 90 degrees"], ["einsteinium", "a radioactive transuranic element produced by bombarding plutonium with neutrons"], ["tocopherol", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body"], ["atomic number 99", "a radioactive transuranic element produced by bombarding plutonium with neutrons"]]}, {"answer": "escapade", "hint": "synonyms for escapade", "clues": [["adventure", "a wild and exciting undertaking (not necessarily lawful)"], ["risky venture", "a wild and exciting undertaking (not necessarily lawful)"], ["lark", "any carefree episode"], ["dangerous undertaking", "a wild and exciting undertaking (not necessarily lawful)"]]}, {"answer": "escape", "hint": "synonyms for escape", "clues": [["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["leak", "the discharge of a fluid from some container"], ["evasion", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do"], ["flight", "the act of escaping physically"], ["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["outflow", "the discharge of a fluid from some container"], ["escapism", "an inclination to retreat from unpleasant realities through diversion or fantasy"], ["dodging", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do"], ["leakage", "the discharge of a fluid from some container"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"]]}, {"answer": "escape_cock", "hint": "synonyms for escape cock", "clues": [["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"]]}, {"answer": "escape_valve", "hint": "synonyms for escape valve", "clues": [["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"]]}, {"answer": "eschaton", "hint": "synonyms for eschaton", "clues": [["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "espial", "hint": "synonyms for espial", "clues": [["spotting", "the act of detecting something; catching sight of something"], ["spying", "the act of detecting something; catching sight of something"], ["detection", "the act of detecting something; catching sight of something"], ["catching", "the act of detecting something; catching sight of something"]]}, {"answer": "espousal", "hint": "synonyms for espousal", "clues": [["acceptation", "the act of accepting with approval; favorable reception"], ["adoption", "the act of accepting with approval; favorable reception"], ["bridal", "archaic terms for a wedding or wedding feast"], ["acceptance", "the act of accepting with approval; favorable reception"], ["betrothal", "the act of becoming betrothed or engaged"]]}, {"answer": "esr", "hint": "synonyms for esr", "clues": [["electron paramagnetic resonance", "microwave spectroscopy in which there is resonant absorption of radiation by a paramagnet"], ["erythrocyte sedimentation rate", "the rate at which red blood cells settle out in a tube of blood under standardized conditions; a high rate usually indicates the presence of inflammation"], ["sedimentation rate", "the rate at which red blood cells settle out in a tube of blood under standardized conditions; a high rate usually indicates the presence of inflammation"], ["sed rate", "the rate at which red blood cells settle out in a tube of blood under standardized conditions; a high rate usually indicates the presence of inflammation"], ["electron spin resonance", "microwave spectroscopy in which there is resonant absorption of radiation by a paramagnet"]]}, {"answer": "essence", "hint": "synonyms for essence", "clues": [["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["effect", "the central meaning or theme of a speech or literary work"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["perfume", "a toiletry that emits and diffuses a fragrant odor"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["burden", "the central meaning or theme of a speech or literary work"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "establishment", "hint": "synonyms for establishment", "clues": [["ecesis", "(ecology) the process by which a plant or animal becomes established in a new habitat"], ["organisation", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["validation", "the cognitive process of establishing a valid proof"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["constitution", "the act of forming or establishing something"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["formation", "the act of forming or establishing something"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"]]}, {"answer": "estate", "hint": "synonyms for estate", "clues": [["estate of the realm", "a major social class or order of persons regarded collectively as part of the body politic of the country (especially in the United Kingdom) and formerly possessing distinct political rights"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["the three estates", "a major social class or order of persons regarded collectively as part of the body politic of the country (especially in the United Kingdom) and formerly possessing distinct political rights"], ["demesne", "extensive landed property (especially in the country) retained by the owner for his own use"], ["land", "extensive landed property (especially in the country) retained by the owner for his own use"]]}, {"answer": "esthesis", "hint": "synonyms for esthesis", "clues": [["sense impression", "an unelaborated elementary awareness of stimulation"], ["sense datum", "an unelaborated elementary awareness of stimulation"], ["sense experience", "an unelaborated elementary awareness of stimulation"], ["sensation", "an unelaborated elementary awareness of stimulation"], ["aesthesis", "an unelaborated elementary awareness of stimulation"]]}, {"answer": "estimate", "hint": "synonyms for estimate", "clues": [["idea", "an approximate calculation of quantity or degree or worth"], ["approximation", "an approximate calculation of quantity or degree or worth"], ["appraisal", "a document appraising the value of something (as for insurance or taxation)"], ["estimation", "the respect with which a person is held"]]}, {"answer": "estimation", "hint": "synonyms for estimation", "clues": [["idea", "an approximate calculation of quantity or degree or worth"], ["estimate", "a document appraising the value of something (as for insurance or taxation)"], ["approximation", "an approximate calculation of quantity or degree or worth"], ["appraisal", "a document appraising the value of something (as for insurance or taxation)"]]}, {"answer": "esurience", "hint": "synonyms for esurience", "clues": [["edacity", "extreme gluttony"], ["voraciousness", "extreme gluttony"], ["rapaciousness", "extreme gluttony"], ["rapacity", "extreme gluttony"], ["voracity", "extreme gluttony"]]}, {"answer": "ethanoyl_group", "hint": "synonyms for ethanoyl group", "clues": [["ethanoyl radical", "the organic group of acetic acid (CH3CO-)"], ["acetyl radical", "the organic group of acetic acid (CH3CO-)"], ["acetyl", "the organic group of acetic acid (CH3CO-)"], ["acetyl group", "the organic group of acetic acid (CH3CO-)"]]}, {"answer": "ethanoyl_radical", "hint": "synonyms for ethanoyl radical", "clues": [["acetyl radical", "the organic group of acetic acid (CH3CO-)"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)"], ["acetyl", "the organic group of acetic acid (CH3CO-)"], ["acetyl group", "the organic group of acetic acid (CH3CO-)"]]}, {"answer": "ether", "hint": "synonyms for ether", "clues": [["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["diethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["aether", "a medium that was once supposed to fill all space and to support the propagation of electromagnetic waves"], ["quintessence", "the fifth and highest element after air and earth and fire and water; was believed to be the substance composing all heavenly bodies"]]}, {"answer": "ethic", "hint": "synonyms for ethic", "clues": [["value orientation", "the principles of right and wrong that are accepted by an individual or a social group"], ["moral principle", "the principles of right and wrong that are accepted by an individual or a social group"], ["value-system", "the principles of right and wrong that are accepted by an individual or a social group"], ["ethical code", "a system of principles governing morality and acceptable conduct"]]}, {"answer": "ethics", "hint": "synonyms for ethics", "clues": [["ethic", "a system of principles governing morality and acceptable conduct"], ["ethical code", "a system of principles governing morality and acceptable conduct"], ["value orientation", "the principles of right and wrong that are accepted by an individual or a social group"], ["value-system", "the principles of right and wrong that are accepted by an individual or a social group"], ["moral philosophy", "the philosophical study of moral values and rules"], ["ethical motive", "motivation based on ideas of right and wrong"], ["morality", "motivation based on ideas of right and wrong"], ["moral principle", "the principles of right and wrong that are accepted by an individual or a social group"], ["morals", "motivation based on ideas of right and wrong"]]}, {"answer": "ethyl_alcohol", "hint": "synonyms for ethyl alcohol", "clues": [["fermentation alcohol", "the intoxicating agent in fermented and distilled liquors; used pure or denatured as a solvent or in medicines and colognes and cleaning solutions and rocket fuel; proposed as a renewable clean-burning additive to gasoline"], ["grain alcohol", "the intoxicating agent in fermented and distilled liquors; used pure or denatured as a solvent or in medicines and colognes and cleaning solutions and rocket fuel; proposed as a renewable clean-burning additive to gasoline"], ["neutral spirits", "nonflavored alcohol of 95 percent or 190 proof used for blending with straight whiskies and in making gin and liqueurs"], ["ethanol", "the intoxicating agent in fermented and distilled liquors; used pure or denatured as a solvent or in medicines and colognes and cleaning solutions and rocket fuel; proposed as a renewable clean-burning additive to gasoline"]]}, {"answer": "ethyl_ether", "hint": "synonyms for ethyl ether", "clues": [["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["diethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"]]}, {"answer": "eulogy", "hint": "synonyms for eulogy", "clues": [["pean", "a formal expression of praise"], ["eulogium", "a formal expression of praise for someone who has died recently"], ["encomium", "a formal expression of praise"], ["panegyric", "a formal expression of praise"]]}, {"answer": "evacuation", "hint": "synonyms for evacuation", "clues": [["elimination", "the bodily process of discharging waste matter"], ["excreting", "the bodily process of discharging waste matter"], ["emptying", "the act of removing the contents of something"], ["voidance", "the act of removing the contents of something"], ["voiding", "the bodily process of discharging waste matter"]]}, {"answer": "evaporation", "hint": "synonyms for evaporation", "clues": [["vaporisation", "the process of becoming a vapor"], ["vapour", "the process of becoming a vapor"], ["drying up", "the process of extracting moisture"], ["dehydration", "the process of extracting moisture"], ["desiccation", "the process of extracting moisture"]]}, {"answer": "evasion", "hint": "synonyms for evasion", "clues": [["escape", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do"], ["nonpayment", "the deliberate act of failing to pay money"], ["dodging", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do"], ["equivocation", "a statement that is not literally false but that cleverly avoids an unpleasant truth"]]}, {"answer": "evenfall", "hint": "synonyms for evenfall", "clues": [["nightfall", "the time of day immediately following sunset"], ["gloam", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["twilight", "the time of day immediately following sunset"], ["dusk", "the time of day immediately following sunset"]]}, {"answer": "event", "hint": "synonyms for event", "clues": [["consequence", "a phenomenon that follows and is caused by some previous phenomenon"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon"], ["result", "a phenomenon that follows and is caused by some previous phenomenon"]]}, {"answer": "evolution", "hint": "synonyms for evolution", "clues": [["phylogenesis", "(biology) the sequence of events involved in the evolutionary development of a species or taxonomic group of organisms"], ["phylogeny", "(biology) the sequence of events involved in the evolutionary development of a species or taxonomic group of organisms"], ["organic evolution", "(biology) the sequence of events involved in the evolutionary development of a species or taxonomic group of organisms"], ["development", "a process in which something passes by degrees to a different stage (especially a more advanced or mature stage)"]]}, {"answer": "examination", "hint": "synonyms for examination", "clues": [["testing", "the act of giving students or candidates a test (as by questions) to determine what they know or have learned"], ["scrutiny", "the act of examining something closely (as for mistakes)"], ["examen", "a detailed inspection of your conscience (as done daily by Jesuits)"], ["interrogatory", "formal systematic questioning"], ["interrogation", "formal systematic questioning"], ["exam", "a set of questions or exercises evaluating skill or knowledge"]]}, {"answer": "example", "hint": "synonyms for example", "clues": [["lesson", "punishment intended as a warning to others"], ["model", "something to be imitated"], ["exemplar", "something to be imitated"], ["illustration", "an item of information that is typical of a class or group"], ["deterrent example", "punishment intended as a warning to others"], ["instance", "an item of information that is typical of a class or group"], ["exercise", "a task performed or problem solved in order to develop skill or understanding"], ["good example", "something to be imitated"], ["representative", "an item of information that is typical of a class or group"], ["object lesson", "punishment intended as a warning to others"], ["case", "an occurrence of something"]]}, {"answer": "excavation", "hint": "synonyms for excavation", "clues": [["archeological site", "the site of an archeological exploration"], ["mining", "the act of extracting ores or coal etc from the earth"], ["digging", "the act of digging"], ["dig", "the site of an archeological exploration"]]}, {"answer": "exchange", "hint": "synonyms for exchange", "clues": [["central", "a workplace that serves as a telecommunications facility where lines from telephones can be connected together to permit communication"], ["interchange", "reciprocal transfer of equivalent sums of money (especially the currencies of different countries)"], ["rally", "(sports) an unbroken sequence of several successive strokes"], ["substitution", "the act of putting one thing or person in the place of another:"], ["commutation", "the act of putting one thing or person in the place of another:"], ["telephone exchange", "a workplace that serves as a telecommunications facility where lines from telephones can be connected together to permit communication"]]}, {"answer": "excision", "hint": "synonyms for excision", "clues": [["excommunication", "the act of banishing a member of a church from the communion of believers and the privileges of the church; cutting a person off from a religious society"], ["extirpation", "the act of pulling up or out; uprooting; cutting off from existence"], ["deracination", "the act of pulling up or out; uprooting; cutting off from existence"], ["ablation", "surgical removal of a body part or tissue"], ["deletion", "the omission that is made when an editorial change shortens a written passage"], ["cut", "the omission that is made when an editorial change shortens a written passage"], ["cutting out", "surgical removal of a body part or tissue"]]}, {"answer": "excitement", "hint": "synonyms for excitement", "clues": [["agitation", "disturbance usually in protest"], ["hullabaloo", "disturbance usually in protest"], ["excitation", "something that agitates and arouses"], ["turmoil", "disturbance usually in protest"], ["upheaval", "disturbance usually in protest"], ["exhilaration", "the feeling of lively and cheerful joy"]]}, {"answer": "exclusion", "hint": "synonyms for exclusion", "clues": [["elision", "a deliberate act of omission"], ["ejection", "the act of forcing out someone or something"], ["riddance", "the act of forcing out someone or something"], ["expulsion", "the act of forcing out someone or something"], ["exception", "a deliberate act of omission"]]}, {"answer": "excogitation", "hint": "synonyms for excogitation", "clues": [["conception", "the creation of something in the mind"], ["invention", "the creation of something in the mind"], ["design", "the creation of something in the mind"], ["innovation", "the creation of something in the mind"]]}, {"answer": "excrement", "hint": "synonyms for excrement", "clues": [["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body"]]}, {"answer": "excrescence", "hint": "synonyms for excrescence", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "excreta", "hint": "synonyms for excreta", "clues": [["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body"]]}, {"answer": "excreting", "hint": "synonyms for excreting", "clues": [["excretion", "the bodily process of discharging waste matter"], ["evacuation", "the bodily process of discharging waste matter"], ["elimination", "the bodily process of discharging waste matter"], ["voiding", "the bodily process of discharging waste matter"]]}, {"answer": "excretion", "hint": "synonyms for excretion", "clues": [["elimination", "the bodily process of discharging waste matter"], ["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["voiding", "the bodily process of discharging waste matter"], ["evacuation", "the bodily process of discharging waste matter"], ["excreting", "the bodily process of discharging waste matter"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body"]]}, {"answer": "excretory_product", "hint": "synonyms for excretory product", "clues": [["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body"]]}, {"answer": "excursion", "hint": "synonyms for excursion", "clues": [["junket", "a journey taken for pleasure"], ["outing", "a journey taken for pleasure"], ["jaunt", "a journey taken for pleasure"], ["expedition", "a journey taken for pleasure"], ["digression", "wandering from the main path of a journey"], ["pleasure trip", "a journey taken for pleasure"], ["sashay", "a journey taken for pleasure"]]}, {"answer": "excursus", "hint": "synonyms for excursus", "clues": [["aside", "a message that departs from the main subject"], ["parenthesis", "a message that departs from the main subject"], ["digression", "a message that departs from the main subject"], ["divagation", "a message that departs from the main subject"]]}, {"answer": "excuse", "hint": "synonyms for excuse", "clues": [["alibi", "a defense of some offensive behavior or some failure to keep a promise etc."], ["apology", "a poor example"], ["self-justification", "a defense of some offensive behavior or some failure to keep a promise etc."], ["exculpation", "a defense of some offensive behavior or some failure to keep a promise etc."]]}, {"answer": "execration", "hint": "synonyms for execration", "clues": [["curse", "an appeal to some supernatural power to inflict evil on someone or some group"], ["loathing", "hate coupled with disgust"], ["condemnation", "an appeal to some supernatural power to inflict evil on someone or some group"], ["detestation", "hate coupled with disgust"], ["odium", "hate coupled with disgust"], ["abhorrence", "hate coupled with disgust"], ["abomination", "hate coupled with disgust"]]}, {"answer": "execution", "hint": "synonyms for execution", "clues": [["execution of instrument", "(law) the completion of a legal instrument (such as a contract or deed) by signing it (and perhaps sealing and delivering it) so that it becomes legally binding and enforceable"], ["implementation", "the act of accomplishing some aim or executing some order"], ["carrying out", "the act of accomplishing some aim or executing some order"], ["slaying", "unlawful premeditated killing of a human being by a human being"], ["performance", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it"], ["death penalty", "putting a condemned person to death"], ["carrying into action", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it"], ["murder", "unlawful premeditated killing of a human being by a human being"], ["capital punishment", "putting a condemned person to death"], ["executing", "putting a condemned person to death"], ["instruction execution", "(computer science) the process of carrying out an instruction by a computer"], ["writ of execution", "a routine court order that attempts to enforce the judgment that has been granted to a plaintiff by authorizing a sheriff to carry it out"]]}, {"answer": "exercise", "hint": "synonyms for exercise", "clues": [["exercising", "the activity of exerting your muscles in various ways to keep fit"], ["physical exercise", "the activity of exerting your muscles in various ways to keep fit"], ["employment", "the act of using"], ["example", "a task performed or problem solved in order to develop skill or understanding"], ["usage", "the act of using"], ["practice session", "systematic training by multiple repetitions"], ["utilisation", "the act of using"], ["physical exertion", "the activity of exerting your muscles in various ways to keep fit"], ["recitation", "systematic training by multiple repetitions"], ["practice", "systematic training by multiple repetitions"], ["workout", "the activity of exerting your muscles in various ways to keep fit"], ["use", "the act of using"], ["drill", "systematic training by multiple repetitions"]]}, {"answer": "exercising", "hint": "synonyms for exercising", "clues": [["workout", "the activity of exerting your muscles in various ways to keep fit"], ["physical exertion", "the activity of exerting your muscles in various ways to keep fit"], ["exercise", "the activity of exerting your muscles in various ways to keep fit"], ["physical exercise", "the activity of exerting your muscles in various ways to keep fit"]]}, {"answer": "exertion", "hint": "synonyms for exertion", "clues": [["effort", "use of physical or mental energy; hard work"], ["elbow grease", "use of physical or mental energy; hard work"], ["sweat", "use of physical or mental energy; hard work"], ["travail", "use of physical or mental energy; hard work"]]}, {"answer": "exiguity", "hint": "synonyms for exiguity", "clues": [["leanness", "the quality of being meager; -George Eliot"], ["poorness", "the quality of being meager; -George Eliot"], ["meagreness", "the quality of being meager; -George Eliot"], ["scantiness", "the quality of being meager; -George Eliot"]]}, {"answer": "existence", "hint": "synonyms for existence", "clues": [["cosmos", "everything that exists anywhere"], ["world", "everything that exists anywhere"], ["universe", "everything that exists anywhere"], ["creation", "everything that exists anywhere"], ["macrocosm", "everything that exists anywhere"]]}, {"answer": "exit", "hint": "synonyms for exit", "clues": [["passing", "euphemistic expressions for death"], ["way out", "an opening that permits escape or release"], ["loss", "euphemistic expressions for death"], ["outlet", "an opening that permits escape or release"], ["expiration", "euphemistic expressions for death"], ["release", "euphemistic expressions for death"], ["going", "euphemistic expressions for death"], ["issue", "an opening that permits escape or release"], ["departure", "euphemistic expressions for death"]]}, {"answer": "expatriation", "hint": "synonyms for expatriation", "clues": [["exile", "the act of expelling a person from their native land"], ["emigration", "migration from a place (especially migration from your native country in order to settle in another)"], ["transportation", "the act of expelling a person from their native land"], ["out-migration", "migration from a place (especially migration from your native country in order to settle in another)"], ["deportation", "the act of expelling a person from their native land"]]}, {"answer": "expectation", "hint": "synonyms for expectation", "clues": [["outlook", "belief about (or mental picture of) the future"], ["prospect", "belief about (or mental picture of) the future"], ["expected value", "the sum of the values of a random variable divided by the number of values"], ["arithmetic mean", "the sum of the values of a random variable divided by the number of values"], ["first moment", "the sum of the values of a random variable divided by the number of values"]]}, {"answer": "expedience", "hint": "synonyms for expedience", "clues": [["opportunism", "taking advantage of opportunities without regard for the consequences for others"], ["self-interest", "taking advantage of opportunities without regard for the consequences for others"], ["self-seeking", "taking advantage of opportunities without regard for the consequences for others"], ["expediency", "the quality of being suited to the end in view"]]}, {"answer": "expedition", "hint": "synonyms for expedition", "clues": [["junket", "a journey taken for pleasure"], ["outing", "a journey taken for pleasure"], ["jaunt", "a journey taken for pleasure"], ["military expedition", "a military campaign designed to achieve a specific objective in a foreign country"], ["pleasure trip", "a journey taken for pleasure"], ["excursion", "a journey taken for pleasure"], ["sashay", "a journey taken for pleasure"], ["hostile expedition", "a military campaign designed to achieve a specific objective in a foreign country"], ["despatch", "the property of being prompt and efficient"], ["expeditiousness", "the property of being prompt and efficient"]]}, {"answer": "expenditure", "hint": "synonyms for expenditure", "clues": [["expending", "the act of spending money for goods or services"], ["outgo", "money paid out; an amount spent"], ["consumption", "the act of consuming something"], ["using up", "the act of consuming something"], ["outlay", "money paid out; an amount spent"], ["spending", "money paid out; an amount spent"]]}, {"answer": "expiration", "hint": "synonyms for expiration", "clues": [["expiry", "a coming to an end of a contract period"], ["exit", "euphemistic expressions for death"], ["passing", "euphemistic expressions for death"], ["going", "euphemistic expressions for death"], ["loss", "euphemistic expressions for death"], ["breathing out", "the act of expelling air from the lungs"], ["release", "euphemistic expressions for death"], ["termination", "a coming to an end of a contract period"], ["exhalation", "the act of expelling air from the lungs"], ["departure", "euphemistic expressions for death"]]}, {"answer": "expiry", "hint": "synonyms for expiry", "clues": [["termination", "a coming to an end of a contract period"], ["decease", "the event of dying or departure from life"], ["death", "the event of dying or departure from life"], ["expiration", "a coming to an end of a contract period"]]}, {"answer": "expletive", "hint": "synonyms for expletive", "clues": [["oath", "profane or obscene expression usually of surprise or anger"], ["swearword", "profane or obscene expression usually of surprise or anger"], ["swearing", "profane or obscene expression usually of surprise or anger"], ["curse", "profane or obscene expression usually of surprise or anger"], ["cuss", "profane or obscene expression usually of surprise or anger"], ["curse word", "profane or obscene expression usually of surprise or anger"]]}, {"answer": "explosion", "hint": "synonyms for explosion", "clues": [["blowup", "a violent release of energy caused by a chemical or nuclear reaction"], ["burst", "the act of exploding or bursting"], ["detonation", "a violent release of energy caused by a chemical or nuclear reaction"], ["plosion", "the terminal forced release of pressure built up during the occlusive phase of a stop consonant"]]}, {"answer": "exposure", "hint": "synonyms for exposure", "clues": [["picture", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["pic", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"]]}, {"answer": "expression", "hint": "synonyms for expression", "clues": [["locution", "a word or phrase that particular people use in particular situations"], ["verbalism", "the communication (in speech or writing) of your beliefs or opinions"], ["formulation", "the style of expressing yourself"], ["face", "the feelings expressed on a person's face"], ["construction", "a group of words that form a constituent of a sentence and are considered as a single unit"], ["verbal expression", "the communication (in speech or writing) of your beliefs or opinions"], ["look", "the feelings expressed on a person's face"], ["reflexion", "expression without words"], ["aspect", "the feelings expressed on a person's face"], ["manifestation", "expression without words"], ["saying", "a word or phrase that particular people use in particular situations"], ["facial expression", "the feelings expressed on a person's face"], ["formula", "a group of symbols that make a mathematical statement"], ["grammatical construction", "a group of words that form a constituent of a sentence and are considered as a single unit"], ["reflection", "expression without words"]]}, {"answer": "expressway", "hint": "synonyms for expressway", "clues": [["freeway", "a broad highway designed for high-speed traffic"], ["thruway", "a broad highway designed for high-speed traffic"], ["state highway", "a broad highway designed for high-speed traffic"], ["throughway", "a broad highway designed for high-speed traffic"], ["pike", "a broad highway designed for high-speed traffic"], ["superhighway", "a broad highway designed for high-speed traffic"], ["motorway", "a broad highway designed for high-speed traffic"]]}, {"answer": "expulsion", "hint": "synonyms for expulsion", "clues": [["ejection", "the act of expelling or projecting or ejecting"], ["projection", "the act of expelling or projecting or ejecting"], ["forcing out", "the act of expelling or projecting or ejecting"], ["extrusion", "squeezing out by applying pressure"], ["riddance", "the act of forcing out someone or something"], ["exclusion", "the act of forcing out someone or something"]]}, {"answer": "extension", "hint": "synonyms for extension", "clues": [["extension service", "an educational opportunity provided by colleges and universities to people who are not enrolled as regular students"], ["lengthiness", "amount or degree or range to which something extends"], ["file name extension", "a string of characters beginning with a period and followed by one or more letters; the optional second part of a PC computer filename"], ["denotation", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to"], ["elongation", "an addition to the length of something"], ["telephone extension", "an additional telephone set that is connected to the same telephone line"], ["propagation", "the spreading of something (a belief or practice) into new regions"], ["annex", "an addition that extends a main building"], ["extension phone", "an additional telephone set that is connected to the same telephone line"], ["university extension", "an educational opportunity provided by colleges and universities to people who are not enrolled as regular students"], ["prolongation", "amount or degree or range to which something extends"], ["reference", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to"], ["wing", "an addition that extends a main building"]]}, {"answer": "extinction", "hint": "synonyms for extinction", "clues": [["extinguishing", "the act of extinguishing; causing to stop burning"], ["quenching", "the act of extinguishing; causing to stop burning"], ["experimental extinction", "a conditioning process in which the reinforcer is removed and a conditioned response becomes independent of the conditioned stimulus"], ["extermination", "complete annihilation"]]}, {"answer": "extirpation", "hint": "synonyms for extirpation", "clues": [["excision", "surgical removal of a body part or tissue"], ["ablation", "surgical removal of a body part or tissue"], ["deracination", "the act of pulling up or out; uprooting; cutting off from existence"], ["cutting out", "surgical removal of a body part or tissue"]]}, {"answer": "extract", "hint": "synonyms for extract", "clues": [["excerption", "a passage selected from a larger work"], ["selection", "a passage selected from a larger work"], ["excerpt", "a passage selected from a larger work"], ["infusion", "a solution obtained by steeping or soaking a substance (usually in water)"]]}, {"answer": "extractor", "hint": "synonyms for extractor", "clues": [["centrifuge", "an apparatus that uses centrifugal force to separate particles from a suspension"], ["cartridge extractor", "a mechanism in a firearm that pulls an empty shell case out of the chamber and passes it to the ejector"], ["separator", "an apparatus that uses centrifugal force to separate particles from a suspension"], ["cartridge remover", "a mechanism in a firearm that pulls an empty shell case out of the chamber and passes it to the ejector"]]}, {"answer": "extravagance", "hint": "synonyms for extravagance", "clues": [["prodigality", "excessive spending"], ["profligacy", "the trait of spending extravagantly"], ["lavishness", "excessive spending"], ["high life", "excessive spending"], ["extravagancy", "the quality of exceeding the appropriate limits of decorum or probability or truth"]]}, {"answer": "extrusion", "hint": "synonyms for extrusion", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["expulsion", "squeezing out by applying pressure"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "eye", "hint": "synonyms for eye", "clues": [["heart", "an area that is approximately central within some larger region"], ["middle", "an area that is approximately central within some larger region"], ["center", "an area that is approximately central within some larger region"], ["centre", "an area that is approximately central within some larger region"]]}, {"answer": "eyeglasses", "hint": "synonyms for eyeglasses", "clues": [["monocle", "lens for correcting defective vision in one eye; held in place by facial muscles"], ["spectacles", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["glasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["eyeglass", "lens for correcting defective vision in one eye; held in place by facial muscles"], ["specs", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"]]}, {"answer": "eyelet", "hint": "synonyms for eyelet", "clues": [["grommet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["eyehole", "a small hole (usually round and finished around the edges) in cloth or leather for the passage of a cord or hook or bar"], ["loop", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"]]}, {"answer": "eyes", "hint": "synonyms for eyes", "clues": [["eye", "attention to what is seen"], ["middle", "an area that is approximately central within some larger region"], ["heart", "an area that is approximately central within some larger region"], ["center", "an area that is approximately central within some larger region"], ["centre", "an area that is approximately central within some larger region"]]}, {"answer": "eyeshade", "hint": "synonyms for eyeshade", "clues": [["visor", "a brim that projects to the front to shade the eyes"], ["bill", "a brim that projects to the front to shade the eyes"], ["peak", "a brim that projects to the front to shade the eyes"], ["vizor", "a brim that projects to the front to shade the eyes"]]}, {"answer": "ezed", "hint": "synonyms for ezed", "clues": [["z", "the 26th letter of the Roman alphabet"], ["izzard", "the 26th letter of the Roman alphabet"], ["zee", "the 26th letter of the Roman alphabet"], ["zed", "the 26th letter of the Roman alphabet"]]}, {"answer": "f", "hint": "synonyms for f", "clues": [["degree Fahrenheit", "a degree on the Fahrenheit scale of temperature"], ["fluorine", "a nonmetallic univalent element belonging to the halogens; usually a yellow irritating toxic flammable gas; a powerful oxidizing agent; recovered from fluorite or cryolite or fluorapatite"], ["atomic number 9", "a nonmetallic univalent element belonging to the halogens; usually a yellow irritating toxic flammable gas; a powerful oxidizing agent; recovered from fluorite or cryolite or fluorapatite"], ["farad", "the capacitance of a capacitor that has an equal and opposite charge of 1 coulomb on each plate and a voltage difference of 1 volt between the plates"]]}, {"answer": "fable", "hint": "synonyms for fable", "clues": [["fabrication", "a deliberately false or improbable account"], ["allegory", "a short moral story (often with animal characters)"], ["fiction", "a deliberately false or improbable account"], ["parable", "a short moral story (often with animal characters)"], ["apologue", "a short moral story (often with animal characters)"], ["legend", "a story about mythical or supernatural beings or events"]]}, {"answer": "fabric", "hint": "synonyms for fabric", "clues": [["cloth", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers"], ["material", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers"], ["framework", "the underlying structure"], ["textile", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers"]]}, {"answer": "fabrication", "hint": "synonyms for fabrication", "clues": [["fable", "a deliberately false or improbable account"], ["assembly", "the act of constructing something (as a piece of machinery)"], ["manufacture", "the act of making something (a product) from raw materials"], ["prevarication", "the deliberate act of deviating from the truth"], ["fiction", "a deliberately false or improbable account"], ["lying", "the deliberate act of deviating from the truth"], ["fictionalisation", "writing in a fictional form"], ["manufacturing", "the act of making something (a product) from raw materials"]]}, {"answer": "face", "hint": "synonyms for face", "clues": [["expression", "the feelings expressed on a person's face"], ["font", "a specific size and style of type within a type family"], ["boldness", "impudent aggressiveness"], ["case", "a specific size and style of type within a type family"], ["side", "a surface forming part of the outside of an object"], ["nerve", "impudent aggressiveness"], ["cheek", "impudent aggressiveness"], ["grimace", "a contorted facial expression"], ["look", "the feelings expressed on a person's face"], ["aspect", "the feelings expressed on a person's face"], ["typeface", "a specific size and style of type within a type family"], ["facial expression", "the feelings expressed on a person's face"], ["brass", "impudent aggressiveness"]]}, {"answer": "face_lift", "hint": "synonyms for face lift", "clues": [["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"]]}, {"answer": "face_lifting", "hint": "synonyms for face lifting", "clues": [["face lift", "a renovation that improves the outward appearance (as of a building) but usually does not involve major changes"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"]]}, {"answer": "facelift", "hint": "synonyms for facelift", "clues": [["face lift", "a renovation that improves the outward appearance (as of a building) but usually does not involve major changes"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"]]}, {"answer": "facial_expression", "hint": "synonyms for facial expression", "clues": [["look", "the feelings expressed on a person's face"], ["expression", "the feelings expressed on a person's face"], ["facial gesture", "a gesture executed with the facial muscles"], ["aspect", "the feelings expressed on a person's face"], ["face", "the feelings expressed on a person's face"]]}, {"answer": "facility", "hint": "synonyms for facility", "clues": [["readiness", "a natural effortlessness; ; --Jane Austen"], ["adroitness", "skillful performance or ability without difficulty"], ["deftness", "skillful performance or ability without difficulty"], ["adeptness", "skillful performance or ability without difficulty"], ["installation", "a building or place that provides a particular service or is used for a particular industry"], ["quickness", "skillful performance or ability without difficulty"]]}, {"answer": "fact_mood", "hint": "synonyms for fact mood", "clues": [["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"]]}, {"answer": "faction", "hint": "synonyms for faction", "clues": [["camarilla", "a clique (often secret) that seeks power usually through intrigue"], ["cabal", "a clique (often secret) that seeks power usually through intrigue"], ["junto", "a clique (often secret) that seeks power usually through intrigue"], ["sect", "a dissenting clique"]]}, {"answer": "factor", "hint": "synonyms for factor", "clues": [["component", "an abstract part of something"], ["element", "an abstract part of something"], ["divisor", "one of two or more integers that can be exactly divided into another integer"], ["constituent", "an abstract part of something"], ["ingredient", "an abstract part of something"]]}, {"answer": "factor_v", "hint": "synonyms for factor v", "clues": [["prothrombin accelerator", "a coagulation factor"], ["factor V", "a coagulation factor"], ["accelerator factor", "a coagulation factor"], ["proaccelerin", "a coagulation factor"]]}, {"answer": "factor_vii", "hint": "synonyms for factor vii", "clues": [["factor VII", "a coagulation factor formed in the kidney under the influence of vitamin K"], ["stable factor", "a coagulation factor formed in the kidney under the influence of vitamin K"], ["proconvertin", "a coagulation factor formed in the kidney under the influence of vitamin K"], ["cothromboplastin", "a coagulation factor formed in the kidney under the influence of vitamin K"]]}, {"answer": "fad", "hint": "synonyms for fad", "clues": [["cult", "an interest followed with exaggerated zeal"], ["rage", "an interest followed with exaggerated zeal"], ["furor", "an interest followed with exaggerated zeal"], ["craze", "an interest followed with exaggerated zeal"]]}, {"answer": "faecal_matter", "hint": "synonyms for faecal matter", "clues": [["feces", "solid excretory product evacuated from the bowels"], ["ordure", "solid excretory product evacuated from the bowels"], ["stool", "solid excretory product evacuated from the bowels"], ["fecal matter", "solid excretory product evacuated from the bowels"], ["dejection", "solid excretory product evacuated from the bowels"]]}, {"answer": "faeces", "hint": "synonyms for faeces", "clues": [["feces", "solid excretory product evacuated from the bowels"], ["ordure", "solid excretory product evacuated from the bowels"], ["stool", "solid excretory product evacuated from the bowels"], ["fecal matter", "solid excretory product evacuated from the bowels"], ["dejection", "solid excretory product evacuated from the bowels"]]}, {"answer": "fairness", "hint": "synonyms for fairness", "clues": [["fair-mindedness", "ability to make judgments free from discrimination or dishonesty"], ["beauteousness", "the quality of being good looking and attractive"], ["equity", "conformity with rules or standards"], ["blondness", "the property of having a naturally light complexion"], ["loveliness", "the quality of being good looking and attractive"], ["paleness", "the property of having a naturally light complexion"], ["candour", "ability to make judgments free from discrimination or dishonesty"], ["comeliness", "the quality of being good looking and attractive"]]}, {"answer": "fairy_tale", "hint": "synonyms for fairy tale", "clues": [["song and dance", "an interesting but highly implausible story; often told as an excuse"], ["fairy story", "an interesting but highly implausible story; often told as an excuse"], ["cock-and-bull story", "an interesting but highly implausible story; often told as an excuse"], ["fairytale", "an interesting but highly implausible story; often told as an excuse"]]}, {"answer": "fairytale", "hint": "synonyms for fairytale", "clues": [["song and dance", "an interesting but highly implausible story; often told as an excuse"], ["fairy story", "an interesting but highly implausible story; often told as an excuse"], ["fairy tale", "an interesting but highly implausible story; often told as an excuse"], ["cock-and-bull story", "an interesting but highly implausible story; often told as an excuse"]]}, {"answer": "faith", "hint": "synonyms for faith", "clues": [["religion", "an institution to express belief in a divine power"], ["organized religion", "an institution to express belief in a divine power"], ["trust", "complete confidence in a person or plan etc"], ["religious belief", "a strong belief in a supernatural power or powers that control human destiny"]]}, {"answer": "falderol", "hint": "synonyms for falderol", "clues": [["trumpery", "ornamental objects of no great value"], ["gimcrackery", "ornamental objects of no great value"], ["nonsense", "ornamental objects of no great value"], ["gimcrack", "ornamental objects of no great value"], ["frill", "ornamental objects of no great value"], ["folderal", "ornamental objects of no great value"]]}, {"answer": "fall", "hint": "synonyms for fall", "clues": [["free fall", "a sudden sharp decrease in some quantity"], ["gloam", "the time of day immediately following sunset"], ["tumble", "a sudden drop from an upright position"], ["descent", "a downward slope or bend"], ["declivity", "a downward slope or bend"], ["pin", "when a wrestler's shoulders are forced to the mat"], ["declination", "a downward slope or bend"], ["decline", "a downward slope or bend"], ["dusk", "the time of day immediately following sunset"], ["drop", "a free and rapid descent by the force of gravity"], ["evenfall", "the time of day immediately following sunset"], ["spill", "a sudden drop from an upright position"], ["declension", "a downward slope or bend"], ["nightfall", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["capitulation", "the act of surrendering (usually under agreed conditions)"], ["downslope", "a downward slope or bend"], ["twilight", "the time of day immediately following sunset"], ["dip", "a sudden sharp decrease in some quantity"], ["autumn", "the season when the leaves fall from the trees"], ["downfall", "a sudden decline in strength or number or importance"], ["surrender", "the act of surrendering (usually under agreed conditions)"]]}, {"answer": "fallal", "hint": "synonyms for fallal", "clues": [["bauble", "cheap showy jewelry or ornament on clothing"], ["gaud", "cheap showy jewelry or ornament on clothing"], ["gewgaw", "cheap showy jewelry or ornament on clothing"], ["novelty", "cheap showy jewelry or ornament on clothing"], ["trinket", "cheap showy jewelry or ornament on clothing"], ["bangle", "cheap showy jewelry or ornament on clothing"]]}, {"answer": "falling_off", "hint": "synonyms for falling off", "clues": [["falloff", "a noticeable deterioration in performance or quality"], ["slack", "a noticeable deterioration in performance or quality"], ["slump", "a noticeable deterioration in performance or quality"], ["drop-off", "a noticeable deterioration in performance or quality"]]}, {"answer": "falling_out", "hint": "synonyms for falling out", "clues": [["breach", "a personal or social separation (as between opposing factions)"], ["severance", "a personal or social separation (as between opposing factions)"], ["rift", "a personal or social separation (as between opposing factions)"], ["rupture", "a personal or social separation (as between opposing factions)"], ["break", "a personal or social separation (as between opposing factions)"]]}, {"answer": "falloff", "hint": "synonyms for falloff", "clues": [["slump", "a noticeable deterioration in performance or quality"], ["slack", "a noticeable deterioration in performance or quality"], ["falling off", "a noticeable deterioration in performance or quality"], ["drop-off", "a noticeable deterioration in performance or quality"]]}, {"answer": "falls", "hint": "synonyms for falls", "clues": [["fall", "the season when the leaves fall from the trees"], ["free fall", "a sudden sharp decrease in some quantity"], ["gloam", "the time of day immediately following sunset"], ["waterfall", "a steep descent of the water of a river"], ["tumble", "a sudden drop from an upright position"], ["descent", "a downward slope or bend"], ["declivity", "a downward slope or bend"], ["pin", "when a wrestler's shoulders are forced to the mat"], ["declination", "a downward slope or bend"], ["decline", "a downward slope or bend"], ["dusk", "the time of day immediately following sunset"], ["drop", "a free and rapid descent by the force of gravity"], ["evenfall", "the time of day immediately following sunset"], ["spill", "a sudden drop from an upright position"], ["declension", "a downward slope or bend"], ["nightfall", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["capitulation", "the act of surrendering (usually under agreed conditions)"], ["downslope", "a downward slope or bend"], ["twilight", "the time of day immediately following sunset"], ["dip", "a sudden sharp decrease in some quantity"], ["autumn", "the season when the leaves fall from the trees"], ["downfall", "a sudden decline in strength or number or importance"], ["surrender", "the act of surrendering (usually under agreed conditions)"]]}, {"answer": "falseness", "hint": "synonyms for falseness", "clues": [["insincerity", "the quality of not being open or truthful; deceitful or hypocritical"], ["faithlessness", "unfaithfulness by virtue of being unreliable or treacherous"], ["fickleness", "unfaithfulness by virtue of being unreliable or treacherous"], ["hollowness", "the quality of not being open or truthful; deceitful or hypocritical"], ["inconstancy", "unfaithfulness by virtue of being unreliable or treacherous"]]}, {"answer": "falsification", "hint": "synonyms for falsification", "clues": [["disproof", "the act of determining that something is false"], ["refutation", "any evidence that helps to establish the falsity of something"], ["misrepresentation", "a willful perversion of facts"], ["refutal", "the act of determining that something is false"], ["falsifying", "the act of determining that something is false"], ["falsehood", "the act of rendering something false as by fraudulent changes (of documents or measures etc.) or counterfeiting"]]}, {"answer": "falsifying", "hint": "synonyms for falsifying", "clues": [["refutal", "the act of determining that something is false"], ["refutation", "the act of determining that something is false"], ["disproof", "the act of determining that something is false"], ["falsification", "the act of determining that something is false"]]}, {"answer": "familiarity", "hint": "synonyms for familiarity", "clues": [["impropriety", "an act of undue intimacy"], ["conversancy", "personal knowledge or information about someone or something"], ["intimacy", "close or warm friendship"], ["acquaintance", "personal knowledge or information about someone or something"], ["liberty", "an act of undue intimacy"], ["casualness", "a casual manner"], ["closeness", "close or warm friendship"], ["indecorum", "an act of undue intimacy"]]}, {"answer": "family", "hint": "synonyms for family", "clues": [["kinfolk", "people descended from a common ancestor"], ["house", "a social unit living together"], ["category", "a collection of things sharing a common attribute"], ["class", "a collection of things sharing a common attribute"], ["syndicate", "a loose affiliation of gangsters in charge of organized criminal activities"], ["crime syndicate", "a loose affiliation of gangsters in charge of organized criminal activities"], ["mob", "a loose affiliation of gangsters in charge of organized criminal activities"], ["family unit", "primary social group; parents and children"], ["household", "a social unit living together"], ["folk", "people descended from a common ancestor"], ["sept", "people descended from a common ancestor"], ["fellowship", "an association of people who share common beliefs or activities"], ["menage", "a social unit living together"], ["home", "a social unit living together"], ["family line", "people descended from a common ancestor"], ["phratry", "people descended from a common ancestor"]]}, {"answer": "family_line", "hint": "synonyms for family line", "clues": [["kinfolk", "people descended from a common ancestor"], ["folk", "people descended from a common ancestor"], ["sept", "people descended from a common ancestor"], ["family", "people descended from a common ancestor"], ["phratry", "people descended from a common ancestor"]]}, {"answer": "fan-jet", "hint": "synonyms for fan-jet", "clues": [["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"]]}, {"answer": "fanfare", "hint": "synonyms for fanfare", "clues": [["tucket", "(music) a short lively tune played on brass instruments"], ["flourish", "(music) a short lively tune played on brass instruments"], ["flash", "a gaudy outward display"], ["ostentation", "a gaudy outward display"]]}, {"answer": "fanjet", "hint": "synonyms for fanjet", "clues": [["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fan-jet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"]]}, {"answer": "fanjet_engine", "hint": "synonyms for fanjet engine", "clues": [["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"]]}, {"answer": "fantasm", "hint": "synonyms for fantasm", "clues": [["shadow", "something existing in perception only"], ["phantasma", "something existing in perception only"], ["phantom", "something existing in perception only"], ["apparition", "something existing in perception only"]]}, {"answer": "farewell", "hint": "synonyms for farewell", "clues": [["leave", "the act of departing politely"], ["parting", "the act of departing politely"], ["leave-taking", "the act of departing politely"], ["word of farewell", "an acknowledgment or expression of goodwill at parting"]]}, {"answer": "farmland", "hint": "synonyms for farmland", "clues": [["tillage", "arable land that is worked by plowing and sowing and raising crops"], ["tilth", "arable land that is worked by plowing and sowing and raising crops"], ["farming area", "a rural area where farming is practiced"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops"], ["plowland", "arable land that is worked by plowing and sowing and raising crops"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops"], ["cultivated land", "arable land that is worked by plowing and sowing and raising crops"]]}, {"answer": "farrago", "hint": "synonyms for farrago", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "fart", "hint": "synonyms for fart", "clues": [["breaking wind", "a reflex that expels intestinal gas through the anus"], ["farting", "a reflex that expels intestinal gas through the anus"], ["flatus", "a reflex that expels intestinal gas through the anus"], ["wind", "a reflex that expels intestinal gas through the anus"]]}, {"answer": "farting", "hint": "synonyms for farting", "clues": [["breaking wind", "a reflex that expels intestinal gas through the anus"], ["wind", "a reflex that expels intestinal gas through the anus"], ["fart", "a reflex that expels intestinal gas through the anus"], ["flatus", "a reflex that expels intestinal gas through the anus"]]}, {"answer": "fashion", "hint": "synonyms for fashion", "clues": [["manner", "how something is done or how it happens"], ["mode", "how something is done or how it happens"], ["style", "how something is done or how it happens"], ["way", "how something is done or how it happens"]]}, {"answer": "fashion_business", "hint": "synonyms for fashion business", "clues": [["apparel industry", "makers and sellers of fashionable clothing"], ["rag trade", "makers and sellers of fashionable clothing"], ["fashion industry", "makers and sellers of fashionable clothing"], ["garment industry", "makers and sellers of fashionable clothing"]]}, {"answer": "fashion_industry", "hint": "synonyms for fashion industry", "clues": [["apparel industry", "makers and sellers of fashionable clothing"], ["fashion business", "makers and sellers of fashionable clothing"], ["rag trade", "makers and sellers of fashionable clothing"], ["garment industry", "makers and sellers of fashionable clothing"]]}, {"answer": "fastball", "hint": "synonyms for fastball", "clues": [["bullet", "(baseball) a pitch thrown with maximum velocity"], ["heater", "(baseball) a pitch thrown with maximum velocity"], ["hummer", "(baseball) a pitch thrown with maximum velocity"], ["smoke", "(baseball) a pitch thrown with maximum velocity"]]}, {"answer": "fastening", "hint": "synonyms for fastening", "clues": [["holdfast", "restraint that attaches to something or holds something in place"], ["attachment", "the act of fastening things together"], ["fastener", "restraint that attaches to something or holds something in place"], ["fixing", "restraint that attaches to something or holds something in place"]]}, {"answer": "fastness", "hint": "synonyms for fastness", "clues": [["fixture", "the quality of being fixed in place as by some firm attachment"], ["fixity", "the quality of being fixed in place as by some firm attachment"], ["stronghold", "a strongly fortified defensive structure"], ["secureness", "the quality of being fixed in place as by some firm attachment"], ["speed", "a rate (usually rapid) at which something happens"], ["fixedness", "the quality of being fixed in place as by some firm attachment"], ["swiftness", "a rate (usually rapid) at which something happens"]]}, {"answer": "fatherland", "hint": "synonyms for fatherland", "clues": [["mother country", "the country where you were born"], ["native land", "the country where you were born"], ["country of origin", "the country where you were born"], ["motherland", "the country where you were born"], ["homeland", "the country where you were born"]]}, {"answer": "fault", "hint": "synonyms for fault", "clues": [["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["mistake", "a wrong action attributable to bad judgment or ignorance or inattention"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["faulting", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["demerit", "the quality of being inadequate or falling short of perfection"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["error", "a wrong action attributable to bad judgment or ignorance or inattention"]]}, {"answer": "faulting", "hint": "synonyms for faulting", "clues": [["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"]]}, {"answer": "fauna", "hint": "synonyms for fauna", "clues": [["beast", "a living organism characterized by voluntary movement"], ["animate being", "a living organism characterized by voluntary movement"], ["brute", "a living organism characterized by voluntary movement"], ["zoology", "all the animal life in a particular region or period"], ["animal", "a living organism characterized by voluntary movement"], ["creature", "a living organism characterized by voluntary movement"]]}, {"answer": "faux_pas", "hint": "synonyms for faux pas", "clues": [["gaffe", "a socially awkward or tactless act"], ["slip", "a socially awkward or tactless act"], ["gaucherie", "a socially awkward or tactless act"], ["solecism", "a socially awkward or tactless act"]]}, {"answer": "favorableness", "hint": "synonyms for favorableness", "clues": [["positiveness", "the quality of being encouraging or promising of a successful outcome"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome"], ["profitableness", "the quality of being encouraging or promising of a successful outcome"], ["favourableness", "the quality of being encouraging or promising of a successful outcome"], ["positivity", "the quality of being encouraging or promising of a successful outcome"]]}, {"answer": "favourableness", "hint": "synonyms for favourableness", "clues": [["positiveness", "the quality of being encouraging or promising of a successful outcome"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome"], ["profitableness", "the quality of being encouraging or promising of a successful outcome"], ["favorableness", "the quality of being encouraging or promising of a successful outcome"], ["positivity", "the quality of being encouraging or promising of a successful outcome"]]}, {"answer": "fear", "hint": "synonyms for fear", "clues": [["awe", "a feeling of profound respect for someone or something"], ["fright", "an emotion experienced in anticipation of some specific pain or danger (usually accompanied by a desire to flee or fight)"], ["fearfulness", "an emotion experienced in anticipation of some specific pain or danger (usually accompanied by a desire to flee or fight)"], ["reverence", "a feeling of profound respect for someone or something"], ["care", "an anxious feeling"], ["veneration", "a feeling of profound respect for someone or something"], ["concern", "an anxious feeling"]]}, {"answer": "feast", "hint": "synonyms for feast", "clues": [["fiesta", "an elaborate party (often outdoors)"], ["banquet", "a ceremonial dinner party for many people"], ["spread", "a meal that is well prepared and greatly enjoyed"], ["fete", "an elaborate party (often outdoors)"]]}, {"answer": "feature", "hint": "synonyms for feature", "clues": [["feature article", "a special or prominent article in a newspaper or magazine"], ["feature film", "the principal (full-length) film in a program at a movie theater"], ["characteristic", "a prominent attribute or aspect of something"], ["feature of speech", "(linguistics) a distinctive characteristic of a linguistic unit that serves to distinguish it from other units of the same kind"]]}, {"answer": "fecal_matter", "hint": "synonyms for fecal matter", "clues": [["feces", "solid excretory product evacuated from the bowels"], ["ordure", "solid excretory product evacuated from the bowels"], ["stool", "solid excretory product evacuated from the bowels"], ["faecal matter", "solid excretory product evacuated from the bowels"], ["dejection", "solid excretory product evacuated from the bowels"]]}, {"answer": "feces", "hint": "synonyms for feces", "clues": [["ordure", "solid excretory product evacuated from the bowels"], ["stool", "solid excretory product evacuated from the bowels"], ["fecal matter", "solid excretory product evacuated from the bowels"], ["faeces", "solid excretory product evacuated from the bowels"], ["dejection", "solid excretory product evacuated from the bowels"]]}, {"answer": "federal_agency", "hint": "synonyms for federal agency", "clues": [["bureau", "an administrative unit of government"], ["agency", "an administrative unit of government"], ["office", "an administrative unit of government"], ["government agency", "an administrative unit of government"], ["authority", "an administrative unit of government"]]}, {"answer": "federal_reserve_note", "hint": "synonyms for federal reserve note", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["note", "a piece of paper money (especially one issued by a central bank)"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["greenback", "a piece of paper money (especially one issued by a central bank)"], ["government note", "a piece of paper money (especially one issued by a central bank)"]]}, {"answer": "feeder", "hint": "synonyms for feeder", "clues": [["tributary", "a branch that flows into the main stream"], ["birdfeeder", "an outdoor device that supplies food for wild birds"], ["self-feeder", "a machine that automatically provides a supply of some material"], ["confluent", "a branch that flows into the main stream"], ["affluent", "a branch that flows into the main stream"]]}, {"answer": "feeler", "hint": "synonyms for feeler", "clues": [["antenna", "sensitivity similar to that of a receptor organ"], ["approach", "a tentative suggestion designed to elicit the reactions of others"], ["overture", "a tentative suggestion designed to elicit the reactions of others"], ["advance", "a tentative suggestion designed to elicit the reactions of others"]]}, {"answer": "feeling", "hint": "synonyms for feeling", "clues": [["opinion", "a vague idea in which some confidence is placed"], ["notion", "a vague idea in which some confidence is placed"], ["impression", "a vague idea in which some confidence is placed"], ["belief", "a vague idea in which some confidence is placed"], ["tactile sensation", "the sensation produced by pressure receptors in the skin"], ["touch", "the sensation produced by pressure receptors in the skin"], ["intuitive feeling", "an intuitive understanding of something"], ["touch sensation", "the sensation produced by pressure receptors in the skin"]]}, {"answer": "feelings", "hint": "synonyms for feelings", "clues": [["opinion", "a vague idea in which some confidence is placed"], ["feeling", "the experiencing of affective and emotional states"], ["notion", "a vague idea in which some confidence is placed"], ["impression", "a vague idea in which some confidence is placed"], ["belief", "a vague idea in which some confidence is placed"], ["tactile sensation", "the sensation produced by pressure receptors in the skin"], ["touch", "the sensation produced by pressure receptors in the skin"], ["intuitive feeling", "an intuitive understanding of something"], ["touch sensation", "the sensation produced by pressure receptors in the skin"]]}, {"answer": "feigning", "hint": "synonyms for feigning", "clues": [["pretending", "the act of giving a false appearance"], ["pretense", "the act of giving a false appearance"], ["simulation", "the act of giving a false appearance"], ["dissembling", "pretending with intention to deceive"]]}, {"answer": "fender", "hint": "synonyms for fender", "clues": [["wing", "a barrier that surrounds the wheels of a vehicle to block splashing water or mud"], ["pilot", "an inclined metal frame at the front of a locomotive to clear the track"], ["buffer", "a cushion-like device that reduces shock due to an impact"], ["cowcatcher", "an inclined metal frame at the front of a locomotive to clear the track"]]}, {"answer": "fere_phenomenon", "hint": "synonyms for fere phenomenon", "clues": [["electrodermal response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["galvanic skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["electrical skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["psychogalvanic response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"]]}, {"answer": "ferocity", "hint": "synonyms for ferocity", "clues": [["vehemence", "the property of being wild or turbulent"], ["furiousness", "the property of being wild or turbulent"], ["wildness", "the property of being wild or turbulent"], ["fierceness", "the property of being wild or turbulent"], ["violence", "the property of being wild or turbulent"], ["fury", "the property of being wild or turbulent"]]}, {"answer": "fertilisation", "hint": "synonyms for fertilisation", "clues": [["fertilization", "making fertile as by applying fertilizer or manure"], ["fecundation", "making fertile as by applying fertilizer or manure"], ["dressing", "making fertile as by applying fertilizer or manure"], ["impregnation", "creation by the physical union of male and female gametes; of sperm and ova in an animal or pollen and ovule in a plant"]]}, {"answer": "fertility", "hint": "synonyms for fertility", "clues": [["natality", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["fertility rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["birthrate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year"], ["rankness", "the property of producing abundantly and sustaining vigorous and luxuriant growth"], ["prolificacy", "the property of producing abundantly and sustaining vigorous and luxuriant growth"], ["richness", "the property of producing abundantly and sustaining vigorous and luxuriant growth"]]}, {"answer": "fertilization", "hint": "synonyms for fertilization", "clues": [["fertilisation", "creation by the physical union of male and female gametes; of sperm and ova in an animal or pollen and ovule in a plant"], ["fecundation", "making fertile as by applying fertilizer or manure"], ["dressing", "making fertile as by applying fertilizer or manure"], ["impregnation", "creation by the physical union of male and female gametes; of sperm and ova in an animal or pollen and ovule in a plant"]]}, {"answer": "fervency", "hint": "synonyms for fervency", "clues": [["ardour", "feelings of great warmth and intensity"], ["fervour", "feelings of great warmth and intensity"], ["fire", "feelings of great warmth and intensity"], ["fervidness", "feelings of great warmth and intensity"]]}, {"answer": "fervidness", "hint": "synonyms for fervidness", "clues": [["ardour", "feelings of great warmth and intensity"], ["fervour", "feelings of great warmth and intensity"], ["fervency", "feelings of great warmth and intensity"], ["fire", "feelings of great warmth and intensity"]]}, {"answer": "fervor", "hint": "synonyms for fervor", "clues": [["ardour", "feelings of great warmth and intensity"], ["fervour", "feelings of great warmth and intensity"], ["fervency", "feelings of great warmth and intensity"], ["fire", "feelings of great warmth and intensity"], ["fervidness", "feelings of great warmth and intensity"]]}, {"answer": "fervour", "hint": "synonyms for fervour", "clues": [["ardour", "feelings of great warmth and intensity"], ["fervor", "feelings of great warmth and intensity"], ["fervency", "feelings of great warmth and intensity"], ["fire", "feelings of great warmth and intensity"], ["fervidness", "feelings of great warmth and intensity"]]}, {"answer": "fetich", "hint": "synonyms for fetich", "clues": [["fetish", "a charm superstitiously believed to embody magical powers"], ["hoodoo", "a charm superstitiously believed to embody magical powers"], ["voodoo", "a charm superstitiously believed to embody magical powers"], ["juju", "a charm superstitiously believed to embody magical powers"]]}, {"answer": "fetidness", "hint": "synonyms for fetidness", "clues": [["stinkiness", "the attribute of having a strong offensive smell"], ["foulness", "the attribute of having a strong offensive smell"], ["malodorousness", "the attribute of having a strong offensive smell"], ["rankness", "the attribute of having a strong offensive smell"]]}, {"answer": "fetish", "hint": "synonyms for fetish", "clues": [["juju", "a charm superstitiously believed to embody magical powers"], ["fetich", "excessive or irrational devotion to some activity"], ["voodoo", "a charm superstitiously believed to embody magical powers"], ["hoodoo", "a charm superstitiously believed to embody magical powers"]]}, {"answer": "fetor", "hint": "synonyms for fetor", "clues": [["foetor", "a distinctive odor that is offensively unpleasant"], ["malodour", "a distinctive odor that is offensively unpleasant"], ["reek", "a distinctive odor that is offensively unpleasant"], ["stink", "a distinctive odor that is offensively unpleasant"], ["mephitis", "a distinctive odor that is offensively unpleasant"], ["stench", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "fiat", "hint": "synonyms for fiat", "clues": [["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"]]}, {"answer": "fiber", "hint": "synonyms for fiber", "clues": [["roughage", "coarse, indigestible plant food low in nutrients; its bulk stimulates intestinal peristalsis"], ["fibre", "a leatherlike material made by compressing layers of paper or cloth"], ["character", "the inherent complex of attributes that determines a persons moral and ethical actions and reactions; - Herbert Spencer"], ["vulcanized fiber", "a leatherlike material made by compressing layers of paper or cloth"]]}, {"answer": "field", "hint": "synonyms for field", "clues": [["discipline", "a branch of knowledge"], ["field of force", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it"], ["study", "a branch of knowledge"], ["subject field", "a branch of knowledge"], ["airfield", "a place where planes take off and land"], ["field of battle", "a region where a battle is being (or has been) fought"], ["line of business", "a particular kind of commercial enterprise"], ["subject area", "a branch of knowledge"], ["champaign", "extensive tract of level open land"], ["theatre", "a region in which active military operations are in progress"], ["bailiwick", "a branch of knowledge"], ["flying field", "a place where planes take off and land"], ["theatre of operations", "a region in which active military operations are in progress"], ["playing area", "a piece of land prepared for playing a game"], ["subject", "a branch of knowledge"], ["athletic field", "a piece of land prepared for playing a game"], ["field of operations", "a region in which active military operations are in progress"], ["field of view", "the area that is visible (as through an optical instrument)"], ["landing field", "a place where planes take off and land"], ["field of honor", "a region where a battle is being (or has been) fought"], ["battlefield", "a region where a battle is being (or has been) fought"], ["field of study", "a branch of knowledge"], ["plain", "extensive tract of level open land"], ["force field", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it"], ["battleground", "a region where a battle is being (or has been) fought"]]}, {"answer": "field_glasses", "hint": "synonyms for field glasses", "clues": [["spyglass", "a small refracting telescope"], ["glass", "a small refracting telescope"], ["binoculars", "an optical instrument designed for simultaneous use by both eyes"], ["opera glasses", "an optical instrument designed for simultaneous use by both eyes"], ["field glass", "a small refracting telescope"]]}, {"answer": "field_of_battle", "hint": "synonyms for field of battle", "clues": [["field", "a region where a battle is being (or has been) fought"], ["field of honor", "a region where a battle is being (or has been) fought"], ["battlefield", "a region where a battle is being (or has been) fought"], ["battleground", "a region where a battle is being (or has been) fought"]]}, {"answer": "field_of_honor", "hint": "synonyms for field of honor", "clues": [["field", "a region where a battle is being (or has been) fought"], ["battlefield", "a region where a battle is being (or has been) fought"], ["field of battle", "a region where a battle is being (or has been) fought"], ["battleground", "a region where a battle is being (or has been) fought"]]}, {"answer": "field_of_operations", "hint": "synonyms for field of operations", "clues": [["theater", "a region in which active military operations are in progress"], ["field of operation", "a particular kind of commercial enterprise"], ["field", "a particular kind of commercial enterprise"], ["theatre of operations", "a region in which active military operations are in progress"], ["line of business", "a particular kind of commercial enterprise"]]}, {"answer": "field_of_study", "hint": "synonyms for field of study", "clues": [["subject field", "a branch of knowledge"], ["bailiwick", "a branch of knowledge"], ["discipline", "a branch of knowledge"], ["field", "a branch of knowledge"], ["study", "a branch of knowledge"], ["subject area", "a branch of knowledge"], ["subject", "a branch of knowledge"]]}, {"answer": "fields", "hint": "synonyms for fields", "clues": [["discipline", "a branch of knowledge"], ["field of force", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it"], ["study", "a branch of knowledge"], ["subject field", "a branch of knowledge"], ["field", "all of the horses in a particular horse race"], ["airfield", "a place where planes take off and land"], ["field of battle", "a region where a battle is being (or has been) fought"], ["champaign", "extensive tract of level open land"], ["bailiwick", "a branch of knowledge"], ["playing field", "a piece of land prepared for playing a game"], ["subject", "a branch of knowledge"], ["theater", "a region in which active military operations are in progress"], ["landing field", "a place where planes take off and land"], ["field of honor", "a region where a battle is being (or has been) fought"], ["battlefield", "a region where a battle is being (or has been) fought"], ["plain", "extensive tract of level open land"], ["force field", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it"], ["line of business", "a particular kind of commercial enterprise"], ["subject area", "a branch of knowledge"], ["theatre of operations", "a region in which active military operations are in progress"], ["playing area", "a piece of land prepared for playing a game"], ["athletic field", "a piece of land prepared for playing a game"], ["field of view", "the area that is visible (as through an optical instrument)"], ["field of operations", "a region in which active military operations are in progress"], ["battleground", "a region where a battle is being (or has been) fought"], ["field of study", "a branch of knowledge"]]}, {"answer": "fierceness", "hint": "synonyms for fierceness", "clues": [["vehemence", "the property of being wild or turbulent"], ["furiousness", "the property of being wild or turbulent"], ["ferocity", "the property of being wild or turbulent"], ["wildness", "the property of being wild or turbulent"], ["violence", "the property of being wild or turbulent"], ["fury", "the property of being wild or turbulent"]]}, {"answer": "fifties", "hint": "synonyms for fifties", "clues": [["fifty", "a United States bill worth 50 dollars"], ["fifty dollar bill", "a United States bill worth 50 dollars"], ["mid-fifties", "the time of life between 50 and 60"], ["1950s", "the decade from 1950 to 1959"], ["50", "the cardinal number that is the product of ten and five"]]}, {"answer": "fight", "hint": "synonyms for fight", "clues": [["fighting", "the act of fighting; any contest or struggle"], ["battle", "a hostile meeting of opposing military forces in the course of a war"], ["engagement", "a hostile meeting of opposing military forces in the course of a war"], ["combat", "the act of fighting; any contest or struggle"], ["competitiveness", "an aggressive willingness to compete"], ["conflict", "a hostile meeting of opposing military forces in the course of a war"], ["scrap", "the act of fighting; any contest or struggle"]]}, {"answer": "figure", "hint": "synonyms for figure", "clues": [["pattern", "a decorative or artistic work"], ["design", "a decorative or artistic work"], ["trope", "language used in a figurative or nonliteral sense"], ["image", "language used in a figurative or nonliteral sense"], ["digit", "one of the elements that collectively form a system of numeration"], ["number", "the property possessed by a sum or total or indefinite quantity of units or individuals"], ["fig", "a diagram or picture illustrating textual material"], ["figure of speech", "language used in a figurative or nonliteral sense"]]}, {"answer": "file", "hint": "synonyms for file", "clues": [["single file", "a line of persons or things ranged one behind the other"], ["data file", "a set of related records (either written or electronic) kept together"], ["filing cabinet", "office furniture consisting of a container for keeping papers in order"], ["file cabinet", "office furniture consisting of a container for keeping papers in order"]]}, {"answer": "filiation", "hint": "synonyms for filiation", "clues": [["lineage", "inherited properties shared with others of your bloodline"], ["descent", "the kinship relation between an individual and the individual's progenitors"], ["derivation", "inherited properties shared with others of your bloodline"], ["line of descent", "the kinship relation between an individual and the individual's progenitors"], ["ancestry", "inherited properties shared with others of your bloodline"]]}, {"answer": "fillet", "hint": "synonyms for fillet", "clues": [["fish filet", "a longitudinal slice or boned side of a fish"], ["filet", "a longitudinal slice or boned side of a fish"], ["taenia", "a narrow headband or strip of ribbon worn as a headband"], ["stopping", "fastener consisting of a narrow strip of welded metal used to join steel members"]]}, {"answer": "filling", "hint": "synonyms for filling", "clues": [["fill", "any material that fills a space or container"], ["weft", "the yarn woven across the warp yarn in weaving"], ["woof", "the yarn woven across the warp yarn in weaving"], ["pick", "the yarn woven across the warp yarn in weaving"]]}, {"answer": "film", "hint": "synonyms for film", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["cinema", "a medium that disseminates moving pictures"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["photographic film", "photographic material consisting of a base of celluloid covered with a photographic emulsion; used to make negatives or transparencies"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["plastic film", "a thin sheet of (usually plastic and usually transparent) material used to wrap or cover things"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["celluloid", "a medium that disseminates moving pictures"]]}, {"answer": "filth", "hint": "synonyms for filth", "clues": [["crud", "any substance considered disgustingly foul or unpleasant"], ["obscenity", "an offensive or indecent word or phrase"], ["smut", "an offensive or indecent word or phrase"], ["vulgarism", "an offensive or indecent word or phrase"], ["dirty word", "an offensive or indecent word or phrase"], ["skank", "any substance considered disgustingly foul or unpleasant"]]}, {"answer": "fin", "hint": "synonyms for fin", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["tail fin", "one of a pair of decorations projecting above the rear fenders of an automobile"], ["louvre", "one of a set of parallel slats in a door or window to admit air and reject rain"], ["flipper", "a shoe for swimming; the paddle-like front is an aid in swimming (especially underwater)"], ["louver", "one of a set of parallel slats in a door or window to admit air and reject rain"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "final_result", "hint": "synonyms for final result", "clues": [["result", "something that results"], ["resultant", "something that results"], ["termination", "something that results"], ["outcome", "something that results"]]}, {"answer": "finale", "hint": "synonyms for finale", "clues": [["stopping point", "the temporal end; the concluding time"], ["finis", "the temporal end; the concluding time"], ["close", "the temporal end; the concluding time"], ["last", "the temporal end; the concluding time"], ["coda", "the closing section of a musical composition"], ["closing curtain", "the concluding part of any performance"], ["conclusion", "the temporal end; the concluding time"]]}, {"answer": "finances", "hint": "synonyms for finances", "clues": [["monetary resource", "assets in the form of money"], ["finance", "the commercial activity of providing funds and capital"], ["pecuniary resource", "assets in the form of money"], ["cash in hand", "assets in the form of money"], ["funds", "assets in the form of money"]]}, {"answer": "financial_backing", "hint": "synonyms for financial backing", "clues": [["financial support", "financial resources provided to make some project possible"], ["backing", "financial resources provided to make some project possible"], ["funding", "financial resources provided to make some project possible"], ["support", "financial resources provided to make some project possible"]]}, {"answer": "financial_support", "hint": "synonyms for financial support", "clues": [["support", "financial resources provided to make some project possible"], ["backing", "financial resources provided to make some project possible"], ["financial backing", "financial resources provided to make some project possible"], ["funding", "financial resources provided to make some project possible"]]}, {"answer": "fineness", "hint": "synonyms for fineness", "clues": [["delicacy", "the quality of being beautiful and delicate in appearance"], ["choiceness", "the quality of being very good indeed"], ["powderiness", "having a very fine texture"], ["thinness", "the property of being very narrow or thin"], ["daintiness", "the quality of being beautiful and delicate in appearance"]]}, {"answer": "finis", "hint": "synonyms for finis", "clues": [["stopping point", "the temporal end; the concluding time"], ["finale", "the temporal end; the concluding time"], ["close", "the temporal end; the concluding time"], ["finish", "the temporal end; the concluding time"], ["last", "the temporal end; the concluding time"], ["closing curtain", "the concluding part of any performance"], ["conclusion", "the temporal end; the concluding time"]]}, {"answer": "finish", "hint": "synonyms for finish", "clues": [["coating", "a decorative texture or appearance of a surface (or the substance that gives it that appearance)"], ["destination", "the place designated as the end (as of a race or journey)"], ["stopping point", "the temporal end; the concluding time"], ["finishing", "a decorative texture or appearance of a surface (or the substance that gives it that appearance)"], ["finale", "the temporal end; the concluding time"], ["finis", "the temporal end; the concluding time"], ["close", "the temporal end; the concluding time"], ["ending", "event whose occurrence ends something"], ["goal", "the place designated as the end (as of a race or journey)"], ["last", "the temporal end; the concluding time"], ["conclusion", "event whose occurrence ends something"]]}, {"answer": "fire", "hint": "synonyms for fire", "clues": [["flak", "intense adverse criticism"], ["fervency", "feelings of great warmth and intensity"], ["ardor", "feelings of great warmth and intensity"], ["attack", "intense adverse criticism"], ["blast", "intense adverse criticism"], ["firing", "the act of firing weapons or artillery at an enemy"], ["flame", "the process of combustion of inflammable materials producing heat and light and (often) smoke"], ["fervor", "feelings of great warmth and intensity"], ["fervidness", "feelings of great warmth and intensity"], ["flaming", "the process of combustion of inflammable materials producing heat and light and (often) smoke"]]}, {"answer": "firing", "hint": "synonyms for firing", "clues": [["inflammation", "the act of setting something on fire"], ["sacking", "the termination of someone's employment (leaving them free to depart)"], ["discharge", "the act of discharging a gun"], ["lighting", "the act of setting something on fire"], ["ignition", "the act of setting something on fire"], ["dismission", "the termination of someone's employment (leaving them free to depart)"], ["firing off", "the act of discharging a gun"], ["fire", "the act of firing weapons or artillery at an enemy"], ["kindling", "the act of setting something on fire"], ["release", "the termination of someone's employment (leaving them free to depart)"], ["dismissal", "the termination of someone's employment (leaving them free to depart)"], ["liberation", "the termination of someone's employment (leaving them free to depart)"]]}, {"answer": "firmament", "hint": "synonyms for firmament", "clues": [["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"]]}, {"answer": "firmness", "hint": "synonyms for firmness", "clues": [["resoluteness", "the trait of being resolute"], ["resolution", "the trait of being resolute"], ["soundness", "the muscle tone of healthy tissue"], ["steadiness", "the quality of being steady or securely and immovably fixed in place"], ["firmness of purpose", "the trait of being resolute"], ["resolve", "the trait of being resolute"]]}, {"answer": "firmness_of_purpose", "hint": "synonyms for firmness of purpose", "clues": [["resoluteness", "the trait of being resolute"], ["firmness", "the trait of being resolute"], ["resolve", "the trait of being resolute"], ["resolution", "the trait of being resolute"]]}, {"answer": "first_appearance", "hint": "synonyms for first appearance", "clues": [["entry", "the act of beginning something new"], ["introduction", "the act of beginning something new"], ["debut", "the act of beginning something new"], ["launching", "the act of beginning something new"], ["unveiling", "the act of beginning something new"]]}, {"answer": "first_derivative", "hint": "synonyms for first derivative", "clues": [["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"], ["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx"]]}, {"answer": "first_light", "hint": "synonyms for first light", "clues": [["sunup", "the first light of day"], ["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "fishgig", "hint": "synonyms for fishgig", "clues": [["spear", "an implement with a shaft and barbed point used for catching fish"], ["fizgig", "an implement with a shaft and barbed point used for catching fish"], ["lance", "an implement with a shaft and barbed point used for catching fish"], ["gig", "an implement with a shaft and barbed point used for catching fish"]]}, {"answer": "fishing_gear", "hint": "synonyms for fishing gear", "clues": [["tackle", "gear used in fishing"], ["fishing rig", "gear used in fishing"], ["rig", "gear used in fishing"], ["fishing tackle", "gear used in fishing"]]}, {"answer": "fishing_rig", "hint": "synonyms for fishing rig", "clues": [["tackle", "gear used in fishing"], ["rig", "gear used in fishing"], ["fishing gear", "gear used in fishing"], ["fishing tackle", "gear used in fishing"]]}, {"answer": "fishing_tackle", "hint": "synonyms for fishing tackle", "clues": [["tackle", "gear used in fishing"], ["fishing rig", "gear used in fishing"], ["rig", "gear used in fishing"], ["fishing gear", "gear used in fishing"]]}, {"answer": "fissure", "hint": "synonyms for fissure", "clues": [["crevice", "a long narrow depression in a surface"], ["scissure", "a long narrow opening"], ["crack", "a long narrow depression in a surface"], ["cleft", "a long narrow opening"], ["chap", "a long narrow depression in a surface"], ["cranny", "a long narrow depression in a surface"]]}, {"answer": "fisticuffs", "hint": "synonyms for fisticuffs", "clues": [["fistfight", "a fight with bare fists"], ["slugfest", "a fight with bare fists"], ["pugilism", "fighting with the fists"], ["boxing", "fighting with the fists"]]}, {"answer": "fives", "hint": "synonyms for fives", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["basketball team", "a team that plays basketball"], ["five", "a team that plays basketball"], ["five-spot", "a playing card or a domino or a die whose upward face shows five pips"]]}, {"answer": "fivesome", "hint": "synonyms for fivesome", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "fix", "hint": "synonyms for fix", "clues": [["repair", "the act of putting something in working order again"], ["mending", "the act of putting something in working order again"], ["location", "a determination of the place where something is"], ["fixing", "the act of putting something in working order again"], ["fixture", "the act of putting something in working order again"], ["localisation", "a determination of the place where something is"], ["reparation", "the act of putting something in working order again"]]}, {"answer": "fixedness", "hint": "synonyms for fixedness", "clues": [["fixture", "the quality of being fixed in place as by some firm attachment"], ["fixity", "the quality of being fixed in place as by some firm attachment"], ["secureness", "the quality of being fixed in place as by some firm attachment"], ["fastness", "the quality of being fixed in place as by some firm attachment"], ["unalterability", "the quality of being fixed and unchangeable"]]}, {"answer": "fixer", "hint": "synonyms for fixer", "clues": [["methadone", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["fixing agent", "a chemical compound that sets or fixes something (as a dye or a photographic image)"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"]]}, {"answer": "fixing", "hint": "synonyms for fixing", "clues": [["repair", "the act of putting something in working order again"], ["mending", "the act of putting something in working order again"], ["altering", "the sterilization of an animal"], ["holdfast", "restraint that attaches to something or holds something in place"], ["fix", "the act of putting something in working order again"], ["neutering", "the sterilization of an animal"], ["fixation", "(histology) the preservation and hardening of a tissue sample to retain as nearly as possible the same relations they had in the living body"], ["fixture", "the act of putting something in working order again"], ["fastener", "restraint that attaches to something or holds something in place"], ["fastening", "restraint that attaches to something or holds something in place"], ["reparation", "the act of putting something in working order again"]]}, {"answer": "fixings", "hint": "synonyms for fixings", "clues": [["repair", "the act of putting something in working order again"], ["mending", "the act of putting something in working order again"], ["fixing", "restraint that attaches to something or holds something in place"], ["ingredient", "food that is a component of a mixture in cooking"], ["altering", "the sterilization of an animal"], ["holdfast", "restraint that attaches to something or holds something in place"], ["neutering", "the sterilization of an animal"], ["trimmings", "the accessories that normally accompany (something or some activity)"], ["fixation", "(histology) the preservation and hardening of a tissue sample to retain as nearly as possible the same relations they had in the living body"], ["fixture", "the act of putting something in working order again"], ["fastener", "restraint that attaches to something or holds something in place"], ["fastening", "restraint that attaches to something or holds something in place"], ["reparation", "the act of putting something in working order again"]]}, {"answer": "fixity", "hint": "synonyms for fixity", "clues": [["fixture", "the quality of being fixed in place as by some firm attachment"], ["secureness", "the quality of being fixed in place as by some firm attachment"], ["fastness", "the quality of being fixed in place as by some firm attachment"], ["fixedness", "the quality of being fixed in place as by some firm attachment"], ["immutability", "the quality of being incapable of mutation"], ["immutableness", "the quality of being incapable of mutation"]]}, {"answer": "fixture", "hint": "synonyms for fixture", "clues": [["repair", "the act of putting something in working order again"], ["mending", "the act of putting something in working order again"], ["fix", "the act of putting something in working order again"], ["fixity", "the quality of being fixed in place as by some firm attachment"], ["secureness", "the quality of being fixed in place as by some firm attachment"], ["fastness", "the quality of being fixed in place as by some firm attachment"], ["fixedness", "the quality of being fixed in place as by some firm attachment"], ["reparation", "the act of putting something in working order again"]]}, {"answer": "fizgig", "hint": "synonyms for fizgig", "clues": [["lance", "an implement with a shaft and barbed point used for catching fish"], ["spear", "an implement with a shaft and barbed point used for catching fish"], ["fishgig", "an implement with a shaft and barbed point used for catching fish"], ["gig", "an implement with a shaft and barbed point used for catching fish"]]}, {"answer": "fizzle", "hint": "synonyms for fizzle", "clues": [["hissing", "a fricative sound (especially as an expression of disapproval)"], ["sibilation", "a fricative sound (especially as an expression of disapproval)"], ["hushing", "a fricative sound (especially as an expression of disapproval)"], ["flop", "a complete failure"], ["bust", "a complete failure"]]}, {"answer": "flack", "hint": "synonyms for flack", "clues": [["flak", "intense adverse criticism"], ["fire", "intense adverse criticism"], ["blast", "intense adverse criticism"], ["antiaircraft", "artillery designed to shoot upward at airplanes"], ["ack-ack", "artillery designed to shoot upward at airplanes"], ["pom-pom", "artillery designed to shoot upward at airplanes"], ["ack-ack gun", "artillery designed to shoot upward at airplanes"], ["attack", "intense adverse criticism"]]}, {"answer": "flag", "hint": "synonyms for flag", "clues": [["pin", "flagpole used to mark the position of the hole on a golf green"], ["flagstone", "stratified stone that splits into pieces suitable as paving stones"], ["signal flag", "a rectangular piece of fabric used as a signalling device"], ["masthead", "a listing printed in all issues of a newspaper or magazine (usually on the editorial page) that gives the name of the publication and the names of the editorial staff, etc."]]}, {"answer": "flagellation", "hint": "synonyms for flagellation", "clues": [["lashing", "beating with a whip or strap or rope as a form of punishment"], ["tanning", "beating with a whip or strap or rope as a form of punishment"], ["whipping", "beating with a whip or strap or rope as a form of punishment"], ["flogging", "beating with a whip or strap or rope as a form of punishment"]]}, {"answer": "flair", "hint": "synonyms for flair", "clues": [["dash", "distinctive and stylish elegance"], ["elan", "distinctive and stylish elegance"], ["style", "distinctive and stylish elegance"], ["flare", "a shape that spreads outward"], ["genius", "a natural talent"], ["panache", "distinctive and stylish elegance"]]}, {"answer": "flak", "hint": "synonyms for flak", "clues": [["flack", "intense adverse criticism"], ["fire", "intense adverse criticism"], ["blast", "intense adverse criticism"], ["antiaircraft", "artillery designed to shoot upward at airplanes"], ["ack-ack", "artillery designed to shoot upward at airplanes"], ["pom-pom", "artillery designed to shoot upward at airplanes"], ["ack-ack gun", "artillery designed to shoot upward at airplanes"], ["attack", "intense adverse criticism"]]}, {"answer": "flake", "hint": "synonyms for flake", "clues": [["snowflake", "a crystal of snow"], ["scrap", "a small fragment of something broken off from the whole"], ["chip", "a small fragment of something broken off from the whole"], ["fleck", "a small fragment of something broken off from the whole"], ["bit", "a small fragment of something broken off from the whole"]]}, {"answer": "flannel", "hint": "synonyms for flannel", "clues": [["face cloth", "bath linen consisting of a piece of cloth used to wash the face and body"], ["white", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["gabardine", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["tweed", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["washrag", "bath linen consisting of a piece of cloth used to wash the face and body"], ["washcloth", "bath linen consisting of a piece of cloth used to wash the face and body"]]}, {"answer": "flannel-cake", "hint": "synonyms for flannel-cake", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["hot cake", "a flat cake of thin batter fried on both sides on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "flannel_cake", "hint": "synonyms for flannel cake", "clues": [["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["flannel-cake", "a flat cake of thin batter fried on both sides on a griddle"], ["hot cake", "a flat cake of thin batter fried on both sides on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "flapcake", "hint": "synonyms for flapcake", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "flapjack", "hint": "synonyms for flapjack", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["hot cake", "a flat cake of thin batter fried on both sides on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "flare", "hint": "synonyms for flare", "clues": [["flare pass", "a short forward pass to a back who is running toward the sidelines"], ["solar flare", "a sudden eruption of intense high-energy radiation from the sun's surface; associated with sunspots and radio interference"], ["flair", "a shape that spreads outward"], ["flash", "a burst of light used to communicate or illuminate"]]}, {"answer": "flash_bulb", "hint": "synonyms for flash bulb", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph"], ["flash", "a lamp for providing momentary light to take a photograph"], ["flashgun", "a lamp for providing momentary light to take a photograph"], ["photoflash", "a lamp for providing momentary light to take a photograph"], ["flash lamp", "a lamp for providing momentary light to take a photograph"]]}, {"answer": "flash_lamp", "hint": "synonyms for flash lamp", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph"], ["flash", "a lamp for providing momentary light to take a photograph"], ["flashgun", "a lamp for providing momentary light to take a photograph"], ["photoflash", "a lamp for providing momentary light to take a photograph"]]}, {"answer": "flashbulb", "hint": "synonyms for flashbulb", "clues": [["flash bulb", "a lamp for providing momentary light to take a photograph"], ["flash", "a lamp for providing momentary light to take a photograph"], ["flashgun", "a lamp for providing momentary light to take a photograph"], ["photoflash", "a lamp for providing momentary light to take a photograph"], ["flash lamp", "a lamp for providing momentary light to take a photograph"]]}, {"answer": "flashgun", "hint": "synonyms for flashgun", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph"], ["flash", "a lamp for providing momentary light to take a photograph"], ["photoflash", "a lamp for providing momentary light to take a photograph"], ["flash lamp", "a lamp for providing momentary light to take a photograph"]]}, {"answer": "flashiness", "hint": "synonyms for flashiness", "clues": [["tawdriness", "tasteless showiness"], ["meretriciousness", "tasteless showiness"], ["loudness", "tasteless showiness"], ["garishness", "tasteless showiness"], ["brashness", "tasteless showiness"], ["gaudiness", "tasteless showiness"], ["glitz", "tasteless showiness"]]}, {"answer": "flat_coat", "hint": "synonyms for flat coat", "clues": [["primer coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface"], ["primer", "the first or preliminary coat of paint or size applied to a surface"], ["ground", "the first or preliminary coat of paint or size applied to a surface"], ["priming", "the first or preliminary coat of paint or size applied to a surface"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface"]]}, {"answer": "flatness", "hint": "synonyms for flatness", "clues": [["languor", "inactivity; showing an unusual lack of energy"], ["sluggishness", "inactivity; showing an unusual lack of energy"], ["matt", "the property of having little or no contrast; lacking highlights or gloss"], ["two-dimensionality", "the property of having two dimensions"], ["phlegm", "inactivity; showing an unusual lack of energy"], ["lustrelessness", "the property of having little or no contrast; lacking highlights or gloss"], ["planeness", "the property of having two dimensions"], ["lethargy", "inactivity; showing an unusual lack of energy"]]}, {"answer": "flats", "hint": "synonyms for flats", "clues": [["flatcar", "freight car without permanent sides or roof"], ["flat", "a suite of rooms usually on one floor of an apartment house"], ["apartment", "a suite of rooms usually on one floor of an apartment house"], ["flatbed", "freight car without permanent sides or roof"], ["flat tire", "a deflated pneumatic tire"]]}, {"answer": "flavor", "hint": "synonyms for flavor", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["tang", "the taste experience when a savoury condiment is taken into the mouth"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["nip", "the taste experience when a savoury condiment is taken into the mouth"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"]]}, {"answer": "flavorer", "hint": "synonyms for flavorer", "clues": [["flavouring", "something added to food primarily for the savor it imparts"], ["flavourer", "something added to food primarily for the savor it imparts"], ["seasoning", "something added to food primarily for the savor it imparts"], ["seasoner", "something added to food primarily for the savor it imparts"]]}, {"answer": "flavoring", "hint": "synonyms for flavoring", "clues": [["flavouring", "something added to food primarily for the savor it imparts"], ["flavourer", "something added to food primarily for the savor it imparts"], ["seasoning", "something added to food primarily for the savor it imparts"], ["seasoner", "something added to food primarily for the savor it imparts"]]}, {"answer": "flavour", "hint": "synonyms for flavour", "clues": [["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth"], ["tang", "the taste experience when a savoury condiment is taken into the mouth"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["nip", "the taste experience when a savoury condiment is taken into the mouth"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"]]}, {"answer": "flavourer", "hint": "synonyms for flavourer", "clues": [["flavouring", "something added to food primarily for the savor it imparts"], ["seasoning", "something added to food primarily for the savor it imparts"], ["seasoner", "something added to food primarily for the savor it imparts"], ["flavorer", "something added to food primarily for the savor it imparts"]]}, {"answer": "flavouring", "hint": "synonyms for flavouring", "clues": [["flavourer", "something added to food primarily for the savor it imparts"], ["flavoring", "something added to food primarily for the savor it imparts"], ["seasoning", "something added to food primarily for the savor it imparts"], ["seasoner", "something added to food primarily for the savor it imparts"]]}, {"answer": "fleck", "hint": "synonyms for fleck", "clues": [["scrap", "a small fragment of something broken off from the whole"], ["maculation", "a small contrasting part of something"], ["spot", "a small contrasting part of something"], ["patch", "a small contrasting part of something"], ["speckle", "a small contrasting part of something"], ["chip", "a small fragment of something broken off from the whole"], ["flake", "a small fragment of something broken off from the whole"], ["dapple", "a small contrasting part of something"], ["bit", "a small fragment of something broken off from the whole"]]}, {"answer": "flexure", "hint": "synonyms for flexure", "clues": [["flexion", "act of bending a joint; especially a joint between the bones of a limb so that the angle between them is decreased"], ["crease", "an angular or rounded shape made by folding"], ["fold", "an angular or rounded shape made by folding"], ["plication", "an angular or rounded shape made by folding"], ["bend", "an angular or rounded shape made by folding"], ["crimp", "an angular or rounded shape made by folding"]]}, {"answer": "flick", "hint": "synonyms for flick", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"]]}, {"answer": "flicker", "hint": "synonyms for flicker", "clues": [["glint", "a momentary flash of light"], ["flutter", "the act of moving back and forth"], ["spark", "a momentary flash of light"], ["waver", "the act of moving back and forth"]]}, {"answer": "flier", "hint": "synonyms for flier", "clues": [["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "flies", "hint": "synonyms for flies", "clues": [["fly", "(baseball) a hit that flies up in the air"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly front", "an opening in a garment that is closed by a zipper or by buttons concealed under a fold of cloth"], ["fly ball", "(baseball) a hit that flies up in the air"], ["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"]]}, {"answer": "flight", "hint": "synonyms for flight", "clues": [["flight of stairs", "a stairway (set of steps) between one floor or landing and the next"], ["flight of steps", "a stairway (set of steps) between one floor or landing and the next"], ["escape", "the act of escaping physically"], ["trajectory", "the path followed by an object moving through space"], ["flying", "an instance of traveling by air"]]}, {"answer": "flightiness", "hint": "synonyms for flightiness", "clues": [["whimsy", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"]]}, {"answer": "flimflam", "hint": "synonyms for flimflam", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "fling", "hint": "synonyms for fling", "clues": [["pass", "a usually brief attempt"], ["go", "a usually brief attempt"], ["whirl", "a usually brief attempt"], ["spree", "a brief indulgence of your impulses"], ["crack", "a usually brief attempt"], ["offer", "a usually brief attempt"]]}, {"answer": "flip-flop", "hint": "synonyms for flip-flop", "clues": [["change of mind", "a decision to reverse an earlier decision"], ["reversal", "a decision to reverse an earlier decision"], ["thong", "a backless sandal held to the foot by a thong between the big toe and the second toe"], ["turnabout", "a decision to reverse an earlier decision"], ["turnaround", "a decision to reverse an earlier decision"]]}, {"answer": "flirt", "hint": "synonyms for flirt", "clues": [["flirtation", "playful behavior intended to arouse sexual interest"], ["flirting", "playful behavior intended to arouse sexual interest"], ["toying", "playful behavior intended to arouse sexual interest"], ["coquetry", "playful behavior intended to arouse sexual interest"], ["dalliance", "playful behavior intended to arouse sexual interest"]]}, {"answer": "flirtation", "hint": "synonyms for flirtation", "clues": [["flirt", "playful behavior intended to arouse sexual interest"], ["toying", "playful behavior intended to arouse sexual interest"], ["coquetry", "playful behavior intended to arouse sexual interest"], ["dalliance", "playful behavior intended to arouse sexual interest"]]}, {"answer": "flirting", "hint": "synonyms for flirting", "clues": [["flirt", "playful behavior intended to arouse sexual interest"], ["flirtation", "playful behavior intended to arouse sexual interest"], ["toying", "playful behavior intended to arouse sexual interest"], ["coquetry", "playful behavior intended to arouse sexual interest"], ["dalliance", "playful behavior intended to arouse sexual interest"]]}, {"answer": "flock", "hint": "synonyms for flock", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["fold", "a group of sheep or goats"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["troop", "an orderly crowd"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "flogging", "hint": "synonyms for flogging", "clues": [["lashing", "beating with a whip or strap or rope as a form of punishment"], ["tanning", "beating with a whip or strap or rope as a form of punishment"], ["flagellation", "beating with a whip or strap or rope as a form of punishment"], ["whipping", "beating with a whip or strap or rope as a form of punishment"]]}, {"answer": "flood", "hint": "synonyms for flood", "clues": [["outpouring", "a large flow"], ["floodlight", "light that is a source of artificial illumination having a broad beam; used in photography"], ["flood tide", "the occurrence of incoming water (between a low tide and the following high tide); -Shakespeare"], ["overflow", "a large flow"], ["inundation", "an overwhelming number or amount"], ["photoflood", "light that is a source of artificial illumination having a broad beam; used in photography"], ["deluge", "an overwhelming number or amount"], ["flowage", "the act of flooding; filling to overflowing"], ["rising tide", "the occurrence of incoming water (between a low tide and the following high tide); -Shakespeare"], ["torrent", "an overwhelming number or amount"], ["alluvion", "the rising of a body of water and its overflowing onto normally dry land"], ["flood lamp", "light that is a source of artificial illumination having a broad beam; used in photography"]]}, {"answer": "floodgate", "hint": "synonyms for floodgate", "clues": [["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"]]}, {"answer": "floor", "hint": "synonyms for floor", "clues": [["flooring", "the inside lower horizontal surface (as of a room, hallway, tent, or other structure)"], ["base", "a lower limit"], ["story", "a structure consisting of a room or set of rooms at a single position along a vertical scale"], ["trading floor", "a large room in a exchange where the trading is done"], ["level", "a structure consisting of a room or set of rooms at a single position along a vertical scale"]]}, {"answer": "flora", "hint": "synonyms for flora", "clues": [["botany", "all the plant life in a particular region or period"], ["plant", "(botany) a living organism lacking the power of locomotion"], ["plant life", "(botany) a living organism lacking the power of locomotion"], ["vegetation", "all the plant life in a particular region or period"]]}, {"answer": "florescence", "hint": "synonyms for florescence", "clues": [["flowering", "the time and process of budding and unfolding of blossoms"], ["efflorescence", "the time and process of budding and unfolding of blossoms"], ["anthesis", "the time and process of budding and unfolding of blossoms"], ["blossoming", "the time and process of budding and unfolding of blossoms"], ["inflorescence", "the time and process of budding and unfolding of blossoms"]]}, {"answer": "flow", "hint": "synonyms for flow", "clues": [["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["flow rate", "the amount of fluid that flows in a given time"], ["flowing", "the motion characteristic of fluids (liquids or gases)"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["stream", "dominant course (suggestive of running water) of successive events or ideas"], ["rate of flow", "the amount of fluid that flows in a given time"], ["current", "dominant course (suggestive of running water) of successive events or ideas"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"]]}, {"answer": "flower", "hint": "synonyms for flower", "clues": [["peak", "the period of greatest prosperity or productivity"], ["bloom", "the period of greatest prosperity or productivity"], ["efflorescence", "the period of greatest prosperity or productivity"], ["prime", "the period of greatest prosperity or productivity"], ["flush", "the period of greatest prosperity or productivity"], ["blossom", "the period of greatest prosperity or productivity"], ["heyday", "the period of greatest prosperity or productivity"]]}, {"answer": "flub", "hint": "synonyms for flub", "clues": [["blooper", "an embarrassing mistake"], ["botch", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "fluency", "hint": "synonyms for fluency", "clues": [["eloquence", "powerful and effective language"], ["smoothness", "powerful and effective language"], ["volubility", "the quality of being facile in speech and writing"], ["articulateness", "the quality of being facile in speech and writing"]]}, {"answer": "fluidity", "hint": "synonyms for fluidity", "clues": [["runniness", "the property of flowing easily"], ["liquidness", "the property of flowing easily"], ["fluidness", "the property of flowing easily"], ["liquidity", "the property of flowing easily"]]}, {"answer": "fluidness", "hint": "synonyms for fluidness", "clues": [["runniness", "the property of flowing easily"], ["liquidness", "the property of flowing easily"], ["fluidity", "the property of flowing easily"], ["liquidity", "the property of flowing easily"]]}, {"answer": "flurry", "hint": "synonyms for flurry", "clues": [["bustle", "a rapid active commotion"], ["hustle", "a rapid active commotion"], ["snow flurry", "a light brief snowfall and gust of wind (or something resembling that)"], ["fuss", "a rapid active commotion"], ["ado", "a rapid active commotion"], ["stir", "a rapid active commotion"]]}, {"answer": "flute", "hint": "synonyms for flute", "clues": [["fluting", "a groove or furrow in cloth etc (particularly a shallow concave groove on the shaft of a column)"], ["flute glass", "a tall narrow wineglass"], ["transverse flute", "a high-pitched woodwind instrument; a slender tube closed at one end with finger holes on one end and an opening near the closed end across which the breath is blown"], ["champagne flute", "a tall narrow wineglass"]]}, {"answer": "flutter", "hint": "synonyms for flutter", "clues": [["flapping", "the motion made by flapping up and down"], ["flap", "the motion made by flapping up and down"], ["fluttering", "the motion made by flapping up and down"], ["waver", "the act of moving back and forth"], ["flicker", "the act of moving back and forth"]]}, {"answer": "flux", "hint": "synonyms for flux", "clues": [["flux density", "(physics) the number of changes in energy flow across a given surface per unit area"], ["magnetic field", "the lines of force surrounding a permanent magnet or a moving charged particle"], ["magnetic flux", "the lines of force surrounding a permanent magnet or a moving charged particle"], ["fluxion", "a flow or discharge"]]}, {"answer": "fluxing_lime", "hint": "synonyms for fluxing lime", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "fly_sheet", "hint": "synonyms for fly sheet", "clues": [["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"]]}, {"answer": "flyer", "hint": "synonyms for flyer", "clues": [["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "flying_drainpipe", "hint": "synonyms for flying drainpipe", "clues": [["ramjet", "a simple type of jet engine; must be launched at high speed"], ["atherodyde", "a simple type of jet engine; must be launched at high speed"], ["ramjet engine", "a simple type of jet engine; must be launched at high speed"], ["athodyd", "a simple type of jet engine; must be launched at high speed"]]}, {"answer": "focal_point", "hint": "synonyms for focal point", "clues": [["focus", "a point of convergence of light (or other radiation) or a point from which it diverges"], ["focussing", "the concentration of attention or energy on something"], ["centering", "the concentration of attention or energy on something"], ["direction", "the concentration of attention or energy on something"]]}, {"answer": "focus", "hint": "synonyms for focus", "clues": [["focusing", "the concentration of attention or energy on something"], ["focal point", "a point of convergence of light (or other radiation) or a point from which it diverges"], ["centering", "the concentration of attention or energy on something"], ["direction", "the concentration of attention or energy on something"]]}, {"answer": "focusing", "hint": "synonyms for focusing", "clues": [["focal point", "the concentration of attention or energy on something"], ["focussing", "the concentration of attention or energy on something"], ["centering", "the concentration of attention or energy on something"], ["focalisation", "the act of bringing into focus"], ["direction", "the concentration of attention or energy on something"], ["focus", "the concentration of attention or energy on something"]]}, {"answer": "focussing", "hint": "synonyms for focussing", "clues": [["focusing", "the concentration of attention or energy on something"], ["focal point", "the concentration of attention or energy on something"], ["centering", "the concentration of attention or energy on something"], ["direction", "the concentration of attention or energy on something"]]}, {"answer": "foetor", "hint": "synonyms for foetor", "clues": [["malodour", "a distinctive odor that is offensively unpleasant"], ["reek", "a distinctive odor that is offensively unpleasant"], ["stink", "a distinctive odor that is offensively unpleasant"], ["mephitis", "a distinctive odor that is offensively unpleasant"], ["stench", "a distinctive odor that is offensively unpleasant"], ["fetor", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "fogginess", "hint": "synonyms for fogginess", "clues": [["softness", "the quality of being indistinct and without sharp outlines"], ["blurriness", "the quality of being indistinct and without sharp outlines"], ["fuzziness", "the quality of being indistinct and without sharp outlines"], ["indistinctness", "the quality of being indistinct and without sharp outlines"]]}, {"answer": "folacin", "hint": "synonyms for folacin", "clues": [["folic acid", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction"], ["folate", "a B vitamin that is essential for cell growth and reproduction"], ["pteroylglutamic acid", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction"]]}, {"answer": "folate", "hint": "synonyms for folate", "clues": [["folic acid", "a B vitamin that is essential for cell growth and reproduction"], ["folacin", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction"], ["pteroylglutamic acid", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction"]]}, {"answer": "fold", "hint": "synonyms for fold", "clues": [["faithful", "a group of people who adhere to a common faith and habitually attend a given church"], ["sheepfold", "a pen for sheep"], ["crease", "an angular or rounded shape made by folding"], ["folding", "a geological process that causes a bend in a stratum of rock"], ["plication", "an angular or rounded shape made by folding"], ["bend", "an angular or rounded shape made by folding"], ["congregation", "a group of people who adhere to a common faith and habitually attend a given church"], ["sheepcote", "a pen for sheep"], ["flock", "a group of sheep or goats"], ["sheep pen", "a pen for sheep"], ["flexure", "an angular or rounded shape made by folding"], ["crimp", "an angular or rounded shape made by folding"]]}, {"answer": "folder", "hint": "synonyms for folder", "clues": [["booklet", "a small book usually having a paper cover"], ["pamphlet", "a small book usually having a paper cover"], ["leaflet", "a small book usually having a paper cover"], ["brochure", "a small book usually having a paper cover"]]}, {"answer": "folderal", "hint": "synonyms for folderal", "clues": [["trumpery", "ornamental objects of no great value"], ["gimcrackery", "ornamental objects of no great value"], ["gimcrack", "ornamental objects of no great value"], ["falderol", "ornamental objects of no great value"], ["frill", "ornamental objects of no great value"], ["nonsense", "ornamental objects of no great value"]]}, {"answer": "folderol", "hint": "synonyms for folderol", "clues": [["wish-wash", "nonsensical talk or writing"], ["rubbish", "nonsensical talk or writing"], ["applesauce", "nonsensical talk or writing"], ["trash", "nonsensical talk or writing"], ["codswallop", "nonsensical talk or writing"], ["tripe", "nonsensical talk or writing"], ["trumpery", "nonsensical talk or writing"]]}, {"answer": "folic_acid", "hint": "synonyms for folic acid", "clues": [["folacin", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction"], ["folate", "a B vitamin that is essential for cell growth and reproduction"], ["pteroylglutamic acid", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction"]]}, {"answer": "folio", "hint": "synonyms for folio", "clues": [["page number", "the system of numbering pages"], ["paging", "the system of numbering pages"], ["pagination", "the system of numbering pages"], ["leaf", "a sheet of any written or printed material (especially in a manuscript or book)"]]}, {"answer": "folk", "hint": "synonyms for folk", "clues": [["kinfolk", "people descended from a common ancestor"], ["tribe", "a social division of (usually preliterate) people"], ["common people", "people in general (often used in the plural)"], ["folks", "people in general (often used in the plural)"], ["folk music", "the traditional and typically anonymous music that is an expression of the life of people in a community"], ["sept", "people descended from a common ancestor"], ["family", "people descended from a common ancestor"], ["ethnic music", "the traditional and typically anonymous music that is an expression of the life of people in a community"], ["family line", "people descended from a common ancestor"], ["phratry", "people descended from a common ancestor"]]}, {"answer": "folks", "hint": "synonyms for folks", "clues": [["kinfolk", "people descended from a common ancestor"], ["tribe", "a social division of (usually preliterate) people"], ["family", "people descended from a common ancestor"], ["common people", "people in general (often used in the plural)"], ["folk", "the traditional and typically anonymous music that is an expression of the life of people in a community"], ["folk music", "the traditional and typically anonymous music that is an expression of the life of people in a community"], ["sept", "people descended from a common ancestor"], ["ethnic music", "the traditional and typically anonymous music that is an expression of the life of people in a community"], ["family line", "people descended from a common ancestor"], ["phratry", "people descended from a common ancestor"]]}, {"answer": "follies", "hint": "synonyms for follies", "clues": [["imbecility", "a stupid mistake"], ["lunacy", "foolish or senseless behavior"], ["foolishness", "a stupid mistake"], ["indulgence", "foolish or senseless behavior"], ["betise", "a stupid mistake"], ["foolery", "foolish or senseless behavior"], ["unwiseness", "the trait of acting stupidly or rashly"], ["craziness", "the quality of being rash and foolish"], ["folly", "foolish or senseless behavior"], ["stupidity", "a stupid mistake"], ["madness", "the quality of being rash and foolish"], ["tomfoolery", "foolish or senseless behavior"]]}, {"answer": "folly", "hint": "synonyms for folly", "clues": [["imbecility", "a stupid mistake"], ["lunacy", "foolish or senseless behavior"], ["foolishness", "a stupid mistake"], ["indulgence", "foolish or senseless behavior"], ["betise", "a stupid mistake"], ["foolery", "foolish or senseless behavior"], ["unwiseness", "the trait of acting stupidly or rashly"], ["craziness", "the quality of being rash and foolish"], ["stupidity", "a stupid mistake"], ["madness", "the quality of being rash and foolish"], ["tomfoolery", "foolish or senseless behavior"]]}, {"answer": "fondling", "hint": "synonyms for fondling", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "fondness", "hint": "synonyms for fondness", "clues": [["philia", "a positive feeling of liking"], ["heart", "a positive feeling of liking"], ["tenderness", "a positive feeling of liking"], ["affectionateness", "a positive feeling of liking"], ["lovingness", "a quality proceeding from feelings of affection or love"], ["warmth", "a quality proceeding from feelings of affection or love"], ["warmheartedness", "a positive feeling of liking"], ["warmness", "a positive feeling of liking"], ["partiality", "a predisposition to like something"], ["affection", "a positive feeling of liking"], ["fancy", "a predisposition to like something"]]}, {"answer": "font", "hint": "synonyms for font", "clues": [["fount", "a specific size and style of type within a type family"], ["baptistery", "bowl for baptismal water"], ["baptismal font", "bowl for baptismal water"], ["typeface", "a specific size and style of type within a type family"], ["case", "a specific size and style of type within a type family"], ["face", "a specific size and style of type within a type family"]]}, {"answer": "food", "hint": "synonyms for food", "clues": [["intellectual nourishment", "anything that provides mental stimulus for thinking"], ["nutrient", "any substance that can be metabolized by an animal to give energy and build tissue"], ["solid food", "any solid substance (as opposed to liquid) that is used as a source of nourishment"], ["food for thought", "anything that provides mental stimulus for thinking"]]}, {"answer": "foolery", "hint": "synonyms for foolery", "clues": [["lunacy", "foolish or senseless behavior"], ["craziness", "foolish or senseless behavior"], ["indulgence", "foolish or senseless behavior"], ["tomfoolery", "foolish or senseless behavior"], ["folly", "foolish or senseless behavior"]]}, {"answer": "foolishness", "hint": "synonyms for foolishness", "clues": [["imbecility", "a stupid mistake"], ["betise", "a stupid mistake"], ["unwiseness", "the trait of acting stupidly or rashly"], ["craziness", "the quality of being rash and foolish"], ["folly", "the quality of being rash and foolish"], ["stupidity", "a stupid mistake"], ["madness", "the quality of being rash and foolish"]]}, {"answer": "foot", "hint": "synonyms for foot", "clues": [["base", "lowest support of a structure"], ["groundwork", "lowest support of a structure"], ["metrical unit", "(prosody) a group of 2 or 3 syllables forming the basic unit of poetic rhythm"], ["substructure", "lowest support of a structure"], ["ft", "a linear unit of length equal to 12 inches or a third of a yard"], ["foundation", "lowest support of a structure"], ["understructure", "lowest support of a structure"], ["metrical foot", "(prosody) a group of 2 or 3 syllables forming the basic unit of poetic rhythm"], ["fundament", "lowest support of a structure"], ["infantry", "an army unit consisting of soldiers who fight on foot"]]}, {"answer": "footstep", "hint": "synonyms for footstep", "clues": [["step", "the sound of a step of someone walking"], ["stride", "the distance covered by a step"], ["pace", "the distance covered by a step"], ["footfall", "the sound of a step of someone walking"]]}, {"answer": "forage", "hint": "synonyms for forage", "clues": [["grass", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["pasture", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["foraging", "the act of searching for food and provisions"]]}, {"answer": "forbiddance", "hint": "synonyms for forbiddance", "clues": [["inhibition", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)"], ["forbidding", "an official prohibition or edict against something"], ["ban", "an official prohibition or edict against something"], ["prohibition", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)"], ["banning", "an official prohibition or edict against something"]]}, {"answer": "force", "hint": "synonyms for force", "clues": [["force out", "a putout of a base runner who is required to run; the putout is accomplished by holding the ball while touching the base to which the runner must advance before the runner reaches that base"], ["violence", "an act of aggression (as one against a person who resists)"], ["personnel", "group of people willing to obey orders"], ["military unit", "a unit that is part of some military service"], ["force play", "a putout of a base runner who is required to run; the putout is accomplished by holding the ball while touching the base to which the runner must advance before the runner reaches that base"], ["forcefulness", "physical energy or intensity"], ["strength", "physical energy or intensity"], ["effect", "(of a law) having legal validity"], ["military force", "a unit that is part of some military service"], ["military group", "a unit that is part of some military service"]]}, {"answer": "force-feed_lubricating_system", "hint": "synonyms for force-feed lubricating system", "clues": [["lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"], ["pressure feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"], ["pressure-feed lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"], ["force feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"]]}, {"answer": "force_majeure", "hint": "synonyms for force majeure", "clues": [["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events"]]}, {"answer": "foreign_mission", "hint": "synonyms for foreign mission", "clues": [["missionary station", "an organization of missionaries in a foreign land sent to carry on religious work"], ["missionary post", "an organization of missionaries in a foreign land sent to carry on religious work"], ["legation", "a permanent diplomatic mission headed by a minister"], ["mission", "an organization of missionaries in a foreign land sent to carry on religious work"]]}, {"answer": "forerunner", "hint": "synonyms for forerunner", "clues": [["herald", "something that precedes and indicates the approach of something or someone"], ["predecessor", "something that precedes and indicates the approach of something or someone"], ["antecedent", "anything that precedes something similar in time"], ["harbinger", "something that precedes and indicates the approach of something or someone"], ["precursor", "something that precedes and indicates the approach of something or someone"]]}, {"answer": "foresight", "hint": "synonyms for foresight", "clues": [["foresightfulness", "providence by virtue of planning prudently for the future"], ["farsightedness", "seeing ahead; knowing in advance; foreseeing"], ["prevision", "seeing ahead; knowing in advance; foreseeing"], ["prospicience", "seeing ahead; knowing in advance; foreseeing"]]}, {"answer": "forest", "hint": "synonyms for forest", "clues": [["timber", "land that is covered with trees and shrubs"], ["timberland", "land that is covered with trees and shrubs"], ["woodland", "land that is covered with trees and shrubs"], ["wood", "the trees and other plants in a large densely wooded area"]]}, {"answer": "foretelling", "hint": "synonyms for foretelling", "clues": [["prediction", "a statement made about the future"], ["soothsaying", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means"], ["divination", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means"], ["fortune telling", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means"], ["forecasting", "a statement made about the future"], ["prognostication", "a statement made about the future"]]}, {"answer": "forethought", "hint": "synonyms for forethought", "clues": [["caution", "judiciousness in avoiding harm or danger"], ["care", "judiciousness in avoiding harm or danger"], ["premeditation", "planning or plotting in advance of acting"], ["precaution", "judiciousness in avoiding harm or danger"]]}, {"answer": "forget_me_drug", "hint": "synonyms for forget me drug", "clues": [["rope", "street names for flunitrazepan"], ["roach", "street names for flunitrazepan"], ["rophy", "street names for flunitrazepan"], ["circle", "street names for flunitrazepan"], ["roofy", "street names for flunitrazepan"]]}, {"answer": "fork", "hint": "synonyms for fork", "clues": [["branching", "the act of branching out or dividing into branches"], ["forking", "the act of branching out or dividing into branches"], ["crotch", "the region of the angle formed by the junction of two branches"], ["ramification", "the act of branching out or dividing into branches"]]}, {"answer": "forking", "hint": "synonyms for forking", "clues": [["branching", "the act of branching out or dividing into branches"], ["furcation", "the place where something divides into branches"], ["fork", "the act of branching out or dividing into branches"], ["ramification", "the act of branching out or dividing into branches"]]}, {"answer": "form", "hint": "synonyms for form", "clues": [["class", "a body of students who are taught together"], ["contour", "any spatial attributes (especially as defined by outline)"], ["pattern", "a perceptual structure"], ["variant", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["conformation", "any spatial attributes (especially as defined by outline)"], ["shape", "the visual appearance of something or someone"], ["signifier", "the phonological or orthographic sound or appearance of a word that can be used to describe or identify something"], ["variety", "a category of things distinguished by some common characteristic or quality"], ["course", "a body of students who are taught together"], ["mannikin", "a life-size dummy used to display clothes"], ["cast", "the visual appearance of something or someone"], ["configuration", "any spatial attributes (especially as defined by outline)"], ["descriptor", "the phonological or orthographic sound or appearance of a word that can be used to describe or identify something"], ["kind", "a category of things distinguished by some common characteristic or quality"], ["grade", "a body of students who are taught together"], ["manakin", "a life-size dummy used to display clothes"], ["var.", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["sort", "a category of things distinguished by some common characteristic or quality"], ["word form", "the phonological or orthographic sound or appearance of a word that can be used to describe or identify something"], ["strain", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["mannequin", "a life-size dummy used to display clothes"]]}, {"answer": "formation", "hint": "synonyms for formation", "clues": [["establishment", "the act of forming or establishing something"], ["constitution", "the act of forming or establishing something"], ["organization", "the act of forming or establishing something"], ["shaping", "the act of fabricating something in a particular shape"], ["geological formation", "(geology) the geological features of the earth"]]}, {"answer": "formula", "hint": "synonyms for formula", "clues": [["pattern", "something regarded as a normative example"], ["convention", "something regarded as a normative example"], ["rule", "(mathematics) a standard procedure for solving a class of mathematical problems"], ["recipe", "directions for making something"], ["expression", "a group of symbols that make a mathematical statement"], ["chemical formula", "a representation of a substance using symbols for its constituent elements"], ["normal", "something regarded as a normative example"]]}, {"answer": "forthrightness", "hint": "synonyms for forthrightness", "clues": [["candor", "the quality of being honest and straightforward in attitude and speech"], ["directness", "the quality of being honest and straightforward in attitude and speech"], ["candidness", "the quality of being honest and straightforward in attitude and speech"], ["frankness", "the quality of being honest and straightforward in attitude and speech"]]}, {"answer": "forties", "hint": "synonyms for forties", "clues": [["40", "the cardinal number that is the product of ten and four"], ["1940s", "the decade from 1940 to 1949"], ["forty", "the cardinal number that is the product of ten and four"], ["mid-forties", "the time of life between 40 and 50"]]}, {"answer": "forty_winks", "hint": "synonyms for forty winks", "clues": [["nap", "sleeping for a short period of time (usually not in bed)"], ["catnap", "sleeping for a short period of time (usually not in bed)"], ["short sleep", "sleeping for a short period of time (usually not in bed)"], ["snooze", "sleeping for a short period of time (usually not in bed)"], ["cat sleep", "sleeping for a short period of time (usually not in bed)"]]}, {"answer": "forward_motion", "hint": "synonyms for forward motion", "clues": [["onward motion", "the act of moving forward (as toward a goal)"], ["advance", "the act of moving forward (as toward a goal)"], ["procession", "the act of moving forward (as toward a goal)"], ["advancement", "the act of moving forward (as toward a goal)"], ["progress", "the act of moving forward (as toward a goal)"]]}, {"answer": "forwardness", "hint": "synonyms for forwardness", "clues": [["eagerness", "prompt willingness"], ["pushiness", "offensive boldness and assertiveness"], ["readiness", "prompt willingness"], ["cockiness", "offensive boldness and assertiveness"], ["bumptiousness", "offensive boldness and assertiveness"], ["zeal", "prompt willingness"]]}, {"answer": "fossil_oil", "hint": "synonyms for fossil oil", "clues": [["oil", "a dark oil consisting mainly of hydrocarbons"], ["crude", "a dark oil consisting mainly of hydrocarbons"], ["crude oil", "a dark oil consisting mainly of hydrocarbons"], ["rock oil", "a dark oil consisting mainly of hydrocarbons"], ["petroleum", "a dark oil consisting mainly of hydrocarbons"]]}, {"answer": "fosterage", "hint": "synonyms for fosterage", "clues": [["bringing up", "helping someone grow up to be an accepted member of the community"], ["rearing", "helping someone grow up to be an accepted member of the community"], ["nurture", "helping someone grow up to be an accepted member of the community"], ["upbringing", "helping someone grow up to be an accepted member of the community"], ["raising", "helping someone grow up to be an accepted member of the community"], ["breeding", "helping someone grow up to be an accepted member of the community"], ["fostering", "encouragement; aiding the development of something"]]}, {"answer": "fostering", "hint": "synonyms for fostering", "clues": [["bringing up", "helping someone grow up to be an accepted member of the community"], ["breeding", "helping someone grow up to be an accepted member of the community"], ["rearing", "helping someone grow up to be an accepted member of the community"], ["upbringing", "helping someone grow up to be an accepted member of the community"], ["raising", "helping someone grow up to be an accepted member of the community"], ["fosterage", "encouragement; aiding the development of something"], ["nurture", "helping someone grow up to be an accepted member of the community"]]}, {"answer": "foul-up", "hint": "synonyms for foul-up", "clues": [["blooper", "an embarrassing mistake"], ["botch", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "foul_shot", "hint": "synonyms for foul shot", "clues": [["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"]]}, {"answer": "foulness", "hint": "synonyms for foulness", "clues": [["raininess", "(of weather) the badness of the weather"], ["fetidness", "the attribute of having a strong offensive smell"], ["stinkiness", "the attribute of having a strong offensive smell"], ["malodorousness", "the attribute of having a strong offensive smell"], ["rankness", "the attribute of having a strong offensive smell"]]}, {"answer": "foundation", "hint": "synonyms for foundation", "clues": [["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["groundwork", "lowest support of a structure"], ["foundation garment", "a woman's undergarment worn to give shape to the contours of the body"], ["institution", "the act of starting something for the first time; introducing something new"], ["substructure", "lowest support of a structure"], ["innovation", "the act of starting something for the first time; introducing something new"], ["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["foot", "lowest support of a structure"], ["origination", "the act of starting something for the first time; introducing something new"], ["grounding", "education or instruction in the fundamentals of a field of knowledge"], ["base", "lowest support of a structure"], ["initiation", "the act of starting something for the first time; introducing something new"], ["understructure", "lowest support of a structure"], ["instauration", "the act of starting something for the first time; introducing something new"], ["founding", "the act of starting something for the first time; introducing something new"], ["introduction", "the act of starting something for the first time; introducing something new"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "founding", "hint": "synonyms for founding", "clues": [["institution", "the act of starting something for the first time; introducing something new"], ["initiation", "the act of starting something for the first time; introducing something new"], ["innovation", "the act of starting something for the first time; introducing something new"], ["foundation", "the act of starting something for the first time; introducing something new"], ["origination", "the act of starting something for the first time; introducing something new"], ["instauration", "the act of starting something for the first time; introducing something new"], ["introduction", "the act of starting something for the first time; introducing something new"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "fount", "hint": "synonyms for fount", "clues": [["font", "a specific size and style of type within a type family"], ["typeface", "a specific size and style of type within a type family"], ["case", "a specific size and style of type within a type family"], ["face", "a specific size and style of type within a type family"], ["fountain", "a plumbing fixture that provides a flow of water"]]}, {"answer": "fountain", "hint": "synonyms for fountain", "clues": [["jet", "an artificially produced flow of water"], ["spring", "a natural flow of ground water"], ["outflow", "a natural flow of ground water"], ["natural spring", "a natural flow of ground water"], ["outpouring", "a natural flow of ground water"], ["fount", "a plumbing fixture that provides a flow of water"]]}, {"answer": "fountainhead", "hint": "synonyms for fountainhead", "clues": [["head", "the source of water from which a stream arises"], ["well", "an abundant source"], ["wellspring", "an abundant source"], ["headspring", "the source of water from which a stream arises"]]}, {"answer": "foursome", "hint": "synonyms for foursome", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "fourth_part", "hint": "synonyms for fourth part", "clues": [["one-fourth", "one of four equal parts"], ["quartern", "one of four equal parts"], ["fourth", "one of four equal parts"], ["one-quarter", "one of four equal parts"], ["twenty-five percent", "one of four equal parts"]]}, {"answer": "foxiness", "hint": "synonyms for foxiness", "clues": [["craft", "shrewdness as demonstrated by being skilled in deception"], ["slyness", "shrewdness as demonstrated by being skilled in deception"], ["cunning", "shrewdness as demonstrated by being skilled in deception"], ["guile", "shrewdness as demonstrated by being skilled in deception"], ["wiliness", "shrewdness as demonstrated by being skilled in deception"], ["craftiness", "shrewdness as demonstrated by being skilled in deception"]]}, {"answer": "foyer", "hint": "synonyms for foyer", "clues": [["lobby", "a large entrance or reception room or area"], ["antechamber", "a large entrance or reception room or area"], ["vestibule", "a large entrance or reception room or area"], ["hall", "a large entrance or reception room or area"], ["entrance hall", "a large entrance or reception room or area"], ["anteroom", "a large entrance or reception room or area"]]}, {"answer": "fracture", "hint": "synonyms for fracture", "clues": [["cracking", "the act of cracking something"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["faulting", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"]]}, {"answer": "fragility", "hint": "synonyms for fragility", "clues": [["frangibility", "quality of being easily damaged or destroyed"], ["breakability", "quality of being easily damaged or destroyed"], ["frangibleness", "quality of being easily damaged or destroyed"], ["delicacy", "lack of physical strength"]]}, {"answer": "fragrance", "hint": "synonyms for fragrance", "clues": [["redolence", "a pleasingly sweet olfactory property"], ["bouquet", "a pleasingly sweet olfactory property"], ["aroma", "a distinctive odor that is pleasant"], ["scent", "a distinctive odor that is pleasant"], ["perfume", "a distinctive odor that is pleasant"], ["fragrancy", "a pleasingly sweet olfactory property"], ["sweetness", "a pleasingly sweet olfactory property"]]}, {"answer": "fragrancy", "hint": "synonyms for fragrancy", "clues": [["sweetness", "a pleasingly sweet olfactory property"], ["redolence", "a pleasingly sweet olfactory property"], ["fragrance", "a pleasingly sweet olfactory property"], ["bouquet", "a pleasingly sweet olfactory property"]]}, {"answer": "frame", "hint": "synonyms for frame", "clues": [["skeletal frame", "the internal supporting structure that gives an artifact its shape"], ["skeleton", "the internal supporting structure that gives an artifact its shape"], ["underframe", "the internal supporting structure that gives an artifact its shape"], ["frame of reference", "a system of assumptions and standards that sanction behavior and give it meaning"], ["framing", "a framework that supports and protects a picture or a mirror"], ["inning", "(baseball) one of nine divisions of play during which each team has a turn at bat"]]}, {"answer": "frame_of_reference", "hint": "synonyms for frame of reference", "clues": [["coordinate system", "a system that uses coordinates to establish position"], ["reference frame", "a system that uses coordinates to establish position"], ["frame", "a system of assumptions and standards that sanction behavior and give it meaning"], ["reference system", "a system that uses coordinates to establish position"]]}, {"answer": "frankfurter", "hint": "synonyms for frankfurter", "clues": [["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["hotdog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "frankness", "hint": "synonyms for frankness", "clues": [["candor", "the quality of being honest and straightforward in attitude and speech"], ["directness", "the quality of being honest and straightforward in attitude and speech"], ["outspokenness", "the trait of being blunt and outspoken"], ["candidness", "the quality of being honest and straightforward in attitude and speech"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech"]]}, {"answer": "fraud", "hint": "synonyms for fraud", "clues": [["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage"]]}, {"answer": "fraudulence", "hint": "synonyms for fraudulence", "clues": [["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["duplicity", "a fraudulent or duplicitous representation"], ["deceit", "the quality of being fraudulent"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage"]]}, {"answer": "free_throw", "hint": "synonyms for free throw", "clues": [["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"]]}, {"answer": "freeway", "hint": "synonyms for freeway", "clues": [["expressway", "a broad highway designed for high-speed traffic"], ["thruway", "a broad highway designed for high-speed traffic"], ["state highway", "a broad highway designed for high-speed traffic"], ["throughway", "a broad highway designed for high-speed traffic"], ["pike", "a broad highway designed for high-speed traffic"], ["superhighway", "a broad highway designed for high-speed traffic"], ["motorway", "a broad highway designed for high-speed traffic"]]}, {"answer": "freight", "hint": "synonyms for freight", "clues": [["load", "goods carried by a large vehicle"], ["freight rate", "the charge for transporting something by common carrier"], ["lading", "goods carried by a large vehicle"], ["cargo", "goods carried by a large vehicle"], ["freightage", "transporting goods commercially at rates cheaper than express rates"], ["consignment", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"], ["payload", "goods carried by a large vehicle"]]}, {"answer": "frequency", "hint": "synonyms for frequency", "clues": [["frequence", "the number of occurrences within a given time period"], ["absolute frequency", "the number of observations in a given statistical category"], ["relative frequency", "the ratio of the number of observations in a statistical category to the total number of observations"], ["oftenness", "the number of occurrences within a given time period"]]}, {"answer": "freshness", "hint": "synonyms for freshness", "clues": [["novelty", "originality by virtue of being refreshingly novel"], ["gall", "the trait of being rude and impertinent; inclined to take liberties"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties"], ["crust", "the trait of being rude and impertinent; inclined to take liberties"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties"]]}, {"answer": "fretfulness", "hint": "synonyms for fretfulness", "clues": [["petulance", "an irritable petulant feeling"], ["fussiness", "an irritable petulant feeling"], ["choler", "an irritable petulant feeling"], ["peevishness", "an irritable petulant feeling"], ["crossness", "an irritable petulant feeling"], ["irritability", "an irritable petulant feeling"]]}, {"answer": "frigidity", "hint": "synonyms for frigidity", "clues": [["frigidness", "the absence of heat"], ["cold", "the absence of heat"], ["chilliness", "a lack of affection or enthusiasm"], ["low temperature", "the absence of heat"], ["iciness", "a lack of affection or enthusiasm"], ["coldness", "the absence of heat"]]}, {"answer": "frigidness", "hint": "synonyms for frigidness", "clues": [["cold", "the absence of heat"], ["chilliness", "a lack of affection or enthusiasm"], ["low temperature", "the absence of heat"], ["frigidity", "sexual unresponsiveness (especially of women) and inability to achieve orgasm during intercourse"], ["iciness", "a lack of affection or enthusiasm"], ["coldness", "the absence of heat"]]}, {"answer": "frill", "hint": "synonyms for frill", "clues": [["gimcrackery", "ornamental objects of no great value"], ["folderal", "ornamental objects of no great value"], ["ruffle", "a strip of pleated material used as a decoration or a trim"], ["trumpery", "ornamental objects of no great value"], ["flounce", "a strip of pleated material used as a decoration or a trim"], ["furbelow", "a strip of pleated material used as a decoration or a trim"], ["gimcrack", "ornamental objects of no great value"], ["falderol", "ornamental objects of no great value"], ["nonsense", "ornamental objects of no great value"]]}, {"answer": "fringe", "hint": "synonyms for fringe", "clues": [["interference fringe", "one of the light or dark bands produced by the interference and diffraction of light"], ["periphery", "the outside boundary or surface of something"], ["outer boundary", "the outside boundary or surface of something"], ["outskirt", "a part of the city far removed from the center"]]}, {"answer": "frisson", "hint": "synonyms for frisson", "clues": [["chill", "an almost pleasurable sensation of fright"], ["quiver", "an almost pleasurable sensation of fright"], ["shudder", "an almost pleasurable sensation of fright"], ["tingle", "an almost pleasurable sensation of fright"], ["thrill", "an almost pleasurable sensation of fright"], ["shiver", "an almost pleasurable sensation of fright"]]}, {"answer": "frivolity", "hint": "synonyms for frivolity", "clues": [["frippery", "something of little value or significance"], ["bagatelle", "something of little value or significance"], ["clowning", "acting like a clown or buffoon"], ["fluff", "something of little value or significance"], ["prank", "acting like a clown or buffoon"], ["harlequinade", "acting like a clown or buffoon"], ["japery", "acting like a clown or buffoon"], ["frivolousness", "the trait of being frivolous; not serious or sensible"], ["buffoonery", "acting like a clown or buffoon"]]}, {"answer": "frolic", "hint": "synonyms for frolic", "clues": [["romp", "gay or light-hearted recreational activity for diversion or amusement"], ["caper", "gay or light-hearted recreational activity for diversion or amusement"], ["play", "gay or light-hearted recreational activity for diversion or amusement"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement"]]}, {"answer": "frost", "hint": "synonyms for frost", "clues": [["rime", "ice crystals forming a white deposit (especially on objects outside)"], ["freeze", "weather cold enough to cause freezing"], ["hoarfrost", "ice crystals forming a white deposit (especially on objects outside)"], ["icing", "the formation of frost or ice on a surface"], ["hoar", "ice crystals forming a white deposit (especially on objects outside)"]]}, {"answer": "frost_mist", "hint": "synonyms for frost mist", "clues": [["diamond dust", "small crystals of ice"], ["ice needle", "small crystals of ice"], ["ice crystal", "small crystals of ice"], ["frost snow", "small crystals of ice"], ["snow mist", "small crystals of ice"], ["poudrin", "small crystals of ice"]]}, {"answer": "frost_snow", "hint": "synonyms for frost snow", "clues": [["frost mist", "small crystals of ice"], ["diamond dust", "small crystals of ice"], ["ice needle", "small crystals of ice"], ["ice crystal", "small crystals of ice"], ["snow mist", "small crystals of ice"], ["poudrin", "small crystals of ice"]]}, {"answer": "fuck", "hint": "synonyms for fuck", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "fuckup", "hint": "synonyms for fuckup", "clues": [["blooper", "an embarrassing mistake"], ["botch", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"], ["pratfall", "an embarrassing mistake"]]}, {"answer": "fuel-air_bomb", "hint": "synonyms for fuel-air bomb", "clues": [["volume-detonation bomb", "a bomb that uses a fuel-air explosive"], ["vacuum bomb", "a bomb that uses a fuel-air explosive"], ["aerosol bomb", "a bomb that uses a fuel-air explosive"], ["thermobaric bomb", "a bomb that uses a fuel-air explosive"]]}, {"answer": "full_dress", "hint": "synonyms for full dress", "clues": [["tailcoat", "formalwear consisting of full evening dress for men"], ["tails", "formalwear consisting of full evening dress for men"], ["dress suit", "formalwear consisting of full evening dress for men"], ["white tie and tails", "formalwear consisting of full evening dress for men"], ["white tie", "formalwear consisting of full evening dress for men"]]}, {"answer": "full_point", "hint": "synonyms for full point", "clues": [["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"]]}, {"answer": "full_stop", "hint": "synonyms for full stop", "clues": [["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"]]}, {"answer": "fullness", "hint": "synonyms for fullness", "clues": [["mellowness", "the property of a sensation that is rich and pleasing"], ["voluminousness", "greatness of volume"], ["voluminosity", "greatness of volume"], ["richness", "the property of a sensation that is rich and pleasing"]]}, {"answer": "fulsomeness", "hint": "synonyms for fulsomeness", "clues": [["smarm", "excessive but superficial compliments given with affected charm"], ["unction", "smug self-serving earnestness"], ["oleaginousness", "smug self-serving earnestness"], ["smarminess", "smug self-serving earnestness"], ["unctuousness", "smug self-serving earnestness"], ["oiliness", "smug self-serving earnestness"]]}, {"answer": "fumes", "hint": "synonyms for fumes", "clues": [["smoke", "a cloud of fine particles suspended in a gas"], ["fume", "a cloud of fine particles suspended in a gas"], ["exhaust fumes", "gases ejected from an engine as waste products"], ["exhaust", "gases ejected from an engine as waste products"]]}, {"answer": "fun", "hint": "synonyms for fun", "clues": [["playfulness", "a disposition to find (or make) causes for amusement"], ["merriment", "activities that are enjoyable or amusing"], ["play", "verbal wit or mockery (often at another's expense but not to be taken seriously)"], ["sport", "verbal wit or mockery (often at another's expense but not to be taken seriously)"]]}, {"answer": "function", "hint": "synonyms for function", "clues": [["procedure", "a set sequence of steps, part of larger computer program"], ["social function", "a vaguely specified social event"], ["affair", "a vaguely specified social event"], ["occasion", "a vaguely specified social event"], ["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["purpose", "what something is used for"], ["subroutine", "a set sequence of steps, part of larger computer program"], ["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["subprogram", "a set sequence of steps, part of larger computer program"], ["part", "the actions and activities assigned to or required or expected of a person or group"], ["social occasion", "a vaguely specified social event"], ["role", "what something is used for"], ["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["use", "what something is used for"], ["office", "the actions and activities assigned to or required or expected of a person or group"], ["routine", "a set sequence of steps, part of larger computer program"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"]]}, {"answer": "fund", "hint": "synonyms for fund", "clues": [["stock", "a supply of something available for future use"], ["investment company", "a financial institution that sells shares to individuals and invests in securities issued by other companies"], ["investment firm", "a financial institution that sells shares to individuals and invests in securities issued by other companies"], ["store", "a supply of something available for future use"], ["investment trust", "a financial institution that sells shares to individuals and invests in securities issued by other companies"], ["monetary fund", "a reserve of money set aside for some purpose"]]}, {"answer": "fundament", "hint": "synonyms for fundament", "clues": [["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["base", "lowest support of a structure"], ["groundwork", "lowest support of a structure"], ["substructure", "lowest support of a structure"], ["foundation", "lowest support of a structure"], ["understructure", "lowest support of a structure"], ["foot", "lowest support of a structure"]]}, {"answer": "fundamental_principle", "hint": "synonyms for fundamental principle", "clues": [["bedrock", "principles from which other truths can be derived"], ["basics", "principles from which other truths can be derived"], ["basic principle", "principles from which other truths can be derived"], ["fundamentals", "principles from which other truths can be derived"]]}, {"answer": "fundamentals", "hint": "synonyms for fundamentals", "clues": [["fundamental", "any factor that could be considered important to the understanding of a particular business"], ["basics", "principles from which other truths can be derived"], ["first harmonic", "the lowest tone of a harmonic series"], ["bedrock", "principles from which other truths can be derived"], ["fundamental frequency", "the lowest tone of a harmonic series"], ["basic principle", "principles from which other truths can be derived"], ["fundamental principle", "principles from which other truths can be derived"]]}, {"answer": "funding", "hint": "synonyms for funding", "clues": [["financial support", "financial resources provided to make some project possible"], ["financial backing", "financial resources provided to make some project possible"], ["support", "financial resources provided to make some project possible"], ["backing", "financial resources provided to make some project possible"], ["financing", "the act of financing"]]}, {"answer": "funds", "hint": "synonyms for funds", "clues": [["monetary resource", "assets in the form of money"], ["stock", "a supply of something available for future use"], ["investment firm", "a financial institution that sells shares to individuals and invests in securities issued by other companies"], ["store", "a supply of something available for future use"], ["investment trust", "a financial institution that sells shares to individuals and invests in securities issued by other companies"], ["pecuniary resource", "assets in the form of money"], ["monetary fund", "a reserve of money set aside for some purpose"], ["finances", "assets in the form of money"], ["fund", "a supply of something available for future use"], ["investment company", "a financial institution that sells shares to individuals and invests in securities issued by other companies"], ["cash in hand", "assets in the form of money"]]}, {"answer": "funeral-residence", "hint": "synonyms for funeral-residence", "clues": [["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects"]]}, {"answer": "funeral_chapel", "hint": "synonyms for funeral chapel", "clues": [["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects"]]}, {"answer": "funeral_church", "hint": "synonyms for funeral church", "clues": [["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects"]]}, {"answer": "funeral_home", "hint": "synonyms for funeral home", "clues": [["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects"]]}, {"answer": "funeral_parlor", "hint": "synonyms for funeral parlor", "clues": [["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral parlour", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects"]]}, {"answer": "funeral_parlour", "hint": "synonyms for funeral parlour", "clues": [["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects"]]}, {"answer": "funfair", "hint": "synonyms for funfair", "clues": [["amusement park", "a commercially operated park with stalls and shows for amusement"], ["carnival", "a traveling show; having sideshows and rides and games of skill etc."], ["pleasure ground", "a commercially operated park with stalls and shows for amusement"], ["fair", "a traveling show; having sideshows and rides and games of skill etc."]]}, {"answer": "fungicide", "hint": "synonyms for fungicide", "clues": [["antimycotic agent", "any agent that destroys or prevents the growth of fungi"], ["antimycotic", "any agent that destroys or prevents the growth of fungi"], ["antifungal", "any agent that destroys or prevents the growth of fungi"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi"]]}, {"answer": "funnies", "hint": "synonyms for funnies", "clues": [["cartoon strip", "a sequence of drawings telling a story in a newspaper or comic book"], ["funny remark", "an account of an amusing incident (usually with a punch line)"], ["strip", "a sequence of drawings telling a story in a newspaper or comic book"], ["funny", "an account of an amusing incident (usually with a punch line)"], ["good story", "an account of an amusing incident (usually with a punch line)"], ["funny story", "an account of an amusing incident (usually with a punch line)"], ["comic strip", "a sequence of drawings telling a story in a newspaper or comic book"]]}, {"answer": "funny_farm", "hint": "synonyms for funny farm", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "funny_house", "hint": "synonyms for funny house", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"]]}, {"answer": "furiousness", "hint": "synonyms for furiousness", "clues": [["vehemence", "the property of being wild or turbulent"], ["ferocity", "the property of being wild or turbulent"], ["wildness", "the property of being wild or turbulent"], ["fierceness", "the property of being wild or turbulent"], ["violence", "the property of being wild or turbulent"], ["fury", "the property of being wild or turbulent"]]}, {"answer": "furor", "hint": "synonyms for furor", "clues": [["cult", "an interest followed with exaggerated zeal"], ["rage", "an interest followed with exaggerated zeal"], ["furore", "a sudden outburst (as of protest)"], ["fad", "an interest followed with exaggerated zeal"], ["craze", "an interest followed with exaggerated zeal"]]}, {"answer": "furore", "hint": "synonyms for furore", "clues": [["cult", "an interest followed with exaggerated zeal"], ["rage", "an interest followed with exaggerated zeal"], ["furor", "a sudden outburst (as of protest)"], ["fad", "an interest followed with exaggerated zeal"], ["craze", "an interest followed with exaggerated zeal"]]}, {"answer": "furrow", "hint": "synonyms for furrow", "clues": [["seam", "a slight depression in the smoothness of a surface"], ["crease", "a slight depression in the smoothness of a surface"], ["line", "a slight depression in the smoothness of a surface"], ["crinkle", "a slight depression in the smoothness of a surface"]]}, {"answer": "fury", "hint": "synonyms for fury", "clues": [["vehemence", "the property of being wild or turbulent"], ["wildness", "the property of being wild or turbulent"], ["fierceness", "the property of being wild or turbulent"], ["rage", "a feeling of intense anger"], ["violence", "the property of being wild or turbulent"], ["furiousness", "the property of being wild or turbulent"], ["ferocity", "the property of being wild or turbulent"], ["madness", "a feeling of intense anger"]]}, {"answer": "fuse", "hint": "synonyms for fuse", "clues": [["priming", "any igniter that is used to initiate the burning of a propellant"], ["primer", "any igniter that is used to initiate the burning of a propellant"], ["fuzee", "any igniter that is used to initiate the burning of a propellant"], ["electrical fuse", "an electrical device that can interrupt the flow of electrical current when it is overloaded"], ["fusee", "any igniter that is used to initiate the burning of a propellant"], ["safety fuse", "an electrical device that can interrupt the flow of electrical current when it is overloaded"]]}, {"answer": "fusee", "hint": "synonyms for fusee", "clues": [["fusee drive", "a spirally grooved spindle in a clock that counteracts the diminishing power of the uncoiling mainspring"], ["fuzee", "a colored flare used as a warning signal by trucks and trains"], ["primer", "any igniter that is used to initiate the burning of a propellant"], ["fuse", "any igniter that is used to initiate the burning of a propellant"], ["priming", "any igniter that is used to initiate the burning of a propellant"]]}, {"answer": "fusion", "hint": "synonyms for fusion", "clues": [["nuclear fusion reaction", "a nuclear reaction in which nuclei combine to form more massive nuclei with the simultaneous release of energy"], ["unification", "an occurrence that involves the production of a union"], ["merger", "an occurrence that involves the production of a union"], ["optical fusion", "the combining of images from the two eyes to form a single visual percept"], ["spinal fusion", "correction of an unstable part of the spine by joining two or more vertebrae; usually done surgically but sometimes done by traction or immobilization"], ["nuclear fusion", "a nuclear reaction in which nuclei combine to form more massive nuclei with the simultaneous release of energy"]]}, {"answer": "fuss", "hint": "synonyms for fuss", "clues": [["bustle", "a rapid active commotion"], ["hustle", "a rapid active commotion"], ["bicker", "a quarrel about petty points"], ["tiff", "a quarrel about petty points"], ["bother", "an angry disturbance"], ["spat", "a quarrel about petty points"], ["trouble", "an angry disturbance"], ["stir", "a rapid active commotion"], ["pettifoggery", "a quarrel about petty points"], ["flurry", "a rapid active commotion"], ["ado", "a rapid active commotion"], ["hassle", "an angry disturbance"], ["squabble", "a quarrel about petty points"]]}, {"answer": "fussiness", "hint": "synonyms for fussiness", "clues": [["petulance", "an irritable petulant feeling"], ["fretfulness", "an irritable petulant feeling"], ["choler", "an irritable petulant feeling"], ["peevishness", "an irritable petulant feeling"], ["crossness", "an irritable petulant feeling"], ["irritability", "an irritable petulant feeling"]]}, {"answer": "fustian", "hint": "synonyms for fustian", "clues": [["rant", "pompous or pretentious talk or writing"], ["bombast", "pompous or pretentious talk or writing"], ["claptrap", "pompous or pretentious talk or writing"], ["blah", "pompous or pretentious talk or writing"]]}, {"answer": "fuze", "hint": "synonyms for fuze", "clues": [["priming", "any igniter that is used to initiate the burning of a propellant"], ["fuse", "any igniter that is used to initiate the burning of a propellant"], ["primer", "any igniter that is used to initiate the burning of a propellant"], ["fuzee", "any igniter that is used to initiate the burning of a propellant"]]}, {"answer": "fuzee", "hint": "synonyms for fuzee", "clues": [["priming", "any igniter that is used to initiate the burning of a propellant"], ["fuse", "any igniter that is used to initiate the burning of a propellant"], ["primer", "any igniter that is used to initiate the burning of a propellant"], ["fuze", "any igniter that is used to initiate the burning of a propellant"]]}, {"answer": "fuzziness", "hint": "synonyms for fuzziness", "clues": [["fogginess", "the quality of being indistinct and without sharp outlines"], ["blurriness", "the quality of being indistinct and without sharp outlines"], ["softness", "the quality of being indistinct and without sharp outlines"], ["indistinctness", "the quality of being indistinct and without sharp outlines"]]}, {"answer": "g", "hint": "synonyms for g", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["gravitational constant", "(physics) the universal constant relating force to mass and distance in Newton's law of gravitation"], ["gee", "a unit of force equal to the force exerted by gravity; used to indicate the force to which a body is subjected when it is accelerated"], ["gram", "a metric unit of weight equal to one thousandth of a kilogram"], ["gm", "a metric unit of weight equal to one thousandth of a kilogram"], ["gigabyte", "a unit of information equal to 1000 megabytes or 10^9 (1,000,000,000) bytes"], ["deoxyguanosine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)"], ["yard", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["g-force", "a unit of force equal to the force exerted by gravity; used to indicate the force to which a body is subjected when it is accelerated"], ["1000", "the cardinal number that is the product of 10 and 100"], ["constant of gravitation", "(physics) the universal constant relating force to mass and distance in Newton's law of gravitation"], ["grand", "the cardinal number that is the product of 10 and 100"], ["universal gravitational constant", "(physics) the universal constant relating force to mass and distance in Newton's law of gravitation"], ["gramme", "a metric unit of weight equal to one thousandth of a kilogram"], ["thou", "the cardinal number that is the product of 10 and 100"], ["guanine", "a purine base found in DNA and RNA; pairs with cytosine"], ["gibibyte", "a unit of information equal to 1024 mebibytes or 2^30 (1,073,741,824) bytes"], ["thousand", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "gab", "hint": "synonyms for gab", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "gabardine", "hint": "synonyms for gabardine", "clues": [["duster", "a loose coverall (coat or frock) reaching down to the ankles"], ["smock", "a loose coverall (coat or frock) reaching down to the ankles"], ["flannel", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["dust coat", "a loose coverall (coat or frock) reaching down to the ankles"], ["gaberdine", "a loose coverall (coat or frock) reaching down to the ankles"], ["white", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"], ["tweed", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth"]]}, {"answer": "gaberdine", "hint": "synonyms for gaberdine", "clues": [["gabardine", "a loose coverall (coat or frock) reaching down to the ankles"], ["duster", "a loose coverall (coat or frock) reaching down to the ankles"], ["smock", "a loose coverall (coat or frock) reaching down to the ankles"], ["dust coat", "a loose coverall (coat or frock) reaching down to the ankles"]]}, {"answer": "gabfest", "hint": "synonyms for gabfest", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "gadget", "hint": "synonyms for gadget", "clues": [["convenience", "a device or control that is very useful for a particular job"], ["widget", "a device or control that is very useful for a particular job"], ["gismo", "a device or control that is very useful for a particular job"], ["appliance", "a device or control that is very useful for a particular job"], ["gizmo", "a device or control that is very useful for a particular job"], ["contraption", "a device or control that is very useful for a particular job"], ["contrivance", "a device or control that is very useful for a particular job"]]}, {"answer": "gaffe", "hint": "synonyms for gaffe", "clues": [["slip", "a socially awkward or tactless act"], ["faux pas", "a socially awkward or tactless act"], ["gaucherie", "a socially awkward or tactless act"], ["solecism", "a socially awkward or tactless act"]]}, {"answer": "gag", "hint": "synonyms for gag", "clues": [["muzzle", "restraint put into a person's mouth to prevent speaking or shouting"], ["joke", "a humorous anecdote or remark intended to provoke laughter"], ["laugh", "a humorous anecdote or remark intended to provoke laughter"], ["jest", "a humorous anecdote or remark intended to provoke laughter"], ["jape", "a humorous anecdote or remark intended to provoke laughter"]]}, {"answer": "gage", "hint": "synonyms for gage", "clues": [["locoweed", "street names for marijuana"], ["gauge", "a measuring instrument for measuring and indicating a quantity such as the thickness of wire or the amount of rain etc."], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "gain", "hint": "synonyms for gain", "clues": [["increase", "a quantity that is added"], ["profit", "the advantageous quality of being beneficial"], ["addition", "a quantity that is added"], ["amplification", "the amount of increase in signal power or voltage or current expressed as the ratio of output to input"]]}, {"answer": "gall", "hint": "synonyms for gall", "clues": [["rancour", "a feeling of deep and bitter anger and ill-will"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties"], ["resentment", "a feeling of deep and bitter anger and ill-will"], ["crust", "the trait of being rude and impertinent; inclined to take liberties"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties"], ["bitterness", "a feeling of deep and bitter anger and ill-will"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties"]]}, {"answer": "gallantry", "hint": "synonyms for gallantry", "clues": [["valiancy", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["politesse", "courtesy towards women"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valor", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["chivalry", "courtesy towards women"]]}, {"answer": "gallery", "hint": "synonyms for gallery", "clues": [["heading", "a horizontal (or nearly horizontal) passageway in a mine"], ["verandah", "a porch along the outside of a building (sometimes partly enclosed)"], ["art gallery", "a room or series of rooms where works of art are exhibited"], ["drift", "a horizontal (or nearly horizontal) passageway in a mine"], ["picture gallery", "a room or series of rooms where works of art are exhibited"]]}, {"answer": "gallimaufry", "hint": "synonyms for gallimaufry", "clues": [["omnium-gatherum", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "galosh", "hint": "synonyms for galosh", "clues": [["gumshoe", "a waterproof overshoe that protects shoes from water or snow"], ["rubber", "a waterproof overshoe that protects shoes from water or snow"], ["golosh", "a waterproof overshoe that protects shoes from water or snow"], ["arctic", "a waterproof overshoe that protects shoes from water or snow"]]}, {"answer": "gambol", "hint": "synonyms for gambol", "clues": [["frolic", "gay or light-hearted recreational activity for diversion or amusement"], ["romp", "gay or light-hearted recreational activity for diversion or amusement"], ["caper", "gay or light-hearted recreational activity for diversion or amusement"], ["play", "gay or light-hearted recreational activity for diversion or amusement"]]}, {"answer": "gang", "hint": "synonyms for gang", "clues": [["bunch", "an informal body of friends"], ["crowd", "an informal body of friends"], ["crew", "an organized group of workmen"], ["mob", "an association of criminals"], ["work party", "an organized group of workmen"], ["pack", "an association of criminals"], ["ring", "an association of criminals"]]}, {"answer": "gaol", "hint": "synonyms for gaol", "clues": [["pokey", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"]]}, {"answer": "gaolbreak", "hint": "synonyms for gaolbreak", "clues": [["breakout", "an escape from jail"], ["prison-breaking", "an escape from jail"], ["jailbreak", "an escape from jail"], ["break", "an escape from jail"], ["prisonbreak", "an escape from jail"]]}, {"answer": "gap", "hint": "synonyms for gap", "clues": [["col", "a pass between mountain peaks"], ["break", "an act of delaying or interrupting the continuity"], ["disruption", "an act of delaying or interrupting the continuity"], ["crack", "a narrow opening"], ["interruption", "an act of delaying or interrupting the continuity"], ["spread", "a conspicuous disparity or difference as between two figures"], ["opening", "an open or empty space in or between things"]]}, {"answer": "garbage", "hint": "synonyms for garbage", "clues": [["food waste", "food that is discarded (as from a kitchen)"], ["refuse", "food that is discarded (as from a kitchen)"], ["scraps", "food that is discarded (as from a kitchen)"], ["drivel", "a worthless message"]]}, {"answer": "garbage_can", "hint": "synonyms for garbage can", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "garbage_dump", "hint": "synonyms for garbage dump", "clues": [["dump", "a piece of land where waste materials are dumped"], ["trash dump", "a piece of land where waste materials are dumped"], ["dumpsite", "a piece of land where waste materials are dumped"], ["rubbish dump", "a piece of land where waste materials are dumped"], ["waste-yard", "a piece of land where waste materials are dumped"]]}, {"answer": "garbage_heap", "hint": "synonyms for garbage heap", "clues": [["trash pile", "an accumulation of refuse and discarded matter"], ["junk pile", "an accumulation of refuse and discarded matter"], ["junk heap", "an accumulation of refuse and discarded matter"], ["refuse heap", "an accumulation of refuse and discarded matter"], ["scrapheap", "an accumulation of refuse and discarded matter"], ["rubbish heap", "an accumulation of refuse and discarded matter"], ["trash heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "garishness", "hint": "synonyms for garishness", "clues": [["tawdriness", "tasteless showiness"], ["meretriciousness", "tasteless showiness"], ["flashiness", "tasteless showiness"], ["loudness", "tasteless showiness"], ["gaudiness", "tasteless showiness"], ["brashness", "tasteless showiness"], ["glitz", "tasteless showiness"]]}, {"answer": "garland", "hint": "synonyms for garland", "clues": [["florilegium", "an anthology of short literary pieces and poems and ballads etc."], ["miscellany", "an anthology of short literary pieces and poems and ballads etc."], ["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"]]}, {"answer": "garment_industry", "hint": "synonyms for garment industry", "clues": [["apparel industry", "makers and sellers of fashionable clothing"], ["fashion business", "makers and sellers of fashionable clothing"], ["rag trade", "makers and sellers of fashionable clothing"], ["fashion industry", "makers and sellers of fashionable clothing"]]}, {"answer": "garrulity", "hint": "synonyms for garrulity", "clues": [["talkativeness", "the quality of being wordy and talkative"], ["loquacity", "the quality of being wordy and talkative"], ["garrulousness", "the quality of being wordy and talkative"], ["loquaciousness", "the quality of being wordy and talkative"]]}, {"answer": "garrulousness", "hint": "synonyms for garrulousness", "clues": [["talkativeness", "the quality of being wordy and talkative"], ["loquacity", "the quality of being wordy and talkative"], ["garrulity", "the quality of being wordy and talkative"], ["loquaciousness", "the quality of being wordy and talkative"]]}, {"answer": "gas", "hint": "synonyms for gas", "clues": [["accelerator pedal", "a pedal that controls the throttle valve"], ["gun", "a pedal that controls the throttle valve"], ["throttle", "a pedal that controls the throttle valve"], ["petrol", "a volatile flammable mixture of hydrocarbons (hexane and heptane and octane etc.) derived from petroleum; used mainly as a fuel in internal-combustion engines"], ["gas pedal", "a pedal that controls the throttle valve"], ["gasoline", "a volatile flammable mixture of hydrocarbons (hexane and heptane and octane etc.) derived from petroleum; used mainly as a fuel in internal-combustion engines"], ["accelerator", "a pedal that controls the throttle valve"], ["natural gas", "a fossil fuel in the gaseous state; used for cooking and heating homes"]]}, {"answer": "gas_pedal", "hint": "synonyms for gas pedal", "clues": [["throttle", "a pedal that controls the throttle valve"], ["accelerator pedal", "a pedal that controls the throttle valve"], ["accelerator", "a pedal that controls the throttle valve"], ["gun", "a pedal that controls the throttle valve"], ["gas", "a pedal that controls the throttle valve"]]}, {"answer": "gasconade", "hint": "synonyms for gasconade", "clues": [["line-shooting", "an instance of boastful talk"], ["crowing", "an instance of boastful talk"], ["vaporing", "an instance of boastful talk"], ["bragging", "an instance of boastful talk"], ["brag", "an instance of boastful talk"]]}, {"answer": "gaucherie", "hint": "synonyms for gaucherie", "clues": [["gaffe", "a socially awkward or tactless act"], ["solecism", "a socially awkward or tactless act"], ["slip", "a socially awkward or tactless act"], ["faux pas", "a socially awkward or tactless act"], ["rusticity", "the quality of being rustic or gauche"]]}, {"answer": "gaud", "hint": "synonyms for gaud", "clues": [["bauble", "cheap showy jewelry or ornament on clothing"], ["gewgaw", "cheap showy jewelry or ornament on clothing"], ["novelty", "cheap showy jewelry or ornament on clothing"], ["trinket", "cheap showy jewelry or ornament on clothing"], ["fallal", "cheap showy jewelry or ornament on clothing"], ["bangle", "cheap showy jewelry or ornament on clothing"]]}, {"answer": "gaudiness", "hint": "synonyms for gaudiness", "clues": [["tawdriness", "tasteless showiness"], ["meretriciousness", "tasteless showiness"], ["flashiness", "tasteless showiness"], ["loudness", "tasteless showiness"], ["garishness", "tasteless showiness"], ["brashness", "tasteless showiness"], ["glitz", "tasteless showiness"]]}, {"answer": "gauge", "hint": "synonyms for gauge", "clues": [["calibre", "diameter of a tube or gun barrel"], ["standard of measurement", "accepted or approved instance or example of a quantity or quality against which others are judged or measured or compared"], ["gage", "a measuring instrument for measuring and indicating a quantity such as the thickness of wire or the amount of rain etc."], ["bore", "diameter of a tube or gun barrel"]]}, {"answer": "gayness", "hint": "synonyms for gayness", "clues": [["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex"]]}, {"answer": "gb", "hint": "synonyms for gb", "clues": [["sarin", "a highly toxic chemical nerve agent that inhibits the activity of cholinesterase"], ["gibibyte", "a unit of information equal to 1024 mebibytes or 2^30 (1,073,741,824) bytes"], ["gigabyte", "a unit of information equal to 1024 mebibytes or 2^30 (1,073,741,824) bytes"], ["gigabit", "a unit of information equal to 1000 megabits or 10^9 (1,000,000,000) bits"], ["gilbert", "a unit of magnetomotive force equal to 0.7958 ampere-turns"]]}, {"answer": "gear", "hint": "synonyms for gear", "clues": [["geartrain", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["cogwheel", "a toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion"], ["gear mechanism", "a mechanism for transmitting motion for some specific purpose (as the steering gear of a vehicle)"], ["train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["geared wheel", "a toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion"], ["appurtenance", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc."], ["power train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["gearing", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["paraphernalia", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc."]]}, {"answer": "gearing", "hint": "synonyms for gearing", "clues": [["train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["geartrain", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["gear", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["power train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"]]}, {"answer": "geezerhood", "hint": "synonyms for geezerhood", "clues": [["eld", "a late time of life"], ["old age", "a late time of life"], ["years", "a late time of life"], ["age", "a late time of life"]]}, {"answer": "gelt", "hint": "synonyms for gelt", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "gem", "hint": "synonyms for gem", "clues": [["stone", "a crystalline rock that can be cut and polished for jewelry"], ["gemstone", "a crystalline rock that can be cut and polished for jewelry"], ["muffin", "a sweet quick bread baked in a cup-shaped pan"], ["jewel", "a precious or semiprecious stone incorporated into a piece of jewelry"], ["precious stone", "a precious or semiprecious stone incorporated into a piece of jewelry"], ["treasure", "art highly prized for its beauty or perfection"]]}, {"answer": "general_assembly", "hint": "synonyms for general assembly", "clues": [["legislative body", "persons who make or amend or repeal laws"], ["legislature", "persons who make or amend or repeal laws"], ["law-makers", "persons who make or amend or repeal laws"], ["legislative assembly", "persons who make or amend or repeal laws"]]}, {"answer": "generalisation", "hint": "synonyms for generalisation", "clues": [["abstraction", "the process of formulating general concepts by abstracting common properties of instances"], ["inductive reasoning", "reasoning from detailed facts to general principles"], ["generalization", "an idea or conclusion having general application"], ["stimulus generalization", "(psychology) transfer of a response learned to one stimulus to a similar stimulus"], ["generality", "an idea or conclusion having general application"], ["induction", "reasoning from detailed facts to general principles"]]}, {"answer": "generalization", "hint": "synonyms for generalization", "clues": [["generalisation", "an idea or conclusion having general application"], ["abstraction", "the process of formulating general concepts by abstracting common properties of instances"], ["inductive reasoning", "reasoning from detailed facts to general principles"], ["stimulus generalization", "(psychology) transfer of a response learned to one stimulus to a similar stimulus"], ["generality", "an idea or conclusion having general application"], ["induction", "reasoning from detailed facts to general principles"]]}, {"answer": "generation", "hint": "synonyms for generation", "clues": [["genesis", "a coming into being"], ["propagation", "the act of producing offspring or multiplying by such production"], ["contemporaries", "all the people living at the same time or of approximately the same age"], ["coevals", "all the people living at the same time or of approximately the same age"], ["multiplication", "the act of producing offspring or multiplying by such production"]]}, {"answer": "geniality", "hint": "synonyms for geniality", "clues": [["bonhomie", "a disposition to be friendly and approachable (easy to talk to)"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)"], ["affability", "a disposition to be friendly and approachable (easy to talk to)"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)"]]}, {"answer": "genre", "hint": "synonyms for genre", "clues": [["music genre", "an expressive style of music"], ["literary genre", "a style of expressing yourself in writing"], ["writing style", "a style of expressing yourself in writing"], ["musical style", "an expressive style of music"]]}, {"answer": "geographical_mile", "hint": "synonyms for geographical mile", "clues": [["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"]]}, {"answer": "geological_fault", "hint": "synonyms for geological fault", "clues": [["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["faulting", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"]]}, {"answer": "georgia_home_boy", "hint": "synonyms for georgia home boy", "clues": [["grievous bodily harm", "street names for gamma hydroxybutyrate"], ["easy lay", "street names for gamma hydroxybutyrate"], ["liquid ecstasy", "street names for gamma hydroxybutyrate"], ["goop", "street names for gamma hydroxybutyrate"], ["max", "street names for gamma hydroxybutyrate"], ["scoop", "street names for gamma hydroxybutyrate"], ["soap", "street names for gamma hydroxybutyrate"]]}, {"answer": "get-go", "hint": "synonyms for get-go", "clues": [["showtime", "the time at which something is supposed to begin"], ["offset", "the time at which something is supposed to begin"], ["first", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["beginning", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["outset", "the time at which something is supposed to begin"], ["commencement", "the time at which something is supposed to begin"]]}, {"answer": "gewgaw", "hint": "synonyms for gewgaw", "clues": [["bauble", "cheap showy jewelry or ornament on clothing"], ["gaud", "cheap showy jewelry or ornament on clothing"], ["novelty", "cheap showy jewelry or ornament on clothing"], ["trinket", "cheap showy jewelry or ornament on clothing"], ["fallal", "cheap showy jewelry or ornament on clothing"], ["bangle", "cheap showy jewelry or ornament on clothing"]]}, {"answer": "ghost", "hint": "synonyms for ghost", "clues": [["wraith", "a mental representation of some haunting experience"], ["touch", "a suggestion of some quality"], ["trace", "a suggestion of some quality"], ["spook", "a mental representation of some haunting experience"], ["specter", "a mental representation of some haunting experience"], ["shade", "a mental representation of some haunting experience"]]}, {"answer": "gibbosity", "hint": "synonyms for gibbosity", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "gibbousness", "hint": "synonyms for gibbousness", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "gibe", "hint": "synonyms for gibe", "clues": [["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect"]]}, {"answer": "gift", "hint": "synonyms for gift", "clues": [["endowment", "natural abilities or qualities"], ["giving", "the act of giving"], ["natural endowment", "natural abilities or qualities"], ["talent", "natural abilities or qualities"]]}, {"answer": "gig", "hint": "synonyms for gig", "clues": [["lance", "an implement with a shaft and barbed point used for catching fish"], ["spear", "an implement with a shaft and barbed point used for catching fish"], ["fizgig", "an implement with a shaft and barbed point used for catching fish"], ["fishgig", "an implement with a shaft and barbed point used for catching fish"]]}, {"answer": "gild", "hint": "synonyms for gild", "clues": [["club", "a formal association of people with similar interests"], ["order", "a formal association of people with similar interests"], ["lodge", "a formal association of people with similar interests"], ["society", "a formal association of people with similar interests"], ["social club", "a formal association of people with similar interests"], ["guild", "a formal association of people with similar interests"]]}, {"answer": "gimcrackery", "hint": "synonyms for gimcrackery", "clues": [["trumpery", "ornamental objects of no great value"], ["nonsense", "ornamental objects of no great value"], ["gimcrack", "ornamental objects of no great value"], ["falderol", "ornamental objects of no great value"], ["frill", "ornamental objects of no great value"], ["folderal", "ornamental objects of no great value"]]}, {"answer": "gimmick", "hint": "synonyms for gimmick", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["catch", "a drawback or difficulty that is not readily evident"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["twist", "any clever maneuver"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"], ["device", "any clever maneuver"]]}, {"answer": "gin", "hint": "synonyms for gin", "clues": [["snare", "a trap for birds or small mammals; often has a slip noose"], ["knock rummy", "a form of rummy in which a player can go out if the cards remaining in their hand total less than 10 points"], ["cotton gin", "a machine that separates the seeds from raw cotton fibers"], ["noose", "a trap for birds or small mammals; often has a slip noose"], ["gin rummy", "a form of rummy in which a player can go out if the cards remaining in their hand total less than 10 points"]]}, {"answer": "gin_mill", "hint": "synonyms for gin mill", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"]]}, {"answer": "ginmill", "hint": "synonyms for ginmill", "clues": [["bar", "a room or establishment where alcoholic drinks are served over a counter"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter"]]}, {"answer": "girdle", "hint": "synonyms for girdle", "clues": [["sash", "a band of material around the waist that strengthens a skirt or trousers"], ["stays", "a woman's close-fitting foundation garment"], ["corset", "a woman's close-fitting foundation garment"], ["waistband", "a band of material around the waist that strengthens a skirt or trousers"], ["waistcloth", "a band of material around the waist that strengthens a skirt or trousers"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers"]]}, {"answer": "gismo", "hint": "synonyms for gismo", "clues": [["widget", "a device or control that is very useful for a particular job"], ["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["gadget", "a device or control that is very useful for a particular job"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["gizmo", "a device or control that is very useful for a particular job"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["contraption", "a device or control that is very useful for a particular job"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["convenience", "a device or control that is very useful for a particular job"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["appliance", "a device or control that is very useful for a particular job"], ["doodad", "something unspecified whose name is either forgotten or not known"], ["contrivance", "a device or control that is very useful for a particular job"]]}, {"answer": "gist", "hint": "synonyms for gist", "clues": [["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["effect", "the central meaning or theme of a speech or literary work"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["burden", "the central meaning or theme of a speech or literary work"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "give-and-take", "hint": "synonyms for give-and-take", "clues": [["raillery", "light teasing repartee"], ["interchange", "mutual interaction; the activity of reciprocating or exchanging (especially information)"], ["word", "an exchange of views on some topic"], ["backchat", "light teasing repartee"], ["reciprocation", "mutual interaction; the activity of reciprocating or exchanging (especially information)"], ["banter", "light teasing repartee"], ["discussion", "an exchange of views on some topic"]]}, {"answer": "gizmo", "hint": "synonyms for gizmo", "clues": [["widget", "a device or control that is very useful for a particular job"], ["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["gadget", "a device or control that is very useful for a particular job"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["gismo", "a device or control that is very useful for a particular job"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["contraption", "a device or control that is very useful for a particular job"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["convenience", "a device or control that is very useful for a particular job"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["appliance", "a device or control that is very useful for a particular job"], ["doodad", "something unspecified whose name is either forgotten or not known"], ["contrivance", "a device or control that is very useful for a particular job"]]}, {"answer": "glass", "hint": "synonyms for glass", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["spyglass", "a small refracting telescope"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["field glass", "a small refracting telescope"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glassful", "the quantity a glass will hold"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["looking glass", "a mirror; usually a ladies' dressing mirror"], ["drinking glass", "a container for holding liquids while drinking"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "glasses", "hint": "synonyms for glasses", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["spectacles", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["eyeglasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["spyglass", "a small refracting telescope"], ["glass", "a small refracting telescope"], ["specs", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["field glass", "a small refracting telescope"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["looking glass", "a mirror; usually a ladies' dressing mirror"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glassful", "the quantity a glass will hold"], ["drinking glass", "a container for holding liquids while drinking"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "gleam", "hint": "synonyms for gleam", "clues": [["glimmer", "a flash of light (especially reflected light)"], ["gleaming", "a flash of light (especially reflected light)"], ["lambency", "an appearance of reflected light"], ["glow", "an appearance of reflected light"]]}, {"answer": "glee", "hint": "synonyms for glee", "clues": [["gleefulness", "great merriment"], ["gloating", "malicious satisfaction"], ["mirth", "great merriment"], ["mirthfulness", "great merriment"], ["hilarity", "great merriment"]]}, {"answer": "gleefulness", "hint": "synonyms for gleefulness", "clues": [["glee", "great merriment"], ["mirth", "great merriment"], ["mirthfulness", "great merriment"], ["hilarity", "great merriment"]]}, {"answer": "glide", "hint": "synonyms for glide", "clues": [["sailing", "the activity of flying a glider"], ["slide", "the act of moving smoothly along a surface while remaining in contact with it"], ["semivowel", "a vowellike sound that serves as a consonant"], ["soaring", "the activity of flying a glider"], ["coast", "the act of moving smoothly along a surface while remaining in contact with it"], ["gliding", "the activity of flying a glider"], ["sailplaning", "the activity of flying a glider"]]}, {"answer": "gliding", "hint": "synonyms for gliding", "clues": [["sailplaning", "the activity of flying a glider"], ["soaring", "the activity of flying a glider"], ["sailing", "the activity of flying a glider"], ["glide", "the activity of flying a glider"]]}, {"answer": "glimmer", "hint": "synonyms for glimmer", "clues": [["inkling", "a slight suggestion or vague understanding"], ["glimmering", "a slight suggestion or vague understanding"], ["gleam", "a flash of light (especially reflected light)"], ["intimation", "a slight suggestion or vague understanding"]]}, {"answer": "glister", "hint": "synonyms for glister", "clues": [["glitter", "the quality of shining with a bright reflected light"], ["glisten", "the quality of shining with a bright reflected light"], ["scintillation", "the quality of shining with a bright reflected light"], ["sparkle", "the quality of shining with a bright reflected light"]]}, {"answer": "glitter", "hint": "synonyms for glitter", "clues": [["coruscation", "the occurrence of a small flash or spark"], ["sparkle", "the occurrence of a small flash or spark"], ["glisten", "the quality of shining with a bright reflected light"], ["scintillation", "the quality of shining with a bright reflected light"]]}, {"answer": "glitz", "hint": "synonyms for glitz", "clues": [["tawdriness", "tasteless showiness"], ["meretriciousness", "tasteless showiness"], ["flashiness", "tasteless showiness"], ["loudness", "tasteless showiness"], ["garishness", "tasteless showiness"], ["brashness", "tasteless showiness"], ["gaudiness", "tasteless showiness"]]}, {"answer": "gloam", "hint": "synonyms for gloam", "clues": [["evenfall", "the time of day immediately following sunset"], ["nightfall", "the time of day immediately following sunset"], ["gloaming", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["twilight", "the time of day immediately following sunset"], ["dusk", "the time of day immediately following sunset"]]}, {"answer": "gloaming", "hint": "synonyms for gloaming", "clues": [["evenfall", "the time of day immediately following sunset"], ["nightfall", "the time of day immediately following sunset"], ["gloam", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["twilight", "the time of day immediately following sunset"], ["dusk", "the time of day immediately following sunset"]]}, {"answer": "glob", "hint": "synonyms for glob", "clues": [["ball", "a compact mass"], ["clump", "a compact mass"], ["clod", "a compact mass"], ["chunk", "a compact mass"]]}, {"answer": "globe", "hint": "synonyms for globe", "clues": [["ball", "an object with a spherical shape"], ["earth", "the 3rd planet from the sun; the planet we live on"], ["world", "the 3rd planet from the sun; the planet we live on"], ["orb", "an object with a spherical shape"]]}, {"answer": "globosity", "hint": "synonyms for globosity", "clues": [["sphericity", "the roundness of a 3-dimensional object"], ["rotundity", "the roundness of a 3-dimensional object"], ["rotundness", "the roundness of a 3-dimensional object"], ["sphericalness", "the roundness of a 3-dimensional object"], ["globularness", "the roundness of a 3-dimensional object"]]}, {"answer": "globularness", "hint": "synonyms for globularness", "clues": [["globosity", "the roundness of a 3-dimensional object"], ["sphericity", "the roundness of a 3-dimensional object"], ["rotundity", "the roundness of a 3-dimensional object"], ["rotundness", "the roundness of a 3-dimensional object"], ["sphericalness", "the roundness of a 3-dimensional object"]]}, {"answer": "gloominess", "hint": "synonyms for gloominess", "clues": [["sadness", "the quality of excessive mournfulness and uncheerfulness"], ["sombreness", "a feeling of melancholy apprehension"], ["lugubriousness", "the quality of excessive mournfulness and uncheerfulness"], ["gloom", "a feeling of melancholy apprehension"]]}, {"answer": "gloriole", "hint": "synonyms for gloriole", "clues": [["glory", "an indication of radiant light drawn around the head of a saint"], ["aura", "an indication of radiant light drawn around the head of a saint"], ["nimbus", "an indication of radiant light drawn around the head of a saint"], ["aureole", "an indication of radiant light drawn around the head of a saint"], ["halo", "an indication of radiant light drawn around the head of a saint"]]}, {"answer": "glory", "hint": "synonyms for glory", "clues": [["gloriole", "an indication of radiant light drawn around the head of a saint"], ["resplendence", "brilliant radiant beauty"], ["aura", "an indication of radiant light drawn around the head of a saint"], ["nimbus", "an indication of radiant light drawn around the head of a saint"], ["aureole", "an indication of radiant light drawn around the head of a saint"], ["halo", "an indication of radiant light drawn around the head of a saint"]]}, {"answer": "gloss", "hint": "synonyms for gloss", "clues": [["color", "an outward or token appearance or form that is deliberately misleading"], ["polish", "the property of being smooth and shiny"], ["glossiness", "the property of being smooth and shiny"], ["rubric", "an explanation or definition of an obscure word in a text"], ["glossary", "an alphabetical list of technical terms in some specialized field of knowledge; usually published as an appendix to a text on that field"], ["burnish", "the property of being smooth and shiny"], ["semblance", "an outward or token appearance or form that is deliberately misleading"]]}, {"answer": "glove", "hint": "synonyms for glove", "clues": [["baseball mitt", "the handwear used by fielders in playing baseball"], ["boxing glove", "boxing equipment consisting of big and padded coverings for the fists of the fighters; worn for the sport of boxing"], ["mitt", "the handwear used by fielders in playing baseball"], ["baseball glove", "the handwear used by fielders in playing baseball"]]}, {"answer": "glow", "hint": "synonyms for glow", "clues": [["incandescence", "the phenomenon of light emission by a body as its temperature is raised"], ["glowing", "the amount of electromagnetic radiation leaving or arriving at a point on a surface"], ["lambency", "an appearance of reflected light"], ["gleaming", "an appearance of reflected light"], ["luminescence", "light from nonthermal sources"], ["radiance", "the amount of electromagnetic radiation leaving or arriving at a point on a surface"]]}, {"answer": "glueyness", "hint": "synonyms for glueyness", "clues": [["viscidity", "the property of being cohesive and sticky"], ["ropiness", "the property of being cohesive and sticky"], ["tackiness", "the property of being cohesive and sticky"], ["gumminess", "the property of being cohesive and sticky"], ["viscidness", "the property of being cohesive and sticky"], ["cohesiveness", "the property of being cohesive and sticky"], ["gluiness", "the property of being cohesive and sticky"]]}, {"answer": "gluiness", "hint": "synonyms for gluiness", "clues": [["viscidity", "the property of being cohesive and sticky"], ["ropiness", "the property of being cohesive and sticky"], ["tackiness", "the property of being cohesive and sticky"], ["gumminess", "the property of being cohesive and sticky"], ["viscidness", "the property of being cohesive and sticky"], ["cohesiveness", "the property of being cohesive and sticky"], ["glueyness", "the property of being cohesive and sticky"]]}, {"answer": "glycol", "hint": "synonyms for glycol", "clues": [["diol", "any of a class of alcohols having 2 hydroxyl groups in each molecule"], ["ethylene glycol", "a sweet but poisonous syrupy liquid used as an antifreeze and solvent"], ["ethanediol", "a sweet but poisonous syrupy liquid used as an antifreeze and solvent"], ["dihydric alcohol", "any of a class of alcohols having 2 hydroxyl groups in each molecule"]]}, {"answer": "go-ahead", "hint": "synonyms for go-ahead", "clues": [["green light", "a signal to proceed"], ["initiative", "readiness to embark on bold new ventures"], ["enterprise", "readiness to embark on bold new ventures"], ["enterprisingness", "readiness to embark on bold new ventures"]]}, {"answer": "go-cart", "hint": "synonyms for go-cart", "clues": [["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["walker", "an enclosing framework on casters or wheels; helps babies learn to walk"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby-walker", "an enclosing framework on casters or wheels; helps babies learn to walk"], ["handcart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushcart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels"], ["cart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"]]}, {"answer": "goad", "hint": "synonyms for goad", "clues": [["urging", "a verbalization that encourages you to attempt something"], ["prod", "a verbalization that encourages you to attempt something"], ["prodding", "a verbalization that encourages you to attempt something"], ["spur", "a verbalization that encourages you to attempt something"], ["spurring", "a verbalization that encourages you to attempt something"], ["goading", "a verbalization that encourages you to attempt something"]]}, {"answer": "goading", "hint": "synonyms for goading", "clues": [["urging", "a verbalization that encourages you to attempt something"], ["prod", "a verbalization that encourages you to attempt something"], ["prodding", "a verbalization that encourages you to attempt something"], ["spur", "a verbalization that encourages you to attempt something"], ["goad", "a verbalization that encourages you to attempt something"], ["spurring", "a verbalization that encourages you to attempt something"]]}, {"answer": "gobs", "hint": "synonyms for gobs", "clues": [["heaps", "a large number or amount"], ["slews", "a large number or amount"], ["oodles", "a large number or amount"], ["loads", "a large number or amount"], ["rafts", "a large number or amount"], ["lots", "a large number or amount"], ["lashings", "a large number or amount"], ["piles", "a large number or amount"], ["gob", "a lump of slimy stuff"], ["wads", "a large number or amount"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["scores", "a large number or amount"], ["dozens", "a large number or amount"], ["stacks", "a large number or amount"]]}, {"answer": "godsend", "hint": "synonyms for godsend", "clues": [["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"]]}, {"answer": "goggle_box", "hint": "synonyms for goggle box", "clues": [["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["television", "an electronic device that receives television signals and displays them on a screen"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "going-over", "hint": "synonyms for going-over", "clues": [["upbraiding", "a severe scolding"], ["dressing down", "a severe scolding"], ["castigation", "a severe scolding"], ["chewing out", "a severe scolding"], ["earful", "a severe scolding"], ["bawling out", "a severe scolding"]]}, {"answer": "gold_rush", "hint": "synonyms for gold rush", "clues": [["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"]]}, {"answer": "goldbricking", "hint": "synonyms for goldbricking", "clues": [["slacking", "the evasion of work or duty"], ["soldiering", "the evasion of work or duty"], ["shirking", "the evasion of work or duty"], ["goofing off", "the evasion of work or duty"]]}, {"answer": "golosh", "hint": "synonyms for golosh", "clues": [["gumshoe", "a waterproof overshoe that protects shoes from water or snow"], ["rubber", "a waterproof overshoe that protects shoes from water or snow"], ["galosh", "a waterproof overshoe that protects shoes from water or snow"], ["arctic", "a waterproof overshoe that protects shoes from water or snow"]]}, {"answer": "goo", "hint": "synonyms for goo", "clues": [["ooze", "any thick, viscous matter"], ["gook", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["muck", "any thick, viscous matter"], ["gunk", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["sludge", "any thick, viscous matter"], ["slime", "any thick, viscous matter"]]}, {"answer": "goober", "hint": "synonyms for goober", "clues": [["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"]]}, {"answer": "goober_pea", "hint": "synonyms for goober pea", "clues": [["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"]]}, {"answer": "good-by", "hint": "synonyms for good-by", "clues": [["au revoir", "a farewell remark"], ["good day", "a farewell remark"], ["good-bye", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "good-bye", "hint": "synonyms for good-bye", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "good_day", "hint": "synonyms for good day", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "good_deal", "hint": "synonyms for good deal", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "good_luck", "hint": "synonyms for good luck", "clues": [["happy chance", "an unexpected piece of good luck"], ["good fortune", "a stroke of luck"], ["fluke", "a stroke of luck"], ["break", "an unexpected piece of good luck"]]}, {"answer": "good_sense", "hint": "synonyms for good sense", "clues": [["horse sense", "sound practical judgment"], ["mother wit", "sound practical judgment"], ["gumption", "sound practical judgment"], ["sense", "sound practical judgment"], ["common sense", "sound practical judgment"]]}, {"answer": "goodby", "hint": "synonyms for goodby", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "goodbye", "hint": "synonyms for goodbye", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["so long", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "goody", "hint": "synonyms for goody", "clues": [["treat", "something considered choice to eat"], ["delicacy", "something considered choice to eat"], ["kickshaw", "something considered choice to eat"], ["dainty", "something considered choice to eat"]]}, {"answer": "goofing_off", "hint": "synonyms for goofing off", "clues": [["shirking", "the evasion of work or duty"], ["slacking", "the evasion of work or duty"], ["soldiering", "the evasion of work or duty"], ["goldbricking", "the evasion of work or duty"]]}, {"answer": "gook", "hint": "synonyms for gook", "clues": [["ooze", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["muck", "any thick, viscous matter"], ["gunk", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["sludge", "any thick, viscous matter"], ["slime", "any thick, viscous matter"]]}, {"answer": "goop", "hint": "synonyms for goop", "clues": [["ooze", "any thick, viscous matter"], ["grievous bodily harm", "street names for gamma hydroxybutyrate"], ["gook", "any thick, viscous matter"], ["scoop", "street names for gamma hydroxybutyrate"], ["muck", "any thick, viscous matter"], ["gunk", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["easy lay", "street names for gamma hydroxybutyrate"], ["sludge", "any thick, viscous matter"], ["liquid ecstasy", "street names for gamma hydroxybutyrate"], ["max", "street names for gamma hydroxybutyrate"], ["slime", "any thick, viscous matter"], ["soap", "street names for gamma hydroxybutyrate"]]}, {"answer": "goose_bump", "hint": "synonyms for goose bump", "clues": [["goosebump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"]]}, {"answer": "goose_egg", "hint": "synonyms for goose egg", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "goose_pimple", "hint": "synonyms for goose pimple", "clues": [["goosebump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"]]}, {"answer": "goose_skin", "hint": "synonyms for goose skin", "clues": [["goosebump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"]]}, {"answer": "goosebump", "hint": "synonyms for goosebump", "clues": [["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose bump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"]]}, {"answer": "gooseflesh", "hint": "synonyms for gooseflesh", "clues": [["goosebump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"]]}, {"answer": "gospel", "hint": "synonyms for gospel", "clues": [["church doctrine", "the written body of teachings of a religious group that are generally accepted by that group"], ["religious doctrine", "the written body of teachings of a religious group that are generally accepted by that group"], ["gospel truth", "an unquestionable truth"], ["gospel singing", "folk music consisting of a genre of a cappella music originating with Black slaves in the United States and featuring call and response; influential on the development of other genres of popular music (especially soul)"], ["creed", "the written body of teachings of a religious group that are generally accepted by that group"], ["evangel", "the four books in the New Testament (Matthew, Mark, Luke, and John) that tell the story of Christ's life and teachings"]]}, {"answer": "gospels", "hint": "synonyms for gospels", "clues": [["religious doctrine", "the written body of teachings of a religious group that are generally accepted by that group"], ["gospel truth", "an unquestionable truth"], ["gospel", "the written body of teachings of a religious group that are generally accepted by that group"], ["gospel singing", "folk music consisting of a genre of a cappella music originating with Black slaves in the United States and featuring call and response; influential on the development of other genres of popular music (especially soul)"], ["creed", "the written body of teachings of a religious group that are generally accepted by that group"], ["church doctrine", "the written body of teachings of a religious group that are generally accepted by that group"], ["evangel", "the four books in the New Testament (Matthew, Mark, Luke, and John) that tell the story of Christ's life and teachings"]]}, {"answer": "gossip", "hint": "synonyms for gossip", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["comment", "a report (often malicious) about the behavior of other people"], ["scuttlebutt", "a report (often malicious) about the behavior of other people"]]}, {"answer": "governance", "hint": "synonyms for governance", "clues": [["governing", "the act of governing; exercising authority"], ["organization", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["government", "the act of governing; exercising authority"], ["administration", "the act of governing; exercising authority"], ["government activity", "the act of governing; exercising authority"], ["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"]]}, {"answer": "governing_body", "hint": "synonyms for governing body", "clues": [["organisation", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"]]}, {"answer": "government", "hint": "synonyms for government", "clues": [["governing", "the act of governing; exercising authority"], ["politics", "the study of government of states and other political units"], ["governance", "the act of governing; exercising authority"], ["regime", "the organization that is the governing authority of a political unit"], ["administration", "the act of governing; exercising authority"], ["political science", "the study of government of states and other political units"], ["government activity", "the act of governing; exercising authority"], ["authorities", "the organization that is the governing authority of a political unit"]]}, {"answer": "government_activity", "hint": "synonyms for government activity", "clues": [["governing", "the act of governing; exercising authority"], ["governance", "the act of governing; exercising authority"], ["government", "the act of governing; exercising authority"], ["administration", "the act of governing; exercising authority"]]}, {"answer": "government_agency", "hint": "synonyms for government agency", "clues": [["bureau", "an administrative unit of government"], ["agency", "an administrative unit of government"], ["office", "an administrative unit of government"], ["federal agency", "an administrative unit of government"], ["authority", "an administrative unit of government"]]}, {"answer": "government_note", "hint": "synonyms for government note", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["note", "a piece of paper money (especially one issued by a central bank)"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["greenback", "a piece of paper money (especially one issued by a central bank)"]]}, {"answer": "gown", "hint": "synonyms for gown", "clues": [["scrubs", "protective garment worn by surgeons during operations"], ["robe", "outerwear consisting of a long flowing garment used for official or ceremonial occasions"], ["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["surgical gown", "protective garment worn by surgeons during operations"], ["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women"]]}, {"answer": "grace", "hint": "synonyms for grace", "clues": [["free grace", "(Christian theology) the free and unmerited favor or beneficence of God"], ["grace of God", "(Christian theology) the free and unmerited favor or beneficence of God"], ["good will", "a disposition to kindness and compassion"], ["gracility", "elegance and beauty of movement or expression"], ["seemliness", "a sense of propriety and consideration for others"], ["blessing", "a short prayer of thanks before a meal"], ["thanksgiving", "a short prayer of thanks before a meal"]]}, {"answer": "gracelessness", "hint": "synonyms for gracelessness", "clues": [["awkwardness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["stiffness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["ungracefulness", "an unpleasant lack of grace in carriage or form or movement or expression"], ["clumsiness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"]]}, {"answer": "grade", "hint": "synonyms for grade", "clues": [["class", "a body of students who are taught together"], ["gradation", "a degree of ablaut"], ["grad", "one-hundredth of a right angle"], ["mark", "a number or letter indicating quality (especially of a student's performance)"], ["level", "a position on a scale of intensity or amount or quality"], ["ground level", "the height of the ground on which something stands"], ["score", "a number or letter indicating quality (especially of a student's performance)"], ["course", "a body of students who are taught together"], ["form", "a body of students who are taught together"], ["degree", "a position on a scale of intensity or amount or quality"]]}, {"answer": "grading", "hint": "synonyms for grading", "clues": [["leveling", "changing the ground level to a smooth horizontal or gently sloping surface"], ["scaling", "the act of arranging in a graduated series"], ["scoring", "evaluation of performance by assigning a grade or score"], ["marking", "evaluation of performance by assigning a grade or score"]]}, {"answer": "graduation", "hint": "synonyms for graduation", "clues": [["commencement ceremony", "an academic exercise in which diplomas are conferred"], ["commencement", "an academic exercise in which diplomas are conferred"], ["gradation", "the act of arranging in grades"], ["commencement exercise", "an academic exercise in which diplomas are conferred"], ["graduation exercise", "an academic exercise in which diplomas are conferred"]]}, {"answer": "graduation_exercise", "hint": "synonyms for graduation exercise", "clues": [["commencement exercise", "an academic exercise in which diplomas are conferred"], ["commencement ceremony", "an academic exercise in which diplomas are conferred"], ["graduation", "an academic exercise in which diplomas are conferred"], ["commencement", "an academic exercise in which diplomas are conferred"]]}, {"answer": "grain", "hint": "synonyms for grain", "clues": [["cereal", "foodstuff prepared from the starchy grains of cereal grasses"], ["food grain", "foodstuff prepared from the starchy grains of cereal grasses"], ["metric grain", "a weight unit used for pearls or diamonds: 50 mg or 1/4 carat"], ["texture", "the physical composition of something (especially with respect to the size and shape of the small constituents of a substance)"]]}, {"answer": "grandeur", "hint": "synonyms for grandeur", "clues": [["nobility", "the quality of elevation of mind and exaltation of character or ideals or conduct"], ["brilliance", "the quality of being magnificent or splendid or grand"], ["magnanimousness", "the quality of elevation of mind and exaltation of character or ideals or conduct"], ["splendor", "the quality of being magnificent or splendid or grand"], ["grandness", "the quality of being magnificent or splendid or grand"], ["magnificence", "the quality of being magnificent or splendid or grand"], ["nobleness", "the quality of elevation of mind and exaltation of character or ideals or conduct"]]}, {"answer": "grandiloquence", "hint": "synonyms for grandiloquence", "clues": [["grandiosity", "high-flown style; excessive use of verbal ornamentation"], ["rhetoric", "high-flown style; excessive use of verbal ornamentation"], ["ornateness", "high-flown style; excessive use of verbal ornamentation"], ["magniloquence", "high-flown style; excessive use of verbal ornamentation"]]}, {"answer": "grandiosity", "hint": "synonyms for grandiosity", "clues": [["grandiloquence", "high-flown style; excessive use of verbal ornamentation"], ["ornateness", "high-flown style; excessive use of verbal ornamentation"], ["magniloquence", "high-flown style; excessive use of verbal ornamentation"], ["rhetoric", "high-flown style; excessive use of verbal ornamentation"]]}, {"answer": "grandness", "hint": "synonyms for grandness", "clues": [["brilliance", "the quality of being magnificent or splendid or grand"], ["splendor", "the quality of being magnificent or splendid or grand"], ["wideness", "unusual largeness in size or extent or number"], ["grandeur", "the quality of being magnificent or splendid or grand"], ["magnificence", "the quality of being magnificent or splendid or grand"], ["vastness", "unusual largeness in size or extent or number"], ["immenseness", "unusual largeness in size or extent or number"], ["richness", "splendid or imposing in size or appearance"], ["greatness", "unusual largeness in size or extent or number"], ["immensity", "unusual largeness in size or extent or number"], ["enormousness", "unusual largeness in size or extent or number"], ["impressiveness", "splendid or imposing in size or appearance"], ["sizeableness", "unusual largeness in size or extent or number"]]}, {"answer": "graphics", "hint": "synonyms for graphics", "clues": [["artwork", "photographs or other visual representations in a printed publication"], ["graphic", "an image that is generated by a computer"], ["nontextual matter", "photographs or other visual representations in a printed publication"], ["computer graphic", "an image that is generated by a computer"], ["art", "photographs or other visual representations in a printed publication"]]}, {"answer": "grapnel", "hint": "synonyms for grapnel", "clues": [["grapnel anchor", "a light anchor for small boats"], ["grappler", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["grappling hook", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["grappling iron", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"]]}, {"answer": "grapple", "hint": "synonyms for grapple", "clues": [["wrestle", "the act of engaging in close hand-to-hand combat"], ["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat"], ["grappler", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["grappling", "the act of engaging in close hand-to-hand combat"], ["grappling iron", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["clamshell", "a dredging bucket with hinges like the shell of a clam"], ["grapnel", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["wrestling", "the act of engaging in close hand-to-hand combat"], ["grappling hook", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"]]}, {"answer": "grappler", "hint": "synonyms for grappler", "clues": [["grappling hook", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["grapple", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["grapnel", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"], ["grappling iron", "a tool consisting of several hooks for grasping and holding; often thrown with a rope"]]}, {"answer": "grappling", "hint": "synonyms for grappling", "clues": [["wrestle", "the act of engaging in close hand-to-hand combat"], ["wrestling", "the act of engaging in close hand-to-hand combat"], ["rassling", "the sport of hand-to-hand struggle between unarmed contestants who try to throw each other down"], ["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat"], ["grapple", "the act of engaging in close hand-to-hand combat"]]}, {"answer": "grasp", "hint": "synonyms for grasp", "clues": [["compass", "the limit of capability"], ["hold", "understanding of the nature or meaning or quality or magnitude of something"], ["clasp", "the act of grasping"], ["clench", "the act of grasping"], ["range", "the limit of capability"], ["clutch", "the act of grasping"], ["grip", "the act of grasping"], ["appreciation", "understanding of the nature or meaning or quality or magnitude of something"], ["reach", "the limit of capability"]]}, {"answer": "grass", "hint": "synonyms for grass", "clues": [["locoweed", "street names for marijuana"], ["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["pasture", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["sens", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["forage", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["smoke", "street names for marijuana"]]}, {"answer": "gratuity", "hint": "synonyms for gratuity", "clues": [["tip", "a relatively small amount of money given for services rendered (as by a waiter)"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)"], ["backsheesh", "a relatively small amount of money given for services rendered (as by a waiter)"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)"]]}, {"answer": "graveness", "hint": "synonyms for graveness", "clues": [["sombreness", "a manner that is serious and solemn"], ["gravity", "a manner that is serious and solemn"], ["sobriety", "a manner that is serious and solemn"], ["soberness", "a manner that is serious and solemn"]]}, {"answer": "graveyard", "hint": "synonyms for graveyard", "clues": [["memorial park", "a tract of land used for burials"], ["burial ground", "a tract of land used for burials"], ["burying ground", "a tract of land used for burials"], ["cemetery", "a tract of land used for burials"], ["necropolis", "a tract of land used for burials"], ["burial site", "a tract of land used for burials"]]}, {"answer": "gravity", "hint": "synonyms for gravity", "clues": [["sombreness", "a manner that is serious and solemn"], ["gravitation", "(physics) the force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; ; ; --Albert Einstein"], ["gravitational force", "(physics) the force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; ; ; --Albert Einstein"], ["graveness", "a manner that is serious and solemn"], ["soberness", "a manner that is serious and solemn"], ["gravitational attraction", "(physics) the force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; ; ; --Albert Einstein"], ["sobriety", "a manner that is serious and solemn"], ["solemnity", "a solemn and dignified feeling"]]}, {"answer": "gravure", "hint": "synonyms for gravure", "clues": [["photogravure", "an intaglio print produced by gravure"], ["intaglio", "a printing process that uses an etched or engraved plate; the plate is smeared with ink and wiped clean, then the ink left in the recesses makes the print"], ["intaglio printing", "a printing process that uses an etched or engraved plate; the plate is smeared with ink and wiped clean, then the ink left in the recesses makes the print"], ["heliogravure", "an intaglio print produced by gravure"]]}, {"answer": "gravy", "hint": "synonyms for gravy", "clues": [["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["pan gravy", "the seasoned but not thickened juices that drip from cooking meats; often a little water is added"]]}, {"answer": "grazing_land", "hint": "synonyms for grazing land", "clues": [["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock"], ["lea", "a field covered with grass or herbage and suitable for grazing by livestock"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock"]]}, {"answer": "great_deal", "hint": "synonyms for great deal", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "great_power", "hint": "synonyms for great power", "clues": [["power", "a state powerful enough to influence events throughout the world"], ["world power", "a state powerful enough to influence events throughout the world"], ["major power", "a state powerful enough to influence events throughout the world"], ["superpower", "a state powerful enough to influence events throughout the world"]]}, {"answer": "greatness", "hint": "synonyms for greatness", "clues": [["illustriousness", "the property possessed by something or someone of outstanding importance or eminence"], ["wideness", "unusual largeness in size or extent or number"], ["grandness", "unusual largeness in size or extent or number"], ["vastness", "unusual largeness in size or extent or number"], ["immenseness", "unusual largeness in size or extent or number"], ["immensity", "unusual largeness in size or extent or number"], ["enormousness", "unusual largeness in size or extent or number"], ["sizeableness", "unusual largeness in size or extent or number"]]}, {"answer": "greed", "hint": "synonyms for greed", "clues": [["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"]]}, {"answer": "greediness", "hint": "synonyms for greediness", "clues": [["rapaciousness", "an excessive desire for wealth (usually in large amounts)"], ["hoggishness", "an excessive desire for food"], ["piggishness", "an excessive desire for food"], ["voraciousness", "an excessive desire for wealth (usually in large amounts)"]]}, {"answer": "green_goddess", "hint": "synonyms for green goddess", "clues": [["locoweed", "street names for marijuana"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "greenback", "hint": "synonyms for greenback", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["note", "a piece of paper money (especially one issued by a central bank)"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["government note", "a piece of paper money (especially one issued by a central bank)"]]}, {"answer": "greenish_blue", "hint": "synonyms for greenish blue", "clues": [["aqua", "a shade of blue tinged with green"], ["cobalt blue", "a shade of blue tinged with green"], ["peacock blue", "a shade of blue tinged with green"], ["turquoise", "a shade of blue tinged with green"], ["aquamarine", "a shade of blue tinged with green"]]}, {"answer": "greenness", "hint": "synonyms for greenness", "clues": [["viridity", "green color or pigment; resembling the color of growing grass"], ["verdure", "the lush appearance of flourishing vegetation"], ["verdancy", "the lush appearance of flourishing vegetation"], ["green", "green color or pigment; resembling the color of growing grass"]]}, {"answer": "greens", "hint": "synonyms for greens", "clues": [["greenness", "green color or pigment; resembling the color of growing grass"], ["green", "an area of closely cropped grass surrounding the hole on a golf course"], ["jet", "street names for ketamine"], ["honey oil", "street names for ketamine"], ["special K", "street names for ketamine"], ["commons", "a piece of open land for recreational use in an urban area"], ["putting green", "an area of closely cropped grass surrounding the hole on a golf course"], ["viridity", "green color or pigment; resembling the color of growing grass"], ["cat valium", "street names for ketamine"], ["putting surface", "an area of closely cropped grass surrounding the hole on a golf course"], ["leafy vegetable", "any of various leafy plants or their leaves and stems eaten as vegetables"], ["park", "a piece of open land for recreational use in an urban area"], ["super C", "street names for ketamine"], ["super acid", "street names for ketamine"]]}, {"answer": "grid", "hint": "synonyms for grid", "clues": [["power system", "a system of high tension cables by which electrical power is distributed throughout a region"], ["control grid", "an electrode placed between the cathode and anode of a vacuum tube to control the flow of electrons through the tube"], ["power grid", "a system of high tension cables by which electrical power is distributed throughout a region"], ["storage-battery grid", "a perforated or corrugated metal plate used in a storage battery as a conductor and support for the active material"], ["gridiron", "a cooking utensil of parallel metal bars; used to grill fish or meat"]]}, {"answer": "griddlecake", "hint": "synonyms for griddlecake", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["drop scone", "a scone made by dropping a spoonful of batter on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "grief", "hint": "synonyms for grief", "clues": [["heartbreak", "intense sorrow caused by loss of a loved one (especially by death)"], ["heartache", "intense sorrow caused by loss of a loved one (especially by death)"], ["brokenheartedness", "intense sorrow caused by loss of a loved one (especially by death)"], ["sorrow", "something that causes great unhappiness"]]}, {"answer": "grievous_bodily_harm", "hint": "synonyms for grievous bodily harm", "clues": [["easy lay", "street names for gamma hydroxybutyrate"], ["liquid ecstasy", "street names for gamma hydroxybutyrate"], ["goop", "street names for gamma hydroxybutyrate"], ["max", "street names for gamma hydroxybutyrate"], ["scoop", "street names for gamma hydroxybutyrate"], ["soap", "street names for gamma hydroxybutyrate"]]}, {"answer": "grille", "hint": "synonyms for grille", "clues": [["wicket", "small opening (like a window in a door) through which business can be transacted"], ["grillwork", "a framework of metal bars used as a partition or a grate"], ["lattice", "small opening (like a window in a door) through which business can be transacted"], ["radiator grille", "grating that admits cooling air to car's radiator"], ["grill", "a framework of metal bars used as a partition or a grate"]]}, {"answer": "grimness", "hint": "synonyms for grimness", "clues": [["hardship", "something hard to endure"], ["asperity", "something hard to endure"], ["severity", "something hard to endure"], ["rigorousness", "something hard to endure"], ["luridness", "the quality of being ghastly"], ["rigour", "something hard to endure"], ["gruesomeness", "the quality of being ghastly"], ["severeness", "something hard to endure"], ["ghastliness", "the quality of being ghastly"]]}, {"answer": "grind", "hint": "synonyms for grind", "clues": [["drudgery", "hard monotonous routine work"], ["donkeywork", "hard monotonous routine work"], ["pulverisation", "the act of grinding to a powder or dust"], ["plodding", "hard monotonous routine work"], ["mill", "the act of grinding to a powder or dust"]]}, {"answer": "grind_organ", "hint": "synonyms for grind organ", "clues": [["hurdy gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"]]}, {"answer": "grinder", "hint": "synonyms for grinder", "clues": [["mill", "machinery that processes materials by grinding or crushing"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["milling machinery", "machinery that processes materials by grinding or crushing"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "grip", "hint": "synonyms for grip", "clues": [["suitcase", "a portable rectangular container for carrying clothes"], ["traction", "the friction between a body and the surface on which it moves (as between an automobile tire and the road)"], ["handle", "the appendage to an object that is designed to be held in order to use or move it"], ["clasp", "the act of grasping"], ["clench", "the act of grasping"], ["bag", "a portable rectangular container for carrying clothes"], ["clutch", "the act of grasping"], ["traveling bag", "a portable rectangular container for carrying clothes"], ["adhesive friction", "the friction between a body and the surface on which it moves (as between an automobile tire and the road)"], ["hold", "the appendage to an object that is designed to be held in order to use or move it"], ["handgrip", "the appendage to an object that is designed to be held in order to use or move it"], ["grasp", "an intellectual hold or understanding"], ["bobby pin", "a flat wire hairpin whose prongs press tightly together; used to hold bobbed hair in place"], ["hairgrip", "a flat wire hairpin whose prongs press tightly together; used to hold bobbed hair in place"]]}, {"answer": "gripe", "hint": "synonyms for gripe", "clues": [["bitch", "informal terms for objecting"], ["squawk", "informal terms for objecting"], ["beef", "informal terms for objecting"], ["kick", "informal terms for objecting"]]}, {"answer": "gripes", "hint": "synonyms for gripes", "clues": [["bitch", "informal terms for objecting"], ["squawk", "informal terms for objecting"], ["gripe", "informal terms for objecting"], ["beef", "informal terms for objecting"], ["kick", "informal terms for objecting"]]}, {"answer": "grit", "hint": "synonyms for grit", "clues": [["gritstone", "a hard coarse-grained siliceous sandstone"], ["gumption", "fortitude and determination"], ["gritrock", "a hard coarse-grained siliceous sandstone"], ["sand", "fortitude and determination"], ["guts", "fortitude and determination"], ["moxie", "fortitude and determination"], ["backbone", "fortitude and determination"]]}, {"answer": "grits", "hint": "synonyms for grits", "clues": [["gritstone", "a hard coarse-grained siliceous sandstone"], ["gumption", "fortitude and determination"], ["guts", "fortitude and determination"], ["moxie", "fortitude and determination"], ["backbone", "fortitude and determination"], ["grit", "a hard coarse-grained siliceous sandstone"], ["gritrock", "a hard coarse-grained siliceous sandstone"], ["hominy grits", "coarsely ground hulled corn boiled as a breakfast dish in the southern United States"], ["sand", "fortitude and determination"]]}, {"answer": "grocery", "hint": "synonyms for grocery", "clues": [["grocery store", "a marketplace where groceries are sold"], ["foodstuff", "(usually plural) consumer goods sold by a grocer"], ["food market", "a marketplace where groceries are sold"], ["market", "a marketplace where groceries are sold"]]}, {"answer": "groin", "hint": "synonyms for groin", "clues": [["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"]]}, {"answer": "grommet", "hint": "synonyms for grommet", "clues": [["grummet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["eyelet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["loop", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"]]}, {"answer": "grossness", "hint": "synonyms for grossness", "clues": [["vulgarity", "the quality of lacking taste and refinement"], ["raunch", "the quality of lacking taste and refinement"], ["commonness", "the quality of lacking taste and refinement"], ["coarseness", "the quality of lacking taste and refinement"], ["vulgarism", "the quality of lacking taste and refinement"]]}, {"answer": "ground", "hint": "synonyms for ground", "clues": [["land", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"], ["solid ground", "the solid part of the earth's surface"], ["earth", "the loose soft material that makes up a large part of the land surface"], ["footing", "a relation that provides the foundation for something"], ["terra firma", "the solid part of the earth's surface"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming", "the first or preliminary coat of paint or size applied to a surface"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface"], ["soil", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface"], ["primer", "the first or preliminary coat of paint or size applied to a surface"], ["reason", "a rational motive for a belief or action"], ["dry land", "the solid part of the earth's surface"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface"], ["basis", "a relation that provides the foundation for something"], ["background", "the part of a scene (or picture) that lies behind objects in the foreground"]]}, {"answer": "groundnut", "hint": "synonyms for groundnut", "clues": [["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["potato bean", "nutlike tuber; important food of Native Americans"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["wild bean", "nutlike tuber; important food of Native Americans"]]}, {"answer": "grounds", "hint": "synonyms for grounds", "clues": [["land", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"], ["solid ground", "the solid part of the earth's surface"], ["ground", "(art) the surface (as a wall or canvas) prepared to take the paint for a painting"], ["earth", "the loose soft material that makes up a large part of the land surface"], ["footing", "a relation that provides the foundation for something"], ["terra firma", "the solid part of the earth's surface"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface"], ["curtilage", "the enclosed land around a house or other building"], ["cause", "a justification for something existing or happening"], ["evidence", "your basis for belief or disbelief; knowledge on which to base belief"], ["background", "the part of a scene (or picture) that lies behind objects in the foreground"], ["priming", "the first or preliminary coat of paint or size applied to a surface"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface"], ["soil", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface"], ["primer", "the first or preliminary coat of paint or size applied to a surface"], ["reason", "a rational motive for a belief or action"], ["yard", "the enclosed land around a house or other building"], ["dry land", "the solid part of the earth's surface"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface"], ["basis", "a relation that provides the foundation for something"]]}, {"answer": "groundwork", "hint": "synonyms for groundwork", "clues": [["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["base", "lowest support of a structure"], ["substructure", "lowest support of a structure"], ["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained"], ["foundation", "lowest support of a structure"], ["understructure", "lowest support of a structure"], ["foot", "lowest support of a structure"]]}, {"answer": "group", "hint": "synonyms for group", "clues": [["grouping", "any number of entities (members) considered as a unit"], ["mathematical group", "a set that is closed, associative, has an identity element and every element has an inverse"], ["radical", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule"], ["chemical group", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule"]]}, {"answer": "groves", "hint": "synonyms for groves", "clues": [["grove", "garden consisting of a small cultivated wood without undergrowth"], ["woodlet", "garden consisting of a small cultivated wood without undergrowth"], ["orchard", "garden consisting of a small cultivated wood without undergrowth"], ["plantation", "garden consisting of a small cultivated wood without undergrowth"]]}, {"answer": "growth", "hint": "synonyms for growth", "clues": [["outgrowth", "the gradual beginning or coming forth"], ["increase", "a process of becoming larger or longer or more numerous or more important"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["increment", "a process of becoming larger or longer or more numerous or more important"], ["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["emergence", "the gradual beginning or coming forth"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"]]}, {"answer": "groyne", "hint": "synonyms for groyne", "clues": [["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"]]}, {"answer": "gruffness", "hint": "synonyms for gruffness", "clues": [["shortness", "an abrupt discourteous manner"], ["huskiness", "a throaty harshness"], ["brusqueness", "an abrupt discourteous manner"], ["curtness", "an abrupt discourteous manner"], ["hoarseness", "a throaty harshness"], ["abruptness", "an abrupt discourteous manner"]]}, {"answer": "grumble", "hint": "synonyms for grumble", "clues": [["mutter", "a complaint uttered in a low and indistinct tone"], ["grumbling", "a complaint uttered in a low and indistinct tone"], ["murmuring", "a complaint uttered in a low and indistinct tone"], ["rumble", "a loud low dull continuous noise"]]}, {"answer": "grummet", "hint": "synonyms for grummet", "clues": [["grommet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["eyelet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["loop", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"]]}, {"answer": "gsr", "hint": "synonyms for gsr", "clues": [["electrodermal response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["galvanic skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["electrical skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["psychogalvanic response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"]]}, {"answer": "guard", "hint": "synonyms for guard", "clues": [["safety", "a device designed to prevent injury or accidents"], ["sentry duty", "the duty of serving as a sentry"], ["sentry go", "the duty of serving as a sentry"], ["safety device", "a device designed to prevent injury or accidents"], ["safeguard", "a precautionary measure warding off impending danger or damage or injury etc."], ["guard duty", "the duty of serving as a sentry"], ["precaution", "a precautionary measure warding off impending danger or damage or injury etc."]]}, {"answer": "guardianship", "hint": "synonyms for guardianship", "clues": [["tutelage", "attention and management implying responsibility for safety"], ["safekeeping", "the responsibility of a guardian or keeper"], ["keeping", "the responsibility of a guardian or keeper"], ["charge", "attention and management implying responsibility for safety"], ["care", "attention and management implying responsibility for safety"]]}, {"answer": "gubbins", "hint": "synonyms for gubbins", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "guck", "hint": "synonyms for guck", "clues": [["ooze", "any thick, viscous matter"], ["gook", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["muck", "any thick, viscous matter"], ["gunk", "any thick, viscous matter"], ["sludge", "any thick, viscous matter"], ["slime", "any thick, viscous matter"]]}, {"answer": "guess", "hint": "synonyms for guess", "clues": [["supposition", "a message expressing an opinion based on incomplete evidence"], ["conjecture", "a message expressing an opinion based on incomplete evidence"], ["shot", "an estimate based on little or no information"], ["surmise", "a message expressing an opinion based on incomplete evidence"], ["guessing", "an estimate based on little or no information"], ["speculation", "a message expressing an opinion based on incomplete evidence"], ["guesswork", "an estimate based on little or no information"], ["hypothesis", "a message expressing an opinion based on incomplete evidence"], ["dead reckoning", "an estimate based on little or no information"], ["surmisal", "a message expressing an opinion based on incomplete evidence"]]}, {"answer": "guessing", "hint": "synonyms for guessing", "clues": [["dead reckoning", "an estimate based on little or no information"], ["guesswork", "an estimate based on little or no information"], ["shot", "an estimate based on little or no information"], ["guess", "an estimate based on little or no information"]]}, {"answer": "guff", "hint": "synonyms for guff", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)"], ["bunk", "unacceptable behavior (especially ludicrously false statements)"], ["rot", "unacceptable behavior (especially ludicrously false statements)"]]}, {"answer": "guidance", "hint": "synonyms for guidance", "clues": [["counsel", "something that provides direction or advice as to a decision or course of action"], ["direction", "something that provides direction or advice as to a decision or course of action"], ["steering", "the act of setting and holding a course"], ["counselling", "something that provides direction or advice as to a decision or course of action"]]}, {"answer": "guild", "hint": "synonyms for guild", "clues": [["gild", "a formal association of people with similar interests"], ["club", "a formal association of people with similar interests"], ["order", "a formal association of people with similar interests"], ["society", "a formal association of people with similar interests"], ["social club", "a formal association of people with similar interests"], ["lodge", "a formal association of people with similar interests"]]}, {"answer": "guile", "hint": "synonyms for guile", "clues": [["craft", "shrewdness as demonstrated by being skilled in deception"], ["slyness", "shrewdness as demonstrated by being skilled in deception"], ["deceitfulness", "the quality of being crafty"], ["chicanery", "the use of tricks to deceive someone (usually to extract money from them)"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)"], ["craftiness", "the quality of being crafty"], ["foxiness", "shrewdness as demonstrated by being skilled in deception"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)"], ["wiliness", "shrewdness as demonstrated by being skilled in deception"], ["cunning", "shrewdness as demonstrated by being skilled in deception"]]}, {"answer": "gulp", "hint": "synonyms for gulp", "clues": [["swig", "a large and hurried swallow"], ["draft", "a large and hurried swallow"], ["draught", "a large and hurried swallow"], ["gulping", "a spasmodic reflex of the throat made as if in swallowing"]]}, {"answer": "gum_benjamin", "hint": "synonyms for gum benjamin", "clues": [["asa dulcis", "gum resin used especially in treating skin irritation"], ["benzoin", "gum resin used especially in treating skin irritation"], ["benjamin", "gum resin used especially in treating skin irritation"], ["gum benzoin", "gum resin used especially in treating skin irritation"]]}, {"answer": "gum_benzoin", "hint": "synonyms for gum benzoin", "clues": [["asa dulcis", "gum resin used especially in treating skin irritation"], ["benzoin", "gum resin used especially in treating skin irritation"], ["benjamin", "gum resin used especially in treating skin irritation"], ["gum benjamin", "gum resin used especially in treating skin irritation"]]}, {"answer": "gumminess", "hint": "synonyms for gumminess", "clues": [["viscidity", "the property of being cohesive and sticky"], ["ropiness", "the property of being cohesive and sticky"], ["tackiness", "the property of being cohesive and sticky"], ["viscidness", "the property of being cohesive and sticky"], ["cohesiveness", "the property of being cohesive and sticky"], ["glueyness", "the property of being cohesive and sticky"], ["gluiness", "the property of being cohesive and sticky"]]}, {"answer": "gumption", "hint": "synonyms for gumption", "clues": [["horse sense", "sound practical judgment"], ["good sense", "sound practical judgment"], ["guts", "fortitude and determination"], ["backbone", "fortitude and determination"], ["mother wit", "sound practical judgment"], ["grit", "fortitude and determination"], ["sand", "fortitude and determination"], ["moxie", "fortitude and determination"], ["sense", "sound practical judgment"], ["common sense", "sound practical judgment"]]}, {"answer": "gumshoe", "hint": "synonyms for gumshoe", "clues": [["rubber", "a waterproof overshoe that protects shoes from water or snow"], ["galosh", "a waterproof overshoe that protects shoes from water or snow"], ["golosh", "a waterproof overshoe that protects shoes from water or snow"], ["arctic", "a waterproof overshoe that protects shoes from water or snow"]]}, {"answer": "gun", "hint": "synonyms for gun", "clues": [["accelerator pedal", "a pedal that controls the throttle valve"], ["throttle", "a pedal that controls the throttle valve"], ["grease-gun", "a hand-operated pump that resembles a revolver; forces grease into parts of a machine"], ["gas", "a pedal that controls the throttle valve"], ["artillery", "large but transportable armament"], ["gas pedal", "a pedal that controls the throttle valve"], ["accelerator", "a pedal that controls the throttle valve"], ["heavy weapon", "large but transportable armament"], ["ordnance", "large but transportable armament"]]}, {"answer": "gunk", "hint": "synonyms for gunk", "clues": [["ooze", "any thick, viscous matter"], ["gook", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["muck", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["sludge", "any thick, viscous matter"], ["slime", "any thick, viscous matter"]]}, {"answer": "gush", "hint": "synonyms for gush", "clues": [["outburst", "an unrestrained expression of emotion"], ["effusion", "an unrestrained expression of emotion"], ["flush", "a sudden rapid flow (as of water)"], ["blowup", "an unrestrained expression of emotion"], ["ebullition", "an unrestrained expression of emotion"], ["outpouring", "a sudden rapid flow (as of water)"]]}, {"answer": "gustatory_perception", "hint": "synonyms for gustatory perception", "clues": [["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"]]}, {"answer": "gustatory_sensation", "hint": "synonyms for gustatory sensation", "clues": [["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"]]}, {"answer": "guts", "hint": "synonyms for guts", "clues": [["grit", "fortitude and determination"], ["gut", "a strong cord made from the intestines of sheep and used in surgery"], ["gumption", "fortitude and determination"], ["sand", "fortitude and determination"], ["moxie", "fortitude and determination"], ["catgut", "a strong cord made from the intestines of sheep and used in surgery"], ["backbone", "fortitude and determination"]]}, {"answer": "gymnasium", "hint": "synonyms for gymnasium", "clues": [["lyceum", "a school for students intermediate between elementary school and college; usually grades 9 to 12"], ["lycee", "a school for students intermediate between elementary school and college; usually grades 9 to 12"], ["secondary school", "a school for students intermediate between elementary school and college; usually grades 9 to 12"], ["middle school", "a school for students intermediate between elementary school and college; usually grades 9 to 12"], ["gym", "athletic facility equipped for sports or physical training"]]}, {"answer": "gyp", "hint": "synonyms for gyp", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "gyps", "hint": "synonyms for gyps", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "gyre", "hint": "synonyms for gyre", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"]]}, {"answer": "h", "hint": "synonyms for h", "clues": [["henry", "a unit of inductance in which an induced electromotive force of one volt is produced when the current is varied at the rate of one ampere per second"], ["total heat", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure"], ["hydrogen", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe"], ["enthalpy", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure"], ["heat content", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure"], ["atomic number 1", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe"]]}, {"answer": "ha-ha", "hint": "synonyms for ha-ha", "clues": [["haw-haw", "a loud laugh that sounds like a horse neighing"], ["hee-haw", "a loud laugh that sounds like a horse neighing"], ["sunk fence", "a ditch with one side being a retaining wall; used to divide lands without defacing the landscape"], ["horselaugh", "a loud laugh that sounds like a horse neighing"]]}, {"answer": "haberdashery", "hint": "synonyms for haberdashery", "clues": [["mens store", "a store where men's clothes are sold"], ["men's furnishings", "the drygoods sold by a haberdasher"], ["clothing store", "a store where men's clothes are sold"], ["haberdashery store", "a store where men's clothes are sold"]]}, {"answer": "habiliment", "hint": "synonyms for habiliment", "clues": [["vesture", "a covering designed to be worn on a person's body"], ["article of clothing", "a covering designed to be worn on a person's body"], ["wearable", "a covering designed to be worn on a person's body"], ["clothing", "a covering designed to be worn on a person's body"], ["wear", "a covering designed to be worn on a person's body"]]}, {"answer": "habit", "hint": "synonyms for habit", "clues": [["riding habit", "attire that is typically worn by a horseback rider (especially a woman's attire)"], ["use", "(psychology) an automatic pattern of behavior in reaction to a specific situation; may be inherited or acquired through frequent repetition"], ["wont", "an established custom"], ["drug abuse", "excessive use of drugs"], ["substance abuse", "excessive use of drugs"]]}, {"answer": "habitation", "hint": "synonyms for habitation", "clues": [["domicile", "housing that someone is living in"], ["home", "housing that someone is living in"], ["dwelling", "housing that someone is living in"], ["abode", "housing that someone is living in"], ["dwelling house", "housing that someone is living in"], ["inhabitation", "the act of dwelling in or living permanently in a place (said of both animals and men)"], ["inhabitancy", "the act of dwelling in or living permanently in a place (said of both animals and men)"]]}, {"answer": "haem", "hint": "synonyms for haem", "clues": [["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"]]}, {"answer": "haemitin", "hint": "synonyms for haemitin", "clues": [["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"]]}, {"answer": "hairdressing", "hint": "synonyms for hairdressing", "clues": [["hair oil", "a toiletry for the hair"], ["haircare", "care for the hair: the activity of washing or cutting or curling or arranging the hair"], ["hair tonic", "a toiletry for the hair"], ["hair grease", "a toiletry for the hair"]]}, {"answer": "half_a_dozen", "hint": "synonyms for half a dozen", "clues": [["sextuplet", "the cardinal number that is the sum of five and one"], ["hexad", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "half_boot", "hint": "synonyms for half boot", "clues": [["top boot", "a boot reaching halfway up to the knee"], ["combat boot", "a boot reaching halfway up to the knee"], ["buskin", "a boot reaching halfway up to the knee"], ["desert boot", "a boot reaching halfway up to the knee"]]}, {"answer": "hall", "hint": "synonyms for hall", "clues": [["manse", "a large and imposing house"], ["antechamber", "a large entrance or reception room or area"], ["hallway", "an interior passage or corridor onto which rooms open"], ["vestibule", "a large entrance or reception room or area"], ["mansion house", "a large and imposing house"], ["entrance hall", "a large entrance or reception room or area"], ["anteroom", "a large entrance or reception room or area"], ["dormitory", "a college or university building containing living quarters for students"], ["foyer", "a large entrance or reception room or area"], ["residence", "a large and imposing house"], ["lobby", "a large entrance or reception room or area"], ["residence hall", "a college or university building containing living quarters for students"], ["mansion", "a large and imposing house"], ["student residence", "a college or university building containing living quarters for students"], ["dorm", "a college or university building containing living quarters for students"], ["manor hall", "the large room of a manor or castle"]]}, {"answer": "hallmark", "hint": "synonyms for hallmark", "clues": [["earmark", "a distinctive characteristic or attribute"], ["authentication", "a mark on an article of trade to indicate its origin and authenticity"], ["stylemark", "a distinctive characteristic or attribute"], ["trademark", "a distinctive characteristic or attribute"], ["assay-mark", "a mark on an article of trade to indicate its origin and authenticity"]]}, {"answer": "halo", "hint": "synonyms for halo", "clues": [["gloriole", "an indication of radiant light drawn around the head of a saint"], ["ring", "a toroidal shape"], ["anchor ring", "a toroidal shape"], ["aura", "an indication of radiant light drawn around the head of a saint"], ["doughnut", "a toroidal shape"], ["annulus", "a toroidal shape"], ["glory", "an indication of radiant light drawn around the head of a saint"], ["nimbus", "an indication of radiant light drawn around the head of a saint"], ["aureole", "an indication of radiant light drawn around the head of a saint"]]}, {"answer": "halter", "hint": "synonyms for halter", "clues": [["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hackamore", "rope or canvas headgear for a horse, with a rope for leading"], ["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"]]}, {"answer": "hammer", "hint": "synonyms for hammer", "clues": [["pounding", "the act of pounding (delivering repeated heavy blows)"], ["hammering", "the act of pounding (delivering repeated heavy blows)"], ["mallet", "a light drumstick with a rounded head that is used to strike such percussion instruments as chimes, kettledrums, marimbas, glockenspiels, etc."], ["power hammer", "a power tool for drilling rocks"], ["cock", "the part of a gunlock that strikes the percussion cap when the trigger is pulled"]]}, {"answer": "hammock", "hint": "synonyms for hammock", "clues": [["mound", "a small natural hill"], ["hillock", "a small natural hill"], ["knoll", "a small natural hill"], ["sack", "a hanging bed of canvas or rope netting (usually suspended between two trees); swings easily"], ["hummock", "a small natural hill"]]}, {"answer": "hand", "hint": "synonyms for hand", "clues": [["deal", "the cards held in a card game by a given player at any given time"], ["script", "something written by hand"], ["helping hand", "physical assistance"], ["handwriting", "something written by hand"]]}, {"answer": "hand-to-hand_struggle", "hint": "synonyms for hand-to-hand struggle", "clues": [["grapple", "the act of engaging in close hand-to-hand combat"], ["wrestle", "the act of engaging in close hand-to-hand combat"], ["wrestling", "the act of engaging in close hand-to-hand combat"], ["grappling", "the act of engaging in close hand-to-hand combat"]]}, {"answer": "hand_organ", "hint": "synonyms for hand organ", "clues": [["hurdy gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"]]}, {"answer": "handbasin", "hint": "synonyms for handbasin", "clues": [["washbowl", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)"]]}, {"answer": "handbill", "hint": "synonyms for handbill", "clues": [["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution"]]}, {"answer": "handicap", "hint": "synonyms for handicap", "clues": [["hinderance", "something immaterial that interferes with or delays action or progress"], ["check", "something immaterial that interferes with or delays action or progress"], ["balk", "something immaterial that interferes with or delays action or progress"], ["deterrent", "something immaterial that interferes with or delays action or progress"], ["impediment", "something immaterial that interferes with or delays action or progress"]]}, {"answer": "hands", "hint": "synonyms for hands", "clues": [["custody", "(with `in') guardianship over; in divorce cases it is the right to house and care for and discipline a child"], ["hand", "a unit of length equal to 4 inches; used in measuring horses"], ["work force", "the force of workers available"], ["deal", "the cards held in a card game by a given player at any given time"], ["script", "something written by hand"], ["helping hand", "physical assistance"], ["manpower", "the force of workers available"], ["handwriting", "something written by hand"]]}, {"answer": "hangman's_halter", "hint": "synonyms for hangman's halter", "clues": [["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"]]}, {"answer": "hangman's_rope", "hint": "synonyms for hangman's rope", "clues": [["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"]]}, {"answer": "hangout", "hint": "synonyms for hangout", "clues": [["stamping ground", "a frequently visited place"], ["resort", "a frequently visited place"], ["repair", "a frequently visited place"], ["haunt", "a frequently visited place"]]}, {"answer": "hanky_panky", "hint": "synonyms for hanky panky", "clues": [["slickness", "verbal misrepresentation intended to take advantage of you in some way"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way"]]}, {"answer": "harbinger", "hint": "synonyms for harbinger", "clues": [["forerunner", "something that precedes and indicates the approach of something or someone"], ["predecessor", "something that precedes and indicates the approach of something or someone"], ["herald", "something that precedes and indicates the approach of something or someone"], ["precursor", "something that precedes and indicates the approach of something or someone"]]}, {"answer": "hard_drink", "hint": "synonyms for hard drink", "clues": [["liquor", "an alcoholic beverage that is distilled rather than fermented"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented"], ["strong drink", "an alcoholic beverage that is distilled rather than fermented"], ["booze", "an alcoholic beverage that is distilled rather than fermented"], ["spirits", "an alcoholic beverage that is distilled rather than fermented"]]}, {"answer": "hard_liquor", "hint": "synonyms for hard liquor", "clues": [["liquor", "an alcoholic beverage that is distilled rather than fermented"], ["strong drink", "an alcoholic beverage that is distilled rather than fermented"], ["booze", "an alcoholic beverage that is distilled rather than fermented"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented"], ["spirits", "an alcoholic beverage that is distilled rather than fermented"]]}, {"answer": "hardening", "hint": "synonyms for hardening", "clues": [["set", "the process of becoming hard or solid by cooling or drying or crystallization"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization"], ["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization"]]}, {"answer": "hardiness", "hint": "synonyms for hardiness", "clues": [["lustiness", "the property of being strong and healthy in constitution"], ["validity", "the property of being strong and healthy in constitution"], ["hardihood", "the trait of being willing to undertake things that involve risk or danger"], ["robustness", "the property of being strong and healthy in constitution"], ["daring", "the trait of being willing to undertake things that involve risk or danger"], ["boldness", "the trait of being willing to undertake things that involve risk or danger"]]}, {"answer": "hardness", "hint": "synonyms for hardness", "clues": [["severity", "excessive sternness"], ["inclemency", "excessive sternness"], ["rigorousness", "excessive sternness"], ["harshness", "excessive sternness"], ["ruggedness", "the quality of being difficult to do"], ["callousness", "devoid of passion or feeling; hardheartedness"], ["stiffness", "excessive sternness"], ["callosity", "devoid of passion or feeling; hardheartedness"], ["insensibility", "devoid of passion or feeling; hardheartedness"], ["rigour", "excessive sternness"], ["severeness", "excessive sternness"], ["unfeelingness", "devoid of passion or feeling; hardheartedness"]]}, {"answer": "hardship", "hint": "synonyms for hardship", "clues": [["grimness", "something hard to endure"], ["asperity", "something hard to endure"], ["severity", "something hard to endure"], ["rigorousness", "something hard to endure"], ["rigour", "something hard to endure"], ["severeness", "something hard to endure"]]}, {"answer": "hardtack", "hint": "synonyms for hardtack", "clues": [["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple"]]}, {"answer": "harlequinade", "hint": "synonyms for harlequinade", "clues": [["japery", "acting like a clown or buffoon"], ["clowning", "acting like a clown or buffoon"], ["buffoonery", "acting like a clown or buffoon"], ["frivolity", "acting like a clown or buffoon"], ["prank", "acting like a clown or buffoon"]]}, {"answer": "harm", "hint": "synonyms for harm", "clues": [["damage", "the occurrence of a change for the worse"], ["hurt", "the act of damaging something or someone"], ["scathe", "the act of damaging something or someone"], ["impairment", "the occurrence of a change for the worse"]]}, {"answer": "harmony", "hint": "synonyms for harmony", "clues": [["concord", "agreement of opinions"], ["concordance", "agreement of opinions"], ["harmoniousness", "compatibility in opinion and action"], ["musical harmony", "the structure of music with respect to the composition and progression of chords"]]}, {"answer": "harshness", "hint": "synonyms for harshness", "clues": [["severity", "excessive sternness"], ["scratchiness", "the roughness of a substance that causes abrasions"], ["cruelty", "the quality of being cruel and causing tension or annoyance"], ["inclemency", "excessive sternness"], ["rigorousness", "excessive sternness"], ["abrasiveness", "the roughness of a substance that causes abrasions"], ["roughness", "the quality of being unpleasant (harsh or rough or grating) to the senses"], ["stiffness", "excessive sternness"], ["rigour", "excessive sternness"], ["severeness", "excessive sternness"], ["hardness", "excessive sternness"], ["cruelness", "the quality of being cruel and causing tension or annoyance"]]}, {"answer": "hassle", "hint": "synonyms for hassle", "clues": [["fuss", "an angry disturbance"], ["dogfight", "disorderly fighting"], ["rough-and-tumble", "disorderly fighting"], ["tussle", "disorderly fighting"], ["bother", "an angry disturbance"], ["scuffle", "disorderly fighting"], ["trouble", "an angry disturbance"]]}, {"answer": "hassock", "hint": "synonyms for hassock", "clues": [["pouffe", "thick cushion used as a seat"], ["puff", "thick cushion used as a seat"], ["ottoman", "thick cushion used as a seat"], ["pouf", "thick cushion used as a seat"]]}, {"answer": "haste", "hint": "synonyms for haste", "clues": [["precipitation", "overly eager speed (and possible carelessness)"], ["hurriedness", "overly eager speed (and possible carelessness)"], ["rushing", "the act of moving hurriedly and in a careless manner"], ["hurry", "overly eager speed (and possible carelessness)"], ["hastiness", "overly eager speed (and possible carelessness)"]]}, {"answer": "hastiness", "hint": "synonyms for hastiness", "clues": [["hurriedness", "overly eager speed (and possible carelessness)"], ["haste", "overly eager speed (and possible carelessness)"], ["hurry", "overly eager speed (and possible carelessness)"], ["precipitation", "overly eager speed (and possible carelessness)"]]}, {"answer": "hatchet_job", "hint": "synonyms for hatchet job", "clues": [["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"]]}, {"answer": "hatful", "hint": "synonyms for hatful", "clues": [["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["pile", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "haughtiness", "hint": "synonyms for haughtiness", "clues": [["arrogance", "overbearing pride evidenced by a superior manner toward inferiors"], ["hauteur", "overbearing pride evidenced by a superior manner toward inferiors"], ["lordliness", "overbearing pride evidenced by a superior manner toward inferiors"], ["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors"]]}, {"answer": "haunt", "hint": "synonyms for haunt", "clues": [["stamping ground", "a frequently visited place"], ["resort", "a frequently visited place"], ["repair", "a frequently visited place"], ["hangout", "a frequently visited place"]]}, {"answer": "hauteur", "hint": "synonyms for hauteur", "clues": [["arrogance", "overbearing pride evidenced by a superior manner toward inferiors"], ["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors"], ["lordliness", "overbearing pride evidenced by a superior manner toward inferiors"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors"]]}, {"answer": "haversack", "hint": "synonyms for haversack", "clues": [["packsack", "a bag carried by a strap on your back or shoulder"], ["backpack", "a bag carried by a strap on your back or shoulder"], ["rucksack", "a bag carried by a strap on your back or shoulder"], ["knapsack", "a bag carried by a strap on your back or shoulder"]]}, {"answer": "haw-haw", "hint": "synonyms for haw-haw", "clues": [["ha-ha", "a ditch with one side being a retaining wall; used to divide lands without defacing the landscape"], ["hee-haw", "a loud laugh that sounds like a horse neighing"], ["sunk fence", "a ditch with one side being a retaining wall; used to divide lands without defacing the landscape"], ["horselaugh", "a loud laugh that sounds like a horse neighing"]]}, {"answer": "head", "hint": "synonyms for head", "clues": [["read/write head", "(computer science) a tiny electromagnetic coil and metal pole used to write and read magnetic patterns on a disk"], ["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["straits", "a difficult juncture"], ["foreland", "a natural elevation (especially a rocky one that juts out into the sea)"], ["question", "the subject matter at issue"], ["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["headland", "a natural elevation (especially a rocky one that juts out into the sea)"], ["forefront", "the part in the front or nearest the viewer"], ["point", "a V-shaped mark at one end of an arrow pointer"], ["promontory", "a natural elevation (especially a rocky one that juts out into the sea)"], ["heading", "a line of text serving to indicate what the passage below it is about"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["drumhead", "a membrane that is stretched taut over a drum"], ["header", "a line of text serving to indicate what the passage below it is about"], ["head word", "(grammar) the word in a grammatical constituent that plays the same grammatical role as the whole constituent"], ["headspring", "the source of water from which a stream arises"], ["oral sex", "oral stimulation of the genitals"], ["fountainhead", "the source of water from which a stream arises"], ["pass", "a difficult juncture"], ["headway", "forward movement"]]}, {"answer": "head_gate", "hint": "synonyms for head gate", "clues": [["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"]]}, {"answer": "header", "hint": "synonyms for header", "clues": [["coping", "brick that is laid sideways at the top of a wall"], ["cope", "brick that is laid sideways at the top of a wall"], ["heading", "a line of text serving to indicate what the passage below it is about"], ["lintel", "horizontal beam used as a finishing piece over a door or window"]]}, {"answer": "heading", "hint": "synonyms for heading", "clues": [["bearing", "the direction or path along which something moves or along which it lies"], ["header", "a line of text serving to indicate what the passage below it is about"], ["aim", "the direction or path along which something moves or along which it lies"], ["gallery", "a horizontal (or nearly horizontal) passageway in a mine"], ["drift", "a horizontal (or nearly horizontal) passageway in a mine"], ["head", "a line of text serving to indicate what the passage below it is about"]]}, {"answer": "headquarters", "hint": "synonyms for headquarters", "clues": [["home office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["home base", "(usually plural) the office that serves as the administrative center of an enterprise"], ["main office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["military headquarters", "the military installation from which a commander performs the functions of command"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise"]]}, {"answer": "headstone", "hint": "synonyms for headstone", "clues": [["key", "the central building block at the top of an arch or vault"], ["keystone", "the central building block at the top of an arch or vault"], ["gravestone", "a stone that is used to mark a grave"], ["tombstone", "a stone that is used to mark a grave"]]}, {"answer": "health_check", "hint": "synonyms for health check", "clues": [["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"]]}, {"answer": "heap", "hint": "synonyms for heap", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["jalopy", "a car that is old and unreliable"], ["cumulation", "a collection of objects laid on top of each other"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["agglomerate", "a collection of objects laid on top of each other"], ["mound", "a collection of objects laid on top of each other"], ["cumulus", "a collection of objects laid on top of each other"], ["mint", "(often followed by `of') a large number or amount or extent"], ["bus", "a car that is old and unreliable"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "heart", "hint": "synonyms for heart", "clues": [["middle", "an area that is approximately central within some larger region"], ["nerve", "the courage to carry on"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["bosom", "the locus of feelings and intuitions"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["affectionateness", "a positive feeling of liking"], ["fondness", "a positive feeling of liking"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["spunk", "the courage to carry on"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["mettle", "the courage to carry on"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["spirit", "an inclination or tendency of a certain kind"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["philia", "a positive feeling of liking"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["tenderness", "a positive feeling of liking"], ["warmheartedness", "a positive feeling of liking"], ["eye", "an area that is approximately central within some larger region"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["warmness", "a positive feeling of liking"], ["affection", "a positive feeling of liking"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "heartbeat", "hint": "synonyms for heartbeat", "clues": [["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["pulsation", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "hearts", "hint": "synonyms for hearts", "clues": [["heart", "the locus of feelings and intuitions"], ["nerve", "the courage to carry on"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["affectionateness", "a positive feeling of liking"], ["spunk", "the courage to carry on"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["mettle", "the courage to carry on"], ["spirit", "an inclination or tendency of a certain kind"], ["eye", "an area that is approximately central within some larger region"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["affection", "a positive feeling of liking"], ["middle", "an area that is approximately central within some larger region"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["bosom", "the locus of feelings and intuitions"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["fondness", "a positive feeling of liking"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["philia", "a positive feeling of liking"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["tenderness", "a positive feeling of liking"], ["warmheartedness", "a positive feeling of liking"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["warmness", "a positive feeling of liking"]]}, {"answer": "heartsease", "hint": "synonyms for heartsease", "clues": [["peace", "the absence of mental stress or anxiety"], ["ataraxis", "the absence of mental stress or anxiety"], ["peace of mind", "the absence of mental stress or anxiety"], ["serenity", "the absence of mental stress or anxiety"], ["repose", "the absence of mental stress or anxiety"], ["peacefulness", "the absence of mental stress or anxiety"]]}, {"answer": "heat", "hint": "synonyms for heat", "clues": [["high temperature", "the presence of heat"], ["warmth", "the trait of being intensely emotional"], ["heat energy", "a form of energy that is transferred by a difference in temperature"], ["heating plant", "utility to warm a building"], ["heating", "utility to warm a building"], ["passion", "the trait of being intensely emotional"], ["hotness", "the presence of heat"], ["heating system", "utility to warm a building"]]}, {"answer": "heater", "hint": "synonyms for heater", "clues": [["bullet", "(baseball) a pitch thrown with maximum velocity"], ["fastball", "(baseball) a pitch thrown with maximum velocity"], ["warmer", "device that heats water or supplies warmth to a room"], ["smoke", "(baseball) a pitch thrown with maximum velocity"], ["hummer", "(baseball) a pitch thrown with maximum velocity"]]}, {"answer": "heating", "hint": "synonyms for heating", "clues": [["warming", "the process of becoming warmer; a rising temperature"], ["heating system", "utility to warm a building"], ["heat", "utility to warm a building"], ["heating plant", "utility to warm a building"]]}, {"answer": "heave", "hint": "synonyms for heave", "clues": [["heaving", "an upward movement (especially a rhythmical rising and falling)"], ["lift", "the act of raising something"], ["retch", "an involuntary spasm of ineffectual vomiting"], ["raise", "the act of raising something"]]}, {"answer": "heavens", "hint": "synonyms for heavens", "clues": [["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["nirvana", "any place of complete bliss and delight and peace"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["heaven", "any place of complete bliss and delight and peace"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["promised land", "any place of complete bliss and delight and peace"], ["paradise", "any place of complete bliss and delight and peace"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"]]}, {"answer": "heaves", "hint": "synonyms for heaves", "clues": [["heaving", "an upward movement (especially a rhythmical rising and falling)"], ["heave", "an upward movement (especially a rhythmical rising and falling)"], ["raise", "the act of raising something"], ["lift", "the act of raising something"], ["retch", "an involuntary spasm of ineffectual vomiting"]]}, {"answer": "heaviness", "hint": "synonyms for heaviness", "clues": [["onerousness", "unwelcome burdensome difficulty"], ["oppressiveness", "unwelcome burdensome difficulty"], ["thickness", "used of a line or mark"], ["burdensomeness", "unwelcome burdensome difficulty"], ["weightiness", "the property of being comparatively great in weight"]]}, {"answer": "heedlessness", "hint": "synonyms for heedlessness", "clues": [["unmindfulness", "the trait of forgetting or ignoring your responsibilities"], ["inadvertency", "the trait of forgetting or ignoring your responsibilities"], ["rashness", "the trait of acting rashly and without prudence"], ["mindlessness", "the trait of acting rashly and without prudence"], ["inattentiveness", "a lack of attentiveness (as to children or helpless people)"]]}, {"answer": "heft", "hint": "synonyms for heft", "clues": [["massiveness", "the property of being large in mass"], ["ponderosity", "the property of being large in mass"], ["heftiness", "the property of being large in mass"], ["ponderousness", "the property of being large in mass"]]}, {"answer": "heftiness", "hint": "synonyms for heftiness", "clues": [["muscle", "possessing muscular strength"], ["muscularity", "possessing muscular strength"], ["heft", "the property of being large in mass"], ["brawniness", "possessing muscular strength"], ["sinew", "possessing muscular strength"], ["ponderousness", "the property of being large in mass"], ["ponderosity", "the property of being large in mass"], ["massiveness", "the property of being large in mass"], ["brawn", "possessing muscular strength"]]}, {"answer": "heights", "hint": "synonyms for heights", "clues": [["high", "a high place"], ["height", "the vertical dimension of extension; distance from the base of something to the top"], ["stature", "(of a standing person) the distance from head to foot"], ["altitude", "elevation especially above sea level or above the earth's surface"], ["tallness", "the vertical dimension of extension; distance from the base of something to the top"]]}, {"answer": "heinousness", "hint": "synonyms for heinousness", "clues": [["barbarousness", "the quality of being shockingly cruel and inhumane"], ["atrocity", "the quality of being shockingly cruel and inhumane"], ["atrociousness", "the quality of being shockingly cruel and inhumane"], ["barbarity", "the quality of being shockingly cruel and inhumane"]]}, {"answer": "heist", "hint": "synonyms for heist", "clues": [["rip-off", "the act of stealing"], ["stickup", "robbery at gunpoint"], ["armed robbery", "robbery at gunpoint"], ["holdup", "robbery at gunpoint"]]}, {"answer": "helix", "hint": "synonyms for helix", "clues": [["volute", "a structure consisting of something wound in a continuous series of loops"], ["spiral", "a structure consisting of something wound in a continuous series of loops"], ["whorl", "a structure consisting of something wound in a continuous series of loops"], ["coil", "a structure consisting of something wound in a continuous series of loops"]]}, {"answer": "hell", "hint": "synonyms for hell", "clues": [["infernal region", "(religion) the world of the dead; -Theognis"], ["blaze", "noisy and unrestrained mischief"], ["the pits", "any place of pain and turmoil"], ["hell on earth", "any place of pain and turmoil"], ["hellhole", "any place of pain and turmoil"], ["pit", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["sin", "violent and excited activity"], ["underworld", "(religion) the world of the dead; -Theognis"], ["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["netherworld", "(religion) the world of the dead; -Theognis"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["snake pit", "any place of pain and turmoil"], ["inferno", "any place of pain and turmoil"]]}, {"answer": "hell_dust", "hint": "synonyms for hell dust", "clues": [["thunder", "street names for heroin"], ["scag", "street names for heroin"], ["skag", "street names for heroin"], ["nose drops", "street names for heroin"], ["smack", "street names for heroin"], ["big H", "street names for heroin"]]}, {"answer": "hell_on_earth", "hint": "synonyms for hell on earth", "clues": [["the pits", "any place of pain and turmoil"], ["snake pit", "any place of pain and turmoil"], ["hell", "any place of pain and turmoil"], ["hellhole", "any place of pain and turmoil"], ["inferno", "any place of pain and turmoil"]]}, {"answer": "hellhole", "hint": "synonyms for hellhole", "clues": [["hell", "any place of pain and turmoil"], ["the pits", "any place of pain and turmoil"], ["snake pit", "any place of pain and turmoil"], ["hell on earth", "any place of pain and turmoil"], ["inferno", "any place of pain and turmoil"]]}, {"answer": "hello", "hint": "synonyms for hello", "clues": [["howdy", "an expression of greeting"], ["hullo", "an expression of greeting"], ["hi", "an expression of greeting"], ["how-do-you-do", "an expression of greeting"]]}, {"answer": "help", "hint": "synonyms for help", "clues": [["aid", "a resource"], ["service", "a means of serving"], ["assistance", "a resource"], ["assist", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose"], ["avail", "a means of serving"]]}, {"answer": "hematin", "hint": "synonyms for hematin", "clues": [["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"]]}, {"answer": "heme", "hint": "synonyms for heme", "clues": [["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"]]}, {"answer": "hemp", "hint": "synonyms for hemp", "clues": [["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"]]}, {"answer": "hempen_necktie", "hint": "synonyms for hempen necktie", "clues": [["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging"]]}, {"answer": "hepatoflavin", "hint": "synonyms for hepatoflavin", "clues": [["riboflavin", "a B vitamin that prevents skin lesions and weight loss"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin B2", "a B vitamin that prevents skin lesions and weight loss"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss"]]}, {"answer": "heptad", "hint": "synonyms for heptad", "clues": [["7", "the cardinal number that is the sum of six and one"], ["septet", "the cardinal number that is the sum of six and one"], ["septenary", "the cardinal number that is the sum of six and one"], ["seven", "the cardinal number that is the sum of six and one"], ["sevener", "the cardinal number that is the sum of six and one"]]}, {"answer": "herald", "hint": "synonyms for herald", "clues": [["forerunner", "something that precedes and indicates the approach of something or someone"], ["harbinger", "something that precedes and indicates the approach of something or someone"], ["predecessor", "something that precedes and indicates the approach of something or someone"], ["precursor", "something that precedes and indicates the approach of something or someone"]]}, {"answer": "hero", "hint": "synonyms for hero", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "hero_sandwich", "hint": "synonyms for hero sandwich", "clues": [["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "heroism", "hint": "synonyms for heroism", "clues": [["valiancy", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valor", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"]]}, {"answer": "hertz", "hint": "synonyms for hertz", "clues": [["cps", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second"]]}, {"answer": "hesitancy", "hint": "synonyms for hesitancy", "clues": [["indisposition", "a certain degree of unwillingness"], ["disinclination", "a certain degree of unwillingness"], ["hesitance", "a feeling of diffidence and indecision about doing something"], ["hesitation", "a certain degree of unwillingness"], ["reluctance", "a certain degree of unwillingness"]]}, {"answer": "hesitation", "hint": "synonyms for hesitation", "clues": [["reluctance", "a certain degree of unwillingness"], ["wavering", "indecision in speech or action"], ["hesitancy", "a certain degree of unwillingness"], ["vacillation", "indecision in speech or action"], ["falter", "the act of pausing uncertainly"], ["indisposition", "a certain degree of unwillingness"], ["disinclination", "a certain degree of unwillingness"]]}, {"answer": "hexad", "hint": "synonyms for hexad", "clues": [["sextuplet", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "heyday", "hint": "synonyms for heyday", "clues": [["peak", "the period of greatest prosperity or productivity"], ["bloom", "the period of greatest prosperity or productivity"], ["efflorescence", "the period of greatest prosperity or productivity"], ["prime", "the period of greatest prosperity or productivity"], ["flower", "the period of greatest prosperity or productivity"], ["flush", "the period of greatest prosperity or productivity"], ["blossom", "the period of greatest prosperity or productivity"]]}, {"answer": "hg", "hint": "synonyms for hg", "clues": [["mercury", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures"], ["atomic number 80", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures"], ["hectogram", "100 grams"], ["hydrargyrum", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures"], ["quicksilver", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures"]]}, {"answer": "hi", "hint": "synonyms for hi", "clues": [["howdy", "an expression of greeting"], ["hullo", "an expression of greeting"], ["hello", "an expression of greeting"], ["how-do-you-do", "an expression of greeting"]]}, {"answer": "hiatus", "hint": "synonyms for hiatus", "clues": [["suspension", "an interruption in the intensity or amount of something"], ["respite", "an interruption in the intensity or amount of something"], ["reprieve", "an interruption in the intensity or amount of something"], ["abatement", "an interruption in the intensity or amount of something"]]}, {"answer": "hidrosis", "hint": "synonyms for hidrosis", "clues": [["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid"], ["perspiration", "the process of the sweat glands of the skin secreting a salty fluid"], ["sweating", "the process of the sweat glands of the skin secreting a salty fluid"]]}, {"answer": "high-handedness", "hint": "synonyms for high-handedness", "clues": [["arrogance", "overbearing pride evidenced by a superior manner toward inferiors"], ["hauteur", "overbearing pride evidenced by a superior manner toward inferiors"], ["lordliness", "overbearing pride evidenced by a superior manner toward inferiors"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors"]]}, {"answer": "high_hat", "hint": "synonyms for high hat", "clues": [["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["high-hat cymbal", "cymbals that are operated by a foot pedal"], ["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur"]]}, {"answer": "high_life", "hint": "synonyms for high life", "clues": [["lavishness", "excessive spending"], ["highlife", "excessive spending"], ["extravagance", "excessive spending"], ["prodigality", "excessive spending"]]}, {"answer": "high_noon", "hint": "synonyms for high noon", "clues": [["noon", "the middle of the day"], ["noonday", "the middle of the day"], ["twelve noon", "the middle of the day"], ["noontide", "the middle of the day"], ["midday", "the middle of the day"]]}, {"answer": "high_school", "hint": "synonyms for high school", "clues": [["senior high", "a public secondary school usually including grades 9 through 12"], ["high", "a public secondary school usually including grades 9 through 12"], ["highschool", "a public secondary school usually including grades 9 through 12"], ["senior high school", "a public secondary school usually including grades 9 through 12"]]}, {"answer": "high_society", "hint": "synonyms for high society", "clues": [["society", "the fashionable elite"], ["smart set", "the fashionable elite"], ["bon ton", "the fashionable elite"], ["beau monde", "the fashionable elite"]]}, {"answer": "highlife", "hint": "synonyms for highlife", "clues": [["lavishness", "excessive spending"], ["high life", "excessive spending"], ["extravagance", "excessive spending"], ["prodigality", "excessive spending"]]}, {"answer": "highschool", "hint": "synonyms for highschool", "clues": [["senior high", "a public secondary school usually including grades 9 through 12"], ["high school", "a public secondary school usually including grades 9 through 12"], ["high", "a public secondary school usually including grades 9 through 12"], ["senior high school", "a public secondary school usually including grades 9 through 12"]]}, {"answer": "hike", "hint": "synonyms for hike", "clues": [["tramp", "a long walk usually for exercise or pleasure"], ["wage increase", "the amount a salary is increased"], ["cost increase", "an increase in cost"], ["hiking", "a long walk usually for exercise or pleasure"], ["rise", "an increase in cost"], ["salary increase", "the amount a salary is increased"], ["wage hike", "the amount a salary is increased"], ["boost", "an increase in cost"]]}, {"answer": "hilarity", "hint": "synonyms for hilarity", "clues": [["gleefulness", "great merriment"], ["glee", "great merriment"], ["mirth", "great merriment"], ["mirthfulness", "great merriment"]]}, {"answer": "hinderance", "hint": "synonyms for hinderance", "clues": [["interference", "the act of hindering or obstructing or impeding"], ["hindrance", "the act of hindering or obstructing or impeding"], ["impediment", "something immaterial that interferes with or delays action or progress"], ["preventative", "any obstruction that impedes or is burdensome"], ["handicap", "something immaterial that interferes with or delays action or progress"], ["check", "something immaterial that interferes with or delays action or progress"], ["balk", "something immaterial that interferes with or delays action or progress"], ["incumbrance", "any obstruction that impedes or is burdensome"], ["deterrent", "something immaterial that interferes with or delays action or progress"], ["hitch", "any obstruction that impedes or is burdensome"]]}, {"answer": "hindrance", "hint": "synonyms for hindrance", "clues": [["hinderance", "any obstruction that impedes or is burdensome"], ["interference", "the act of hindering or obstructing or impeding"], ["impediment", "something immaterial that interferes with or delays action or progress"], ["preventative", "any obstruction that impedes or is burdensome"], ["handicap", "something immaterial that interferes with or delays action or progress"], ["check", "something immaterial that interferes with or delays action or progress"], ["balk", "something immaterial that interferes with or delays action or progress"], ["incumbrance", "any obstruction that impedes or is burdensome"], ["deterrent", "something immaterial that interferes with or delays action or progress"], ["hitch", "any obstruction that impedes or is burdensome"]]}, {"answer": "hint", "hint": "synonyms for hint", "clues": [["clue", "a slight indication"], ["soupcon", "a slight but appreciable amount"], ["intimation", "an indirect suggestion"], ["pinch", "a slight but appreciable amount"], ["mite", "a slight but appreciable amount"], ["breath", "an indirect suggestion"], ["speck", "a slight but appreciable amount"], ["tinge", "a slight but appreciable amount"], ["trace", "a just detectable amount"], ["tip", "an indication of potential opportunity"], ["touch", "a slight but appreciable amount"], ["wind", "an indication of potential opportunity"], ["jot", "a slight but appreciable amount"], ["steer", "an indication of potential opportunity"], ["lead", "an indication of potential opportunity"], ["suggestion", "a just detectable amount"], ["confidential information", "an indication of potential opportunity"]]}, {"answer": "hire_car", "hint": "synonyms for hire car", "clues": [["u-drive", "a rented car"], ["car rental", "a rented car"], ["rent-a-car", "a rented car"], ["self-drive", "a rented car"]]}, {"answer": "hiss", "hint": "synonyms for hiss", "clues": [["boo", "a cry or noise made to express displeasure or contempt"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["sibilation", "a fricative sound (especially as an expression of disapproval)"], ["hushing", "a fricative sound (especially as an expression of disapproval)"], ["fizzle", "a fricative sound (especially as an expression of disapproval)"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"], ["hissing", "a fricative sound (especially as an expression of disapproval)"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["bird", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "hissing", "hint": "synonyms for hissing", "clues": [["sibilation", "a fricative sound (especially as an expression of disapproval)"], ["fizzle", "a fricative sound (especially as an expression of disapproval)"], ["hushing", "a fricative sound (especially as an expression of disapproval)"], ["hiss", "a fricative sound (especially as an expression of disapproval)"]]}, {"answer": "hit", "hint": "synonyms for hit", "clues": [["bang", "a conspicuous success"], ["hitting", "the act of contacting one thing with another"], ["striking", "the act of contacting one thing with another"], ["strike", "a conspicuous success"], ["smash", "a conspicuous success"], ["smasher", "a conspicuous success"], ["collision", "(physics) a brief event in which two or more bodies come together"]]}, {"answer": "hitch", "hint": "synonyms for hitch", "clues": [["tour", "a period of time spent in military service"], ["limp", "the uneven manner of walking that results from an injured leg"], ["rub", "an unforeseen obstacle"], ["hinderance", "any obstruction that impedes or is burdensome"], ["tour of duty", "a period of time spent in military service"], ["preventative", "any obstruction that impedes or is burdensome"], ["snag", "an unforeseen obstacle"], ["enlistment", "a period of time spent in military service"], ["term of enlistment", "a period of time spent in military service"], ["hang-up", "an unforeseen obstacle"], ["incumbrance", "any obstruction that impedes or is burdensome"], ["hobble", "the uneven manner of walking that results from an injured leg"], ["interference", "any obstruction that impedes or is burdensome"], ["duty tour", "a period of time spent in military service"]]}, {"answer": "hoagie", "hint": "synonyms for hoagie", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "hoagy", "hint": "synonyms for hoagy", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "hoax", "hint": "synonyms for hoax", "clues": [["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage"]]}, {"answer": "hobby", "hint": "synonyms for hobby", "clues": [["spare-time activity", "an auxiliary activity"], ["by-line", "an auxiliary activity"], ["pursuit", "an auxiliary activity"], ["sideline", "an auxiliary activity"], ["rocking horse", "a child's plaything consisting of an imitation horse mounted on rockers; the child straddles it and pretends to ride"], ["hobbyhorse", "a child's plaything consisting of an imitation horse mounted on rockers; the child straddles it and pretends to ride"], ["avocation", "an auxiliary activity"]]}, {"answer": "hocus-pocus", "hint": "synonyms for hocus-pocus", "clues": [["slickness", "verbal misrepresentation intended to take advantage of you in some way"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way"]]}, {"answer": "hodgepodge", "hint": "synonyms for hodgepodge", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["jumble", "a theory or argument made up of miscellaneous or incongruous ideas"], ["patchwork", "a theory or argument made up of miscellaneous or incongruous ideas"]]}, {"answer": "hogwash", "hint": "synonyms for hogwash", "clues": [["guff", "unacceptable behavior (especially ludicrously false statements)"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)"], ["bunk", "unacceptable behavior (especially ludicrously false statements)"], ["rot", "unacceptable behavior (especially ludicrously false statements)"]]}, {"answer": "hoi_polloi", "hint": "synonyms for hoi polloi", "clues": [["multitude", "the common people generally"], ["people", "the common people generally"], ["masses", "the common people generally"], ["the great unwashed", "the common people generally"]]}, {"answer": "hokum", "hint": "synonyms for hokum", "clues": [["nonsensicality", "a message that seems to convey no meaning"], ["meaninglessness", "a message that seems to convey no meaning"], ["bunk", "a message that seems to convey no meaning"], ["nonsense", "a message that seems to convey no meaning"]]}, {"answer": "hold", "hint": "synonyms for hold", "clues": [["storage area", "the space in a ship or aircraft for storing cargo"], ["grasp", "understanding of the nature or meaning or quality or magnitude of something"], ["clasp", "the act of grasping"], ["clench", "the act of grasping"], ["clutches", "the act of grasping"], ["grip", "the appendage to an object that is designed to be held in order to use or move it"], ["appreciation", "understanding of the nature or meaning or quality or magnitude of something"], ["wait", "time during which some action is awaited"], ["cargo hold", "the space in a ship or aircraft for storing cargo"], ["time lag", "time during which some action is awaited"], ["cargo deck", "the space in a ship or aircraft for storing cargo"], ["keep", "a cell in a jail or prison"], ["postponement", "time during which some action is awaited"], ["handle", "the appendage to an object that is designed to be held in order to use or move it"], ["handgrip", "the appendage to an object that is designed to be held in order to use or move it"], ["cargo area", "the space in a ship or aircraft for storing cargo"], ["delay", "time during which some action is awaited"]]}, {"answer": "holding", "hint": "synonyms for holding", "clues": [["keeping", "the act of retaining something"], ["belongings", "something owned; any tangible or intangible possession that is owned by someone"], ["property", "something owned; any tangible or intangible possession that is owned by someone"], ["retention", "the act of retaining something"]]}, {"answer": "holdup", "hint": "synonyms for holdup", "clues": [["stickup", "robbery at gunpoint"], ["heist", "robbery at gunpoint"], ["delay", "the act of delaying; inactivity resulting in something being put off until a later time"], ["armed robbery", "robbery at gunpoint"]]}, {"answer": "holla", "hint": "synonyms for holla", "clues": [["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "holler", "hint": "synonyms for holler", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"], ["hollering", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "hollering", "hint": "synonyms for hollering", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "hollo", "hint": "synonyms for hollo", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "holloa", "hint": "synonyms for holloa", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "home_base", "hint": "synonyms for home base", "clues": [["home office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise"], ["home plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["main office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["home", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"]]}, {"answer": "home_office", "hint": "synonyms for home office", "clues": [["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["home base", "(usually plural) the office that serves as the administrative center of an enterprise"], ["main office", "(usually plural) the office that serves as the administrative center of an enterprise"]]}, {"answer": "home_run", "hint": "synonyms for home run", "clues": [["bell ringer", "something that exactly succeeds in achieving its goal"], ["bull's eye", "something that exactly succeeds in achieving its goal"], ["mark", "something that exactly succeeds in achieving its goal"], ["homer", "a base hit on which the batter scores a run"]]}, {"answer": "homeland", "hint": "synonyms for homeland", "clues": [["mother country", "the country where you were born"], ["native land", "the country where you were born"], ["country of origin", "the country where you were born"], ["motherland", "the country where you were born"], ["fatherland", "the country where you were born"]]}, {"answer": "homoeroticism", "hint": "synonyms for homoeroticism", "clues": [["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex"]]}, {"answer": "homosexualism", "hint": "synonyms for homosexualism", "clues": [["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex"]]}, {"answer": "homosexuality", "hint": "synonyms for homosexuality", "clues": [["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex"]]}, {"answer": "honey_oil", "hint": "synonyms for honey oil", "clues": [["cat valium", "street names for ketamine"], ["green", "street names for ketamine"], ["super C", "street names for ketamine"], ["special K", "street names for ketamine"], ["jet", "street names for ketamine"], ["super acid", "street names for ketamine"]]}, {"answer": "honor", "hint": "synonyms for honor", "clues": [["accolade", "a tangible symbol signifying approval or distinction"], ["honour", "the quality of being honorable and having a good name"], ["purity", "a woman's virtue or chastity"], ["award", "a tangible symbol signifying approval or distinction"], ["pureness", "a woman's virtue or chastity"], ["laurels", "a tangible symbol signifying approval or distinction"]]}, {"answer": "honour", "hint": "synonyms for honour", "clues": [["accolade", "a tangible symbol signifying approval or distinction"], ["honor", "a tangible symbol signifying approval or distinction"], ["laurels", "a tangible symbol signifying approval or distinction"], ["award", "a tangible symbol signifying approval or distinction"], ["pureness", "a woman's virtue or chastity"], ["purity", "a woman's virtue or chastity"]]}, {"answer": "honours", "hint": "synonyms for honours", "clues": [["honour", "a woman's virtue or chastity"], ["laurels", "a tangible symbol signifying approval or distinction"], ["honours degree", "a university degree with honors"], ["pureness", "a woman's virtue or chastity"], ["accolade", "a tangible symbol signifying approval or distinction"], ["award", "a tangible symbol signifying approval or distinction"], ["purity", "a woman's virtue or chastity"]]}, {"answer": "hood", "hint": "synonyms for hood", "clues": [["bonnet", "protective covering consisting of a metal part that covers the engine"], ["cowling", "protective covering consisting of a metal part that covers the engine"], ["exhaust hood", "metal covering leading to a vent that exhausts smoke or fumes"], ["lens hood", "a tubular attachment used to keep stray light out of the lens of a camera"], ["cap", "a protective covering that is part of a plant"]]}, {"answer": "hoodoo", "hint": "synonyms for hoodoo", "clues": [["fetich", "a charm superstitiously believed to embody magical powers"], ["voodoo", "a charm superstitiously believed to embody magical powers"], ["fetish", "a charm superstitiously believed to embody magical powers"], ["juju", "a charm superstitiously believed to embody magical powers"]]}, {"answer": "hook", "hint": "synonyms for hook", "clues": [["draw", "a golf shot that curves to the left for a right-handed golfer"], ["lure", "anything that serves as an enticement"], ["sweetener", "anything that serves as an enticement"], ["crotchet", "a sharp curve or crook; a shape resembling a hook"], ["come-on", "anything that serves as an enticement"], ["bait", "anything that serves as an enticement"], ["claw", "a mechanical device that is curved or bent to suspend or hold or pull something"], ["hook shot", "a basketball shot made over the head with the hand that is farther from the basket"], ["hooking", "a golf shot that curves to the left for a right-handed golfer"]]}, {"answer": "hookah", "hint": "synonyms for hookah", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "hooks", "hint": "synonyms for hooks", "clues": [["hook", "a sharp curve or crook; a shape resembling a hook"], ["draw", "a golf shot that curves to the left for a right-handed golfer"], ["lure", "anything that serves as an enticement"], ["sweetener", "anything that serves as an enticement"], ["crotchet", "a sharp curve or crook; a shape resembling a hook"], ["come-on", "anything that serves as an enticement"], ["bait", "anything that serves as an enticement"], ["hook shot", "a basketball shot made over the head with the hand that is farther from the basket"], ["claw", "a mechanical device that is curved or bent to suspend or hold or pull something"]]}, {"answer": "hoop", "hint": "synonyms for hoop", "clues": [["wicket", "a small arch used as croquet equipment"], ["ring", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling"], ["basketball hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball"], ["basket", "horizontal circular metal hoop supporting a net through which players try to throw the basketball"]]}, {"answer": "hoops", "hint": "synonyms for hoops", "clues": [["basketball hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball"], ["hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball"], ["basket", "horizontal circular metal hoop supporting a net through which players try to throw the basketball"], ["basketball game", "a game played on a court by two opposing teams of 5 players; points are scored by throwing the ball through an elevated horizontal hoop"], ["basketball", "a game played on a court by two opposing teams of 5 players; points are scored by throwing the ball through an elevated horizontal hoop"], ["wicket", "a small arch used as croquet equipment"], ["ring", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling"]]}, {"answer": "hoot", "hint": "synonyms for hoot", "clues": [["boo", "a cry or noise made to express displeasure or contempt"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["shucks", "something of little value"], ["damn", "something of little value"], ["shit", "something of little value"], ["red cent", "something of little value"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"], ["tinker's damn", "something of little value"], ["hiss", "a cry or noise made to express displeasure or contempt"], ["darn", "something of little value"], ["bird", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "hooter", "hint": "synonyms for hooter", "clues": [["automobile horn", "a device on an automobile for making a warning noise"], ["motor horn", "a device on an automobile for making a warning noise"], ["horn", "a device on an automobile for making a warning noise"], ["car horn", "a device on an automobile for making a warning noise"]]}, {"answer": "horde", "hint": "synonyms for horde", "clues": [["swarm", "a moving crowd"], ["drove", "a moving crowd"], ["legion", "a vast multitude"], ["host", "a vast multitude"]]}, {"answer": "horizon", "hint": "synonyms for horizon", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet"], ["sensible horizon", "the line at which the sky and Earth appear to meet"], ["celestial horizon", "the great circle on the celestial sphere whose plane passes through the sensible horizon and the center of the Earth"], ["visible horizon", "the line at which the sky and Earth appear to meet"], ["view", "the range of interest or activity that can be anticipated"], ["skyline", "the line at which the sky and Earth appear to meet"], ["purview", "the range of interest or activity that can be anticipated"]]}, {"answer": "horn", "hint": "synonyms for horn", "clues": [["motor horn", "a device on an automobile for making a warning noise"], ["car horn", "a device on an automobile for making a warning noise"], ["saddle horn", "a high pommel of a Western saddle (usually metal covered with leather)"], ["automobile horn", "a device on an automobile for making a warning noise"], ["cornet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["trumpet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["trump", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["hooter", "a device on an automobile for making a warning noise"]]}, {"answer": "horripilation", "hint": "synonyms for horripilation", "clues": [["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goosebump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"]]}, {"answer": "horse", "hint": "synonyms for horse", "clues": [["cavalry", "troops trained to fight on horseback"], ["horse cavalry", "troops trained to fight on horseback"], ["sawbuck", "a framework for holding wood that is being sawed"], ["knight", "a chessman shaped to resemble the head of a horse; can move two squares horizontally and one vertically (or vice versa)"], ["gymnastic horse", "a padded gymnastic apparatus on legs"], ["sawhorse", "a framework for holding wood that is being sawed"], ["buck", "a framework for holding wood that is being sawed"]]}, {"answer": "horse_sense", "hint": "synonyms for horse sense", "clues": [["mother wit", "sound practical judgment"], ["gumption", "sound practical judgment"], ["good sense", "sound practical judgment"], ["sense", "sound practical judgment"], ["common sense", "sound practical judgment"]]}, {"answer": "horseshit", "hint": "synonyms for horseshit", "clues": [["bullshit", "obscene words for unacceptable behavior"], ["dogshit", "obscene words for unacceptable behavior"], ["shit", "obscene words for unacceptable behavior"], ["bull", "obscene words for unacceptable behavior"], ["crap", "obscene words for unacceptable behavior"]]}, {"answer": "hostel", "hint": "synonyms for hostel", "clues": [["auberge", "a hotel providing overnight lodging for travelers"], ["hostelry", "a hotel providing overnight lodging for travelers"], ["student lodging", "inexpensive supervised lodging (especially for youths on bicycling trips)"], ["youth hostel", "inexpensive supervised lodging (especially for youths on bicycling trips)"], ["lodge", "a hotel providing overnight lodging for travelers"], ["inn", "a hotel providing overnight lodging for travelers"]]}, {"answer": "hostelry", "hint": "synonyms for hostelry", "clues": [["auberge", "a hotel providing overnight lodging for travelers"], ["hostel", "a hotel providing overnight lodging for travelers"], ["lodge", "a hotel providing overnight lodging for travelers"], ["inn", "a hotel providing overnight lodging for travelers"]]}, {"answer": "hostilities", "hint": "synonyms for hostilities", "clues": [["belligerency", "fighting; acts of overt warfare"], ["aggression", "violent action that is hostile and usually unprovoked"], ["ill will", "a hostile (very unfriendly) disposition"], ["enmity", "the feeling of a hostile person"], ["hostility", "violent action that is hostile and usually unprovoked"]]}, {"answer": "hot_air", "hint": "synonyms for hot air", "clues": [["rhetoric", "loud and confused and empty talk"], ["empty words", "loud and confused and empty talk"], ["empty talk", "loud and confused and empty talk"], ["palaver", "loud and confused and empty talk"]]}, {"answer": "hot_cake", "hint": "synonyms for hot cake", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "hot_dog", "hint": "synonyms for hot dog", "clues": [["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["hotdog", "a frankfurter served hot on a bun"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["red hot", "a frankfurter served hot on a bun"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "hotcake", "hint": "synonyms for hotcake", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["hot cake", "a flat cake of thin batter fried on both sides on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "hotchpotch", "hint": "synonyms for hotchpotch", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"]]}, {"answer": "hotdog", "hint": "synonyms for hotdog", "clues": [["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["hot dog", "a frankfurter served hot on a bun"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["red hot", "a frankfurter served hot on a bun"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "hour", "hint": "synonyms for hour", "clues": [["time of day", "clock time"], ["minute", "distance measured by the time taken to cover it"], ["hr", "a period of time equal to 1/24th of a day"], ["60 minutes", "a period of time equal to 1/24th of a day"]]}, {"answer": "hours", "hint": "synonyms for hours", "clues": [["time of day", "clock time"], ["hour", "clock time"], ["minute", "distance measured by the time taken to cover it"], ["hr", "a period of time equal to 1/24th of a day"], ["60 minutes", "a period of time equal to 1/24th of a day"]]}, {"answer": "house", "hint": "synonyms for house", "clues": [["business firm", "the members of a business organization that owns or operates one or more establishments"], ["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["theatre", "a building where theatrical performances or motion-picture shows can be presented"], ["family", "a social unit living together"], ["firm", "the members of a business organization that owns or operates one or more establishments"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["household", "a social unit living together"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["menage", "a social unit living together"], ["home", "a social unit living together"]]}, {"answer": "house_of_god", "hint": "synonyms for house of god", "clues": [["house of God", "any building where congregations gather for prayer"], ["place of worship", "any building where congregations gather for prayer"], ["house of prayer", "any building where congregations gather for prayer"], ["house of worship", "any building where congregations gather for prayer"]]}, {"answer": "house_of_ill_repute", "hint": "synonyms for house of ill repute", "clues": [["bawdyhouse", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["house of prostitution", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "house_of_prostitution", "hint": "synonyms for house of prostitution", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bawdyhouse", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "household", "hint": "synonyms for household", "clues": [["family", "a social unit living together"], ["house", "a social unit living together"], ["home", "a social unit living together"], ["menage", "a social unit living together"]]}, {"answer": "housing", "hint": "synonyms for housing", "clues": [["living accommodations", "structures collectively in which people are housed"], ["trapping", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse"], ["lodging", "structures collectively in which people are housed"], ["caparison", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse"]]}, {"answer": "hovel", "hint": "synonyms for hovel", "clues": [["hut", "small crude shelter used as a dwelling"], ["shack", "small crude shelter used as a dwelling"], ["shanty", "small crude shelter used as a dwelling"], ["hutch", "small crude shelter used as a dwelling"]]}, {"answer": "how-do-you-do", "hint": "synonyms for how-do-you-do", "clues": [["howdy", "an expression of greeting"], ["hi", "an expression of greeting"], ["hello", "an expression of greeting"], ["hullo", "an expression of greeting"]]}, {"answer": "howdy", "hint": "synonyms for howdy", "clues": [["hi", "an expression of greeting"], ["hello", "an expression of greeting"], ["how-do-you-do", "an expression of greeting"], ["hullo", "an expression of greeting"]]}, {"answer": "howler", "hint": "synonyms for howler", "clues": [["thigh-slapper", "a joke that seems extremely funny"], ["wow", "a joke that seems extremely funny"], ["scream", "a joke that seems extremely funny"], ["belly laugh", "a joke that seems extremely funny"], ["riot", "a joke that seems extremely funny"], ["sidesplitter", "a joke that seems extremely funny"]]}, {"answer": "hs", "hint": "synonyms for hs", "clues": [["element 108", "a radioactive transuranic element"], ["h", "the 8th letter of the Roman alphabet"], ["enthalpy", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure"], ["atomic number 1", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe"], ["henry", "a unit of inductance in which an induced electromotive force of one volt is produced when the current is varied at the rate of one ampere per second"], ["total heat", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure"], ["hydrogen", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe"], ["heat content", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure"], ["hassium", "a radioactive transuranic element"]]}, {"answer": "hubble-bubble", "hint": "synonyms for hubble-bubble", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "hubbly-bubbly", "hint": "synonyms for hubbly-bubbly", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "hug_drug", "hint": "synonyms for hug drug", "clues": [["cristal", "street names for methylenedioxymethamphetamine"], ["ecstasy", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"], ["disco biscuit", "street names for methylenedioxymethamphetamine"]]}, {"answer": "hugging", "hint": "synonyms for hugging", "clues": [["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "hullabaloo", "hint": "synonyms for hullabaloo", "clues": [["agitation", "disturbance usually in protest"], ["excitement", "disturbance usually in protest"], ["upheaval", "disturbance usually in protest"], ["turmoil", "disturbance usually in protest"]]}, {"answer": "hullo", "hint": "synonyms for hullo", "clues": [["howdy", "an expression of greeting"], ["hi", "an expression of greeting"], ["hello", "an expression of greeting"], ["how-do-you-do", "an expression of greeting"]]}, {"answer": "humanities", "hint": "synonyms for humanities", "clues": [["arts", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)"], ["liberal arts", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)"], ["humanness", "the quality of being human"], ["humanity", "the quality of being human"], ["humanistic discipline", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)"], ["manhood", "the quality of being human"]]}, {"answer": "humbug", "hint": "synonyms for humbug", "clues": [["twaddle", "pretentious or silly talk or writing"], ["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["snake oil", "communication (written or spoken) intended to deceive"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "hummer", "hint": "synonyms for hummer", "clues": [["bullet", "(baseball) a pitch thrown with maximum velocity"], ["heater", "(baseball) a pitch thrown with maximum velocity"], ["fastball", "(baseball) a pitch thrown with maximum velocity"], ["smoke", "(baseball) a pitch thrown with maximum velocity"]]}, {"answer": "hummock", "hint": "synonyms for hummock", "clues": [["knoll", "a small natural hill"], ["mound", "a small natural hill"], ["hillock", "a small natural hill"], ["hammock", "a small natural hill"]]}, {"answer": "humor", "hint": "synonyms for humor", "clues": [["wit", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["sense of humor", "the trait of appreciating (and being able to express) the humorous"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["humour", "the trait of appreciating (and being able to express) the humorous"], ["temper", "a characteristic (habitual or relatively temporary) state of feeling"], ["mood", "a characteristic (habitual or relatively temporary) state of feeling"], ["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"]]}, {"answer": "humour", "hint": "synonyms for humour", "clues": [["humor", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["wit", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["sense of humor", "the trait of appreciating (and being able to express) the humorous"], ["temper", "a characteristic (habitual or relatively temporary) state of feeling"], ["mood", "a characteristic (habitual or relatively temporary) state of feeling"], ["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"]]}, {"answer": "hump", "hint": "synonyms for hump", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "hundredweight", "hint": "synonyms for hundredweight", "clues": [["metric hundredweight", "a unit of weight equal to 100 kilograms"], ["cwt", "a United States unit of weight equivalent to 100 pounds"], ["long hundredweight", "a British unit of weight equivalent to 112 pounds"], ["centner", "a unit of weight equal to 100 kilograms"], ["doppelzentner", "a unit of weight equal to 100 kilograms"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["quintal", "a United States unit of weight equivalent to 100 pounds"], ["cental", "a United States unit of weight equivalent to 100 pounds"]]}, {"answer": "hungriness", "hint": "synonyms for hungriness", "clues": [["thirst", "strong desire for something (not food or drink)"], ["thirstiness", "strong desire for something (not food or drink)"], ["longing", "prolonged unfulfilled desire or need"], ["hunger", "strong desire for something (not food or drink)"], ["yearning", "prolonged unfulfilled desire or need"]]}, {"answer": "hurdles", "hint": "synonyms for hurdles", "clues": [["hurdle race", "a footrace in which contestants must negotiate a series of hurdles"], ["hurdle", "an obstacle that you are expected to overcome"], ["vault", "the act of jumping over an obstacle"], ["hurdling", "a footrace in which contestants must negotiate a series of hurdles"]]}, {"answer": "hurdy-gurdy", "hint": "synonyms for hurdy-gurdy", "clues": [["hurdy gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"]]}, {"answer": "hurdy_gurdy", "hint": "synonyms for hurdy gurdy", "clues": [["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["hurdy-gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"]]}, {"answer": "hurricane_lamp", "hint": "synonyms for hurricane lamp", "clues": [["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"]]}, {"answer": "hurricane_lantern", "hint": "synonyms for hurricane lantern", "clues": [["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"]]}, {"answer": "hurriedness", "hint": "synonyms for hurriedness", "clues": [["precipitation", "overly eager speed (and possible carelessness)"], ["haste", "overly eager speed (and possible carelessness)"], ["hurry", "overly eager speed (and possible carelessness)"], ["hastiness", "overly eager speed (and possible carelessness)"]]}, {"answer": "hurry", "hint": "synonyms for hurry", "clues": [["hurriedness", "overly eager speed (and possible carelessness)"], ["precipitation", "overly eager speed (and possible carelessness)"], ["rushing", "the act of moving hurriedly and in a careless manner"], ["haste", "the act of moving hurriedly and in a careless manner"], ["hastiness", "overly eager speed (and possible carelessness)"]]}, {"answer": "husk", "hint": "synonyms for husk", "clues": [["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"]]}, {"answer": "huskiness", "hint": "synonyms for huskiness", "clues": [["toughness", "the property of being big and strong"], ["hoarseness", "a throaty harshness"], ["gruffness", "a throaty harshness"], ["ruggedness", "the property of being big and strong"]]}, {"answer": "husking", "hint": "synonyms for husking", "clues": [["stripping", "the removal of covering"], ["baring", "the removal of covering"], ["denudation", "the removal of covering"], ["uncovering", "the removal of covering"]]}, {"answer": "hustle", "hint": "synonyms for hustle", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bustle", "a rapid active commotion"], ["flurry", "a rapid active commotion"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["stir", "a rapid active commotion"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["fuss", "a rapid active commotion"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["ado", "a rapid active commotion"]]}, {"answer": "hut", "hint": "synonyms for hut", "clues": [["hovel", "small crude shelter used as a dwelling"], ["shack", "small crude shelter used as a dwelling"], ["hutch", "small crude shelter used as a dwelling"], ["army hut", "temporary military shelter"], ["field hut", "temporary military shelter"], ["shanty", "small crude shelter used as a dwelling"]]}, {"answer": "hutch", "hint": "synonyms for hutch", "clues": [["hut", "small crude shelter used as a dwelling"], ["hovel", "small crude shelter used as a dwelling"], ["shanty", "small crude shelter used as a dwelling"], ["shack", "small crude shelter used as a dwelling"]]}, {"answer": "hybridisation", "hint": "synonyms for hybridisation", "clues": [["cross", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridization", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"]]}, {"answer": "hybridization", "hint": "synonyms for hybridization", "clues": [["cross", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"]]}, {"answer": "hybridizing", "hint": "synonyms for hybridizing", "clues": [["cross", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"]]}, {"answer": "hydrated_lime", "hint": "synonyms for hydrated lime", "clues": [["slaked lime", "a caustic substance produced by heating limestone"], ["lime hydrate", "a caustic substance produced by heating limestone"], ["calcium hydroxide", "a caustic substance produced by heating limestone"], ["lime", "a caustic substance produced by heating limestone"], ["calcium hydrate", "a caustic substance produced by heating limestone"], ["caustic lime", "a caustic substance produced by heating limestone"]]}, {"answer": "hydroxybenzene", "hint": "synonyms for hydroxybenzene", "clues": [["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"]]}, {"answer": "hymeneals", "hint": "synonyms for hymeneals", "clues": [["wedding", "the social event at which the ceremony of marriage is performed"], ["hymeneal", "a wedding hymn"], ["nuptials", "the social event at which the ceremony of marriage is performed"], ["wedding ceremony", "the social event at which the ceremony of marriage is performed"]]}, {"answer": "hypothesis", "hint": "synonyms for hypothesis", "clues": [["guess", "a message expressing an opinion based on incomplete evidence"], ["supposition", "a message expressing an opinion based on incomplete evidence"], ["conjecture", "a message expressing an opinion based on incomplete evidence"], ["possibility", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena"], ["theory", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena"], ["surmise", "a message expressing an opinion based on incomplete evidence"], ["speculation", "a message expressing an opinion based on incomplete evidence"], ["surmisal", "a message expressing an opinion based on incomplete evidence"]]}, {"answer": "hz", "hint": "synonyms for hz", "clues": [["cps", "the unit of frequency; one hertz has a periodic interval of one second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second"]]}, {"answer": "ice", "hint": "synonyms for ice", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["sparkler", "diamonds"], ["water ice", "water frozen in the solid state"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice rink", "a rink with a floor of ice for ice hockey or ice skating"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["frosting", "a flavored sugar topping used to coat and decorate cakes"], ["internal-combustion engine", "a heat engine in which combustion occurs inside the engine rather than in a separate furnace; heat expands a gas that either moves a piston or turns a gas turbine"], ["frappe", "a frozen dessert with fruit flavoring (especially one containing no milk)"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice-skating rink", "a rink with a floor of ice for ice hockey or ice skating"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["icing", "a flavored sugar topping used to coat and decorate cakes"]]}, {"answer": "ice_crystal", "hint": "synonyms for ice crystal", "clues": [["frost mist", "small crystals of ice"], ["diamond dust", "small crystals of ice"], ["ice needle", "small crystals of ice"], ["frost snow", "small crystals of ice"], ["snow mist", "small crystals of ice"], ["poudrin", "small crystals of ice"]]}, {"answer": "ice_needle", "hint": "synonyms for ice needle", "clues": [["frost mist", "small crystals of ice"], ["diamond dust", "small crystals of ice"], ["ice crystal", "small crystals of ice"], ["frost snow", "small crystals of ice"], ["snow mist", "small crystals of ice"], ["poudrin", "small crystals of ice"]]}, {"answer": "iciness", "hint": "synonyms for iciness", "clues": [["coldness", "a lack of affection or enthusiasm"], ["chilliness", "a lack of affection or enthusiasm"], ["chill", "coldness due to a cold environment"], ["gelidity", "coldness due to a cold environment"], ["frigidity", "a lack of affection or enthusiasm"], ["frigidness", "a lack of affection or enthusiasm"]]}, {"answer": "idea", "hint": "synonyms for idea", "clues": [["melodic theme", "(music) melodic subject of a musical composition"], ["approximation", "an approximate calculation of quantity or degree or worth"], ["mind", "your intention; what you intend to do"], ["thought", "the content of cognition; the main thing you are thinking about"], ["theme", "(music) melodic subject of a musical composition"], ["estimate", "an approximate calculation of quantity or degree or worth"], ["musical theme", "(music) melodic subject of a musical composition"], ["estimation", "an approximate calculation of quantity or degree or worth"]]}, {"answer": "identity", "hint": "synonyms for identity", "clues": [["personal identity", "the distinct personality of an individual regarded as a persisting entity"], ["identity element", "an operator that leaves unchanged the element on which it operates"], ["indistinguishability", "exact sameness"], ["identity operator", "an operator that leaves unchanged the element on which it operates"], ["identicalness", "exact sameness"], ["individuality", "the distinct personality of an individual regarded as a persisting entity"]]}, {"answer": "idiom", "hint": "synonyms for idiom", "clues": [["dialect", "the usage or vocabulary that is characteristic of a specific group of people"], ["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["parlance", "a manner of speaking that is natural to native speakers of a language"], ["accent", "the usage or vocabulary that is characteristic of a specific group of people"], ["artistic style", "the style of a particular artist or school or movement"], ["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"]]}, {"answer": "idiomatic_expression", "hint": "synonyms for idiomatic expression", "clues": [["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"]]}, {"answer": "idiot_box", "hint": "synonyms for idiot box", "clues": [["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["television", "an electronic device that receives television signals and displays them on a screen"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "idle_talk", "hint": "synonyms for idle talk", "clues": [["chin music", "idle or foolish and irrelevant talk"], ["blether", "idle or foolish and irrelevant talk"], ["prattle", "idle or foolish and irrelevant talk"], ["prate", "idle or foolish and irrelevant talk"]]}, {"answer": "idle_words", "hint": "synonyms for idle words", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk"], ["jazz", "empty rhetoric or insincere or exaggerated talk"], ["wind", "empty rhetoric or insincere or exaggerated talk"], ["nothingness", "empty rhetoric or insincere or exaggerated talk"]]}, {"answer": "idleness", "hint": "synonyms for idleness", "clues": [["groundlessness", "the quality of lacking substance or value"], ["loafing", "having no employment"], ["faineance", "the trait of being idle out of a reluctance to work"], ["idling", "having no employment"]]}, {"answer": "idol", "hint": "synonyms for idol", "clues": [["god", "a material effigy that is worshipped"], ["perfection", "an ideal instance; a perfect embodiment of a concept"], ["paragon", "an ideal instance; a perfect embodiment of a concept"], ["beau ideal", "an ideal instance; a perfect embodiment of a concept"], ["graven image", "a material effigy that is worshipped"]]}, {"answer": "idolatry", "hint": "synonyms for idolatry", "clues": [["devotion", "religious zeal; the willingness to serve God"], ["cultism", "religious zeal; the willingness to serve God"], ["idol worship", "the worship of idols; the worship of images that are not God"], ["veneration", "religious zeal; the willingness to serve God"]]}, {"answer": "idyl", "hint": "synonyms for idyl", "clues": [["pastoral", "a musical composition that evokes rural life"], ["idyll", "a short poem descriptive of rural or pastoral life"], ["bucolic", "a short poem descriptive of rural or pastoral life"], ["eclogue", "a short poem descriptive of rural or pastoral life"]]}, {"answer": "idyll", "hint": "synonyms for idyll", "clues": [["pastoral", "a musical composition that evokes rural life"], ["idyl", "a short poem descriptive of rural or pastoral life"], ["eclogue", "a short poem descriptive of rural or pastoral life"], ["bucolic", "a short poem descriptive of rural or pastoral life"]]}, {"answer": "ignition", "hint": "synonyms for ignition", "clues": [["ignition system", "the mechanism that ignites the fuel in an internal-combustion engine"], ["inflammation", "the act of setting something on fire"], ["kindling", "the act of setting something on fire"], ["firing", "the act of setting something on fire"], ["lighting", "the act of setting something on fire"]]}, {"answer": "illumination", "hint": "synonyms for illumination", "clues": [["illuminance", "the luminous flux incident on a unit area"], ["elucidation", "an interpretation that removes obstacles to understanding"], ["clarification", "an interpretation that removes obstacles to understanding"], ["miniature", "painting or drawing included in a book (especially in illuminated medieval manuscripts)"]]}, {"answer": "illusion", "hint": "synonyms for illusion", "clues": [["head game", "the act of deluding; deception by creating illusory ideas"], ["deception", "an illusory feat; considered magical by naive observers"], ["trick", "an illusory feat; considered magical by naive observers"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["delusion", "the act of deluding; deception by creating illusory ideas"], ["magic", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["fantasy", "something many people believe that is false"], ["phantasy", "something many people believe that is false"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["fancy", "something many people believe that is false"], ["conjuration", "an illusory feat; considered magical by naive observers"], ["semblance", "an erroneous mental representation"], ["thaumaturgy", "an illusory feat; considered magical by naive observers"]]}, {"answer": "illustration", "hint": "synonyms for illustration", "clues": [["example", "an item of information that is typical of a class or group"], ["instance", "an item of information that is typical of a class or group"], ["representative", "an item of information that is typical of a class or group"], ["exemplification", "showing by example"]]}, {"answer": "image", "hint": "synonyms for image", "clues": [["epitome", "a standard or typical example"], ["simulacrum", "a representation of a person (especially in the form of sculpture)"], ["prototype", "a standard or typical example"], ["mental image", "an iconic mental representation"], ["figure", "language used in a figurative or nonliteral sense"], ["ikon", "a visual representation (of an object or scene or person or abstraction) produced on a surface"], ["figure of speech", "language used in a figurative or nonliteral sense"], ["effigy", "a representation of a person (especially in the form of sculpture)"], ["persona", "(Jungian psychology) a personal facade that one presents to the world"], ["picture", "a visual representation (of an object or scene or person or abstraction) produced on a surface"], ["trope", "language used in a figurative or nonliteral sense"], ["range", "(mathematics) the set of values of the dependent variable for which a function is defined"], ["icon", "a visual representation (of an object or scene or person or abstraction) produced on a surface"], ["range of a function", "(mathematics) the set of values of the dependent variable for which a function is defined"], ["paradigm", "a standard or typical example"]]}, {"answer": "imagination", "hint": "synonyms for imagination", "clues": [["mental imagery", "the ability to form mental images of things or events"], ["resourcefulness", "the ability to deal resourcefully with unusual problems"], ["imaginativeness", "the formation of a mental image of something that is not perceived as real and is not present to the senses"], ["imaging", "the ability to form mental images of things or events"], ["imagery", "the ability to form mental images of things or events"], ["resource", "the ability to deal resourcefully with unusual problems"], ["vision", "the formation of a mental image of something that is not perceived as real and is not present to the senses"]]}, {"answer": "imaging", "hint": "synonyms for imaging", "clues": [["mental imagery", "the ability to form mental images of things or events"], ["tomography", "(medicine) obtaining pictures of the interior of the body"], ["imagination", "the ability to form mental images of things or events"], ["imagery", "the ability to form mental images of things or events"]]}, {"answer": "imbecility", "hint": "synonyms for imbecility", "clues": [["foolishness", "a stupid mistake"], ["folly", "a stupid mistake"], ["stupidity", "a stupid mistake"], ["betise", "a stupid mistake"]]}, {"answer": "immediacy", "hint": "synonyms for immediacy", "clues": [["instantaneousness", "the quickness of action or occurrence"], ["immediate apprehension", "immediate intuitive awareness"], ["instancy", "the quickness of action or occurrence"], ["immediateness", "lack of an intervening or mediating agency"]]}, {"answer": "immenseness", "hint": "synonyms for immenseness", "clues": [["vastness", "unusual largeness in size or extent or number"], ["greatness", "unusual largeness in size or extent or number"], ["immensity", "unusual largeness in size or extent or number"], ["wideness", "unusual largeness in size or extent or number"], ["enormousness", "unusual largeness in size or extent or number"], ["grandness", "unusual largeness in size or extent or number"], ["sizeableness", "unusual largeness in size or extent or number"]]}, {"answer": "immensity", "hint": "synonyms for immensity", "clues": [["vastness", "unusual largeness in size or extent or number"], ["immenseness", "unusual largeness in size or extent or number"], ["greatness", "unusual largeness in size or extent or number"], ["enormousness", "unusual largeness in size or extent or number"], ["wideness", "unusual largeness in size or extent or number"], ["grandness", "unusual largeness in size or extent or number"], ["sizeableness", "unusual largeness in size or extent or number"]]}, {"answer": "immersion", "hint": "synonyms for immersion", "clues": [["absorption", "complete attention; intense mental effort"], ["submersion", "sinking until covered completely with water"], ["submerging", "sinking until covered completely with water"], ["ingress", "(astronomy) the disappearance of a celestial body prior to an eclipse"], ["submergence", "sinking until covered completely with water"], ["dousing", "the act of wetting something by submerging it"], ["ducking", "the act of wetting something by submerging it"], ["concentration", "complete attention; intense mental effort"], ["engrossment", "complete attention; intense mental effort"]]}, {"answer": "immunosuppressive_drug", "hint": "synonyms for immunosuppressive drug", "clues": [["immune suppressant drug", "a drug that lowers the body's normal immune response"], ["immunosuppressant", "a drug that lowers the body's normal immune response"], ["immunosuppressor", "a drug that lowers the body's normal immune response"], ["immunosuppressive", "a drug that lowers the body's normal immune response"]]}, {"answer": "impact", "hint": "synonyms for impact", "clues": [["impingement", "influencing strongly"], ["shock", "the violent interaction of individuals or groups entering into combat"], ["encroachment", "influencing strongly"], ["wallop", "a forceful consequence; a strong effect"]]}, {"answer": "impairment", "hint": "synonyms for impairment", "clues": [["damage", "the occurrence of a change for the worse"], ["stultification", "the act of making something futile and useless (as by routine)"], ["deadening", "the act of making something futile and useless (as by routine)"], ["harm", "the occurrence of a change for the worse"], ["constipation", "the act of making something futile and useless (as by routine)"]]}, {"answer": "impassiveness", "hint": "synonyms for impassiveness", "clues": [["phlegm", "apathy demonstrated by an absence of emotional reactions"], ["impassivity", "apathy demonstrated by an absence of emotional reactions"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions"], ["indifference", "apathy demonstrated by an absence of emotional reactions"], ["stolidity", "apathy demonstrated by an absence of emotional reactions"]]}, {"answer": "impassivity", "hint": "synonyms for impassivity", "clues": [["phlegm", "apathy demonstrated by an absence of emotional reactions"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions"], ["indifference", "apathy demonstrated by an absence of emotional reactions"], ["stolidity", "apathy demonstrated by an absence of emotional reactions"]]}, {"answer": "impedance", "hint": "synonyms for impedance", "clues": [["resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["electric resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms"]]}, {"answer": "impediment", "hint": "synonyms for impediment", "clues": [["impedimenta", "any structure that makes progress difficult"], ["hindrance", "something immaterial that interferes with or delays action or progress"], ["handicap", "something immaterial that interferes with or delays action or progress"], ["check", "something immaterial that interferes with or delays action or progress"], ["obstruction", "any structure that makes progress difficult"], ["obstructer", "any structure that makes progress difficult"], ["balk", "something immaterial that interferes with or delays action or progress"], ["deterrent", "something immaterial that interferes with or delays action or progress"]]}, {"answer": "imperfect_tense", "hint": "synonyms for imperfect tense", "clues": [["imperfect", "a tense of verbs used in describing action that is on-going"], ["progressive", "a tense of verbs used in describing action that is on-going"], ["continuous tense", "a tense of verbs used in describing action that is on-going"], ["progressive tense", "a tense of verbs used in describing action that is on-going"]]}, {"answer": "impersonation", "hint": "synonyms for impersonation", "clues": [["imposture", "pretending to be another person"], ["caricature", "a representation of a person that is exaggerated for comic effect"], ["personation", "imitating the mannerisms of another person"], ["imitation", "a representation of a person that is exaggerated for comic effect"]]}, {"answer": "impertinence", "hint": "synonyms for impertinence", "clues": [["impudence", "an impudent statement"], ["gall", "the trait of being rude and impertinent; inclined to take liberties"], ["cheek", "an impudent statement"], ["crust", "the trait of being rude and impertinent; inclined to take liberties"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties"], ["perkiness", "inappropriate playfulness"], ["pertness", "inappropriate playfulness"], ["sauciness", "inappropriate playfulness"], ["archness", "inappropriate playfulness"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties"]]}, {"answer": "implements_of_war", "hint": "synonyms for implements of war", "clues": [["arms", "weapons considered collectively"], ["munition", "weapons considered collectively"], ["weapons system", "weapons considered collectively"], ["weaponry", "weapons considered collectively"]]}, {"answer": "implication", "hint": "synonyms for implication", "clues": [["conditional relation", "a logical relation between propositions p and q of the form `if p then q'; if p is true then q cannot be false"], ["deduction", "something that is inferred (deduced or entailed or implied)"], ["logical implication", "a logical relation between propositions p and q of the form `if p then q'; if p is true then q cannot be false"], ["entailment", "something that is inferred (deduced or entailed or implied)"], ["significance", "a meaning that is not expressly stated but can be inferred"], ["import", "a meaning that is not expressly stated but can be inferred"]]}, {"answer": "import", "hint": "synonyms for import", "clues": [["signification", "the message that is intended or expressed or signified"], ["consequence", "having important effects or influence"], ["significance", "the message that is intended or expressed or signified"], ["implication", "a meaning that is not expressly stated but can be inferred"], ["importation", "commodities (goods or services) bought from a foreign country"], ["moment", "having important effects or influence"], ["meaning", "the message that is intended or expressed or signified"]]}, {"answer": "impression", "hint": "synonyms for impression", "clues": [["opinion", "a vague idea in which some confidence is placed"], ["imprint", "a concavity in a surface produced by pressing"], ["printing", "all the copies of a work printed at one time"], ["stamp", "a symbol that is the result of printing or engraving"], ["notion", "a vague idea in which some confidence is placed"], ["effect", "an outward appearance"], ["depression", "a concavity in a surface produced by pressing"], ["belief", "a vague idea in which some confidence is placed"], ["feeling", "a vague idea in which some confidence is placed"], ["picture", "a clear and telling mental image"], ["mental picture", "a clear and telling mental image"]]}, {"answer": "imprimatur", "hint": "synonyms for imprimatur", "clues": [["indorsement", "formal and explicit approval"], ["sanction", "formal and explicit approval"], ["warrant", "formal and explicit approval"], ["countenance", "formal and explicit approval"]]}, {"answer": "impropriety", "hint": "synonyms for impropriety", "clues": [["familiarity", "an act of undue intimacy"], ["liberty", "an act of undue intimacy"], ["improperness", "an improper demeanor"], ["indecency", "an indecent or improper act"], ["indecorum", "an act of undue intimacy"]]}, {"answer": "impudence", "hint": "synonyms for impudence", "clues": [["gall", "the trait of being rude and impertinent; inclined to take liberties"], ["cheek", "an impudent statement"], ["crust", "the trait of being rude and impertinent; inclined to take liberties"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties"], ["impertinence", "an impudent statement"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties"]]}, {"answer": "impulse", "hint": "synonyms for impulse", "clues": [["impulsion", "the act of applying force suddenly"], ["pulsing", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["neural impulse", "the electrical discharge that travels along a nerve fiber"], ["momentum", "an impelling force or strength"], ["caprice", "a sudden desire"], ["whim", "a sudden desire"], ["pulse", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["pulsation", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["urge", "an instinctive motive"], ["impetus", "the act of applying force suddenly"], ["nerve impulse", "the electrical discharge that travels along a nerve fiber"]]}, {"answer": "inadvertence", "hint": "synonyms for inadvertence", "clues": [["unmindfulness", "the trait of forgetting or ignoring your responsibilities"], ["oversight", "an unintentional omission resulting from failure to notice something"], ["heedlessness", "the trait of forgetting or ignoring your responsibilities"], ["inadvertency", "the trait of forgetting or ignoring your responsibilities"]]}, {"answer": "inanity", "hint": "synonyms for inanity", "clues": [["mindlessness", "total lack of meaning or ideas"], ["vacuity", "total lack of meaning or ideas"], ["pointlessness", "total lack of meaning or ideas"], ["senselessness", "total lack of meaning or ideas"]]}, {"answer": "inborn_reflex", "hint": "synonyms for inborn reflex", "clues": [["innate reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex action", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "incandescent_lamp", "hint": "synonyms for incandescent lamp", "clues": [["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["lightbulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"]]}, {"answer": "incertitude", "hint": "synonyms for incertitude", "clues": [["dubiety", "the state of being unsure of something"], ["doubtfulness", "the state of being unsure of something"], ["dubiousness", "the state of being unsure of something"], ["uncertainty", "the state of being unsure of something"], ["doubt", "the state of being unsure of something"]]}, {"answer": "incision", "hint": "synonyms for incision", "clues": [["dent", "a depression scratched or carved into a surface"], ["scratch", "a depression scratched or carved into a surface"], ["section", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)"], ["slit", "a depression scratched or carved into a surface"], ["surgical incision", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)"], ["prick", "a depression scratched or carved into a surface"]]}, {"answer": "inclemency", "hint": "synonyms for inclemency", "clues": [["severity", "excessive sternness"], ["rigorousness", "excessive sternness"], ["harshness", "excessive sternness"], ["stiffness", "excessive sternness"], ["rigour", "excessive sternness"], ["severeness", "excessive sternness"], ["hardness", "excessive sternness"]]}, {"answer": "inclination", "hint": "synonyms for inclination", "clues": [["inclination of an orbit", "(astronomy) the angle between the plane of the orbit and the plane of the ecliptic stated in degrees"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["inclining", "the act of inclining; bending forward"], ["tilt", "the property possessed by a line or surface that departs from the vertical"], ["disposition", "an attitude of mind especially one that favors one alternative over others"], ["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["lean", "the property possessed by a line or surface that departs from the vertical"], ["angle of inclination", "(geometry) the angle formed by the x-axis and a given line (measured counterclockwise from the positive half of the x-axis)"], ["list", "the property possessed by a line or surface that departs from the vertical"], ["tendency", "a characteristic likelihood of or natural disposition toward a certain condition or character or effect"]]}, {"answer": "inconstancy", "hint": "synonyms for inconstancy", "clues": [["falseness", "unfaithfulness by virtue of being unreliable or treacherous"], ["fickleness", "unfaithfulness by virtue of being unreliable or treacherous"], ["changefulness", "the quality of being changeable and variable"], ["faithlessness", "unfaithfulness by virtue of being unreliable or treacherous"]]}, {"answer": "increase", "hint": "synonyms for increase", "clues": [["increment", "the amount by which something increases"], ["addition", "a quantity that is added"], ["gain", "a quantity that is added"], ["growth", "a process of becoming larger or longer or more numerous or more important"], ["step-up", "the act of increasing something"]]}, {"answer": "incumbrance", "hint": "synonyms for incumbrance", "clues": [["hitch", "any obstruction that impedes or is burdensome"], ["hinderance", "any obstruction that impedes or is burdensome"], ["onus", "an onerous or difficult concern"], ["encumbrance", "a charge against property (as a lien or mortgage)"], ["preventative", "any obstruction that impedes or is burdensome"], ["burden", "an onerous or difficult concern"], ["load", "an onerous or difficult concern"], ["interference", "any obstruction that impedes or is burdensome"]]}, {"answer": "indecorum", "hint": "synonyms for indecorum", "clues": [["familiarity", "an act of undue intimacy"], ["indecorousness", "a lack of decorum"], ["liberty", "an act of undue intimacy"], ["impropriety", "an act of undue intimacy"]]}, {"answer": "indefiniteness", "hint": "synonyms for indefiniteness", "clues": [["indefinity", "the quality of being vague and poorly defined"], ["indeterminateness", "the quality of being vague and poorly defined"], ["indeterminacy", "the quality of being vague and poorly defined"], ["indetermination", "the quality of being vague and poorly defined"]]}, {"answer": "indefinity", "hint": "synonyms for indefinity", "clues": [["indefiniteness", "the quality of being vague and poorly defined"], ["indeterminateness", "the quality of being vague and poorly defined"], ["indeterminacy", "the quality of being vague and poorly defined"], ["indetermination", "the quality of being vague and poorly defined"]]}, {"answer": "indemnification", "hint": "synonyms for indemnification", "clues": [["damages", "a sum of money paid in compensation for loss or injury"], ["restitution", "a sum of money paid in compensation for loss or injury"], ["redress", "a sum of money paid in compensation for loss or injury"], ["amends", "a sum of money paid in compensation for loss or injury"], ["indemnity", "a sum of money paid in compensation for loss or injury"]]}, {"answer": "indemnity", "hint": "synonyms for indemnity", "clues": [["damages", "a sum of money paid in compensation for loss or injury"], ["restitution", "a sum of money paid in compensation for loss or injury"], ["indemnification", "a sum of money paid in compensation for loss or injury"], ["redress", "a sum of money paid in compensation for loss or injury"], ["amends", "a sum of money paid in compensation for loss or injury"]]}, {"answer": "indentation", "hint": "synonyms for indentation", "clues": [["pitting", "the formation of small pits in a surface as a consequence of corrosion"], ["roughness", "the formation of small pits in a surface as a consequence of corrosion"], ["indenture", "a concave cut into a surface or edge (as in a coastline)"], ["indention", "the space left between the margin and the start of an indented line"], ["indent", "the space left between the margin and the start of an indented line"]]}, {"answer": "indeterminacy", "hint": "synonyms for indeterminacy", "clues": [["indefiniteness", "the quality of being vague and poorly defined"], ["indeterminateness", "the quality of being vague and poorly defined"], ["indefinity", "the quality of being vague and poorly defined"], ["indetermination", "the quality of being vague and poorly defined"]]}, {"answer": "indeterminateness", "hint": "synonyms for indeterminateness", "clues": [["indefiniteness", "the quality of being vague and poorly defined"], ["indetermination", "the quality of being vague and poorly defined"], ["indefinity", "the quality of being vague and poorly defined"], ["indeterminacy", "the quality of being vague and poorly defined"]]}, {"answer": "indetermination", "hint": "synonyms for indetermination", "clues": [["indefiniteness", "the quality of being vague and poorly defined"], ["indeterminateness", "the quality of being vague and poorly defined"], ["indefinity", "the quality of being vague and poorly defined"], ["indeterminacy", "the quality of being vague and poorly defined"]]}, {"answer": "index", "hint": "synonyms for index", "clues": [["indicator", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time"], ["index number", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time"], ["power", "a mathematical notation indicating the number of times a quantity is multiplied by itself"], ["indicant", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time"], ["exponent", "a mathematical notation indicating the number of times a quantity is multiplied by itself"]]}, {"answer": "india_rubber", "hint": "synonyms for india rubber", "clues": [["gum elastic", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products"], ["rubber", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products"], ["caoutchouc", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products"], ["natural rubber", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products"]]}, {"answer": "indicant", "hint": "synonyms for indicant", "clues": [["index", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time"], ["indication", "something that serves to indicate or suggest"], ["indicator", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time"], ["index number", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time"]]}, {"answer": "indication", "hint": "synonyms for indication", "clues": [["indicant", "something that serves to indicate or suggest"], ["meter reading", "a datum about some physical state that is presented to a user by a meter or similar instrument"], ["denotation", "the act of indicating or pointing out by name"], ["reading", "a datum about some physical state that is presented to a user by a meter or similar instrument"]]}, {"answer": "indicative_mood", "hint": "synonyms for indicative mood", "clues": [["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact"], ["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact"]]}, {"answer": "indifference", "hint": "synonyms for indifference", "clues": [["phlegm", "apathy demonstrated by an absence of emotional reactions"], ["apathy", "the trait of lacking enthusiasm for or interest in things generally"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions"], ["numbness", "the trait of lacking enthusiasm for or interest in things generally"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions"], ["stolidity", "apathy demonstrated by an absence of emotional reactions"], ["impassivity", "apathy demonstrated by an absence of emotional reactions"], ["nonchalance", "the trait of remaining calm and seeming not to care; a casual lack of concern"], ["unconcern", "the trait of remaining calm and seeming not to care; a casual lack of concern"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions"], ["spiritlessness", "the trait of lacking enthusiasm for or interest in things generally"]]}, {"answer": "indisposition", "hint": "synonyms for indisposition", "clues": [["reluctance", "a certain degree of unwillingness"], ["hesitancy", "a certain degree of unwillingness"], ["disinclination", "a certain degree of unwillingness"], ["hesitation", "a certain degree of unwillingness"]]}, {"answer": "indistinctness", "hint": "synonyms for indistinctness", "clues": [["fogginess", "the quality of being indistinct and without sharp outlines"], ["blurriness", "the quality of being indistinct and without sharp outlines"], ["softness", "the quality of being indistinct and without sharp outlines"], ["fuzziness", "the quality of being indistinct and without sharp outlines"]]}, {"answer": "individuality", "hint": "synonyms for individuality", "clues": [["individualism", "the quality of being individual"], ["personal identity", "the distinct personality of an individual regarded as a persisting entity"], ["individuation", "the quality of being individual"], ["identity", "the distinct personality of an individual regarded as a persisting entity"]]}, {"answer": "indorsement", "hint": "synonyms for indorsement", "clues": [["blurb", "a promotional statement (as found on the dust jackets of books)"], ["sanction", "formal and explicit approval"], ["endorsement", "a speech seconding a motion"], ["warrant", "formal and explicit approval"], ["second", "a speech seconding a motion"], ["imprimatur", "formal and explicit approval"], ["countenance", "formal and explicit approval"], ["secondment", "a speech seconding a motion"]]}, {"answer": "induction", "hint": "synonyms for induction", "clues": [["evocation", "stimulation that calls up (draws forth) a particular class of behaviors"], ["inductance", "an electrical phenomenon whereby an electromotive force (EMF) is generated in a closed circuit by a change in the flow of current"], ["generalisation", "reasoning from detailed facts to general principles"], ["installation", "a formal entry into an organization or position or office"], ["inductive reasoning", "reasoning from detailed facts to general principles"], ["initiation", "a formal entry into an organization or position or office"], ["elicitation", "stimulation that calls up (draws forth) a particular class of behaviors"], ["trigger", "an act that sets in motion some course of events"]]}, {"answer": "indulgence", "hint": "synonyms for indulgence", "clues": [["pampering", "the act of indulging or gratifying a desire"], ["lunacy", "foolish or senseless behavior"], ["lenience", "a disposition to yield to the wishes of someone"], ["foolery", "foolish or senseless behavior"], ["folly", "foolish or senseless behavior"], ["indulging", "the act of indulging or gratifying a desire"], ["craziness", "foolish or senseless behavior"], ["humoring", "the act of indulging or gratifying a desire"], ["self-indulgence", "an inability to resist the gratification of whims and desires"], ["tomfoolery", "foolish or senseless behavior"]]}, {"answer": "inebriant", "hint": "synonyms for inebriant", "clues": [["alcoholic drink", "a liquor or brew containing alcohol as the active agent"], ["alcoholic beverage", "a liquor or brew containing alcohol as the active agent"], ["intoxicant", "a liquor or brew containing alcohol as the active agent"], ["alcohol", "a liquor or brew containing alcohol as the active agent"]]}, {"answer": "ineptitude", "hint": "synonyms for ineptitude", "clues": [["clumsiness", "unskillfulness resulting from a lack of training"], ["maladroitness", "unskillfulness resulting from a lack of training"], ["ineptness", "unskillfulness resulting from a lack of training"], ["worthlessness", "having no qualities that would render it valuable or useful"], ["slowness", "unskillfulness resulting from a lack of training"], ["awkwardness", "unskillfulness resulting from a lack of training"]]}, {"answer": "ineptness", "hint": "synonyms for ineptness", "clues": [["clumsiness", "unskillfulness resulting from a lack of training"], ["maladroitness", "unskillfulness resulting from a lack of training"], ["unsuitability", "the quality of having the wrong properties for a specific purpose"], ["slowness", "unskillfulness resulting from a lack of training"], ["ineptitude", "unskillfulness resulting from a lack of training"], ["unsuitableness", "the quality of having the wrong properties for a specific purpose"], ["awkwardness", "unskillfulness resulting from a lack of training"]]}, {"answer": "inevitable_accident", "hint": "synonyms for inevitable accident", "clues": [["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events"]]}, {"answer": "infernal_region", "hint": "synonyms for infernal region", "clues": [["underworld", "(religion) the world of the dead; -Theognis"], ["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["netherworld", "(religion) the world of the dead; -Theognis"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["pit", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"]]}, {"answer": "inferno", "hint": "synonyms for inferno", "clues": [["conflagration", "a very intense and uncontrolled fire"], ["infernal region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["the pits", "any place of pain and turmoil"], ["pit", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["hell on earth", "any place of pain and turmoil"], ["hellhole", "any place of pain and turmoil"], ["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["snake pit", "any place of pain and turmoil"], ["hell", "any place of pain and turmoil"]]}, {"answer": "infiniteness", "hint": "synonyms for infiniteness", "clues": [["boundlessness", "the quality of being infinite; without bound or limit"], ["unboundedness", "the quality of being infinite; without bound or limit"], ["limitlessness", "the quality of being infinite; without bound or limit"], ["infinitude", "the quality of being infinite; without bound or limit"]]}, {"answer": "infinitude", "hint": "synonyms for infinitude", "clues": [["boundlessness", "the quality of being infinite; without bound or limit"], ["unboundedness", "the quality of being infinite; without bound or limit"], ["infiniteness", "the quality of being infinite; without bound or limit"], ["limitlessness", "the quality of being infinite; without bound or limit"]]}, {"answer": "inflammation", "hint": "synonyms for inflammation", "clues": [["ignition", "the act of setting something on fire"], ["kindling", "the act of setting something on fire"], ["inflaming", "arousal to violent emotion"], ["firing", "the act of setting something on fire"], ["lighting", "the act of setting something on fire"]]}, {"answer": "inflation", "hint": "synonyms for inflation", "clues": [["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["rising prices", "a general and progressive increase in prices"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "inflection", "hint": "synonyms for inflection", "clues": [["inflexion", "a change in the form of a word (usually by adding a suffix) to indicate a change in its grammatical function"], ["flection", "deviation from a straight or normal course"], ["prosody", "the patterns of stress and intonation in a language"], ["modulation", "a manner of speaking in which the loudness or pitch or tone of the voice is modified"]]}, {"answer": "infliction", "hint": "synonyms for infliction", "clues": [["pain", "something or someone that causes trouble; a source of unhappiness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness"], ["botheration", "something or someone that causes trouble; a source of unhappiness"], ["imposition", "the act of imposing something (as a tax or an embargo)"], ["bother", "something or someone that causes trouble; a source of unhappiness"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness"]]}, {"answer": "inflorescence", "hint": "synonyms for inflorescence", "clues": [["blossoming", "the time and process of budding and unfolding of blossoms"], ["flowering", "the time and process of budding and unfolding of blossoms"], ["efflorescence", "the time and process of budding and unfolding of blossoms"], ["anthesis", "the time and process of budding and unfolding of blossoms"]]}, {"answer": "information", "hint": "synonyms for information", "clues": [["entropy", "(communication theory) a numerical measure of the uncertainty of an outcome"], ["selective information", "(communication theory) a numerical measure of the uncertainty of an outcome"], ["data", "a collection of facts from which conclusions may be drawn"], ["info", "a message received and understood"]]}, {"answer": "information_processing_system", "hint": "synonyms for information processing system", "clues": [["computer", "a machine for performing calculations automatically"], ["computing device", "a machine for performing calculations automatically"], ["data processor", "a machine for performing calculations automatically"], ["electronic computer", "a machine for performing calculations automatically"], ["computing machine", "a machine for performing calculations automatically"]]}, {"answer": "informational_rna", "hint": "synonyms for informational rna", "clues": [["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"]]}, {"answer": "ingredient", "hint": "synonyms for ingredient", "clues": [["component", "an abstract part of something"], ["element", "an abstract part of something"], ["fixings", "food that is a component of a mixture in cooking"], ["factor", "an abstract part of something"], ["constituent", "an abstract part of something"]]}, {"answer": "ingress", "hint": "synonyms for ingress", "clues": [["immersion", "(astronomy) the disappearance of a celestial body prior to an eclipse"], ["incoming", "the act of entering"], ["entrance", "the act of entering"], ["entering", "the act of entering"], ["entry", "the act of entering"]]}, {"answer": "ingroup", "hint": "synonyms for ingroup", "clues": [["inner circle", "an exclusive circle of people with a common purpose"], ["clique", "an exclusive circle of people with a common purpose"], ["coterie", "an exclusive circle of people with a common purpose"], ["pack", "an exclusive circle of people with a common purpose"], ["camp", "an exclusive circle of people with a common purpose"]]}, {"answer": "inhalation", "hint": "synonyms for inhalation", "clues": [["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["inspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["inhalant", "a medication to be taken by inhaling it"], ["intake", "the act of inhaling; the drawing in of air (or other gases) as in breathing"]]}, {"answer": "inhumation", "hint": "synonyms for inhumation", "clues": [["sepulture", "the ritual placing of a corpse in a grave"], ["interment", "the ritual placing of a corpse in a grave"], ["entombment", "the ritual placing of a corpse in a grave"], ["burial", "the ritual placing of a corpse in a grave"]]}, {"answer": "iniquity", "hint": "synonyms for iniquity", "clues": [["injustice", "an unjust act"], ["shabbiness", "an unjust act"], ["evil", "morally objectionable behavior"], ["immorality", "morally objectionable behavior"], ["unfairness", "an unjust act"], ["wickedness", "morally objectionable behavior"]]}, {"answer": "initiation", "hint": "synonyms for initiation", "clues": [["installation", "a formal entry into an organization or position or office"], ["institution", "the act of starting something for the first time; introducing something new"], ["induction", "a formal entry into an organization or position or office"], ["innovation", "the act of starting something for the first time; introducing something new"], ["knowledgeability", "wisdom as evidenced by the possession of knowledge"], ["foundation", "the act of starting something for the first time; introducing something new"], ["origination", "the act of starting something for the first time; introducing something new"], ["instauration", "the act of starting something for the first time; introducing something new"], ["founding", "the act of starting something for the first time; introducing something new"], ["knowledgeableness", "wisdom as evidenced by the possession of knowledge"], ["trigger", "an act that sets in motion some course of events"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "injustice", "hint": "synonyms for injustice", "clues": [["iniquity", "an unjust act"], ["shabbiness", "an unjust act"], ["unfairness", "an unjust act"], ["unjustness", "the practice of being unjust or unfair"]]}, {"answer": "innate_reflex", "hint": "synonyms for innate reflex", "clues": [["reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex action", "an automatic instinctive unlearned reaction to a stimulus"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "inner_circle", "hint": "synonyms for inner circle", "clues": [["clique", "an exclusive circle of people with a common purpose"], ["ingroup", "an exclusive circle of people with a common purpose"], ["coterie", "an exclusive circle of people with a common purpose"], ["pack", "an exclusive circle of people with a common purpose"], ["camp", "an exclusive circle of people with a common purpose"]]}, {"answer": "innovation", "hint": "synonyms for innovation", "clues": [["institution", "the act of starting something for the first time; introducing something new"], ["initiation", "the act of starting something for the first time; introducing something new"], ["invention", "a creation (a new device or process) resulting from study and experimentation"], ["foundation", "the act of starting something for the first time; introducing something new"], ["conception", "the creation of something in the mind"], ["origination", "the act of starting something for the first time; introducing something new"], ["instauration", "the act of starting something for the first time; introducing something new"], ["founding", "the act of starting something for the first time; introducing something new"], ["excogitation", "the creation of something in the mind"], ["introduction", "the act of starting something for the first time; introducing something new"], ["design", "the creation of something in the mind"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "input", "hint": "synonyms for input", "clues": [["input signal", "signal going into an electronic system"], ["stimulant", "any stimulating information or event; acts to arouse action"], ["stimulus", "any stimulating information or event; acts to arouse action"], ["comment", "a statement that expresses a personal opinion or belief or adds information"], ["stimulation", "any stimulating information or event; acts to arouse action"], ["remark", "a statement that expresses a personal opinion or belief or adds information"]]}, {"answer": "inquiry", "hint": "synonyms for inquiry", "clues": [["query", "an instance of questioning"], ["question", "an instance of questioning"], ["interrogation", "an instance of questioning"], ["enquiry", "a systematic investigation of a matter of public interest"], ["research", "a search for knowledge"]]}, {"answer": "ins", "hint": "synonyms for ins", "clues": [["atomic number 49", "a rare soft silvery metallic element; occurs in small quantities in sphalerite"], ["in", "a unit of length equal to one twelfth of a foot"], ["indium", "a rare soft silvery metallic element; occurs in small quantities in sphalerite"], ["inch", "a unit of length equal to one twelfth of a foot"]]}, {"answer": "insane_asylum", "hint": "synonyms for insane asylum", "clues": [["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person"], ["mental home", "a hospital for mentally incompetent or unbalanced person"], ["institution", "a hospital for mentally incompetent or unbalanced person"], ["mental institution", "a hospital for mentally incompetent or unbalanced person"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person"], ["asylum", "a hospital for mentally incompetent or unbalanced person"]]}, {"answer": "insensibility", "hint": "synonyms for insensibility", "clues": [["hardness", "devoid of passion or feeling; hardheartedness"], ["unfeelingness", "devoid of passion or feeling; hardheartedness"], ["callousness", "devoid of passion or feeling; hardheartedness"], ["callosity", "devoid of passion or feeling; hardheartedness"]]}, {"answer": "insight", "hint": "synonyms for insight", "clues": [["brainwave", "the clear (and often sudden) understanding of a complex situation"], ["penetration", "clear or deep perception of a situation"], ["perceptivity", "a feeling of understanding"], ["brainstorm", "the clear (and often sudden) understanding of a complex situation"], ["perceptiveness", "a feeling of understanding"], ["sixth sense", "grasping the inner nature of things intuitively"]]}, {"answer": "insipidity", "hint": "synonyms for insipidity", "clues": [["insipidness", "lacking any distinctive or interesting taste property"], ["boringness", "extreme dullness; lacking spirit or interest"], ["dreariness", "extreme dullness; lacking spirit or interest"], ["blandness", "lacking any distinctive or interesting taste property"]]}, {"answer": "insipidness", "hint": "synonyms for insipidness", "clues": [["insipidity", "lacking any distinctive or interesting taste property"], ["boringness", "extreme dullness; lacking spirit or interest"], ["dreariness", "extreme dullness; lacking spirit or interest"], ["blandness", "lacking any distinctive or interesting taste property"]]}, {"answer": "insolence", "hint": "synonyms for insolence", "clues": [["gall", "the trait of being rude and impertinent; inclined to take liberties"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties"], ["crust", "the trait of being rude and impertinent; inclined to take liberties"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties"]]}, {"answer": "inspiration", "hint": "synonyms for inspiration", "clues": [["inhalation", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["stirring", "arousing to a particular emotion or action"], ["brainchild", "a product of your creative thinking and work"], ["intake", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["divine guidance", "(theology) a special influence of a divinity on the minds of human beings"], ["aspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing"]]}, {"answer": "installation", "hint": "synonyms for installation", "clues": [["installing", "the act of installing something (as equipment)"], ["facility", "a building or place that provides a particular service or is used for a particular industry"], ["installment", "the act of installing something (as equipment)"], ["induction", "a formal entry into an organization or position or office"], ["initiation", "a formal entry into an organization or position or office"]]}, {"answer": "installment", "hint": "synonyms for installment", "clues": [["installing", "the act of installing something (as equipment)"], ["instalment", "a part of a published serial"], ["episode", "a part of a broadcast serial"], ["installation", "the act of installing something (as equipment)"]]}, {"answer": "instalment", "hint": "synonyms for instalment", "clues": [["installment", "a part of a broadcast serial"], ["installing", "the act of installing something (as equipment)"], ["episode", "a part of a broadcast serial"], ["installation", "the act of installing something (as equipment)"]]}, {"answer": "instance", "hint": "synonyms for instance", "clues": [["example", "an item of information that is typical of a class or group"], ["representative", "an item of information that is typical of a class or group"], ["illustration", "an item of information that is typical of a class or group"], ["case", "an occurrence of something"]]}, {"answer": "instancy", "hint": "synonyms for instancy", "clues": [["instantaneousness", "the quickness of action or occurrence"], ["immediateness", "the quickness of action or occurrence"], ["imperativeness", "the quality of being insistent"], ["immediacy", "the quickness of action or occurrence"]]}, {"answer": "instauration", "hint": "synonyms for instauration", "clues": [["institution", "the act of starting something for the first time; introducing something new"], ["initiation", "the act of starting something for the first time; introducing something new"], ["innovation", "the act of starting something for the first time; introducing something new"], ["foundation", "the act of starting something for the first time; introducing something new"], ["origination", "the act of starting something for the first time; introducing something new"], ["founding", "the act of starting something for the first time; introducing something new"], ["introduction", "the act of starting something for the first time; introducing something new"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "instinctive_reflex", "hint": "synonyms for instinctive reflex", "clues": [["innate reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex action", "an automatic instinctive unlearned reaction to a stimulus"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "institution", "hint": "synonyms for institution", "clues": [["establishment", "an organization founded and united for a specific purpose"], ["mental home", "a hospital for mentally incompetent or unbalanced person"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person"], ["initiation", "the act of starting something for the first time; introducing something new"], ["innovation", "the act of starting something for the first time; introducing something new"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person"], ["foundation", "the act of starting something for the first time; introducing something new"], ["asylum", "a hospital for mentally incompetent or unbalanced person"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person"], ["origination", "the act of starting something for the first time; introducing something new"], ["mental institution", "a hospital for mentally incompetent or unbalanced person"], ["instauration", "the act of starting something for the first time; introducing something new"], ["founding", "the act of starting something for the first time; introducing something new"], ["introduction", "the act of starting something for the first time; introducing something new"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "instruction", "hint": "synonyms for instruction", "clues": [["teaching", "the profession of a teacher"], ["command", "(computer science) a line of code written as part of a computer program"], ["pedagogy", "the profession of a teacher"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill"], ["program line", "(computer science) a line of code written as part of a computer program"], ["direction", "a message describing how something is to be done"], ["statement", "(computer science) a line of code written as part of a computer program"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill"]]}, {"answer": "instructions", "hint": "synonyms for instructions", "clues": [["operating instructions", "a manual usually accompanying a technical device and explaining how to install or operate it"], ["teaching", "the profession of a teacher"], ["instruction", "(computer science) a line of code written as part of a computer program"], ["pedagogy", "the profession of a teacher"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill"], ["program line", "(computer science) a line of code written as part of a computer program"], ["direction", "a message describing how something is to be done"], ["statement", "(computer science) a line of code written as part of a computer program"], ["instruction manual", "a manual usually accompanying a technical device and explaining how to install or operate it"], ["command", "(computer science) a line of code written as part of a computer program"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill"], ["book of instructions", "a manual usually accompanying a technical device and explaining how to install or operate it"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill"]]}, {"answer": "instrument", "hint": "synonyms for instrument", "clues": [["tool", "the means whereby some act is accomplished"], ["official document", "(law) a document that states some contractual relationship or grants some right"], ["legal document", "(law) a document that states some contractual relationship or grants some right"], ["musical instrument", "any of various devices or contrivances that can be used to produce musical tones or sounds"], ["legal instrument", "(law) a document that states some contractual relationship or grants some right"], ["instrumental role", "the semantic role of the entity (usually inanimate) that the agent uses to perform an action or start a process"]]}, {"answer": "instrument_panel", "hint": "synonyms for instrument panel", "clues": [["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"]]}, {"answer": "insult", "hint": "synonyms for insult", "clues": [["contumely", "a rude expression intended to offend or hurt"], ["affront", "a deliberately offensive act or something producing the effect of deliberate disrespect"], ["revilement", "a rude expression intended to offend or hurt"], ["abuse", "a rude expression intended to offend or hurt"], ["vilification", "a rude expression intended to offend or hurt"]]}, {"answer": "insurance_company", "hint": "synonyms for insurance company", "clues": [["insurance underwriter", "a financial institution that sells insurance"], ["insurer", "a financial institution that sells insurance"], ["insurance firm", "a financial institution that sells insurance"], ["underwriter", "a financial institution that sells insurance"]]}, {"answer": "insurance_firm", "hint": "synonyms for insurance firm", "clues": [["insurance underwriter", "a financial institution that sells insurance"], ["insurer", "a financial institution that sells insurance"], ["underwriter", "a financial institution that sells insurance"], ["insurance company", "a financial institution that sells insurance"]]}, {"answer": "insurance_underwriter", "hint": "synonyms for insurance underwriter", "clues": [["insurer", "a financial institution that sells insurance"], ["underwriter", "a financial institution that sells insurance"], ["insurance firm", "a financial institution that sells insurance"], ["insurance company", "a financial institution that sells insurance"]]}, {"answer": "insurer", "hint": "synonyms for insurer", "clues": [["insurance underwriter", "a financial institution that sells insurance"], ["underwriter", "a financial institution that sells insurance"], ["insurance firm", "a financial institution that sells insurance"], ["insurance company", "a financial institution that sells insurance"]]}, {"answer": "intake", "hint": "synonyms for intake", "clues": [["uptake", "the process of taking food into the body through the mouth (as by eating)"], ["inhalation", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["aspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["ingestion", "the process of taking food into the body through the mouth (as by eating)"], ["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing"], ["consumption", "the process of taking food into the body through the mouth (as by eating)"], ["inlet", "an opening through which fluid is admitted to a tube or container"]]}, {"answer": "intellection", "hint": "synonyms for intellection", "clues": [["cerebration", "the process of using your mind to consider something carefully"], ["mentation", "the process of using your mind to consider something carefully"], ["thought", "the process of using your mind to consider something carefully"], ["thought process", "the process of using your mind to consider something carefully"], ["thinking", "the process of using your mind to consider something carefully"]]}, {"answer": "intelligence", "hint": "synonyms for intelligence", "clues": [["news", "information about recent and important events"], ["intelligence agency", "a unit responsible for gathering and interpreting information about an enemy"], ["intelligence information", "secret information about an enemy (or potential enemy)"], ["intelligence service", "a unit responsible for gathering and interpreting information about an enemy"], ["word", "information about recent and important events"], ["tidings", "information about recent and important events"], ["intelligence activity", "the operation of gathering information about an enemy"]]}, {"answer": "intensity", "hint": "synonyms for intensity", "clues": [["saturation", "chromatic purity: freedom from dilution with white and hence vivid in hue"], ["intensity level", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)"], ["vividness", "chromatic purity: freedom from dilution with white and hence vivid in hue"], ["volume", "the magnitude of sound (usually in a specified direction)"], ["chroma", "chromatic purity: freedom from dilution with white and hence vivid in hue"], ["strength", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)"], ["intensiveness", "high level or degree; the property of being intense"], ["loudness", "the magnitude of sound (usually in a specified direction)"]]}, {"answer": "intention", "hint": "synonyms for intention", "clues": [["design", "an anticipated outcome that is intended or that guides your planned actions"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions"], ["intent", "an anticipated outcome that is intended or that guides your planned actions"], ["aim", "an anticipated outcome that is intended or that guides your planned actions"]]}, {"answer": "interbreeding", "hint": "synonyms for interbreeding", "clues": [["crossbreeding", "reproduction by parents of different races (especially by white and non-white persons)"], ["cross", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"], ["miscegenation", "reproduction by parents of different races (especially by white and non-white persons)"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids"]]}, {"answer": "intercourse", "hint": "synonyms for intercourse", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["social intercourse", "communication between individuals"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "interest", "hint": "synonyms for interest", "clues": [["pursuit", "a diversion that occupies one's time and thoughts (usually pleasantly)"], ["sake", "a reason for wanting something done"], ["interestingness", "the power of attracting or holding one's attention (because it is unusual or exciting etc.)"], ["interest group", "(usually plural) a social group whose members control some field of activity and who have common aims"], ["pastime", "a diversion that occupies one's time and thoughts (usually pleasantly)"], ["involvement", "a sense of concern with and curiosity about someone or something"]]}, {"answer": "interference", "hint": "synonyms for interference", "clues": [["intervention", "a policy of intervening in the affairs of other countries"], ["hinderance", "any obstruction that impedes or is burdensome"], ["preventative", "any obstruction that impedes or is burdensome"], ["disturbance", "electrical or acoustic activity that can disturb communication"], ["noise", "electrical or acoustic activity that can disturb communication"], ["incumbrance", "any obstruction that impedes or is burdensome"], ["hitch", "any obstruction that impedes or is burdensome"]]}, {"answer": "interment", "hint": "synonyms for interment", "clues": [["sepulture", "the ritual placing of a corpse in a grave"], ["inhumation", "the ritual placing of a corpse in a grave"], ["entombment", "the ritual placing of a corpse in a grave"], ["burial", "the ritual placing of a corpse in a grave"]]}, {"answer": "intermission", "hint": "synonyms for intermission", "clues": [["suspension", "a time interval during which there is a temporary cessation of something"], ["break", "a time interval during which there is a temporary cessation of something"], ["pause", "a time interval during which there is a temporary cessation of something"], ["interruption", "a time interval during which there is a temporary cessation of something"]]}, {"answer": "intermixture", "hint": "synonyms for intermixture", "clues": [["admixture", "an additional ingredient that is added by mixing with the base"], ["mixing", "the act of mixing together"], ["concoction", "any foodstuff made by combining different ingredients"], ["commixture", "the act of mixing together"]]}, {"answer": "international_mile", "hint": "synonyms for international mile", "clues": [["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"]]}, {"answer": "international_nautical_mile", "hint": "synonyms for international nautical mile", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"]]}, {"answer": "internment", "hint": "synonyms for internment", "clues": [["imprisonment", "the act of confining someone in a prison (or as if in a prison)"], ["impounding", "placing private property in the custody of an officer of the law"], ["poundage", "placing private property in the custody of an officer of the law"], ["impoundment", "placing private property in the custody of an officer of the law"]]}, {"answer": "interpolation", "hint": "synonyms for interpolation", "clues": [["insertion", "a message (spoken or written) that is introduced or inserted"], ["interposition", "the action of interjecting or interposing an action or remark that interrupts"], ["interpellation", "the action of interjecting or interposing an action or remark that interrupts"], ["interjection", "the action of interjecting or interposing an action or remark that interrupts"]]}, {"answer": "interpretation", "hint": "synonyms for interpretation", "clues": [["rendition", "the act of interpreting something as expressed in an artistic performance"], ["version", "a mental representation of the meaning or significance of something"], ["rendering", "the act of interpreting something as expressed in an artistic performance"], ["interpreting", "an explanation of something that is not immediately obvious"], ["reading", "a mental representation of the meaning or significance of something"]]}, {"answer": "interrogation", "hint": "synonyms for interrogation", "clues": [["query", "an instance of questioning"], ["interrogative", "a sentence of inquiry that asks for a reply"], ["interrogative sentence", "a sentence of inquiry that asks for a reply"], ["examination", "formal systematic questioning"], ["enquiry", "an instance of questioning"], ["question", "an instance of questioning"], ["interrogatory", "formal systematic questioning"]]}, {"answer": "interruption", "hint": "synonyms for interruption", "clues": [["break", "a time interval during which there is a temporary cessation of something"], ["pause", "a time interval during which there is a temporary cessation of something"], ["suspension", "a time interval during which there is a temporary cessation of something"], ["intermission", "a time interval during which there is a temporary cessation of something"], ["disruption", "an act of delaying or interrupting the continuity"], ["gap", "an act of delaying or interrupting the continuity"]]}, {"answer": "intersection", "hint": "synonyms for intersection", "clues": [["crossing", "a junction where one street or road crosses another"], ["point of intersection", "a point where lines intersect"], ["crossway", "a junction where one street or road crosses another"], ["product", "the set of elements common to two or more sets"], ["overlap", "a representation of common ground between theories or phenomena"], ["carrefour", "a junction where one street or road crosses another"], ["crossroad", "a junction where one street or road crosses another"], ["convergence", "a representation of common ground between theories or phenomena"], ["intersection point", "a point where lines intersect"]]}, {"answer": "intervention", "hint": "synonyms for intervention", "clues": [["interference", "a policy of intervening in the affairs of other countries"], ["treatment", "care provided to improve a situation (especially medical procedures or applications that are intended to relieve illness or injury)"], ["intercession", "the act of intervening (as to mediate a dispute, etc.)"], ["interposition", "the act or fact of interposing one thing between or among others"]]}, {"answer": "intimation", "hint": "synonyms for intimation", "clues": [["inkling", "a slight suggestion or vague understanding"], ["hint", "an indirect suggestion"], ["glimmer", "a slight suggestion or vague understanding"], ["breath", "an indirect suggestion"]]}, {"answer": "introduction", "hint": "synonyms for introduction", "clues": [["first appearance", "the act of beginning something new"], ["institution", "the act of starting something for the first time; introducing something new"], ["initiation", "the act of starting something for the first time; introducing something new"], ["innovation", "the act of starting something for the first time; introducing something new"], ["debut", "the act of beginning something new"], ["unveiling", "the act of beginning something new"], ["insertion", "the act of putting one thing into another"], ["entry", "the act of beginning something new"], ["foundation", "the act of starting something for the first time; introducing something new"], ["origination", "the act of starting something for the first time; introducing something new"], ["instauration", "the act of starting something for the first time; introducing something new"], ["launching", "the act of beginning something new"], ["founding", "the act of starting something for the first time; introducing something new"], ["intro", "formally making a person known to another or to the public"], ["presentation", "formally making a person known to another or to the public"], ["intromission", "the act of putting one thing into another"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "intrusion", "hint": "synonyms for intrusion", "clues": [["invasion", "any entry into an area not previously occupied"], ["encroachment", "entry to another's property without right or permission"], ["usurpation", "entry to another's property without right or permission"], ["trespass", "entry to another's property without right or permission"], ["violation", "entry to another's property without right or permission"]]}, {"answer": "inundation", "hint": "synonyms for inundation", "clues": [["flood", "the rising of a body of water and its overflowing onto normally dry land"], ["deluge", "the rising of a body of water and its overflowing onto normally dry land"], ["torrent", "an overwhelming number or amount"], ["alluvion", "the rising of a body of water and its overflowing onto normally dry land"]]}, {"answer": "invention", "hint": "synonyms for invention", "clues": [["conception", "the creation of something in the mind"], ["innovation", "the creation of something in the mind"], ["excogitation", "the creation of something in the mind"], ["design", "the creation of something in the mind"]]}, {"answer": "inventory", "hint": "synonyms for inventory", "clues": [["armory", "a collection of resources"], ["inventorying", "making an itemized list of merchandise or supplies on hand"], ["stock-taking", "making an itemized list of merchandise or supplies on hand"], ["stock", "the merchandise that a shop has on hand"], ["stock list", "a detailed list of all the items in stock"]]}, {"answer": "inversion", "hint": "synonyms for inversion", "clues": [["anastrophe", "the reversal of the normal order of words"], ["eversion", "the act of turning inside out"], ["sexual inversion", "a term formerly used to mean taking on the gender role of the opposite sex"], ["everting", "the act of turning inside out"], ["upending", "turning upside down; setting on end"]]}, {"answer": "investiture", "hint": "synonyms for investiture", "clues": [["enthronisation", "the ceremony of installing a new monarch"], ["investment", "the ceremonial act of clothing someone in the insignia of an office; the formal promotion of a person to an office or rank"], ["enthronement", "the ceremony of installing a new monarch"], ["coronation", "the ceremony of installing a new monarch"]]}, {"answer": "invigoration", "hint": "synonyms for invigoration", "clues": [["animation", "quality of being active or spirited or alive and vigorous"], ["vivification", "the activity of giving vitality and vigour to something"], ["brio", "quality of being active or spirited or alive and vigorous"], ["spiritedness", "quality of being active or spirited or alive and vigorous"]]}, {"answer": "invocation", "hint": "synonyms for invocation", "clues": [["conjuring", "calling up a spirit or devil"], ["supplication", "a prayer asking God's help as part of a religious service"], ["conjury", "calling up a spirit or devil"], ["conjuration", "calling up a spirit or devil"]]}, {"answer": "involution", "hint": "synonyms for involution", "clues": [["elaborateness", "marked by elaborately complex detail"], ["exponentiation", "the process of raising a quantity to some assigned power"], ["participation", "the act of sharing in the activities of a group"], ["elaboration", "marked by elaborately complex detail"], ["intricacy", "marked by elaborately complex detail"], ["engagement", "the act of sharing in the activities of a group"], ["involvement", "the act of sharing in the activities of a group"], ["enfolding", "the action of enfolding something"]]}, {"answer": "involvement", "hint": "synonyms for involvement", "clues": [["engagement", "the act of sharing in the activities of a group"], ["involution", "the act of sharing in the activities of a group"], ["interest", "a sense of concern with and curiosity about someone or something"], ["participation", "the act of sharing in the activities of a group"]]}, {"answer": "inwardness", "hint": "synonyms for inwardness", "clues": [["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["internality", "preoccupation with what concerns human inner nature (especially ethical or ideological values); - H.R.Finch"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "iota", "hint": "synonyms for iota", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["scintilla", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["smidge", "a tiny or scarcely detectable amount"], ["tittle", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "ira", "hint": "synonyms for ira", "clues": [["anger", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"], ["ire", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"], ["wrath", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"], ["individual retirement account", "a retirement plan that allows you to contribute a limited yearly sum toward your retirement; taxes on the interest earned in the account are deferred"]]}, {"answer": "ire", "hint": "synonyms for ire", "clues": [["anger", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"], ["choler", "a strong emotion; a feeling that is oriented toward some real or supposed grievance"], ["ira", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"], ["wrath", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)"]]}, {"answer": "irish_bull", "hint": "synonyms for irish bull", "clues": [["bullshit", "obscene words for unacceptable behavior"], ["dogshit", "obscene words for unacceptable behavior"], ["shit", "obscene words for unacceptable behavior"], ["bull", "obscene words for unacceptable behavior"], ["crap", "obscene words for unacceptable behavior"], ["horseshit", "obscene words for unacceptable behavior"]]}, {"answer": "irish_potato", "hint": "synonyms for irish potato", "clues": [["white potato", "an edible tuber native to South America; a staple food of Ireland"], ["spud", "an edible tuber native to South America; a staple food of Ireland"], ["potato", "an edible tuber native to South America; a staple food of Ireland"], ["murphy", "an edible tuber native to South America; a staple food of Ireland"], ["tater", "an edible tuber native to South America; a staple food of Ireland"]]}, {"answer": "irons", "hint": "synonyms for irons", "clues": [["atomic number 26", "a heavy ductile magnetic metallic element; is silver-white in pure form but readily rusts; used in construction and tools and armament; plays a role in the transport of oxygen by the blood"], ["iron", "home appliance consisting of a flat metal base that is heated and used to smooth cloth"], ["smoothing iron", "home appliance consisting of a flat metal base that is heated and used to smooth cloth"], ["chains", "metal shackles; for hands or legs"], ["branding iron", "implement used to brand live stock"]]}, {"answer": "irradiation", "hint": "synonyms for irradiation", "clues": [["actinotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["ray", "a column of light (as from a beacon)"], ["beam of light", "a column of light (as from a beacon)"], ["radiotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["radiation therapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["radiation", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["shaft of light", "a column of light (as from a beacon)"], ["shaft", "a column of light (as from a beacon)"], ["ray of light", "a column of light (as from a beacon)"], ["light beam", "a column of light (as from a beacon)"], ["beam", "a column of light (as from a beacon)"]]}, {"answer": "irritability", "hint": "synonyms for irritability", "clues": [["fussiness", "an irritable petulant feeling"], ["fretfulness", "an irritable petulant feeling"], ["choler", "an irritable petulant feeling"], ["excitability", "excessive sensitivity of an organ or body part"], ["temper", "a disposition to exhibit uncontrolled anger"], ["surliness", "a disposition to exhibit uncontrolled anger"], ["snappishness", "a disposition to exhibit uncontrolled anger"], ["peevishness", "a disposition to exhibit uncontrolled anger"], ["petulance", "an irritable petulant feeling"], ["pettishness", "a disposition to exhibit uncontrolled anger"], ["biliousness", "a disposition to exhibit uncontrolled anger"], ["crossness", "an irritable petulant feeling"]]}, {"answer": "irritation", "hint": "synonyms for irritation", "clues": [["pique", "a sudden outburst of anger"], ["soreness", "an uncomfortable feeling of mental painfulness or distress"], ["annoying", "the act of troubling or annoying someone"], ["provocation", "unfriendly behavior that causes anger or resentment"], ["temper", "a sudden outburst of anger"], ["discomfort", "an uncomfortable feeling of mental painfulness or distress"], ["annoyance", "the act of troubling or annoying someone"], ["aggravation", "unfriendly behavior that causes anger or resentment"], ["vexation", "the act of troubling or annoying someone"]]}, {"answer": "ism", "hint": "synonyms for ism", "clues": [["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school"]]}, {"answer": "issue", "hint": "synonyms for issue", "clues": [["consequence", "a phenomenon that follows and is caused by some previous phenomenon"], ["way out", "an opening that permits escape or release"], ["egress", "the becoming visible"], ["subject", "some situation or event that is thought about"], ["return", "the income or profit arising from such transactions as the sale of land or other property"], ["result", "a phenomenon that follows and is caused by some previous phenomenon"], ["government issue", "supplies (as food or clothing or ammunition) issued by the government"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon"], ["emergence", "the becoming visible"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property"], ["outlet", "an opening that permits escape or release"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon"], ["take", "the income or profit arising from such transactions as the sale of land or other property"], ["topic", "some situation or event that is thought about"], ["event", "a phenomenon that follows and is caused by some previous phenomenon"], ["military issue", "supplies (as food or clothing or ammunition) issued by the government"], ["takings", "the income or profit arising from such transactions as the sale of land or other property"], ["issuing", "the act of providing an item for general use or for official purposes (usually in quantity)"], ["publication", "the act of issuing printed materials"], ["matter", "some situation or event that is thought about"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property"], ["exit", "an opening that permits escape or release"], ["issuance", "the act of providing an item for general use or for official purposes (usually in quantity)"], ["number", "one of a series published periodically"], ["yield", "the income or profit arising from such transactions as the sale of land or other property"]]}, {"answer": "italian_sandwich", "hint": "synonyms for italian sandwich", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "itinerary", "hint": "synonyms for itinerary", "clues": [["path", "an established line of travel or access"], ["route", "an established line of travel or access"], ["travel guidebook", "a guidebook for travelers"], ["travel plan", "a proposed route of travel"]]}, {"answer": "ivory", "hint": "synonyms for ivory", "clues": [["bone", "a shade of white the color of bleached bones"], ["pearl", "a shade of white the color of bleached bones"], ["off-white", "a shade of white the color of bleached bones"], ["tusk", "a hard smooth ivory colored dentine that makes up most of the tusks of elephants and walruses"]]}, {"answer": "jab", "hint": "synonyms for jab", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)"], ["thrust", "a sharp hand gesture (resembling a blow)"], ["poking", "a sharp hand gesture (resembling a blow)"], ["poke", "a sharp hand gesture (resembling a blow)"], ["dig", "the act of touching someone suddenly with your finger or elbow"]]}, {"answer": "jabbing", "hint": "synonyms for jabbing", "clues": [["thrust", "a sharp hand gesture (resembling a blow)"], ["poking", "a sharp hand gesture (resembling a blow)"], ["jab", "a sharp hand gesture (resembling a blow)"], ["poke", "a sharp hand gesture (resembling a blow)"]]}, {"answer": "jack", "hint": "synonyms for jack", "clues": [["diddly-squat", "a small worthless amount"], ["doodly-squat", "a small worthless amount"], ["diddly", "a small worthless amount"], ["jak", "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted"], ["diddlyshit", "a small worthless amount"], ["knave", "one of four face cards in a deck bearing a picture of a young prince"], ["shit", "a small worthless amount"], ["jackfruit", "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted"], ["squat", "a small worthless amount"], ["jackstones", "game equipment consisting of one of several small six-pointed metal pieces that are picked up while bouncing a ball in the game of jacks"]]}, {"answer": "jacket", "hint": "synonyms for jacket", "clues": [["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"]]}, {"answer": "jacket_crown", "hint": "synonyms for jacket crown", "clues": [["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"], ["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth"]]}, {"answer": "jacks", "hint": "synonyms for jacks", "clues": [["knucklebones", "a game in which jackstones are thrown and picked up in various groups between bounces of a small rubber ball"], ["jack", "small flag indicating a ship's nationality"], ["doodly-squat", "a small worthless amount"], ["diddlysquat", "a small worthless amount"], ["diddlyshit", "a small worthless amount"], ["knave", "one of four face cards in a deck bearing a picture of a young prince"], ["squat", "a small worthless amount"], ["jackstones", "game equipment consisting of one of several small six-pointed metal pieces that are picked up while bouncing a ball in the game of jacks"], ["diddly", "a small worthless amount"], ["shit", "a small worthless amount"], ["jackfruit", "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted"]]}, {"answer": "jail", "hint": "synonyms for jail", "clues": [["pokey", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"]]}, {"answer": "jailbreak", "hint": "synonyms for jailbreak", "clues": [["gaolbreak", "an escape from jail"], ["breakout", "an escape from jail"], ["prison-breaking", "an escape from jail"], ["break", "an escape from jail"], ["prisonbreak", "an escape from jail"]]}, {"answer": "jailhouse", "hint": "synonyms for jailhouse", "clues": [["pokey", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"]]}, {"answer": "jam", "hint": "synonyms for jam", "clues": [["press", "a dense crowd of people"], ["electronic jamming", "deliberate radiation or reflection of electromagnetic energy for the purpose of disrupting enemy use of electronic devices or systems"], ["jamming", "deliberate radiation or reflection of electromagnetic energy for the purpose of disrupting enemy use of electronic devices or systems"], ["crush", "a dense crowd of people"]]}, {"answer": "jape", "hint": "synonyms for jape", "clues": [["jest", "a humorous anecdote or remark intended to provoke laughter"], ["joke", "a humorous anecdote or remark intended to provoke laughter"], ["gag", "a humorous anecdote or remark intended to provoke laughter"], ["laugh", "a humorous anecdote or remark intended to provoke laughter"]]}, {"answer": "japery", "hint": "synonyms for japery", "clues": [["clowning", "acting like a clown or buffoon"], ["harlequinade", "acting like a clown or buffoon"], ["buffoonery", "acting like a clown or buffoon"], ["frivolity", "acting like a clown or buffoon"], ["prank", "acting like a clown or buffoon"]]}, {"answer": "jar", "hint": "synonyms for jar", "clues": [["shock", "a sudden jarring impact"], ["jolt", "a sudden jarring impact"], ["jarful", "the quantity contained in a jar"], ["jounce", "a sudden jarring impact"]]}, {"answer": "jargon", "hint": "synonyms for jargon", "clues": [["lingo", "a characteristic language of a particular group (as among thieves)"], ["patois", "a characteristic language of a particular group (as among thieves)"], ["slang", "a characteristic language of a particular group (as among thieves)"], ["argot", "a characteristic language of a particular group (as among thieves)"], ["vernacular", "a characteristic language of a particular group (as among thieves)"], ["cant", "a characteristic language of a particular group (as among thieves)"], ["jargoon", "a colorless (or pale yellow or smoky) variety of zircon"]]}, {"answer": "jaundice", "hint": "synonyms for jaundice", "clues": [["acerbity", "a rough and bitter manner"], ["tartness", "a rough and bitter manner"], ["thorniness", "a rough and bitter manner"], ["acrimony", "a rough and bitter manner"], ["bitterness", "a rough and bitter manner"]]}, {"answer": "jaunt", "hint": "synonyms for jaunt", "clues": [["junket", "a journey taken for pleasure"], ["outing", "a journey taken for pleasure"], ["expedition", "a journey taken for pleasure"], ["sashay", "a journey taken for pleasure"], ["pleasure trip", "a journey taken for pleasure"], ["excursion", "a journey taken for pleasure"]]}, {"answer": "jauntiness", "hint": "synonyms for jauntiness", "clues": [["breeziness", "a breezy liveliness"], ["rakishness", "stylishness as evidenced by a smart appearance"], ["dapperness", "stylishness as evidenced by a smart appearance"], ["nattiness", "stylishness as evidenced by a smart appearance"]]}, {"answer": "jazz", "hint": "synonyms for jazz", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk"], ["wind", "empty rhetoric or insincere or exaggerated talk"], ["idle words", "empty rhetoric or insincere or exaggerated talk"], ["nothingness", "empty rhetoric or insincere or exaggerated talk"]]}, {"answer": "jejuneness", "hint": "synonyms for jejuneness", "clues": [["jejunity", "the quality of being vapid and unsophisticated"], ["vapidity", "the quality of being vapid and unsophisticated"], ["vapidness", "the quality of being vapid and unsophisticated"], ["tameness", "the quality of being vapid and unsophisticated"]]}, {"answer": "jejunity", "hint": "synonyms for jejunity", "clues": [["vapidity", "the quality of being vapid and unsophisticated"], ["vapidness", "the quality of being vapid and unsophisticated"], ["tameness", "the quality of being vapid and unsophisticated"], ["jejuneness", "the quality of being vapid and unsophisticated"]]}, {"answer": "jerk", "hint": "synonyms for jerk", "clues": [["jolt", "an abrupt spasmodic movement"], ["jerked meat", "meat (especially beef) cut in strips and dried in the sun"], ["jerky", "meat (especially beef) cut in strips and dried in the sun"], ["tug", "a sudden abrupt pull"], ["saccade", "an abrupt spasmodic movement"], ["jerking", "an abrupt spasmodic movement"]]}, {"answer": "jest", "hint": "synonyms for jest", "clues": [["joke", "activity characterized by good humor"], ["laugh", "a humorous anecdote or remark intended to provoke laughter"], ["jocularity", "activity characterized by good humor"], ["gag", "a humorous anecdote or remark intended to provoke laughter"], ["jape", "a humorous anecdote or remark intended to provoke laughter"]]}, {"answer": "jet_black", "hint": "synonyms for jet black", "clues": [["sable", "a very dark black"], ["soot black", "a very dark black"], ["pitch black", "a very dark black"], ["coal black", "a very dark black"], ["ebony", "a very dark black"]]}, {"answer": "jetty", "hint": "synonyms for jetty", "clues": [["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"]]}, {"answer": "jibe", "hint": "synonyms for jibe", "clues": [["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect"]]}, {"answer": "jiffy", "hint": "synonyms for jiffy", "clues": [["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "jiggery-pokery", "hint": "synonyms for jiggery-pokery", "clues": [["slickness", "verbal misrepresentation intended to take advantage of you in some way"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way"]]}, {"answer": "jigsaw", "hint": "synonyms for jigsaw", "clues": [["saber saw", "a portable power saw with a reciprocating blade; can be used with a variety of blades depending on the application and kind of cut; generally have a plate that rides on the surface that is being cut"], ["reciprocating saw", "a portable power saw with a reciprocating blade; can be used with a variety of blades depending on the application and kind of cut; generally have a plate that rides on the surface that is being cut"], ["fretsaw", "fine-toothed power saw with a narrow blade; used to cut curved outlines"], ["scroll saw", "fine-toothed power saw with a narrow blade; used to cut curved outlines"]]}, {"answer": "jingoism", "hint": "synonyms for jingoism", "clues": [["ultranationalism", "fanatical patriotism"], ["chauvinism", "fanatical patriotism"], ["flag waving", "an appeal intended to arouse patriotic emotions"], ["superpatriotism", "fanatical patriotism"]]}, {"answer": "jitney", "hint": "synonyms for jitney", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "job", "hint": "synonyms for job", "clues": [["line of work", "the principal activity in your life that you do to earn money"], ["chore", "a specific piece of work required to be done as a duty or for a specific fee"], ["line", "the principal activity in your life that you do to earn money"], ["occupation", "the principal activity in your life that you do to earn money"], ["business", "the principal activity in your life that you do to earn money"], ["task", "a specific piece of work required to be done as a duty or for a specific fee"], ["caper", "a crime (especially a robbery)"]]}, {"answer": "jock", "hint": "synonyms for jock", "clues": [["supporter", "a support for the genitals worn by men engaging in strenuous exercise"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise"]]}, {"answer": "jockstrap", "hint": "synonyms for jockstrap", "clues": [["jock", "a support for the genitals worn by men engaging in strenuous exercise"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise"], ["supporter", "a support for the genitals worn by men engaging in strenuous exercise"]]}, {"answer": "jocosity", "hint": "synonyms for jocosity", "clues": [["jocularity", "fun characterized by humor"], ["jocoseness", "the trait of merry joking"], ["humorousness", "the trait of merry joking"], ["merriness", "the trait of merry joking"]]}, {"answer": "jocularity", "hint": "synonyms for jocularity", "clues": [["jocundity", "a feeling facetious merriment"], ["jocosity", "fun characterized by humor"], ["jest", "activity characterized by good humor"], ["joke", "activity characterized by good humor"]]}, {"answer": "jodhpurs", "hint": "synonyms for jodhpurs", "clues": [["riding breeches", "flared trousers ending at the calves; worn with riding boots"], ["jodhpur boot", "a short riding boot that fastens with a buckle at the side"], ["jodhpur breeches", "flared trousers ending at the calves; worn with riding boots"], ["jodhpur shoe", "a short riding boot that fastens with a buckle at the side"], ["jodhpur", "a short riding boot that fastens with a buckle at the side"]]}, {"answer": "john", "hint": "synonyms for john", "clues": [["toilet", "a room or building equipped with one or more toilets"], ["bathroom", "a room or building equipped with one or more toilets"], ["can", "a room or building equipped with one or more toilets"], ["lavatory", "a room or building equipped with one or more toilets"], ["lav", "a room or building equipped with one or more toilets"], ["privy", "a room or building equipped with one or more toilets"]]}, {"answer": "john_barleycorn", "hint": "synonyms for john barleycorn", "clues": [["liquor", "an alcoholic beverage that is distilled rather than fermented"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented"], ["spirits", "an alcoholic beverage that is distilled rather than fermented"], ["booze", "an alcoholic beverage that is distilled rather than fermented"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented"], ["strong drink", "an alcoholic beverage that is distilled rather than fermented"]]}, {"answer": "johns", "hint": "synonyms for johns", "clues": [["toilet", "a room or building equipped with one or more toilets"], ["bathroom", "a room or building equipped with one or more toilets"], ["can", "a room or building equipped with one or more toilets"], ["lavatory", "a room or building equipped with one or more toilets"], ["john", "a room or building equipped with one or more toilets"], ["lav", "a room or building equipped with one or more toilets"], ["privy", "a room or building equipped with one or more toilets"]]}, {"answer": "join", "hint": "synonyms for join", "clues": [["junction", "the shape or manner in which things come together and a connection is made"], ["articulation", "the shape or manner in which things come together and a connection is made"], ["sum", "a set containing all and only the members of two or more given sets"], ["joint", "the shape or manner in which things come together and a connection is made"], ["union", "a set containing all and only the members of two or more given sets"], ["juncture", "the shape or manner in which things come together and a connection is made"]]}, {"answer": "jointure", "hint": "synonyms for jointure", "clues": [["uniting", "the act of making or becoming a single unit"], ["legal jointure", "(law) an estate secured to a prospective wife as a marriage settlement in lieu of a dower"], ["union", "the act of making or becoming a single unit"], ["unification", "the act of making or becoming a single unit"], ["conjugation", "the act of making or becoming a single unit"]]}, {"answer": "joke", "hint": "synonyms for joke", "clues": [["jest", "activity characterized by good humor"], ["trick", "a ludicrous or grotesque act done for fun and amusement"], ["antic", "a ludicrous or grotesque act done for fun and amusement"], ["caper", "a ludicrous or grotesque act done for fun and amusement"], ["gag", "a humorous anecdote or remark intended to provoke laughter"], ["prank", "a ludicrous or grotesque act done for fun and amusement"], ["laugh", "a humorous anecdote or remark intended to provoke laughter"], ["jocularity", "activity characterized by good humor"], ["put-on", "a ludicrous or grotesque act done for fun and amusement"], ["jape", "a humorous anecdote or remark intended to provoke laughter"]]}, {"answer": "jolt", "hint": "synonyms for jolt", "clues": [["shock", "a sudden jarring impact"], ["jar", "a sudden jarring impact"], ["saccade", "an abrupt spasmodic movement"], ["jerk", "an abrupt spasmodic movement"], ["jounce", "a sudden jarring impact"]]}, {"answer": "jook", "hint": "synonyms for jook", "clues": [["congee", "a Chinese rice gruel eaten for breakfast"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"]]}, {"answer": "jook_house", "hint": "synonyms for jook house", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"]]}, {"answer": "jook_joint", "hint": "synonyms for jook joint", "clues": [["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"]]}, {"answer": "jot", "hint": "synonyms for jot", "clues": [["jotting", "a brief (and hurriedly handwritten) note"], ["pinch", "a slight but appreciable amount"], ["mite", "a slight but appreciable amount"], ["soupcon", "a slight but appreciable amount"], ["speck", "a slight but appreciable amount"], ["tinge", "a slight but appreciable amount"], ["touch", "a slight but appreciable amount"], ["hint", "a slight but appreciable amount"]]}, {"answer": "joy", "hint": "synonyms for joy", "clues": [["joyfulness", "the emotion of great happiness"], ["joyousness", "the emotion of great happiness"], ["pleasure", "something or someone that provides a source of happiness"], ["delight", "something or someone that provides a source of happiness"]]}, {"answer": "jubilation", "hint": "synonyms for jubilation", "clues": [["exultation", "the utterance of sounds expressing great joy"], ["celebration", "a joyful occasion for special festivities to mark some happy event"], ["jubilancy", "a feeling of extreme joy"], ["rejoicing", "the utterance of sounds expressing great joy"]]}, {"answer": "judgement", "hint": "synonyms for judgement", "clues": [["judgment", "the legal document stating the reasons for a judicial decision"], ["perspicacity", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions"], ["legal opinion", "the legal document stating the reasons for a judicial decision"], ["discernment", "the mental ability to understand and discriminate between relations"], ["opinion", "the legal document stating the reasons for a judicial decision"], ["sagacity", "the mental ability to understand and discriminate between relations"], ["sound judgment", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions"], ["judicial decision", "(law) the determination by a court of competent jurisdiction on matters submitted to it"], ["assessment", "the act of judging or assessing a person or situation or event"], ["mind", "an opinion formed by judging something"], ["judging", "the cognitive process of reaching a decision or drawing conclusions"], ["sagaciousness", "the mental ability to understand and discriminate between relations"]]}, {"answer": "judgement_day", "hint": "synonyms for judgement day", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "judgment", "hint": "synonyms for judgment", "clues": [["perspicacity", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions"], ["judgement", "the act of judging or assessing a person or situation or event"], ["legal opinion", "the legal document stating the reasons for a judicial decision"], ["discernment", "the mental ability to understand and discriminate between relations"], ["opinion", "the legal document stating the reasons for a judicial decision"], ["sagacity", "the mental ability to understand and discriminate between relations"], ["sound judgment", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions"], ["judicial decision", "(law) the determination by a court of competent jurisdiction on matters submitted to it"], ["assessment", "the act of judging or assessing a person or situation or event"], ["mind", "an opinion formed by judging something"], ["judging", "the cognitive process of reaching a decision or drawing conclusions"], ["sagaciousness", "the mental ability to understand and discriminate between relations"]]}, {"answer": "judgment_day", "hint": "synonyms for judgment day", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "judicature", "hint": "synonyms for judicature", "clues": [["administration", "the act of meting out justice according to the law"], ["court", "an assembly (including one or more judges) to conduct judicial business"], ["judicatory", "the system of law courts that administer justice and constitute the judicial branch of government"], ["judicial system", "the system of law courts that administer justice and constitute the judicial branch of government"], ["judgeship", "the position of judge"], ["judiciary", "the system of law courts that administer justice and constitute the judicial branch of government"], ["tribunal", "an assembly (including one or more judges) to conduct judicial business"]]}, {"answer": "judiciary", "hint": "synonyms for judiciary", "clues": [["judicature", "the system of law courts that administer justice and constitute the judicial branch of government"], ["judicatory", "the system of law courts that administer justice and constitute the judicial branch of government"], ["bench", "persons who administer justice"], ["judicial system", "the system of law courts that administer justice and constitute the judicial branch of government"]]}, {"answer": "juju", "hint": "synonyms for juju", "clues": [["fetich", "a charm superstitiously believed to embody magical powers"], ["voodoo", "a charm superstitiously believed to embody magical powers"], ["fetish", "a charm superstitiously believed to embody magical powers"], ["hoodoo", "a charm superstitiously believed to embody magical powers"]]}, {"answer": "juke", "hint": "synonyms for juke", "clues": [["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["fake", "(football) a deceptive move made by a football player"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"]]}, {"answer": "juke_house", "hint": "synonyms for juke house", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"]]}, {"answer": "juke_joint", "hint": "synonyms for juke joint", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox"]]}, {"answer": "jump", "hint": "synonyms for jump", "clues": [["jumping", "the act of jumping; propelling yourself off the ground"], ["startle", "a sudden involuntary movement"], ["start", "a sudden involuntary movement"], ["parachuting", "descent with a parachute"], ["saltation", "an abrupt transition"], ["leap", "a sudden and decisive increase"]]}, {"answer": "jumper", "hint": "synonyms for jumper", "clues": [["jump shot", "(basketball) a player releases the basketball at the high point of a jump"], ["pinafore", "a sleeveless dress resembling an apron; worn over other clothing"], ["sweater", "a crocheted or knitted garment covering the upper part of the body"], ["pinny", "a sleeveless dress resembling an apron; worn over other clothing"]]}, {"answer": "junction", "hint": "synonyms for junction", "clues": [["join", "the shape or manner in which things come together and a connection is made"], ["articulation", "the shape or manner in which things come together and a connection is made"], ["conjunction", "something that joins or connects"], ["juncture", "the shape or manner in which things come together and a connection is made"], ["adjunction", "an act of joining or adjoining things"]]}, {"answer": "juncture", "hint": "synonyms for juncture", "clues": [["junction", "the shape or manner in which things come together and a connection is made"], ["join", "the shape or manner in which things come together and a connection is made"], ["articulation", "the shape or manner in which things come together and a connection is made"], ["occasion", "an event that occurs at a critical time"]]}, {"answer": "junk", "hint": "synonyms for junk", "clues": [["debris", "the remains of something that has been destroyed or broken up"], ["rubble", "the remains of something that has been destroyed or broken up"], ["detritus", "the remains of something that has been destroyed or broken up"], ["dust", "the remains of something that has been destroyed or broken up"]]}, {"answer": "junk_heap", "hint": "synonyms for junk heap", "clues": [["trash pile", "an accumulation of refuse and discarded matter"], ["garbage heap", "an accumulation of refuse and discarded matter"], ["junk pile", "an accumulation of refuse and discarded matter"], ["refuse heap", "an accumulation of refuse and discarded matter"], ["scrapheap", "an accumulation of refuse and discarded matter"], ["rubbish heap", "an accumulation of refuse and discarded matter"], ["trash heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "junk_pile", "hint": "synonyms for junk pile", "clues": [["trash pile", "an accumulation of refuse and discarded matter"], ["garbage heap", "an accumulation of refuse and discarded matter"], ["junk heap", "an accumulation of refuse and discarded matter"], ["refuse heap", "an accumulation of refuse and discarded matter"], ["scrapheap", "an accumulation of refuse and discarded matter"], ["rubbish heap", "an accumulation of refuse and discarded matter"], ["trash heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "junket", "hint": "synonyms for junket", "clues": [["outing", "a journey taken for pleasure"], ["jaunt", "a journey taken for pleasure"], ["expedition", "a journey taken for pleasure"], ["sashay", "a journey taken for pleasure"], ["pleasure trip", "a journey taken for pleasure"], ["excursion", "a journey taken for pleasure"]]}, {"answer": "jut", "hint": "synonyms for jut", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["jutting", "the act of projecting out from something"], ["projection", "the act of projecting out from something"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "kale", "hint": "synonyms for kale", "clues": [["cole", "coarse curly-leafed cabbage"], ["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["kail", "coarse curly-leafed cabbage"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "kalian", "hint": "synonyms for kalian", "clues": [["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "kaolin", "hint": "synonyms for kaolin", "clues": [["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["kaoline", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"]]}, {"answer": "kaoline", "hint": "synonyms for kaoline", "clues": [["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["kaolin", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"]]}, {"answer": "kb", "hint": "synonyms for kb", "clues": [["kB", "a unit of information equal to 1000 bytes"], ["kbit", "a unit of information equal to 1000 bits"], ["kibibyte", "a unit of information equal to 1024 bytes"], ["kilobyte", "a unit of information equal to 1000 bytes"], ["kilobit", "a unit of information equal to 1000 bits"]]}, {"answer": "kc", "hint": "synonyms for kc", "clues": [["kilohertz", "one thousand periods per second"], ["kilocycle per second", "one thousand periods per second"], ["kHz", "one thousand periods per second"], ["kilocycle", "one thousand periods per second"]]}, {"answer": "keenness", "hint": "synonyms for keenness", "clues": [["acuity", "a quick and penetrating intelligence"], ["acuteness", "a quick and penetrating intelligence"], ["eagerness", "a positive feeling of wanting to push ahead with something"], ["avidness", "a positive feeling of wanting to push ahead with something"], ["sharpness", "a quick and penetrating intelligence"], ["avidity", "a positive feeling of wanting to push ahead with something"]]}, {"answer": "keep", "hint": "synonyms for keep", "clues": [["living", "the financial means whereby one lives"], ["sustenance", "the financial means whereby one lives"], ["dungeon", "the main tower within the walls of a medieval castle or fortress"], ["bread and butter", "the financial means whereby one lives"], ["livelihood", "the financial means whereby one lives"], ["support", "the financial means whereby one lives"], ["donjon", "the main tower within the walls of a medieval castle or fortress"], ["hold", "a cell in a jail or prison"]]}, {"answer": "keeping", "hint": "synonyms for keeping", "clues": [["guardianship", "the responsibility of a guardian or keeper"], ["retention", "the act of retaining something"], ["safekeeping", "the responsibility of a guardian or keeper"], ["holding", "the act of retaining something"]]}, {"answer": "kernel", "hint": "synonyms for kernel", "clues": [["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "kettle", "hint": "synonyms for kettle", "clues": [["timpani", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["boiler", "a metal pot for stewing or boiling; usually has a lid"], ["tympanum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["kettle hole", "(geology) a hollow (typically filled by a lake) that results from the melting of a mass of ice trapped in glacial deposits"], ["kettledrum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["kettleful", "the quantity a kettle will hold"]]}, {"answer": "keystone", "hint": "synonyms for keystone", "clues": [["linchpin", "a central cohesive source of support and stability"], ["anchor", "a central cohesive source of support and stability"], ["backbone", "a central cohesive source of support and stability"], ["headstone", "the central building block at the top of an arch or vault"], ["mainstay", "a central cohesive source of support and stability"], ["key", "the central building block at the top of an arch or vault"]]}, {"answer": "khz", "hint": "synonyms for khz", "clues": [["kilocycle per second", "one thousand periods per second"], ["kilohertz", "one thousand periods per second"], ["kHz", "one thousand periods per second"], ["kilocycle", "one thousand periods per second"], ["kc", "one thousand periods per second"]]}, {"answer": "kick", "hint": "synonyms for kick", "clues": [["boot", "the swift release of a store of affective force"], ["kicking", "a rhythmic thrusting movement of the legs as in swimming or calisthenics"], ["beef", "informal terms for objecting"], ["rush", "the swift release of a store of affective force"], ["squawk", "informal terms for objecting"], ["recoil", "the backward jerk of a gun when it is fired"], ["bang", "the swift release of a store of affective force"], ["charge", "the swift release of a store of affective force"], ["bitch", "informal terms for objecting"], ["flush", "the swift release of a store of affective force"], ["gripe", "informal terms for objecting"], ["thrill", "the swift release of a store of affective force"]]}, {"answer": "kickoff", "hint": "synonyms for kickoff", "clues": [["get-go", "the time at which something is supposed to begin"], ["showtime", "the time at which something is supposed to begin"], ["offset", "the time at which something is supposed to begin"], ["first", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["beginning", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["send-off", "a start given to contestants"], ["outset", "the time at which something is supposed to begin"], ["start-off", "a start given to contestants"], ["commencement", "the time at which something is supposed to begin"]]}, {"answer": "kickshaw", "hint": "synonyms for kickshaw", "clues": [["goody", "something considered choice to eat"], ["treat", "something considered choice to eat"], ["delicacy", "something considered choice to eat"], ["dainty", "something considered choice to eat"]]}, {"answer": "kilocycle", "hint": "synonyms for kilocycle", "clues": [["kc", "one thousand periods per second"], ["kilohertz", "one thousand periods per second"], ["kilocycle per second", "one thousand periods per second"], ["kHz", "one thousand periods per second"]]}, {"answer": "kilocycle_per_second", "hint": "synonyms for kilocycle per second", "clues": [["kc", "one thousand periods per second"], ["kilohertz", "one thousand periods per second"], ["kHz", "one thousand periods per second"], ["kilocycle", "one thousand periods per second"]]}, {"answer": "kilohertz", "hint": "synonyms for kilohertz", "clues": [["kc", "one thousand periods per second"], ["kilocycle per second", "one thousand periods per second"], ["kHz", "one thousand periods per second"], ["kilocycle", "one thousand periods per second"]]}, {"answer": "kin_group", "hint": "synonyms for kin group", "clues": [["kin", "group of people related by blood or marriage"], ["tribe", "group of people related by blood or marriage"], ["clan", "group of people related by blood or marriage"], ["kinship group", "group of people related by blood or marriage"], ["kindred", "group of people related by blood or marriage"]]}, {"answer": "kinaesthesia", "hint": "synonyms for kinaesthesia", "clues": [["kinesthesia", "the perception of body position and movement and muscular tensions etc"], ["sense of movement", "the ability to feel movements of the limbs and body"], ["feeling of movement", "the perception of body position and movement and muscular tensions etc"], ["kinesthetics", "the ability to feel movements of the limbs and body"], ["muscle sense", "the ability to feel movements of the limbs and body"]]}, {"answer": "kinaesthesis", "hint": "synonyms for kinaesthesis", "clues": [["kinaesthesia", "the ability to feel movements of the limbs and body"], ["sense of movement", "the ability to feel movements of the limbs and body"], ["kinesthetics", "the ability to feel movements of the limbs and body"], ["muscle sense", "the ability to feel movements of the limbs and body"]]}, {"answer": "kindling", "hint": "synonyms for kindling", "clues": [["punk", "material for starting a fire"], ["touchwood", "material for starting a fire"], ["inflammation", "the act of setting something on fire"], ["lighting", "the act of setting something on fire"], ["ignition", "the act of setting something on fire"], ["tinder", "material for starting a fire"], ["firing", "the act of setting something on fire"]]}, {"answer": "kinesthesia", "hint": "synonyms for kinesthesia", "clues": [["kinaesthesis", "the ability to feel movements of the limbs and body"], ["sense of movement", "the ability to feel movements of the limbs and body"], ["feeling of movement", "the perception of body position and movement and muscular tensions etc"], ["kinesthetics", "the ability to feel movements of the limbs and body"], ["muscle sense", "the ability to feel movements of the limbs and body"]]}, {"answer": "kinesthesis", "hint": "synonyms for kinesthesis", "clues": [["kinaesthesis", "the ability to feel movements of the limbs and body"], ["sense of movement", "the ability to feel movements of the limbs and body"], ["kinesthetics", "the ability to feel movements of the limbs and body"], ["muscle sense", "the ability to feel movements of the limbs and body"]]}, {"answer": "kinfolk", "hint": "synonyms for kinfolk", "clues": [["kinsfolk", "people descended from a common ancestor"], ["folk", "people descended from a common ancestor"], ["sept", "people descended from a common ancestor"], ["family", "people descended from a common ancestor"], ["family line", "people descended from a common ancestor"], ["phratry", "people descended from a common ancestor"]]}, {"answer": "kinsfolk", "hint": "synonyms for kinsfolk", "clues": [["kinfolk", "people descended from a common ancestor"], ["folk", "people descended from a common ancestor"], ["sept", "people descended from a common ancestor"], ["family", "people descended from a common ancestor"], ["family line", "people descended from a common ancestor"], ["phratry", "people descended from a common ancestor"]]}, {"answer": "kinship_group", "hint": "synonyms for kinship group", "clues": [["kin group", "group of people related by blood or marriage"], ["tribe", "group of people related by blood or marriage"], ["clan", "group of people related by blood or marriage"], ["kin", "group of people related by blood or marriage"], ["kindred", "group of people related by blood or marriage"]]}, {"answer": "kissing", "hint": "synonyms for kissing", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "kitchen_range", "hint": "synonyms for kitchen range", "clues": [["stove", "a kitchen appliance used for cooking food"], ["cooking stove", "a kitchen appliance used for cooking food"], ["kitchen stove", "a kitchen appliance used for cooking food"], ["range", "a kitchen appliance used for cooking food"]]}, {"answer": "kitchen_stove", "hint": "synonyms for kitchen stove", "clues": [["stove", "a kitchen appliance used for cooking food"], ["cooking stove", "a kitchen appliance used for cooking food"], ["kitchen range", "a kitchen appliance used for cooking food"], ["range", "a kitchen appliance used for cooking food"]]}, {"answer": "knapsack", "hint": "synonyms for knapsack", "clues": [["packsack", "a bag carried by a strap on your back or shoulder"], ["backpack", "a bag carried by a strap on your back or shoulder"], ["haversack", "a bag carried by a strap on your back or shoulder"], ["rucksack", "a bag carried by a strap on your back or shoulder"]]}, {"answer": "knee_breeches", "hint": "synonyms for knee breeches", "clues": [["breeches", "trousers ending above the knee"], ["knickers", "trousers ending above the knee"], ["knee pants", "trousers ending above the knee"], ["knickerbockers", "trousers ending above the knee"]]}, {"answer": "knee_pants", "hint": "synonyms for knee pants", "clues": [["knee breeches", "trousers ending above the knee"], ["breeches", "trousers ending above the knee"], ["knickers", "trousers ending above the knee"], ["knickerbockers", "trousers ending above the knee"]]}, {"answer": "knickerbockers", "hint": "synonyms for knickerbockers", "clues": [["knee breeches", "trousers ending above the knee"], ["breeches", "trousers ending above the knee"], ["knickers", "trousers ending above the knee"], ["knee pants", "trousers ending above the knee"]]}, {"answer": "knickers", "hint": "synonyms for knickers", "clues": [["knee breeches", "trousers ending above the knee"], ["breeches", "trousers ending above the knee"], ["pants", "underpants worn by women"], ["bloomers", "underpants worn by women"], ["drawers", "underpants worn by women"], ["knee pants", "trousers ending above the knee"], ["knickerbockers", "trousers ending above the knee"]]}, {"answer": "knickknack", "hint": "synonyms for knickknack", "clues": [["nicknack", "miscellaneous curios"], ["bric-a-brac", "miscellaneous curios"], ["whatnot", "miscellaneous curios"], ["knickknackery", "miscellaneous curios"], ["novelty", "a small inexpensive mass-produced article"]]}, {"answer": "knit", "hint": "synonyms for knit", "clues": [["plain", "a basic knitting stitch"], ["plain stitch", "a basic knitting stitch"], ["knitting", "needlework created by interlacing yarn in a series of connected loops using straight eyeless needles or by machine"], ["knitwork", "needlework created by interlacing yarn in a series of connected loops using straight eyeless needles or by machine"], ["knit stitch", "a basic knitting stitch"]]}, {"answer": "knob", "hint": "synonyms for knob", "clues": [["pommel", "an ornament in the shape of a ball on the hilt of a sword or dagger"], ["node", "any thickened enlargement"], ["thickening", "any thickened enlargement"], ["boss", "a circular rounded projection or protuberance"]]}, {"answer": "knock", "hint": "synonyms for knock", "clues": [["belt", "the act of hitting vigorously"], ["roast", "negative criticism"], ["bash", "a vigorous blow"], ["rap", "the act of hitting vigorously"], ["whang", "the act of hitting vigorously"], ["bang", "a vigorous blow"], ["knocking", "the sound of knocking (as on a door or in an engine or bearing)"], ["smash", "a vigorous blow"], ["whack", "the act of hitting vigorously"]]}, {"answer": "knot", "hint": "synonyms for knot", "clues": [["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["burl", "soft lump or unevenness in a yarn; either an imperfection or created by design"], ["gnarl", "something twisted and tight and swollen"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["slub", "soft lump or unevenness in a yarn; either an imperfection or created by design"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"]]}, {"answer": "ks", "hint": "synonyms for ks", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["atomic number 19", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite"], ["kibibyte", "a unit of information equal to 1024 bytes"], ["k", "the 11th letter of the Roman alphabet"], ["jet", "street names for ketamine"], ["kilobyte", "a unit of information equal to 1000 bytes"], ["honey oil", "street names for ketamine"], ["special K", "street names for ketamine"], ["yard", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["potassium", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite"], ["kelvin", "the basic unit of thermodynamic temperature adopted under the Systeme International d'Unites"], ["1000", "the cardinal number that is the product of 10 and 100"], ["green", "street names for ketamine"], ["kB", "a unit of information equal to 1000 bytes"], ["cat valium", "street names for ketamine"], ["grand", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["super C", "street names for ketamine"], ["thousand", "the cardinal number that is the product of 10 and 100"], ["super acid", "street names for ketamine"]]}, {"answer": "lab", "hint": "synonyms for lab", "clues": [["science laboratory", "a workplace for the conduct of scientific research"], ["research lab", "a workplace for the conduct of scientific research"], ["research laboratory", "a workplace for the conduct of scientific research"], ["laboratory", "a workplace for the conduct of scientific research"], ["science lab", "a workplace for the conduct of scientific research"]]}, {"answer": "labor", "hint": "synonyms for labor", "clues": [["trade union movement", "an organized attempt by workers to improve their status by united action (particularly via labor unions) or the leaders of this movement"], ["undertaking", "any piece of work that is undertaken or attempted"], ["task", "any piece of work that is undertaken or attempted"], ["proletariat", "a social class comprising those who do manual labor or work for wages"], ["labor movement", "an organized attempt by workers to improve their status by united action (particularly via labor unions) or the leaders of this movement"], ["project", "any piece of work that is undertaken or attempted"], ["toil", "productive work (especially physical work done for wages)"], ["labour", "productive work (especially physical work done for wages)"], ["working class", "a social class comprising those who do manual labor or work for wages"]]}, {"answer": "laboratory", "hint": "synonyms for laboratory", "clues": [["lab", "a workplace for the conduct of scientific research"], ["testing ground", "a region resembling a laboratory inasmuch as it offers opportunities for observation and practice and experimentation"], ["science laboratory", "a workplace for the conduct of scientific research"], ["research lab", "a workplace for the conduct of scientific research"], ["research laboratory", "a workplace for the conduct of scientific research"], ["science lab", "a workplace for the conduct of scientific research"]]}, {"answer": "labour", "hint": "synonyms for labour", "clues": [["toil", "productive work (especially physical work done for wages)"], ["proletariat", "a social class comprising those who do manual labor or work for wages"], ["working class", "a social class comprising those who do manual labor or work for wages"], ["labor", "productive work (especially physical work done for wages)"]]}, {"answer": "labyrinthine_sense", "hint": "synonyms for labyrinthine sense", "clues": [["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"]]}, {"answer": "lacing", "hint": "synonyms for lacing", "clues": [["lace", "a cord that is drawn through eyelets or around hooks in order to draw together two edges (as of a shoe or garment)"], ["beating", "the act of inflicting corporal punishment with repeated blows"], ["whacking", "the act of inflicting corporal punishment with repeated blows"], ["licking", "the act of inflicting corporal punishment with repeated blows"], ["drubbing", "the act of inflicting corporal punishment with repeated blows"], ["trouncing", "the act of inflicting corporal punishment with repeated blows"], ["thrashing", "the act of inflicting corporal punishment with repeated blows"]]}, {"answer": "lactoflavin", "hint": "synonyms for lactoflavin", "clues": [["riboflavin", "a B vitamin that prevents skin lesions and weight loss"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin B2", "a B vitamin that prevents skin lesions and weight loss"]]}, {"answer": "lading", "hint": "synonyms for lading", "clues": [["loading", "goods carried by a large vehicle"], ["consignment", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"], ["freight", "goods carried by a large vehicle"], ["cargo", "goods carried by a large vehicle"], ["payload", "goods carried by a large vehicle"]]}, {"answer": "lag", "hint": "synonyms for lag", "clues": [["retardation", "the act of slowing down or falling behind"], ["slowdown", "the act of slowing down or falling behind"], ["meanwhile", "the time between one event, process, or period and another"], ["meantime", "the time between one event, process, or period and another"], ["stave", "one of several thin slats of wood forming the sides of a barrel or bucket"], ["interim", "the time between one event, process, or period and another"]]}, {"answer": "lament", "hint": "synonyms for lament", "clues": [["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["lamentation", "a cry of sorrow and grief"], ["elegy", "a mournful poem; a lament for the dead"], ["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["wail", "a cry of sorrow and grief"], ["plaint", "a cry of sorrow and grief"]]}, {"answer": "lamentation", "hint": "synonyms for lamentation", "clues": [["wail", "a cry of sorrow and grief"], ["lament", "a cry of sorrow and grief"], ["mourning", "the passionate and demonstrative activity of expressing grief"], ["plaint", "a cry of sorrow and grief"]]}, {"answer": "lamentations", "hint": "synonyms for lamentations", "clues": [["lamentation", "the passionate and demonstrative activity of expressing grief"], ["mourning", "the passionate and demonstrative activity of expressing grief"], ["wail", "a cry of sorrow and grief"], ["lament", "a cry of sorrow and grief"], ["plaint", "a cry of sorrow and grief"]]}, {"answer": "lampblack", "hint": "synonyms for lampblack", "clues": [["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"]]}, {"answer": "lampoon", "hint": "synonyms for lampoon", "clues": [["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "lance", "hint": "synonyms for lance", "clues": [["spear", "a long pointed rod used as a tool or weapon"], ["shaft", "a long pointed rod used as a tool or weapon"], ["fishgig", "an implement with a shaft and barbed point used for catching fish"], ["gig", "an implement with a shaft and barbed point used for catching fish"], ["fizgig", "an implement with a shaft and barbed point used for catching fish"], ["lancet", "a surgical knife with a pointed double-edged blade; used for punctures and small incisions"]]}, {"answer": "land", "hint": "synonyms for land", "clues": [["estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["solid ground", "the solid part of the earth's surface"], ["terra firma", "the solid part of the earth's surface"], ["demesne", "territory over which rule or control is exercised"], ["earth", "the solid part of the earth's surface"], ["country", "the territory occupied by a nation"], ["nation", "the people who live in a nation or country"], ["commonwealth", "a politically organized body of people under a single government"], ["body politic", "a politically organized body of people under a single government"], ["soil", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"], ["ground", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"], ["farming", "agriculture considered as an occupation or way of life"], ["dry land", "the solid part of the earth's surface"], ["domain", "territory over which rule or control is exercised"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["res publica", "a politically organized body of people under a single government"]]}, {"answer": "land_mile", "hint": "synonyms for land mile", "clues": [["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"]]}, {"answer": "landed_estate", "hint": "synonyms for landed estate", "clues": [["estate", "extensive landed property (especially in the country) retained by the owner for his own use"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use"], ["demesne", "extensive landed property (especially in the country) retained by the owner for his own use"], ["land", "extensive landed property (especially in the country) retained by the owner for his own use"]]}, {"answer": "language", "hint": "synonyms for language", "clues": [["speech communication", "(language) communication by word of mouth"], ["voice communication", "(language) communication by word of mouth"], ["spoken language", "(language) communication by word of mouth"], ["oral communication", "(language) communication by word of mouth"], ["speech", "(language) communication by word of mouth"], ["words", "the text of a popular song or musical-comedy number"], ["nomenclature", "a system of words used to name things in a particular discipline"], ["linguistic process", "the cognitive processes involved in producing and understanding linguistic communication"], ["lyric", "the text of a popular song or musical-comedy number"], ["linguistic communication", "a systematic means of communicating by the use of sounds or conventional symbols"], ["terminology", "a system of words used to name things in a particular discipline"]]}, {"answer": "languor", "hint": "synonyms for languor", "clues": [["sluggishness", "inactivity; showing an unusual lack of energy"], ["flatness", "inactivity; showing an unusual lack of energy"], ["dreaminess", "a relaxed comfortable feeling"], ["phlegm", "inactivity; showing an unusual lack of energy"], ["lassitude", "a feeling of lack of interest or energy"], ["listlessness", "a feeling of lack of interest or energy"], ["lethargy", "inactivity; showing an unusual lack of energy"]]}, {"answer": "lanthanide", "hint": "synonyms for lanthanide", "clues": [["rare earth", "any element of the lanthanide series (atomic numbers 57 through 71)"], ["lanthanon", "any element of the lanthanide series (atomic numbers 57 through 71)"], ["lanthanoid", "any element of the lanthanide series (atomic numbers 57 through 71)"], ["rare-earth element", "any element of the lanthanide series (atomic numbers 57 through 71)"]]}, {"answer": "lanthanoid", "hint": "synonyms for lanthanoid", "clues": [["lanthanide", "any element of the lanthanide series (atomic numbers 57 through 71)"], ["rare earth", "any element of the lanthanide series (atomic numbers 57 through 71)"], ["lanthanon", "any element of the lanthanide series (atomic numbers 57 through 71)"], ["rare-earth element", "any element of the lanthanide series (atomic numbers 57 through 71)"]]}, {"answer": "lap", "hint": "synonyms for lap", "clues": [["circuit", "movement once around a course"], ["lap covering", "the part of a piece of clothing that covers the thighs"], ["overlap", "a flap that lies over another part"], ["lick", "touching with the tongue"], ["circle", "movement once around a course"]]}, {"answer": "lapse", "hint": "synonyms for lapse", "clues": [["lapsing", "a failure to maintain a higher state"], ["reverting", "a failure to maintain a higher state"], ["backsliding", "a failure to maintain a higher state"], ["reversion", "a failure to maintain a higher state"], ["oversight", "a mistake resulting from inattention"], ["relapse", "a failure to maintain a higher state"]]}, {"answer": "lapsing", "hint": "synonyms for lapsing", "clues": [["lapse", "a failure to maintain a higher state"], ["reverting", "a failure to maintain a higher state"], ["backsliding", "a failure to maintain a higher state"], ["relapsing", "a failure to maintain a higher state"], ["reversion", "a failure to maintain a higher state"], ["relapse", "a failure to maintain a higher state"]]}, {"answer": "larceny", "hint": "synonyms for larceny", "clues": [["stealing", "the act of taking something from someone unlawfully"], ["thievery", "the act of taking something from someone unlawfully"], ["thieving", "the act of taking something from someone unlawfully"], ["theft", "the act of taking something from someone unlawfully"]]}, {"answer": "large_number", "hint": "synonyms for large number", "clues": [["plurality", "a large indefinite number"], ["battalion", "a large indefinite number"], ["multitude", "a large indefinite number"], ["pack", "a large indefinite number"]]}, {"answer": "largeness", "hint": "synonyms for largeness", "clues": [["pretension", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)"], ["breadth", "the capacity to understand a broad range of topics"], ["comprehensiveness", "the capacity to understand a broad range of topics"], ["extensiveness", "large or extensive in breadth or importance or comprehensiveness"], ["pretentiousness", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)"], ["bigness", "the property of having a relatively great size"]]}, {"answer": "largess", "hint": "synonyms for largess", "clues": [["magnanimity", "liberality in bestowing gifts; extremely liberal and generous of spirit"], ["largesse", "liberality in bestowing gifts; extremely liberal and generous of spirit"], ["openhandedness", "liberality in bestowing gifts; extremely liberal and generous of spirit"], ["munificence", "liberality in bestowing gifts; extremely liberal and generous of spirit"]]}, {"answer": "largesse", "hint": "synonyms for largesse", "clues": [["magnanimity", "liberality in bestowing gifts; extremely liberal and generous of spirit"], ["largess", "liberality in bestowing gifts; extremely liberal and generous of spirit"], ["openhandedness", "liberality in bestowing gifts; extremely liberal and generous of spirit"], ["munificence", "liberality in bestowing gifts; extremely liberal and generous of spirit"]]}, {"answer": "lashings", "hint": "synonyms for lashings", "clues": [["heaps", "a large number or amount"], ["loads", "a large number or amount"], ["rafts", "a large number or amount"], ["piles", "a large number or amount"], ["lashing", "rope that is used for fastening something to something else"], ["scores", "a large number or amount"], ["tanning", "beating with a whip or strap or rope as a form of punishment"], ["dozens", "a large number or amount"], ["flagellation", "beating with a whip or strap or rope as a form of punishment"], ["slews", "a large number or amount"], ["oodles", "a large number or amount"], ["lots", "a large number or amount"], ["gobs", "a large number or amount"], ["flogging", "beating with a whip or strap or rope as a form of punishment"], ["wads", "a large number or amount"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["whipping", "beating with a whip or strap or rope as a form of punishment"], ["stacks", "a large number or amount"]]}, {"answer": "lassitude", "hint": "synonyms for lassitude", "clues": [["languor", "a feeling of lack of interest or energy"], ["inanition", "weakness characterized by a lack of vitality or energy"], ["slackness", "weakness characterized by a lack of vitality or energy"], ["listlessness", "a feeling of lack of interest or energy"], ["lethargy", "weakness characterized by a lack of vitality or energy"]]}, {"answer": "last_day", "hint": "synonyms for last day", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "last_judgement", "hint": "synonyms for last judgement", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "last_judgment", "hint": "synonyms for last judgment", "clues": [["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"], ["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives"]]}, {"answer": "last_word", "hint": "synonyms for last word", "clues": [["chicness", "elegance by virtue of being fashionable"], ["stylishness", "elegance by virtue of being fashionable"], ["smartness", "elegance by virtue of being fashionable"], ["swank", "elegance by virtue of being fashionable"], ["chichi", "elegance by virtue of being fashionable"], ["modishness", "elegance by virtue of being fashionable"], ["chic", "elegance by virtue of being fashionable"]]}, {"answer": "latency", "hint": "synonyms for latency", "clues": [["rotational latency", "(computer science) the time it takes for a specific block of data on a data track to rotate around to the read/write head"], ["response time", "the time that elapses between a stimulus and the response to it"], ["reaction time", "the time that elapses between a stimulus and the response to it"], ["latent period", "the time that elapses between a stimulus and the response to it"]]}, {"answer": "lattice", "hint": "synonyms for lattice", "clues": [["wicket", "small opening (like a window in a door) through which business can be transacted"], ["latticework", "framework consisting of an ornamental design made of strips of wood or metal"], ["fretwork", "framework consisting of an ornamental design made of strips of wood or metal"], ["grille", "small opening (like a window in a door) through which business can be transacted"]]}, {"answer": "laugh", "hint": "synonyms for laugh", "clues": [["joke", "a humorous anecdote or remark intended to provoke laughter"], ["laughter", "the sound of laughing"], ["jest", "a humorous anecdote or remark intended to provoke laughter"], ["gag", "a humorous anecdote or remark intended to provoke laughter"], ["jape", "a humorous anecdote or remark intended to provoke laughter"]]}, {"answer": "laugh_line", "hint": "synonyms for laugh line", "clues": [["gag line", "the point of a joke or humorous story"], ["crow's foot", "a wrinkle in the skin at the outer corner of your eyes"], ["crow's feet", "a wrinkle in the skin at the outer corner of your eyes"], ["punch line", "the point of a joke or humorous story"]]}, {"answer": "laugher", "hint": "synonyms for laugher", "clues": [["runaway", "an easy victory"], ["walkaway", "an easy victory"], ["shoo-in", "an easy victory"], ["blowout", "an easy victory"], ["romp", "an easy victory"]]}, {"answer": "launch_pad", "hint": "synonyms for launch pad", "clues": [["launching pad", "a platform from which rockets or space craft are launched"], ["launch area", "a platform from which rockets or space craft are launched"], ["launchpad", "a platform from which rockets or space craft are launched"], ["pad", "a platform from which rockets or space craft are launched"]]}, {"answer": "launching", "hint": "synonyms for launching", "clues": [["entry", "the act of beginning something new"], ["first appearance", "the act of beginning something new"], ["introduction", "the act of beginning something new"], ["debut", "the act of beginning something new"], ["launch", "the act of propelling with force"], ["unveiling", "the act of beginning something new"]]}, {"answer": "laurel_wreath", "hint": "synonyms for laurel wreath", "clues": [["medal", "an award for winning a championship or commemorating some other event"], ["ribbon", "an award for winning a championship or commemorating some other event"], ["medallion", "an award for winning a championship or commemorating some other event"], ["bay wreath", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory"], ["laurel", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory"], ["decoration", "an award for winning a championship or commemorating some other event"], ["palm", "an award for winning a championship or commemorating some other event"]]}, {"answer": "laurels", "hint": "synonyms for laurels", "clues": [["bay wreath", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory"], ["accolade", "a tangible symbol signifying approval or distinction"], ["laurel wreath", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory"], ["honor", "a tangible symbol signifying approval or distinction"], ["laurel", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory"], ["award", "a tangible symbol signifying approval or distinction"]]}, {"answer": "lav", "hint": "synonyms for lav", "clues": [["toilet", "a room or building equipped with one or more toilets"], ["bathroom", "a room or building equipped with one or more toilets"], ["can", "a room or building equipped with one or more toilets"], ["lavatory", "a room or building equipped with one or more toilets"], ["john", "a room or building equipped with one or more toilets"], ["privy", "a room or building equipped with one or more toilets"]]}, {"answer": "lavabo", "hint": "synonyms for lavabo", "clues": [["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["washbowl", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"]]}, {"answer": "lavatory", "hint": "synonyms for lavatory", "clues": [["washbowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["bathroom", "a room or building equipped with one or more toilets"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["lav", "a room or building equipped with one or more toilets"], ["privy", "a room or building equipped with one or more toilets"], ["toilet", "a room or building equipped with one or more toilets"], ["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["can", "a room or building equipped with one or more toilets"], ["john", "a room or building equipped with one or more toilets"], ["flush toilet", "a toilet that is cleaned of waste by the flow of water through it"], ["washbasin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"]]}, {"answer": "lavishness", "hint": "synonyms for lavishness", "clues": [["sumptuosity", "the quality possessed by something that is excessively expensive"], ["prodigality", "excessive spending"], ["luxury", "the quality possessed by something that is excessively expensive"], ["highlife", "excessive spending"], ["extravagance", "excessive spending"], ["sumptuousness", "the quality possessed by something that is excessively expensive"]]}, {"answer": "law", "hint": "synonyms for law", "clues": [["jurisprudence", "the branch of philosophy concerned with the law and the principles that lead courts to make the decisions they do"], ["legal philosophy", "the branch of philosophy concerned with the law and the principles that lead courts to make the decisions they do"], ["constabulary", "the force of policemen and officers"], ["police", "the force of policemen and officers"], ["police force", "the force of policemen and officers"], ["law of nature", "a generalization that describes recurring facts or events in nature"], ["natural law", "a rule or body of rules of conduct inherent in human nature and essential to or binding upon human society"], ["practice of law", "the learned profession that is mastered by graduate study in a law school and that is responsible for the judicial system"]]}, {"answer": "law-makers", "hint": "synonyms for law-makers", "clues": [["legislative body", "persons who make or amend or repeal laws"], ["legislature", "persons who make or amend or repeal laws"], ["legislative assembly", "persons who make or amend or repeal laws"], ["general assembly", "persons who make or amend or repeal laws"]]}, {"answer": "laws", "hint": "synonyms for laws", "clues": [["law", "a generalization that describes recurring facts or events in nature"], ["legal philosophy", "the branch of philosophy concerned with the law and the principles that lead courts to make the decisions they do"], ["jurisprudence", "the branch of philosophy concerned with the law and the principles that lead courts to make the decisions they do"], ["constabulary", "the force of policemen and officers"], ["police", "the force of policemen and officers"], ["police force", "the force of policemen and officers"], ["law of nature", "a generalization that describes recurring facts or events in nature"], ["natural law", "a rule or body of rules of conduct inherent in human nature and essential to or binding upon human society"], ["practice of law", "the learned profession that is mastered by graduate study in a law school and that is responsible for the judicial system"]]}, {"answer": "lay-by", "hint": "synonyms for lay-by", "clues": [["layby", "designated paved area beside a main road where cars can stop temporarily"], ["pull-off", "designated paved area beside a main road where cars can stop temporarily"], ["rest stop", "designated paved area beside a main road where cars can stop temporarily"], ["rest area", "designated paved area beside a main road where cars can stop temporarily"]]}, {"answer": "layby", "hint": "synonyms for layby", "clues": [["lay-by", "designated paved area beside a main road where cars can stop temporarily"], ["pull-off", "designated paved area beside a main road where cars can stop temporarily"], ["rest stop", "designated paved area beside a main road where cars can stop temporarily"], ["rest area", "designated paved area beside a main road where cars can stop temporarily"]]}, {"answer": "lazaretto", "hint": "synonyms for lazaretto", "clues": [["glory hole", "a small locker at the stern of a boat or between decks of a ship"], ["lazaret", "hospital for persons with infectious diseases (especially leprosy)"], ["lazar house", "hospital for persons with infectious diseases (especially leprosy)"], ["pesthouse", "hospital for persons with infectious diseases (especially leprosy)"]]}, {"answer": "lazuline", "hint": "synonyms for lazuline", "clues": [["azure", "a light shade of blue"], ["sapphire", "a light shade of blue"], ["cerulean", "a light shade of blue"], ["sky-blue", "a light shade of blue"]]}, {"answer": "lea", "hint": "synonyms for lea", "clues": [["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock"], ["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock"]]}, {"answer": "lead", "hint": "synonyms for lead", "clues": [["spark advance", "the timing of ignition relative to the position of the piston in an internal-combustion engine"], ["tip", "an indication of potential opportunity"], ["lede", "the introductory section of a story"], ["jumper cable", "a jumper that consists of a short piece of wire"], ["leading", "thin strip of metal used to separate lines of type in printing"], ["steer", "an indication of potential opportunity"], ["lead story", "a news story of major importance"], ["hint", "an indication of potential opportunity"], ["jumper lead", "a jumper that consists of a short piece of wire"], ["pencil lead", "mixture of graphite with clay in different degrees of hardness; the marking substance in a pencil"], ["trail", "evidence pointing to a possible solution"], ["track", "evidence pointing to a possible solution"], ["booster cable", "a jumper that consists of a short piece of wire"], ["wind", "an indication of potential opportunity"], ["tether", "restraint consisting of a rope (or light chain) used to restrain an animal"], ["atomic number 82", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey"], ["leash", "restraint consisting of a rope (or light chain) used to restrain an animal"], ["confidential information", "an indication of potential opportunity"]]}, {"answer": "leaders", "hint": "synonyms for leaders", "clues": [["leader", "a featured article of merchandise sold at a loss in order to draw customers"], ["drawing card", "a featured article of merchandise sold at a loss in order to draw customers"], ["loss leader", "a featured article of merchandise sold at a loss in order to draw customers"], ["leadership", "the body of people who lead a group"]]}, {"answer": "leaflet", "hint": "synonyms for leaflet", "clues": [["booklet", "a small book usually having a paper cover"], ["folder", "a small book usually having a paper cover"], ["pamphlet", "a small book usually having a paper cover"], ["brochure", "a small book usually having a paper cover"]]}, {"answer": "leak", "hint": "synonyms for leak", "clues": [["news leak", "unauthorized (especially deliberate) disclosure of confidential information"], ["outflow", "the discharge of a fluid from some container"], ["escape", "the discharge of a fluid from some container"], ["leakage", "the discharge of a fluid from some container"], ["passing water", "a euphemism for urination"], ["wetting", "a euphemism for urination"], ["making water", "a euphemism for urination"]]}, {"answer": "leanness", "hint": "synonyms for leanness", "clues": [["poorness", "the quality of being meager; -George Eliot"], ["exiguity", "the quality of being meager; -George Eliot"], ["meagreness", "the quality of being meager; -George Eliot"], ["scantiness", "the quality of being meager; -George Eliot"], ["thinness", "the property of having little body fat"], ["spareness", "the property of having little body fat"]]}, {"answer": "leap", "hint": "synonyms for leap", "clues": [["leaping", "a light, self-propelled movement upwards or forwards"], ["jump", "a sudden and decisive increase"], ["spring", "a light, self-propelled movement upwards or forwards"], ["saltation", "an abrupt transition"], ["bound", "a light, self-propelled movement upwards or forwards"], ["bounce", "a light, self-propelled movement upwards or forwards"]]}, {"answer": "leaping", "hint": "synonyms for leaping", "clues": [["leap", "a light, self-propelled movement upwards or forwards"], ["spring", "a light, self-propelled movement upwards or forwards"], ["bound", "a light, self-propelled movement upwards or forwards"], ["bounce", "a light, self-propelled movement upwards or forwards"], ["saltation", "a light, self-propelled movement upwards or forwards"]]}, {"answer": "learnedness", "hint": "synonyms for learnedness", "clues": [["scholarship", "profound scholarly knowledge"], ["encyclopaedism", "profound scholarly knowledge"], ["erudition", "profound scholarly knowledge"], ["learning", "profound scholarly knowledge"], ["eruditeness", "profound scholarly knowledge"]]}, {"answer": "learning", "hint": "synonyms for learning", "clues": [["acquisition", "the cognitive process of acquiring skill or knowledge"], ["scholarship", "profound scholarly knowledge"], ["encyclopaedism", "profound scholarly knowledge"], ["erudition", "profound scholarly knowledge"], ["learnedness", "profound scholarly knowledge"], ["eruditeness", "profound scholarly knowledge"]]}, {"answer": "learning_ability", "hint": "synonyms for learning ability", "clues": [["brainpower", "mental ability"], ["mental capacity", "mental ability"], ["mentality", "mental ability"], ["brain", "mental ability"], ["wit", "mental ability"]]}, {"answer": "leash", "hint": "synonyms for leash", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["lead", "restraint consisting of a rope (or light chain) used to restrain an animal"], ["trine", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["tether", "restraint consisting of a rope (or light chain) used to restrain an animal"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["collar", "a figurative restraint"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "leave", "hint": "synonyms for leave", "clues": [["parting", "the act of departing politely"], ["farewell", "the act of departing politely"], ["leave of absence", "the period of time during which you are absent from work or duty"], ["leave-taking", "the act of departing politely"]]}, {"answer": "lechatelierite", "hint": "synonyms for lechatelierite", "clues": [["vitreous silica", "colorless glass made of almost pure silica"], ["quartz glass", "colorless glass made of almost pure silica"], ["quartz", "colorless glass made of almost pure silica"], ["crystal", "colorless glass made of almost pure silica"]]}, {"answer": "lecture", "hint": "synonyms for lecture", "clues": [["lecturing", "teaching by giving a discourse on some subject (typically to a class)"], ["speech", "a lengthy rebuke"], ["talking to", "a lengthy rebuke"], ["talk", "a speech that is open to the public"], ["public lecture", "a speech that is open to the public"]]}, {"answer": "ledger", "hint": "synonyms for ledger", "clues": [["leger", "a record in which commercial accounts are recorded"], ["book of account", "a record in which commercial accounts are recorded"], ["account book", "a record in which commercial accounts are recorded"], ["daybook", "an accounting journal as a physical object"], ["book", "a record in which commercial accounts are recorded"]]}, {"answer": "leechee", "hint": "synonyms for leechee", "clues": [["litchi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lichee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"]]}, {"answer": "leg", "hint": "synonyms for leg", "clues": [["stage", "a section or portion of a journey or course"], ["peg", "a prosthesis that replaces a missing leg"], ["ramification", "a part of a forked or branching shape"], ["pegleg", "a prosthesis that replaces a missing leg"], ["wooden leg", "a prosthesis that replaces a missing leg"], ["branch", "a part of a forked or branching shape"]]}, {"answer": "leger", "hint": "synonyms for leger", "clues": [["ledger", "a record in which commercial accounts are recorded"], ["book of account", "a record in which commercial accounts are recorded"], ["book", "a record in which commercial accounts are recorded"], ["account book", "a record in which commercial accounts are recorded"]]}, {"answer": "legerdemain", "hint": "synonyms for legerdemain", "clues": [["deception", "an illusory feat; considered magical by naive observers"], ["trick", "an illusory feat; considered magical by naive observers"], ["illusion", "an illusory feat; considered magical by naive observers"], ["magic", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["conjuration", "an illusory feat; considered magical by naive observers"], ["thaumaturgy", "an illusory feat; considered magical by naive observers"]]}, {"answer": "legerity", "hint": "synonyms for legerity", "clues": [["lightness", "the gracefulness of a person or animal that is quick and nimble"], ["agility", "the gracefulness of a person or animal that is quick and nimble"], ["lightsomeness", "the gracefulness of a person or animal that is quick and nimble"], ["nimbleness", "the gracefulness of a person or animal that is quick and nimble"]]}, {"answer": "leghorn", "hint": "synonyms for leghorn", "clues": [["boater", "a stiff hat made of straw with a flat crown"], ["skimmer", "a stiff hat made of straw with a flat crown"], ["straw hat", "a stiff hat made of straw with a flat crown"], ["sailor", "a stiff hat made of straw with a flat crown"]]}, {"answer": "legislative_assembly", "hint": "synonyms for legislative assembly", "clues": [["legislative body", "persons who make or amend or repeal laws"], ["law-makers", "persons who make or amend or repeal laws"], ["legislature", "persons who make or amend or repeal laws"], ["general assembly", "persons who make or amend or repeal laws"]]}, {"answer": "legislative_body", "hint": "synonyms for legislative body", "clues": [["legislature", "persons who make or amend or repeal laws"], ["law-makers", "persons who make or amend or repeal laws"], ["legislative assembly", "persons who make or amend or repeal laws"], ["general assembly", "persons who make or amend or repeal laws"]]}, {"answer": "legislature", "hint": "synonyms for legislature", "clues": [["legislative body", "persons who make or amend or repeal laws"], ["law-makers", "persons who make or amend or repeal laws"], ["legislative assembly", "persons who make or amend or repeal laws"], ["general assembly", "persons who make or amend or repeal laws"]]}, {"answer": "legs", "hint": "synonyms for legs", "clues": [["stage", "a section or portion of a journey or course"], ["ramification", "a part of a forked or branching shape"], ["pegleg", "a prosthesis that replaces a missing leg"], ["leg", "a prosthesis that replaces a missing leg"], ["wooden leg", "a prosthesis that replaces a missing leg"], ["branch", "a part of a forked or branching shape"], ["peg", "a prosthesis that replaces a missing leg"]]}, {"answer": "lei", "hint": "synonyms for lei", "clues": [["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["leu", "the basic unit of money in Romania"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"]]}, {"answer": "lemon", "hint": "synonyms for lemon", "clues": [["lemon yellow", "a strong yellow color"], ["maize", "a strong yellow color"], ["stinker", "an artifact (especially an automobile) that is defective or unsatisfactory"], ["gamboge", "a strong yellow color"]]}, {"answer": "lengthiness", "hint": "synonyms for lengthiness", "clues": [["prolongation", "amount or degree or range to which something extends"], ["continuation", "the consequence of being lengthened in duration"], ["extension", "amount or degree or range to which something extends"], ["protraction", "the consequence of being lengthened in duration"]]}, {"answer": "lenience", "hint": "synonyms for lenience", "clues": [["lenity", "mercifulness as a consequence of being lenient or tolerant"], ["leniency", "a disposition to yield to the wishes of someone"], ["mildness", "mercifulness as a consequence of being lenient or tolerant"], ["indulgence", "a disposition to yield to the wishes of someone"]]}, {"answer": "leniency", "hint": "synonyms for leniency", "clues": [["lenity", "mercifulness as a consequence of being lenient or tolerant"], ["mildness", "mercifulness as a consequence of being lenient or tolerant"], ["indulgence", "a disposition to yield to the wishes of someone"], ["lenience", "a disposition to yield to the wishes of someone"]]}, {"answer": "leotards", "hint": "synonyms for leotards", "clues": [["unitard", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance"], ["body suit", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance"], ["cat suit", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance"], ["tights", "skintight knit hose covering the body from the waist to the feet worn by acrobats and dancers and as stockings by women and girls"], ["leotard", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance"]]}, {"answer": "lesson", "hint": "synonyms for lesson", "clues": [["example", "punishment intended as a warning to others"], ["deterrent example", "punishment intended as a warning to others"], ["moral", "the significance of a story or event"], ["object lesson", "punishment intended as a warning to others"]]}, {"answer": "lethargy", "hint": "synonyms for lethargy", "clues": [["inanition", "weakness characterized by a lack of vitality or energy"], ["languor", "inactivity; showing an unusual lack of energy"], ["lassitude", "weakness characterized by a lack of vitality or energy"], ["slackness", "weakness characterized by a lack of vitality or energy"], ["sluggishness", "inactivity; showing an unusual lack of energy"], ["phlegm", "inactivity; showing an unusual lack of energy"], ["flatness", "inactivity; showing an unusual lack of energy"]]}, {"answer": "letter", "hint": "synonyms for letter", "clues": [["missive", "a written message addressed to a person or organization"], ["varsity letter", "an award earned by participation in a school sport"], ["alphabetic character", "the conventional characters of the alphabet used to represent speech"], ["letter of the alphabet", "the conventional characters of the alphabet used to represent speech"]]}, {"answer": "letters", "hint": "synonyms for letters", "clues": [["letter", "an award earned by participation in a school sport"], ["alphabetic character", "the conventional characters of the alphabet used to represent speech"], ["letter of the alphabet", "the conventional characters of the alphabet used to represent speech"], ["varsity letter", "an award earned by participation in a school sport"], ["missive", "a written message addressed to a person or organization"]]}, {"answer": "lettuce", "hint": "synonyms for lettuce", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "leucotomy", "hint": "synonyms for leucotomy", "clues": [["leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["prefrontal leucotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"]]}, {"answer": "leukotomy", "hint": "synonyms for leukotomy", "clues": [["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["prefrontal leucotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["leucotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"]]}, {"answer": "leveling", "hint": "synonyms for leveling", "clues": [["demolishing", "complete destruction of a building"], ["grading", "changing the ground level to a smooth horizontal or gently sloping surface"], ["equalisation", "the act of making equal or uniform"], ["razing", "complete destruction of a building"], ["tearing down", "complete destruction of a building"]]}, {"answer": "lewdness", "hint": "synonyms for lewdness", "clues": [["obscenity", "the trait of behaving in an obscene manner"], ["salacity", "the trait of behaving in an obscene manner"], ["salaciousness", "the trait of behaving in an obscene manner"], ["bawdiness", "the trait of behaving in an obscene manner"]]}, {"answer": "ley", "hint": "synonyms for ley", "clues": [["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock"], ["lea", "a field covered with grass or herbage and suitable for grazing by livestock"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock"], ["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock"]]}, {"answer": "liberation", "hint": "synonyms for liberation", "clues": [["release", "the act of liberating someone or something"], ["sacking", "the termination of someone's employment (leaving them free to depart)"], ["discharge", "the termination of someone's employment (leaving them free to depart)"], ["dismission", "the termination of someone's employment (leaving them free to depart)"], ["freeing", "the act of liberating someone or something"], ["firing", "the termination of someone's employment (leaving them free to depart)"], ["dismissal", "the termination of someone's employment (leaving them free to depart)"]]}, {"answer": "liberty", "hint": "synonyms for liberty", "clues": [["familiarity", "an act of undue intimacy"], ["shore leave", "leave granted to a sailor or naval officer"], ["indecorum", "an act of undue intimacy"], ["impropriety", "an act of undue intimacy"]]}, {"answer": "licentiousness", "hint": "synonyms for licentiousness", "clues": [["dissolution", "dissolute indulgence in sensual pleasure"], ["dissipation", "dissolute indulgence in sensual pleasure"], ["wantonness", "the quality of being lewd and lascivious"], ["looseness", "dissolute indulgence in sensual pleasure"], ["profligacy", "dissolute indulgence in sensual pleasure"]]}, {"answer": "lichee", "hint": "synonyms for lichee", "clues": [["litchi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["litchee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"]]}, {"answer": "lichi", "hint": "synonyms for lichi", "clues": [["litchi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lichee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"]]}, {"answer": "lick", "hint": "synonyms for lick", "clues": [["biff", "(boxing) a blow with the fist"], ["punch", "(boxing) a blow with the fist"], ["salt lick", "a salt deposit that animals regularly lick"], ["poke", "(boxing) a blow with the fist"], ["slug", "(boxing) a blow with the fist"], ["clout", "(boxing) a blow with the fist"], ["lap", "touching with the tongue"]]}, {"answer": "licking", "hint": "synonyms for licking", "clues": [["beating", "the act of inflicting corporal punishment with repeated blows"], ["whacking", "the act of inflicting corporal punishment with repeated blows"], ["drubbing", "the act of inflicting corporal punishment with repeated blows"], ["lacing", "the act of inflicting corporal punishment with repeated blows"], ["defeat", "an unsuccessful ending to a struggle or contest"], ["trouncing", "the act of inflicting corporal punishment with repeated blows"], ["thrashing", "the act of inflicting corporal punishment with repeated blows"]]}, {"answer": "life", "hint": "synonyms for life", "clues": [["life history", "an account of the series of events making up a person's life"], ["life-time", "the period during which something is functional (as between birth and death)"], ["lifespan", "the period during which something is functional (as between birth and death)"], ["life sentence", "a prison term lasting as long as the prisoner lives"], ["spirit", "animation and energy in action or expression"], ["biography", "an account of the series of events making up a person's life"], ["living", "the experience of being alive; the course of human events and activities"], ["sprightliness", "animation and energy in action or expression"], ["liveliness", "animation and energy in action or expression"]]}, {"answer": "life_belt", "hint": "synonyms for life belt", "clues": [["safety belt", "belt attaching you to some object as a restraint in order to prevent you from getting hurt"], ["lifesaver", "a life preserver in the form of a ring of buoyant material"], ["life ring", "a life preserver in the form of a ring of buoyant material"], ["safety harness", "belt attaching you to some object as a restraint in order to prevent you from getting hurt"], ["life buoy", "a life preserver in the form of a ring of buoyant material"]]}, {"answer": "life_history", "hint": "synonyms for life history", "clues": [["biography", "an account of the series of events making up a person's life"], ["life", "an account of the series of events making up a person's life"], ["life story", "an account of the series of events making up a person's life"], ["career", "the general progression of your working or professional life"]]}, {"answer": "lift", "hint": "synonyms for lift", "clues": [["raising", "the event of something being raised upward"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["elevator", "lifting device consisting of a platform or cage that is raised and lowered mechanically in a vertical shaft in order to move people from one floor to another in a building"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["elevation", "the event of something being raised upward"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["airlift", "transportation of people or goods by air (especially when other means of access are unavailable)"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["heave", "the act of raising something"], ["ski lift", "a powered conveyance that carries skiers up a hill"], ["rise", "a wave that lifts the surface of the water or ground"], ["aerodynamic lift", "the component of the aerodynamic forces acting on an airfoil that opposes gravity"], ["ski tow", "a powered conveyance that carries skiers up a hill"]]}, {"answer": "light_beam", "hint": "synonyms for light beam", "clues": [["ray", "a column of light (as from a beacon)"], ["beam of light", "a column of light (as from a beacon)"], ["shaft", "a column of light (as from a beacon)"], ["ray of light", "a column of light (as from a beacon)"], ["shaft of light", "a column of light (as from a beacon)"], ["irradiation", "a column of light (as from a beacon)"], ["beam", "a column of light (as from a beacon)"]]}, {"answer": "light_bulb", "hint": "synonyms for light bulb", "clues": [["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["lightbulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"]]}, {"answer": "lightbulb", "hint": "synonyms for lightbulb", "clues": [["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"], ["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity"]]}, {"answer": "lighter", "hint": "synonyms for lighter", "clues": [["flatboat", "a flatbottom boat for carrying heavy loads (especially on canals)"], ["hoy", "a flatbottom boat for carrying heavy loads (especially on canals)"], ["igniter", "a substance used to ignite or kindle a fire"], ["light", "a device for lighting or igniting fuel or charges or fires"], ["barge", "a flatbottom boat for carrying heavy loads (especially on canals)"]]}, {"answer": "lighting", "hint": "synonyms for lighting", "clues": [["ignition", "the act of setting something on fire"], ["firing", "the act of setting something on fire"], ["inflammation", "the act of setting something on fire"], ["kindling", "the act of setting something on fire"]]}, {"answer": "lightness", "hint": "synonyms for lightness", "clues": [["agility", "the gracefulness of a person or animal that is quick and nimble"], ["weightlessness", "the property of being comparatively small in weight"], ["high spirits", "a feeling of joy and pride"], ["lightsomeness", "the trait of being lighthearted and frivolous"], ["legerity", "the gracefulness of a person or animal that is quick and nimble"], ["elation", "a feeling of joy and pride"], ["light", "the visual effect of illumination on objects or scenes as created in pictures"], ["nimbleness", "the gracefulness of a person or animal that is quick and nimble"]]}, {"answer": "lightning_arrester", "hint": "synonyms for lightning arrester", "clues": [["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"]]}, {"answer": "lightsomeness", "hint": "synonyms for lightsomeness", "clues": [["legerity", "the gracefulness of a person or animal that is quick and nimble"], ["lightness", "the gracefulness of a person or animal that is quick and nimble"], ["carefreeness", "the cheerful feeling you have when nothing is troubling you"], ["agility", "the gracefulness of a person or animal that is quick and nimble"], ["lightheartedness", "the cheerful feeling you have when nothing is troubling you"], ["insouciance", "the cheerful feeling you have when nothing is troubling you"], ["nimbleness", "the gracefulness of a person or animal that is quick and nimble"]]}, {"answer": "lime", "hint": "synonyms for lime", "clues": [["birdlime", "a sticky adhesive that is smeared on small branches to capture small birds"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide"], ["slaked lime", "a caustic substance produced by heating limestone"], ["lime hydrate", "a caustic substance produced by heating limestone"], ["calcium hydrate", "a caustic substance produced by heating limestone"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide"], ["caustic lime", "a caustic substance produced by heating limestone"], ["hydrated lime", "a caustic substance produced by heating limestone"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "lime_hydrate", "hint": "synonyms for lime hydrate", "clues": [["caustic lime", "a caustic substance produced by heating limestone"], ["slaked lime", "a caustic substance produced by heating limestone"], ["calcium hydroxide", "a caustic substance produced by heating limestone"], ["lime", "a caustic substance produced by heating limestone"], ["calcium hydrate", "a caustic substance produced by heating limestone"], ["hydrated lime", "a caustic substance produced by heating limestone"]]}, {"answer": "limit", "hint": "synonyms for limit", "clues": [["terminal point", "final or latest limiting point"], ["bound", "the greatest possible degree of something"], ["limitation", "the greatest amount of something that is possible or allowed"], ["demarcation line", "the boundary of a specific area"], ["demarcation", "the boundary of a specific area"], ["point of accumulation", "the mathematical value toward which a function goes as the independent variable approaches infinity"], ["terminus ad quem", "final or latest limiting point"], ["limit point", "the mathematical value toward which a function goes as the independent variable approaches infinity"], ["boundary", "the greatest possible degree of something"]]}, {"answer": "limitlessness", "hint": "synonyms for limitlessness", "clues": [["boundlessness", "the quality of being infinite; without bound or limit"], ["unboundedness", "the quality of being infinite; without bound or limit"], ["infiniteness", "the quality of being infinite; without bound or limit"], ["infinitude", "the quality of being infinite; without bound or limit"]]}, {"answer": "limpidity", "hint": "synonyms for limpidity", "clues": [["pellucidness", "passing light without diffusion or distortion"], ["pellucidity", "passing light without diffusion or distortion"], ["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"]]}, {"answer": "linchpin", "hint": "synonyms for linchpin", "clues": [["lynchpin", "pin inserted through an axletree to hold a wheel on"], ["mainstay", "a central cohesive source of support and stability"], ["anchor", "a central cohesive source of support and stability"], ["backbone", "a central cohesive source of support and stability"], ["keystone", "a central cohesive source of support and stability"]]}, {"answer": "line", "hint": "synonyms for line", "clues": [["line of descent", "the descendants of one individual"], ["seam", "a slight depression in the smoothness of a surface"], ["furrow", "a slight depression in the smoothness of a surface"], ["tune", "a succession of notes forming a distinctive sequence"], ["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["melodic line", "a succession of notes forming a distinctive sequence"], ["contrast", "a conceptual separation or distinction"], ["channel", "(often plural) a means of communication or access"], ["pipeline", "a pipe used to transport liquids or gases"], ["bloodline", "the descendants of one individual"], ["job", "the principal activity in your life that you do to earn money"], ["stemma", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["product line", "a particular kind of product or merchandise"], ["business line", "a particular kind of product or merchandise"], ["subscriber line", "a telephone connection"], ["communication channel", "(often plural) a means of communication or access"], ["demarcation", "a conceptual separation or distinction"], ["ancestry", "the descendants of one individual"], ["credit line", "the maximum credit that a customer is allowed"], ["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["crinkle", "a slight depression in the smoothness of a surface"], ["parentage", "the descendants of one individual"], ["melodic phrase", "a succession of notes forming a distinctive sequence"], ["course", "a connected series of events or actions or developments"], ["railway line", "the road consisting of railroad track and roadbed"], ["strain", "a succession of notes forming a distinctive sequence"], ["melody", "a succession of notes forming a distinctive sequence"], ["occupation", "the principal activity in your life that you do to earn money"], ["line of merchandise", "a particular kind of product or merchandise"], ["argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["cable", "a conductor for transmitting electrical or optical signals or electric power"], ["assembly line", "mechanical system in a factory whereby an article is conveyed through sites at which successive operations are performed on it"], ["transmission line", "a conductor for transmitting electrical or optical signals or electric power"], ["stock", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["bank line", "the maximum credit that a customer is allowed"], ["lineage", "the descendants of one individual"], ["agate line", "space for one line of print (one column wide and 1/14 inch deep) used to measure advertising"], ["telephone circuit", "a telephone connection"], ["personal line of credit", "the maximum credit that a customer is allowed"], ["personal credit line", "the maximum credit that a customer is allowed"], ["air", "a succession of notes forming a distinctive sequence"], ["billet", "a short personal letter"], ["short letter", "a short personal letter"], ["line of work", "the principal activity in your life that you do to earn money"], ["line of products", "a particular kind of product or merchandise"], ["dividing line", "a conceptual separation or distinction"], ["telephone line", "a telephone connection"], ["descent", "the descendants of one individual"], ["phone line", "a telephone connection"], ["note", "a short personal letter"], ["blood", "the descendants of one individual"], ["line of business", "a particular kind of product or merchandise"], ["line of credit", "the maximum credit that a customer is allowed"], ["business", "the principal activity in your life that you do to earn money"], ["crease", "a slight depression in the smoothness of a surface"]]}, {"answer": "line-shooting", "hint": "synonyms for line-shooting", "clues": [["crowing", "an instance of boastful talk"], ["gasconade", "an instance of boastful talk"], ["vaporing", "an instance of boastful talk"], ["bragging", "an instance of boastful talk"], ["brag", "an instance of boastful talk"]]}, {"answer": "line_of_business", "hint": "synonyms for line of business", "clues": [["line of products", "a particular kind of product or merchandise"], ["field of operation", "a particular kind of commercial enterprise"], ["line", "a particular kind of product or merchandise"], ["line of merchandise", "a particular kind of product or merchandise"], ["field", "a particular kind of commercial enterprise"], ["product line", "a particular kind of product or merchandise"], ["business line", "a particular kind of product or merchandise"]]}, {"answer": "line_of_credit", "hint": "synonyms for line of credit", "clues": [["line", "the maximum credit that a customer is allowed"], ["personal credit line", "the maximum credit that a customer is allowed"], ["credit line", "the maximum credit that a customer is allowed"], ["bank line", "the maximum credit that a customer is allowed"], ["personal line of credit", "the maximum credit that a customer is allowed"]]}, {"answer": "line_of_descent", "hint": "synonyms for line of descent", "clues": [["ancestry", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["filiation", "the kinship relation between an individual and the individual's progenitors"], ["lineage", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["blood", "the descendants of one individual"], ["blood line", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["stemma", "the descendants of one individual"]]}, {"answer": "line_of_merchandise", "hint": "synonyms for line of merchandise", "clues": [["line of business", "a particular kind of product or merchandise"], ["line of products", "a particular kind of product or merchandise"], ["line", "a particular kind of product or merchandise"], ["product line", "a particular kind of product or merchandise"], ["business line", "a particular kind of product or merchandise"]]}, {"answer": "line_of_products", "hint": "synonyms for line of products", "clues": [["line of business", "a particular kind of product or merchandise"], ["line", "a particular kind of product or merchandise"], ["line of merchandise", "a particular kind of product or merchandise"], ["product line", "a particular kind of product or merchandise"], ["business line", "a particular kind of product or merchandise"]]}, {"answer": "line_of_reasoning", "hint": "synonyms for line of reasoning", "clues": [["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"]]}, {"answer": "line_of_work", "hint": "synonyms for line of work", "clues": [["occupation", "the principal activity in your life that you do to earn money"], ["job", "the principal activity in your life that you do to earn money"], ["business", "the principal activity in your life that you do to earn money"], ["line", "the principal activity in your life that you do to earn money"]]}, {"answer": "lineage", "hint": "synonyms for lineage", "clues": [["line of descent", "the descendants of one individual"], ["linage", "the number of lines in a piece of printed material"], ["stock", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["descent", "the kinship relation between an individual and the individual's progenitors"], ["bloodline", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["ancestry", "inherited properties shared with others of your bloodline"], ["line", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["filiation", "the kinship relation between an individual and the individual's progenitors"], ["blood", "the descendants of one individual"], ["derivation", "inherited properties shared with others of your bloodline"]]}, {"answer": "lingo", "hint": "synonyms for lingo", "clues": [["patois", "a characteristic language of a particular group (as among thieves)"], ["slang", "a characteristic language of a particular group (as among thieves)"], ["argot", "a characteristic language of a particular group (as among thieves)"], ["vernacular", "a characteristic language of a particular group (as among thieves)"], ["cant", "a characteristic language of a particular group (as among thieves)"], ["jargon", "a characteristic language of a particular group (as among thieves)"]]}, {"answer": "link", "hint": "synonyms for link", "clues": [["inter-group communication", "a channel for communication between groups"], ["nexus", "the means of connection between things linked in series"], ["liaison", "a channel for communication between groups"], ["tie", "a fastener that serves to join or connect"], ["radio link", "a two-way radio communication system (usually microwave); part of a more extensive telecommunication network"], ["tie-in", "a fastener that serves to join or connect"], ["connection", "a connecting shape"], ["contact", "a channel for communication between groups"], ["data link", "an interconnecting circuit between two or more locations for the purpose of transmitting and receiving data"], ["linkup", "a fastener that serves to join or connect"], ["connexion", "a connecting shape"]]}, {"answer": "links", "hint": "synonyms for links", "clues": [["inter-group communication", "a channel for communication between groups"], ["nexus", "the means of connection between things linked in series"], ["connection", "a connecting shape"], ["contact", "a channel for communication between groups"], ["link", "an interconnecting circuit between two or more locations for the purpose of transmitting and receiving data"], ["connexion", "a connecting shape"], ["liaison", "a channel for communication between groups"], ["tie", "a fastener that serves to join or connect"], ["golf links", "a golf course that is built on sandy ground near a shore"], ["radio link", "a two-way radio communication system (usually microwave); part of a more extensive telecommunication network"], ["tie-in", "a fastener that serves to join or connect"], ["data link", "an interconnecting circuit between two or more locations for the purpose of transmitting and receiving data"], ["linkup", "a fastener that serves to join or connect"]]}, {"answer": "lip", "hint": "synonyms for lip", "clues": [["sassing", "an impudent or insolent rejoinder"], ["rim", "the top edge of a vessel or other container"], ["mouth", "an impudent or insolent rejoinder"], ["backtalk", "an impudent or insolent rejoinder"]]}, {"answer": "liquid_ecstasy", "hint": "synonyms for liquid ecstasy", "clues": [["grievous bodily harm", "street names for gamma hydroxybutyrate"], ["easy lay", "street names for gamma hydroxybutyrate"], ["goop", "street names for gamma hydroxybutyrate"], ["max", "street names for gamma hydroxybutyrate"], ["scoop", "street names for gamma hydroxybutyrate"], ["soap", "street names for gamma hydroxybutyrate"]]}, {"answer": "liquidity", "hint": "synonyms for liquidity", "clues": [["fluidity", "the property of flowing easily"], ["runniness", "the property of flowing easily"], ["fluidness", "the property of flowing easily"], ["liquidness", "the property of flowing easily"]]}, {"answer": "liquidness", "hint": "synonyms for liquidness", "clues": [["fluidity", "the property of flowing easily"], ["fluidness", "the property of flowing easily"], ["runniness", "the property of flowing easily"], ["liquidity", "the property of flowing easily"]]}, {"answer": "liquor", "hint": "synonyms for liquor", "clues": [["hard liquor", "an alcoholic beverage that is distilled rather than fermented"], ["pot liquor", "the liquid in which vegetables or meat have be cooked"], ["pot likker", "the liquid in which vegetables or meat have be cooked"], ["strong drink", "an alcoholic beverage that is distilled rather than fermented"], ["booze", "an alcoholic beverage that is distilled rather than fermented"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented"], ["spirits", "an alcoholic beverage that is distilled rather than fermented"]]}, {"answer": "list", "hint": "synonyms for list", "clues": [["lean", "the property possessed by a line or surface that departs from the vertical"], ["tilt", "the property possessed by a line or surface that departs from the vertical"], ["inclination", "the property possessed by a line or surface that departs from the vertical"], ["listing", "a database containing an ordered array of items (names or topics)"]]}, {"answer": "lister", "hint": "synonyms for lister", "clues": [["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"]]}, {"answer": "lister_plough", "hint": "synonyms for lister plough", "clues": [["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"]]}, {"answer": "lister_plow", "hint": "synonyms for lister plow", "clues": [["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"]]}, {"answer": "listlessness", "hint": "synonyms for listlessness", "clues": [["languor", "a feeling of lack of interest or energy"], ["torpor", "inactivity resulting from lethargy and lack of vigor or energy"], ["torpidity", "inactivity resulting from lethargy and lack of vigor or energy"], ["torpidness", "inactivity resulting from lethargy and lack of vigor or energy"], ["lassitude", "a feeling of lack of interest or energy"]]}, {"answer": "litchee", "hint": "synonyms for litchee", "clues": [["litchi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lichee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"]]}, {"answer": "litchi", "hint": "synonyms for litchi", "clues": [["lichee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lichi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"]]}, {"answer": "litchi_nut", "hint": "synonyms for litchi nut", "clues": [["litchi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lichee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"]]}, {"answer": "literal_error", "hint": "synonyms for literal error", "clues": [["misprint", "a mistake in printed matter resulting from mechanical failures of some kind"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind"]]}, {"answer": "little_joe", "hint": "synonyms for little joe", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "little_phoebe", "hint": "synonyms for little phoebe", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "livelihood", "hint": "synonyms for livelihood", "clues": [["living", "the financial means whereby one lives"], ["sustenance", "the financial means whereby one lives"], ["bread and butter", "the financial means whereby one lives"], ["keep", "the financial means whereby one lives"], ["support", "the financial means whereby one lives"]]}, {"answer": "liveliness", "hint": "synonyms for liveliness", "clues": [["sprightliness", "animation and energy in action or expression"], ["life", "animation and energy in action or expression"], ["animation", "general activity and motion"], ["spirit", "animation and energy in action or expression"]]}, {"answer": "lividity", "hint": "synonyms for lividity", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"]]}, {"answer": "lividness", "hint": "synonyms for lividness", "clues": [["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"]]}, {"answer": "living-room", "hint": "synonyms for living-room", "clues": [["living room", "a room in a private house or establishment where people can sit and talk and relax"], ["parlour", "a room in a private house or establishment where people can sit and talk and relax"], ["sitting room", "a room in a private house or establishment where people can sit and talk and relax"], ["front room", "a room in a private house or establishment where people can sit and talk and relax"]]}, {"answer": "living_room", "hint": "synonyms for living room", "clues": [["parlour", "a room in a private house or establishment where people can sit and talk and relax"], ["sitting room", "a room in a private house or establishment where people can sit and talk and relax"], ["living-room", "a room in a private house or establishment where people can sit and talk and relax"], ["front room", "a room in a private house or establishment where people can sit and talk and relax"]]}, {"answer": "load", "hint": "synonyms for load", "clues": [["payload", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["loading", "a quantity that can be processed or transported at one time"], ["warhead", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["lode", "a deposit of valuable ore occurring within definite boundaries separating it from surrounding rocks"], ["onus", "an onerous or difficult concern"], ["cargo", "goods carried by a large vehicle"], ["burden", "an onerous or difficult concern"], ["consignment", "goods carried by a large vehicle"], ["incumbrance", "an onerous or difficult concern"], ["freight", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"]]}, {"answer": "loading", "hint": "synonyms for loading", "clues": [["load", "goods carried by a large vehicle"], ["lading", "goods carried by a large vehicle"], ["cargo", "goods carried by a large vehicle"], ["burden", "weight to be borne or conveyed"], ["consignment", "goods carried by a large vehicle"], ["freight", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"], ["payload", "goods carried by a large vehicle"]]}, {"answer": "loads", "hint": "synonyms for loads", "clues": [["heaps", "a large number or amount"], ["load", "goods carried by a large vehicle"], ["lading", "goods carried by a large vehicle"], ["onus", "an onerous or difficult concern"], ["rafts", "a large number or amount"], ["piles", "a large number or amount"], ["scores", "a large number or amount"], ["freight", "goods carried by a large vehicle"], ["payload", "goods carried by a large vehicle"], ["oodles", "a large number or amount"], ["burden", "an onerous or difficult concern"], ["wads", "a large number or amount"], ["scads", "a large number or amount"], ["consignment", "goods carried by a large vehicle"], ["incumbrance", "an onerous or difficult concern"], ["tons", "a large number or amount"], ["lode", "a deposit of valuable ore occurring within definite boundaries separating it from surrounding rocks"], ["stacks", "a large number or amount"], ["dozens", "a large number or amount"], ["warhead", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["slews", "a large number or amount"], ["lots", "a large number or amount"], ["lashings", "a large number or amount"], ["gobs", "a large number or amount"], ["cargo", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"]]}, {"answer": "loathing", "hint": "synonyms for loathing", "clues": [["execration", "hate coupled with disgust"], ["detestation", "hate coupled with disgust"], ["odium", "hate coupled with disgust"], ["abhorrence", "hate coupled with disgust"], ["abomination", "hate coupled with disgust"]]}, {"answer": "loathsomeness", "hint": "synonyms for loathsomeness", "clues": [["wickedness", "the quality of being disgusting to the senses or emotions"], ["sliminess", "the quality of being disgusting to the senses or emotions"], ["lousiness", "the quality of being disgusting to the senses or emotions"], ["repulsiveness", "the quality of being disgusting to the senses or emotions"], ["vileness", "the quality of being disgusting to the senses or emotions"]]}, {"answer": "lobby", "hint": "synonyms for lobby", "clues": [["foyer", "a large entrance or reception room or area"], ["pressure group", "a group of people who try actively to influence legislation"], ["antechamber", "a large entrance or reception room or area"], ["vestibule", "a large entrance or reception room or area"], ["hall", "a large entrance or reception room or area"], ["third house", "a group of people who try actively to influence legislation"], ["entrance hall", "a large entrance or reception room or area"], ["anteroom", "a large entrance or reception room or area"]]}, {"answer": "localisation", "hint": "synonyms for localisation", "clues": [["localization of function", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body"], ["location", "a determination of the place where something is"], ["fix", "a determination of the place where something is"], ["localization", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body"], ["localization principle", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body"]]}, {"answer": "localization", "hint": "synonyms for localization", "clues": [["localization of function", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body"], ["location", "a determination of the place where something is"], ["fix", "a determination of the place where something is"], ["localisation principle", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body"], ["localisation", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body"]]}, {"answer": "locating", "hint": "synonyms for locating", "clues": [["location", "a determination of the place where something is"], ["fix", "a determination of the place where something is"], ["position", "the act of putting something in a certain place"], ["localisation", "a determination of the place where something is"], ["emplacement", "the act of putting something in a certain place"]]}, {"answer": "location", "hint": "synonyms for location", "clues": [["fix", "a determination of the place where something is"], ["position", "the act of putting something in a certain place"], ["localisation", "a determination of the place where something is"], ["locating", "the act of putting something in a certain place"], ["emplacement", "the act of putting something in a certain place"]]}, {"answer": "locoweed", "hint": "synonyms for locoweed", "clues": [["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "lodge", "hint": "synonyms for lodge", "clues": [["auberge", "a hotel providing overnight lodging for travelers"], ["club", "a formal association of people with similar interests"], ["hostel", "a hotel providing overnight lodging for travelers"], ["society", "a formal association of people with similar interests"], ["hunting lodge", "a small (rustic) house used as a temporary shelter"], ["inn", "a hotel providing overnight lodging for travelers"], ["gild", "a formal association of people with similar interests"], ["order", "a formal association of people with similar interests"], ["social club", "a formal association of people with similar interests"], ["indian lodge", "any of various Native American dwellings"]]}, {"answer": "lodgings", "hint": "synonyms for lodgings", "clues": [["domiciliation", "temporary living quarters"], ["housing", "structures collectively in which people are housed"], ["lodging", "the state or quality of being lodged or fixed even temporarily"], ["digs", "temporary living quarters"], ["lodgement", "the state or quality of being lodged or fixed even temporarily"], ["living accommodations", "structures collectively in which people are housed"], ["diggings", "temporary living quarters"], ["pad", "temporary living quarters"]]}, {"answer": "logical_argument", "hint": "synonyms for logical argument", "clues": [["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning"]]}, {"answer": "lollipop", "hint": "synonyms for lollipop", "clues": [["all-day sucker", "hard candy on a stick"], ["lolly", "ice cream or water ice on a small wooden stick"], ["sucker", "hard candy on a stick"], ["ice lolly", "ice cream or water ice on a small wooden stick"], ["popsicle", "ice cream or water ice on a small wooden stick"]]}, {"answer": "lolly", "hint": "synonyms for lolly", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["ice lolly", "ice cream or water ice on a small wooden stick"], ["dough", "informal terms for money"], ["lollipop", "ice cream or water ice on a small wooden stick"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["popsicle", "ice cream or water ice on a small wooden stick"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["dinero", "informal terms for money"]]}, {"answer": "loneliness", "hint": "synonyms for loneliness", "clues": [["solitariness", "a disposition toward being alone"], ["desolation", "sadness resulting from being forsaken or abandoned"], ["lonesomeness", "a disposition toward being alone"], ["forlornness", "sadness resulting from being forsaken or abandoned"], ["aloneness", "a disposition toward being alone"]]}, {"answer": "long-windedness", "hint": "synonyms for long-windedness", "clues": [["windiness", "boring verbosity"], ["prolixness", "boring verbosity"], ["prolixity", "boring verbosity"], ["wordiness", "boring verbosity"]]}, {"answer": "long_suit", "hint": "synonyms for long suit", "clues": [["strong point", "an asset of special worth or utility"], ["strong suit", "an asset of special worth or utility"], ["speciality", "an asset of special worth or utility"], ["strength", "an asset of special worth or utility"], ["forte", "an asset of special worth or utility"], ["metier", "an asset of special worth or utility"]]}, {"answer": "look", "hint": "synonyms for look", "clues": [["looking", "the act of directing the eyes toward something and perceiving it visually"], ["expression", "the feelings expressed on a person's face"], ["aspect", "the feelings expressed on a person's face"], ["looking at", "the act of directing the eyes toward something and perceiving it visually"], ["facial expression", "the feelings expressed on a person's face"], ["face", "the feelings expressed on a person's face"]]}, {"answer": "lookout", "hint": "synonyms for lookout", "clues": [["observatory", "a structure commanding a wide view of its surroundings"], ["observation post", "an elevated post affording a wide view"], ["lookout station", "a structure commanding a wide view of its surroundings"], ["observation tower", "a structure commanding a wide view of its surroundings"], ["outlook", "the act of looking out"]]}, {"answer": "loony_bin", "hint": "synonyms for loony bin", "clues": [["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "loony_toons", "hint": "synonyms for loony toons", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"]]}, {"answer": "loop", "hint": "synonyms for loop", "clues": [["grommet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["closed circuit", "a complete electrical circuit around which current flows or a signal circulates"], ["loop-the-loop", "a flight maneuver; aircraft flies a complete circle in the vertical plane"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["iteration", "(computer science) a single execution of a set of instructions that are to be repeated"], ["eyelet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines"], ["loop topology", "the topology of a network whose components are serially connected in such a way that the last component is connected to the first component"]]}, {"answer": "looseness", "hint": "synonyms for looseness", "clues": [["dissolution", "dissolute indulgence in sensual pleasure"], ["licentiousness", "dissolute indulgence in sensual pleasure"], ["play", "movement or space for movement"], ["dissipation", "dissolute indulgence in sensual pleasure"], ["profligacy", "dissolute indulgence in sensual pleasure"]]}, {"answer": "loot", "hint": "synonyms for loot", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["prize", "goods or money obtained illegally"], ["plunder", "goods or money obtained illegally"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["pillage", "goods or money obtained illegally"], ["lucre", "informal terms for money"], ["dirty money", "goods or money obtained illegally"], ["wampum", "informal terms for money"], ["booty", "goods or money obtained illegally"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["swag", "goods or money obtained illegally"], ["lolly", "informal terms for money"]]}, {"answer": "loquaciousness", "hint": "synonyms for loquaciousness", "clues": [["talkativeness", "the quality of being wordy and talkative"], ["loquacity", "the quality of being wordy and talkative"], ["garrulity", "the quality of being wordy and talkative"], ["garrulousness", "the quality of being wordy and talkative"]]}, {"answer": "loquacity", "hint": "synonyms for loquacity", "clues": [["talkativeness", "the quality of being wordy and talkative"], ["garrulity", "the quality of being wordy and talkative"], ["garrulousness", "the quality of being wordy and talkative"], ["loquaciousness", "the quality of being wordy and talkative"]]}, {"answer": "lordliness", "hint": "synonyms for lordliness", "clues": [["hauteur", "overbearing pride evidenced by a superior manner toward inferiors"], ["gravitas", "formality in bearing and appearance"], ["dignity", "formality in bearing and appearance"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors"], ["arrogance", "overbearing pride evidenced by a superior manner toward inferiors"], ["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors"]]}, {"answer": "loss", "hint": "synonyms for loss", "clues": [["exit", "euphemistic expressions for death"], ["passing", "euphemistic expressions for death"], ["red ink", "the amount by which the cost of a business exceeds its revenue"], ["going", "euphemistic expressions for death"], ["personnel casualty", "military personnel lost by death or capture"], ["expiration", "euphemistic expressions for death"], ["release", "euphemistic expressions for death"], ["deprivation", "the disadvantage that results from losing something"], ["departure", "euphemistic expressions for death"], ["red", "the amount by which the cost of a business exceeds its revenue"]]}, {"answer": "losses", "hint": "synonyms for losses", "clues": [["exit", "euphemistic expressions for death"], ["loss", "the experience of losing a loved one"], ["release", "euphemistic expressions for death"], ["deprivation", "the disadvantage that results from losing something"], ["red", "the amount by which the cost of a business exceeds its revenue"], ["passing", "euphemistic expressions for death"], ["losings", "something lost (especially money lost at gambling)"], ["red ink", "the amount by which the cost of a business exceeds its revenue"], ["personnel casualty", "military personnel lost by death or capture"], ["expiration", "euphemistic expressions for death"], ["going", "euphemistic expressions for death"], ["departure", "euphemistic expressions for death"]]}, {"answer": "lot", "hint": "synonyms for lot", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["draw", "anything (straws or pebbles etc.) taken or chosen at random"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["band", "an unofficial association of people or groups"], ["caboodle", "any collection in its entirety"], ["spate", "(often followed by `of') a large number or amount or extent"], ["circle", "an unofficial association of people or groups"], ["set", "an unofficial association of people or groups"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["bunch", "any collection in its entirety"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "loudness", "hint": "synonyms for loudness", "clues": [["tawdriness", "tasteless showiness"], ["meretriciousness", "tasteless showiness"], ["flashiness", "tasteless showiness"], ["intensity", "the magnitude of sound (usually in a specified direction)"], ["garishness", "tasteless showiness"], ["brashness", "tasteless showiness"], ["volume", "the magnitude of sound (usually in a specified direction)"], ["gaudiness", "tasteless showiness"], ["glitz", "tasteless showiness"]]}, {"answer": "loudspeaker_system", "hint": "synonyms for loudspeaker system", "clues": [["speaker system", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"], ["speaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"], ["loudspeaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"], ["speaker unit", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"]]}, {"answer": "lounge", "hint": "synonyms for lounge", "clues": [["waiting room", "a room (as in a hotel or airport) with seating where people can wait"], ["couch", "an upholstered seat for more than one person"], ["waiting area", "a room (as in a hotel or airport) with seating where people can wait"], ["sofa", "an upholstered seat for more than one person"]]}, {"answer": "lousiness", "hint": "synonyms for lousiness", "clues": [["wickedness", "the quality of being disgusting to the senses or emotions"], ["sliminess", "the quality of being disgusting to the senses or emotions"], ["loathsomeness", "the quality of being disgusting to the senses or emotions"], ["repulsiveness", "the quality of being disgusting to the senses or emotions"], ["vileness", "the quality of being disgusting to the senses or emotions"]]}, {"answer": "love", "hint": "synonyms for love", "clues": [["love life", "sexual activities (often including sexual intercourse) between two people"], ["making love", "sexual activities (often including sexual intercourse) between two people"], ["erotic love", "a deep feeling of sexual desire and attraction"], ["lovemaking", "sexual activities (often including sexual intercourse) between two people"], ["passion", "any object of warm affection or devotion"], ["sexual love", "sexual activities (often including sexual intercourse) between two people"]]}, {"answer": "love_life", "hint": "synonyms for love life", "clues": [["love", "sexual activities (often including sexual intercourse) between two people"], ["making love", "sexual activities (often including sexual intercourse) between two people"], ["sexual love", "sexual activities (often including sexual intercourse) between two people"], ["lovemaking", "sexual activities (often including sexual intercourse) between two people"]]}, {"answer": "lovemaking", "hint": "synonyms for lovemaking", "clues": [["love", "sexual activities (often including sexual intercourse) between two people"], ["making love", "sexual activities (often including sexual intercourse) between two people"], ["sexual love", "sexual activities (often including sexual intercourse) between two people"], ["love life", "sexual activities (often including sexual intercourse) between two people"]]}, {"answer": "lovingness", "hint": "synonyms for lovingness", "clues": [["affectionateness", "a quality proceeding from feelings of affection or love"], ["warmth", "a quality proceeding from feelings of affection or love"], ["caring", "a loving feeling"], ["fondness", "a quality proceeding from feelings of affection or love"]]}, {"answer": "low-spiritedness", "hint": "synonyms for low-spiritedness", "clues": [["downheartedness", "a feeling of low spirits"], ["lowness", "a feeling of low spirits"], ["dejectedness", "a feeling of low spirits"], ["dispiritedness", "a feeling of low spirits"]]}, {"answer": "low_temperature", "hint": "synonyms for low temperature", "clues": [["frigidness", "the absence of heat"], ["cold", "the absence of heat"], ["coldness", "the absence of heat"], ["frigidity", "the absence of heat"]]}, {"answer": "lowness", "hint": "synonyms for lowness", "clues": [["downheartedness", "a feeling of low spirits"], ["dejectedness", "a feeling of low spirits"], ["dispiritedness", "a feeling of low spirits"], ["low-spiritedness", "a feeling of low spirits"]]}, {"answer": "loyalty", "hint": "synonyms for loyalty", "clues": [["commitment", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["allegiance", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["dedication", "the act of binding yourself (intellectually or emotionally) to a course of action"], ["trueness", "the quality of being loyal"]]}, {"answer": "lucidity", "hint": "synonyms for lucidity", "clues": [["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"]]}, {"answer": "lucidness", "hint": "synonyms for lucidness", "clues": [["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"]]}, {"answer": "lucifer", "hint": "synonyms for lucifer", "clues": [["daystar", "a planet (usually Venus) seen just before sunrise in the eastern sky"], ["morning star", "a planet (usually Venus) seen just before sunrise in the eastern sky"], ["match", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction"], ["friction match", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction"]]}, {"answer": "lucre", "hint": "synonyms for lucre", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["lettuce", "informal terms for money"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "lucy_in_the_sky_with_diamonds", "hint": "synonyms for lucy in the sky with diamonds", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "luminal", "hint": "synonyms for luminal", "clues": [["phenobarbitone", "a long-acting barbiturate used as a sedative"], ["phenobarbital", "a long-acting barbiturate used as a sedative"], ["sodium thiopental", "a long-acting barbiturate used as a sedative"], ["purple heart", "a long-acting barbiturate used as a sedative"]]}, {"answer": "luminance", "hint": "synonyms for luminance", "clues": [["brightness", "the quality of being luminous; emitting or reflecting light"], ["brightness level", "the quality of being luminous; emitting or reflecting light"], ["luminosity", "the quality of being luminous; emitting or reflecting light"], ["light", "the quality of being luminous; emitting or reflecting light"], ["luminousness", "the quality of being luminous; emitting or reflecting light"]]}, {"answer": "luminosity", "hint": "synonyms for luminosity", "clues": [["brightness", "the quality of being luminous; emitting or reflecting light"], ["brightness level", "the quality of being luminous; emitting or reflecting light"], ["light", "the quality of being luminous; emitting or reflecting light"], ["luminance", "the quality of being luminous; emitting or reflecting light"], ["luminousness", "the quality of being luminous; emitting or reflecting light"]]}, {"answer": "luminousness", "hint": "synonyms for luminousness", "clues": [["brightness", "the quality of being luminous; emitting or reflecting light"], ["brightness level", "the quality of being luminous; emitting or reflecting light"], ["luminosity", "the quality of being luminous; emitting or reflecting light"], ["light", "the quality of being luminous; emitting or reflecting light"], ["luminance", "the quality of being luminous; emitting or reflecting light"]]}, {"answer": "lump", "hint": "synonyms for lump", "clues": [["hunk", "a large piece of something without definite shape"], ["ball", "a compact mass"], ["clump", "a compact mass"], ["glob", "a compact mass"], ["clod", "a compact mass"]]}, {"answer": "lunacy", "hint": "synonyms for lunacy", "clues": [["craziness", "foolish or senseless behavior"], ["indulgence", "foolish or senseless behavior"], ["tomfoolery", "foolish or senseless behavior"], ["foolery", "foolish or senseless behavior"], ["folly", "foolish or senseless behavior"]]}, {"answer": "lurch", "hint": "synonyms for lurch", "clues": [["lunge", "the act of moving forward suddenly"], ["pitching", "abrupt up-and-down motion (as caused by a ship or other conveyance)"], ["stumble", "an unsteady uneven gait"], ["stagger", "an unsteady uneven gait"]]}, {"answer": "lure", "hint": "synonyms for lure", "clues": [["come-on", "qualities that attract by seeming to promise some kind of reward"], ["hook", "anything that serves as an enticement"], ["enticement", "qualities that attract by seeming to promise some kind of reward"], ["bait", "anything that serves as an enticement"], ["decoy", "something used to lure fish or other animals into danger so they can be trapped or killed"], ["sweetener", "anything that serves as an enticement"]]}, {"answer": "luridness", "hint": "synonyms for luridness", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["grimness", "the quality of being ghastly"], ["sensationalism", "the journalistic use of subject matter that appeals to vulgar tastes"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["gruesomeness", "the quality of being ghastly"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["ghastliness", "the quality of being ghastly"]]}, {"answer": "luster", "hint": "synonyms for luster", "clues": [["lustre", "a quality that outshines the usual"], ["splendor", "a quality that outshines the usual"], ["brilliancy", "a quality that outshines the usual"], ["sheen", "the visual property of something that shines with reflected light"], ["shininess", "the visual property of something that shines with reflected light"]]}, {"answer": "lusterlessness", "hint": "synonyms for lusterlessness", "clues": [["matte", "the property of having little or no contrast; lacking highlights or gloss"], ["mat", "the property of having little or no contrast; lacking highlights or gloss"], ["flatness", "the property of having little or no contrast; lacking highlights or gloss"], ["lustrelessness", "the property of having little or no contrast; lacking highlights or gloss"]]}, {"answer": "lustre", "hint": "synonyms for lustre", "clues": [["splendor", "a quality that outshines the usual"], ["brilliancy", "a quality that outshines the usual"], ["sheen", "the visual property of something that shines with reflected light"], ["luster", "the visual property of something that shines with reflected light"], ["shininess", "the visual property of something that shines with reflected light"]]}, {"answer": "lychee", "hint": "synonyms for lychee", "clues": [["litchi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["lichee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried"]]}, {"answer": "lynchpin", "hint": "synonyms for lynchpin", "clues": [["mainstay", "a central cohesive source of support and stability"], ["linchpin", "pin inserted through an axletree to hold a wheel on"], ["anchor", "a central cohesive source of support and stability"], ["backbone", "a central cohesive source of support and stability"], ["keystone", "a central cohesive source of support and stability"]]}, {"answer": "machine", "hint": "synonyms for machine", "clues": [["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["political machine", "a group that controls the activities of a political party"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["simple machine", "a device for overcoming resistance at one point by applying force at some other point"]]}, {"answer": "machine_language", "hint": "synonyms for machine language", "clues": [["computer language", "a programming language designed for use on a specific class of computers"], ["machine-oriented language", "a programming language designed for use on a specific class of computers"], ["machine code", "a set of instructions coded so that the computer can use it directly without further translation"], ["computer-oriented language", "a programming language designed for use on a specific class of computers"]]}, {"answer": "macrocosm", "hint": "synonyms for macrocosm", "clues": [["cosmos", "everything that exists anywhere"], ["existence", "everything that exists anywhere"], ["world", "everything that exists anywhere"], ["universe", "everything that exists anywhere"], ["creation", "everything that exists anywhere"]]}, {"answer": "maculation", "hint": "synonyms for maculation", "clues": [["staining", "the act of spotting or staining something"], ["fleck", "a small contrasting part of something"], ["speckle", "a small contrasting part of something"], ["dapple", "a small contrasting part of something"], ["spotting", "the act of spotting or staining something"], ["spot", "a small contrasting part of something"], ["patch", "a small contrasting part of something"]]}, {"answer": "madhouse", "hint": "synonyms for madhouse", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "madness", "hint": "synonyms for madness", "clues": [["rabidness", "unrestrained excitement or enthusiasm"], ["foolishness", "the quality of being rash and foolish"], ["rabidity", "unrestrained excitement or enthusiasm"], ["craziness", "the quality of being rash and foolish"], ["rage", "a feeling of intense anger"], ["fury", "a feeling of intense anger"], ["folly", "the quality of being rash and foolish"]]}, {"answer": "magazine", "hint": "synonyms for magazine", "clues": [["powder magazine", "a storehouse (as a compartment on a warship) where weapons and ammunition are stored"], ["cartridge", "a light-tight supply chamber holding the film and supplying it for exposure as required"], ["cartridge holder", "a metal frame or container holding cartridges; can be inserted into an automatic gun"], ["magazine publisher", "a business firm that publishes magazines"], ["powder store", "a storehouse (as a compartment on a warship) where weapons and ammunition are stored"], ["cartridge clip", "a metal frame or container holding cartridges; can be inserted into an automatic gun"], ["mag", "a periodic publication containing pictures and stories and articles of interest to those who purchase it or subscribe to it"], ["clip", "a metal frame or container holding cartridges; can be inserted into an automatic gun"]]}, {"answer": "magic_eye", "hint": "synonyms for magic eye", "clues": [["photocell", "a transducer used to detect and measure light and other radiations"], ["photoconductive cell", "a transducer used to detect and measure light and other radiations"], ["photoelectric cell", "a transducer used to detect and measure light and other radiations"], ["electric eye", "a transducer used to detect and measure light and other radiations"]]}, {"answer": "magic_trick", "hint": "synonyms for magic trick", "clues": [["deception", "an illusory feat; considered magical by naive observers"], ["trick", "an illusory feat; considered magical by naive observers"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["illusion", "an illusory feat; considered magical by naive observers"], ["magic", "an illusory feat; considered magical by naive observers"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["conjuration", "an illusory feat; considered magical by naive observers"], ["thaumaturgy", "an illusory feat; considered magical by naive observers"]]}, {"answer": "magnetic_dip", "hint": "synonyms for magnetic dip", "clues": [["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"]]}, {"answer": "magnetic_inclination", "hint": "synonyms for magnetic inclination", "clues": [["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"], ["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon"]]}, {"answer": "magnetic_induction", "hint": "synonyms for magnetic induction", "clues": [["magnetisation", "the process that makes a substance magnetic (temporarily or permanently)"], ["magnetic field strength", "the amount of magnetic flux in a unit area perpendicular to the direction of magnetic flow"], ["magnetic intensity", "the amount of magnetic flux in a unit area perpendicular to the direction of magnetic flow"], ["magnetic flux density", "the amount of magnetic flux in a unit area perpendicular to the direction of magnetic flow"]]}, {"answer": "magnification", "hint": "synonyms for magnification", "clues": [["blowup", "a photographic print that has been enlarged"], ["overstatement", "making to seem more important than it really is"], ["exaggeration", "making to seem more important than it really is"], ["enlargement", "a photographic print that has been enlarged"]]}, {"answer": "magnificence", "hint": "synonyms for magnificence", "clues": [["brilliance", "the quality of being magnificent or splendid or grand"], ["splendor", "the quality of being magnificent or splendid or grand"], ["grandeur", "the quality of being magnificent or splendid or grand"], ["richness", "splendid or imposing in size or appearance"], ["grandness", "splendid or imposing in size or appearance"], ["impressiveness", "splendid or imposing in size or appearance"]]}, {"answer": "magniloquence", "hint": "synonyms for magniloquence", "clues": [["grandiosity", "high-flown style; excessive use of verbal ornamentation"], ["grandiloquence", "high-flown style; excessive use of verbal ornamentation"], ["ornateness", "high-flown style; excessive use of verbal ornamentation"], ["rhetoric", "high-flown style; excessive use of verbal ornamentation"]]}, {"answer": "mail", "hint": "synonyms for mail", "clues": [["postal service", "the system whereby messages are transmitted via the post office"], ["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings"], ["post", "any particular collection of letters or packages that is delivered"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["mail service", "the system whereby messages are transmitted via the post office"]]}, {"answer": "main_office", "hint": "synonyms for main office", "clues": [["home office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise"], ["home base", "(usually plural) the office that serves as the administrative center of an enterprise"]]}, {"answer": "mainframe", "hint": "synonyms for mainframe", "clues": [["central processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["central processing unit", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"], ["mainframe computer", "a large digital computer serving 100-400 users and occupying a special air-conditioned room"], ["processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing"]]}, {"answer": "mainsheet", "hint": "synonyms for mainsheet", "clues": [["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"]]}, {"answer": "mainstay", "hint": "synonyms for mainstay", "clues": [["linchpin", "a central cohesive source of support and stability"], ["anchor", "a central cohesive source of support and stability"], ["backbone", "a central cohesive source of support and stability"], ["keystone", "a central cohesive source of support and stability"]]}, {"answer": "maintenance", "hint": "synonyms for maintenance", "clues": [["sustenance", "the act of sustaining life by food or providing a means of subsistence"], ["sustainment", "the act of sustaining life by food or providing a means of subsistence"], ["alimony", "court-ordered support paid by one spouse to another after they are separated"], ["criminal maintenance", "the unauthorized interference in a legal action by a person having no interest in it (as by helping one party with money or otherwise to continue the action) so as to obstruct justice or promote unnecessary litigation or unsettle the peace of the community"], ["upkeep", "the act of sustaining life by food or providing a means of subsistence"], ["care", "activity involved in maintaining something in good working order"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence"]]}, {"answer": "major_power", "hint": "synonyms for major power", "clues": [["power", "a state powerful enough to influence events throughout the world"], ["world power", "a state powerful enough to influence events throughout the world"], ["superpower", "a state powerful enough to influence events throughout the world"], ["great power", "a state powerful enough to influence events throughout the world"]]}, {"answer": "major_tranquilizer", "hint": "synonyms for major tranquilizer", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "major_tranquilliser", "hint": "synonyms for major tranquilliser", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "major_tranquillizer", "hint": "synonyms for major tranquillizer", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquilizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "make-up", "hint": "synonyms for make-up", "clues": [["makeup", "cosmetics applied to the face to improve or change your appearance"], ["composition", "the way in which someone or something is composed"], ["constitution", "the way in which someone or something is composed"], ["war paint", "cosmetics applied to the face to improve or change your appearance"], ["physical composition", "the way in which someone or something is composed"]]}, {"answer": "makeup", "hint": "synonyms for makeup", "clues": [["make-up", "the way in which someone or something is composed"], ["composition", "the way in which someone or something is composed"], ["physical composition", "the way in which someone or something is composed"], ["constitution", "the way in which someone or something is composed"], ["war paint", "cosmetics applied to the face to improve or change your appearance"]]}, {"answer": "making_love", "hint": "synonyms for making love", "clues": [["love", "sexual activities (often including sexual intercourse) between two people"], ["sexual love", "sexual activities (often including sexual intercourse) between two people"], ["lovemaking", "sexual activities (often including sexual intercourse) between two people"], ["love life", "sexual activities (often including sexual intercourse) between two people"]]}, {"answer": "maladroitness", "hint": "synonyms for maladroitness", "clues": [["clumsiness", "unskillfulness resulting from a lack of training"], ["ineptness", "unskillfulness resulting from a lack of training"], ["slowness", "unskillfulness resulting from a lack of training"], ["ineptitude", "unskillfulness resulting from a lack of training"], ["awkwardness", "unskillfulness resulting from a lack of training"]]}, {"answer": "malarkey", "hint": "synonyms for malarkey", "clues": [["jazz", "empty rhetoric or insincere or exaggerated talk"], ["wind", "empty rhetoric or insincere or exaggerated talk"], ["idle words", "empty rhetoric or insincere or exaggerated talk"], ["malarky", "empty rhetoric or insincere or exaggerated talk"], ["nothingness", "empty rhetoric or insincere or exaggerated talk"]]}, {"answer": "malarky", "hint": "synonyms for malarky", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk"], ["jazz", "empty rhetoric or insincere or exaggerated talk"], ["wind", "empty rhetoric or insincere or exaggerated talk"], ["idle words", "empty rhetoric or insincere or exaggerated talk"], ["nothingness", "empty rhetoric or insincere or exaggerated talk"]]}, {"answer": "malice", "hint": "synonyms for malice", "clues": [["spite", "feeling a need to see others suffer"], ["maliciousness", "feeling a need to see others suffer"], ["venom", "feeling a need to see others suffer"], ["malevolency", "the quality of threatening evil"], ["spitefulness", "feeling a need to see others suffer"]]}, {"answer": "maliciousness", "hint": "synonyms for maliciousness", "clues": [["spite", "feeling a need to see others suffer"], ["spitefulness", "feeling a need to see others suffer"], ["malice", "feeling a need to see others suffer"], ["venom", "feeling a need to see others suffer"]]}, {"answer": "mall", "hint": "synonyms for mall", "clues": [["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping centre", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["promenade", "a public area set aside as a pedestrian walk"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"]]}, {"answer": "malodor", "hint": "synonyms for malodor", "clues": [["foetor", "a distinctive odor that is offensively unpleasant"], ["malodour", "a distinctive odor that is offensively unpleasant"], ["reek", "a distinctive odor that is offensively unpleasant"], ["stink", "a distinctive odor that is offensively unpleasant"], ["mephitis", "a distinctive odor that is offensively unpleasant"], ["stench", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "malodorousness", "hint": "synonyms for malodorousness", "clues": [["fetidness", "the attribute of having a strong offensive smell"], ["stinkiness", "the attribute of having a strong offensive smell"], ["foulness", "the attribute of having a strong offensive smell"], ["rankness", "the attribute of having a strong offensive smell"]]}, {"answer": "malodour", "hint": "synonyms for malodour", "clues": [["foetor", "a distinctive odor that is offensively unpleasant"], ["malodor", "a distinctive odor that is offensively unpleasant"], ["reek", "a distinctive odor that is offensively unpleasant"], ["stink", "a distinctive odor that is offensively unpleasant"], ["mephitis", "a distinctive odor that is offensively unpleasant"], ["stench", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "mammee", "hint": "synonyms for mammee", "clues": [["sapote", "brown oval fruit flesh makes excellent sherbet"], ["marmalade plum", "brown oval fruit flesh makes excellent sherbet"], ["mammee apple", "globular or ovoid tropical fruit with thick russet leathery rind and juicy yellow or reddish flesh"], ["mamey", "globular or ovoid tropical fruit with thick russet leathery rind and juicy yellow or reddish flesh"]]}, {"answer": "maneuver", "hint": "synonyms for maneuver", "clues": [["manoeuvre", "an action aimed at evading an opponent"], ["tactic", "a plan for attaining a particular goal"], ["tactical manoeuvre", "a move made to gain a tactical end"], ["evasive action", "an action aimed at evading an opponent"], ["play", "a deliberate coordinated movement requiring dexterity and skill"], ["simulated military operation", "a military training exercise"]]}, {"answer": "mangonel", "hint": "synonyms for mangonel", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "manifestation", "hint": "synonyms for manifestation", "clues": [["expression", "expression without words"], ["reflection", "expression without words"], ["reflexion", "expression without words"], ["materialization", "an appearance in bodily form (as of a disembodied spirit)"], ["demonstration", "a public display of group feelings (usually of a political nature)"]]}, {"answer": "manikin", "hint": "synonyms for manikin", "clues": [["manakin", "a life-size dummy used to display clothes"], ["form", "a life-size dummy used to display clothes"], ["mannequin", "a life-size dummy used to display clothes"], ["mannikin", "a life-size dummy used to display clothes"]]}, {"answer": "manna_from_heaven", "hint": "synonyms for manna from heaven", "clues": [["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["miraculous food", "(Old Testament) food that God gave the Israelites during the Exodus"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["manna", "(Old Testament) food that God gave the Israelites during the Exodus"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"]]}, {"answer": "manner", "hint": "synonyms for manner", "clues": [["mode", "how something is done or how it happens"], ["way", "how something is done or how it happens"], ["style", "how something is done or how it happens"], ["personal manner", "a way of acting or behaving"], ["fashion", "how something is done or how it happens"]]}, {"answer": "mannerism", "hint": "synonyms for mannerism", "clues": [["idiosyncrasy", "a behavioral attribute that is distinctive and peculiar to an individual"], ["affectedness", "a deliberate pretense or exaggerated display"], ["affectation", "a deliberate pretense or exaggerated display"], ["pose", "a deliberate pretense or exaggerated display"], ["foible", "a behavioral attribute that is distinctive and peculiar to an individual"]]}, {"answer": "manners", "hint": "synonyms for manners", "clues": [["manner", "how something is done or how it happens"], ["mode", "how something is done or how it happens"], ["fashion", "how something is done or how it happens"], ["style", "how something is done or how it happens"], ["personal manner", "a way of acting or behaving"], ["way", "how something is done or how it happens"]]}, {"answer": "manoeuvre", "hint": "synonyms for manoeuvre", "clues": [["maneuver", "a move made to gain a tactical end"], ["tactic", "a plan for attaining a particular goal"], ["tactical manoeuvre", "a move made to gain a tactical end"], ["evasive action", "an action aimed at evading an opponent"], ["play", "a deliberate coordinated movement requiring dexterity and skill"], ["simulated military operation", "a military training exercise"]]}, {"answer": "manse", "hint": "synonyms for manse", "clues": [["hall", "a large and imposing house"], ["residence", "a large and imposing house"], ["mansion house", "a large and imposing house"], ["mansion", "a large and imposing house"]]}, {"answer": "mansion", "hint": "synonyms for mansion", "clues": [["manse", "a large and imposing house"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["mansion house", "a large and imposing house"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["hall", "a large and imposing house"], ["residence", "a large and imposing house"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided"]]}, {"answer": "mansion_house", "hint": "synonyms for mansion house", "clues": [["hall", "a large and imposing house"], ["manse", "a large and imposing house"], ["residence", "a large and imposing house"], ["mansion", "a large and imposing house"]]}, {"answer": "mantelpiece", "hint": "synonyms for mantelpiece", "clues": [["mantle", "shelf that projects from wall above fireplace"], ["chimneypiece", "shelf that projects from wall above fireplace"], ["mantlepiece", "shelf that projects from wall above fireplace"], ["mantel", "shelf that projects from wall above fireplace"]]}, {"answer": "mantle", "hint": "synonyms for mantle", "clues": [["drapery", "hanging cloth used as a blind (especially for a window)"], ["mantelpiece", "shelf that projects from wall above fireplace"], ["curtain", "hanging cloth used as a blind (especially for a window)"], ["blanket", "anything that covers"], ["cape", "a sleeveless garment like a cloak but shorter"], ["chimneypiece", "shelf that projects from wall above fireplace"], ["pall", "hanging cloth used as a blind (especially for a window)"], ["drape", "hanging cloth used as a blind (especially for a window)"], ["mantel", "shelf that projects from wall above fireplace"]]}, {"answer": "mantlepiece", "hint": "synonyms for mantlepiece", "clues": [["mantle", "shelf that projects from wall above fireplace"], ["chimneypiece", "shelf that projects from wall above fireplace"], ["mantelpiece", "shelf that projects from wall above fireplace"], ["mantel", "shelf that projects from wall above fireplace"]]}, {"answer": "map", "hint": "synonyms for map", "clues": [["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"]]}, {"answer": "mapping", "hint": "synonyms for mapping", "clues": [["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["chromosome mapping", "(genetics) the process of locating genes on a chromosome"], ["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"]]}, {"answer": "march", "hint": "synonyms for march", "clues": [["marching music", "genre of music written for marching"], ["borderland", "district consisting of the area on either side of a border or boundary of a country or an area"], ["marchland", "district consisting of the area on either side of a border or boundary of a country or an area"], ["marching", "the act of marching; walking with regular steps (especially in a procession of some kind)"], ["border district", "district consisting of the area on either side of a border or boundary of a country or an area"]]}, {"answer": "marches", "hint": "synonyms for marches", "clues": [["marching music", "genre of music written for marching"], ["march", "genre of music written for marching"], ["marchland", "district consisting of the area on either side of a border or boundary of a country or an area"], ["borderland", "district consisting of the area on either side of a border or boundary of a country or an area"], ["border district", "district consisting of the area on either side of a border or boundary of a country or an area"]]}, {"answer": "margarin", "hint": "synonyms for margarin", "clues": [["glycerol trimargarate", "a glyceryl ester of margaric acid"], ["oleo", "a spread made chiefly from vegetable oils and used as a substitute for butter"], ["margarine", "a spread made chiefly from vegetable oils and used as a substitute for butter"], ["marge", "a spread made chiefly from vegetable oils and used as a substitute for butter"], ["oleomargarine", "a spread made chiefly from vegetable oils and used as a substitute for butter"]]}, {"answer": "margarine", "hint": "synonyms for margarine", "clues": [["margarin", "a spread made chiefly from vegetable oils and used as a substitute for butter"], ["marge", "a spread made chiefly from vegetable oils and used as a substitute for butter"], ["oleo", "a spread made chiefly from vegetable oils and used as a substitute for butter"], ["oleomargarine", "a spread made chiefly from vegetable oils and used as a substitute for butter"]]}, {"answer": "margin", "hint": "synonyms for margin", "clues": [["leeway", "a permissible difference; allowing some freedom to move within limits"], ["perimeter", "the boundary line or the area immediately inside the boundary"], ["allowance", "a permissible difference; allowing some freedom to move within limits"], ["gross profit margin", "(finance) the net sales minus the cost of goods and services sold"], ["tolerance", "a permissible difference; allowing some freedom to move within limits"], ["border", "the boundary line or the area immediately inside the boundary"], ["security deposit", "the amount of collateral a customer deposits with a broker when borrowing from the broker to buy securities"], ["gross profit", "(finance) the net sales minus the cost of goods and services sold"]]}, {"answer": "marijuana_cigarette", "hint": "synonyms for marijuana cigarette", "clues": [["stick", "marijuana leaves rolled into a cigarette for smoking"], ["joint", "marijuana leaves rolled into a cigarette for smoking"], ["reefer", "marijuana leaves rolled into a cigarette for smoking"], ["spliff", "marijuana leaves rolled into a cigarette for smoking"]]}, {"answer": "mark", "hint": "synonyms for mark", "clues": [["grade", "a number or letter indicating quality (especially of a student's performance)"], ["marking", "a distinguishing symbol"], ["stigma", "a symbol of disgrace or infamy; --Genesis"], ["scratch", "an indication of damage"], ["crisscross", "a marking that consists of lines that cross each other"], ["home run", "something that exactly succeeds in achieving its goal"], ["bull's eye", "something that exactly succeeds in achieving its goal"], ["scrape", "an indication of damage"], ["stain", "a symbol of disgrace or infamy; --Genesis"], ["target", "a reference point to shoot at"], ["bell ringer", "something that exactly succeeds in achieving its goal"], ["marker", "a distinguishing symbol"], ["score", "a number or letter indicating quality (especially of a student's performance)"], ["scar", "an indication of damage"], ["brand", "a symbol of disgrace or infamy; --Genesis"], ["sign", "a perceptible indication of something not immediately apparent (as a visible clue that something has happened)"], ["cross", "a marking that consists of lines that cross each other"], ["print", "a visible indication made on a surface"]]}, {"answer": "market", "hint": "synonyms for market", "clues": [["market place", "the world of commercial activity where goods and services are bought and sold"], ["mart", "an area in a town where a public mercantile establishment is set up"], ["food market", "a marketplace where groceries are sold"], ["grocery", "a marketplace where groceries are sold"], ["grocery store", "a marketplace where groceries are sold"], ["securities industry", "the securities markets in the aggregate"]]}, {"answer": "marking", "hint": "synonyms for marking", "clues": [["mark", "a distinguishing symbol"], ["marker", "a distinguishing symbol"], ["grading", "evaluation of performance by assigning a grade or score"], ["scoring", "evaluation of performance by assigning a grade or score"]]}, {"answer": "marks", "hint": "synonyms for marks", "clues": [["mark", "something that exactly succeeds in achieving its goal"], ["grade", "a number or letter indicating quality (especially of a student's performance)"], ["scratch", "an indication of damage"], ["crisscross", "a marking that consists of lines that cross each other"], ["home run", "something that exactly succeeds in achieving its goal"], ["bull's eye", "something that exactly succeeds in achieving its goal"], ["marker", "a distinguishing symbol"], ["scar", "an indication of damage"], ["bell ringer", "something that exactly succeeds in achieving its goal"], ["brand", "a symbol of disgrace or infamy; --Genesis"], ["cross", "a marking that consists of lines that cross each other"], ["stigma", "a symbol of disgrace or infamy; --Genesis"], ["scrape", "an indication of damage"], ["stain", "a symbol of disgrace or infamy; --Genesis"], ["target", "a reference point to shoot at"], ["score", "a number or letter indicating quality (especially of a student's performance)"], ["sign", "a perceptible indication of something not immediately apparent (as a visible clue that something has happened)"], ["print", "a visible indication made on a surface"]]}, {"answer": "marriage", "hint": "synonyms for marriage", "clues": [["wedding", "the act of marrying; the nuptial ceremony"], ["married couple", "two people who are married to each other"], ["marriage ceremony", "the act of marrying; the nuptial ceremony"], ["man and wife", "two people who are married to each other"]]}, {"answer": "marrow", "hint": "synonyms for marrow", "clues": [["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["vegetable marrow", "large elongated squash with creamy to deep green skins"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["bone marrow", "very tender and very nutritious tissue from marrowbones"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "mary_jane", "hint": "synonyms for mary jane", "clues": [["locoweed", "street names for marijuana"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "masquerade", "hint": "synonyms for masquerade", "clues": [["masque", "a party of guests wearing costumes and masks"], ["fancy dress", "a costume worn as a disguise at a masquerade party"], ["mask", "a party of guests wearing costumes and masks"], ["masquerade costume", "a costume worn as a disguise at a masquerade party"], ["masquerade party", "a party of guests wearing costumes and masks"]]}, {"answer": "mass_murder", "hint": "synonyms for mass murder", "clues": [["massacre", "the savage and excessive killing of many people"], ["butchery", "the savage and excessive killing of many people"], ["carnage", "the savage and excessive killing of many people"], ["slaughter", "the savage and excessive killing of many people"]]}, {"answer": "massacre", "hint": "synonyms for massacre", "clues": [["mass murder", "the savage and excessive killing of many people"], ["butchery", "the savage and excessive killing of many people"], ["carnage", "the savage and excessive killing of many people"], ["slaughter", "the savage and excessive killing of many people"]]}, {"answer": "masses", "hint": "synonyms for masses", "clues": [["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["mass", "an ill-structured collection of similar things (objects or people)"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["multitude", "the common people generally"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["people", "the common people generally"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["bulk", "the property of something that is great in magnitude"], ["volume", "the property of something that is great in magnitude"], ["the great unwashed", "the common people generally"], ["pile", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["hoi polloi", "the common people generally"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["masse shot", "a shot in billiards made by hitting the cue ball with the cue held nearly vertically; the cue ball spins around another ball before hitting the object ball"], ["spate", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "massiveness", "hint": "synonyms for massiveness", "clues": [["bulkiness", "an unwieldy largeness"], ["ponderosity", "the property of being large in mass"], ["heftiness", "the property of being large in mass"], ["heft", "the property of being large in mass"], ["ponderousness", "the property of being large in mass"]]}, {"answer": "masters", "hint": "synonyms for masters", "clues": [["original", "an original creation (i.e., an audio recording) from which copies can be made"], ["master copy", "an original creation (i.e., an audio recording) from which copies can be made"], ["master", "key that secures entrance everywhere"], ["passe-partout", "key that secures entrance everywhere"], ["master key", "key that secures entrance everywhere"], ["passkey", "key that secures entrance everywhere"]]}, {"answer": "match", "hint": "synonyms for match", "clues": [["lucifer", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction"], ["couple", "a pair of people who live together"], ["mates", "a pair of people who live together"], ["friction match", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction"]]}, {"answer": "maternity", "hint": "synonyms for maternity", "clues": [["motherliness", "the quality of having or showing the tenderness and warmth and affection of or befitting a mother"], ["motherhood", "the kinship relation between an offspring and the mother"], ["maternal quality", "the quality of having or showing the tenderness and warmth and affection of or befitting a mother"], ["maternalism", "the quality of having or showing the tenderness and warmth and affection of or befitting a mother"]]}, {"answer": "mates", "hint": "synonyms for mates", "clues": [["mate", "one of a pair"], ["match", "an exact duplicate"], ["checkmate", "a chess move constituting an inescapable and indefensible attack on the opponent's king"], ["couple", "a pair of people who live together"], ["fellow", "one of a pair"]]}, {"answer": "mathematical_function", "hint": "synonyms for mathematical function", "clues": [["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"]]}, {"answer": "mating", "hint": "synonyms for mating", "clues": [["pairing", "the act of pairing a male and female for reproductive purposes"], ["union", "the act of pairing a male and female for reproductive purposes"], ["coupling", "the act of pairing a male and female for reproductive purposes"], ["conjugation", "the act of pairing a male and female for reproductive purposes"], ["sexual union", "the act of pairing a male and female for reproductive purposes"]]}, {"answer": "matter", "hint": "synonyms for matter", "clues": [["thing", "a vaguely specified concern"], ["affair", "a vaguely specified concern"], ["issue", "some situation or event that is thought about"], ["subject", "some situation or event that is thought about"], ["topic", "some situation or event that is thought about"]]}, {"answer": "maturation", "hint": "synonyms for maturation", "clues": [["maturement", "coming to full development; becoming mature"], ["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["suppuration", "(medicine) the formation of morbific matter in an abscess or a vesicle and the discharge of pus"], ["festering", "(medicine) the formation of morbific matter in an abscess or a vesicle and the discharge of pus"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ripening", "coming to full development; becoming mature"], ["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"]]}, {"answer": "mawkishness", "hint": "synonyms for mawkishness", "clues": [["mushiness", "falsely emotional in a maudlin way"], ["drippiness", "falsely emotional in a maudlin way"], ["soupiness", "falsely emotional in a maudlin way"], ["sentimentality", "falsely emotional in a maudlin way"], ["bathos", "insincere pathos"], ["sloppiness", "falsely emotional in a maudlin way"]]}, {"answer": "max", "hint": "synonyms for max", "clues": [["grievous bodily harm", "street names for gamma hydroxybutyrate"], ["easy lay", "street names for gamma hydroxybutyrate"], ["liquid ecstasy", "street names for gamma hydroxybutyrate"], ["goop", "street names for gamma hydroxybutyrate"], ["scoop", "street names for gamma hydroxybutyrate"], ["soap", "street names for gamma hydroxybutyrate"]]}, {"answer": "meagerness", "hint": "synonyms for meagerness", "clues": [["leanness", "the quality of being meager; -George Eliot"], ["poorness", "the quality of being meager; -George Eliot"], ["exiguity", "the quality of being meager; -George Eliot"], ["meagreness", "the quality of being meager; -George Eliot"], ["scantiness", "the quality of being meager; -George Eliot"]]}, {"answer": "meagreness", "hint": "synonyms for meagreness", "clues": [["leanness", "the quality of being meager; -George Eliot"], ["poorness", "the quality of being meager; -George Eliot"], ["exiguity", "the quality of being meager; -George Eliot"], ["scantiness", "the quality of being meager; -George Eliot"], ["meagerness", "the quality of being meager; -George Eliot"]]}, {"answer": "mean_solar_day", "hint": "synonyms for mean solar day", "clues": [["twenty-four hour period", "time for Earth to make a complete rotation on its axis"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis"], ["solar day", "time for Earth to make a complete rotation on its axis"], ["24-hour interval", "time for Earth to make a complete rotation on its axis"], ["day", "time for Earth to make a complete rotation on its axis"]]}, {"answer": "meaninglessness", "hint": "synonyms for meaninglessness", "clues": [["nonsensicality", "a message that seems to convey no meaning"], ["hokum", "a message that seems to convey no meaning"], ["bunk", "a message that seems to convey no meaning"], ["nonsense", "a message that seems to convey no meaning"]]}, {"answer": "meanness", "hint": "synonyms for meanness", "clues": [["tightness", "extreme stinginess"], ["niggardness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["parsimony", "extreme stinginess"], ["closeness", "extreme stinginess"], ["minginess", "extreme stinginess"], ["beastliness", "the quality of being deliberately mean"], ["tightfistedness", "extreme stinginess"]]}, {"answer": "means", "hint": "synonyms for means", "clues": [["substance", "considerable capital (wealth or income)"], ["way", "how a result is obtained or an end is achieved"], ["mean value", "an average of n numbers computed by adding some function of the numbers and dividing by some function of n"], ["agency", "how a result is obtained or an end is achieved"], ["mean", "an average of n numbers computed by adding some function of the numbers and dividing by some function of n"]]}, {"answer": "measure", "hint": "synonyms for measure", "clues": [["meter", "(prosody) the accent in a metrical foot of verse"], ["touchstone", "a basis for comparison; a reference point against which other things can be evaluated"], ["step", "any maneuver made as part of progress toward a goal"], ["standard", "a basis for comparison; a reference point against which other things can be evaluated"], ["beat", "(prosody) the accent in a metrical foot of verse"], ["measuring", "the act or process of assigning numbers to phenomena according to a rule"], ["measurement", "the act or process of assigning numbers to phenomena according to a rule"], ["measuring rod", "measuring instrument having a sequence of marks at regular intervals; used as a reference in making measurements"], ["amount", "how much there is or how many there are of something that you can quantify"], ["bill", "a statute in draft before it becomes law"], ["mensuration", "the act or process of assigning numbers to phenomena according to a rule"], ["cadence", "(prosody) the accent in a metrical foot of verse"], ["quantity", "how much there is or how many there are of something that you can quantify"], ["bar", "musical notation for a repeating pattern of musical beats"], ["criterion", "a basis for comparison; a reference point against which other things can be evaluated"], ["measuring stick", "measuring instrument having a sequence of marks at regular intervals; used as a reference in making measurements"], ["metre", "(prosody) the accent in a metrical foot of verse"]]}, {"answer": "meat", "hint": "synonyms for meat", "clues": [["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "medal", "hint": "synonyms for medal", "clues": [["ribbon", "an award for winning a championship or commemorating some other event"], ["medallion", "an award for winning a championship or commemorating some other event"], ["laurel wreath", "an award for winning a championship or commemorating some other event"], ["decoration", "an award for winning a championship or commemorating some other event"], ["palm", "an award for winning a championship or commemorating some other event"]]}, {"answer": "medallion", "hint": "synonyms for medallion", "clues": [["medal", "an award for winning a championship or commemorating some other event"], ["ribbon", "an award for winning a championship or commemorating some other event"], ["laurel wreath", "an award for winning a championship or commemorating some other event"], ["decoration", "an award for winning a championship or commemorating some other event"], ["palm", "an award for winning a championship or commemorating some other event"]]}, {"answer": "medical_checkup", "hint": "synonyms for medical checkup", "clues": [["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"]]}, {"answer": "medical_exam", "hint": "synonyms for medical exam", "clues": [["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"]]}, {"answer": "medical_examination", "hint": "synonyms for medical examination", "clues": [["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"], ["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person"]]}, {"answer": "medicine", "hint": "synonyms for medicine", "clues": [["medicinal drug", "(medicine) something that treats or prevents or alleviates the symptoms of disease"], ["medicament", "(medicine) something that treats or prevents or alleviates the symptoms of disease"], ["music", "punishment for one's actions"], ["medical specialty", "the branches of medical science that deal with nonsurgical techniques"], ["medication", "(medicine) something that treats or prevents or alleviates the symptoms of disease"], ["practice of medicine", "the learned profession that is mastered by graduate training in a medical school and that is devoted to preventing or alleviating or curing diseases and injuries"]]}, {"answer": "meeting", "hint": "synonyms for meeting", "clues": [["encounter", "a casual or unexpected convergence"], ["merging", "the act of joining together as one"], ["confluence", "a place where things merge or flow together (especially rivers)"], ["coming together", "the act of joining together as one"], ["group meeting", "a formally arranged gathering"], ["get together", "a small informal social gathering"]]}, {"answer": "megabucks", "hint": "synonyms for megabucks", "clues": [["pile", "a large sum of money (especially as pay or profit)"], ["bundle", "a large sum of money (especially as pay or profit)"], ["big money", "a large sum of money (especially as pay or profit)"], ["big bucks", "a large sum of money (especially as pay or profit)"]]}, {"answer": "melange", "hint": "synonyms for melange", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "melodic_line", "hint": "synonyms for melodic line", "clues": [["line", "a succession of notes forming a distinctive sequence"], ["strain", "a succession of notes forming a distinctive sequence"], ["melody", "a succession of notes forming a distinctive sequence"], ["tune", "a succession of notes forming a distinctive sequence"], ["air", "a succession of notes forming a distinctive sequence"], ["melodic phrase", "a succession of notes forming a distinctive sequence"]]}, {"answer": "melodic_phrase", "hint": "synonyms for melodic phrase", "clues": [["line", "a succession of notes forming a distinctive sequence"], ["strain", "a succession of notes forming a distinctive sequence"], ["melody", "a succession of notes forming a distinctive sequence"], ["tune", "a succession of notes forming a distinctive sequence"], ["melodic line", "a succession of notes forming a distinctive sequence"], ["air", "a succession of notes forming a distinctive sequence"]]}, {"answer": "melody", "hint": "synonyms for melody", "clues": [["line", "a succession of notes forming a distinctive sequence"], ["strain", "a succession of notes forming a distinctive sequence"], ["tonal pattern", "the perception of pleasant arrangements of musical notes"], ["tune", "a succession of notes forming a distinctive sequence"], ["melodic line", "a succession of notes forming a distinctive sequence"], ["air", "a succession of notes forming a distinctive sequence"], ["melodic phrase", "a succession of notes forming a distinctive sequence"]]}, {"answer": "memorial_park", "hint": "synonyms for memorial park", "clues": [["graveyard", "a tract of land used for burials"], ["burial ground", "a tract of land used for burials"], ["burying ground", "a tract of land used for burials"], ["cemetery", "a tract of land used for burials"], ["necropolis", "a tract of land used for burials"], ["burial site", "a tract of land used for burials"]]}, {"answer": "memory", "hint": "synonyms for memory", "clues": [["remembering", "the cognitive processes whereby past experience is remembered"], ["computer memory", "an electronic memory device"], ["store", "an electronic memory device"], ["computer storage", "an electronic memory device"], ["retention", "the power of retaining and recalling past experience"], ["retentiveness", "the power of retaining and recalling past experience"], ["retentivity", "the power of retaining and recalling past experience"], ["memory board", "an electronic memory device"], ["storage", "an electronic memory device"]]}, {"answer": "memory_board", "hint": "synonyms for memory board", "clues": [["computer storage", "an electronic memory device"], ["memory", "an electronic memory device"], ["computer memory", "an electronic memory device"], ["store", "an electronic memory device"], ["storage", "an electronic memory device"]]}, {"answer": "men", "hint": "synonyms for men", "clues": [["piece", "game equipment consisting of an object used in playing certain board games"], ["hands", "the force of workers available"], ["work force", "the force of workers available"], ["manpower", "the force of workers available"]]}, {"answer": "menage", "hint": "synonyms for menage", "clues": [["family", "a social unit living together"], ["house", "a social unit living together"], ["home", "a social unit living together"], ["household", "a social unit living together"]]}, {"answer": "mend", "hint": "synonyms for mend", "clues": [["patch", "sewing that repairs a worn or torn hole (especially in a garment)"], ["repair", "the act of putting something in working order again"], ["mending", "the act of putting something in working order again"], ["fix", "the act of putting something in working order again"], ["fixture", "the act of putting something in working order again"], ["darn", "sewing that repairs a worn or torn hole (especially in a garment)"], ["reparation", "the act of putting something in working order again"]]}, {"answer": "mending", "hint": "synonyms for mending", "clues": [["repair", "the act of putting something in working order again"], ["fixture", "the act of putting something in working order again"], ["mend", "the act of putting something in working order again"], ["fix", "the act of putting something in working order again"], ["reparation", "the act of putting something in working order again"]]}, {"answer": "menses", "hint": "synonyms for menses", "clues": [["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"]]}, {"answer": "menstruation", "hint": "synonyms for menstruation", "clues": [["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"]]}, {"answer": "menstruum", "hint": "synonyms for menstruum", "clues": [["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"]]}, {"answer": "mental_capacity", "hint": "synonyms for mental capacity", "clues": [["brainpower", "mental ability"], ["mentality", "mental ability"], ["brain", "mental ability"], ["wit", "mental ability"], ["learning ability", "mental ability"]]}, {"answer": "mental_confusion", "hint": "synonyms for mental confusion", "clues": [["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior"]]}, {"answer": "mental_home", "hint": "synonyms for mental home", "clues": [["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person"], ["institution", "a hospital for mentally incompetent or unbalanced person"], ["mental institution", "a hospital for mentally incompetent or unbalanced person"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person"], ["asylum", "a hospital for mentally incompetent or unbalanced person"]]}, {"answer": "mental_hospital", "hint": "synonyms for mental hospital", "clues": [["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person"], ["mental home", "a hospital for mentally incompetent or unbalanced person"], ["institution", "a hospital for mentally incompetent or unbalanced person"], ["mental institution", "a hospital for mentally incompetent or unbalanced person"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person"], ["asylum", "a hospital for mentally incompetent or unbalanced person"]]}, {"answer": "mental_institution", "hint": "synonyms for mental institution", "clues": [["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person"], ["mental home", "a hospital for mentally incompetent or unbalanced person"], ["institution", "a hospital for mentally incompetent or unbalanced person"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person"], ["asylum", "a hospital for mentally incompetent or unbalanced person"]]}, {"answer": "mental_process", "hint": "synonyms for mental process", "clues": [["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"]]}, {"answer": "mental_retardation", "hint": "synonyms for mental retardation", "clues": [["slowness", "lack of normal development of intellectual capacities"], ["backwardness", "lack of normal development of intellectual capacities"], ["subnormality", "lack of normal development of intellectual capacities"], ["retardation", "lack of normal development of intellectual capacities"]]}, {"answer": "mentality", "hint": "synonyms for mentality", "clues": [["mindset", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations"], ["outlook", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations"], ["brainpower", "mental ability"], ["mental capacity", "mental ability"], ["brain", "mental ability"], ["learning ability", "mental ability"], ["wit", "mental ability"]]}, {"answer": "mentation", "hint": "synonyms for mentation", "clues": [["cerebration", "the process of using your mind to consider something carefully"], ["intellection", "the process of using your mind to consider something carefully"], ["thought", "the process of using your mind to consider something carefully"], ["thought process", "the process of using your mind to consider something carefully"], ["thinking", "the process of using your mind to consider something carefully"]]}, {"answer": "mention", "hint": "synonyms for mention", "clues": [["acknowledgment", "a short note recognizing a source of information or of a quoted passage"], ["citation", "a short note recognizing a source of information or of a quoted passage"], ["credit", "a short note recognizing a source of information or of a quoted passage"], ["honorable mention", "an official recognition of merit"], ["cite", "a short note recognizing a source of information or of a quoted passage"], ["reference", "a short note recognizing a source of information or of a quoted passage"], ["quotation", "a short note recognizing a source of information or of a quoted passage"]]}, {"answer": "menu", "hint": "synonyms for menu", "clues": [["carte du jour", "a list of dishes available at a restaurant"], ["computer menu", "(computer science) a list of options available to a computer user"], ["card", "a list of dishes available at a restaurant"], ["fare", "an agenda of things to do"], ["carte", "a list of dishes available at a restaurant"], ["bill of fare", "a list of dishes available at a restaurant"]]}, {"answer": "meow", "hint": "synonyms for meow", "clues": [["miaow", "the sound made by a cat (or any sound resembling this)"], ["mew", "the sound made by a cat (or any sound resembling this)"], ["miaou", "the sound made by a cat (or any sound resembling this)"], ["miaul", "the sound made by a cat (or any sound resembling this)"]]}, {"answer": "mephitis", "hint": "synonyms for mephitis", "clues": [["foetor", "a distinctive odor that is offensively unpleasant"], ["malodour", "a distinctive odor that is offensively unpleasant"], ["reek", "a distinctive odor that is offensively unpleasant"], ["stink", "a distinctive odor that is offensively unpleasant"], ["stench", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "mercilessness", "hint": "synonyms for mercilessness", "clues": [["cruelty", "feelings of extreme heartlessness"], ["pitilessness", "feelings of extreme heartlessness"], ["ruthlessness", "feelings of extreme heartlessness"], ["unmercifulness", "inhumaneness evidenced by an unwillingness to be kind or forgiving"]]}, {"answer": "meretriciousness", "hint": "synonyms for meretriciousness", "clues": [["tawdriness", "tasteless showiness"], ["garishness", "tasteless showiness"], ["loudness", "tasteless showiness"], ["brashness", "tasteless showiness"], ["gaudiness", "tasteless showiness"], ["flashiness", "tasteless showiness"], ["speciousness", "an appearance of truth that is false or deceptive; seeming plausibility"], ["glitz", "tasteless showiness"]]}, {"answer": "merger", "hint": "synonyms for merger", "clues": [["unification", "an occurrence that involves the production of a union"], ["fusion", "an occurrence that involves the production of a union"], ["amalgamation", "the combination of two or more commercial companies"], ["uniting", "the combination of two or more commercial companies"]]}, {"answer": "mesh", "hint": "synonyms for mesh", "clues": [["network", "an open fabric of string or rope or wire woven together at regular intervals"], ["interlocking", "contact by fitting together"], ["mesh topology", "the topology of a network whose components are all connected directly to every other component"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals"], ["net", "an open fabric of string or rope or wire woven together at regular intervals"], ["meshing", "contact by fitting together"], ["engagement", "contact by fitting together"]]}, {"answer": "meshing", "hint": "synonyms for meshing", "clues": [["network", "an open fabric of string or rope or wire woven together at regular intervals"], ["mesh", "the act of interlocking or meshing"], ["interlocking", "contact by fitting together"], ["net", "an open fabric of string or rope or wire woven together at regular intervals"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals"], ["engagement", "contact by fitting together"]]}, {"answer": "mess", "hint": "synonyms for mess", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["mess hall", "a (large) military dining room where service personnel eat or relax"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "messenger_rna", "hint": "synonyms for messenger rna", "clues": [["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"]]}, {"answer": "mete", "hint": "synonyms for mete", "clues": [["borderline", "a line that indicates a boundary"], ["delimitation", "a line that indicates a boundary"], ["border", "a line that indicates a boundary"], ["boundary line", "a line that indicates a boundary"]]}, {"answer": "meter", "hint": "synonyms for meter", "clues": [["measure", "(prosody) the accent in a metrical foot of verse"], ["cadence", "(prosody) the accent in a metrical foot of verse"], ["metre", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["m", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["beat", "(prosody) the accent in a metrical foot of verse"], ["time", "rhythm as given by division into parts of equal duration"]]}, {"answer": "meth", "hint": "synonyms for meth", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "methadon", "hint": "synonyms for methadon", "clues": [["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"]]}, {"answer": "methadone", "hint": "synonyms for methadone", "clues": [["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadon", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"]]}, {"answer": "methadone_hydrochloride", "hint": "synonyms for methadone hydrochloride", "clues": [["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"]]}, {"answer": "methamphetamine", "hint": "synonyms for methamphetamine", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "methamphetamine_hydrochloride", "hint": "synonyms for methamphetamine hydrochloride", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "methane_series", "hint": "synonyms for methane series", "clues": [["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"]]}, {"answer": "methedrine", "hint": "synonyms for methedrine", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "metier", "hint": "synonyms for metier", "clues": [["strong point", "an asset of special worth or utility"], ["strong suit", "an asset of special worth or utility"], ["speciality", "an asset of special worth or utility"], ["strength", "an asset of special worth or utility"], ["forte", "an asset of special worth or utility"], ["long suit", "an asset of special worth or utility"], ["medium", "an occupation for which you are especially well suited"]]}, {"answer": "metre", "hint": "synonyms for metre", "clues": [["measure", "(prosody) the accent in a metrical foot of verse"], ["meter", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["cadence", "(prosody) the accent in a metrical foot of verse"], ["m", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["beat", "(prosody) the accent in a metrical foot of verse"], ["time", "rhythm as given by division into parts of equal duration"]]}, {"answer": "metrics", "hint": "synonyms for metrics", "clues": [["metric function", "a function of a topological space that gives, for any two points in the space, a value equal to the distance between them"], ["metric", "a system of related measures that facilitates the quantification of some particular characteristic"], ["metric unit", "a decimal unit of measurement of the metric system (based on meters and kilograms and seconds)"], ["system of measurement", "a system of related measures that facilitates the quantification of some particular characteristic"], ["prosody", "the study of poetic meter and the art of versification"]]}, {"answer": "metro", "hint": "synonyms for metro", "clues": [["subway system", "an electric railway operating below the surface of the ground (usually in a city)"], ["subway", "an electric railway operating below the surface of the ground (usually in a city)"], ["underground", "an electric railway operating below the surface of the ground (usually in a city)"], ["tube", "an electric railway operating below the surface of the ground (usually in a city)"]]}, {"answer": "mew", "hint": "synonyms for mew", "clues": [["miaow", "the sound made by a cat (or any sound resembling this)"], ["miaou", "the sound made by a cat (or any sound resembling this)"], ["meow", "the sound made by a cat (or any sound resembling this)"], ["miaul", "the sound made by a cat (or any sound resembling this)"]]}, {"answer": "mews", "hint": "synonyms for mews", "clues": [["miaou", "the sound made by a cat (or any sound resembling this)"], ["meow", "the sound made by a cat (or any sound resembling this)"], ["miaul", "the sound made by a cat (or any sound resembling this)"], ["miaow", "the sound made by a cat (or any sound resembling this)"]]}, {"answer": "mexican_valium", "hint": "synonyms for mexican valium", "clues": [["rope", "street names for flunitrazepan"], ["roach", "street names for flunitrazepan"], ["rophy", "street names for flunitrazepan"], ["circle", "street names for flunitrazepan"], ["roofy", "street names for flunitrazepan"], ["forget me drug", "street names for flunitrazepan"]]}, {"answer": "mi", "hint": "synonyms for mi", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"]]}, {"answer": "mickle", "hint": "synonyms for mickle", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "micro_chip", "hint": "synonyms for micro chip", "clues": [["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["microchip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"]]}, {"answer": "microchip", "hint": "synonyms for microchip", "clues": [["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"], ["micro chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit"]]}, {"answer": "micromillimeter", "hint": "synonyms for micromillimeter", "clues": [["nanometer", "a metric unit of length equal to one billionth of a meter"], ["micromillimetre", "a metric unit of length equal to one billionth of a meter"], ["millimicron", "a metric unit of length equal to one billionth of a meter"], ["nm", "a metric unit of length equal to one billionth of a meter"]]}, {"answer": "micromillimetre", "hint": "synonyms for micromillimetre", "clues": [["nanometer", "a metric unit of length equal to one billionth of a meter"], ["micromillimeter", "a metric unit of length equal to one billionth of a meter"], ["millimicron", "a metric unit of length equal to one billionth of a meter"], ["nm", "a metric unit of length equal to one billionth of a meter"]]}, {"answer": "midday", "hint": "synonyms for midday", "clues": [["noon", "the middle of the day"], ["noonday", "the middle of the day"], ["high noon", "the middle of the day"], ["twelve noon", "the middle of the day"], ["noontide", "the middle of the day"]]}, {"answer": "midden", "hint": "synonyms for midden", "clues": [["muckheap", "a heap of dung or refuse"], ["eitchen midden", "(archeology) a mound of domestic refuse containing shells and animal bones marking the site of a prehistoric settlement"], ["muckhill", "a heap of dung or refuse"], ["dunghill", "a heap of dung or refuse"]]}, {"answer": "middle_buster", "hint": "synonyms for middle buster", "clues": [["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"]]}, {"answer": "middlebreaker", "hint": "synonyms for middlebreaker", "clues": [["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"], ["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow"]]}, {"answer": "mil", "hint": "synonyms for mil", "clues": [["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter"], ["cc", "a metric unit of volume equal to one thousandth of a liter"], ["mile", "a Swedish unit of length equivalent to 10 km"], ["ml", "a metric unit of volume equal to one thousandth of a liter"], ["milliliter", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "mildness", "hint": "synonyms for mildness", "clues": [["leniency", "mercifulness as a consequence of being lenient or tolerant"], ["lenity", "mercifulness as a consequence of being lenient or tolerant"], ["softness", "acting in a manner that is gentle and mild and even-tempered"], ["gentleness", "acting in a manner that is gentle and mild and even-tempered"]]}, {"answer": "mile", "hint": "synonyms for mile", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["mil", "a Swedish unit of length equivalent to 10 km"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["sea mile", "a former British unit of length once used in navigation; equivalent to 6,000 feet (1828.8 meters)"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"]]}, {"answer": "mileage", "hint": "synonyms for mileage", "clues": [["fuel consumption rate", "the ratio of the number of miles traveled to the number of gallons of gasoline burned"], ["gas mileage", "the ratio of the number of miles traveled to the number of gallons of gasoline burned"], ["milage", "distance measured in miles"], ["gasoline mileage", "the ratio of the number of miles traveled to the number of gallons of gasoline burned"]]}, {"answer": "military_capability", "hint": "synonyms for military capability", "clues": [["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"]]}, {"answer": "military_machine", "hint": "synonyms for military machine", "clues": [["war machine", "the military forces of a nation"], ["armed forces", "the military forces of a nation"], ["military", "the military forces of a nation"], ["armed services", "the military forces of a nation"]]}, {"answer": "military_posture", "hint": "synonyms for military posture", "clues": [["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"]]}, {"answer": "military_strength", "hint": "synonyms for military strength", "clues": [["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"]]}, {"answer": "mill", "hint": "synonyms for mill", "clues": [["milling machinery", "machinery that processes materials by grinding or crushing"], ["pulverisation", "the act of grinding to a powder or dust"], ["grind", "the act of grinding to a powder or dust"], ["manufactory", "a plant consisting of one or more buildings with facilities for manufacturing"], ["grinder", "machinery that processes materials by grinding or crushing"], ["manufacturing plant", "a plant consisting of one or more buildings with facilities for manufacturing"], ["factory", "a plant consisting of one or more buildings with facilities for manufacturing"]]}, {"answer": "milliliter", "hint": "synonyms for milliliter", "clues": [["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter"], ["cc", "a metric unit of volume equal to one thousandth of a liter"], ["ml", "a metric unit of volume equal to one thousandth of a liter"], ["mil", "a metric unit of volume equal to one thousandth of a liter"], ["millilitre", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "millilitre", "hint": "synonyms for millilitre", "clues": [["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter"], ["cc", "a metric unit of volume equal to one thousandth of a liter"], ["ml", "a metric unit of volume equal to one thousandth of a liter"], ["milliliter", "a metric unit of volume equal to one thousandth of a liter"], ["mil", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "mills", "hint": "synonyms for mills", "clues": [["mill", "machinery that processes materials by grinding or crushing"], ["grind", "the act of grinding to a powder or dust"], ["pulverization", "the act of grinding to a powder or dust"], ["manufactory", "a plant consisting of one or more buildings with facilities for manufacturing"], ["grinder", "machinery that processes materials by grinding or crushing"], ["manufacturing plant", "a plant consisting of one or more buildings with facilities for manufacturing"], ["factory", "a plant consisting of one or more buildings with facilities for manufacturing"], ["milling machinery", "machinery that processes materials by grinding or crushing"]]}, {"answer": "mind", "hint": "synonyms for mind", "clues": [["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["judgment", "an opinion formed by judging something"], ["idea", "your intention; what you intend to do"], ["intellect", "knowledge and intellectual ability"], ["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"]]}, {"answer": "mindlessness", "hint": "synonyms for mindlessness", "clues": [["vacuity", "total lack of meaning or ideas"], ["rashness", "the trait of acting rashly and without prudence"], ["senselessness", "total lack of meaning or ideas"], ["heedlessness", "the trait of acting rashly and without prudence"], ["pointlessness", "total lack of meaning or ideas"], ["inanity", "total lack of meaning or ideas"]]}, {"answer": "mineral_dressing", "hint": "synonyms for mineral dressing", "clues": [["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"]]}, {"answer": "mineral_extraction", "hint": "synonyms for mineral extraction", "clues": [["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["mineral dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"]]}, {"answer": "mineral_processing", "hint": "synonyms for mineral processing", "clues": [["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["mineral dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"]]}, {"answer": "minginess", "hint": "synonyms for minginess", "clues": [["tightness", "extreme stinginess"], ["niggardness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["parsimony", "extreme stinginess"], ["closeness", "extreme stinginess"], ["meanness", "extreme stinginess"], ["tightfistedness", "extreme stinginess"]]}, {"answer": "mingle-mangle", "hint": "synonyms for mingle-mangle", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "minor_tranquilizer", "hint": "synonyms for minor tranquilizer", "clues": [["anxiolytic drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["antianxiety drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["minor tranquilliser", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["anxiolytic", "a tranquilizer used to relieve anxiety and reduce tension and irritability"]]}, {"answer": "minor_tranquilliser", "hint": "synonyms for minor tranquilliser", "clues": [["anxiolytic drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["antianxiety drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["anxiolytic", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["minor tranquilizer", "a tranquilizer used to relieve anxiety and reduce tension and irritability"]]}, {"answer": "minor_tranquillizer", "hint": "synonyms for minor tranquillizer", "clues": [["anxiolytic drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["antianxiety drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["minor tranquilliser", "a tranquilizer used to relieve anxiety and reduce tension and irritability"], ["anxiolytic", "a tranquilizer used to relieve anxiety and reduce tension and irritability"]]}, {"answer": "minuteness", "hint": "synonyms for minuteness", "clues": [["petiteness", "the property of being very small in size"], ["weeness", "the property of being very small in size"], ["tininess", "the property of being very small in size"], ["diminutiveness", "the property of being very small in size"]]}, {"answer": "minutes", "hint": "synonyms for minutes", "clues": [["transactions", "a written account of what transpired at a meeting"], ["minute", "distance measured by the time taken to cover it"], ["bit", "an indefinitely short time"], ["second", "an indefinitely short time"], ["mo", "an indefinitely short time"], ["min", "a unit of time equal to 60 seconds or 1/60th of an hour"], ["minute of arc", "a unit of angular distance equal to a 60th of a degree"], ["moment", "an indefinitely short time"], ["proceedings", "a written account of what transpired at a meeting"], ["arcminute", "a unit of angular distance equal to a 60th of a degree"], ["hour", "distance measured by the time taken to cover it"], ["instant", "a particular point in time"]]}, {"answer": "miosis", "hint": "synonyms for miosis", "clues": [["pupillary reflex", "reflex contraction of the sphincter muscle of the iris in response to a bright light (or certain drugs) causing the pupil to become smaller"], ["reduction division", "(genetics) cell division that produces reproductive cells in sexually reproducing organisms; the nucleus divides into four nuclei each containing half the chromosome number (leading to gametes in animals and spores in plants)"], ["meiosis", "(genetics) cell division that produces reproductive cells in sexually reproducing organisms; the nucleus divides into four nuclei each containing half the chromosome number (leading to gametes in animals and spores in plants)"], ["light reflex", "reflex contraction of the sphincter muscle of the iris in response to a bright light (or certain drugs) causing the pupil to become smaller"], ["myosis", "reflex contraction of the sphincter muscle of the iris in response to a bright light (or certain drugs) causing the pupil to become smaller"]]}, {"answer": "mire", "hint": "synonyms for mire", "clues": [["quag", "a soft wet area of low-lying land that sinks underfoot"], ["slack", "a soft wet area of low-lying land that sinks underfoot"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot"], ["slop", "deep soft mud in water or slush"], ["morass", "a soft wet area of low-lying land that sinks underfoot"]]}, {"answer": "mirth", "hint": "synonyms for mirth", "clues": [["gleefulness", "great merriment"], ["glee", "great merriment"], ["mirthfulness", "great merriment"], ["hilarity", "great merriment"]]}, {"answer": "mirthfulness", "hint": "synonyms for mirthfulness", "clues": [["gleefulness", "great merriment"], ["glee", "great merriment"], ["mirth", "great merriment"], ["hilarity", "great merriment"]]}, {"answer": "misapplication", "hint": "synonyms for misapplication", "clues": [["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"]]}, {"answer": "misappropriation", "hint": "synonyms for misappropriation", "clues": [["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"]]}, {"answer": "miscellanea", "hint": "synonyms for miscellanea", "clues": [["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["assortment", "a collection containing a variety of sorts of things"], ["miscellany", "a collection containing a variety of sorts of things"], ["motley", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "miscellany", "hint": "synonyms for miscellany", "clues": [["miscellanea", "a collection containing a variety of sorts of things"], ["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["assortment", "a collection containing a variety of sorts of things"], ["motley", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["florilegium", "an anthology of short literary pieces and poems and ballads etc."], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["garland", "an anthology of short literary pieces and poems and ballads etc."], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "mischief", "hint": "synonyms for mischief", "clues": [["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["maleficence", "the quality or nature of being harmful or evil"], ["balefulness", "the quality or nature of being harmful or evil"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "mischief-making", "hint": "synonyms for mischief-making", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "mischievousness", "hint": "synonyms for mischievousness", "clues": [["impishness", "the trait of behaving like an imp"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["naughtiness", "an attribute of mischievous children"], ["badness", "an attribute of mischievous children"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["puckishness", "the trait of behaving like an imp"], ["whimsicality", "the trait of behaving like an imp"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "misdemeanor", "hint": "synonyms for misdemeanor", "clues": [["violation", "a crime less serious than a felony"], ["infringement", "a crime less serious than a felony"], ["infraction", "a crime less serious than a felony"], ["misdemeanour", "a crime less serious than a felony"]]}, {"answer": "misdemeanour", "hint": "synonyms for misdemeanour", "clues": [["violation", "a crime less serious than a felony"], ["misdemeanor", "a crime less serious than a felony"], ["infringement", "a crime less serious than a felony"], ["infraction", "a crime less serious than a felony"]]}, {"answer": "misgiving", "hint": "synonyms for misgiving", "clues": [["mistrust", "doubt about someone's honesty"], ["suspicion", "doubt about someone's honesty"], ["scruple", "uneasiness about the fitness of an action"], ["apprehension", "painful expectation"], ["qualm", "uneasiness about the fitness of an action"]]}, {"answer": "mishmash", "hint": "synonyms for mishmash", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "misprint", "hint": "synonyms for misprint", "clues": [["erratum", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind"]]}, {"answer": "mission", "hint": "synonyms for mission", "clues": [["commission", "a special assignment that is given to a person or group"], ["missionary post", "an organization of missionaries in a foreign land sent to carry on religious work"], ["missionary work", "the organized work of a religious missionary"], ["delegation", "a group of representatives or delegates"], ["deputation", "a group of representatives or delegates"], ["foreign mission", "an organization of missionaries in a foreign land sent to carry on religious work"], ["charge", "a special assignment that is given to a person or group"], ["delegacy", "a group of representatives or delegates"], ["military mission", "an operation that is assigned by a higher headquarters"], ["missionary station", "an organization of missionaries in a foreign land sent to carry on religious work"]]}, {"answer": "mistake", "hint": "synonyms for mistake", "clues": [["misunderstanding", "an understanding of something that is not correct"], ["error", "part of a statement that is not correct"], ["misapprehension", "an understanding of something that is not correct"], ["fault", "a wrong action attributable to bad judgment or ignorance or inattention"]]}, {"answer": "mistrust", "hint": "synonyms for mistrust", "clues": [["distrustfulness", "the trait of not trusting others"], ["suspicion", "doubt about someone's honesty"], ["distrust", "doubt about someone's honesty"], ["misgiving", "doubt about someone's honesty"]]}, {"answer": "misunderstanding", "hint": "synonyms for misunderstanding", "clues": [["misinterpretation", "putting the wrong interpretation on"], ["mistake", "an understanding of something that is not correct"], ["mistaking", "putting the wrong interpretation on"], ["misapprehension", "an understanding of something that is not correct"]]}, {"answer": "mite", "hint": "synonyms for mite", "clues": [["hint", "a slight but appreciable amount"], ["pinch", "a slight but appreciable amount"], ["soupcon", "a slight but appreciable amount"], ["speck", "a slight but appreciable amount"], ["tinge", "a slight but appreciable amount"], ["touch", "a slight but appreciable amount"], ["jot", "a slight but appreciable amount"]]}, {"answer": "mix", "hint": "synonyms for mix", "clues": [["mixture", "an event that combines things in a mixture"], ["mixing", "the act of mixing together"], ["premix", "a commercially prepared mixture of dry ingredients"], ["commixture", "the act of mixing together"], ["intermixture", "the act of mixing together"]]}, {"answer": "mixed_bag", "hint": "synonyms for mixed bag", "clues": [["miscellanea", "a collection containing a variety of sorts of things"], ["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["motley", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["assortment", "a collection containing a variety of sorts of things"]]}, {"answer": "mixing", "hint": "synonyms for mixing", "clues": [["mixture", "the act of mixing together"], ["mix", "the act of mixing together"], ["commixture", "the act of mixing together"], ["intermixture", "the act of mixing together"]]}, {"answer": "mixture", "hint": "synonyms for mixture", "clues": [["mixing", "the act of mixing together"], ["concoction", "any foodstuff made by combining different ingredients"], ["miscellanea", "a collection containing a variety of sorts of things"], ["intermixture", "any foodstuff made by combining different ingredients"], ["variety", "a collection containing a variety of sorts of things"], ["mixed bag", "a collection containing a variety of sorts of things"], ["motley", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["commixture", "the act of mixing together"], ["admixture", "the act of mixing together"], ["assortment", "a collection containing a variety of sorts of things"]]}, {"answer": "ml", "hint": "synonyms for ml", "clues": [["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter"], ["cc", "a metric unit of volume equal to one thousandth of a liter"], ["milliliter", "a metric unit of volume equal to one thousandth of a liter"], ["mil", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "mls", "hint": "synonyms for mls", "clues": [["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter"], ["cc", "a metric unit of volume equal to one thousandth of a liter"], ["ml", "a metric unit of volume equal to one thousandth of a liter"], ["milliliter", "a metric unit of volume equal to one thousandth of a liter"], ["mil", "a metric unit of volume equal to one thousandth of a liter"]]}, {"answer": "mo", "hint": "synonyms for mo", "clues": [["second", "an indefinitely short time"], ["bit", "an indefinitely short time"], ["minute", "an indefinitely short time"], ["molybdenum", "a polyvalent metallic element that resembles chromium and tungsten in its properties; used to strengthen and harden steel"], ["atomic number 42", "a polyvalent metallic element that resembles chromium and tungsten in its properties; used to strengthen and harden steel"], ["moment", "an indefinitely short time"]]}, {"answer": "mob", "hint": "synonyms for mob", "clues": [["family", "a loose affiliation of gangsters in charge of organized criminal activities"], ["rabble", "a disorderly crowd of people"], ["gang", "an association of criminals"], ["syndicate", "a loose affiliation of gangsters in charge of organized criminal activities"], ["crime syndicate", "a loose affiliation of gangsters in charge of organized criminal activities"], ["rout", "a disorderly crowd of people"], ["pack", "an association of criminals"], ["ring", "an association of criminals"]]}, {"answer": "mockery", "hint": "synonyms for mockery", "clues": [["jeering", "showing your contempt by derision"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["scoff", "showing your contempt by derision"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "modality", "hint": "synonyms for modality", "clues": [["mode", "verb inflections that express how the action or state is conceived by the speaker"], ["sensory system", "a particular sense"], ["mood", "verb inflections that express how the action or state is conceived by the speaker"], ["sense modality", "a particular sense"]]}, {"answer": "mode", "hint": "synonyms for mode", "clues": [["manner", "how something is done or how it happens"], ["modality", "a classification of propositions on the basis of whether they claim necessity or possibility or impossibility"], ["fashion", "how something is done or how it happens"], ["modal value", "the most frequent value of a random variable"], ["musical mode", "any of various fixed orders of the various diatonic notes within an octave"], ["way", "how something is done or how it happens"], ["style", "how something is done or how it happens"], ["mood", "verb inflections that express how the action or state is conceived by the speaker"]]}, {"answer": "modeling", "hint": "synonyms for modeling", "clues": [["moulding", "sculpture produced by molding"], ["model", "the act of representing something (usually on a smaller scale)"], ["mold", "sculpture produced by molding"], ["modelling", "a preliminary sculpture in wax or clay from which a finished work can be copied"], ["clay sculpture", "sculpture produced by molding"]]}, {"answer": "moderation", "hint": "synonyms for moderation", "clues": [["moderateness", "quality of being moderate and avoiding extremes"], ["temperance", "the trait of avoiding excesses"], ["easing", "a change for the better"], ["relief", "a change for the better"], ["mitigation", "the action of lessening in severity or intensity"]]}, {"answer": "modernism", "hint": "synonyms for modernism", "clues": [["contemporaneity", "the quality of being current or of the present"], ["modernity", "the quality of being current or of the present"], ["modernness", "the quality of being current or of the present"], ["contemporaneousness", "the quality of being current or of the present"]]}, {"answer": "modernity", "hint": "synonyms for modernity", "clues": [["contemporaneity", "the quality of being current or of the present"], ["modernness", "the quality of being current or of the present"], ["modernism", "the quality of being current or of the present"], ["contemporaneousness", "the quality of being current or of the present"]]}, {"answer": "modernness", "hint": "synonyms for modernness", "clues": [["contemporaneity", "the quality of being current or of the present"], ["modernity", "the quality of being current or of the present"], ["modernism", "the quality of being current or of the present"], ["contemporaneousness", "the quality of being current or of the present"]]}, {"answer": "modification", "hint": "synonyms for modification", "clues": [["alteration", "the act of making something different (as e.g. the size of a garment)"], ["qualifying", "the grammatical relation that exists when a word qualifies the meaning of the phrase"], ["change", "an event that occurs when something passes from one state or phase to another"], ["adjustment", "the act of making something different (as e.g. the size of a garment)"], ["limiting", "the grammatical relation that exists when a word qualifies the meaning of the phrase"]]}, {"answer": "modishness", "hint": "synonyms for modishness", "clues": [["chicness", "elegance by virtue of being fashionable"], ["stylishness", "elegance by virtue of being fashionable"], ["last word", "elegance by virtue of being fashionable"], ["smartness", "elegance by virtue of being fashionable"], ["swank", "elegance by virtue of being fashionable"], ["chichi", "elegance by virtue of being fashionable"], ["chic", "elegance by virtue of being fashionable"]]}, {"answer": "modulation", "hint": "synonyms for modulation", "clues": [["intonation", "rise and fall of the voice pitch"], ["pitch contour", "rise and fall of the voice pitch"], ["inflection", "a manner of speaking in which the loudness or pitch or tone of the voice is modified"], ["transition", "a musical passage moving from one key to another"]]}, {"answer": "mold", "hint": "synonyms for mold", "clues": [["moulding", "sculpture produced by molding"], ["cast", "container into which liquid is poured to create a given shape when it hardens"], ["clay sculpture", "sculpture produced by molding"], ["modeling", "sculpture produced by molding"], ["stamp", "the distinctive form in which a thing is made"], ["mildew", "the process of becoming mildewed"]]}, {"answer": "molding", "hint": "synonyms for molding", "clues": [["moulding", "sculpture produced by molding"], ["mold", "sculpture produced by molding"], ["modeling", "a preliminary sculpture in wax or clay from which a finished work can be copied"], ["clay sculpture", "sculpture produced by molding"], ["border", "a decorative recessed or relieved surface on an edge"], ["casting", "the act of creating something by casting it in a mold"]]}, {"answer": "mole", "hint": "synonyms for mole", "clues": [["mol", "the molecular weight of a substance expressed in grams; the basic unit of amount of substance adopted under the Systeme International d'Unites"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["gram molecule", "the molecular weight of a substance expressed in grams; the basic unit of amount of substance adopted under the Systeme International d'Unites"], ["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"]]}, {"answer": "molecule", "hint": "synonyms for molecule", "clues": [["atom", "(nontechnical usage) a tiny piece of anything"], ["mote", "(nontechnical usage) a tiny piece of anything"], ["speck", "(nontechnical usage) a tiny piece of anything"], ["corpuscle", "(nontechnical usage) a tiny piece of anything"], ["particle", "(nontechnical usage) a tiny piece of anything"]]}, {"answer": "moment", "hint": "synonyms for moment", "clues": [["consequence", "having important effects or influence"], ["import", "having important effects or influence"], ["bit", "an indefinitely short time"], ["minute", "a particular point in time"], ["here and now", "at this time"], ["second", "an indefinitely short time"], ["mo", "an indefinitely short time"], ["instant", "a particular point in time"], ["present moment", "at this time"]]}, {"answer": "monetary_resource", "hint": "synonyms for monetary resource", "clues": [["pecuniary resource", "assets in the form of money"], ["cash in hand", "assets in the form of money"], ["funds", "assets in the form of money"], ["finances", "assets in the form of money"]]}, {"answer": "money_box", "hint": "synonyms for money box", "clues": [["till", "a strongbox for holding cash"], ["savings bank", "a container (usually with a slot in the top) for keeping money at home"], ["coin bank", "a container (usually with a slot in the top) for keeping money at home"], ["bank", "a container (usually with a slot in the top) for keeping money at home"], ["cashbox", "a strongbox for holding cash"]]}, {"answer": "moniker", "hint": "synonyms for moniker", "clues": [["sobriquet", "a familiar name for a person (often a shortened version of a person's given name)"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)"]]}, {"answer": "monition", "hint": "synonyms for monition", "clues": [["admonition", "a firm rebuke"], ["admonishment", "a firm rebuke"], ["word of advice", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)"], ["warning", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)"], ["process of monition", "a summons issued after the filing of a libel or claim directing all parties concerned to show cause why the judgment asked for should not be granted"]]}, {"answer": "monkey_nut", "hint": "synonyms for monkey nut", "clues": [["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"]]}, {"answer": "monocracy", "hint": "synonyms for monocracy", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "mood", "hint": "synonyms for mood", "clues": [["mode", "verb inflections that express how the action or state is conceived by the speaker"], ["modality", "verb inflections that express how the action or state is conceived by the speaker"], ["temper", "a characteristic (habitual or relatively temporary) state of feeling"], ["humour", "a characteristic (habitual or relatively temporary) state of feeling"]]}, {"answer": "moolah", "hint": "synonyms for moolah", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "moon", "hint": "synonyms for moon", "clues": [["moonlight", "the light of the Moon"], ["synodic month", "the period between successive new moons (29.531 days)"], ["lunar month", "the period between successive new moons (29.531 days)"], ["moonshine", "the light of the Moon"], ["lunation", "the period between successive new moons (29.531 days)"]]}, {"answer": "moorage", "hint": "synonyms for moorage", "clues": [["mooring", "a place where a craft can be made fast"], ["dockage", "the act of securing an arriving vessel with ropes"], ["docking", "the act of securing an arriving vessel with ropes"], ["berth", "a place where a craft can be made fast"], ["slip", "a place where a craft can be made fast"], ["tying up", "the act of securing an arriving vessel with ropes"]]}, {"answer": "mooring", "hint": "synonyms for mooring", "clues": [["berth", "a place where a craft can be made fast"], ["slip", "a place where a craft can be made fast"], ["moorage", "a place where a craft can be made fast"], ["mooring line", "(nautical) a line that holds an object (especially a boat) in place"]]}, {"answer": "mop_up", "hint": "synonyms for mop up", "clues": [["culmination", "a concluding action"], ["windup", "a concluding action"], ["completion", "a concluding action"], ["closing", "a concluding action"]]}, {"answer": "morals", "hint": "synonyms for morals", "clues": [["ethical motive", "motivation based on ideas of right and wrong"], ["lesson", "the significance of a story or event"], ["ethics", "motivation based on ideas of right and wrong"], ["morality", "motivation based on ideas of right and wrong"], ["moral", "the significance of a story or event"]]}, {"answer": "morass", "hint": "synonyms for morass", "clues": [["quag", "a soft wet area of low-lying land that sinks underfoot"], ["slack", "a soft wet area of low-lying land that sinks underfoot"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot"], ["mire", "a soft wet area of low-lying land that sinks underfoot"]]}, {"answer": "morning", "hint": "synonyms for morning", "clues": [["dawn", "the earliest period"], ["morn", "the time period between dawn and noon"], ["sunup", "the first light of day"], ["forenoon", "the time period between dawn and noon"], ["good morning", "a conventional expression of greeting or farewell"], ["daybreak", "the first light of day"], ["break of day", "the first light of day"], ["cockcrow", "the first light of day"], ["morning time", "the time period between dawn and noon"], ["aurora", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "moroseness", "hint": "synonyms for moroseness", "clues": [["sourness", "a sullen moody resentful disposition"], ["sullenness", "a sullen moody resentful disposition"], ["glumness", "a gloomy ill-tempered feeling"], ["sulkiness", "a sullen moody resentful disposition"]]}, {"answer": "morphology", "hint": "synonyms for morphology", "clues": [["geomorphology", "the branch of geology that studies the characteristics and configuration and evolution of rocks and land forms"], ["syllable structure", "the admissible arrangement of sounds in words"], ["word structure", "the admissible arrangement of sounds in words"], ["sound structure", "the admissible arrangement of sounds in words"]]}, {"answer": "mortification", "hint": "synonyms for mortification", "clues": [["gangrene", "the localized death of living cells (as from infection or the interruption of blood supply)"], ["necrosis", "the localized death of living cells (as from infection or the interruption of blood supply)"], ["chagrin", "strong feelings of embarrassment"], ["sphacelus", "the localized death of living cells (as from infection or the interruption of blood supply)"], ["humiliation", "an instance in which you are caused to lose your prestige or self-respect"]]}, {"answer": "mote", "hint": "synonyms for mote", "clues": [["atom", "(nontechnical usage) a tiny piece of anything"], ["molecule", "(nontechnical usage) a tiny piece of anything"], ["speck", "(nontechnical usage) a tiny piece of anything"], ["corpuscle", "(nontechnical usage) a tiny piece of anything"], ["particle", "(nontechnical usage) a tiny piece of anything"]]}, {"answer": "mother_country", "hint": "synonyms for mother country", "clues": [["native land", "the country where you were born"], ["country of origin", "the country where you were born"], ["motherland", "the country where you were born"], ["homeland", "the country where you were born"], ["fatherland", "the country where you were born"]]}, {"answer": "mother_wit", "hint": "synonyms for mother wit", "clues": [["horse sense", "sound practical judgment"], ["gumption", "sound practical judgment"], ["good sense", "sound practical judgment"], ["sense", "sound practical judgment"], ["common sense", "sound practical judgment"]]}, {"answer": "motherland", "hint": "synonyms for motherland", "clues": [["mother country", "the country where you were born"], ["native land", "the country where you were born"], ["country of origin", "the country where you were born"], ["homeland", "the country where you were born"], ["fatherland", "the country where you were born"]]}, {"answer": "motion", "hint": "synonyms for motion", "clues": [["move", "the act of changing location from one place to another"], ["motility", "a change of position that does not entail a change of location"], ["movement", "the act of changing location from one place to another"], ["gesture", "the use of movements (especially of the hands) to communicate familiar or prearranged signals"], ["apparent movement", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object"], ["apparent motion", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object"], ["question", "a formal proposal for action made to a deliberative assembly for discussion and vote"]]}, {"answer": "motion-picture_show", "hint": "synonyms for motion-picture show", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"]]}, {"answer": "motion_picture", "hint": "synonyms for motion picture", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"]]}, {"answer": "motion_study", "hint": "synonyms for motion study", "clues": [["time and motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"]]}, {"answer": "motor_horn", "hint": "synonyms for motor horn", "clues": [["automobile horn", "a device on an automobile for making a warning noise"], ["horn", "a device on an automobile for making a warning noise"], ["car horn", "a device on an automobile for making a warning noise"], ["hooter", "a device on an automobile for making a warning noise"]]}, {"answer": "motor_hotel", "hint": "synonyms for motor hotel", "clues": [["motor inn", "a hotel for motorists; provides direct access from rooms to parking area"], ["court", "a hotel for motorists; provides direct access from rooms to parking area"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area"], ["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area"]]}, {"answer": "motor_inn", "hint": "synonyms for motor inn", "clues": [["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area"], ["court", "a hotel for motorists; provides direct access from rooms to parking area"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area"], ["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area"]]}, {"answer": "motor_lodge", "hint": "synonyms for motor lodge", "clues": [["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area"], ["court", "a hotel for motorists; provides direct access from rooms to parking area"], ["motor inn", "a hotel for motorists; provides direct access from rooms to parking area"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area"]]}, {"answer": "motorbus", "hint": "synonyms for motorbus", "clues": [["coach", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "motorcar", "hint": "synonyms for motorcar", "clues": [["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine"]]}, {"answer": "motorcoach", "hint": "synonyms for motorcoach", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "motorway", "hint": "synonyms for motorway", "clues": [["expressway", "a broad highway designed for high-speed traffic"], ["freeway", "a broad highway designed for high-speed traffic"], ["thruway", "a broad highway designed for high-speed traffic"], ["throughway", "a broad highway designed for high-speed traffic"], ["pike", "a broad highway designed for high-speed traffic"], ["superhighway", "a broad highway designed for high-speed traffic"], ["state highway", "a broad highway designed for high-speed traffic"]]}, {"answer": "mould", "hint": "synonyms for mould", "clues": [["moulding", "sculpture produced by molding"], ["mold", "the distinctive form in which a thing is made"], ["cast", "container into which liquid is poured to create a given shape when it hardens"], ["stamp", "the distinctive form in which a thing is made"], ["clay sculpture", "sculpture produced by molding"], ["modeling", "sculpture produced by molding"], ["mildew", "the process of becoming mildewed"]]}, {"answer": "moulding", "hint": "synonyms for moulding", "clues": [["molding", "a preliminary sculpture in wax or clay from which a finished work can be copied"], ["mould", "sculpture produced by molding"], ["modeling", "a preliminary sculpture in wax or clay from which a finished work can be copied"], ["clay sculpture", "sculpture produced by molding"], ["border", "a decorative recessed or relieved surface on an edge"]]}, {"answer": "mound", "hint": "synonyms for mound", "clues": [["cumulation", "a collection of objects laid on top of each other"], ["hill", "structure consisting of an artificial heap or bank usually of earth or stones"], ["pitcher", "the position on a baseball team of the player who throws the ball for a batter to try to hit"], ["pile", "a collection of objects laid on top of each other"], ["pitcher's mound", "(baseball) the slight elevation on which the pitcher stands"], ["agglomerate", "a collection of objects laid on top of each other"], ["cumulus", "a collection of objects laid on top of each other"], ["hillock", "a small natural hill"], ["heap", "a collection of objects laid on top of each other"], ["knoll", "a small natural hill"], ["hammock", "a small natural hill"]]}, {"answer": "mount", "hint": "synonyms for mount", "clues": [["setting", "a mounting consisting of a piece of metal (as in a ring or other jewelry) that holds a gem in place"], ["backing", "something forming a back that is added for strengthening"], ["climb", "the act of climbing something"], ["mountain", "a land mass that projects well above its surroundings; higher than a hill"]]}, {"answer": "mountain", "hint": "synonyms for mountain", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["mount", "a land mass that projects well above its surroundings; higher than a hill"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "mountain_chain", "hint": "synonyms for mountain chain", "clues": [["chain", "a series of hills or mountains"], ["chain of mountains", "a series of hills or mountains"], ["range", "a series of hills or mountains"], ["range of mountains", "a series of hills or mountains"], ["mountain range", "a series of hills or mountains"]]}, {"answer": "mountain_range", "hint": "synonyms for mountain range", "clues": [["chain", "a series of hills or mountains"], ["chain of mountains", "a series of hills or mountains"], ["range", "a series of hills or mountains"], ["range of mountains", "a series of hills or mountains"], ["mountain chain", "a series of hills or mountains"]]}, {"answer": "move", "hint": "synonyms for move", "clues": [["relocation", "the act of changing your residence or place of business"], ["motility", "a change of position that does not entail a change of location"], ["movement", "the act of changing location from one place to another"], ["motion", "the act of changing location from one place to another"]]}, {"answer": "movement", "hint": "synonyms for movement", "clues": [["drift", "a general tendency to change (as of opinion)"], ["move", "the act of changing location from one place to another"], ["motion", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object"], ["cause", "a series of actions advancing a principle or tending toward a particular end"], ["bowel movement", "a euphemism for defecation"], ["front", "a group of people with a common ideology who try together to achieve certain general goals"], ["apparent motion", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object"], ["bm", "a euphemism for defecation"], ["motility", "a change of position that does not entail a change of location"], ["drive", "a series of actions advancing a principle or tending toward a particular end"], ["trend", "a general tendency to change (as of opinion)"], ["campaign", "a series of actions advancing a principle or tending toward a particular end"], ["apparent movement", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object"], ["crusade", "a series of actions advancing a principle or tending toward a particular end"], ["social movement", "a group of people with a common ideology who try together to achieve certain general goals"], ["effort", "a series of actions advancing a principle or tending toward a particular end"]]}, {"answer": "mover", "hint": "synonyms for mover", "clues": [["removal firm", "a company that moves the possessions of a family or business from one site to another"], ["removal company", "a company that moves the possessions of a family or business from one site to another"], ["public mover", "a company that moves the possessions of a family or business from one site to another"], ["moving company", "a company that moves the possessions of a family or business from one site to another"]]}, {"answer": "movie", "hint": "synonyms for movie", "clues": [["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"]]}, {"answer": "movie_theater", "hint": "synonyms for movie theater", "clues": [["movie theatre", "a theater where films are shown"], ["movie house", "a theater where films are shown"], ["picture palace", "a theater where films are shown"], ["cinema", "a theater where films are shown"]]}, {"answer": "movie_theatre", "hint": "synonyms for movie theatre", "clues": [["picture palace", "a theater where films are shown"], ["movie house", "a theater where films are shown"], ["movie theater", "a theater where films are shown"], ["cinema", "a theater where films are shown"]]}, {"answer": "moving-picture_show", "hint": "synonyms for moving-picture show", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"]]}, {"answer": "moving_company", "hint": "synonyms for moving company", "clues": [["removal firm", "a company that moves the possessions of a family or business from one site to another"], ["mover", "a company that moves the possessions of a family or business from one site to another"], ["removal company", "a company that moves the possessions of a family or business from one site to another"], ["public mover", "a company that moves the possessions of a family or business from one site to another"]]}, {"answer": "moving_picture", "hint": "synonyms for moving picture", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"]]}, {"answer": "moxie", "hint": "synonyms for moxie", "clues": [["grit", "fortitude and determination"], ["gumption", "fortitude and determination"], ["guts", "fortitude and determination"], ["sand", "fortitude and determination"], ["backbone", "fortitude and determination"]]}, {"answer": "mrna", "hint": "synonyms for mrna", "clues": [["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"]]}, {"answer": "ms", "hint": "synonyms for ms", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["meter", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["grand", "the cardinal number that is the product of 10 and 100"], ["molar concentration", "concentration measured by the number of moles of solute per liter of solution"], ["thou", "the cardinal number that is the product of 10 and 100"], ["megabyte", "a unit of information equal to 1000 kilobytes or 10^6 (1,000,000) bytes"], ["molarity", "concentration measured by the number of moles of solute per liter of solution"], ["yard", "the cardinal number that is the product of 10 and 100"], ["metre", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["m", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["mebibyte", "a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes"], ["1000", "the cardinal number that is the product of 10 and 100"], ["thousand", "the cardinal number that is the product of 10 and 100"], ["manuscript", "the form of a literary work submitted for publication"]]}, {"answer": "mt", "hint": "synonyms for mt", "clues": [["meitnerium", "a radioactive transuranic element"], ["metric ton", "a unit of weight equivalent to 1000 kilograms"], ["t", "a unit of weight equivalent to 1000 kilograms"], ["machine translation", "the use of computers to translate from one language to another"], ["atomic number 109", "a radioactive transuranic element"], ["element 109", "a radioactive transuranic element"], ["tonne", "a unit of weight equivalent to 1000 kilograms"]]}, {"answer": "muck", "hint": "synonyms for muck", "clues": [["ooze", "any thick, viscous matter"], ["droppings", "fecal matter of animals"], ["dung", "fecal matter of animals"], ["gook", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["gunk", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["sludge", "any thick, viscous matter"], ["slime", "any thick, viscous matter"]]}, {"answer": "muckle", "hint": "synonyms for muckle", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "muddiness", "hint": "synonyms for muddiness", "clues": [["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["murkiness", "the quality of being cloudy"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior"], ["cloudiness", "the quality of being cloudy"], ["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior"]]}, {"answer": "multitude", "hint": "synonyms for multitude", "clues": [["concourse", "a large gathering of people"], ["masses", "the common people generally"], ["pack", "a large indefinite number"], ["battalion", "a large indefinite number"], ["plurality", "a large indefinite number"], ["hoi polloi", "the common people generally"], ["people", "the common people generally"], ["large number", "a large indefinite number"], ["throng", "a large gathering of people"], ["the great unwashed", "the common people generally"]]}, {"answer": "mundaneness", "hint": "synonyms for mundaneness", "clues": [["mundanity", "the quality of being commonplace and ordinary"], ["sophistication", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"], ["ordinariness", "the quality of being commonplace and ordinary"], ["worldliness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"]]}, {"answer": "mundanity", "hint": "synonyms for mundanity", "clues": [["mundaneness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"], ["sophistication", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"], ["ordinariness", "the quality of being commonplace and ordinary"], ["worldliness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"]]}, {"answer": "munition", "hint": "synonyms for munition", "clues": [["ordnance", "military supplies"], ["weaponry", "weapons considered collectively"], ["fortification", "defensive structure consisting of walls or mounds built around a stronghold to strengthen it"], ["ordnance store", "military supplies"], ["implements of war", "weapons considered collectively"], ["arms", "weapons considered collectively"], ["weapons system", "weapons considered collectively"]]}, {"answer": "murmur", "hint": "synonyms for murmur", "clues": [["mutter", "a complaint uttered in a low and indistinct tone"], ["grumbling", "a complaint uttered in a low and indistinct tone"], ["murmuring", "a complaint uttered in a low and indistinct tone"], ["murmur vowel", "a schwa that is incidental to the pronunciation of a consonant"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["grumble", "a complaint uttered in a low and indistinct tone"]]}, {"answer": "murphy", "hint": "synonyms for murphy", "clues": [["tater", "an edible tuber native to South America; a staple food of Ireland"], ["spud", "an edible tuber native to South America; a staple food of Ireland"], ["potato", "an edible tuber native to South America; a staple food of Ireland"], ["white potato", "an edible tuber native to South America; a staple food of Ireland"]]}, {"answer": "muscat", "hint": "synonyms for muscat", "clues": [["muscatel", "sweet aromatic grape used for raisins and wine"], ["muscat grape", "sweet aromatic grape used for raisins and wine"], ["muscadelle", "wine from muscat grapes"], ["capital of Oman", "a port on the Gulf of Oman and capital of the sultanate of Oman"]]}, {"answer": "muscle", "hint": "synonyms for muscle", "clues": [["muscularity", "possessing muscular strength"], ["heftiness", "possessing muscular strength"], ["brawniness", "possessing muscular strength"], ["sinew", "possessing muscular strength"], ["brawn", "possessing muscular strength"]]}, {"answer": "muscularity", "hint": "synonyms for muscularity", "clues": [["energy", "an imaginative lively style (especially style of writing)"], ["muscle", "possessing muscular strength"], ["vigour", "an imaginative lively style (especially style of writing)"], ["brawniness", "possessing muscular strength"], ["sinew", "possessing muscular strength"], ["vim", "an imaginative lively style (especially style of writing)"], ["heftiness", "possessing muscular strength"], ["brawn", "possessing muscular strength"]]}, {"answer": "mush", "hint": "synonyms for mush", "clues": [["pulp", "any soft or soggy mass"], ["slop", "writing or music that is excessively sweet and sentimental"], ["treacle", "writing or music that is excessively sweet and sentimental"], ["cornmeal mush", "cornmeal boiled in water"], ["glop", "writing or music that is excessively sweet and sentimental"]]}, {"answer": "mushiness", "hint": "synonyms for mushiness", "clues": [["drippiness", "falsely emotional in a maudlin way"], ["pulpiness", "a mushy pulpy softness"], ["sentimentality", "falsely emotional in a maudlin way"], ["soupiness", "falsely emotional in a maudlin way"], ["mawkishness", "falsely emotional in a maudlin way"], ["sloppiness", "falsely emotional in a maudlin way"]]}, {"answer": "musical_composition", "hint": "synonyms for musical composition", "clues": [["opus", "a musical work that has been created"], ["piece", "a musical work that has been created"], ["piece of music", "a musical work that has been created"], ["composition", "a musical work that has been created"]]}, {"answer": "mustard_agent", "hint": "synonyms for mustard agent", "clues": [["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"]]}, {"answer": "mustard_gas", "hint": "synonyms for mustard gas", "clues": [["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"]]}, {"answer": "mutter", "hint": "synonyms for mutter", "clues": [["grumbling", "a complaint uttered in a low and indistinct tone"], ["murmuring", "a complaint uttered in a low and indistinct tone"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["muttering", "a complaint uttered in a low and indistinct tone"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["grumble", "a complaint uttered in a low and indistinct tone"]]}, {"answer": "muttering", "hint": "synonyms for muttering", "clues": [["mutter", "a complaint uttered in a low and indistinct tone"], ["grumbling", "a complaint uttered in a low and indistinct tone"], ["murmuring", "a complaint uttered in a low and indistinct tone"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech"], ["grumble", "a complaint uttered in a low and indistinct tone"]]}, {"answer": "mv", "hint": "synonyms for mv", "clues": [["mV", "a unit of potential equal to one thousandth of a volt"], ["atomic number 101", "a radioactive transuranic element synthesized by bombarding einsteinium with alpha particles (Md is the current symbol for mendelevium but Mv was formerly the symbol)"], ["millivolt", "a unit of potential equal to one thousandth of a volt"], ["mendelevium", "a radioactive transuranic element synthesized by bombarding einsteinium with alpha particles (Md is the current symbol for mendelevium but Mv was formerly the symbol)"]]}, {"answer": "mystery", "hint": "synonyms for mystery", "clues": [["whodunit", "a story about a crime (usually murder) presented as a novel or play or movie"], ["closed book", "something that baffles understanding and cannot be explained"], ["enigma", "something that baffles understanding and cannot be explained"], ["mystery story", "a story about a crime (usually murder) presented as a novel or play or movie"], ["secret", "something that baffles understanding and cannot be explained"]]}, {"answer": "mystification", "hint": "synonyms for mystification", "clues": [["befuddlement", "confusion resulting from failure to understand"], ["bewilderment", "confusion resulting from failure to understand"], ["bemusement", "confusion resulting from failure to understand"], ["obfuscation", "confusion resulting from failure to understand"], ["bafflement", "confusion resulting from failure to understand"], ["puzzlement", "confusion resulting from failure to understand"]]}, {"answer": "n", "hint": "synonyms for n", "clues": [["atomic number 7", "a common nonmetallic element that is normally a colorless odorless tasteless inert diatomic gas; constitutes 78 percent of the atmosphere by volume; a constituent of all living tissues"], ["nitrogen", "a common nonmetallic element that is normally a colorless odorless tasteless inert diatomic gas; constitutes 78 percent of the atmosphere by volume; a constituent of all living tissues"], ["north", "the cardinal compass point that is at 0 or 360 degrees"], ["northward", "the cardinal compass point that is at 0 or 360 degrees"], ["newton", "a unit of force equal to the force that imparts an acceleration of 1 m/sec/sec to a mass of 1 kilogram; equal to 100,000 dynes"], ["normality", "(of a solution) concentration expressed in gram equivalents of solute per liter"], ["due north", "the cardinal compass point that is at 0 or 360 degrees"]]}, {"answer": "nada", "hint": "synonyms for nada", "clues": [["null", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "naive_art", "hint": "synonyms for naive art", "clues": [["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"]]}, {"answer": "names", "hint": "synonyms for names", "clues": [["gens", "family based on male descent"], ["name", "a defamatory or abusive word or phrase"], ["name calling", "verbal abuse; a crude substitute for argument"], ["epithet", "a defamatory or abusive word or phrase"]]}, {"answer": "nanometer", "hint": "synonyms for nanometer", "clues": [["micromillimeter", "a metric unit of length equal to one billionth of a meter"], ["nanometre", "a metric unit of length equal to one billionth of a meter"], ["millimicron", "a metric unit of length equal to one billionth of a meter"], ["nm", "a metric unit of length equal to one billionth of a meter"]]}, {"answer": "nanometre", "hint": "synonyms for nanometre", "clues": [["nanometer", "a metric unit of length equal to one billionth of a meter"], ["micromillimetre", "a metric unit of length equal to one billionth of a meter"], ["millimicron", "a metric unit of length equal to one billionth of a meter"], ["nm", "a metric unit of length equal to one billionth of a meter"]]}, {"answer": "nap", "hint": "synonyms for nap", "clues": [["catnap", "sleeping for a short period of time (usually not in bed)"], ["pile", "the yarn (as in a rug or velvet or corduroy) that stands up from the weave"], ["forty winks", "sleeping for a short period of time (usually not in bed)"], ["short sleep", "sleeping for a short period of time (usually not in bed)"], ["sleep", "a period of time spent sleeping"], ["snooze", "sleeping for a short period of time (usually not in bed)"], ["cat sleep", "sleeping for a short period of time (usually not in bed)"]]}, {"answer": "napkin", "hint": "synonyms for napkin", "clues": [["table napkin", "a small piece of table linen that is used to wipe the mouth and to cover the lap in order to protect clothing"], ["nappy", "garment consisting of a folded cloth drawn up between the legs and fastened at the waist; worn by infants to catch excrement"], ["diaper", "garment consisting of a folded cloth drawn up between the legs and fastened at the waist; worn by infants to catch excrement"], ["serviette", "a small piece of table linen that is used to wipe the mouth and to cover the lap in order to protect clothing"]]}, {"answer": "narghile", "hint": "synonyms for narghile", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "nargileh", "hint": "synonyms for nargileh", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "narration", "hint": "synonyms for narration", "clues": [["yarn", "the act of giving an account describing incidents or a course of events"], ["story", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"], ["tale", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"], ["recital", "the act of giving an account describing incidents or a course of events"], ["narrative", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"]]}, {"answer": "nastiness", "hint": "synonyms for nastiness", "clues": [["spite", "malevolence by virtue of being malicious or spiteful or nasty"], ["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty"]]}, {"answer": "nation", "hint": "synonyms for nation", "clues": [["land", "the people who live in a nation or country"], ["country", "the people who live in a nation or country"], ["commonwealth", "a politically organized body of people under a single government"], ["body politic", "a politically organized body of people under a single government"], ["res publica", "a politically organized body of people under a single government"], ["state", "a politically organized body of people under a single government"]]}, {"answer": "native_land", "hint": "synonyms for native land", "clues": [["mother country", "the country where you were born"], ["country of origin", "the country where you were born"], ["motherland", "the country where you were born"], ["homeland", "the country where you were born"], ["fatherland", "the country where you were born"]]}, {"answer": "natural_spring", "hint": "synonyms for natural spring", "clues": [["spring", "a natural flow of ground water"], ["outflow", "a natural flow of ground water"], ["fountain", "a natural flow of ground water"], ["outpouring", "a natural flow of ground water"]]}, {"answer": "naught", "hint": "synonyms for naught", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "nauseatingness", "hint": "synonyms for nauseatingness", "clues": [["distastefulness", "extreme unpalatability to the mouth"], ["unsavoriness", "extreme unpalatability to the mouth"], ["sickeningness", "extreme unpalatability to the mouth"], ["disgustingness", "extreme unpalatability to the mouth"]]}, {"answer": "naut_mi", "hint": "synonyms for naut mi", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"]]}, {"answer": "nautical_mile", "hint": "synonyms for nautical mile", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile"]]}, {"answer": "navigation", "hint": "synonyms for navigation", "clues": [["seafaring", "the work of a sailor"], ["piloting", "the guidance of ships or airplanes from place to place"], ["pilotage", "the guidance of ships or airplanes from place to place"], ["sailing", "the work of a sailor"]]}, {"answer": "ne", "hint": "synonyms for ne", "clues": [["northeast", "the compass point midway between north and east; at 45 degrees"], ["nor'-east", "the compass point midway between north and east; at 45 degrees"], ["neon", "a colorless odorless gaseous element that give a red glow in a vacuum tube; one of the six inert gasses; occurs in the air in small amounts"], ["northeastward", "the compass point midway between north and east; at 45 degrees"], ["atomic number 10", "a colorless odorless gaseous element that give a red glow in a vacuum tube; one of the six inert gasses; occurs in the air in small amounts"]]}, {"answer": "nebuliser", "hint": "synonyms for nebuliser", "clues": [["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["nebulizer", "a dispenser that turns a liquid (such as perfume) into a fine mist"]]}, {"answer": "nebulizer", "hint": "synonyms for nebulizer", "clues": [["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist"]]}, {"answer": "necessity", "hint": "synonyms for necessity", "clues": [["necessary", "anything indispensable"], ["requisite", "anything indispensable"], ["essential", "anything indispensable"], ["requirement", "anything indispensable"]]}, {"answer": "necking", "hint": "synonyms for necking", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["gorgerin", "the molding at the top of a column"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "necropolis", "hint": "synonyms for necropolis", "clues": [["graveyard", "a tract of land used for burials"], ["memorial park", "a tract of land used for burials"], ["burial ground", "a tract of land used for burials"], ["burying ground", "a tract of land used for burials"], ["cemetery", "a tract of land used for burials"], ["burial site", "a tract of land used for burials"]]}, {"answer": "neglect", "hint": "synonyms for neglect", "clues": [["negligence", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["nonperformance", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["carelessness", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["disregard", "lack of attention and due care"], ["neglectfulness", "the trait of neglecting responsibilities and lacking concern"]]}, {"answer": "neglige", "hint": "synonyms for neglige", "clues": [["negligee", "a loose dressing gown for women"], ["peignoir", "a loose dressing gown for women"], ["housecoat", "a loose dressing gown for women"], ["wrapper", "a loose dressing gown for women"]]}, {"answer": "negligee", "hint": "synonyms for negligee", "clues": [["peignoir", "a loose dressing gown for women"], ["housecoat", "a loose dressing gown for women"], ["wrapper", "a loose dressing gown for women"], ["neglige", "a loose dressing gown for women"]]}, {"answer": "negligence", "hint": "synonyms for negligence", "clues": [["neglect", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["nonperformance", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["carelessness", "failure to act with the prudence that a reasonable person would exercise under the same circumstances"], ["neglectfulness", "the trait of neglecting responsibilities and lacking concern"]]}, {"answer": "neighborhood", "hint": "synonyms for neighborhood", "clues": [["neck of the woods", "a surrounding or nearby region"], ["locality", "a surrounding or nearby region"], ["region", "the approximate amount of something (usually used prepositionally as in `in the region of')"], ["vicinity", "a surrounding or nearby region"], ["neighbourhood", "people living near one another"]]}, {"answer": "neighbourhood", "hint": "synonyms for neighbourhood", "clues": [["neck of the woods", "a surrounding or nearby region"], ["locality", "a surrounding or nearby region"], ["vicinity", "a surrounding or nearby region"], ["neighborhood", "people living near one another"]]}, {"answer": "nerve", "hint": "synonyms for nerve", "clues": [["cheek", "impudent aggressiveness"], ["boldness", "impudent aggressiveness"], ["face", "impudent aggressiveness"], ["spunk", "the courage to carry on"], ["heart", "the courage to carry on"], ["mettle", "the courage to carry on"], ["brass", "impudent aggressiveness"]]}, {"answer": "nerves", "hint": "synonyms for nerves", "clues": [["nerve", "the courage to carry on"], ["boldness", "impudent aggressiveness"], ["heart", "the courage to carry on"], ["face", "impudent aggressiveness"], ["cheek", "impudent aggressiveness"], ["spunk", "the courage to carry on"], ["brass", "impudent aggressiveness"], ["mettle", "the courage to carry on"]]}, {"answer": "net_income", "hint": "synonyms for net income", "clues": [["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["profits", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"]]}, {"answer": "net_profit", "hint": "synonyms for net profit", "clues": [["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["profits", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"]]}, {"answer": "network", "hint": "synonyms for network", "clues": [["meshing", "an open fabric of string or rope or wire woven together at regular intervals"], ["net", "an open fabric of string or rope or wire woven together at regular intervals"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals"], ["web", "an interconnected system of things or people"], ["electronic network", "(electronics) a system of interconnected electronic components or circuits"]]}, {"answer": "neuroleptic", "hint": "synonyms for neuroleptic", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "neuroleptic_agent", "hint": "synonyms for neuroleptic agent", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "neuroleptic_drug", "hint": "synonyms for neuroleptic drug", "clues": [["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired"]]}, {"answer": "new_york_minute", "hint": "synonyms for new york minute", "clues": [["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "news", "hint": "synonyms for news", "clues": [["news show", "a program devoted to current events, often using interviews and commentary"], ["intelligence", "information about recent and important events"], ["word", "information about recent and important events"], ["newsworthiness", "the quality of being sufficiently interesting to be reported in news bulletins"], ["tidings", "information about recent and important events"], ["news program", "a program devoted to current events, often using interviews and commentary"]]}, {"answer": "news_agency", "hint": "synonyms for news agency", "clues": [["press agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically"]]}, {"answer": "news_organisation", "hint": "synonyms for news organisation", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically"]]}, {"answer": "news_organization", "hint": "synonyms for news organization", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["news organisation", "an agency to collects news reports for newspapers and distributes it electronically"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically"]]}, {"answer": "news_report", "hint": "synonyms for news report", "clues": [["account", "a short account of the news"], ["report", "a short account of the news"], ["write up", "a short account of the news"], ["story", "a short account of the news"]]}, {"answer": "newspaper_clipping", "hint": "synonyms for newspaper clipping", "clues": [["press clipping", "an excerpt cut from a newspaper or magazine"], ["clipping", "an excerpt cut from a newspaper or magazine"], ["cutting", "an excerpt cut from a newspaper or magazine"], ["press cutting", "an excerpt cut from a newspaper or magazine"]]}, {"answer": "nicety", "hint": "synonyms for nicety", "clues": [["rightness", "conformity with some esthetic standard of correctness or propriety"], ["refinement", "a subtle difference in meaning or opinion or attitude"], ["shade", "a subtle difference in meaning or opinion or attitude"], ["justness", "conformity with some esthetic standard of correctness or propriety"], ["subtlety", "a subtle difference in meaning or opinion or attitude"], ["nuance", "a subtle difference in meaning or opinion or attitude"]]}, {"answer": "nick", "hint": "synonyms for nick", "clues": [["dent", "an impression in a surface (as made by a blow)"], ["gouge", "an impression in a surface (as made by a blow)"], ["ding", "an impression in a surface (as made by a blow)"], ["notch", "a small cut"], ["snick", "a small cut"]]}, {"answer": "nickname", "hint": "synonyms for nickname", "clues": [["sobriquet", "a familiar name for a person (often a shortened version of a person's given name)"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)"]]}, {"answer": "nictation", "hint": "synonyms for nictation", "clues": [["winking", "a reflex that closes and opens the eyes rapidly"], ["blink", "a reflex that closes and opens the eyes rapidly"], ["eye blink", "a reflex that closes and opens the eyes rapidly"], ["nictitation", "a reflex that closes and opens the eyes rapidly"]]}, {"answer": "nictitation", "hint": "synonyms for nictitation", "clues": [["winking", "a reflex that closes and opens the eyes rapidly"], ["nictation", "a reflex that closes and opens the eyes rapidly"], ["blink", "a reflex that closes and opens the eyes rapidly"], ["eye blink", "a reflex that closes and opens the eyes rapidly"]]}, {"answer": "niggardliness", "hint": "synonyms for niggardliness", "clues": [["tightness", "extreme stinginess"], ["niggardness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["parsimony", "extreme stinginess"], ["closeness", "extreme stinginess"], ["meanness", "extreme stinginess"], ["minginess", "extreme stinginess"], ["tightfistedness", "extreme stinginess"]]}, {"answer": "niggardness", "hint": "synonyms for niggardness", "clues": [["tightness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["niggardliness", "extreme stinginess"], ["parsimony", "extreme stinginess"], ["closeness", "extreme stinginess"], ["meanness", "extreme stinginess"], ["minginess", "extreme stinginess"], ["tightfistedness", "extreme stinginess"]]}, {"answer": "night-robe", "hint": "synonyms for night-robe", "clues": [["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women"]]}, {"answer": "night_club", "hint": "synonyms for night club", "clues": [["cabaret", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["nightclub", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"]]}, {"answer": "nightclub", "hint": "synonyms for nightclub", "clues": [["cabaret", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["night club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink"]]}, {"answer": "nightdress", "hint": "synonyms for nightdress", "clues": [["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women"]]}, {"answer": "nightfall", "hint": "synonyms for nightfall", "clues": [["evenfall", "the time of day immediately following sunset"], ["gloam", "the time of day immediately following sunset"], ["crepuscle", "the time of day immediately following sunset"], ["fall", "the time of day immediately following sunset"], ["twilight", "the time of day immediately following sunset"], ["dusk", "the time of day immediately following sunset"]]}, {"answer": "nightgown", "hint": "synonyms for nightgown", "clues": [["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women"]]}, {"answer": "nightie", "hint": "synonyms for nightie", "clues": [["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women"]]}, {"answer": "nightstick", "hint": "synonyms for nightstick", "clues": [["baton", "a short stout club used primarily by policemen"], ["billystick", "a short stout club used primarily by policemen"], ["billy", "a short stout club used primarily by policemen"], ["truncheon", "a short stout club used primarily by policemen"], ["billy club", "a short stout club used primarily by policemen"]]}, {"answer": "nil", "hint": "synonyms for nil", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "nimbleness", "hint": "synonyms for nimbleness", "clues": [["legerity", "the gracefulness of a person or animal that is quick and nimble"], ["lightness", "the gracefulness of a person or animal that is quick and nimble"], ["agility", "the gracefulness of a person or animal that is quick and nimble"], ["mental dexterity", "intelligence as revealed by quickness and alertness of mind"], ["lightsomeness", "the gracefulness of a person or animal that is quick and nimble"]]}, {"answer": "nimbus", "hint": "synonyms for nimbus", "clues": [["nimbus cloud", "a dark grey cloud bearing rain"], ["gloriole", "an indication of radiant light drawn around the head of a saint"], ["glory", "an indication of radiant light drawn around the head of a saint"], ["halo", "an indication of radiant light drawn around the head of a saint"], ["aura", "an indication of radiant light drawn around the head of a saint"], ["aureole", "an indication of radiant light drawn around the head of a saint"], ["rain cloud", "a dark grey cloud bearing rain"]]}, {"answer": "nineties", "hint": "synonyms for nineties", "clues": [["1990s", "the decade from 1990 to 1999"], ["mid-nineties", "the time of life between 90 and 100"], ["1890s", "the decade from 1890 to 1899"], ["90", "the cardinal number that is the product of ten and nine"], ["ninety", "the cardinal number that is the product of ten and nine"]]}, {"answer": "nip", "hint": "synonyms for nip", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["piquantness", "a tart spicy quality"], ["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["tanginess", "a tart spicy quality"], ["shot", "a small drink of liquor"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["piquance", "a tart spicy quality"], ["tang", "a tart spicy quality"], ["coolness", "the property of being moderately cold"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["zest", "a tart spicy quality"], ["pinch", "a small sharp bite or snip"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"], ["chilliness", "the property of being moderately cold"]]}, {"answer": "nitty-gritty", "hint": "synonyms for nitty-gritty", "clues": [["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "nix", "hint": "synonyms for nix", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "nobility", "hint": "synonyms for nobility", "clues": [["aristocracy", "a privileged class holding hereditary titles"], ["magnanimousness", "the quality of elevation of mind and exaltation of character or ideals or conduct"], ["nobleness", "the quality of elevation of mind and exaltation of character or ideals or conduct"], ["grandeur", "the quality of elevation of mind and exaltation of character or ideals or conduct"]]}, {"answer": "noctambulation", "hint": "synonyms for noctambulation", "clues": [["sleepwalking", "walking by a person who is asleep"], ["somnambulation", "walking by a person who is asleep"], ["somnambulism", "walking by a person who is asleep"], ["noctambulism", "walking by a person who is asleep"]]}, {"answer": "noctambulism", "hint": "synonyms for noctambulism", "clues": [["sleepwalking", "walking by a person who is asleep"], ["somnambulation", "walking by a person who is asleep"], ["noctambulation", "walking by a person who is asleep"], ["somnambulism", "walking by a person who is asleep"]]}, {"answer": "node", "hint": "synonyms for node", "clues": [["guest", "(computer science) any computer that is hooked up to a computer network"], ["client", "(computer science) any computer that is hooked up to a computer network"], ["thickening", "any thickened enlargement"], ["knob", "any thickened enlargement"]]}, {"answer": "noise", "hint": "synonyms for noise", "clues": [["randomness", "the quality of lacking any predictable order or plan"], ["dissonance", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience"], ["stochasticity", "the quality of lacking any predictable order or plan"], ["racket", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience"], ["interference", "electrical or acoustic activity that can disturb communication"], ["haphazardness", "the quality of lacking any predictable order or plan"], ["disturbance", "electrical or acoustic activity that can disturb communication"]]}, {"answer": "nonsensicality", "hint": "synonyms for nonsensicality", "clues": [["meaninglessness", "a message that seems to convey no meaning"], ["hokum", "a message that seems to convey no meaning"], ["bunk", "a message that seems to convey no meaning"], ["nonsense", "a message that seems to convey no meaning"]]}, {"answer": "nookie", "hint": "synonyms for nookie", "clues": [["piece of tail", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "nooky", "hint": "synonyms for nooky", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "noon", "hint": "synonyms for noon", "clues": [["noonday", "the middle of the day"], ["high noon", "the middle of the day"], ["twelve noon", "the middle of the day"], ["noontide", "the middle of the day"], ["midday", "the middle of the day"]]}, {"answer": "noonday", "hint": "synonyms for noonday", "clues": [["noon", "the middle of the day"], ["high noon", "the middle of the day"], ["twelve noon", "the middle of the day"], ["noontide", "the middle of the day"], ["midday", "the middle of the day"]]}, {"answer": "noontide", "hint": "synonyms for noontide", "clues": [["noon", "the middle of the day"], ["noonday", "the middle of the day"], ["high noon", "the middle of the day"], ["twelve noon", "the middle of the day"], ["midday", "the middle of the day"]]}, {"answer": "noose", "hint": "synonyms for noose", "clues": [["gin", "a trap for birds or small mammals; often has a slip noose"], ["slip noose", "a loop formed in a cord or rope by means of a slipknot; it binds tighter as the cord or rope is pulled"], ["snare", "a trap for birds or small mammals; often has a slip noose"], ["running noose", "a loop formed in a cord or rope by means of a slipknot; it binds tighter as the cord or rope is pulled"]]}, {"answer": "nose_drops", "hint": "synonyms for nose drops", "clues": [["thunder", "street names for heroin"], ["scag", "street names for heroin"], ["hell dust", "street names for heroin"], ["skag", "street names for heroin"], ["smack", "street names for heroin"], ["big H", "street names for heroin"]]}, {"answer": "note", "hint": "synonyms for note", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)"], ["note of hand", "a promise to pay a specified amount on demand or at a certain time"], ["line", "a short personal letter"], ["notation", "a comment or instruction (usually added)"], ["government note", "a piece of paper money (especially one issued by a central bank)"], ["bank note", "a piece of paper money (especially one issued by a central bank)"], ["billet", "a short personal letter"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)"], ["tone", "a notation representing the pitch and duration of a musical sound"], ["musical note", "a notation representing the pitch and duration of a musical sound"], ["bill", "a piece of paper money (especially one issued by a central bank)"], ["promissory note", "a promise to pay a specified amount on demand or at a certain time"], ["greenback", "a piece of paper money (especially one issued by a central bank)"], ["short letter", "a short personal letter"]]}, {"answer": "nothingness", "hint": "synonyms for nothingness", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk"], ["jazz", "empty rhetoric or insincere or exaggerated talk"], ["wind", "empty rhetoric or insincere or exaggerated talk"], ["idle words", "empty rhetoric or insincere or exaggerated talk"]]}, {"answer": "nothings", "hint": "synonyms for nothings", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "notice", "hint": "synonyms for notice", "clues": [["observation", "the act of noticing or paying attention"], ["notification", "a request for payment"], ["bill", "a sign posted in a public place as an advertisement"], ["poster", "a sign posted in a public place as an advertisement"], ["placard", "a sign posted in a public place as an advertisement"], ["card", "a sign posted in a public place as an advertisement"], ["observance", "the act of noticing or paying attention"], ["posting", "a sign posted in a public place as an advertisement"]]}, {"answer": "notification", "hint": "synonyms for notification", "clues": [["telling", "informing by words"], ["presentment", "an accusation of crime made by a grand jury on its own initiative"], ["notice", "a request for payment"], ["apprisal", "informing by words"]]}, {"answer": "notion", "hint": "synonyms for notion", "clues": [["belief", "a vague idea in which some confidence is placed"], ["opinion", "a vague idea in which some confidence is placed"], ["feeling", "a vague idea in which some confidence is placed"], ["whimsy", "an odd or fanciful or capricious idea"], ["whim", "an odd or fanciful or capricious idea"], ["impression", "a vague idea in which some confidence is placed"]]}, {"answer": "nought", "hint": "synonyms for nought", "clues": [["cipher", "a mathematical element that when added to another number yields the same number"], ["cypher", "a mathematical element that when added to another number yields the same number"], ["zero", "a mathematical element that when added to another number yields the same number"], ["0", "a mathematical element that when added to another number yields the same number"]]}, {"answer": "nourishment", "hint": "synonyms for nourishment", "clues": [["aliment", "a source of materials to nourish the body"], ["alimentation", "a source of materials to nourish the body"], ["sustenance", "a source of materials to nourish the body"], ["nutriment", "a source of materials to nourish the body"], ["nutrition", "a source of materials to nourish the body"], ["victuals", "a source of materials to nourish the body"]]}, {"answer": "nous", "hint": "synonyms for nous", "clues": [["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"]]}, {"answer": "novelty", "hint": "synonyms for novelty", "clues": [["knickknack", "a small inexpensive mass-produced article"], ["gewgaw", "cheap showy jewelry or ornament on clothing"], ["freshness", "originality by virtue of being new and surprising"], ["trinket", "cheap showy jewelry or ornament on clothing"], ["bangle", "cheap showy jewelry or ornament on clothing"], ["bauble", "cheap showy jewelry or ornament on clothing"], ["gaud", "cheap showy jewelry or ornament on clothing"], ["fallal", "cheap showy jewelry or ornament on clothing"]]}, {"answer": "nuance", "hint": "synonyms for nuance", "clues": [["shade", "a subtle difference in meaning or opinion or attitude"], ["subtlety", "a subtle difference in meaning or opinion or attitude"], ["refinement", "a subtle difference in meaning or opinion or attitude"], ["nicety", "a subtle difference in meaning or opinion or attitude"]]}, {"answer": "nub", "hint": "synonyms for nub", "clues": [["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["stub", "a small piece"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["nubble", "a small lump or protuberance"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "number", "hint": "synonyms for number", "clues": [["telephone number", "the number is used in calling a particular telephone"], ["bit", "a short theatrical performance that is part of a longer program"], ["issue", "one of a series published periodically"], ["identification number", "a numeral or string of numerals that is used for identification"], ["turn", "a short theatrical performance that is part of a longer program"], ["routine", "a short theatrical performance that is part of a longer program"], ["numeral", "a symbol used to represent a number"], ["figure", "the property possessed by a sum or total or indefinite quantity of units or individuals"], ["act", "a short theatrical performance that is part of a longer program"]]}, {"answer": "numbers", "hint": "synonyms for numbers", "clues": [["telephone number", "the number is used in calling a particular telephone"], ["number", "a short theatrical performance that is part of a longer program"], ["bit", "a short theatrical performance that is part of a longer program"], ["identification number", "a numeral or string of numerals that is used for identification"], ["numeral", "a symbol used to represent a number"], ["numbers game", "an illegal daily lottery"], ["figure", "the property possessed by a sum or total or indefinite quantity of units or individuals"], ["act", "a short theatrical performance that is part of a longer program"], ["issue", "one of a series published periodically"], ["numbers racket", "an illegal daily lottery"], ["turn", "a short theatrical performance that is part of a longer program"], ["routine", "a short theatrical performance that is part of a longer program"], ["numbers pool", "an illegal daily lottery"]]}, {"answer": "numeration", "hint": "synonyms for numeration", "clues": [["reckoning", "the act of counting; reciting numbers in ascending order"], ["counting", "the act of counting; reciting numbers in ascending order"], ["enumeration", "the act of counting; reciting numbers in ascending order"], ["tally", "the act of counting; reciting numbers in ascending order"]]}, {"answer": "nurture", "hint": "synonyms for nurture", "clues": [["bringing up", "helping someone grow up to be an accepted member of the community"], ["breeding", "helping someone grow up to be an accepted member of the community"], ["rearing", "helping someone grow up to be an accepted member of the community"], ["raising", "the properties acquired as a consequence of the way you were treated as a child"], ["upbringing", "helping someone grow up to be an accepted member of the community"], ["fosterage", "helping someone grow up to be an accepted member of the community"], ["fostering", "helping someone grow up to be an accepted member of the community"]]}, {"answer": "nut_house", "hint": "synonyms for nut house", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nuthouse", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "nuthouse", "hint": "synonyms for nuthouse", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "nutriment", "hint": "synonyms for nutriment", "clues": [["aliment", "a source of materials to nourish the body"], ["alimentation", "a source of materials to nourish the body"], ["sustenance", "a source of materials to nourish the body"], ["nourishment", "a source of materials to nourish the body"], ["nutrition", "a source of materials to nourish the body"], ["victuals", "a source of materials to nourish the body"]]}, {"answer": "nutrition", "hint": "synonyms for nutrition", "clues": [["aliment", "a source of materials to nourish the body"], ["alimentation", "a source of materials to nourish the body"], ["sustenance", "a source of materials to nourish the body"], ["nutriment", "a source of materials to nourish the body"], ["nourishment", "a source of materials to nourish the body"], ["victuals", "a source of materials to nourish the body"]]}, {"answer": "nylon_stocking", "hint": "synonyms for nylon stocking", "clues": [["rayons", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["nylons", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["rayon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"]]}, {"answer": "nylons", "hint": "synonyms for nylons", "clues": [["rayons", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["nylon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["nylon", "a thermoplastic polyamide; a family of strong resilient synthetic fibers"]]}, {"answer": "oarlock", "hint": "synonyms for oarlock", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"]]}, {"answer": "oath", "hint": "synonyms for oath", "clues": [["swearword", "profane or obscene expression usually of surprise or anger"], ["swearing", "profane or obscene expression usually of surprise or anger"], ["expletive", "profane or obscene expression usually of surprise or anger"], ["curse", "profane or obscene expression usually of surprise or anger"], ["cuss", "profane or obscene expression usually of surprise or anger"], ["curse word", "profane or obscene expression usually of surprise or anger"]]}, {"answer": "obfuscation", "hint": "synonyms for obfuscation", "clues": [["befuddlement", "confusion resulting from failure to understand"], ["bewilderment", "confusion resulting from failure to understand"], ["bemusement", "confusion resulting from failure to understand"], ["mystification", "confusion resulting from failure to understand"], ["bafflement", "confusion resulting from failure to understand"], ["puzzlement", "confusion resulting from failure to understand"]]}, {"answer": "object", "hint": "synonyms for object", "clues": [["aim", "the goal intended to be attained (and which is believed to be attainable)"], ["objective", "the goal intended to be attained (and which is believed to be attainable)"], ["target", "the goal intended to be attained (and which is believed to be attainable)"], ["physical object", "a tangible and visible entity; an entity that can cast a shadow"]]}, {"answer": "objection", "hint": "synonyms for objection", "clues": [["remonstrance", "the act of expressing earnest opposition or protest"], ["expostulation", "the act of expressing earnest opposition or protest"], ["remonstration", "the act of expressing earnest opposition or protest"], ["dissent", "the act of protesting; a public (often organized) manifestation of dissent"], ["protest", "the act of protesting; a public (often organized) manifestation of dissent"]]}, {"answer": "obligation", "hint": "synonyms for obligation", "clues": [["responsibility", "the social force that binds you to the courses of action demanded by that force; ; - John D.Rockefeller Jr"], ["duty", "the social force that binds you to the courses of action demanded by that force; ; - John D.Rockefeller Jr"], ["certificate of indebtedness", "a written promise to repay a debt"], ["debt instrument", "a written promise to repay a debt"], ["indebtedness", "a personal relation in which one is indebted for a service or favor"]]}, {"answer": "obloquy", "hint": "synonyms for obloquy", "clues": [["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"]]}, {"answer": "obscenity", "hint": "synonyms for obscenity", "clues": [["bawdiness", "the trait of behaving in an obscene manner"], ["vulgarism", "an offensive or indecent word or phrase"], ["lewdness", "the trait of behaving in an obscene manner"], ["dirty word", "an offensive or indecent word or phrase"], ["salacity", "the trait of behaving in an obscene manner"], ["smut", "an offensive or indecent word or phrase"], ["filth", "an offensive or indecent word or phrase"], ["salaciousness", "the trait of behaving in an obscene manner"]]}, {"answer": "observance", "hint": "synonyms for observance", "clues": [["ceremonial occasion", "a formal event performed on a special occasion"], ["honoring", "conformity with law or custom or practice etc."], ["ceremony", "a formal event performed on a special occasion"], ["observation", "the act of noticing or paying attention"], ["notice", "the act of noticing or paying attention"], ["watching", "the act of observing; taking a patient look"], ["ceremonial", "a formal event performed on a special occasion"]]}, {"answer": "observation", "hint": "synonyms for observation", "clues": [["reflexion", "a remark expressing careful consideration"], ["notice", "the act of noticing or paying attention"], ["watching", "the act of observing; taking a patient look"], ["observance", "the act of noticing or paying attention"], ["reflection", "a remark expressing careful consideration"]]}, {"answer": "obstinacy", "hint": "synonyms for obstinacy", "clues": [["pigheadedness", "resolute adherence to your own ideas or desires"], ["obstinance", "resolute adherence to your own ideas or desires"], ["bullheadedness", "resolute adherence to your own ideas or desires"], ["stubbornness", "resolute adherence to your own ideas or desires"], ["self-will", "resolute adherence to your own ideas or desires"], ["mulishness", "the trait of being difficult to handle or overcome"]]}, {"answer": "obstinance", "hint": "synonyms for obstinance", "clues": [["pigheadedness", "resolute adherence to your own ideas or desires"], ["obstinacy", "resolute adherence to your own ideas or desires"], ["bullheadedness", "resolute adherence to your own ideas or desires"], ["stubbornness", "resolute adherence to your own ideas or desires"], ["self-will", "resolute adherence to your own ideas or desires"], ["mulishness", "the trait of being difficult to handle or overcome"]]}, {"answer": "occasion", "hint": "synonyms for occasion", "clues": [["social function", "a vaguely specified social event"], ["juncture", "an event that occurs at a critical time"], ["affair", "a vaguely specified social event"], ["function", "a vaguely specified social event"], ["social occasion", "a vaguely specified social event"]]}, {"answer": "occasions", "hint": "synonyms for occasions", "clues": [["juncture", "an event that occurs at a critical time"], ["affair", "a vaguely specified social event"], ["occasion", "reason"], ["social occasion", "a vaguely specified social event"], ["function", "a vaguely specified social event"], ["social function", "a vaguely specified social event"]]}, {"answer": "occlusion", "hint": "synonyms for occlusion", "clues": [["stop", "an obstruction in a pipe or tube"], ["occluded front", "(meteorology) a composite front when colder air surrounds a mass of warm air and forces it aloft"], ["stoppage", "an obstruction in a pipe or tube"], ["closure", "an obstruction in a pipe or tube"], ["blockage", "an obstruction in a pipe or tube"], ["block", "an obstruction in a pipe or tube"]]}, {"answer": "occupation", "hint": "synonyms for occupation", "clues": [["line of work", "the principal activity in your life that you do to earn money"], ["military control", "the control of a country by military forces of a foreign power"], ["moving in", "the act of occupying or taking possession of a building"], ["line", "the principal activity in your life that you do to earn money"], ["job", "the principal activity in your life that you do to earn money"], ["business", "the principal activity in your life that you do to earn money"], ["occupancy", "the act of occupying or taking possession of a building"]]}, {"answer": "ocean_bottom", "hint": "synonyms for ocean bottom", "clues": [["sea floor", "the bottom of a sea or ocean"], ["ocean floor", "the bottom of a sea or ocean"], ["seabed", "the bottom of a sea or ocean"], ["sea bottom", "the bottom of a sea or ocean"]]}, {"answer": "ocean_floor", "hint": "synonyms for ocean floor", "clues": [["sea floor", "the bottom of a sea or ocean"], ["seabed", "the bottom of a sea or ocean"], ["ocean bottom", "the bottom of a sea or ocean"], ["sea bottom", "the bottom of a sea or ocean"]]}, {"answer": "octad", "hint": "synonyms for octad", "clues": [["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["octonary", "the cardinal number that is the sum of seven and one"], ["8", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"]]}, {"answer": "octet", "hint": "synonyms for octet", "clues": [["octette", "a set of eight similar things considered as a unit"], ["8", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["eightsome", "eight people considered as a unit"], ["octad", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octonary", "the cardinal number that is the sum of seven and one"]]}, {"answer": "octonary", "hint": "synonyms for octonary", "clues": [["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["octad", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["8", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["ogdoad", "the cardinal number that is the sum of seven and one"]]}, {"answer": "oddity", "hint": "synonyms for oddity", "clues": [["curio", "something unusual -- perhaps worthy of collecting"], ["quirkiness", "a strange attitude or habit"], ["crotchet", "a strange attitude or habit"], ["quirk", "a strange attitude or habit"], ["queerness", "a strange attitude or habit"], ["curiosity", "something unusual -- perhaps worthy of collecting"], ["peculiarity", "something unusual -- perhaps worthy of collecting"], ["oddness", "eccentricity that is not easily explained"], ["rarity", "something unusual -- perhaps worthy of collecting"], ["oddment", "something unusual -- perhaps worthy of collecting"]]}, {"answer": "oddment", "hint": "synonyms for oddment", "clues": [["curio", "something unusual -- perhaps worthy of collecting"], ["end", "a piece of cloth that is left over after the rest has been used or sold"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold"], ["curiosity", "something unusual -- perhaps worthy of collecting"], ["remnant", "a piece of cloth that is left over after the rest has been used or sold"], ["peculiarity", "something unusual -- perhaps worthy of collecting"], ["rarity", "something unusual -- perhaps worthy of collecting"], ["oddity", "something unusual -- perhaps worthy of collecting"]]}, {"answer": "oddments", "hint": "synonyms for oddments", "clues": [["oddment", "a piece of cloth that is left over after the rest has been used or sold"], ["omnium-gatherum", "a motley assortment of things"], ["oddity", "something unusual -- perhaps worthy of collecting"], ["farrago", "a motley assortment of things"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold"], ["curiosity", "something unusual -- perhaps worthy of collecting"], ["peculiarity", "something unusual -- perhaps worthy of collecting"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["rarity", "something unusual -- perhaps worthy of collecting"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["curio", "something unusual -- perhaps worthy of collecting"], ["mingle-mangle", "a motley assortment of things"], ["end", "a piece of cloth that is left over after the rest has been used or sold"], ["remnant", "a piece of cloth that is left over after the rest has been used or sold"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "odds_and_ends", "hint": "synonyms for odds and ends", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "odium", "hint": "synonyms for odium", "clues": [["loathing", "hate coupled with disgust"], ["execration", "hate coupled with disgust"], ["detestation", "hate coupled with disgust"], ["abhorrence", "hate coupled with disgust"], ["abomination", "hate coupled with disgust"]]}, {"answer": "odor", "hint": "synonyms for odor", "clues": [["aroma", "any property detected by the olfactory system"], ["odour", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["olfactory perception", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["smell", "any property detected by the olfactory system"], ["olfactory sensation", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["scent", "any property detected by the olfactory system"], ["olfactory property", "any property detected by the olfactory system"]]}, {"answer": "odour", "hint": "synonyms for odour", "clues": [["aroma", "any property detected by the olfactory system"], ["olfactory perception", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["smell", "any property detected by the olfactory system"], ["olfactory sensation", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["scent", "any property detected by the olfactory system"], ["olfactory property", "any property detected by the olfactory system"], ["odor", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"]]}, {"answer": "offence", "hint": "synonyms for offence", "clues": [["offense", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"], ["criminal offence", "(criminal law) an act punishable by law; usually considered an evil act"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act"], ["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act"], ["umbrage", "a feeling of anger caused by being offended"], ["offensive activity", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"], ["discourtesy", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"]]}, {"answer": "offense", "hint": "synonyms for offense", "clues": [["offence", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"], ["criminal offence", "(criminal law) an act punishable by law; usually considered an evil act"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act"], ["offensive", "the action of attacking an enemy"], ["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act"], ["umbrage", "a feeling of anger caused by being offended"], ["offensive activity", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"], ["discourtesy", "a lack of politeness; a failure to show regard for others; wounding the feelings or others"]]}, {"answer": "offer", "hint": "synonyms for offer", "clues": [["pass", "a usually brief attempt"], ["go", "a usually brief attempt"], ["whirl", "a usually brief attempt"], ["offering", "something offered (as a proposal or bid)"], ["fling", "a usually brief attempt"], ["crack", "a usually brief attempt"]]}, {"answer": "office", "hint": "synonyms for office", "clues": [["situation", "a job in an organization"], ["agency", "an administrative unit of government"], ["spot", "a job in an organization"], ["authority", "an administrative unit of government"], ["berth", "a job in an organization"], ["government agency", "an administrative unit of government"], ["place", "a job in an organization"], ["part", "the actions and activities assigned to or required or expected of a person or group"], ["post", "a job in an organization"], ["billet", "a job in an organization"], ["office staff", "professional or clerical workers in an office"], ["position", "a job in an organization"], ["business office", "place of business where professional or clerical duties are performed"], ["federal agency", "an administrative unit of government"], ["role", "the actions and activities assigned to or required or expected of a person or group"], ["bureau", "an administrative unit of government"], ["function", "the actions and activities assigned to or required or expected of a person or group"]]}, {"answer": "offset", "hint": "synonyms for offset", "clues": [["get-go", "the time at which something is supposed to begin"], ["showtime", "the time at which something is supposed to begin"], ["offshoot", "a natural consequence of development"], ["branch", "a natural consequence of development"], ["set-back", "structure where a wall or building narrows abruptly"], ["first", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["outgrowth", "a natural consequence of development"], ["beginning", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["setoff", "structure where a wall or building narrows abruptly"], ["outset", "the time at which something is supposed to begin"], ["offset printing", "a plate makes an inked impression on a rubber-blanketed cylinder, which in turn transfers it to the paper"], ["counterbalance", "a compensating equivalent"], ["commencement", "the time at which something is supposed to begin"]]}, {"answer": "ogdoad", "hint": "synonyms for ogdoad", "clues": [["eighter from Decatur", "the cardinal number that is the sum of seven and one"], ["octad", "the cardinal number that is the sum of seven and one"], ["eight", "the cardinal number that is the sum of seven and one"], ["8", "the cardinal number that is the sum of seven and one"], ["eighter", "the cardinal number that is the sum of seven and one"], ["octet", "the cardinal number that is the sum of seven and one"], ["octonary", "the cardinal number that is the sum of seven and one"]]}, {"answer": "ohmic_resistance", "hint": "synonyms for ohmic resistance", "clues": [["resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["electric resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms"]]}, {"answer": "oil", "hint": "synonyms for oil", "clues": [["oil color", "oil paint containing pigment that is used by an artist"], ["crude", "a dark oil consisting mainly of hydrocarbons"], ["crude oil", "a dark oil consisting mainly of hydrocarbons"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons"], ["vegetable oil", "any of a group of liquid edible fats that are obtained from plants"], ["rock oil", "a dark oil consisting mainly of hydrocarbons"], ["petroleum", "a dark oil consisting mainly of hydrocarbons"]]}, {"answer": "oiler", "hint": "synonyms for oiler", "clues": [["oil tanker", "a cargo ship designed to carry crude oil in bulk"], ["tank ship", "a cargo ship designed to carry crude oil in bulk"], ["tanker", "a cargo ship designed to carry crude oil in bulk"], ["oil well", "a well that yields or has yielded oil"]]}, {"answer": "oiliness", "hint": "synonyms for oiliness", "clues": [["unction", "smug self-serving earnestness"], ["oleaginousness", "smug self-serving earnestness"], ["smarminess", "smug self-serving earnestness"], ["unctuousness", "smug self-serving earnestness"], ["fulsomeness", "smug self-serving earnestness"], ["greasiness", "consisting of or covered with oil"]]}, {"answer": "ointment", "hint": "synonyms for ointment", "clues": [["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["cream", "toiletry consisting of any of various substances in the form of a thick liquid that have a soothing and moisturizing effect when applied to the skin"], ["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["emollient", "toiletry consisting of any of various substances in the form of a thick liquid that have a soothing and moisturizing effect when applied to the skin"]]}, {"answer": "old-age_pension", "hint": "synonyms for old-age pension", "clues": [["retirement pension", "a monthly payment made to someone who is retired from work"], ["retirement benefit", "a monthly payment made to someone who is retired from work"], ["retirement check", "a monthly payment made to someone who is retired from work"], ["retirement fund", "a monthly payment made to someone who is retired from work"], ["superannuation", "a monthly payment made to someone who is retired from work"]]}, {"answer": "old_age", "hint": "synonyms for old age", "clues": [["eld", "a late time of life"], ["geezerhood", "a late time of life"], ["years", "a late time of life"], ["age", "a late time of life"]]}, {"answer": "oleaginousness", "hint": "synonyms for oleaginousness", "clues": [["unction", "smug self-serving earnestness"], ["smarminess", "smug self-serving earnestness"], ["unctuousness", "smug self-serving earnestness"], ["fulsomeness", "smug self-serving earnestness"], ["oiliness", "smug self-serving earnestness"], ["greasiness", "consisting of or covered with oil"]]}, {"answer": "olfactory_property", "hint": "synonyms for olfactory property", "clues": [["aroma", "any property detected by the olfactory system"], ["odour", "any property detected by the olfactory system"], ["scent", "any property detected by the olfactory system"], ["smell", "any property detected by the olfactory system"]]}, {"answer": "omen", "hint": "synonyms for omen", "clues": [["prodigy", "a sign of something about to happen"], ["portent", "a sign of something about to happen"], ["prognostication", "a sign of something about to happen"], ["presage", "a sign of something about to happen"], ["prognostic", "a sign of something about to happen"]]}, {"answer": "omnium-gatherum", "hint": "synonyms for omnium-gatherum", "clues": [["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["ragbag", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "onager", "hint": "synonyms for onager", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "onanism", "hint": "synonyms for onanism", "clues": [["masturbation", "manual stimulation of the genital organs (of yourself or another) for sexual pleasure"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"]]}, {"answer": "one-fourth", "hint": "synonyms for one-fourth", "clues": [["fourth part", "one of four equal parts"], ["quartern", "one of four equal parts"], ["fourth", "one of four equal parts"], ["one-quarter", "one of four equal parts"], ["twenty-five percent", "one of four equal parts"]]}, {"answer": "one-man_rule", "hint": "synonyms for one-man rule", "clues": [["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "one-quarter", "hint": "synonyms for one-quarter", "clues": [["fourth part", "one of four equal parts"], ["one-fourth", "one of four equal parts"], ["quartern", "one of four equal parts"], ["fourth", "one of four equal parts"], ["twenty-five percent", "one of four equal parts"]]}, {"answer": "one_c", "hint": "synonyms for one c", "clues": [["one C", "ten 10s"], ["hundred", "ten 10s"], ["century", "ten 10s"], ["100", "ten 10s"]]}, {"answer": "one_dollar_bill", "hint": "synonyms for one dollar bill", "clues": [["clam", "a piece of paper money worth one dollar"], ["dollar bill", "a piece of paper money worth one dollar"], ["dollar", "a piece of paper money worth one dollar"], ["buck", "a piece of paper money worth one dollar"]]}, {"answer": "oneirism", "hint": "synonyms for oneirism", "clues": [["castle in Spain", "absentminded dreaming while awake"], ["castle in the air", "absentminded dreaming while awake"], ["daydream", "absentminded dreaming while awake"], ["air castle", "absentminded dreaming while awake"], ["revery", "absentminded dreaming while awake"], ["reverie", "absentminded dreaming while awake"]]}, {"answer": "onset", "hint": "synonyms for onset", "clues": [["attack", "(military) an offensive against an enemy (using weapons)"], ["onrush", "(military) an offensive against an enemy (using weapons)"], ["onslaught", "(military) an offensive against an enemy (using weapons)"], ["oncoming", "the beginning or early stages"]]}, {"answer": "onslaught", "hint": "synonyms for onslaught", "clues": [["outpouring", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["onset", "(military) an offensive against an enemy (using weapons)"], ["onrush", "(military) an offensive against an enemy (using weapons)"], ["attack", "(military) an offensive against an enemy (using weapons)"], ["bombardment", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["barrage", "the rapid and continuous delivery of linguistic communication (spoken or written)"]]}, {"answer": "ontogenesis", "hint": "synonyms for ontogenesis", "clues": [["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"]]}, {"answer": "ontogeny", "hint": "synonyms for ontogeny", "clues": [["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level"]]}, {"answer": "onward_motion", "hint": "synonyms for onward motion", "clues": [["advance", "the act of moving forward (as toward a goal)"], ["procession", "the act of moving forward (as toward a goal)"], ["advancement", "the act of moving forward (as toward a goal)"], ["forward motion", "the act of moving forward (as toward a goal)"], ["progress", "the act of moving forward (as toward a goal)"]]}, {"answer": "oodles", "hint": "synonyms for oodles", "clues": [["heaps", "a large number or amount"], ["slews", "a large number or amount"], ["loads", "a large number or amount"], ["rafts", "a large number or amount"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["piles", "a large number or amount"], ["wads", "a large number or amount"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["scores", "a large number or amount"], ["dozens", "a large number or amount"], ["stacks", "a large number or amount"]]}, {"answer": "oomph", "hint": "synonyms for oomph", "clues": [["pizzaz", "the activeness of an energetic personality"], ["dynamism", "the activeness of an energetic personality"], ["desirableness", "attractiveness to the opposite sex"], ["zing", "the activeness of an energetic personality"], ["sex appeal", "attractiveness to the opposite sex"], ["desirability", "attractiveness to the opposite sex"]]}, {"answer": "ooze", "hint": "synonyms for ooze", "clues": [["seepage", "the process of seeping"], ["gook", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["muck", "any thick, viscous matter"], ["oozing", "the process of seeping"], ["gunk", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["sludge", "any thick, viscous matter"], ["slime", "any thick, viscous matter"]]}, {"answer": "opera_hat", "hint": "synonyms for opera hat", "clues": [["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur"]]}, {"answer": "operation", "hint": "synonyms for operation", "clues": [["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["mathematical process", "(mathematics) calculation by mathematical methods"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["military operation", "activity by a military or naval force (as a maneuver or campaign)"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["functioning", "process or manner of functioning or operating"], ["performance", "process or manner of functioning or operating"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["mathematical operation", "(mathematics) calculation by mathematical methods"], ["procedure", "a process or series of acts especially of a practical or mechanical nature involved in a particular form of work"]]}, {"answer": "operations", "hint": "synonyms for operations", "clues": [["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["operation", "process or manner of functioning or operating"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["military operation", "activity by a military or naval force (as a maneuver or campaign)"], ["procedure", "a process or series of acts especially of a practical or mechanical nature involved in a particular form of work"], ["trading operations", "financial transactions at a brokerage; having to do with the execution of trades and keeping customer records"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["mathematical process", "(mathematics) calculation by mathematical methods"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["functioning", "process or manner of functioning or operating"], ["performance", "process or manner of functioning or operating"], ["mathematical operation", "(mathematics) calculation by mathematical methods"]]}, {"answer": "opinion", "hint": "synonyms for opinion", "clues": [["judgment", "the legal document stating the reasons for a judicial decision"], ["notion", "a vague idea in which some confidence is placed"], ["public opinion", "a belief or sentiment shared by most people; the voice of the people"], ["vox populi", "a belief or sentiment shared by most people; the voice of the people"], ["popular opinion", "a belief or sentiment shared by most people; the voice of the people"], ["view", "a message expressing a belief about something; the expression of a belief that is held with confidence but not substantiated by positive knowledge or proof"], ["ruling", "the reason for a court's judgment (as opposed to the decision itself)"], ["thought", "a personal belief or judgment that is not founded on proof or certainty"], ["belief", "a vague idea in which some confidence is placed"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty"], ["legal opinion", "the legal document stating the reasons for a judicial decision"], ["feeling", "a vague idea in which some confidence is placed"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty"], ["impression", "a vague idea in which some confidence is placed"]]}, {"answer": "oppressiveness", "hint": "synonyms for oppressiveness", "clues": [["onerousness", "unwelcome burdensome difficulty"], ["oppression", "a feeling of being oppressed"], ["burdensomeness", "unwelcome burdensome difficulty"], ["heaviness", "unwelcome burdensome difficulty"]]}, {"answer": "option", "hint": "synonyms for option", "clues": [["choice", "the act of choosing or selecting"], ["pick", "the act of choosing or selecting"], ["alternative", "one of a number of things from which only one can be chosen"], ["selection", "the act of choosing or selecting"]]}, {"answer": "opus", "hint": "synonyms for opus", "clues": [["piece", "a musical work that has been created"], ["piece of music", "a musical work that has been created"], ["composition", "a musical work that has been created"], ["musical composition", "a musical work that has been created"]]}, {"answer": "oral_communication", "hint": "synonyms for oral communication", "clues": [["language", "(language) communication by word of mouth"], ["speech communication", "(language) communication by word of mouth"], ["spoken language", "(language) communication by word of mouth"], ["speech", "(language) communication by word of mouth"], ["voice communication", "(language) communication by word of mouth"]]}, {"answer": "oral_contraceptive", "hint": "synonyms for oral contraceptive", "clues": [["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"]]}, {"answer": "oral_contraceptive_pill", "hint": "synonyms for oral contraceptive pill", "clues": [["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"]]}, {"answer": "oral_exam", "hint": "synonyms for oral exam", "clues": [["oral", "an examination conducted by spoken communication"], ["viva", "an examination conducted by spoken communication"], ["viva voce", "an examination conducted by spoken communication"], ["oral examination", "an examination conducted by spoken communication"]]}, {"answer": "oral_examination", "hint": "synonyms for oral examination", "clues": [["oral", "an examination conducted by spoken communication"], ["oral exam", "an examination conducted by spoken communication"], ["viva", "an examination conducted by spoken communication"], ["viva voce", "an examination conducted by spoken communication"]]}, {"answer": "orbit", "hint": "synonyms for orbit", "clues": [["range", "an area in which something acts or operates or has power or control:"], ["reach", "an area in which something acts or operates or has power or control:"], ["scope", "an area in which something acts or operates or has power or control:"], ["ambit", "an area in which something acts or operates or has power or control:"], ["compass", "an area in which something acts or operates or has power or control:"], ["electron orbit", "the path of an electron around the nucleus of an atom"], ["celestial orbit", "the (usually elliptical) path described by one celestial body in its revolution about another"]]}, {"answer": "order", "hint": "synonyms for order", "clues": [["rules of order", "a body of rules followed by an assembly"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["parliamentary law", "a body of rules followed by an assembly"], ["purchase order", "a commercial document used to request someone to supply something in return for payment and providing specifications and quantities"], ["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["lodge", "a formal association of people with similar interests"], ["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["order of magnitude", "a degree in a continuum of size or quantity"], ["club", "a formal association of people with similar interests"], ["ordering", "the act of putting things in a sequential arrangement"], ["society", "a formal association of people with similar interests"], ["gild", "a formal association of people with similar interests"], ["ordination", "logical or comprehensible arrangement of separate elements"], ["social club", "a formal association of people with similar interests"], ["parliamentary procedure", "a body of rules followed by an assembly"], ["monastic order", "a group of person living under a religious rule"]]}, {"answer": "ordnance", "hint": "synonyms for ordnance", "clues": [["artillery", "large but transportable armament"], ["munition", "military supplies"], ["heavy weapon", "large but transportable armament"], ["gun", "large but transportable armament"], ["ordnance store", "military supplies"]]}, {"answer": "ordure", "hint": "synonyms for ordure", "clues": [["feces", "solid excretory product evacuated from the bowels"], ["stool", "solid excretory product evacuated from the bowels"], ["fecal matter", "solid excretory product evacuated from the bowels"], ["dejection", "solid excretory product evacuated from the bowels"]]}, {"answer": "ore_dressing", "hint": "synonyms for ore dressing", "clues": [["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"]]}, {"answer": "ore_processing", "hint": "synonyms for ore processing", "clues": [["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques"]]}, {"answer": "organ", "hint": "synonyms for organ", "clues": [["pipe organ", "wind instrument whose sound is produced by means of pipes arranged in sets supplied with air from a bellows and controlled from a large complex musical keyboard"], ["harmonium", "a free-reed instrument in which air is forced through the reeds by bellows"], ["electric organ", "(music) an electronic simulation of a pipe organ"], ["reed organ", "a free-reed instrument in which air is forced through the reeds by bellows"]]}, {"answer": "organisation", "hint": "synonyms for organisation", "clues": [["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["arrangement", "an organized structure for arranging or classifying"], ["organization", "an ordered manner; orderliness by virtue of being methodical and well organized"], ["system", "an ordered manner; orderliness by virtue of being methodical and well organized"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["constitution", "the act of forming or establishing something"], ["establishment", "the act of forming or establishing something"], ["formation", "the act of forming or establishing something"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"]]}, {"answer": "organization", "hint": "synonyms for organization", "clues": [["organisation", "an ordered manner; orderliness by virtue of being methodical and well organized"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["arrangement", "an organized structure for arranging or classifying"], ["system", "an ordered manner; orderliness by virtue of being methodical and well organized"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["constitution", "the act of forming or establishing something"], ["establishment", "the act of forming or establishing something"], ["formation", "the act of forming or establishing something"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something"]]}, {"answer": "organs", "hint": "synonyms for organs", "clues": [["organ", "a free-reed instrument in which air is forced through the reeds by bellows"], ["electronic organ", "(music) an electronic simulation of a pipe organ"], ["pipe organ", "wind instrument whose sound is produced by means of pipes arranged in sets supplied with air from a bellows and controlled from a large complex musical keyboard"], ["harmonium", "a free-reed instrument in which air is forced through the reeds by bellows"], ["variety meat", "edible viscera of a butchered animal"], ["reed organ", "a free-reed instrument in which air is forced through the reeds by bellows"]]}, {"answer": "orgy", "hint": "synonyms for orgy", "clues": [["splurge", "any act of immoderate indulgence"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity"], ["bacchanal", "a wild gathering involving excessive drinking and promiscuity"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity"], ["riot", "a wild gathering involving excessive drinking and promiscuity"], ["debauch", "a wild gathering involving excessive drinking and promiscuity"], ["binge", "any act of immoderate indulgence"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity"]]}, {"answer": "origin", "hint": "synonyms for origin", "clues": [["line of descent", "the descendants of one individual"], ["beginning", "the place where something begins, where it springs into being"], ["stock", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["inception", "an event that is a beginning; a first part or stage of subsequent events"], ["source", "the place where something begins, where it springs into being"], ["bloodline", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["origination", "an event that is a beginning; a first part or stage of subsequent events"], ["ancestry", "the descendants of one individual"], ["extraction", "properties attributable to your ancestry"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["blood", "the descendants of one individual"], ["rootage", "the place where something begins, where it springs into being"], ["root", "the place where something begins, where it springs into being"]]}, {"answer": "origination", "hint": "synonyms for origination", "clues": [["institution", "the act of starting something for the first time; introducing something new"], ["initiation", "the act of starting something for the first time; introducing something new"], ["innovation", "the act of starting something for the first time; introducing something new"], ["foundation", "the act of starting something for the first time; introducing something new"], ["inception", "an event that is a beginning; a first part or stage of subsequent events"], ["instauration", "the act of starting something for the first time; introducing something new"], ["origin", "an event that is a beginning; a first part or stage of subsequent events"], ["founding", "the act of starting something for the first time; introducing something new"], ["introduction", "the act of starting something for the first time; introducing something new"], ["creation", "the act of starting something for the first time; introducing something new"]]}, {"answer": "ornateness", "hint": "synonyms for ornateness", "clues": [["rhetoric", "high-flown style; excessive use of verbal ornamentation"], ["grandiosity", "high-flown style; excessive use of verbal ornamentation"], ["grandiloquence", "high-flown style; excessive use of verbal ornamentation"], ["elaborateness", "an ornate appearance; being elaborately (even excessively) decorated"], ["magniloquence", "high-flown style; excessive use of verbal ornamentation"]]}, {"answer": "os", "hint": "synonyms for os", "clues": [["atomic number 76", "a hard brittle blue-grey or blue-black metallic element that is one of the platinum metals; the heaviest metal known"], ["oxygen", "a nonmetallic bivalent element that is normally a colorless odorless tasteless nonflammable diatomic gas; constitutes 21 percent of the atmosphere by volume; the most abundant element in the earth's crust"], ["o", "the 15th letter of the Roman alphabet"], ["operating system", "(computer science) software that controls the execution of computer programs and may provide various services"], ["osmium", "a hard brittle blue-grey or blue-black metallic element that is one of the platinum metals; the heaviest metal known"]]}, {"answer": "ostentation", "hint": "synonyms for ostentation", "clues": [["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["flash", "a gaudy outward display"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["fanfare", "a gaudy outward display"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "ostentatiousness", "hint": "synonyms for ostentatiousness", "clues": [["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "outburst", "hint": "synonyms for outburst", "clues": [["effusion", "an unrestrained expression of emotion"], ["flare-up", "a sudden intense happening"], ["blowup", "an unrestrained expression of emotion"], ["gush", "an unrestrained expression of emotion"], ["burst", "a sudden intense happening"], ["tumultuous disturbance", "a sudden violent disturbance"], ["ebullition", "an unrestrained expression of emotion"]]}, {"answer": "outcome", "hint": "synonyms for outcome", "clues": [["consequence", "a phenomenon that follows and is caused by some previous phenomenon"], ["event", "a phenomenon that follows and is caused by some previous phenomenon"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon"], ["resultant", "something that results"], ["result", "something that results"], ["final result", "something that results"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon"], ["termination", "something that results"]]}, {"answer": "outcry", "hint": "synonyms for outcry", "clues": [["call", "a loud utterance; often in protest or opposition"], ["cry", "a loud utterance; often in protest or opposition"], ["yell", "a loud utterance; often in protest or opposition"], ["shout", "a loud utterance; often in protest or opposition"], ["vociferation", "a loud utterance; often in protest or opposition"]]}, {"answer": "outfit", "hint": "synonyms for outfit", "clues": [["kit", "gear consisting of a set of articles or tools for a specified purpose"], ["getup", "a set of clothing (with accessories)"], ["rig", "a set of clothing (with accessories)"], ["turnout", "a set of clothing (with accessories)"]]}, {"answer": "outflow", "hint": "synonyms for outflow", "clues": [["efflux", "the process of flowing out"], ["leak", "the discharge of a fluid from some container"], ["effluence", "the process of flowing out"], ["fountain", "a natural flow of ground water"], ["leakage", "the discharge of a fluid from some container"], ["spring", "a natural flow of ground water"], ["escape", "the discharge of a fluid from some container"], ["outpouring", "a natural flow of ground water"], ["natural spring", "a natural flow of ground water"]]}, {"answer": "outgrowth", "hint": "synonyms for outgrowth", "clues": [["emergence", "the gradual beginning or coming forth"], ["branch", "a natural consequence of development"], ["offset", "a natural consequence of development"], ["growth", "the gradual beginning or coming forth"], ["offshoot", "a natural consequence of development"]]}, {"answer": "outing", "hint": "synonyms for outing", "clues": [["junket", "a journey taken for pleasure"], ["jaunt", "a journey taken for pleasure"], ["expedition", "a journey taken for pleasure"], ["field day", "a day devoted to an outdoor social gathering"], ["sashay", "a journey taken for pleasure"], ["pleasure trip", "a journey taken for pleasure"], ["picnic", "a day devoted to an outdoor social gathering"], ["excursion", "a journey taken for pleasure"]]}, {"answer": "outlay", "hint": "synonyms for outlay", "clues": [["expenditure", "money paid out; an amount spent"], ["spending", "the act of spending or disbursing money"], ["disbursement", "the act of spending or disbursing money"], ["outgo", "money paid out; an amount spent"], ["disbursal", "the act of spending or disbursing money"]]}, {"answer": "outlet", "hint": "synonyms for outlet", "clues": [["way out", "an opening that permits escape or release"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["sales outlet", "a place of business for retailing goods"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["exit", "an opening that permits escape or release"], ["issue", "an opening that permits escape or release"], ["mercantile establishment", "a place of business for retailing goods"], ["electrical outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["release", "activity that frees or expresses creative energy or emotion"], ["vent", "activity that frees or expresses creative energy or emotion"], ["retail store", "a place of business for retailing goods"]]}, {"answer": "outline", "hint": "synonyms for outline", "clues": [["abstract", "a sketchy summary of the main points of an argument or theory"], ["synopsis", "a sketchy summary of the main points of an argument or theory"], ["schema", "a schematic or preliminary plan"], ["lineation", "the line that appears to bound an object"], ["precis", "a sketchy summary of the main points of an argument or theory"], ["scheme", "a schematic or preliminary plan"]]}, {"answer": "outlook", "hint": "synonyms for outlook", "clues": [["mindset", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations"], ["prospect", "belief about (or mental picture of) the future"], ["lookout", "the act of looking out"], ["mentality", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations"], ["expectation", "belief about (or mental picture of) the future"]]}, {"answer": "outpouring", "hint": "synonyms for outpouring", "clues": [["overflow", "a large flow"], ["flush", "a sudden rapid flow (as of water)"], ["flood", "a large flow"], ["outflow", "a natural flow of ground water"], ["discharge", "the pouring forth of a fluid"], ["barrage", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["run", "the pouring forth of a fluid"], ["fountain", "a natural flow of ground water"], ["gush", "a sudden rapid flow (as of water)"], ["onslaught", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["spring", "a natural flow of ground water"], ["bombardment", "the rapid and continuous delivery of linguistic communication (spoken or written)"], ["natural spring", "a natural flow of ground water"]]}, {"answer": "output", "hint": "synonyms for output", "clues": [["outturn", "what is produced in a given time period"], ["turnout", "what is produced in a given time period"], ["output signal", "signal that comes out of an electronic system"], ["end product", "final product; the things produced"], ["yield", "production of a certain amount"], ["production", "the quantity of something (as a commodity) that is created (usually within a given period of time)"]]}, {"answer": "outset", "hint": "synonyms for outset", "clues": [["get-go", "the time at which something is supposed to begin"], ["showtime", "the time at which something is supposed to begin"], ["offset", "the time at which something is supposed to begin"], ["first", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["beginning", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["commencement", "the time at which something is supposed to begin"]]}, {"answer": "outsider_art", "hint": "synonyms for outsider art", "clues": [["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"]]}, {"answer": "overestimate", "hint": "synonyms for overestimate", "clues": [["overrating", "a calculation that results in an estimate that is too high"], ["overappraisal", "an appraisal that is too high"], ["overvaluation", "an appraisal that is too high"], ["overestimation", "an appraisal that is too high"], ["overreckoning", "a calculation that results in an estimate that is too high"]]}, {"answer": "overestimation", "hint": "synonyms for overestimation", "clues": [["overrating", "a calculation that results in an estimate that is too high"], ["overestimate", "a calculation that results in an estimate that is too high"], ["overappraisal", "an appraisal that is too high"], ["overvaluation", "an appraisal that is too high"], ["overreckoning", "a calculation that results in an estimate that is too high"]]}, {"answer": "overflow", "hint": "synonyms for overflow", "clues": [["flood", "a large flow"], ["overspill", "the occurrence of surplus liquid (as water) exceeding the limit or capacity"], ["runoff", "the occurrence of surplus liquid (as water) exceeding the limit or capacity"], ["outpouring", "a large flow"]]}, {"answer": "overhaul", "hint": "synonyms for overhaul", "clues": [["redevelopment", "the act of improving by renewing and restoring"], ["service", "periodic maintenance on a car or machine"], ["renovation", "the act of improving by renewing and restoring"], ["inspection and repair", "periodic maintenance on a car or machine"]]}, {"answer": "overhead_railway", "hint": "synonyms for overhead railway", "clues": [["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level"], ["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level"]]}, {"answer": "overrefinement", "hint": "synonyms for overrefinement", "clues": [["distortion", "the act of distorting something so it seems to mean something it was not intended to mean"], ["torture", "the act of distorting something so it seems to mean something it was not intended to mean"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean"], ["twisting", "the act of distorting something so it seems to mean something it was not intended to mean"]]}, {"answer": "oversight", "hint": "synonyms for oversight", "clues": [["inadvertence", "an unintentional omission resulting from failure to notice something"], ["lapse", "a mistake resulting from inattention"], ["supervision", "management by overseeing the performance or operation of a person or group"], ["superintendence", "management by overseeing the performance or operation of a person or group"]]}, {"answer": "overture", "hint": "synonyms for overture", "clues": [["approach", "a tentative suggestion designed to elicit the reactions of others"], ["feeler", "a tentative suggestion designed to elicit the reactions of others"], ["advance", "a tentative suggestion designed to elicit the reactions of others"], ["prelude", "something that serves as a preceding event or introduces what follows"], ["preliminary", "something that serves as a preceding event or introduces what follows"]]}, {"answer": "ovoflavin", "hint": "synonyms for ovoflavin", "clues": [["riboflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin B2", "a B vitamin that prevents skin lesions and weight loss"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss"]]}, {"answer": "oxybenzene", "hint": "synonyms for oxybenzene", "clues": [["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"]]}, {"answer": "ozocerite", "hint": "synonyms for ozocerite", "clues": [["ozokerite", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"], ["earth wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"], ["ader wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"], ["mineral wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"]]}, {"answer": "ozokerite", "hint": "synonyms for ozokerite", "clues": [["earth wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"], ["ader wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"], ["mineral wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"], ["ozocerite", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles"]]}, {"answer": "pa", "hint": "synonyms for pa", "clues": [["public address system", "an electronic amplification system used as a communication system in public areas"], ["protactinium", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead"], ["pascal", "a unit of pressure equal to one newton per square meter"], ["atomic number 91", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead"]]}, {"answer": "pabulum", "hint": "synonyms for pabulum", "clues": [["victual", "any substance that can be used as food"], ["comestible", "any substance that can be used as food"], ["eatable", "any substance that can be used as food"], ["edible", "any substance that can be used as food"]]}, {"answer": "pace", "hint": "synonyms for pace", "clues": [["yard", "a unit of length equal to 3 feet; defined as 91.44 centimeters; originally taken to be the average length of a stride"], ["rate", "the relative speed of progress or change"], ["tempo", "the rate of some repeating event"], ["stride", "the distance covered by a step"], ["footstep", "the distance covered by a step"], ["step", "the distance covered by a step"], ["tread", "a step in walking or running"], ["gait", "the rate of moving (especially walking or running)"]]}, {"answer": "pacification", "hint": "synonyms for pacification", "clues": [["mollification", "the act of appeasing someone or causing someone to be more favorably inclined"], ["counterinsurgency", "actions taken by a government to defeat insurgency"], ["peace", "a treaty to cease hostilities"], ["peace treaty", "a treaty to cease hostilities"]]}, {"answer": "pack", "hint": "synonyms for pack", "clues": [["clique", "an exclusive circle of people with a common purpose"], ["gang", "an association of criminals"], ["battalion", "a large indefinite number"], ["multitude", "a large indefinite number"], ["plurality", "a large indefinite number"], ["inner circle", "an exclusive circle of people with a common purpose"], ["ingroup", "an exclusive circle of people with a common purpose"], ["mob", "an association of criminals"], ["coterie", "an exclusive circle of people with a common purpose"], ["large number", "a large indefinite number"], ["camp", "an exclusive circle of people with a common purpose"], ["ring", "an association of criminals"], ["face pack", "a cream that cleanses and tones the skin"]]}, {"answer": "package", "hint": "synonyms for package", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["bundle", "a collection of things wrapped or boxed together"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["parcel", "a collection of things wrapped or boxed together"], ["packet", "a collection of things wrapped or boxed together"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"]]}, {"answer": "packet", "hint": "synonyms for packet", "clues": [["parcel", "a collection of things wrapped or boxed together"], ["mail boat", "a boat for carrying mail"], ["package", "a collection of things wrapped or boxed together"], ["bundle", "a collection of things wrapped or boxed together"], ["packet boat", "a boat for carrying mail"]]}, {"answer": "packing", "hint": "synonyms for packing", "clues": [["packing material", "any material used especially to protect something"], ["backpacking", "carrying something in a pack on the back"], ["boxing", "the enclosure of something in a package or box"], ["wadding", "any material used especially to protect something"]]}, {"answer": "packsack", "hint": "synonyms for packsack", "clues": [["backpack", "a bag carried by a strap on your back or shoulder"], ["haversack", "a bag carried by a strap on your back or shoulder"], ["rucksack", "a bag carried by a strap on your back or shoulder"], ["knapsack", "a bag carried by a strap on your back or shoulder"]]}, {"answer": "pad", "hint": "synonyms for pad", "clues": [["inkpad", "a block of absorbent material saturated with ink; used to transfer ink evenly to a rubber stamp"], ["tablet", "a number of sheets of paper fastened together along one edge"], ["launching pad", "a platform from which rockets or space craft are launched"], ["launch area", "a platform from which rockets or space craft are launched"], ["launchpad", "a platform from which rockets or space craft are launched"], ["domiciliation", "temporary living quarters"], ["digs", "temporary living quarters"], ["lodgings", "temporary living quarters"], ["inking pad", "a block of absorbent material saturated with ink; used to transfer ink evenly to a rubber stamp"], ["pad of paper", "a number of sheets of paper fastened together along one edge"], ["stamp pad", "a block of absorbent material saturated with ink; used to transfer ink evenly to a rubber stamp"], ["diggings", "temporary living quarters"]]}, {"answer": "paddy_wagon", "hint": "synonyms for paddy wagon", "clues": [["wagon", "van used by police to transport prisoners"], ["police van", "van used by police to transport prisoners"], ["police wagon", "van used by police to transport prisoners"], ["black Maria", "van used by police to transport prisoners"], ["patrol wagon", "van used by police to transport prisoners"]]}, {"answer": "paean", "hint": "synonyms for paean", "clues": [["pean", "(ancient Greece) a hymn of praise (especially one sung in ancient Greece to invoke or thank a deity)"], ["eulogy", "a formal expression of praise"], ["encomium", "a formal expression of praise"], ["panegyric", "a formal expression of praise"]]}, {"answer": "pain", "hint": "synonyms for pain", "clues": [["botheration", "something or someone that causes trouble; a source of unhappiness"], ["painful sensation", "a somatic sensation of acute discomfort"], ["bother", "something or someone that causes trouble; a source of unhappiness"], ["infliction", "something or someone that causes trouble; a source of unhappiness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness"], ["painfulness", "emotional distress; a fundamental feeling that people try to avoid"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness"]]}, {"answer": "pain_in_the_ass", "hint": "synonyms for pain in the ass", "clues": [["infliction", "something or someone that causes trouble; a source of unhappiness"], ["pain", "something or someone that causes trouble; a source of unhappiness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness"], ["botheration", "something or someone that causes trouble; a source of unhappiness"], ["bother", "something or someone that causes trouble; a source of unhappiness"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness"]]}, {"answer": "pain_in_the_neck", "hint": "synonyms for pain in the neck", "clues": [["infliction", "something or someone that causes trouble; a source of unhappiness"], ["pain", "something or someone that causes trouble; a source of unhappiness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness"], ["botheration", "something or someone that causes trouble; a source of unhappiness"], ["bother", "something or someone that causes trouble; a source of unhappiness"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness"]]}, {"answer": "pains", "hint": "synonyms for pains", "clues": [["nisus", "an effortful attempt to attain a goal"], ["botheration", "something or someone that causes trouble; a source of unhappiness"], ["painful sensation", "a somatic sensation of acute discomfort"], ["strain", "an effortful attempt to attain a goal"], ["bother", "something or someone that causes trouble; a source of unhappiness"], ["pain", "a somatic sensation of acute discomfort"], ["infliction", "something or someone that causes trouble; a source of unhappiness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness"], ["painfulness", "emotional distress; a fundamental feeling that people try to avoid"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness"], ["striving", "an effortful attempt to attain a goal"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness"]]}, {"answer": "paint", "hint": "synonyms for paint", "clues": [["rouge", "makeup consisting of a pink or red powder applied to the cheeks"], ["blusher", "makeup consisting of a pink or red powder applied to the cheeks"], ["pigment", "a substance used as a coating to protect or decorate a surface (especially a mixture of pigment suspended in a liquid); dries to form a hard coating"], ["key", "(basketball) a space (including the foul line) in front of the basket at each end of a basketball court; usually painted a different color from the rest of the court"]]}, {"answer": "pair", "hint": "synonyms for pair", "clues": [["twain", "two items of the same kind"], ["brace", "a set of two similar things considered as a unit"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["duad", "two items of the same kind"], ["duo", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["span", "two items of the same kind"]]}, {"answer": "pairing", "hint": "synonyms for pairing", "clues": [["mating", "the act of pairing a male and female for reproductive purposes"], ["union", "the act of pairing a male and female for reproductive purposes"], ["coupling", "the act of pairing a male and female for reproductive purposes"], ["conjugation", "the act of pairing a male and female for reproductive purposes"], ["sexual union", "the act of pairing a male and female for reproductive purposes"]]}, {"answer": "palaver", "hint": "synonyms for palaver", "clues": [["empty words", "loud and confused and empty talk"], ["rhetoric", "loud and confused and empty talk"], ["hot air", "loud and confused and empty talk"], ["empty talk", "loud and confused and empty talk"], ["blandishment", "flattery intended to persuade"], ["cajolery", "flattery intended to persuade"]]}, {"answer": "paleness", "hint": "synonyms for paleness", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["blondness", "the property of having a naturally light complexion"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallidity", "being deficient in color"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["fairness", "the property of having a naturally light complexion"]]}, {"answer": "pall", "hint": "synonyms for pall", "clues": [["drapery", "hanging cloth used as a blind (especially for a window)"], ["curtain", "hanging cloth used as a blind (especially for a window)"], ["cerement", "burial garment in which a corpse is wrapped"], ["shroud", "burial garment in which a corpse is wrapped"], ["winding-clothes", "burial garment in which a corpse is wrapped"], ["mantle", "hanging cloth used as a blind (especially for a window)"], ["winding-sheet", "burial garment in which a corpse is wrapped"], ["drape", "hanging cloth used as a blind (especially for a window)"], ["chill", "a sudden numbing dread"]]}, {"answer": "pallidness", "hint": "synonyms for pallidness", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"]]}, {"answer": "pallor", "hint": "synonyms for pallor", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"]]}, {"answer": "palm", "hint": "synonyms for palm", "clues": [["medal", "an award for winning a championship or commemorating some other event"], ["ribbon", "an award for winning a championship or commemorating some other event"], ["medallion", "an award for winning a championship or commemorating some other event"], ["laurel wreath", "an award for winning a championship or commemorating some other event"], ["decoration", "an award for winning a championship or commemorating some other event"]]}, {"answer": "pamphlet", "hint": "synonyms for pamphlet", "clues": [["booklet", "a small book usually having a paper cover"], ["folder", "a small book usually having a paper cover"], ["leaflet", "a small book usually having a paper cover"], ["brochure", "a small book usually having a paper cover"], ["tract", "a brief treatise on a subject of interest; published in the form of a booklet"]]}, {"answer": "panache", "hint": "synonyms for panache", "clues": [["flair", "distinctive and stylish elegance"], ["dash", "distinctive and stylish elegance"], ["elan", "distinctive and stylish elegance"], ["style", "distinctive and stylish elegance"]]}, {"answer": "panama", "hint": "synonyms for panama", "clues": [["leghorn", "a stiff hat made of straw with a flat crown"], ["boater", "a stiff hat made of straw with a flat crown"], ["straw hat", "a stiff hat made of straw with a flat crown"], ["skimmer", "a stiff hat made of straw with a flat crown"], ["sailor", "a stiff hat made of straw with a flat crown"]]}, {"answer": "panama_hat", "hint": "synonyms for panama hat", "clues": [["leghorn", "a stiff hat made of straw with a flat crown"], ["boater", "a stiff hat made of straw with a flat crown"], ["straw hat", "a stiff hat made of straw with a flat crown"], ["skimmer", "a stiff hat made of straw with a flat crown"], ["sailor", "a stiff hat made of straw with a flat crown"]]}, {"answer": "pancake", "hint": "synonyms for pancake", "clues": [["flannel cake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle"], ["hot cake", "a flat cake of thin batter fried on both sides on a griddle"], ["battercake", "a flat cake of thin batter fried on both sides on a griddle"]]}, {"answer": "pane", "hint": "synonyms for pane", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["window glass", "sheet glass cut in shapes for windows or doors"], ["pane of glass", "sheet glass cut in shapes for windows or doors"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["paneling", "a panel or section of panels in a wall or door"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "panel", "hint": "synonyms for panel", "clues": [["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["venire", "(law) a group of people summoned for jury service (from whom a jury will be chosen)"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices"], ["dialog box", "(computer science) a small temporary window in a graphical user interface that appears in order to request information from the user; after the information has been provided the user dismisses the box with `okay' or `cancel'"], ["jury", "a committee appointed to judge a competition"], ["gore", "a piece of cloth that is generally triangular or tapering; used in making garments or umbrellas or sails"]]}, {"answer": "panorama", "hint": "synonyms for panorama", "clues": [["prospect", "the visual percept of a region"], ["diorama", "a picture (or series of pictures) representing a continuous scene"], ["cyclorama", "a picture (or series of pictures) representing a continuous scene"], ["aspect", "the visual percept of a region"], ["scene", "the visual percept of a region"], ["vista", "the visual percept of a region"], ["view", "the visual percept of a region"]]}, {"answer": "pants", "hint": "synonyms for pants", "clues": [["trouser", "(usually in the plural) a garment extending from the waist to the knee or ankle, covering each leg separately"], ["pant", "the noise made by a short puff of steam (as from an engine)"], ["bloomers", "underpants worn by women"], ["knickers", "underpants worn by women"], ["gasp", "a short labored intake of breath with the mouth open"], ["drawers", "underpants worn by women"]]}, {"answer": "paper", "hint": "synonyms for paper", "clues": [["composition", "an essay (especially one written as an assignment)"], ["newspaper", "a daily or weekly publication on folded sheets; contains news and articles and advertisements"], ["newspaper publisher", "a business firm that publishes newspapers"], ["theme", "an essay (especially one written as an assignment)"], ["report", "an essay (especially one written as an assignment)"]]}, {"answer": "paper-back_book", "hint": "synonyms for paper-back book", "clues": [["softback book", "a book with paper covers"], ["paperback book", "a book with paper covers"], ["paperback", "a book with paper covers"], ["softback", "a book with paper covers"], ["soft-cover book", "a book with paper covers"], ["soft-cover", "a book with paper covers"]]}, {"answer": "paperback_book", "hint": "synonyms for paperback book", "clues": [["paper-back book", "a book with paper covers"], ["softback book", "a book with paper covers"], ["paperback", "a book with paper covers"], ["softback", "a book with paper covers"], ["soft-cover book", "a book with paper covers"], ["soft-cover", "a book with paper covers"]]}, {"answer": "papers", "hint": "synonyms for papers", "clues": [["document", "writing that provides information (especially information of an official nature)"], ["newspaper", "a daily or weekly publication on folded sheets; contains news and articles and advertisements"], ["written document", "writing that provides information (especially information of an official nature)"], ["paper", "a business firm that publishes newspapers"], ["theme", "an essay (especially one written as an assignment)"], ["newspaper publisher", "a business firm that publishes newspapers"], ["report", "an essay (especially one written as an assignment)"], ["composition", "an essay (especially one written as an assignment)"]]}, {"answer": "paradigm", "hint": "synonyms for paradigm", "clues": [["epitome", "a standard or typical example"], ["prototype", "a standard or typical example"], ["image", "a standard or typical example"], ["substitution class", "the class of all items that can be substituted into the same position (or slot) in a grammatical sentence (are in paradigmatic relation with one another)"]]}, {"answer": "paraffin", "hint": "synonyms for paraffin", "clues": [["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["paraffin oil", "(British usage) kerosine"], ["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["paraffin wax", "from crude petroleum; used for candles and for preservative or waterproof coatings"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"]]}, {"answer": "paraffin_series", "hint": "synonyms for paraffin series", "clues": [["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"], ["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)"]]}, {"answer": "paramilitary_organisation", "hint": "synonyms for paramilitary organisation", "clues": [["paramilitary force", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"], ["paramilitary unit", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"], ["paramilitary organization", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"], ["paramilitary", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"]]}, {"answer": "paramilitary_organization", "hint": "synonyms for paramilitary organization", "clues": [["paramilitary force", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"], ["paramilitary unit", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"], ["paramilitary", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"], ["paramilitary organisation", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)"]]}, {"answer": "parcel", "hint": "synonyms for parcel", "clues": [["parcel of land", "an extended area of land"], ["package", "a wrapped container"], ["bundle", "a collection of things wrapped or boxed together"], ["packet", "a collection of things wrapped or boxed together"], ["piece of land", "an extended area of land"], ["portion", "the allotment of some amount by dividing something"], ["piece of ground", "an extended area of land"], ["tract", "an extended area of land"], ["share", "the allotment of some amount by dividing something"]]}, {"answer": "parcel_of_land", "hint": "synonyms for parcel of land", "clues": [["piece of land", "an extended area of land"], ["piece of ground", "an extended area of land"], ["parcel", "an extended area of land"], ["tract", "an extended area of land"]]}, {"answer": "parceling", "hint": "synonyms for parceling", "clues": [["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["parcelling", "the act of distributing by allotting or apportioning; distribution according to a plan"]]}, {"answer": "parcelling", "hint": "synonyms for parcelling", "clues": [["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["parceling", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan"], ["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan"]]}, {"answer": "parentage", "hint": "synonyms for parentage", "clues": [["line of descent", "the descendants of one individual"], ["ancestry", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["blood", "the descendants of one individual"], ["blood line", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["birth", "the kinship relation of an offspring to the parents"], ["stemma", "the descendants of one individual"]]}, {"answer": "parenthesis", "hint": "synonyms for parenthesis", "clues": [["aside", "a message that departs from the main subject"], ["excursus", "a message that departs from the main subject"], ["digression", "a message that departs from the main subject"], ["divagation", "a message that departs from the main subject"]]}, {"answer": "parity", "hint": "synonyms for parity", "clues": [["parity bit", "(computer science) a bit that is used in an error detection procedure in which a 0 or 1 is added to each group of bits so that it will have either an odd number of 1's or an even number of 1's; e.g., if the parity is odd then any group of bits that arrives with an even number of 1's must contain an error"], ["space-reflection symmetry", "(physics) parity is conserved in a universe in which the laws of physics are the same in a right-handed system of coordinates as in a left-handed system"], ["mirror symmetry", "(physics) parity is conserved in a universe in which the laws of physics are the same in a right-handed system of coordinates as in a left-handed system"], ["check bit", "(computer science) a bit that is used in an error detection procedure in which a 0 or 1 is added to each group of bits so that it will have either an odd number of 1's or an even number of 1's; e.g., if the parity is odd then any group of bits that arrives with an even number of 1's must contain an error"], ["conservation of parity", "(physics) parity is conserved in a universe in which the laws of physics are the same in a right-handed system of coordinates as in a left-handed system"]]}, {"answer": "park", "hint": "synonyms for park", "clues": [["commons", "a piece of open land for recreational use in an urban area"], ["green", "a piece of open land for recreational use in an urban area"], ["car park", "a lot where cars are parked"], ["parkland", "a large area of land preserved in its natural state as public property"], ["parking lot", "a lot where cars are parked"], ["parking area", "a lot where cars are parked"], ["ballpark", "a facility in which ball games are played (especially baseball games)"]]}, {"answer": "parks", "hint": "synonyms for parks", "clues": [["green", "a piece of open land for recreational use in an urban area"], ["parkland", "a large area of land preserved in its natural state as public property"], ["park", "a lot where cars are parked"], ["parking lot", "a lot where cars are parked"], ["ballpark", "a facility in which ball games are played (especially baseball games)"], ["commons", "a piece of open land for recreational use in an urban area"], ["car park", "a lot where cars are parked"], ["parking area", "a lot where cars are parked"]]}, {"answer": "parlor", "hint": "synonyms for parlor", "clues": [["living room", "a room in a private house or establishment where people can sit and talk and relax"], ["parlour", "a room in a private house or establishment where people can sit and talk and relax"], ["sitting room", "a room in a private house or establishment where people can sit and talk and relax"], ["front room", "a room in a private house or establishment where people can sit and talk and relax"]]}, {"answer": "parlor_car", "hint": "synonyms for parlor car", "clues": [["parlour car", "a passenger car for day travel; you pay extra fare for individual chairs"], ["palace car", "a passenger car for day travel; you pay extra fare for individual chairs"], ["drawing-room car", "a passenger car for day travel; you pay extra fare for individual chairs"], ["chair car", "a passenger car for day travel; you pay extra fare for individual chairs"]]}, {"answer": "parlor_grand", "hint": "synonyms for parlor grand", "clues": [["baby grand", "a small grand piano"], ["parlor grand piano", "a small grand piano"], ["parlour grand", "a small grand piano"], ["baby grand piano", "a small grand piano"]]}, {"answer": "parlor_grand_piano", "hint": "synonyms for parlor grand piano", "clues": [["baby grand", "a small grand piano"], ["parlour grand piano", "a small grand piano"], ["parlor grand", "a small grand piano"], ["baby grand piano", "a small grand piano"]]}, {"answer": "parlour", "hint": "synonyms for parlour", "clues": [["parlor", "reception room in an inn or club where visitors can be received"], ["living room", "a room in a private house or establishment where people can sit and talk and relax"], ["sitting room", "a room in a private house or establishment where people can sit and talk and relax"], ["front room", "a room in a private house or establishment where people can sit and talk and relax"]]}, {"answer": "parlour_car", "hint": "synonyms for parlour car", "clues": [["parlor car", "a passenger car for day travel; you pay extra fare for individual chairs"], ["palace car", "a passenger car for day travel; you pay extra fare for individual chairs"], ["drawing-room car", "a passenger car for day travel; you pay extra fare for individual chairs"], ["chair car", "a passenger car for day travel; you pay extra fare for individual chairs"]]}, {"answer": "parlour_grand", "hint": "synonyms for parlour grand", "clues": [["baby grand", "a small grand piano"], ["parlor grand piano", "a small grand piano"], ["parlor grand", "a small grand piano"], ["baby grand piano", "a small grand piano"]]}, {"answer": "parlour_grand_piano", "hint": "synonyms for parlour grand piano", "clues": [["baby grand", "a small grand piano"], ["parlor grand piano", "a small grand piano"], ["parlor grand", "a small grand piano"], ["baby grand piano", "a small grand piano"]]}, {"answer": "parody", "hint": "synonyms for parody", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "parole", "hint": "synonyms for parole", "clues": [["word of honor", "a promise"], ["countersign", "a secret word or phrase known only to a restricted group"], ["password", "a secret word or phrase known only to a restricted group"], ["word", "a promise"], ["watchword", "a secret word or phrase known only to a restricted group"]]}, {"answer": "parsimoniousness", "hint": "synonyms for parsimoniousness", "clues": [["thrift", "extreme care in spending money; reluctance to spend money unnecessarily"], ["tightness", "extreme stinginess"], ["niggardness", "extreme stinginess"], ["parsimony", "extreme stinginess"], ["closeness", "extreme stinginess"], ["meanness", "extreme stinginess"], ["minginess", "extreme stinginess"], ["penny-pinching", "extreme care in spending money; reluctance to spend money unnecessarily"], ["tightfistedness", "extreme stinginess"]]}, {"answer": "parsimony", "hint": "synonyms for parsimony", "clues": [["thrift", "extreme care in spending money; reluctance to spend money unnecessarily"], ["tightness", "extreme stinginess"], ["niggardness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["closeness", "extreme stinginess"], ["meanness", "extreme stinginess"], ["minginess", "extreme stinginess"], ["penny-pinching", "extreme care in spending money; reluctance to spend money unnecessarily"], ["tightfistedness", "extreme stinginess"]]}, {"answer": "parti_pris", "hint": "synonyms for parti pris", "clues": [["preconception", "an opinion formed beforehand without adequate evidence"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence"], ["prepossession", "an opinion formed beforehand without adequate evidence"], ["preconceived idea", "an opinion formed beforehand without adequate evidence"]]}, {"answer": "particle", "hint": "synonyms for particle", "clues": [["subatomic particle", "a body having finite mass and internal structure but negligible dimensions"], ["atom", "(nontechnical usage) a tiny piece of anything"], ["molecule", "(nontechnical usage) a tiny piece of anything"], ["speck", "(nontechnical usage) a tiny piece of anything"], ["corpuscle", "(nontechnical usage) a tiny piece of anything"], ["mote", "(nontechnical usage) a tiny piece of anything"]]}, {"answer": "partition", "hint": "synonyms for partition", "clues": [["sectionalization", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["divider", "a vertical structure that divides or separates (as a wall divides one room from another)"], ["partitioning", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"]]}, {"answer": "partitioning", "hint": "synonyms for partitioning", "clues": [["sectionalization", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["partition", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["breakdown", "an analysis into mutually exclusive categories"]]}, {"answer": "parts", "hint": "synonyms for parts", "clues": [["part", "that which concerns a person with regard to a particular role or situation"], ["component part", "something determined in relation to something that includes it"], ["share", "the part played by a person in bringing about a result"], ["percentage", "assets belonging to or due to or contributed by an individual person or group"], ["constituent", "something determined in relation to something that includes it"], ["character", "an actor's portrayal of someone in a play"], ["portion", "assets belonging to or due to or contributed by an individual person or group"], ["role", "the actions and activities assigned to or required or expected of a person or group"], ["office", "the actions and activities assigned to or required or expected of a person or group"], ["contribution", "the part played by a person in bringing about a result"], ["function", "the actions and activities assigned to or required or expected of a person or group"], ["theatrical role", "an actor's portrayal of someone in a play"], ["division", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["voice", "the melody carried by a particular voice or instrument in polyphonic music"], ["component", "something determined in relation to something that includes it"], ["region", "the extended spatial location of something"], ["section", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["piece", "a portion of a natural object"], ["persona", "an actor's portrayal of someone in a play"]]}, {"answer": "pas", "hint": "synonyms for pas", "clues": [["public address system", "an electronic amplification system used as a communication system in public areas"], ["protactinium", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead"], ["pascal", "a unit of pressure equal to one newton per square meter"], ["atomic number 91", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead"]]}, {"answer": "pasquinade", "hint": "synonyms for pasquinade", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "passage", "hint": "synonyms for passage", "clues": [["musical passage", "a short section of a musical composition"], ["passing", "a bodily reaction of changing from one place or stage to another"], ["enactment", "the passing of a law by a legislative body"], ["transition", "the act of passing from one state or place to the next"], ["transit", "a journey usually by ship"], ["handing over", "the act of passing something to another person"]]}, {"answer": "passel", "hint": "synonyms for passel", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "passenger_vehicle", "hint": "synonyms for passenger vehicle", "clues": [["motorbus", "a vehicle carrying many passengers; used for public transport"], ["coach", "a vehicle carrying many passengers; used for public transport"], ["motorcoach", "a vehicle carrying many passengers; used for public transport"], ["omnibus", "a vehicle carrying many passengers; used for public transport"], ["autobus", "a vehicle carrying many passengers; used for public transport"], ["charabanc", "a vehicle carrying many passengers; used for public transport"], ["bus", "a vehicle carrying many passengers; used for public transport"], ["jitney", "a vehicle carrying many passengers; used for public transport"], ["double-decker", "a vehicle carrying many passengers; used for public transport"]]}, {"answer": "passion", "hint": "synonyms for passion", "clues": [["mania", "an irrational but irresistible motive for a belief or action"], ["passionateness", "a strong feeling or emotion"], ["cacoethes", "an irrational but irresistible motive for a belief or action"], ["warmth", "the trait of being intensely emotional"], ["heat", "the trait of being intensely emotional"], ["love", "any object of warm affection or devotion"]]}, {"answer": "password", "hint": "synonyms for password", "clues": [["parole", "a secret word or phrase known only to a restricted group"], ["word", "a secret word or phrase known only to a restricted group"], ["watchword", "a secret word or phrase known only to a restricted group"], ["countersign", "a secret word or phrase known only to a restricted group"]]}, {"answer": "pasturage", "hint": "synonyms for pasturage", "clues": [["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["grass", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["pasture", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["forage", "bulky food like grass or hay for browsing or grazing horses or cattle"]]}, {"answer": "pasture", "hint": "synonyms for pasture", "clues": [["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock"], ["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock"], ["grass", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock"], ["forage", "bulky food like grass or hay for browsing or grazing horses or cattle"], ["lea", "a field covered with grass or herbage and suitable for grazing by livestock"], ["pasturage", "bulky food like grass or hay for browsing or grazing horses or cattle"]]}, {"answer": "pastureland", "hint": "synonyms for pastureland", "clues": [["lea", "a field covered with grass or herbage and suitable for grazing by livestock"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock"], ["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock"]]}, {"answer": "patch", "hint": "synonyms for patch", "clues": [["plot of land", "a small area of ground covered by specific vegetation"], ["temporary hookup", "a connection intended to be used for a limited time"], ["maculation", "a small contrasting part of something"], ["fleck", "a small contrasting part of something"], ["plot of ground", "a small area of ground covered by specific vegetation"], ["piece", "a period of indeterminate length (usually short) marked by some action or condition"], ["mend", "sewing that repairs a worn or torn hole (especially in a garment)"], ["plot", "a small area of ground covered by specific vegetation"], ["spot", "a small contrasting part of something"], ["speckle", "a small contrasting part of something"], ["while", "a period of indeterminate length (usually short) marked by some action or condition"], ["darn", "sewing that repairs a worn or torn hole (especially in a garment)"], ["bandage", "a piece of soft material that covers and protects an injured part of the body"], ["dapple", "a small contrasting part of something"], ["spell", "a period of indeterminate length (usually short) marked by some action or condition"], ["eyepatch", "a protective cloth covering for an injured eye"]]}, {"answer": "path", "hint": "synonyms for path", "clues": [["itinerary", "an established line of travel or access"], ["course", "a line or route along which something travels or moves"], ["way", "a course of conduct"], ["track", "a line or route along which something travels or moves"], ["route", "an established line of travel or access"], ["way of life", "a course of conduct"]]}, {"answer": "pathos", "hint": "synonyms for pathos", "clues": [["pity", "a feeling of sympathy and sorrow for the misfortunes of others"], ["poignancy", "a quality that arouses emotions (especially pity or sorrow)"], ["ruth", "a feeling of sympathy and sorrow for the misfortunes of others"], ["commiseration", "a feeling of sympathy and sorrow for the misfortunes of others"]]}, {"answer": "patois", "hint": "synonyms for patois", "clues": [["lingo", "a characteristic language of a particular group (as among thieves)"], ["slang", "a characteristic language of a particular group (as among thieves)"], ["argot", "a characteristic language of a particular group (as among thieves)"], ["vernacular", "a characteristic language of a particular group (as among thieves)"], ["cant", "a characteristic language of a particular group (as among thieves)"], ["jargon", "a characteristic language of a particular group (as among thieves)"]]}, {"answer": "patrol_car", "hint": "synonyms for patrol car", "clues": [["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"]]}, {"answer": "patrol_wagon", "hint": "synonyms for patrol wagon", "clues": [["wagon", "van used by police to transport prisoners"], ["police van", "van used by police to transport prisoners"], ["police wagon", "van used by police to transport prisoners"], ["black Maria", "van used by police to transport prisoners"], ["paddy wagon", "van used by police to transport prisoners"]]}, {"answer": "patronage", "hint": "synonyms for patronage", "clues": [["clientele", "customers collectively"], ["disdain", "a communication that indicates lack of respect by patronizing the recipient"], ["championship", "the act of providing approval and support"], ["business", "customers collectively"], ["backup", "the act of providing approval and support"], ["condescension", "a communication that indicates lack of respect by patronizing the recipient"], ["backing", "the act of providing approval and support"], ["trade", "the business given to a commercial establishment by its customers"]]}, {"answer": "pattern", "hint": "synonyms for pattern", "clues": [["practice", "a customary way of operation or behavior"], ["form", "a perceptual structure"], ["design", "a decorative or artistic work"], ["blueprint", "something intended as a guide for making something else"], ["radiation pattern", "graphical representation (in polar or Cartesian coordinates) of the spatial distribution of radiation from an antenna as a function of angle"], ["rule", "something regarded as a normative example"], ["normal", "something regarded as a normative example"], ["figure", "a decorative or artistic work"], ["convention", "something regarded as a normative example"], ["traffic pattern", "the path that is prescribed for an airplane that is preparing to land at an airport"], ["approach pattern", "the path that is prescribed for an airplane that is preparing to land at an airport"], ["shape", "a perceptual structure"], ["formula", "something regarded as a normative example"], ["radiation diagram", "graphical representation (in polar or Cartesian coordinates) of the spatial distribution of radiation from an antenna as a function of angle"]]}, {"answer": "pause", "hint": "synonyms for pause", "clues": [["suspension", "a time interval during which there is a temporary cessation of something"], ["intermission", "a time interval during which there is a temporary cessation of something"], ["break", "a time interval during which there is a temporary cessation of something"], ["interruption", "a time interval during which there is a temporary cessation of something"]]}, {"answer": "pay", "hint": "synonyms for pay", "clues": [["salary", "something that remunerates"], ["wage", "something that remunerates"], ["earnings", "something that remunerates"], ["remuneration", "something that remunerates"]]}, {"answer": "payload", "hint": "synonyms for payload", "clues": [["warhead", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents"], ["load", "goods carried by a large vehicle"], ["lading", "goods carried by a large vehicle"], ["cargo", "goods carried by a large vehicle"], ["consignment", "goods carried by a large vehicle"], ["freight", "goods carried by a large vehicle"], ["shipment", "goods carried by a large vehicle"]]}, {"answer": "payoff", "hint": "synonyms for payoff", "clues": [["take", "the income or profit arising from such transactions as the sale of land or other property"], ["takings", "the income or profit arising from such transactions as the sale of land or other property"], ["return", "the income or profit arising from such transactions as the sale of land or other property"], ["issue", "the income or profit arising from such transactions as the sale of land or other property"], ["reward", "a recompense for worthy acts or retribution for wrongdoing"], ["wages", "a recompense for worthy acts or retribution for wrongdoing"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property"], ["bribe", "payment made to a person in a position of trust to corrupt his judgment"], ["yield", "the income or profit arising from such transactions as the sale of land or other property"], ["final payment", "the final payment of a debt"]]}, {"answer": "pb", "hint": "synonyms for pb", "clues": [["petabit", "a unit of information equal to 1000 terabits or 10^15 bits"], ["petabyte", "a unit of information equal to 1024 tebibytes or 2^50 bytes"], ["lead", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey"], ["atomic number 82", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey"], ["pebibyte", "a unit of information equal to 1024 tebibytes or 2^50 bytes"]]}, {"answer": "pbs", "hint": "synonyms for pbs", "clues": [["petabit", "a unit of information equal to 1000 terabits or 10^15 bits"], ["petabyte", "a unit of information equal to 1024 tebibytes or 2^50 bytes"], ["atomic number 82", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey"], ["lead", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey"], ["phosphate buffer solution", "a solution containing a phosphate buffer"], ["pebibyte", "a unit of information equal to 1024 tebibytes or 2^50 bytes"]]}, {"answer": "peace", "hint": "synonyms for peace", "clues": [["heartsease", "the absence of mental stress or anxiety"], ["pacification", "a treaty to cease hostilities"], ["ataraxis", "the absence of mental stress or anxiety"], ["peace of mind", "the absence of mental stress or anxiety"], ["serenity", "the absence of mental stress or anxiety"], ["peace treaty", "a treaty to cease hostilities"], ["repose", "the absence of mental stress or anxiety"], ["peacefulness", "the absence of mental stress or anxiety"]]}, {"answer": "peace_of_mind", "hint": "synonyms for peace of mind", "clues": [["heartsease", "the absence of mental stress or anxiety"], ["peace", "the absence of mental stress or anxiety"], ["ataraxis", "the absence of mental stress or anxiety"], ["serenity", "the absence of mental stress or anxiety"], ["repose", "the absence of mental stress or anxiety"], ["peacefulness", "the absence of mental stress or anxiety"]]}, {"answer": "peacefulness", "hint": "synonyms for peacefulness", "clues": [["heartsease", "the absence of mental stress or anxiety"], ["peace", "the absence of mental stress or anxiety"], ["ataraxis", "the absence of mental stress or anxiety"], ["peace of mind", "the absence of mental stress or anxiety"], ["serenity", "the absence of mental stress or anxiety"], ["repose", "the absence of mental stress or anxiety"]]}, {"answer": "peacock_blue", "hint": "synonyms for peacock blue", "clues": [["aqua", "a shade of blue tinged with green"], ["greenish blue", "a shade of blue tinged with green"], ["cobalt blue", "a shade of blue tinged with green"], ["turquoise", "a shade of blue tinged with green"], ["aquamarine", "a shade of blue tinged with green"]]}, {"answer": "peak", "hint": "synonyms for peak", "clues": [["eyeshade", "a brim that projects to the front to shade the eyes"], ["tip", "a V shape"], ["extremum", "the most extreme possible amount or value"], ["flush", "the period of greatest prosperity or productivity"], ["summit", "the top or extreme point of something (usually a mountain or hill)"], ["crest", "the top or extreme point of something (usually a mountain or hill)"], ["heyday", "the period of greatest prosperity or productivity"], ["vertex", "the highest point (of something)"], ["prime", "the period of greatest prosperity or productivity"], ["flower", "the period of greatest prosperity or productivity"], ["bill", "a brim that projects to the front to shade the eyes"], ["blossom", "the period of greatest prosperity or productivity"], ["top", "the top or extreme point of something (usually a mountain or hill)"], ["bloom", "the period of greatest prosperity or productivity"], ["efflorescence", "the period of greatest prosperity or productivity"], ["vizor", "a brim that projects to the front to shade the eyes"], ["point", "a V shape"], ["visor", "a brim that projects to the front to shade the eyes"], ["apex", "the highest point (of something)"], ["crown", "the top or extreme point of something (usually a mountain or hill)"], ["acme", "the highest point (of something)"]]}, {"answer": "pean", "hint": "synonyms for pean", "clues": [["eulogy", "a formal expression of praise"], ["paean", "a formal expression of praise"], ["encomium", "a formal expression of praise"], ["panegyric", "a formal expression of praise"]]}, {"answer": "peanuts", "hint": "synonyms for peanuts", "clues": [["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms"]]}, {"answer": "pearl", "hint": "synonyms for pearl", "clues": [["bone", "a shade of white the color of bleached bones"], ["drop", "a shape that is spherical and small"], ["ivory", "a shade of white the color of bleached bones"], ["off-white", "a shade of white the color of bleached bones"], ["bead", "a shape that is spherical and small"]]}, {"answer": "peck", "hint": "synonyms for peck", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "peculation", "hint": "synonyms for peculation", "clues": [["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"], ["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else"]]}, {"answer": "peculiarity", "hint": "synonyms for peculiarity", "clues": [["specialty", "a distinguishing trait"], ["curio", "something unusual -- perhaps worthy of collecting"], ["distinguishing characteristic", "an odd or unusual characteristic"], ["specialness", "a distinguishing trait"], ["curiosity", "something unusual -- perhaps worthy of collecting"], ["distinctive feature", "an odd or unusual characteristic"], ["distinctiveness", "a distinguishing trait"], ["rarity", "something unusual -- perhaps worthy of collecting"], ["oddity", "something unusual -- perhaps worthy of collecting"], ["oddment", "something unusual -- perhaps worthy of collecting"]]}, {"answer": "pecuniary_resource", "hint": "synonyms for pecuniary resource", "clues": [["monetary resource", "assets in the form of money"], ["cash in hand", "assets in the form of money"], ["funds", "assets in the form of money"], ["finances", "assets in the form of money"]]}, {"answer": "pedagogy", "hint": "synonyms for pedagogy", "clues": [["pedagogics", "the principles and methods of instruction"], ["teaching", "the profession of a teacher"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill"], ["teaching method", "the principles and methods of instruction"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill"]]}, {"answer": "pedestal", "hint": "synonyms for pedestal", "clues": [["base", "a support or foundation"], ["footstall", "an architectural support or base (as for a column or statue)"], ["plinth", "an architectural support or base (as for a column or statue)"], ["stand", "a support or foundation"]]}, {"answer": "pee", "hint": "synonyms for pee", "clues": [["water", "liquid excretory product"], ["pissing", "informal terms for urination"], ["peeing", "informal terms for urination"], ["piddle", "liquid excretory product"], ["urine", "liquid excretory product"], ["weewee", "liquid excretory product"]]}, {"answer": "peevishness", "hint": "synonyms for peevishness", "clues": [["fussiness", "an irritable petulant feeling"], ["fretfulness", "an irritable petulant feeling"], ["choler", "an irritable petulant feeling"], ["temper", "a disposition to exhibit uncontrolled anger"], ["surliness", "a disposition to exhibit uncontrolled anger"], ["snappishness", "a disposition to exhibit uncontrolled anger"], ["petulance", "an irritable petulant feeling"], ["pettishness", "a disposition to exhibit uncontrolled anger"], ["biliousness", "a disposition to exhibit uncontrolled anger"], ["crossness", "an irritable petulant feeling"], ["irritability", "a disposition to exhibit uncontrolled anger"]]}, {"answer": "peg", "hint": "synonyms for peg", "clues": [["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["nog", "a wooden pin pushed or driven into a surface"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["pegleg", "a prosthesis that replaces a missing leg"], ["leg", "a prosthesis that replaces a missing leg"], ["wooden leg", "a prosthesis that replaces a missing leg"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"]]}, {"answer": "pelf", "hint": "synonyms for pelf", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "pellucidity", "hint": "synonyms for pellucidity", "clues": [["pellucidness", "passing light without diffusion or distortion"], ["limpidity", "passing light without diffusion or distortion"], ["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression"]]}, {"answer": "pelter", "hint": "synonyms for pelter", "clues": [["downpour", "a heavy rain"], ["cloudburst", "a heavy rain"], ["soaker", "a heavy rain"], ["deluge", "a heavy rain"], ["waterspout", "a heavy rain"], ["torrent", "a heavy rain"]]}, {"answer": "penalty_free_throw", "hint": "synonyms for penalty free throw", "clues": [["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul"]]}, {"answer": "penance", "hint": "synonyms for penance", "clues": [["self-abasement", "voluntary self-punishment in order to atone for some wrongdoing"], ["self-mortification", "voluntary self-punishment in order to atone for some wrongdoing"], ["penitence", "remorse for your past conduct"], ["repentance", "remorse for your past conduct"]]}, {"answer": "pennant", "hint": "synonyms for pennant", "clues": [["waft", "a long flag; often tapering"], ["streamer", "a long flag; often tapering"], ["crown", "the award given to the champion"], ["pennon", "a long flag; often tapering"]]}, {"answer": "pension_account", "hint": "synonyms for pension account", "clues": [["retirement plan", "a plan for setting aside money to be spent after retirement"], ["pension plan", "a plan for setting aside money to be spent after retirement"], ["retirement savings account", "a plan for setting aside money to be spent after retirement"], ["retirement account", "a plan for setting aside money to be spent after retirement"], ["retirement program", "a plan for setting aside money to be spent after retirement"]]}, {"answer": "pension_plan", "hint": "synonyms for pension plan", "clues": [["retirement plan", "a plan for setting aside money to be spent after retirement"], ["pension account", "a plan for setting aside money to be spent after retirement"], ["retirement savings account", "a plan for setting aside money to be spent after retirement"], ["retirement account", "a plan for setting aside money to be spent after retirement"], ["retirement program", "a plan for setting aside money to be spent after retirement"]]}, {"answer": "penstock", "hint": "synonyms for penstock", "clues": [["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluice", "conduit that carries a rapid flow of water controlled by a sluicegate"], ["sluiceway", "conduit that carries a rapid flow of water controlled by a sluicegate"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"]]}, {"answer": "pentad", "hint": "synonyms for pentad", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "people", "hint": "synonyms for people", "clues": [["multitude", "the common people generally"], ["citizenry", "the body of citizens of a state or country"], ["hoi polloi", "the common people generally"], ["masses", "the common people generally"], ["the great unwashed", "the common people generally"]]}, {"answer": "peoples", "hint": "synonyms for peoples", "clues": [["people", "(plural) any group of human beings (men or women or children) collectively"], ["masses", "the common people generally"], ["multitude", "the common people generally"], ["citizenry", "the body of citizens of a state or country"], ["hoi polloi", "the common people generally"], ["the great unwashed", "the common people generally"]]}, {"answer": "perambulation", "hint": "synonyms for perambulation", "clues": [["amble", "a leisurely walk (usually in some public place)"], ["saunter", "a leisurely walk (usually in some public place)"], ["promenade", "a leisurely walk (usually in some public place)"], ["stroll", "a leisurely walk (usually in some public place)"]]}, {"answer": "perambulator", "hint": "synonyms for perambulator", "clues": [["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"]]}, {"answer": "percentage", "hint": "synonyms for percentage", "clues": [["portion", "assets belonging to or due to or contributed by an individual person or group"], ["share", "assets belonging to or due to or contributed by an individual person or group"], ["per centum", "a proportion in relation to a whole (which is usually the amount per hundred)"], ["part", "assets belonging to or due to or contributed by an individual person or group"], ["pct", "a proportion in relation to a whole (which is usually the amount per hundred)"], ["percent", "a proportion in relation to a whole (which is usually the amount per hundred)"]]}, {"answer": "perceptiveness", "hint": "synonyms for perceptiveness", "clues": [["taste", "delicate discrimination (especially of aesthetic values)"], ["discernment", "perception of that which is obscure"], ["insight", "a feeling of understanding"], ["perceptivity", "a feeling of understanding"], ["appreciation", "delicate discrimination (especially of aesthetic values)"]]}, {"answer": "perfidy", "hint": "synonyms for perfidy", "clues": [["treachery", "an act of deliberate betrayal"], ["betrayal", "an act of deliberate betrayal"], ["treason", "an act of deliberate betrayal"], ["perfidiousness", "betrayal of a trust"]]}, {"answer": "performance", "hint": "synonyms for performance", "clues": [["carrying out", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it"], ["functioning", "process or manner of functioning or operating"], ["operation", "process or manner of functioning or operating"], ["public presentation", "a dramatic or musical entertainment"], ["execution", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it"], ["carrying into action", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it"]]}, {"answer": "perfume", "hint": "synonyms for perfume", "clues": [["scent", "a distinctive odor that is pleasant"], ["fragrance", "a distinctive odor that is pleasant"], ["aroma", "a distinctive odor that is pleasant"], ["essence", "a toiletry that emits and diffuses a fragrant odor"]]}, {"answer": "period", "hint": "synonyms for period", "clues": [["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["time period", "an amount of time"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["geological period", "a unit of geological time during which a system of rocks formed"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["period of time", "an amount of time"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"]]}, {"answer": "perkiness", "hint": "synonyms for perkiness", "clues": [["pertness", "inappropriate playfulness"], ["sauciness", "inappropriate playfulness"], ["archness", "inappropriate playfulness"], ["buoyancy", "cheerfulness that bubbles to the surface"], ["impertinence", "inappropriate playfulness"]]}, {"answer": "permutation", "hint": "synonyms for permutation", "clues": [["replacement", "an event in which one thing is substituted for another"], ["switch", "an event in which one thing is substituted for another"], ["substitution", "an event in which one thing is substituted for another"], ["transposition", "an event in which one thing is substituted for another"]]}, {"answer": "perquisite", "hint": "synonyms for perquisite", "clues": [["exclusive right", "a right reserved exclusively by a particular person or group (especially a hereditary or official right)"], ["prerogative", "a right reserved exclusively by a particular person or group (especially a hereditary or official right)"], ["fringe benefit", "an incidental benefit awarded for certain types of employment (especially if it is regarded as a right)"], ["perk", "an incidental benefit awarded for certain types of employment (especially if it is regarded as a right)"], ["privilege", "a right reserved exclusively by a particular person or group (especially a hereditary or official right)"]]}, {"answer": "perseverance", "hint": "synonyms for perseverance", "clues": [["tenacity", "persistent determination"], ["persistency", "persistent determination"], ["tenaciousness", "persistent determination"], ["perseveration", "the act of persisting or persevering; continuing or repeating behavior"], ["doggedness", "persistent determination"], ["pertinacity", "persistent determination"]]}, {"answer": "persistence", "hint": "synonyms for persistence", "clues": [["continuity", "the property of a continuous and connected period of time"], ["persistency", "persistent determination"], ["tenaciousness", "persistent determination"], ["doggedness", "persistent determination"], ["perseverance", "persistent determination"], ["pertinacity", "persistent determination"], ["tenacity", "persistent determination"], ["perseveration", "the act of persisting or persevering; continuing or repeating behavior"]]}, {"answer": "persistency", "hint": "synonyms for persistency", "clues": [["tenacity", "persistent determination"], ["perseverance", "persistent determination"], ["tenaciousness", "persistent determination"], ["doggedness", "persistent determination"], ["persistence", "persistent determination"], ["pertinacity", "persistent determination"]]}, {"answer": "person", "hint": "synonyms for person", "clues": [["somebody", "a human being"], ["individual", "a human being"], ["someone", "a human being"], ["soul", "a human being"], ["mortal", "a human being"]]}, {"answer": "persona", "hint": "synonyms for persona", "clues": [["character", "an actor's portrayal of someone in a play"], ["image", "(Jungian psychology) a personal facade that one presents to the world"], ["theatrical role", "an actor's portrayal of someone in a play"], ["part", "an actor's portrayal of someone in a play"], ["role", "an actor's portrayal of someone in a play"]]}, {"answer": "personal_credit_line", "hint": "synonyms for personal credit line", "clues": [["line", "the maximum credit that a customer is allowed"], ["credit line", "the maximum credit that a customer is allowed"], ["bank line", "the maximum credit that a customer is allowed"], ["line of credit", "the maximum credit that a customer is allowed"], ["personal line of credit", "the maximum credit that a customer is allowed"]]}, {"answer": "personal_line_of_credit", "hint": "synonyms for personal line of credit", "clues": [["line", "the maximum credit that a customer is allowed"], ["personal credit line", "the maximum credit that a customer is allowed"], ["credit line", "the maximum credit that a customer is allowed"], ["bank line", "the maximum credit that a customer is allowed"], ["line of credit", "the maximum credit that a customer is allowed"]]}, {"answer": "personation", "hint": "synonyms for personation", "clues": [["impersonation", "imitating the mannerisms of another person"], ["portrayal", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["characterization", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["enactment", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"]]}, {"answer": "personnel", "hint": "synonyms for personnel", "clues": [["personnel office", "the department responsible for hiring and training and placing employees and for setting policies for personnel management"], ["personnel department", "the department responsible for hiring and training and placing employees and for setting policies for personnel management"], ["staff office", "the department responsible for hiring and training and placing employees and for setting policies for personnel management"], ["force", "group of people willing to obey orders"]]}, {"answer": "perspicacity", "hint": "synonyms for perspicacity", "clues": [["judgment", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions"], ["shrewdness", "intelligence manifested by being astute (as in business dealings)"], ["perspicaciousness", "intelligence manifested by being astute (as in business dealings)"], ["sound judgement", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions"], ["astuteness", "intelligence manifested by being astute (as in business dealings)"]]}, {"answer": "perspiration", "hint": "synonyms for perspiration", "clues": [["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid"], ["sweating", "the process of the sweat glands of the skin secreting a salty fluid"]]}, {"answer": "persuasion", "hint": "synonyms for persuasion", "clues": [["thought", "a personal belief or judgment that is not founded on proof or certainty"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty"], ["view", "a personal belief or judgment that is not founded on proof or certainty"], ["opinion", "a personal belief or judgment that is not founded on proof or certainty"], ["suasion", "the act of persuading (or attempting to persuade); communication intended to induce belief or action"]]}, {"answer": "pertinacity", "hint": "synonyms for pertinacity", "clues": [["tenacity", "persistent determination"], ["persistency", "persistent determination"], ["tenaciousness", "persistent determination"], ["doggedness", "persistent determination"], ["perseverance", "persistent determination"]]}, {"answer": "pertness", "hint": "synonyms for pertness", "clues": [["perkiness", "inappropriate playfulness"], ["sauciness", "inappropriate playfulness"], ["impertinence", "inappropriate playfulness"], ["archness", "inappropriate playfulness"]]}, {"answer": "petiteness", "hint": "synonyms for petiteness", "clues": [["minuteness", "the property of being very small in size"], ["tininess", "the property of being very small in size"], ["weeness", "the property of being very small in size"], ["diminutiveness", "the property of being very small in size"]]}, {"answer": "petition", "hint": "synonyms for petition", "clues": [["postulation", "a formal message requesting something that is submitted to an authority"], ["request", "a formal message requesting something that is submitted to an authority"], ["orison", "reverent petition to a deity"], ["prayer", "reverent petition to a deity"]]}, {"answer": "petroleum", "hint": "synonyms for petroleum", "clues": [["oil", "a dark oil consisting mainly of hydrocarbons"], ["crude", "a dark oil consisting mainly of hydrocarbons"], ["crude oil", "a dark oil consisting mainly of hydrocarbons"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons"], ["rock oil", "a dark oil consisting mainly of hydrocarbons"]]}, {"answer": "pettifoggery", "hint": "synonyms for pettifoggery", "clues": [["bicker", "a quarrel about petty points"], ["tiff", "a quarrel about petty points"], ["fuss", "a quarrel about petty points"], ["spat", "a quarrel about petty points"], ["squabble", "a quarrel about petty points"]]}, {"answer": "pettiness", "hint": "synonyms for pettiness", "clues": [["puniness", "the quality of being unimportant and petty or frivolous"], ["triviality", "the quality of being unimportant and petty or frivolous"], ["smallness", "lack of generosity in trifling matters"], ["slightness", "the quality of being unimportant and petty or frivolous"], ["littleness", "lack of generosity in trifling matters"]]}, {"answer": "petting", "hint": "synonyms for petting", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "pettishness", "hint": "synonyms for pettishness", "clues": [["temper", "a disposition to exhibit uncontrolled anger"], ["surliness", "a disposition to exhibit uncontrolled anger"], ["biliousness", "a disposition to exhibit uncontrolled anger"], ["snappishness", "a disposition to exhibit uncontrolled anger"], ["irritability", "a disposition to exhibit uncontrolled anger"], ["peevishness", "a disposition to exhibit uncontrolled anger"]]}, {"answer": "petulance", "hint": "synonyms for petulance", "clues": [["fussiness", "an irritable petulant feeling"], ["fretfulness", "an irritable petulant feeling"], ["choler", "an irritable petulant feeling"], ["peevishness", "an irritable petulant feeling"], ["crossness", "an irritable petulant feeling"], ["irritability", "an irritable petulant feeling"]]}, {"answer": "phantasm", "hint": "synonyms for phantasm", "clues": [["fantasm", "something existing in perception only"], ["shadow", "something existing in perception only"], ["phantasma", "something existing in perception only"], ["phantom", "something existing in perception only"], ["apparition", "something existing in perception only"]]}, {"answer": "phantasma", "hint": "synonyms for phantasma", "clues": [["fantasm", "something existing in perception only"], ["shadow", "something existing in perception only"], ["phantasm", "something existing in perception only"], ["phantom", "something existing in perception only"], ["apparition", "something existing in perception only"]]}, {"answer": "pharmacy", "hint": "synonyms for pharmacy", "clues": [["chemist's", "a retail shop where medicine and other articles are sold"], ["drugstore", "a retail shop where medicine and other articles are sold"], ["chemist's shop", "a retail shop where medicine and other articles are sold"], ["apothecary's shop", "a retail shop where medicine and other articles are sold"], ["pharmaceutics", "the art and science of preparing and dispensing drugs and medicines,"]]}, {"answer": "phenol", "hint": "synonyms for phenol", "clues": [["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"]]}, {"answer": "phenylic_acid", "hint": "synonyms for phenylic acid", "clues": [["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"], ["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally"]]}, {"answer": "philia", "hint": "synonyms for philia", "clues": [["tenderness", "a positive feeling of liking"], ["fondness", "a positive feeling of liking"], ["warmheartedness", "a positive feeling of liking"], ["warmness", "a positive feeling of liking"], ["heart", "a positive feeling of liking"], ["affectionateness", "a positive feeling of liking"], ["affection", "a positive feeling of liking"]]}, {"answer": "philosophical_system", "hint": "synonyms for philosophical system", "clues": [["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school"]]}, {"answer": "philosophy", "hint": "synonyms for philosophy", "clues": [["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school"]]}, {"answer": "phlegm", "hint": "synonyms for phlegm", "clues": [["languor", "inactivity; showing an unusual lack of energy"], ["sluggishness", "inactivity; showing an unusual lack of energy"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions"], ["indifference", "apathy demonstrated by an absence of emotional reactions"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions"], ["stolidity", "apathy demonstrated by an absence of emotional reactions"], ["impassivity", "apathy demonstrated by an absence of emotional reactions"], ["flatness", "inactivity; showing an unusual lack of energy"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions"], ["lethargy", "inactivity; showing an unusual lack of energy"]]}, {"answer": "phoebe", "hint": "synonyms for phoebe", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "phonation", "hint": "synonyms for phonation", "clues": [["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"]]}, {"answer": "phone", "hint": "synonyms for phone", "clues": [["telephone set", "electronic equipment that converts sound into electrical signals that can be transmitted over distances and then converts received signals back into sounds"], ["earphone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"], ["sound", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language"], ["speech sound", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language"], ["earpiece", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"], ["telephone", "electronic equipment that converts sound into electrical signals that can be transmitted over distances and then converts received signals back into sounds"], ["headphone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear"]]}, {"answer": "phone_line", "hint": "synonyms for phone line", "clues": [["line", "a telephone connection"], ["subscriber line", "a telephone connection"], ["telephone line", "a telephone connection"], ["telephone circuit", "a telephone connection"]]}, {"answer": "phonograph_record", "hint": "synonyms for phonograph record", "clues": [["phonograph recording", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"]]}, {"answer": "phonograph_recording", "hint": "synonyms for phonograph recording", "clues": [["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["phonograph record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"]]}, {"answer": "photo", "hint": "synonyms for photo", "clues": [["picture", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["pic", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"]]}, {"answer": "photocell", "hint": "synonyms for photocell", "clues": [["photoconductive cell", "a transducer used to detect and measure light and other radiations"], ["magic eye", "a transducer used to detect and measure light and other radiations"], ["electric eye", "a transducer used to detect and measure light and other radiations"], ["photoelectric cell", "a transducer used to detect and measure light and other radiations"]]}, {"answer": "photoconductive_cell", "hint": "synonyms for photoconductive cell", "clues": [["photocell", "a transducer used to detect and measure light and other radiations"], ["magic eye", "a transducer used to detect and measure light and other radiations"], ["electric eye", "a transducer used to detect and measure light and other radiations"], ["photoelectric cell", "a transducer used to detect and measure light and other radiations"]]}, {"answer": "photoelectric_cell", "hint": "synonyms for photoelectric cell", "clues": [["photocell", "a transducer used to detect and measure light and other radiations"], ["photoconductive cell", "a transducer used to detect and measure light and other radiations"], ["magic eye", "a transducer used to detect and measure light and other radiations"], ["electric eye", "a transducer used to detect and measure light and other radiations"]]}, {"answer": "photoflash", "hint": "synonyms for photoflash", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph"], ["flash", "a lamp for providing momentary light to take a photograph"], ["flashgun", "a lamp for providing momentary light to take a photograph"], ["flash lamp", "a lamp for providing momentary light to take a photograph"]]}, {"answer": "photograph", "hint": "synonyms for photograph", "clues": [["picture", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["pic", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"]]}, {"answer": "phrasal_idiom", "hint": "synonyms for phrasal idiom", "clues": [["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"]]}, {"answer": "phrase", "hint": "synonyms for phrase", "clues": [["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["musical phrase", "a short musical passage"]]}, {"answer": "phraseology", "hint": "synonyms for phraseology", "clues": [["wording", "the manner in which something is expressed in words; - G.S.Patton"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton"], ["diction", "the manner in which something is expressed in words; - G.S.Patton"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton"]]}, {"answer": "phrasing", "hint": "synonyms for phrasing", "clues": [["wording", "the manner in which something is expressed in words; - G.S.Patton"], ["diction", "the manner in which something is expressed in words; - G.S.Patton"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton"]]}, {"answer": "phratry", "hint": "synonyms for phratry", "clues": [["kinfolk", "people descended from a common ancestor"], ["folk", "people descended from a common ancestor"], ["sept", "people descended from a common ancestor"], ["family", "people descended from a common ancestor"], ["family line", "people descended from a common ancestor"]]}, {"answer": "physical_exercise", "hint": "synonyms for physical exercise", "clues": [["physical exertion", "the activity of exerting your muscles in various ways to keep fit"], ["workout", "the activity of exerting your muscles in various ways to keep fit"], ["exercising", "the activity of exerting your muscles in various ways to keep fit"], ["exercise", "the activity of exerting your muscles in various ways to keep fit"]]}, {"answer": "physical_exertion", "hint": "synonyms for physical exertion", "clues": [["workout", "the activity of exerting your muscles in various ways to keep fit"], ["exercising", "the activity of exerting your muscles in various ways to keep fit"], ["exercise", "the activity of exerting your muscles in various ways to keep fit"], ["physical exercise", "the activity of exerting your muscles in various ways to keep fit"]]}, {"answer": "physics", "hint": "synonyms for physics", "clues": [["purgative", "a purging medicine; stimulates evacuation of the bowels"], ["physic", "a purging medicine; stimulates evacuation of the bowels"], ["physical science", "the physical properties, phenomena, and laws of something"], ["aperient", "a purging medicine; stimulates evacuation of the bowels"], ["natural philosophy", "the science of matter and energy and their interactions"], ["cathartic", "a purging medicine; stimulates evacuation of the bowels"]]}, {"answer": "physiological_reaction", "hint": "synonyms for physiological reaction", "clues": [["innate reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex action", "an automatic instinctive unlearned reaction to a stimulus"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "pic", "hint": "synonyms for pic", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"]]}, {"answer": "pick", "hint": "synonyms for pick", "clues": [["woof", "the yarn woven across the warp yarn in weaving"], ["choice", "the person or thing chosen or selected"], ["cream", "the best people or things in a group"], ["plectron", "a small thin device (of metal or plastic or ivory) used to pluck a stringed instrument"], ["weft", "the yarn woven across the warp yarn in weaving"], ["picking", "the quantity of a crop that is harvested"], ["plectrum", "a small thin device (of metal or plastic or ivory) used to pluck a stringed instrument"], ["filling", "the yarn woven across the warp yarn in weaving"], ["selection", "the person or thing chosen or selected"], ["option", "the act of choosing or selecting"], ["pickax", "a heavy iron tool with a wooden handle and a curved head that is pointed on both ends"]]}, {"answer": "pickup", "hint": "synonyms for pickup", "clues": [["pickup arm", "mechanical device consisting of a light balanced arm that carries the cartridge"], ["pick-me-up", "anything with restorative powers"], ["pickup truck", "a light truck with an open body and low sides and a tailboard"], ["getaway", "the attribute of being capable of rapid acceleration"], ["cartridge", "an electro-acoustic transducer that is the part of the arm of a record player that holds the needle and that is removable"], ["tone arm", "mechanical device consisting of a light balanced arm that carries the cartridge"]]}, {"answer": "picnic", "hint": "synonyms for picnic", "clues": [["piece of cake", "any undertaking that is easy to do"], ["pushover", "any undertaking that is easy to do"], ["breeze", "any undertaking that is easy to do"], ["field day", "a day devoted to an outdoor social gathering"], ["walkover", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["cinch", "any undertaking that is easy to do"], ["child's play", "any undertaking that is easy to do"], ["outing", "a day devoted to an outdoor social gathering"]]}, {"answer": "picture", "hint": "synonyms for picture", "clues": [["image", "a visual representation (of an object or scene or person or abstraction) produced on a surface"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["impression", "a clear and telling mental image"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["characterisation", "a graphic or vivid verbal description"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["pic", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["mental picture", "a clear and telling mental image"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["word-painting", "a graphic or vivid verbal description"], ["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["painting", "graphic art consisting of an artistic composition made by applying paints to a surface"], ["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pictorial matter", "illustrations used to decorate or explain a text"], ["depiction", "a graphic or vivid verbal description"], ["ikon", "a visual representation (of an object or scene or person or abstraction) produced on a surface"], ["delineation", "a graphic or vivid verbal description"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["video", "the visible part of a television transmission"], ["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material"], ["icon", "a visual representation (of an object or scene or person or abstraction) produced on a surface"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["word picture", "a graphic or vivid verbal description"]]}, {"answer": "picture_show", "hint": "synonyms for picture show", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement"]]}, {"answer": "piddle", "hint": "synonyms for piddle", "clues": [["water", "liquid excretory product"], ["urine", "liquid excretory product"], ["piss", "liquid excretory product"], ["pee", "liquid excretory product"], ["weewee", "liquid excretory product"]]}, {"answer": "piece", "hint": "synonyms for piece", "clues": [["small-arm", "a portable gun"], ["part", "a portion of a natural object"], ["bit", "an instance of some kind"], ["objet d'art", "a work of art of some artistic value"], ["patch", "a period of indeterminate length (usually short) marked by some action or condition"], ["musical composition", "a musical work that has been created"], ["slice", "a share of something"], ["while", "a period of indeterminate length (usually short) marked by some action or condition"], ["art object", "a work of art of some artistic value"], ["spell", "a period of indeterminate length (usually short) marked by some action or condition"], ["firearm", "a portable gun"], ["opus", "a musical work that has been created"], ["piece of music", "a musical work that has been created"], ["composition", "a musical work that has been created"]]}, {"answer": "piece_of_ass", "hint": "synonyms for piece of ass", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "piece_of_cake", "hint": "synonyms for piece of cake", "clues": [["pushover", "any undertaking that is easy to do"], ["breeze", "any undertaking that is easy to do"], ["walkover", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["cinch", "any undertaking that is easy to do"], ["picnic", "any undertaking that is easy to do"], ["child's play", "any undertaking that is easy to do"]]}, {"answer": "piece_of_ground", "hint": "synonyms for piece of ground", "clues": [["parcel of land", "an extended area of land"], ["piece of land", "an extended area of land"], ["parcel", "an extended area of land"], ["tract", "an extended area of land"]]}, {"answer": "piece_of_land", "hint": "synonyms for piece of land", "clues": [["parcel of land", "an extended area of land"], ["piece of ground", "an extended area of land"], ["parcel", "an extended area of land"], ["tract", "an extended area of land"]]}, {"answer": "piece_of_music", "hint": "synonyms for piece of music", "clues": [["opus", "a musical work that has been created"], ["piece", "a musical work that has been created"], ["composition", "a musical work that has been created"], ["musical composition", "a musical work that has been created"]]}, {"answer": "piece_of_tail", "hint": "synonyms for piece of tail", "clues": [["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "pigheadedness", "hint": "synonyms for pigheadedness", "clues": [["obstinance", "resolute adherence to your own ideas or desires"], ["self-will", "resolute adherence to your own ideas or desires"], ["obstinacy", "resolute adherence to your own ideas or desires"], ["bullheadedness", "resolute adherence to your own ideas or desires"], ["stubbornness", "resolute adherence to your own ideas or desires"]]}, {"answer": "pike", "hint": "synonyms for pike", "clues": [["expressway", "a broad highway designed for high-speed traffic"], ["freeway", "a broad highway designed for high-speed traffic"], ["thruway", "a broad highway designed for high-speed traffic"], ["throughway", "a broad highway designed for high-speed traffic"], ["state highway", "a broad highway designed for high-speed traffic"], ["superhighway", "a broad highway designed for high-speed traffic"], ["motorway", "a broad highway designed for high-speed traffic"]]}, {"answer": "pile", "hint": "synonyms for pile", "clues": [["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["galvanic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["nap", "the yarn (as in a rug or velvet or corduroy) that stands up from the weave"], ["sight", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stilt", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["megabucks", "a large sum of money (especially as pay or profit)"], ["cumulation", "a collection of objects laid on top of each other"], ["atomic pile", "a nuclear reactor that uses controlled nuclear fission to generate energy"], ["deal", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["atomic reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy"], ["bundle", "a large sum of money (especially as pay or profit)"], ["chain reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["heap", "a collection of objects laid on top of each other"], ["spate", "(often followed by `of') a large number or amount or extent"], ["spile", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"], ["big bucks", "a large sum of money (especially as pay or profit)"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["big money", "a large sum of money (especially as pay or profit)"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["agglomerate", "a collection of objects laid on top of each other"], ["cumulus", "a collection of objects laid on top of each other"], ["mound", "a collection of objects laid on top of each other"], ["mint", "(often followed by `of') a large number or amount or extent"], ["voltaic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta"], ["piling", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "piles", "hint": "synonyms for piles", "clues": [["heaps", "a large number or amount"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["galvanic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta"], ["mess", "(often followed by `of') a large number or amount or extent"], ["rafts", "a large number or amount"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["nap", "the yarn (as in a rug or velvet or corduroy) that stands up from the weave"], ["sight", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stilt", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["scores", "a large number or amount"], ["megabucks", "a large sum of money (especially as pay or profit)"], ["cumulation", "a collection of objects laid on top of each other"], ["atomic pile", "a nuclear reactor that uses controlled nuclear fission to generate energy"], ["deal", "(often followed by `of') a large number or amount or extent"], ["oodles", "a large number or amount"], ["pile", "a large sum of money (especially as pay or profit)"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["scads", "a large number or amount"], ["atomic reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy"], ["tons", "a large number or amount"], ["stacks", "a large number or amount"], ["bundle", "a large sum of money (especially as pay or profit)"], ["chain reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy"], ["loads", "a large number or amount"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["dozens", "a large number or amount"], ["spate", "(often followed by `of') a large number or amount or extent"], ["big bucks", "a large sum of money (especially as pay or profit)"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["agglomerate", "a collection of objects laid on top of each other"], ["cumulus", "a collection of objects laid on top of each other"], ["mound", "a collection of objects laid on top of each other"], ["mint", "(often followed by `of') a large number or amount or extent"], ["big money", "a large sum of money (especially as pay or profit)"], ["voltaic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta"], ["piling", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "pill", "hint": "synonyms for pill", "clues": [["tablet", "a dose of medicine in the form of a small pellet"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["lozenge", "a dose of medicine in the form of a small pellet"], ["tab", "a dose of medicine in the form of a small pellet"], ["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception"]]}, {"answer": "pillage", "hint": "synonyms for pillage", "clues": [["dirty money", "goods or money obtained illegally"], ["plunder", "goods or money obtained illegally"], ["booty", "goods or money obtained illegally"], ["swag", "goods or money obtained illegally"], ["loot", "goods or money obtained illegally"], ["pillaging", "the act of stealing valuable things from a place"], ["prize", "goods or money obtained illegally"]]}, {"answer": "pilomotor_reflex", "hint": "synonyms for pilomotor reflex", "clues": [["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["goosebump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"], ["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation"]]}, {"answer": "pilot", "hint": "synonyms for pilot", "clues": [["archetype", "something that serves as a model or a basis for making copies"], ["pilot light", "small auxiliary gas burner that provides a flame to ignite a larger gas burner"], ["buffer", "an inclined metal frame at the front of a locomotive to clear the track"], ["pilot burner", "small auxiliary gas burner that provides a flame to ignite a larger gas burner"], ["fender", "an inclined metal frame at the front of a locomotive to clear the track"], ["pilot program", "a program exemplifying a contemplated series; intended to attract sponsors"], ["original", "something that serves as a model or a basis for making copies"], ["pilot film", "a program exemplifying a contemplated series; intended to attract sponsors"], ["cowcatcher", "an inclined metal frame at the front of a locomotive to clear the track"]]}, {"answer": "pilot_biscuit", "hint": "synonyms for pilot biscuit", "clues": [["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["hardtack", "very hard unsalted biscuit or bread; a former ship's staple"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple"]]}, {"answer": "pilot_bread", "hint": "synonyms for pilot bread", "clues": [["hardtack", "very hard unsalted biscuit or bread; a former ship's staple"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple"]]}, {"answer": "pilot_light", "hint": "synonyms for pilot light", "clues": [["pilot burner", "small auxiliary gas burner that provides a flame to ignite a larger gas burner"], ["pilot lamp", "indicator consisting of a light to indicate whether power is on or a motor is in operation"], ["indicator lamp", "indicator consisting of a light to indicate whether power is on or a motor is in operation"], ["pilot", "small auxiliary gas burner that provides a flame to ignite a larger gas burner"]]}, {"answer": "pin", "hint": "synonyms for pin", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["pin tumbler", "cylindrical tumblers consisting of two parts that are held in place by springs; when they are aligned with a key the bolt can be thrown"], ["fall", "when a wrestler's shoulders are forced to the mat"], ["bowling pin", "a club-shaped wooden object used in bowling; set up in triangular groups of ten as the target"], ["pivot", "axis consisting of a short shaft that supports something that turns"], ["personal identification number", "a number you choose and use to gain access to various accounts"], ["flag", "flagpole used to mark the position of the hole on a golf green"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"]]}, {"answer": "pinch", "hint": "synonyms for pinch", "clues": [["collar", "the act of apprehending (especially apprehending a criminal)"], ["soupcon", "a slight but appreciable amount"], ["mite", "a slight but appreciable amount"], ["speck", "a slight but appreciable amount"], ["tinge", "a slight but appreciable amount"], ["apprehension", "the act of apprehending (especially apprehending a criminal)"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)"], ["arrest", "the act of apprehending (especially apprehending a criminal)"], ["emergency", "a sudden unforeseen crisis (usually involving danger) that requires immediate action"], ["touch", "a slight but appreciable amount"], ["jot", "a slight but appreciable amount"], ["hint", "a slight but appreciable amount"], ["exigency", "a sudden unforeseen crisis (usually involving danger) that requires immediate action"], ["tweak", "a squeeze with the fingers"], ["nip", "a small sharp bite or snip"], ["catch", "the act of apprehending (especially apprehending a criminal)"]]}, {"answer": "pipe", "hint": "synonyms for pipe", "clues": [["piping", "a long tube made of metal or plastic that is used to carry water or oil or gas etc."], ["organ pipe", "the flues and stops on a pipe organ"], ["pipework", "the flues and stops on a pipe organ"], ["tube", "a hollow cylindrical shape"], ["pipage", "a long tube made of metal or plastic that is used to carry water or oil or gas etc."], ["tobacco pipe", "a tube with a small bowl at one end; used for smoking tobacco"]]}, {"answer": "piquance", "hint": "synonyms for piquance", "clues": [["piquantness", "a tart spicy quality"], ["zest", "a tart spicy quality"], ["tanginess", "a tart spicy quality"], ["nip", "a tart spicy quality"], ["piquancy", "the quality of being agreeably stimulating or mentally exciting"], ["tang", "a tart spicy quality"]]}, {"answer": "piquancy", "hint": "synonyms for piquancy", "clues": [["piquantness", "a tart spicy quality"], ["zest", "a tart spicy quality"], ["tanginess", "a tart spicy quality"], ["nip", "a tart spicy quality"], ["tang", "a tart spicy quality"], ["piquance", "the quality of being agreeably stimulating or mentally exciting"]]}, {"answer": "piquantness", "hint": "synonyms for piquantness", "clues": [["zest", "a tart spicy quality"], ["tanginess", "a tart spicy quality"], ["nip", "a tart spicy quality"], ["tang", "a tart spicy quality"], ["piquance", "the quality of being agreeably stimulating or mentally exciting"]]}, {"answer": "piss", "hint": "synonyms for piss", "clues": [["water", "liquid excretory product"], ["pissing", "informal terms for urination"], ["peeing", "informal terms for urination"], ["urine", "liquid excretory product"], ["piddle", "liquid excretory product"], ["weewee", "liquid excretory product"]]}, {"answer": "pit", "hint": "synonyms for pit", "clues": [["infernal region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["colliery", "a workplace consisting of a coal mine plus all the buildings and equipment connected with it"], ["orchestra pit", "lowered area in front of a stage where an orchestra accompanies the performers"], ["quarry", "a surface excavation for extracting stone or slate"], ["fossa", "a concavity in a surface (especially an anatomical depression)"], ["pitfall", "a trap in the form of a concealed hole"], ["stone pit", "a surface excavation for extracting stone or slate"], ["cavity", "a sizeable hole (usually in the ground)"], ["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson"]]}, {"answer": "pitch", "hint": "synonyms for pitch", "clues": [["tar", "any of various dark heavy viscid substances obtained as a residue"], ["delivery", "(baseball) the act of throwing a baseball by a pitcher to a batter"], ["rake", "degree of deviation from a horizontal plane"], ["lurch", "abrupt up-and-down motion (as caused by a ship or other conveyance)"], ["sales talk", "promotion by means of an argument and demonstration"], ["sales pitch", "promotion by means of an argument and demonstration"], ["slant", "degree of deviation from a horizontal plane"], ["auction pitch", "an all-fours game in which the first card led is a trump"], ["pitching", "abrupt up-and-down motion (as caused by a ship or other conveyance)"], ["pitch shot", "a high approach shot in golf"]]}, {"answer": "pitch_black", "hint": "synonyms for pitch black", "clues": [["jet black", "a very dark black"], ["soot black", "a very dark black"], ["sable", "a very dark black"], ["coal black", "a very dark black"], ["ebony", "a very dark black"]]}, {"answer": "pith", "hint": "synonyms for pith", "clues": [["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "pith_hat", "hint": "synonyms for pith hat", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun"], ["topi", "a lightweight hat worn in tropical countries for protection from the sun"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun"]]}, {"answer": "pith_helmet", "hint": "synonyms for pith helmet", "clues": [["topi", "a lightweight hat worn in tropical countries for protection from the sun"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun"]]}, {"answer": "pity", "hint": "synonyms for pity", "clues": [["commiseration", "a feeling of sympathy and sorrow for the misfortunes of others"], ["shame", "an unfortunate development"], ["compassion", "the humane quality of understanding the suffering of others and wanting to do something about it"], ["ruth", "a feeling of sympathy and sorrow for the misfortunes of others"], ["pathos", "a feeling of sympathy and sorrow for the misfortunes of others"]]}, {"answer": "pizzaz", "hint": "synonyms for pizzaz", "clues": [["dynamism", "the activeness of an energetic personality"], ["pizzazz", "the activeness of an energetic personality"], ["zing", "the activeness of an energetic personality"], ["oomph", "the activeness of an energetic personality"]]}, {"answer": "pizzazz", "hint": "synonyms for pizzazz", "clues": [["pizzaz", "the activeness of an energetic personality"], ["dynamism", "the activeness of an energetic personality"], ["zing", "the activeness of an energetic personality"], ["oomph", "the activeness of an energetic personality"]]}, {"answer": "placard", "hint": "synonyms for placard", "clues": [["bill", "a sign posted in a public place as an advertisement"], ["card", "a sign posted in a public place as an advertisement"], ["notice", "a sign posted in a public place as an advertisement"], ["posting", "a sign posted in a public place as an advertisement"], ["poster", "a sign posted in a public place as an advertisement"]]}, {"answer": "place", "hint": "synonyms for place", "clues": [["situation", "a job in an organization"], ["berth", "a job in an organization"], ["lieu", "the post or function properly or customarily occupied or served by another"], ["post", "a job in an organization"], ["space", "a blank area"], ["stead", "the post or function properly or customarily occupied or served by another"], ["property", "any area set aside for a particular purpose"], ["billet", "a job in an organization"], ["blank space", "a blank area"], ["plaza", "a public square with room for pedestrians"], ["seat", "a space reserved for sitting (as in a theater or on a train or airplane)"], ["spot", "a job in an organization"], ["position", "an item on a list or in a sequence"], ["home", "where you live at a particular time"], ["topographic point", "a point located with respect to surface features of some region"], ["piazza", "a public square with room for pedestrians"], ["office", "a job in an organization"]]}, {"answer": "placement", "hint": "synonyms for placement", "clues": [["arrangement", "the spatial property of the way in which something is placed"], ["locating", "the act of putting something in a certain place"], ["emplacement", "the act of putting something in a certain place"], ["position", "the act of putting something in a certain place"]]}, {"answer": "placidity", "hint": "synonyms for placidity", "clues": [["repose", "a disposition free from stress or emotion"], ["placidness", "a feeling of calmness; a quiet and undisturbed feeling"], ["tranquillity", "a disposition free from stress or emotion"], ["quiet", "a disposition free from stress or emotion"], ["serenity", "a disposition free from stress or emotion"]]}, {"answer": "planetary_house", "hint": "synonyms for planetary house", "clues": [["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided"]]}, {"answer": "plangency", "hint": "synonyms for plangency", "clues": [["vibrancy", "having the character of a loud deep sound; the quality of being resonant"], ["ringing", "having the character of a loud deep sound; the quality of being resonant"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant"], ["sonority", "having the character of a loud deep sound; the quality of being resonant"], ["resonance", "having the character of a loud deep sound; the quality of being resonant"]]}, {"answer": "plant", "hint": "synonyms for plant", "clues": [["flora", "(botany) a living organism lacking the power of locomotion"], ["plant life", "(botany) a living organism lacking the power of locomotion"], ["industrial plant", "buildings for carrying on industrial labor"], ["works", "buildings for carrying on industrial labor"]]}, {"answer": "plaster", "hint": "synonyms for plaster", "clues": [["cataplasm", "a medical dressing consisting of a soft heated mass of meal or clay that is spread on a cloth and applied to the skin to treat inflamed areas or improve circulation etc."], ["plaster of Paris", "any of several gypsum cements; a white powder (a form of calcium sulphate) that forms a paste when mixed with water and hardens into a solid; used in making molds and sculptures and casts for broken limbs"], ["plasterwork", "a surface of hardened plaster (as on a wall or ceiling)"], ["adhesive plaster", "adhesive tape used in dressing wounds"], ["sticking plaster", "adhesive tape used in dressing wounds"], ["poultice", "a medical dressing consisting of a soft heated mass of meal or clay that is spread on a cloth and applied to the skin to treat inflamed areas or improve circulation etc."]]}, {"answer": "plate", "hint": "synonyms for plate", "clues": [["home plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["scale", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)"], ["home base", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["photographic plate", "a flat sheet of metal or glass on which a photographic image can be recorded"], ["home", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score"], ["crustal plate", "a rigid layer of the Earth's crust that is believed to drift slowly"], ["collection plate", "a shallow receptacle for collection in church"], ["shell", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)"], ["denture", "a dental appliance that artificially replaces missing teeth"], ["plateful", "the quantity contained in a plate"], ["dental plate", "a dental appliance that artificially replaces missing teeth"]]}, {"answer": "platform", "hint": "synonyms for platform", "clues": [["political platform", "a document stating the aims and principles of a political party"], ["chopine", "a woman's shoe with a very high thick sole"], ["weapons platform", "any military structure or vehicle bearing weapons"], ["political program", "a document stating the aims and principles of a political party"], ["program", "a document stating the aims and principles of a political party"]]}, {"answer": "platitude", "hint": "synonyms for platitude", "clues": [["cliche", "a trite or obvious remark"], ["commonplace", "a trite or obvious remark"], ["bromide", "a trite or obvious remark"], ["banality", "a trite or obvious remark"]]}, {"answer": "platonic_body", "hint": "synonyms for platonic body", "clues": [["ideal solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"], ["regular convex polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"], ["regular convex solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"], ["regular polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"]]}, {"answer": "platonic_solid", "hint": "synonyms for platonic solid", "clues": [["ideal solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"], ["regular convex polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"], ["regular convex solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"], ["regular polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent"]]}, {"answer": "platter", "hint": "synonyms for platter", "clues": [["phonograph recording", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"]]}, {"answer": "plaudit", "hint": "synonyms for plaudit", "clues": [["plaudits", "enthusiastic approval"], ["acclamation", "enthusiastic approval"], ["eclat", "enthusiastic approval"], ["acclaim", "enthusiastic approval"]]}, {"answer": "plaudits", "hint": "synonyms for plaudits", "clues": [["acclamation", "enthusiastic approval"], ["plaudit", "enthusiastic approval"], ["eclat", "enthusiastic approval"], ["acclaim", "enthusiastic approval"]]}, {"answer": "play", "hint": "synonyms for play", "clues": [["dramatic play", "a dramatic work intended for performance by actors on a stage"], ["caper", "gay or light-hearted recreational activity for diversion or amusement"], ["drama", "a dramatic work intended for performance by actors on a stage"], ["swordplay", "the act using a sword (or other weapon) vigorously and skillfully"], ["period of play", "(in games or plays or other performances) the time during which play proceeds"], ["playing period", "(in games or plays or other performances) the time during which play proceeds"], ["manoeuvre", "a deliberate coordinated movement requiring dexterity and skill"], ["turn", "(game) the activity of doing something in an agreed succession"], ["frolic", "gay or light-hearted recreational activity for diversion or amusement"], ["romp", "gay or light-hearted recreational activity for diversion or amusement"], ["bid", "an attempt to get something"], ["gambling", "the act of playing for stakes in the hope of winning (including the payment of a price for a chance to win a prize)"], ["child's play", "activity by children that is guided more by imagination than by fixed rules"], ["looseness", "movement or space for movement"], ["shimmer", "a weak and tremulous light"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement"], ["fun", "verbal wit or mockery (often at another's expense but not to be taken seriously)"], ["sport", "verbal wit or mockery (often at another's expense but not to be taken seriously)"], ["maneuver", "a deliberate coordinated movement requiring dexterity and skill"]]}, {"answer": "plaza", "hint": "synonyms for plaza", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping centre", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["place", "a public square with room for pedestrians"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["piazza", "a public square with room for pedestrians"]]}, {"answer": "pleasure_trip", "hint": "synonyms for pleasure trip", "clues": [["junket", "a journey taken for pleasure"], ["outing", "a journey taken for pleasure"], ["jaunt", "a journey taken for pleasure"], ["expedition", "a journey taken for pleasure"], ["sashay", "a journey taken for pleasure"], ["excursion", "a journey taken for pleasure"]]}, {"answer": "plenitude", "hint": "synonyms for plenitude", "clues": [["plenteousness", "a full supply"], ["plentitude", "a full supply"], ["plenty", "a full supply"], ["plentifulness", "a full supply"]]}, {"answer": "plentitude", "hint": "synonyms for plentitude", "clues": [["plenteousness", "a full supply"], ["plentifulness", "a full supply"], ["plenitude", "a full supply"], ["plenty", "a full supply"]]}, {"answer": "pliability", "hint": "synonyms for pliability", "clues": [["pliancy", "adaptability of mind or character"], ["bendability", "the property of being easily bent without breaking"], ["pliantness", "adaptability of mind or character"], ["suppleness", "adaptability of mind or character"]]}, {"answer": "plication", "hint": "synonyms for plication", "clues": [["pleating", "the act of folding in parallel folds"], ["crease", "an angular or rounded shape made by folding"], ["fold", "an angular or rounded shape made by folding"], ["flexure", "an angular or rounded shape made by folding"], ["bend", "an angular or rounded shape made by folding"], ["crimp", "an angular or rounded shape made by folding"]]}, {"answer": "plosive", "hint": "synonyms for plosive", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"]]}, {"answer": "plosive_consonant", "hint": "synonyms for plosive consonant", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"]]}, {"answer": "plosive_speech_sound", "hint": "synonyms for plosive speech sound", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"]]}, {"answer": "plot", "hint": "synonyms for plot", "clues": [["secret plan", "a secret scheme to do something (especially something underhand or illegal)"], ["plot of land", "a small area of ground covered by specific vegetation"], ["plot of ground", "a small area of ground covered by specific vegetation"], ["patch", "a small area of ground covered by specific vegetation"], ["game", "a secret scheme to do something (especially something underhand or illegal)"]]}, {"answer": "ploughland", "hint": "synonyms for ploughland", "clues": [["tillage", "arable land that is worked by plowing and sowing and raising crops"], ["tilth", "arable land that is worked by plowing and sowing and raising crops"], ["farmland", "arable land that is worked by plowing and sowing and raising crops"], ["plowland", "arable land that is worked by plowing and sowing and raising crops"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops"], ["cultivated land", "arable land that is worked by plowing and sowing and raising crops"]]}, {"answer": "plowland", "hint": "synonyms for plowland", "clues": [["tillage", "arable land that is worked by plowing and sowing and raising crops"], ["tilth", "arable land that is worked by plowing and sowing and raising crops"], ["farmland", "arable land that is worked by plowing and sowing and raising crops"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops"], ["cultivated land", "arable land that is worked by plowing and sowing and raising crops"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops"]]}, {"answer": "plug", "hint": "synonyms for plug", "clues": [["male plug", "an electrical device with two or three pins that is inserted in a socket to make an electrical connection"], ["hype", "blatant or sensational promotion"], ["stopper", "blockage consisting of an object designed to fill a hole tightly"], ["quid", "a wad of something chewable as tobacco"], ["wad", "a wad of something chewable as tobacco"], ["sparking plug", "electrical device that fits into the cylinder head of an internal-combustion engine and ignites the gas by means of an electric spark"], ["fire hydrant", "an upright hydrant for drawing water to use in fighting a fire"], ["chew", "a wad of something chewable as tobacco"], ["chaw", "a wad of something chewable as tobacco"], ["hoopla", "blatant or sensational promotion"], ["ballyhoo", "blatant or sensational promotion"], ["fireplug", "an upright hydrant for drawing water to use in fighting a fire"], ["cud", "a wad of something chewable as tobacco"]]}, {"answer": "plug-in", "hint": "synonyms for plug-in", "clues": [["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities"]]}, {"answer": "plug_hat", "hint": "synonyms for plug hat", "clues": [["bowler", "a felt hat that is round and hard with a narrow brim"], ["derby hat", "a felt hat that is round and hard with a narrow brim"], ["derby", "a felt hat that is round and hard with a narrow brim"], ["bowler hat", "a felt hat that is round and hard with a narrow brim"]]}, {"answer": "plunder", "hint": "synonyms for plunder", "clues": [["dirty money", "goods or money obtained illegally"], ["booty", "goods or money obtained illegally"], ["swag", "goods or money obtained illegally"], ["loot", "goods or money obtained illegally"], ["pillage", "goods or money obtained illegally"], ["prize", "goods or money obtained illegally"]]}, {"answer": "plurality", "hint": "synonyms for plurality", "clues": [["battalion", "a large indefinite number"], ["multitude", "a large indefinite number"], ["relative majority", "(in an election with more than 2 options) the number of votes for the candidate or party receiving the greatest number (but less that half of the votes)"], ["large number", "a large indefinite number"], ["pack", "a large indefinite number"]]}, {"answer": "pm", "hint": "synonyms for pm", "clues": [["promethium", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium"], ["phase modulation", "modulation of the phase of the carrier wave"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["atomic number 61", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium"], ["postmortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["post-mortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"]]}, {"answer": "pms", "hint": "synonyms for pms", "clues": [["promethium", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium"], ["phase modulation", "modulation of the phase of the carrier wave"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["atomic number 61", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium"], ["postmortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["post-mortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"]]}, {"answer": "pocket", "hint": "synonyms for pocket", "clues": [["scoop", "a hollow concave shape made by removing something"], ["pouch", "an enclosed space"], ["air pocket", "a local region of low pressure or descending air that causes a plane to lose height suddenly"], ["air hole", "a local region of low pressure or descending air that causes a plane to lose height suddenly"], ["sac", "an enclosed space"]]}, {"answer": "pocketbook", "hint": "synonyms for pocketbook", "clues": [["notecase", "a pocket-size case for holding papers and paper money"], ["bag", "a container used for carrying money and small personal items or accessories (especially by women)"], ["purse", "a container used for carrying money and small personal items or accessories (especially by women)"], ["pocket edition", "pocket-sized paperback book"], ["wallet", "a pocket-size case for holding papers and paper money"], ["pocket book", "pocket-sized paperback book"], ["billfold", "a pocket-size case for holding papers and paper money"], ["handbag", "a container used for carrying money and small personal items or accessories (especially by women)"]]}, {"answer": "podium", "hint": "synonyms for podium", "clues": [["stump", "a platform raised above the surrounding level to give prominence to the person on it"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it"], ["ambo", "a platform raised above the surrounding level to give prominence to the person on it"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it"]]}, {"answer": "podsol_soil", "hint": "synonyms for podsol soil", "clues": [["podsol", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer"], ["podzol", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer"], ["podsolic soil", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer"], ["podzol soil", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer"]]}, {"answer": "point", "hint": "synonyms for point", "clues": [["pointedness", "the property of a shape that tapers to a sharp tip"], ["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["item", "a distinct part that can be specified separately in a group of things that could be enumerated on a list"], ["breaker point", "a contact in the distributor; as the rotor turns its projecting arm contacts them and current flows to the spark plugs"], ["dot", "a very small circular shape"], ["power point", "a wall socket"], ["tip", "a V shape"], ["distributor point", "a contact in the distributor; as the rotor turns its projecting arm contacts them and current flows to the spark plugs"], ["gunpoint", "the gun muzzle's direction"], ["decimal point", "the dot at the left of a decimal fraction"], ["percentage point", "the dot at the left of a decimal fraction"], ["head", "a V-shaped mark at one end of an arrow pointer"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["spot", "an outstanding characteristic"], ["detail", "an isolated fact that is considered separately from the whole"], ["point in time", "an instant of time"], ["peak", "a V shape"], ["compass point", "any of 32 horizontal directions indicated on the card of a compass"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"]]}, {"answer": "pointlessness", "hint": "synonyms for pointlessness", "clues": [["senselessness", "total lack of meaning or ideas"], ["mindlessness", "total lack of meaning or ideas"], ["vacuity", "total lack of meaning or ideas"], ["inanity", "total lack of meaning or ideas"]]}, {"answer": "poise", "hint": "synonyms for poise", "clues": [["cool", "great coolness and composure under strain"], ["assuredness", "great coolness and composure under strain"], ["aplomb", "great coolness and composure under strain"], ["sang-froid", "great coolness and composure under strain"]]}, {"answer": "poke", "hint": "synonyms for poke", "clues": [["punch", "(boxing) a blow with the fist"], ["jabbing", "a sharp hand gesture (resembling a blow)"], ["thrust", "a sharp hand gesture (resembling a blow)"], ["lick", "(boxing) a blow with the fist"], ["clout", "(boxing) a blow with the fist"], ["carrier bag", "a bag made of paper or plastic for holding customer's purchases"], ["jab", "a sharp hand gesture (resembling a blow)"], ["slug", "(boxing) a blow with the fist"], ["paper bag", "a bag made of paper or plastic for holding customer's purchases"], ["biff", "(boxing) a blow with the fist"], ["poking", "a sharp hand gesture (resembling a blow)"], ["sack", "a bag made of paper or plastic for holding customer's purchases"]]}, {"answer": "poker", "hint": "synonyms for poker", "clues": [["stove poker", "fire iron consisting of a metal rod with a handle; used to stir a fire"], ["salamander", "fire iron consisting of a metal rod with a handle; used to stir a fire"], ["fire hook", "fire iron consisting of a metal rod with a handle; used to stir a fire"], ["poker game", "any of various card games in which players bet that they hold the highest-ranking hand"]]}, {"answer": "poking", "hint": "synonyms for poking", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)"], ["thrust", "a sharp hand gesture (resembling a blow)"], ["jab", "a sharp hand gesture (resembling a blow)"], ["poke", "a sharp hand gesture (resembling a blow)"]]}, {"answer": "pole", "hint": "synonyms for pole", "clues": [["rod", "a square rod of land"], ["perch", "a square rod of land"], ["terminal", "a contact on an electrical device (such as a battery) at which electric current enters or leaves"], ["magnetic pole", "one of the two ends of a magnet where the magnetism seems to be concentrated"], ["celestial pole", "one of two points of intersection of the Earth's axis and the celestial sphere"]]}, {"answer": "police_blotter", "hint": "synonyms for police blotter", "clues": [["rap sheet", "the daily written record of events (as arrests) in a police station"], ["blotter", "the daily written record of events (as arrests) in a police station"], ["day book", "the daily written record of events (as arrests) in a police station"], ["charge sheet", "the daily written record of events (as arrests) in a police station"]]}, {"answer": "police_car", "hint": "synonyms for police car", "clues": [["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"]]}, {"answer": "police_cruiser", "hint": "synonyms for police cruiser", "clues": [["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"]]}, {"answer": "police_van", "hint": "synonyms for police van", "clues": [["wagon", "van used by police to transport prisoners"], ["police wagon", "van used by police to transport prisoners"], ["black Maria", "van used by police to transport prisoners"], ["paddy wagon", "van used by police to transport prisoners"], ["patrol wagon", "van used by police to transport prisoners"]]}, {"answer": "police_wagon", "hint": "synonyms for police wagon", "clues": [["wagon", "van used by police to transport prisoners"], ["police van", "van used by police to transport prisoners"], ["black Maria", "van used by police to transport prisoners"], ["paddy wagon", "van used by police to transport prisoners"], ["patrol wagon", "van used by police to transport prisoners"]]}, {"answer": "political_campaign", "hint": "synonyms for political campaign", "clues": [["campaign", "a race between candidates for elective office"], ["run", "a race between candidates for elective office"], ["electioneering", "the campaign of a candidate to be elected"], ["candidacy", "the campaign of a candidate to be elected"], ["candidature", "the campaign of a candidate to be elected"]]}, {"answer": "politics", "hint": "synonyms for politics", "clues": [["political sympathies", "the opinion you hold with respect to political questions"], ["government", "the study of government of states and other political units"], ["political science", "the study of government of states and other political units"], ["political relation", "social relations involving intrigue to gain authority or power"]]}, {"answer": "polls", "hint": "synonyms for polls", "clues": [["public opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people"], ["canvass", "an inquiry into public opinion conducted by interviewing a random sample of people"], ["poll", "the counting of votes (as in an election)"], ["opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people"]]}, {"answer": "pom-pom", "hint": "synonyms for pom-pom", "clues": [["pompon", "decoration consisting of a ball of tufted wool or silk; usually worn on a hat"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes"], ["flack", "artillery designed to shoot upward at airplanes"], ["ack-ack gun", "artillery designed to shoot upward at airplanes"], ["ack-ack", "artillery designed to shoot upward at airplanes"]]}, {"answer": "pomposity", "hint": "synonyms for pomposity", "clues": [["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "pompousness", "hint": "synonyms for pompousness", "clues": [["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "ponderosity", "hint": "synonyms for ponderosity", "clues": [["massiveness", "the property of being large in mass"], ["heftiness", "the property of being large in mass"], ["ponderousness", "the property of being large in mass"], ["heft", "the property of being large in mass"]]}, {"answer": "ponderousness", "hint": "synonyms for ponderousness", "clues": [["ponderosity", "the property of being large in mass"], ["heftiness", "the property of being large in mass"], ["heaviness", "an oppressive quality that is laborious and solemn and lacks grace or fluency"], ["heft", "the property of being large in mass"], ["massiveness", "the property of being large in mass"]]}, {"answer": "pony", "hint": "synonyms for pony", "clues": [["jigger", "a small glass adequate to hold a single swallow of whiskey"], ["crib", "a literal translation used in studying a foreign language (often used illicitly)"], ["trot", "a literal translation used in studying a foreign language (often used illicitly)"], ["shot glass", "a small glass adequate to hold a single swallow of whiskey"]]}, {"answer": "pool", "hint": "synonyms for pool", "clues": [["pond", "a small lake"], ["puddle", "a small body of standing water (rainwater) or other liquid"], ["consortium", "an association of companies for some definite purpose"], ["kitty", "the combined stakes of the betters"], ["syndicate", "an association of companies for some definite purpose"], ["pocket billiards", "any of various games played on a pool table having 6 pockets"]]}, {"answer": "poop", "hint": "synonyms for poop", "clues": [["shite", "obscene terms for feces"], ["stern", "the rear part of a ship"], ["tail", "the rear part of a ship"], ["the skinny", "slang terms for inside information"], ["quarter", "the rear part of a ship"], ["low-down", "slang terms for inside information"], ["dope", "slang terms for inside information"], ["crap", "obscene terms for feces"], ["turd", "obscene terms for feces"], ["dirt", "obscene terms for feces"], ["after part", "the rear part of a ship"]]}, {"answer": "poor_boy", "hint": "synonyms for poor boy", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "poorness", "hint": "synonyms for poorness", "clues": [["leanness", "the quality of being meager; -George Eliot"], ["exiguity", "the quality of being meager; -George Eliot"], ["meagreness", "the quality of being meager; -George Eliot"], ["scantiness", "the quality of being meager; -George Eliot"]]}, {"answer": "porcelain_clay", "hint": "synonyms for porcelain clay", "clues": [["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["kaoline", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"]]}, {"answer": "porn", "hint": "synonyms for porn", "clues": [["smut", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["porno", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"]]}, {"answer": "porno", "hint": "synonyms for porno", "clues": [["smut", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["porn", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"]]}, {"answer": "portent", "hint": "synonyms for portent", "clues": [["omen", "a sign of something about to happen"], ["prodigy", "a sign of something about to happen"], ["prognostication", "a sign of something about to happen"], ["presage", "a sign of something about to happen"], ["prognostic", "a sign of something about to happen"]]}, {"answer": "portion", "hint": "synonyms for portion", "clues": [["share", "assets belonging to or due to or contributed by an individual person or group"], ["part", "assets belonging to or due to or contributed by an individual person or group"], ["component part", "something determined in relation to something that includes it"], ["serving", "an individual quantity of food or drink taken as part of a meal"], ["percentage", "assets belonging to or due to or contributed by an individual person or group"], ["dowry", "money or property brought by a woman to her husband at marriage"], ["component", "something determined in relation to something that includes it"], ["constituent", "something determined in relation to something that includes it"], ["helping", "an individual quantity of food or drink taken as part of a meal"], ["parcel", "the allotment of some amount by dividing something"], ["dower", "money or property brought by a woman to her husband at marriage"]]}, {"answer": "portrayal", "hint": "synonyms for portrayal", "clues": [["portraying", "a representation by picture or portraiture"], ["depicting", "a representation by picture or portraiture"], ["personation", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["portraiture", "a word picture of a person's appearance and character"], ["characterization", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"], ["delineation", "representation by drawing or painting etc"], ["portrait", "a word picture of a person's appearance and character"], ["enactment", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture"]]}, {"answer": "pose", "hint": "synonyms for pose", "clues": [["mannerism", "a deliberate pretense or exaggerated display"], ["affectedness", "a deliberate pretense or exaggerated display"], ["airs", "affected manners intended to impress others"], ["affectation", "a deliberate pretense or exaggerated display"]]}, {"answer": "position", "hint": "synonyms for position", "clues": [["situation", "a job in an organization"], ["berth", "a job in an organization"], ["perspective", "a way of regarding situations or topics etc."], ["place", "a job in an organization"], ["positioning", "the act of putting something in a certain place"], ["lieu", "the post or function properly or customarily occupied or served by another"], ["billet", "a job in an organization"], ["stead", "the post or function properly or customarily occupied or served by another"], ["posture", "the arrangement of the body and its limbs"], ["emplacement", "the act of putting something in a certain place"], ["location", "the act of putting something in a certain place"], ["spot", "a job in an organization"], ["stance", "a rationalized mental attitude"], ["military position", "a point occupied by troops for tactical reasons"], ["side", "an opinion that is held in opposition to another in an argument or dispute"], ["view", "a way of regarding situations or topics etc."], ["spatial relation", "the spatial property of a place where or way in which something is situated"], ["attitude", "the arrangement of the body and its limbs"], ["post", "a job in an organization"], ["office", "a job in an organization"]]}, {"answer": "positiveness", "hint": "synonyms for positiveness", "clues": [["favorableness", "the quality of being encouraging or promising of a successful outcome"], ["positivism", "a quality or state characterized by certainty or acceptance or affirmation and dogmatic assertiveness"], ["positivity", "an amount greater than zero"], ["incontrovertibility", "the quality of being undeniable and not worth arguing about"], ["incontrovertibleness", "the quality of being undeniable and not worth arguing about"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome"], ["profitableness", "the quality of being encouraging or promising of a successful outcome"]]}, {"answer": "positivity", "hint": "synonyms for positivity", "clues": [["positiveness", "an amount greater than zero"], ["favourableness", "the quality of being encouraging or promising of a successful outcome"], ["positivism", "a quality or state characterized by certainty or acceptance or affirmation and dogmatic assertiveness"], ["incontrovertibility", "the quality of being undeniable and not worth arguing about"], ["incontrovertibleness", "the quality of being undeniable and not worth arguing about"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome"], ["profitableness", "the quality of being encouraging or promising of a successful outcome"]]}, {"answer": "possession", "hint": "synonyms for possession", "clues": [["self-possession", "the trait of resolutely controlling your own behavior"], ["monomania", "a mania restricted to one thing or idea"], ["self-will", "the trait of resolutely controlling your own behavior"], ["will power", "the trait of resolutely controlling your own behavior"], ["self-control", "the trait of resolutely controlling your own behavior"], ["self-command", "the trait of resolutely controlling your own behavior"], ["ownership", "the act of having and controlling property"]]}, {"answer": "possibility", "hint": "synonyms for possibility", "clues": [["opening", "a possible alternative"], ["possible action", "a possible alternative"], ["hypothesis", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena"], ["theory", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena"]]}, {"answer": "post", "hint": "synonyms for post", "clues": [["situation", "a job in an organization"], ["spot", "a job in an organization"], ["berth", "a job in an organization"], ["mail", "any particular collection of letters or packages that is delivered"], ["postal service", "the system whereby messages are transmitted via the post office"], ["place", "a job in an organization"], ["billet", "a job in an organization"], ["position", "a job in an organization"], ["military post", "military installation at which a body of troops is stationed"], ["stake", "a pole or stake set up to mark something (as the start or end of a race track)"], ["mail service", "the system whereby messages are transmitted via the post office"], ["office", "a job in an organization"]]}, {"answer": "post-mortem", "hint": "synonyms for post-mortem", "clues": [["postmortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["postmortem", "discussion of an event after it has occurred"], ["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"]]}, {"answer": "post-mortem_examination", "hint": "synonyms for post-mortem examination", "clues": [["postmortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["post-mortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"]]}, {"answer": "poster", "hint": "synonyms for poster", "clues": [["bill", "a sign posted in a public place as an advertisement"], ["card", "a sign posted in a public place as an advertisement"], ["notice", "a sign posted in a public place as an advertisement"], ["posting", "a sign posted in a public place as an advertisement"], ["placard", "a sign posted in a public place as an advertisement"]]}, {"answer": "postiche", "hint": "synonyms for postiche", "clues": [["false hair", "a covering or bunch of human or artificial hair used for disguise or adornment"], ["hairpiece", "a covering or bunch of human or artificial hair used for disguise or adornment"], ["sham", "something that is a counterfeit; not what it seems to be"], ["fake", "something that is a counterfeit; not what it seems to be"]]}, {"answer": "posting", "hint": "synonyms for posting", "clues": [["mailing", "the transmission of a letter"], ["bill", "a sign posted in a public place as an advertisement"], ["card", "a sign posted in a public place as an advertisement"], ["notice", "a sign posted in a public place as an advertisement"], ["placard", "a sign posted in a public place as an advertisement"], ["poster", "a sign posted in a public place as an advertisement"]]}, {"answer": "postmortem_examination", "hint": "synonyms for postmortem examination", "clues": [["post-mortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["post-mortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease"]]}, {"answer": "postponement", "hint": "synonyms for postponement", "clues": [["deferment", "act of putting off to a future time"], ["deferral", "act of putting off to a future time"], ["hold", "time during which some action is awaited"], ["wait", "time during which some action is awaited"], ["delay", "time during which some action is awaited"], ["time lag", "time during which some action is awaited"]]}, {"answer": "posture", "hint": "synonyms for posture", "clues": [["position", "a rationalized mental attitude"], ["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["stance", "a rationalized mental attitude"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["bearing", "characteristic way of bearing one's body"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["carriage", "characteristic way of bearing one's body"], ["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["attitude", "the arrangement of the body and its limbs"]]}, {"answer": "pot", "hint": "synonyms for pot", "clues": [["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["smoke", "street names for marijuana"], ["kitty", "the cumulative amount involved in a game (such as poker)"], ["deal", "(often followed by `of') a large number or amount or extent"], ["can", "a plumbing fixture for defecation and urination"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["crapper", "a plumbing fixture for defecation and urination"], ["weed", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["gage", "street names for marijuana"], ["jackpot", "the cumulative amount involved in a game (such as poker)"], ["commode", "a plumbing fixture for defecation and urination"], ["locoweed", "street names for marijuana"], ["stool", "a plumbing fixture for defecation and urination"], ["toilet", "a plumbing fixture for defecation and urination"], ["pile", "(often followed by `of') a large number or amount or extent"], ["throne", "a plumbing fixture for defecation and urination"], ["mass", "(often followed by `of') a large number or amount or extent"], ["sens", "street names for marijuana"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["dope", "street names for marijuana"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["potful", "the quantity contained in a pot"], ["flowerpot", "a container in which plants are cultivated"], ["potentiometer", "a resistor with three terminals, the third being an adjustable center terminal; used to adjust voltages in radios and TV sets"], ["spate", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["grass", "street names for marijuana"], ["potty", "a plumbing fixture for defecation and urination"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "potato", "hint": "synonyms for potato", "clues": [["murphy", "an edible tuber native to South America; a staple food of Ireland"], ["tater", "an edible tuber native to South America; a staple food of Ireland"], ["spud", "an edible tuber native to South America; a staple food of Ireland"], ["white potato", "an edible tuber native to South America; a staple food of Ireland"]]}, {"answer": "potency", "hint": "synonyms for potency", "clues": [["dominance", "the power or right to give orders or make decisions"], ["authorisation", "the power or right to give orders or make decisions"], ["authority", "the power or right to give orders or make decisions"], ["strength", "capacity to produce strong physiological or chemical effects"], ["effectiveness", "capacity to produce strong physiological or chemical effects"], ["say-so", "the power or right to give orders or make decisions"]]}, {"answer": "potential_difference", "hint": "synonyms for potential difference", "clues": [["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts"], ["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts"]]}, {"answer": "potential_drop", "hint": "synonyms for potential drop", "clues": [["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts"]]}, {"answer": "pothouse", "hint": "synonyms for pothouse", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"]]}, {"answer": "potpourri", "hint": "synonyms for potpourri", "clues": [["miscellanea", "a collection containing a variety of sorts of things"], ["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["assortment", "a collection containing a variety of sorts of things"], ["pastiche", "a musical composition consisting of a series of songs or other musical pieces from various sources"], ["motley", "a collection containing a variety of sorts of things"], ["medley", "a musical composition consisting of a series of songs or other musical pieces from various sources"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "poudrin", "hint": "synonyms for poudrin", "clues": [["frost mist", "small crystals of ice"], ["diamond dust", "small crystals of ice"], ["ice needle", "small crystals of ice"], ["ice crystal", "small crystals of ice"], ["frost snow", "small crystals of ice"], ["snow mist", "small crystals of ice"]]}, {"answer": "pouf", "hint": "synonyms for pouf", "clues": [["pouffe", "thick cushion used as a seat"], ["puff", "thick cushion used as a seat"], ["ottoman", "thick cushion used as a seat"], ["hassock", "thick cushion used as a seat"]]}, {"answer": "pouffe", "hint": "synonyms for pouffe", "clues": [["puff", "thick cushion used as a seat"], ["ottoman", "thick cushion used as a seat"], ["pouf", "thick cushion used as a seat"], ["hassock", "thick cushion used as a seat"]]}, {"answer": "pound", "hint": "synonyms for pound", "clues": [["pounding", "the act of pounding (delivering repeated heavy blows)"], ["pound sterling", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence"], ["punt", "formerly the basic unit of money in Ireland; equal to 100 pence"], ["lb", "16 ounces avoirdupois"], ["hammer", "the act of pounding (delivering repeated heavy blows)"], ["pound sign", "a symbol for a unit of currency (especially for the pound sterling in Great Britain)"], ["lbf.", "a nontechnical unit of force equal to the mass of 1 pound with an acceleration of free fall equal to 32 feet/sec/sec"], ["quid", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence"], ["dog pound", "a public enclosure for stray or unlicensed dogs"]]}, {"answer": "pounding", "hint": "synonyms for pounding", "clues": [["hammering", "the act of pounding (delivering repeated heavy blows)"], ["throbbing", "an instance of rapid strong pulsation (of the heart)"], ["pound", "the act of pounding (delivering repeated heavy blows)"], ["buffeting", "repeated heavy blows"], ["throb", "an instance of rapid strong pulsation (of the heart)"]]}, {"answer": "pourboire", "hint": "synonyms for pourboire", "clues": [["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)"], ["tip", "a relatively small amount of money given for services rendered (as by a waiter)"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)"], ["backsheesh", "a relatively small amount of money given for services rendered (as by a waiter)"]]}, {"answer": "power", "hint": "synonyms for power", "clues": [["powerfulness", "possession of controlling influence"], ["world power", "a state powerful enough to influence events throughout the world"], ["might", "physical strength"], ["major power", "a state powerful enough to influence events throughout the world"], ["index", "a mathematical notation indicating the number of times a quantity is multiplied by itself"], ["exponent", "a mathematical notation indicating the number of times a quantity is multiplied by itself"], ["ability", "possession of the qualities (especially mental qualities) required to do something or get something done"], ["great power", "a state powerful enough to influence events throughout the world"], ["mightiness", "physical strength"], ["superpower", "a state powerful enough to influence events throughout the world"]]}, {"answer": "practice", "hint": "synonyms for practice", "clues": [["praxis", "translating an idea into action"], ["pattern", "a customary way of operation or behavior"], ["recitation", "systematic training by multiple repetitions"], ["practice session", "systematic training by multiple repetitions"], ["exercise", "systematic training by multiple repetitions"], ["drill", "systematic training by multiple repetitions"]]}, {"answer": "practice_session", "hint": "synonyms for practice session", "clues": [["exercise", "systematic training by multiple repetitions"], ["practice", "systematic training by multiple repetitions"], ["recitation", "systematic training by multiple repetitions"], ["drill", "systematic training by multiple repetitions"]]}, {"answer": "pram", "hint": "synonyms for pram", "clues": [["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"]]}, {"answer": "prank", "hint": "synonyms for prank", "clues": [["joke", "a ludicrous or grotesque act done for fun and amusement"], ["clowning", "acting like a clown or buffoon"], ["frivolity", "acting like a clown or buffoon"], ["japery", "acting like a clown or buffoon"], ["harlequinade", "acting like a clown or buffoon"], ["trick", "a ludicrous or grotesque act done for fun and amusement"], ["antic", "a ludicrous or grotesque act done for fun and amusement"], ["caper", "a ludicrous or grotesque act done for fun and amusement"], ["buffoonery", "acting like a clown or buffoon"], ["put-on", "a ludicrous or grotesque act done for fun and amusement"]]}, {"answer": "prate", "hint": "synonyms for prate", "clues": [["chin music", "idle or foolish and irrelevant talk"], ["blether", "idle or foolish and irrelevant talk"], ["prattle", "idle or foolish and irrelevant talk"], ["idle talk", "idle or foolish and irrelevant talk"]]}, {"answer": "pratfall", "hint": "synonyms for pratfall", "clues": [["blooper", "an embarrassing mistake"], ["botch", "an embarrassing mistake"], ["flub", "an embarrassing mistake"], ["foul-up", "an embarrassing mistake"], ["boo-boo", "an embarrassing mistake"], ["boner", "an embarrassing mistake"], ["bungle", "an embarrassing mistake"], ["fuckup", "an embarrassing mistake"], ["blunder", "an embarrassing mistake"]]}, {"answer": "prattle", "hint": "synonyms for prattle", "clues": [["chin music", "idle or foolish and irrelevant talk"], ["blether", "idle or foolish and irrelevant talk"], ["prate", "idle or foolish and irrelevant talk"], ["idle talk", "idle or foolish and irrelevant talk"]]}, {"answer": "prayer", "hint": "synonyms for prayer", "clues": [["supplication", "the act of communicating with a deity (especially as a petition or in adoration or contrition or thanksgiving)"], ["orison", "reverent petition to a deity"], ["petition", "reverent petition to a deity"], ["appeal", "earnest or urgent request"], ["entreaty", "earnest or urgent request"]]}, {"answer": "precaution", "hint": "synonyms for precaution", "clues": [["caution", "judiciousness in avoiding harm or danger"], ["forethought", "judiciousness in avoiding harm or danger"], ["guard", "a precautionary measure warding off impending danger or damage or injury etc."], ["safeguard", "a precautionary measure warding off impending danger or damage or injury etc."], ["care", "judiciousness in avoiding harm or danger"]]}, {"answer": "precedence", "hint": "synonyms for precedence", "clues": [["anteriority", "preceding in time"], ["antecedency", "preceding in time"], ["priority", "preceding in time"], ["precession", "the act of preceding in time or order or rank (as in a ceremony)"], ["precedency", "preceding in time"]]}, {"answer": "precedency", "hint": "synonyms for precedency", "clues": [["anteriority", "preceding in time"], ["antecedency", "preceding in time"], ["priority", "preceding in time"], ["precedence", "the act of preceding in time or order or rank (as in a ceremony)"], ["precession", "the act of preceding in time or order or rank (as in a ceremony)"]]}, {"answer": "preciousness", "hint": "synonyms for preciousness", "clues": [["dearness", "the quality possessed by something with a great price or value"], ["costliness", "the quality possessed by something with a great price or value"], ["pricelessness", "the positive quality of being precious and beyond value"], ["preciosity", "the quality of being fastidious or excessively refined"], ["valuableness", "the positive quality of being precious and beyond value"]]}, {"answer": "precipitance", "hint": "synonyms for precipitance", "clues": [["suddenness", "the quality of happening with headlong haste or without warning"], ["precipitancy", "the quality of happening with headlong haste or without warning"], ["abruptness", "the quality of happening with headlong haste or without warning"], ["precipitousness", "the quality of happening with headlong haste or without warning"], ["precipitateness", "the quality of happening with headlong haste or without warning"]]}, {"answer": "precipitancy", "hint": "synonyms for precipitancy", "clues": [["precipitance", "the quality of happening with headlong haste or without warning"], ["suddenness", "the quality of happening with headlong haste or without warning"], ["abruptness", "the quality of happening with headlong haste or without warning"], ["precipitousness", "the quality of happening with headlong haste or without warning"], ["precipitateness", "the quality of happening with headlong haste or without warning"]]}, {"answer": "precipitateness", "hint": "synonyms for precipitateness", "clues": [["precipitance", "the quality of happening with headlong haste or without warning"], ["suddenness", "the quality of happening with headlong haste or without warning"], ["abruptness", "the quality of happening with headlong haste or without warning"], ["precipitousness", "the quality of happening with headlong haste or without warning"]]}, {"answer": "precipitation", "hint": "synonyms for precipitation", "clues": [["hurriedness", "overly eager speed (and possible carelessness)"], ["hurry", "overly eager speed (and possible carelessness)"], ["hastiness", "overly eager speed (and possible carelessness)"], ["downfall", "the falling to earth of any form of water (rain or snow or hail or sleet or mist)"], ["haste", "overly eager speed (and possible carelessness)"]]}, {"answer": "precipitousness", "hint": "synonyms for precipitousness", "clues": [["precipitance", "the quality of happening with headlong haste or without warning"], ["suddenness", "the quality of happening with headlong haste or without warning"], ["abruptness", "the quality of happening with headlong haste or without warning"], ["steepness", "the property possessed by a slope that is very steep"], ["precipitateness", "the quality of happening with headlong haste or without warning"]]}, {"answer": "preconceived_idea", "hint": "synonyms for preconceived idea", "clues": [["preconception", "an opinion formed beforehand without adequate evidence"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence"], ["prepossession", "an opinion formed beforehand without adequate evidence"], ["parti pris", "an opinion formed beforehand without adequate evidence"]]}, {"answer": "preconceived_notion", "hint": "synonyms for preconceived notion", "clues": [["preconception", "an opinion formed beforehand without adequate evidence"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence"], ["prepossession", "an opinion formed beforehand without adequate evidence"], ["preconceived idea", "an opinion formed beforehand without adequate evidence"], ["parti pris", "an opinion formed beforehand without adequate evidence"]]}, {"answer": "preconceived_opinion", "hint": "synonyms for preconceived opinion", "clues": [["preconception", "an opinion formed beforehand without adequate evidence"], ["prepossession", "an opinion formed beforehand without adequate evidence"], ["preconceived notion", "an opinion formed beforehand without adequate evidence"], ["preconceived idea", "an opinion formed beforehand without adequate evidence"], ["parti pris", "an opinion formed beforehand without adequate evidence"]]}, {"answer": "preconception", "hint": "synonyms for preconception", "clues": [["preconceived opinion", "an opinion formed beforehand without adequate evidence"], ["bias", "a partiality that prevents objective consideration of an issue or situation"], ["prepossession", "an opinion formed beforehand without adequate evidence"], ["preconceived idea", "an opinion formed beforehand without adequate evidence"], ["parti pris", "an opinion formed beforehand without adequate evidence"], ["prejudice", "a partiality that prevents objective consideration of an issue or situation"]]}, {"answer": "precondition", "hint": "synonyms for precondition", "clues": [["condition", "an assumption on which rests the validity or effect of something else"], ["given", "an assumption that is taken for granted"], ["stipulation", "an assumption on which rests the validity or effect of something else"], ["presumption", "an assumption that is taken for granted"]]}, {"answer": "precursor", "hint": "synonyms for precursor", "clues": [["forerunner", "something that precedes and indicates the approach of something or someone"], ["harbinger", "something that precedes and indicates the approach of something or someone"], ["predecessor", "something that precedes and indicates the approach of something or someone"], ["herald", "something that precedes and indicates the approach of something or someone"]]}, {"answer": "predecessor", "hint": "synonyms for predecessor", "clues": [["forerunner", "something that precedes and indicates the approach of something or someone"], ["harbinger", "something that precedes and indicates the approach of something or someone"], ["herald", "something that precedes and indicates the approach of something or someone"], ["precursor", "something that precedes and indicates the approach of something or someone"]]}, {"answer": "prediction", "hint": "synonyms for prediction", "clues": [["prevision", "the act of predicting (as by reasoning about the future)"], ["anticipation", "the act of predicting (as by reasoning about the future)"], ["forecasting", "a statement made about the future"], ["prognostication", "a statement made about the future"], ["foretelling", "a statement made about the future"]]}, {"answer": "predilection", "hint": "synonyms for predilection", "clues": [["penchant", "a strong liking"], ["preference", "a strong liking"], ["taste", "a strong liking"], ["orientation", "a predisposition in favor of something"]]}, {"answer": "preference", "hint": "synonyms for preference", "clues": [["penchant", "a strong liking"], ["druthers", "the right or chance to choose"], ["predilection", "a strong liking"], ["taste", "a strong liking"], ["orientation", "a predisposition in favor of something"]]}, {"answer": "prefrontal_leucotomy", "hint": "synonyms for prefrontal leucotomy", "clues": [["leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["prefrontal leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"]]}, {"answer": "prefrontal_leukotomy", "hint": "synonyms for prefrontal leukotomy", "clues": [["leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["prefrontal leucotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"]]}, {"answer": "prefrontal_lobotomy", "hint": "synonyms for prefrontal lobotomy", "clues": [["leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["prefrontal leucotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes"]]}, {"answer": "prelims", "hint": "synonyms for prelims", "clues": [["prelim", "a minor match preceding the main event"], ["preliminary examination", "an examination taken by graduate students to determine their fitness to continue"], ["preliminary exam", "an examination taken by graduate students to determine their fitness to continue"], ["preliminary", "a minor match preceding the main event"], ["front matter", "written matter preceding the main text of a book"]]}, {"answer": "premonition", "hint": "synonyms for premonition", "clues": [["foreboding", "a feeling of evil to come"], ["presentiment", "a feeling of evil to come"], ["boding", "a feeling of evil to come"], ["forewarning", "an early warning about a future event"]]}, {"answer": "preparation", "hint": "synonyms for preparation", "clues": [["provision", "the cognitive process of thinking about what you will do in the event of something happening"], ["training", "activity leading to skilled behavior"], ["formulation", "a substance prepared according to a formula"], ["prep", "preparatory school work done outside school (especially at home)"], ["homework", "preparatory school work done outside school (especially at home)"], ["grooming", "activity leading to skilled behavior"], ["readying", "the activity of putting or setting in order in advance of some act or purpose"], ["cookery", "the act of preparing something (as food) by the application of heat"], ["planning", "the cognitive process of thinking about what you will do in the event of something happening"], ["cooking", "the act of preparing something (as food) by the application of heat"]]}, {"answer": "prepossession", "hint": "synonyms for prepossession", "clues": [["preconception", "an opinion formed beforehand without adequate evidence"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence"], ["preconceived idea", "an opinion formed beforehand without adequate evidence"], ["parti pris", "an opinion formed beforehand without adequate evidence"]]}, {"answer": "presage", "hint": "synonyms for presage", "clues": [["omen", "a sign of something about to happen"], ["prodigy", "a sign of something about to happen"], ["portent", "a sign of something about to happen"], ["prognostication", "a sign of something about to happen"], ["prognostic", "a sign of something about to happen"]]}, {"answer": "presence", "hint": "synonyms for presence", "clues": [["bearing", "dignified manner or conduct"], ["comportment", "dignified manner or conduct"], ["front", "the immediate proximity of someone or something"], ["mien", "dignified manner or conduct"]]}, {"answer": "presentation", "hint": "synonyms for presentation", "clues": [["display", "a visual representation of something"], ["demonstration", "a show or display; the act of presenting something to sight or view"], ["intro", "formally making a person known to another or to the public"], ["introduction", "formally making a person known to another or to the public"], ["presentment", "a show or display; the act of presenting something to sight or view"]]}, {"answer": "press", "hint": "synonyms for press", "clues": [["crush", "a dense crowd of people"], ["closet", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes"], ["pressing", "the act of pressing; the exertion of pressure"], ["wardrobe", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes"], ["printing press", "a machine used for printing"], ["jam", "a dense crowd of people"], ["mechanical press", "any machine that exerts pressure to form or shape or cut materials or extract liquids or compress solids"], ["military press", "a weightlift in which the barbell is lifted to shoulder height and then smoothly lifted overhead"], ["pressure", "the act of pressing; the exertion of pressure"], ["public press", "the print media responsible for gathering and publishing news in the form of newspapers or magazines"]]}, {"answer": "press_agency", "hint": "synonyms for press agency", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically"]]}, {"answer": "press_association", "hint": "synonyms for press association", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically"]]}, {"answer": "press_clipping", "hint": "synonyms for press clipping", "clues": [["newspaper clipping", "an excerpt cut from a newspaper or magazine"], ["clipping", "an excerpt cut from a newspaper or magazine"], ["cutting", "an excerpt cut from a newspaper or magazine"], ["press cutting", "an excerpt cut from a newspaper or magazine"]]}, {"answer": "press_cutting", "hint": "synonyms for press cutting", "clues": [["newspaper clipping", "an excerpt cut from a newspaper or magazine"], ["clipping", "an excerpt cut from a newspaper or magazine"], ["cutting", "an excerpt cut from a newspaper or magazine"], ["press clipping", "an excerpt cut from a newspaper or magazine"]]}, {"answer": "pressure", "hint": "synonyms for pressure", "clues": [["pressure level", "the force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)"], ["pressing", "the act of pressing; the exertion of pressure"], ["pressure sensation", "the somatic sensation that results from applying force to an area of skin"], ["atmospheric pressure", "the pressure exerted by the atmosphere"], ["air pressure", "the pressure exerted by the atmosphere"], ["force per unit area", "the force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)"]]}, {"answer": "pressure-feed_lubricating_system", "hint": "synonyms for pressure-feed lubricating system", "clues": [["lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"], ["force-feed lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"], ["pressure feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"], ["force feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings"]]}, {"answer": "presumption", "hint": "synonyms for presumption", "clues": [["given", "an assumption that is taken for granted"], ["presumptuousness", "audacious (even arrogant) behavior that you have no right to"], ["effrontery", "audacious (even arrogant) behavior that you have no right to"], ["assumption", "audacious (even arrogant) behavior that you have no right to"], ["precondition", "an assumption that is taken for granted"]]}, {"answer": "pretence", "hint": "synonyms for pretence", "clues": [["pretending", "the act of giving a false appearance"], ["make-believe", "imaginative intellectual play"], ["pretense", "a false or unsupportable quality"], ["simulation", "the act of giving a false appearance"], ["pretension", "a false or unsupportable quality"], ["feigning", "pretending with intention to deceive"], ["pretext", "an artful or simulated semblance"], ["guise", "an artful or simulated semblance"], ["dissembling", "pretending with intention to deceive"]]}, {"answer": "pretense", "hint": "synonyms for pretense", "clues": [["pretending", "the act of giving a false appearance"], ["make-believe", "imaginative intellectual play"], ["pretence", "an artful or simulated semblance"], ["simulation", "the act of giving a false appearance"], ["pretension", "a false or unsupportable quality"], ["feigning", "pretending with intention to deceive"], ["pretext", "an artful or simulated semblance"], ["guise", "an artful or simulated semblance"], ["dissembling", "pretending with intention to deceive"]]}, {"answer": "pretentiousness", "hint": "synonyms for pretentiousness", "clues": [["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretension", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["largeness", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "prevarication", "hint": "synonyms for prevarication", "clues": [["equivocation", "intentionally vague or ambiguous"], ["fabrication", "the deliberate act of deviating from the truth"], ["lie", "a statement that deviates from or perverts the truth"], ["evasiveness", "intentionally vague or ambiguous"], ["lying", "the deliberate act of deviating from the truth"]]}, {"answer": "prevision", "hint": "synonyms for prevision", "clues": [["farsightedness", "seeing ahead; knowing in advance; foreseeing"], ["prediction", "the act of predicting (as by reasoning about the future)"], ["prescience", "the power to foresee the future"], ["prospicience", "seeing ahead; knowing in advance; foreseeing"], ["anticipation", "the act of predicting (as by reasoning about the future)"], ["foresight", "seeing ahead; knowing in advance; foreseeing"]]}, {"answer": "price", "hint": "synonyms for price", "clues": [["damage", "the amount of money needed to purchase something"], ["cost", "value measured by what must be given or done or undergone to obtain something"], ["monetary value", "the property of having material worth (often indicated by the amount of money something would bring if sold)"], ["toll", "value measured by what must be given or done or undergone to obtain something"], ["terms", "the amount of money needed to purchase something"]]}, {"answer": "price_of_admission", "hint": "synonyms for price of admission", "clues": [["admission", "the fee charged for admission"], ["admission price", "the fee charged for admission"], ["entrance money", "the fee charged for admission"], ["entrance fee", "the fee charged for admission"], ["admission fee", "the fee charged for admission"], ["admission charge", "the fee charged for admission"]]}, {"answer": "prick", "hint": "synonyms for prick", "clues": [["scratch", "a depression scratched or carved into a surface"], ["pricking", "the act of puncturing with a small point"], ["slit", "a depression scratched or carved into a surface"], ["incision", "a depression scratched or carved into a surface"], ["dent", "a depression scratched or carved into a surface"]]}, {"answer": "primer", "hint": "synonyms for primer", "clues": [["primer coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming", "the first or preliminary coat of paint or size applied to a surface"], ["fuze", "any igniter that is used to initiate the burning of a propellant"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface"], ["fuse", "any igniter that is used to initiate the burning of a propellant"], ["ground", "the first or preliminary coat of paint or size applied to a surface"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface"]]}, {"answer": "primer_coat", "hint": "synonyms for primer coat", "clues": [["priming coat", "the first or preliminary coat of paint or size applied to a surface"], ["primer", "the first or preliminary coat of paint or size applied to a surface"], ["ground", "the first or preliminary coat of paint or size applied to a surface"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming", "the first or preliminary coat of paint or size applied to a surface"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface"]]}, {"answer": "priming", "hint": "synonyms for priming", "clues": [["primer coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface"], ["primer", "any igniter that is used to initiate the burning of a propellant"], ["fuze", "any igniter that is used to initiate the burning of a propellant"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface"], ["fuse", "any igniter that is used to initiate the burning of a propellant"], ["ground", "the first or preliminary coat of paint or size applied to a surface"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface"]]}, {"answer": "priming_coat", "hint": "synonyms for priming coat", "clues": [["primer coat", "the first or preliminary coat of paint or size applied to a surface"], ["primer", "the first or preliminary coat of paint or size applied to a surface"], ["ground", "the first or preliminary coat of paint or size applied to a surface"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming", "the first or preliminary coat of paint or size applied to a surface"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface"]]}, {"answer": "primitive_art", "hint": "synonyms for primitive art", "clues": [["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"]]}, {"answer": "prison-breaking", "hint": "synonyms for prison-breaking", "clues": [["gaolbreak", "an escape from jail"], ["breakout", "an escape from jail"], ["jailbreak", "an escape from jail"], ["break", "an escape from jail"], ["prisonbreak", "an escape from jail"]]}, {"answer": "prison_camp", "hint": "synonyms for prison camp", "clues": [["internment camp", "a camp for prisoners of war"], ["prisoner of war camp", "a camp for prisoners of war"], ["work camp", "a camp for trustworthy prisoners employed in government projects"], ["prison farm", "a camp for trustworthy prisoners employed in government projects"]]}, {"answer": "prisonbreak", "hint": "synonyms for prisonbreak", "clues": [["gaolbreak", "an escape from jail"], ["breakout", "an escape from jail"], ["prison-breaking", "an escape from jail"], ["jailbreak", "an escape from jail"], ["break", "an escape from jail"]]}, {"answer": "procedure", "hint": "synonyms for procedure", "clues": [["process", "a particular course of action intended to achieve a result"], ["subprogram", "a set sequence of steps, part of larger computer program"], ["subroutine", "a set sequence of steps, part of larger computer program"], ["function", "a set sequence of steps, part of larger computer program"], ["operation", "a process or series of acts especially of a practical or mechanical nature involved in a particular form of work"], ["routine", "a set sequence of steps, part of larger computer program"]]}, {"answer": "proceedings", "hint": "synonyms for proceedings", "clues": [["transactions", "a written account of what transpired at a meeting"], ["proceeding", "(law) the institution of a sequence of steps by which legal judgments are invoked"], ["minutes", "a written account of what transpired at a meeting"], ["legal proceeding", "(law) the institution of a sequence of steps by which legal judgments are invoked"]]}, {"answer": "proceeds", "hint": "synonyms for proceeds", "clues": [["yield", "the income or profit arising from such transactions as the sale of land or other property"], ["takings", "the income or profit arising from such transactions as the sale of land or other property"], ["take", "the income or profit arising from such transactions as the sale of land or other property"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property"], ["return", "the income or profit arising from such transactions as the sale of land or other property"], ["issue", "the income or profit arising from such transactions as the sale of land or other property"]]}, {"answer": "process", "hint": "synonyms for process", "clues": [["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["procedure", "a particular course of action intended to achieve a result"], ["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["physical process", "a sustained phenomenon or one marked by gradual changes through a series of states"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents"], ["summons", "a writ issued by authority of law; usually compels the defendant's attendance in a civil suit; failure to appear results in a default judgment against the defendant"], ["unconscious process", "a mental process that you are not directly aware of"]]}, {"answer": "procession", "hint": "synonyms for procession", "clues": [["rise", "(theology) the origination of the Holy Spirit at Pentecost"], ["emanation", "(theology) the origination of the Holy Spirit at Pentecost"], ["progress", "the act of moving forward (as toward a goal)"], ["onward motion", "the act of moving forward (as toward a goal)"], ["advancement", "the act of moving forward (as toward a goal)"], ["advance", "the act of moving forward (as toward a goal)"], ["progression", "the act of moving forward (as toward a goal)"]]}, {"answer": "proclamation", "hint": "synonyms for proclamation", "clues": [["annunciation", "a formal public statement"], ["promulgation", "the formal act of proclaiming; giving public notice"], ["declaration", "a formal public statement"], ["announcement", "a formal public statement"]]}, {"answer": "prod", "hint": "synonyms for prod", "clues": [["urging", "a verbalization that encourages you to attempt something"], ["prodding", "a verbalization that encourages you to attempt something"], ["spur", "a verbalization that encourages you to attempt something"], ["goad", "a verbalization that encourages you to attempt something"], ["spurring", "a verbalization that encourages you to attempt something"]]}, {"answer": "prodding", "hint": "synonyms for prodding", "clues": [["urging", "a verbalization that encourages you to attempt something"], ["prod", "a verbalization that encourages you to attempt something"], ["spur", "a verbalization that encourages you to attempt something"], ["goad", "a verbalization that encourages you to attempt something"], ["spurring", "a verbalization that encourages you to attempt something"]]}, {"answer": "prodigality", "hint": "synonyms for prodigality", "clues": [["extravagance", "the trait of spending extravagantly"], ["profligacy", "the trait of spending extravagantly"], ["lavishness", "excessive spending"], ["high life", "excessive spending"]]}, {"answer": "prodigy", "hint": "synonyms for prodigy", "clues": [["omen", "a sign of something about to happen"], ["portent", "a sign of something about to happen"], ["prognostication", "a sign of something about to happen"], ["presage", "a sign of something about to happen"], ["prognostic", "a sign of something about to happen"]]}, {"answer": "product", "hint": "synonyms for product", "clues": [["merchandise", "commodities offered for sale"], ["intersection", "the set of elements common to two or more sets"], ["production", "an artifact that has been created by someone or some process"], ["ware", "commodities offered for sale"], ["mathematical product", "a quantity obtained by multiplication"]]}, {"answer": "product_line", "hint": "synonyms for product line", "clues": [["line of business", "a particular kind of product or merchandise"], ["line of products", "a particular kind of product or merchandise"], ["line", "a particular kind of product or merchandise"], ["line of merchandise", "a particular kind of product or merchandise"], ["business line", "a particular kind of product or merchandise"]]}, {"answer": "profit", "hint": "synonyms for profit", "clues": [["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["gain", "the advantageous quality of being beneficial"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["profits", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"]]}, {"answer": "profitableness", "hint": "synonyms for profitableness", "clues": [["lucrativeness", "the quality of affording gain or benefit or profit"], ["positiveness", "the quality of being encouraging or promising of a successful outcome"], ["profitability", "the quality of affording gain or benefit or profit"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome"], ["gainfulness", "the quality of affording gain or benefit or profit"], ["favorableness", "the quality of being encouraging or promising of a successful outcome"], ["positivity", "the quality of being encouraging or promising of a successful outcome"]]}, {"answer": "profits", "hint": "synonyms for profits", "clues": [["gain", "the advantageous quality of being beneficial"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["winnings", "something won (especially money)"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["win", "something won (especially money)"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)"], ["profit", "the advantageous quality of being beneficial"]]}, {"answer": "profligacy", "hint": "synonyms for profligacy", "clues": [["extravagance", "the trait of spending extravagantly"], ["prodigality", "the trait of spending extravagantly"], ["dissolution", "dissolute indulgence in sensual pleasure"], ["licentiousness", "dissolute indulgence in sensual pleasure"], ["dissipation", "dissolute indulgence in sensual pleasure"], ["looseness", "dissolute indulgence in sensual pleasure"]]}, {"answer": "profoundness", "hint": "synonyms for profoundness", "clues": [["reconditeness", "wisdom that is recondite and abstruse and profound"], ["astuteness", "the intellectual ability to penetrate deeply into ideas"], ["profundity", "the quality of being physically deep"], ["abstruseness", "wisdom that is recondite and abstruse and profound"], ["depth", "the intellectual ability to penetrate deeply into ideas"], ["deepness", "the intellectual ability to penetrate deeply into ideas"], ["abstrusity", "wisdom that is recondite and abstruse and profound"]]}, {"answer": "profundity", "hint": "synonyms for profundity", "clues": [["profoundness", "the quality of being physically deep"], ["reconditeness", "wisdom that is recondite and abstruse and profound"], ["astuteness", "the intellectual ability to penetrate deeply into ideas"], ["abstruseness", "wisdom that is recondite and abstruse and profound"], ["depth", "the intellectual ability to penetrate deeply into ideas"], ["deepness", "the intellectual ability to penetrate deeply into ideas"], ["abstrusity", "wisdom that is recondite and abstruse and profound"]]}, {"answer": "prognostication", "hint": "synonyms for prognostication", "clues": [["omen", "a sign of something about to happen"], ["prediction", "a statement made about the future"], ["prodigy", "a sign of something about to happen"], ["portent", "a sign of something about to happen"], ["forecasting", "a statement made about the future"], ["foretelling", "a statement made about the future"], ["prognostic", "a sign of something about to happen"], ["vaticination", "knowledge of the future (usually said to be obtained from a divine source)"], ["prophecy", "knowledge of the future (usually said to be obtained from a divine source)"], ["presage", "a sign of something about to happen"]]}, {"answer": "program", "hint": "synonyms for program", "clues": [["plan", "a series of steps to be carried out or goals to be accomplished"], ["computer program", "(computer science) a sequence of instructions that a computer can interpret and execute"], ["programme", "a performance (or series of performances) at a public presentation"], ["curriculum", "an integrated course of academic studies"], ["political program", "a document stating the aims and principles of a political party"], ["syllabus", "an integrated course of academic studies"], ["broadcast", "a radio or television show"], ["political platform", "a document stating the aims and principles of a political party"], ["platform", "a document stating the aims and principles of a political party"], ["course of study", "an integrated course of academic studies"]]}, {"answer": "programme", "hint": "synonyms for programme", "clues": [["plan", "a series of steps to be carried out or goals to be accomplished"], ["computer program", "(computer science) a sequence of instructions that a computer can interpret and execute"], ["curriculum", "an integrated course of academic studies"], ["program", "a series of steps to be carried out or goals to be accomplished"], ["syllabus", "an integrated course of academic studies"], ["broadcast", "a radio or television show"], ["course of study", "an integrated course of academic studies"]]}, {"answer": "progress", "hint": "synonyms for progress", "clues": [["advance", "a movement forward"], ["progression", "a movement forward"], ["onward motion", "the act of moving forward (as toward a goal)"], ["advancement", "gradual improvement or growth or development"]]}, {"answer": "progression", "hint": "synonyms for progression", "clues": [["advance", "a movement forward"], ["progress", "the act of moving forward (as toward a goal)"], ["onward motion", "the act of moving forward (as toward a goal)"], ["procession", "the act of moving forward (as toward a goal)"], ["advancement", "the act of moving forward (as toward a goal)"], ["patterned advance", "a series with a definite pattern of advance"]]}, {"answer": "progressive_tense", "hint": "synonyms for progressive tense", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going"], ["imperfect", "a tense of verbs used in describing action that is on-going"], ["progressive", "a tense of verbs used in describing action that is on-going"], ["continuous tense", "a tense of verbs used in describing action that is on-going"]]}, {"answer": "prohibition", "hint": "synonyms for prohibition", "clues": [["proscription", "a decree that prohibits something"], ["inhibition", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)"], ["ban", "a decree that prohibits something"], ["forbiddance", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)"], ["prohibition era", "the period from 1920 to 1933 when the sale of alcoholic beverages was prohibited in the United States by a constitutional amendment"]]}, {"answer": "project", "hint": "synonyms for project", "clues": [["projection", "a planned undertaking"], ["labor", "any piece of work that is undertaken or attempted"], ["undertaking", "any piece of work that is undertaken or attempted"], ["task", "any piece of work that is undertaken or attempted"]]}, {"answer": "projection", "hint": "synonyms for projection", "clues": [["ejection", "the act of expelling or projecting or ejecting"], ["sound projection", "the acoustic phenomenon that gives sound a penetrating quality"], ["jutting", "the act of projecting out from something"], ["acoustic projection", "the acoustic phenomenon that gives sound a penetrating quality"], ["jut", "the act of projecting out from something"], ["expulsion", "the act of expelling or projecting or ejecting"], ["protrusion", "the act of projecting out from something"], ["project", "a planned undertaking"], ["forcing out", "the act of expelling or projecting or ejecting"]]}, {"answer": "prolixity", "hint": "synonyms for prolixity", "clues": [["windiness", "boring verbosity"], ["long-windedness", "boring verbosity"], ["wordiness", "boring verbosity"], ["prolixness", "boring verbosity"]]}, {"answer": "prolixness", "hint": "synonyms for prolixness", "clues": [["windiness", "boring verbosity"], ["long-windedness", "boring verbosity"], ["prolixity", "boring verbosity"], ["wordiness", "boring verbosity"]]}, {"answer": "prolongation", "hint": "synonyms for prolongation", "clues": [["protraction", "the act of prolonging something"], ["perpetuation", "the act of prolonging something"], ["lengthiness", "the consequence of being lengthened in duration"], ["lengthening", "the act of prolonging something"], ["extension", "amount or degree or range to which something extends"], ["continuation", "the consequence of being lengthened in duration"]]}, {"answer": "prolusion", "hint": "synonyms for prolusion", "clues": [["foreword", "a short introductory essay preceding the text of a book"], ["warm-up", "exercising in preparation for strenuous activity"], ["tune-up", "exercising in preparation for strenuous activity"], ["preface", "a short introductory essay preceding the text of a book"]]}, {"answer": "promenade", "hint": "synonyms for promenade", "clues": [["stroll", "a leisurely walk (usually in some public place)"], ["saunter", "a leisurely walk (usually in some public place)"], ["perambulation", "a leisurely walk (usually in some public place)"], ["mall", "a public area set aside as a pedestrian walk"], ["amble", "a leisurely walk (usually in some public place)"], ["prom", "a formal ball held for a school class toward the end of the academic year"]]}, {"answer": "prominence", "hint": "synonyms for prominence", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "promotion", "hint": "synonyms for promotion", "clues": [["furtherance", "the advancement of some enterprise"], ["advancement", "encouragement of the progress or growth or acceptance of something"], ["packaging", "a message issued in behalf of some product or cause or idea or person or institution"], ["forwarding", "the advancement of some enterprise"], ["publicity", "a message issued in behalf of some product or cause or idea or person or institution"], ["promotional material", "a message issued in behalf of some product or cause or idea or person or institution"]]}, {"answer": "propensity", "hint": "synonyms for propensity", "clues": [["leaning", "an inclination to do something"], ["aptness", "a disposition to behave in a certain way"], ["proclivity", "a natural inclination"], ["tendency", "an inclination to do something"]]}, {"answer": "property", "hint": "synonyms for property", "clues": [["prop", "any movable articles or objects used on the set of a play or movie"], ["dimension", "a construct whereby objects or individuals can be distinguished"], ["place", "any area set aside for a particular purpose"], ["attribute", "a construct whereby objects or individuals can be distinguished"], ["holding", "something owned; any tangible or intangible possession that is owned by someone"], ["belongings", "something owned; any tangible or intangible possession that is owned by someone"]]}, {"answer": "prophylactic_device", "hint": "synonyms for prophylactic device", "clues": [["contraceptive", "an agent or device intended to prevent conception"], ["contraceptive device", "an agent or device intended to prevent conception"], ["preventative", "an agent or device intended to prevent conception"], ["birth control device", "an agent or device intended to prevent conception"]]}, {"answer": "propitiation", "hint": "synonyms for propitiation", "clues": [["expiation", "the act of atoning for sin or wrongdoing (especially appeasing a deity)"], ["conciliation", "the act of placating and overcoming distrust and animosity"], ["atonement", "the act of atoning for sin or wrongdoing (especially appeasing a deity)"], ["placation", "the act of placating and overcoming distrust and animosity"]]}, {"answer": "proportion", "hint": "synonyms for proportion", "clues": [["ratio", "the relation between things (or parts of things) with respect to their comparative quantity, magnitude, or degree"], ["dimension", "magnitude or extent"], ["symmetry", "balance among the parts of something"], ["balance", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin"], ["proportionality", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin"]]}, {"answer": "proposal", "hint": "synonyms for proposal", "clues": [["proposition", "the act of making a proposal"], ["marriage proposal", "an offer of marriage"], ["proposal of marriage", "an offer of marriage"], ["marriage offer", "an offer of marriage"]]}, {"answer": "props", "hint": "synonyms for props", "clues": [["prop", "any movable articles or objects used on the set of a play or movie"], ["airplane propeller", "a propeller that rotates to push against air"], ["property", "any movable articles or objects used on the set of a play or movie"], ["airscrew", "a propeller that rotates to push against air"]]}, {"answer": "prosody", "hint": "synonyms for prosody", "clues": [["poetic rhythm", "(prosody) a system of versification"], ["rhythmic pattern", "(prosody) a system of versification"], ["metrics", "the study of poetic meter and the art of versification"], ["inflection", "the patterns of stress and intonation in a language"]]}, {"answer": "prospect", "hint": "synonyms for prospect", "clues": [["outlook", "belief about (or mental picture of) the future"], ["medical prognosis", "a prediction of the course of a disease"], ["panorama", "the visual percept of a region"], ["scene", "the visual percept of a region"], ["vista", "the visual percept of a region"], ["view", "the visual percept of a region"], ["prognosis", "a prediction of the course of a disease"], ["expectation", "belief about (or mental picture of) the future"], ["aspect", "the visual percept of a region"]]}, {"answer": "protection", "hint": "synonyms for protection", "clues": [["tribute", "payment extorted by gangsters on threat of violence"], ["protective cover", "a covering that is intend to protect from damage or injury"], ["security", "defense against financial failure; financial independence"], ["aegis", "kindly endorsement and guidance"], ["trade protection", "the imposition of duties or quotas on imports in order to protect domestic industry against foreign competition"], ["auspices", "kindly endorsement and guidance"]]}, {"answer": "protoheme", "hint": "synonyms for protoheme", "clues": [["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds"]]}, {"answer": "protraction", "hint": "synonyms for protraction", "clues": [["lengthiness", "the consequence of being lengthened in duration"], ["perpetuation", "the act of prolonging something"], ["lengthening", "the act of prolonging something"], ["prolongation", "the consequence of being lengthened in duration"], ["continuation", "the consequence of being lengthened in duration"]]}, {"answer": "protrusion", "hint": "synonyms for protrusion", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["jutting", "the act of projecting out from something"], ["projection", "the act of projecting out from something"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "the act of projecting out from something"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "protuberance", "hint": "synonyms for protuberance", "clues": [["swelling", "something that bulges out or is protuberant or projects from its surroundings"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "provenance", "hint": "synonyms for provenance", "clues": [["provenience", "where something originated or was nurtured in its early existence"], ["cradle", "where something originated or was nurtured in its early existence"], ["place of origin", "where something originated or was nurtured in its early existence"], ["birthplace", "where something originated or was nurtured in its early existence"]]}, {"answer": "provender", "hint": "synonyms for provender", "clues": [["feed", "food for domestic livestock"], ["commissariat", "a stock or supply of foods"], ["provisions", "a stock or supply of foods"], ["viands", "a stock or supply of foods"], ["victuals", "a stock or supply of foods"]]}, {"answer": "provenience", "hint": "synonyms for provenience", "clues": [["cradle", "where something originated or was nurtured in its early existence"], ["place of origin", "where something originated or was nurtured in its early existence"], ["provenance", "where something originated or was nurtured in its early existence"], ["birthplace", "where something originated or was nurtured in its early existence"]]}, {"answer": "proverbs", "hint": "synonyms for proverbs", "clues": [["byword", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people"], ["adage", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people"], ["saw", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people"], ["proverb", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people"]]}, {"answer": "provision", "hint": "synonyms for provision", "clues": [["planning", "the cognitive process of thinking about what you will do in the event of something happening"], ["supply", "the activity of supplying or providing something"], ["preparation", "the cognitive process of thinking about what you will do in the event of something happening"], ["proviso", "a stipulated condition"]]}, {"answer": "provisions", "hint": "synonyms for provisions", "clues": [["provision", "the activity of supplying or providing something"], ["provender", "a stock or supply of foods"], ["commissariat", "a stock or supply of foods"], ["supply", "the activity of supplying or providing something"], ["preparation", "the cognitive process of thinking about what you will do in the event of something happening"], ["viands", "a stock or supply of foods"], ["victuals", "a stock or supply of foods"], ["planning", "the cognitive process of thinking about what you will do in the event of something happening"]]}, {"answer": "provocation", "hint": "synonyms for provocation", "clues": [["irritation", "unfriendly behavior that causes anger or resentment"], ["incitation", "something that incites or provokes; a means of arousing or stirring to action"], ["incitement", "something that incites or provokes; a means of arousing or stirring to action"], ["aggravation", "unfriendly behavior that causes anger or resentment"]]}, {"answer": "prowl_car", "hint": "synonyms for prowl car", "clues": [["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"]]}, {"answer": "prurience", "hint": "synonyms for prurience", "clues": [["carnality", "feeling morbid sexual desire or a propensity to lewdness"], ["lubricity", "feeling morbid sexual desire or a propensity to lewdness"], ["pruriency", "feeling morbid sexual desire or a propensity to lewdness"], ["lasciviousness", "feeling morbid sexual desire or a propensity to lewdness"]]}, {"answer": "pruriency", "hint": "synonyms for pruriency", "clues": [["carnality", "feeling morbid sexual desire or a propensity to lewdness"], ["lubricity", "feeling morbid sexual desire or a propensity to lewdness"], ["prurience", "feeling morbid sexual desire or a propensity to lewdness"], ["lasciviousness", "feeling morbid sexual desire or a propensity to lewdness"]]}, {"answer": "ps", "hint": "synonyms for ps", "clues": [["p", "the 16th letter of the Roman alphabet"], ["postscript", "a note appended to a letter after the signature"], ["phosphorus", "a multivalent nonmetallic element of the nitrogen family that occurs commonly in inorganic phosphate rocks and as organic phosphates in all living cells; is highly reactive and occurs in several allotropic forms"], ["atomic number 15", "a multivalent nonmetallic element of the nitrogen family that occurs commonly in inorganic phosphate rocks and as organic phosphates in all living cells; is highly reactive and occurs in several allotropic forms"]]}, {"answer": "psyche", "hint": "synonyms for psyche", "clues": [["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason"]]}, {"answer": "psychiatric_hospital", "hint": "synonyms for psychiatric hospital", "clues": [["mental home", "a hospital for mentally incompetent or unbalanced person"], ["institution", "a hospital for mentally incompetent or unbalanced person"], ["mental institution", "a hospital for mentally incompetent or unbalanced person"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person"], ["asylum", "a hospital for mentally incompetent or unbalanced person"]]}, {"answer": "pteroylglutamic_acid", "hint": "synonyms for pteroylglutamic acid", "clues": [["pteroylmonoglutamic acid", "a B vitamin that is essential for cell growth and reproduction"], ["folacin", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction"], ["folate", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction"], ["folic acid", "a B vitamin that is essential for cell growth and reproduction"]]}, {"answer": "pteroylmonoglutamic_acid", "hint": "synonyms for pteroylmonoglutamic acid", "clues": [["folic acid", "a B vitamin that is essential for cell growth and reproduction"], ["folacin", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction"], ["pteroylglutamic acid", "a B vitamin that is essential for cell growth and reproduction"], ["folate", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction"]]}, {"answer": "pub", "hint": "synonyms for pub", "clues": [["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"]]}, {"answer": "public_convenience", "hint": "synonyms for public convenience", "clues": [["convenience", "a toilet that is available to the public"], ["comfort station", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["wash room", "a toilet that is available to the public"], ["public lavatory", "a toilet that is available to the public"], ["restroom", "a toilet that is available to the public"], ["public toilet", "a toilet that is available to the public"]]}, {"answer": "public_house", "hint": "synonyms for public house", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"]]}, {"answer": "public_lavatory", "hint": "synonyms for public lavatory", "clues": [["convenience", "a toilet that is available to the public"], ["comfort station", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["wash room", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["restroom", "a toilet that is available to the public"], ["public toilet", "a toilet that is available to the public"]]}, {"answer": "public_mover", "hint": "synonyms for public mover", "clues": [["removal firm", "a company that moves the possessions of a family or business from one site to another"], ["mover", "a company that moves the possessions of a family or business from one site to another"], ["removal company", "a company that moves the possessions of a family or business from one site to another"], ["moving company", "a company that moves the possessions of a family or business from one site to another"]]}, {"answer": "public_toilet", "hint": "synonyms for public toilet", "clues": [["convenience", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["wash room", "a toilet that is available to the public"], ["public lavatory", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["restroom", "a toilet that is available to the public"], ["comfort station", "a toilet that is available to the public"]]}, {"answer": "puffiness", "hint": "synonyms for puffiness", "clues": [["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "puking", "hint": "synonyms for puking", "clues": [["vomit", "the reflex act of ejecting the contents of the stomach through the mouth"], ["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth"]]}, {"answer": "pull", "hint": "synonyms for pull", "clues": [["pulling", "the act of pulling; applying force to move something toward or with you"], ["clout", "special advantage or influence"], ["drag", "a slow inhalation (as of tobacco smoke)"], ["puff", "a slow inhalation (as of tobacco smoke)"]]}, {"answer": "pulling_out", "hint": "synonyms for pulling out", "clues": [["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"]]}, {"answer": "pulpit", "hint": "synonyms for pulpit", "clues": [["stump", "a platform raised above the surrounding level to give prominence to the person on it"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it"], ["ambo", "a platform raised above the surrounding level to give prominence to the person on it"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it"]]}, {"answer": "pulsation", "hint": "synonyms for pulsation", "clues": [["impulse", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["pulsing", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"]]}, {"answer": "pulse", "hint": "synonyms for pulse", "clues": [["impulse", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["pulsation", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["pulsing", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["pulse rate", "the rate at which the heart beats; usually measured to obtain a quick evaluation of a person's health"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart"], ["heart rate", "the rate at which the heart beats; usually measured to obtain a quick evaluation of a person's health"]]}, {"answer": "pulverisation", "hint": "synonyms for pulverisation", "clues": [["grind", "the act of grinding to a powder or dust"], ["powder", "a solid substance in the form of tiny loose particles; a solid that has been pulverized"], ["pulverization", "the act of grinding to a powder or dust"], ["mill", "the act of grinding to a powder or dust"]]}, {"answer": "pulverization", "hint": "synonyms for pulverization", "clues": [["grind", "the act of grinding to a powder or dust"], ["powder", "a solid substance in the form of tiny loose particles; a solid that has been pulverized"], ["pulverisation", "the act of grinding to a powder or dust"], ["mill", "the act of grinding to a powder or dust"]]}, {"answer": "punch", "hint": "synonyms for punch", "clues": [["biff", "(boxing) a blow with the fist"], ["poke", "(boxing) a blow with the fist"], ["lick", "(boxing) a blow with the fist"], ["slug", "(boxing) a blow with the fist"], ["clout", "(boxing) a blow with the fist"], ["puncher", "a tool for making holes or indentations"]]}, {"answer": "puniness", "hint": "synonyms for puniness", "clues": [["triviality", "the quality of being unimportant and petty or frivolous"], ["stuntedness", "smallness of stature"], ["pettiness", "the quality of being unimportant and petty or frivolous"], ["slightness", "the quality of being unimportant and petty or frivolous"], ["runtiness", "smallness of stature"]]}, {"answer": "punks", "hint": "synonyms for punks", "clues": [["kindling", "material for starting a fire"], ["punk", "substance that smolders when ignited; used to light fuses (especially fireworks)"], ["punk rock", "rock music with deliberately offensive lyrics expressing anger and social alienation; in part a reaction against progressive rock"], ["touchwood", "material for starting a fire"], ["tinder", "material for starting a fire"]]}, {"answer": "purgation", "hint": "synonyms for purgation", "clues": [["catharsis", "purging the body by the use of a cathartic to stimulate evacuation of the bowels"], ["purging", "the act of clearing yourself (or another) from some stigma or charge"], ["purge", "the act of clearing yourself (or another) from some stigma or charge"], ["purification", "a ceremonial cleansing from defilement or uncleanness by the performance of appropriate rites"]]}, {"answer": "purpose", "hint": "synonyms for purpose", "clues": [["determination", "the quality of being determined to do or achieve something; firmness of purpose"], ["role", "what something is used for"], ["aim", "an anticipated outcome that is intended or that guides your planned actions"], ["intention", "an anticipated outcome that is intended or that guides your planned actions"], ["design", "an anticipated outcome that is intended or that guides your planned actions"], ["use", "what something is used for"], ["function", "what something is used for"], ["intent", "an anticipated outcome that is intended or that guides your planned actions"]]}, {"answer": "pursuit", "hint": "synonyms for pursuit", "clues": [["hobby", "an auxiliary activity"], ["spare-time activity", "an auxiliary activity"], ["by-line", "an auxiliary activity"], ["following", "the act of pursuing in an effort to overtake or capture"], ["sideline", "an auxiliary activity"], ["pastime", "a diversion that occupies one's time and thoughts (usually pleasantly)"], ["pursuance", "a search for an alternative that meets cognitive criteria"], ["interest", "a diversion that occupies one's time and thoughts (usually pleasantly)"], ["avocation", "an auxiliary activity"], ["pursual", "the act of pursuing in an effort to overtake or capture"], ["quest", "a search for an alternative that meets cognitive criteria"], ["chase", "the act of pursuing in an effort to overtake or capture"]]}, {"answer": "push", "hint": "synonyms for push", "clues": [["get-up-and-go", "enterprising or ambitious drive"], ["thrust", "the force used in pushing"], ["button", "an electrical switch operated by pressing"], ["push button", "an electrical switch operated by pressing"], ["energy", "enterprising or ambitious drive"], ["pushing", "the act of applying force in order to move something away"]]}, {"answer": "pushchair", "hint": "synonyms for pushchair", "clues": [["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"]]}, {"answer": "pusher", "hint": "synonyms for pusher", "clues": [["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["zori", "a sandal attached to the foot by a thong over the toes"]]}, {"answer": "pushover", "hint": "synonyms for pushover", "clues": [["piece of cake", "any undertaking that is easy to do"], ["breeze", "any undertaking that is easy to do"], ["walkover", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["cinch", "any undertaking that is easy to do"], ["picnic", "any undertaking that is easy to do"], ["child's play", "any undertaking that is easy to do"]]}, {"answer": "put-on", "hint": "synonyms for put-on", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["antic", "a ludicrous or grotesque act done for fun and amusement"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["prank", "a ludicrous or grotesque act done for fun and amusement"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage"], ["joke", "a ludicrous or grotesque act done for fun and amusement"], ["trick", "a ludicrous or grotesque act done for fun and amusement"], ["caper", "a ludicrous or grotesque act done for fun and amusement"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "putrefaction", "hint": "synonyms for putrefaction", "clues": [["depravation", "moral perversion; impairment of virtue and moral principles"], ["depravity", "moral perversion; impairment of virtue and moral principles"], ["degeneracy", "moral perversion; impairment of virtue and moral principles"], ["decomposition", "(biology) the process of decay caused by bacterial or fungal action"], ["rot", "(biology) the process of decay caused by bacterial or fungal action"], ["corruption", "moral perversion; impairment of virtue and moral principles"], ["rotting", "(biology) the process of decay caused by bacterial or fungal action"]]}, {"answer": "puzzlement", "hint": "synonyms for puzzlement", "clues": [["befuddlement", "confusion resulting from failure to understand"], ["bewilderment", "confusion resulting from failure to understand"], ["bemusement", "confusion resulting from failure to understand"], ["mystification", "confusion resulting from failure to understand"], ["obfuscation", "confusion resulting from failure to understand"], ["bafflement", "confusion resulting from failure to understand"]]}, {"answer": "pyridoxamine", "hint": "synonyms for pyridoxamine", "clues": [["adermin", "a B vitamin that is essential for metabolism of amino acids and starch"], ["vitamin B6", "a B vitamin that is essential for metabolism of amino acids and starch"], ["pyridoxal", "a B vitamin that is essential for metabolism of amino acids and starch"], ["pyridoxine", "a B vitamin that is essential for metabolism of amino acids and starch"]]}, {"answer": "pyridoxine", "hint": "synonyms for pyridoxine", "clues": [["adermin", "a B vitamin that is essential for metabolism of amino acids and starch"], ["pyridoxal", "a B vitamin that is essential for metabolism of amino acids and starch"], ["pyridoxamine", "a B vitamin that is essential for metabolism of amino acids and starch"], ["vitamin B6", "a B vitamin that is essential for metabolism of amino acids and starch"]]}, {"answer": "quadruplet", "hint": "synonyms for quadruplet", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quadruple", "a set of four similar things considered as a unit"], ["quatern", "the cardinal number that is the sum of three and one"]]}, {"answer": "quag", "hint": "synonyms for quag", "clues": [["quagmire", "a soft wet area of low-lying land that sinks underfoot"], ["slack", "a soft wet area of low-lying land that sinks underfoot"], ["mire", "a soft wet area of low-lying land that sinks underfoot"], ["morass", "a soft wet area of low-lying land that sinks underfoot"]]}, {"answer": "quagmire", "hint": "synonyms for quagmire", "clues": [["quag", "a soft wet area of low-lying land that sinks underfoot"], ["slack", "a soft wet area of low-lying land that sinks underfoot"], ["mire", "a soft wet area of low-lying land that sinks underfoot"], ["morass", "a soft wet area of low-lying land that sinks underfoot"]]}, {"answer": "quarrel", "hint": "synonyms for quarrel", "clues": [["wrangle", "an angry dispute"], ["dustup", "an angry dispute"], ["row", "an angry dispute"], ["run-in", "an angry dispute"], ["words", "an angry dispute"]]}, {"answer": "quarter", "hint": "synonyms for quarter", "clues": [["fourth part", "one of four equal parts"], ["stern", "the rear part of a ship"], ["one-fourth", "one of four equal parts"], ["one-quarter", "one of four equal parts"], ["tail", "the rear part of a ship"], ["poop", "the rear part of a ship"], ["after part", "the rear part of a ship"], ["fourth", "one of four equal parts"], ["quartern", "one of four equal parts"], ["twenty-five percent", "one of four equal parts"]]}, {"answer": "quartern", "hint": "synonyms for quartern", "clues": [["fourth part", "one of four equal parts"], ["one-fourth", "one of four equal parts"], ["fourth", "one of four equal parts"], ["one-quarter", "one of four equal parts"], ["quarter", "one of four equal parts"], ["twenty-five percent", "one of four equal parts"]]}, {"answer": "quarters", "hint": "synonyms for quarters", "clues": [["quarter", "a fourth part of a year; three months"], ["fourth part", "one of four equal parts"], ["stern", "the rear part of a ship"], ["one-fourth", "one of four equal parts"], ["tail", "the rear part of a ship"], ["poop", "the rear part of a ship"], ["after part", "the rear part of a ship"], ["fourth", "one of four equal parts"], ["living quarters", "housing available for people to live in"], ["one-quarter", "one of four equal parts"], ["twenty-five percent", "one of four equal parts"]]}, {"answer": "quartet", "hint": "synonyms for quartet", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quadruplet", "a set of four similar things considered as a unit"], ["foursome", "the cardinal number that is the sum of three and one"], ["quartette", "a set of four similar things considered as a unit"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"]]}, {"answer": "quartz", "hint": "synonyms for quartz", "clues": [["lechatelierite", "colorless glass made of almost pure silica"], ["vitreous silica", "colorless glass made of almost pure silica"], ["quartz glass", "colorless glass made of almost pure silica"], ["crystal", "colorless glass made of almost pure silica"]]}, {"answer": "quartz_glass", "hint": "synonyms for quartz glass", "clues": [["lechatelierite", "colorless glass made of almost pure silica"], ["vitreous silica", "colorless glass made of almost pure silica"], ["quartz", "colorless glass made of almost pure silica"], ["crystal", "colorless glass made of almost pure silica"]]}, {"answer": "quatern", "hint": "synonyms for quatern", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "quaternion", "hint": "synonyms for quaternion", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "quaternity", "hint": "synonyms for quaternity", "clues": [["tetrad", "the cardinal number that is the sum of three and one"], ["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "queerness", "hint": "synonyms for queerness", "clues": [["quirkiness", "a strange attitude or habit"], ["crotchet", "a strange attitude or habit"], ["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["quirk", "a strange attitude or habit"], ["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex"], ["oddity", "a strange attitude or habit"], ["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex"]]}, {"answer": "question", "hint": "synonyms for question", "clues": [["query", "an instance of questioning"], ["interrogation", "a sentence of inquiry that asks for a reply"], ["interrogative", "a sentence of inquiry that asks for a reply"], ["motion", "a formal proposal for action made to a deliberative assembly for discussion and vote"], ["head", "the subject matter at issue"], ["interrogative sentence", "a sentence of inquiry that asks for a reply"], ["dubiousness", "uncertainty about the truth or factuality or existence of something"], ["inquiry", "an instance of questioning"], ["doubtfulness", "uncertainty about the truth or factuality or existence of something"], ["doubt", "uncertainty about the truth or factuality or existence of something"]]}, {"answer": "quicklime", "hint": "synonyms for quicklime", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "quickness", "hint": "synonyms for quickness", "clues": [["rapidity", "a rate that is rapid"], ["celerity", "a rate that is rapid"], ["adroitness", "skillful performance or ability without difficulty"], ["speediness", "a rate that is rapid"], ["mental quickness", "intelligence as revealed by an ability to give correct responses without delay"], ["quick-wittedness", "intelligence as revealed by an ability to give correct responses without delay"], ["adeptness", "skillful performance or ability without difficulty"], ["rapidness", "a rate that is rapid"], ["facility", "skillful performance or ability without difficulty"], ["deftness", "skillful performance or ability without difficulty"]]}, {"answer": "quid", "hint": "synonyms for quid", "clues": [["pound sterling", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence"], ["wad", "a wad of something chewable as tobacco"], ["pound", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence"], ["chew", "a wad of something chewable as tobacco"], ["chaw", "a wad of something chewable as tobacco"], ["quid pro quo", "something for something; that which a party receives (or is promised) in return for something he does or gives or promises"], ["plug", "a wad of something chewable as tobacco"], ["cud", "a wad of something chewable as tobacco"]]}, {"answer": "quint", "hint": "synonyms for quint", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuplet", "the cardinal number that is the sum of four and one"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "quintal", "hint": "synonyms for quintal", "clues": [["hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["cwt", "a United States unit of weight equivalent to 100 pounds"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["centner", "a United States unit of weight equivalent to 100 pounds"], ["cental", "a United States unit of weight equivalent to 100 pounds"]]}, {"answer": "quintet", "hint": "synonyms for quintet", "clues": [["5", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fivesome", "five people considered as a unit"], ["fin", "the cardinal number that is the sum of four and one"], ["quintuplet", "a set of five similar things considered as a unit"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintette", "five people considered as a unit"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "quintuplet", "hint": "synonyms for quintuplet", "clues": [["5", "the cardinal number that is the sum of four and one"], ["quintet", "the cardinal number that is the sum of four and one"], ["pentad", "the cardinal number that is the sum of four and one"], ["quint", "the cardinal number that is the sum of four and one"], ["fin", "the cardinal number that is the sum of four and one"], ["cinque", "the cardinal number that is the sum of four and one"], ["quintuple", "a set of five similar things considered as a unit"], ["fivesome", "the cardinal number that is the sum of four and one"], ["five", "the cardinal number that is the sum of four and one"]]}, {"answer": "quip", "hint": "synonyms for quip", "clues": [["epigram", "a witty saying"], ["crack", "witty remark"], ["sally", "witty remark"], ["wisecrack", "witty remark"]]}, {"answer": "quirk", "hint": "synonyms for quirk", "clues": [["quirkiness", "a strange attitude or habit"], ["crotchet", "a strange attitude or habit"], ["queerness", "a strange attitude or habit"], ["oddity", "a strange attitude or habit"]]}, {"answer": "quirkiness", "hint": "synonyms for quirkiness", "clues": [["crotchet", "a strange attitude or habit"], ["queerness", "a strange attitude or habit"], ["oddity", "a strange attitude or habit"], ["quirk", "a strange attitude or habit"]]}, {"answer": "quite_a_little", "hint": "synonyms for quite a little", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "quiver", "hint": "synonyms for quiver", "clues": [["chill", "an almost pleasurable sensation of fright"], ["shudder", "an almost pleasurable sensation of fright"], ["quivering", "the act of vibrating"], ["frisson", "an almost pleasurable sensation of fright"], ["vibration", "the act of vibrating"], ["tingle", "an almost pleasurable sensation of fright"], ["thrill", "an almost pleasurable sensation of fright"], ["shiver", "an almost pleasurable sensation of fright"]]}, {"answer": "quotation", "hint": "synonyms for quotation", "clues": [["acknowledgment", "a short note recognizing a source of information or of a quoted passage"], ["citation", "a short note recognizing a source of information or of a quoted passage"], ["credit", "a short note recognizing a source of information or of a quoted passage"], ["cite", "a short note recognizing a source of information or of a quoted passage"], ["mention", "a short note recognizing a source of information or of a quoted passage"], ["reference", "a short note recognizing a source of information or of a quoted passage"], ["quote", "a passage or expression that is quoted or cited"]]}, {"answer": "quote", "hint": "synonyms for quote", "clues": [["quotation mark", "a punctuation mark used to attribute the enclosed text to someone else"], ["quotation", "a passage or expression that is quoted or cited"], ["inverted comma", "a punctuation mark used to attribute the enclosed text to someone else"], ["citation", "a passage or expression that is quoted or cited"]]}, {"answer": "r", "hint": "synonyms for r", "clues": [["roentgen", "a unit of radiation exposure; the dose of ionizing radiation that will produce 1 electrostatic unit of electricity in 1 cc of dry air"], ["gas constant", "(physics) the universal constant in the gas equation: pressure times volume = R times temperature; equal to 8.3143 joules per kelvin per mole"], ["universal gas constant", "(physics) the universal constant in the gas equation: pressure times volume = R times temperature; equal to 8.3143 joules per kelvin per mole"], ["radius", "the length of a line segment between the center and circumference of a circle or sphere"]]}, {"answer": "r-2", "hint": "synonyms for r-2", "clues": [["rope", "street names for flunitrazepan"], ["roach", "street names for flunitrazepan"], ["rophy", "street names for flunitrazepan"], ["circle", "street names for flunitrazepan"], ["roofy", "street names for flunitrazepan"], ["forget me drug", "street names for flunitrazepan"]]}, {"answer": "ra", "hint": "synonyms for ra", "clues": [["radium", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores"], ["atomic number 88", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores"], ["right ascension", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere"], ["celestial longitude", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere"]]}, {"answer": "rabble", "hint": "synonyms for rabble", "clues": [["ragtag", "disparaging terms for the common people"], ["mob", "a disorderly crowd of people"], ["ragtag and bobtail", "disparaging terms for the common people"], ["rout", "a disorderly crowd of people"], ["riffraff", "disparaging terms for the common people"]]}, {"answer": "race", "hint": "synonyms for race", "clues": [["wash", "the flow of air that is driven backwards by an aircraft propeller"], ["raceway", "a canal for a current of water"], ["slipstream", "the flow of air that is driven backwards by an aircraft propeller"], ["airstream", "the flow of air that is driven backwards by an aircraft propeller"], ["backwash", "the flow of air that is driven backwards by an aircraft propeller"], ["subspecies", "(biology) a taxonomic group that is a division of a species; usually arises as a consequence of geographical isolation within a species"]]}, {"answer": "raceway", "hint": "synonyms for raceway", "clues": [["racecourse", "a course over which races are run"], ["racetrack", "a course over which races are run"], ["track", "a course over which races are run"], ["race", "a canal for a current of water"]]}, {"answer": "raciness", "hint": "synonyms for raciness", "clues": [["ribaldry", "behavior or language bordering on indelicacy"], ["pungency", "a strong odor or taste property"], ["spiciness", "behavior or language bordering on indelicacy"], ["gaminess", "behavior or language bordering on indelicacy"], ["sharpness", "a strong odor or taste property"], ["bite", "a strong odor or taste property"]]}, {"answer": "rack", "hint": "synonyms for rack", "clues": [["wrack", "the destruction or collapse of something"], ["single-foot", "a rapid gait of a horse in which each foot strikes the ground separately"], ["stand", "a support for displaying various articles"], ["wheel", "an instrument of torture that stretches or disjoints or mutilates victims"]]}, {"answer": "racket", "hint": "synonyms for racket", "clues": [["illegitimate enterprise", "an illegal enterprise (such as extortion or fraud or drug peddling or prostitution) carried on for profit"], ["racquet", "a sports implement (usually consisting of a handle and an oval frame with a tightly interlaced network of strings) used to strike a ball (or shuttlecock) in various games"], ["dissonance", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience"], ["fraudulent scheme", "an illegal enterprise (such as extortion or fraud or drug peddling or prostitution) carried on for profit"], ["noise", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience"]]}, {"answer": "radiance", "hint": "synonyms for radiance", "clues": [["glowing", "the amount of electromagnetic radiation leaving or arriving at a point on a surface"], ["refulgency", "the quality of being bright and sending out rays of light"], ["effulgence", "the quality of being bright and sending out rays of light"], ["shine", "the quality of being bright and sending out rays of light"], ["radiancy", "the quality of being bright and sending out rays of light"]]}, {"answer": "radiancy", "hint": "synonyms for radiancy", "clues": [["refulgency", "the quality of being bright and sending out rays of light"], ["effulgence", "the quality of being bright and sending out rays of light"], ["shine", "the quality of being bright and sending out rays of light"], ["radiance", "the quality of being bright and sending out rays of light"]]}, {"answer": "radiation", "hint": "synonyms for radiation", "clues": [["actinotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["radiation therapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["radiotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["irradiation", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance"], ["radioactivity", "the spontaneous emission of a stream of particles or electromagnetic rays in nuclear decay"]]}, {"answer": "radio_receiver", "hint": "synonyms for radio receiver", "clues": [["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals"]]}, {"answer": "radio_set", "hint": "synonyms for radio set", "clues": [["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals"]]}, {"answer": "radiogram", "hint": "synonyms for radiogram", "clues": [["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"]]}, {"answer": "radiograph", "hint": "synonyms for radiograph", "clues": [["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"]]}, {"answer": "raft", "hint": "synonyms for raft", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "rafts", "hint": "synonyms for rafts", "clues": [["heaps", "a large number or amount"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["piles", "a large number or amount"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["scores", "a large number or amount"], ["deal", "(often followed by `of') a large number or amount or extent"], ["oodles", "a large number or amount"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["scads", "a large number or amount"], ["raft", "a flat float (usually made of logs or planks) that can be used for transport or as a platform for swimmers"], ["tons", "a large number or amount"], ["stacks", "a large number or amount"], ["loads", "a large number or amount"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["dozens", "a large number or amount"], ["spate", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "rag", "hint": "synonyms for rag", "clues": [["tatter", "a small piece of cloth or paper"], ["rag week", "a week at British universities during which side-shows and processions of floats are organized to raise money for charities"], ["tag end", "a small piece of cloth or paper"], ["tabloid", "newspaper with half-size pages"], ["shred", "a small piece of cloth or paper"], ["tag", "a small piece of cloth or paper"], ["ragtime", "music with a syncopated melody (usually for the piano)"], ["sheet", "newspaper with half-size pages"]]}, {"answer": "rag_trade", "hint": "synonyms for rag trade", "clues": [["apparel industry", "makers and sellers of fashionable clothing"], ["fashion business", "makers and sellers of fashionable clothing"], ["fashion industry", "makers and sellers of fashionable clothing"], ["garment industry", "makers and sellers of fashionable clothing"]]}, {"answer": "ragbag", "hint": "synonyms for ragbag", "clues": [["omnium-gatherum", "a motley assortment of things"], ["gallimaufry", "a motley assortment of things"], ["mingle-mangle", "a motley assortment of things"], ["farrago", "a motley assortment of things"], ["oddments", "a motley assortment of things"], ["mishmash", "a motley assortment of things"], ["hodgepodge", "a motley assortment of things"], ["melange", "a motley assortment of things"], ["odds and ends", "a motley assortment of things"], ["hotchpotch", "a motley assortment of things"]]}, {"answer": "rage", "hint": "synonyms for rage", "clues": [["cult", "an interest followed with exaggerated zeal"], ["furore", "an interest followed with exaggerated zeal"], ["fad", "an interest followed with exaggerated zeal"], ["craze", "an interest followed with exaggerated zeal"], ["fury", "a feeling of intense anger"], ["madness", "a feeling of intense anger"]]}, {"answer": "rail", "hint": "synonyms for rail", "clues": [["runway", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll"], ["track", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll"], ["railing", "a barrier consisting of a horizontal bar and supports"], ["rails", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll"]]}, {"answer": "railroad", "hint": "synonyms for railroad", "clues": [["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railroad track", "a line of track providing a runway for wheels"], ["railway", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"]]}, {"answer": "railroad_line", "hint": "synonyms for railroad line", "clues": [["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railway", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railroad", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"]]}, {"answer": "railroad_station", "hint": "synonyms for railroad station", "clues": [["railway station", "terminal where trains load or unload passengers or goods"], ["train station", "terminal where trains load or unload passengers or goods"], ["railroad terminal", "terminal where trains load or unload passengers or goods"], ["train depot", "terminal where trains load or unload passengers or goods"]]}, {"answer": "railroad_terminal", "hint": "synonyms for railroad terminal", "clues": [["railway station", "terminal where trains load or unload passengers or goods"], ["train station", "terminal where trains load or unload passengers or goods"], ["railroad station", "terminal where trains load or unload passengers or goods"], ["train depot", "terminal where trains load or unload passengers or goods"]]}, {"answer": "railway", "hint": "synonyms for railway", "clues": [["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railroad track", "a line of track providing a runway for wheels"], ["railroad", "a line of track providing a runway for wheels"], ["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"]]}, {"answer": "railway_line", "hint": "synonyms for railway line", "clues": [["line", "the road consisting of railroad track and roadbed"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railway", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["rail line", "the road consisting of railroad track and roadbed"], ["railroad", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"]]}, {"answer": "railway_station", "hint": "synonyms for railway station", "clues": [["train station", "terminal where trains load or unload passengers or goods"], ["railroad terminal", "terminal where trains load or unload passengers or goods"], ["railroad station", "terminal where trains load or unload passengers or goods"], ["train depot", "terminal where trains load or unload passengers or goods"]]}, {"answer": "railway_system", "hint": "synonyms for railway system", "clues": [["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railway", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railroad", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"], ["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight"]]}, {"answer": "rainfly", "hint": "synonyms for rainfly", "clues": [["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"]]}, {"answer": "raise", "hint": "synonyms for raise", "clues": [["wage increase", "the amount a salary is increased"], ["hike", "the amount a salary is increased"], ["climb", "an upward slope or grade (as in a road)"], ["upgrade", "an upward slope or grade (as in a road)"], ["acclivity", "an upward slope or grade (as in a road)"], ["salary increase", "the amount a salary is increased"], ["rise", "an upward slope or grade (as in a road)"], ["ascent", "an upward slope or grade (as in a road)"], ["lift", "the act of raising something"], ["wage hike", "the amount a salary is increased"], ["heave", "the act of raising something"]]}, {"answer": "rallying_cry", "hint": "synonyms for rallying cry", "clues": [["war whoop", "a yell intended to rally a group of soldiers in battle"], ["war cry", "a yell intended to rally a group of soldiers in battle"], ["battle cry", "a slogan used to rally support for a cause"], ["watchword", "a slogan used to rally support for a cause"], ["cry", "a slogan used to rally support for a cause"]]}, {"answer": "ramification", "hint": "synonyms for ramification", "clues": [["branching", "the act of branching out or dividing into branches"], ["complication", "a development that complicates a situation"], ["leg", "a part of a forked or branching shape"], ["fork", "the act of branching out or dividing into branches"]]}, {"answer": "ramjet", "hint": "synonyms for ramjet", "clues": [["flying drainpipe", "a simple type of jet engine; must be launched at high speed"], ["atherodyde", "a simple type of jet engine; must be launched at high speed"], ["ramjet engine", "a simple type of jet engine; must be launched at high speed"], ["athodyd", "a simple type of jet engine; must be launched at high speed"]]}, {"answer": "ramjet_engine", "hint": "synonyms for ramjet engine", "clues": [["ramjet", "a simple type of jet engine; must be launched at high speed"], ["flying drainpipe", "a simple type of jet engine; must be launched at high speed"], ["atherodyde", "a simple type of jet engine; must be launched at high speed"], ["athodyd", "a simple type of jet engine; must be launched at high speed"]]}, {"answer": "rancor", "hint": "synonyms for rancor", "clues": [["rancour", "a feeling of deep and bitter anger and ill-will"], ["gall", "a feeling of deep and bitter anger and ill-will"], ["bitterness", "a feeling of deep and bitter anger and ill-will"], ["resentment", "a feeling of deep and bitter anger and ill-will"]]}, {"answer": "rancour", "hint": "synonyms for rancour", "clues": [["gall", "a feeling of deep and bitter anger and ill-will"], ["bitterness", "a feeling of deep and bitter anger and ill-will"], ["rancor", "a feeling of deep and bitter anger and ill-will"], ["resentment", "a feeling of deep and bitter anger and ill-will"]]}, {"answer": "randomness", "hint": "synonyms for randomness", "clues": [["noise", "the quality of lacking any predictable order or plan"], ["stochasticity", "the quality of lacking any predictable order or plan"], ["haphazardness", "the quality of lacking any predictable order or plan"], ["entropy", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work"]]}, {"answer": "range", "hint": "synonyms for range", "clues": [["image", "(mathematics) the set of values of the dependent variable for which a function is defined"], ["kitchen range", "a kitchen appliance used for cooking food"], ["kitchen stove", "a kitchen appliance used for cooking food"], ["mountain chain", "a series of hills or mountains"], ["chain", "a series of hills or mountains"], ["chain of mountains", "a series of hills or mountains"], ["scope", "an area in which something acts or operates or has power or control:"], ["compass", "an area in which something acts or operates or has power or control:"], ["range of mountains", "a series of hills or mountains"], ["mountain range", "a series of hills or mountains"], ["stove", "a kitchen appliance used for cooking food"], ["cooking stove", "a kitchen appliance used for cooking food"], ["ambit", "an area in which something acts or operates or has power or control:"], ["reach", "the limit of capability"], ["orbit", "an area in which something acts or operates or has power or control:"], ["range of a function", "(mathematics) the set of values of the dependent variable for which a function is defined"], ["grasp", "the limit of capability"]]}, {"answer": "range_of_mountains", "hint": "synonyms for range of mountains", "clues": [["chain", "a series of hills or mountains"], ["chain of mountains", "a series of hills or mountains"], ["range", "a series of hills or mountains"], ["mountain range", "a series of hills or mountains"], ["mountain chain", "a series of hills or mountains"]]}, {"answer": "rankness", "hint": "synonyms for rankness", "clues": [["fetidness", "the attribute of having a strong offensive smell"], ["stinkiness", "the attribute of having a strong offensive smell"], ["foulness", "the attribute of having a strong offensive smell"], ["malodorousness", "the attribute of having a strong offensive smell"], ["fertility", "the property of producing abundantly and sustaining vigorous and luxuriant growth"], ["prolificacy", "the property of producing abundantly and sustaining vigorous and luxuriant growth"], ["richness", "the property of producing abundantly and sustaining vigorous and luxuriant growth"]]}, {"answer": "rant", "hint": "synonyms for rant", "clues": [["blah", "pompous or pretentious talk or writing"], ["ranting", "a loud bombastic declamation expressed with strong emotion"], ["claptrap", "pompous or pretentious talk or writing"], ["harangue", "a loud bombastic declamation expressed with strong emotion"], ["bombast", "pompous or pretentious talk or writing"], ["fustian", "pompous or pretentious talk or writing"]]}, {"answer": "rap", "hint": "synonyms for rap", "clues": [["belt", "the act of hitting vigorously"], ["tap", "a gentle blow"], ["knock", "the act of hitting vigorously"], ["hip-hop", "genre of African-American music of the 1980s and 1990s in which rhyming lyrics are chanted to a musical accompaniment; several forms of rap have emerged"], ["whang", "the act of hitting vigorously"], ["blame", "a reproach for some lapse or misdeed"], ["rap music", "genre of African-American music of the 1980s and 1990s in which rhyming lyrics are chanted to a musical accompaniment; several forms of rap have emerged"], ["strike", "a gentle blow"], ["pat", "the sound made by a gentle blow"], ["whack", "the act of hitting vigorously"]]}, {"answer": "rap_sheet", "hint": "synonyms for rap sheet", "clues": [["blotter", "the daily written record of events (as arrests) in a police station"], ["police blotter", "the daily written record of events (as arrests) in a police station"], ["day book", "the daily written record of events (as arrests) in a police station"], ["charge sheet", "the daily written record of events (as arrests) in a police station"]]}, {"answer": "rapaciousness", "hint": "synonyms for rapaciousness", "clues": [["edacity", "extreme gluttony"], ["voraciousness", "an excessive desire for wealth (usually in large amounts)"], ["greediness", "an excessive desire for wealth (usually in large amounts)"], ["rapacity", "extreme gluttony"], ["voracity", "extreme gluttony"], ["esurience", "extreme gluttony"]]}, {"answer": "rapacity", "hint": "synonyms for rapacity", "clues": [["voraciousness", "extreme gluttony"], ["rapaciousness", "extreme gluttony"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["esurience", "extreme gluttony"], ["edacity", "extreme gluttony"], ["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)"], ["voracity", "extreme gluttony"]]}, {"answer": "rape", "hint": "synonyms for rape", "clues": [["violation", "the crime of forcing a woman to submit to sexual intercourse against her will"], ["ravishment", "the crime of forcing a woman to submit to sexual intercourse against her will"], ["rapine", "the act of despoiling a country in warfare"], ["assault", "the crime of forcing a woman to submit to sexual intercourse against her will"]]}, {"answer": "rapidity", "hint": "synonyms for rapidity", "clues": [["speediness", "a rate that is rapid"], ["celerity", "a rate that is rapid"], ["quickness", "a rate that is rapid"], ["rapidness", "a rate that is rapid"]]}, {"answer": "rapidness", "hint": "synonyms for rapidness", "clues": [["rapidity", "a rate that is rapid"], ["celerity", "a rate that is rapid"], ["quickness", "a rate that is rapid"], ["speediness", "a rate that is rapid"]]}, {"answer": "rarity", "hint": "synonyms for rarity", "clues": [["low density", "a rarified quality"], ["curio", "something unusual -- perhaps worthy of collecting"], ["infrequency", "noteworthy scarcity"], ["tenuity", "a rarified quality"], ["rareness", "noteworthy scarcity"], ["curiosity", "something unusual -- perhaps worthy of collecting"], ["peculiarity", "something unusual -- perhaps worthy of collecting"], ["oddity", "something unusual -- perhaps worthy of collecting"], ["oddment", "something unusual -- perhaps worthy of collecting"]]}, {"answer": "ras", "hint": "synonyms for ras", "clues": [["radium", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores"], ["atomic number 88", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores"], ["right ascension", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere"], ["celestial longitude", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere"]]}, {"answer": "rascality", "hint": "synonyms for rascality", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["trickiness", "the quality of being a slippery rascal"], ["slipperiness", "the quality of being a slippery rascal"], ["prankishness", "the trait of indulging in disreputable pranks"], ["roguishness", "the trait of indulging in disreputable pranks"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["shiftiness", "the quality of being a slippery rascal"]]}, {"answer": "rashness", "hint": "synonyms for rashness", "clues": [["heedlessness", "the trait of acting rashly and without prudence"], ["foolhardiness", "the trait of giving little thought to danger"], ["mindlessness", "the trait of acting rashly and without prudence"], ["recklessness", "the trait of giving little thought to danger"]]}, {"answer": "raspberry", "hint": "synonyms for raspberry", "clues": [["bird", "a cry or noise made to express displeasure or contempt"], ["boo", "a cry or noise made to express displeasure or contempt"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["hiss", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "ratsbane", "hint": "synonyms for ratsbane", "clues": [["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"]]}, {"answer": "raunch", "hint": "synonyms for raunch", "clues": [["vulgarity", "the quality of lacking taste and refinement"], ["commonness", "the quality of lacking taste and refinement"], ["coarseness", "the quality of lacking taste and refinement"], ["vulgarism", "the quality of lacking taste and refinement"], ["grossness", "the quality of lacking taste and refinement"]]}, {"answer": "ravishment", "hint": "synonyms for ravishment", "clues": [["entrancement", "a feeling of delight at being filled with wonder and enchantment"], ["violation", "the crime of forcing a woman to submit to sexual intercourse against her will"], ["rape", "the crime of forcing a woman to submit to sexual intercourse against her will"], ["assault", "the crime of forcing a woman to submit to sexual intercourse against her will"]]}, {"answer": "raw_sienna", "hint": "synonyms for raw sienna", "clues": [["caramel", "a medium to dark tan color"], ["yellowish brown", "a medium to dark tan color"], ["buff", "a medium to dark tan color"], ["caramel brown", "a medium to dark tan color"]]}, {"answer": "ray", "hint": "synonyms for ray", "clues": [["beam of light", "a column of light (as from a beacon)"], ["re", "the syllable naming the second (supertonic) note of any major scale in solmization"], ["beam", "a group of nearly parallel lines of electromagnetic radiation"], ["shaft of light", "a column of light (as from a beacon)"], ["electron beam", "a group of nearly parallel lines of electromagnetic radiation"], ["shaft", "a column of light (as from a beacon)"], ["ray of light", "a column of light (as from a beacon)"], ["irradiation", "a column of light (as from a beacon)"], ["light beam", "a column of light (as from a beacon)"]]}, {"answer": "ray_of_light", "hint": "synonyms for ray of light", "clues": [["ray", "a column of light (as from a beacon)"], ["beam of light", "a column of light (as from a beacon)"], ["shaft", "a column of light (as from a beacon)"], ["light beam", "a column of light (as from a beacon)"], ["shaft of light", "a column of light (as from a beacon)"], ["irradiation", "a column of light (as from a beacon)"], ["beam", "a column of light (as from a beacon)"]]}, {"answer": "rayon_stocking", "hint": "synonyms for rayon stocking", "clues": [["rayons", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["nylon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["nylons", "women's stockings made from a sheer material (nylon or rayon or silk)"]]}, {"answer": "rayons", "hint": "synonyms for rayons", "clues": [["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["nylon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["nylons", "women's stockings made from a sheer material (nylon or rayon or silk)"], ["rayon", "a synthetic silklike fabric"]]}, {"answer": "razing", "hint": "synonyms for razing", "clues": [["wrecking", "the event of a structure being completely demolished and leveled"], ["leveling", "complete destruction of a building"], ["tearing down", "complete destruction of a building"], ["demolishing", "complete destruction of a building"]]}, {"answer": "razz", "hint": "synonyms for razz", "clues": [["boo", "a cry or noise made to express displeasure or contempt"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["hiss", "a cry or noise made to express displeasure or contempt"], ["bird", "a cry or noise made to express displeasure or contempt"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "razzing", "hint": "synonyms for razzing", "clues": [["bird", "a cry or noise made to express displeasure or contempt"], ["boo", "a cry or noise made to express displeasure or contempt"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["hiss", "a cry or noise made to express displeasure or contempt"], ["razz", "a cry or noise made to express displeasure or contempt"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["snort", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "reach", "hint": "synonyms for reach", "clues": [["range", "an area in which something acts or operates or has power or control:"], ["compass", "the limit of capability"], ["ambit", "an area in which something acts or operates or has power or control:"], ["grasp", "the limit of capability"], ["scope", "an area in which something acts or operates or has power or control:"], ["orbit", "an area in which something acts or operates or has power or control:"], ["stretch", "the act of physically reaching or thrusting out"], ["reaching", "the act of physically reaching or thrusting out"]]}, {"answer": "readiness", "hint": "synonyms for readiness", "clues": [["facility", "a natural effortlessness; ; --Jane Austen"], ["eagerness", "prompt willingness"], ["forwardness", "prompt willingness"], ["set", "(psychology) being temporarily ready to respond in a particular way"], ["zeal", "prompt willingness"]]}, {"answer": "reading", "hint": "synonyms for reading", "clues": [["meter reading", "a datum about some physical state that is presented to a user by a meter or similar instrument"], ["version", "a mental representation of the meaning or significance of something"], ["indication", "a datum about some physical state that is presented to a user by a meter or similar instrument"], ["reading material", "written material intended to be read"], ["recital", "a public instance of reciting or repeating (from memory) something prepared in advance"], ["recitation", "a public instance of reciting or repeating (from memory) something prepared in advance"], ["interpretation", "a mental representation of the meaning or significance of something"]]}, {"answer": "realisation", "hint": "synonyms for realisation", "clues": [["actualisation", "making real or giving the appearance of reality"], ["realization", "making real or giving the appearance of reality"], ["recognition", "coming to understand something clearly and distinctly"], ["fruition", "something that is made real or concrete"]]}, {"answer": "realization", "hint": "synonyms for realization", "clues": [["actualisation", "making real or giving the appearance of reality"], ["realisation", "making real or giving the appearance of reality"], ["recognition", "coming to understand something clearly and distinctly"], ["fruition", "something that is made real or concrete"]]}, {"answer": "reason", "hint": "synonyms for reason", "clues": [["cause", "a justification for something existing or happening"], ["intellect", "the capacity for rational thought or inference or discrimination"], ["understanding", "the capacity for rational thought or inference or discrimination"], ["grounds", "a justification for something existing or happening"]]}, {"answer": "reasonableness", "hint": "synonyms for reasonableness", "clues": [["moderateness", "the property of being moderate in price or expenditures"], ["modestness", "the property of being moderate in price or expenditures"], ["tenability", "the quality of being plausible or acceptable to a reasonable person"], ["tenableness", "the quality of being plausible or acceptable to a reasonable person"]]}, {"answer": "rebirth", "hint": "synonyms for rebirth", "clues": [["reincarnation", "a second or new birth"], ["conversion", "a spiritual enlightenment causing a person to lead a new life"], ["renascence", "a second or new birth"], ["spiritual rebirth", "a spiritual enlightenment causing a person to lead a new life"], ["metempsychosis", "after death the soul begins a new cycle of existence in another human body"]]}, {"answer": "rebuke", "hint": "synonyms for rebuke", "clues": [["reprehension", "an act or expression of criticism and censure"], ["reprimand", "an act or expression of criticism and censure"], ["reproof", "an act or expression of criticism and censure"], ["reproval", "an act or expression of criticism and censure"]]}, {"answer": "receipts", "hint": "synonyms for receipts", "clues": [["revenue", "the entire amount of income before any deductions are made"], ["reception", "the act of receiving"], ["receipt", "the act of receiving"], ["gross", "the entire amount of income before any deductions are made"]]}, {"answer": "receiving_set", "hint": "synonyms for receiving set", "clues": [["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals"]]}, {"answer": "recess", "hint": "synonyms for recess", "clues": [["inlet", "an arm off of a larger body of water (often between rocky headlands)"], ["break", "a pause from doing something (as work)"], ["time out", "a pause from doing something (as work)"], ["respite", "a pause from doing something (as work)"], ["niche", "a small concavity"], ["recession", "a small concavity"], ["corner", "a small concavity"]]}, {"answer": "recession", "hint": "synonyms for recession", "clues": [["recess", "a small concavity"], ["ceding back", "the act of ceding back"], ["receding", "the act of becoming more distant"], ["recessional", "the withdrawal of the clergy and choir from the chancel to the vestry at the end of a church service"], ["niche", "a small concavity"], ["corner", "a small concavity"]]}, {"answer": "recital", "hint": "synonyms for recital", "clues": [["recitation", "a public instance of reciting or repeating (from memory) something prepared in advance"], ["narration", "the act of giving an account describing incidents or a course of events"], ["yarn", "the act of giving an account describing incidents or a course of events"], ["reading", "a public instance of reciting or repeating (from memory) something prepared in advance"]]}, {"answer": "recitation", "hint": "synonyms for recitation", "clues": [["class period", "a regularly scheduled session as part of a course of study"], ["recital", "a public instance of reciting or repeating (from memory) something prepared in advance"], ["practice session", "systematic training by multiple repetitions"], ["exercise", "systematic training by multiple repetitions"], ["drill", "systematic training by multiple repetitions"], ["reading", "a public instance of reciting or repeating (from memory) something prepared in advance"], ["practice", "systematic training by multiple repetitions"], ["course session", "a regularly scheduled session as part of a course of study"]]}, {"answer": "reckoning", "hint": "synonyms for reckoning", "clues": [["computation", "problem solving that involves numbers or quantities"], ["figuring", "problem solving that involves numbers or quantities"], ["numeration", "the act of counting; reciting numbers in ascending order"], ["calculation", "problem solving that involves numbers or quantities"], ["tally", "a bill for an amount due"], ["counting", "the act of counting; reciting numbers in ascending order"]]}, {"answer": "recoil", "hint": "synonyms for recoil", "clues": [["kick", "the backward jerk of a gun when it is fired"], ["rebound", "a movement back from an impact"], ["backlash", "a movement back from an impact"], ["repercussion", "a movement back from an impact"]]}, {"answer": "recollection", "hint": "synonyms for recollection", "clues": [["recall", "the process of remembering (especially the process of recovering information by mental effort)"], ["anamnesis", "the ability to recall past occurrences"], ["remembrance", "the ability to recall past occurrences"], ["reminiscence", "the process of remembering (especially the process of recovering information by mental effort)"]]}, {"answer": "reconditeness", "hint": "synonyms for reconditeness", "clues": [["abstruseness", "wisdom that is recondite and abstruse and profound"], ["obscureness", "the quality of being unclear or abstruse and hard to understand"], ["profundity", "wisdom that is recondite and abstruse and profound"], ["obscurity", "the quality of being unclear or abstruse and hard to understand"], ["profoundness", "wisdom that is recondite and abstruse and profound"], ["abstrusity", "wisdom that is recondite and abstruse and profound"]]}, {"answer": "record", "hint": "synonyms for record", "clues": [["book", "a compilation of the known facts regarding something or someone"], ["track record", "the sum of recognized accomplishments"], ["record book", "a compilation of the known facts regarding something or someone"], ["criminal record", "a list of crimes for which an accused person has been previously convicted"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["phonograph recording", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove"]]}, {"answer": "recorder", "hint": "synonyms for recorder", "clues": [["recording machine", "equipment for making records"], ["fipple flute", "a tubular wind instrument with 8 finger holes and a fipple mouthpiece"], ["vertical flute", "a tubular wind instrument with 8 finger holes and a fipple mouthpiece"], ["recording equipment", "equipment for making records"], ["fipple pipe", "a tubular wind instrument with 8 finger holes and a fipple mouthpiece"]]}, {"answer": "red_cent", "hint": "synonyms for red cent", "clues": [["tinker's damn", "something of little value"], ["shucks", "something of little value"], ["darn", "something of little value"], ["damn", "something of little value"], ["shit", "something of little value"], ["hoot", "something of little value"]]}, {"answer": "redress", "hint": "synonyms for redress", "clues": [["damages", "a sum of money paid in compensation for loss or injury"], ["remediation", "act of correcting an error or a fault or an evil"], ["remedy", "act of correcting an error or a fault or an evil"], ["restitution", "a sum of money paid in compensation for loss or injury"], ["indemnification", "a sum of money paid in compensation for loss or injury"], ["amends", "a sum of money paid in compensation for loss or injury"], ["indemnity", "a sum of money paid in compensation for loss or injury"]]}, {"answer": "reduction", "hint": "synonyms for reduction", "clues": [["reducing", "any process in which electrons are added to an atom or ion (as by removing oxygen or adding hydrogen); always occurs accompanied by oxidation of the reducing agent"], ["diminution", "the act of decreasing or reducing something"], ["step-down", "the act of decreasing or reducing something"], ["simplification", "the act of reducing complexity"], ["decrease", "the act of decreasing or reducing something"]]}, {"answer": "reefer", "hint": "synonyms for reefer", "clues": [["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking"], ["joint", "marijuana leaves rolled into a cigarette for smoking"], ["stick", "marijuana leaves rolled into a cigarette for smoking"], ["spliff", "marijuana leaves rolled into a cigarette for smoking"]]}, {"answer": "reek", "hint": "synonyms for reek", "clues": [["foetor", "a distinctive odor that is offensively unpleasant"], ["malodour", "a distinctive odor that is offensively unpleasant"], ["stink", "a distinctive odor that is offensively unpleasant"], ["mephitis", "a distinctive odor that is offensively unpleasant"], ["stench", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "reference", "hint": "synonyms for reference", "clues": [["consultation", "the act of referring or consulting"], ["cite", "a short note recognizing a source of information or of a quoted passage"], ["point of reference", "an indicator that orients you generally"], ["source", "a publication (or a passage from a publication) that is referred to"], ["extension", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to"], ["denotation", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to"], ["reference point", "an indicator that orients you generally"], ["reference work", "a book to which you can refer for authoritative facts"], ["credit", "a short note recognizing a source of information or of a quoted passage"], ["computer address", "(computer science) the code that identifies where a piece of information is stored"], ["character reference", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability"], ["mention", "a short note recognizing a source of information or of a quoted passage"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage"], ["book of facts", "a book to which you can refer for authoritative facts"], ["citation", "a short note recognizing a source of information or of a quoted passage"], ["character", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability"], ["address", "(computer science) the code that identifies where a piece of information is stored"], ["quotation", "a short note recognizing a source of information or of a quoted passage"]]}, {"answer": "refinement", "hint": "synonyms for refinement", "clues": [["refining", "the process of removing impurities (as from oil or metals or sugar etc.)"], ["nicety", "a subtle difference in meaning or opinion or attitude"], ["purification", "the process of removing impurities (as from oil or metals or sugar etc.)"], ["shade", "a subtle difference in meaning or opinion or attitude"], ["subtlety", "a subtle difference in meaning or opinion or attitude"], ["civilisation", "the quality of excellence in thought and manners and taste"], ["nuance", "a subtle difference in meaning or opinion or attitude"], ["elaboration", "the result of improving something"]]}, {"answer": "reflection", "hint": "synonyms for reflection", "clues": [["contemplation", "a calm, lengthy, intent consideration"], ["expression", "expression without words"], ["reflexion", "a remark expressing careful consideration"], ["rumination", "a calm, lengthy, intent consideration"], ["observation", "a remark expressing careful consideration"], ["musing", "a calm, lengthy, intent consideration"], ["mirror image", "a likeness in which left and right are reversed"], ["thoughtfulness", "a calm, lengthy, intent consideration"], ["manifestation", "expression without words"], ["reflectivity", "the ability to reflect beams or rays"]]}, {"answer": "reflectivity", "hint": "synonyms for reflectivity", "clues": [["reflexion", "the ability to reflect beams or rays"], ["reflection", "the ability to reflect beams or rays"], ["reflection factor", "the fraction of radiant energy that is reflected from a surface"], ["reflectiveness", "the capability of quiet thought or contemplation"], ["coefficient of reflection", "the fraction of radiant energy that is reflected from a surface"], ["reflectance", "the fraction of radiant energy that is reflected from a surface"]]}, {"answer": "reflex_action", "hint": "synonyms for reflex action", "clues": [["innate reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "reflex_response", "hint": "synonyms for reflex response", "clues": [["innate reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex action", "an automatic instinctive unlearned reaction to a stimulus"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "reflexion", "hint": "synonyms for reflexion", "clues": [["contemplation", "a calm, lengthy, intent consideration"], ["expression", "expression without words"], ["reflection", "the phenomenon of a propagating wave (light or sound) being thrown back from a surface"], ["rumination", "a calm, lengthy, intent consideration"], ["observation", "a remark expressing careful consideration"], ["musing", "a calm, lengthy, intent consideration"], ["mirror image", "a likeness in which left and right are reversed"], ["manifestation", "expression without words"], ["thoughtfulness", "a calm, lengthy, intent consideration"], ["reflectivity", "the ability to reflect beams or rays"]]}, {"answer": "refuge", "hint": "synonyms for refuge", "clues": [["resort", "act of turning to for assistance"], ["recourse", "act of turning to for assistance"], ["asylum", "a shelter from danger or hardship"], ["sanctuary", "a shelter from danger or hardship"], ["safety", "a safe place"]]}, {"answer": "refulgence", "hint": "synonyms for refulgence", "clues": [["refulgency", "the quality of being bright and sending out rays of light"], ["effulgence", "the quality of being bright and sending out rays of light"], ["shine", "the quality of being bright and sending out rays of light"], ["radiancy", "the quality of being bright and sending out rays of light"]]}, {"answer": "refuse_heap", "hint": "synonyms for refuse heap", "clues": [["trash pile", "an accumulation of refuse and discarded matter"], ["garbage heap", "an accumulation of refuse and discarded matter"], ["junk pile", "an accumulation of refuse and discarded matter"], ["junk heap", "an accumulation of refuse and discarded matter"], ["scrapheap", "an accumulation of refuse and discarded matter"], ["rubbish heap", "an accumulation of refuse and discarded matter"], ["trash heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "refutal", "hint": "synonyms for refutal", "clues": [["falsifying", "the act of determining that something is false"], ["refutation", "the act of determining that something is false"], ["disproof", "the act of determining that something is false"], ["falsification", "the act of determining that something is false"]]}, {"answer": "refutation", "hint": "synonyms for refutation", "clues": [["defense", "the speech act of answering an attack on your assertions"], ["falsification", "the act of determining that something is false"], ["disproof", "any evidence that helps to establish the falsity of something"], ["refutal", "the act of determining that something is false"], ["falsifying", "the act of determining that something is false"]]}, {"answer": "regard", "hint": "synonyms for regard", "clues": [["respect", "a feeling of friendship and esteem"], ["heed", "paying particular notice (as to children or helpless people)"], ["gaze", "a long fixed look"], ["paying attention", "paying particular notice (as to children or helpless people)"], ["attentiveness", "paying particular notice (as to children or helpless people)"], ["esteem", "an attitude of admiration or esteem"], ["wish", "(usually plural) a polite expression of desire for someone's welfare"], ["compliments", "(usually plural) a polite expression of desire for someone's welfare"]]}, {"answer": "regression", "hint": "synonyms for regression", "clues": [["simple regression", "the relation between selected values of x and observed values of y (from which the most probable value of y can be predicted for any value of x)"], ["regress", "returning to a former state"], ["reversion", "returning to a former state"], ["retrogression", "returning to a former state"], ["regression toward the mean", "the relation between selected values of x and observed values of y (from which the most probable value of y can be predicted for any value of x)"], ["statistical regression", "the relation between selected values of x and observed values of y (from which the most probable value of y can be predicted for any value of x)"]]}, {"answer": "regrets", "hint": "synonyms for regrets", "clues": [["ruefulness", "sadness associated with some wrong done or some disappointment"], ["declination", "a polite refusal of an invitation"], ["sorrow", "sadness associated with some wrong done or some disappointment"], ["regret", "sadness associated with some wrong done or some disappointment"], ["rue", "sadness associated with some wrong done or some disappointment"]]}, {"answer": "regurgitation", "hint": "synonyms for regurgitation", "clues": [["vomit", "the reflex act of ejecting the contents of the stomach through the mouth"], ["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth"]]}, {"answer": "reinforcement", "hint": "synonyms for reinforcement", "clues": [["reinforcing stimulus", "(psychology) a stimulus that strengthens or weakens the behavior that produced it"], ["reenforcement", "information that makes more forcible or convincing"], ["strengthener", "a device designed to provide additional strength"], ["support", "a military operation (often involving new supplies of men and materiel) to strengthen a military force or aid in the performance of its mission"], ["reinforcer", "(psychology) a stimulus that strengthens or weakens the behavior that produced it"], ["reward", "an act performed to strengthen approved behavior"]]}, {"answer": "rejoinder", "hint": "synonyms for rejoinder", "clues": [["return", "a quick reply to a question or remark (especially a witty or critical one)"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)"]]}, {"answer": "relapse", "hint": "synonyms for relapse", "clues": [["lapsing", "a failure to maintain a higher state"], ["lapse", "a failure to maintain a higher state"], ["reverting", "a failure to maintain a higher state"], ["backsliding", "a failure to maintain a higher state"], ["reversion", "a failure to maintain a higher state"]]}, {"answer": "relapsing", "hint": "synonyms for relapsing", "clues": [["lapsing", "a failure to maintain a higher state"], ["lapse", "a failure to maintain a higher state"], ["reverting", "a failure to maintain a higher state"], ["backsliding", "a failure to maintain a higher state"], ["reversion", "a failure to maintain a higher state"], ["relapse", "a failure to maintain a higher state"]]}, {"answer": "relation", "hint": "synonyms for relation", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["recounting", "an act of narration"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation back", "(law) the principle that an act done at a later time is deemed by law to have occurred at an earlier time"], ["telling", "an act of narration"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "relations", "hint": "synonyms for relations", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["dealings", "mutual dealings or connections or communications among persons or groups"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["recounting", "an act of narration"], ["relation back", "(law) the principle that an act done at a later time is deemed by law to have occurred at an earlier time"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["telling", "an act of narration"]]}, {"answer": "relaxation", "hint": "synonyms for relaxation", "clues": [["relaxation behavior", "(physics) the exponential return of a system to equilibrium after a disturbance"], ["loosening", "an occurrence of control or strength weakening"], ["repose", "freedom from activity (work or strain or responsibility)"], ["relaxation method", "a method of solving simultaneous equations by guessing a solution and then reducing the errors that result by successive approximations until all the errors are less than some specified amount"], ["rest", "freedom from activity (work or strain or responsibility)"], ["liberalisation", "the act of making less strict"], ["ease", "freedom from activity (work or strain or responsibility)"], ["slackening", "an occurrence of control or strength weakening"], ["easiness", "a feeling of refreshing tranquility and an absence of tension or worry"]]}, {"answer": "relay_link", "hint": "synonyms for relay link", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal"], ["booster", "an amplifier for restoring the strength of a transmitted signal"], ["relay station", "an amplifier for restoring the strength of a transmitted signal"]]}, {"answer": "relay_station", "hint": "synonyms for relay station", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal"], ["booster", "an amplifier for restoring the strength of a transmitted signal"], ["relay link", "an amplifier for restoring the strength of a transmitted signal"]]}, {"answer": "relay_transmitter", "hint": "synonyms for relay transmitter", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal"], ["booster", "an amplifier for restoring the strength of a transmitted signal"], ["relay link", "an amplifier for restoring the strength of a transmitted signal"], ["relay station", "an amplifier for restoring the strength of a transmitted signal"]]}, {"answer": "release", "hint": "synonyms for release", "clues": [["exit", "euphemistic expressions for death"], ["press release", "an announcement distributed to members of the press in order to supplement or replace an oral presentation"], ["spill", "the act of allowing a fluid to escape"], ["sack", "the termination of someone's employment (leaving them free to depart)"], ["discharge", "the termination of someone's employment (leaving them free to depart)"], ["vent", "activity that frees or expresses creative energy or emotion"], ["firing", "the termination of someone's employment (leaving them free to depart)"], ["liberation", "the termination of someone's employment (leaving them free to depart)"], ["outlet", "activity that frees or expresses creative energy or emotion"], ["passing", "euphemistic expressions for death"], ["waiver", "a formal written statement of relinquishment"], ["handout", "an announcement distributed to members of the press in order to supplement or replace an oral presentation"], ["spillage", "the act of allowing a fluid to escape"], ["acquittance", "a legal document evidencing the discharge of a debt or obligation"], ["loss", "euphemistic expressions for death"], ["dismission", "the termination of someone's employment (leaving them free to depart)"], ["tone ending", "(music) the act or manner of terminating a musical phrase or tone"], ["freeing", "the act of liberating someone or something"], ["expiration", "euphemistic expressions for death"], ["going", "euphemistic expressions for death"], ["dismissal", "the termination of someone's employment (leaving them free to depart)"], ["departure", "euphemistic expressions for death"], ["button", "a device that when pressed will release part of a mechanism"]]}, {"answer": "relief", "hint": "synonyms for relief", "clues": [["relievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["embossment", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["succor", "assistance in time of difficulty"], ["rest", "a pause for relaxation"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["moderation", "a change for the better"], ["alleviation", "the act of reducing something unpleasant (as pain or annoyance)"], ["easing", "the act of reducing something unpleasant (as pain or annoyance)"], ["easement", "the act of reducing something unpleasant (as pain or annoyance)"], ["assuagement", "the feeling that comes when something burdensome is removed or reduced"], ["rest period", "a pause for relaxation"], ["ministration", "assistance in time of difficulty"], ["respite", "a pause for relaxation"]]}, {"answer": "relief_valve", "hint": "synonyms for relief valve", "clues": [["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"]]}, {"answer": "relievo", "hint": "synonyms for relievo", "clues": [["rilievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["embossment", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"]]}, {"answer": "relish", "hint": "synonyms for relish", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["gusto", "vigorous and enthusiastic enjoyment"], ["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["zest", "vigorous and enthusiastic enjoyment"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["zestfulness", "vigorous and enthusiastic enjoyment"], ["tang", "the taste experience when a savoury condiment is taken into the mouth"], ["nip", "the taste experience when a savoury condiment is taken into the mouth"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"]]}, {"answer": "reluctance", "hint": "synonyms for reluctance", "clues": [["indisposition", "a certain degree of unwillingness"], ["hesitancy", "a certain degree of unwillingness"], ["disinclination", "a certain degree of unwillingness"], ["hesitation", "a certain degree of unwillingness"]]}, {"answer": "remainder", "hint": "synonyms for remainder", "clues": [["oddment", "a piece of cloth that is left over after the rest has been used or sold"], ["end", "a piece of cloth that is left over after the rest has been used or sold"], ["difference", "the number that remains after subtraction; the number that when added to the subtrahend gives the minuend"], ["balance", "something left after other parts have been taken away"], ["rest", "something left after other parts have been taken away"], ["remnant", "a piece of cloth that is left over after the rest has been used or sold"], ["residue", "something left after other parts have been taken away"], ["residuum", "something left after other parts have been taken away"], ["residual", "something left after other parts have been taken away"]]}, {"answer": "remedy", "hint": "synonyms for remedy", "clues": [["remediation", "act of correcting an error or a fault or an evil"], ["redress", "act of correcting an error or a fault or an evil"], ["therapeutic", "a medicine or therapy that cures disease or relieve pain"], ["curative", "a medicine or therapy that cures disease or relieve pain"], ["cure", "a medicine or therapy that cures disease or relieve pain"]]}, {"answer": "remembrance", "hint": "synonyms for remembrance", "clues": [["recollection", "the ability to recall past occurrences"], ["anamnesis", "the ability to recall past occurrences"], ["commemoration", "a recognition of meritorious service"], ["memorial", "a recognition of meritorious service"]]}, {"answer": "remission", "hint": "synonyms for remission", "clues": [["subsidence", "an abatement in intensity or degree (as in the manifestations of a disease)"], ["remittance", "a payment of money sent to a person in another place"], ["remit", "(law) the act of remitting (especially the referral of a law case to another court)"], ["remitment", "(law) the act of remitting (especially the referral of a law case to another court)"], ["remission of sin", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance"], ["remittal", "a payment of money sent to a person in another place"], ["absolution", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance"]]}, {"answer": "remitment", "hint": "synonyms for remitment", "clues": [["remittance", "a payment of money sent to a person in another place"], ["remit", "(law) the act of remitting (especially the referral of a law case to another court)"], ["remission", "a payment of money sent to a person in another place"], ["remittal", "a payment of money sent to a person in another place"]]}, {"answer": "remittal", "hint": "synonyms for remittal", "clues": [["remittance", "a payment of money sent to a person in another place"], ["subsidence", "an abatement in intensity or degree (as in the manifestations of a disease)"], ["remission", "a payment of money sent to a person in another place"], ["remission of sin", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance"], ["absolution", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance"], ["remitment", "a payment of money sent to a person in another place"]]}, {"answer": "remnant", "hint": "synonyms for remnant", "clues": [["leftover", "a small part or portion that remains after the main part no longer exists"], ["oddment", "a piece of cloth that is left over after the rest has been used or sold"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold"], ["end", "a piece of cloth that is left over after the rest has been used or sold"]]}, {"answer": "remoteness", "hint": "synonyms for remoteness", "clues": [["aloofness", "a disposition to be distant and unsympathetic in manner"], ["farawayness", "the property of being remote"], ["farness", "the property of being remote"], ["standoffishness", "a disposition to be distant and unsympathetic in manner"], ["withdrawnness", "a disposition to be distant and unsympathetic in manner"]]}, {"answer": "removal_company", "hint": "synonyms for removal company", "clues": [["mover", "a company that moves the possessions of a family or business from one site to another"], ["removal firm", "a company that moves the possessions of a family or business from one site to another"], ["public mover", "a company that moves the possessions of a family or business from one site to another"], ["moving company", "a company that moves the possessions of a family or business from one site to another"]]}, {"answer": "removal_firm", "hint": "synonyms for removal firm", "clues": [["mover", "a company that moves the possessions of a family or business from one site to another"], ["removal company", "a company that moves the possessions of a family or business from one site to another"], ["public mover", "a company that moves the possessions of a family or business from one site to another"], ["moving company", "a company that moves the possessions of a family or business from one site to another"]]}, {"answer": "remuneration", "hint": "synonyms for remuneration", "clues": [["salary", "something that remunerates"], ["wage", "something that remunerates"], ["earnings", "something that remunerates"], ["pay", "something that remunerates"]]}, {"answer": "rendering", "hint": "synonyms for rendering", "clues": [["rendition", "the act of interpreting something as expressed in an artistic performance"], ["translation", "a written communication in a second language having the same meaning as the written communication in a first language"], ["version", "a written communication in a second language having the same meaning as the written communication in a first language"], ["interpretation", "an explanation of something that is not immediately obvious"], ["interpreting", "an explanation of something that is not immediately obvious"], ["interlingual rendition", "a written communication in a second language having the same meaning as the written communication in a first language"]]}, {"answer": "renewal", "hint": "synonyms for renewal", "clues": [["replacement", "filling again by supplying what has been used up"], ["refilling", "filling again by supplying what has been used up"], ["replenishment", "filling again by supplying what has been used up"], ["reclamation", "the conversion of wasteland into land suitable for use of habitation or cultivation"], ["rehabilitation", "the conversion of wasteland into land suitable for use of habitation or cultivation"]]}, {"answer": "rent", "hint": "synonyms for rent", "clues": [["rip", "an opening made forcibly as by pulling apart"], ["tear", "an opening made forcibly as by pulling apart"], ["economic rent", "the return derived from cultivated land in excess of that derived from the poorest land cultivated under similar conditions"], ["snag", "an opening made forcibly as by pulling apart"], ["split", "an opening made forcibly as by pulling apart"]]}, {"answer": "rent-a-car", "hint": "synonyms for rent-a-car", "clues": [["u-drive", "a rented car"], ["car rental", "a rented car"], ["hire car", "a rented car"], ["self-drive", "a rented car"]]}, {"answer": "renunciation", "hint": "synonyms for renunciation", "clues": [["renouncement", "an act (spoken or written) declaring that something is surrendered or disowned"], ["forswearing", "the act of renouncing; sacrificing or giving up or surrendering (a possession or right or title or privilege etc.)"], ["forgoing", "the act of renouncing; sacrificing or giving up or surrendering (a possession or right or title or privilege etc.)"], ["repudiation", "rejecting or disowning or disclaiming as invalid"]]}, {"answer": "repair", "hint": "synonyms for repair", "clues": [["mending", "the act of putting something in working order again"], ["stamping ground", "a frequently visited place"], ["fix", "the act of putting something in working order again"], ["fixture", "the act of putting something in working order again"], ["resort", "a frequently visited place"], ["haunt", "a frequently visited place"], ["hangout", "a frequently visited place"], ["reparation", "the act of putting something in working order again"]]}, {"answer": "reparation", "hint": "synonyms for reparation", "clues": [["repair", "the act of putting something in working order again"], ["mending", "the act of putting something in working order again"], ["fixture", "the act of putting something in working order again"], ["amends", "something done or paid in expiation of a wrong"], ["fix", "the act of putting something in working order again"]]}, {"answer": "repercussion", "hint": "synonyms for repercussion", "clues": [["reverberation", "a remote or indirect consequence of some action"], ["recoil", "a movement back from an impact"], ["rebound", "a movement back from an impact"], ["backlash", "a movement back from an impact"]]}, {"answer": "replacement", "hint": "synonyms for replacement", "clues": [["permutation", "an event in which one thing is substituted for another"], ["substitute", "a person or thing that takes or can take the place of another"], ["refilling", "filling again by supplying what has been used up"], ["renewal", "filling again by supplying what has been used up"], ["replacing", "the act of furnishing an equivalent person or thing in the place of another"], ["replenishment", "filling again by supplying what has been used up"], ["transposition", "an event in which one thing is substituted for another"], ["switch", "an event in which one thing is substituted for another"], ["substitution", "an event in which one thing is substituted for another"]]}, {"answer": "replication", "hint": "synonyms for replication", "clues": [["reverberation", "the repetition of a sound resulting from reflection of the sound waves"], ["reproduction", "copy that is not the original; something that has been copied"], ["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)"], ["echo", "the repetition of a sound resulting from reflection of the sound waves"], ["return", "a quick reply to a question or remark (especially a witty or critical one)"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)"], ["replica", "copy that is not the original; something that has been copied"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)"], ["sound reflection", "the repetition of a sound resulting from reflection of the sound waves"]]}, {"answer": "report", "hint": "synonyms for report", "clues": [["news report", "a short account of the news"], ["study", "a written document describing the findings of some individual or group"], ["theme", "an essay (especially one written as an assignment)"], ["write up", "a short account of the news"], ["reputation", "the general estimation that the public has for a person"], ["account", "the act of informing by verbal report"], ["written report", "a written document describing the findings of some individual or group"], ["paper", "an essay (especially one written as an assignment)"], ["report card", "a written evaluation of a student's scholarship and deportment"], ["composition", "an essay (especially one written as an assignment)"], ["story", "a short account of the news"]]}, {"answer": "repose", "hint": "synonyms for repose", "clues": [["heartsease", "the absence of mental stress or anxiety"], ["peace of mind", "the absence of mental stress or anxiety"], ["tranquillity", "a disposition free from stress or emotion"], ["quiet", "a disposition free from stress or emotion"], ["rest", "freedom from activity (work or strain or responsibility)"], ["ease", "freedom from activity (work or strain or responsibility)"], ["peacefulness", "the absence of mental stress or anxiety"], ["peace", "the absence of mental stress or anxiety"], ["serenity", "a disposition free from stress or emotion"], ["ataraxis", "the absence of mental stress or anxiety"], ["relaxation", "freedom from activity (work or strain or responsibility)"], ["placidity", "a disposition free from stress or emotion"]]}, {"answer": "reprehension", "hint": "synonyms for reprehension", "clues": [["rebuke", "an act or expression of criticism and censure"], ["reprimand", "an act or expression of criticism and censure"], ["reproof", "an act or expression of criticism and censure"], ["reproval", "an act or expression of criticism and censure"]]}, {"answer": "representation", "hint": "synonyms for representation", "clues": [["theatrical", "a performance of a play"], ["theatrical performance", "a performance of a play"], ["internal representation", "a presentation to the mind in the form of an idea or image"], ["histrionics", "a performance of a play"]]}, {"answer": "reprieve", "hint": "synonyms for reprieve", "clues": [["hiatus", "an interruption in the intensity or amount of something"], ["suspension", "an interruption in the intensity or amount of something"], ["abatement", "an interruption in the intensity or amount of something"], ["respite", "the act of reprieving; postponing or remitting punishment"]]}, {"answer": "reprimand", "hint": "synonyms for reprimand", "clues": [["rebuke", "an act or expression of criticism and censure"], ["reprehension", "an act or expression of criticism and censure"], ["reproof", "an act or expression of criticism and censure"], ["reproval", "an act or expression of criticism and censure"]]}, {"answer": "reprint", "hint": "synonyms for reprint", "clues": [["separate", "a separately printed article that originally appeared in a larger publication"], ["offprint", "a separately printed article that originally appeared in a larger publication"], ["reprinting", "a publication (such as a book) that is reprinted without changes or editing and offered again for sale"], ["reissue", "a publication (such as a book) that is reprinted without changes or editing and offered again for sale"]]}, {"answer": "reproduction", "hint": "synonyms for reproduction", "clues": [["procreation", "the sexual activity of conceiving and bearing offspring"], ["reproductive memory", "recall that is hypothesized to work by storing the original stimulus input and reproducing it during recall"], ["facts of life", "the sexual activity of conceiving and bearing offspring"], ["replica", "copy that is not the original; something that has been copied"], ["replication", "the act of making copies"], ["breeding", "the sexual activity of conceiving and bearing offspring"]]}, {"answer": "reproof", "hint": "synonyms for reproof", "clues": [["rebuke", "an act or expression of criticism and censure"], ["reprehension", "an act or expression of criticism and censure"], ["reprimand", "an act or expression of criticism and censure"], ["reproval", "an act or expression of criticism and censure"]]}, {"answer": "reproval", "hint": "synonyms for reproval", "clues": [["rebuke", "an act or expression of criticism and censure"], ["reprehension", "an act or expression of criticism and censure"], ["reproof", "an act or expression of criticism and censure"], ["reprimand", "an act or expression of criticism and censure"]]}, {"answer": "repugnance", "hint": "synonyms for repugnance", "clues": [["inconsistency", "the relation between propositions that cannot both be true at the same time"], ["repulsion", "intense aversion"], ["incompatibility", "the relation between propositions that cannot both be true at the same time"], ["mutual exclusiveness", "the relation between propositions that cannot both be true at the same time"], ["horror", "intense aversion"]]}, {"answer": "repulsion", "hint": "synonyms for repulsion", "clues": [["repugnance", "intense aversion"], ["standoff", "the act of repulsing or repelling an attack; a successful defensive stand"], ["repulsive force", "the force by which bodies repel one another"], ["horror", "intense aversion"], ["revulsion", "intense aversion"]]}, {"answer": "repulsiveness", "hint": "synonyms for repulsiveness", "clues": [["wickedness", "the quality of being disgusting to the senses or emotions"], ["sliminess", "the quality of being disgusting to the senses or emotions"], ["lousiness", "the quality of being disgusting to the senses or emotions"], ["loathsomeness", "the quality of being disgusting to the senses or emotions"], ["vileness", "the quality of being disgusting to the senses or emotions"]]}, {"answer": "requiem", "hint": "synonyms for requiem", "clues": [["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person"]]}, {"answer": "requirement", "hint": "synonyms for requirement", "clues": [["prerequisite", "something that is required in advance"], ["necessary", "anything indispensable"], ["demand", "required activity"], ["essential", "anything indispensable"], ["necessity", "anything indispensable"]]}, {"answer": "res", "hint": "synonyms for res", "clues": [["rhenium", "a rare heavy polyvalent metallic element that resembles manganese chemically and is used in some alloys; is obtained as a by-product in refining molybdenum"], ["atomic number 75", "a rare heavy polyvalent metallic element that resembles manganese chemically and is used in some alloys; is obtained as a by-product in refining molybdenum"], ["re", "the syllable naming the second (supertonic) note of any major scale in solmization"], ["ray", "the syllable naming the second (supertonic) note of any major scale in solmization"]]}, {"answer": "res_publica", "hint": "synonyms for res publica", "clues": [["nation", "a politically organized body of people under a single government"], ["land", "a politically organized body of people under a single government"], ["country", "a politically organized body of people under a single government"], ["commonwealth", "a politically organized body of people under a single government"], ["body politic", "a politically organized body of people under a single government"], ["state", "a politically organized body of people under a single government"]]}, {"answer": "rescript", "hint": "synonyms for rescript", "clues": [["rewrite", "something that has been written again"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["revision", "something that has been written again"], ["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["revise", "the act of rewriting something"], ["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"], ["revisal", "the act of rewriting something"], ["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)"]]}, {"answer": "research_lab", "hint": "synonyms for research lab", "clues": [["lab", "a workplace for the conduct of scientific research"], ["science laboratory", "a workplace for the conduct of scientific research"], ["research laboratory", "a workplace for the conduct of scientific research"], ["laboratory", "a workplace for the conduct of scientific research"], ["science lab", "a workplace for the conduct of scientific research"]]}, {"answer": "research_laboratory", "hint": "synonyms for research laboratory", "clues": [["lab", "a workplace for the conduct of scientific research"], ["science laboratory", "a workplace for the conduct of scientific research"], ["research lab", "a workplace for the conduct of scientific research"], ["laboratory", "a workplace for the conduct of scientific research"], ["science lab", "a workplace for the conduct of scientific research"]]}, {"answer": "reservation", "hint": "synonyms for reservation", "clues": [["qualification", "a statement that limits or restricts some claim"], ["booking", "the act of reserving (a place or passage) or engaging the services of (a person or group)"], ["arriere pensee", "an unstated doubt that prevents you from accepting something wholeheartedly"], ["mental reservation", "an unstated doubt that prevents you from accepting something wholeheartedly"], ["reserve", "a district that is reserved for particular purpose"]]}, {"answer": "reserve", "hint": "synonyms for reserve", "clues": [["military reserve", "armed forces that are not on active duty but can be called in an emergency"], ["reticence", "the trait of being uncommunicative; not volunteering anything more than necessary"], ["stockpile", "something kept back or saved for future use or a special purpose"], ["reservation", "a district that is reserved for particular purpose"], ["backlog", "something kept back or saved for future use or a special purpose"], ["taciturnity", "the trait of being uncommunicative; not volunteering anything more than necessary"], ["modesty", "formality and propriety of manner"]]}, {"answer": "reserves", "hint": "synonyms for reserves", "clues": [["reserve", "(medicine) potential capacity to respond in order to maintain vital functions"], ["reticence", "the trait of being uncommunicative; not volunteering anything more than necessary"], ["stockpile", "something kept back or saved for future use or a special purpose"], ["taciturnity", "the trait of being uncommunicative; not volunteering anything more than necessary"], ["modesty", "formality and propriety of manner"], ["military reserve", "armed forces that are not on active duty but can be called in an emergency"], ["reservation", "a district that is reserved for particular purpose"], ["backlog", "something kept back or saved for future use or a special purpose"], ["militia", "civilians trained as soldiers but not part of the regular army"]]}, {"answer": "residence", "hint": "synonyms for residence", "clues": [["hall", "a large and imposing house"], ["manse", "a large and imposing house"], ["abidance", "the act of dwelling in a place"], ["residency", "the act of dwelling in a place"], ["mansion", "a large and imposing house"], ["abode", "any address at which you dwell more than temporarily"], ["mansion house", "a large and imposing house"]]}, {"answer": "residence_hall", "hint": "synonyms for residence hall", "clues": [["student residence", "a college or university building containing living quarters for students"], ["dorm", "a college or university building containing living quarters for students"], ["hall", "a college or university building containing living quarters for students"], ["dormitory", "a college or university building containing living quarters for students"]]}, {"answer": "residue", "hint": "synonyms for residue", "clues": [["balance", "something left after other parts have been taken away"], ["rest", "something left after other parts have been taken away"], ["remainder", "something left after other parts have been taken away"], ["residuum", "something left after other parts have been taken away"], ["residual", "something left after other parts have been taken away"]]}, {"answer": "residuum", "hint": "synonyms for residuum", "clues": [["balance", "something left after other parts have been taken away"], ["rest", "something left after other parts have been taken away"], ["residue", "something left after other parts have been taken away"], ["remainder", "something left after other parts have been taken away"], ["residual", "something left after other parts have been taken away"]]}, {"answer": "resistance", "hint": "synonyms for resistance", "clues": [["electric resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["underground", "a secret group organized to overthrow a government or occupation force"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["opposition", "the action of opposing something that you disapprove or disagree with"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms"], ["resistor", "an electrical device that resists the flow of electrical current"]]}, {"answer": "resistivity", "hint": "synonyms for resistivity", "clues": [["resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["electric resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms"]]}, {"answer": "resoluteness", "hint": "synonyms for resoluteness", "clues": [["resolution", "the trait of being resolute"], ["firmness", "the trait of being resolute"], ["firmness of purpose", "the trait of being resolute"], ["resolve", "the trait of being resolute"]]}, {"answer": "resolution", "hint": "synonyms for resolution", "clues": [["resoluteness", "the trait of being resolute"], ["firmness", "the trait of being resolute"], ["solving", "finding a solution to a problem"], ["settlement", "something settled or resolved; the outcome of decision making"], ["solvent", "a statement that solves a problem or explains how to solve the problem"], ["solution", "a statement that solves a problem or explains how to solve the problem"], ["answer", "a statement that solves a problem or explains how to solve the problem"], ["result", "a statement that solves a problem or explains how to solve the problem"], ["firmness of purpose", "the trait of being resolute"], ["closure", "something settled or resolved; the outcome of decision making"], ["resolve", "a formal expression by a meeting; agreed to by a vote"], ["resolving power", "the ability of a microscope or telescope to measure the angular separation of images that are close together"], ["declaration", "a formal expression by a meeting; agreed to by a vote"]]}, {"answer": "resolve", "hint": "synonyms for resolve", "clues": [["resoluteness", "the trait of being resolute"], ["firmness", "the trait of being resolute"], ["resolution", "the trait of being resolute"], ["firmness of purpose", "the trait of being resolute"], ["declaration", "a formal expression by a meeting; agreed to by a vote"]]}, {"answer": "resolvent", "hint": "synonyms for resolvent", "clues": [["dissolving agent", "a liquid substance capable of dissolving other substances"], ["dissolver", "a liquid substance capable of dissolving other substances"], ["solvent", "a liquid substance capable of dissolving other substances"], ["dissolvent", "a liquid substance capable of dissolving other substances"]]}, {"answer": "resonance", "hint": "synonyms for resonance", "clues": [["vibrancy", "having the character of a loud deep sound; the quality of being resonant"], ["ringing", "having the character of a loud deep sound; the quality of being resonant"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant"], ["plangency", "having the character of a loud deep sound; the quality of being resonant"], ["rapport", "a relationship of mutual understanding or trust and agreement between people"], ["sonority", "having the character of a loud deep sound; the quality of being resonant"]]}, {"answer": "resort", "hint": "synonyms for resort", "clues": [["holiday resort", "a hotel located in a resort area"], ["repair", "a frequently visited place"], ["recourse", "act of turning to for assistance"], ["refuge", "something or someone turned to for assistance or security"], ["stamping ground", "a frequently visited place"], ["resort hotel", "a hotel located in a resort area"], ["haunt", "a frequently visited place"], ["hangout", "a frequently visited place"]]}, {"answer": "respect", "hint": "synonyms for respect", "clues": [["regard", "an attitude of admiration or esteem"], ["obedience", "behavior intended to please your parents"], ["esteem", "an attitude of admiration or esteem"], ["deference", "a courteous expression (by word or deed) of esteem or regard"], ["respectfulness", "courteous regard for people's feelings"]]}, {"answer": "respects", "hint": "synonyms for respects", "clues": [["deference", "courteous regard for people's feelings"], ["respect", "a feeling of friendship and esteem"], ["respectfulness", "courteous regard for people's feelings"], ["regard", "an attitude of admiration or esteem"], ["obedience", "behavior intended to please your parents"], ["esteem", "an attitude of admiration or esteem"]]}, {"answer": "respiration", "hint": "synonyms for respiration", "clues": [["external respiration", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation"], ["ventilation", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation"], ["cellular respiration", "the metabolic processes whereby certain organisms obtain energy from organic molecules; processes that take place in the cells and tissues during which energy is released and carbon dioxide is produced and absorbed by the blood to be transported to the lungs"], ["breathing", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation"]]}, {"answer": "respite", "hint": "synonyms for respite", "clues": [["break", "a pause from doing something (as work)"], ["recess", "a pause from doing something (as work)"], ["rest", "a pause for relaxation"], ["reprieve", "an interruption in the intensity or amount of something"], ["hiatus", "an interruption in the intensity or amount of something"], ["suspension", "an interruption in the intensity or amount of something"], ["relief", "a pause for relaxation"], ["time out", "a pause from doing something (as work)"], ["abatement", "an interruption in the intensity or amount of something"], ["rest period", "a pause for relaxation"]]}, {"answer": "response", "hint": "synonyms for response", "clues": [["reaction", "a bodily process occurring due to the effect of some antecedent stimulus or agent"], ["reply", "the speech act of continuing a conversational exchange"], ["reception", "the manner in which something is greeted"], ["answer", "a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation"]]}, {"answer": "rest", "hint": "synonyms for rest", "clues": [["remainder", "something left after other parts have been taken away"], ["repose", "freedom from activity (work or strain or responsibility)"], ["respite", "a pause for relaxation"], ["ease", "freedom from activity (work or strain or responsibility)"], ["relief", "a pause for relaxation"], ["balance", "something left after other parts have been taken away"], ["residue", "something left after other parts have been taken away"], ["relaxation", "freedom from activity (work or strain or responsibility)"], ["rest period", "a pause for relaxation"], ["residuum", "something left after other parts have been taken away"], ["residual", "something left after other parts have been taken away"]]}, {"answer": "restitution", "hint": "synonyms for restitution", "clues": [["damages", "a sum of money paid in compensation for loss or injury"], ["indemnification", "a sum of money paid in compensation for loss or injury"], ["restoration", "getting something back again"], ["regaining", "getting something back again"], ["redress", "a sum of money paid in compensation for loss or injury"], ["amends", "a sum of money paid in compensation for loss or injury"], ["indemnity", "a sum of money paid in compensation for loss or injury"], ["return", "getting something back again"]]}, {"answer": "restiveness", "hint": "synonyms for restiveness", "clues": [["skittishness", "characterized by nervousness and quickness to take fright"], ["nervousness", "the anxious feeling you have when you have the jitters"], ["jitteriness", "the anxious feeling you have when you have the jitters"], ["jumpiness", "the anxious feeling you have when you have the jitters"]]}, {"answer": "restraint", "hint": "synonyms for restraint", "clues": [["simpleness", "lack of ornamentation"], ["control", "discipline in personal and social activities"], ["chasteness", "lack of ornamentation"], ["simplicity", "lack of ornamentation"], ["constraint", "a device that retards something's motion"]]}, {"answer": "restroom", "hint": "synonyms for restroom", "clues": [["convenience", "a toilet that is available to the public"], ["comfort station", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["wash room", "a toilet that is available to the public"], ["public lavatory", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["public toilet", "a toilet that is available to the public"]]}, {"answer": "result", "hint": "synonyms for result", "clues": [["consequence", "a phenomenon that follows and is caused by some previous phenomenon"], ["event", "a phenomenon that follows and is caused by some previous phenomenon"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon"], ["solution", "a statement that solves a problem or explains how to solve the problem"], ["solvent", "a statement that solves a problem or explains how to solve the problem"], ["answer", "a statement that solves a problem or explains how to solve the problem"], ["resultant", "something that results"], ["resultant role", "the semantic role of the noun phrase whose referent exists only by virtue of the activity denoted by the verb in the clause"], ["final result", "something that results"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon"], ["outcome", "something that results"], ["termination", "something that results"]]}, {"answer": "retardation", "hint": "synonyms for retardation", "clues": [["deceleration", "a decrease in rate of change"], ["mental retardation", "lack of normal development of intellectual capacities"], ["subnormality", "lack of normal development of intellectual capacities"], ["lag", "the act of slowing down or falling behind"], ["slowness", "lack of normal development of intellectual capacities"], ["slowing", "a decrease in rate of change"], ["backwardness", "lack of normal development of intellectual capacities"], ["slowdown", "the act of slowing down or falling behind"], ["retardent", "any agent that retards or delays or hinders"]]}, {"answer": "retention", "hint": "synonyms for retention", "clues": [["keeping", "the act of retaining something"], ["retentiveness", "the power of retaining liquid"], ["memory", "the power of retaining and recalling past experience"], ["holding", "the act of retaining something"], ["retentivity", "the power of retaining and recalling past experience"]]}, {"answer": "retirement_account", "hint": "synonyms for retirement account", "clues": [["retirement plan", "a plan for setting aside money to be spent after retirement"], ["pension account", "a plan for setting aside money to be spent after retirement"], ["pension plan", "a plan for setting aside money to be spent after retirement"], ["retirement savings account", "a plan for setting aside money to be spent after retirement"], ["retirement program", "a plan for setting aside money to be spent after retirement"]]}, {"answer": "retirement_benefit", "hint": "synonyms for retirement benefit", "clues": [["old-age pension", "a monthly payment made to someone who is retired from work"], ["retirement pension", "a monthly payment made to someone who is retired from work"], ["superannuation", "a monthly payment made to someone who is retired from work"], ["retirement check", "a monthly payment made to someone who is retired from work"], ["retirement fund", "a monthly payment made to someone who is retired from work"]]}, {"answer": "retirement_check", "hint": "synonyms for retirement check", "clues": [["old-age pension", "a monthly payment made to someone who is retired from work"], ["retirement pension", "a monthly payment made to someone who is retired from work"], ["retirement benefit", "a monthly payment made to someone who is retired from work"], ["superannuation", "a monthly payment made to someone who is retired from work"], ["retirement fund", "a monthly payment made to someone who is retired from work"]]}, {"answer": "retirement_fund", "hint": "synonyms for retirement fund", "clues": [["old-age pension", "a monthly payment made to someone who is retired from work"], ["retirement pension", "a monthly payment made to someone who is retired from work"], ["retirement benefit", "a monthly payment made to someone who is retired from work"], ["retirement check", "a monthly payment made to someone who is retired from work"], ["superannuation", "a monthly payment made to someone who is retired from work"]]}, {"answer": "retirement_pension", "hint": "synonyms for retirement pension", "clues": [["old-age pension", "a monthly payment made to someone who is retired from work"], ["retirement benefit", "a monthly payment made to someone who is retired from work"], ["retirement check", "a monthly payment made to someone who is retired from work"], ["retirement fund", "a monthly payment made to someone who is retired from work"], ["superannuation", "a monthly payment made to someone who is retired from work"]]}, {"answer": "retirement_plan", "hint": "synonyms for retirement plan", "clues": [["pension account", "a plan for setting aside money to be spent after retirement"], ["pension plan", "a plan for setting aside money to be spent after retirement"], ["retirement savings account", "a plan for setting aside money to be spent after retirement"], ["retirement account", "a plan for setting aside money to be spent after retirement"], ["retirement program", "a plan for setting aside money to be spent after retirement"]]}, {"answer": "retirement_program", "hint": "synonyms for retirement program", "clues": [["retirement plan", "a plan for setting aside money to be spent after retirement"], ["pension account", "a plan for setting aside money to be spent after retirement"], ["pension plan", "a plan for setting aside money to be spent after retirement"], ["retirement savings account", "a plan for setting aside money to be spent after retirement"], ["retirement account", "a plan for setting aside money to be spent after retirement"]]}, {"answer": "retirement_savings_account", "hint": "synonyms for retirement savings account", "clues": [["retirement plan", "a plan for setting aside money to be spent after retirement"], ["pension account", "a plan for setting aside money to be spent after retirement"], ["pension plan", "a plan for setting aside money to be spent after retirement"], ["retirement savings plan", "a plan for setting aside money to be spent after retirement"], ["retirement account", "a plan for setting aside money to be spent after retirement"], ["retirement program", "a plan for setting aside money to be spent after retirement"]]}, {"answer": "retirement_savings_plan", "hint": "synonyms for retirement savings plan", "clues": [["retirement plan", "a plan for setting aside money to be spent after retirement"], ["pension account", "a plan for setting aside money to be spent after retirement"], ["pension plan", "a plan for setting aside money to be spent after retirement"], ["retirement savings account", "a plan for setting aside money to be spent after retirement"], ["retirement account", "a plan for setting aside money to be spent after retirement"], ["retirement program", "a plan for setting aside money to be spent after retirement"]]}, {"answer": "retort", "hint": "synonyms for retort", "clues": [["return", "a quick reply to a question or remark (especially a witty or critical one)"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)"], ["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)"]]}, {"answer": "retrogression", "hint": "synonyms for retrogression", "clues": [["regress", "returning to a former state"], ["reversion", "returning to a former state"], ["regression", "returning to a former state"], ["degeneration", "passing from a more complex to a simpler biological form"]]}, {"answer": "return", "hint": "synonyms for return", "clues": [["income tax return", "document giving the tax collector information about the taxpayer's tax liability"], ["return key", "the key on electric typewriters or computer keyboards that causes a carriage return and a line feed"], ["getting even", "a reciprocal group action"], ["recurrence", "happening again (especially at regular intervals)"], ["tax return", "document giving the tax collector information about the taxpayer's tax liability"], ["restitution", "getting something back again"], ["paying back", "a reciprocal group action"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property"], ["take", "the income or profit arising from such transactions as the sale of land or other property"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)"], ["restoration", "getting something back again"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)"], ["reappearance", "the act of someone appearing again"], ["regaining", "getting something back again"], ["takings", "the income or profit arising from such transactions as the sale of land or other property"], ["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)"], ["coming back", "the occurrence of a change in direction back in the opposite direction"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property"], ["issue", "the income or profit arising from such transactions as the sale of land or other property"], ["homecoming", "a coming to or returning home"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)"], ["yield", "the income or profit arising from such transactions as the sale of land or other property"]]}, {"answer": "revenue", "hint": "synonyms for revenue", "clues": [["tax income", "government income due to taxation"], ["tax revenue", "government income due to taxation"], ["receipts", "the entire amount of income before any deductions are made"], ["taxation", "government income due to taxation"], ["gross", "the entire amount of income before any deductions are made"]]}, {"answer": "reverberance", "hint": "synonyms for reverberance", "clues": [["vibrancy", "having the character of a loud deep sound; the quality of being resonant"], ["ringing", "having the character of a loud deep sound; the quality of being resonant"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant"], ["plangency", "having the character of a loud deep sound; the quality of being resonant"], ["sonority", "having the character of a loud deep sound; the quality of being resonant"], ["resonance", "having the character of a loud deep sound; the quality of being resonant"]]}, {"answer": "reverberation", "hint": "synonyms for reverberation", "clues": [["replication", "the repetition of a sound resulting from reflection of the sound waves"], ["repercussion", "a remote or indirect consequence of some action"], ["echo", "the repetition of a sound resulting from reflection of the sound waves"], ["sound reflection", "the repetition of a sound resulting from reflection of the sound waves"]]}, {"answer": "reverie", "hint": "synonyms for reverie", "clues": [["castle in Spain", "absentminded dreaming while awake"], ["castle in the air", "absentminded dreaming while awake"], ["daydream", "absentminded dreaming while awake"], ["air castle", "absentminded dreaming while awake"], ["oneirism", "absentminded dreaming while awake"], ["revery", "an abstracted state of absorption"]]}, {"answer": "reversal", "hint": "synonyms for reversal", "clues": [["reversion", "turning in the opposite direction"], ["turnaround", "turning in the opposite direction"], ["policy change", "a major change in attitude or principle or point of view"], ["about-face", "a major change in attitude or principle or point of view"], ["transposition", "the act of reversing the order or place of"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["flip-flop", "a decision to reverse an earlier decision"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["reverse", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["volte-face", "a major change in attitude or principle or point of view"], ["turnabout", "turning in the opposite direction"], ["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["change of mind", "a decision to reverse an earlier decision"]]}, {"answer": "reversion", "hint": "synonyms for reversion", "clues": [["regress", "returning to a former state"], ["regression", "returning to a former state"], ["turnaround", "turning in the opposite direction"], ["lapsing", "a failure to maintain a higher state"], ["reversal", "turning in the opposite direction"], ["lapse", "a failure to maintain a higher state"], ["reverting", "a failure to maintain a higher state"], ["atavism", "a reappearance of an earlier characteristic"], ["reverse", "turning in the opposite direction"], ["turnabout", "turning in the opposite direction"], ["backsliding", "a failure to maintain a higher state"], ["retroversion", "returning to a former state"], ["relapse", "a failure to maintain a higher state"], ["throwback", "a reappearance of an earlier characteristic"]]}, {"answer": "revery", "hint": "synonyms for revery", "clues": [["castle in the air", "absentminded dreaming while awake"], ["daydreaming", "absentminded dreaming while awake"], ["reverie", "absentminded dreaming while awake"], ["air castle", "absentminded dreaming while awake"], ["oneirism", "absentminded dreaming while awake"], ["castle in Spain", "absentminded dreaming while awake"]]}, {"answer": "review", "hint": "synonyms for review", "clues": [["reexamination", "a subsequent examination of a patient for the purpose of monitoring earlier treatment"], ["follow-up", "a subsequent examination of a patient for the purpose of monitoring earlier treatment"], ["revue", "a variety show with topical sketches and songs and dancing and comedians"], ["recapitulation", "a summary at the end that repeats the substance of a longer discussion"], ["reappraisal", "a new appraisal or evaluation"], ["brushup", "practice intended to polish performance or refresh the memory"], ["revaluation", "a new appraisal or evaluation"], ["critical review", "an essay or article that gives a critical evaluation (as of a book or play)"], ["limited review", "(accounting) a service (less exhaustive than an audit) that provides some assurance to interested parties as to the reliability of financial data"], ["reassessment", "a new appraisal or evaluation"], ["recap", "a summary at the end that repeats the substance of a longer discussion"], ["critique", "an essay or article that gives a critical evaluation (as of a book or play)"], ["review article", "an essay or article that gives a critical evaluation (as of a book or play)"], ["inspection", "a formal or official examination"]]}, {"answer": "revilement", "hint": "synonyms for revilement", "clues": [["contumely", "a rude expression intended to offend or hurt"], ["insult", "a rude expression intended to offend or hurt"], ["abuse", "a rude expression intended to offend or hurt"], ["vilification", "a rude expression intended to offend or hurt"]]}, {"answer": "revision", "hint": "synonyms for revision", "clues": [["alteration", "the act of revising or altering (involving reconsideration and modification)"], ["revise", "the act of rewriting something"], ["rewrite", "something that has been written again"], ["revisal", "the act of rewriting something"], ["rescript", "something that has been written again"]]}, {"answer": "revitalisation", "hint": "synonyms for revitalisation", "clues": [["revitalization", "bringing again into activity and prominence"], ["revival", "bringing again into activity and prominence"], ["resurgence", "bringing again into activity and prominence"], ["revivification", "bringing again into activity and prominence"]]}, {"answer": "revitalization", "hint": "synonyms for revitalization", "clues": [["revitalisation", "bringing again into activity and prominence"], ["revival", "bringing again into activity and prominence"], ["resurgence", "bringing again into activity and prominence"], ["revivification", "bringing again into activity and prominence"]]}, {"answer": "revival", "hint": "synonyms for revival", "clues": [["revitalization", "bringing again into activity and prominence"], ["resurgence", "bringing again into activity and prominence"], ["revivification", "bringing again into activity and prominence"], ["revival meeting", "an evangelistic meeting intended to reawaken interest in religion"]]}, {"answer": "reward", "hint": "synonyms for reward", "clues": [["reinforcement", "an act performed to strengthen approved behavior"], ["advantage", "benefit resulting from some event or action"], ["wages", "a recompense for worthy acts or retribution for wrongdoing"], ["payoff", "a recompense for worthy acts or retribution for wrongdoing"]]}, {"answer": "rf", "hint": "synonyms for rf", "clues": [["unnilquadium", "a radioactive transuranic element which has been synthesized"], ["element 104", "a radioactive transuranic element which has been synthesized"], ["rutherfordium", "a radioactive transuranic element which has been synthesized"], ["atomic number 104", "a radioactive transuranic element which has been synthesized"], ["releasing factor", "a substance produced by the hypothalamus that is capable of accelerating the secretion of a given hormone by the anterior pituitary gland"], ["releasing hormone", "a substance produced by the hypothalamus that is capable of accelerating the secretion of a given hormone by the anterior pituitary gland"]]}, {"answer": "rhetoric", "hint": "synonyms for rhetoric", "clues": [["empty talk", "loud and confused and empty talk"], ["grandiloquence", "high-flown style; excessive use of verbal ornamentation"], ["ornateness", "high-flown style; excessive use of verbal ornamentation"], ["empty words", "loud and confused and empty talk"], ["hot air", "loud and confused and empty talk"], ["palaver", "loud and confused and empty talk"], ["grandiosity", "high-flown style; excessive use of verbal ornamentation"], ["magniloquence", "high-flown style; excessive use of verbal ornamentation"]]}, {"answer": "rhythm", "hint": "synonyms for rhythm", "clues": [["speech rhythm", "the arrangement of spoken words alternating stressed and unstressed elements"], ["musical rhythm", "the basic rhythmic unit in a piece of music"], ["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["regular recurrence", "recurring at regular intervals"], ["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["round", "an interval during which a recurring sequence of events occurs"], ["cycle", "an interval during which a recurring sequence of events occurs"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["beat", "the basic rhythmic unit in a piece of music"]]}, {"answer": "rhythm_method", "hint": "synonyms for rhythm method", "clues": [["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"]]}, {"answer": "rhythm_method_of_birth_control", "hint": "synonyms for rhythm method of birth control", "clues": [["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)"]]}, {"answer": "rhytidectomy", "hint": "synonyms for rhytidectomy", "clues": [["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"]]}, {"answer": "rhytidoplasty", "hint": "synonyms for rhytidoplasty", "clues": [["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised"]]}, {"answer": "ribbon", "hint": "synonyms for ribbon", "clues": [["medal", "an award for winning a championship or commemorating some other event"], ["medallion", "an award for winning a championship or commemorating some other event"], ["palm", "an award for winning a championship or commemorating some other event"], ["typewriter ribbon", "a long strip of inked material for making characters on paper with a typewriter"], ["laurel wreath", "an award for winning a championship or commemorating some other event"], ["decoration", "an award for winning a championship or commemorating some other event"], ["thread", "any long object resembling a thin line"]]}, {"answer": "riboflavin", "hint": "synonyms for riboflavin", "clues": [["vitamin G", "a B vitamin that prevents skin lesions and weight loss"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin B2", "a B vitamin that prevents skin lesions and weight loss"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss"]]}, {"answer": "richness", "hint": "synonyms for richness", "clues": [["fertility", "the property of producing abundantly and sustaining vigorous and luxuriant growth"], ["rankness", "the property of producing abundantly and sustaining vigorous and luxuriant growth"], ["prolificacy", "the property of producing abundantly and sustaining vigorous and luxuriant growth"], ["cornucopia", "the property of being extremely abundant"], ["profuseness", "the property of being extremely abundant"], ["mellowness", "the property of a sensation that is rich and pleasing"], ["magnificence", "splendid or imposing in size or appearance"], ["grandness", "splendid or imposing in size or appearance"], ["profusion", "the property of being extremely abundant"], ["fullness", "the property of a sensation that is rich and pleasing"], ["impressiveness", "splendid or imposing in size or appearance"]]}, {"answer": "riddance", "hint": "synonyms for riddance", "clues": [["ejection", "the act of forcing out someone or something"], ["expulsion", "the act of forcing out someone or something"], ["elimination", "the act of removing or getting rid of something"], ["exclusion", "the act of forcing out someone or something"]]}, {"answer": "rift", "hint": "synonyms for rift", "clues": [["breach", "a personal or social separation (as between opposing factions)"], ["severance", "a personal or social separation (as between opposing factions)"], ["rupture", "a personal or social separation (as between opposing factions)"], ["break", "a personal or social separation (as between opposing factions)"], ["falling out", "a personal or social separation (as between opposing factions)"]]}, {"answer": "rig", "hint": "synonyms for rig", "clues": [["tractor trailer", "a truck consisting of a tractor and trailer together"], ["fishing rig", "gear used in fishing"], ["fishing gear", "gear used in fishing"], ["semi", "a truck consisting of a tractor and trailer together"], ["fishing tackle", "gear used in fishing"], ["cheat", "the act of swindling by some fraudulent scheme"], ["swindle", "the act of swindling by some fraudulent scheme"], ["outfit", "a set of clothing (with accessories)"], ["tackle", "gear used in fishing"], ["carriage", "a vehicle with wheels drawn by one or more horses"], ["equipage", "a vehicle with wheels drawn by one or more horses"], ["trucking rig", "a truck consisting of a tractor and trailer together"], ["getup", "a set of clothing (with accessories)"], ["trailer truck", "a truck consisting of a tractor and trailer together"], ["rigging", "formation of masts, spars, sails, etc., on a vessel"], ["turnout", "a set of clothing (with accessories)"], ["articulated lorry", "a truck consisting of a tractor and trailer together"]]}, {"answer": "rightness", "hint": "synonyms for rightness", "clues": [["justness", "conformity with some esthetic standard of correctness or propriety"], ["nicety", "conformity with some esthetic standard of correctness or propriety"], ["correctness", "conformity to fact or truth"], ["appropriateness", "appropriate conduct; doing the right thing"]]}, {"answer": "rigor", "hint": "synonyms for rigor", "clues": [["severity", "excessive sternness"], ["harshness", "excessive sternness"], ["rigour", "the quality of being valid and rigorous"], ["stiffness", "excessive sternness"], ["rigourousness", "excessive sternness"], ["hardness", "excessive sternness"], ["grimness", "something hard to endure"], ["hardship", "something hard to endure"], ["inclemency", "excessive sternness"], ["asperity", "something hard to endure"], ["severeness", "excessive sternness"], ["cogency", "the quality of being valid and rigorous"], ["validity", "the quality of being valid and rigorous"]]}, {"answer": "rigorousness", "hint": "synonyms for rigorousness", "clues": [["severity", "excessive sternness"], ["grimness", "something hard to endure"], ["hardship", "something hard to endure"], ["inclemency", "excessive sternness"], ["asperity", "something hard to endure"], ["harshness", "excessive sternness"], ["rigour", "something hard to endure"], ["stiffness", "excessive sternness"], ["rigourousness", "excessive sternness"], ["severeness", "excessive sternness"], ["hardness", "excessive sternness"]]}, {"answer": "rigour", "hint": "synonyms for rigour", "clues": [["severity", "excessive sternness"], ["harshness", "excessive sternness"], ["stiffness", "excessive sternness"], ["rigor", "the quality of being valid and rigorous"], ["rigourousness", "excessive sternness"], ["hardness", "excessive sternness"], ["grimness", "something hard to endure"], ["hardship", "something hard to endure"], ["inclemency", "excessive sternness"], ["asperity", "something hard to endure"], ["severeness", "excessive sternness"], ["cogency", "the quality of being valid and rigorous"], ["validity", "the quality of being valid and rigorous"]]}, {"answer": "rigourousness", "hint": "synonyms for rigourousness", "clues": [["severity", "excessive sternness"], ["grimness", "something hard to endure"], ["hardship", "something hard to endure"], ["inclemency", "excessive sternness"], ["asperity", "something hard to endure"], ["rigorousness", "excessive sternness"], ["harshness", "excessive sternness"], ["rigour", "something hard to endure"], ["stiffness", "excessive sternness"], ["severeness", "excessive sternness"], ["hardness", "excessive sternness"]]}, {"answer": "rilievo", "hint": "synonyms for rilievo", "clues": [["relievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["embossment", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"], ["relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background"]]}, {"answer": "rill", "hint": "synonyms for rill", "clues": [["streamlet", "a small stream"], ["run", "a small stream"], ["runnel", "a small stream"], ["rivulet", "a small stream"]]}, {"answer": "rime", "hint": "synonyms for rime", "clues": [["rhyme", "correspondence in the sounds of two or more lines (especially final sounds)"], ["hoarfrost", "ice crystals forming a white deposit (especially on objects outside)"], ["hoar", "ice crystals forming a white deposit (especially on objects outside)"], ["frost", "ice crystals forming a white deposit (especially on objects outside)"]]}, {"answer": "ring", "hint": "synonyms for ring", "clues": [["gang", "an association of criminals"], ["anchor ring", "a toroidal shape"], ["ringing", "the sound of a bell ringing; ; ; --E. A. Poe"], ["halo", "a toroidal shape"], ["pack", "an association of criminals"], ["doughnut", "a toroidal shape"], ["band", "jewelry consisting of a circlet of precious metal (often set with jewels) worn on the finger"], ["annulus", "a toroidal shape"], ["closed chain", "(chemistry) a chain of atoms in a molecule that forms a closed loop"], ["mob", "an association of criminals"], ["hoop", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling"], ["tintinnabulation", "the sound of a bell ringing; ; ; --E. A. Poe"]]}, {"answer": "ring_armor", "hint": "synonyms for ring armor", "clues": [["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring armour", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings"]]}, {"answer": "ring_armour", "hint": "synonyms for ring armour", "clues": [["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings"]]}, {"answer": "ring_mail", "hint": "synonyms for ring mail", "clues": [["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings"]]}, {"answer": "ringing", "hint": "synonyms for ringing", "clues": [["vibrancy", "having the character of a loud deep sound; the quality of being resonant"], ["ring", "the sound of a bell ringing; ; ; --E. A. Poe"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant"], ["plangency", "having the character of a loud deep sound; the quality of being resonant"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant"], ["sonority", "having the character of a loud deep sound; the quality of being resonant"], ["resonance", "having the character of a loud deep sound; the quality of being resonant"], ["tintinnabulation", "the sound of a bell ringing; ; ; --E. A. Poe"]]}, {"answer": "ringlet", "hint": "synonyms for ringlet", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"]]}, {"answer": "rings", "hint": "synonyms for rings", "clues": [["ring", "the sound of a bell ringing; ; ; --E. A. Poe"], ["halo", "a toroidal shape"], ["doughnut", "a toroidal shape"], ["gang", "an association of criminals"], ["anchor ring", "a toroidal shape"], ["band", "jewelry consisting of a circlet of precious metal (often set with jewels) worn on the finger"], ["pack", "an association of criminals"], ["annulus", "a toroidal shape"], ["closed chain", "(chemistry) a chain of atoms in a molecule that forms a closed loop"], ["mob", "an association of criminals"], ["hoop", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling"], ["tintinnabulation", "the sound of a bell ringing; ; ; --E. A. Poe"]]}, {"answer": "riot", "hint": "synonyms for riot", "clues": [["howler", "a joke that seems extremely funny"], ["thigh-slapper", "a joke that seems extremely funny"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity"], ["wow", "a joke that seems extremely funny"], ["scream", "a joke that seems extremely funny"], ["belly laugh", "a joke that seems extremely funny"], ["orgy", "a wild gathering involving excessive drinking and promiscuity"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity"], ["debauch", "a wild gathering involving excessive drinking and promiscuity"], ["public violence", "a public act of violence by an unruly mob"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity"], ["sidesplitter", "a joke that seems extremely funny"]]}, {"answer": "rip", "hint": "synonyms for rip", "clues": [["rent", "the act of rending or ripping or splitting something"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["split", "an opening made forcibly as by pulling apart"], ["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["tear", "an opening made forcibly as by pulling apart"], ["snag", "an opening made forcibly as by pulling apart"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"]]}, {"answer": "riposte", "hint": "synonyms for riposte", "clues": [["return", "a quick reply to a question or remark (especially a witty or critical one)"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)"], ["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)"]]}, {"answer": "riptide", "hint": "synonyms for riptide", "clues": [["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["rip current", "a strong surface current flowing outwards from a shore"], ["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"]]}, {"answer": "rise", "hint": "synonyms for rise", "clues": [["ascent", "a movement upward"], ["emanation", "(theology) the origination of the Holy Spirit at Pentecost"], ["upgrade", "the property possessed by a slope or surface that rises"], ["hike", "the amount a salary is increased"], ["rising", "a movement upward"], ["acclivity", "an upward slope or grade (as in a road)"], ["salary increase", "the amount a salary is increased"], ["ascension", "the act of changing location in an upward direction"], ["ascending", "the act of changing location in an upward direction"], ["wage hike", "the amount a salary is increased"], ["boost", "an increase in cost"], ["advance", "increase in price or value"], ["wage increase", "the amount a salary is increased"], ["cost increase", "an increase in cost"], ["climb", "an upward slope or grade (as in a road)"], ["lift", "a wave that lifts the surface of the water or ground"], ["rising slope", "the property possessed by a slope or surface that rises"], ["raise", "an upward slope or grade (as in a road)"], ["procession", "(theology) the origination of the Holy Spirit at Pentecost"]]}, {"answer": "risk", "hint": "synonyms for risk", "clues": [["risk of exposure", "the probability of being exposed to an infectious agent"], ["risk of infection", "the probability of becoming infected given that exposure to an infectious agent has occurred"], ["peril", "a venture undertaken without regard to possible loss or injury"], ["danger", "a venture undertaken without regard to possible loss or injury"]]}, {"answer": "river_basin", "hint": "synonyms for river basin", "clues": [["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"]]}, {"answer": "rivulet", "hint": "synonyms for rivulet", "clues": [["run", "a small stream"], ["rill", "a small stream"], ["runnel", "a small stream"], ["streamlet", "a small stream"]]}, {"answer": "roach", "hint": "synonyms for roach", "clues": [["rope", "street names for flunitrazepan"], ["rophy", "street names for flunitrazepan"], ["circle", "street names for flunitrazepan"], ["roofy", "street names for flunitrazepan"], ["forget me drug", "street names for flunitrazepan"]]}, {"answer": "roar", "hint": "synonyms for roar", "clues": [["thunder", "a deep prolonged loud noise"], ["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"], ["yowl", "a very loud utterance (like the sound of an animal)"], ["boom", "a deep prolonged loud noise"]]}, {"answer": "rock", "hint": "synonyms for rock", "clues": [["stone", "material consisting of the aggregate of minerals like those making up the Earth's crust"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["sway", "pitching dangerously to one side"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock candy", "hard bright-colored stick candy (typically flavored with peppermint)"], ["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock'n'roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["careen", "pitching dangerously to one side"], ["tilt", "pitching dangerously to one side"]]}, {"answer": "rock'n'roll", "hint": "synonyms for rock'n'roll", "clues": [["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock 'n' roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"]]}, {"answer": "rock-and-roll", "hint": "synonyms for rock-and-roll", "clues": [["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock'n'roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"]]}, {"answer": "rock_'n'_roll", "hint": "synonyms for rock 'n' roll", "clues": [["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock'n'roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"]]}, {"answer": "rock_and_roll", "hint": "synonyms for rock and roll", "clues": [["rock'n'roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"]]}, {"answer": "rock_music", "hint": "synonyms for rock music", "clues": [["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock'n'roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"], ["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western"]]}, {"answer": "rock_oil", "hint": "synonyms for rock oil", "clues": [["oil", "a dark oil consisting mainly of hydrocarbons"], ["crude", "a dark oil consisting mainly of hydrocarbons"], ["crude oil", "a dark oil consisting mainly of hydrocarbons"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons"], ["petroleum", "a dark oil consisting mainly of hydrocarbons"]]}, {"answer": "rockers", "hint": "synonyms for rockers", "clues": [["cradle", "a trough that can be rocked back and forth; used by gold miners to shake auriferous earth in water in order to separate the gold"], ["bikers", "originally a British youth subculture that evolved out of the teddy boys in the 1960s; wore black leather jackets and jeans and boots; had greased hair and rode motorcycles and listened to rock'n'roll; were largely unskilled manual laborers"], ["rocker", "an ice skate with a curved blade"], ["rocking chair", "a chair mounted on rockers"]]}, {"answer": "roguery", "hint": "synonyms for roguery", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "roguishness", "hint": "synonyms for roguishness", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["prankishness", "the trait of indulging in disreputable pranks"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "the trait of indulging in disreputable pranks"]]}, {"answer": "role", "hint": "synonyms for role", "clues": [["purpose", "what something is used for"], ["theatrical role", "an actor's portrayal of someone in a play"], ["part", "the actions and activities assigned to or required or expected of a person or group"], ["function", "what something is used for"], ["character", "an actor's portrayal of someone in a play"], ["use", "what something is used for"], ["office", "the actions and activities assigned to or required or expected of a person or group"], ["persona", "an actor's portrayal of someone in a play"]]}, {"answer": "roll", "hint": "synonyms for roll", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["axial motion", "rotary motion of an object around its own axis"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["axial rotation", "rotary motion of an object around its own axis"], ["bun", "small rounded bread either plain or sweet"], ["roster", "a list of names"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["pealing", "a deep prolonged sound (as of thunder or large bells)"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["rolling wave", "a long heavy sea wave as it advances towards the shore"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["bankroll", "a roll of currency notes (often taken as the resources of a person or business etc.)"], ["roller", "a long heavy sea wave as it advances towards the shore"], ["drum roll", "the sound of a drum (especially a snare drum) beaten rapidly and continuously"], ["cast", "the act of throwing dice"], ["paradiddle", "the sound of a drum (especially a snare drum) beaten rapidly and continuously"], ["bowl", "the act of rolling something (as the ball in bowling)"], ["rolling", "a deep prolonged sound (as of thunder or large bells)"]]}, {"answer": "roll_in_the_hay", "hint": "synonyms for roll in the hay", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "roller", "hint": "synonyms for roller", "clues": [["rolling wave", "a long heavy sea wave as it advances towards the shore"], ["crimper", "a mechanical device consisting of a cylindrical tube around which the hair is wound to curl it"], ["curler", "a mechanical device consisting of a cylindrical tube around which the hair is wound to curl it"], ["roll", "a long heavy sea wave as it advances towards the shore"], ["hair curler", "a mechanical device consisting of a cylindrical tube around which the hair is wound to curl it"]]}, {"answer": "roma", "hint": "synonyms for roma", "clues": [["read-only storage", "(computer science) memory whose contents can be accessed and read but cannot be changed"], ["capital of Italy", "capital and largest city of Italy; on the Tiber; seat of the Roman Catholic Church; formerly the capital of the Roman Republic and the Roman Empire"], ["fixed storage", "(computer science) memory whose contents can be accessed and read but cannot be changed"], ["read-only memory", "(computer science) memory whose contents can be accessed and read but cannot be changed"]]}, {"answer": "romans", "hint": "synonyms for romans", "clues": [["roman print", "a typeface used in ancient Roman inscriptions"], ["roman type", "a typeface used in ancient Roman inscriptions"], ["roman letters", "a typeface used in ancient Roman inscriptions"], ["roman", "a typeface used in ancient Roman inscriptions"]]}, {"answer": "romp", "hint": "synonyms for romp", "clues": [["frolic", "gay or light-hearted recreational activity for diversion or amusement"], ["laugher", "an easy victory"], ["runaway", "an easy victory"], ["shoo-in", "an easy victory"], ["blowout", "an easy victory"], ["caper", "gay or light-hearted recreational activity for diversion or amusement"], ["play", "gay or light-hearted recreational activity for diversion or amusement"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement"], ["walkaway", "an easy victory"]]}, {"answer": "roofy", "hint": "synonyms for roofy", "clues": [["rope", "street names for flunitrazepan"], ["rophy", "street names for flunitrazepan"], ["circle", "street names for flunitrazepan"], ["roach", "street names for flunitrazepan"], ["forget me drug", "street names for flunitrazepan"]]}, {"answer": "rooms", "hint": "synonyms for rooms", "clues": [["room", "an area within a building enclosed by walls and floor and ceiling"], ["way", "space for movement"], ["elbow room", "space for movement"], ["suite", "apartment consisting of a series of connected rooms used as a living unit (as in a hotel)"]]}, {"answer": "root", "hint": "synonyms for root", "clues": [["beginning", "the place where something begins, where it springs into being"], ["etymon", "a simple form inferred as the common basis from which related words in several languages can be derived by linguistic processes"], ["base", "(linguistics) the form of a word after all affixes are removed"], ["solution", "the set of values that give a true statement when substituted into an equation"], ["rootage", "the place where something begins, where it springs into being"], ["stem", "(linguistics) the form of a word after all affixes are removed"], ["source", "the place where something begins, where it springs into being"], ["root word", "(linguistics) the form of a word after all affixes are removed"], ["origin", "the place where something begins, where it springs into being"], ["radical", "(linguistics) the form of a word after all affixes are removed"], ["theme", "(linguistics) the form of a word after all affixes are removed"]]}, {"answer": "root_word", "hint": "synonyms for root word", "clues": [["stem", "(linguistics) the form of a word after all affixes are removed"], ["base", "(linguistics) the form of a word after all affixes are removed"], ["root", "(linguistics) the form of a word after all affixes are removed"], ["radical", "(linguistics) the form of a word after all affixes are removed"], ["theme", "(linguistics) the form of a word after all affixes are removed"]]}, {"answer": "rootage", "hint": "synonyms for rootage", "clues": [["origin", "the place where something begins, where it springs into being"], ["beginning", "the place where something begins, where it springs into being"], ["root", "the place where something begins, where it springs into being"], ["source", "the place where something begins, where it springs into being"]]}, {"answer": "roots", "hint": "synonyms for roots", "clues": [["beginning", "the place where something begins, where it springs into being"], ["root", "a simple form inferred as the common basis from which related words in several languages can be derived by linguistic processes"], ["etymon", "a simple form inferred as the common basis from which related words in several languages can be derived by linguistic processes"], ["base", "(linguistics) the form of a word after all affixes are removed"], ["solution", "the set of values that give a true statement when substituted into an equation"], ["rootage", "the place where something begins, where it springs into being"], ["stem", "(linguistics) the form of a word after all affixes are removed"], ["source", "the place where something begins, where it springs into being"], ["root word", "(linguistics) the form of a word after all affixes are removed"], ["origin", "the place where something begins, where it springs into being"], ["radical", "(linguistics) the form of a word after all affixes are removed"], ["theme", "(linguistics) the form of a word after all affixes are removed"]]}, {"answer": "rope", "hint": "synonyms for rope", "clues": [["roach", "street names for flunitrazepan"], ["rophy", "street names for flunitrazepan"], ["circle", "street names for flunitrazepan"], ["roofy", "street names for flunitrazepan"], ["forget me drug", "street names for flunitrazepan"]]}, {"answer": "ropeway", "hint": "synonyms for ropeway", "clues": [["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"]]}, {"answer": "rophy", "hint": "synonyms for rophy", "clues": [["rope", "street names for flunitrazepan"], ["roach", "street names for flunitrazepan"], ["circle", "street names for flunitrazepan"], ["roofy", "street names for flunitrazepan"], ["forget me drug", "street names for flunitrazepan"]]}, {"answer": "ropiness", "hint": "synonyms for ropiness", "clues": [["viscidity", "the property of being cohesive and sticky"], ["tackiness", "the property of being cohesive and sticky"], ["gumminess", "the property of being cohesive and sticky"], ["viscidness", "the property of being cohesive and sticky"], ["cohesiveness", "the property of being cohesive and sticky"], ["glueyness", "the property of being cohesive and sticky"], ["gluiness", "the property of being cohesive and sticky"]]}, {"answer": "rostrum", "hint": "synonyms for rostrum", "clues": [["stump", "a platform raised above the surrounding level to give prominence to the person on it"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it"], ["ambo", "a platform raised above the surrounding level to give prominence to the person on it"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it"]]}, {"answer": "rot", "hint": "synonyms for rot", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)"], ["guff", "unacceptable behavior (especially ludicrously false statements)"], ["bunk", "unacceptable behavior (especially ludicrously false statements)"], ["rotting", "(biology) the process of decay caused by bacterial or fungal action"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)"], ["putrefaction", "(biology) the process of decay caused by bacterial or fungal action"], ["decomposition", "(biology) the process of decay caused by bacterial or fungal action"]]}, {"answer": "rotundity", "hint": "synonyms for rotundity", "clues": [["globosity", "the roundness of a 3-dimensional object"], ["sphericity", "the roundness of a 3-dimensional object"], ["rotundness", "the roundness of a 3-dimensional object"], ["sphericalness", "the roundness of a 3-dimensional object"], ["globularness", "the roundness of a 3-dimensional object"]]}, {"answer": "rotundness", "hint": "synonyms for rotundness", "clues": [["globosity", "the roundness of a 3-dimensional object"], ["sphericity", "the roundness of a 3-dimensional object"], ["rotundity", "the roundness of a 3-dimensional object"], ["globularness", "the roundness of a 3-dimensional object"], ["sphericalness", "the roundness of a 3-dimensional object"]]}, {"answer": "roughness", "hint": "synonyms for roughness", "clues": [["harshness", "the quality of being unpleasant (harsh or rough or grating) to the senses"], ["raggedness", "a texture of a surface or edge that is not smooth but is irregular and uneven"], ["crudeness", "an unpolished unrefined quality"], ["pitting", "the formation of small pits in a surface as a consequence of corrosion"], ["indentation", "the formation of small pits in a surface as a consequence of corrosion"]]}, {"answer": "row", "hint": "synonyms for row", "clues": [["rowing", "the act of rowing as a sport"], ["wrangle", "an angry dispute"], ["dustup", "an angry dispute"], ["run-in", "an angry dispute"], ["quarrel", "an angry dispute"], ["words", "an angry dispute"], ["course", "(construction) a layer of masonry"]]}, {"answer": "rowlock", "hint": "synonyms for rowlock", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"]]}, {"answer": "rub", "hint": "synonyms for rub", "clues": [["wipe", "the act of rubbing or wiping"], ["hang-up", "an unforeseen obstacle"], ["hitch", "an unforeseen obstacle"], ["snag", "an unforeseen obstacle"]]}, {"answer": "rubbish", "hint": "synonyms for rubbish", "clues": [["wish-wash", "nonsensical talk or writing"], ["trash", "worthless material that is to be disposed of"], ["scrap", "worthless material that is to be disposed of"], ["codswallop", "nonsensical talk or writing"], ["folderol", "nonsensical talk or writing"], ["applesauce", "nonsensical talk or writing"], ["tripe", "nonsensical talk or writing"], ["trumpery", "nonsensical talk or writing"]]}, {"answer": "rubbish_dump", "hint": "synonyms for rubbish dump", "clues": [["dump", "a piece of land where waste materials are dumped"], ["trash dump", "a piece of land where waste materials are dumped"], ["dumpsite", "a piece of land where waste materials are dumped"], ["garbage dump", "a piece of land where waste materials are dumped"], ["waste-yard", "a piece of land where waste materials are dumped"]]}, {"answer": "rubbish_heap", "hint": "synonyms for rubbish heap", "clues": [["trash pile", "an accumulation of refuse and discarded matter"], ["garbage heap", "an accumulation of refuse and discarded matter"], ["junk pile", "an accumulation of refuse and discarded matter"], ["junk heap", "an accumulation of refuse and discarded matter"], ["refuse heap", "an accumulation of refuse and discarded matter"], ["scrapheap", "an accumulation of refuse and discarded matter"], ["trash heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "rubble", "hint": "synonyms for rubble", "clues": [["debris", "the remains of something that has been destroyed or broken up"], ["detritus", "the remains of something that has been destroyed or broken up"], ["dust", "the remains of something that has been destroyed or broken up"], ["junk", "the remains of something that has been destroyed or broken up"]]}, {"answer": "rucksack", "hint": "synonyms for rucksack", "clues": [["packsack", "a bag carried by a strap on your back or shoulder"], ["backpack", "a bag carried by a strap on your back or shoulder"], ["haversack", "a bag carried by a strap on your back or shoulder"], ["knapsack", "a bag carried by a strap on your back or shoulder"]]}, {"answer": "ruckus", "hint": "synonyms for ruckus", "clues": [["ruction", "the act of making a noisy disturbance"], ["din", "the act of making a noisy disturbance"], ["tumult", "the act of making a noisy disturbance"], ["rumpus", "the act of making a noisy disturbance"], ["commotion", "the act of making a noisy disturbance"]]}, {"answer": "ruction", "hint": "synonyms for ruction", "clues": [["din", "the act of making a noisy disturbance"], ["tumult", "the act of making a noisy disturbance"], ["ruckus", "the act of making a noisy disturbance"], ["commotion", "the act of making a noisy disturbance"], ["rumpus", "the act of making a noisy disturbance"]]}, {"answer": "rudiments", "hint": "synonyms for rudiments", "clues": [["basics", "a statement of fundamental facts or principles"], ["alphabet", "the elementary stages of any subject (usually plural)"], ["first principle", "the elementary stages of any subject (usually plural)"], ["first rudiment", "the elementary stages of any subject (usually plural)"], ["rudiment", "the elementary stages of any subject (usually plural)"]]}, {"answer": "ruff", "hint": "synonyms for ruff", "clues": [["neck ruff", "a high tight collar"], ["ruffle", "a high tight collar"], ["trumping", "(card games) the act of taking a trick with a trump when unable to follow suit"], ["choker", "a high tight collar"]]}, {"answer": "ruffle", "hint": "synonyms for ruffle", "clues": [["fray", "a noisy fight"], ["choker", "a high tight collar"], ["neck ruff", "a high tight collar"], ["ruff", "a high tight collar"], ["disturbance", "a noisy fight"], ["flounce", "a strip of pleated material used as a decoration or a trim"], ["furbelow", "a strip of pleated material used as a decoration or a trim"], ["affray", "a noisy fight"], ["frill", "a strip of pleated material used as a decoration or a trim"]]}, {"answer": "ruin", "hint": "synonyms for ruin", "clues": [["wrecking", "destruction achieved by causing something to be wrecked or ruined"], ["ruination", "destruction achieved by causing something to be wrecked or ruined"], ["laying waste", "destruction achieved by causing something to be wrecked or ruined"], ["dilapidation", "the process of becoming dilapidated"], ["ruining", "destruction achieved by causing something to be wrecked or ruined"], ["downfall", "failure that results in a loss of position or reputation"]]}, {"answer": "ruination", "hint": "synonyms for ruination", "clues": [["wrecking", "destruction achieved by causing something to be wrecked or ruined"], ["ruin", "failure that results in a loss of position or reputation"], ["laying waste", "destruction achieved by causing something to be wrecked or ruined"], ["downfall", "failure that results in a loss of position or reputation"]]}, {"answer": "ruining", "hint": "synonyms for ruining", "clues": [["laying waste", "destruction achieved by causing something to be wrecked or ruined"], ["wrecking", "destruction achieved by causing something to be wrecked or ruined"], ["ruin", "destruction achieved by causing something to be wrecked or ruined"], ["ruination", "destruction achieved by causing something to be wrecked or ruined"]]}, {"answer": "rule", "hint": "synonyms for rule", "clues": [["pattern", "something regarded as a normative example"], ["linguistic rule", "(linguistics) a rule describing (or prescribing) a linguistic practice"], ["principle", "a basic generalization that is accepted as true and that can be used as a basis for reasoning or conduct"], ["normal", "something regarded as a normative example"], ["prescript", "prescribed guide for conduct or action"], ["convention", "something regarded as a normative example"], ["regulation", "a principle or condition that customarily governs behavior"], ["formula", "(mathematics) a standard procedure for solving a class of mathematical problems"], ["ruler", "measuring stick consisting of a strip of wood or metal or plastic with a straight edge that is used for drawing straight lines and measuring lengths"]]}, {"answer": "rumination", "hint": "synonyms for rumination", "clues": [["contemplation", "a calm, lengthy, intent consideration"], ["musing", "a calm, lengthy, intent consideration"], ["reflexion", "a calm, lengthy, intent consideration"], ["reflection", "a calm, lengthy, intent consideration"], ["thoughtfulness", "a calm, lengthy, intent consideration"]]}, {"answer": "rumpus", "hint": "synonyms for rumpus", "clues": [["ruction", "the act of making a noisy disturbance"], ["din", "the act of making a noisy disturbance"], ["tumult", "the act of making a noisy disturbance"], ["ruckus", "the act of making a noisy disturbance"], ["commotion", "the act of making a noisy disturbance"]]}, {"answer": "run", "hint": "synonyms for run", "clues": [["campaign", "a race between candidates for elective office"], ["ravel", "a row of unravelled stitches"], ["outpouring", "the pouring forth of a fluid"], ["trial", "the act of testing something"], ["streak", "an unbroken series of events"], ["running play", "(American football) a play in which a player attempts to carry the ball through or past the opposing team"], ["running", "the act of running; traveling on foot at a fast pace"], ["foot race", "a race run on foot"], ["rill", "a small stream"], ["runnel", "a small stream"], ["ladder", "a row of unravelled stitches"], ["rivulet", "a small stream"], ["political campaign", "a race between candidates for elective office"], ["test", "the act of testing something"], ["discharge", "the pouring forth of a fluid"], ["streamlet", "a small stream"], ["running game", "(American football) a play in which a player attempts to carry the ball through or past the opposing team"], ["tally", "a score in baseball made by a runner touching all four bases safely"]]}, {"answer": "run-in", "hint": "synonyms for run-in", "clues": [["wrangle", "an angry dispute"], ["dustup", "an angry dispute"], ["row", "an angry dispute"], ["quarrel", "an angry dispute"], ["words", "an angry dispute"]]}, {"answer": "rung", "hint": "synonyms for rung", "clues": [["rundle", "one of the crosspieces that form the steps of a ladder"], ["spoke", "one of the crosspieces that form the steps of a ladder"], ["stave", "a crosspiece between the legs of a chair"], ["round", "a crosspiece between the legs of a chair"]]}, {"answer": "runnel", "hint": "synonyms for runnel", "clues": [["run", "a small stream"], ["streamlet", "a small stream"], ["rill", "a small stream"], ["rivulet", "a small stream"]]}, {"answer": "runniness", "hint": "synonyms for runniness", "clues": [["fluidity", "the property of flowing easily"], ["fluidness", "the property of flowing easily"], ["liquidness", "the property of flowing easily"], ["liquidity", "the property of flowing easily"]]}, {"answer": "rupture", "hint": "synonyms for rupture", "clues": [["breach", "a personal or social separation (as between opposing factions)"], ["severance", "a personal or social separation (as between opposing factions)"], ["rift", "a personal or social separation (as between opposing factions)"], ["break", "a personal or social separation (as between opposing factions)"], ["falling out", "a personal or social separation (as between opposing factions)"]]}, {"answer": "s", "hint": "synonyms for s", "clues": [["south", "the cardinal compass point that is at 180 degrees"], ["sulfur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)"], ["sulphur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)"], ["mho", "a unit of conductance equal to the reciprocal of an ohm"], ["sec", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites"], ["randomness", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work"], ["entropy", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work"], ["second", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites"], ["reciprocal ohm", "a unit of conductance equal to the reciprocal of an ohm"], ["atomic number 16", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)"], ["southward", "the cardinal compass point that is at 180 degrees"], ["siemens", "a unit of conductance equal to the reciprocal of an ohm"], ["due south", "the cardinal compass point that is at 180 degrees"]]}, {"answer": "sabot", "hint": "synonyms for sabot", "clues": [["patten", "footwear usually with wooden soles"], ["wooden shoe", "a shoe carved from a single block of wood"], ["geta", "footwear usually with wooden soles"], ["clog", "footwear usually with wooden soles"]]}, {"answer": "sack", "hint": "synonyms for sack", "clues": [["shift", "a loose-fitting dress hanging straight from the shoulders without a waist"], ["sackful", "the quantity contained in a sack"], ["sacking", "the termination of someone's employment (leaving them free to depart)"], ["dismissal", "the termination of someone's employment (leaving them free to depart)"], ["carrier bag", "a bag made of paper or plastic for holding customer's purchases"], ["paper bag", "a bag made of paper or plastic for holding customer's purchases"], ["poke", "a bag made of paper or plastic for holding customer's purchases"], ["chemise", "a loose-fitting dress hanging straight from the shoulders without a waist"], ["discharge", "the termination of someone's employment (leaving them free to depart)"], ["pouch", "an enclosed space"], ["dismission", "the termination of someone's employment (leaving them free to depart)"], ["sac", "an enclosed space"], ["release", "the termination of someone's employment (leaving them free to depart)"], ["firing", "the termination of someone's employment (leaving them free to depart)"], ["hammock", "a hanging bed of canvas or rope netting (usually suspended between two trees); swings easily"], ["liberation", "the termination of someone's employment (leaving them free to depart)"], ["pocket", "an enclosed space"], ["sacque", "a woman's full loose hiplength jacket"]]}, {"answer": "sacking", "hint": "synonyms for sacking", "clues": [["sack", "the termination of someone's employment (leaving them free to depart)"], ["bagging", "coarse fabric used for bags or sacks"], ["discharge", "the termination of someone's employment (leaving them free to depart)"], ["dismission", "the termination of someone's employment (leaving them free to depart)"], ["release", "the termination of someone's employment (leaving them free to depart)"], ["firing", "the termination of someone's employment (leaving them free to depart)"], ["dismissal", "the termination of someone's employment (leaving them free to depart)"], ["liberation", "the termination of someone's employment (leaving them free to depart)"]]}, {"answer": "saddleback", "hint": "synonyms for saddleback", "clues": [["saddle", "a pass or ridge that slopes gently between two peaks (is shaped like a saddle)"], ["gable roof", "a double sloping roof with a ridge and gables at each end"], ["saddle roof", "a double sloping roof with a ridge and gables at each end"], ["saddleback roof", "a double sloping roof with a ridge and gables at each end"]]}, {"answer": "safe-deposit", "hint": "synonyms for safe-deposit", "clues": [["lockbox", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["safety-deposit", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["safe-deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"]]}, {"answer": "safe-deposit_box", "hint": "synonyms for safe-deposit box", "clues": [["safety deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["lockbox", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["safety-deposit", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"]]}, {"answer": "safety", "hint": "synonyms for safety", "clues": [["base hit", "(baseball) the successful act of striking a baseball in such a way that the batter reaches base safely"], ["guard", "a device designed to prevent injury or accidents"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["safety device", "a device designed to prevent injury or accidents"], ["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"], ["refuge", "a safe place"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse"]]}, {"answer": "safety-deposit", "hint": "synonyms for safety-deposit", "clues": [["safety deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["lockbox", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["safe-deposit", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"]]}, {"answer": "safety_deposit_box", "hint": "synonyms for safety deposit box", "clues": [["lockbox", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["safety-deposit", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["safe-deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"], ["deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables"]]}, {"answer": "safety_valve", "hint": "synonyms for safety valve", "clues": [["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level"]]}, {"answer": "sagaciousness", "hint": "synonyms for sagaciousness", "clues": [["judgement", "the mental ability to understand and discriminate between relations"], ["sagacity", "the trait of forming opinions by distinguishing and evaluating"], ["discernment", "the mental ability to understand and discriminate between relations"], ["judiciousness", "the trait of forming opinions by distinguishing and evaluating"]]}, {"answer": "sagacity", "hint": "synonyms for sagacity", "clues": [["judgement", "the mental ability to understand and discriminate between relations"], ["sagaciousness", "the trait of forming opinions by distinguishing and evaluating"], ["discernment", "the mental ability to understand and discriminate between relations"], ["judiciousness", "the trait of forming opinions by distinguishing and evaluating"]]}, {"answer": "sailing", "hint": "synonyms for sailing", "clues": [["soaring", "the activity of flying a glider"], ["glide", "the activity of flying a glider"], ["navigation", "the work of a sailor"], ["gliding", "the activity of flying a glider"], ["sailplaning", "the activity of flying a glider"], ["seafaring", "the work of a sailor"]]}, {"answer": "sailor", "hint": "synonyms for sailor", "clues": [["skimmer", "a stiff hat made of straw with a flat crown"], ["boater", "a stiff hat made of straw with a flat crown"], ["leghorn", "a stiff hat made of straw with a flat crown"], ["straw hat", "a stiff hat made of straw with a flat crown"]]}, {"answer": "sailplaning", "hint": "synonyms for sailplaning", "clues": [["soaring", "the activity of flying a glider"], ["gliding", "the activity of flying a glider"], ["sailing", "the activity of flying a glider"], ["glide", "the activity of flying a glider"]]}, {"answer": "saint_elmo's_fire", "hint": "synonyms for saint elmo's fire", "clues": [["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere"]]}, {"answer": "saint_elmo's_light", "hint": "synonyms for saint elmo's light", "clues": [["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere"]]}, {"answer": "saint_ulmo's_fire", "hint": "synonyms for saint ulmo's fire", "clues": [["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere"]]}, {"answer": "saint_ulmo's_light", "hint": "synonyms for saint ulmo's light", "clues": [["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere"]]}, {"answer": "sal_soda", "hint": "synonyms for sal soda", "clues": [["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"]]}, {"answer": "salaciousness", "hint": "synonyms for salaciousness", "clues": [["obscenity", "the trait of behaving in an obscene manner"], ["lewdness", "the trait of behaving in an obscene manner"], ["salacity", "the trait of behaving in an obscene manner"], ["bawdiness", "the trait of behaving in an obscene manner"]]}, {"answer": "salacity", "hint": "synonyms for salacity", "clues": [["obscenity", "the trait of behaving in an obscene manner"], ["lewdness", "the trait of behaving in an obscene manner"], ["salaciousness", "the trait of behaving in an obscene manner"], ["bawdiness", "the trait of behaving in an obscene manner"]]}, {"answer": "salary", "hint": "synonyms for salary", "clues": [["wage", "something that remunerates"], ["earnings", "something that remunerates"], ["remuneration", "something that remunerates"], ["pay", "something that remunerates"]]}, {"answer": "salary_increase", "hint": "synonyms for salary increase", "clues": [["raise", "the amount a salary is increased"], ["wage hike", "the amount a salary is increased"], ["wage increase", "the amount a salary is increased"], ["hike", "the amount a salary is increased"]]}, {"answer": "saleratus", "hint": "synonyms for saleratus", "clues": [["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"]]}, {"answer": "sales", "hint": "synonyms for sales", "clues": [["gross revenue", "income (at invoice values) received for goods and services over some given period of time"], ["sales agreement", "an agreement (or contract) in which property is transferred from the seller (vendor) to the buyer (vendee) for a fixed price in money (paid or agreed to be paid by the buyer)"], ["sales event", "an occasion (usually brief) for buying at specially reduced prices"], ["sale", "an agreement (or contract) in which property is transferred from the seller (vendor) to the buyer (vendee) for a fixed price in money (paid or agreed to be paid by the buyer)"], ["gross sales", "income (at invoice values) received for goods and services over some given period of time"], ["cut-rate sale", "an occasion (usually brief) for buying at specially reduced prices"]]}, {"answer": "sally", "hint": "synonyms for sally", "clues": [["sortie", "a military action in which besieged troops burst forth from their position"], ["wisecrack", "witty remark"], ["crack", "witty remark"], ["quip", "witty remark"], ["sallying forth", "a venture off the beaten path"]]}, {"answer": "salmagundi", "hint": "synonyms for salmagundi", "clues": [["miscellanea", "a collection containing a variety of sorts of things"], ["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["assortment", "a collection containing a variety of sorts of things"], ["motley", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "saloon", "hint": "synonyms for saloon", "clues": [["sedan", "a car that is closed and that has front and rear seats and two or four doors"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["bar", "a room or establishment where alcoholic drinks are served over a counter"], ["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"]]}, {"answer": "saltation", "hint": "synonyms for saltation", "clues": [["dance", "taking a series of rhythmical steps (and movements) in time to music"], ["bounce", "a light, self-propelled movement upwards or forwards"], ["leap", "an abrupt transition"], ["terpsichore", "taking a series of rhythmical steps (and movements) in time to music"], ["spring", "a light, self-propelled movement upwards or forwards"], ["jump", "an abrupt transition"], ["bound", "a light, self-propelled movement upwards or forwards"], ["dancing", "taking a series of rhythmical steps (and movements) in time to music"]]}, {"answer": "saltpeter", "hint": "synonyms for saltpeter", "clues": [["saltpetre", "(KNO3) used especially as a fertilizer and explosive"], ["nitre", "(KNO3) used especially as a fertilizer and explosive"], ["potassium nitrate", "(KNO3) used especially as a fertilizer and explosive"], ["niter", "(KNO3) used especially as a fertilizer and explosive"]]}, {"answer": "saltpetre", "hint": "synonyms for saltpetre", "clues": [["saltpeter", "(KNO3) used especially as a fertilizer and explosive"], ["nitre", "(KNO3) used especially as a fertilizer and explosive"], ["potassium nitrate", "(KNO3) used especially as a fertilizer and explosive"], ["niter", "(KNO3) used especially as a fertilizer and explosive"]]}, {"answer": "salve", "hint": "synonyms for salve", "clues": [["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"]]}, {"answer": "sanatorium", "hint": "synonyms for sanatorium", "clues": [["sanatarium", "a hospital for recuperation or for the treatment of chronic diseases"], ["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["snake pit", "pejorative terms for an insane asylum"], ["nut house", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"]]}, {"answer": "sanction", "hint": "synonyms for sanction", "clues": [["indorsement", "formal and explicit approval"], ["authorisation", "official permission or approval"], ["warrant", "formal and explicit approval"], ["imprimatur", "formal and explicit approval"], ["authority", "official permission or approval"], ["countenance", "formal and explicit approval"]]}, {"answer": "sanctuary", "hint": "synonyms for sanctuary", "clues": [["asylum", "a shelter from danger or hardship"], ["bema", "area around the altar of a church for the clergy and choir; often enclosed by a lattice or railing"], ["chancel", "area around the altar of a church for the clergy and choir; often enclosed by a lattice or railing"], ["refuge", "a shelter from danger or hardship"]]}, {"answer": "sand", "hint": "synonyms for sand", "clues": [["grit", "fortitude and determination"], ["gumption", "fortitude and determination"], ["guts", "fortitude and determination"], ["moxie", "fortitude and determination"], ["backbone", "fortitude and determination"]]}, {"answer": "sands", "hint": "synonyms for sands", "clues": [["gumption", "fortitude and determination"], ["sand", "a loose material consisting of grains of rock or coral"], ["guts", "fortitude and determination"], ["moxie", "fortitude and determination"], ["backbone", "fortitude and determination"], ["littoral", "the region of the shore of a lake or sea or ocean"], ["grit", "fortitude and determination"], ["littoral zone", "the region of the shore of a lake or sea or ocean"]]}, {"answer": "sang-froid", "hint": "synonyms for sang-froid", "clues": [["cool", "great coolness and composure under strain"], ["assuredness", "great coolness and composure under strain"], ["poise", "great coolness and composure under strain"], ["aplomb", "great coolness and composure under strain"]]}, {"answer": "sapidity", "hint": "synonyms for sapidity", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["tang", "the taste experience when a savoury condiment is taken into the mouth"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["nip", "the taste experience when a savoury condiment is taken into the mouth"], ["sapidness", "a pleasant flavor"]]}, {"answer": "sash", "hint": "synonyms for sash", "clues": [["window sash", "a framework that holds the panes of a window in the window frame"], ["waistband", "a band of material around the waist that strengthens a skirt or trousers"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers"], ["waistcloth", "a band of material around the waist that strengthens a skirt or trousers"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers"]]}, {"answer": "sashay", "hint": "synonyms for sashay", "clues": [["junket", "a journey taken for pleasure"], ["outing", "a journey taken for pleasure"], ["jaunt", "a journey taken for pleasure"], ["chasse", "(ballet) quick gliding steps with one foot always leading"], ["expedition", "a journey taken for pleasure"], ["pleasure trip", "a journey taken for pleasure"], ["excursion", "a journey taken for pleasure"]]}, {"answer": "sass", "hint": "synonyms for sass", "clues": [["sassing", "an impudent or insolent rejoinder"], ["mouth", "an impudent or insolent rejoinder"], ["lip", "an impudent or insolent rejoinder"], ["backtalk", "an impudent or insolent rejoinder"]]}, {"answer": "sassing", "hint": "synonyms for sassing", "clues": [["mouth", "an impudent or insolent rejoinder"], ["sass", "an impudent or insolent rejoinder"], ["lip", "an impudent or insolent rejoinder"], ["backtalk", "an impudent or insolent rejoinder"]]}, {"answer": "saturation", "hint": "synonyms for saturation", "clues": [["intensity", "chromatic purity: freedom from dilution with white and hence vivid in hue"], ["impregnation", "the process of totally saturating something with a substance"], ["vividness", "chromatic purity: freedom from dilution with white and hence vivid in hue"], ["chroma", "chromatic purity: freedom from dilution with white and hence vivid in hue"]]}, {"answer": "saturnalia", "hint": "synonyms for saturnalia", "clues": [["bacchanalia", "a wild gathering involving excessive drinking and promiscuity"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity"], ["riot", "a wild gathering involving excessive drinking and promiscuity"], ["debauch", "a wild gathering involving excessive drinking and promiscuity"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity"], ["orgy", "a wild gathering involving excessive drinking and promiscuity"]]}, {"answer": "saucer", "hint": "synonyms for saucer", "clues": [["disk", "something with a round shape resembling a flat circular plate"], ["dish aerial", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation"], ["disc", "something with a round shape resembling a flat circular plate"], ["dish antenna", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation"], ["discus", "a disk used in throwing competitions"], ["dish", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation"]]}, {"answer": "sauciness", "hint": "synonyms for sauciness", "clues": [["pertness", "inappropriate playfulness"], ["perkiness", "inappropriate playfulness"], ["impertinence", "inappropriate playfulness"], ["archness", "inappropriate playfulness"]]}, {"answer": "saunter", "hint": "synonyms for saunter", "clues": [["amble", "a leisurely walk (usually in some public place)"], ["promenade", "a leisurely walk (usually in some public place)"], ["perambulation", "a leisurely walk (usually in some public place)"], ["stroll", "a leisurely walk (usually in some public place)"]]}, {"answer": "savagery", "hint": "synonyms for savagery", "clues": [["barbarity", "a brutal barbarous savage act"], ["viciousness", "the trait of extreme cruelty"], ["savageness", "the property of being untamed and ferocious"], ["brutality", "a brutal barbarous savage act"], ["ferociousness", "the trait of extreme cruelty"], ["barbarism", "a brutal barbarous savage act"]]}, {"answer": "savings", "hint": "synonyms for savings", "clues": [["deliverance", "recovery or preservation from loss or danger"], ["preservation", "the activity of protecting something from loss or danger"], ["delivery", "recovery or preservation from loss or danger"], ["saving", "the activity of protecting something from loss or danger"], ["rescue", "recovery or preservation from loss or danger"], ["economy", "an act of economizing; reduction in cost"], ["nest egg", "a fund of money put by as a reserve"]]}, {"answer": "savor", "hint": "synonyms for savor", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["tang", "the taste experience when a savoury condiment is taken into the mouth"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["nip", "the taste experience when a savoury condiment is taken into the mouth"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"]]}, {"answer": "savoring", "hint": "synonyms for savoring", "clues": [["relishing", "taking a small amount into the mouth to test its quality"], ["savouring", "taking a small amount into the mouth to test its quality"], ["degustation", "taking a small amount into the mouth to test its quality"], ["tasting", "taking a small amount into the mouth to test its quality"]]}, {"answer": "savour", "hint": "synonyms for savour", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["tang", "the taste experience when a savoury condiment is taken into the mouth"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["nip", "the taste experience when a savoury condiment is taken into the mouth"], ["savor", "the taste experience when a savoury condiment is taken into the mouth"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"]]}, {"answer": "savouring", "hint": "synonyms for savouring", "clues": [["relishing", "taking a small amount into the mouth to test its quality"], ["savoring", "taking a small amount into the mouth to test its quality"], ["degustation", "taking a small amount into the mouth to test its quality"], ["tasting", "taking a small amount into the mouth to test its quality"]]}, {"answer": "saw", "hint": "synonyms for saw", "clues": [["byword", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people"], ["power saw", "a power tool for cutting wood"], ["adage", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people"], ["proverb", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people"], ["sawing machine", "a power tool for cutting wood"]]}, {"answer": "say-so", "hint": "synonyms for say-so", "clues": [["dominance", "the power or right to give orders or make decisions"], ["potency", "the power or right to give orders or make decisions"], ["dictum", "an authoritative declaration"], ["authorisation", "the power or right to give orders or make decisions"], ["authority", "the power or right to give orders or make decisions"], ["pronouncement", "an authoritative declaration"]]}, {"answer": "sayonara", "hint": "synonyms for sayonara", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["so long", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "scads", "hint": "synonyms for scads", "clues": [["heaps", "a large number or amount"], ["slews", "a large number or amount"], ["oodles", "a large number or amount"], ["loads", "a large number or amount"], ["rafts", "a large number or amount"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["piles", "a large number or amount"], ["wads", "a large number or amount"], ["tons", "a large number or amount"], ["scores", "a large number or amount"], ["dozens", "a large number or amount"], ["stacks", "a large number or amount"]]}, {"answer": "scag", "hint": "synonyms for scag", "clues": [["thunder", "street names for heroin"], ["hell dust", "street names for heroin"], ["skag", "street names for heroin"], ["nose drops", "street names for heroin"], ["smack", "street names for heroin"], ["big H", "street names for heroin"]]}, {"answer": "scale", "hint": "synonyms for scale", "clues": [["ordered series", "an ordered reference standard"], ["exfoliation", "a thin flake of dead epidermis shed from the surface of the skin"], ["graduated table", "an ordered reference standard"], ["scale of measurement", "an ordered reference standard"], ["weighing machine", "a measuring instrument for weighing; shows amount of mass"], ["musical scale", "(music) a series of notes differing in pitch according to a specific scheme (usually within an octave)"], ["shell", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)"], ["plate", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)"], ["scurf", "a thin flake of dead epidermis shed from the surface of the skin"]]}, {"answer": "scallop", "hint": "synonyms for scallop", "clues": [["crenature", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["cutlet", "thin slice of meat (especially veal) usually fried or broiled"], ["escallop", "thin slice of meat (especially veal) usually fried or broiled"], ["crenel", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"], ["scollop", "thin slice of meat (especially veal) usually fried or broiled"], ["crenation", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)"]]}, {"answer": "scantiness", "hint": "synonyms for scantiness", "clues": [["leanness", "the quality of being meager; -George Eliot"], ["poorness", "the quality of being meager; -George Eliot"], ["exiguity", "the quality of being meager; -George Eliot"], ["meagreness", "the quality of being meager; -George Eliot"], ["scantness", "the quality of being meager; -George Eliot"]]}, {"answer": "scantness", "hint": "synonyms for scantness", "clues": [["leanness", "the quality of being meager; -George Eliot"], ["poorness", "the quality of being meager; -George Eliot"], ["exiguity", "the quality of being meager; -George Eliot"], ["meagreness", "the quality of being meager; -George Eliot"], ["scantiness", "the quality of being meager; -George Eliot"]]}, {"answer": "scattering", "hint": "synonyms for scattering", "clues": [["sprinkle", "a light shower that falls in some locations and not others nearby"], ["strewing", "the act of scattering"], ["scatter", "the act of scattering"], ["sprinkling", "a light shower that falls in some locations and not others nearby"], ["dispersion", "spreading widely or driving off"]]}, {"answer": "scene", "hint": "synonyms for scene", "clues": [["scenery", "the painted structures of a stage set that are intended to suggest a particular locale"], ["aspect", "the visual percept of a region"], ["view", "graphic art consisting of the graphic or photographic representation of a visual percept"], ["panorama", "the visual percept of a region"], ["vista", "the visual percept of a region"], ["prospect", "the visual percept of a region"], ["setting", "the context and environment in which something is set"], ["shot", "a consecutive series of pictures that constitutes a unit of action in a film"]]}, {"answer": "scent", "hint": "synonyms for scent", "clues": [["aroma", "any property detected by the olfactory system"], ["odour", "any property detected by the olfactory system"], ["smell", "any property detected by the olfactory system"], ["fragrance", "a distinctive odor that is pleasant"], ["perfume", "a distinctive odor that is pleasant"], ["olfactory property", "any property detected by the olfactory system"]]}, {"answer": "scheme", "hint": "synonyms for scheme", "clues": [["schema", "a schematic or preliminary plan"], ["dodge", "a statement that evades the question by cleverness or trickery"], ["strategy", "an elaborate and systematic plan of action"], ["outline", "a schematic or preliminary plan"], ["dodging", "a statement that evades the question by cleverness or trickery"], ["system", "a group of independent but interrelated elements comprising a unified whole"]]}, {"answer": "schmoose", "hint": "synonyms for schmoose", "clues": [["confab", "an informal conversation"], ["confabulation", "an informal conversation"], ["chat", "an informal conversation"], ["schmooze", "an informal conversation"]]}, {"answer": "schmooze", "hint": "synonyms for schmooze", "clues": [["confab", "an informal conversation"], ["confabulation", "an informal conversation"], ["schmoose", "an informal conversation"], ["chat", "an informal conversation"]]}, {"answer": "schnorkel", "hint": "synonyms for schnorkel", "clues": [["snorkel breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["snorkel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["schnorchel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"]]}, {"answer": "scholarship", "hint": "synonyms for scholarship", "clues": [["encyclopaedism", "profound scholarly knowledge"], ["erudition", "profound scholarly knowledge"], ["learnedness", "profound scholarly knowledge"], ["learning", "profound scholarly knowledge"], ["eruditeness", "profound scholarly knowledge"]]}, {"answer": "school", "hint": "synonyms for school", "clues": [["schooling", "the process of being formally educated at a school"], ["schooltime", "the period of instruction in a school; the time period when school is in session"], ["shoal", "a large group of fish"], ["school day", "the period of instruction in a school; the time period when school is in session"], ["schoolhouse", "a building where young people receive education"]]}, {"answer": "school_of_thought", "hint": "synonyms for school of thought", "clues": [["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school"], ["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school"]]}, {"answer": "school_text", "hint": "synonyms for school text", "clues": [["schoolbook", "a book prepared for use in schools or colleges"], ["text", "a book prepared for use in schools or colleges"], ["text edition", "a book prepared for use in schools or colleges"], ["textbook", "a book prepared for use in schools or colleges"]]}, {"answer": "schoolbook", "hint": "synonyms for schoolbook", "clues": [["school text", "a book prepared for use in schools or colleges"], ["text", "a book prepared for use in schools or colleges"], ["text edition", "a book prepared for use in schools or colleges"], ["textbook", "a book prepared for use in schools or colleges"]]}, {"answer": "science_lab", "hint": "synonyms for science lab", "clues": [["lab", "a workplace for the conduct of scientific research"], ["science laboratory", "a workplace for the conduct of scientific research"], ["research lab", "a workplace for the conduct of scientific research"], ["research laboratory", "a workplace for the conduct of scientific research"], ["laboratory", "a workplace for the conduct of scientific research"]]}, {"answer": "science_laboratory", "hint": "synonyms for science laboratory", "clues": [["lab", "a workplace for the conduct of scientific research"], ["research lab", "a workplace for the conduct of scientific research"], ["research laboratory", "a workplace for the conduct of scientific research"], ["laboratory", "a workplace for the conduct of scientific research"], ["science lab", "a workplace for the conduct of scientific research"]]}, {"answer": "scintilla", "hint": "synonyms for scintilla", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["smidge", "a tiny or scarcely detectable amount"], ["tittle", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "scintillation", "hint": "synonyms for scintillation", "clues": [["glitter", "the quality of shining with a bright reflected light"], ["sparkle", "the quality of shining with a bright reflected light"], ["twinkle", "a rapid change in brightness; a brief spark or flash"], ["sparkling", "a rapid change in brightness; a brief spark or flash"], ["glisten", "the quality of shining with a bright reflected light"]]}, {"answer": "scissure", "hint": "synonyms for scissure", "clues": [["crack", "a long narrow opening"], ["crevice", "a long narrow opening"], ["fissure", "a long narrow opening"], ["cleft", "a long narrow opening"]]}, {"answer": "scoop", "hint": "synonyms for scoop", "clues": [["pocket", "a hollow concave shape made by removing something"], ["grievous bodily harm", "street names for gamma hydroxybutyrate"], ["scoop shovel", "the shovel or bucket of a dredge or backhoe"], ["exclusive", "a news report that is reported first by one news organization"], ["goop", "street names for gamma hydroxybutyrate"], ["easy lay", "street names for gamma hydroxybutyrate"], ["liquid ecstasy", "street names for gamma hydroxybutyrate"], ["max", "street names for gamma hydroxybutyrate"], ["scoopful", "the quantity a scoop will hold"], ["soap", "street names for gamma hydroxybutyrate"]]}, {"answer": "scooter", "hint": "synonyms for scooter", "clues": [["water scooter", "a motorboat resembling a motor scooter"], ["motor scooter", "a wheeled vehicle with small wheels and a low-powered gasoline engine geared to the rear wheel"], ["sea scooter", "a motorboat resembling a motor scooter"], ["ice yacht", "a sailing vessel with runners and a cross-shaped frame; suitable for traveling over ice"], ["iceboat", "a sailing vessel with runners and a cross-shaped frame; suitable for traveling over ice"]]}, {"answer": "scope", "hint": "synonyms for scope", "clues": [["cathode-ray oscilloscope", "electronic equipment that provides visual images of varying electrical quantities"], ["range", "an area in which something acts or operates or has power or control:"], ["reach", "an area in which something acts or operates or has power or control:"], ["oscilloscope", "electronic equipment that provides visual images of varying electrical quantities"], ["telescope", "a magnifier of images of distant objects"], ["ambit", "an area in which something acts or operates or has power or control:"], ["compass", "an area in which something acts or operates or has power or control:"], ["orbit", "an area in which something acts or operates or has power or control:"]]}, {"answer": "scopes", "hint": "synonyms for scopes", "clues": [["range", "an area in which something acts or operates or has power or control:"], ["telescope", "a magnifier of images of distant objects"], ["ambit", "an area in which something acts or operates or has power or control:"], ["scope", "electronic equipment that provides visual images of varying electrical quantities"], ["oscilloscope", "electronic equipment that provides visual images of varying electrical quantities"], ["cathode-ray oscilloscope", "electronic equipment that provides visual images of varying electrical quantities"], ["reach", "an area in which something acts or operates or has power or control:"], ["compass", "an area in which something acts or operates or has power or control:"], ["orbit", "an area in which something acts or operates or has power or control:"]]}, {"answer": "score", "hint": "synonyms for score", "clues": [["account", "grounds"], ["grade", "a number or letter indicating quality (especially of a student's performance)"], ["grievance", "a resentment strong enough to justify retaliation"], ["grudge", "a resentment strong enough to justify retaliation"], ["musical score", "a written form of a musical composition; parts for different instruments appear on separate staves on large pages"], ["mark", "a number or letter indicating quality (especially of a student's performance)"], ["sexual conquest", "a seduction culminating in sexual intercourse"], ["scotch", "a slight surface cut (especially a notch that is made to keep a tally)"]]}, {"answer": "scores", "hint": "synonyms for scores", "clues": [["heaps", "a large number or amount"], ["grade", "a number or letter indicating quality (especially of a student's performance)"], ["grudge", "a resentment strong enough to justify retaliation"], ["loads", "a large number or amount"], ["mark", "a number or letter indicating quality (especially of a student's performance)"], ["rafts", "a large number or amount"], ["musical score", "a written form of a musical composition; parts for different instruments appear on separate staves on large pages"], ["piles", "a large number or amount"], ["account", "grounds"], ["score", "a slight surface cut (especially a notch that is made to keep a tally)"], ["dozens", "a large number or amount"], ["sexual conquest", "a seduction culminating in sexual intercourse"], ["scotch", "a slight surface cut (especially a notch that is made to keep a tally)"], ["grievance", "a resentment strong enough to justify retaliation"], ["slews", "a large number or amount"], ["oodles", "a large number or amount"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["wads", "a large number or amount"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["stacks", "a large number or amount"]]}, {"answer": "scrap", "hint": "synonyms for scrap", "clues": [["fighting", "the act of fighting; any contest or struggle"], ["trash", "worthless material that is to be disposed of"], ["combat", "the act of fighting; any contest or struggle"], ["chip", "a small fragment of something broken off from the whole"], ["rubbish", "worthless material that is to be disposed of"], ["fleck", "a small fragment of something broken off from the whole"], ["flake", "a small fragment of something broken off from the whole"], ["bit", "a small fragment of something broken off from the whole"]]}, {"answer": "scrape", "hint": "synonyms for scrape", "clues": [["scratch", "an indication of damage"], ["scar", "an indication of damage"], ["mark", "an indication of damage"], ["scraping", "a harsh noise made by scraping"]]}, {"answer": "scrapheap", "hint": "synonyms for scrapheap", "clues": [["trash pile", "an accumulation of refuse and discarded matter"], ["garbage heap", "an accumulation of refuse and discarded matter"], ["junk pile", "an accumulation of refuse and discarded matter"], ["junk heap", "an accumulation of refuse and discarded matter"], ["refuse heap", "an accumulation of refuse and discarded matter"], ["rubbish heap", "an accumulation of refuse and discarded matter"], ["trash heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "scraps", "hint": "synonyms for scraps", "clues": [["fighting", "the act of fighting; any contest or struggle"], ["scrap", "a small fragment of something broken off from the whole"], ["trash", "worthless material that is to be disposed of"], ["combat", "the act of fighting; any contest or struggle"], ["garbage", "food that is discarded (as from a kitchen)"], ["refuse", "food that is discarded (as from a kitchen)"], ["chip", "a small fragment of something broken off from the whole"], ["rubbish", "worthless material that is to be disposed of"], ["fleck", "a small fragment of something broken off from the whole"], ["flake", "a small fragment of something broken off from the whole"], ["food waste", "food that is discarded (as from a kitchen)"], ["bit", "a small fragment of something broken off from the whole"]]}, {"answer": "scratch", "hint": "synonyms for scratch", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["scrawl", "poor handwriting"], ["dough", "informal terms for money"], ["dent", "a depression scratched or carved into a surface"], ["scribble", "poor handwriting"], ["lettuce", "informal terms for money"], ["scratching", "a harsh noise made by scraping"], ["chicken feed", "dry mash for poultry"], ["scar", "an indication of damage"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["starting line", "a line indicating the location of the start of a race or a game"], ["slit", "a depression scratched or carved into a surface"], ["loot", "informal terms for money"], ["scratch line", "a line indicating the location of the start of a race or a game"], ["start", "a line indicating the location of the start of a race or a game"], ["prick", "a depression scratched or carved into a surface"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["scrape", "a harsh noise made by scraping"], ["cacography", "poor handwriting"], ["mark", "an indication of damage"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["incision", "a depression scratched or carved into a surface"], ["scraping", "a harsh noise made by scraping"], ["lolly", "informal terms for money"]]}, {"answer": "scream", "hint": "synonyms for scream", "clues": [["shriek", "a high-pitched noise resembling a human cry"], ["howler", "a joke that seems extremely funny"], ["thigh-slapper", "a joke that seems extremely funny"], ["wow", "a joke that seems extremely funny"], ["screeching", "a high-pitched noise resembling a human cry"], ["screaming", "a high-pitched noise resembling a human cry"], ["belly laugh", "a joke that seems extremely funny"], ["riot", "a joke that seems extremely funny"], ["sidesplitter", "a joke that seems extremely funny"]]}, {"answer": "screen", "hint": "synonyms for screen", "clues": [["filmdom", "the personnel of the film industry"], ["cover", "a covering that serves to conceal or shelter something"], ["concealment", "a covering that serves to conceal or shelter something"], ["sieve", "a strainer for separating lumps from powdered material or grading particles"], ["projection screen", "a white or silvered surface where pictures can be projected for viewing"], ["screenland", "the personnel of the film industry"], ["silver screen", "a white or silvered surface where pictures can be projected for viewing"], ["blind", "a protective covering that keeps things out or hinders sight"], ["screen door", "a door that consists of a frame holding metallic or plastic netting; used to allow ventilation and to keep insects from entering a building through the open door"]]}, {"answer": "screening", "hint": "synonyms for screening", "clues": [["viewing", "the display of a motion picture"], ["showing", "the display of a motion picture"], ["covering", "the act of concealing the existence of something by obstructing the view of it"], ["masking", "the act of concealing the existence of something by obstructing the view of it"]]}, {"answer": "screw", "hint": "synonyms for screw", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["screwing", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["screw propeller", "a propeller with several angled blades that rotates to push against water or air"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "screwing", "hint": "synonyms for screwing", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "scribble", "hint": "synonyms for scribble", "clues": [["cacography", "poor handwriting"], ["scrabble", "an aimless drawing"], ["scrawl", "poor handwriting"], ["scratch", "poor handwriting"], ["doodle", "an aimless drawing"]]}, {"answer": "script", "hint": "synonyms for script", "clues": [["playscript", "a written version of a play or other dramatic composition; used in preparing for a performance"], ["book", "a written version of a play or other dramatic composition; used in preparing for a performance"], ["handwriting", "something written by hand"], ["hand", "something written by hand"]]}, {"answer": "scroll", "hint": "synonyms for scroll", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"]]}, {"answer": "scrubs", "hint": "synonyms for scrubs", "clues": [["scrub", "dense vegetation consisting of stunted trees or bushes"], ["chaparral", "dense vegetation consisting of stunted trees or bushes"], ["scouring", "the act of cleaning a surface by rubbing it with a brush and soap and water"], ["surgical gown", "protective garment worn by surgeons during operations"], ["gown", "protective garment worn by surgeons during operations"], ["bush", "dense vegetation consisting of stunted trees or bushes"], ["scrubbing", "the act of cleaning a surface by rubbing it with a brush and soap and water"]]}, {"answer": "scruples", "hint": "synonyms for scruples", "clues": [["sense of right and wrong", "motivation deriving logically from ethical or moral principles that govern a person's thoughts and actions"], ["moral sense", "motivation deriving logically from ethical or moral principles that govern a person's thoughts and actions"], ["misgiving", "uneasiness about the fitness of an action"], ["scruple", "an ethical or moral principle that inhibits action"], ["conscience", "motivation deriving logically from ethical or moral principles that govern a person's thoughts and actions"], ["qualm", "uneasiness about the fitness of an action"]]}, {"answer": "scrutin_uninominal_voting_system", "hint": "synonyms for scrutin uninominal voting system", "clues": [["scrutin uninomial system", "based on the principle of having only one member (as of a legislature) selected from each electoral district"], ["uninominal system", "based on the principle of having only one member (as of a legislature) selected from each electoral district"], ["uninominal voting system", "based on the principle of having only one member (as of a legislature) selected from each electoral district"], ["single-member system", "based on the principle of having only one member (as of a legislature) selected from each electoral district"]]}, {"answer": "scuffle", "hint": "synonyms for scuffle", "clues": [["dogfight", "disorderly fighting"], ["rough-and-tumble", "disorderly fighting"], ["tussle", "disorderly fighting"], ["scuffle hoe", "a hoe that is used by pushing rather than pulling"], ["scramble", "an unceremonious and disorganized struggle"], ["hassle", "disorderly fighting"]]}, {"answer": "se", "hint": "synonyms for se", "clues": [["southeast", "the compass point midway between south and east; at 135 degrees"], ["southeastward", "the compass point midway between south and east; at 135 degrees"], ["atomic number 34", "a toxic nonmetallic element related to sulfur and tellurium; occurs in several allotropic forms; a stable grey metallike allotrope conducts electricity better in the light than in the dark and is used in photocells; occurs in sulfide ores (as pyrite)"], ["selenium", "a toxic nonmetallic element related to sulfur and tellurium; occurs in several allotropic forms; a stable grey metallike allotrope conducts electricity better in the light than in the dark and is used in photocells; occurs in sulfide ores (as pyrite)"], ["sou'-east", "the compass point midway between south and east; at 135 degrees"]]}, {"answer": "sea-purse", "hint": "synonyms for sea-purse", "clues": [["sea-poose", "the seaward undercurrent created after waves have broken on the shore"], ["sea purse", "the seaward undercurrent created after waves have broken on the shore"], ["sea-puss", "the seaward undercurrent created after waves have broken on the shore"], ["undertow", "the seaward undercurrent created after waves have broken on the shore"]]}, {"answer": "sea-puss", "hint": "synonyms for sea-puss", "clues": [["sea-poose", "the seaward undercurrent created after waves have broken on the shore"], ["sea purse", "the seaward undercurrent created after waves have broken on the shore"], ["sea puss", "the seaward undercurrent created after waves have broken on the shore"], ["undertow", "the seaward undercurrent created after waves have broken on the shore"]]}, {"answer": "sea_biscuit", "hint": "synonyms for sea biscuit", "clues": [["hardtack", "very hard unsalted biscuit or bread; a former ship's staple"], ["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple"]]}, {"answer": "sea_bottom", "hint": "synonyms for sea bottom", "clues": [["sea floor", "the bottom of a sea or ocean"], ["ocean floor", "the bottom of a sea or ocean"], ["ocean bottom", "the bottom of a sea or ocean"], ["seabed", "the bottom of a sea or ocean"]]}, {"answer": "sea_floor", "hint": "synonyms for sea floor", "clues": [["ocean floor", "the bottom of a sea or ocean"], ["ocean bottom", "the bottom of a sea or ocean"], ["sea bottom", "the bottom of a sea or ocean"], ["seabed", "the bottom of a sea or ocean"]]}, {"answer": "sea_purse", "hint": "synonyms for sea purse", "clues": [["sea-poose", "the seaward undercurrent created after waves have broken on the shore"], ["sea-purse", "the seaward undercurrent created after waves have broken on the shore"], ["sea-puss", "the seaward undercurrent created after waves have broken on the shore"], ["undertow", "the seaward undercurrent created after waves have broken on the shore"]]}, {"answer": "sea_puss", "hint": "synonyms for sea puss", "clues": [["sea-poose", "the seaward undercurrent created after waves have broken on the shore"], ["sea purse", "the seaward undercurrent created after waves have broken on the shore"], ["sea-puss", "the seaward undercurrent created after waves have broken on the shore"], ["undertow", "the seaward undercurrent created after waves have broken on the shore"]]}, {"answer": "seabed", "hint": "synonyms for seabed", "clues": [["sea floor", "the bottom of a sea or ocean"], ["ocean floor", "the bottom of a sea or ocean"], ["ocean bottom", "the bottom of a sea or ocean"], ["sea bottom", "the bottom of a sea or ocean"]]}, {"answer": "seal", "hint": "synonyms for seal", "clues": [["sealskin", "the pelt or fur (especially the underfur) of a seal"], ["seal of approval", "an indication of approved or superior status"], ["cachet", "an indication of approved or superior status"], ["sealing wax", "fastener consisting of a resinous composition that is plastic when warm; used for sealing documents and parcels and letters"], ["stamp", "a device incised to make an impression; used to secure a closing or to authenticate documents"]]}, {"answer": "seam", "hint": "synonyms for seam", "clues": [["crease", "a slight depression in the smoothness of a surface"], ["furrow", "a slight depression in the smoothness of a surface"], ["line", "a slight depression in the smoothness of a surface"], ["crinkle", "a slight depression in the smoothness of a surface"], ["bed", "a stratum of ore or coal thick enough to be mined with profit"]]}, {"answer": "seats", "hint": "synonyms for seats", "clues": [["seat", "the legal right to sit as a member in a legislative or similar body"], ["seating area", "an area that includes places where several people can sit"], ["place", "a space reserved for sitting (as in a theater or on a train or airplane)"], ["seating room", "an area that includes places where several people can sit"]]}, {"answer": "seawall", "hint": "synonyms for seawall", "clues": [["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away"]]}, {"answer": "section", "hint": "synonyms for section", "clues": [["segment", "one of several parts or pieces that fit with others to constitute a whole object"], ["plane section", "(geometry) the area created by a plane cutting through a solid"], ["part", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["department", "a specialized division of a large organization"], ["division", "one of the portions into which something is regarded as divided and which together constitute a whole"], ["subdivision", "a self-contained part of a larger composition (written or musical)"], ["discussion section", "a small class of students who are part of a larger course but are taught separately"], ["surgical incision", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)"], ["incision", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)"]]}, {"answer": "sectionalisation", "hint": "synonyms for sectionalisation", "clues": [["sectionalization", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["partition", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"]]}, {"answer": "sectionalization", "hint": "synonyms for sectionalization", "clues": [["partition", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["sectionalisation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"]]}, {"answer": "secureness", "hint": "synonyms for secureness", "clues": [["fastness", "the quality of being fixed in place as by some firm attachment"], ["fixture", "the quality of being fixed in place as by some firm attachment"], ["fixedness", "the quality of being fixed in place as by some firm attachment"], ["fixity", "the quality of being fixed in place as by some firm attachment"]]}, {"answer": "security", "hint": "synonyms for security", "clues": [["security department", "a department responsible for the security of the institution's property and workers"], ["protection", "defense against financial failure; financial independence"], ["certificate", "a formal declaration that documents a fact of relevance to finance and investment; the holder has a right to receive interest or dividends"], ["security measures", "measures taken as a precaution against theft or espionage or sabotage etc."], ["surety", "a guarantee that an obligation will be met"], ["security system", "an electrical device that sets off an alarm when someone tries to break in"]]}, {"answer": "seesaw", "hint": "synonyms for seesaw", "clues": [["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teetertotter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"]]}, {"answer": "segmentation", "hint": "synonyms for segmentation", "clues": [["sectionalization", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["cleavage", "(embryology) the repeated division of a fertilised ovum"], ["partition", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"], ["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart"]]}, {"answer": "selection", "hint": "synonyms for selection", "clues": [["excerption", "a passage selected from a larger work"], ["extract", "a passage selected from a larger work"], ["survival of the fittest", "a natural process resulting in the evolution of organisms best adapted to the environment"], ["choice", "the person or thing chosen or selected"], ["pick", "the person or thing chosen or selected"], ["survival", "a natural process resulting in the evolution of organisms best adapted to the environment"], ["option", "the act of choosing or selecting"], ["natural selection", "a natural process resulting in the evolution of organisms best adapted to the environment"], ["excerpt", "a passage selected from a larger work"]]}, {"answer": "self-abnegation", "hint": "synonyms for self-abnegation", "clues": [["self-denial", "renunciation of your own interests in favor of the interests of others"], ["abnegation", "renunciation of your own interests in favor of the interests of others"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others"], ["denial", "renunciation of your own interests in favor of the interests of others"]]}, {"answer": "self-assurance", "hint": "synonyms for self-assurance", "clues": [["confidence", "freedom from doubt; belief in yourself and your abilities"], ["sureness", "freedom from doubt; belief in yourself and your abilities"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities"], ["assurance", "freedom from doubt; belief in yourself and your abilities"], ["authority", "freedom from doubt; belief in yourself and your abilities"]]}, {"answer": "self-centeredness", "hint": "synonyms for self-centeredness", "clues": [["self-interest", "concern for your own interests and welfare"], ["egoism", "concern for your own interests and welfare"], ["egocentrism", "concern for your own interests and welfare"], ["self-concern", "concern for your own interests and welfare"]]}, {"answer": "self-command", "hint": "synonyms for self-command", "clues": [["self-possession", "the trait of resolutely controlling your own behavior"], ["self-will", "the trait of resolutely controlling your own behavior"], ["self-control", "the trait of resolutely controlling your own behavior"], ["willpower", "the trait of resolutely controlling your own behavior"], ["possession", "the trait of resolutely controlling your own behavior"]]}, {"answer": "self-concern", "hint": "synonyms for self-concern", "clues": [["self-interest", "concern for your own interests and welfare"], ["egoism", "concern for your own interests and welfare"], ["egocentrism", "concern for your own interests and welfare"], ["self-centeredness", "concern for your own interests and welfare"]]}, {"answer": "self-confidence", "hint": "synonyms for self-confidence", "clues": [["confidence", "freedom from doubt; belief in yourself and your abilities"], ["sureness", "freedom from doubt; belief in yourself and your abilities"], ["assurance", "freedom from doubt; belief in yourself and your abilities"], ["authority", "freedom from doubt; belief in yourself and your abilities"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities"]]}, {"answer": "self-control", "hint": "synonyms for self-control", "clues": [["self-possession", "the trait of resolutely controlling your own behavior"], ["self-will", "the trait of resolutely controlling your own behavior"], ["will power", "the trait of resolutely controlling your own behavior"], ["possession", "the trait of resolutely controlling your own behavior"], ["self-command", "the trait of resolutely controlling your own behavior"], ["self-denial", "the act of denying yourself; controlling your impulses"], ["self-discipline", "the act of denying yourself; controlling your impulses"]]}, {"answer": "self-denial", "hint": "synonyms for self-denial", "clues": [["self-abnegation", "renunciation of your own interests in favor of the interests of others"], ["self-control", "the act of denying yourself; controlling your impulses"], ["abnegation", "renunciation of your own interests in favor of the interests of others"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others"], ["self-discipline", "the trait of practicing self discipline"], ["denial", "renunciation of your own interests in favor of the interests of others"]]}, {"answer": "self-drive", "hint": "synonyms for self-drive", "clues": [["rent-a-car", "a rented car"], ["u-drive", "a rented car"], ["car rental", "a rented car"], ["hire car", "a rented car"]]}, {"answer": "self-interest", "hint": "synonyms for self-interest", "clues": [["expedience", "taking advantage of opportunities without regard for the consequences for others"], ["egoism", "concern for your own interests and welfare"], ["self-seeking", "taking advantage of opportunities without regard for the consequences for others"], ["egocentrism", "concern for your own interests and welfare"], ["opportunism", "taking advantage of opportunities without regard for the consequences for others"], ["self-centeredness", "concern for your own interests and welfare"], ["self-concern", "concern for your own interests and welfare"]]}, {"answer": "self-love", "hint": "synonyms for self-love", "clues": [["narcism", "an exceptional interest in and admiration for yourself"], ["conceit", "feelings of excessive pride"], ["narcissism", "an exceptional interest in and admiration for yourself"], ["amour propre", "feelings of excessive pride"], ["vanity", "feelings of excessive pride"]]}, {"answer": "self-possession", "hint": "synonyms for self-possession", "clues": [["self-will", "the trait of resolutely controlling your own behavior"], ["self-command", "the trait of resolutely controlling your own behavior"], ["self-control", "the trait of resolutely controlling your own behavior"], ["willpower", "the trait of resolutely controlling your own behavior"], ["possession", "the trait of resolutely controlling your own behavior"]]}, {"answer": "self-renunciation", "hint": "synonyms for self-renunciation", "clues": [["self-abnegation", "renunciation of your own interests in favor of the interests of others"], ["self-denial", "renunciation of your own interests in favor of the interests of others"], ["abnegation", "renunciation of your own interests in favor of the interests of others"], ["denial", "renunciation of your own interests in favor of the interests of others"]]}, {"answer": "self-taught_art", "hint": "synonyms for self-taught art", "clues": [["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"]]}, {"answer": "self-will", "hint": "synonyms for self-will", "clues": [["self-possession", "the trait of resolutely controlling your own behavior"], ["pigheadedness", "resolute adherence to your own ideas or desires"], ["will power", "the trait of resolutely controlling your own behavior"], ["possession", "the trait of resolutely controlling your own behavior"], ["obstinance", "resolute adherence to your own ideas or desires"], ["obstinacy", "resolute adherence to your own ideas or desires"], ["bullheadedness", "resolute adherence to your own ideas or desires"], ["stubbornness", "resolute adherence to your own ideas or desires"], ["self-command", "the trait of resolutely controlling your own behavior"], ["self-control", "the trait of resolutely controlling your own behavior"]]}, {"answer": "seltzer", "hint": "synonyms for seltzer", "clues": [["carbonated water", "effervescent beverage artificially charged with carbon dioxide"], ["sparkling water", "effervescent beverage artificially charged with carbon dioxide"], ["soda water", "effervescent beverage artificially charged with carbon dioxide"], ["club soda", "effervescent beverage artificially charged with carbon dioxide"]]}, {"answer": "semblance", "hint": "synonyms for semblance", "clues": [["illusion", "an erroneous mental representation"], ["likeness", "picture consisting of a graphic image of a person or thing"], ["gloss", "an outward or token appearance or form that is deliberately misleading"], ["colour", "an outward or token appearance or form that is deliberately misleading"]]}, {"answer": "semi", "hint": "synonyms for semi", "clues": [["rig", "a truck consisting of a tractor and trailer together"], ["semifinal", "one of the two competitions in the next to the last round of an elimination tournament"], ["tractor trailer", "a truck consisting of a tractor and trailer together"], ["semitrailer", "a trailer having wheels only in the rear; the front is supported by the towing vehicle"], ["trucking rig", "a truck consisting of a tractor and trailer together"], ["trailer truck", "a truck consisting of a tractor and trailer together"], ["articulated lorry", "a truck consisting of a tractor and trailer together"]]}, {"answer": "sendup", "hint": "synonyms for sendup", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "sens", "hint": "synonyms for sens", "clues": [["locoweed", "street names for marijuana"], ["sen", "a fractional monetary unit of Japan and Indonesia and Cambodia; equal to one hundredth of a yen or rupiah or riel"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "sensation", "hint": "synonyms for sensation", "clues": [["esthesis", "an unelaborated elementary awareness of stimulation"], ["sense impression", "an unelaborated elementary awareness of stimulation"], ["sense experience", "an unelaborated elementary awareness of stimulation"], ["sensory faculty", "the faculty through which the external world is apprehended"], ["sentiency", "the faculty through which the external world is apprehended"], ["sense datum", "an unelaborated elementary awareness of stimulation"], ["sense", "the faculty through which the external world is apprehended"]]}, {"answer": "sensationalism", "hint": "synonyms for sensationalism", "clues": [["empiricism", "(philosophy) the doctrine that knowledge derives from experience"], ["luridness", "the journalistic use of subject matter that appeals to vulgar tastes"], ["empiricist philosophy", "(philosophy) the doctrine that knowledge derives from experience"], ["sensualism", "(philosophy) the ethical doctrine that feeling is the only criterion for what is good"]]}, {"answer": "sense", "hint": "synonyms for sense", "clues": [["horse sense", "sound practical judgment"], ["gumption", "sound practical judgment"], ["sensory faculty", "the faculty through which the external world is apprehended"], ["signified", "the meaning of a word or expression; the way in which a word or expression or situation can be interpreted"], ["good sense", "sound practical judgment"], ["sentiency", "the faculty through which the external world is apprehended"], ["mother wit", "sound practical judgment"], ["sensation", "the faculty through which the external world is apprehended"], ["common sense", "sound practical judgment"]]}, {"answer": "sense_datum", "hint": "synonyms for sense datum", "clues": [["esthesis", "an unelaborated elementary awareness of stimulation"], ["sense impression", "an unelaborated elementary awareness of stimulation"], ["sense experience", "an unelaborated elementary awareness of stimulation"], ["sensation", "an unelaborated elementary awareness of stimulation"]]}, {"answer": "sense_experience", "hint": "synonyms for sense experience", "clues": [["esthesis", "an unelaborated elementary awareness of stimulation"], ["sense impression", "an unelaborated elementary awareness of stimulation"], ["sense datum", "an unelaborated elementary awareness of stimulation"], ["sensation", "an unelaborated elementary awareness of stimulation"]]}, {"answer": "sense_impression", "hint": "synonyms for sense impression", "clues": [["esthesis", "an unelaborated elementary awareness of stimulation"], ["sense datum", "an unelaborated elementary awareness of stimulation"], ["sense experience", "an unelaborated elementary awareness of stimulation"], ["sensation", "an unelaborated elementary awareness of stimulation"]]}, {"answer": "sense_of_balance", "hint": "synonyms for sense of balance", "clues": [["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"]]}, {"answer": "sense_of_equilibrium", "hint": "synonyms for sense of equilibrium", "clues": [["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"]]}, {"answer": "sense_of_hearing", "hint": "synonyms for sense of hearing", "clues": [["auditory sense", "the ability to hear; the auditory faculty"], ["audition", "the ability to hear; the auditory faculty"], ["auditory modality", "the ability to hear; the auditory faculty"], ["hearing", "the ability to hear; the auditory faculty"]]}, {"answer": "sense_of_touch", "hint": "synonyms for sense of touch", "clues": [["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"]]}, {"answer": "senselessness", "hint": "synonyms for senselessness", "clues": [["mindlessness", "total lack of meaning or ideas"], ["vacuity", "total lack of meaning or ideas"], ["pointlessness", "total lack of meaning or ideas"], ["inanity", "total lack of meaning or ideas"]]}, {"answer": "sensible_horizon", "hint": "synonyms for sensible horizon", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet"], ["skyline", "the line at which the sky and Earth appear to meet"], ["horizon", "the line at which the sky and Earth appear to meet"], ["visible horizon", "the line at which the sky and Earth appear to meet"]]}, {"answer": "sentence", "hint": "synonyms for sentence", "clues": [["conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"], ["judgment of conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"], ["prison term", "the period of time a prisoner is imprisoned"], ["time", "the period of time a prisoner is imprisoned"], ["condemnation", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed"]]}, {"answer": "sentience", "hint": "synonyms for sentience", "clues": [["sensory faculty", "the faculty through which the external world is apprehended"], ["awareness", "state of elementary or undifferentiated consciousness"], ["sensation", "the faculty through which the external world is apprehended"], ["sense", "the faculty through which the external world is apprehended"], ["sentiency", "the faculty through which the external world is apprehended"]]}, {"answer": "sentiency", "hint": "synonyms for sentiency", "clues": [["sensation", "the faculty through which the external world is apprehended"], ["sense", "the faculty through which the external world is apprehended"], ["sentience", "the faculty through which the external world is apprehended"], ["sensory faculty", "the faculty through which the external world is apprehended"]]}, {"answer": "sentiment", "hint": "synonyms for sentiment", "clues": [["thought", "a personal belief or judgment that is not founded on proof or certainty"], ["opinion", "a personal belief or judgment that is not founded on proof or certainty"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty"], ["view", "a personal belief or judgment that is not founded on proof or certainty"]]}, {"answer": "sentimentality", "hint": "synonyms for sentimentality", "clues": [["drippiness", "falsely emotional in a maudlin way"], ["soupiness", "falsely emotional in a maudlin way"], ["mushiness", "falsely emotional in a maudlin way"], ["mawkishness", "falsely emotional in a maudlin way"], ["sloppiness", "falsely emotional in a maudlin way"]]}, {"answer": "separation", "hint": "synonyms for separation", "clues": [["detachment", "coming apart"], ["breakup", "coming apart"], ["interval", "the distance between things"], ["legal separation", "(law) the cessation of cohabitation of man and wife (either by mutual agreement or under a court order)"]]}, {"answer": "separatrix", "hint": "synonyms for separatrix", "clues": [["diagonal", "a punctuation mark (/) used to separate related items of information"], ["slash", "a punctuation mark (/) used to separate related items of information"], ["stroke", "a punctuation mark (/) used to separate related items of information"], ["solidus", "a punctuation mark (/) used to separate related items of information"], ["virgule", "a punctuation mark (/) used to separate related items of information"]]}, {"answer": "sept", "hint": "synonyms for sept", "clues": [["kinfolk", "people descended from a common ancestor"], ["folk", "people descended from a common ancestor"], ["family", "people descended from a common ancestor"], ["family line", "people descended from a common ancestor"], ["phratry", "people descended from a common ancestor"]]}, {"answer": "septenary", "hint": "synonyms for septenary", "clues": [["7", "the cardinal number that is the sum of six and one"], ["septet", "the cardinal number that is the sum of six and one"], ["heptad", "the cardinal number that is the sum of six and one"], ["seven", "the cardinal number that is the sum of six and one"], ["sevener", "the cardinal number that is the sum of six and one"]]}, {"answer": "septet", "hint": "synonyms for septet", "clues": [["septette", "seven people considered as a unit"], ["sevener", "the cardinal number that is the sum of six and one"], ["7", "the cardinal number that is the sum of six and one"], ["septenary", "the cardinal number that is the sum of six and one"], ["heptad", "the cardinal number that is the sum of six and one"], ["seven", "the cardinal number that is the sum of six and one"], ["sevensome", "seven people considered as a unit"]]}, {"answer": "sepulture", "hint": "synonyms for sepulture", "clues": [["interment", "the ritual placing of a corpse in a grave"], ["sepulcher", "a chamber that is used as a grave"], ["burial chamber", "a chamber that is used as a grave"], ["entombment", "the ritual placing of a corpse in a grave"], ["inhumation", "the ritual placing of a corpse in a grave"], ["burial", "the ritual placing of a corpse in a grave"]]}, {"answer": "sequence", "hint": "synonyms for sequence", "clues": [["chronological succession", "a following of one thing after another in time"], ["succession", "the action of following in order"], ["chronological sequence", "a following of one thing after another in time"], ["successiveness", "a following of one thing after another in time"], ["episode", "film consisting of a succession of related shots that develop a given subject in a movie"]]}, {"answer": "serenity", "hint": "synonyms for serenity", "clues": [["heartsease", "the absence of mental stress or anxiety"], ["tranquillity", "a disposition free from stress or emotion"], ["quiet", "a disposition free from stress or emotion"], ["peace of mind", "the absence of mental stress or anxiety"], ["repose", "the absence of mental stress or anxiety"], ["peacefulness", "the absence of mental stress or anxiety"], ["peace", "the absence of mental stress or anxiety"], ["ataraxis", "the absence of mental stress or anxiety"], ["placidity", "a disposition free from stress or emotion"]]}, {"answer": "seriousness", "hint": "synonyms for seriousness", "clues": [["distressfulness", "the quality of arousing fear or distress"], ["sincerity", "the trait of being serious; - Robert Rice"], ["earnestness", "an earnest and sincere feeling"], ["serious-mindedness", "the trait of being serious; - Robert Rice"]]}, {"answer": "service", "hint": "synonyms for service", "clues": [["serving", "the act of delivering a writ or summons upon someone"], ["service of process", "the act of delivering a writ or summons upon someone"], ["table service", "tableware consisting of a complete set of articles (silver or dishware) for use at table"], ["armed service", "a force that is a branch of the armed forces"], ["help", "a means of serving"], ["religious service", "the act of public worship following prescribed rules"], ["serve", "(sports) a stroke that puts the ball in play"], ["inspection and repair", "periodic maintenance on a car or machine"], ["military service", "a force that is a branch of the armed forces"], ["divine service", "the act of public worship following prescribed rules"], ["avail", "a means of serving"], ["overhaul", "periodic maintenance on a car or machine"]]}, {"answer": "services", "hint": "synonyms for services", "clues": [["serving", "the act of delivering a writ or summons upon someone"], ["service", "a force that is a branch of the armed forces"], ["religious service", "the act of public worship following prescribed rules"], ["inspection and repair", "periodic maintenance on a car or machine"], ["divine service", "the act of public worship following prescribed rules"], ["service of process", "the act of delivering a writ or summons upon someone"], ["table service", "tableware consisting of a complete set of articles (silver or dishware) for use at table"], ["armed service", "a force that is a branch of the armed forces"], ["help", "a means of serving"], ["serve", "(sports) a stroke that puts the ball in play"], ["military service", "a force that is a branch of the armed forces"], ["avail", "a means of serving"], ["overhaul", "periodic maintenance on a car or machine"]]}, {"answer": "serving", "hint": "synonyms for serving", "clues": [["service", "the act of delivering a writ or summons upon someone"], ["service of process", "the act of delivering a writ or summons upon someone"], ["helping", "an individual quantity of food or drink taken as part of a meal"], ["portion", "an individual quantity of food or drink taken as part of a meal"]]}, {"answer": "sess", "hint": "synonyms for sess", "clues": [["locoweed", "street names for marijuana"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "session", "hint": "synonyms for session", "clues": [["school term", "the time during which a school holds classes"], ["seance", "a meeting of spiritualists"], ["academic session", "the time during which a school holds classes"], ["sitting", "a meeting of spiritualists"], ["academic term", "the time during which a school holds classes"]]}, {"answer": "sessions", "hint": "synonyms for sessions", "clues": [["session", "a meeting of spiritualists"], ["school term", "the time during which a school holds classes"], ["seance", "a meeting of spiritualists"], ["academic session", "the time during which a school holds classes"], ["academic term", "the time during which a school holds classes"], ["sitting", "a meeting of spiritualists"]]}, {"answer": "sestet", "hint": "synonyms for sestet", "clues": [["sextet", "a musical composition written for six performers"], ["sextuplet", "the cardinal number that is the sum of five and one"], ["hexad", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"]]}, {"answer": "set_phrase", "hint": "synonyms for set phrase", "clues": [["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up"]]}, {"answer": "setback", "hint": "synonyms for setback", "clues": [["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"], ["reverse", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating"]]}, {"answer": "setline", "hint": "synonyms for setline", "clues": [["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"]]}, {"answer": "setting", "hint": "synonyms for setting", "clues": [["mise en scene", "arrangement of scenery and properties to represent the place where a play or movie is enacted"], ["scene", "the context and environment in which something is set"], ["stage setting", "arrangement of scenery and properties to represent the place where a play or movie is enacted"], ["place setting", "a table service for one person"], ["mount", "a mounting consisting of a piece of metal (as in a ring or other jewelry) that holds a gem in place"]]}, {"answer": "settlement", "hint": "synonyms for settlement", "clues": [["resolution", "something settled or resolved; the outcome of decision making"], ["closure", "something settled or resolved; the outcome of decision making"], ["colony", "a body of people who settle far from home but maintain ties with their homeland; inhabitants remain nationals of their home state but are not literally under the home state's system of government"], ["liquidation", "termination of a business operation by using its assets to discharge its liabilities"], ["village", "a community of people smaller than a town"], ["colonisation", "the act of colonizing; the establishment of colonies"], ["small town", "a community of people smaller than a town"]]}, {"answer": "settlings", "hint": "synonyms for settlings", "clues": [["settling", "a gradual sinking to a lower level"], ["dregs", "sediment that has settled at the bottom of a liquid"], ["subsidence", "a gradual sinking to a lower level"], ["subsiding", "a gradual sinking to a lower level"]]}, {"answer": "sevener", "hint": "synonyms for sevener", "clues": [["7", "the cardinal number that is the sum of six and one"], ["septet", "the cardinal number that is the sum of six and one"], ["septenary", "the cardinal number that is the sum of six and one"], ["heptad", "the cardinal number that is the sum of six and one"], ["seven", "the cardinal number that is the sum of six and one"]]}, {"answer": "sevens", "hint": "synonyms for sevens", "clues": [["seven-spot", "one of four playing cards in a deck with seven pips on the face"], ["septet", "the cardinal number that is the sum of six and one"], ["fantan", "a card game in which you play your sevens and other cards in sequence in the same suit as the sevens; you win if you are the first to use all your cards"], ["sevener", "the cardinal number that is the sum of six and one"], ["seven", "one of four playing cards in a deck with seven pips on the face"], ["7", "the cardinal number that is the sum of six and one"], ["septenary", "the cardinal number that is the sum of six and one"], ["heptad", "the cardinal number that is the sum of six and one"], ["parliament", "a card game in which you play your sevens and other cards in sequence in the same suit as the sevens; you win if you are the first to use all your cards"]]}, {"answer": "seventies", "hint": "synonyms for seventies", "clues": [["seventy", "the cardinal number that is the product of ten and seven"], ["1970s", "the decade from 1970 to 1979"], ["70", "the cardinal number that is the product of ten and seven"], ["mid-seventies", "the time of life between 70 and 80"]]}, {"answer": "severance", "hint": "synonyms for severance", "clues": [["breach", "a personal or social separation (as between opposing factions)"], ["rift", "a personal or social separation (as between opposing factions)"], ["rupture", "a personal or social separation (as between opposing factions)"], ["severing", "the act of severing"], ["break", "a personal or social separation (as between opposing factions)"], ["falling out", "a personal or social separation (as between opposing factions)"]]}, {"answer": "severeness", "hint": "synonyms for severeness", "clues": [["severity", "excessive sternness"], ["harshness", "excessive sternness"], ["stiffness", "excessive sternness"], ["austereness", "extreme plainness"], ["rigourousness", "excessive sternness"], ["hardness", "excessive sternness"], ["grimness", "something hard to endure"], ["hardship", "something hard to endure"], ["inclemency", "excessive sternness"], ["asperity", "something hard to endure"], ["rigour", "something hard to endure"], ["badness", "used of the degree of something undesirable e.g. pain or weather"]]}, {"answer": "severity", "hint": "synonyms for severity", "clues": [["harshness", "excessive sternness"], ["stiffness", "excessive sternness"], ["austereness", "extreme plainness"], ["rigourousness", "excessive sternness"], ["severeness", "extreme plainness"], ["hardness", "excessive sternness"], ["grimness", "something hard to endure"], ["hardship", "something hard to endure"], ["inclemency", "excessive sternness"], ["asperity", "something hard to endure"], ["rigour", "something hard to endure"], ["badness", "used of the degree of something undesirable e.g. pain or weather"]]}, {"answer": "sex", "hint": "synonyms for sex", "clues": [["sexual urge", "all of the feelings resulting from the urge to gratify sexual impulses"], ["gender", "the properties that distinguish organisms on the basis of their reproductive roles"], ["sexuality", "the properties that distinguish organisms on the basis of their reproductive roles"], ["sexual activity", "activities associated with sexual intercourse"], ["sexual practice", "activities associated with sexual intercourse"]]}, {"answer": "sex_act", "hint": "synonyms for sex act", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "sextet", "hint": "synonyms for sextet", "clues": [["sextette", "a musical composition written for six performers"], ["sextuplet", "the cardinal number that is the sum of five and one"], ["hexad", "the cardinal number that is the sum of five and one"], ["sestet", "a musical composition written for six performers"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sixsome", "six people considered as a unit"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"]]}, {"answer": "sextuplet", "hint": "synonyms for sextuplet", "clues": [["hexad", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "sexual_congress", "hint": "synonyms for sexual congress", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "sexual_intercourse", "hint": "synonyms for sexual intercourse", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "sexual_love", "hint": "synonyms for sexual love", "clues": [["love", "sexual activities (often including sexual intercourse) between two people"], ["making love", "sexual activities (often including sexual intercourse) between two people"], ["love life", "sexual activities (often including sexual intercourse) between two people"], ["lovemaking", "sexual activities (often including sexual intercourse) between two people"], ["erotic love", "a deep feeling of sexual desire and attraction"]]}, {"answer": "sexual_relation", "hint": "synonyms for sexual relation", "clues": [["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur"]]}, {"answer": "sexual_union", "hint": "synonyms for sexual union", "clues": [["mating", "the act of pairing a male and female for reproductive purposes"], ["pairing", "the act of pairing a male and female for reproductive purposes"], ["union", "the act of pairing a male and female for reproductive purposes"], ["coupling", "the act of pairing a male and female for reproductive purposes"], ["conjugation", "the act of pairing a male and female for reproductive purposes"]]}, {"answer": "shabbiness", "hint": "synonyms for shabbiness", "clues": [["injustice", "an unjust act"], ["seediness", "a lack of elegance as a consequence of wearing threadbare or dirty clothing"], ["manginess", "a lack of elegance as a consequence of wearing threadbare or dirty clothing"], ["iniquity", "an unjust act"], ["unfairness", "an unjust act"], ["sleaziness", "a lack of elegance as a consequence of wearing threadbare or dirty clothing"]]}, {"answer": "shabu", "hint": "synonyms for shabu", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"]]}, {"answer": "shack", "hint": "synonyms for shack", "clues": [["hut", "small crude shelter used as a dwelling"], ["hovel", "small crude shelter used as a dwelling"], ["shanty", "small crude shelter used as a dwelling"], ["hutch", "small crude shelter used as a dwelling"]]}, {"answer": "shade", "hint": "synonyms for shade", "clues": [["tone", "a quality of a given color that differs slightly from another color"], ["refinement", "a subtle difference in meaning or opinion or attitude"], ["nicety", "a subtle difference in meaning or opinion or attitude"], ["tincture", "a quality of a given color that differs slightly from another color"], ["tint", "a quality of a given color that differs slightly from another color"], ["subtlety", "a subtle difference in meaning or opinion or attitude"], ["specter", "a mental representation of some haunting experience"], ["nuance", "a subtle difference in meaning or opinion or attitude"], ["wraith", "a mental representation of some haunting experience"], ["ghost", "a mental representation of some haunting experience"], ["tad", "a slight amount or degree of difference"], ["spook", "a mental representation of some haunting experience"]]}, {"answer": "shades", "hint": "synonyms for shades", "clues": [["sunglasses", "spectacles that are darkened or polarized to protect the eyes from the glare of the sun"], ["nuance", "a subtle difference in meaning or opinion or attitude"], ["shade", "a slight amount or degree of difference"], ["ghost", "a mental representation of some haunting experience"], ["spook", "a mental representation of some haunting experience"], ["tone", "a quality of a given color that differs slightly from another color"], ["refinement", "a subtle difference in meaning or opinion or attitude"], ["tincture", "a quality of a given color that differs slightly from another color"], ["nicety", "a subtle difference in meaning or opinion or attitude"], ["tint", "a quality of a given color that differs slightly from another color"], ["subtlety", "a subtle difference in meaning or opinion or attitude"], ["specter", "a mental representation of some haunting experience"], ["wraith", "a mental representation of some haunting experience"], ["dark glasses", "spectacles that are darkened or polarized to protect the eyes from the glare of the sun"], ["tad", "a slight amount or degree of difference"]]}, {"answer": "shadow", "hint": "synonyms for shadow", "clues": [["fantasm", "something existing in perception only"], ["dark", "an unilluminated area"], ["phantasm", "something existing in perception only"], ["phantom", "something existing in perception only"], ["vestige", "an indication that something has been present"], ["apparition", "something existing in perception only"], ["darkness", "an unilluminated area"], ["tincture", "an indication that something has been present"], ["trace", "an indication that something has been present"]]}, {"answer": "shadowgraph", "hint": "synonyms for shadowgraph", "clues": [["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"]]}, {"answer": "shaft", "hint": "synonyms for shaft", "clues": [["ray", "a column of light (as from a beacon)"], ["beam of light", "a column of light (as from a beacon)"], ["lance", "a long pointed rod used as a tool or weapon"], ["spear", "a long pointed rod used as a tool or weapon"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["rotating shaft", "a revolving rod that transmits power or motion"], ["scape", "(architecture) upright consisting of the vertical part of a column"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shaft of light", "a column of light (as from a beacon)"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["ray of light", "a column of light (as from a beacon)"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["irradiation", "a column of light (as from a beacon)"], ["light beam", "a column of light (as from a beacon)"], ["beam", "a column of light (as from a beacon)"]]}, {"answer": "shaft_of_light", "hint": "synonyms for shaft of light", "clues": [["ray", "a column of light (as from a beacon)"], ["beam of light", "a column of light (as from a beacon)"], ["shaft", "a column of light (as from a beacon)"], ["ray of light", "a column of light (as from a beacon)"], ["irradiation", "a column of light (as from a beacon)"], ["light beam", "a column of light (as from a beacon)"], ["beam", "a column of light (as from a beacon)"]]}, {"answer": "shag", "hint": "synonyms for shag", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}, {"answer": "shake", "hint": "synonyms for shake", "clues": [["shiver", "a reflex motion caused by cold or fear or excitement"], ["milk shake", "frothy drink of milk and flavoring and sometimes fruit or ice cream"], ["tremble", "a reflex motion caused by cold or fear or excitement"], ["waggle", "causing to move repeatedly from side to side"], ["shingle", "building material used as siding or roofing"], ["handshaking", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)"], ["handclasp", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)"], ["wag", "causing to move repeatedly from side to side"], ["trill", "a note that alternates rapidly with another note a semitone above it"], ["handshake", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)"]]}, {"answer": "shambles", "hint": "synonyms for shambles", "clues": [["shamble", "walking with a slow dragging motion without lifting your feet"], ["slaughterhouse", "a building where animals are butchered"], ["shuffling", "walking with a slow dragging motion without lifting your feet"], ["abattoir", "a building where animals are butchered"], ["shambling", "walking with a slow dragging motion without lifting your feet"], ["butchery", "a building where animals are butchered"], ["shuffle", "walking with a slow dragging motion without lifting your feet"]]}, {"answer": "shammy", "hint": "synonyms for shammy", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"]]}, {"answer": "shammy_leather", "hint": "synonyms for shammy leather", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin"]]}, {"answer": "shangri-la", "hint": "synonyms for shangri-la", "clues": [["heaven", "any place of complete bliss and delight and peace"], ["nirvana", "any place of complete bliss and delight and peace"], ["promised land", "any place of complete bliss and delight and peace"], ["paradise", "any place of complete bliss and delight and peace"]]}, {"answer": "shanty", "hint": "synonyms for shanty", "clues": [["hut", "small crude shelter used as a dwelling"], ["hovel", "small crude shelter used as a dwelling"], ["shack", "small crude shelter used as a dwelling"], ["hutch", "small crude shelter used as a dwelling"], ["sea chantey", "a rhythmical work song originally sung by sailors"], ["chantey", "a rhythmical work song originally sung by sailors"]]}, {"answer": "shape", "hint": "synonyms for shape", "clues": [["form", "the visual appearance of something or someone"], ["contour", "any spatial attributes (especially as defined by outline)"], ["pattern", "a perceptual structure"], ["conformation", "any spatial attributes (especially as defined by outline)"], ["cast", "the visual appearance of something or someone"], ["configuration", "any spatial attributes (especially as defined by outline)"], ["embodiment", "a concrete representation of an otherwise nebulous concept"]]}, {"answer": "share", "hint": "synonyms for share", "clues": [["plowshare", "a sharp steel wedge that cuts loose the top layer of soil"], ["part", "assets belonging to or due to or contributed by an individual person or group"], ["portion", "the allotment of some amount by dividing something"], ["percentage", "assets belonging to or due to or contributed by an individual person or group"], ["ploughshare", "a sharp steel wedge that cuts loose the top layer of soil"], ["parcel", "the allotment of some amount by dividing something"], ["contribution", "the part played by a person in bringing about a result"]]}, {"answer": "sharp-sightedness", "hint": "synonyms for sharp-sightedness", "clues": [["alertness", "lively attentiveness"], ["on the qui vive", "lively attentiveness"], ["acuity", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)"], ["visual acuity", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)"]]}, {"answer": "sharpness", "hint": "synonyms for sharpness", "clues": [["acuity", "a quick and penetrating intelligence"], ["acuteness", "a quick and penetrating intelligence"], ["bite", "a strong odor or taste property"], ["distinctness", "the quality of being sharp and clear"], ["edge", "the attribute of urgency in tone of voice"], ["pungency", "a strong odor or taste property"], ["keenness", "a quick and penetrating intelligence"], ["raciness", "a strong odor or taste property"], ["asperity", "harshness of manner"]]}, {"answer": "shaving", "hint": "synonyms for shaving", "clues": [["paring", "a thin fragment or slice (especially of wood) that has been shaved from something"], ["skimming", "the act of brushing against while passing"], ["shave", "the act of removing hair with a razor"], ["sliver", "a thin fragment or slice (especially of wood) that has been shaved from something"], ["grazing", "the act of brushing against while passing"]]}, {"answer": "sheepskin", "hint": "synonyms for sheepskin", "clues": [["lambskin", "skin of a sheep or goat prepared for writing on"], ["parchment", "skin of a sheep or goat prepared for writing on"], ["diploma", "a document certifying the successful completion of a course of study"], ["fleece", "tanned skin of a sheep with the fleece left on; used for clothing"]]}, {"answer": "sheesha", "hint": "synonyms for sheesha", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "sheet", "hint": "synonyms for sheet", "clues": [["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["plane", "(mathematics) an unbounded two-dimensional shape"], ["rag", "newspaper with half-size pages"], ["tabloid", "newspaper with half-size pages"], ["canvas", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel"], ["bed sheet", "bed linen consisting of a large rectangular piece of cotton or linen cloth; used in pairs"], ["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["flat solid", "a flat artifact that is thin relative to its length and width"], ["sheet of paper", "paper used for writing or printing"], ["sail", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel"], ["piece of paper", "paper used for writing or printing"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"]]}, {"answer": "shekels", "hint": "synonyms for shekels", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["shekel", "the basic unit of money in Israel"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "shell", "hint": "synonyms for shell", "clues": [["casing", "the housing or outer covering of something"], ["racing shell", "a very light narrow racing boat"], ["scale", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)"], ["plate", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)"], ["case", "the housing or outer covering of something"], ["eggshell", "the exterior covering of a bird's egg"]]}, {"answer": "shelling", "hint": "synonyms for shelling", "clues": [["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["bombardment", "the heavy fire of artillery to saturate an area rather than hit a specific target"], ["barrage", "the heavy fire of artillery to saturate an area rather than hit a specific target"]]}, {"answer": "shenanigan", "hint": "synonyms for shenanigan", "clues": [["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["chicanery", "the use of tricks to deceive someone (usually to extract money from them)"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others"]]}, {"answer": "shift", "hint": "synonyms for shift", "clues": [["slip", "a woman's sleeveless undergarment"], ["switch", "the act of changing one thing or position for another"], ["transformation", "a qualitative change"], ["shift key", "the key on the typewriter keyboard that shifts from lower-case letters to upper-case letters"], ["faulting", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["chemise", "a loose-fitting dress hanging straight from the shoulders without a waist"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["shimmy", "a woman's sleeveless undergarment"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other"], ["transmutation", "a qualitative change"], ["duty period", "the time period during which you are at work"], ["work shift", "the time period during which you are at work"], ["shifting", "the act of moving from one place to another"], ["sack", "a loose-fitting dress hanging straight from the shoulders without a waist"], ["teddy", "a woman's sleeveless undergarment"], ["displacement", "an event in which something is displaced without rotation"]]}, {"answer": "shimmy", "hint": "synonyms for shimmy", "clues": [["slip", "a woman's sleeveless undergarment"], ["teddy", "a woman's sleeveless undergarment"], ["chemise", "a woman's sleeveless undergarment"], ["shift", "a woman's sleeveless undergarment"]]}, {"answer": "ship_biscuit", "hint": "synonyms for ship biscuit", "clues": [["hardtack", "very hard unsalted biscuit or bread; a former ship's staple"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple"]]}, {"answer": "shipment", "hint": "synonyms for shipment", "clues": [["despatch", "the act of sending off something"], ["load", "goods carried by a large vehicle"], ["lading", "goods carried by a large vehicle"], ["cargo", "goods carried by a large vehicle"], ["consignment", "goods carried by a large vehicle"], ["freight", "goods carried by a large vehicle"], ["payload", "goods carried by a large vehicle"]]}, {"answer": "shipping", "hint": "synonyms for shipping", "clues": [["transport", "the commercial enterprise of moving goods and materials"], ["transportation", "the commercial enterprise of moving goods and materials"], ["merchant vessels", "conveyance provided by the ships belonging to one country or industry"], ["merchant marine", "conveyance provided by the ships belonging to one country or industry"], ["cargo ships", "conveyance provided by the ships belonging to one country or industry"]]}, {"answer": "shirking", "hint": "synonyms for shirking", "clues": [["slacking", "the evasion of work or duty"], ["soldiering", "the evasion of work or duty"], ["goldbricking", "the evasion of work or duty"], ["goofing off", "the evasion of work or duty"]]}, {"answer": "shisha", "hint": "synonyms for shisha", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "shit", "hint": "synonyms for shit", "clues": [["shite", "obscene terms for feces"], ["bullshit", "obscene words for unacceptable behavior"], ["diddly-shit", "a small worthless amount"], ["dogshit", "obscene words for unacceptable behavior"], ["doodly-squat", "a small worthless amount"], ["damn", "something of little value"], ["crap", "obscene words for unacceptable behavior"], ["diddlysquat", "a small worthless amount"], ["dump", "a coarse term for defecation"], ["hoot", "something of little value"], ["turd", "obscene terms for feces"], ["squat", "a small worthless amount"], ["horseshit", "obscene words for unacceptable behavior"], ["poop", "obscene terms for feces"], ["shucks", "something of little value"], ["jack", "a small worthless amount"], ["red cent", "something of little value"], ["diddly", "a small worthless amount"], ["tinker's damn", "something of little value"], ["dirt", "obscene terms for feces"], ["darn", "something of little value"], ["bull", "obscene words for unacceptable behavior"]]}, {"answer": "shite", "hint": "synonyms for shite", "clues": [["poop", "obscene terms for feces"], ["crap", "obscene terms for feces"], ["turd", "obscene terms for feces"], ["dirt", "obscene terms for feces"], ["shit", "obscene terms for feces"]]}, {"answer": "shivaree", "hint": "synonyms for shivaree", "clues": [["callathump", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"], ["chivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple"]]}, {"answer": "shiver", "hint": "synonyms for shiver", "clues": [["chill", "an almost pleasurable sensation of fright"], ["quiver", "an almost pleasurable sensation of fright"], ["shudder", "an almost pleasurable sensation of fright"], ["tremble", "a reflex motion caused by cold or fear or excitement"], ["frisson", "an almost pleasurable sensation of fright"], ["tingle", "an almost pleasurable sensation of fright"], ["thrill", "an almost pleasurable sensation of fright"], ["shake", "a reflex motion caused by cold or fear or excitement"]]}, {"answer": "shock", "hint": "synonyms for shock", "clues": [["electrical shock", "a reflex response to the passage of electric current through the body"], ["jounce", "a sudden jarring impact"], ["daze", "the feeling of distress and disbelief that you have when something bad happens accidentally"], ["cushion", "a mechanical damper; absorbs energy of sudden impulses"], ["jolt", "a sudden jarring impact"], ["stupor", "the feeling of distress and disbelief that you have when something bad happens accidentally"], ["jar", "a sudden jarring impact"], ["shock absorber", "a mechanical damper; absorbs energy of sudden impulses"], ["blow", "an unpleasant or disappointing surprise"], ["impact", "the violent interaction of individuals or groups entering into combat"], ["seismic disturbance", "an instance of agitation of the earth's crust"]]}, {"answer": "shoes", "hint": "synonyms for shoes", "clues": [["skid", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation"], ["horseshoe", "U-shaped plate nailed to underside of horse's hoof"], ["shoe", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation"], ["brake shoe", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation"]]}, {"answer": "shogunate", "hint": "synonyms for shogunate", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "shoo-in", "hint": "synonyms for shoo-in", "clues": [["walkaway", "an easy victory"], ["laugher", "an easy victory"], ["runaway", "an easy victory"], ["blowout", "an easy victory"], ["romp", "an easy victory"]]}, {"answer": "shopping_center", "hint": "synonyms for shopping center", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping centre", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"]]}, {"answer": "shopping_centre", "hint": "synonyms for shopping centre", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"]]}, {"answer": "shopping_mall", "hint": "synonyms for shopping mall", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["shopping centre", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace"]]}, {"answer": "short_hundredweight", "hint": "synonyms for short hundredweight", "clues": [["hundredweight", "a United States unit of weight equivalent to 100 pounds"], ["cwt", "a United States unit of weight equivalent to 100 pounds"], ["quintal", "a United States unit of weight equivalent to 100 pounds"], ["centner", "a United States unit of weight equivalent to 100 pounds"], ["cental", "a United States unit of weight equivalent to 100 pounds"]]}, {"answer": "short_sleep", "hint": "synonyms for short sleep", "clues": [["nap", "sleeping for a short period of time (usually not in bed)"], ["catnap", "sleeping for a short period of time (usually not in bed)"], ["forty winks", "sleeping for a short period of time (usually not in bed)"], ["snooze", "sleeping for a short period of time (usually not in bed)"], ["cat sleep", "sleeping for a short period of time (usually not in bed)"]]}, {"answer": "shortness", "hint": "synonyms for shortness", "clues": [["gruffness", "an abrupt discourteous manner"], ["brusqueness", "an abrupt discourteous manner"], ["truncation", "the property of being truncated or short"], ["curtness", "an abrupt discourteous manner"], ["abruptness", "an abrupt discourteous manner"]]}, {"answer": "shorts", "hint": "synonyms for shorts", "clues": [["short pants", "trousers that end at or above the knee"], ["underdrawers", "underpants worn by men"], ["short", "the location on a baseball field where the shortstop is stationed"], ["drawers", "underpants worn by men"], ["boxers", "underpants worn by men"], ["trunks", "trousers that end at or above the knee"], ["boxershorts", "underpants worn by men"], ["short circuit", "accidental contact between two points in an electric circuit that have a potential difference"], ["shortstop", "the fielding position of the player on a baseball team who is stationed between second and third base"]]}, {"answer": "shout", "hint": "synonyms for shout", "clues": [["call", "a loud utterance; often in protest or opposition"], ["cry", "a loud utterance; often in protest or opposition"], ["yell", "a loud utterance; often in protest or opposition"], ["outcry", "a loud utterance; often in protest or opposition"], ["vociferation", "a loud utterance; often in protest or opposition"]]}, {"answer": "shovel", "hint": "synonyms for shovel", "clues": [["digger", "a machine for excavating"], ["spadeful", "the quantity a shovel can hold"], ["excavator", "a machine for excavating"], ["shovelful", "the quantity a shovel can hold"], ["power shovel", "a machine for excavating"]]}, {"answer": "showing", "hint": "synonyms for showing", "clues": [["screening", "the display of a motion picture"], ["exhibit", "something shown to the public"], ["viewing", "the display of a motion picture"], ["display", "something shown to the public"]]}, {"answer": "showtime", "hint": "synonyms for showtime", "clues": [["get-go", "the time at which something is supposed to begin"], ["offset", "the time at which something is supposed to begin"], ["first", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["beginning", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["outset", "the time at which something is supposed to begin"], ["commencement", "the time at which something is supposed to begin"]]}, {"answer": "shred", "hint": "synonyms for shred", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["scintilla", "a tiny or scarcely detectable amount"], ["rag", "a small piece of cloth or paper"], ["tag end", "a small piece of cloth or paper"], ["tatter", "a small piece of cloth or paper"], ["smidge", "a tiny or scarcely detectable amount"], ["tag", "a small piece of cloth or paper"], ["tittle", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "shroud", "hint": "synonyms for shroud", "clues": [["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["cerement", "burial garment in which a corpse is wrapped"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["winding-clothes", "burial garment in which a corpse is wrapped"], ["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["winding-sheet", "burial garment in which a corpse is wrapped"], ["pall", "burial garment in which a corpse is wrapped"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"]]}, {"answer": "shtup", "hint": "synonyms for shtup", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"]]}, {"answer": "shuck", "hint": "synonyms for shuck", "clues": [["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"]]}, {"answer": "shucks", "hint": "synonyms for shucks", "clues": [["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["damn", "something of little value"], ["shit", "something of little value"], ["hoot", "something of little value"], ["red cent", "something of little value"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["tinker's damn", "something of little value"], ["darn", "something of little value"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"]]}, {"answer": "shudder", "hint": "synonyms for shudder", "clues": [["chill", "an almost pleasurable sensation of fright"], ["quiver", "an almost pleasurable sensation of fright"], ["tremor", "an involuntary vibration (as if from illness or fear)"], ["frisson", "an almost pleasurable sensation of fright"], ["tingle", "an almost pleasurable sensation of fright"], ["thrill", "an almost pleasurable sensation of fright"], ["shiver", "an almost pleasurable sensation of fright"]]}, {"answer": "shuffle", "hint": "synonyms for shuffle", "clues": [["make", "the act of mixing cards haphazardly"], ["shamble", "walking with a slow dragging motion without lifting your feet"], ["shuffling", "the act of mixing cards haphazardly"], ["shambling", "walking with a slow dragging motion without lifting your feet"]]}, {"answer": "shuffling", "hint": "synonyms for shuffling", "clues": [["shamble", "walking with a slow dragging motion without lifting your feet"], ["make", "the act of mixing cards haphazardly"], ["shuffle", "the act of mixing cards haphazardly"], ["shambling", "walking with a slow dragging motion without lifting your feet"]]}, {"answer": "si", "hint": "synonyms for si", "clues": [["atomic number 14", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors"], ["silicon", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors"], ["te", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"], ["ti", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"]]}, {"answer": "sibilation", "hint": "synonyms for sibilation", "clues": [["hissing", "a fricative sound (especially as an expression of disapproval)"], ["assibilation", "pronunciation with a sibilant (hissing or whistling) sound"], ["hushing", "a fricative sound (especially as an expression of disapproval)"], ["fizzle", "a fricative sound (especially as an expression of disapproval)"]]}, {"answer": "sickeningness", "hint": "synonyms for sickeningness", "clues": [["distastefulness", "extreme unpalatability to the mouth"], ["nauseatingness", "extreme unpalatability to the mouth"], ["unsavoriness", "extreme unpalatability to the mouth"], ["disgustingness", "extreme unpalatability to the mouth"]]}, {"answer": "sideline", "hint": "synonyms for sideline", "clues": [["hobby", "an auxiliary activity"], ["spare-time activity", "an auxiliary activity"], ["by-line", "an auxiliary activity"], ["pursuit", "an auxiliary activity"], ["out of bounds", "a line that marks the side boundary of a playing field"], ["avocation", "an auxiliary activity"]]}, {"answer": "sidesplitter", "hint": "synonyms for sidesplitter", "clues": [["howler", "a joke that seems extremely funny"], ["thigh-slapper", "a joke that seems extremely funny"], ["wow", "a joke that seems extremely funny"], ["scream", "a joke that seems extremely funny"], ["belly laugh", "a joke that seems extremely funny"], ["riot", "a joke that seems extremely funny"]]}, {"answer": "sight", "hint": "synonyms for sight", "clues": [["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["visual modality", "the ability to see; the visual faculty"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["pile", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["survey", "the act of looking or seeing or observing"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["vision", "the ability to see; the visual faculty"], ["view", "the act of looking or seeing or observing"], ["spate", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["ken", "the range of vision"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["visual sense", "the ability to see; the visual faculty"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "sights", "hint": "synonyms for sights", "clues": [["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["sight", "a range of mental vision"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["visual modality", "the ability to see; the visual faculty"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["pile", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["survey", "the act of looking or seeing or observing"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["vision", "the ability to see; the visual faculty"], ["view", "the act of looking or seeing or observing"], ["spate", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["ken", "the range of vision"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["visual sense", "the ability to see; the visual faculty"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "sign_of_the_zodiac", "hint": "synonyms for sign of the zodiac", "clues": [["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided"]]}, {"answer": "signature", "hint": "synonyms for signature", "clues": [["touch", "a distinguishing style"], ["key signature", "the sharps or flats that follow the clef and indicate the key"], ["theme song", "a melody used to identify a performer or a dance band or radio/tv program"], ["signature tune", "a melody used to identify a performer or a dance band or radio/tv program"]]}, {"answer": "significance", "hint": "synonyms for significance", "clues": [["signification", "the message that is intended or expressed or signified"], ["implication", "a meaning that is not expressly stated but can be inferred"], ["import", "the message that is intended or expressed or signified"], ["meaning", "the message that is intended or expressed or signified"]]}, {"answer": "silence", "hint": "synonyms for silence", "clues": [["secretiveness", "the trait of keeping things secret"], ["muteness", "a refusal to speak when expected"], ["secrecy", "the trait of keeping things secret"], ["quiet", "the absence of sound"]]}, {"answer": "silk_hat", "hint": "synonyms for silk hat", "clues": [["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur"]]}, {"answer": "silliness", "hint": "synonyms for silliness", "clues": [["fatuity", "a ludicrous folly"], ["giddiness", "an impulsive scatterbrained manner"], ["fatuousness", "a ludicrous folly"], ["absurdity", "a ludicrous folly"]]}, {"answer": "simoleons", "hint": "synonyms for simoleons", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "simpleness", "hint": "synonyms for simpleness", "clues": [["restraint", "lack of ornamentation"], ["ease", "freedom from difficulty or hardship or effort"], ["simplicity", "a lack of penetration or subtlety"], ["easiness", "freedom from difficulty or hardship or effort"], ["chasteness", "lack of ornamentation"], ["simple mindedness", "a lack of penetration or subtlety"]]}, {"answer": "simplicity", "hint": "synonyms for simplicity", "clues": [["restraint", "lack of ornamentation"], ["ease", "freedom from difficulty or hardship or effort"], ["simpleness", "the quality of being simple or uncompounded"], ["easiness", "freedom from difficulty or hardship or effort"], ["chasteness", "lack of ornamentation"], ["simple mindedness", "a lack of penetration or subtlety"]]}, {"answer": "simulation", "hint": "synonyms for simulation", "clues": [["pretending", "the act of giving a false appearance"], ["pretense", "the act of giving a false appearance"], ["computer simulation", "(computer science) the technique of representing the real world by a computer program"], ["feigning", "the act of giving a false appearance"], ["model", "representation of something (sometimes on a smaller scale)"]]}, {"answer": "sin", "hint": "synonyms for sin", "clues": [["sinfulness", "estrangement from god"], ["hell", "violent and excited activity"], ["sinning", "an act that is regarded by theologians as a transgression of God's will"], ["sine", "ratio of the length of the side opposite the given angle to the length of the hypotenuse of a right-angled triangle"], ["wickedness", "estrangement from god"]]}, {"answer": "sincerity", "hint": "synonyms for sincerity", "clues": [["serious-mindedness", "the trait of being serious; - Robert Rice"], ["earnestness", "an earnest and sincere feeling"], ["seriousness", "the trait of being serious; - Robert Rice"], ["unassumingness", "a quality of naturalness and simplicity"]]}, {"answer": "sinew", "hint": "synonyms for sinew", "clues": [["muscle", "possessing muscular strength"], ["muscularity", "possessing muscular strength"], ["heftiness", "possessing muscular strength"], ["brawniness", "possessing muscular strength"], ["brawn", "possessing muscular strength"]]}, {"answer": "single-valued_function", "hint": "synonyms for single-valued function", "clues": [["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)"]]}, {"answer": "singles", "hint": "synonyms for singles", "clues": [["bingle", "a base hit on which the batter stops safely at first base"], ["ace", "the smallest whole number or a numeral representing this number"], ["single", "a base hit on which the batter stops safely at first base"], ["one", "the smallest whole number or a numeral representing this number"], ["1", "the smallest whole number or a numeral representing this number"], ["unity", "the smallest whole number or a numeral representing this number"]]}, {"answer": "sink", "hint": "synonyms for sink", "clues": [["sump", "a covered cistern; waste water and sewage flow into it"], ["cesspit", "a covered cistern; waste water and sewage flow into it"], ["cesspool", "a covered cistern; waste water and sewage flow into it"], ["sinkhole", "a depression in the ground communicating with a subterranean passage (especially in limestone) and formed by solution or by collapse of a cavern roof"], ["swallow hole", "a depression in the ground communicating with a subterranean passage (especially in limestone) and formed by solution or by collapse of a cavern roof"]]}, {"answer": "sis", "hint": "synonyms for sis", "clues": [["atomic number 14", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors"], ["silicon", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors"], ["te", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"], ["si", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"], ["ti", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"]]}, {"answer": "sise", "hint": "synonyms for sise", "clues": [["hexad", "the cardinal number that is the sum of five and one"], ["sextuplet", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["sixer", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "sissiness", "hint": "synonyms for sissiness", "clues": [["effeminateness", "the trait of being effeminate (derogatory of a man)"], ["womanishness", "the trait of being effeminate (derogatory of a man)"], ["effeminacy", "the trait of being effeminate (derogatory of a man)"], ["softness", "the trait of being effeminate (derogatory of a man)"], ["unmanliness", "the trait of being effeminate (derogatory of a man)"]]}, {"answer": "site", "hint": "synonyms for site", "clues": [["situation", "physical position in relation to the surroundings"], ["web site", "a computer connected to the internet that maintains a series of web pages on the World Wide Web"], ["land site", "the piece of land on which something is located (or is to be located)"], ["internet site", "a computer connected to the internet that maintains a series of web pages on the World Wide Web"]]}, {"answer": "situation", "hint": "synonyms for situation", "clues": [["spot", "a job in an organization"], ["berth", "a job in an organization"], ["place", "a job in an organization"], ["billet", "a job in an organization"], ["position", "a job in an organization"], ["office", "a job in an organization"], ["post", "a job in an organization"], ["site", "physical position in relation to the surroundings"]]}, {"answer": "sixer", "hint": "synonyms for sixer", "clues": [["hexad", "the cardinal number that is the sum of five and one"], ["sextuplet", "the cardinal number that is the sum of five and one"], ["6", "the cardinal number that is the sum of five and one"], ["half a dozen", "the cardinal number that is the sum of five and one"], ["sise", "the cardinal number that is the sum of five and one"], ["sextet", "the cardinal number that is the sum of five and one"], ["six", "the cardinal number that is the sum of five and one"], ["sestet", "the cardinal number that is the sum of five and one"]]}, {"answer": "sixties", "hint": "synonyms for sixties", "clues": [["1960s", "the decade from 1960 to 1969"], ["sixty", "the cardinal number that is the product of ten and six"], ["mid-sixties", "the time of life between 60 and 70"], ["60", "the cardinal number that is the product of ten and six"]]}, {"answer": "sizeableness", "hint": "synonyms for sizeableness", "clues": [["vastness", "unusual largeness in size or extent or number"], ["immenseness", "unusual largeness in size or extent or number"], ["greatness", "unusual largeness in size or extent or number"], ["immensity", "unusual largeness in size or extent or number"], ["wideness", "unusual largeness in size or extent or number"], ["enormousness", "unusual largeness in size or extent or number"], ["grandness", "unusual largeness in size or extent or number"]]}, {"answer": "skag", "hint": "synonyms for skag", "clues": [["thunder", "street names for heroin"], ["scag", "street names for heroin"], ["hell dust", "street names for heroin"], ["nose drops", "street names for heroin"], ["smack", "street names for heroin"], ["big H", "street names for heroin"]]}, {"answer": "skeleton", "hint": "synonyms for skeleton", "clues": [["skeleton in the cupboard", "a scandal that is kept secret"], ["underframe", "the internal supporting structure that gives an artifact its shape"], ["skeletal frame", "the internal supporting structure that gives an artifact its shape"], ["frame", "the internal supporting structure that gives an artifact its shape"], ["skeleton in the closet", "a scandal that is kept secret"]]}, {"answer": "skepticism", "hint": "synonyms for skepticism", "clues": [["scepticism", "the disbelief in any claims of ultimate knowledge"], ["agnosticism", "the disbelief in any claims of ultimate knowledge"], ["mental rejection", "doubt about the truth of something"], ["incredulity", "doubt about the truth of something"], ["disbelief", "doubt about the truth of something"]]}, {"answer": "sketch", "hint": "synonyms for sketch", "clues": [["study", "preliminary drawing for later elaboration"], ["vignette", "a brief literary description"], ["survey", "short descriptive summary (of events)"], ["resume", "short descriptive summary (of events)"], ["cartoon", "a humorous or satirical drawing published in a newspaper or magazine"]]}, {"answer": "skiagram", "hint": "synonyms for skiagram", "clues": [["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"]]}, {"answer": "skiagraph", "hint": "synonyms for skiagraph", "clues": [["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"], ["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)"]]}, {"answer": "skid", "hint": "synonyms for skid", "clues": [["sideslip", "an unexpected slide"], ["slip", "an unexpected slide"], ["brake shoe", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation"], ["shoe", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation"]]}, {"answer": "skill", "hint": "synonyms for skill", "clues": [["accomplishment", "an ability that has been acquired by training"], ["science", "ability to produce solutions in some problem domain"], ["attainment", "an ability that has been acquired by training"], ["acquirement", "an ability that has been acquired by training"], ["acquisition", "an ability that has been acquired by training"]]}, {"answer": "skimmer", "hint": "synonyms for skimmer", "clues": [["boater", "a stiff hat made of straw with a flat crown"], ["leghorn", "a stiff hat made of straw with a flat crown"], ["straw hat", "a stiff hat made of straw with a flat crown"], ["sailor", "a stiff hat made of straw with a flat crown"]]}, {"answer": "skin_senses", "hint": "synonyms for skin senses", "clues": [["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"]]}, {"answer": "skulduggery", "hint": "synonyms for skulduggery", "clues": [["slickness", "verbal misrepresentation intended to take advantage of you in some way"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way"], ["skullduggery", "verbal misrepresentation intended to take advantage of you in some way"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way"]]}, {"answer": "skullduggery", "hint": "synonyms for skullduggery", "clues": [["slickness", "verbal misrepresentation intended to take advantage of you in some way"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way"]]}, {"answer": "skunk", "hint": "synonyms for skunk", "clues": [["locoweed", "street names for marijuana"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"], ["shutout", "a defeat in a game where one side fails to score"]]}, {"answer": "skyline", "hint": "synonyms for skyline", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet"], ["horizon", "the line at which the sky and Earth appear to meet"], ["visible horizon", "the line at which the sky and Earth appear to meet"], ["sensible horizon", "the line at which the sky and Earth appear to meet"]]}, {"answer": "slacking", "hint": "synonyms for slacking", "clues": [["shirking", "the evasion of work or duty"], ["soldiering", "the evasion of work or duty"], ["goldbricking", "the evasion of work or duty"], ["goofing off", "the evasion of work or duty"]]}, {"answer": "slackness", "hint": "synonyms for slackness", "clues": [["inanition", "weakness characterized by a lack of vitality or energy"], ["slack", "the quality of being loose (not taut)"], ["lassitude", "weakness characterized by a lack of vitality or energy"], ["laxness", "the quality of being lax and neglectful"], ["laxity", "the quality of being lax and neglectful"], ["remissness", "the quality of being lax and neglectful"], ["lethargy", "weakness characterized by a lack of vitality or energy"]]}, {"answer": "slacks", "hint": "synonyms for slacks", "clues": [["slump", "a noticeable deterioration in performance or quality"], ["quag", "a soft wet area of low-lying land that sinks underfoot"], ["slack", "the quality of being loose (not taut)"], ["falloff", "a noticeable deterioration in performance or quality"], ["falling off", "a noticeable deterioration in performance or quality"], ["slackness", "the quality of being loose (not taut)"], ["mire", "a soft wet area of low-lying land that sinks underfoot"], ["morass", "a soft wet area of low-lying land that sinks underfoot"], ["drop-off", "a noticeable deterioration in performance or quality"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot"], ["slack water", "a stretch of water without current or movement"]]}, {"answer": "slaked_lime", "hint": "synonyms for slaked lime", "clues": [["caustic lime", "a caustic substance produced by heating limestone"], ["lime hydrate", "a caustic substance produced by heating limestone"], ["calcium hydroxide", "a caustic substance produced by heating limestone"], ["lime", "a caustic substance produced by heating limestone"], ["calcium hydrate", "a caustic substance produced by heating limestone"], ["hydrated lime", "a caustic substance produced by heating limestone"]]}, {"answer": "slam", "hint": "synonyms for slam", "clues": [["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect"], ["sweep", "winning all or all but one of the tricks in bridge"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect"]]}, {"answer": "slammer", "hint": "synonyms for slammer", "clues": [["pokey", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)"]]}, {"answer": "slander", "hint": "synonyms for slander", "clues": [["aspersion", "an abusive attack on a person's character or good name"], ["calumny", "an abusive attack on a person's character or good name"], ["defamation", "an abusive attack on a person's character or good name"], ["denigration", "an abusive attack on a person's character or good name"]]}, {"answer": "slang", "hint": "synonyms for slang", "clues": [["lingo", "a characteristic language of a particular group (as among thieves)"], ["patois", "a characteristic language of a particular group (as among thieves)"], ["slang expression", "informal language consisting of words and expressions that are not considered appropriate for formal occasions; often vituperative or vulgar"], ["cant", "a characteristic language of a particular group (as among thieves)"], ["slang term", "informal language consisting of words and expressions that are not considered appropriate for formal occasions; often vituperative or vulgar"], ["argot", "a characteristic language of a particular group (as among thieves)"], ["vernacular", "a characteristic language of a particular group (as among thieves)"], ["jargon", "a characteristic language of a particular group (as among thieves)"]]}, {"answer": "slash", "hint": "synonyms for slash", "clues": [["separatrix", "a punctuation mark (/) used to separate related items of information"], ["diagonal", "a punctuation mark (/) used to separate related items of information"], ["stroke", "a punctuation mark (/) used to separate related items of information"], ["solidus", "a punctuation mark (/) used to separate related items of information"], ["gash", "a strong sweeping cut made with a sharp instrument"], ["virgule", "a punctuation mark (/) used to separate related items of information"]]}, {"answer": "slaughter", "hint": "synonyms for slaughter", "clues": [["walloping", "a sound defeat"], ["butchery", "the savage and excessive killing of many people"], ["trouncing", "a sound defeat"], ["carnage", "the savage and excessive killing of many people"], ["thrashing", "a sound defeat"], ["whipping", "a sound defeat"], ["massacre", "the savage and excessive killing of many people"], ["mass murder", "the savage and excessive killing of many people"], ["debacle", "a sound defeat"], ["drubbing", "a sound defeat"]]}, {"answer": "sledge", "hint": "synonyms for sledge", "clues": [["sledgehammer", "a heavy long-handled hammer used to drive stakes or wedges"], ["sleigh", "a vehicle mounted on runners and pulled by horses or dogs; for transportation over snow"], ["maul", "a heavy long-handled hammer used to drive stakes or wedges"], ["sled", "a vehicle mounted on runners and pulled by horses or dogs; for transportation over snow"]]}, {"answer": "sleeper", "hint": "synonyms for sleeper", "clues": [["railroad tie", "one of the cross braces that support the rails on a railway track"], ["sleeping car", "a passenger car that has berths for sleeping"], ["tie", "one of the cross braces that support the rails on a railway track"], ["wagon-lit", "a passenger car that has berths for sleeping"], ["crosstie", "one of the cross braces that support the rails on a railway track"]]}, {"answer": "sleeping_accommodation", "hint": "synonyms for sleeping accommodation", "clues": [["bedchamber", "a room used primarily for sleeping"], ["bedroom", "a room used primarily for sleeping"], ["chamber", "a room used primarily for sleeping"], ["sleeping room", "a room used primarily for sleeping"]]}, {"answer": "sleeping_room", "hint": "synonyms for sleeping room", "clues": [["bedchamber", "a room used primarily for sleeping"], ["sleeping accommodation", "a room used primarily for sleeping"], ["bedroom", "a room used primarily for sleeping"], ["chamber", "a room used primarily for sleeping"]]}, {"answer": "sleepwalking", "hint": "synonyms for sleepwalking", "clues": [["somnambulation", "walking by a person who is asleep"], ["noctambulation", "walking by a person who is asleep"], ["somnambulism", "walking by a person who is asleep"], ["noctambulism", "walking by a person who is asleep"]]}, {"answer": "slenderness", "hint": "synonyms for slenderness", "clues": [["thinness", "relatively small dimension through an object as opposed to its length or width"], ["tenuity", "relatively small dimension through an object as opposed to its length or width"], ["slightness", "the property of an attractively thin person"], ["slimness", "the property of an attractively thin person"]]}, {"answer": "slew", "hint": "synonyms for slew", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "slews", "hint": "synonyms for slews", "clues": [["heaps", "a large number or amount"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["rafts", "a large number or amount"], ["piles", "a large number or amount"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["scores", "a large number or amount"], ["deal", "(often followed by `of') a large number or amount or extent"], ["oodles", "a large number or amount"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["stacks", "a large number or amount"], ["loads", "a large number or amount"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["dozens", "a large number or amount"], ["spate", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "slickness", "hint": "synonyms for slickness", "clues": [["slick", "a slippery smoothness"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way"], ["slipperiness", "a slippery smoothness"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way"], ["slip", "a slippery smoothness"], ["glibness", "a kind of fluent easy superficiality"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way"]]}, {"answer": "slide", "hint": "synonyms for slide", "clues": [["swoop", "(music) rapid sliding up or down the musical scale"], ["sliding board", "plaything consisting of a sloping chute down which children can slide"], ["lantern slide", "a transparency mounted in a frame; viewed with a slide projector"], ["glide", "the act of moving smoothly along a surface while remaining in contact with it"], ["playground slide", "plaything consisting of a sloping chute down which children can slide"], ["slideway", "sloping channel through which things can descend"], ["sloping trough", "sloping channel through which things can descend"], ["chute", "sloping channel through which things can descend"], ["microscope slide", "a small flat rectangular piece of glass on which specimens can be mounted for microscopic study"], ["coast", "the act of moving smoothly along a surface while remaining in contact with it"]]}, {"answer": "slightness", "hint": "synonyms for slightness", "clues": [["puniness", "the quality of being unimportant and petty or frivolous"], ["triviality", "the quality of being unimportant and petty or frivolous"], ["pettiness", "the quality of being unimportant and petty or frivolous"], ["slenderness", "the property of an attractively thin person"], ["delicacy", "smallness of stature"], ["slimness", "the property of an attractively thin person"]]}, {"answer": "slime", "hint": "synonyms for slime", "clues": [["ooze", "any thick, viscous matter"], ["gook", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["muck", "any thick, viscous matter"], ["gunk", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["sludge", "any thick, viscous matter"]]}, {"answer": "sliminess", "hint": "synonyms for sliminess", "clues": [["wickedness", "the quality of being disgusting to the senses or emotions"], ["lousiness", "the quality of being disgusting to the senses or emotions"], ["loathsomeness", "the quality of being disgusting to the senses or emotions"], ["repulsiveness", "the quality of being disgusting to the senses or emotions"], ["vileness", "the quality of being disgusting to the senses or emotions"]]}, {"answer": "slimness", "hint": "synonyms for slimness", "clues": [["slenderness", "the property of an attractively thin person"], ["narrow margin", "a small margin"], ["slightness", "the property of an attractively thin person"], ["narrowness", "a small margin"]]}, {"answer": "sling", "hint": "synonyms for sling", "clues": [["catapult", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones"], ["slingshot", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones"], ["scarf bandage", "bandage to support an injured forearm; consisting of a wide triangular piece of cloth hanging from around the neck"], ["slingback", "a shoe that has a strap that wraps around the heel"], ["triangular bandage", "bandage to support an injured forearm; consisting of a wide triangular piece of cloth hanging from around the neck"]]}, {"answer": "slip", "hint": "synonyms for slip", "clues": [["eluding", "the act of avoiding capture (especially by cunning)"], ["pillowcase", "bed linen consisting of a cover for a pillow"], ["slipperiness", "a slippery smoothness"], ["sideslip", "a flight maneuver; aircraft slides sideways in the air"], ["moorage", "a place where a craft can be made fast"], ["pillow slip", "bed linen consisting of a cover for a pillow"], ["elusion", "the act of avoiding capture (especially by cunning)"], ["trip", "an accidental misstep threatening (or causing) a fall"], ["gaucherie", "a socially awkward or tactless act"], ["slip-up", "a minor inadvertent mistake usually observed in speech or writing or in small accidents or memory lapses etc."], ["shimmy", "a woman's sleeveless undergarment"], ["slickness", "a slippery smoothness"], ["gaffe", "a socially awkward or tactless act"], ["parapraxis", "a minor inadvertent mistake usually observed in speech or writing or in small accidents or memory lapses etc."], ["mooring", "a place where a craft can be made fast"], ["slick", "a slippery smoothness"], ["skid", "an unexpected slide"], ["solecism", "a socially awkward or tactless act"], ["berth", "a place where a craft can be made fast"], ["slip of paper", "a small sheet of paper"], ["miscue", "a minor inadvertent mistake usually observed in speech or writing or in small accidents or memory lapses etc."], ["shift", "a woman's sleeveless undergarment"], ["teddy", "a woman's sleeveless undergarment"], ["case", "bed linen consisting of a cover for a pillow"], ["faux pas", "a socially awkward or tactless act"], ["chemise", "a woman's sleeveless undergarment"]]}, {"answer": "slipperiness", "hint": "synonyms for slipperiness", "clues": [["slick", "a slippery smoothness"], ["slip", "a slippery smoothness"], ["slickness", "a slippery smoothness"], ["rascality", "the quality of being a slippery rascal"], ["trickiness", "the quality of being a slippery rascal"], ["shiftiness", "the quality of being a slippery rascal"]]}, {"answer": "slipstream", "hint": "synonyms for slipstream", "clues": [["backwash", "the flow of air that is driven backwards by an aircraft propeller"], ["wash", "the flow of air that is driven backwards by an aircraft propeller"], ["race", "the flow of air that is driven backwards by an aircraft propeller"], ["airstream", "the flow of air that is driven backwards by an aircraft propeller"]]}, {"answer": "slit", "hint": "synonyms for slit", "clues": [["scratch", "a depression scratched or carved into a surface"], ["incision", "a depression scratched or carved into a surface"], ["prick", "a depression scratched or carved into a surface"], ["dent", "a depression scratched or carved into a surface"]]}, {"answer": "slop", "hint": "synonyms for slop", "clues": [["mire", "deep soft mud in water or slush"], ["slops", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"], ["mush", "writing or music that is excessively sweet and sentimental"], ["treacle", "writing or music that is excessively sweet and sentimental"], ["swill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"], ["pigwash", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"], ["pigswill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"], ["glop", "writing or music that is excessively sweet and sentimental"]]}, {"answer": "sloppiness", "hint": "synonyms for sloppiness", "clues": [["mushiness", "falsely emotional in a maudlin way"], ["drippiness", "falsely emotional in a maudlin way"], ["sentimentality", "falsely emotional in a maudlin way"], ["carelessness", "the quality of not being careful or taking pains"], ["soupiness", "falsely emotional in a maudlin way"], ["mawkishness", "falsely emotional in a maudlin way"]]}, {"answer": "slops", "hint": "synonyms for slops", "clues": [["slop", "(usually plural) waste water from a kitchen or bathroom or chamber pot that has to be emptied by hand"], ["treacle", "writing or music that is excessively sweet and sentimental"], ["glop", "writing or music that is excessively sweet and sentimental"], ["pigswill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"], ["swill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"], ["mire", "deep soft mud in water or slush"], ["mush", "writing or music that is excessively sweet and sentimental"], ["pigwash", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk"]]}, {"answer": "slowness", "hint": "synonyms for slowness", "clues": [["mental retardation", "lack of normal development of intellectual capacities"], ["subnormality", "lack of normal development of intellectual capacities"], ["clumsiness", "unskillfulness resulting from a lack of training"], ["maladroitness", "unskillfulness resulting from a lack of training"], ["unhurriedness", "a rate demonstrating an absence of haste or hurry"], ["retardation", "lack of normal development of intellectual capacities"], ["deliberateness", "a rate demonstrating an absence of haste or hurry"], ["deliberation", "a rate demonstrating an absence of haste or hurry"], ["backwardness", "lack of normal development of intellectual capacities"], ["ineptness", "unskillfulness resulting from a lack of training"], ["ineptitude", "unskillfulness resulting from a lack of training"]]}, {"answer": "sludge", "hint": "synonyms for sludge", "clues": [["ooze", "any thick, viscous matter"], ["gook", "any thick, viscous matter"], ["goop", "any thick, viscous matter"], ["muck", "any thick, viscous matter"], ["gunk", "any thick, viscous matter"], ["guck", "any thick, viscous matter"], ["slime", "any thick, viscous matter"]]}, {"answer": "slug", "hint": "synonyms for slug", "clues": [["type slug", "a strip of type metal used for spacing"], ["punch", "(boxing) a blow with the fist"], ["biff", "(boxing) a blow with the fist"], ["poke", "(boxing) a blow with the fist"], ["lick", "(boxing) a blow with the fist"], ["bullet", "a projectile that is fired from a gun"], ["clout", "(boxing) a blow with the fist"]]}, {"answer": "sluggishness", "hint": "synonyms for sluggishness", "clues": [["phlegm", "inactivity; showing an unusual lack of energy"], ["languor", "inactivity; showing an unusual lack of energy"], ["lethargy", "inactivity; showing an unusual lack of energy"], ["flatness", "inactivity; showing an unusual lack of energy"]]}, {"answer": "sluice_valve", "hint": "synonyms for sluice valve", "clues": [["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"]]}, {"answer": "sluicegate", "hint": "synonyms for sluicegate", "clues": [["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"]]}, {"answer": "slump", "hint": "synonyms for slump", "clues": [["falloff", "a noticeable deterioration in performance or quality"], ["slack", "a noticeable deterioration in performance or quality"], ["falling off", "a noticeable deterioration in performance or quality"], ["drop-off", "a noticeable deterioration in performance or quality"]]}, {"answer": "slur", "hint": "synonyms for slur", "clues": [["daub", "a blemish made by dirt"], ["smudge", "a blemish made by dirt"], ["smirch", "a blemish made by dirt"], ["smear", "a blemish made by dirt"], ["blot", "a blemish made by dirt"], ["aspersion", "a disparaging remark"], ["spot", "a blemish made by dirt"]]}, {"answer": "slyness", "hint": "synonyms for slyness", "clues": [["craft", "shrewdness as demonstrated by being skilled in deception"], ["cunning", "shrewdness as demonstrated by being skilled in deception"], ["guile", "shrewdness as demonstrated by being skilled in deception"], ["wiliness", "shrewdness as demonstrated by being skilled in deception"], ["foxiness", "shrewdness as demonstrated by being skilled in deception"], ["craftiness", "shrewdness as demonstrated by being skilled in deception"]]}, {"answer": "small_talk", "hint": "synonyms for small talk", "clues": [["tittle-tattle", "light informal conversation for social occasions"], ["gab", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "smarminess", "hint": "synonyms for smarminess", "clues": [["unction", "smug self-serving earnestness"], ["oleaginousness", "smug self-serving earnestness"], ["unctuousness", "smug self-serving earnestness"], ["oiliness", "smug self-serving earnestness"], ["fulsomeness", "smug self-serving earnestness"]]}, {"answer": "smart_set", "hint": "synonyms for smart set", "clues": [["society", "the fashionable elite"], ["high society", "the fashionable elite"], ["bon ton", "the fashionable elite"], ["beau monde", "the fashionable elite"]]}, {"answer": "smartness", "hint": "synonyms for smartness", "clues": [["chicness", "elegance by virtue of being fashionable"], ["stylishness", "elegance by virtue of being fashionable"], ["alacrity", "liveliness and eagerness"], ["briskness", "liveliness and eagerness"], ["chichi", "elegance by virtue of being fashionable"], ["cleverness", "intelligence as manifested in being quick and witty"], ["chic", "elegance by virtue of being fashionable"], ["brightness", "intelligence as manifested in being quick and witty"], ["last word", "elegance by virtue of being fashionable"], ["swank", "elegance by virtue of being fashionable"], ["modishness", "elegance by virtue of being fashionable"]]}, {"answer": "smasher", "hint": "synonyms for smasher", "clues": [["bang", "a conspicuous success"], ["strike", "a conspicuous success"], ["smash", "a conspicuous success"], ["hit", "a conspicuous success"]]}, {"answer": "smear", "hint": "synonyms for smear", "clues": [["daub", "a blemish made by dirt"], ["malignment", "slanderous defamation"], ["smudge", "a blemish made by dirt"], ["smirch", "an act that brings discredit to the person who does it"], ["blot", "a blemish made by dirt"], ["spot", "a blemish made by dirt"], ["slur", "a blemish made by dirt"], ["stain", "an act that brings discredit to the person who does it"], ["vilification", "slanderous defamation"]]}, {"answer": "smell", "hint": "synonyms for smell", "clues": [["smelling", "the act of perceiving the odor of something"], ["aroma", "any property detected by the olfactory system"], ["odour", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["olfactory perception", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["sense of smell", "the faculty that enables us to distinguish scents"], ["olfactory modality", "the faculty that enables us to distinguish scents"], ["olfactory sensation", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form"], ["olfaction", "the faculty that enables us to distinguish scents"], ["scent", "any property detected by the olfactory system"], ["olfactory property", "any property detected by the olfactory system"]]}, {"answer": "smidge", "hint": "synonyms for smidge", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["scintilla", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["tittle", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"], ["smidgeon", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "smidgen", "hint": "synonyms for smidgen", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["scintilla", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["smidge", "a tiny or scarcely detectable amount"], ["tittle", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "smidgeon", "hint": "synonyms for smidgeon", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["scintilla", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["smidge", "a tiny or scarcely detectable amount"], ["tittle", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "smidgin", "hint": "synonyms for smidgin", "clues": [["scintilla", "a tiny or scarcely detectable amount"], ["smidgeon", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["tittle", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "smirch", "hint": "synonyms for smirch", "clues": [["smear", "an act that brings discredit to the person who does it"], ["daub", "a blemish made by dirt"], ["smudge", "a blemish made by dirt"], ["blot", "a blemish made by dirt"], ["spot", "a blemish made by dirt"], ["slur", "a blemish made by dirt"], ["stain", "an act that brings discredit to the person who does it"]]}, {"answer": "smoke", "hint": "synonyms for smoke", "clues": [["locoweed", "street names for marijuana"], ["fastball", "(baseball) a pitch thrown with maximum velocity"], ["smoking", "a hot vapor containing fine particles of carbon being produced by combustion"], ["fume", "a cloud of fine particles suspended in a gas"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["heater", "(baseball) a pitch thrown with maximum velocity"], ["roll of tobacco", "tobacco leaves that have been made into a cylinder"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["bullet", "(baseball) a pitch thrown with maximum velocity"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["hummer", "(baseball) a pitch thrown with maximum velocity"]]}, {"answer": "smoker", "hint": "synonyms for smoker", "clues": [["stag party", "a party for men only (or one considered suitable for men only)"], ["smoking car", "a passenger car for passengers who wish to smoke"], ["smoking carriage", "a passenger car for passengers who wish to smoke"], ["smoking compartment", "a passenger car for passengers who wish to smoke"]]}, {"answer": "smooching", "hint": "synonyms for smooching", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "smoothness", "hint": "synonyms for smoothness", "clues": [["eloquence", "powerful and effective language"], ["fluency", "powerful and effective language"], ["suavity", "the quality of being bland and gracious or ingratiating in manner"], ["blandness", "the quality of being bland and gracious or ingratiating in manner"], ["suaveness", "the quality of being bland and gracious or ingratiating in manner"]]}, {"answer": "smorgasbord", "hint": "synonyms for smorgasbord", "clues": [["miscellanea", "a collection containing a variety of sorts of things"], ["variety", "a collection containing a variety of sorts of things"], ["mixture", "a collection containing a variety of sorts of things"], ["assortment", "a collection containing a variety of sorts of things"], ["motley", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "smudge", "hint": "synonyms for smudge", "clues": [["daub", "a blemish made by dirt"], ["slur", "a blemish made by dirt"], ["smear", "a blemish made by dirt"], ["blot", "a blemish made by dirt"], ["smirch", "a blemish made by dirt"], ["spot", "a blemish made by dirt"]]}, {"answer": "smut", "hint": "synonyms for smut", "clues": [["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["porno", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["vulgarism", "an offensive or indecent word or phrase"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["dirty word", "an offensive or indecent word or phrase"], ["obscenity", "an offensive or indecent word or phrase"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["filth", "an offensive or indecent word or phrase"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"]]}, {"answer": "smuts", "hint": "synonyms for smuts", "clues": [["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["porno", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["vulgarism", "an offensive or indecent word or phrase"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["dirty word", "an offensive or indecent word or phrase"], ["obscenity", "an offensive or indecent word or phrase"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire"], ["filth", "an offensive or indecent word or phrase"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"]]}, {"answer": "snag", "hint": "synonyms for snag", "clues": [["hang-up", "an unforeseen obstacle"], ["tear", "an opening made forcibly as by pulling apart"], ["rip", "an opening made forcibly as by pulling apart"], ["rent", "an opening made forcibly as by pulling apart"], ["rub", "an unforeseen obstacle"], ["split", "an opening made forcibly as by pulling apart"], ["hitch", "an unforeseen obstacle"]]}, {"answer": "snake_pit", "hint": "synonyms for snake pit", "clues": [["loony bin", "pejorative terms for an insane asylum"], ["booby hatch", "pejorative terms for an insane asylum"], ["cuckoo's nest", "pejorative terms for an insane asylum"], ["the pits", "any place of pain and turmoil"], ["nut house", "pejorative terms for an insane asylum"], ["hell on earth", "any place of pain and turmoil"], ["hellhole", "any place of pain and turmoil"], ["sanatorium", "pejorative terms for an insane asylum"], ["funny farm", "pejorative terms for an insane asylum"], ["madhouse", "pejorative terms for an insane asylum"], ["crazy house", "pejorative terms for an insane asylum"], ["funny house", "pejorative terms for an insane asylum"], ["hell", "any place of pain and turmoil"], ["inferno", "any place of pain and turmoil"]]}, {"answer": "snap", "hint": "synonyms for snap", "clues": [["child's play", "any undertaking that is easy to do"], ["catch", "the act of catching an object with the hands"], ["breeze", "any undertaking that is easy to do"], ["walkover", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["snap bean", "tender green beans without strings that easily snap into sections"], ["cinch", "any undertaking that is easy to do"], ["gingersnap", "a crisp round cookie flavored with ginger"], ["grab", "the act of catching an object with the hands"], ["snatch", "the act of catching an object with the hands"], ["picnic", "any undertaking that is easy to do"], ["crack", "a sudden sharp noise"], ["press stud", "a fastener used on clothing; fastens with a snapping sound"], ["shot", "an informal photograph; usually made with a small hand-held camera"], ["snap fastener", "a fastener used on clothing; fastens with a snapping sound"], ["snapshot", "an informal photograph; usually made with a small hand-held camera"], ["pushover", "any undertaking that is easy to do"], ["elasticity", "the tendency of a body to return to its original shape after it has been stretched or compressed"], ["piece of cake", "any undertaking that is easy to do"], ["ginger nut", "a crisp round cookie flavored with ginger"], ["centering", "(American football) putting the ball in play by passing it (between the legs) to a back"]]}, {"answer": "snappishness", "hint": "synonyms for snappishness", "clues": [["temper", "a disposition to exhibit uncontrolled anger"], ["pettishness", "a disposition to exhibit uncontrolled anger"], ["surliness", "a disposition to exhibit uncontrolled anger"], ["biliousness", "a disposition to exhibit uncontrolled anger"], ["irritability", "a disposition to exhibit uncontrolled anger"], ["peevishness", "a disposition to exhibit uncontrolled anger"]]}, {"answer": "snare", "hint": "synonyms for snare", "clues": [["gin", "a trap for birds or small mammals; often has a slip noose"], ["snare drum", "a small drum with two heads and a snare stretched across the lower head"], ["trap", "something (often something deceptively attractive) that catches you unawares"], ["side drum", "a small drum with two heads and a snare stretched across the lower head"], ["noose", "a trap for birds or small mammals; often has a slip noose"]]}, {"answer": "snatch", "hint": "synonyms for snatch", "clues": [["snap", "the act of catching an object with the hands"], ["kidnapping", "(law) the unlawful act of capturing and carrying away a person against their will and holding them in false imprisonment"], ["bit", "a small fragment"], ["grab", "the act of catching an object with the hands"], ["catch", "the act of catching an object with the hands"]]}, {"answer": "snip", "hint": "synonyms for snip", "clues": [["clipping", "the act of clipping or snipping"], ["snippet", "a small piece of anything (especially a piece that has been snipped off)"], ["snipping", "a small piece of anything (especially a piece that has been snipped off)"], ["clip", "the act of clipping or snipping"]]}, {"answer": "snips", "hint": "synonyms for snips", "clues": [["snip", "the act of clipping or snipping"], ["snippet", "a small piece of anything (especially a piece that has been snipped off)"], ["snipping", "a small piece of anything (especially a piece that has been snipped off)"], ["tinsnips", "(plural) hand shears for cutting sheet metal"], ["clipping", "the act of clipping or snipping"], ["clip", "the act of clipping or snipping"]]}, {"answer": "snooze", "hint": "synonyms for snooze", "clues": [["nap", "sleeping for a short period of time (usually not in bed)"], ["catnap", "sleeping for a short period of time (usually not in bed)"], ["forty winks", "sleeping for a short period of time (usually not in bed)"], ["short sleep", "sleeping for a short period of time (usually not in bed)"], ["cat sleep", "sleeping for a short period of time (usually not in bed)"]]}, {"answer": "snorkel", "hint": "synonyms for snorkel", "clues": [["snorkel breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["schnorchel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"], ["schnorkel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time"]]}, {"answer": "snort", "hint": "synonyms for snort", "clues": [["boo", "a cry or noise made to express displeasure or contempt"], ["razzing", "a cry or noise made to express displeasure or contempt"], ["snicker", "a disrespectful laugh"], ["snigger", "a disrespectful laugh"], ["raspberry", "a cry or noise made to express displeasure or contempt"], ["hoot", "a cry or noise made to express displeasure or contempt"], ["hiss", "a cry or noise made to express displeasure or contempt"], ["bird", "a cry or noise made to express displeasure or contempt"]]}, {"answer": "snow", "hint": "synonyms for snow", "clues": [["coke", "street names for cocaine"], ["blow", "street names for cocaine"], ["nose candy", "street names for cocaine"], ["snowfall", "precipitation falling from clouds in the form of ice crystals"]]}, {"answer": "snow_mist", "hint": "synonyms for snow mist", "clues": [["frost mist", "small crystals of ice"], ["diamond dust", "small crystals of ice"], ["ice crystal", "small crystals of ice"], ["frost snow", "small crystals of ice"], ["ice needle", "small crystals of ice"], ["poudrin", "small crystals of ice"]]}, {"answer": "snuggling", "hint": "synonyms for snuggling", "clues": [["hugging", "affectionate play (or foreplay without contact with the genital organs)"], ["petting", "affectionate play (or foreplay without contact with the genital organs)"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)"], ["necking", "affectionate play (or foreplay without contact with the genital organs)"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)"]]}, {"answer": "so_long", "hint": "synonyms for so long", "clues": [["au revoir", "a farewell remark"], ["good-by", "a farewell remark"], ["good day", "a farewell remark"], ["adios", "a farewell remark"], ["adieu", "a farewell remark"], ["bye", "a farewell remark"], ["auf wiedersehen", "a farewell remark"], ["bye-bye", "a farewell remark"], ["arrivederci", "a farewell remark"], ["sayonara", "a farewell remark"], ["cheerio", "a farewell remark"]]}, {"answer": "soaker", "hint": "synonyms for soaker", "clues": [["downpour", "a heavy rain"], ["cloudburst", "a heavy rain"], ["pelter", "a heavy rain"], ["deluge", "a heavy rain"], ["waterspout", "a heavy rain"], ["torrent", "a heavy rain"]]}, {"answer": "soap", "hint": "synonyms for soap", "clues": [["grievous bodily harm", "street names for gamma hydroxybutyrate"], ["easy lay", "street names for gamma hydroxybutyrate"], ["liquid ecstasy", "street names for gamma hydroxybutyrate"], ["goop", "street names for gamma hydroxybutyrate"], ["max", "street names for gamma hydroxybutyrate"], ["scoop", "street names for gamma hydroxybutyrate"]]}, {"answer": "soapbox", "hint": "synonyms for soapbox", "clues": [["stump", "a platform raised above the surrounding level to give prominence to the person on it"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it"], ["ambo", "a platform raised above the surrounding level to give prominence to the person on it"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it"]]}, {"answer": "soberness", "hint": "synonyms for soberness", "clues": [["sombreness", "a manner that is serious and solemn"], ["gravity", "a manner that is serious and solemn"], ["graveness", "a manner that is serious and solemn"], ["sobriety", "a manner that is serious and solemn"]]}, {"answer": "sobriety", "hint": "synonyms for sobriety", "clues": [["sombreness", "a manner that is serious and solemn"], ["dryness", "moderation in or abstinence from alcohol or other drugs"], ["gravity", "a manner that is serious and solemn"], ["temperance", "abstaining from excess"], ["graveness", "a manner that is serious and solemn"], ["soberness", "a manner that is serious and solemn"]]}, {"answer": "sobriquet", "hint": "synonyms for sobriquet", "clues": [["byname", "a familiar name for a person (often a shortened version of a person's given name)"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)"], ["soubriquet", "a familiar name for a person (often a shortened version of a person's given name)"]]}, {"answer": "social_club", "hint": "synonyms for social club", "clues": [["gild", "a formal association of people with similar interests"], ["club", "a formal association of people with similar interests"], ["order", "a formal association of people with similar interests"], ["lodge", "a formal association of people with similar interests"], ["society", "a formal association of people with similar interests"]]}, {"answer": "social_function", "hint": "synonyms for social function", "clues": [["occasion", "a vaguely specified social event"], ["function", "a vaguely specified social event"], ["affair", "a vaguely specified social event"], ["social occasion", "a vaguely specified social event"]]}, {"answer": "social_occasion", "hint": "synonyms for social occasion", "clues": [["occasion", "a vaguely specified social event"], ["function", "a vaguely specified social event"], ["affair", "a vaguely specified social event"], ["social function", "a vaguely specified social event"]]}, {"answer": "social_organisation", "hint": "synonyms for social organisation", "clues": [["social system", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["structure", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["social organization", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["social structure", "the people in a society considered as a system organized by a characteristic pattern of relationships"]]}, {"answer": "social_organization", "hint": "synonyms for social organization", "clues": [["social organisation", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["social system", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["structure", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["social structure", "the people in a society considered as a system organized by a characteristic pattern of relationships"]]}, {"answer": "socialisation", "hint": "synonyms for socialisation", "clues": [["enculturation", "the adoption of the behavior patterns of the surrounding culture"], ["socialization", "the adoption of the behavior patterns of the surrounding culture"], ["acculturation", "the adoption of the behavior patterns of the surrounding culture"], ["socializing", "the act of meeting for social purposes"]]}, {"answer": "socialization", "hint": "synonyms for socialization", "clues": [["socialisation", "the act of meeting for social purposes"], ["enculturation", "the adoption of the behavior patterns of the surrounding culture"], ["acculturation", "the adoption of the behavior patterns of the surrounding culture"], ["socializing", "the act of meeting for social purposes"]]}, {"answer": "society", "hint": "synonyms for society", "clues": [["club", "a formal association of people with similar interests"], ["high society", "the fashionable elite"], ["smart set", "the fashionable elite"], ["gild", "a formal association of people with similar interests"], ["beau monde", "the fashionable elite"], ["bon ton", "the fashionable elite"], ["order", "a formal association of people with similar interests"], ["social club", "a formal association of people with similar interests"], ["lodge", "a formal association of people with similar interests"]]}, {"answer": "sock", "hint": "synonyms for sock", "clues": [["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "sod", "hint": "synonyms for sod", "clues": [["turf", "surface layer of ground containing a mat of grass and grass roots"], ["greensward", "surface layer of ground containing a mat of grass and grass roots"], ["superoxide dismutase", "an enzyme that catalyzes the conversion of superoxide into hydrogen peroxide and oxygen"], ["sward", "surface layer of ground containing a mat of grass and grass roots"]]}, {"answer": "soda", "hint": "synonyms for soda", "clues": [["tonic", "a sweet drink containing carbonated water and flavoring"], ["soda water", "a sweet drink containing carbonated water and flavoring"], ["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda pop", "a sweet drink containing carbonated water and flavoring"], ["pop", "a sweet drink containing carbonated water and flavoring"], ["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"]]}, {"answer": "soda_ash", "hint": "synonyms for soda ash", "clues": [["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"]]}, {"answer": "soda_pop", "hint": "synonyms for soda pop", "clues": [["soda water", "a sweet drink containing carbonated water and flavoring"], ["tonic", "a sweet drink containing carbonated water and flavoring"], ["soda", "a sweet drink containing carbonated water and flavoring"], ["pop", "a sweet drink containing carbonated water and flavoring"]]}, {"answer": "soda_water", "hint": "synonyms for soda water", "clues": [["soda", "a sweet drink containing carbonated water and flavoring"], ["tonic", "a sweet drink containing carbonated water and flavoring"], ["seltzer", "effervescent beverage artificially charged with carbon dioxide"], ["soda pop", "a sweet drink containing carbonated water and flavoring"], ["sparkling water", "effervescent beverage artificially charged with carbon dioxide"], ["club soda", "effervescent beverage artificially charged with carbon dioxide"], ["pop", "a sweet drink containing carbonated water and flavoring"], ["carbonated water", "effervescent beverage artificially charged with carbon dioxide"]]}, {"answer": "sodium_bicarbonate", "hint": "synonyms for sodium bicarbonate", "clues": [["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"]]}, {"answer": "sodium_carbonate", "hint": "synonyms for sodium carbonate", "clues": [["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"]]}, {"answer": "sodium_hydrogen_carbonate", "hint": "synonyms for sodium hydrogen carbonate", "clues": [["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"], ["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid"]]}, {"answer": "soft-cover", "hint": "synonyms for soft-cover", "clues": [["paper-back book", "a book with paper covers"], ["softback book", "a book with paper covers"], ["softback", "a book with paper covers"], ["soft-cover book", "a book with paper covers"], ["paperback", "a book with paper covers"]]}, {"answer": "soft-cover_book", "hint": "synonyms for soft-cover book", "clues": [["paper-back book", "a book with paper covers"], ["softback book", "a book with paper covers"], ["paperback", "a book with paper covers"], ["softback", "a book with paper covers"], ["soft-cover", "a book with paper covers"]]}, {"answer": "soft_soap", "hint": "synonyms for soft soap", "clues": [["green soap", "a soft (or liquid) soap made from vegetable oils; used in certain skin diseases"], ["coaxing", "flattery designed to gain favor"], ["sweet talk", "flattery designed to gain favor"], ["blarney", "flattery designed to gain favor"]]}, {"answer": "softback", "hint": "synonyms for softback", "clues": [["paper-back book", "a book with paper covers"], ["softback book", "a book with paper covers"], ["paperback", "a book with paper covers"], ["soft-cover book", "a book with paper covers"], ["soft-cover", "a book with paper covers"]]}, {"answer": "softback_book", "hint": "synonyms for softback book", "clues": [["paper-back book", "a book with paper covers"], ["paperback", "a book with paper covers"], ["softback", "a book with paper covers"], ["soft-cover book", "a book with paper covers"], ["soft-cover", "a book with paper covers"]]}, {"answer": "softness", "hint": "synonyms for softness", "clues": [["effeminateness", "the trait of being effeminate (derogatory of a man)"], ["sissiness", "the trait of being effeminate (derogatory of a man)"], ["womanishness", "the trait of being effeminate (derogatory of a man)"], ["effeminacy", "the trait of being effeminate (derogatory of a man)"], ["fogginess", "the quality of being indistinct and without sharp outlines"], ["unmanliness", "the trait of being effeminate (derogatory of a man)"], ["gentleness", "acting in a manner that is gentle and mild and even-tempered"], ["fuzziness", "the quality of being indistinct and without sharp outlines"], ["mildness", "acting in a manner that is gentle and mild and even-tempered"], ["blurriness", "the quality of being indistinct and without sharp outlines"], ["indistinctness", "the quality of being indistinct and without sharp outlines"]]}, {"answer": "software", "hint": "synonyms for software", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"]]}, {"answer": "software_package", "hint": "synonyms for software package", "clues": [["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software product", "merchandise consisting of a computer program that is offered for sale"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"]]}, {"answer": "software_program", "hint": "synonyms for software program", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"]]}, {"answer": "software_system", "hint": "synonyms for software system", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory"]]}, {"answer": "soil", "hint": "synonyms for soil", "clues": [["land", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"], ["territory", "the geographical area under the jurisdiction of a sovereign state"], ["dirt", "the part of the earth's surface consisting of humus and disintegrated rock"], ["ground", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)"]]}, {"answer": "sol", "hint": "synonyms for sol", "clues": [["soh", "the syllable naming the fifth (dominant) note of any musical scale in solmization"], ["so", "the syllable naming the fifth (dominant) note of any musical scale in solmization"], ["colloidal solution", "a colloid that has a continuous liquid phase in which a solid is suspended in a liquid"], ["colloidal suspension", "a colloid that has a continuous liquid phase in which a solid is suspended in a liquid"]]}, {"answer": "solar_day", "hint": "synonyms for solar day", "clues": [["twenty-four hour period", "time for Earth to make a complete rotation on its axis"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis"], ["24-hour interval", "time for Earth to make a complete rotation on its axis"], ["mean solar day", "time for Earth to make a complete rotation on its axis"], ["day", "time for Earth to make a complete rotation on its axis"]]}, {"answer": "solarium", "hint": "synonyms for solarium", "clues": [["sun lounge", "a room enclosed largely with glass and affording exposure to the sun"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun"], ["sun parlour", "a room enclosed largely with glass and affording exposure to the sun"], ["sunporch", "a room enclosed largely with glass and affording exposure to the sun"]]}, {"answer": "soldiering", "hint": "synonyms for soldiering", "clues": [["goofing off", "the evasion of work or duty"], ["slacking", "the evasion of work or duty"], ["soldiership", "skills that are required for the life of soldier"], ["goldbricking", "the evasion of work or duty"], ["shirking", "the evasion of work or duty"]]}, {"answer": "solecism", "hint": "synonyms for solecism", "clues": [["slip", "a socially awkward or tactless act"], ["gaffe", "a socially awkward or tactless act"], ["faux pas", "a socially awkward or tactless act"], ["gaucherie", "a socially awkward or tactless act"]]}, {"answer": "solemnity", "hint": "synonyms for solemnity", "clues": [["gravity", "a solemn and dignified feeling"], ["staidness", "a trait of dignified seriousness"], ["sedateness", "a trait of dignified seriousness"], ["solemness", "a trait of dignified seriousness"]]}, {"answer": "solicitation", "hint": "synonyms for solicitation", "clues": [["collection", "request for a sum of money"], ["ingathering", "request for a sum of money"], ["allurement", "the act of enticing a person to do something wrong (as an offer of sex in return for money)"], ["appeal", "request for a sum of money"]]}, {"answer": "solid_ground", "hint": "synonyms for solid ground", "clues": [["land", "the solid part of the earth's surface"], ["terra firma", "the solid part of the earth's surface"], ["earth", "the solid part of the earth's surface"], ["ground", "the solid part of the earth's surface"], ["dry land", "the solid part of the earth's surface"]]}, {"answer": "solidification", "hint": "synonyms for solidification", "clues": [["hardening", "the process of becoming hard or solid by cooling or drying or crystallization"], ["set", "the process of becoming hard or solid by cooling or drying or crystallization"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization"], ["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization"]]}, {"answer": "solidifying", "hint": "synonyms for solidifying", "clues": [["hardening", "the process of becoming hard or solid by cooling or drying or crystallization"], ["set", "the process of becoming hard or solid by cooling or drying or crystallization"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization"]]}, {"answer": "solidus", "hint": "synonyms for solidus", "clues": [["bezant", "a gold coin of the Byzantine Empire; widely circulated in Europe in the Middle Ages"], ["diagonal", "a punctuation mark (/) used to separate related items of information"], ["slash", "a punctuation mark (/) used to separate related items of information"], ["byzant", "a gold coin of the Byzantine Empire; widely circulated in Europe in the Middle Ages"], ["stroke", "a punctuation mark (/) used to separate related items of information"], ["separatrix", "a punctuation mark (/) used to separate related items of information"], ["virgule", "a punctuation mark (/) used to separate related items of information"]]}, {"answer": "soluble_rna", "hint": "synonyms for soluble rna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"]]}, {"answer": "solution", "hint": "synonyms for solution", "clues": [["resolution", "a statement that solves a problem or explains how to solve the problem"], ["solvent", "a statement that solves a problem or explains how to solve the problem"], ["answer", "a statement that solves a problem or explains how to solve the problem"], ["result", "a statement that solves a problem or explains how to solve the problem"], ["root", "the set of values that give a true statement when substituted into an equation"]]}, {"answer": "somaesthesia", "hint": "synonyms for somaesthesia", "clues": [["somatesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sensation", "the perception of tactual or proprioceptive or gut sensations"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"]]}, {"answer": "somaesthesis", "hint": "synonyms for somaesthesis", "clues": [["somesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somataesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"]]}, {"answer": "somatesthesia", "hint": "synonyms for somatesthesia", "clues": [["somaesthesia", "the perception of tactual or proprioceptive or gut sensations"], ["somatic sensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somataesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sensation", "the perception of tactual or proprioceptive or gut sensations"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"]]}, {"answer": "somatic_sensory_system", "hint": "synonyms for somatic sensory system", "clues": [["somesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somataesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatosensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"]]}, {"answer": "somatosensory_system", "hint": "synonyms for somatosensory system", "clues": [["somesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somataesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"]]}, {"answer": "somberness", "hint": "synonyms for somberness", "clues": [["sombreness", "a manner that is serious and solemn"], ["gravity", "a manner that is serious and solemn"], ["graveness", "a manner that is serious and solemn"], ["soberness", "a manner that is serious and solemn"], ["gloom", "a feeling of melancholy apprehension"], ["gloominess", "a feeling of melancholy apprehension"], ["sobriety", "a manner that is serious and solemn"]]}, {"answer": "sombreness", "hint": "synonyms for sombreness", "clues": [["gravity", "a manner that is serious and solemn"], ["graveness", "a manner that is serious and solemn"], ["somberness", "a manner that is serious and solemn"], ["gloom", "a feeling of melancholy apprehension"], ["gloominess", "a feeling of melancholy apprehension"], ["sobriety", "a manner that is serious and solemn"]]}, {"answer": "somebody", "hint": "synonyms for somebody", "clues": [["individual", "a human being"], ["someone", "a human being"], ["person", "a human being"], ["soul", "a human being"], ["mortal", "a human being"]]}, {"answer": "someone", "hint": "synonyms for someone", "clues": [["somebody", "a human being"], ["individual", "a human being"], ["person", "a human being"], ["soul", "a human being"], ["mortal", "a human being"]]}, {"answer": "somersault", "hint": "synonyms for somersault", "clues": [["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"]]}, {"answer": "somersaulting", "hint": "synonyms for somersaulting", "clues": [["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"]]}, {"answer": "somerset", "hint": "synonyms for somerset", "clues": [["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"]]}, {"answer": "somesthesia", "hint": "synonyms for somesthesia", "clues": [["somaesthesia", "the perception of tactual or proprioceptive or gut sensations"], ["somatic sensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somataesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sensation", "the perception of tactual or proprioceptive or gut sensations"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"]]}, {"answer": "somesthesis", "hint": "synonyms for somesthesis", "clues": [["somesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somataesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs"]]}, {"answer": "somnambulation", "hint": "synonyms for somnambulation", "clues": [["sleepwalking", "walking by a person who is asleep"], ["somnambulism", "walking by a person who is asleep"], ["noctambulation", "walking by a person who is asleep"], ["noctambulism", "walking by a person who is asleep"]]}, {"answer": "somnambulism", "hint": "synonyms for somnambulism", "clues": [["sleepwalking", "walking by a person who is asleep"], ["somnambulation", "walking by a person who is asleep"], ["noctambulation", "walking by a person who is asleep"], ["noctambulism", "walking by a person who is asleep"]]}, {"answer": "song", "hint": "synonyms for song", "clues": [["birdsong", "the characteristic sound produced by a bird"], ["call", "the characteristic sound produced by a bird"], ["birdcall", "the characteristic sound produced by a bird"], ["vocal", "a short musical composition with words"], ["strain", "the act of singing"]]}, {"answer": "sonority", "hint": "synonyms for sonority", "clues": [["vibrancy", "having the character of a loud deep sound; the quality of being resonant"], ["ringing", "having the character of a loud deep sound; the quality of being resonant"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant"], ["plangency", "having the character of a loud deep sound; the quality of being resonant"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant"], ["resonance", "having the character of a loud deep sound; the quality of being resonant"]]}, {"answer": "sonorousness", "hint": "synonyms for sonorousness", "clues": [["vibrancy", "having the character of a loud deep sound; the quality of being resonant"], ["ringing", "having the character of a loud deep sound; the quality of being resonant"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant"], ["plangency", "having the character of a loud deep sound; the quality of being resonant"], ["sonority", "having the character of a loud deep sound; the quality of being resonant"], ["resonance", "having the character of a loud deep sound; the quality of being resonant"]]}, {"answer": "soot", "hint": "synonyms for soot", "clues": [["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink"]]}, {"answer": "soot_black", "hint": "synonyms for soot black", "clues": [["sable", "a very dark black"], ["jet black", "a very dark black"], ["pitch black", "a very dark black"], ["coal black", "a very dark black"], ["ebony", "a very dark black"]]}, {"answer": "sophistication", "hint": "synonyms for sophistication", "clues": [["mundaneness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"], ["sophistry", "a deliberately invalid argument displaying ingenuity in reasoning in the hope of deceiving someone"], ["mundanity", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"], ["sophism", "a deliberately invalid argument displaying ingenuity in reasoning in the hope of deceiving someone"], ["edification", "uplifting enlightenment"], ["worldliness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment"]]}, {"answer": "sordidness", "hint": "synonyms for sordidness", "clues": [["baseness", "unworthiness by virtue of lacking higher values"], ["contemptibility", "unworthiness by virtue of lacking higher values"], ["despicableness", "unworthiness by virtue of lacking higher values"], ["despicability", "unworthiness by virtue of lacking higher values"]]}, {"answer": "sorrow", "hint": "synonyms for sorrow", "clues": [["grief", "something that causes great unhappiness"], ["ruefulness", "sadness associated with some wrong done or some disappointment"], ["regret", "sadness associated with some wrong done or some disappointment"], ["rue", "sadness associated with some wrong done or some disappointment"]]}, {"answer": "sort", "hint": "synonyms for sort", "clues": [["form", "a category of things distinguished by some common characteristic or quality"], ["variety", "a category of things distinguished by some common characteristic or quality"], ["sorting", "an operation that segregates items into groups according to a specified criterion"], ["kind", "a category of things distinguished by some common characteristic or quality"]]}, {"answer": "soubriquet", "hint": "synonyms for soubriquet", "clues": [["sobriquet", "a familiar name for a person (often a shortened version of a person's given name)"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)"]]}, {"answer": "soul", "hint": "synonyms for soul", "clues": [["somebody", "a human being"], ["individual", "a human being"], ["someone", "a human being"], ["person", "a human being"], ["mortal", "a human being"], ["soulfulness", "deep feeling or emotion"]]}, {"answer": "soupcon", "hint": "synonyms for soupcon", "clues": [["hint", "a slight but appreciable amount"], ["pinch", "a slight but appreciable amount"], ["mite", "a slight but appreciable amount"], ["speck", "a slight but appreciable amount"], ["tinge", "a slight but appreciable amount"], ["touch", "a slight but appreciable amount"], ["jot", "a slight but appreciable amount"]]}, {"answer": "soupiness", "hint": "synonyms for soupiness", "clues": [["mushiness", "falsely emotional in a maudlin way"], ["drippiness", "falsely emotional in a maudlin way"], ["sentimentality", "falsely emotional in a maudlin way"], ["creaminess", "the property of having the thickness of heavy cream"], ["mawkishness", "falsely emotional in a maudlin way"], ["sloppiness", "falsely emotional in a maudlin way"]]}, {"answer": "source", "hint": "synonyms for source", "clues": [["seed", "anything that provides inspiration for later work"], ["reference", "a publication (or a passage from a publication) that is referred to"], ["beginning", "the place where something begins, where it springs into being"], ["rootage", "the place where something begins, where it springs into being"], ["root", "the place where something begins, where it springs into being"], ["germ", "anything that provides inspiration for later work"], ["origin", "the place where something begins, where it springs into being"], ["reservoir", "anything (a person or animal or plant or substance) in which an infectious agent normally lives and multiplies"]]}, {"answer": "sourness", "hint": "synonyms for sourness", "clues": [["moroseness", "a sullen moody resentful disposition"], ["sour", "the property of being acidic"], ["sullenness", "a sullen moody resentful disposition"], ["tartness", "the taste experience when vinegar or lemon juice is taken into the mouth"], ["sulkiness", "a sullen moody resentful disposition"], ["acidity", "the property of being acidic"]]}, {"answer": "souvenir", "hint": "synonyms for souvenir", "clues": [["token", "something of sentimental value"], ["memento", "a reminder of past events"], ["keepsake", "something of sentimental value"], ["relic", "something of sentimental value"]]}, {"answer": "spa", "hint": "synonyms for spa", "clues": [["watering place", "a health resort near a spring or at the seaside"], ["resort hotel", "a fashionable hotel usually in a resort area"], ["health spa", "a place of business with equipment and facilities for exercising and improving physical fitness"], ["health club", "a place of business with equipment and facilities for exercising and improving physical fitness"], ["watering hole", "a health resort near a spring or at the seaside"]]}, {"answer": "space", "hint": "synonyms for space", "clues": [["outer space", "any location outside the Earth's atmosphere"], ["distance", "the interval between two times"], ["blank space", "a blank area"], ["place", "a blank area"], ["quad", "(printing) a block of type without a raised letter; used for spacing between words or sentences"], ["infinite", "the unlimited expanse in which everything is located"], ["blank", "a blank character used to separate successive words in writing or printing"]]}, {"answer": "span", "hint": "synonyms for span", "clues": [["twain", "two items of the same kind"], ["distich", "two items of the same kind"], ["bridge", "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc."], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duad", "two items of the same kind"], ["straddle", "the act of sitting or standing astride"], ["duo", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "spare-time_activity", "hint": "synonyms for spare-time activity", "clues": [["hobby", "an auxiliary activity"], ["by-line", "an auxiliary activity"], ["pursuit", "an auxiliary activity"], ["sideline", "an auxiliary activity"], ["avocation", "an auxiliary activity"]]}, {"answer": "spareness", "hint": "synonyms for spareness", "clues": [["sparsity", "the property of being scanty or scattered; lacking denseness"], ["leanness", "the property of having little body fat"], ["sparseness", "the property of being scanty or scattered; lacking denseness"], ["thinness", "the property of being scanty or scattered; lacking denseness"]]}, {"answer": "spark", "hint": "synonyms for spark", "clues": [["discharge", "electrical conduction through a gas in an applied electric field"], ["twinkle", "merriment expressed by a brightness or gleam or animation of countenance"], ["electric discharge", "electrical conduction through a gas in an applied electric field"], ["light", "merriment expressed by a brightness or gleam or animation of countenance"], ["electric arc", "electrical conduction through a gas in an applied electric field"], ["flicker", "a momentary flash of light"], ["arc", "electrical conduction through a gas in an applied electric field"], ["glint", "a momentary flash of light"], ["sparkle", "merriment expressed by a brightness or gleam or animation of countenance"]]}, {"answer": "sparkle", "hint": "synonyms for sparkle", "clues": [["glitter", "the occurrence of a small flash or spark"], ["twinkle", "merriment expressed by a brightness or gleam or animation of countenance"], ["glisten", "the quality of shining with a bright reflected light"], ["scintillation", "the quality of shining with a bright reflected light"], ["light", "merriment expressed by a brightness or gleam or animation of countenance"], ["coruscation", "the occurrence of a small flash or spark"], ["spark", "merriment expressed by a brightness or gleam or animation of countenance"]]}, {"answer": "sparkling_water", "hint": "synonyms for sparkling water", "clues": [["carbonated water", "effervescent beverage artificially charged with carbon dioxide"], ["soda water", "effervescent beverage artificially charged with carbon dioxide"], ["seltzer", "effervescent beverage artificially charged with carbon dioxide"], ["club soda", "effervescent beverage artificially charged with carbon dioxide"]]}, {"answer": "spat", "hint": "synonyms for spat", "clues": [["bicker", "a quarrel about petty points"], ["gaiter", "a cloth covering (a legging) that covers the instep and ankles"], ["tiff", "a quarrel about petty points"], ["pettifoggery", "a quarrel about petty points"], ["fuss", "a quarrel about petty points"], ["squabble", "a quarrel about petty points"]]}, {"answer": "spate", "hint": "synonyms for spate", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["surge", "a sudden forceful flow"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["rush", "a sudden forceful flow"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["upsurge", "a sudden forceful flow"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["freshet", "the occurrence of a water flow resulting from sudden rain or melting snow"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "spatter", "hint": "synonyms for spatter", "clues": [["spattering", "the act of splashing a (liquid) substance on a surface"], ["splash", "the act of splashing a (liquid) substance on a surface"], ["splatter", "the noise of something spattering or sputtering explosively"], ["sputter", "the noise of something spattering or sputtering explosively"]]}, {"answer": "speaker_system", "hint": "synonyms for speaker system", "clues": [["speaker unit", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"], ["speaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"], ["loudspeaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"], ["loudspeaker system", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance"]]}, {"answer": "spear", "hint": "synonyms for spear", "clues": [["lance", "a long pointed rod used as a tool or weapon"], ["shaft", "a long pointed rod used as a tool or weapon"], ["fishgig", "an implement with a shaft and barbed point used for catching fish"], ["gig", "an implement with a shaft and barbed point used for catching fish"], ["fizgig", "an implement with a shaft and barbed point used for catching fish"]]}, {"answer": "special_k", "hint": "synonyms for special k", "clues": [["cat valium", "street names for ketamine"], ["green", "street names for ketamine"], ["super C", "street names for ketamine"], ["special K", "street names for ketamine"], ["jet", "street names for ketamine"], ["honey oil", "street names for ketamine"], ["super acid", "street names for ketamine"]]}, {"answer": "specialisation", "hint": "synonyms for specialisation", "clues": [["specialization", "(biology) the structural adaptation of some body part for a particular function"], ["differentiation", "(biology) the structural adaptation of some body part for a particular function"], ["speciality", "the special line of work you have adopted as your career"], ["specialism", "the special line of work you have adopted as your career"]]}, {"answer": "speciality", "hint": "synonyms for speciality", "clues": [["strong suit", "an asset of special worth or utility"], ["specialty", "a distinguishing trait"], ["specialization", "the special line of work you have adopted as your career"], ["long suit", "an asset of special worth or utility"], ["metier", "an asset of special worth or utility"], ["specialness", "a distinguishing trait"], ["strong point", "an asset of special worth or utility"], ["distinctiveness", "a distinguishing trait"], ["peculiarity", "a distinguishing trait"], ["strength", "an asset of special worth or utility"], ["forte", "an asset of special worth or utility"], ["specialism", "the special line of work you have adopted as your career"]]}, {"answer": "specialization", "hint": "synonyms for specialization", "clues": [["specialisation", "the act of specializing; making something suitable for a special purpose"], ["differentiation", "(biology) the structural adaptation of some body part for a particular function"], ["speciality", "the special line of work you have adopted as your career"], ["specialism", "the special line of work you have adopted as your career"]]}, {"answer": "specialness", "hint": "synonyms for specialness", "clues": [["particularity", "the quality of being particular and pertaining to a specific case or instance"], ["distinctiveness", "a distinguishing trait"], ["peculiarity", "a distinguishing trait"], ["specialty", "a distinguishing trait"]]}, {"answer": "specialty", "hint": "synonyms for specialty", "clues": [["strong suit", "an asset of special worth or utility"], ["specialization", "the special line of work you have adopted as your career"], ["speciality", "a distinguishing trait"], ["long suit", "an asset of special worth or utility"], ["metier", "an asset of special worth or utility"], ["specialness", "a distinguishing trait"], ["strong point", "an asset of special worth or utility"], ["distinctiveness", "a distinguishing trait"], ["peculiarity", "a distinguishing trait"], ["strength", "an asset of special worth or utility"], ["forte", "an asset of special worth or utility"], ["specialism", "the special line of work you have adopted as your career"]]}, {"answer": "species", "hint": "synonyms for species", "clues": [["coinage", "coins collectively"], ["specie", "coins collectively"], ["mintage", "coins collectively"], ["metal money", "coins collectively"]]}, {"answer": "speck", "hint": "synonyms for speck", "clues": [["atom", "(nontechnical usage) a tiny piece of anything"], ["pinch", "a slight but appreciable amount"], ["mite", "a slight but appreciable amount"], ["soupcon", "a slight but appreciable amount"], ["tinge", "a slight but appreciable amount"], ["pinpoint", "a very small spot"], ["corpuscle", "(nontechnical usage) a tiny piece of anything"], ["touch", "a slight but appreciable amount"], ["jot", "a slight but appreciable amount"], ["hint", "a slight but appreciable amount"], ["molecule", "(nontechnical usage) a tiny piece of anything"], ["particle", "(nontechnical usage) a tiny piece of anything"], ["mote", "(nontechnical usage) a tiny piece of anything"]]}, {"answer": "speckle", "hint": "synonyms for speckle", "clues": [["maculation", "a small contrasting part of something"], ["fleck", "a small contrasting part of something"], ["spot", "a small contrasting part of something"], ["dapple", "a small contrasting part of something"], ["patch", "a small contrasting part of something"]]}, {"answer": "specs", "hint": "synonyms for specs", "clues": [["spectacles", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["eyeglasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["spec", "a detailed description of design criteria for a piece of work"], ["glasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["specification", "a detailed description of design criteria for a piece of work"]]}, {"answer": "spectacles", "hint": "synonyms for spectacles", "clues": [["spectacle", "something or someone seen (especially a notable or unusual sight)"], ["eyeglasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["glasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"], ["specs", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision"]]}, {"answer": "specter", "hint": "synonyms for specter", "clues": [["wraith", "a mental representation of some haunting experience"], ["ghost", "a mental representation of some haunting experience"], ["spook", "a mental representation of some haunting experience"], ["spectre", "a mental representation of some haunting experience"], ["shade", "a mental representation of some haunting experience"]]}, {"answer": "spectre", "hint": "synonyms for spectre", "clues": [["wraith", "a mental representation of some haunting experience"], ["ghost", "a mental representation of some haunting experience"], ["spook", "a mental representation of some haunting experience"], ["specter", "a mental representation of some haunting experience"], ["shade", "a mental representation of some haunting experience"]]}, {"answer": "spectrographic_analysis", "hint": "synonyms for spectrographic analysis", "clues": [["spectroscopy", "the use of spectroscopes to analyze spectra"], ["spectrum analysis", "the use of spectroscopes to analyze spectra"], ["spectrometry", "the use of spectroscopes to analyze spectra"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra"]]}, {"answer": "spectrometry", "hint": "synonyms for spectrometry", "clues": [["spectroscopy", "the use of spectroscopes to analyze spectra"], ["spectrographic analysis", "the use of spectroscopes to analyze spectra"], ["spectrum analysis", "the use of spectroscopes to analyze spectra"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra"]]}, {"answer": "spectroscopic_analysis", "hint": "synonyms for spectroscopic analysis", "clues": [["spectroscopy", "the use of spectroscopes to analyze spectra"], ["spectrographic analysis", "the use of spectroscopes to analyze spectra"], ["spectrum analysis", "the use of spectroscopes to analyze spectra"], ["spectrometry", "the use of spectroscopes to analyze spectra"]]}, {"answer": "spectroscopy", "hint": "synonyms for spectroscopy", "clues": [["spectrographic analysis", "the use of spectroscopes to analyze spectra"], ["spectrum analysis", "the use of spectroscopes to analyze spectra"], ["spectrometry", "the use of spectroscopes to analyze spectra"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra"]]}, {"answer": "spectrum_analysis", "hint": "synonyms for spectrum analysis", "clues": [["spectroscopy", "the use of spectroscopes to analyze spectra"], ["spectrographic analysis", "the use of spectroscopes to analyze spectra"], ["spectrometry", "the use of spectroscopes to analyze spectra"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra"]]}, {"answer": "speculation", "hint": "synonyms for speculation", "clues": [["venture", "an investment that is very risky but could yield great profits"], ["guess", "a message expressing an opinion based on incomplete evidence"], ["supposition", "a message expressing an opinion based on incomplete evidence"], ["conjecture", "a message expressing an opinion based on incomplete evidence"], ["meditation", "continuous and profound contemplation or musing on a subject or series of subjects of a deep or abstruse nature"], ["surmise", "a message expressing an opinion based on incomplete evidence"], ["hypothesis", "a message expressing an opinion based on incomplete evidence"], ["surmisal", "a message expressing an opinion based on incomplete evidence"]]}, {"answer": "speech", "hint": "synonyms for speech", "clues": [["speech communication", "(language) communication by word of mouth"], ["voice communication", "(language) communication by word of mouth"], ["spoken language", "(language) communication by word of mouth"], ["words", "words making up the dialogue of a play"], ["language", "the mental faculty or power of vocal communication"], ["oral communication", "(language) communication by word of mouth"], ["talking to", "a lengthy rebuke"], ["address", "the act of delivering a formal spoken communication to an audience"], ["lecture", "a lengthy rebuke"], ["actor's line", "words making up the dialogue of a play"], ["manner of speaking", "your characteristic style or manner of expressing yourself orally"], ["delivery", "your characteristic style or manner of expressing yourself orally"]]}, {"answer": "speech_communication", "hint": "synonyms for speech communication", "clues": [["language", "(language) communication by word of mouth"], ["spoken language", "(language) communication by word of mouth"], ["oral communication", "(language) communication by word of mouth"], ["speech", "(language) communication by word of mouth"], ["spoken communication", "(language) communication by word of mouth"], ["voice communication", "(language) communication by word of mouth"]]}, {"answer": "speed", "hint": "synonyms for speed", "clues": [["hurrying", "changing location rapidly"], ["stop number", "the ratio of the focal length to the diameter of a (camera) lens system"], ["speeding", "changing location rapidly"], ["f number", "the ratio of the focal length to the diameter of a (camera) lens system"], ["pep pill", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression"], ["velocity", "distance travelled per unit time"], ["focal ratio", "the ratio of the focal length to the diameter of a (camera) lens system"], ["upper", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression"], ["fastness", "a rate (usually rapid) at which something happens"], ["amphetamine", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression"], ["swiftness", "a rate (usually rapid) at which something happens"]]}, {"answer": "speediness", "hint": "synonyms for speediness", "clues": [["rapidity", "a rate that is rapid"], ["celerity", "a rate that is rapid"], ["quickness", "a rate that is rapid"], ["rapidness", "a rate that is rapid"]]}, {"answer": "spell", "hint": "synonyms for spell", "clues": [["go", "a time for working (after which you will be relieved by someone else)"], ["magic spell", "a verbal formula believed to have magical force"], ["piece", "a period of indeterminate length (usually short) marked by some action or condition"], ["patch", "a period of indeterminate length (usually short) marked by some action or condition"], ["tour", "a time for working (after which you will be relieved by someone else)"], ["while", "a period of indeterminate length (usually short) marked by some action or condition"], ["turn", "a time for working (after which you will be relieved by someone else)"], ["charm", "a verbal formula believed to have magical force"]]}, {"answer": "spending", "hint": "synonyms for spending", "clues": [["expenditure", "money paid out; an amount spent"], ["disbursement", "the act of spending or disbursing money"], ["outgo", "money paid out; an amount spent"], ["disbursal", "the act of spending or disbursing money"], ["outlay", "the act of spending or disbursing money"]]}, {"answer": "sphere", "hint": "synonyms for sphere", "clues": [["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["sphere of influence", "the geographical area in which one nation is very influential"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["sector", "a particular aspect of life or activity"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"]]}, {"answer": "sphericalness", "hint": "synonyms for sphericalness", "clues": [["globosity", "the roundness of a 3-dimensional object"], ["sphericity", "the roundness of a 3-dimensional object"], ["rotundity", "the roundness of a 3-dimensional object"], ["rotundness", "the roundness of a 3-dimensional object"], ["globularness", "the roundness of a 3-dimensional object"]]}, {"answer": "sphericity", "hint": "synonyms for sphericity", "clues": [["globosity", "the roundness of a 3-dimensional object"], ["rotundity", "the roundness of a 3-dimensional object"], ["rotundness", "the roundness of a 3-dimensional object"], ["sphericalness", "the roundness of a 3-dimensional object"], ["globularness", "the roundness of a 3-dimensional object"]]}, {"answer": "spiceberry", "hint": "synonyms for spiceberry", "clues": [["wintergreen", "spicy red berrylike fruit; source of wintergreen oil"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil"], ["boxberry", "spicy red berrylike fruit; source of wintergreen oil"], ["checkerberry", "spicy red berrylike fruit; source of wintergreen oil"]]}, {"answer": "spiciness", "hint": "synonyms for spiciness", "clues": [["ribaldry", "behavior or language bordering on indelicacy"], ["spicery", "the property of being seasoned with spice and so highly flavored"], ["raciness", "behavior or language bordering on indelicacy"], ["gaminess", "behavior or language bordering on indelicacy"], ["spice", "the property of being seasoned with spice and so highly flavored"]]}, {"answer": "spike_arrester", "hint": "synonyms for spike arrester", "clues": [["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"]]}, {"answer": "spike_suppressor", "hint": "synonyms for spike suppressor", "clues": [["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"]]}, {"answer": "spile", "hint": "synonyms for spile", "clues": [["bung", "a plug used to close a hole in a barrel or flask"], ["piling", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"], ["stilt", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"], ["pile", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure"]]}, {"answer": "spill", "hint": "synonyms for spill", "clues": [["fall", "a sudden drop from an upright position"], ["spillway", "a channel that carries excess water over or around a dam or other obstruction"], ["release", "the act of allowing a fluid to escape"], ["tumble", "a sudden drop from an upright position"], ["spillage", "the act of allowing a fluid to escape"], ["wasteweir", "a channel that carries excess water over or around a dam or other obstruction"]]}, {"answer": "spiller", "hint": "synonyms for spiller", "clues": [["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"]]}, {"answer": "spin", "hint": "synonyms for spin", "clues": [["whirl", "the act of rotating rapidly"], ["twirl", "the act of rotating rapidly"], ["tailspin", "rapid descent of an aircraft in a steep spiral"], ["twisting", "the act of rotating rapidly"]]}, {"answer": "spirit", "hint": "synonyms for spirit", "clues": [["liveliness", "animation and energy in action or expression"], ["life", "animation and energy in action or expression"], ["purport", "the intended meaning of a communication"], ["sprightliness", "animation and energy in action or expression"], ["intent", "the intended meaning of a communication"], ["heart", "an inclination or tendency of a certain kind"]]}, {"answer": "spiritedness", "hint": "synonyms for spiritedness", "clues": [["animation", "quality of being active or spirited or alive and vigorous"], ["invigoration", "quality of being active or spirited or alive and vigorous"], ["vivification", "quality of being active or spirited or alive and vigorous"], ["brio", "quality of being active or spirited or alive and vigorous"]]}, {"answer": "spirits", "hint": "synonyms for spirits", "clues": [["liveliness", "animation and energy in action or expression"], ["life", "animation and energy in action or expression"], ["spirit", "the intended meaning of a communication"], ["booze", "an alcoholic beverage that is distilled rather than fermented"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented"], ["heart", "an inclination or tendency of a certain kind"], ["liquor", "an alcoholic beverage that is distilled rather than fermented"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented"], ["purport", "the intended meaning of a communication"], ["sprightliness", "animation and energy in action or expression"], ["intent", "the intended meaning of a communication"], ["strong drink", "an alcoholic beverage that is distilled rather than fermented"]]}, {"answer": "spirituality", "hint": "synonyms for spirituality", "clues": [["spiritualism", "concern with things of the spirit"], ["spiritualty", "property or income owned by a church"], ["otherworldliness", "concern with things of the spirit"], ["church property", "property or income owned by a church"]]}, {"answer": "spite", "hint": "synonyms for spite", "clues": [["maliciousness", "feeling a need to see others suffer"], ["venom", "feeling a need to see others suffer"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty"], ["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty"], ["malice", "feeling a need to see others suffer"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty"]]}, {"answer": "spitefulness", "hint": "synonyms for spitefulness", "clues": [["spite", "feeling a need to see others suffer"], ["maliciousness", "feeling a need to see others suffer"], ["venom", "feeling a need to see others suffer"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty"], ["malice", "feeling a need to see others suffer"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty"]]}, {"answer": "splash", "hint": "synonyms for splash", "clues": [["spattering", "the act of splashing a (liquid) substance on a surface"], ["dab", "a small quantity of something moist or liquid"], ["splashing", "the act of splashing a (liquid) substance on a surface"], ["plash", "the sound like water splashing"], ["splatter", "a small quantity of something moist or liquid"]]}, {"answer": "splashiness", "hint": "synonyms for splashiness", "clues": [["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity"]]}, {"answer": "splatter", "hint": "synonyms for splatter", "clues": [["sputtering", "the noise of something spattering or sputtering explosively"], ["dab", "a small quantity of something moist or liquid"], ["splutter", "the noise of something spattering or sputtering explosively"], ["spatter", "the noise of something spattering or sputtering explosively"], ["splash", "a small quantity of something moist or liquid"]]}, {"answer": "splattering", "hint": "synonyms for splattering", "clues": [["spattering", "the act of splashing a (liquid) substance on a surface"], ["splash", "the act of splashing a (liquid) substance on a surface"], ["splatter", "the noise of something spattering or sputtering explosively"], ["sputter", "the noise of something spattering or sputtering explosively"]]}, {"answer": "splendor", "hint": "synonyms for splendor", "clues": [["lustre", "a quality that outshines the usual"], ["brilliance", "the quality of being magnificent or splendid or grand"], ["grandeur", "the quality of being magnificent or splendid or grand"], ["splendour", "the quality of being magnificent or splendid or grand"], ["luster", "a quality that outshines the usual"], ["magnificence", "the quality of being magnificent or splendid or grand"], ["grandness", "the quality of being magnificent or splendid or grand"]]}, {"answer": "splendour", "hint": "synonyms for splendour", "clues": [["lustre", "a quality that outshines the usual"], ["splendor", "a quality that outshines the usual"], ["brilliance", "the quality of being magnificent or splendid or grand"], ["grandeur", "the quality of being magnificent or splendid or grand"], ["luster", "a quality that outshines the usual"], ["magnificence", "the quality of being magnificent or splendid or grand"], ["grandness", "the quality of being magnificent or splendid or grand"]]}, {"answer": "spliff", "hint": "synonyms for spliff", "clues": [["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking"], ["joint", "marijuana leaves rolled into a cigarette for smoking"], ["reefer", "marijuana leaves rolled into a cigarette for smoking"], ["stick", "marijuana leaves rolled into a cigarette for smoking"]]}, {"answer": "split_second", "hint": "synonyms for split second", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "spoil", "hint": "synonyms for spoil", "clues": [["despoilment", "the act of stripping and taking by force"], ["despoliation", "the act of stripping and taking by force"], ["spoilage", "the act of spoiling something by causing damage to it"], ["spoiling", "the act of spoiling something by causing damage to it"], ["spoilation", "the act of stripping and taking by force"]]}, {"answer": "spoke", "hint": "synonyms for spoke", "clues": [["wheel spoke", "support consisting of a radial member of a wheel joining the hub to the rim"], ["radius", "support consisting of a radial member of a wheel joining the hub to the rim"], ["rung", "one of the crosspieces that form the steps of a ladder"], ["rundle", "one of the crosspieces that form the steps of a ladder"]]}, {"answer": "spoken_communication", "hint": "synonyms for spoken communication", "clues": [["language", "(language) communication by word of mouth"], ["speech communication", "(language) communication by word of mouth"], ["spoken language", "(language) communication by word of mouth"], ["oral communication", "(language) communication by word of mouth"], ["speech", "(language) communication by word of mouth"], ["voice communication", "(language) communication by word of mouth"]]}, {"answer": "spoken_language", "hint": "synonyms for spoken language", "clues": [["language", "(language) communication by word of mouth"], ["speech communication", "(language) communication by word of mouth"], ["oral communication", "(language) communication by word of mouth"], ["speech", "(language) communication by word of mouth"], ["voice communication", "(language) communication by word of mouth"]]}, {"answer": "spoliation", "hint": "synonyms for spoliation", "clues": [["despoilment", "the act of stripping and taking by force"], ["despoliation", "the act of stripping and taking by force"], ["spoilation", "the act of stripping and taking by force"], ["spoil", "the act of stripping and taking by force"]]}, {"answer": "spoof", "hint": "synonyms for spoof", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "spook", "hint": "synonyms for spook", "clues": [["wraith", "a mental representation of some haunting experience"], ["ghost", "a mental representation of some haunting experience"], ["specter", "a mental representation of some haunting experience"], ["shade", "a mental representation of some haunting experience"]]}, {"answer": "sporting_house", "hint": "synonyms for sporting house", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bawdyhouse", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["house of prostitution", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["whorehouse", "a building where prostitutes are available"]]}, {"answer": "spot", "hint": "synonyms for spot", "clues": [["situation", "a job in an organization"], ["berth", "a job in an organization"], ["point", "an outstanding characteristic"], ["place", "a job in an organization"], ["smirch", "an act that brings discredit to the person who does it"], ["pip", "a mark on a die or on a playing card (shape depending on the suit)"], ["speckle", "a small contrasting part of something"], ["billet", "a job in an organization"], ["slur", "a blemish made by dirt"], ["blot", "an act that brings discredit to the person who does it"], ["bit", "a small piece or quantity of something"], ["daub", "a blemish made by dirt"], ["maculation", "a small contrasting part of something"], ["smudge", "a blemish made by dirt"], ["fleck", "a small contrasting part of something"], ["smear", "an act that brings discredit to the person who does it"], ["patch", "a small contrasting part of something"], ["topographic point", "a point located with respect to surface features of some region"], ["spotlight", "a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer"], ["position", "a job in an organization"], ["dapple", "a small contrasting part of something"], ["stain", "an act that brings discredit to the person who does it"], ["post", "a job in an organization"], ["office", "a job in an organization"]]}, {"answer": "spots", "hint": "synonyms for spots", "clues": [["situation", "a job in an organization"], ["speckle", "a small contrasting part of something"], ["slur", "a blemish made by dirt"], ["blot", "an act that brings discredit to the person who does it"], ["spot", "an act that brings discredit to the person who does it"], ["place", "a point located with respect to surface features of some region"], ["maculation", "a small contrasting part of something"], ["smear", "an act that brings discredit to the person who does it"], ["patch", "a small contrasting part of something"], ["topographic point", "a point located with respect to surface features of some region"], ["position", "a job in an organization"], ["dapple", "a small contrasting part of something"], ["stain", "an act that brings discredit to the person who does it"], ["post", "a job in an organization"], ["office", "a job in an organization"], ["berth", "a job in an organization"], ["point", "an outstanding characteristic"], ["smirch", "an act that brings discredit to the person who does it"], ["pip", "a mark on a die or on a playing card (shape depending on the suit)"], ["billet", "a job in an organization"], ["bit", "a small piece or quantity of something"], ["daub", "a blemish made by dirt"], ["fleck", "a small contrasting part of something"], ["smudge", "a blemish made by dirt"], ["spotlight", "a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer"]]}, {"answer": "spotting", "hint": "synonyms for spotting", "clues": [["staining", "the act of spotting or staining something"], ["espial", "the act of detecting something; catching sight of something"], ["detection", "the act of detecting something; catching sight of something"], ["catching", "the act of detecting something; catching sight of something"], ["spying", "the act of detecting something; catching sight of something"], ["maculation", "the act of spotting or staining something"]]}, {"answer": "spray", "hint": "synonyms for spray", "clues": [["spraying", "a quantity of small objects flying through the air"], ["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist"], ["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist"]]}, {"answer": "spray_can", "hint": "synonyms for spray can", "clues": [["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)"]]}, {"answer": "spreading", "hint": "synonyms for spreading", "clues": [["airing", "the opening of a subject to widespread discussion and debate"], ["dissemination", "the opening of a subject to widespread discussion and debate"], ["spread", "process or result of distributing or extending over a wide expanse of space"], ["public exposure", "the opening of a subject to widespread discussion and debate"]]}, {"answer": "spring", "hint": "synonyms for spring", "clues": [["springiness", "the elasticity of something that can be stretched and returns to its original length"], ["give", "the elasticity of something that can be stretched and returns to its original length"], ["outflow", "a natural flow of ground water"], ["bounce", "a light, self-propelled movement upwards or forwards"], ["leap", "a light, self-propelled movement upwards or forwards"], ["fountain", "a natural flow of ground water"], ["springtime", "the season of growth"], ["bound", "a light, self-propelled movement upwards or forwards"], ["saltation", "a light, self-propelled movement upwards or forwards"], ["natural spring", "a natural flow of ground water"], ["outpouring", "a natural flow of ground water"]]}, {"answer": "sprinkles", "hint": "synonyms for sprinkles", "clues": [["scattering", "a light shower that falls in some locations and not others nearby"], ["sparge", "the act of sprinkling or splashing water"], ["sprinkle", "a light shower that falls in some locations and not others nearby"], ["sprinkling", "a light shower that falls in some locations and not others nearby"], ["jimmies", "bits of sweet chocolate used as a topping on e.g. ice cream"]]}, {"answer": "sprinkling", "hint": "synonyms for sprinkling", "clues": [["sprinkle", "the act of sprinkling or splashing water"], ["aspersion", "the act of sprinkling water in baptism (rare)"], ["scattering", "a light shower that falls in some locations and not others nearby"], ["sparge", "the act of sprinkling or splashing water"]]}, {"answer": "spud", "hint": "synonyms for spud", "clues": [["white potato", "an edible tuber native to South America; a staple food of Ireland"], ["potato", "an edible tuber native to South America; a staple food of Ireland"], ["stump spud", "a sharp hand shovel for digging out roots and weeds"], ["murphy", "an edible tuber native to South America; a staple food of Ireland"], ["tater", "an edible tuber native to South America; a staple food of Ireland"]]}, {"answer": "spunk", "hint": "synonyms for spunk", "clues": [["kindling", "material for starting a fire"], ["punk", "material for starting a fire"], ["nerve", "the courage to carry on"], ["touchwood", "material for starting a fire"], ["tinder", "material for starting a fire"], ["heart", "the courage to carry on"], ["mettle", "the courage to carry on"]]}, {"answer": "spur", "hint": "synonyms for spur", "clues": [["urging", "a verbalization that encourages you to attempt something"], ["prod", "a verbalization that encourages you to attempt something"], ["prodding", "a verbalization that encourages you to attempt something"], ["gad", "a sharp prod fixed to a rider's heel and used to urge a horse onward"], ["goading", "a verbalization that encourages you to attempt something"], ["spur track", "a railway line connected to a trunk line"], ["spine", "any sharply pointed projection"], ["branch line", "a railway line connected to a trunk line"], ["acantha", "any sharply pointed projection"], ["spurring", "a verbalization that encourages you to attempt something"]]}, {"answer": "spurring", "hint": "synonyms for spurring", "clues": [["urging", "a verbalization that encourages you to attempt something"], ["prod", "a verbalization that encourages you to attempt something"], ["prodding", "a verbalization that encourages you to attempt something"], ["spur", "a verbalization that encourages you to attempt something"], ["goad", "a verbalization that encourages you to attempt something"]]}, {"answer": "spying", "hint": "synonyms for spying", "clues": [["spotting", "the act of detecting something; catching sight of something"], ["espial", "the act of detecting something; catching sight of something"], ["detection", "the act of detecting something; catching sight of something"], ["catching", "the act of detecting something; catching sight of something"], ["undercover work", "the act of keeping a secret watch for intelligence purposes"]]}, {"answer": "squabble", "hint": "synonyms for squabble", "clues": [["bicker", "a quarrel about petty points"], ["tiff", "a quarrel about petty points"], ["pettifoggery", "a quarrel about petty points"], ["fuss", "a quarrel about petty points"], ["spat", "a quarrel about petty points"]]}, {"answer": "squad_car", "hint": "synonyms for squad car", "clues": [["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters"]]}, {"answer": "squawk", "hint": "synonyms for squawk", "clues": [["bitch", "informal terms for objecting"], ["gripe", "informal terms for objecting"], ["beef", "informal terms for objecting"], ["kick", "informal terms for objecting"]]}, {"answer": "squeak", "hint": "synonyms for squeak", "clues": [["narrow escape", "something achieved (or escaped) by a narrow margin"], ["close call", "something achieved (or escaped) by a narrow margin"], ["squeaker", "something achieved (or escaped) by a narrow margin"], ["close shave", "something achieved (or escaped) by a narrow margin"]]}, {"answer": "squeaker", "hint": "synonyms for squeaker", "clues": [["narrow escape", "something achieved (or escaped) by a narrow margin"], ["close call", "something achieved (or escaped) by a narrow margin"], ["squeak", "something achieved (or escaped) by a narrow margin"], ["close shave", "something achieved (or escaped) by a narrow margin"]]}, {"answer": "squeeze", "hint": "synonyms for squeeze", "clues": [["clinch", "a tight or amorous embrace"], ["squeeze play", "an aggressive attempt to compel acquiescence by the concentration or manipulation of power"], ["wring", "a twisting squeeze"], ["hug", "a tight or amorous embrace"], ["squeezing", "the act of gripping and pressing firmly"], ["power play", "an aggressive attempt to compel acquiescence by the concentration or manipulation of power"]]}, {"answer": "squelch", "hint": "synonyms for squelch", "clues": [["put-down", "a crushing remark"], ["takedown", "a crushing remark"], ["squelcher", "a crushing remark"], ["squelch circuit", "an electric circuit that cuts off a receiver when the signal becomes weaker than the noise"]]}, {"answer": "squelcher", "hint": "synonyms for squelcher", "clues": [["put-down", "a crushing remark"], ["takedown", "a crushing remark"], ["squelch circuit", "an electric circuit that cuts off a receiver when the signal becomes weaker than the noise"], ["squelch", "a crushing remark"]]}, {"answer": "ss", "hint": "synonyms for ss", "clues": [["south", "the cardinal compass point that is at 180 degrees"], ["mho", "a unit of conductance equal to the reciprocal of an ohm"], ["sulphur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)"], ["sec", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites"], ["s", "the 19th letter of the Roman alphabet"], ["randomness", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work"], ["entropy", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work"], ["second", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites"], ["reciprocal ohm", "a unit of conductance equal to the reciprocal of an ohm"], ["atomic number 16", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)"], ["due south", "the cardinal compass point that is at 180 degrees"], ["southward", "the cardinal compass point that is at 180 degrees"], ["siemens", "a unit of conductance equal to the reciprocal of an ohm"], ["sulfur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)"]]}, {"answer": "st._elmo's_fire", "hint": "synonyms for st. elmo's fire", "clues": [["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere"]]}, {"answer": "stab", "hint": "synonyms for stab", "clues": [["shot", "informal words for any attempt or effort"], ["knife thrust", "a strong blow with a knife or other sharp pointed instrument"], ["pang", "a sudden sharp feeling"], ["twinge", "a sudden sharp feeling"], ["thrust", "a strong blow with a knife or other sharp pointed instrument"]]}, {"answer": "stack", "hint": "synonyms for stack", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["push-down storage", "a storage device that handles data so that the next item to be retrieved is the item most recently stored (LIFO)"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["push-down stack", "a list in which the next item to be removed is the item most recently stored (LIFO)"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["push-down list", "a list in which the next item to be removed is the item most recently stored (LIFO)"], ["mint", "(often followed by `of') a large number or amount or extent"], ["smokestack", "a large tall chimney through which combustion gases and smoke can be evacuated"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "stacks", "hint": "synonyms for stacks", "clues": [["heaps", "a large number or amount"], ["stack", "a large tall chimney through which combustion gases and smoke can be evacuated"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["rafts", "a large number or amount"], ["piles", "a large number or amount"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["push-down stack", "a list in which the next item to be removed is the item most recently stored (LIFO)"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["scores", "a large number or amount"], ["slew", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["oodles", "a large number or amount"], ["pot", "(often followed by `of') a large number or amount or extent"], ["push-down list", "a list in which the next item to be removed is the item most recently stored (LIFO)"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["scads", "a large number or amount"], ["smokestack", "a large tall chimney through which combustion gases and smoke can be evacuated"], ["tons", "a large number or amount"], ["loads", "a large number or amount"], ["mass", "(often followed by `of') a large number or amount or extent"], ["push-down storage", "a storage device that handles data so that the next item to be retrieved is the item most recently stored (LIFO)"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["dozens", "a large number or amount"], ["spate", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "stage", "hint": "synonyms for stage", "clues": [["leg", "a section or portion of a journey or course"], ["stagecoach", "a large coach-and-four formerly used to carry passengers and mail on regular routes between towns"], ["phase", "any distinct time period in a sequence of events"], ["microscope stage", "a small platform on a microscope where the specimen is mounted for examination"]]}, {"answer": "stagger_head", "hint": "synonyms for stagger head", "clues": [["stepped line", "a headline with the top line flush left and succeeding lines indented to the right"], ["stephead", "a headline with the top line flush left and succeeding lines indented to the right"], ["staggered head", "a headline with the top line flush left and succeeding lines indented to the right"], ["drop line", "a headline with the top line flush left and succeeding lines indented to the right"]]}, {"answer": "staggered_head", "hint": "synonyms for staggered head", "clues": [["stagger head", "a headline with the top line flush left and succeeding lines indented to the right"], ["stepped line", "a headline with the top line flush left and succeeding lines indented to the right"], ["stephead", "a headline with the top line flush left and succeeding lines indented to the right"], ["drop line", "a headline with the top line flush left and succeeding lines indented to the right"]]}, {"answer": "stain", "hint": "synonyms for stain", "clues": [["smear", "an act that brings discredit to the person who does it"], ["stigma", "a symbol of disgrace or infamy; --Genesis"], ["smirch", "an act that brings discredit to the person who does it"], ["discolouration", "a soiled or discolored appearance"], ["mark", "a symbol of disgrace or infamy; --Genesis"], ["blot", "an act that brings discredit to the person who does it"], ["spot", "an act that brings discredit to the person who does it"], ["brand", "a symbol of disgrace or infamy; --Genesis"]]}, {"answer": "stake", "hint": "synonyms for stake", "clues": [["wager", "the money risked on a gamble"], ["interest", "(law) a right or legal share of something; a financial involvement with something"], ["bet", "the money risked on a gamble"], ["stakes", "the money risked on a gamble"], ["post", "a pole or stake set up to mark something (as the start or end of a race track)"]]}, {"answer": "stakes", "hint": "synonyms for stakes", "clues": [["stake", "instrument of execution consisting of a vertical post that a victim is tied to for burning"], ["interest", "(law) a right or legal share of something; a financial involvement with something"], ["wager", "the money risked on a gamble"], ["bet", "the money risked on a gamble"], ["post", "a pole or stake set up to mark something (as the start or end of a race track)"]]}, {"answer": "stalinism", "hint": "synonyms for stalinism", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "stalk", "hint": "synonyms for stalk", "clues": [["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stalking", "the act of following prey stealthily"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["angry walk", "a stiff or threatening gait"], ["still hunt", "a hunt for game carried on by following it stealthily or waiting in ambush"]]}, {"answer": "stall", "hint": "synonyms for stall", "clues": [["cubicle", "small individual study area in a library"], ["booth", "small area set off by walls for special use"], ["kiosk", "small area set off by walls for special use"], ["stalling", "a tactic used to mislead or delay"], ["sales booth", "a booth where articles are displayed for sale"], ["carrel", "small individual study area in a library"], ["stand", "a booth where articles are displayed for sale"]]}, {"answer": "stalls", "hint": "synonyms for stalls", "clues": [["cubicle", "small individual study area in a library"], ["stall", "a booth where articles are displayed for sale"], ["stable", "a farm building for housing horses or other livestock"], ["booth", "small area set off by walls for special use"], ["kiosk", "small area set off by walls for special use"], ["sales booth", "a booth where articles are displayed for sale"], ["carrel", "small individual study area in a library"], ["stand", "a booth where articles are displayed for sale"], ["horse barn", "a farm building for housing horses or other livestock"]]}, {"answer": "stamp", "hint": "synonyms for stamp", "clues": [["postage stamp", "a small adhesive token stuck on a letter or package to indicate that that postal fees have been paid"], ["mold", "the distinctive form in which a thing is made"], ["impression", "a symbol that is the result of printing or engraving"], ["revenue stamp", "a small piece of adhesive paper that is put on an object to show that a government tax has been paid"], ["postage", "a small adhesive token stuck on a letter or package to indicate that that postal fees have been paid"], ["cast", "the distinctive form in which a thing is made"], ["tender", "something that can be used as an official medium of payment"], ["seal", "a device incised to make an impression; used to secure a closing or to authenticate documents"], ["pestle", "machine consisting of a heavy bar that moves vertically for pounding or crushing ores"], ["legal tender", "something that can be used as an official medium of payment"]]}, {"answer": "stamping_ground", "hint": "synonyms for stamping ground", "clues": [["resort", "a frequently visited place"], ["repair", "a frequently visited place"], ["hangout", "a frequently visited place"], ["haunt", "a frequently visited place"]]}, {"answer": "stand", "hint": "synonyms for stand", "clues": [["standpoint", "a mental position from which things are viewed"], ["viewpoint", "a mental position from which things are viewed"], ["outdoor stage", "a platform where a (brass) band can play in the open air"], ["stall", "a booth where articles are displayed for sale"], ["sales booth", "a booth where articles are displayed for sale"], ["base", "a support or foundation"], ["pedestal", "a support or foundation"], ["point of view", "a mental position from which things are viewed"], ["bandstand", "a platform where a (brass) band can play in the open air"], ["standstill", "an interruption of normal activity"], ["tie-up", "an interruption of normal activity"], ["rack", "a support for displaying various articles"]]}, {"answer": "star_sign", "hint": "synonyms for star sign", "clues": [["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided"]]}, {"answer": "start", "hint": "synonyms for start", "clues": [["get-go", "the time at which something is supposed to begin"], ["starting time", "the time at which something is supposed to begin"], ["starting signal", "a signal to begin (as in a race)"], ["outset", "the time at which something is supposed to begin"], ["scratch", "a line indicating the location of the start of a race or a game"], ["beginning", "the act of starting something"], ["showtime", "the time at which something is supposed to begin"], ["startle", "a sudden involuntary movement"], ["offset", "the time at which something is supposed to begin"], ["starting line", "a line indicating the location of the start of a race or a game"], ["first", "the time at which something is supposed to begin"], ["head start", "the advantage gained by beginning early (as in a race)"], ["kickoff", "the time at which something is supposed to begin"], ["scratch line", "a line indicating the location of the start of a race or a game"], ["commencement", "the act of starting something"], ["jump", "a sudden involuntary movement"], ["starting", "a turn to be a starter (in a game at the beginning)"]]}, {"answer": "starter", "hint": "synonyms for starter", "clues": [["crank", "a hand tool consisting of a rotating shaft with parallel handle"], ["appetiser", "food or drink to stimulate the appetite (usually served before a meal or as the first course)"], ["starter motor", "an electric motor for starting an engine"], ["starting motor", "an electric motor for starting an engine"]]}, {"answer": "starting_time", "hint": "synonyms for starting time", "clues": [["get-go", "the time at which something is supposed to begin"], ["showtime", "the time at which something is supposed to begin"], ["offset", "the time at which something is supposed to begin"], ["first", "the time at which something is supposed to begin"], ["beginning", "the time at which something is supposed to begin"], ["kickoff", "the time at which something is supposed to begin"], ["start", "the time at which something is supposed to begin"], ["outset", "the time at which something is supposed to begin"], ["commencement", "the time at which something is supposed to begin"]]}, {"answer": "stat_mi", "hint": "synonyms for stat mi", "clues": [["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"]]}, {"answer": "state", "hint": "synonyms for state", "clues": [["province", "the territory occupied by one of the constituent administrative districts of a nation"], ["land", "the territory occupied by a nation"], ["nation", "a politically organized body of people under a single government"], ["country", "the territory occupied by a nation"], ["commonwealth", "a politically organized body of people under a single government"], ["body politic", "a politically organized body of people under a single government"], ["res publica", "a politically organized body of people under a single government"]]}, {"answer": "state_highway", "hint": "synonyms for state highway", "clues": [["expressway", "a broad highway designed for high-speed traffic"], ["freeway", "a broad highway designed for high-speed traffic"], ["thruway", "a broad highway designed for high-speed traffic"], ["throughway", "a broad highway designed for high-speed traffic"], ["pike", "a broad highway designed for high-speed traffic"], ["superhighway", "a broad highway designed for high-speed traffic"], ["motorway", "a broad highway designed for high-speed traffic"]]}, {"answer": "statement", "hint": "synonyms for statement", "clues": [["affirmation", "the act of affirming or asserting or stating something"], ["instruction", "(computer science) a line of code written as part of a computer program"], ["command", "(computer science) a line of code written as part of a computer program"], ["argument", "a fact or assertion offered as evidence that something is true"], ["program line", "(computer science) a line of code written as part of a computer program"], ["financial statement", "a document showing credits and debits"], ["assertion", "the act of affirming or asserting or stating something"]]}, {"answer": "station_waggon", "hint": "synonyms for station waggon", "clues": [["estate car", "a car that has a long body and rear door with space behind rear seat"], ["wagon", "a car that has a long body and rear door with space behind rear seat"], ["beach wagon", "a car that has a long body and rear door with space behind rear seat"], ["station wagon", "a car that has a long body and rear door with space behind rear seat"]]}, {"answer": "station_wagon", "hint": "synonyms for station wagon", "clues": [["estate car", "a car that has a long body and rear door with space behind rear seat"], ["wagon", "a car that has a long body and rear door with space behind rear seat"], ["station waggon", "a car that has a long body and rear door with space behind rear seat"], ["beach wagon", "a car that has a long body and rear door with space behind rear seat"]]}, {"answer": "statute_mile", "hint": "synonyms for statute mile", "clues": [["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"], ["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters"]]}, {"answer": "stave", "hint": "synonyms for stave", "clues": [["staff", "(music) the system of five horizontal lines on which the musical notes are written"], ["lag", "one of several thin slats of wood forming the sides of a barrel or bucket"], ["round", "a crosspiece between the legs of a chair"], ["rung", "a crosspiece between the legs of a chair"]]}, {"answer": "stealing", "hint": "synonyms for stealing", "clues": [["theft", "the act of taking something from someone unlawfully"], ["larceny", "the act of taking something from someone unlawfully"], ["thievery", "the act of taking something from someone unlawfully"], ["thieving", "the act of taking something from someone unlawfully"], ["stealth", "avoiding detection by moving carefully"]]}, {"answer": "steamer", "hint": "synonyms for steamer", "clues": [["steamship", "a ship powered by one or more steam engines"], ["steamer clam", "a clam that is usually steamed in the shell"], ["long-neck clam", "a clam that is usually steamed in the shell"], ["soft-shell clam", "a clam that is usually steamed in the shell"]]}, {"answer": "steer", "hint": "synonyms for steer", "clues": [["hint", "an indication of potential opportunity"], ["tip", "an indication of potential opportunity"], ["wind", "an indication of potential opportunity"], ["lead", "an indication of potential opportunity"], ["confidential information", "an indication of potential opportunity"]]}, {"answer": "stem", "hint": "synonyms for stem", "clues": [["stem turn", "a turn made in skiing; the back of one ski is forced outward and the other ski is brought parallel to it"], ["fore", "front part of a vessel or aircraft"], ["base", "(linguistics) the form of a word after all affixes are removed"], ["root", "(linguistics) the form of a word after all affixes are removed"], ["prow", "front part of a vessel or aircraft"], ["root word", "(linguistics) the form of a word after all affixes are removed"], ["bow", "front part of a vessel or aircraft"], ["shank", "cylinder forming a long narrow part of something"], ["radical", "(linguistics) the form of a word after all affixes are removed"], ["theme", "(linguistics) the form of a word after all affixes are removed"]]}, {"answer": "stemma", "hint": "synonyms for stemma", "clues": [["line of descent", "the descendants of one individual"], ["ancestry", "the descendants of one individual"], ["stock", "the descendants of one individual"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["blood", "the descendants of one individual"], ["blood line", "the descendants of one individual"], ["pedigree", "the descendants of one individual"]]}, {"answer": "stench", "hint": "synonyms for stench", "clues": [["foetor", "a distinctive odor that is offensively unpleasant"], ["malodour", "a distinctive odor that is offensively unpleasant"], ["reek", "a distinctive odor that is offensively unpleasant"], ["stink", "a distinctive odor that is offensively unpleasant"], ["mephitis", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "step", "hint": "synonyms for step", "clues": [["measure", "any maneuver made as part of progress toward a goal"], ["whole tone", "a musical interval of two semitones"], ["pace", "the distance covered by a step"], ["footprint", "a mark of a foot or shoe on a surface"], ["dance step", "a sequence of foot movements that make up a particular dance"], ["footfall", "the sound of a step of someone walking"], ["stone's throw", "a short distance"], ["stride", "the distance covered by a step"], ["footstep", "the distance covered by a step"], ["tone", "a musical interval of two semitones"], ["whole step", "a musical interval of two semitones"], ["stair", "support consisting of a place to rest the foot while ascending or descending a stairway"], ["footmark", "a mark of a foot or shoe on a surface"]]}, {"answer": "steps", "hint": "synonyms for steps", "clues": [["measure", "any maneuver made as part of progress toward a goal"], ["whole tone", "a musical interval of two semitones"], ["pace", "the distance covered by a step"], ["stairs", "a flight of stairs or a flight of steps"], ["step", "a musical interval of two semitones"], ["footprint", "a mark of a foot or shoe on a surface"], ["stone's throw", "a short distance"], ["stride", "the distance covered by a step"], ["footstep", "the distance covered by a step"], ["tone", "a musical interval of two semitones"], ["whole step", "a musical interval of two semitones"], ["dance step", "a sequence of foot movements that make up a particular dance"], ["footfall", "the sound of a step of someone walking"], ["footmark", "a mark of a foot or shoe on a surface"]]}, {"answer": "stetson", "hint": "synonyms for stetson", "clues": [["trilby", "a hat made of felt with a creased crown"], ["felt hat", "a hat made of felt with a creased crown"], ["fedora", "a hat made of felt with a creased crown"], ["homburg", "a hat made of felt with a creased crown"]]}, {"answer": "stick", "hint": "synonyms for stick", "clues": [["joystick", "a lever used by a pilot to control the ailerons and elevators of an airplane"], ["control stick", "a lever used by a pilot to control the ailerons and elevators of an airplane"], ["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking"], ["joint", "marijuana leaves rolled into a cigarette for smoking"], ["reefer", "marijuana leaves rolled into a cigarette for smoking"], ["spliff", "marijuana leaves rolled into a cigarette for smoking"]]}, {"answer": "sticker", "hint": "synonyms for sticker", "clues": [["stumper", "a particularly difficult or baffling question or problem"], ["toughie", "a particularly difficult or baffling question or problem"], ["gummed label", "an adhesive label"], ["dagger", "a short knife with a pointed blade used for piercing or stabbing"], ["poser", "a particularly difficult or baffling question or problem"], ["paster", "an adhesive label"]]}, {"answer": "stiffness", "hint": "synonyms for stiffness", "clues": [["severity", "excessive sternness"], ["inclemency", "excessive sternness"], ["rigorousness", "excessive sternness"], ["awkwardness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["harshness", "excessive sternness"], ["clumsiness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["rigour", "excessive sternness"], ["severeness", "excessive sternness"], ["gracelessness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)"], ["hardness", "excessive sternness"]]}, {"answer": "stigmata", "hint": "synonyms for stigmata", "clues": [["stigma", "a skin lesion that is a diagnostic sign of some disease"], ["mark", "a symbol of disgrace or infamy; --Genesis"], ["brand", "a symbol of disgrace or infamy; --Genesis"], ["stain", "a symbol of disgrace or infamy; --Genesis"]]}, {"answer": "stimulation", "hint": "synonyms for stimulation", "clues": [["stimulant", "any stimulating information or event; acts to arouse action"], ["stimulus", "any stimulating information or event; acts to arouse action"], ["foreplay", "mutual sexual fondling prior to sexual intercourse"], ["arousal", "mutual sexual fondling prior to sexual intercourse"], ["input", "any stimulating information or event; acts to arouse action"]]}, {"answer": "sting", "hint": "synonyms for sting", "clues": [["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property"]]}, {"answer": "stink", "hint": "synonyms for stink", "clues": [["foetor", "a distinctive odor that is offensively unpleasant"], ["malodour", "a distinctive odor that is offensively unpleasant"], ["reek", "a distinctive odor that is offensively unpleasant"], ["mephitis", "a distinctive odor that is offensively unpleasant"], ["stench", "a distinctive odor that is offensively unpleasant"]]}, {"answer": "stinkiness", "hint": "synonyms for stinkiness", "clues": [["fetidness", "the attribute of having a strong offensive smell"], ["foulness", "the attribute of having a strong offensive smell"], ["malodorousness", "the attribute of having a strong offensive smell"], ["rankness", "the attribute of having a strong offensive smell"]]}, {"answer": "stir", "hint": "synonyms for stir", "clues": [["bustle", "a rapid active commotion"], ["hustle", "a rapid active commotion"], ["fuss", "a rapid active commotion"], ["flurry", "a rapid active commotion"], ["ado", "a rapid active commotion"]]}, {"answer": "stocks", "hint": "synonyms for stocks", "clues": [["gunstock", "the handle of a handgun or the butt end of a rifle or shotgun or part of the support of a machine gun or artillery gun"], ["stock", "a supply of something available for future use"], ["line of descent", "the descendants of one individual"], ["origin", "the descendants of one individual"], ["lineage", "the descendants of one individual"], ["fund", "a supply of something available for future use"], ["bloodline", "the descendants of one individual"], ["stemma", "the descendants of one individual"], ["pedigree", "the descendants of one individual"], ["strain", "a special variety of domesticated animals within a species"], ["stock certificate", "a certificate documenting the shareholder's ownership in the corporation"], ["ancestry", "the descendants of one individual"], ["store", "a supply of something available for future use"], ["line", "the descendants of one individual"], ["descent", "the descendants of one individual"], ["parentage", "the descendants of one individual"], ["breed", "a special variety of domesticated animals within a species"], ["blood", "the descendants of one individual"], ["neckcloth", "an ornamental white cravat"], ["inventory", "the merchandise that a shop has on hand"], ["broth", "liquid in which meat and vegetables are simmered; used as a basis for e.g. soups or sauces"]]}, {"answer": "stolidity", "hint": "synonyms for stolidity", "clues": [["phlegm", "apathy demonstrated by an absence of emotional reactions"], ["stoicism", "an indifference to pleasure or pain"], ["impassivity", "apathy demonstrated by an absence of emotional reactions"], ["stolidness", "an indifference to pleasure or pain"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions"], ["indifference", "apathy demonstrated by an absence of emotional reactions"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions"]]}, {"answer": "stool", "hint": "synonyms for stool", "clues": [["toilet", "a plumbing fixture for defecation and urination"], ["throne", "a plumbing fixture for defecation and urination"], ["fecal matter", "solid excretory product evacuated from the bowels"], ["faeces", "solid excretory product evacuated from the bowels"], ["can", "a plumbing fixture for defecation and urination"], ["potty", "a plumbing fixture for defecation and urination"], ["crapper", "a plumbing fixture for defecation and urination"], ["pot", "a plumbing fixture for defecation and urination"], ["ordure", "solid excretory product evacuated from the bowels"], ["dejection", "solid excretory product evacuated from the bowels"], ["commode", "a plumbing fixture for defecation and urination"]]}, {"answer": "stop", "hint": "synonyms for stop", "clues": [["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["stoppage", "an obstruction in a pipe or tube"], ["stopover", "a brief stay in the course of a journey"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["layover", "a brief stay in the course of a journey"], ["halt", "the event of something ending"], ["closure", "an obstruction in a pipe or tube"], ["diaphragm", "a mechanical device in a camera that controls size of aperture of the lens"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["block", "an obstruction in a pipe or tube"], ["catch", "a restraint that checks the motion of something"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["occlusion", "an obstruction in a pipe or tube"], ["blockage", "an obstruction in a pipe or tube"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"]]}, {"answer": "stop_consonant", "hint": "synonyms for stop consonant", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"]]}, {"answer": "stoppage", "hint": "synonyms for stoppage", "clues": [["stop", "an obstruction in a pipe or tube"], ["occlusion", "an obstruction in a pipe or tube"], ["closure", "an obstruction in a pipe or tube"], ["blockage", "an obstruction in a pipe or tube"], ["block", "an obstruction in a pipe or tube"]]}, {"answer": "stopper", "hint": "synonyms for stopper", "clues": [["showstopper", "an act so striking or impressive that the show must be delayed until the audience quiets down"], ["stopple", "blockage consisting of an object designed to fill a hole tightly"], ["conversation stopper", "a remark to which there is no polite conversational reply"], ["plug", "blockage consisting of an object designed to fill a hole tightly"]]}, {"answer": "stopping_point", "hint": "synonyms for stopping point", "clues": [["finish", "the temporal end; the concluding time"], ["last", "the temporal end; the concluding time"], ["finale", "the temporal end; the concluding time"], ["close", "the temporal end; the concluding time"], ["conclusion", "the temporal end; the concluding time"]]}, {"answer": "stops", "hint": "synonyms for stops", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["stoppage", "an obstruction in a pipe or tube"], ["stopover", "a brief stay in the course of a journey"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["halt", "the event of something ending"], ["layover", "a brief stay in the course of a journey"], ["closure", "an obstruction in a pipe or tube"], ["boodle", "a gambling card game in which chips are placed on the ace and king and queen and jack of separate suits (taken from a separate deck); a player plays the lowest card of a suit in his hand and successively higher cards are played until the sequence stops; the player who plays a card matching one in the layout wins all the chips on that card"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["diaphragm", "a mechanical device in a camera that controls size of aperture of the lens"], ["block", "an obstruction in a pipe or tube"], ["catch", "a restraint that checks the motion of something"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"], ["occlusion", "an obstruction in a pipe or tube"], ["blockage", "an obstruction in a pipe or tube"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations"]]}, {"answer": "storage", "hint": "synonyms for storage", "clues": [["reposition", "depositing in a warehouse"], ["depot", "a depository for goods"], ["warehousing", "depositing in a warehouse"], ["computer memory", "an electronic memory device"], ["store", "an electronic memory device"], ["computer storage", "an electronic memory device"], ["memory", "an electronic memory device"], ["storehouse", "a depository for goods"], ["memory board", "an electronic memory device"], ["entrepot", "a depository for goods"]]}, {"answer": "storage_area", "hint": "synonyms for storage area", "clues": [["cargo deck", "the space in a ship or aircraft for storing cargo"], ["hold", "the space in a ship or aircraft for storing cargo"], ["cargo hold", "the space in a ship or aircraft for storing cargo"], ["cargo area", "the space in a ship or aircraft for storing cargo"]]}, {"answer": "store", "hint": "synonyms for store", "clues": [["stock", "a supply of something available for future use"], ["storage", "a depository for goods"], ["depot", "a depository for goods"], ["entrepot", "a depository for goods"], ["computer memory", "an electronic memory device"], ["shop", "a mercantile establishment for the retail sale of goods or services"], ["fund", "a supply of something available for future use"], ["computer storage", "an electronic memory device"], ["memory", "an electronic memory device"], ["storehouse", "a depository for goods"], ["memory board", "an electronic memory device"]]}, {"answer": "storehouse", "hint": "synonyms for storehouse", "clues": [["store", "a depository for goods"], ["storage", "a depository for goods"], ["depot", "a depository for goods"], ["entrepot", "a depository for goods"]]}, {"answer": "storm_lamp", "hint": "synonyms for storm lamp", "clues": [["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"]]}, {"answer": "storm_lantern", "hint": "synonyms for storm lantern", "clues": [["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"]]}, {"answer": "story", "hint": "synonyms for story", "clues": [["news report", "a short account of the news"], ["tale", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"], ["write up", "a short account of the news"], ["tarradiddle", "a trivial lie"], ["chronicle", "a record or narrative description of past events"], ["account", "a short account of the news"], ["narration", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"], ["storey", "a structure consisting of a room or set of rooms at a single position along a vertical scale"], ["level", "a structure consisting of a room or set of rooms at a single position along a vertical scale"], ["report", "a short account of the news"], ["floor", "a structure consisting of a room or set of rooms at a single position along a vertical scale"], ["fib", "a trivial lie"], ["history", "a record or narrative description of past events"], ["narrative", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"]]}, {"answer": "stoutness", "hint": "synonyms for stoutness", "clues": [["adiposis", "the property of excessive fatness"], ["stalwartness", "the property of being strong and resolute"], ["overweight", "the property of excessive fatness"], ["corpulence", "the property of excessive fatness"]]}, {"answer": "stove", "hint": "synonyms for stove", "clues": [["cooking stove", "a kitchen appliance used for cooking food"], ["kitchen range", "a kitchen appliance used for cooking food"], ["kitchen stove", "a kitchen appliance used for cooking food"], ["range", "a kitchen appliance used for cooking food"]]}, {"answer": "stovepipe", "hint": "synonyms for stovepipe", "clues": [["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur"]]}, {"answer": "strain", "hint": "synonyms for strain", "clues": [["form", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["nisus", "an effortful attempt to attain a goal"], ["var.", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["tune", "a succession of notes forming a distinctive sequence"], ["breed", "a special variety of domesticated animals within a species"], ["melodic line", "a succession of notes forming a distinctive sequence"], ["variant", "(biology) a group of organisms within a species that differ in trivial ways from similar groups"], ["air", "a succession of notes forming a distinctive sequence"], ["melodic phrase", "a succession of notes forming a distinctive sequence"], ["line", "a succession of notes forming a distinctive sequence"], ["pains", "an effortful attempt to attain a goal"], ["song", "the act of singing"], ["melody", "a succession of notes forming a distinctive sequence"], ["stock", "a special variety of domesticated animals within a species"], ["straining", "an intense or violent exertion"], ["tenor", "the general meaning or substance of an utterance"], ["striving", "an effortful attempt to attain a goal"]]}, {"answer": "straits", "hint": "synonyms for straits", "clues": [["pass", "a difficult juncture"], ["sound", "a narrow channel of the sea joining two larger bodies of water"], ["strait", "a narrow channel of the sea joining two larger bodies of water"], ["head", "a difficult juncture"]]}, {"answer": "strand", "hint": "synonyms for strand", "clues": [["filament", "a very slender natural or synthetic fiber"], ["fibril", "a very slender natural or synthetic fiber"], ["string", "a necklace made by a stringing objects together"], ["chain", "a necklace made by a stringing objects together"]]}, {"answer": "stratagem", "hint": "synonyms for stratagem", "clues": [["dodge", "an elaborate or deceitful scheme contrived to deceive or evade"], ["gambit", "a maneuver in a game or conversation"], ["ploy", "a maneuver in a game or conversation"], ["contrivance", "an elaborate or deceitful scheme contrived to deceive or evade"]]}, {"answer": "stratum", "hint": "synonyms for stratum", "clues": [["socio-economic class", "people having the same social, economic, or educational status"], ["level", "an abstract place usually conceived as having depth"], ["social class", "people having the same social, economic, or educational status"], ["layer", "an abstract place usually conceived as having depth"], ["class", "people having the same social, economic, or educational status"]]}, {"answer": "straw_hat", "hint": "synonyms for straw hat", "clues": [["skimmer", "a stiff hat made of straw with a flat crown"], ["boater", "a stiff hat made of straw with a flat crown"], ["leghorn", "a stiff hat made of straw with a flat crown"], ["sailor", "a stiff hat made of straw with a flat crown"]]}, {"answer": "straw_man", "hint": "synonyms for straw man", "clues": [["bird-scarer", "an effigy in the shape of a man to frighten birds away from seeds"], ["scarecrow", "an effigy in the shape of a man to frighten birds away from seeds"], ["strawman", "a weak or sham argument set up to be easily refuted"], ["scarer", "an effigy in the shape of a man to frighten birds away from seeds"]]}, {"answer": "strawman", "hint": "synonyms for strawman", "clues": [["bird-scarer", "an effigy in the shape of a man to frighten birds away from seeds"], ["straw man", "a weak or sham argument set up to be easily refuted"], ["scarecrow", "an effigy in the shape of a man to frighten birds away from seeds"], ["scarer", "an effigy in the shape of a man to frighten birds away from seeds"]]}, {"answer": "streamer", "hint": "synonyms for streamer", "clues": [["waft", "a long flag; often tapering"], ["banner", "a newspaper headline that runs across the full page"], ["pennon", "a long flag; often tapering"], ["pennant", "a long flag; often tapering"]]}, {"answer": "streamlet", "hint": "synonyms for streamlet", "clues": [["run", "a small stream"], ["rill", "a small stream"], ["runnel", "a small stream"], ["rivulet", "a small stream"]]}, {"answer": "street_organ", "hint": "synonyms for street organ", "clues": [["hurdy gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs"]]}, {"answer": "streetcar", "hint": "synonyms for streetcar", "clues": [["tramcar", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["tram", "a wheeled vehicle that runs on rails and is propelled by electricity"]]}, {"answer": "strength", "hint": "synonyms for strength", "clues": [["lastingness", "permanence by virtue of the power to resist stress or force"], ["force", "physical energy or intensity"], ["long suit", "an asset of special worth or utility"], ["intensity", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)"], ["strong point", "an asset of special worth or utility"], ["speciality", "an asset of special worth or utility"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["strong suit", "an asset of special worth or utility"], ["potency", "capacity to produce strong physiological or chemical effects"], ["metier", "an asset of special worth or utility"], ["forcefulness", "physical energy or intensity"], ["enduringness", "permanence by virtue of the power to resist stress or force"], ["intensity level", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)"], ["durability", "permanence by virtue of the power to resist stress or force"], ["forte", "an asset of special worth or utility"], ["effectiveness", "capacity to produce strong physiological or chemical effects"], ["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war"], ["persuasiveness", "the power to induce the taking of a course of action or the embracing of a point of view by means of argument or entreaty"], ["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war"]]}, {"answer": "stride", "hint": "synonyms for stride", "clues": [["pace", "the distance covered by a step"], ["footstep", "the distance covered by a step"], ["tread", "a step in walking or running"], ["step", "the distance covered by a step"]]}, {"answer": "strike", "hint": "synonyms for strike", "clues": [["bang", "a conspicuous success"], ["smash", "a conspicuous success"], ["rap", "a gentle blow"], ["tap", "a gentle blow"], ["smasher", "a conspicuous success"], ["hit", "a conspicuous success"], ["work stoppage", "a group's refusal to work in protest against low pay or bad work conditions"], ["ten-strike", "a score in tenpins: knocking down all ten with the first ball"]]}, {"answer": "string", "hint": "synonyms for string", "clues": [["drawstring", "a tie consisting of a cord that goes through a seam around an opening"], ["cosmic string", "(cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop"], ["drawing string", "a tie consisting of a cord that goes through a seam around an opening"], ["strand", "a necklace made by a stringing objects together"], ["twine", "a lightweight cord"], ["train", "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding"], ["bowed stringed instrument", "stringed instruments that are played with a bow"], ["chain", "a necklace made by a stringing objects together"]]}, {"answer": "string_bass", "hint": "synonyms for string bass", "clues": [["bass fiddle", "largest and lowest member of the violin family"], ["contrabass", "largest and lowest member of the violin family"], ["bull fiddle", "largest and lowest member of the violin family"], ["double bass", "largest and lowest member of the violin family"], ["bass viol", "largest and lowest member of the violin family"]]}, {"answer": "strings", "hint": "synonyms for strings", "clues": [["string", "(cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop"], ["drawing string", "a tie consisting of a cord that goes through a seam around an opening"], ["train", "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding"], ["strand", "a necklace made by a stringing objects together"], ["string section", "the section of an orchestra that plays stringed instruments"], ["drawstring", "a tie consisting of a cord that goes through a seam around an opening"], ["twine", "a lightweight cord"], ["chain", "a necklace made by a stringing objects together"], ["cosmic string", "(cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop"], ["bowed stringed instrument", "stringed instruments that are played with a bow"]]}, {"answer": "strip", "hint": "synonyms for strip", "clues": [["cartoon strip", "a sequence of drawings telling a story in a newspaper or comic book"], ["flight strip", "an airfield without normal airport facilities"], ["comic strip", "a sequence of drawings telling a story in a newspaper or comic book"], ["landing strip", "an airfield without normal airport facilities"], ["slip", "artifact consisting of a narrow flat piece of material"], ["striptease", "a form of erotic entertainment in which a dancer gradually undresses to music"], ["strip show", "a form of erotic entertainment in which a dancer gradually undresses to music"], ["funnies", "a sequence of drawings telling a story in a newspaper or comic book"], ["airstrip", "an airfield without normal airport facilities"]]}, {"answer": "stripe", "hint": "synonyms for stripe", "clues": [["streak", "a narrow marking of a different color or texture from the background"], ["stripes", "V-shaped sleeve badge indicating military rank and service"], ["chevron", "V-shaped sleeve badge indicating military rank and service"], ["bar", "a narrow marking of a different color or texture from the background"], ["band", "an adornment consisting of a strip of a contrasting color or material"], ["grade insignia", "V-shaped sleeve badge indicating military rank and service"]]}, {"answer": "stripes", "hint": "synonyms for stripes", "clues": [["streak", "a narrow marking of a different color or texture from the background"], ["stripe", "a narrow marking of a different color or texture from the background"], ["chevron", "V-shaped sleeve badge indicating military rank and service"], ["band", "an adornment consisting of a strip of a contrasting color or material"], ["bar", "a narrow marking of a different color or texture from the background"], ["grade insignia", "V-shaped sleeve badge indicating military rank and service"]]}, {"answer": "stripping", "hint": "synonyms for stripping", "clues": [["baring", "the removal of covering"], ["husking", "the removal of covering"], ["denudation", "the removal of covering"], ["uncovering", "the removal of covering"]]}, {"answer": "stroke", "hint": "synonyms for stroke", "clues": [["fortuity", "anything that happens suddenly or by chance without an apparent cause"], ["diagonal", "a punctuation mark (/) used to separate related items of information"], ["slash", "a punctuation mark (/) used to separate related items of information"], ["cam stroke", "the maximum movement available to a pivoted or reciprocating piece by a cam"], ["stroking", "a light touch with the hands"], ["throw", "the maximum movement available to a pivoted or reciprocating piece by a cam"], ["separatrix", "a punctuation mark (/) used to separate related items of information"], ["accident", "anything that happens suddenly or by chance without an apparent cause"], ["chance event", "anything that happens suddenly or by chance without an apparent cause"], ["solidus", "a punctuation mark (/) used to separate related items of information"], ["shot", "(sports) the act of swinging or striking at a ball with a club or racket or bat or cue or hand"], ["virgule", "a punctuation mark (/) used to separate related items of information"]]}, {"answer": "stroll", "hint": "synonyms for stroll", "clues": [["amble", "a leisurely walk (usually in some public place)"], ["saunter", "a leisurely walk (usually in some public place)"], ["promenade", "a leisurely walk (usually in some public place)"], ["perambulation", "a leisurely walk (usually in some public place)"]]}, {"answer": "stroller", "hint": "synonyms for stroller", "clues": [["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pram", "a small vehicle with four wheels in which a baby or child is pushed around"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around"]]}, {"answer": "strong_drink", "hint": "synonyms for strong drink", "clues": [["liquor", "an alcoholic beverage that is distilled rather than fermented"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented"], ["booze", "an alcoholic beverage that is distilled rather than fermented"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented"], ["spirits", "an alcoholic beverage that is distilled rather than fermented"]]}, {"answer": "strong_point", "hint": "synonyms for strong point", "clues": [["strong suit", "an asset of special worth or utility"], ["speciality", "an asset of special worth or utility"], ["strength", "an asset of special worth or utility"], ["forte", "an asset of special worth or utility"], ["long suit", "an asset of special worth or utility"], ["metier", "an asset of special worth or utility"]]}, {"answer": "strong_suit", "hint": "synonyms for strong suit", "clues": [["strong point", "an asset of special worth or utility"], ["speciality", "an asset of special worth or utility"], ["strength", "an asset of special worth or utility"], ["forte", "an asset of special worth or utility"], ["long suit", "an asset of special worth or utility"], ["metier", "an asset of special worth or utility"]]}, {"answer": "structure", "hint": "synonyms for structure", "clues": [["social system", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["construction", "a thing constructed; a complex entity constructed of many parts"], ["social organisation", "the people in a society considered as a system organized by a characteristic pattern of relationships"], ["social structure", "the people in a society considered as a system organized by a characteristic pattern of relationships"]]}, {"answer": "stub", "hint": "synonyms for stub", "clues": [["nub", "a small piece"], ["butt", "the small unused part of something (especially the end of a cigarette that is left after smoking)"], ["counterfoil", "the part of a check that is retained as a record"], ["check stub", "the part of a check that is retained as a record"], ["ticket stub", "a torn part of a ticket returned to the holder as a receipt"]]}, {"answer": "stubble", "hint": "synonyms for stubble", "clues": [["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds"]]}, {"answer": "stubbornness", "hint": "synonyms for stubbornness", "clues": [["pigheadedness", "resolute adherence to your own ideas or desires"], ["obstinacy", "resolute adherence to your own ideas or desires"], ["obstinance", "resolute adherence to your own ideas or desires"], ["bullheadedness", "resolute adherence to your own ideas or desires"], ["self-will", "resolute adherence to your own ideas or desires"], ["mulishness", "the trait of being difficult to handle or overcome"]]}, {"answer": "student_residence", "hint": "synonyms for student residence", "clues": [["residence hall", "a college or university building containing living quarters for students"], ["dorm", "a college or university building containing living quarters for students"], ["hall", "a college or university building containing living quarters for students"], ["dormitory", "a college or university building containing living quarters for students"]]}, {"answer": "study", "hint": "synonyms for study", "clues": [["discipline", "a branch of knowledge"], ["field", "a branch of knowledge"], ["work", "applying the mind to learning and understanding a subject (especially by reading)"], ["written report", "a written document describing the findings of some individual or group"], ["subject field", "a branch of knowledge"], ["survey", "a detailed critical inspection"], ["subject area", "a branch of knowledge"], ["field of study", "a branch of knowledge"], ["bailiwick", "a branch of knowledge"], ["report", "a written document describing the findings of some individual or group"], ["sketch", "preliminary drawing for later elaboration"], ["cogitation", "attentive consideration and meditation"], ["subject", "a branch of knowledge"]]}, {"answer": "stuff", "hint": "synonyms for stuff", "clues": [["clobber", "informal terms for personal possessions"], ["poppycock", "senseless talk"], ["stuff and nonsense", "senseless talk"], ["material", "the tangible substance that goes into the makeup of a physical object"], ["hooey", "senseless talk"]]}, {"answer": "stultification", "hint": "synonyms for stultification", "clues": [["impairment", "the act of making something futile and useless (as by routine)"], ["befooling", "derision of someone or something as foolish or absurd or inconsistent"], ["constipation", "the act of making something futile and useless (as by routine)"], ["deadening", "the act of making something futile and useless (as by routine)"]]}, {"answer": "stumble", "hint": "synonyms for stumble", "clues": [["lurch", "an unsteady uneven gait"], ["trip", "an unintentional but embarrassing blunder"], ["misstep", "an unintentional but embarrassing blunder"], ["stagger", "an unsteady uneven gait"], ["trip-up", "an unintentional but embarrassing blunder"]]}, {"answer": "stump", "hint": "synonyms for stump", "clues": [["dais", "a platform raised above the surrounding level to give prominence to the person on it"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it"], ["ambo", "a platform raised above the surrounding level to give prominence to the person on it"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it"]]}, {"answer": "stupidity", "hint": "synonyms for stupidity", "clues": [["imbecility", "a stupid mistake"], ["foolishness", "a stupid mistake"], ["folly", "a stupid mistake"], ["betise", "a stupid mistake"]]}, {"answer": "stupor", "hint": "synonyms for stupor", "clues": [["stupefaction", "marginal consciousness"], ["semiconsciousness", "marginal consciousness"], ["daze", "the feeling of distress and disbelief that you have when something bad happens accidentally"], ["grogginess", "marginal consciousness"], ["shock", "the feeling of distress and disbelief that you have when something bad happens accidentally"]]}, {"answer": "style", "hint": "synonyms for style", "clues": [["manner", "how something is done or how it happens"], ["vogue", "the popular taste at a given time"], ["dash", "distinctive and stylish elegance"], ["flair", "distinctive and stylish elegance"], ["stylus", "a pointed tool for writing or drawing or engraving"], ["fashion", "how something is done or how it happens"], ["panache", "distinctive and stylish elegance"], ["elan", "distinctive and stylish elegance"], ["mode", "how something is done or how it happens"], ["way", "how something is done or how it happens"], ["expressive style", "a way of expressing something (in language or art or music etc.) that is characteristic of a particular person or group of people or period"], ["trend", "the popular taste at a given time"]]}, {"answer": "stylishness", "hint": "synonyms for stylishness", "clues": [["chicness", "elegance by virtue of being fashionable"], ["last word", "elegance by virtue of being fashionable"], ["smartness", "elegance by virtue of being fashionable"], ["swank", "elegance by virtue of being fashionable"], ["chichi", "elegance by virtue of being fashionable"], ["modishness", "elegance by virtue of being fashionable"], ["chic", "elegance by virtue of being fashionable"]]}, {"answer": "sub", "hint": "synonyms for sub", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["pigboat", "a submersible warship usually armed with torpedoes"]]}, {"answer": "subdivision", "hint": "synonyms for subdivision", "clues": [["section", "a self-contained part of a larger composition (written or musical)"], ["arm", "a division of some larger or more complex organization"], ["subsection", "a section of a section; a part of a part; i.e., a part of something already divided"], ["branch", "a division of some larger or more complex organization"]]}, {"answer": "subject_area", "hint": "synonyms for subject area", "clues": [["field of study", "a branch of knowledge"], ["subject field", "a branch of knowledge"], ["bailiwick", "a branch of knowledge"], ["discipline", "a branch of knowledge"], ["field", "a branch of knowledge"], ["study", "a branch of knowledge"], ["subject", "a branch of knowledge"]]}, {"answer": "subject_field", "hint": "synonyms for subject field", "clues": [["field of study", "a branch of knowledge"], ["bailiwick", "a branch of knowledge"], ["discipline", "a branch of knowledge"], ["field", "a branch of knowledge"], ["study", "a branch of knowledge"], ["subject area", "a branch of knowledge"], ["subject", "a branch of knowledge"]]}, {"answer": "subjugation", "hint": "synonyms for subjugation", "clues": [["subjection", "the act of conquering"], ["conquest", "the act of conquering"], ["oppression", "the act of subjugating by cruelty"], ["conquering", "the act of conquering"]]}, {"answer": "submarine_sandwich", "hint": "synonyms for submarine sandwich", "clues": [["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "submersion", "hint": "synonyms for submersion", "clues": [["submerging", "sinking until covered completely with water"], ["immersion", "the act of wetting something by submerging it"], ["submergence", "sinking until covered completely with water"], ["dousing", "the act of wetting something by submerging it"], ["ducking", "the act of wetting something by submerging it"]]}, {"answer": "subnormality", "hint": "synonyms for subnormality", "clues": [["mental retardation", "lack of normal development of intellectual capacities"], ["backwardness", "lack of normal development of intellectual capacities"], ["slowness", "lack of normal development of intellectual capacities"], ["retardation", "lack of normal development of intellectual capacities"]]}, {"answer": "subprogram", "hint": "synonyms for subprogram", "clues": [["function", "a set sequence of steps, part of larger computer program"], ["procedure", "a set sequence of steps, part of larger computer program"], ["routine", "a set sequence of steps, part of larger computer program"], ["subroutine", "a set sequence of steps, part of larger computer program"]]}, {"answer": "subroutine", "hint": "synonyms for subroutine", "clues": [["function", "a set sequence of steps, part of larger computer program"], ["procedure", "a set sequence of steps, part of larger computer program"], ["routine", "a set sequence of steps, part of larger computer program"], ["subprogram", "a set sequence of steps, part of larger computer program"]]}, {"answer": "subscriber_line", "hint": "synonyms for subscriber line", "clues": [["line", "a telephone connection"], ["telephone line", "a telephone connection"], ["telephone circuit", "a telephone connection"], ["phone line", "a telephone connection"]]}, {"answer": "subsidence", "hint": "synonyms for subsidence", "clues": [["cave in", "the sudden collapse of something into a hollow beneath it"], ["remittal", "an abatement in intensity or degree (as in the manifestations of a disease)"], ["remission", "an abatement in intensity or degree (as in the manifestations of a disease)"], ["subsiding", "a gradual sinking to a lower level"], ["settling", "a gradual sinking to a lower level"]]}, {"answer": "substance", "hint": "synonyms for substance", "clues": [["center", "the choicest or most essential or most vital part of some idea or experience"], ["sum", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["subject matter", "what a communication that is about something is about"], ["content", "what a communication that is about something is about"], ["means", "considerable capital (wealth or income)"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["meaning", "the idea that is intended"], ["message", "what a communication that is about something is about"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"]]}, {"answer": "substantiation", "hint": "synonyms for substantiation", "clues": [["verification", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"], ["proof", "the act of validating; finding or testing the truth of something"], ["check", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"], ["validation", "the act of validating; finding or testing the truth of something"], ["confirmation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct"]]}, {"answer": "substitution", "hint": "synonyms for substitution", "clues": [["permutation", "an event in which one thing is substituted for another"], ["replacement", "an event in which one thing is substituted for another"], ["transposition", "an event in which one thing is substituted for another"], ["switch", "an event in which one thing is substituted for another"], ["commutation", "the act of putting one thing or person in the place of another:"], ["exchange", "the act of putting one thing or person in the place of another:"]]}, {"answer": "substructure", "hint": "synonyms for substructure", "clues": [["base", "lowest support of a structure"], ["groundwork", "lowest support of a structure"], ["foot", "lowest support of a structure"], ["fundament", "lowest support of a structure"], ["foundation", "lowest support of a structure"], ["understructure", "lowest support of a structure"], ["infrastructure", "the basic structure or features of a system or organization"]]}, {"answer": "subtlety", "hint": "synonyms for subtlety", "clues": [["niceness", "the quality of being difficult to detect or analyze"], ["refinement", "a subtle difference in meaning or opinion or attitude"], ["nicety", "a subtle difference in meaning or opinion or attitude"], ["shade", "a subtle difference in meaning or opinion or attitude"], ["nuance", "a subtle difference in meaning or opinion or attitude"]]}, {"answer": "subway", "hint": "synonyms for subway", "clues": [["underground", "an electric railway operating below the surface of the ground (usually in a city)"], ["metro", "an electric railway operating below the surface of the ground (usually in a city)"], ["subway system", "an electric railway operating below the surface of the ground (usually in a city)"], ["underpass", "an underground tunnel or passage enabling pedestrians to cross a road or railway"], ["tube", "an electric railway operating below the surface of the ground (usually in a city)"]]}, {"answer": "subway_system", "hint": "synonyms for subway system", "clues": [["underground", "an electric railway operating below the surface of the ground (usually in a city)"], ["subway", "an electric railway operating below the surface of the ground (usually in a city)"], ["metro", "an electric railway operating below the surface of the ground (usually in a city)"], ["tube", "an electric railway operating below the surface of the ground (usually in a city)"]]}, {"answer": "succession", "hint": "synonyms for succession", "clues": [["chronological succession", "a following of one thing after another in time"], ["sequence", "the action of following in order"], ["chronological sequence", "a following of one thing after another in time"], ["taking over", "acquisition of property by descent or by will"], ["successiveness", "a following of one thing after another in time"]]}, {"answer": "successiveness", "hint": "synonyms for successiveness", "clues": [["chronological succession", "a following of one thing after another in time"], ["succession", "a following of one thing after another in time"], ["chronological sequence", "a following of one thing after another in time"], ["sequence", "a following of one thing after another in time"]]}, {"answer": "sudation", "hint": "synonyms for sudation", "clues": [["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid"], ["perspiration", "the process of the sweat glands of the skin secreting a salty fluid"], ["sweating", "the process of the sweat glands of the skin secreting a salty fluid"]]}, {"answer": "suddenness", "hint": "synonyms for suddenness", "clues": [["precipitance", "the quality of happening with headlong haste or without warning"], ["abruptness", "the quality of happening with headlong haste or without warning"], ["precipitousness", "the quality of happening with headlong haste or without warning"], ["precipitateness", "the quality of happening with headlong haste or without warning"]]}, {"answer": "sugar", "hint": "synonyms for sugar", "clues": [["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["refined sugar", "a white crystalline carbohydrate used as a sweetener and preservative"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["carbohydrate", "an essential structural component of living cells and source of energy for animals; includes simple sugars with small molecules as well as macromolecular substances; are classified according to the number of monosaccharide groups they contain"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["wampum", "informal terms for money"], ["saccharide", "an essential structural component of living cells and source of energy for animals; includes simple sugars with small molecules as well as macromolecular substances; are classified according to the number of monosaccharide groups they contain"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "suggestion", "hint": "synonyms for suggestion", "clues": [["proffer", "a proposal offered for acceptance or rejection"], ["hypnotism", "the act of inducing hypnosis"], ["proposition", "a proposal offered for acceptance or rejection"], ["prompting", "persuasion formulated as a suggestion"], ["hint", "a just detectable amount"], ["trace", "a just detectable amount"], ["mesmerism", "the act of inducing hypnosis"]]}, {"answer": "suit", "hint": "synonyms for suit", "clues": [["causa", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["lawsuit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["courting", "a man's courting of a woman; seeking the affections of a woman (usually with the hope of marriage)"], ["courtship", "a man's courting of a woman; seeking the affections of a woman (usually with the hope of marriage)"], ["wooing", "a man's courting of a woman; seeking the affections of a woman (usually with the hope of marriage)"], ["cause", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy"], ["suit of clothes", "a set of garments (usually including a jacket and trousers or skirt) for outerwear all of the same fabric and color"]]}, {"answer": "suit_of_armor", "hint": "synonyms for suit of armor", "clues": [["cataphract", "armor that protects the wearer's whole body"], ["suit of armour", "armor that protects the wearer's whole body"], ["body armour", "armor that protects the wearer's whole body"], ["coat of mail", "armor that protects the wearer's whole body"]]}, {"answer": "suit_of_armour", "hint": "synonyms for suit of armour", "clues": [["cataphract", "armor that protects the wearer's whole body"], ["suit of armor", "armor that protects the wearer's whole body"], ["body armour", "armor that protects the wearer's whole body"], ["coat of mail", "armor that protects the wearer's whole body"]]}, {"answer": "suite", "hint": "synonyms for suite", "clues": [["rooms", "apartment consisting of a series of connected rooms used as a living unit (as in a hotel)"], ["retinue", "the group following and attending to some important person"], ["cortege", "the group following and attending to some important person"], ["entourage", "the group following and attending to some important person"]]}, {"answer": "sulfur_mustard", "hint": "synonyms for sulfur mustard", "clues": [["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"], ["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote"]]}, {"answer": "sulkiness", "hint": "synonyms for sulkiness", "clues": [["huffishness", "a feeling of sulky resentment"], ["sulk", "a mood or display of sullen aloofness or withdrawal"], ["moroseness", "a sullen moody resentful disposition"], ["sourness", "a sullen moody resentful disposition"], ["sullenness", "a sullen moody resentful disposition"]]}, {"answer": "sullenness", "hint": "synonyms for sullenness", "clues": [["moroseness", "a sullen moody resentful disposition"], ["sourness", "a sullen moody resentful disposition"], ["glumness", "a gloomy ill-tempered feeling"], ["sulkiness", "a sullen moody resentful disposition"]]}, {"answer": "sum", "hint": "synonyms for sum", "clues": [["center", "the choicest or most essential or most vital part of some idea or experience"], ["pith", "the choicest or most essential or most vital part of some idea or experience"], ["sum of money", "a quantity of money"], ["amount of money", "a quantity of money"], ["amount", "a quantity of money"], ["essence", "the choicest or most essential or most vital part of some idea or experience"], ["meat", "the choicest or most essential or most vital part of some idea or experience"], ["kernel", "the choicest or most essential or most vital part of some idea or experience"], ["core", "the choicest or most essential or most vital part of some idea or experience"], ["centre", "the choicest or most essential or most vital part of some idea or experience"], ["substance", "the choicest or most essential or most vital part of some idea or experience"], ["nub", "the choicest or most essential or most vital part of some idea or experience"], ["total", "the whole amount"], ["join", "a set containing all and only the members of two or more given sets"], ["union", "a set containing all and only the members of two or more given sets"], ["sum total", "the final aggregate"], ["gist", "the choicest or most essential or most vital part of some idea or experience"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience"], ["heart", "the choicest or most essential or most vital part of some idea or experience"], ["totality", "the whole amount"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience"], ["aggregate", "the whole amount"], ["marrow", "the choicest or most essential or most vital part of some idea or experience"], ["summation", "the final aggregate"]]}, {"answer": "summation", "hint": "synonyms for summation", "clues": [["addition", "the arithmetic operation of summing; calculating the sum of two or more numbers"], ["summing up", "a concluding summary (as in presenting a case before a law court)"], ["sum", "the final aggregate"], ["rundown", "a concluding summary (as in presenting a case before a law court)"], ["sum total", "the final aggregate"], ["plus", "the arithmetic operation of summing; calculating the sum of two or more numbers"]]}, {"answer": "summersault", "hint": "synonyms for summersault", "clues": [["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"]]}, {"answer": "summerset", "hint": "synonyms for summerset", "clues": [["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return"]]}, {"answer": "summit", "hint": "synonyms for summit", "clues": [["peak", "the top or extreme point of something (usually a mountain or hill)"], ["top", "the top or extreme point of something (usually a mountain or hill)"], ["crown", "the top or extreme point of something (usually a mountain or hill)"], ["summit meeting", "a meeting of heads of governments"], ["crest", "the top or extreme point of something (usually a mountain or hill)"], ["tip", "the top or extreme point of something (usually a mountain or hill)"]]}, {"answer": "sun_helmet", "hint": "synonyms for sun helmet", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun"], ["topi", "a lightweight hat worn in tropical countries for protection from the sun"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun"]]}, {"answer": "sun_lounge", "hint": "synonyms for sun lounge", "clues": [["sunroom", "a room enclosed largely with glass and affording exposure to the sun"], ["sun parlour", "a room enclosed largely with glass and affording exposure to the sun"], ["sunporch", "a room enclosed largely with glass and affording exposure to the sun"], ["solarium", "a room enclosed largely with glass and affording exposure to the sun"]]}, {"answer": "sun_parlor", "hint": "synonyms for sun parlor", "clues": [["sun lounge", "a room enclosed largely with glass and affording exposure to the sun"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun"], ["sun parlour", "a room enclosed largely with glass and affording exposure to the sun"], ["sunporch", "a room enclosed largely with glass and affording exposure to the sun"], ["solarium", "a room enclosed largely with glass and affording exposure to the sun"]]}, {"answer": "sun_parlour", "hint": "synonyms for sun parlour", "clues": [["sun lounge", "a room enclosed largely with glass and affording exposure to the sun"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun"], ["sunporch", "a room enclosed largely with glass and affording exposure to the sun"], ["solarium", "a room enclosed largely with glass and affording exposure to the sun"], ["sun parlor", "a room enclosed largely with glass and affording exposure to the sun"]]}, {"answer": "sun_porch", "hint": "synonyms for sun porch", "clues": [["sun lounge", "a room enclosed largely with glass and affording exposure to the sun"], ["sun parlour", "a room enclosed largely with glass and affording exposure to the sun"], ["sunporch", "a room enclosed largely with glass and affording exposure to the sun"], ["solarium", "a room enclosed largely with glass and affording exposure to the sun"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun"]]}, {"answer": "sunporch", "hint": "synonyms for sunporch", "clues": [["sun lounge", "a room enclosed largely with glass and affording exposure to the sun"], ["sun parlour", "a room enclosed largely with glass and affording exposure to the sun"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun"], ["solarium", "a room enclosed largely with glass and affording exposure to the sun"], ["sun porch", "a room enclosed largely with glass and affording exposure to the sun"]]}, {"answer": "sunroom", "hint": "synonyms for sunroom", "clues": [["sun lounge", "a room enclosed largely with glass and affording exposure to the sun"], ["sun parlour", "a room enclosed largely with glass and affording exposure to the sun"], ["sunporch", "a room enclosed largely with glass and affording exposure to the sun"], ["solarium", "a room enclosed largely with glass and affording exposure to the sun"]]}, {"answer": "sunshine", "hint": "synonyms for sunshine", "clues": [["fair weather", "moderate weather; suitable for outdoor activities"], ["sun", "the rays of the sun"], ["sunniness", "the quality of being cheerful and dispelling gloom"], ["cheer", "the quality of being cheerful and dispelling gloom"], ["sunlight", "the rays of the sun"], ["cheerfulness", "the quality of being cheerful and dispelling gloom"], ["temperateness", "moderate weather; suitable for outdoor activities"]]}, {"answer": "sunup", "hint": "synonyms for sunup", "clues": [["daybreak", "the first light of day"], ["dawn", "the first light of day"], ["morning", "the first light of day"], ["cockcrow", "the first light of day"], ["aurora", "the first light of day"], ["break of the day", "the first light of day"], ["first light", "the first light of day"], ["sunrise", "the first light of day"], ["dayspring", "the first light of day"]]}, {"answer": "super_acid", "hint": "synonyms for super acid", "clues": [["cat valium", "street names for ketamine"], ["green", "street names for ketamine"], ["super C", "street names for ketamine"], ["jet", "street names for ketamine"], ["honey oil", "street names for ketamine"], ["special K", "street names for ketamine"]]}, {"answer": "super_c", "hint": "synonyms for super c", "clues": [["cat valium", "street names for ketamine"], ["green", "street names for ketamine"], ["super C", "street names for ketamine"], ["special K", "street names for ketamine"], ["jet", "street names for ketamine"], ["honey oil", "street names for ketamine"], ["super acid", "street names for ketamine"]]}, {"answer": "superannuation", "hint": "synonyms for superannuation", "clues": [["old-age pension", "a monthly payment made to someone who is retired from work"], ["retirement pension", "a monthly payment made to someone who is retired from work"], ["retirement benefit", "a monthly payment made to someone who is retired from work"], ["obsoleteness", "the property of being out of date and not current"], ["retirement check", "a monthly payment made to someone who is retired from work"], ["retirement fund", "a monthly payment made to someone who is retired from work"]]}, {"answer": "superhighway", "hint": "synonyms for superhighway", "clues": [["information superhighway", "an extensive electronic network (such as the internet) used for the rapid transfer of sound and video and graphics in digital form"], ["expressway", "a broad highway designed for high-speed traffic"], ["freeway", "a broad highway designed for high-speed traffic"], ["thruway", "a broad highway designed for high-speed traffic"], ["state highway", "a broad highway designed for high-speed traffic"], ["throughway", "a broad highway designed for high-speed traffic"], ["pike", "a broad highway designed for high-speed traffic"], ["motorway", "a broad highway designed for high-speed traffic"]]}, {"answer": "superman", "hint": "synonyms for superman", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "superpower", "hint": "synonyms for superpower", "clues": [["power", "a state powerful enough to influence events throughout the world"], ["world power", "a state powerful enough to influence events throughout the world"], ["major power", "a state powerful enough to influence events throughout the world"], ["great power", "a state powerful enough to influence events throughout the world"]]}, {"answer": "supplement", "hint": "synonyms for supplement", "clues": [["accessory", "a supplementary component that improves capability"], ["appurtenance", "a supplementary component that improves capability"], ["addendum", "textual matter that is added onto a publication; usually at the end"], ["supplementation", "a quantity added (e.g. to make up for a deficiency)"], ["add-on", "a supplementary component that improves capability"], ["postscript", "textual matter that is added onto a publication; usually at the end"]]}, {"answer": "suppleness", "hint": "synonyms for suppleness", "clues": [["pliantness", "adaptability of mind or character"], ["lissomeness", "the gracefulness of a person or animal that is flexible and supple"], ["pliability", "adaptability of mind or character"], ["pliancy", "adaptability of mind or character"], ["litheness", "the gracefulness of a person or animal that is flexible and supple"]]}, {"answer": "support", "hint": "synonyms for support", "clues": [["living", "the financial means whereby one lives"], ["financial support", "financial resources provided to make some project possible"], ["sustenance", "the financial means whereby one lives"], ["backup", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["supporting", "the act of bearing the weight of or strengthening"], ["musical accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["reinforcement", "a military operation (often involving new supplies of men and materiel) to strengthen a military force or aid in the performance of its mission"], ["accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts"], ["backing", "financial resources provided to make some project possible"], ["funding", "financial resources provided to make some project possible"], ["financial backing", "financial resources provided to make some project possible"], ["bread and butter", "the financial means whereby one lives"], ["livelihood", "the financial means whereby one lives"], ["keep", "the financial means whereby one lives"], ["documentation", "documentary validation"]]}, {"answer": "supporter", "hint": "synonyms for supporter", "clues": [["jock", "a support for the genitals worn by men engaging in strenuous exercise"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise"], ["garter", "a band (usually elastic) worn around the leg to hold up a stocking (or around the arm to hold up a sleeve)"]]}, {"answer": "supposition", "hint": "synonyms for supposition", "clues": [["guess", "a message expressing an opinion based on incomplete evidence"], ["conjecture", "a message expressing an opinion based on incomplete evidence"], ["supposal", "the cognitive process of supposing"], ["surmise", "a message expressing an opinion based on incomplete evidence"], ["speculation", "a message expressing an opinion based on incomplete evidence"], ["assumption", "a hypothesis that is taken for granted"], ["hypothesis", "a message expressing an opinion based on incomplete evidence"], ["surmisal", "a message expressing an opinion based on incomplete evidence"]]}, {"answer": "suppression", "hint": "synonyms for suppression", "clues": [["quelling", "forceful prevention; putting down by power or authority"], ["inhibition", "(psychology) the conscious exclusion of unacceptable thoughts or desires"], ["crushing", "forceful prevention; putting down by power or authority"], ["stifling", "forceful prevention; putting down by power or authority"], ["curtailment", "the act of withholding or withdrawing some book or writing from publication or circulation"]]}, {"answer": "sureness", "hint": "synonyms for sureness", "clues": [["confidence", "freedom from doubt; belief in yourself and your abilities"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities"], ["assurance", "freedom from doubt; belief in yourself and your abilities"], ["authority", "freedom from doubt; belief in yourself and your abilities"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities"]]}, {"answer": "surge", "hint": "synonyms for surge", "clues": [["upsurge", "a sudden or abrupt strong increase"], ["billow", "a large sea wave"], ["rush", "a sudden forceful flow"], ["spate", "a sudden forceful flow"]]}, {"answer": "surge_protector", "hint": "synonyms for surge protector", "clues": [["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"]]}, {"answer": "surge_suppressor", "hint": "synonyms for surge suppressor", "clues": [["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current"]]}, {"answer": "surgery", "hint": "synonyms for surgery", "clues": [["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["operating theater", "a room in a hospital equipped for the performance of surgical operations"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["operating room", "a room in a hospital equipped for the performance of surgical operations"]]}, {"answer": "surgical_operation", "hint": "synonyms for surgical operation", "clues": [["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"]]}, {"answer": "surgical_procedure", "hint": "synonyms for surgical procedure", "clues": [["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"]]}, {"answer": "surgical_process", "hint": "synonyms for surgical process", "clues": [["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body"]]}, {"answer": "surliness", "hint": "synonyms for surliness", "clues": [["temper", "a disposition to exhibit uncontrolled anger"], ["pettishness", "a disposition to exhibit uncontrolled anger"], ["biliousness", "a disposition to exhibit uncontrolled anger"], ["snappishness", "a disposition to exhibit uncontrolled anger"], ["irritability", "a disposition to exhibit uncontrolled anger"], ["peevishness", "a disposition to exhibit uncontrolled anger"]]}, {"answer": "surmisal", "hint": "synonyms for surmisal", "clues": [["guess", "a message expressing an opinion based on incomplete evidence"], ["supposition", "a message expressing an opinion based on incomplete evidence"], ["speculation", "a message expressing an opinion based on incomplete evidence"], ["conjecture", "a message expressing an opinion based on incomplete evidence"], ["hypothesis", "a message expressing an opinion based on incomplete evidence"], ["surmise", "a message expressing an opinion based on incomplete evidence"]]}, {"answer": "surmise", "hint": "synonyms for surmise", "clues": [["guess", "a message expressing an opinion based on incomplete evidence"], ["supposition", "a message expressing an opinion based on incomplete evidence"], ["speculation", "a message expressing an opinion based on incomplete evidence"], ["conjecture", "a message expressing an opinion based on incomplete evidence"], ["hypothesis", "a message expressing an opinion based on incomplete evidence"], ["surmisal", "a message expressing an opinion based on incomplete evidence"]]}, {"answer": "surrender", "hint": "synonyms for surrender", "clues": [["resignation", "acceptance of despair"], ["giving up", "a verbal act of admitting defeat"], ["fall", "the act of surrendering (usually under agreed conditions)"], ["capitulation", "the act of surrendering (usually under agreed conditions)"], ["yielding", "a verbal act of admitting defeat"]]}, {"answer": "survey", "hint": "synonyms for survey", "clues": [["sketch", "short descriptive summary (of events)"], ["study", "a detailed critical inspection"], ["resume", "short descriptive summary (of events)"], ["sight", "the act of looking or seeing or observing"], ["view", "the act of looking or seeing or observing"]]}, {"answer": "suspension", "hint": "synonyms for suspension", "clues": [["break", "a time interval during which there is a temporary cessation of something"], ["pause", "a time interval during which there is a temporary cessation of something"], ["respite", "an interruption in the intensity or amount of something"], ["reprieve", "an interruption in the intensity or amount of something"], ["hiatus", "an interruption in the intensity or amount of something"], ["intermission", "a time interval during which there is a temporary cessation of something"], ["hanging", "the act of suspending something (hanging it from above so it moves freely)"], ["suspension system", "a mechanical system of springs or shock absorbers connecting the wheels and axles to the chassis of a wheeled vehicle"], ["dangling", "the act of suspending something (hanging it from above so it moves freely)"], ["abatement", "an interruption in the intensity or amount of something"], ["temporary removal", "a temporary debarment (from a privilege or position etc)"], ["interruption", "a time interval during which there is a temporary cessation of something"]]}, {"answer": "suspensor", "hint": "synonyms for suspensor", "clues": [["jock", "a support for the genitals worn by men engaging in strenuous exercise"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise"], ["supporter", "a support for the genitals worn by men engaging in strenuous exercise"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise"]]}, {"answer": "suspicion", "hint": "synonyms for suspicion", "clues": [["mistrust", "doubt about someone's honesty"], ["hunch", "an impression that something might be the case"], ["misgiving", "doubt about someone's honesty"], ["suspiciousness", "being of a suspicious nature"], ["intuition", "an impression that something might be the case"]]}, {"answer": "sustainment", "hint": "synonyms for sustainment", "clues": [["upkeep", "the act of sustaining life by food or providing a means of subsistence"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence"], ["sustenance", "the act of sustaining life by food or providing a means of subsistence"], ["maintenance", "the act of sustaining life by food or providing a means of subsistence"]]}, {"answer": "sustenance", "hint": "synonyms for sustenance", "clues": [["living", "the financial means whereby one lives"], ["support", "the financial means whereby one lives"], ["alimentation", "a source of materials to nourish the body"], ["nutriment", "a source of materials to nourish the body"], ["nutrition", "a source of materials to nourish the body"], ["victuals", "a source of materials to nourish the body"], ["livelihood", "the financial means whereby one lives"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence"], ["aliment", "a source of materials to nourish the body"], ["bread and butter", "the financial means whereby one lives"], ["sustainment", "the act of sustaining life by food or providing a means of subsistence"], ["nourishment", "a source of materials to nourish the body"], ["keep", "the financial means whereby one lives"], ["upkeep", "the act of sustaining life by food or providing a means of subsistence"], ["maintenance", "the act of sustaining life by food or providing a means of subsistence"]]}, {"answer": "sustentation", "hint": "synonyms for sustentation", "clues": [["upkeep", "the act of sustaining life by food or providing a means of subsistence"], ["sustenance", "the act of sustaining life by food or providing a means of subsistence"], ["sustainment", "the act of sustaining life by food or providing a means of subsistence"], ["maintenance", "the act of sustaining life by food or providing a means of subsistence"]]}, {"answer": "swag", "hint": "synonyms for swag", "clues": [["dirty money", "goods or money obtained illegally"], ["plunder", "goods or money obtained illegally"], ["booty", "goods or money obtained illegally"], ["loot", "goods or money obtained illegally"], ["pillage", "goods or money obtained illegally"], ["prize", "goods or money obtained illegally"]]}, {"answer": "swearing", "hint": "synonyms for swearing", "clues": [["oath", "profane or obscene expression usually of surprise or anger"], ["swearword", "profane or obscene expression usually of surprise or anger"], ["expletive", "profane or obscene expression usually of surprise or anger"], ["curse", "profane or obscene expression usually of surprise or anger"], ["cuss", "profane or obscene expression usually of surprise or anger"], ["curse word", "profane or obscene expression usually of surprise or anger"]]}, {"answer": "swearword", "hint": "synonyms for swearword", "clues": [["oath", "profane or obscene expression usually of surprise or anger"], ["swearing", "profane or obscene expression usually of surprise or anger"], ["expletive", "profane or obscene expression usually of surprise or anger"], ["curse", "profane or obscene expression usually of surprise or anger"], ["cuss", "profane or obscene expression usually of surprise or anger"], ["curse word", "profane or obscene expression usually of surprise or anger"]]}, {"answer": "sweat", "hint": "synonyms for sweat", "clues": [["effort", "use of physical or mental energy; hard work"], ["travail", "use of physical or mental energy; hard work"], ["elbow grease", "use of physical or mental energy; hard work"], ["exertion", "use of physical or mental energy; hard work"]]}, {"answer": "sweating", "hint": "synonyms for sweating", "clues": [["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid"], ["perspiration", "the process of the sweat glands of the skin secreting a salty fluid"]]}, {"answer": "sweats", "hint": "synonyms for sweats", "clues": [["effort", "use of physical or mental energy; hard work"], ["sweat suit", "garment consisting of sweat pants and a sweatshirt"], ["workout suit", "garment consisting of sweat pants and a sweatshirt"], ["travail", "use of physical or mental energy; hard work"], ["sweat", "condensation of moisture on a cold surface"], ["exertion", "use of physical or mental energy; hard work"], ["elbow grease", "use of physical or mental energy; hard work"]]}, {"answer": "sweep", "hint": "synonyms for sweep", "clues": [["slam", "winning all or all but one of the tricks in bridge"], ["sweep oar", "a long oar used in an open boat"], ["end run", "(American football) an attempt to advance the ball by running around the end of the line"], ["expanse", "a wide scope"]]}, {"answer": "sweetener", "hint": "synonyms for sweetener", "clues": [["hook", "anything that serves as an enticement"], ["come-on", "anything that serves as an enticement"], ["bait", "anything that serves as an enticement"], ["lure", "anything that serves as an enticement"], ["sweetening", "something added to foods to make them taste sweeter"]]}, {"answer": "sweetness", "hint": "synonyms for sweetness", "clues": [["redolence", "a pleasingly sweet olfactory property"], ["sweet", "the property of tasting as if it contains sugar"], ["pleasantness", "the quality of giving pleasure"], ["fragrance", "a pleasingly sweet olfactory property"], ["bouquet", "a pleasingly sweet olfactory property"], ["sugariness", "the taste experience when sugar dissolves in the mouth"]]}, {"answer": "swelling", "hint": "synonyms for swelling", "clues": [["extrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["intumescency", "the increase in volume of certain substances when they are heated (often accompanied by release of water)"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings"], ["jut", "something that bulges out or is protuberant or projects from its surroundings"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings"], ["hump", "something that bulges out or is protuberant or projects from its surroundings"], ["bump", "something that bulges out or is protuberant or projects from its surroundings"]]}, {"answer": "swimming_costume", "hint": "synonyms for swimming costume", "clues": [["bathing suit", "tight fitting garment worn for swimming"], ["swimwear", "tight fitting garment worn for swimming"], ["bathing costume", "tight fitting garment worn for swimming"], ["swimsuit", "tight fitting garment worn for swimming"]]}, {"answer": "swimsuit", "hint": "synonyms for swimsuit", "clues": [["bathing suit", "tight fitting garment worn for swimming"], ["swimwear", "tight fitting garment worn for swimming"], ["bathing costume", "tight fitting garment worn for swimming"], ["swimming costume", "tight fitting garment worn for swimming"]]}, {"answer": "swimwear", "hint": "synonyms for swimwear", "clues": [["bathing suit", "tight fitting garment worn for swimming"], ["bathing costume", "tight fitting garment worn for swimming"], ["swimsuit", "tight fitting garment worn for swimming"], ["swimming costume", "tight fitting garment worn for swimming"]]}, {"answer": "swing", "hint": "synonyms for swing", "clues": [["cut", "in baseball; a batter's attempt to hit a pitched ball"], ["swing music", "a style of jazz played by big bands popular in the 1930s; flowing rhythms but less complex than later styles of jazz"], ["vacillation", "changing location by moving back and forth"], ["baseball swing", "in baseball; a batter's attempt to hit a pitched ball"], ["golf shot", "the act of swinging a golf club at a golf ball and (usually) hitting it"], ["jive", "a style of jazz played by big bands popular in the 1930s; flowing rhythms but less complex than later styles of jazz"], ["swinging", "changing location by moving back and forth"], ["lilt", "a jaunty rhythm in music"], ["golf stroke", "the act of swinging a golf club at a golf ball and (usually) hitting it"]]}, {"answer": "switch", "hint": "synonyms for switch", "clues": [["permutation", "an event in which one thing is substituted for another"], ["replacement", "an event in which one thing is substituted for another"], ["switching", "the act of changing one thing or position for another"], ["transposition", "an event in which one thing is substituted for another"], ["electrical switch", "control consisting of a mechanical or electrical or electronic device for making or breaking or changing the connections in a circuit"], ["substitution", "an event in which one thing is substituted for another"], ["shift", "the act of changing one thing or position for another"]]}, {"answer": "symbolisation", "hint": "synonyms for symbolisation", "clues": [["symbol", "something visible that by association or convention represents something else that is invisible"], ["symbolization", "something visible that by association or convention represents something else that is invisible"], ["symbolic representation", "something visible that by association or convention represents something else that is invisible"], ["symbolism", "the practice of investing things with symbolic meaning"]]}, {"answer": "symbolization", "hint": "synonyms for symbolization", "clues": [["symbolisation", "the use of symbols to convey meaning"], ["symbol", "something visible that by association or convention represents something else that is invisible"], ["symbolic representation", "something visible that by association or convention represents something else that is invisible"], ["symbolism", "the practice of investing things with symbolic meaning"]]}, {"answer": "symmetry", "hint": "synonyms for symmetry", "clues": [["isotropy", "(physics) the property of being isotropic; having the same value when measured in different directions"], ["symmetricalness", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["balance", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"], ["proportion", "balance among the parts of something"], ["correspondence", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane"]]}, {"answer": "synchroneity", "hint": "synonyms for synchroneity", "clues": [["synchronism", "the relation that exists when things occur at the same time"], ["synchrony", "the relation that exists when things occur at the same time"], ["synchronisation", "the relation that exists when things occur at the same time"], ["synchronizing", "the relation that exists when things occur at the same time"], ["synchronicity", "the relation that exists when things occur at the same time"]]}, {"answer": "synchronicity", "hint": "synonyms for synchronicity", "clues": [["synchronism", "the relation that exists when things occur at the same time"], ["synchroneity", "the relation that exists when things occur at the same time"], ["synchronisation", "the relation that exists when things occur at the same time"], ["synchronizing", "the relation that exists when things occur at the same time"]]}, {"answer": "synchronization", "hint": "synonyms for synchronization", "clues": [["synchronism", "the relation that exists when things occur at the same time"], ["synchronisation", "an adjustment that causes something to occur or recur in unison"], ["synchroneity", "the relation that exists when things occur at the same time"], ["synchronizing", "an adjustment that causes something to occur or recur in unison"]]}, {"answer": "synchrony", "hint": "synonyms for synchrony", "clues": [["synchronism", "the relation that exists when things occur at the same time"], ["synchroneity", "the relation that exists when things occur at the same time"], ["synchronisation", "the relation that exists when things occur at the same time"], ["synchronizing", "the relation that exists when things occur at the same time"]]}, {"answer": "syncope", "hint": "synonyms for syncope", "clues": [["faint", "a spontaneous loss of consciousness caused by insufficient blood to the brain"], ["swoon", "a spontaneous loss of consciousness caused by insufficient blood to the brain"], ["deliquium", "a spontaneous loss of consciousness caused by insufficient blood to the brain"], ["syncopation", "(phonology) the loss of sounds from within a word (as in `fo'c'sle' for `forecastle')"]]}, {"answer": "syndicate", "hint": "synonyms for syndicate", "clues": [["family", "a loose affiliation of gangsters in charge of organized criminal activities"], ["pool", "an association of companies for some definite purpose"], ["consortium", "an association of companies for some definite purpose"], ["crime syndicate", "a loose affiliation of gangsters in charge of organized criminal activities"], ["mob", "a loose affiliation of gangsters in charge of organized criminal activities"]]}, {"answer": "synthetic_heroin", "hint": "synonyms for synthetic heroin", "clues": [["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction"]]}, {"answer": "system", "hint": "synonyms for system", "clues": [["arrangement", "an organized structure for arranging or classifying"], ["organisation", "an ordered manner; orderliness by virtue of being methodical and well organized"], ["system of rules", "a complex of methods or rules governing behavior"], ["scheme", "a group of independent but interrelated elements comprising a unified whole"]]}, {"answer": "t", "hint": "synonyms for t", "clues": [["thymine", "a base found in DNA (but not in RNA) and derived from pyrimidine; pairs with adenine"], ["metric ton", "a unit of weight equivalent to 1000 kilograms"], ["tonne", "a unit of weight equivalent to 1000 kilograms"], ["deoxythymidine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)"]]}, {"answer": "tab", "hint": "synonyms for tab", "clues": [["tab key", "the key on a typewriter or a word processor that causes a tabulation"], ["pill", "a dose of medicine in the form of a small pellet"], ["tablet", "a dose of medicine in the form of a small pellet"], ["lozenge", "a dose of medicine in the form of a small pellet"], ["yellow journalism", "sensationalist journalism"], ["chit", "the bill in a restaurant"], ["check", "the bill in a restaurant"], ["tabloid", "sensationalist journalism"]]}, {"answer": "tablet", "hint": "synonyms for tablet", "clues": [["tab", "a dose of medicine in the form of a small pellet"], ["pill", "a dose of medicine in the form of a small pellet"], ["pad of paper", "a number of sheets of paper fastened together along one edge"], ["lozenge", "a dose of medicine in the form of a small pellet"], ["pad", "a number of sheets of paper fastened together along one edge"]]}, {"answer": "tabloid", "hint": "synonyms for tabloid", "clues": [["yellow journalism", "sensationalist journalism"], ["sheet", "newspaper with half-size pages"], ["rag", "newspaper with half-size pages"], ["tab", "sensationalist journalism"]]}, {"answer": "tack", "hint": "synonyms for tack", "clues": [["saddlery", "gear for a horse"], ["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["tacking", "(nautical) the act of changing tack"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["stable gear", "gear for a horse"]]}, {"answer": "tackiness", "hint": "synonyms for tackiness", "clues": [["cheapness", "tastelessness by virtue of being cheap and vulgar"], ["viscidity", "the property of being cohesive and sticky"], ["gumminess", "the property of being cohesive and sticky"], ["glueyness", "the property of being cohesive and sticky"], ["gluiness", "the property of being cohesive and sticky"], ["sleaze", "tastelessness by virtue of being cheap and vulgar"], ["ropiness", "the property of being cohesive and sticky"], ["viscidness", "the property of being cohesive and sticky"], ["tat", "tastelessness by virtue of being cheap and vulgar"], ["cohesiveness", "the property of being cohesive and sticky"]]}, {"answer": "tacking", "hint": "synonyms for tacking", "clues": [["basting stitch", "a loose temporary sewing stitch to hold layers of fabric together"], ["baste", "a loose temporary sewing stitch to hold layers of fabric together"], ["basting", "a loose temporary sewing stitch to hold layers of fabric together"], ["tack", "(nautical) the act of changing tack"]]}, {"answer": "tackle", "hint": "synonyms for tackle", "clues": [["fishing gear", "gear used in fishing"], ["rigging", "gear consisting of ropes etc. supporting a ship's masts and sails"], ["fishing rig", "gear used in fishing"], ["rig", "gear used in fishing"], ["fishing tackle", "gear used in fishing"]]}, {"answer": "tactile_sensation", "hint": "synonyms for tactile sensation", "clues": [["tactual sensation", "the sensation produced by pressure receptors in the skin"], ["touch sensation", "the sensation produced by pressure receptors in the skin"], ["touch", "the sensation produced by pressure receptors in the skin"], ["feeling", "the sensation produced by pressure receptors in the skin"]]}, {"answer": "tactual_sensation", "hint": "synonyms for tactual sensation", "clues": [["tactile sensation", "the sensation produced by pressure receptors in the skin"], ["touch", "the sensation produced by pressure receptors in the skin"], ["tactility", "the faculty of perceiving (via the skin) pressure or heat or pain"], ["feeling", "the sensation produced by pressure receptors in the skin"], ["skin perceptiveness", "the faculty of perceiving (via the skin) pressure or heat or pain"], ["touch perception", "the faculty of perceiving (via the skin) pressure or heat or pain"], ["touch sensation", "the sensation produced by pressure receptors in the skin"]]}, {"answer": "taffy_apple", "hint": "synonyms for taffy apple", "clues": [["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"]]}, {"answer": "tag", "hint": "synonyms for tag", "clues": [["tatter", "a small piece of cloth or paper"], ["ticket", "a label written or printed on paper, cardboard, or plastic that is attached to something to indicate its owner, nature, price, etc."], ["rag", "a small piece of cloth or paper"], ["tag end", "a small piece of cloth or paper"], ["shred", "a small piece of cloth or paper"]]}, {"answer": "tag_end", "hint": "synonyms for tag end", "clues": [["shred", "a small piece of cloth or paper"], ["tatter", "a small piece of cloth or paper"], ["tag", "a small piece of cloth or paper"], ["rag", "a small piece of cloth or paper"]]}, {"answer": "tail", "hint": "synonyms for tail", "clues": [["stern", "the rear part of a ship"], ["tail assembly", "the rear part of an aircraft"], ["empennage", "the rear part of an aircraft"], ["quarter", "the rear part of a ship"], ["poop", "the rear part of a ship"], ["fag end", "the time of the last part of something"], ["tail end", "the time of the last part of something"], ["after part", "the rear part of a ship"]]}, {"answer": "tail_coat", "hint": "synonyms for tail coat", "clues": [["tailcoat", "formalwear consisting of full evening dress for men"], ["tails", "formalwear consisting of full evening dress for men"], ["dress suit", "formalwear consisting of full evening dress for men"], ["white tie and tails", "formalwear consisting of full evening dress for men"], ["white tie", "formalwear consisting of full evening dress for men"], ["full dress", "formalwear consisting of full evening dress for men"]]}, {"answer": "tail_fin", "hint": "synonyms for tail fin", "clues": [["vertical fin", "a stabilizer that is part of the vertical tail structure of an airplane"], ["vertical stabilizer", "a stabilizer that is part of the vertical tail structure of an airplane"], ["tailfin", "a stabilizer that is part of the vertical tail structure of an airplane"], ["fin", "one of a pair of decorations projecting above the rear fenders of an automobile"]]}, {"answer": "tailcoat", "hint": "synonyms for tailcoat", "clues": [["tails", "formalwear consisting of full evening dress for men"], ["dress suit", "formalwear consisting of full evening dress for men"], ["white tie and tails", "formalwear consisting of full evening dress for men"], ["white tie", "formalwear consisting of full evening dress for men"], ["full dress", "formalwear consisting of full evening dress for men"], ["tail coat", "formalwear consisting of full evening dress for men"]]}, {"answer": "tailfin", "hint": "synonyms for tailfin", "clues": [["vertical fin", "a stabilizer that is part of the vertical tail structure of an airplane"], ["tail fin", "one of a pair of decorations projecting above the rear fenders of an automobile"], ["vertical stabilizer", "a stabilizer that is part of the vertical tail structure of an airplane"], ["fin", "one of a pair of decorations projecting above the rear fenders of an automobile"]]}, {"answer": "tails", "hint": "synonyms for tails", "clues": [["white tie", "formalwear consisting of full evening dress for men"], ["stern", "the rear part of a ship"], ["tail", "the rear part of an aircraft"], ["tail assembly", "the rear part of an aircraft"], ["empennage", "the rear part of an aircraft"], ["poop", "the rear part of a ship"], ["dress suit", "formalwear consisting of full evening dress for men"], ["fag end", "the time of the last part of something"], ["tail end", "the time of the last part of something"], ["after part", "the rear part of a ship"], ["full dress", "formalwear consisting of full evening dress for men"], ["tailcoat", "formalwear consisting of full evening dress for men"], ["quarter", "the rear part of a ship"], ["white tie and tails", "formalwear consisting of full evening dress for men"]]}, {"answer": "take", "hint": "synonyms for take", "clues": [["proceeds", "the income or profit arising from such transactions as the sale of land or other property"], ["takings", "the income or profit arising from such transactions as the sale of land or other property"], ["issue", "the income or profit arising from such transactions as the sale of land or other property"], ["return", "the income or profit arising from such transactions as the sale of land or other property"], ["yield", "the income or profit arising from such transactions as the sale of land or other property"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property"]]}, {"answer": "takeoff", "hint": "synonyms for takeoff", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "takeoff_booster", "hint": "synonyms for takeoff booster", "clues": [["booster", "the first stage of a multistage rocket"], ["takeoff rocket", "the first stage of a multistage rocket"], ["booster unit", "the first stage of a multistage rocket"], ["booster rocket", "the first stage of a multistage rocket"]]}, {"answer": "takeoff_rocket", "hint": "synonyms for takeoff rocket", "clues": [["booster", "the first stage of a multistage rocket"], ["takeoff booster", "the first stage of a multistage rocket"], ["booster unit", "the first stage of a multistage rocket"], ["booster rocket", "the first stage of a multistage rocket"]]}, {"answer": "taking_into_custody", "hint": "synonyms for taking into custody", "clues": [["collar", "the act of apprehending (especially apprehending a criminal)"], ["pinch", "the act of apprehending (especially apprehending a criminal)"], ["apprehension", "the act of apprehending (especially apprehending a criminal)"], ["arrest", "the act of apprehending (especially apprehending a criminal)"], ["catch", "the act of apprehending (especially apprehending a criminal)"]]}, {"answer": "takings", "hint": "synonyms for takings", "clues": [["pickings", "the act of someone who picks up or takes something"], ["taking", "the act of someone who picks up or takes something"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property"], ["take", "the income or profit arising from such transactions as the sale of land or other property"], ["issue", "the income or profit arising from such transactions as the sale of land or other property"], ["return", "the income or profit arising from such transactions as the sale of land or other property"], ["yield", "the income or profit arising from such transactions as the sale of land or other property"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property"]]}, {"answer": "tale", "hint": "synonyms for tale", "clues": [["story", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"], ["tarradiddle", "a trivial lie"], ["fib", "a trivial lie"], ["narration", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"], ["narrative", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program"]]}, {"answer": "talk", "hint": "synonyms for talk", "clues": [["talking", "an exchange of ideas via conversation"], ["talk of the town", "idle gossip or rumor"], ["lecture", "a speech that is open to the public"], ["public lecture", "a speech that is open to the public"]]}, {"answer": "talkativeness", "hint": "synonyms for talkativeness", "clues": [["loquacity", "the quality of being wordy and talkative"], ["garrulity", "the quality of being wordy and talkative"], ["garrulousness", "the quality of being wordy and talkative"], ["loquaciousness", "the quality of being wordy and talkative"]]}, {"answer": "talks", "hint": "synonyms for talks", "clues": [["dialogue", "a discussion intended to produce an agreement"], ["talk", "an exchange of ideas via conversation"], ["negotiation", "a discussion intended to produce an agreement"], ["public lecture", "a speech that is open to the public"], ["talk of the town", "idle gossip or rumor"], ["lecture", "a speech that is open to the public"]]}, {"answer": "tally", "hint": "synonyms for tally", "clues": [["reckoning", "the act of counting; reciting numbers in ascending order"], ["counting", "the act of counting; reciting numbers in ascending order"], ["numeration", "the act of counting; reciting numbers in ascending order"], ["run", "a score in baseball made by a runner touching all four bases safely"]]}, {"answer": "tameness", "hint": "synonyms for tameness", "clues": [["jejunity", "the quality of being vapid and unsophisticated"], ["vapidity", "the quality of being vapid and unsophisticated"], ["vapidness", "the quality of being vapid and unsophisticated"], ["domestication", "the attribute of having been domesticated"], ["jejuneness", "the quality of being vapid and unsophisticated"]]}, {"answer": "tang", "hint": "synonyms for tang", "clues": [["flavour", "the taste experience when a savoury condiment is taken into the mouth"], ["piquantness", "a tart spicy quality"], ["smack", "the taste experience when a savoury condiment is taken into the mouth"], ["tanginess", "a tart spicy quality"], ["nip", "a tart spicy quality"], ["piquance", "a tart spicy quality"], ["savour", "the taste experience when a savoury condiment is taken into the mouth"], ["zest", "a tart spicy quality"], ["relish", "the taste experience when a savoury condiment is taken into the mouth"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth"]]}, {"answer": "tanginess", "hint": "synonyms for tanginess", "clues": [["piquantness", "a tart spicy quality"], ["zest", "a tart spicy quality"], ["nip", "a tart spicy quality"], ["tang", "a tart spicy quality"], ["piquance", "a tart spicy quality"]]}, {"answer": "tank", "hint": "synonyms for tank", "clues": [["tankful", "as much as a tank will hold"], ["tank car", "a freight car that transports liquids or gases in bulk"], ["army tank", "an enclosed armored military vehicle; has a cannon and moves on caterpillar treads"], ["cooler", "a cell for violent prisoners"], ["armoured combat vehicle", "an enclosed armored military vehicle; has a cannon and moves on caterpillar treads"], ["storage tank", "a large (usually metallic) vessel for holding gases or liquids"]]}, {"answer": "tanning", "hint": "synonyms for tanning", "clues": [["lashing", "beating with a whip or strap or rope as a form of punishment"], ["flagellation", "beating with a whip or strap or rope as a form of punishment"], ["whipping", "beating with a whip or strap or rope as a form of punishment"], ["flogging", "beating with a whip or strap or rope as a form of punishment"]]}, {"answer": "tap", "hint": "synonyms for tap", "clues": [["rap", "a gentle blow"], ["water faucet", "a faucet for drawing water from a pipe or cask"], ["water tap", "a faucet for drawing water from a pipe or cask"], ["wiretap", "the act of tapping a telephone or telegraph line to get information"], ["pat", "a light touch or stroke"], ["dab", "a light touch or stroke"], ["strike", "a gentle blow"], ["spigot", "a plug for a bunghole in a cask"], ["hydrant", "a faucet for drawing water from a pipe or cask"]]}, {"answer": "tape", "hint": "synonyms for tape", "clues": [["taping", "a recording made on magnetic tape"], ["tapeline", "measuring instrument consisting of a narrow strip (cloth or metal) marked in inches or centimeters and used for measuring lengths"], ["tape measure", "measuring instrument consisting of a narrow strip (cloth or metal) marked in inches or centimeters and used for measuring lengths"], ["tape recording", "a recording made on magnetic tape"], ["mag tape", "memory device consisting of a long thin plastic strip coated with iron oxide; used to record audio or video signals or to store computer information"], ["magnetic tape", "memory device consisting of a long thin plastic strip coated with iron oxide; used to record audio or video signals or to store computer information"]]}, {"answer": "taphouse", "hint": "synonyms for taphouse", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals"]]}, {"answer": "taproom", "hint": "synonyms for taproom", "clues": [["bar", "a room or establishment where alcoholic drinks are served over a counter"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter"]]}, {"answer": "taps", "hint": "synonyms for taps", "clues": [["rap", "a gentle blow"], ["tap", "a gentle blow"], ["water faucet", "a faucet for drawing water from a pipe or cask"], ["wiretap", "the act of tapping a telephone or telegraph line to get information"], ["pat", "a light touch or stroke"], ["dab", "a light touch or stroke"], ["strike", "a gentle blow"], ["spigot", "a plug for a bunghole in a cask"], ["hydrant", "a faucet for drawing water from a pipe or cask"], ["water tap", "a faucet for drawing water from a pipe or cask"], ["lights-out", "(military) signal to turn the lights out"]]}, {"answer": "taradiddle", "hint": "synonyms for taradiddle", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "a trivial lie"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["story", "a trivial lie"], ["tale", "a trivial lie"], ["fib", "a trivial lie"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "tarchanoff_phenomenon", "hint": "synonyms for tarchanoff phenomenon", "clues": [["electrodermal response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["galvanic skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["electrical skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"], ["psychogalvanic response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body"]]}, {"answer": "target", "hint": "synonyms for target", "clues": [["mark", "a reference point to shoot at"], ["butt", "sports equipment consisting of an object set up for a marksman or archer to aim at"], ["object", "the goal intended to be attained (and which is believed to be attainable)"], ["objective", "the goal intended to be attained (and which is believed to be attainable)"], ["target area", "the location of the target that is to be hit"], ["aim", "the goal intended to be attained (and which is believed to be attainable)"]]}, {"answer": "taro", "hint": "synonyms for taro", "clues": [["edda", "tropical starchy tuberous root"], ["dasheen", "tropical starchy tuberous root"], ["cocoyam", "tropical starchy tuberous root"], ["taro root", "tropical starchy tuberous root"]]}, {"answer": "taro_root", "hint": "synonyms for taro root", "clues": [["edda", "tropical starchy tuberous root"], ["taro", "tropical starchy tuberous root"], ["dasheen", "tropical starchy tuberous root"], ["cocoyam", "tropical starchy tuberous root"]]}, {"answer": "tarradiddle", "hint": "synonyms for tarradiddle", "clues": [["twaddle", "pretentious or silly talk or writing"], ["taradiddle", "a trivial lie"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["story", "a trivial lie"], ["tale", "a trivial lie"], ["fib", "a trivial lie"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "tartar", "hint": "synonyms for tartar", "clues": [["cream of tartar", "a salt used especially in baking powder"], ["potassium hydrogen tartrate", "a salt used especially in baking powder"], ["potassium bitartrate", "a salt used especially in baking powder"], ["tophus", "an incrustation that forms on the teeth and gums"], ["calculus", "an incrustation that forms on the teeth and gums"]]}, {"answer": "tartness", "hint": "synonyms for tartness", "clues": [["acerbity", "a rough and bitter manner"], ["sour", "the taste experience when vinegar or lemon juice is taken into the mouth"], ["thorniness", "a rough and bitter manner"], ["sourness", "the taste experience when vinegar or lemon juice is taken into the mouth"], ["bitterness", "a rough and bitter manner"], ["jaundice", "a rough and bitter manner"], ["acrimony", "a rough and bitter manner"]]}, {"answer": "task", "hint": "synonyms for task", "clues": [["labor", "any piece of work that is undertaken or attempted"], ["undertaking", "any piece of work that is undertaken or attempted"], ["chore", "a specific piece of work required to be done as a duty or for a specific fee"], ["job", "a specific piece of work required to be done as a duty or for a specific fee"], ["project", "any piece of work that is undertaken or attempted"]]}, {"answer": "taste", "hint": "synonyms for taste", "clues": [["perceptiveness", "delicate discrimination (especially of aesthetic values)"], ["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["mouthful", "a small amount eaten or drunk"], ["predilection", "a strong liking"], ["gustation", "the faculty of distinguishing sweet, sour, bitter, and salty properties in the mouth"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["discernment", "delicate discrimination (especially of aesthetic values)"], ["sense of taste", "the faculty of distinguishing sweet, sour, bitter, and salty properties in the mouth"], ["gustatory modality", "the faculty of distinguishing sweet, sour, bitter, and salty properties in the mouth"], ["appreciation", "delicate discrimination (especially of aesthetic values)"], ["penchant", "a strong liking"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["preference", "a strong liking"], ["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["tasting", "a kind of sensing; distinguishing substances by means of the taste buds"]]}, {"answer": "taste_perception", "hint": "synonyms for taste perception", "clues": [["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"]]}, {"answer": "taste_sensation", "hint": "synonyms for taste sensation", "clues": [["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus"]]}, {"answer": "tasting", "hint": "synonyms for tasting", "clues": [["relishing", "taking a small amount into the mouth to test its quality"], ["taste", "a kind of sensing; distinguishing substances by means of the taste buds"], ["savouring", "taking a small amount into the mouth to test its quality"], ["degustation", "taking a small amount into the mouth to test its quality"]]}, {"answer": "tater", "hint": "synonyms for tater", "clues": [["murphy", "an edible tuber native to South America; a staple food of Ireland"], ["spud", "an edible tuber native to South America; a staple food of Ireland"], ["potato", "an edible tuber native to South America; a staple food of Ireland"], ["white potato", "an edible tuber native to South America; a staple food of Ireland"]]}, {"answer": "tatter", "hint": "synonyms for tatter", "clues": [["shred", "a small piece of cloth or paper"], ["tag", "a small piece of cloth or paper"], ["rag", "a small piece of cloth or paper"], ["tag end", "a small piece of cloth or paper"]]}, {"answer": "tawdriness", "hint": "synonyms for tawdriness", "clues": [["flashiness", "tasteless showiness"], ["meretriciousness", "tasteless showiness"], ["garishness", "tasteless showiness"], ["loudness", "tasteless showiness"], ["brashness", "tasteless showiness"], ["gaudiness", "tasteless showiness"], ["glitz", "tasteless showiness"]]}, {"answer": "taxation", "hint": "synonyms for taxation", "clues": [["revenue", "government income due to taxation"], ["tax income", "government income due to taxation"], ["revenue enhancement", "charge against a citizen's person or property or activity for the support of government"], ["tax revenue", "government income due to taxation"], ["tax", "charge against a citizen's person or property or activity for the support of government"]]}, {"answer": "taxis", "hint": "synonyms for taxis", "clues": [["cab", "a car driven by a person whose job is to take passengers where they want to go in exchange for money"], ["taxicab", "a car driven by a person whose job is to take passengers where they want to go in exchange for money"], ["hack", "a car driven by a person whose job is to take passengers where they want to go in exchange for money"], ["taxi", "a car driven by a person whose job is to take passengers where they want to go in exchange for money"]]}, {"answer": "tb", "hint": "synonyms for tb", "clues": [["terabyte", "a unit of information equal to 1000 gigabytes or 10^12 (1,000,000,000,000) bytes"], ["terabit", "a unit of information equal to 1000 gigabits or 10^12 (1,000,000,000,000) bits"], ["tebibyte", "a unit of information equal to 1024 gibibytes or 2^40 (1,099,511,627,776) bytes"], ["terbium", "a metallic element of the rare earth group; used in lasers; occurs in apatite and monazite and xenotime and ytterbite"], ["atomic number 65", "a metallic element of the rare earth group; used in lasers; occurs in apatite and monazite and xenotime and ytterbite"]]}, {"answer": "te", "hint": "synonyms for te", "clues": [["tellurium", "a brittle silver-white metalloid element that is related to selenium and sulfur; it is used in alloys and as a semiconductor; occurs mainly as tellurides in ores of copper and nickel and silver and gold"], ["atomic number 52", "a brittle silver-white metalloid element that is related to selenium and sulfur; it is used in alloys and as a semiconductor; occurs mainly as tellurides in ores of copper and nickel and silver and gold"], ["si", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"], ["ti", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"]]}, {"answer": "tea_parlor", "hint": "synonyms for tea parlor", "clues": [["tearoom", "a restaurant where tea and light meals are available"], ["teahouse", "a restaurant where tea and light meals are available"], ["tea parlour", "a restaurant where tea and light meals are available"], ["teashop", "a restaurant where tea and light meals are available"]]}, {"answer": "tea_parlour", "hint": "synonyms for tea parlour", "clues": [["tea parlor", "a restaurant where tea and light meals are available"], ["tearoom", "a restaurant where tea and light meals are available"], ["teahouse", "a restaurant where tea and light meals are available"], ["teashop", "a restaurant where tea and light meals are available"]]}, {"answer": "teaberry", "hint": "synonyms for teaberry", "clues": [["spiceberry", "spicy red berrylike fruit; source of wintergreen oil"], ["wintergreen", "spicy red berrylike fruit; source of wintergreen oil"], ["boxberry", "spicy red berrylike fruit; source of wintergreen oil"], ["checkerberry", "spicy red berrylike fruit; source of wintergreen oil"]]}, {"answer": "teaching", "hint": "synonyms for teaching", "clues": [["instruction", "the activities of educating or instructing; activities that impart knowledge or skill"], ["pedagogy", "the profession of a teacher"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill"], ["commandment", "a doctrine that is taught"], ["precept", "a doctrine that is taught"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill"]]}, {"answer": "tear", "hint": "synonyms for tear", "clues": [["bust", "an occasion for excessive eating or drinking"], ["rip", "an opening made forcibly as by pulling apart"], ["bout", "an occasion for excessive eating or drinking"], ["rent", "an opening made forcibly as by pulling apart"], ["binge", "an occasion for excessive eating or drinking"], ["snag", "an opening made forcibly as by pulling apart"], ["split", "an opening made forcibly as by pulling apart"]]}, {"answer": "tears", "hint": "synonyms for tears", "clues": [["crying", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)"], ["rip", "an opening made forcibly as by pulling apart"], ["bout", "an occasion for excessive eating or drinking"], ["rent", "an opening made forcibly as by pulling apart"], ["tear", "an occasion for excessive eating or drinking"], ["split", "an opening made forcibly as by pulling apart"], ["bust", "an occasion for excessive eating or drinking"], ["binge", "an occasion for excessive eating or drinking"], ["snag", "an opening made forcibly as by pulling apart"], ["weeping", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)"]]}, {"answer": "teddy", "hint": "synonyms for teddy", "clues": [["teddy bear", "plaything consisting of a child's toy bear (usually plush and stuffed with soft materials)"], ["slip", "a woman's sleeveless undergarment"], ["shift", "a woman's sleeveless undergarment"], ["shimmy", "a woman's sleeveless undergarment"], ["chemise", "a woman's sleeveless undergarment"]]}, {"answer": "tedium", "hint": "synonyms for tedium", "clues": [["boredom", "the feeling of being bored by something tedious"], ["tiresomeness", "dullness owing to length or slowness"], ["tediousness", "dullness owing to length or slowness"], ["ennui", "the feeling of being bored by something tedious"]]}, {"answer": "teeter", "hint": "synonyms for teeter", "clues": [["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teetertotter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"]]}, {"answer": "teeter-totter", "hint": "synonyms for teeter-totter", "clues": [["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teetertotter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"]]}, {"answer": "teeterboard", "hint": "synonyms for teeterboard", "clues": [["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teetertotter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"]]}, {"answer": "teetertotter", "hint": "synonyms for teetertotter", "clues": [["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeter-totter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"]]}, {"answer": "telephone_booth", "hint": "synonyms for telephone booth", "clues": [["telephone box", "booth for using a telephone"], ["phone booth", "booth for using a telephone"], ["call box", "booth for using a telephone"], ["telephone kiosk", "booth for using a telephone"]]}, {"answer": "telephone_box", "hint": "synonyms for telephone box", "clues": [["telephone booth", "booth for using a telephone"], ["phone booth", "booth for using a telephone"], ["call box", "booth for using a telephone"], ["telephone kiosk", "booth for using a telephone"]]}, {"answer": "telephone_circuit", "hint": "synonyms for telephone circuit", "clues": [["line", "a telephone connection"], ["subscriber line", "a telephone connection"], ["telephone line", "a telephone connection"], ["phone line", "a telephone connection"]]}, {"answer": "telephone_line", "hint": "synonyms for telephone line", "clues": [["telephone circuit", "a telephone connection"], ["subscriber line", "a telephone connection"], ["telegraph wire", "the wire that carries telegraph and telephone signals"], ["telephone wire", "the wire that carries telegraph and telephone signals"], ["phone line", "a telephone connection"], ["line", "a telephone connection"]]}, {"answer": "teleprinter", "hint": "synonyms for teleprinter", "clues": [["teletype machine", "a character printer connected to a telegraph that operates like a typewriter"], ["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter"], ["telex", "a character printer connected to a telegraph that operates like a typewriter"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter"]]}, {"answer": "teletype_machine", "hint": "synonyms for teletype machine", "clues": [["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter"], ["telex", "a character printer connected to a telegraph that operates like a typewriter"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter"], ["teleprinter", "a character printer connected to a telegraph that operates like a typewriter"]]}, {"answer": "teletypewriter", "hint": "synonyms for teletypewriter", "clues": [["teletype machine", "a character printer connected to a telegraph that operates like a typewriter"], ["telex", "a character printer connected to a telegraph that operates like a typewriter"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter"], ["teleprinter", "a character printer connected to a telegraph that operates like a typewriter"]]}, {"answer": "television", "hint": "synonyms for television", "clues": [["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["telecasting", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs"], ["video", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs"], ["television system", "a telecommunication system that transmits images of objects (stationary or moving) between distant points"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "television_receiver", "hint": "synonyms for television receiver", "clues": [["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["television", "an electronic device that receives television signals and displays them on a screen"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "television_set", "hint": "synonyms for television set", "clues": [["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["television", "an electronic device that receives television signals and displays them on a screen"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "telex", "hint": "synonyms for telex", "clues": [["teletype machine", "a character printer connected to a telegraph that operates like a typewriter"], ["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter"], ["teleprinter", "a character printer connected to a telegraph that operates like a typewriter"]]}, {"answer": "telex_machine", "hint": "synonyms for telex machine", "clues": [["teletype machine", "a character printer connected to a telegraph that operates like a typewriter"], ["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter"], ["telex", "a character printer connected to a telegraph that operates like a typewriter"], ["teleprinter", "a character printer connected to a telegraph that operates like a typewriter"]]}, {"answer": "telly", "hint": "synonyms for telly", "clues": [["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["television", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "temper", "hint": "synonyms for temper", "clues": [["pique", "a sudden outburst of anger"], ["toughness", "the elasticity and hardness of a metal object; its ability to absorb considerable energy before cracking"], ["surliness", "a disposition to exhibit uncontrolled anger"], ["snappishness", "a disposition to exhibit uncontrolled anger"], ["humour", "a characteristic (habitual or relatively temporary) state of feeling"], ["peevishness", "a disposition to exhibit uncontrolled anger"], ["pettishness", "a disposition to exhibit uncontrolled anger"], ["biliousness", "a disposition to exhibit uncontrolled anger"], ["irritability", "a disposition to exhibit uncontrolled anger"], ["mood", "a characteristic (habitual or relatively temporary) state of feeling"], ["irritation", "a sudden outburst of anger"]]}, {"answer": "template_rna", "hint": "synonyms for template rna", "clues": [["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell"]]}, {"answer": "tenaciousness", "hint": "synonyms for tenaciousness", "clues": [["tenacity", "persistent determination"], ["persistency", "persistent determination"], ["perseverance", "persistent determination"], ["doggedness", "persistent determination"], ["pertinacity", "persistent determination"]]}, {"answer": "tenacity", "hint": "synonyms for tenacity", "clues": [["tenaciousness", "persistent determination"], ["persistency", "persistent determination"], ["perseverance", "persistent determination"], ["doggedness", "persistent determination"], ["pertinacity", "persistent determination"]]}, {"answer": "tendency", "hint": "synonyms for tendency", "clues": [["leaning", "an inclination to do something"], ["inclination", "a characteristic likelihood of or natural disposition toward a certain condition or character or effect"], ["propensity", "an inclination to do something"], ["trend", "a general direction in which something tends to move"], ["disposition", "an attitude of mind especially one that favors one alternative over others"]]}, {"answer": "tenderness", "hint": "synonyms for tenderness", "clues": [["philia", "a positive feeling of liking"], ["heart", "a positive feeling of liking"], ["affectionateness", "a positive feeling of liking"], ["fondness", "a positive feeling of liking"], ["warmheartedness", "a positive feeling of liking"], ["warmness", "a positive feeling of liking"], ["tenderheartedness", "warm compassionate feelings"], ["softheartedness", "a feeling of concern for the welfare of someone (especially someone defenseless)"], ["affection", "a positive feeling of liking"]]}, {"answer": "tenner", "hint": "synonyms for tenner", "clues": [["ten dollar bill", "a United States bill worth 10 dollars"], ["ten", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["decade", "the cardinal number that is the sum of nine and one; the base of the decimal system"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system"]]}, {"answer": "tent-fly", "hint": "synonyms for tent-fly", "clues": [["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"]]}, {"answer": "tent_flap", "hint": "synonyms for tent flap", "clues": [["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent"]]}, {"answer": "tenuity", "hint": "synonyms for tenuity", "clues": [["slenderness", "relatively small dimension through an object as opposed to its length or width"], ["low density", "a rarified quality"], ["feebleness", "the quality of lacking intensity or substance; - Nathaniel Hawthorne"], ["rarity", "a rarified quality"], ["thinness", "relatively small dimension through an object as opposed to its length or width"]]}, {"answer": "tercet", "hint": "synonyms for tercet", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "term", "hint": "synonyms for term", "clues": [["terminus", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome"], ["terminal figure", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome"], ["condition", "(usually plural) a statement of what is required as part of an agreement"], ["full term", "the end of gestation or point at which birth is imminent"]]}, {"answer": "term_of_enlistment", "hint": "synonyms for term of enlistment", "clues": [["tour", "a period of time spent in military service"], ["hitch", "a period of time spent in military service"], ["tour of duty", "a period of time spent in military service"], ["enlistment", "a period of time spent in military service"], ["duty tour", "a period of time spent in military service"]]}, {"answer": "termination", "hint": "synonyms for termination", "clues": [["expiry", "a coming to an end of a contract period"], ["expiration", "a coming to an end of a contract period"], ["end point", "a place where something ends or is complete"], ["resultant", "something that results"], ["result", "something that results"], ["terminus", "a place where something ends or is complete"], ["outcome", "something that results"], ["conclusion", "the act of ending something"], ["ending", "the end of a word (a suffix or inflectional ending or final morpheme)"], ["final result", "something that results"]]}, {"answer": "terminus", "hint": "synonyms for terminus", "clues": [["termination", "a place where something ends or is complete"], ["endpoint", "a place where something ends or is complete"], ["terminal figure", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome"], ["term", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome"], ["depot", "station where transport vehicles load or unload passengers or goods"], ["terminal", "station where transport vehicles load or unload passengers or goods"], ["destination", "the ultimate goal for which something is done"]]}, {"answer": "terms", "hint": "synonyms for terms", "clues": [["damage", "the amount of money needed to purchase something"], ["term", "any distinct quantity contained in a polynomial"], ["full term", "the end of gestation or point at which birth is imminent"], ["terminus", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome"], ["condition", "(usually plural) a statement of what is required as part of an agreement"], ["terminal figure", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome"], ["price", "the amount of money needed to purchase something"]]}, {"answer": "ternion", "hint": "synonyms for ternion", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "terra_alba", "hint": "synonyms for terra alba", "clues": [["pipeclay", "fine white clay used in making tobacco pipes and pottery and in whitening leather"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["kaoline", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)"]]}, {"answer": "terra_firma", "hint": "synonyms for terra firma", "clues": [["land", "the solid part of the earth's surface"], ["solid ground", "the solid part of the earth's surface"], ["earth", "the solid part of the earth's surface"], ["ground", "the solid part of the earth's surface"], ["dry land", "the solid part of the earth's surface"]]}, {"answer": "territory", "hint": "synonyms for territory", "clues": [["dominion", "a region marked off for administrative or other purposes"], ["district", "a region marked off for administrative or other purposes"], ["territorial dominion", "a region marked off for administrative or other purposes"], ["soil", "the geographical area under the jurisdiction of a sovereign state"]]}, {"answer": "terzetto", "hint": "synonyms for terzetto", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "test", "hint": "synonyms for test", "clues": [["mental testing", "any standardized procedure for measuring sensitivity or memory or intelligence or aptitude or personality etc"], ["tryout", "trying something to find out about it"], ["psychometric test", "any standardized procedure for measuring sensitivity or memory or intelligence or aptitude or personality etc"], ["trial", "the act of undergoing testing"], ["run", "the act of testing something"], ["trial run", "trying something to find out about it"], ["examination", "a set of questions or exercises evaluating skill or knowledge"], ["exam", "a set of questions or exercises evaluating skill or knowledge"]]}, {"answer": "tetrad", "hint": "synonyms for tetrad", "clues": [["quaternion", "the cardinal number that is the sum of three and one"], ["quartet", "the cardinal number that is the sum of three and one"], ["foursome", "the cardinal number that is the sum of three and one"], ["quaternity", "the cardinal number that is the sum of three and one"], ["four", "the cardinal number that is the sum of three and one"], ["4", "the cardinal number that is the sum of three and one"], ["quaternary", "the cardinal number that is the sum of three and one"], ["quatern", "the cardinal number that is the sum of three and one"], ["quadruplet", "the cardinal number that is the sum of three and one"]]}, {"answer": "text", "hint": "synonyms for text", "clues": [["schoolbook", "a book prepared for use in schools or colleges"], ["textbook", "a book prepared for use in schools or colleges"], ["school text", "a book prepared for use in schools or colleges"], ["textual matter", "the words of something written"], ["text edition", "a book prepared for use in schools or colleges"]]}, {"answer": "text_edition", "hint": "synonyms for text edition", "clues": [["school text", "a book prepared for use in schools or colleges"], ["text", "a book prepared for use in schools or colleges"], ["schoolbook", "a book prepared for use in schools or colleges"], ["textbook", "a book prepared for use in schools or colleges"]]}, {"answer": "thaumaturgy", "hint": "synonyms for thaumaturgy", "clues": [["deception", "an illusory feat; considered magical by naive observers"], ["trick", "an illusory feat; considered magical by naive observers"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["magic", "any art that invokes supernatural powers"], ["illusion", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["conjuration", "an illusory feat; considered magical by naive observers"]]}, {"answer": "the_great_calamity", "hint": "synonyms for the great calamity", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"]]}, {"answer": "the_great_hunger", "hint": "synonyms for the great hunger", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"]]}, {"answer": "the_great_starvation", "hint": "synonyms for the great starvation", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"]]}, {"answer": "the_great_unwashed", "hint": "synonyms for the great unwashed", "clues": [["multitude", "the common people generally"], ["hoi polloi", "the common people generally"], ["people", "the common people generally"], ["masses", "the common people generally"]]}, {"answer": "the_irish_famine", "hint": "synonyms for the irish famine", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)"]]}, {"answer": "the_pits", "hint": "synonyms for the pits", "clues": [["hell", "any place of pain and turmoil"], ["snake pit", "any place of pain and turmoil"], ["hell on earth", "any place of pain and turmoil"], ["hellhole", "any place of pain and turmoil"], ["inferno", "any place of pain and turmoil"]]}, {"answer": "theater", "hint": "synonyms for theater", "clues": [["field of operations", "a region in which active military operations are in progress"], ["theatre", "a building where theatrical performances or motion-picture shows can be presented"], ["theater of operations", "a region in which active military operations are in progress"], ["dramaturgy", "the art of writing and producing plays"], ["dramatics", "the art of writing and producing plays"], ["house", "a building where theatrical performances or motion-picture shows can be presented"], ["dramatic art", "the art of writing and producing plays"], ["field", "a region in which active military operations are in progress"]]}, {"answer": "theater_of_operations", "hint": "synonyms for theater of operations", "clues": [["theater", "a region in which active military operations are in progress"], ["field of operations", "a region in which active military operations are in progress"], ["theatre of operations", "a region in which active military operations are in progress"], ["field", "a region in which active military operations are in progress"]]}, {"answer": "theatre", "hint": "synonyms for theatre", "clues": [["theater", "a region in which active military operations are in progress"], ["field of operations", "a region in which active military operations are in progress"], ["theater of operations", "a region in which active military operations are in progress"], ["dramaturgy", "the art of writing and producing plays"], ["dramatics", "the art of writing and producing plays"], ["house", "a building where theatrical performances or motion-picture shows can be presented"], ["field", "a region in which active military operations are in progress"], ["dramatic art", "the art of writing and producing plays"]]}, {"answer": "theatre_of_operations", "hint": "synonyms for theatre of operations", "clues": [["theater", "a region in which active military operations are in progress"], ["field of operations", "a region in which active military operations are in progress"], ["theater of operations", "a region in which active military operations are in progress"], ["field", "a region in which active military operations are in progress"]]}, {"answer": "theatrical_role", "hint": "synonyms for theatrical role", "clues": [["role", "an actor's portrayal of someone in a play"], ["character", "an actor's portrayal of someone in a play"], ["part", "an actor's portrayal of someone in a play"], ["persona", "an actor's portrayal of someone in a play"]]}, {"answer": "theft", "hint": "synonyms for theft", "clues": [["stealing", "the act of taking something from someone unlawfully"], ["thievery", "the act of taking something from someone unlawfully"], ["thieving", "the act of taking something from someone unlawfully"], ["larceny", "the act of taking something from someone unlawfully"]]}, {"answer": "theme", "hint": "synonyms for theme", "clues": [["motif", "a unifying idea that is a recurrent element in literary or artistic work"], ["base", "(linguistics) the form of a word after all affixes are removed"], ["root", "(linguistics) the form of a word after all affixes are removed"], ["report", "an essay (especially one written as an assignment)"], ["topic", "the subject matter of a conversation or discussion"], ["paper", "an essay (especially one written as an assignment)"], ["melodic theme", "(music) melodic subject of a musical composition"], ["composition", "an essay (especially one written as an assignment)"], ["subject", "the subject matter of a conversation or discussion"], ["stem", "(linguistics) the form of a word after all affixes are removed"], ["root word", "(linguistics) the form of a word after all affixes are removed"], ["musical theme", "(music) melodic subject of a musical composition"], ["radical", "(linguistics) the form of a word after all affixes are removed"], ["idea", "(music) melodic subject of a musical composition"]]}, {"answer": "therapeutics", "hint": "synonyms for therapeutics", "clues": [["therapeutic", "a medicine or therapy that cures disease or relieve pain"], ["cure", "a medicine or therapy that cures disease or relieve pain"], ["curative", "a medicine or therapy that cures disease or relieve pain"], ["remedy", "a medicine or therapy that cures disease or relieve pain"]]}, {"answer": "thermionic_tube", "hint": "synonyms for thermionic tube", "clues": [["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"]]}, {"answer": "thermionic_vacuum_tube", "hint": "synonyms for thermionic vacuum tube", "clues": [["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"]]}, {"answer": "thermionic_valve", "hint": "synonyms for thermionic valve", "clues": [["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"]]}, {"answer": "thermobaric_bomb", "hint": "synonyms for thermobaric bomb", "clues": [["vacuum bomb", "a bomb that uses a fuel-air explosive"], ["fuel-air bomb", "a bomb that uses a fuel-air explosive"], ["aerosol bomb", "a bomb that uses a fuel-air explosive"], ["volume-detonation bomb", "a bomb that uses a fuel-air explosive"]]}, {"answer": "thiamin", "hint": "synonyms for thiamin", "clues": [["vitamin B1", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["thiamine", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["antiberiberi factor", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["aneurin", "a B vitamin that prevents beriberi; maintains appetite and growth"]]}, {"answer": "thiamine", "hint": "synonyms for thiamine", "clues": [["vitamin B1", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["thiamin", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["antiberiberi factor", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["aneurin", "a B vitamin that prevents beriberi; maintains appetite and growth"]]}, {"answer": "thicket", "hint": "synonyms for thicket", "clues": [["brushwood", "a dense growth of bushes"], ["brush", "a dense growth of bushes"], ["copse", "a dense growth of bushes"], ["coppice", "a dense growth of bushes"]]}, {"answer": "thievery", "hint": "synonyms for thievery", "clues": [["stealing", "the act of taking something from someone unlawfully"], ["thieving", "the act of taking something from someone unlawfully"], ["theft", "the act of taking something from someone unlawfully"], ["larceny", "the act of taking something from someone unlawfully"]]}, {"answer": "thigh-slapper", "hint": "synonyms for thigh-slapper", "clues": [["howler", "a joke that seems extremely funny"], ["wow", "a joke that seems extremely funny"], ["scream", "a joke that seems extremely funny"], ["belly laugh", "a joke that seems extremely funny"], ["riot", "a joke that seems extremely funny"], ["sidesplitter", "a joke that seems extremely funny"]]}, {"answer": "thingamabob", "hint": "synonyms for thingamabob", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "thingamajig", "hint": "synonyms for thingamajig", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "thingmabob", "hint": "synonyms for thingmabob", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "thingmajig", "hint": "synonyms for thingmajig", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingamajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "thingumabob", "hint": "synonyms for thingumabob", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["thingmabob", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "thingumajig", "hint": "synonyms for thingumajig", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "thingummy", "hint": "synonyms for thingummy", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "thinness", "hint": "synonyms for thinness", "clues": [["slenderness", "relatively small dimension through an object as opposed to its length or width"], ["tenuity", "relatively small dimension through an object as opposed to its length or width"], ["leanness", "the property of having little body fat"], ["fineness", "the property of being very narrow or thin"], ["sparsity", "the property of being scanty or scattered; lacking denseness"], ["sparseness", "the property of being scanty or scattered; lacking denseness"]]}, {"answer": "thirties", "hint": "synonyms for thirties", "clues": [["thirty-something", "the time of life between 30 and 40"], ["mid-thirties", "the time of life between 30 and 40"], ["1930s", "the decade from 1930 to 1939"], ["thirty", "the cardinal number that is the product of ten and three"], ["30", "the cardinal number that is the product of ten and three"]]}, {"answer": "thole", "hint": "synonyms for thole", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"]]}, {"answer": "tholepin", "hint": "synonyms for tholepin", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing"]]}, {"answer": "thorniness", "hint": "synonyms for thorniness", "clues": [["acerbity", "a rough and bitter manner"], ["tartness", "a rough and bitter manner"], ["bristliness", "the quality of being covered with prickly thorns or spines"], ["prickliness", "the quality of being covered with prickly thorns or spines"], ["spininess", "the quality of being covered with prickly thorns or spines"], ["bitterness", "a rough and bitter manner"], ["jaundice", "a rough and bitter manner"], ["acrimony", "a rough and bitter manner"]]}, {"answer": "thou", "hint": "synonyms for thou", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["yard", "the cardinal number that is the product of 10 and 100"], ["grand", "the cardinal number that is the product of 10 and 100"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["1000", "the cardinal number that is the product of 10 and 100"], ["thousand", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "thought", "hint": "synonyms for thought", "clues": [["idea", "the content of cognition; the main thing you are thinking about"], ["opinion", "a personal belief or judgment that is not founded on proof or certainty"], ["cerebration", "the process of using your mind to consider something carefully"], ["thinking", "the process of using your mind to consider something carefully"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty"], ["mentation", "the process of using your mind to consider something carefully"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty"], ["view", "a personal belief or judgment that is not founded on proof or certainty"], ["intellection", "the process of using your mind to consider something carefully"], ["thought process", "the process of using your mind to consider something carefully"]]}, {"answer": "thought_process", "hint": "synonyms for thought process", "clues": [["cerebration", "the process of using your mind to consider something carefully"], ["mentation", "the process of using your mind to consider something carefully"], ["intellection", "the process of using your mind to consider something carefully"], ["thought", "the process of using your mind to consider something carefully"], ["thinking", "the process of using your mind to consider something carefully"]]}, {"answer": "thoughtfulness", "hint": "synonyms for thoughtfulness", "clues": [["contemplation", "a calm, lengthy, intent consideration"], ["musing", "a calm, lengthy, intent consideration"], ["consideration", "kind and considerate regard for others"], ["reflexion", "a calm, lengthy, intent consideration"], ["reflection", "a calm, lengthy, intent consideration"], ["rumination", "a calm, lengthy, intent consideration"], ["considerateness", "kind and considerate regard for others"]]}, {"answer": "thrashing", "hint": "synonyms for thrashing", "clues": [["walloping", "a sound defeat"], ["beating", "the act of inflicting corporal punishment with repeated blows"], ["slaughter", "a sound defeat"], ["trouncing", "a sound defeat"], ["lacing", "the act of inflicting corporal punishment with repeated blows"], ["whipping", "a sound defeat"], ["whacking", "the act of inflicting corporal punishment with repeated blows"], ["licking", "the act of inflicting corporal punishment with repeated blows"], ["drubbing", "the act of inflicting corporal punishment with repeated blows"], ["debacle", "a sound defeat"]]}, {"answer": "thread", "hint": "synonyms for thread", "clues": [["yarn", "a fine cord of twisted fibers (of cotton or silk or wool or nylon etc.) used in sewing and weaving"], ["ribbon", "any long object resembling a thin line"], ["screw thread", "the raised helical rib going around a screw"], ["train of thought", "the connections that link the various parts of an event or argument together"]]}, {"answer": "threads", "hint": "synonyms for threads", "clues": [["thread", "a fine cord of twisted fibers (of cotton or silk or wool or nylon etc.) used in sewing and weaving"], ["yarn", "a fine cord of twisted fibers (of cotton or silk or wool or nylon etc.) used in sewing and weaving"], ["train of thought", "the connections that link the various parts of an event or argument together"], ["ribbon", "any long object resembling a thin line"], ["togs", "informal terms for clothing"], ["screw thread", "the raised helical rib going around a screw"], ["duds", "informal terms for clothing"]]}, {"answer": "threesome", "hint": "synonyms for threesome", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["trio", "three people considered as a unit"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["triad", "three people considered as a unit"], ["leash", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "threnody", "hint": "synonyms for threnody", "clues": [["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person"], ["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person"]]}, {"answer": "threshold", "hint": "synonyms for threshold", "clues": [["doorsill", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway"], ["limen", "the smallest detectable sensation"], ["brink", "a region marking a boundary"], ["door", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close"], ["verge", "a region marking a boundary"], ["doorway", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close"], ["room access", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close"], ["doorstep", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway"]]}, {"answer": "thrill", "hint": "synonyms for thrill", "clues": [["chill", "an almost pleasurable sensation of fright"], ["quiver", "an almost pleasurable sensation of fright"], ["shudder", "an almost pleasurable sensation of fright"], ["tingle", "an almost pleasurable sensation of fright"], ["boot", "the swift release of a store of affective force"], ["rush", "the swift release of a store of affective force"], ["shiver", "an almost pleasurable sensation of fright"], ["bang", "the swift release of a store of affective force"], ["frisson", "an almost pleasurable sensation of fright"], ["kick", "the swift release of a store of affective force"], ["flush", "the swift release of a store of affective force"], ["charge", "the swift release of a store of affective force"]]}, {"answer": "throne", "hint": "synonyms for throne", "clues": [["crapper", "a plumbing fixture for defecation and urination"], ["pot", "a plumbing fixture for defecation and urination"], ["stool", "a plumbing fixture for defecation and urination"], ["toilet", "a plumbing fixture for defecation and urination"], ["can", "a plumbing fixture for defecation and urination"], ["commode", "a plumbing fixture for defecation and urination"], ["potty", "a plumbing fixture for defecation and urination"]]}, {"answer": "throttle", "hint": "synonyms for throttle", "clues": [["gas pedal", "a pedal that controls the throttle valve"], ["accelerator pedal", "a pedal that controls the throttle valve"], ["accelerator", "a valve that regulates the supply of fuel to the engine"], ["gun", "a pedal that controls the throttle valve"], ["gas", "a pedal that controls the throttle valve"], ["throttle valve", "a valve that regulates the supply of fuel to the engine"]]}, {"answer": "throughway", "hint": "synonyms for throughway", "clues": [["expressway", "a broad highway designed for high-speed traffic"], ["thruway", "a broad highway designed for high-speed traffic"], ["state highway", "a broad highway designed for high-speed traffic"], ["freeway", "a broad highway designed for high-speed traffic"], ["pike", "a broad highway designed for high-speed traffic"], ["superhighway", "a broad highway designed for high-speed traffic"], ["motorway", "a broad highway designed for high-speed traffic"]]}, {"answer": "throwing_stick", "hint": "synonyms for throwing stick", "clues": [["throwing board", "a device resembling a sling that is used in various primitive societies to propel a dart or spear"], ["boomerang", "a curved piece of wood; when properly thrown will return to thrower"], ["throw stick", "a curved piece of wood; when properly thrown will return to thrower"], ["dart thrower", "a device resembling a sling that is used in various primitive societies to propel a dart or spear"], ["spear thrower", "a device resembling a sling that is used in various primitive societies to propel a dart or spear"]]}, {"answer": "thrust", "hint": "synonyms for thrust", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)"], ["knife thrust", "a strong blow with a knife or other sharp pointed instrument"], ["drive", "the act of applying force to propel something"], ["poke", "a sharp hand gesture (resembling a blow)"], ["thrusting", "a sharp hand gesture (resembling a blow)"], ["push", "the force used in pushing"], ["driving force", "the act of applying force to propel something"], ["poking", "a sharp hand gesture (resembling a blow)"], ["jab", "a sharp hand gesture (resembling a blow)"], ["stab", "a strong blow with a knife or other sharp pointed instrument"]]}, {"answer": "thrusting", "hint": "synonyms for thrusting", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)"], ["thrust", "a sharp hand gesture (resembling a blow)"], ["poking", "a sharp hand gesture (resembling a blow)"], ["jab", "a sharp hand gesture (resembling a blow)"], ["poke", "a sharp hand gesture (resembling a blow)"]]}, {"answer": "thruway", "hint": "synonyms for thruway", "clues": [["expressway", "a broad highway designed for high-speed traffic"], ["freeway", "a broad highway designed for high-speed traffic"], ["state highway", "a broad highway designed for high-speed traffic"], ["throughway", "a broad highway designed for high-speed traffic"], ["pike", "a broad highway designed for high-speed traffic"], ["superhighway", "a broad highway designed for high-speed traffic"], ["motorway", "a broad highway designed for high-speed traffic"]]}, {"answer": "thump", "hint": "synonyms for thump", "clues": [["clump", "a heavy dull sound (as made by impact of heavy objects)"], ["thumping", "a heavy dull sound (as made by impact of heavy objects)"], ["clunk", "a heavy dull sound (as made by impact of heavy objects)"], ["thud", "a heavy dull sound (as made by impact of heavy objects)"]]}, {"answer": "thunder", "hint": "synonyms for thunder", "clues": [["scag", "street names for heroin"], ["roar", "a deep prolonged loud noise"], ["skag", "street names for heroin"], ["big H", "street names for heroin"], ["boom", "a deep prolonged loud noise"], ["hell dust", "street names for heroin"], ["nose drops", "street names for heroin"], ["smack", "street names for heroin"]]}, {"answer": "thunderbolt", "hint": "synonyms for thunderbolt", "clues": [["bolt of lightning", "a discharge of lightning accompanied by thunder"], ["bolt", "a discharge of lightning accompanied by thunder"], ["thunderclap", "a shocking surprise"], ["bombshell", "a shocking surprise"]]}, {"answer": "ti", "hint": "synonyms for ti", "clues": [["atomic number 22", "a light strong grey lustrous corrosion-resistant metallic element used in strong lightweight alloys (as for airplane parts); the main sources are rutile and ilmenite"], ["te", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"], ["titanium", "a light strong grey lustrous corrosion-resistant metallic element used in strong lightweight alloys (as for airplane parts); the main sources are rutile and ilmenite"], ["si", "the syllable naming the seventh (subtonic) note of any musical scale in solmization"]]}, {"answer": "tic-tac-toe", "hint": "synonyms for tic-tac-toe", "clues": [["ticktacktoo", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["noughts and crosses", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["tick-tack-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["tit-tat-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"]]}, {"answer": "tick-tack-toe", "hint": "synonyms for tick-tack-toe", "clues": [["ticktacktoo", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["noughts and crosses", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["tic-tac-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["tit-tat-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"]]}, {"answer": "ticktacktoe", "hint": "synonyms for ticktacktoe", "clues": [["ticktacktoo", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["noughts and crosses", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["tick-tack-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"], ["tit-tat-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does"]]}, {"answer": "tidal_bore", "hint": "synonyms for tidal bore", "clues": [["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)"]]}, {"answer": "tide_rip", "hint": "synonyms for tide rip", "clues": [["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"], ["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current"]]}, {"answer": "tidy_sum", "hint": "synonyms for tidy sum", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "tie", "hint": "synonyms for tie", "clues": [["sleeper", "one of the cross braces that support the rails on a railway track"], ["standoff", "the finish of a contest in which the score is tied and the winner is undecided"], ["necktie", "neckwear consisting of a long narrow piece of material worn (mostly by men) under a collar and tied in knot at the front"], ["crosstie", "one of the cross braces that support the rails on a railway track"], ["tie-in", "a fastener that serves to join or connect"], ["railroad tie", "one of the cross braces that support the rails on a railway track"], ["link", "a fastener that serves to join or connect"], ["draw", "the finish of a contest in which the score is tied and the winner is undecided"], ["tie beam", "a horizontal beam used to prevent two other structural members from spreading apart or separating"], ["linkup", "a fastener that serves to join or connect"]]}, {"answer": "tierce", "hint": "synonyms for tierce", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["one-third", "one of three equal parts of a divisible whole"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["third", "one of three equal parts of a divisible whole"]]}, {"answer": "tiff", "hint": "synonyms for tiff", "clues": [["bicker", "a quarrel about petty points"], ["fuss", "a quarrel about petty points"], ["pettifoggery", "a quarrel about petty points"], ["spat", "a quarrel about petty points"], ["squabble", "a quarrel about petty points"]]}, {"answer": "tightfistedness", "hint": "synonyms for tightfistedness", "clues": [["tightness", "extreme stinginess"], ["niggardness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["parsimony", "extreme stinginess"], ["closeness", "extreme stinginess"], ["meanness", "extreme stinginess"], ["minginess", "extreme stinginess"]]}, {"answer": "tightness", "hint": "synonyms for tightness", "clues": [["niggardness", "extreme stinginess"], ["parsimoniousness", "extreme stinginess"], ["density", "the spatial property of being crowded together"], ["parsimony", "extreme stinginess"], ["closeness", "extreme stinginess"], ["meanness", "extreme stinginess"], ["concentration", "the spatial property of being crowded together"], ["minginess", "extreme stinginess"], ["tightfistedness", "extreme stinginess"], ["constriction", "a tight feeling in some part of the body"], ["tautness", "lack of movement or room for movement"], ["compactness", "the spatial property of being crowded together"], ["denseness", "the spatial property of being crowded together"]]}, {"answer": "till", "hint": "synonyms for till", "clues": [["public treasury", "a treasury for government funds"], ["boulder clay", "unstratified soil deposited by a glacier; consists of sand and clay and gravel and boulders mixed together"], ["trough", "a treasury for government funds"], ["money box", "a strongbox for holding cash"], ["cashbox", "a strongbox for holding cash"]]}, {"answer": "tillage", "hint": "synonyms for tillage", "clues": [["tilth", "arable land that is worked by plowing and sowing and raising crops"], ["farmland", "arable land that is worked by plowing and sowing and raising crops"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops"], ["plowland", "arable land that is worked by plowing and sowing and raising crops"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops"], ["cultivated land", "arable land that is worked by plowing and sowing and raising crops"]]}, {"answer": "tilled_land", "hint": "synonyms for tilled land", "clues": [["tillage", "arable land that is worked by plowing and sowing and raising crops"], ["tilth", "arable land that is worked by plowing and sowing and raising crops"], ["farmland", "arable land that is worked by plowing and sowing and raising crops"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops"], ["plowland", "arable land that is worked by plowing and sowing and raising crops"], ["cultivated land", "arable land that is worked by plowing and sowing and raising crops"]]}, {"answer": "tilt", "hint": "synonyms for tilt", "clues": [["rock", "pitching dangerously to one side"], ["disputation", "a contentious speech act; a dispute where there is strong disagreement"], ["contention", "a contentious speech act; a dispute where there is strong disagreement"], ["sway", "pitching dangerously to one side"], ["argument", "a contentious speech act; a dispute where there is strong disagreement"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement"], ["careen", "pitching dangerously to one side"], ["joust", "a combat between two mounted knights tilting against each other with blunted lances"], ["lean", "the property possessed by a line or surface that departs from the vertical"], ["list", "the property possessed by a line or surface that departs from the vertical"], ["inclination", "the property possessed by a line or surface that departs from the vertical"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement"]]}, {"answer": "tilth", "hint": "synonyms for tilth", "clues": [["tillage", "arable land that is worked by plowing and sowing and raising crops"], ["farmland", "arable land that is worked by plowing and sowing and raising crops"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops"], ["plowland", "arable land that is worked by plowing and sowing and raising crops"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops"], ["cultivated land", "arable land that is worked by plowing and sowing and raising crops"]]}, {"answer": "tilting_board", "hint": "synonyms for tilting board", "clues": [["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teetertotter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end"]]}, {"answer": "timber", "hint": "synonyms for timber", "clues": [["forest", "land that is covered with trees and shrubs"], ["timberland", "land that is covered with trees and shrubs"], ["lumber", "the wood of trees cut and prepared for use as building material"], ["woodland", "land that is covered with trees and shrubs"], ["tone", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"], ["quality", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"], ["timbre", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"]]}, {"answer": "time", "hint": "synonyms for time", "clues": [["fourth dimension", "the fourth coordinate that is required (along with three spatial dimensions) to specify a physical event"], ["meter", "rhythm as given by division into parts of equal duration"], ["sentence", "the period of time a prisoner is imprisoned"], ["metre", "rhythm as given by division into parts of equal duration"], ["prison term", "the period of time a prisoner is imprisoned"], ["clip", "an instance or single occasion for some event"], ["clock time", "a reading of a point in time as given by a clock"]]}, {"answer": "time-and-motion_study", "hint": "synonyms for time-and-motion study", "clues": [["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time and motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"]]}, {"answer": "time-motion_study", "hint": "synonyms for time-motion study", "clues": [["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time and motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"]]}, {"answer": "time_and_motion_study", "hint": "synonyms for time and motion study", "clues": [["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"]]}, {"answer": "time_lag", "hint": "synonyms for time lag", "clues": [["hold", "time during which some action is awaited"], ["wait", "time during which some action is awaited"], ["delay", "time during which some action is awaited"], ["postponement", "time during which some action is awaited"]]}, {"answer": "time_study", "hint": "synonyms for time study", "clues": [["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time and motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"]]}, {"answer": "times", "hint": "synonyms for times", "clues": [["time", "a period of time considered as a resource under your control and sufficient to accomplish something"], ["meter", "rhythm as given by division into parts of equal duration"], ["sentence", "the period of time a prisoner is imprisoned"], ["clip", "an instance or single occasion for some event"], ["fourth dimension", "the fourth coordinate that is required (along with three spatial dimensions) to specify a physical event"], ["prison term", "the period of time a prisoner is imprisoned"], ["metre", "rhythm as given by division into parts of equal duration"], ["multiplication", "an arithmetic operation that is the inverse of division; the product of two numbers is computed"], ["clock time", "a reading of a point in time as given by a clock"]]}, {"answer": "timpani", "hint": "synonyms for timpani", "clues": [["kettledrum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["tympanum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["kettle", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["tympani", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"]]}, {"answer": "tin", "hint": "synonyms for tin", "clues": [["can", "airtight sealed metal container for food or drink or paint etc."], ["canister", "metal container for storing dry foods such as tea or flour"], ["tin can", "airtight sealed metal container for food or drink or paint etc."], ["atomic number 50", "a silvery malleable metallic element that resists corrosion; used in many alloys and to coat other metals to prevent corrosion; obtained chiefly from cassiterite where it occurs as tin oxide"]]}, {"answer": "tincture", "hint": "synonyms for tincture", "clues": [["tone", "a quality of a given color that differs slightly from another color"], ["shadow", "an indication that something has been present"], ["vestige", "an indication that something has been present"], ["tint", "a quality of a given color that differs slightly from another color"], ["trace", "an indication that something has been present"], ["shade", "a quality of a given color that differs slightly from another color"]]}, {"answer": "tinge", "hint": "synonyms for tinge", "clues": [["hint", "a slight but appreciable amount"], ["pinch", "a slight but appreciable amount"], ["mite", "a slight but appreciable amount"], ["soupcon", "a slight but appreciable amount"], ["speck", "a slight but appreciable amount"], ["undertone", "a pale or subdued color"], ["touch", "a slight but appreciable amount"], ["jot", "a slight but appreciable amount"]]}, {"answer": "tingle", "hint": "synonyms for tingle", "clues": [["chill", "an almost pleasurable sensation of fright"], ["quiver", "an almost pleasurable sensation of fright"], ["shudder", "an almost pleasurable sensation of fright"], ["frisson", "an almost pleasurable sensation of fright"], ["tingling", "a somatic sensation as from many tiny prickles"], ["thrill", "an almost pleasurable sensation of fright"], ["shiver", "an almost pleasurable sensation of fright"], ["prickling", "a somatic sensation as from many tiny prickles"]]}, {"answer": "tininess", "hint": "synonyms for tininess", "clues": [["petiteness", "the property of being very small in size"], ["minuteness", "the property of being very small in size"], ["weeness", "the property of being very small in size"], ["diminutiveness", "the property of being very small in size"]]}, {"answer": "tinker's_dam", "hint": "synonyms for tinker's dam", "clues": [["tinker's damn", "something of little value"], ["shucks", "something of little value"], ["darn", "something of little value"], ["damn", "something of little value"], ["shit", "something of little value"], ["hoot", "something of little value"], ["red cent", "something of little value"]]}, {"answer": "tinker's_damn", "hint": "synonyms for tinker's damn", "clues": [["shucks", "something of little value"], ["tinker's dam", "something of little value"], ["darn", "something of little value"], ["damn", "something of little value"], ["shit", "something of little value"], ["hoot", "something of little value"], ["red cent", "something of little value"]]}, {"answer": "tip", "hint": "synonyms for tip", "clues": [["peak", "the top or extreme point of something (usually a mountain or hill)"], ["top", "the top or extreme point of something (usually a mountain or hill)"], ["point", "a V shape"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)"], ["wind", "an indication of potential opportunity"], ["summit", "the top or extreme point of something (usually a mountain or hill)"], ["crest", "the top or extreme point of something (usually a mountain or hill)"], ["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)"], ["steer", "an indication of potential opportunity"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)"], ["hint", "an indication of potential opportunity"], ["crown", "the top or extreme point of something (usually a mountain or hill)"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)"], ["lead", "an indication of potential opportunity"], ["confidential information", "an indication of potential opportunity"]]}, {"answer": "tip_truck", "hint": "synonyms for tip truck", "clues": [["tipper truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"]]}, {"answer": "tipper", "hint": "synonyms for tipper", "clues": [["tipper truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"]]}, {"answer": "tipper_lorry", "hint": "synonyms for tipper lorry", "clues": [["tipper truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"]]}, {"answer": "tipper_truck", "hint": "synonyms for tipper truck", "clues": [["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"], ["tip truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity"]]}, {"answer": "title", "hint": "synonyms for title", "clues": [["rubric", "a heading that names a statute or legislative bill; may give a brief summary of the matters it deals with"], ["title of respect", "an identifying appellation signifying status or function: e.g. `Mr.' or `General'"], ["deed of conveyance", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it"], ["statute title", "a heading that names a statute or legislative bill; may give a brief summary of the matters it deals with"], ["claim", "an informal right to something"], ["deed", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it"], ["form of address", "an identifying appellation signifying status or function: e.g. `Mr.' or `General'"]]}, {"answer": "tittle", "hint": "synonyms for tittle", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["scintilla", "a tiny or scarcely detectable amount"], ["smidgeon", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"], ["whit", "a tiny or scarcely detectable amount"]]}, {"answer": "tittle-tattle", "hint": "synonyms for tittle-tattle", "clues": [["gab", "light informal conversation for social occasions"], ["small talk", "light informal conversation for social occasions"], ["chitchat", "light informal conversation for social occasions"], ["chin-wagging", "light informal conversation for social occasions"], ["causerie", "light informal conversation for social occasions"], ["chin wag", "light informal conversation for social occasions"], ["gabfest", "light informal conversation for social occasions"], ["gossip", "light informal conversation for social occasions"]]}, {"answer": "toffee_apple", "hint": "synonyms for toffee apple", "clues": [["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"], ["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)"]]}, {"answer": "toilet", "hint": "synonyms for toilet", "clues": [["stool", "a plumbing fixture for defecation and urination"], ["bathroom", "a room or building equipped with one or more toilets"], ["throne", "a plumbing fixture for defecation and urination"], ["can", "a plumbing fixture for defecation and urination"], ["potty", "a plumbing fixture for defecation and urination"], ["lav", "a room or building equipped with one or more toilets"], ["privy", "a room or building equipped with one or more toilets"], ["crapper", "a plumbing fixture for defecation and urination"], ["pot", "a plumbing fixture for defecation and urination"], ["toilette", "the act of dressing and preparing yourself"], ["lavatory", "a room or building equipped with one or more toilets"], ["john", "a room or building equipped with one or more toilets"], ["commode", "a plumbing fixture for defecation and urination"]]}, {"answer": "toilet_facility", "hint": "synonyms for toilet facility", "clues": [["convenience", "a toilet that is available to the public"], ["comfort station", "a toilet that is available to the public"], ["wash room", "a toilet that is available to the public"], ["public lavatory", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["restroom", "a toilet that is available to the public"], ["public toilet", "a toilet that is available to the public"]]}, {"answer": "tolerance", "hint": "synonyms for tolerance", "clues": [["permissiveness", "a disposition to allow freedom of choice and behavior"], ["margin", "a permissible difference; allowing some freedom to move within limits"], ["allowance", "a permissible difference; allowing some freedom to move within limits"], ["leeway", "a permissible difference; allowing some freedom to move within limits"]]}, {"answer": "tomfoolery", "hint": "synonyms for tomfoolery", "clues": [["lunacy", "foolish or senseless behavior"], ["craziness", "foolish or senseless behavior"], ["indulgence", "foolish or senseless behavior"], ["foolery", "foolish or senseless behavior"], ["folly", "foolish or senseless behavior"]]}, {"answer": "tommyrot", "hint": "synonyms for tommyrot", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "ton", "hint": "synonyms for ton", "clues": [["long ton", "a British unit of weight equivalent to 2240 pounds"], ["net ton", "a United States unit of weight equivalent to 2000 pounds"], ["short ton", "a United States unit of weight equivalent to 2000 pounds"], ["gross ton", "a British unit of weight equivalent to 2240 pounds"]]}, {"answer": "tone", "hint": "synonyms for tone", "clues": [["whole tone", "a musical interval of two semitones"], ["step", "a musical interval of two semitones"], ["tincture", "a quality of a given color that differs slightly from another color"], ["shade", "a quality of a given color that differs slightly from another color"], ["timber", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"], ["tint", "a quality of a given color that differs slightly from another color"], ["musical note", "a notation representing the pitch and duration of a musical sound"], ["tone of voice", "the quality of a person's voice"], ["whole step", "a musical interval of two semitones"], ["quality", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"], ["note", "a notation representing the pitch and duration of a musical sound"], ["pure tone", "a steady sound without overtones"], ["timbre", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)"]]}, {"answer": "tongue", "hint": "synonyms for tongue", "clues": [["knife", "any long thin projection that is transient"], ["clapper", "metal striker that hangs inside a bell and makes a sound by hitting the side"], ["natural language", "a human written or spoken language used by a community; opposed to e.g. a computer language"], ["spit", "a narrow strip of land that juts out into the sea"]]}, {"answer": "tons", "hint": "synonyms for tons", "clues": [["heaps", "a large number or amount"], ["loads", "a large number or amount"], ["rafts", "a large number or amount"], ["short ton", "a United States unit of weight equivalent to 2000 pounds"], ["piles", "a large number or amount"], ["ton", "a United States unit of weight equivalent to 2000 pounds"], ["long ton", "a British unit of weight equivalent to 2240 pounds"], ["scores", "a large number or amount"], ["dozens", "a large number or amount"], ["net ton", "a United States unit of weight equivalent to 2000 pounds"], ["slews", "a large number or amount"], ["oodles", "a large number or amount"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["gross ton", "a British unit of weight equivalent to 2240 pounds"], ["wads", "a large number or amount"], ["scads", "a large number or amount"], ["stacks", "a large number or amount"]]}, {"answer": "toot", "hint": "synonyms for toot", "clues": [["bender", "revelry in drinking; a merry drinking party"], ["carouse", "revelry in drinking; a merry drinking party"], ["carousal", "revelry in drinking; a merry drinking party"], ["booze-up", "revelry in drinking; a merry drinking party"]]}, {"answer": "top_boot", "hint": "synonyms for top boot", "clues": [["half boot", "a boot reaching halfway up to the knee"], ["combat boot", "a boot reaching halfway up to the knee"], ["buskin", "a boot reaching halfway up to the knee"], ["desert boot", "a boot reaching halfway up to the knee"]]}, {"answer": "top_hat", "hint": "synonyms for top hat", "clues": [["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur"]]}, {"answer": "topee", "hint": "synonyms for topee", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun"], ["topi", "a lightweight hat worn in tropical countries for protection from the sun"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun"]]}, {"answer": "topi", "hint": "synonyms for topi", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun"]]}, {"answer": "topic", "hint": "synonyms for topic", "clues": [["subject", "the subject matter of a conversation or discussion"], ["theme", "the subject matter of a conversation or discussion"], ["issue", "some situation or event that is thought about"], ["matter", "some situation or event that is thought about"]]}, {"answer": "topology", "hint": "synonyms for topology", "clues": [["analysis situs", "the branch of pure mathematics that deals only with the properties of a figure X that hold for every figure into which X can be transformed with a one-to-one correspondence that is continuous in both directions"], ["topographic anatomy", "the study of anatomy based on regions or divisions of the body and emphasizing the relations between various structures (muscles and nerves and arteries etc.) in that region"], ["regional anatomy", "the study of anatomy based on regions or divisions of the body and emphasizing the relations between various structures (muscles and nerves and arteries etc.) in that region"], ["network topology", "the configuration of a communication network"]]}, {"answer": "topper", "hint": "synonyms for topper", "clues": [["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur"]]}, {"answer": "torment", "hint": "synonyms for torment", "clues": [["agony", "intense feelings of suffering; acute mental or physical pain"], ["torture", "extreme mental distress"], ["badgering", "the act of harassing someone"], ["worrying", "the act of harassing someone"], ["bedevilment", "the act of harassing someone"], ["harassment", "a feeling of intense annoyance caused by being tormented"], ["anguish", "extreme mental distress"], ["curse", "a severe affliction"]]}, {"answer": "tornado_lantern", "hint": "synonyms for tornado lantern", "clues": [["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"], ["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney"]]}, {"answer": "torpedo", "hint": "synonyms for torpedo", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "torrent", "hint": "synonyms for torrent", "clues": [["cloudburst", "a heavy rain"], ["inundation", "an overwhelming number or amount"], ["pelter", "a heavy rain"], ["deluge", "a heavy rain"], ["violent stream", "a violently fast stream of water (or other liquid)"], ["waterspout", "a heavy rain"], ["flood", "an overwhelming number or amount"], ["soaker", "a heavy rain"], ["downpour", "a heavy rain"]]}, {"answer": "torsion", "hint": "synonyms for torsion", "clues": [["contortion", "a tortuous and twisted shape or position"], ["torque", "a twisting force"], ["tortuousness", "a tortuous and twisted shape or position"], ["crookedness", "a tortuous and twisted shape or position"], ["tortuosity", "a tortuous and twisted shape or position"]]}, {"answer": "tortuosity", "hint": "synonyms for tortuosity", "clues": [["torsion", "a tortuous and twisted shape or position"], ["contortion", "a tortuous and twisted shape or position"], ["crookedness", "a tortuous and twisted shape or position"], ["tortuousness", "a tortuous and twisted shape or position"]]}, {"answer": "tortuousness", "hint": "synonyms for tortuousness", "clues": [["contortion", "a tortuous and twisted shape or position"], ["crookedness", "a tortuous and twisted shape or position"], ["complicatedness", "puzzling complexity"], ["complication", "puzzling complexity"], ["torsion", "a tortuous and twisted shape or position"], ["tortuosity", "a tortuous and twisted shape or position"], ["knottiness", "puzzling complexity"]]}, {"answer": "torture", "hint": "synonyms for torture", "clues": [["torment", "extreme mental distress"], ["agony", "intense feelings of suffering; acute mental or physical pain"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean"], ["twisting", "the act of distorting something so it seems to mean something it was not intended to mean"], ["torturing", "the deliberate, systematic, or wanton infliction of physical or mental suffering by one or more persons in an attempt to force another person to yield information or to make a confession or for any other reason"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean"], ["distortion", "the act of distorting something so it seems to mean something it was not intended to mean"], ["anguish", "extreme mental distress"]]}, {"answer": "tosh", "hint": "synonyms for tosh", "clues": [["twaddle", "pretentious or silly talk or writing"], ["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["drool", "pretentious or silly talk or writing"]]}, {"answer": "totaliser", "hint": "synonyms for totaliser", "clues": [["totalizator", "computer that registers bets and divides the total amount bet among those who won"], ["adding machine", "a calculator that performs simple arithmetic functions"], ["totalizer", "a calculator that performs simple arithmetic functions"], ["pari-mutuel machine", "computer that registers bets and divides the total amount bet among those who won"]]}, {"answer": "totalitarianism", "hint": "synonyms for totalitarianism", "clues": [["totalism", "the principle of complete and unrestricted power in government"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "the principle of complete and unrestricted power in government"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "totalizer", "hint": "synonyms for totalizer", "clues": [["totaliser", "a calculator that performs simple arithmetic functions"], ["adding machine", "a calculator that performs simple arithmetic functions"], ["totalisator", "computer that registers bets and divides the total amount bet among those who won"], ["pari-mutuel machine", "computer that registers bets and divides the total amount bet among those who won"]]}, {"answer": "touch", "hint": "synonyms for touch", "clues": [["speck", "a slight but appreciable amount"], ["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["tinge", "a slight but appreciable amount"], ["hint", "a slight but appreciable amount"], ["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["tactile sensation", "the sensation produced by pressure receptors in the skin"], ["trace", "a suggestion of some quality"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["ghost", "a suggestion of some quality"], ["signature", "a distinguishing style"], ["pinch", "a slight but appreciable amount"], ["mite", "a slight but appreciable amount"], ["soupcon", "a slight but appreciable amount"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["touching", "the event of something coming in contact with the body"], ["feeling", "the sensation produced by pressure receptors in the skin"], ["contact", "a communicative interaction"], ["jot", "a slight but appreciable amount"], ["touch sensation", "the sensation produced by pressure receptors in the skin"]]}, {"answer": "touch_modality", "hint": "synonyms for touch modality", "clues": [["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)"]]}, {"answer": "toughness", "hint": "synonyms for toughness", "clues": [["stamina", "enduring strength and energy"], ["staying power", "enduring strength and energy"], ["huskiness", "the property of being big and strong"], ["ruggedness", "the property of being big and strong"], ["temper", "the elasticity and hardness of a metal object; its ability to absorb considerable energy before cracking"], ["formidability", "impressive difficulty"]]}, {"answer": "tour", "hint": "synonyms for tour", "clues": [["go", "a time for working (after which you will be relieved by someone else)"], ["tour of duty", "a period of time spent in military service"], ["term of enlistment", "a period of time spent in military service"], ["spell", "a time for working (after which you will be relieved by someone else)"], ["enlistment", "a period of time spent in military service"], ["turn", "a time for working (after which you will be relieved by someone else)"], ["hitch", "a period of time spent in military service"], ["circuit", "a journey or route all the way around a particular place or area"], ["duty tour", "a period of time spent in military service"]]}, {"answer": "tour_of_duty", "hint": "synonyms for tour of duty", "clues": [["tour", "a period of time spent in military service"], ["enlistment", "a period of time spent in military service"], ["hitch", "a period of time spent in military service"], ["term of enlistment", "a period of time spent in military service"], ["duty tour", "a period of time spent in military service"]]}, {"answer": "tourist_court", "hint": "synonyms for tourist court", "clues": [["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area"], ["court", "a hotel for motorists; provides direct access from rooms to parking area"], ["motor inn", "a hotel for motorists; provides direct access from rooms to parking area"], ["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area"]]}, {"answer": "tours", "hint": "synonyms for tours", "clues": [["tour", "a period of time spent in military service"], ["go", "a time for working (after which you will be relieved by someone else)"], ["tour of duty", "a period of time spent in military service"], ["term of enlistment", "a period of time spent in military service"], ["spell", "a time for working (after which you will be relieved by someone else)"], ["enlistment", "a period of time spent in military service"], ["turn", "a time for working (after which you will be relieved by someone else)"], ["hitch", "a period of time spent in military service"], ["circuit", "a journey or route all the way around a particular place or area"], ["duty tour", "a period of time spent in military service"]]}, {"answer": "tower", "hint": "synonyms for tower", "clues": [["tugboat", "a powerful small boat designed to pull or push larger ships"], ["pillar", "anything that approximates the shape of a column or tower"], ["towboat", "a powerful small boat designed to pull or push larger ships"], ["column", "anything that approximates the shape of a column or tower"], ["tug", "a powerful small boat designed to pull or push larger ships"]]}, {"answer": "toying", "hint": "synonyms for toying", "clues": [["flirt", "playful behavior intended to arouse sexual interest"], ["flirtation", "playful behavior intended to arouse sexual interest"], ["coquetry", "playful behavior intended to arouse sexual interest"], ["dalliance", "playful behavior intended to arouse sexual interest"]]}, {"answer": "trace", "hint": "synonyms for trace", "clues": [["tincture", "an indication that something has been present"], ["shadow", "an indication that something has been present"], ["touch", "a suggestion of some quality"], ["hint", "a just detectable amount"], ["vestige", "an indication that something has been present"], ["ghost", "a suggestion of some quality"], ["suggestion", "a just detectable amount"], ["tracing", "a drawing created by superimposing a semitransparent sheet of paper on the original image and copying on it the lines of the original image"]]}, {"answer": "track", "hint": "synonyms for track", "clues": [["cart track", "any road or path affording passage especially a rough one"], ["lead", "evidence pointing to a possible solution"], ["raceway", "a course over which races are run"], ["racetrack", "a course over which races are run"], ["cartroad", "any road or path affording passage especially a rough one"], ["running", "the act of participating in an athletic competition involving running on a track"], ["course", "a line or route along which something travels or moves"], ["caterpillar tread", "an endless metal belt on which tracked vehicles move over the ground"], ["runway", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll"], ["rail", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll"], ["cut", "a distinct selection of music from a recording or a compact disc"], ["racecourse", "a course over which races are run"], ["data track", "(computer science) one of the circular magnetic paths on a magnetic disk that serve as a guide for writing and reading data"], ["path", "a line or route along which something travels or moves"]]}, {"answer": "tract", "hint": "synonyms for tract", "clues": [["parcel of land", "an extended area of land"], ["piece of ground", "an extended area of land"], ["piece of land", "an extended area of land"], ["parcel", "an extended area of land"], ["pamphlet", "a brief treatise on a subject of interest; published in the form of a booklet"]]}, {"answer": "tractor_trailer", "hint": "synonyms for tractor trailer", "clues": [["rig", "a truck consisting of a tractor and trailer together"], ["trucking rig", "a truck consisting of a tractor and trailer together"], ["trailer truck", "a truck consisting of a tractor and trailer together"], ["semi", "a truck consisting of a tractor and trailer together"], ["articulated lorry", "a truck consisting of a tractor and trailer together"]]}, {"answer": "trade", "hint": "synonyms for trade", "clues": [["deal", "a particular instance of buying or selling"], ["business deal", "a particular instance of buying or selling"], ["patronage", "the business given to a commercial establishment by its customers"], ["swop", "an equal exchange"], ["craft", "the skilled practice of a practical occupation"], ["trade wind", "steady winds blowing from east to west above and below the equator"], ["barter", "an equal exchange"], ["swap", "an equal exchange"]]}, {"answer": "trade_union", "hint": "synonyms for trade union", "clues": [["brotherhood", "an organization of employees formed to bargain with the employer"], ["labor union", "an organization of employees formed to bargain with the employer"], ["union", "an organization of employees formed to bargain with the employer"], ["trades union", "an organization of employees formed to bargain with the employer"]]}, {"answer": "trades_union", "hint": "synonyms for trades union", "clues": [["trade union", "an organization of employees formed to bargain with the employer"], ["brotherhood", "an organization of employees formed to bargain with the employer"], ["labor union", "an organization of employees formed to bargain with the employer"], ["union", "an organization of employees formed to bargain with the employer"]]}, {"answer": "traducement", "hint": "synonyms for traducement", "clues": [["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions"]]}, {"answer": "tragedy", "hint": "synonyms for tragedy", "clues": [["catastrophe", "an event resulting in great loss and misfortune"], ["cataclysm", "an event resulting in great loss and misfortune"], ["calamity", "an event resulting in great loss and misfortune"], ["disaster", "an event resulting in great loss and misfortune"]]}, {"answer": "trailer_truck", "hint": "synonyms for trailer truck", "clues": [["rig", "a truck consisting of a tractor and trailer together"], ["tractor trailer", "a truck consisting of a tractor and trailer together"], ["trucking rig", "a truck consisting of a tractor and trailer together"], ["semi", "a truck consisting of a tractor and trailer together"], ["articulated lorry", "a truck consisting of a tractor and trailer together"]]}, {"answer": "train", "hint": "synonyms for train", "clues": [["wagon train", "a procession (of wagons or mules or camels) traveling together in single file"], ["geartrain", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["caravan", "a procession (of wagons or mules or camels) traveling together in single file"], ["gear", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["railroad train", "public transport provided by a line of railway cars coupled together and drawn by a locomotive"], ["power train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed"], ["string", "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding"]]}, {"answer": "train_depot", "hint": "synonyms for train depot", "clues": [["railway station", "terminal where trains load or unload passengers or goods"], ["railroad terminal", "terminal where trains load or unload passengers or goods"], ["railroad station", "terminal where trains load or unload passengers or goods"], ["train station", "terminal where trains load or unload passengers or goods"]]}, {"answer": "train_station", "hint": "synonyms for train station", "clues": [["railway station", "terminal where trains load or unload passengers or goods"], ["railroad terminal", "terminal where trains load or unload passengers or goods"], ["railroad station", "terminal where trains load or unload passengers or goods"], ["train depot", "terminal where trains load or unload passengers or goods"]]}, {"answer": "training", "hint": "synonyms for training", "clues": [["preparation", "activity leading to skilled behavior"], ["breeding", "the result of good upbringing (especially knowledge of correct social behavior)"], ["education", "the result of good upbringing (especially knowledge of correct social behavior)"], ["grooming", "activity leading to skilled behavior"]]}, {"answer": "tram", "hint": "synonyms for tram", "clues": [["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["tramcar", "a four-wheeled wagon that runs on tracks in a mine"], ["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"]]}, {"answer": "tramcar", "hint": "synonyms for tramcar", "clues": [["tram", "a four-wheeled wagon that runs on tracks in a mine"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity"]]}, {"answer": "trammel", "hint": "synonyms for trammel", "clues": [["shackle", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)"], ["bond", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)"], ["hamper", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)"], ["trammel net", "a fishing net with three layers; the outer two are coarse mesh and the loose inner layer is fine mesh"]]}, {"answer": "tramway", "hint": "synonyms for tramway", "clues": [["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["streetcar track", "the track on which trams or streetcars run"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["tramline", "the track on which trams or streetcars run"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"], ["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers"]]}, {"answer": "tranquility", "hint": "synonyms for tranquility", "clues": [["placidity", "a disposition free from stress or emotion"], ["quietness", "a state of peace and quiet"], ["quietude", "a state of peace and quiet"], ["repose", "a disposition free from stress or emotion"], ["tranquillity", "a disposition free from stress or emotion"], ["quiet", "a disposition free from stress or emotion"], ["serenity", "a disposition free from stress or emotion"]]}, {"answer": "tranquilizer", "hint": "synonyms for tranquilizer", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity"], ["tranquillizer", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity"]]}, {"answer": "tranquilliser", "hint": "synonyms for tranquilliser", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity"], ["tranquillizer", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity"]]}, {"answer": "tranquillity", "hint": "synonyms for tranquillity", "clues": [["quietness", "a state of peace and quiet"], ["quietude", "a state of peace and quiet"], ["tranquility", "a state of peace and quiet"], ["quiet", "a disposition free from stress or emotion"], ["serenity", "a disposition free from stress or emotion"], ["repose", "a disposition free from stress or emotion"], ["placidity", "a disposition free from stress or emotion"]]}, {"answer": "tranquillizer", "hint": "synonyms for tranquillizer", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity"], ["tranquilizer", "a drug used to reduce stress or tension without reducing mental clarity"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity"]]}, {"answer": "transactions", "hint": "synonyms for transactions", "clues": [["dealing", "the act of transacting within or between groups (as carrying on commercial activities)"], ["transaction", "the act of transacting within or between groups (as carrying on commercial activities)"], ["proceedings", "a written account of what transpired at a meeting"], ["minutes", "a written account of what transpired at a meeting"]]}, {"answer": "transcription", "hint": "synonyms for transcription", "clues": [["arrangement", "the act of arranging and adapting a piece of music"], ["recording", "the act of making a record (especially an audio record)"], ["written text", "something written, especially copied from one medium to another, as a typewritten version of dictation"], ["arranging", "the act of arranging and adapting a piece of music"]]}, {"answer": "transfer", "hint": "synonyms for transfer", "clues": [["transference", "transferring ownership"], ["transportation", "the act of moving something from one location to another"], ["transfer of training", "application of a skill learned in one situation to a different but similar situation"], ["transferral", "the act of moving something from one location to another"], ["conveyance", "the act of moving something from one location to another"], ["carry-over", "application of a skill learned in one situation to a different but similar situation"], ["transport", "the act of moving something from one location to another"]]}, {"answer": "transfer_rna", "hint": "synonyms for transfer rna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"]]}, {"answer": "transferral", "hint": "synonyms for transferral", "clues": [["conveyance", "the act of moving something from one location to another"], ["transfer", "the act of moving something from one location to another"], ["transportation", "the act of moving something from one location to another"], ["transport", "the act of moving something from one location to another"]]}, {"answer": "transience", "hint": "synonyms for transience", "clues": [["transiency", "an impermanence that suggests the inevitability of ending or dying"], ["brevity", "the attribute of being brief or fleeting"], ["briefness", "the attribute of being brief or fleeting"], ["transitoriness", "an impermanence that suggests the inevitability of ending or dying"]]}, {"answer": "transit", "hint": "synonyms for transit", "clues": [["passage", "a journey usually by ship"], ["transportation", "a facility consisting of the means and equipment necessary for the movement of passengers or goods"], ["transportation system", "a facility consisting of the means and equipment necessary for the movement of passengers or goods"], ["theodolite", "a surveying instrument for measuring horizontal and vertical angles, consisting of a small telescope mounted on a tripod"]]}, {"answer": "transition", "hint": "synonyms for transition", "clues": [["modulation", "a musical passage moving from one key to another"], ["changeover", "an event that results in a transformation"], ["passage", "the act of passing from one state or place to the next"], ["conversion", "an event that results in a transformation"]]}, {"answer": "translation", "hint": "synonyms for translation", "clues": [["displacement", "the act of uniform movement"], ["rendering", "a written communication in a second language having the same meaning as the written communication in a first language"], ["interlingual rendition", "a written communication in a second language having the same meaning as the written communication in a first language"], ["version", "a written communication in a second language having the same meaning as the written communication in a first language"], ["transformation", "the act of changing in form or shape or appearance"]]}, {"answer": "transmission", "hint": "synonyms for transmission", "clues": [["transmittal", "the act of sending a message; causing a message to be transmitted"], ["transmission system", "the gears that transmit power from an automobile engine via the driveshaft to the live axle"], ["transmitting", "the act of sending a message; causing a message to be transmitted"], ["contagion", "an incident in which an infectious disease is transmitted"], ["infection", "an incident in which an infectious disease is transmitted"], ["transmittance", "the fraction of radiant energy that passes through a substance"]]}, {"answer": "transport", "hint": "synonyms for transport", "clues": [["tape transport", "a mechanism that transports magnetic tape across the read/write heads of a tape playback/recorder"], ["tape drive", "a mechanism that transports magnetic tape across the read/write heads of a tape playback/recorder"], ["transfer", "the act of moving something from one location to another"], ["transferral", "the act of moving something from one location to another"], ["conveyance", "something that serves as a means of transportation"], ["transportation", "the act of moving something from one location to another"], ["shipping", "the commercial enterprise of moving goods and materials"]]}, {"answer": "transportation", "hint": "synonyms for transportation", "clues": [["transport", "the commercial enterprise of moving goods and materials"], ["transfer", "the act of moving something from one location to another"], ["exile", "the act of expelling a person from their native land"], ["fare", "the sum charged for riding in a public conveyance"], ["transferral", "the act of moving something from one location to another"], ["conveyance", "the act of moving something from one location to another"], ["deportation", "the act of expelling a person from their native land"], ["transportation system", "a facility consisting of the means and equipment necessary for the movement of passengers or goods"], ["expatriation", "the act of expelling a person from their native land"], ["transit", "a facility consisting of the means and equipment necessary for the movement of passengers or goods"], ["shipping", "the commercial enterprise of moving goods and materials"]]}, {"answer": "transposition", "hint": "synonyms for transposition", "clues": [["permutation", "an event in which one thing is substituted for another"], ["replacement", "an event in which one thing is substituted for another"], ["reversal", "the act of reversing the order or place of"], ["switch", "an event in which one thing is substituted for another"], ["substitution", "an event in which one thing is substituted for another"]]}, {"answer": "trap", "hint": "synonyms for trap", "clues": [["sand trap", "a hazard on a golf course"], ["snare", "something (often something deceptively attractive) that catches you unawares"], ["ambuscade", "the act of concealing yourself and lying in wait to attack by surprise"], ["lying in wait", "the act of concealing yourself and lying in wait to attack by surprise"], ["ambush", "the act of concealing yourself and lying in wait to attack by surprise"], ["bunker", "a hazard on a golf course"]]}, {"answer": "trappings", "hint": "synonyms for trappings", "clues": [["trapping", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse"], ["furnishing", "(usually plural) accessory wearing apparel"], ["housing", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse"], ["caparison", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse"]]}, {"answer": "trash", "hint": "synonyms for trash", "clues": [["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["rubbish", "worthless material that is to be disposed of"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["tripe", "nonsensical talk or writing"], ["applesauce", "nonsensical talk or writing"], ["wish-wash", "nonsensical talk or writing"], ["scrap", "worthless material that is to be disposed of"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["codswallop", "nonsensical talk or writing"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["folderol", "nonsensical talk or writing"], ["scum", "worthless people"], ["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant"], ["trumpery", "nonsensical talk or writing"]]}, {"answer": "trash_barrel", "hint": "synonyms for trash barrel", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "trash_bin", "hint": "synonyms for trash bin", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "trash_can", "hint": "synonyms for trash can", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["wastebin", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"]]}, {"answer": "trash_dump", "hint": "synonyms for trash dump", "clues": [["dump", "a piece of land where waste materials are dumped"], ["garbage dump", "a piece of land where waste materials are dumped"], ["dumpsite", "a piece of land where waste materials are dumped"], ["rubbish dump", "a piece of land where waste materials are dumped"], ["waste-yard", "a piece of land where waste materials are dumped"]]}, {"answer": "trash_heap", "hint": "synonyms for trash heap", "clues": [["trash pile", "an accumulation of refuse and discarded matter"], ["garbage heap", "an accumulation of refuse and discarded matter"], ["junk pile", "an accumulation of refuse and discarded matter"], ["junk heap", "an accumulation of refuse and discarded matter"], ["refuse heap", "an accumulation of refuse and discarded matter"], ["scrapheap", "an accumulation of refuse and discarded matter"], ["rubbish heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "trash_pile", "hint": "synonyms for trash pile", "clues": [["garbage heap", "an accumulation of refuse and discarded matter"], ["junk pile", "an accumulation of refuse and discarded matter"], ["junk heap", "an accumulation of refuse and discarded matter"], ["refuse heap", "an accumulation of refuse and discarded matter"], ["scrapheap", "an accumulation of refuse and discarded matter"], ["rubbish heap", "an accumulation of refuse and discarded matter"], ["trash heap", "an accumulation of refuse and discarded matter"]]}, {"answer": "travail", "hint": "synonyms for travail", "clues": [["effort", "use of physical or mental energy; hard work"], ["elbow grease", "use of physical or mental energy; hard work"], ["sweat", "use of physical or mental energy; hard work"], ["exertion", "use of physical or mental energy; hard work"]]}, {"answer": "traveling_bag", "hint": "synonyms for traveling bag", "clues": [["grip", "a portable rectangular container for carrying clothes"], ["bag", "a portable rectangular container for carrying clothes"], ["suitcase", "a portable rectangular container for carrying clothes"], ["travelling bag", "a portable rectangular container for carrying clothes"]]}, {"answer": "travelling_bag", "hint": "synonyms for travelling bag", "clues": [["grip", "a portable rectangular container for carrying clothes"], ["traveling bag", "a portable rectangular container for carrying clothes"], ["bag", "a portable rectangular container for carrying clothes"], ["suitcase", "a portable rectangular container for carrying clothes"]]}, {"answer": "traverse", "hint": "synonyms for traverse", "clues": [["crossbeam", "a horizontal beam that extends across something"], ["traversal", "travel across"], ["transom", "a horizontal crosspiece across a window or separating a door from a window over it"], ["crosspiece", "a horizontal beam that extends across something"], ["trave", "a horizontal beam that extends across something"]]}, {"answer": "travesty", "hint": "synonyms for travesty", "clues": [["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["farce comedy", "a comedy characterized by broad satire and improbable situations"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["farce", "a comedy characterized by broad satire and improbable situations"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"], ["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way"]]}, {"answer": "trawl", "hint": "synonyms for trawl", "clues": [["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["dragnet", "a conical fishnet dragged through the water at great depths"], ["trawl net", "a conical fishnet dragged through the water at great depths"], ["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"]]}, {"answer": "trawl_line", "hint": "synonyms for trawl line", "clues": [["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"]]}, {"answer": "treachery", "hint": "synonyms for treachery", "clues": [["perfidy", "betrayal of a trust"], ["betrayal", "an act of deliberate betrayal"], ["treason", "an act of deliberate betrayal"], ["perfidiousness", "betrayal of a trust"]]}, {"answer": "treacle", "hint": "synonyms for treacle", "clues": [["mush", "writing or music that is excessively sweet and sentimental"], ["golden syrup", "a pale cane syrup"], ["slop", "writing or music that is excessively sweet and sentimental"], ["glop", "writing or music that is excessively sweet and sentimental"]]}, {"answer": "treason", "hint": "synonyms for treason", "clues": [["treachery", "an act of deliberate betrayal"], ["subversiveness", "disloyalty by virtue of subversive behavior"], ["traitorousness", "disloyalty by virtue of subversive behavior"], ["lese majesty", "a crime that undermines the offender's government"], ["betrayal", "an act of deliberate betrayal"], ["perfidy", "an act of deliberate betrayal"], ["high treason", "a crime that undermines the offender's government"]]}, {"answer": "treat", "hint": "synonyms for treat", "clues": [["goody", "something considered choice to eat"], ["delicacy", "something considered choice to eat"], ["kickshaw", "something considered choice to eat"], ["dainty", "something considered choice to eat"]]}, {"answer": "treatment", "hint": "synonyms for treatment", "clues": [["discussion", "an extended communication (often interactive) dealing with some particular topic"], ["discourse", "an extended communication (often interactive) dealing with some particular topic"], ["handling", "the management of someone or something"], ["intervention", "care provided to improve a situation (especially medical procedures or applications that are intended to relieve illness or injury)"]]}, {"answer": "trebuchet", "hint": "synonyms for trebuchet", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "trebucket", "hint": "synonyms for trebucket", "clues": [["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"], ["trebuchet", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles"]]}, {"answer": "trend", "hint": "synonyms for trend", "clues": [["drift", "a general tendency to change (as of opinion)"], ["vogue", "the popular taste at a given time"], ["style", "the popular taste at a given time"], ["movement", "a general tendency to change (as of opinion)"], ["course", "general line of orientation"], ["tendency", "a general direction in which something tends to move"]]}, {"answer": "trespass", "hint": "synonyms for trespass", "clues": [["encroachment", "entry to another's property without right or permission"], ["violation", "entry to another's property without right or permission"], ["usurpation", "entry to another's property without right or permission"], ["intrusion", "entry to another's property without right or permission"]]}, {"answer": "trey", "hint": "synonyms for trey", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "triad", "hint": "synonyms for triad", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["trio", "three people considered as a unit"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["common chord", "a three-note major or minor chord; a note and its third and fifth tones"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "trial", "hint": "synonyms for trial", "clues": [["test", "trying something to find out about it"], ["tryout", "trying something to find out about it"], ["run", "the act of testing something"], ["trial run", "trying something to find out about it"], ["tribulation", "an annoying or frustrating or catastrophic event"], ["visitation", "an annoying or frustrating or catastrophic event"]]}, {"answer": "tribe", "hint": "synonyms for tribe", "clues": [["kin", "group of people related by blood or marriage"], ["kin group", "group of people related by blood or marriage"], ["clan", "group of people related by blood or marriage"], ["kinship group", "group of people related by blood or marriage"], ["folk", "a social division of (usually preliterate) people"], ["kindred", "group of people related by blood or marriage"], ["federation of tribes", "a federation (as of American Indians)"]]}, {"answer": "trice", "hint": "synonyms for trice", "clues": [["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "trick", "hint": "synonyms for trick", "clues": [["deception", "an illusory feat; considered magical by naive observers"], ["legerdemain", "an illusory feat; considered magical by naive observers"], ["joke", "a ludicrous or grotesque act done for fun and amusement"], ["antic", "a ludicrous or grotesque act done for fun and amusement"], ["caper", "a ludicrous or grotesque act done for fun and amusement"], ["illusion", "an illusory feat; considered magical by naive observers"], ["fast one", "a cunning or deceitful action or device"], ["magic", "an illusory feat; considered magical by naive observers"], ["magic trick", "an illusory feat; considered magical by naive observers"], ["prank", "a ludicrous or grotesque act done for fun and amusement"], ["conjuring trick", "an illusory feat; considered magical by naive observers"], ["conjuration", "an illusory feat; considered magical by naive observers"], ["put-on", "a ludicrous or grotesque act done for fun and amusement"], ["thaumaturgy", "an illusory feat; considered magical by naive observers"]]}, {"answer": "trickery", "hint": "synonyms for trickery", "clues": [["skulduggery", "verbal misrepresentation intended to take advantage of you in some way"], ["chicanery", "the use of tricks to deceive someone (usually to extract money from them)"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)"], ["slickness", "verbal misrepresentation intended to take advantage of you in some way"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)"]]}, {"answer": "trifle", "hint": "synonyms for trifle", "clues": [["triviality", "a detail that is considered insignificant"], ["small beer", "something of small importance"], ["technicality", "a detail that is considered insignificant"], ["trivia", "something of small importance"]]}, {"answer": "trimmings", "hint": "synonyms for trimmings", "clues": [["passementerie", "a decoration or adornment on a garment"], ["clipping", "cutting down to the desired size or shape"], ["trimming", "the act of adding decoration"], ["trim", "cutting down to the desired size or shape"], ["fixings", "the accessories that normally accompany (something or some activity)"]]}, {"answer": "trine", "hint": "synonyms for trine", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "trinity", "hint": "synonyms for trinity", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["trio", "three people considered as a unit"], ["troika", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["triad", "three people considered as a unit"], ["leash", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "trinket", "hint": "synonyms for trinket", "clues": [["bauble", "cheap showy jewelry or ornament on clothing"], ["gewgaw", "cheap showy jewelry or ornament on clothing"], ["novelty", "cheap showy jewelry or ornament on clothing"], ["gaud", "cheap showy jewelry or ornament on clothing"], ["fallal", "cheap showy jewelry or ornament on clothing"], ["bangle", "cheap showy jewelry or ornament on clothing"]]}, {"answer": "trio", "hint": "synonyms for trio", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["triad", "a set of three similar things considered as a unit"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "trip", "hint": "synonyms for trip", "clues": [["tripper", "a catch mechanism that acts as a switch"], ["slip", "an accidental misstep threatening (or causing) a fall"], ["misstep", "an unintentional but embarrassing blunder"], ["stumble", "an unintentional but embarrassing blunder"], ["head trip", "an exciting or stimulating experience"], ["trip-up", "an unintentional but embarrassing blunder"]]}, {"answer": "tripe", "hint": "synonyms for tripe", "clues": [["wish-wash", "nonsensical talk or writing"], ["rubbish", "nonsensical talk or writing"], ["applesauce", "nonsensical talk or writing"], ["trash", "nonsensical talk or writing"], ["codswallop", "nonsensical talk or writing"], ["folderol", "nonsensical talk or writing"], ["trumpery", "nonsensical talk or writing"]]}, {"answer": "triplet", "hint": "synonyms for triplet", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["triad", "a set of three similar things considered as a unit"], ["troika", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["triple", "a set of three similar things considered as a unit"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "trivia", "hint": "synonyms for trivia", "clues": [["trivium", "(Middle Ages) an introductory curriculum at a medieval university involving grammar and logic and rhetoric; considered to be a triple way to eloquence"], ["triviality", "something of small importance"], ["small beer", "something of small importance"], ["trifle", "something of small importance"]]}, {"answer": "triviality", "hint": "synonyms for triviality", "clues": [["puniness", "the quality of being unimportant and petty or frivolous"], ["pettiness", "the quality of being unimportant and petty or frivolous"], ["slightness", "the quality of being unimportant and petty or frivolous"], ["small beer", "something of small importance"], ["trifle", "something of small importance"], ["technicality", "a detail that is considered insignificant"], ["trivia", "something of small importance"]]}, {"answer": "trna", "hint": "synonyms for trna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)"]]}, {"answer": "troika", "hint": "synonyms for troika", "clues": [["ternary", "the cardinal number that is the sum of one and one and one"], ["ternion", "the cardinal number that is the sum of one and one and one"], ["tierce", "the cardinal number that is the sum of one and one and one"], ["3", "the cardinal number that is the sum of one and one and one"], ["trinity", "the cardinal number that is the sum of one and one and one"], ["triplet", "the cardinal number that is the sum of one and one and one"], ["three", "the cardinal number that is the sum of one and one and one"], ["threesome", "the cardinal number that is the sum of one and one and one"], ["trey", "the cardinal number that is the sum of one and one and one"], ["trine", "the cardinal number that is the sum of one and one and one"], ["leash", "the cardinal number that is the sum of one and one and one"], ["trio", "the cardinal number that is the sum of one and one and one"], ["tercet", "the cardinal number that is the sum of one and one and one"], ["deuce-ace", "the cardinal number that is the sum of one and one and one"], ["triad", "the cardinal number that is the sum of one and one and one"], ["terzetto", "the cardinal number that is the sum of one and one and one"]]}, {"answer": "trolley", "hint": "synonyms for trolley", "clues": [["tramcar", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["tram", "a wheeled vehicle that runs on rails and is propelled by electricity"]]}, {"answer": "trolley_car", "hint": "synonyms for trolley car", "clues": [["tramcar", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity"], ["tram", "a wheeled vehicle that runs on rails and is propelled by electricity"]]}, {"answer": "troops", "hint": "synonyms for troops", "clues": [["flock", "an orderly crowd"], ["soldiery", "soldiers collectively"], ["scout troop", "a unit of Girl or Boy Scouts"], ["troop", "a unit of Girl or Boy Scouts"], ["scout group", "a unit of Girl or Boy Scouts"], ["military personnel", "soldiers collectively"]]}, {"answer": "trot", "hint": "synonyms for trot", "clues": [["pony", "a literal translation used in studying a foreign language (often used illicitly)"], ["crib", "a literal translation used in studying a foreign language (often used illicitly)"], ["lope", "a slow pace of running"], ["jog", "a slow pace of running"]]}, {"answer": "trotline", "hint": "synonyms for trotline", "clues": [["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)"]]}, {"answer": "trouble", "hint": "synonyms for trouble", "clues": [["fuss", "an angry disturbance"], ["difficulty", "an effort that is inconvenient"], ["problem", "a source of difficulty"], ["worry", "a strong feeling of anxiety"], ["bother", "an angry disturbance"], ["hassle", "an angry disturbance"]]}, {"answer": "trough", "hint": "synonyms for trough", "clues": [["public treasury", "a treasury for government funds"], ["manger", "a container (usually in a barn or stable) from which cattle or horses feed"], ["bowl", "a concave shape with an open top"], ["till", "a treasury for government funds"], ["gutter", "a channel along the eaves or on the roof; collects and carries away rainwater"]]}, {"answer": "trouncing", "hint": "synonyms for trouncing", "clues": [["walloping", "a sound defeat"], ["beating", "the act of inflicting corporal punishment with repeated blows"], ["slaughter", "a sound defeat"], ["thrashing", "a sound defeat"], ["lacing", "the act of inflicting corporal punishment with repeated blows"], ["whipping", "a sound defeat"], ["whacking", "the act of inflicting corporal punishment with repeated blows"], ["licking", "the act of inflicting corporal punishment with repeated blows"], ["drubbing", "the act of inflicting corporal punishment with repeated blows"], ["debacle", "a sound defeat"]]}, {"answer": "trucking_rig", "hint": "synonyms for trucking rig", "clues": [["rig", "a truck consisting of a tractor and trailer together"], ["tractor trailer", "a truck consisting of a tractor and trailer together"], ["trailer truck", "a truck consisting of a tractor and trailer together"], ["semi", "a truck consisting of a tractor and trailer together"], ["articulated lorry", "a truck consisting of a tractor and trailer together"]]}, {"answer": "trump", "hint": "synonyms for trump", "clues": [["cornet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["trumpet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["trump card", "a playing card in the suit that has been declared trumps"], ["horn", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"]]}, {"answer": "trumpery", "hint": "synonyms for trumpery", "clues": [["wish-wash", "nonsensical talk or writing"], ["gimcrackery", "ornamental objects of no great value"], ["trash", "nonsensical talk or writing"], ["codswallop", "nonsensical talk or writing"], ["frill", "ornamental objects of no great value"], ["folderol", "nonsensical talk or writing"], ["rubbish", "nonsensical talk or writing"], ["gimcrack", "ornamental objects of no great value"], ["tripe", "nonsensical talk or writing"], ["nonsense", "ornamental objects of no great value"], ["applesauce", "nonsensical talk or writing"]]}, {"answer": "trumpets", "hint": "synonyms for trumpets", "clues": [["cornet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["trumpet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["trump", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"], ["horn", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves"]]}, {"answer": "truncheon", "hint": "synonyms for truncheon", "clues": [["baton", "a short stout club used primarily by policemen"], ["nightstick", "a short stout club used primarily by policemen"], ["billystick", "a short stout club used primarily by policemen"], ["billy", "a short stout club used primarily by policemen"], ["billy club", "a short stout club used primarily by policemen"]]}, {"answer": "trunks", "hint": "synonyms for trunks", "clues": [["short pants", "trousers that end at or above the knee"], ["trunk", "compartment in an automobile that carries luggage or shopping or tools"], ["shorts", "trousers that end at or above the knee"], ["automobile trunk", "compartment in an automobile that carries luggage or shopping or tools"], ["luggage compartment", "compartment in an automobile that carries luggage or shopping or tools"]]}, {"answer": "trust", "hint": "synonyms for trust", "clues": [["reliance", "certainty based on past experience"], ["combine", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service"], ["corporate trust", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service"], ["cartel", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service"], ["faith", "complete confidence in a person or plan etc"], ["trustingness", "the trait of believing in the honesty and reliability of others"], ["trustfulness", "the trait of believing in the honesty and reliability of others"]]}, {"answer": "tryout", "hint": "synonyms for tryout", "clues": [["test", "trying something to find out about it"], ["trial", "trying something to find out about it"], ["trial run", "trying something to find out about it"], ["audition", "a test of the suitability of a performer"]]}, {"answer": "tub", "hint": "synonyms for tub", "clues": [["bathtub", "a relatively large open container that you fill with water and use to wash the body"], ["bath", "a relatively large open container that you fill with water and use to wash the body"], ["tubful", "the amount that a tub will hold"], ["vat", "a large open vessel for holding or storing liquids"], ["bathing tub", "a relatively large open container that you fill with water and use to wash the body"]]}, {"answer": "tube", "hint": "synonyms for tube", "clues": [["pipe", "a hollow cylindrical shape"], ["metro", "an electric railway operating below the surface of the ground (usually in a city)"], ["tubing", "conduit consisting of a long hollow object (usually cylindrical) used to hold and conduct objects or liquids or gases"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["underground", "an electric railway operating below the surface of the ground (usually in a city)"], ["subway", "an electric railway operating below the surface of the ground (usually in a city)"], ["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["subway system", "an electric railway operating below the surface of the ground (usually in a city)"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"]]}, {"answer": "tug", "hint": "synonyms for tug", "clues": [["tugboat", "a powerful small boat designed to pull or push larger ships"], ["towboat", "a powerful small boat designed to pull or push larger ships"], ["jerk", "a sudden abrupt pull"], ["tower", "a powerful small boat designed to pull or push larger ships"]]}, {"answer": "tumult", "hint": "synonyms for tumult", "clues": [["ruction", "the act of making a noisy disturbance"], ["rumpus", "the act of making a noisy disturbance"], ["din", "the act of making a noisy disturbance"], ["ruckus", "the act of making a noisy disturbance"], ["commotion", "the act of making a noisy disturbance"], ["turmoil", "violent agitation"]]}, {"answer": "tune", "hint": "synonyms for tune", "clues": [["line", "a succession of notes forming a distinctive sequence"], ["melody", "a succession of notes forming a distinctive sequence"], ["strain", "a succession of notes forming a distinctive sequence"], ["air", "a succession of notes forming a distinctive sequence"], ["melodic line", "a succession of notes forming a distinctive sequence"], ["melodic phrase", "a succession of notes forming a distinctive sequence"]]}, {"answer": "tuner", "hint": "synonyms for tuner", "clues": [["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals"]]}, {"answer": "turbofan", "hint": "synonyms for turbofan", "clues": [["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"]]}, {"answer": "turbofan_engine", "hint": "synonyms for turbofan engine", "clues": [["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"]]}, {"answer": "turbojet", "hint": "synonyms for turbojet", "clues": [["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"]]}, {"answer": "turbojet_engine", "hint": "synonyms for turbojet engine", "clues": [["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust"]]}, {"answer": "turd", "hint": "synonyms for turd", "clues": [["shite", "obscene terms for feces"], ["poop", "obscene terms for feces"], ["crap", "obscene terms for feces"], ["dirt", "obscene terms for feces"]]}, {"answer": "turmoil", "hint": "synonyms for turmoil", "clues": [["agitation", "disturbance usually in protest"], ["hullabaloo", "disturbance usually in protest"], ["tumult", "violent agitation"], ["excitement", "disturbance usually in protest"], ["upheaval", "disturbance usually in protest"]]}, {"answer": "turn", "hint": "synonyms for turn", "clues": [["go", "a time for working (after which you will be relieved by someone else)"], ["number", "a short theatrical performance that is part of a longer program"], ["bit", "a short theatrical performance that is part of a longer program"], ["good turn", "a favor for someone"], ["spell", "a time for working (after which you will be relieved by someone else)"], ["act", "a short theatrical performance that is part of a longer program"], ["turn of events", "an unforeseen development"], ["crook", "a circular segment of a curve"], ["twist", "a circular segment of a curve"], ["tour", "a time for working (after which you will be relieved by someone else)"], ["round", "(sports) a division during which one team is on the offensive"], ["turning", "a movement in a new direction"], ["play", "(game) the activity of doing something in an agreed succession"], ["bend", "a circular segment of a curve"], ["routine", "a short theatrical performance that is part of a longer program"], ["bout", "(sports) a division during which one team is on the offensive"]]}, {"answer": "turnabout", "hint": "synonyms for turnabout", "clues": [["reversion", "turning in the opposite direction"], ["turnaround", "turning in the opposite direction"], ["reversal", "turning in the opposite direction"], ["flip-flop", "a decision to reverse an earlier decision"], ["reverse", "turning in the opposite direction"], ["change of mind", "a decision to reverse an earlier decision"]]}, {"answer": "turnaround", "hint": "synonyms for turnaround", "clues": [["reversion", "turning in the opposite direction"], ["reversal", "turning in the opposite direction"], ["flip-flop", "a decision to reverse an earlier decision"], ["turnround", "act or process of unloading and loading and servicing a vessel or aircraft for a return trip"], ["turnaround time", "time need to prepare a vessel or ship for a return trip"], ["reverse", "turning in the opposite direction"], ["turnabout", "turning in the opposite direction"], ["change of mind", "a decision to reverse an earlier decision"]]}, {"answer": "turning_point", "hint": "synonyms for turning point", "clues": [["watershed", "an event marking a unique or important historical change of course or one on which important developments depend"], ["landmark", "an event marking a unique or important historical change of course or one on which important developments depend"], ["corner", "the intersection of two streets"], ["street corner", "the intersection of two streets"]]}, {"answer": "turnout", "hint": "synonyms for turnout", "clues": [["output", "what is produced in a given time period"], ["outturn", "what is produced in a given time period"], ["rig", "a set of clothing (with accessories)"], ["railroad siding", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass"], ["widening", "a part of a road that has been widened to allow cars to pass or park"], ["outfit", "a set of clothing (with accessories)"], ["siding", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass"], ["sidetrack", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass"], ["getup", "a set of clothing (with accessories)"]]}, {"answer": "turnover", "hint": "synonyms for turnover", "clues": [["employee turnover", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers"], ["overturn", "the act of upsetting something"], ["upset", "the act of upsetting something"], ["dollar volume", "the volume measured in dollars"], ["turnover rate", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers"]]}, {"answer": "turpentine", "hint": "synonyms for turpentine", "clues": [["turps", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally"], ["spirit of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally"], ["oil of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally"], ["gum terpentine", "obtained from conifers (especially pines)"]]}, {"answer": "turps", "hint": "synonyms for turps", "clues": [["transurethral resection of the prostate", "removal of significant amounts of prostate tissue (as in cases of benign prostatic hyperplasia)"], ["oil of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally"], ["turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally"], ["spirit of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally"]]}, {"answer": "turquoise", "hint": "synonyms for turquoise", "clues": [["greenish blue", "a shade of blue tinged with green"], ["cobalt blue", "a shade of blue tinged with green"], ["peacock blue", "a shade of blue tinged with green"], ["aqua", "a shade of blue tinged with green"], ["aquamarine", "a shade of blue tinged with green"]]}, {"answer": "tussle", "hint": "synonyms for tussle", "clues": [["scuffle", "disorderly fighting"], ["dogfight", "disorderly fighting"], ["rough-and-tumble", "disorderly fighting"], ["hassle", "disorderly fighting"]]}, {"answer": "tutelage", "hint": "synonyms for tutelage", "clues": [["tutorship", "teaching pupils individually (usually by a tutor hired privately)"], ["charge", "attention and management implying responsibility for safety"], ["guardianship", "attention and management implying responsibility for safety"], ["care", "attention and management implying responsibility for safety"], ["tuition", "teaching pupils individually (usually by a tutor hired privately)"]]}, {"answer": "tv", "hint": "synonyms for tv", "clues": [["television", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs"], ["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["telecasting", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs"], ["video", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv set", "an electronic device that receives television signals and displays them on a screen"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "tv_set", "hint": "synonyms for tv set", "clues": [["goggle box", "an electronic device that receives television signals and displays them on a screen"], ["idiot box", "an electronic device that receives television signals and displays them on a screen"], ["television set", "an electronic device that receives television signals and displays them on a screen"], ["television", "an electronic device that receives television signals and displays them on a screen"], ["telly", "an electronic device that receives television signals and displays them on a screen"], ["tv", "an electronic device that receives television signals and displays them on a screen"], ["television receiver", "an electronic device that receives television signals and displays them on a screen"], ["boob tube", "an electronic device that receives television signals and displays them on a screen"]]}, {"answer": "twaddle", "hint": "synonyms for twaddle", "clues": [["tarradiddle", "pretentious or silly talk or writing"], ["tommyrot", "pretentious or silly talk or writing"], ["bosh", "pretentious or silly talk or writing"], ["boloney", "pretentious or silly talk or writing"], ["bilgewater", "pretentious or silly talk or writing"], ["humbug", "pretentious or silly talk or writing"], ["drool", "pretentious or silly talk or writing"], ["tosh", "pretentious or silly talk or writing"]]}, {"answer": "twain", "hint": "synonyms for twain", "clues": [["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duad", "two items of the same kind"], ["duo", "two items of the same kind"], ["span", "two items of the same kind"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "twelve_noon", "hint": "synonyms for twelve noon", "clues": [["noon", "the middle of the day"], ["noonday", "the middle of the day"], ["high noon", "the middle of the day"], ["noontide", "the middle of the day"], ["midday", "the middle of the day"]]}, {"answer": "twenties", "hint": "synonyms for twenties", "clues": [["twenty", "the cardinal number that is the sum of nineteen and one"], ["twenty dollar bill", "a United States bill worth 20 dollars"], ["mid-twenties", "the time of life between 20 and 30"], ["1920s", "the decade from 1920 to 1929"], ["20", "the cardinal number that is the sum of nineteen and one"]]}, {"answer": "twenty-five_percent", "hint": "synonyms for twenty-five percent", "clues": [["fourth part", "one of four equal parts"], ["one-fourth", "one of four equal parts"], ["quarter", "one of four equal parts"], ["fourth", "one of four equal parts"], ["one-quarter", "one of four equal parts"]]}, {"answer": "twenty-four_hour_period", "hint": "synonyms for twenty-four hour period", "clues": [["twenty-four hours", "time for Earth to make a complete rotation on its axis"], ["solar day", "time for Earth to make a complete rotation on its axis"], ["24-hour interval", "time for Earth to make a complete rotation on its axis"], ["mean solar day", "time for Earth to make a complete rotation on its axis"], ["day", "time for Earth to make a complete rotation on its axis"]]}, {"answer": "twenty-four_hours", "hint": "synonyms for twenty-four hours", "clues": [["twenty-four hour period", "time for Earth to make a complete rotation on its axis"], ["solar day", "time for Earth to make a complete rotation on its axis"], ["24-hour interval", "time for Earth to make a complete rotation on its axis"], ["mean solar day", "time for Earth to make a complete rotation on its axis"], ["day", "time for Earth to make a complete rotation on its axis"]]}, {"answer": "twinkle", "hint": "synonyms for twinkle", "clues": [["scintillation", "a rapid change in brightness; a brief spark or flash"], ["light", "merriment expressed by a brightness or gleam or animation of countenance"], ["sparkling", "a rapid change in brightness; a brief spark or flash"], ["sparkle", "merriment expressed by a brightness or gleam or animation of countenance"], ["spark", "merriment expressed by a brightness or gleam or animation of countenance"]]}, {"answer": "twirl", "hint": "synonyms for twirl", "clues": [["whirl", "the act of rotating rapidly"], ["twisting", "the act of rotating rapidly"], ["kink", "a sharp bend in a line produced when a line having a loop is pulled tight"], ["spin", "the act of rotating rapidly"]]}, {"answer": "twist", "hint": "synonyms for twist", "clues": [["turn", "a circular segment of a curve"], ["construction", "an interpretation of a text or action"], ["twirl", "the act of rotating rapidly"], ["spin", "the act of rotating rapidly"], ["twisting", "the act of rotating rapidly"], ["winding", "the act of winding or twisting"], ["whirl", "the act of rotating rapidly"], ["gimmick", "any clever maneuver"], ["kink", "a sharp bend in a line produced when a line having a loop is pulled tight"], ["turn of events", "an unforeseen development"], ["crook", "a circular segment of a curve"], ["wrench", "a jerky pulling movement"], ["bend", "a circular segment of a curve"], ["eddy", "a miniature whirlpool or whirlwind resulting when the current of a fluid doubles back on itself"], ["device", "any clever maneuver"]]}, {"answer": "twosome", "hint": "synonyms for twosome", "clues": [["twain", "two items of the same kind"], ["duo", "a pair who associate with one another"], ["distich", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duad", "two items of the same kind"], ["span", "two items of the same kind"], ["duet", "a pair who associate with one another"], ["yoke", "two items of the same kind"], ["dyad", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "tympani", "hint": "synonyms for tympani", "clues": [["timpani", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["kettledrum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["tympanum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"], ["kettle", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it"]]}, {"answer": "typo", "hint": "synonyms for typo", "clues": [["misprint", "a mistake in printed matter resulting from mechanical failures of some kind"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind"]]}, {"answer": "typographical_error", "hint": "synonyms for typographical error", "clues": [["misprint", "a mistake in printed matter resulting from mechanical failures of some kind"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind"]]}, {"answer": "tyranny", "hint": "synonyms for tyranny", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)"]]}, {"answer": "u-drive", "hint": "synonyms for u-drive", "clues": [["rent-a-car", "a rented car"], ["car rental", "a rented car"], ["you-drive", "a rented car"], ["hire car", "a rented car"], ["self-drive", "a rented car"]]}, {"answer": "unavoidable_casualty", "hint": "synonyms for unavoidable casualty", "clues": [["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events"]]}, {"answer": "unboundedness", "hint": "synonyms for unboundedness", "clues": [["limitlessness", "the quality of being infinite; without bound or limit"], ["boundlessness", "the quality of being infinite; without bound or limit"], ["infiniteness", "the quality of being infinite; without bound or limit"], ["infinitude", "the quality of being infinite; without bound or limit"]]}, {"answer": "uncertainty", "hint": "synonyms for uncertainty", "clues": [["dubiety", "the state of being unsure of something"], ["doubtfulness", "the state of being unsure of something"], ["precariousness", "being unsettled or in doubt or dependent on chance"], ["dubiousness", "the state of being unsure of something"], ["doubt", "the state of being unsure of something"], ["incertitude", "the state of being unsure of something"], ["uncertainness", "being unsettled or in doubt or dependent on chance"]]}, {"answer": "unconditioned_reflex", "hint": "synonyms for unconditioned reflex", "clues": [["innate reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex action", "an automatic instinctive unlearned reaction to a stimulus"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus"]]}, {"answer": "uncovering", "hint": "synonyms for uncovering", "clues": [["discovery", "the act of discovering something"], ["husking", "the removal of covering"], ["stripping", "the removal of covering"], ["baring", "the removal of covering"], ["find", "the act of discovering something"], ["denudation", "the removal of covering"]]}, {"answer": "unction", "hint": "synonyms for unction", "clues": [["smarm", "excessive but superficial compliments given with affected charm"], ["oleaginousness", "smug self-serving earnestness"], ["fulsomeness", "excessive but superficial compliments given with affected charm"], ["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["unctuousness", "smug self-serving earnestness"], ["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["oiliness", "smug self-serving earnestness"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["smarminess", "smug self-serving earnestness"], ["inunction", "anointing as part of a religious ceremony or healing ritual"]]}, {"answer": "unctuousness", "hint": "synonyms for unctuousness", "clues": [["unction", "smug self-serving earnestness"], ["oleaginousness", "smug self-serving earnestness"], ["smarminess", "smug self-serving earnestness"], ["oiliness", "smug self-serving earnestness"], ["fulsomeness", "smug self-serving earnestness"]]}, {"answer": "undercoat", "hint": "synonyms for undercoat", "clues": [["underseal", "seal consisting of a coating of a tar or rubberlike material on the underside of a motor vehicle to retard corrosion"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface"], ["primer", "the first or preliminary coat of paint or size applied to a surface"], ["ground", "the first or preliminary coat of paint or size applied to a surface"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface"], ["priming", "the first or preliminary coat of paint or size applied to a surface"]]}, {"answer": "underdrawers", "hint": "synonyms for underdrawers", "clues": [["boxers", "underpants worn by men"], ["shorts", "underpants worn by men"], ["boxershorts", "underpants worn by men"], ["drawers", "underpants worn by men"]]}, {"answer": "understructure", "hint": "synonyms for understructure", "clues": [["base", "lowest support of a structure"], ["groundwork", "lowest support of a structure"], ["substructure", "lowest support of a structure"], ["fundament", "lowest support of a structure"], ["foundation", "lowest support of a structure"], ["foot", "lowest support of a structure"]]}, {"answer": "underwriter", "hint": "synonyms for underwriter", "clues": [["insurance underwriter", "a financial institution that sells insurance"], ["insurer", "a financial institution that sells insurance"], ["insurance firm", "a financial institution that sells insurance"], ["insurance company", "a financial institution that sells insurance"]]}, {"answer": "uneasiness", "hint": "synonyms for uneasiness", "clues": [["self-consciousness", "embarrassment deriving from the feeling that others are critically aware of you"], ["uncomfortableness", "embarrassment deriving from the feeling that others are critically aware of you"], ["unease", "the trait of seeming ill at ease"], ["restlessness", "inability to rest or relax or be still"], ["queasiness", "inability to rest or relax or be still"], ["inquietude", "feelings of anxiety that make you tense and irritable"], ["disquiet", "the trait of seeming ill at ease"], ["edginess", "feelings of anxiety that make you tense and irritable"]]}, {"answer": "unemotionality", "hint": "synonyms for unemotionality", "clues": [["phlegm", "apathy demonstrated by an absence of emotional reactions"], ["stolidity", "apathy demonstrated by an absence of emotional reactions"], ["impassivity", "apathy demonstrated by an absence of emotional reactions"], ["emotionlessness", "absence of emotion"], ["indifference", "apathy demonstrated by an absence of emotional reactions"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions"]]}, {"answer": "unfeelingness", "hint": "synonyms for unfeelingness", "clues": [["hardness", "devoid of passion or feeling; hardheartedness"], ["insensibility", "devoid of passion or feeling; hardheartedness"], ["callousness", "devoid of passion or feeling; hardheartedness"], ["callosity", "devoid of passion or feeling; hardheartedness"]]}, {"answer": "unguent", "hint": "synonyms for unguent", "clues": [["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"], ["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation"]]}, {"answer": "unification", "hint": "synonyms for unification", "clues": [["uniting", "the act of making or becoming a single unit"], ["merger", "an occurrence that involves the production of a union"], ["jointure", "the act of making or becoming a single unit"], ["fusion", "an occurrence that involves the production of a union"], ["union", "the act of making or becoming a single unit"], ["conjugation", "the act of making or becoming a single unit"]]}, {"answer": "unit", "hint": "synonyms for unit", "clues": [["unit of measurement", "any division of quantity accepted as a standard of measurement or exchange"], ["social unit", "an organization regarded as part of a larger social group"], ["whole", "an assemblage of parts that is regarded as a single entity"], ["building block", "a single undivided natural thing occurring in the composition of something else"]]}, {"answer": "uniting", "hint": "synonyms for uniting", "clues": [["unification", "the act of making or becoming a single unit"], ["jointure", "the act of making or becoming a single unit"], ["amalgamation", "the combination of two or more commercial companies"], ["union", "the act of making or becoming a single unit"], ["merger", "the combination of two or more commercial companies"], ["conjugation", "the act of making or becoming a single unit"]]}, {"answer": "unity", "hint": "synonyms for unity", "clues": [["ace", "the smallest whole number or a numeral representing this number"], ["oneness", "the quality of being united into one"], ["one", "the smallest whole number or a numeral representing this number"], ["single", "the smallest whole number or a numeral representing this number"], ["1", "the smallest whole number or a numeral representing this number"]]}, {"answer": "universe", "hint": "synonyms for universe", "clues": [["cosmos", "everything that exists anywhere"], ["universe of discourse", "everything stated or assumed in a given discussion"], ["population", "(statistics) the entire aggregation of items from which samples can be drawn"], ["existence", "everything that exists anywhere"], ["world", "everything that exists anywhere"], ["creation", "everything that exists anywhere"], ["macrocosm", "everything that exists anywhere"]]}, {"answer": "unknowingness", "hint": "synonyms for unknowingness", "clues": [["nescience", "ignorance (especially of orthodox beliefs)"], ["unawareness", "unconsciousness resulting from lack of knowledge or attention"], ["unknowing", "ignorance (especially of orthodox beliefs)"], ["ignorantness", "ignorance (especially of orthodox beliefs)"]]}, {"answer": "unmanliness", "hint": "synonyms for unmanliness", "clues": [["effeminateness", "the trait of being effeminate (derogatory of a man)"], ["sissiness", "the trait of being effeminate (derogatory of a man)"], ["womanishness", "the trait of being effeminate (derogatory of a man)"], ["effeminacy", "the trait of being effeminate (derogatory of a man)"], ["softness", "the trait of being effeminate (derogatory of a man)"]]}, {"answer": "unq", "hint": "synonyms for unq", "clues": [["atomic number 104", "a radioactive transuranic element which has been synthesized"], ["unnilquadium", "a radioactive transuranic element which has been synthesized"], ["element 104", "a radioactive transuranic element which has been synthesized"], ["rutherfordium", "a radioactive transuranic element which has been synthesized"]]}, {"answer": "unsavoriness", "hint": "synonyms for unsavoriness", "clues": [["distastefulness", "extreme unpalatability to the mouth"], ["disgustingness", "the property of being extremely unacceptable to the mind"], ["nauseatingness", "extreme unpalatability to the mouth"], ["sickeningness", "extreme unpalatability to the mouth"]]}, {"answer": "unslaked_lime", "hint": "synonyms for unslaked lime", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide"]]}, {"answer": "unveiling", "hint": "synonyms for unveiling", "clues": [["entry", "the act of beginning something new"], ["first appearance", "the act of beginning something new"], ["introduction", "the act of beginning something new"], ["launching", "the act of beginning something new"], ["debut", "the act of beginning something new"]]}, {"answer": "upbraiding", "hint": "synonyms for upbraiding", "clues": [["dressing down", "a severe scolding"], ["castigation", "a severe scolding"], ["chewing out", "a severe scolding"], ["earful", "a severe scolding"], ["bawling out", "a severe scolding"], ["going-over", "a severe scolding"]]}, {"answer": "upbringing", "hint": "synonyms for upbringing", "clues": [["bringing up", "helping someone grow up to be an accepted member of the community"], ["breeding", "helping someone grow up to be an accepted member of the community"], ["raising", "helping someone grow up to be an accepted member of the community"], ["rearing", "helping someone grow up to be an accepted member of the community"], ["fosterage", "helping someone grow up to be an accepted member of the community"], ["nurture", "helping someone grow up to be an accepted member of the community"], ["fostering", "helping someone grow up to be an accepted member of the community"]]}, {"answer": "upgrade", "hint": "synonyms for upgrade", "clues": [["rising slope", "the property possessed by a slope or surface that rises"], ["raise", "an upward slope or grade (as in a road)"], ["ascent", "an upward slope or grade (as in a road)"], ["climb", "an upward slope or grade (as in a road)"], ["acclivity", "an upward slope or grade (as in a road)"]]}, {"answer": "upheaval", "hint": "synonyms for upheaval", "clues": [["agitation", "disturbance usually in protest"], ["hullabaloo", "disturbance usually in protest"], ["upthrow", "(geology) a rise of land to a higher elevation (as in the process of mountain building)"], ["turmoil", "disturbance usually in protest"], ["excitement", "disturbance usually in protest"], ["upthrust", "(geology) a rise of land to a higher elevation (as in the process of mountain building)"], ["uplift", "(geology) a rise of land to a higher elevation (as in the process of mountain building)"]]}, {"answer": "upkeep", "hint": "synonyms for upkeep", "clues": [["maintenance", "activity involved in maintaining something in good working order"], ["sustainment", "the act of sustaining life by food or providing a means of subsistence"], ["sustenance", "the act of sustaining life by food or providing a means of subsistence"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence"], ["care", "activity involved in maintaining something in good working order"]]}, {"answer": "upper-case_letter", "hint": "synonyms for upper-case letter", "clues": [["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis"]]}, {"answer": "uprightness", "hint": "synonyms for uprightness", "clues": [["rectitude", "righteousness as a consequence of being honorable and honest"], ["erectness", "position at right angles to the horizon"], ["verticalness", "position at right angles to the horizon"], ["verticality", "position at right angles to the horizon"]]}, {"answer": "uprising", "hint": "synonyms for uprising", "clues": [["rising", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"], ["insurrection", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"], ["rebellion", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"], ["revolt", "organized opposition to authority; a conflict in which one faction tries to wrest control from another"]]}, {"answer": "upshot", "hint": "synonyms for upshot", "clues": [["consequence", "a phenomenon that follows and is caused by some previous phenomenon"], ["event", "a phenomenon that follows and is caused by some previous phenomenon"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon"], ["result", "a phenomenon that follows and is caused by some previous phenomenon"]]}, {"answer": "urging", "hint": "synonyms for urging", "clues": [["urgency", "insistent solicitation and entreaty"], ["prod", "a verbalization that encourages you to attempt something"], ["prodding", "a verbalization that encourages you to attempt something"], ["spur", "a verbalization that encourages you to attempt something"], ["goading", "a verbalization that encourages you to attempt something"], ["importunity", "insistent solicitation and entreaty"], ["spurring", "a verbalization that encourages you to attempt something"]]}, {"answer": "urine", "hint": "synonyms for urine", "clues": [["water", "liquid excretory product"], ["piddle", "liquid excretory product"], ["piss", "liquid excretory product"], ["pee", "liquid excretory product"], ["weewee", "liquid excretory product"]]}, {"answer": "us", "hint": "synonyms for us", "clues": [["uracil", "a base containing nitrogen that is found in RNA (but not in DNA) and derived from pyrimidine; pairs with adenine"], ["uranium", "a heavy toxic silvery-white radioactive metallic element; occurs in many isotopes; used for nuclear fuels and nuclear weapons"], ["atomic number 92", "a heavy toxic silvery-white radioactive metallic element; occurs in many isotopes; used for nuclear fuels and nuclear weapons"], ["the States", "North American republic containing 50 states - 48 conterminous states in North America plus Alaska in northwest North America and the Hawaiian Islands in the Pacific Ocean; achieved independence in 1776"], ["u", "the 21st letter of the Roman alphabet"]]}, {"answer": "usableness", "hint": "synonyms for usableness", "clues": [["useableness", "the quality of being able to provide good service"], ["serviceableness", "the quality of being able to provide good service"], ["serviceability", "the quality of being able to provide good service"], ["usability", "the quality of being able to provide good service"]]}, {"answer": "usage", "hint": "synonyms for usage", "clues": [["employment", "the act of using"], ["exercise", "the act of using"], ["usance", "accepted or habitual practice"], ["custom", "accepted or habitual practice"], ["utilisation", "the act of using"], ["use", "the act of using"]]}, {"answer": "usance", "hint": "synonyms for usance", "clues": [["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["custom", "accepted or habitual practice"], ["usage", "accepted or habitual practice"], ["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"]]}, {"answer": "use", "hint": "synonyms for use", "clues": [["enjoyment", "(law) the exercise of the legal right to enjoy the benefits of owning property"], ["employment", "the act of using"], ["usage", "the act of using"], ["purpose", "what something is used for"], ["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["utilisation", "the act of using"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["habit", "(psychology) an automatic pattern of behavior in reaction to a specific situation; may be inherited or acquired through frequent repetition"], ["manipulation", "exerting shrewd or devious influence especially for one's own advantage"], ["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["role", "what something is used for"], ["exercise", "the act of using"], ["function", "what something is used for"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"]]}, {"answer": "use_of_goods_and_services", "hint": "synonyms for use of goods and services", "clues": [["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing"]]}, {"answer": "useableness", "hint": "synonyms for useableness", "clues": [["serviceableness", "the quality of being able to provide good service"], ["serviceability", "the quality of being able to provide good service"], ["usableness", "the quality of being able to provide good service"], ["usability", "the quality of being able to provide good service"]]}, {"answer": "usurpation", "hint": "synonyms for usurpation", "clues": [["encroachment", "entry to another's property without right or permission"], ["violation", "entry to another's property without right or permission"], ["trespass", "entry to another's property without right or permission"], ["intrusion", "entry to another's property without right or permission"]]}, {"answer": "utilisation", "hint": "synonyms for utilisation", "clues": [["employment", "the act of using"], ["exercise", "the act of using"], ["usage", "the act of using"], ["utilization", "the act of using"], ["use", "the act of using"]]}, {"answer": "utilization", "hint": "synonyms for utilization", "clues": [["employment", "the act of using"], ["exercise", "the act of using"], ["usage", "the act of using"], ["utilisation", "the act of using"], ["use", "the act of using"]]}, {"answer": "uv", "hint": "synonyms for uv", "clues": [["ultraviolet radiation", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays"], ["ultraviolet", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays"], ["ultraviolet illumination", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays"], ["ultraviolet light", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays"]]}, {"answer": "v-1", "hint": "synonyms for v-1", "clues": [["flying bomb", "a small jet-propelled winged missile that carries a bomb"], ["buzz bomb", "a small jet-propelled winged missile that carries a bomb"], ["robot bomb", "a small jet-propelled winged missile that carries a bomb"], ["doodlebug", "a small jet-propelled winged missile that carries a bomb"]]}, {"answer": "vacuity", "hint": "synonyms for vacuity", "clues": [["senselessness", "total lack of meaning or ideas"], ["mindlessness", "total lack of meaning or ideas"], ["vacuum", "a region that is devoid of matter"], ["pointlessness", "total lack of meaning or ideas"], ["inanity", "total lack of meaning or ideas"]]}, {"answer": "vacuum", "hint": "synonyms for vacuum", "clues": [["emptiness", "an empty area or space"], ["vacuum cleaner", "an electrical home appliance that cleans by suction"], ["void", "an empty area or space"], ["vacuity", "a region that is devoid of matter"], ["vacancy", "an empty area or space"]]}, {"answer": "vacuum_bomb", "hint": "synonyms for vacuum bomb", "clues": [["volume-detonation bomb", "a bomb that uses a fuel-air explosive"], ["fuel-air bomb", "a bomb that uses a fuel-air explosive"], ["aerosol bomb", "a bomb that uses a fuel-air explosive"], ["thermobaric bomb", "a bomb that uses a fuel-air explosive"]]}, {"answer": "vacuum_tube", "hint": "synonyms for vacuum tube", "clues": [["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope"]]}, {"answer": "valiance", "hint": "synonyms for valiance", "clues": [["valiancy", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valor", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"]]}, {"answer": "valiancy", "hint": "synonyms for valiancy", "clues": [["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valor", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valiance", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"]]}, {"answer": "validity", "hint": "synonyms for validity", "clues": [["lustiness", "the property of being strong and healthy in constitution"], ["hardiness", "the property of being strong and healthy in constitution"], ["cogency", "the quality of being valid and rigorous"], ["rigour", "the quality of being valid and rigorous"], ["validness", "the quality of having legal force or effectiveness"], ["robustness", "the property of being strong and healthy in constitution"]]}, {"answer": "valor", "hint": "synonyms for valor", "clues": [["valiancy", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valour", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"]]}, {"answer": "valorousness", "hint": "synonyms for valorousness", "clues": [["valiancy", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valor", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"]]}, {"answer": "valour", "hint": "synonyms for valour", "clues": [["valiancy", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["valor", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"], ["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)"]]}, {"answer": "values", "hint": "synonyms for values", "clues": [["value", "the amount (of money or goods or services) that is considered to be a fair equivalent for something else"], ["time value", "(music) the relative duration of a musical note"], ["economic value", "the amount (of money or goods or services) that is considered to be a fair equivalent for something else"], ["note value", "(music) the relative duration of a musical note"]]}, {"answer": "van", "hint": "synonyms for van", "clues": [["new wave", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)"], ["vanguard", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)"], ["avant-garde", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)"], ["caravan", "a camper equipped with living quarters"]]}, {"answer": "vanguard", "hint": "synonyms for vanguard", "clues": [["cutting edge", "the position of greatest importance or advancement; the leading position in any movement or field"], ["new wave", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)"], ["forefront", "the position of greatest importance or advancement; the leading position in any movement or field"], ["van", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)"], ["avant-garde", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)"]]}, {"answer": "vanity", "hint": "synonyms for vanity", "clues": [["conceit", "the trait of being unduly vain and conceited; false pride"], ["conceitedness", "the trait of being unduly vain and conceited; false pride"], ["dresser", "low table with mirror or mirrors where one sits while dressing or applying makeup"], ["dressing table", "low table with mirror or mirrors where one sits while dressing or applying makeup"], ["amour propre", "feelings of excessive pride"], ["emptiness", "the quality of being valueless or futile"], ["toilet table", "low table with mirror or mirrors where one sits while dressing or applying makeup"], ["self-love", "feelings of excessive pride"]]}, {"answer": "vapidity", "hint": "synonyms for vapidity", "clues": [["tameness", "the quality of being vapid and unsophisticated"], ["jejuneness", "the quality of being vapid and unsophisticated"], ["jejunity", "the quality of being vapid and unsophisticated"], ["vapidness", "the quality of being vapid and unsophisticated"]]}, {"answer": "vapidness", "hint": "synonyms for vapidness", "clues": [["tameness", "the quality of being vapid and unsophisticated"], ["jejuneness", "the quality of being vapid and unsophisticated"], ["jejunity", "the quality of being vapid and unsophisticated"], ["vapidity", "the quality of being vapid and unsophisticated"]]}, {"answer": "vaporing", "hint": "synonyms for vaporing", "clues": [["line-shooting", "an instance of boastful talk"], ["gasconade", "an instance of boastful talk"], ["crowing", "an instance of boastful talk"], ["bragging", "an instance of boastful talk"], ["brag", "an instance of boastful talk"]]}, {"answer": "vaporousness", "hint": "synonyms for vaporousness", "clues": [["haziness", "cloudiness resulting from haze or mist or vapor"], ["mistiness", "cloudiness resulting from haze or mist or vapor"], ["steaminess", "cloudiness resulting from haze or mist or vapor"], ["vapourousness", "cloudiness resulting from haze or mist or vapor"]]}, {"answer": "vapourousness", "hint": "synonyms for vapourousness", "clues": [["haziness", "cloudiness resulting from haze or mist or vapor"], ["mistiness", "cloudiness resulting from haze or mist or vapor"], ["steaminess", "cloudiness resulting from haze or mist or vapor"], ["vaporousness", "cloudiness resulting from haze or mist or vapor"]]}, {"answer": "variance", "hint": "synonyms for variance", "clues": [["variation", "an activity that varies from a norm or standard"], ["division", "discord that splits a group"], ["divergence", "a difference between conflicting facts or claims or opinions"], ["disagreement", "a difference between conflicting facts or claims or opinions"], ["discrepancy", "an event that departs from expectations"], ["variability", "the quality of being subject to variation"], ["variableness", "the quality of being subject to variation"], ["variant", "an event that departs from expectations"]]}, {"answer": "variate", "hint": "synonyms for variate", "clues": [["random variable", "a variable quantity that is random"], ["chance variable", "a variable quantity that is random"], ["stochastic variable", "a variable quantity that is random"], ["variant", "a variable quantity that is random"]]}, {"answer": "variation", "hint": "synonyms for variation", "clues": [["pas seul", "(ballet) a solo dance or dance figure"], ["magnetic declination", "the angle (at a particular location) between magnetic north and true north"], ["edition", "something a little different from others of the same type"], ["version", "something a little different from others of the same type"], ["fluctuation", "an instance of change; the rate or magnitude of change"], ["variant", "something a little different from others of the same type"], ["magnetic variation", "the angle (at a particular location) between magnetic north and true north"], ["variance", "an activity that varies from a norm or standard"]]}, {"answer": "variety", "hint": "synonyms for variety", "clues": [["miscellanea", "a collection containing a variety of sorts of things"], ["multifariousness", "noticeable heterogeneity"], ["mixture", "a collection containing a variety of sorts of things"], ["change", "a difference that is usually pleasant"], ["assortment", "a collection containing a variety of sorts of things"], ["sort", "a category of things distinguished by some common characteristic or quality"], ["motley", "a collection containing a variety of sorts of things"], ["smorgasbord", "a collection containing a variety of sorts of things"], ["potpourri", "a collection containing a variety of sorts of things"], ["salmagundi", "a collection containing a variety of sorts of things"], ["form", "a category of things distinguished by some common characteristic or quality"], ["diverseness", "noticeable heterogeneity"], ["diversity", "noticeable heterogeneity"], ["variety show", "a show consisting of a series of short unrelated performances"], ["kind", "a category of things distinguished by some common characteristic or quality"], ["mixed bag", "a collection containing a variety of sorts of things"]]}, {"answer": "vastness", "hint": "synonyms for vastness", "clues": [["immenseness", "unusual largeness in size or extent or number"], ["greatness", "unusual largeness in size or extent or number"], ["immensity", "unusual largeness in size or extent or number"], ["wideness", "unusual largeness in size or extent or number"], ["enormousness", "unusual largeness in size or extent or number"], ["grandness", "unusual largeness in size or extent or number"], ["sizeableness", "unusual largeness in size or extent or number"]]}, {"answer": "vault_of_heaven", "hint": "synonyms for vault of heaven", "clues": [["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"]]}, {"answer": "vehemence", "hint": "synonyms for vehemence", "clues": [["furiousness", "the property of being wild or turbulent"], ["ferocity", "the property of being wild or turbulent"], ["wildness", "the property of being wild or turbulent"], ["emphasis", "intensity or forcefulness of expression"], ["fierceness", "the property of being wild or turbulent"], ["violence", "the property of being wild or turbulent"], ["fury", "the property of being wild or turbulent"]]}, {"answer": "veneration", "hint": "synonyms for veneration", "clues": [["reverence", "a feeling of profound respect for someone or something"], ["devotion", "religious zeal; the willingness to serve God"], ["fear", "a feeling of profound respect for someone or something"], ["idolatry", "religious zeal; the willingness to serve God"], ["cultism", "religious zeal; the willingness to serve God"], ["awe", "a feeling of profound respect for someone or something"]]}, {"answer": "venetian_red", "hint": "synonyms for venetian red", "clues": [["mahogany", "a shade of brown with a tinge of red"], ["reddish brown", "a shade of brown with a tinge of red"], ["burnt sienna", "a shade of brown with a tinge of red"], ["sepia", "a shade of brown with a tinge of red"]]}, {"answer": "venom", "hint": "synonyms for venom", "clues": [["spite", "feeling a need to see others suffer"], ["maliciousness", "feeling a need to see others suffer"], ["spitefulness", "feeling a need to see others suffer"], ["malice", "feeling a need to see others suffer"]]}, {"answer": "vent", "hint": "synonyms for vent", "clues": [["volcano", "a fissure in the earth's crust (or in the surface of some other planet) through which molten lava and gases erupt"], ["release", "activity that frees or expresses creative energy or emotion"], ["blowhole", "a hole for the escape of gas or air"], ["venthole", "a hole for the escape of gas or air"], ["outlet", "activity that frees or expresses creative energy or emotion"]]}, {"answer": "ventilation", "hint": "synonyms for ventilation", "clues": [["airing", "the act of supplying fresh air and getting rid of foul air"], ["external respiration", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation"], ["public discussion", "free and open discussion of (or debate on) some question of public interest"], ["respiration", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation"], ["breathing", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation"], ["ventilating system", "a mechanical system in a building that provides fresh air"]]}, {"answer": "verbiage", "hint": "synonyms for verbiage", "clues": [["wording", "the manner in which something is expressed in words; - G.S.Patton"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton"], ["diction", "the manner in which something is expressed in words; - G.S.Patton"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton"], ["verbalism", "overabundance of words"]]}, {"answer": "verge", "hint": "synonyms for verge", "clues": [["threshold", "a region marking a boundary"], ["brink", "a region marking a boundary"], ["wand", "a ceremonial or emblematic staff"], ["scepter", "a ceremonial or emblematic staff"]]}, {"answer": "vernacular_art", "hint": "synonyms for vernacular art", "clues": [["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists"]]}, {"answer": "veronal", "hint": "synonyms for veronal", "clues": [["diethylbarbituric acid", "a barbiturate used as a hypnotic"], ["diethylmalonylurea", "a barbiturate used as a hypnotic"], ["barbital", "a barbiturate used as a hypnotic"], ["barbitone", "a barbiturate used as a hypnotic"]]}, {"answer": "verse", "hint": "synonyms for verse", "clues": [["poetry", "literature in metrical form"], ["poesy", "literature in metrical form"], ["verse line", "a line of metrical text"], ["rhyme", "a piece of poetry"]]}, {"answer": "version", "hint": "synonyms for version", "clues": [["rendering", "a written communication in a second language having the same meaning as the written communication in a first language"], ["adaptation", "a written work (as a novel) that has been recast in a new form"], ["translation", "a written communication in a second language having the same meaning as the written communication in a first language"], ["reading", "a mental representation of the meaning or significance of something"], ["variant", "something a little different from others of the same type"], ["interpretation", "a mental representation of the meaning or significance of something"], ["variation", "something a little different from others of the same type"], ["edition", "something a little different from others of the same type"], ["interlingual rendition", "a written communication in a second language having the same meaning as the written communication in a first language"]]}, {"answer": "vestibular_sense", "hint": "synonyms for vestibular sense", "clues": [["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"], ["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head"]]}, {"answer": "vestibule", "hint": "synonyms for vestibule", "clues": [["foyer", "a large entrance or reception room or area"], ["lobby", "a large entrance or reception room or area"], ["antechamber", "a large entrance or reception room or area"], ["hall", "a large entrance or reception room or area"], ["entrance hall", "a large entrance or reception room or area"], ["anteroom", "a large entrance or reception room or area"]]}, {"answer": "vesture", "hint": "synonyms for vesture", "clues": [["article of clothing", "a covering designed to be worn on a person's body"], ["wearable", "a covering designed to be worn on a person's body"], ["clothing", "a covering designed to be worn on a person's body"], ["habiliment", "a covering designed to be worn on a person's body"], ["wear", "a covering designed to be worn on a person's body"]]}, {"answer": "vexation", "hint": "synonyms for vexation", "clues": [["annoyance", "anger produced by some annoying irritation"], ["worry", "something or someone that causes anxiety; a source of unhappiness"], ["headache", "something or someone that causes anxiety; a source of unhappiness"], ["chafe", "anger produced by some annoying irritation"], ["annoying", "the act of troubling or annoying someone"], ["concern", "something or someone that causes anxiety; a source of unhappiness"], ["irritation", "the act of troubling or annoying someone"]]}, {"answer": "viands", "hint": "synonyms for viands", "clues": [["provender", "a stock or supply of foods"], ["commissariat", "a stock or supply of foods"], ["viand", "a choice or delicious dish"], ["provisions", "a stock or supply of foods"], ["victuals", "a stock or supply of foods"]]}, {"answer": "vibes", "hint": "synonyms for vibes", "clues": [["vibraharp", "a percussion instrument similar to a xylophone but having metal bars and rotating disks in the resonators that produce a vibrato sound"], ["vibraphone", "a percussion instrument similar to a xylophone but having metal bars and rotating disks in the resonators that produce a vibrato sound"], ["vibe", "a distinctive emotional aura experienced instinctively"], ["vibration", "a distinctive emotional aura experienced instinctively"]]}, {"answer": "vibrancy", "hint": "synonyms for vibrancy", "clues": [["ringing", "having the character of a loud deep sound; the quality of being resonant"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant"], ["plangency", "having the character of a loud deep sound; the quality of being resonant"], ["sonority", "having the character of a loud deep sound; the quality of being resonant"], ["resonance", "having the character of a loud deep sound; the quality of being resonant"]]}, {"answer": "victual", "hint": "synonyms for victual", "clues": [["comestible", "any substance that can be used as food"], ["eatable", "any substance that can be used as food"], ["victuals", "any substance that can be used as food"], ["edible", "any substance that can be used as food"], ["pabulum", "any substance that can be used as food"]]}, {"answer": "victuals", "hint": "synonyms for victuals", "clues": [["provender", "a stock or supply of foods"], ["alimentation", "a source of materials to nourish the body"], ["nutriment", "a source of materials to nourish the body"], ["pabulum", "any substance that can be used as food"], ["aliment", "a source of materials to nourish the body"], ["nourishment", "a source of materials to nourish the body"], ["commissariat", "a stock or supply of foods"], ["sustenance", "a source of materials to nourish the body"], ["comestible", "any substance that can be used as food"], ["nutrition", "a source of materials to nourish the body"], ["provisions", "a stock or supply of foods"], ["viands", "a stock or supply of foods"], ["victual", "any substance that can be used as food"], ["eatable", "any substance that can be used as food"], ["edible", "any substance that can be used as food"]]}, {"answer": "video", "hint": "synonyms for video", "clues": [["television", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs"], ["telecasting", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs"], ["video recording", "a recording of both the visual and audible components (especially one containing a recording of a movie or television program)"], ["picture", "the visible part of a television transmission"]]}, {"answer": "view", "hint": "synonyms for view", "clues": [["opinion", "a message expressing a belief about something; the expression of a belief that is held with confidence but not substantiated by positive knowledge or proof"], ["position", "a way of regarding situations or topics etc."], ["perspective", "a way of regarding situations or topics etc."], ["scene", "graphic art consisting of the graphic or photographic representation of a visual percept"], ["horizon", "the range of interest or activity that can be anticipated"], ["sight", "the act of looking or seeing or observing"], ["eyeshot", "the range of the eye"], ["panorama", "the visual percept of a region"], ["vista", "the visual percept of a region"], ["thought", "a personal belief or judgment that is not founded on proof or certainty"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty"], ["prospect", "the visual percept of a region"], ["survey", "the act of looking or seeing or observing"], ["purview", "the range of interest or activity that can be anticipated"], ["aspect", "the visual percept of a region"]]}, {"answer": "viewpoint", "hint": "synonyms for viewpoint", "clues": [["standpoint", "a mental position from which things are viewed"], ["vantage point", "a place from which something can be viewed"], ["stand", "a mental position from which things are viewed"], ["point of view", "a mental position from which things are viewed"]]}, {"answer": "vigilance", "hint": "synonyms for vigilance", "clues": [["weather eye", "vigilant attentiveness"], ["wakefulness", "the process of paying close and continuous attention"], ["alertness", "the process of paying close and continuous attention"], ["watchfulness", "the process of paying close and continuous attention"]]}, {"answer": "vigor", "hint": "synonyms for vigor", "clues": [["vigour", "active strength of body or mind"], ["energy", "forceful exertion"], ["muscularity", "an imaginative lively style (especially style of writing)"], ["zip", "forceful exertion"], ["dynamism", "active strength of body or mind"], ["heartiness", "active strength of body or mind"], ["vim", "an imaginative lively style (especially style of writing)"]]}, {"answer": "vigour", "hint": "synonyms for vigour", "clues": [["energy", "forceful exertion"], ["vigor", "active strength of body or mind"], ["muscularity", "an imaginative lively style (especially style of writing)"], ["zip", "forceful exertion"], ["dynamism", "active strength of body or mind"], ["heartiness", "active strength of body or mind"], ["vim", "an imaginative lively style (especially style of writing)"]]}, {"answer": "vileness", "hint": "synonyms for vileness", "clues": [["wickedness", "the quality of being disgusting to the senses or emotions"], ["loathsomeness", "the quality of being disgusting to the senses or emotions"], ["nefariousness", "the quality of being wicked"], ["sliminess", "the quality of being disgusting to the senses or emotions"], ["lousiness", "the quality of being disgusting to the senses or emotions"], ["repulsiveness", "the quality of being disgusting to the senses or emotions"], ["ugliness", "the quality of being wicked"]]}, {"answer": "vilification", "hint": "synonyms for vilification", "clues": [["contumely", "a rude expression intended to offend or hurt"], ["smear", "slanderous defamation"], ["malignment", "slanderous defamation"], ["revilement", "a rude expression intended to offend or hurt"], ["insult", "a rude expression intended to offend or hurt"], ["abuse", "a rude expression intended to offend or hurt"]]}, {"answer": "vinyl_ether", "hint": "synonyms for vinyl ether", "clues": [["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["diethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"], ["divinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic"]]}, {"answer": "violation", "hint": "synonyms for violation", "clues": [["infringement", "an act that disregards an agreement or a right"], ["misdemeanor", "a crime less serious than a felony"], ["infraction", "a crime less serious than a felony"], ["ravishment", "the crime of forcing a woman to submit to sexual intercourse against her will"], ["encroachment", "entry to another's property without right or permission"], ["usurpation", "entry to another's property without right or permission"], ["irreverence", "a disrespectful act"], ["rape", "the crime of forcing a woman to submit to sexual intercourse against her will"], ["trespass", "entry to another's property without right or permission"], ["assault", "the crime of forcing a woman to submit to sexual intercourse against her will"], ["intrusion", "entry to another's property without right or permission"]]}, {"answer": "violence", "hint": "synonyms for violence", "clues": [["vehemence", "the property of being wild or turbulent"], ["furiousness", "the property of being wild or turbulent"], ["fury", "the property of being wild or turbulent"], ["ferocity", "the property of being wild or turbulent"], ["wildness", "the property of being wild or turbulent"], ["fierceness", "the property of being wild or turbulent"], ["force", "an act of aggression (as one against a person who resists)"]]}, {"answer": "viosterol", "hint": "synonyms for viosterol", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets"], ["vitamin D", "a fat-soluble vitamin that prevents rickets"], ["calciferol", "a fat-soluble vitamin that prevents rickets"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets"]]}, {"answer": "virgule", "hint": "synonyms for virgule", "clues": [["diagonal", "a punctuation mark (/) used to separate related items of information"], ["slash", "a punctuation mark (/) used to separate related items of information"], ["stroke", "a punctuation mark (/) used to separate related items of information"], ["separatrix", "a punctuation mark (/) used to separate related items of information"], ["solidus", "a punctuation mark (/) used to separate related items of information"]]}, {"answer": "virtue", "hint": "synonyms for virtue", "clues": [["chastity", "morality with respect to sexual relations"], ["merit", "any admirable quality or attribute"], ["sexual morality", "morality with respect to sexual relations"], ["virtuousness", "the quality of doing what is right and avoiding what is wrong"], ["moral excellence", "the quality of doing what is right and avoiding what is wrong"]]}, {"answer": "vis_major", "hint": "synonyms for vis major", "clues": [["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events"]]}, {"answer": "viscidity", "hint": "synonyms for viscidity", "clues": [["ropiness", "the property of being cohesive and sticky"], ["tackiness", "the property of being cohesive and sticky"], ["gumminess", "the property of being cohesive and sticky"], ["viscidness", "the property of being cohesive and sticky"], ["cohesiveness", "the property of being cohesive and sticky"], ["glueyness", "the property of being cohesive and sticky"], ["gluiness", "the property of being cohesive and sticky"]]}, {"answer": "viscidness", "hint": "synonyms for viscidness", "clues": [["viscidity", "the property of being cohesive and sticky"], ["ropiness", "the property of being cohesive and sticky"], ["tackiness", "the property of being cohesive and sticky"], ["gumminess", "the property of being cohesive and sticky"], ["cohesiveness", "the property of being cohesive and sticky"], ["glueyness", "the property of being cohesive and sticky"], ["gluiness", "the property of being cohesive and sticky"]]}, {"answer": "visible_horizon", "hint": "synonyms for visible horizon", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet"], ["skyline", "the line at which the sky and Earth appear to meet"], ["horizon", "the line at which the sky and Earth appear to meet"], ["sensible horizon", "the line at which the sky and Earth appear to meet"]]}, {"answer": "vision", "hint": "synonyms for vision", "clues": [["imaginativeness", "the formation of a mental image of something that is not perceived as real and is not present to the senses"], ["imagination", "the formation of a mental image of something that is not perceived as real and is not present to the senses"], ["visual sensation", "the perceptual experience of seeing"], ["visual modality", "the ability to see; the visual faculty"], ["sight", "the ability to see; the visual faculty"], ["visual sense", "the ability to see; the visual faculty"]]}, {"answer": "visor", "hint": "synonyms for visor", "clues": [["vizor", "a piece of armor plate (with eye slits) fixed or hinged to a medieval helmet to protect the face"], ["eyeshade", "a brim that projects to the front to shade the eyes"], ["bill", "a brim that projects to the front to shade the eyes"], ["peak", "a brim that projects to the front to shade the eyes"]]}, {"answer": "vista", "hint": "synonyms for vista", "clues": [["prospect", "the visual percept of a region"], ["aspect", "the visual percept of a region"], ["panorama", "the visual percept of a region"], ["scene", "the visual percept of a region"], ["view", "the visual percept of a region"]]}, {"answer": "vitality", "hint": "synonyms for vitality", "clues": [["elan vital", "(biology) a hypothetical force (not physical or chemical) once thought by Henri Bergson to cause the evolution and development of organisms"], ["vital force", "(biology) a hypothetical force (not physical or chemical) once thought by Henri Bergson to cause the evolution and development of organisms"], ["verve", "an energetic style"], ["animation", "the property of being able to survive and grow"], ["life force", "(biology) a hypothetical force (not physical or chemical) once thought by Henri Bergson to cause the evolution and development of organisms"]]}, {"answer": "vitamin_b1", "hint": "synonyms for vitamin b1", "clues": [["vitamin B1", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["thiamin", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["aneurin", "a B vitamin that prevents beriberi; maintains appetite and growth"], ["antiberiberi factor", "a B vitamin that prevents beriberi; maintains appetite and growth"]]}, {"answer": "vitamin_b12", "hint": "synonyms for vitamin b12", "clues": [["cyanocobalamin", "a B vitamin that is used to treat pernicious anemia"], ["vitamin B12", "a B vitamin that is used to treat pernicious anemia"], ["antipernicious anemia factor", "a B vitamin that is used to treat pernicious anemia"], ["cobalamin", "a B vitamin that is used to treat pernicious anemia"]]}, {"answer": "vitamin_b2", "hint": "synonyms for vitamin b2", "clues": [["riboflavin", "a B vitamin that prevents skin lesions and weight loss"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin B2", "a B vitamin that prevents skin lesions and weight loss"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss"]]}, {"answer": "vitamin_b6", "hint": "synonyms for vitamin b6", "clues": [["adermin", "a B vitamin that is essential for metabolism of amino acids and starch"], ["pyridoxal", "a B vitamin that is essential for metabolism of amino acids and starch"], ["pyridoxine", "a B vitamin that is essential for metabolism of amino acids and starch"], ["vitamin B6", "a B vitamin that is essential for metabolism of amino acids and starch"]]}, {"answer": "vitamin_bc", "hint": "synonyms for vitamin bc", "clues": [["folic acid", "a B vitamin that is essential for cell growth and reproduction"], ["folacin", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction"], ["folate", "a B vitamin that is essential for cell growth and reproduction"], ["pteroylglutamic acid", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction"]]}, {"answer": "vitamin_d", "hint": "synonyms for vitamin d", "clues": [["vitamin D", "a fat-soluble vitamin that prevents rickets"], ["cholecalciferol", "a fat-soluble vitamin that prevents rickets"], ["calciferol", "a fat-soluble vitamin that prevents rickets"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets"], ["viosterol", "a fat-soluble vitamin that prevents rickets"]]}, {"answer": "vitamin_g", "hint": "synonyms for vitamin g", "clues": [["riboflavin", "a B vitamin that prevents skin lesions and weight loss"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss"], ["vitamin B2", "a B vitamin that prevents skin lesions and weight loss"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss"]]}, {"answer": "vitamin_m", "hint": "synonyms for vitamin m", "clues": [["folic acid", "a B vitamin that is essential for cell growth and reproduction"], ["folacin", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction"], ["folate", "a B vitamin that is essential for cell growth and reproduction"], ["pteroylglutamic acid", "a B vitamin that is essential for cell growth and reproduction"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction"]]}, {"answer": "vitreous_silica", "hint": "synonyms for vitreous silica", "clues": [["lechatelierite", "colorless glass made of almost pure silica"], ["quartz glass", "colorless glass made of almost pure silica"], ["quartz", "colorless glass made of almost pure silica"], ["crystal", "colorless glass made of almost pure silica"]]}, {"answer": "vitriol", "hint": "synonyms for vitriol", "clues": [["oil of vitriol", "(H2SO4) a highly corrosive acid made from sulfur dioxide; widely used in the chemical industry"], ["sulfuric acid", "(H2SO4) a highly corrosive acid made from sulfur dioxide; widely used in the chemical industry"], ["invective", "abusive or venomous language used to express blame or censure or bitter deep-seated ill will"], ["vituperation", "abusive or venomous language used to express blame or censure or bitter deep-seated ill will"]]}, {"answer": "viva", "hint": "synonyms for viva", "clues": [["oral", "an examination conducted by spoken communication"], ["oral exam", "an examination conducted by spoken communication"], ["viva voce", "an examination conducted by spoken communication"], ["oral examination", "an examination conducted by spoken communication"]]}, {"answer": "vividness", "hint": "synonyms for vividness", "clues": [["intensity", "chromatic purity: freedom from dilution with white and hence vivid in hue"], ["saturation", "chromatic purity: freedom from dilution with white and hence vivid in hue"], ["color", "interest and variety and intensity"], ["chroma", "chromatic purity: freedom from dilution with white and hence vivid in hue"]]}, {"answer": "vivification", "hint": "synonyms for vivification", "clues": [["animation", "quality of being active or spirited or alive and vigorous"], ["invigoration", "quality of being active or spirited or alive and vigorous"], ["brio", "quality of being active or spirited or alive and vigorous"], ["spiritedness", "quality of being active or spirited or alive and vigorous"]]}, {"answer": "vizor", "hint": "synonyms for vizor", "clues": [["eyeshade", "a brim that projects to the front to shade the eyes"], ["visor", "a piece of armor plate (with eye slits) fixed or hinged to a medieval helmet to protect the face"], ["bill", "a brim that projects to the front to shade the eyes"], ["peak", "a brim that projects to the front to shade the eyes"]]}, {"answer": "vocalisation", "hint": "synonyms for vocalisation", "clues": [["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"]]}, {"answer": "vocalism", "hint": "synonyms for vocalism", "clues": [["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vowel system", "the system of vowels used in a particular language"]]}, {"answer": "vocalization", "hint": "synonyms for vocalization", "clues": [["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalisation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["utterance", "the use of uttered sounds for auditory communication"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"]]}, {"answer": "vociferation", "hint": "synonyms for vociferation", "clues": [["call", "a loud utterance; often in protest or opposition"], ["cry", "a loud utterance; often in protest or opposition"], ["yell", "a loud utterance; often in protest or opposition"], ["outcry", "a loud utterance; often in protest or opposition"], ["shout", "a loud utterance; often in protest or opposition"]]}, {"answer": "voice", "hint": "synonyms for voice", "clues": [["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["articulation", "expressing in coherent verbal form"], ["part", "the melody carried by a particular voice or instrument in polyphonic music"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"]]}, {"answer": "voice_communication", "hint": "synonyms for voice communication", "clues": [["speech communication", "(language) communication by word of mouth"], ["spoken language", "(language) communication by word of mouth"], ["oral communication", "(language) communication by word of mouth"], ["speech", "(language) communication by word of mouth"], ["language", "(language) communication by word of mouth"]]}, {"answer": "voider", "hint": "synonyms for voider", "clues": [["laundry basket", "a hamper that holds dirty clothes to be washed or wet clothes to be dried"], ["clothes basket", "a hamper that holds dirty clothes to be washed or wet clothes to be dried"], ["clothes hamper", "a hamper that holds dirty clothes to be washed or wet clothes to be dried"], ["gusset", "a piece of chain mail covering a place unprotected by armor plate"]]}, {"answer": "voltage", "hint": "synonyms for voltage", "clues": [["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["electromotive force", "the rate at which energy is drawn from a source that produces a flow of electricity in a circuit; expressed in volts"], ["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts"], ["emf", "the rate at which energy is drawn from a source that produces a flow of electricity in a circuit; expressed in volts"]]}, {"answer": "volume", "hint": "synonyms for volume", "clues": [["intensity", "the magnitude of sound (usually in a specified direction)"], ["book", "physical objects consisting of a number of pages bound together"], ["loudness", "the magnitude of sound (usually in a specified direction)"], ["mass", "the property of something that is great in magnitude"], ["bulk", "the property of something that is great in magnitude"]]}, {"answer": "volume-detonation_bomb", "hint": "synonyms for volume-detonation bomb", "clues": [["vacuum bomb", "a bomb that uses a fuel-air explosive"], ["fuel-air bomb", "a bomb that uses a fuel-air explosive"], ["aerosol bomb", "a bomb that uses a fuel-air explosive"], ["thermobaric bomb", "a bomb that uses a fuel-air explosive"]]}, {"answer": "volume_unit", "hint": "synonyms for volume unit", "clues": [["capacity unit", "a unit of measurement of volume or capacity"], ["displacement unit", "a unit of measurement of volume or capacity"], ["capacity measure", "a unit of measurement of volume or capacity"], ["cubic measure", "a unit of measurement of volume or capacity"], ["cubic content unit", "a unit of measurement of volume or capacity"], ["cubature unit", "a unit of measurement of volume or capacity"], ["cubage unit", "a unit of measurement of volume or capacity"]]}, {"answer": "voluptuousness", "hint": "synonyms for voluptuousness", "clues": [["curvaceousness", "the quality of having a well-rounded body"], ["lushness", "the property of being lush and abundant and a pleasure to the senses"], ["luxuriance", "the property of being lush and abundant and a pleasure to the senses"], ["shapeliness", "the quality of having a well-rounded body"], ["hot stuff", "the quality of being attractive and exciting (especially sexually exciting)"]]}, {"answer": "vomit", "hint": "synonyms for vomit", "clues": [["puking", "the reflex act of ejecting the contents of the stomach through the mouth"], ["vomitus", "the matter ejected in vomiting"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth"], ["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth"], ["vomitive", "a medicine that induces nausea and vomiting"], ["puke", "the matter ejected in vomiting"], ["vomiting", "the reflex act of ejecting the contents of the stomach through the mouth"], ["barf", "the matter ejected in vomiting"], ["nauseant", "a medicine that induces nausea and vomiting"], ["emetic", "a medicine that induces nausea and vomiting"]]}, {"answer": "vomiting", "hint": "synonyms for vomiting", "clues": [["vomit", "the reflex act of ejecting the contents of the stomach through the mouth"], ["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth"]]}, {"answer": "voodoo", "hint": "synonyms for voodoo", "clues": [["fetish", "a charm superstitiously believed to embody magical powers"], ["voodooism", "a religious cult practiced chiefly in Caribbean countries (especially Haiti); involves witchcraft and animistic deities"], ["hoodoo", "a charm superstitiously believed to embody magical powers"], ["fetich", "a charm superstitiously believed to embody magical powers"], ["juju", "a charm superstitiously believed to embody magical powers"], ["vodoun", "a religious cult practiced chiefly in Caribbean countries (especially Haiti); involves witchcraft and animistic deities"]]}, {"answer": "voraciousness", "hint": "synonyms for voraciousness", "clues": [["edacity", "extreme gluttony"], ["rapaciousness", "an excessive desire for wealth (usually in large amounts)"], ["greediness", "an excessive desire for wealth (usually in large amounts)"], ["rapacity", "extreme gluttony"], ["voracity", "extreme gluttony"], ["esurience", "extreme gluttony"]]}, {"answer": "voracity", "hint": "synonyms for voracity", "clues": [["edacity", "extreme gluttony"], ["voraciousness", "extreme gluttony"], ["rapaciousness", "extreme gluttony"], ["rapacity", "extreme gluttony"], ["esurience", "extreme gluttony"]]}, {"answer": "vortex", "hint": "synonyms for vortex", "clues": [["whirl", "the shape of something rotating rapidly"], ["maelstrom", "a powerful circular current of water (usually the result of conflicting tides)"], ["convolution", "the shape of something rotating rapidly"], ["whirlpool", "a powerful circular current of water (usually the result of conflicting tides)"], ["swirl", "the shape of something rotating rapidly"]]}, {"answer": "vote", "hint": "synonyms for vote", "clues": [["suffrage", "a legal right guaranteed by the 15th amendment to the US Constitution; guaranteed to women by the 19th amendment"], ["balloting", "a choice that is made by counting the number of people in favor of each alternative"], ["voting", "a choice that is made by counting the number of people in favor of each alternative"], ["voter turnout", "the total number of voters who participated"], ["right to vote", "a legal right guaranteed by the 15th amendment to the US Constitution; guaranteed to women by the 19th amendment"]]}, {"answer": "vox", "hint": "synonyms for vox", "clues": [["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract"]]}, {"answer": "vulgarism", "hint": "synonyms for vulgarism", "clues": [["vulgarity", "the quality of lacking taste and refinement"], ["coarseness", "the quality of lacking taste and refinement"], ["dirty word", "an offensive or indecent word or phrase"], ["obscenity", "an offensive or indecent word or phrase"], ["raunch", "the quality of lacking taste and refinement"], ["smut", "an offensive or indecent word or phrase"], ["commonness", "the quality of lacking taste and refinement"], ["filth", "an offensive or indecent word or phrase"], ["grossness", "the quality of lacking taste and refinement"]]}, {"answer": "vulgarity", "hint": "synonyms for vulgarity", "clues": [["raunch", "the quality of lacking taste and refinement"], ["commonness", "the quality of lacking taste and refinement"], ["coarseness", "the quality of lacking taste and refinement"], ["vulgarism", "the quality of lacking taste and refinement"], ["grossness", "the quality of lacking taste and refinement"]]}, {"answer": "w", "hint": "synonyms for w", "clues": [["watt", "a unit of power equal to 1 joule per second; the power dissipated by a current of 1 ampere flowing across a resistance of 1 ohm"], ["atomic number 74", "a heavy grey-white metallic element; the pure form is used mainly in electrical applications; it is found in several ores including wolframite and scheelite"], ["double-u", "the 23rd letter of the Roman alphabet"], ["due west", "the cardinal compass point that is a 270 degrees"], ["wolfram", "a heavy grey-white metallic element; the pure form is used mainly in electrical applications; it is found in several ores including wolframite and scheelite"], ["west", "the cardinal compass point that is a 270 degrees"], ["tungsten", "a heavy grey-white metallic element; the pure form is used mainly in electrical applications; it is found in several ores including wolframite and scheelite"], ["westward", "the cardinal compass point that is a 270 degrees"]]}, {"answer": "wad", "hint": "synonyms for wad", "clues": [["pile", "(often followed by `of') a large number or amount or extent"], ["flock", "(often followed by `of') a large number or amount or extent"], ["mass", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["chew", "a wad of something chewable as tobacco"], ["sight", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["stack", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["cud", "a wad of something chewable as tobacco"], ["spate", "(often followed by `of') a large number or amount or extent"], ["deal", "(often followed by `of') a large number or amount or extent"], ["quid", "a wad of something chewable as tobacco"], ["heap", "(often followed by `of') a large number or amount or extent"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["passel", "(often followed by `of') a large number or amount or extent"], ["pot", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["chaw", "a wad of something chewable as tobacco"], ["mint", "(often followed by `of') a large number or amount or extent"], ["lot", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["raft", "(often followed by `of') a large number or amount or extent"], ["plug", "a wad of something chewable as tobacco"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "wads", "hint": "synonyms for wads", "clues": [["heaps", "a large number or amount"], ["flock", "(often followed by `of') a large number or amount or extent"], ["wad", "(often followed by `of') a large number or amount or extent"], ["mess", "(often followed by `of') a large number or amount or extent"], ["rafts", "a large number or amount"], ["piles", "a large number or amount"], ["good deal", "(often followed by `of') a large number or amount or extent"], ["sight", "(often followed by `of') a large number or amount or extent"], ["chew", "a wad of something chewable as tobacco"], ["great deal", "(often followed by `of') a large number or amount or extent"], ["muckle", "(often followed by `of') a large number or amount or extent"], ["slew", "(often followed by `of') a large number or amount or extent"], ["scores", "a large number or amount"], ["cud", "a wad of something chewable as tobacco"], ["deal", "(often followed by `of') a large number or amount or extent"], ["oodles", "a large number or amount"], ["pot", "(often followed by `of') a large number or amount or extent"], ["tidy sum", "(often followed by `of') a large number or amount or extent"], ["scads", "a large number or amount"], ["tons", "a large number or amount"], ["plug", "a wad of something chewable as tobacco"], ["stacks", "a large number or amount"], ["loads", "a large number or amount"], ["mass", "(often followed by `of') a large number or amount or extent"], ["batch", "(often followed by `of') a large number or amount or extent"], ["mountain", "(often followed by `of') a large number or amount or extent"], ["mickle", "(often followed by `of') a large number or amount or extent"], ["dozens", "a large number or amount"], ["spate", "(often followed by `of') a large number or amount or extent"], ["quid", "a wad of something chewable as tobacco"], ["quite a little", "(often followed by `of') a large number or amount or extent"], ["gobs", "a large number or amount"], ["lashings", "a large number or amount"], ["lots", "a large number or amount"], ["passel", "(often followed by `of') a large number or amount or extent"], ["plenty", "(often followed by `of') a large number or amount or extent"], ["chaw", "a wad of something chewable as tobacco"], ["mint", "(often followed by `of') a large number or amount or extent"], ["hatful", "(often followed by `of') a large number or amount or extent"], ["peck", "(often followed by `of') a large number or amount or extent"]]}, {"answer": "wage", "hint": "synonyms for wage", "clues": [["salary", "something that remunerates"], ["earnings", "something that remunerates"], ["remuneration", "something that remunerates"], ["pay", "something that remunerates"]]}, {"answer": "wage_hike", "hint": "synonyms for wage hike", "clues": [["salary increase", "the amount a salary is increased"], ["raise", "the amount a salary is increased"], ["wage increase", "the amount a salary is increased"], ["hike", "the amount a salary is increased"]]}, {"answer": "wage_increase", "hint": "synonyms for wage increase", "clues": [["salary increase", "the amount a salary is increased"], ["raise", "the amount a salary is increased"], ["wage hike", "the amount a salary is increased"], ["hike", "the amount a salary is increased"]]}, {"answer": "wages", "hint": "synonyms for wages", "clues": [["salary", "something that remunerates"], ["pay", "something that remunerates"], ["payoff", "a recompense for worthy acts or retribution for wrongdoing"], ["wage", "something that remunerates"], ["remuneration", "something that remunerates"], ["reward", "a recompense for worthy acts or retribution for wrongdoing"], ["earnings", "something that remunerates"]]}, {"answer": "waggon", "hint": "synonyms for waggon", "clues": [["estate car", "a car that has a long body and rear door with space behind rear seat"], ["wagon", "any of various kinds of wheeled vehicles drawn by an animal or a tractor"], ["station waggon", "a car that has a long body and rear door with space behind rear seat"], ["beach wagon", "a car that has a long body and rear door with space behind rear seat"]]}, {"answer": "wagon", "hint": "synonyms for wagon", "clues": [["estate car", "a car that has a long body and rear door with space behind rear seat"], ["station waggon", "a car that has a long body and rear door with space behind rear seat"], ["beach wagon", "a car that has a long body and rear door with space behind rear seat"], ["black Maria", "van used by police to transport prisoners"], ["waggon", "any of various kinds of wheeled vehicles drawn by an animal or a tractor"], ["coaster wagon", "a child's four-wheeled toy cart sometimes used for coasting"], ["patrol wagon", "van used by police to transport prisoners"], ["police van", "van used by police to transport prisoners"], ["police wagon", "van used by police to transport prisoners"], ["paddy wagon", "van used by police to transport prisoners"]]}, {"answer": "waistband", "hint": "synonyms for waistband", "clues": [["sash", "a band of material around the waist that strengthens a skirt or trousers"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers"], ["waistcloth", "a band of material around the waist that strengthens a skirt or trousers"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers"]]}, {"answer": "waistcloth", "hint": "synonyms for waistcloth", "clues": [["sash", "a band of material around the waist that strengthens a skirt or trousers"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers"], ["waistband", "a band of material around the waist that strengthens a skirt or trousers"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers"]]}, {"answer": "wait", "hint": "synonyms for wait", "clues": [["waiting", "the act of waiting (remaining inactive in one place while expecting something)"], ["postponement", "time during which some action is awaited"], ["hold", "time during which some action is awaited"], ["delay", "time during which some action is awaited"], ["time lag", "time during which some action is awaited"]]}, {"answer": "walk", "hint": "synonyms for walk", "clues": [["walk of life", "careers in general"], ["base on balls", "(baseball) an advance to first base by a batter who receives four balls"], ["manner of walking", "manner of walking"], ["paseo", "a path set aside for walking"], ["walking", "the act of traveling by foot"], ["walkway", "a path set aside for walking"], ["pass", "(baseball) an advance to first base by a batter who receives four balls"]]}, {"answer": "walkaway", "hint": "synonyms for walkaway", "clues": [["runaway", "an easy victory"], ["laugher", "an easy victory"], ["shoo-in", "an easy victory"], ["blowout", "an easy victory"], ["romp", "an easy victory"]]}, {"answer": "walkover", "hint": "synonyms for walkover", "clues": [["piece of cake", "any undertaking that is easy to do"], ["pushover", "any undertaking that is easy to do"], ["breeze", "any undertaking that is easy to do"], ["snap", "any undertaking that is easy to do"], ["duck soup", "any undertaking that is easy to do"], ["cinch", "any undertaking that is easy to do"], ["picnic", "any undertaking that is easy to do"], ["child's play", "any undertaking that is easy to do"]]}, {"answer": "wall_plug", "hint": "synonyms for wall plug", "clues": [["electrical outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"]]}, {"answer": "wall_socket", "hint": "synonyms for wall socket", "clues": [["electrical outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices"]]}, {"answer": "wampum", "hint": "synonyms for wampum", "clues": [["sugar", "informal terms for money"], ["bread", "informal terms for money"], ["simoleons", "informal terms for money"], ["peag", "small cylindrical beads made from polished shells and fashioned into strings or belts; used by certain Native American peoples as jewelry or currency"], ["dinero", "informal terms for money"], ["clams", "informal terms for money"], ["pelf", "informal terms for money"], ["dough", "informal terms for money"], ["lettuce", "informal terms for money"], ["scratch", "informal terms for money"], ["gelt", "informal terms for money"], ["lucre", "informal terms for money"], ["loot", "informal terms for money"], ["boodle", "informal terms for money"], ["cabbage", "informal terms for money"], ["wampumpeag", "small cylindrical beads made from polished shells and fashioned into strings or belts; used by certain Native American peoples as jewelry or currency"], ["kale", "informal terms for money"], ["moolah", "informal terms for money"], ["shekels", "informal terms for money"], ["lolly", "informal terms for money"]]}, {"answer": "wanness", "hint": "synonyms for wanness", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)"]]}, {"answer": "war_cry", "hint": "synonyms for war cry", "clues": [["war whoop", "a yell intended to rally a group of soldiers in battle"], ["battle cry", "a slogan used to rally support for a cause"], ["watchword", "a slogan used to rally support for a cause"], ["cry", "a slogan used to rally support for a cause"], ["rallying cry", "a slogan used to rally support for a cause"]]}, {"answer": "war_machine", "hint": "synonyms for war machine", "clues": [["armed forces", "the military forces of a nation"], ["military", "the military forces of a nation"], ["military machine", "the military forces of a nation"], ["armed services", "the military forces of a nation"]]}, {"answer": "warmheartedness", "hint": "synonyms for warmheartedness", "clues": [["philia", "a positive feeling of liking"], ["heart", "a positive feeling of liking"], ["tenderness", "a positive feeling of liking"], ["warmth", "a warmhearted feeling"], ["affectionateness", "a positive feeling of liking"], ["fondness", "a positive feeling of liking"], ["warmness", "a positive feeling of liking"], ["affection", "a positive feeling of liking"]]}, {"answer": "warmness", "hint": "synonyms for warmness", "clues": [["tenderness", "a positive feeling of liking"], ["fondness", "a positive feeling of liking"], ["warmheartedness", "a positive feeling of liking"], ["philia", "a positive feeling of liking"], ["heart", "a positive feeling of liking"], ["affectionateness", "a positive feeling of liking"], ["affection", "a positive feeling of liking"], ["warmth", "the quality of having a moderate degree of heat"]]}, {"answer": "warmth", "hint": "synonyms for warmth", "clues": [["warmheartedness", "a warmhearted feeling"], ["heat", "the trait of being intensely emotional"], ["lovingness", "a quality proceeding from feelings of affection or love"], ["affectionateness", "a quality proceeding from feelings of affection or love"], ["warmness", "the quality of having a moderate degree of heat"], ["passion", "the trait of being intensely emotional"], ["fondness", "a quality proceeding from feelings of affection or love"]]}, {"answer": "warrant", "hint": "synonyms for warrant", "clues": [["sanction", "formal and explicit approval"], ["endorsement", "formal and explicit approval"], ["guarantee", "a written assurance that some product or service will be provided or will meet certain specifications"], ["stock-purchase warrant", "a type of security issued by a corporation (usually together with a bond or preferred stock) that gives the holder the right to purchase a certain amount of common stock at a stated price"], ["stock warrant", "a type of security issued by a corporation (usually together with a bond or preferred stock) that gives the holder the right to purchase a certain amount of common stock at a stated price"], ["warranty", "a written assurance that some product or service will be provided or will meet certain specifications"], ["imprimatur", "formal and explicit approval"], ["countenance", "formal and explicit approval"], ["warrantee", "a written assurance that some product or service will be provided or will meet certain specifications"]]}, {"answer": "wash", "hint": "synonyms for wash", "clues": [["race", "the flow of air that is driven backwards by an aircraft propeller"], ["dry wash", "the dry bed of an intermittent stream (as at the bottom of a canyon)"], ["washing", "the work of cleansing (usually with soap and water)"], ["airstream", "the flow of air that is driven backwards by an aircraft propeller"], ["washables", "garments or white goods that can be cleaned by laundering"], ["laundry", "garments or white goods that can be cleaned by laundering"], ["wash drawing", "a watercolor made by applying a series of monochrome washes one over the other"], ["lavation", "the work of cleansing (usually with soap and water)"], ["slipstream", "the flow of air that is driven backwards by an aircraft propeller"], ["backwash", "the flow of air that is driven backwards by an aircraft propeller"], ["washout", "the erosive process of washing away soil or gravel by water (as from a roadway)"]]}, {"answer": "wash-hand_basin", "hint": "synonyms for wash-hand basin", "clues": [["washbowl", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"]]}, {"answer": "wash_room", "hint": "synonyms for wash room", "clues": [["convenience", "a toilet that is available to the public"], ["comfort station", "a toilet that is available to the public"], ["toilet facility", "a toilet that is available to the public"], ["public lavatory", "a toilet that is available to the public"], ["public convenience", "a toilet that is available to the public"], ["restroom", "a toilet that is available to the public"], ["public toilet", "a toilet that is available to the public"]]}, {"answer": "washbasin", "hint": "synonyms for washbasin", "clues": [["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["washbowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"]]}, {"answer": "washbowl", "hint": "synonyms for washbowl", "clues": [["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)"], ["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"]]}, {"answer": "washing", "hint": "synonyms for washing", "clues": [["wash", "the work of cleansing (usually with soap and water)"], ["lavation", "the work of cleansing (usually with soap and water)"], ["washables", "garments or white goods that can be cleaned by laundering"], ["laundry", "garments or white goods that can be cleaned by laundering"]]}, {"answer": "washing_soda", "hint": "synonyms for washing soda", "clues": [["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"], ["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper"]]}, {"answer": "washstand", "hint": "synonyms for washstand", "clues": [["washbowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"], ["wash-hand stand", "furniture consisting of a table or stand to hold a basin and pitcher of water for washing: `wash-hand stand' is a British term"], ["washbasin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face"]]}, {"answer": "waste-yard", "hint": "synonyms for waste-yard", "clues": [["dump", "a piece of land where waste materials are dumped"], ["trash dump", "a piece of land where waste materials are dumped"], ["dumpsite", "a piece of land where waste materials are dumped"], ["garbage dump", "a piece of land where waste materials are dumped"], ["rubbish dump", "a piece of land where waste materials are dumped"], ["wasteyard", "a piece of land where waste materials are dumped"]]}, {"answer": "wastebin", "hint": "synonyms for wastebin", "clues": [["ash-bin", "a bin that holds rubbish until it is collected"], ["trash barrel", "a bin that holds rubbish until it is collected"], ["trash bin", "a bin that holds rubbish until it is collected"], ["ashcan", "a bin that holds rubbish until it is collected"], ["garbage can", "a bin that holds rubbish until it is collected"], ["dustbin", "a bin that holds rubbish until it is collected"], ["trash can", "a bin that holds rubbish until it is collected"]]}, {"answer": "wasteyard", "hint": "synonyms for wasteyard", "clues": [["dump", "a piece of land where waste materials are dumped"], ["trash dump", "a piece of land where waste materials are dumped"], ["dumpsite", "a piece of land where waste materials are dumped"], ["garbage dump", "a piece of land where waste materials are dumped"], ["waste-yard", "a piece of land where waste materials are dumped"], ["rubbish dump", "a piece of land where waste materials are dumped"]]}, {"answer": "watch_bracelet", "hint": "synonyms for watch bracelet", "clues": [["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"]]}, {"answer": "watchband", "hint": "synonyms for watchband", "clues": [["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"]]}, {"answer": "watchfulness", "hint": "synonyms for watchfulness", "clues": [["weather eye", "vigilant attentiveness"], ["wakefulness", "the process of paying close and continuous attention"], ["alertness", "the process of paying close and continuous attention"], ["vigilance", "vigilant attentiveness"]]}, {"answer": "watchstrap", "hint": "synonyms for watchstrap", "clues": [["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"]]}, {"answer": "watchword", "hint": "synonyms for watchword", "clues": [["battle cry", "a slogan used to rally support for a cause"], ["cry", "a slogan used to rally support for a cause"], ["countersign", "a secret word or phrase known only to a restricted group"], ["password", "a secret word or phrase known only to a restricted group"], ["word", "a secret word or phrase known only to a restricted group"], ["parole", "a secret word or phrase known only to a restricted group"], ["rallying cry", "a slogan used to rally support for a cause"], ["war cry", "a slogan used to rally support for a cause"]]}, {"answer": "water", "hint": "synonyms for water", "clues": [["water supply", "a facility that provides a source of water"], ["water system", "a facility that provides a source of water"], ["body of water", "the part of the earth's surface covered with water (such as a river or lake or ocean)"], ["piddle", "liquid excretory product"], ["pee", "liquid excretory product"], ["weewee", "liquid excretory product"], ["piss", "liquid excretory product"], ["urine", "liquid excretory product"]]}, {"answer": "water_finder", "hint": "synonyms for water finder", "clues": [["waterfinder", "forked stick that is said to dip down to indicate underground water or oil"], ["dowsing rod", "forked stick that is said to dip down to indicate underground water or oil"], ["divining rod", "forked stick that is said to dip down to indicate underground water or oil"], ["dowser", "forked stick that is said to dip down to indicate underground water or oil"]]}, {"answer": "water_gate", "hint": "synonyms for water gate", "clues": [["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"], ["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice"]]}, {"answer": "water_glass", "hint": "synonyms for water glass", "clues": [["soluble glass", "a viscous glass consisting of sodium silicate in solution; used as a cement or as a protective coating and to preserve eggs"], ["clepsydra", "clock that measures time by the escape of water"], ["sodium silicate", "a viscous glass consisting of sodium silicate in solution; used as a cement or as a protective coating and to preserve eggs"], ["water gauge", "gauge for indicating the level of water in e.g. a tank or boiler or reservoir"], ["water clock", "clock that measures time by the escape of water"]]}, {"answer": "water_pipe", "hint": "synonyms for water pipe", "clues": [["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water"]]}, {"answer": "waterfinder", "hint": "synonyms for waterfinder", "clues": [["water finder", "forked stick that is said to dip down to indicate underground water or oil"], ["dowsing rod", "forked stick that is said to dip down to indicate underground water or oil"], ["divining rod", "forked stick that is said to dip down to indicate underground water or oil"], ["dowser", "forked stick that is said to dip down to indicate underground water or oil"]]}, {"answer": "waters", "hint": "synonyms for waters", "clues": [["water", "a facility that provides a source of water"], ["water supply", "a facility that provides a source of water"], ["water system", "a facility that provides a source of water"], ["body of water", "the part of the earth's surface covered with water (such as a river or lake or ocean)"], ["piddle", "liquid excretory product"], ["pee", "liquid excretory product"], ["weewee", "liquid excretory product"], ["piss", "liquid excretory product"], ["urine", "liquid excretory product"]]}, {"answer": "watershed", "hint": "synonyms for watershed", "clues": [["water parting", "a ridge of land that separates two adjacent river systems"], ["landmark", "an event marking a unique or important historical change of course or one on which important developments depend"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["turning point", "an event marking a unique or important historical change of course or one on which important developments depend"], ["divide", "a ridge of land that separates two adjacent river systems"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet"]]}, {"answer": "waterspout", "hint": "synonyms for waterspout", "clues": [["cloudburst", "a heavy rain"], ["soaker", "a heavy rain"], ["pelter", "a heavy rain"], ["deluge", "a heavy rain"], ["downpour", "a heavy rain"], ["torrent", "a heavy rain"]]}, {"answer": "wave", "hint": "synonyms for wave", "clues": [["undulation", "(physics) a movement up and down or back and forth"], ["waving", "the act of signaling by a movement of the hand"], ["wafture", "the act of signaling by a movement of the hand"], ["moving ridge", "one of a series of ridges that moves across the surface of a liquid (especially across a large body of water)"]]}, {"answer": "waver", "hint": "synonyms for waver", "clues": [["falter", "the act of pausing uncertainly"], ["flutter", "the act of moving back and forth"], ["hesitation", "the act of pausing uncertainly"], ["flicker", "the act of moving back and forth"]]}, {"answer": "ways", "hint": "synonyms for ways", "clues": [["manner", "how something is done or how it happens"], ["way", "a journey or passage"], ["means", "how a result is obtained or an end is achieved"], ["way of life", "a course of conduct"], ["path", "a course of conduct"], ["agency", "how a result is obtained or an end is achieved"], ["shipway", "structure consisting of a sloping way down to the water from the place where ships are built or repaired"], ["elbow room", "space for movement"], ["mode", "how something is done or how it happens"], ["direction", "a line leading to a place or point"], ["fashion", "how something is done or how it happens"], ["style", "how something is done or how it happens"], ["room", "space for movement"]]}, {"answer": "weaponry", "hint": "synonyms for weaponry", "clues": [["implements of war", "weapons considered collectively"], ["arms", "weapons considered collectively"], ["munition", "weapons considered collectively"], ["weapons system", "weapons considered collectively"]]}, {"answer": "weapons_system", "hint": "synonyms for weapons system", "clues": [["implements of war", "weapons considered collectively"], ["arms", "weapons considered collectively"], ["munition", "weapons considered collectively"], ["weaponry", "weapons considered collectively"]]}, {"answer": "wear", "hint": "synonyms for wear", "clues": [["vesture", "a covering designed to be worn on a person's body"], ["article of clothing", "a covering designed to be worn on a person's body"], ["wearing", "the act of having on your person as a covering or adornment"], ["wearable", "a covering designed to be worn on a person's body"], ["clothing", "a covering designed to be worn on a person's body"], ["habiliment", "a covering designed to be worn on a person's body"]]}, {"answer": "wearing_away", "hint": "synonyms for wearing away", "clues": [["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["eating away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["wearing", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"], ["erosion", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)"]]}, {"answer": "weather_sheet", "hint": "synonyms for weather sheet", "clues": [["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind"]]}, {"answer": "weatherboard", "hint": "synonyms for weatherboard", "clues": [["weatherboarding", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below"], ["clapboard", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below"], ["weather side", "the side toward the wind"], ["to windward", "the side toward the wind"], ["windward side", "the side toward the wind"]]}, {"answer": "wedding", "hint": "synonyms for wedding", "clues": [["marriage ceremony", "the act of marrying; the nuptial ceremony"], ["wedding party", "a party of people at a wedding"], ["marriage", "the act of marrying; the nuptial ceremony"], ["nuptials", "the social event at which the ceremony of marriage is performed"], ["wedding ceremony", "the social event at which the ceremony of marriage is performed"], ["hymeneals", "the social event at which the ceremony of marriage is performed"]]}, {"answer": "wedge", "hint": "synonyms for wedge", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["chock", "a block of wood used to prevent the sliding or rolling of a heavy object"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge heel", "a heel that is an extension of the sole of the shoe"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["cuneus", "any shape that is triangular in cross section"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hacek", "a diacritical mark (an inverted circumflex) placed above certain letters (such as the letter c) to indicate pronunciation"], ["wedge shape", "any shape that is triangular in cross section"]]}, {"answer": "weed", "hint": "synonyms for weed", "clues": [["locoweed", "street names for marijuana"], ["mourning band", "a black band worn by a man (on the arm or hat) as a sign of mourning"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "weeds", "hint": "synonyms for weeds", "clues": [["locoweed", "street names for marijuana"], ["mourning band", "a black band worn by a man (on the arm or hat) as a sign of mourning"], ["sens", "street names for marijuana"], ["grass", "street names for marijuana"], ["sess", "street names for marijuana"], ["skunk", "street names for marijuana"], ["weed", "street names for marijuana"], ["pot", "street names for marijuana"], ["green goddess", "street names for marijuana"], ["dope", "street names for marijuana"], ["widow's weeds", "a black garment (dress) worn by a widow as a sign of mourning"], ["gage", "street names for marijuana"], ["smoke", "street names for marijuana"]]}, {"answer": "weeness", "hint": "synonyms for weeness", "clues": [["petiteness", "the property of being very small in size"], ["minuteness", "the property of being very small in size"], ["tininess", "the property of being very small in size"], ["diminutiveness", "the property of being very small in size"]]}, {"answer": "weenie", "hint": "synonyms for weenie", "clues": [["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["hotdog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "weewee", "hint": "synonyms for weewee", "clues": [["water", "liquid excretory product"], ["urine", "liquid excretory product"], ["piddle", "liquid excretory product"], ["piss", "liquid excretory product"], ["pee", "liquid excretory product"]]}, {"answer": "weight", "hint": "synonyms for weight", "clues": [["exercising weight", "sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms"], ["weighting", "(statistics) a coefficient assigned to elements of a frequency distribution in order to represent their relative importance"], ["system of weights", "a system of units used to express the weight of something"], ["free weight", "sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms"], ["weightiness", "the relative importance granted to something"], ["weight unit", "a unit used to measure weight"]]}, {"answer": "welkin", "hint": "synonyms for welkin", "clues": [["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected"]]}, {"answer": "whack", "hint": "synonyms for whack", "clues": [["rap", "the act of hitting vigorously"], ["belt", "the act of hitting vigorously"], ["whang", "the act of hitting vigorously"], ["knock", "the act of hitting vigorously"]]}, {"answer": "whang", "hint": "synonyms for whang", "clues": [["whack", "the act of hitting vigorously"], ["rap", "the act of hitting vigorously"], ["belt", "the act of hitting vigorously"], ["knock", "the act of hitting vigorously"]]}, {"answer": "wharfage", "hint": "synonyms for wharfage", "clues": [["dock", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats"], ["pier", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats"], ["quayage", "a fee charged for the use of a wharf or quay"], ["wharf", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats"]]}, {"answer": "whatchamacallit", "hint": "synonyms for whatchamacallit", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "whatchamacallum", "hint": "synonyms for whatchamacallum", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "whatsis", "hint": "synonyms for whatsis", "clues": [["thingmajig", "something unspecified whose name is either forgotten or not known"], ["widget", "something unspecified whose name is either forgotten or not known"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["gismo", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["gizmo", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["doodad", "something unspecified whose name is either forgotten or not known"]]}, {"answer": "wheel", "hint": "synonyms for wheel", "clues": [["bicycle", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["cycle", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["bike", "a wheeled vehicle that has two wheels and is moved by foot pedals"], ["rack", "an instrument of torture that stretches or disjoints or mutilates victims"], ["steering wheel", "a handwheel that is used for steering"], ["roulette wheel", "game equipment consisting of a wheel with slots that is used for gambling; the wheel rotates horizontally and players bet on which slot the roulette ball will stop in"]]}, {"answer": "whim", "hint": "synonyms for whim", "clues": [["notion", "an odd or fanciful or capricious idea"], ["whimsy", "an odd or fanciful or capricious idea"], ["caprice", "a sudden desire"], ["impulse", "a sudden desire"]]}, {"answer": "whimsey", "hint": "synonyms for whimsey", "clues": [["whimsy", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["whim", "an odd or fanciful or capricious idea"], ["notion", "an odd or fanciful or capricious idea"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"]]}, {"answer": "whimsicality", "hint": "synonyms for whimsicality", "clues": [["impishness", "the trait of behaving like an imp"], ["whimsy", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["puckishness", "the trait of behaving like an imp"], ["mischievousness", "the trait of behaving like an imp"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"]]}, {"answer": "whimsy", "hint": "synonyms for whimsy", "clues": [["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["whimsey", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["whim", "an odd or fanciful or capricious idea"], ["notion", "an odd or fanciful or capricious idea"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment"]]}, {"answer": "whirl", "hint": "synonyms for whirl", "clues": [["go", "a usually brief attempt"], ["twirl", "the act of rotating rapidly"], ["fling", "a usually brief attempt"], ["crack", "a usually brief attempt"], ["spin", "the act of rotating rapidly"], ["twisting", "the act of rotating rapidly"], ["offer", "a usually brief attempt"], ["pass", "a usually brief attempt"], ["vortex", "the shape of something rotating rapidly"], ["convolution", "the shape of something rotating rapidly"], ["swirl", "the shape of something rotating rapidly"], ["commotion", "confused movement"]]}, {"answer": "whirligig", "hint": "synonyms for whirligig", "clues": [["top", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["carousel", "a large, rotating machine with seats for children to ride or amusement"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement"], ["spinning top", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["teetotum", "a conical child's plaything tapering to a steel point on which it can be made to spin"], ["roundabout", "a large, rotating machine with seats for children to ride or amusement"]]}, {"answer": "whisper", "hint": "synonyms for whisper", "clues": [["rustling", "a light noise, like the noise of silk clothing or leaves blowing in the wind"], ["voicelessness", "speaking softly without vibration of the vocal cords"], ["rustle", "a light noise, like the noise of silk clothing or leaves blowing in the wind"], ["whispering", "a light noise, like the noise of silk clothing or leaves blowing in the wind"], ["susurration", "speaking softly without vibration of the vocal cords"]]}, {"answer": "whit", "hint": "synonyms for whit", "clues": [["smidgin", "a tiny or scarcely detectable amount"], ["scintilla", "a tiny or scarcely detectable amount"], ["smidgeon", "a tiny or scarcely detectable amount"], ["shred", "a tiny or scarcely detectable amount"], ["tittle", "a tiny or scarcely detectable amount"], ["iota", "a tiny or scarcely detectable amount"]]}, {"answer": "white_arsenic", "hint": "synonyms for white arsenic", "clues": [["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"], ["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer"]]}, {"answer": "white_potato", "hint": "synonyms for white potato", "clues": [["murphy", "an edible tuber native to South America; a staple food of Ireland"], ["spud", "an edible tuber native to South America; a staple food of Ireland"], ["tater", "an edible tuber native to South America; a staple food of Ireland"], ["potato", "an edible tuber native to South America; a staple food of Ireland"]]}, {"answer": "white_tie", "hint": "synonyms for white tie", "clues": [["tailcoat", "formalwear consisting of full evening dress for men"], ["tails", "formalwear consisting of full evening dress for men"], ["dress suit", "formalwear consisting of full evening dress for men"], ["white tie and tails", "formalwear consisting of full evening dress for men"], ["full dress", "formalwear consisting of full evening dress for men"]]}, {"answer": "white_tie_and_tails", "hint": "synonyms for white tie and tails", "clues": [["tailcoat", "formalwear consisting of full evening dress for men"], ["tails", "formalwear consisting of full evening dress for men"], ["dress suit", "formalwear consisting of full evening dress for men"], ["white tie", "formalwear consisting of full evening dress for men"], ["full dress", "formalwear consisting of full evening dress for men"]]}, {"answer": "whorehouse", "hint": "synonyms for whorehouse", "clues": [["house of ill repute", "a building where prostitutes are available"], ["bawdyhouse", "a building where prostitutes are available"], ["bagnio", "a building where prostitutes are available"], ["bordello", "a building where prostitutes are available"], ["cathouse", "a building where prostitutes are available"], ["house of prostitution", "a building where prostitutes are available"], ["brothel", "a building where prostitutes are available"], ["sporting house", "a building where prostitutes are available"]]}, {"answer": "whorl", "hint": "synonyms for whorl", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["helix", "a structure consisting of something wound in a continuous series of loops"], ["volute", "a structure consisting of something wound in a continuous series of loops"], ["spiral", "a structure consisting of something wound in a continuous series of loops"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)"]]}, {"answer": "wickedness", "hint": "synonyms for wickedness", "clues": [["sinfulness", "estrangement from god"], ["loathsomeness", "the quality of being disgusting to the senses or emotions"], ["evil", "morally objectionable behavior"], ["vileness", "the quality of being disgusting to the senses or emotions"], ["nefariousness", "the quality of being wicked"], ["immorality", "morally objectionable behavior"], ["sin", "estrangement from god"], ["iniquity", "morally objectionable behavior"], ["sliminess", "the quality of being disgusting to the senses or emotions"], ["lousiness", "the quality of being disgusting to the senses or emotions"], ["repulsiveness", "the quality of being disgusting to the senses or emotions"], ["ugliness", "the quality of being wicked"]]}, {"answer": "wicket", "hint": "synonyms for wicket", "clues": [["wicket door", "small gate or door (especially one that is part of a larger door)"], ["wicket gate", "small gate or door (especially one that is part of a larger door)"], ["hoop", "a small arch used as croquet equipment"], ["lattice", "small opening (like a window in a door) through which business can be transacted"], ["grille", "small opening (like a window in a door) through which business can be transacted"]]}, {"answer": "wideness", "hint": "synonyms for wideness", "clues": [["broadness", "the property of being wide; having great width"], ["grandness", "unusual largeness in size or extent or number"], ["vastness", "unusual largeness in size or extent or number"], ["immenseness", "unusual largeness in size or extent or number"], ["greatness", "unusual largeness in size or extent or number"], ["immensity", "unusual largeness in size or extent or number"], ["enormousness", "unusual largeness in size or extent or number"], ["sizeableness", "unusual largeness in size or extent or number"]]}, {"answer": "widget", "hint": "synonyms for widget", "clues": [["whatsis", "something unspecified whose name is either forgotten or not known"], ["thingmajig", "something unspecified whose name is either forgotten or not known"], ["gadget", "a device or control that is very useful for a particular job"], ["gimmick", "something unspecified whose name is either forgotten or not known"], ["gismo", "a device or control that is very useful for a particular job"], ["gizmo", "a device or control that is very useful for a particular job"], ["thingumabob", "something unspecified whose name is either forgotten or not known"], ["doojigger", "something unspecified whose name is either forgotten or not known"], ["thingummy", "something unspecified whose name is either forgotten or not known"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known"], ["contraption", "a device or control that is very useful for a particular job"], ["gubbins", "something unspecified whose name is either forgotten or not known"], ["convenience", "a device or control that is very useful for a particular job"], ["doohickey", "something unspecified whose name is either forgotten or not known"], ["appliance", "a device or control that is very useful for a particular job"], ["doodad", "something unspecified whose name is either forgotten or not known"], ["contrivance", "a device or control that is very useful for a particular job"]]}, {"answer": "wiener", "hint": "synonyms for wiener", "clues": [["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["hotdog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "wienerwurst", "hint": "synonyms for wienerwurst", "clues": [["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["hotdog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll"]]}, {"answer": "wildness", "hint": "synonyms for wildness", "clues": [["vehemence", "the property of being wild or turbulent"], ["abandon", "a feeling of extreme emotional intensity"], ["furiousness", "the property of being wild or turbulent"], ["ferocity", "the property of being wild or turbulent"], ["fierceness", "the property of being wild or turbulent"], ["violence", "the property of being wild or turbulent"], ["fury", "the property of being wild or turbulent"]]}, {"answer": "wile", "hint": "synonyms for wile", "clues": [["chicane", "the use of tricks to deceive someone (usually to extract money from them)"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)"]]}, {"answer": "wiliness", "hint": "synonyms for wiliness", "clues": [["craft", "shrewdness as demonstrated by being skilled in deception"], ["slyness", "shrewdness as demonstrated by being skilled in deception"], ["guile", "shrewdness as demonstrated by being skilled in deception"], ["cunning", "shrewdness as demonstrated by being skilled in deception"], ["foxiness", "shrewdness as demonstrated by being skilled in deception"], ["craftiness", "shrewdness as demonstrated by being skilled in deception"]]}, {"answer": "will_power", "hint": "synonyms for will power", "clues": [["self-possession", "the trait of resolutely controlling your own behavior"], ["self-will", "the trait of resolutely controlling your own behavior"], ["self-command", "the trait of resolutely controlling your own behavior"], ["self-control", "the trait of resolutely controlling your own behavior"], ["willpower", "the trait of resolutely controlling your own behavior"], ["possession", "the trait of resolutely controlling your own behavior"]]}, {"answer": "willpower", "hint": "synonyms for willpower", "clues": [["self-possession", "the trait of resolutely controlling your own behavior"], ["self-will", "the trait of resolutely controlling your own behavior"], ["self-command", "the trait of resolutely controlling your own behavior"], ["self-control", "the trait of resolutely controlling your own behavior"], ["will power", "the trait of resolutely controlling your own behavior"], ["possession", "the trait of resolutely controlling your own behavior"]]}, {"answer": "wind", "hint": "synonyms for wind", "clues": [["wind instrument", "a musical instrument in which the sound is produced by an enclosed column of air that is moved by the breath"], ["breaking wind", "a reflex that expels intestinal gas through the anus"], ["twist", "the act of winding or twisting"], ["tip", "an indication of potential opportunity"], ["winding", "the act of winding or twisting"], ["air current", "air moving (sometimes with considerable force) from an area of high pressure to an area of low pressure"], ["steer", "an indication of potential opportunity"], ["hint", "an indication of potential opportunity"], ["idle words", "empty rhetoric or insincere or exaggerated talk"], ["fart", "a reflex that expels intestinal gas through the anus"], ["flatus", "a reflex that expels intestinal gas through the anus"], ["lead", "an indication of potential opportunity"], ["jazz", "empty rhetoric or insincere or exaggerated talk"], ["malarky", "empty rhetoric or insincere or exaggerated talk"], ["nothingness", "empty rhetoric or insincere or exaggerated talk"], ["current of air", "air moving (sometimes with considerable force) from an area of high pressure to an area of low pressure"], ["confidential information", "an indication of potential opportunity"]]}, {"answer": "wind_cone", "hint": "synonyms for wind cone", "clues": [["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "wind_sleeve", "hint": "synonyms for wind sleeve", "clues": [["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "wind_sock", "hint": "synonyms for wind sock", "clues": [["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "windfall", "hint": "synonyms for windfall", "clues": [["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)"]]}, {"answer": "windiness", "hint": "synonyms for windiness", "clues": [["long-windedness", "boring verbosity"], ["prolixity", "boring verbosity"], ["wordiness", "boring verbosity"], ["prolixness", "boring verbosity"]]}, {"answer": "winding-clothes", "hint": "synonyms for winding-clothes", "clues": [["winding-sheet", "burial garment in which a corpse is wrapped"], ["cerement", "burial garment in which a corpse is wrapped"], ["shroud", "burial garment in which a corpse is wrapped"], ["pall", "burial garment in which a corpse is wrapped"]]}, {"answer": "winding-sheet", "hint": "synonyms for winding-sheet", "clues": [["winding-clothes", "burial garment in which a corpse is wrapped"], ["cerement", "burial garment in which a corpse is wrapped"], ["shroud", "burial garment in which a corpse is wrapped"], ["pall", "burial garment in which a corpse is wrapped"]]}, {"answer": "window_pane", "hint": "synonyms for window pane", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "windsock", "hint": "synonyms for windsock", "clues": [["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind"]]}, {"answer": "wing", "hint": "synonyms for wing", "clues": [["backstage", "a stage area out of sight of the audience"], ["fender", "a barrier that surrounds the wheels of a vehicle to block splashing water or mud"], ["flank", "the side of military or naval formation"], ["offstage", "a stage area out of sight of the audience"], ["annexe", "an addition that extends a main building"], ["extension", "an addition that extends a main building"]]}, {"answer": "wing-nut", "hint": "synonyms for wing-nut", "clues": [["wing nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"], ["thumbnut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"], ["butterfly nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"], ["wing screw", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"]]}, {"answer": "wing_nut", "hint": "synonyms for wing nut", "clues": [["wing screw", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"], ["thumbnut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"], ["butterfly nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"], ["wing-nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning"]]}, {"answer": "wings", "hint": "synonyms for wings", "clues": [["wing", "a group within a political party or legislature or other organization that holds distinct views or has a particular function"], ["offstage", "a stage area out of sight of the audience"], ["flank", "the side of military or naval formation"], ["fender", "a barrier that surrounds the wheels of a vehicle to block splashing water or mud"], ["extension", "an addition that extends a main building"], ["annex", "an addition that extends a main building"], ["backstage", "a stage area out of sight of the audience"]]}, {"answer": "wink", "hint": "synonyms for wink", "clues": [["winking", "a reflex that closes and opens the eyes rapidly"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["nictation", "a reflex that closes and opens the eyes rapidly"], ["eye blink", "a reflex that closes and opens the eyes rapidly"], ["blinking", "a reflex that closes and opens the eyes rapidly"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)"]]}, {"answer": "wintergreen", "hint": "synonyms for wintergreen", "clues": [["spiceberry", "spicy red berrylike fruit; source of wintergreen oil"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil"], ["boxberry", "spicy red berrylike fruit; source of wintergreen oil"], ["checkerberry", "spicy red berrylike fruit; source of wintergreen oil"]]}, {"answer": "wiper", "hint": "synonyms for wiper", "clues": [["wiper blade", "a mechanical device that cleans the windshield"], ["windscreen wiper", "a mechanical device that cleans the windshield"], ["contact arm", "contact consisting of a conducting arm that rotates over a series of fixed contacts and comes to rest on an outlet"], ["windshield wiper", "a mechanical device that cleans the windshield"], ["wiper arm", "contact consisting of a conducting arm that rotates over a series of fixed contacts and comes to rest on an outlet"]]}, {"answer": "wire_service", "hint": "synonyms for wire service", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically"]]}, {"answer": "wish", "hint": "synonyms for wish", "clues": [["wishing", "a specific feeling of desire"], ["indirect request", "an expression of some desire or inclination"], ["want", "a specific feeling of desire"], ["compliments", "(usually plural) a polite expression of desire for someone's welfare"], ["regard", "(usually plural) a polite expression of desire for someone's welfare"]]}, {"answer": "wish-wash", "hint": "synonyms for wish-wash", "clues": [["rubbish", "nonsensical talk or writing"], ["applesauce", "nonsensical talk or writing"], ["trash", "nonsensical talk or writing"], ["codswallop", "nonsensical talk or writing"], ["tripe", "nonsensical talk or writing"], ["folderol", "nonsensical talk or writing"], ["trumpery", "nonsensical talk or writing"]]}, {"answer": "wit", "hint": "synonyms for wit", "clues": [["humor", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["brainpower", "mental ability"], ["mental capacity", "mental ability"], ["mentality", "mental ability"], ["brain", "mental ability"], ["learning ability", "mental ability"], ["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"]]}, {"answer": "withdrawal", "hint": "synonyms for withdrawal", "clues": [["climb-down", "a retraction of a previously held position"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["backdown", "a retraction of a previously held position"], ["drug withdrawal", "the termination of drug taking"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["secession", "formal separation from an alliance or federation"], ["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["detachment", "avoiding emotional involvement"], ["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"]]}, {"answer": "withdrawal_method", "hint": "synonyms for withdrawal method", "clues": [["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation"]]}, {"answer": "wits", "hint": "synonyms for wits", "clues": [["humor", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["wit", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"], ["brainpower", "mental ability"], ["mental capacity", "mental ability"], ["mentality", "mental ability"], ["brain", "mental ability"], ["learning ability", "mental ability"], ["marbles", "the basic human power of intelligent thought and perception"], ["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter"]]}, {"answer": "womanishness", "hint": "synonyms for womanishness", "clues": [["effeminateness", "the trait of being effeminate (derogatory of a man)"], ["sissiness", "the trait of being effeminate (derogatory of a man)"], ["effeminacy", "the trait of being effeminate (derogatory of a man)"], ["softness", "the trait of being effeminate (derogatory of a man)"], ["unmanliness", "the trait of being effeminate (derogatory of a man)"]]}, {"answer": "wonder", "hint": "synonyms for wonder", "clues": [["curiosity", "a state in which you want to learn more about something"], ["marvel", "something that causes feelings of wonder"], ["admiration", "the feeling aroused by something strange and surprising"], ["wonderment", "the feeling aroused by something strange and surprising"]]}, {"answer": "wood", "hint": "synonyms for wood", "clues": [["forest", "the trees and other plants in a large densely wooded area"], ["woodwind", "any wind instrument other than the brass instruments"], ["woodwind instrument", "any wind instrument other than the brass instruments"], ["woods", "the trees and other plants in a large densely wooded area"]]}, {"answer": "woods", "hint": "synonyms for woods", "clues": [["forest", "the trees and other plants in a large densely wooded area"], ["wood", "any wind instrument other than the brass instruments"], ["woodwind instrument", "any wind instrument other than the brass instruments"], ["woodwind", "any wind instrument other than the brass instruments"]]}, {"answer": "word", "hint": "synonyms for word", "clues": [["word of honor", "a promise"], ["countersign", "a secret word or phrase known only to a restricted group"], ["password", "a secret word or phrase known only to a restricted group"], ["parole", "a promise"], ["discussion", "an exchange of views on some topic"], ["tidings", "information about recent and important events"], ["news", "information about recent and important events"], ["intelligence", "information about recent and important events"], ["give-and-take", "an exchange of views on some topic"], ["watchword", "a secret word or phrase known only to a restricted group"]]}, {"answer": "word-painting", "hint": "synonyms for word-painting", "clues": [["characterisation", "a graphic or vivid verbal description"], ["depiction", "a graphic or vivid verbal description"], ["picture", "a graphic or vivid verbal description"], ["delineation", "a graphic or vivid verbal description"], ["word picture", "a graphic or vivid verbal description"]]}, {"answer": "word_picture", "hint": "synonyms for word picture", "clues": [["characterisation", "a graphic or vivid verbal description"], ["depiction", "a graphic or vivid verbal description"], ["picture", "a graphic or vivid verbal description"], ["delineation", "a graphic or vivid verbal description"], ["word-painting", "a graphic or vivid verbal description"]]}, {"answer": "wordiness", "hint": "synonyms for wordiness", "clues": [["windiness", "boring verbosity"], ["long-windedness", "boring verbosity"], ["prolixity", "boring verbosity"], ["prolixness", "boring verbosity"]]}, {"answer": "wording", "hint": "synonyms for wording", "clues": [["phrasing", "the manner in which something is expressed in words; - G.S.Patton"], ["diction", "the manner in which something is expressed in words; - G.S.Patton"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton"]]}, {"answer": "words", "hint": "synonyms for words", "clues": [["speech", "words making up the dialogue of a play"], ["wrangle", "an angry dispute"], ["row", "an angry dispute"], ["run-in", "an angry dispute"], ["word of honor", "a promise"], ["password", "a secret word or phrase known only to a restricted group"], ["parole", "a promise"], ["word", "a promise"], ["actor's line", "words making up the dialogue of a play"], ["tidings", "information about recent and important events"], ["quarrel", "an angry dispute"], ["language", "the text of a popular song or musical-comedy number"], ["dustup", "an angry dispute"], ["countersign", "a secret word or phrase known only to a restricted group"], ["discussion", "an exchange of views on some topic"], ["news", "information about recent and important events"], ["intelligence", "information about recent and important events"], ["lyric", "the text of a popular song or musical-comedy number"], ["give-and-take", "an exchange of views on some topic"], ["watchword", "a secret word or phrase known only to a restricted group"]]}, {"answer": "work", "hint": "synonyms for work", "clues": [["body of work", "the total output of a writer or artist (or a substantial part of it)"], ["piece of work", "a product produced or accomplished through the effort or activity or agency of a person or thing"], ["employment", "the occupation for which you are paid"], ["study", "applying the mind to learning and understanding a subject (especially by reading)"], ["oeuvre", "the total output of a writer or artist (or a substantial part of it)"], ["workplace", "a place where work is done"]]}, {"answer": "work_study", "hint": "synonyms for work study", "clues": [["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time and motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort"]]}, {"answer": "workout", "hint": "synonyms for workout", "clues": [["physical exertion", "the activity of exerting your muscles in various ways to keep fit"], ["exercising", "the activity of exerting your muscles in various ways to keep fit"], ["exercise", "the activity of exerting your muscles in various ways to keep fit"], ["physical exercise", "the activity of exerting your muscles in various ways to keep fit"]]}, {"answer": "works", "hint": "synonyms for works", "clues": [["plant", "buildings for carrying on industrial labor"], ["work", "a place where work is done"], ["deeds", "performance of moral or religious acts"], ["employment", "the occupation for which you are paid"], ["industrial plant", "buildings for carrying on industrial labor"], ["workings", "the internal mechanism of a device"], ["workplace", "a place where work is done"], ["body of work", "the total output of a writer or artist (or a substantial part of it)"], ["oeuvre", "the total output of a writer or artist (or a substantial part of it)"], ["study", "applying the mind to learning and understanding a subject (especially by reading)"], ["piece of work", "a product produced or accomplished through the effort or activity or agency of a person or thing"]]}, {"answer": "world_power", "hint": "synonyms for world power", "clues": [["power", "a state powerful enough to influence events throughout the world"], ["major power", "a state powerful enough to influence events throughout the world"], ["superpower", "a state powerful enough to influence events throughout the world"], ["great power", "a state powerful enough to influence events throughout the world"]]}, {"answer": "worry", "hint": "synonyms for worry", "clues": [["trouble", "a strong feeling of anxiety"], ["headache", "something or someone that causes anxiety; a source of unhappiness"], ["vexation", "something or someone that causes anxiety; a source of unhappiness"], ["concern", "something or someone that causes anxiety; a source of unhappiness"]]}, {"answer": "wow", "hint": "synonyms for wow", "clues": [["howler", "a joke that seems extremely funny"], ["thigh-slapper", "a joke that seems extremely funny"], ["scream", "a joke that seems extremely funny"], ["belly laugh", "a joke that seems extremely funny"], ["riot", "a joke that seems extremely funny"], ["sidesplitter", "a joke that seems extremely funny"]]}, {"answer": "wraith", "hint": "synonyms for wraith", "clues": [["ghost", "a mental representation of some haunting experience"], ["spook", "a mental representation of some haunting experience"], ["specter", "a mental representation of some haunting experience"], ["shade", "a mental representation of some haunting experience"]]}, {"answer": "wrangle", "hint": "synonyms for wrangle", "clues": [["dustup", "an angry dispute"], ["row", "an angry dispute"], ["run-in", "an angry dispute"], ["quarrel", "an angry dispute"], ["wrangling", "an instance of intense argument (as in bargaining)"], ["haggle", "an instance of intense argument (as in bargaining)"], ["words", "an angry dispute"], ["haggling", "an instance of intense argument (as in bargaining)"]]}, {"answer": "wrapper", "hint": "synonyms for wrapper", "clues": [["negligee", "a loose dressing gown for women"], ["wrap", "cloak that is folded or wrapped around a person"], ["peignoir", "a loose dressing gown for women"], ["housecoat", "a loose dressing gown for women"], ["wrapping", "the covering (usually paper or cellophane) in which something is wrapped"]]}, {"answer": "wreath", "hint": "synonyms for wreath", "clues": [["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes"]]}, {"answer": "wrecking", "hint": "synonyms for wrecking", "clues": [["laying waste", "destruction achieved by causing something to be wrecked or ruined"], ["razing", "the event of a structure being completely demolished and leveled"], ["ruination", "destruction achieved by causing something to be wrecked or ruined"], ["ruining", "destruction achieved by causing something to be wrecked or ruined"]]}, {"answer": "wrestle", "hint": "synonyms for wrestle", "clues": [["grapple", "the act of engaging in close hand-to-hand combat"], ["wrestling", "the act of engaging in close hand-to-hand combat"], ["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat"], ["grappling", "the act of engaging in close hand-to-hand combat"]]}, {"answer": "wrestling", "hint": "synonyms for wrestling", "clues": [["grappling", "the sport of hand-to-hand struggle between unarmed contestants who try to throw each other down"], ["wrestle", "the act of engaging in close hand-to-hand combat"], ["rassling", "the sport of hand-to-hand struggle between unarmed contestants who try to throw each other down"], ["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat"], ["grapple", "the act of engaging in close hand-to-hand combat"]]}, {"answer": "wrinkle", "hint": "synonyms for wrinkle", "clues": [["seam", "a slight depression in the smoothness of a surface"], ["furrow", "a slight depression in the smoothness of a surface"], ["line", "a slight depression in the smoothness of a surface"], ["crinkle", "a slight depression in the smoothness of a surface"], ["crease", "a slight depression in the smoothness of a surface"]]}, {"answer": "wristband", "hint": "synonyms for wristband", "clues": [["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist"]]}, {"answer": "write_up", "hint": "synonyms for write up", "clues": [["news report", "a short account of the news"], ["account", "a short account of the news"], ["report", "a short account of the news"], ["story", "a short account of the news"]]}, {"answer": "writing", "hint": "synonyms for writing", "clues": [["written material", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)"], ["committal to writing", "the activity of putting something in written form"], ["piece of writing", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)"], ["penning", "the act of creating written works"], ["composition", "the act of creating written works"], ["authorship", "the act of creating written works"]]}, {"answer": "writings", "hint": "synonyms for writings", "clues": [["writing", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)"], ["piece of writing", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)"], ["penning", "the act of creating written works"], ["authorship", "the act of creating written works"], ["written material", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)"], ["committal to writing", "the activity of putting something in written form"], ["composition", "the act of creating written works"]]}, {"answer": "wrongdoing", "hint": "synonyms for wrongdoing", "clues": [["actus reus", "activity that transgresses moral or civil law"], ["misconduct", "activity that transgresses moral or civil law"], ["error", "departure from what is ethically acceptable"], ["wrongful conduct", "activity that transgresses moral or civil law"]]}, {"answer": "xtc", "hint": "synonyms for xtc", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine"], ["cristal", "street names for methylenedioxymethamphetamine"], ["hug drug", "street names for methylenedioxymethamphetamine"], ["ecstasy", "street names for methylenedioxymethamphetamine"], ["go", "street names for methylenedioxymethamphetamine"]]}, {"answer": "yack", "hint": "synonyms for yack", "clues": [["chatter", "noisy talk"], ["cackle", "noisy talk"], ["yak", "noisy talk"], ["yakety-yak", "noisy talk"]]}, {"answer": "yak", "hint": "synonyms for yak", "clues": [["chatter", "noisy talk"], ["yakety-yak", "noisy talk"], ["cackle", "noisy talk"], ["yack", "noisy talk"]]}, {"answer": "yard", "hint": "synonyms for yard", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100"], ["railway yard", "an area having a network of railway tracks and sidings for storage and maintenance of cars and engines"], ["grounds", "the enclosed land around a house or other building"], ["grand", "the cardinal number that is the product of 10 and 100"], ["railyard", "an area having a network of railway tracks and sidings for storage and maintenance of cars and engines"], ["1000", "the cardinal number that is the product of 10 and 100"], ["thou", "the cardinal number that is the product of 10 and 100"], ["curtilage", "the enclosed land around a house or other building"], ["cubic yard", "a unit of volume (as for sand or gravel)"], ["one thousand", "the cardinal number that is the product of 10 and 100"], ["pace", "a unit of length equal to 3 feet; defined as 91.44 centimeters; originally taken to be the average length of a stride"], ["thousand", "the cardinal number that is the product of 10 and 100"]]}, {"answer": "yb", "hint": "synonyms for yb", "clues": [["atomic number 70", "a soft silvery metallic element; a rare earth of the lanthanide series; it occurs in gadolinite and monazite and xenotime"], ["yottabyte", "a unit of information equal to 1000 zettabytes or 10^24 bytes"], ["ytterbium", "a soft silvery metallic element; a rare earth of the lanthanide series; it occurs in gadolinite and monazite and xenotime"], ["yobibyte", "a unit of information equal to 1024 zebibytes or 2^80 bytes"], ["yottabit", "a unit of information equal to 1000 zettabits or 10^24 bits"]]}, {"answer": "years", "hint": "synonyms for years", "clues": [["twelvemonth", "a period of time containing 365 (or 366) days"], ["year", "a period of time occupying a regular part of a calendar year that is used for some particular activity"], ["eld", "a late time of life"], ["old age", "a late time of life"], ["yr", "a period of time containing 365 (or 366) days"], ["days", "the time during which someone's life continues"], ["long time", "a prolonged period of time"], ["geezerhood", "a late time of life"], ["class", "a body of students who graduate together"], ["age", "a late time of life"]]}, {"answer": "yell", "hint": "synonyms for yell", "clues": [["call", "a loud utterance; often in protest or opposition"], ["cry", "a loud utterance; often in protest or opposition"], ["outcry", "a loud utterance; often in protest or opposition"], ["shout", "a loud utterance; often in protest or opposition"], ["vociferation", "a loud utterance; often in protest or opposition"]]}, {"answer": "yellowish_brown", "hint": "synonyms for yellowish brown", "clues": [["caramel", "a medium to dark tan color"], ["raw sienna", "a medium to dark tan color"], ["buff", "a medium to dark tan color"], ["caramel brown", "a medium to dark tan color"]]}, {"answer": "yield", "hint": "synonyms for yield", "clues": [["takings", "the income or profit arising from such transactions as the sale of land or other property"], ["production", "the quantity of something (as a commodity) that is created (usually within a given period of time)"], ["return", "the income or profit arising from such transactions as the sale of land or other property"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property"], ["issue", "the income or profit arising from such transactions as the sale of land or other property"], ["fruit", "an amount of a product"], ["output", "production of a certain amount"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property"], ["take", "the income or profit arising from such transactions as the sale of land or other property"]]}, {"answer": "yoke", "hint": "synonyms for yoke", "clues": [["twain", "two items of the same kind"], ["coupling", "a connection (like a clamp or vise) between two things so they move together"], ["distich", "two items of the same kind"], ["twosome", "two items of the same kind"], ["couple", "two items of the same kind"], ["pair", "two items of the same kind"], ["duad", "two items of the same kind"], ["duo", "two items of the same kind"], ["span", "two items of the same kind"], ["dyad", "two items of the same kind"], ["duet", "two items of the same kind"], ["brace", "two items of the same kind"]]}, {"answer": "you-drive", "hint": "synonyms for you-drive", "clues": [["u-drive", "a rented car"], ["car rental", "a rented car"], ["rent-a-car", "a rented car"], ["hire car", "a rented car"], ["self-drive", "a rented car"]]}, {"answer": "youth", "hint": "synonyms for youth", "clues": [["young", "young people collectively"], ["juvenility", "the freshness and vitality characteristic of a young person"], ["early days", "an early period of development"], ["youthfulness", "the freshness and vitality characteristic of a young person"]]}, {"answer": "yowl", "hint": "synonyms for yowl", "clues": [["holla", "a very loud utterance (like the sound of an animal)"], ["hollo", "a very loud utterance (like the sound of an animal)"], ["roaring", "a very loud utterance (like the sound of an animal)"], ["holler", "a very loud utterance (like the sound of an animal)"], ["bellow", "a very loud utterance (like the sound of an animal)"]]}, {"answer": "z", "hint": "synonyms for z", "clues": [["zee", "the 26th letter of the Roman alphabet"], ["ezed", "the 26th letter of the Roman alphabet"], ["izzard", "the 26th letter of the Roman alphabet"], ["omega", "the ending of a series or sequence; --Revelation"]]}, {"answer": "zeal", "hint": "synonyms for zeal", "clues": [["eagerness", "prompt willingness"], ["ardour", "a feeling of strong eagerness (usually in favor of a person or cause)"], ["forwardness", "prompt willingness"], ["readiness", "prompt willingness"], ["elan", "a feeling of strong eagerness (usually in favor of a person or cause)"]]}, {"answer": "zed", "hint": "synonyms for zed", "clues": [["z", "the 26th letter of the Roman alphabet"], ["izzard", "the 26th letter of the Roman alphabet"], ["zee", "the 26th letter of the Roman alphabet"], ["ezed", "the 26th letter of the Roman alphabet"]]}, {"answer": "zen", "hint": "synonyms for zen", "clues": [["battery-acid", "street name for lysergic acid diethylamide"], ["dose", "street name for lysergic acid diethylamide"], ["pane", "street name for lysergic acid diethylamide"], ["acid", "street name for lysergic acid diethylamide"], ["back breaker", "street name for lysergic acid diethylamide"], ["superman", "street name for lysergic acid diethylamide"], ["window pane", "street name for lysergic acid diethylamide"], ["dot", "street name for lysergic acid diethylamide"], ["loony toons", "street name for lysergic acid diethylamide"]]}, {"answer": "zep", "hint": "synonyms for zep", "clues": [["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States"]]}, {"answer": "zest", "hint": "synonyms for zest", "clues": [["piquantness", "a tart spicy quality"], ["gusto", "vigorous and enthusiastic enjoyment"], ["tanginess", "a tart spicy quality"], ["nip", "a tart spicy quality"], ["piquance", "a tart spicy quality"], ["tang", "a tart spicy quality"], ["zestfulness", "vigorous and enthusiastic enjoyment"], ["relish", "vigorous and enthusiastic enjoyment"]]}, {"answer": "zilch", "hint": "synonyms for zilch", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zippo", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "zip", "hint": "synonyms for zip", "clues": [["postal code", "a code of letters and digits added to a postal address to aid in the sorting of mail"], ["zilch", "a quantity of no importance"], ["energy", "forceful exertion"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["vigour", "forceful exertion"], ["zippo", "a quantity of no importance"], ["nothing", "a quantity of no importance"], ["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["slide fastener", "a fastener for locking together two toothed edges by means of a sliding tab"], ["zip fastener", "a fastener for locking together two toothed edges by means of a sliding tab"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["postcode", "a code of letters and digits added to a postal address to aid in the sorting of mail"], ["zipper", "a fastener for locking together two toothed edges by means of a sliding tab"], ["nil", "a quantity of no importance"]]}, {"answer": "zippo", "hint": "synonyms for zippo", "clues": [["null", "a quantity of no importance"], ["nada", "a quantity of no importance"], ["zilch", "a quantity of no importance"], ["cypher", "a quantity of no importance"], ["aught", "a quantity of no importance"], ["nix", "a quantity of no importance"], ["goose egg", "a quantity of no importance"], ["cipher", "a quantity of no importance"], ["zero", "a quantity of no importance"], ["zip", "a quantity of no importance"], ["nil", "a quantity of no importance"], ["nothing", "a quantity of no importance"]]}, {"answer": "assess", "hint": "synonyms for assess", "clues": [["piece of tail", "slang for sexual intercourse"], ["nookie", "slang for sexual intercourse"], ["nooky", "slang for sexual intercourse"], ["piece of ass", "slang for sexual intercourse"], ["screw", "slang for sexual intercourse"], ["roll in the hay", "slang for sexual intercourse"], ["shag", "slang for sexual intercourse"], ["fucking", "slang for sexual intercourse"], ["ass", "slang for sexual intercourse"], ["shtup", "slang for sexual intercourse"]]}], "portion": 0.2}, {"name": "adjectives", "groups": [{"answer": "1000", "hint": "synonyms for 1000", "clues": [["k", "denoting a quantity consisting of 1,000 items or units"], ["thousand", "denoting a quantity consisting of 1,000 items or units"], ["m", "denoting a quantity consisting of 1,000 items or units"], ["one thousand", "denoting a quantity consisting of 1,000 items or units"]]}, {"answer": "a-one", "hint": "synonyms for a-one", "clues": [["topnotch", "of the highest quality"], ["super", "of the highest quality"], ["crack", "of the highest quality"], ["tiptop", "of the highest quality"], ["ace", "of the highest quality"], ["first-rate", "of the highest quality"], ["tops", "of the highest quality"]]}, {"answer": "a_la_mode", "hint": "synonyms for a la mode", "clues": [["in style", "in the current fashion or style"], ["latest", "in the current fashion or style"], ["modish", "in the current fashion or style"], ["in vogue", "in the current fashion or style"]]}, {"answer": "abhorrent", "hint": "synonyms for abhorrent", "clues": [["repulsive", "offensive to the mind"], ["repugnant", "offensive to the mind"], ["detestable", "offensive to the mind"], ["obscene", "offensive to the mind"]]}, {"answer": "abject", "hint": "synonyms for abject", "clues": [["low", "of the most contemptible kind"], ["miserable", "of the most contemptible kind"], ["low-down", "of the most contemptible kind"], ["unhopeful", "showing utter resignation or hopelessness"], ["scurvy", "of the most contemptible kind"], ["scummy", "of the most contemptible kind"]]}, {"answer": "ablaze", "hint": "synonyms for ablaze", "clues": [["alight", "lighted up by or as by fire or flame"], ["aflare", "lighted up by or as by fire or flame"], ["reddened", "lighted with red light as if with flames"], ["aflame", "lighted up by or as by fire or flame"], ["afire", "lighted up by or as by fire or flame"], ["inflamed", "lighted with red light as if with flames"], ["on fire", "lighted up by or as by fire or flame"], ["aroused", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker"]]}, {"answer": "abominable", "hint": "synonyms for abominable", "clues": [["execrable", "unequivocally detestable; ; ; ; - Edmund Burke"], ["atrocious", "exceptionally bad or displeasing"], ["painful", "exceptionally bad or displeasing"], ["dreadful", "exceptionally bad or displeasing"], ["unspeakable", "exceptionally bad or displeasing"], ["awful", "exceptionally bad or displeasing"], ["terrible", "exceptionally bad or displeasing"], ["detestable", "unequivocally detestable; ; ; ; - Edmund Burke"], ["odious", "unequivocally detestable; ; ; ; - Edmund Burke"]]}, {"answer": "aboriginal", "hint": "synonyms for aboriginal", "clues": [["primal", "having existed from the beginning; in an earliest or original stage or state"], ["native", "characteristic of or relating to people inhabiting a region from the beginning"], ["primordial", "having existed from the beginning; in an earliest or original stage or state"], ["primaeval", "having existed from the beginning; in an earliest or original stage or state"]]}, {"answer": "absent", "hint": "synonyms for absent", "clues": [["absentminded", "lost in thought; showing preoccupation"], ["wanting", "nonexistent"], ["missing", "nonexistent"], ["abstracted", "lost in thought; showing preoccupation"], ["scatty", "lost in thought; showing preoccupation"], ["lacking", "nonexistent"]]}, {"answer": "absolute", "hint": "synonyms for absolute", "clues": [["inviolable", "not capable of being violated or infringed"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["infrangible", "not capable of being violated or infringed"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers"]]}, {"answer": "absolved", "hint": "synonyms for absolved", "clues": [["vindicated", "freed from any question of guilt"], ["cleared", "freed from any question of guilt"], ["clear", "freed from any question of guilt"], ["exonerated", "freed from any question of guilt"], ["exculpated", "freed from any question of guilt"]]}, {"answer": "absorbed", "hint": "synonyms for absorbed", "clues": [["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["wrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare"]]}, {"answer": "absorbing", "hint": "synonyms for absorbing", "clues": [["gripping", "capable of arousing and holding the attention"], ["riveting", "capable of arousing and holding the attention"], ["fascinating", "capable of arousing and holding the attention"], ["engrossing", "capable of arousing and holding the attention"]]}, {"answer": "absurd", "hint": "synonyms for absurd", "clues": [["ludicrous", "incongruous;inviting ridicule"], ["laughable", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["derisory", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["preposterous", "incongruous;inviting ridicule"], ["ridiculous", "incongruous;inviting ridicule"], ["idiotic", "incongruous;inviting ridicule"]]}, {"answer": "accessory", "hint": "synonyms for accessory", "clues": [["auxiliary", "furnishing added support"], ["accessary", "aiding and abetting in a crime"], ["adjunct", "furnishing added support"], ["ancillary", "furnishing added support"], ["adjuvant", "furnishing added support"], ["appurtenant", "furnishing added support"]]}, {"answer": "accompanying", "hint": "synonyms for accompanying", "clues": [["resultant", "following or accompanying as a consequence"], ["sequent", "following or accompanying as a consequence"], ["consequent", "following or accompanying as a consequence"], ["concomitant", "following or accompanying as a consequence"], ["incidental", "following or accompanying as a consequence"], ["ensuant", "following or accompanying as a consequence"], ["attendant", "following or accompanying as a consequence"]]}, {"answer": "accomplishable", "hint": "synonyms for accomplishable", "clues": [["realizable", "capable of existing or taking place or proving true; possible to do"], ["achievable", "capable of existing or taking place or proving true; possible to do"], ["doable", "capable of existing or taking place or proving true; possible to do"], ["manageable", "capable of existing or taking place or proving true; possible to do"]]}, {"answer": "accomplished", "hint": "synonyms for accomplished", "clues": [["realised", "successfully completed or brought to an end"], ["effected", "settled securely and unconditionally"], ["complete", "highly skilled"], ["established", "settled securely and unconditionally"]]}, {"answer": "accordant", "hint": "synonyms for accordant", "clues": [["agreeable", "in keeping"], ["conformable", "in keeping"], ["consonant", "in keeping"], ["concordant", "in keeping"]]}, {"answer": "accusative", "hint": "synonyms for accusative", "clues": [["accusing", "containing or expressing accusation; ; ; - O.Henry"], ["accusive", "containing or expressing accusation; ; ; - O.Henry"], ["objective", "serving as or indicating the object of a verb or of certain prepositions and used for certain other purposes"], ["accusatory", "containing or expressing accusation; ; ; - O.Henry"]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["topnotch", "of the highest quality"], ["first-rate", "of the highest quality"], ["tops", "of the highest quality"], ["super", "of the highest quality"], ["crack", "of the highest quality"], ["tiptop", "of the highest quality"]]}, {"answer": "acerb", "hint": "synonyms for acerb", "clues": [["acrid", "harsh or corrosive in tone"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["virulent", "harsh or corrosive in tone"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["astringent", "sour or bitter in taste"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "acerbic", "hint": "synonyms for acerbic", "clues": [["acerb", "harsh or corrosive in tone"], ["acrid", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["virulent", "harsh or corrosive in tone"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["astringent", "sour or bitter in taste"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "achievable", "hint": "synonyms for achievable", "clues": [["realizable", "capable of existing or taking place or proving true; possible to do"], ["doable", "capable of existing or taking place or proving true; possible to do"], ["accomplishable", "capable of existing or taking place or proving true; possible to do"], ["manageable", "capable of existing or taking place or proving true; possible to do"]]}, {"answer": "acid", "hint": "synonyms for acid", "clues": [["acerb", "harsh or corrosive in tone"], ["acrid", "harsh or corrosive in tone"], ["acidulous", "being sour to the taste"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["acidic", "being sour to the taste"], ["virulent", "harsh or corrosive in tone"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["acidulent", "being sour to the taste"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "acrid", "hint": "synonyms for acrid", "clues": [["acerb", "harsh or corrosive in tone"], ["acid", "harsh or corrosive in tone"], ["pungent", "strong and sharp"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["virulent", "harsh or corrosive in tone"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "across-the-board", "hint": "synonyms for across-the-board", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "active", "hint": "synonyms for active", "clues": [["dynamic", "(used of verbs (e.g. `to run') and participial adjectives (e.g. `running' in `running water')) expressing action rather than a state of being"], ["combat-ready", "engaged in or ready for military or naval operations"], ["participating", "taking part in an activity"], ["alive", "in operation"], ["fighting", "engaged in or ready for military or naval operations"]]}, {"answer": "actual", "hint": "synonyms for actual", "clues": [["factual", "existing in act or fact"], ["existent", "presently existing in fact and not merely potential or possible"], ["literal", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"], ["real", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"], ["genuine", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"]]}, {"answer": "acute", "hint": "synonyms for acute", "clues": [["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["intense", "extremely sharp or intense"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["acuate", "ending in a sharp point"], ["needlelike", "ending in a sharp point"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "ad-lib", "hint": "synonyms for ad-lib", "clues": [["unrehearsed", "with little or no preparation or forethought"], ["extemporaneous", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["unwritten", "said or done without having been planned or written in advance"], ["offhanded", "with little or no preparation or forethought"], ["spontaneous", "said or done without having been planned or written in advance"], ["off-the-cuff", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "addled", "hint": "synonyms for addled", "clues": [["muzzy", "confused and vague; used especially of thinking"], ["woolly-headed", "confused and vague; used especially of thinking"], ["wooly", "confused and vague; used especially of thinking"], ["muddled", "confused and vague; used especially of thinking"], ["wooly-minded", "confused and vague; used especially of thinking"], ["befuddled", "confused and vague; used especially of thinking"]]}, {"answer": "adept", "hint": "synonyms for adept", "clues": [["proficient", "having or showing knowledge and skill and aptitude"], ["good", "having or showing knowledge and skill and aptitude"], ["expert", "having or showing knowledge and skill and aptitude"], ["practiced", "having or showing knowledge and skill and aptitude"], ["skilful", "having or showing knowledge and skill and aptitude"]]}, {"answer": "adequate", "hint": "synonyms for adequate", "clues": [["tolerable", "about average; acceptable"], ["passable", "about average; acceptable"], ["fair to middling", "about average; acceptable"], ["decent", "sufficient for the purpose"], ["equal", "having the requisite qualities or resources to meet a task"], ["enough", "sufficient for the purpose"]]}, {"answer": "adjacent", "hint": "synonyms for adjacent", "clues": [["side by side", "nearest in space or position; immediately adjoining without intervening space"], ["contiguous", "having a common boundary or edge; abutting; touching"], ["neighboring", "having a common boundary or edge; abutting; touching"], ["next", "nearest in space or position; immediately adjoining without intervening space"], ["conterminous", "having a common boundary or edge; abutting; touching"]]}, {"answer": "adjunct", "hint": "synonyms for adjunct", "clues": [["auxiliary", "furnishing added support"], ["assistant", "of or relating to a person who is subordinate to another"], ["ancillary", "furnishing added support"], ["accessory", "furnishing added support"], ["adjuvant", "furnishing added support"], ["appurtenant", "furnishing added support"]]}, {"answer": "adjuvant", "hint": "synonyms for adjuvant", "clues": [["adjunct", "furnishing added support"], ["ancillary", "furnishing added support"], ["accessory", "furnishing added support"], ["auxiliary", "furnishing added support"], ["appurtenant", "furnishing added support"]]}, {"answer": "admonitory", "hint": "synonyms for admonitory", "clues": [["exemplary", "serving to warn"], ["admonishing", "expressing reproof or reproach especially as a corrective"], ["reproving", "expressing reproof or reproach especially as a corrective"], ["warning", "serving to warn"], ["cautionary", "serving to warn"], ["reproachful", "expressing reproof or reproach especially as a corrective"], ["monitory", "serving to warn"]]}, {"answer": "adolescent", "hint": "synonyms for adolescent", "clues": [["teenaged", "being of the age 13 through 19"], ["juvenile", "displaying or suggesting a lack of maturity"], ["jejune", "displaying or suggesting a lack of maturity"], ["puerile", "displaying or suggesting a lack of maturity"], ["teen", "being of the age 13 through 19"]]}, {"answer": "adrift", "hint": "synonyms for adrift", "clues": [["afloat", "aimlessly drifting"], ["directionless", "aimlessly drifting"], ["aimless", "aimlessly drifting"], ["undirected", "aimlessly drifting"], ["rudderless", "aimlessly drifting"], ["planless", "aimlessly drifting"]]}, {"answer": "adult", "hint": "synonyms for adult", "clues": [["grownup", "(of animals) fully developed"], ["big", "(of animals) fully developed"], ["pornographic", "designed to arouse lust"], ["full-grown", "(of animals) fully developed"], ["grown", "(of animals) fully developed"]]}, {"answer": "adulterous", "hint": "synonyms for adulterous", "clues": [["cheating", "not faithful to a spouse or lover"], ["extramarital", "characterized by adultery"], ["two-timing", "not faithful to a spouse or lover"], ["extracurricular", "characterized by adultery"]]}, {"answer": "adust", "hint": "synonyms for adust", "clues": [["parched", "dried out by heat or excessive exposure to sunlight"], ["sunbaked", "dried out by heat or excessive exposure to sunlight"], ["scorched", "dried out by heat or excessive exposure to sunlight"], ["baked", "dried out by heat or excessive exposure to sunlight"]]}, {"answer": "advanced", "hint": "synonyms for advanced", "clues": [["sophisticated", "ahead in development; complex or intricate"], ["ripe", "far along in time"], ["advance", "situated ahead or going before"], ["forward-looking", "ahead of the times"], ["in advance", "situated ahead or going before"], ["innovative", "ahead of the times"], ["modern", "ahead of the times"]]}, {"answer": "adynamic", "hint": "synonyms for adynamic", "clues": [["debilitated", "lacking strength or vigor"], ["enervated", "lacking strength or vigor"], ["undynamic", "characterized by an absence of force or forcefulness"], ["asthenic", "lacking strength or vigor"]]}, {"answer": "aeonian", "hint": "synonyms for aeonian", "clues": [["perpetual", "continuing forever or indefinitely"], ["everlasting", "continuing forever or indefinitely"], ["eonian", "of or relating to a geological eon (longer than an era)"], ["unending", "continuing forever or indefinitely"], ["eternal", "continuing forever or indefinitely"], ["unceasing", "continuing forever or indefinitely"], ["ageless", "continuing forever or indefinitely"]]}, {"answer": "aerial", "hint": "synonyms for aerial", "clues": [["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"]]}, {"answer": "aeriform", "hint": "synonyms for aeriform", "clues": [["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["airlike", "resembling air or having the form of air"]]}, {"answer": "aery", "hint": "synonyms for aery", "clues": [["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"]]}, {"answer": "affected", "hint": "synonyms for affected", "clues": [["touched", "being excited or provoked to the expression of an emotion"], ["unnatural", "speaking or behaving in an artificial way to make an impression"], ["stirred", "being excited or provoked to the expression of an emotion"], ["moved", "being excited or provoked to the expression of an emotion"]]}, {"answer": "affectionate", "hint": "synonyms for affectionate", "clues": [["tender", "having or displaying warmth or affection"], ["lovesome", "having or displaying warmth or affection"], ["fond", "having or displaying warmth or affection"], ["warm", "having or displaying warmth or affection"]]}, {"answer": "affirmative", "hint": "synonyms for affirmative", "clues": [["optimistic", "expecting the best"], ["affirmatory", "affirming or giving assent"], ["approbatory", "expressing or manifesting praise or approval"], ["approving", "expressing or manifesting praise or approval"], ["approbative", "expressing or manifesting praise or approval"], ["plausive", "expressing or manifesting praise or approval"]]}, {"answer": "affluent", "hint": "synonyms for affluent", "clues": [["wealthy", "having an abundant supply of money or possessions of value"], ["loaded", "having an abundant supply of money or possessions of value"], ["moneyed", "having an abundant supply of money or possessions of value"], ["flush", "having an abundant supply of money or possessions of value"]]}, {"answer": "afire", "hint": "synonyms for afire", "clues": [["alight", "lighted up by or as by fire or flame"], ["aflare", "lighted up by or as by fire or flame"], ["aflame", "lighted up by or as by fire or flame"], ["on fire", "lighted up by or as by fire or flame"], ["ablaze", "lighted up by or as by fire or flame"]]}, {"answer": "aflame", "hint": "synonyms for aflame", "clues": [["alight", "lighted up by or as by fire or flame"], ["aflare", "lighted up by or as by fire or flame"], ["on fire", "lighted up by or as by fire or flame"], ["aroused", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker"], ["afire", "lighted up by or as by fire or flame"], ["ablaze", "lighted up by or as by fire or flame"]]}, {"answer": "aflare", "hint": "synonyms for aflare", "clues": [["alight", "lighted up by or as by fire or flame"], ["aflame", "lighted up by or as by fire or flame"], ["afire", "lighted up by or as by fire or flame"], ["on fire", "lighted up by or as by fire or flame"], ["ablaze", "lighted up by or as by fire or flame"], ["flaring", "streaming or flapping or spreading wide as if in a current of air"]]}, {"answer": "afloat", "hint": "synonyms for afloat", "clues": [["adrift", "aimlessly drifting"], ["directionless", "aimlessly drifting"], ["aimless", "aimlessly drifting"], ["undirected", "aimlessly drifting"], ["rudderless", "aimlessly drifting"], ["inundated", "covered with water"], ["overflowing", "covered with water"], ["awash", "covered with water"], ["planless", "aimlessly drifting"], ["flooded", "covered with water"]]}, {"answer": "agamic", "hint": "synonyms for agamic", "clues": [["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"]]}, {"answer": "agamogenetic", "hint": "synonyms for agamogenetic", "clues": [["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"]]}, {"answer": "agamous", "hint": "synonyms for agamous", "clues": [["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"]]}, {"answer": "aged", "hint": "synonyms for aged", "clues": [["of age", "having attained a specific age; (`aged' is pronounced as one syllable)"], ["ripened", "of wines, fruit, cheeses; having reached a desired or final condition; (`aged' pronounced as one syllable)"], ["senior", "advanced in years; (`aged' is pronounced as two syllables)"], ["older", "advanced in years; (`aged' is pronounced as two syllables)"], ["cured", "(used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)"], ["elderly", "advanced in years; (`aged' is pronounced as two syllables)"]]}, {"answer": "ageless", "hint": "synonyms for ageless", "clues": [["perpetual", "continuing forever or indefinitely"], ["everlasting", "continuing forever or indefinitely"], ["eonian", "continuing forever or indefinitely"], ["eternal", "continuing forever or indefinitely"], ["unceasing", "continuing forever or indefinitely"], ["unending", "continuing forever or indefinitely"]]}, {"answer": "aglitter", "hint": "synonyms for aglitter", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["glittery", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["fulgid", "having brief brilliant points or flashes of light"]]}, {"answer": "agonising", "hint": "synonyms for agonising", "clues": [["agonizing", "extremely painful"], ["excruciating", "extremely painful"], ["torturing", "extremely painful"], ["torturous", "extremely painful"], ["harrowing", "extremely painful"], ["torturesome", "extremely painful"]]}, {"answer": "agonizing", "hint": "synonyms for agonizing", "clues": [["excruciating", "extremely painful"], ["torturing", "extremely painful"], ["torturous", "extremely painful"], ["agonising", "extremely painful"], ["harrowing", "extremely painful"], ["torturesome", "extremely painful"]]}, {"answer": "agreeable", "hint": "synonyms for agreeable", "clues": [["accordant", "in keeping"], ["conformable", "in keeping"], ["consonant", "in keeping"], ["concordant", "in keeping"]]}, {"answer": "ailing", "hint": "synonyms for ailing", "clues": [["unwell", "somewhat ill or prone to illness"], ["seedy", "somewhat ill or prone to illness"], ["indisposed", "somewhat ill or prone to illness"], ["poorly", "somewhat ill or prone to illness"], ["peaked", "somewhat ill or prone to illness"], ["under the weather", "somewhat ill or prone to illness"], ["sickly", "somewhat ill or prone to illness"]]}, {"answer": "aimless", "hint": "synonyms for aimless", "clues": [["adrift", "aimlessly drifting"], ["drifting", "continually changing especially as from one abode or occupation to another"], ["directionless", "aimlessly drifting"], ["undirected", "aimlessly drifting"], ["vagabond", "continually changing especially as from one abode or occupation to another"], ["rudderless", "aimlessly drifting"], ["vagrant", "continually changing especially as from one abode or occupation to another"], ["floating", "continually changing especially as from one abode or occupation to another"], ["afloat", "aimlessly drifting"], ["planless", "aimlessly drifting"]]}, {"answer": "airheaded", "hint": "synonyms for airheaded", "clues": [["empty-headed", "lacking seriousness; given to frivolity"], ["giddy", "lacking seriousness; given to frivolity"], ["dizzy", "lacking seriousness; given to frivolity"], ["lightheaded", "lacking seriousness; given to frivolity"], ["featherbrained", "lacking seriousness; given to frivolity"], ["silly", "lacking seriousness; given to frivolity"]]}, {"answer": "airy", "hint": "synonyms for airy", "clues": [["impractical", "not practical or realizable; speculative"], ["aired", "open to or abounding in fresh air"], ["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["windy", "not practical or realizable; speculative"], ["visionary", "not practical or realizable; speculative"], ["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"]]}, {"answer": "akin", "hint": "synonyms for akin", "clues": [["kin", "related by blood"], ["consanguine", "related by blood"], ["cognate", "related by blood"], ["kindred", "similar in quality or character"], ["blood-related", "related by blood"]]}, {"answer": "alar", "hint": "synonyms for alar", "clues": [["axillary", "of or relating to the axil"], ["wing-shaped", "having or resembling wings"], ["aliform", "having or resembling wings"], ["alary", "having or resembling wings"]]}, {"answer": "alert", "hint": "synonyms for alert", "clues": [["zippy", "quick and energetic"], ["spanking", "quick and energetic"], ["lively", "quick and energetic"], ["snappy", "quick and energetic"], ["awake", "mentally perceptive and responsive"], ["watchful", "engaged in or accustomed to close observation"], ["rattling", "quick and energetic"], ["alive", "mentally perceptive and responsive"], ["merry", "quick and energetic"], ["brisk", "quick and energetic"]]}, {"answer": "alight", "hint": "synonyms for alight", "clues": [["aflare", "lighted up by or as by fire or flame"], ["aflame", "lighted up by or as by fire or flame"], ["afire", "lighted up by or as by fire or flame"], ["on fire", "lighted up by or as by fire or flame"], ["ablaze", "lighted up by or as by fire or flame"]]}, {"answer": "alimental", "hint": "synonyms for alimental", "clues": [["nutritive", "of or providing nourishment"], ["alimentary", "of or providing nourishment"], ["nourishing", "of or providing nourishment"], ["nutritious", "of or providing nourishment"], ["nutrient", "of or providing nourishment"]]}, {"answer": "alimentary", "hint": "synonyms for alimentary", "clues": [["nutritive", "of or providing nourishment"], ["nourishing", "of or providing nourishment"], ["nutritious", "of or providing nourishment"], ["alimental", "of or providing nourishment"], ["nutrient", "of or providing nourishment"]]}, {"answer": "alive", "hint": "synonyms for alive", "clues": [["live", "possessing life"], ["alert", "mentally perceptive and responsive"], ["animated", "having life or vigor or spirit"], ["active", "in operation"], ["awake", "mentally perceptive and responsive"]]}, {"answer": "all-embracing", "hint": "synonyms for all-embracing", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "all-encompassing", "hint": "synonyms for all-encompassing", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "all-important", "hint": "synonyms for all-important", "clues": [["all important", "of the greatest importance"], ["crucial", "of the greatest importance"], ["essential", "of the greatest importance"], ["of the essence", "of the greatest importance"]]}, {"answer": "all-inclusive", "hint": "synonyms for all-inclusive", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "all_important", "hint": "synonyms for all important", "clues": [["essential", "of the greatest importance"], ["crucial", "of the greatest importance"], ["all-important", "of the greatest importance"], ["of the essence", "of the greatest importance"]]}, {"answer": "all_over", "hint": "synonyms for all over", "clues": [["concluded", "having come or been brought to a conclusion"], ["over", "having come or been brought to a conclusion"], ["ended", "having come or been brought to a conclusion"], ["complete", "having come or been brought to a conclusion"], ["terminated", "having come or been brought to a conclusion"]]}, {"answer": "all_right", "hint": "synonyms for all right", "clues": [["o.k.", "being satisfactory or in satisfactory condition"], ["hunky-dory", "being satisfactory or in satisfactory condition"], ["okay", "being satisfactory or in satisfactory condition"], ["ok", "being satisfactory or in satisfactory condition"], ["fine", "being satisfactory or in satisfactory condition"]]}, {"answer": "alleviative", "hint": "synonyms for alleviative", "clues": [["lenitive", "moderating pain or sorrow by making it easier to bear"], ["mitigative", "moderating pain or sorrow by making it easier to bear"], ["alleviatory", "moderating pain or sorrow by making it easier to bear"], ["palliative", "moderating pain or sorrow by making it easier to bear"], ["mitigatory", "moderating pain or sorrow by making it easier to bear"]]}, {"answer": "alleviatory", "hint": "synonyms for alleviatory", "clues": [["lenitive", "moderating pain or sorrow by making it easier to bear"], ["mitigative", "moderating pain or sorrow by making it easier to bear"], ["palliative", "moderating pain or sorrow by making it easier to bear"], ["mitigatory", "moderating pain or sorrow by making it easier to bear"]]}, {"answer": "alone", "hint": "synonyms for alone", "clues": [["unequalled", "radically distinctive and without equal"], ["only", "exclusive of anyone or anything else"], ["solitary", "lacking companions or companionship"], ["unique", "radically distinctive and without equal"], ["lone", "lacking companions or companionship"], ["unparalleled", "radically distinctive and without equal"]]}, {"answer": "alterative", "hint": "synonyms for alterative", "clues": [["healing", "tending to cure or restore to health"], ["therapeutic", "tending to cure or restore to health"], ["curative", "tending to cure or restore to health"], ["remedial", "tending to cure or restore to health"], ["sanative", "tending to cure or restore to health"]]}, {"answer": "alveolate", "hint": "synonyms for alveolate", "clues": [["pitted", "pitted with cell-like cavities (as a honeycomb)"], ["honeycombed", "pitted with cell-like cavities (as a honeycomb)"], ["cavitied", "pitted with cell-like cavities (as a honeycomb)"], ["faveolate", "pitted with cell-like cavities (as a honeycomb)"]]}, {"answer": "amalgamate", "hint": "synonyms for amalgamate", "clues": [["fused", "joined together into a whole"], ["consolidated", "joined together into a whole"], ["amalgamated", "joined together into a whole"], ["coalesced", "joined together into a whole"]]}, {"answer": "amalgamated", "hint": "synonyms for amalgamated", "clues": [["fused", "joined together into a whole"], ["amalgamate", "joined together into a whole"], ["consolidated", "joined together into a whole"], ["coalesced", "joined together into a whole"]]}, {"answer": "amateur", "hint": "synonyms for amateur", "clues": [["unpaid", "engaged in as a pastime"], ["amateurish", "lacking professional skill or expertise"], ["inexpert", "lacking professional skill or expertise"], ["recreational", "engaged in as a pastime"], ["unskilled", "lacking professional skill or expertise"]]}, {"answer": "amazing", "hint": "synonyms for amazing", "clues": [["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["astonishing", "surprising greatly"], ["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville"]]}, {"answer": "ambidextrous", "hint": "synonyms for ambidextrous", "clues": [["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["two-handed", "equally skillful with each hand"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "amiable", "hint": "synonyms for amiable", "clues": [["good-humored", "disposed to please; - Hal Hinson"], ["cordial", "diffusing warmth and friendliness"], ["affable", "diffusing warmth and friendliness"], ["genial", "diffusing warmth and friendliness"]]}, {"answer": "amok", "hint": "synonyms for amok", "clues": [["berserk", "frenzied as if possessed by a demon"], ["possessed", "frenzied as if possessed by a demon"], ["demoniacal", "frenzied as if possessed by a demon"], ["amuck", "frenzied as if possessed by a demon"]]}, {"answer": "amorphous", "hint": "synonyms for amorphous", "clues": [["shapeless", "having no definite form or distinct shape"], ["formless", "having no definite form or distinct shape"], ["uncrystallized", "without real or apparent crystalline form"], ["unstructured", "lacking the system or structure characteristic of living bodies"]]}, {"answer": "ample", "hint": "synonyms for ample", "clues": [["rich", "affording an abundant supply"], ["sizable", "fairly large"], ["copious", "affording an abundant supply"], ["plentiful", "affording an abundant supply"], ["plenteous", "affording an abundant supply"]]}, {"answer": "amuck", "hint": "synonyms for amuck", "clues": [["berserk", "frenzied as if possessed by a demon"], ["amok", "frenzied as if possessed by a demon"], ["demoniacal", "frenzied as if possessed by a demon"], ["possessed", "frenzied as if possessed by a demon"]]}, {"answer": "amusing", "hint": "synonyms for amusing", "clues": [["mirthful", "arousing or provoking laughter"], ["risible", "arousing or provoking laughter"], ["funny", "arousing or provoking laughter"], ["diverting", "providing enjoyment; pleasantly entertaining"], ["comic", "arousing or provoking laughter"], ["amusive", "providing enjoyment; pleasantly entertaining"], ["laughable", "arousing or provoking laughter"], ["comical", "arousing or provoking laughter"]]}, {"answer": "amyloid", "hint": "synonyms for amyloid", "clues": [["farinaceous", "resembling starch"], ["amylaceous", "resembling starch"], ["starchlike", "resembling starch"], ["amyloidal", "resembling starch"]]}, {"answer": "amyloidal", "hint": "synonyms for amyloidal", "clues": [["farinaceous", "resembling starch"], ["amyloid", "resembling starch"], ["amylaceous", "resembling starch"], ["starchlike", "resembling starch"]]}, {"answer": "ancillary", "hint": "synonyms for ancillary", "clues": [["auxiliary", "furnishing added support"], ["adjunct", "furnishing added support"], ["accessory", "furnishing added support"], ["adjuvant", "furnishing added support"], ["appurtenant", "furnishing added support"]]}, {"answer": "angelic", "hint": "synonyms for angelic", "clues": [["cherubic", "having a sweet nature befitting an angel or cherub"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint"], ["sweet", "having a sweet nature befitting an angel or cherub"], ["seraphic", "having a sweet nature befitting an angel or cherub"], ["angelical", "of or relating to angels"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint"], ["beatific", "marked by utter benignity; resembling or befitting an angel or saint"]]}, {"answer": "angelical", "hint": "synonyms for angelical", "clues": [["cherubic", "having a sweet nature befitting an angel or cherub"], ["angelic", "having a sweet nature befitting an angel or cherub"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint"], ["sweet", "having a sweet nature befitting an angel or cherub"], ["seraphic", "having a sweet nature befitting an angel or cherub"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint"], ["beatific", "marked by utter benignity; resembling or befitting an angel or saint"]]}, {"answer": "angered", "hint": "synonyms for angered", "clues": [["infuriated", "marked by extreme anger"], ["furious", "marked by extreme anger"], ["enraged", "marked by extreme anger"], ["maddened", "marked by extreme anger"]]}, {"answer": "angry", "hint": "synonyms for angry", "clues": [["furious", "(of the elements) as if showing violent anger"], ["tempestuous", "(of the elements) as if showing violent anger"], ["wild", "(of the elements) as if showing violent anger"], ["raging", "(of the elements) as if showing violent anger"]]}, {"answer": "annoyed", "hint": "synonyms for annoyed", "clues": [["peeved", "aroused to impatience or anger"], ["pestered", "troubled persistently especially with petty annoyances"], ["riled", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["vexed", "troubled persistently especially with petty annoyances"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"], ["harried", "troubled persistently especially with petty annoyances"], ["harassed", "troubled persistently especially with petty annoyances"]]}, {"answer": "annoying", "hint": "synonyms for annoying", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"]]}, {"answer": "annular", "hint": "synonyms for annular", "clues": [["doughnut-shaped", "shaped like a ring"], ["annulated", "shaped like a ring"], ["ring-shaped", "shaped like a ring"], ["circinate", "shaped like a ring"], ["ringed", "shaped like a ring"]]}, {"answer": "annulate", "hint": "synonyms for annulate", "clues": [["doughnut-shaped", "shaped like a ring"], ["annulated", "shaped like a ring"], ["ring-shaped", "shaped like a ring"], ["annular", "shaped like a ring"], ["circinate", "shaped like a ring"], ["ringed", "shaped like a ring"]]}, {"answer": "annulated", "hint": "synonyms for annulated", "clues": [["doughnut-shaped", "shaped like a ring"], ["ring-shaped", "shaped like a ring"], ["annular", "shaped like a ring"], ["annulate", "shaped like a ring"], ["circinate", "shaped like a ring"], ["ringed", "shaped like a ring"]]}, {"answer": "anserine", "hint": "synonyms for anserine", "clues": [["goosy", "having or revealing stupidity"], ["foolish", "having or revealing stupidity"], ["dopy", "having or revealing stupidity"], ["gooselike", "having or revealing stupidity"], ["jerky", "having or revealing stupidity"]]}, {"answer": "antipathetic", "hint": "synonyms for antipathetic", "clues": [["averse", "(usually followed by `to') strongly opposed"], ["loath", "(usually followed by `to') strongly opposed"], ["antagonistic", "characterized by antagonism or antipathy"], ["antipathetical", "characterized by antagonism or antipathy"], ["indisposed", "(usually followed by `to') strongly opposed"]]}, {"answer": "antipathetical", "hint": "synonyms for antipathetical", "clues": [["antipathetic", "(usually followed by `to') strongly opposed"], ["averse", "(usually followed by `to') strongly opposed"], ["loath", "(usually followed by `to') strongly opposed"], ["antagonistic", "characterized by antagonism or antipathy"], ["indisposed", "(usually followed by `to') strongly opposed"]]}, {"answer": "antique", "hint": "synonyms for antique", "clues": [["passe", "out of fashion"], ["demode", "out of fashion"], ["old-hat", "out of fashion"], ["old-fashioned", "out of fashion"], ["outmoded", "out of fashion"], ["ex", "out of fashion"], ["age-old", "belonging to or lasting from times long ago"]]}, {"answer": "anxious", "hint": "synonyms for anxious", "clues": [["dying", "eagerly desirous"], ["queasy", "causing or fraught with or showing anxiety"], ["uneasy", "causing or fraught with or showing anxiety"], ["nervous", "causing or fraught with or showing anxiety"], ["unquiet", "causing or fraught with or showing anxiety"]]}, {"answer": "apomictic", "hint": "synonyms for apomictic", "clues": [["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["apomictical", "of or relating to a plant that reproduces by apomixis"]]}, {"answer": "appareled", "hint": "synonyms for appareled", "clues": [["robed", "dressed or clothed especially in fine attire; often used in combination"], ["attired", "dressed or clothed especially in fine attire; often used in combination"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination"], ["garmented", "dressed or clothed especially in fine attire; often used in combination"], ["garbed", "dressed or clothed especially in fine attire; often used in combination"], ["dressed", "dressed or clothed especially in fine attire; often used in combination"]]}, {"answer": "apparent", "hint": "synonyms for apparent", "clues": [["ostensible", "appearing as such but not necessarily so"], ["patent", "clearly revealed to the mind or the senses or judgment"], ["unmistakable", "clearly revealed to the mind or the senses or judgment"], ["manifest", "clearly revealed to the mind or the senses or judgment"], ["evident", "clearly revealed to the mind or the senses or judgment"], ["seeming", "appearing as such but not necessarily so"], ["plain", "clearly revealed to the mind or the senses or judgment"]]}, {"answer": "apparitional", "hint": "synonyms for apparitional", "clues": [["spectral", "resembling or characteristic of a phantom"], ["ghostly", "resembling or characteristic of a phantom"], ["phantasmal", "resembling or characteristic of a phantom"], ["spiritual", "resembling or characteristic of a phantom"], ["ghostlike", "resembling or characteristic of a phantom"]]}, {"answer": "appointed", "hint": "synonyms for appointed", "clues": [["prescribed", "fixed or established especially by order or command; )"], ["appointive", "subject to appointment"], ["decreed", "fixed or established especially by order or command; )"], ["ordained", "fixed or established especially by order or command; )"]]}, {"answer": "apportioned", "hint": "synonyms for apportioned", "clues": [["parceled out", "given out in portions"], ["doled out", "given out in portions"], ["meted out", "given out in portions"], ["dealt out", "given out in portions"]]}, {"answer": "apprehensible", "hint": "synonyms for apprehensible", "clues": [["intelligible", "capable of being apprehended or understood"], ["understandable", "capable of being apprehended or understood"], ["perceivable", "capable of being apprehended or understood"], ["graspable", "capable of being apprehended or understood"]]}, {"answer": "approbative", "hint": "synonyms for approbative", "clues": [["approbatory", "expressing or manifesting praise or approval"], ["approving", "expressing or manifesting praise or approval"], ["affirmative", "expressing or manifesting praise or approval"], ["plausive", "expressing or manifesting praise or approval"]]}, {"answer": "approbatory", "hint": "synonyms for approbatory", "clues": [["approving", "expressing or manifesting praise or approval"], ["approbative", "expressing or manifesting praise or approval"], ["affirmative", "expressing or manifesting praise or approval"], ["plausive", "expressing or manifesting praise or approval"]]}, {"answer": "approving", "hint": "synonyms for approving", "clues": [["approbatory", "expressing or manifesting praise or approval"], ["plausive", "expressing or manifesting praise or approval"], ["approbative", "expressing or manifesting praise or approval"], ["affirmative", "expressing or manifesting praise or approval"]]}, {"answer": "approximate", "hint": "synonyms for approximate", "clues": [["near", "very close in resemblance"], ["approximative", "not quite exact or correct"], ["close together", "located close together"], ["rough", "not quite exact or correct"]]}, {"answer": "appurtenant", "hint": "synonyms for appurtenant", "clues": [["auxiliary", "furnishing added support"], ["adjunct", "furnishing added support"], ["ancillary", "furnishing added support"], ["accessory", "furnishing added support"], ["adjuvant", "furnishing added support"]]}, {"answer": "apt", "hint": "synonyms for apt", "clues": [["clever", "mentally quick and resourceful; ; -Bram Stoker"], ["disposed", "(usually followed by `to') naturally disposed toward"], ["given", "(usually followed by `to') naturally disposed toward"], ["pertinent", "being of striking appropriateness and pertinence"], ["tending", "(usually followed by `to') naturally disposed toward"], ["apposite", "being of striking appropriateness and pertinence"], ["minded", "(usually followed by `to') naturally disposed toward"], ["liable", "at risk of or subject to experiencing something usually unpleasant"]]}, {"answer": "arboreal", "hint": "synonyms for arboreal", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arboreous", "inhabiting or frequenting trees"], ["arborical", "of or relating to or formed by trees"], ["arborescent", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["arborary", "of or relating to or formed by trees"], ["tree-living", "inhabiting or frequenting trees"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "arboreous", "hint": "synonyms for arboreous", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["arboraceous", "abounding in trees"], ["treelike", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["tree-living", "inhabiting or frequenting trees"], ["arboresque", "resembling a tree in form and branching structure"], ["woody", "abounding in trees"]]}, {"answer": "arborescent", "hint": "synonyms for arborescent", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "arboresque", "hint": "synonyms for arboresque", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"]]}, {"answer": "arboriform", "hint": "synonyms for arboriform", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "arced", "hint": "synonyms for arced", "clues": [["arcuate", "forming or resembling an arch"], ["arciform", "forming or resembling an arch"], ["arched", "forming or resembling an arch"], ["bowed", "forming or resembling an arch"], ["arching", "forming or resembling an arch"]]}, {"answer": "arch", "hint": "synonyms for arch", "clues": [["condescending", "(used of behavior or attitude) characteristic of those who treat others with condescension"], ["impish", "naughtily or annoyingly playful"], ["patronising", "(used of behavior or attitude) characteristic of those who treat others with condescension"], ["prankish", "naughtily or annoyingly playful"], ["wicked", "naughtily or annoyingly playful"], ["mischievous", "naughtily or annoyingly playful"], ["implike", "naughtily or annoyingly playful"], ["puckish", "naughtily or annoyingly playful"], ["pixilated", "naughtily or annoyingly playful"]]}, {"answer": "arched", "hint": "synonyms for arched", "clues": [["arcuate", "forming or resembling an arch"], ["arced", "forming or resembling an arch"], ["arciform", "forming or resembling an arch"], ["bowed", "forming or resembling an arch"], ["arching", "forming or resembling an arch"]]}, {"answer": "arching", "hint": "synonyms for arching", "clues": [["arcuate", "forming or resembling an arch"], ["arced", "forming or resembling an arch"], ["arciform", "forming or resembling an arch"], ["bowed", "forming or resembling an arch"]]}, {"answer": "arciform", "hint": "synonyms for arciform", "clues": [["arcuate", "forming or resembling an arch"], ["arced", "forming or resembling an arch"], ["bowed", "forming or resembling an arch"], ["arching", "forming or resembling an arch"]]}, {"answer": "arctic", "hint": "synonyms for arctic", "clues": [["frigid", "extremely cold"], ["polar", "extremely cold"], ["north-polar", "of or relating to the Arctic"], ["icy", "extremely cold"], ["glacial", "extremely cold"], ["gelid", "extremely cold"]]}, {"answer": "arcuate", "hint": "synonyms for arcuate", "clues": [["arced", "forming or resembling an arch"], ["arciform", "forming or resembling an arch"], ["bowed", "forming or resembling an arch"], ["arching", "forming or resembling an arch"]]}, {"answer": "ardent", "hint": "synonyms for ardent", "clues": [["fervid", "characterized by intense emotion"], ["fervent", "characterized by intense emotion"], ["perfervid", "characterized by intense emotion"], ["warm", "characterized by strong enthusiasm"], ["torrid", "characterized by intense emotion"], ["fiery", "characterized by intense emotion"], ["impassioned", "characterized by intense emotion"]]}, {"answer": "arduous", "hint": "synonyms for arduous", "clues": [["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["strenuous", "taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["straining", "taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "argus-eyed", "hint": "synonyms for argus-eyed", "clues": [["keen-sighted", "having very keen vision"], ["wakeful", "carefully observant or attentive; on the lookout for possible danger"], ["lynx-eyed", "having very keen vision"], ["sharp-sighted", "having very keen vision"], ["hawk-eyed", "having very keen vision"], ["quick-sighted", "having very keen vision"], ["open-eyed", "carefully observant or attentive; on the lookout for possible danger"], ["vigilant", "carefully observant or attentive; on the lookout for possible danger"], ["sharp-eyed", "having very keen vision"]]}, {"answer": "aristocratic", "hint": "synonyms for aristocratic", "clues": [["patrician", "belonging to or characteristic of the nobility or aristocracy"], ["aristocratical", "belonging to or characteristic of the nobility or aristocracy"], ["blue", "belonging to or characteristic of the nobility or aristocracy"], ["gentle", "belonging to or characteristic of the nobility or aristocracy"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy"]]}, {"answer": "aristocratical", "hint": "synonyms for aristocratical", "clues": [["patrician", "belonging to or characteristic of the nobility or aristocracy"], ["blue", "belonging to or characteristic of the nobility or aristocracy"], ["gentle", "belonging to or characteristic of the nobility or aristocracy"], ["aristocratic", "belonging to or characteristic of the nobility or aristocracy"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy"]]}, {"answer": "around_the_bend", "hint": "synonyms for around the bend", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "aroused", "hint": "synonyms for aroused", "clues": [["stimulated", "emotionally aroused"], ["ruttish", "feeling great sexual desire"], ["randy", "feeling great sexual desire"], ["wound up", "brought to a state of great tension"], ["stirred", "emotionally aroused"], ["excited", "(of persons) excessively affected by emotion"], ["steamy", "feeling great sexual desire"], ["turned on", "feeling great sexual desire"], ["horny", "feeling great sexual desire"], ["ablaze", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker"], ["worked up", "(of persons) excessively affected by emotion"], ["stirred up", "emotionally aroused"], ["emotional", "(of persons) excessively affected by emotion"], ["aflame", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker"]]}, {"answer": "arrant", "hint": "synonyms for arrant", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "arthritic", "hint": "synonyms for arthritic", "clues": [["creaky", "of or pertaining to arthritis"], ["rheumy", "of or pertaining to arthritis"], ["rheumatic", "of or pertaining to arthritis"], ["rheumatoid", "of or pertaining to arthritis"]]}, {"answer": "artificial", "hint": "synonyms for artificial", "clues": [["hokey", "artificially formal"], ["stilted", "artificially formal"], ["contrived", "artificially formal"], ["unreal", "contrived by art rather than nature"]]}, {"answer": "ashen", "hint": "synonyms for ashen", "clues": [["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"]]}, {"answer": "asinine", "hint": "synonyms for asinine", "clues": [["fatuous", "devoid of intelligence"], ["mindless", "devoid of intelligence"], ["inane", "devoid of intelligence"], ["vacuous", "devoid of intelligence"]]}, {"answer": "askance", "hint": "synonyms for askance", "clues": [["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "askant", "hint": "synonyms for askant", "clues": [["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "askew", "hint": "synonyms for askew", "clues": [["wonky", "turned or twisted toward one side; - G.K.Chesterton"], ["awry", "turned or twisted toward one side; - G.K.Chesterton"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton"]]}, {"answer": "aslant", "hint": "synonyms for aslant", "clues": [["aslope", "having an oblique or slanted direction"], ["sloped", "having an oblique or slanted direction"], ["slanted", "having an oblique or slanted direction"], ["diagonal", "having an oblique or slanted direction"], ["slanting", "having an oblique or slanted direction"], ["sloping", "having an oblique or slanted direction"]]}, {"answer": "asleep", "hint": "synonyms for asleep", "clues": [["deceased", "dead"], ["gone", "dead"], ["at peace", "dead"], ["benumbed", "lacking sensation"], ["numb", "lacking sensation"], ["at rest", "dead"], ["departed", "dead"]]}, {"answer": "aslope", "hint": "synonyms for aslope", "clues": [["sloped", "having an oblique or slanted direction"], ["slanted", "having an oblique or slanted direction"], ["diagonal", "having an oblique or slanted direction"], ["slanting", "having an oblique or slanted direction"], ["aslant", "having an oblique or slanted direction"], ["sloping", "having an oblique or slanted direction"]]}, {"answer": "asquint", "hint": "synonyms for asquint", "clues": [["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "assorted", "hint": "synonyms for assorted", "clues": [["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["various", "of many different kinds purposefully arranged but lacking any uniformity"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"]]}, {"answer": "assumed", "hint": "synonyms for assumed", "clues": [["fictitious", "adopted in order to deceive"], ["sham", "adopted in order to deceive"], ["false", "adopted in order to deceive"], ["pretended", "adopted in order to deceive"], ["fictive", "adopted in order to deceive"], ["put on", "adopted in order to deceive"]]}, {"answer": "astonied", "hint": "synonyms for astonied", "clues": [["amazed", "filled with the emotional impact of overwhelming surprise or shock"], ["astounded", "filled with the emotional impact of overwhelming surprise or shock"], ["astonished", "filled with the emotional impact of overwhelming surprise or shock"], ["stunned", "filled with the emotional impact of overwhelming surprise or shock"]]}, {"answer": "astonished", "hint": "synonyms for astonished", "clues": [["amazed", "filled with the emotional impact of overwhelming surprise or shock"], ["astounded", "filled with the emotional impact of overwhelming surprise or shock"], ["astonied", "filled with the emotional impact of overwhelming surprise or shock"], ["stunned", "filled with the emotional impact of overwhelming surprise or shock"]]}, {"answer": "astonishing", "hint": "synonyms for astonishing", "clues": [["staggering", "so surprisingly impressive as to stun or overwhelm"], ["amazing", "surprising greatly"], ["stupefying", "so surprisingly impressive as to stun or overwhelm"], ["astounding", "so surprisingly impressive as to stun or overwhelm"]]}, {"answer": "astounding", "hint": "synonyms for astounding", "clues": [["staggering", "so surprisingly impressive as to stun or overwhelm"], ["dumbfounding", "bewildering or striking dumb with wonder"], ["astonishing", "so surprisingly impressive as to stun or overwhelm"], ["stupefying", "so surprisingly impressive as to stun or overwhelm"]]}, {"answer": "at_hand", "hint": "synonyms for at hand", "clues": [["close at hand", "close in time; about to occur"], ["imminent", "close in time; about to occur"], ["impending", "close in time; about to occur"], ["impendent", "close in time; about to occur"]]}, {"answer": "at_peace", "hint": "synonyms for at peace", "clues": [["departed", "dead"], ["deceased", "dead"], ["gone", "dead"], ["at rest", "dead"], ["asleep", "dead"]]}, {"answer": "at_rest", "hint": "synonyms for at rest", "clues": [["departed", "dead"], ["deceased", "dead"], ["gone", "dead"], ["at peace", "dead"], ["asleep", "dead"]]}, {"answer": "at_sea", "hint": "synonyms for at sea", "clues": [["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "atilt", "hint": "synonyms for atilt", "clues": [["leaning", "departing or being caused to depart from the true vertical or horizontal"], ["canted", "departing or being caused to depart from the true vertical or horizontal"], ["tipped", "departing or being caused to depart from the true vertical or horizontal"], ["tilted", "departing or being caused to depart from the true vertical or horizontal"]]}, {"answer": "atrocious", "hint": "synonyms for atrocious", "clues": [["painful", "exceptionally bad or displeasing"], ["frightful", "provoking horror; ; ; ; - Winston Churchill"], ["dreadful", "exceptionally bad or displeasing"], ["ugly", "provoking horror; ; ; ; - Winston Churchill"], ["unspeakable", "exceptionally bad or displeasing"], ["horrifying", "provoking horror; ; ; ; - Winston Churchill"], ["awful", "exceptionally bad or displeasing"], ["monstrous", "shockingly brutal or cruel"], ["horrible", "provoking horror; ; ; ; - Winston Churchill"], ["terrible", "exceptionally bad or displeasing"], ["abominable", "exceptionally bad or displeasing"], ["grievous", "shockingly brutal or cruel"], ["flagitious", "shockingly brutal or cruel"]]}, {"answer": "attendant", "hint": "synonyms for attendant", "clues": [["resultant", "following or accompanying as a consequence"], ["sequent", "following or accompanying as a consequence"], ["consequent", "following or accompanying as a consequence"], ["concomitant", "following or accompanying as a consequence"], ["incidental", "following or accompanying as a consequence"], ["ensuant", "following or accompanying as a consequence"], ["accompanying", "following or accompanying as a consequence"]]}, {"answer": "attired", "hint": "synonyms for attired", "clues": [["robed", "dressed or clothed especially in fine attire; often used in combination"], ["appareled", "dressed or clothed especially in fine attire; often used in combination"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination"], ["garmented", "dressed or clothed especially in fine attire; often used in combination"], ["garbed", "dressed or clothed especially in fine attire; often used in combination"], ["dressed", "dressed or clothed especially in fine attire; often used in combination"]]}, {"answer": "audacious", "hint": "synonyms for audacious", "clues": [["brave", "invulnerable to fear or intimidation"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["hardy", "invulnerable to fear or intimidation"], ["fearless", "invulnerable to fear or intimidation"], ["venturous", "disposed to venture or take risks"], ["daring", "disposed to venture or take risks"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["venturesome", "disposed to venture or take risks"], ["dauntless", "invulnerable to fear or intimidation"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["unfearing", "invulnerable to fear or intimidation"], ["intrepid", "invulnerable to fear or intimidation"]]}, {"answer": "august", "hint": "synonyms for august", "clues": [["grand", "of or befitting a lord"], ["revered", "profoundly honored"], ["lordly", "of or befitting a lord"], ["venerable", "profoundly honored"]]}, {"answer": "aureate", "hint": "synonyms for aureate", "clues": [["gilded", "having the deep slightly brownish color of gold"], ["flamboyant", "elaborately or excessively ornamented"], ["florid", "elaborately or excessively ornamented"], ["gold", "having the deep slightly brownish color of gold"], ["golden", "having the deep slightly brownish color of gold"], ["gilt", "having the deep slightly brownish color of gold"]]}, {"answer": "austere", "hint": "synonyms for austere", "clues": [["severe", "severely simple"], ["stern", "severely simple"], ["ascetical", "practicing great self-denial; - William James"], ["stark", "severely simple"], ["spartan", "practicing great self-denial; - William James"]]}, {"answer": "authentic", "hint": "synonyms for authentic", "clues": [["bona fide", "not counterfeit or copied"], ["veritable", "not counterfeit or copied"], ["unquestionable", "not counterfeit or copied"], ["reliable", "conforming to fact and therefore worthy of belief"]]}, {"answer": "authoritarian", "hint": "synonyms for authoritarian", "clues": [["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["dictatorial", "expecting unquestioning obedience"], ["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["overbearing", "expecting unquestioning obedience"]]}, {"answer": "authoritative", "hint": "synonyms for authoritative", "clues": [["definitive", "of recognized authority or excellence"], ["classic", "of recognized authority or excellence"], ["important", "having authority or ascendancy or influence"], ["authorized", "sanctioned by established authority"]]}, {"answer": "autochthonal", "hint": "synonyms for autochthonal", "clues": [["indigenous", "originating where it is found"], ["endemic", "originating where it is found"], ["autochthonous", "originating where it is found"], ["autochthonic", "originating where it is found"]]}, {"answer": "autochthonic", "hint": "synonyms for autochthonic", "clues": [["indigenous", "originating where it is found"], ["endemic", "originating where it is found"], ["autochthonous", "originating where it is found"], ["autochthonal", "originating where it is found"]]}, {"answer": "autochthonous", "hint": "synonyms for autochthonous", "clues": [["indigenous", "originating where it is found"], ["endemic", "originating where it is found"], ["autochthonic", "originating where it is found"], ["autochthonal", "originating where it is found"]]}, {"answer": "autocratic", "hint": "synonyms for autocratic", "clues": [["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["dominating", "offensively self-assured or given to exercising usually unwarranted power"], ["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["bossy", "offensively self-assured or given to exercising usually unwarranted power"], ["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power"]]}, {"answer": "automatic", "hint": "synonyms for automatic", "clues": [["machinelike", "resembling the unthinking functioning of a machine"], ["robotic", "resembling the unthinking functioning of a machine"], ["reflexive", "without volition or conscious control"], ["robotlike", "resembling the unthinking functioning of a machine"], ["reflex", "without volition or conscious control"], ["automatonlike", "resembling the unthinking functioning of a machine"]]}, {"answer": "automatonlike", "hint": "synonyms for automatonlike", "clues": [["machinelike", "resembling the unthinking functioning of a machine"], ["automatic", "resembling the unthinking functioning of a machine"], ["robotic", "resembling the unthinking functioning of a machine"], ["robotlike", "resembling the unthinking functioning of a machine"]]}, {"answer": "autonomous", "hint": "synonyms for autonomous", "clues": [["self-governing", "(of political bodies) not controlled by outside forces"], ["sovereign", "(of political bodies) not controlled by outside forces"], ["self-reliant", "(of persons) free from external control and constraint in e.g. action and judgment"], ["self-directed", "(of persons) free from external control and constraint in e.g. action and judgment"], ["independent", "(of political bodies) not controlled by outside forces"]]}, {"answer": "autumn-blooming", "hint": "synonyms for autumn-blooming", "clues": [["late-flowering", "of plants that bloom during the autumn"], ["fall-flowering", "of plants that bloom during the autumn"], ["late-blooming", "of plants that bloom during the autumn"], ["autumn-flowering", "of plants that bloom during the autumn"], ["fall-blooming", "of plants that bloom during the autumn"]]}, {"answer": "autumn-flowering", "hint": "synonyms for autumn-flowering", "clues": [["late-flowering", "of plants that bloom during the autumn"], ["autumn-blooming", "of plants that bloom during the autumn"], ["fall-flowering", "of plants that bloom during the autumn"], ["late-blooming", "of plants that bloom during the autumn"], ["fall-blooming", "of plants that bloom during the autumn"]]}, {"answer": "auxiliary", "hint": "synonyms for auxiliary", "clues": [["supplemental", "functioning in a supporting capacity"], ["accessory", "furnishing added support"], ["appurtenant", "furnishing added support"], ["adjunct", "furnishing added support"], ["subsidiary", "functioning in a supporting capacity"], ["ancillary", "furnishing added support"], ["adjuvant", "furnishing added support"]]}, {"answer": "avaricious", "hint": "synonyms for avaricious", "clues": [["prehensile", "immoderately desirous of acquiring e.g. wealth"], ["greedy", "immoderately desirous of acquiring e.g. wealth"], ["covetous", "immoderately desirous of acquiring e.g. wealth"], ["grabby", "immoderately desirous of acquiring e.g. wealth"], ["grasping", "immoderately desirous of acquiring e.g. wealth"]]}, {"answer": "average", "hint": "synonyms for average", "clues": [["intermediate", "around the middle of a scale of evaluation"], ["fair", "lacking exceptional quality or ability"], ["mediocre", "lacking exceptional quality or ability"], ["mean", "approximating the statistical norm or average or expected value"], ["modal", "relating to or constituting the most frequent value in a distribution"], ["middling", "lacking exceptional quality or ability"], ["median", "relating to or constituting the middle value of an ordered set of values (or the average of the middle two in a set with an even number of values)"], ["medium", "around the middle of a scale of evaluation"], ["ordinary", "lacking special distinction, rank, or status; commonly encountered"]]}, {"answer": "avid", "hint": "synonyms for avid", "clues": [["devouring", "(often followed by `for') ardently or excessively desirous"], ["esurient", "(often followed by `for') ardently or excessively desirous"], ["zealous", "marked by active interest and enthusiasm"], ["greedy", "(often followed by `for') ardently or excessively desirous"]]}, {"answer": "awash", "hint": "synonyms for awash", "clues": [["inundated", "covered with water"], ["flooded", "covered with water"], ["overflowing", "covered with water"], ["afloat", "covered with water"]]}, {"answer": "awe-inspiring", "hint": "synonyms for awe-inspiring", "clues": [["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville"]]}, {"answer": "awesome", "hint": "synonyms for awesome", "clues": [["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville"]]}, {"answer": "awful", "hint": "synonyms for awful", "clues": [["fearful", "causing fear or dread or terror"], ["painful", "exceptionally bad or displeasing"], ["awed", "inspired by a feeling of fearful wonderment or reverence"], ["direful", "causing fear or dread or terror"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["unspeakable", "exceptionally bad or displeasing"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"], ["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["tremendous", "extreme in degree or extent or amount or impact"], ["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["atrocious", "exceptionally bad or displeasing"], ["terrible", "extreme in degree or extent or amount or impact"], ["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["dreadful", "exceptionally bad or displeasing"], ["frightful", "extreme in degree or extent or amount or impact"], ["abominable", "exceptionally bad or displeasing"], ["nasty", "offensive or even (of persons) malicious; ; ; ; ; ; - Ezra Pound"]]}, {"answer": "awing", "hint": "synonyms for awing", "clues": [["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville"], ["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville"]]}, {"answer": "awkward", "hint": "synonyms for awkward", "clues": [["sticky", "hard to deal with; especially causing pain or embarrassment"], ["clumsy", "difficult to handle or manage especially because of shape"], ["ill at ease", "socially uncomfortable; unsure and constrained in manner"], ["uneasy", "socially uncomfortable; unsure and constrained in manner"], ["inapt", "not elegant or graceful in expression"], ["unenviable", "hard to deal with; especially causing pain or embarrassment"], ["cumbersome", "not elegant or graceful in expression"], ["ill-chosen", "not elegant or graceful in expression"], ["bunglesome", "difficult to handle or manage especially because of shape"], ["inept", "not elegant or graceful in expression"], ["embarrassing", "hard to deal with; especially causing pain or embarrassment"], ["ungainly", "difficult to handle or manage especially because of shape"]]}, {"answer": "awry", "hint": "synonyms for awry", "clues": [["wonky", "turned or twisted toward one side; - G.K.Chesterton"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton"], ["haywire", "not functioning properly"], ["wrong", "not functioning properly"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton"], ["askew", "turned or twisted toward one side; - G.K.Chesterton"], ["amiss", "not functioning properly"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton"]]}, {"answer": "axiomatic", "hint": "synonyms for axiomatic", "clues": [["aphoristic", "containing aphorisms or maxims"], ["postulational", "of or relating to or derived from axioms; ; - S.S.Stevens"], ["axiomatical", "of or relating to or derived from axioms; ; - S.S.Stevens"], ["taken for granted", "evident without proof or argument"], ["self-evident", "evident without proof or argument"]]}, {"answer": "bacchanal", "hint": "synonyms for bacchanal", "clues": [["bacchanalian", "used of riotously drunken merrymaking"], ["carousing", "used of riotously drunken merrymaking"], ["bacchic", "used of riotously drunken merrymaking"], ["orgiastic", "used of riotously drunken merrymaking"]]}, {"answer": "bacchanalian", "hint": "synonyms for bacchanalian", "clues": [["bacchanal", "used of riotously drunken merrymaking"], ["carousing", "used of riotously drunken merrymaking"], ["bacchic", "used of riotously drunken merrymaking"], ["orgiastic", "used of riotously drunken merrymaking"]]}, {"answer": "backbreaking", "hint": "synonyms for backbreaking", "clues": [["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "bad", "hint": "synonyms for bad", "clues": [["defective", "not working properly"], ["unsound", "physically unsound or diseased"], ["tough", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')"], ["uncollectible", "not capable of being collected"], ["speculative", "not financially safe or secure"], ["high-risk", "not financially safe or secure"], ["forged", "reproduced fraudulently"], ["unfit", "physically unsound or diseased"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["big", "very intense"], ["sorry", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["spoilt", "(of foodstuffs) not in an edible or usable condition"], ["risky", "not financially safe or secure"], ["spoiled", "(of foodstuffs) not in an edible or usable condition"]]}, {"answer": "bad-mannered", "hint": "synonyms for bad-mannered", "clues": [["unmannered", "socially incorrect in behavior"], ["rude", "socially incorrect in behavior"], ["unmannerly", "socially incorrect in behavior"], ["ill-mannered", "socially incorrect in behavior"]]}, {"answer": "bad-tempered", "hint": "synonyms for bad-tempered", "clues": [["ill-tempered", "annoyed and irritable"], ["crabbed", "annoyed and irritable"], ["grouchy", "annoyed and irritable"], ["cross", "annoyed and irritable"], ["fussy", "annoyed and irritable"], ["grumpy", "annoyed and irritable"], ["crabby", "annoyed and irritable"]]}, {"answer": "baffled", "hint": "synonyms for baffled", "clues": [["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "baffling", "hint": "synonyms for baffling", "clues": [["tough", "making great mental demands; hard to comprehend or solve or believe"], ["problematic", "making great mental demands; hard to comprehend or solve or believe"], ["knotty", "making great mental demands; hard to comprehend or solve or believe"], ["elusive", "making great mental demands; hard to comprehend or solve or believe"]]}, {"answer": "baked", "hint": "synonyms for baked", "clues": [["adust", "dried out by heat or excessive exposure to sunlight"], ["parched", "dried out by heat or excessive exposure to sunlight"], ["scorched", "dried out by heat or excessive exposure to sunlight"], ["sunbaked", "dried out by heat or excessive exposure to sunlight"]]}, {"answer": "bald", "hint": "synonyms for bald", "clues": [["bald-pated", "lacking hair on all or most of the scalp"], ["bald-headed", "lacking hair on all or most of the scalp"], ["barefaced", "with no effort to conceal"], ["denudate", "without the natural or usual covering"], ["denuded", "without the natural or usual covering"]]}, {"answer": "bald-faced", "hint": "synonyms for bald-faced", "clues": [["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"]]}, {"answer": "baleful", "hint": "synonyms for baleful", "clues": [["menacing", "threatening or foreshadowing evil or tragic developments"], ["baneful", "deadly or sinister"], ["forbidding", "threatening or foreshadowing evil or tragic developments"], ["minatory", "threatening or foreshadowing evil or tragic developments"], ["ominous", "threatening or foreshadowing evil or tragic developments"], ["sinister", "threatening or foreshadowing evil or tragic developments"], ["threatening", "threatening or foreshadowing evil or tragic developments"], ["minacious", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "ball-shaped", "hint": "synonyms for ball-shaped", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey"]]}, {"answer": "bally", "hint": "synonyms for bally", "clues": [["crashing", "informal intensifiers"], ["flaming", "informal intensifiers"], ["bloody", "informal intensifiers"], ["fucking", "informal intensifiers"], ["blinking", "informal intensifiers"], ["blooming", "informal intensifiers"]]}, {"answer": "balmy", "hint": "synonyms for balmy", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["mild", "mild and pleasant"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["soft", "mild and pleasant"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "banal", "hint": "synonyms for banal", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "bandy", "hint": "synonyms for bandy", "clues": [["bowleg", "have legs that curve outward at the knees"], ["bowlegged", "have legs that curve outward at the knees"], ["bowed", "have legs that curve outward at the knees"], ["bandy-legged", "have legs that curve outward at the knees"]]}, {"answer": "bandy-legged", "hint": "synonyms for bandy-legged", "clues": [["bowleg", "have legs that curve outward at the knees"], ["bandy", "have legs that curve outward at the knees"], ["bowlegged", "have legs that curve outward at the knees"], ["bowed", "have legs that curve outward at the knees"]]}, {"answer": "baneful", "hint": "synonyms for baneful", "clues": [["pernicious", "exceedingly harmful"], ["deadly", "exceedingly harmful"], ["pestilent", "exceedingly harmful"], ["baleful", "deadly or sinister"]]}, {"answer": "bang-up", "hint": "synonyms for bang-up", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "banging", "hint": "synonyms for banging", "clues": [["walloping", "(used informally) very large"], ["humongous", "(used informally) very large"], ["whopping", "(used informally) very large"], ["thumping", "(used informally) very large"]]}, {"answer": "bantam", "hint": "synonyms for bantam", "clues": [["diminutive", "very small"], ["lilliputian", "very small"], ["flyspeck", "very small"], ["petite", "very small"], ["tiny", "very small"], ["midget", "very small"]]}, {"answer": "barbarian", "hint": "synonyms for barbarian", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade"], ["uncivilized", "without civilizing influences; ; ; ; -Margaret Meade"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade"]]}, {"answer": "barbaric", "hint": "synonyms for barbaric", "clues": [["wild", "without civilizing influences; ; ; ; -Margaret Meade"], ["uncivilized", "without civilizing influences; ; ; ; -Margaret Meade"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade"]]}, {"answer": "barbarous", "hint": "synonyms for barbarous", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering"]]}, {"answer": "barbed", "hint": "synonyms for barbed", "clues": [["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["biting", "capable of wounding"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["nipping", "capable of wounding"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["mordacious", "capable of wounding"], ["pungent", "capable of wounding"]]}, {"answer": "barbellate", "hint": "synonyms for barbellate", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "bare", "hint": "synonyms for bare", "clues": [["unsheathed", "not having a protective covering"], ["barren", "providing no shelter or sustenance"], ["stark", "providing no shelter or sustenance"], ["stripped", "having everything extraneous removed including contents"], ["scanty", "lacking in amplitude or quantity"], ["spare", "lacking embellishment or ornamentation"], ["au naturel", "completely unclothed"], ["naked", "completely unclothed"], ["unornamented", "lacking embellishment or ornamentation"], ["unembellished", "lacking embellishment or ornamentation"], ["simple", "apart from anything else; without additions or modifications"], ["nude", "completely unclothed"], ["desolate", "providing no shelter or sustenance"], ["plain", "lacking embellishment or ornamentation"], ["bleak", "providing no shelter or sustenance"], ["mere", "apart from anything else; without additions or modifications"], ["marginal", "just barely adequate or within a lower limit"], ["unfinished", "lacking a surface finish such as paint"]]}, {"answer": "bare-ass", "hint": "synonyms for bare-ass", "clues": [["raw", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["peeled", "(used informally) completely unclothed"], ["bare-assed", "(used informally) completely unclothed"], ["in the buff", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["in the raw", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "bare-assed", "hint": "synonyms for bare-assed", "clues": [["raw", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["peeled", "(used informally) completely unclothed"], ["in the buff", "(used informally) completely unclothed"], ["bare-ass", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["in the raw", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "barefaced", "hint": "synonyms for barefaced", "clues": [["bald", "with no effort to conceal"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"]]}, {"answer": "barmy", "hint": "synonyms for barmy", "clues": [["zestful", "marked by spirited enjoyment"], ["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["zesty", "marked by spirited enjoyment"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["yeasty", "marked by spirited enjoyment"], ["bonkers", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "barren", "hint": "synonyms for barren", "clues": [["devoid", "completely wanting or lacking"], ["stark", "providing no shelter or sustenance"], ["desolate", "providing no shelter or sustenance"], ["destitute", "completely wanting or lacking"], ["bleak", "providing no shelter or sustenance"], ["innocent", "completely wanting or lacking"], ["free", "completely wanting or lacking"], ["bare", "providing no shelter or sustenance"]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["meanspirited", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare"], ["humble", "of low birth or station (`base' is archaic in this sense)"], ["lowly", "of low birth or station (`base' is archaic in this sense)"], ["immoral", "not adhering to ethical or moral principles"], ["baseborn", "of low birth or station (`base' is archaic in this sense)"], ["mean", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare"], ["basal", "serving as or forming a base"]]}, {"answer": "baseless", "hint": "synonyms for baseless", "clues": [["groundless", "without a basis in reason or fact"], ["unfounded", "without a basis in reason or fact"], ["wild", "without a basis in reason or fact"], ["idle", "without a basis in reason or fact"], ["unwarranted", "without a basis in reason or fact"]]}, {"answer": "bastardly", "hint": "synonyms for bastardly", "clues": [["spurious", "born out of wedlock; - E.A.Freeman"], ["mean", "of no value or worth"], ["misbegot", "born out of wedlock; - E.A.Freeman"], ["misbegotten", "born out of wedlock; - E.A.Freeman"]]}, {"answer": "bathetic", "hint": "synonyms for bathetic", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "batty", "hint": "synonyms for batty", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "beady", "hint": "synonyms for beady", "clues": [["beadlike", "small and round and shiny like a shiny bead or button"], ["jewelled", "covered with beads or jewels or sequins"], ["buttony", "small and round and shiny like a shiny bead or button"], ["spangled", "covered with beads or jewels or sequins"], ["buttonlike", "small and round and shiny like a shiny bead or button"], ["sequined", "covered with beads or jewels or sequins"], ["spangly", "covered with beads or jewels or sequins"], ["gemmed", "covered with beads or jewels or sequins"]]}, {"answer": "beaming", "hint": "synonyms for beaming", "clues": [["effulgent", "radiating or as if radiating light"], ["glad", "cheerful and bright"], ["radiant", "radiating or as if radiating light"], ["beamy", "radiating or as if radiating light"]]}, {"answer": "beastly", "hint": "synonyms for beastly", "clues": [["god-awful", "very unpleasant"], ["brutal", "resembling a beast; showing lack of human sensibility"], ["bestial", "resembling a beast; showing lack of human sensibility"], ["brute", "resembling a beast; showing lack of human sensibility"], ["brutish", "resembling a beast; showing lack of human sensibility"], ["hellish", "very unpleasant"]]}, {"answer": "beatific", "hint": "synonyms for beatific", "clues": [["angelical", "marked by utter benignity; resembling or befitting an angel or saint"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint"]]}, {"answer": "becoming", "hint": "synonyms for becoming", "clues": [["comme il faut", "according with custom or propriety"], ["comely", "according with custom or propriety"], ["seemly", "according with custom or propriety"], ["decorous", "according with custom or propriety"], ["decent", "according with custom or propriety"]]}, {"answer": "bedraggled", "hint": "synonyms for bedraggled", "clues": [["ramshackle", "in deplorable condition"], ["broken-down", "in deplorable condition"], ["dilapidated", "in deplorable condition"], ["derelict", "in deplorable condition"], ["tumble-down", "in deplorable condition"], ["tatterdemalion", "in deplorable condition"], ["draggled", "limp and soiled as if dragged in the mud"]]}, {"answer": "beefy", "hint": "synonyms for beefy", "clues": [["strapping", "muscular and heavily built"], ["buirdly", "muscular and heavily built"], ["husky", "muscular and heavily built"], ["burly", "muscular and heavily built"]]}, {"answer": "befuddled", "hint": "synonyms for befuddled", "clues": [["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["wooly", "confused and vague; used especially of thinking"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["addled", "confused and vague; used especially of thinking"], ["wooly-minded", "confused and vague; used especially of thinking"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["muzzy", "confused and vague; used especially of thinking"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["muddled", "confused and vague; used especially of thinking"], ["woolly-headed", "confused and vague; used especially of thinking"], ["befogged", "stupefied by alcoholic drink"]]}, {"answer": "begrimed", "hint": "synonyms for begrimed", "clues": [["raunchy", "thickly covered with ingrained dirt or soot"], ["grubby", "thickly covered with ingrained dirt or soot"], ["grungy", "thickly covered with ingrained dirt or soot"], ["dingy", "thickly covered with ingrained dirt or soot"], ["grimy", "thickly covered with ingrained dirt or soot"]]}, {"answer": "beguiled", "hint": "synonyms for beguiled", "clues": [["entranced", "filled with wonder and delight"], ["enthralled", "filled with wonder and delight"], ["delighted", "filled with wonder and delight"], ["captivated", "filled with wonder and delight"], ["charmed", "filled with wonder and delight"]]}, {"answer": "belittling", "hint": "synonyms for belittling", "clues": [["deprecating", "tending to diminish or disparage"], ["deprecative", "tending to diminish or disparage"], ["deprecatory", "tending to diminish or disparage"], ["slighting", "tending to diminish or disparage"]]}, {"answer": "bellied", "hint": "synonyms for bellied", "clues": [["bulging", "curving outward"], ["bulgy", "curving outward"], ["protuberant", "curving outward"], ["bellying", "curving outward"], ["bulbous", "curving outward"]]}, {"answer": "belligerent", "hint": "synonyms for belligerent", "clues": [["militant", "engaged in war"], ["warring", "engaged in war"], ["war-ridden", "engaged in war"], ["aggressive", "characteristic of an enemy or one eager to fight"]]}, {"answer": "bellying", "hint": "synonyms for bellying", "clues": [["bulging", "curving outward"], ["bulgy", "curving outward"], ["bellied", "curving outward"], ["protuberant", "curving outward"], ["bulbous", "curving outward"]]}, {"answer": "bemused", "hint": "synonyms for bemused", "clues": [["deep in thought", "deeply absorbed in thought"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["preoccupied", "deeply absorbed in thought"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "deeply absorbed in thought"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "benevolent", "hint": "synonyms for benevolent", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity"], ["freehearted", "generous in providing aid to others"], ["philanthropic", "generous in assistance to the poor"], ["eleemosynary", "generous in assistance to the poor"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity"], ["beneficent", "generous in assistance to the poor"], ["kindly", "showing or motivated by sympathy and understanding and generosity"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity"], ["openhearted", "showing or motivated by sympathy and understanding and generosity"]]}, {"answer": "bent", "hint": "synonyms for bent", "clues": [["dead set", "fixed in your purpose"], ["dented", "of metal e.g."], ["bent on", "fixed in your purpose"], ["bended", "used of the back and knees; stooped"], ["out to", "fixed in your purpose"], ["crumpled", "of metal e.g."]]}, {"answer": "bereaved", "hint": "synonyms for bereaved", "clues": [["grieving", "sorrowful through loss or deprivation"], ["grief-stricken", "sorrowful through loss or deprivation"], ["bereft", "sorrowful through loss or deprivation"], ["sorrowing", "sorrowful through loss or deprivation"], ["mourning", "sorrowful through loss or deprivation"]]}, {"answer": "bereft", "hint": "synonyms for bereft", "clues": [["grieving", "sorrowful through loss or deprivation"], ["unbeloved", "unhappy in love; suffering from unrequited love"], ["grief-stricken", "sorrowful through loss or deprivation"], ["sorrowing", "sorrowful through loss or deprivation"], ["mourning", "sorrowful through loss or deprivation"], ["lovelorn", "unhappy in love; suffering from unrequited love"], ["bereaved", "sorrowful through loss or deprivation"]]}, {"answer": "berserk", "hint": "synonyms for berserk", "clues": [["amok", "frenzied as if possessed by a demon"], ["demoniacal", "frenzied as if possessed by a demon"], ["possessed", "frenzied as if possessed by a demon"], ["amuck", "frenzied as if possessed by a demon"]]}, {"answer": "besotted", "hint": "synonyms for besotted", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "bespoke", "hint": "synonyms for bespoke", "clues": [["tailor-made", "(of clothing) custom-made"], ["made-to-order", "(of clothing) custom-made"], ["tailored", "(of clothing) custom-made"], ["bespoken", "(of clothing) custom-made"]]}, {"answer": "bespoken", "hint": "synonyms for bespoken", "clues": [["tailor-made", "(of clothing) custom-made"], ["made-to-order", "(of clothing) custom-made"], ["tailored", "(of clothing) custom-made"], ["betrothed", "pledged to be married"], ["bespoke", "(of clothing) custom-made"]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["in force", "exerting force or influence"], ["proficient", "having or showing knowledge and skill and aptitude"], ["unspoilt", "not left to spoil"], ["estimable", "deserving of esteem and respect"], ["honest", "not forged"], ["unspoiled", "not left to spoil"], ["dear", "with or in a close or intimate relationship"], ["beneficial", "promoting or enhancing well-being"], ["good", "agreeable or pleasing"], ["expert", "having or showing knowledge and skill and aptitude"], ["respectable", "deserving of esteem and respect"], ["upright", "of moral excellence"], ["dependable", "financially sound"], ["sound", "in excellent physical condition"], ["honorable", "deserving of esteem and respect"], ["skillful", "having or showing knowledge and skill and aptitude"], ["just", "of moral excellence"], ["secure", "financially sound"], ["in effect", "exerting force or influence"], ["ripe", "most suitable or right for a particular purpose"], ["well", "resulting favorably"], ["salutary", "tending to promote physical well-being; beneficial to health"], ["serious", "appealing to the mind"], ["right", "most suitable or right for a particular purpose"], ["adept", "having or showing knowledge and skill and aptitude"], ["effective", "exerting force or influence"], ["practiced", "having or showing knowledge and skill and aptitude"], ["undecomposed", "not left to spoil"], ["near", "with or in a close or intimate relationship"], ["safe", "financially sound"], ["full", "having the normally expected amount"], ["better", "(comparative and superlative of `well') wiser or more advantageous and hence advisable"]]}, {"answer": "best-loved", "hint": "synonyms for best-loved", "clues": [["favored", "preferred above all others and treated with partiality"], ["pet", "preferred above all others and treated with partiality"], ["preferent", "preferred above all others and treated with partiality"], ["favourite", "preferred above all others and treated with partiality"], ["preferred", "preferred above all others and treated with partiality"]]}, {"answer": "bestial", "hint": "synonyms for bestial", "clues": [["beastly", "resembling a beast; showing lack of human sensibility"], ["brutal", "resembling a beast; showing lack of human sensibility"], ["brutish", "resembling a beast; showing lack of human sensibility"], ["brute", "resembling a beast; showing lack of human sensibility"]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["in force", "exerting force or influence"], ["proficient", "having or showing knowledge and skill and aptitude"], ["unspoilt", "not left to spoil"], ["estimable", "deserving of esteem and respect"], ["honest", "not forged"], ["unspoiled", "not left to spoil"], ["dear", "with or in a close or intimate relationship"], ["beneficial", "promoting or enhancing well-being"], ["good", "agreeable or pleasing"], ["expert", "having or showing knowledge and skill and aptitude"], ["well", "wise or advantageous and hence advisable"], ["respectable", "deserving of esteem and respect"], ["upright", "of moral excellence"], ["dependable", "financially sound"], ["sound", "in excellent physical condition"], ["honorable", "deserving of esteem and respect"], ["best", "(comparative and superlative of `well') wiser or more advantageous and hence advisable"], ["skillful", "having or showing knowledge and skill and aptitude"], ["just", "of moral excellence"], ["secure", "financially sound"], ["in effect", "exerting force or influence"], ["ripe", "most suitable or right for a particular purpose"], ["salutary", "tending to promote physical well-being; beneficial to health"], ["right", "most suitable or right for a particular purpose"], ["adept", "having or showing knowledge and skill and aptitude"], ["effective", "exerting force or influence"], ["practiced", "having or showing knowledge and skill and aptitude"], ["undecomposed", "not left to spoil"], ["near", "with or in a close or intimate relationship"], ["safe", "financially sound"], ["full", "having the normally expected amount"], ["serious", "appealing to the mind"]]}, {"answer": "better-looking", "hint": "synonyms for better-looking", "clues": [["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["well-favoured", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"]]}, {"answer": "bewhiskered", "hint": "synonyms for bewhiskered", "clues": [["bearded", "having hair on the cheeks and chin"], ["whiskery", "having hair on the cheeks and chin"], ["whiskered", "having hair on the cheeks and chin"], ["barbate", "having hair on the cheeks and chin"]]}, {"answer": "bewildered", "hint": "synonyms for bewildered", "clues": [["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "bewitching", "hint": "synonyms for bewitching", "clues": [["captivating", "capturing interest as if by a spell"], ["enchanting", "capturing interest as if by a spell"], ["fascinating", "capturing interest as if by a spell"], ["enthralling", "capturing interest as if by a spell"], ["entrancing", "capturing interest as if by a spell"]]}, {"answer": "bicolor", "hint": "synonyms for bicolor", "clues": [["bicolour", "having two colors"], ["bicolored", "having two colors"], ["dichromatic", "having two colors"], ["bichrome", "having two colors"]]}, {"answer": "bicolour", "hint": "synonyms for bicolour", "clues": [["bicoloured", "having two colors"], ["dichromatic", "having two colors"], ["bicolor", "having two colors"], ["bichrome", "having two colors"]]}, {"answer": "bicoloured", "hint": "synonyms for bicoloured", "clues": [["bicolour", "having two colors"], ["bicolored", "having two colors"], ["dichromatic", "having two colors"], ["bichrome", "having two colors"]]}, {"answer": "bifurcate", "hint": "synonyms for bifurcate", "clues": [["fork-like", "resembling a fork; divided or separated into two branches"], ["forficate", "resembling a fork; divided or separated into two branches"], ["pronged", "resembling a fork; divided or separated into two branches"], ["biramous", "resembling a fork; divided or separated into two branches"], ["forked", "resembling a fork; divided or separated into two branches"], ["prongy", "resembling a fork; divided or separated into two branches"], ["branched", "resembling a fork; divided or separated into two branches"]]}, {"answer": "big", "hint": "synonyms for big", "clues": [["self-aggrandising", "exhibiting self-importance"], ["heavy", "prodigious"], ["boastful", "exhibiting self-importance"], ["giving", "given or giving freely"], ["with child", "in an advanced stage of pregnancy"], ["bragging", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["magnanimous", "generous and understanding and tolerant"], ["bighearted", "given or giving freely"], ["gravid", "in an advanced stage of pregnancy"], ["full-grown", "(of animals) fully developed"], ["expectant", "in an advanced stage of pregnancy"], ["adult", "(of animals) fully developed"], ["crowing", "exhibiting self-importance"], ["large", "above average in size or number or quantity or magnitude or extent"], ["bounteous", "given or giving freely"], ["openhanded", "given or giving freely"], ["grown", "(of animals) fully developed"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["great", "in an advanced stage of pregnancy"], ["enceinte", "in an advanced stage of pregnancy"], ["vainglorious", "feeling self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["grownup", "(of animals) fully developed"], ["prominent", "conspicuous in position or importance"], ["bad", "very intense"], ["swelled", "feeling self-importance"], ["freehanded", "given or giving freely"]]}, {"answer": "bigger", "hint": "synonyms for bigger", "clues": [["self-aggrandising", "exhibiting self-importance"], ["big", "given or giving freely"], ["heavy", "prodigious"], ["boastful", "exhibiting self-importance"], ["with child", "in an advanced stage of pregnancy"], ["bragging", "exhibiting self-importance"], ["magnanimous", "generous and understanding and tolerant"], ["gravid", "in an advanced stage of pregnancy"], ["full-grown", "(of animals) fully developed"], ["expectant", "in an advanced stage of pregnancy"], ["crowing", "exhibiting self-importance"], ["large", "above average in size or number or quantity or magnitude or extent"], ["bounteous", "given or giving freely"], ["openhanded", "given or giving freely"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["great", "in an advanced stage of pregnancy"], ["prominent", "conspicuous in position or importance"], ["grownup", "(of animals) fully developed"], ["swelled", "feeling self-importance"], ["freehanded", "given or giving freely"], ["braggart", "exhibiting self-importance"], ["bighearted", "given or giving freely"], ["adult", "(of animals) fully developed"], ["grown", "(of animals) fully developed"], ["enceinte", "in an advanced stage of pregnancy"], ["vainglorious", "feeling self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["giving", "given or giving freely"], ["bad", "very intense"]]}, {"answer": "bigheaded", "hint": "synonyms for bigheaded", "clues": [["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "bighearted", "hint": "synonyms for bighearted", "clues": [["bounteous", "given or giving freely"], ["big", "given or giving freely"], ["openhanded", "given or giving freely"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["giving", "given or giving freely"], ["freehanded", "given or giving freely"]]}, {"answer": "bilaterally_symmetrical", "hint": "synonyms for bilaterally symmetrical", "clues": [["zygomorphous", "capable of division into symmetrical halves by only one longitudinal plane passing through the axis"], ["zygomorphic", "capable of division into symmetrical halves by only one longitudinal plane passing through the axis"], ["bilateral", "having identical parts on each side of an axis"], ["bilaterally symmetric", "having identical parts on each side of an axis"]]}, {"answer": "bilious", "hint": "synonyms for bilious", "clues": [["liverish", "suffering from or suggesting a liver disorder or gastric distress"], ["atrabilious", "irritable as if suffering from indigestion"], ["biliary", "relating to or containing bile"], ["livery", "suffering from or suggesting a liver disorder or gastric distress"], ["dyspeptic", "irritable as if suffering from indigestion"]]}, {"answer": "biramous", "hint": "synonyms for biramous", "clues": [["bifurcate", "resembling a fork; divided or separated into two branches"], ["forficate", "resembling a fork; divided or separated into two branches"], ["pronged", "resembling a fork; divided or separated into two branches"], ["fork-like", "resembling a fork; divided or separated into two branches"], ["forked", "resembling a fork; divided or separated into two branches"], ["prongy", "resembling a fork; divided or separated into two branches"], ["branched", "resembling a fork; divided or separated into two branches"]]}, {"answer": "bit-by-bit", "hint": "synonyms for bit-by-bit", "clues": [["in small stages", "one thing at a time"], ["step-by-step", "one thing at a time"], ["stepwise", "one thing at a time"], ["piecemeal", "one thing at a time"]]}, {"answer": "biting", "hint": "synonyms for biting", "clues": [["barbed", "capable of wounding"], ["bitter", "causing a sharply painful or stinging sensation; used especially of cold"], ["mordacious", "capable of wounding"], ["nipping", "capable of wounding"], ["pungent", "capable of wounding"]]}, {"answer": "bitter", "hint": "synonyms for bitter", "clues": [["acerb", "harsh or corrosive in tone"], ["acrid", "harsh or corrosive in tone"], ["acrimonious", "marked by strong resentment or cynicism"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["virulent", "harsh or corrosive in tone"], ["biting", "causing a sharply painful or stinging sensation; used especially of cold"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "bittie", "hint": "synonyms for bittie", "clues": [["teeny", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "bitty", "hint": "synonyms for bitty", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "biyearly", "hint": "synonyms for biyearly", "clues": [["half-yearly", "occurring or payable twice each year"], ["semiannual", "occurring or payable twice each year"], ["biennial", "occurring every second year"], ["biannual", "occurring or payable twice each year"]]}, {"answer": "bizarre", "hint": "synonyms for bizarre", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "blabbermouthed", "hint": "synonyms for blabbermouthed", "clues": [["talebearing", "prone to communicate confidential information"], ["blabby", "unwisely talking too much"], ["tattling", "prone to communicate confidential information"], ["talkative", "unwisely talking too much"], ["bigmouthed", "unwisely talking too much"], ["leaky", "prone to communicate confidential information"]]}, {"answer": "black", "hint": "synonyms for black", "clues": [["sinister", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy"], ["pitch-black", "extremely dark"], ["bleak", "offering little or no hope; ; ; - J.M.Synge"], ["mordant", "harshly ironic or sinister"], ["smutty", "soiled with dirt or soot"], ["fatal", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["contraband", "distributed or sold illicitly"], ["bootleg", "distributed or sold illicitly"], ["blackened", "(of the face) made black especially as with suffused blood"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["dim", "offering little or no hope; ; ; - J.M.Synge"], ["fateful", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["grim", "harshly ironic or sinister"], ["black-market", "distributed or sold illicitly"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["smuggled", "distributed or sold illicitly"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["dark", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy"], ["pitch-dark", "extremely dark"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"]]}, {"answer": "black-market", "hint": "synonyms for black-market", "clues": [["bootleg", "distributed or sold illicitly"], ["smuggled", "distributed or sold illicitly"], ["black", "distributed or sold illicitly"], ["contraband", "distributed or sold illicitly"]]}, {"answer": "blamable", "hint": "synonyms for blamable", "clues": [["blameworthy", "deserving blame or censure as being wrong or evil or injurious"], ["censurable", "deserving blame or censure as being wrong or evil or injurious"], ["culpable", "deserving blame or censure as being wrong or evil or injurious"], ["blameful", "deserving blame or censure as being wrong or evil or injurious"], ["blameable", "deserving blame or censure as being wrong or evil or injurious"]]}, {"answer": "blame", "hint": "synonyms for blame", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "blameable", "hint": "synonyms for blameable", "clues": [["blameworthy", "deserving blame or censure as being wrong or evil or injurious"], ["censurable", "deserving blame or censure as being wrong or evil or injurious"], ["blamable", "deserving blame or censure as being wrong or evil or injurious"], ["culpable", "deserving blame or censure as being wrong or evil or injurious"], ["blameful", "deserving blame or censure as being wrong or evil or injurious"]]}, {"answer": "blamed", "hint": "synonyms for blamed", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["blame", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "blameful", "hint": "synonyms for blameful", "clues": [["blameworthy", "deserving blame or censure as being wrong or evil or injurious"], ["censurable", "deserving blame or censure as being wrong or evil or injurious"], ["blamable", "deserving blame or censure as being wrong or evil or injurious"], ["culpable", "deserving blame or censure as being wrong or evil or injurious"]]}, {"answer": "blameworthy", "hint": "synonyms for blameworthy", "clues": [["censurable", "deserving blame or censure as being wrong or evil or injurious"], ["blamable", "deserving blame or censure as being wrong or evil or injurious"], ["culpable", "deserving blame or censure as being wrong or evil or injurious"], ["blameful", "deserving blame or censure as being wrong or evil or injurious"]]}, {"answer": "blanched", "hint": "synonyms for blanched", "clues": [["etiolated", "(especially of plants) developed without chlorophyll by being deprived of light"], ["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"]]}, {"answer": "bland", "hint": "synonyms for bland", "clues": [["vapid", "lacking taste or flavor or tang"], ["savourless", "lacking taste or flavor or tang"], ["suave", "smoothly agreeable and courteous with a degree of sophistication"], ["flat", "lacking stimulating characteristics; uninteresting"], ["smooth", "smoothly agreeable and courteous with a degree of sophistication"], ["politic", "smoothly agreeable and courteous with a degree of sophistication"], ["flavorless", "lacking taste or flavor or tang"], ["insipid", "lacking taste or flavor or tang"]]}, {"answer": "blanket", "hint": "synonyms for blanket", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "blasted", "hint": "synonyms for blasted", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "blatant", "hint": "synonyms for blatant", "clues": [["strident", "conspicuously and offensively loud; given to vehement outcry"], ["clamant", "conspicuously and offensively loud; given to vehement outcry"], ["clamorous", "conspicuously and offensively loud; given to vehement outcry"], ["conspicuous", "without any attempt at concealment; completely obvious"], ["blazing", "without any attempt at concealment; completely obvious"], ["vociferous", "conspicuously and offensively loud; given to vehement outcry"]]}, {"answer": "blazing", "hint": "synonyms for blazing", "clues": [["conspicuous", "without any attempt at concealment; completely obvious"], ["dazzling", "shining intensely"], ["blatant", "without any attempt at concealment; completely obvious"], ["fulgent", "shining intensely"], ["blinding", "shining intensely"], ["glary", "shining intensely"], ["glaring", "shining intensely"]]}, {"answer": "bleached", "hint": "synonyms for bleached", "clues": [["washy", "having lost freshness or brilliance of color"], ["coloured", "(used of color) artificially produced; not natural"], ["washed-out", "having lost freshness or brilliance of color"], ["faded", "having lost freshness or brilliance of color"], ["dyed", "(used of color) artificially produced; not natural"]]}, {"answer": "bleak", "hint": "synonyms for bleak", "clues": [["cutting", "unpleasantly cold and damp"], ["stark", "providing no shelter or sustenance"], ["raw", "unpleasantly cold and damp"], ["black", "offering little or no hope; ; ; - J.M.Synge"], ["barren", "providing no shelter or sustenance"], ["dim", "offering little or no hope; ; ; - J.M.Synge"], ["bare", "providing no shelter or sustenance"], ["desolate", "providing no shelter or sustenance"]]}, {"answer": "bleary", "hint": "synonyms for bleary", "clues": [["foggy", "indistinct or hazy in outline"], ["blear", "tired to the point of exhaustion"], ["blurry", "indistinct or hazy in outline"], ["fuzzy", "indistinct or hazy in outline"], ["blurred", "indistinct or hazy in outline"], ["blear-eyed", "tired to the point of exhaustion"], ["hazy", "indistinct or hazy in outline"], ["muzzy", "indistinct or hazy in outline"]]}, {"answer": "blessed", "hint": "synonyms for blessed", "clues": [["beatified", "Roman Catholic; proclaimed one of the blessed and thus worthy of veneration"], ["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["blest", "highly favored or fortunate (as e.g. by divine grace)"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "blind_drunk", "hint": "synonyms for blind drunk", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "blinding", "hint": "synonyms for blinding", "clues": [["dazzling", "shining intensely"], ["blazing", "shining intensely"], ["fulgent", "shining intensely"], ["glary", "shining intensely"], ["glaring", "shining intensely"]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["crashing", "informal intensifiers"], ["winking", "closing the eyes intermittently and rapidly"], ["flaming", "informal intensifiers"], ["bally", "informal intensifiers"], ["fucking", "informal intensifiers"], ["bloody", "informal intensifiers"], ["blooming", "informal intensifiers"]]}, {"answer": "blistering", "hint": "synonyms for blistering", "clues": [["acerb", "harsh or corrosive in tone"], ["hot", "very fast; capable of quick response and great speed"], ["acrid", "harsh or corrosive in tone"], ["blistery", "hot enough to raise (or as if to raise) blisters"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["virulent", "harsh or corrosive in tone"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["red-hot", "very fast; capable of quick response and great speed"]]}, {"answer": "blockheaded", "hint": "synonyms for blockheaded", "clues": [["fatheaded", "(used informally) stupid"], ["duncical", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "blood-red", "hint": "synonyms for blood-red", "clues": [["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "bloodless", "hint": "synonyms for bloodless", "clues": [["exsanguinous", "destitute of blood or apparently so; - John Dryden"], ["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["exsanguine", "destitute of blood or apparently so; - John Dryden"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"]]}, {"answer": "bloody", "hint": "synonyms for bloody", "clues": [["crashing", "informal intensifiers"], ["flaming", "informal intensifiers"], ["bally", "informal intensifiers"], ["fucking", "informal intensifiers"], ["blinking", "informal intensifiers"], ["blooming", "informal intensifiers"]]}, {"answer": "blooming", "hint": "synonyms for blooming", "clues": [["crashing", "informal intensifiers"], ["flaming", "informal intensifiers"], ["bally", "informal intensifiers"], ["bloody", "informal intensifiers"], ["blinking", "informal intensifiers"], ["fucking", "informal intensifiers"]]}, {"answer": "blotto", "hint": "synonyms for blotto", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "blue", "hint": "synonyms for blue", "clues": [["drab", "causing dejection"], ["bluish", "of the color intermediate between green and violet; having a color similar to that of a clear unclouded sky; - Helen Hunt Jackson"], ["spicy", "suggestive of sexual impropriety"], ["gentle", "belonging to or characteristic of the nobility or aristocracy"], ["puritanical", "morally rigorous and strict"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy"], ["depressed", "filled with melancholy and despondency"], ["dispirited", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["patrician", "belonging to or characteristic of the nobility or aristocracy"], ["juicy", "suggestive of sexual impropriety"], ["profane", "characterized by profanity or cursing"], ["aristocratic", "belonging to or characteristic of the nobility or aristocracy"], ["naughty", "suggestive of sexual impropriety"], ["risque", "suggestive of sexual impropriety"], ["low", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["disconsolate", "causing dejection"], ["dark", "causing dejection"], ["down", "filled with melancholy and despondency"], ["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["gamey", "suggestive of sexual impropriety"], ["racy", "suggestive of sexual impropriety"], ["blasphemous", "characterized by profanity or cursing"], ["dismal", "causing dejection"], ["sorry", "causing dejection"], ["downcast", "filled with melancholy and despondency"], ["dreary", "causing dejection"], ["dingy", "causing dejection"]]}, {"answer": "blue-blooded", "hint": "synonyms for blue-blooded", "clues": [["patrician", "belonging to or characteristic of the nobility or aristocracy"], ["aristocratical", "belonging to or characteristic of the nobility or aristocracy"], ["blue", "belonging to or characteristic of the nobility or aristocracy"], ["gentle", "belonging to or characteristic of the nobility or aristocracy"]]}, {"answer": "blunt", "hint": "synonyms for blunt", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["crude", "devoid of any qualifications or disguise or adornment"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"], ["stark", "devoid of any qualifications or disguise or adornment"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "blurred", "hint": "synonyms for blurred", "clues": [["hazy", "indistinct or hazy in outline"], ["bleary", "indistinct or hazy in outline"], ["muzzy", "indistinct or hazy in outline"], ["foggy", "indistinct or hazy in outline"], ["clouded", "unclear in form or expression; ; - H.G.Wells"], ["blurry", "indistinct or hazy in outline"], ["fuzzy", "indistinct or hazy in outline"]]}, {"answer": "blurry", "hint": "synonyms for blurry", "clues": [["hazy", "indistinct or hazy in outline"], ["bleary", "indistinct or hazy in outline"], ["muzzy", "indistinct or hazy in outline"], ["foggy", "indistinct or hazy in outline"], ["blurred", "indistinct or hazy in outline"], ["fuzzy", "indistinct or hazy in outline"]]}, {"answer": "boastful", "hint": "synonyms for boastful", "clues": [["self-aggrandising", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["bragging", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["crowing", "exhibiting self-importance"]]}, {"answer": "bodacious", "hint": "synonyms for bodacious", "clues": [["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"]]}, {"answer": "bodied", "hint": "synonyms for bodied", "clues": [["embodied", "possessing or existing in bodily form; - Shakespeare"], ["corporal", "possessing or existing in bodily form; - Shakespeare"], ["incarnate", "possessing or existing in bodily form; - Shakespeare"], ["corporate", "possessing or existing in bodily form; - Shakespeare"]]}, {"answer": "bodiless", "hint": "synonyms for bodiless", "clues": [["discorporate", "not having a material body"], ["unembodied", "not having a material body"], ["bodyless", "having no trunk or main part"], ["disembodied", "not having a material body"]]}, {"answer": "boggy", "hint": "synonyms for boggy", "clues": [["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "boisterous", "hint": "synonyms for boisterous", "clues": [["robustious", "noisy and lacking in restraint or discipline"], ["fierce", "violently agitated and turbulent; ; - Ezra Pound"], ["unruly", "noisy and lacking in restraint or discipline"], ["rough", "violently agitated and turbulent; ; - Ezra Pound"], ["rambunctious", "noisy and lacking in restraint or discipline"], ["knockabout", "full of rough and exuberant animal spirits"]]}, {"answer": "bombastic", "hint": "synonyms for bombastic", "clues": [["turgid", "ostentatiously lofty in style"], ["large", "ostentatiously lofty in style"], ["declamatory", "ostentatiously lofty in style"], ["tumid", "ostentatiously lofty in style"], ["orotund", "ostentatiously lofty in style"]]}, {"answer": "boneheaded", "hint": "synonyms for boneheaded", "clues": [["fatheaded", "(used informally) stupid"], ["duncical", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "boney", "hint": "synonyms for boney", "clues": [["scraggy", "being very thin"], ["underweight", "being very thin"], ["weedy", "being very thin"], ["bony", "having bones especially many or prominent bones"], ["skinny", "being very thin"], ["scrawny", "being very thin"]]}, {"answer": "bonkers", "hint": "synonyms for bonkers", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "bonnie", "hint": "synonyms for bonnie", "clues": [["comely", "very pleasing to the eye"], ["sightly", "very pleasing to the eye"], ["fair", "very pleasing to the eye"], ["bonny", "very pleasing to the eye"]]}, {"answer": "bonny", "hint": "synonyms for bonny", "clues": [["comely", "very pleasing to the eye"], ["sightly", "very pleasing to the eye"], ["bonnie", "very pleasing to the eye"], ["fair", "very pleasing to the eye"]]}, {"answer": "bony", "hint": "synonyms for bony", "clues": [["skeletal", "very thin especially from disease or hunger or cold"], ["osteal", "composed of or containing bone"], ["emaciated", "very thin especially from disease or hunger or cold"], ["cadaverous", "very thin especially from disease or hunger or cold"], ["haggard", "very thin especially from disease or hunger or cold"], ["osseous", "composed of or containing bone"], ["boney", "having bones especially many or prominent bones"], ["gaunt", "very thin especially from disease or hunger or cold"], ["pinched", "very thin especially from disease or hunger or cold"], ["wasted", "very thin especially from disease or hunger or cold"]]}, {"answer": "booming", "hint": "synonyms for booming", "clues": [["palmy", "very lively and profitable"], ["prospering", "very lively and profitable"], ["prosperous", "very lively and profitable"], ["flourishing", "very lively and profitable"], ["roaring", "very lively and profitable"], ["stentorian", "used of the voice"], ["thriving", "very lively and profitable"]]}, {"answer": "boorish", "hint": "synonyms for boorish", "clues": [["oafish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["neanderthal", "ill-mannered and coarse and contemptible in behavior or appearance"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance"]]}, {"answer": "bootleg", "hint": "synonyms for bootleg", "clues": [["contraband", "distributed or sold illicitly"], ["smuggled", "distributed or sold illicitly"], ["black", "distributed or sold illicitly"], ["black-market", "distributed or sold illicitly"]]}, {"answer": "bootless", "hint": "synonyms for bootless", "clues": [["fruitless", "unproductive of success"], ["vain", "unproductive of success"], ["futile", "unproductive of success"], ["sleeveless", "unproductive of success"]]}, {"answer": "bootlicking", "hint": "synonyms for bootlicking", "clues": [["fawning", "attempting to win favor from influential people by flattery"], ["obsequious", "attempting to win favor from influential people by flattery"], ["toadyish", "attempting to win favor by flattery"], ["sycophantic", "attempting to win favor by flattery"]]}, {"answer": "boring", "hint": "synonyms for boring", "clues": [["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "bosomy", "hint": "synonyms for bosomy", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "bossy", "hint": "synonyms for bossy", "clues": [["autocratic", "offensively self-assured or given to exercising usually unwarranted power"], ["dominating", "offensively self-assured or given to exercising usually unwarranted power"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power"]]}, {"answer": "bothersome", "hint": "synonyms for bothersome", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"]]}, {"answer": "bouncing", "hint": "synonyms for bouncing", "clues": [["bouncy", "marked by lively action"], ["peppy", "marked by lively action"], ["zippy", "marked by lively action"], ["spirited", "marked by lively action"]]}, {"answer": "bouncy", "hint": "synonyms for bouncy", "clues": [["live", "elastic; rebounds readily"], ["springy", "elastic; rebounds readily"], ["resilient", "elastic; rebounds readily"], ["zippy", "marked by lively action"], ["spirited", "marked by lively action"], ["bouncing", "marked by lively action"], ["peppy", "marked by lively action"]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["articled", "bound by contract"], ["bandaged", "covered or wrapped with a bandage"], ["apprenticed", "bound by contract"], ["destined", "(usually followed by `to') governed by fate"], ["indentured", "bound by contract"]]}, {"answer": "bounderish", "hint": "synonyms for bounderish", "clues": [["underbred", "(of persons) lacking in refinement or grace"], ["rude", "(of persons) lacking in refinement or grace"], ["ill-bred", "(of persons) lacking in refinement or grace"], ["yokelish", "(of persons) lacking in refinement or grace"], ["lowbred", "(of persons) lacking in refinement or grace"]]}, {"answer": "bounteous", "hint": "synonyms for bounteous", "clues": [["big", "given or giving freely"], ["openhanded", "given or giving freely"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["bighearted", "given or giving freely"], ["giving", "given or giving freely"], ["freehanded", "given or giving freely"]]}, {"answer": "bountiful", "hint": "synonyms for bountiful", "clues": [["bounteous", "given or giving freely"], ["big", "given or giving freely"], ["openhanded", "given or giving freely"], ["liberal", "given or giving freely"], ["plentiful", "producing in abundance"], ["handsome", "given or giving freely"], ["bighearted", "given or giving freely"], ["giving", "given or giving freely"], ["freehanded", "given or giving freely"]]}, {"answer": "bowed", "hint": "synonyms for bowed", "clues": [["bowleg", "have legs that curve outward at the knees"], ["bandy", "have legs that curve outward at the knees"], ["bowlegged", "have legs that curve outward at the knees"], ["arched", "forming or resembling an arch"], ["arching", "forming or resembling an arch"], ["arcuate", "forming or resembling an arch"], ["bandy-legged", "have legs that curve outward at the knees"], ["arciform", "forming or resembling an arch"], ["bowing", "showing an excessively deferential manner"]]}, {"answer": "bowleg", "hint": "synonyms for bowleg", "clues": [["bandy", "have legs that curve outward at the knees"], ["bowlegged", "have legs that curve outward at the knees"], ["bowed", "have legs that curve outward at the knees"], ["bandy-legged", "have legs that curve outward at the knees"]]}, {"answer": "bowlegged", "hint": "synonyms for bowlegged", "clues": [["bowleg", "have legs that curve outward at the knees"], ["bandy", "have legs that curve outward at the knees"], ["bowed", "have legs that curve outward at the knees"], ["bandy-legged", "have legs that curve outward at the knees"]]}, {"answer": "bracing", "hint": "synonyms for bracing", "clues": [["tonic", "imparting vitality and energy"], ["refreshful", "imparting vitality and energy"], ["refreshing", "imparting vitality and energy"], ["brisk", "imparting vitality and energy"], ["fresh", "imparting vitality and energy"]]}, {"answer": "braggart", "hint": "synonyms for braggart", "clues": [["self-aggrandising", "exhibiting self-importance"], ["boastful", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["bragging", "exhibiting self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["crowing", "exhibiting self-importance"]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["self-aggrandising", "exhibiting self-importance"], ["boastful", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["crowing", "exhibiting self-importance"]]}, {"answer": "braggy", "hint": "synonyms for braggy", "clues": [["self-aggrandising", "exhibiting self-importance"], ["boastful", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["bragging", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["crowing", "exhibiting self-importance"]]}, {"answer": "brainish", "hint": "synonyms for brainish", "clues": [["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"]]}, {"answer": "brainsick", "hint": "synonyms for brainsick", "clues": [["demented", "affected with madness or insanity"], ["mad", "affected with madness or insanity"], ["disturbed", "affected with madness or insanity"], ["unbalanced", "affected with madness or insanity"], ["sick", "affected with madness or insanity"], ["unhinged", "affected with madness or insanity"], ["crazy", "affected with madness or insanity"]]}, {"answer": "branched", "hint": "synonyms for branched", "clues": [["pronged", "resembling a fork; divided or separated into two branches"], ["biramous", "resembling a fork; divided or separated into two branches"], ["forked", "resembling a fork; divided or separated into two branches"], ["ramate", "having branches"], ["branching", "having branches"], ["bifurcate", "resembling a fork; divided or separated into two branches"], ["forficate", "resembling a fork; divided or separated into two branches"], ["fork-like", "resembling a fork; divided or separated into two branches"], ["prongy", "resembling a fork; divided or separated into two branches"], ["ramose", "having branches"]]}, {"answer": "branching", "hint": "synonyms for branching", "clues": [["ramous", "having branches"], ["branched", "having branches"], ["ramate", "having branches"], ["ramose", "having branches"]]}, {"answer": "brassy", "hint": "synonyms for brassy", "clues": [["flash", "tastelessly showy"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["garish", "tastelessly showy"], ["trashy", "tastelessly showy"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["gimcrack", "tastelessly showy"], ["brasslike", "resembling the sound of a brass instrument"], ["tacky", "tastelessly showy"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["meretricious", "tastelessly showy"], ["cheap", "tastelessly showy"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["gaudy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["tatty", "tastelessly showy"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["loud", "tastelessly showy"]]}, {"answer": "brave", "hint": "synonyms for brave", "clues": [["gay", "brightly colored and showy"], ["hardy", "invulnerable to fear or intimidation"], ["fearless", "invulnerable to fear or intimidation"], ["braw", "brightly colored and showy"], ["courageous", "possessing or displaying courage; able to face and deal with danger or fear without flinching; - Herman Melville; - William Wordsworth"], ["audacious", "invulnerable to fear or intimidation"], ["dauntless", "invulnerable to fear or intimidation"], ["unfearing", "invulnerable to fear or intimidation"], ["intrepid", "invulnerable to fear or intimidation"]]}, {"answer": "brawny", "hint": "synonyms for brawny", "clues": [["powerful", "(of a person) possessing physical strength and weight; rugged and powerful"], ["muscular", "(of a person) possessing physical strength and weight; rugged and powerful"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful"], ["hefty", "(of a person) possessing physical strength and weight; rugged and powerful"]]}, {"answer": "brazen", "hint": "synonyms for brazen", "clues": [["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"]]}, {"answer": "brazen-faced", "hint": "synonyms for brazen-faced", "clues": [["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"]]}, {"answer": "breathless", "hint": "synonyms for breathless", "clues": [["breathtaking", "tending to cause suspension of regular breathing"], ["dyspneal", "not breathing or able to breathe except with difficulty"], ["inanimate", "appearing dead; not breathing or having no perceptible pulse"], ["pulseless", "appearing dead; not breathing or having no perceptible pulse"], ["dyspneic", "not breathing or able to breathe except with difficulty"]]}, {"answer": "briary", "hint": "synonyms for briary", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "bribable", "hint": "synonyms for bribable", "clues": [["venal", "capable of being corrupted"], ["purchasable", "capable of being corrupted"], ["corruptible", "capable of being corrupted"], ["dishonest", "capable of being corrupted"]]}, {"answer": "briery", "hint": "synonyms for briery", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "bright", "hint": "synonyms for bright", "clues": [["brilliant", "clear and sharp and ringing"], ["hopeful", "full or promise"], ["vivid", "having striking color"], ["smart", "characterized by quickness and ease in learning"], ["shining", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["promising", "full or promise"], ["undimmed", "not made dim or less bright"], ["lustrous", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["shiny", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"]]}, {"answer": "brilliant", "hint": "synonyms for brilliant", "clues": [["smart as a whip", "having or marked by unusual and impressive intelligence"], ["vivid", "having striking color"], ["magnificent", "characterized by grandeur"], ["superb", "of surpassing excellence"], ["bright", "having striking color"], ["splendid", "characterized by grandeur"], ["brainy", "having or marked by unusual and impressive intelligence"], ["glorious", "characterized by grandeur"]]}, {"answer": "brisk", "hint": "synonyms for brisk", "clues": [["zippy", "quick and energetic"], ["tonic", "imparting vitality and energy"], ["spanking", "quick and energetic"], ["lively", "quick and energetic"], ["refreshing", "imparting vitality and energy"], ["snappy", "quick and energetic"], ["bracing", "imparting vitality and energy"], ["refreshful", "imparting vitality and energy"], ["fresh", "imparting vitality and energy"], ["rattling", "quick and energetic"], ["alert", "quick and energetic"], ["merry", "quick and energetic"]]}, {"answer": "bristled", "hint": "synonyms for bristled", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "bristly", "hint": "synonyms for bristly", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["waspish", "very irritable"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "very irritable"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["splenetic", "very irritable"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "broad", "hint": "synonyms for broad", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["tolerant", "showing or characterized by broad-mindedness"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["liberal", "showing or characterized by broad-mindedness"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["full", "being at a peak or culminating point"], ["spacious", "very large in expanse or scope"], ["large-minded", "showing or characterized by broad-mindedness"], ["unsubtle", "lacking subtlety; obvious"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["unspecific", "not detailed or specific"]]}, {"answer": "broken", "hint": "synonyms for broken", "clues": [["humiliated", "subdued or brought low in condition or status"], ["disordered", "thrown into a state of disarray or confusion"], ["upset", "thrown into a state of disarray or confusion"], ["low", "subdued or brought low in condition or status"], ["humbled", "subdued or brought low in condition or status"], ["impoverished", "destroyed financially"], ["broken in", "tamed or trained to obey"], ["rugged", "topographically very uneven"], ["confused", "thrown into a state of disarray or confusion"], ["crushed", "subdued or brought low in condition or status"], ["unkept", "(especially of promises or contracts) having been violated or disregarded"], ["busted", "out of working order (`busted' is an informal substitute for `broken')"], ["wiped out", "destroyed financially"]]}, {"answer": "broken-down", "hint": "synonyms for broken-down", "clues": [["bedraggled", "in deplorable condition"], ["ramshackle", "in deplorable condition"], ["dilapidated", "in deplorable condition"], ["derelict", "in deplorable condition"], ["tumble-down", "in deplorable condition"], ["tatterdemalion", "in deplorable condition"]]}, {"answer": "brooding", "hint": "synonyms for brooding", "clues": [["broody", "deeply or seriously thoughtful"], ["reflective", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "broody", "hint": "synonyms for broody", "clues": [["brooding", "deeply or seriously thoughtful"], ["reflective", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "brown", "hint": "synonyms for brown", "clues": [["chocolate-brown", "of a color similar to that of wood or earth"], ["dark-brown", "of a color similar to that of wood or earth"], ["brownish", "of a color similar to that of wood or earth"], ["browned", "(of skin) deeply suntanned"]]}, {"answer": "brutal", "hint": "synonyms for brutal", "clues": [["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["brute", "resembling a beast; showing lack of human sensibility"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["beastly", "resembling a beast; showing lack of human sensibility"], ["bestial", "resembling a beast; showing lack of human sensibility"], ["unrelenting", "harsh"], ["brutish", "resembling a beast; showing lack of human sensibility"], ["savage", "(of persons or their actions) able or disposed to inflict pain or suffering"]]}, {"answer": "brute", "hint": "synonyms for brute", "clues": [["beastly", "resembling a beast; showing lack of human sensibility"], ["bestial", "resembling a beast; showing lack of human sensibility"], ["brutal", "resembling a beast; showing lack of human sensibility"], ["brutish", "resembling a beast; showing lack of human sensibility"]]}, {"answer": "brutish", "hint": "synonyms for brutish", "clues": [["beastly", "resembling a beast; showing lack of human sensibility"], ["bestial", "resembling a beast; showing lack of human sensibility"], ["brutal", "resembling a beast; showing lack of human sensibility"], ["brute", "resembling a beast; showing lack of human sensibility"]]}, {"answer": "bubbling", "hint": "synonyms for bubbling", "clues": [["bubbly", "emitting or filled with bubbles as from carbonation or fermentation"], ["foamy", "emitting or filled with bubbles as from carbonation or fermentation"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation"], ["sparkly", "marked by high spirits or excitement"], ["scintillating", "marked by high spirits or excitement"], ["frothy", "emitting or filled with bubbles as from carbonation or fermentation"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescent", "marked by high spirits or excitement"]]}, {"answer": "bubbly", "hint": "synonyms for bubbly", "clues": [["frothy", "emitting or filled with bubbles as from carbonation or fermentation"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation"], ["foamy", "emitting or filled with bubbles as from carbonation or fermentation"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation"]]}, {"answer": "buffeted", "hint": "synonyms for buffeted", "clues": [["tempest-swept", "pounded or hit repeatedly by storms or adversities"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities"], ["storm-tossed", "pounded or hit repeatedly by storms or adversities"], ["tempest-tost", "pounded or hit repeatedly by storms or adversities"]]}, {"answer": "buggy", "hint": "synonyms for buggy", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "built-in", "hint": "synonyms for built-in", "clues": [["inbuilt", "existing as an essential constituent or characteristic"], ["constitutional", "existing as an essential constituent or characteristic"], ["integral", "existing as an essential constituent or characteristic"], ["inherent", "existing as an essential constituent or characteristic"]]}, {"answer": "buirdly", "hint": "synonyms for buirdly", "clues": [["strapping", "muscular and heavily built"], ["beefy", "muscular and heavily built"], ["husky", "muscular and heavily built"], ["burly", "muscular and heavily built"]]}, {"answer": "bulbous", "hint": "synonyms for bulbous", "clues": [["bulging", "curving outward"], ["bulgy", "curving outward"], ["bellied", "curving outward"], ["protuberant", "curving outward"], ["bellying", "curving outward"], ["bulb-shaped", "shaped like a bulb"], ["bulblike", "shaped like a bulb"]]}, {"answer": "bulging", "hint": "synonyms for bulging", "clues": [["bulgy", "curving outward"], ["bellied", "curving outward"], ["protuberant", "curving outward"], ["convex", "curving or bulging outward"], ["bulbous", "curving outward"], ["bellying", "curving outward"]]}, {"answer": "bulgy", "hint": "synonyms for bulgy", "clues": [["bulging", "curving outward"], ["bellied", "curving outward"], ["protuberant", "curving outward"], ["bellying", "curving outward"], ["bulbous", "curving outward"]]}, {"answer": "bully", "hint": "synonyms for bully", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "bum", "hint": "synonyms for bum", "clues": [["punk", "of very poor quality; flimsy"], ["cheap", "of very poor quality; flimsy"], ["chintzy", "of very poor quality; flimsy"], ["tinny", "of very poor quality; flimsy"], ["sleazy", "of very poor quality; flimsy"], ["crummy", "of very poor quality; flimsy"], ["cheesy", "of very poor quality; flimsy"]]}, {"answer": "bumbling", "hint": "synonyms for bumbling", "clues": [["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "bumpy", "hint": "synonyms for bumpy", "clues": [["jolty", "causing or characterized by jolts and irregular movements"], ["rough", "causing or characterized by jolts and irregular movements"], ["rocky", "causing or characterized by jolts and irregular movements"], ["jolting", "causing or characterized by jolts and irregular movements"], ["jumpy", "causing or characterized by jolts and irregular movements"]]}, {"answer": "bungling", "hint": "synonyms for bungling", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["clumsy", "showing lack of skill or aptitude"], ["incompetent", "showing lack of skill or aptitude"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "burly", "hint": "synonyms for burly", "clues": [["buirdly", "muscular and heavily built"], ["beefy", "muscular and heavily built"], ["strapping", "muscular and heavily built"], ["husky", "muscular and heavily built"]]}, {"answer": "burned", "hint": "synonyms for burned", "clues": [["burnt-out", "destroyed or badly damaged by fire"], ["burnt", "destroyed or badly damaged by fire"], ["burned-over", "destroyed or badly damaged by fire"], ["burned-out", "destroyed or badly damaged by fire"]]}, {"answer": "burned-out", "hint": "synonyms for burned-out", "clues": [["burnt-out", "exhausted as a result of longtime stress"], ["burnt", "destroyed or badly damaged by fire"], ["burned", "destroyed or badly damaged by fire"], ["burned-over", "destroyed or badly damaged by fire"]]}, {"answer": "burned-over", "hint": "synonyms for burned-over", "clues": [["burnt-out", "destroyed or badly damaged by fire"], ["burnt", "destroyed or badly damaged by fire"], ["burned", "destroyed or badly damaged by fire"], ["burned-out", "destroyed or badly damaged by fire"]]}, {"answer": "burnished", "hint": "synonyms for burnished", "clues": [["shiny", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["shining", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["lustrous", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"]]}, {"answer": "burnt", "hint": "synonyms for burnt", "clues": [["burned", "treated by heating to a high temperature but below the melting or fusing point"], ["burnt-out", "destroyed or badly damaged by fire"], ["burned-over", "destroyed or badly damaged by fire"], ["burned-out", "destroyed or badly damaged by fire"]]}, {"answer": "burnt-out", "hint": "synonyms for burnt-out", "clues": [["burnt", "destroyed or badly damaged by fire"], ["burned-out", "exhausted as a result of longtime stress"], ["burned", "destroyed or badly damaged by fire"], ["burned-over", "destroyed or badly damaged by fire"]]}, {"answer": "burred", "hint": "synonyms for burred", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "burry", "hint": "synonyms for burry", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "busty", "hint": "synonyms for busty", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "busy", "hint": "synonyms for busy", "clues": [["in use", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)"], ["meddling", "intrusive in a meddling or offensive manner"], ["interfering", "intrusive in a meddling or offensive manner"], ["meddlesome", "intrusive in a meddling or offensive manner"], ["officious", "intrusive in a meddling or offensive manner"], ["fussy", "overcrowded or cluttered with detail"], ["engaged", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)"], ["busybodied", "intrusive in a meddling or offensive manner"]]}, {"answer": "busybodied", "hint": "synonyms for busybodied", "clues": [["meddling", "intrusive in a meddling or offensive manner"], ["interfering", "intrusive in a meddling or offensive manner"], ["meddlesome", "intrusive in a meddling or offensive manner"], ["officious", "intrusive in a meddling or offensive manner"], ["busy", "intrusive in a meddling or offensive manner"]]}, {"answer": "butcherly", "hint": "synonyms for butcherly", "clues": [["unskillful", "poorly done"], ["slaughterous", "accompanied by bloodshed"], ["sanguineous", "accompanied by bloodshed"], ["sanguinary", "accompanied by bloodshed"], ["botchy", "poorly done"], ["gory", "accompanied by bloodshed"]]}, {"answer": "butterfingered", "hint": "synonyms for butterfingered", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "buttery", "hint": "synonyms for buttery", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech"]]}, {"answer": "buxom", "hint": "synonyms for buxom", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["zaftig", "(of a female body) healthily plump and vigorous ; - Robt.A.Hamilton"], ["zoftig", "(of a female body) healthily plump and vigorous ; - Robt.A.Hamilton"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "bygone", "hint": "synonyms for bygone", "clues": [["foregone", "well in the past; former"], ["departed", "well in the past; former"], ["gone", "well in the past; former"], ["bypast", "well in the past; former"]]}, {"answer": "bypast", "hint": "synonyms for bypast", "clues": [["foregone", "well in the past; former"], ["departed", "well in the past; former"], ["gone", "well in the past; former"], ["bygone", "well in the past; former"]]}, {"answer": "byzantine", "hint": "synonyms for byzantine", "clues": [["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"]]}, {"answer": "cadaverous", "hint": "synonyms for cadaverous", "clues": [["skeletal", "very thin especially from disease or hunger or cold"], ["gaunt", "very thin especially from disease or hunger or cold"], ["pinched", "very thin especially from disease or hunger or cold"], ["bony", "very thin especially from disease or hunger or cold"], ["cadaveric", "of or relating to a cadaver or corpse"], ["wasted", "very thin especially from disease or hunger or cold"], ["emaciated", "very thin especially from disease or hunger or cold"], ["haggard", "very thin especially from disease or hunger or cold"]]}, {"answer": "cagey", "hint": "synonyms for cagey", "clues": [["clever", "showing self-interest and shrewdness in dealing with others"], ["cagy", "characterized by great caution and wariness"], ["canny", "showing self-interest and shrewdness in dealing with others"], ["chary", "characterized by great caution and wariness"]]}, {"answer": "cagy", "hint": "synonyms for cagy", "clues": [["clever", "showing self-interest and shrewdness in dealing with others"], ["cagey", "showing self-interest and shrewdness in dealing with others"], ["canny", "showing self-interest and shrewdness in dealing with others"], ["chary", "characterized by great caution and wariness"]]}, {"answer": "calamitous", "hint": "synonyms for calamitous", "clues": [["fateful", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["fatal", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"]]}, {"answer": "calculating", "hint": "synonyms for calculating", "clues": [["conniving", "used of persons"], ["shrewd", "used of persons"], ["scheming", "used of persons"], ["calculative", "used of persons"]]}, {"answer": "calculative", "hint": "synonyms for calculative", "clues": [["conniving", "used of persons"], ["shrewd", "used of persons"], ["calculating", "used of persons"], ["scheming", "used of persons"]]}, {"answer": "calico", "hint": "synonyms for calico", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "callous", "hint": "synonyms for callous", "clues": [["calloused", "having calluses; having skin made tough and thick through wear"], ["thickened", "having calluses; having skin made tough and thick through wear"], ["pachydermatous", "emotionally hardened"], ["indurate", "emotionally hardened"]]}, {"answer": "calumniatory", "hint": "synonyms for calumniatory", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "calumnious", "hint": "synonyms for calumnious", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "candid", "hint": "synonyms for candid", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["open", "openly straightforward and direct without reserve or secretiveness"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["heart-to-heart", "openly straightforward and direct without reserve or secretiveness"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "cannular", "hint": "synonyms for cannular", "clues": [["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)"]]}, {"answer": "canted", "hint": "synonyms for canted", "clues": [["leaning", "departing or being caused to depart from the true vertical or horizontal"], ["tilted", "departing or being caused to depart from the true vertical or horizontal"], ["tipped", "departing or being caused to depart from the true vertical or horizontal"], ["atilt", "departing or being caused to depart from the true vertical or horizontal"]]}, {"answer": "capable", "hint": "synonyms for capable", "clues": [["open", "possibly accepting or permitting"], ["able", "have the skills and qualifications to do things well"], ["equal to", "having the requisite qualities for"], ["adequate to", "having the requisite qualities for"], ["up to", "having the requisite qualities for"], ["subject", "possibly accepting or permitting"]]}, {"answer": "captivated", "hint": "synonyms for captivated", "clues": [["entranced", "filled with wonder and delight"], ["beguiled", "filled with wonder and delight"], ["enthralled", "filled with wonder and delight"], ["delighted", "filled with wonder and delight"], ["charmed", "filled with wonder and delight"]]}, {"answer": "captivating", "hint": "synonyms for captivating", "clues": [["enchanting", "capturing interest as if by a spell"], ["bewitching", "capturing interest as if by a spell"], ["fascinating", "capturing interest as if by a spell"], ["enthralling", "capturing interest as if by a spell"], ["entrancing", "capturing interest as if by a spell"]]}, {"answer": "captive", "hint": "synonyms for captive", "clues": [["imprisoned", "being in captivity"], ["jailed", "being in captivity"], ["wrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["confined", "being in captivity"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare"]]}, {"answer": "cardinal", "hint": "synonyms for cardinal", "clues": [["primal", "serving as an essential component"], ["key", "serving as an essential component"], ["fundamental", "serving as an essential component"], ["central", "serving as an essential component"]]}, {"answer": "carefree", "hint": "synonyms for carefree", "clues": [["happy-go-lucky", "cheerfully irresponsible"], ["harum-scarum", "cheerfully irresponsible"], ["devil-may-care", "cheerfully irresponsible"], ["slaphappy", "cheerfully irresponsible"], ["unworried", "free of trouble and worry and care"], ["freewheeling", "cheerfully irresponsible"]]}, {"answer": "careful", "hint": "synonyms for careful", "clues": [["deliberate", "unhurried and with care and dignity"], ["measured", "unhurried and with care and dignity"], ["heedful", "cautiously attentive"], ["thrifty", "mindful of the future in spending money"]]}, {"answer": "careworn", "hint": "synonyms for careworn", "clues": [["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"]]}, {"answer": "carmine", "hint": "synonyms for carmine", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "casual", "hint": "synonyms for casual", "clues": [["chance", "occurring or appearing or singled out by chance"], ["effortless", "not showing effort or strain"], ["occasional", "occurring from time to time"], ["everyday", "appropriate for ordinary or routine occasions"], ["passing", "hasty and without attention to detail; not thorough"], ["insouciant", "marked by blithe unconcern"], ["cursory", "hasty and without attention to detail; not thorough"], ["nonchalant", "marked by blithe unconcern"], ["daily", "appropriate for ordinary or routine occasions"], ["fooling", "characterized by a feeling of irresponsibility"], ["free-and-easy", "natural and unstudied"], ["perfunctory", "hasty and without attention to detail; not thorough"]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["contractable", "(of disease) capable of being transmitted by infection"], ["transmissible", "(of disease) capable of being transmitted by infection"], ["contagious", "(of disease) capable of being transmitted by infection"], ["transmittable", "(of disease) capable of being transmitted by infection"], ["communicable", "(of disease) capable of being transmitted by infection"]]}, {"answer": "cathartic", "hint": "synonyms for cathartic", "clues": [["psychotherapeutic", "emotionally purging"], ["purgative", "strongly laxative"], ["releasing", "emotionally purging (of e.g. art)"], ["evacuant", "strongly laxative"]]}, {"answer": "catty-cornered", "hint": "synonyms for catty-cornered", "clues": [["kitty-cornered", "slanted across a polygon on a diagonal line"], ["cata-cornered", "slanted across a polygon on a diagonal line"], ["catercorner", "slanted across a polygon on a diagonal line"], ["catty-corner", "slanted across a polygon on a diagonal line"]]}, {"answer": "caustic", "hint": "synonyms for caustic", "clues": [["acerb", "harsh or corrosive in tone"], ["acrid", "harsh or corrosive in tone"], ["acerbic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["virulent", "harsh or corrosive in tone"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "cautionary", "hint": "synonyms for cautionary", "clues": [["exemplary", "serving to warn"], ["prophylactic", "warding off; - Victor Schultze"], ["warning", "serving to warn"], ["monitory", "serving to warn"]]}, {"answer": "ceaseless", "hint": "synonyms for ceaseless", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing"], ["incessant", "uninterrupted in time and indefinitely long continuing"], ["constant", "uninterrupted in time and indefinitely long continuing"], ["unceasing", "uninterrupted in time and indefinitely long continuing"], ["unremitting", "uninterrupted in time and indefinitely long continuing"], ["perpetual", "uninterrupted in time and indefinitely long continuing"]]}, {"answer": "celebrated", "hint": "synonyms for celebrated", "clues": [["famous", "widely known and esteemed"], ["historied", "having an illustrious past"], ["illustrious", "widely known and esteemed"], ["notable", "widely known and esteemed"], ["famed", "widely known and esteemed"], ["far-famed", "widely known and esteemed"], ["noted", "widely known and esteemed"], ["renowned", "widely known and esteemed"]]}, {"answer": "censurable", "hint": "synonyms for censurable", "clues": [["blameworthy", "deserving blame or censure as being wrong or evil or injurious"], ["blamable", "deserving blame or censure as being wrong or evil or injurious"], ["culpable", "deserving blame or censure as being wrong or evil or injurious"], ["blameful", "deserving blame or censure as being wrong or evil or injurious"]]}, {"answer": "central", "hint": "synonyms for central", "clues": [["key", "serving as an essential component"], ["primal", "serving as an essential component"], ["cardinal", "serving as an essential component"], ["fundamental", "serving as an essential component"]]}, {"answer": "cerise", "hint": "synonyms for cerise", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "cernuous", "hint": "synonyms for cernuous", "clues": [["pendulous", "having branches or flower heads that bend downward"], ["drooping", "having branches or flower heads that bend downward"], ["weeping", "having branches or flower heads that bend downward"], ["nodding", "having branches or flower heads that bend downward"]]}, {"answer": "chancy", "hint": "synonyms for chancy", "clues": [["dodgy", "of uncertain outcome; especially fraught with risk; - New Yorker"], ["fluky", "subject to accident or chance or change"], ["chanceful", "of uncertain outcome; especially fraught with risk; - New Yorker"], ["dicey", "of uncertain outcome; especially fraught with risk; - New Yorker"], ["iffy", "subject to accident or chance or change"]]}, {"answer": "changeable", "hint": "synonyms for changeable", "clues": [["iridescent", "varying in color when seen in different lights or from different angles"], ["shot", "varying in color when seen in different lights or from different angles"], ["chatoyant", "varying in color when seen in different lights or from different angles"], ["uncertain", "subject to change"], ["mutable", "capable of or tending to change in form or quality or nature"], ["unsettled", "subject to change"], ["changeful", "such that alteration is possible; having a marked tendency to change"]]}, {"answer": "changeless", "hint": "synonyms for changeless", "clues": [["immutable", "not subject or susceptible to change or variation in form or quality or nature"], ["invariant", "unvarying in nature"], ["unvarying", "unvarying in nature"], ["constant", "unvarying in nature"], ["unalterable", "remaining the same for indefinitely long times"]]}, {"answer": "charitable", "hint": "synonyms for charitable", "clues": [["large-hearted", "showing or motivated by sympathy and understanding and generosity"], ["kindly", "showing or motivated by sympathy and understanding and generosity"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity"], ["benevolent", "showing or motivated by sympathy and understanding and generosity"], ["openhearted", "showing or motivated by sympathy and understanding and generosity"]]}, {"answer": "charmed", "hint": "synonyms for charmed", "clues": [["entranced", "filled with wonder and delight"], ["beguiled", "filled with wonder and delight"], ["enthralled", "filled with wonder and delight"], ["delighted", "filled with wonder and delight"], ["captivated", "filled with wonder and delight"]]}, {"answer": "charming", "hint": "synonyms for charming", "clues": [["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"]]}, {"answer": "chatty", "hint": "synonyms for chatty", "clues": [["talkative", "full of trivial conversation"], ["gossipy", "prone to friendly informal communication"], ["gabby", "full of trivial conversation"], ["newsy", "prone to friendly informal communication"], ["talky", "full of trivial conversation"], ["garrulous", "full of trivial conversation"], ["loquacious", "full of trivial conversation"]]}, {"answer": "chauvinistic", "hint": "synonyms for chauvinistic", "clues": [["nationalistic", "fanatically patriotic"], ["flag-waving", "fanatically patriotic"], ["jingoistic", "fanatically patriotic"], ["superpatriotic", "fanatically patriotic"], ["ultranationalistic", "fanatically patriotic"]]}, {"answer": "cheap", "hint": "synonyms for cheap", "clues": [["flash", "tastelessly showy"], ["garish", "tastelessly showy"], ["trashy", "tastelessly showy"], ["chinchy", "embarrassingly stingy"], ["gimcrack", "tastelessly showy"], ["bum", "of very poor quality; flimsy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["crummy", "of very poor quality; flimsy"], ["sleazy", "of very poor quality; flimsy"], ["inexpensive", "relatively low in price or charging low prices"], ["tinny", "of very poor quality; flimsy"], ["chintzy", "embarrassingly stingy"], ["gaudy", "tastelessly showy"], ["cheesy", "of very poor quality; flimsy"], ["tawdry", "tastelessly showy"], ["tatty", "tastelessly showy"], ["punk", "of very poor quality; flimsy"], ["loud", "tastelessly showy"]]}, {"answer": "cheating", "hint": "synonyms for cheating", "clues": [["adulterous", "not faithful to a spouse or lover"], ["two-timing", "not faithful to a spouse or lover"], ["unsporting", "violating accepted standards or rules"], ["dirty", "violating accepted standards or rules"], ["unsportsmanlike", "violating accepted standards or rules"], ["foul", "violating accepted standards or rules"]]}, {"answer": "cheeseparing", "hint": "synonyms for cheeseparing", "clues": [["near", "giving or spending with reluctance"], ["skinny", "giving or spending with reluctance"], ["penny-pinching", "giving or spending with reluctance"], ["close", "giving or spending with reluctance"]]}, {"answer": "cheesy", "hint": "synonyms for cheesy", "clues": [["bum", "of very poor quality; flimsy"], ["punk", "of very poor quality; flimsy"], ["cheap", "of very poor quality; flimsy"], ["chintzy", "of very poor quality; flimsy"], ["tinny", "of very poor quality; flimsy"], ["crummy", "of very poor quality; flimsy"], ["sleazy", "of very poor quality; flimsy"]]}, {"answer": "cherry", "hint": "synonyms for cherry", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "cherry-red", "hint": "synonyms for cherry-red", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "chicken", "hint": "synonyms for chicken", "clues": [["lily-livered", "easily frightened"], ["yellow-bellied", "easily frightened"], ["white-livered", "easily frightened"], ["chickenhearted", "easily frightened"], ["yellow", "easily frightened"]]}, {"answer": "chickenhearted", "hint": "synonyms for chickenhearted", "clues": [["yellow-bellied", "easily frightened"], ["chicken", "easily frightened"], ["lily-livered", "easily frightened"], ["white-livered", "easily frightened"], ["yellow", "easily frightened"]]}, {"answer": "chief", "hint": "synonyms for chief", "clues": [["main", "most important element"], ["master", "most important element"], ["principal", "most important element"], ["primary", "most important element"]]}, {"answer": "childlike", "hint": "synonyms for childlike", "clues": [["childly", "befitting a young child"], ["wide-eyed", "exhibiting childlike simplicity and credulity"], ["simple", "exhibiting childlike simplicity and credulity"], ["dewy-eyed", "exhibiting childlike simplicity and credulity"], ["round-eyed", "exhibiting childlike simplicity and credulity"]]}, {"answer": "chintzy", "hint": "synonyms for chintzy", "clues": [["tinny", "of very poor quality; flimsy"], ["cheap", "embarrassingly stingy"], ["cheesy", "of very poor quality; flimsy"], ["chinchy", "embarrassingly stingy"], ["bum", "of very poor quality; flimsy"], ["punk", "of very poor quality; flimsy"], ["crummy", "of very poor quality; flimsy"], ["sleazy", "of very poor quality; flimsy"]]}, {"answer": "chock-full", "hint": "synonyms for chock-full", "clues": [["chuck-full", "packed full to capacity"], ["chockful", "packed full to capacity"], ["cram full", "packed full to capacity"], ["chockablock", "packed full to capacity"], ["choke-full", "packed full to capacity"]]}, {"answer": "chockablock", "hint": "synonyms for chockablock", "clues": [["chuck-full", "packed full to capacity"], ["chockful", "packed full to capacity"], ["cram full", "packed full to capacity"], ["choke-full", "packed full to capacity"]]}, {"answer": "chockful", "hint": "synonyms for chockful", "clues": [["chuck-full", "packed full to capacity"], ["cram full", "packed full to capacity"], ["choke-full", "packed full to capacity"], ["chockablock", "packed full to capacity"]]}, {"answer": "choice", "hint": "synonyms for choice", "clues": [["select", "of superior grade"], ["quality", "of superior grade"], ["prize", "of superior grade"], ["prime", "of superior grade"]]}, {"answer": "choke-full", "hint": "synonyms for choke-full", "clues": [["chuck-full", "packed full to capacity"], ["chockful", "packed full to capacity"], ["cram full", "packed full to capacity"], ["chockablock", "packed full to capacity"]]}, {"answer": "choleric", "hint": "synonyms for choleric", "clues": [["hot-tempered", "quickly aroused to anger"], ["quick-tempered", "quickly aroused to anger"], ["irascible", "characterized by anger"], ["hotheaded", "quickly aroused to anger"]]}, {"answer": "chuck-full", "hint": "synonyms for chuck-full", "clues": [["chockful", "packed full to capacity"], ["cram full", "packed full to capacity"], ["choke-full", "packed full to capacity"], ["chockablock", "packed full to capacity"]]}, {"answer": "chummy", "hint": "synonyms for chummy", "clues": [["thick", "(used informally) associated on close terms"], ["palsy-walsy", "(used colloquially) having the relationship of friends or pals"], ["buddy-buddy", "(used informally) associated on close terms"], ["matey", "(used colloquially) having the relationship of friends or pals"], ["pally", "(used colloquially) having the relationship of friends or pals"]]}, {"answer": "chunky", "hint": "synonyms for chunky", "clues": [["low-set", "short and thick; as e.g. having short legs and heavy musculature"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature"], ["squat", "short and thick; as e.g. having short legs and heavy musculature"], ["lumpy", "like or containing small sticky lumps"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature"]]}, {"answer": "churning", "hint": "synonyms for churning", "clues": [["churned-up", "moving with or producing or produced by vigorous agitation"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence"], ["roiling", "(of a liquid) agitated vigorously; in a state of turbulence"], ["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence"], ["roily", "(of a liquid) agitated vigorously; in a state of turbulence"]]}, {"answer": "circinate", "hint": "synonyms for circinate", "clues": [["doughnut-shaped", "shaped like a ring"], ["ring-shaped", "shaped like a ring"], ["annular", "shaped like a ring"], ["annulate", "shaped like a ring"], ["ringed", "shaped like a ring"]]}, {"answer": "cissy", "hint": "synonyms for cissy", "clues": [["epicene", "having unsuitable feminine qualities"], ["effeminate", "having unsuitable feminine qualities"], ["emasculate", "having unsuitable feminine qualities"], ["sissy", "having unsuitable feminine qualities"], ["sissified", "having unsuitable feminine qualities"], ["sissyish", "having unsuitable feminine qualities"]]}, {"answer": "civilised", "hint": "synonyms for civilised", "clues": [["polite", "marked by refinement in taste and manners"], ["genteel", "marked by refinement in taste and manners"], ["civilized", "having a high state of culture and development both social and technological"], ["cultured", "marked by refinement in taste and manners"], ["cultivated", "marked by refinement in taste and manners"]]}, {"answer": "civilized", "hint": "synonyms for civilized", "clues": [["polite", "marked by refinement in taste and manners"], ["genteel", "marked by refinement in taste and manners"], ["civilised", "having a high state of culture and development both social and technological"], ["cultured", "marked by refinement in taste and manners"], ["cultivated", "marked by refinement in taste and manners"]]}, {"answer": "clamant", "hint": "synonyms for clamant", "clues": [["strident", "conspicuously and offensively loud; given to vehement outcry"], ["clamorous", "conspicuously and offensively loud; given to vehement outcry"], ["insistent", "demanding attention; ; ; - H.L.Mencken"], ["instant", "demanding attention; ; ; - H.L.Mencken"], ["exigent", "demanding attention; ; ; - H.L.Mencken"], ["blatant", "conspicuously and offensively loud; given to vehement outcry"], ["vociferous", "conspicuously and offensively loud; given to vehement outcry"], ["crying", "demanding attention; ; ; - H.L.Mencken"]]}, {"answer": "clamorous", "hint": "synonyms for clamorous", "clues": [["blatant", "conspicuously and offensively loud; given to vehement outcry"], ["strident", "conspicuously and offensively loud; given to vehement outcry"], ["clamant", "conspicuously and offensively loud; given to vehement outcry"], ["vociferous", "conspicuously and offensively loud; given to vehement outcry"]]}, {"answer": "clandestine", "hint": "synonyms for clandestine", "clues": [["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["underground", "conducted with or marked by hidden aims or methods"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["secret", "conducted with or marked by hidden aims or methods"], ["undercover", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"]]}, {"answer": "clannish", "hint": "synonyms for clannish", "clues": [["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"]]}, {"answer": "clean", "hint": "synonyms for clean", "clues": [["uncontaminating", "not spreading pollution or contamination; especially radioactive contamination"], ["neat", "free from clumsiness; precisely or deftly executed"], ["fresh", "free from impurities"], ["white", "(of a surface) not written or printed on"], ["unclouded", "(of sound or color) free from anything that dulls or dims"], ["blank", "(of a surface) not written or printed on"], ["uninfected", "free from sepsis or infection"], ["light", "(of sound or color) free from anything that dulls or dims"], ["sporting", "exhibiting or calling for sportsmanship or fair play"], ["clear", "(of sound or color) free from anything that dulls or dims"], ["clean-living", "morally pure"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play"], ["sporty", "exhibiting or calling for sportsmanship or fair play"], ["fair", "(of a manuscript) having few alterations or corrections"], ["unobjectionable", "(of behavior or especially language) free from objectionable elements; fit for all observers"]]}, {"answer": "clean-cut", "hint": "synonyms for clean-cut", "clues": [["clear-cut", "clear and distinct to the senses; easily perceptible"], ["trim", "neat and smart in appearance"], ["clear", "clear and distinct to the senses; easily perceptible"], ["trig", "neat and smart in appearance"]]}, {"answer": "clear", "hint": "synonyms for clear", "clues": [["percipient", "characterized by ease and quickness in perceiving"], ["clean", "(of sound or color) free from anything that dulls or dims"], ["clear-cut", "clear and distinct to the senses; easily perceptible"], ["well-defined", "accurately stated or described"], ["unmortgaged", "(especially of a title) free from any encumbrance or limitation that presents a question of fact or law"], ["unclouded", "(of sound or color) free from anything that dulls or dims"], ["light", "(of sound or color) free from anything that dulls or dims"], ["readable", "easily deciphered"], ["decipherable", "easily deciphered"], ["absolved", "freed from any question of guilt"], ["exonerated", "freed from any question of guilt"], ["exculpated", "freed from any question of guilt"], ["vindicated", "freed from any question of guilt"], ["cleared", "freed from any question of guilt"], ["open", "affording free passage or view"]]}, {"answer": "clear-cut", "hint": "synonyms for clear-cut", "clues": [["clean-cut", "clear and distinct to the senses; easily perceptible"], ["clear", "clear and distinct to the senses; easily perceptible"], ["distinct", "clearly or sharply defined to the mind"], ["trenchant", "clearly or sharply defined to the mind"]]}, {"answer": "cleared", "hint": "synonyms for cleared", "clues": [["vindicated", "freed from any question of guilt"], ["absolved", "freed from any question of guilt"], ["clear", "freed from any question of guilt"], ["exonerated", "freed from any question of guilt"], ["exculpated", "freed from any question of guilt"]]}, {"answer": "clever", "hint": "synonyms for clever", "clues": [["cunning", "showing inventiveness and skill"], ["apt", "mentally quick and resourceful; ; -Bram Stoker"], ["cagey", "showing self-interest and shrewdness in dealing with others"], ["canny", "showing self-interest and shrewdness in dealing with others"], ["ingenious", "showing inventiveness and skill"]]}, {"answer": "cliquish", "hint": "synonyms for cliquish", "clues": [["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"]]}, {"answer": "cloak-and-dagger", "hint": "synonyms for cloak-and-dagger", "clues": [["underground", "conducted with or marked by hidden aims or methods"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["secret", "conducted with or marked by hidden aims or methods"], ["undercover", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["clandestine", "conducted with or marked by hidden aims or methods"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"]]}, {"answer": "cloaked", "hint": "synonyms for cloaked", "clues": [["draped", "covered with or as if with clothes or a wrap or cloak"], ["clothed", "covered with or as if with clothes or a wrap or cloak"], ["mantled", "covered with or as if with clothes or a wrap or cloak"], ["masked", "having its true character concealed with the intent of misleading"], ["wrapped", "covered with or as if with clothes or a wrap or cloak"], ["disguised", "having its true character concealed with the intent of misleading"]]}, {"answer": "cloistered", "hint": "synonyms for cloistered", "clues": [["sequestered", "providing privacy or seclusion"], ["monastic", "of communal life sequestered from the world under religious vows"], ["conventual", "of communal life sequestered from the world under religious vows"], ["cloistral", "of communal life sequestered from the world under religious vows"], ["reclusive", "providing privacy or seclusion"], ["secluded", "providing privacy or seclusion"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["tightlipped", "inclined to secrecy or reticence about divulging information"], ["snug", "fitting closely but comfortably"], ["cheeseparing", "giving or spending with reluctance"], ["airless", "lacking fresh air"], ["unaired", "lacking fresh air"], ["stuffy", "lacking fresh air"], ["near", "not far distant in time or space or degree or circumstances"], ["close-fitting", "fitting closely but comfortably"], ["skinny", "giving or spending with reluctance"], ["nigh", "not far distant in time or space or degree or circumstances"], ["confining", "crowded"], ["penny-pinching", "giving or spending with reluctance"], ["faithful", "marked by fidelity to an original"], ["tight", "of textiles"], ["closelipped", "inclined to secrecy or reticence about divulging information"], ["secretive", "inclined to secrecy or reticence about divulging information"], ["closemouthed", "inclined to secrecy or reticence about divulging information"]]}, {"answer": "close_at_hand", "hint": "synonyms for close at hand", "clues": [["imminent", "close in time; about to occur"], ["impendent", "close in time; about to occur"], ["impending", "close in time; about to occur"], ["at hand", "close in time; about to occur"]]}, {"answer": "closed", "hint": "synonyms for closed", "clues": [["unopen", "not open"], ["shut", "used especially of mouth or eyes"], ["closed in", "blocked against entry"], ["unsympathetic", "not having an open mind"]]}, {"answer": "closelipped", "hint": "synonyms for closelipped", "clues": [["closemouthed", "inclined to secrecy or reticence about divulging information"], ["close", "inclined to secrecy or reticence about divulging information"], ["secretive", "inclined to secrecy or reticence about divulging information"], ["tightlipped", "inclined to secrecy or reticence about divulging information"]]}, {"answer": "closemouthed", "hint": "synonyms for closemouthed", "clues": [["closelipped", "inclined to secrecy or reticence about divulging information"], ["close", "inclined to secrecy or reticence about divulging information"], ["secretive", "inclined to secrecy or reticence about divulging information"], ["tightlipped", "inclined to secrecy or reticence about divulging information"]]}, {"answer": "clothed", "hint": "synonyms for clothed", "clues": [["draped", "covered with or as if with clothes or a wrap or cloak"], ["mantled", "covered with or as if with clothes or a wrap or cloak"], ["cloaked", "covered with or as if with clothes or a wrap or cloak"], ["clad", "wearing or provided with clothing; sometimes used in combination; - Bible"], ["wrapped", "covered with or as if with clothes or a wrap or cloak"]]}, {"answer": "clouded", "hint": "synonyms for clouded", "clues": [["blurred", "unclear in form or expression; ; - H.G.Wells"], ["cloud-covered", "filled or abounding with clouds"], ["sunless", "filled or abounding with clouds"], ["overcast", "filled or abounding with clouds"]]}, {"answer": "cloudy", "hint": "synonyms for cloudy", "clues": [["nebulose", "lacking definite form or limits; - H.T.Moore"], ["muddy", "(of liquids) clouded as with sediment"], ["turbid", "(of liquids) clouded as with sediment"], ["murky", "(of liquids) clouded as with sediment"], ["mirky", "(of liquids) clouded as with sediment"]]}, {"answer": "clubby", "hint": "synonyms for clubby", "clues": [["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clubbish", "effusively sociable"], ["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"]]}, {"answer": "clumsy", "hint": "synonyms for clumsy", "clues": [["awkward", "not elegant or graceful in expression"], ["incompetent", "showing lack of skill or aptitude"], ["clunky", "lacking grace in movement or posture"], ["unwieldy", "lacking grace in movement or posture"], ["inapt", "not elegant or graceful in expression"], ["cumbersome", "not elegant or graceful in expression"], ["bungling", "showing lack of skill or aptitude"], ["ill-chosen", "not elegant or graceful in expression"], ["bunglesome", "difficult to handle or manage especially because of shape"], ["ungainly", "lacking grace in movement or posture"], ["fumbling", "showing lack of skill or aptitude"], ["inept", "not elegant or graceful in expression"], ["gawky", "lacking grace in movement or posture"]]}, {"answer": "clunky", "hint": "synonyms for clunky", "clues": [["unwieldy", "lacking grace in movement or posture"], ["clumsy", "lacking grace in movement or posture"], ["gawky", "lacking grace in movement or posture"], ["ungainly", "lacking grace in movement or posture"]]}, {"answer": "co-occurrent", "hint": "synonyms for co-occurrent", "clues": [["coincidental", "occurring or operating at the same time"], ["cooccurring", "occurring or operating at the same time"], ["simultaneous", "occurring or operating at the same time"], ["concurrent", "occurring or operating at the same time"], ["coinciding", "occurring or operating at the same time"]]}, {"answer": "co-ordinated", "hint": "synonyms for co-ordinated", "clues": [["coordinated", "intentionally matched"], ["unified", "operating as a unit"], ["interconnected", "operating as a unit"], ["matching", "intentionally matched"]]}, {"answer": "coagulated", "hint": "synonyms for coagulated", "clues": [["coagulate", "transformed from a liquid into a soft semisolid or solid mass"], ["curdled", "transformed from a liquid into a soft semisolid or solid mass"], ["solidified", "changed into a solid mass"], ["grumose", "transformed from a liquid into a soft semisolid or solid mass"]]}, {"answer": "coal-black", "hint": "synonyms for coal-black", "clues": [["sooty", "of the blackest black; similar to the color of jet or coal"], ["jet-black", "of the blackest black; similar to the color of jet or coal"], ["pitchy", "of the blackest black; similar to the color of jet or coal"], ["jet", "of the blackest black; similar to the color of jet or coal"]]}, {"answer": "coarse", "hint": "synonyms for coarse", "clues": [["harsh", "of textures that are rough to the touch or substances consisting of relatively large particles"], ["vulgar", "lacking refinement or cultivation or taste"], ["common", "lacking refinement or cultivation or taste"], ["rough-cut", "lacking refinement or cultivation or taste"], ["uncouth", "lacking refinement or cultivation or taste"]]}, {"answer": "coarse-grained", "hint": "synonyms for coarse-grained", "clues": [["mealy", "composed of or covered with particles resembling meal in texture or consistency"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency"], ["large-grained", "not having a fine texture"], ["farinaceous", "composed of or covered with particles resembling meal in texture or consistency"], ["granular", "composed of or covered with particles resembling meal in texture or consistency"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency"]]}, {"answer": "cobwebby", "hint": "synonyms for cobwebby", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["gauze-like", "so thin as to transmit light"], ["vapourous", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "cock-a-hoop", "hint": "synonyms for cock-a-hoop", "clues": [["self-aggrandising", "exhibiting self-importance"], ["boastful", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["bragging", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["crowing", "exhibiting self-importance"]]}, {"answer": "cockamamie", "hint": "synonyms for cockamamie", "clues": [["sappy", "ludicrous, foolish"], ["whacky", "ludicrous, foolish"], ["goofy", "ludicrous, foolish"], ["cockamamy", "ludicrous, foolish"], ["zany", "ludicrous, foolish"], ["silly", "ludicrous, foolish"]]}, {"answer": "cockamamy", "hint": "synonyms for cockamamy", "clues": [["cockamamie", "ludicrous, foolish"], ["sappy", "ludicrous, foolish"], ["whacky", "ludicrous, foolish"], ["goofy", "ludicrous, foolish"], ["zany", "ludicrous, foolish"], ["silly", "ludicrous, foolish"]]}, {"answer": "cockeyed", "hint": "synonyms for cockeyed", "clues": [["pixilated", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["wonky", "turned or twisted toward one side; - G.K.Chesterton"], ["askew", "turned or twisted toward one side; - G.K.Chesterton"], ["idiotic", "incongruous;inviting ridicule"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["slopped", "very drunk"], ["absurd", "incongruous;inviting ridicule"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["plastered", "very drunk"], ["derisory", "incongruous;inviting ridicule"], ["awry", "turned or twisted toward one side; - G.K.Chesterton"], ["ludicrous", "incongruous;inviting ridicule"], ["sloshed", "very drunk"], ["laughable", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["tight", "very drunk"], ["pissed", "very drunk"], ["ridiculous", "incongruous;inviting ridicule"], ["wet", "very drunk"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton"], ["stiff", "very drunk"], ["sozzled", "very drunk"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton"], ["fuddled", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["preposterous", "incongruous;inviting ridicule"], ["soused", "very drunk"]]}, {"answer": "cognate", "hint": "synonyms for cognate", "clues": [["connate", "related in nature"], ["kin", "related by blood"], ["consanguine", "related by blood"], ["blood-related", "related by blood"]]}, {"answer": "coherent", "hint": "synonyms for coherent", "clues": [["tenacious", "sticking together"], ["logical", "capable of thinking and expressing yourself in a clear and consistent manner"], ["ordered", "marked by an orderly, logical, and aesthetically consistent relation of parts"], ["lucid", "capable of thinking and expressing yourself in a clear and consistent manner"], ["consistent", "marked by an orderly, logical, and aesthetically consistent relation of parts"]]}, {"answer": "coiling", "hint": "synonyms for coiling", "clues": [["voluted", "in the shape of a coil"], ["spiraling", "in the shape of a coil"], ["helical", "in the shape of a coil"], ["turbinate", "in the shape of a coil"], ["whorled", "in the shape of a coil"]]}, {"answer": "coincident", "hint": "synonyms for coincident", "clues": [["coincidental", "occurring or operating at the same time"], ["cooccurring", "occurring or operating at the same time"], ["simultaneous", "occurring or operating at the same time"], ["concurrent", "occurring or operating at the same time"], ["coinciding", "occurring or operating at the same time"], ["co-occurrent", "occurring or operating at the same time"]]}, {"answer": "coincidental", "hint": "synonyms for coincidental", "clues": [["coincident", "occurring or operating at the same time"], ["cooccurring", "occurring or operating at the same time"], ["simultaneous", "occurring or operating at the same time"], ["concurrent", "occurring or operating at the same time"], ["coinciding", "occurring or operating at the same time"], ["co-occurrent", "occurring or operating at the same time"]]}, {"answer": "coinciding", "hint": "synonyms for coinciding", "clues": [["coincidental", "occurring or operating at the same time"], ["cooccurring", "occurring or operating at the same time"], ["simultaneous", "occurring or operating at the same time"], ["concurrent", "occurring or operating at the same time"], ["co-occurrent", "occurring or operating at the same time"]]}, {"answer": "cold", "hint": "synonyms for cold", "clues": [["moth-eaten", "lacking originality or spontaneity; no longer new"], ["dusty", "lacking originality or spontaneity; no longer new"], ["stale", "lacking originality or spontaneity; no longer new"], ["inhuman", "without compunction or human feeling"], ["cold-blooded", "without compunction or human feeling"], ["insensate", "without compunction or human feeling"], ["frigid", "sexually unresponsive"]]}, {"answer": "collateral", "hint": "synonyms for collateral", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["indirect", "descended from a common ancestor but through different lines"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "collected", "hint": "synonyms for collected", "clues": [["gathered", "brought together in one place"], ["equanimous", "in full control of your faculties"], ["self-contained", "in full control of your faculties"], ["self-possessed", "in full control of your faculties"], ["poised", "in full control of your faculties"], ["self-collected", "in full control of your faculties"]]}, {"answer": "colored", "hint": "synonyms for colored", "clues": [["coloured", "(used of color) artificially produced; not natural"], ["dark-skinned", "having skin rich in melanin pigments"], ["colorful", "having color or a certain color; sometimes used in combination"], ["one-sided", "favoring one person or side over another"], ["slanted", "favoring one person or side over another"], ["biased", "favoring one person or side over another"], ["non-white", "having skin rich in melanin pigments"], ["dyed", "(used of color) artificially produced; not natural"], ["bleached", "(used of color) artificially produced; not natural"], ["dark", "having skin rich in melanin pigments"]]}, {"answer": "coloured", "hint": "synonyms for coloured", "clues": [["colored", "having color or a certain color; sometimes used in combination"], ["one-sided", "favoring one person or side over another"], ["colorful", "having color or a certain color; sometimes used in combination"], ["dark-skinned", "having skin rich in melanin pigments"], ["slanted", "favoring one person or side over another"], ["biased", "favoring one person or side over another"], ["non-white", "having skin rich in melanin pigments"], ["dyed", "(used of color) artificially produced; not natural"], ["bleached", "(used of color) artificially produced; not natural"], ["dark", "having skin rich in melanin pigments"]]}, {"answer": "coltish", "hint": "synonyms for coltish", "clues": [["rollicking", "given to merry frolicking"], ["frolicsome", "given to merry frolicking"], ["sportive", "given to merry frolicking"], ["frolicky", "given to merry frolicking"]]}, {"answer": "combative", "hint": "synonyms for combative", "clues": [["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["battleful", "having or showing a ready disposition to fight"], ["bellicose", "having or showing a ready disposition to fight"], ["agonistic", "striving to overcome in argument"], ["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"]]}, {"answer": "combinatory", "hint": "synonyms for combinatory", "clues": [["combinational", "able to or tending to combine"], ["combinative", "relating to or involving combinations"], ["combinatorial", "relating to or involving combinations"], ["combinable", "able to or tending to combine"]]}, {"answer": "comely", "hint": "synonyms for comely", "clues": [["sightly", "very pleasing to the eye"], ["seemly", "according with custom or propriety"], ["becoming", "according with custom or propriety"], ["comme il faut", "according with custom or propriety"], ["bonnie", "very pleasing to the eye"], ["decorous", "according with custom or propriety"], ["decent", "according with custom or propriety"], ["fair", "very pleasing to the eye"], ["bonny", "very pleasing to the eye"]]}, {"answer": "comfortable", "hint": "synonyms for comfortable", "clues": [["well-heeled", "in fortunate circumstances financially; moderately rich"], ["comfy", "providing or experiencing physical well-being or relief (`comfy' is informal)"], ["prosperous", "in fortunate circumstances financially; moderately rich"], ["well-to-do", "in fortunate circumstances financially; moderately rich"], ["well-off", "in fortunate circumstances financially; moderately rich"], ["easy", "in fortunate circumstances financially; moderately rich"], ["well-situated", "in fortunate circumstances financially; moderately rich"], ["well-fixed", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "comforting", "hint": "synonyms for comforting", "clues": [["consoling", "affording comfort or solace"], ["satisfying", "providing freedom from worry"], ["consolatory", "affording comfort or solace"], ["cheering", "providing freedom from worry"]]}, {"answer": "comic", "hint": "synonyms for comic", "clues": [["mirthful", "arousing or provoking laughter"], ["funny", "arousing or provoking laughter"], ["risible", "arousing or provoking laughter"], ["laughable", "arousing or provoking laughter"], ["amusing", "arousing or provoking laughter"], ["comical", "arousing or provoking laughter"]]}, {"answer": "comical", "hint": "synonyms for comical", "clues": [["mirthful", "arousing or provoking laughter"], ["comic", "arousing or provoking laughter"], ["risible", "arousing or provoking laughter"], ["funny", "arousing or provoking laughter"], ["laughable", "arousing or provoking laughter"], ["amusing", "arousing or provoking laughter"]]}, {"answer": "comme_il_faut", "hint": "synonyms for comme il faut", "clues": [["seemly", "according with custom or propriety"], ["comely", "according with custom or propriety"], ["becoming", "according with custom or propriety"], ["decorous", "according with custom or propriety"], ["decent", "according with custom or propriety"]]}, {"answer": "common", "hint": "synonyms for common", "clues": [["vernacular", "being or characteristic of or appropriate to everyday language"], ["unwashed", "of or associated with the great masses of people"], ["usual", "commonly encountered"], ["coarse", "of low or inferior quality or value; - Shakespeare"], ["vulgar", "lacking refinement or cultivation or taste"], ["rough-cut", "lacking refinement or cultivation or taste"], ["uncouth", "lacking refinement or cultivation or taste"], ["plebeian", "of or associated with the great masses of people"], ["mutual", "common to or shared by two or more parties"]]}, {"answer": "commonplace", "hint": "synonyms for commonplace", "clues": [["unglamorous", "not challenging; dull and lacking excitement"], ["hackneyed", "repeated too often; overfamiliar through overuse"], ["prosaic", "not challenging; dull and lacking excitement"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["humdrum", "not challenging; dull and lacking excitement"], ["banal", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "communicable", "hint": "synonyms for communicable", "clues": [["contractable", "(of disease) capable of being transmitted by infection"], ["transmissible", "(of disease) capable of being transmitted by infection"], ["contagious", "(of disease) capable of being transmitted by infection"], ["catching", "(of disease) capable of being transmitted by infection"], ["transmittable", "(of disease) capable of being transmitted by infection"]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["heavyset", "having a short and solid form or stature"], ["succinct", "briefly giving the gist of something"], ["thick", "having a short and solid form or stature"], ["thickset", "having a short and solid form or stature"], ["summary", "briefly giving the gist of something"], ["stocky", "having a short and solid form or stature"], ["compendious", "briefly giving the gist of something"]]}, {"answer": "compensable", "hint": "synonyms for compensable", "clues": [["paying", "for which money is paid"], ["stipendiary", "for which money is paid"], ["salaried", "for which money is paid"], ["remunerative", "for which money is paid"]]}, {"answer": "competitive", "hint": "synonyms for competitive", "clues": [["militant", "showing a fighting disposition"], ["private-enterprise", "subscribing to capitalistic competition"], ["free-enterprise", "subscribing to capitalistic competition"], ["competitory", "involving competition or competitiveness"]]}, {"answer": "complete", "hint": "synonyms for complete", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["ended", "having come or been brought to a conclusion"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["accomplished", "highly skilled"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["concluded", "having come or been brought to a conclusion"], ["over", "having come or been brought to a conclusion"], ["terminated", "having come or been brought to a conclusion"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"], ["all over", "having come or been brought to a conclusion"]]}, {"answer": "complimentary", "hint": "synonyms for complimentary", "clues": [["gratuitous", "costing nothing"], ["free", "costing nothing"], ["gratis", "costing nothing"], ["costless", "costing nothing"]]}, {"answer": "conceited", "hint": "synonyms for conceited", "clues": [["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance"]]}, {"answer": "concluded", "hint": "synonyms for concluded", "clues": [["over", "having come or been brought to a conclusion"], ["ended", "having come or been brought to a conclusion"], ["complete", "having come or been brought to a conclusion"], ["terminated", "having come or been brought to a conclusion"], ["all over", "having come or been brought to a conclusion"]]}, {"answer": "concomitant", "hint": "synonyms for concomitant", "clues": [["resultant", "following or accompanying as a consequence"], ["sequent", "following or accompanying as a consequence"], ["consequent", "following or accompanying as a consequence"], ["incidental", "following or accompanying as a consequence"], ["ensuant", "following or accompanying as a consequence"], ["accompanying", "following or accompanying as a consequence"], ["attendant", "following or accompanying as a consequence"]]}, {"answer": "concordant", "hint": "synonyms for concordant", "clues": [["accordant", "in keeping"], ["agreeable", "in keeping"], ["consonant", "in keeping"], ["concurring", "being of the same opinion"], ["conformable", "in keeping"]]}, {"answer": "concurrent", "hint": "synonyms for concurrent", "clues": [["coincident", "occurring or operating at the same time"], ["cooccurring", "occurring or operating at the same time"], ["simultaneous", "occurring or operating at the same time"], ["coinciding", "occurring or operating at the same time"], ["co-occurrent", "occurring or operating at the same time"]]}, {"answer": "condemnable", "hint": "synonyms for condemnable", "clues": [["reprehensible", "bringing or deserving severe rebuke or censure"], ["criminal", "bringing or deserving severe rebuke or censure"], ["vicious", "bringing or deserving severe rebuke or censure"], ["deplorable", "bringing or deserving severe rebuke or censure"]]}, {"answer": "conducive", "hint": "synonyms for conducive", "clues": [["contributing", "tending to bring about; being partly responsible for"], ["contributory", "tending to bring about; being partly responsible for"], ["contributive", "tending to bring about; being partly responsible for"], ["tributary", "tending to bring about; being partly responsible for"]]}, {"answer": "confining", "hint": "synonyms for confining", "clues": [["constrictive", "restricting the scope or freedom of action"], ["close", "crowded"], ["constraining", "restricting the scope or freedom of action"], ["restricting", "restricting the scope or freedom of action"], ["limiting", "restricting the scope or freedom of action"]]}, {"answer": "confirmative", "hint": "synonyms for confirmative", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "confirmatory", "hint": "synonyms for confirmatory", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"]]}, {"answer": "confirming", "hint": "synonyms for confirming", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["positive", "indicating existence or presence of a suspected condition or pathogen"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "conformable", "hint": "synonyms for conformable", "clues": [["accordant", "in keeping"], ["agreeable", "in keeping"], ["consonant", "in keeping"], ["concordant", "in keeping"], ["amenable", "disposed or willing to comply"]]}, {"answer": "confounded", "hint": "synonyms for confounded", "clues": [["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "confused", "hint": "synonyms for confused", "clues": [["disordered", "thrown into a state of disarray or confusion"], ["disoriented", "having lost your bearings; confused as to time or place or personal identity"], ["scattered", "lacking orderly continuity"], ["garbled", "lacking orderly continuity"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["broken", "thrown into a state of disarray or confusion"], ["unconnected", "lacking orderly continuity"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["illogical", "lacking orderly continuity"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["disconnected", "lacking orderly continuity"], ["upset", "thrown into a state of disarray or confusion"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "conjectural", "hint": "synonyms for conjectural", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence"], ["hypothetical", "based primarily on surmise rather than adequate evidence"], ["supposed", "based primarily on surmise rather than adequate evidence"], ["suppositious", "based primarily on surmise rather than adequate evidence"], ["suppositional", "based primarily on surmise rather than adequate evidence"]]}, {"answer": "conniving", "hint": "synonyms for conniving", "clues": [["collusive", "acting together in secret toward a fraudulent or illegal end"], ["scheming", "used of persons"], ["calculative", "used of persons"], ["shrewd", "used of persons"], ["calculating", "used of persons"]]}, {"answer": "consanguine", "hint": "synonyms for consanguine", "clues": [["kin", "related by blood"], ["consanguineal", "related by blood"], ["cognate", "related by blood"], ["consanguineous", "related by blood"], ["blood-related", "related by blood"]]}, {"answer": "consanguineal", "hint": "synonyms for consanguineal", "clues": [["kin", "related by blood"], ["consanguine", "related by blood"], ["cognate", "related by blood"], ["blood-related", "related by blood"]]}, {"answer": "consanguineous", "hint": "synonyms for consanguineous", "clues": [["kin", "related by blood"], ["consanguine", "related by blood"], ["cognate", "related by blood"], ["blood-related", "related by blood"]]}, {"answer": "consecrated", "hint": "synonyms for consecrated", "clues": [["consecrate", "solemnly dedicated to or set apart for a high purpose"], ["dedicated", "solemnly dedicated to or set apart for a high purpose"], ["sanctified", "made or declared or believed to be holy; devoted to a deity or some religious ceremony or use"], ["sacred", "made or declared or believed to be holy; devoted to a deity or some religious ceremony or use"]]}, {"answer": "consecutive", "hint": "synonyms for consecutive", "clues": [["sequent", "in regular succession without gaps"], ["successive", "in regular succession without gaps"], ["back-to-back", "one after the other"], ["straight", "successive (without a break)"], ["sequential", "in regular succession without gaps"], ["serial", "in regular succession without gaps"]]}, {"answer": "consequent", "hint": "synonyms for consequent", "clues": [["resultant", "following or accompanying as a consequence"], ["sequent", "following or accompanying as a consequence"], ["concomitant", "following or accompanying as a consequence"], ["incidental", "following or accompanying as a consequence"], ["ensuant", "following or accompanying as a consequence"], ["accompanying", "following or accompanying as a consequence"], ["attendant", "following or accompanying as a consequence"]]}, {"answer": "conservative", "hint": "synonyms for conservative", "clues": [["buttoned-down", "unimaginatively conventional; - Newsweek"], ["materialistic", "conforming to the standards and conventions of the middle class"], ["cautious", "avoiding excess"], ["bourgeois", "conforming to the standards and conventions of the middle class"]]}, {"answer": "consistent", "hint": "synonyms for consistent", "clues": [["logical", "marked by an orderly, logical, and aesthetically consistent relation of parts"], ["uniform", "the same throughout in structure or composition"], ["reproducible", "capable of being reproduced"], ["ordered", "marked by an orderly, logical, and aesthetically consistent relation of parts"], ["coherent", "marked by an orderly, logical, and aesthetically consistent relation of parts"]]}, {"answer": "consonant", "hint": "synonyms for consonant", "clues": [["agreeable", "in keeping"], ["harmonic", "involving or characterized by harmony"], ["concordant", "in keeping"], ["conformable", "in keeping"], ["harmonized", "involving or characterized by harmony"], ["accordant", "in keeping"]]}, {"answer": "constant", "hint": "synonyms for constant", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing"], ["incessant", "uninterrupted in time and indefinitely long continuing"], ["invariant", "unvarying in nature"], ["unceasing", "uninterrupted in time and indefinitely long continuing"], ["changeless", "unvarying in nature"], ["unremitting", "uninterrupted in time and indefinitely long continuing"], ["perpetual", "uninterrupted in time and indefinitely long continuing"], ["ceaseless", "uninterrupted in time and indefinitely long continuing"], ["unvarying", "unvarying in nature"]]}, {"answer": "constitutional", "hint": "synonyms for constitutional", "clues": [["integral", "existing as an essential constituent or characteristic"], ["inbuilt", "existing as an essential constituent or characteristic"], ["inherent", "existing as an essential constituent or characteristic"], ["organic", "constitutional in the structure of something (especially your physical makeup)"], ["constitutive", "constitutional in the structure of something (especially your physical makeup)"], ["built-in", "existing as an essential constituent or characteristic"], ["constituent", "constitutional in the structure of something (especially your physical makeup)"]]}, {"answer": "constraining", "hint": "synonyms for constraining", "clues": [["confining", "restricting the scope or freedom of action"], ["restricting", "restricting the scope or freedom of action"], ["constrictive", "restricting the scope or freedom of action"], ["limiting", "restricting the scope or freedom of action"]]}, {"answer": "constrictive", "hint": "synonyms for constrictive", "clues": [["constricting", "(of circumstances) tending to constrict freedom"], ["constraining", "restricting the scope or freedom of action"], ["confining", "restricting the scope or freedom of action"], ["restricting", "restricting the scope or freedom of action"], ["limiting", "restricting the scope or freedom of action"], ["narrowing", "(of circumstances) tending to constrict freedom"]]}, {"answer": "consummate", "hint": "synonyms for consummate", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "perfect and complete in every respect; having all necessary qualities"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["masterful", "having or revealing supreme mastery or skill"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"], ["masterly", "having or revealing supreme mastery or skill"], ["virtuoso", "having or revealing supreme mastery or skill"]]}, {"answer": "contagious", "hint": "synonyms for contagious", "clues": [["contractable", "(of disease) capable of being transmitted by infection"], ["transmissible", "(of disease) capable of being transmitted by infection"], ["catching", "(of disease) capable of being transmitted by infection"], ["transmittable", "(of disease) capable of being transmitted by infection"], ["communicable", "(of disease) capable of being transmitted by infection"]]}, {"answer": "contemplative", "hint": "synonyms for contemplative", "clues": [["broody", "deeply or seriously thoughtful"], ["brooding", "deeply or seriously thoughtful"], ["reflective", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "contentious", "hint": "synonyms for contentious", "clues": [["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"]]}, {"answer": "conterminous", "hint": "synonyms for conterminous", "clues": [["contiguous", "having a common boundary or edge; abutting; touching"], ["neighboring", "having a common boundary or edge; abutting; touching"], ["adjacent", "having a common boundary or edge; abutting; touching"], ["coextensive", "being of equal extent or scope or duration"], ["coterminous", "being of equal extent or scope or duration"]]}, {"answer": "contiguous", "hint": "synonyms for contiguous", "clues": [["neighboring", "having a common boundary or edge; abutting; touching"], ["adjacent", "having a common boundary or edge; abutting; touching"], ["conterminous", "connecting without a break; within a common boundary"], ["immediate", "very close or connected in space or time"]]}, {"answer": "contingent", "hint": "synonyms for contingent", "clues": [["contingent upon", "determined by conditions or circumstances that follow"], ["dependant upon", "determined by conditions or circumstances that follow"], ["depending on", "determined by conditions or circumstances that follow"], ["dependent on", "determined by conditions or circumstances that follow"]]}, {"answer": "contingent_on", "hint": "synonyms for contingent on", "clues": [["contingent upon", "determined by conditions or circumstances that follow"], ["dependant upon", "determined by conditions or circumstances that follow"], ["contingent", "determined by conditions or circumstances that follow"], ["depending on", "determined by conditions or circumstances that follow"], ["dependent on", "determined by conditions or circumstances that follow"]]}, {"answer": "contingent_upon", "hint": "synonyms for contingent upon", "clues": [["contingent on", "determined by conditions or circumstances that follow"], ["dependant upon", "determined by conditions or circumstances that follow"], ["depending on", "determined by conditions or circumstances that follow"], ["dependent on", "determined by conditions or circumstances that follow"]]}, {"answer": "continuant", "hint": "synonyms for continuant", "clues": [["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"]]}, {"answer": "contraband", "hint": "synonyms for contraband", "clues": [["bootleg", "distributed or sold illicitly"], ["smuggled", "distributed or sold illicitly"], ["black", "distributed or sold illicitly"], ["black-market", "distributed or sold illicitly"]]}, {"answer": "contractable", "hint": "synonyms for contractable", "clues": [["transmissible", "(of disease) capable of being transmitted by infection"], ["contagious", "(of disease) capable of being transmitted by infection"], ["catching", "(of disease) capable of being transmitted by infection"], ["transmittable", "(of disease) capable of being transmitted by infection"], ["communicable", "(of disease) capable of being transmitted by infection"]]}, {"answer": "contradictory", "hint": "synonyms for contradictory", "clues": [["self-contradictory", "in disagreement; ; - John Morley"], ["confounding", "that confounds or contradicts or confuses"], ["conflicting", "in disagreement; ; - John Morley"], ["at odds", "in disagreement; ; - John Morley"], ["mutually exclusive", "unable to be both true at the same time"]]}, {"answer": "contrary", "hint": "synonyms for contrary", "clues": [["obstinate", "resistant to guidance or discipline"], ["perverse", "resistant to guidance or discipline"], ["wayward", "resistant to guidance or discipline"], ["adverse", "in an opposing direction"]]}, {"answer": "contributing", "hint": "synonyms for contributing", "clues": [["contributory", "tending to bring about; being partly responsible for"], ["contributive", "tending to bring about; being partly responsible for"], ["conducive", "tending to bring about; being partly responsible for"], ["tributary", "tending to bring about; being partly responsible for"]]}, {"answer": "contributive", "hint": "synonyms for contributive", "clues": [["contributing", "tending to bring about; being partly responsible for"], ["contributory", "tending to bring about; being partly responsible for"], ["conducive", "tending to bring about; being partly responsible for"], ["tributary", "tending to bring about; being partly responsible for"]]}, {"answer": "contributory", "hint": "synonyms for contributory", "clues": [["contributing", "tending to bring about; being partly responsible for"], ["contributive", "tending to bring about; being partly responsible for"], ["conducive", "tending to bring about; being partly responsible for"], ["tributary", "tending to bring about; being partly responsible for"]]}, {"answer": "conventional", "hint": "synonyms for conventional", "clues": [["established", "conforming with accepted standards"], ["formal", "represented in simplified or symbolic form"], ["ceremonious", "rigidly formal or bound by convention"], ["schematic", "represented in simplified or symbolic form"]]}, {"answer": "convertible", "hint": "synonyms for convertible", "clues": [["transformable", "capable of being changed in substance as if by alchemy"], ["transmutable", "capable of being changed in substance as if by alchemy"], ["exchangeable", "capable of being exchanged for or replaced by something of equal value"], ["translatable", "capable of being changed in substance as if by alchemy"]]}, {"answer": "convoluted", "hint": "synonyms for convoluted", "clues": [["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["convolute", "rolled longitudinally upon itself"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"]]}, {"answer": "cooccurring", "hint": "synonyms for cooccurring", "clues": [["coincidental", "occurring or operating at the same time"], ["simultaneous", "occurring or operating at the same time"], ["concurrent", "occurring or operating at the same time"], ["coinciding", "occurring or operating at the same time"], ["co-occurrent", "occurring or operating at the same time"]]}, {"answer": "cooperative", "hint": "synonyms for cooperative", "clues": [["accommodative", "willing to adjust to differences in order to obtain agreement"], ["concerted", "involving the joint activity of two or more"], ["conjunct", "involving the joint activity of two or more"], ["conjunctive", "involving the joint activity of two or more"]]}, {"answer": "coordinated", "hint": "synonyms for coordinated", "clues": [["co-ordinated", "intentionally matched"], ["interconnected", "operating as a unit"], ["matching", "intentionally matched"], ["unified", "operating as a unit"]]}, {"answer": "copious", "hint": "synonyms for copious", "clues": [["rich", "affording an abundant supply"], ["voluminous", "large in number or quantity (especially of discourse)"], ["plentiful", "affording an abundant supply"], ["plenteous", "affording an abundant supply"], ["ample", "affording an abundant supply"]]}, {"answer": "corking", "hint": "synonyms for corking", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "corporal", "hint": "synonyms for corporal", "clues": [["bodied", "possessing or existing in bodily form; - Shakespeare"], ["corporeal", "affecting or characteristic of the body as opposed to the mind or spirit"], ["corporate", "possessing or existing in bodily form; - Shakespeare"], ["somatic", "affecting or characteristic of the body as opposed to the mind or spirit"], ["incarnate", "possessing or existing in bodily form; - Shakespeare"], ["bodily", "affecting or characteristic of the body as opposed to the mind or spirit"]]}, {"answer": "corporate", "hint": "synonyms for corporate", "clues": [["bodied", "possessing or existing in bodily form; - Shakespeare"], ["corporal", "possessing or existing in bodily form; - Shakespeare"], ["incorporated", "organized and maintained as a legal corporation"], ["incarnate", "possessing or existing in bodily form; - Shakespeare"], ["collective", "done by or characteristic of individuals acting together"]]}, {"answer": "corporeal", "hint": "synonyms for corporeal", "clues": [["material", "having material or physical form or substance; - Benjamin Jowett"], ["somatic", "affecting or characteristic of the body as opposed to the mind or spirit"], ["bodily", "affecting or characteristic of the body as opposed to the mind or spirit"], ["corporal", "affecting or characteristic of the body as opposed to the mind or spirit"]]}, {"answer": "corroborative", "hint": "synonyms for corroborative", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "corroboratory", "hint": "synonyms for corroboratory", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "corrosive", "hint": "synonyms for corrosive", "clues": [["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["vitriolic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["caustic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"]]}, {"answer": "corruptible", "hint": "synonyms for corruptible", "clues": [["purchasable", "capable of being corrupted"], ["venal", "capable of being corrupted"], ["bribable", "capable of being corrupted"], ["dishonest", "capable of being corrupted"]]}, {"answer": "coruscant", "hint": "synonyms for coruscant", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["fulgid", "having brief brilliant points or flashes of light"]]}, {"answer": "cosmopolitan", "hint": "synonyms for cosmopolitan", "clues": [["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley"], ["general", "of worldwide scope or applicability; ; - Christopher Morley"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley"], ["widely distributed", "growing or occurring in many parts of the world"]]}, {"answer": "costless", "hint": "synonyms for costless", "clues": [["gratuitous", "costing nothing"], ["gratis", "costing nothing"], ["complimentary", "costing nothing"], ["free", "costing nothing"]]}, {"answer": "costly", "hint": "synonyms for costly", "clues": [["high-priced", "having a high price"], ["pricy", "having a high price"], ["dearly-won", "entailing great loss or sacrifice"], ["dear", "having a high price"]]}, {"answer": "countless", "hint": "synonyms for countless", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "covetous", "hint": "synonyms for covetous", "clues": [["jealous", "showing extreme cupidity; painfully desirous of another's advantages"], ["prehensile", "immoderately desirous of acquiring e.g. wealth"], ["greedy", "immoderately desirous of acquiring e.g. wealth"], ["grabby", "immoderately desirous of acquiring e.g. wealth"], ["avaricious", "immoderately desirous of acquiring e.g. wealth"], ["grasping", "immoderately desirous of acquiring e.g. wealth"], ["envious", "showing extreme cupidity; painfully desirous of another's advantages"]]}, {"answer": "cozy", "hint": "synonyms for cozy", "clues": [["cosy", "enjoying or affording comforting warmth and shelter especially in a small space"], ["snug", "enjoying or affording comforting warmth and shelter especially in a small space"], ["intimate", "having or fostering a warm or friendly and informal atmosphere"], ["informal", "having or fostering a warm or friendly and informal atmosphere"]]}, {"answer": "crabbed", "hint": "synonyms for crabbed", "clues": [["ill-tempered", "annoyed and irritable"], ["cross", "annoyed and irritable"], ["grouchy", "annoyed and irritable"], ["bad-tempered", "annoyed and irritable"], ["fussy", "annoyed and irritable"], ["grumpy", "annoyed and irritable"], ["crabby", "annoyed and irritable"]]}, {"answer": "crabby", "hint": "synonyms for crabby", "clues": [["ill-tempered", "annoyed and irritable"], ["crabbed", "annoyed and irritable"], ["cross", "annoyed and irritable"], ["grouchy", "annoyed and irritable"], ["bad-tempered", "annoyed and irritable"], ["fussy", "annoyed and irritable"], ["grumpy", "annoyed and irritable"]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["topnotch", "of the highest quality"], ["first-rate", "of the highest quality"], ["tops", "of the highest quality"], ["super", "of the highest quality"], ["tiptop", "of the highest quality"], ["ace", "of the highest quality"]]}, {"answer": "cracked", "hint": "synonyms for cracked", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["chapped", "used of skin roughened as a result of cold or exposure"], ["roughened", "used of skin roughened as a result of cold or exposure"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["alligatored", "of paint or varnish; having the appearance of alligator hide"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "crackers", "hint": "synonyms for crackers", "clues": [["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "cracking", "hint": "synonyms for cracking", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "crafty", "hint": "synonyms for crafty", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"]]}, {"answer": "cram_full", "hint": "synonyms for cram full", "clues": [["chuck-full", "packed full to capacity"], ["chockful", "packed full to capacity"], ["chockablock", "packed full to capacity"], ["choke-full", "packed full to capacity"]]}, {"answer": "cranky", "hint": "synonyms for cranky", "clues": [["crank", "(used of boats) inclined to heel over easily under sail"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["tender", "(used of boats) inclined to heel over easily under sail"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["tippy", "(used of boats) inclined to heel over easily under sail"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "crappy", "hint": "synonyms for crappy", "clues": [["shitty", "very bad"], ["rotten", "very bad"], ["icky", "very bad"], ["lousy", "very bad"], ["stinky", "very bad"], ["stinking", "very bad"]]}, {"answer": "crashing", "hint": "synonyms for crashing", "clues": [["flaming", "informal intensifiers"], ["bally", "informal intensifiers"], ["fucking", "informal intensifiers"], ["bloody", "informal intensifiers"], ["blinking", "informal intensifiers"], ["blooming", "informal intensifiers"]]}, {"answer": "crazy", "hint": "synonyms for crazy", "clues": [["unhinged", "affected with madness or insanity"], ["brainsick", "affected with madness or insanity"], ["gaga", "intensely enthusiastic about or preoccupied with"], ["wild", "intensely enthusiastic about or preoccupied with"], ["mad", "affected with madness or insanity"], ["screwball", "foolish; totally unsound"], ["softheaded", "foolish; totally unsound"], ["demented", "affected with madness or insanity"], ["half-baked", "foolish; totally unsound"], ["disturbed", "affected with madness or insanity"], ["sick", "affected with madness or insanity"], ["unbalanced", "affected with madness or insanity"], ["dotty", "intensely enthusiastic about or preoccupied with"]]}, {"answer": "creaky", "hint": "synonyms for creaky", "clues": [["flea-bitten", "worn and broken down by hard use"], ["rheumy", "of or pertaining to arthritis"], ["decrepit", "worn and broken down by hard use"], ["run-down", "worn and broken down by hard use"], ["rheumatic", "of or pertaining to arthritis"], ["derelict", "worn and broken down by hard use"], ["screaky", "having a rasping or grating sound"], ["woebegone", "worn and broken down by hard use"], ["rheumatoid", "of or pertaining to arthritis"], ["arthritic", "of or pertaining to arthritis"]]}, {"answer": "criminal", "hint": "synonyms for criminal", "clues": [["condemnable", "bringing or deserving severe rebuke or censure"], ["deplorable", "bringing or deserving severe rebuke or censure"], ["felonious", "involving or being or having the nature of a crime"], ["reprehensible", "bringing or deserving severe rebuke or censure"], ["vicious", "bringing or deserving severe rebuke or censure"]]}, {"answer": "crimson", "hint": "synonyms for crimson", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["violent", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode"]]}, {"answer": "crinkled", "hint": "synonyms for crinkled", "clues": [["crinkly", "uneven by virtue of having wrinkles or waves"], ["wavelike", "uneven by virtue of having wrinkles or waves"], ["rippled", "uneven by virtue of having wrinkles or waves"], ["wavy", "uneven by virtue of having wrinkles or waves"]]}, {"answer": "crinkly", "hint": "synonyms for crinkly", "clues": [["wavelike", "uneven by virtue of having wrinkles or waves"], ["crinkled", "uneven by virtue of having wrinkles or waves"], ["rippled", "uneven by virtue of having wrinkles or waves"], ["wavy", "uneven by virtue of having wrinkles or waves"]]}, {"answer": "crippled", "hint": "synonyms for crippled", "clues": [["lame", "disabled in the feet or legs"], ["halt", "disabled in the feet or legs"], ["game", "disabled in the feet or legs"], ["gimpy", "disabled in the feet or legs"]]}, {"answer": "crisp", "hint": "synonyms for crisp", "clues": [["frosty", "pleasantly cold and invigorating"], ["curt", "brief and to the point; effectively cut short"], ["nipping", "pleasantly cold and invigorating"], ["kinky", "(of hair) in small tight curls"], ["frizzy", "(of hair) in small tight curls"], ["crispy", "tender and brittle"], ["snappy", "pleasantly cold and invigorating"], ["laconic", "brief and to the point; effectively cut short"], ["nippy", "pleasantly cold and invigorating"], ["sharp", "(of something seen or heard) clearly defined"], ["terse", "brief and to the point; effectively cut short"]]}, {"answer": "crocked", "hint": "synonyms for crocked", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "crookback", "hint": "synonyms for crookback", "clues": [["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"]]}, {"answer": "crookbacked", "hint": "synonyms for crookbacked", "clues": [["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["crookback", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"]]}, {"answer": "crooked", "hint": "synonyms for crooked", "clues": [["stooped", "having the back and shoulders rounded; not erect"], ["corrupt", "not straight; dishonest or immoral or evasive"], ["stooping", "having the back and shoulders rounded; not erect"], ["round-shouldered", "having the back and shoulders rounded; not erect"], ["hunched", "having the back and shoulders rounded; not erect"], ["round-backed", "having the back and shoulders rounded; not erect"], ["asymmetrical", "irregular in shape or outline"]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["grouchy", "annoyed and irritable"], ["bad-tempered", "annoyed and irritable"], ["transverse", "extending or lying across; in a crosswise direction; at right angles to the long axis"], ["fussy", "annoyed and irritable"], ["grumpy", "annoyed and irritable"], ["thwartwise", "extending or lying across; in a crosswise direction; at right angles to the long axis"], ["ill-tempered", "annoyed and irritable"], ["crabbed", "annoyed and irritable"], ["crabby", "annoyed and irritable"]]}, {"answer": "crowing", "hint": "synonyms for crowing", "clues": [["self-aggrandising", "exhibiting self-importance"], ["boastful", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["bragging", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"]]}, {"answer": "crucial", "hint": "synonyms for crucial", "clues": [["all-important", "of the greatest importance"], ["important", "of extreme importance; vital to the resolution of a crisis"], ["of the essence", "of the greatest importance"], ["essential", "of the greatest importance"]]}, {"answer": "cruddy", "hint": "synonyms for cruddy", "clues": [["smutty", "characterized by obscenity"], ["nasty", "characterized by obscenity"], ["filthy", "characterized by obscenity"], ["foul", "characterized by obscenity"]]}, {"answer": "crude", "hint": "synonyms for crude", "clues": [["rough", "not carefully or expertly made"], ["rude", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness"], ["raw", "not processed or subjected to analysis"], ["gross", "conspicuously and tastelessly indecent"], ["primitive", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness"], ["earthy", "conspicuously and tastelessly indecent"], ["blunt", "devoid of any qualifications or disguise or adornment"], ["stark", "devoid of any qualifications or disguise or adornment"], ["unrefined", "not refined or processed"], ["vulgar", "conspicuously and tastelessly indecent"], ["unprocessed", "not refined or processed"]]}, {"answer": "cruel", "hint": "synonyms for cruel", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering"]]}, {"answer": "crummy", "hint": "synonyms for crummy", "clues": [["bum", "of very poor quality; flimsy"], ["punk", "of very poor quality; flimsy"], ["cheap", "of very poor quality; flimsy"], ["chintzy", "of very poor quality; flimsy"], ["tinny", "of very poor quality; flimsy"], ["sleazy", "of very poor quality; flimsy"], ["cheesy", "of very poor quality; flimsy"]]}, {"answer": "crushed", "hint": "synonyms for crushed", "clues": [["humiliated", "subdued or brought low in condition or status"], ["broken", "subdued or brought low in condition or status"], ["low", "subdued or brought low in condition or status"], ["humbled", "subdued or brought low in condition or status"]]}, {"answer": "crusty", "hint": "synonyms for crusty", "clues": [["crusted", "having a hardened crust as a covering"], ["crustlike", "having a hardened crust as a covering"], ["curmudgeonly", "brusque and surly and forbidding"], ["ill-humoured", "brusque and surly and forbidding"], ["gruff", "brusque and surly and forbidding"]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["insistent", "demanding attention; ; ; - H.L.Mencken"], ["rank", "conspicuously and outrageously bad or reprehensible"], ["flagrant", "conspicuously and outrageously bad or reprehensible"], ["instant", "demanding attention; ; ; - H.L.Mencken"], ["clamant", "demanding attention; ; ; - H.L.Mencken"], ["egregious", "conspicuously and outrageously bad or reprehensible"], ["exigent", "demanding attention; ; ; - H.L.Mencken"], ["glaring", "conspicuously and outrageously bad or reprehensible"], ["gross", "conspicuously and outrageously bad or reprehensible"]]}, {"answer": "cryptic", "hint": "synonyms for cryptic", "clues": [["sibylline", "having a secret or hidden meaning; ; ; - John Gunther"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson"], ["deep", "of an obscure nature; ; ; ; - Rachel Carson"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson"], ["kabbalistic", "having a secret or hidden meaning; ; ; - John Gunther"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson"], ["cryptical", "having a secret or hidden meaning; ; ; - John Gunther"]]}, {"answer": "cryptical", "hint": "synonyms for cryptical", "clues": [["sibylline", "having a secret or hidden meaning; ; ; - John Gunther"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson"], ["cryptic", "having a secret or hidden meaning; ; ; - John Gunther"], ["deep", "of an obscure nature; ; ; ; - Rachel Carson"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson"], ["kabbalistic", "having a secret or hidden meaning; ; ; - John Gunther"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson"]]}, {"answer": "crystal_clear", "hint": "synonyms for crystal clear", "clues": [["limpid", "transmitting light; able to be seen through with clarity"], ["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["transparent", "transmitting light; able to be seen through with clarity"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["pellucid", "transmitting light; able to be seen through with clarity"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["crystalline", "transmitting light; able to be seen through with clarity"]]}, {"answer": "crystalline", "hint": "synonyms for crystalline", "clues": [["limpid", "transmitting light; able to be seen through with clarity"], ["crystal clear", "transmitting light; able to be seen through with clarity"], ["pellucid", "transmitting light; able to be seen through with clarity"], ["lucid", "transmitting light; able to be seen through with clarity"], ["transparent", "transmitting light; able to be seen through with clarity"]]}, {"answer": "cube-shaped", "hint": "synonyms for cube-shaped", "clues": [["cubical", "shaped like a cube"], ["cubelike", "shaped like a cube"], ["cubiform", "shaped like a cube"], ["cuboid", "shaped like a cube"]]}, {"answer": "cubelike", "hint": "synonyms for cubelike", "clues": [["cubical", "shaped like a cube"], ["cube-shaped", "shaped like a cube"], ["cubiform", "shaped like a cube"], ["cuboid", "shaped like a cube"]]}, {"answer": "cubical", "hint": "synonyms for cubical", "clues": [["cubelike", "shaped like a cube"], ["cube-shaped", "shaped like a cube"], ["cubiform", "shaped like a cube"], ["cuboid", "shaped like a cube"]]}, {"answer": "cubiform", "hint": "synonyms for cubiform", "clues": [["cubical", "shaped like a cube"], ["cubelike", "shaped like a cube"], ["cube-shaped", "shaped like a cube"], ["cuboid", "shaped like a cube"]]}, {"answer": "cuboid", "hint": "synonyms for cuboid", "clues": [["cubical", "shaped like a cube"], ["cubelike", "shaped like a cube"], ["cube-shaped", "shaped like a cube"], ["cubiform", "shaped like a cube"], ["cuboidal", "shaped like a cube"]]}, {"answer": "cuboidal", "hint": "synonyms for cuboidal", "clues": [["cubical", "shaped like a cube"], ["cubelike", "shaped like a cube"], ["cube-shaped", "shaped like a cube"], ["cubiform", "shaped like a cube"], ["cuboid", "shaped like a cube"]]}, {"answer": "culpable", "hint": "synonyms for culpable", "clues": [["blameworthy", "deserving blame or censure as being wrong or evil or injurious"], ["censurable", "deserving blame or censure as being wrong or evil or injurious"], ["blamable", "deserving blame or censure as being wrong or evil or injurious"], ["blameful", "deserving blame or censure as being wrong or evil or injurious"]]}, {"answer": "cultivated", "hint": "synonyms for cultivated", "clues": [["polite", "marked by refinement in taste and manners"], ["genteel", "marked by refinement in taste and manners"], ["civilised", "marked by refinement in taste and manners"], ["cultured", "marked by refinement in taste and manners"]]}, {"answer": "cultured", "hint": "synonyms for cultured", "clues": [["polite", "marked by refinement in taste and manners"], ["genteel", "marked by refinement in taste and manners"], ["civilised", "marked by refinement in taste and manners"], ["cultivated", "marked by refinement in taste and manners"]]}, {"answer": "cumbersome", "hint": "synonyms for cumbersome", "clues": [["ill-chosen", "not elegant or graceful in expression"], ["awkward", "not elegant or graceful in expression"], ["inept", "not elegant or graceful in expression"], ["cumbrous", "difficult to handle or use especially because of size or weight"], ["clumsy", "not elegant or graceful in expression"], ["inapt", "not elegant or graceful in expression"]]}, {"answer": "cunning", "hint": "synonyms for cunning", "clues": [["tricky", "marked by skill in deception"], ["cute", "attractive especially by means of smallness or prettiness or quaintness"], ["knavish", "marked by skill in deception"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["clever", "showing inventiveness and skill"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["ingenious", "showing inventiveness and skill"], ["crafty", "marked by skill in deception"]]}, {"answer": "curative", "hint": "synonyms for curative", "clues": [["healing", "tending to cure or restore to health"], ["therapeutic", "tending to cure or restore to health"], ["remedial", "tending to cure or restore to health"], ["sanative", "tending to cure or restore to health"], ["alterative", "tending to cure or restore to health"]]}, {"answer": "cured", "hint": "synonyms for cured", "clues": [["corned", "(used especially of meat) cured in brine"], ["recovered", "freed from illness or injury; ; ; ; - Normon Cameron"], ["healed", "freed from illness or injury; ; ; ; - Normon Cameron"], ["vulcanised", "(used of rubber) treated by a chemical or physical process to improve its properties (hardness and strength and odor and elasticity)"], ["aged", "(used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)"]]}, {"answer": "curious", "hint": "synonyms for curious", "clues": [["singular", "beyond or deviating from the usual or expected"], ["queer", "beyond or deviating from the usual or expected"], ["peculiar", "beyond or deviating from the usual or expected"], ["odd", "beyond or deviating from the usual or expected"], ["rummy", "beyond or deviating from the usual or expected"], ["funny", "beyond or deviating from the usual or expected"], ["rum", "beyond or deviating from the usual or expected"]]}, {"answer": "cursed", "hint": "synonyms for cursed", "clues": [["unsaved", "in danger of the eternal punishment of Hell"], ["doomed", "in danger of the eternal punishment of Hell"], ["unredeemed", "in danger of the eternal punishment of Hell"], ["damned", "in danger of the eternal punishment of Hell"], ["curst", "deserving a curse; sometimes used as an intensifier"]]}, {"answer": "curt", "hint": "synonyms for curt", "clues": [["brusque", "marked by rude or peremptory shortness"], ["brusk", "marked by rude or peremptory shortness"], ["short", "marked by rude or peremptory shortness"], ["laconic", "brief and to the point; effectively cut short"], ["crisp", "brief and to the point; effectively cut short"], ["terse", "brief and to the point; effectively cut short"]]}, {"answer": "curvaceous", "hint": "synonyms for curvaceous", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "curvy", "hint": "synonyms for curvy", "clues": [["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["curvey", "having curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "cuspated", "hint": "synonyms for cuspated", "clues": [["cuspidated", "having cusps or points"], ["cusped", "having cusps or points"], ["cuspate", "having cusps or points"], ["cuspidal", "having cusps or points"]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["thinned", "mixed with water"], ["trimmed", "made neat and tidy by trimming"], ["weakened", "mixed with water"], ["gelded", "(of a male animal) having the testicles removed"], ["mown", "(used of grass or vegetation) cut down with a hand implement or machine"], ["shortened", "with parts removed"], ["emasculated", "(of a male animal) having the testicles removed"], ["slashed", "(used of rates or prices) reduced usually sharply"]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["bleak", "unpleasantly cold and damp"], ["edged", "(of speech) harsh or hurtful in tone or character"], ["lancinate", "painful as if caused by a sharp instrument"], ["knifelike", "painful as if caused by a sharp instrument"], ["keen", "painful as if caused by a sharp instrument"], ["stabbing", "painful as if caused by a sharp instrument"], ["raw", "unpleasantly cold and damp"], ["stinging", "(of speech) harsh or hurtful in tone or character"], ["lancinating", "painful as if caused by a sharp instrument"], ["piercing", "painful as if caused by a sharp instrument"]]}, {"answer": "daft", "hint": "synonyms for daft", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "daily", "hint": "synonyms for daily", "clues": [["day-to-day", "of or belonging to or occurring every day"], ["day-by-day", "of or belonging to or occurring every day"], ["day-after-day", "of or belonging to or occurring every day"], ["everyday", "appropriate for ordinary or routine occasions"], ["casual", "appropriate for ordinary or routine occasions"]]}, {"answer": "dainty", "hint": "synonyms for dainty", "clues": [["twee", "affectedly dainty or refined"], ["niminy-piminy", "affectedly dainty or refined"], ["nice", "excessively fastidious and easily disgusted"], ["squeamish", "excessively fastidious and easily disgusted"], ["mincing", "affectedly dainty or refined"], ["prissy", "excessively fastidious and easily disgusted"], ["exquisite", "delicately beautiful"], ["overnice", "excessively fastidious and easily disgusted"], ["prim", "affectedly dainty or refined"]]}, {"answer": "damaging", "hint": "synonyms for damaging", "clues": [["prejudicious", "(sometimes followed by `to') causing harm or injury"], ["negative", "designed or tending to discredit, especially without positive or helpful suggestions"], ["prejudicial", "(sometimes followed by `to') causing harm or injury"], ["detrimental", "(sometimes followed by `to') causing harm or injury"]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["goddamn", "used as expletives"], ["deuced", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "damned", "hint": "synonyms for damned", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["unredeemed", "in danger of the eternal punishment of Hell"], ["unsaved", "in danger of the eternal punishment of Hell"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["doomed", "in danger of the eternal punishment of Hell"], ["cursed", "in danger of the eternal punishment of Hell"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "dandy", "hint": "synonyms for dandy", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "dangerous", "hint": "synonyms for dangerous", "clues": [["unsafe", "involving or causing danger or risk; liable to hurt or harm"], ["life-threatening", "causing fear or anxiety by threatening great harm"], ["serious", "causing fear or anxiety by threatening great harm"], ["grave", "causing fear or anxiety by threatening great harm"], ["grievous", "causing fear or anxiety by threatening great harm"], ["severe", "causing fear or anxiety by threatening great harm"]]}, {"answer": "dapper", "hint": "synonyms for dapper", "clues": [["snappy", "marked by up-to-dateness in dress and manners"], ["dashing", "marked by up-to-dateness in dress and manners"], ["natty", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["raffish", "marked by up-to-dateness in dress and manners"], ["rakish", "marked by up-to-dateness in dress and manners"], ["jaunty", "marked by up-to-dateness in dress and manners"]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["venturesome", "disposed to venture or take risks"], ["audacious", "disposed to venture or take risks"], ["avant-garde", "radically new or original"], ["venturous", "disposed to venture or take risks"]]}, {"answer": "dark", "hint": "synonyms for dark", "clues": [["sinister", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["drab", "causing dejection"], ["gloomy", "causing dejection"], ["blue", "causing dejection"], ["coloured", "having skin rich in melanin pigments"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["drear", "causing dejection"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["disconsolate", "causing dejection"], ["dismal", "causing dejection"], ["obscure", "marked by difficulty of style or expression"], ["grim", "causing dejection"], ["dark-skinned", "having skin rich in melanin pigments"], ["black", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy"], ["sorry", "causing dejection"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["non-white", "having skin rich in melanin pigments"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["benighted", "lacking enlightenment or knowledge or culture"], ["dingy", "causing dejection"]]}, {"answer": "dark-skinned", "hint": "synonyms for dark-skinned", "clues": [["non-white", "having skin rich in melanin pigments"], ["coloured", "having skin rich in melanin pigments"], ["swarthy", "naturally having skin of a dark color"], ["dusky", "naturally having skin of a dark color"], ["swart", "naturally having skin of a dark color"], ["dark", "having skin rich in melanin pigments"]]}, {"answer": "darned", "hint": "synonyms for darned", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "dashing", "hint": "synonyms for dashing", "clues": [["snappy", "marked by up-to-dateness in dress and manners"], ["jaunty", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["natty", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["raffish", "marked by up-to-dateness in dress and manners"], ["gallant", "lively and spirited"], ["rakish", "marked by up-to-dateness in dress and manners"]]}, {"answer": "dateless", "hint": "synonyms for dateless", "clues": [["undated", "not bearing a date"], ["timeless", "unaffected by time"], ["endless", "having no known beginning and presumably no end"], ["sempiternal", "having no known beginning and presumably no end"]]}, {"answer": "dauntless", "hint": "synonyms for dauntless", "clues": [["brave", "invulnerable to fear or intimidation"], ["hardy", "invulnerable to fear or intimidation"], ["fearless", "invulnerable to fear or intimidation"], ["audacious", "invulnerable to fear or intimidation"], ["unfearing", "invulnerable to fear or intimidation"], ["intrepid", "invulnerable to fear or intimidation"]]}, {"answer": "dazed", "hint": "synonyms for dazed", "clues": [["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["stupid", "in a state of mental numbness especially as resulting from shock"], ["stupefied", "in a state of mental numbness especially as resulting from shock"], ["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["stunned", "in a state of mental numbness especially as resulting from shock"]]}, {"answer": "dazzling", "hint": "synonyms for dazzling", "clues": [["blinding", "shining intensely"], ["glary", "shining intensely"], ["glaring", "shining intensely"], ["fulgurant", "amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones"], ["blazing", "shining intensely"], ["fulgurous", "amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones"], ["fulgent", "shining intensely"], ["eye-popping", "amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones"]]}, {"answer": "dead", "hint": "synonyms for dead", "clues": [["stagnant", "not circulating or flowing"], ["drained", "drained of electric charge; discharged"], ["idle", "not yielding a return"], ["all in", "very tired"], ["bushed", "very tired"], ["deadened", "devoid of physical sensation; numb"], ["utter", "complete"], ["beat", "very tired"], ["numb", "(followed by `to') not showing human feeling or sensitivity; unresponsive"]]}, {"answer": "deadening", "hint": "synonyms for deadening", "clues": [["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "deadly", "hint": "synonyms for deadly", "clues": [["pernicious", "exceedingly harmful"], ["mortal", "causing or capable of causing death"], ["pestilent", "exceedingly harmful"], ["baneful", "exceedingly harmful"], ["virulent", "extremely poisonous or injurious; producing venom"], ["venomous", "extremely poisonous or injurious; producing venom"], ["deathly", "causing or capable of causing death"], ["lethal", "of an instrument of certain death"]]}, {"answer": "deadpan", "hint": "synonyms for deadpan", "clues": [["unexpressive", "deliberately impassive in manner"], ["impassive", "deliberately impassive in manner"], ["expressionless", "deliberately impassive in manner"], ["poker-faced", "deliberately impassive in manner"]]}, {"answer": "dealt_out", "hint": "synonyms for dealt out", "clues": [["parceled out", "given out in portions"], ["doled out", "given out in portions"], ["meted out", "given out in portions"], ["apportioned", "given out in portions"]]}, {"answer": "dear", "hint": "synonyms for dear", "clues": [["earnest", "earnest"], ["high-priced", "having a high price"], ["near", "with or in a close or intimate relationship"], ["devout", "earnest"], ["heartfelt", "earnest"], ["beloved", "dearly loved"], ["good", "with or in a close or intimate relationship"], ["pricy", "having a high price"], ["darling", "dearly loved"], ["costly", "having a high price"]]}, {"answer": "debased", "hint": "synonyms for debased", "clues": [["devalued", "lowered in value"], ["adulterated", "mixed with impurities"], ["degraded", "lowered in value"], ["corrupted", "ruined in character or quality"], ["vitiated", "ruined in character or quality"]]}, {"answer": "debatable", "hint": "synonyms for debatable", "clues": [["problematic", "open to doubt or debate"], ["arguable", "open to argument or debate"], ["disputable", "capable of being disproved"], ["moot", "open to argument or debate"]]}, {"answer": "debauched", "hint": "synonyms for debauched", "clues": [["libertine", "unrestrained by convention or morality"], ["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["dissipated", "unrestrained by convention or morality"], ["fast", "unrestrained by convention or morality"]]}, {"answer": "debile", "hint": "synonyms for debile", "clues": [["rickety", "lacking bodily or muscular strength or vitality"], ["decrepit", "lacking bodily or muscular strength or vitality"], ["sapless", "lacking bodily or muscular strength or vitality"], ["infirm", "lacking bodily or muscular strength or vitality"], ["weak", "lacking bodily or muscular strength or vitality"], ["feeble", "lacking bodily or muscular strength or vitality"]]}, {"answer": "debonair", "hint": "synonyms for debonair", "clues": [["suave", "having a sophisticated charm"], ["debonnaire", "having a sophisticated charm"], ["chipper", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds"], ["jaunty", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds"]]}, {"answer": "debonaire", "hint": "synonyms for debonaire", "clues": [["suave", "having a sophisticated charm"], ["debonair", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds"], ["chipper", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds"], ["jaunty", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds"]]}, {"answer": "deceased", "hint": "synonyms for deceased", "clues": [["departed", "dead"], ["gone", "dead"], ["at peace", "dead"], ["at rest", "dead"], ["asleep", "dead"]]}, {"answer": "deceitful", "hint": "synonyms for deceitful", "clues": [["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["fallacious", "intended to deceive; ; ; - S.T.Coleridge"], ["fraudulent", "intended to deceive; ; ; - S.T.Coleridge"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "decent", "hint": "synonyms for decent", "clues": [["adequate", "sufficient for the purpose"], ["comme il faut", "according with custom or propriety"], ["seemly", "according with custom or propriety"], ["comely", "according with custom or propriety"], ["becoming", "according with custom or propriety"], ["decorous", "according with custom or propriety"], ["nice", "socially or conventionally correct; refined or virtuous"], ["enough", "sufficient for the purpose"]]}, {"answer": "declamatory", "hint": "synonyms for declamatory", "clues": [["turgid", "ostentatiously lofty in style"], ["large", "ostentatiously lofty in style"], ["bombastic", "ostentatiously lofty in style"], ["tumid", "ostentatiously lofty in style"], ["orotund", "ostentatiously lofty in style"]]}, {"answer": "decorous", "hint": "synonyms for decorous", "clues": [["comme il faut", "according with custom or propriety"], ["seemly", "according with custom or propriety"], ["comely", "according with custom or propriety"], ["becoming", "according with custom or propriety"], ["decent", "according with custom or propriety"]]}, {"answer": "decrepit", "hint": "synonyms for decrepit", "clues": [["rickety", "lacking bodily or muscular strength or vitality"], ["flea-bitten", "worn and broken down by hard use"], ["debile", "lacking bodily or muscular strength or vitality"], ["sapless", "lacking bodily or muscular strength or vitality"], ["creaky", "worn and broken down by hard use"], ["run-down", "worn and broken down by hard use"], ["weakly", "lacking bodily or muscular strength or vitality"], ["derelict", "worn and broken down by hard use"], ["woebegone", "worn and broken down by hard use"], ["infirm", "lacking bodily or muscular strength or vitality"], ["feeble", "lacking bodily or muscular strength or vitality"]]}, {"answer": "deep", "hint": "synonyms for deep", "clues": [["bass", "having or denoting a low vocal or instrumental range"], ["thick", "(of darkness) very intense"], ["rich", "strong; intense"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson"], ["cryptic", "of an obscure nature; ; ; ; - Rachel Carson"], ["abstruse", "difficult to penetrate; incomprehensible to one of ordinary understanding or knowledge"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson"], ["recondite", "difficult to penetrate; incomprehensible to one of ordinary understanding or knowledge"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson"]]}, {"answer": "defamatory", "hint": "synonyms for defamatory", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "defeated", "hint": "synonyms for defeated", "clues": [["disappointed", "disappointingly unsuccessful"], ["thwarted", "disappointingly unsuccessful"], ["frustrated", "disappointingly unsuccessful"], ["discomfited", "disappointingly unsuccessful"], ["foiled", "disappointingly unsuccessful"]]}, {"answer": "deficient", "hint": "synonyms for deficient", "clues": [["substandard", "falling short of some prescribed norm"], ["wanting", "inadequate in amount or degree"], ["inferior", "falling short of some prescribed norm"], ["insufficient", "of a quantity not able to fulfill a need or requirement"], ["lacking", "inadequate in amount or degree"]]}, {"answer": "definitive", "hint": "synonyms for definitive", "clues": [["authoritative", "of recognized authority or excellence"], ["classic", "of recognized authority or excellence"], ["unequivocal", "clearly defined or formulated; - R.B.Taney"], ["determinate", "supplying or being a final or conclusive settlement"]]}, {"answer": "deformed", "hint": "synonyms for deformed", "clues": [["misshapen", "so badly formed or out of shape as to be ugly"], ["ill-shapen", "so badly formed or out of shape as to be ugly"], ["distorted", "so badly formed or out of shape as to be ugly"], ["malformed", "so badly formed or out of shape as to be ugly"]]}, {"answer": "degenerate", "hint": "synonyms for degenerate", "clues": [["libertine", "unrestrained by convention or morality"], ["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["dissipated", "unrestrained by convention or morality"], ["fast", "unrestrained by convention or morality"], ["debauched", "unrestrained by convention or morality"]]}, {"answer": "degraded", "hint": "synonyms for degraded", "clues": [["libertine", "unrestrained by convention or morality"], ["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["devalued", "lowered in value"], ["debased", "lowered in value"], ["profligate", "unrestrained by convention or morality"], ["dissipated", "unrestrained by convention or morality"], ["fast", "unrestrained by convention or morality"], ["debauched", "unrestrained by convention or morality"]]}, {"answer": "delectable", "hint": "synonyms for delectable", "clues": [["pleasant-tasting", "extremely pleasing to the sense of taste"], ["sexually attractive", "capable of arousing desire"], ["delicious", "extremely pleasing to the sense of taste"], ["toothsome", "extremely pleasing to the sense of taste"], ["scrumptious", "extremely pleasing to the sense of taste"], ["yummy", "extremely pleasing to the sense of taste"], ["luscious", "extremely pleasing to the sense of taste"]]}, {"answer": "delicate", "hint": "synonyms for delicate", "clues": [["frail", "easily broken or damaged or destroyed"], ["soft", "easily hurt"], ["ticklish", "difficult to handle; requiring great tact"], ["fragile", "easily broken or damaged or destroyed"], ["touchy", "difficult to handle; requiring great tact"], ["finespun", "developed with extreme delicacy and subtlety"]]}, {"answer": "delicious", "hint": "synonyms for delicious", "clues": [["pleasant-tasting", "extremely pleasing to the sense of taste"], ["delectable", "extremely pleasing to the sense of taste"], ["delightful", "greatly pleasing or entertaining"], ["toothsome", "extremely pleasing to the sense of taste"], ["scrumptious", "extremely pleasing to the sense of taste"], ["yummy", "extremely pleasing to the sense of taste"], ["luscious", "extremely pleasing to the sense of taste"]]}, {"answer": "delighted", "hint": "synonyms for delighted", "clues": [["entranced", "filled with wonder and delight"], ["beguiled", "filled with wonder and delight"], ["enthralled", "filled with wonder and delight"], ["captivated", "filled with wonder and delight"], ["charmed", "filled with wonder and delight"]]}, {"answer": "delinquent", "hint": "synonyms for delinquent", "clues": [["neglectful", "failing in what duty requires"], ["overdue", "past due; not paid at the scheduled time"], ["remiss", "failing in what duty requires"], ["derelict", "failing in what duty requires"]]}, {"answer": "delirious", "hint": "synonyms for delirious", "clues": [["frantic", "marked by uncontrolled excitement or emotion"], ["hallucinating", "experiencing delirium"], ["excited", "marked by uncontrolled excitement or emotion"], ["mad", "marked by uncontrolled excitement or emotion"], ["unrestrained", "marked by uncontrolled excitement or emotion"]]}, {"answer": "deluxe", "hint": "synonyms for deluxe", "clues": [["gilded", "rich and superior in quality"], ["de luxe", "elegant and sumptuous"], ["sumptuous", "rich and superior in quality"], ["princely", "rich and superior in quality"], ["grand", "rich and superior in quality"], ["opulent", "rich and superior in quality"], ["luxe", "elegant and sumptuous"], ["luxurious", "rich and superior in quality"]]}, {"answer": "demented", "hint": "synonyms for demented", "clues": [["brainsick", "affected with madness or insanity"], ["mad", "affected with madness or insanity"], ["disturbed", "affected with madness or insanity"], ["unbalanced", "affected with madness or insanity"], ["sick", "affected with madness or insanity"], ["unhinged", "affected with madness or insanity"], ["crazy", "affected with madness or insanity"]]}, {"answer": "demode", "hint": "synonyms for demode", "clues": [["passe", "out of fashion"], ["antique", "out of fashion"], ["old-fashioned", "out of fashion"], ["old-hat", "out of fashion"], ["outmoded", "out of fashion"], ["ex", "out of fashion"]]}, {"answer": "demoniac", "hint": "synonyms for demoniac", "clues": [["berserk", "frenzied as if possessed by a demon"], ["amok", "frenzied as if possessed by a demon"], ["demoniacal", "frenzied as if possessed by a demon"], ["possessed", "frenzied as if possessed by a demon"], ["amuck", "frenzied as if possessed by a demon"]]}, {"answer": "demoniacal", "hint": "synonyms for demoniacal", "clues": [["berserk", "frenzied as if possessed by a demon"], ["amok", "frenzied as if possessed by a demon"], ["possessed", "frenzied as if possessed by a demon"], ["amuck", "frenzied as if possessed by a demon"], ["demoniac", "frenzied as if possessed by a demon"]]}, {"answer": "demonic", "hint": "synonyms for demonic", "clues": [["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["diabolic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "dendriform", "hint": "synonyms for dendriform", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "dendroid", "hint": "synonyms for dendroid", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "dendroidal", "hint": "synonyms for dendroidal", "clues": [["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["dendroid", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "denigrating", "hint": "synonyms for denigrating", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "denigrative", "hint": "synonyms for denigrative", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "denigratory", "hint": "synonyms for denigratory", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "dense", "hint": "synonyms for dense", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["thick", "hard to pass through because of dense growth"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["impenetrable", "permitting little if any light to pass through because of denseness of matter"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["heavy", "permitting little if any light to pass through because of denseness of matter"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"]]}, {"answer": "departed", "hint": "synonyms for departed", "clues": [["gone", "well in the past; former"], ["bypast", "well in the past; former"], ["bygone", "well in the past; former"], ["at peace", "dead"], ["at rest", "dead"], ["deceased", "dead"], ["foregone", "well in the past; former"], ["asleep", "dead"]]}, {"answer": "dependable", "hint": "synonyms for dependable", "clues": [["secure", "financially sound"], ["rock-steady", "consistent in performance or behavior"], ["reliable", "worthy of reliance or trust"], ["honest", "worthy of being depended on"], ["good", "financially sound"], ["safe", "financially sound"], ["true", "worthy of being depended on"], ["steady-going", "consistent in performance or behavior"]]}, {"answer": "dependant", "hint": "synonyms for dependant", "clues": [["qualified", "contingent on something else"], ["strung-out", "addicted to a drug"], ["hooked", "addicted to a drug"], ["drug-addicted", "addicted to a drug"], ["dependent", "addicted to a drug"]]}, {"answer": "dependant_on", "hint": "synonyms for dependant on", "clues": [["contingent upon", "determined by conditions or circumstances that follow"], ["dependant upon", "determined by conditions or circumstances that follow"], ["contingent", "determined by conditions or circumstances that follow"], ["depending on", "determined by conditions or circumstances that follow"], ["dependent on", "determined by conditions or circumstances that follow"]]}, {"answer": "dependant_upon", "hint": "synonyms for dependant upon", "clues": [["contingent upon", "determined by conditions or circumstances that follow"], ["contingent", "determined by conditions or circumstances that follow"], ["dependant on", "determined by conditions or circumstances that follow"], ["depending on", "determined by conditions or circumstances that follow"], ["dependent upon", "determined by conditions or circumstances that follow"]]}, {"answer": "dependent", "hint": "synonyms for dependent", "clues": [["subject", "being under the power or sovereignty of another or others"], ["subordinate", "(of a clause) unable to stand alone syntactically as a complete sentence"], ["dependant", "addicted to a drug"], ["qualified", "contingent on something else"], ["pendent", "held from above"], ["strung-out", "addicted to a drug"], ["hooked", "addicted to a drug"], ["drug-addicted", "addicted to a drug"]]}, {"answer": "dependent_upon", "hint": "synonyms for dependent upon", "clues": [["contingent upon", "determined by conditions or circumstances that follow"], ["dependant upon", "determined by conditions or circumstances that follow"], ["contingent", "determined by conditions or circumstances that follow"], ["depending on", "determined by conditions or circumstances that follow"], ["dependent on", "determined by conditions or circumstances that follow"]]}, {"answer": "depending_on", "hint": "synonyms for depending on", "clues": [["contingent upon", "determined by conditions or circumstances that follow"], ["dependant upon", "determined by conditions or circumstances that follow"], ["contingent", "determined by conditions or circumstances that follow"], ["dependent on", "determined by conditions or circumstances that follow"]]}, {"answer": "deplorable", "hint": "synonyms for deplorable", "clues": [["wretched", "of very poor quality or condition"], ["sad", "bad; unfortunate"], ["lamentable", "bad; unfortunate"], ["miserable", "of very poor quality or condition"], ["criminal", "bringing or deserving severe rebuke or censure"], ["vicious", "bringing or deserving severe rebuke or censure"], ["distressing", "bad; unfortunate"], ["pitiful", "bad; unfortunate"], ["condemnable", "bringing or deserving severe rebuke or censure"], ["sorry", "bad; unfortunate"], ["execrable", "of very poor quality or condition"], ["woeful", "of very poor quality or condition"], ["reprehensible", "bringing or deserving severe rebuke or censure"]]}, {"answer": "deprecating", "hint": "synonyms for deprecating", "clues": [["deprecative", "tending to diminish or disparage"], ["deprecatory", "tending to diminish or disparage"], ["belittling", "tending to diminish or disparage"], ["slighting", "tending to diminish or disparage"]]}, {"answer": "deprecative", "hint": "synonyms for deprecative", "clues": [["deprecating", "tending to diminish or disparage"], ["deprecatory", "tending to diminish or disparage"], ["belittling", "tending to diminish or disparage"], ["depreciative", "tending to diminish or disparage"], ["slighting", "tending to diminish or disparage"]]}, {"answer": "deprecatory", "hint": "synonyms for deprecatory", "clues": [["deprecating", "tending to diminish or disparage"], ["deprecative", "tending to diminish or disparage"], ["depreciatory", "tending to diminish or disparage"], ["belittling", "tending to diminish or disparage"], ["slighting", "tending to diminish or disparage"]]}, {"answer": "depreciative", "hint": "synonyms for depreciative", "clues": [["deprecatory", "tending to diminish or disparage"], ["belittling", "tending to diminish or disparage"], ["deprecating", "tending to diminish or disparage"], ["deprecative", "tending to diminish or disparage"], ["slighting", "tending to diminish or disparage"]]}, {"answer": "depreciatory", "hint": "synonyms for depreciatory", "clues": [["deprecatory", "tending to diminish or disparage"], ["belittling", "tending to diminish or disparage"], ["depreciative", "tending to diminish or disparage"], ["deprecating", "tending to diminish or disparage"], ["slighting", "tending to diminish or disparage"]]}, {"answer": "depressed", "hint": "synonyms for depressed", "clues": [["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["downcast", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["down", "lower than previously"], ["dispirited", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"]]}, {"answer": "derelict", "hint": "synonyms for derelict", "clues": [["abandoned", "forsaken by owner or inhabitants"], ["flea-bitten", "worn and broken down by hard use"], ["neglectful", "failing in what duty requires"], ["decrepit", "worn and broken down by hard use"], ["delinquent", "failing in what duty requires"], ["creaky", "worn and broken down by hard use"], ["broken-down", "in deplorable condition"], ["run-down", "worn and broken down by hard use"], ["dilapidated", "in deplorable condition"], ["tatterdemalion", "in deplorable condition"], ["remiss", "failing in what duty requires"], ["bedraggled", "in deplorable condition"], ["woebegone", "worn and broken down by hard use"], ["ramshackle", "in deplorable condition"], ["deserted", "forsaken by owner or inhabitants"], ["tumble-down", "in deplorable condition"]]}, {"answer": "derisive", "hint": "synonyms for derisive", "clues": [["mocking", "abusing vocally; expressing contempt or ridicule"], ["gibelike", "abusing vocally; expressing contempt or ridicule"], ["jeering", "abusing vocally; expressing contempt or ridicule"], ["taunting", "abusing vocally; expressing contempt or ridicule"]]}, {"answer": "derisory", "hint": "synonyms for derisory", "clues": [["ludicrous", "incongruous;inviting ridicule"], ["laughable", "incongruous;inviting ridicule"], ["absurd", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["preposterous", "incongruous;inviting ridicule"], ["ridiculous", "incongruous;inviting ridicule"], ["idiotic", "incongruous;inviting ridicule"]]}, {"answer": "dermal", "hint": "synonyms for dermal", "clues": [["dermic", "of or relating to or located in the dermis"], ["cuticular", "of or relating to a cuticle or cuticula"], ["cutaneal", "relating to or existing on or affecting the skin"], ["epidermic", "of or relating to a cuticle or cuticula"], ["epidermal", "of or relating to a cuticle or cuticula"], ["cutaneous", "relating to or existing on or affecting the skin"]]}, {"answer": "desiccated", "hint": "synonyms for desiccated", "clues": [["dehydrated", "preserved by removing natural moisture"], ["arid", "lacking vitality or spirit; lifeless; ; ; -C.J.Rolo"], ["dried", "preserved by removing natural moisture"], ["dried-out", "thoroughly dried out"], ["desiccate", "lacking vitality or spirit; lifeless; ; ; -C.J.Rolo"]]}, {"answer": "desired", "hint": "synonyms for desired", "clues": [["coveted", "greatly desired"], ["craved", "wanted intensely"], ["in demand", "greatly desired"], ["sought after", "greatly desired"]]}, {"answer": "desolate", "hint": "synonyms for desolate", "clues": [["barren", "providing no shelter or sustenance"], ["bare", "providing no shelter or sustenance"], ["stark", "providing no shelter or sustenance"], ["bleak", "providing no shelter or sustenance"]]}, {"answer": "desperate", "hint": "synonyms for desperate", "clues": [["do-or-die", "desperately determined"], ["despairing", "arising from or marked by despair or loss of hope"], ["heroic", "showing extreme courage; especially of actions courageously undertaken in desperation as a last resort; ; - G.C.Marshall"], ["dire", "fraught with extreme danger; nearly hopeless; ; - G.C.Marshall"]]}, {"answer": "despicable", "hint": "synonyms for despicable", "clues": [["vile", "morally reprehensible"], ["ugly", "morally reprehensible"], ["slimy", "morally reprehensible"], ["worthless", "morally reprehensible"], ["wretched", "morally reprehensible"], ["unworthy", "morally reprehensible"]]}, {"answer": "despoiled", "hint": "synonyms for despoiled", "clues": [["sacked", "having been robbed and destroyed by force and violence"], ["raped", "having been robbed and destroyed by force and violence"], ["pillaged", "having been robbed and destroyed by force and violence"], ["ravaged", "having been robbed and destroyed by force and violence"]]}, {"answer": "despotic", "hint": "synonyms for despotic", "clues": [["despotical", "belonging to or having the characteristics of a despot"], ["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"]]}, {"answer": "destitute", "hint": "synonyms for destitute", "clues": [["devoid", "completely wanting or lacking"], ["innocent", "completely wanting or lacking"], ["poverty-stricken", "poor enough to need help from others"], ["barren", "completely wanting or lacking"], ["free", "completely wanting or lacking"], ["indigent", "poor enough to need help from others"], ["necessitous", "poor enough to need help from others"], ["needy", "poor enough to need help from others"], ["impoverished", "poor enough to need help from others"]]}, {"answer": "detached", "hint": "synonyms for detached", "clues": [["separated", "no longer connected or joined"], ["isolated", "being or feeling set or kept apart from others; ; - Sherwood Anderson"], ["unaffectionate", "lacking affection or warm feeling"], ["set-apart", "being or feeling set or kept apart from others; ; - Sherwood Anderson"], ["free", "not fixed in position"], ["uninvolved", "showing lack of emotional involvement; - J.S.Perelman"], ["degage", "showing lack of emotional involvement; - J.S.Perelman"], ["uncaring", "lacking affection or warm feeling"]]}, {"answer": "determined", "hint": "synonyms for determined", "clues": [["set", "determined or decided upon as by an authority"], ["driven", "strongly motivated to succeed"], ["dictated", "determined or decided upon as by an authority"], ["compulsive", "strongly motivated to succeed"]]}, {"answer": "detestable", "hint": "synonyms for detestable", "clues": [["abominable", "unequivocally detestable; ; ; ; - Edmund Burke"], ["abhorrent", "offensive to the mind"], ["obscene", "offensive to the mind"], ["execrable", "unequivocally detestable; ; ; ; - Edmund Burke"], ["repulsive", "offensive to the mind"], ["odious", "unequivocally detestable; ; ; ; - Edmund Burke"], ["repugnant", "offensive to the mind"]]}, {"answer": "deuced", "hint": "synonyms for deuced", "clues": [["goddam", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "devastating", "hint": "synonyms for devastating", "clues": [["withering", "wreaking or capable of wreaking complete destruction"], ["annihilative", "wreaking or capable of wreaking complete destruction"], ["annihilating", "making light of; ; ; - W.S.Gilbert"], ["crushing", "physically or spiritually devastating; often used in combination"]]}, {"answer": "devil-may-care", "hint": "synonyms for devil-may-care", "clues": [["carefree", "cheerfully irresponsible"], ["happy-go-lucky", "cheerfully irresponsible"], ["rakish", "marked by a carefree unconventionality or disreputableness; - Crary Moore"], ["harum-scarum", "cheerfully irresponsible"], ["raffish", "marked by a carefree unconventionality or disreputableness; - Crary Moore"], ["slaphappy", "cheerfully irresponsible"], ["freewheeling", "cheerfully irresponsible"]]}, {"answer": "devilish", "hint": "synonyms for devilish", "clues": [["mephistophelian", "showing the cunning or ingenuity or wickedness typical of a devil"], ["roguish", "playful in an appealingly bold way"], ["rascally", "playful in an appealingly bold way"], ["diabolical", "showing the cunning or ingenuity or wickedness typical of a devil"]]}, {"answer": "devious", "hint": "synonyms for devious", "clues": [["circuitous", "deviating from a straight course"], ["oblique", "indirect in departing from the accepted or proper way; misleading"], ["roundabout", "deviating from a straight course"], ["shifty", "characterized by insincerity or deceit; evasive"]]}, {"answer": "devoid", "hint": "synonyms for devoid", "clues": [["destitute", "completely wanting or lacking"], ["free", "completely wanting or lacking"], ["innocent", "completely wanting or lacking"], ["barren", "completely wanting or lacking"]]}, {"answer": "devout", "hint": "synonyms for devout", "clues": [["dear", "earnest"], ["god-fearing", "deeply religious; H.L.Mencken"], ["earnest", "earnest"], ["heartfelt", "earnest"]]}, {"answer": "dewy-eyed", "hint": "synonyms for dewy-eyed", "clues": [["wide-eyed", "exhibiting childlike simplicity and credulity"], ["childlike", "exhibiting childlike simplicity and credulity"], ["round-eyed", "exhibiting childlike simplicity and credulity"], ["simple", "exhibiting childlike simplicity and credulity"]]}, {"answer": "diabolic", "hint": "synonyms for diabolic", "clues": [["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["mephistophelian", "showing the cunning or ingenuity or wickedness typical of a devil"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["devilish", "showing the cunning or ingenuity or wickedness typical of a devil"], ["diabolical", "showing the cunning or ingenuity or wickedness typical of a devil"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "diabolical", "hint": "synonyms for diabolical", "clues": [["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["mephistophelian", "showing the cunning or ingenuity or wickedness typical of a devil"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["devilish", "showing the cunning or ingenuity or wickedness typical of a devil"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["diabolic", "showing the cunning or ingenuity or wickedness typical of a devil"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "diagonal", "hint": "synonyms for diagonal", "clues": [["aslope", "having an oblique or slanted direction"], ["sloped", "having an oblique or slanted direction"], ["slanted", "having an oblique or slanted direction"], ["aslant", "having an oblique or slanted direction"], ["slanting", "having an oblique or slanted direction"], ["sloping", "having an oblique or slanted direction"]]}, {"answer": "diametrical", "hint": "synonyms for diametrical", "clues": [["diametral", "related to or along a diameter"], ["polar", "characterized by opposite extremes; completely opposed"], ["diametric", "related to or along a diameter"], ["opposite", "characterized by opposite extremes; completely opposed"]]}, {"answer": "diaphanous", "hint": "synonyms for diaphanous", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["gauze-like", "so thin as to transmit light"], ["vapourous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "dictatorial", "hint": "synonyms for dictatorial", "clues": [["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["overbearing", "expecting unquestioning obedience"]]}, {"answer": "digressive", "hint": "synonyms for digressive", "clues": [["tangential", "of superficial relevance if any"], ["discursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"], ["rambling", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"], ["excursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"]]}, {"answer": "dilapidated", "hint": "synonyms for dilapidated", "clues": [["bedraggled", "in deplorable condition"], ["ramshackle", "in deplorable condition"], ["broken-down", "in deplorable condition"], ["tatterdemalion", "in deplorable condition"], ["derelict", "in deplorable condition"], ["tumble-down", "in deplorable condition"]]}, {"answer": "dim", "hint": "synonyms for dim", "clues": [["dimmed", "made dim or less bright"], ["faint", "lacking clarity or distinctness"], ["wispy", "lacking clarity or distinctness"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["bleak", "offering little or no hope; ; ; - J.M.Synge"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["subdued", "lacking in light; not bright or harsh"], ["vague", "lacking clarity or distinctness"], ["shadowy", "lacking clarity or distinctness"], ["black", "offering little or no hope; ; ; - J.M.Synge"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"]]}, {"answer": "dim-sighted", "hint": "synonyms for dim-sighted", "clues": [["near-blind", "having greatly reduced vision"], ["purblind", "having greatly reduced vision"], ["visually impaired", "having greatly reduced vision"], ["visually challenged", "having greatly reduced vision"], ["sand-blind", "having greatly reduced vision"]]}, {"answer": "diminished", "hint": "synonyms for diminished", "clues": [["small", "made to seem smaller or less (especially in worth)"], ["vitiated", "impaired by diminution"], ["weakened", "impaired by diminution"], ["atrophied", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use"], ["belittled", "made to seem smaller or less (especially in worth)"], ["lessened", "impaired by diminution"], ["wasted", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use"]]}, {"answer": "diminutive", "hint": "synonyms for diminutive", "clues": [["lilliputian", "very small"], ["midget", "very small"], ["flyspeck", "very small"], ["petite", "very small"], ["tiny", "very small"], ["bantam", "very small"]]}, {"answer": "dingy", "hint": "synonyms for dingy", "clues": [["drab", "causing dejection"], ["gloomy", "causing dejection"], ["blue", "causing dejection"], ["grungy", "thickly covered with ingrained dirt or soot"], ["grimy", "thickly covered with ingrained dirt or soot"], ["dark", "causing dejection"], ["dirty", "(of color) discolored by impurities; not bright and clear; is often used in combination"], ["begrimed", "thickly covered with ingrained dirt or soot"], ["disconsolate", "causing dejection"], ["raunchy", "thickly covered with ingrained dirt or soot"], ["grubby", "thickly covered with ingrained dirt or soot"], ["dismal", "causing dejection"], ["muddy", "(of color) discolored by impurities; not bright and clear; is often used in combination"], ["sorry", "causing dejection"], ["dreary", "causing dejection"], ["muddied", "(of color) discolored by impurities; not bright and clear; is often used in combination"]]}, {"answer": "dire", "hint": "synonyms for dire", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["direful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["desperate", "fraught with extreme danger; nearly hopeless; ; - G.C.Marshall"]]}, {"answer": "directionless", "hint": "synonyms for directionless", "clues": [["adrift", "aimlessly drifting"], ["afloat", "aimlessly drifting"], ["undirected", "aimlessly drifting"], ["aimless", "aimlessly drifting"], ["planless", "aimlessly drifting"], ["rudderless", "aimlessly drifting"]]}, {"answer": "direful", "hint": "synonyms for direful", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"]]}, {"answer": "dirty", "hint": "synonyms for dirty", "clues": [["unsporting", "violating accepted standards or rules"], ["lousy", "vile; despicable"], ["cheating", "violating accepted standards or rules"], ["foul", "violating accepted standards or rules"], ["muddy", "(of color) discolored by impurities; not bright and clear; is often used in combination"], ["contaminating", "spreading pollution or contamination; especially radioactive contamination"], ["sordid", "unethical or dishonest"], ["pestiferous", "contaminated with infecting organisms; ; - Jane Austen"], ["unclean", "soiled or likely to soil with dirt or grime"], ["dingy", "(of color) discolored by impurities; not bright and clear; is often used in combination"], ["unsportsmanlike", "violating accepted standards or rules"], ["marked-up", "(of a manuscript) defaced with changes"], ["soiled", "soiled or likely to soil with dirt or grime"], ["filthy", "vile; despicable"], ["ill-gotten", "obtained illegally or by improper means"], ["muddied", "(of color) discolored by impurities; not bright and clear; is often used in combination"]]}, {"answer": "disappointed", "hint": "synonyms for disappointed", "clues": [["thwarted", "disappointingly unsuccessful"], ["frustrated", "disappointingly unsuccessful"], ["discomfited", "disappointingly unsuccessful"], ["foiled", "disappointingly unsuccessful"], ["defeated", "disappointingly unsuccessful"]]}, {"answer": "disastrous", "hint": "synonyms for disastrous", "clues": [["fateful", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["fatal", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"]]}, {"answer": "discharged", "hint": "synonyms for discharged", "clues": [["fired", "having lost your job"], ["dismissed", "having lost your job"], ["pink-slipped", "having lost your job"], ["laid-off", "having lost your job"]]}, {"answer": "discomfited", "hint": "synonyms for discomfited", "clues": [["disappointed", "disappointingly unsuccessful"], ["thwarted", "disappointingly unsuccessful"], ["frustrated", "disappointingly unsuccessful"], ["foiled", "disappointingly unsuccessful"], ["defeated", "disappointingly unsuccessful"]]}, {"answer": "disconnected", "hint": "synonyms for disconnected", "clues": [["unconnected", "lacking orderly continuity"], ["disordered", "lacking orderly continuity"], ["illogical", "lacking orderly continuity"], ["disunited", "having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White"], ["fragmented", "having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White"], ["split", "having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White"], ["scattered", "lacking orderly continuity"], ["garbled", "lacking orderly continuity"], ["staccato", "(music) marked by or composed of disconnected parts or sounds; cut short crisply"], ["disjointed", "lacking orderly continuity"], ["confused", "lacking orderly continuity"], ["abrupt", "marked by sudden changes in subject and sharp transitions"]]}, {"answer": "disconsolate", "hint": "synonyms for disconsolate", "clues": [["drab", "causing dejection"], ["dismal", "causing dejection"], ["gloomy", "causing dejection"], ["blue", "causing dejection"], ["grim", "causing dejection"], ["sorry", "causing dejection"], ["inconsolable", "sad beyond comforting; incapable of being consoled"], ["dreary", "causing dejection"], ["dingy", "causing dejection"], ["dark", "causing dejection"]]}, {"answer": "discredited", "hint": "synonyms for discredited", "clues": [["disgraced", "suffering shame"], ["dishonored", "suffering shame"], ["damaged", "being unjustly brought into disrepute"], ["shamed", "suffering shame"]]}, {"answer": "discrepant", "hint": "synonyms for discrepant", "clues": [["inconsistent", "not in agreement"], ["dissonant", "not in accord"], ["at variance", "not in accord"], ["incompatible", "not compatible with other facts"]]}, {"answer": "discriminating", "hint": "synonyms for discriminating", "clues": [["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "discriminatory", "hint": "synonyms for discriminatory", "clues": [["discriminative", "capable of making fine distinctions"], ["preferential", "manifesting partiality"], ["prejudiced", "being biased or having a belief or attitude formed beforehand"], ["invidious", "containing or implying a slight or showing prejudice"]]}, {"answer": "discursive", "hint": "synonyms for discursive", "clues": [["excursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"], ["dianoetic", "proceeding to a conclusion by reason or argument rather than intuition"], ["digressive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"], ["rambling", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"]]}, {"answer": "disdainful", "hint": "synonyms for disdainful", "clues": [["insulting", "expressing extreme contempt"], ["contemptuous", "expressing extreme contempt"], ["scornful", "expressing extreme contempt"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"]]}, {"answer": "disgraceful", "hint": "synonyms for disgraceful", "clues": [["shocking", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["scandalous", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"]]}, {"answer": "disgusted", "hint": "synonyms for disgusted", "clues": [["sick", "having a strong distaste from surfeit"], ["fed up", "having a strong distaste from surfeit"], ["tired of", "having a strong distaste from surfeit"], ["sick of", "having a strong distaste from surfeit"]]}, {"answer": "disgustful", "hint": "synonyms for disgustful", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "disgusting", "hint": "synonyms for disgusting", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "disheveled", "hint": "synonyms for disheveled", "clues": [["tousled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"], ["rumpled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"], ["dishevelled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"], ["frowzled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"]]}, {"answer": "dishevelled", "hint": "synonyms for dishevelled", "clues": [["tousled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"], ["rumpled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"], ["disheveled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"], ["frowzled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers"]]}, {"answer": "dishonest", "hint": "synonyms for dishonest", "clues": [["purchasable", "capable of being corrupted"], ["corruptible", "capable of being corrupted"], ["venal", "capable of being corrupted"], ["bribable", "capable of being corrupted"], ["dishonorable", "deceptive or fraudulent; disposed to cheat or defraud or deceive"]]}, {"answer": "disjointed", "hint": "synonyms for disjointed", "clues": [["unconnected", "lacking orderly continuity"], ["disordered", "lacking orderly continuity"], ["illogical", "lacking orderly continuity"], ["separated", "separated at the joint"], ["disconnected", "lacking orderly continuity"], ["scattered", "lacking orderly continuity"], ["garbled", "lacking orderly continuity"], ["dislocated", "separated at the joint"], ["confused", "lacking orderly continuity"]]}, {"answer": "dismal", "hint": "synonyms for dismal", "clues": [["drab", "causing dejection"], ["gloomy", "causing dejection"], ["blue", "causing dejection"], ["grim", "causing dejection"], ["sorry", "causing dejection"], ["dreary", "causing dejection"], ["disconsolate", "causing dejection"], ["dingy", "causing dejection"], ["dark", "causing dejection"]]}, {"answer": "dismissed", "hint": "synonyms for dismissed", "clues": [["fired", "having lost your job"], ["pink-slipped", "having lost your job"], ["discharged", "having lost your job"], ["laid-off", "having lost your job"]]}, {"answer": "disordered", "hint": "synonyms for disordered", "clues": [["confused", "lacking orderly continuity"], ["unconnected", "lacking orderly continuity"], ["upset", "thrown into a state of disarray or confusion"], ["illogical", "lacking orderly continuity"], ["unordered", "not arranged in order"], ["disconnected", "lacking orderly continuity"], ["scattered", "lacking orderly continuity"], ["garbled", "lacking orderly continuity"], ["disjointed", "lacking orderly continuity"], ["broken", "thrown into a state of disarray or confusion"]]}, {"answer": "disorderly", "hint": "synonyms for disorderly", "clues": [["topsy-turvy", "in utter disorder"], ["hugger-mugger", "in utter disorder"], ["jumbled", "in utter disorder"], ["higgledy-piggledy", "in utter disorder"], ["chaotic", "completely unordered and unpredictable and confusing"]]}, {"answer": "disoriented", "hint": "synonyms for disoriented", "clues": [["lost", "having lost your bearings; confused as to time or place or personal identity"], ["anomic", "socially disoriented"], ["confused", "having lost your bearings; confused as to time or place or personal identity"], ["alienated", "socially disoriented"]]}, {"answer": "dispirited", "hint": "synonyms for dispirited", "clues": [["low-spirited", "filled with melancholy and despondency"], ["listless", "marked by low spirits; showing no enthusiasm"], ["downhearted", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["depressed", "filled with melancholy and despondency"], ["downcast", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"]]}, {"answer": "disposed", "hint": "synonyms for disposed", "clues": [["apt", "(usually followed by `to') naturally disposed toward"], ["given", "(usually followed by `to') naturally disposed toward"], ["fain", "having made preparations"], ["minded", "(usually followed by `to') naturally disposed toward"], ["tending", "(usually followed by `to') naturally disposed toward"], ["inclined", "having made preparations"], ["prepared", "having made preparations"]]}, {"answer": "disputatious", "hint": "synonyms for disputatious", "clues": [["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"]]}, {"answer": "disputative", "hint": "synonyms for disputative", "clues": [["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"]]}, {"answer": "disquieted", "hint": "synonyms for disquieted", "clues": [["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["upset", "afflicted with or marked by anxious uneasiness or trouble or grief"]]}, {"answer": "disruptive", "hint": "synonyms for disruptive", "clues": [["riotous", "characterized by unrest or disorder or insubordination"], ["tumultuous", "characterized by unrest or disorder or insubordination"], ["turbulent", "characterized by unrest or disorder or insubordination"], ["troubled", "characterized by unrest or disorder or insubordination"]]}, {"answer": "dissipated", "hint": "synonyms for dissipated", "clues": [["betting", "preoccupied with the pursuit of pleasure and especially games of chance"], ["libertine", "unrestrained by convention or morality"], ["sporting", "preoccupied with the pursuit of pleasure and especially games of chance"], ["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["card-playing", "preoccupied with the pursuit of pleasure and especially games of chance"], ["fast", "unrestrained by convention or morality"], ["debauched", "unrestrained by convention or morality"]]}, {"answer": "dissolute", "hint": "synonyms for dissolute", "clues": [["libertine", "unrestrained by convention or morality"], ["riotous", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["dissipated", "unrestrained by convention or morality"], ["fast", "unrestrained by convention or morality"], ["debauched", "unrestrained by convention or morality"]]}, {"answer": "dissonant", "hint": "synonyms for dissonant", "clues": [["inharmonic", "lacking in harmony"], ["discordant", "lacking in harmony"], ["discrepant", "not in accord"], ["disharmonious", "lacking in harmony"], ["at variance", "not in accord"], ["unresolved", "characterized by musical dissonance; harmonically unresolved"]]}, {"answer": "distant", "hint": "synonyms for distant", "clues": [["removed", "separate or apart in time"], ["remote", "far apart in relevance or relationship or kinship"], ["aloof", "remote in manner"], ["upstage", "remote in manner"]]}, {"answer": "distasteful", "hint": "synonyms for distasteful", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["unsavory", "not pleasing in odor or taste"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "distinct", "hint": "synonyms for distinct", "clues": [["trenchant", "clearly or sharply defined to the mind"], ["distinguishable", "(often followed by `from') not alike; different in nature or quality"], ["discrete", "constituting a separate entity or part"], ["clear-cut", "clearly or sharply defined to the mind"], ["decided", "recognizable; marked"]]}, {"answer": "distorted", "hint": "synonyms for distorted", "clues": [["misshapen", "so badly formed or out of shape as to be ugly"], ["perverted", "having an intended meaning altered or misrepresented"], ["deformed", "so badly formed or out of shape as to be ugly"], ["misrepresented", "having an intended meaning altered or misrepresented"], ["twisted", "having an intended meaning altered or misrepresented"], ["ill-shapen", "so badly formed or out of shape as to be ugly"], ["malformed", "so badly formed or out of shape as to be ugly"]]}, {"answer": "distressed", "hint": "synonyms for distressed", "clues": [["dysphoric", "generalized feeling of distress"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["upset", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["unhappy", "generalized feeling of distress"], ["in a bad way", "facing or experiencing financial trouble or difficulty"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["hard-pressed", "facing or experiencing financial trouble or difficulty"], ["hard put", "facing or experiencing financial trouble or difficulty"], ["stressed", "suffering severe physical strain or distress"]]}, {"answer": "distressful", "hint": "synonyms for distressful", "clues": [["perturbing", "causing distress or worry or anxiety"], ["distressing", "causing distress or worry or anxiety"], ["worrisome", "causing distress or worry or anxiety"], ["troubling", "causing distress or worry or anxiety"], ["disturbing", "causing distress or worry or anxiety"], ["worrying", "causing distress or worry or anxiety"]]}, {"answer": "distressing", "hint": "synonyms for distressing", "clues": [["deplorable", "bad; unfortunate"], ["sad", "bad; unfortunate"], ["lamentable", "bad; unfortunate"], ["troubling", "causing distress or worry or anxiety"], ["disturbing", "causing distress or worry or anxiety"], ["distressful", "causing distress or worry or anxiety"], ["pitiful", "bad; unfortunate"], ["perturbing", "causing distress or worry or anxiety"], ["sorry", "bad; unfortunate"], ["worrisome", "causing distress or worry or anxiety"], ["worrying", "causing distress or worry or anxiety"]]}, {"answer": "disturbed", "hint": "synonyms for disturbed", "clues": [["unhinged", "affected with madness or insanity"], ["brainsick", "affected with madness or insanity"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["mad", "affected with madness or insanity"], ["unbalanced", "affected with madness or insanity"], ["maladjusted", "emotionally unstable and having difficulty coping with personal relationships"], ["crazy", "affected with madness or insanity"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["demented", "affected with madness or insanity"], ["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["sick", "affected with madness or insanity"], ["upset", "afflicted with or marked by anxious uneasiness or trouble or grief"]]}, {"answer": "disturbing", "hint": "synonyms for disturbing", "clues": [["distressful", "causing distress or worry or anxiety"], ["perturbing", "causing distress or worry or anxiety"], ["distressing", "causing distress or worry or anxiety"], ["worrisome", "causing distress or worry or anxiety"], ["troubling", "causing distress or worry or anxiety"], ["worrying", "causing distress or worry or anxiety"]]}, {"answer": "divided", "hint": "synonyms for divided", "clues": [["divided up", "distributed in portions (often equal) on the basis of a plan or purpose"], ["shared out", "distributed in portions (often equal) on the basis of a plan or purpose"], ["shared", "distributed in portions (often equal) on the basis of a plan or purpose"], ["dual-lane", "having a median strip or island between lanes of traffic moving in opposite directions"]]}, {"answer": "divinatory", "hint": "synonyms for divinatory", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy"], ["conjectural", "based primarily on surmise rather than adequate evidence"], ["hypothetic", "based primarily on surmise rather than adequate evidence"], ["suppositional", "based primarily on surmise rather than adequate evidence"], ["sibylline", "resembling or characteristic of a prophet or prophecy"], ["supposititious", "based primarily on surmise rather than adequate evidence"], ["mantic", "resembling or characteristic of a prophet or prophecy"], ["vatical", "resembling or characteristic of a prophet or prophecy"], ["supposed", "based primarily on surmise rather than adequate evidence"], ["sibyllic", "resembling or characteristic of a prophet or prophecy"]]}, {"answer": "divine", "hint": "synonyms for divine", "clues": [["godlike", "appropriate to or befitting a god; ; ; -R.H.Roveref"], ["elysian", "being of such surpassing excellence as to suggest inspiration by the gods"], ["inspired", "being of such surpassing excellence as to suggest inspiration by the gods"], ["providential", "resulting from divine providence"], ["godly", "emanating from God; ; ; -Saturday Review"]]}, {"answer": "dizzy", "hint": "synonyms for dizzy", "clues": [["woozy", "having or causing a whirling sensation; liable to falling"], ["lightheaded", "lacking seriousness; given to frivolity"], ["giddy", "having or causing a whirling sensation; liable to falling"], ["airheaded", "lacking seriousness; given to frivolity"], ["featherbrained", "lacking seriousness; given to frivolity"], ["empty-headed", "lacking seriousness; given to frivolity"], ["vertiginous", "having or causing a whirling sensation; liable to falling"], ["silly", "lacking seriousness; given to frivolity"]]}, {"answer": "doable", "hint": "synonyms for doable", "clues": [["realizable", "capable of existing or taking place or proving true; possible to do"], ["achievable", "capable of existing or taking place or proving true; possible to do"], ["accomplishable", "capable of existing or taking place or proving true; possible to do"], ["manageable", "capable of existing or taking place or proving true; possible to do"]]}, {"answer": "dodgy", "hint": "synonyms for dodgy", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["dicey", "of uncertain outcome; especially fraught with risk; - New Yorker"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["chancy", "of uncertain outcome; especially fraught with risk; - New Yorker"], ["foxy", "marked by skill in deception"], ["chanceful", "of uncertain outcome; especially fraught with risk; - New Yorker"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "dog-tired", "hint": "synonyms for dog-tired", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "dogged", "hint": "synonyms for dogged", "clues": [["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot"]]}, {"answer": "doled_out", "hint": "synonyms for doled out", "clues": [["dealt out", "given out in portions"], ["parceled out", "given out in portions"], ["meted out", "given out in portions"], ["apportioned", "given out in portions"]]}, {"answer": "dolled_up", "hint": "synonyms for dolled up", "clues": [["dressed to the nines", "dressed in fancy or formal clothing"], ["spruced up", "dressed in fancy or formal clothing"], ["dressed-up", "dressed in fancy or formal clothing"], ["togged up", "dressed in fancy or formal clothing"], ["dressed", "dressed in fancy or formal clothing"], ["dressed to kill", "dressed in fancy or formal clothing"], ["spiffed up", "dressed in fancy or formal clothing"]]}, {"answer": "dolorous", "hint": "synonyms for dolorous", "clues": [["dolourous", "showing sorrow"], ["tearful", "showing sorrow"], ["lachrymose", "showing sorrow"], ["weeping", "showing sorrow"]]}, {"answer": "dolourous", "hint": "synonyms for dolourous", "clues": [["tearful", "showing sorrow"], ["lachrymose", "showing sorrow"], ["dolorous", "showing sorrow"], ["weeping", "showing sorrow"]]}, {"answer": "dominant", "hint": "synonyms for dominant", "clues": [["rife", "most frequent or common"], ["prevailing", "most frequent or common"], ["prevalent", "most frequent or common"], ["predominant", "most frequent or common"]]}, {"answer": "dominating", "hint": "synonyms for dominating", "clues": [["ascendant", "most powerful or important or influential"], ["overlooking", "used of a height or viewpoint"], ["commanding", "used of a height or viewpoint"], ["bossy", "offensively self-assured or given to exercising usually unwarranted power"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power"]]}, {"answer": "done_for", "hint": "synonyms for done for", "clues": [["gone", "destroyed or killed"], ["undone", "doomed to extinction"], ["ruined", "doomed to extinction"], ["washed-up", "doomed to extinction"], ["sunk", "doomed to extinction"], ["kaput", "destroyed or killed"]]}, {"answer": "doomed", "hint": "synonyms for doomed", "clues": [["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["unsaved", "in danger of the eternal punishment of Hell"], ["fated", "(usually followed by `to') determined by tragic fate"], ["unredeemed", "in danger of the eternal punishment of Hell"], ["cursed", "in danger of the eternal punishment of Hell"], ["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["damned", "in danger of the eternal punishment of Hell"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"]]}, {"answer": "dopey", "hint": "synonyms for dopey", "clues": [["goosy", "having or revealing stupidity"], ["foolish", "having or revealing stupidity"], ["anserine", "having or revealing stupidity"], ["dopy", "having or revealing stupidity"], ["gooselike", "having or revealing stupidity"], ["jerky", "having or revealing stupidity"]]}, {"answer": "dopy", "hint": "synonyms for dopy", "clues": [["goosy", "having or revealing stupidity"], ["foolish", "having or revealing stupidity"], ["anserine", "having or revealing stupidity"], ["dopey", "having or revealing stupidity"], ["gooselike", "having or revealing stupidity"], ["jerky", "having or revealing stupidity"]]}, {"answer": "dormant", "hint": "synonyms for dormant", "clues": [["inactive", "(of e.g. volcanos) not erupting and not extinct"], ["abeyant", "inactive but capable of becoming active"], ["sleeping", "lying with head on paws as if sleeping"], ["torpid", "in a condition of biological rest or suspended animation"], ["hibernating", "in a condition of biological rest or suspended animation"]]}, {"answer": "dotted", "hint": "synonyms for dotted", "clues": [["dashed", "having gaps or spaces"], ["specked", "having a pattern of dots"], ["flecked", "having a pattern of dots"], ["stippled", "having a pattern of dots"]]}, {"answer": "dotty", "hint": "synonyms for dotty", "clues": [["wild", "intensely enthusiastic about or preoccupied with"], ["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["crazy", "intensely enthusiastic about or preoccupied with"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["gaga", "intensely enthusiastic about or preoccupied with"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["doubled", "twice as great or many"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["bivalent", "used of homologous chromosomes associated in pairs in synapsis"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["duple", "consisting of or involving two parts or components usually in pairs"], ["forked", "having two meanings with intent to deceive"]]}, {"answer": "double-dealing", "hint": "synonyms for double-dealing", "clues": [["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "double-dyed", "hint": "synonyms for double-dyed", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "double-faced", "hint": "synonyms for double-faced", "clues": [["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "double-tongued", "hint": "synonyms for double-tongued", "clues": [["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "doubtful", "hint": "synonyms for doubtful", "clues": [["tentative", "unsettled in mind or opinion"], ["dubious", "open to doubt or suspicion; ; ; ; - Karen Horney"], ["in question", "open to doubt or suspicion; ; ; ; - Karen Horney"], ["dubitable", "open to doubt or suspicion; ; ; ; - Karen Horney"]]}, {"answer": "doughnut-shaped", "hint": "synonyms for doughnut-shaped", "clues": [["annulated", "shaped like a ring"], ["ring-shaped", "shaped like a ring"], ["annular", "shaped like a ring"], ["circinate", "shaped like a ring"], ["ringed", "shaped like a ring"]]}, {"answer": "dour", "hint": "synonyms for dour", "clues": [["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["forbidding", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie"], ["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["grim", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "down", "hint": "synonyms for down", "clues": [["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["depressed", "lower than previously"], ["down pat", "understood perfectly"], ["downward", "extending or moving from a higher to a lower place"], ["downcast", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["dispirited", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["mastered", "understood perfectly"]]}, {"answer": "down_in_the_mouth", "hint": "synonyms for down in the mouth", "clues": [["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["depressed", "filled with melancholy and despondency"], ["downcast", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["dispirited", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"]]}, {"answer": "downcast", "hint": "synonyms for downcast", "clues": [["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["depressed", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["dispirited", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"]]}, {"answer": "downhearted", "hint": "synonyms for downhearted", "clues": [["low-spirited", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["depressed", "filled with melancholy and despondency"], ["downcast", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["dispirited", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"]]}, {"answer": "downright", "hint": "synonyms for downright", "clues": [["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers"]]}, {"answer": "downy", "hint": "synonyms for downy", "clues": [["fluffy", "like down or as soft as down"], ["flossy", "like down or as soft as down"], ["pubescent", "covered with fine soft hairs or down"], ["puberulent", "covered with fine soft hairs or down"], ["downlike", "like down or as soft as down"], ["sericeous", "covered with fine soft hairs or down"]]}, {"answer": "drab", "hint": "synonyms for drab", "clues": [["sober", "lacking brightness or color; dull"], ["dismal", "causing dejection"], ["gloomy", "causing dejection"], ["olive-drab", "of a light brownish green color"], ["blue", "causing dejection"], ["grim", "causing dejection"], ["sorry", "causing dejection"], ["dark", "causing dejection"], ["sombre", "lacking brightness or color; dull"], ["dreary", "causing dejection"], ["dingy", "causing dejection"], ["disconsolate", "causing dejection"]]}, {"answer": "draped", "hint": "synonyms for draped", "clues": [["clothed", "covered with or as if with clothes or a wrap or cloak"], ["mantled", "covered with or as if with clothes or a wrap or cloak"], ["wrapped", "covered with or as if with clothes or a wrap or cloak"], ["cloaked", "covered with or as if with clothes or a wrap or cloak"]]}, {"answer": "drawn", "hint": "synonyms for drawn", "clues": [["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"]]}, {"answer": "drawn-out", "hint": "synonyms for drawn-out", "clues": [["extended", "relatively long in duration; tediously protracted"], ["lengthy", "relatively long in duration; tediously protracted"], ["prolonged", "relatively long in duration; tediously protracted"], ["protracted", "relatively long in duration; tediously protracted"]]}, {"answer": "dread", "hint": "synonyms for dread", "clues": [["horrendous", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["direful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"]]}, {"answer": "dreaded", "hint": "synonyms for dreaded", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["direful", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"]]}, {"answer": "dreadful", "hint": "synonyms for dreadful", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["atrocious", "exceptionally bad or displeasing"], ["painful", "exceptionally bad or displeasing"], ["direful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["unspeakable", "exceptionally bad or displeasing"], ["awful", "exceptionally bad or displeasing"], ["terrible", "exceptionally bad or displeasing"], ["abominable", "exceptionally bad or displeasing"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"]]}, {"answer": "dreamy", "hint": "synonyms for dreamy", "clues": [["moony", "dreamy in mood or nature"], ["lackadaisical", "lacking spirit or liveliness"], ["woolgathering", "dreamy in mood or nature"], ["languid", "lacking spirit or liveliness"], ["languorous", "lacking spirit or liveliness"]]}, {"answer": "drear", "hint": "synonyms for drear", "clues": [["drab", "causing dejection"], ["dismal", "causing dejection"], ["gloomy", "causing dejection"], ["blue", "causing dejection"], ["grim", "causing dejection"], ["sorry", "causing dejection"], ["dreary", "causing dejection"], ["disconsolate", "causing dejection"], ["dingy", "causing dejection"], ["dark", "causing dejection"]]}, {"answer": "dreary", "hint": "synonyms for dreary", "clues": [["drab", "causing dejection"], ["dismal", "causing dejection"], ["gloomy", "causing dejection"], ["blue", "causing dejection"], ["grim", "causing dejection"], ["disconsolate", "causing dejection"], ["sorry", "causing dejection"], ["dark", "causing dejection"], ["drear", "causing dejection"], ["dingy", "causing dejection"]]}, {"answer": "dressed", "hint": "synonyms for dressed", "clues": [["polished", "(of lumber or stone) to trim and smooth"], ["dolled up", "dressed in fancy or formal clothing"], ["dressed to the nines", "dressed in fancy or formal clothing"], ["spruced up", "dressed in fancy or formal clothing"], ["garmented", "dressed or clothed especially in fine attire; often used in combination"], ["togged up", "dressed in fancy or formal clothing"], ["garbed", "dressed or clothed especially in fine attire; often used in combination"], ["robed", "dressed or clothed especially in fine attire; often used in combination"], ["appareled", "dressed or clothed especially in fine attire; often used in combination"], ["attired", "dressed or clothed especially in fine attire; often used in combination"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination"], ["dressed-up", "dressed in fancy or formal clothing"], ["dressed to kill", "dressed in fancy or formal clothing"], ["spiffed up", "dressed in fancy or formal clothing"]]}, {"answer": "dressed-up", "hint": "synonyms for dressed-up", "clues": [["dolled up", "dressed in fancy or formal clothing"], ["dressed to the nines", "dressed in fancy or formal clothing"], ["spruced up", "dressed in fancy or formal clothing"], ["togged up", "dressed in fancy or formal clothing"], ["dressed", "dressed in fancy or formal clothing"], ["dressed to kill", "dressed in fancy or formal clothing"], ["spiffed up", "dressed in fancy or formal clothing"]]}, {"answer": "dressed_to_kill", "hint": "synonyms for dressed to kill", "clues": [["dolled up", "dressed in fancy or formal clothing"], ["dressed to the nines", "dressed in fancy or formal clothing"], ["spruced up", "dressed in fancy or formal clothing"], ["dressed-up", "dressed in fancy or formal clothing"], ["togged up", "dressed in fancy or formal clothing"], ["dressed", "dressed in fancy or formal clothing"], ["spiffed up", "dressed in fancy or formal clothing"]]}, {"answer": "dressed_to_the_nines", "hint": "synonyms for dressed to the nines", "clues": [["dolled up", "dressed in fancy or formal clothing"], ["spruced up", "dressed in fancy or formal clothing"], ["dressed-up", "dressed in fancy or formal clothing"], ["togged up", "dressed in fancy or formal clothing"], ["dressed", "dressed in fancy or formal clothing"], ["dressed to kill", "dressed in fancy or formal clothing"], ["spiffed up", "dressed in fancy or formal clothing"]]}, {"answer": "dried-up", "hint": "synonyms for dried-up", "clues": [["sear", "(used especially of vegetation) having lost all moisture"], ["sere", "(used especially of vegetation) having lost all moisture"], ["shrivelled", "(used especially of vegetation) having lost all moisture"], ["withered", "(used especially of vegetation) having lost all moisture"]]}, {"answer": "drifting", "hint": "synonyms for drifting", "clues": [["floating", "continually changing especially as from one abode or occupation to another"], ["vagabond", "continually changing especially as from one abode or occupation to another"], ["vagrant", "continually changing especially as from one abode or occupation to another"], ["aimless", "continually changing especially as from one abode or occupation to another"]]}, {"answer": "drippy", "hint": "synonyms for drippy", "clues": [["soupy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["drizzly", "wet with light rain"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "driven", "hint": "synonyms for driven", "clues": [["goaded", "compelled forcibly by an outside agency"], ["compulsive", "strongly motivated to succeed"], ["impelled", "urged or forced to action through moral pressure"], ["determined", "strongly motivated to succeed"]]}, {"answer": "drooping", "hint": "synonyms for drooping", "clues": [["droopy", "hanging down (as from exhaustion or weakness)"], ["pendulous", "having branches or flower heads that bend downward"], ["weeping", "having branches or flower heads that bend downward"], ["nodding", "having branches or flower heads that bend downward"], ["sagging", "hanging down (as from exhaustion or weakness)"], ["cernuous", "having branches or flower heads that bend downward"], ["flagging", "weak from exhaustion"]]}, {"answer": "drowsy", "hint": "synonyms for drowsy", "clues": [["yawning", "showing lack of attention or boredom"], ["oscitant", "showing lack of attention or boredom"], ["drowsing", "half asleep"], ["dozy", "half asleep"]]}, {"answer": "dry", "hint": "synonyms for dry", "clues": [["ironical", "humorously sarcastic or mocking"], ["wry", "humorously sarcastic or mocking"], ["juiceless", "lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown"], ["teetotal", "practicing complete abstinence from alcoholic beverages"]]}, {"answer": "dual", "hint": "synonyms for dual", "clues": [["double", "consisting of or involving two parts or components usually in pairs"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["duple", "consisting of or involving two parts or components usually in pairs"]]}, {"answer": "ductile", "hint": "synonyms for ductile", "clues": [["malleable", "capable of being shaped or bent or drawn out"], ["tractile", "capable of being shaped or bent or drawn out"], ["tensile", "capable of being shaped or bent or drawn out"], ["pliable", "capable of being shaped or bent or drawn out"], ["pliant", "capable of being shaped or bent or drawn out"]]}, {"answer": "dulcet", "hint": "synonyms for dulcet", "clues": [["mellisonant", "pleasing to the ear"], ["sweet", "pleasing to the ear"], ["honeyed", "pleasing to the ear"], ["mellifluous", "pleasing to the ear"]]}, {"answer": "dull", "hint": "synonyms for dull", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["softened", "being or made softer or less loud or clear"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["leaden", "darkened with overcast"], ["sluggish", "(of business) not active or brisk"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["thudding", "not clear and resonant; sounding as if striking with or against something relatively soft"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["muted", "being or made softer or less loud or clear"], ["muffled", "being or made softer or less loud or clear"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "dumb", "hint": "synonyms for dumb", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["mute", "unable to speak because of hereditary deafness"], ["speechless", "temporarily incapable of speaking"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["silent", "unable to speak because of hereditary deafness"]]}, {"answer": "dumbfounded", "hint": "synonyms for dumbfounded", "clues": [["dumbstricken", "as if struck dumb with astonishment and surprise"], ["dumfounded", "as if struck dumb with astonishment and surprise"], ["thunderstruck", "as if struck dumb with astonishment and surprise"], ["stupefied", "as if struck dumb with astonishment and surprise"], ["flabbergasted", "as if struck dumb with astonishment and surprise"], ["dumbstruck", "as if struck dumb with astonishment and surprise"]]}, {"answer": "dumbstricken", "hint": "synonyms for dumbstricken", "clues": [["dumfounded", "as if struck dumb with astonishment and surprise"], ["thunderstruck", "as if struck dumb with astonishment and surprise"], ["stupefied", "as if struck dumb with astonishment and surprise"], ["flabbergasted", "as if struck dumb with astonishment and surprise"], ["dumbstruck", "as if struck dumb with astonishment and surprise"]]}, {"answer": "dumbstruck", "hint": "synonyms for dumbstruck", "clues": [["dumbstricken", "as if struck dumb with astonishment and surprise"], ["dumfounded", "as if struck dumb with astonishment and surprise"], ["thunderstruck", "as if struck dumb with astonishment and surprise"], ["stupefied", "as if struck dumb with astonishment and surprise"], ["flabbergasted", "as if struck dumb with astonishment and surprise"]]}, {"answer": "dumfounded", "hint": "synonyms for dumfounded", "clues": [["dumbstricken", "as if struck dumb with astonishment and surprise"], ["thunderstruck", "as if struck dumb with astonishment and surprise"], ["dumbfounded", "as if struck dumb with astonishment and surprise"], ["stupefied", "as if struck dumb with astonishment and surprise"], ["flabbergasted", "as if struck dumb with astonishment and surprise"], ["dumbstruck", "as if struck dumb with astonishment and surprise"]]}, {"answer": "dumpy", "hint": "synonyms for dumpy", "clues": [["low-set", "short and thick; as e.g. having short legs and heavy musculature"], ["chunky", "short and thick; as e.g. having short legs and heavy musculature"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature"], ["podgy", "short and plump"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature"], ["squat", "short and thick; as e.g. having short legs and heavy musculature"], ["pudgy", "short and plump"], ["tubby", "short and plump"], ["roly-poly", "short and plump"]]}, {"answer": "duncical", "hint": "synonyms for duncical", "clues": [["fatheaded", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "duncish", "hint": "synonyms for duncish", "clues": [["fatheaded", "(used informally) stupid"], ["duncical", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"]]}, {"answer": "duplicitous", "hint": "synonyms for duplicitous", "clues": [["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "durable", "hint": "synonyms for durable", "clues": [["indestructible", "very long lasting"], ["perdurable", "very long lasting"], ["long-wearing", "capable of withstanding wear and tear and decay"], ["long-lived", "existing for a long time"], ["long-lasting", "existing for a long time"], ["lasting", "existing for a long time"], ["undestroyable", "very long lasting"]]}, {"answer": "dusky", "hint": "synonyms for dusky", "clues": [["twilight", "lighted by or as if by twilight; -Henry Fielding"], ["swarthy", "naturally having skin of a dark color"], ["swart", "naturally having skin of a dark color"], ["dark-skinned", "naturally having skin of a dark color"]]}, {"answer": "dusty", "hint": "synonyms for dusty", "clues": [["moth-eaten", "lacking originality or spontaneity; no longer new"], ["dust-covered", "covered with a layer of dust"], ["stale", "lacking originality or spontaneity; no longer new"], ["cold", "lacking originality or spontaneity; no longer new"]]}, {"answer": "earlier", "hint": "synonyms for earlier", "clues": [["early", "at or near the beginning of a period of time or course of events or before the usual or expected time"], ["other", "belonging to the distant past"], ["earliest", "(comparative and superlative of `early') more early than; most early"], ["former", "belonging to the distant past"]]}, {"answer": "earliest", "hint": "synonyms for earliest", "clues": [["early", "at or near the beginning of a period of time or course of events or before the usual or expected time"], ["other", "belonging to the distant past"], ["earlier", "(comparative and superlative of `early') more early than; most early"], ["former", "belonging to the distant past"]]}, {"answer": "earnest", "hint": "synonyms for earnest", "clues": [["dear", "earnest"], ["heartfelt", "earnest"], ["businesslike", "not distracted by anything unrelated to the goal"], ["solemn", "characterized by a firm and humorless belief in the validity of your opinions"], ["devout", "earnest"], ["sincere", "characterized by a firm and humorless belief in the validity of your opinions"]]}, {"answer": "earthy", "hint": "synonyms for earthy", "clues": [["crude", "conspicuously and tastelessly indecent"], ["down-to-earth", "sensible and practical"], ["vulgar", "conspicuously and tastelessly indecent"], ["gross", "conspicuously and tastelessly indecent"]]}, {"answer": "easy", "hint": "synonyms for easy", "clues": [["promiscuous", "casual and unrestrained in sexual behavior"], ["comfortable", "in fortunate circumstances financially; moderately rich"], ["well-heeled", "in fortunate circumstances financially; moderately rich"], ["leisurely", "not hurried or forced"], ["prosperous", "in fortunate circumstances financially; moderately rich"], ["easygoing", "not hurried or forced"], ["light", "casual and unrestrained in sexual behavior"], ["sluttish", "casual and unrestrained in sexual behavior"], ["gentle", "having little impact"], ["well-to-do", "in fortunate circumstances financially; moderately rich"], ["well-off", "in fortunate circumstances financially; moderately rich"], ["wanton", "casual and unrestrained in sexual behavior"], ["soft", "having little impact"], ["loose", "casual and unrestrained in sexual behavior"], ["well-situated", "in fortunate circumstances financially; moderately rich"], ["well-fixed", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "easygoing", "hint": "synonyms for easygoing", "clues": [["cushy", "not burdensome or demanding; borne or done easily and without hardship"], ["easy", "not hurried or forced"], ["soft", "not burdensome or demanding; borne or done easily and without hardship"], ["leisurely", "not hurried or forced"]]}, {"answer": "eccentric", "hint": "synonyms for eccentric", "clues": [["nonconcentric", "not having a common center; not concentric"], ["outlandish", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "economical", "hint": "synonyms for economical", "clues": [["stinting", "avoiding waste"], ["economic", "using the minimum of time or resources necessary for effectiveness"], ["sparing", "avoiding waste"], ["scotch", "avoiding waste"], ["frugal", "avoiding waste"]]}, {"answer": "ecstatic", "hint": "synonyms for ecstatic", "clues": [["rhapsodic", "feeling great rapture or delight"], ["rapt", "feeling great rapture or delight"], ["rapturous", "feeling great rapture or delight"], ["enraptured", "feeling great rapture or delight"]]}, {"answer": "ecumenical", "hint": "synonyms for ecumenical", "clues": [["oecumenic", "concerned with promoting unity among churches or religions"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley"], ["general", "of worldwide scope or applicability; ; - Christopher Morley"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley"]]}, {"answer": "edacious", "hint": "synonyms for edacious", "clues": [["ravening", "devouring or craving food in great quantities"], ["voracious", "devouring or craving food in great quantities"], ["wolfish", "devouring or craving food in great quantities"], ["esurient", "devouring or craving food in great quantities"], ["rapacious", "devouring or craving food in great quantities"], ["ravenous", "devouring or craving food in great quantities"]]}, {"answer": "edgy", "hint": "synonyms for edgy", "clues": [["highly strung", "being in a tense state"], ["overstrung", "being in a tense state"], ["uptight", "being in a tense state"], ["jumpy", "being in a tense state"], ["nervy", "being in a tense state"], ["restive", "being in a tense state"], ["jittery", "being in a tense state"], ["high-strung", "being in a tense state"]]}, {"answer": "effective", "hint": "synonyms for effective", "clues": [["efficient", "able to accomplish a purpose; functioning effectively; -G.B.Shaw"], ["in force", "exerting force or influence"], ["good", "exerting force or influence"], ["efficacious", "producing or capable of producing an intended result or having a striking effect; -LewisMumford"], ["effectual", "producing or capable of producing an intended result or having a striking effect; -LewisMumford"], ["in effect", "exerting force or influence"]]}, {"answer": "effectual", "hint": "synonyms for effectual", "clues": [["effective", "producing or capable of producing an intended result or having a striking effect; -LewisMumford"], ["sound", "having legal efficacy or force"], ["legal", "having legal efficacy or force"], ["efficacious", "producing or capable of producing an intended result or having a striking effect; -LewisMumford"]]}, {"answer": "effeminate", "hint": "synonyms for effeminate", "clues": [["epicene", "having unsuitable feminine qualities"], ["cissy", "having unsuitable feminine qualities"], ["emasculate", "having unsuitable feminine qualities"], ["sissy", "having unsuitable feminine qualities"], ["sissified", "having unsuitable feminine qualities"], ["sissyish", "having unsuitable feminine qualities"]]}, {"answer": "effervescent", "hint": "synonyms for effervescent", "clues": [["sparkly", "marked by high spirits or excitement"], ["bubbling", "marked by high spirits or excitement"], ["scintillating", "marked by high spirits or excitement"], ["frothy", "marked by high spirits or excitement"], ["sparkling", "used of wines and waters; charged naturally or artificially with carbon dioxide"]]}, {"answer": "effervescing", "hint": "synonyms for effervescing", "clues": [["frothy", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation"], ["foamy", "emitting or filled with bubbles as from carbonation or fermentation"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation"]]}, {"answer": "effulgent", "hint": "synonyms for effulgent", "clues": [["beaming", "radiating or as if radiating light"], ["beamy", "radiating or as if radiating light"], ["radiant", "radiating or as if radiating light"], ["refulgent", "radiating or as if radiating light"]]}, {"answer": "effusive", "hint": "synonyms for effusive", "clues": [["gushing", "extravagantly demonstrative"], ["gushy", "extravagantly demonstrative"], ["burbling", "uttered with unrestrained enthusiasm"], ["burbly", "uttered with unrestrained enthusiasm"]]}, {"answer": "egg-shaped", "hint": "synonyms for egg-shaped", "clues": [["oval", "rounded like an egg"], ["prolate", "rounded like an egg"], ["elliptical", "rounded like an egg"], ["ovate", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oviform", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "egotistic", "hint": "synonyms for egotistic", "clues": [["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance"], ["egotistical", "characteristic of false pride; having an exaggerated sense of self-importance"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance"], ["narcissistic", "characteristic of those having an inflated idea of their own importance"], ["self-loving", "characteristic of those having an inflated idea of their own importance"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance"]]}, {"answer": "egotistical", "hint": "synonyms for egotistical", "clues": [["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance"], ["egotistic", "characteristic of those having an inflated idea of their own importance"], ["narcissistic", "characteristic of those having an inflated idea of their own importance"], ["self-loving", "characteristic of those having an inflated idea of their own importance"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance"]]}, {"answer": "egregious", "hint": "synonyms for egregious", "clues": [["crying", "conspicuously and outrageously bad or reprehensible"], ["rank", "conspicuously and outrageously bad or reprehensible"], ["glaring", "conspicuously and outrageously bad or reprehensible"], ["flagrant", "conspicuously and outrageously bad or reprehensible"], ["gross", "conspicuously and outrageously bad or reprehensible"]]}, {"answer": "elementary", "hint": "synonyms for elementary", "clues": [["primary", "of or being the essential or basic part"], ["simple", "easy and not involved or complicated"], ["unproblematic", "easy and not involved or complicated"], ["uncomplicated", "easy and not involved or complicated"], ["elemental", "of or being the essential or basic part"]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["raised", "increased in amount or degree"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "elfin", "hint": "synonyms for elfin", "clues": [["elfish", "usually good-naturedly mischievous"], ["elvish", "usually good-naturedly mischievous"], ["elflike", "small and delicate"], ["fey", "suggestive of an elf in strangeness and otherworldliness; ; - John Mason Brown"]]}, {"answer": "elliptic", "hint": "synonyms for elliptic", "clues": [["oval", "rounded like an egg"], ["prolate", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["elliptical", "rounded like an egg"], ["ovate", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oviform", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "elliptical", "hint": "synonyms for elliptical", "clues": [["oval", "rounded like an egg"], ["prolate", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["elliptic", "characterized by extreme economy of expression or omission of superfluous elements; ; - H.O.Taylor"], ["ovate", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oviform", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "elongated", "hint": "synonyms for elongated", "clues": [["lengthened", "drawn out or made longer spatially"], ["prolonged", "drawn out or made longer spatially"], ["extended", "drawn out or made longer spatially"], ["elongate", "having notably more length than width; being long and slender"]]}, {"answer": "eloquent", "hint": "synonyms for eloquent", "clues": [["silver", "expressing yourself readily, clearly, effectively"], ["silver-tongued", "expressing yourself readily, clearly, effectively"], ["fluent", "expressing yourself readily, clearly, effectively"], ["facile", "expressing yourself readily, clearly, effectively"], ["smooth-spoken", "expressing yourself readily, clearly, effectively"]]}, {"answer": "elusive", "hint": "synonyms for elusive", "clues": [["subtle", "difficult to detect or grasp by the mind or analyze"], ["baffling", "making great mental demands; hard to comprehend or solve or believe"], ["tough", "making great mental demands; hard to comprehend or solve or believe"], ["problematic", "making great mental demands; hard to comprehend or solve or believe"], ["knotty", "making great mental demands; hard to comprehend or solve or believe"]]}, {"answer": "emaciated", "hint": "synonyms for emaciated", "clues": [["skeletal", "very thin especially from disease or hunger or cold"], ["gaunt", "very thin especially from disease or hunger or cold"], ["pinched", "very thin especially from disease or hunger or cold"], ["bony", "very thin especially from disease or hunger or cold"], ["wasted", "very thin especially from disease or hunger or cold"], ["cadaverous", "very thin especially from disease or hunger or cold"], ["haggard", "very thin especially from disease or hunger or cold"]]}, {"answer": "emasculate", "hint": "synonyms for emasculate", "clues": [["epicene", "having unsuitable feminine qualities"], ["effeminate", "having unsuitable feminine qualities"], ["cissy", "having unsuitable feminine qualities"], ["sissy", "having unsuitable feminine qualities"], ["sissified", "having unsuitable feminine qualities"], ["sissyish", "having unsuitable feminine qualities"]]}, {"answer": "embarrassed", "hint": "synonyms for embarrassed", "clues": [["chagrined", "feeling or caused to feel uneasy and self-conscious"], ["humiliated", "made to feel uncomfortable because of shame or wounded pride"], ["abashed", "feeling or caused to feel uneasy and self-conscious"], ["mortified", "made to feel uncomfortable because of shame or wounded pride"]]}, {"answer": "embarrassing", "hint": "synonyms for embarrassing", "clues": [["sticky", "hard to deal with; especially causing pain or embarrassment"], ["unenviable", "hard to deal with; especially causing pain or embarrassment"], ["awkward", "hard to deal with; especially causing pain or embarrassment"], ["mortifying", "causing to feel shame or chagrin or vexation"]]}, {"answer": "emblematic", "hint": "synonyms for emblematic", "clues": [["emblematical", "serving as a visible symbol for something abstract"], ["symbolical", "serving as a visible symbol for something abstract"], ["typic", "being or serving as an illustration of a type"], ["exemplary", "being or serving as an illustration of a type"]]}, {"answer": "embodied", "hint": "synonyms for embodied", "clues": [["bodied", "possessing or existing in bodily form; - Shakespeare"], ["corporal", "possessing or existing in bodily form; - Shakespeare"], ["incarnate", "possessing or existing in bodily form; - Shakespeare"], ["corporate", "possessing or existing in bodily form; - Shakespeare"]]}, {"answer": "eminent", "hint": "synonyms for eminent", "clues": [["lofty", "of imposing height; especially standing out above others"], ["soaring", "of imposing height; especially standing out above others"], ["towering", "of imposing height; especially standing out above others"], ["high", "standing above others in quality or position"]]}, {"answer": "empty-headed", "hint": "synonyms for empty-headed", "clues": [["airheaded", "lacking seriousness; given to frivolity"], ["giddy", "lacking seriousness; given to frivolity"], ["dizzy", "lacking seriousness; given to frivolity"], ["lightheaded", "lacking seriousness; given to frivolity"], ["featherbrained", "lacking seriousness; given to frivolity"], ["silly", "lacking seriousness; given to frivolity"]]}, {"answer": "enamored", "hint": "synonyms for enamored", "clues": [["smitten", "marked by foolish or unreasoning fondness"], ["in love", "marked by foolish or unreasoning fondness"], ["soft on", "marked by foolish or unreasoning fondness"], ["infatuated", "marked by foolish or unreasoning fondness"], ["potty", "marked by foolish or unreasoning fondness"], ["taken with", "marked by foolish or unreasoning fondness"]]}, {"answer": "enceinte", "hint": "synonyms for enceinte", "clues": [["gravid", "in an advanced stage of pregnancy"], ["expectant", "in an advanced stage of pregnancy"], ["with child", "in an advanced stage of pregnancy"], ["great", "in an advanced stage of pregnancy"], ["big", "in an advanced stage of pregnancy"], ["heavy", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"]]}, {"answer": "enchanting", "hint": "synonyms for enchanting", "clues": [["captivating", "capturing interest as if by a spell"], ["bewitching", "capturing interest as if by a spell"], ["fascinating", "capturing interest as if by a spell"], ["enthralling", "capturing interest as if by a spell"], ["entrancing", "capturing interest as if by a spell"]]}, {"answer": "encompassing", "hint": "synonyms for encompassing", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["surrounding", "closely encircling"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["circumferent", "closely encircling"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "ended", "hint": "synonyms for ended", "clues": [["concluded", "having come or been brought to a conclusion"], ["over", "having come or been brought to a conclusion"], ["complete", "having come or been brought to a conclusion"], ["terminated", "having come or been brought to a conclusion"], ["all over", "having come or been brought to a conclusion"]]}, {"answer": "endemic", "hint": "synonyms for endemic", "clues": [["indigenous", "originating where it is found"], ["autochthonous", "originating where it is found"], ["endemical", "of or relating to a disease (or anything resembling a disease) constantly present to greater or lesser extent in a particular locality"], ["autochthonic", "originating where it is found"], ["autochthonal", "originating where it is found"]]}, {"answer": "endless", "hint": "synonyms for endless", "clues": [["dateless", "having no known beginning and presumably no end"], ["interminable", "tiresomely long; seemingly without end"], ["sempiternal", "having no known beginning and presumably no end"], ["eternal", "tiresomely long; seemingly without end"]]}, {"answer": "engaged", "hint": "synonyms for engaged", "clues": [["in use", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)"], ["booked", "reserved in advance"], ["meshed", "(used of toothed parts or gears) interlocked and interacting"], ["intermeshed", "(used of toothed parts or gears) interlocked and interacting"], ["busy", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)"], ["occupied", "having ones attention or mind or energy engaged"], ["set-aside", "reserved in advance"]]}, {"answer": "engraved", "hint": "synonyms for engraved", "clues": [["graven", "cut or impressed into a surface"], ["inscribed", "cut or impressed into a surface"], ["etched", "cut or impressed into a surface"], ["incised", "cut or impressed into a surface"]]}, {"answer": "engrossed", "hint": "synonyms for engrossed", "clues": [["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["wrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare"]]}, {"answer": "engrossing", "hint": "synonyms for engrossing", "clues": [["gripping", "capable of arousing and holding the attention"], ["absorbing", "capable of arousing and holding the attention"], ["riveting", "capable of arousing and holding the attention"], ["fascinating", "capable of arousing and holding the attention"]]}, {"answer": "enlarged", "hint": "synonyms for enlarged", "clues": [["hypertrophied", "(of an organ or body part) excessively enlarged as a result of increased size in the constituent cells"], ["exaggerated", "enlarged to an abnormal degree"], ["blown-up", "as of a photograph; made larger"], ["magnified", "enlarged to an abnormal degree"]]}, {"answer": "enraged", "hint": "synonyms for enraged", "clues": [["infuriated", "marked by extreme anger"], ["furious", "marked by extreme anger"], ["angered", "marked by extreme anger"], ["maddened", "marked by extreme anger"]]}, {"answer": "enraptured", "hint": "synonyms for enraptured", "clues": [["rhapsodic", "feeling great rapture or delight"], ["ecstatic", "feeling great rapture or delight"], ["rapturous", "feeling great rapture or delight"], ["rapt", "feeling great rapture or delight"]]}, {"answer": "ensuant", "hint": "synonyms for ensuant", "clues": [["resultant", "following or accompanying as a consequence"], ["sequent", "following or accompanying as a consequence"], ["consequent", "following or accompanying as a consequence"], ["concomitant", "following or accompanying as a consequence"], ["incidental", "following or accompanying as a consequence"], ["accompanying", "following or accompanying as a consequence"], ["attendant", "following or accompanying as a consequence"]]}, {"answer": "enthralled", "hint": "synonyms for enthralled", "clues": [["entranced", "filled with wonder and delight"], ["beguiled", "filled with wonder and delight"], ["delighted", "filled with wonder and delight"], ["captivated", "filled with wonder and delight"], ["charmed", "filled with wonder and delight"]]}, {"answer": "enthralling", "hint": "synonyms for enthralling", "clues": [["captivating", "capturing interest as if by a spell"], ["enchanting", "capturing interest as if by a spell"], ["bewitching", "capturing interest as if by a spell"], ["fascinating", "capturing interest as if by a spell"], ["entrancing", "capturing interest as if by a spell"]]}, {"answer": "entire", "hint": "synonyms for entire", "clues": [["integral", "constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon"], ["intact", "(used of domestic animals) sexually competent"], ["full", "constituting the full quantity or extent; complete"], ["total", "constituting the full quantity or extent; complete"]]}, {"answer": "entranced", "hint": "synonyms for entranced", "clues": [["beguiled", "filled with wonder and delight"], ["enthralled", "filled with wonder and delight"], ["delighted", "filled with wonder and delight"], ["captivated", "filled with wonder and delight"], ["charmed", "filled with wonder and delight"]]}, {"answer": "entrancing", "hint": "synonyms for entrancing", "clues": [["captivating", "capturing interest as if by a spell"], ["enchanting", "capturing interest as if by a spell"], ["bewitching", "capturing interest as if by a spell"], ["fascinating", "capturing interest as if by a spell"], ["enthralling", "capturing interest as if by a spell"]]}, {"answer": "enwrapped", "hint": "synonyms for enwrapped", "clues": [["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["wrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare"]]}, {"answer": "eonian", "hint": "synonyms for eonian", "clues": [["perpetual", "continuing forever or indefinitely"], ["everlasting", "continuing forever or indefinitely"], ["unending", "continuing forever or indefinitely"], ["aeonian", "of or relating to a geological eon (longer than an era)"], ["eternal", "continuing forever or indefinitely"], ["unceasing", "continuing forever or indefinitely"], ["ageless", "continuing forever or indefinitely"]]}, {"answer": "ephemeral", "hint": "synonyms for ephemeral", "clues": [["passing", "lasting a very short time"], ["fugacious", "lasting a very short time"], ["transitory", "lasting a very short time"], ["transient", "lasting a very short time"], ["short-lived", "lasting a very short time"]]}, {"answer": "epicene", "hint": "synonyms for epicene", "clues": [["sissyish", "having unsuitable feminine qualities"], ["effeminate", "having unsuitable feminine qualities"], ["cissy", "having unsuitable feminine qualities"], ["emasculate", "having unsuitable feminine qualities"], ["sissy", "having unsuitable feminine qualities"], ["sissified", "having unsuitable feminine qualities"], ["bisexual", "having an ambiguous sexual identity"]]}, {"answer": "epicurean", "hint": "synonyms for epicurean", "clues": [["hedonic", "devoted to pleasure"], ["voluptuous", "displaying luxury and furnishing gratification to the senses"], ["luxurious", "displaying luxury and furnishing gratification to the senses"], ["luxuriant", "displaying luxury and furnishing gratification to the senses"], ["sybaritic", "displaying luxury and furnishing gratification to the senses"], ["voluptuary", "displaying luxury and furnishing gratification to the senses"], ["hedonistic", "devoted to pleasure"]]}, {"answer": "equanimous", "hint": "synonyms for equanimous", "clues": [["collected", "in full control of your faculties"], ["self-contained", "in full control of your faculties"], ["self-possessed", "in full control of your faculties"], ["poised", "in full control of your faculties"], ["self-collected", "in full control of your faculties"]]}, {"answer": "equipped", "hint": "synonyms for equipped", "clues": [["fitted out", "prepared with proper equipment"], ["weaponed", "carrying weapons"], ["furnished", "provided with whatever is necessary for a purpose (as furniture or equipment or authority)"], ["equipt", "provided or fitted out with what is necessary or useful or appropriate"]]}, {"answer": "erose", "hint": "synonyms for erose", "clues": [["jagged", "having an irregularly notched or toothed margin as though gnawed"], ["jaggy", "having an irregularly notched or toothed margin as though gnawed"], ["toothed", "having an irregularly notched or toothed margin as though gnawed"], ["notched", "having an irregularly notched or toothed margin as though gnawed"]]}, {"answer": "erosive", "hint": "synonyms for erosive", "clues": [["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["vitriolic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["caustic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"]]}, {"answer": "erratic", "hint": "synonyms for erratic", "clues": [["quicksilver", "liable to sudden unpredictable change"], ["fickle", "liable to sudden unpredictable change"], ["temperamental", "likely to perform unpredictably; ; ; - Osbert Lancaster"], ["mercurial", "liable to sudden unpredictable change"], ["wandering", "having no fixed course"], ["planetary", "having no fixed course"]]}, {"answer": "erstwhile", "hint": "synonyms for erstwhile", "clues": [["former", "belonging to some prior time"], ["old", "belonging to some prior time"], ["quondam", "belonging to some prior time"], ["sometime", "belonging to some prior time"], ["onetime", "belonging to some prior time"]]}, {"answer": "essential", "hint": "synonyms for essential", "clues": [["substantive", "defining rights and duties as opposed to giving the rules by which rights and duties are established"], ["of the essence", "of the greatest importance"], ["all important", "of the greatest importance"], ["indispensable", "absolutely necessary; vitally necessary"], ["crucial", "of the greatest importance"]]}, {"answer": "established", "hint": "synonyms for established", "clues": [["naturalized", "introduced from another region and persisting without cultivation"], ["effected", "settled securely and unconditionally"], ["accomplished", "settled securely and unconditionally"], ["constituted", "brought about or set up or accepted; especially long established"], ["conventional", "conforming with accepted standards"]]}, {"answer": "estimable", "hint": "synonyms for estimable", "clues": [["good", "deserving of esteem and respect"], ["honorable", "deserving of esteem and respect"], ["respectable", "deserving of esteem and respect"], ["computable", "may be computed or estimated"]]}, {"answer": "esurient", "hint": "synonyms for esurient", "clues": [["ravening", "devouring or craving food in great quantities"], ["voracious", "devouring or craving food in great quantities"], ["wolfish", "devouring or craving food in great quantities"], ["devouring", "(often followed by `for') ardently or excessively desirous"], ["famished", "extremely hungry"], ["rapacious", "devouring or craving food in great quantities"], ["sharp-set", "extremely hungry"], ["ravenous", "devouring or craving food in great quantities"], ["avid", "(often followed by `for') ardently or excessively desirous"], ["starved", "extremely hungry"], ["edacious", "devouring or craving food in great quantities"], ["greedy", "(often followed by `for') ardently or excessively desirous"]]}, {"answer": "etched", "hint": "synonyms for etched", "clues": [["graven", "cut or impressed into a surface"], ["inscribed", "cut or impressed into a surface"], ["engraved", "cut or impressed into a surface"], ["incised", "cut or impressed into a surface"]]}, {"answer": "eternal", "hint": "synonyms for eternal", "clues": [["perpetual", "continuing forever or indefinitely"], ["everlasting", "continuing forever or indefinitely"], ["interminable", "tiresomely long; seemingly without end"], ["unending", "continuing forever or indefinitely"], ["eonian", "continuing forever or indefinitely"], ["unceasing", "continuing forever or indefinitely"], ["ageless", "continuing forever or indefinitely"], ["endless", "tiresomely long; seemingly without end"]]}, {"answer": "ethereal", "hint": "synonyms for ethereal", "clues": [["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["celestial", "of heaven or the spirit"], ["gossamer", "characterized by unusual lightness and delicacy"], ["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle"], ["supernal", "of heaven or the spirit"]]}, {"answer": "ethnic", "hint": "synonyms for ethnic", "clues": [["ethnical", "denoting or deriving from or distinctive of the ways of living built up by a group of people; - J.F.Kennedy"], ["pagan", "not acknowledging the God of Christianity and Judaism and Islam"], ["heathenish", "not acknowledging the God of Christianity and Judaism and Islam"], ["cultural", "denoting or deriving from or distinctive of the ways of living built up by a group of people; - J.F.Kennedy"], ["heathen", "not acknowledging the God of Christianity and Judaism and Islam"]]}, {"answer": "even", "hint": "synonyms for even", "clues": [["tied", "of the score in a contest"], ["regular", "occurring at fixed intervals"], ["level", "of the score in a contest"], ["fifty-fifty", "equal in degree or extent or amount; or equally matched or balanced"]]}, {"answer": "everlasting", "hint": "synonyms for everlasting", "clues": [["perpetual", "continuing forever or indefinitely"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["eonian", "continuing forever or indefinitely"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["unending", "continuing forever or indefinitely"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"], ["eternal", "continuing forever or indefinitely"], ["unceasing", "continuing forever or indefinitely"], ["ageless", "continuing forever or indefinitely"]]}, {"answer": "everyday", "hint": "synonyms for everyday", "clues": [["mundane", "found in the ordinary course of events; ; ; - Anita Diamant"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant"], ["daily", "appropriate for ordinary or routine occasions"], ["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant"], ["casual", "appropriate for ordinary or routine occasions"]]}, {"answer": "evident", "hint": "synonyms for evident", "clues": [["patent", "clearly revealed to the mind or the senses or judgment"], ["discernible", "capable of being seen or noticed"], ["unmistakable", "clearly revealed to the mind or the senses or judgment"], ["apparent", "clearly revealed to the mind or the senses or judgment"], ["manifest", "clearly revealed to the mind or the senses or judgment"], ["observable", "capable of being seen or noticed"], ["plain", "clearly revealed to the mind or the senses or judgment"]]}, {"answer": "evil", "hint": "synonyms for evil", "clues": [["malevolent", "having or exerting a malignant influence"], ["vicious", "having the nature of vice"], ["malign", "having or exerting a malignant influence"], ["malefic", "having or exerting a malignant influence"]]}, {"answer": "evocative", "hint": "synonyms for evocative", "clues": [["reminiscent", "serving to bring to mind; - Wilder Hobson"], ["redolent", "serving to bring to mind; - Wilder Hobson"], ["remindful", "serving to bring to mind; - Wilder Hobson"], ["resonant", "serving to bring to mind; - Wilder Hobson"]]}, {"answer": "ex", "hint": "synonyms for ex", "clues": [["passe", "out of fashion"], ["antique", "out of fashion"], ["demode", "out of fashion"], ["old-hat", "out of fashion"], ["old-fashioned", "out of fashion"], ["outmoded", "out of fashion"]]}, {"answer": "exacting", "hint": "synonyms for exacting", "clues": [["strict", "severe and unremitting in making demands"], ["fastidious", "having complicated nutritional requirements; especially growing only in special artificial cultures"], ["exigent", "requiring precise accuracy"], ["stern", "severe and unremitting in making demands"]]}, {"answer": "exaggerated", "hint": "synonyms for exaggerated", "clues": [["enlarged", "enlarged to an abnormal degree"], ["overstated", "represented as greater than is true or reasonable"], ["overdone", "represented as greater than is true or reasonable"], ["magnified", "enlarged to an abnormal degree"]]}, {"answer": "exalted", "hint": "synonyms for exalted", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "exasperating", "hint": "synonyms for exasperating", "clues": [["maddening", "extremely annoying or displeasing"], ["infuriating", "extremely annoying or displeasing"], ["aggravating", "making worse"], ["exacerbating", "making worse"], ["vexing", "extremely annoying or displeasing"]]}, {"answer": "exceeding", "hint": "synonyms for exceeding", "clues": [["exceptional", "far beyond what is usual in magnitude or degree"], ["prodigious", "far beyond what is usual in magnitude or degree"], ["olympian", "far beyond what is usual in magnitude or degree"], ["surpassing", "far beyond what is usual in magnitude or degree"]]}, {"answer": "exceptional", "hint": "synonyms for exceptional", "clues": [["prodigious", "far beyond what is usual in magnitude or degree"], ["exceeding", "far beyond what is usual in magnitude or degree"], ["special", "surpassing what is common or usual or expected"], ["particular", "surpassing what is common or usual or expected"], ["olympian", "far beyond what is usual in magnitude or degree"], ["surpassing", "far beyond what is usual in magnitude or degree"]]}, {"answer": "excess", "hint": "synonyms for excess", "clues": [["spare", "more than is needed, desired, or required"], ["redundant", "more than is needed, desired, or required"], ["superfluous", "more than is needed, desired, or required"], ["surplus", "more than is needed, desired, or required"], ["supernumerary", "more than is needed, desired, or required"], ["extra", "more than is needed, desired, or required"], ["supererogatory", "more than is needed, desired, or required"]]}, {"answer": "excessive", "hint": "synonyms for excessive", "clues": [["unreasonable", "beyond normal limits"], ["exuberant", "unrestrained, especially with regard to feelings"], ["undue", "beyond normal limits"], ["inordinate", "beyond normal limits"], ["extravagant", "unrestrained, especially with regard to feelings"], ["overweening", "unrestrained, especially with regard to feelings"]]}, {"answer": "exchangeable", "hint": "synonyms for exchangeable", "clues": [["standardised", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["similar", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["convertible", "capable of being exchanged for or replaced by something of equal value"]]}, {"answer": "excited", "hint": "synonyms for excited", "clues": [["aroused", "(of persons) excessively affected by emotion"], ["frantic", "marked by uncontrolled excitement or emotion"], ["worked up", "(of persons) excessively affected by emotion"], ["delirious", "marked by uncontrolled excitement or emotion"], ["activated", "(of e.g. a molecule) made reactive or more reactive"], ["emotional", "(of persons) excessively affected by emotion"], ["mad", "marked by uncontrolled excitement or emotion"], ["unrestrained", "marked by uncontrolled excitement or emotion"]]}, {"answer": "excruciating", "hint": "synonyms for excruciating", "clues": [["agonizing", "extremely painful"], ["torturing", "extremely painful"], ["torturous", "extremely painful"], ["harrowing", "extremely painful"], ["torturesome", "extremely painful"]]}, {"answer": "exculpated", "hint": "synonyms for exculpated", "clues": [["vindicated", "freed from any question of guilt"], ["cleared", "freed from any question of guilt"], ["absolved", "freed from any question of guilt"], ["clear", "freed from any question of guilt"], ["exonerated", "freed from any question of guilt"]]}, {"answer": "execrable", "hint": "synonyms for execrable", "clues": [["deplorable", "of very poor quality or condition"], ["abominable", "unequivocally detestable; ; ; ; - Edmund Burke"], ["wretched", "of very poor quality or condition"], ["detestable", "unequivocally detestable; ; ; ; - Edmund Burke"], ["woeful", "of very poor quality or condition"], ["miserable", "of very poor quality or condition"], ["odious", "unequivocally detestable; ; ; ; - Edmund Burke"], ["damnable", "deserving a curse"]]}, {"answer": "executable", "hint": "synonyms for executable", "clues": [["viable", "capable of being done with means at hand and circumstances as they are"], ["workable", "capable of being done with means at hand and circumstances as they are"], ["feasible", "capable of being done with means at hand and circumstances as they are"], ["practicable", "capable of being done with means at hand and circumstances as they are"]]}, {"answer": "exemplary", "hint": "synonyms for exemplary", "clues": [["warning", "serving to warn"], ["model", "worthy of imitation"], ["typic", "being or serving as an illustration of a type"], ["cautionary", "serving to warn"], ["emblematic", "being or serving as an illustration of a type"], ["monitory", "serving to warn"]]}, {"answer": "exhausted", "hint": "synonyms for exhausted", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "exigent", "hint": "synonyms for exigent", "clues": [["insistent", "demanding attention; ; ; - H.L.Mencken"], ["clamant", "demanding attention; ; ; - H.L.Mencken"], ["exacting", "requiring precise accuracy"], ["instant", "demanding attention; ; ; - H.L.Mencken"], ["crying", "demanding attention; ; ; - H.L.Mencken"]]}, {"answer": "exonerated", "hint": "synonyms for exonerated", "clues": [["vindicated", "freed from any question of guilt"], ["cleared", "freed from any question of guilt"], ["absolved", "freed from any question of guilt"], ["clear", "freed from any question of guilt"], ["exculpated", "freed from any question of guilt"]]}, {"answer": "exorbitant", "hint": "synonyms for exorbitant", "clues": [["outrageous", "greatly exceeding bounds of reason or moderation"], ["unconscionable", "greatly exceeding bounds of reason or moderation"], ["usurious", "greatly exceeding bounds of reason or moderation"], ["steep", "greatly exceeding bounds of reason or moderation"], ["extortionate", "greatly exceeding bounds of reason or moderation"]]}, {"answer": "expectant", "hint": "synonyms for expectant", "clues": [["great", "in an advanced stage of pregnancy"], ["big", "in an advanced stage of pregnancy"], ["with child", "in an advanced stage of pregnancy"], ["anticipant", "marked by eager anticipation"], ["enceinte", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"], ["gravid", "in an advanced stage of pregnancy"], ["anticipative", "marked by eager anticipation"], ["heavy", "in an advanced stage of pregnancy"]]}, {"answer": "expert", "hint": "synonyms for expert", "clues": [["adept", "having or showing knowledge and skill and aptitude"], ["proficient", "having or showing knowledge and skill and aptitude"], ["good", "having or showing knowledge and skill and aptitude"], ["practiced", "having or showing knowledge and skill and aptitude"], ["skilful", "having or showing knowledge and skill and aptitude"], ["technical", "of or relating to or requiring special knowledge to be understood"]]}, {"answer": "exploited", "hint": "synonyms for exploited", "clues": [["used", "of persons; taken advantage of"], ["put-upon", "of persons; taken advantage of"], ["ill-used", "of persons; taken advantage of"], ["victimized", "of persons; taken advantage of"]]}, {"answer": "expressionless", "hint": "synonyms for expressionless", "clues": [["deadpan", "deliberately impassive in manner"], ["impassive", "deliberately impassive in manner"], ["unexpressive", "deliberately impassive in manner"], ["poker-faced", "deliberately impassive in manner"]]}, {"answer": "extemporaneous", "hint": "synonyms for extemporaneous", "clues": [["unrehearsed", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["offhanded", "with little or no preparation or forethought"], ["off-the-cuff", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "extemporary", "hint": "synonyms for extemporary", "clues": [["unrehearsed", "with little or no preparation or forethought"], ["extemporaneous", "with little or no preparation or forethought"], ["offhanded", "with little or no preparation or forethought"], ["off-the-cuff", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "extempore", "hint": "synonyms for extempore", "clues": [["unrehearsed", "with little or no preparation or forethought"], ["extemporaneous", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["offhanded", "with little or no preparation or forethought"], ["off-the-cuff", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"]]}, {"answer": "extended", "hint": "synonyms for extended", "clues": [["extensive", "large in spatial extent or range or scope or quantity"], ["lengthy", "relatively long in duration; tediously protracted"], ["prolonged", "relatively long in duration; tediously protracted"], ["protracted", "relatively long in duration; tediously protracted"], ["lengthened", "drawn out or made longer spatially"], ["drawn-out", "relatively long in duration; tediously protracted"], ["elongated", "drawn out or made longer spatially"]]}, {"answer": "extensive", "hint": "synonyms for extensive", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extended", "large in spatial extent or range or scope or quantity"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "extortionate", "hint": "synonyms for extortionate", "clues": [["outrageous", "greatly exceeding bounds of reason or moderation"], ["exorbitant", "greatly exceeding bounds of reason or moderation"], ["unconscionable", "greatly exceeding bounds of reason or moderation"], ["usurious", "greatly exceeding bounds of reason or moderation"], ["steep", "greatly exceeding bounds of reason or moderation"]]}, {"answer": "extra", "hint": "synonyms for extra", "clues": [["supernumerary", "more than is needed, desired, or required"], ["special", "added to a regular schedule"], ["supererogatory", "more than is needed, desired, or required"], ["spare", "more than is needed, desired, or required"], ["redundant", "more than is needed, desired, or required"], ["superfluous", "more than is needed, desired, or required"], ["surplus", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["additional", "further or added"]]}, {"answer": "extraneous", "hint": "synonyms for extraneous", "clues": [["immaterial", "not pertinent to the matter under consideration"], ["external", "coming from the outside"], ["foreign", "not belonging to that in which it is contained; introduced from an outside source"], ["outside", "coming from the outside"], ["orthogonal", "not pertinent to the matter under consideration"], ["impertinent", "not pertinent to the matter under consideration"]]}, {"answer": "extravagant", "hint": "synonyms for extravagant", "clues": [["prodigal", "recklessly wasteful"], ["excessive", "unrestrained, especially with regard to feelings"], ["exuberant", "unrestrained, especially with regard to feelings"], ["spendthrift", "recklessly wasteful"], ["profligate", "recklessly wasteful"], ["overweening", "unrestrained, especially with regard to feelings"]]}, {"answer": "extroverted", "hint": "synonyms for extroverted", "clues": [["extrospective", "not introspective; examining what is outside yourself"], ["extrovert", "being concerned with the social and physical environment"], ["extraverted", "being concerned with the social and physical environment"], ["outgoing", "at ease in talking to others"], ["forthcoming", "at ease in talking to others"]]}, {"answer": "exuberant", "hint": "synonyms for exuberant", "clues": [["excessive", "unrestrained, especially with regard to feelings"], ["riotous", "produced or growing in extreme abundance"], ["luxuriant", "produced or growing in extreme abundance"], ["extravagant", "unrestrained, especially with regard to feelings"], ["overweening", "unrestrained, especially with regard to feelings"], ["ebullient", "joyously unrestrained"], ["high-spirited", "joyously unrestrained"], ["lush", "produced or growing in extreme abundance"], ["profuse", "produced or growing in extreme abundance"]]}, {"answer": "exultant", "hint": "synonyms for exultant", "clues": [["jubilant", "joyful and proud especially because of triumph or success"], ["triumphant", "joyful and proud especially because of triumph or success"], ["triumphal", "joyful and proud especially because of triumph or success"], ["prideful", "joyful and proud especially because of triumph or success"], ["exulting", "joyful and proud especially because of triumph or success"], ["rejoicing", "joyful and proud especially because of triumph or success"]]}, {"answer": "exulting", "hint": "synonyms for exulting", "clues": [["jubilant", "joyful and proud especially because of triumph or success"], ["triumphant", "joyful and proud especially because of triumph or success"], ["triumphal", "joyful and proud especially because of triumph or success"], ["prideful", "joyful and proud especially because of triumph or success"], ["rejoicing", "joyful and proud especially because of triumph or success"], ["exultant", "joyful and proud especially because of triumph or success"]]}, {"answer": "facile", "hint": "synonyms for facile", "clues": [["silver", "expressing yourself readily, clearly, effectively"], ["eloquent", "expressing yourself readily, clearly, effectively"], ["silver-tongued", "expressing yourself readily, clearly, effectively"], ["fluent", "expressing yourself readily, clearly, effectively"], ["smooth-spoken", "expressing yourself readily, clearly, effectively"]]}, {"answer": "faded", "hint": "synonyms for faded", "clues": [["washy", "having lost freshness or brilliance of color"], ["washed-out", "having lost freshness or brilliance of color"], ["attenuated", "reduced in strength"], ["weakened", "reduced in strength"], ["bleached", "having lost freshness or brilliance of color"]]}, {"answer": "fagged", "hint": "synonyms for fagged", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "faineant", "hint": "synonyms for faineant", "clues": [["slothful", "disinclined to work or exertion"], ["indolent", "disinclined to work or exertion"], ["lazy", "disinclined to work or exertion"], ["otiose", "disinclined to work or exertion"], ["work-shy", "disinclined to work or exertion"]]}, {"answer": "faint", "hint": "synonyms for faint", "clues": [["timid", "lacking conviction or boldness or courage"], ["wispy", "lacking clarity or distinctness"], ["faint-hearted", "lacking conviction or boldness or courage"], ["swooning", "weak and likely to lose consciousness"], ["dim", "lacking clarity or distinctness"], ["feeble", "lacking strength or vigor"], ["weak", "deficient in magnitude; barely perceptible; lacking clarity or brightness or loudness etc"], ["lightheaded", "weak and likely to lose consciousness"], ["vague", "lacking clarity or distinctness"], ["shadowy", "lacking clarity or distinctness"], ["light", "weak and likely to lose consciousness"]]}, {"answer": "fair", "hint": "synonyms for fair", "clues": [["sightly", "very pleasing to the eye"], ["honest", "gained or earned without cheating or stealing"], ["mediocre", "lacking exceptional quality or ability"], ["fairish", "(used of hair or skin) pale or light-colored"], ["average", "lacking exceptional quality or ability"], ["comely", "very pleasing to the eye"], ["middling", "lacking exceptional quality or ability"], ["clean", "(of a manuscript) having few alterations or corrections"], ["bonnie", "very pleasing to the eye"], ["reasonable", "not excessive or extreme"], ["just", "free from favoritism or self-interest or bias or deception; conforming with established standards or rules"], ["bonny", "very pleasing to the eye"]]}, {"answer": "faithless", "hint": "synonyms for faithless", "clues": [["treasonable", "having the character of, or characteristic of, a traitor"], ["unfaithful", "having the character of, or characteristic of, a traitor"], ["treasonous", "having the character of, or characteristic of, a traitor"], ["traitorous", "having the character of, or characteristic of, a traitor"]]}, {"answer": "fake", "hint": "synonyms for fake", "clues": [["false", "not genuine or real; being an imitation of the genuine article"], ["faux", "not genuine or real; being an imitation of the genuine article"], ["simulated", "not genuine or real; being an imitation of the genuine article"], ["bastard", "fraudulent; having a misleading appearance"], ["phoney", "fraudulent; having a misleading appearance"], ["imitation", "not genuine or real; being an imitation of the genuine article"], ["bogus", "fraudulent; having a misleading appearance"]]}, {"answer": "fall-blooming", "hint": "synonyms for fall-blooming", "clues": [["late-flowering", "of plants that bloom during the autumn"], ["fall-flowering", "of plants that bloom during the autumn"], ["late-blooming", "of plants that bloom during the autumn"], ["autumn-flowering", "of plants that bloom during the autumn"], ["autumn-blooming", "of plants that bloom during the autumn"]]}, {"answer": "fall-flowering", "hint": "synonyms for fall-flowering", "clues": [["late-flowering", "of plants that bloom during the autumn"], ["autumn-blooming", "of plants that bloom during the autumn"], ["autumn-flowering", "of plants that bloom during the autumn"], ["late-blooming", "of plants that bloom during the autumn"], ["fall-blooming", "of plants that bloom during the autumn"]]}, {"answer": "false", "hint": "synonyms for false", "clues": [["fictitious", "adopted in order to deceive"], ["delusive", "inappropriate to reality or facts"], ["faux", "not genuine or real; being an imitation of the genuine article"], ["sour", "inaccurate in pitch"], ["simulated", "not genuine or real; being an imitation of the genuine article"], ["pretended", "adopted in order to deceive"], ["untrue", "(used especially of persons) not dependable in devotion or affection; unfaithful"], ["fictive", "adopted in order to deceive"], ["sham", "adopted in order to deceive"], ["assumed", "adopted in order to deceive"], ["off-key", "inaccurate in pitch"], ["fake", "not genuine or real; being an imitation of the genuine article"], ["imitation", "not genuine or real; being an imitation of the genuine article"], ["mistaken", "arising from error"], ["put on", "adopted in order to deceive"]]}, {"answer": "famed", "hint": "synonyms for famed", "clues": [["celebrated", "widely known and esteemed"], ["far-famed", "widely known and esteemed"], ["famous", "widely known and esteemed"], ["noted", "widely known and esteemed"], ["renowned", "widely known and esteemed"], ["illustrious", "widely known and esteemed"], ["notable", "widely known and esteemed"]]}, {"answer": "familial", "hint": "synonyms for familial", "clues": [["transmitted", "occurring among members of a family usually by heredity"], ["transmissible", "occurring among members of a family usually by heredity"], ["hereditary", "occurring among members of a family usually by heredity"], ["genetic", "occurring among members of a family usually by heredity"], ["inherited", "occurring among members of a family usually by heredity"]]}, {"answer": "famished", "hint": "synonyms for famished", "clues": [["sharp-set", "extremely hungry"], ["esurient", "extremely hungry"], ["starved", "extremely hungry"], ["ravenous", "extremely hungry"]]}, {"answer": "famous", "hint": "synonyms for famous", "clues": [["celebrated", "widely known and esteemed"], ["far-famed", "widely known and esteemed"], ["noted", "widely known and esteemed"], ["renowned", "widely known and esteemed"], ["illustrious", "widely known and esteemed"], ["notable", "widely known and esteemed"], ["famed", "widely known and esteemed"]]}, {"answer": "fantastic", "hint": "synonyms for fantastic", "clues": [["grotesque", "ludicrously odd"], ["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["antic", "ludicrously odd"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["fantastical", "existing in fancy only; - Nathaniel Hawthorne"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["wild", "fanciful and unrealistic; foolish"], ["marvelous", "extraordinarily good or great ; used especially as intensifiers"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "far-famed", "hint": "synonyms for far-famed", "clues": [["celebrated", "widely known and esteemed"], ["famous", "widely known and esteemed"], ["noted", "widely known and esteemed"], ["renowned", "widely known and esteemed"], ["illustrious", "widely known and esteemed"], ["notable", "widely known and esteemed"], ["famed", "widely known and esteemed"]]}, {"answer": "far-out", "hint": "synonyms for far-out", "clues": [["quirky", "informal terms; strikingly unconventional"], ["kinky", "informal terms; strikingly unconventional"], ["offbeat", "informal terms; strikingly unconventional"], ["way-out", "informal terms; strikingly unconventional"]]}, {"answer": "farinaceous", "hint": "synonyms for farinaceous", "clues": [["amyloid", "resembling starch"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency"], ["starchlike", "resembling starch"], ["amylaceous", "resembling starch"], ["granular", "composed of or covered with particles resembling meal in texture or consistency"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency"]]}, {"answer": "farseeing", "hint": "synonyms for farseeing", "clues": [["prospicient", "planning prudently for the future"], ["keen-sighted", "capable of seeing to a great distance"], ["long", "planning prudently for the future"], ["longsighted", "capable of seeing to a great distance"], ["farsighted", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["eagle-eyed", "capable of seeing to a great distance"]]}, {"answer": "farsighted", "hint": "synonyms for farsighted", "clues": [["prospicient", "planning prudently for the future"], ["longsighted", "planning prudently for the future"], ["foresighted", "planning prudently for the future"], ["presbyopic", "able to see distant objects clearly"], ["long", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["farseeing", "planning prudently for the future"]]}, {"answer": "farthermost", "hint": "synonyms for farthermost", "clues": [["farthest", "(comparatives of `far') most remote in space or time or order"], ["uttermost", "(comparatives of `far') most remote in space or time or order"], ["utmost", "(comparatives of `far') most remote in space or time or order"], ["furthermost", "(comparatives of `far') most remote in space or time or order"]]}, {"answer": "farthest", "hint": "synonyms for farthest", "clues": [["uttermost", "(comparatives of `far') most remote in space or time or order"], ["farthermost", "(comparatives of `far') most remote in space or time or order"], ["utmost", "(comparatives of `far') most remote in space or time or order"], ["furthest", "(comparatives of `far') most remote in space or time or order"]]}, {"answer": "fascinated", "hint": "synonyms for fascinated", "clues": [["transfixed", "having your attention fixated as though by a spell"], ["spell-bound", "having your attention fixated as though by a spell"], ["mesmerized", "having your attention fixated as though by a spell"], ["hypnotized", "having your attention fixated as though by a spell"]]}, {"answer": "fascinating", "hint": "synonyms for fascinating", "clues": [["gripping", "capable of arousing and holding the attention"], ["engrossing", "capable of arousing and holding the attention"], ["enthralling", "capturing interest as if by a spell"], ["captivating", "capturing interest as if by a spell"], ["enchanting", "capturing interest as if by a spell"], ["riveting", "capable of arousing and holding the attention"], ["bewitching", "capturing interest as if by a spell"], ["absorbing", "capable of arousing and holding the attention"], ["entrancing", "capturing interest as if by a spell"]]}, {"answer": "fast", "hint": "synonyms for fast", "clues": [["firm", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["libertine", "unrestrained by convention or morality"], ["immobile", "securely fixed in place"], ["riotous", "unrestrained by convention or morality"], ["flying", "hurried and brief"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["quick", "hurried and brief"], ["dissipated", "unrestrained by convention or morality"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["debauched", "unrestrained by convention or morality"]]}, {"answer": "fat", "hint": "synonyms for fat", "clues": [["fertile", "marked by great fruitfulness"], ["rich", "marked by great fruitfulness"], ["juicy", "lucrative"], ["productive", "marked by great fruitfulness"], ["fatty", "containing or composed of fat"]]}, {"answer": "fatal", "hint": "synonyms for fatal", "clues": [["fateful", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"]]}, {"answer": "fateful", "hint": "synonyms for fateful", "clues": [["foreboding", "ominously prophetic"], ["fatal", "having momentous consequences; of decisive importance; - Saturday Rev"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur"], ["portentous", "ominously prophetic"]]}, {"answer": "fatheaded", "hint": "synonyms for fatheaded", "clues": [["duncical", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "fatigued", "hint": "synonyms for fatigued", "clues": [["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "fatuous", "hint": "synonyms for fatuous", "clues": [["inane", "devoid of intelligence"], ["asinine", "devoid of intelligence"], ["mindless", "devoid of intelligence"], ["vacuous", "devoid of intelligence"]]}, {"answer": "faux", "hint": "synonyms for faux", "clues": [["simulated", "not genuine or real; being an imitation of the genuine article"], ["false", "not genuine or real; being an imitation of the genuine article"], ["fake", "not genuine or real; being an imitation of the genuine article"], ["imitation", "not genuine or real; being an imitation of the genuine article"]]}, {"answer": "faveolate", "hint": "synonyms for faveolate", "clues": [["pitted", "pitted with cell-like cavities (as a honeycomb)"], ["alveolate", "pitted with cell-like cavities (as a honeycomb)"], ["cavitied", "pitted with cell-like cavities (as a honeycomb)"], ["honeycombed", "pitted with cell-like cavities (as a honeycomb)"]]}, {"answer": "favorable", "hint": "synonyms for favorable", "clues": [["favourable", "occurring at a convenient or suitable time"], ["prosperous", "presaging or likely to bring good luck"], ["well-disposed", "inclined to help or support; not antagonistic or hostile"], ["lucky", "presaging or likely to bring good luck"], ["golden", "presaging or likely to bring good luck"], ["friendly", "inclined to help or support; not antagonistic or hostile"]]}, {"answer": "favored", "hint": "synonyms for favored", "clues": [["pet", "preferred above all others and treated with partiality"], ["preferent", "preferred above all others and treated with partiality"], ["favourite", "preferred above all others and treated with partiality"], ["preferred", "preferred above all others and treated with partiality"], ["best-loved", "preferred above all others and treated with partiality"]]}, {"answer": "favorite", "hint": "synonyms for favorite", "clues": [["favored", "preferred above all others and treated with partiality"], ["pet", "preferred above all others and treated with partiality"], ["preferent", "preferred above all others and treated with partiality"], ["favourite", "appealing to the general public"], ["preferred", "preferred above all others and treated with partiality"], ["best-loved", "preferred above all others and treated with partiality"]]}, {"answer": "favourable", "hint": "synonyms for favourable", "clues": [["favorable", "(of winds or weather) tending to promote or facilitate"], ["lucky", "presaging or likely to bring good luck"], ["golden", "presaging or likely to bring good luck"], ["prosperous", "presaging or likely to bring good luck"]]}, {"answer": "favourite", "hint": "synonyms for favourite", "clues": [["favorite", "appealing to the general public"], ["favored", "preferred above all others and treated with partiality"], ["pet", "preferred above all others and treated with partiality"], ["preferent", "preferred above all others and treated with partiality"], ["preferred", "preferred above all others and treated with partiality"], ["best-loved", "preferred above all others and treated with partiality"]]}, {"answer": "fawning", "hint": "synonyms for fawning", "clues": [["bootlicking", "attempting to win favor from influential people by flattery"], ["obsequious", "attempting to win favor from influential people by flattery"], ["toadyish", "attempting to win favor by flattery"], ["sycophantic", "attempting to win favor by flattery"]]}, {"answer": "fearful", "hint": "synonyms for fearful", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["cowardly", "lacking courage; ignobly timid and faint-hearted; - P.B.Shelley"], ["trepid", "timid by nature or revealing timidity"], ["direful", "causing fear or dread or terror"], ["frightful", "extremely distressing"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"], ["timorous", "timid by nature or revealing timidity"]]}, {"answer": "fearless", "hint": "synonyms for fearless", "clues": [["audacious", "invulnerable to fear or intimidation"], ["hardy", "invulnerable to fear or intimidation"], ["unafraid", "oblivious of dangers or perils or calmly resolute in facing them"], ["dauntless", "invulnerable to fear or intimidation"], ["brave", "invulnerable to fear or intimidation"], ["unfearing", "invulnerable to fear or intimidation"], ["intrepid", "invulnerable to fear or intimidation"]]}, {"answer": "fearsome", "hint": "synonyms for fearsome", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["direful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"]]}, {"answer": "feasible", "hint": "synonyms for feasible", "clues": [["viable", "capable of being done with means at hand and circumstances as they are"], ["practicable", "capable of being done with means at hand and circumstances as they are"], ["workable", "capable of being done with means at hand and circumstances as they are"], ["executable", "capable of being done with means at hand and circumstances as they are"]]}, {"answer": "featherbrained", "hint": "synonyms for featherbrained", "clues": [["airheaded", "lacking seriousness; given to frivolity"], ["empty-headed", "lacking seriousness; given to frivolity"], ["giddy", "lacking seriousness; given to frivolity"], ["dizzy", "lacking seriousness; given to frivolity"], ["lightheaded", "lacking seriousness; given to frivolity"], ["silly", "lacking seriousness; given to frivolity"]]}, {"answer": "fed_up", "hint": "synonyms for fed up", "clues": [["disgusted", "having a strong distaste from surfeit"], ["sick", "having a strong distaste from surfeit"], ["tired of", "having a strong distaste from surfeit"], ["sick of", "having a strong distaste from surfeit"]]}, {"answer": "feeble", "hint": "synonyms for feeble", "clues": [["lame", "pathetically lacking in force or effectiveness"], ["rickety", "lacking bodily or muscular strength or vitality"], ["debile", "lacking bodily or muscular strength or vitality"], ["sapless", "lacking bodily or muscular strength or vitality"], ["nerveless", "lacking strength; - Nathaniel Hawthorne"], ["weakly", "lacking bodily or muscular strength or vitality"], ["faint", "lacking strength or vigor"], ["decrepit", "lacking bodily or muscular strength or vitality"], ["infirm", "lacking bodily or muscular strength or vitality"]]}, {"answer": "feisty", "hint": "synonyms for feisty", "clues": [["touchy", "quick to take offense"], ["plucky", "showing courage"], ["thin-skinned", "quick to take offense"], ["huffy", "quick to take offense"], ["spunky", "showing courage"]]}, {"answer": "fell", "hint": "synonyms for fell", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering"]]}, {"answer": "fertile", "hint": "synonyms for fertile", "clues": [["productive", "marked by great fruitfulness"], ["rich", "marked by great fruitfulness"], ["prolific", "intellectually productive"], ["fat", "marked by great fruitfulness"], ["fecund", "intellectually productive"]]}, {"answer": "fervent", "hint": "synonyms for fervent", "clues": [["fervid", "characterized by intense emotion"], ["ardent", "characterized by intense emotion"], ["perfervid", "characterized by intense emotion"], ["torrid", "characterized by intense emotion"], ["fiery", "characterized by intense emotion"], ["impassioned", "characterized by intense emotion"]]}, {"answer": "fervid", "hint": "synonyms for fervid", "clues": [["fervent", "extremely hot; - Nathaniel Hawthorne; - Frances Trollope"], ["ardent", "characterized by intense emotion"], ["perfervid", "characterized by intense emotion"], ["torrid", "characterized by intense emotion"], ["fiery", "characterized by intense emotion"], ["impassioned", "characterized by intense emotion"]]}, {"answer": "fetid", "hint": "synonyms for fetid", "clues": [["foetid", "offensively malodorous"], ["funky", "offensively malodorous"], ["stinking", "offensively malodorous"], ["noisome", "offensively malodorous"], ["smelly", "offensively malodorous"], ["ill-scented", "offensively malodorous"], ["foul-smelling", "offensively malodorous"], ["foul", "offensively malodorous"]]}, {"answer": "fibrous", "hint": "synonyms for fibrous", "clues": [["stringy", "(of meat) full of sinews; especially impossible to chew"], ["hempen", "having or resembling fibers especially fibers used in making cordage such as those of jute"], ["sinewy", "(of meat) full of sinews; especially impossible to chew"], ["unchewable", "(of meat) full of sinews; especially impossible to chew"]]}, {"answer": "fickle", "hint": "synonyms for fickle", "clues": [["volatile", "marked by erratic changeableness in affections or attachments"], ["quicksilver", "liable to sudden unpredictable change"], ["mercurial", "liable to sudden unpredictable change"], ["erratic", "liable to sudden unpredictable change"]]}, {"answer": "fictitious", "hint": "synonyms for fictitious", "clues": [["fancied", "formed or conceived by the imagination"], ["fabricated", "formed or conceived by the imagination"], ["pretended", "adopted in order to deceive"], ["fictive", "adopted in order to deceive"], ["sham", "adopted in order to deceive"], ["false", "adopted in order to deceive"], ["assumed", "adopted in order to deceive"], ["fictional", "formed or conceived by the imagination"], ["put on", "adopted in order to deceive"]]}, {"answer": "fictive", "hint": "synonyms for fictive", "clues": [["fictitious", "adopted in order to deceive"], ["sham", "adopted in order to deceive"], ["false", "adopted in order to deceive"], ["assumed", "adopted in order to deceive"], ["pretended", "adopted in order to deceive"], ["put on", "adopted in order to deceive"]]}, {"answer": "fiddling", "hint": "synonyms for fiddling", "clues": [["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["petty", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"]]}, {"answer": "fiendish", "hint": "synonyms for fiendish", "clues": [["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["diabolic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "fierce", "hint": "synonyms for fierce", "clues": [["boisterous", "violently agitated and turbulent; ; - Ezra Pound"], ["rough", "violently agitated and turbulent; ; - Ezra Pound"], ["ferocious", "marked by extreme and violent energy"], ["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["savage", "marked by extreme and violent energy"], ["furious", "marked by extreme and violent energy"], ["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["cutthroat", "ruthless in competition"], ["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["bowelless", "ruthless in competition"]]}, {"answer": "fiery", "hint": "synonyms for fiery", "clues": [["flaming", "very intense"], ["fervid", "characterized by intense emotion"], ["fervent", "characterized by intense emotion"], ["ardent", "characterized by intense emotion"], ["igneous", "like or suggestive of fire"], ["torrid", "characterized by intense emotion"], ["perfervid", "characterized by intense emotion"], ["impassioned", "characterized by intense emotion"]]}, {"answer": "filamentlike", "hint": "synonyms for filamentlike", "clues": [["filiform", "thin in diameter; resembling a thread"], ["thready", "thin in diameter; resembling a thread"], ["threadlike", "thin in diameter; resembling a thread"], ["filamentous", "thin in diameter; resembling a thread"]]}, {"answer": "filamentous", "hint": "synonyms for filamentous", "clues": [["filiform", "thin in diameter; resembling a thread"], ["filamentlike", "thin in diameter; resembling a thread"], ["thready", "thin in diameter; resembling a thread"], ["threadlike", "thin in diameter; resembling a thread"]]}, {"answer": "filiform", "hint": "synonyms for filiform", "clues": [["thready", "thin in diameter; resembling a thread"], ["filamentlike", "thin in diameter; resembling a thread"], ["threadlike", "thin in diameter; resembling a thread"], ["filamentous", "thin in diameter; resembling a thread"]]}, {"answer": "filmy", "hint": "synonyms for filmy", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["gauze-like", "so thin as to transmit light"], ["vapourous", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"]]}, {"answer": "filthy", "hint": "synonyms for filthy", "clues": [["dirty", "vile; despicable"], ["lousy", "vile; despicable"], ["nasty", "disgustingly dirty; filled or smeared with offensive matter"], ["foul", "characterized by obscenity"], ["cruddy", "characterized by obscenity"], ["smutty", "characterized by obscenity"]]}, {"answer": "final", "hint": "synonyms for final", "clues": [["concluding", "occurring at or forming an end or termination"], ["last", "not to be altered or undone"], ["net", "conclusive in a process or progression"], ["terminal", "occurring at or forming an end or termination"]]}, {"answer": "fine", "hint": "synonyms for fine", "clues": [["o.k.", "being satisfactory or in satisfactory condition"], ["all right", "being satisfactory or in satisfactory condition"], ["hunky-dory", "being satisfactory or in satisfactory condition"], ["okay", "being satisfactory or in satisfactory condition"], ["ok", "being satisfactory or in satisfactory condition"]]}, {"answer": "fine-grained", "hint": "synonyms for fine-grained", "clues": [["pulverised", "consisting of fine particles"], ["close-grained", "dense or compact in structure or texture, as a wood composed of small-diameter cells"], ["powdery", "consisting of fine particles"], ["powdered", "consisting of fine particles"], ["small-grained", "consisting of fine particles"]]}, {"answer": "fine-looking", "hint": "synonyms for fine-looking", "clues": [["well-favoured", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"]]}, {"answer": "finer", "hint": "synonyms for finer", "clues": [["fine", "of textures that are smooth to the touch or substances consisting of relatively small particles"], ["all right", "being satisfactory or in satisfactory condition"], ["hunky-dory", "being satisfactory or in satisfactory condition"], ["o.k.", "being satisfactory or in satisfactory condition"], ["okay", "being satisfactory or in satisfactory condition"], ["ok", "being satisfactory or in satisfactory condition"]]}, {"answer": "finical", "hint": "synonyms for finical", "clues": [["finicky", "exacting especially about details"], ["fussy", "exacting especially about details"], ["particular", "exacting especially about details"], ["picky", "exacting especially about details"]]}, {"answer": "finicky", "hint": "synonyms for finicky", "clues": [["finical", "exacting especially about details"], ["fussy", "exacting especially about details"], ["particular", "exacting especially about details"], ["picky", "exacting especially about details"]]}, {"answer": "fired", "hint": "synonyms for fired", "clues": [["pink-slipped", "having lost your job"], ["dismissed", "having lost your job"], ["discharged", "having lost your job"], ["laid-off", "having lost your job"]]}, {"answer": "firm", "hint": "synonyms for firm", "clues": [["fast", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["immobile", "securely fixed in place"], ["steadfast", "marked by firm determination or resolution; not shakable"], ["unshakable", "marked by firm determination or resolution; not shakable"], ["steady", "not liable to fluctuate or especially to fall"], ["unwavering", "marked by firm determination or resolution; not shakable"], ["stiff", "marked by firm determination or resolution; not shakable"], ["unfaltering", "marked by firm determination or resolution; not shakable"], ["solid", "not soft or yielding to pressure"], ["unfluctuating", "not liable to fluctuate or especially to fall"], ["strong", "strong and sure"], ["unbendable", "marked by firm determination or resolution; not shakable"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["1st", "indicating the beginning unit in a series"], ["foremost", "ranking above all others"], ["world-class", "ranking above all others"], ["initiative", "serving to set in motion"], ["initiatory", "serving to set in motion"], ["beginning", "serving to begin"], ["maiden", "serving to set in motion"], ["inaugural", "serving to set in motion"]]}, {"answer": "first-rate", "hint": "synonyms for first-rate", "clues": [["topnotch", "of the highest quality"], ["tops", "of the highest quality"], ["super", "of the highest quality"], ["crack", "of the highest quality"], ["tiptop", "of the highest quality"], ["ace", "of the highest quality"]]}, {"answer": "fishy", "hint": "synonyms for fishy", "clues": [["suspect", "not as expected"], ["suspicious", "not as expected"], ["shady", "not as expected"], ["funny", "not as expected"]]}, {"answer": "fitter", "hint": "synonyms for fitter", "clues": [["fit", "(usually followed by `to' or `for') on the point of or strongly disposed"], ["set", "(usually followed by `to' or `for') on the point of or strongly disposed"], ["healthier", "improved in health or physical condition"], ["primed", "(usually followed by `to' or `for') on the point of or strongly disposed"]]}, {"answer": "flabbergasted", "hint": "synonyms for flabbergasted", "clues": [["dumbstricken", "as if struck dumb with astonishment and surprise"], ["dumfounded", "as if struck dumb with astonishment and surprise"], ["thunderstruck", "as if struck dumb with astonishment and surprise"], ["stupefied", "as if struck dumb with astonishment and surprise"], ["dumbstruck", "as if struck dumb with astonishment and surprise"]]}, {"answer": "flag-waving", "hint": "synonyms for flag-waving", "clues": [["nationalistic", "fanatically patriotic"], ["jingoistic", "fanatically patriotic"], ["superpatriotic", "fanatically patriotic"], ["ultranationalistic", "fanatically patriotic"], ["chauvinistic", "fanatically patriotic"]]}, {"answer": "flagitious", "hint": "synonyms for flagitious", "clues": [["atrocious", "shockingly brutal or cruel"], ["grievous", "shockingly brutal or cruel"], ["heinous", "extremely wicked, deeply criminal"], ["monstrous", "shockingly brutal or cruel"]]}, {"answer": "flagrant", "hint": "synonyms for flagrant", "clues": [["crying", "conspicuously and outrageously bad or reprehensible"], ["rank", "conspicuously and outrageously bad or reprehensible"], ["glaring", "conspicuously and outrageously bad or reprehensible"], ["gross", "conspicuously and outrageously bad or reprehensible"], ["egregious", "conspicuously and outrageously bad or reprehensible"]]}, {"answer": "flakey", "hint": "synonyms for flakey", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["flaky", "made of or resembling flakes"], ["outre", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "flaky", "hint": "synonyms for flaky", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["flakey", "made of or resembling flakes"]]}, {"answer": "flamboyant", "hint": "synonyms for flamboyant", "clues": [["florid", "elaborately or excessively ornamented"], ["showy", "marked by ostentation but often tasteless"], ["splashy", "marked by ostentation but often tasteless"], ["aureate", "elaborately or excessively ornamented"]]}, {"answer": "flaming", "hint": "synonyms for flaming", "clues": [["crashing", "informal intensifiers"], ["bally", "informal intensifiers"], ["bloody", "informal intensifiers"], ["fucking", "informal intensifiers"], ["blinking", "informal intensifiers"], ["fiery", "very intense"], ["blooming", "informal intensifiers"]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["cheap", "tastelessly showy"], ["flashy", "tastelessly showy"], ["garish", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"]]}, {"answer": "flashy", "hint": "synonyms for flashy", "clues": [["flash", "tastelessly showy"], ["sporty", "(used especially of clothes) marked by conspicuous display"], ["cheap", "tastelessly showy"], ["jazzy", "(used especially of clothes) marked by conspicuous display"], ["garish", "tastelessly showy"], ["gaudy", "(used especially of clothes) marked by conspicuous display"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"], ["showy", "(used especially of clothes) marked by conspicuous display"]]}, {"answer": "flat", "hint": "synonyms for flat", "clues": [["plane", "having a surface without slope, tilt in which no part is higher or lower than another"], ["flavourless", "lacking taste or flavor or tang"], ["prostrate", "stretched out and lying at full length along the ground"], ["compressed", "flattened laterally along the whole length (e.g., certain leafstalks or flatfishes)"], ["categoric", "not modified or restricted by reservations"], ["level", "having a surface without slope, tilt in which no part is higher or lower than another"], ["monotone", "sounded or spoken in a tone unvarying in pitch"], ["matte", "not reflecting light; not glossy"], ["mat", "not reflecting light; not glossy"], ["bland", "lacking stimulating characteristics; uninteresting"], ["monotonous", "sounded or spoken in a tone unvarying in pitch"], ["vapid", "lacking taste or flavor or tang"], ["unconditional", "not modified or restricted by reservations"], ["2-dimensional", "lacking the expected range or depth; not designed to give an illusion or depth"], ["monotonic", "sounded or spoken in a tone unvarying in pitch"], ["savorless", "lacking taste or flavor or tang"], ["insipid", "lacking taste or flavor or tang"]]}, {"answer": "flavorful", "hint": "synonyms for flavorful", "clues": [["sapid", "full of flavor"], ["flavourous", "full of flavor"], ["saporous", "full of flavor"], ["flavoursome", "full of flavor"], ["flavourful", "full of flavor"]]}, {"answer": "flavorless", "hint": "synonyms for flavorless", "clues": [["vapid", "lacking taste or flavor or tang"], ["savourless", "lacking taste or flavor or tang"], ["flat", "lacking taste or flavor or tang"], ["insipid", "lacking taste or flavor or tang"], ["bland", "lacking taste or flavor or tang"]]}, {"answer": "flavorous", "hint": "synonyms for flavorous", "clues": [["flavorful", "full of flavor"], ["sapid", "full of flavor"], ["flavourous", "full of flavor"], ["saporous", "full of flavor"], ["flavoursome", "full of flavor"]]}, {"answer": "flavorsome", "hint": "synonyms for flavorsome", "clues": [["flavorful", "full of flavor"], ["sapid", "full of flavor"], ["flavourous", "full of flavor"], ["saporous", "full of flavor"], ["flavoursome", "full of flavor"]]}, {"answer": "flavourful", "hint": "synonyms for flavourful", "clues": [["flavorful", "full of flavor"], ["sapid", "full of flavor"], ["flavourous", "full of flavor"], ["saporous", "full of flavor"], ["flavoursome", "full of flavor"]]}, {"answer": "flavourless", "hint": "synonyms for flavourless", "clues": [["vapid", "lacking taste or flavor or tang"], ["savourless", "lacking taste or flavor or tang"], ["flat", "lacking taste or flavor or tang"], ["insipid", "lacking taste or flavor or tang"], ["flavorless", "lacking taste or flavor or tang"], ["bland", "lacking taste or flavor or tang"]]}, {"answer": "flavourous", "hint": "synonyms for flavourous", "clues": [["flavorful", "full of flavor"], ["sapid", "full of flavor"], ["saporous", "full of flavor"], ["flavoursome", "full of flavor"], ["flavorous", "full of flavor"]]}, {"answer": "flavoursome", "hint": "synonyms for flavoursome", "clues": [["flavorful", "full of flavor"], ["sapid", "full of flavor"], ["flavourous", "full of flavor"], ["saporous", "full of flavor"], ["flavorsome", "full of flavor"]]}, {"answer": "flea-bitten", "hint": "synonyms for flea-bitten", "clues": [["derelict", "worn and broken down by hard use"], ["decrepit", "worn and broken down by hard use"], ["woebegone", "worn and broken down by hard use"], ["creaky", "worn and broken down by hard use"], ["run-down", "worn and broken down by hard use"]]}, {"answer": "flexible", "hint": "synonyms for flexible", "clues": [["compromising", "making or willing to make concessions"], ["elastic", "able to adjust readily to different conditions"], ["whippy", "bending and snapping back readily without breaking"], ["conciliatory", "making or willing to make concessions"], ["pliant", "able to adjust readily to different conditions"], ["flexile", "able to flex; able to bend easily"], ["pliable", "able to adjust readily to different conditions"]]}, {"answer": "flighty", "hint": "synonyms for flighty", "clues": [["head-in-the-clouds", "guided by whim and fancy"], ["skittish", "unpredictably excitable (especially of horses)"], ["scatterbrained", "guided by whim and fancy"], ["nervous", "unpredictably excitable (especially of horses)"], ["flyaway", "guided by whim and fancy"], ["spooky", "unpredictably excitable (especially of horses)"]]}, {"answer": "flimsy", "hint": "synonyms for flimsy", "clues": [["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["unconvincing", "not convincing"], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\""]]}, {"answer": "flint", "hint": "synonyms for flint", "clues": [["obdurate", "showing unfeeling resistance to tender feelings"], ["flinty", "showing unfeeling resistance to tender feelings"], ["granitic", "showing unfeeling resistance to tender feelings"], ["stony", "showing unfeeling resistance to tender feelings"]]}, {"answer": "flinty", "hint": "synonyms for flinty", "clues": [["obdurate", "showing unfeeling resistance to tender feelings"], ["flint", "showing unfeeling resistance to tender feelings"], ["granitic", "showing unfeeling resistance to tender feelings"], ["stony", "showing unfeeling resistance to tender feelings"]]}, {"answer": "floating", "hint": "synonyms for floating", "clues": [["vagabond", "continually changing especially as from one abode or occupation to another"], ["vagrant", "continually changing especially as from one abode or occupation to another"], ["drifting", "continually changing especially as from one abode or occupation to another"], ["aimless", "continually changing especially as from one abode or occupation to another"]]}, {"answer": "flooded", "hint": "synonyms for flooded", "clues": [["inundated", "covered with water"], ["overflowing", "covered with water"], ["awash", "covered with water"], ["afloat", "covered with water"]]}, {"answer": "florid", "hint": "synonyms for florid", "clues": [["ruddy", "inclined to a healthy reddish color often associated with outdoor life"], ["aureate", "elaborately or excessively ornamented"], ["flamboyant", "elaborately or excessively ornamented"], ["sanguine", "inclined to a healthy reddish color often associated with outdoor life"], ["rubicund", "inclined to a healthy reddish color often associated with outdoor life"]]}, {"answer": "flourishing", "hint": "synonyms for flourishing", "clues": [["palmy", "very lively and profitable"], ["prospering", "very lively and profitable"], ["booming", "very lively and profitable"], ["prosperous", "very lively and profitable"], ["roaring", "very lively and profitable"], ["thriving", "very lively and profitable"]]}, {"answer": "fluent", "hint": "synonyms for fluent", "clues": [["eloquent", "expressing yourself readily, clearly, effectively"], ["facile", "expressing yourself readily, clearly, effectively"], ["fluid", "smooth and unconstrained in movement"], ["smooth", "smooth and unconstrained in movement"], ["smooth-spoken", "expressing yourself readily, clearly, effectively"], ["silver", "expressing yourself readily, clearly, effectively"], ["liquid", "smooth and unconstrained in movement"], ["silver-tongued", "expressing yourself readily, clearly, effectively"]]}, {"answer": "fluid", "hint": "synonyms for fluid", "clues": [["unstable", "subject to change; variable"], ["liquid", "smooth and unconstrained in movement"], ["fluent", "smooth and unconstrained in movement"], ["runny", "characteristic of a fluid; capable of flowing and easily changing shape"], ["mobile", "affording change (especially in social status)"], ["smooth", "smooth and unconstrained in movement"]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["loaded", "having an abundant supply of money or possessions of value"], ["moneyed", "having an abundant supply of money or possessions of value"], ["wealthy", "having an abundant supply of money or possessions of value"], ["affluent", "having an abundant supply of money or possessions of value"]]}, {"answer": "flushed", "hint": "synonyms for flushed", "clues": [["rosy", "having the pinkish flush of health"], ["rose-cheeked", "having the pinkish flush of health"], ["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["crimson", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["red", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"]]}, {"answer": "flyspeck", "hint": "synonyms for flyspeck", "clues": [["diminutive", "very small"], ["lilliputian", "very small"], ["midget", "very small"], ["petite", "very small"], ["tiny", "very small"], ["bantam", "very small"]]}, {"answer": "foaming", "hint": "synonyms for foaming", "clues": [["foamy", "producing or covered with lathery sweat or saliva from exhaustion or disease"], ["frothy", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation"], ["frothing", "producing or covered with lathery sweat or saliva from exhaustion or disease"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation"]]}, {"answer": "foamy", "hint": "synonyms for foamy", "clues": [["frothing", "producing or covered with lathery sweat or saliva from exhaustion or disease"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation"], ["frothy", "emitting or filled with bubbles as from carbonation or fermentation"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation"]]}, {"answer": "foetid", "hint": "synonyms for foetid", "clues": [["funky", "offensively malodorous"], ["stinking", "offensively malodorous"], ["noisome", "offensively malodorous"], ["smelly", "offensively malodorous"], ["ill-scented", "offensively malodorous"], ["fetid", "offensively malodorous"], ["foul-smelling", "offensively malodorous"], ["foul", "offensively malodorous"]]}, {"answer": "foggy", "hint": "synonyms for foggy", "clues": [["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["blurry", "indistinct or hazy in outline"], ["fuzzy", "indistinct or hazy in outline"], ["blurred", "indistinct or hazy in outline"], ["hazy", "indistinct or hazy in outline"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["bleary", "indistinct or hazy in outline"], ["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["muzzy", "indistinct or hazy in outline"], ["brumous", "filled or abounding with fog or mist"], ["misty", "filled or abounding with fog or mist"], ["fogged", "obscured by fog"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"]]}, {"answer": "fogyish", "hint": "synonyms for fogyish", "clues": [["mossy", "(used pejoratively) out of fashion; old fashioned"], ["stodgy", "(used pejoratively) out of fashion; old fashioned"], ["moss-grown", "(used pejoratively) out of fashion; old fashioned"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned"]]}, {"answer": "foiled", "hint": "synonyms for foiled", "clues": [["disappointed", "disappointingly unsuccessful"], ["thwarted", "disappointingly unsuccessful"], ["frustrated", "disappointingly unsuccessful"], ["discomfited", "disappointingly unsuccessful"], ["defeated", "disappointingly unsuccessful"]]}, {"answer": "fond", "hint": "synonyms for fond", "clues": [["lovesome", "having or displaying warmth or affection"], ["affectionate", "having or displaying warmth or affection"], ["doting", "extravagantly or foolishly loving and indulgent"], ["partial", "(followed by `of' or `to') having a strong preference or liking for"], ["adoring", "extravagantly or foolishly loving and indulgent"], ["warm", "having or displaying warmth or affection"], ["tender", "having or displaying warmth or affection"]]}, {"answer": "foolish", "hint": "synonyms for foolish", "clues": [["goosy", "having or revealing stupidity"], ["anserine", "having or revealing stupidity"], ["dopy", "having or revealing stupidity"], ["gooselike", "having or revealing stupidity"], ["jerky", "having or revealing stupidity"]]}, {"answer": "footling", "hint": "synonyms for footling", "clues": [["little", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["petty", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"]]}, {"answer": "forbidden", "hint": "synonyms for forbidden", "clues": [["taboo", "excluded from use or mention"], ["tabu", "excluded from use or mention"], ["proscribed", "excluded from use or mention"], ["verboten", "excluded from use or mention"], ["prohibited", "excluded from use or mention"], ["out", "excluded from use or mention"]]}, {"answer": "forbidding", "hint": "synonyms for forbidding", "clues": [["menacing", "threatening or foreshadowing evil or tragic developments"], ["minatory", "threatening or foreshadowing evil or tragic developments"], ["ominous", "threatening or foreshadowing evil or tragic developments"], ["baleful", "threatening or foreshadowing evil or tragic developments"], ["grim", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie"], ["sinister", "threatening or foreshadowing evil or tragic developments"], ["threatening", "threatening or foreshadowing evil or tragic developments"], ["dour", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie"], ["minacious", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "foregone", "hint": "synonyms for foregone", "clues": [["departed", "well in the past; former"], ["gone", "well in the past; former"], ["bypast", "well in the past; former"], ["bygone", "well in the past; former"]]}, {"answer": "foresighted", "hint": "synonyms for foresighted", "clues": [["prospicient", "planning prudently for the future"], ["farsighted", "planning prudently for the future"], ["longsighted", "planning prudently for the future"], ["long", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["farseeing", "planning prudently for the future"]]}, {"answer": "foresightful", "hint": "synonyms for foresightful", "clues": [["prospicient", "planning prudently for the future"], ["farsighted", "planning prudently for the future"], ["longsighted", "planning prudently for the future"], ["long", "planning prudently for the future"], ["farseeing", "planning prudently for the future"]]}, {"answer": "forficate", "hint": "synonyms for forficate", "clues": [["fork-like", "resembling a fork; divided or separated into two branches"], ["bifurcate", "resembling a fork; divided or separated into two branches"], ["pronged", "resembling a fork; divided or separated into two branches"], ["biramous", "resembling a fork; divided or separated into two branches"], ["forked", "resembling a fork; divided or separated into two branches"], ["prongy", "resembling a fork; divided or separated into two branches"], ["branched", "resembling a fork; divided or separated into two branches"]]}, {"answer": "forgetful", "hint": "synonyms for forgetful", "clues": [["mindless", "not mindful or attentive; - G.B.Shaw"], ["short", "(of memory) deficient in retentiveness or range"], ["unretentive", "(of memory) deficient in retentiveness or range"], ["unmindful", "not mindful or attentive; - G.B.Shaw"], ["oblivious", "failing to keep in mind"]]}, {"answer": "fork-like", "hint": "synonyms for fork-like", "clues": [["bifurcate", "resembling a fork; divided or separated into two branches"], ["forficate", "resembling a fork; divided or separated into two branches"], ["pronged", "resembling a fork; divided or separated into two branches"], ["biramous", "resembling a fork; divided or separated into two branches"], ["forked", "resembling a fork; divided or separated into two branches"], ["prongy", "resembling a fork; divided or separated into two branches"], ["branched", "resembling a fork; divided or separated into two branches"]]}, {"answer": "forked", "hint": "synonyms for forked", "clues": [["fork-like", "resembling a fork; divided or separated into two branches"], ["bifurcate", "resembling a fork; divided or separated into two branches"], ["double", "having two meanings with intent to deceive"], ["forficate", "resembling a fork; divided or separated into two branches"], ["pronged", "resembling a fork; divided or separated into two branches"], ["biramous", "resembling a fork; divided or separated into two branches"], ["prongy", "resembling a fork; divided or separated into two branches"], ["branched", "resembling a fork; divided or separated into two branches"]]}, {"answer": "formal", "hint": "synonyms for formal", "clues": [["conventional", "represented in simplified or symbolic form"], ["stately", "refined or imposing in manner or appearance; befitting a royal court"], ["courtly", "refined or imposing in manner or appearance; befitting a royal court"], ["schematic", "represented in simplified or symbolic form"]]}, {"answer": "former", "hint": "synonyms for former", "clues": [["previous", "(used especially of persons) of the immediate past"], ["early", "belonging to the distant past"], ["one-time", "belonging to some prior time"], ["other", "belonging to the distant past"], ["quondam", "belonging to some prior time"], ["sometime", "belonging to some prior time"], ["old", "belonging to some prior time"], ["erstwhile", "belonging to some prior time"], ["late", "(used especially of persons) of the immediate past"]]}, {"answer": "forthcoming", "hint": "synonyms for forthcoming", "clues": [["outgoing", "at ease in talking to others"], ["extroverted", "at ease in talking to others"], ["upcoming", "of the relatively near future"], ["approaching", "of the relatively near future"]]}, {"answer": "forthright", "hint": "synonyms for forthright", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "foul", "hint": "synonyms for foul", "clues": [["cruddy", "characterized by obscenity"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["filthy", "characterized by obscenity"], ["noisome", "offensively malodorous"], ["smelly", "offensively malodorous"], ["repelling", "highly offensive; arousing aversion or disgust"], ["nasty", "characterized by obscenity"], ["ill-scented", "offensively malodorous"], ["dirty", "(of a manuscript) defaced with changes"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["foul-smelling", "offensively malodorous"], ["stinking", "offensively malodorous"], ["revolting", "highly offensive; arousing aversion or disgust"], ["repellent", "highly offensive; arousing aversion or disgust"], ["unsporting", "violating accepted standards or rules"], ["fouled", "especially of a ship's lines etc"], ["foetid", "offensively malodorous"], ["funky", "offensively malodorous"], ["cheating", "violating accepted standards or rules"], ["skanky", "highly offensive; arousing aversion or disgust"], ["afoul", "especially of a ship's lines etc"], ["smutty", "characterized by obscenity"], ["wicked", "highly offensive; arousing aversion or disgust"], ["unsportsmanlike", "violating accepted standards or rules"], ["marked-up", "(of a manuscript) defaced with changes"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "foul-smelling", "hint": "synonyms for foul-smelling", "clues": [["foetid", "offensively malodorous"], ["funky", "offensively malodorous"], ["stinking", "offensively malodorous"], ["noisome", "offensively malodorous"], ["smelly", "offensively malodorous"], ["ill-scented", "offensively malodorous"], ["foul", "offensively malodorous"]]}, {"answer": "foxy", "hint": "synonyms for foxy", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "fractious", "hint": "synonyms for fractious", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["refractory", "stubbornly resistant to authority or control"], ["petulant", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["recalcitrant", "stubbornly resistant to authority or control"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "fragile", "hint": "synonyms for fragile", "clues": [["frail", "easily broken or damaged or destroyed"], ["delicate", "easily broken or damaged or destroyed"], ["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\""]]}, {"answer": "frail", "hint": "synonyms for frail", "clues": [["weak", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings"], ["delicate", "easily broken or damaged or destroyed"], ["fragile", "easily broken or damaged or destroyed"], ["imperfect", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings"], ["fallible", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings"]]}, {"answer": "frank", "hint": "synonyms for frank", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "frantic", "hint": "synonyms for frantic", "clues": [["delirious", "marked by uncontrolled excitement or emotion"], ["phrenetic", "excessively agitated; distraught with fear or other violent emotion"], ["excited", "marked by uncontrolled excitement or emotion"], ["frenzied", "excessively agitated; distraught with fear or other violent emotion"], ["mad", "marked by uncontrolled excitement or emotion"], ["frenetic", "excessively agitated; distraught with fear or other violent emotion"], ["unrestrained", "marked by uncontrolled excitement or emotion"]]}, {"answer": "freakish", "hint": "synonyms for freakish", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["capricious", "changeable"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "freaky", "hint": "synonyms for freaky", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "free", "hint": "synonyms for free", "clues": [["spare", "not taken up by scheduled activities"], ["devoid", "completely wanting or lacking"], ["liberal", "not literal"], ["detached", "not fixed in position"], ["destitute", "completely wanting or lacking"], ["innocent", "completely wanting or lacking"], ["loose", "not literal"], ["gratis", "costing nothing"], ["complimentary", "costing nothing"], ["gratuitous", "costing nothing"], ["costless", "costing nothing"], ["barren", "completely wanting or lacking"]]}, {"answer": "free-spoken", "hint": "synonyms for free-spoken", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "freehanded", "hint": "synonyms for freehanded", "clues": [["bounteous", "given or giving freely"], ["big", "given or giving freely"], ["openhanded", "given or giving freely"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["freehand", "done by hand without mechanical aids or devices"], ["bighearted", "given or giving freely"], ["giving", "given or giving freely"]]}, {"answer": "freewheeling", "hint": "synonyms for freewheeling", "clues": [["carefree", "cheerfully irresponsible"], ["happy-go-lucky", "cheerfully irresponsible"], ["harum-scarum", "cheerfully irresponsible"], ["devil-may-care", "cheerfully irresponsible"], ["slaphappy", "cheerfully irresponsible"]]}, {"answer": "frenzied", "hint": "synonyms for frenzied", "clues": [["phrenetic", "excessively agitated; distraught with fear or other violent emotion"], ["frenetic", "excessively agitated; distraught with fear or other violent emotion"], ["frantic", "excessively agitated; distraught with fear or other violent emotion"], ["manic", "affected with or marked by frenzy or mania uncontrolled by reason; ; ; - H.W.Carter"]]}, {"answer": "fresh", "hint": "synonyms for fresh", "clues": [["novel", "original and of a kind not seen before"], ["smart", "improperly forward or bold"], ["brisk", "imparting vitality and energy"], ["sassy", "improperly forward or bold"], ["bracing", "imparting vitality and energy"], ["refreshful", "imparting vitality and energy"], ["invigorated", "with restored energy"], ["sweet", "not soured or preserved"], ["unfermented", "not soured or preserved"], ["overbold", "improperly forward or bold"], ["unused", "not yet used or soiled"], ["wise", "improperly forward or bold"], ["new", "original and of a kind not seen before"], ["saucy", "improperly forward or bold"], ["clean", "free from impurities"], ["tonic", "imparting vitality and energy"], ["impertinent", "improperly forward or bold"], ["impudent", "improperly forward or bold"], ["refreshing", "imparting vitality and energy"], ["refreshed", "with restored energy"]]}, {"answer": "fretful", "hint": "synonyms for fretful", "clues": [["antsy", "nervous and unable to relax"], ["querulous", "habitually complaining"], ["whiny", "habitually complaining"], ["fidgety", "nervous and unable to relax"], ["itchy", "nervous and unable to relax"]]}, {"answer": "fricative", "hint": "synonyms for fricative", "clues": [["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"]]}, {"answer": "frightened", "hint": "synonyms for frightened", "clues": [["panic-struck", "thrown into a state of intense fear or desperation"], ["scared", "made afraid"], ["panicky", "thrown into a state of intense fear or desperation"], ["panicked", "thrown into a state of intense fear or desperation"], ["panic-stricken", "thrown into a state of intense fear or desperation"], ["terrified", "thrown into a state of intense fear or desperation"]]}, {"answer": "frightening", "hint": "synonyms for frightening", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["direful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"]]}, {"answer": "frightful", "hint": "synonyms for frightful", "clues": [["horrible", "provoking horror; ; ; ; - Winston Churchill"], ["tremendous", "extreme in degree or extent or amount or impact"], ["awful", "extreme in degree or extent or amount or impact"], ["terrible", "extreme in degree or extent or amount or impact"], ["fearful", "extremely distressing"], ["atrocious", "provoking horror; ; ; ; - Winston Churchill"], ["ugly", "provoking horror; ; ; ; - Winston Churchill"], ["horrifying", "provoking horror; ; ; ; - Winston Churchill"]]}, {"answer": "frigid", "hint": "synonyms for frigid", "clues": [["cold", "sexually unresponsive"], ["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["icy", "extremely cold"], ["arctic", "extremely cold"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["gelid", "extremely cold"], ["polar", "extremely cold"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"]]}, {"answer": "frizzly", "hint": "synonyms for frizzly", "clues": [["kinky", "(of hair) in small tight curls"], ["crisp", "(of hair) in small tight curls"], ["frizzy", "(of hair) in small tight curls"], ["nappy", "(of hair) in small tight curls"]]}, {"answer": "frizzy", "hint": "synonyms for frizzy", "clues": [["frizzly", "(of hair) in small tight curls"], ["crisp", "(of hair) in small tight curls"], ["kinky", "(of hair) in small tight curls"], ["nappy", "(of hair) in small tight curls"]]}, {"answer": "frolicky", "hint": "synonyms for frolicky", "clues": [["sportive", "given to merry frolicking"], ["frolicsome", "given to merry frolicking"], ["coltish", "given to merry frolicking"], ["rollicking", "given to merry frolicking"]]}, {"answer": "frolicsome", "hint": "synonyms for frolicsome", "clues": [["rollicking", "given to merry frolicking"], ["sportive", "given to merry frolicking"], ["coltish", "given to merry frolicking"], ["frolicky", "given to merry frolicking"]]}, {"answer": "frosty", "hint": "synonyms for frosty", "clues": [["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["crisp", "pleasantly cold and invigorating"], ["nipping", "pleasantly cold and invigorating"], ["rimy", "covered with frost; ; -Wm.Faulkner"], ["snappy", "pleasantly cold and invigorating"], ["nippy", "pleasantly cold and invigorating"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["rimed", "covered with frost; ; -Wm.Faulkner"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"]]}, {"answer": "frothy", "hint": "synonyms for frothy", "clues": [["bubbly", "emitting or filled with bubbles as from carbonation or fermentation"], ["foamy", "emitting or filled with bubbles as from carbonation or fermentation"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation"], ["sparkly", "marked by high spirits or excitement"], ["scintillating", "marked by high spirits or excitement"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescent", "marked by high spirits or excitement"]]}, {"answer": "frozen", "hint": "synonyms for frozen", "clues": [["quick-frozen", "(used of foods) preserved by freezing sufficiently rapidly to retain flavor and nutritional value"], ["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["stock-still", "absolutely still"], ["fixed", "incapable of being changed or moved or undone; e.g."], ["rooted", "absolutely still"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["flash-frozen", "(used of foods) preserved by freezing sufficiently rapidly to retain flavor and nutritional value"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"]]}, {"answer": "frugal", "hint": "synonyms for frugal", "clues": [["sparing", "avoiding waste"], ["economical", "avoiding waste"], ["scotch", "avoiding waste"], ["stinting", "avoiding waste"]]}, {"answer": "fruitless", "hint": "synonyms for fruitless", "clues": [["futile", "unproductive of success"], ["bootless", "unproductive of success"], ["vain", "unproductive of success"], ["sleeveless", "unproductive of success"]]}, {"answer": "fruity", "hint": "synonyms for fruity", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "frustrated", "hint": "synonyms for frustrated", "clues": [["disappointed", "disappointingly unsuccessful"], ["thwarted", "disappointingly unsuccessful"], ["discomfited", "disappointingly unsuccessful"], ["foiled", "disappointingly unsuccessful"], ["defeated", "disappointingly unsuccessful"]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["crashing", "informal intensifiers"], ["bally", "informal intensifiers"], ["flaming", "informal intensifiers"], ["bloody", "informal intensifiers"], ["blinking", "informal intensifiers"], ["blooming", "informal intensifiers"]]}, {"answer": "fuddled", "hint": "synonyms for fuddled", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "fugacious", "hint": "synonyms for fugacious", "clues": [["passing", "lasting a very short time"], ["ephemeral", "lasting a very short time"], ["transitory", "lasting a very short time"], ["transient", "lasting a very short time"], ["short-lived", "lasting a very short time"]]}, {"answer": "fulgent", "hint": "synonyms for fulgent", "clues": [["dazzling", "shining intensely"], ["blazing", "shining intensely"], ["blinding", "shining intensely"], ["glary", "shining intensely"], ["glaring", "shining intensely"]]}, {"answer": "fulgid", "hint": "synonyms for fulgid", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"]]}, {"answer": "full", "hint": "synonyms for full", "clues": [["good", "having the normally expected amount"], ["total", "complete in extent or degree and in every particular"], ["wide-cut", "having ample fabric"], ["replete", "filled to satisfaction with food or drink"], ["entire", "constituting the full quantity or extent; complete"], ["wide", "having ample fabric"], ["broad", "being at a peak or culminating point"]]}, {"answer": "full-blooded", "hint": "synonyms for full-blooded", "clues": [["lusty", "endowed with or exhibiting great bodily or mental health"], ["red-blooded", "endowed with or exhibiting great bodily or mental health"], ["blooded", "of unmixed ancestry"], ["full-blood", "of unmixed ancestry"], ["hearty", "endowed with or exhibiting great bodily or mental health"]]}, {"answer": "full-bosomed", "hint": "synonyms for full-bosomed", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "full-grown", "hint": "synonyms for full-grown", "clues": [["big", "(of animals) fully developed"], ["grownup", "(of animals) fully developed"], ["grown", "(of animals) fully developed"], ["adult", "(of animals) fully developed"], ["fully grown", "(of animals) fully developed"]]}, {"answer": "fully_grown", "hint": "synonyms for fully grown", "clues": [["big", "(of animals) fully developed"], ["full-grown", "(of animals) fully developed"], ["grown", "(of animals) fully developed"], ["adult", "(of animals) fully developed"], ["grownup", "(of animals) fully developed"]]}, {"answer": "fulsome", "hint": "synonyms for fulsome", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech"]]}, {"answer": "functional", "hint": "synonyms for functional", "clues": [["working", "(of e.g. a machine) performing or capable of performing"], ["operational", "fit or ready for use or service"], ["operable", "fit or ready for use or service"], ["usable", "fit or ready for use or service"], ["operative", "(of e.g. a machine) performing or capable of performing"], ["running", "(of e.g. a machine) performing or capable of performing"]]}, {"answer": "fundamental", "hint": "synonyms for fundamental", "clues": [["key", "serving as an essential component"], ["rudimentary", "being or involving basic facts or principles"], ["profound", "far-reaching and thoroughgoing in effect especially on the nature of something"], ["underlying", "being or involving basic facts or principles"], ["cardinal", "serving as an essential component"], ["primal", "serving as an essential component"], ["central", "serving as an essential component"]]}, {"answer": "funky", "hint": "synonyms for funky", "clues": [["foetid", "offensively malodorous"], ["stinking", "offensively malodorous"], ["noisome", "offensively malodorous"], ["smelly", "offensively malodorous"], ["ill-scented", "offensively malodorous"], ["foul-smelling", "offensively malodorous"], ["foul", "offensively malodorous"], ["low-down", "(of jazz) having the soulful feeling of early blues"]]}, {"answer": "funny", "hint": "synonyms for funny", "clues": [["mirthful", "arousing or provoking laughter"], ["singular", "beyond or deviating from the usual or expected"], ["queer", "beyond or deviating from the usual or expected"], ["odd", "beyond or deviating from the usual or expected"], ["suspect", "not as expected"], ["amusing", "arousing or provoking laughter"], ["rum", "beyond or deviating from the usual or expected"], ["shady", "not as expected"], ["suspicious", "not as expected"], ["curious", "beyond or deviating from the usual or expected"], ["fishy", "not as expected"], ["peculiar", "beyond or deviating from the usual or expected"], ["comic", "arousing or provoking laughter"], ["risible", "arousing or provoking laughter"], ["laughable", "arousing or provoking laughter"], ["comical", "arousing or provoking laughter"], ["rummy", "beyond or deviating from the usual or expected"]]}, {"answer": "furious", "hint": "synonyms for furious", "clues": [["angered", "marked by extreme anger"], ["ferocious", "marked by extreme and violent energy"], ["fierce", "marked by extreme and violent energy"], ["enraged", "marked by extreme anger"], ["savage", "marked by extreme and violent energy"], ["infuriated", "marked by extreme anger"], ["wild", "(of the elements) as if showing violent anger"], ["maddened", "marked by extreme anger"], ["tempestuous", "(of the elements) as if showing violent anger"], ["angry", "(of the elements) as if showing violent anger"], ["raging", "(of the elements) as if showing violent anger"]]}, {"answer": "furthermost", "hint": "synonyms for furthermost", "clues": [["farthest", "(comparatives of `far') most remote in space or time or order"], ["farthermost", "(comparatives of `far') most remote in space or time or order"], ["utmost", "(comparatives of `far') most remote in space or time or order"], ["uttermost", "(comparatives of `far') most remote in space or time or order"]]}, {"answer": "furthest", "hint": "synonyms for furthest", "clues": [["farthest", "(comparatives of `far') most remote in space or time or order"], ["uttermost", "(comparatives of `far') most remote in space or time or order"], ["farthermost", "(comparatives of `far') most remote in space or time or order"], ["utmost", "(comparatives of `far') most remote in space or time or order"]]}, {"answer": "furtive", "hint": "synonyms for furtive", "clues": [["backstair", "secret and sly or sordid; ; - A.L.Guerard"], ["sneak", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["surreptitious", "marked by quiet and caution and secrecy; taking pains to avoid being observed"]]}, {"answer": "fussy", "hint": "synonyms for fussy", "clues": [["grouchy", "annoyed and irritable"], ["bad-tempered", "annoyed and irritable"], ["picky", "exacting especially about details"], ["cross", "annoyed and irritable"], ["grumpy", "annoyed and irritable"], ["finical", "exacting especially about details"], ["particular", "exacting especially about details"], ["ill-tempered", "annoyed and irritable"], ["crabbed", "annoyed and irritable"], ["busy", "overcrowded or cluttered with detail"], ["finicky", "exacting especially about details"], ["crabby", "annoyed and irritable"]]}, {"answer": "fusty", "hint": "synonyms for fusty", "clues": [["unprogressive", "old-fashioned and out of date"], ["standpat", "old-fashioned and out of date"], ["frowsty", "stale and unclean smelling"], ["musty", "stale and unclean smelling"]]}, {"answer": "futile", "hint": "synonyms for futile", "clues": [["fruitless", "unproductive of success"], ["unavailing", "producing no result or effect"], ["otiose", "producing no result or effect"], ["sleeveless", "unproductive of success"], ["ineffectual", "producing no result or effect"], ["bootless", "unproductive of success"], ["vain", "unproductive of success"]]}, {"answer": "fuzzy", "hint": "synonyms for fuzzy", "clues": [["hazy", "indistinct or hazy in outline"], ["bleary", "indistinct or hazy in outline"], ["muzzy", "indistinct or hazy in outline"], ["foggy", "indistinct or hazy in outline"], ["fuzzed", "covering with fine light hairs"], ["blurry", "indistinct or hazy in outline"], ["blurred", "indistinct or hazy in outline"]]}, {"answer": "gabby", "hint": "synonyms for gabby", "clues": [["talkative", "full of trivial conversation"], ["talky", "full of trivial conversation"], ["garrulous", "full of trivial conversation"], ["chatty", "full of trivial conversation"], ["loquacious", "full of trivial conversation"]]}, {"answer": "gaga", "hint": "synonyms for gaga", "clues": [["doddery", "mentally or physically infirm with age"], ["crazy", "intensely enthusiastic about or preoccupied with"], ["senile", "mentally or physically infirm with age"], ["wild", "intensely enthusiastic about or preoccupied with"], ["dotty", "intensely enthusiastic about or preoccupied with"], ["doddering", "mentally or physically infirm with age"]]}, {"answer": "gallant", "hint": "synonyms for gallant", "clues": [["knightly", "being attentive to women like an ideal knight"], ["proud", "having or displaying great dignity or nobility"], ["majestic", "having or displaying great dignity or nobility"], ["chivalrous", "being attentive to women like an ideal knight"], ["dashing", "lively and spirited"], ["lofty", "having or displaying great dignity or nobility"]]}, {"answer": "galling", "hint": "synonyms for galling", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"]]}, {"answer": "game", "hint": "synonyms for game", "clues": [["lame", "disabled in the feet or legs"], ["gamey", "willing to face danger"], ["spirited", "willing to face danger"], ["crippled", "disabled in the feet or legs"], ["spunky", "willing to face danger"], ["halt", "disabled in the feet or legs"], ["mettlesome", "willing to face danger"], ["gritty", "willing to face danger"], ["gimpy", "disabled in the feet or legs"]]}, {"answer": "gamey", "hint": "synonyms for gamey", "clues": [["game", "willing to face danger"], ["juicy", "suggestive of sexual impropriety"], ["spicy", "suggestive of sexual impropriety"], ["spirited", "willing to face danger"], ["racy", "suggestive of sexual impropriety"], ["high", "(used of the smell of meat) smelling spoiled or tainted"], ["naughty", "suggestive of sexual impropriety"], ["blue", "suggestive of sexual impropriety"], ["risque", "suggestive of sexual impropriety"], ["spunky", "willing to face danger"], ["gamy", "willing to face danger"], ["mettlesome", "willing to face danger"], ["gritty", "willing to face danger"]]}, {"answer": "gamy", "hint": "synonyms for gamy", "clues": [["game", "willing to face danger"], ["juicy", "suggestive of sexual impropriety"], ["spicy", "suggestive of sexual impropriety"], ["spirited", "willing to face danger"], ["racy", "suggestive of sexual impropriety"], ["high", "(used of the smell of meat) smelling spoiled or tainted"], ["naughty", "suggestive of sexual impropriety"], ["blue", "suggestive of sexual impropriety"], ["risque", "suggestive of sexual impropriety"], ["spunky", "willing to face danger"], ["mettlesome", "willing to face danger"], ["gritty", "willing to face danger"]]}, {"answer": "garbed", "hint": "synonyms for garbed", "clues": [["robed", "dressed or clothed especially in fine attire; often used in combination"], ["appareled", "dressed or clothed especially in fine attire; often used in combination"], ["attired", "dressed or clothed especially in fine attire; often used in combination"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination"], ["garmented", "dressed or clothed especially in fine attire; often used in combination"], ["dressed", "dressed or clothed especially in fine attire; often used in combination"]]}, {"answer": "garbled", "hint": "synonyms for garbled", "clues": [["confused", "lacking orderly continuity"], ["unconnected", "lacking orderly continuity"], ["disjointed", "lacking orderly continuity"], ["disordered", "lacking orderly continuity"], ["illogical", "lacking orderly continuity"], ["disconnected", "lacking orderly continuity"], ["scattered", "lacking orderly continuity"]]}, {"answer": "garish", "hint": "synonyms for garish", "clues": [["flash", "tastelessly showy"], ["cheap", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"]]}, {"answer": "garmented", "hint": "synonyms for garmented", "clues": [["robed", "dressed or clothed especially in fine attire; often used in combination"], ["appareled", "dressed or clothed especially in fine attire; often used in combination"], ["attired", "dressed or clothed especially in fine attire; often used in combination"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination"], ["garbed", "dressed or clothed especially in fine attire; often used in combination"], ["dressed", "dressed or clothed especially in fine attire; often used in combination"]]}, {"answer": "garrulous", "hint": "synonyms for garrulous", "clues": [["talkative", "full of trivial conversation"], ["gabby", "full of trivial conversation"], ["talky", "full of trivial conversation"], ["chatty", "full of trivial conversation"], ["loquacious", "full of trivial conversation"]]}, {"answer": "gaudy", "hint": "synonyms for gaudy", "clues": [["flash", "tastelessly showy"], ["sporty", "(used especially of clothes) marked by conspicuous display"], ["cheap", "tastelessly showy"], ["jazzy", "(used especially of clothes) marked by conspicuous display"], ["garish", "tastelessly showy"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"], ["showy", "(used especially of clothes) marked by conspicuous display"]]}, {"answer": "gaunt", "hint": "synonyms for gaunt", "clues": [["wasted", "very thin especially from disease or hunger or cold"], ["skeletal", "very thin especially from disease or hunger or cold"], ["pinched", "very thin especially from disease or hunger or cold"], ["bony", "very thin especially from disease or hunger or cold"], ["emaciated", "very thin especially from disease or hunger or cold"], ["cadaverous", "very thin especially from disease or hunger or cold"], ["haggard", "very thin especially from disease or hunger or cold"]]}, {"answer": "gauze-like", "hint": "synonyms for gauze-like", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["vapourous", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "gauzy", "hint": "synonyms for gauzy", "clues": [["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["gauze-like", "so thin as to transmit light"], ["vapourous", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "gawky", "hint": "synonyms for gawky", "clues": [["clunky", "lacking grace in movement or posture"], ["unwieldy", "lacking grace in movement or posture"], ["clumsy", "lacking grace in movement or posture"], ["ungainly", "lacking grace in movement or posture"]]}, {"answer": "gay", "hint": "synonyms for gay", "clues": [["jocund", "full of or showing high-spirited merriment; ; - Wordsworth"], ["queer", "homosexual or arousing homosexual desires"], ["festive", "offering fun and gaiety"], ["festal", "offering fun and gaiety"], ["merry", "offering fun and gaiety"], ["sunny", "bright and pleasant; promoting a feeling of cheer"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth"], ["brave", "brightly colored and showy"], ["braw", "brightly colored and showy"], ["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth"], ["cheery", "bright and pleasant; promoting a feeling of cheer"], ["homophile", "homosexual or arousing homosexual desires"]]}, {"answer": "gelid", "hint": "synonyms for gelid", "clues": [["frigid", "extremely cold"], ["polar", "extremely cold"], ["icy", "extremely cold"], ["arctic", "extremely cold"], ["glacial", "extremely cold"]]}, {"answer": "gemmed", "hint": "synonyms for gemmed", "clues": [["beady", "covered with beads or jewels or sequins"], ["jeweled", "covered with beads or jewels or sequins"], ["spangled", "covered with beads or jewels or sequins"], ["sequined", "covered with beads or jewels or sequins"], ["spangly", "covered with beads or jewels or sequins"]]}, {"answer": "general", "hint": "synonyms for general", "clues": [["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley"]]}, {"answer": "genetic", "hint": "synonyms for genetic", "clues": [["familial", "occurring among members of a family usually by heredity"], ["genetical", "of or relating to the science of genetics"], ["transmitted", "occurring among members of a family usually by heredity"], ["transmissible", "occurring among members of a family usually by heredity"], ["hereditary", "occurring among members of a family usually by heredity"], ["genic", "of or relating to or produced by or being a gene"], ["inherited", "occurring among members of a family usually by heredity"]]}, {"answer": "genial", "hint": "synonyms for genial", "clues": [["kind", "agreeable, conducive to comfort"], ["mental", "of or relating to the chin or median part of the lower jaw"], ["amiable", "diffusing warmth and friendliness"], ["cordial", "diffusing warmth and friendliness"], ["affable", "diffusing warmth and friendliness"]]}, {"answer": "genteel", "hint": "synonyms for genteel", "clues": [["polite", "marked by refinement in taste and manners"], ["civilised", "marked by refinement in taste and manners"], ["cultured", "marked by refinement in taste and manners"], ["cultivated", "marked by refinement in taste and manners"]]}, {"answer": "gentle", "hint": "synonyms for gentle", "clues": [["patrician", "belonging to or characteristic of the nobility or aristocracy"], ["docile", "easily handled or managed"], ["easy", "having little impact"], ["aristocratic", "belonging to or characteristic of the nobility or aristocracy"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy"], ["blue", "belonging to or characteristic of the nobility or aristocracy"], ["soft", "having little impact"]]}, {"answer": "genuine", "hint": "synonyms for genuine", "clues": [["true", "not pretended; sincerely felt or expressed"], ["echt", "not fake or counterfeit"], ["unfeigned", "not pretended; sincerely felt or expressed"], ["actual", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"], ["real", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"], ["literal", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"]]}, {"answer": "gestural", "hint": "synonyms for gestural", "clues": [["sign-language", "used of the language of the deaf"], ["nonverbal", "being other than verbal communication"], ["sign", "used of the language of the deaf"], ["signed", "used of the language of the deaf"]]}, {"answer": "ghastly", "hint": "synonyms for ghastly", "clues": [["charnel", "gruesomely indicative of death or the dead"], ["grisly", "shockingly repellent; inspiring horror"], ["gruesome", "shockingly repellent; inspiring horror"], ["sepulchral", "gruesomely indicative of death or the dead"], ["macabre", "shockingly repellent; inspiring horror"], ["sick", "shockingly repellent; inspiring horror"], ["grim", "shockingly repellent; inspiring horror"]]}, {"answer": "ghostlike", "hint": "synonyms for ghostlike", "clues": [["apparitional", "resembling or characteristic of a phantom"], ["spectral", "resembling or characteristic of a phantom"], ["ghostly", "resembling or characteristic of a phantom"], ["phantasmal", "resembling or characteristic of a phantom"], ["spiritual", "resembling or characteristic of a phantom"]]}, {"answer": "ghostly", "hint": "synonyms for ghostly", "clues": [["apparitional", "resembling or characteristic of a phantom"], ["spectral", "resembling or characteristic of a phantom"], ["phantasmal", "resembling or characteristic of a phantom"], ["spiritual", "resembling or characteristic of a phantom"], ["ghostlike", "resembling or characteristic of a phantom"]]}, {"answer": "gibbous", "hint": "synonyms for gibbous", "clues": [["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["gibbose", "(used of the moon) more than half full"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["crookback", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"]]}, {"answer": "gibelike", "hint": "synonyms for gibelike", "clues": [["mocking", "abusing vocally; expressing contempt or ridicule"], ["taunting", "abusing vocally; expressing contempt or ridicule"], ["jeering", "abusing vocally; expressing contempt or ridicule"], ["derisive", "abusing vocally; expressing contempt or ridicule"]]}, {"answer": "giddy", "hint": "synonyms for giddy", "clues": [["dizzy", "lacking seriousness; given to frivolity"], ["woozy", "having or causing a whirling sensation; liable to falling"], ["lightheaded", "lacking seriousness; given to frivolity"], ["airheaded", "lacking seriousness; given to frivolity"], ["featherbrained", "lacking seriousness; given to frivolity"], ["empty-headed", "lacking seriousness; given to frivolity"], ["vertiginous", "having or causing a whirling sensation; liable to falling"], ["silly", "lacking seriousness; given to frivolity"]]}, {"answer": "gilded", "hint": "synonyms for gilded", "clues": [["grand", "rich and superior in quality"], ["gold", "having the deep slightly brownish color of gold"], ["deluxe", "rich and superior in quality"], ["opulent", "rich and superior in quality"], ["luxurious", "rich and superior in quality"], ["meretricious", "based on pretense; deceptively pleasing"], ["sumptuous", "rich and superior in quality"], ["princely", "rich and superior in quality"], ["golden", "made from or covered with gold"], ["specious", "based on pretense; deceptively pleasing"], ["gilt", "having the deep slightly brownish color of gold"], ["aureate", "having the deep slightly brownish color of gold"]]}, {"answer": "gilt", "hint": "synonyms for gilt", "clues": [["gold", "having the deep slightly brownish color of gold"], ["gilded", "having the deep slightly brownish color of gold"], ["golden", "having the deep slightly brownish color of gold"], ["aureate", "having the deep slightly brownish color of gold"]]}, {"answer": "gimcrack", "hint": "synonyms for gimcrack", "clues": [["flash", "tastelessly showy"], ["cheap", "tastelessly showy"], ["garish", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"]]}, {"answer": "gimpy", "hint": "synonyms for gimpy", "clues": [["lame", "disabled in the feet or legs"], ["halt", "disabled in the feet or legs"], ["game", "disabled in the feet or legs"], ["crippled", "disabled in the feet or legs"]]}, {"answer": "given", "hint": "synonyms for given", "clues": [["apt", "(usually followed by `to') naturally disposed toward"], ["disposed", "(usually followed by `to') naturally disposed toward"], ["tending", "(usually followed by `to') naturally disposed toward"], ["minded", "(usually followed by `to') naturally disposed toward"], ["granted", "acknowledged as a supposition"]]}, {"answer": "giving", "hint": "synonyms for giving", "clues": [["bounteous", "given or giving freely"], ["big", "given or giving freely"], ["openhanded", "given or giving freely"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["bighearted", "given or giving freely"], ["freehanded", "given or giving freely"]]}, {"answer": "glacial", "hint": "synonyms for glacial", "clues": [["icy", "extremely cold"], ["arctic", "extremely cold"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["gelid", "extremely cold"], ["polar", "extremely cold"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"]]}, {"answer": "glaring", "hint": "synonyms for glaring", "clues": [["dazzling", "shining intensely"], ["crying", "conspicuously and outrageously bad or reprehensible"], ["rank", "conspicuously and outrageously bad or reprehensible"], ["blinding", "shining intensely"], ["flagrant", "conspicuously and outrageously bad or reprehensible"], ["glary", "shining intensely"], ["egregious", "conspicuously and outrageously bad or reprehensible"], ["blazing", "shining intensely"], ["fulgent", "shining intensely"], ["gross", "conspicuously and outrageously bad or reprehensible"]]}, {"answer": "glary", "hint": "synonyms for glary", "clues": [["dazzling", "shining intensely"], ["blazing", "shining intensely"], ["fulgent", "shining intensely"], ["blinding", "shining intensely"], ["glaring", "shining intensely"]]}, {"answer": "glib", "hint": "synonyms for glib", "clues": [["smooth-tongued", "artfully persuasive in speech"], ["glib-tongued", "artfully persuasive in speech"], ["slick", "having only superficial plausibility"], ["pat", "having only superficial plausibility"]]}, {"answer": "glinting", "hint": "synonyms for glinting", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["fulgid", "having brief brilliant points or flashes of light"]]}, {"answer": "glistening", "hint": "synonyms for glistening", "clues": [["sheeny", "reflecting light"], ["shining", "reflecting light"], ["glossy", "reflecting light"], ["lustrous", "reflecting light"], ["shiny", "reflecting light"]]}, {"answer": "glistering", "hint": "synonyms for glistering", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["fulgid", "having brief brilliant points or flashes of light"]]}, {"answer": "glittering", "hint": "synonyms for glittering", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["glistering", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["fulgid", "having brief brilliant points or flashes of light"]]}, {"answer": "glittery", "hint": "synonyms for glittery", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["fulgid", "having brief brilliant points or flashes of light"]]}, {"answer": "global", "hint": "synonyms for global", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["planetary", "involving the entire earth; not limited or provincial in scope"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["worldwide", "involving the entire earth; not limited or provincial in scope"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["world", "involving the entire earth; not limited or provincial in scope"]]}, {"answer": "globose", "hint": "synonyms for globose", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey"]]}, {"answer": "globular", "hint": "synonyms for globular", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey"]]}, {"answer": "gloomy", "hint": "synonyms for gloomy", "clues": [["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["drab", "causing dejection"], ["down in the mouth", "filled with melancholy and despondency"], ["blue", "causing dejection"], ["depressed", "filled with melancholy and despondency"], ["sulky", "depressingly dark"], ["dispirited", "filled with melancholy and despondency"], ["drear", "causing dejection"], ["grim", "filled with melancholy and despondency"], ["disconsolate", "causing dejection"], ["glooming", "depressingly dark"], ["dismal", "causing dejection"], ["gloomful", "depressingly dark"], ["sorry", "causing dejection"], ["downcast", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["dingy", "causing dejection"], ["dark", "causing dejection"], ["down", "filled with melancholy and despondency"]]}, {"answer": "glorious", "hint": "synonyms for glorious", "clues": [["splendid", "having great beauty and splendor"], ["brilliant", "characterized by grandeur"], ["splendiferous", "having great beauty and splendor"], ["resplendent", "having great beauty and splendor"], ["magnificent", "characterized by grandeur"]]}, {"answer": "glossy", "hint": "synonyms for glossy", "clues": [["calendered", "(of paper and fabric and leather) having a surface made smooth and glossy especially by pressing between rollers"], ["sheeny", "reflecting light"], ["shining", "reflecting light"], ["glistening", "reflecting light"], ["showy", "superficially attractive and stylish; suggesting wealth or expense"], ["lustrous", "reflecting light"], ["shiny", "reflecting light"]]}, {"answer": "glowering", "hint": "synonyms for glowering", "clues": [["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "gluey", "hint": "synonyms for gluey", "clues": [["pasty", "having the sticky properties of an adhesive"], ["gummy", "having the sticky properties of an adhesive"], ["glutinous", "having the sticky properties of an adhesive"], ["viscid", "having the sticky properties of an adhesive"], ["sticky", "having the sticky properties of an adhesive"], ["viscous", "having the sticky properties of an adhesive"], ["mucilaginous", "having the sticky properties of an adhesive"]]}, {"answer": "glum", "hint": "synonyms for glum", "clues": [["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "glutinous", "hint": "synonyms for glutinous", "clues": [["pasty", "having the sticky properties of an adhesive"], ["gummy", "having the sticky properties of an adhesive"], ["viscid", "having the sticky properties of an adhesive"], ["sticky", "having the sticky properties of an adhesive"], ["viscous", "having the sticky properties of an adhesive"], ["mucilaginous", "having the sticky properties of an adhesive"], ["gluey", "having the sticky properties of an adhesive"]]}, {"answer": "gnarled", "hint": "synonyms for gnarled", "clues": [["gnarly", "used of old persons or old trees; covered with knobs or knots"], ["knobbed", "used of old persons or old trees; covered with knobs or knots"], ["knotted", "used of old persons or old trees; covered with knobs or knots"], ["knotty", "used of old persons or old trees; covered with knobs or knots"]]}, {"answer": "gnarly", "hint": "synonyms for gnarly", "clues": [["knobbed", "used of old persons or old trees; covered with knobs or knots"], ["gnarled", "used of old persons or old trees; covered with knobs or knots"], ["knotted", "used of old persons or old trees; covered with knobs or knots"], ["knotty", "used of old persons or old trees; covered with knobs or knots"]]}, {"answer": "goddam", "hint": "synonyms for goddam", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "goddamn", "hint": "synonyms for goddamn", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["damn", "used as expletives"], ["darned", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "goddamned", "hint": "synonyms for goddamned", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["blamed", "expletives used informally as intensifiers"], ["darned", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["infernal", "expletives used informally as intensifiers"]]}, {"answer": "gold", "hint": "synonyms for gold", "clues": [["aureate", "having the deep slightly brownish color of gold"], ["gilded", "having the deep slightly brownish color of gold"], ["gilt", "having the deep slightly brownish color of gold"], ["golden", "having the deep slightly brownish color of gold"]]}, {"answer": "golden", "hint": "synonyms for golden", "clues": [["fortunate", "supremely favored"], ["gilded", "having the deep slightly brownish color of gold"], ["prosperous", "presaging or likely to bring good luck"], ["favorable", "presaging or likely to bring good luck"], ["halcyon", "marked by peace and prosperity"], ["gilt", "having the deep slightly brownish color of gold"], ["aureate", "having the deep slightly brownish color of gold"], ["gold", "having the deep slightly brownish color of gold"], ["lucky", "presaging or likely to bring good luck"]]}, {"answer": "gone", "hint": "synonyms for gone", "clues": [["done for", "destroyed or killed"], ["at peace", "dead"], ["bypast", "well in the past; former"], ["at rest", "dead"], ["kaput", "destroyed or killed"], ["bygone", "well in the past; former"], ["departed", "well in the past; former"], ["deceased", "dead"], ["foregone", "well in the past; former"], ["asleep", "dead"]]}, {"answer": "gonzo", "hint": "synonyms for gonzo", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "good", "hint": "synonyms for good", "clues": [["in force", "exerting force or influence"], ["proficient", "having or showing knowledge and skill and aptitude"], ["unspoilt", "not left to spoil"], ["estimable", "deserving of esteem and respect"], ["just", "of moral excellence"], ["secure", "financially sound"], ["honest", "not forged"], ["unspoiled", "not left to spoil"], ["dear", "with or in a close or intimate relationship"], ["beneficial", "promoting or enhancing well-being"], ["in effect", "exerting force or influence"], ["ripe", "most suitable or right for a particular purpose"], ["salutary", "tending to promote physical well-being; beneficial to health"], ["expert", "having or showing knowledge and skill and aptitude"], ["well", "resulting favorably"], ["respectable", "deserving of esteem and respect"], ["right", "most suitable or right for a particular purpose"], ["adept", "having or showing knowledge and skill and aptitude"], ["undecomposed", "not left to spoil"], ["effective", "exerting force or influence"], ["practiced", "having or showing knowledge and skill and aptitude"], ["near", "with or in a close or intimate relationship"], ["upright", "of moral excellence"], ["dependable", "financially sound"], ["sound", "in excellent physical condition"], ["honorable", "deserving of esteem and respect"], ["safe", "financially sound"], ["skilful", "having or showing knowledge and skill and aptitude"], ["full", "having the normally expected amount"], ["serious", "appealing to the mind"]]}, {"answer": "good-for-naught", "hint": "synonyms for good-for-naught", "clues": [["sorry", "without merit"], ["no-count", "without merit"], ["no-good", "without merit"], ["good-for-nothing", "without merit"], ["meritless", "without merit"]]}, {"answer": "good-for-nothing", "hint": "synonyms for good-for-nothing", "clues": [["sorry", "without merit"], ["no-count", "without merit"], ["no-good", "without merit"], ["meritless", "without merit"], ["good-for-naught", "without merit"]]}, {"answer": "good-hearted", "hint": "synonyms for good-hearted", "clues": [["large-hearted", "showing or motivated by sympathy and understanding and generosity"], ["charitable", "showing or motivated by sympathy and understanding and generosity"], ["kindly", "showing or motivated by sympathy and understanding and generosity"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity"], ["benevolent", "showing or motivated by sympathy and understanding and generosity"], ["openhearted", "showing or motivated by sympathy and understanding and generosity"]]}, {"answer": "good-looking", "hint": "synonyms for good-looking", "clues": [["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["well-favoured", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"]]}, {"answer": "goodish", "hint": "synonyms for goodish", "clues": [["healthy", "large in amount or extent or degree"], ["goodly", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"], ["sizable", "large in amount or extent or degree"], ["tidy", "large in amount or extent or degree"], ["respectable", "large in amount or extent or degree"]]}, {"answer": "goodly", "hint": "synonyms for goodly", "clues": [["healthy", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"], ["sizable", "large in amount or extent or degree"], ["goodish", "large in amount or extent or degree"], ["tidy", "large in amount or extent or degree"], ["respectable", "large in amount or extent or degree"]]}, {"answer": "goofy", "hint": "synonyms for goofy", "clues": [["cockamamie", "ludicrous, foolish"], ["sappy", "ludicrous, foolish"], ["whacky", "ludicrous, foolish"], ["cockamamy", "ludicrous, foolish"], ["zany", "ludicrous, foolish"], ["silly", "ludicrous, foolish"]]}, {"answer": "gooselike", "hint": "synonyms for gooselike", "clues": [["goosy", "having or revealing stupidity"], ["foolish", "having or revealing stupidity"], ["dopy", "having or revealing stupidity"], ["anserine", "having or revealing stupidity"], ["jerky", "having or revealing stupidity"]]}, {"answer": "goosey", "hint": "synonyms for goosey", "clues": [["goosy", "having or revealing stupidity"], ["foolish", "having or revealing stupidity"], ["anserine", "having or revealing stupidity"], ["dopy", "having or revealing stupidity"], ["gooselike", "having or revealing stupidity"], ["jerky", "having or revealing stupidity"]]}, {"answer": "goosy", "hint": "synonyms for goosy", "clues": [["foolish", "having or revealing stupidity"], ["anserine", "having or revealing stupidity"], ["dopy", "having or revealing stupidity"], ["goosey", "having or revealing stupidity"], ["gooselike", "having or revealing stupidity"], ["jerky", "having or revealing stupidity"]]}, {"answer": "gory", "hint": "synonyms for gory", "clues": [["butcherly", "accompanied by bloodshed"], ["bloodstained", "covered with blood"], ["slaughterous", "accompanied by bloodshed"], ["sanguineous", "accompanied by bloodshed"], ["sanguinary", "accompanied by bloodshed"]]}, {"answer": "gossamer", "hint": "synonyms for gossamer", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["ethereal", "characterized by unusual lightness and delicacy"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["gauze-like", "so thin as to transmit light"], ["vapourous", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "grabby", "hint": "synonyms for grabby", "clues": [["prehensile", "immoderately desirous of acquiring e.g. wealth"], ["greedy", "immoderately desirous of acquiring e.g. wealth"], ["covetous", "immoderately desirous of acquiring e.g. wealth"], ["avaricious", "immoderately desirous of acquiring e.g. wealth"], ["grasping", "immoderately desirous of acquiring e.g. wealth"]]}, {"answer": "graceless", "hint": "synonyms for graceless", "clues": [["unpleasing", "lacking graciousness"], ["ungraceful", "lacking grace; clumsy; ; - Sir Walter Scott"], ["unpolished", "lacking social polish"], ["gauche", "lacking social polish"]]}, {"answer": "grainy", "hint": "synonyms for grainy", "clues": [["mealy", "composed of or covered with particles resembling meal in texture or consistency"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency"], ["farinaceous", "composed of or covered with particles resembling meal in texture or consistency"], ["granular", "composed of or covered with particles resembling meal in texture or consistency"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency"]]}, {"answer": "grand", "hint": "synonyms for grand", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["imposing", "used of a person's appearance or behavior; befitting an eminent person"], ["deluxe", "rich and superior in quality"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["luxurious", "rich and superior in quality"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["marvelous", "extraordinarily good or great ; used especially as intensifiers"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"], ["gilded", "rich and superior in quality"], ["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["magisterial", "used of a person's appearance or behavior; befitting an eminent person"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["august", "of or befitting a lord"], ["heroic", "of behavior that is impressive and ambitious in scale or scope"], ["opulent", "rich and superior in quality"], ["sumptuous", "rich and superior in quality"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["princely", "rich and superior in quality"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lordly", "of or befitting a lord"], ["expansive", "of behavior that is impressive and ambitious in scale or scope"], ["distinguished", "used of a person's appearance or behavior; befitting an eminent person"]]}, {"answer": "grandiloquent", "hint": "synonyms for grandiloquent", "clues": [["portentous", "puffed up with vanity; ; ; ; - Newsweek"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek"], ["tall", "lofty in style"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek"], ["pontifical", "puffed up with vanity; ; ; ; - Newsweek"], ["magniloquent", "lofty in style"]]}, {"answer": "granitic", "hint": "synonyms for granitic", "clues": [["flint", "showing unfeeling resistance to tender feelings"], ["rocklike", "hard as granite"], ["stony", "showing unfeeling resistance to tender feelings"], ["obdurate", "showing unfeeling resistance to tender feelings"], ["granitelike", "hard as granite"]]}, {"answer": "granular", "hint": "synonyms for granular", "clues": [["mealy", "composed of or covered with particles resembling meal in texture or consistency"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency"], ["chondritic", "having a granular structure like that of chondrites"], ["farinaceous", "composed of or covered with particles resembling meal in texture or consistency"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency"]]}, {"answer": "granulose", "hint": "synonyms for granulose", "clues": [["mealy", "composed of or covered with particles resembling meal in texture or consistency"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency"], ["farinaceous", "composed of or covered with particles resembling meal in texture or consistency"], ["granular", "composed of or covered with particles resembling meal in texture or consistency"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency"]]}, {"answer": "graphic", "hint": "synonyms for graphic", "clues": [["graphical", "written or drawn or engraved"], ["lifelike", "evoking lifelike images within the mind"], ["in writing", "written or drawn or engraved"], ["pictorial", "evoking lifelike images within the mind"], ["vivid", "evoking lifelike images within the mind"]]}, {"answer": "graspable", "hint": "synonyms for graspable", "clues": [["intelligible", "capable of being apprehended or understood"], ["understandable", "capable of being apprehended or understood"], ["apprehensible", "capable of being apprehended or understood"], ["perceivable", "capable of being apprehended or understood"]]}, {"answer": "grasping", "hint": "synonyms for grasping", "clues": [["prehensile", "immoderately desirous of acquiring e.g. wealth"], ["greedy", "immoderately desirous of acquiring e.g. wealth"], ["covetous", "immoderately desirous of acquiring e.g. wealth"], ["grabby", "immoderately desirous of acquiring e.g. wealth"], ["avaricious", "immoderately desirous of acquiring e.g. wealth"]]}, {"answer": "grating", "hint": "synonyms for grating", "clues": [["rough", "unpleasantly harsh or grating in sound"], ["scratchy", "unpleasantly harsh or grating in sound"], ["gravelly", "unpleasantly harsh or grating in sound"], ["raspy", "unpleasantly harsh or grating in sound"], ["rasping", "unpleasantly harsh or grating in sound"]]}, {"answer": "gratis", "hint": "synonyms for gratis", "clues": [["gratuitous", "costing nothing"], ["free", "costing nothing"], ["complimentary", "costing nothing"], ["costless", "costing nothing"]]}, {"answer": "gratuitous", "hint": "synonyms for gratuitous", "clues": [["costless", "costing nothing"], ["needless", "unnecessary and unwarranted"], ["uncalled-for", "unnecessary and unwarranted"], ["free", "costing nothing"], ["complimentary", "costing nothing"], ["gratis", "costing nothing"]]}, {"answer": "grave", "hint": "synonyms for grave", "clues": [["sedate", "dignified and somber in manner or character and committed to keeping promises"], ["sober", "dignified and somber in manner or character and committed to keeping promises"], ["grievous", "causing fear or anxiety by threatening great harm"], ["severe", "causing fear or anxiety by threatening great harm"], ["solemn", "dignified and somber in manner or character and committed to keeping promises"], ["life-threatening", "causing fear or anxiety by threatening great harm"], ["serious", "causing fear or anxiety by threatening great harm"], ["dangerous", "causing fear or anxiety by threatening great harm"], ["weighty", "of great gravity or crucial import; requiring serious thought"], ["heavy", "of great gravity or crucial import; requiring serious thought"]]}, {"answer": "gravelly", "hint": "synonyms for gravelly", "clues": [["raspy", "unpleasantly harsh or grating in sound"], ["rough", "unpleasantly harsh or grating in sound"], ["pebbly", "abounding in small stones"], ["scratchy", "unpleasantly harsh or grating in sound"], ["grating", "unpleasantly harsh or grating in sound"], ["shingly", "abounding in small stones"], ["rasping", "unpleasantly harsh or grating in sound"]]}, {"answer": "graven", "hint": "synonyms for graven", "clues": [["inscribed", "cut or impressed into a surface"], ["engraved", "cut or impressed into a surface"], ["incised", "cut or impressed into a surface"], ["sculpted", "cut into a desired shape"], ["etched", "cut or impressed into a surface"]]}, {"answer": "gravid", "hint": "synonyms for gravid", "clues": [["expectant", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"], ["with child", "in an advanced stage of pregnancy"], ["great", "in an advanced stage of pregnancy"], ["big", "in an advanced stage of pregnancy"], ["heavy", "in an advanced stage of pregnancy"], ["enceinte", "in an advanced stage of pregnancy"]]}, {"answer": "gray", "hint": "synonyms for gray", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["greyish", "of an achromatic color of any lightness intermediate between the extremes of white and black"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "of an achromatic color of any lightness intermediate between the extremes of white and black"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "gray-haired", "hint": "synonyms for gray-haired", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "gray-headed", "hint": "synonyms for gray-headed", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "great", "hint": "synonyms for great", "clues": [["peachy", "very good"], ["big", "in an advanced stage of pregnancy"], ["slap-up", "very good"], ["with child", "in an advanced stage of pregnancy"], ["bang-up", "very good"], ["corking", "very good"], ["gravid", "in an advanced stage of pregnancy"], ["expectant", "in an advanced stage of pregnancy"], ["majuscule", "uppercase"], ["smashing", "very good"], ["groovy", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["outstanding", "of major significance or importance"], ["nifty", "very good"], ["cracking", "very good"], ["enceinte", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"], ["bully", "very good"], ["neat", "very good"], ["keen", "very good"], ["capital", "uppercase"], ["heavy", "in an advanced stage of pregnancy"]]}, {"answer": "greater", "hint": "synonyms for greater", "clues": [["great", "uppercase"], ["peachy", "very good"], ["big", "in an advanced stage of pregnancy"], ["slap-up", "very good"], ["with child", "in an advanced stage of pregnancy"], ["bang-up", "very good"], ["corking", "very good"], ["gravid", "in an advanced stage of pregnancy"], ["expectant", "in an advanced stage of pregnancy"], ["groovy", "very good"], ["smashing", "very good"], ["majuscule", "uppercase"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["outstanding", "of major significance or importance"], ["nifty", "very good"], ["cracking", "very good"], ["enceinte", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"], ["bully", "very good"], ["neat", "very good"], ["keen", "very good"], ["heavy", "in an advanced stage of pregnancy"], ["capital", "uppercase"]]}, {"answer": "greatest", "hint": "synonyms for greatest", "clues": [["great", "uppercase"], ["peachy", "very good"], ["big", "in an advanced stage of pregnancy"], ["slap-up", "very good"], ["with child", "in an advanced stage of pregnancy"], ["bang-up", "very good"], ["corking", "very good"], ["gravid", "in an advanced stage of pregnancy"], ["expectant", "in an advanced stage of pregnancy"], ["groovy", "very good"], ["smashing", "very good"], ["majuscule", "uppercase"], ["not bad", "very good"], ["sterling", "highest in quality"], ["swell", "very good"], ["dandy", "very good"], ["outstanding", "of major significance or importance"], ["nifty", "very good"], ["superlative", "highest in quality"], ["cracking", "very good"], ["enceinte", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"], ["bully", "very good"], ["neat", "very good"], ["keen", "very good"], ["heavy", "in an advanced stage of pregnancy"], ["capital", "uppercase"]]}, {"answer": "greedy", "hint": "synonyms for greedy", "clues": [["prehensile", "immoderately desirous of acquiring e.g. wealth"], ["avid", "(often followed by `for') ardently or excessively desirous"], ["covetous", "immoderately desirous of acquiring e.g. wealth"], ["devouring", "(often followed by `for') ardently or excessively desirous"], ["esurient", "(often followed by `for') ardently or excessively desirous"], ["grabby", "immoderately desirous of acquiring e.g. wealth"], ["avaricious", "immoderately desirous of acquiring e.g. wealth"], ["grasping", "immoderately desirous of acquiring e.g. wealth"]]}, {"answer": "green", "hint": "synonyms for green", "clues": [["unripened", "not fully developed or mature; not ripe"], ["gullible", "naive and easily deceived or tricked"], ["immature", "not fully developed or mature; not ripe"], ["greenish", "of the color between blue and yellow in the color spectrum; similar to the color of fresh grass"], ["fleeceable", "naive and easily deceived or tricked"], ["unripe", "not fully developed or mature; not ripe"], ["light-green", "of the color between blue and yellow in the color spectrum; similar to the color of fresh grass"], ["dark-green", "of the color between blue and yellow in the color spectrum; similar to the color of fresh grass"]]}, {"answer": "grey", "hint": "synonyms for grey", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["greyish", "of an achromatic color of any lightness intermediate between the extremes of white and black"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "grey-haired", "hint": "synonyms for grey-haired", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "grey-headed", "hint": "synonyms for grey-headed", "clues": [["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "grief-stricken", "hint": "synonyms for grief-stricken", "clues": [["grieving", "sorrowful through loss or deprivation"], ["bereft", "sorrowful through loss or deprivation"], ["sorrowing", "sorrowful through loss or deprivation"], ["mourning", "sorrowful through loss or deprivation"], ["bereaved", "sorrowful through loss or deprivation"]]}, {"answer": "grieving", "hint": "synonyms for grieving", "clues": [["grief-stricken", "sorrowful through loss or deprivation"], ["bereft", "sorrowful through loss or deprivation"], ["sorrowing", "sorrowful through loss or deprivation"], ["mourning", "sorrowful through loss or deprivation"], ["bereaved", "sorrowful through loss or deprivation"]]}, {"answer": "grievous", "hint": "synonyms for grievous", "clues": [["heartrending", "causing or marked by grief or anguish"], ["severe", "causing fear or anxiety by threatening great harm"], ["atrocious", "shockingly brutal or cruel"], ["monstrous", "shockingly brutal or cruel"], ["serious", "causing fear or anxiety by threatening great harm"], ["life-threatening", "causing fear or anxiety by threatening great harm"], ["heartbreaking", "causing or marked by grief or anguish"], ["grave", "causing fear or anxiety by threatening great harm"], ["dangerous", "causing fear or anxiety by threatening great harm"], ["weighty", "of great gravity or crucial import; requiring serious thought"], ["heavy", "of great gravity or crucial import; requiring serious thought"], ["flagitious", "shockingly brutal or cruel"]]}, {"answer": "grim", "hint": "synonyms for grim", "clues": [["low-spirited", "filled with melancholy and despondency"], ["grisly", "shockingly repellent; inspiring horror"], ["downhearted", "filled with melancholy and despondency"], ["drab", "causing dejection"], ["gloomy", "causing dejection"], ["macabre", "shockingly repellent; inspiring horror"], ["down in the mouth", "filled with melancholy and despondency"], ["blue", "causing dejection"], ["unforgiving", "not to be placated or appeased or moved by entreaty"], ["mordant", "harshly ironic or sinister"], ["depressed", "filled with melancholy and despondency"], ["relentless", "not to be placated or appeased or moved by entreaty"], ["dispirited", "filled with melancholy and despondency"], ["drear", "causing dejection"], ["disconsolate", "causing dejection"], ["stern", "not to be placated or appeased or moved by entreaty"], ["gruesome", "shockingly repellent; inspiring horror"], ["dismal", "causing dejection"], ["unrelenting", "not to be placated or appeased or moved by entreaty"], ["ghastly", "shockingly repellent; inspiring horror"], ["sick", "shockingly repellent; inspiring horror"], ["sorry", "causing dejection"], ["black", "harshly ironic or sinister"], ["forbidding", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie"], ["inexorable", "not to be placated or appeased or moved by entreaty"], ["downcast", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["unappeasable", "not to be placated or appeased or moved by entreaty"], ["dour", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie"], ["dingy", "causing dejection"], ["dark", "causing dejection"], ["down", "filled with melancholy and despondency"]]}, {"answer": "grimy", "hint": "synonyms for grimy", "clues": [["raunchy", "thickly covered with ingrained dirt or soot"], ["grubby", "thickly covered with ingrained dirt or soot"], ["begrimed", "thickly covered with ingrained dirt or soot"], ["dingy", "thickly covered with ingrained dirt or soot"], ["grungy", "thickly covered with ingrained dirt or soot"]]}, {"answer": "gripping", "hint": "synonyms for gripping", "clues": [["absorbing", "capable of arousing and holding the attention"], ["riveting", "capable of arousing and holding the attention"], ["fascinating", "capable of arousing and holding the attention"], ["engrossing", "capable of arousing and holding the attention"]]}, {"answer": "grisly", "hint": "synonyms for grisly", "clues": [["gruesome", "shockingly repellent; inspiring horror"], ["ghastly", "shockingly repellent; inspiring horror"], ["sick", "shockingly repellent; inspiring horror"], ["macabre", "shockingly repellent; inspiring horror"], ["grim", "shockingly repellent; inspiring horror"]]}, {"answer": "gritty", "hint": "synonyms for gritty", "clues": [["game", "willing to face danger"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency"], ["farinaceous", "composed of or covered with particles resembling meal in texture or consistency"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency"], ["spirited", "willing to face danger"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency"], ["spunky", "willing to face danger"], ["gamy", "willing to face danger"], ["mettlesome", "willing to face danger"], ["granular", "composed of or covered with particles resembling meal in texture or consistency"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency"]]}, {"answer": "grizzly", "hint": "synonyms for grizzly", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "groggy", "hint": "synonyms for groggy", "clues": [["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"]]}, {"answer": "groovy", "hint": "synonyms for groovy", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["swagger", "(British informal) very chic"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["keen", "very good"], ["great", "very good"]]}, {"answer": "gross", "hint": "synonyms for gross", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["earthy", "conspicuously and tastelessly indecent"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["glaring", "conspicuously and outrageously bad or reprehensible"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["crying", "conspicuously and outrageously bad or reprehensible"], ["porcine", "repellently fat"], ["rank", "conspicuously and outrageously bad or reprehensible"], ["flagrant", "conspicuously and outrageously bad or reprehensible"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["crude", "conspicuously and tastelessly indecent"], ["egregious", "conspicuously and outrageously bad or reprehensible"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"], ["vulgar", "conspicuously and tastelessly indecent"], ["megascopic", "visible to the naked eye (especially of rocks and anatomical features)"]]}, {"answer": "grouchy", "hint": "synonyms for grouchy", "clues": [["ill-tempered", "annoyed and irritable"], ["crabbed", "annoyed and irritable"], ["cross", "annoyed and irritable"], ["bad-tempered", "annoyed and irritable"], ["fussy", "annoyed and irritable"], ["grumpy", "annoyed and irritable"], ["crabby", "annoyed and irritable"]]}, {"answer": "groundless", "hint": "synonyms for groundless", "clues": [["unfounded", "without a basis in reason or fact"], ["wild", "without a basis in reason or fact"], ["baseless", "without a basis in reason or fact"], ["idle", "without a basis in reason or fact"], ["unwarranted", "without a basis in reason or fact"]]}, {"answer": "groveling", "hint": "synonyms for groveling", "clues": [["wormy", "totally submissive"], ["grovelling", "totally submissive"], ["cringing", "totally submissive"], ["wormlike", "totally submissive"]]}, {"answer": "grovelling", "hint": "synonyms for grovelling", "clues": [["groveling", "totally submissive"], ["cringing", "totally submissive"], ["wormy", "totally submissive"], ["wormlike", "totally submissive"]]}, {"answer": "grown", "hint": "synonyms for grown", "clues": [["big", "(of animals) fully developed"], ["full-grown", "(of animals) fully developed"], ["grownup", "(of animals) fully developed"], ["adult", "(of animals) fully developed"]]}, {"answer": "grownup", "hint": "synonyms for grownup", "clues": [["big", "(of animals) fully developed"], ["full-grown", "(of animals) fully developed"], ["grown", "(of animals) fully developed"], ["adult", "(of animals) fully developed"]]}, {"answer": "grubby", "hint": "synonyms for grubby", "clues": [["raunchy", "thickly covered with ingrained dirt or soot"], ["grungy", "thickly covered with ingrained dirt or soot"], ["begrimed", "thickly covered with ingrained dirt or soot"], ["dingy", "thickly covered with ingrained dirt or soot"], ["grimy", "thickly covered with ingrained dirt or soot"]]}, {"answer": "grueling", "hint": "synonyms for grueling", "clues": [["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "gruelling", "hint": "synonyms for gruelling", "clues": [["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "gruesome", "hint": "synonyms for gruesome", "clues": [["grisly", "shockingly repellent; inspiring horror"], ["ghastly", "shockingly repellent; inspiring horror"], ["sick", "shockingly repellent; inspiring horror"], ["macabre", "shockingly repellent; inspiring horror"], ["grim", "shockingly repellent; inspiring horror"]]}, {"answer": "gruff", "hint": "synonyms for gruff", "clues": [["curmudgeonly", "brusque and surly and forbidding"], ["ill-humoured", "brusque and surly and forbidding"], ["hoarse", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson"], ["crusty", "brusque and surly and forbidding"], ["husky", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson"]]}, {"answer": "grumpy", "hint": "synonyms for grumpy", "clues": [["ill-tempered", "annoyed and irritable"], ["crabbed", "annoyed and irritable"], ["cross", "annoyed and irritable"], ["grouchy", "annoyed and irritable"], ["bad-tempered", "annoyed and irritable"], ["fussy", "annoyed and irritable"], ["crabby", "annoyed and irritable"]]}, {"answer": "grungy", "hint": "synonyms for grungy", "clues": [["raunchy", "thickly covered with ingrained dirt or soot"], ["grubby", "thickly covered with ingrained dirt or soot"], ["begrimed", "thickly covered with ingrained dirt or soot"], ["dingy", "thickly covered with ingrained dirt or soot"], ["grimy", "thickly covered with ingrained dirt or soot"]]}, {"answer": "guileful", "hint": "synonyms for guileful", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "gummy", "hint": "synonyms for gummy", "clues": [["pasty", "having the sticky properties of an adhesive"], ["gummed", "covered with adhesive gum"], ["glutinous", "having the sticky properties of an adhesive"], ["viscid", "having the sticky properties of an adhesive"], ["sticky", "having the sticky properties of an adhesive"], ["viscous", "having the sticky properties of an adhesive"], ["mucilaginous", "having the sticky properties of an adhesive"], ["gluey", "having the sticky properties of an adhesive"]]}, {"answer": "gushing", "hint": "synonyms for gushing", "clues": [["pouring", "flowing profusely"], ["gushy", "extravagantly demonstrative"], ["burbling", "uttered with unrestrained enthusiasm"], ["effusive", "extravagantly demonstrative"], ["burbly", "uttered with unrestrained enthusiasm"]]}, {"answer": "habilimented", "hint": "synonyms for habilimented", "clues": [["robed", "dressed or clothed especially in fine attire; often used in combination"], ["appareled", "dressed or clothed especially in fine attire; often used in combination"], ["attired", "dressed or clothed especially in fine attire; often used in combination"], ["garmented", "dressed or clothed especially in fine attire; often used in combination"], ["garbed", "dressed or clothed especially in fine attire; often used in combination"], ["dressed", "dressed or clothed especially in fine attire; often used in combination"]]}, {"answer": "hackneyed", "hint": "synonyms for hackneyed", "clues": [["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["banal", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "haggard", "hint": "synonyms for haggard", "clues": [["skeletal", "very thin especially from disease or hunger or cold"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["cadaverous", "very thin especially from disease or hunger or cold"], ["emaciated", "very thin especially from disease or hunger or cold"], ["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["gaunt", "very thin especially from disease or hunger or cold"], ["pinched", "very thin especially from disease or hunger or cold"], ["bony", "very thin especially from disease or hunger or cold"], ["wasted", "very thin especially from disease or hunger or cold"], ["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"]]}, {"answer": "half-baked", "hint": "synonyms for half-baked", "clues": [["softheaded", "foolish; totally unsound"], ["underdone", "insufficiently cooked"], ["crazy", "foolish; totally unsound"], ["screwball", "foolish; totally unsound"]]}, {"answer": "half-dozen", "hint": "synonyms for half-dozen", "clues": [["6", "denoting a quantity consisting of six items or units"], ["six", "denoting a quantity consisting of six items or units"], ["half dozen", "denoting a quantity consisting of six items or units"], ["vi", "denoting a quantity consisting of six items or units"]]}, {"answer": "half_dozen", "hint": "synonyms for half dozen", "clues": [["6", "denoting a quantity consisting of six items or units"], ["half-dozen", "denoting a quantity consisting of six items or units"], ["six", "denoting a quantity consisting of six items or units"], ["vi", "denoting a quantity consisting of six items or units"]]}, {"answer": "halt", "hint": "synonyms for halt", "clues": [["lame", "disabled in the feet or legs"], ["game", "disabled in the feet or legs"], ["halting", "disabled in the feet or legs"], ["crippled", "disabled in the feet or legs"], ["gimpy", "disabled in the feet or legs"]]}, {"answer": "halting", "hint": "synonyms for halting", "clues": [["lame", "disabled in the feet or legs"], ["halt", "disabled in the feet or legs"], ["game", "disabled in the feet or legs"], ["crippled", "disabled in the feet or legs"], ["gimpy", "disabled in the feet or legs"]]}, {"answer": "ham-fisted", "hint": "synonyms for ham-fisted", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "ham-handed", "hint": "synonyms for ham-handed", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "handsome", "hint": "synonyms for handsome", "clues": [["freehanded", "given or giving freely"], ["bounteous", "given or giving freely"], ["big", "given or giving freely"], ["openhanded", "given or giving freely"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["well-favored", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["bighearted", "given or giving freely"], ["giving", "given or giving freely"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"]]}, {"answer": "haphazard", "hint": "synonyms for haphazard", "clues": [["sloppy", "marked by great carelessness"], ["slapdash", "marked by great carelessness"], ["slipshod", "marked by great carelessness"], ["hit-or-miss", "dependent upon or characterized by chance"]]}, {"answer": "hapless", "hint": "synonyms for hapless", "clues": [["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy"]]}, {"answer": "happy-go-lucky", "hint": "synonyms for happy-go-lucky", "clues": [["carefree", "cheerfully irresponsible"], ["harum-scarum", "cheerfully irresponsible"], ["devil-may-care", "cheerfully irresponsible"], ["slaphappy", "cheerfully irresponsible"], ["freewheeling", "cheerfully irresponsible"]]}, {"answer": "harassed", "hint": "synonyms for harassed", "clues": [["pestered", "troubled persistently especially with petty annoyances"], ["harried", "troubled persistently especially with petty annoyances"], ["annoyed", "troubled persistently especially with petty annoyances"], ["vexed", "troubled persistently especially with petty annoyances"]]}, {"answer": "hard", "hint": "synonyms for hard", "clues": [["heavy", "given to excessive indulgence of bodily appetites especially for intoxicating liquors"], ["intemperate", "given to excessive indulgence of bodily appetites especially for intoxicating liquors"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["strong", "being distilled rather than fermented; having a high alcoholic content"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["concentrated", "(of light) transmitted directly from a pointed light source"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"], ["voiceless", "produced without vibration of the vocal cords"], ["knockout", "very strong or vigorous"], ["severe", "very strong or vigorous"], ["difficult", "not easy; requiring great physical or mental effort to accomplish or comprehend or endure"], ["tough", "unfortunate or hard to bear"], ["surd", "produced without vibration of the vocal cords"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["unvoiced", "produced without vibration of the vocal cords"]]}, {"answer": "hard-boiled", "hint": "synonyms for hard-boiled", "clues": [["hard-bitten", "tough and callous by virtue of experience"], ["case-hardened", "used of persons; emotionally hardened"], ["pugnacious", "tough and callous by virtue of experience"], ["hardened", "used of persons; emotionally hardened"]]}, {"answer": "hard_up", "hint": "synonyms for hard up", "clues": [["penniless", "not having enough money to pay for necessities"], ["in straitened circumstances", "not having enough money to pay for necessities"], ["impecunious", "not having enough money to pay for necessities"], ["penurious", "not having enough money to pay for necessities"], ["pinched", "not having enough money to pay for necessities"]]}, {"answer": "hardened", "hint": "synonyms for hardened", "clues": [["tempered", "made hard or flexible or resilient especially by heat treatment"], ["set", "converted to solid form (as concrete)"], ["inured", "made tough by habitual exposure; ; - Robert Lynd; - V.S.Pritchett"], ["hard-boiled", "used of persons; emotionally hardened"], ["enured", "made tough by habitual exposure; ; - Robert Lynd; - V.S.Pritchett"], ["case-hardened", "used of persons; emotionally hardened"], ["toughened", "made hard or flexible or resilient especially by heat treatment"], ["treated", "made hard or flexible or resilient especially by heat treatment"]]}, {"answer": "hardheaded", "hint": "synonyms for hardheaded", "clues": [["practical", "guided by practical experience and observation rather than theory"], ["mulish", "unreasonably rigid in the face of argument or entreaty or attack"], ["hard-nosed", "guided by practical experience and observation rather than theory"], ["pragmatic", "guided by practical experience and observation rather than theory"]]}, {"answer": "hardy", "hint": "synonyms for hardy", "clues": [["fearless", "invulnerable to fear or intimidation"], ["dauntless", "invulnerable to fear or intimidation"], ["stout", "having rugged physical strength; inured to fatigue or hardships"], ["stalwart", "having rugged physical strength; inured to fatigue or hardships"], ["audacious", "invulnerable to fear or intimidation"], ["sturdy", "having rugged physical strength; inured to fatigue or hardships"], ["brave", "invulnerable to fear or intimidation"], ["unfearing", "invulnerable to fear or intimidation"], ["intrepid", "invulnerable to fear or intimidation"]]}, {"answer": "harmonic", "hint": "synonyms for harmonic", "clues": [["harmonized", "involving or characterized by harmony"], ["sympathetic", "relating to vibrations that occur as a result of vibrations in a nearby body"], ["consonant", "involving or characterized by harmony"], ["harmonical", "involving or characterized by harmony"]]}, {"answer": "harried", "hint": "synonyms for harried", "clues": [["pestered", "troubled persistently especially with petty annoyances"], ["vexed", "troubled persistently especially with petty annoyances"], ["annoyed", "troubled persistently especially with petty annoyances"], ["harassed", "troubled persistently especially with petty annoyances"]]}, {"answer": "harrowing", "hint": "synonyms for harrowing", "clues": [["agonizing", "extremely painful"], ["excruciating", "extremely painful"], ["torturing", "extremely painful"], ["torturous", "extremely painful"], ["torturesome", "extremely painful"]]}, {"answer": "harum-scarum", "hint": "synonyms for harum-scarum", "clues": [["carefree", "cheerfully irresponsible"], ["happy-go-lucky", "cheerfully irresponsible"], ["devil-may-care", "cheerfully irresponsible"], ["slaphappy", "cheerfully irresponsible"], ["freewheeling", "cheerfully irresponsible"]]}, {"answer": "hasty", "hint": "synonyms for hasty", "clues": [["precipitous", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["headlong", "excessively quick"], ["precipitant", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"]]}, {"answer": "haughty", "hint": "synonyms for haughty", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"]]}, {"answer": "hawk-eyed", "hint": "synonyms for hawk-eyed", "clues": [["keen-sighted", "having very keen vision"], ["argus-eyed", "having very keen vision"], ["lynx-eyed", "having very keen vision"], ["sharp-sighted", "having very keen vision"], ["quick-sighted", "having very keen vision"], ["sharp-eyed", "having very keen vision"]]}, {"answer": "haywire", "hint": "synonyms for haywire", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["awry", "not functioning properly"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["amiss", "not functioning properly"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["wrong", "not functioning properly"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "hazy", "hint": "synonyms for hazy", "clues": [["foggy", "indistinct or hazy in outline"], ["blurry", "indistinct or hazy in outline"], ["fuzzy", "indistinct or hazy in outline"], ["blurred", "indistinct or hazy in outline"], ["brumous", "filled or abounding with fog or mist"], ["muzzy", "indistinct or hazy in outline"], ["bleary", "indistinct or hazy in outline"], ["misty", "filled or abounding with fog or mist"]]}, {"answer": "heady", "hint": "synonyms for heady", "clues": [["foolhardy", "marked by defiant disregard for danger or consequences; ; -Macaulay"], ["intoxicating", "extremely exciting as if by alcohol or a narcotic"], ["judicious", "marked by the exercise of good judgment or common sense in practical matters"], ["rash", "marked by defiant disregard for danger or consequences; ; -Macaulay"], ["reckless", "marked by defiant disregard for danger or consequences; ; -Macaulay"], ["wise", "marked by the exercise of good judgment or common sense in practical matters"]]}, {"answer": "healing", "hint": "synonyms for healing", "clues": [["therapeutic", "tending to cure or restore to health"], ["curative", "tending to cure or restore to health"], ["remedial", "tending to cure or restore to health"], ["sanative", "tending to cure or restore to health"], ["alterative", "tending to cure or restore to health"]]}, {"answer": "healthier", "hint": "synonyms for healthier", "clues": [["goodly", "large in amount or extent or degree"], ["sizable", "large in amount or extent or degree"], ["intelligent", "exercising or showing good judgment"], ["fitter", "improved in health or physical condition"], ["healthy", "promoting health; healthful; ; ; ; ; - C.B.Davis"], ["salubrious", "promoting health; healthful; ; ; ; ; - C.B.Davis"], ["respectable", "large in amount or extent or degree"], ["tidy", "large in amount or extent or degree"], ["level-headed", "exercising or showing good judgment"], ["good for you", "promoting health; healthful; ; ; ; ; - C.B.Davis"], ["sound", "exercising or showing good judgment"], ["goodish", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"]]}, {"answer": "healthy", "hint": "synonyms for healthy", "clues": [["level-headed", "exercising or showing good judgment"], ["goodly", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"], ["sizable", "large in amount or extent or degree"], ["intelligent", "exercising or showing good judgment"], ["good for you", "promoting health; healthful; ; ; ; ; - C.B.Davis"], ["sound", "exercising or showing good judgment"], ["salubrious", "promoting health; healthful; ; ; ; ; - C.B.Davis"], ["goodish", "large in amount or extent or degree"], ["tidy", "large in amount or extent or degree"], ["respectable", "large in amount or extent or degree"]]}, {"answer": "hearty", "hint": "synonyms for hearty", "clues": [["square", "providing abundant nourishment"], ["satisfying", "providing abundant nourishment"], ["full-blooded", "endowed with or exhibiting great bodily or mental health"], ["red-blooded", "endowed with or exhibiting great bodily or mental health"], ["substantial", "providing abundant nourishment"], ["lusty", "endowed with or exhibiting great bodily or mental health"], ["solid", "providing abundant nourishment"]]}, {"answer": "heavy", "hint": "synonyms for heavy", "clues": [["with child", "in an advanced stage of pregnancy"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["laboured", "requiring or showing effort"], ["lumbering", "slow and laborious because of weight"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["wakeless", "(of sleep) deep and complete"], ["gravid", "in an advanced stage of pregnancy"], ["lowering", "darkened by clouds"], ["ponderous", "slow and laborious because of weight"], ["weighed down", "full of; bearing great weight"], ["expectant", "in an advanced stage of pregnancy"], ["sonorous", "full and loud and deep"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"], ["profound", "(of sleep) deep and complete"], ["cloggy", "(used of soil) compact and fine-grained"], ["hard", "given to excessive indulgence of bodily appetites especially for intoxicating liquors"], ["sound", "(of sleep) deep and complete"], ["great", "in an advanced stage of pregnancy"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["grievous", "of great gravity or crucial import; requiring serious thought"], ["overweight", "usually describes a large person who is fat but has a large frame to carry it"], ["weighty", "of great gravity or crucial import; requiring serious thought"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["clayey", "(used of soil) compact and fine-grained"], ["intemperate", "given to excessive indulgence of bodily appetites especially for intoxicating liquors"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["impenetrable", "permitting little if any light to pass through because of denseness of matter"], ["big", "in an advanced stage of pregnancy"], ["threatening", "darkened by clouds"], ["sullen", "darkened by clouds"], ["fleshy", "usually describes a large person who is fat but has a large frame to carry it"], ["enceinte", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"], ["grave", "of great gravity or crucial import; requiring serious thought"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["dense", "permitting little if any light to pass through because of denseness of matter"], ["leaden", "lacking lightness or liveliness"]]}, {"answer": "heavy-handed", "hint": "synonyms for heavy-handed", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["roughshod", "unjustly domineering"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "heavyset", "hint": "synonyms for heavyset", "clues": [["stocky", "having a short and solid form or stature"], ["compact", "having a short and solid form or stature"], ["thick", "having a short and solid form or stature"], ["thickset", "having a short and solid form or stature"]]}, {"answer": "heedful", "hint": "synonyms for heedful", "clues": [["paying attention", "taking heed; giving close and thoughtful attention"], ["advertent", "giving attention"], ["careful", "cautiously attentive"], ["thoughtful", "taking heed; giving close and thoughtful attention"], ["attentive", "taking heed; giving close and thoughtful attention"]]}, {"answer": "hefty", "hint": "synonyms for hefty", "clues": [["healthy", "large in amount or extent or degree"], ["goodly", "large in amount or extent or degree"], ["sizable", "large in amount or extent or degree"], ["muscular", "(of a person) possessing physical strength and weight; rugged and powerful"], ["goodish", "large in amount or extent or degree"], ["powerful", "(of a person) possessing physical strength and weight; rugged and powerful"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful"], ["respectable", "large in amount or extent or degree"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful"], ["tidy", "large in amount or extent or degree"]]}, {"answer": "helical", "hint": "synonyms for helical", "clues": [["voluted", "in the shape of a coil"], ["spiraling", "in the shape of a coil"], ["whorled", "in the shape of a coil"], ["turbinate", "in the shape of a coil"], ["coiling", "in the shape of a coil"]]}, {"answer": "hellish", "hint": "synonyms for hellish", "clues": [["god-awful", "very unpleasant"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["beastly", "very unpleasant"], ["diabolical", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "hereditary", "hint": "synonyms for hereditary", "clues": [["familial", "occurring among members of a family usually by heredity"], ["ancestral", "inherited or inheritable by established rules (usually legal rules) of descent"], ["transmitted", "occurring among members of a family usually by heredity"], ["transmissible", "occurring among members of a family usually by heredity"], ["patrimonial", "inherited or inheritable by established rules (usually legal rules) of descent"], ["genetic", "occurring among members of a family usually by heredity"], ["inherited", "occurring among members of a family usually by heredity"]]}, {"answer": "heroic", "hint": "synonyms for heroic", "clues": [["heroical", "having or displaying qualities appropriate for heroes"], ["expansive", "of behavior that is impressive and ambitious in scale or scope"], ["grand", "of behavior that is impressive and ambitious in scale or scope"], ["desperate", "showing extreme courage; especially of actions courageously undertaken in desperation as a last resort; ; - G.C.Marshall"], ["epic", "very imposing or impressive; surpassing the ordinary (especially in size or scale)"], ["larger-than-life", "very imposing or impressive; surpassing the ordinary (especially in size or scale)"]]}, {"answer": "hidden", "hint": "synonyms for hidden", "clues": [["secret", "designed to elude detection"], ["out of sight", "not accessible to view"], ["obscure", "difficult to find"], ["concealed", "not accessible to view"]]}, {"answer": "hideous", "hint": "synonyms for hideous", "clues": [["repulsive", "so extremely ugly as to be terrifying"], ["horrid", "grossly offensive to decency or morality; causing horror"], ["horrific", "grossly offensive to decency or morality; causing horror"], ["outrageous", "grossly offensive to decency or morality; causing horror"]]}, {"answer": "hifalutin", "hint": "synonyms for hifalutin", "clues": [["grandiose", "affectedly genteel"], ["hoity-toity", "affectedly genteel"], ["highfaluting", "affectedly genteel"], ["la-di-da", "affectedly genteel"]]}, {"answer": "higgledy-piggledy", "hint": "synonyms for higgledy-piggledy", "clues": [["hugger-mugger", "in utter disorder"], ["jumbled", "in utter disorder"], ["topsy-turvy", "in utter disorder"], ["disorderly", "in utter disorder"]]}, {"answer": "high", "hint": "synonyms for high", "clues": [["in high spirits", "happy and excited and energetic"], ["gamey", "(used of the smell of meat) smelling spoiled or tainted"], ["eminent", "standing above others in quality or position"], ["high-pitched", "used of sounds and voices; high in pitch or frequency"], ["mellow", "slightly and pleasantly intoxicated from alcohol or a drug (especially marijuana)"]]}, {"answer": "high-and-mighty", "hint": "synonyms for high-and-mighty", "clues": [["bossy", "offensively self-assured or given to exercising usually unwarranted power"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power"], ["dominating", "offensively self-assured or given to exercising usually unwarranted power"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power"]]}, {"answer": "high-flown", "hint": "synonyms for high-flown", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["inflated", "pretentious (especially with regard to language or ideals)"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-sounding", "pretentious (especially with regard to language or ideals)"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "high-minded", "hint": "synonyms for high-minded", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "high-power", "hint": "synonyms for high-power", "clues": [["high-octane", "vigorously energetic or forceful"], ["high-energy", "vigorously energetic or forceful"], ["high-voltage", "vigorously energetic or forceful"], ["high-powered", "vigorously energetic or forceful"]]}, {"answer": "high-powered", "hint": "synonyms for high-powered", "clues": [["high-power", "vigorously energetic or forceful"], ["high-octane", "vigorously energetic or forceful"], ["high-energy", "vigorously energetic or forceful"], ["high-voltage", "vigorously energetic or forceful"]]}, {"answer": "high-strung", "hint": "synonyms for high-strung", "clues": [["edgy", "being in a tense state"], ["highly strung", "being in a tense state"], ["overstrung", "being in a tense state"], ["uptight", "being in a tense state"], ["jumpy", "being in a tense state"], ["nervy", "being in a tense state"], ["restive", "being in a tense state"], ["jittery", "being in a tense state"]]}, {"answer": "high-voltage", "hint": "synonyms for high-voltage", "clues": [["high-power", "vigorously energetic or forceful"], ["high-octane", "vigorously energetic or forceful"], ["high-energy", "vigorously energetic or forceful"], ["high-potential", "operating on or powered by a high voltage"]]}, {"answer": "higher", "hint": "synonyms for higher", "clues": [["high", "(literal meaning) being at or having a relatively great or specific elevation or upward extension (sometimes used in combinations like `knee-high')"], ["in high spirits", "happy and excited and energetic"], ["high-pitched", "used of sounds and voices; high in pitch or frequency"], ["mellow", "slightly and pleasantly intoxicated from alcohol or a drug (especially marijuana)"], ["gamey", "(used of the smell of meat) smelling spoiled or tainted"], ["eminent", "standing above others in quality or position"]]}, {"answer": "highfalutin", "hint": "synonyms for highfalutin", "clues": [["hifalutin", "affectedly genteel"], ["grandiose", "affectedly genteel"], ["hoity-toity", "affectedly genteel"], ["la-di-da", "affectedly genteel"]]}, {"answer": "highfaluting", "hint": "synonyms for highfaluting", "clues": [["hifalutin", "affectedly genteel"], ["grandiose", "affectedly genteel"], ["hoity-toity", "affectedly genteel"], ["la-di-da", "affectedly genteel"]]}, {"answer": "highly_strung", "hint": "synonyms for highly strung", "clues": [["edgy", "being in a tense state"], ["overstrung", "being in a tense state"], ["uptight", "being in a tense state"], ["jumpy", "being in a tense state"], ["nervy", "being in a tense state"], ["restive", "being in a tense state"], ["jittery", "being in a tense state"], ["high-strung", "being in a tense state"]]}, {"answer": "ho-hum", "hint": "synonyms for ho-hum", "clues": [["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "hoar", "hint": "synonyms for hoar", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "hoary", "hint": "synonyms for hoary", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["canescent", "covered with fine whitish hairs or down"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["rusty", "ancient"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "hoggish", "hint": "synonyms for hoggish", "clues": [["piggish", "resembling swine; coarsely gluttonous or greedy"], ["porcine", "resembling swine; coarsely gluttonous or greedy"], ["swinish", "resembling swine; coarsely gluttonous or greedy"], ["piggy", "resembling swine; coarsely gluttonous or greedy"]]}, {"answer": "hokey", "hint": "synonyms for hokey", "clues": [["artificial", "artificially formal"], ["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["stilted", "artificially formal"], ["contrived", "artificially formal"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "hole-and-corner", "hint": "synonyms for hole-and-corner", "clues": [["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["underground", "conducted with or marked by hidden aims or methods"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["secret", "conducted with or marked by hidden aims or methods"], ["undercover", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["clandestine", "conducted with or marked by hidden aims or methods"], ["hole-in-corner", "relating to the peripheral and unimportant aspects of life; - H.G.Wells"], ["hush-hush", "conducted with or marked by hidden aims or methods"]]}, {"answer": "holier-than-thou", "hint": "synonyms for holier-than-thou", "clues": [["pharisaical", "excessively or hypocritically pious"], ["pietistical", "excessively or hypocritically pious"], ["sanctimonious", "excessively or hypocritically pious"], ["self-righteous", "excessively or hypocritically pious"]]}, {"answer": "homespun", "hint": "synonyms for homespun", "clues": [["cracker-barrel", "characteristic of country life"], ["nubbly", "of textiles; having a rough surface"], ["slubbed", "of textiles; having a rough surface"], ["folksy", "characteristic of country life"], ["tweedy", "of textiles; having a rough surface"]]}, {"answer": "honest", "hint": "synonyms for honest", "clues": [["dependable", "worthy of being depended on"], ["fair", "gained or earned without cheating or stealing"], ["true", "worthy of being depended on"], ["good", "not forged"], ["honorable", "not disposed to cheat or defraud; not deceptive or fraudulent"], ["reliable", "worthy of being depended on"]]}, {"answer": "honeyed", "hint": "synonyms for honeyed", "clues": [["syrupy", "with honey added"], ["dulcet", "pleasing to the ear"], ["mellifluous", "pleasing to the ear"], ["honied", "with honey added"], ["sweet", "pleasing to the ear"], ["mellisonant", "pleasing to the ear"]]}, {"answer": "honorable", "hint": "synonyms for honorable", "clues": [["good", "deserving of esteem and respect"], ["estimable", "deserving of esteem and respect"], ["honest", "not disposed to cheat or defraud; not deceptive or fraudulent"], ["ethical", "adhering to ethical and moral principles"], ["respectable", "deserving of esteem and respect"], ["honourable", "adhering to ethical and moral principles"]]}, {"answer": "hooked", "hint": "synonyms for hooked", "clues": [["aquiline", "curved down like an eagle's beak"], ["strung-out", "addicted to a drug"], ["drug-addicted", "addicted to a drug"], ["dependant", "addicted to a drug"], ["hooklike", "having or resembling a hook (especially in the ability to grasp and hold)"]]}, {"answer": "horny", "hint": "synonyms for horny", "clues": [["ruttish", "feeling great sexual desire"], ["randy", "feeling great sexual desire"], ["hornlike", "made of horn (or of a substance resembling horn)"], ["turned on", "feeling great sexual desire"], ["steamy", "feeling great sexual desire"], ["aroused", "feeling great sexual desire"], ["corneous", "made of horn (or of a substance resembling horn)"]]}, {"answer": "horrendous", "hint": "synonyms for horrendous", "clues": [["dread", "causing fear or dread or terror"], ["fearful", "causing fear or dread or terror"], ["direful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"]]}, {"answer": "horrible", "hint": "synonyms for horrible", "clues": [["atrocious", "provoking horror; ; ; ; - Winston Churchill"], ["frightful", "provoking horror; ; ; ; - Winston Churchill"], ["ugly", "provoking horror; ; ; ; - Winston Churchill"], ["horrifying", "provoking horror; ; ; ; - Winston Churchill"]]}, {"answer": "horrific", "hint": "synonyms for horrific", "clues": [["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["hideous", "grossly offensive to decency or morality; causing horror"], ["fearful", "causing fear or dread or terror"], ["direful", "causing fear or dread or terror"], ["outrageous", "grossly offensive to decency or morality; causing horror"], ["dreaded", "causing fear or dread or terror"], ["dreadful", "causing fear or dread or terror"], ["horrid", "grossly offensive to decency or morality; causing horror"], ["awful", "causing fear or dread or terror"], ["terrible", "causing fear or dread or terror"], ["dire", "causing fear or dread or terror"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"]]}, {"answer": "horrifying", "hint": "synonyms for horrifying", "clues": [["horrible", "provoking horror; ; ; ; - Winston Churchill"], ["atrocious", "provoking horror; ; ; ; - Winston Churchill"], ["frightful", "provoking horror; ; ; ; - Winston Churchill"], ["ugly", "provoking horror; ; ; ; - Winston Churchill"]]}, {"answer": "hot", "hint": "synonyms for hot", "clues": [["live", "charged or energized with electricity"], ["red-hot", "newest or most recent"], ["raging", "characterized by violent and forceful activity or movement; very intense"], ["spicy", "producing a burning sensation on the taste nerves"], ["blistering", "very fast; capable of quick response and great speed"]]}, {"answer": "hot-tempered", "hint": "synonyms for hot-tempered", "clues": [["choleric", "quickly aroused to anger"], ["quick-tempered", "quickly aroused to anger"], ["short-tempered", "quickly aroused to anger"], ["irascible", "quickly aroused to anger"], ["hotheaded", "quickly aroused to anger"]]}, {"answer": "hotheaded", "hint": "synonyms for hotheaded", "clues": [["choleric", "quickly aroused to anger"], ["quick-tempered", "quickly aroused to anger"], ["short-tempered", "quickly aroused to anger"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["irascible", "quickly aroused to anger"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"]]}, {"answer": "howling", "hint": "synonyms for howling", "clues": [["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["marvellous", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "huffy", "hint": "synonyms for huffy", "clues": [["touchy", "quick to take offense"], ["thin-skinned", "quick to take offense"], ["sore", "roused to anger; - Mark Twain"], ["feisty", "quick to take offense"], ["mad", "roused to anger; - Mark Twain"]]}, {"answer": "hugger-mugger", "hint": "synonyms for hugger-mugger", "clues": [["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["topsy-turvy", "in utter disorder"], ["underground", "conducted with or marked by hidden aims or methods"], ["secret", "conducted with or marked by hidden aims or methods"], ["disorderly", "in utter disorder"], ["undercover", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["clandestine", "conducted with or marked by hidden aims or methods"], ["jumbled", "in utter disorder"], ["higgledy-piggledy", "in utter disorder"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"]]}, {"answer": "humanist", "hint": "synonyms for humanist", "clues": [["humanitarian", "marked by humanistic values and devotion to human welfare"], ["humanistic", "of or pertaining to Renaissance humanism"], ["humane", "pertaining to or concerned with the humanities"], ["human-centred", "marked by humanistic values and devotion to human welfare"]]}, {"answer": "humanistic", "hint": "synonyms for humanistic", "clues": [["humanitarian", "marked by humanistic values and devotion to human welfare"], ["humanist", "of or pertaining to a philosophy asserting human dignity and man's capacity for fulfillment through reason and scientific method and often rejecting religion; - Wendell Thomas"], ["human-centred", "marked by humanistic values and devotion to human welfare"], ["humane", "pertaining to or concerned with the humanities"]]}, {"answer": "humble", "hint": "synonyms for humble", "clues": [["small", "low or inferior in station or quality"], ["lowly", "of low birth or station (`base' is archaic in this sense)"], ["menial", "used of unskilled work (especially domestic work)"], ["baseborn", "of low birth or station (`base' is archaic in this sense)"], ["modest", "low or inferior in station or quality"], ["base", "of low birth or station (`base' is archaic in this sense)"]]}, {"answer": "humbled", "hint": "synonyms for humbled", "clues": [["crushed", "subdued or brought low in condition or status"], ["broken", "subdued or brought low in condition or status"], ["low", "subdued or brought low in condition or status"], ["humiliated", "subdued or brought low in condition or status"]]}, {"answer": "humdrum", "hint": "synonyms for humdrum", "clues": [["unglamorous", "not challenging; dull and lacking excitement"], ["prosaic", "not challenging; dull and lacking excitement"], ["monotonous", "tediously repetitious or lacking in variety"], ["commonplace", "not challenging; dull and lacking excitement"]]}, {"answer": "humiliated", "hint": "synonyms for humiliated", "clues": [["broken", "subdued or brought low in condition or status"], ["mortified", "made to feel uncomfortable because of shame or wounded pride"], ["crushed", "subdued or brought low in condition or status"], ["humbled", "subdued or brought low in condition or status"], ["low", "subdued or brought low in condition or status"], ["embarrassed", "made to feel uncomfortable because of shame or wounded pride"]]}, {"answer": "humongous", "hint": "synonyms for humongous", "clues": [["walloping", "(used informally) very large"], ["banging", "(used informally) very large"], ["thumping", "(used informally) very large"], ["whopping", "(used informally) very large"]]}, {"answer": "humpbacked", "hint": "synonyms for humpbacked", "clues": [["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["crookback", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"]]}, {"answer": "humped", "hint": "synonyms for humped", "clues": [["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["crookback", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"]]}, {"answer": "hunchbacked", "hint": "synonyms for hunchbacked", "clues": [["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["crookback", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"]]}, {"answer": "hunched", "hint": "synonyms for hunched", "clues": [["stooped", "having the back and shoulders rounded; not erect"], ["stooping", "having the back and shoulders rounded; not erect"], ["crooked", "having the back and shoulders rounded; not erect"], ["round-shouldered", "having the back and shoulders rounded; not erect"], ["round-backed", "having the back and shoulders rounded; not erect"]]}, {"answer": "hunky-dory", "hint": "synonyms for hunky-dory", "clues": [["o.k.", "being satisfactory or in satisfactory condition"], ["all right", "being satisfactory or in satisfactory condition"], ["okay", "being satisfactory or in satisfactory condition"], ["ok", "being satisfactory or in satisfactory condition"], ["fine", "being satisfactory or in satisfactory condition"]]}, {"answer": "hush-hush", "hint": "synonyms for hush-hush", "clues": [["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["underground", "conducted with or marked by hidden aims or methods"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["secret", "conducted with or marked by hidden aims or methods"], ["undercover", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["clandestine", "conducted with or marked by hidden aims or methods"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"]]}, {"answer": "husky", "hint": "synonyms for husky", "clues": [["gruff", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson"], ["buirdly", "muscular and heavily built"], ["beefy", "muscular and heavily built"], ["hoarse", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson"], ["strapping", "muscular and heavily built"], ["burly", "muscular and heavily built"]]}, {"answer": "hypersensitised", "hint": "synonyms for hypersensitised", "clues": [["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "hypersensitive", "hint": "synonyms for hypersensitive", "clues": [["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "hypersensitized", "hint": "synonyms for hypersensitized", "clues": [["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "hypnagogic", "hint": "synonyms for hypnagogic", "clues": [["somnific", "sleep inducing"], ["soporific", "sleep inducing"], ["hypnogogic", "sleep inducing"], ["soporiferous", "sleep inducing"], ["somniferous", "sleep inducing"]]}, {"answer": "hypnogogic", "hint": "synonyms for hypnogogic", "clues": [["hypnagogic", "sleep inducing"], ["somnific", "sleep inducing"], ["somniferous", "sleep inducing"], ["soporific", "sleep inducing"], ["soporiferous", "sleep inducing"]]}, {"answer": "hypnotised", "hint": "synonyms for hypnotised", "clues": [["transfixed", "having your attention fixated as though by a spell"], ["spell-bound", "having your attention fixated as though by a spell"], ["fascinated", "having your attention fixated as though by a spell"], ["mesmerized", "having your attention fixated as though by a spell"], ["hypnotized", "having your attention fixated as though by a spell"]]}, {"answer": "hypnotized", "hint": "synonyms for hypnotized", "clues": [["transfixed", "having your attention fixated as though by a spell"], ["spell-bound", "having your attention fixated as though by a spell"], ["fascinated", "having your attention fixated as though by a spell"], ["mesmerized", "having your attention fixated as though by a spell"], ["hypnotised", "having your attention fixated as though by a spell"]]}, {"answer": "hypothetic", "hint": "synonyms for hypothetic", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence"], ["hypothetical", "based primarily on surmise rather than adequate evidence"], ["supposed", "based primarily on surmise rather than adequate evidence"], ["conjectural", "based primarily on surmise rather than adequate evidence"], ["suppositious", "based primarily on surmise rather than adequate evidence"], ["suppositional", "based primarily on surmise rather than adequate evidence"]]}, {"answer": "hypothetical", "hint": "synonyms for hypothetical", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence"], ["supposed", "based primarily on surmise rather than adequate evidence"], ["conjectural", "based primarily on surmise rather than adequate evidence"], ["suppositious", "based primarily on surmise rather than adequate evidence"], ["hypothetic", "based primarily on surmise rather than adequate evidence"], ["suppositional", "based primarily on surmise rather than adequate evidence"]]}, {"answer": "icky", "hint": "synonyms for icky", "clues": [["shitty", "very bad"], ["gooey", "soft and sticky"], ["stinking", "very bad"], ["crappy", "very bad"], ["lousy", "very bad"], ["stinky", "very bad"], ["rotten", "very bad"]]}, {"answer": "icy", "hint": "synonyms for icy", "clues": [["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["arctic", "extremely cold"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["gelid", "extremely cold"], ["polar", "extremely cold"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"]]}, {"answer": "idealistic", "hint": "synonyms for idealistic", "clues": [["ideal", "of or relating to the philosophical doctrine of the reality of ideas"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "identical", "hint": "synonyms for identical", "clues": [["indistinguishable", "exactly alike; incapable of being perceived as different"], ["superposable", "coinciding exactly when superimposed"], ["selfsame", "being the exact same one; not any other:"], ["very", "being the exact same one; not any other:"], ["monovular", "(of twins) derived from a single egg or ovum"]]}, {"answer": "idiotic", "hint": "synonyms for idiotic", "clues": [["ludicrous", "incongruous;inviting ridicule"], ["crackbrained", "insanely irresponsible"], ["imbecile", "having a mental age of three to seven years"], ["laughable", "incongruous;inviting ridicule"], ["absurd", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["derisory", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["preposterous", "incongruous;inviting ridicule"], ["ridiculous", "incongruous;inviting ridicule"], ["imbecilic", "having a mental age of three to seven years"]]}, {"answer": "idle", "hint": "synonyms for idle", "clues": [["groundless", "without a basis in reason or fact"], ["loose", "lacking a sense of restraint or responsibility"], ["wild", "without a basis in reason or fact"], ["baseless", "without a basis in reason or fact"], ["light", "silly or trivial"], ["unwarranted", "without a basis in reason or fact"], ["out of work", "not having a job"], ["jobless", "not having a job"], ["unused", "not in active use"], ["unfounded", "without a basis in reason or fact"], ["dead", "not yielding a return"]]}, {"answer": "igneous", "hint": "synonyms for igneous", "clues": [["pyrogenic", "produced under conditions involving intense heat"], ["eruptive", "produced by the action of fire or intense heat"], ["pyrogenous", "produced under conditions involving intense heat"], ["fiery", "like or suggestive of fire"]]}, {"answer": "ignominious", "hint": "synonyms for ignominious", "clues": [["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"]]}, {"answer": "ignorant", "hint": "synonyms for ignorant", "clues": [["unlearned", "uneducated in general; lacking knowledge or sophistication"], ["unwitting", "unaware because of a lack of relevant information or knowledge"], ["nescient", "uneducated in general; lacking knowledge or sophistication"], ["unknowing", "unaware because of a lack of relevant information or knowledge"], ["unknowledgeable", "unaware because of a lack of relevant information or knowledge"], ["illiterate", "uneducated in the fundamentals of a given art or branch of learning; lacking knowledge of a specific field"], ["unlettered", "uneducated in general; lacking knowledge or sophistication"]]}, {"answer": "ill-bred", "hint": "synonyms for ill-bred", "clues": [["underbred", "(of persons) lacking in refinement or grace"], ["bounderish", "(of persons) lacking in refinement or grace"], ["rude", "(of persons) lacking in refinement or grace"], ["yokelish", "(of persons) lacking in refinement or grace"], ["lowbred", "(of persons) lacking in refinement or grace"]]}, {"answer": "ill-chosen", "hint": "synonyms for ill-chosen", "clues": [["awkward", "not elegant or graceful in expression"], ["inept", "not elegant or graceful in expression"], ["clumsy", "not elegant or graceful in expression"], ["inapt", "not elegant or graceful in expression"], ["cumbersome", "not elegant or graceful in expression"]]}, {"answer": "ill-fated", "hint": "synonyms for ill-fated", "clues": [["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"]]}, {"answer": "ill-humored", "hint": "synonyms for ill-humored", "clues": [["crusty", "brusque and surly and forbidding"], ["curmudgeonly", "brusque and surly and forbidding"], ["ill-humoured", "brusque and surly and forbidding"], ["gruff", "brusque and surly and forbidding"]]}, {"answer": "ill-humoured", "hint": "synonyms for ill-humoured", "clues": [["crusty", "brusque and surly and forbidding"], ["curmudgeonly", "brusque and surly and forbidding"], ["gruff", "brusque and surly and forbidding"], ["ill-humored", "brusque and surly and forbidding"]]}, {"answer": "ill-mannered", "hint": "synonyms for ill-mannered", "clues": [["unmannered", "socially incorrect in behavior"], ["rude", "socially incorrect in behavior"], ["unmannerly", "socially incorrect in behavior"], ["bad-mannered", "socially incorrect in behavior"]]}, {"answer": "ill-omened", "hint": "synonyms for ill-omened", "clues": [["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"]]}, {"answer": "ill-scented", "hint": "synonyms for ill-scented", "clues": [["foetid", "offensively malodorous"], ["funky", "offensively malodorous"], ["stinking", "offensively malodorous"], ["noisome", "offensively malodorous"], ["smelly", "offensively malodorous"], ["foul-smelling", "offensively malodorous"], ["foul", "offensively malodorous"]]}, {"answer": "ill-shapen", "hint": "synonyms for ill-shapen", "clues": [["misshapen", "so badly formed or out of shape as to be ugly"], ["deformed", "so badly formed or out of shape as to be ugly"], ["distorted", "so badly formed or out of shape as to be ugly"], ["malformed", "so badly formed or out of shape as to be ugly"]]}, {"answer": "ill-starred", "hint": "synonyms for ill-starred", "clues": [["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"]]}, {"answer": "ill-tempered", "hint": "synonyms for ill-tempered", "clues": [["crabbed", "annoyed and irritable"], ["cross", "annoyed and irritable"], ["grouchy", "annoyed and irritable"], ["bad-tempered", "annoyed and irritable"], ["fussy", "annoyed and irritable"], ["grumpy", "annoyed and irritable"], ["crabby", "annoyed and irritable"]]}, {"answer": "ill-used", "hint": "synonyms for ill-used", "clues": [["used", "of persons; taken advantage of"], ["put-upon", "of persons; taken advantage of"], ["exploited", "of persons; taken advantage of"], ["victimized", "of persons; taken advantage of"]]}, {"answer": "illogical", "hint": "synonyms for illogical", "clues": [["unconnected", "lacking orderly continuity"], ["disordered", "lacking orderly continuity"], ["disconnected", "lacking orderly continuity"], ["scattered", "lacking orderly continuity"], ["garbled", "lacking orderly continuity"], ["disjointed", "lacking orderly continuity"], ["unlogical", "lacking in correct logical relation"], ["confused", "lacking orderly continuity"]]}, {"answer": "illustrious", "hint": "synonyms for illustrious", "clues": [["celebrated", "widely known and esteemed"], ["far-famed", "widely known and esteemed"], ["famous", "widely known and esteemed"], ["noted", "widely known and esteemed"], ["renowned", "widely known and esteemed"], ["notable", "widely known and esteemed"], ["famed", "widely known and esteemed"]]}, {"answer": "imitation", "hint": "synonyms for imitation", "clues": [["simulated", "not genuine or real; being an imitation of the genuine article"], ["false", "not genuine or real; being an imitation of the genuine article"], ["fake", "not genuine or real; being an imitation of the genuine article"], ["faux", "not genuine or real; being an imitation of the genuine article"]]}, {"answer": "immaculate", "hint": "synonyms for immaculate", "clues": [["faultless", "without fault or error"], ["spick-and-span", "completely neat and clean"], ["undefiled", "free from stain or blemish"], ["speckless", "completely neat and clean"], ["impeccable", "without fault or error"], ["spotless", "completely neat and clean"], ["spic", "completely neat and clean"]]}, {"answer": "immaterial", "hint": "synonyms for immaterial", "clues": [["indifferent", "(often followed by `to') lacking importance; not mattering one way or the other"], ["orthogonal", "not pertinent to the matter under consideration"], ["extraneous", "not pertinent to the matter under consideration"], ["incorporeal", "without material form or substance"], ["nonmaterial", "not consisting of matter"], ["impertinent", "not pertinent to the matter under consideration"]]}, {"answer": "immature", "hint": "synonyms for immature", "clues": [["unripened", "not fully developed or mature; not ripe"], ["green", "not fully developed or mature; not ripe"], ["unripe", "not fully developed or mature; not ripe"], ["young", "(used of living things especially persons) in an early period of life or development or growth"], ["unfledged", "(of birds) not yet having developed feathers"]]}, {"answer": "immeasurable", "hint": "synonyms for immeasurable", "clues": [["incomputable", "beyond calculation or measure"], ["unmeasured", "impossible to measure"], ["inestimable", "beyond calculation or measure"], ["immensurable", "impossible to measure"], ["unmeasurable", "impossible to measure"]]}, {"answer": "immediate", "hint": "synonyms for immediate", "clues": [["prompt", "performed with little or no delay"], ["quick", "performed with little or no delay"], ["straightaway", "performed with little or no delay"], ["contiguous", "very close or connected in space or time"]]}, {"answer": "imminent", "hint": "synonyms for imminent", "clues": [["close at hand", "close in time; about to occur"], ["impending", "close in time; about to occur"], ["at hand", "close in time; about to occur"], ["impendent", "close in time; about to occur"]]}, {"answer": "impassioned", "hint": "synonyms for impassioned", "clues": [["fervid", "characterized by intense emotion"], ["fervent", "characterized by intense emotion"], ["ardent", "characterized by intense emotion"], ["perfervid", "characterized by intense emotion"], ["torrid", "characterized by intense emotion"], ["fiery", "characterized by intense emotion"]]}, {"answer": "impassive", "hint": "synonyms for impassive", "clues": [["expressionless", "deliberately impassive in manner"], ["poker-faced", "deliberately impassive in manner"], ["deadpan", "deliberately impassive in manner"], ["unexpressive", "deliberately impassive in manner"], ["stolid", "having or revealing little emotion or sensibility; not easily aroused or excited; ; - Nordhoff & Hall; -Virginia Woolf"]]}, {"answer": "impecunious", "hint": "synonyms for impecunious", "clues": [["penniless", "not having enough money to pay for necessities"], ["in straitened circumstances", "not having enough money to pay for necessities"], ["hard up", "not having enough money to pay for necessities"], ["penurious", "not having enough money to pay for necessities"], ["pinched", "not having enough money to pay for necessities"]]}, {"answer": "impendent", "hint": "synonyms for impendent", "clues": [["close at hand", "close in time; about to occur"], ["imminent", "close in time; about to occur"], ["impending", "close in time; about to occur"], ["at hand", "close in time; about to occur"]]}, {"answer": "impending", "hint": "synonyms for impending", "clues": [["close at hand", "close in time; about to occur"], ["imminent", "close in time; about to occur"], ["at hand", "close in time; about to occur"], ["impendent", "close in time; about to occur"]]}, {"answer": "imperial", "hint": "synonyms for imperial", "clues": [["purple", "belonging to or befitting a supreme ruler"], ["majestic", "belonging to or befitting a supreme ruler"], ["royal", "belonging to or befitting a supreme ruler"], ["regal", "belonging to or befitting a supreme ruler"]]}, {"answer": "imperious", "hint": "synonyms for imperious", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"]]}, {"answer": "impertinent", "hint": "synonyms for impertinent", "clues": [["impudent", "improperly forward or bold"], ["smart", "improperly forward or bold"], ["saucy", "characterized by a lightly pert and exuberant quality"], ["sassy", "improperly forward or bold"], ["orthogonal", "not pertinent to the matter under consideration"], ["overbold", "improperly forward or bold"], ["fresh", "improperly forward or bold"], ["pert", "characterized by a lightly pert and exuberant quality"], ["irreverent", "characterized by a lightly pert and exuberant quality"], ["immaterial", "not pertinent to the matter under consideration"], ["wise", "improperly forward or bold"], ["extraneous", "not pertinent to the matter under consideration"]]}, {"answer": "impetuous", "hint": "synonyms for impetuous", "clues": [["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"]]}, {"answer": "impish", "hint": "synonyms for impish", "clues": [["arch", "naughtily or annoyingly playful"], ["prankish", "naughtily or annoyingly playful"], ["wicked", "naughtily or annoyingly playful"], ["mischievous", "naughtily or annoyingly playful"], ["implike", "naughtily or annoyingly playful"], ["puckish", "naughtily or annoyingly playful"], ["pixilated", "naughtily or annoyingly playful"]]}, {"answer": "implanted", "hint": "synonyms for implanted", "clues": [["deep-rooted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"], ["deep-seated", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"], ["ingrained", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"], ["planted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"]]}, {"answer": "implike", "hint": "synonyms for implike", "clues": [["arch", "naughtily or annoyingly playful"], ["prankish", "naughtily or annoyingly playful"], ["pixilated", "naughtily or annoyingly playful"], ["wicked", "naughtily or annoyingly playful"], ["mischievous", "naughtily or annoyingly playful"], ["puckish", "naughtily or annoyingly playful"], ["impish", "naughtily or annoyingly playful"]]}, {"answer": "important", "hint": "synonyms for important", "clues": [["of import", "of great significance or value"], ["authoritative", "having authority or ascendancy or influence"], ["significant", "important in effect or meaning"], ["crucial", "of extreme importance; vital to the resolution of a crisis"]]}, {"answer": "imposing", "hint": "synonyms for imposing", "clues": [["baronial", "impressive in appearance"], ["grand", "used of a person's appearance or behavior; befitting an eminent person"], ["noble", "impressive in appearance"], ["magisterial", "used of a person's appearance or behavior; befitting an eminent person"], ["stately", "impressive in appearance"], ["distinguished", "used of a person's appearance or behavior; befitting an eminent person"]]}, {"answer": "impossible", "hint": "synonyms for impossible", "clues": [["inconceivable", "totally unlikely"], ["unacceptable", "used of persons or their behavior"], ["insufferable", "used of persons or their behavior"], ["out of the question", "totally unlikely"], ["unimaginable", "totally unlikely"]]}, {"answer": "impoverished", "hint": "synonyms for impoverished", "clues": [["broken", "destroyed financially"], ["needy", "poor enough to need help from others"], ["destitute", "poor enough to need help from others"], ["indigent", "poor enough to need help from others"], ["wiped out", "destroyed financially"], ["necessitous", "poor enough to need help from others"], ["poverty-stricken", "poor enough to need help from others"]]}, {"answer": "impregnable", "hint": "synonyms for impregnable", "clues": [["unattackable", "immune to attack; incapable of being tampered with"], ["strong", "immune to attack; incapable of being tampered with"], ["secure", "immune to attack; incapable of being tampered with"], ["inviolable", "immune to attack; incapable of being tampered with"], ["inexpugnable", "incapable of being overcome, challenged or refuted"], ["unassailable", "immune to attack; incapable of being tampered with"], ["conceptive", "capable of conceiving"]]}, {"answer": "improbable", "hint": "synonyms for improbable", "clues": [["unconvincing", "having a probability too low to inspire belief"], ["unlikely", "not likely to be true or to occur or to have occurred"], ["unbelievable", "having a probability too low to inspire belief"], ["marvelous", "too improbable to admit of belief"], ["tall", "too improbable to admit of belief"]]}, {"answer": "impromptu", "hint": "synonyms for impromptu", "clues": [["unrehearsed", "with little or no preparation or forethought"], ["extemporaneous", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["offhanded", "with little or no preparation or forethought"], ["off-the-cuff", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "impudent", "hint": "synonyms for impudent", "clues": [["insolent", "marked by casual disrespect"], ["impertinent", "improperly forward or bold"], ["smart", "improperly forward or bold"], ["sassy", "improperly forward or bold"], ["overbold", "improperly forward or bold"], ["fresh", "improperly forward or bold"], ["flip", "marked by casual disrespect"], ["wise", "improperly forward or bold"], ["saucy", "improperly forward or bold"], ["snotty-nosed", "marked by casual disrespect"]]}, {"answer": "impulsive", "hint": "synonyms for impulsive", "clues": [["capricious", "determined by chance or impulse or whim rather than by necessity or reason"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["unprompted", "proceeding from natural feeling or impulse without external stimulus"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["driving", "having the power of driving or impelling"], ["whimsical", "determined by chance or impulse or whim rather than by necessity or reason"], ["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"]]}, {"answer": "in_love", "hint": "synonyms for in love", "clues": [["enamored", "marked by foolish or unreasoning fondness"], ["smitten", "marked by foolish or unreasoning fondness"], ["soft on", "marked by foolish or unreasoning fondness"], ["infatuated", "marked by foolish or unreasoning fondness"], ["potty", "marked by foolish or unreasoning fondness"], ["taken with", "marked by foolish or unreasoning fondness"]]}, {"answer": "in_one's_birthday_suit", "hint": "synonyms for in one's birthday suit", "clues": [["in your birthday suit", "as naked as at birth"], ["mother-naked", "as naked as at birth"], ["naked as the day you were born", "as naked as at birth"], ["naked as the day one was born", "as naked as at birth"]]}, {"answer": "in_small_stages", "hint": "synonyms for in small stages", "clues": [["bit-by-bit", "one thing at a time"], ["step-by-step", "one thing at a time"], ["stepwise", "one thing at a time"], ["piecemeal", "one thing at a time"]]}, {"answer": "in_straitened_circumstances", "hint": "synonyms for in straitened circumstances", "clues": [["penniless", "not having enough money to pay for necessities"], ["impecunious", "not having enough money to pay for necessities"], ["hard up", "not having enough money to pay for necessities"], ["penurious", "not having enough money to pay for necessities"], ["pinched", "not having enough money to pay for necessities"]]}, {"answer": "in_style", "hint": "synonyms for in style", "clues": [["modish", "in the current fashion or style"], ["latest", "in the current fashion or style"], ["a la mode", "in the current fashion or style"], ["in vogue", "in the current fashion or style"]]}, {"answer": "in_the_altogether", "hint": "synonyms for in the altogether", "clues": [["raw", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["peeled", "(used informally) completely unclothed"], ["bare-assed", "(used informally) completely unclothed"], ["in the buff", "(used informally) completely unclothed"], ["in the raw", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "in_the_buff", "hint": "synonyms for in the buff", "clues": [["raw", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["peeled", "(used informally) completely unclothed"], ["bare-assed", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["in the raw", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "in_the_raw", "hint": "synonyms for in the raw", "clues": [["raw", "(used informally) completely unclothed"], ["peeled", "(used informally) completely unclothed"], ["bare-assed", "(used informally) completely unclothed"], ["in the buff", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "in_vogue", "hint": "synonyms for in vogue", "clues": [["in style", "in the current fashion or style"], ["latest", "in the current fashion or style"], ["a la mode", "in the current fashion or style"], ["modish", "in the current fashion or style"]]}, {"answer": "in_your_birthday_suit", "hint": "synonyms for in your birthday suit", "clues": [["in one's birthday suit", "as naked as at birth"], ["mother-naked", "as naked as at birth"], ["naked as the day you were born", "as naked as at birth"], ["naked as the day one was born", "as naked as at birth"]]}, {"answer": "inaccessible", "hint": "synonyms for inaccessible", "clues": [["unobtainable", "not capable of being obtained"], ["unaccessible", "capable of being reached only with great difficulty or not at all"], ["unprocurable", "not capable of being obtained"], ["untouchable", "not capable of being obtained"]]}, {"answer": "inactive", "hint": "synonyms for inactive", "clues": [["motionless", "not in physical motion"], ["still", "not in physical motion"], ["dormant", "(of e.g. volcanos) not erupting and not extinct"], ["nonoperational", "(military) not involved in military operations"], ["passive", "lacking in energy or will; - George Meredith"], ["static", "not in physical motion"]]}, {"answer": "inane", "hint": "synonyms for inane", "clues": [["fatuous", "devoid of intelligence"], ["asinine", "devoid of intelligence"], ["mindless", "devoid of intelligence"], ["vacuous", "devoid of intelligence"]]}, {"answer": "inapt", "hint": "synonyms for inapt", "clues": [["ill-chosen", "not elegant or graceful in expression"], ["awkward", "not elegant or graceful in expression"], ["clumsy", "not elegant or graceful in expression"], ["inept", "not elegant or graceful in expression"], ["cumbersome", "not elegant or graceful in expression"]]}, {"answer": "inaugural", "hint": "synonyms for inaugural", "clues": [["initiative", "serving to set in motion"], ["first", "serving to set in motion"], ["initiatory", "serving to set in motion"], ["maiden", "serving to set in motion"]]}, {"answer": "inauspicious", "hint": "synonyms for inauspicious", "clues": [["ominous", "presaging ill fortune; ; ; - P.B.Shelley"], ["untoward", "contrary to your interests or welfare"], ["adverse", "contrary to your interests or welfare"], ["ill", "presaging ill fortune; ; ; - P.B.Shelley"], ["unfortunate", "not auspicious; boding ill"]]}, {"answer": "inborn", "hint": "synonyms for inborn", "clues": [["inbred", "normally existing at birth"], ["congenital", "present at birth but not necessarily hereditary; acquired during fetal development"], ["connatural", "normally existing at birth"], ["innate", "present at birth but not necessarily hereditary; acquired during fetal development"]]}, {"answer": "inbuilt", "hint": "synonyms for inbuilt", "clues": [["built-in", "existing as an essential constituent or characteristic"], ["constitutional", "existing as an essential constituent or characteristic"], ["integral", "existing as an essential constituent or characteristic"], ["inherent", "existing as an essential constituent or characteristic"]]}, {"answer": "incendiary", "hint": "synonyms for incendiary", "clues": [["instigative", "arousing to action or rebellion"], ["seditious", "arousing to action or rebellion"], ["inflammatory", "arousing to action or rebellion"], ["rabble-rousing", "arousing to action or rebellion"], ["incitive", "arousing to action or rebellion"]]}, {"answer": "incessant", "hint": "synonyms for incessant", "clues": [["ceaseless", "uninterrupted in time and indefinitely long continuing"], ["never-ending", "uninterrupted in time and indefinitely long continuing"], ["constant", "uninterrupted in time and indefinitely long continuing"], ["unceasing", "uninterrupted in time and indefinitely long continuing"], ["unremitting", "uninterrupted in time and indefinitely long continuing"], ["perpetual", "uninterrupted in time and indefinitely long continuing"]]}, {"answer": "incidental", "hint": "synonyms for incidental", "clues": [["concomitant", "following or accompanying as a consequence"], ["resultant", "following or accompanying as a consequence"], ["sequent", "following or accompanying as a consequence"], ["consequent", "following or accompanying as a consequence"], ["incident", "(sometimes followed by `to') minor or casual or subordinate in significance or nature or occurring as a chance concomitant or consequence"], ["ensuant", "following or accompanying as a consequence"], ["attendant", "following or accompanying as a consequence"], ["accompanying", "following or accompanying as a consequence"], ["nonessential", "not of prime or central importance; - Pubs.MLA"]]}, {"answer": "incised", "hint": "synonyms for incised", "clues": [["graven", "cut or impressed into a surface"], ["etched", "cut or impressed into a surface"], ["inscribed", "cut or impressed into a surface"], ["engraved", "cut or impressed into a surface"]]}, {"answer": "incisive", "hint": "synonyms for incisive", "clues": [["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "incitive", "hint": "synonyms for incitive", "clues": [["incendiary", "arousing to action or rebellion"], ["instigative", "arousing to action or rebellion"], ["seditious", "arousing to action or rebellion"], ["inflammatory", "arousing to action or rebellion"], ["rabble-rousing", "arousing to action or rebellion"]]}, {"answer": "incompatible", "hint": "synonyms for incompatible", "clues": [["mismated", "not easy to combine harmoniously"], ["out or keeping", "not in keeping with what is correct or proper"], ["ill-sorted", "not easy to combine harmoniously"], ["uncongenial", "not suitable to your tastes or needs"], ["unfitting", "not in keeping with what is correct or proper"], ["contrastive", "of words so related that one contrasts with the other"], ["antagonistic", "used especially of drugs or muscles that counteract or neutralize each other's effect"], ["unsuited", "not easy to combine harmoniously"], ["inappropriate", "not in keeping with what is correct or proper"], ["discrepant", "not compatible with other facts"]]}, {"answer": "incompetent", "hint": "synonyms for incompetent", "clues": [["unqualified", "legally not qualified or sufficient"], ["clumsy", "showing lack of skill or aptitude"], ["fumbling", "showing lack of skill or aptitude"], ["unequal to", "not meeting requirements"], ["unskilled", "not doing a good job"], ["incapable", "not meeting requirements"], ["bungling", "showing lack of skill or aptitude"]]}, {"answer": "incorporate", "hint": "synonyms for incorporate", "clues": [["integrated", "formed or united into a whole"], ["incorporated", "formed or united into a whole"], ["merged", "formed or united into a whole"], ["unified", "formed or united into a whole"]]}, {"answer": "incorporated", "hint": "synonyms for incorporated", "clues": [["incorporate", "formed or united into a whole"], ["merged", "formed or united into a whole"], ["unified", "formed or united into a whole"], ["integrated", "formed or united into a whole"]]}, {"answer": "indecent", "hint": "synonyms for indecent", "clues": [["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society"]]}, {"answer": "indecorous", "hint": "synonyms for indecorous", "clues": [["indelicate", "lacking propriety and good taste in manners and conduct"], ["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society"]]}, {"answer": "indefensible", "hint": "synonyms for indefensible", "clues": [["untenable", "(of theories etc) incapable of being defended or justified"], ["unwarrantable", "incapable of being justified or explained"], ["insupportable", "incapable of being justified or explained"], ["unwarranted", "incapable of being justified or explained"], ["unjustifiable", "incapable of being justified or explained"]]}, {"answer": "indefinable", "hint": "synonyms for indefinable", "clues": [["unspeakable", "defying expression or description"], ["unutterable", "defying expression or description"], ["untellable", "defying expression or description"], ["ineffable", "defying expression or description"], ["indescribable", "defying expression or description"], ["undefinable", "not capable of being precisely or readily described; not easily put into words"]]}, {"answer": "independent", "hint": "synonyms for independent", "clues": [["self-governing", "(of political bodies) not controlled by outside forces"], ["autonomous", "(of political bodies) not controlled by outside forces"], ["sovereign", "(of political bodies) not controlled by outside forces"], ["main", "(of a clause) capable of standing syntactically alone as a complete sentence"]]}, {"answer": "indescribable", "hint": "synonyms for indescribable", "clues": [["unspeakable", "defying expression or description"], ["unutterable", "defying expression or description"], ["ineffable", "defying expression or description"], ["indefinable", "defying expression or description"], ["untellable", "defying expression or description"]]}, {"answer": "indicative", "hint": "synonyms for indicative", "clues": [["revelatory", "(usually followed by `of') pointing out or revealing clearly"], ["significative", "(usually followed by `of') pointing out or revealing clearly"], ["declarative", "relating to the mood of verbs that is used simple in declarative statements"], ["indicatory", "(usually followed by `of') pointing out or revealing clearly"], ["suggestive", "(usually followed by `of') pointing out or revealing clearly"]]}, {"answer": "indicatory", "hint": "synonyms for indicatory", "clues": [["revelatory", "(usually followed by `of') pointing out or revealing clearly"], ["significative", "(usually followed by `of') pointing out or revealing clearly"], ["indicative", "(usually followed by `of') pointing out or revealing clearly"], ["suggestive", "(usually followed by `of') pointing out or revealing clearly"]]}, {"answer": "indifferent", "hint": "synonyms for indifferent", "clues": [["unbiassed", "characterized by a lack of partiality"], ["immaterial", "(often followed by `to') lacking importance; not mattering one way or the other"], ["apathetic", "marked by a lack of interest"], ["neutral", "having only a limited ability to react chemically; chemically inactive"], ["deaf", "(usually followed by `to') unwilling or refusing to pay heed"], ["inert", "having only a limited ability to react chemically; chemically inactive"], ["so-so", "being neither good nor bad"]]}, {"answer": "indigenous", "hint": "synonyms for indigenous", "clues": [["endemic", "originating where it is found"], ["autochthonous", "originating where it is found"], ["autochthonic", "originating where it is found"], ["autochthonal", "originating where it is found"]]}, {"answer": "indigent", "hint": "synonyms for indigent", "clues": [["needy", "poor enough to need help from others"], ["destitute", "poor enough to need help from others"], ["necessitous", "poor enough to need help from others"], ["poverty-stricken", "poor enough to need help from others"], ["impoverished", "poor enough to need help from others"]]}, {"answer": "indisposed", "hint": "synonyms for indisposed", "clues": [["antipathetic", "(usually followed by `to') strongly opposed"], ["unwell", "somewhat ill or prone to illness"], ["loath", "(usually followed by `to') strongly opposed"], ["peaked", "somewhat ill or prone to illness"], ["averse", "(usually followed by `to') strongly opposed"], ["seedy", "somewhat ill or prone to illness"], ["poorly", "somewhat ill or prone to illness"], ["ailing", "somewhat ill or prone to illness"], ["under the weather", "somewhat ill or prone to illness"], ["sickly", "somewhat ill or prone to illness"]]}, {"answer": "individual", "hint": "synonyms for individual", "clues": [["private", "concerning one person exclusively"], ["item-by-item", "separate and distinct from others of the same kind"], ["single", "being or characteristic of a single thing or person"], ["case-by-case", "separate and distinct from others of the same kind"]]}, {"answer": "indolent", "hint": "synonyms for indolent", "clues": [["slothful", "disinclined to work or exertion"], ["lazy", "disinclined to work or exertion"], ["otiose", "disinclined to work or exertion"], ["work-shy", "disinclined to work or exertion"], ["faineant", "disinclined to work or exertion"]]}, {"answer": "industrious", "hint": "synonyms for industrious", "clues": [["hardworking", "characterized by hard work and perseverance"], ["up-and-coming", "working hard to promote an enterprise"], ["tireless", "characterized by hard work and perseverance"], ["gumptious", "working hard to promote an enterprise"], ["untiring", "characterized by hard work and perseverance"], ["energetic", "working hard to promote an enterprise"]]}, {"answer": "ineffable", "hint": "synonyms for ineffable", "clues": [["unspeakable", "defying expression or description"], ["unutterable", "defying expression or description"], ["indefinable", "defying expression or description"], ["unnameable", "too sacred to be uttered"], ["indescribable", "defying expression or description"], ["untellable", "defying expression or description"]]}, {"answer": "ineffective", "hint": "synonyms for ineffective", "clues": [["unable", "lacking in power or forcefulness"], ["ineffectual", "lacking in power or forcefulness"], ["uneffective", "not producing an intended effect"], ["inefficient", "lacking the ability or skill to perform effectively; inadequate"]]}, {"answer": "ineffectual", "hint": "synonyms for ineffectual", "clues": [["unavailing", "producing no result or effect"], ["unable", "lacking in power or forcefulness"], ["otiose", "producing no result or effect"], ["ineffective", "lacking in power or forcefulness"], ["futile", "producing no result or effect"]]}, {"answer": "inept", "hint": "synonyms for inept", "clues": [["tactless", "revealing lack of perceptiveness or judgment or finesse"], ["ill-chosen", "not elegant or graceful in expression"], ["awkward", "not elegant or graceful in expression"], ["feckless", "generally incompetent and ineffectual"], ["clumsy", "not elegant or graceful in expression"], ["inapt", "not elegant or graceful in expression"], ["cumbersome", "not elegant or graceful in expression"]]}, {"answer": "inert", "hint": "synonyms for inert", "clues": [["sluggish", "slow and apathetic"], ["torpid", "slow and apathetic"], ["neutral", "having only a limited ability to react chemically; chemically inactive"], ["indifferent", "having only a limited ability to react chemically; chemically inactive"], ["soggy", "slow and apathetic"]]}, {"answer": "inexorable", "hint": "synonyms for inexorable", "clues": [["adamant", "impervious to pleas, persuasion, requests, reason; ; - W.Churchill"], ["unrelenting", "not to be placated or appeased or moved by entreaty"], ["grim", "not to be placated or appeased or moved by entreaty"], ["unforgiving", "not to be placated or appeased or moved by entreaty"], ["relentless", "not to be placated or appeased or moved by entreaty"], ["intransigent", "impervious to pleas, persuasion, requests, reason; ; - W.Churchill"], ["unappeasable", "not to be placated or appeased or moved by entreaty"], ["adamantine", "impervious to pleas, persuasion, requests, reason; ; - W.Churchill"], ["stern", "not to be placated or appeased or moved by entreaty"]]}, {"answer": "infatuated", "hint": "synonyms for infatuated", "clues": [["enamored", "marked by foolish or unreasoning fondness"], ["smitten", "marked by foolish or unreasoning fondness"], ["in love", "marked by foolish or unreasoning fondness"], ["soft on", "marked by foolish or unreasoning fondness"], ["potty", "marked by foolish or unreasoning fondness"], ["taken with", "marked by foolish or unreasoning fondness"]]}, {"answer": "infernal", "hint": "synonyms for infernal", "clues": [["deuced", "expletives used informally as intensifiers"], ["goddamned", "expletives used informally as intensifiers"], ["blessed", "expletives used informally as intensifiers"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["darned", "expletives used informally as intensifiers"], ["damn", "expletives used informally as intensifiers"], ["damned", "expletives used informally as intensifiers"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["goddam", "expletives used informally as intensifiers"], ["blasted", "expletives used informally as intensifiers"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["diabolical", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["blamed", "expletives used informally as intensifiers"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "infinite", "hint": "synonyms for infinite", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["non-finite", "of verbs; having neither person nor number nor mood (as a participle or gerund or infinitive)"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "infirm", "hint": "synonyms for infirm", "clues": [["rickety", "lacking bodily or muscular strength or vitality"], ["decrepit", "lacking bodily or muscular strength or vitality"], ["debile", "lacking bodily or muscular strength or vitality"], ["sapless", "lacking bodily or muscular strength or vitality"], ["weak", "lacking bodily or muscular strength or vitality"], ["feeble", "lacking bodily or muscular strength or vitality"]]}, {"answer": "inflammatory", "hint": "synonyms for inflammatory", "clues": [["incendiary", "arousing to action or rebellion"], ["instigative", "arousing to action or rebellion"], ["seditious", "arousing to action or rebellion"], ["rabble-rousing", "arousing to action or rebellion"], ["incitive", "arousing to action or rebellion"]]}, {"answer": "inflexible", "hint": "synonyms for inflexible", "clues": [["sturdy", "not making concessions"], ["rigid", "incapable of adapting or changing to meet circumstances"], ["uncompromising", "not making concessions"], ["unbending", "incapable of adapting or changing to meet circumstances"]]}, {"answer": "informative", "hint": "synonyms for informative", "clues": [["illuminating", "tending to increase knowledge or dissipate ignorance"], ["enlightening", "tending to increase knowledge or dissipate ignorance"], ["informatory", "providing or conveying information"], ["instructive", "serving to instruct or enlighten or inform"]]}, {"answer": "infuriated", "hint": "synonyms for infuriated", "clues": [["enraged", "marked by extreme anger"], ["furious", "marked by extreme anger"], ["angered", "marked by extreme anger"], ["maddened", "marked by extreme anger"]]}, {"answer": "inglorious", "hint": "synonyms for inglorious", "clues": [["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"]]}, {"answer": "inherent", "hint": "synonyms for inherent", "clues": [["integral", "existing as an essential constituent or characteristic"], ["inbuilt", "existing as an essential constituent or characteristic"], ["constitutional", "existing as an essential constituent or characteristic"], ["built-in", "existing as an essential constituent or characteristic"], ["underlying", "in the nature of something though not readily apparent"], ["implicit in", "in the nature of something though not readily apparent"]]}, {"answer": "inherited", "hint": "synonyms for inherited", "clues": [["familial", "occurring among members of a family usually by heredity"], ["transmitted", "occurring among members of a family usually by heredity"], ["transmissible", "occurring among members of a family usually by heredity"], ["hereditary", "occurring among members of a family usually by heredity"], ["genetic", "occurring among members of a family usually by heredity"]]}, {"answer": "initiative", "hint": "synonyms for initiative", "clues": [["maiden", "serving to set in motion"], ["first", "serving to set in motion"], ["initiatory", "serving to set in motion"], ["inaugural", "serving to set in motion"]]}, {"answer": "initiatory", "hint": "synonyms for initiatory", "clues": [["initiative", "serving to set in motion"], ["first", "serving to set in motion"], ["maiden", "serving to set in motion"], ["inaugural", "serving to set in motion"]]}, {"answer": "innate", "hint": "synonyms for innate", "clues": [["born", "being talented through inherited qualities"], ["inborn", "present at birth but not necessarily hereditary; acquired during fetal development"], ["unlearned", "not established by conditioning or learning"], ["unconditioned", "not established by conditioning or learning"], ["congenital", "present at birth but not necessarily hereditary; acquired during fetal development"], ["natural", "being talented through inherited qualities"]]}, {"answer": "inner", "hint": "synonyms for inner", "clues": [["internal", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr."], ["intimate", "innermost or essential"], ["interior", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr."], ["inside", "confined to an exclusive group"], ["privileged", "confined to an exclusive group"]]}, {"answer": "innocent", "hint": "synonyms for innocent", "clues": [["devoid", "completely wanting or lacking"], ["unacquainted", "not knowledgeable about something specified"], ["guiltless", "free from evil or guilt"], ["ingenuous", "lacking in sophistication or worldliness"], ["clean-handed", "free from evil or guilt"], ["destitute", "completely wanting or lacking"], ["sinless", "free from sin"], ["free", "completely wanting or lacking"], ["impeccant", "free from sin"], ["innocuous", "lacking intent or capacity to injure"], ["barren", "completely wanting or lacking"]]}, {"answer": "innovative", "hint": "synonyms for innovative", "clues": [["groundbreaking", "being or producing something like nothing done or experienced or created before"], ["forward-looking", "ahead of the times"], ["innovational", "being or producing something like nothing done or experienced or created before"], ["advanced", "ahead of the times"], ["modern", "ahead of the times"]]}, {"answer": "innumerable", "hint": "synonyms for innumerable", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "innumerous", "hint": "synonyms for innumerous", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "inscribed", "hint": "synonyms for inscribed", "clues": [["graven", "cut or impressed into a surface"], ["etched", "cut or impressed into a surface"], ["engraved", "cut or impressed into a surface"], ["incised", "cut or impressed into a surface"]]}, {"answer": "inscrutable", "hint": "synonyms for inscrutable", "clues": [["mysterious", "of an obscure nature; ; ; ; - Rachel Carson"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson"], ["deep", "of an obscure nature; ; ; ; - Rachel Carson"], ["cryptic", "of an obscure nature; ; ; ; - Rachel Carson"]]}, {"answer": "insensate", "hint": "synonyms for insensate", "clues": [["cold-blooded", "without compunction or human feeling"], ["cold", "without compunction or human feeling"], ["insentient", "devoid of feeling and consciousness and animation"], ["inhuman", "without compunction or human feeling"]]}, {"answer": "insensible", "hint": "synonyms for insensible", "clues": [["indiscernible", "barely able to be perceived"], ["undetectable", "barely able to be perceived"], ["unaffected", "unaware of or indifferent to"], ["senseless", "unresponsive to stimulation"]]}, {"answer": "insipid", "hint": "synonyms for insipid", "clues": [["vapid", "lacking taste or flavor or tang"], ["savourless", "lacking taste or flavor or tang"], ["jejune", "lacking interest or significance or impact"], ["flat", "lacking taste or flavor or tang"], ["flavorless", "lacking taste or flavor or tang"], ["bland", "lacking taste or flavor or tang"]]}, {"answer": "insistent", "hint": "synonyms for insistent", "clues": [["clamant", "demanding attention; ; ; - H.L.Mencken"], ["exigent", "demanding attention; ; ; - H.L.Mencken"], ["instant", "demanding attention; ; ; - H.L.Mencken"], ["crying", "demanding attention; ; ; - H.L.Mencken"], ["repetitive", "repetitive and persistent"]]}, {"answer": "insolent", "hint": "synonyms for insolent", "clues": [["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["impudent", "marked by casual disrespect"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["flip", "marked by casual disrespect"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["snotty-nosed", "marked by casual disrespect"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell"]]}, {"answer": "instant", "hint": "synonyms for instant", "clues": [["instantaneous", "occurring with no delay"], ["insistent", "demanding attention; ; ; - H.L.Mencken"], ["clamant", "demanding attention; ; ; - H.L.Mencken"], ["inst", "in or of the present month"], ["crying", "demanding attention; ; ; - H.L.Mencken"], ["exigent", "demanding attention; ; ; - H.L.Mencken"]]}, {"answer": "instigative", "hint": "synonyms for instigative", "clues": [["incendiary", "arousing to action or rebellion"], ["seditious", "arousing to action or rebellion"], ["inflammatory", "arousing to action or rebellion"], ["rabble-rousing", "arousing to action or rebellion"], ["incitive", "arousing to action or rebellion"]]}, {"answer": "insupportable", "hint": "synonyms for insupportable", "clues": [["unwarrantable", "incapable of being justified or explained"], ["unwarranted", "incapable of being justified or explained"], ["unjustifiable", "incapable of being justified or explained"], ["indefensible", "incapable of being justified or explained"]]}, {"answer": "integral", "hint": "synonyms for integral", "clues": [["inbuilt", "existing as an essential constituent or characteristic"], ["entire", "constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon"], ["inherent", "existing as an essential constituent or characteristic"], ["constitutional", "existing as an essential constituent or characteristic"], ["intact", "constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon"], ["built-in", "existing as an essential constituent or characteristic"]]}, {"answer": "integrated", "hint": "synonyms for integrated", "clues": [["incorporate", "formed or united into a whole"], ["merged", "formed or united into a whole"], ["unified", "formed or united into a whole"], ["structured", "resembling a living organism in organization or development"]]}, {"answer": "intelligent", "hint": "synonyms for intelligent", "clues": [["well-informed", "possessing sound knowledge"], ["healthy", "exercising or showing good judgment"], ["level-headed", "exercising or showing good judgment"], ["reasoning", "endowed with the capacity to reason"], ["sound", "exercising or showing good judgment"], ["thinking", "endowed with the capacity to reason"]]}, {"answer": "intelligible", "hint": "synonyms for intelligible", "clues": [["understandable", "capable of being apprehended or understood"], ["apprehensible", "capable of being apprehended or understood"], ["perceivable", "capable of being apprehended or understood"], ["graspable", "capable of being apprehended or understood"]]}, {"answer": "intent", "hint": "synonyms for intent", "clues": [["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["wrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare"]]}, {"answer": "interfering", "hint": "synonyms for interfering", "clues": [["meddling", "intrusive in a meddling or offensive manner"], ["meddlesome", "intrusive in a meddling or offensive manner"], ["officious", "intrusive in a meddling or offensive manner"], ["busy", "intrusive in a meddling or offensive manner"], ["busybodied", "intrusive in a meddling or offensive manner"]]}, {"answer": "interior", "hint": "synonyms for interior", "clues": [["national", "inside the country"], ["internal", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr."], ["midland", "of or coming from the middle of a region or country"], ["home", "inside the country"], ["upcountry", "of or coming from the middle of a region or country"], ["inner", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr."]]}, {"answer": "internal", "hint": "synonyms for internal", "clues": [["national", "inside the country"], ["interior", "inside the country"], ["inner", "innermost or essential"], ["intimate", "innermost or essential"], ["home", "inside the country"], ["intragroup", "occurring within an institution or community"]]}, {"answer": "intimate", "hint": "synonyms for intimate", "clues": [["cozy", "having or fostering a warm or friendly and informal atmosphere"], ["familiar", "having mutual interests or affections; of established friendship"], ["inner", "innermost or essential"], ["informal", "having or fostering a warm or friendly and informal atmosphere"], ["internal", "innermost or essential"], ["sexual", "involved in a sexual relationship"], ["versed", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read"], ["knowledgeable", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read"]]}, {"answer": "intrepid", "hint": "synonyms for intrepid", "clues": [["audacious", "invulnerable to fear or intimidation"], ["hardy", "invulnerable to fear or intimidation"], ["fearless", "invulnerable to fear or intimidation"], ["dauntless", "invulnerable to fear or intimidation"], ["brave", "invulnerable to fear or intimidation"], ["unfearing", "invulnerable to fear or intimidation"]]}, {"answer": "intumescent", "hint": "synonyms for intumescent", "clues": [["tumescent", "abnormally distended especially by fluids or gas"], ["puffy", "abnormally distended especially by fluids or gas"], ["tumid", "abnormally distended especially by fluids or gas"], ["turgid", "abnormally distended especially by fluids or gas"]]}, {"answer": "inundated", "hint": "synonyms for inundated", "clues": [["flooded", "covered with water"], ["overflowing", "covered with water"], ["awash", "covered with water"], ["afloat", "covered with water"]]}, {"answer": "invasive", "hint": "synonyms for invasive", "clues": [["encroaching", "gradually intrusive without right or permission"], ["trespassing", "gradually intrusive without right or permission"], ["invading", "involving invasion or aggressive attack"], ["incursive", "involving invasion or aggressive attack"]]}, {"answer": "inviolable", "hint": "synonyms for inviolable", "clues": [["strong", "immune to attack; incapable of being tampered with"], ["infrangible", "not capable of being violated or infringed"], ["secure", "immune to attack; incapable of being tampered with"], ["absolute", "not capable of being violated or infringed"], ["unassailable", "immune to attack; incapable of being tampered with"], ["unattackable", "immune to attack; incapable of being tampered with"], ["sacrosanct", "must be kept sacred"], ["inviolate", "must be kept sacred"], ["impregnable", "immune to attack; incapable of being tampered with"]]}, {"answer": "involved", "hint": "synonyms for involved", "clues": [["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["mired", "entangled or hindered as if e.g. in mire"]]}, {"answer": "irascible", "hint": "synonyms for irascible", "clues": [["hot-tempered", "quickly aroused to anger"], ["choleric", "quickly aroused to anger"], ["quick-tempered", "quickly aroused to anger"], ["hotheaded", "quickly aroused to anger"]]}, {"answer": "iridescent", "hint": "synonyms for iridescent", "clues": [["shot", "varying in color when seen in different lights or from different angles"], ["pearlescent", "having a play of lustrous rainbow colors"], ["chatoyant", "varying in color when seen in different lights or from different angles"], ["opaline", "having a play of lustrous rainbow colors"], ["nacreous", "having a play of lustrous rainbow colors"], ["changeable", "varying in color when seen in different lights or from different angles"]]}, {"answer": "irksome", "hint": "synonyms for irksome", "clues": [["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "irregular", "hint": "synonyms for irregular", "clues": [["maverick", "independent in behavior or thought"], ["unorthodox", "independent in behavior or thought"], ["unpredictable", "not occurring at expected times"], ["temporary", "lacking continuity or regularity"], ["atypical", "deviating from normal expectations; somewhat odd, strange, or abnormal"]]}, {"answer": "irreverent", "hint": "synonyms for irreverent", "clues": [["saucy", "characterized by a lightly pert and exuberant quality"], ["impertinent", "characterized by a lightly pert and exuberant quality"], ["pert", "characterized by a lightly pert and exuberant quality"], ["godless", "not revering god"]]}, {"answer": "irritable", "hint": "synonyms for irritable", "clues": [["cranky", "easily irritated or annoyed"], ["excitable", "capable of responding to stimuli"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "irritated", "hint": "synonyms for irritated", "clues": [["peeved", "aroused to impatience or anger"], ["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"]]}, {"answer": "irritating", "hint": "synonyms for irritating", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["irritative", "(used of physical stimuli) serving to stimulate or excite"], ["vexatious", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["painful", "causing physical discomfort"], ["pesky", "causing irritation or annoyance"]]}, {"answer": "isolated", "hint": "synonyms for isolated", "clues": [["stray", "not close together in time"], ["separated", "being or feeling set or kept apart from others; ; - Sherwood Anderson"], ["stranded", "cut off or left behind"], ["apart", "remote and separate physically or socially; ; - W.H.Hudson"], ["disjunct", "marked by separation of or from usually contiguous elements; - Scientific Monthly"], ["set-apart", "being or feeling set or kept apart from others; ; - Sherwood Anderson"], ["marooned", "cut off or left behind"], ["obscure", "remote and separate physically or socially; ; - W.H.Hudson"], ["detached", "being or feeling set or kept apart from others; ; - Sherwood Anderson"], ["quarantined", "under forced isolation especially for health reasons"]]}, {"answer": "itsy-bitsy", "hint": "synonyms for itsy-bitsy", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "itty-bitty", "hint": "synonyms for itty-bitty", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"]]}, {"answer": "jagged", "hint": "synonyms for jagged", "clues": [["erose", "having an irregularly notched or toothed margin as though gnawed"], ["toothed", "having an irregularly notched or toothed margin as though gnawed"], ["scraggy", "having a sharply uneven surface or outline"], ["notched", "having an irregularly notched or toothed margin as though gnawed"], ["jaggy", "having a sharply uneven surface or outline"]]}, {"answer": "jaggy", "hint": "synonyms for jaggy", "clues": [["erose", "having an irregularly notched or toothed margin as though gnawed"], ["toothed", "having an irregularly notched or toothed margin as though gnawed"], ["notched", "having an irregularly notched or toothed margin as though gnawed"], ["jagged", "having a sharply uneven surface or outline"], ["scraggy", "having a sharply uneven surface or outline"]]}, {"answer": "janus-faced", "hint": "synonyms for janus-faced", "clues": [["two-faced", "having two faces--one looking to the future and one to the past"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "jaunty", "hint": "synonyms for jaunty", "clues": [["debonair", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds"], ["snappy", "marked by up-to-dateness in dress and manners"], ["dashing", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["natty", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["raffish", "marked by up-to-dateness in dress and manners"], ["chipper", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds"], ["rakish", "marked by up-to-dateness in dress and manners"]]}, {"answer": "jazzy", "hint": "synonyms for jazzy", "clues": [["flashy", "(used especially of clothes) marked by conspicuous display"], ["gaudy", "(used especially of clothes) marked by conspicuous display"], ["sporty", "(used especially of clothes) marked by conspicuous display"], ["showy", "(used especially of clothes) marked by conspicuous display"]]}, {"answer": "jealous", "hint": "synonyms for jealous", "clues": [["overjealous", "suspicious or unduly suspicious or fearful of being displaced by a rival"], ["covetous", "showing extreme cupidity; painfully desirous of another's advantages"], ["envious", "showing extreme cupidity; painfully desirous of another's advantages"], ["green-eyed", "suspicious or unduly suspicious or fearful of being displaced by a rival"]]}, {"answer": "jeering", "hint": "synonyms for jeering", "clues": [["mocking", "abusing vocally; expressing contempt or ridicule"], ["gibelike", "abusing vocally; expressing contempt or ridicule"], ["taunting", "abusing vocally; expressing contempt or ridicule"], ["derisive", "abusing vocally; expressing contempt or ridicule"]]}, {"answer": "jejune", "hint": "synonyms for jejune", "clues": [["juvenile", "displaying or suggesting a lack of maturity"], ["insubstantial", "lacking in nutritive value"], ["adolescent", "displaying or suggesting a lack of maturity"], ["puerile", "displaying or suggesting a lack of maturity"], ["insipid", "lacking interest or significance or impact"]]}, {"answer": "jerky", "hint": "synonyms for jerky", "clues": [["goosy", "having or revealing stupidity"], ["choppy", "marked by abrupt transitions"], ["arrhythmic", "lacking a steady rhythm"], ["gooselike", "having or revealing stupidity"], ["anserine", "having or revealing stupidity"], ["foolish", "having or revealing stupidity"], ["jerking", "lacking a steady rhythm"], ["dopy", "having or revealing stupidity"]]}, {"answer": "jet", "hint": "synonyms for jet", "clues": [["sooty", "of the blackest black; similar to the color of jet or coal"], ["pitchy", "of the blackest black; similar to the color of jet or coal"], ["coal-black", "of the blackest black; similar to the color of jet or coal"], ["jet-black", "of the blackest black; similar to the color of jet or coal"]]}, {"answer": "jet-black", "hint": "synonyms for jet-black", "clues": [["sooty", "of the blackest black; similar to the color of jet or coal"], ["pitchy", "of the blackest black; similar to the color of jet or coal"], ["coal-black", "of the blackest black; similar to the color of jet or coal"], ["jet", "of the blackest black; similar to the color of jet or coal"]]}, {"answer": "jeweled", "hint": "synonyms for jeweled", "clues": [["beady", "covered with beads or jewels or sequins"], ["jewelled", "covered with beads or jewels or sequins"], ["gemmed", "covered with beads or jewels or sequins"], ["spangled", "covered with beads or jewels or sequins"], ["sequined", "covered with beads or jewels or sequins"], ["spangly", "covered with beads or jewels or sequins"]]}, {"answer": "jewelled", "hint": "synonyms for jewelled", "clues": [["beady", "covered with beads or jewels or sequins"], ["jeweled", "covered with beads or jewels or sequins"], ["gemmed", "covered with beads or jewels or sequins"], ["spangled", "covered with beads or jewels or sequins"], ["sequined", "covered with beads or jewels or sequins"], ["spangly", "covered with beads or jewels or sequins"]]}, {"answer": "jingoistic", "hint": "synonyms for jingoistic", "clues": [["nationalistic", "fanatically patriotic"], ["flag-waving", "fanatically patriotic"], ["superpatriotic", "fanatically patriotic"], ["ultranationalistic", "fanatically patriotic"], ["chauvinistic", "fanatically patriotic"]]}, {"answer": "jittery", "hint": "synonyms for jittery", "clues": [["edgy", "being in a tense state"], ["highly strung", "being in a tense state"], ["overstrung", "being in a tense state"], ["uptight", "being in a tense state"], ["jumpy", "being in a tense state"], ["nervy", "being in a tense state"], ["restive", "being in a tense state"], ["high-strung", "being in a tense state"]]}, {"answer": "jocund", "hint": "synonyms for jocund", "clues": [["gay", "full of or showing high-spirited merriment; ; - Wordsworth"], ["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth"]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["jocund", "full of or showing high-spirited merriment; ; - Wordsworth"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth"], ["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth"]]}, {"answer": "jolting", "hint": "synonyms for jolting", "clues": [["jolty", "causing or characterized by jolts and irregular movements"], ["rough", "causing or characterized by jolts and irregular movements"], ["bumpy", "causing or characterized by jolts and irregular movements"], ["rocky", "causing or characterized by jolts and irregular movements"], ["jumpy", "causing or characterized by jolts and irregular movements"]]}, {"answer": "jolty", "hint": "synonyms for jolty", "clues": [["rough", "causing or characterized by jolts and irregular movements"], ["bumpy", "causing or characterized by jolts and irregular movements"], ["rocky", "causing or characterized by jolts and irregular movements"], ["jolting", "causing or characterized by jolts and irregular movements"], ["jumpy", "causing or characterized by jolts and irregular movements"]]}, {"answer": "jovial", "hint": "synonyms for jovial", "clues": [["jocund", "full of or showing high-spirited merriment; ; - Wordsworth"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth"], ["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth"]]}, {"answer": "jubilant", "hint": "synonyms for jubilant", "clues": [["triumphal", "joyful and proud especially because of triumph or success"], ["gleeful", "full of high-spirited delight"], ["elated", "full of high-spirited delight"], ["triumphant", "joyful and proud especially because of triumph or success"], ["rejoicing", "joyful and proud especially because of triumph or success"], ["joyful", "full of high-spirited delight"], ["prideful", "joyful and proud especially because of triumph or success"], ["exulting", "joyful and proud especially because of triumph or success"], ["exultant", "joyful and proud especially because of triumph or success"]]}, {"answer": "juicy", "hint": "synonyms for juicy", "clues": [["spicy", "suggestive of sexual impropriety"], ["voluptuous", "having strong sexual appeal"], ["luscious", "having strong sexual appeal"], ["gamey", "suggestive of sexual impropriety"], ["racy", "suggestive of sexual impropriety"], ["red-hot", "having strong sexual appeal"], ["toothsome", "having strong sexual appeal"], ["naughty", "suggestive of sexual impropriety"], ["fat", "lucrative"], ["blue", "suggestive of sexual impropriety"], ["risque", "suggestive of sexual impropriety"]]}, {"answer": "jumbled", "hint": "synonyms for jumbled", "clues": [["hugger-mugger", "in utter disorder"], ["topsy-turvy", "in utter disorder"], ["higgledy-piggledy", "in utter disorder"], ["disorderly", "in utter disorder"]]}, {"answer": "jumpy", "hint": "synonyms for jumpy", "clues": [["edgy", "being in a tense state"], ["highly strung", "being in a tense state"], ["jolty", "causing or characterized by jolts and irregular movements"], ["bumpy", "causing or characterized by jolts and irregular movements"], ["overstrung", "being in a tense state"], ["jolting", "causing or characterized by jolts and irregular movements"], ["uptight", "being in a tense state"], ["nervy", "being in a tense state"], ["restive", "being in a tense state"], ["rough", "causing or characterized by jolts and irregular movements"], ["jittery", "being in a tense state"], ["rocky", "causing or characterized by jolts and irregular movements"], ["high-strung", "being in a tense state"]]}, {"answer": "junior-grade", "hint": "synonyms for junior-grade", "clues": [["petty", "inferior in rank or status"], ["lowly", "inferior in rank or status"], ["secondary", "inferior in rank or status"], ["subaltern", "inferior in rank or status"], ["lower-ranking", "inferior in rank or status"]]}, {"answer": "just", "hint": "synonyms for just", "clues": [["equitable", "fair to all parties as dictated by reason and conscience"], ["upright", "of moral excellence"], ["good", "of moral excellence"], ["fair", "free from favoritism or self-interest or bias or deception; conforming with established standards or rules"]]}, {"answer": "jutting", "hint": "synonyms for jutting", "clues": [["sticking out", "extending out above or beyond a surface or boundary"], ["projecting", "extending out above or beyond a surface or boundary"], ["projected", "extending out above or beyond a surface or boundary"], ["sticking", "extending out above or beyond a surface or boundary"], ["protruding", "extending out above or beyond a surface or boundary"], ["relieved", "extending out above or beyond a surface or boundary"]]}, {"answer": "k", "hint": "synonyms for k", "clues": [["one thousand", "denoting a quantity consisting of 1,000 items or units"], ["1000", "denoting a quantity consisting of 1,000 items or units"], ["m", "denoting a quantity consisting of 1,000 items or units"], ["thousand", "denoting a quantity consisting of 1,000 items or units"]]}, {"answer": "keen", "hint": "synonyms for keen", "clues": [["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["peachy", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["stabbing", "painful as if caused by a sharp instrument"], ["cutting", "painful as if caused by a sharp instrument"], ["lancinating", "painful as if caused by a sharp instrument"], ["groovy", "very good"], ["smashing", "very good"], ["piercing", "painful as if caused by a sharp instrument"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["not bad", "very good"], ["swell", "very good"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions"], ["dandy", "very good"], ["nifty", "very good"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["lancinate", "painful as if caused by a sharp instrument"], ["cracking", "very good"], ["exquisite", "intense or sharp"], ["bully", "very good"], ["neat", "very good"], ["great", "very good"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "keen-sighted", "hint": "synonyms for keen-sighted", "clues": [["lynx-eyed", "having very keen vision"], ["sharp-sighted", "having very keen vision"], ["hawk-eyed", "having very keen vision"], ["quick-sighted", "having very keen vision"], ["farseeing", "capable of seeing to a great distance"], ["longsighted", "capable of seeing to a great distance"], ["argus-eyed", "having very keen vision"], ["eagle-eyed", "capable of seeing to a great distance"], ["sharp-eyed", "having very keen vision"]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["primal", "serving as an essential component"], ["cardinal", "serving as an essential component"], ["fundamental", "serving as an essential component"], ["central", "serving as an essential component"]]}, {"answer": "kin", "hint": "synonyms for kin", "clues": [["consanguine", "related by blood"], ["akin", "related by blood"], ["cognate", "related by blood"], ["blood-related", "related by blood"]]}, {"answer": "kindly", "hint": "synonyms for kindly", "clues": [["large-hearted", "showing or motivated by sympathy and understanding and generosity"], ["charitable", "showing or motivated by sympathy and understanding and generosity"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity"], ["benevolent", "showing or motivated by sympathy and understanding and generosity"], ["openhearted", "showing or motivated by sympathy and understanding and generosity"]]}, {"answer": "kinky", "hint": "synonyms for kinky", "clues": [["frizzy", "(of hair) in small tight curls"], ["offbeat", "informal terms; strikingly unconventional"], ["way-out", "informal terms; strikingly unconventional"], ["quirky", "informal terms; strikingly unconventional"], ["crisp", "(of hair) in small tight curls"], ["nappy", "(of hair) in small tight curls"], ["perverted", "(used of sexual behavior) showing or appealing to bizarre or deviant tastes"], ["far-out", "informal terms; strikingly unconventional"]]}, {"answer": "kitschy", "hint": "synonyms for kitschy", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"]]}, {"answer": "knavish", "hint": "synonyms for knavish", "clues": [["tricky", "marked by skill in deception"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "knifelike", "hint": "synonyms for knifelike", "clues": [["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions"], ["lancinate", "painful as if caused by a sharp instrument"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["stabbing", "painful as if caused by a sharp instrument"], ["cutting", "painful as if caused by a sharp instrument"], ["lancinating", "painful as if caused by a sharp instrument"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "knightly", "hint": "synonyms for knightly", "clues": [["gallant", "being attentive to women like an ideal knight"], ["medieval", "characteristic of the time of chivalry and knighthood in the Middle Ages"], ["chivalric", "characteristic of the time of chivalry and knighthood in the Middle Ages"], ["chivalrous", "being attentive to women like an ideal knight"]]}, {"answer": "knobbed", "hint": "synonyms for knobbed", "clues": [["gnarly", "used of old persons or old trees; covered with knobs or knots"], ["gnarled", "used of old persons or old trees; covered with knobs or knots"], ["knotted", "used of old persons or old trees; covered with knobs or knots"], ["knotty", "used of old persons or old trees; covered with knobs or knots"]]}, {"answer": "knotted", "hint": "synonyms for knotted", "clues": [["gnarly", "used of old persons or old trees; covered with knobs or knots"], ["knobbed", "used of old persons or old trees; covered with knobs or knots"], ["gnarled", "used of old persons or old trees; covered with knobs or knots"], ["knotty", "used of old persons or old trees; covered with knobs or knots"]]}, {"answer": "knotty", "hint": "synonyms for knotty", "clues": [["gnarly", "used of old persons or old trees; covered with knobs or knots"], ["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["snarled", "tangled in knots or snarls"], ["knotted", "used of old persons or old trees; covered with knobs or knots"], ["snarly", "tangled in knots or snarls"], ["knobbed", "used of old persons or old trees; covered with knobs or knots"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["problematic", "making great mental demands; hard to comprehend or solve or believe"], ["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["baffling", "making great mental demands; hard to comprehend or solve or believe"], ["tough", "making great mental demands; hard to comprehend or solve or believe"], ["elusive", "making great mental demands; hard to comprehend or solve or believe"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"]]}, {"answer": "knowing", "hint": "synonyms for knowing", "clues": [["learned", "highly educated; having extensive information or understanding"], ["intentional", "characterized by conscious design or purpose"], ["knowledgeable", "alert and fully informed"], ["well-read", "highly educated; having extensive information or understanding"], ["well-educated", "highly educated; having extensive information or understanding"], ["lettered", "highly educated; having extensive information or understanding"], ["wise to", "evidencing the possession of inside information"], ["wise", "evidencing the possession of inside information"]]}, {"answer": "knowledgeable", "hint": "synonyms for knowledgeable", "clues": [["learned", "highly educated; having extensive information or understanding"], ["lettered", "highly educated; having extensive information or understanding"], ["knowing", "alert and fully informed"], ["versed", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read"], ["intimate", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read"], ["well-read", "highly educated; having extensive information or understanding"], ["well-educated", "highly educated; having extensive information or understanding"]]}, {"answer": "ko'd", "hint": "synonyms for ko'd", "clues": [["kayoed", "knocked unconscious by a heavy blow"], ["stunned", "knocked unconscious by a heavy blow"], ["out", "knocked unconscious by a heavy blow"], ["knocked out", "knocked unconscious by a heavy blow"]]}, {"answer": "kookie", "hint": "synonyms for kookie", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "kooky", "hint": "synonyms for kooky", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "kyphotic", "hint": "synonyms for kyphotic", "clues": [["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column"]]}, {"answer": "laborious", "hint": "synonyms for laborious", "clues": [["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "lacking", "hint": "synonyms for lacking", "clues": [["wanting", "inadequate in amount or degree"], ["missing", "nonexistent"], ["absent", "nonexistent"], ["deficient", "inadequate in amount or degree"]]}, {"answer": "lacy", "hint": "synonyms for lacy", "clues": [["netlike", "having open interstices or resembling a web"], ["lacelike", "made of or resembling lace"], ["webby", "having open interstices or resembling a web"], ["webbed", "having open interstices or resembling a web"], ["netted", "having open interstices or resembling a web"], ["weblike", "having open interstices or resembling a web"]]}, {"answer": "laid-off", "hint": "synonyms for laid-off", "clues": [["fired", "having lost your job"], ["dismissed", "having lost your job"], ["pink-slipped", "having lost your job"], ["discharged", "having lost your job"]]}, {"answer": "lame", "hint": "synonyms for lame", "clues": [["halt", "disabled in the feet or legs"], ["feeble", "pathetically lacking in force or effectiveness"], ["game", "disabled in the feet or legs"], ["crippled", "disabled in the feet or legs"], ["gimpy", "disabled in the feet or legs"]]}, {"answer": "lamentable", "hint": "synonyms for lamentable", "clues": [["distressing", "bad; unfortunate"], ["pitiful", "bad; unfortunate"], ["deplorable", "bad; unfortunate"], ["sad", "bad; unfortunate"], ["sorry", "bad; unfortunate"]]}, {"answer": "lancinate", "hint": "synonyms for lancinate", "clues": [["piercing", "painful as if caused by a sharp instrument"], ["stabbing", "painful as if caused by a sharp instrument"], ["cutting", "painful as if caused by a sharp instrument"], ["lancinating", "painful as if caused by a sharp instrument"], ["knifelike", "painful as if caused by a sharp instrument"], ["keen", "painful as if caused by a sharp instrument"]]}, {"answer": "lancinating", "hint": "synonyms for lancinating", "clues": [["knifelike", "painful as if caused by a sharp instrument"], ["piercing", "painful as if caused by a sharp instrument"], ["stabbing", "painful as if caused by a sharp instrument"], ["cutting", "painful as if caused by a sharp instrument"], ["lancinate", "painful as if caused by a sharp instrument"], ["keen", "painful as if caused by a sharp instrument"]]}, {"answer": "laputan", "hint": "synonyms for laputan", "clues": [["airy", "not practical or realizable; speculative"], ["windy", "not practical or realizable; speculative"], ["visionary", "not practical or realizable; speculative"], ["impractical", "not practical or realizable; speculative"]]}, {"answer": "large", "hint": "synonyms for large", "clues": [["turgid", "ostentatiously lofty in style"], ["big", "generous and understanding and tolerant"], ["great", "in an advanced stage of pregnancy"], ["with child", "in an advanced stage of pregnancy"], ["heavy", "in an advanced stage of pregnancy"], ["enceinte", "in an advanced stage of pregnancy"], ["magnanimous", "generous and understanding and tolerant"], ["bombastic", "ostentatiously lofty in style"], ["declamatory", "ostentatiously lofty in style"], ["gravid", "in an advanced stage of pregnancy"], ["tumid", "ostentatiously lofty in style"], ["expectant", "in an advanced stage of pregnancy"], ["prominent", "conspicuous in position or importance"], ["orotund", "ostentatiously lofty in style"]]}, {"answer": "large-hearted", "hint": "synonyms for large-hearted", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity"], ["kindly", "showing or motivated by sympathy and understanding and generosity"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity"], ["benevolent", "showing or motivated by sympathy and understanding and generosity"], ["openhearted", "showing or motivated by sympathy and understanding and generosity"]]}, {"answer": "larger", "hint": "synonyms for larger", "clues": [["big", "generous and understanding and tolerant"], ["large", "having broad power and range and scope"], ["with child", "in an advanced stage of pregnancy"], ["heavy", "in an advanced stage of pregnancy"], ["magnanimous", "generous and understanding and tolerant"], ["bombastic", "ostentatiously lofty in style"], ["gravid", "in an advanced stage of pregnancy"], ["bigger", "large or big relative to something else"], ["expectant", "in an advanced stage of pregnancy"], ["turgid", "ostentatiously lofty in style"], ["great", "in an advanced stage of pregnancy"], ["enceinte", "in an advanced stage of pregnancy"], ["declamatory", "ostentatiously lofty in style"], ["tumid", "ostentatiously lofty in style"], ["prominent", "conspicuous in position or importance"], ["orotund", "ostentatiously lofty in style"]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["concluding", "occurring at or forming an end or termination"], ["last-place", "lowest in rank or importance"], ["net", "conclusive in a process or progression"], ["final", "not to be altered or undone"], ["utmost", "highest in extent or degree"], ["lowest", "lowest in rank or importance"], ["terminal", "occurring at or forming an end or termination"]]}, {"answer": "lasting", "hint": "synonyms for lasting", "clues": [["permanent", "continuing or enduring without marked change in status or condition or place"], ["long-lived", "existing for a long time"], ["durable", "existing for a long time"], ["long-lasting", "existing for a long time"], ["persistent", "retained; not shed"]]}, {"answer": "late", "hint": "synonyms for late", "clues": [["belated", "after the expected or usual time; delayed"], ["previous", "(used especially of persons) of the immediate past"], ["later", "at or toward an end or late period or stage of development"], ["former", "(used especially of persons) of the immediate past"], ["tardy", "after the expected or usual time; delayed"], ["recent", "of the immediate past or just previous to the present time"]]}, {"answer": "late-blooming", "hint": "synonyms for late-blooming", "clues": [["late-flowering", "of plants that bloom during the autumn"], ["autumn-blooming", "of plants that bloom during the autumn"], ["fall-flowering", "of plants that bloom during the autumn"], ["autumn-flowering", "of plants that bloom during the autumn"], ["fall-blooming", "of plants that bloom during the autumn"]]}, {"answer": "late-flowering", "hint": "synonyms for late-flowering", "clues": [["autumn-blooming", "of plants that bloom during the autumn"], ["fall-flowering", "of plants that bloom during the autumn"], ["late-blooming", "of plants that bloom during the autumn"], ["autumn-flowering", "of plants that bloom during the autumn"], ["fall-blooming", "of plants that bloom during the autumn"]]}, {"answer": "late-spring-blooming", "hint": "synonyms for late-spring-blooming", "clues": [["early-flowering", "of plants that bloom during the spring"], ["spring-flowering", "of plants that bloom during the spring"], ["spring-blooming", "of plants that bloom during the spring"], ["early-blooming", "of plants that bloom during the spring"]]}, {"answer": "later", "hint": "synonyms for later", "clues": [["belated", "after the expected or usual time; delayed"], ["late", "being or occurring at an advanced period of time or after a usual or expected time"], ["previous", "(used especially of persons) of the immediate past"], ["tardy", "after the expected or usual time; delayed"], ["former", "(used especially of persons) of the immediate past"], ["recent", "of the immediate past or just previous to the present time"], ["ulterior", "coming at a subsequent time or stage"], ["posterior", "coming at a subsequent time or stage"]]}, {"answer": "latest", "hint": "synonyms for latest", "clues": [["belated", "after the expected or usual time; delayed"], ["late", "being or occurring at an advanced period of time or after a usual or expected time"], ["previous", "(used especially of persons) of the immediate past"], ["up-to-the-minute", "up to the immediate present; most recent or most up-to-date"], ["tardy", "after the expected or usual time; delayed"], ["former", "(used especially of persons) of the immediate past"], ["a la mode", "in the current fashion or style"], ["in vogue", "in the current fashion or style"], ["recent", "of the immediate past or just previous to the present time"], ["modish", "in the current fashion or style"], ["in style", "in the current fashion or style"]]}, {"answer": "laughable", "hint": "synonyms for laughable", "clues": [["mirthful", "arousing or provoking laughter"], ["ludicrous", "incongruous;inviting ridicule"], ["funny", "arousing or provoking laughter"], ["amusing", "arousing or provoking laughter"], ["absurd", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["comical", "arousing or provoking laughter"], ["derisory", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["risible", "arousing or provoking laughter"], ["comic", "arousing or provoking laughter"], ["preposterous", "incongruous;inviting ridicule"], ["ridiculous", "incongruous;inviting ridicule"], ["idiotic", "incongruous;inviting ridicule"]]}, {"answer": "lavish", "hint": "synonyms for lavish", "clues": [["overgenerous", "very generous"], ["unstinting", "very generous"], ["lucullan", "characterized by extravagance and profusion"], ["too-generous", "very generous"], ["plushy", "characterized by extravagance and profusion"], ["unstinted", "very generous"], ["lush", "characterized by extravagance and profusion"], ["munificent", "very generous"], ["unsparing", "very generous"]]}, {"answer": "lawful", "hint": "synonyms for lawful", "clues": [["licit", "authorized, sanctioned by, or in accordance with law"], ["rightful", "having a legally established claim"], ["legitimate", "authorized, sanctioned by, or in accordance with law"], ["rule-governed", "according to custom or rule or natural law"], ["true", "having a legally established claim"]]}, {"answer": "lazy", "hint": "synonyms for lazy", "clues": [["slothful", "disinclined to work or exertion"], ["indolent", "disinclined to work or exertion"], ["faineant", "disinclined to work or exertion"], ["otiose", "disinclined to work or exertion"], ["work-shy", "disinclined to work or exertion"]]}, {"answer": "leaden", "hint": "synonyms for leaden", "clues": [["heavy", "lacking lightness or liveliness"], ["dull", "darkened with overcast"], ["plodding", "(of movement) slow and laborious"], ["weighted", "made heavy or weighted down with weariness"]]}, {"answer": "leading", "hint": "synonyms for leading", "clues": [["prima", "indicating the most important performer or role"], ["preeminent", "greatest in importance or degree or significance or achievement"], ["ahead", "having the leading position or higher score in a contest"], ["star", "indicating the most important performer or role"], ["in the lead", "having the leading position or higher score in a contest"], ["stellar", "indicating the most important performer or role"], ["starring", "indicating the most important performer or role"]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["canted", "departing or being caused to depart from the true vertical or horizontal"], ["tipped", "departing or being caused to depart from the true vertical or horizontal"], ["tilted", "departing or being caused to depart from the true vertical or horizontal"], ["atilt", "departing or being caused to depart from the true vertical or horizontal"]]}, {"answer": "learned", "hint": "synonyms for learned", "clues": [["erudite", "having or showing profound knowledge"], ["lettered", "highly educated; having extensive information or understanding"], ["knowing", "highly educated; having extensive information or understanding"], ["knowledgeable", "highly educated; having extensive information or understanding"], ["conditioned", "established by conditioning or learning"], ["well-read", "highly educated; having extensive information or understanding"], ["well-educated", "highly educated; having extensive information or understanding"]]}, {"answer": "leery", "hint": "synonyms for leery", "clues": [["wary", "openly distrustful and unwilling to confide"], ["untrusting", "openly distrustful and unwilling to confide"], ["mistrustful", "openly distrustful and unwilling to confide"], ["suspicious", "openly distrustful and unwilling to confide"]]}, {"answer": "left", "hint": "synonyms for left", "clues": [["remaining", "not used up"], ["left-hand", "intended for the left hand"], ["left over", "not used up"], ["unexpended", "not used up"], ["odd", "not used up"]]}, {"answer": "left-handed", "hint": "synonyms for left-handed", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["morganatic", "(of marriages) of a marriage between one of royal or noble birth and one of lower rank; valid but with the understanding that the rank of the inferior remains unchanged and offspring do not succeed to titles or property of the superior"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"], ["levorotatory", "rotating to the left"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse"]]}, {"answer": "left_over", "hint": "synonyms for left over", "clues": [["left", "not used up"], ["remaining", "not used up"], ["unexpended", "not used up"], ["leftover", "not used up"], ["odd", "not used up"]]}, {"answer": "leftover", "hint": "synonyms for leftover", "clues": [["left", "not used up"], ["remaining", "not used up"], ["left over", "not used up"], ["unexpended", "not used up"], ["odd", "not used up"]]}, {"answer": "lemonlike", "hint": "synonyms for lemonlike", "clues": [["lemony", "tasting sour like a lemon"], ["tangy", "tasting sour like a lemon"], ["sourish", "tasting sour like a lemon"], ["tart", "tasting sour like a lemon"]]}, {"answer": "lemony", "hint": "synonyms for lemony", "clues": [["tangy", "tasting sour like a lemon"], ["lemonlike", "tasting sour like a lemon"], ["sourish", "tasting sour like a lemon"], ["tart", "tasting sour like a lemon"]]}, {"answer": "lengthy", "hint": "synonyms for lengthy", "clues": [["extended", "relatively long in duration; tediously protracted"], ["drawn-out", "relatively long in duration; tediously protracted"], ["prolonged", "relatively long in duration; tediously protracted"], ["protracted", "relatively long in duration; tediously protracted"]]}, {"answer": "lenitive", "hint": "synonyms for lenitive", "clues": [["mitigative", "moderating pain or sorrow by making it easier to bear"], ["alleviatory", "moderating pain or sorrow by making it easier to bear"], ["palliative", "moderating pain or sorrow by making it easier to bear"], ["mitigatory", "moderating pain or sorrow by making it easier to bear"]]}, {"answer": "lepidote", "hint": "synonyms for lepidote", "clues": [["scurfy", "rough to the touch; covered with scales or scurf"], ["leprose", "rough to the touch; covered with scales or scurf"], ["scaly", "rough to the touch; covered with scales or scurf"], ["scabrous", "rough to the touch; covered with scales or scurf"]]}, {"answer": "leprose", "hint": "synonyms for leprose", "clues": [["scurfy", "rough to the touch; covered with scales or scurf"], ["scaly", "rough to the touch; covered with scales or scurf"], ["lepidote", "rough to the touch; covered with scales or scurf"], ["scabrous", "rough to the touch; covered with scales or scurf"]]}, {"answer": "lettered", "hint": "synonyms for lettered", "clues": [["learned", "highly educated; having extensive information or understanding"], ["knowing", "highly educated; having extensive information or understanding"], ["knowledgeable", "highly educated; having extensive information or understanding"], ["well-read", "highly educated; having extensive information or understanding"], ["well-educated", "highly educated; having extensive information or understanding"]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["plane", "having a surface without slope, tilt in which no part is higher or lower than another"], ["tied", "of the score in a contest"], ["flat", "having a surface without slope, tilt in which no part is higher or lower than another"], ["even", "of the score in a contest"], ["unwavering", "not showing abrupt variations; ; - Louis Auchincloss"]]}, {"answer": "level-headed", "hint": "synonyms for level-headed", "clues": [["healthy", "exercising or showing good judgment"], ["intelligent", "exercising or showing good judgment"], ["levelheaded", "exercising or showing good judgment"], ["sound", "exercising or showing good judgment"]]}, {"answer": "levelheaded", "hint": "synonyms for levelheaded", "clues": [["healthy", "exercising or showing good judgment"], ["intelligent", "exercising or showing good judgment"], ["level-headed", "exercising or showing good judgment"], ["sound", "exercising or showing good judgment"]]}, {"answer": "lewd", "hint": "synonyms for lewd", "clues": [["salacious", "suggestive of or tending to moral looseness"], ["lascivious", "driven by lust; preoccupied with or exhibiting lustful desires"], ["raunchy", "suggestive of or tending to moral looseness"], ["libidinous", "driven by lust; preoccupied with or exhibiting lustful desires"], ["lustful", "driven by lust; preoccupied with or exhibiting lustful desires"], ["obscene", "suggestive of or tending to moral looseness"]]}, {"answer": "libellous", "hint": "synonyms for libellous", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "libelous", "hint": "synonyms for libelous", "clues": [["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "liberal", "hint": "synonyms for liberal", "clues": [["broad", "showing or characterized by broad-mindedness"], ["bounteous", "given or giving freely"], ["tolerant", "showing or characterized by broad-mindedness"], ["big", "given or giving freely"], ["openhanded", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["loose", "not literal"], ["bighearted", "given or giving freely"], ["free", "not literal"], ["large-minded", "showing or characterized by broad-mindedness"], ["giving", "given or giving freely"], ["freehanded", "given or giving freely"]]}, {"answer": "libertine", "hint": "synonyms for libertine", "clues": [["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["dissipated", "unrestrained by convention or morality"], ["fast", "unrestrained by convention or morality"], ["debauched", "unrestrained by convention or morality"]]}, {"answer": "life-threatening", "hint": "synonyms for life-threatening", "clues": [["serious", "causing fear or anxiety by threatening great harm"], ["grave", "causing fear or anxiety by threatening great harm"], ["dangerous", "causing fear or anxiety by threatening great harm"], ["grievous", "causing fear or anxiety by threatening great harm"], ["severe", "causing fear or anxiety by threatening great harm"]]}, {"answer": "lifelike", "hint": "synonyms for lifelike", "clues": [["natural", "free from artificiality"], ["vivid", "evoking lifelike images within the mind"], ["graphic", "evoking lifelike images within the mind"], ["pictorial", "evoking lifelike images within the mind"]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["low-cal", "having relatively few calories"], ["faint", "weak and likely to lose consciousness"], ["clean", "(of sound or color) free from anything that dulls or dims"], ["idle", "silly or trivial"], ["lightsome", "moving easily and quickly; nimble"], ["tripping", "moving easily and quickly; nimble"], ["clear", "(of sound or color) free from anything that dulls or dims"], ["light-headed", "weak and likely to lose consciousness"], ["scant", "less than the correct or legal or full amount often deliberately so"], ["loose", "casual and unrestrained in sexual behavior"], ["calorie-free", "having relatively few calories"], ["promiscuous", "casual and unrestrained in sexual behavior"], ["short", "less than the correct or legal or full amount often deliberately so"], ["weak", "(used of vowels or syllables) pronounced with little or no stress"], ["unclouded", "(of sound or color) free from anything that dulls or dims"], ["wakeful", "(of sleep) easily disturbed"], ["swooning", "weak and likely to lose consciousness"], ["sluttish", "casual and unrestrained in sexual behavior"], ["wanton", "casual and unrestrained in sexual behavior"], ["abstemious", "marked by temperance in indulgence"], ["unaccented", "(used of vowels or syllables) pronounced with little or no stress"], ["easy", "casual and unrestrained in sexual behavior"], ["light-colored", "(used of color) having a relatively small amount of coloring agent"], ["lite", "having relatively few calories"]]}, {"answer": "light-headed", "hint": "synonyms for light-headed", "clues": [["faint", "weak and likely to lose consciousness"], ["dizzy", "lacking seriousness; given to frivolity"], ["lightheaded", "lacking seriousness; given to frivolity"], ["swooning", "weak and likely to lose consciousness"], ["airheaded", "lacking seriousness; given to frivolity"], ["featherbrained", "lacking seriousness; given to frivolity"], ["empty-headed", "lacking seriousness; given to frivolity"], ["giddy", "lacking seriousness; given to frivolity"], ["silly", "lacking seriousness; given to frivolity"], ["light", "weak and likely to lose consciousness"]]}, {"answer": "light-hearted", "hint": "synonyms for light-hearted", "clues": [["blithesome", "carefree and happy and lighthearted"], ["blithe", "carefree and happy and lighthearted"], ["lightsome", "carefree and happy and lighthearted"], ["lighthearted", "carefree and happy and lighthearted"]]}, {"answer": "lightheaded", "hint": "synonyms for lightheaded", "clues": [["faint", "weak and likely to lose consciousness"], ["dizzy", "lacking seriousness; given to frivolity"], ["swooning", "weak and likely to lose consciousness"], ["airheaded", "lacking seriousness; given to frivolity"], ["featherbrained", "lacking seriousness; given to frivolity"], ["light-headed", "lacking seriousness; given to frivolity"], ["empty-headed", "lacking seriousness; given to frivolity"], ["giddy", "lacking seriousness; given to frivolity"], ["silly", "lacking seriousness; given to frivolity"], ["light", "weak and likely to lose consciousness"]]}, {"answer": "lighthearted", "hint": "synonyms for lighthearted", "clues": [["blithesome", "carefree and happy and lighthearted"], ["light-hearted", "carefree and happy and lighthearted"], ["blithe", "carefree and happy and lighthearted"], ["lightsome", "carefree and happy and lighthearted"]]}, {"answer": "lightsome", "hint": "synonyms for lightsome", "clues": [["blithesome", "carefree and happy and lighthearted"], ["light-hearted", "carefree and happy and lighthearted"], ["light", "moving easily and quickly; nimble"], ["tripping", "moving easily and quickly; nimble"], ["blithe", "carefree and happy and lighthearted"]]}, {"answer": "like", "hint": "synonyms for like", "clues": [["same", "equal in amount or value"], ["similar", "resembling or similar; having the same or some of the same characteristics; often used in combination"], ["alike", "having the same or similar characteristics"], ["corresponding", "conforming in every respect"], ["comparable", "conforming in every respect"]]}, {"answer": "lilliputian", "hint": "synonyms for lilliputian", "clues": [["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["bantam", "very small"], ["diminutive", "very small"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["flyspeck", "very small"], ["petite", "very small"], ["tiny", "very small"], ["petty", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"], ["midget", "very small"]]}, {"answer": "lily-livered", "hint": "synonyms for lily-livered", "clues": [["yellow-bellied", "easily frightened"], ["chicken", "easily frightened"], ["white-livered", "easily frightened"], ["chickenhearted", "easily frightened"], ["yellow", "easily frightened"]]}, {"answer": "limiting", "hint": "synonyms for limiting", "clues": [["confining", "restricting the scope or freedom of action"], ["restricting", "restricting the scope or freedom of action"], ["constrictive", "restricting the scope or freedom of action"], ["constraining", "restricting the scope or freedom of action"]]}, {"answer": "limitless", "hint": "synonyms for limitless", "clues": [["unlimited", "having no limits in range or scope; - Philip Rahv"], ["boundless", "seemingly boundless in amount, number, degree, or especially extent"], ["illimitable", "without limits in extent or size or quantity"], ["unbounded", "seemingly boundless in amount, number, degree, or especially extent"], ["measureless", "without limits in extent or size or quantity"]]}, {"answer": "limpid", "hint": "synonyms for limpid", "clues": [["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["transparent", "transmitting light; able to be seen through with clarity"], ["liquid", "clear and bright"], ["crystal clear", "transmitting light; able to be seen through with clarity"], ["pellucid", "transmitting light; able to be seen through with clarity"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["crystalline", "transmitting light; able to be seen through with clarity"]]}, {"answer": "linear", "hint": "synonyms for linear", "clues": [["additive", "designating or involving an equation whose terms are of the first degree"], ["analog", "of a circuit or device having an output that is proportional to the input"], ["elongate", "(of a leaf shape) long and narrow"], ["one-dimensional", "of or in or along or relating to a line; involving a single dimension"], ["running", "measured lengthwise"]]}, {"answer": "liquid", "hint": "synonyms for liquid", "clues": [["swimming", "filled or brimming with tears"], ["fluid", "in cash or easily convertible to cash"], ["fluent", "smooth and unconstrained in movement"], ["limpid", "clear and bright"], ["smooth", "smooth and unconstrained in movement"], ["liquified", "changed from a solid to a liquid state"], ["melted", "changed from a solid to a liquid state"]]}, {"answer": "liquified", "hint": "synonyms for liquified", "clues": [["liquid", "changed from a solid to a liquid state"], ["liquefied", "reduced to liquid form by heating"], ["molten", "reduced to liquid form by heating"], ["melted", "changed from a solid to a liquid state"]]}, {"answer": "lissom", "hint": "synonyms for lissom", "clues": [["slender", "moving and bending with ease"], ["sylphlike", "moving and bending with ease"], ["supple", "moving and bending with ease"], ["lissome", "moving and bending with ease"], ["svelte", "moving and bending with ease"], ["lithesome", "moving and bending with ease"], ["lithe", "moving and bending with ease"]]}, {"answer": "lissome", "hint": "synonyms for lissome", "clues": [["slender", "moving and bending with ease"], ["sylphlike", "moving and bending with ease"], ["supple", "moving and bending with ease"], ["svelte", "moving and bending with ease"], ["lithesome", "moving and bending with ease"], ["lissom", "moving and bending with ease"], ["lithe", "moving and bending with ease"]]}, {"answer": "lithe", "hint": "synonyms for lithe", "clues": [["slender", "moving and bending with ease"], ["sylphlike", "moving and bending with ease"], ["supple", "moving and bending with ease"], ["lissome", "moving and bending with ease"], ["svelte", "moving and bending with ease"], ["lithesome", "moving and bending with ease"]]}, {"answer": "lithesome", "hint": "synonyms for lithesome", "clues": [["slender", "moving and bending with ease"], ["sylphlike", "moving and bending with ease"], ["supple", "moving and bending with ease"], ["lissome", "moving and bending with ease"], ["svelte", "moving and bending with ease"], ["lithe", "moving and bending with ease"]]}, {"answer": "litigious", "hint": "synonyms for litigious", "clues": [["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"], ["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits"]]}, {"answer": "little", "hint": "synonyms for little", "clues": [["footling", "(informal) small and of little importance"], ["small", "limited or below average in number or quantity or magnitude or extent"], ["piddling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["short", "low in stature; not tall"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["slight", "(quantifier used with mass nouns) small in quantity or degree; not much or almost none or (with `a') at least some"], ["petty", "(informal) small and of little importance"], ["minuscule", "lowercase"], ["picayune", "(informal) small and of little importance"]]}, {"answer": "littler", "hint": "synonyms for littler", "clues": [["little", "(of children and animals) young, immature"], ["footling", "(informal) small and of little importance"], ["smaller", "small or little relative to something else"], ["niggling", "(informal) small and of little importance"], ["small", "(of children and animals) young, immature"], ["lilliputian", "(informal) small and of little importance"], ["minuscule", "lowercase"], ["picayune", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["short", "low in stature; not tall"], ["trivial", "(informal) small and of little importance"], ["slight", "(quantifier used with mass nouns) small in quantity or degree; not much or almost none or (with `a') at least some"], ["petty", "(informal) small and of little importance"]]}, {"answer": "live", "hint": "synonyms for live", "clues": [["alive", "possessing life"], ["hot", "charged or energized with electricity"], ["lively", "elastic; rebounds readily"], ["springy", "elastic; rebounds readily"], ["bouncy", "elastic; rebounds readily"], ["resilient", "elastic; rebounds readily"], ["unrecorded", "actually being performed at the time of hearing or viewing"]]}, {"answer": "lively", "hint": "synonyms for lively", "clues": [["zippy", "quick and energetic"], ["spanking", "quick and energetic"], ["live", "elastic; rebounds readily"], ["vital", "full of spirit"], ["snappy", "quick and energetic"], ["springy", "elastic; rebounds readily"], ["resilient", "elastic; rebounds readily"], ["merry", "quick and energetic"], ["rattling", "quick and energetic"], ["full of life", "full of spirit"], ["alert", "quick and energetic"], ["bouncy", "elastic; rebounds readily"], ["racy", "full of zest or vigor"], ["brisk", "quick and energetic"]]}, {"answer": "liverish", "hint": "synonyms for liverish", "clues": [["atrabilious", "irritable as if suffering from indigestion"], ["bilious", "irritable as if suffering from indigestion"], ["livery", "suffering from or suggesting a liver disorder or gastric distress"], ["dyspeptic", "irritable as if suffering from indigestion"]]}, {"answer": "livid", "hint": "synonyms for livid", "clues": [["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["black-and-blue", "discolored by coagulation of blood beneath the skin"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"]]}, {"answer": "loaded", "hint": "synonyms for loaded", "clues": [["moneyed", "having an abundant supply of money or possessions of value"], ["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["laden", "filled with a great quantity"], ["besotted", "very drunk"], ["wealthy", "having an abundant supply of money or possessions of value"], ["flush", "having an abundant supply of money or possessions of value"], ["smashed", "very drunk"], ["affluent", "having an abundant supply of money or possessions of value"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["ladened", "filled with a great quantity"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "loaded_down", "hint": "synonyms for loaded down", "clues": [["bowed down", "heavily burdened with work or cares"], ["heavy-laden", "bearing a physically heavy weight or load"], ["weighed down", "heavily burdened with work or cares"], ["burdened", "bearing a physically heavy weight or load"], ["overburdened", "heavily burdened with work or cares"]]}, {"answer": "loath", "hint": "synonyms for loath", "clues": [["antipathetic", "(usually followed by `to') strongly opposed"], ["averse", "(usually followed by `to') strongly opposed"], ["loth", "(usually followed by `to') strongly opposed"], ["indisposed", "(usually followed by `to') strongly opposed"], ["reluctant", "unwillingness to do something contrary to your custom"]]}, {"answer": "loathly", "hint": "synonyms for loathly", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"]]}, {"answer": "loathsome", "hint": "synonyms for loathsome", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["nauseating", "causing or able to cause nausea"], ["nauseous", "causing or able to cause nausea"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["sickening", "causing or able to cause nausea"], ["repellent", "highly offensive; arousing aversion or disgust"], ["offensive", "causing or able to cause nausea"], ["queasy", "causing or able to cause nausea"], ["skanky", "highly offensive; arousing aversion or disgust"], ["vile", "causing or able to cause nausea"], ["wicked", "highly offensive; arousing aversion or disgust"], ["noisome", "causing or able to cause nausea"], ["yucky", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "loco", "hint": "synonyms for loco", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "lofty", "hint": "synonyms for lofty", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["soaring", "of imposing height; especially standing out above others"], ["eminent", "of imposing height; especially standing out above others"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["towering", "of imposing height; especially standing out above others"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["proud", "having or displaying great dignity or nobility"], ["gallant", "having or displaying great dignity or nobility"], ["majestic", "having or displaying great dignity or nobility"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "loggerheaded", "hint": "synonyms for loggerheaded", "clues": [["fatheaded", "(used informally) stupid"], ["duncical", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "logical", "hint": "synonyms for logical", "clues": [["legitimate", "based on known statements or events or conditions"], ["coherent", "capable of thinking and expressing yourself in a clear and consistent manner"], ["ordered", "marked by an orderly, logical, and aesthetically consistent relation of parts"], ["lucid", "capable of thinking and expressing yourself in a clear and consistent manner"], ["consistent", "marked by an orderly, logical, and aesthetically consistent relation of parts"]]}, {"answer": "logy", "hint": "synonyms for logy", "clues": [["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"]]}, {"answer": "lone", "hint": "synonyms for lone", "clues": [["solitary", "characterized by or preferring solitude"], ["lonely", "characterized by or preferring solitude"], ["lonesome", "being the only one; single and isolated from others"], ["only", "being the only one; single and isolated from others"], ["alone", "lacking companions or companionship"], ["sole", "being the only one; single and isolated from others"]]}, {"answer": "lonely", "hint": "synonyms for lonely", "clues": [["unfrequented", "devoid of creatures"], ["lonesome", "marked by dejection from being alone"], ["lone", "characterized by or preferring solitude"], ["solitary", "characterized by or preferring solitude"]]}, {"answer": "lonesome", "hint": "synonyms for lonesome", "clues": [["only", "being the only one; single and isolated from others"], ["lonely", "marked by dejection from being alone"], ["solitary", "being the only one; single and isolated from others"], ["sole", "being the only one; single and isolated from others"]]}, {"answer": "long", "hint": "synonyms for long", "clues": [["tenacious", "good at remembering"], ["prospicient", "planning prudently for the future"], ["retentive", "good at remembering"], ["farseeing", "planning prudently for the future"], ["farsighted", "planning prudently for the future"], ["longsighted", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["recollective", "good at remembering"]]}, {"answer": "long-winded", "hint": "synonyms for long-winded", "clues": [["windy", "using or containing too many words"], ["wordy", "using or containing too many words"], ["tedious", "using or containing too many words"], ["verbose", "using or containing too many words"]]}, {"answer": "longsighted", "hint": "synonyms for longsighted", "clues": [["prospicient", "planning prudently for the future"], ["keen-sighted", "capable of seeing to a great distance"], ["long", "planning prudently for the future"], ["farseeing", "planning prudently for the future"], ["farsighted", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["eagle-eyed", "capable of seeing to a great distance"]]}, {"answer": "loony", "hint": "synonyms for loony", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "loopy", "hint": "synonyms for loopy", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"]]}, {"answer": "loose", "hint": "synonyms for loose", "clues": [["promiscuous", "casual and unrestrained in sexual behavior"], ["liberal", "not literal"], ["lax", "emptying easily or excessively"], ["escaped", "having escaped, especially from confinement"], ["informal", "not officially recognized or controlled"], ["at large", "having escaped, especially from confinement"], ["light", "casual and unrestrained in sexual behavior"], ["sluttish", "casual and unrestrained in sexual behavior"], ["wanton", "casual and unrestrained in sexual behavior"], ["free", "not literal"], ["easy", "casual and unrestrained in sexual behavior"], ["slack", "not tense or taut"], ["on the loose", "having escaped, especially from confinement"], ["open", "(of textures) full of small openings or gaps"], ["unaffixed", "not affixed"], ["idle", "lacking a sense of restraint or responsibility"]]}, {"answer": "lopsided", "hint": "synonyms for lopsided", "clues": [["wonky", "turned or twisted toward one side; - G.K.Chesterton"], ["awry", "turned or twisted toward one side; - G.K.Chesterton"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton"], ["askew", "turned or twisted toward one side; - G.K.Chesterton"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton"]]}, {"answer": "loquacious", "hint": "synonyms for loquacious", "clues": [["talkative", "full of trivial conversation"], ["gabby", "full of trivial conversation"], ["talky", "full of trivial conversation"], ["garrulous", "full of trivial conversation"], ["chatty", "full of trivial conversation"]]}, {"answer": "lordly", "hint": "synonyms for lordly", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["august", "of or befitting a lord"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["grand", "of or befitting a lord"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"]]}, {"answer": "lost", "hint": "synonyms for lost", "clues": [["deep in thought", "deeply absorbed in thought"], ["missed", "not caught with the senses or the mind"], ["preoccupied", "deeply absorbed in thought"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["disoriented", "having lost your bearings; confused as to time or place or personal identity"], ["bemused", "deeply absorbed in thought"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "having lost your bearings; confused as to time or place or personal identity"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["helpless", "unable to function; without help"]]}, {"answer": "loth", "hint": "synonyms for loth", "clues": [["antipathetic", "(usually followed by `to') strongly opposed"], ["averse", "(usually followed by `to') strongly opposed"], ["loath", "(usually followed by `to') strongly opposed"], ["indisposed", "(usually followed by `to') strongly opposed"], ["reluctant", "unwillingness to do something contrary to your custom"]]}, {"answer": "loud", "hint": "synonyms for loud", "clues": [["flash", "tastelessly showy"], ["cheap", "tastelessly showy"], ["garish", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["forte", "used chiefly as a direction or description in music"], ["tawdry", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["meretricious", "tastelessly showy"]]}, {"answer": "lousy", "hint": "synonyms for lousy", "clues": [["shitty", "very bad"], ["dirty", "vile; despicable"], ["rotten", "very bad"], ["icky", "very bad"], ["crappy", "very bad"], ["stinky", "very bad"], ["filthy", "vile; despicable"], ["stinking", "very bad"]]}, {"answer": "loutish", "hint": "synonyms for loutish", "clues": [["oafish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["neanderthal", "ill-mannered and coarse and contemptible in behavior or appearance"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance"]]}, {"answer": "lovesome", "hint": "synonyms for lovesome", "clues": [["tender", "having or displaying warmth or affection"], ["affectionate", "having or displaying warmth or affection"], ["fond", "having or displaying warmth or affection"], ["warm", "having or displaying warmth or affection"]]}, {"answer": "low", "hint": "synonyms for low", "clues": [["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["low-pitched", "used of sounds and voices; low in pitch or frequency"], ["down in the mouth", "filled with melancholy and despondency"], ["depleted", "no longer sufficient"], ["scummy", "of the most contemptible kind"], ["modest", "low or inferior in station or quality"], ["humble", "low or inferior in station or quality"], ["depressed", "filled with melancholy and despondency"], ["low-down", "of the most contemptible kind"], ["low-toned", "very low in volume"], ["dispirited", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["scurvy", "of the most contemptible kind"], ["miserable", "of the most contemptible kind"], ["humiliated", "subdued or brought low in condition or status"], ["small", "low or inferior in station or quality"], ["abject", "of the most contemptible kind"], ["lowly", "low or inferior in station or quality"], ["broken", "subdued or brought low in condition or status"], ["downcast", "filled with melancholy and despondency"], ["crushed", "subdued or brought low in condition or status"], ["gloomy", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"]]}, {"answer": "low-down", "hint": "synonyms for low-down", "clues": [["low", "of the most contemptible kind"], ["miserable", "of the most contemptible kind"], ["abject", "of the most contemptible kind"], ["funky", "(of jazz) having the soulful feeling of early blues"], ["scurvy", "of the most contemptible kind"], ["scummy", "of the most contemptible kind"]]}, {"answer": "low-set", "hint": "synonyms for low-set", "clues": [["dumpy", "short and thick; as e.g. having short legs and heavy musculature"], ["chunky", "short and thick; as e.g. having short legs and heavy musculature"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature"], ["squat", "short and thick; as e.g. having short legs and heavy musculature"], ["lowset", "lower than average"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature"]]}, {"answer": "low-spirited", "hint": "synonyms for low-spirited", "clues": [["downhearted", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["depressed", "filled with melancholy and despondency"], ["downcast", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["low", "filled with melancholy and despondency"], ["dispirited", "filled with melancholy and despondency"], ["gloomy", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"]]}, {"answer": "lowbred", "hint": "synonyms for lowbred", "clues": [["underbred", "(of persons) lacking in refinement or grace"], ["bounderish", "(of persons) lacking in refinement or grace"], ["rude", "(of persons) lacking in refinement or grace"], ["ill-bred", "(of persons) lacking in refinement or grace"], ["yokelish", "(of persons) lacking in refinement or grace"]]}, {"answer": "lower-ranking", "hint": "synonyms for lower-ranking", "clues": [["petty", "inferior in rank or status"], ["lowly", "inferior in rank or status"], ["junior-grade", "inferior in rank or status"], ["subaltern", "inferior in rank or status"], ["secondary", "inferior in rank or status"]]}, {"answer": "lowest", "hint": "synonyms for lowest", "clues": [["last-place", "lowest in rank or importance"], ["low-pitched", "used of sounds and voices; low in pitch or frequency"], ["scummy", "of the most contemptible kind"], ["modest", "low or inferior in station or quality"], ["depressed", "filled with melancholy and despondency"], ["low-down", "of the most contemptible kind"], ["low", "very low in volume"], ["dispirited", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["abject", "of the most contemptible kind"], ["broken", "subdued or brought low in condition or status"], ["gloomy", "filled with melancholy and despondency"], ["low-spirited", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["down in the mouth", "filled with melancholy and despondency"], ["depleted", "no longer sufficient"], ["humble", "low or inferior in station or quality"], ["last", "lowest in rank or importance"], ["low-toned", "very low in volume"], ["scurvy", "of the most contemptible kind"], ["miserable", "of the most contemptible kind"], ["humiliated", "subdued or brought low in condition or status"], ["small", "low or inferior in station or quality"], ["downcast", "filled with melancholy and despondency"], ["crushed", "subdued or brought low in condition or status"], ["blue", "filled with melancholy and despondency"]]}, {"answer": "lowly", "hint": "synonyms for lowly", "clues": [["small", "low or inferior in station or quality"], ["humble", "of low birth or station (`base' is archaic in this sense)"], ["low", "low or inferior in station or quality"], ["junior-grade", "inferior in rank or status"], ["subaltern", "inferior in rank or status"], ["menial", "used of unskilled work (especially domestic work)"], ["lower-ranking", "inferior in rank or status"], ["secondary", "inferior in rank or status"], ["baseborn", "of low birth or station (`base' is archaic in this sense)"], ["modest", "low or inferior in station or quality"], ["petty", "inferior in rank or status"], ["base", "of low birth or station (`base' is archaic in this sense)"]]}, {"answer": "loyal", "hint": "synonyms for loyal", "clues": [["firm", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["fast", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["patriotic", "inspired by love for your country"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"]]}, {"answer": "lucid", "hint": "synonyms for lucid", "clues": [["limpid", "transmitting light; able to be seen through with clarity"], ["crystal clear", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["transparent", "transmitting light; able to be seen through with clarity"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["pellucid", "transmitting light; able to be seen through with clarity"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["logical", "capable of thinking and expressing yourself in a clear and consistent manner"], ["coherent", "capable of thinking and expressing yourself in a clear and consistent manner"], ["crystalline", "transmitting light; able to be seen through with clarity"]]}, {"answer": "luculent", "hint": "synonyms for luculent", "clues": [["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["crystal clear", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["limpid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["pellucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"]]}, {"answer": "ludicrous", "hint": "synonyms for ludicrous", "clues": [["farcical", "broadly or extravagantly humorous; resembling farce"], ["laughable", "incongruous;inviting ridicule"], ["absurd", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["derisory", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["preposterous", "incongruous;inviting ridicule"], ["ridiculous", "incongruous;inviting ridicule"], ["idiotic", "incongruous;inviting ridicule"]]}, {"answer": "luscious", "hint": "synonyms for luscious", "clues": [["delectable", "extremely pleasing to the sense of taste"], ["voluptuous", "having strong sexual appeal"], ["delicious", "extremely pleasing to the sense of taste"], ["juicy", "having strong sexual appeal"], ["toothsome", "extremely pleasing to the sense of taste"], ["red-hot", "having strong sexual appeal"], ["pleasant-tasting", "extremely pleasing to the sense of taste"], ["scrumptious", "extremely pleasing to the sense of taste"], ["yummy", "extremely pleasing to the sense of taste"]]}, {"answer": "lush", "hint": "synonyms for lush", "clues": [["riotous", "produced or growing in extreme abundance"], ["luxuriant", "produced or growing in extreme abundance"], ["lucullan", "characterized by extravagance and profusion"], ["succulent", "full of juice"], ["plushy", "characterized by extravagance and profusion"], ["lavish", "characterized by extravagance and profusion"], ["exuberant", "produced or growing in extreme abundance"], ["profuse", "produced or growing in extreme abundance"]]}, {"answer": "lustful", "hint": "synonyms for lustful", "clues": [["lascivious", "driven by lust; preoccupied with or exhibiting lustful desires"], ["lewd", "driven by lust; preoccupied with or exhibiting lustful desires"], ["prurient", "characterized by lust"], ["salacious", "characterized by lust"], ["libidinous", "driven by lust; preoccupied with or exhibiting lustful desires"], ["concupiscent", "vigorously passionate"], ["lubricious", "characterized by lust"], ["lusty", "vigorously passionate"]]}, {"answer": "lustrous", "hint": "synonyms for lustrous", "clues": [["sheeny", "reflecting light"], ["shining", "reflecting light"], ["shiny", "reflecting light"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["glistening", "reflecting light"], ["glossy", "reflecting light"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"]]}, {"answer": "lusty", "hint": "synonyms for lusty", "clues": [["full-blooded", "endowed with or exhibiting great bodily or mental health"], ["red-blooded", "endowed with or exhibiting great bodily or mental health"], ["lustful", "vigorously passionate"], ["concupiscent", "vigorously passionate"], ["hearty", "endowed with or exhibiting great bodily or mental health"]]}, {"answer": "luxuriant", "hint": "synonyms for luxuriant", "clues": [["voluptuous", "displaying luxury and furnishing gratification to the senses"], ["riotous", "produced or growing in extreme abundance"], ["luxurious", "displaying luxury and furnishing gratification to the senses"], ["lush", "produced or growing in extreme abundance"], ["exuberant", "produced or growing in extreme abundance"], ["voluptuary", "displaying luxury and furnishing gratification to the senses"], ["profuse", "produced or growing in extreme abundance"], ["epicurean", "displaying luxury and furnishing gratification to the senses"], ["sybaritic", "displaying luxury and furnishing gratification to the senses"], ["elaborate", "marked by complexity and richness of detail"]]}, {"answer": "luxurious", "hint": "synonyms for luxurious", "clues": [["gilded", "rich and superior in quality"], ["voluptuous", "displaying luxury and furnishing gratification to the senses"], ["grand", "rich and superior in quality"], ["deluxe", "rich and superior in quality"], ["opulent", "rich and superior in quality"], ["sumptuous", "rich and superior in quality"], ["princely", "rich and superior in quality"], ["voluptuary", "displaying luxury and furnishing gratification to the senses"], ["luxuriant", "displaying luxury and furnishing gratification to the senses"], ["epicurean", "displaying luxury and furnishing gratification to the senses"], ["sybaritic", "displaying luxury and furnishing gratification to the senses"]]}, {"answer": "lynx-eyed", "hint": "synonyms for lynx-eyed", "clues": [["keen-sighted", "having very keen vision"], ["argus-eyed", "having very keen vision"], ["hawk-eyed", "having very keen vision"], ["sharp-sighted", "having very keen vision"], ["quick-sighted", "having very keen vision"], ["sharp-eyed", "having very keen vision"]]}, {"answer": "m", "hint": "synonyms for m", "clues": [["thousand", "denoting a quantity consisting of 1,000 items or units"], ["k", "denoting a quantity consisting of 1,000 items or units"], ["1000", "denoting a quantity consisting of 1,000 items or units"], ["one thousand", "denoting a quantity consisting of 1,000 items or units"]]}, {"answer": "macabre", "hint": "synonyms for macabre", "clues": [["grisly", "shockingly repellent; inspiring horror"], ["gruesome", "shockingly repellent; inspiring horror"], ["ghastly", "shockingly repellent; inspiring horror"], ["sick", "shockingly repellent; inspiring horror"], ["grim", "shockingly repellent; inspiring horror"]]}, {"answer": "machinelike", "hint": "synonyms for machinelike", "clues": [["robotic", "resembling the unthinking functioning of a machine"], ["automatic", "resembling the unthinking functioning of a machine"], ["robotlike", "resembling the unthinking functioning of a machine"], ["automatonlike", "resembling the unthinking functioning of a machine"]]}, {"answer": "mad", "hint": "synonyms for mad", "clues": [["brainsick", "affected with madness or insanity"], ["sore", "roused to anger; - Mark Twain"], ["unbalanced", "affected with madness or insanity"], ["insane", "very foolish"], ["huffy", "roused to anger; - Mark Twain"], ["crazy", "affected with madness or insanity"], ["frantic", "marked by uncontrolled excitement or emotion"], ["demented", "affected with madness or insanity"], ["delirious", "marked by uncontrolled excitement or emotion"], ["disturbed", "affected with madness or insanity"], ["excited", "marked by uncontrolled excitement or emotion"], ["sick", "affected with madness or insanity"], ["unhinged", "affected with madness or insanity"], ["unrestrained", "marked by uncontrolled excitement or emotion"], ["harebrained", "very foolish"]]}, {"answer": "madcap", "hint": "synonyms for madcap", "clues": [["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"]]}, {"answer": "maddened", "hint": "synonyms for maddened", "clues": [["infuriated", "marked by extreme anger"], ["enraged", "marked by extreme anger"], ["furious", "marked by extreme anger"], ["angered", "marked by extreme anger"]]}, {"answer": "made-to-order", "hint": "synonyms for made-to-order", "clues": [["tailor-made", "(of clothing) custom-made"], ["tailored", "(of clothing) custom-made"], ["bespoke", "(of clothing) custom-made"], ["custom-built", "built for a particular individual"]]}, {"answer": "magic", "hint": "synonyms for magic", "clues": [["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"]]}, {"answer": "magical", "hint": "synonyms for magical", "clues": [["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"]]}, {"answer": "magisterial", "hint": "synonyms for magisterial", "clues": [["bossy", "offensively self-assured or given to exercising usually unwarranted power"], ["imposing", "used of a person's appearance or behavior; befitting an eminent person"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power"], ["dominating", "offensively self-assured or given to exercising usually unwarranted power"], ["grand", "used of a person's appearance or behavior; befitting an eminent person"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power"], ["distinguished", "used of a person's appearance or behavior; befitting an eminent person"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power"]]}, {"answer": "maiden", "hint": "synonyms for maiden", "clues": [["initiative", "serving to set in motion"], ["first", "serving to set in motion"], ["initiatory", "serving to set in motion"], ["inaugural", "serving to set in motion"]]}, {"answer": "main", "hint": "synonyms for main", "clues": [["master", "most important element"], ["principal", "most important element"], ["primary", "most important element"], ["chief", "most important element"], ["independent", "(of a clause) capable of standing syntactically alone as a complete sentence"]]}, {"answer": "majestic", "hint": "synonyms for majestic", "clues": [["royal", "belonging to or befitting a supreme ruler"], ["lofty", "having or displaying great dignity or nobility"], ["imperial", "belonging to or befitting a supreme ruler"], ["gallant", "having or displaying great dignity or nobility"], ["proud", "having or displaying great dignity or nobility"], ["olympian", "majestic in manner or bearing; superior to mundane matters"], ["purple", "belonging to or befitting a supreme ruler"], ["regal", "belonging to or befitting a supreme ruler"]]}, {"answer": "male", "hint": "synonyms for male", "clues": [["manly", "characteristic of a man"], ["virile", "characteristic of a man"], ["manful", "characteristic of a man"], ["manlike", "characteristic of a man"]]}, {"answer": "malformed", "hint": "synonyms for malformed", "clues": [["misshapen", "so badly formed or out of shape as to be ugly"], ["deformed", "so badly formed or out of shape as to be ugly"], ["distorted", "so badly formed or out of shape as to be ugly"], ["ill-shapen", "so badly formed or out of shape as to be ugly"]]}, {"answer": "malleable", "hint": "synonyms for malleable", "clues": [["tractile", "capable of being shaped or bent or drawn out"], ["tensile", "capable of being shaped or bent or drawn out"], ["ductile", "capable of being shaped or bent or drawn out"], ["pliable", "capable of being shaped or bent or drawn out"], ["pliant", "capable of being shaped or bent or drawn out"]]}, {"answer": "malodorous", "hint": "synonyms for malodorous", "clues": [["malodourous", "having an unpleasant smell"], ["ill-smelling", "having an unpleasant smell"], ["unpleasant-smelling", "having an unpleasant smell"], ["stinky", "having an unpleasant smell"]]}, {"answer": "malodourous", "hint": "synonyms for malodourous", "clues": [["unpleasant-smelling", "having an unpleasant smell"], ["ill-smelling", "having an unpleasant smell"], ["stinky", "having an unpleasant smell"], ["malodorous", "having an unpleasant smell"]]}, {"answer": "manageable", "hint": "synonyms for manageable", "clues": [["realizable", "capable of existing or taking place or proving true; possible to do"], ["achievable", "capable of existing or taking place or proving true; possible to do"], ["doable", "capable of existing or taking place or proving true; possible to do"], ["accomplishable", "capable of existing or taking place or proving true; possible to do"]]}, {"answer": "manful", "hint": "synonyms for manful", "clues": [["virile", "characteristic of a man"], ["manly", "possessing qualities befitting a man"], ["manlike", "possessing qualities befitting a man"], ["male", "characteristic of a man"]]}, {"answer": "manifest", "hint": "synonyms for manifest", "clues": [["patent", "clearly revealed to the mind or the senses or judgment"], ["unmistakable", "clearly revealed to the mind or the senses or judgment"], ["apparent", "clearly revealed to the mind or the senses or judgment"], ["evident", "clearly revealed to the mind or the senses or judgment"], ["plain", "clearly revealed to the mind or the senses or judgment"]]}, {"answer": "manlike", "hint": "synonyms for manlike", "clues": [["manly", "possessing qualities befitting a man"], ["virile", "characteristic of a man"], ["manful", "characteristic of a man"], ["anthropoid", "resembling human beings"], ["male", "characteristic of a man"]]}, {"answer": "manly", "hint": "synonyms for manly", "clues": [["virile", "characteristic of a man"], ["manful", "possessing qualities befitting a man"], ["manlike", "possessing qualities befitting a man"], ["male", "characteristic of a man"]]}, {"answer": "mantic", "hint": "synonyms for mantic", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy"], ["divinatory", "resembling or characteristic of a prophet or prophecy"], ["vatical", "resembling or characteristic of a prophet or prophecy"], ["sibyllic", "resembling or characteristic of a prophet or prophecy"], ["sibylline", "resembling or characteristic of a prophet or prophecy"]]}, {"answer": "mantled", "hint": "synonyms for mantled", "clues": [["draped", "covered with or as if with clothes or a wrap or cloak"], ["clothed", "covered with or as if with clothes or a wrap or cloak"], ["wrapped", "covered with or as if with clothes or a wrap or cloak"], ["cloaked", "covered with or as if with clothes or a wrap or cloak"]]}, {"answer": "many-sided", "hint": "synonyms for many-sided", "clues": [["multilateral", "having many parts or sides"], ["multifaceted", "having many aspects"], ["miscellaneous", "having many aspects"], ["multifarious", "having many aspects"]]}, {"answer": "marshy", "hint": "synonyms for marshy", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "martial", "hint": "synonyms for martial", "clues": [["soldierlike", "(of persons) befitting a warrior"], ["warriorlike", "(of persons) befitting a warrior"], ["soldierly", "(of persons) befitting a warrior"], ["warlike", "suggesting war or military life"]]}, {"answer": "marvellous", "hint": "synonyms for marvellous", "clues": [["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["miraculous", "being or having the character of a miracle"], ["marvelous", "too improbable to admit of belief"], ["tall", "too improbable to admit of belief"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["improbable", "too improbable to admit of belief"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "marvelous", "hint": "synonyms for marvelous", "clues": [["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["marvellous", "being or having the character of a miracle"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["miraculous", "being or having the character of a miracle"], ["tall", "too improbable to admit of belief"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["improbable", "too improbable to admit of belief"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["main", "most important element"], ["principal", "most important element"], ["primary", "most important element"], ["chief", "most important element"]]}, {"answer": "matching", "hint": "synonyms for matching", "clues": [["co-ordinated", "intentionally matched"], ["duplicate", "being two identical"], ["twinned", "being two identical"], ["twin", "being two identical"]]}, {"answer": "matchless", "hint": "synonyms for matchless", "clues": [["nonpareil", "eminent beyond or above comparison"], ["unrivalled", "eminent beyond or above comparison"], ["unmatchable", "eminent beyond or above comparison"], ["peerless", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"]]}, {"answer": "materialistic", "hint": "synonyms for materialistic", "clues": [["bourgeois", "conforming to the standards and conventions of the middle class"], ["conservative", "conforming to the standards and conventions of the middle class"], ["worldly-minded", "marked by materialism"], ["mercenary", "marked by materialism"]]}, {"answer": "maternal", "hint": "synonyms for maternal", "clues": [["enatic", "related on the mother's side"], ["parental", "relating to or characteristic of or befitting a parent"], ["paternal", "relating to or characteristic of or befitting a parent"], ["enate", "related on the mother's side"]]}, {"answer": "maudlin", "hint": "synonyms for maudlin", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "mawkish", "hint": "synonyms for mawkish", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "mazed", "hint": "synonyms for mazed", "clues": [["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "meager", "hint": "synonyms for meager", "clues": [["meagerly", "deficient in amount or quality or extent"], ["stingy", "deficient in amount or quality or extent"], ["scrimpy", "deficient in amount or quality or extent"], ["meagre", "deficient in amount or quality or extent"]]}, {"answer": "meagerly", "hint": "synonyms for meagerly", "clues": [["meagre", "deficient in amount or quality or extent"], ["stingy", "deficient in amount or quality or extent"], ["scrimpy", "deficient in amount or quality or extent"], ["meager", "deficient in amount or quality or extent"]]}, {"answer": "mealy", "hint": "synonyms for mealy", "clues": [["gritty", "composed of or covered with particles resembling meal in texture or consistency"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency"], ["farinaceous", "composed of or covered with particles resembling meal in texture or consistency"], ["granular", "composed of or covered with particles resembling meal in texture or consistency"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency"]]}, {"answer": "mean", "hint": "synonyms for mean", "clues": [["mingy", "(used of persons or behavior) characterized by or indicative of lack of generosity"], ["beggarly", "(used of sums of money) so small in amount as to deserve contempt"], ["miserly", "(used of persons or behavior) characterized by or indicative of lack of generosity"], ["average", "approximating the statistical norm or average or expected value"], ["hateful", "characterized by malice"], ["meanspirited", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare"], ["tight", "(used of persons or behavior) characterized by or indicative of lack of generosity"], ["bastardly", "of no value or worth"], ["base", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare"]]}, {"answer": "measured", "hint": "synonyms for measured", "clues": [["deliberate", "unhurried and with care and dignity"], ["careful", "unhurried and with care and dignity"], ["calculated", "carefully thought out in advance"], ["mensural", "having notes of fixed rhythmic value"], ["metric", "the rhythmic arrangement of syllables"]]}, {"answer": "meddlesome", "hint": "synonyms for meddlesome", "clues": [["meddling", "intrusive in a meddling or offensive manner"], ["interfering", "intrusive in a meddling or offensive manner"], ["officious", "intrusive in a meddling or offensive manner"], ["busy", "intrusive in a meddling or offensive manner"], ["busybodied", "intrusive in a meddling or offensive manner"]]}, {"answer": "meddling", "hint": "synonyms for meddling", "clues": [["interfering", "intrusive in a meddling or offensive manner"], ["meddlesome", "intrusive in a meddling or offensive manner"], ["officious", "intrusive in a meddling or offensive manner"], ["busy", "intrusive in a meddling or offensive manner"], ["busybodied", "intrusive in a meddling or offensive manner"]]}, {"answer": "medieval", "hint": "synonyms for medieval", "clues": [["mediaeval", "as if belonging to the Middle Ages; old-fashioned and unenlightened"], ["knightly", "characteristic of the time of chivalry and knighthood in the Middle Ages"], ["gothic", "as if belonging to the Middle Ages; old-fashioned and unenlightened"], ["chivalric", "characteristic of the time of chivalry and knighthood in the Middle Ages"]]}, {"answer": "mediocre", "hint": "synonyms for mediocre", "clues": [["middling", "lacking exceptional quality or ability"], ["average", "lacking exceptional quality or ability"], ["second-rate", "moderate to inferior in quality"], ["fair", "lacking exceptional quality or ability"]]}, {"answer": "meditative", "hint": "synonyms for meditative", "clues": [["broody", "deeply or seriously thoughtful"], ["brooding", "deeply or seriously thoughtful"], ["reflective", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "meek", "hint": "synonyms for meek", "clues": [["tame", "very docile; ; - Langston Hughes"], ["modest", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness"], ["mild", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness"], ["spiritless", "evidencing little spirit or courage; overly submissive or compliant; ; - Orville Prescott"]]}, {"answer": "mellifluous", "hint": "synonyms for mellifluous", "clues": [["mellisonant", "pleasing to the ear"], ["sweet", "pleasing to the ear"], ["dulcet", "pleasing to the ear"], ["honeyed", "pleasing to the ear"]]}, {"answer": "mellisonant", "hint": "synonyms for mellisonant", "clues": [["sweet", "pleasing to the ear"], ["dulcet", "pleasing to the ear"], ["honeyed", "pleasing to the ear"], ["mellifluous", "pleasing to the ear"]]}, {"answer": "menacing", "hint": "synonyms for menacing", "clues": [["baleful", "threatening or foreshadowing evil or tragic developments"], ["sinister", "threatening or foreshadowing evil or tragic developments"], ["threatening", "threatening or foreshadowing evil or tragic developments"], ["forbidding", "threatening or foreshadowing evil or tragic developments"], ["minacious", "threatening or foreshadowing evil or tragic developments"], ["minatory", "threatening or foreshadowing evil or tragic developments"], ["ominous", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "mercenary", "hint": "synonyms for mercenary", "clues": [["mercantile", "profit oriented; ; - John Buchan"], ["freelance", "serving for wages in a foreign army"], ["materialistic", "marked by materialism"], ["worldly-minded", "marked by materialism"], ["moneymaking", "profit oriented; ; - John Buchan"]]}, {"answer": "meretricious", "hint": "synonyms for meretricious", "clues": [["flash", "tastelessly showy"], ["gilded", "based on pretense; deceptively pleasing"], ["cheap", "tastelessly showy"], ["garish", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["specious", "based on pretense; deceptively pleasing"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"]]}, {"answer": "meritless", "hint": "synonyms for meritless", "clues": [["sorry", "without merit"], ["no-count", "without merit"], ["no-good", "without merit"], ["good-for-nothing", "without merit"], ["good-for-naught", "without merit"]]}, {"answer": "merry", "hint": "synonyms for merry", "clues": [["jocund", "full of or showing high-spirited merriment; ; - Wordsworth"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth"], ["zippy", "quick and energetic"], ["spanking", "quick and energetic"], ["festive", "offering fun and gaiety"], ["festal", "offering fun and gaiety"], ["lively", "quick and energetic"], ["snappy", "quick and energetic"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth"], ["rattling", "quick and energetic"], ["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth"], ["alert", "quick and energetic"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth"], ["brisk", "quick and energetic"]]}, {"answer": "mesmerised", "hint": "synonyms for mesmerised", "clues": [["transfixed", "having your attention fixated as though by a spell"], ["spell-bound", "having your attention fixated as though by a spell"], ["fascinated", "having your attention fixated as though by a spell"], ["mesmerized", "having your attention fixated as though by a spell"], ["hypnotized", "having your attention fixated as though by a spell"]]}, {"answer": "mesmerized", "hint": "synonyms for mesmerized", "clues": [["transfixed", "having your attention fixated as though by a spell"], ["spell-bound", "having your attention fixated as though by a spell"], ["fascinated", "having your attention fixated as though by a spell"], ["hypnotized", "having your attention fixated as though by a spell"], ["mesmerised", "having your attention fixated as though by a spell"]]}, {"answer": "meted_out", "hint": "synonyms for meted out", "clues": [["dealt out", "given out in portions"], ["parceled out", "given out in portions"], ["doled out", "given out in portions"], ["apportioned", "given out in portions"]]}, {"answer": "mettlesome", "hint": "synonyms for mettlesome", "clues": [["game", "willing to face danger"], ["spunky", "willing to face danger"], ["gamy", "willing to face danger"], ["spirited", "willing to face danger"], ["gritty", "willing to face danger"]]}, {"answer": "middle", "hint": "synonyms for middle", "clues": [["midway", "equally distant from the extremes"], ["center", "equally distant from the extremes"], ["mediate", "being neither at the beginning nor at the end in a series"], ["in-between", "being neither at the beginning nor at the end in a series"], ["halfway", "equally distant from the extremes"]]}, {"answer": "midget", "hint": "synonyms for midget", "clues": [["diminutive", "very small"], ["lilliputian", "very small"], ["flyspeck", "very small"], ["petite", "very small"], ["tiny", "very small"], ["bantam", "very small"]]}, {"answer": "miffed", "hint": "synonyms for miffed", "clues": [["peeved", "aroused to impatience or anger"], ["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"]]}, {"answer": "mild", "hint": "synonyms for mild", "clues": [["balmy", "mild and pleasant"], ["modest", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness"], ["soft", "mild and pleasant"], ["meek", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness"]]}, {"answer": "militant", "hint": "synonyms for militant", "clues": [["competitive", "showing a fighting disposition"], ["hawkish", "disposed to warfare or hard-line policies"], ["warlike", "disposed to warfare or hard-line policies"], ["war-ridden", "engaged in war"], ["belligerent", "engaged in war"], ["warring", "engaged in war"]]}, {"answer": "minacious", "hint": "synonyms for minacious", "clues": [["baleful", "threatening or foreshadowing evil or tragic developments"], ["menacing", "threatening or foreshadowing evil or tragic developments"], ["sinister", "threatening or foreshadowing evil or tragic developments"], ["threatening", "threatening or foreshadowing evil or tragic developments"], ["forbidding", "threatening or foreshadowing evil or tragic developments"], ["minatory", "threatening or foreshadowing evil or tragic developments"], ["ominous", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "minatory", "hint": "synonyms for minatory", "clues": [["baleful", "threatening or foreshadowing evil or tragic developments"], ["menacing", "threatening or foreshadowing evil or tragic developments"], ["sinister", "threatening or foreshadowing evil or tragic developments"], ["threatening", "threatening or foreshadowing evil or tragic developments"], ["forbidding", "threatening or foreshadowing evil or tragic developments"], ["minacious", "threatening or foreshadowing evil or tragic developments"], ["ominous", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "mincing", "hint": "synonyms for mincing", "clues": [["twee", "affectedly dainty or refined"], ["niminy-piminy", "affectedly dainty or refined"], ["dainty", "affectedly dainty or refined"], ["prim", "affectedly dainty or refined"]]}, {"answer": "minded", "hint": "synonyms for minded", "clues": [["apt", "(usually followed by `to') naturally disposed toward"], ["disposed", "(usually followed by `to') naturally disposed toward"], ["given", "(usually followed by `to') naturally disposed toward"], ["tending", "(usually followed by `to') naturally disposed toward"]]}, {"answer": "mindless", "hint": "synonyms for mindless", "clues": [["fatuous", "devoid of intelligence"], ["inane", "devoid of intelligence"], ["reasonless", "not marked by the use of reason"], ["vacuous", "devoid of intelligence"], ["asinine", "devoid of intelligence"], ["forgetful", "not mindful or attentive; - G.B.Shaw"], ["unmindful", "not mindful or attentive; - G.B.Shaw"], ["senseless", "not marked by the use of reason"]]}, {"answer": "minor", "hint": "synonyms for minor", "clues": [["pocket-sized", "limited in size or scope"], ["modest", "limited in size or scope"], ["small-scale", "limited in size or scope"], ["underage", "not of legal age"], ["small", "limited in size or scope"], ["venial", "warranting only temporal punishment"], ["nonaged", "not of legal age"]]}, {"answer": "minuscule", "hint": "synonyms for minuscule", "clues": [["minuscular", "of or relating to a small cursive script developed from uncial; 7th to 9th centuries"], ["small", "lowercase"], ["miniscule", "very small"], ["little", "lowercase"]]}, {"answer": "mirky", "hint": "synonyms for mirky", "clues": [["muddy", "(of liquids) clouded as with sediment"], ["cloudy", "(of liquids) clouded as with sediment"], ["murky", "(of liquids) clouded as with sediment"], ["turbid", "(of liquids) clouded as with sediment"]]}, {"answer": "mirthful", "hint": "synonyms for mirthful", "clues": [["jocund", "full of or showing high-spirited merriment; ; - Wordsworth"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth"], ["funny", "arousing or provoking laughter"], ["amusing", "arousing or provoking laughter"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth"], ["risible", "arousing or provoking laughter"], ["comic", "arousing or provoking laughter"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth"], ["laughable", "arousing or provoking laughter"], ["comical", "arousing or provoking laughter"]]}, {"answer": "miry", "hint": "synonyms for miry", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "miscellaneous", "hint": "synonyms for miscellaneous", "clues": [["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["multifarious", "having many aspects"], ["many-sided", "having many aspects"], ["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["multifaceted", "having many aspects"]]}, {"answer": "mischievous", "hint": "synonyms for mischievous", "clues": [["arch", "naughtily or annoyingly playful"], ["prankish", "naughtily or annoyingly playful"], ["pixilated", "naughtily or annoyingly playful"], ["wicked", "naughtily or annoyingly playful"], ["implike", "naughtily or annoyingly playful"], ["puckish", "naughtily or annoyingly playful"], ["impish", "naughtily or annoyingly playful"]]}, {"answer": "miserable", "hint": "synonyms for miserable", "clues": [["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["scummy", "of the most contemptible kind"], ["suffering", "very unhappy; full of misery"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy"], ["low-down", "of the most contemptible kind"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["execrable", "of very poor quality or condition"], ["woeful", "of very poor quality or condition"], ["wretched", "characterized by physical misery"], ["scurvy", "of the most contemptible kind"], ["measly", "contemptibly small in amount"], ["low", "of the most contemptible kind"], ["abject", "of the most contemptible kind"], ["deplorable", "of very poor quality or condition"], ["paltry", "contemptibly small in amount"]]}, {"answer": "misfortunate", "hint": "synonyms for misfortunate", "clues": [["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy"]]}, {"answer": "misshapen", "hint": "synonyms for misshapen", "clues": [["deformed", "so badly formed or out of shape as to be ugly"], ["distorted", "so badly formed or out of shape as to be ugly"], ["malformed", "so badly formed or out of shape as to be ugly"], ["ill-shapen", "so badly formed or out of shape as to be ugly"]]}, {"answer": "mistrustful", "hint": "synonyms for mistrustful", "clues": [["wary", "openly distrustful and unwilling to confide"], ["leery", "openly distrustful and unwilling to confide"], ["untrusting", "openly distrustful and unwilling to confide"], ["suspicious", "openly distrustful and unwilling to confide"]]}, {"answer": "mitigative", "hint": "synonyms for mitigative", "clues": [["lenitive", "moderating pain or sorrow by making it easier to bear"], ["alleviatory", "moderating pain or sorrow by making it easier to bear"], ["palliative", "moderating pain or sorrow by making it easier to bear"], ["mitigatory", "moderating pain or sorrow by making it easier to bear"]]}, {"answer": "mitigatory", "hint": "synonyms for mitigatory", "clues": [["lenitive", "moderating pain or sorrow by making it easier to bear"], ["mitigative", "moderating pain or sorrow by making it easier to bear"], ["alleviatory", "moderating pain or sorrow by making it easier to bear"], ["palliative", "moderating pain or sorrow by making it easier to bear"]]}, {"answer": "mixed", "hint": "synonyms for mixed", "clues": [["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["interracial", "involving or composed of different races"], ["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"]]}, {"answer": "mixed-up", "hint": "synonyms for mixed-up", "clues": [["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment"]]}, {"answer": "mobile", "hint": "synonyms for mobile", "clues": [["nomadic", "migratory"], ["wandering", "migratory"], ["fluid", "affording change (especially in social status)"], ["peregrine", "migratory"], ["roving", "migratory"]]}, {"answer": "mocking", "hint": "synonyms for mocking", "clues": [["quizzical", "playfully vexing (especially by ridicule); - Lawrence Durrell"], ["gibelike", "abusing vocally; expressing contempt or ridicule"], ["jeering", "abusing vocally; expressing contempt or ridicule"], ["taunting", "abusing vocally; expressing contempt or ridicule"], ["teasing", "playfully vexing (especially by ridicule); - Lawrence Durrell"], ["derisive", "abusing vocally; expressing contempt or ridicule"]]}, {"answer": "modern", "hint": "synonyms for modern", "clues": [["modernistic", "relating to a recently developed fashion or style"], ["innovative", "ahead of the times"], ["forward-looking", "ahead of the times"], ["advanced", "ahead of the times"], ["mod", "relating to a recently developed fashion or style"]]}, {"answer": "modest", "hint": "synonyms for modest", "clues": [["small", "low or inferior in station or quality"], ["mild", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness"], ["pocket-sized", "limited in size or scope"], ["meek", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness"], ["low", "low or inferior in station or quality"], ["small-scale", "limited in size or scope"], ["humble", "low or inferior in station or quality"], ["minor", "limited in size or scope"]]}, {"answer": "modish", "hint": "synonyms for modish", "clues": [["in style", "in the current fashion or style"], ["latest", "in the current fashion or style"], ["a la mode", "in the current fashion or style"], ["in vogue", "in the current fashion or style"]]}, {"answer": "monastic", "hint": "synonyms for monastic", "clues": [["cloistered", "of communal life sequestered from the world under religious vows"], ["cloistral", "of communal life sequestered from the world under religious vows"], ["monastical", "of communal life sequestered from the world under religious vows"], ["conventual", "of communal life sequestered from the world under religious vows"]]}, {"answer": "monastical", "hint": "synonyms for monastical", "clues": [["cloistered", "of communal life sequestered from the world under religious vows"], ["monastic", "of communal life sequestered from the world under religious vows"], ["cloistral", "of communal life sequestered from the world under religious vows"], ["conventual", "of communal life sequestered from the world under religious vows"]]}, {"answer": "moneyed", "hint": "synonyms for moneyed", "clues": [["loaded", "having an abundant supply of money or possessions of value"], ["wealthy", "having an abundant supply of money or possessions of value"], ["flush", "having an abundant supply of money or possessions of value"], ["monied", "based on or arising from the possession of money or wealth"], ["affluent", "having an abundant supply of money or possessions of value"]]}, {"answer": "moneymaking", "hint": "synonyms for moneymaking", "clues": [["mercantile", "profit oriented; ; - John Buchan"], ["lucrative", "producing a sizeable profit"], ["mercenary", "profit oriented; ; - John Buchan"], ["remunerative", "producing a sizeable profit"]]}, {"answer": "monitory", "hint": "synonyms for monitory", "clues": [["cautionary", "serving to warn"], ["exemplary", "serving to warn"], ["warning", "serving to warn"], ["admonitory", "serving to warn"]]}, {"answer": "monotonous", "hint": "synonyms for monotonous", "clues": [["flat", "sounded or spoken in a tone unvarying in pitch"], ["humdrum", "tediously repetitious or lacking in variety"], ["monotone", "sounded or spoken in a tone unvarying in pitch"], ["monotonic", "sounded or spoken in a tone unvarying in pitch"]]}, {"answer": "monstrous", "hint": "synonyms for monstrous", "clues": [["atrocious", "shockingly brutal or cruel"], ["grievous", "shockingly brutal or cruel"], ["grotesque", "distorted and unnatural in shape or size; abnormal and hideous"], ["flagitious", "shockingly brutal or cruel"]]}, {"answer": "moody", "hint": "synonyms for moody", "clues": [["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["temperamental", "subject to sharply varying moods"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "mordacious", "hint": "synonyms for mordacious", "clues": [["barbed", "capable of wounding"], ["biting", "capable of wounding"], ["nipping", "capable of wounding"], ["pungent", "capable of wounding"]]}, {"answer": "mordant", "hint": "synonyms for mordant", "clues": [["grim", "harshly ironic or sinister"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["vitriolic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["caustic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["black", "harshly ironic or sinister"]]}, {"answer": "morose", "hint": "synonyms for morose", "clues": [["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "mortifying", "hint": "synonyms for mortifying", "clues": [["humiliating", "causing awareness of your shortcomings"], ["embarrassing", "causing to feel shame or chagrin or vexation"], ["humbling", "causing awareness of your shortcomings"], ["demeaning", "causing awareness of your shortcomings"]]}, {"answer": "moss-grown", "hint": "synonyms for moss-grown", "clues": [["mossy", "(used pejoratively) out of fashion; old fashioned"], ["stodgy", "(used pejoratively) out of fashion; old fashioned"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned"], ["fogyish", "(used pejoratively) out of fashion; old fashioned"]]}, {"answer": "mossy", "hint": "synonyms for mossy", "clues": [["stodgy", "(used pejoratively) out of fashion; old fashioned"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned"], ["fogyish", "(used pejoratively) out of fashion; old fashioned"], ["moss-grown", "(used pejoratively) out of fashion; old fashioned"]]}, {"answer": "moth-eaten", "hint": "synonyms for moth-eaten", "clues": [["dusty", "lacking originality or spontaneity; no longer new"], ["stale", "lacking originality or spontaneity; no longer new"], ["tatty", "showing signs of wear and tear"], ["mothy", "worn or eaten away by (or as if by) moths"], ["cold", "lacking originality or spontaneity; no longer new"], ["ratty", "showing signs of wear and tear"], ["shabby", "showing signs of wear and tear"]]}, {"answer": "mother-naked", "hint": "synonyms for mother-naked", "clues": [["in your birthday suit", "as naked as at birth"], ["in one's birthday suit", "as naked as at birth"], ["naked as the day you were born", "as naked as at birth"], ["naked as the day one was born", "as naked as at birth"]]}, {"answer": "motley", "hint": "synonyms for motley", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"]]}, {"answer": "mourning", "hint": "synonyms for mourning", "clues": [["grieving", "sorrowful through loss or deprivation"], ["grief-stricken", "sorrowful through loss or deprivation"], ["bereft", "sorrowful through loss or deprivation"], ["sorrowing", "sorrowful through loss or deprivation"], ["bereaved", "sorrowful through loss or deprivation"]]}, {"answer": "mucilaginous", "hint": "synonyms for mucilaginous", "clues": [["gummy", "having the sticky properties of an adhesive"], ["glutinous", "having the sticky properties of an adhesive"], ["viscid", "having the sticky properties of an adhesive"], ["sticky", "having the sticky properties of an adhesive"], ["viscous", "having the sticky properties of an adhesive"], ["pasty", "having the sticky properties of an adhesive"], ["gluey", "having the sticky properties of an adhesive"]]}, {"answer": "mucky", "hint": "synonyms for mucky", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "muddled", "hint": "synonyms for muddled", "clues": [["muzzy", "confused and vague; used especially of thinking"], ["woolly-headed", "confused and vague; used especially of thinking"], ["wooly", "confused and vague; used especially of thinking"], ["addled", "confused and vague; used especially of thinking"], ["wooly-minded", "confused and vague; used especially of thinking"], ["befuddled", "confused and vague; used especially of thinking"]]}, {"answer": "muddy", "hint": "synonyms for muddy", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["dirty", "(of color) discolored by impurities; not bright and clear; is often used in combination"], ["swampy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"], ["murky", "(of liquids) clouded as with sediment"], ["turbid", "(of liquids) clouded as with sediment"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["cloudy", "(of liquids) clouded as with sediment"], ["sloppy", "(of soil) soft and watery"], ["dingy", "(of color) discolored by impurities; not bright and clear; is often used in combination"], ["muddied", "(of color) discolored by impurities; not bright and clear; is often used in combination"]]}, {"answer": "multi-color", "hint": "synonyms for multi-color", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multi-colored", "hint": "synonyms for multi-colored", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multi-colour", "hint": "synonyms for multi-colour", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multi-coloured", "hint": "synonyms for multi-coloured", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multicolor", "hint": "synonyms for multicolor", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multicolored", "hint": "synonyms for multicolored", "clues": [["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["multi-color", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"], ["multicoloured", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multicolour", "hint": "synonyms for multicolour", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multicoloured", "hint": "synonyms for multicoloured", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "multitudinous", "hint": "synonyms for multitudinous", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "mundane", "hint": "synonyms for mundane", "clues": [["routine", "found in the ordinary course of events; ; ; - Anita Diamant"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant"], ["terrene", "belonging to this earth or world; not ideal or heavenly"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant"], ["terrestrial", "concerned with the world or worldly matters"]]}, {"answer": "munificent", "hint": "synonyms for munificent", "clues": [["too-generous", "very generous"], ["overgenerous", "very generous"], ["lavish", "very generous"], ["unstinting", "very generous"], ["unstinted", "very generous"], ["unsparing", "very generous"]]}, {"answer": "murky", "hint": "synonyms for murky", "clues": [["mirky", "dark or gloomy"], ["muddy", "(of liquids) clouded as with sediment"], ["cloudy", "(of liquids) clouded as with sediment"], ["turbid", "(of liquids) clouded as with sediment"]]}, {"answer": "muscular", "hint": "synonyms for muscular", "clues": [["powerful", "(of a person) possessing physical strength and weight; rugged and powerful"], ["mesomorphic", "having a robust muscular body-build characterized by predominance of structures (bone and muscle and connective tissue) developed from the embryonic mesodermal layer"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful"], ["hefty", "(of a person) possessing physical strength and weight; rugged and powerful"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful"]]}, {"answer": "mushy", "hint": "synonyms for mushy", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["broody", "deeply or seriously thoughtful"], ["brooding", "deeply or seriously thoughtful"], ["reflective", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "mute", "hint": "synonyms for mute", "clues": [["dumb", "unable to speak because of hereditary deafness"], ["tongueless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe"], ["silent", "unable to speak because of hereditary deafness"], ["wordless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe"], ["unspoken", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe"]]}, {"answer": "muted", "hint": "synonyms for muted", "clues": [["quiet", "in a softened tone"], ["softened", "being or made softer or less loud or clear"], ["dull", "being or made softer or less loud or clear"], ["hushed", "in a softened tone"], ["subdued", "in a softened tone"], ["muffled", "being or made softer or less loud or clear"]]}, {"answer": "muzzy", "hint": "synonyms for muzzy", "clues": [["foggy", "indistinct or hazy in outline"], ["wooly", "confused and vague; used especially of thinking"], ["addled", "confused and vague; used especially of thinking"], ["wooly-minded", "confused and vague; used especially of thinking"], ["befuddled", "confused and vague; used especially of thinking"], ["blurry", "indistinct or hazy in outline"], ["blurred", "indistinct or hazy in outline"], ["fuzzy", "indistinct or hazy in outline"], ["hazy", "indistinct or hazy in outline"], ["bleary", "indistinct or hazy in outline"], ["muddled", "confused and vague; used especially of thinking"], ["woolly-headed", "confused and vague; used especially of thinking"]]}, {"answer": "myopic", "hint": "synonyms for myopic", "clues": [["short", "lacking foresight or scope"], ["shortsighted", "lacking foresight or scope"], ["unforesightful", "lacking foresight or scope"], ["nearsighted", "unable to see distant objects clearly"]]}, {"answer": "myriad", "hint": "synonyms for myriad", "clues": [["unnumerable", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "mysterious", "hint": "synonyms for mysterious", "clues": [["mystic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson"], ["deep", "of an obscure nature; ; ; ; - Rachel Carson"], ["cryptic", "of an obscure nature; ; ; ; - Rachel Carson"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"]]}, {"answer": "mystic", "hint": "synonyms for mystic", "clues": [["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["mystical", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"]]}, {"answer": "mystical", "hint": "synonyms for mystical", "clues": [["mystic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"]]}, {"answer": "mystifying", "hint": "synonyms for mystifying", "clues": [["mysterious", "of an obscure nature; ; ; ; - Rachel Carson"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson"], ["deep", "of an obscure nature; ; ; ; - Rachel Carson"], ["cryptic", "of an obscure nature; ; ; ; - Rachel Carson"]]}, {"answer": "naive", "hint": "synonyms for naive", "clues": [["unenlightened", "lacking information or instruction"], ["primitive", "of or created by one without formal training; simple or naive in style"], ["uninitiate", "not initiated; deficient in relevant experience"], ["uninstructed", "lacking information or instruction"], ["naif", "marked by or showing unaffected simplicity and lack of guile or worldly experience"]]}, {"answer": "naked", "hint": "synonyms for naked", "clues": [["raw", "devoid of elaboration or diminution or concealment; bare and pure"], ["bare", "completely unclothed"], ["au naturel", "completely unclothed"], ["defenseless", "having no protecting or concealing cover; - Shakespeare"], ["nude", "completely unclothed"]]}, {"answer": "naked_as_a_jaybird", "hint": "synonyms for naked as a jaybird", "clues": [["raw", "(used informally) completely unclothed"], ["peeled", "(used informally) completely unclothed"], ["bare-assed", "(used informally) completely unclothed"], ["in the buff", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["in the raw", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "naked_as_the_day_one_was_born", "hint": "synonyms for naked as the day one was born", "clues": [["in your birthday suit", "as naked as at birth"], ["in one's birthday suit", "as naked as at birth"], ["mother-naked", "as naked as at birth"], ["naked as the day you were born", "as naked as at birth"]]}, {"answer": "naked_as_the_day_you_were_born", "hint": "synonyms for naked as the day you were born", "clues": [["in your birthday suit", "as naked as at birth"], ["in one's birthday suit", "as naked as at birth"], ["mother-naked", "as naked as at birth"], ["naked as the day one was born", "as naked as at birth"]]}, {"answer": "napping", "hint": "synonyms for napping", "clues": [["off her guard", "not prepared or vigilant"], ["off one's guard", "not prepared or vigilant"], ["off your guard", "not prepared or vigilant"], ["off guard", "not prepared or vigilant"], ["off his guard", "not prepared or vigilant"]]}, {"answer": "narrowing", "hint": "synonyms for narrowing", "clues": [["constrictive", "(of circumstances) tending to constrict freedom"], ["tapered", "becoming gradually narrower"], ["constricting", "(of circumstances) tending to constrict freedom"], ["tapering", "becoming gradually narrower"]]}, {"answer": "nasty", "hint": "synonyms for nasty", "clues": [["tight", "exasperatingly difficult to handle or circumvent"], ["awful", "offensive or even (of persons) malicious; ; ; ; ; ; - Ezra Pound"], ["smutty", "characterized by obscenity"], ["foul", "characterized by obscenity"], ["cruddy", "characterized by obscenity"], ["filthy", "characterized by obscenity"]]}, {"answer": "nationalistic", "hint": "synonyms for nationalistic", "clues": [["flag-waving", "fanatically patriotic"], ["jingoistic", "fanatically patriotic"], ["superpatriotic", "fanatically patriotic"], ["ultranationalistic", "fanatically patriotic"], ["nationalist", "devotion to the interests or culture of a particular nation including promoting the interests of one country over those of others"], ["chauvinistic", "fanatically patriotic"]]}, {"answer": "natty", "hint": "synonyms for natty", "clues": [["snappy", "marked by up-to-dateness in dress and manners"], ["dashing", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["raffish", "marked by up-to-dateness in dress and manners"], ["rakish", "marked by up-to-dateness in dress and manners"], ["jaunty", "marked by up-to-dateness in dress and manners"]]}, {"answer": "natural", "hint": "synonyms for natural", "clues": [["born", "being talented through inherited qualities"], ["lifelike", "free from artificiality"], ["raw", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes"], ["rude", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes"], ["innate", "being talented through inherited qualities"], ["instinctive", "unthinking; prompted by (or as if by) instinct"]]}, {"answer": "naughty", "hint": "synonyms for naughty", "clues": [["blue", "suggestive of sexual impropriety"], ["juicy", "suggestive of sexual impropriety"], ["spicy", "suggestive of sexual impropriety"], ["risque", "suggestive of sexual impropriety"], ["gamey", "suggestive of sexual impropriety"], ["racy", "suggestive of sexual impropriety"]]}, {"answer": "nauseated", "hint": "synonyms for nauseated", "clues": [["sickish", "feeling nausea; feeling about to vomit"], ["nauseous", "feeling nausea; feeling about to vomit"], ["queasy", "feeling nausea; feeling about to vomit"], ["sick", "feeling nausea; feeling about to vomit"]]}, {"answer": "nauseating", "hint": "synonyms for nauseating", "clues": [["offensive", "causing or able to cause nausea"], ["nauseous", "causing or able to cause nausea"], ["queasy", "causing or able to cause nausea"], ["loathsome", "causing or able to cause nausea"], ["noisome", "causing or able to cause nausea"], ["vile", "causing or able to cause nausea"], ["sickening", "causing or able to cause nausea"]]}, {"answer": "nauseous", "hint": "synonyms for nauseous", "clues": [["offensive", "causing or able to cause nausea"], ["nauseating", "causing or able to cause nausea"], ["sickish", "feeling nausea; feeling about to vomit"], ["queasy", "feeling nausea; feeling about to vomit"], ["loathsome", "causing or able to cause nausea"], ["nauseated", "feeling nausea; feeling about to vomit"], ["vile", "causing or able to cause nausea"], ["noisome", "causing or able to cause nausea"], ["sickening", "causing or able to cause nausea"], ["sick", "feeling nausea; feeling about to vomit"]]}, {"answer": "neandertal", "hint": "synonyms for neandertal", "clues": [["oafish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["neanderthal", "ill-mannered and coarse and contemptible in behavior or appearance"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance"]]}, {"answer": "neanderthal", "hint": "synonyms for neanderthal", "clues": [["oafish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["neandertal", "ill-mannered and coarse and contemptible in behavior or appearance"]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["cheeseparing", "giving or spending with reluctance"], ["close", "not far distant in time or space or degree or circumstances"], ["approximate", "very close in resemblance"], ["dear", "with or in a close or intimate relationship"], ["good", "with or in a close or intimate relationship"], ["skinny", "giving or spending with reluctance"], ["nigh", "not far distant in time or space or degree or circumstances"], ["penny-pinching", "giving or spending with reluctance"]]}, {"answer": "near-blind", "hint": "synonyms for near-blind", "clues": [["dim-sighted", "having greatly reduced vision"], ["purblind", "having greatly reduced vision"], ["visually impaired", "having greatly reduced vision"], ["visually challenged", "having greatly reduced vision"], ["sand-blind", "having greatly reduced vision"]]}, {"answer": "neat", "hint": "synonyms for neat", "clues": [["clean", "free from clumsiness; precisely or deftly executed"], ["peachy", "very good"], ["orderly", "clean or organized"], ["slap-up", "very good"], ["refined", "free from what is tawdry or unbecoming"], ["bang-up", "very good"], ["corking", "very good"], ["groovy", "very good"], ["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["straight", "without water"], ["nifty", "very good"], ["cracking", "very good"], ["full-strength", "without water"], ["bully", "very good"], ["tasteful", "free from what is tawdry or unbecoming"], ["keen", "very good"], ["great", "very good"]]}, {"answer": "nebulous", "hint": "synonyms for nebulous", "clues": [["nebular", "of or relating to or resembling a nebula"], ["cloudy", "lacking definite form or limits; - H.T.Moore"], ["nebulose", "lacking definite form or limits; - H.T.Moore"], ["unfixed", "lacking definition or definite content; ; - Jane Austen"]]}, {"answer": "necessitous", "hint": "synonyms for necessitous", "clues": [["needy", "poor enough to need help from others"], ["destitute", "poor enough to need help from others"], ["indigent", "poor enough to need help from others"], ["poverty-stricken", "poor enough to need help from others"], ["impoverished", "poor enough to need help from others"]]}, {"answer": "neck-deep", "hint": "synonyms for neck-deep", "clues": [["up to his neck", "deeply involved"], ["up to our necks", "deeply involved"], ["up to their necks", "deeply involved"], ["up to my neck", "deeply involved"]]}, {"answer": "needy", "hint": "synonyms for needy", "clues": [["destitute", "poor enough to need help from others"], ["indigent", "poor enough to need help from others"], ["necessitous", "poor enough to need help from others"], ["poverty-stricken", "poor enough to need help from others"], ["impoverished", "poor enough to need help from others"]]}, {"answer": "negative", "hint": "synonyms for negative", "clues": [["electronegative", "having a negative charge"], ["minus", "involving disadvantage or harm"], ["damaging", "designed or tending to discredit, especially without positive or helpful suggestions"], ["disconfirming", "not indicating the presence of microorganisms or disease or a specific condition"], ["negatively charged", "having a negative charge"]]}, {"answer": "neglectful", "hint": "synonyms for neglectful", "clues": [["derelict", "failing in what duty requires"], ["delinquent", "failing in what duty requires"], ["remiss", "failing in what duty requires"], ["inattentive", "not showing due care or attention"]]}, {"answer": "negotiable", "hint": "synonyms for negotiable", "clues": [["conveyable", "legally transferable to the ownership of another"], ["transferrable", "legally transferable to the ownership of another"], ["on the table", "able to be negotiated or arranged by compromise"], ["assignable", "legally transferable to the ownership of another"]]}, {"answer": "nervous", "hint": "synonyms for nervous", "clues": [["queasy", "causing or fraught with or showing anxiety"], ["spooky", "unpredictably excitable (especially of horses)"], ["neural", "of or relating to the nervous system"], ["skittish", "unpredictably excitable (especially of horses)"], ["aflutter", "excited in anticipation"], ["flighty", "unpredictably excitable (especially of horses)"], ["uneasy", "causing or fraught with or showing anxiety"], ["anxious", "causing or fraught with or showing anxiety"], ["unquiet", "causing or fraught with or showing anxiety"]]}, {"answer": "nervy", "hint": "synonyms for nervy", "clues": [["edgy", "being in a tense state"], ["highly strung", "being in a tense state"], ["overstrung", "being in a tense state"], ["uptight", "being in a tense state"], ["jumpy", "being in a tense state"], ["cheeky", "offensively bold"], ["restive", "being in a tense state"], ["brash", "offensively bold"], ["jittery", "being in a tense state"], ["high-strung", "being in a tense state"]]}, {"answer": "nescient", "hint": "synonyms for nescient", "clues": [["unlearned", "uneducated in general; lacking knowledge or sophistication"], ["ignorant", "uneducated in general; lacking knowledge or sophistication"], ["unbelieving", "holding that only material phenomena can be known and knowledge of spiritual matters or ultimate causes is impossible"], ["unlettered", "uneducated in general; lacking knowledge or sophistication"]]}, {"answer": "netlike", "hint": "synonyms for netlike", "clues": [["lacy", "having open interstices or resembling a web"], ["webby", "having open interstices or resembling a web"], ["webbed", "having open interstices or resembling a web"], ["netted", "having open interstices or resembling a web"], ["weblike", "having open interstices or resembling a web"]]}, {"answer": "netted", "hint": "synonyms for netted", "clues": [["netlike", "having open interstices or resembling a web"], ["lacy", "having open interstices or resembling a web"], ["webby", "having open interstices or resembling a web"], ["webbed", "having open interstices or resembling a web"], ["weblike", "having open interstices or resembling a web"]]}, {"answer": "nettled", "hint": "synonyms for nettled", "clues": [["peeved", "aroused to impatience or anger"], ["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"]]}, {"answer": "nettlesome", "hint": "synonyms for nettlesome", "clues": [["plaguy", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["cranky", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["galling", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"], ["testy", "easily irritated or annoyed"], ["pestering", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["fractious", "easily irritated or annoyed"], ["pestiferous", "causing irritation or annoyance"], ["petulant", "easily irritated or annoyed"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["teasing", "causing irritation or annoyance"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["vexatious", "causing irritation or annoyance"]]}, {"answer": "neutral", "hint": "synonyms for neutral", "clues": [["achromatic", "having no hue"], ["electroneutral", "having no net electric charge"], ["inert", "having only a limited ability to react chemically; chemically inactive"], ["impersonal", "having no personal preference"], ["indifferent", "having only a limited ability to react chemically; chemically inactive"]]}, {"answer": "never-ending", "hint": "synonyms for never-ending", "clues": [["ceaseless", "uninterrupted in time and indefinitely long continuing"], ["incessant", "uninterrupted in time and indefinitely long continuing"], ["constant", "uninterrupted in time and indefinitely long continuing"], ["unceasing", "uninterrupted in time and indefinitely long continuing"], ["unremitting", "uninterrupted in time and indefinitely long continuing"], ["perpetual", "uninterrupted in time and indefinitely long continuing"]]}, {"answer": "new", "hint": "synonyms for new", "clues": [["novel", "original and of a kind not seen before"], ["raw", "lacking training or experience"], ["young", "(of crops) harvested at an early stage of development; before complete maturity"], ["newfangled", "(of a new kind or fashion) gratuitously new"], ["unexampled", "having no previous example or precedent or parallel"], ["fresh", "original and of a kind not seen before"]]}, {"answer": "next", "hint": "synonyms for next", "clues": [["side by side", "nearest in space or position; immediately adjoining without intervening space"], ["succeeding", "(of elected officers) elected but not yet serving"], ["adjacent", "nearest in space or position; immediately adjoining without intervening space"], ["future", "(of elected officers) elected but not yet serving"], ["following", "immediately following in time or order"]]}, {"answer": "nice", "hint": "synonyms for nice", "clues": [["prissy", "excessively fastidious and easily disgusted"], ["courteous", "exhibiting courtesy and politeness"], ["squeamish", "excessively fastidious and easily disgusted"], ["skillful", "done with delicacy and skill"], ["decent", "socially or conventionally correct; refined or virtuous"], ["overnice", "excessively fastidious and easily disgusted"], ["dainty", "excessively fastidious and easily disgusted"], ["gracious", "exhibiting courtesy and politeness"]]}, {"answer": "nifty", "hint": "synonyms for nifty", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "niggling", "hint": "synonyms for niggling", "clues": [["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["trivial", "(informal) small and of little importance"], ["petty", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"]]}, {"answer": "niminy-piminy", "hint": "synonyms for niminy-piminy", "clues": [["twee", "affectedly dainty or refined"], ["prim", "affectedly dainty or refined"], ["dainty", "affectedly dainty or refined"], ["mincing", "affectedly dainty or refined"]]}, {"answer": "nipping", "hint": "synonyms for nipping", "clues": [["frosty", "pleasantly cold and invigorating"], ["barbed", "capable of wounding"], ["crisp", "pleasantly cold and invigorating"], ["snappy", "pleasantly cold and invigorating"], ["nippy", "pleasantly cold and invigorating"], ["biting", "capable of wounding"], ["mordacious", "capable of wounding"], ["pungent", "capable of wounding"]]}, {"answer": "nippy", "hint": "synonyms for nippy", "clues": [["frosty", "pleasantly cold and invigorating"], ["crisp", "pleasantly cold and invigorating"], ["nipping", "pleasantly cold and invigorating"], ["snappy", "pleasantly cold and invigorating"]]}, {"answer": "no-account", "hint": "synonyms for no-account", "clues": [["sorry", "without merit"], ["no-count", "without merit"], ["no-good", "without merit"], ["good-for-nothing", "without merit"], ["meritless", "without merit"], ["good-for-naught", "without merit"]]}, {"answer": "no-count", "hint": "synonyms for no-count", "clues": [["sorry", "without merit"], ["no-good", "without merit"], ["no-account", "without merit"], ["good-for-nothing", "without merit"], ["meritless", "without merit"], ["good-for-naught", "without merit"]]}, {"answer": "no-good", "hint": "synonyms for no-good", "clues": [["sorry", "without merit"], ["no-count", "without merit"], ["good-for-nothing", "without merit"], ["meritless", "without merit"], ["good-for-naught", "without merit"], ["rubber", "returned for lack of funds"]]}, {"answer": "noble-minded", "hint": "synonyms for noble-minded", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "nodding", "hint": "synonyms for nodding", "clues": [["pendulous", "having branches or flower heads that bend downward"], ["drooping", "having branches or flower heads that bend downward"], ["weeping", "having branches or flower heads that bend downward"], ["cernuous", "having branches or flower heads that bend downward"]]}, {"answer": "noisome", "hint": "synonyms for noisome", "clues": [["offensive", "causing or able to cause nausea"], ["nauseating", "causing or able to cause nausea"], ["nauseous", "causing or able to cause nausea"], ["foetid", "offensively malodorous"], ["funky", "offensively malodorous"], ["queasy", "causing or able to cause nausea"], ["loathsome", "causing or able to cause nausea"], ["vile", "causing or able to cause nausea"], ["smelly", "offensively malodorous"], ["foul", "offensively malodorous"], ["ill-scented", "offensively malodorous"], ["foul-smelling", "offensively malodorous"], ["stinking", "offensively malodorous"], ["sickening", "causing or able to cause nausea"]]}, {"answer": "nomadic", "hint": "synonyms for nomadic", "clues": [["wandering", "migratory"], ["peregrine", "migratory"], ["roving", "migratory"], ["mobile", "migratory"]]}, {"answer": "nominal", "hint": "synonyms for nominal", "clues": [["tokenish", "insignificantly small; a matter of form only (`tokenish' is informal)"], ["nominative", "named; bearing the name of a specific person"], ["titular", "existing in name only"], ["token", "insignificantly small; a matter of form only (`tokenish' is informal)"]]}, {"answer": "nonpareil", "hint": "synonyms for nonpareil", "clues": [["unrivalled", "eminent beyond or above comparison"], ["unmatchable", "eminent beyond or above comparison"], ["peerless", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["matchless", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"]]}, {"answer": "nonsensical", "hint": "synonyms for nonsensical", "clues": [["nonsense", "having no intelligible meaning"], ["ludicrous", "incongruous;inviting ridicule"], ["laughable", "incongruous;inviting ridicule"], ["absurd", "incongruous;inviting ridicule"], ["derisory", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["preposterous", "incongruous;inviting ridicule"], ["ridiculous", "incongruous;inviting ridicule"], ["idiotic", "incongruous;inviting ridicule"]]}, {"answer": "not_bad", "hint": "synonyms for not bad", "clues": [["smashing", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "notable", "hint": "synonyms for notable", "clues": [["famous", "widely known and esteemed"], ["noteworthy", "worthy of notice"], ["illustrious", "widely known and esteemed"], ["famed", "widely known and esteemed"], ["celebrated", "widely known and esteemed"], ["far-famed", "widely known and esteemed"], ["noted", "widely known and esteemed"], ["renowned", "widely known and esteemed"]]}, {"answer": "notched", "hint": "synonyms for notched", "clues": [["saw-toothed", "notched like a saw with teeth pointing toward the apex"], ["jaggy", "having an irregularly notched or toothed margin as though gnawed"], ["erose", "having an irregularly notched or toothed margin as though gnawed"], ["toothed", "having an irregularly notched or toothed margin as though gnawed"], ["serrate", "notched like a saw with teeth pointing toward the apex"], ["jagged", "having an irregularly notched or toothed margin as though gnawed"]]}, {"answer": "noted", "hint": "synonyms for noted", "clues": [["celebrated", "widely known and esteemed"], ["far-famed", "widely known and esteemed"], ["famous", "widely known and esteemed"], ["renowned", "widely known and esteemed"], ["illustrious", "widely known and esteemed"], ["notable", "widely known and esteemed"], ["famed", "widely known and esteemed"]]}, {"answer": "notional", "hint": "synonyms for notional", "clues": [["imaginary", "not based on fact; unreal; - F.D.Roosevelt"], ["fanciful", "indulging in or influenced by fancy"], ["ideational", "being of the nature of a notion or concept"], ["conceptional", "being of the nature of a notion or concept"], ["speculative", "not based on fact or investigation"]]}, {"answer": "nourishing", "hint": "synonyms for nourishing", "clues": [["nutritive", "of or providing nourishment"], ["alimentary", "of or providing nourishment"], ["nutritious", "of or providing nourishment"], ["alimental", "of or providing nourishment"], ["nutrient", "of or providing nourishment"]]}, {"answer": "nubbly", "hint": "synonyms for nubbly", "clues": [["homespun", "of textiles; having a rough surface"], ["tweedy", "of textiles; having a rough surface"], ["nubby", "of textiles; having a rough surface"], ["slubbed", "of textiles; having a rough surface"]]}, {"answer": "nubby", "hint": "synonyms for nubby", "clues": [["homespun", "of textiles; having a rough surface"], ["tweedy", "of textiles; having a rough surface"], ["nubbly", "of textiles; having a rough surface"], ["slubbed", "of textiles; having a rough surface"]]}, {"answer": "numberless", "hint": "synonyms for numberless", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "nutrient", "hint": "synonyms for nutrient", "clues": [["nutritive", "of or providing nourishment"], ["alimentary", "of or providing nourishment"], ["nourishing", "of or providing nourishment"], ["nutritious", "of or providing nourishment"], ["alimental", "of or providing nourishment"]]}, {"answer": "nutritious", "hint": "synonyms for nutritious", "clues": [["nutritive", "of or providing nourishment"], ["alimentary", "of or providing nourishment"], ["nourishing", "of or providing nourishment"], ["alimental", "of or providing nourishment"], ["nutrient", "of or providing nourishment"]]}, {"answer": "nutritive", "hint": "synonyms for nutritive", "clues": [["alimentary", "of or providing nourishment"], ["nourishing", "of or providing nourishment"], ["nutritious", "of or providing nourishment"], ["alimental", "of or providing nourishment"], ["nutrient", "of or providing nourishment"]]}, {"answer": "nuts", "hint": "synonyms for nuts", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "nutty", "hint": "synonyms for nutty", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["nutlike", "having the flavor of nuts"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "o.k.", "hint": "synonyms for o.k.", "clues": [["all right", "being satisfactory or in satisfactory condition"], ["hunky-dory", "being satisfactory or in satisfactory condition"], ["okay", "being satisfactory or in satisfactory condition"], ["ok", "being satisfactory or in satisfactory condition"], ["fine", "being satisfactory or in satisfactory condition"]]}, {"answer": "oafish", "hint": "synonyms for oafish", "clues": [["swinish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["neanderthal", "ill-mannered and coarse and contemptible in behavior or appearance"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance"]]}, {"answer": "obdurate", "hint": "synonyms for obdurate", "clues": [["flint", "showing unfeeling resistance to tender feelings"], ["stony", "showing unfeeling resistance to tender feelings"], ["granitic", "showing unfeeling resistance to tender feelings"], ["cussed", "stubbornly persistent in wrongdoing"], ["unrepentant", "stubbornly persistent in wrongdoing"], ["obstinate", "stubbornly persistent in wrongdoing"]]}, {"answer": "obscene", "hint": "synonyms for obscene", "clues": [["salacious", "suggestive of or tending to moral looseness"], ["abhorrent", "offensive to the mind"], ["raunchy", "suggestive of or tending to moral looseness"], ["lewd", "suggestive of or tending to moral looseness"], ["repulsive", "offensive to the mind"], ["detestable", "offensive to the mind"], ["repugnant", "offensive to the mind"]]}, {"answer": "obscure", "hint": "synonyms for obscure", "clues": [["unsung", "not famous or acclaimed"], ["vague", "not clearly understood or expressed; ; -Anatole Broyard; - P.A.Sorokin; - John Locke"], ["dark", "marked by difficulty of style or expression"], ["unknown", "not famous or acclaimed"], ["unnoticeable", "not drawing attention"], ["isolated", "remote and separate physically or socially; ; - W.H.Hudson"], ["apart", "remote and separate physically or socially; ; - W.H.Hudson"], ["hidden", "difficult to find"]]}, {"answer": "obsequious", "hint": "synonyms for obsequious", "clues": [["fawning", "attempting to win favor from influential people by flattery"], ["toadyish", "attempting to win favor from influential people by flattery"], ["bootlicking", "attempting to win favor from influential people by flattery"], ["sycophantic", "attempting to win favor from influential people by flattery"]]}, {"answer": "obsessed", "hint": "synonyms for obsessed", "clues": [["preoccupied", "having or showing excessive or compulsive concern with something"], ["possessed", "influenced or controlled by a powerful force such as a strong emotion"], ["taken up", "having or showing excessive or compulsive concern with something"], ["haunted", "having or showing excessive or compulsive concern with something"]]}, {"answer": "obstinate", "hint": "synonyms for obstinate", "clues": [["obdurate", "stubbornly persistent in wrongdoing"], ["perverse", "resistant to guidance or discipline"], ["contrary", "resistant to guidance or discipline"], ["stubborn", "tenaciously unwilling or marked by tenacious unwillingness to yield"], ["unregenerate", "tenaciously unwilling or marked by tenacious unwillingness to yield"], ["wayward", "resistant to guidance or discipline"], ["unrepentant", "stubbornly persistent in wrongdoing"], ["cussed", "stubbornly persistent in wrongdoing"]]}, {"answer": "obtuse", "hint": "synonyms for obtuse", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["purblind", "lacking in insight or discernment; ; - Jasper Griffin"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"]]}, {"answer": "occult", "hint": "synonyms for occult", "clues": [["mystic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"]]}, {"answer": "ocular", "hint": "synonyms for ocular", "clues": [["opthalmic", "of or relating to or resembling the eye"], ["optic", "of or relating to or resembling the eye"], ["visual", "relating to or using sight"], ["optical", "of or relating to or resembling the eye"]]}, {"answer": "odd", "hint": "synonyms for odd", "clues": [["left", "not used up"], ["unmatched", "of the remaining member of a pair, of socks e.g."], ["singular", "beyond or deviating from the usual or expected"], ["queer", "beyond or deviating from the usual or expected"], ["unpaired", "of the remaining member of a pair, of socks e.g."], ["remaining", "not used up"], ["left over", "not used up"], ["unexpended", "not used up"], ["funny", "beyond or deviating from the usual or expected"], ["rum", "beyond or deviating from the usual or expected"], ["curious", "beyond or deviating from the usual or expected"], ["peculiar", "beyond or deviating from the usual or expected"], ["uneven", "not divisible by two"], ["rummy", "beyond or deviating from the usual or expected"]]}, {"answer": "odoriferous", "hint": "synonyms for odoriferous", "clues": [["sweet", "having a natural fragrance"], ["sweet-scented", "having a natural fragrance"], ["sweet-smelling", "having a natural fragrance"], ["odorous", "having a natural fragrance"], ["perfumed", "having a natural fragrance"], ["scented", "having a natural fragrance"]]}, {"answer": "odorous", "hint": "synonyms for odorous", "clues": [["odoriferous", "having a natural fragrance"], ["sweet", "having a natural fragrance"], ["sweet-scented", "having a natural fragrance"], ["sweet-smelling", "having a natural fragrance"], ["perfumed", "having a natural fragrance"], ["scented", "having a natural fragrance"]]}, {"answer": "oecumenical", "hint": "synonyms for oecumenical", "clues": [["oecumenic", "concerned with promoting unity among churches or religions"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley"], ["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley"], ["general", "of worldwide scope or applicability; ; - Christopher Morley"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley"]]}, {"answer": "off-color", "hint": "synonyms for off-color", "clues": [["off-colour", "in violation of good taste even verging on the indecent"], ["indelicate", "in violation of good taste even verging on the indecent"], ["ribald", "humorously vulgar"], ["bawdy", "humorously vulgar"]]}, {"answer": "off-guard", "hint": "synonyms for off-guard", "clues": [["off one's guard", "not prepared or vigilant"], ["off your guard", "not prepared or vigilant"], ["napping", "not prepared or vigilant"], ["off guard", "not prepared or vigilant"], ["off her guard", "not prepared or vigilant"], ["off his guard", "not prepared or vigilant"]]}, {"answer": "off-the-cuff", "hint": "synonyms for off-the-cuff", "clues": [["unrehearsed", "with little or no preparation or forethought"], ["extemporaneous", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["offhanded", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "off-the-wall", "hint": "synonyms for off-the-wall", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "off_guard", "hint": "synonyms for off guard", "clues": [["off her guard", "not prepared or vigilant"], ["off one's guard", "not prepared or vigilant"], ["off your guard", "not prepared or vigilant"], ["napping", "not prepared or vigilant"], ["off-guard", "not prepared or vigilant"], ["off his guard", "not prepared or vigilant"]]}, {"answer": "off_her_guard", "hint": "synonyms for off her guard", "clues": [["off one's guard", "not prepared or vigilant"], ["off your guard", "not prepared or vigilant"], ["napping", "not prepared or vigilant"], ["off guard", "not prepared or vigilant"], ["off his guard", "not prepared or vigilant"]]}, {"answer": "off_his_guard", "hint": "synonyms for off his guard", "clues": [["off her guard", "not prepared or vigilant"], ["off one's guard", "not prepared or vigilant"], ["off your guard", "not prepared or vigilant"], ["napping", "not prepared or vigilant"], ["off guard", "not prepared or vigilant"]]}, {"answer": "off_one's_guard", "hint": "synonyms for off one's guard", "clues": [["off her guard", "not prepared or vigilant"], ["off your guard", "not prepared or vigilant"], ["napping", "not prepared or vigilant"], ["off guard", "not prepared or vigilant"], ["off his guard", "not prepared or vigilant"]]}, {"answer": "off_your_guard", "hint": "synonyms for off your guard", "clues": [["off her guard", "not prepared or vigilant"], ["off one's guard", "not prepared or vigilant"], ["napping", "not prepared or vigilant"], ["off guard", "not prepared or vigilant"], ["off his guard", "not prepared or vigilant"]]}, {"answer": "offbeat", "hint": "synonyms for offbeat", "clues": [["far-out", "informal terms; strikingly unconventional"], ["kinky", "informal terms; strikingly unconventional"], ["quirky", "informal terms; strikingly unconventional"], ["way-out", "informal terms; strikingly unconventional"]]}, {"answer": "offensive", "hint": "synonyms for offensive", "clues": [["nauseating", "causing or able to cause nausea"], ["nauseous", "causing or able to cause nausea"], ["dysphemistic", "substitute a harsher or distasteful term for a mild one"], ["unsavory", "morally offensive"], ["queasy", "causing or able to cause nausea"], ["loathsome", "causing or able to cause nausea"], ["vile", "causing or able to cause nausea"], ["violative", "violating or tending to violate or offend against"], ["noisome", "causing or able to cause nausea"], ["sickening", "causing or able to cause nausea"]]}, {"answer": "offhand", "hint": "synonyms for offhand", "clues": [["unrehearsed", "with little or no preparation or forethought"], ["offhanded", "casually thoughtless or inconsiderate"], ["extemporaneous", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["off-the-cuff", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "offhanded", "hint": "synonyms for offhanded", "clues": [["offhand", "casually thoughtless or inconsiderate"], ["unrehearsed", "with little or no preparation or forethought"], ["extemporaneous", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["off-the-cuff", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "officious", "hint": "synonyms for officious", "clues": [["meddling", "intrusive in a meddling or offensive manner"], ["interfering", "intrusive in a meddling or offensive manner"], ["meddlesome", "intrusive in a meddling or offensive manner"], ["busy", "intrusive in a meddling or offensive manner"], ["busybodied", "intrusive in a meddling or offensive manner"]]}, {"answer": "oily", "hint": "synonyms for oily", "clues": [["oleaginous", "containing an unusual amount of grease or oil"], ["greasy", "containing an unusual amount of grease or oil"], ["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["sebaceous", "containing an unusual amount of grease or oil"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech"]]}, {"answer": "ok", "hint": "synonyms for ok", "clues": [["o.k.", "being satisfactory or in satisfactory condition"], ["all right", "being satisfactory or in satisfactory condition"], ["hunky-dory", "being satisfactory or in satisfactory condition"], ["okay", "being satisfactory or in satisfactory condition"], ["fine", "being satisfactory or in satisfactory condition"]]}, {"answer": "okay", "hint": "synonyms for okay", "clues": [["o.k.", "being satisfactory or in satisfactory condition"], ["all right", "being satisfactory or in satisfactory condition"], ["hunky-dory", "being satisfactory or in satisfactory condition"], ["ok", "being satisfactory or in satisfactory condition"], ["fine", "being satisfactory or in satisfactory condition"]]}, {"answer": "old", "hint": "synonyms for old", "clues": [["former", "belonging to some prior time"], ["sure-enough", "(used informally especially for emphasis)"], ["honest-to-goodness", "(used informally especially for emphasis)"], ["honest-to-god", "(used informally especially for emphasis)"], ["older", "skilled through long experience"], ["quondam", "belonging to some prior time"], ["previous", "just preceding something else in time or order"], ["sometime", "belonging to some prior time"], ["onetime", "belonging to some prior time"], ["erstwhile", "belonging to some prior time"]]}, {"answer": "old-fashioned", "hint": "synonyms for old-fashioned", "clues": [["passe", "out of fashion"], ["antique", "out of fashion"], ["demode", "out of fashion"], ["old-hat", "out of fashion"], ["outmoded", "out of fashion"], ["ex", "out of fashion"]]}, {"answer": "old-hat", "hint": "synonyms for old-hat", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["passe", "out of fashion"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["ex", "out of fashion"], ["antique", "out of fashion"], ["demode", "out of fashion"], ["old-fashioned", "out of fashion"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["outmoded", "out of fashion"], ["banal", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "older", "hint": "synonyms for older", "clues": [["sure-enough", "(used informally especially for emphasis)"], ["aged", "advanced in years; (`aged' is pronounced as two syllables)"], ["old", "(used informally especially for emphasis)"], ["previous", "just preceding something else in time or order"], ["sometime", "belonging to some prior time"], ["onetime", "belonging to some prior time"], ["elderly", "advanced in years; (`aged' is pronounced as two syllables)"], ["sr.", "used of the older of two persons of the same name especially used to distinguish a father from his son"], ["former", "belonging to some prior time"], ["senior", "advanced in years; (`aged' is pronounced as two syllables)"], ["honest-to-goodness", "(used informally especially for emphasis)"], ["honest-to-god", "(used informally especially for emphasis)"], ["quondam", "belonging to some prior time"], ["erstwhile", "belonging to some prior time"]]}, {"answer": "oleaginous", "hint": "synonyms for oleaginous", "clues": [["greasy", "containing an unusual amount of grease or oil"], ["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["sebaceous", "containing an unusual amount of grease or oil"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech"]]}, {"answer": "olympian", "hint": "synonyms for olympian", "clues": [["prodigious", "far beyond what is usual in magnitude or degree"], ["exceeding", "far beyond what is usual in magnitude or degree"], ["majestic", "majestic in manner or bearing; superior to mundane matters"], ["exceptional", "far beyond what is usual in magnitude or degree"], ["surpassing", "far beyond what is usual in magnitude or degree"]]}, {"answer": "ominous", "hint": "synonyms for ominous", "clues": [["menacing", "threatening or foreshadowing evil or tragic developments"], ["ill", "presaging ill fortune; ; ; - P.B.Shelley"], ["forbidding", "threatening or foreshadowing evil or tragic developments"], ["minatory", "threatening or foreshadowing evil or tragic developments"], ["inauspicious", "presaging ill fortune; ; ; - P.B.Shelley"], ["baleful", "threatening or foreshadowing evil or tragic developments"], ["sinister", "threatening or foreshadowing evil or tragic developments"], ["threatening", "threatening or foreshadowing evil or tragic developments"], ["minacious", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "on_fire", "hint": "synonyms for on fire", "clues": [["alight", "lighted up by or as by fire or flame"], ["aflare", "lighted up by or as by fire or flame"], ["aflame", "lighted up by or as by fire or flame"], ["afire", "lighted up by or as by fire or flame"], ["ablaze", "lighted up by or as by fire or flame"]]}, {"answer": "one", "hint": "synonyms for one", "clues": [["1", "used of a single unit or thing; not two or more"], ["nonpareil", "eminent beyond or above comparison"], ["unrivalled", "eminent beyond or above comparison"], ["unitary", "having the indivisible character of a unit"], ["unmatchable", "eminent beyond or above comparison"], ["ane", "used of a single unit or thing; not two or more"], ["peerless", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["i", "used of a single unit or thing; not two or more"], ["matchless", "eminent beyond or above comparison"]]}, {"answer": "one-sided", "hint": "synonyms for one-sided", "clues": [["slanted", "favoring one person or side over another"], ["biased", "favoring one person or side over another"], ["coloured", "favoring one person or side over another"], ["unilateral", "involving only one part or side"], ["nonreversible", "not reversible or capable of having either side out"]]}, {"answer": "one-time", "hint": "synonyms for one-time", "clues": [["former", "belonging to some prior time"], ["old", "belonging to some prior time"], ["sometime", "belonging to some prior time"], ["onetime", "belonging to some prior time"], ["quondam", "belonging to some prior time"], ["erstwhile", "belonging to some prior time"]]}, {"answer": "one_and_only", "hint": "synonyms for one and only", "clues": [["nonpareil", "eminent beyond or above comparison"], ["unrivalled", "eminent beyond or above comparison"], ["unmatchable", "eminent beyond or above comparison"], ["peerless", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["matchless", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"]]}, {"answer": "one_thousand", "hint": "synonyms for one thousand", "clues": [["k", "denoting a quantity consisting of 1,000 items or units"], ["1000", "denoting a quantity consisting of 1,000 items or units"], ["m", "denoting a quantity consisting of 1,000 items or units"], ["thousand", "denoting a quantity consisting of 1,000 items or units"]]}, {"answer": "onetime", "hint": "synonyms for onetime", "clues": [["former", "belonging to some prior time"], ["old", "belonging to some prior time"], ["quondam", "belonging to some prior time"], ["sometime", "belonging to some prior time"], ["one-time", "belonging to some prior time"], ["erstwhile", "belonging to some prior time"]]}, {"answer": "only", "hint": "synonyms for only", "clues": [["lonesome", "being the only one; single and isolated from others"], ["alone", "exclusive of anyone or anything else"], ["solitary", "being the only one; single and isolated from others"], ["sole", "being the only one; single and isolated from others"]]}, {"answer": "opalescent", "hint": "synonyms for opalescent", "clues": [["opaline", "having a play of lustrous rainbow colors"], ["nacreous", "having a play of lustrous rainbow colors"], ["iridescent", "having a play of lustrous rainbow colors"], ["pearlescent", "having a play of lustrous rainbow colors"]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["assailable", "not defended or capable of being defended"], ["unresolved", "not brought to a conclusion; subject to further thought"], ["loose", "(of textures) full of small openings or gaps"], ["clear", "affording free passage or view"], ["candid", "openly straightforward and direct without reserve or secretiveness"], ["opened", "used of mouth or eyes"], ["undecided", "not brought to a conclusion; subject to further thought"], ["undefended", "not defended or capable of being defended"], ["subject", "possibly accepting or permitting"], ["undefendable", "not defended or capable of being defended"], ["exposed", "with no protection or shield"], ["heart-to-heart", "openly straightforward and direct without reserve or secretiveness"], ["undetermined", "not brought to a conclusion; subject to further thought"], ["unfastened", "affording unobstructed entrance and exit; not shut or closed"], ["capable", "possibly accepting or permitting"], ["overt", "open and observable; not secret or hidden"], ["receptive", "ready or willing to receive favorably"]]}, {"answer": "openhanded", "hint": "synonyms for openhanded", "clues": [["bounteous", "given or giving freely"], ["big", "given or giving freely"], ["liberal", "given or giving freely"], ["bountiful", "given or giving freely"], ["handsome", "given or giving freely"], ["bighearted", "given or giving freely"], ["giving", "given or giving freely"], ["freehanded", "given or giving freely"]]}, {"answer": "openhearted", "hint": "synonyms for openhearted", "clues": [["large-hearted", "showing or motivated by sympathy and understanding and generosity"], ["charitable", "showing or motivated by sympathy and understanding and generosity"], ["kindly", "showing or motivated by sympathy and understanding and generosity"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity"], ["benevolent", "showing or motivated by sympathy and understanding and generosity"]]}, {"answer": "operable", "hint": "synonyms for operable", "clues": [["operational", "fit or ready for use or service"], ["usable", "fit or ready for use or service"], ["functional", "fit or ready for use or service"], ["practicable", "usable for a specific purpose"]]}, {"answer": "operational", "hint": "synonyms for operational", "clues": [["operating", "being in effect or operation; - Leslie Marmon Silko"], ["operable", "fit or ready for use or service"], ["usable", "fit or ready for use or service"], ["in operation", "being in effect or operation; - Leslie Marmon Silko"], ["functional", "fit or ready for use or service"]]}, {"answer": "operative", "hint": "synonyms for operative", "clues": [["working", "(of e.g. a machine) performing or capable of performing"], ["surgical", "relating to or requiring or amenable to treatment by surgery especially as opposed to medicine"], ["functional", "(of e.g. a machine) performing or capable of performing"], ["running", "(of e.g. a machine) performing or capable of performing"]]}, {"answer": "operose", "hint": "synonyms for operose", "clues": [["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "opprobrious", "hint": "synonyms for opprobrious", "clues": [["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["scurrilous", "expressing offensive reproach"], ["abusive", "expressing offensive reproach"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"]]}, {"answer": "optic", "hint": "synonyms for optic", "clues": [["opthalmic", "of or relating to or resembling the eye"], ["visual", "relating to or using sight"], ["ocular", "relating to or using sight"], ["optical", "of or relating to or resembling the eye"]]}, {"answer": "optical", "hint": "synonyms for optical", "clues": [["opthalmic", "of or relating to or resembling the eye"], ["optic", "of or relating to or resembling the eye"], ["visual", "relating to or using sight"], ["ocular", "relating to or using sight"]]}, {"answer": "opulent", "hint": "synonyms for opulent", "clues": [["gilded", "rich and superior in quality"], ["sumptuous", "rich and superior in quality"], ["princely", "rich and superior in quality"], ["grand", "rich and superior in quality"], ["deluxe", "rich and superior in quality"], ["luxurious", "rich and superior in quality"]]}, {"answer": "orbicular", "hint": "synonyms for orbicular", "clues": [["orbiculate", "circular or nearly circular"], ["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey"]]}, {"answer": "ordered", "hint": "synonyms for ordered", "clues": [["arranged", "disposed or placed in a particular kind of order"], ["logical", "marked by an orderly, logical, and aesthetically consistent relation of parts"], ["coherent", "marked by an orderly, logical, and aesthetically consistent relation of parts"], ["consistent", "marked by an orderly, logical, and aesthetically consistent relation of parts"]]}, {"answer": "orotund", "hint": "synonyms for orotund", "clues": [["turgid", "ostentatiously lofty in style"], ["large", "ostentatiously lofty in style"], ["bombastic", "ostentatiously lofty in style"], ["declamatory", "ostentatiously lofty in style"], ["tumid", "ostentatiously lofty in style"], ["pear-shaped", "(of sounds) full and rich"], ["round", "(of sounds) full and rich"]]}, {"answer": "orphic", "hint": "synonyms for orphic", "clues": [["mystic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"]]}, {"answer": "orthogonal", "hint": "synonyms for orthogonal", "clues": [["extraneous", "not pertinent to the matter under consideration"], ["immaterial", "not pertinent to the matter under consideration"], ["impertinent", "not pertinent to the matter under consideration"], ["rectangular", "having a set of mutually perpendicular axes; meeting at right angles"]]}, {"answer": "otiose", "hint": "synonyms for otiose", "clues": [["senseless", "serving no useful purpose; having no excuse for being"], ["purposeless", "serving no useful purpose; having no excuse for being"], ["ineffectual", "producing no result or effect"], ["slothful", "disinclined to work or exertion"], ["futile", "producing no result or effect"], ["pointless", "serving no useful purpose; having no excuse for being"], ["work-shy", "disinclined to work or exertion"], ["wasted", "serving no useful purpose; having no excuse for being"], ["superfluous", "serving no useful purpose; having no excuse for being"], ["unavailing", "producing no result or effect"], ["indolent", "disinclined to work or exertion"], ["lazy", "disinclined to work or exertion"], ["faineant", "disinclined to work or exertion"]]}, {"answer": "out", "hint": "synonyms for out", "clues": [["proscribed", "excluded from use or mention"], ["prohibited", "excluded from use or mention"], ["stunned", "knocked unconscious by a heavy blow"], ["knocked out", "knocked unconscious by a heavy blow"], ["kayoed", "knocked unconscious by a heavy blow"], ["taboo", "excluded from use or mention"], ["tabu", "excluded from use or mention"], ["extinct", "being out or having grown cold"], ["forbidden", "excluded from use or mention"], ["verboten", "excluded from use or mention"]]}, {"answer": "out-and-out", "hint": "synonyms for out-and-out", "clues": [["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers"]]}, {"answer": "outer", "hint": "synonyms for outer", "clues": [["out", "being out or having grown cold"], ["prohibited", "excluded from use or mention"], ["stunned", "knocked unconscious by a heavy blow"], ["kayoed", "knocked unconscious by a heavy blow"], ["forbidden", "excluded from use or mention"], ["verboten", "excluded from use or mention"], ["proscribed", "excluded from use or mention"], ["knocked out", "knocked unconscious by a heavy blow"], ["taboo", "excluded from use or mention"], ["tabu", "excluded from use or mention"], ["extinct", "being out or having grown cold"]]}, {"answer": "outlandish", "hint": "synonyms for outlandish", "clues": [["freaky", "conspicuously or grossly unconventional or unusual"], ["outre", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "outlaw", "hint": "synonyms for outlaw", "clues": [["illegitimate", "contrary to or forbidden by law"], ["lawless", "disobedient to or defiant of law"], ["unlawful", "contrary to or forbidden by law"], ["outlawed", "contrary to or forbidden by law"], ["illicit", "contrary to or forbidden by law"]]}, {"answer": "outlawed", "hint": "synonyms for outlawed", "clues": [["illegitimate", "contrary to or forbidden by law"], ["unlawful", "contrary to or forbidden by law"], ["illicit", "contrary to or forbidden by law"], ["outlaw", "contrary to or forbidden by law"]]}, {"answer": "outmoded", "hint": "synonyms for outmoded", "clues": [["passe", "out of fashion"], ["antique", "out of fashion"], ["demode", "out of fashion"], ["old-hat", "out of fashion"], ["old-fashioned", "out of fashion"], ["ex", "out of fashion"]]}, {"answer": "outrageous", "hint": "synonyms for outrageous", "clues": [["hideous", "grossly offensive to decency or morality; causing horror"], ["horrific", "grossly offensive to decency or morality; causing horror"], ["extortionate", "greatly exceeding bounds of reason or moderation"], ["horrid", "grossly offensive to decency or morality; causing horror"], ["exorbitant", "greatly exceeding bounds of reason or moderation"], ["unconscionable", "greatly exceeding bounds of reason or moderation"], ["usurious", "greatly exceeding bounds of reason or moderation"], ["steep", "greatly exceeding bounds of reason or moderation"]]}, {"answer": "outre", "hint": "synonyms for outre", "clues": [["outlandish", "conspicuously or grossly unconventional or unusual"], ["freaky", "conspicuously or grossly unconventional or unusual"], ["flaky", "conspicuously or grossly unconventional or unusual"], ["eccentric", "conspicuously or grossly unconventional or unusual"], ["gonzo", "conspicuously or grossly unconventional or unusual"], ["bizarre", "conspicuously or grossly unconventional or unusual"], ["freakish", "conspicuously or grossly unconventional or unusual"], ["off-the-wall", "conspicuously or grossly unconventional or unusual"]]}, {"answer": "outside", "hint": "synonyms for outside", "clues": [["international", "from or between other countries"], ["away", "(of a baseball pitch) on the far side of home plate from the batter"], ["out-of-door", "located, suited for, or taking place in the open air"], ["extraneous", "coming from the outside"], ["external", "coming from the outside"], ["remote", "very unlikely"], ["outdoor", "located, suited for, or taking place in the open air"]]}, {"answer": "outspoken", "hint": "synonyms for outspoken", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["vocal", "given to expressing yourself freely or insistently"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "outstanding", "hint": "synonyms for outstanding", "clues": [["striking", "having a quality that thrusts itself into attention"], ["great", "of major significance or importance"], ["owing", "owed as a debt"], ["spectacular", "having a quality that thrusts itself into attention"], ["prominent", "having a quality that thrusts itself into attention"], ["undischarged", "owed as a debt"], ["salient", "having a quality that thrusts itself into attention"]]}, {"answer": "oval", "hint": "synonyms for oval", "clues": [["prolate", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["elliptical", "rounded like an egg"], ["ovate", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oviform", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "oval-shaped", "hint": "synonyms for oval-shaped", "clues": [["oval", "rounded like an egg"], ["prolate", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["elliptical", "rounded like an egg"], ["ovate", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oviform", "rounded like an egg"]]}, {"answer": "ovate", "hint": "synonyms for ovate", "clues": [["oval", "rounded like an egg"], ["prolate", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["elliptical", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oviform", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "over", "hint": "synonyms for over", "clues": [["concluded", "having come or been brought to a conclusion"], ["ended", "having come or been brought to a conclusion"], ["complete", "having come or been brought to a conclusion"], ["terminated", "having come or been brought to a conclusion"], ["all over", "having come or been brought to a conclusion"]]}, {"answer": "overbearing", "hint": "synonyms for overbearing", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["dictatorial", "expecting unquestioning obedience"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["authoritarian", "expecting unquestioning obedience"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"]]}, {"answer": "overblown", "hint": "synonyms for overblown", "clues": [["portentous", "puffed up with vanity; ; ; ; - Newsweek"], ["pontifical", "puffed up with vanity; ; ; ; - Newsweek"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek"]]}, {"answer": "overbold", "hint": "synonyms for overbold", "clues": [["impertinent", "improperly forward or bold"], ["impudent", "improperly forward or bold"], ["wise", "improperly forward or bold"], ["saucy", "improperly forward or bold"], ["smart", "improperly forward or bold"], ["sassy", "improperly forward or bold"], ["fresh", "improperly forward or bold"]]}, {"answer": "overflowing", "hint": "synonyms for overflowing", "clues": [["inundated", "covered with water"], ["flooded", "covered with water"], ["awash", "covered with water"], ["afloat", "covered with water"]]}, {"answer": "overgenerous", "hint": "synonyms for overgenerous", "clues": [["too-generous", "very generous"], ["lavish", "very generous"], ["unstinting", "very generous"], ["unstinted", "very generous"], ["munificent", "very generous"], ["unsparing", "very generous"]]}, {"answer": "overnice", "hint": "synonyms for overnice", "clues": [["nice", "excessively fastidious and easily disgusted"], ["prissy", "excessively fastidious and easily disgusted"], ["dainty", "excessively fastidious and easily disgusted"], ["squeamish", "excessively fastidious and easily disgusted"]]}, {"answer": "overriding", "hint": "synonyms for overriding", "clues": [["predominate", "having superior power and influence"], ["preponderating", "having superior power and influence"], ["preponderant", "having superior power and influence"], ["paramount", "having superior power and influence"]]}, {"answer": "overstrung", "hint": "synonyms for overstrung", "clues": [["edgy", "being in a tense state"], ["highly strung", "being in a tense state"], ["uptight", "being in a tense state"], ["jumpy", "being in a tense state"], ["nervy", "being in a tense state"], ["restive", "being in a tense state"], ["jittery", "being in a tense state"], ["high-strung", "being in a tense state"]]}, {"answer": "overweening", "hint": "synonyms for overweening", "clues": [["uppity", "presumptuously arrogant; ; - S.V.Benet; - NY Times"], ["excessive", "unrestrained, especially with regard to feelings"], ["exuberant", "unrestrained, especially with regard to feelings"], ["extravagant", "unrestrained, especially with regard to feelings"]]}, {"answer": "oviform", "hint": "synonyms for oviform", "clues": [["oval", "rounded like an egg"], ["prolate", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["elliptical", "rounded like an egg"], ["ovate", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "ovoid", "hint": "synonyms for ovoid", "clues": [["oval", "rounded like an egg"], ["prolate", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["elliptical", "rounded like an egg"], ["ovate", "rounded like an egg"], ["oviform", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "pachydermatous", "hint": "synonyms for pachydermatous", "clues": [["pachydermic", "of or relating to or characteristic of pachyderms"], ["pachydermal", "of or relating to or characteristic of pachyderms"], ["indurate", "emotionally hardened"], ["callous", "emotionally hardened"], ["pachydermous", "of or relating to or characteristic of pachyderms"]]}, {"answer": "painful", "hint": "synonyms for painful", "clues": [["atrocious", "exceptionally bad or displeasing"], ["dreadful", "exceptionally bad or displeasing"], ["irritating", "causing physical discomfort"], ["unspeakable", "exceptionally bad or displeasing"], ["awful", "exceptionally bad or displeasing"], ["sore", "causing misery or pain or distress"], ["terrible", "exceptionally bad or displeasing"], ["abominable", "exceptionally bad or displeasing"], ["afflictive", "causing misery or pain or distress"]]}, {"answer": "painted", "hint": "synonyms for painted", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "palliative", "hint": "synonyms for palliative", "clues": [["lenitive", "moderating pain or sorrow by making it easier to bear"], ["mitigative", "moderating pain or sorrow by making it easier to bear"], ["alleviatory", "moderating pain or sorrow by making it easier to bear"], ["mitigatory", "moderating pain or sorrow by making it easier to bear"], ["alleviative", "moderating pain or sorrow by making it easier to bear"]]}, {"answer": "palmy", "hint": "synonyms for palmy", "clues": [["prospering", "very lively and profitable"], ["booming", "very lively and profitable"], ["prosperous", "very lively and profitable"], ["flourishing", "very lively and profitable"], ["roaring", "very lively and profitable"], ["thriving", "very lively and profitable"]]}, {"answer": "paltry", "hint": "synonyms for paltry", "clues": [["measly", "contemptibly small in amount"], ["miserable", "contemptibly small in amount"], ["trifling", "not worth considering"], ["negligible", "not worth considering"]]}, {"answer": "panic-stricken", "hint": "synonyms for panic-stricken", "clues": [["panic-struck", "thrown into a state of intense fear or desperation"], ["frightened", "thrown into a state of intense fear or desperation"], ["panicky", "thrown into a state of intense fear or desperation"], ["panicked", "thrown into a state of intense fear or desperation"], ["terrified", "thrown into a state of intense fear or desperation"]]}, {"answer": "panic-struck", "hint": "synonyms for panic-struck", "clues": [["frightened", "thrown into a state of intense fear or desperation"], ["panicky", "thrown into a state of intense fear or desperation"], ["panicked", "thrown into a state of intense fear or desperation"], ["panic-stricken", "thrown into a state of intense fear or desperation"], ["terrified", "thrown into a state of intense fear or desperation"]]}, {"answer": "panicked", "hint": "synonyms for panicked", "clues": [["panic-struck", "thrown into a state of intense fear or desperation"], ["frightened", "thrown into a state of intense fear or desperation"], ["panicky", "thrown into a state of intense fear or desperation"], ["panic-stricken", "thrown into a state of intense fear or desperation"], ["terrified", "thrown into a state of intense fear or desperation"]]}, {"answer": "panicky", "hint": "synonyms for panicky", "clues": [["panic-struck", "thrown into a state of intense fear or desperation"], ["frightened", "thrown into a state of intense fear or desperation"], ["panicked", "thrown into a state of intense fear or desperation"], ["panic-stricken", "thrown into a state of intense fear or desperation"], ["terrified", "thrown into a state of intense fear or desperation"]]}, {"answer": "panoptic", "hint": "synonyms for panoptic", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptical", "including everything visible in one view"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "papistic", "hint": "synonyms for papistic", "clues": [["papist", "of or relating to or supporting Romanism"], ["popish", "of or relating to or supporting Romanism"], ["papistical", "of or relating to or supporting Romanism"], ["romish", "of or relating to or supporting Romanism"]]}, {"answer": "paramount", "hint": "synonyms for paramount", "clues": [["predominate", "having superior power and influence"], ["preponderating", "having superior power and influence"], ["overriding", "having superior power and influence"], ["preponderant", "having superior power and influence"]]}, {"answer": "parasitic", "hint": "synonyms for parasitic", "clues": [["epenthetic", "of or pertaining to epenthesis"], ["parasitical", "of plants or persons; having the nature or habits of a parasite or leech; living off another"], ["leechlike", "of plants or persons; having the nature or habits of a parasite or leech; living off another"], ["bloodsucking", "of plants or persons; having the nature or habits of a parasite or leech; living off another"]]}, {"answer": "parceled_out", "hint": "synonyms for parceled out", "clues": [["dealt out", "given out in portions"], ["doled out", "given out in portions"], ["meted out", "given out in portions"], ["apportioned", "given out in portions"]]}, {"answer": "parched", "hint": "synonyms for parched", "clues": [["adust", "dried out by heat or excessive exposure to sunlight"], ["sunbaked", "dried out by heat or excessive exposure to sunlight"], ["scorched", "dried out by heat or excessive exposure to sunlight"], ["baked", "dried out by heat or excessive exposure to sunlight"]]}, {"answer": "parthenogenetic", "hint": "synonyms for parthenogenetic", "clues": [["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction"]]}, {"answer": "particolored", "hint": "synonyms for particolored", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "particoloured", "hint": "synonyms for particoloured", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "particular", "hint": "synonyms for particular", "clues": [["peculiar", "unique or specific to a person or thing or category"], ["exceptional", "surpassing what is common or usual or expected"], ["picky", "exacting especially about details"], ["special", "unique or specific to a person or thing or category"], ["finical", "exacting especially about details"], ["fussy", "exacting especially about details"], ["finicky", "exacting especially about details"]]}, {"answer": "passe", "hint": "synonyms for passe", "clues": [["antique", "out of fashion"], ["demode", "out of fashion"], ["old-hat", "out of fashion"], ["old-fashioned", "out of fashion"], ["passee", "out of fashion"], ["outmoded", "out of fashion"], ["ex", "out of fashion"]]}, {"answer": "passee", "hint": "synonyms for passee", "clues": [["passe", "out of fashion"], ["antique", "out of fashion"], ["demode", "out of fashion"], ["old-hat", "out of fashion"], ["old-fashioned", "out of fashion"], ["outmoded", "out of fashion"], ["ex", "out of fashion"]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["transitory", "lasting a very short time"], ["transient", "lasting a very short time"], ["cursory", "hasty and without attention to detail; not thorough"], ["short-lived", "lasting a very short time"], ["fugacious", "lasting a very short time"], ["casual", "hasty and without attention to detail; not thorough"], ["ephemeral", "lasting a very short time"], ["pass", "of advancing the ball by throwing it"], ["perfunctory", "hasty and without attention to detail; not thorough"]]}, {"answer": "pasty", "hint": "synonyms for pasty", "clues": [["gummy", "having the sticky properties of an adhesive"], ["glutinous", "having the sticky properties of an adhesive"], ["gluey", "having the sticky properties of an adhesive"], ["viscid", "having the sticky properties of an adhesive"], ["mucilaginous", "having the sticky properties of an adhesive"], ["sticky", "having the sticky properties of an adhesive"], ["viscous", "having the sticky properties of an adhesive"], ["pastelike", "resembling paste in color; pallid"]]}, {"answer": "patent", "hint": "synonyms for patent", "clues": [["unmistakable", "clearly revealed to the mind or the senses or judgment"], ["apparent", "clearly revealed to the mind or the senses or judgment"], ["manifest", "clearly revealed to the mind or the senses or judgment"], ["evident", "clearly revealed to the mind or the senses or judgment"], ["plain", "clearly revealed to the mind or the senses or judgment"]]}, {"answer": "paternal", "hint": "synonyms for paternal", "clues": [["maternal", "relating to or characteristic of or befitting a parent"], ["parental", "relating to or characteristic of or befitting a parent"], ["agnate", "related on the father's side"], ["agnatic", "related on the father's side"]]}, {"answer": "pathetic", "hint": "synonyms for pathetic", "clues": [["ridiculous", "inspiring scornful pity; - Dashiell Hammett"], ["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["silly", "inspiring scornful pity; - Dashiell Hammett"], ["pitiful", "inspiring mixed contempt and pity"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy"]]}, {"answer": "pathless", "hint": "synonyms for pathless", "clues": [["roadless", "lacking pathways"], ["untrod", "lacking pathways"], ["untrodden", "lacking pathways"], ["trackless", "lacking pathways"], ["untracked", "lacking pathways"]]}, {"answer": "patrician", "hint": "synonyms for patrician", "clues": [["aristocratical", "belonging to or characteristic of the nobility or aristocracy"], ["blue", "belonging to or characteristic of the nobility or aristocracy"], ["gentle", "belonging to or characteristic of the nobility or aristocracy"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy"]]}, {"answer": "paying", "hint": "synonyms for paying", "clues": [["paid", "yielding a fair profit"], ["remunerative", "for which money is paid"], ["stipendiary", "for which money is paid"], ["gainful", "yielding a fair profit"], ["compensable", "for which money is paid"], ["salaried", "for which money is paid"]]}, {"answer": "peachy", "hint": "synonyms for peachy", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["peachy-colored", "of something resembling a peach in color"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "peaked", "hint": "synonyms for peaked", "clues": [["unwell", "somewhat ill or prone to illness"], ["seedy", "somewhat ill or prone to illness"], ["indisposed", "somewhat ill or prone to illness"], ["poorly", "somewhat ill or prone to illness"], ["ailing", "somewhat ill or prone to illness"], ["under the weather", "somewhat ill or prone to illness"], ["sickly", "somewhat ill or prone to illness"]]}, {"answer": "pearlescent", "hint": "synonyms for pearlescent", "clues": [["opaline", "having a play of lustrous rainbow colors"], ["opalescent", "having a play of lustrous rainbow colors"], ["nacreous", "having a play of lustrous rainbow colors"], ["iridescent", "having a play of lustrous rainbow colors"]]}, {"answer": "peckish", "hint": "synonyms for peckish", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "peculiar", "hint": "synonyms for peculiar", "clues": [["particular", "unique or specific to a person or thing or category"], ["singular", "beyond or deviating from the usual or expected"], ["odd", "beyond or deviating from the usual or expected"], ["funny", "beyond or deviating from the usual or expected"], ["rum", "beyond or deviating from the usual or expected"], ["special", "unique or specific to a person or thing or category"], ["curious", "beyond or deviating from the usual or expected"], ["rummy", "beyond or deviating from the usual or expected"], ["queer", "beyond or deviating from the usual or expected"]]}, {"answer": "peeled", "hint": "synonyms for peeled", "clues": [["raw", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["bare-assed", "(used informally) completely unclothed"], ["in the buff", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["in the raw", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "peerless", "hint": "synonyms for peerless", "clues": [["nonpareil", "eminent beyond or above comparison"], ["unrivalled", "eminent beyond or above comparison"], ["unmatchable", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["matchless", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"]]}, {"answer": "peeved", "hint": "synonyms for peeved", "clues": [["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"]]}, {"answer": "peevish", "hint": "synonyms for peevish", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "pellucid", "hint": "synonyms for pellucid", "clues": [["limpid", "transmitting light; able to be seen through with clarity"], ["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["transparent", "transmitting light; able to be seen through with clarity"], ["crystal clear", "transmitting light; able to be seen through with clarity"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["crystalline", "transmitting light; able to be seen through with clarity"]]}, {"answer": "pendulous", "hint": "synonyms for pendulous", "clues": [["drooping", "having branches or flower heads that bend downward"], ["weeping", "having branches or flower heads that bend downward"], ["cernuous", "having branches or flower heads that bend downward"], ["nodding", "having branches or flower heads that bend downward"]]}, {"answer": "penetrating", "hint": "synonyms for penetrating", "clues": [["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "penetrative", "hint": "synonyms for penetrative", "clues": [["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "penniless", "hint": "synonyms for penniless", "clues": [["in straitened circumstances", "not having enough money to pay for necessities"], ["impecunious", "not having enough money to pay for necessities"], ["hard up", "not having enough money to pay for necessities"], ["penurious", "not having enough money to pay for necessities"], ["pinched", "not having enough money to pay for necessities"]]}, {"answer": "penny-pinching", "hint": "synonyms for penny-pinching", "clues": [["near", "giving or spending with reluctance"], ["cheeseparing", "giving or spending with reluctance"], ["skinny", "giving or spending with reluctance"], ["close", "giving or spending with reluctance"]]}, {"answer": "pensive", "hint": "synonyms for pensive", "clues": [["broody", "deeply or seriously thoughtful"], ["brooding", "deeply or seriously thoughtful"], ["wistful", "showing pensive sadness"], ["reflective", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"]]}, {"answer": "penurious", "hint": "synonyms for penurious", "clues": [["penniless", "not having enough money to pay for necessities"], ["in straitened circumstances", "not having enough money to pay for necessities"], ["impecunious", "not having enough money to pay for necessities"], ["hard up", "not having enough money to pay for necessities"], ["pinched", "not having enough money to pay for necessities"], ["parsimonious", "excessively unwilling to spend"]]}, {"answer": "peppy", "hint": "synonyms for peppy", "clues": [["bouncy", "marked by lively action"], ["zippy", "marked by lively action"], ["bouncing", "marked by lively action"], ["spirited", "marked by lively action"]]}, {"answer": "perceivable", "hint": "synonyms for perceivable", "clues": [["intelligible", "capable of being apprehended or understood"], ["understandable", "capable of being apprehended or understood"], ["apprehensible", "capable of being apprehended or understood"], ["graspable", "capable of being apprehended or understood"]]}, {"answer": "peregrine", "hint": "synonyms for peregrine", "clues": [["nomadic", "migratory"], ["roving", "migratory"], ["mobile", "migratory"], ["wandering", "migratory"]]}, {"answer": "peremptory", "hint": "synonyms for peremptory", "clues": [["bossy", "offensively self-assured or given to exercising usually unwarranted power"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power"], ["dominating", "offensively self-assured or given to exercising usually unwarranted power"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power"]]}, {"answer": "perfect", "hint": "synonyms for perfect", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "perfervid", "hint": "synonyms for perfervid", "clues": [["fervid", "characterized by intense emotion"], ["fervent", "characterized by intense emotion"], ["ardent", "characterized by intense emotion"], ["torrid", "characterized by intense emotion"], ["fiery", "characterized by intense emotion"], ["impassioned", "characterized by intense emotion"]]}, {"answer": "perfumed", "hint": "synonyms for perfumed", "clues": [["odoriferous", "having a natural fragrance"], ["sweet", "having a natural fragrance"], ["sweet-scented", "having a natural fragrance"], ["sweet-smelling", "having a natural fragrance"], ["odorous", "having a natural fragrance"], ["scented", "having a natural fragrance"]]}, {"answer": "perfunctory", "hint": "synonyms for perfunctory", "clues": [["pro forma", "as a formality only"], ["casual", "hasty and without attention to detail; not thorough"], ["passing", "hasty and without attention to detail; not thorough"], ["cursory", "hasty and without attention to detail; not thorough"]]}, {"answer": "pernicious", "hint": "synonyms for pernicious", "clues": [["subtle", "working or spreading in a hidden and usually injurious way"], ["deadly", "exceedingly harmful"], ["pestilent", "exceedingly harmful"], ["insidious", "working or spreading in a hidden and usually injurious way"], ["baneful", "exceedingly harmful"]]}, {"answer": "perpetual", "hint": "synonyms for perpetual", "clues": [["everlasting", "continuing forever or indefinitely"], ["never-ending", "uninterrupted in time and indefinitely long continuing"], ["incessant", "uninterrupted in time and indefinitely long continuing"], ["unceasing", "uninterrupted in time and indefinitely long continuing"], ["unending", "continuing forever or indefinitely"], ["unremitting", "uninterrupted in time and indefinitely long continuing"], ["eonian", "continuing forever or indefinitely"], ["ceaseless", "uninterrupted in time and indefinitely long continuing"], ["eternal", "continuing forever or indefinitely"], ["constant", "uninterrupted in time and indefinitely long continuing"], ["ageless", "continuing forever or indefinitely"]]}, {"answer": "persistent", "hint": "synonyms for persistent", "clues": [["lasting", "retained; not shed"], ["unrelenting", "never-ceasing"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["relentless", "never-ceasing"], ["haunting", "continually recurring to the mind; ; - Claudia Cassidy"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot"]]}, {"answer": "persnickety", "hint": "synonyms for persnickety", "clues": [["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["pernickety", "characterized by excessive precision and attention to trivial details"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "perspicacious", "hint": "synonyms for perspicacious", "clues": [["sagacious", "acutely insightful and wise"], ["sapient", "acutely insightful and wise"], ["clear-eyed", "mentally acute or penetratingly discerning"], ["clear-sighted", "mentally acute or penetratingly discerning"]]}, {"answer": "perspicuous", "hint": "synonyms for perspicuous", "clues": [["crystal clear", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["limpid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"], ["pellucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton"]]}, {"answer": "pertinacious", "hint": "synonyms for pertinacious", "clues": [["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot"]]}, {"answer": "perturbing", "hint": "synonyms for perturbing", "clues": [["distressful", "causing distress or worry or anxiety"], ["distressing", "causing distress or worry or anxiety"], ["worrisome", "causing distress or worry or anxiety"], ["troubling", "causing distress or worry or anxiety"], ["disturbing", "causing distress or worry or anxiety"], ["worrying", "causing distress or worry or anxiety"]]}, {"answer": "perverse", "hint": "synonyms for perverse", "clues": [["obstinate", "resistant to guidance or discipline"], ["contrary", "resistant to guidance or discipline"], ["depraved", "deviating from what is considered moral or right or proper or good"], ["perverted", "deviating from what is considered moral or right or proper or good"], ["reprobate", "deviating from what is considered moral or right or proper or good"], ["wayward", "resistant to guidance or discipline"]]}, {"answer": "perverted", "hint": "synonyms for perverted", "clues": [["kinky", "(used of sexual behavior) showing or appealing to bizarre or deviant tastes"], ["perverse", "deviating from what is considered moral or right or proper or good"], ["distorted", "having an intended meaning altered or misrepresented"], ["misrepresented", "having an intended meaning altered or misrepresented"], ["depraved", "deviating from what is considered moral or right or proper or good"], ["reprobate", "deviating from what is considered moral or right or proper or good"], ["twisted", "having an intended meaning altered or misrepresented"]]}, {"answer": "pesky", "hint": "synonyms for pesky", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"]]}, {"answer": "pestered", "hint": "synonyms for pestered", "clues": [["vexed", "troubled persistently especially with petty annoyances"], ["harried", "troubled persistently especially with petty annoyances"], ["annoyed", "troubled persistently especially with petty annoyances"], ["harassed", "troubled persistently especially with petty annoyances"]]}, {"answer": "pestering", "hint": "synonyms for pestering", "clues": [["plaguy", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"]]}, {"answer": "pestiferous", "hint": "synonyms for pestiferous", "clues": [["plaguy", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["pestilential", "likely to spread and cause an epidemic disease; - Jonathan Swift"], ["perversive", "tending to corrupt or pervert"], ["dirty", "contaminated with infecting organisms; ; - Jane Austen"], ["pesky", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["corruptive", "tending to corrupt or pervert"], ["teasing", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"]]}, {"answer": "pestilent", "hint": "synonyms for pestilent", "clues": [["pernicious", "exceedingly harmful"], ["plaguey", "likely to spread and cause an epidemic disease; - Jonathan Swift"], ["pestilential", "likely to spread and cause an epidemic disease; - Jonathan Swift"], ["deadly", "exceedingly harmful"], ["pestiferous", "likely to spread and cause an epidemic disease; - Jonathan Swift"], ["baneful", "exceedingly harmful"]]}, {"answer": "pet", "hint": "synonyms for pet", "clues": [["favored", "preferred above all others and treated with partiality"], ["preferent", "preferred above all others and treated with partiality"], ["favourite", "preferred above all others and treated with partiality"], ["preferred", "preferred above all others and treated with partiality"], ["best-loved", "preferred above all others and treated with partiality"]]}, {"answer": "petite", "hint": "synonyms for petite", "clues": [["diminutive", "very small"], ["lilliputian", "very small"], ["midget", "very small"], ["flyspeck", "very small"], ["tiny", "very small"], ["bantam", "very small"]]}, {"answer": "pettish", "hint": "synonyms for pettish", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["techy", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "petty", "hint": "synonyms for petty", "clues": [["lowly", "inferior in rank or status"], ["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["junior-grade", "inferior in rank or status"], ["subaltern", "inferior in rank or status"], ["piddling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["secondary", "inferior in rank or status"], ["lower-ranking", "inferior in rank or status"], ["small-minded", "contemptibly narrow in outlook"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"]]}, {"answer": "petulant", "hint": "synonyms for petulant", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "phantasmal", "hint": "synonyms for phantasmal", "clues": [["apparitional", "resembling or characteristic of a phantom"], ["spectral", "resembling or characteristic of a phantom"], ["ghostly", "resembling or characteristic of a phantom"], ["spiritual", "resembling or characteristic of a phantom"], ["ghostlike", "resembling or characteristic of a phantom"]]}, {"answer": "pharisaic", "hint": "synonyms for pharisaic", "clues": [["pharisaical", "excessively or hypocritically pious"], ["pietistical", "excessively or hypocritically pious"], ["self-righteous", "excessively or hypocritically pious"], ["sanctimonious", "excessively or hypocritically pious"], ["holier-than-thou", "excessively or hypocritically pious"]]}, {"answer": "pharisaical", "hint": "synonyms for pharisaical", "clues": [["self-righteous", "excessively or hypocritically pious"], ["pharisaic", "excessively or hypocritically pious"], ["pietistical", "excessively or hypocritically pious"], ["sanctimonious", "excessively or hypocritically pious"], ["holier-than-thou", "excessively or hypocritically pious"]]}, {"answer": "phoney", "hint": "synonyms for phoney", "clues": [["fake", "fraudulent; having a misleading appearance"], ["bastard", "fraudulent; having a misleading appearance"], ["phony", "fraudulent; having a misleading appearance"], ["bogus", "fraudulent; having a misleading appearance"]]}, {"answer": "phony", "hint": "synonyms for phony", "clues": [["fake", "fraudulent; having a misleading appearance"], ["bastard", "fraudulent; having a misleading appearance"], ["bogus", "fraudulent; having a misleading appearance"], ["phoney", "fraudulent; having a misleading appearance"]]}, {"answer": "picayune", "hint": "synonyms for picayune", "clues": [["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["petty", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"]]}, {"answer": "picky", "hint": "synonyms for picky", "clues": [["finical", "exacting especially about details"], ["fussy", "exacting especially about details"], ["particular", "exacting especially about details"], ["finicky", "exacting especially about details"]]}, {"answer": "pictorial", "hint": "synonyms for pictorial", "clues": [["lifelike", "evoking lifelike images within the mind"], ["vivid", "evoking lifelike images within the mind"], ["graphic", "evoking lifelike images within the mind"], ["pictural", "pertaining to or consisting of pictures"]]}, {"answer": "pictured", "hint": "synonyms for pictured", "clues": [["depicted", "represented graphically by sketch or design or lines"], ["visualized", "seen in the mind as a mental image"], ["envisioned", "seen in the mind as a mental image"], ["portrayed", "represented graphically by sketch or design or lines"]]}, {"answer": "piddling", "hint": "synonyms for piddling", "clues": [["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["piffling", "(informal) small and of little importance"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["petty", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"], ["fiddling", "(informal) small and of little importance"]]}, {"answer": "pie-eyed", "hint": "synonyms for pie-eyed", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "piebald", "hint": "synonyms for piebald", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "piecemeal", "hint": "synonyms for piecemeal", "clues": [["bit-by-bit", "one thing at a time"], ["step-by-step", "one thing at a time"], ["stepwise", "one thing at a time"], ["in small stages", "one thing at a time"]]}, {"answer": "pied", "hint": "synonyms for pied", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["varicolored", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "piercing", "hint": "synonyms for piercing", "clues": [["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["lancinate", "painful as if caused by a sharp instrument"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["stabbing", "painful as if caused by a sharp instrument"], ["cutting", "painful as if caused by a sharp instrument"], ["lancinating", "painful as if caused by a sharp instrument"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "pietistic", "hint": "synonyms for pietistic", "clues": [["pharisaical", "excessively or hypocritically pious"], ["self-righteous", "excessively or hypocritically pious"], ["pietistical", "excessively or hypocritically pious"], ["sanctimonious", "excessively or hypocritically pious"], ["holier-than-thou", "excessively or hypocritically pious"]]}, {"answer": "pietistical", "hint": "synonyms for pietistical", "clues": [["pharisaical", "excessively or hypocritically pious"], ["self-righteous", "excessively or hypocritically pious"], ["sanctimonious", "excessively or hypocritically pious"], ["pietistic", "excessively or hypocritically pious"], ["holier-than-thou", "excessively or hypocritically pious"]]}, {"answer": "piffling", "hint": "synonyms for piffling", "clues": [["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["trivial", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["petty", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"]]}, {"answer": "piggish", "hint": "synonyms for piggish", "clues": [["swinish", "resembling swine; coarsely gluttonous or greedy"], ["porcine", "resembling swine; coarsely gluttonous or greedy"], ["hoggish", "resembling swine; coarsely gluttonous or greedy"], ["piggy", "resembling swine; coarsely gluttonous or greedy"]]}, {"answer": "piggy", "hint": "synonyms for piggy", "clues": [["piggish", "resembling swine; coarsely gluttonous or greedy"], ["porcine", "resembling swine; coarsely gluttonous or greedy"], ["swinish", "resembling swine; coarsely gluttonous or greedy"], ["hoggish", "resembling swine; coarsely gluttonous or greedy"]]}, {"answer": "pillaged", "hint": "synonyms for pillaged", "clues": [["despoiled", "having been robbed and destroyed by force and violence"], ["sacked", "having been robbed and destroyed by force and violence"], ["raped", "having been robbed and destroyed by force and violence"], ["ransacked", "wrongfully emptied or stripped of anything of value"], ["plundered", "wrongfully emptied or stripped of anything of value"], ["ravaged", "having been robbed and destroyed by force and violence"], ["looted", "wrongfully emptied or stripped of anything of value"]]}, {"answer": "pinched", "hint": "synonyms for pinched", "clues": [["skeletal", "very thin especially from disease or hunger or cold"], ["in straitened circumstances", "not having enough money to pay for necessities"], ["impecunious", "not having enough money to pay for necessities"], ["hard up", "not having enough money to pay for necessities"], ["adenoidal", "sounding as if the nose were pinched"], ["cadaverous", "very thin especially from disease or hunger or cold"], ["haggard", "very thin especially from disease or hunger or cold"], ["emaciated", "very thin especially from disease or hunger or cold"], ["penniless", "not having enough money to pay for necessities"], ["nasal", "sounding as if the nose were pinched"], ["gaunt", "very thin especially from disease or hunger or cold"], ["bony", "very thin especially from disease or hunger or cold"], ["wasted", "very thin especially from disease or hunger or cold"], ["penurious", "not having enough money to pay for necessities"]]}, {"answer": "pink-slipped", "hint": "synonyms for pink-slipped", "clues": [["fired", "having lost your job"], ["dismissed", "having lost your job"], ["discharged", "having lost your job"], ["laid-off", "having lost your job"]]}, {"answer": "pint-size", "hint": "synonyms for pint-size", "clues": [["sawn-off", "well below average height"], ["pint-sized", "well below average height"], ["runty", "well below average height"], ["sawed-off", "well below average height"]]}, {"answer": "pint-sized", "hint": "synonyms for pint-sized", "clues": [["sawn-off", "well below average height"], ["pint-size", "well below average height"], ["runty", "well below average height"], ["sawed-off", "well below average height"]]}, {"answer": "piquant", "hint": "synonyms for piquant", "clues": [["salty", "engagingly stimulating or provocative"], ["spicy", "having an agreeably pungent taste"], ["zesty", "having an agreeably pungent taste"], ["savory", "having an agreeably pungent taste"], ["engaging", "attracting or delighting"]]}, {"answer": "pissed", "hint": "synonyms for pissed", "clues": [["peeved", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["roiled", "aroused to impatience or anger"], ["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["pissed off", "aroused to impatience or anger"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "pissed_off", "hint": "synonyms for pissed off", "clues": [["peeved", "aroused to impatience or anger"], ["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"]]}, {"answer": "pitchy", "hint": "synonyms for pitchy", "clues": [["tarry", "having the characteristics of pitch or tar"], ["resinous", "having the characteristics of pitch or tar"], ["coal-black", "of the blackest black; similar to the color of jet or coal"], ["jet", "of the blackest black; similar to the color of jet or coal"], ["sooty", "of the blackest black; similar to the color of jet or coal"], ["resiny", "having the characteristics of pitch or tar"], ["jet-black", "of the blackest black; similar to the color of jet or coal"]]}, {"answer": "piteous", "hint": "synonyms for piteous", "clues": [["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy"]]}, {"answer": "pitiable", "hint": "synonyms for pitiable", "clues": [["pitiful", "inspiring mixed contempt and pity"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy"]]}, {"answer": "pitiful", "hint": "synonyms for pitiful", "clues": [["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["deplorable", "bad; unfortunate"], ["sad", "bad; unfortunate"], ["lamentable", "bad; unfortunate"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["distressing", "bad; unfortunate"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy"], ["sorry", "bad; unfortunate"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy"]]}, {"answer": "pitiless", "hint": "synonyms for pitiless", "clues": [["remorseless", "without mercy or pity"], ["unkind", "deficient in humane and kindly feelings"], ["ruthless", "without mercy or pity"], ["unpitying", "without mercy or pity"]]}, {"answer": "pixilated", "hint": "synonyms for pixilated", "clues": [["arch", "naughtily or annoyingly playful"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["wicked", "naughtily or annoyingly playful"], ["implike", "naughtily or annoyingly playful"], ["smashed", "very drunk"], ["puckish", "naughtily or annoyingly playful"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["impish", "naughtily or annoyingly playful"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["prankish", "naughtily or annoyingly playful"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["mischievous", "naughtily or annoyingly playful"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "placid", "hint": "synonyms for placid", "clues": [["even-tempered", "not easily irritated"], ["good-tempered", "not easily irritated"], ["unruffled", "(of a body of water) free from disturbance by heavy waves"], ["quiet", "(of a body of water) free from disturbance by heavy waves"], ["equable", "not easily irritated"], ["smooth", "(of a body of water) free from disturbance by heavy waves"], ["still", "(of a body of water) free from disturbance by heavy waves"], ["tranquil", "(of a body of water) free from disturbance by heavy waves"]]}, {"answer": "plaguey", "hint": "synonyms for plaguey", "clues": [["plaguy", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["pestilent", "likely to spread and cause an epidemic disease; - Jonathan Swift"], ["pestering", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"]]}, {"answer": "plaguy", "hint": "synonyms for plaguy", "clues": [["vexing", "causing irritation or annoyance"], ["plaguey", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["unvarnished", "free from any effort to soften to disguise"], ["patent", "clearly revealed to the mind or the senses or judgment"], ["unmingled", "not mixed with extraneous elements"], ["apparent", "clearly revealed to the mind or the senses or judgment"], ["manifest", "clearly revealed to the mind or the senses or judgment"], ["sheer", "not mixed with extraneous elements"], ["bare", "lacking embellishment or ornamentation"], ["unmixed", "not mixed with extraneous elements"], ["homely", "lacking in physical beauty or proportion"], ["unpatterned", "lacking patterns especially in color"], ["unmistakable", "clearly revealed to the mind or the senses or judgment"], ["spare", "lacking embellishment or ornamentation"], ["unornamented", "lacking embellishment or ornamentation"], ["evident", "clearly revealed to the mind or the senses or judgment"], ["unembellished", "lacking embellishment or ornamentation"]]}, {"answer": "plainspoken", "hint": "synonyms for plainspoken", "clues": [["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "planetary", "hint": "synonyms for planetary", "clues": [["worldwide", "involving the entire earth; not limited or provincial in scope"], ["erratic", "having no fixed course"], ["terrestrial", "of or relating to or characteristic of the planet Earth or its inhabitants; - L.C.Eiseley"], ["global", "involving the entire earth; not limited or provincial in scope"], ["world", "involving the entire earth; not limited or provincial in scope"], ["planetal", "of or relating to or resembling the physical or orbital characteristics of a planet or the planets"], ["wandering", "having no fixed course"]]}, {"answer": "planless", "hint": "synonyms for planless", "clues": [["adrift", "aimlessly drifting"], ["afloat", "aimlessly drifting"], ["directionless", "aimlessly drifting"], ["aimless", "aimlessly drifting"], ["undirected", "aimlessly drifting"], ["rudderless", "aimlessly drifting"]]}, {"answer": "planted", "hint": "synonyms for planted", "clues": [["deep-rooted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"], ["deep-seated", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"], ["ingrained", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"], ["implanted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held"]]}, {"answer": "plastered", "hint": "synonyms for plastered", "clues": [["pixilated", "very drunk"], ["slicked", "(of hair) made smooth by applying a sticky or glossy substance"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["sealed", "(of walls) covered with a coat of plaster"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "plastic", "hint": "synonyms for plastic", "clues": [["pliant", "capable of being influenced or formed"], ["fictile", "capable of being molded or modeled (especially of earth or clay or other soft material)"], ["moldable", "capable of being molded or modeled (especially of earth or clay or other soft material)"], ["shaping", "forming or capable of forming or molding or fashioning"], ["formative", "forming or capable of forming or molding or fashioning"]]}, {"answer": "platyrrhine", "hint": "synonyms for platyrrhine", "clues": [["platyrhinian", "of or related to New World monkeys having nostrils far apart or to people with broad noses"], ["broadnosed", "of or related to New World monkeys having nostrils far apart or to people with broad noses"], ["platyrrhinic", "of or related to New World monkeys having nostrils far apart or to people with broad noses"], ["platyrhine", "of or related to New World monkeys having nostrils far apart or to people with broad noses"]]}, {"answer": "platyrrhinian", "hint": "synonyms for platyrrhinian", "clues": [["platyrhinian", "of or related to New World monkeys having nostrils far apart or to people with broad noses"], ["broadnosed", "of or related to New World monkeys having nostrils far apart or to people with broad noses"], ["platyrrhinic", "of or related to New World monkeys having nostrils far apart or to people with broad noses"], ["platyrhine", "of or related to New World monkeys having nostrils far apart or to people with broad noses"]]}, {"answer": "plausive", "hint": "synonyms for plausive", "clues": [["approbatory", "expressing or manifesting praise or approval"], ["approving", "expressing or manifesting praise or approval"], ["approbative", "expressing or manifesting praise or approval"], ["affirmative", "expressing or manifesting praise or approval"]]}, {"answer": "played_out", "hint": "synonyms for played out", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "pleasant-tasting", "hint": "synonyms for pleasant-tasting", "clues": [["delectable", "extremely pleasing to the sense of taste"], ["delicious", "extremely pleasing to the sense of taste"], ["toothsome", "extremely pleasing to the sense of taste"], ["scrumptious", "extremely pleasing to the sense of taste"], ["yummy", "extremely pleasing to the sense of taste"], ["luscious", "extremely pleasing to the sense of taste"]]}, {"answer": "plenteous", "hint": "synonyms for plenteous", "clues": [["rich", "affording an abundant supply"], ["plentiful", "affording an abundant supply"], ["ample", "affording an abundant supply"], ["copious", "affording an abundant supply"]]}, {"answer": "plentiful", "hint": "synonyms for plentiful", "clues": [["rich", "affording an abundant supply"], ["copious", "affording an abundant supply"], ["bountiful", "producing in abundance"], ["plenteous", "affording an abundant supply"], ["ample", "affording an abundant supply"]]}, {"answer": "pliable", "hint": "synonyms for pliable", "clues": [["malleable", "capable of being shaped or bent or drawn out"], ["tractile", "capable of being shaped or bent or drawn out"], ["elastic", "able to adjust readily to different conditions"], ["fictile", "susceptible to being led or directed"], ["bendable", "capable of being bent or flexed or twisted without breaking"], ["pliant", "capable of being bent or flexed or twisted without breaking"], ["tensile", "capable of being shaped or bent or drawn out"], ["flexible", "able to adjust readily to different conditions"], ["ductile", "capable of being shaped or bent or drawn out"], ["waxy", "capable of being bent or flexed or twisted without breaking"]]}, {"answer": "pliant", "hint": "synonyms for pliant", "clues": [["malleable", "capable of being shaped or bent or drawn out"], ["tractile", "capable of being shaped or bent or drawn out"], ["elastic", "able to adjust readily to different conditions"], ["bendable", "capable of being bent or flexed or twisted without breaking"], ["pliable", "capable of being shaped or bent or drawn out"], ["tensile", "capable of being shaped or bent or drawn out"], ["flexible", "able to adjust readily to different conditions"], ["ductile", "capable of being shaped or bent or drawn out"], ["waxy", "capable of being bent or flexed or twisted without breaking"]]}, {"answer": "plumed", "hint": "synonyms for plumed", "clues": [["plumy", "having or covered with or abounding in plumes"], ["plumate", "having an ornamental plume or feathery tuft"], ["crested", "(of a knight's helmet) having a decorative plume"], ["plumose", "having an ornamental plume or feathery tuft"]]}, {"answer": "plumy", "hint": "synonyms for plumy", "clues": [["plumed", "having or covered with or abounding in plumes"], ["plumelike", "resembling a plume"], ["feathery", "adorned with feathers or plumes"], ["feathered", "adorned with feathers or plumes"]]}, {"answer": "plush", "hint": "synonyms for plush", "clues": [["plushy", "characterized by extravagance and profusion"], ["lavish", "characterized by extravagance and profusion"], ["lucullan", "characterized by extravagance and profusion"], ["lush", "characterized by extravagance and profusion"]]}, {"answer": "plushy", "hint": "synonyms for plushy", "clues": [["plush-like", "(of textures) resembling plush"], ["lavish", "characterized by extravagance and profusion"], ["lush", "characterized by extravagance and profusion"], ["lucullan", "characterized by extravagance and profusion"]]}, {"answer": "pocket-size", "hint": "synonyms for pocket-size", "clues": [["small", "limited in size or scope"], ["pocket-sized", "limited in size or scope"], ["modest", "limited in size or scope"], ["pocketable", "small enough to be carried in a garment pocket"], ["small-scale", "limited in size or scope"], ["minor", "limited in size or scope"]]}, {"answer": "pocket-sized", "hint": "synonyms for pocket-sized", "clues": [["small", "limited in size or scope"], ["pocket-size", "small enough to be carried in a garment pocket"], ["modest", "limited in size or scope"], ["pocketable", "small enough to be carried in a garment pocket"], ["small-scale", "limited in size or scope"], ["minor", "limited in size or scope"]]}, {"answer": "podgy", "hint": "synonyms for podgy", "clues": [["pudgy", "short and plump"], ["dumpy", "short and plump"], ["tubby", "short and plump"], ["roly-poly", "short and plump"]]}, {"answer": "point-blank", "hint": "synonyms for point-blank", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "pointless", "hint": "synonyms for pointless", "clues": [["superfluous", "serving no useful purpose; having no excuse for being"], ["senseless", "serving no useful purpose; having no excuse for being"], ["purposeless", "serving no useful purpose; having no excuse for being"], ["otiose", "serving no useful purpose; having no excuse for being"], ["unpointed", "not having a point especially a sharp point"], ["wasted", "serving no useful purpose; having no excuse for being"]]}, {"answer": "poised", "hint": "synonyms for poised", "clues": [["collected", "in full control of your faculties"], ["equanimous", "in full control of your faculties"], ["self-contained", "in full control of your faculties"], ["self-possessed", "in full control of your faculties"], ["self-collected", "in full control of your faculties"]]}, {"answer": "poker-faced", "hint": "synonyms for poker-faced", "clues": [["unexpressive", "deliberately impassive in manner"], ["deadpan", "deliberately impassive in manner"], ["impassive", "deliberately impassive in manner"], ["expressionless", "deliberately impassive in manner"]]}, {"answer": "pokey", "hint": "synonyms for pokey", "clues": [["jerkwater", "small and remote and insignificant"], ["one-horse", "small and remote and insignificant"], ["laggard", "wasting time"], ["dilatory", "wasting time"], ["poky", "wasting time"]]}, {"answer": "poky", "hint": "synonyms for poky", "clues": [["jerkwater", "small and remote and insignificant"], ["pokey", "wasting time"], ["one-horse", "small and remote and insignificant"], ["dilatory", "wasting time"], ["laggard", "wasting time"]]}, {"answer": "polar", "hint": "synonyms for polar", "clues": [["diametrical", "characterized by opposite extremes; completely opposed"], ["icy", "extremely cold"], ["arctic", "extremely cold"], ["opposite", "characterized by opposite extremes; completely opposed"], ["glacial", "extremely cold"], ["gelid", "extremely cold"], ["pivotal", "being of crucial importance; ; - Henry Kissinger"], ["frigid", "extremely cold"]]}, {"answer": "polished", "hint": "synonyms for polished", "clues": [["refined", "showing a high degree of refinement and the assurance that comes from wide social experience"], ["milled", "(of grains especially rice) having the husk or outer layers removed"], ["dressed", "(of lumber or stone) to trim and smooth"], ["urbane", "showing a high degree of refinement and the assurance that comes from wide social experience"], ["svelte", "showing a high degree of refinement and the assurance that comes from wide social experience"]]}, {"answer": "polite", "hint": "synonyms for polite", "clues": [["genteel", "marked by refinement in taste and manners"], ["civilised", "marked by refinement in taste and manners"], ["civil", "not rude; marked by satisfactory (or especially minimal) adherence to social usages and sufficient but not noteworthy consideration for others; - W.S. Maugham"], ["cultured", "marked by refinement in taste and manners"], ["cultivated", "marked by refinement in taste and manners"]]}, {"answer": "pompous", "hint": "synonyms for pompous", "clues": [["portentous", "puffed up with vanity; ; ; ; - Newsweek"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek"], ["pontifical", "puffed up with vanity; ; ; ; - Newsweek"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek"], ["ceremonious", "characterized by pomp and ceremony and stately display"]]}, {"answer": "pondering", "hint": "synonyms for pondering", "clues": [["broody", "deeply or seriously thoughtful"], ["brooding", "deeply or seriously thoughtful"], ["reflective", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "pontifical", "hint": "synonyms for pontifical", "clues": [["portentous", "puffed up with vanity; ; ; ; - Newsweek"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek"], ["episcopal", "denoting or governed by or relating to a bishop or bishops"], ["apostolic", "proceeding from or ordered by or subject to a pope or the papacy regarded as the successor of the Apostles"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek"], ["papal", "proceeding from or ordered by or subject to a pope or the papacy regarded as the successor of the Apostles"]]}, {"answer": "poor", "hint": "synonyms for poor", "clues": [["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["inadequate", "not sufficient to meet a need"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy"], ["short", "not sufficient to meet a need"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy"]]}, {"answer": "poorly", "hint": "synonyms for poorly", "clues": [["unwell", "somewhat ill or prone to illness"], ["seedy", "somewhat ill or prone to illness"], ["indisposed", "somewhat ill or prone to illness"], ["peaked", "somewhat ill or prone to illness"], ["ailing", "somewhat ill or prone to illness"], ["under the weather", "somewhat ill or prone to illness"], ["sickly", "somewhat ill or prone to illness"]]}, {"answer": "porcine", "hint": "synonyms for porcine", "clues": [["piggish", "resembling swine; coarsely gluttonous or greedy"], ["hoggish", "resembling swine; coarsely gluttonous or greedy"], ["piggy", "resembling swine; coarsely gluttonous or greedy"], ["swinish", "resembling swine; coarsely gluttonous or greedy"], ["gross", "repellently fat"]]}, {"answer": "portentous", "hint": "synonyms for portentous", "clues": [["foreboding", "ominously prophetic"], ["prodigious", "of momentous or ominous significance; - Herman Melville"], ["fateful", "ominously prophetic"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek"], ["pontifical", "puffed up with vanity; ; ; ; - Newsweek"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek"]]}, {"answer": "positive", "hint": "synonyms for positive", "clues": [["plus", "involving advantage or good"], ["positively charged", "having a positive charge"], ["electropositive", "having a positive charge"], ["convinced", "persuaded of; very sure"], ["irrefutable", "impossible to deny or disprove"], ["overconfident", "marked by excessive confidence"], ["incontrovertible", "impossible to deny or disprove"], ["positivistic", "of or relating to positivism"], ["prescribed", "formally laid down or imposed"], ["cocksure", "marked by excessive confidence"], ["confirming", "indicating existence or presence of a suspected condition or pathogen"], ["confident", "persuaded of; very sure"]]}, {"answer": "possessed", "hint": "synonyms for possessed", "clues": [["demoniacal", "frenzied as if possessed by a demon"], ["berserk", "frenzied as if possessed by a demon"], ["amok", "frenzied as if possessed by a demon"], ["obsessed", "influenced or controlled by a powerful force such as a strong emotion"], ["amuck", "frenzied as if possessed by a demon"]]}, {"answer": "potent", "hint": "synonyms for potent", "clues": [["strong", "having a strong physiological or chemical effect; ; ; ,"], ["stiff", "having a strong physiological or chemical effect; ; ; ,"], ["powerful", "having great influence"], ["virile", "(of a male) capable of copulation"]]}, {"answer": "potty", "hint": "synonyms for potty", "clues": [["tipsy", "slightly intoxicated"], ["enamored", "marked by foolish or unreasoning fondness"], ["smitten", "marked by foolish or unreasoning fondness"], ["in love", "marked by foolish or unreasoning fondness"], ["soft on", "marked by foolish or unreasoning fondness"], ["infatuated", "marked by foolish or unreasoning fondness"], ["tiddly", "slightly intoxicated"], ["taken with", "marked by foolish or unreasoning fondness"]]}, {"answer": "poverty-stricken", "hint": "synonyms for poverty-stricken", "clues": [["destitute", "poor enough to need help from others"], ["indigent", "poor enough to need help from others"], ["necessitous", "poor enough to need help from others"], ["needy", "poor enough to need help from others"], ["impoverished", "poor enough to need help from others"]]}, {"answer": "powdered", "hint": "synonyms for powdered", "clues": [["pulverised", "consisting of fine particles"], ["fine-grained", "consisting of fine particles"], ["powdery", "consisting of fine particles"], ["small-grained", "consisting of fine particles"]]}, {"answer": "powdery", "hint": "synonyms for powdery", "clues": [["pulverised", "consisting of fine particles"], ["fine-grained", "consisting of fine particles"], ["powdered", "consisting of fine particles"], ["small-grained", "consisting of fine particles"]]}, {"answer": "powerful", "hint": "synonyms for powerful", "clues": [["knock-down", "strong enough to knock down or overwhelm"], ["potent", "having great influence"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful"], ["hefty", "(of a person) possessing physical strength and weight; rugged and powerful"], ["muscular", "(of a person) possessing physical strength and weight; rugged and powerful"], ["herculean", "displaying superhuman strength or power"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful"]]}, {"answer": "practicable", "hint": "synonyms for practicable", "clues": [["viable", "capable of being done with means at hand and circumstances as they are"], ["feasible", "capable of being done with means at hand and circumstances as they are"], ["operable", "usable for a specific purpose"], ["workable", "capable of being done with means at hand and circumstances as they are"], ["executable", "capable of being done with means at hand and circumstances as they are"]]}, {"answer": "practical", "hint": "synonyms for practical", "clues": [["hardheaded", "guided by practical experience and observation rather than theory"], ["pragmatic", "guided by practical experience and observation rather than theory"], ["virtual", "being actually such in almost every respect"], ["hard-nosed", "guided by practical experience and observation rather than theory"]]}, {"answer": "practiced", "hint": "synonyms for practiced", "clues": [["adept", "having or showing knowledge and skill and aptitude"], ["proficient", "having or showing knowledge and skill and aptitude"], ["good", "having or showing knowledge and skill and aptitude"], ["expert", "having or showing knowledge and skill and aptitude"], ["practised", "skillful after much practice"], ["skilful", "having or showing knowledge and skill and aptitude"]]}, {"answer": "pragmatic", "hint": "synonyms for pragmatic", "clues": [["hardheaded", "guided by practical experience and observation rather than theory"], ["practical", "guided by practical experience and observation rather than theory"], ["pragmatical", "of or concerning the theory of pragmatism"], ["matter-of-fact", "concerned with practical matters"], ["hard-nosed", "guided by practical experience and observation rather than theory"]]}, {"answer": "prankish", "hint": "synonyms for prankish", "clues": [["arch", "naughtily or annoyingly playful"], ["pixilated", "naughtily or annoyingly playful"], ["wicked", "naughtily or annoyingly playful"], ["mischievous", "naughtily or annoyingly playful"], ["implike", "naughtily or annoyingly playful"], ["puckish", "naughtily or annoyingly playful"], ["impish", "naughtily or annoyingly playful"]]}, {"answer": "precarious", "hint": "synonyms for precarious", "clues": [["unstable", "affording no ease or reassurance"], ["touch-and-go", "fraught with danger"], ["shaky", "not secure; beset with difficulties"], ["parlous", "fraught with danger"], ["perilous", "fraught with danger"]]}, {"answer": "precious", "hint": "synonyms for precious", "clues": [["wanted", "characterized by feeling or showing fond affection for"], ["valued", "held in great esteem for admirable qualities especially of an intrinsic nature"], ["cherished", "characterized by feeling or showing fond affection for"], ["treasured", "characterized by feeling or showing fond affection for"], ["cute", "obviously contrived to charm"]]}, {"answer": "precipitant", "hint": "synonyms for precipitant", "clues": [["precipitous", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["hasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["precipitate", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"]]}, {"answer": "precipitate", "hint": "synonyms for precipitate", "clues": [["precipitant", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["hasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["precipitous", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"]]}, {"answer": "precipitous", "hint": "synonyms for precipitous", "clues": [["sharp", "extremely steep"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["precipitant", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["hasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes"], ["abrupt", "extremely steep"]]}, {"answer": "predatory", "hint": "synonyms for predatory", "clues": [["predacious", "living by or given to victimizing others for personal gain; ; - Peter S. Prescott; - W.E.Swinton"], ["raiding", "characterized by plundering or pillaging or marauding"], ["rapacious", "living by preying on other animals especially by catching living prey"], ["ravening", "living by preying on other animals especially by catching living prey"], ["marauding", "characterized by plundering or pillaging or marauding"], ["vulturous", "living by preying on other animals especially by catching living prey"], ["vulturine", "living by preying on other animals especially by catching living prey"], ["raptorial", "living by preying on other animals especially by catching living prey"]]}, {"answer": "predominant", "hint": "synonyms for predominant", "clues": [["prevailing", "most frequent or common"], ["predominate", "having superior power and influence"], ["preponderating", "having superior power and influence"], ["dominant", "most frequent or common"], ["rife", "most frequent or common"], ["prevalent", "most frequent or common"], ["overriding", "having superior power and influence"], ["preponderant", "having superior power and influence"], ["paramount", "having superior power and influence"]]}, {"answer": "predominate", "hint": "synonyms for predominate", "clues": [["preponderating", "having superior power and influence"], ["overriding", "having superior power and influence"], ["preponderant", "having superior power and influence"], ["predominant", "having superior power and influence"], ["paramount", "having superior power and influence"]]}, {"answer": "preferent", "hint": "synonyms for preferent", "clues": [["favored", "preferred above all others and treated with partiality"], ["pet", "preferred above all others and treated with partiality"], ["favourite", "preferred above all others and treated with partiality"], ["preferred", "preferred above all others and treated with partiality"], ["best-loved", "preferred above all others and treated with partiality"]]}, {"answer": "preferred", "hint": "synonyms for preferred", "clues": [["best-loved", "preferred above all others and treated with partiality"], ["favored", "preferred above all others and treated with partiality"], ["pet", "preferred above all others and treated with partiality"], ["preferent", "preferred above all others and treated with partiality"], ["favourite", "preferred above all others and treated with partiality"], ["preferable", "more desirable than another"]]}, {"answer": "prehensile", "hint": "synonyms for prehensile", "clues": [["greedy", "immoderately desirous of acquiring e.g. wealth"], ["covetous", "immoderately desirous of acquiring e.g. wealth"], ["grabby", "immoderately desirous of acquiring e.g. wealth"], ["avaricious", "immoderately desirous of acquiring e.g. wealth"], ["grasping", "immoderately desirous of acquiring e.g. wealth"]]}, {"answer": "preoccupied", "hint": "synonyms for preoccupied", "clues": [["deep in thought", "deeply absorbed in thought"], ["obsessed", "having or showing excessive or compulsive concern with something"], ["haunted", "having or showing excessive or compulsive concern with something"], ["taken up", "having or showing excessive or compulsive concern with something"], ["lost", "deeply absorbed in thought"], ["bemused", "deeply absorbed in thought"]]}, {"answer": "preponderant", "hint": "synonyms for preponderant", "clues": [["predominate", "having superior power and influence"], ["preponderating", "having superior power and influence"], ["overriding", "having superior power and influence"], ["paramount", "having superior power and influence"]]}, {"answer": "preponderating", "hint": "synonyms for preponderating", "clues": [["predominate", "having superior power and influence"], ["overriding", "having superior power and influence"], ["preponderant", "having superior power and influence"], ["paramount", "having superior power and influence"]]}, {"answer": "preposterous", "hint": "synonyms for preposterous", "clues": [["ludicrous", "incongruous;inviting ridicule"], ["laughable", "incongruous;inviting ridicule"], ["absurd", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["derisory", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["ridiculous", "incongruous;inviting ridicule"], ["idiotic", "incongruous;inviting ridicule"]]}, {"answer": "prescribed", "hint": "synonyms for prescribed", "clues": [["ordained", "fixed or established especially by order or command; )"], ["positive", "formally laid down or imposed"], ["appointed", "fixed or established especially by order or command; )"], ["decreed", "fixed or established especially by order or command; )"], ["official", "conforming to set usage, procedure, or discipline"]]}, {"answer": "pretended", "hint": "synonyms for pretended", "clues": [["fictitious", "adopted in order to deceive"], ["sham", "adopted in order to deceive"], ["false", "adopted in order to deceive"], ["assumed", "adopted in order to deceive"], ["fictive", "adopted in order to deceive"], ["put on", "adopted in order to deceive"]]}, {"answer": "preternatural", "hint": "synonyms for preternatural", "clues": [["transcendental", "existing outside of or not in accordance with nature; -Aldous Huxley"], ["nonnatural", "existing outside of or not in accordance with nature; -Aldous Huxley"], ["uncanny", "surpassing the ordinary or normal; - George Will"], ["otherworldly", "existing outside of or not in accordance with nature; -Aldous Huxley"]]}, {"answer": "prevailing", "hint": "synonyms for prevailing", "clues": [["rife", "most frequent or common"], ["prevalent", "most frequent or common"], ["dominant", "most frequent or common"], ["predominant", "most frequent or common"]]}, {"answer": "prevalent", "hint": "synonyms for prevalent", "clues": [["rife", "most frequent or common"], ["prevailing", "most frequent or common"], ["dominant", "most frequent or common"], ["predominant", "most frequent or common"]]}, {"answer": "previous", "hint": "synonyms for previous", "clues": [["old", "just preceding something else in time or order"], ["former", "(used especially of persons) of the immediate past"], ["premature", "too soon or too hasty"], ["late", "(used especially of persons) of the immediate past"]]}, {"answer": "pricey", "hint": "synonyms for pricey", "clues": [["high-priced", "having a high price"], ["costly", "having a high price"], ["dear", "having a high price"], ["pricy", "having a high price"]]}, {"answer": "prickly", "hint": "synonyms for prickly", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["waspish", "very irritable"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["splenetic", "very irritable"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "very irritable"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "pricy", "hint": "synonyms for pricy", "clues": [["high-priced", "having a high price"], ["costly", "having a high price"], ["dear", "having a high price"], ["pricey", "having a high price"]]}, {"answer": "prideful", "hint": "synonyms for prideful", "clues": [["jubilant", "joyful and proud especially because of triumph or success"], ["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["triumphal", "joyful and proud especially because of triumph or success"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["rejoicing", "joyful and proud especially because of triumph or success"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["triumphant", "joyful and proud especially because of triumph or success"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["exulting", "joyful and proud especially because of triumph or success"], ["exultant", "joyful and proud especially because of triumph or success"]]}, {"answer": "priggish", "hint": "synonyms for priggish", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"]]}, {"answer": "prim", "hint": "synonyms for prim", "clues": [["twee", "affectedly dainty or refined"], ["square-toed", "exaggeratedly proper"], ["niminy-piminy", "affectedly dainty or refined"], ["prudish", "exaggeratedly proper"], ["dainty", "affectedly dainty or refined"], ["mincing", "affectedly dainty or refined"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "prima", "hint": "synonyms for prima", "clues": [["leading", "indicating the most important performer or role"], ["stellar", "indicating the most important performer or role"], ["starring", "indicating the most important performer or role"], ["star", "indicating the most important performer or role"]]}, {"answer": "primal", "hint": "synonyms for primal", "clues": [["aboriginal", "having existed from the beginning; in an earliest or original stage or state"], ["primordial", "having existed from the beginning; in an earliest or original stage or state"], ["key", "serving as an essential component"], ["primaeval", "having existed from the beginning; in an earliest or original stage or state"], ["fundamental", "serving as an essential component"], ["central", "serving as an essential component"], ["cardinal", "serving as an essential component"]]}, {"answer": "primary", "hint": "synonyms for primary", "clues": [["master", "most important element"], ["principal", "most important element"], ["basal", "of primary importance"], ["chief", "most important element"], ["main", "most important element"], ["elemental", "of or being the essential or basic part"], ["elementary", "of or being the essential or basic part"]]}, {"answer": "prime", "hint": "synonyms for prime", "clues": [["choice", "of superior grade"], ["meridian", "being at the best stage of development; - Robert Browning"], ["quality", "of superior grade"], ["select", "of superior grade"], ["premier", "first in rank or degree"], ["prize", "of superior grade"]]}, {"answer": "primeval", "hint": "synonyms for primeval", "clues": [["primordial", "having existed from the beginning; in an earliest or original stage or state"], ["primal", "having existed from the beginning; in an earliest or original stage or state"], ["primaeval", "having existed from the beginning; in an earliest or original stage or state"], ["aboriginal", "having existed from the beginning; in an earliest or original stage or state"]]}, {"answer": "princely", "hint": "synonyms for princely", "clues": [["gilded", "rich and superior in quality"], ["sumptuous", "rich and superior in quality"], ["grand", "rich and superior in quality"], ["deluxe", "rich and superior in quality"], ["opulent", "rich and superior in quality"], ["luxurious", "rich and superior in quality"]]}, {"answer": "principal", "hint": "synonyms for principal", "clues": [["main", "most important element"], ["master", "most important element"], ["primary", "most important element"], ["chief", "most important element"]]}, {"answer": "prissy", "hint": "synonyms for prissy", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["nice", "excessively fastidious and easily disgusted"], ["dainty", "excessively fastidious and easily disgusted"], ["squeamish", "excessively fastidious and easily disgusted"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"], ["overnice", "excessively fastidious and easily disgusted"]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["choice", "of superior grade"], ["select", "of superior grade"], ["quality", "of superior grade"], ["prime", "of superior grade"]]}, {"answer": "problematic", "hint": "synonyms for problematic", "clues": [["debatable", "open to doubt or debate"], ["problematical", "open to doubt or debate"], ["baffling", "making great mental demands; hard to comprehend or solve or believe"], ["tough", "making great mental demands; hard to comprehend or solve or believe"], ["knotty", "making great mental demands; hard to comprehend or solve or believe"], ["elusive", "making great mental demands; hard to comprehend or solve or believe"]]}, {"answer": "problematical", "hint": "synonyms for problematical", "clues": [["debatable", "open to doubt or debate"], ["problematic", "open to doubt or debate"], ["baffling", "making great mental demands; hard to comprehend or solve or believe"], ["tough", "making great mental demands; hard to comprehend or solve or believe"], ["knotty", "making great mental demands; hard to comprehend or solve or believe"], ["elusive", "making great mental demands; hard to comprehend or solve or believe"]]}, {"answer": "prodigious", "hint": "synonyms for prodigious", "clues": [["portentous", "of momentous or ominous significance; - Herman Melville"], ["stupendous", "so great in size or force or extent as to elicit awe"], ["exceeding", "far beyond what is usual in magnitude or degree"], ["colossal", "so great in size or force or extent as to elicit awe"], ["exceptional", "far beyond what is usual in magnitude or degree"], ["olympian", "far beyond what is usual in magnitude or degree"], ["surpassing", "far beyond what is usual in magnitude or degree"]]}, {"answer": "productive", "hint": "synonyms for productive", "clues": [["generative", "having the ability to produce or originate"], ["fertile", "marked by great fruitfulness"], ["fat", "marked by great fruitfulness"], ["rich", "marked by great fruitfulness"]]}, {"answer": "profane", "hint": "synonyms for profane", "clues": [["blasphemous", "grossly irreverent toward what is held to be sacred"], ["blue", "characterized by profanity or cursing"], ["unconsecrated", "not holy because unconsecrated or impure or defiled"], ["unsanctified", "not holy because unconsecrated or impure or defiled"], ["sacrilegious", "grossly irreverent toward what is held to be sacred"], ["secular", "not concerned with or devoted to religion; ; ; ,"]]}, {"answer": "proficient", "hint": "synonyms for proficient", "clues": [["adept", "having or showing knowledge and skill and aptitude"], ["good", "having or showing knowledge and skill and aptitude"], ["expert", "having or showing knowledge and skill and aptitude"], ["practiced", "having or showing knowledge and skill and aptitude"], ["skilful", "having or showing knowledge and skill and aptitude"], ["technical", "of or relating to technique or proficiency in a practical skill"]]}, {"answer": "profligate", "hint": "synonyms for profligate", "clues": [["libertine", "unrestrained by convention or morality"], ["spendthrift", "recklessly wasteful"], ["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["prodigal", "recklessly wasteful"], ["extravagant", "recklessly wasteful"], ["degraded", "unrestrained by convention or morality"], ["dissipated", "unrestrained by convention or morality"], ["fast", "unrestrained by convention or morality"], ["debauched", "unrestrained by convention or morality"]]}, {"answer": "profound", "hint": "synonyms for profound", "clues": [["unplumbed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray"], ["fundamental", "far-reaching and thoroughgoing in effect especially on the nature of something"], ["wakeless", "(of sleep) deep and complete"], ["sound", "(of sleep) deep and complete"], ["heavy", "(of sleep) deep and complete"], ["unfathomed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray"], ["unsounded", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray"]]}, {"answer": "profuse", "hint": "synonyms for profuse", "clues": [["lush", "produced or growing in extreme abundance"], ["exuberant", "produced or growing in extreme abundance"], ["riotous", "produced or growing in extreme abundance"], ["luxuriant", "produced or growing in extreme abundance"]]}, {"answer": "prohibited", "hint": "synonyms for prohibited", "clues": [["taboo", "excluded from use or mention"], ["tabu", "excluded from use or mention"], ["proscribed", "excluded from use or mention"], ["forbidden", "excluded from use or mention"], ["verboten", "excluded from use or mention"], ["banned", "forbidden by law"], ["out", "excluded from use or mention"]]}, {"answer": "projected", "hint": "synonyms for projected", "clues": [["sticking out", "extending out above or beyond a surface or boundary"], ["projecting", "extending out above or beyond a surface or boundary"], ["sticking", "extending out above or beyond a surface or boundary"], ["protruding", "extending out above or beyond a surface or boundary"], ["relieved", "extending out above or beyond a surface or boundary"], ["jutting", "extending out above or beyond a surface or boundary"]]}, {"answer": "projecting", "hint": "synonyms for projecting", "clues": [["sticking out", "extending out above or beyond a surface or boundary"], ["projected", "extending out above or beyond a surface or boundary"], ["sticking", "extending out above or beyond a surface or boundary"], ["protruding", "extending out above or beyond a surface or boundary"], ["relieved", "extending out above or beyond a surface or boundary"], ["jutting", "extending out above or beyond a surface or boundary"]]}, {"answer": "prolate", "hint": "synonyms for prolate", "clues": [["oval", "rounded like an egg"], ["egg-shaped", "rounded like an egg"], ["watermelon-shaped", "having the polar diameter greater than the equatorial diameter"], ["elliptical", "rounded like an egg"], ["ovate", "rounded like an egg"], ["ovoid", "rounded like an egg"], ["oviform", "rounded like an egg"], ["oval-shaped", "rounded like an egg"]]}, {"answer": "prolonged", "hint": "synonyms for prolonged", "clues": [["lengthy", "relatively long in duration; tediously protracted"], ["lengthened", "drawn out or made longer spatially"], ["protracted", "relatively long in duration; tediously protracted"], ["extended", "relatively long in duration; tediously protracted"], ["drawn-out", "relatively long in duration; tediously protracted"], ["elongated", "drawn out or made longer spatially"]]}, {"answer": "prominent", "hint": "synonyms for prominent", "clues": [["striking", "having a quality that thrusts itself into attention"], ["outstanding", "having a quality that thrusts itself into attention"], ["spectacular", "having a quality that thrusts itself into attention"], ["big", "conspicuous in position or importance"], ["large", "conspicuous in position or importance"], ["salient", "having a quality that thrusts itself into attention"]]}, {"answer": "promiscuous", "hint": "synonyms for promiscuous", "clues": [["sluttish", "casual and unrestrained in sexual behavior"], ["wanton", "casual and unrestrained in sexual behavior"], ["easy", "casual and unrestrained in sexual behavior"], ["loose", "casual and unrestrained in sexual behavior"], ["light", "casual and unrestrained in sexual behavior"]]}, {"answer": "pronged", "hint": "synonyms for pronged", "clues": [["biramous", "resembling a fork; divided or separated into two branches"], ["forked", "resembling a fork; divided or separated into two branches"], ["branched", "resembling a fork; divided or separated into two branches"], ["bifurcate", "resembling a fork; divided or separated into two branches"], ["forficate", "resembling a fork; divided or separated into two branches"], ["fork-like", "resembling a fork; divided or separated into two branches"], ["prongy", "resembling a fork; divided or separated into two branches"], ["tined", "having prongs or tines; usually used in combination"]]}, {"answer": "prongy", "hint": "synonyms for prongy", "clues": [["fork-like", "resembling a fork; divided or separated into two branches"], ["bifurcate", "resembling a fork; divided or separated into two branches"], ["forficate", "resembling a fork; divided or separated into two branches"], ["pronged", "resembling a fork; divided or separated into two branches"], ["biramous", "resembling a fork; divided or separated into two branches"], ["forked", "resembling a fork; divided or separated into two branches"], ["branched", "resembling a fork; divided or separated into two branches"]]}, {"answer": "prophylactic", "hint": "synonyms for prophylactic", "clues": [["antifertility", "capable of preventing conception or impregnation"], ["contraceptive", "capable of preventing conception or impregnation"], ["preventative", "preventing or contributing to the prevention of disease"], ["cautionary", "warding off; - Victor Schultze"]]}, {"answer": "prosaic", "hint": "synonyms for prosaic", "clues": [["unglamorous", "not challenging; dull and lacking excitement"], ["commonplace", "not challenging; dull and lacking excitement"], ["matter-of-fact", "not fanciful or imaginative"], ["earthbound", "lacking wit or imagination"], ["humdrum", "not challenging; dull and lacking excitement"], ["pedestrian", "lacking wit or imagination"], ["prosy", "lacking wit or imagination"]]}, {"answer": "proscribed", "hint": "synonyms for proscribed", "clues": [["taboo", "excluded from use or mention"], ["tabu", "excluded from use or mention"], ["forbidden", "excluded from use or mention"], ["verboten", "excluded from use or mention"], ["prohibited", "excluded from use or mention"], ["out", "excluded from use or mention"]]}, {"answer": "prospering", "hint": "synonyms for prospering", "clues": [["palmy", "very lively and profitable"], ["booming", "very lively and profitable"], ["prosperous", "very lively and profitable"], ["flourishing", "very lively and profitable"], ["roaring", "very lively and profitable"], ["thriving", "very lively and profitable"]]}, {"answer": "prosperous", "hint": "synonyms for prosperous", "clues": [["flourishing", "very lively and profitable"], ["roaring", "very lively and profitable"], ["favourable", "presaging or likely to bring good luck"], ["well-to-do", "in fortunate circumstances financially; moderately rich"], ["well-off", "in fortunate circumstances financially; moderately rich"], ["booming", "very lively and profitable"], ["golden", "marked by peace and prosperity"], ["well-situated", "in fortunate circumstances financially; moderately rich"], ["comfortable", "in fortunate circumstances financially; moderately rich"], ["prospering", "very lively and profitable"], ["well-heeled", "in fortunate circumstances financially; moderately rich"], ["palmy", "very lively and profitable"], ["halcyon", "marked by peace and prosperity"], ["lucky", "presaging or likely to bring good luck"], ["easy", "in fortunate circumstances financially; moderately rich"], ["thriving", "very lively and profitable"], ["well-fixed", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "prospicient", "hint": "synonyms for prospicient", "clues": [["farsighted", "planning prudently for the future"], ["longsighted", "planning prudently for the future"], ["long", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["farseeing", "planning prudently for the future"]]}, {"answer": "protracted", "hint": "synonyms for protracted", "clues": [["extended", "relatively long in duration; tediously protracted"], ["prolonged", "relatively long in duration; tediously protracted"], ["drawn-out", "relatively long in duration; tediously protracted"], ["lengthy", "relatively long in duration; tediously protracted"]]}, {"answer": "protruding", "hint": "synonyms for protruding", "clues": [["sticking out", "extending out above or beyond a surface or boundary"], ["projecting", "extending out above or beyond a surface or boundary"], ["projected", "extending out above or beyond a surface or boundary"], ["sticking", "extending out above or beyond a surface or boundary"], ["relieved", "extending out above or beyond a surface or boundary"], ["jutting", "extending out above or beyond a surface or boundary"]]}, {"answer": "protuberant", "hint": "synonyms for protuberant", "clues": [["bulging", "curving outward"], ["bulgy", "curving outward"], ["bellied", "curving outward"], ["bellying", "curving outward"], ["bulbous", "curving outward"]]}, {"answer": "prudish", "hint": "synonyms for prudish", "clues": [["square-toed", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "puckish", "hint": "synonyms for puckish", "clues": [["arch", "naughtily or annoyingly playful"], ["prankish", "naughtily or annoyingly playful"], ["pixilated", "naughtily or annoyingly playful"], ["wicked", "naughtily or annoyingly playful"], ["mischievous", "naughtily or annoyingly playful"], ["implike", "naughtily or annoyingly playful"], ["impish", "naughtily or annoyingly playful"]]}, {"answer": "pudgy", "hint": "synonyms for pudgy", "clues": [["podgy", "short and plump"], ["dumpy", "short and plump"], ["tubby", "short and plump"], ["roly-poly", "short and plump"]]}, {"answer": "puffy", "hint": "synonyms for puffy", "clues": [["intumescent", "abnormally distended especially by fluids or gas"], ["gusty", "blowing in puffs or short intermittent blasts"], ["turgid", "abnormally distended especially by fluids or gas"], ["tumid", "abnormally distended especially by fluids or gas"], ["bouffant", "being puffed out; used of hair style or clothing"]]}, {"answer": "pulverised", "hint": "synonyms for pulverised", "clues": [["fine-grained", "consisting of fine particles"], ["powdery", "consisting of fine particles"], ["powdered", "consisting of fine particles"], ["small-grained", "consisting of fine particles"], ["pulverized", "consisting of fine particles"]]}, {"answer": "pulverized", "hint": "synonyms for pulverized", "clues": [["pulverised", "consisting of fine particles"], ["fine-grained", "consisting of fine particles"], ["powdery", "consisting of fine particles"], ["powdered", "consisting of fine particles"], ["small-grained", "consisting of fine particles"]]}, {"answer": "pungent", "hint": "synonyms for pungent", "clues": [["barbed", "capable of wounding"], ["biting", "capable of wounding"], ["acrid", "strong and sharp"], ["mordacious", "capable of wounding"], ["nipping", "capable of wounding"]]}, {"answer": "punishing", "hint": "synonyms for punishing", "clues": [["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "punk", "hint": "synonyms for punk", "clues": [["bum", "of very poor quality; flimsy"], ["cheap", "of very poor quality; flimsy"], ["chintzy", "of very poor quality; flimsy"], ["tinny", "of very poor quality; flimsy"], ["sleazy", "of very poor quality; flimsy"], ["crummy", "of very poor quality; flimsy"], ["cheesy", "of very poor quality; flimsy"]]}, {"answer": "purblind", "hint": "synonyms for purblind", "clues": [["obtuse", "lacking in insight or discernment; ; - Jasper Griffin"], ["dim-sighted", "having greatly reduced vision"], ["near-blind", "having greatly reduced vision"], ["visually impaired", "having greatly reduced vision"], ["visually challenged", "having greatly reduced vision"], ["sand-blind", "having greatly reduced vision"]]}, {"answer": "purchasable", "hint": "synonyms for purchasable", "clues": [["corruptible", "capable of being corrupted"], ["dishonest", "capable of being corrupted"], ["venal", "capable of being corrupted"], ["for sale", "available for purchase"], ["bribable", "capable of being corrupted"]]}, {"answer": "pure", "hint": "synonyms for pure", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["saturated", "(of color) being chromatically pure; not diluted with white or grey or black"], ["vestal", "in a state of sexual virginity"], ["virgin", "in a state of sexual virginity"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"], ["virtuous", "in a state of sexual virginity"]]}, {"answer": "puritanical", "hint": "synonyms for puritanical", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanic", "morally rigorous and strict"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["blue", "morally rigorous and strict"], ["priggish", "exaggeratedly proper"]]}, {"answer": "purple", "hint": "synonyms for purple", "clues": [["majestic", "belonging to or befitting a supreme ruler"], ["royal", "belonging to or befitting a supreme ruler"], ["regal", "belonging to or befitting a supreme ruler"], ["empurpled", "excessively elaborate or showily expressed"], ["over-embellished", "excessively elaborate or showily expressed"], ["imperial", "belonging to or befitting a supreme ruler"], ["violet", "of a color intermediate between red and blue"], ["purplish", "of a color intermediate between red and blue"]]}, {"answer": "purposeless", "hint": "synonyms for purposeless", "clues": [["superfluous", "serving no useful purpose; having no excuse for being"], ["senseless", "serving no useful purpose; having no excuse for being"], ["otiose", "serving no useful purpose; having no excuse for being"], ["pointless", "serving no useful purpose; having no excuse for being"], ["wasted", "serving no useful purpose; having no excuse for being"]]}, {"answer": "put-upon", "hint": "synonyms for put-upon", "clues": [["used", "of persons; taken advantage of"], ["exploited", "of persons; taken advantage of"], ["ill-used", "of persons; taken advantage of"], ["victimized", "of persons; taken advantage of"]]}, {"answer": "put_on", "hint": "synonyms for put on", "clues": [["fictitious", "adopted in order to deceive"], ["sham", "adopted in order to deceive"], ["false", "adopted in order to deceive"], ["assumed", "adopted in order to deceive"], ["pretended", "adopted in order to deceive"], ["fictive", "adopted in order to deceive"]]}, {"answer": "quaggy", "hint": "synonyms for quaggy", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"]]}, {"answer": "quality", "hint": "synonyms for quality", "clues": [["choice", "of superior grade"], ["select", "of superior grade"], ["prize", "of superior grade"], ["prime", "of superior grade"]]}, {"answer": "queasy", "hint": "synonyms for queasy", "clues": [["offensive", "causing or able to cause nausea"], ["nauseating", "causing or able to cause nausea"], ["sickish", "feeling nausea; feeling about to vomit"], ["nauseous", "causing or able to cause nausea"], ["nervous", "causing or fraught with or showing anxiety"], ["loathsome", "causing or able to cause nausea"], ["nauseated", "feeling nausea; feeling about to vomit"], ["vile", "causing or able to cause nausea"], ["unquiet", "causing or fraught with or showing anxiety"], ["uneasy", "causing or fraught with or showing anxiety"], ["noisome", "causing or able to cause nausea"], ["anxious", "causing or fraught with or showing anxiety"], ["sickening", "causing or able to cause nausea"], ["sick", "feeling nausea; feeling about to vomit"]]}, {"answer": "queer", "hint": "synonyms for queer", "clues": [["singular", "beyond or deviating from the usual or expected"], ["odd", "beyond or deviating from the usual or expected"], ["gay", "homosexual or arousing homosexual desires"], ["funny", "beyond or deviating from the usual or expected"], ["rum", "beyond or deviating from the usual or expected"], ["curious", "beyond or deviating from the usual or expected"], ["peculiar", "beyond or deviating from the usual or expected"], ["homophile", "homosexual or arousing homosexual desires"], ["rummy", "beyond or deviating from the usual or expected"]]}, {"answer": "quenched", "hint": "synonyms for quenched", "clues": [["squelched", "subdued or overcome"], ["satisfied", "allayed"], ["quelled", "subdued or overcome"], ["slaked", "allayed"]]}, {"answer": "questioning", "hint": "synonyms for questioning", "clues": [["inquisitive", "showing curiosity"], ["speculative", "showing curiosity"], ["sceptical", "marked by or given to doubt"], ["wondering", "showing curiosity"], ["quizzical", "perplexed (as if being expected to know something that you do not know)"], ["doubting", "marked by or given to doubt"]]}, {"answer": "quick", "hint": "synonyms for quick", "clues": [["warm", "easily aroused or excited"], ["speedy", "accomplished rapidly and without delay"], ["flying", "hurried and brief"], ["spry", "moving quickly and lightly"], ["immediate", "performed with little or no delay"], ["straightaway", "performed with little or no delay"], ["prompt", "performed with little or no delay"], ["fast", "hurried and brief"], ["nimble", "moving quickly and lightly"], ["agile", "moving quickly and lightly"], ["ready", "apprehending and responding with speed and sensitivity"]]}, {"answer": "quick-sighted", "hint": "synonyms for quick-sighted", "clues": [["keen-sighted", "having very keen vision"], ["sharp-eyed", "keenly perceptive or alert; - Leonard Bacon"], ["argus-eyed", "having very keen vision"], ["lynx-eyed", "having very keen vision"], ["sharp-sighted", "having very keen vision"], ["hawk-eyed", "having very keen vision"]]}, {"answer": "quick-tempered", "hint": "synonyms for quick-tempered", "clues": [["hot-tempered", "quickly aroused to anger"], ["choleric", "quickly aroused to anger"], ["irascible", "quickly aroused to anger"], ["hotheaded", "quickly aroused to anger"]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["restrained", "not showy or obtrusive"], ["smooth", "(of a body of water) free from disturbance by heavy waves"], ["hushed", "in a softened tone"], ["placid", "(of a body of water) free from disturbance by heavy waves"], ["tranquil", "(of a body of water) free from disturbance by heavy waves"], ["still", "(of a body of water) free from disturbance by heavy waves"], ["unruffled", "(of a body of water) free from disturbance by heavy waves"], ["muted", "in a softened tone"], ["subdued", "in a softened tone"]]}, {"answer": "quirky", "hint": "synonyms for quirky", "clues": [["far-out", "informal terms; strikingly unconventional"], ["kinky", "informal terms; strikingly unconventional"], ["offbeat", "informal terms; strikingly unconventional"], ["way-out", "informal terms; strikingly unconventional"]]}, {"answer": "quondam", "hint": "synonyms for quondam", "clues": [["former", "belonging to some prior time"], ["old", "belonging to some prior time"], ["sometime", "belonging to some prior time"], ["onetime", "belonging to some prior time"], ["erstwhile", "belonging to some prior time"]]}, {"answer": "quotidian", "hint": "synonyms for quotidian", "clues": [["mundane", "found in the ordinary course of events; ; ; - Anita Diamant"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant"]]}, {"answer": "r.c.", "hint": "synonyms for r.c.", "clues": [["popish", "of or relating to or supporting Romanism"], ["papistical", "of or relating to or supporting Romanism"], ["romish", "of or relating to or supporting Romanism"], ["papist", "of or relating to or supporting Romanism"]]}, {"answer": "rabble-rousing", "hint": "synonyms for rabble-rousing", "clues": [["incendiary", "arousing to action or rebellion"], ["instigative", "arousing to action or rebellion"], ["seditious", "arousing to action or rebellion"], ["inflammatory", "arousing to action or rebellion"], ["incitive", "arousing to action or rebellion"]]}, {"answer": "racy", "hint": "synonyms for racy", "clues": [["rich", "marked by richness and fullness of flavor"], ["juicy", "suggestive of sexual impropriety"], ["lively", "full of zest or vigor"], ["spicy", "suggestive of sexual impropriety"], ["gamey", "suggestive of sexual impropriety"], ["naughty", "suggestive of sexual impropriety"], ["blue", "suggestive of sexual impropriety"], ["risque", "suggestive of sexual impropriety"], ["robust", "marked by richness and fullness of flavor"], ["full-bodied", "marked by richness and fullness of flavor"]]}, {"answer": "raddled", "hint": "synonyms for raddled", "clues": [["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["worn-out", "used until no longer useful"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"]]}, {"answer": "radical", "hint": "synonyms for radical", "clues": [["extremist", "(used of opinions and actions) far beyond the norm"], ["revolutionary", "markedly new or introducing radical change"], ["basal", "especially of leaves; located at the base of a plant or stem; especially arising directly from the root or rootstock or a root-like stem"], ["ultra", "(used of opinions and actions) far beyond the norm"]]}, {"answer": "raffish", "hint": "synonyms for raffish", "clues": [["snappy", "marked by up-to-dateness in dress and manners"], ["dashing", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["natty", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["rakish", "marked by up-to-dateness in dress and manners"], ["devil-may-care", "marked by a carefree unconventionality or disreputableness; - Crary Moore"], ["jaunty", "marked by up-to-dateness in dress and manners"]]}, {"answer": "raging", "hint": "synonyms for raging", "clues": [["hot", "characterized by violent and forceful activity or movement; very intense"], ["furious", "(of the elements) as if showing violent anger"], ["wild", "(of the elements) as if showing violent anger"], ["tempestuous", "(of the elements) as if showing violent anger"], ["angry", "(of the elements) as if showing violent anger"]]}, {"answer": "rakish", "hint": "synonyms for rakish", "clues": [["snappy", "marked by up-to-dateness in dress and manners"], ["raffish", "marked by a carefree unconventionality or disreputableness; - Crary Moore"], ["dashing", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["natty", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["devil-may-care", "marked by a carefree unconventionality or disreputableness; - Crary Moore"], ["jaunty", "marked by up-to-dateness in dress and manners"]]}, {"answer": "ramate", "hint": "synonyms for ramate", "clues": [["branching", "having branches"], ["branched", "having branches"], ["ramous", "having branches"], ["ramose", "having branches"]]}, {"answer": "rambling", "hint": "synonyms for rambling", "clues": [["sprawling", "spreading out in different directions"], ["straggling", "spreading out in different directions"], ["winding", "of a path e.g."], ["straggly", "spreading out in different directions"], ["discursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"], ["wandering", "of a path e.g."], ["meandering", "of a path e.g."], ["digressive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"], ["excursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects"]]}, {"answer": "ramose", "hint": "synonyms for ramose", "clues": [["branching", "having branches"], ["ramous", "having branches"], ["branched", "having branches"], ["ramate", "having branches"]]}, {"answer": "ramous", "hint": "synonyms for ramous", "clues": [["branching", "having branches"], ["branched", "having branches"], ["ramate", "having branches"], ["ramose", "having branches"]]}, {"answer": "ramshackle", "hint": "synonyms for ramshackle", "clues": [["bedraggled", "in deplorable condition"], ["broken-down", "in deplorable condition"], ["dilapidated", "in deplorable condition"], ["derelict", "in deplorable condition"], ["tumble-down", "in deplorable condition"], ["tatterdemalion", "in deplorable condition"]]}, {"answer": "randy", "hint": "synonyms for randy", "clues": [["ruttish", "feeling great sexual desire"], ["turned on", "feeling great sexual desire"], ["steamy", "feeling great sexual desire"], ["horny", "feeling great sexual desire"], ["aroused", "feeling great sexual desire"]]}, {"answer": "rank", "hint": "synonyms for rank", "clues": [["crying", "conspicuously and outrageously bad or reprehensible"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["flagrant", "conspicuously and outrageously bad or reprehensible"], ["egregious", "conspicuously and outrageously bad or reprehensible"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["glaring", "conspicuously and outrageously bad or reprehensible"], ["gross", "conspicuously and outrageously bad or reprehensible"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers"]]}, {"answer": "rapacious", "hint": "synonyms for rapacious", "clues": [["ravening", "devouring or craving food in great quantities"], ["voracious", "devouring or craving food in great quantities"], ["wolfish", "devouring or craving food in great quantities"], ["predatory", "living by preying on other animals especially by catching living prey"], ["ravenous", "devouring or craving food in great quantities"], ["esurient", "devouring or craving food in great quantities"], ["edacious", "devouring or craving food in great quantities"], ["vulturous", "living by preying on other animals especially by catching living prey"], ["vulturine", "living by preying on other animals especially by catching living prey"], ["raptorial", "living by preying on other animals especially by catching living prey"]]}, {"answer": "raped", "hint": "synonyms for raped", "clues": [["despoiled", "having been robbed and destroyed by force and violence"], ["sacked", "having been robbed and destroyed by force and violence"], ["pillaged", "having been robbed and destroyed by force and violence"], ["ravaged", "having been robbed and destroyed by force and violence"]]}, {"answer": "rapt", "hint": "synonyms for rapt", "clues": [["rhapsodic", "feeling great rapture or delight"], ["ecstatic", "feeling great rapture or delight"], ["rapturous", "feeling great rapture or delight"], ["enraptured", "feeling great rapture or delight"]]}, {"answer": "raptorial", "hint": "synonyms for raptorial", "clues": [["predatory", "living by preying on other animals especially by catching living prey"], ["vulturous", "living by preying on other animals especially by catching living prey"], ["vulturine", "living by preying on other animals especially by catching living prey"], ["rapacious", "living by preying on other animals especially by catching living prey"], ["ravening", "living by preying on other animals especially by catching living prey"]]}, {"answer": "rapturous", "hint": "synonyms for rapturous", "clues": [["rhapsodic", "feeling great rapture or delight"], ["ecstatic", "feeling great rapture or delight"], ["rapt", "feeling great rapture or delight"], ["enraptured", "feeling great rapture or delight"]]}, {"answer": "rarefied", "hint": "synonyms for rarefied", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rare", "having low density"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarified", "having low density"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "rarified", "hint": "synonyms for rarified", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "having low density"], ["rare", "having low density"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"]]}, {"answer": "rascally", "hint": "synonyms for rascally", "clues": [["roguish", "lacking principles or scruples; ; - W.M. Thackaray"], ["scoundrelly", "lacking principles or scruples; ; - W.M. Thackaray"], ["devilish", "playful in an appealingly bold way"], ["blackguardly", "lacking principles or scruples; ; - W.M. Thackaray"]]}, {"answer": "rasping", "hint": "synonyms for rasping", "clues": [["rough", "unpleasantly harsh or grating in sound"], ["scratchy", "unpleasantly harsh or grating in sound"], ["grating", "unpleasantly harsh or grating in sound"], ["gravelly", "unpleasantly harsh or grating in sound"], ["raspy", "unpleasantly harsh or grating in sound"]]}, {"answer": "raspy", "hint": "synonyms for raspy", "clues": [["rough", "unpleasantly harsh or grating in sound"], ["scratchy", "unpleasantly harsh or grating in sound"], ["grating", "unpleasantly harsh or grating in sound"], ["gravelly", "unpleasantly harsh or grating in sound"], ["rasping", "unpleasantly harsh or grating in sound"]]}, {"answer": "rattling", "hint": "synonyms for rattling", "clues": [["zippy", "quick and energetic"], ["spanking", "quick and energetic"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["lively", "quick and energetic"], ["snappy", "quick and energetic"], ["marvellous", "extraordinarily good or great ; used especially as intensifiers"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["alert", "quick and energetic"], ["brisk", "quick and energetic"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["merry", "quick and energetic"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "raunchy", "hint": "synonyms for raunchy", "clues": [["salacious", "suggestive of or tending to moral looseness"], ["grubby", "thickly covered with ingrained dirt or soot"], ["lewd", "suggestive of or tending to moral looseness"], ["obscene", "suggestive of or tending to moral looseness"], ["dingy", "thickly covered with ingrained dirt or soot"], ["grimy", "thickly covered with ingrained dirt or soot"], ["grungy", "thickly covered with ingrained dirt or soot"], ["begrimed", "thickly covered with ingrained dirt or soot"]]}, {"answer": "ravaged", "hint": "synonyms for ravaged", "clues": [["despoiled", "having been robbed and destroyed by force and violence"], ["raped", "having been robbed and destroyed by force and violence"], ["sacked", "having been robbed and destroyed by force and violence"], ["pillaged", "having been robbed and destroyed by force and violence"]]}, {"answer": "ravening", "hint": "synonyms for ravening", "clues": [["wolfish", "devouring or craving food in great quantities"], ["voracious", "devouring or craving food in great quantities"], ["predatory", "living by preying on other animals especially by catching living prey"], ["rapacious", "devouring or craving food in great quantities"], ["ravenous", "devouring or craving food in great quantities"], ["esurient", "devouring or craving food in great quantities"], ["edacious", "devouring or craving food in great quantities"], ["vulturous", "living by preying on other animals especially by catching living prey"], ["vulturine", "living by preying on other animals especially by catching living prey"], ["raptorial", "living by preying on other animals especially by catching living prey"]]}, {"answer": "ravenous", "hint": "synonyms for ravenous", "clues": [["ravening", "devouring or craving food in great quantities"], ["voracious", "devouring or craving food in great quantities"], ["esurient", "extremely hungry"], ["wolfish", "devouring or craving food in great quantities"], ["famished", "extremely hungry"], ["rapacious", "devouring or craving food in great quantities"], ["sharp-set", "extremely hungry"], ["starved", "extremely hungry"], ["edacious", "devouring or craving food in great quantities"]]}, {"answer": "raw", "hint": "synonyms for raw", "clues": [["tender", "hurting"], ["cutting", "unpleasantly cold and damp"], ["unsanded", "used of wood and furniture"], ["sore", "hurting"], ["peeled", "(used informally) completely unclothed"], ["new", "lacking training or experience"], ["rude", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes"], ["in the buff", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["naked", "devoid of elaboration or diminution or concealment; bare and pure"], ["bleak", "unpleasantly cold and damp"], ["natural", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes"], ["bare-assed", "(used informally) completely unclothed"], ["sensitive", "hurting"], ["in the raw", "(used informally) completely unclothed"], ["stark naked", "(used informally) completely unclothed"]]}, {"answer": "real", "hint": "synonyms for real", "clues": [["veridical", "coinciding with reality; - F.A.Olafson"], ["tangible", "capable of being treated as fact"], ["substantial", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare"], ["literal", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"], ["existent", "being or occurring in fact or actuality; having verified existence; not illusory; ; ; ; ; ; - Longfellow"], ["actual", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"], ["material", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare"], ["genuine", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton"]]}, {"answer": "realizable", "hint": "synonyms for realizable", "clues": [["achievable", "capable of existing or taking place or proving true; possible to do"], ["doable", "capable of existing or taking place or proving true; possible to do"], ["accomplishable", "capable of existing or taking place or proving true; possible to do"], ["manageable", "capable of existing or taking place or proving true; possible to do"]]}, {"answer": "reasonable", "hint": "synonyms for reasonable", "clues": [["sane", "marked by sound judgment"], ["fair", "not excessive or extreme"], ["sensible", "showing reason or sound judgment"], ["fairish", "not excessive or extreme"]]}, {"answer": "reckless", "hint": "synonyms for reckless", "clues": [["foolhardy", "marked by defiant disregard for danger or consequences; ; -Macaulay"], ["heedless", "characterized by careless unconcern; - Edith Wharton"], ["heady", "marked by defiant disregard for danger or consequences; ; -Macaulay"], ["rash", "marked by defiant disregard for danger or consequences; ; -Macaulay"]]}, {"answer": "reclusive", "hint": "synonyms for reclusive", "clues": [["sequestered", "providing privacy or seclusion"], ["withdrawn", "withdrawn from society; seeking solitude"], ["cloistered", "providing privacy or seclusion"], ["recluse", "withdrawn from society; seeking solitude"], ["secluded", "providing privacy or seclusion"]]}, {"answer": "red", "hint": "synonyms for red", "clues": [["crimson", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["violent", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode"]]}, {"answer": "red-faced", "hint": "synonyms for red-faced", "clues": [["blushing", "having a red face from embarrassment or shame or agitation or emotional upset"], ["blushful", "having a red face from embarrassment or shame or agitation or emotional upset"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["crimson", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["red", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"]]}, {"answer": "red-hot", "hint": "synonyms for red-hot", "clues": [["hot", "very fast; capable of quick response and great speed"], ["toothsome", "having strong sexual appeal"], ["juicy", "having strong sexual appeal"], ["blistering", "very fast; capable of quick response and great speed"], ["voluptuous", "having strong sexual appeal"], ["sizzling", "characterized by intense emotion or interest or excitement"], ["luscious", "having strong sexual appeal"]]}, {"answer": "reddened", "hint": "synonyms for reddened", "clues": [["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["ablaze", "lighted with red light as if with flames"], ["inflamed", "lighted with red light as if with flames"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["crimson", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"], ["red", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion"]]}, {"answer": "reddish", "hint": "synonyms for reddish", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "redemptive", "hint": "synonyms for redemptive", "clues": [["redemptional", "of or relating to or resulting in redemption; - E.K.Brown"], ["redemptory", "of or relating to or resulting in redemption; - E.K.Brown"], ["redeeming", "bringing about salvation or redemption from sin"], ["saving", "bringing about salvation or redemption from sin"]]}, {"answer": "redolent", "hint": "synonyms for redolent", "clues": [["reminiscent", "serving to bring to mind; - Wilder Hobson"], ["evocative", "serving to bring to mind; - Wilder Hobson"], ["aromatic", "having a strong pleasant odor; - Jean Stafford"], ["remindful", "serving to bring to mind; - Wilder Hobson"], ["resonant", "serving to bring to mind; - Wilder Hobson"], ["smelling", "(used with `of' or `with') noticeably odorous"]]}, {"answer": "redundant", "hint": "synonyms for redundant", "clues": [["tautological", "repetition of same sense in different words; ; ; - J.B.Conant"], ["supernumerary", "more than is needed, desired, or required"], ["pleonastic", "repetition of same sense in different words; ; ; - J.B.Conant"], ["supererogatory", "more than is needed, desired, or required"], ["spare", "more than is needed, desired, or required"], ["superfluous", "more than is needed, desired, or required"], ["surplus", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["extra", "more than is needed, desired, or required"]]}, {"answer": "refined", "hint": "synonyms for refined", "clues": [["elegant", "suggesting taste, ease, and wealth"], ["urbane", "showing a high degree of refinement and the assurance that comes from wide social experience"], ["polished", "showing a high degree of refinement and the assurance that comes from wide social experience"], ["tasteful", "free from what is tawdry or unbecoming"], ["neat", "free from what is tawdry or unbecoming"], ["graceful", "suggesting taste, ease, and wealth"], ["processed", "freed from impurities by processing; ; ; - Shakespeare"], ["svelte", "showing a high degree of refinement and the assurance that comes from wide social experience"]]}, {"answer": "reflective", "hint": "synonyms for reflective", "clues": [["broody", "deeply or seriously thoughtful"], ["brooding", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["ruminative", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "refreshful", "hint": "synonyms for refreshful", "clues": [["tonic", "imparting vitality and energy"], ["refreshing", "imparting vitality and energy"], ["brisk", "imparting vitality and energy"], ["bracing", "imparting vitality and energy"], ["fresh", "imparting vitality and energy"]]}, {"answer": "refreshing", "hint": "synonyms for refreshing", "clues": [["tonic", "imparting vitality and energy"], ["refreshful", "imparting vitality and energy"], ["brisk", "imparting vitality and energy"], ["bracing", "imparting vitality and energy"], ["fresh", "imparting vitality and energy"], ["novel", "pleasantly new or different"]]}, {"answer": "refulgent", "hint": "synonyms for refulgent", "clues": [["beaming", "radiating or as if radiating light"], ["beamy", "radiating or as if radiating light"], ["effulgent", "radiating or as if radiating light"], ["radiant", "radiating or as if radiating light"]]}, {"answer": "regal", "hint": "synonyms for regal", "clues": [["majestic", "belonging to or befitting a supreme ruler"], ["imperial", "belonging to or befitting a supreme ruler"], ["royal", "belonging to or befitting a supreme ruler"], ["purple", "belonging to or befitting a supreme ruler"]]}, {"answer": "regular", "hint": "synonyms for regular", "clues": [["veritable", "often used as intensifiers"], ["even", "symmetrically arranged"], ["unconstipated", "not constipated"], ["steady", "relating to a person who does something regularly"]]}, {"answer": "rejoicing", "hint": "synonyms for rejoicing", "clues": [["jubilant", "joyful and proud especially because of triumph or success"], ["triumphant", "joyful and proud especially because of triumph or success"], ["triumphal", "joyful and proud especially because of triumph or success"], ["prideful", "joyful and proud especially because of triumph or success"], ["exulting", "joyful and proud especially because of triumph or success"], ["exultant", "joyful and proud especially because of triumph or success"]]}, {"answer": "relatiative", "hint": "synonyms for relatiative", "clues": [["retributive", "of or relating to or having the nature of retribution"], ["vindicatory", "of or relating to or having the nature of retribution"], ["retributory", "of or relating to or having the nature of retribution"], ["retaliatory", "of or relating to or having the nature of retribution"]]}, {"answer": "relentless", "hint": "synonyms for relentless", "clues": [["persistent", "never-ceasing"], ["inexorable", "not to be placated or appeased or moved by entreaty"], ["unrelenting", "not to be placated or appeased or moved by entreaty"], ["unappeasable", "not to be placated or appeased or moved by entreaty"], ["grim", "not to be placated or appeased or moved by entreaty"], ["unforgiving", "not to be placated or appeased or moved by entreaty"], ["stern", "not to be placated or appeased or moved by entreaty"]]}, {"answer": "reliable", "hint": "synonyms for reliable", "clues": [["dependable", "worthy of reliance or trust"], ["honest", "worthy of being depended on"], ["true", "worthy of being depended on"], ["authentic", "conforming to fact and therefore worthy of belief"]]}, {"answer": "relieved", "hint": "synonyms for relieved", "clues": [["projected", "extending out above or beyond a surface or boundary"], ["sticking", "extending out above or beyond a surface or boundary"], ["sticking out", "extending out above or beyond a surface or boundary"], ["alleviated", "(of pain or sorrow) made easier to bear"], ["projecting", "extending out above or beyond a surface or boundary"], ["eased", "(of pain or sorrow) made easier to bear"], ["protruding", "extending out above or beyond a surface or boundary"], ["jutting", "extending out above or beyond a surface or boundary"]]}, {"answer": "remaining", "hint": "synonyms for remaining", "clues": [["left", "not used up"], ["left over", "not used up"], ["unexpended", "not used up"], ["odd", "not used up"]]}, {"answer": "remedial", "hint": "synonyms for remedial", "clues": [["healing", "tending to cure or restore to health"], ["therapeutic", "tending to cure or restore to health"], ["curative", "tending to cure or restore to health"], ["sanative", "tending to cure or restore to health"], ["alterative", "tending to cure or restore to health"]]}, {"answer": "remindful", "hint": "synonyms for remindful", "clues": [["reminiscent", "serving to bring to mind; - Wilder Hobson"], ["redolent", "serving to bring to mind; - Wilder Hobson"], ["resonant", "serving to bring to mind; - Wilder Hobson"], ["evocative", "serving to bring to mind; - Wilder Hobson"]]}, {"answer": "reminiscent", "hint": "synonyms for reminiscent", "clues": [["redolent", "serving to bring to mind; - Wilder Hobson"], ["remindful", "serving to bring to mind; - Wilder Hobson"], ["resonant", "serving to bring to mind; - Wilder Hobson"], ["evocative", "serving to bring to mind; - Wilder Hobson"]]}, {"answer": "remote", "hint": "synonyms for remote", "clues": [["removed", "separate or apart in time"], ["outside", "very unlikely"], ["distant", "far apart in relevance or relationship or kinship"], ["outback", "inaccessible and sparsely populated"]]}, {"answer": "remunerative", "hint": "synonyms for remunerative", "clues": [["paying", "for which money is paid"], ["lucrative", "producing a sizeable profit"], ["moneymaking", "producing a sizeable profit"], ["stipendiary", "for which money is paid"], ["compensable", "for which money is paid"], ["salaried", "for which money is paid"]]}, {"answer": "renowned", "hint": "synonyms for renowned", "clues": [["celebrated", "widely known and esteemed"], ["far-famed", "widely known and esteemed"], ["famous", "widely known and esteemed"], ["noted", "widely known and esteemed"], ["illustrious", "widely known and esteemed"], ["notable", "widely known and esteemed"], ["famed", "widely known and esteemed"]]}, {"answer": "repellant", "hint": "synonyms for repellant", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["rebarbative", "serving or tending to repel"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["repellent", "serving or tending to repel"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "repellent", "hint": "synonyms for repellent", "clues": [["repellant", "serving or tending to repel"], ["foul", "highly offensive; arousing aversion or disgust"], ["rebarbative", "serving or tending to repel"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["resistant", "incapable of absorbing or mixing with"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "repelling", "hint": "synonyms for repelling", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "reprehensible", "hint": "synonyms for reprehensible", "clues": [["vicious", "bringing or deserving severe rebuke or censure"], ["criminal", "bringing or deserving severe rebuke or censure"], ["condemnable", "bringing or deserving severe rebuke or censure"], ["deplorable", "bringing or deserving severe rebuke or censure"]]}, {"answer": "repugnant", "hint": "synonyms for repugnant", "clues": [["repulsive", "offensive to the mind"], ["abhorrent", "offensive to the mind"], ["detestable", "offensive to the mind"], ["obscene", "offensive to the mind"]]}, {"answer": "repulsive", "hint": "synonyms for repulsive", "clues": [["abhorrent", "offensive to the mind"], ["obscene", "offensive to the mind"], ["hideous", "so extremely ugly as to be terrifying"], ["detestable", "offensive to the mind"], ["repugnant", "offensive to the mind"]]}, {"answer": "required", "hint": "synonyms for required", "clues": [["mandatory", "required by rule"], ["compulsory", "required by rule"], ["needed", "necessary for relief or supply"], ["requisite", "necessary for relief or supply"], ["needful", "necessary for relief or supply"]]}, {"answer": "resistant", "hint": "synonyms for resistant", "clues": [["tolerant", "able to tolerate environmental conditions or physiological stress"], ["repellent", "incapable of absorbing or mixing with"], ["insubordinate", "disposed to or engaged in defiance of established authority"], ["immune", "relating to or conferring immunity (to disease or infection)"], ["resistive", "disposed to or engaged in defiance of established authority"]]}, {"answer": "resonant", "hint": "synonyms for resonant", "clues": [["resonating", "characterized by resonance"], ["reverberative", "characterized by resonance"], ["redolent", "serving to bring to mind; - Wilder Hobson"], ["reverberating", "characterized by resonance"], ["remindful", "serving to bring to mind; - Wilder Hobson"], ["resounding", "characterized by resonance"], ["reminiscent", "serving to bring to mind; - Wilder Hobson"], ["evocative", "serving to bring to mind; - Wilder Hobson"]]}, {"answer": "resonating", "hint": "synonyms for resonating", "clues": [["resounding", "characterized by resonance"], ["reverberative", "characterized by resonance"], ["resonant", "characterized by resonance"], ["reverberating", "characterized by resonance"]]}, {"answer": "resounding", "hint": "synonyms for resounding", "clues": [["reverberative", "characterized by resonance"], ["resonant", "characterized by resonance"], ["reverberating", "characterized by resonance"], ["resonating", "characterized by resonance"]]}, {"answer": "respectable", "hint": "synonyms for respectable", "clues": [["healthy", "large in amount or extent or degree"], ["goodly", "large in amount or extent or degree"], ["estimable", "deserving of esteem and respect"], ["sizable", "large in amount or extent or degree"], ["honorable", "deserving of esteem and respect"], ["goodish", "large in amount or extent or degree"], ["tidy", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"]]}, {"answer": "restive", "hint": "synonyms for restive", "clues": [["edgy", "being in a tense state"], ["highly strung", "being in a tense state"], ["overstrung", "being in a tense state"], ["uptight", "being in a tense state"], ["jumpy", "being in a tense state"], ["nervy", "being in a tense state"], ["jittery", "being in a tense state"], ["high-strung", "being in a tense state"]]}, {"answer": "restorative", "hint": "synonyms for restorative", "clues": [["revitalising", "tending to impart new life and vigor to"], ["renewing", "tending to impart new life and vigor to"], ["recuperative", "promoting recuperation"], ["reviving", "tending to impart new life and vigor to"]]}, {"answer": "restrained", "hint": "synonyms for restrained", "clues": [["moderate", "marked by avoidance of extravagance or extremes"], ["reticent", "cool and formal in manner"], ["guarded", "prudent"], ["unemotional", "cool and formal in manner"], ["quiet", "not showy or obtrusive"]]}, {"answer": "restricting", "hint": "synonyms for restricting", "clues": [["confining", "restricting the scope or freedom of action"], ["constrictive", "restricting the scope or freedom of action"], ["limiting", "restricting the scope or freedom of action"], ["constraining", "restricting the scope or freedom of action"]]}, {"answer": "resultant", "hint": "synonyms for resultant", "clues": [["sequent", "following or accompanying as a consequence"], ["consequent", "following or accompanying as a consequence"], ["concomitant", "following or accompanying as a consequence"], ["incidental", "following or accompanying as a consequence"], ["ensuant", "following or accompanying as a consequence"], ["accompanying", "following or accompanying as a consequence"], ["attendant", "following or accompanying as a consequence"]]}, {"answer": "retaliatory", "hint": "synonyms for retaliatory", "clues": [["retributive", "of or relating to or having the nature of retribution"], ["vindicatory", "of or relating to or having the nature of retribution"], ["retributory", "of or relating to or having the nature of retribution"], ["relatiative", "of or relating to or having the nature of retribution"]]}, {"answer": "reticent", "hint": "synonyms for reticent", "clues": [["retiring", "reluctant to draw attention to yourself"], ["restrained", "cool and formal in manner"], ["untalkative", "temperamentally disinclined to talk"], ["self-effacing", "reluctant to draw attention to yourself"], ["unemotional", "cool and formal in manner"]]}, {"answer": "retiring", "hint": "synonyms for retiring", "clues": [["preceding", "of a person who has held and relinquished a position or office"], ["past", "of a person who has held and relinquished a position or office"], ["self-effacing", "reluctant to draw attention to yourself"], ["unassuming", "not arrogant or presuming"], ["reticent", "reluctant to draw attention to yourself"]]}, {"answer": "retributive", "hint": "synonyms for retributive", "clues": [["vindicatory", "of or relating to or having the nature of retribution"], ["retributory", "of or relating to or having the nature of retribution"], ["relatiative", "of or relating to or having the nature of retribution"], ["retaliatory", "of or relating to or having the nature of retribution"]]}, {"answer": "retributory", "hint": "synonyms for retributory", "clues": [["retributive", "of or relating to or having the nature of retribution"], ["vindicatory", "of or relating to or having the nature of retribution"], ["relatiative", "of or relating to or having the nature of retribution"], ["retaliatory", "of or relating to or having the nature of retribution"]]}, {"answer": "revelatory", "hint": "synonyms for revelatory", "clues": [["significative", "(usually followed by `of') pointing out or revealing clearly"], ["indicative", "(usually followed by `of') pointing out or revealing clearly"], ["apocalyptic", "prophetic of devastation or ultimate doom"], ["indicatory", "(usually followed by `of') pointing out or revealing clearly"], ["suggestive", "(usually followed by `of') pointing out or revealing clearly"]]}, {"answer": "reverberating", "hint": "synonyms for reverberating", "clues": [["resounding", "characterized by resonance"], ["reverberative", "characterized by resonance"], ["resonant", "characterized by resonance"], ["resonating", "characterized by resonance"]]}, {"answer": "reverberative", "hint": "synonyms for reverberative", "clues": [["resounding", "characterized by resonance"], ["resonant", "characterized by resonance"], ["reverberating", "characterized by resonance"], ["resonating", "characterized by resonance"]]}, {"answer": "revitalising", "hint": "synonyms for revitalising", "clues": [["reviving", "tending to impart new life and vigor to"], ["revitalizing", "tending to impart new life and vigor to"], ["renewing", "tending to impart new life and vigor to"], ["restorative", "tending to impart new life and vigor to"]]}, {"answer": "revitalizing", "hint": "synonyms for revitalizing", "clues": [["revitalising", "tending to impart new life and vigor to"], ["reviving", "tending to impart new life and vigor to"], ["renewing", "tending to impart new life and vigor to"], ["restorative", "tending to impart new life and vigor to"]]}, {"answer": "revolting", "hint": "synonyms for revolting", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "rhapsodic", "hint": "synonyms for rhapsodic", "clues": [["ecstatic", "feeling great rapture or delight"], ["rapturous", "feeling great rapture or delight"], ["rapt", "feeling great rapture or delight"], ["enraptured", "feeling great rapture or delight"]]}, {"answer": "rheumatic", "hint": "synonyms for rheumatic", "clues": [["creaky", "of or pertaining to arthritis"], ["rheumy", "of or pertaining to arthritis"], ["arthritic", "of or pertaining to arthritis"], ["rheumatoid", "of or pertaining to arthritis"]]}, {"answer": "rheumatoid", "hint": "synonyms for rheumatoid", "clues": [["creaky", "of or pertaining to arthritis"], ["rheumy", "of or pertaining to arthritis"], ["rheumatic", "of or pertaining to arthritis"], ["arthritic", "of or pertaining to arthritis"]]}, {"answer": "rheumy", "hint": "synonyms for rheumy", "clues": [["creaky", "of or pertaining to arthritis"], ["rheumatic", "of or pertaining to arthritis"], ["arthritic", "of or pertaining to arthritis"], ["rheumatoid", "of or pertaining to arthritis"]]}, {"answer": "rich", "hint": "synonyms for rich", "clues": [["plenteous", "affording an abundant supply"], ["fertile", "marked by great fruitfulness"], ["racy", "marked by richness and fullness of flavor"], ["plentiful", "affording an abundant supply"], ["productive", "marked by great fruitfulness"], ["copious", "affording an abundant supply"], ["fat", "marked by great fruitfulness"], ["robust", "marked by richness and fullness of flavor"], ["full-bodied", "marked by richness and fullness of flavor"], ["deep", "strong; intense"], ["ample", "affording an abundant supply"]]}, {"answer": "rickety", "hint": "synonyms for rickety", "clues": [["debile", "lacking bodily or muscular strength or vitality"], ["wobbly", "inclined to shake as from weakness or defect"], ["sapless", "lacking bodily or muscular strength or vitality"], ["weakly", "lacking bodily or muscular strength or vitality"], ["wonky", "inclined to shake as from weakness or defect"], ["decrepit", "lacking bodily or muscular strength or vitality"], ["infirm", "lacking bodily or muscular strength or vitality"], ["shaky", "inclined to shake as from weakness or defect"], ["rachitic", "affected with, suffering from, or characteristic of rickets"], ["feeble", "lacking bodily or muscular strength or vitality"]]}, {"answer": "ridiculous", "hint": "synonyms for ridiculous", "clues": [["farcical", "broadly or extravagantly humorous; resembling farce"], ["ludicrous", "incongruous;inviting ridicule"], ["silly", "inspiring scornful pity; - Dashiell Hammett"], ["laughable", "incongruous;inviting ridicule"], ["absurd", "incongruous;inviting ridicule"], ["nonsensical", "incongruous;inviting ridicule"], ["derisory", "incongruous;inviting ridicule"], ["cockeyed", "incongruous;inviting ridicule"], ["preposterous", "incongruous;inviting ridicule"], ["idiotic", "incongruous;inviting ridicule"], ["pathetic", "inspiring scornful pity; - Dashiell Hammett"]]}, {"answer": "rife", "hint": "synonyms for rife", "clues": [["prevailing", "most frequent or common"], ["dominant", "most frequent or common"], ["overabundant", "excessively abundant"], ["predominant", "most frequent or common"], ["prevalent", "most frequent or common"], ["plethoric", "excessively abundant"]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["correct", "in accord with accepted standards of usage or procedure"], ["good", "most suitable or right for a particular purpose"], ["veracious", "precisely accurate"], ["ripe", "most suitable or right for a particular purpose"], ["right-hand", "intended for the right hand"], ["proper", "appropriate for a condition or purpose or occasion or a person's character, needs"]]}, {"answer": "right-down", "hint": "synonyms for right-down", "clues": [["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers"]]}, {"answer": "rigid", "hint": "synonyms for rigid", "clues": [["inflexible", "incapable of adapting or changing to meet circumstances"], ["unbending", "incapable of adapting or changing to meet circumstances"], ["stiff", "incapable of or resistant to bending"], ["strict", "incapable of compromise or flexibility"], ["fixed", "fixed and unmoving; ; - Connor Cruise O'Brien"], ["set", "fixed and unmoving; ; - Connor Cruise O'Brien"]]}, {"answer": "riled", "hint": "synonyms for riled", "clues": [["peeved", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["roiled", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"]]}, {"answer": "ring-shaped", "hint": "synonyms for ring-shaped", "clues": [["doughnut-shaped", "shaped like a ring"], ["annulated", "shaped like a ring"], ["annular", "shaped like a ring"], ["circinate", "shaped like a ring"], ["ringed", "shaped like a ring"]]}, {"answer": "ringed", "hint": "synonyms for ringed", "clues": [["doughnut-shaped", "shaped like a ring"], ["ring-shaped", "shaped like a ring"], ["annular", "shaped like a ring"], ["annulate", "shaped like a ring"], ["circinate", "shaped like a ring"]]}, {"answer": "riotous", "hint": "synonyms for riotous", "clues": [["fast", "unrestrained by convention or morality"], ["libertine", "unrestrained by convention or morality"], ["luxuriant", "produced or growing in extreme abundance"], ["disruptive", "characterized by unrest or disorder or insubordination"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["lush", "produced or growing in extreme abundance"], ["exuberant", "produced or growing in extreme abundance"], ["profligate", "unrestrained by convention or morality"], ["turbulent", "characterized by unrest or disorder or insubordination"], ["dissipated", "unrestrained by convention or morality"], ["profuse", "produced or growing in extreme abundance"], ["tumultuous", "characterized by unrest or disorder or insubordination"], ["debauched", "unrestrained by convention or morality"], ["troubled", "characterized by unrest or disorder or insubordination"]]}, {"answer": "ripe", "hint": "synonyms for ripe", "clues": [["mature", "fully developed or matured and ready to be eaten or used"], ["advanced", "far along in time"], ["good", "most suitable or right for a particular purpose"], ["right", "most suitable or right for a particular purpose"]]}, {"answer": "rippled", "hint": "synonyms for rippled", "clues": [["crinkly", "uneven by virtue of having wrinkles or waves"], ["crinkled", "uneven by virtue of having wrinkles or waves"], ["ruffled", "shaken into waves or undulations as by wind"], ["wavelike", "uneven by virtue of having wrinkles or waves"], ["wavy", "uneven by virtue of having wrinkles or waves"]]}, {"answer": "risible", "hint": "synonyms for risible", "clues": [["mirthful", "arousing or provoking laughter"], ["comic", "arousing or provoking laughter"], ["funny", "arousing or provoking laughter"], ["laughable", "arousing or provoking laughter"], ["amusing", "arousing or provoking laughter"], ["comical", "arousing or provoking laughter"]]}, {"answer": "risky", "hint": "synonyms for risky", "clues": [["hazardous", "involving risk or danger"], ["bad", "not financially safe or secure"], ["speculative", "not financially safe or secure"], ["high-risk", "not financially safe or secure"], ["wild", "involving risk or danger"]]}, {"answer": "risque", "hint": "synonyms for risque", "clues": [["naughty", "suggestive of sexual impropriety"], ["blue", "suggestive of sexual impropriety"], ["juicy", "suggestive of sexual impropriety"], ["spicy", "suggestive of sexual impropriety"], ["gamy", "suggestive of sexual impropriety"], ["racy", "suggestive of sexual impropriety"]]}, {"answer": "riveting", "hint": "synonyms for riveting", "clues": [["gripping", "capable of arousing and holding the attention"], ["absorbing", "capable of arousing and holding the attention"], ["fascinating", "capable of arousing and holding the attention"], ["engrossing", "capable of arousing and holding the attention"]]}, {"answer": "roadless", "hint": "synonyms for roadless", "clues": [["pathless", "lacking pathways"], ["untrod", "lacking pathways"], ["untrodden", "lacking pathways"], ["trackless", "lacking pathways"], ["untracked", "lacking pathways"]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["palmy", "very lively and profitable"], ["prospering", "very lively and profitable"], ["booming", "very lively and profitable"], ["prosperous", "very lively and profitable"], ["flourishing", "very lively and profitable"], ["thriving", "very lively and profitable"]]}, {"answer": "robed", "hint": "synonyms for robed", "clues": [["appareled", "dressed or clothed especially in fine attire; often used in combination"], ["attired", "dressed or clothed especially in fine attire; often used in combination"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination"], ["garmented", "dressed or clothed especially in fine attire; often used in combination"], ["garbed", "dressed or clothed especially in fine attire; often used in combination"], ["dressed", "dressed or clothed especially in fine attire; often used in combination"]]}, {"answer": "robotic", "hint": "synonyms for robotic", "clues": [["machinelike", "resembling the unthinking functioning of a machine"], ["automatic", "resembling the unthinking functioning of a machine"], ["robotlike", "resembling the unthinking functioning of a machine"], ["automatonlike", "resembling the unthinking functioning of a machine"]]}, {"answer": "robotlike", "hint": "synonyms for robotlike", "clues": [["machinelike", "resembling the unthinking functioning of a machine"], ["automatic", "resembling the unthinking functioning of a machine"], ["robotic", "resembling the unthinking functioning of a machine"], ["automatonlike", "resembling the unthinking functioning of a machine"]]}, {"answer": "robustious", "hint": "synonyms for robustious", "clues": [["boisterous", "noisy and lacking in restraint or discipline"], ["rumbustious", "noisy and lacking in restraint or discipline"], ["unruly", "noisy and lacking in restraint or discipline"], ["rambunctious", "noisy and lacking in restraint or discipline"]]}, {"answer": "rocky", "hint": "synonyms for rocky", "clues": [["bouldery", "abounding in rocks or stones"], ["jolty", "causing or characterized by jolts and irregular movements"], ["bumpy", "causing or characterized by jolts and irregular movements"], ["stony", "abounding in rocks or stones"], ["jolting", "causing or characterized by jolts and irregular movements"], ["jumpy", "causing or characterized by jolts and irregular movements"], ["bouldered", "abounding in rocks or stones"], ["rough", "causing or characterized by jolts and irregular movements"]]}, {"answer": "roguish", "hint": "synonyms for roguish", "clues": [["rascally", "lacking principles or scruples; ; - W.M. Thackaray"], ["scoundrelly", "lacking principles or scruples; ; - W.M. Thackaray"], ["devilish", "playful in an appealingly bold way"], ["blackguardly", "lacking principles or scruples; ; - W.M. Thackaray"]]}, {"answer": "roiled", "hint": "synonyms for roiled", "clues": [["peeved", "aroused to impatience or anger"], ["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["churning", "(of a liquid) agitated vigorously; in a state of turbulence"], ["pissed off", "aroused to impatience or anger"], ["roiling", "(of a liquid) agitated vigorously; in a state of turbulence"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"], ["roily", "(of a liquid) agitated vigorously; in a state of turbulence"], ["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence"]]}, {"answer": "roiling", "hint": "synonyms for roiling", "clues": [["roily", "(of a liquid) agitated vigorously; in a state of turbulence"], ["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence"], ["churning", "(of a liquid) agitated vigorously; in a state of turbulence"]]}, {"answer": "roily", "hint": "synonyms for roily", "clues": [["roiling", "(of a liquid) agitated vigorously; in a state of turbulence"], ["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence"], ["churning", "(of a liquid) agitated vigorously; in a state of turbulence"]]}, {"answer": "rolled", "hint": "synonyms for rolled", "clues": [["trilled", "uttered with a trill"], ["rolling", "uttered with a trill"], ["involute", "especially of petals or leaves in bud; having margins rolled inward"], ["furled", "rolled up and secured"]]}, {"answer": "rollicking", "hint": "synonyms for rollicking", "clues": [["sportive", "given to merry frolicking"], ["frolicsome", "given to merry frolicking"], ["coltish", "given to merry frolicking"], ["frolicky", "given to merry frolicking"]]}, {"answer": "roly-poly", "hint": "synonyms for roly-poly", "clues": [["podgy", "short and plump"], ["pudgy", "short and plump"], ["dumpy", "short and plump"], ["tubby", "short and plump"]]}, {"answer": "roman", "hint": "synonyms for roman", "clues": [["popish", "of or relating to or supporting Romanism"], ["papistical", "of or relating to or supporting Romanism"], ["romish", "of or relating to or supporting Romanism"], ["papist", "of or relating to or supporting Romanism"]]}, {"answer": "roman_catholic", "hint": "synonyms for roman catholic", "clues": [["popish", "of or relating to or supporting Romanism"], ["papistical", "of or relating to or supporting Romanism"], ["romish", "of or relating to or supporting Romanism"], ["papist", "of or relating to or supporting Romanism"]]}, {"answer": "romanist", "hint": "synonyms for romanist", "clues": [["popish", "of or relating to or supporting Romanism"], ["papistical", "of or relating to or supporting Romanism"], ["romish", "of or relating to or supporting Romanism"], ["papist", "of or relating to or supporting Romanism"]]}, {"answer": "romantic", "hint": "synonyms for romantic", "clues": [["amatory", "expressive of or exciting sexual love or romance"], ["quixotic", "not sensible about practical matters; idealistic and unrealistic"], ["wild-eyed", "not sensible about practical matters; idealistic and unrealistic"], ["romanticist", "belonging to or characteristic of Romanticism or the Romantic Movement in the arts"], ["amorous", "expressive of or exciting sexual love or romance"]]}, {"answer": "rosy", "hint": "synonyms for rosy", "clues": [["rose-colored", "reflecting optimism"], ["rose-cheeked", "having the pinkish flush of health"], ["blushful", "of blush color"], ["fortunate", "presaging good fortune"], ["flushed", "having the pinkish flush of health"]]}, {"answer": "rotten", "hint": "synonyms for rotten", "clues": [["shitty", "very bad"], ["icky", "very bad"], ["crappy", "very bad"], ["lousy", "very bad"], ["stinky", "very bad"], ["stinking", "very bad"], ["decayed", "damaged by decay; hence unsound and useless"], ["rotted", "damaged by decay; hence unsound and useless"]]}, {"answer": "rotund", "hint": "synonyms for rotund", "clues": [["corpulent", "excessively fat"], ["pear-shaped", "(of sounds) full and rich"], ["round", "(of sounds) full and rich"], ["obese", "excessively fat"], ["orotund", "(of sounds) full and rich"], ["weighty", "excessively fat"]]}, {"answer": "rough", "hint": "synonyms for rough", "clues": [["boisterous", "violently agitated and turbulent; ; - Ezra Pound"], ["bumpy", "causing or characterized by jolts and irregular movements"], ["fierce", "violently agitated and turbulent; ; - Ezra Pound"], ["harsh", "unpleasantly stern"], ["jolting", "causing or characterized by jolts and irregular movements"], ["rasping", "unpleasantly harsh or grating in sound"], ["jumpy", "causing or characterized by jolts and irregular movements"], ["gravelly", "unpleasantly harsh or grating in sound"], ["rocky", "causing or characterized by jolts and irregular movements"], ["jolty", "causing or characterized by jolts and irregular movements"], ["grating", "unpleasantly harsh or grating in sound"], ["uncut", "not shaped by cutting or trimming"], ["crude", "not carefully or expertly made"], ["raspy", "unpleasantly harsh or grating in sound"], ["approximative", "not quite exact or correct"], ["pugnacious", "ready and able to resort to force or violence; - Herman Melville"], ["scratchy", "unpleasantly harsh or grating in sound"], ["unsmooth", "having or caused by an irregular surface"]]}, {"answer": "rough-cut", "hint": "synonyms for rough-cut", "clues": [["coarse", "lacking refinement or cultivation or taste"], ["vulgar", "lacking refinement or cultivation or taste"], ["roughhewn", "of stone or timber; shaped roughly without finishing"], ["common", "lacking refinement or cultivation or taste"], ["uncouth", "lacking refinement or cultivation or taste"]]}, {"answer": "roughshod", "hint": "synonyms for roughshod", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["heavy-handed", "unjustly domineering"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering"]]}, {"answer": "round-backed", "hint": "synonyms for round-backed", "clues": [["stooped", "having the back and shoulders rounded; not erect"], ["stooping", "having the back and shoulders rounded; not erect"], ["crooked", "having the back and shoulders rounded; not erect"], ["round-shouldered", "having the back and shoulders rounded; not erect"], ["hunched", "having the back and shoulders rounded; not erect"]]}, {"answer": "round-eyed", "hint": "synonyms for round-eyed", "clues": [["wide-eyed", "exhibiting childlike simplicity and credulity"], ["simple", "exhibiting childlike simplicity and credulity"], ["dewy-eyed", "exhibiting childlike simplicity and credulity"], ["childlike", "exhibiting childlike simplicity and credulity"], ["saucer-eyed", "having large round wide-open eyes"]]}, {"answer": "round-shouldered", "hint": "synonyms for round-shouldered", "clues": [["stooped", "having the back and shoulders rounded; not erect"], ["stooping", "having the back and shoulders rounded; not erect"], ["crooked", "having the back and shoulders rounded; not erect"], ["hunched", "having the back and shoulders rounded; not erect"], ["round-backed", "having the back and shoulders rounded; not erect"]]}, {"answer": "round_the_bend", "hint": "synonyms for round the bend", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["around the bend", "informal or slang terms for mentally irregular"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "routine", "hint": "synonyms for routine", "clues": [["mundane", "found in the ordinary course of events; ; ; - Anita Diamant"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant"]]}, {"answer": "roving", "hint": "synonyms for roving", "clues": [["nomadic", "migratory"], ["peregrine", "migratory"], ["mobile", "migratory"], ["wandering", "migratory"]]}, {"answer": "royal", "hint": "synonyms for royal", "clues": [["majestic", "belonging to or befitting a supreme ruler"], ["imperial", "belonging to or befitting a supreme ruler"], ["purple", "belonging to or befitting a supreme ruler"], ["regal", "belonging to or befitting a supreme ruler"]]}, {"answer": "ruby", "hint": "synonyms for ruby", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "ruby-red", "hint": "synonyms for ruby-red", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "rudderless", "hint": "synonyms for rudderless", "clues": [["adrift", "aimlessly drifting"], ["afloat", "aimlessly drifting"], ["directionless", "aimlessly drifting"], ["aimless", "aimlessly drifting"], ["undirected", "aimlessly drifting"], ["planless", "aimlessly drifting"]]}, {"answer": "ruddy", "hint": "synonyms for ruddy", "clues": [["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["rubicund", "inclined to a healthy reddish color often associated with outdoor life"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["florid", "inclined to a healthy reddish color often associated with outdoor life"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["sanguine", "inclined to a healthy reddish color often associated with outdoor life"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "rude", "hint": "synonyms for rude", "clues": [["unmannered", "socially incorrect in behavior"], ["unmannerly", "socially incorrect in behavior"], ["ill-mannered", "socially incorrect in behavior"], ["uncivil", "lacking civility or good manners; - Willa Cather"], ["yokelish", "(of persons) lacking in refinement or grace"], ["primitive", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness"], ["crude", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness"], ["natural", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes"], ["underbred", "(of persons) lacking in refinement or grace"], ["bounderish", "(of persons) lacking in refinement or grace"], ["lowbred", "(of persons) lacking in refinement or grace"], ["ill-bred", "(of persons) lacking in refinement or grace"], ["raw", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes"], ["bad-mannered", "socially incorrect in behavior"]]}, {"answer": "ruined", "hint": "synonyms for ruined", "clues": [["undone", "doomed to extinction"], ["washed-up", "doomed to extinction"], ["done for", "doomed to extinction"], ["finished", "brought to ruin"], ["sunk", "doomed to extinction"], ["destroyed", "destroyed physically or morally"]]}, {"answer": "rum", "hint": "synonyms for rum", "clues": [["singular", "beyond or deviating from the usual or expected"], ["curious", "beyond or deviating from the usual or expected"], ["peculiar", "beyond or deviating from the usual or expected"], ["queer", "beyond or deviating from the usual or expected"], ["odd", "beyond or deviating from the usual or expected"], ["rummy", "beyond or deviating from the usual or expected"], ["funny", "beyond or deviating from the usual or expected"]]}, {"answer": "rumbustious", "hint": "synonyms for rumbustious", "clues": [["boisterous", "noisy and lacking in restraint or discipline"], ["robustious", "noisy and lacking in restraint or discipline"], ["unruly", "noisy and lacking in restraint or discipline"], ["rambunctious", "noisy and lacking in restraint or discipline"]]}, {"answer": "ruminative", "hint": "synonyms for ruminative", "clues": [["broody", "deeply or seriously thoughtful"], ["brooding", "deeply or seriously thoughtful"], ["reflective", "deeply or seriously thoughtful"], ["pondering", "deeply or seriously thoughtful"], ["meditative", "deeply or seriously thoughtful"], ["contemplative", "deeply or seriously thoughtful"], ["musing", "deeply or seriously thoughtful"], ["pensive", "deeply or seriously thoughtful"]]}, {"answer": "rummy", "hint": "synonyms for rummy", "clues": [["singular", "beyond or deviating from the usual or expected"], ["curious", "beyond or deviating from the usual or expected"], ["peculiar", "beyond or deviating from the usual or expected"], ["queer", "beyond or deviating from the usual or expected"], ["odd", "beyond or deviating from the usual or expected"], ["funny", "beyond or deviating from the usual or expected"], ["rum", "beyond or deviating from the usual or expected"]]}, {"answer": "run-down", "hint": "synonyms for run-down", "clues": [["derelict", "worn and broken down by hard use"], ["flea-bitten", "worn and broken down by hard use"], ["decrepit", "worn and broken down by hard use"], ["woebegone", "worn and broken down by hard use"], ["creaky", "worn and broken down by hard use"]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["working", "(of e.g. a machine) performing or capable of performing"], ["functional", "(of e.g. a machine) performing or capable of performing"], ["operative", "(of e.g. a machine) performing or capable of performing"], ["linear", "measured lengthwise"]]}, {"answer": "runty", "hint": "synonyms for runty", "clues": [["sawn-off", "well below average height"], ["shrimpy", "(used especially of persons) of inferior size"], ["pint-sized", "well below average height"], ["puny", "(used especially of persons) of inferior size"], ["sawed-off", "well below average height"]]}, {"answer": "rustic", "hint": "synonyms for rustic", "clues": [["bumpkinly", "awkwardly simple and provincial"], ["countryfied", "characteristic of rural life"], ["unsophisticated", "awkwardly simple and provincial"], ["agrestic", "characteristic of the fields or country"], ["hick", "awkwardly simple and provincial"]]}, {"answer": "rusty", "hint": "synonyms for rusty", "clues": [["out of practice", "impaired in skill by neglect"], ["rust-brown", "of the brown color of rust"], ["hoary", "ancient"], ["rust", "of the brown color of rust"]]}, {"answer": "ruttish", "hint": "synonyms for ruttish", "clues": [["steamy", "feeling great sexual desire"], ["randy", "feeling great sexual desire"], ["turned on", "feeling great sexual desire"], ["horny", "feeling great sexual desire"], ["aroused", "feeling great sexual desire"]]}, {"answer": "sacked", "hint": "synonyms for sacked", "clues": [["despoiled", "having been robbed and destroyed by force and violence"], ["raped", "having been robbed and destroyed by force and violence"], ["pillaged", "having been robbed and destroyed by force and violence"], ["ravaged", "having been robbed and destroyed by force and violence"]]}, {"answer": "sad", "hint": "synonyms for sad", "clues": [["distressing", "bad; unfortunate"], ["pitiful", "bad; unfortunate"], ["deplorable", "bad; unfortunate"], ["lamentable", "bad; unfortunate"], ["sorry", "bad; unfortunate"]]}, {"answer": "sainted", "hint": "synonyms for sainted", "clues": [["angelical", "marked by utter benignity; resembling or befitting an angel or saint"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint"], ["beatific", "marked by utter benignity; resembling or befitting an angel or saint"]]}, {"answer": "saintlike", "hint": "synonyms for saintlike", "clues": [["angelical", "marked by utter benignity; resembling or befitting an angel or saint"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint"], ["beatific", "marked by utter benignity; resembling or befitting an angel or saint"]]}, {"answer": "saintly", "hint": "synonyms for saintly", "clues": [["angelical", "marked by utter benignity; resembling or befitting an angel or saint"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint"], ["beatific", "marked by utter benignity; resembling or befitting an angel or saint"]]}, {"answer": "salacious", "hint": "synonyms for salacious", "clues": [["prurient", "characterized by lust"], ["raunchy", "suggestive of or tending to moral looseness"], ["lewd", "suggestive of or tending to moral looseness"], ["obscene", "suggestive of or tending to moral looseness"], ["lubricious", "characterized by lust"], ["lustful", "characterized by lust"]]}, {"answer": "salaried", "hint": "synonyms for salaried", "clues": [["paying", "for which money is paid"], ["remunerated", "receiving or eligible for compensation"], ["stipendiary", "for which money is paid"], ["compensable", "for which money is paid"], ["compensated", "receiving or eligible for compensation"]]}, {"answer": "salient", "hint": "synonyms for salient", "clues": [["striking", "having a quality that thrusts itself into attention"], ["spectacular", "having a quality that thrusts itself into attention"], ["prominent", "having a quality that thrusts itself into attention"], ["outstanding", "having a quality that thrusts itself into attention"]]}, {"answer": "sanative", "hint": "synonyms for sanative", "clues": [["healing", "tending to cure or restore to health"], ["therapeutic", "tending to cure or restore to health"], ["curative", "tending to cure or restore to health"], ["remedial", "tending to cure or restore to health"], ["alterative", "tending to cure or restore to health"]]}, {"answer": "sanctimonious", "hint": "synonyms for sanctimonious", "clues": [["pharisaical", "excessively or hypocritically pious"], ["pietistical", "excessively or hypocritically pious"], ["self-righteous", "excessively or hypocritically pious"], ["holier-than-thou", "excessively or hypocritically pious"]]}, {"answer": "sand-blind", "hint": "synonyms for sand-blind", "clues": [["dim-sighted", "having greatly reduced vision"], ["near-blind", "having greatly reduced vision"], ["visually impaired", "having greatly reduced vision"], ["visually challenged", "having greatly reduced vision"], ["purblind", "having greatly reduced vision"]]}, {"answer": "sanguinary", "hint": "synonyms for sanguinary", "clues": [["butcherly", "accompanied by bloodshed"], ["slaughterous", "accompanied by bloodshed"], ["sanguineous", "accompanied by bloodshed"], ["bloodthirsty", "marked by eagerness to resort to violence and bloodshed; ; ; -G.W.Johnson"], ["bloody-minded", "marked by eagerness to resort to violence and bloodshed; ; ; -G.W.Johnson"], ["gory", "accompanied by bloodshed"]]}, {"answer": "sanguineous", "hint": "synonyms for sanguineous", "clues": [["butcherly", "accompanied by bloodshed"], ["slaughterous", "accompanied by bloodshed"], ["gory", "accompanied by bloodshed"], ["sanguinary", "accompanied by bloodshed"]]}, {"answer": "sapid", "hint": "synonyms for sapid", "clues": [["flavorful", "full of flavor"], ["flavourous", "full of flavor"], ["saporous", "full of flavor"], ["flavoursome", "full of flavor"]]}, {"answer": "sapless", "hint": "synonyms for sapless", "clues": [["rickety", "lacking bodily or muscular strength or vitality"], ["decrepit", "lacking bodily or muscular strength or vitality"], ["debile", "lacking bodily or muscular strength or vitality"], ["infirm", "lacking bodily or muscular strength or vitality"], ["weak", "lacking bodily or muscular strength or vitality"], ["feeble", "lacking bodily or muscular strength or vitality"]]}, {"answer": "saporous", "hint": "synonyms for saporous", "clues": [["flavorful", "full of flavor"], ["sapid", "full of flavor"], ["flavourous", "full of flavor"], ["flavoursome", "full of flavor"]]}, {"answer": "sappy", "hint": "synonyms for sappy", "clues": [["cockamamie", "ludicrous, foolish"], ["whacky", "ludicrous, foolish"], ["goofy", "ludicrous, foolish"], ["cockamamy", "ludicrous, foolish"], ["zany", "ludicrous, foolish"], ["silly", "ludicrous, foolish"]]}, {"answer": "sassy", "hint": "synonyms for sassy", "clues": [["impertinent", "improperly forward or bold"], ["impudent", "improperly forward or bold"], ["wise", "improperly forward or bold"], ["saucy", "improperly forward or bold"], ["smart", "improperly forward or bold"], ["overbold", "improperly forward or bold"], ["fresh", "improperly forward or bold"]]}, {"answer": "satanic", "hint": "synonyms for satanic", "clues": [["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["diabolic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "satiny", "hint": "synonyms for satiny", "clues": [["silklike", "having a smooth, gleaming surface reflecting light"], ["sleek", "having a smooth, gleaming surface reflecting light"], ["slick", "having a smooth, gleaming surface reflecting light"], ["silky", "having a smooth, gleaming surface reflecting light"], ["silken", "having a smooth, gleaming surface reflecting light"]]}, {"answer": "satisfying", "hint": "synonyms for satisfying", "clues": [["square", "providing abundant nourishment"], ["comforting", "providing freedom from worry"], ["hearty", "providing abundant nourishment"], ["substantial", "providing abundant nourishment"], ["solid", "providing abundant nourishment"], ["cheering", "providing freedom from worry"]]}, {"answer": "saturnine", "hint": "synonyms for saturnine", "clues": [["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "saucy", "hint": "synonyms for saucy", "clues": [["impertinent", "improperly forward or bold"], ["impudent", "improperly forward or bold"], ["smart", "improperly forward or bold"], ["sassy", "improperly forward or bold"], ["overbold", "improperly forward or bold"], ["fresh", "improperly forward or bold"], ["pert", "characterized by a lightly pert and exuberant quality"], ["irreverent", "characterized by a lightly pert and exuberant quality"], ["wise", "improperly forward or bold"]]}, {"answer": "savage", "hint": "synonyms for savage", "clues": [["wild", "without civilizing influences; ; ; ; -Margaret Meade"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["ferocious", "marked by extreme and violent energy"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["ferine", "wild and menacing"], ["uncivilised", "without civilizing influences; ; ; ; -Margaret Meade"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade"], ["fierce", "marked by extreme and violent energy"], ["barbaric", "without civilizing influences; ; ; ; -Margaret Meade"], ["furious", "marked by extreme and violent energy"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["feral", "wild and menacing"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering"]]}, {"answer": "savorless", "hint": "synonyms for savorless", "clues": [["vapid", "lacking taste or flavor or tang"], ["savourless", "lacking taste or flavor or tang"], ["flat", "lacking taste or flavor or tang"], ["insipid", "lacking taste or flavor or tang"], ["flavorless", "lacking taste or flavor or tang"], ["bland", "lacking taste or flavor or tang"]]}, {"answer": "savory", "hint": "synonyms for savory", "clues": [["piquant", "having an agreeably pungent taste"], ["spicy", "having an agreeably pungent taste"], ["zesty", "having an agreeably pungent taste"], ["savoury", "morally wholesome or acceptable"], ["mouth-watering", "pleasing to the sense of taste"]]}, {"answer": "savourless", "hint": "synonyms for savourless", "clues": [["vapid", "lacking taste or flavor or tang"], ["flavourless", "lacking taste or flavor or tang"], ["flat", "lacking taste or flavor or tang"], ["insipid", "lacking taste or flavor or tang"], ["savorless", "lacking taste or flavor or tang"], ["bland", "lacking taste or flavor or tang"]]}, {"answer": "savoury", "hint": "synonyms for savoury", "clues": [["piquant", "having an agreeably pungent taste"], ["spicy", "having an agreeably pungent taste"], ["zesty", "having an agreeably pungent taste"], ["savory", "having an agreeably pungent taste"], ["mouth-watering", "pleasing to the sense of taste"]]}, {"answer": "sawed-off", "hint": "synonyms for sawed-off", "clues": [["sawn-off", "well below average height"], ["pint-sized", "well below average height"], ["runty", "well below average height"], ["shortened", "cut short"]]}, {"answer": "sawn-off", "hint": "synonyms for sawn-off", "clues": [["pint-sized", "well below average height"], ["runty", "well below average height"], ["shortened", "cut short"], ["sawed-off", "cut short"]]}, {"answer": "scabrous", "hint": "synonyms for scabrous", "clues": [["scurfy", "rough to the touch; covered with scales or scurf"], ["leprose", "rough to the touch; covered with scales or scurf"], ["scaly", "rough to the touch; covered with scales or scurf"], ["lepidote", "rough to the touch; covered with scales or scurf"]]}, {"answer": "scaly", "hint": "synonyms for scaly", "clues": [["scaley", "having the body covered or partially covered with thin horny plates, as some fish and reptiles"], ["scaled", "having the body covered or partially covered with thin horny plates, as some fish and reptiles"], ["scurfy", "rough to the touch; covered with scales or scurf"], ["leprose", "rough to the touch; covered with scales or scurf"], ["lepidote", "rough to the touch; covered with scales or scurf"], ["scabrous", "rough to the touch; covered with scales or scurf"]]}, {"answer": "scarey", "hint": "synonyms for scarey", "clues": [["shuddery", "provoking fear terror"], ["shivery", "provoking fear terror"], ["scary", "provoking fear terror"], ["chilling", "provoking fear terror"]]}, {"answer": "scarlet", "hint": "synonyms for scarlet", "clues": [["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies"]]}, {"answer": "scary", "hint": "synonyms for scary", "clues": [["shuddery", "provoking fear terror"], ["scarey", "provoking fear terror"], ["shivery", "provoking fear terror"], ["chilling", "provoking fear terror"]]}, {"answer": "scatterbrained", "hint": "synonyms for scatterbrained", "clues": [["rattlebrained", "lacking sense or discretion; ; - Glenway Westcott"], ["scatty", "lacking sense or discretion; ; - Glenway Westcott"], ["head-in-the-clouds", "guided by whim and fancy"], ["rattlepated", "lacking sense or discretion; ; - Glenway Westcott"], ["flyaway", "guided by whim and fancy"], ["flighty", "guided by whim and fancy"]]}, {"answer": "scattered", "hint": "synonyms for scattered", "clues": [["confused", "lacking orderly continuity"], ["unconnected", "lacking orderly continuity"], ["disjointed", "lacking orderly continuity"], ["disordered", "lacking orderly continuity"], ["illogical", "lacking orderly continuity"], ["disconnected", "lacking orderly continuity"], ["garbled", "lacking orderly continuity"]]}, {"answer": "scatty", "hint": "synonyms for scatty", "clues": [["absentminded", "lost in thought; showing preoccupation"], ["rattlebrained", "lacking sense or discretion; ; - Glenway Westcott"], ["rattlepated", "lacking sense or discretion; ; - Glenway Westcott"], ["scatterbrained", "lacking sense or discretion; ; - Glenway Westcott"], ["abstracted", "lost in thought; showing preoccupation"], ["absent", "lost in thought; showing preoccupation"]]}, {"answer": "scented", "hint": "synonyms for scented", "clues": [["odoriferous", "having a natural fragrance"], ["sweet", "having a natural fragrance"], ["perfumed", "filled or impregnated with perfume"], ["sweet-scented", "having a natural fragrance"], ["sweet-smelling", "having a natural fragrance"], ["odorous", "having a natural fragrance"]]}, {"answer": "sceptical", "hint": "synonyms for sceptical", "clues": [["disbelieving", "denying or questioning the tenets of especially a religion"], ["skeptical", "denying or questioning the tenets of especially a religion"], ["questioning", "marked by or given to doubt"], ["unbelieving", "denying or questioning the tenets of especially a religion"], ["doubting", "marked by or given to doubt"]]}, {"answer": "scheming", "hint": "synonyms for scheming", "clues": [["conniving", "used of persons"], ["designing", "concealing crafty designs for advancing your own interest; - W.Churchill"], ["calculative", "used of persons"], ["shrewd", "used of persons"], ["calculating", "used of persons"]]}, {"answer": "schmaltzy", "hint": "synonyms for schmaltzy", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "schmalzy", "hint": "synonyms for schmalzy", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["schmaltzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "scintillant", "hint": "synonyms for scintillant", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["fulgid", "having brief brilliant points or flashes of light"]]}, {"answer": "scintillating", "hint": "synonyms for scintillating", "clues": [["sparkly", "having brief brilliant points or flashes of light"], ["glittering", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["bubbling", "marked by high spirits or excitement"], ["frothy", "marked by high spirits or excitement"], ["fulgid", "having brief brilliant points or flashes of light"], ["effervescent", "marked by high spirits or excitement"]]}, {"answer": "scorched", "hint": "synonyms for scorched", "clues": [["adust", "dried out by heat or excessive exposure to sunlight"], ["parched", "dried out by heat or excessive exposure to sunlight"], ["sunbaked", "dried out by heat or excessive exposure to sunlight"], ["baked", "dried out by heat or excessive exposure to sunlight"]]}, {"answer": "scotch", "hint": "synonyms for scotch", "clues": [["stinting", "avoiding waste"], ["sparing", "avoiding waste"], ["economical", "avoiding waste"], ["frugal", "avoiding waste"]]}, {"answer": "scraggy", "hint": "synonyms for scraggy", "clues": [["underweight", "being very thin"], ["jagged", "having a sharply uneven surface or outline"], ["scrawny", "being very thin"], ["skinny", "being very thin"], ["jaggy", "having a sharply uneven surface or outline"], ["weedy", "being very thin"], ["boney", "being very thin"]]}, {"answer": "scratchy", "hint": "synonyms for scratchy", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["spotty", "lacking consistency"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["rasping", "unpleasantly harsh or grating in sound"], ["abrasive", "causing abrasion"], ["gravelly", "unpleasantly harsh or grating in sound"], ["testy", "easily irritated or annoyed"], ["uneven", "lacking consistency"], ["fractious", "easily irritated or annoyed"], ["grating", "unpleasantly harsh or grating in sound"], ["petulant", "easily irritated or annoyed"], ["raspy", "unpleasantly harsh or grating in sound"], ["techy", "easily irritated or annoyed"], ["rough", "unpleasantly harsh or grating in sound"], ["pettish", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"]]}, {"answer": "scrawny", "hint": "synonyms for scrawny", "clues": [["scraggy", "being very thin"], ["underweight", "being very thin"], ["stunted", "inferior in size or quality"], ["skinny", "being very thin"], ["scrubby", "inferior in size or quality"], ["weedy", "being very thin"], ["boney", "being very thin"]]}, {"answer": "screaky", "hint": "synonyms for screaky", "clues": [["squeaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["screechy", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["squealing", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["creaky", "having a rasping or grating sound"]]}, {"answer": "scrumptious", "hint": "synonyms for scrumptious", "clues": [["pleasant-tasting", "extremely pleasing to the sense of taste"], ["delectable", "extremely pleasing to the sense of taste"], ["delicious", "extremely pleasing to the sense of taste"], ["toothsome", "extremely pleasing to the sense of taste"], ["yummy", "extremely pleasing to the sense of taste"], ["luscious", "extremely pleasing to the sense of taste"]]}, {"answer": "sculptured", "hint": "synonyms for sculptured", "clues": [["graven", "cut into a desired shape"], ["sculptural", "resembling sculpture"], ["sculpted", "cut into a desired shape"], ["modeled", "resembling sculpture"], ["sculpturesque", "resembling sculpture"]]}, {"answer": "scummy", "hint": "synonyms for scummy", "clues": [["low", "of the most contemptible kind"], ["miserable", "of the most contemptible kind"], ["abject", "of the most contemptible kind"], ["low-down", "of the most contemptible kind"], ["scurvy", "of the most contemptible kind"]]}, {"answer": "scurfy", "hint": "synonyms for scurfy", "clues": [["leprose", "rough to the touch; covered with scales or scurf"], ["scaly", "rough to the touch; covered with scales or scurf"], ["lepidote", "rough to the touch; covered with scales or scurf"], ["scabrous", "rough to the touch; covered with scales or scurf"]]}, {"answer": "scurvy", "hint": "synonyms for scurvy", "clues": [["low", "of the most contemptible kind"], ["miserable", "of the most contemptible kind"], ["abject", "of the most contemptible kind"], ["low-down", "of the most contemptible kind"], ["scummy", "of the most contemptible kind"]]}, {"answer": "seamy", "hint": "synonyms for seamy", "clues": [["sordid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["squalid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"]]}, {"answer": "sear", "hint": "synonyms for sear", "clues": [["sere", "(used especially of vegetation) having lost all moisture"], ["shrivelled", "(used especially of vegetation) having lost all moisture"], ["withered", "(used especially of vegetation) having lost all moisture"], ["dried-up", "(used especially of vegetation) having lost all moisture"]]}, {"answer": "secluded", "hint": "synonyms for secluded", "clues": [["sequestered", "providing privacy or seclusion"], ["secret", "hidden from general view or use"], ["privy", "hidden from general view or use"], ["cloistered", "providing privacy or seclusion"], ["reclusive", "providing privacy or seclusion"]]}, {"answer": "secondary", "hint": "synonyms for secondary", "clues": [["petty", "inferior in rank or status"], ["lowly", "inferior in rank or status"], ["junior-grade", "inferior in rank or status"], ["subaltern", "inferior in rank or status"], ["lower-ranking", "inferior in rank or status"]]}, {"answer": "secret", "hint": "synonyms for secret", "clues": [["mystical", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["secluded", "hidden from general view or use"], ["confidential", "(of information) given in confidence or in secret"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["private", "not expressed"], ["privy", "hidden from general view or use"], ["underground", "conducted with or marked by hidden aims or methods"], ["unavowed", "not openly made known"], ["undercover", "conducted with or marked by hidden aims or methods"], ["hidden", "designed to elude detection"], ["clandestine", "conducted with or marked by hidden aims or methods"]]}, {"answer": "secretive", "hint": "synonyms for secretive", "clues": [["closelipped", "inclined to secrecy or reticence about divulging information"], ["closemouthed", "inclined to secrecy or reticence about divulging information"], ["close", "inclined to secrecy or reticence about divulging information"], ["tightlipped", "inclined to secrecy or reticence about divulging information"]]}, {"answer": "secular", "hint": "synonyms for secular", "clues": [["laic", "characteristic of those who are not members of the clergy"], ["profane", "not concerned with or devoted to religion; ; ; ,"], ["lay", "characteristic of those who are not members of the clergy"], ["worldly", "characteristic of or devoted to the temporal world as opposed to the spiritual world"], ["temporal", "characteristic of or devoted to the temporal world as opposed to the spiritual world"]]}, {"answer": "secure", "hint": "synonyms for secure", "clues": [["strong", "immune to attack; incapable of being tampered with"], ["untroubled", "free from fear or doubt; easy in mind"], ["unassailable", "immune to attack; incapable of being tampered with"], ["dependable", "financially sound"], ["unattackable", "immune to attack; incapable of being tampered with"], ["good", "financially sound"], ["safe", "financially sound"], ["inviolable", "immune to attack; incapable of being tampered with"], ["unafraid", "free from fear or doubt; easy in mind"], ["impregnable", "immune to attack; incapable of being tampered with"]]}, {"answer": "sedate", "hint": "synonyms for sedate", "clues": [["sober", "dignified and somber in manner or character and committed to keeping promises"], ["solemn", "dignified and somber in manner or character and committed to keeping promises"], ["staid", "characterized by dignity and propriety"], ["grave", "dignified and somber in manner or character and committed to keeping promises"]]}, {"answer": "seditious", "hint": "synonyms for seditious", "clues": [["incendiary", "arousing to action or rebellion"], ["subversive", "in opposition to a civil authority or government"], ["instigative", "arousing to action or rebellion"], ["insurgent", "in opposition to a civil authority or government"], ["inflammatory", "arousing to action or rebellion"], ["rabble-rousing", "arousing to action or rebellion"], ["incitive", "arousing to action or rebellion"]]}, {"answer": "see-through", "hint": "synonyms for see-through", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["gauze-like", "so thin as to transmit light"], ["vapourous", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "seedy", "hint": "synonyms for seedy", "clues": [["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["unwell", "somewhat ill or prone to illness"], ["squalid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["peaked", "somewhat ill or prone to illness"], ["scruffy", "shabby and untidy; ; - Mark Twain"], ["indisposed", "somewhat ill or prone to illness"], ["poorly", "somewhat ill or prone to illness"], ["ailing", "somewhat ill or prone to illness"], ["under the weather", "somewhat ill or prone to illness"], ["sickly", "somewhat ill or prone to illness"], ["sordid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"]]}, {"answer": "seemly", "hint": "synonyms for seemly", "clues": [["comme il faut", "according with custom or propriety"], ["comely", "according with custom or propriety"], ["becoming", "according with custom or propriety"], ["decorous", "according with custom or propriety"], ["decent", "according with custom or propriety"]]}, {"answer": "select", "hint": "synonyms for select", "clues": [["choice", "of superior grade"], ["quality", "of superior grade"], ["blue-ribbon", "selected or chosen for special qualifications"], ["prime", "of superior grade"], ["prize", "of superior grade"]]}, {"answer": "self-aggrandising", "hint": "synonyms for self-aggrandising", "clues": [["boastful", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["self-aggrandizing", "of or relating to or characteristic of self-aggrandizement"], ["bragging", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["crowing", "exhibiting self-importance"]]}, {"answer": "self-aggrandizing", "hint": "synonyms for self-aggrandizing", "clues": [["self-aggrandising", "exhibiting self-importance"], ["boastful", "exhibiting self-importance"], ["big", "exhibiting self-importance"], ["bragging", "exhibiting self-importance"], ["braggart", "exhibiting self-importance"], ["cock-a-hoop", "exhibiting self-importance"], ["braggy", "exhibiting self-importance"], ["crowing", "exhibiting self-importance"]]}, {"answer": "self-collected", "hint": "synonyms for self-collected", "clues": [["collected", "in full control of your faculties"], ["equanimous", "in full control of your faculties"], ["self-contained", "in full control of your faculties"], ["self-possessed", "in full control of your faculties"], ["poised", "in full control of your faculties"]]}, {"answer": "self-conceited", "hint": "synonyms for self-conceited", "clues": [["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance"]]}, {"answer": "self-contained", "hint": "synonyms for self-contained", "clues": [["collected", "in full control of your faculties"], ["equanimous", "in full control of your faculties"], ["self-possessed", "in full control of your faculties"], ["poised", "in full control of your faculties"], ["self-collected", "in full control of your faculties"]]}, {"answer": "self-contradictory", "hint": "synonyms for self-contradictory", "clues": [["contradictory", "in disagreement; ; - John Morley"], ["at odds", "in disagreement; ; - John Morley"], ["paradoxical", "seemingly contradictory but nonetheless possibly true"], ["conflicting", "in disagreement; ; - John Morley"]]}, {"answer": "self-denying", "hint": "synonyms for self-denying", "clues": [["self-sacrificing", "willing to deprive yourself"], ["self-abnegating", "used especially of behavior"], ["self-giving", "willing to deprive yourself"], ["renunciative", "used especially of behavior"], ["renunciant", "used especially of behavior"]]}, {"answer": "self-possessed", "hint": "synonyms for self-possessed", "clues": [["collected", "in full control of your faculties"], ["equanimous", "in full control of your faculties"], ["self-contained", "in full control of your faculties"], ["poised", "in full control of your faculties"], ["self-collected", "in full control of your faculties"]]}, {"answer": "self-righteous", "hint": "synonyms for self-righteous", "clues": [["pharisaical", "excessively or hypocritically pious"], ["pietistical", "excessively or hypocritically pious"], ["sanctimonious", "excessively or hypocritically pious"], ["holier-than-thou", "excessively or hypocritically pious"]]}, {"answer": "senior", "hint": "synonyms for senior", "clues": [["older", "advanced in years; (`aged' is pronounced as two syllables)"], ["elderly", "advanced in years; (`aged' is pronounced as two syllables)"], ["fourth-year", "used of the fourth and final year in United States high school or college"], ["aged", "advanced in years; (`aged' is pronounced as two syllables)"]]}, {"answer": "senseless", "hint": "synonyms for senseless", "clues": [["witless", "(of especially persons) lacking sense or understanding or judgment"], ["mindless", "not marked by the use of reason"], ["purposeless", "serving no useful purpose; having no excuse for being"], ["soft-witted", "(of especially persons) lacking sense or understanding or judgment"], ["otiose", "serving no useful purpose; having no excuse for being"], ["pointless", "serving no useful purpose; having no excuse for being"], ["wasted", "serving no useful purpose; having no excuse for being"], ["superfluous", "serving no useful purpose; having no excuse for being"], ["reasonless", "not marked by the use of reason"], ["insensible", "unresponsive to stimulation"], ["nitwitted", "(of especially persons) lacking sense or understanding or judgment"]]}, {"answer": "sensitised", "hint": "synonyms for sensitised", "clues": [["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "sensitive", "hint": "synonyms for sensitive", "clues": [["tender", "hurting"], ["sore", "hurting"], ["sensible", "able to feel or perceive"], ["raw", "hurting"]]}, {"answer": "sensitized", "hint": "synonyms for sensitized", "clues": [["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "sensory", "hint": "synonyms for sensory", "clues": [["centripetal", "of a nerve fiber or impulse originating outside and passing toward the central nervous system"], ["receptive", "of a nerve fiber or impulse originating outside and passing toward the central nervous system"], ["sensorial", "involving or derived from the senses"], ["sensational", "relating to or concerned in sensation"]]}, {"answer": "sensual", "hint": "synonyms for sensual", "clues": [["animal", "marked by the appetites and passions of the body"], ["carnal", "marked by the appetites and passions of the body"], ["fleshly", "marked by the appetites and passions of the body"], ["sultry", "sexually exciting or gratifying"]]}, {"answer": "sentimental", "hint": "synonyms for sentimental", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "separated", "hint": "synonyms for separated", "clues": [["set-apart", "being or feeling set or kept apart from others; ; - Sherwood Anderson"], ["disjointed", "separated at the joint"], ["detached", "no longer connected or joined"], ["isolated", "being or feeling set or kept apart from others; ; - Sherwood Anderson"], ["spaced", "spaced apart"], ["dislocated", "separated at the joint"]]}, {"answer": "sequent", "hint": "synonyms for sequent", "clues": [["concomitant", "following or accompanying as a consequence"], ["sequential", "in regular succession without gaps"], ["resultant", "following or accompanying as a consequence"], ["consequent", "following or accompanying as a consequence"], ["serial", "in regular succession without gaps"], ["incidental", "following or accompanying as a consequence"], ["ensuant", "following or accompanying as a consequence"], ["consecutive", "in regular succession without gaps"], ["successive", "in regular succession without gaps"], ["accompanying", "following or accompanying as a consequence"], ["attendant", "following or accompanying as a consequence"]]}, {"answer": "sequential", "hint": "synonyms for sequential", "clues": [["sequent", "in regular succession without gaps"], ["successive", "in regular succession without gaps"], ["consecutive", "in regular succession without gaps"], ["serial", "in regular succession without gaps"]]}, {"answer": "sequined", "hint": "synonyms for sequined", "clues": [["beady", "covered with beads or jewels or sequins"], ["jeweled", "covered with beads or jewels or sequins"], ["gemmed", "covered with beads or jewels or sequins"], ["spangled", "covered with beads or jewels or sequins"], ["spangly", "covered with beads or jewels or sequins"]]}, {"answer": "seraphic", "hint": "synonyms for seraphic", "clues": [["cherubic", "having a sweet nature befitting an angel or cherub"], ["angelic", "having a sweet nature befitting an angel or cherub"], ["sweet", "having a sweet nature befitting an angel or cherub"], ["seraphical", "of or relating to an angel of the first order"]]}, {"answer": "sere", "hint": "synonyms for sere", "clues": [["sear", "(used especially of vegetation) having lost all moisture"], ["shrivelled", "(used especially of vegetation) having lost all moisture"], ["withered", "(used especially of vegetation) having lost all moisture"], ["dried-up", "(used especially of vegetation) having lost all moisture"]]}, {"answer": "serial", "hint": "synonyms for serial", "clues": [["sequent", "in regular succession without gaps"], ["in series", "of or relating to the sequential performance of multiple operations"], ["nonparallel", "of or relating to the sequential performance of multiple operations"], ["sequential", "in regular succession without gaps"], ["consecutive", "in regular succession without gaps"], ["successive", "in regular succession without gaps"]]}, {"answer": "serious", "hint": "synonyms for serious", "clues": [["life-threatening", "causing fear or anxiety by threatening great harm"], ["sober", "completely lacking in playfulness"], ["grave", "causing fear or anxiety by threatening great harm"], ["dangerous", "causing fear or anxiety by threatening great harm"], ["good", "appealing to the mind"], ["grievous", "causing fear or anxiety by threatening great harm"], ["unplayful", "completely lacking in playfulness"], ["severe", "causing fear or anxiety by threatening great harm"]]}, {"answer": "serrate", "hint": "synonyms for serrate", "clues": [["saw-toothed", "notched like a saw with teeth pointing toward the apex"], ["toothed", "notched like a saw with teeth pointing toward the apex"], ["notched", "notched like a saw with teeth pointing toward the apex"], ["serrated", "notched like a saw with teeth pointing toward the apex"]]}, {"answer": "serrated", "hint": "synonyms for serrated", "clues": [["saw-toothed", "notched like a saw with teeth pointing toward the apex"], ["toothed", "notched like a saw with teeth pointing toward the apex"], ["serrate", "notched like a saw with teeth pointing toward the apex"], ["notched", "notched like a saw with teeth pointing toward the apex"]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["fit", "(usually followed by `to' or `for') on the point of or strongly disposed"], ["laid", "set down according to a plan:"], ["determined", "determined or decided upon as by an authority"], ["placed", "situated in a particular spot or position"], ["primed", "(usually followed by `to' or `for') on the point of or strongly disposed"], ["hardened", "converted to solid form (as concrete)"], ["fixed", "fixed and unmoving; ; - Connor Cruise O'Brien"], ["dictated", "determined or decided upon as by an authority"], ["located", "situated in a particular spot or position"], ["situated", "situated in a particular spot or position"], ["rigid", "fixed and unmoving; ; - Connor Cruise O'Brien"]]}, {"answer": "setaceous", "hint": "synonyms for setaceous", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "setose", "hint": "synonyms for setose", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "severe", "hint": "synonyms for severe", "clues": [["knockout", "very strong or vigorous"], ["wicked", "intensely or extremely bad or unpleasant in degree or quality"], ["grievous", "causing fear or anxiety by threatening great harm"], ["terrible", "intensely or extremely bad or unpleasant in degree or quality"], ["life-threatening", "causing fear or anxiety by threatening great harm"], ["serious", "causing fear or anxiety by threatening great harm"], ["spartan", "unsparing and uncompromising in discipline or judgment; - H.G.Wells"], ["grave", "causing fear or anxiety by threatening great harm"], ["dangerous", "causing fear or anxiety by threatening great harm"], ["stern", "severely simple"], ["stark", "severely simple"], ["hard", "very strong or vigorous"], ["austere", "severely simple"]]}, {"answer": "shadowy", "hint": "synonyms for shadowy", "clues": [["vague", "lacking clarity or distinctness"], ["faint", "lacking clarity or distinctness"], ["wispy", "lacking clarity or distinctness"], ["shady", "filled with shade"], ["wraithlike", "lacking in substance; - W.A.Butler"], ["umbrageous", "filled with shade"], ["dim", "lacking clarity or distinctness"], ["shadowed", "filled with shade"]]}, {"answer": "shady", "hint": "synonyms for shady", "clues": [["fly-by-night", "(of businesses and businessmen) unscrupulous"], ["shadowy", "filled with shade"], ["suspect", "not as expected"], ["louche", "of questionable taste or morality"], ["funny", "not as expected"], ["shadowed", "filled with shade"], ["suspicious", "not as expected"], ["umbrageous", "filled with shade"], ["fishy", "not as expected"]]}, {"answer": "shaggy", "hint": "synonyms for shaggy", "clues": [["shaggy-haired", "used of hair; thick and poorly groomed"], ["shaggy-coated", "used of hair; thick and poorly groomed"], ["shagged", "having a very rough nap or covered with hanging shags"], ["bushy", "used of hair; thick and poorly groomed"]]}, {"answer": "shaky", "hint": "synonyms for shaky", "clues": [["wobbly", "inclined to shake as from weakness or defect"], ["precarious", "not secure; beset with difficulties"], ["trembling", "vibrating slightly and irregularly; as e.g. with fear or cold or like the leaves of an aspen in a breeze"], ["rickety", "inclined to shake as from weakness or defect"], ["shivering", "vibrating slightly and irregularly; as e.g. with fear or cold or like the leaves of an aspen in a breeze"], ["wonky", "inclined to shake as from weakness or defect"]]}, {"answer": "sham", "hint": "synonyms for sham", "clues": [["fictitious", "adopted in order to deceive"], ["false", "adopted in order to deceive"], ["assumed", "adopted in order to deceive"], ["pretended", "adopted in order to deceive"], ["fictive", "adopted in order to deceive"], ["put on", "adopted in order to deceive"]]}, {"answer": "shamed", "hint": "synonyms for shamed", "clues": [["guilty", "showing a sense of guilt; ; - Eric Linklater"], ["shamefaced", "showing a sense of guilt; ; - Eric Linklater"], ["dishonored", "suffering shame"], ["discredited", "suffering shame"], ["disgraced", "suffering shame"], ["hangdog", "showing a sense of guilt; ; - Eric Linklater"]]}, {"answer": "shamefaced", "hint": "synonyms for shamefaced", "clues": [["guilty", "showing a sense of guilt; ; - Eric Linklater"], ["shamed", "showing a sense of guilt; ; - Eric Linklater"], ["hangdog", "showing a sense of guilt; ; - Eric Linklater"], ["sheepish", "showing a sense of shame"]]}, {"answer": "shameful", "hint": "synonyms for shameful", "clues": [["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["shocking", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray"], ["scandalous", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson"]]}, {"answer": "sharp", "hint": "synonyms for sharp", "clues": [["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["astute", "marked by practical hardheaded intelligence"], ["crisp", "(of something seen or heard) clearly defined"], ["acute", "ending in a sharp point"], ["tart", "harsh"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["precipitous", "extremely steep"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp-worded", "harsh"], ["shrill", "having or emitting a high-pitched and sharp tone or tones"], ["shrewd", "marked by practical hardheaded intelligence"], ["needlelike", "ending in a sharp point"], ["abrupt", "extremely steep"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "sharp-eyed", "hint": "synonyms for sharp-eyed", "clues": [["keen-sighted", "having very keen vision"], ["lynx-eyed", "having very keen vision"], ["sharp-sighted", "having very keen vision"], ["hawk-eyed", "having very keen vision"], ["quick-sighted", "having very keen vision"], ["argus-eyed", "having very keen vision"], ["keen-eyed", "having keen eyesight"]]}, {"answer": "sharp-set", "hint": "synonyms for sharp-set", "clues": [["esurient", "extremely hungry"], ["starved", "extremely hungry"], ["famished", "extremely hungry"], ["ravenous", "extremely hungry"]]}, {"answer": "sharp-sighted", "hint": "synonyms for sharp-sighted", "clues": [["keen-sighted", "having very keen vision"], ["quick-sighted", "keenly perceptive or alert; - Leonard Bacon"], ["sharp-eyed", "keenly perceptive or alert; - Leonard Bacon"], ["argus-eyed", "having very keen vision"], ["hawk-eyed", "having very keen vision"], ["lynx-eyed", "having very keen vision"]]}, {"answer": "sheeny", "hint": "synonyms for sheeny", "clues": [["shining", "reflecting light"], ["glistening", "reflecting light"], ["glossy", "reflecting light"], ["lustrous", "reflecting light"], ["shiny", "reflecting light"]]}, {"answer": "sheer", "hint": "synonyms for sheer", "clues": [["gauzy", "so thin as to transmit light"], ["unmixed", "not mixed with extraneous elements"], ["vapourous", "so thin as to transmit light"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["plain", "not mixed with extraneous elements"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["transparent", "so thin as to transmit light"], ["unmingled", "not mixed with extraneous elements"], ["gossamer", "so thin as to transmit light"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["see-through", "so thin as to transmit light"], ["bluff", "very steep; having a prominent and almost vertical front"], ["bold", "very steep; having a prominent and almost vertical front"], ["gauze-like", "so thin as to transmit light"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers"]]}, {"answer": "shining", "hint": "synonyms for shining", "clues": [["sheeny", "reflecting light"], ["lustrous", "reflecting light"], ["shiny", "reflecting light"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["glistening", "reflecting light"], ["glossy", "reflecting light"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"]]}, {"answer": "shiny", "hint": "synonyms for shiny", "clues": [["sheeny", "reflecting light"], ["shining", "reflecting light"], ["lustrous", "reflecting light"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"], ["glistening", "reflecting light"], ["glossy", "reflecting light"], ["glazed", "having a shiny surface or coating"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow"]]}, {"answer": "shitty", "hint": "synonyms for shitty", "clues": [["rotten", "very bad"], ["icky", "very bad"], ["crappy", "very bad"], ["lousy", "very bad"], ["stinky", "very bad"], ["stinking", "very bad"]]}, {"answer": "shocking", "hint": "synonyms for shocking", "clues": [["lurid", "glaringly vivid and graphic; marked by sensationalism"], ["shameful", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray"], ["disgraceful", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray"], ["scandalous", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray"]]}, {"answer": "shoddy", "hint": "synonyms for shoddy", "clues": [["deceptive", "designed to deceive or mislead either deliberately or inadvertently"], ["jerry-built", "of inferior workmanship and materials"], ["misleading", "designed to deceive or mislead either deliberately or inadvertently"], ["tawdry", "cheap and shoddy; - Judith Crist"], ["cheapjack", "cheap and shoddy; - Judith Crist"]]}, {"answer": "shopworn", "hint": "synonyms for shopworn", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["shopsoiled", "worn or faded from being on display in a store"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["banal", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "short", "hint": "synonyms for short", "clues": [["unretentive", "(of memory) deficient in retentiveness or range"], ["light", "less than the correct or legal or full amount often deliberately so"], ["curt", "marked by rude or peremptory shortness"], ["inadequate", "not sufficient to meet a need"], ["shortsighted", "lacking foresight or scope"], ["forgetful", "(of memory) deficient in retentiveness or range"], ["scant", "less than the correct or legal or full amount often deliberately so"], ["brusque", "marked by rude or peremptory shortness"], ["brusk", "marked by rude or peremptory shortness"], ["little", "low in stature; not tall"], ["unforesightful", "lacking foresight or scope"], ["poor", "not sufficient to meet a need"], ["myopic", "lacking foresight or scope"]]}, {"answer": "short-lived", "hint": "synonyms for short-lived", "clues": [["passing", "lasting a very short time"], ["fugacious", "lasting a very short time"], ["ephemeral", "lasting a very short time"], ["transitory", "lasting a very short time"], ["transient", "lasting a very short time"]]}, {"answer": "short-tempered", "hint": "synonyms for short-tempered", "clues": [["hot-tempered", "quickly aroused to anger"], ["choleric", "quickly aroused to anger"], ["quick-tempered", "quickly aroused to anger"], ["irascible", "quickly aroused to anger"], ["hotheaded", "quickly aroused to anger"]]}, {"answer": "shortened", "hint": "synonyms for shortened", "clues": [["truncated", "cut short in duration"], ["sawn-off", "cut short"], ["telescoped", "shortened by or as if by means of parts that slide one within another or are crushed one into another"], ["sawed-off", "cut short"], ["abbreviated", "cut short in duration"], ["cut", "with parts removed"]]}, {"answer": "shortsighted", "hint": "synonyms for shortsighted", "clues": [["short", "lacking foresight or scope"], ["ill-considered", "not given careful consideration"], ["nearsighted", "unable to see distant objects clearly"], ["improvident", "not given careful consideration"], ["myopic", "unable to see distant objects clearly"], ["ill-judged", "not given careful consideration"], ["unforesightful", "lacking foresight or scope"]]}, {"answer": "showy", "hint": "synonyms for showy", "clues": [["flashy", "(used especially of clothes) marked by conspicuous display"], ["sporty", "(used especially of clothes) marked by conspicuous display"], ["gaudy", "(used especially of clothes) marked by conspicuous display"], ["jazzy", "(used especially of clothes) marked by conspicuous display"], ["glossy", "superficially attractive and stylish; suggesting wealth or expense"], ["flamboyant", "marked by ostentation but often tasteless"], ["splashy", "marked by ostentation but often tasteless"]]}, {"answer": "shrewd", "hint": "synonyms for shrewd", "clues": [["conniving", "used of persons"], ["astute", "marked by practical hardheaded intelligence"], ["scheming", "used of persons"], ["calculative", "used of persons"], ["calculating", "used of persons"], ["sharp", "marked by practical hardheaded intelligence"]]}, {"answer": "shriveled", "hint": "synonyms for shriveled", "clues": [["sear", "(used especially of vegetation) having lost all moisture"], ["shrivelled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["sere", "(used especially of vegetation) having lost all moisture"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["withered", "(used especially of vegetation) having lost all moisture"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["dried-up", "(used especially of vegetation) having lost all moisture"]]}, {"answer": "shrivelled", "hint": "synonyms for shrivelled", "clues": [["sear", "(used especially of vegetation) having lost all moisture"], ["sere", "(used especially of vegetation) having lost all moisture"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["withered", "(used especially of vegetation) having lost all moisture"], ["shriveled", "(used especially of vegetation) having lost all moisture"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["dried-up", "(used especially of vegetation) having lost all moisture"]]}, {"answer": "shrunken", "hint": "synonyms for shrunken", "clues": [["shrivelled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["withered", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"]]}, {"answer": "sibilant", "hint": "synonyms for sibilant", "clues": [["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"]]}, {"answer": "sibyllic", "hint": "synonyms for sibyllic", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy"], ["divinatory", "resembling or characteristic of a prophet or prophecy"], ["mantic", "resembling or characteristic of a prophet or prophecy"], ["vatical", "resembling or characteristic of a prophet or prophecy"], ["sibylline", "resembling or characteristic of a prophet or prophecy"]]}, {"answer": "sibylline", "hint": "synonyms for sibylline", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy"], ["cryptic", "having a secret or hidden meaning; ; ; - John Gunther"], ["kabbalistic", "having a secret or hidden meaning; ; ; - John Gunther"], ["divinatory", "resembling or characteristic of a prophet or prophecy"], ["mantic", "resembling or characteristic of a prophet or prophecy"], ["vatical", "resembling or characteristic of a prophet or prophecy"], ["sibyllic", "resembling or characteristic of a prophet or prophecy"]]}, {"answer": "sick", "hint": "synonyms for sick", "clues": [["brainsick", "affected with madness or insanity"], ["grisly", "shockingly repellent; inspiring horror"], ["queasy", "feeling nausea; feeling about to vomit"], ["sick of", "having a strong distaste from surfeit"], ["disgusted", "having a strong distaste from surfeit"], ["nauseated", "feeling nausea; feeling about to vomit"], ["macabre", "shockingly repellent; inspiring horror"], ["pale", "(of light) lacking in intensity or brightness; dim or feeble"], ["crazy", "affected with madness or insanity"], ["pallid", "(of light) lacking in intensity or brightness; dim or feeble"], ["unhinged", "affected with madness or insanity"], ["unbalanced", "affected with madness or insanity"], ["nauseous", "feeling nausea; feeling about to vomit"], ["tired of", "having a strong distaste from surfeit"], ["grim", "shockingly repellent; inspiring horror"], ["sickish", "feeling nausea; feeling about to vomit"], ["gruesome", "shockingly repellent; inspiring horror"], ["mad", "affected with madness or insanity"], ["ghastly", "shockingly repellent; inspiring horror"], ["demented", "affected with madness or insanity"], ["fed up", "having a strong distaste from surfeit"], ["wan", "(of light) lacking in intensity or brightness; dim or feeble"], ["ill", "affected by an impairment of normal physical or mental function"], ["disturbed", "affected with madness or insanity"]]}, {"answer": "sick_of", "hint": "synonyms for sick of", "clues": [["disgusted", "having a strong distaste from surfeit"], ["fed up", "having a strong distaste from surfeit"], ["tired of", "having a strong distaste from surfeit"], ["sick", "having a strong distaste from surfeit"]]}, {"answer": "sickening", "hint": "synonyms for sickening", "clues": [["offensive", "causing or able to cause nausea"], ["nauseating", "causing or able to cause nausea"], ["nauseous", "causing or able to cause nausea"], ["queasy", "causing or able to cause nausea"], ["loathsome", "causing or able to cause nausea"], ["noisome", "causing or able to cause nausea"], ["vile", "causing or able to cause nausea"]]}, {"answer": "sickish", "hint": "synonyms for sickish", "clues": [["nauseated", "feeling nausea; feeling about to vomit"], ["nauseous", "feeling nausea; feeling about to vomit"], ["queasy", "feeling nausea; feeling about to vomit"], ["sick", "feeling nausea; feeling about to vomit"]]}, {"answer": "sickly", "hint": "synonyms for sickly", "clues": [["unwell", "somewhat ill or prone to illness"], ["peaked", "somewhat ill or prone to illness"], ["sallow", "unhealthy looking"], ["seedy", "somewhat ill or prone to illness"], ["indisposed", "somewhat ill or prone to illness"], ["poorly", "somewhat ill or prone to illness"], ["ailing", "somewhat ill or prone to illness"], ["under the weather", "somewhat ill or prone to illness"]]}, {"answer": "sidelong", "hint": "synonyms for sidelong", "clues": [["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["lateral", "situated at or extending to the side; ; - Tennyson"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "sightly", "hint": "synonyms for sightly", "clues": [["comely", "very pleasing to the eye"], ["bonnie", "very pleasing to the eye"], ["fair", "very pleasing to the eye"], ["bonny", "very pleasing to the eye"]]}, {"answer": "significant", "hint": "synonyms for significant", "clues": [["substantial", "fairly large"], ["important", "important in effect or meaning"], ["meaning", "rich in significance or implication"], ["pregnant", "rich in significance or implication"]]}, {"answer": "significative", "hint": "synonyms for significative", "clues": [["revelatory", "(usually followed by `of') pointing out or revealing clearly"], ["indicatory", "(usually followed by `of') pointing out or revealing clearly"], ["indicative", "(usually followed by `of') pointing out or revealing clearly"], ["suggestive", "(usually followed by `of') pointing out or revealing clearly"]]}, {"answer": "silent", "hint": "synonyms for silent", "clues": [["still", "marked by absence of sound"], ["mute", "unable to speak because of hereditary deafness"], ["unsounded", "not made to sound"], ["dumb", "unable to speak because of hereditary deafness"], ["soundless", "marked by absence of sound"], ["understood", "implied by or inferred from actions or statements"], ["tacit", "implied by or inferred from actions or statements"], ["mum", "failing to speak or communicate etc when expected to"]]}, {"answer": "silken", "hint": "synonyms for silken", "clues": [["silklike", "having a smooth, gleaming surface reflecting light"], ["satiny", "having a smooth, gleaming surface reflecting light"], ["sleek", "having a smooth, gleaming surface reflecting light"], ["slick", "having a smooth, gleaming surface reflecting light"], ["silky", "having a smooth, gleaming surface reflecting light"]]}, {"answer": "silklike", "hint": "synonyms for silklike", "clues": [["satiny", "having a smooth, gleaming surface reflecting light"], ["sleek", "having a smooth, gleaming surface reflecting light"], ["slick", "having a smooth, gleaming surface reflecting light"], ["silky", "having a smooth, gleaming surface reflecting light"], ["silken", "having a smooth, gleaming surface reflecting light"]]}, {"answer": "silky", "hint": "synonyms for silky", "clues": [["silklike", "having a smooth, gleaming surface reflecting light"], ["satiny", "having a smooth, gleaming surface reflecting light"], ["sleek", "having a smooth, gleaming surface reflecting light"], ["slick", "having a smooth, gleaming surface reflecting light"], ["silken", "having a smooth, gleaming surface reflecting light"]]}, {"answer": "silly", "hint": "synonyms for silly", "clues": [["ridiculous", "inspiring scornful pity; - Dashiell Hammett"], ["punch-drunk", "dazed from or as if from repeated blows"], ["sappy", "ludicrous, foolish"], ["dizzy", "lacking seriousness; given to frivolity"], ["lightheaded", "lacking seriousness; given to frivolity"], ["airheaded", "lacking seriousness; given to frivolity"], ["featherbrained", "lacking seriousness; given to frivolity"], ["zany", "ludicrous, foolish"], ["cockamamie", "ludicrous, foolish"], ["slaphappy", "dazed from or as if from repeated blows"], ["empty-headed", "lacking seriousness; given to frivolity"], ["giddy", "lacking seriousness; given to frivolity"], ["whacky", "ludicrous, foolish"], ["goofy", "ludicrous, foolish"], ["cockamamy", "ludicrous, foolish"], ["pathetic", "inspiring scornful pity; - Dashiell Hammett"]]}, {"answer": "silver", "hint": "synonyms for silver", "clues": [["eloquent", "expressing yourself readily, clearly, effectively"], ["silvern", "having the white lustrous sheen of silver"], ["fluent", "expressing yourself readily, clearly, effectively"], ["facile", "expressing yourself readily, clearly, effectively"], ["silverish", "of lustrous grey; covered with or tinged with the color of silver"], ["smooth-spoken", "expressing yourself readily, clearly, effectively"], ["silver-tongued", "expressing yourself readily, clearly, effectively"], ["argent", "of lustrous grey; covered with or tinged with the color of silver"]]}, {"answer": "silver-tongued", "hint": "synonyms for silver-tongued", "clues": [["silver", "expressing yourself readily, clearly, effectively"], ["eloquent", "expressing yourself readily, clearly, effectively"], ["fluent", "expressing yourself readily, clearly, effectively"], ["facile", "expressing yourself readily, clearly, effectively"], ["smooth-spoken", "expressing yourself readily, clearly, effectively"]]}, {"answer": "similar", "hint": "synonyms for similar", "clues": [["standardised", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["alike", "having the same or similar characteristics"], ["exchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"]]}, {"answer": "simple", "hint": "synonyms for simple", "clues": [["uncomplicated", "easy and not involved or complicated"], ["elementary", "easy and not involved or complicated"], ["bare", "apart from anything else; without additions or modifications"], ["unsubdivided", "(botany) of leaf shapes; of leaves having no divisions or subdivisions"], ["dewy-eyed", "exhibiting childlike simplicity and credulity"], ["wide-eyed", "exhibiting childlike simplicity and credulity"], ["childlike", "exhibiting childlike simplicity and credulity"], ["round-eyed", "exhibiting childlike simplicity and credulity"], ["unproblematic", "easy and not involved or complicated"], ["mere", "apart from anything else; without additions or modifications"], ["simple-minded", "lacking mental capacity and subtlety"], ["dim-witted", "lacking mental capacity and subtlety"]]}, {"answer": "simulated", "hint": "synonyms for simulated", "clues": [["false", "not genuine or real; being an imitation of the genuine article"], ["fake", "not genuine or real; being an imitation of the genuine article"], ["imitation", "not genuine or real; being an imitation of the genuine article"], ["faux", "not genuine or real; being an imitation of the genuine article"]]}, {"answer": "simultaneous", "hint": "synonyms for simultaneous", "clues": [["coincidental", "occurring or operating at the same time"], ["cooccurring", "occurring or operating at the same time"], ["concurrent", "occurring or operating at the same time"], ["coinciding", "occurring or operating at the same time"], ["co-occurrent", "occurring or operating at the same time"]]}, {"answer": "sinewy", "hint": "synonyms for sinewy", "clues": [["stringy", "(of meat) full of sinews; especially impossible to chew"], ["unchewable", "(of meat) full of sinews; especially impossible to chew"], ["muscular", "(of a person) possessing physical strength and weight; rugged and powerful"], ["fibrous", "(of meat) full of sinews; especially impossible to chew"], ["powerful", "(of a person) possessing physical strength and weight; rugged and powerful"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful"], ["hefty", "(of a person) possessing physical strength and weight; rugged and powerful"], ["tendinous", "consisting of tendons or resembling a tendon"]]}, {"answer": "sinful", "hint": "synonyms for sinful", "clues": [["over-the-top", "far more than usual or expected"], ["wicked", "having committed unrighteous acts"], ["iniquitous", "characterized by iniquity; wicked because it is believed to be a sin"], ["ungodly", "characterized by iniquity; wicked because it is believed to be a sin"], ["extraordinary", "far more than usual or expected"], ["unholy", "having committed unrighteous acts"]]}, {"answer": "single", "hint": "synonyms for single", "clues": [["individual", "being or characteristic of a single thing or person"], ["undivided", "not divided among or brought to bear on more than one object or objective"], ["exclusive", "not divided among or brought to bear on more than one object or objective"], ["unmarried", "not married or related to the unmarried state"]]}, {"answer": "singular", "hint": "synonyms for singular", "clues": [["queer", "beyond or deviating from the usual or expected"], ["odd", "beyond or deviating from the usual or expected"], ["unique", "the single one of its kind"], ["funny", "beyond or deviating from the usual or expected"], ["rum", "beyond or deviating from the usual or expected"], ["curious", "beyond or deviating from the usual or expected"], ["peculiar", "beyond or deviating from the usual or expected"], ["rummy", "beyond or deviating from the usual or expected"], ["remarkable", "unusual or striking"]]}, {"answer": "sinister", "hint": "synonyms for sinister", "clues": [["menacing", "threatening or foreshadowing evil or tragic developments"], ["forbidding", "threatening or foreshadowing evil or tragic developments"], ["black", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy"], ["minatory", "threatening or foreshadowing evil or tragic developments"], ["ominous", "threatening or foreshadowing evil or tragic developments"], ["baleful", "threatening or foreshadowing evil or tragic developments"], ["threatening", "threatening or foreshadowing evil or tragic developments"], ["dark", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy"], ["minacious", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "sissified", "hint": "synonyms for sissified", "clues": [["epicene", "having unsuitable feminine qualities"], ["effeminate", "having unsuitable feminine qualities"], ["emasculate", "having unsuitable feminine qualities"], ["sissy", "having unsuitable feminine qualities"], ["cissy", "having unsuitable feminine qualities"], ["sissyish", "having unsuitable feminine qualities"]]}, {"answer": "sissy", "hint": "synonyms for sissy", "clues": [["epicene", "having unsuitable feminine qualities"], ["effeminate", "having unsuitable feminine qualities"], ["emasculate", "having unsuitable feminine qualities"], ["cissy", "having unsuitable feminine qualities"], ["sissified", "having unsuitable feminine qualities"], ["sissyish", "having unsuitable feminine qualities"]]}, {"answer": "sissyish", "hint": "synonyms for sissyish", "clues": [["epicene", "having unsuitable feminine qualities"], ["effeminate", "having unsuitable feminine qualities"], ["emasculate", "having unsuitable feminine qualities"], ["sissy", "having unsuitable feminine qualities"], ["cissy", "having unsuitable feminine qualities"], ["sissified", "having unsuitable feminine qualities"]]}, {"answer": "sixpenny", "hint": "synonyms for sixpenny", "clues": [["twopenny-halfpenny", "of trifling worth"], ["threepenny", "of trifling worth"], ["tuppeny", "of trifling worth"], ["two-a-penny", "of trifling worth"], ["twopenny", "of trifling worth"]]}, {"answer": "sizable", "hint": "synonyms for sizable", "clues": [["healthy", "large in amount or extent or degree"], ["goodly", "large in amount or extent or degree"], ["sizeable", "large in amount or extent or degree"], ["ample", "fairly large"], ["respectable", "large in amount or extent or degree"], ["goodish", "large in amount or extent or degree"], ["tidy", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"]]}, {"answer": "sizeable", "hint": "synonyms for sizeable", "clues": [["healthy", "large in amount or extent or degree"], ["goodly", "large in amount or extent or degree"], ["sizable", "large in amount or extent or degree"], ["ample", "fairly large"], ["respectable", "large in amount or extent or degree"], ["goodish", "large in amount or extent or degree"], ["tidy", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"]]}, {"answer": "skanky", "hint": "synonyms for skanky", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "skeletal", "hint": "synonyms for skeletal", "clues": [["wasted", "very thin especially from disease or hunger or cold"], ["gaunt", "very thin especially from disease or hunger or cold"], ["pinched", "very thin especially from disease or hunger or cold"], ["bony", "very thin especially from disease or hunger or cold"], ["emaciated", "very thin especially from disease or hunger or cold"], ["cadaverous", "very thin especially from disease or hunger or cold"], ["haggard", "very thin especially from disease or hunger or cold"]]}, {"answer": "skeptical", "hint": "synonyms for skeptical", "clues": [["disbelieving", "denying or questioning the tenets of especially a religion"], ["questioning", "marked by or given to doubt"], ["sceptical", "marked by or given to doubt"], ["unbelieving", "denying or questioning the tenets of especially a religion"], ["doubting", "marked by or given to doubt"]]}, {"answer": "skew-whiff", "hint": "synonyms for skew-whiff", "clues": [["wonky", "turned or twisted toward one side; - G.K.Chesterton"], ["awry", "turned or twisted toward one side; - G.K.Chesterton"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton"], ["askew", "turned or twisted toward one side; - G.K.Chesterton"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton"]]}, {"answer": "skilful", "hint": "synonyms for skilful", "clues": [["adept", "having or showing knowledge and skill and aptitude"], ["proficient", "having or showing knowledge and skill and aptitude"], ["good", "having or showing knowledge and skill and aptitude"], ["expert", "having or showing knowledge and skill and aptitude"], ["practiced", "having or showing knowledge and skill and aptitude"], ["skillful", "having or showing knowledge and skill and aptitude"]]}, {"answer": "skillful", "hint": "synonyms for skillful", "clues": [["adept", "having or showing knowledge and skill and aptitude"], ["proficient", "having or showing knowledge and skill and aptitude"], ["good", "having or showing knowledge and skill and aptitude"], ["expert", "having or showing knowledge and skill and aptitude"], ["practiced", "having or showing knowledge and skill and aptitude"], ["skilful", "having or showing knowledge and skill and aptitude"], ["nice", "done with delicacy and skill"]]}, {"answer": "skinny", "hint": "synonyms for skinny", "clues": [["tight-fitting", "fitting snugly"], ["cheeseparing", "giving or spending with reluctance"], ["boney", "being very thin"], ["scraggy", "being very thin"], ["underweight", "being very thin"], ["near", "giving or spending with reluctance"], ["close", "giving or spending with reluctance"], ["scrawny", "being very thin"], ["weedy", "being very thin"], ["penny-pinching", "giving or spending with reluctance"]]}, {"answer": "slanderous", "hint": "synonyms for slanderous", "clues": [["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign"]]}, {"answer": "slanted", "hint": "synonyms for slanted", "clues": [["sloped", "having an oblique or slanted direction"], ["one-sided", "favoring one person or side over another"], ["diagonal", "having an oblique or slanted direction"], ["slanting", "having an oblique or slanted direction"], ["aslope", "having an oblique or slanted direction"], ["biased", "favoring one person or side over another"], ["coloured", "favoring one person or side over another"], ["aslant", "having an oblique or slanted direction"], ["sloping", "having an oblique or slanted direction"]]}, {"answer": "slanting", "hint": "synonyms for slanting", "clues": [["aslope", "having an oblique or slanted direction"], ["sloped", "having an oblique or slanted direction"], ["slanted", "having an oblique or slanted direction"], ["diagonal", "having an oblique or slanted direction"], ["aslant", "having an oblique or slanted direction"], ["sloping", "having an oblique or slanted direction"]]}, {"answer": "slap-up", "hint": "synonyms for slap-up", "clues": [["smashing", "very good"], ["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "slaphappy", "hint": "synonyms for slaphappy", "clues": [["carefree", "cheerfully irresponsible"], ["happy-go-lucky", "cheerfully irresponsible"], ["punch-drunk", "dazed from or as if from repeated blows"], ["harum-scarum", "cheerfully irresponsible"], ["devil-may-care", "cheerfully irresponsible"], ["silly", "dazed from or as if from repeated blows"], ["freewheeling", "cheerfully irresponsible"]]}, {"answer": "slate-gray", "hint": "synonyms for slate-gray", "clues": [["stone-grey", "of the color of slate or granite"], ["slaty-gray", "of the color of slate or granite"], ["slaty", "of the color of slate or granite"], ["slate-grey", "of the color of slate or granite"]]}, {"answer": "slatey", "hint": "synonyms for slatey", "clues": [["stone-grey", "of the color of slate or granite"], ["slaty-gray", "of the color of slate or granite"], ["slaty", "of the color of slate or granite"], ["slate-grey", "of the color of slate or granite"]]}, {"answer": "slaty", "hint": "synonyms for slaty", "clues": [["stone-grey", "of the color of slate or granite"], ["slaty-gray", "of the color of slate or granite"], ["slatey", "of the color of slate or granite"], ["slate-grey", "of the color of slate or granite"]]}, {"answer": "slaty-gray", "hint": "synonyms for slaty-gray", "clues": [["stone-grey", "of the color of slate or granite"], ["slaty", "of the color of slate or granite"], ["slate-gray", "of the color of slate or granite"], ["slaty-grey", "of the color of slate or granite"]]}, {"answer": "slaty-grey", "hint": "synonyms for slaty-grey", "clues": [["stone-grey", "of the color of slate or granite"], ["slaty-gray", "of the color of slate or granite"], ["slaty", "of the color of slate or granite"], ["slate-grey", "of the color of slate or granite"]]}, {"answer": "slaughterous", "hint": "synonyms for slaughterous", "clues": [["butcherly", "accompanied by bloodshed"], ["sanguineous", "accompanied by bloodshed"], ["gory", "accompanied by bloodshed"], ["sanguinary", "accompanied by bloodshed"]]}, {"answer": "sleazy", "hint": "synonyms for sleazy", "clues": [["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["squalid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["tinny", "of very poor quality; flimsy"], ["chintzy", "of very poor quality; flimsy"], ["cheesy", "of very poor quality; flimsy"], ["bum", "of very poor quality; flimsy"], ["punk", "of very poor quality; flimsy"], ["cheap", "of very poor quality; flimsy"], ["crummy", "of very poor quality; flimsy"], ["sordid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"]]}, {"answer": "sleek", "hint": "synonyms for sleek", "clues": [["streamlined", "designed or arranged to offer the least resistant to fluid flow"], ["flowing", "designed or arranged to offer the least resistant to fluid flow"], ["silklike", "having a smooth, gleaming surface reflecting light"], ["satiny", "having a smooth, gleaming surface reflecting light"], ["aerodynamic", "designed or arranged to offer the least resistant to fluid flow"], ["slick", "having a smooth, gleaming surface reflecting light"], ["silky", "having a smooth, gleaming surface reflecting light"], ["silken", "having a smooth, gleaming surface reflecting light"]]}, {"answer": "sleeveless", "hint": "synonyms for sleeveless", "clues": [["fruitless", "unproductive of success"], ["bootless", "unproductive of success"], ["futile", "unproductive of success"], ["vain", "unproductive of success"]]}, {"answer": "slender", "hint": "synonyms for slender", "clues": [["slim", "being of delicate or slender build; - Frank Norris"], ["svelte", "moving and bending with ease"], ["thin", "very narrow"], ["lissom", "moving and bending with ease"], ["sylphlike", "moving and bending with ease"], ["supple", "moving and bending with ease"], ["lithesome", "moving and bending with ease"], ["slight", "being of delicate or slender build; - Frank Norris"], ["lithe", "moving and bending with ease"]]}, {"answer": "slick", "hint": "synonyms for slick", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["sleek", "having a smooth, gleaming surface reflecting light"], ["sly", "marked by skill in deception"], ["satiny", "having a smooth, gleaming surface reflecting light"], ["dodgy", "marked by skill in deception"], ["silken", "having a smooth, gleaming surface reflecting light"], ["glib", "having only superficial plausibility"], ["crafty", "marked by skill in deception"], ["pat", "having only superficial plausibility"], ["wily", "marked by skill in deception"], ["silklike", "having a smooth, gleaming surface reflecting light"], ["foxy", "marked by skill in deception"], ["silky", "having a smooth, gleaming surface reflecting light"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"]]}, {"answer": "slight", "hint": "synonyms for slight", "clues": [["slim", "being of delicate or slender build; - Frank Norris"], ["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["little", "(quantifier used with mass nouns) small in quantity or degree; not much or almost none or (with `a') at least some"], ["svelte", "being of delicate or slender build; - Frank Norris"], ["slender", "being of delicate or slender build; - Frank Norris"], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\""]]}, {"answer": "slighting", "hint": "synonyms for slighting", "clues": [["deprecating", "tending to diminish or disparage"], ["deprecative", "tending to diminish or disparage"], ["deprecatory", "tending to diminish or disparage"], ["belittling", "tending to diminish or disparage"]]}, {"answer": "slimy", "hint": "synonyms for slimy", "clues": [["vile", "morally reprehensible"], ["ugly", "morally reprehensible"], ["worthless", "morally reprehensible"], ["wretched", "morally reprehensible"], ["despicable", "morally reprehensible"], ["unworthy", "morally reprehensible"], ["slimed", "covered with or resembling slime"]]}, {"answer": "sloped", "hint": "synonyms for sloped", "clues": [["aslope", "having an oblique or slanted direction"], ["slanted", "having an oblique or slanted direction"], ["diagonal", "having an oblique or slanted direction"], ["slanting", "having an oblique or slanted direction"], ["aslant", "having an oblique or slanted direction"], ["sloping", "having an oblique or slanted direction"]]}, {"answer": "sloping", "hint": "synonyms for sloping", "clues": [["aslope", "having an oblique or slanted direction"], ["sloped", "having an oblique or slanted direction"], ["slanted", "having an oblique or slanted direction"], ["diagonal", "having an oblique or slanted direction"], ["slanting", "having an oblique or slanted direction"], ["aslant", "having an oblique or slanted direction"]]}, {"answer": "slopped", "hint": "synonyms for slopped", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "sloppy", "hint": "synonyms for sloppy", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["haphazard", "marked by great carelessness"], ["slapdash", "marked by great carelessness"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["overemotional", "excessively or abnormally emotional"], ["slipshod", "marked by great carelessness"], ["swampy", "(of soil) soft and watery"], ["baggy", "not fitting closely; hanging loosely"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"], ["loose-fitting", "not fitting closely; hanging loosely"]]}, {"answer": "sloshed", "hint": "synonyms for sloshed", "clues": [["pixilated", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "slothful", "hint": "synonyms for slothful", "clues": [["indolent", "disinclined to work or exertion"], ["lazy", "disinclined to work or exertion"], ["otiose", "disinclined to work or exertion"], ["work-shy", "disinclined to work or exertion"], ["faineant", "disinclined to work or exertion"]]}, {"answer": "sloughy", "hint": "synonyms for sloughy", "clues": [["boggy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dull", "(of business) not active or brisk"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["sluggish", "(of business) not active or brisk"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "sluggish", "hint": "synonyms for sluggish", "clues": [["torpid", "slow and apathetic"], ["inert", "slow and apathetic"], ["dull", "(of business) not active or brisk"], ["slow", "(of business) not active or brisk"], ["sulky", "moving slowly"], ["soggy", "slow and apathetic"]]}, {"answer": "slushy", "hint": "synonyms for slushy", "clues": [["drippy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "sluttish", "hint": "synonyms for sluttish", "clues": [["slatternly", "characteristic of or befitting a slut or slattern; used especially of women"], ["promiscuous", "casual and unrestrained in sexual behavior"], ["blowsy", "characteristic of or befitting a slut or slattern; used especially of women"], ["light", "casual and unrestrained in sexual behavior"], ["wanton", "casual and unrestrained in sexual behavior"], ["easy", "casual and unrestrained in sexual behavior"], ["loose", "casual and unrestrained in sexual behavior"], ["blowzy", "characteristic of or befitting a slut or slattern; used especially of women"]]}, {"answer": "sly", "hint": "synonyms for sly", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "small", "hint": "synonyms for small", "clues": [["pocket-sized", "limited in size or scope"], ["little", "(of a voice) faint"], ["modest", "limited in size or scope"], ["low", "low or inferior in station or quality"], ["belittled", "made to seem smaller or less (especially in worth)"], ["small-scale", "limited in size or scope"], ["humble", "low or inferior in station or quality"], ["diminished", "made to seem smaller or less (especially in worth)"], ["minuscule", "lowercase"], ["minor", "limited in size or scope"]]}, {"answer": "small-grained", "hint": "synonyms for small-grained", "clues": [["pulverised", "consisting of fine particles"], ["fine-grained", "consisting of fine particles"], ["powdery", "consisting of fine particles"], ["powdered", "consisting of fine particles"]]}, {"answer": "small-scale", "hint": "synonyms for small-scale", "clues": [["small", "limited in size or scope"], ["pocket-sized", "limited in size or scope"], ["modest", "limited in size or scope"], ["minor", "limited in size or scope"]]}, {"answer": "smaller", "hint": "synonyms for smaller", "clues": [["small", "slight or limited; especially in degree or intensity or scope"], ["pocket-sized", "limited in size or scope"], ["modest", "limited in size or scope"], ["little", "(of children and animals) young, immature"], ["low", "low or inferior in station or quality"], ["belittled", "made to seem smaller or less (especially in worth)"], ["humble", "low or inferior in station or quality"], ["minuscule", "lowercase"], ["diminished", "made to seem smaller or less (especially in worth)"], ["small-scale", "limited in size or scope"], ["minor", "limited in size or scope"]]}, {"answer": "smarmy", "hint": "synonyms for smarmy", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech"]]}, {"answer": "smart", "hint": "synonyms for smart", "clues": [["impertinent", "improperly forward or bold"], ["impudent", "improperly forward or bold"], ["voguish", "elegant and stylish"], ["sassy", "improperly forward or bold"], ["overbold", "improperly forward or bold"], ["fresh", "improperly forward or bold"], ["bright", "characterized by quickness and ease in learning"], ["wise", "improperly forward or bold"], ["saucy", "improperly forward or bold"], ["chic", "elegant and stylish"]]}, {"answer": "smashed", "hint": "synonyms for smashed", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "smashing", "hint": "synonyms for smashing", "clues": [["not bad", "very good"], ["swell", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "smelly", "hint": "synonyms for smelly", "clues": [["foetid", "offensively malodorous"], ["funky", "offensively malodorous"], ["stinking", "offensively malodorous"], ["noisome", "offensively malodorous"], ["ill-scented", "offensively malodorous"], ["foul-smelling", "offensively malodorous"], ["foul", "offensively malodorous"]]}, {"answer": "smitten", "hint": "synonyms for smitten", "clues": [["struck", "(used in combination) affected by something overwhelming"], ["enamored", "marked by foolish or unreasoning fondness"], ["in love", "marked by foolish or unreasoning fondness"], ["infatuated", "marked by foolish or unreasoning fondness"], ["stricken", "(used in combination) affected by something overwhelming"], ["soft on", "marked by foolish or unreasoning fondness"], ["potty", "marked by foolish or unreasoning fondness"], ["taken with", "marked by foolish or unreasoning fondness"]]}, {"answer": "smooth", "hint": "synonyms for smooth", "clues": [["suave", "smoothly agreeable and courteous with a degree of sophistication"], ["placid", "(of a body of water) free from disturbance by heavy waves"], ["fluid", "smooth and unconstrained in movement"], ["tranquil", "(of a body of water) free from disturbance by heavy waves"], ["still", "(of a body of water) free from disturbance by heavy waves"], ["legato", "(music) without breaks between notes; smooth and connected"], ["unruffled", "(of a body of water) free from disturbance by heavy waves"], ["quiet", "(of a body of water) free from disturbance by heavy waves"], ["liquid", "smooth and unconstrained in movement"], ["fluent", "smooth and unconstrained in movement"], ["bland", "smoothly agreeable and courteous with a degree of sophistication"], ["politic", "smoothly agreeable and courteous with a degree of sophistication"]]}, {"answer": "smooth-spoken", "hint": "synonyms for smooth-spoken", "clues": [["silver", "expressing yourself readily, clearly, effectively"], ["eloquent", "expressing yourself readily, clearly, effectively"], ["silver-tongued", "expressing yourself readily, clearly, effectively"], ["fluent", "expressing yourself readily, clearly, effectively"], ["facile", "expressing yourself readily, clearly, effectively"]]}, {"answer": "smuggled", "hint": "synonyms for smuggled", "clues": [["contraband", "distributed or sold illicitly"], ["bootleg", "distributed or sold illicitly"], ["black", "distributed or sold illicitly"], ["black-market", "distributed or sold illicitly"]]}, {"answer": "smutty", "hint": "synonyms for smutty", "clues": [["black", "soiled with dirt or soot"], ["nasty", "characterized by obscenity"], ["foul", "characterized by obscenity"], ["cruddy", "characterized by obscenity"], ["filthy", "characterized by obscenity"]]}, {"answer": "snappy", "hint": "synonyms for snappy", "clues": [["frosty", "pleasantly cold and invigorating"], ["zippy", "quick and energetic"], ["crisp", "pleasantly cold and invigorating"], ["whipping", "smart and fashionable"], ["nipping", "pleasantly cold and invigorating"], ["lively", "quick and energetic"], ["raffish", "marked by up-to-dateness in dress and manners"], ["alert", "quick and energetic"], ["merry", "quick and energetic"], ["snappish", "apt to speak irritably"], ["brisk", "quick and energetic"], ["spanking", "quick and energetic"], ["dashing", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["nippy", "pleasantly cold and invigorating"], ["natty", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["rattling", "quick and energetic"], ["rakish", "marked by up-to-dateness in dress and manners"], ["jaunty", "marked by up-to-dateness in dress and manners"]]}, {"answer": "sneak", "hint": "synonyms for sneak", "clues": [["sneaky", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["furtive", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["surreptitious", "marked by quiet and caution and secrecy; taking pains to avoid being observed"]]}, {"answer": "sneaky", "hint": "synonyms for sneaky", "clues": [["furtive", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["surreptitious", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["sneak", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["underhanded", "marked by deception"], ["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed"]]}, {"answer": "sniffy", "hint": "synonyms for sniffy", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"]]}, {"answer": "snobbish", "hint": "synonyms for snobbish", "clues": [["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"]]}, {"answer": "snobby", "hint": "synonyms for snobby", "clues": [["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior"]]}, {"answer": "snooty", "hint": "synonyms for snooty", "clues": [["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "snot-nosed", "hint": "synonyms for snot-nosed", "clues": [["snotty", "dirty with nasal discharge"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "snotty", "hint": "synonyms for snotty", "clues": [["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snot-nosed", "dirty with nasal discharge"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "snowy", "hint": "synonyms for snowy", "clues": [["white", "marked by the presence of snow"], ["snow-clad", "covered with snow"], ["snow-white", "of the white color of snow"], ["snow-covered", "covered with snow"]]}, {"answer": "snug", "hint": "synonyms for snug", "clues": [["cozy", "enjoying or affording comforting warmth and shelter especially in a small space"], ["close-fitting", "fitting closely but comfortably"], ["cosy", "enjoying or affording comforting warmth and shelter especially in a small space"], ["close", "fitting closely but comfortably"]]}, {"answer": "soaked", "hint": "synonyms for soaked", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "soapy", "hint": "synonyms for soapy", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["saponaceous", "resembling or having the qualities of soap"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech"]]}, {"answer": "sober", "hint": "synonyms for sober", "clues": [["sedate", "dignified and somber in manner or character and committed to keeping promises"], ["solemn", "dignified and somber in manner or character and committed to keeping promises"], ["sombre", "lacking brightness or color; dull"], ["grave", "dignified and somber in manner or character and committed to keeping promises"], ["serious", "completely lacking in playfulness"], ["drab", "lacking brightness or color; dull"], ["somber", "lacking brightness or color; dull"], ["unplayful", "completely lacking in playfulness"]]}, {"answer": "sodding", "hint": "synonyms for sodding", "clues": [["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "soft", "hint": "synonyms for soft", "clues": [["balmy", "mild and pleasant"], ["sonant", "produced with vibration of the vocal cords"], ["diffused", "(of light) transmitted from a broad light source or reflected"], ["indulgent", "tolerant or lenient"], ["easy", "having little impact"], ["flaccid", "out of condition; not strong or robust; incapable of exertion or endurance"], ["cushy", "not burdensome or demanding; borne or done easily and without hardship"], ["easygoing", "not burdensome or demanding; borne or done easily and without hardship"], ["lenient", "tolerant or lenient"], ["voiced", "produced with vibration of the vocal cords"], ["mild", "mild and pleasant"], ["delicate", "easily hurt"], ["gentle", "soft and mild; not harsh or stern or severe"], ["piano", "used chiefly as a direction or description in music"], ["subdued", "not brilliant or glaring"], ["flabby", "out of condition; not strong or robust; incapable of exertion or endurance"]]}, {"answer": "soft_on", "hint": "synonyms for soft on", "clues": [["enamored", "marked by foolish or unreasoning fondness"], ["smitten", "marked by foolish or unreasoning fondness"], ["in love", "marked by foolish or unreasoning fondness"], ["infatuated", "marked by foolish or unreasoning fondness"], ["potty", "marked by foolish or unreasoning fondness"], ["taken with", "marked by foolish or unreasoning fondness"]]}, {"answer": "soggy", "hint": "synonyms for soggy", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["sluggish", "slow and apathetic"], ["marshy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["torpid", "slow and apathetic"], ["sloppy", "(of soil) soft and watery"], ["inert", "slow and apathetic"], ["swampy", "(of soil) soft and watery"], ["doughy", "having the consistency of dough because of insufficient leavening or improper cooking"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "sole", "hint": "synonyms for sole", "clues": [["lonesome", "being the only one; single and isolated from others"], ["only", "being the only one; single and isolated from others"], ["exclusive", "not divided or shared with others"], ["solitary", "being the only one; single and isolated from others"], ["lone", "being the only one; single and isolated from others"]]}, {"answer": "solemn", "hint": "synonyms for solemn", "clues": [["sedate", "dignified and somber in manner or character and committed to keeping promises"], ["sober", "dignified and somber in manner or character and committed to keeping promises"], ["grave", "dignified and somber in manner or character and committed to keeping promises"], ["sincere", "characterized by a firm and humorless belief in the validity of your opinions"], ["earnest", "characterized by a firm and humorless belief in the validity of your opinions"]]}, {"answer": "solid", "hint": "synonyms for solid", "clues": [["square", "providing abundant nourishment"], ["firm", "not soft or yielding to pressure"], ["substantial", "of good quality and condition; solidly built"], ["strong", "of good quality and condition; solidly built"], ["upstanding", "meriting respect or esteem"], ["self-colored", "of the same color throughout"], ["satisfying", "providing abundant nourishment"], ["hearty", "providing abundant nourishment"], ["whole", "acting together as a single undiversified whole"], ["unanimous", "acting together as a single undiversified whole"]]}, {"answer": "solitary", "hint": "synonyms for solitary", "clues": [["unfrequented", "devoid of creatures"], ["lone", "characterized by or preferring solitude"], ["nongregarious", "of plants and animals; not growing or living in groups or colonies"], ["lonesome", "being the only one; single and isolated from others"], ["only", "being the only one; single and isolated from others"], ["nonsocial", "of plants and animals; not growing or living in groups or colonies"], ["sole", "being the only one; single and isolated from others"]]}, {"answer": "somber", "hint": "synonyms for somber", "clues": [["sober", "lacking brightness or color; dull"], ["sombre", "lacking brightness or color; dull"], ["melancholy", "grave or even gloomy in character"], ["drab", "lacking brightness or color; dull"]]}, {"answer": "sometime", "hint": "synonyms for sometime", "clues": [["former", "belonging to some prior time"], ["old", "belonging to some prior time"], ["quondam", "belonging to some prior time"], ["onetime", "belonging to some prior time"], ["erstwhile", "belonging to some prior time"]]}, {"answer": "somniferous", "hint": "synonyms for somniferous", "clues": [["hypnagogic", "sleep inducing"], ["somnific", "sleep inducing"], ["soporific", "sleep inducing"], ["soporiferous", "sleep inducing"]]}, {"answer": "somnific", "hint": "synonyms for somnific", "clues": [["hypnagogic", "sleep inducing"], ["somniferous", "sleep inducing"], ["soporific", "sleep inducing"], ["soporiferous", "sleep inducing"]]}, {"answer": "sonsie", "hint": "synonyms for sonsie", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "sonsy", "hint": "synonyms for sonsy", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "sooty", "hint": "synonyms for sooty", "clues": [["jet-black", "of the blackest black; similar to the color of jet or coal"], ["pitchy", "of the blackest black; similar to the color of jet or coal"], ["coal-black", "of the blackest black; similar to the color of jet or coal"], ["jet", "of the blackest black; similar to the color of jet or coal"]]}, {"answer": "soporiferous", "hint": "synonyms for soporiferous", "clues": [["hypnagogic", "sleep inducing"], ["somnific", "sleep inducing"], ["narcotic", "inducing mental lethargy"], ["soporific", "sleep inducing"], ["somniferous", "sleep inducing"]]}, {"answer": "soporific", "hint": "synonyms for soporific", "clues": [["hypnagogic", "sleep inducing"], ["somnific", "sleep inducing"], ["narcotic", "inducing mental lethargy"], ["soporiferous", "sleep inducing"], ["somniferous", "sleep inducing"]]}, {"answer": "soppy", "hint": "synonyms for soppy", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["soupy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["sodden", "wet through and through; thoroughly wet"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "sorcerous", "hint": "synonyms for sorcerous", "clues": [["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"]]}, {"answer": "sordid", "hint": "synonyms for sordid", "clues": [["flyblown", "foul and run-down and repulsive"], ["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["squalid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["dirty", "unethical or dishonest"]]}, {"answer": "sore", "hint": "synonyms for sore", "clues": [["painful", "causing misery or pain or distress"], ["sensitive", "hurting"], ["tender", "hurting"], ["afflictive", "causing misery or pain or distress"], ["huffy", "roused to anger; - Mark Twain"], ["mad", "roused to anger; - Mark Twain"], ["raw", "hurting"]]}, {"answer": "sorrowing", "hint": "synonyms for sorrowing", "clues": [["grieving", "sorrowful through loss or deprivation"], ["grief-stricken", "sorrowful through loss or deprivation"], ["bereft", "sorrowful through loss or deprivation"], ["mourning", "sorrowful through loss or deprivation"], ["bereaved", "sorrowful through loss or deprivation"]]}, {"answer": "sorry", "hint": "synonyms for sorry", "clues": [["drab", "causing dejection"], ["gloomy", "causing dejection"], ["blue", "causing dejection"], ["good-for-naught", "without merit"], ["bad", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["no-account", "without merit"], ["good-for-nothing", "without merit"], ["disconsolate", "causing dejection"], ["deplorable", "bad; unfortunate"], ["sad", "bad; unfortunate"], ["lamentable", "bad; unfortunate"], ["dismal", "causing dejection"], ["grim", "causing dejection"], ["distressing", "bad; unfortunate"], ["pitiful", "bad; unfortunate"], ["dreary", "causing dejection"], ["no-good", "without merit"], ["meritless", "without merit"], ["dingy", "causing dejection"], ["dark", "causing dejection"]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["profound", "(of sleep) deep and complete"], ["level-headed", "exercising or showing good judgment"], ["legal", "having legal efficacy or force"], ["effectual", "having legal efficacy or force"], ["intelligent", "exercising or showing good judgment"], ["heavy", "(of sleep) deep and complete"], ["well-grounded", "logically valid"], ["reasoned", "logically valid"], ["good", "in excellent physical condition"], ["healthy", "exercising or showing good judgment"], ["wakeless", "(of sleep) deep and complete"]]}, {"answer": "soupy", "hint": "synonyms for soupy", "clues": [["drippy", "effusively or insincerely emotional"], ["slushy", "effusively or insincerely emotional"], ["bathetic", "effusively or insincerely emotional"], ["mawkish", "effusively or insincerely emotional"], ["mushy", "effusively or insincerely emotional"], ["sentimental", "effusively or insincerely emotional"], ["hokey", "effusively or insincerely emotional"], ["soppy", "effusively or insincerely emotional"], ["schmalzy", "effusively or insincerely emotional"], ["maudlin", "effusively or insincerely emotional"], ["kitschy", "effusively or insincerely emotional"]]}, {"answer": "sour", "hint": "synonyms for sour", "clues": [["off", "in an unpalatable state"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["turned", "in an unpalatable state"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["rancid", "smelling of fermentation or staleness"], ["false", "inaccurate in pitch"], ["off-key", "inaccurate in pitch"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "sourish", "hint": "synonyms for sourish", "clues": [["lemony", "tasting sour like a lemon"], ["lemonlike", "tasting sour like a lemon"], ["tart", "tasting sour like a lemon"], ["tangy", "tasting sour like a lemon"]]}, {"answer": "soused", "hint": "synonyms for soused", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"]]}, {"answer": "sovereign", "hint": "synonyms for sovereign", "clues": [["self-governing", "(of political bodies) not controlled by outside forces"], ["autonomous", "(of political bodies) not controlled by outside forces"], ["supreme", "greatest in status or authority or power"], ["independent", "(of political bodies) not controlled by outside forces"]]}, {"answer": "sozzled", "hint": "synonyms for sozzled", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "spangled", "hint": "synonyms for spangled", "clues": [["beady", "covered with beads or jewels or sequins"], ["jeweled", "covered with beads or jewels or sequins"], ["gemmed", "covered with beads or jewels or sequins"], ["sequined", "covered with beads or jewels or sequins"], ["spangly", "covered with beads or jewels or sequins"]]}, {"answer": "spangly", "hint": "synonyms for spangly", "clues": [["beady", "covered with beads or jewels or sequins"], ["jeweled", "covered with beads or jewels or sequins"], ["gemmed", "covered with beads or jewels or sequins"], ["spangled", "covered with beads or jewels or sequins"], ["sequined", "covered with beads or jewels or sequins"]]}, {"answer": "spanking", "hint": "synonyms for spanking", "clues": [["zippy", "quick and energetic"], ["rattling", "quick and energetic"], ["alert", "quick and energetic"], ["lively", "quick and energetic"], ["snappy", "quick and energetic"], ["merry", "quick and energetic"], ["brisk", "quick and energetic"]]}, {"answer": "spare", "hint": "synonyms for spare", "clues": [["bare", "lacking in amplitude or quantity"], ["supernumerary", "more than is needed, desired, or required"], ["unembellished", "lacking embellishment or ornamentation"], ["supererogatory", "more than is needed, desired, or required"], ["scanty", "lacking in amplitude or quantity"], ["plain", "lacking embellishment or ornamentation"], ["superfluous", "more than is needed, desired, or required"], ["trim", "thin and fit"], ["redundant", "more than is needed, desired, or required"], ["surplus", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["free", "not taken up by scheduled activities"], ["extra", "more than is needed, desired, or required"], ["unornamented", "lacking embellishment or ornamentation"]]}, {"answer": "sparing", "hint": "synonyms for sparing", "clues": [["stinting", "avoiding waste"], ["economical", "avoiding waste"], ["scotch", "avoiding waste"], ["frugal", "avoiding waste"]]}, {"answer": "sparkly", "hint": "synonyms for sparkly", "clues": [["glittering", "having brief brilliant points or flashes of light"], ["scintillating", "having brief brilliant points or flashes of light"], ["aglitter", "having brief brilliant points or flashes of light"], ["scintillant", "having brief brilliant points or flashes of light"], ["glinting", "having brief brilliant points or flashes of light"], ["coruscant", "having brief brilliant points or flashes of light"], ["bubbling", "marked by high spirits or excitement"], ["frothy", "marked by high spirits or excitement"], ["fulgid", "having brief brilliant points or flashes of light"], ["effervescent", "marked by high spirits or excitement"]]}, {"answer": "special", "hint": "synonyms for special", "clues": [["particular", "unique or specific to a person or thing or category"], ["peculiar", "unique or specific to a person or thing or category"], ["exceptional", "surpassing what is common or usual or expected"], ["extra", "added to a regular schedule"], ["especial", "surpassing what is common or usual or expected"], ["limited", "having a specific function or scope"]]}, {"answer": "specked", "hint": "synonyms for specked", "clues": [["flecked", "having a pattern of dots"], ["stippled", "having a pattern of dots"], ["speckled", "having a pattern of dots"], ["dotted", "having a pattern of dots"]]}, {"answer": "speckled", "hint": "synonyms for speckled", "clues": [["stippled", "having a pattern of dots"], ["flecked", "having a pattern of dots"], ["specked", "having a pattern of dots"], ["dotted", "having a pattern of dots"]]}, {"answer": "speckless", "hint": "synonyms for speckless", "clues": [["spic-and-span", "completely neat and clean"], ["spotless", "completely neat and clean"], ["spic", "completely neat and clean"], ["immaculate", "completely neat and clean"]]}, {"answer": "spectacular", "hint": "synonyms for spectacular", "clues": [["striking", "having a quality that thrusts itself into attention"], ["outstanding", "having a quality that thrusts itself into attention"], ["prominent", "having a quality that thrusts itself into attention"], ["dramatic", "sensational in appearance or thrilling in effect"], ["salient", "having a quality that thrusts itself into attention"]]}, {"answer": "spectral", "hint": "synonyms for spectral", "clues": [["apparitional", "resembling or characteristic of a phantom"], ["ghostly", "resembling or characteristic of a phantom"], ["phantasmal", "resembling or characteristic of a phantom"], ["spiritual", "resembling or characteristic of a phantom"], ["ghostlike", "resembling or characteristic of a phantom"]]}, {"answer": "speculative", "hint": "synonyms for speculative", "clues": [["notional", "not based on fact or investigation"], ["bad", "not financially safe or secure"], ["inquisitive", "showing curiosity"], ["questioning", "showing curiosity"], ["high-risk", "not financially safe or secure"], ["risky", "not financially safe or secure"], ["wondering", "showing curiosity"]]}, {"answer": "spell-bound", "hint": "synonyms for spell-bound", "clues": [["transfixed", "having your attention fixated as though by a spell"], ["fascinated", "having your attention fixated as though by a spell"], ["mesmerized", "having your attention fixated as though by a spell"], ["hypnotized", "having your attention fixated as though by a spell"], ["spellbound", "having your attention fixated as though by a spell"]]}, {"answer": "spellbound", "hint": "synonyms for spellbound", "clues": [["transfixed", "having your attention fixated as though by a spell"], ["fascinated", "having your attention fixated as though by a spell"], ["mesmerized", "having your attention fixated as though by a spell"], ["hypnotized", "having your attention fixated as though by a spell"], ["spell-bound", "having your attention fixated as though by a spell"]]}, {"answer": "spent", "hint": "synonyms for spent", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "spheric", "hint": "synonyms for spheric", "clues": [["global", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["spherical", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey"]]}, {"answer": "spherical", "hint": "synonyms for spherical", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey"]]}, {"answer": "spic", "hint": "synonyms for spic", "clues": [["spic-and-span", "completely neat and clean"], ["spotless", "completely neat and clean"], ["immaculate", "completely neat and clean"], ["speckless", "completely neat and clean"], ["spick", "completely neat and clean"]]}, {"answer": "spic-and-span", "hint": "synonyms for spic-and-span", "clues": [["spick-and-span", "completely neat and clean"], ["spic", "completely neat and clean"], ["speckless", "completely neat and clean"], ["bran-new", "conspicuously new"], ["spotless", "completely neat and clean"], ["immaculate", "completely neat and clean"]]}, {"answer": "spick", "hint": "synonyms for spick", "clues": [["spic-and-span", "completely neat and clean"], ["spotless", "completely neat and clean"], ["spic", "completely neat and clean"], ["immaculate", "completely neat and clean"], ["speckless", "completely neat and clean"]]}, {"answer": "spick-and-span", "hint": "synonyms for spick-and-span", "clues": [["spic-and-span", "conspicuously new"], ["spic", "completely neat and clean"], ["speckless", "completely neat and clean"], ["bran-new", "conspicuously new"], ["spotless", "completely neat and clean"], ["immaculate", "completely neat and clean"]]}, {"answer": "spicy", "hint": "synonyms for spicy", "clues": [["hot", "producing a burning sensation on the taste nerves"], ["juicy", "suggestive of sexual impropriety"], ["zesty", "having an agreeably pungent taste"], ["gamey", "suggestive of sexual impropriety"], ["racy", "suggestive of sexual impropriety"], ["piquant", "having an agreeably pungent taste"], ["naughty", "suggestive of sexual impropriety"], ["blue", "suggestive of sexual impropriety"], ["risque", "suggestive of sexual impropriety"], ["savory", "having an agreeably pungent taste"]]}, {"answer": "spiderly", "hint": "synonyms for spiderly", "clues": [["spiderlike", "relating to or resembling a member of the class Arachnida"], ["arachnoid", "relating to or resembling a member of the class Arachnida"], ["spidery", "relating to or resembling a member of the class Arachnida"], ["arachnidian", "relating to or resembling a member of the class Arachnida"]]}, {"answer": "spidery", "hint": "synonyms for spidery", "clues": [["spiderlike", "relating to or resembling a member of the class Arachnida"], ["arachnoid", "relating to or resembling a member of the class Arachnida"], ["spiderly", "relating to or resembling a member of the class Arachnida"], ["arachnidian", "relating to or resembling a member of the class Arachnida"]]}, {"answer": "spiffed_up", "hint": "synonyms for spiffed up", "clues": [["dolled up", "dressed in fancy or formal clothing"], ["dressed to the nines", "dressed in fancy or formal clothing"], ["spruced up", "dressed in fancy or formal clothing"], ["dressed-up", "dressed in fancy or formal clothing"], ["togged up", "dressed in fancy or formal clothing"], ["dressed", "dressed in fancy or formal clothing"], ["dressed to kill", "dressed in fancy or formal clothing"]]}, {"answer": "spiffy", "hint": "synonyms for spiffy", "clues": [["snappy", "marked by up-to-dateness in dress and manners"], ["dashing", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["natty", "marked by up-to-dateness in dress and manners"], ["spruce", "marked by up-to-dateness in dress and manners"], ["raffish", "marked by up-to-dateness in dress and manners"], ["rakish", "marked by up-to-dateness in dress and manners"], ["jaunty", "marked by up-to-dateness in dress and manners"]]}, {"answer": "spineless", "hint": "synonyms for spineless", "clues": [["invertebrate", "lacking a backbone or spinal column"], ["thornless", "lacking thorns"], ["gutless", "weak in willpower, courage or vitality"], ["wishy-washy", "weak in willpower, courage or vitality"], ["namby-pamby", "weak in willpower, courage or vitality"]]}, {"answer": "spiny", "hint": "synonyms for spiny", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spinous", "having spines"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "spiral", "hint": "synonyms for spiral", "clues": [["voluted", "in the shape of a coil"], ["spiraling", "in the shape of a coil"], ["helical", "in the shape of a coil"], ["whorled", "in the shape of a coil"], ["turbinate", "in the shape of a coil"], ["coiling", "in the shape of a coil"]]}, {"answer": "spiraling", "hint": "synonyms for spiraling", "clues": [["voluted", "in the shape of a coil"], ["helical", "in the shape of a coil"], ["whorled", "in the shape of a coil"], ["spiral", "in the shape of a coil"], ["turbinate", "in the shape of a coil"], ["coiling", "in the shape of a coil"]]}, {"answer": "spirant", "hint": "synonyms for spirant", "clues": [["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"]]}, {"answer": "spirited", "hint": "synonyms for spirited", "clues": [["game", "willing to face danger"], ["bouncy", "marked by lively action"], ["gamy", "willing to face danger"], ["zippy", "marked by lively action"], ["enlivened", "made lively or spirited"], ["spunky", "willing to face danger"], ["bouncing", "marked by lively action"], ["peppy", "marked by lively action"], ["mettlesome", "willing to face danger"], ["gritty", "willing to face danger"]]}, {"answer": "spiritual", "hint": "synonyms for spiritual", "clues": [["apparitional", "resembling or characteristic of a phantom"], ["spectral", "resembling or characteristic of a phantom"], ["religious", "concerned with sacred matters or religion or the church"], ["ghostly", "resembling or characteristic of a phantom"], ["unearthly", "concerned with or affecting the spirit or soul"], ["phantasmal", "resembling or characteristic of a phantom"], ["ghostlike", "resembling or characteristic of a phantom"]]}, {"answer": "splendid", "hint": "synonyms for splendid", "clues": [["fantabulous", "very good;of the highest quality"], ["splendiferous", "having great beauty and splendor"], ["resplendent", "having great beauty and splendor"], ["magnificent", "characterized by grandeur"], ["excellent", "very good;of the highest quality"], ["brilliant", "characterized by grandeur"], ["glorious", "characterized by grandeur"], ["first-class", "very good;of the highest quality"]]}, {"answer": "splenetic", "hint": "synonyms for splenetic", "clues": [["waspish", "very irritable"], ["prickly", "very irritable"], ["bristly", "very irritable"], ["splenic", "of or relating to the spleen"], ["lienal", "of or relating to the spleen"]]}, {"answer": "sporting", "hint": "synonyms for sporting", "clues": [["clean", "exhibiting or calling for sportsmanship or fair play"], ["betting", "preoccupied with the pursuit of pleasure and especially games of chance"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play"], ["dissipated", "preoccupied with the pursuit of pleasure and especially games of chance"], ["sporty", "exhibiting or calling for sportsmanship or fair play"], ["card-playing", "preoccupied with the pursuit of pleasure and especially games of chance"]]}, {"answer": "sportive", "hint": "synonyms for sportive", "clues": [["rollicking", "given to merry frolicking"], ["frolicsome", "given to merry frolicking"], ["coltish", "given to merry frolicking"], ["frolicky", "given to merry frolicking"]]}, {"answer": "sporty", "hint": "synonyms for sporty", "clues": [["flashy", "(used especially of clothes) marked by conspicuous display"], ["clean", "exhibiting or calling for sportsmanship or fair play"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play"], ["sporting", "exhibiting or calling for sportsmanship or fair play"], ["gaudy", "(used especially of clothes) marked by conspicuous display"], ["jazzy", "(used especially of clothes) marked by conspicuous display"], ["showy", "(used especially of clothes) marked by conspicuous display"]]}, {"answer": "spotless", "hint": "synonyms for spotless", "clues": [["spic-and-span", "completely neat and clean"], ["spic", "completely neat and clean"], ["immaculate", "completely neat and clean"], ["speckless", "completely neat and clean"]]}, {"answer": "spotty", "hint": "synonyms for spotty", "clues": [["patched", "having spots or patches (small areas of contrasting color or texture)"], ["uneven", "lacking consistency"], ["scratchy", "lacking consistency"], ["spotted", "having spots or patches (small areas of contrasting color or texture)"]]}, {"answer": "spring-blooming", "hint": "synonyms for spring-blooming", "clues": [["early-flowering", "of plants that bloom during the spring"], ["spring-flowering", "of plants that bloom during the spring"], ["late-spring-blooming", "of plants that bloom during the spring"], ["early-blooming", "of plants that bloom during the spring"]]}, {"answer": "spruce", "hint": "synonyms for spruce", "clues": [["snappy", "marked by up-to-dateness in dress and manners"], ["dashing", "marked by up-to-dateness in dress and manners"], ["dapper", "marked by up-to-dateness in dress and manners"], ["natty", "marked by up-to-dateness in dress and manners"], ["spiffy", "marked by up-to-dateness in dress and manners"], ["raffish", "marked by up-to-dateness in dress and manners"], ["rakish", "marked by up-to-dateness in dress and manners"], ["jaunty", "marked by up-to-dateness in dress and manners"]]}, {"answer": "spruced_up", "hint": "synonyms for spruced up", "clues": [["dolled up", "dressed in fancy or formal clothing"], ["dressed to the nines", "dressed in fancy or formal clothing"], ["dressed-up", "dressed in fancy or formal clothing"], ["togged up", "dressed in fancy or formal clothing"], ["dressed", "dressed in fancy or formal clothing"], ["dressed to kill", "dressed in fancy or formal clothing"], ["spiffed up", "dressed in fancy or formal clothing"]]}, {"answer": "spumy", "hint": "synonyms for spumy", "clues": [["frothy", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation"], ["foamy", "emitting or filled with bubbles as from carbonation or fermentation"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation"]]}, {"answer": "spunky", "hint": "synonyms for spunky", "clues": [["game", "willing to face danger"], ["feisty", "showing courage"], ["plucky", "showing courage"], ["spirited", "willing to face danger"], ["gamy", "willing to face danger"], ["mettlesome", "willing to face danger"], ["gritty", "willing to face danger"]]}, {"answer": "spurious", "hint": "synonyms for spurious", "clues": [["specious", "plausible but false"], ["inauthentic", "intended to deceive"], ["misbegotten", "born out of wedlock; - E.A.Freeman"], ["misbegot", "born out of wedlock; - E.A.Freeman"], ["bastardly", "born out of wedlock; - E.A.Freeman"]]}, {"answer": "squalid", "hint": "synonyms for squalid", "clues": [["flyblown", "foul and run-down and repulsive"], ["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce"], ["sordid", "foul and run-down and repulsive"]]}, {"answer": "square", "hint": "synonyms for square", "clues": [["straight", "characterized by honesty and fairness"], ["satisfying", "providing abundant nourishment"], ["hearty", "providing abundant nourishment"], ["substantial", "providing abundant nourishment"], ["straightforward", "without evasion or compromise"], ["solid", "providing abundant nourishment"]]}, {"answer": "square-toed", "hint": "synonyms for square-toed", "clues": [["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["squared-toe", "having a square toe"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "squashy", "hint": "synonyms for squashy", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["squishy", "easily squashed; resembling a sponge in having soft porous texture and compressibility"], ["pulpy", "like a pulp or overripe; not having stiffness"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["spongelike", "easily squashed; resembling a sponge in having soft porous texture and compressibility"], ["spongy", "easily squashed; resembling a sponge in having soft porous texture and compressibility"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["low-set", "short and thick; as e.g. having short legs and heavy musculature"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature"], ["chunky", "short and thick; as e.g. having short legs and heavy musculature"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature"], ["underslung", "having a low center of gravity; built low to the ground"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature"]]}, {"answer": "squatty", "hint": "synonyms for squatty", "clues": [["low-set", "short and thick; as e.g. having short legs and heavy musculature"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature"], ["chunky", "short and thick; as e.g. having short legs and heavy musculature"], ["squat", "short and thick; as e.g. having short legs and heavy musculature"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature"]]}, {"answer": "squeaking", "hint": "synonyms for squeaking", "clues": [["squeaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["screechy", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["squealing", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["screaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"]]}, {"answer": "squealing", "hint": "synonyms for squealing", "clues": [["squeaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["screechy", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["squeaking", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"], ["screaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge"]]}, {"answer": "squeamish", "hint": "synonyms for squeamish", "clues": [["nice", "excessively fastidious and easily disgusted"], ["overnice", "excessively fastidious and easily disgusted"], ["prissy", "excessively fastidious and easily disgusted"], ["dainty", "excessively fastidious and easily disgusted"]]}, {"answer": "squiffy", "hint": "synonyms for squiffy", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "squint", "hint": "synonyms for squint", "clues": [["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "squint-eyed", "hint": "synonyms for squint-eyed", "clues": [["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "squinty", "hint": "synonyms for squinty", "clues": [["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "stabbing", "hint": "synonyms for stabbing", "clues": [["knifelike", "painful as if caused by a sharp instrument"], ["piercing", "painful as if caused by a sharp instrument"], ["cutting", "painful as if caused by a sharp instrument"], ["lancinating", "painful as if caused by a sharp instrument"], ["lancinate", "painful as if caused by a sharp instrument"], ["wounding", "causing physical or especially psychological injury"], ["keen", "painful as if caused by a sharp instrument"]]}, {"answer": "stacked", "hint": "synonyms for stacked", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "stalwart", "hint": "synonyms for stalwart", "clues": [["stout", "dependable"], ["hardy", "having rugged physical strength; inured to fatigue or hardships"], ["sturdy", "having rugged physical strength; inured to fatigue or hardships"], ["stouthearted", "used especially of persons"]]}, {"answer": "standardised", "hint": "synonyms for standardised", "clues": [["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["exchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["similar", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["standardized", "brought into conformity with a standard"]]}, {"answer": "standardized", "hint": "synonyms for standardized", "clues": [["standardised", "brought into conformity with a standard"], ["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["exchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"], ["similar", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability"]]}, {"answer": "star", "hint": "synonyms for star", "clues": [["leading", "indicating the most important performer or role"], ["stellar", "indicating the most important performer or role"], ["starring", "indicating the most important performer or role"], ["prima", "indicating the most important performer or role"]]}, {"answer": "staring", "hint": "synonyms for staring", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["agaze", "(used of eyes) open and fixed as if in fear or wonder"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "stark", "hint": "synonyms for stark", "clues": [["crude", "devoid of any qualifications or disguise or adornment"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["barren", "providing no shelter or sustenance"], ["severe", "severely simple"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["blunt", "devoid of any qualifications or disguise or adornment"], ["bare", "providing no shelter or sustenance"], ["stern", "severely simple"], ["austere", "severely simple"], ["desolate", "providing no shelter or sustenance"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["bleak", "providing no shelter or sustenance"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "stark_naked", "hint": "synonyms for stark naked", "clues": [["raw", "(used informally) completely unclothed"], ["naked as a jaybird", "(used informally) completely unclothed"], ["peeled", "(used informally) completely unclothed"], ["bare-assed", "(used informally) completely unclothed"], ["in the buff", "(used informally) completely unclothed"], ["in the altogether", "(used informally) completely unclothed"], ["in the raw", "(used informally) completely unclothed"]]}, {"answer": "starring", "hint": "synonyms for starring", "clues": [["leading", "indicating the most important performer or role"], ["stellar", "indicating the most important performer or role"], ["star", "indicating the most important performer or role"], ["prima", "indicating the most important performer or role"]]}, {"answer": "starved", "hint": "synonyms for starved", "clues": [["esurient", "extremely hungry"], ["famished", "extremely hungry"], ["sharp-set", "extremely hungry"], ["starving", "suffering from lack of food"], ["ravenous", "extremely hungry"]]}, {"answer": "stately", "hint": "synonyms for stately", "clues": [["baronial", "impressive in appearance"], ["imposing", "impressive in appearance"], ["statuesque", "of size and dignity suggestive of a statue"], ["courtly", "refined or imposing in manner or appearance; befitting a royal court"], ["noble", "impressive in appearance"], ["formal", "refined or imposing in manner or appearance; befitting a royal court"]]}, {"answer": "static", "hint": "synonyms for static", "clues": [["motionless", "not in physical motion"], ["still", "not in physical motion"], ["electrostatic", "concerned with or producing or caused by static electricity"], ["unchanging", "showing little if any change"], ["inactive", "not in physical motion"], ["stable", "showing little if any change"]]}, {"answer": "steadfast", "hint": "synonyms for steadfast", "clues": [["staunch", "firm and dependable especially in loyalty"], ["unshakable", "marked by firm determination or resolution; not shakable"], ["unswerving", "firm and dependable especially in loyalty"], ["steady", "marked by firm determination or resolution; not shakable"], ["unwavering", "marked by firm determination or resolution; not shakable"], ["stiff", "marked by firm determination or resolution; not shakable"], ["unfaltering", "marked by firm determination or resolution; not shakable"], ["firm", "marked by firm determination or resolution; not shakable"], ["unbendable", "marked by firm determination or resolution; not shakable"]]}, {"answer": "steady", "hint": "synonyms for steady", "clues": [["steadfast", "marked by firm determination or resolution; not shakable"], ["unshakable", "marked by firm determination or resolution; not shakable"], ["regular", "relating to a person who does something regularly"], ["stiff", "marked by firm determination or resolution; not shakable"], ["unwavering", "marked by firm determination or resolution; not shakable"], ["unfaltering", "marked by firm determination or resolution; not shakable"], ["unfluctuating", "not liable to fluctuate or especially to fall"], ["firm", "not liable to fluctuate or especially to fall"], ["unbendable", "marked by firm determination or resolution; not shakable"]]}, {"answer": "steamed", "hint": "synonyms for steamed", "clues": [["peeved", "aroused to impatience or anger"], ["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"], ["stung", "aroused to impatience or anger"]]}, {"answer": "steamy", "hint": "synonyms for steamy", "clues": [["steaming", "filled with steam or emitting moisture in the form of vapor or mist"], ["ruttish", "feeling great sexual desire"], ["muggy", "hot or warm and humid"], ["randy", "feeling great sexual desire"], ["turned on", "feeling great sexual desire"], ["horny", "feeling great sexual desire"], ["aroused", "feeling great sexual desire"], ["sticky", "hot or warm and humid"]]}, {"answer": "steep", "hint": "synonyms for steep", "clues": [["outrageous", "greatly exceeding bounds of reason or moderation"], ["exorbitant", "greatly exceeding bounds of reason or moderation"], ["unconscionable", "greatly exceeding bounds of reason or moderation"], ["usurious", "greatly exceeding bounds of reason or moderation"], ["extortionate", "greatly exceeding bounds of reason or moderation"]]}, {"answer": "stellar", "hint": "synonyms for stellar", "clues": [["leading", "indicating the most important performer or role"], ["prima", "indicating the most important performer or role"], ["star", "indicating the most important performer or role"], ["starring", "indicating the most important performer or role"], ["astral", "being or relating to or resembling or emanating from stars"]]}, {"answer": "step-by-step", "hint": "synonyms for step-by-step", "clues": [["bit-by-bit", "one thing at a time"], ["stepwise", "one thing at a time"], ["piecemeal", "one thing at a time"], ["in small stages", "one thing at a time"]]}, {"answer": "stepwise", "hint": "synonyms for stepwise", "clues": [["bit-by-bit", "one thing at a time"], ["step-by-step", "one thing at a time"], ["piecemeal", "one thing at a time"], ["in small stages", "one thing at a time"]]}, {"answer": "sterile", "hint": "synonyms for sterile", "clues": [["uninspired", "deficient in originality or creativity; lacking powers of invention"], ["infertile", "incapable of reproducing"], ["uninventive", "deficient in originality or creativity; lacking powers of invention"], ["unimaginative", "deficient in originality or creativity; lacking powers of invention"], ["aseptic", "free of or using methods to keep free of pathological microorganisms"]]}, {"answer": "stern", "hint": "synonyms for stern", "clues": [["unrelenting", "not to be placated or appeased or moved by entreaty"], ["exacting", "severe and unremitting in making demands"], ["grim", "not to be placated or appeased or moved by entreaty"], ["unforgiving", "not to be placated or appeased or moved by entreaty"], ["austere", "severely simple"], ["strict", "severe and unremitting in making demands"], ["severe", "severely simple"], ["inexorable", "not to be placated or appeased or moved by entreaty"], ["relentless", "not to be placated or appeased or moved by entreaty"], ["unappeasable", "not to be placated or appeased or moved by entreaty"], ["stark", "severely simple"]]}, {"answer": "stick-in-the-mud", "hint": "synonyms for stick-in-the-mud", "clues": [["fogyish", "(used pejoratively) out of fashion; old fashioned"], ["mossy", "(used pejoratively) out of fashion; old fashioned"], ["moss-grown", "(used pejoratively) out of fashion; old fashioned"], ["stodgy", "(used pejoratively) out of fashion; old fashioned"]]}, {"answer": "sticking", "hint": "synonyms for sticking", "clues": [["sticking out", "extending out above or beyond a surface or boundary"], ["projecting", "extending out above or beyond a surface or boundary"], ["projected", "extending out above or beyond a surface or boundary"], ["protruding", "extending out above or beyond a surface or boundary"], ["relieved", "extending out above or beyond a surface or boundary"], ["jutting", "extending out above or beyond a surface or boundary"]]}, {"answer": "sticking_out", "hint": "synonyms for sticking out", "clues": [["projecting", "extending out above or beyond a surface or boundary"], ["projected", "extending out above or beyond a surface or boundary"], ["sticking", "extending out above or beyond a surface or boundary"], ["protruding", "extending out above or beyond a surface or boundary"], ["relieved", "extending out above or beyond a surface or boundary"], ["jutting", "extending out above or beyond a surface or boundary"]]}, {"answer": "sticky", "hint": "synonyms for sticky", "clues": [["gummy", "having the sticky properties of an adhesive"], ["muggy", "hot or warm and humid"], ["glutinous", "having the sticky properties of an adhesive"], ["viscid", "having the sticky properties of an adhesive"], ["unenviable", "hard to deal with; especially causing pain or embarrassment"], ["mucilaginous", "having the sticky properties of an adhesive"], ["awkward", "hard to deal with; especially causing pain or embarrassment"], ["steamy", "hot or warm and humid"], ["viscous", "having the sticky properties of an adhesive"], ["pasty", "having the sticky properties of an adhesive"], ["embarrassing", "hard to deal with; especially causing pain or embarrassment"], ["gluey", "having the sticky properties of an adhesive"]]}, {"answer": "stiff", "hint": "synonyms for stiff", "clues": [["pixilated", "very drunk"], ["unwavering", "marked by firm determination or resolution; not shakable"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["steadfast", "marked by firm determination or resolution; not shakable"], ["slopped", "very drunk"], ["potent", "having a strong physiological or chemical effect; ; ; ,"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["unfaltering", "marked by firm determination or resolution; not shakable"], ["plastered", "very drunk"], ["firm", "marked by firm determination or resolution; not shakable"], ["unbendable", "marked by firm determination or resolution; not shakable"], ["starchy", "rigidly formal"], ["unshakable", "marked by firm determination or resolution; not shakable"], ["sloshed", "very drunk"], ["buckram", "rigidly formal"], ["tight", "very drunk"], ["strong", "having a strong physiological or chemical effect; ; ; ,"], ["pissed", "very drunk"], ["rigid", "incapable of or resistant to bending"], ["steady", "marked by firm determination or resolution; not shakable"], ["sozzled", "very drunk"], ["fuddled", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["motionless", "not in physical motion"], ["noneffervescent", "not sparkling"], ["smooth", "(of a body of water) free from disturbance by heavy waves"], ["placid", "(of a body of water) free from disturbance by heavy waves"], ["static", "not in physical motion"], ["tranquil", "(of a body of water) free from disturbance by heavy waves"], ["unruffled", "(of a body of water) free from disturbance by heavy waves"], ["quiet", "(of a body of water) free from disturbance by heavy waves"], ["soundless", "marked by absence of sound"], ["silent", "marked by absence of sound"], ["inactive", "not in physical motion"]]}, {"answer": "stingy", "hint": "synonyms for stingy", "clues": [["meagre", "deficient in amount or quality or extent"], ["scrimpy", "deficient in amount or quality or extent"], ["meagerly", "deficient in amount or quality or extent"], ["ungenerous", "unwilling to spend"]]}, {"answer": "stinking", "hint": "synonyms for stinking", "clues": [["foetid", "offensively malodorous"], ["icky", "very bad"], ["funky", "offensively malodorous"], ["lousy", "very bad"], ["noisome", "offensively malodorous"], ["smelly", "offensively malodorous"], ["shitty", "very bad"], ["foul", "offensively malodorous"], ["ill-scented", "offensively malodorous"], ["crappy", "very bad"], ["stinky", "very bad"], ["foul-smelling", "offensively malodorous"], ["rotten", "very bad"]]}, {"answer": "stinky", "hint": "synonyms for stinky", "clues": [["rotten", "very bad"], ["malodorous", "having an unpleasant smell"], ["icky", "very bad"], ["lousy", "very bad"], ["ill-smelling", "having an unpleasant smell"], ["shitty", "very bad"], ["unpleasant-smelling", "having an unpleasant smell"], ["crappy", "very bad"], ["stinking", "very bad"]]}, {"answer": "stinting", "hint": "synonyms for stinting", "clues": [["sparing", "avoiding waste"], ["economical", "avoiding waste"], ["scotch", "avoiding waste"], ["frugal", "avoiding waste"]]}, {"answer": "stipendiary", "hint": "synonyms for stipendiary", "clues": [["paying", "for which money is paid"], ["remunerated", "receiving or eligible for compensation"], ["salaried", "receiving or eligible for compensation"], ["compensable", "for which money is paid"], ["compensated", "receiving or eligible for compensation"]]}, {"answer": "stirred", "hint": "synonyms for stirred", "clues": [["aroused", "emotionally aroused"], ["affected", "being excited or provoked to the expression of an emotion"], ["touched", "being excited or provoked to the expression of an emotion"], ["stirred up", "emotionally aroused"], ["stimulated", "emotionally aroused"], ["moved", "being excited or provoked to the expression of an emotion"]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["standard", "regularly and widely used or sold"], ["banal", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "stocky", "hint": "synonyms for stocky", "clues": [["heavyset", "having a short and solid form or stature"], ["compact", "having a short and solid form or stature"], ["thick", "having a short and solid form or stature"], ["thickset", "having a short and solid form or stature"]]}, {"answer": "stodgy", "hint": "synonyms for stodgy", "clues": [["mossy", "(used pejoratively) out of fashion; old fashioned"], ["stuffy", "excessively conventional and unimaginative and hence dull"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned"], ["fogyish", "(used pejoratively) out of fashion; old fashioned"], ["moss-grown", "(used pejoratively) out of fashion; old fashioned"]]}, {"answer": "stone-broke", "hint": "synonyms for stone-broke", "clues": [["broke", "lacking funds"], ["skint", "lacking funds"], ["stony-broke", "lacking funds"], ["bust", "lacking funds"]]}, {"answer": "stone-gray", "hint": "synonyms for stone-gray", "clues": [["stone-grey", "of the color of slate or granite"], ["slaty-gray", "of the color of slate or granite"], ["slaty", "of the color of slate or granite"], ["slate-grey", "of the color of slate or granite"]]}, {"answer": "stone-grey", "hint": "synonyms for stone-grey", "clues": [["slaty-gray", "of the color of slate or granite"], ["stone-gray", "of the color of slate or granite"], ["slaty", "of the color of slate or granite"], ["slate-grey", "of the color of slate or granite"]]}, {"answer": "stony", "hint": "synonyms for stony", "clues": [["bouldery", "abounding in rocks or stones"], ["flint", "showing unfeeling resistance to tender feelings"], ["rocklike", "hard as granite"], ["granitic", "hard as granite"], ["granitelike", "hard as granite"], ["rocky", "abounding in rocks or stones"], ["bouldered", "abounding in rocks or stones"], ["obdurate", "showing unfeeling resistance to tender feelings"]]}, {"answer": "stony-broke", "hint": "synonyms for stony-broke", "clues": [["stone-broke", "lacking funds"], ["broke", "lacking funds"], ["skint", "lacking funds"], ["bust", "lacking funds"]]}, {"answer": "stooped", "hint": "synonyms for stooped", "clues": [["stooping", "having the back and shoulders rounded; not erect"], ["crooked", "having the back and shoulders rounded; not erect"], ["round-shouldered", "having the back and shoulders rounded; not erect"], ["hunched", "having the back and shoulders rounded; not erect"], ["round-backed", "having the back and shoulders rounded; not erect"]]}, {"answer": "stooping", "hint": "synonyms for stooping", "clues": [["stooped", "having the back and shoulders rounded; not erect"], ["crooked", "having the back and shoulders rounded; not erect"], ["round-shouldered", "having the back and shoulders rounded; not erect"], ["hunched", "having the back and shoulders rounded; not erect"], ["round-backed", "having the back and shoulders rounded; not erect"]]}, {"answer": "storm-tossed", "hint": "synonyms for storm-tossed", "clues": [["tempest-tost", "pounded or hit repeatedly by storms or adversities"], ["tempest-swept", "pounded or hit repeatedly by storms or adversities"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities"], ["buffeted", "pounded or hit repeatedly by storms or adversities"]]}, {"answer": "stout", "hint": "synonyms for stout", "clues": [["stalwart", "dependable"], ["portly", "euphemisms for `fat'"], ["hardy", "having rugged physical strength; inured to fatigue or hardships"], ["sturdy", "having rugged physical strength; inured to fatigue or hardships"]]}, {"answer": "straight", "hint": "synonyms for straight", "clues": [["square", "characterized by honesty and fairness"], ["unbent", "erect in posture"], ["true", "accurately fitted; level"], ["unbowed", "erect in posture"], ["full-strength", "without water"], ["uncoiled", "no longer coiled"], ["straightforward", "without evasion or compromise"], ["consecutive", "successive (without a break)"], ["neat", "without water"]]}, {"answer": "straight-from-the-shoulder", "hint": "synonyms for straight-from-the-shoulder", "clues": [["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion"]]}, {"answer": "straight-laced", "hint": "synonyms for straight-laced", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "straightlaced", "hint": "synonyms for straightlaced", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["strait-laced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "strained", "hint": "synonyms for strained", "clues": [["constrained", "lacking spontaneity; not natural"], ["forced", "lacking spontaneity; not natural"], ["agonistic", "struggling for effect"], ["labored", "lacking natural ease"]]}, {"answer": "strait-laced", "hint": "synonyms for strait-laced", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "straitlaced", "hint": "synonyms for straitlaced", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "strapping", "hint": "synonyms for strapping", "clues": [["buirdly", "muscular and heavily built"], ["beefy", "muscular and heavily built"], ["husky", "muscular and heavily built"], ["burly", "muscular and heavily built"]]}, {"answer": "stratified", "hint": "synonyms for stratified", "clues": [["ranked", "arranged in a sequence of grades or ranks"], ["graded", "arranged in a sequence of grades or ranks"], ["class-conscious", "(used of society) socially hierarchical"], ["bedded", "deposited or arranged in horizontal layers"]]}, {"answer": "stricken", "hint": "synonyms for stricken", "clues": [["smitten", "(used in combination) affected by something overwhelming"], ["laid low", "put out of action (by illness)"], ["struck", "(used in combination) affected by something overwhelming"], ["afflicted", "grievously affected especially by disease"]]}, {"answer": "strict", "hint": "synonyms for strict", "clues": [["nonindulgent", "characterized by strictness, severity, or restraint"], ["hard-and-fast", "(of rules) stringently enforced"], ["exacting", "severe and unremitting in making demands"], ["stern", "severe and unremitting in making demands"], ["rigorous", "rigidly accurate; allowing no deviation from a standard"], ["rigid", "incapable of compromise or flexibility"]]}, {"answer": "strident", "hint": "synonyms for strident", "clues": [["clamorous", "conspicuously and offensively loud; given to vehement outcry"], ["shrill", "being sharply insistent on being heard"], ["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["clamant", "conspicuously and offensively loud; given to vehement outcry"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["raucous", "unpleasantly loud and harsh"], ["blatant", "conspicuously and offensively loud; given to vehement outcry"], ["vociferous", "conspicuously and offensively loud; given to vehement outcry"], ["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"], ["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')"]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["outstanding", "having a quality that thrusts itself into attention"], ["spectacular", "sensational in appearance or thrilling in effect"], ["prominent", "having a quality that thrusts itself into attention"], ["dramatic", "sensational in appearance or thrilling in effect"], ["salient", "having a quality that thrusts itself into attention"]]}, {"answer": "stringy", "hint": "synonyms for stringy", "clues": [["wiry", "lean and sinewy"], ["sinewy", "(of meat) full of sinews; especially impossible to chew"], ["ropy", "forming viscous or glutinous threads"], ["thready", "forming viscous or glutinous threads"], ["unchewable", "(of meat) full of sinews; especially impossible to chew"], ["fibrous", "(of meat) full of sinews; especially impossible to chew"]]}, {"answer": "strong", "hint": "synonyms for strong", "clues": [["substantial", "of good quality and condition; solidly built"], ["potent", "having or wielding force or authority"], ["secure", "immune to attack; incapable of being tampered with"], ["warm", "freshly made or left"], ["firm", "strong and sure"], ["unassailable", "immune to attack; incapable of being tampered with"], ["solid", "of good quality and condition; solidly built"], ["unattackable", "immune to attack; incapable of being tampered with"], ["stiff", "having a strong physiological or chemical effect; ; ; ,"], ["inviolable", "immune to attack; incapable of being tampered with"], ["hard", "being distilled rather than fermented; having a high alcoholic content"], ["impregnable", "immune to attack; incapable of being tampered with"]]}, {"answer": "stuck-up", "hint": "synonyms for stuck-up", "clues": [["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "stuffy", "hint": "synonyms for stuffy", "clues": [["airless", "lacking fresh air"], ["unaired", "lacking fresh air"], ["stodgy", "excessively conventional and unimaginative and hence dull"], ["close", "lacking fresh air"]]}, {"answer": "stumpy", "hint": "synonyms for stumpy", "clues": [["low-set", "short and thick; as e.g. having short legs and heavy musculature"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature"], ["chunky", "short and thick; as e.g. having short legs and heavy musculature"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature"], ["squat", "short and thick; as e.g. having short legs and heavy musculature"]]}, {"answer": "stung", "hint": "synonyms for stung", "clues": [["peeved", "aroused to impatience or anger"], ["riled", "aroused to impatience or anger"], ["annoyed", "aroused to impatience or anger"], ["steamed", "aroused to impatience or anger"], ["pissed off", "aroused to impatience or anger"], ["pissed", "aroused to impatience or anger"], ["miffed", "aroused to impatience or anger"], ["irritated", "aroused to impatience or anger"], ["nettled", "aroused to impatience or anger"]]}, {"answer": "stunned", "hint": "synonyms for stunned", "clues": [["astonied", "filled with the emotional impact of overwhelming surprise or shock"], ["stupid", "in a state of mental numbness especially as resulting from shock"], ["knocked out", "knocked unconscious by a heavy blow"], ["amazed", "filled with the emotional impact of overwhelming surprise or shock"], ["astounded", "filled with the emotional impact of overwhelming surprise or shock"], ["kayoed", "knocked unconscious by a heavy blow"], ["out", "knocked unconscious by a heavy blow"], ["stupefied", "in a state of mental numbness especially as resulting from shock"], ["dazed", "in a state of mental numbness especially as resulting from shock"]]}, {"answer": "stupefied", "hint": "synonyms for stupefied", "clues": [["stupid", "in a state of mental numbness especially as resulting from shock"], ["dumbstruck", "as if struck dumb with astonishment and surprise"], ["dumbstricken", "as if struck dumb with astonishment and surprise"], ["dumfounded", "as if struck dumb with astonishment and surprise"], ["thunderstruck", "as if struck dumb with astonishment and surprise"], ["stunned", "in a state of mental numbness especially as resulting from shock"], ["flabbergasted", "as if struck dumb with astonishment and surprise"], ["dazed", "in a state of mental numbness especially as resulting from shock"]]}, {"answer": "stupid", "hint": "synonyms for stupid", "clues": [["dazed", "in a state of mental numbness especially as resulting from shock"], ["unintelligent", "lacking intelligence"], ["stunned", "in a state of mental numbness especially as resulting from shock"], ["stupefied", "in a state of mental numbness especially as resulting from shock"]]}, {"answer": "stuporous", "hint": "synonyms for stuporous", "clues": [["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)"]]}, {"answer": "sturdy", "hint": "synonyms for sturdy", "clues": [["tough", "substantially made or constructed"], ["uncompromising", "not making concessions"], ["stalwart", "having rugged physical strength; inured to fatigue or hardships"], ["hardy", "having rugged physical strength; inured to fatigue or hardships"], ["inflexible", "not making concessions"], ["stout", "having rugged physical strength; inured to fatigue or hardships"]]}, {"answer": "suave", "hint": "synonyms for suave", "clues": [["debonnaire", "having a sophisticated charm"], ["bland", "smoothly agreeable and courteous with a degree of sophistication"], ["politic", "smoothly agreeable and courteous with a degree of sophistication"], ["smooth", "smoothly agreeable and courteous with a degree of sophistication"]]}, {"answer": "subaltern", "hint": "synonyms for subaltern", "clues": [["petty", "inferior in rank or status"], ["lowly", "inferior in rank or status"], ["secondary", "inferior in rank or status"], ["junior-grade", "inferior in rank or status"], ["lower-ranking", "inferior in rank or status"]]}, {"answer": "subaquatic", "hint": "synonyms for subaquatic", "clues": [["submersed", "growing or remaining under water"], ["semiaquatic", "partially aquatic; living or growing partly on land and partly in water"], ["underwater", "growing or remaining under water"], ["subaqueous", "growing or remaining under water"]]}, {"answer": "subdued", "hint": "synonyms for subdued", "clues": [["quiet", "in a softened tone"], ["low-keyed", "restrained in style or quality"], ["dim", "lacking in light; not bright or harsh"], ["muted", "in a softened tone"], ["hushed", "in a softened tone"], ["soft", "not brilliant or glaring"]]}, {"answer": "sublime", "hint": "synonyms for sublime", "clues": [["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["empyreal", "inspiring awe; - M.S.Dworkin; - Hamilton Basso"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["rarefied", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks"], ["reverend", "worthy of adoration or reverence"]]}, {"answer": "submerged", "hint": "synonyms for submerged", "clues": [["submersed", "growing or remaining under water"], ["underwater", "beneath the surface of the water"], ["subaqueous", "growing or remaining under water"], ["subaquatic", "growing or remaining under water"]]}, {"answer": "submersed", "hint": "synonyms for submersed", "clues": [["submerged", "growing or remaining under water"], ["underwater", "beneath the surface of the water"], ["subaqueous", "growing or remaining under water"], ["subaquatic", "growing or remaining under water"]]}, {"answer": "subservient", "hint": "synonyms for subservient", "clues": [["slavish", "abjectly submissive; characteristic of a slave or servant; ; - S.H.Adams"], ["submissive", "abjectly submissive; characteristic of a slave or servant; ; - S.H.Adams"], ["implemental", "serving or acting as a means or aid"], ["instrumental", "serving or acting as a means or aid"]]}, {"answer": "substantial", "hint": "synonyms for substantial", "clues": [["square", "providing abundant nourishment"], ["strong", "of good quality and condition; solidly built"], ["solid", "of good quality and condition; solidly built"], ["significant", "fairly large"], ["satisfying", "providing abundant nourishment"], ["hearty", "providing abundant nourishment"], ["substantive", "having a firm basis in reality and being therefore important, meaningful, or considerable"], ["material", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare"], ["real", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare"]]}, {"answer": "substantiating", "hint": "synonyms for substantiating", "clues": [["validatory", "serving to support or corroborate"], ["substantiative", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "substantiative", "hint": "synonyms for substantiative", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "successive", "hint": "synonyms for successive", "clues": [["sequent", "in regular succession without gaps"], ["sequential", "in regular succession without gaps"], ["consecutive", "in regular succession without gaps"], ["serial", "in regular succession without gaps"]]}, {"answer": "suggestive", "hint": "synonyms for suggestive", "clues": [["revelatory", "(usually followed by `of') pointing out or revealing clearly"], ["significative", "(usually followed by `of') pointing out or revealing clearly"], ["indicative", "(usually followed by `of') pointing out or revealing clearly"], ["implicative", "tending to suggest or imply"], ["indicatory", "(usually followed by `of') pointing out or revealing clearly"]]}, {"answer": "sulfurous", "hint": "synonyms for sulfurous", "clues": [["acerb", "harsh or corrosive in tone"], ["sultry", "characterized by oppressive heat and humidity"], ["acrid", "harsh or corrosive in tone"], ["sulphurous", "characterized by oppressive heat and humidity"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["stifling", "characterized by oppressive heat and humidity"], ["virulent", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "sulky", "hint": "synonyms for sulky", "clues": [["huffish", "sullen or moody"], ["gloomy", "depressingly dark"], ["glooming", "depressingly dark"], ["gloomful", "depressingly dark"], ["sluggish", "moving slowly"]]}, {"answer": "sullen", "hint": "synonyms for sullen", "clues": [["threatening", "darkened by clouds"], ["heavy", "darkened by clouds"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven"]]}, {"answer": "sulphurous", "hint": "synonyms for sulphurous", "clues": [["acerb", "harsh or corrosive in tone"], ["sultry", "characterized by oppressive heat and humidity"], ["acrid", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["sulfurous", "characterized by oppressive heat and humidity"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["stifling", "characterized by oppressive heat and humidity"], ["virulent", "harsh or corrosive in tone"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "sultry", "hint": "synonyms for sultry", "clues": [["stifling", "characterized by oppressive heat and humidity"], ["sensual", "sexually exciting or gratifying"], ["sulphurous", "characterized by oppressive heat and humidity"], ["sulfurous", "characterized by oppressive heat and humidity"]]}, {"answer": "summary", "hint": "synonyms for summary", "clues": [["drumhead", "performed speedily and without formality"], ["succinct", "briefly giving the gist of something"], ["compendious", "briefly giving the gist of something"], ["compact", "briefly giving the gist of something"]]}, {"answer": "sumptuous", "hint": "synonyms for sumptuous", "clues": [["gilded", "rich and superior in quality"], ["princely", "rich and superior in quality"], ["grand", "rich and superior in quality"], ["deluxe", "rich and superior in quality"], ["opulent", "rich and superior in quality"], ["luxurious", "rich and superior in quality"]]}, {"answer": "sunbaked", "hint": "synonyms for sunbaked", "clues": [["adust", "dried out by heat or excessive exposure to sunlight"], ["parched", "dried out by heat or excessive exposure to sunlight"], ["scorched", "dried out by heat or excessive exposure to sunlight"], ["baked", "dried out by heat or excessive exposure to sunlight"]]}, {"answer": "sundry", "hint": "synonyms for sundry", "clues": [["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"], ["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards"]]}, {"answer": "sunk", "hint": "synonyms for sunk", "clues": [["undone", "doomed to extinction"], ["ruined", "doomed to extinction"], ["done for", "doomed to extinction"], ["washed-up", "doomed to extinction"]]}, {"answer": "super", "hint": "synonyms for super", "clues": [["topnotch", "of the highest quality"], ["first-rate", "of the highest quality"], ["tops", "of the highest quality"], ["crack", "of the highest quality"], ["tiptop", "of the highest quality"], ["ace", "of the highest quality"]]}, {"answer": "superannuated", "hint": "synonyms for superannuated", "clues": [["out-of-date", "old; no longer valid or fashionable"], ["overage", "too old to be useful; - Anthony Trollope"], ["over-the-hill", "too old to be useful; - Anthony Trollope"], ["outdated", "old; no longer valid or fashionable"]]}, {"answer": "supercilious", "hint": "synonyms for supercilious", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sneering", "expressive of contempt"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["snide", "expressive of contempt"]]}, {"answer": "supererogatory", "hint": "synonyms for supererogatory", "clues": [["spare", "more than is needed, desired, or required"], ["redundant", "more than is needed, desired, or required"], ["superfluous", "more than is needed, desired, or required"], ["surplus", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["supernumerary", "more than is needed, desired, or required"], ["extra", "more than is needed, desired, or required"]]}, {"answer": "superfluous", "hint": "synonyms for superfluous", "clues": [["senseless", "serving no useful purpose; having no excuse for being"], ["purposeless", "serving no useful purpose; having no excuse for being"], ["supernumerary", "more than is needed, desired, or required"], ["otiose", "serving no useful purpose; having no excuse for being"], ["pointless", "serving no useful purpose; having no excuse for being"], ["supererogatory", "more than is needed, desired, or required"], ["wasted", "serving no useful purpose; having no excuse for being"], ["spare", "more than is needed, desired, or required"], ["redundant", "more than is needed, desired, or required"], ["surplus", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["extra", "more than is needed, desired, or required"]]}, {"answer": "supernumerary", "hint": "synonyms for supernumerary", "clues": [["spare", "more than is needed, desired, or required"], ["redundant", "more than is needed, desired, or required"], ["superfluous", "more than is needed, desired, or required"], ["surplus", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["extra", "more than is needed, desired, or required"], ["supererogatory", "more than is needed, desired, or required"]]}, {"answer": "superpatriotic", "hint": "synonyms for superpatriotic", "clues": [["nationalistic", "fanatically patriotic"], ["flag-waving", "fanatically patriotic"], ["jingoistic", "fanatically patriotic"], ["ultranationalistic", "fanatically patriotic"], ["chauvinistic", "fanatically patriotic"]]}, {"answer": "supersensitised", "hint": "synonyms for supersensitised", "clues": [["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "supersensitive", "hint": "synonyms for supersensitive", "clues": [["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "supersensitized", "hint": "synonyms for supersensitized", "clues": [["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["supersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"], ["hypersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)"]]}, {"answer": "supple", "hint": "synonyms for supple", "clues": [["svelte", "moving and bending with ease"], ["lissom", "moving and bending with ease"], ["slender", "moving and bending with ease"], ["sylphlike", "moving and bending with ease"], ["limber", "(used of persons' bodies) capable of moving or bending freely"], ["lithesome", "moving and bending with ease"], ["lithe", "moving and bending with ease"]]}, {"answer": "supposed", "hint": "synonyms for supposed", "clues": [["conjectural", "based primarily on surmise rather than adequate evidence"], ["hypothetic", "based primarily on surmise rather than adequate evidence"], ["suppositional", "based primarily on surmise rather than adequate evidence"], ["supposititious", "based primarily on surmise rather than adequate evidence"], ["divinatory", "based primarily on surmise rather than adequate evidence"], ["so-called", "doubtful or suspect"], ["alleged", "doubtful or suspect"]]}, {"answer": "suppositional", "hint": "synonyms for suppositional", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence"], ["hypothetical", "based primarily on surmise rather than adequate evidence"], ["supposed", "based primarily on surmise rather than adequate evidence"], ["conjectural", "based primarily on surmise rather than adequate evidence"], ["suppositious", "based primarily on surmise rather than adequate evidence"]]}, {"answer": "suppositious", "hint": "synonyms for suppositious", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence"], ["hypothetical", "based primarily on surmise rather than adequate evidence"], ["supposed", "based primarily on surmise rather than adequate evidence"], ["conjectural", "based primarily on surmise rather than adequate evidence"], ["suppositional", "based primarily on surmise rather than adequate evidence"], ["supposititious", "based primarily on surmise rather than adequate evidence"]]}, {"answer": "supposititious", "hint": "synonyms for supposititious", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence"], ["hypothetical", "based primarily on surmise rather than adequate evidence"], ["supposed", "based primarily on surmise rather than adequate evidence"], ["conjectural", "based primarily on surmise rather than adequate evidence"], ["suppositious", "based primarily on surmise rather than adequate evidence"], ["suppositional", "based primarily on surmise rather than adequate evidence"]]}, {"answer": "surpassing", "hint": "synonyms for surpassing", "clues": [["prodigious", "far beyond what is usual in magnitude or degree"], ["olympian", "far beyond what is usual in magnitude or degree"], ["exceeding", "far beyond what is usual in magnitude or degree"], ["exceptional", "far beyond what is usual in magnitude or degree"], ["transcendent", "exceeding or surpassing usual limits especially in excellence"]]}, {"answer": "surplus", "hint": "synonyms for surplus", "clues": [["spare", "more than is needed, desired, or required"], ["redundant", "more than is needed, desired, or required"], ["superfluous", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["supernumerary", "more than is needed, desired, or required"], ["extra", "more than is needed, desired, or required"], ["supererogatory", "more than is needed, desired, or required"]]}, {"answer": "surreptitious", "hint": "synonyms for surreptitious", "clues": [["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["furtive", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["underground", "conducted with or marked by hidden aims or methods"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["sneak", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["secret", "conducted with or marked by hidden aims or methods"], ["undercover", "conducted with or marked by hidden aims or methods"], ["clandestine", "conducted with or marked by hidden aims or methods"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"]]}, {"answer": "suspect", "hint": "synonyms for suspect", "clues": [["shady", "not as expected"], ["suspicious", "not as expected"], ["fishy", "not as expected"], ["funny", "not as expected"]]}, {"answer": "suspicious", "hint": "synonyms for suspicious", "clues": [["wary", "openly distrustful and unwilling to confide"], ["mistrustful", "openly distrustful and unwilling to confide"], ["suspect", "not as expected"], ["leery", "openly distrustful and unwilling to confide"], ["untrusting", "openly distrustful and unwilling to confide"], ["shady", "not as expected"], ["funny", "not as expected"], ["fishy", "not as expected"]]}, {"answer": "svelte", "hint": "synonyms for svelte", "clues": [["refined", "showing a high degree of refinement and the assurance that comes from wide social experience"], ["slim", "being of delicate or slender build; - Frank Norris"], ["slender", "being of delicate or slender build; - Frank Norris"], ["lissom", "moving and bending with ease"], ["sylphlike", "moving and bending with ease"], ["urbane", "showing a high degree of refinement and the assurance that comes from wide social experience"], ["polished", "showing a high degree of refinement and the assurance that comes from wide social experience"], ["supple", "moving and bending with ease"], ["lithesome", "moving and bending with ease"], ["slight", "being of delicate or slender build; - Frank Norris"], ["lithe", "moving and bending with ease"]]}, {"answer": "swaggering", "hint": "synonyms for swaggering", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["swashbuckling", "flamboyantly adventurous"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer"]]}, {"answer": "swampy", "hint": "synonyms for swampy", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["waterlogged", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "sweet", "hint": "synonyms for sweet", "clues": [["angelic", "having a sweet nature befitting an angel or cherub"], ["sweet-scented", "having a natural fragrance"], ["fresh", "not containing or composed of salt water"], ["sugared", "with sweetening added"], ["sweet-flavored", "with sweetening added"], ["sweetened", "with sweetening added"], ["unfermented", "not soured or preserved"], ["seraphic", "having a sweet nature befitting an angel or cherub"], ["mellifluous", "pleasing to the ear"], ["odorous", "having a natural fragrance"], ["mellisonant", "pleasing to the ear"], ["scented", "having a natural fragrance"], ["cherubic", "having a sweet nature befitting an angel or cherub"], ["perfumed", "having a natural fragrance"], ["odoriferous", "having a natural fragrance"], ["dulcet", "pleasing to the ear"], ["honeyed", "pleasing to the ear"], ["sweet-smelling", "having a natural fragrance"], ["gratifying", "pleasing to the mind or feeling"]]}, {"answer": "sweet-scented", "hint": "synonyms for sweet-scented", "clues": [["odoriferous", "having a natural fragrance"], ["sweet", "having a natural fragrance"], ["sweet-smelling", "having a natural fragrance"], ["odorous", "having a natural fragrance"], ["perfumed", "having a natural fragrance"], ["scented", "having a natural fragrance"]]}, {"answer": "sweet-smelling", "hint": "synonyms for sweet-smelling", "clues": [["odoriferous", "having a natural fragrance"], ["sweet", "having a natural fragrance"], ["sweet-scented", "having a natural fragrance"], ["odorous", "having a natural fragrance"], ["perfumed", "having a natural fragrance"], ["scented", "having a natural fragrance"]]}, {"answer": "swell", "hint": "synonyms for swell", "clues": [["smashing", "very good"], ["not bad", "very good"], ["dandy", "very good"], ["keen", "very good"], ["nifty", "very good"], ["peachy", "very good"], ["cracking", "very good"], ["slap-up", "very good"], ["bang-up", "very good"], ["corking", "very good"], ["bully", "very good"], ["neat", "very good"], ["groovy", "very good"], ["great", "very good"]]}, {"answer": "swinish", "hint": "synonyms for swinish", "clues": [["piggish", "resembling swine; coarsely gluttonous or greedy"], ["oafish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["hoggish", "resembling swine; coarsely gluttonous or greedy"], ["piggy", "resembling swine; coarsely gluttonous or greedy"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance"], ["neandertal", "ill-mannered and coarse and contemptible in behavior or appearance"], ["porcine", "resembling swine; coarsely gluttonous or greedy"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance"]]}, {"answer": "swollen", "hint": "synonyms for swollen", "clues": [["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance"]]}, {"answer": "swollen-headed", "hint": "synonyms for swollen-headed", "clues": [["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance"]]}, {"answer": "sybaritic", "hint": "synonyms for sybaritic", "clues": [["voluptuous", "displaying luxury and furnishing gratification to the senses"], ["luxurious", "displaying luxury and furnishing gratification to the senses"], ["luxuriant", "displaying luxury and furnishing gratification to the senses"], ["epicurean", "displaying luxury and furnishing gratification to the senses"], ["voluptuary", "displaying luxury and furnishing gratification to the senses"]]}, {"answer": "sycophantic", "hint": "synonyms for sycophantic", "clues": [["fawning", "attempting to win favor from influential people by flattery"], ["bootlicking", "attempting to win favor from influential people by flattery"], ["obsequious", "attempting to win favor from influential people by flattery"], ["toadyish", "attempting to win favor by flattery"]]}, {"answer": "sylphlike", "hint": "synonyms for sylphlike", "clues": [["slender", "moving and bending with ease"], ["supple", "moving and bending with ease"], ["lissome", "moving and bending with ease"], ["svelte", "moving and bending with ease"], ["lithesome", "moving and bending with ease"], ["lithe", "moving and bending with ease"]]}, {"answer": "sympathetic", "hint": "synonyms for sympathetic", "clues": [["appealing", "(of characters in literature or drama) evoking empathic or sympathetic feelings"], ["charitable", "showing or motivated by sympathy and understanding and generosity"], ["harmonic", "relating to vibrations that occur as a result of vibrations in a nearby body"], ["benevolent", "showing or motivated by sympathy and understanding and generosity"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity"], ["likable", "(of characters in literature or drama) evoking empathic or sympathetic feelings"], ["kindly", "showing or motivated by sympathy and understanding and generosity"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity"], ["openhearted", "showing or motivated by sympathy and understanding and generosity"]]}, {"answer": "synthetic", "hint": "synonyms for synthetic", "clues": [["man-made", "not of natural origin; prepared or made artificially"], ["synthetical", "involving or of the nature of synthesis (combining separate elements to form a coherent whole) as opposed to analysis; - P.S.Welch"], ["celluloid", "artificial as if portrayed in a film"], ["semisynthetic", "not of natural origin; prepared or made artificially"]]}, {"answer": "syrupy", "hint": "synonyms for syrupy", "clues": [["treacly", "overly sweet"], ["cloying", "overly sweet"], ["saccharine", "overly sweet"], ["honeyed", "with honey added"], ["honied", "with honey added"], ["viscous", "having a relatively high resistance to flow"]]}, {"answer": "taboo", "hint": "synonyms for taboo", "clues": [["tabu", "forbidden to profane use especially in South Pacific islands"], ["proscribed", "excluded from use or mention"], ["forbidden", "excluded from use or mention"], ["verboten", "excluded from use or mention"], ["prohibited", "excluded from use or mention"], ["out", "excluded from use or mention"]]}, {"answer": "tabu", "hint": "synonyms for tabu", "clues": [["taboo", "forbidden to profane use especially in South Pacific islands"], ["proscribed", "excluded from use or mention"], ["forbidden", "excluded from use or mention"], ["verboten", "excluded from use or mention"], ["prohibited", "excluded from use or mention"], ["out", "excluded from use or mention"]]}, {"answer": "tacky", "hint": "synonyms for tacky", "clues": [["flash", "tastelessly showy"], ["cheap", "tastelessly showy"], ["garish", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"]]}, {"answer": "tailored", "hint": "synonyms for tailored", "clues": [["tailor-made", "(of clothing) custom-made"], ["made-to-order", "(of clothing) custom-made"], ["bespoke", "(of clothing) custom-made"], ["trim", "severely simple in line or design"]]}, {"answer": "taken_with", "hint": "synonyms for taken with", "clues": [["enamored", "marked by foolish or unreasoning fondness"], ["smitten", "marked by foolish or unreasoning fondness"], ["in love", "marked by foolish or unreasoning fondness"], ["soft on", "marked by foolish or unreasoning fondness"], ["infatuated", "marked by foolish or unreasoning fondness"], ["potty", "marked by foolish or unreasoning fondness"]]}, {"answer": "talkative", "hint": "synonyms for talkative", "clues": [["gabby", "full of trivial conversation"], ["talky", "full of trivial conversation"], ["blabby", "unwisely talking too much"], ["chatty", "full of trivial conversation"], ["blabbermouthed", "unwisely talking too much"], ["expansive", "friendly and open and willing to talk"], ["garrulous", "full of trivial conversation"], ["bigmouthed", "unwisely talking too much"], ["loquacious", "full of trivial conversation"]]}, {"answer": "talky", "hint": "synonyms for talky", "clues": [["talkative", "full of trivial conversation"], ["gabby", "full of trivial conversation"], ["garrulous", "full of trivial conversation"], ["chatty", "full of trivial conversation"], ["loquacious", "full of trivial conversation"]]}, {"answer": "tall", "hint": "synonyms for tall", "clues": [["marvelous", "too improbable to admit of belief"], ["improbable", "too improbable to admit of belief"], ["grandiloquent", "lofty in style"], ["magniloquent", "lofty in style"]]}, {"answer": "tangled", "hint": "synonyms for tangled", "clues": [["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"]]}, {"answer": "tangy", "hint": "synonyms for tangy", "clues": [["lemony", "tasting sour like a lemon"], ["lemonlike", "tasting sour like a lemon"], ["sourish", "tasting sour like a lemon"], ["tart", "tasting sour like a lemon"]]}, {"answer": "tapering", "hint": "synonyms for tapering", "clues": [["tapered", "becoming gradually narrower"], ["dwindling", "gradually decreasing until little remains"], ["narrowing", "becoming gradually narrower"], ["tapering off", "gradually decreasing until little remains"]]}, {"answer": "tart", "hint": "synonyms for tart", "clues": [["sharp", "harsh"], ["lemonlike", "tasting sour like a lemon"], ["tangy", "tasting sour like a lemon"], ["lemony", "tasting sour like a lemon"], ["sourish", "tasting sour like a lemon"], ["sharp-worded", "harsh"]]}, {"answer": "tatterdemalion", "hint": "synonyms for tatterdemalion", "clues": [["bedraggled", "in deplorable condition"], ["tattered", "worn to shreds; or wearing torn or ragged clothing"], ["broken-down", "in deplorable condition"], ["ramshackle", "in deplorable condition"], ["dilapidated", "in deplorable condition"], ["derelict", "in deplorable condition"], ["tumble-down", "in deplorable condition"]]}, {"answer": "tatty", "hint": "synonyms for tatty", "clues": [["flash", "tastelessly showy"], ["cheap", "tastelessly showy"], ["garish", "tastelessly showy"], ["ratty", "showing signs of wear and tear"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["loud", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["moth-eaten", "showing signs of wear and tear"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["meretricious", "tastelessly showy"], ["shabby", "showing signs of wear and tear"]]}, {"answer": "taunting", "hint": "synonyms for taunting", "clues": [["mocking", "abusing vocally; expressing contempt or ridicule"], ["gibelike", "abusing vocally; expressing contempt or ridicule"], ["jeering", "abusing vocally; expressing contempt or ridicule"], ["derisive", "abusing vocally; expressing contempt or ridicule"]]}, {"answer": "tawdry", "hint": "synonyms for tawdry", "clues": [["flash", "tastelessly showy"], ["cheap", "tastelessly showy"], ["shoddy", "cheap and shoddy; - Judith Crist"], ["garish", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["trashy", "tastelessly showy"], ["cheapjack", "cheap and shoddy; - Judith Crist"], ["meretricious", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["loud", "tastelessly showy"]]}, {"answer": "tearaway", "hint": "synonyms for tearaway", "clues": [["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)"]]}, {"answer": "tearing", "hint": "synonyms for tearing", "clues": [["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["quizzical", "playfully vexing (especially by ridicule); - Lawrence Durrell"], ["galling", "causing irritation or annoyance"], ["vexatious", "causing irritation or annoyance"], ["mocking", "playfully vexing (especially by ridicule); - Lawrence Durrell"], ["pesky", "causing irritation or annoyance"]]}, {"answer": "techy", "hint": "synonyms for techy", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["tetchy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "tedious", "hint": "synonyms for tedious", "clues": [["long-winded", "using or containing too many words"], ["verbose", "using or containing too many words"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["wordy", "using or containing too many words"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["windy", "using or containing too many words"]]}, {"answer": "teensy", "hint": "synonyms for teensy", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "teensy-weensy", "hint": "synonyms for teensy-weensy", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "teentsy", "hint": "synonyms for teentsy", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "teeny", "hint": "synonyms for teeny", "clues": [["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "teeny-weeny", "hint": "synonyms for teeny-weeny", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"], ["teensy-weensy", "(used informally) very small"]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["impressive", "producing a strong effect"], ["telltale", "disclosing unintentionally"], ["revealing", "disclosing unintentionally"], ["weighty", "powerfully persuasive"], ["cogent", "powerfully persuasive"]]}, {"answer": "tempest-swept", "hint": "synonyms for tempest-swept", "clues": [["tempest-tost", "pounded or hit repeatedly by storms or adversities"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities"], ["storm-tossed", "pounded or hit repeatedly by storms or adversities"], ["buffeted", "pounded or hit repeatedly by storms or adversities"]]}, {"answer": "tempest-tossed", "hint": "synonyms for tempest-tossed", "clues": [["tempest-tost", "pounded or hit repeatedly by storms or adversities"], ["tempest-swept", "pounded or hit repeatedly by storms or adversities"], ["storm-tossed", "pounded or hit repeatedly by storms or adversities"], ["buffeted", "pounded or hit repeatedly by storms or adversities"]]}, {"answer": "tempest-tost", "hint": "synonyms for tempest-tost", "clues": [["tempest-swept", "pounded or hit repeatedly by storms or adversities"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities"], ["storm-tossed", "pounded or hit repeatedly by storms or adversities"], ["buffeted", "pounded or hit repeatedly by storms or adversities"]]}, {"answer": "tempestuous", "hint": "synonyms for tempestuous", "clues": [["furious", "(of the elements) as if showing violent anger"], ["wild", "(of the elements) as if showing violent anger"], ["stormy", "characterized by violent emotions or behavior"], ["angry", "(of the elements) as if showing violent anger"], ["raging", "(of the elements) as if showing violent anger"]]}, {"answer": "tempting", "hint": "synonyms for tempting", "clues": [["alluring", "highly attractive and able to arouse hope or desire"], ["tantalising", "very pleasantly inviting"], ["beguiling", "highly attractive and able to arouse hope or desire"], ["enticing", "highly attractive and able to arouse hope or desire"]]}, {"answer": "tenacious", "hint": "synonyms for tenacious", "clues": [["retentive", "good at remembering"], ["coherent", "sticking together"], ["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["long", "good at remembering"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["recollective", "good at remembering"]]}, {"answer": "tender", "hint": "synonyms for tender", "clues": [["crank", "(used of boats) inclined to heel over easily under sail"], ["fond", "having or displaying warmth or affection"], ["sore", "hurting"], ["tippy", "(used of boats) inclined to heel over easily under sail"], ["lovesome", "having or displaying warmth or affection"], ["affectionate", "having or displaying warmth or affection"], ["sensitive", "hurting"], ["warm", "having or displaying warmth or affection"], ["untoughened", "physically untoughened"], ["raw", "hurting"]]}, {"answer": "tending", "hint": "synonyms for tending", "clues": [["minded", "(usually followed by `to') naturally disposed toward"], ["apt", "(usually followed by `to') naturally disposed toward"], ["disposed", "(usually followed by `to') naturally disposed toward"], ["given", "(usually followed by `to') naturally disposed toward"]]}, {"answer": "tensile", "hint": "synonyms for tensile", "clues": [["malleable", "capable of being shaped or bent or drawn out"], ["tractile", "capable of being shaped or bent or drawn out"], ["ductile", "capable of being shaped or bent or drawn out"], ["pliable", "capable of being shaped or bent or drawn out"], ["pliant", "capable of being shaped or bent or drawn out"]]}, {"answer": "tenuous", "hint": "synonyms for tenuous", "clues": [["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\""]]}, {"answer": "terminated", "hint": "synonyms for terminated", "clues": [["concluded", "having come or been brought to a conclusion"], ["over", "having come or been brought to a conclusion"], ["ended", "having come or been brought to a conclusion"], ["complete", "having come or been brought to a conclusion"], ["all over", "having come or been brought to a conclusion"]]}, {"answer": "terrene", "hint": "synonyms for terrene", "clues": [["tellurian", "of or relating to or inhabiting the land as opposed to the sea or air"], ["telluric", "of or relating to or inhabiting the land as opposed to the sea or air"], ["terrestrial", "of or relating to or inhabiting the land as opposed to the sea or air"], ["mundane", "belonging to this earth or world; not ideal or heavenly"]]}, {"answer": "terrestrial", "hint": "synonyms for terrestrial", "clues": [["terrene", "of or relating to or inhabiting the land as opposed to the sea or air"], ["planetary", "of or relating to or characteristic of the planet Earth or its inhabitants; - L.C.Eiseley"], ["mundane", "concerned with the world or worldly matters"], ["sublunary", "of this earth"], ["tellurian", "of or relating to or inhabiting the land as opposed to the sea or air"], ["telluric", "of or relating to or inhabiting the land as opposed to the sea or air"]]}, {"answer": "terrible", "hint": "synonyms for terrible", "clues": [["fearful", "causing fear or dread or terror"], ["painful", "exceptionally bad or displeasing"], ["severe", "intensely or extremely bad or unpleasant in degree or quality"], ["wicked", "intensely or extremely bad or unpleasant in degree or quality"], ["direful", "causing fear or dread or terror"], ["dreaded", "causing fear or dread or terror"], ["horrific", "causing fear or dread or terror"], ["unspeakable", "exceptionally bad or displeasing"], ["frightening", "causing fear or dread or terror"], ["fearsome", "causing fear or dread or terror"], ["dread", "causing fear or dread or terror"], ["horrendous", "causing fear or dread or terror"], ["tremendous", "extreme in degree or extent or amount or impact"], ["awful", "extreme in degree or extent or amount or impact"], ["atrocious", "exceptionally bad or displeasing"], ["dreadful", "exceptionally bad or displeasing"], ["frightful", "extreme in degree or extent or amount or impact"], ["abominable", "exceptionally bad or displeasing"], ["dire", "causing fear or dread or terror"]]}, {"answer": "terrific", "hint": "synonyms for terrific", "clues": [["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["marvellous", "extraordinarily good or great ; used especially as intensifiers"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["terrifying", "causing extreme terror"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "terrified", "hint": "synonyms for terrified", "clues": [["panic-struck", "thrown into a state of intense fear or desperation"], ["frightened", "thrown into a state of intense fear or desperation"], ["panicky", "thrown into a state of intense fear or desperation"], ["panicked", "thrown into a state of intense fear or desperation"], ["panic-stricken", "thrown into a state of intense fear or desperation"]]}, {"answer": "tested", "hint": "synonyms for tested", "clues": [["tried", "tested and proved to be reliable"], ["time-tested", "tested and proved to be reliable"], ["tried and true", "tested and proved to be reliable"], ["well-tried", "tested and proved useful or correct"]]}, {"answer": "testy", "hint": "synonyms for testy", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"]]}, {"answer": "tetchy", "hint": "synonyms for tetchy", "clues": [["cranky", "easily irritated or annoyed"], ["nettlesome", "easily irritated or annoyed"], ["fractious", "easily irritated or annoyed"], ["petulant", "easily irritated or annoyed"], ["irritable", "easily irritated or annoyed"], ["peevish", "easily irritated or annoyed"], ["techy", "easily irritated or annoyed"], ["pettish", "easily irritated or annoyed"], ["scratchy", "easily irritated or annoyed"], ["peckish", "easily irritated or annoyed"], ["testy", "easily irritated or annoyed"]]}, {"answer": "thankless", "hint": "synonyms for thankless", "clues": [["unthankful", "not feeling or showing gratitude; ; - Shakespeare"], ["ungratifying", "not likely to be rewarded"], ["ungrateful", "not feeling or showing gratitude; ; - Shakespeare"], ["unappreciated", "not likely to be rewarded"]]}, {"answer": "therapeutic", "hint": "synonyms for therapeutic", "clues": [["therapeutical", "relating to or involved in therapy"], ["healing", "tending to cure or restore to health"], ["curative", "tending to cure or restore to health"], ["remedial", "tending to cure or restore to health"], ["sanative", "tending to cure or restore to health"], ["alterative", "tending to cure or restore to health"]]}, {"answer": "thick", "hint": "synonyms for thick", "clues": [["slurred", "spoken as if with a thick tongue"], ["heavyset", "having a short and solid form or stature"], ["fatheaded", "(used informally) stupid"], ["buddy-buddy", "(used informally) associated on close terms"], ["chummy", "(used informally) associated on close terms"], ["duncical", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["compact", "having a short and solid form or stature"], ["duncish", "(used informally) stupid"], ["thickset", "having a short and solid form or stature"], ["blockheaded", "(used informally) stupid"], ["stocky", "having a short and solid form or stature"], ["deep", "(of darkness) very intense"], ["dense", "hard to pass through because of dense growth"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "thick-skulled", "hint": "synonyms for thick-skulled", "clues": [["fatheaded", "(used informally) stupid"], ["duncical", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "thickheaded", "hint": "synonyms for thickheaded", "clues": [["fatheaded", "(used informally) stupid"], ["duncical", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"], ["wooden-headed", "(used informally) stupid"]]}, {"answer": "thickset", "hint": "synonyms for thickset", "clues": [["heavyset", "having a short and solid form or stature"], ["compact", "having a short and solid form or stature"], ["stocky", "having a short and solid form or stature"], ["thick", "having a short and solid form or stature"]]}, {"answer": "thin", "hint": "synonyms for thin", "clues": [["slender", "very narrow"], ["lean", "lacking excess flesh; ; -Shakespeare"], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["sparse", "not dense"], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\""]]}, {"answer": "thorny", "hint": "synonyms for thorny", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc."], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc."]]}, {"answer": "thoroughgoing", "hint": "synonyms for thoroughgoing", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["thorough", "performed comprehensively and completely"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["exhaustive", "performed comprehensively and completely"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "thoughtful", "hint": "synonyms for thoughtful", "clues": [["serious-minded", "acting with or showing thought and good sense"], ["heedful", "taking heed; giving close and thoughtful attention"], ["attentive", "taking heed; giving close and thoughtful attention"], ["paying attention", "taking heed; giving close and thoughtful attention"]]}, {"answer": "thousand", "hint": "synonyms for thousand", "clues": [["k", "denoting a quantity consisting of 1,000 items or units"], ["1000", "denoting a quantity consisting of 1,000 items or units"], ["m", "denoting a quantity consisting of 1,000 items or units"], ["one thousand", "denoting a quantity consisting of 1,000 items or units"]]}, {"answer": "threadbare", "hint": "synonyms for threadbare", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["banal", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "threadlike", "hint": "synonyms for threadlike", "clues": [["filiform", "thin in diameter; resembling a thread"], ["filamentlike", "thin in diameter; resembling a thread"], ["thready", "thin in diameter; resembling a thread"], ["filamentous", "thin in diameter; resembling a thread"]]}, {"answer": "thready", "hint": "synonyms for thready", "clues": [["filiform", "thin in diameter; resembling a thread"], ["filamentlike", "thin in diameter; resembling a thread"], ["filamentous", "thin in diameter; resembling a thread"], ["ropy", "forming viscous or glutinous threads"], ["stringy", "forming viscous or glutinous threads"], ["threadlike", "thin in diameter; resembling a thread"]]}, {"answer": "threatening", "hint": "synonyms for threatening", "clues": [["menacing", "threatening or foreshadowing evil or tragic developments"], ["sullen", "darkened by clouds"], ["forbidding", "threatening or foreshadowing evil or tragic developments"], ["heavy", "darkened by clouds"], ["minatory", "threatening or foreshadowing evil or tragic developments"], ["ominous", "threatening or foreshadowing evil or tragic developments"], ["baleful", "threatening or foreshadowing evil or tragic developments"], ["sinister", "threatening or foreshadowing evil or tragic developments"], ["lowering", "darkened by clouds"], ["minacious", "threatening or foreshadowing evil or tragic developments"]]}, {"answer": "three-dimensional", "hint": "synonyms for three-dimensional", "clues": [["3-dimensional", "involving or relating to three dimensions or aspects; giving the illusion of depth"], ["third-dimensional", "involving or relating to three dimensions or aspects; giving the illusion of depth"], ["three-d", "involving or relating to three dimensions or aspects; giving the illusion of depth"], ["cubic", "having three dimensions"]]}, {"answer": "three-fold", "hint": "synonyms for three-fold", "clues": [["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["triple", "three times as great or many"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"]]}, {"answer": "threefold", "hint": "synonyms for threefold", "clues": [["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["triple", "three times as great or many"], ["three-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"]]}, {"answer": "threepenny", "hint": "synonyms for threepenny", "clues": [["twopenny-halfpenny", "of trifling worth"], ["tuppeny", "of trifling worth"], ["sixpenny", "of trifling worth"], ["two-a-penny", "of trifling worth"], ["twopenny", "of trifling worth"]]}, {"answer": "thriving", "hint": "synonyms for thriving", "clues": [["palmy", "very lively and profitable"], ["prospering", "very lively and profitable"], ["booming", "very lively and profitable"], ["prosperous", "very lively and profitable"], ["flourishing", "very lively and profitable"], ["roaring", "very lively and profitable"]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["walloping", "(used informally) very large"], ["banging", "(used informally) very large"], ["humongous", "(used informally) very large"], ["whopping", "(used informally) very large"]]}, {"answer": "thunderstruck", "hint": "synonyms for thunderstruck", "clues": [["dumbstricken", "as if struck dumb with astonishment and surprise"], ["dumfounded", "as if struck dumb with astonishment and surprise"], ["stupefied", "as if struck dumb with astonishment and surprise"], ["flabbergasted", "as if struck dumb with astonishment and surprise"], ["dumbstruck", "as if struck dumb with astonishment and surprise"]]}, {"answer": "thwarted", "hint": "synonyms for thwarted", "clues": [["disappointed", "disappointingly unsuccessful"], ["frustrated", "disappointingly unsuccessful"], ["discomfited", "disappointingly unsuccessful"], ["foiled", "disappointingly unsuccessful"], ["defeated", "disappointingly unsuccessful"]]}, {"answer": "tidy", "hint": "synonyms for tidy", "clues": [["healthy", "large in amount or extent or degree"], ["goodly", "large in amount or extent or degree"], ["sizable", "large in amount or extent or degree"], ["kempt", "(of hair) neat and tidy"], ["respectable", "large in amount or extent or degree"], ["goodish", "large in amount or extent or degree"], ["hefty", "large in amount or extent or degree"]]}, {"answer": "tied", "hint": "synonyms for tied", "clues": [["trussed", "bound or secured closely"], ["level", "of the score in a contest"], ["even", "of the score in a contest"], ["laced", "closed with a lace"], ["fastened", "fastened with strings or cords"]]}, {"answer": "tight", "hint": "synonyms for tight", "clues": [["compressed", "pressed tightly together"], ["pixilated", "very drunk"], ["sloshed", "very drunk"], ["nasty", "exasperatingly difficult to handle or circumvent"], ["miserly", "(used of persons or behavior) characterized by or indicative of lack of generosity"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["close", "(of a contest or contestants) evenly matched"], ["smashed", "very drunk"], ["mingy", "(used of persons or behavior) characterized by or indicative of lack of generosity"], ["pie-eyed", "very drunk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["stringent", "demanding strict attention to rules and procedures"], ["slopped", "very drunk"], ["mean", "(used of persons or behavior) characterized by or indicative of lack of generosity"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["rigorous", "demanding strict attention to rules and procedures"], ["squiffy", "very drunk"], ["wet", "very drunk"], ["soused", "very drunk"], ["taut", "pulled or drawn tight"]]}, {"answer": "tight-laced", "hint": "synonyms for tight-laced", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["victorian", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "tightlipped", "hint": "synonyms for tightlipped", "clues": [["closelipped", "inclined to secrecy or reticence about divulging information"], ["closemouthed", "inclined to secrecy or reticence about divulging information"], ["close", "inclined to secrecy or reticence about divulging information"], ["secretive", "inclined to secrecy or reticence about divulging information"]]}, {"answer": "tilted", "hint": "synonyms for tilted", "clues": [["leaning", "departing or being caused to depart from the true vertical or horizontal"], ["canted", "departing or being caused to depart from the true vertical or horizontal"], ["tipped", "departing or being caused to depart from the true vertical or horizontal"], ["atilt", "departing or being caused to depart from the true vertical or horizontal"]]}, {"answer": "timeworn", "hint": "synonyms for timeworn", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["banal", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "timid", "hint": "synonyms for timid", "clues": [["fainthearted", "lacking conviction or boldness or courage"], ["unsure", "lacking self-confidence"], ["shy", "lacking self-confidence"], ["diffident", "lacking self-confidence"], ["faint", "lacking conviction or boldness or courage"]]}, {"answer": "tinny", "hint": "synonyms for tinny", "clues": [["bum", "of very poor quality; flimsy"], ["punk", "of very poor quality; flimsy"], ["cheap", "of very poor quality; flimsy"], ["chintzy", "of very poor quality; flimsy"], ["sleazy", "of very poor quality; flimsy"], ["crummy", "of very poor quality; flimsy"], ["cheesy", "of very poor quality; flimsy"]]}, {"answer": "tiny", "hint": "synonyms for tiny", "clues": [["diminutive", "very small"], ["lilliputian", "very small"], ["midget", "very small"], ["flyspeck", "very small"], ["petite", "very small"], ["bantam", "very small"]]}, {"answer": "tipped", "hint": "synonyms for tipped", "clues": [["leaning", "departing or being caused to depart from the true vertical or horizontal"], ["canted", "departing or being caused to depart from the true vertical or horizontal"], ["tilted", "departing or being caused to depart from the true vertical or horizontal"], ["atilt", "departing or being caused to depart from the true vertical or horizontal"]]}, {"answer": "tiptop", "hint": "synonyms for tiptop", "clues": [["topnotch", "of the highest quality"], ["first-rate", "of the highest quality"], ["tops", "of the highest quality"], ["super", "of the highest quality"], ["crack", "of the highest quality"], ["ace", "of the highest quality"]]}, {"answer": "tired", "hint": "synonyms for tired", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["banal", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"]]}, {"answer": "tired_of", "hint": "synonyms for tired of", "clues": [["disgusted", "having a strong distaste from surfeit"], ["fed up", "having a strong distaste from surfeit"], ["sick", "having a strong distaste from surfeit"], ["sick of", "having a strong distaste from surfeit"]]}, {"answer": "tireless", "hint": "synonyms for tireless", "clues": [["hardworking", "characterized by hard work and perseverance"], ["unflagging", "showing sustained enthusiastic action with unflagging vitality"], ["untiring", "characterized by hard work and perseverance"], ["indefatigable", "showing sustained enthusiastic action with unflagging vitality"], ["industrious", "characterized by hard work and perseverance"], ["unwearying", "showing sustained enthusiastic action with unflagging vitality"]]}, {"answer": "tiresome", "hint": "synonyms for tiresome", "clues": [["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "toadyish", "hint": "synonyms for toadyish", "clues": [["fawning", "attempting to win favor from influential people by flattery"], ["bootlicking", "attempting to win favor from influential people by flattery"], ["obsequious", "attempting to win favor from influential people by flattery"], ["sycophantic", "attempting to win favor by flattery"]]}, {"answer": "togged_up", "hint": "synonyms for togged up", "clues": [["dolled up", "dressed in fancy or formal clothing"], ["dressed to the nines", "dressed in fancy or formal clothing"], ["spruced up", "dressed in fancy or formal clothing"], ["dressed-up", "dressed in fancy or formal clothing"], ["dressed", "dressed in fancy or formal clothing"], ["dressed to kill", "dressed in fancy or formal clothing"], ["spiffed up", "dressed in fancy or formal clothing"]]}, {"answer": "toilsome", "hint": "synonyms for toilsome", "clues": [["arduous", "characterized by effort to the point of exhaustion; especially physical effort"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort"], ["heavy", "characterized by effort to the point of exhaustion; especially physical effort"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort"]]}, {"answer": "tolerant", "hint": "synonyms for tolerant", "clues": [["broad", "showing or characterized by broad-mindedness"], ["liberal", "showing or characterized by broad-mindedness"], ["large-minded", "showing or characterized by broad-mindedness"], ["resistant", "able to tolerate environmental conditions or physiological stress"], ["kind", "tolerant and forgiving under provocation"], ["patient of", "showing the capacity for endurance"]]}, {"answer": "tonic", "hint": "synonyms for tonic", "clues": [["refreshful", "imparting vitality and energy"], ["accented", "used of syllables"], ["refreshing", "imparting vitality and energy"], ["brisk", "imparting vitality and energy"], ["bracing", "imparting vitality and energy"], ["tonal", "employing variations in pitch to distinguish meanings of otherwise similar words"], ["fresh", "imparting vitality and energy"]]}, {"answer": "too-generous", "hint": "synonyms for too-generous", "clues": [["overgenerous", "very generous"], ["lavish", "very generous"], ["unstinting", "very generous"], ["unstinted", "very generous"], ["munificent", "very generous"], ["unsparing", "very generous"]]}, {"answer": "too_big_for_one's_breeches", "hint": "synonyms for too big for one's breeches", "clues": [["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "toothed", "hint": "synonyms for toothed", "clues": [["saw-toothed", "notched like a saw with teeth pointing toward the apex"], ["jaggy", "having an irregularly notched or toothed margin as though gnawed"], ["erose", "having an irregularly notched or toothed margin as though gnawed"], ["serrate", "notched like a saw with teeth pointing toward the apex"], ["notched", "notched like a saw with teeth pointing toward the apex"], ["jagged", "having an irregularly notched or toothed margin as though gnawed"]]}, {"answer": "toothsome", "hint": "synonyms for toothsome", "clues": [["delectable", "extremely pleasing to the sense of taste"], ["palatable", "acceptable to the taste or mind"], ["delicious", "extremely pleasing to the sense of taste"], ["voluptuous", "having strong sexual appeal"], ["luscious", "having strong sexual appeal"], ["juicy", "having strong sexual appeal"], ["red-hot", "having strong sexual appeal"], ["pleasant-tasting", "extremely pleasing to the sense of taste"], ["scrumptious", "extremely pleasing to the sense of taste"], ["yummy", "extremely pleasing to the sense of taste"]]}, {"answer": "top-notch", "hint": "synonyms for top-notch", "clues": [["topnotch", "of the highest quality"], ["first-rate", "of the highest quality"], ["tops", "of the highest quality"], ["super", "of the highest quality"], ["crack", "of the highest quality"], ["tiptop", "of the highest quality"], ["ace", "of the highest quality"]]}, {"answer": "topnotch", "hint": "synonyms for topnotch", "clues": [["first-rate", "of the highest quality"], ["tops", "of the highest quality"], ["super", "of the highest quality"], ["crack", "of the highest quality"], ["tiptop", "of the highest quality"], ["ace", "of the highest quality"], ["top-notch", "of the highest quality"]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["topnotch", "of the highest quality"], ["first-rate", "of the highest quality"], ["super", "of the highest quality"], ["crack", "of the highest quality"], ["tiptop", "of the highest quality"], ["ace", "of the highest quality"]]}, {"answer": "topsy-turvy", "hint": "synonyms for topsy-turvy", "clues": [["hugger-mugger", "in utter disorder"], ["jumbled", "in utter disorder"], ["higgledy-piggledy", "in utter disorder"], ["disorderly", "in utter disorder"]]}, {"answer": "torpid", "hint": "synonyms for torpid", "clues": [["sluggish", "slow and apathetic"], ["inert", "slow and apathetic"], ["hibernating", "in a condition of biological rest or suspended animation"], ["dormant", "in a condition of biological rest or suspended animation"], ["soggy", "slow and apathetic"]]}, {"answer": "torrid", "hint": "synonyms for torrid", "clues": [["fervid", "characterized by intense emotion"], ["fervent", "characterized by intense emotion"], ["ardent", "characterized by intense emotion"], ["fiery", "characterized by intense emotion"], ["perfervid", "characterized by intense emotion"], ["impassioned", "characterized by intense emotion"]]}, {"answer": "tortuous", "hint": "synonyms for tortuous", "clues": [["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["voluminous", "marked by repeated turns and bends"], ["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"], ["winding", "marked by repeated turns and bends"], ["twisty", "marked by repeated turns and bends"], ["twisting", "marked by repeated turns and bends"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott"]]}, {"answer": "torturesome", "hint": "synonyms for torturesome", "clues": [["excruciating", "extremely painful"], ["torturing", "extremely painful"], ["torturous", "extremely painful"], ["agonising", "extremely painful"], ["harrowing", "extremely painful"]]}, {"answer": "torturing", "hint": "synonyms for torturing", "clues": [["agonizing", "extremely painful"], ["excruciating", "extremely painful"], ["torturous", "extremely painful"], ["harrowing", "extremely painful"], ["torturesome", "extremely painful"]]}, {"answer": "torturous", "hint": "synonyms for torturous", "clues": [["agonizing", "extremely painful"], ["excruciating", "extremely painful"], ["torturing", "extremely painful"], ["harrowing", "extremely painful"], ["torturesome", "extremely painful"]]}, {"answer": "touched", "hint": "synonyms for touched", "clues": [["affected", "being excited or provoked to the expression of an emotion"], ["fey", "slightly insane"], ["stirred", "being excited or provoked to the expression of an emotion"], ["moved", "being excited or provoked to the expression of an emotion"]]}, {"answer": "touchy", "hint": "synonyms for touchy", "clues": [["thin-skinned", "quick to take offense"], ["ticklish", "difficult to handle; requiring great tact"], ["huffy", "quick to take offense"], ["feisty", "quick to take offense"], ["delicate", "difficult to handle; requiring great tact"]]}, {"answer": "tough", "hint": "synonyms for tough", "clues": [["ruffianly", "violent and lawless"], ["sturdy", "substantially made or constructed"], ["bad", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')"], ["knotty", "making great mental demands; hard to comprehend or solve or believe"], ["problematical", "making great mental demands; hard to comprehend or solve or believe"], ["baffling", "making great mental demands; hard to comprehend or solve or believe"], ["toughened", "physically toughened"], ["hard", "unfortunate or hard to bear"], ["elusive", "making great mental demands; hard to comprehend or solve or believe"], ["rugged", "very difficult; severely testing stamina or resolution"]]}, {"answer": "toughened", "hint": "synonyms for toughened", "clues": [["tempered", "made hard or flexible or resilient especially by heat treatment"], ["hardened", "made hard or flexible or resilient especially by heat treatment"], ["tough", "physically toughened"], ["treated", "made hard or flexible or resilient especially by heat treatment"]]}, {"answer": "trackless", "hint": "synonyms for trackless", "clues": [["roadless", "lacking pathways"], ["pathless", "lacking pathways"], ["untrod", "lacking pathways"], ["untrodden", "lacking pathways"], ["untracked", "lacking pathways"]]}, {"answer": "tractile", "hint": "synonyms for tractile", "clues": [["malleable", "capable of being shaped or bent or drawn out"], ["tensile", "capable of being shaped or bent or drawn out"], ["ductile", "capable of being shaped or bent or drawn out"], ["pliable", "capable of being shaped or bent or drawn out"], ["pliant", "capable of being shaped or bent or drawn out"]]}, {"answer": "traitorous", "hint": "synonyms for traitorous", "clues": [["faithless", "having the character of, or characteristic of, a traitor"], ["unfaithful", "having the character of, or characteristic of, a traitor"], ["treasonous", "having the character of, or characteristic of, a traitor"], ["treasonable", "having the character of, or characteristic of, a traitor"]]}, {"answer": "tranquil", "hint": "synonyms for tranquil", "clues": [["unruffled", "(of a body of water) free from disturbance by heavy waves"], ["quiet", "(of a body of water) free from disturbance by heavy waves"], ["calm", "not agitated; without losing self-possession"], ["serene", "not agitated; without losing self-possession"], ["smooth", "(of a body of water) free from disturbance by heavy waves"], ["placid", "(of a body of water) free from disturbance by heavy waves"], ["unagitated", "not agitated; without losing self-possession"], ["still", "(of a body of water) free from disturbance by heavy waves"]]}, {"answer": "tranquilising", "hint": "synonyms for tranquilising", "clues": [["tranquillising", "tending to soothe or tranquilize"], ["ataraxic", "tending to soothe or tranquilize"], ["ataractic", "tending to soothe or tranquilize"], ["sedative", "tending to soothe or tranquilize"]]}, {"answer": "tranquilizing", "hint": "synonyms for tranquilizing", "clues": [["tranquillising", "tending to soothe or tranquilize"], ["ataraxic", "tending to soothe or tranquilize"], ["ataractic", "tending to soothe or tranquilize"], ["sedative", "tending to soothe or tranquilize"]]}, {"answer": "tranquillising", "hint": "synonyms for tranquillising", "clues": [["ataraxic", "tending to soothe or tranquilize"], ["tranquilizing", "tending to soothe or tranquilize"], ["ataractic", "tending to soothe or tranquilize"], ["sedative", "tending to soothe or tranquilize"]]}, {"answer": "tranquillizing", "hint": "synonyms for tranquillizing", "clues": [["ataraxic", "tending to soothe or tranquilize"], ["tranquillising", "tending to soothe or tranquilize"], ["ataractic", "tending to soothe or tranquilize"], ["sedative", "tending to soothe or tranquilize"]]}, {"answer": "transferable", "hint": "synonyms for transferable", "clues": [["conveyable", "legally transferable to the ownership of another"], ["assignable", "legally transferable to the ownership of another"], ["movable", "capable of being moved or conveyed from one place to another"], ["negotiable", "legally transferable to the ownership of another"], ["transferrable", "legally transferable to the ownership of another"], ["transportable", "capable of being moved or conveyed from one place to another"]]}, {"answer": "transferrable", "hint": "synonyms for transferrable", "clues": [["conveyable", "legally transferable to the ownership of another"], ["assignable", "legally transferable to the ownership of another"], ["movable", "capable of being moved or conveyed from one place to another"], ["negotiable", "legally transferable to the ownership of another"], ["transferable", "legally transferable to the ownership of another"], ["transportable", "capable of being moved or conveyed from one place to another"]]}, {"answer": "transfixed", "hint": "synonyms for transfixed", "clues": [["spell-bound", "having your attention fixated as though by a spell"], ["fascinated", "having your attention fixated as though by a spell"], ["mesmerized", "having your attention fixated as though by a spell"], ["hypnotized", "having your attention fixated as though by a spell"]]}, {"answer": "transient", "hint": "synonyms for transient", "clues": [["passing", "lasting a very short time"], ["transeunt", "of a mental act; causing effects outside the mind"], ["fugacious", "lasting a very short time"], ["ephemeral", "lasting a very short time"], ["transitory", "lasting a very short time"], ["short-lived", "lasting a very short time"]]}, {"answer": "transitory", "hint": "synonyms for transitory", "clues": [["passing", "lasting a very short time"], ["fugacious", "lasting a very short time"], ["ephemeral", "lasting a very short time"], ["transient", "lasting a very short time"], ["short-lived", "lasting a very short time"]]}, {"answer": "transmissible", "hint": "synonyms for transmissible", "clues": [["familial", "occurring among members of a family usually by heredity"], ["patrimonial", "inherited or inheritable by established rules (usually legal rules) of descent"], ["contractable", "(of disease) capable of being transmitted by infection"], ["contagious", "(of disease) capable of being transmitted by infection"], ["catching", "(of disease) capable of being transmitted by infection"], ["ancestral", "inherited or inheritable by established rules (usually legal rules) of descent"], ["communicable", "(of disease) capable of being transmitted by infection"], ["transmitted", "occurring among members of a family usually by heredity"], ["hereditary", "occurring among members of a family usually by heredity"], ["genetic", "occurring among members of a family usually by heredity"], ["transmittable", "(of disease) capable of being transmitted by infection"], ["inherited", "occurring among members of a family usually by heredity"]]}, {"answer": "transmittable", "hint": "synonyms for transmittable", "clues": [["contractable", "(of disease) capable of being transmitted by infection"], ["transmissible", "(of disease) capable of being transmitted by infection"], ["contagious", "(of disease) capable of being transmitted by infection"], ["catching", "(of disease) capable of being transmitted by infection"], ["communicable", "(of disease) capable of being transmitted by infection"]]}, {"answer": "transmitted", "hint": "synonyms for transmitted", "clues": [["familial", "occurring among members of a family usually by heredity"], ["transmissible", "occurring among members of a family usually by heredity"], ["hereditary", "occurring among members of a family usually by heredity"], ["genetic", "occurring among members of a family usually by heredity"], ["inherited", "occurring among members of a family usually by heredity"]]}, {"answer": "transparent", "hint": "synonyms for transparent", "clues": [["limpid", "transmitting light; able to be seen through with clarity"], ["gauzy", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["crystal clear", "transmitting light; able to be seen through with clarity"], ["gauze-like", "so thin as to transmit light"], ["pellucid", "transmitting light; able to be seen through with clarity"], ["vapourous", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["guileless", "free of deceit"], ["lucid", "transmitting light; able to be seen through with clarity"], ["filmy", "so thin as to transmit light"], ["crystalline", "transmitting light; able to be seen through with clarity"]]}, {"answer": "trashy", "hint": "synonyms for trashy", "clues": [["flash", "tastelessly showy"], ["cheap", "tastelessly showy"], ["garish", "tastelessly showy"], ["gaudy", "tastelessly showy"], ["loud", "tastelessly showy"], ["tawdry", "tastelessly showy"], ["gimcrack", "tastelessly showy"], ["rubbishy", "cheap and inferior; of no value"], ["tatty", "tastelessly showy"], ["tacky", "tastelessly showy"], ["brassy", "tastelessly showy"], ["meretricious", "tastelessly showy"]]}, {"answer": "treasonable", "hint": "synonyms for treasonable", "clues": [["faithless", "having the character of, or characteristic of, a traitor"], ["unfaithful", "having the character of, or characteristic of, a traitor"], ["treasonous", "having the character of, or characteristic of, a traitor"], ["traitorous", "having the character of, or characteristic of, a traitor"]]}, {"answer": "treasonous", "hint": "synonyms for treasonous", "clues": [["faithless", "having the character of, or characteristic of, a traitor"], ["unfaithful", "having the character of, or characteristic of, a traitor"], ["treasonable", "having the character of, or characteristic of, a traitor"], ["traitorous", "having the character of, or characteristic of, a traitor"]]}, {"answer": "treble", "hint": "synonyms for treble", "clues": [["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["soprano", "having or denoting a high range"], ["triple", "three times as great or many"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["ternary", "having three units or components or elements"]]}, {"answer": "tree-shaped", "hint": "synonyms for tree-shaped", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["treelike", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "treelike", "hint": "synonyms for treelike", "clues": [["dendroidal", "resembling a tree in form and branching structure"], ["arboriform", "resembling a tree in form and branching structure"], ["arboreal", "resembling a tree in form and branching structure"], ["dendriform", "resembling a tree in form and branching structure"], ["arborescent", "resembling a tree in form and branching structure"], ["arboreous", "resembling a tree in form and branching structure"], ["tree-shaped", "resembling a tree in form and branching structure"], ["arboresque", "resembling a tree in form and branching structure"]]}, {"answer": "tremendous", "hint": "synonyms for tremendous", "clues": [["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["awful", "extreme in degree or extent or amount or impact"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["terrible", "extreme in degree or extent or amount or impact"], ["frightful", "extreme in degree or extent or amount or impact"], ["enormous", "extraordinarily large in size or extent or amount or power or degree; ; ; ; - Walter Lippman"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["marvelous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "trenchant", "hint": "synonyms for trenchant", "clues": [["distinct", "clearly or sharply defined to the mind"], ["clear-cut", "clearly or sharply defined to the mind"], ["searching", "having keenness and forcefulness and penetration in thought, expression, or intellect"], ["hard-hitting", "characterized by or full of force and vigor"]]}, {"answer": "tributary", "hint": "synonyms for tributary", "clues": [["contributing", "tending to bring about; being partly responsible for"], ["contributive", "tending to bring about; being partly responsible for"], ["conducive", "tending to bring about; being partly responsible for"], ["contributory", "tending to bring about; being partly responsible for"]]}, {"answer": "tricksy", "hint": "synonyms for tricksy", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "tricky", "hint": "synonyms for tricky", "clues": [["catchy", "having concealed difficulty"], ["knavish", "marked by skill in deception"], ["slippery", "not to be trusted; - James Agee"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["wily", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["tricksy", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "tried", "hint": "synonyms for tried", "clues": [["tested", "tested and proved to be reliable"], ["time-tested", "tested and proved to be reliable"], ["tried and true", "tested and proved to be reliable"], ["well-tried", "tested and proved useful or correct"]]}, {"answer": "trigger-happy", "hint": "synonyms for trigger-happy", "clues": [["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"]]}, {"answer": "trim", "hint": "synonyms for trim", "clues": [["tailored", "severely simple in line or design"], ["spare", "thin and fit"], ["trig", "neat and smart in appearance"], ["clean-cut", "neat and smart in appearance"], ["well-kept", "of places; characterized by order and neatness; free from disorder"], ["shipshape", "of places; characterized by order and neatness; free from disorder"]]}, {"answer": "triple", "hint": "synonyms for triple", "clues": [["three-fold", "three times as great or many"], ["treble", "three times as great or many"], ["ternary", "having three units or components or elements"], ["triplex", "having three units or components or elements"]]}, {"answer": "tripping", "hint": "synonyms for tripping", "clues": [["swinging", "characterized by a buoyant rhythm"], ["light", "moving easily and quickly; nimble"], ["lightsome", "moving easily and quickly; nimble"], ["lilting", "characterized by a buoyant rhythm"], ["swingy", "characterized by a buoyant rhythm"]]}, {"answer": "trite", "hint": "synonyms for trite", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["well-worn", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["banal", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "triumphal", "hint": "synonyms for triumphal", "clues": [["jubilant", "joyful and proud especially because of triumph or success"], ["triumphant", "joyful and proud especially because of triumph or success"], ["rejoicing", "joyful and proud especially because of triumph or success"], ["prideful", "joyful and proud especially because of triumph or success"], ["exulting", "joyful and proud especially because of triumph or success"], ["exultant", "joyful and proud especially because of triumph or success"]]}, {"answer": "triumphant", "hint": "synonyms for triumphant", "clues": [["jubilant", "joyful and proud especially because of triumph or success"], ["triumphal", "joyful and proud especially because of triumph or success"], ["victorious", "experiencing triumph"], ["prideful", "joyful and proud especially because of triumph or success"], ["exulting", "joyful and proud especially because of triumph or success"], ["rejoicing", "joyful and proud especially because of triumph or success"], ["exultant", "joyful and proud especially because of triumph or success"]]}, {"answer": "trivial", "hint": "synonyms for trivial", "clues": [["little", "(informal) small and of little importance"], ["footling", "(informal) small and of little importance"], ["piddling", "(informal) small and of little importance"], ["superficial", "of little substance or significance"], ["piffling", "(informal) small and of little importance"], ["niggling", "(informal) small and of little importance"], ["petty", "(informal) small and of little importance"], ["lilliputian", "(informal) small and of little importance"], ["picayune", "(informal) small and of little importance"]]}, {"answer": "troubled", "hint": "synonyms for troubled", "clues": [["riotous", "characterized by unrest or disorder or insubordination"], ["disruptive", "characterized by unrest or disorder or insubordination"], ["tumultuous", "characterized by unrest or disorder or insubordination"], ["turbulent", "characterized by unrest or disorder or insubordination"]]}, {"answer": "troubling", "hint": "synonyms for troubling", "clues": [["distressful", "causing distress or worry or anxiety"], ["perturbing", "causing distress or worry or anxiety"], ["distressing", "causing distress or worry or anxiety"], ["worrisome", "causing distress or worry or anxiety"], ["disturbing", "causing distress or worry or anxiety"], ["worrying", "causing distress or worry or anxiety"]]}, {"answer": "true", "hint": "synonyms for true", "clues": [["rightful", "having a legally established claim"], ["dead on target", "accurately placed or thrown"], ["on-key", "in tune; accurate in pitch"], ["dependable", "worthy of being depended on"], ["genuine", "not pretended; sincerely felt or expressed"], ["truthful", "expressing or given to expressing the truth"], ["lawful", "having a legally established claim"], ["straight", "accurately fitted; level"], ["honest", "worthy of being depended on"], ["unfeigned", "not pretended; sincerely felt or expressed"], ["reliable", "worthy of being depended on"]]}, {"answer": "tubby", "hint": "synonyms for tubby", "clues": [["podgy", "short and plump"], ["pudgy", "short and plump"], ["dumpy", "short and plump"], ["roly-poly", "short and plump"]]}, {"answer": "tube-shaped", "hint": "synonyms for tube-shaped", "clues": [["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)"]]}, {"answer": "tubelike", "hint": "synonyms for tubelike", "clues": [["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)"]]}, {"answer": "tubular", "hint": "synonyms for tubular", "clues": [["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)"]]}, {"answer": "tumble-down", "hint": "synonyms for tumble-down", "clues": [["bedraggled", "in deplorable condition"], ["ramshackle", "in deplorable condition"], ["broken-down", "in deplorable condition"], ["dilapidated", "in deplorable condition"], ["derelict", "in deplorable condition"], ["tatterdemalion", "in deplorable condition"]]}, {"answer": "tumescent", "hint": "synonyms for tumescent", "clues": [["intumescent", "abnormally distended especially by fluids or gas"], ["puffy", "abnormally distended especially by fluids or gas"], ["tumid", "abnormally distended especially by fluids or gas"], ["turgid", "abnormally distended especially by fluids or gas"]]}, {"answer": "tumid", "hint": "synonyms for tumid", "clues": [["intumescent", "abnormally distended especially by fluids or gas"], ["puffy", "abnormally distended especially by fluids or gas"], ["turgid", "ostentatiously lofty in style"], ["large", "ostentatiously lofty in style"], ["erect", "of sexual organs; stiff and rigid"], ["bombastic", "ostentatiously lofty in style"], ["declamatory", "ostentatiously lofty in style"], ["orotund", "ostentatiously lofty in style"]]}, {"answer": "tumultuous", "hint": "synonyms for tumultuous", "clues": [["riotous", "characterized by unrest or disorder or insubordination"], ["disruptive", "characterized by unrest or disorder or insubordination"], ["turbulent", "characterized by unrest or disorder or insubordination"], ["troubled", "characterized by unrest or disorder or insubordination"]]}, {"answer": "tuppeny", "hint": "synonyms for tuppeny", "clues": [["twopenny-halfpenny", "of trifling worth"], ["twopenny", "of trifling worth"], ["sixpenny", "of trifling worth"], ["two-a-penny", "of trifling worth"], ["threepenny", "of trifling worth"]]}, {"answer": "turbid", "hint": "synonyms for turbid", "clues": [["cloudy", "(of liquids) clouded as with sediment"], ["muddy", "(of liquids) clouded as with sediment"], ["murky", "(of liquids) clouded as with sediment"], ["mirky", "(of liquids) clouded as with sediment"]]}, {"answer": "turbinate", "hint": "synonyms for turbinate", "clues": [["voluted", "in the shape of a coil"], ["spiraling", "in the shape of a coil"], ["helical", "in the shape of a coil"], ["whorled", "in the shape of a coil"], ["coiling", "in the shape of a coil"]]}, {"answer": "turbulent", "hint": "synonyms for turbulent", "clues": [["churning", "(of a liquid) agitated vigorously; in a state of turbulence"], ["roiling", "(of a liquid) agitated vigorously; in a state of turbulence"], ["disruptive", "characterized by unrest or disorder or insubordination"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence"], ["roily", "(of a liquid) agitated vigorously; in a state of turbulence"], ["riotous", "characterized by unrest or disorder or insubordination"], ["tumultuous", "characterized by unrest or disorder or insubordination"], ["troubled", "characterized by unrest or disorder or insubordination"]]}, {"answer": "turgid", "hint": "synonyms for turgid", "clues": [["intumescent", "abnormally distended especially by fluids or gas"], ["puffy", "abnormally distended especially by fluids or gas"], ["large", "ostentatiously lofty in style"], ["tumid", "abnormally distended especially by fluids or gas"], ["bombastic", "ostentatiously lofty in style"], ["declamatory", "ostentatiously lofty in style"], ["orotund", "ostentatiously lofty in style"]]}, {"answer": "turned_on", "hint": "synonyms for turned on", "clues": [["ruttish", "feeling great sexual desire"], ["randy", "feeling great sexual desire"], ["steamy", "feeling great sexual desire"], ["horny", "feeling great sexual desire"], ["aroused", "feeling great sexual desire"]]}, {"answer": "twee", "hint": "synonyms for twee", "clues": [["niminy-piminy", "affectedly dainty or refined"], ["prim", "affectedly dainty or refined"], ["dainty", "affectedly dainty or refined"], ["mincing", "affectedly dainty or refined"]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["voluminous", "marked by repeated turns and bends"], ["tortuous", "marked by repeated turns and bends"], ["twisty", "marked by repeated turns and bends"], ["winding", "marked by repeated turns and bends"]]}, {"answer": "twisty", "hint": "synonyms for twisty", "clues": [["winding", "marked by repeated turns and bends"], ["tortuous", "marked by repeated turns and bends"], ["voluminous", "marked by repeated turns and bends"], ["twisting", "marked by repeated turns and bends"]]}, {"answer": "two-a-penny", "hint": "synonyms for two-a-penny", "clues": [["twopenny-halfpenny", "of trifling worth"], ["twopenny", "of trifling worth"], ["tuppeny", "of trifling worth"], ["sixpenny", "of trifling worth"], ["threepenny", "of trifling worth"]]}, {"answer": "two-faced", "hint": "synonyms for two-faced", "clues": [["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray"]]}, {"answer": "two-fold", "hint": "synonyms for two-fold", "clues": [["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"]]}, {"answer": "twofold", "hint": "synonyms for twofold", "clues": [["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["two-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"]]}, {"answer": "twopenny", "hint": "synonyms for twopenny", "clues": [["twopenny-halfpenny", "of trifling worth"], ["tuppeny", "of trifling worth"], ["sixpenny", "of trifling worth"], ["two-a-penny", "of trifling worth"], ["threepenny", "of trifling worth"]]}, {"answer": "twopenny-halfpenny", "hint": "synonyms for twopenny-halfpenny", "clues": [["twopenny", "of trifling worth"], ["tuppeny", "of trifling worth"], ["sixpenny", "of trifling worth"], ["two-a-penny", "of trifling worth"], ["threepenny", "of trifling worth"]]}, {"answer": "tyrannic", "hint": "synonyms for tyrannic", "clues": [["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"]]}, {"answer": "tyrannical", "hint": "synonyms for tyrannical", "clues": [["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["oppressive", "marked by unjust severity or arbitrary behavior"], ["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["tyrannous", "marked by unjust severity or arbitrary behavior"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"], ["tyrannic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty"]]}, {"answer": "ugly", "hint": "synonyms for ugly", "clues": [["vile", "morally reprehensible"], ["frightful", "provoking horror; ; ; ; - Winston Churchill"], ["worthless", "morally reprehensible"], ["atrocious", "provoking horror; ; ; ; - Winston Churchill"], ["despicable", "morally reprehensible"], ["horrible", "provoking horror; ; ; ; - Winston Churchill"], ["wretched", "morally reprehensible"], ["slimy", "morally reprehensible"], ["surly", "inclined to anger or bad feelings with overtones of menace"], ["unworthy", "morally reprehensible"], ["horrifying", "provoking horror; ; ; ; - Winston Churchill"]]}, {"answer": "ulterior", "hint": "synonyms for ulterior", "clues": [["later", "coming at a subsequent time or stage"], ["subterranean", "lying beyond what is openly revealed or avowed (especially being kept in the background or deliberately concealed); ; - Bertrand Russell"], ["posterior", "coming at a subsequent time or stage"], ["subterraneous", "lying beyond what is openly revealed or avowed (especially being kept in the background or deliberately concealed); ; - Bertrand Russell"]]}, {"answer": "ultranationalistic", "hint": "synonyms for ultranationalistic", "clues": [["nationalistic", "fanatically patriotic"], ["flag-waving", "fanatically patriotic"], ["jingoistic", "fanatically patriotic"], ["superpatriotic", "fanatically patriotic"], ["chauvinistic", "fanatically patriotic"]]}, {"answer": "umbrageous", "hint": "synonyms for umbrageous", "clues": [["shadowy", "filled with shade"], ["outraged", "angered at something unjust or wrong"], ["incensed", "angered at something unjust or wrong"], ["shady", "filled with shade"], ["indignant", "angered at something unjust or wrong"], ["shadowed", "filled with shade"]]}, {"answer": "unadulterated", "hint": "synonyms for unadulterated", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "unanimous", "hint": "synonyms for unanimous", "clues": [["whole", "acting together as a single undiversified whole"], ["solid", "acting together as a single undiversified whole"], ["consentient", "in complete agreement"], ["consentaneous", "in complete agreement"]]}, {"answer": "unappareled", "hint": "synonyms for unappareled", "clues": [["ungarmented", "having removed clothing"], ["undressed", "having removed clothing"], ["unclad", "having removed clothing"], ["unattired", "having removed clothing"], ["ungarbed", "having removed clothing"]]}, {"answer": "unappeasable", "hint": "synonyms for unappeasable", "clues": [["inexorable", "not to be placated or appeased or moved by entreaty"], ["relentless", "not to be placated or appeased or moved by entreaty"], ["unrelenting", "not to be placated or appeased or moved by entreaty"], ["grim", "not to be placated or appeased or moved by entreaty"], ["unforgiving", "not to be placated or appeased or moved by entreaty"], ["stern", "not to be placated or appeased or moved by entreaty"]]}, {"answer": "unappreciated", "hint": "synonyms for unappreciated", "clues": [["unvalued", "having value that is not acknowledged"], ["thankless", "not likely to be rewarded"], ["ungratifying", "not likely to be rewarded"], ["unsung", "having value that is not acknowledged"]]}, {"answer": "unassailable", "hint": "synonyms for unassailable", "clues": [["strong", "immune to attack; incapable of being tampered with"], ["secure", "immune to attack; incapable of being tampered with"], ["bulletproof", "without flaws or loopholes"], ["unshakable", "without flaws or loopholes"], ["unattackable", "immune to attack; incapable of being tampered with"], ["inviolable", "immune to attack; incapable of being tampered with"], ["untouchable", "impossible to assail"], ["watertight", "without flaws or loopholes"], ["impregnable", "immune to attack; incapable of being tampered with"]]}, {"answer": "unattackable", "hint": "synonyms for unattackable", "clues": [["strong", "immune to attack; incapable of being tampered with"], ["secure", "immune to attack; incapable of being tampered with"], ["inviolable", "immune to attack; incapable of being tampered with"], ["unassailable", "immune to attack; incapable of being tampered with"], ["impregnable", "immune to attack; incapable of being tampered with"]]}, {"answer": "unattired", "hint": "synonyms for unattired", "clues": [["ungarmented", "having removed clothing"], ["undressed", "having removed clothing"], ["unappareled", "having removed clothing"], ["unclad", "having removed clothing"], ["ungarbed", "having removed clothing"]]}, {"answer": "unbalanced", "hint": "synonyms for unbalanced", "clues": [["brainsick", "affected with madness or insanity"], ["mad", "affected with madness or insanity"], ["crazy", "affected with madness or insanity"], ["demented", "affected with madness or insanity"], ["disturbed", "affected with madness or insanity"], ["sick", "affected with madness or insanity"], ["unhinged", "affected with madness or insanity"], ["imbalanced", "being or thrown out of equilibrium"]]}, {"answer": "unbarred", "hint": "synonyms for unbarred", "clues": [["unbolted", "not firmly fastened or secured"], ["unlatched", "not firmly fastened or secured"], ["unsecured", "not firmly fastened or secured"], ["unlocked", "not firmly fastened or secured"]]}, {"answer": "unbecoming", "hint": "synonyms for unbecoming", "clues": [["uncomely", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society"]]}, {"answer": "unbelievable", "hint": "synonyms for unbelievable", "clues": [["incredible", "beyond belief or understanding"], ["unconvincing", "having a probability too low to inspire belief"], ["unlikely", "having a probability too low to inspire belief"], ["improbable", "having a probability too low to inspire belief"]]}, {"answer": "unbelieving", "hint": "synonyms for unbelieving", "clues": [["disbelieving", "denying or questioning the tenets of especially a religion"], ["skeptical", "denying or questioning the tenets of especially a religion"], ["atheistic", "rejecting any belief in gods"], ["nescient", "holding that only material phenomena can be known and knowledge of spiritual matters or ultimate causes is impossible"]]}, {"answer": "unbendable", "hint": "synonyms for unbendable", "clues": [["steady", "marked by firm determination or resolution; not shakable"], ["unfaltering", "marked by firm determination or resolution; not shakable"], ["unwavering", "marked by firm determination or resolution; not shakable"], ["steadfast", "marked by firm determination or resolution; not shakable"], ["unshakable", "marked by firm determination or resolution; not shakable"], ["firm", "marked by firm determination or resolution; not shakable"], ["stiff", "marked by firm determination or resolution; not shakable"]]}, {"answer": "unbodied", "hint": "synonyms for unbodied", "clues": [["discorporate", "not having a material body"], ["unembodied", "not having a material body"], ["bodiless", "not having a material body"], ["disembodied", "not having a material body"]]}, {"answer": "unbolted", "hint": "synonyms for unbolted", "clues": [["unsecured", "not firmly fastened or secured"], ["unlatched", "not firmly fastened or secured"], ["unbarred", "not firmly fastened or secured"], ["unlocked", "not firmly fastened or secured"]]}, {"answer": "uncanny", "hint": "synonyms for uncanny", "clues": [["eldritch", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley"], ["weird", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley"], ["preternatural", "surpassing the ordinary or normal; - George Will"], ["unearthly", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley"]]}, {"answer": "uncaring", "hint": "synonyms for uncaring", "clues": [["thoughtless", "without care or thought for others"], ["detached", "lacking affection or warm feeling"], ["unaffectionate", "lacking affection or warm feeling"], ["unthinking", "without care or thought for others"]]}, {"answer": "unceasing", "hint": "synonyms for unceasing", "clues": [["everlasting", "continuing forever or indefinitely"], ["perpetual", "continuing forever or indefinitely"], ["never-ending", "uninterrupted in time and indefinitely long continuing"], ["incessant", "uninterrupted in time and indefinitely long continuing"], ["unending", "continuing forever or indefinitely"], ["unremitting", "uninterrupted in time and indefinitely long continuing"], ["eonian", "continuing forever or indefinitely"], ["ceaseless", "uninterrupted in time and indefinitely long continuing"], ["eternal", "continuing forever or indefinitely"], ["constant", "uninterrupted in time and indefinitely long continuing"], ["ageless", "continuing forever or indefinitely"]]}, {"answer": "uncertain", "hint": "synonyms for uncertain", "clues": [["incertain", "lacking or indicating lack of confidence or assurance"], ["unsealed", "not established or confirmed"], ["changeable", "subject to change"], ["unsettled", "subject to change"], ["unsure", "lacking or indicating lack of confidence or assurance"]]}, {"answer": "uncivilised", "hint": "synonyms for uncivilised", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade"], ["uncivilized", "without civilizing influences; ; ; ; -Margaret Meade"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade"]]}, {"answer": "uncivilized", "hint": "synonyms for uncivilized", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade"], ["uncivilised", "without civilizing influences; ; ; ; -Margaret Meade"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade"]]}, {"answer": "unclad", "hint": "synonyms for unclad", "clues": [["ungarmented", "having removed clothing"], ["undressed", "having removed clothing"], ["unappareled", "having removed clothing"], ["unattired", "having removed clothing"], ["ungarbed", "having removed clothing"]]}, {"answer": "unclouded", "hint": "synonyms for unclouded", "clues": [["light", "(of sound or color) free from anything that dulls or dims"], ["cloudless", "free from clouds"], ["clean", "(of sound or color) free from anything that dulls or dims"], ["clear", "(of sound or color) free from anything that dulls or dims"]]}, {"answer": "uncomely", "hint": "synonyms for uncomely", "clues": [["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society"]]}, {"answer": "uncomplicated", "hint": "synonyms for uncomplicated", "clues": [["unsophisticated", "lacking complexity"], ["simple", "easy and not involved or complicated"], ["elementary", "easy and not involved or complicated"], ["unproblematic", "easy and not involved or complicated"]]}, {"answer": "unconnected", "hint": "synonyms for unconnected", "clues": [["confused", "lacking orderly continuity"], ["disjointed", "lacking orderly continuity"], ["disordered", "lacking orderly continuity"], ["illogical", "lacking orderly continuity"], ["disconnected", "lacking orderly continuity"], ["scattered", "lacking orderly continuity"], ["garbled", "lacking orderly continuity"]]}, {"answer": "unconscionable", "hint": "synonyms for unconscionable", "clues": [["conscienceless", "lacking a conscience"], ["outrageous", "greatly exceeding bounds of reason or moderation"], ["exorbitant", "greatly exceeding bounds of reason or moderation"], ["usurious", "greatly exceeding bounds of reason or moderation"], ["steep", "greatly exceeding bounds of reason or moderation"], ["extortionate", "greatly exceeding bounds of reason or moderation"]]}, {"answer": "uncontrollable", "hint": "synonyms for uncontrollable", "clues": [["unmanageable", "incapable of being controlled or managed"], ["unruly", "of persons"], ["uncorrectable", "incapable of being controlled or managed"], ["irrepressible", "impossible to repress or control"], ["ungovernable", "of persons"], ["indocile", "of persons"]]}, {"answer": "unconvincing", "hint": "synonyms for unconvincing", "clues": [["improbable", "having a probability too low to inspire belief"], ["flimsy", "not convincing"], ["unlikely", "having a probability too low to inspire belief"], ["unbelievable", "having a probability too low to inspire belief"]]}, {"answer": "uncounted", "hint": "synonyms for uncounted", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "uncouth", "hint": "synonyms for uncouth", "clues": [["vulgar", "lacking refinement or cultivation or taste"], ["common", "lacking refinement or cultivation or taste"], ["coarse", "lacking refinement or cultivation or taste"], ["rough-cut", "lacking refinement or cultivation or taste"]]}, {"answer": "unctuous", "hint": "synonyms for unctuous", "clues": [["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech"]]}, {"answer": "uncut", "hint": "synonyms for uncut", "clues": [["unmown", "(used of grass or vegetation) not cut down with a hand implement or machine"], ["full-length", "complete"], ["untrimmed", "not trimmed"], ["rough", "not shaped by cutting or trimming"]]}, {"answer": "undecided", "hint": "synonyms for undecided", "clues": [["unresolved", "not brought to a conclusion; subject to further thought"], ["on the fence", "characterized by indecision"], ["undetermined", "not brought to a conclusion; subject to further thought"], ["open", "not brought to a conclusion; subject to further thought"]]}, {"answer": "under_the_weather", "hint": "synonyms for under the weather", "clues": [["unwell", "somewhat ill or prone to illness"], ["seedy", "somewhat ill or prone to illness"], ["indisposed", "somewhat ill or prone to illness"], ["poorly", "somewhat ill or prone to illness"], ["peaked", "somewhat ill or prone to illness"], ["ailing", "somewhat ill or prone to illness"], ["sickly", "somewhat ill or prone to illness"]]}, {"answer": "underbred", "hint": "synonyms for underbred", "clues": [["bounderish", "(of persons) lacking in refinement or grace"], ["rude", "(of persons) lacking in refinement or grace"], ["ill-bred", "(of persons) lacking in refinement or grace"], ["yokelish", "(of persons) lacking in refinement or grace"], ["lowbred", "(of persons) lacking in refinement or grace"]]}, {"answer": "undercover", "hint": "synonyms for undercover", "clues": [["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["underground", "conducted with or marked by hidden aims or methods"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["secret", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["clandestine", "conducted with or marked by hidden aims or methods"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"]]}, {"answer": "underground", "hint": "synonyms for underground", "clues": [["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["secret", "conducted with or marked by hidden aims or methods"], ["undercover", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["clandestine", "conducted with or marked by hidden aims or methods"], ["belowground", "under the level of the ground"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"]]}, {"answer": "underlying", "hint": "synonyms for underlying", "clues": [["inherent", "in the nature of something though not readily apparent"], ["fundamental", "being or involving basic facts or principles"], ["rudimentary", "being or involving basic facts or principles"], ["implicit in", "in the nature of something though not readily apparent"]]}, {"answer": "understandable", "hint": "synonyms for understandable", "clues": [["intelligible", "capable of being apprehended or understood"], ["apprehensible", "capable of being apprehended or understood"], ["perceivable", "capable of being apprehended or understood"], ["graspable", "capable of being apprehended or understood"]]}, {"answer": "underweight", "hint": "synonyms for underweight", "clues": [["scraggy", "being very thin"], ["weedy", "being very thin"], ["skinny", "being very thin"], ["scrawny", "being very thin"], ["boney", "being very thin"]]}, {"answer": "undetermined", "hint": "synonyms for undetermined", "clues": [["undecided", "not brought to a conclusion; subject to further thought"], ["unresolved", "not brought to a conclusion; subject to further thought"], ["indeterminate", "not precisely determined or established; not fixed or known in advance"], ["open", "not brought to a conclusion; subject to further thought"]]}, {"answer": "undirected", "hint": "synonyms for undirected", "clues": [["adrift", "aimlessly drifting"], ["afloat", "aimlessly drifting"], ["directionless", "aimlessly drifting"], ["aimless", "aimlessly drifting"], ["planless", "aimlessly drifting"], ["rudderless", "aimlessly drifting"]]}, {"answer": "undone", "hint": "synonyms for undone", "clues": [["unstuck", "thrown into a state of disorganization or incoherence"], ["ruined", "doomed to extinction"], ["washed-up", "doomed to extinction"], ["done for", "doomed to extinction"], ["sunk", "doomed to extinction"]]}, {"answer": "undreamed_of", "hint": "synonyms for undreamed of", "clues": [["undreamt", "not imagined even in a dream"], ["unimagined", "not imagined even in a dream"], ["undreamed", "not imagined even in a dream"], ["undreamt of", "not imagined even in a dream"]]}, {"answer": "undressed", "hint": "synonyms for undressed", "clues": [["ungarmented", "having removed clothing"], ["unappareled", "having removed clothing"], ["unclad", "having removed clothing"], ["unattired", "having removed clothing"], ["ungarbed", "having removed clothing"]]}, {"answer": "undue", "hint": "synonyms for undue", "clues": [["unreasonable", "beyond normal limits"], ["unjustified", "lacking justification or authorization"], ["inordinate", "beyond normal limits"], ["excessive", "beyond normal limits"], ["unwarranted", "lacking justification or authorization"]]}, {"answer": "unearthly", "hint": "synonyms for unearthly", "clues": [["eldritch", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley"], ["weird", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley"], ["uncanny", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley"], ["spiritual", "concerned with or affecting the spirit or soul"]]}, {"answer": "uneasy", "hint": "synonyms for uneasy", "clues": [["awkward", "socially uncomfortable; unsure and constrained in manner"], ["queasy", "causing or fraught with or showing anxiety"], ["ill at ease", "socially uncomfortable; unsure and constrained in manner"], ["restless", "lacking or not affording physical or mental rest"], ["anxious", "causing or fraught with or showing anxiety"], ["nervous", "causing or fraught with or showing anxiety"], ["unquiet", "causing or fraught with or showing anxiety"]]}, {"answer": "unembellished", "hint": "synonyms for unembellished", "clues": [["unornamented", "lacking embellishment or ornamentation"], ["bare", "lacking embellishment or ornamentation"], ["plain", "lacking embellishment or ornamentation"], ["spare", "lacking embellishment or ornamentation"]]}, {"answer": "unembodied", "hint": "synonyms for unembodied", "clues": [["discorporate", "not having a material body"], ["unbodied", "not having a material body"], ["bodiless", "not having a material body"], ["disembodied", "not having a material body"]]}, {"answer": "unending", "hint": "synonyms for unending", "clues": [["everlasting", "continuing forever or indefinitely"], ["perpetual", "continuing forever or indefinitely"], ["eonian", "continuing forever or indefinitely"], ["eternal", "continuing forever or indefinitely"], ["unceasing", "continuing forever or indefinitely"], ["ageless", "continuing forever or indefinitely"]]}, {"answer": "unequaled", "hint": "synonyms for unequaled", "clues": [["unequalled", "radically distinctive and without equal"], ["unparalleled", "radically distinctive and without equal"], ["unique", "radically distinctive and without equal"], ["alone", "radically distinctive and without equal"]]}, {"answer": "unequalled", "hint": "synonyms for unequalled", "clues": [["unparalleled", "radically distinctive and without equal"], ["unique", "radically distinctive and without equal"], ["unequaled", "radically distinctive and without equal"], ["alone", "radically distinctive and without equal"]]}, {"answer": "uneven", "hint": "synonyms for uneven", "clues": [["mismatched", "(of a contest or contestants) not fairly matched as opponents"], ["spotty", "lacking consistency"], ["scratchy", "lacking consistency"], ["odd", "not divisible by two"]]}, {"answer": "unexpended", "hint": "synonyms for unexpended", "clues": [["left", "not used up"], ["remaining", "not used up"], ["unspent", "(of financial resources) not spent"], ["left over", "not used up"], ["odd", "not used up"]]}, {"answer": "unexpressed", "hint": "synonyms for unexpressed", "clues": [["unverbalised", "not made explicit"], ["unsaid", "not made explicit"], ["unuttered", "not made explicit"], ["unstated", "not made explicit"], ["unvoiced", "not made explicit"], ["unspoken", "not made explicit"]]}, {"answer": "unexpressive", "hint": "synonyms for unexpressive", "clues": [["deadpan", "deliberately impassive in manner"], ["impassive", "deliberately impassive in manner"], ["expressionless", "deliberately impassive in manner"], ["poker-faced", "deliberately impassive in manner"]]}, {"answer": "unfaithful", "hint": "synonyms for unfaithful", "clues": [["faithless", "having the character of, or characteristic of, a traitor"], ["treasonous", "having the character of, or characteristic of, a traitor"], ["treasonable", "having the character of, or characteristic of, a traitor"], ["traitorous", "having the character of, or characteristic of, a traitor"]]}, {"answer": "unfaltering", "hint": "synonyms for unfaltering", "clues": [["steady", "marked by firm determination or resolution; not shakable"], ["unwavering", "marked by firm determination or resolution; not shakable"], ["steadfast", "marked by firm determination or resolution; not shakable"], ["unshakable", "marked by firm determination or resolution; not shakable"], ["firm", "marked by firm determination or resolution; not shakable"], ["stiff", "marked by firm determination or resolution; not shakable"], ["unbendable", "marked by firm determination or resolution; not shakable"]]}, {"answer": "unfearing", "hint": "synonyms for unfearing", "clues": [["audacious", "invulnerable to fear or intimidation"], ["hardy", "invulnerable to fear or intimidation"], ["fearless", "invulnerable to fear or intimidation"], ["dauntless", "invulnerable to fear or intimidation"], ["brave", "invulnerable to fear or intimidation"], ["intrepid", "invulnerable to fear or intimidation"]]}, {"answer": "unflagging", "hint": "synonyms for unflagging", "clues": [["unfailing", "unceasing"], ["tireless", "showing sustained enthusiastic action with unflagging vitality"], ["indefatigable", "showing sustained enthusiastic action with unflagging vitality"], ["unwearying", "showing sustained enthusiastic action with unflagging vitality"]]}, {"answer": "unfledged", "hint": "synonyms for unfledged", "clues": [["immature", "(of birds) not yet having developed feathers"], ["callow", "young and inexperienced"], ["unvaned", "(of an arrow) not equipped with feathers"], ["fledgling", "young and inexperienced"], ["fledgeless", "(of an arrow) not equipped with feathers"]]}, {"answer": "unforgiving", "hint": "synonyms for unforgiving", "clues": [["inexorable", "not to be placated or appeased or moved by entreaty"], ["relentless", "not to be placated or appeased or moved by entreaty"], ["unrelenting", "not to be placated or appeased or moved by entreaty"], ["unappeasable", "not to be placated or appeased or moved by entreaty"], ["grim", "not to be placated or appeased or moved by entreaty"], ["stern", "not to be placated or appeased or moved by entreaty"]]}, {"answer": "unfounded", "hint": "synonyms for unfounded", "clues": [["groundless", "without a basis in reason or fact"], ["wild", "without a basis in reason or fact"], ["baseless", "without a basis in reason or fact"], ["idle", "without a basis in reason or fact"], ["unwarranted", "without a basis in reason or fact"]]}, {"answer": "ungainly", "hint": "synonyms for ungainly", "clues": [["clumsy", "difficult to handle or manage especially because of shape"], ["bunglesome", "difficult to handle or manage especially because of shape"], ["clunky", "lacking grace in movement or posture"], ["unwieldy", "lacking grace in movement or posture"], ["gawky", "lacking grace in movement or posture"], ["awkward", "difficult to handle or manage especially because of shape"]]}, {"answer": "ungarbed", "hint": "synonyms for ungarbed", "clues": [["ungarmented", "having removed clothing"], ["undressed", "having removed clothing"], ["unappareled", "having removed clothing"], ["unclad", "having removed clothing"], ["unattired", "having removed clothing"]]}, {"answer": "ungarmented", "hint": "synonyms for ungarmented", "clues": [["undressed", "having removed clothing"], ["unappareled", "having removed clothing"], ["unclad", "having removed clothing"], ["unattired", "having removed clothing"], ["ungarbed", "having removed clothing"]]}, {"answer": "unglamorous", "hint": "synonyms for unglamorous", "clues": [["humdrum", "not challenging; dull and lacking excitement"], ["unglamourous", "not challenging; dull and lacking excitement"], ["prosaic", "not challenging; dull and lacking excitement"], ["commonplace", "not challenging; dull and lacking excitement"]]}, {"answer": "unglamourous", "hint": "synonyms for unglamourous", "clues": [["humdrum", "not challenging; dull and lacking excitement"], ["prosaic", "not challenging; dull and lacking excitement"], ["unglamorous", "not challenging; dull and lacking excitement"], ["commonplace", "not challenging; dull and lacking excitement"]]}, {"answer": "ungoverned", "hint": "synonyms for ungoverned", "clues": [["uncurbed", "not restrained or controlled"], ["undisciplined", "lacking in discipline or control"], ["unbridled", "not restrained or controlled"], ["unchecked", "not restrained or controlled"]]}, {"answer": "unhinged", "hint": "synonyms for unhinged", "clues": [["brainsick", "affected with madness or insanity"], ["demented", "affected with madness or insanity"], ["mad", "affected with madness or insanity"], ["disturbed", "affected with madness or insanity"], ["sick", "affected with madness or insanity"], ["unbalanced", "affected with madness or insanity"], ["crazy", "affected with madness or insanity"]]}, {"answer": "unholy", "hint": "synonyms for unholy", "clues": [["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["diabolical", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["unhallowed", "not hallowed or consecrated"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell"], ["wicked", "having committed unrighteous acts"], ["sinful", "having committed unrighteous acts"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell"]]}, {"answer": "unhurt", "hint": "synonyms for unhurt", "clues": [["unharmed", "not injured"], ["safe and sound", "free from danger or injury"], ["unscathed", "not injured"], ["whole", "not injured"]]}, {"answer": "unified", "hint": "synonyms for unified", "clues": [["incorporate", "formed or united into a whole"], ["merged", "formed or united into a whole"], ["co-ordinated", "operating as a unit"], ["interconnected", "operating as a unit"], ["integrated", "formed or united into a whole"]]}, {"answer": "unimaginative", "hint": "synonyms for unimaginative", "clues": [["stereotyped", "lacking spontaneity or originality or individuality"], ["stereotypic", "lacking spontaneity or originality or individuality"], ["uninspired", "deficient in originality or creativity; lacking powers of invention"], ["sterile", "deficient in originality or creativity; lacking powers of invention"], ["uninventive", "deficient in originality or creativity; lacking powers of invention"]]}, {"answer": "unimpeachable", "hint": "synonyms for unimpeachable", "clues": [["blameless", "free of guilt; not subject to blame"], ["inculpable", "free of guilt; not subject to blame"], ["irreproachable", "free of guilt; not subject to blame"], ["unexceptionable", "completely acceptable; not open to exception or reproach"]]}, {"answer": "unionised", "hint": "synonyms for unionised", "clues": [["nonionic", "not converted into ions"], ["unionized", "being a member of or formed into a labor union"], ["nonionised", "not converted into ions"], ["organized", "being a member of or formed into a labor union"]]}, {"answer": "unionized", "hint": "synonyms for unionized", "clues": [["unionised", "not converted into ions"], ["nonionic", "not converted into ions"], ["nonionised", "not converted into ions"], ["organized", "being a member of or formed into a labor union"]]}, {"answer": "unique", "hint": "synonyms for unique", "clues": [["unequalled", "radically distinctive and without equal"], ["unparalleled", "radically distinctive and without equal"], ["alone", "radically distinctive and without equal"], ["singular", "the single one of its kind"]]}, {"answer": "universal", "hint": "synonyms for universal", "clues": [["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley"], ["general", "of worldwide scope or applicability; ; - Christopher Morley"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley"]]}, {"answer": "unjustifiable", "hint": "synonyms for unjustifiable", "clues": [["insupportable", "incapable of being justified or explained"], ["unwarranted", "incapable of being justified or explained"], ["unwarrantable", "incapable of being justified or explained"], ["indefensible", "incapable of being justified or explained"]]}, {"answer": "unknown", "hint": "synonyms for unknown", "clues": [["nameless", "being or having an unknown or unnamed source"], ["obscure", "not famous or acclaimed"], ["unidentified", "being or having an unknown or unnamed source"], ["unnamed", "being or having an unknown or unnamed source"], ["unsung", "not famous or acclaimed"], ["strange", "not known before"]]}, {"answer": "unlatched", "hint": "synonyms for unlatched", "clues": [["unbolted", "not firmly fastened or secured"], ["unlocked", "not firmly fastened or secured"], ["unbarred", "not firmly fastened or secured"], ["unsecured", "not firmly fastened or secured"]]}, {"answer": "unlawful", "hint": "synonyms for unlawful", "clues": [["wrongful", "having no legally established claim"], ["illegitimate", "contrary to or forbidden by law"], ["unconventional", "not conforming to legality, moral law, or social convention"], ["outlawed", "contrary to or forbidden by law"], ["illicit", "contrary to or forbidden by law"], ["improper", "not conforming to legality, moral law, or social convention"]]}, {"answer": "unlearned", "hint": "synonyms for unlearned", "clues": [["ignorant", "uneducated in general; lacking knowledge or sophistication"], ["unconditioned", "not established by conditioning or learning"], ["innate", "not established by conditioning or learning"], ["nescient", "uneducated in general; lacking knowledge or sophistication"], ["unlettered", "uneducated in general; lacking knowledge or sophistication"]]}, {"answer": "unlettered", "hint": "synonyms for unlettered", "clues": [["unlearned", "uneducated in general; lacking knowledge or sophistication"], ["ignorant", "uneducated in general; lacking knowledge or sophistication"], ["nescient", "uneducated in general; lacking knowledge or sophistication"], ["analphabetic", "having little acquaintance with writing"]]}, {"answer": "unlimited", "hint": "synonyms for unlimited", "clues": [["straight-out", "without reservation or exception"], ["outright", "without reservation or exception"], ["inexhaustible", "that cannot be entirely consumed or used up"], ["limitless", "having no limits in range or scope; - Philip Rahv"]]}, {"answer": "unlocked", "hint": "synonyms for unlocked", "clues": [["unbolted", "not firmly fastened or secured"], ["unlatched", "not firmly fastened or secured"], ["unbarred", "not firmly fastened or secured"], ["unsecured", "not firmly fastened or secured"]]}, {"answer": "unlucky", "hint": "synonyms for unlucky", "clues": [["luckless", "having or bringing misfortune"], ["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott"]]}, {"answer": "unmanageable", "hint": "synonyms for unmanageable", "clues": [["difficult", "hard to control; ,"], ["unwieldy", "difficult to use or handle or manage because of size or weight or shape"], ["uncorrectable", "incapable of being controlled or managed"], ["uncontrollable", "difficult to solve or alleviate"]]}, {"answer": "unmanly", "hint": "synonyms for unmanly", "clues": [["unmanful", "not possessing qualities befitting a man"], ["unmanlike", "not possessing qualities befitting a man"], ["pusillanimous", "lacking in courage and manly strength and resolution; contemptibly fearful"], ["poor-spirited", "lacking in courage and manly strength and resolution; contemptibly fearful"]]}, {"answer": "unmannered", "hint": "synonyms for unmannered", "clues": [["unmannerly", "socially incorrect in behavior"], ["rude", "socially incorrect in behavior"], ["ill-mannered", "socially incorrect in behavior"], ["bad-mannered", "socially incorrect in behavior"]]}, {"answer": "unmannerly", "hint": "synonyms for unmannerly", "clues": [["unmannered", "socially incorrect in behavior"], ["rude", "socially incorrect in behavior"], ["ill-mannered", "socially incorrect in behavior"], ["bad-mannered", "socially incorrect in behavior"]]}, {"answer": "unmatchable", "hint": "synonyms for unmatchable", "clues": [["nonpareil", "eminent beyond or above comparison"], ["unrivalled", "eminent beyond or above comparison"], ["peerless", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["matchless", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"]]}, {"answer": "unmatched", "hint": "synonyms for unmatched", "clues": [["unpaired", "of the remaining member of a pair, of socks e.g."], ["nonpareil", "eminent beyond or above comparison"], ["unrivalled", "eminent beyond or above comparison"], ["unmatchable", "eminent beyond or above comparison"], ["peerless", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["odd", "of the remaining member of a pair, of socks e.g."], ["matchless", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"], ["unmated", "of the remaining member of a pair, of socks e.g."]]}, {"answer": "unmelodious", "hint": "synonyms for unmelodious", "clues": [["unmusical", "lacking melody"], ["unmelodic", "lacking melody"], ["untuneful", "not having a musical sound or pleasing tune"], ["tuneless", "not having a musical sound or pleasing tune"]]}, {"answer": "unmistakable", "hint": "synonyms for unmistakable", "clues": [["patent", "clearly revealed to the mind or the senses or judgment"], ["apparent", "clearly revealed to the mind or the senses or judgment"], ["manifest", "clearly revealed to the mind or the senses or judgment"], ["evident", "clearly revealed to the mind or the senses or judgment"], ["plain", "clearly revealed to the mind or the senses or judgment"]]}, {"answer": "unmixed", "hint": "synonyms for unmixed", "clues": [["sheer", "not mixed with extraneous elements"], ["unmingled", "not mixed with extraneous elements"], ["plain", "not mixed with extraneous elements"], ["uncompounded", "not constituting a compound"]]}, {"answer": "unnumberable", "hint": "synonyms for unnumberable", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "unnumbered", "hint": "synonyms for unnumbered", "clues": [["unnumerable", "too numerous to be counted"], ["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"]]}, {"answer": "unnumerable", "hint": "synonyms for unnumerable", "clues": [["myriad", "too numerous to be counted"], ["infinite", "too numerous to be counted"], ["innumerous", "too numerous to be counted"], ["multitudinous", "too numerous to be counted"], ["unnumberable", "too numerous to be counted"], ["uncounted", "too numerous to be counted"], ["countless", "too numerous to be counted"], ["numberless", "too numerous to be counted"], ["unnumbered", "too numerous to be counted"]]}, {"answer": "unornamented", "hint": "synonyms for unornamented", "clues": [["bare", "lacking embellishment or ornamentation"], ["unembellished", "lacking embellishment or ornamentation"], ["plain", "lacking embellishment or ornamentation"], ["spare", "lacking embellishment or ornamentation"]]}, {"answer": "unquiet", "hint": "synonyms for unquiet", "clues": [["uneasy", "causing or fraught with or showing anxiety"], ["queasy", "causing or fraught with or showing anxiety"], ["anxious", "causing or fraught with or showing anxiety"], ["nervous", "causing or fraught with or showing anxiety"]]}, {"answer": "unredeemed", "hint": "synonyms for unredeemed", "clues": [["damned", "in danger of the eternal punishment of Hell"], ["cursed", "in danger of the eternal punishment of Hell"], ["unsaved", "in danger of the eternal punishment of Hell"], ["doomed", "in danger of the eternal punishment of Hell"]]}, {"answer": "unreformable", "hint": "synonyms for unreformable", "clues": [["irredeemable", "insusceptible of reform"], ["unregenerate", "unrepentant and incapable of being reformed"], ["unredeemable", "insusceptible of reform"], ["irreclaimable", "insusceptible of reform"]]}, {"answer": "unregenerate", "hint": "synonyms for unregenerate", "clues": [["stubborn", "tenaciously unwilling or marked by tenacious unwillingness to yield"], ["obstinate", "tenaciously unwilling or marked by tenacious unwillingness to yield"], ["unregenerated", "not reformed morally or spiritually"], ["unreformable", "unrepentant and incapable of being reformed"]]}, {"answer": "unrehearsed", "hint": "synonyms for unrehearsed", "clues": [["extemporaneous", "with little or no preparation or forethought"], ["extemporary", "with little or no preparation or forethought"], ["offhanded", "with little or no preparation or forethought"], ["impromptu", "with little or no preparation or forethought"], ["off-the-cuff", "with little or no preparation or forethought"], ["ad-lib", "with little or no preparation or forethought"], ["extempore", "with little or no preparation or forethought"]]}, {"answer": "unrelenting", "hint": "synonyms for unrelenting", "clues": [["grim", "not to be placated or appeased or moved by entreaty"], ["brutal", "harsh"], ["unforgiving", "not to be placated or appeased or moved by entreaty"], ["persistent", "never-ceasing"], ["inexorable", "not to be placated or appeased or moved by entreaty"], ["relentless", "not to be placated or appeased or moved by entreaty"], ["unappeasable", "not to be placated or appeased or moved by entreaty"], ["stern", "not to be placated or appeased or moved by entreaty"]]}, {"answer": "unremarkable", "hint": "synonyms for unremarkable", "clues": [["mundane", "found in the ordinary course of events; ; ; - Anita Diamant"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant"]]}, {"answer": "unremitting", "hint": "synonyms for unremitting", "clues": [["ceaseless", "uninterrupted in time and indefinitely long continuing"], ["never-ending", "uninterrupted in time and indefinitely long continuing"], ["incessant", "uninterrupted in time and indefinitely long continuing"], ["constant", "uninterrupted in time and indefinitely long continuing"], ["unceasing", "uninterrupted in time and indefinitely long continuing"], ["perpetual", "uninterrupted in time and indefinitely long continuing"]]}, {"answer": "unrepentant", "hint": "synonyms for unrepentant", "clues": [["unremorseful", "not penitent or remorseful"], ["obdurate", "stubbornly persistent in wrongdoing"], ["cussed", "stubbornly persistent in wrongdoing"], ["obstinate", "stubbornly persistent in wrongdoing"], ["impenitent", "not penitent or remorseful"]]}, {"answer": "unresolved", "hint": "synonyms for unresolved", "clues": [["undetermined", "not brought to a conclusion; subject to further thought"], ["open", "not brought to a conclusion; subject to further thought"], ["dissonant", "characterized by musical dissonance; harmonically unresolved"], ["undecided", "not brought to a conclusion; subject to further thought"], ["unsolved", "not solved"]]}, {"answer": "unrestrained", "hint": "synonyms for unrestrained", "clues": [["frantic", "marked by uncontrolled excitement or emotion"], ["mad", "marked by uncontrolled excitement or emotion"], ["delirious", "marked by uncontrolled excitement or emotion"], ["excited", "marked by uncontrolled excitement or emotion"]]}, {"answer": "unrivaled", "hint": "synonyms for unrivaled", "clues": [["nonpareil", "eminent beyond or above comparison"], ["unrivalled", "eminent beyond or above comparison"], ["unmatchable", "eminent beyond or above comparison"], ["peerless", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["matchless", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"]]}, {"answer": "unrivalled", "hint": "synonyms for unrivalled", "clues": [["nonpareil", "eminent beyond or above comparison"], ["unmatchable", "eminent beyond or above comparison"], ["unrivaled", "eminent beyond or above comparison"], ["peerless", "eminent beyond or above comparison"], ["unmatched", "eminent beyond or above comparison"], ["one and only", "eminent beyond or above comparison"], ["matchless", "eminent beyond or above comparison"], ["one", "eminent beyond or above comparison"]]}, {"answer": "unruffled", "hint": "synonyms for unruffled", "clues": [["unperturbed", "free from emotional agitation or nervous tension; ; - Anthony Trollope"], ["unflurried", "free from emotional agitation or nervous tension; ; - Anthony Trollope"], ["smooth", "(of a body of water) free from disturbance by heavy waves"], ["placid", "(of a body of water) free from disturbance by heavy waves"], ["tranquil", "(of a body of water) free from disturbance by heavy waves"], ["still", "(of a body of water) free from disturbance by heavy waves"], ["quiet", "(of a body of water) free from disturbance by heavy waves"], ["unflustered", "free from emotional agitation or nervous tension; ; - Anthony Trollope"]]}, {"answer": "unruly", "hint": "synonyms for unruly", "clues": [["robustious", "noisy and lacking in restraint or discipline"], ["uncontrollable", "of persons"], ["boisterous", "noisy and lacking in restraint or discipline"], ["rambunctious", "noisy and lacking in restraint or discipline"], ["disobedient", "unwilling to submit to authority"], ["ungovernable", "of persons"], ["indocile", "of persons"]]}, {"answer": "unsaid", "hint": "synonyms for unsaid", "clues": [["unexpressed", "not made explicit"], ["unverbalised", "not made explicit"], ["unuttered", "not made explicit"], ["unstated", "not made explicit"], ["unvoiced", "not made explicit"], ["unspoken", "not made explicit"]]}, {"answer": "unsatisfied", "hint": "synonyms for unsatisfied", "clues": [["restless", "worried and uneasy"], ["unsated", "not having been satisfied"], ["unsatiated", "not having been satisfied"], ["ungratified", "worried and uneasy"]]}, {"answer": "unsaved", "hint": "synonyms for unsaved", "clues": [["damned", "in danger of the eternal punishment of Hell"], ["cursed", "in danger of the eternal punishment of Hell"], ["unredeemed", "in danger of the eternal punishment of Hell"], ["doomed", "in danger of the eternal punishment of Hell"]]}, {"answer": "unseasoned", "hint": "synonyms for unseasoned", "clues": [["unsalted", "without salt or seasoning"], ["untried", "not tried or tested by experience"], ["untested", "not tried or tested by experience"], ["young", "not tried or tested by experience"]]}, {"answer": "unsecured", "hint": "synonyms for unsecured", "clues": [["unbarred", "not firmly fastened or secured"], ["unguaranteed", "without financial security"], ["unbolted", "not firmly fastened or secured"], ["unlatched", "not firmly fastened or secured"], ["unlocked", "not firmly fastened or secured"]]}, {"answer": "unseemly", "hint": "synonyms for unseemly", "clues": [["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society"]]}, {"answer": "unshakable", "hint": "synonyms for unshakable", "clues": [["steadfast", "marked by firm determination or resolution; not shakable"], ["steady", "marked by firm determination or resolution; not shakable"], ["unwavering", "marked by firm determination or resolution; not shakable"], ["stiff", "marked by firm determination or resolution; not shakable"], ["bulletproof", "without flaws or loopholes"], ["unassailable", "without flaws or loopholes"], ["unfaltering", "marked by firm determination or resolution; not shakable"], ["watertight", "without flaws or loopholes"], ["firm", "marked by firm determination or resolution; not shakable"], ["unbendable", "marked by firm determination or resolution; not shakable"]]}, {"answer": "unskilled", "hint": "synonyms for unskilled", "clues": [["amateur", "lacking professional skill or expertise"], ["amateurish", "lacking professional skill or expertise"], ["incompetent", "not doing a good job"], ["inexpert", "lacking professional skill or expertise"]]}, {"answer": "unsophisticated", "hint": "synonyms for unsophisticated", "clues": [["unworldly", "not wise in the ways of the world; ; - Kate O'Brien"], ["bumpkinly", "awkwardly simple and provincial"], ["uncomplicated", "lacking complexity"], ["rustic", "awkwardly simple and provincial"], ["hick", "awkwardly simple and provincial"]]}, {"answer": "unsound", "hint": "synonyms for unsound", "clues": [["mentally ill", "suffering from severe mental illness"], ["unfit", "physically unsound or diseased"], ["unstable", "suffering from severe mental illness"], ["fallacious", "containing or based on a fallacy"], ["bad", "physically unsound or diseased"]]}, {"answer": "unsounded", "hint": "synonyms for unsounded", "clues": [["unplumbed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray"], ["profound", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray"], ["unfathomed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray"], ["silent", "not made to sound"]]}, {"answer": "unsparing", "hint": "synonyms for unsparing", "clues": [["too-generous", "very generous"], ["overgenerous", "very generous"], ["lavish", "very generous"], ["unstinting", "very generous"], ["unstinted", "very generous"], ["munificent", "very generous"]]}, {"answer": "unspeakable", "hint": "synonyms for unspeakable", "clues": [["unutterable", "defying expression or description"], ["atrocious", "exceptionally bad or displeasing"], ["painful", "exceptionally bad or displeasing"], ["ineffable", "defying expression or description"], ["dreadful", "exceptionally bad or displeasing"], ["unnameable", "too sacred to be uttered"], ["awful", "exceptionally bad or displeasing"], ["terrible", "exceptionally bad or displeasing"], ["abominable", "exceptionally bad or displeasing"], ["indefinable", "defying expression or description"], ["indescribable", "defying expression or description"], ["untellable", "defying expression or description"]]}, {"answer": "unspoiled", "hint": "synonyms for unspoiled", "clues": [["good", "not left to spoil"], ["unspoilt", "not left to spoil"], ["uncorrupted", "not decayed or decomposed"], ["undecomposed", "not left to spoil"]]}, {"answer": "unspoken", "hint": "synonyms for unspoken", "clues": [["unsaid", "not made explicit"], ["unverbalized", "not made explicit"], ["unuttered", "not made explicit"], ["unvoiced", "not made explicit"], ["unstated", "not made explicit"], ["unexpressed", "not made explicit"], ["tongueless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe"], ["mute", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe"], ["wordless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe"]]}, {"answer": "unsporting", "hint": "synonyms for unsporting", "clues": [["foul", "violating accepted standards or rules"], ["dirty", "violating accepted standards or rules"], ["unsportsmanlike", "violating accepted standards or rules"], ["cheating", "violating accepted standards or rules"]]}, {"answer": "unsportsmanlike", "hint": "synonyms for unsportsmanlike", "clues": [["unsporting", "violating accepted standards or rules"], ["foul", "violating accepted standards or rules"], ["dirty", "violating accepted standards or rules"], ["cheating", "violating accepted standards or rules"]]}, {"answer": "unstable", "hint": "synonyms for unstable", "clues": [["mentally ill", "suffering from severe mental illness"], ["fluid", "subject to change; variable"], ["unsound", "suffering from severe mental illness"], ["precarious", "affording no ease or reassurance"]]}, {"answer": "unstained", "hint": "synonyms for unstained", "clues": [["unsullied", "(of reputation) free from blemishes"], ["unspotted", "without soil or spot or stain"], ["stainless", "(of reputation) free from blemishes"], ["untainted", "(of reputation) free from blemishes"], ["unvarnished", "not having a coating of stain or varnish"], ["unsoiled", "without soil or spot or stain"]]}, {"answer": "unstated", "hint": "synonyms for unstated", "clues": [["unexpressed", "not made explicit"], ["unverbalised", "not made explicit"], ["unsaid", "not made explicit"], ["unuttered", "not made explicit"], ["unvoiced", "not made explicit"], ["unspoken", "not made explicit"]]}, {"answer": "unstinted", "hint": "synonyms for unstinted", "clues": [["too-generous", "very generous"], ["overgenerous", "very generous"], ["lavish", "very generous"], ["unstinting", "very generous"], ["munificent", "very generous"], ["unsparing", "very generous"]]}, {"answer": "unstinting", "hint": "synonyms for unstinting", "clues": [["too-generous", "very generous"], ["overgenerous", "very generous"], ["lavish", "very generous"], ["unstinted", "very generous"], ["munificent", "very generous"], ["unsparing", "very generous"]]}, {"answer": "unsung", "hint": "synonyms for unsung", "clues": [["obscure", "not famous or acclaimed"], ["unknown", "not famous or acclaimed"], ["unvalued", "having value that is not acknowledged"], ["unappreciated", "having value that is not acknowledged"]]}, {"answer": "unsure", "hint": "synonyms for unsure", "clues": [["incertain", "lacking or indicating lack of confidence or assurance"], ["shy", "lacking self-confidence"], ["diffident", "lacking self-confidence"], ["timid", "lacking self-confidence"]]}, {"answer": "unsympathetic", "hint": "synonyms for unsympathetic", "clues": [["closed", "not having an open mind"], ["unappealing", "(of characters in literature or drama) tending to evoke antipathetic feelings"], ["unkindly", "lacking in sympathy and kindness"], ["unlikable", "(of characters in literature or drama) tending to evoke antipathetic feelings"], ["disagreeable", "not agreeing with your tastes or expectations"]]}, {"answer": "untainted", "hint": "synonyms for untainted", "clues": [["unstained", "(of reputation) free from blemishes"], ["untarnished", "(of reputation) free from blemishes"], ["stainless", "(of reputation) free from blemishes"], ["unsullied", "(of reputation) free from blemishes"]]}, {"answer": "untellable", "hint": "synonyms for untellable", "clues": [["unspeakable", "defying expression or description"], ["unutterable", "defying expression or description"], ["ineffable", "defying expression or description"], ["indefinable", "defying expression or description"], ["indescribable", "defying expression or description"]]}, {"answer": "unthinking", "hint": "synonyms for unthinking", "clues": [["unthoughtful", "not exhibiting or characterized by careful thought"], ["thoughtless", "without care or thought for others"], ["unreflective", "not exhibiting or characterized by careful thought"], ["lumpen", "mentally sluggish"], ["uncaring", "without care or thought for others"], ["lumpish", "mentally sluggish"]]}, {"answer": "untied", "hint": "synonyms for untied", "clues": [["unlaced", "with laces not tied"], ["unfastened", "not tied"], ["unfettered", "not bound by shackles and chains"], ["unshackled", "not bound by shackles and chains"], ["unchained", "not bound by shackles and chains"]]}, {"answer": "untimely", "hint": "synonyms for untimely", "clues": [["unseasonable", "badly timed"], ["ill-timed", "badly timed"], ["premature", "uncommonly early or before the expected time"], ["wrong", "badly timed"]]}, {"answer": "untouchable", "hint": "synonyms for untouchable", "clues": [["unobtainable", "not capable of being obtained"], ["unassailable", "impossible to assail"], ["unprocurable", "not capable of being obtained"], ["inaccessible", "not capable of being obtained"]]}, {"answer": "untouched", "hint": "synonyms for untouched", "clues": [["unswayed", "not influenced or affected; - V.L.Parrington"], ["uninfluenced", "not influenced or affected; - V.L.Parrington"], ["unaffected", "emotionally unmoved"], ["untasted", "still full"], ["unmoved", "emotionally unmoved"]]}, {"answer": "untoward", "hint": "synonyms for untoward", "clues": [["inauspicious", "contrary to your interests or welfare"], ["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society"], ["adverse", "contrary to your interests or welfare"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society"]]}, {"answer": "untracked", "hint": "synonyms for untracked", "clues": [["roadless", "lacking pathways"], ["pathless", "lacking pathways"], ["untrod", "lacking pathways"], ["untrodden", "lacking pathways"], ["trackless", "lacking pathways"]]}, {"answer": "untrod", "hint": "synonyms for untrod", "clues": [["roadless", "lacking pathways"], ["pathless", "lacking pathways"], ["untrodden", "lacking pathways"], ["trackless", "lacking pathways"], ["untracked", "lacking pathways"]]}, {"answer": "untrodden", "hint": "synonyms for untrodden", "clues": [["roadless", "lacking pathways"], ["pathless", "lacking pathways"], ["untrod", "lacking pathways"], ["trackless", "lacking pathways"], ["untracked", "lacking pathways"]]}, {"answer": "untrusting", "hint": "synonyms for untrusting", "clues": [["leery", "openly distrustful and unwilling to confide"], ["wary", "openly distrustful and unwilling to confide"], ["mistrustful", "openly distrustful and unwilling to confide"], ["suspicious", "openly distrustful and unwilling to confide"]]}, {"answer": "unutterable", "hint": "synonyms for unutterable", "clues": [["unspeakable", "defying expression or description"], ["ineffable", "defying expression or description"], ["unpronounceable", "very difficult to pronounce correctly"], ["unnameable", "too sacred to be uttered"], ["indefinable", "defying expression or description"], ["indescribable", "defying expression or description"], ["untellable", "defying expression or description"]]}, {"answer": "unuttered", "hint": "synonyms for unuttered", "clues": [["unexpressed", "not made explicit"], ["unverbalised", "not made explicit"], ["unsaid", "not made explicit"], ["unstated", "not made explicit"], ["unvoiced", "not made explicit"], ["unspoken", "not made explicit"]]}, {"answer": "unvarying", "hint": "synonyms for unvarying", "clues": [["changeless", "unvarying in nature"], ["invariant", "unvarying in nature"], ["uniform", "always the same; showing a single form or character in all occurrences"], ["unvaried", "lacking variety"], ["constant", "unvarying in nature"]]}, {"answer": "unverbalised", "hint": "synonyms for unverbalised", "clues": [["unexpressed", "not made explicit"], ["unsaid", "not made explicit"], ["unverbalized", "not made explicit"], ["unuttered", "not made explicit"], ["unstated", "not made explicit"], ["unvoiced", "not made explicit"], ["unspoken", "not made explicit"]]}, {"answer": "unverbalized", "hint": "synonyms for unverbalized", "clues": [["unexpressed", "not made explicit"], ["unverbalised", "not made explicit"], ["unsaid", "not made explicit"], ["unuttered", "not made explicit"], ["unstated", "not made explicit"], ["unvoiced", "not made explicit"], ["unspoken", "not made explicit"]]}, {"answer": "unvoiced", "hint": "synonyms for unvoiced", "clues": [["voiceless", "produced without vibration of the vocal cords"], ["unsaid", "not made explicit"], ["unverbalized", "not made explicit"], ["hard", "produced without vibration of the vocal cords"], ["unuttered", "not made explicit"], ["surd", "produced without vibration of the vocal cords"], ["unstated", "not made explicit"], ["unexpressed", "not made explicit"], ["unspoken", "not made explicit"]]}, {"answer": "unwarrantable", "hint": "synonyms for unwarrantable", "clues": [["insupportable", "incapable of being justified or explained"], ["unwarranted", "incapable of being justified or explained"], ["unjustifiable", "incapable of being justified or explained"], ["indefensible", "incapable of being justified or explained"]]}, {"answer": "unwarranted", "hint": "synonyms for unwarranted", "clues": [["groundless", "without a basis in reason or fact"], ["idle", "without a basis in reason or fact"], ["unwarrantable", "incapable of being justified or explained"], ["unjustified", "lacking justification or authorization"], ["wild", "without a basis in reason or fact"], ["baseless", "without a basis in reason or fact"], ["unfounded", "without a basis in reason or fact"], ["undue", "lacking justification or authorization"], ["insupportable", "incapable of being justified or explained"], ["unjustifiable", "incapable of being justified or explained"], ["indefensible", "incapable of being justified or explained"]]}, {"answer": "unwavering", "hint": "synonyms for unwavering", "clues": [["steady", "marked by firm determination or resolution; not shakable"], ["unfaltering", "marked by firm determination or resolution; not shakable"], ["steadfast", "marked by firm determination or resolution; not shakable"], ["unshakable", "marked by firm determination or resolution; not shakable"], ["level", "not showing abrupt variations; ; - Louis Auchincloss"], ["firm", "marked by firm determination or resolution; not shakable"], ["stiff", "marked by firm determination or resolution; not shakable"], ["unbendable", "marked by firm determination or resolution; not shakable"]]}, {"answer": "unwell", "hint": "synonyms for unwell", "clues": [["seedy", "somewhat ill or prone to illness"], ["indisposed", "somewhat ill or prone to illness"], ["poorly", "somewhat ill or prone to illness"], ["peaked", "somewhat ill or prone to illness"], ["ailing", "somewhat ill or prone to illness"], ["under the weather", "somewhat ill or prone to illness"], ["sickly", "somewhat ill or prone to illness"]]}, {"answer": "unwieldy", "hint": "synonyms for unwieldy", "clues": [["unmanageable", "difficult to use or handle or manage because of size or weight or shape"], ["clumsy", "lacking grace in movement or posture"], ["ungainly", "lacking grace in movement or posture"], ["clunky", "lacking grace in movement or posture"], ["gawky", "lacking grace in movement or posture"]]}, {"answer": "unwitting", "hint": "synonyms for unwitting", "clues": [["ignorant", "unaware because of a lack of relevant information or knowledge"], ["unknowing", "unaware because of a lack of relevant information or knowledge"], ["unplanned", "not done with purpose or intent"], ["unknowledgeable", "unaware because of a lack of relevant information or knowledge"], ["unintentional", "not done with purpose or intent"]]}, {"answer": "unworthy", "hint": "synonyms for unworthy", "clues": [["vile", "morally reprehensible"], ["ugly", "morally reprehensible"], ["undeserving", "not deserving"], ["slimy", "morally reprehensible"], ["worthless", "morally reprehensible"], ["wretched", "morally reprehensible"], ["despicable", "morally reprehensible"]]}, {"answer": "unyielding", "hint": "synonyms for unyielding", "clues": [["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot"], ["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot"]]}, {"answer": "up_to_her_neck", "hint": "synonyms for up to her neck", "clues": [["up to his neck", "deeply involved"], ["up to our necks", "deeply involved"], ["neck-deep", "deeply involved"], ["up to their necks", "deeply involved"], ["up to my neck", "deeply involved"]]}, {"answer": "up_to_his_neck", "hint": "synonyms for up to his neck", "clues": [["up to our necks", "deeply involved"], ["neck-deep", "deeply involved"], ["up to their necks", "deeply involved"], ["up to my neck", "deeply involved"]]}, {"answer": "up_to_my_neck", "hint": "synonyms for up to my neck", "clues": [["up to his neck", "deeply involved"], ["up to our necks", "deeply involved"], ["neck-deep", "deeply involved"], ["up to their necks", "deeply involved"]]}, {"answer": "up_to_our_necks", "hint": "synonyms for up to our necks", "clues": [["up to his neck", "deeply involved"], ["neck-deep", "deeply involved"], ["up to their necks", "deeply involved"], ["up to your neck", "deeply involved"]]}, {"answer": "up_to_their_necks", "hint": "synonyms for up to their necks", "clues": [["up to his neck", "deeply involved"], ["up to our necks", "deeply involved"], ["neck-deep", "deeply involved"], ["up to my neck", "deeply involved"]]}, {"answer": "up_to_your_neck", "hint": "synonyms for up to your neck", "clues": [["up to his neck", "deeply involved"], ["up to our necks", "deeply involved"], ["neck-deep", "deeply involved"], ["up to their necks", "deeply involved"], ["up to my neck", "deeply involved"]]}, {"answer": "uppish", "hint": "synonyms for uppish", "clues": [["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage"]]}, {"answer": "upright", "hint": "synonyms for upright", "clues": [["good", "of moral excellence"], ["erect", "upright in position or posture"], ["just", "of moral excellence"], ["unsloped", "in a vertical position; not sloping"], ["vertical", "upright in position or posture"]]}, {"answer": "uproarious", "hint": "synonyms for uproarious", "clues": [["rip-roaring", "uncontrollably noisy"], ["rackety", "uncontrollably noisy"], ["hilarious", "marked by or causing boisterous merriment or convulsive laughter"], ["screaming", "marked by or causing boisterous merriment or convulsive laughter"]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["overturned", "having been turned so that the bottom is no longer the bottom"], ["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["disordered", "thrown into a state of disarray or confusion"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["broken", "thrown into a state of disarray or confusion"], ["confused", "thrown into a state of disarray or confusion"], ["upturned", "having been turned so that the bottom is no longer the bottom"]]}, {"answer": "uptight", "hint": "synonyms for uptight", "clues": [["edgy", "being in a tense state"], ["highly strung", "being in a tense state"], ["overstrung", "being in a tense state"], ["jumpy", "being in a tense state"], ["nervy", "being in a tense state"], ["restive", "being in a tense state"], ["jittery", "being in a tense state"], ["high-strung", "being in a tense state"]]}, {"answer": "upturned", "hint": "synonyms for upturned", "clues": [["tip-tilted", "(used of noses) turned up at the end"], ["overturned", "having been turned so that the bottom is no longer the bottom"], ["upset", "having been turned so that the bottom is no longer the bottom"], ["retrousse", "(used of noses) turned up at the end"]]}, {"answer": "usable", "hint": "synonyms for usable", "clues": [["operational", "fit or ready for use or service"], ["available", "convenient for use or disposal"], ["operable", "fit or ready for use or service"], ["useable", "fit or ready for use or service"], ["functional", "fit or ready for use or service"]]}, {"answer": "useable", "hint": "synonyms for useable", "clues": [["operational", "fit or ready for use or service"], ["usable", "convenient for use or disposal"], ["available", "convenient for use or disposal"], ["operable", "fit or ready for use or service"], ["functional", "fit or ready for use or service"]]}, {"answer": "used", "hint": "synonyms for used", "clues": [["put-upon", "of persons; taken advantage of"], ["exploited", "of persons; taken advantage of"], ["ill-used", "of persons; taken advantage of"], ["victimized", "of persons; taken advantage of"], ["secondhand", "previously used or owned by another"]]}, {"answer": "usurious", "hint": "synonyms for usurious", "clues": [["outrageous", "greatly exceeding bounds of reason or moderation"], ["exorbitant", "greatly exceeding bounds of reason or moderation"], ["unconscionable", "greatly exceeding bounds of reason or moderation"], ["steep", "greatly exceeding bounds of reason or moderation"], ["extortionate", "greatly exceeding bounds of reason or moderation"]]}, {"answer": "utmost", "hint": "synonyms for utmost", "clues": [["uttermost", "(comparatives of `far') most remote in space or time or order"], ["extreme", "of the greatest possible degree or extent or intensity"], ["farthest", "(comparatives of `far') most remote in space or time or order"], ["last", "highest in extent or degree"], ["farthermost", "(comparatives of `far') most remote in space or time or order"]]}, {"answer": "utter", "hint": "synonyms for utter", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["dead", "complete"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "uttermost", "hint": "synonyms for uttermost", "clues": [["utmost", "of the greatest possible degree or extent or intensity"], ["farthest", "(comparatives of `far') most remote in space or time or order"], ["farthermost", "(comparatives of `far') most remote in space or time or order"], ["extreme", "of the greatest possible degree or extent or intensity"]]}, {"answer": "vacuous", "hint": "synonyms for vacuous", "clues": [["fatuous", "devoid of intelligence"], ["inane", "devoid of intelligence"], ["hollow", "devoid of significance or point"], ["empty", "devoid of significance or point"], ["mindless", "devoid of intelligence"], ["asinine", "devoid of intelligence"], ["blank", "void of expression"]]}, {"answer": "vagabond", "hint": "synonyms for vagabond", "clues": [["rootless", "wandering aimlessly without ties to a place or community"], ["floating", "continually changing especially as from one abode or occupation to another"], ["drifting", "continually changing especially as from one abode or occupation to another"], ["aimless", "continually changing especially as from one abode or occupation to another"], ["vagrant", "continually changing especially as from one abode or occupation to another"]]}, {"answer": "vagrant", "hint": "synonyms for vagrant", "clues": [["floating", "continually changing especially as from one abode or occupation to another"], ["vagabond", "continually changing especially as from one abode or occupation to another"], ["drifting", "continually changing especially as from one abode or occupation to another"], ["aimless", "continually changing especially as from one abode or occupation to another"]]}, {"answer": "vague", "hint": "synonyms for vague", "clues": [["shadowy", "lacking clarity or distinctness"], ["faint", "lacking clarity or distinctness"], ["wispy", "lacking clarity or distinctness"], ["obscure", "not clearly understood or expressed; ; -Anatole Broyard; - P.A.Sorokin; - John Locke"], ["dim", "lacking clarity or distinctness"], ["undefined", "not precisely limited, determined, or distinguished"]]}, {"answer": "vain", "hint": "synonyms for vain", "clues": [["futile", "unproductive of success"], ["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance"], ["sleeveless", "unproductive of success"], ["bootless", "unproductive of success"], ["egotistical", "characteristic of false pride; having an exaggerated sense of self-importance"], ["fruitless", "unproductive of success"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance"]]}, {"answer": "validating", "hint": "synonyms for validating", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "validatory", "hint": "synonyms for validatory", "clues": [["substantiating", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "vapid", "hint": "synonyms for vapid", "clues": [["savourless", "lacking taste or flavor or tang"], ["flat", "lacking taste or flavor or tang"], ["insipid", "lacking taste or flavor or tang"], ["flavorless", "lacking taste or flavor or tang"], ["bland", "lacking taste or flavor or tang"]]}, {"answer": "vaporific", "hint": "synonyms for vaporific", "clues": [["volatilizable", "(used of substances) capable of being volatilized"], ["vapourific", "resembling or characteristic of vapor"], ["vaporous", "resembling or characteristic of vapor"], ["evaporable", "(used of substances) capable of being volatilized"], ["vaporish", "resembling or characteristic of vapor"], ["vapourisable", "(used of substances) capable of being volatilized"]]}, {"answer": "vaporizable", "hint": "synonyms for vaporizable", "clues": [["volatilizable", "(used of substances) capable of being volatilized"], ["vapourific", "(used of substances) capable of being volatilized"], ["evaporable", "(used of substances) capable of being volatilized"], ["vapourisable", "(used of substances) capable of being volatilized"]]}, {"answer": "vaporous", "hint": "synonyms for vaporous", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["vapourific", "resembling or characteristic of vapor"], ["see-through", "so thin as to transmit light"], ["sheer", "so thin as to transmit light"], ["vaporish", "resembling or characteristic of vapor"], ["miasmal", "filled with vapor"], ["miasmic", "filled with vapor"], ["gauze-like", "so thin as to transmit light"], ["vapourous", "filled with vapor"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "vapourific", "hint": "synonyms for vapourific", "clues": [["volatilizable", "(used of substances) capable of being volatilized"], ["vaporous", "resembling or characteristic of vapor"], ["evaporable", "(used of substances) capable of being volatilized"], ["vaporish", "resembling or characteristic of vapor"], ["vapourisable", "(used of substances) capable of being volatilized"], ["vaporific", "resembling or characteristic of vapor"]]}, {"answer": "vapourous", "hint": "synonyms for vapourous", "clues": [["gauzy", "so thin as to transmit light"], ["transparent", "so thin as to transmit light"], ["gossamer", "so thin as to transmit light"], ["vapourific", "resembling or characteristic of vapor"], ["see-through", "so thin as to transmit light"], ["vaporous", "resembling or characteristic of vapor"], ["sheer", "so thin as to transmit light"], ["vaporish", "resembling or characteristic of vapor"], ["miasmal", "filled with vapor"], ["miasmic", "filled with vapor"], ["gauze-like", "so thin as to transmit light"], ["diaphanous", "so thin as to transmit light"], ["cobwebby", "so thin as to transmit light"], ["filmy", "so thin as to transmit light"]]}, {"answer": "varicolored", "hint": "synonyms for varicolored", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["variegated", "having a variety of colors"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "varicoloured", "hint": "synonyms for varicoloured", "clues": [["multicolored", "having sections or patches colored differently and usually brightly"], ["particoloured", "having sections or patches colored differently and usually brightly"], ["pied", "having sections or patches colored differently and usually brightly"], ["varicolored", "having a variety of colors"], ["variegated", "having a variety of colors"], ["piebald", "having sections or patches colored differently and usually brightly"], ["painted", "having sections or patches colored differently and usually brightly"], ["calico", "having sections or patches colored differently and usually brightly"], ["multi-colour", "having sections or patches colored differently and usually brightly"], ["motley", "having sections or patches colored differently and usually brightly"]]}, {"answer": "various", "hint": "synonyms for various", "clues": [["respective", "considered individually"], ["diverse", "distinctly dissimilar or unlike"], ["versatile", "having great diversity or variety"], ["assorted", "of many different kinds purposefully arranged but lacking any uniformity"], ["several", "considered individually"]]}, {"answer": "vasiform", "hint": "synonyms for vasiform", "clues": [["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)"]]}, {"answer": "vatic", "hint": "synonyms for vatic", "clues": [["divinatory", "resembling or characteristic of a prophet or prophecy"], ["mantic", "resembling or characteristic of a prophet or prophecy"], ["vatical", "resembling or characteristic of a prophet or prophecy"], ["sibyllic", "resembling or characteristic of a prophet or prophecy"], ["sibylline", "resembling or characteristic of a prophet or prophecy"]]}, {"answer": "vatical", "hint": "synonyms for vatical", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy"], ["divinatory", "resembling or characteristic of a prophet or prophecy"], ["mantic", "resembling or characteristic of a prophet or prophecy"], ["sibyllic", "resembling or characteristic of a prophet or prophecy"], ["sibylline", "resembling or characteristic of a prophet or prophecy"]]}, {"answer": "vehement", "hint": "synonyms for vehement", "clues": [["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"]]}, {"answer": "venal", "hint": "synonyms for venal", "clues": [["purchasable", "capable of being corrupted"], ["bribable", "capable of being corrupted"], ["corruptible", "capable of being corrupted"], ["dishonest", "capable of being corrupted"]]}, {"answer": "vendable", "hint": "synonyms for vendable", "clues": [["vendible", "fit to be offered for sale"], ["marketable", "fit to be offered for sale"], ["merchantable", "fit to be offered for sale"], ["sellable", "fit to be offered for sale"]]}, {"answer": "vendible", "hint": "synonyms for vendible", "clues": [["marketable", "fit to be offered for sale"], ["vendable", "fit to be offered for sale"], ["merchantable", "fit to be offered for sale"], ["sellable", "fit to be offered for sale"]]}, {"answer": "venomous", "hint": "synonyms for venomous", "clues": [["virulent", "extremely poisonous or injurious; producing venom"], ["deadly", "extremely poisonous or injurious; producing venom"], ["vicious", "marked by deep ill will; deliberately harmful"], ["poisonous", "marked by deep ill will; deliberately harmful"]]}, {"answer": "verbose", "hint": "synonyms for verbose", "clues": [["long-winded", "using or containing too many words"], ["windy", "using or containing too many words"], ["wordy", "using or containing too many words"], ["tedious", "using or containing too many words"]]}, {"answer": "verboten", "hint": "synonyms for verboten", "clues": [["taboo", "excluded from use or mention"], ["tabu", "excluded from use or mention"], ["proscribed", "excluded from use or mention"], ["forbidden", "excluded from use or mention"], ["prohibited", "excluded from use or mention"], ["out", "excluded from use or mention"]]}, {"answer": "verificatory", "hint": "synonyms for verificatory", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["verifying", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "verifying", "hint": "synonyms for verifying", "clues": [["substantiating", "serving to support or corroborate"], ["validatory", "serving to support or corroborate"], ["collateral", "serving to support or corroborate"], ["validating", "serving to support or corroborate"], ["confirmative", "serving to support or corroborate"], ["verificatory", "serving to support or corroborate"], ["corroboratory", "serving to support or corroborate"], ["confirming", "serving to support or corroborate"], ["corroborative", "serving to support or corroborate"], ["confirmatory", "serving to support or corroborate"]]}, {"answer": "veritable", "hint": "synonyms for veritable", "clues": [["bona fide", "not counterfeit or copied"], ["authentic", "not counterfeit or copied"], ["regular", "often used as intensifiers"], ["unquestionable", "not counterfeit or copied"]]}, {"answer": "vermiculate", "hint": "synonyms for vermiculate", "clues": [["vermiculated", "decorated with wormlike tracery or markings"], ["wormy", "infested with or damaged (as if eaten) by worms"], ["vermicular", "decorated with wormlike tracery or markings"], ["worm-eaten", "infested with or damaged (as if eaten) by worms"]]}, {"answer": "vexatious", "hint": "synonyms for vexatious", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["vexing", "causing irritation or annoyance"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["annoying", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"]]}, {"answer": "vexed", "hint": "synonyms for vexed", "clues": [["pestered", "troubled persistently especially with petty annoyances"], ["harried", "troubled persistently especially with petty annoyances"], ["annoyed", "troubled persistently especially with petty annoyances"], ["harassed", "troubled persistently especially with petty annoyances"]]}, {"answer": "vexing", "hint": "synonyms for vexing", "clues": [["plaguy", "causing irritation or annoyance"], ["pestering", "causing irritation or annoyance"], ["infuriating", "extremely annoying or displeasing"], ["bothersome", "causing irritation or annoyance"], ["nettlesome", "causing irritation or annoyance"], ["teasing", "causing irritation or annoyance"], ["pestiferous", "causing irritation or annoyance"], ["irritating", "causing irritation or annoyance"], ["exasperating", "extremely annoying or displeasing"], ["annoying", "causing irritation or annoyance"], ["galling", "causing irritation or annoyance"], ["maddening", "extremely annoying or displeasing"], ["vexatious", "causing irritation or annoyance"], ["pesky", "causing irritation or annoyance"]]}, {"answer": "viable", "hint": "synonyms for viable", "clues": [["practicable", "capable of being done with means at hand and circumstances as they are"], ["workable", "capable of being done with means at hand and circumstances as they are"], ["feasible", "capable of being done with means at hand and circumstances as they are"], ["executable", "capable of being done with means at hand and circumstances as they are"]]}, {"answer": "vicious", "hint": "synonyms for vicious", "clues": [["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["deplorable", "bringing or deserving severe rebuke or censure"], ["venomous", "marked by deep ill will; deliberately harmful"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["criminal", "bringing or deserving severe rebuke or censure"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering"], ["condemnable", "bringing or deserving severe rebuke or censure"], ["poisonous", "marked by deep ill will; deliberately harmful"], ["reprehensible", "bringing or deserving severe rebuke or censure"], ["evil", "having the nature of vice"], ["savage", "(of persons or their actions) able or disposed to inflict pain or suffering"]]}, {"answer": "victimised", "hint": "synonyms for victimised", "clues": [["used", "of persons; taken advantage of"], ["put-upon", "of persons; taken advantage of"], ["exploited", "of persons; taken advantage of"], ["ill-used", "of persons; taken advantage of"], ["victimized", "of persons; taken advantage of"]]}, {"answer": "victimized", "hint": "synonyms for victimized", "clues": [["used", "of persons; taken advantage of"], ["put-upon", "of persons; taken advantage of"], ["exploited", "of persons; taken advantage of"], ["ill-used", "of persons; taken advantage of"], ["victimised", "of persons; taken advantage of"]]}, {"answer": "victorian", "hint": "synonyms for victorian", "clues": [["square-toed", "exaggeratedly proper"], ["prudish", "exaggeratedly proper"], ["prissy", "exaggeratedly proper"], ["straightlaced", "exaggeratedly proper"], ["puritanical", "exaggeratedly proper"], ["prim", "exaggeratedly proper"], ["tight-laced", "exaggeratedly proper"], ["priggish", "exaggeratedly proper"]]}, {"answer": "vile", "hint": "synonyms for vile", "clues": [["offensive", "causing or able to cause nausea"], ["nauseating", "causing or able to cause nausea"], ["nauseous", "causing or able to cause nausea"], ["sickening", "causing or able to cause nausea"], ["worthless", "morally reprehensible"], ["queasy", "causing or able to cause nausea"], ["loathsome", "causing or able to cause nausea"], ["despicable", "morally reprehensible"], ["wretched", "morally reprehensible"], ["ugly", "morally reprehensible"], ["slimy", "morally reprehensible"], ["unworthy", "morally reprehensible"], ["noisome", "causing or able to cause nausea"]]}, {"answer": "vindicated", "hint": "synonyms for vindicated", "clues": [["cleared", "freed from any question of guilt"], ["absolved", "freed from any question of guilt"], ["clear", "freed from any question of guilt"], ["exonerated", "freed from any question of guilt"], ["exculpated", "freed from any question of guilt"]]}, {"answer": "vindicatory", "hint": "synonyms for vindicatory", "clues": [["retributive", "of or relating to or having the nature of retribution"], ["retributory", "of or relating to or having the nature of retribution"], ["relatiative", "of or relating to or having the nature of retribution"], ["justificatory", "providing justification"], ["justificative", "providing justification"], ["retaliatory", "of or relating to or having the nature of retribution"]]}, {"answer": "violent", "hint": "synonyms for violent", "clues": [["wild", "(of colors or sounds) intensely vivid or loud"], ["crimson", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode"], ["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["red", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode"], ["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"], ["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid"]]}, {"answer": "virgin", "hint": "synonyms for virgin", "clues": [["pure", "in a state of sexual virginity"], ["vestal", "in a state of sexual virginity"], ["virginal", "in a state of sexual virginity"], ["virtuous", "in a state of sexual virginity"]]}, {"answer": "virginal", "hint": "synonyms for virginal", "clues": [["pure", "in a state of sexual virginity"], ["vestal", "in a state of sexual virginity"], ["virgin", "in a state of sexual virginity"], ["virtuous", "in a state of sexual virginity"]]}, {"answer": "virile", "hint": "synonyms for virile", "clues": [["manful", "characteristic of a man"], ["potent", "(of a male) capable of copulation"], ["male", "characteristic of a man"], ["manly", "characteristic of a man"], ["manlike", "characteristic of a man"]]}, {"answer": "virulent", "hint": "synonyms for virulent", "clues": [["acerb", "harsh or corrosive in tone"], ["acrid", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["vitriolic", "harsh or corrosive in tone"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["venomous", "extremely poisonous or injurious; producing venom"], ["deadly", "extremely poisonous or injurious; producing venom"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "viscid", "hint": "synonyms for viscid", "clues": [["pasty", "having the sticky properties of an adhesive"], ["gummy", "having the sticky properties of an adhesive"], ["glutinous", "having the sticky properties of an adhesive"], ["sticky", "having the sticky properties of an adhesive"], ["viscous", "having the sticky properties of an adhesive"], ["mucilaginous", "having the sticky properties of an adhesive"], ["gluey", "having the sticky properties of an adhesive"]]}, {"answer": "viscous", "hint": "synonyms for viscous", "clues": [["gummy", "having the sticky properties of an adhesive"], ["glutinous", "having the sticky properties of an adhesive"], ["gluey", "having the sticky properties of an adhesive"], ["viscid", "having the sticky properties of an adhesive"], ["mucilaginous", "having the sticky properties of an adhesive"], ["sticky", "having the sticky properties of an adhesive"], ["pasty", "having the sticky properties of an adhesive"], ["syrupy", "having a relatively high resistance to flow"]]}, {"answer": "visually_challenged", "hint": "synonyms for visually challenged", "clues": [["dim-sighted", "having greatly reduced vision"], ["sand-blind", "having greatly reduced vision"], ["near-blind", "having greatly reduced vision"], ["visually impaired", "having greatly reduced vision"], ["purblind", "having greatly reduced vision"]]}, {"answer": "visually_impaired", "hint": "synonyms for visually impaired", "clues": [["dim-sighted", "having greatly reduced vision"], ["near-blind", "having greatly reduced vision"], ["purblind", "having greatly reduced vision"], ["visually challenged", "having greatly reduced vision"], ["sand-blind", "having greatly reduced vision"]]}, {"answer": "vital", "hint": "synonyms for vital", "clues": [["lively", "full of spirit"], ["life-sustaining", "performing an essential function in the living body"], ["critical", "urgently needed; absolutely necessary"], ["full of life", "full of spirit"]]}, {"answer": "vitiated", "hint": "synonyms for vitiated", "clues": [["diminished", "impaired by diminution"], ["weakened", "impaired by diminution"], ["lessened", "impaired by diminution"], ["debased", "ruined in character or quality"], ["corrupted", "ruined in character or quality"]]}, {"answer": "vitriolic", "hint": "synonyms for vitriolic", "clues": [["acerb", "harsh or corrosive in tone"], ["acrid", "harsh or corrosive in tone"], ["acerbic", "harsh or corrosive in tone"], ["caustic", "harsh or corrosive in tone"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["virulent", "harsh or corrosive in tone"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action"], ["sulphurous", "harsh or corrosive in tone"], ["sulfurous", "harsh or corrosive in tone"], ["bitter", "harsh or corrosive in tone"], ["blistering", "harsh or corrosive in tone"]]}, {"answer": "vivid", "hint": "synonyms for vivid", "clues": [["lifelike", "evoking lifelike images within the mind"], ["intense", "(of color) having the highest saturation"], ["pictorial", "evoking lifelike images within the mind"], ["brilliant", "having striking color"], ["bright", "having striking color"], ["graphic", "evoking lifelike images within the mind"]]}, {"answer": "vociferous", "hint": "synonyms for vociferous", "clues": [["blatant", "conspicuously and offensively loud; given to vehement outcry"], ["strident", "conspicuously and offensively loud; given to vehement outcry"], ["clamant", "conspicuously and offensively loud; given to vehement outcry"], ["clamorous", "conspicuously and offensively loud; given to vehement outcry"]]}, {"answer": "voiceless", "hint": "synonyms for voiceless", "clues": [["breathed", "uttered without voice"], ["disfranchised", "deprived of the rights of citizenship especially the right to vote"], ["voteless", "deprived of the rights of citizenship especially the right to vote"], ["hard", "produced without vibration of the vocal cords"], ["surd", "produced without vibration of the vocal cords"], ["aphonic", "being without sound through injury or illness and thus incapable of all but whispered speech"], ["unvoiced", "produced without vibration of the vocal cords"]]}, {"answer": "volatilisable", "hint": "synonyms for volatilisable", "clues": [["volatilizable", "(used of substances) capable of being volatilized"], ["vapourific", "(used of substances) capable of being volatilized"], ["evaporable", "(used of substances) capable of being volatilized"], ["vapourisable", "(used of substances) capable of being volatilized"]]}, {"answer": "volatilised", "hint": "synonyms for volatilised", "clues": [["gasified", "converted into a gas or vapor"], ["volatilized", "converted into a gas or vapor"], ["vapourised", "converted into a gas or vapor"], ["vaporized", "converted into a gas or vapor"]]}, {"answer": "volatilizable", "hint": "synonyms for volatilizable", "clues": [["vapourific", "(used of substances) capable of being volatilized"], ["volatilisable", "(used of substances) capable of being volatilized"], ["evaporable", "(used of substances) capable of being volatilized"], ["vapourisable", "(used of substances) capable of being volatilized"]]}, {"answer": "volatilized", "hint": "synonyms for volatilized", "clues": [["gasified", "converted into a gas or vapor"], ["vapourised", "converted into a gas or vapor"], ["vaporized", "converted into a gas or vapor"], ["volatilised", "converted into a gas or vapor"]]}, {"answer": "voluminous", "hint": "synonyms for voluminous", "clues": [["copious", "large in number or quantity (especially of discourse)"], ["winding", "marked by repeated turns and bends"], ["twisting", "marked by repeated turns and bends"], ["tortuous", "marked by repeated turns and bends"], ["twisty", "marked by repeated turns and bends"]]}, {"answer": "voluptuary", "hint": "synonyms for voluptuary", "clues": [["voluptuous", "displaying luxury and furnishing gratification to the senses"], ["luxurious", "displaying luxury and furnishing gratification to the senses"], ["luxuriant", "displaying luxury and furnishing gratification to the senses"], ["epicurean", "displaying luxury and furnishing gratification to the senses"], ["sybaritic", "displaying luxury and furnishing gratification to the senses"]]}, {"answer": "voluptuous", "hint": "synonyms for voluptuous", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["luscious", "having strong sexual appeal"], ["juicy", "having strong sexual appeal"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["red-hot", "having strong sexual appeal"], ["toothsome", "having strong sexual appeal"], ["voluptuary", "displaying luxury and furnishing gratification to the senses"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["luxuriant", "displaying luxury and furnishing gratification to the senses"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["sybaritic", "displaying luxury and furnishing gratification to the senses"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["luxurious", "displaying luxury and furnishing gratification to the senses"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["epicurean", "displaying luxury and furnishing gratification to the senses"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "volute", "hint": "synonyms for volute", "clues": [["voluted", "in the shape of a coil"], ["spiraling", "in the shape of a coil"], ["helical", "in the shape of a coil"], ["whorled", "in the shape of a coil"], ["turbinate", "in the shape of a coil"], ["coiling", "in the shape of a coil"]]}, {"answer": "voluted", "hint": "synonyms for voluted", "clues": [["spiraling", "in the shape of a coil"], ["helical", "in the shape of a coil"], ["volute", "in the shape of a coil"], ["whorled", "in the shape of a coil"], ["turbinate", "in the shape of a coil"], ["coiling", "in the shape of a coil"]]}, {"answer": "voracious", "hint": "synonyms for voracious", "clues": [["ravening", "devouring or craving food in great quantities"], ["wolfish", "devouring or craving food in great quantities"], ["rapacious", "devouring or craving food in great quantities"], ["ravenous", "devouring or craving food in great quantities"], ["esurient", "devouring or craving food in great quantities"], ["edacious", "devouring or craving food in great quantities"]]}, {"answer": "vulgar", "hint": "synonyms for vulgar", "clues": [["vernacular", "being or characteristic of or appropriate to everyday language"], ["common", "of or associated with the great masses of people"], ["unwashed", "of or associated with the great masses of people"], ["rough-cut", "lacking refinement or cultivation or taste"], ["uncouth", "lacking refinement or cultivation or taste"], ["earthy", "conspicuously and tastelessly indecent"], ["crude", "conspicuously and tastelessly indecent"], ["plebeian", "of or associated with the great masses of people"], ["coarse", "lacking refinement or cultivation or taste"], ["gross", "conspicuously and tastelessly indecent"]]}, {"answer": "vulturine", "hint": "synonyms for vulturine", "clues": [["predatory", "living by preying on other animals especially by catching living prey"], ["vulturous", "living by preying on other animals especially by catching living prey"], ["raptorial", "living by preying on other animals especially by catching living prey"], ["rapacious", "living by preying on other animals especially by catching living prey"], ["ravening", "living by preying on other animals especially by catching living prey"]]}, {"answer": "vulturous", "hint": "synonyms for vulturous", "clues": [["predatory", "living by preying on other animals especially by catching living prey"], ["raptorial", "living by preying on other animals especially by catching living prey"], ["vulturine", "living by preying on other animals especially by catching living prey"], ["rapacious", "living by preying on other animals especially by catching living prey"], ["ravening", "living by preying on other animals especially by catching living prey"]]}, {"answer": "wacky", "hint": "synonyms for wacky", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["zany", "ludicrous, foolish"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["whacky", "ludicrous, foolish"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["cockamamy", "ludicrous, foolish"], ["barmy", "informal or slang terms for mentally irregular"], ["sappy", "ludicrous, foolish"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["silly", "ludicrous, foolish"], ["cockamamie", "ludicrous, foolish"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["goofy", "ludicrous, foolish"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "wakeful", "hint": "synonyms for wakeful", "clues": [["argus-eyed", "carefully observant or attentive; on the lookout for possible danger"], ["open-eyed", "carefully observant or attentive; on the lookout for possible danger"], ["waking", "marked by full consciousness or alertness"], ["vigilant", "carefully observant or attentive; on the lookout for possible danger"], ["light", "(of sleep) easily disturbed"]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["banging", "(used informally) very large"], ["humongous", "(used informally) very large"], ["whopping", "(used informally) very large"], ["thumping", "(used informally) very large"]]}, {"answer": "wandering", "hint": "synonyms for wandering", "clues": [["winding", "of a path e.g."], ["peregrine", "migratory"], ["meandering", "of a path e.g."], ["mobile", "migratory"], ["planetary", "having no fixed course"], ["nomadic", "migratory"], ["erratic", "having no fixed course"], ["rambling", "of a path e.g."], ["roving", "migratory"]]}, {"answer": "wanting", "hint": "synonyms for wanting", "clues": [["missing", "nonexistent"], ["absent", "nonexistent"], ["deficient", "inadequate in amount or degree"], ["lacking", "nonexistent"]]}, {"answer": "wanton", "hint": "synonyms for wanton", "clues": [["sluttish", "casual and unrestrained in sexual behavior"], ["promiscuous", "casual and unrestrained in sexual behavior"], ["unprovoked", "occurring without motivation or provocation; ; - F.D.Roosevelt"], ["motiveless", "occurring without motivation or provocation; ; - F.D.Roosevelt"], ["easy", "casual and unrestrained in sexual behavior"], ["loose", "casual and unrestrained in sexual behavior"], ["light", "casual and unrestrained in sexual behavior"]]}, {"answer": "warm", "hint": "synonyms for warm", "clues": [["lovesome", "having or displaying warmth or affection"], ["affectionate", "having or displaying warmth or affection"], ["ardent", "characterized by strong enthusiasm"], ["tender", "having or displaying warmth or affection"], ["quick", "easily aroused or excited"], ["fond", "having or displaying warmth or affection"], ["strong", "freshly made or left"]]}, {"answer": "wary", "hint": "synonyms for wary", "clues": [["leery", "openly distrustful and unwilling to confide"], ["untrusting", "openly distrustful and unwilling to confide"], ["mistrustful", "openly distrustful and unwilling to confide"], ["suspicious", "openly distrustful and unwilling to confide"]]}, {"answer": "washed-out", "hint": "synonyms for washed-out", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["faded", "having lost freshness or brilliance of color"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washy", "having lost freshness or brilliance of color"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["bleached", "having lost freshness or brilliance of color"]]}, {"answer": "washed-up", "hint": "synonyms for washed-up", "clues": [["undone", "doomed to extinction"], ["ruined", "doomed to extinction"], ["done for", "doomed to extinction"], ["sunk", "doomed to extinction"]]}, {"answer": "washy", "hint": "synonyms for washy", "clues": [["weak", "overly diluted; thin and insipid"], ["watery", "overly diluted; thin and insipid"], ["washed-out", "having lost freshness or brilliance of color"], ["faded", "having lost freshness or brilliance of color"], ["bleached", "having lost freshness or brilliance of color"]]}, {"answer": "wasted", "hint": "synonyms for wasted", "clues": [["skeletal", "very thin especially from disease or hunger or cold"], ["senseless", "serving no useful purpose; having no excuse for being"], ["purposeless", "serving no useful purpose; having no excuse for being"], ["otiose", "serving no useful purpose; having no excuse for being"], ["pointless", "serving no useful purpose; having no excuse for being"], ["cadaverous", "very thin especially from disease or hunger or cold"], ["haggard", "very thin especially from disease or hunger or cold"], ["emaciated", "very thin especially from disease or hunger or cold"], ["superfluous", "serving no useful purpose; having no excuse for being"], ["squandered", "not used to good advantage"], ["gaunt", "very thin especially from disease or hunger or cold"], ["diminished", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use"], ["pinched", "very thin especially from disease or hunger or cold"], ["bony", "very thin especially from disease or hunger or cold"], ["atrophied", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use"]]}, {"answer": "waterlogged", "hint": "synonyms for waterlogged", "clues": [["boggy", "(of soil) soft and watery"], ["sloughy", "(of soil) soft and watery"], ["squashy", "(of soil) soft and watery"], ["marshy", "(of soil) soft and watery"], ["soggy", "(of soil) soft and watery"], ["muddy", "(of soil) soft and watery"], ["sloppy", "(of soil) soft and watery"], ["swampy", "(of soil) soft and watery"], ["mucky", "(of soil) soft and watery"], ["miry", "(of soil) soft and watery"], ["quaggy", "(of soil) soft and watery"]]}, {"answer": "wavelike", "hint": "synonyms for wavelike", "clues": [["crinkly", "uneven by virtue of having wrinkles or waves"], ["crinkled", "uneven by virtue of having wrinkles or waves"], ["rippled", "uneven by virtue of having wrinkles or waves"], ["wavy", "uneven by virtue of having wrinkles or waves"]]}, {"answer": "wavy", "hint": "synonyms for wavy", "clues": [["crinkly", "uneven by virtue of having wrinkles or waves"], ["wavelike", "uneven by virtue of having wrinkles or waves"], ["crinkled", "uneven by virtue of having wrinkles or waves"], ["rippled", "uneven by virtue of having wrinkles or waves"]]}, {"answer": "waxy", "hint": "synonyms for waxy", "clues": [["impressible", "easily impressed or influenced"], ["pliable", "capable of being bent or flexed or twisted without breaking"], ["waxlike", "having the paleness of wax; - Bram Stoker"], ["waxen", "made of or covered with wax"], ["pliant", "capable of being bent or flexed or twisted without breaking"], ["bendable", "capable of being bent or flexed or twisted without breaking"]]}, {"answer": "way-out", "hint": "synonyms for way-out", "clues": [["far-out", "informal terms; strikingly unconventional"], ["kinky", "informal terms; strikingly unconventional"], ["offbeat", "informal terms; strikingly unconventional"], ["quirky", "informal terms; strikingly unconventional"]]}, {"answer": "weak", "hint": "synonyms for weak", "clues": [["rickety", "lacking bodily or muscular strength or vitality"], ["watery", "overly diluted; thin and insipid"], ["debile", "lacking bodily or muscular strength or vitality"], ["sapless", "lacking bodily or muscular strength or vitality"], ["imperfect", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings"], ["light", "(used of vowels or syllables) pronounced with little or no stress"], ["weakly", "lacking bodily or muscular strength or vitality"], ["fallible", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings"], ["washy", "overly diluted; thin and insipid"], ["decrepit", "lacking bodily or muscular strength or vitality"], ["unaccented", "(used of vowels or syllables) pronounced with little or no stress"], ["frail", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings"], ["infirm", "lacking bodily or muscular strength or vitality"], ["faint", "deficient in magnitude; barely perceptible; lacking clarity or brightness or loudness etc"], ["feeble", "lacking bodily or muscular strength or vitality"]]}, {"answer": "weakened", "hint": "synonyms for weakened", "clues": [["lessened", "impaired by diminution"], ["faded", "reduced in strength"], ["diminished", "impaired by diminution"], ["vitiated", "impaired by diminution"], ["attenuated", "reduced in strength"], ["hurt", "damaged inanimate objects or their value"], ["cut", "mixed with water"], ["thinned", "mixed with water"]]}, {"answer": "weakly", "hint": "synonyms for weakly", "clues": [["rickety", "lacking bodily or muscular strength or vitality"], ["decrepit", "lacking bodily or muscular strength or vitality"], ["debile", "lacking bodily or muscular strength or vitality"], ["sapless", "lacking bodily or muscular strength or vitality"], ["infirm", "lacking bodily or muscular strength or vitality"], ["weak", "lacking bodily or muscular strength or vitality"], ["feeble", "lacking bodily or muscular strength or vitality"]]}, {"answer": "wealthy", "hint": "synonyms for wealthy", "clues": [["loaded", "having an abundant supply of money or possessions of value"], ["moneyed", "having an abundant supply of money or possessions of value"], ["flush", "having an abundant supply of money or possessions of value"], ["affluent", "having an abundant supply of money or possessions of value"]]}, {"answer": "wearisome", "hint": "synonyms for wearisome", "clues": [["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "webbed", "hint": "synonyms for webbed", "clues": [["netlike", "having open interstices or resembling a web"], ["lacy", "having open interstices or resembling a web"], ["webby", "having open interstices or resembling a web"], ["netted", "having open interstices or resembling a web"], ["weblike", "having open interstices or resembling a web"]]}, {"answer": "webby", "hint": "synonyms for webby", "clues": [["netlike", "having open interstices or resembling a web"], ["lacy", "having open interstices or resembling a web"], ["webbed", "having open interstices or resembling a web"], ["netted", "having open interstices or resembling a web"], ["weblike", "having open interstices or resembling a web"]]}, {"answer": "weblike", "hint": "synonyms for weblike", "clues": [["netlike", "having open interstices or resembling a web"], ["lacy", "having open interstices or resembling a web"], ["webby", "having open interstices or resembling a web"], ["webbed", "having open interstices or resembling a web"], ["netted", "having open interstices or resembling a web"]]}, {"answer": "wee", "hint": "synonyms for wee", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "weedy", "hint": "synonyms for weedy", "clues": [["scraggy", "being very thin"], ["underweight", "being very thin"], ["skinny", "being very thin"], ["scrawny", "being very thin"], ["boney", "being very thin"]]}, {"answer": "weensy", "hint": "synonyms for weensy", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["weeny", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "weeny", "hint": "synonyms for weeny", "clues": [["teeny", "(used informally) very small"], ["bittie", "(used informally) very small"], ["weensy", "(used informally) very small"], ["teentsy", "(used informally) very small"], ["itsy-bitsy", "(used informally) very small"], ["teeny-weeny", "(used informally) very small"], ["bitty", "(used informally) very small"], ["wee", "(used informally) very small"], ["itty-bitty", "(used informally) very small"]]}, {"answer": "weeping", "hint": "synonyms for weeping", "clues": [["pendulous", "having branches or flower heads that bend downward"], ["drooping", "having branches or flower heads that bend downward"], ["dolourous", "showing sorrow"], ["lachrymose", "showing sorrow"], ["nodding", "having branches or flower heads that bend downward"], ["tearful", "showing sorrow"], ["cernuous", "having branches or flower heads that bend downward"]]}, {"answer": "weighed_down", "hint": "synonyms for weighed down", "clues": [["bowed down", "heavily burdened with work or cares"], ["loaded down", "heavily burdened with work or cares"], ["heavy", "full of; bearing great weight"], ["overburdened", "heavily burdened with work or cares"]]}, {"answer": "weighty", "hint": "synonyms for weighty", "clues": [["corpulent", "excessively fat"], ["rotund", "excessively fat"], ["telling", "powerfully persuasive"], ["grievous", "of great gravity or crucial import; requiring serious thought"], ["obese", "excessively fat"], ["grave", "of great gravity or crucial import; requiring serious thought"], ["heavy", "of great gravity or crucial import; requiring serious thought"], ["cogent", "powerfully persuasive"]]}, {"answer": "well-educated", "hint": "synonyms for well-educated", "clues": [["learned", "highly educated; having extensive information or understanding"], ["lettered", "highly educated; having extensive information or understanding"], ["knowing", "highly educated; having extensive information or understanding"], ["well-read", "highly educated; having extensive information or understanding"], ["knowledgeable", "highly educated; having extensive information or understanding"]]}, {"answer": "well-endowed", "hint": "synonyms for well-endowed", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "well-favored", "hint": "synonyms for well-favored", "clues": [["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["well-favoured", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"]]}, {"answer": "well-favoured", "hint": "synonyms for well-favoured", "clues": [["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["well-favored", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"], ["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman"]]}, {"answer": "well-fixed", "hint": "synonyms for well-fixed", "clues": [["comfortable", "in fortunate circumstances financially; moderately rich"], ["well-to-do", "in fortunate circumstances financially; moderately rich"], ["well-off", "in fortunate circumstances financially; moderately rich"], ["well-heeled", "in fortunate circumstances financially; moderately rich"], ["prosperous", "in fortunate circumstances financially; moderately rich"], ["easy", "in fortunate circumstances financially; moderately rich"], ["well-situated", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "well-heeled", "hint": "synonyms for well-heeled", "clues": [["comfortable", "in fortunate circumstances financially; moderately rich"], ["well-to-do", "in fortunate circumstances financially; moderately rich"], ["well-off", "in fortunate circumstances financially; moderately rich"], ["prosperous", "in fortunate circumstances financially; moderately rich"], ["easy", "in fortunate circumstances financially; moderately rich"], ["well-situated", "in fortunate circumstances financially; moderately rich"], ["well-fixed", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "well-kept", "hint": "synonyms for well-kept", "clues": [["kept up", "kept in good condition"], ["maintained", "kept in good condition"], ["shipshape", "of places; characterized by order and neatness; free from disorder"], ["trim", "of places; characterized by order and neatness; free from disorder"]]}, {"answer": "well-off", "hint": "synonyms for well-off", "clues": [["comfortable", "in fortunate circumstances financially; moderately rich"], ["well-to-do", "in fortunate circumstances financially; moderately rich"], ["well-heeled", "in fortunate circumstances financially; moderately rich"], ["prosperous", "in fortunate circumstances financially; moderately rich"], ["easy", "in fortunate circumstances financially; moderately rich"], ["well-situated", "in fortunate circumstances financially; moderately rich"], ["well-fixed", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "well-read", "hint": "synonyms for well-read", "clues": [["learned", "highly educated; having extensive information or understanding"], ["lettered", "highly educated; having extensive information or understanding"], ["knowing", "highly educated; having extensive information or understanding"], ["knowledgeable", "highly educated; having extensive information or understanding"], ["well-educated", "highly educated; having extensive information or understanding"]]}, {"answer": "well-situated", "hint": "synonyms for well-situated", "clues": [["comfortable", "in fortunate circumstances financially; moderately rich"], ["well-to-do", "in fortunate circumstances financially; moderately rich"], ["well-off", "in fortunate circumstances financially; moderately rich"], ["well-heeled", "in fortunate circumstances financially; moderately rich"], ["prosperous", "in fortunate circumstances financially; moderately rich"], ["easy", "in fortunate circumstances financially; moderately rich"], ["well-fixed", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "well-to-do", "hint": "synonyms for well-to-do", "clues": [["comfortable", "in fortunate circumstances financially; moderately rich"], ["well-off", "in fortunate circumstances financially; moderately rich"], ["well-heeled", "in fortunate circumstances financially; moderately rich"], ["prosperous", "in fortunate circumstances financially; moderately rich"], ["easy", "in fortunate circumstances financially; moderately rich"], ["well-situated", "in fortunate circumstances financially; moderately rich"], ["well-fixed", "in fortunate circumstances financially; moderately rich"]]}, {"answer": "well-worn", "hint": "synonyms for well-worn", "clues": [["hackneyed", "repeated too often; overfamiliar through overuse"], ["shopworn", "repeated too often; overfamiliar through overuse"], ["old-hat", "repeated too often; overfamiliar through overuse"], ["commonplace", "repeated too often; overfamiliar through overuse"], ["timeworn", "repeated too often; overfamiliar through overuse"], ["threadbare", "repeated too often; overfamiliar through overuse"], ["trite", "repeated too often; overfamiliar through overuse"], ["banal", "repeated too often; overfamiliar through overuse"], ["stock", "repeated too often; overfamiliar through overuse"], ["tired", "repeated too often; overfamiliar through overuse"]]}, {"answer": "wet", "hint": "synonyms for wet", "clues": [["pixilated", "very drunk"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["lactating", "producing or secreting milk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["fuddled", "very drunk"], ["soused", "very drunk"]]}, {"answer": "whacky", "hint": "synonyms for whacky", "clues": [["crackers", "informal or slang terms for mentally irregular"], ["nuts", "informal or slang terms for mentally irregular"], ["zany", "ludicrous, foolish"], ["loony", "informal or slang terms for mentally irregular"], ["dotty", "informal or slang terms for mentally irregular"], ["batty", "informal or slang terms for mentally irregular"], ["cracked", "informal or slang terms for mentally irregular"], ["balmy", "informal or slang terms for mentally irregular"], ["bats", "informal or slang terms for mentally irregular"], ["cockamamy", "ludicrous, foolish"], ["barmy", "informal or slang terms for mentally irregular"], ["wacky", "informal or slang terms for mentally irregular"], ["sappy", "ludicrous, foolish"], ["daft", "informal or slang terms for mentally irregular"], ["loco", "informal or slang terms for mentally irregular"], ["bonkers", "informal or slang terms for mentally irregular"], ["nutty", "informal or slang terms for mentally irregular"], ["haywire", "informal or slang terms for mentally irregular"], ["silly", "ludicrous, foolish"], ["cockamamie", "ludicrous, foolish"], ["buggy", "informal or slang terms for mentally irregular"], ["kookie", "informal or slang terms for mentally irregular"], ["fruity", "informal or slang terms for mentally irregular"], ["round the bend", "informal or slang terms for mentally irregular"], ["kooky", "informal or slang terms for mentally irregular"], ["goofy", "ludicrous, foolish"], ["loopy", "informal or slang terms for mentally irregular"]]}, {"answer": "whiskered", "hint": "synonyms for whiskered", "clues": [["bewhiskered", "having hair on the cheeks and chin"], ["bearded", "having hair on the cheeks and chin"], ["whiskery", "having hair on the cheeks and chin"], ["barbate", "having hair on the cheeks and chin"]]}, {"answer": "white", "hint": "synonyms for white", "clues": [["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["lily-white", "restricted to whites only"], ["blank", "(of a surface) not written or printed on"], ["whitened", "(of hair) having lost its color"], ["snowy", "marked by the presence of snow"], ["clean", "(of a surface) not written or printed on"], ["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"], ["white-hot", "glowing white with heat"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley"]]}, {"answer": "white-haired", "hint": "synonyms for white-haired", "clues": [["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge"], ["fair-haired", "favorite"], ["blue-eyed", "favorite"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge"]]}, {"answer": "white-livered", "hint": "synonyms for white-livered", "clues": [["yellow-bellied", "easily frightened"], ["chicken", "easily frightened"], ["lily-livered", "easily frightened"], ["chickenhearted", "easily frightened"], ["yellow", "easily frightened"]]}, {"answer": "whole", "hint": "synonyms for whole", "clues": [["unharmed", "not injured"], ["hale", "exhibiting or restored to vigorous good health"], ["unscathed", "not injured"], ["unanimous", "acting together as a single undiversified whole"], ["unhurt", "not injured"], ["solid", "acting together as a single undiversified whole"]]}, {"answer": "whopping", "hint": "synonyms for whopping", "clues": [["walloping", "(used informally) very large"], ["banging", "(used informally) very large"], ["humongous", "(used informally) very large"], ["thumping", "(used informally) very large"]]}, {"answer": "whorled", "hint": "synonyms for whorled", "clues": [["voluted", "in the shape of a coil"], ["coiling", "in the shape of a coil"], ["spiraling", "in the shape of a coil"], ["helical", "in the shape of a coil"], ["verticillated", "forming one or more whorls (especially a whorl of leaves around a stem)"], ["turbinate", "in the shape of a coil"]]}, {"answer": "wicked", "hint": "synonyms for wicked", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["arch", "naughtily or annoyingly playful"], ["severe", "intensely or extremely bad or unpleasant in degree or quality"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["unholy", "having committed unrighteous acts"], ["repelling", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["implike", "naughtily or annoyingly playful"], ["puckish", "naughtily or annoyingly playful"], ["revolting", "highly offensive; arousing aversion or disgust"], ["pixilated", "naughtily or annoyingly playful"], ["repellent", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["impish", "naughtily or annoyingly playful"], ["terrible", "intensely or extremely bad or unpleasant in degree or quality"], ["prankish", "naughtily or annoyingly playful"], ["mischievous", "naughtily or annoyingly playful"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["yucky", "highly offensive; arousing aversion or disgust"], ["sinful", "having committed unrighteous acts"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "wide", "hint": "synonyms for wide", "clues": [["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["wide of the mark", "not on target"], ["full", "having ample fabric"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["broad", "very large in expanse or scope"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner"], ["spacious", "very large in expanse or scope"], ["wide-cut", "having ample fabric"], ["wide-eyed", "(used of eyes) fully open or extended"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner"]]}, {"answer": "wide-eyed", "hint": "synonyms for wide-eyed", "clues": [["wide", "(used of eyes) fully open or extended"], ["simple", "exhibiting childlike simplicity and credulity"], ["dewy-eyed", "exhibiting childlike simplicity and credulity"], ["childlike", "exhibiting childlike simplicity and credulity"], ["round-eyed", "exhibiting childlike simplicity and credulity"]]}, {"answer": "wiggly", "hint": "synonyms for wiggly", "clues": [["writhing", "moving in a twisting or snake-like or wormlike fashion"], ["sinuate", "curved or curving in and out"], ["sinuous", "curved or curving in and out"], ["wriggling", "moving in a twisting or snake-like or wormlike fashion"], ["wriggly", "moving in a twisting or snake-like or wormlike fashion"]]}, {"answer": "wild", "hint": "synonyms for wild", "clues": [["raving mad", "talking or behaving irrationally"], ["uncivilised", "without civilizing influences; ; ; ; -Margaret Meade"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade"], ["crazy", "intensely enthusiastic about or preoccupied with"], ["unfounded", "without a basis in reason or fact"], ["angry", "(of the elements) as if showing violent anger"], ["raging", "(of the elements) as if showing violent anger"], ["groundless", "without a basis in reason or fact"], ["gaga", "intensely enthusiastic about or preoccupied with"], ["furious", "(of the elements) as if showing violent anger"], ["waste", "located in a dismal or remote area; desolate"], ["godforsaken", "located in a dismal or remote area; desolate"], ["violent", "(of colors or sounds) intensely vivid or loud"], ["baseless", "without a basis in reason or fact"], ["unwarranted", "without a basis in reason or fact"], ["untamed", "in a natural state; not tamed or domesticated or cultivated"], ["barbaric", "without civilizing influences; ; ; ; -Margaret Meade"], ["fantastic", "fanciful and unrealistic; foolish"], ["hazardous", "involving risk or danger"], ["tempestuous", "(of the elements) as if showing violent anger"], ["idle", "without a basis in reason or fact"], ["dotty", "intensely enthusiastic about or preoccupied with"], ["risky", "involving risk or danger"]]}, {"answer": "wilful", "hint": "synonyms for wilful", "clues": [["froward", "habitually disposed to disobedience and opposition"], ["willful", "habitually disposed to disobedience and opposition"], ["self-willed", "habitually disposed to disobedience and opposition"], ["headstrong", "habitually disposed to disobedience and opposition"]]}, {"answer": "willful", "hint": "synonyms for willful", "clues": [["froward", "habitually disposed to disobedience and opposition"], ["self-willed", "habitually disposed to disobedience and opposition"], ["wilful", "done by design"], ["headstrong", "habitually disposed to disobedience and opposition"]]}, {"answer": "wily", "hint": "synonyms for wily", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["sly", "marked by skill in deception"], ["slick", "marked by skill in deception"], ["foxy", "marked by skill in deception"], ["dodgy", "marked by skill in deception"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"], ["crafty", "marked by skill in deception"]]}, {"answer": "winding", "hint": "synonyms for winding", "clues": [["meandering", "of a path e.g."], ["twisting", "marked by repeated turns and bends"], ["twisty", "marked by repeated turns and bends"], ["rambling", "of a path e.g."], ["tortuous", "marked by repeated turns and bends"], ["voluminous", "marked by repeated turns and bends"], ["wandering", "of a path e.g."]]}, {"answer": "windy", "hint": "synonyms for windy", "clues": [["long-winded", "using or containing too many words"], ["tedious", "using or containing too many words"], ["blowy", "abounding in or exposed to the wind or breezes"], ["impractical", "not practical or realizable; speculative"], ["verbose", "using or containing too many words"], ["airy", "not practical or realizable; speculative"], ["wordy", "using or containing too many words"], ["visionary", "not practical or realizable; speculative"], ["breezy", "abounding in or exposed to the wind or breezes"]]}, {"answer": "wintry", "hint": "synonyms for wintry", "clues": [["wintery", "characteristic of or occurring in winter"], ["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"], ["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain"]]}, {"answer": "wiped_out", "hint": "synonyms for wiped out", "clues": [["annihilated", "destroyed completely"], ["exterminated", "destroyed completely"], ["impoverished", "destroyed financially"], ["broken", "destroyed financially"]]}, {"answer": "wise", "hint": "synonyms for wise", "clues": [["heady", "marked by the exercise of good judgment or common sense in practical matters"], ["impertinent", "improperly forward or bold"], ["judicious", "marked by the exercise of good judgment or common sense in practical matters"], ["impudent", "improperly forward or bold"], ["smart", "improperly forward or bold"], ["knowing", "evidencing the possession of inside information"], ["sassy", "improperly forward or bold"], ["overbold", "improperly forward or bold"], ["fresh", "improperly forward or bold"], ["saucy", "improperly forward or bold"], ["wise to", "evidencing the possession of inside information"]]}, {"answer": "wispy", "hint": "synonyms for wispy", "clues": [["vague", "lacking clarity or distinctness"], ["faint", "lacking clarity or distinctness"], ["wisplike", "thin and weak; - Edmund Wilson"], ["shadowy", "lacking clarity or distinctness"], ["dim", "lacking clarity or distinctness"]]}, {"answer": "witching", "hint": "synonyms for witching", "clues": [["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"]]}, {"answer": "with-it", "hint": "synonyms for with-it", "clues": [["up-to-date", "in accord with the most fashionable ideas or style"], ["streetwise", "having the shrewd resourcefulness needed to survive in an urban environment"], ["cutting-edge", "in accord with the most fashionable ideas or style"], ["street smart", "having the shrewd resourcefulness needed to survive in an urban environment"]]}, {"answer": "with_child", "hint": "synonyms for with child", "clues": [["gravid", "in an advanced stage of pregnancy"], ["expectant", "in an advanced stage of pregnancy"], ["large", "in an advanced stage of pregnancy"], ["great", "in an advanced stage of pregnancy"], ["big", "in an advanced stage of pregnancy"], ["heavy", "in an advanced stage of pregnancy"], ["enceinte", "in an advanced stage of pregnancy"]]}, {"answer": "withered", "hint": "synonyms for withered", "clues": [["sear", "(used especially of vegetation) having lost all moisture"], ["shrivelled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["sere", "(used especially of vegetation) having lost all moisture"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["dried-up", "(used especially of vegetation) having lost all moisture"]]}, {"answer": "wizard", "hint": "synonyms for wizard", "clues": [["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"]]}, {"answer": "wizardly", "hint": "synonyms for wizardly", "clues": [["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["wizard", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare"]]}, {"answer": "wizen", "hint": "synonyms for wizen", "clues": [["shrivelled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["withered", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"]]}, {"answer": "wizened", "hint": "synonyms for wizened", "clues": [["shrivelled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["withered", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie"]]}, {"answer": "woebegone", "hint": "synonyms for woebegone", "clues": [["derelict", "worn and broken down by hard use"], ["flea-bitten", "worn and broken down by hard use"], ["decrepit", "worn and broken down by hard use"], ["creaky", "worn and broken down by hard use"], ["run-down", "worn and broken down by hard use"], ["woeful", "affected by or full of grief or woe; - George du Maurier"]]}, {"answer": "woeful", "hint": "synonyms for woeful", "clues": [["woebegone", "affected by or full of grief or woe; - George du Maurier"], ["deplorable", "of very poor quality or condition"], ["wretched", "of very poor quality or condition"], ["execrable", "of very poor quality or condition"], ["miserable", "of very poor quality or condition"]]}, {"answer": "wolfish", "hint": "synonyms for wolfish", "clues": [["ravening", "devouring or craving food in great quantities"], ["voracious", "devouring or craving food in great quantities"], ["esurient", "devouring or craving food in great quantities"], ["edacious", "devouring or craving food in great quantities"], ["rapacious", "devouring or craving food in great quantities"], ["wolflike", "resembling or characteristic (or considered characteristic) of a wolf"], ["ravenous", "devouring or craving food in great quantities"]]}, {"answer": "wonderful", "hint": "synonyms for wonderful", "clues": [["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["marvellous", "extraordinarily good or great ; used especially as intensifiers"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "wondrous", "hint": "synonyms for wondrous", "clues": [["rattling", "extraordinarily good or great ; used especially as intensifiers"], ["terrific", "extraordinarily good or great ; used especially as intensifiers"], ["marvellous", "extraordinarily good or great ; used especially as intensifiers"], ["howling", "extraordinarily good or great ; used especially as intensifiers"], ["grand", "extraordinarily good or great ; used especially as intensifiers"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers"]]}, {"answer": "wonky", "hint": "synonyms for wonky", "clues": [["awry", "turned or twisted toward one side; - G.K.Chesterton"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton"], ["wobbly", "inclined to shake as from weakness or defect"], ["shaky", "inclined to shake as from weakness or defect"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton"], ["askew", "turned or twisted toward one side; - G.K.Chesterton"], ["rickety", "inclined to shake as from weakness or defect"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton"]]}, {"answer": "wooden-headed", "hint": "synonyms for wooden-headed", "clues": [["fatheaded", "(used informally) stupid"], ["duncical", "(used informally) stupid"], ["thickheaded", "(used informally) stupid"], ["thick", "(used informally) stupid"], ["thick-skulled", "(used informally) stupid"], ["blockheaded", "(used informally) stupid"], ["duncish", "(used informally) stupid"], ["loggerheaded", "(used informally) stupid"], ["boneheaded", "(used informally) stupid"]]}, {"answer": "woolly", "hint": "synonyms for woolly", "clues": [["wooly", "confused and vague; used especially of thinking"], ["woolly-haired", "covered with dense often matted or curly hairs"], ["addled", "confused and vague; used especially of thinking"], ["wooly-minded", "confused and vague; used especially of thinking"], ["lanate", "covered with dense cottony hairs or hairlike filaments"], ["befuddled", "confused and vague; used especially of thinking"], ["muzzy", "confused and vague; used especially of thinking"], ["muddled", "confused and vague; used especially of thinking"], ["woolly-headed", "confused and vague; used especially of thinking"], ["flocculent", "having a fluffy character or appearance"]]}, {"answer": "woolly-headed", "hint": "synonyms for woolly-headed", "clues": [["muzzy", "confused and vague; used especially of thinking"], ["wooly", "confused and vague; used especially of thinking"], ["muddled", "confused and vague; used especially of thinking"], ["addled", "confused and vague; used especially of thinking"], ["wooly-minded", "confused and vague; used especially of thinking"], ["befuddled", "confused and vague; used especially of thinking"]]}, {"answer": "wooly", "hint": "synonyms for wooly", "clues": [["woolly-haired", "covered with dense often matted or curly hairs"], ["addled", "confused and vague; used especially of thinking"], ["wooly-minded", "confused and vague; used especially of thinking"], ["befuddled", "confused and vague; used especially of thinking"], ["woolly", "having a fluffy character or appearance"], ["muzzy", "confused and vague; used especially of thinking"], ["muddled", "confused and vague; used especially of thinking"], ["woolly-headed", "confused and vague; used especially of thinking"], ["flocculent", "having a fluffy character or appearance"]]}, {"answer": "wooly-minded", "hint": "synonyms for wooly-minded", "clues": [["muzzy", "confused and vague; used especially of thinking"], ["woolly-headed", "confused and vague; used especially of thinking"], ["wooly", "confused and vague; used especially of thinking"], ["muddled", "confused and vague; used especially of thinking"], ["addled", "confused and vague; used especially of thinking"], ["befuddled", "confused and vague; used especially of thinking"]]}, {"answer": "wordy", "hint": "synonyms for wordy", "clues": [["long-winded", "using or containing too many words"], ["windy", "using or containing too many words"], ["tedious", "using or containing too many words"], ["verbose", "using or containing too many words"]]}, {"answer": "work-shy", "hint": "synonyms for work-shy", "clues": [["slothful", "disinclined to work or exertion"], ["indolent", "disinclined to work or exertion"], ["lazy", "disinclined to work or exertion"], ["otiose", "disinclined to work or exertion"], ["faineant", "disinclined to work or exertion"]]}, {"answer": "workable", "hint": "synonyms for workable", "clues": [["viable", "capable of being done with means at hand and circumstances as they are"], ["practicable", "capable of being done with means at hand and circumstances as they are"], ["feasible", "capable of being done with means at hand and circumstances as they are"], ["executable", "capable of being done with means at hand and circumstances as they are"]]}, {"answer": "workaday", "hint": "synonyms for workaday", "clues": [["mundane", "found in the ordinary course of events; ; ; - Anita Diamant"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant"], ["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant"]]}, {"answer": "working", "hint": "synonyms for working", "clues": [["functional", "(of e.g. a machine) performing or capable of performing"], ["operative", "(of e.g. a machine) performing or capable of performing"], ["on the job", "actively engaged in paid work"], ["running", "(of e.g. a machine) performing or capable of performing"]]}, {"answer": "world-wide", "hint": "synonyms for world-wide", "clues": [["oecumenical", "of worldwide scope or applicability; ; - Christopher Morley"], ["planetary", "involving the entire earth; not limited or provincial in scope"], ["worldwide", "involving the entire earth; not limited or provincial in scope"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley"], ["global", "involving the entire earth; not limited or provincial in scope"], ["general", "of worldwide scope or applicability; ; - Christopher Morley"], ["world", "involving the entire earth; not limited or provincial in scope"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley"]]}, {"answer": "worldwide", "hint": "synonyms for worldwide", "clues": [["world-wide", "of worldwide scope or applicability; ; - Christopher Morley"], ["oecumenical", "of worldwide scope or applicability; ; - Christopher Morley"], ["planetary", "involving the entire earth; not limited or provincial in scope"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley"], ["global", "involving the entire earth; not limited or provincial in scope"], ["world", "involving the entire earth; not limited or provincial in scope"], ["general", "of worldwide scope or applicability; ; - Christopher Morley"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley"]]}, {"answer": "wormy", "hint": "synonyms for wormy", "clues": [["vermiculate", "infested with or damaged (as if eaten) by worms"], ["grovelling", "totally submissive"], ["cringing", "totally submissive"], ["wormlike", "totally submissive"], ["worm-eaten", "infested with or damaged (as if eaten) by worms"]]}, {"answer": "worn", "hint": "synonyms for worn", "clues": [["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens"]]}, {"answer": "worn-out", "hint": "synonyms for worn-out", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["raddled", "used until no longer useful"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "worn_out", "hint": "synonyms for worn out", "clues": [["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["worn-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted"]]}, {"answer": "worried", "hint": "synonyms for worried", "clues": [["apprehensive", "mentally upset over possible misfortune or danger etc"], ["upset", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief"]]}, {"answer": "worrisome", "hint": "synonyms for worrisome", "clues": [["distressful", "causing distress or worry or anxiety"], ["perturbing", "causing distress or worry or anxiety"], ["distressing", "causing distress or worry or anxiety"], ["troubling", "causing distress or worry or anxiety"], ["disturbing", "causing distress or worry or anxiety"], ["unreassuring", "not reassuring; tending to cause anxiety"], ["worrying", "causing distress or worry or anxiety"]]}, {"answer": "worrying", "hint": "synonyms for worrying", "clues": [["perturbing", "causing distress or worry or anxiety"], ["distressing", "causing distress or worry or anxiety"], ["worrisome", "causing distress or worry or anxiety"], ["troubling", "causing distress or worry or anxiety"], ["disturbing", "causing distress or worry or anxiety"], ["distressful", "causing distress or worry or anxiety"]]}, {"answer": "worse", "hint": "synonyms for worse", "clues": [["bad", "nonstandard"], ["uncollectible", "not capable of being collected"], ["high-risk", "not financially safe or secure"], ["forged", "reproduced fraudulently"], ["unfit", "physically unsound or diseased"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["spoilt", "(of foodstuffs) not in an edible or usable condition"], ["risky", "not financially safe or secure"], ["defective", "not working properly"], ["worsened", "changed for the worse in health or fitness"], ["unsound", "physically unsound or diseased"], ["tough", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')"], ["speculative", "not financially safe or secure"], ["sorry", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["big", "very intense"], ["spoiled", "(of foodstuffs) not in an edible or usable condition"]]}, {"answer": "worst", "hint": "synonyms for worst", "clues": [["bad", "nonstandard"], ["uncollectible", "not capable of being collected"], ["high-risk", "not financially safe or secure"], ["forged", "reproduced fraudulently"], ["unfit", "physically unsound or diseased"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["spoilt", "(of foodstuffs) not in an edible or usable condition"], ["risky", "not financially safe or secure"], ["defective", "not working properly"], ["unsound", "physically unsound or diseased"], ["tough", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')"], ["speculative", "not financially safe or secure"], ["sorry", "feeling or expressing regret or sorrow or a sense of loss over something done or undone"], ["big", "very intense"], ["spoiled", "(of foodstuffs) not in an edible or usable condition"]]}, {"answer": "worthless", "hint": "synonyms for worthless", "clues": [["vile", "morally reprehensible"], ["ugly", "morally reprehensible"], ["slimy", "morally reprehensible"], ["wretched", "morally reprehensible"], ["despicable", "morally reprehensible"], ["unworthy", "morally reprehensible"]]}, {"answer": "wrapped", "hint": "synonyms for wrapped", "clues": [["mantled", "covered with or as if with clothes or a wrap or cloak"], ["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["cloaked", "covered with or as if with clothes or a wrap or cloak"], ["enwrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["draped", "covered with or as if with clothes or a wrap or cloak"], ["clothed", "covered with or as if with clothes or a wrap or cloak"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare"]]}, {"answer": "wretched", "hint": "synonyms for wretched", "clues": [["pitiable", "deserving or inciting pity; ; ; - Galsworthy"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy"], ["suffering", "very unhappy; full of misery"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy"], ["poor", "deserving or inciting pity; ; ; - Galsworthy"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy"], ["execrable", "of very poor quality or condition"], ["slimy", "morally reprehensible"], ["woeful", "of very poor quality or condition"], ["miserable", "characterized by physical misery"], ["unworthy", "morally reprehensible"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy"], ["vile", "morally reprehensible"], ["worthless", "morally reprehensible"], ["despicable", "morally reprehensible"], ["deplorable", "of very poor quality or condition"], ["ugly", "morally reprehensible"]]}, {"answer": "wrong", "hint": "synonyms for wrong", "clues": [["incorrect", "not correct; not in conformity with fact or truth"], ["awry", "not functioning properly"], ["improper", "not appropriate for a purpose or occasion"], ["haywire", "not functioning properly"], ["amiss", "not functioning properly"], ["ill-timed", "badly timed"], ["faulty", "characterized by errors; not agreeing with a model or not following established rules; ; ; the wrong side of the road\""], ["unseasonable", "badly timed"], ["untimely", "badly timed"]]}, {"answer": "yeasty", "hint": "synonyms for yeasty", "clues": [["yeastlike", "of or resembling or containing yeast"], ["zesty", "marked by spirited enjoyment"], ["barmy", "marked by spirited enjoyment"], ["zestful", "marked by spirited enjoyment"]]}, {"answer": "yellow", "hint": "synonyms for yellow", "clues": [["chicken", "easily frightened"], ["yellowed", "changed to a yellowish color by age"], ["chickenhearted", "easily frightened"], ["scandalmongering", "typical of tabloids"], ["sensationalistic", "typical of tabloids"], ["yellow-bellied", "easily frightened"], ["lily-livered", "easily frightened"], ["icteric", "affected by jaundice which causes yellowing of skin etc"], ["white-livered", "easily frightened"], ["jaundiced", "affected by jaundice which causes yellowing of skin etc"], ["yellowish", "of the color intermediate between green and orange in the color spectrum; of something resembling the color of an egg yolk"], ["xanthous", "of the color intermediate between green and orange in the color spectrum; of something resembling the color of an egg yolk"]]}, {"answer": "yellow-bellied", "hint": "synonyms for yellow-bellied", "clues": [["lily-livered", "easily frightened"], ["chicken", "easily frightened"], ["white-livered", "easily frightened"], ["chickenhearted", "easily frightened"], ["yellow", "easily frightened"]]}, {"answer": "yokelish", "hint": "synonyms for yokelish", "clues": [["underbred", "(of persons) lacking in refinement or grace"], ["bounderish", "(of persons) lacking in refinement or grace"], ["ill-bred", "(of persons) lacking in refinement or grace"], ["rude", "(of persons) lacking in refinement or grace"], ["lowbred", "(of persons) lacking in refinement or grace"]]}, {"answer": "young", "hint": "synonyms for young", "clues": [["new", "(of crops) harvested at an early stage of development; before complete maturity"], ["immature", "(used of living things especially persons) in an early period of life or development or growth"], ["youthful", "suggestive of youth; vigorous and fresh"], ["unseasoned", "not tried or tested by experience"], ["untried", "not tried or tested by experience"], ["vernal", "suggestive of youth; vigorous and fresh"], ["untested", "not tried or tested by experience"]]}, {"answer": "younger", "hint": "synonyms for younger", "clues": [["immature", "(used of living things especially persons) in an early period of life or development or growth"], ["untried", "not tried or tested by experience"], ["vernal", "suggestive of youth; vigorous and fresh"], ["young", "suggestive of youth; vigorous and fresh"], ["jr.", "used of the younger of two persons of the same name especially used to distinguish a son from his father"], ["untested", "not tried or tested by experience"], ["new", "(of crops) harvested at an early stage of development; before complete maturity"], ["unseasoned", "not tried or tested by experience"], ["youthful", "suggestive of youth; vigorous and fresh"]]}, {"answer": "yucky", "hint": "synonyms for yucky", "clues": [["foul", "highly offensive; arousing aversion or disgust"], ["repellant", "highly offensive; arousing aversion or disgust"], ["disgustful", "highly offensive; arousing aversion or disgust"], ["disgusting", "highly offensive; arousing aversion or disgust"], ["skanky", "highly offensive; arousing aversion or disgust"], ["repelling", "highly offensive; arousing aversion or disgust"], ["wicked", "highly offensive; arousing aversion or disgust"], ["distasteful", "highly offensive; arousing aversion or disgust"], ["loathsome", "highly offensive; arousing aversion or disgust"], ["revolting", "highly offensive; arousing aversion or disgust"], ["loathly", "highly offensive; arousing aversion or disgust"]]}, {"answer": "yummy", "hint": "synonyms for yummy", "clues": [["pleasant-tasting", "extremely pleasing to the sense of taste"], ["delectable", "extremely pleasing to the sense of taste"], ["delicious", "extremely pleasing to the sense of taste"], ["toothsome", "extremely pleasing to the sense of taste"], ["scrumptious", "extremely pleasing to the sense of taste"], ["luscious", "extremely pleasing to the sense of taste"]]}, {"answer": "zany", "hint": "synonyms for zany", "clues": [["clownlike", "like a clown"], ["sappy", "ludicrous, foolish"], ["clownish", "like a clown"], ["buffoonish", "like a clown"], ["silly", "ludicrous, foolish"], ["cockamamie", "ludicrous, foolish"], ["whacky", "ludicrous, foolish"], ["goofy", "ludicrous, foolish"], ["cockamamy", "ludicrous, foolish"]]}, {"answer": "zesty", "hint": "synonyms for zesty", "clues": [["zestful", "marked by spirited enjoyment"], ["piquant", "having an agreeably pungent taste"], ["spicy", "having an agreeably pungent taste"], ["savory", "having an agreeably pungent taste"], ["yeasty", "marked by spirited enjoyment"], ["barmy", "marked by spirited enjoyment"]]}, {"answer": "zippy", "hint": "synonyms for zippy", "clues": [["spanking", "quick and energetic"], ["lively", "quick and energetic"], ["bouncy", "marked by lively action"], ["snappy", "quick and energetic"], ["spirited", "marked by lively action"], ["rattling", "quick and energetic"], ["alert", "quick and energetic"], ["bouncing", "marked by lively action"], ["peppy", "marked by lively action"], ["merry", "quick and energetic"], ["brisk", "quick and energetic"]]}, {"answer": "closer", "hint": "synonyms for closer", "clues": [["close", "confined to specific persons"], ["tightlipped", "inclined to secrecy or reticence about divulging information"], ["snug", "fitting closely but comfortably"], ["cheeseparing", "giving or spending with reluctance"], ["airless", "lacking fresh air"], ["unaired", "lacking fresh air"], ["stuffy", "lacking fresh air"], ["near", "not far distant in time or space or degree or circumstances"], ["close-fitting", "fitting closely but comfortably"], ["nigh", "not far distant in time or space or degree or circumstances"], ["confining", "crowded"], ["skinny", "giving or spending with reluctance"], ["penny-pinching", "giving or spending with reluctance"], ["faithful", "marked by fidelity to an original"], ["tight", "of textiles"], ["closelipped", "inclined to secrecy or reticence about divulging information"], ["secretive", "inclined to secrecy or reticence about divulging information"], ["closemouthed", "inclined to secrecy or reticence about divulging information"]]}, {"answer": "closest", "hint": "synonyms for closest", "clues": [["close", "confined to specific persons"], ["tightlipped", "inclined to secrecy or reticence about divulging information"], ["snug", "fitting closely but comfortably"], ["cheeseparing", "giving or spending with reluctance"], ["airless", "lacking fresh air"], ["unaired", "lacking fresh air"], ["stuffy", "lacking fresh air"], ["near", "not far distant in time or space or degree or circumstances"], ["close-fitting", "fitting closely but comfortably"], ["nigh", "not far distant in time or space or degree or circumstances"], ["confining", "crowded"], ["skinny", "giving or spending with reluctance"], ["penny-pinching", "giving or spending with reluctance"], ["faithful", "marked by fidelity to an original"], ["tight", "of textiles"], ["closelipped", "inclined to secrecy or reticence about divulging information"], ["secretive", "inclined to secrecy or reticence about divulging information"], ["closemouthed", "inclined to secrecy or reticence about divulging information"]]}, {"answer": "faster", "hint": "synonyms for faster", "clues": [["firm", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["libertine", "unrestrained by convention or morality"], ["immobile", "securely fixed in place"], ["debauched", "unrestrained by convention or morality"], ["fast", "(used of timepieces) indicating a time ahead of or later than the correct time"], ["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["flying", "hurried and brief"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["dissipated", "unrestrained by convention or morality"], ["quick", "hurried and brief"]]}, {"answer": "fastest", "hint": "synonyms for fastest", "clues": [["firm", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["libertine", "unrestrained by convention or morality"], ["immobile", "securely fixed in place"], ["debauched", "unrestrained by convention or morality"], ["fast", "(used of timepieces) indicating a time ahead of or later than the correct time"], ["riotous", "unrestrained by convention or morality"], ["dissolute", "unrestrained by convention or morality"], ["degenerate", "unrestrained by convention or morality"], ["degraded", "unrestrained by convention or morality"], ["profligate", "unrestrained by convention or morality"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["flying", "hurried and brief"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison"], ["dissipated", "unrestrained by convention or morality"], ["quick", "hurried and brief"]]}, {"answer": "longer", "hint": "synonyms for longer", "clues": [["long", "of relatively great height; - Sherwood Anderson"], ["tenacious", "good at remembering"], ["retentive", "good at remembering"], ["prospicient", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["farseeing", "planning prudently for the future"], ["farsighted", "planning prudently for the future"], ["longsighted", "planning prudently for the future"], ["recollective", "good at remembering"]]}, {"answer": "longest", "hint": "synonyms for longest", "clues": [["long", "of relatively great height; - Sherwood Anderson"], ["tenacious", "good at remembering"], ["retentive", "good at remembering"], ["prospicient", "planning prudently for the future"], ["foresightful", "planning prudently for the future"], ["farseeing", "planning prudently for the future"], ["farsighted", "planning prudently for the future"], ["longsighted", "planning prudently for the future"], ["recollective", "good at remembering"]]}, {"answer": "nearer", "hint": "synonyms for nearer", "clues": [["near", "very close in resemblance"], ["cheeseparing", "giving or spending with reluctance"], ["close", "not far distant in time or space or degree or circumstances"], ["approximate", "very close in resemblance"], ["dear", "with or in a close or intimate relationship"], ["good", "with or in a close or intimate relationship"], ["skinny", "giving or spending with reluctance"], ["nigh", "not far distant in time or space or degree or circumstances"], ["penny-pinching", "giving or spending with reluctance"]]}, {"answer": "nearest", "hint": "synonyms for nearest", "clues": [["near", "very close in resemblance"], ["cheeseparing", "giving or spending with reluctance"], ["close", "not far distant in time or space or degree or circumstances"], ["approximate", "very close in resemblance"], ["dear", "with or in a close or intimate relationship"], ["good", "with or in a close or intimate relationship"], ["skinny", "giving or spending with reluctance"], ["nigh", "not far distant in time or space or degree or circumstances"], ["penny-pinching", "giving or spending with reluctance"]]}, {"answer": "quicker", "hint": "synonyms for quicker", "clues": [["quick", "accomplished rapidly and without delay"], ["agile", "moving quickly and lightly"], ["warm", "easily aroused or excited"], ["speedy", "accomplished rapidly and without delay"], ["flying", "hurried and brief"], ["spry", "moving quickly and lightly"], ["immediate", "performed with little or no delay"], ["straightaway", "performed with little or no delay"], ["prompt", "performed with little or no delay"], ["fast", "hurried and brief"], ["nimble", "moving quickly and lightly"], ["ready", "apprehending and responding with speed and sensitivity"]]}, {"answer": "quickest", "hint": "synonyms for quickest", "clues": [["quick", "accomplished rapidly and without delay"], ["agile", "moving quickly and lightly"], ["warm", "easily aroused or excited"], ["speedy", "accomplished rapidly and without delay"], ["flying", "hurried and brief"], ["spry", "moving quickly and lightly"], ["immediate", "performed with little or no delay"], ["straightaway", "performed with little or no delay"], ["prompt", "performed with little or no delay"], ["fast", "hurried and brief"], ["nimble", "moving quickly and lightly"], ["ready", "apprehending and responding with speed and sensitivity"]]}, {"answer": "slower", "hint": "synonyms for slower", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["sluggish", "(of business) not active or brisk"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "slowest", "hint": "synonyms for slowest", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["sluggish", "(of business) not active or brisk"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain"]]}, {"answer": "abstracter", "hint": "synonyms for abstracter", "clues": [["nonfigurative", "not representing or imitating external reality or the objects of nature"], ["abstract", "not representing or imitating external reality or the objects of nature"], ["nonobjective", "not representing or imitating external reality or the objects of nature"], ["abstractionist", "not representing or imitating external reality or the objects of nature"]]}, {"answer": "adulterer", "hint": "synonyms for adulterer", "clues": [["grownup", "(of animals) fully developed"], ["big", "(of animals) fully developed"], ["pornographic", "designed to arouse lust"], ["full-grown", "(of animals) fully developed"], ["grown", "(of animals) fully developed"], ["adult", "(of animals) fully developed"]]}, {"answer": "balder", "hint": "synonyms for balder", "clues": [["bald", "with no effort to conceal"], ["bald-pated", "lacking hair on all or most of the scalp"], ["denuded", "without the natural or usual covering"], ["bald-headed", "lacking hair on all or most of the scalp"], ["barefaced", "with no effort to conceal"], ["denudate", "without the natural or usual covering"]]}, {"answer": "berserker", "hint": "synonyms for berserker", "clues": [["berserk", "frenzied as if possessed by a demon"], ["amok", "frenzied as if possessed by a demon"], ["demoniacal", "frenzied as if possessed by a demon"], ["possessed", "frenzied as if possessed by a demon"], ["amuck", "frenzied as if possessed by a demon"]]}, {"answer": "broker", "hint": "synonyms for broker", "clues": [["stone-broke", "lacking funds"], ["broke", "lacking funds"], ["skint", "lacking funds"], ["bust", "lacking funds"]]}, {"answer": "bustier", "hint": "synonyms for bustier", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves"], ["voluptuous", "(of a woman's body) having a large bosom and pleasing curves"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves"], ["busty", "(of a woman's body) having a large bosom and pleasing curves"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves"]]}, {"answer": "cleaner", "hint": "synonyms for cleaner", "clues": [["uncontaminating", "not spreading pollution or contamination; especially radioactive contamination"], ["clean", "exhibiting or calling for sportsmanship or fair play"], ["neat", "free from clumsiness; precisely or deftly executed"], ["white", "(of a surface) not written or printed on"], ["light", "(of sound or color) free from anything that dulls or dims"], ["blank", "(of a surface) not written or printed on"], ["clear", "(of sound or color) free from anything that dulls or dims"], ["sporty", "exhibiting or calling for sportsmanship or fair play"], ["fair", "(of a manuscript) having few alterations or corrections"], ["fresh", "free from impurities"], ["unclouded", "(of sound or color) free from anything that dulls or dims"], ["sporting", "exhibiting or calling for sportsmanship or fair play"], ["uninfected", "free from sepsis or infection"], ["clean-living", "morally pure"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play"], ["unobjectionable", "(of behavior or especially language) free from objectionable elements; fit for all observers"]]}, {"answer": "commoner", "hint": "synonyms for commoner", "clues": [["common", "to be expected; standard"], ["vernacular", "being or characteristic of or appropriate to everyday language"], ["usual", "commonly encountered"], ["vulgar", "lacking refinement or cultivation or taste"], ["coarse", "lacking refinement or cultivation or taste"], ["mutual", "common to or shared by two or more parties"], ["unwashed", "of or associated with the great masses of people"], ["rough-cut", "lacking refinement or cultivation or taste"], ["uncouth", "lacking refinement or cultivation or taste"], ["plebeian", "of or associated with the great masses of people"]]}, {"answer": "dearest", "hint": "synonyms for dearest", "clues": [["dear", "earnest"], ["earnest", "earnest"], ["high-priced", "having a high price"], ["near", "with or in a close or intimate relationship"], ["devout", "earnest"], ["heartfelt", "earnest"], ["beloved", "dearly loved"], ["good", "with or in a close or intimate relationship"], ["pricy", "having a high price"], ["darling", "dearly loved"], ["costly", "having a high price"]]}, {"answer": "dimmer", "hint": "synonyms for dimmer", "clues": [["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dimmed", "made dim or less bright"], ["faint", "lacking clarity or distinctness"], ["wispy", "lacking clarity or distinctness"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["bleak", "offering little or no hope; ; ; - J.M.Synge"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"], ["subdued", "lacking in light; not bright or harsh"], ["vague", "lacking clarity or distinctness"], ["shadowy", "lacking clarity or distinctness"], ["black", "offering little or no hope; ; ; - J.M.Synge"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray"]]}, {"answer": "diviner", "hint": "synonyms for diviner", "clues": [["godlike", "appropriate to or befitting a god; ; ; -R.H.Roveref"], ["inspired", "being of such surpassing excellence as to suggest inspiration by the gods"], ["divine", "resulting from divine providence"], ["providential", "resulting from divine providence"], ["godly", "emanating from God; ; ; -Saturday Review"], ["elysian", "being of such surpassing excellence as to suggest inspiration by the gods"]]}, {"answer": "doubler", "hint": "synonyms for doubler", "clues": [["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["bivalent", "used of homologous chromosomes associated in pairs in synapsis"], ["three-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison"], ["duple", "consisting of or involving two parts or components usually in pairs"], ["forked", "having two meanings with intent to deceive"]]}, {"answer": "drier", "hint": "synonyms for drier", "clues": [["dry", "opposed to or prohibiting the production and sale of alcoholic beverages"], ["juiceless", "lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown"], ["ironic", "humorously sarcastic or mocking"], ["teetotal", "practicing complete abstinence from alcoholic beverages"], ["wry", "humorously sarcastic or mocking"]]}, {"answer": "dryer", "hint": "synonyms for dryer", "clues": [["dry", "opposed to or prohibiting the production and sale of alcoholic beverages"], ["juiceless", "lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown"], ["ironic", "humorously sarcastic or mocking"], ["teetotal", "practicing complete abstinence from alcoholic beverages"], ["wry", "humorously sarcastic or mocking"]]}, {"answer": "fakeer", "hint": "synonyms for fakeer", "clues": [["false", "not genuine or real; being an imitation of the genuine article"], ["faux", "not genuine or real; being an imitation of the genuine article"], ["fake", "fraudulent; having a misleading appearance"], ["bastard", "fraudulent; having a misleading appearance"], ["simulated", "not genuine or real; being an imitation of the genuine article"], ["phoney", "fraudulent; having a misleading appearance"], ["imitation", "not genuine or real; being an imitation of the genuine article"], ["bogus", "fraudulent; having a misleading appearance"]]}, {"answer": "fresher", "hint": "synonyms for fresher", "clues": [["novel", "original and of a kind not seen before"], ["fresh", "not containing or composed of salt water"], ["smart", "improperly forward or bold"], ["brisk", "imparting vitality and energy"], ["sassy", "improperly forward or bold"], ["bracing", "imparting vitality and energy"], ["refreshful", "imparting vitality and energy"], ["invigorated", "with restored energy"], ["sweet", "not soured or preserved"], ["unfermented", "not soured or preserved"], ["overbold", "improperly forward or bold"], ["unused", "not yet used or soiled"], ["wise", "improperly forward or bold"], ["new", "original and of a kind not seen before"], ["saucy", "improperly forward or bold"], ["clean", "free from impurities"], ["tonic", "imparting vitality and energy"], ["impertinent", "improperly forward or bold"], ["impudent", "improperly forward or bold"], ["refreshing", "imparting vitality and energy"], ["refreshed", "with restored energy"]]}, {"answer": "fuller", "hint": "synonyms for fuller", "clues": [["full", "(of sound) having marked deepness and body"], ["total", "complete in extent or degree and in every particular"], ["broad", "being at a peak or culminating point"], ["good", "having the normally expected amount"], ["wide-cut", "having ample fabric"], ["replete", "filled to satisfaction with food or drink"], ["wide", "having ample fabric"], ["entire", "constituting the full quantity or extent; complete"]]}, {"answer": "graver", "hint": "synonyms for graver", "clues": [["sedate", "dignified and somber in manner or character and committed to keeping promises"], ["sober", "dignified and somber in manner or character and committed to keeping promises"], ["grievous", "causing fear or anxiety by threatening great harm"], ["severe", "causing fear or anxiety by threatening great harm"], ["solemn", "dignified and somber in manner or character and committed to keeping promises"], ["grave", "dignified and somber in manner or character and committed to keeping promises"], ["life-threatening", "causing fear or anxiety by threatening great harm"], ["serious", "causing fear or anxiety by threatening great harm"], ["dangerous", "causing fear or anxiety by threatening great harm"], ["weighty", "of great gravity or crucial import; requiring serious thought"], ["heavy", "of great gravity or crucial import; requiring serious thought"]]}, {"answer": "idler", "hint": "synonyms for idler", "clues": [["groundless", "without a basis in reason or fact"], ["idle", "not in action or at work"], ["loose", "lacking a sense of restraint or responsibility"], ["wild", "without a basis in reason or fact"], ["baseless", "without a basis in reason or fact"], ["light", "silly or trivial"], ["unwarranted", "without a basis in reason or fact"], ["out of work", "not having a job"], ["jobless", "not having a job"], ["unused", "not in active use"], ["unfounded", "without a basis in reason or fact"], ["dead", "not yielding a return"]]}, {"answer": "lighter", "hint": "synonyms for lighter", "clues": [["light", "easily assimilated in the alimentary canal; not rich or heavily seasoned"], ["low-cal", "having relatively few calories"], ["idle", "silly or trivial"], ["lightsome", "moving easily and quickly; nimble"], ["light-headed", "weak and likely to lose consciousness"], ["promiscuous", "casual and unrestrained in sexual behavior"], ["weak", "(used of vowels or syllables) pronounced with little or no stress"], ["unclouded", "(of sound or color) free from anything that dulls or dims"], ["swooning", "weak and likely to lose consciousness"], ["sluttish", "casual and unrestrained in sexual behavior"], ["wanton", "casual and unrestrained in sexual behavior"], ["light-colored", "(used of color) having a relatively small amount of coloring agent"], ["loose", "casual and unrestrained in sexual behavior"], ["lite", "having relatively few calories"], ["faint", "weak and likely to lose consciousness"], ["clean", "(of sound or color) free from anything that dulls or dims"], ["tripping", "moving easily and quickly; nimble"], ["clear", "(of sound or color) free from anything that dulls or dims"], ["scant", "less than the correct or legal or full amount often deliberately so"], ["calorie-free", "having relatively few calories"], ["short", "less than the correct or legal or full amount often deliberately so"], ["wakeful", "(of sleep) easily disturbed"], ["abstemious", "marked by temperance in indulgence"], ["unaccented", "(used of vowels or syllables) pronounced with little or no stress"], ["easy", "casual and unrestrained in sexual behavior"]]}, {"answer": "lower", "hint": "synonyms for lower", "clues": [["low-spirited", "filled with melancholy and despondency"], ["downhearted", "filled with melancholy and despondency"], ["low-pitched", "used of sounds and voices; low in pitch or frequency"], ["low", "low or inferior in station or quality"], ["down in the mouth", "filled with melancholy and despondency"], ["depleted", "no longer sufficient"], ["scummy", "of the most contemptible kind"], ["modest", "low or inferior in station or quality"], ["humble", "low or inferior in station or quality"], ["depressed", "filled with melancholy and despondency"], ["low-down", "of the most contemptible kind"], ["dispirited", "filled with melancholy and despondency"], ["down", "filled with melancholy and despondency"], ["grim", "filled with melancholy and despondency"], ["scurvy", "of the most contemptible kind"], ["miserable", "of the most contemptible kind"], ["humiliated", "subdued or brought low in condition or status"], ["small", "low or inferior in station or quality"], ["crushed", "subdued or brought low in condition or status"], ["abject", "of the most contemptible kind"], ["broken", "subdued or brought low in condition or status"], ["downcast", "filled with melancholy and despondency"], ["low-toned", "very low in volume"], ["gloomy", "filled with melancholy and despondency"], ["blue", "filled with melancholy and despondency"]]}, {"answer": "madder", "hint": "synonyms for madder", "clues": [["brainsick", "affected with madness or insanity"], ["huffy", "roused to anger; - Mark Twain"], ["crazy", "affected with madness or insanity"], ["excited", "marked by uncontrolled excitement or emotion"], ["sick", "affected with madness or insanity"], ["unbalanced", "affected with madness or insanity"], ["unhinged", "affected with madness or insanity"], ["unrestrained", "marked by uncontrolled excitement or emotion"], ["mad", "roused to anger; - Mark Twain"], ["sore", "roused to anger; - Mark Twain"], ["insane", "very foolish"], ["frantic", "marked by uncontrolled excitement or emotion"], ["demented", "affected with madness or insanity"], ["delirious", "marked by uncontrolled excitement or emotion"], ["disturbed", "affected with madness or insanity"], ["harebrained", "very foolish"]]}, {"answer": "offerer", "hint": "synonyms for offerer", "clues": [["sour", "in an unpalatable state"], ["off", "in an unpalatable state"], ["turned", "in an unpalatable state"], ["cancelled", "(of events) no longer planned or scheduled"]]}, {"answer": "out-and-outer", "hint": "synonyms for out-and-outer", "clues": [["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers"]]}, {"answer": "perfecter", "hint": "synonyms for perfecter", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "being complete of its kind and without defect or blemish"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "rasher", "hint": "synonyms for rasher", "clues": [["foolhardy", "marked by defiant disregard for danger or consequences; ; -Macaulay"], ["rash", "imprudently incurring risk; - George Meredith"], ["heady", "marked by defiant disregard for danger or consequences; ; -Macaulay"], ["reckless", "marked by defiant disregard for danger or consequences; ; -Macaulay"]]}, {"answer": "screwballer", "hint": "synonyms for screwballer", "clues": [["softheaded", "foolish; totally unsound"], ["half-baked", "foolish; totally unsound"], ["crazy", "foolish; totally unsound"], ["screwball", "foolish; totally unsound"]]}, {"answer": "secreter", "hint": "synonyms for secreter", "clues": [["secret", "not expressed"], ["mystical", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["hugger-mugger", "conducted with or marked by hidden aims or methods"], ["surreptitious", "conducted with or marked by hidden aims or methods"], ["secluded", "hidden from general view or use"], ["confidential", "(of information) given in confidence or in secret"], ["hush-hush", "conducted with or marked by hidden aims or methods"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["hole-and-corner", "conducted with or marked by hidden aims or methods"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding"], ["private", "not expressed"], ["privy", "hidden from general view or use"], ["underground", "conducted with or marked by hidden aims or methods"], ["unavowed", "not openly made known"], ["undercover", "conducted with or marked by hidden aims or methods"], ["hidden", "designed to elude detection"], ["clandestine", "conducted with or marked by hidden aims or methods"]]}, {"answer": "securer", "hint": "synonyms for securer", "clues": [["strong", "immune to attack; incapable of being tampered with"], ["untroubled", "free from fear or doubt; easy in mind"], ["secure", "immune to attack; incapable of being tampered with"], ["unassailable", "immune to attack; incapable of being tampered with"], ["dependable", "financially sound"], ["unattackable", "immune to attack; incapable of being tampered with"], ["good", "financially sound"], ["inviolable", "immune to attack; incapable of being tampered with"], ["impregnable", "immune to attack; incapable of being tampered with"], ["safe", "financially sound"], ["unafraid", "free from fear or doubt; easy in mind"]]}, {"answer": "sharper", "hint": "synonyms for sharper", "clues": [["sharp", "quick and forceful"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions"], ["crisp", "(of something seen or heard) clearly defined"], ["acute", "ending in a sharp point"], ["astute", "marked by practical hardheaded intelligence"], ["tart", "harsh"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions"], ["precipitous", "extremely steep"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions"], ["sharp-worded", "harsh"], ["shrill", "having or emitting a high-pitched and sharp tone or tones"], ["shrewd", "marked by practical hardheaded intelligence"], ["needlelike", "ending in a sharp point"], ["abrupt", "extremely steep"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions"]]}, {"answer": "sixer", "hint": "synonyms for sixer", "clues": [["half dozen", "denoting a quantity consisting of six items or units"], ["vi", "denoting a quantity consisting of six items or units"], ["6", "denoting a quantity consisting of six items or units"], ["six", "denoting a quantity consisting of six items or units"]]}, {"answer": "slicker", "hint": "synonyms for slicker", "clues": [["tricky", "marked by skill in deception"], ["knavish", "marked by skill in deception"], ["sleek", "having a smooth, gleaming surface reflecting light"], ["slick", "having only superficial plausibility"], ["sly", "marked by skill in deception"], ["satiny", "having a smooth, gleaming surface reflecting light"], ["dodgy", "marked by skill in deception"], ["silken", "having a smooth, gleaming surface reflecting light"], ["glib", "having only superficial plausibility"], ["crafty", "marked by skill in deception"], ["pat", "having only superficial plausibility"], ["wily", "marked by skill in deception"], ["silklike", "having a smooth, gleaming surface reflecting light"], ["foxy", "marked by skill in deception"], ["silky", "having a smooth, gleaming surface reflecting light"], ["guileful", "marked by skill in deception"], ["cunning", "marked by skill in deception"]]}, {"answer": "smoother", "hint": "synonyms for smoother", "clues": [["suave", "smoothly agreeable and courteous with a degree of sophistication"], ["smooth", "of the margin of a leaf shape; not broken up into teeth"], ["tranquil", "(of a body of water) free from disturbance by heavy waves"], ["unruffled", "(of a body of water) free from disturbance by heavy waves"], ["fluent", "smooth and unconstrained in movement"], ["politic", "smoothly agreeable and courteous with a degree of sophistication"], ["placid", "(of a body of water) free from disturbance by heavy waves"], ["fluid", "smooth and unconstrained in movement"], ["still", "(of a body of water) free from disturbance by heavy waves"], ["legato", "(music) without breaks between notes; smooth and connected"], ["quiet", "(of a body of water) free from disturbance by heavy waves"], ["liquid", "smooth and unconstrained in movement"], ["bland", "smoothly agreeable and courteous with a degree of sophistication"]]}, {"answer": "sounder", "hint": "synonyms for sounder", "clues": [["effectual", "having legal efficacy or force"], ["intelligent", "exercising or showing good judgment"], ["well-grounded", "logically valid"], ["reasoned", "logically valid"], ["sound", "financially secure and safe"], ["wakeless", "(of sleep) deep and complete"], ["profound", "(of sleep) deep and complete"], ["level-headed", "exercising or showing good judgment"], ["legal", "having legal efficacy or force"], ["heavy", "(of sleep) deep and complete"], ["good", "in excellent physical condition"], ["healthy", "exercising or showing good judgment"]]}, {"answer": "sparer", "hint": "synonyms for sparer", "clues": [["spare", "not taken up by scheduled activities"], ["bare", "lacking embellishment or ornamentation"], ["supererogatory", "more than is needed, desired, or required"], ["scanty", "lacking in amplitude or quantity"], ["surplus", "more than is needed, desired, or required"], ["unornamented", "lacking embellishment or ornamentation"], ["extra", "more than is needed, desired, or required"], ["unembellished", "lacking embellishment or ornamentation"], ["supernumerary", "more than is needed, desired, or required"], ["plain", "lacking embellishment or ornamentation"], ["superfluous", "more than is needed, desired, or required"], ["trim", "thin and fit"], ["redundant", "more than is needed, desired, or required"], ["excess", "more than is needed, desired, or required"], ["free", "not taken up by scheduled activities"]]}, {"answer": "squatter", "hint": "synonyms for squatter", "clues": [["low-set", "short and thick; as e.g. having short legs and heavy musculature"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature"], ["chunky", "short and thick; as e.g. having short legs and heavy musculature"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature"], ["squat", "short and thick; as e.g. having short legs and heavy musculature"], ["underslung", "having a low center of gravity; built low to the ground"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature"]]}, {"answer": "squinter", "hint": "synonyms for squinter", "clues": [["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen"]]}, {"answer": "steeper", "hint": "synonyms for steeper", "clues": [["outrageous", "greatly exceeding bounds of reason or moderation"], ["exorbitant", "greatly exceeding bounds of reason or moderation"], ["unconscionable", "greatly exceeding bounds of reason or moderation"], ["usurious", "greatly exceeding bounds of reason or moderation"], ["steep", "of a slope; set at a high angle"], ["extortionate", "greatly exceeding bounds of reason or moderation"]]}, {"answer": "stranger", "hint": "synonyms for stranger", "clues": [["unusual", "being definitely out of the ordinary and unexpected; slightly odd or even a bit weird"], ["unknown", "not known before"], ["strange", "being definitely out of the ordinary and unexpected; slightly odd or even a bit weird"], ["foreign", "relating to or originating in or characteristic of another place or part of the world"]]}, {"answer": "tangier", "hint": "synonyms for tangier", "clues": [["tangy", "tasting sour like a lemon"], ["lemonlike", "tasting sour like a lemon"], ["lemony", "tasting sour like a lemon"], ["sourish", "tasting sour like a lemon"], ["tart", "tasting sour like a lemon"]]}, {"answer": "thinner", "hint": "synonyms for thinner", "clues": [["slender", "very narrow"], ["thin", "not dense"], ["lean", "lacking excess flesh; ; -Shakespeare"], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\""], ["sparse", "not dense"], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\""]]}, {"answer": "trimester", "hint": "synonyms for trimester", "clues": [["tailored", "severely simple in line or design"], ["trig", "neat and smart in appearance"], ["clean-cut", "neat and smart in appearance"], ["trim", "severely simple in line or design"], ["spare", "thin and fit"], ["well-kept", "of places; characterized by order and neatness; free from disorder"], ["shipshape", "of places; characterized by order and neatness; free from disorder"]]}, {"answer": "trimmer", "hint": "synonyms for trimmer", "clues": [["tailored", "severely simple in line or design"], ["trig", "neat and smart in appearance"], ["clean-cut", "neat and smart in appearance"], ["trim", "severely simple in line or design"], ["spare", "thin and fit"], ["well-kept", "of places; characterized by order and neatness; free from disorder"], ["shipshape", "of places; characterized by order and neatness; free from disorder"]]}, {"answer": "twiner", "hint": "synonyms for twiner", "clues": [["duplicate", "being two identical"], ["twinned", "being two identical"], ["twin", "being two identical"], ["matching", "being two identical"]]}, {"answer": "utterer", "hint": "synonyms for utterer", "clues": [["sodding", "without qualification; used informally as (often pejorative) intensifiers"], ["pure", "without qualification; used informally as (often pejorative) intensifiers"], ["stark", "without qualification; used informally as (often pejorative) intensifiers"], ["utter", "without qualification; used informally as (often pejorative) intensifiers"], ["dead", "complete"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers"], ["complete", "without qualification; used informally as (often pejorative) intensifiers"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers"], ["staring", "without qualification; used informally as (often pejorative) intensifiers"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers"], ["gross", "without qualification; used informally as (often pejorative) intensifiers"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers"]]}, {"answer": "warmer", "hint": "synonyms for warmer", "clues": [["warm", "psychologically warm; friendly and responsive"], ["ardent", "characterized by strong enthusiasm"], ["fond", "having or displaying warmth or affection"], ["lovesome", "having or displaying warmth or affection"], ["affectionate", "having or displaying warmth or affection"], ["tender", "having or displaying warmth or affection"], ["quick", "easily aroused or excited"], ["strong", "freshly made or left"]]}, {"answer": "wetter", "hint": "synonyms for wetter", "clues": [["pixilated", "very drunk"], ["wet", "covered or soaked with a liquid such as water"], ["sloshed", "very drunk"], ["tight", "very drunk"], ["pissed", "very drunk"], ["cockeyed", "very drunk"], ["besotted", "very drunk"], ["smashed", "very drunk"], ["pie-eyed", "very drunk"], ["lactating", "producing or secreting milk"], ["blind drunk", "very drunk"], ["crocked", "very drunk"], ["stiff", "very drunk"], ["slopped", "very drunk"], ["sozzled", "very drunk"], ["loaded", "very drunk"], ["soaked", "very drunk"], ["fuddled", "very drunk"], ["plastered", "very drunk"], ["blotto", "very drunk"], ["squiffy", "very drunk"], ["soused", "very drunk"]]}, {"answer": "wilder", "hint": "synonyms for wilder", "clues": [["wild", "intensely enthusiastic about or preoccupied with"], ["raving mad", "talking or behaving irrationally"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade"], ["crazy", "intensely enthusiastic about or preoccupied with"], ["groundless", "without a basis in reason or fact"], ["furious", "(of the elements) as if showing violent anger"], ["waste", "located in a dismal or remote area; desolate"], ["godforsaken", "located in a dismal or remote area; desolate"], ["violent", "(of colors or sounds) intensely vivid or loud"], ["baseless", "without a basis in reason or fact"], ["unwarranted", "without a basis in reason or fact"], ["fantastic", "fanciful and unrealistic; foolish"], ["tempestuous", "(of the elements) as if showing violent anger"], ["idle", "without a basis in reason or fact"], ["dotty", "intensely enthusiastic about or preoccupied with"], ["angry", "(of the elements) as if showing violent anger"], ["risky", "involving risk or danger"], ["uncivilised", "without civilizing influences; ; ; ; -Margaret Meade"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade"], ["unfounded", "without a basis in reason or fact"], ["raging", "(of the elements) as if showing violent anger"], ["gaga", "intensely enthusiastic about or preoccupied with"], ["untamed", "in a natural state; not tamed or domesticated or cultivated"], ["barbaric", "without civilizing influences; ; ; ; -Margaret Meade"], ["hazardous", "involving risk or danger"]]}, {"answer": "blither", "hint": "synonyms for blither", "clues": [["blithe", "lacking or showing a lack of due concern"], ["blithesome", "carefree and happy and lighthearted"], ["light-hearted", "carefree and happy and lighthearted"], ["lightsome", "carefree and happy and lighthearted"]]}, {"answer": "flatter", "hint": "synonyms for flatter", "clues": [["plane", "having a surface without slope, tilt in which no part is higher or lower than another"], ["prostrate", "stretched out and lying at full length along the ground"], ["flat", "having a relatively broad surface in relation to depth or thickness"], ["compressed", "flattened laterally along the whole length (e.g., certain leafstalks or flatfishes)"], ["monotone", "sounded or spoken in a tone unvarying in pitch"], ["matte", "not reflecting light; not glossy"], ["bland", "lacking stimulating characteristics; uninteresting"], ["monotonous", "sounded or spoken in a tone unvarying in pitch"], ["vapid", "lacking taste or flavor or tang"], ["unconditional", "not modified or restricted by reservations"], ["2-dimensional", "lacking the expected range or depth; not designed to give an illusion or depth"], ["insipid", "lacking taste or flavor or tang"], ["flavourless", "lacking taste or flavor or tang"], ["categoric", "not modified or restricted by reservations"], ["level", "having a surface without slope, tilt in which no part is higher or lower than another"], ["mat", "not reflecting light; not glossy"], ["monotonic", "sounded or spoken in a tone unvarying in pitch"], ["savorless", "lacking taste or flavor or tang"]]}], "portion": 0}] \ No newline at end of file
+var corpus = [{"name": "suffixes", "groups": [{"answer": "about", "hint": "_ about", "clues": [["gad", [0, 0, 0]], ["knock", [0, 0, 1]], ["turn", [0, 0, 2]], ["walk", [0, 0, 3]], ["run", [0, 0, 4]], ["round", [0, 0, 5]], ["roust", [0, 0, 6]], ["lay", [0, 0, 7]]]}, {"answer": "ache", "hint": "_ ache", "clues": [["head", [0, 1, 0]], ["belly", [0, 1, 1]], ["heart", [0, 1, 2]], ["ear", [0, 1, 3]], ["back", [0, 1, 4]], ["stomach", [0, 1, 5]], ["tooth", [0, 1, 6]]]}, {"answer": "all", "hint": "_ all", "clues": [["catch", [0, 2, 0]], ["carry", [0, 2, 1]], ["cover", [0, 2, 2]], ["hold", [0, 2, 3]]]}, {"answer": "away", "hint": "_ away", "clues": [["break", [0, 3, 0]], ["stow", [0, 3, 1]], ["straight", [0, 3, 2]], ["get", [0, 3, 3]], ["cast", [0, 3, 4]], ["throw", [0, 3, 5]], ["tear", [0, 3, 6]], ["take", [0, 3, 7]], ["cut", [0, 3, 8]], ["run", [0, 3, 9]], ["give", [0, 3, 10]], ["hide", [0, 3, 11]], ["walk", [0, 3, 12]]]}, {"answer": "back", "hint": "_ back", "clues": [["razor", [0, 4, 0]], ["sling", [0, 4, 1]], ["throw", [0, 4, 2]], ["canvas", [0, 4, 3]], ["paper", [0, 4, 4]], ["feed", [0, 4, 5]], ["hump", [0, 4, 6]], ["full", [0, 4, 7]], ["kick", [0, 4, 8]], ["flash", [0, 4, 9]], ["half", [0, 4, 10]], ["green", [0, 4, 11]], ["fat", [0, 4, 12]], ["buy", [0, 4, 13]], ["tie", [0, 4, 14]], ["hard", [0, 4, 15]], ["hunch", [0, 4, 16]], ["quarter", [0, 4, 17]], ["out", [0, 4, 18]], ["fall", [0, 4, 19]], ["cut", [0, 4, 20]], ["roll", [0, 4, 21]], ["horse", [0, 4, 22]], ["draw", [0, 4, 23]], ["hatch", [0, 4, 24]], ["call", [0, 4, 25]], ["diamond", [0, 4, 26]], ["piggy", [0, 4, 27]], ["pay", [0, 4, 28]], ["hog", [0, 4, 29]], ["tail", [0, 4, 30]], ["set", [0, 4, 31]], ["moss", [0, 4, 32]], ["pull", [0, 4, 33]], ["soft", [0, 4, 34]]]}, {"answer": "bag", "hint": "_ bag", "clues": [["school", [0, 5, 0]], ["bean", [0, 5, 1]], ["gas", [0, 5, 2]], ["feed", [0, 5, 3]], ["money", [0, 5, 4]], ["hand", [0, 5, 5]], ["saddle", [0, 5, 6]], ["carpet", [0, 5, 7]], ["sand", [0, 5, 8]], ["flea", [0, 5, 9]], ["wind", [0, 5, 10]], ["mail", [0, 5, 11]], ["post", [0, 5, 12]], ["rag", [0, 5, 13]], ["nose", [0, 5, 14]]]}, {"answer": "ball", "hint": "_ ball", "clues": [["hard", [0, 6, 0]], ["butter", [0, 6, 1]], ["goof", [0, 6, 2]], ["base", [0, 6, 3]], ["basket", [0, 6, 4]], ["racquet", [0, 6, 5]], ["hand", [0, 6, 6]], ["eye", [0, 6, 7]], ["pin", [0, 6, 8]], ["hair", [0, 6, 9]], ["moth", [0, 6, 10]], ["fire", [0, 6, 11]], ["spit", [0, 6, 12]], ["fast", [0, 6, 13]], ["foot", [0, 6, 14]], ["net", [0, 6, 15]], ["odd", [0, 6, 16]], ["volley", [0, 6, 17]], ["puff", [0, 6, 18]], ["meat", [0, 6, 19]], ["paint", [0, 6, 20]], ["cannon", [0, 6, 21]], ["high", [0, 6, 22]], ["screw", [0, 6, 23]], ["track", [0, 6, 24]], ["snow", [0, 6, 25]], ["black", [0, 6, 26]], ["soft", [0, 6, 27]]]}, {"answer": "band", "hint": "_ band", "clues": [["neck", [0, 7, 0]], ["waist", [0, 7, 1]], ["arm", [0, 7, 2]], ["sweat", [0, 7, 3]], ["head", [0, 7, 4]], ["hat", [0, 7, 5]], ["wave", [0, 7, 6]], ["watch", [0, 7, 7]], ["wrist", [0, 7, 8]]]}, {"answer": "bar", "hint": "_ bar", "clues": [["cross", [0, 8, 0]], ["sand", [0, 8, 1]], ["side", [0, 8, 2]], ["handle", [0, 8, 3]], ["crow", [0, 8, 4]]]}, {"answer": "beam", "hint": "_ beam", "clues": [["horn", [0, 9, 0]], ["sun", [0, 9, 1]], ["moon", [0, 9, 2]], ["cross", [0, 9, 3]]]}, {"answer": "beat", "hint": "_ beat", "clues": [["down", [0, 10, 0]], ["heart", [0, 10, 1]], ["drum", [0, 10, 2]], ["dead", [0, 10, 3]]]}, {"answer": "bed", "hint": "_ bed", "clues": [["sea", [0, 11, 0]], ["day", [0, 11, 1]], ["flat", [0, 11, 2]], ["sick", [0, 11, 3]], ["flower", [0, 11, 4]], ["death", [0, 11, 5]], ["river", [0, 11, 6]], ["hot", [0, 11, 7]], ["seed", [0, 11, 8]], ["road", [0, 11, 9]]]}, {"answer": "bell", "hint": "_ bell", "clues": [["cow", [0, 12, 0]], ["door", [0, 12, 1]], ["hare", [0, 12, 2]], ["bar", [0, 12, 3]], ["dumb", [0, 12, 4]], ["blue", [0, 12, 5]]]}, {"answer": "berry", "hint": "_ berry", "clues": [["bay", [0, 13, 0]], ["bar", [0, 13, 1]], ["dew", [0, 13, 2]], ["elder", [0, 13, 3]], ["blue", [0, 13, 4]], ["straw", [0, 13, 5]], ["rasp", [0, 13, 6]], ["black", [0, 13, 7]], ["goose", [0, 13, 8]]]}, {"answer": "bill", "hint": "_ bill", "clues": [["spoon", [0, 14, 0]], ["hand", [0, 14, 1]], ["way", [0, 14, 2]], ["play", [0, 14, 3]], ["duck", [0, 14, 4]]]}, {"answer": "bird", "hint": "_ bird", "clues": [["sea", [0, 15, 0]], ["blue", [0, 15, 1]], ["love", [0, 15, 2]], ["black", [0, 15, 3]], ["song", [0, 15, 4]], ["cow", [0, 15, 5]], ["lady", [0, 15, 6]], ["jail", [0, 15, 7]], ["whirly", [0, 15, 8]], ["cat", [0, 15, 9]], ["jay", [0, 15, 10]], ["oven", [0, 15, 11]], ["water", [0, 15, 12]], ["lyre", [0, 15, 13]], ["dicky", [0, 15, 14]], ["snow", [0, 15, 15]], ["red", [0, 15, 16]], ["mocking", [0, 15, 17]], ["humming", [0, 15, 18]], ["shore", [0, 15, 19]]]}, {"answer": "board", "hint": "_ board", "clues": [["lap", [0, 16, 0]], ["paste", [0, 16, 1]], ["floor", [0, 16, 2]], ["shuffle", [0, 16, 3]], ["cup", [0, 16, 4]], ["paper", [0, 16, 5]], ["score", [0, 16, 6]], ["spring", [0, 16, 7]], ["clapper", [0, 16, 8]], ["finger", [0, 16, 9]], ["side", [0, 16, 10]], ["cheese", [0, 16, 11]], ["bill", [0, 16, 12]], ["mold", [0, 16, 13]], ["plaster", [0, 16, 14]], ["weather", [0, 16, 15]], ["buck", [0, 16, 16]], ["sound", [0, 16, 17]], ["chalk", [0, 16, 18]], ["tail", [0, 16, 19]], ["black", [0, 16, 20]], ["head", [0, 16, 21]], ["dart", [0, 16, 22]], ["key", [0, 16, 23]], ["drain", [0, 16, 24]], ["switch", [0, 16, 25]], ["snow", [0, 16, 26]], ["skate", [0, 16, 27]], ["chip", [0, 16, 28]], ["hard", [0, 16, 29]], ["dash", [0, 16, 30]], ["sign", [0, 16, 31]], ["checker", [0, 16, 32]], ["sea", [0, 16, 33]], ["card", [0, 16, 34]], ["bread", [0, 16, 35]], ["star", [0, 16, 36]], ["wall", [0, 16, 37]], ["surf", [0, 16, 38]], ["clip", [0, 16, 39]], ["peg", [0, 16, 40]], ["base", [0, 16, 41]], ["fiber", [0, 16, 42]], ["center", [0, 16, 43]], ["wash", [0, 16, 44]], ["chess", [0, 16, 45]], ["mortar", [0, 16, 46]]]}, {"answer": "boarding", "hint": "_ boarding", "clues": [["skate", [0, 17, 0]], ["surf", [0, 17, 1]], ["snow", [0, 17, 2]], ["weather", [0, 17, 3]]]}, {"answer": "boat", "hint": "_ boat", "clues": [["flat", [0, 18, 0]], ["ferry", [0, 18, 1]], ["gun", [0, 18, 2]], ["show", [0, 18, 3]], ["speed", [0, 18, 4]], ["life", [0, 18, 5]], ["cat", [0, 18, 6]], ["whale", [0, 18, 7]], ["motor", [0, 18, 8]], ["power", [0, 18, 9]], ["house", [0, 18, 10]], ["ice", [0, 18, 11]], ["sail", [0, 18, 12]], ["row", [0, 18, 13]], ["tug", [0, 18, 14]], ["tow", [0, 18, 15]], ["steam", [0, 18, 16]], ["long", [0, 18, 17]]]}, {"answer": "body", "hint": "_ body", "clues": [["home", [0, 19, 0]], ["dogs", [0, 19, 1]], ["some", [0, 19, 2]], ["busy", [0, 19, 3]]]}, {"answer": "bone", "hint": "_ bone", "clues": [["whale", [0, 20, 0]], ["hip", [0, 20, 1]], ["back", [0, 20, 2]], ["breast", [0, 20, 3]], ["collar", [0, 20, 4]], ["jaw", [0, 20, 5]], ["herring", [0, 20, 6]], ["shin", [0, 20, 7]], ["ankle", [0, 20, 8]], ["wish", [0, 20, 9]], ["cheek", [0, 20, 10]], ["thigh", [0, 20, 11]]]}, {"answer": "book", "hint": "_ book", "clues": [["year", [0, 21, 0]], ["cook", [0, 21, 1]], ["prayer", [0, 21, 2]], ["bank", [0, 21, 3]], ["text", [0, 21, 4]], ["pass", [0, 21, 5]], ["log", [0, 21, 6]], ["hand", [0, 21, 7]], ["guide", [0, 21, 8]], ["check", [0, 21, 9]], ["word", [0, 21, 10]], ["hymn", [0, 21, 11]], ["song", [0, 21, 12]], ["story", [0, 21, 13]], ["stud", [0, 21, 14]], ["school", [0, 21, 15]], ["case", [0, 21, 16]], ["scrap", [0, 21, 17]], ["note", [0, 21, 18]], ["work", [0, 21, 19]], ["copy", [0, 21, 20]], ["match", [0, 21, 21]], ["play", [0, 21, 22]], ["pocket", [0, 21, 23]], ["sketch", [0, 21, 24]]]}, {"answer": "box", "hint": "_ box", "clues": [["juke", [0, 22, 0]], ["band", [0, 22, 1]], ["tool", [0, 22, 2]], ["soap", [0, 22, 3]], ["match", [0, 22, 4]], ["paint", [0, 22, 5]], ["horse", [0, 22, 6]], ["hot", [0, 22, 7]], ["post", [0, 22, 8]], ["tinder", [0, 22, 9]], ["sand", [0, 22, 10]], ["mail", [0, 22, 11]], ["hat", [0, 22, 12]], ["ice", [0, 22, 13]], ["pill", [0, 22, 14]], ["chatter", [0, 22, 15]], ["gear", [0, 22, 16]], ["snuff", [0, 22, 17]], ["shoe", [0, 22, 18]], ["strong", [0, 22, 19]], ["fire", [0, 22, 20]], ["salt", [0, 22, 21]], ["bread", [0, 22, 22]]]}, {"answer": "boy", "hint": "_ boy", "clues": [["bell", [0, 23, 0]], ["school", [0, 23, 1]], ["page", [0, 23, 2]], ["home", [0, 23, 3]], ["news", [0, 23, 4]], ["cow", [0, 23, 5]], ["paper", [0, 23, 6]], ["play", [0, 23, 7]], ["tall", [0, 23, 8]], ["low", [0, 23, 9]], ["high", [0, 23, 10]], ["bus", [0, 23, 11]], ["choir", [0, 23, 12]], ["tom", [0, 23, 13]]]}, {"answer": "bread", "hint": "_ bread", "clues": [["corn", [0, 24, 0]], ["sweet", [0, 24, 1]], ["short", [0, 24, 2]], ["ginger", [0, 24, 3]], ["bee", [0, 24, 4]]]}, {"answer": "break", "hint": "_ break", "clues": [["fire", [0, 25, 0]], ["jail", [0, 25, 1]], ["day", [0, 25, 2]], ["heart", [0, 25, 3]], ["wind", [0, 25, 4]], ["gaol", [0, 25, 5]]]}, {"answer": "breaker", "hint": "_ breaker", "clues": [["strike", [0, 26, 0]], ["ice", [0, 26, 1]], ["jaw", [0, 26, 2]], ["law", [0, 26, 3]], ["house", [0, 26, 4]], ["wind", [0, 26, 5]], ["tie", [0, 26, 6]]]}, {"answer": "brow", "hint": "_ brow", "clues": [["middle", [0, 27, 0]], ["high", [0, 27, 1]], ["eye", [0, 27, 2]], ["low", [0, 27, 3]]]}, {"answer": "brush", "hint": "_ brush", "clues": [["tooth", [0, 28, 0]], ["paint", [0, 28, 1]], ["sage", [0, 28, 2]], ["nail", [0, 28, 3]], ["hair", [0, 28, 4]], ["under", [0, 28, 5]]]}, {"answer": "bug", "hint": "_ bug", "clues": [["bed", [0, 29, 0]], ["fire", [0, 29, 1]], ["lady", [0, 29, 2]], ["litter", [0, 29, 3]], ["mealy", [0, 29, 4]], ["doodle", [0, 29, 5]], ["jitter", [0, 29, 6]], ["shutter", [0, 29, 7]]]}, {"answer": "cake", "hint": "_ cake", "clues": [["cheese", [0, 30, 0]], ["hot", [0, 30, 1]], ["oat", [0, 30, 2]], ["hoe", [0, 30, 3]], ["griddle", [0, 30, 4]], ["coffee", [0, 30, 5]], ["johnny", [0, 30, 6]], ["cup", [0, 30, 7]], ["pan", [0, 30, 8]], ["fruit", [0, 30, 9]], ["short", [0, 30, 10]], ["fried", [0, 30, 11]], ["tea", [0, 30, 12]], ["beef", [0, 30, 13]]]}, {"answer": "cap", "hint": "_ cap", "clues": [["sky", [0, 31, 0]], ["ice", [0, 31, 1]], ["mad", [0, 31, 2]], ["hub", [0, 31, 3]], ["night", [0, 31, 4]], ["knee", [0, 31, 5]], ["skull", [0, 31, 6]], ["toe", [0, 31, 7]], ["fools", [0, 31, 8]], ["red", [0, 31, 9]], ["white", [0, 31, 10]]]}, {"answer": "car", "hint": "_ car", "clues": [["tram", [0, 32, 0]], ["box", [0, 32, 1]], ["motor", [0, 32, 2]], ["hand", [0, 32, 3]], ["side", [0, 32, 4]], ["flat", [0, 32, 5]], ["street", [0, 32, 6]]]}, {"answer": "care", "hint": "_ care", "clues": [["after", [0, 33, 0]], ["child", [0, 33, 1]], ["skin", [0, 33, 2]], ["hair", [0, 33, 3]], ["day", [0, 33, 4]]]}, {"answer": "cart", "hint": "_ cart", "clues": [["apple", [0, 34, 0]], ["push", [0, 34, 1]], ["dust", [0, 34, 2]], ["hand", [0, 34, 3]], ["dog", [0, 34, 4]]]}, {"answer": "case", "hint": "_ case", "clues": [["crank", [0, 35, 0]], ["upper", [0, 35, 1]], ["brief", [0, 35, 2]], ["seed", [0, 35, 3]], ["show", [0, 35, 4]], ["book", [0, 35, 5]], ["suit", [0, 35, 6]], ["pillow", [0, 35, 7]], ["lower", [0, 35, 8]], ["nut", [0, 35, 9]], ["stair", [0, 35, 10]]]}, {"answer": "cast", "hint": "_ cast", "clues": [["down", [0, 36, 0]], ["over", [0, 36, 1]], ["sports", [0, 36, 2]], ["broad", [0, 36, 3]], ["news", [0, 36, 4]], ["rough", [0, 36, 5]]]}, {"answer": "cat", "hint": "_ cat", "clues": [["hell", [0, 37, 0]], ["tom", [0, 37, 1]], ["bob", [0, 37, 2]], ["wild", [0, 37, 3]], ["pole", [0, 37, 4]], ["pussy", [0, 37, 5]], ["copy", [0, 37, 6]]]}, {"answer": "chair", "hint": "_ chair", "clues": [["high", [0, 38, 0]], ["push", [0, 38, 1]], ["arm", [0, 38, 2]], ["wheel", [0, 38, 3]]]}, {"answer": "child", "hint": "_ child", "clues": [["god", [0, 39, 0]], ["school", [0, 39, 1]], ["step", [0, 39, 2]], ["grand", [0, 39, 3]], ["brain", [0, 39, 4]]]}, {"answer": "cloth", "hint": "_ cloth", "clues": [["hair", [0, 40, 0]], ["table", [0, 40, 1]], ["back", [0, 40, 2]], ["oil", [0, 40, 3]], ["sack", [0, 40, 4]], ["broad", [0, 40, 5]], ["dish", [0, 40, 6]], ["terry", [0, 40, 7]], ["cheese", [0, 40, 8]], ["sail", [0, 40, 9]], ["wash", [0, 40, 10]], ["loin", [0, 40, 11]]]}, {"answer": "coat", "hint": "_ coat", "clues": [["rain", [0, 41, 0]], ["waist", [0, 41, 1]], ["red", [0, 41, 2]], ["under", [0, 41, 3]], ["turn", [0, 41, 4]], ["over", [0, 41, 5]], ["house", [0, 41, 6]], ["tail", [0, 41, 7]], ["top", [0, 41, 8]], ["great", [0, 41, 9]]]}, {"answer": "cock", "hint": "_ cock", "clues": [["pet", [0, 42, 0]], ["hay", [0, 42, 1]], ["ball", [0, 42, 2]], ["pea", [0, 42, 3]], ["game", [0, 42, 4]], ["wood", [0, 42, 5]], ["shuttle", [0, 42, 6]], ["weather", [0, 42, 7]], ["stop", [0, 42, 8]]]}, {"answer": "comb", "hint": "_ comb", "clues": [["honey", [0, 43, 0]], ["cox", [0, 43, 1]], ["curry", [0, 43, 2]], ["cocks", [0, 43, 3]]]}, {"answer": "craft", "hint": "_ craft", "clues": [["needle", [0, 44, 0]], ["wood", [0, 44, 1]], ["hand", [0, 44, 2]], ["water", [0, 44, 3]], ["air", [0, 44, 4]], ["hover", [0, 44, 5]], ["witch", [0, 44, 6]], ["space", [0, 44, 7]], ["state", [0, 44, 8]], ["stage", [0, 44, 9]]]}, {"answer": "cut", "hint": "_ cut", "clues": [["wood", [0, 45, 0]], ["under", [0, 45, 1]], ["hair", [0, 45, 2]], ["cross", [0, 45, 3]], ["upper", [0, 45, 4]], ["short", [0, 45, 5]]]}, {"answer": "day", "hint": "_ day", "clues": [["mid", [0, 46, 0]], ["pay", [0, 46, 1]], ["week", [0, 46, 2]], ["noon", [0, 46, 3]], ["dooms", [0, 46, 4]], ["work", [0, 46, 5]], ["wash", [0, 46, 6]], ["birth", [0, 46, 7]]]}, {"answer": "dog", "hint": "_ dog", "clues": [["watch", [0, 47, 0]], ["sheep", [0, 47, 1]], ["under", [0, 47, 2]], ["bull", [0, 47, 3]], ["hot", [0, 47, 4]], ["lap", [0, 47, 5]]]}, {"answer": "down", "hint": "_ down", "clues": [["melt", [0, 48, 0]], ["touch", [0, 48, 1]], ["count", [0, 48, 2]], ["knock", [0, 48, 3]], ["crack", [0, 48, 4]], ["clamp", [0, 48, 5]], ["rub", [0, 48, 6]], ["shut", [0, 48, 7]], ["let", [0, 48, 8]], ["spell", [0, 48, 9]], ["slow", [0, 48, 10]], ["show", [0, 48, 11]], ["break", [0, 48, 12]], ["run", [0, 48, 13]], ["come", [0, 48, 14]], ["splash", [0, 48, 15]], ["eider", [0, 48, 16]], ["sun", [0, 48, 17]], ["shake", [0, 48, 18]], ["thistle", [0, 48, 19]]]}, {"answer": "drop", "hint": "_ drop", "clues": [["back", [0, 49, 0]], ["dew", [0, 49, 1]], ["gum", [0, 49, 2]], ["snow", [0, 49, 3]], ["rain", [0, 49, 4]], ["air", [0, 49, 5]], ["tear", [0, 49, 6]]]}, {"answer": "eye", "hint": "_ eye", "clues": [["wall", [0, 50, 0]], ["shut", [0, 50, 1]], ["buck", [0, 50, 2]], ["pink", [0, 50, 3]]]}, {"answer": "face", "hint": "_ face", "clues": [["coal", [0, 51, 0]], ["pale", [0, 51, 1]], ["bold", [0, 51, 2]], ["type", [0, 51, 3]]]}, {"answer": "fall", "hint": "_ fall", "clues": [["night", [0, 52, 0]], ["water", [0, 52, 1]], ["pit", [0, 52, 2]], ["short", [0, 52, 3]], ["snow", [0, 52, 4]], ["rain", [0, 52, 5]], ["foot", [0, 52, 6]], ["wind", [0, 52, 7]], ["land", [0, 52, 8]], ["down", [0, 52, 9]], ["prat", [0, 52, 10]]]}, {"answer": "field", "hint": "_ field", "clues": [["hay", [0, 53, 0]], ["coal", [0, 53, 1]], ["out", [0, 53, 2]], ["gold", [0, 53, 3]], ["corn", [0, 53, 4]], ["snow", [0, 53, 5]], ["mid", [0, 53, 6]], ["back", [0, 53, 7]], ["oil", [0, 53, 8]], ["mine", [0, 53, 9]], ["air", [0, 53, 10]], ["battle", [0, 53, 11]]]}, {"answer": "fight", "hint": "_ fight", "clues": [["cock", [0, 54, 0]], ["dog", [0, 54, 1]], ["gun", [0, 54, 2]], ["fist", [0, 54, 3]], ["bull", [0, 54, 4]], ["prize", [0, 54, 5]]]}, {"answer": "finder", "hint": "_ finder", "clues": [["range", [0, 55, 0]], ["view", [0, 55, 1]], ["fault", [0, 55, 2]], ["path", [0, 55, 3]]]}, {"answer": "fire", "hint": "_ fire", "clues": [["cross", [0, 56, 0]], ["hell", [0, 56, 1]], ["spit", [0, 56, 2]], ["camp", [0, 56, 3]], ["wild", [0, 56, 4]], ["back", [0, 56, 5]], ["gun", [0, 56, 6]]]}, {"answer": "fish", "hint": "_ fish", "clues": [["sail", [0, 57, 0]], ["sun", [0, 57, 1]], ["spear", [0, 57, 2]], ["weak", [0, 57, 3]], ["cat", [0, 57, 4]], ["dog", [0, 57, 5]], ["star", [0, 57, 6]], ["gold", [0, 57, 7]], ["lung", [0, 57, 8]], ["sword", [0, 57, 9]], ["flat", [0, 57, 10]], ["cuttle", [0, 57, 11]], ["white", [0, 57, 12]], ["shell", [0, 57, 13]], ["jelly", [0, 57, 14]], ["gar", [0, 57, 15]], ["angel", [0, 57, 16]], ["silver", [0, 57, 17]], ["cod", [0, 57, 18]], ["blue", [0, 57, 19]]]}, {"answer": "flower", "hint": "_ flower", "clues": [["corn", [0, 58, 0]], ["may", [0, 58, 1]], ["wall", [0, 58, 2]], ["sun", [0, 58, 3]], ["wild", [0, 58, 4]], ["wind", [0, 58, 5]], ["passion", [0, 58, 6]]]}, {"answer": "fly", "hint": "_ fly", "clues": [["house", [0, 59, 0]], ["blow", [0, 59, 1]], ["butter", [0, 59, 2]], ["fire", [0, 59, 3]], ["gad", [0, 59, 4]], ["saw", [0, 59, 5]], ["green", [0, 59, 6]], ["may", [0, 59, 7]], ["damsel", [0, 59, 8]], ["dragon", [0, 59, 9]], ["horse", [0, 59, 10]]]}, {"answer": "fold", "hint": "_ fold", "clues": [["bill", [0, 60, 0]], ["sheep", [0, 60, 1]], ["center", [0, 60, 2]], ["blind", [0, 60, 3]]]}, {"answer": "foot", "hint": "_ foot", "clues": [["crow", [0, 61, 0]], ["hot", [0, 61, 1]], ["flat", [0, 61, 2]], ["club", [0, 61, 3]], ["tender", [0, 61, 4]], ["splay", [0, 61, 5]], ["web", [0, 61, 6]]]}, {"answer": "front", "hint": "_ front", "clues": [["ocean", [0, 62, 0]], ["water", [0, 62, 1]], ["lake", [0, 62, 2]], ["beach", [0, 62, 3]], ["wave", [0, 62, 4]], ["battle", [0, 62, 5]], ["shirt", [0, 62, 6]], ["sea", [0, 62, 7]], ["store", [0, 62, 8]], ["shop", [0, 62, 9]]]}, {"answer": "girl", "hint": "_ girl", "clues": [["cow", [0, 63, 0]], ["show", [0, 63, 1]], ["sales", [0, 63, 2]], ["school", [0, 63, 3]]]}, {"answer": "glass", "hint": "_ glass", "clues": [["hour", [0, 64, 0]], ["spy", [0, 64, 1]], ["eye", [0, 64, 2]], ["fiber", [0, 64, 3]], ["wine", [0, 64, 4]]]}, {"answer": "goer", "hint": "_ goer", "clues": [["church", [0, 65, 0]], ["play", [0, 65, 1]], ["theater", [0, 65, 2]], ["movie", [0, 65, 3]]]}, {"answer": "ground", "hint": "_ ground", "clues": [["play", [0, 66, 0]], ["camp", [0, 66, 1]], ["fore", [0, 66, 2]], ["under", [0, 66, 3]], ["fair", [0, 66, 4]], ["back", [0, 66, 5]], ["battle", [0, 66, 6]]]}, {"answer": "guard", "hint": "_ guard", "clues": [["coast", [0, 67, 0]], ["black", [0, 67, 1]], ["body", [0, 67, 2]], ["fire", [0, 67, 3]], ["rear", [0, 67, 4]], ["safe", [0, 67, 5]], ["van", [0, 67, 6]], ["life", [0, 67, 7]], ["mud", [0, 67, 8]]]}, {"answer": "gun", "hint": "_ gun", "clues": [["flash", [0, 68, 0]], ["shot", [0, 68, 1]], ["blow", [0, 68, 2]], ["air", [0, 68, 3]], ["hand", [0, 68, 4]], ["pop", [0, 68, 5]]]}, {"answer": "hand", "hint": "_ hand", "clues": [["long", [0, 69, 0]], ["cow", [0, 69, 1]], ["short", [0, 69, 2]], ["stage", [0, 69, 3]], ["deck", [0, 69, 4]], ["farm", [0, 69, 5]], ["back", [0, 69, 6]]]}, {"answer": "head", "hint": "_ head", "clues": [["skin", [0, 70, 0]], ["fat", [0, 70, 1]], ["bull", [0, 70, 2]], ["block", [0, 70, 3]], ["well", [0, 70, 4]], ["sore", [0, 70, 5]], ["big", [0, 70, 6]], ["dead", [0, 70, 7]], ["maiden", [0, 70, 8]], ["bridge", [0, 70, 9]], ["logger", [0, 70, 10]], ["black", [0, 70, 11]], ["beach", [0, 70, 12]], ["figure", [0, 70, 13]], ["air", [0, 70, 14]], ["mast", [0, 70, 15]], ["fore", [0, 70, 16]], ["hot", [0, 70, 17]], ["egg", [0, 70, 18]], ["hammer", [0, 70, 19]], ["over", [0, 70, 20]], ["copper", [0, 70, 21]], ["letter", [0, 70, 22]], ["pit", [0, 70, 23]], ["hogs", [0, 70, 24]], ["arrow", [0, 70, 25]], ["bone", [0, 70, 26]], ["fountain", [0, 70, 27]], ["war", [0, 70, 28]], ["knuckle", [0, 70, 29]], ["bulk", [0, 70, 30]], ["spear", [0, 70, 31]], ["thunder", [0, 70, 32]], ["red", [0, 70, 33]], ["white", [0, 70, 34]], ["pin", [0, 70, 35]], ["pot", [0, 70, 36]], ["sleepy", [0, 70, 37]], ["tow", [0, 70, 38]]]}, {"answer": "hill", "hint": "_ hill", "clues": [["dung", [0, 71, 0]], ["down", [0, 71, 1]], ["foot", [0, 71, 2]], ["ant", [0, 71, 3]], ["mole", [0, 71, 4]]]}, {"answer": "hold", "hint": "_ hold", "clues": [["toe", [0, 72, 0]], ["hand", [0, 72, 1]], ["foot", [0, 72, 2]], ["strangle", [0, 72, 3]], ["strong", [0, 72, 4]], ["lease", [0, 72, 5]], ["house", [0, 72, 6]], ["free", [0, 72, 7]]]}, {"answer": "holder", "hint": "_ holder", "clues": [["lease", [0, 73, 0]], ["land", [0, 73, 1]], ["house", [0, 73, 2]], ["pot", [0, 73, 3]], ["card", [0, 73, 4]], ["free", [0, 73, 5]], ["bond", [0, 73, 6]], ["share", [0, 73, 7]], ["policy", [0, 73, 8]], ["job", [0, 73, 9]], ["stock", [0, 73, 10]], ["place", [0, 73, 11]], ["stake", [0, 73, 12]], ["small", [0, 73, 13]], ["slave", [0, 73, 14]], ["office", [0, 73, 15]]]}, {"answer": "hole", "hint": "_ hole", "clues": [["worm", [0, 74, 0]], ["bung", [0, 74, 1]], ["fox", [0, 74, 2]], ["arm", [0, 74, 3]], ["sink", [0, 74, 4]], ["cubby", [0, 74, 5]], ["plug", [0, 74, 6]], ["spy", [0, 74, 7]], ["button", [0, 74, 8]], ["pigeon", [0, 74, 9]], ["knot", [0, 74, 10]], ["loop", [0, 74, 11]], ["pin", [0, 74, 12]], ["pot", [0, 74, 13]], ["peep", [0, 74, 14]], ["blow", [0, 74, 15]], ["key", [0, 74, 16]], ["chuck", [0, 74, 17]], ["hell", [0, 74, 18]]]}, {"answer": "hook", "hint": "_ hook", "clues": [["fish", [0, 75, 0]], ["bill", [0, 75, 1]], ["tenter", [0, 75, 2]], ["pot", [0, 75, 3]]]}, {"answer": "horn", "hint": "_ horn", "clues": [["prong", [0, 76, 0]], ["fog", [0, 76, 1]], ["big", [0, 76, 2]], ["long", [0, 76, 3]], ["green", [0, 76, 4]], ["bull", [0, 76, 5]], ["short", [0, 76, 6]], ["shoe", [0, 76, 7]]]}, {"answer": "horse", "hint": "_ horse", "clues": [["sea", [0, 77, 0]], ["clothes", [0, 77, 1]], ["hobby", [0, 77, 2]], ["cart", [0, 77, 3]], ["pack", [0, 77, 4]], ["work", [0, 77, 5]], ["war", [0, 77, 6]], ["race", [0, 77, 7]], ["saw", [0, 77, 8]]]}, {"answer": "hound", "hint": "_ hound", "clues": [["wolf", [0, 78, 0]], ["blood", [0, 78, 1]], ["fox", [0, 78, 2]], ["grey", [0, 78, 3]]]}, {"answer": "house", "hint": "_ house", "clues": [["bake", [0, 79, 0]], ["porter", [0, 79, 1]], ["whore", [0, 79, 2]], ["summer", [0, 79, 3]], ["club", [0, 79, 4]], ["custom", [0, 79, 5]], ["ware", [0, 79, 6]], ["bird", [0, 79, 7]], ["green", [0, 79, 8]], ["glass", [0, 79, 9]], ["block", [0, 79, 10]], ["cook", [0, 79, 11]], ["flop", [0, 79, 12]], ["nut", [0, 79, 13]], ["steak", [0, 79, 14]], ["play", [0, 79, 15]], ["boat", [0, 79, 16]], ["fire", [0, 79, 17]], ["bath", [0, 79, 18]], ["slaughter", [0, 79, 19]], ["jail", [0, 79, 20]], ["mad", [0, 79, 21]], ["poor", [0, 79, 22]], ["light", [0, 79, 23]], ["chop", [0, 79, 24]], ["coffee", [0, 79, 25]], ["meeting", [0, 79, 26]], ["guard", [0, 79, 27]], ["gate", [0, 79, 28]], ["road", [0, 79, 29]], ["store", [0, 79, 30]], ["pilot", [0, 79, 31]], ["ale", [0, 79, 32]], ["guest", [0, 79, 33]], ["doll", [0, 79, 34]], ["court", [0, 79, 35]], ["packing", [0, 79, 36]], ["farm", [0, 79, 37]], ["work", [0, 79, 38]], ["wheel", [0, 79, 39]], ["power", [0, 79, 40]], ["doss", [0, 79, 41]], ["round", [0, 79, 42]], ["dog", [0, 79, 43]], ["boarding", [0, 79, 44]], ["hot", [0, 79, 45]], ["school", [0, 79, 46]], ["smoke", [0, 79, 47]]]}, {"answer": "jack", "hint": "_ jack", "clues": [["apple", [0, 80, 0]], ["cracker", [0, 80, 1]], ["steeple", [0, 80, 2]], ["flap", [0, 80, 3]], ["lumber", [0, 80, 4]], ["black", [0, 80, 5]]]}, {"answer": "keeper", "hint": "_ keeper", "clues": [["bee", [0, 81, 0]], ["time", [0, 81, 1]], ["grounds", [0, 81, 2]], ["book", [0, 81, 3]], ["game", [0, 81, 4]], ["store", [0, 81, 5]], ["inn", [0, 81, 6]], ["gate", [0, 81, 7]], ["peace", [0, 81, 8]], ["door", [0, 81, 9]], ["house", [0, 81, 10]], ["shop", [0, 81, 11]], ["bar", [0, 81, 12]], ["score", [0, 81, 13]], ["goal", [0, 81, 14]]]}, {"answer": "keeping", "hint": "_ keeping", "clues": [["house", [0, 82, 0]], ["safe", [0, 82, 1]], ["book", [0, 82, 2]], ["bee", [0, 82, 3]], ["time", [0, 82, 4]], ["peace", [0, 82, 5]]]}, {"answer": "land", "hint": "_ land", "clues": [["mid", [0, 83, 0]], ["hinter", [0, 83, 1]], ["waste", [0, 83, 2]], ["swamp", [0, 83, 3]], ["heart", [0, 83, 4]], ["park", [0, 83, 5]], ["pasture", [0, 83, 6]], ["moor", [0, 83, 7]], ["heath", [0, 83, 8]], ["dream", [0, 83, 9]], ["high", [0, 83, 10]], ["fairy", [0, 83, 11]], ["marsh", [0, 83, 12]], ["timber", [0, 83, 13]], ["wood", [0, 83, 14]], ["table", [0, 83, 15]], ["wet", [0, 83, 16]], ["wonder", [0, 83, 17]], ["fen", [0, 83, 18]], ["head", [0, 83, 19]], ["home", [0, 83, 20]], ["grass", [0, 83, 21]], ["main", [0, 83, 22]], ["mother", [0, 83, 23]], ["farm", [0, 83, 24]], ["tide", [0, 83, 25]], ["father", [0, 83, 26]], ["low", [0, 83, 27]], ["border", [0, 83, 28]], ["gang", [0, 83, 29]]]}, {"answer": "leg", "hint": "_ leg", "clues": [["black", [0, 84, 0]], ["dog", [0, 84, 1]], ["boot", [0, 84, 2]], ["bow", [0, 84, 3]]]}, {"answer": "life", "hint": "_ life", "clues": [["night", [0, 85, 0]], ["wild", [0, 85, 1]], ["after", [0, 85, 2]], ["low", [0, 85, 3]]]}, {"answer": "light", "hint": "_ light", "clues": [["torch", [0, 86, 0]], ["high", [0, 86, 1]], ["candle", [0, 86, 2]], ["star", [0, 86, 3]], ["gas", [0, 86, 4]], ["flash", [0, 86, 5]], ["stop", [0, 86, 6]], ["head", [0, 86, 7]], ["lime", [0, 86, 8]], ["day", [0, 86, 9]], ["sky", [0, 86, 10]], ["sun", [0, 86, 11]], ["lamp", [0, 86, 12]], ["fan", [0, 86, 13]], ["fire", [0, 86, 14]], ["street", [0, 86, 15]], ["tail", [0, 86, 16]], ["moon", [0, 86, 17]], ["search", [0, 86, 18]], ["spot", [0, 86, 19]], ["side", [0, 86, 20]], ["flood", [0, 86, 21]], ["pen", [0, 86, 22]]]}, {"answer": "lighter", "hint": "_ lighter", "clues": [["lamp", [0, 87, 0]], ["fire", [0, 87, 1]], ["moon", [0, 87, 2]], ["high", [0, 87, 3]]]}, {"answer": "line", "hint": "_ line", "clues": [["hem", [0, 88, 0]], ["air", [0, 88, 1]], ["clothes", [0, 88, 2]], ["dead", [0, 88, 3]], ["side", [0, 88, 4]], ["bread", [0, 88, 5]], ["shore", [0, 88, 6]], ["under", [0, 88, 7]], ["base", [0, 88, 8]], ["guide", [0, 88, 9]], ["pipe", [0, 88, 10]], ["neck", [0, 88, 11]], ["bow", [0, 88, 12]], ["date", [0, 88, 13]], ["border", [0, 88, 14]], ["waist", [0, 88, 15]], ["tape", [0, 88, 16]], ["head", [0, 88, 17]], ["coast", [0, 88, 18]], ["life", [0, 88, 19]], ["timber", [0, 88, 20]], ["story", [0, 88, 21]], ["sky", [0, 88, 22]], ["bee", [0, 88, 23]], ["water", [0, 88, 24]], ["blood", [0, 88, 25]], ["touch", [0, 88, 26]], ["tow", [0, 88, 27]]]}, {"answer": "liner", "hint": "_ liner", "clues": [["jet", [0, 89, 0]], ["hard", [0, 89, 1]], ["head", [0, 89, 2]], ["air", [0, 89, 3]], ["eye", [0, 89, 4]]]}, {"answer": "load", "hint": "_ load", "clues": [["car", [0, 90, 0]], ["boat", [0, 90, 1]], ["pay", [0, 90, 2]], ["bus", [0, 90, 3]], ["work", [0, 90, 4]], ["over", [0, 90, 5]], ["train", [0, 90, 6]], ["ship", [0, 90, 7]]]}, {"answer": "lock", "hint": "_ lock", "clues": [["dead", [0, 91, 0]], ["grid", [0, 91, 1]], ["match", [0, 91, 2]], ["pad", [0, 91, 3]], ["row", [0, 91, 4]], ["wed", [0, 91, 5]], ["air", [0, 91, 6]], ["oar", [0, 91, 7]], ["flint", [0, 91, 8]], ["hammer", [0, 91, 9]], ["head", [0, 91, 10]]]}, {"answer": "maid", "hint": "_ maid", "clues": [["brides", [0, 92, 0]], ["milk", [0, 92, 1]], ["hand", [0, 92, 2]], ["chamber", [0, 92, 3]], ["bar", [0, 92, 4]], ["nurse", [0, 92, 5]], ["dairy", [0, 92, 6]], ["parlor", [0, 92, 7]], ["house", [0, 92, 8]]]}, {"answer": "maker", "hint": "_ maker", "clues": [["cabinet", [0, 93, 0]], ["wine", [0, 93, 1]], ["book", [0, 93, 2]], ["king", [0, 93, 3]], ["law", [0, 93, 4]], ["steel", [0, 93, 5]], ["dress", [0, 93, 6]], ["holiday", [0, 93, 7]], ["match", [0, 93, 8]], ["merry", [0, 93, 9]], ["peace", [0, 93, 10]], ["noise", [0, 93, 11]], ["home", [0, 93, 12]], ["watch", [0, 93, 13]], ["rain", [0, 93, 14]], ["clock", [0, 93, 15]], ["money", [0, 93, 16]], ["film", [0, 93, 17]], ["auto", [0, 93, 18]], ["trouble", [0, 93, 19]], ["tool", [0, 93, 20]], ["shoe", [0, 93, 21]]]}, {"answer": "making", "hint": "_ making", "clues": [["cabinet", [0, 94, 0]], ["love", [0, 94, 1]], ["rain", [0, 94, 2]], ["law", [0, 94, 3]], ["hay", [0, 94, 4]], ["dress", [0, 94, 5]], ["merry", [0, 94, 6]], ["home", [0, 94, 7]], ["money", [0, 94, 8]], ["print", [0, 94, 9]], ["match", [0, 94, 10]]]}, {"answer": "man", "hint": "_ man", "clues": [["wood", [0, 95, 0]], ["horse", [0, 95, 1]], ["towns", [0, 95, 2]], ["grounds", [0, 95, 3]], ["aircraft", [0, 95, 4]], ["bats", [0, 95, 5]], ["grooms", [0, 95, 6]], ["sales", [0, 95, 7]], ["cow", [0, 95, 8]], ["brake", [0, 95, 9]], ["muscle", [0, 95, 10]], ["cattle", [0, 95, 11]], ["line", [0, 95, 12]], ["news", [0, 95, 13]], ["select", [0, 95, 14]], ["dales", [0, 95, 15]], ["crafts", [0, 95, 16]], ["bogey", [0, 95, 17]], ["police", [0, 95, 18]], ["law", [0, 95, 19]], ["guards", [0, 95, 20]], ["bands", [0, 95, 21]], ["strong", [0, 95, 22]], ["coach", [0, 95, 23]], ["signal", [0, 95, 24]], ["country", [0, 95, 25]], ["house", [0, 95, 26]], ["backwoods", [0, 95, 27]], ["militia", [0, 95, 28]], ["ice", [0, 95, 29]], ["church", [0, 95, 30]], ["service", [0, 95, 31]], ["bush", [0, 95, 32]], ["cavalry", [0, 95, 33]], ["snow", [0, 95, 34]], ["milk", [0, 95, 35]], ["handy", [0, 95, 36]], ["midship", [0, 95, 37]], ["clans", [0, 95, 38]], ["bonds", [0, 95, 39]], ["gentle", [0, 95, 40]], ["ferry", [0, 95, 41]], ["rifle", [0, 95, 42]], ["heads", [0, 95, 43]], ["door", [0, 95, 44]], ["plow", [0, 95, 45]], ["yachts", [0, 95, 46]], ["work", [0, 95, 47]], ["chair", [0, 95, 48]], ["sports", [0, 95, 49]], ["freed", [0, 95, 50]], ["infantry", [0, 95, 51]], ["herds", [0, 95, 52]], ["dust", [0, 95, 53]], ["marks", [0, 95, 54]], ["committee", [0, 95, 55]], ["lands", [0, 95, 56]], ["spokes", [0, 95, 57]], ["warehouse", [0, 95, 58]], ["jury", [0, 95, 59]], ["watch", [0, 95, 60]], ["newspaper", [0, 95, 61]], ["drafts", [0, 95, 62]], ["cave", [0, 95, 63]], ["train", [0, 95, 64]], ["patrol", [0, 95, 65]], ["fire", [0, 95, 66]], ["fisher", [0, 95, 67]], ["water", [0, 95, 68]], ["clergy", [0, 95, 69]], ["council", [0, 95, 70]], ["alder", [0, 95, 71]], ["hang", [0, 95, 72]], ["laundry", [0, 95, 73]], ["mail", [0, 95, 74]], ["states", [0, 95, 75]], ["link", [0, 95, 76]], ["husband", [0, 95, 77]], ["assembly", [0, 95, 78]], ["tax", [0, 95, 79]], ["fresh", [0, 95, 80]], ["bow", [0, 95, 81]], ["hunts", [0, 95, 82]], ["chess", [0, 95, 83]], ["repair", [0, 95, 84]], ["noble", [0, 95, 85]], ["dairy", [0, 95, 86]], ["sand", [0, 95, 87]], ["lumber", [0, 95, 88]], ["garbage", [0, 95, 89]], ["mad", [0, 95, 90]], ["anchor", [0, 95, 91]], ["air", [0, 95, 92]], ["space", [0, 95, 93]], ["crew", [0, 95, 94]], ["middle", [0, 95, 95]], ["swords", [0, 95, 96]], ["gun", [0, 95, 97]], ["pen", [0, 95, 98]], ["business", [0, 95, 99]], ["pitch", [0, 95, 100]], ["plains", [0, 95, 101]], ["barge", [0, 95, 102]], ["oars", [0, 95, 103]], ["post", [0, 95, 104]], ["oil", [0, 95, 105]], ["frog", [0, 95, 106]], ["bell", [0, 95, 107]], ["press", [0, 95, 108]], ["camera", [0, 95, 109]], ["livery", [0, 95, 110]], ["fields", [0, 95, 111]], ["trencher", [0, 95, 112]], ["kins", [0, 95, 113]], ["stable", [0, 95, 114]], ["helms", [0, 95, 115]], ["congress", [0, 95, 116]], ["boat", [0, 95, 117]], ["merchant", [0, 95, 118]], ["foot", [0, 95, 119]], ["highway", [0, 95, 120]], ["artillery", [0, 95, 121]], ["bar", [0, 95, 122]], ["frontiers", [0, 95, 123]], ["vestry", [0, 95, 124]], ["gas", [0, 95, 125]], ["lay", [0, 95, 126]], ["show", [0, 95, 127]], ["steers", [0, 95, 128]], ["motor", [0, 95, 129]], ["yard", [0, 95, 130]], ["nursery", [0, 95, 131]], ["trades", [0, 95, 132]], ["weather", [0, 95, 133]], ["longshore", [0, 95, 134]], ["journey", [0, 95, 135]], ["sea", [0, 95, 136]], ["railway", [0, 95, 137]]]}, {"answer": "mark", "hint": "_ mark", "clues": [["bench", [0, 96, 0]], ["trade", [0, 96, 1]], ["pock", [0, 96, 2]], ["birth", [0, 96, 3]], ["post", [0, 96, 4]], ["book", [0, 96, 5]], ["tide", [0, 96, 6]], ["finger", [0, 96, 7]], ["water", [0, 96, 8]], ["land", [0, 96, 9]], ["ear", [0, 96, 10]], ["hall", [0, 96, 11]]]}, {"answer": "mast", "hint": "_ mast", "clues": [["top", [0, 97, 0]], ["main", [0, 97, 1]], ["mizzen", [0, 97, 2]], ["fore", [0, 97, 3]]]}, {"answer": "master", "hint": "_ master", "clues": [["pay", [0, 98, 0]], ["choir", [0, 98, 1]], ["station", [0, 98, 2]], ["task", [0, 98, 3]], ["quarter", [0, 98, 4]], ["spy", [0, 98, 5]], ["toast", [0, 98, 6]], ["school", [0, 98, 7]], ["scout", [0, 98, 8]], ["house", [0, 98, 9]], ["grand", [0, 98, 10]], ["web", [0, 98, 11]], ["post", [0, 98, 12]], ["band", [0, 98, 13]], ["head", [0, 98, 14]], ["ring", [0, 98, 15]], ["yard", [0, 98, 16]]]}, {"answer": "mate", "hint": "_ mate", "clues": [["room", [0, 99, 0]], ["school", [0, 99, 1]], ["check", [0, 99, 2]], ["house", [0, 99, 3]], ["mess", [0, 99, 4]], ["class", [0, 99, 5]], ["ship", [0, 99, 6]], ["stable", [0, 99, 7]], ["work", [0, 99, 8]], ["team", [0, 99, 9]], ["flat", [0, 99, 10]], ["play", [0, 99, 11]], ["help", [0, 99, 12]]]}, {"answer": "meter", "hint": "_ meter", "clues": [["taxi", [0, 100, 0]], ["audio", [0, 100, 1]], ["volt", [0, 100, 2]], ["ohm", [0, 100, 3]]]}, {"answer": "mill", "hint": "_ mill", "clues": [["grist", [0, 101, 0]], ["wind", [0, 101, 1]], ["saw", [0, 101, 2]], ["tread", [0, 101, 3]]]}, {"answer": "mistress", "hint": "_ mistress", "clues": [["head", [0, 102, 0]], ["task", [0, 102, 1]], ["post", [0, 102, 2]], ["school", [0, 102, 3]]]}, {"answer": "monger", "hint": "_ monger", "clues": [["scare", [0, 103, 0]], ["iron", [0, 103, 1]], ["war", [0, 103, 2]], ["rumor", [0, 103, 3]], ["scandal", [0, 103, 4]], ["fish", [0, 103, 5]], ["hate", [0, 103, 6]]]}, {"answer": "mother", "hint": "_ mother", "clues": [["grand", [0, 104, 0]], ["step", [0, 104, 1]], ["house", [0, 104, 2]], ["god", [0, 104, 3]]]}, {"answer": "mouth", "hint": "_ mouth", "clues": [["motor", [0, 105, 0]], ["loud", [0, 105, 1]], ["cotton", [0, 105, 2]], ["goal", [0, 105, 3]], ["blabber", [0, 105, 4]]]}, {"answer": "nail", "hint": "_ nail", "clues": [["hob", [0, 106, 0]], ["hang", [0, 106, 1]], ["thumb", [0, 106, 2]], ["finger", [0, 106, 3]], ["door", [0, 106, 4]], ["toe", [0, 106, 5]]]}, {"answer": "neck", "hint": "_ neck", "clues": [["leather", [0, 107, 0]], ["bottle", [0, 107, 1]], ["rough", [0, 107, 2]], ["rubber", [0, 107, 3]], ["red", [0, 107, 4]], ["turtle", [0, 107, 5]], ["crook", [0, 107, 6]]]}, {"answer": "nut", "hint": "_ nut", "clues": [["beech", [0, 108, 0]], ["chest", [0, 108, 1]], ["butter", [0, 108, 2]], ["coco", [0, 108, 3]], ["cob", [0, 108, 4]], ["hazel", [0, 108, 5]], ["pea", [0, 108, 6]], ["ground", [0, 108, 7]]]}, {"answer": "off", "hint": "_ off", "clues": [["cut", [0, 109, 0]], ["play", [0, 109, 1]], ["run", [0, 109, 2]], ["take", [0, 109, 3]], ["kick", [0, 109, 4]], ["blast", [0, 109, 5]], ["turn", [0, 109, 6]], ["lift", [0, 109, 7]], ["stand", [0, 109, 8]], ["knock", [0, 109, 9]], ["fall", [0, 109, 10]]]}, {"answer": "out", "hint": "_ out", "clues": [["check", [0, 110, 0]], ["buy", [0, 110, 1]], ["cut", [0, 110, 2]], ["put", [0, 110, 3]], ["wash", [0, 110, 4]], ["take", [0, 110, 5]], ["hold", [0, 110, 6]], ["blow", [0, 110, 7]], ["fade", [0, 110, 8]], ["lay", [0, 110, 9]], ["break", [0, 110, 10]], ["walk", [0, 110, 11]], ["work", [0, 110, 12]], ["turn", [0, 110, 13]], ["knock", [0, 110, 14]], ["close", [0, 110, 15]], ["black", [0, 110, 16]], ["strike", [0, 110, 17]], ["fall", [0, 110, 18]], ["drop", [0, 110, 19]], ["print", [0, 110, 20]], ["look", [0, 110, 21]], ["shoot", [0, 110, 22]], ["hide", [0, 110, 23]], ["cook", [0, 110, 24]], ["shake", [0, 110, 25]], ["shut", [0, 110, 26]], ["white", [0, 110, 27]], ["hand", [0, 110, 28]], ["hang", [0, 110, 29]], ["sell", [0, 110, 30]], ["fold", [0, 110, 31]], ["dug", [0, 110, 32]], ["lock", [0, 110, 33]], ["try", [0, 110, 34]]]}, {"answer": "over", "hint": "_ over", "clues": [["change", [0, 111, 0]], ["lay", [0, 111, 1]], ["make", [0, 111, 2]], ["walk", [0, 111, 3]], ["cross", [0, 111, 4]], ["push", [0, 111, 5]], ["stop", [0, 111, 6]], ["pull", [0, 111, 7]], ["left", [0, 111, 8]], ["fly", [0, 111, 9]], ["pop", [0, 111, 10]], ["roll", [0, 111, 11]], ["sleep", [0, 111, 12]], ["spill", [0, 111, 13]], ["hand", [0, 111, 14]], ["hang", [0, 111, 15]], ["turn", [0, 111, 16]], ["hold", [0, 111, 17]], ["take", [0, 111, 18]]]}, {"answer": "pad", "hint": "_ pad", "clues": [["key", [0, 112, 0]], ["launch", [0, 112, 1]], ["note", [0, 112, 2]], ["scratch", [0, 112, 3]]]}, {"answer": "pan", "hint": "_ pan", "clues": [["bed", [0, 113, 0]], ["dust", [0, 113, 1]], ["dish", [0, 113, 2]], ["sauce", [0, 113, 3]], ["skid", [0, 113, 4]]]}, {"answer": "paper", "hint": "_ paper", "clues": [["note", [0, 114, 0]], ["wall", [0, 114, 1]], ["news", [0, 114, 2]], ["sand", [0, 114, 3]], ["fly", [0, 114, 4]]]}, {"answer": "pence", "hint": "_ pence", "clues": [["eight", [0, 115, 0]], ["four", [0, 115, 1]], ["two", [0, 115, 2]], ["nine", [0, 115, 3]], ["six", [0, 115, 4]], ["three", [0, 115, 5]]]}, {"answer": "person", "hint": "_ person", "clues": [["anchor", [0, 116, 0]], ["chair", [0, 116, 1]], ["lay", [0, 116, 2]], ["spokes", [0, 116, 3]], ["business", [0, 116, 4]], ["sales", [0, 116, 5]]]}, {"answer": "phone", "hint": "_ phone", "clues": [["cell", [0, 117, 0]], ["head", [0, 117, 1]], ["ear", [0, 117, 2]], ["speaker", [0, 117, 3]]]}, {"answer": "piece", "hint": "_ piece", "clues": [["altar", [0, 118, 0]], ["show", [0, 118, 1]], ["mantel", [0, 118, 2]], ["eye", [0, 118, 3]], ["cod", [0, 118, 4]], ["time", [0, 118, 5]], ["mouth", [0, 118, 6]], ["hair", [0, 118, 7]], ["tail", [0, 118, 8]], ["center", [0, 118, 9]], ["head", [0, 118, 10]], ["master", [0, 118, 11]], ["work", [0, 118, 12]], ["ear", [0, 118, 13]]]}, {"answer": "pin", "hint": "_ pin", "clues": [["ten", [0, 119, 0]], ["stick", [0, 119, 1]], ["nine", [0, 119, 2]], ["hat", [0, 119, 3]], ["hair", [0, 119, 4]], ["push", [0, 119, 5]], ["king", [0, 119, 6]], ["tie", [0, 119, 7]], ["head", [0, 119, 8]], ["clothes", [0, 119, 9]]]}, {"answer": "pipe", "hint": "_ pipe", "clues": [["blow", [0, 120, 0]], ["bag", [0, 120, 1]], ["hose", [0, 120, 2]], ["tail", [0, 120, 3]], ["drain", [0, 120, 4]], ["wind", [0, 120, 5]], ["stand", [0, 120, 6]], ["stove", [0, 120, 7]], ["horn", [0, 120, 8]]]}, {"answer": "pit", "hint": "_ pit", "clues": [["flea", [0, 121, 0]], ["cock", [0, 121, 1]], ["arm", [0, 121, 2]], ["sand", [0, 121, 3]]]}, {"answer": "place", "hint": "_ place", "clues": [["birth", [0, 122, 0]], ["market", [0, 122, 1]], ["common", [0, 122, 2]], ["show", [0, 122, 3]], ["fire", [0, 122, 4]], ["work", [0, 122, 5]]]}, {"answer": "plane", "hint": "_ plane", "clues": [["war", [0, 123, 0]], ["tail", [0, 123, 1]], ["air", [0, 123, 2]], ["sail", [0, 123, 3]], ["sea", [0, 123, 4]]]}, {"answer": "plate", "hint": "_ plate", "clues": [["breast", [0, 124, 0]], ["name", [0, 124, 1]], ["book", [0, 124, 2]], ["face", [0, 124, 3]], ["copper", [0, 124, 4]], ["foot", [0, 124, 5]], ["door", [0, 124, 6]], ["hot", [0, 124, 7]], ["tin", [0, 124, 8]], ["boiler", [0, 124, 9]], ["number", [0, 124, 10]]]}, {"answer": "point", "hint": "_ point", "clues": [["stand", [0, 125, 0]], ["blue", [0, 125, 1]], ["check", [0, 125, 2]], ["pin", [0, 125, 3]], ["gun", [0, 125, 4]], ["end", [0, 125, 5]], ["needle", [0, 125, 6]], ["ball", [0, 125, 7]], ["view", [0, 125, 8]], ["mid", [0, 125, 9]]]}, {"answer": "pole", "hint": "_ pole", "clues": [["ridge", [0, 126, 0]], ["flag", [0, 126, 1]], ["may", [0, 126, 2]], ["tad", [0, 126, 3]]]}, {"answer": "post", "hint": "_ post", "clues": [["bed", [0, 127, 0]], ["mile", [0, 127, 1]], ["gate", [0, 127, 2]], ["guide", [0, 127, 3]], ["door", [0, 127, 4]], ["lamp", [0, 127, 5]], ["goal", [0, 127, 6]], ["sign", [0, 127, 7]]]}, {"answer": "pot", "hint": "_ pot", "clues": [["crack", [0, 128, 0]], ["tea", [0, 128, 1]], ["flower", [0, 128, 2]], ["fuss", [0, 128, 3]], ["chamber", [0, 128, 4]], ["honey", [0, 128, 5]], ["jack", [0, 128, 6]], ["sex", [0, 128, 7]], ["stock", [0, 128, 8]], ["hot", [0, 128, 9]], ["coffee", [0, 128, 10]]]}, {"answer": "power", "hint": "_ power", "clues": [["brain", [0, 129, 0]], ["will", [0, 129, 1]], ["candle", [0, 129, 2]], ["horse", [0, 129, 3]], ["fire", [0, 129, 4]]]}, {"answer": "print", "hint": "_ print", "clues": [["foot", [0, 130, 0]], ["finger", [0, 130, 1]], ["thumb", [0, 130, 2]], ["blue", [0, 130, 3]], ["off", [0, 130, 4]], ["news", [0, 130, 5]], ["over", [0, 130, 6]]]}, {"answer": "rest", "hint": "_ rest", "clues": [["back", [0, 131, 0]], ["arm", [0, 131, 1]], ["foot", [0, 131, 2]], ["head", [0, 131, 3]]]}, {"answer": "roll", "hint": "_ roll", "clues": [["jelly", [0, 132, 0]], ["pay", [0, 132, 1]], ["bank", [0, 132, 2]], ["bed", [0, 132, 3]]]}, {"answer": "room", "hint": "_ room", "clues": [["work", [0, 133, 0]], ["store", [0, 133, 1]], ["green", [0, 133, 2]], ["bed", [0, 133, 3]], ["school", [0, 133, 4]], ["board", [0, 133, 5]], ["sick", [0, 133, 6]], ["class", [0, 133, 7]], ["ball", [0, 133, 8]], ["bar", [0, 133, 9]], ["wash", [0, 133, 10]], ["lunch", [0, 133, 11]], ["sales", [0, 133, 12]], ["club", [0, 133, 13]], ["home", [0, 133, 14]], ["tap", [0, 133, 15]], ["bath", [0, 133, 16]], ["head", [0, 133, 17]], ["ward", [0, 133, 18]], ["back", [0, 133, 19]], ["play", [0, 133, 20]], ["tea", [0, 133, 21]], ["news", [0, 133, 22]], ["house", [0, 133, 23]], ["stock", [0, 133, 24]], ["pool", [0, 133, 25]], ["dark", [0, 133, 26]], ["guard", [0, 133, 27]], ["state", [0, 133, 28]], ["show", [0, 133, 29]], ["rest", [0, 133, 30]], ["coat", [0, 133, 31]], ["cloak", [0, 133, 32]], ["court", [0, 133, 33]], ["check", [0, 133, 34]], ["guest", [0, 133, 35]], ["strong", [0, 133, 36]]]}, {"answer": "saw", "hint": "_ saw", "clues": [["rip", [0, 134, 0]], ["jig", [0, 134, 1]], ["chain", [0, 134, 2]], ["see", [0, 134, 3]], ["hack", [0, 134, 4]], ["hand", [0, 134, 5]], ["buck", [0, 134, 6]], ["fret", [0, 134, 7]], ["whip", [0, 134, 8]]]}, {"answer": "screen", "hint": "_ screen", "clues": [["wind", [0, 135, 0]], ["sun", [0, 135, 1]], ["silk", [0, 135, 2]], ["smoke", [0, 135, 3]], ["touch", [0, 135, 4]]]}, {"answer": "seed", "hint": "_ seed", "clues": [["rape", [0, 136, 0]], ["bird", [0, 136, 1]], ["cotton", [0, 136, 2]], ["oil", [0, 136, 3]], ["hay", [0, 136, 4]]]}, {"answer": "set", "hint": "_ set", "clues": [["head", [0, 137, 0]], ["mind", [0, 137, 1]], ["off", [0, 137, 2]], ["sun", [0, 137, 3]], ["hand", [0, 137, 4]]]}, {"answer": "shed", "hint": "_ shed", "clues": [["cow", [0, 138, 0]], ["water", [0, 138, 1]], ["wood", [0, 138, 2]], ["blood", [0, 138, 3]]]}, {"answer": "sheet", "hint": "_ sheet", "clues": [["work", [0, 139, 0]], ["ground", [0, 139, 1]], ["spread", [0, 139, 2]], ["broad", [0, 139, 3]]]}, {"answer": "shell", "hint": "_ shell", "clues": [["sea", [0, 140, 0]], ["cockle", [0, 140, 1]], ["tortoise", [0, 140, 2]], ["egg", [0, 140, 3]], ["nut", [0, 140, 4]], ["bomb", [0, 140, 5]]]}, {"answer": "shift", "hint": "_ shift", "clues": [["gear", [0, 141, 0]], ["down", [0, 141, 1]], ["make", [0, 141, 2]], ["red", [0, 141, 3]]]}, {"answer": "ship", "hint": "_ ship", "clues": [["troop", [0, 142, 0]], ["showman", [0, 142, 1]], ["flag", [0, 142, 2]], ["swordsman", [0, 142, 3]], ["battle", [0, 142, 4]], ["light", [0, 142, 5]], ["space", [0, 142, 6]], ["chairman", [0, 142, 7]], ["war", [0, 142, 8]], ["horseman", [0, 142, 9]], ["steam", [0, 142, 10]], ["air", [0, 142, 11]]]}, {"answer": "shoe", "hint": "_ shoe", "clues": [["gum", [0, 143, 0]], ["horse", [0, 143, 1]], ["snow", [0, 143, 2]], ["over", [0, 143, 3]]]}, {"answer": "shop", "hint": "_ shop", "clues": [["barber", [0, 144, 0]], ["book", [0, 144, 1]], ["pawn", [0, 144, 2]], ["bake", [0, 144, 3]], ["toy", [0, 144, 4]], ["work", [0, 144, 5]], ["sweat", [0, 144, 6]], ["tea", [0, 144, 7]]]}, {"answer": "shot", "hint": "_ shot", "clues": [["hot", [0, 145, 0]], ["buck", [0, 145, 1]], ["sling", [0, 145, 2]], ["mug", [0, 145, 3]], ["pot", [0, 145, 4]], ["grape", [0, 145, 5]], ["ear", [0, 145, 6]], ["gun", [0, 145, 7]], ["snap", [0, 145, 8]]]}, {"answer": "sickness", "hint": "_ sickness", "clues": [["home", [0, 146, 0]], ["air", [0, 146, 1]], ["heart", [0, 146, 2]], ["sea", [0, 146, 3]]]}, {"answer": "side", "hint": "_ side", "clues": [["lake", [0, 147, 0]], ["curb", [0, 147, 1]], ["near", [0, 147, 2]], ["fire", [0, 147, 3]], ["under", [0, 147, 4]], ["top", [0, 147, 5]], ["sea", [0, 147, 6]], ["dock", [0, 147, 7]], ["way", [0, 147, 8]], ["country", [0, 147, 9]], ["river", [0, 147, 10]], ["back", [0, 147, 11]], ["hill", [0, 147, 12]], ["bed", [0, 147, 13]], ["road", [0, 147, 14]], ["down", [0, 147, 15]], ["ring", [0, 147, 16]], ["mountain", [0, 147, 17]], ["off", [0, 147, 18]], ["water", [0, 147, 19]]]}, {"answer": "skin", "hint": "_ skin", "clues": [["sheep", [0, 148, 0]], ["doe", [0, 148, 1]], ["oil", [0, 148, 2]], ["buck", [0, 148, 3]], ["goat", [0, 148, 4]], ["coon", [0, 148, 5]], ["seal", [0, 148, 6]], ["deer", [0, 148, 7]], ["onion", [0, 148, 8]], ["kid", [0, 148, 9]], ["wine", [0, 148, 10]], ["lamb", [0, 148, 11]], ["pig", [0, 148, 12]], ["calf", [0, 148, 13]], ["bear", [0, 148, 14]], ["shark", [0, 148, 15]], ["mole", [0, 148, 16]]]}, {"answer": "slip", "hint": "_ slip", "clues": [["land", [0, 149, 0]], ["gym", [0, 149, 1]], ["pay", [0, 149, 2]], ["cow", [0, 149, 3]]]}, {"answer": "smith", "hint": "_ smith", "clues": [["gold", [0, 150, 0]], ["lock", [0, 150, 1]], ["tin", [0, 150, 2]], ["word", [0, 150, 3]], ["silver", [0, 150, 4]], ["black", [0, 150, 5]], ["gun", [0, 150, 6]]]}, {"answer": "song", "hint": "_ song", "clues": [["bird", [0, 151, 0]], ["plain", [0, 151, 1]], ["sing", [0, 151, 2]], ["even", [0, 151, 3]], ["folk", [0, 151, 4]]]}, {"answer": "space", "hint": "_ space", "clues": [["back", [0, 152, 0]], ["crawl", [0, 152, 1]], ["air", [0, 152, 2]], ["work", [0, 152, 3]]]}, {"answer": "spring", "hint": "_ spring", "clues": [["hand", [0, 153, 0]], ["well", [0, 153, 1]], ["hair", [0, 153, 2]], ["off", [0, 153, 3]], ["main", [0, 153, 4]]]}, {"answer": "stand", "hint": "_ stand", "clues": [["hand", [0, 154, 0]], ["kick", [0, 154, 1]], ["head", [0, 154, 2]], ["cab", [0, 154, 3]], ["ink", [0, 154, 4]], ["news", [0, 154, 5]], ["band", [0, 154, 6]], ["grand", [0, 154, 7]], ["wash", [0, 154, 8]]]}, {"answer": "step", "hint": "_ step", "clues": [["quick", [0, 155, 0]], ["lock", [0, 155, 1]], ["foot", [0, 155, 2]], ["door", [0, 155, 3]], ["side", [0, 155, 4]]]}, {"answer": "stick", "hint": "_ stick", "clues": [["dip", [0, 156, 0]], ["joy", [0, 156, 1]], ["night", [0, 156, 2]], ["candle", [0, 156, 3]], ["drum", [0, 156, 4]], ["gear", [0, 156, 5]], ["yard", [0, 156, 6]], ["match", [0, 156, 7]], ["chop", [0, 156, 8]], ["slap", [0, 156, 9]], ["lip", [0, 156, 10]], ["broom", [0, 156, 11]]]}, {"answer": "stock", "hint": "_ stock", "clues": [["feed", [0, 157, 0]], ["blood", [0, 157, 1]], ["live", [0, 157, 2]], ["head", [0, 157, 3]], ["root", [0, 157, 4]], ["laughing", [0, 157, 5]]]}, {"answer": "stone", "hint": "_ stone", "clues": [["sand", [0, 158, 0]], ["lime", [0, 158, 1]], ["blood", [0, 158, 2]], ["gall", [0, 158, 3]], ["whet", [0, 158, 4]], ["hail", [0, 158, 5]], ["tomb", [0, 158, 6]], ["mile", [0, 158, 7]], ["grind", [0, 158, 8]], ["head", [0, 158, 9]], ["cap", [0, 158, 10]], ["gem", [0, 158, 11]], ["brown", [0, 158, 12]], ["soap", [0, 158, 13]], ["moon", [0, 158, 14]], ["mill", [0, 158, 15]], ["cobble", [0, 158, 16]], ["lode", [0, 158, 17]], ["touch", [0, 158, 18]], ["grave", [0, 158, 19]], ["flag", [0, 158, 20]], ["hearth", [0, 158, 21]], ["key", [0, 158, 22]], ["free", [0, 158, 23]], ["curb", [0, 158, 24]], ["corner", [0, 158, 25]], ["silt", [0, 158, 26]]]}, {"answer": "storm", "hint": "_ storm", "clues": [["brain", [0, 159, 0]], ["thunder", [0, 159, 1]], ["hail", [0, 159, 2]], ["snow", [0, 159, 3]], ["sand", [0, 159, 4]], ["fire", [0, 159, 5]], ["wind", [0, 159, 6]]]}, {"answer": "stream", "hint": "_ stream", "clues": [["air", [0, 160, 0]], ["blood", [0, 160, 1]], ["main", [0, 160, 2]], ["slip", [0, 160, 3]], ["mid", [0, 160, 4]]]}, {"answer": "string", "hint": "_ string", "clues": [["ham", [0, 161, 0]], ["draw", [0, 161, 1]], ["shoe", [0, 161, 2]], ["bow", [0, 161, 3]]]}, {"answer": "stroke", "hint": "_ stroke", "clues": [["breast", [0, 162, 0]], ["heat", [0, 162, 1]], ["master", [0, 162, 2]], ["side", [0, 162, 3]], ["sun", [0, 162, 4]], ["back", [0, 162, 5]], ["key", [0, 162, 6]]]}, {"answer": "suit", "hint": "_ suit", "clues": [["sweat", [0, 163, 0]], ["law", [0, 163, 1]], ["swim", [0, 163, 2]], ["space", [0, 163, 3]], ["pant", [0, 163, 4]], ["snow", [0, 163, 5]], ["jump", [0, 163, 6]]]}, {"answer": "table", "hint": "_ table", "clues": [["time", [0, 164, 0]], ["work", [0, 164, 1]], ["turn", [0, 164, 2]], ["round", [0, 164, 3]]]}, {"answer": "tail", "hint": "_ tail", "clues": [["cat", [0, 165, 0]], ["cock", [0, 165, 1]], ["horse", [0, 165, 2]], ["bob", [0, 165, 3]], ["wag", [0, 165, 4]], ["fan", [0, 165, 5]], ["white", [0, 165, 6]], ["swallow", [0, 165, 7]], ["dove", [0, 165, 8]], ["shirt", [0, 165, 9]], ["pony", [0, 165, 10]], ["cotton", [0, 165, 11]], ["pig", [0, 165, 12]]]}, {"answer": "tale", "hint": "_ tale", "clues": [["tattle", [0, 166, 0]], ["fairy", [0, 166, 1]], ["tell", [0, 166, 2]], ["folk", [0, 166, 3]]]}, {"answer": "time", "hint": "_ time", "clues": [["over", [0, 167, 0]], ["tea", [0, 167, 1]], ["lunch", [0, 167, 2]], ["life", [0, 167, 3]], ["meal", [0, 167, 4]], ["play", [0, 167, 5]], ["night", [0, 167, 6]], ["bed", [0, 167, 7]], ["dinner", [0, 167, 8]], ["spring", [0, 167, 9]], ["summer", [0, 167, 10]], ["show", [0, 167, 11]], ["peace", [0, 167, 12]], ["mean", [0, 167, 13]], ["winter", [0, 167, 14]], ["rag", [0, 167, 15]], ["half", [0, 167, 16]], ["supper", [0, 167, 17]], ["day", [0, 167, 18]], ["war", [0, 167, 19]], ["down", [0, 167, 20]]]}, {"answer": "top", "hint": "_ top", "clues": [["flat", [0, 168, 0]], ["hill", [0, 168, 1]], ["tree", [0, 168, 2]], ["hard", [0, 168, 3]], ["house", [0, 168, 4]], ["tip", [0, 168, 5]], ["desk", [0, 168, 6]], ["black", [0, 168, 7]], ["lap", [0, 168, 8]], ["table", [0, 168, 9]], ["roof", [0, 168, 10]]]}, {"answer": "trap", "hint": "_ trap", "clues": [["clap", [0, 169, 0]], ["fire", [0, 169, 1]], ["mouse", [0, 169, 2]], ["death", [0, 169, 3]], ["sun", [0, 169, 4]], ["rat", [0, 169, 5]]]}, {"answer": "walk", "hint": "_ walk", "clues": [["side", [0, 170, 0]], ["board", [0, 170, 1]], ["cat", [0, 170, 2]], ["moon", [0, 170, 3]], ["cake", [0, 170, 4]], ["cross", [0, 170, 5]]]}, {"answer": "walker", "hint": "_ walker", "clues": [["floor", [0, 171, 0]], ["sleep", [0, 171, 1]], ["jay", [0, 171, 2]], ["street", [0, 171, 3]]]}, {"answer": "wall", "hint": "_ wall", "clues": [["sea", [0, 172, 0]], ["side", [0, 172, 1]], ["fire", [0, 172, 2]], ["dry", [0, 172, 3]]]}, {"answer": "ware", "hint": "_ ware", "clues": [["dish", [0, 173, 0]], ["flat", [0, 173, 1]], ["china", [0, 173, 2]], ["cook", [0, 173, 3]], ["iron", [0, 173, 4]], ["glass", [0, 173, 5]], ["kitchen", [0, 173, 6]], ["firm", [0, 173, 7]], ["table", [0, 173, 8]], ["free", [0, 173, 9]], ["hard", [0, 173, 10]], ["tin", [0, 173, 11]], ["oven", [0, 173, 12]], ["dinner", [0, 173, 13]], ["earthen", [0, 173, 14]], ["group", [0, 173, 15]], ["silver", [0, 173, 16]], ["stone", [0, 173, 17]], ["share", [0, 173, 18]], ["enamel", [0, 173, 19]], ["soft", [0, 173, 20]]]}, {"answer": "wash", "hint": "_ wash", "clues": [["white", [0, 174, 0]], ["back", [0, 174, 1]], ["mouth", [0, 174, 2]], ["eye", [0, 174, 3]], ["hog", [0, 174, 4]]]}, {"answer": "water", "hint": "_ water", "clues": [["rain", [0, 175, 0]], ["break", [0, 175, 1]], ["salt", [0, 175, 2]], ["white", [0, 175, 3]], ["tide", [0, 175, 4]], ["sea", [0, 175, 5]], ["back", [0, 175, 6]], ["fresh", [0, 175, 7]], ["dish", [0, 175, 8]], ["fire", [0, 175, 9]]]}, {"answer": "way", "hint": "_ way", "clues": [["walk", [0, 176, 0]], ["hatch", [0, 176, 1]], ["race", [0, 176, 2]], ["head", [0, 176, 3]], ["express", [0, 176, 4]], ["gate", [0, 176, 5]], ["road", [0, 176, 6]], ["slip", [0, 176, 7]], ["companion", [0, 176, 8]], ["speed", [0, 176, 9]], ["air", [0, 176, 10]], ["spill", [0, 176, 11]], ["entry", [0, 176, 12]], ["rail", [0, 176, 13]], ["passage", [0, 176, 14]], ["run", [0, 176, 15]], ["path", [0, 176, 16]], ["cause", [0, 176, 17]], ["mid", [0, 176, 18]], ["drive", [0, 176, 19]], ["high", [0, 176, 20]], ["tram", [0, 176, 21]], ["arch", [0, 176, 22]], ["lee", [0, 176, 23]], ["door", [0, 176, 24]], ["stair", [0, 176, 25]], ["carriage", [0, 176, 26]], ["sea", [0, 176, 27]], ["motor", [0, 176, 28]], ["taxi", [0, 176, 29]], ["fly", [0, 176, 30]], ["tide", [0, 176, 31]], ["water", [0, 176, 32]], ["free", [0, 176, 33]], ["gang", [0, 176, 34]], ["belt", [0, 176, 35]], ["hall", [0, 176, 36]], ["alley", [0, 176, 37]], ["clear", [0, 176, 38]], ["park", [0, 176, 39]]]}, {"answer": "wear", "hint": "_ wear", "clues": [["swim", [0, 177, 0]], ["knit", [0, 177, 1]], ["beach", [0, 177, 2]], ["sports", [0, 177, 3]], ["night", [0, 177, 4]], ["foot", [0, 177, 5]], ["under", [0, 177, 6]], ["outer", [0, 177, 7]], ["sleep", [0, 177, 8]]]}, {"answer": "weed", "hint": "_ weed", "clues": [["rag", [0, 178, 0]], ["duck", [0, 178, 1]], ["bind", [0, 178, 2]], ["chick", [0, 178, 3]], ["sea", [0, 178, 4]], ["loco", [0, 178, 5]], ["milk", [0, 178, 6]], ["tumble", [0, 178, 7]]]}, {"answer": "weight", "hint": "_ weight", "clues": [["bantam", [0, 179, 0]], ["light", [0, 179, 1]], ["middle", [0, 179, 2]], ["fly", [0, 179, 3]], ["feather", [0, 179, 4]], ["penny", [0, 179, 5]], ["paper", [0, 179, 6]], ["hundred", [0, 179, 7]], ["over", [0, 179, 8]], ["make", [0, 179, 9]], ["welter", [0, 179, 10]], ["heavy", [0, 179, 11]]]}, {"answer": "wheel", "hint": "_ wheel", "clues": [["cog", [0, 180, 0]], ["cart", [0, 180, 1]], ["free", [0, 180, 2]], ["pin", [0, 180, 3]], ["water", [0, 180, 4]], ["fly", [0, 180, 5]]]}, {"answer": "wife", "hint": "_ wife", "clues": [["fish", [0, 181, 0]], ["ale", [0, 181, 1]], ["house", [0, 181, 2]], ["mid", [0, 181, 3]]]}, {"answer": "wind", "hint": "_ wind", "clues": [["cross", [0, 182, 0]], ["head", [0, 182, 1]], ["whirl", [0, 182, 2]], ["tail", [0, 182, 3]], ["wood", [0, 182, 4]]]}, {"answer": "woman", "hint": "_ woman", "clues": [["bond", [0, 183, 0]], ["congress", [0, 183, 1]], ["spokes", [0, 183, 2]], ["frontiers", [0, 183, 3]], ["states", [0, 183, 4]], ["jury", [0, 183, 5]], ["oars", [0, 183, 6]], ["clans", [0, 183, 7]], ["business", [0, 183, 8]], ["air", [0, 183, 9]], ["news", [0, 183, 10]], ["committee", [0, 183, 11]], ["kins", [0, 183, 12]], ["chair", [0, 183, 13]], ["council", [0, 183, 14]], ["sales", [0, 183, 15]], ["country", [0, 183, 16]], ["sports", [0, 183, 17]], ["mad", [0, 183, 18]], ["washer", [0, 183, 19]], ["newspaper", [0, 183, 20]], ["yachts", [0, 183, 21]], ["laundry", [0, 183, 22]], ["gentle", [0, 183, 23]], ["noble", [0, 183, 24]], ["horse", [0, 183, 25]], ["assembly", [0, 183, 26]], ["police", [0, 183, 27]], ["needle", [0, 183, 28]]]}, {"answer": "wood", "hint": "_ wood", "clues": [["match", [0, 184, 0]], ["cotton", [0, 184, 1]], ["brush", [0, 184, 2]], ["beech", [0, 184, 3]], ["box", [0, 184, 4]], ["pulp", [0, 184, 5]], ["rose", [0, 184, 6]], ["dog", [0, 184, 7]], ["soft", [0, 184, 8]], ["iron", [0, 184, 9]], ["hard", [0, 184, 10]], ["dead", [0, 184, 11]], ["drift", [0, 184, 12]], ["sap", [0, 184, 13]], ["green", [0, 184, 14]], ["red", [0, 184, 15]], ["bass", [0, 184, 16]], ["ply", [0, 184, 17]], ["worm", [0, 184, 18]], ["satin", [0, 184, 19]], ["button", [0, 184, 20]], ["bent", [0, 184, 21]], ["fire", [0, 184, 22]], ["heart", [0, 184, 23]], ["sandal", [0, 184, 24]]]}, {"answer": "word", "hint": "_ word", "clues": [["loan", [0, 185, 0]], ["swear", [0, 185, 1]], ["head", [0, 185, 2]], ["buzz", [0, 185, 3]], ["cross", [0, 185, 4]], ["watch", [0, 185, 5]], ["catch", [0, 185, 6]], ["pass", [0, 185, 7]]]}, {"answer": "work", "hint": "_ work", "clues": [["course", [0, 186, 0]], ["fancy", [0, 186, 1]], ["school", [0, 186, 2]], ["case", [0, 186, 3]], ["ground", [0, 186, 4]], ["busy", [0, 186, 5]], ["lace", [0, 186, 6]], ["clock", [0, 186, 7]], ["crewel", [0, 186, 8]], ["brick", [0, 186, 9]], ["class", [0, 186, 10]], ["house", [0, 186, 11]], ["lattice", [0, 186, 12]], ["paper", [0, 186, 13]], ["art", [0, 186, 14]], ["body", [0, 186, 15]], ["cabinet", [0, 186, 16]], ["field", [0, 186, 17]], ["iron", [0, 186, 18]], ["team", [0, 186, 19]], ["stone", [0, 186, 20]], ["life", [0, 186, 21]], ["wax", [0, 186, 22]], ["fire", [0, 186, 23]], ["earth", [0, 186, 24]], ["guess", [0, 186, 25]], ["fret", [0, 186, 26]], ["pipe", [0, 186, 27]], ["needle", [0, 186, 28]], ["breast", [0, 186, 29]], ["plaster", [0, 186, 30]], ["wicker", [0, 186, 31]], ["patch", [0, 186, 32]], ["spade", [0, 186, 33]], ["over", [0, 186, 34]], ["home", [0, 186, 35]], ["frame", [0, 186, 36]], ["net", [0, 186, 37]], ["hand", [0, 186, 38]], ["brush", [0, 186, 39]], ["bridge", [0, 186, 40]], ["metal", [0, 186, 41]], ["hack", [0, 186, 42]], ["wood", [0, 186, 43]], ["piece", [0, 186, 44]], ["foot", [0, 186, 45]], ["open", [0, 186, 46]]]}, {"answer": "worker", "hint": "_ worker", "clues": [["steel", [0, 187, 0]], ["case", [0, 187, 1]], ["field", [0, 187, 2]], ["metal", [0, 187, 3]], ["dock", [0, 187, 4]], ["wood", [0, 187, 5]]]}, {"answer": "works", "hint": "_ works", "clues": [["water", [0, 188, 0]], ["steel", [0, 188, 1]], ["gas", [0, 188, 2]], ["iron", [0, 188, 3]]]}, {"answer": "worm", "hint": "_ worm", "clues": [["ring", [0, 189, 0]], ["cut", [0, 189, 1]], ["earth", [0, 189, 2]], ["angle", [0, 189, 3]], ["round", [0, 189, 4]], ["tape", [0, 189, 5]], ["hook", [0, 189, 6]], ["book", [0, 189, 7]], ["silk", [0, 189, 8]], ["glow", [0, 189, 9]], ["blood", [0, 189, 10]], ["inch", [0, 189, 11]], ["wood", [0, 189, 12]], ["flat", [0, 189, 13]]]}, {"answer": "worthiness", "hint": "_ worthiness", "clues": [["trust", [0, 190, 0]], ["air", [0, 190, 1]], ["credit", [0, 190, 2]], ["praise", [0, 190, 3]], ["sea", [0, 190, 4]]]}, {"answer": "wright", "hint": "_ wright", "clues": [["play", [0, 191, 0]], ["ship", [0, 191, 1]], ["mill", [0, 191, 2]], ["wain", [0, 191, 3]], ["wheel", [0, 191, 4]]]}, {"answer": "writer", "hint": "_ writer", "clues": [["sports", [0, 192, 0]], ["teletype", [0, 192, 1]], ["song", [0, 192, 2]], ["ghost", [0, 192, 3]], ["under", [0, 192, 4]], ["copy", [0, 192, 5]], ["screen", [0, 192, 6]], ["speech", [0, 192, 7]], ["script", [0, 192, 8]], ["type", [0, 192, 9]]]}, {"answer": "yard", "hint": "_ yard", "clues": [["back", [0, 193, 0]], ["church", [0, 193, 1]], ["lumber", [0, 193, 2]], ["grave", [0, 193, 3]], ["junk", [0, 193, 4]], ["barn", [0, 193, 5]], ["court", [0, 193, 6]], ["door", [0, 193, 7]], ["dock", [0, 193, 8]], ["brick", [0, 193, 9]], ["school", [0, 193, 10]], ["vine", [0, 193, 11]], ["stock", [0, 193, 12]], ["farm", [0, 193, 13]], ["boat", [0, 193, 14]], ["steel", [0, 193, 15]], ["ship", [0, 193, 16]]]}], "portion": 0.9}, {"name": "prefixes", "groups": [{"answer": "after", "hint": "after _", "clues": [["birth", [1, 0, 0]], ["burner", [1, 0, 1]], ["care", [1, 0, 2]], ["effect", [1, 0, 3]], ["glow", [1, 0, 4]], ["image", [1, 0, 5]], ["life", [1, 0, 6]], ["math", [1, 0, 7]], ["noon", [1, 0, 8]], ["shock", [1, 0, 9]], ["taste", [1, 0, 10]], ["thought", [1, 0, 11]]]}, {"answer": "air", "hint": "air _", "clues": [["brush", [1, 1, 0]], ["bus", [1, 1, 1]], ["craft", [1, 1, 2]], ["crew", [1, 1, 3]], ["drome", [1, 1, 4]], ["drop", [1, 1, 5]], ["fare", [1, 1, 6]], ["field", [1, 1, 7]], ["flow", [1, 1, 8]], ["foil", [1, 1, 9]], ["frame", [1, 1, 10]], ["gun", [1, 1, 11]], ["head", [1, 1, 12]], ["lift", [1, 1, 13]], ["line", [1, 1, 14]], ["lock", [1, 1, 15]], ["mail", [1, 1, 16]], ["plane", [1, 1, 17]], ["port", [1, 1, 18]], ["ship", [1, 1, 19]], ["sickness", [1, 1, 20]], ["space", [1, 1, 21]], ["speed", [1, 1, 22]], ["stream", [1, 1, 23]], ["strip", [1, 1, 24]], ["way", [1, 1, 25]], ["worthiness", [1, 1, 26]]]}, {"answer": "arm", "hint": "arm _", "clues": [["band", [1, 2, 0]], ["chair", [1, 2, 1]], ["hole", [1, 2, 2]], ["pit", [1, 2, 3]], ["rest", [1, 2, 4]]]}, {"answer": "back", "hint": "back _", "clues": [["ache", [1, 3, 0]], ["bench", [1, 3, 1]], ["biter", [1, 3, 2]], ["board", [1, 3, 3]], ["bone", [1, 3, 4]], ["chat", [1, 3, 5]], ["cloth", [1, 3, 6]], ["door", [1, 3, 7]], ["drop", [1, 3, 8]], ["field", [1, 3, 9]], ["fire", [1, 3, 10]], ["gammon", [1, 3, 11]], ["ground", [1, 3, 12]], ["hand", [1, 3, 13]], ["hoe", [1, 3, 14]], ["lash", [1, 3, 15]], ["log", [1, 3, 16]], ["pack", [1, 3, 17]], ["packer", [1, 3, 18]], ["rest", [1, 3, 19]], ["room", [1, 3, 20]], ["seat", [1, 3, 21]], ["side", [1, 3, 22]], ["slapper", [1, 3, 23]], ["slider", [1, 3, 24]], ["sliding", [1, 3, 25]], ["space", [1, 3, 26]], ["spin", [1, 3, 27]], ["stage", [1, 3, 28]], ["stairs", [1, 3, 29]], ["stop", [1, 3, 30]], ["stroke", [1, 3, 31]], ["talk", [1, 3, 32]], ["wash", [1, 3, 33]], ["water", [1, 3, 34]], ["woods", [1, 3, 35]], ["yard", [1, 3, 36]]]}, {"answer": "ball", "hint": "ball _", "clues": [["cock", [1, 4, 0]], ["game", [1, 4, 1]], ["park", [1, 4, 2]], ["player", [1, 4, 3]], ["point", [1, 4, 4]], ["room", [1, 4, 5]]]}, {"answer": "band", "hint": "band _", "clues": [["box", [1, 5, 0]], ["leader", [1, 5, 1]], ["master", [1, 5, 2]], ["stand", [1, 5, 3]], ["wagon", [1, 5, 4]], ["width", [1, 5, 5]]]}, {"answer": "bar", "hint": "bar _", "clues": [["bell", [1, 6, 0]], ["berry", [1, 6, 1]], ["keep", [1, 6, 2]], ["keeper", [1, 6, 3]], ["maid", [1, 6, 4]], ["room", [1, 6, 5]], ["tender", [1, 6, 6]]]}, {"answer": "bath", "hint": "bath _", "clues": [["house", [1, 7, 0]], ["robe", [1, 7, 1]], ["room", [1, 7, 2]], ["tub", [1, 7, 3]]]}, {"answer": "battle", "hint": "battle _", "clues": [["field", [1, 8, 0]], ["front", [1, 8, 1]], ["ground", [1, 8, 2]], ["ship", [1, 8, 3]]]}, {"answer": "beach", "hint": "beach _", "clues": [["comber", [1, 9, 0]], ["front", [1, 9, 1]], ["head", [1, 9, 2]], ["wear", [1, 9, 3]]]}, {"answer": "bed", "hint": "bed _", "clues": [["bug", [1, 10, 0]], ["chamber", [1, 10, 1]], ["clothes", [1, 10, 2]], ["fellow", [1, 10, 3]], ["pan", [1, 10, 4]], ["post", [1, 10, 5]], ["rock", [1, 10, 6]], ["roll", [1, 10, 7]], ["room", [1, 10, 8]], ["side", [1, 10, 9]], ["sit", [1, 10, 10]], ["sitter", [1, 10, 11]], ["sore", [1, 10, 12]], ["spread", [1, 10, 13]], ["stead", [1, 10, 14]], ["time", [1, 10, 15]]]}, {"answer": "bee", "hint": "bee _", "clues": [["bread", [1, 11, 0]], ["hive", [1, 11, 1]], ["keeper", [1, 11, 2]], ["keeping", [1, 11, 3]], ["line", [1, 11, 4]]]}, {"answer": "beef", "hint": "beef _", "clues": [["burger", [1, 12, 0]], ["cake", [1, 12, 1]], ["eater", [1, 12, 2]], ["steak", [1, 12, 3]]]}, {"answer": "bird", "hint": "bird _", "clues": [["bath", [1, 13, 0]], ["brain", [1, 13, 1]], ["cage", [1, 13, 2]], ["house", [1, 13, 3]], ["lime", [1, 13, 4]], ["seed", [1, 13, 5]], ["song", [1, 13, 6]]]}, {"answer": "birth", "hint": "birth _", "clues": [["day", [1, 14, 0]], ["mark", [1, 14, 1]], ["place", [1, 14, 2]], ["rate", [1, 14, 3]], ["right", [1, 14, 4]]]}, {"answer": "black", "hint": "black _", "clues": [["ball", [1, 15, 0]], ["berry", [1, 15, 1]], ["bird", [1, 15, 2]], ["board", [1, 15, 3]], ["guard", [1, 15, 4]], ["head", [1, 15, 5]], ["jack", [1, 15, 6]], ["leg", [1, 15, 7]], ["list", [1, 15, 8]], ["mail", [1, 15, 9]], ["mailer", [1, 15, 10]], ["out", [1, 15, 11]], ["smith", [1, 15, 12]], ["snake", [1, 15, 13]], ["thorn", [1, 15, 14]], ["top", [1, 15, 15]], ["topping", [1, 15, 16]]]}, {"answer": "blood", "hint": "blood _", "clues": [["bath", [1, 16, 0]], ["hound", [1, 16, 1]], ["letting", [1, 16, 2]], ["line", [1, 16, 3]], ["mobile", [1, 16, 4]], ["shed", [1, 16, 5]], ["stain", [1, 16, 6]], ["stock", [1, 16, 7]], ["stone", [1, 16, 8]], ["stream", [1, 16, 9]], ["sucker", [1, 16, 10]], ["worm", [1, 16, 11]]]}, {"answer": "blow", "hint": "blow _", "clues": [["fly", [1, 17, 0]], ["gun", [1, 17, 1]], ["hard", [1, 17, 2]], ["hole", [1, 17, 3]], ["lamp", [1, 17, 4]], ["out", [1, 17, 5]], ["pipe", [1, 17, 6]], ["torch", [1, 17, 7]]]}, {"answer": "blue", "hint": "blue _", "clues": [["bell", [1, 18, 0]], ["berry", [1, 18, 1]], ["bird", [1, 18, 2]], ["bonnet", [1, 18, 3]], ["bottle", [1, 18, 4]], ["fish", [1, 18, 5]], ["gill", [1, 18, 6]], ["grass", [1, 18, 7]], ["jacket", [1, 18, 8]], ["nose", [1, 18, 9]], ["point", [1, 18, 10]], ["print", [1, 18, 11]], ["stocking", [1, 18, 12]]]}, {"answer": "boat", "hint": "boat _", "clues": [["house", [1, 19, 0]], ["load", [1, 19, 1]], ["swain", [1, 19, 2]], ["yard", [1, 19, 3]]]}, {"answer": "bob", "hint": "bob _", "clues": [["cat", [1, 20, 0]], ["sled", [1, 20, 1]], ["sledding", [1, 20, 2]], ["sleigh", [1, 20, 3]], ["tail", [1, 20, 4]], ["white", [1, 20, 5]]]}, {"answer": "body", "hint": "body _", "clues": [["builder", [1, 21, 0]], ["building", [1, 21, 1]], ["guard", [1, 21, 2]], ["work", [1, 21, 3]]]}, {"answer": "book", "hint": "book _", "clues": [["binder", [1, 22, 0]], ["binding", [1, 22, 1]], ["case", [1, 22, 2]], ["end", [1, 22, 3]], ["keeper", [1, 22, 4]], ["keeping", [1, 22, 5]], ["maker", [1, 22, 6]], ["mark", [1, 22, 7]], ["mobile", [1, 22, 8]], ["plate", [1, 22, 9]], ["seller", [1, 22, 10]], ["shelf", [1, 22, 11]], ["shop", [1, 22, 12]], ["stall", [1, 22, 13]], ["store", [1, 22, 14]], ["worm", [1, 22, 15]]]}, {"answer": "boot", "hint": "boot _", "clues": [["black", [1, 23, 0]], ["lace", [1, 23, 1]], ["leg", [1, 23, 2]], ["legging", [1, 23, 3]], ["strap", [1, 23, 4]]]}, {"answer": "bow", "hint": "bow _", "clues": [["leg", [1, 24, 0]], ["line", [1, 24, 1]], ["sprit", [1, 24, 2]], ["string", [1, 24, 3]]]}, {"answer": "brain", "hint": "brain _", "clues": [["child", [1, 25, 0]], ["power", [1, 25, 1]], ["storm", [1, 25, 2]], ["washing", [1, 25, 3]], ["wave", [1, 25, 4]]]}, {"answer": "bread", "hint": "bread _", "clues": [["basket", [1, 26, 0]], ["board", [1, 26, 1]], ["box", [1, 26, 2]], ["crumb", [1, 26, 3]], ["fruit", [1, 26, 4]], ["line", [1, 26, 5]], ["winner", [1, 26, 6]]]}, {"answer": "break", "hint": "break _", "clues": [["away", [1, 27, 0]], ["down", [1, 27, 1]], ["fast", [1, 27, 2]], ["out", [1, 27, 3]], ["through", [1, 27, 4]], ["water", [1, 27, 5]]]}, {"answer": "breast", "hint": "breast _", "clues": [["bone", [1, 28, 0]], ["plate", [1, 28, 1]], ["stroke", [1, 28, 2]], ["work", [1, 28, 3]]]}, {"answer": "brick", "hint": "brick _", "clues": [["bat", [1, 29, 0]], ["layer", [1, 29, 1]], ["laying", [1, 29, 2]], ["work", [1, 29, 3]], ["yard", [1, 29, 4]]]}, {"answer": "broad", "hint": "broad _", "clues": [["cast", [1, 30, 0]], ["caster", [1, 30, 1]], ["cloth", [1, 30, 2]], ["loom", [1, 30, 3]], ["sheet", [1, 30, 4]], ["side", [1, 30, 5]], ["sword", [1, 30, 6]]]}, {"answer": "buck", "hint": "buck _", "clues": [["board", [1, 31, 0]], ["eye", [1, 31, 1]], ["saw", [1, 31, 2]], ["shot", [1, 31, 3]], ["skin", [1, 31, 4]], ["tooth", [1, 31, 5]], ["wheat", [1, 31, 6]]]}, {"answer": "bull", "hint": "bull _", "clues": [["dog", [1, 32, 0]], ["dozer", [1, 32, 1]], ["fight", [1, 32, 2]], ["fighter", [1, 32, 3]], ["finch", [1, 32, 4]], ["frog", [1, 32, 5]], ["head", [1, 32, 6]], ["horn", [1, 32, 7]], ["pen", [1, 32, 8]], ["ring", [1, 32, 9]]]}, {"answer": "butter", "hint": "butter _", "clues": [["ball", [1, 33, 0]], ["cup", [1, 33, 1]], ["fat", [1, 33, 2]], ["fingers", [1, 33, 3]], ["fly", [1, 33, 4]], ["milk", [1, 33, 5]], ["nut", [1, 33, 6]], ["scotch", [1, 33, 7]]]}, {"answer": "candle", "hint": "candle _", "clues": [["light", [1, 34, 0]], ["power", [1, 34, 1]], ["stick", [1, 34, 2]], ["wick", [1, 34, 3]]]}, {"answer": "car", "hint": "car _", "clues": [["fare", [1, 35, 0]], ["hop", [1, 35, 1]], ["jacking", [1, 35, 2]], ["load", [1, 35, 3]], ["port", [1, 35, 4]]]}, {"answer": "card", "hint": "card _", "clues": [["board", [1, 36, 0]], ["holder", [1, 36, 1]], ["sharp", [1, 36, 2]], ["sharper", [1, 36, 3]]]}, {"answer": "cat", "hint": "cat _", "clues": [["bird", [1, 37, 0]], ["boat", [1, 37, 1]], ["call", [1, 37, 2]], ["fish", [1, 37, 3]], ["gut", [1, 37, 4]], ["nap", [1, 37, 5]], ["nip", [1, 37, 6]], ["tail", [1, 37, 7]], ["walk", [1, 37, 8]]]}, {"answer": "check", "hint": "check _", "clues": [["book", [1, 38, 0]], ["list", [1, 38, 1]], ["mate", [1, 38, 2]], ["out", [1, 38, 3]], ["point", [1, 38, 4]], ["room", [1, 38, 5]]]}, {"answer": "cheese", "hint": "cheese _", "clues": [["board", [1, 39, 0]], ["burger", [1, 39, 1]], ["cake", [1, 39, 2]], ["cloth", [1, 39, 3]]]}, {"answer": "cock", "hint": "cock _", "clues": [["crow", [1, 40, 0]], ["fight", [1, 40, 1]], ["pit", [1, 40, 2]], ["roach", [1, 40, 3]], ["tail", [1, 40, 4]]]}, {"answer": "cook", "hint": "cook _", "clues": [["book", [1, 41, 0]], ["house", [1, 41, 1]], ["out", [1, 41, 2]], ["ware", [1, 41, 3]]]}, {"answer": "copy", "hint": "copy _", "clues": [["book", [1, 42, 0]], ["cat", [1, 42, 1]], ["right", [1, 42, 2]], ["writer", [1, 42, 3]]]}, {"answer": "corn", "hint": "corn _", "clues": [["bread", [1, 43, 0]], ["cob", [1, 43, 1]], ["crake", [1, 43, 2]], ["field", [1, 43, 3]], ["flour", [1, 43, 4]], ["flower", [1, 43, 5]], ["meal", [1, 43, 6]], ["stalk", [1, 43, 7]], ["starch", [1, 43, 8]]]}, {"answer": "cotton", "hint": "cotton _", "clues": [["mouth", [1, 44, 0]], ["seed", [1, 44, 1]], ["tail", [1, 44, 2]], ["wood", [1, 44, 3]]]}, {"answer": "cow", "hint": "cow _", "clues": [["bell", [1, 45, 0]], ["bird", [1, 45, 1]], ["boy", [1, 45, 2]], ["catcher", [1, 45, 3]], ["girl", [1, 45, 4]], ["hand", [1, 45, 5]], ["herd", [1, 45, 6]], ["hide", [1, 45, 7]], ["lick", [1, 45, 8]], ["poke", [1, 45, 9]], ["pox", [1, 45, 10]], ["puncher", [1, 45, 11]], ["shed", [1, 45, 12]], ["slip", [1, 45, 13]]]}, {"answer": "cross", "hint": "cross _", "clues": [["bar", [1, 46, 0]], ["beam", [1, 46, 1]], ["bones", [1, 46, 2]], ["bow", [1, 46, 3]], ["breed", [1, 46, 4]], ["check", [1, 46, 5]], ["cut", [1, 46, 6]], ["fire", [1, 46, 7]], ["hatch", [1, 46, 8]], ["over", [1, 46, 9]], ["patch", [1, 46, 10]], ["road", [1, 46, 11]], ["talk", [1, 46, 12]], ["walk", [1, 46, 13]], ["wind", [1, 46, 14]], ["word", [1, 46, 15]]]}, {"answer": "cut", "hint": "cut _", "clues": [["away", [1, 47, 0]], ["back", [1, 47, 1]], ["off", [1, 47, 2]], ["out", [1, 47, 3]], ["throat", [1, 47, 4]], ["worm", [1, 47, 5]]]}, {"answer": "day", "hint": "day _", "clues": [["bed", [1, 48, 0]], ["break", [1, 48, 1]], ["care", [1, 48, 2]], ["dream", [1, 48, 3]], ["dreamer", [1, 48, 4]], ["light", [1, 48, 5]], ["time", [1, 48, 6]]]}, {"answer": "dead", "hint": "dead _", "clues": [["beat", [1, 49, 0]], ["bolt", [1, 49, 1]], ["head", [1, 49, 2]], ["line", [1, 49, 3]], ["lock", [1, 49, 4]], ["wood", [1, 49, 5]]]}, {"answer": "death", "hint": "death _", "clues": [["bed", [1, 50, 0]], ["blow", [1, 50, 1]], ["trap", [1, 50, 2]], ["watch", [1, 50, 3]]]}, {"answer": "dish", "hint": "dish _", "clues": [["cloth", [1, 51, 0]], ["pan", [1, 51, 1]], ["rag", [1, 51, 2]], ["towel", [1, 51, 3]], ["ware", [1, 51, 4]], ["washer", [1, 51, 5]], ["water", [1, 51, 6]]]}, {"answer": "dog", "hint": "dog _", "clues": [["cart", [1, 52, 0]], ["fight", [1, 52, 1]], ["fish", [1, 52, 2]], ["house", [1, 52, 3]], ["leg", [1, 52, 4]], ["sled", [1, 52, 5]], ["trot", [1, 52, 6]], ["wood", [1, 52, 7]]]}, {"answer": "door", "hint": "door _", "clues": [["bell", [1, 53, 0]], ["jamb", [1, 53, 1]], ["keeper", [1, 53, 2]], ["knob", [1, 53, 3]], ["knocker", [1, 53, 4]], ["mat", [1, 53, 5]], ["nail", [1, 53, 6]], ["plate", [1, 53, 7]], ["post", [1, 53, 8]], ["step", [1, 53, 9]], ["stop", [1, 53, 10]], ["way", [1, 53, 11]], ["yard", [1, 53, 12]]]}, {"answer": "down", "hint": "down _", "clues": [["beat", [1, 54, 0]], ["cast", [1, 54, 1]], ["draft", [1, 54, 2]], ["fall", [1, 54, 3]], ["grade", [1, 54, 4]], ["hill", [1, 54, 5]], ["pour", [1, 54, 6]], ["shift", [1, 54, 7]], ["side", [1, 54, 8]], ["sizing", [1, 54, 9]], ["stage", [1, 54, 10]], ["swing", [1, 54, 11]], ["time", [1, 54, 12]], ["town", [1, 54, 13]], ["turn", [1, 54, 14]]]}, {"answer": "ear", "hint": "ear _", "clues": [["ache", [1, 55, 0]], ["drum", [1, 55, 1]], ["lobe", [1, 55, 2]], ["mark", [1, 55, 3]], ["muff", [1, 55, 4]], ["phone", [1, 55, 5]], ["piece", [1, 55, 6]], ["plug", [1, 55, 7]], ["ring", [1, 55, 8]], ["shot", [1, 55, 9]], ["wax", [1, 55, 10]], ["wig", [1, 55, 11]]]}, {"answer": "egg", "hint": "egg _", "clues": [["beater", [1, 56, 0]], ["cup", [1, 56, 1]], ["head", [1, 56, 2]], ["nog", [1, 56, 3]], ["plant", [1, 56, 4]], ["shell", [1, 56, 5]]]}, {"answer": "eye", "hint": "eye _", "clues": [["ball", [1, 57, 0]], ["brow", [1, 57, 1]], ["glass", [1, 57, 2]], ["lash", [1, 57, 3]], ["lid", [1, 57, 4]], ["liner", [1, 57, 5]], ["piece", [1, 57, 6]], ["shadow", [1, 57, 7]], ["sight", [1, 57, 8]], ["sore", [1, 57, 9]], ["strain", [1, 57, 10]], ["tooth", [1, 57, 11]], ["wash", [1, 57, 12]], ["witness", [1, 57, 13]]]}, {"answer": "farm", "hint": "farm _", "clues": [["hand", [1, 58, 0]], ["house", [1, 58, 1]], ["land", [1, 58, 2]], ["stead", [1, 58, 3]], ["yard", [1, 58, 4]]]}, {"answer": "feed", "hint": "feed _", "clues": [["back", [1, 59, 0]], ["bag", [1, 59, 1]], ["lot", [1, 59, 2]], ["stock", [1, 59, 3]]]}, {"answer": "finger", "hint": "finger _", "clues": [["board", [1, 60, 0]], ["mark", [1, 60, 1]], ["nail", [1, 60, 2]], ["print", [1, 60, 3]], ["tip", [1, 60, 4]]]}, {"answer": "fire", "hint": "fire _", "clues": [["arm", [1, 61, 0]], ["ball", [1, 61, 1]], ["bomb", [1, 61, 2]], ["box", [1, 61, 3]], ["brand", [1, 61, 4]], ["break", [1, 61, 5]], ["brick", [1, 61, 6]], ["bug", [1, 61, 7]], ["cracker", [1, 61, 8]], ["damp", [1, 61, 9]], ["fighter", [1, 61, 10]], ["fly", [1, 61, 11]], ["guard", [1, 61, 12]], ["house", [1, 61, 13]], ["light", [1, 61, 14]], ["place", [1, 61, 15]], ["plug", [1, 61, 16]], ["power", [1, 61, 17]], ["side", [1, 61, 18]], ["storm", [1, 61, 19]], ["trap", [1, 61, 20]], ["wall", [1, 61, 21]], ["water", [1, 61, 22]], ["wood", [1, 61, 23]], ["work", [1, 61, 24]]]}, {"answer": "fish", "hint": "fish _", "clues": [["bowl", [1, 62, 0]], ["hook", [1, 62, 1]], ["monger", [1, 62, 2]], ["net", [1, 62, 3]], ["pond", [1, 62, 4]], ["wife", [1, 62, 5]]]}, {"answer": "flag", "hint": "flag _", "clues": [["pole", [1, 63, 0]], ["ship", [1, 63, 1]], ["staff", [1, 63, 2]], ["stone", [1, 63, 3]]]}, {"answer": "flash", "hint": "flash _", "clues": [["back", [1, 64, 0]], ["bulb", [1, 64, 1]], ["card", [1, 64, 2]], ["gun", [1, 64, 3]], ["light", [1, 64, 4]]]}, {"answer": "flat", "hint": "flat _", "clues": [["bed", [1, 65, 0]], ["boat", [1, 65, 1]], ["car", [1, 65, 2]], ["fish", [1, 65, 3]], ["foot", [1, 65, 4]], ["iron", [1, 65, 5]], ["mate", [1, 65, 6]], ["top", [1, 65, 7]], ["ware", [1, 65, 8]], ["worm", [1, 65, 9]]]}, {"answer": "fly", "hint": "fly _", "clues": [["catcher", [1, 66, 0]], ["leaf", [1, 66, 1]], ["over", [1, 66, 2]], ["paper", [1, 66, 3]], ["past", [1, 66, 4]], ["speck", [1, 66, 5]], ["swatter", [1, 66, 6]], ["way", [1, 66, 7]], ["weight", [1, 66, 8]], ["wheel", [1, 66, 9]]]}, {"answer": "foot", "hint": "foot _", "clues": [["ball", [1, 67, 0]], ["bridge", [1, 67, 1]], ["fall", [1, 67, 2]], ["hill", [1, 67, 3]], ["hold", [1, 67, 4]], ["lights", [1, 67, 5]], ["locker", [1, 67, 6]], ["note", [1, 67, 7]], ["path", [1, 67, 8]], ["plate", [1, 67, 9]], ["print", [1, 67, 10]], ["race", [1, 67, 11]], ["rest", [1, 67, 12]], ["step", [1, 67, 13]], ["stool", [1, 67, 14]], ["wear", [1, 67, 15]], ["work", [1, 67, 16]]]}, {"answer": "fore", "hint": "fore _", "clues": [["ground", [1, 68, 0]], ["head", [1, 68, 1]], ["mast", [1, 68, 2]], ["name", [1, 68, 3]], ["runner", [1, 68, 4]]]}, {"answer": "four", "hint": "four _", "clues": [["pence", [1, 69, 0]], ["score", [1, 69, 1]], ["some", [1, 69, 2]], ["square", [1, 69, 3]]]}, {"answer": "fox", "hint": "fox _", "clues": [["glove", [1, 70, 0]], ["hole", [1, 70, 1]], ["hound", [1, 70, 2]], ["hunt", [1, 70, 3]], ["trot", [1, 70, 4]]]}, {"answer": "free", "hint": "free _", "clues": [["hold", [1, 71, 0]], ["holder", [1, 71, 1]], ["lance", [1, 71, 2]], ["loader", [1, 71, 3]], ["masonry", [1, 71, 4]], ["stone", [1, 71, 5]], ["style", [1, 71, 6]], ["thinker", [1, 71, 7]], ["thinking", [1, 71, 8]], ["ware", [1, 71, 9]], ["way", [1, 71, 10]], ["wheel", [1, 71, 11]]]}, {"answer": "gate", "hint": "gate _", "clues": [["crasher", [1, 72, 0]], ["house", [1, 72, 1]], ["keeper", [1, 72, 2]], ["post", [1, 72, 3]], ["way", [1, 72, 4]]]}, {"answer": "goal", "hint": "goal _", "clues": [["keeper", [1, 73, 0]], ["mouth", [1, 73, 1]], ["post", [1, 73, 2]], ["tender", [1, 73, 3]]]}, {"answer": "god", "hint": "god _", "clues": [["child", [1, 74, 0]], ["daughter", [1, 74, 1]], ["father", [1, 74, 2]], ["mother", [1, 74, 3]], ["parent", [1, 74, 4]], ["send", [1, 74, 5]], ["son", [1, 74, 6]]]}, {"answer": "gold", "hint": "gold _", "clues": [["brick", [1, 75, 0]], ["field", [1, 75, 1]], ["finch", [1, 75, 2]], ["fish", [1, 75, 3]], ["mine", [1, 75, 4]], ["smith", [1, 75, 5]]]}, {"answer": "grand", "hint": "grand _", "clues": [["aunt", [1, 76, 0]], ["child", [1, 76, 1]], ["dad", [1, 76, 2]], ["daddy", [1, 76, 3]], ["daughter", [1, 76, 4]], ["father", [1, 76, 5]], ["master", [1, 76, 6]], ["mother", [1, 76, 7]], ["nephew", [1, 76, 8]], ["niece", [1, 76, 9]], ["parent", [1, 76, 10]], ["son", [1, 76, 11]], ["stand", [1, 76, 12]], ["uncle", [1, 76, 13]]]}, {"answer": "green", "hint": "green _", "clues": [["back", [1, 77, 0]], ["belt", [1, 77, 1]], ["fly", [1, 77, 2]], ["gage", [1, 77, 3]], ["grocer", [1, 77, 4]], ["horn", [1, 77, 5]], ["house", [1, 77, 6]], ["mail", [1, 77, 7]], ["room", [1, 77, 8]], ["sward", [1, 77, 9]], ["wood", [1, 77, 10]]]}, {"answer": "ground", "hint": "ground _", "clues": [["breaking", [1, 78, 0]], ["hog", [1, 78, 1]], ["nut", [1, 78, 2]], ["sheet", [1, 78, 3]], ["work", [1, 78, 4]]]}, {"answer": "gun", "hint": "gun _", "clues": [["boat", [1, 79, 0]], ["fight", [1, 79, 1]], ["fire", [1, 79, 2]], ["metal", [1, 79, 3]], ["point", [1, 79, 4]], ["powder", [1, 79, 5]], ["runner", [1, 79, 6]], ["running", [1, 79, 7]], ["shot", [1, 79, 8]], ["slinger", [1, 79, 9]], ["smith", [1, 79, 10]], ["wale", [1, 79, 11]]]}, {"answer": "hair", "hint": "hair _", "clues": [["ball", [1, 80, 0]], ["brush", [1, 80, 1]], ["care", [1, 80, 2]], ["cloth", [1, 80, 3]], ["cut", [1, 80, 4]], ["dresser", [1, 80, 5]], ["dressing", [1, 80, 6]], ["grip", [1, 80, 7]], ["line", [1, 80, 8]], ["net", [1, 80, 9]], ["piece", [1, 80, 10]], ["pin", [1, 80, 11]], ["splitter", [1, 80, 12]], ["splitting", [1, 80, 13]], ["spring", [1, 80, 14]], ["style", [1, 80, 15]], ["stylist", [1, 80, 16]]]}, {"answer": "half", "hint": "half _", "clues": [["back", [1, 81, 0]], ["penny", [1, 81, 1]], ["time", [1, 81, 2]], ["tone", [1, 81, 3]]]}, {"answer": "hand", "hint": "hand _", "clues": [["bag", [1, 82, 0]], ["ball", [1, 82, 1]], ["barrow", [1, 82, 2]], ["basin", [1, 82, 3]], ["bill", [1, 82, 4]], ["book", [1, 82, 5]], ["car", [1, 82, 6]], ["clasp", [1, 82, 7]], ["craft", [1, 82, 8]], ["cuff", [1, 82, 9]], ["gun", [1, 82, 10]], ["hold", [1, 82, 11]], ["kerchief", [1, 82, 12]], ["maid", [1, 82, 13]], ["maiden", [1, 82, 14]], ["out", [1, 82, 15]], ["over", [1, 82, 16]], ["rail", [1, 82, 17]], ["saw", [1, 82, 18]], ["set", [1, 82, 19]], ["shake", [1, 82, 20]], ["shaking", [1, 82, 21]], ["spring", [1, 82, 22]], ["stand", [1, 82, 23]], ["work", [1, 82, 24]], ["writing", [1, 82, 25]]]}, {"answer": "hard", "hint": "hard _", "clues": [["back", [1, 83, 0]], ["ball", [1, 83, 1]], ["board", [1, 83, 2]], ["cover", [1, 83, 3]], ["liner", [1, 83, 4]], ["tack", [1, 83, 5]], ["top", [1, 83, 6]], ["ware", [1, 83, 7]], ["wood", [1, 83, 8]]]}, {"answer": "hay", "hint": "hay _", "clues": [["cock", [1, 84, 0]], ["field", [1, 84, 1]], ["loft", [1, 84, 2]], ["making", [1, 84, 3]], ["mow", [1, 84, 4]], ["rick", [1, 84, 5]], ["seed", [1, 84, 6]], ["stack", [1, 84, 7]], ["wire", [1, 84, 8]]]}, {"answer": "head", "hint": "head _", "clues": [["ache", [1, 85, 0]], ["band", [1, 85, 1]], ["board", [1, 85, 2]], ["cheese", [1, 85, 3]], ["count", [1, 85, 4]], ["dress", [1, 85, 5]], ["gear", [1, 85, 6]], ["hunter", [1, 85, 7]], ["lamp", [1, 85, 8]], ["land", [1, 85, 9]], ["light", [1, 85, 10]], ["line", [1, 85, 11]], ["lock", [1, 85, 12]], ["master", [1, 85, 13]], ["mastership", [1, 85, 14]], ["mistress", [1, 85, 15]], ["phone", [1, 85, 16]], ["piece", [1, 85, 17]], ["pin", [1, 85, 18]], ["quarters", [1, 85, 19]], ["rest", [1, 85, 20]], ["room", [1, 85, 21]], ["scarf", [1, 85, 22]], ["set", [1, 85, 23]], ["stall", [1, 85, 24]], ["stand", [1, 85, 25]], ["stock", [1, 85, 26]], ["stone", [1, 85, 27]], ["waiter", [1, 85, 28]], ["way", [1, 85, 29]], ["wind", [1, 85, 30]], ["word", [1, 85, 31]]]}, {"answer": "heart", "hint": "heart _", "clues": [["ache", [1, 86, 0]], ["beat", [1, 86, 1]], ["break", [1, 86, 2]], ["burn", [1, 86, 3]], ["land", [1, 86, 4]], ["sickness", [1, 86, 5]], ["strings", [1, 86, 6]], ["throb", [1, 86, 7]], ["wood", [1, 86, 8]]]}, {"answer": "high", "hint": "high _", "clues": [["ball", [1, 87, 0]], ["boy", [1, 87, 1]], ["brow", [1, 87, 2]], ["chair", [1, 87, 3]], ["land", [1, 87, 4]], ["light", [1, 87, 5]], ["lighter", [1, 87, 6]], ["road", [1, 87, 7]], ["way", [1, 87, 8]]]}, {"answer": "home", "hint": "home _", "clues": [["body", [1, 88, 0]], ["coming", [1, 88, 1]], ["land", [1, 88, 2]], ["maker", [1, 88, 3]], ["making", [1, 88, 4]], ["owner", [1, 88, 5]], ["page", [1, 88, 6]], ["room", [1, 88, 7]], ["sickness", [1, 88, 8]], ["spun", [1, 88, 9]], ["stead", [1, 88, 10]], ["stretch", [1, 88, 11]], ["town", [1, 88, 12]], ["work", [1, 88, 13]]]}, {"answer": "honey", "hint": "honey _", "clues": [["bee", [1, 89, 0]], ["comb", [1, 89, 1]], ["dew", [1, 89, 2]], ["moon", [1, 89, 3]], ["pot", [1, 89, 4]], ["suckle", [1, 89, 5]]]}, {"answer": "horse", "hint": "horse _", "clues": [["back", [1, 90, 0]], ["box", [1, 90, 1]], ["flesh", [1, 90, 2]], ["fly", [1, 90, 3]], ["hair", [1, 90, 4]], ["hide", [1, 90, 5]], ["laugh", [1, 90, 6]], ["play", [1, 90, 7]], ["power", [1, 90, 8]], ["radish", [1, 90, 9]], ["shoe", [1, 90, 10]], ["tail", [1, 90, 11]], ["whip", [1, 90, 12]], ["whipping", [1, 90, 13]]]}, {"answer": "hot", "hint": "hot _", "clues": [["bed", [1, 91, 0]], ["box", [1, 91, 1]], ["cake", [1, 91, 2]], ["dog", [1, 91, 3]], ["foot", [1, 91, 4]], ["head", [1, 91, 5]], ["house", [1, 91, 6]], ["plate", [1, 91, 7]], ["pot", [1, 91, 8]], ["shot", [1, 91, 9]]]}, {"answer": "house", "hint": "house _", "clues": [["boat", [1, 92, 0]], ["breaker", [1, 92, 1]], ["breaking", [1, 92, 2]], ["cleaning", [1, 92, 3]], ["coat", [1, 92, 4]], ["fly", [1, 92, 5]], ["hold", [1, 92, 6]], ["holder", [1, 92, 7]], ["husband", [1, 92, 8]], ["keeper", [1, 92, 9]], ["keeping", [1, 92, 10]], ["lights", [1, 92, 11]], ["maid", [1, 92, 12]], ["master", [1, 92, 13]], ["mate", [1, 92, 14]], ["mother", [1, 92, 15]], ["plant", [1, 92, 16]], ["room", [1, 92, 17]], ["top", [1, 92, 18]], ["warming", [1, 92, 19]], ["wife", [1, 92, 20]], ["work", [1, 92, 21]]]}, {"answer": "ice", "hint": "ice _", "clues": [["berg", [1, 93, 0]], ["boat", [1, 93, 1]], ["box", [1, 93, 2]], ["breaker", [1, 93, 3]], ["cap", [1, 93, 4]], ["pick", [1, 93, 5]]]}, {"answer": "iron", "hint": "iron _", "clues": [["clad", [1, 94, 0]], ["monger", [1, 94, 1]], ["ware", [1, 94, 2]], ["wood", [1, 94, 3]], ["work", [1, 94, 4]]]}, {"answer": "jack", "hint": "jack _", "clues": [["ass", [1, 95, 0]], ["boot", [1, 95, 1]], ["hammer", [1, 95, 2]], ["knife", [1, 95, 3]], ["pot", [1, 95, 4]], ["rabbit", [1, 95, 5]], ["straw", [1, 95, 6]]]}, {"answer": "key", "hint": "key _", "clues": [["board", [1, 96, 0]], ["hole", [1, 96, 1]], ["note", [1, 96, 2]], ["pad", [1, 96, 3]], ["stone", [1, 96, 4]], ["stroke", [1, 96, 5]]]}, {"answer": "knock", "hint": "knock _", "clues": [["about", [1, 97, 0]], ["down", [1, 97, 1]], ["off", [1, 97, 2]], ["out", [1, 97, 3]]]}, {"answer": "lady", "hint": "lady _", "clues": [["bird", [1, 98, 0]], ["bug", [1, 98, 1]], ["finger", [1, 98, 2]], ["love", [1, 98, 3]]]}, {"answer": "lamp", "hint": "lamp _", "clues": [["black", [1, 99, 0]], ["light", [1, 99, 1]], ["lighter", [1, 99, 2]], ["post", [1, 99, 3]], ["shade", [1, 99, 4]]]}, {"answer": "land", "hint": "land _", "clues": [["fall", [1, 100, 0]], ["fill", [1, 100, 1]], ["holder", [1, 100, 2]], ["holding", [1, 100, 3]], ["lady", [1, 100, 4]], ["lord", [1, 100, 5]], ["lubber", [1, 100, 6]], ["mark", [1, 100, 7]], ["mass", [1, 100, 8]], ["owner", [1, 100, 9]], ["scape", [1, 100, 10]], ["slide", [1, 100, 11]], ["slip", [1, 100, 12]]]}, {"answer": "lap", "hint": "lap _", "clues": [["board", [1, 101, 0]], ["dog", [1, 101, 1]], ["top", [1, 101, 2]], ["wing", [1, 101, 3]]]}, {"answer": "law", "hint": "law _", "clues": [["breaker", [1, 102, 0]], ["giver", [1, 102, 1]], ["maker", [1, 102, 2]], ["making", [1, 102, 3]], ["suit", [1, 102, 4]]]}, {"answer": "lay", "hint": "lay _", "clues": [["about", [1, 103, 0]], ["off", [1, 103, 1]], ["out", [1, 103, 2]], ["over", [1, 103, 3]], ["person", [1, 103, 4]]]}, {"answer": "life", "hint": "life _", "clues": [["blood", [1, 104, 0]], ["boat", [1, 104, 1]], ["guard", [1, 104, 2]], ["line", [1, 104, 3]], ["saver", [1, 104, 4]], ["saving", [1, 104, 5]], ["span", [1, 104, 6]], ["style", [1, 104, 7]], ["time", [1, 104, 8]], ["work", [1, 104, 9]]]}, {"answer": "lock", "hint": "lock _", "clues": [["jaw", [1, 105, 0]], ["out", [1, 105, 1]], ["smith", [1, 105, 2]], ["step", [1, 105, 3]]]}, {"answer": "long", "hint": "long _", "clues": [["boat", [1, 106, 0]], ["bow", [1, 106, 1]], ["hand", [1, 106, 2]], ["horn", [1, 106, 3]], ["ways", [1, 106, 4]]]}, {"answer": "low", "hint": "low _", "clues": [["boy", [1, 107, 0]], ["brow", [1, 107, 1]], ["land", [1, 107, 2]], ["life", [1, 107, 3]]]}, {"answer": "main", "hint": "main _", "clues": [["frame", [1, 108, 0]], ["land", [1, 108, 1]], ["mast", [1, 108, 2]], ["sail", [1, 108, 3]], ["spring", [1, 108, 4]], ["stay", [1, 108, 5]], ["stream", [1, 108, 6]]]}, {"answer": "man", "hint": "man _", "clues": [["drill", [1, 109, 0]], ["hole", [1, 109, 1]], ["hunt", [1, 109, 2]], ["kind", [1, 109, 3]], ["power", [1, 109, 4]], ["servant", [1, 109, 5]], ["slaughter", [1, 109, 6]], ["trap", [1, 109, 7]]]}, {"answer": "match", "hint": "match _", "clues": [["book", [1, 110, 0]], ["box", [1, 110, 1]], ["lock", [1, 110, 2]], ["maker", [1, 110, 3]], ["making", [1, 110, 4]], ["stick", [1, 110, 5]], ["wood", [1, 110, 6]]]}, {"answer": "mid", "hint": "mid _", "clues": [["air", [1, 111, 0]], ["day", [1, 111, 1]], ["field", [1, 111, 2]], ["land", [1, 111, 3]], ["night", [1, 111, 4]], ["point", [1, 111, 5]], ["rib", [1, 111, 6]], ["section", [1, 111, 7]], ["stream", [1, 111, 8]], ["summer", [1, 111, 9]], ["term", [1, 111, 10]], ["way", [1, 111, 11]], ["week", [1, 111, 12]], ["wife", [1, 111, 13]], ["winter", [1, 111, 14]]]}, {"answer": "milk", "hint": "milk _", "clues": [["maid", [1, 112, 0]], ["shake", [1, 112, 1]], ["sop", [1, 112, 2]], ["weed", [1, 112, 3]]]}, {"answer": "mill", "hint": "mill _", "clues": [["pond", [1, 113, 0]], ["race", [1, 113, 1]], ["stone", [1, 113, 2]], ["wright", [1, 113, 3]]]}, {"answer": "money", "hint": "money _", "clues": [["bag", [1, 114, 0]], ["lender", [1, 114, 1]], ["maker", [1, 114, 2]], ["making", [1, 114, 3]]]}, {"answer": "moon", "hint": "moon _", "clues": [["beam", [1, 115, 0]], ["light", [1, 115, 1]], ["lighter", [1, 115, 2]], ["shine", [1, 115, 3]], ["stone", [1, 115, 4]], ["walk", [1, 115, 5]]]}, {"answer": "motor", "hint": "motor _", "clues": [["bike", [1, 116, 0]], ["boat", [1, 116, 1]], ["car", [1, 116, 2]], ["cycle", [1, 116, 3]], ["cycling", [1, 116, 4]], ["cyclist", [1, 116, 5]], ["mouth", [1, 116, 6]], ["way", [1, 116, 7]]]}, {"answer": "neck", "hint": "neck _", "clues": [["band", [1, 117, 0]], ["lace", [1, 117, 1]], ["line", [1, 117, 2]], ["tie", [1, 117, 3]]]}, {"answer": "news", "hint": "news _", "clues": [["agent", [1, 118, 0]], ["boy", [1, 118, 1]], ["cast", [1, 118, 2]], ["caster", [1, 118, 3]], ["dealer", [1, 118, 4]], ["flash", [1, 118, 5]], ["letter", [1, 118, 6]], ["paper", [1, 118, 7]], ["print", [1, 118, 8]], ["reader", [1, 118, 9]], ["reel", [1, 118, 10]], ["room", [1, 118, 11]], ["stand", [1, 118, 12]]]}, {"answer": "night", "hint": "night _", "clues": [["cap", [1, 119, 0]], ["clothes", [1, 119, 1]], ["club", [1, 119, 2]], ["dress", [1, 119, 3]], ["fall", [1, 119, 4]], ["gown", [1, 119, 5]], ["hawk", [1, 119, 6]], ["life", [1, 119, 7]], ["mare", [1, 119, 8]], ["shade", [1, 119, 9]], ["shirt", [1, 119, 10]], ["spot", [1, 119, 11]], ["stick", [1, 119, 12]], ["time", [1, 119, 13]], ["wear", [1, 119, 14]]]}, {"answer": "nose", "hint": "nose _", "clues": [["bag", [1, 120, 0]], ["bleed", [1, 120, 1]], ["dive", [1, 120, 2]], ["gay", [1, 120, 3]]]}, {"answer": "nut", "hint": "nut _", "clues": [["case", [1, 121, 0]], ["cracker", [1, 121, 1]], ["hatch", [1, 121, 2]], ["house", [1, 121, 3]], ["shell", [1, 121, 4]]]}, {"answer": "off", "hint": "off _", "clues": [["print", [1, 122, 0]], ["set", [1, 122, 1]], ["side", [1, 122, 2]], ["spring", [1, 122, 3]], ["stage", [1, 122, 4]]]}, {"answer": "oil", "hint": "oil _", "clues": [["can", [1, 123, 0]], ["cloth", [1, 123, 1]], ["field", [1, 123, 2]], ["seed", [1, 123, 3]], ["skin", [1, 123, 4]]]}, {"answer": "out", "hint": "out _", "clues": [["back", [1, 124, 0]], ["field", [1, 124, 1]], ["fitter", [1, 124, 2]], ["skirts", [1, 124, 3]], ["station", [1, 124, 4]]]}, {"answer": "over", "hint": "over _", "clues": [["abundance", [1, 125, 0]], ["achiever", [1, 125, 1]], ["acting", [1, 125, 2]], ["age", [1, 125, 3]], ["all", [1, 125, 4]], ["bid", [1, 125, 5]], ["bite", [1, 125, 6]], ["burden", [1, 125, 7]], ["cast", [1, 125, 8]], ["charge", [1, 125, 9]], ["coat", [1, 125, 10]], ["confidence", [1, 125, 11]], ["draft", [1, 125, 12]], ["drive", [1, 125, 13]], ["eating", [1, 125, 14]], ["emphasis", [1, 125, 15]], ["estimate", [1, 125, 16]], ["estimation", [1, 125, 17]], ["exertion", [1, 125, 18]], ["exposure", [1, 125, 19]], ["feeding", [1, 125, 20]], ["flight", [1, 125, 21]], ["flow", [1, 125, 22]], ["growth", [1, 125, 23]], ["hang", [1, 125, 24]], ["haul", [1, 125, 25]], ["head", [1, 125, 26]], ["indulgence", [1, 125, 27]], ["kill", [1, 125, 28]], ["lap", [1, 125, 29]], ["lapping", [1, 125, 30]], ["lay", [1, 125, 31]], ["load", [1, 125, 32]], ["look", [1, 125, 33]], ["lord", [1, 125, 34]], ["much", [1, 125, 35]], ["pass", [1, 125, 36]], ["payment", [1, 125, 37]], ["population", [1, 125, 38]], ["pressure", [1, 125, 39]], ["print", [1, 125, 40]], ["production", [1, 125, 41]], ["rating", [1, 125, 42]], ["reaction", [1, 125, 43]], ["ride", [1, 125, 44]], ["run", [1, 125, 45]], ["seer", [1, 125, 46]], ["shoe", [1, 125, 47]], ["shoot", [1, 125, 48]], ["sight", [1, 125, 49]], ["spill", [1, 125, 50]], ["statement", [1, 125, 51]], ["supply", [1, 125, 52]], ["taking", [1, 125, 53]], ["throw", [1, 125, 54]], ["time", [1, 125, 55]], ["tone", [1, 125, 56]], ["turn", [1, 125, 57]], ["use", [1, 125, 58]], ["valuation", [1, 125, 59]], ["view", [1, 125, 60]], ["weight", [1, 125, 61]], ["work", [1, 125, 62]]]}, {"answer": "paper", "hint": "paper _", "clues": [["back", [1, 126, 0]], ["board", [1, 126, 1]], ["boy", [1, 126, 2]], ["clip", [1, 126, 3]], ["hanger", [1, 126, 4]], ["hanging", [1, 126, 5]], ["weight", [1, 126, 6]], ["work", [1, 126, 7]]]}, {"answer": "para", "hint": "para _", "clues": [["gliding", [1, 127, 0]], ["medic", [1, 127, 1]], ["trooper", [1, 127, 2]], ["troops", [1, 127, 3]]]}, {"answer": "pay", "hint": "pay _", "clues": [["back", [1, 128, 0]], ["check", [1, 128, 1]], ["day", [1, 128, 2]], ["load", [1, 128, 3]], ["master", [1, 128, 4]], ["off", [1, 128, 5]], ["roll", [1, 128, 6]], ["slip", [1, 128, 7]]]}, {"answer": "pea", "hint": "pea _", "clues": [["cock", [1, 129, 0]], ["fowl", [1, 129, 1]], ["hen", [1, 129, 2]], ["nut", [1, 129, 3]]]}, {"answer": "peace", "hint": "peace _", "clues": [["keeper", [1, 130, 0]], ["keeping", [1, 130, 1]], ["maker", [1, 130, 2]], ["time", [1, 130, 3]]]}, {"answer": "pig", "hint": "pig _", "clues": [["pen", [1, 131, 0]], ["skin", [1, 131, 1]], ["sty", [1, 131, 2]], ["swill", [1, 131, 3]], ["tail", [1, 131, 4]]]}, {"answer": "pin", "hint": "pin _", "clues": [["ball", [1, 132, 0]], ["cushion", [1, 132, 1]], ["head", [1, 132, 2]], ["hole", [1, 132, 3]], ["point", [1, 132, 4]], ["prick", [1, 132, 5]], ["stripe", [1, 132, 6]], ["wheel", [1, 132, 7]]]}, {"answer": "play", "hint": "play _", "clues": [["acting", [1, 133, 0]], ["back", [1, 133, 1]], ["bill", [1, 133, 2]], ["book", [1, 133, 3]], ["boy", [1, 133, 4]], ["fellow", [1, 133, 5]], ["goer", [1, 133, 6]], ["ground", [1, 133, 7]], ["house", [1, 133, 8]], ["mate", [1, 133, 9]], ["off", [1, 133, 10]], ["pen", [1, 133, 11]], ["room", [1, 133, 12]], ["school", [1, 133, 13]], ["thing", [1, 133, 14]], ["time", [1, 133, 15]], ["wright", [1, 133, 16]]]}, {"answer": "post", "hint": "post _", "clues": [["bag", [1, 134, 0]], ["box", [1, 134, 1]], ["card", [1, 134, 2]], ["code", [1, 134, 3]], ["mark", [1, 134, 4]], ["master", [1, 134, 5]], ["mistress", [1, 134, 6]]]}, {"answer": "pot", "hint": "pot _", "clues": [["ash", [1, 135, 0]], ["belly", [1, 135, 1]], ["boiler", [1, 135, 2]], ["head", [1, 135, 3]], ["herb", [1, 135, 4]], ["holder", [1, 135, 5]], ["hole", [1, 135, 6]], ["hook", [1, 135, 7]], ["luck", [1, 135, 8]], ["pie", [1, 135, 9]], ["sherd", [1, 135, 10]], ["shot", [1, 135, 11]]]}, {"answer": "push", "hint": "push _", "clues": [["cart", [1, 136, 0]], ["chair", [1, 136, 1]], ["over", [1, 136, 2]], ["pin", [1, 136, 3]]]}, {"answer": "quarter", "hint": "quarter _", "clues": [["back", [1, 137, 0]], ["deck", [1, 137, 1]], ["final", [1, 137, 2]], ["master", [1, 137, 3]], ["staff", [1, 137, 4]]]}, {"answer": "quick", "hint": "quick _", "clues": [["lime", [1, 138, 0]], ["sand", [1, 138, 1]], ["silver", [1, 138, 2]], ["step", [1, 138, 3]]]}, {"answer": "race", "hint": "race _", "clues": [["course", [1, 139, 0]], ["horse", [1, 139, 1]], ["track", [1, 139, 2]], ["way", [1, 139, 3]]]}, {"answer": "rag", "hint": "rag _", "clues": [["bag", [1, 140, 0]], ["tag", [1, 140, 1]], ["time", [1, 140, 2]], ["weed", [1, 140, 3]], ["wort", [1, 140, 4]]]}, {"answer": "rain", "hint": "rain _", "clues": [["bow", [1, 141, 0]], ["coat", [1, 141, 1]], ["drop", [1, 141, 2]], ["fall", [1, 141, 3]], ["maker", [1, 141, 4]], ["making", [1, 141, 5]], ["storm", [1, 141, 6]], ["water", [1, 141, 7]]]}, {"answer": "red", "hint": "red _", "clues": [["bird", [1, 142, 0]], ["breast", [1, 142, 1]], ["cap", [1, 142, 2]], ["coat", [1, 142, 3]], ["head", [1, 142, 4]], ["neck", [1, 142, 5]], ["shift", [1, 142, 6]], ["wood", [1, 142, 7]]]}, {"answer": "ring", "hint": "ring _", "clues": [["leader", [1, 143, 0]], ["master", [1, 143, 1]], ["side", [1, 143, 2]], ["worm", [1, 143, 3]]]}, {"answer": "road", "hint": "road _", "clues": [["bed", [1, 144, 0]], ["block", [1, 144, 1]], ["house", [1, 144, 2]], ["kill", [1, 144, 3]], ["runner", [1, 144, 4]], ["side", [1, 144, 5]], ["way", [1, 144, 6]]]}, {"answer": "round", "hint": "round _", "clues": [["about", [1, 145, 0]], ["house", [1, 145, 1]], ["table", [1, 145, 2]], ["worm", [1, 145, 3]]]}, {"answer": "run", "hint": "run _", "clues": [["about", [1, 146, 0]], ["away", [1, 146, 1]], ["down", [1, 146, 2]], ["off", [1, 146, 3]]]}, {"answer": "sail", "hint": "sail _", "clues": [["boat", [1, 147, 0]], ["cloth", [1, 147, 1]], ["fish", [1, 147, 2]], ["plane", [1, 147, 3]]]}, {"answer": "sales", "hint": "sales _", "clues": [["clerk", [1, 148, 0]], ["girl", [1, 148, 1]], ["lady", [1, 148, 2]], ["person", [1, 148, 3]], ["room", [1, 148, 4]]]}, {"answer": "salt", "hint": "salt _", "clues": [["box", [1, 149, 0]], ["cellar", [1, 149, 1]], ["peter", [1, 149, 2]], ["shaker", [1, 149, 3]], ["water", [1, 149, 4]]]}, {"answer": "sand", "hint": "sand _", "clues": [["bag", [1, 150, 0]], ["bank", [1, 150, 1]], ["bar", [1, 150, 2]], ["blast", [1, 150, 3]], ["blaster", [1, 150, 4]], ["box", [1, 150, 5]], ["lot", [1, 150, 6]], ["paper", [1, 150, 7]], ["piper", [1, 150, 8]], ["pit", [1, 150, 9]], ["stone", [1, 150, 10]], ["storm", [1, 150, 11]]]}, {"answer": "saw", "hint": "saw _", "clues": [["bones", [1, 151, 0]], ["buck", [1, 151, 1]], ["dust", [1, 151, 2]], ["fly", [1, 151, 3]], ["horse", [1, 151, 4]], ["mill", [1, 151, 5]], ["tooth", [1, 151, 6]]]}, {"answer": "school", "hint": "school _", "clues": [["bag", [1, 152, 0]], ["book", [1, 152, 1]], ["boy", [1, 152, 2]], ["child", [1, 152, 3]], ["days", [1, 152, 4]], ["fellow", [1, 152, 5]], ["friend", [1, 152, 6]], ["girl", [1, 152, 7]], ["house", [1, 152, 8]], ["master", [1, 152, 9]], ["mate", [1, 152, 10]], ["mistress", [1, 152, 11]], ["room", [1, 152, 12]], ["teacher", [1, 152, 13]], ["work", [1, 152, 14]], ["yard", [1, 152, 15]]]}, {"answer": "sea", "hint": "sea _", "clues": [["bed", [1, 153, 0]], ["bird", [1, 153, 1]], ["board", [1, 153, 2]], ["coast", [1, 153, 3]], ["faring", [1, 153, 4]], ["food", [1, 153, 5]], ["front", [1, 153, 6]], ["gull", [1, 153, 7]], ["horse", [1, 153, 8]], ["plane", [1, 153, 9]], ["port", [1, 153, 10]], ["scape", [1, 153, 11]], ["shell", [1, 153, 12]], ["shore", [1, 153, 13]], ["sickness", [1, 153, 14]], ["side", [1, 153, 15]], ["wall", [1, 153, 16]], ["water", [1, 153, 17]], ["way", [1, 153, 18]], ["weed", [1, 153, 19]], ["worthiness", [1, 153, 20]]]}, {"answer": "share", "hint": "share _", "clues": [["cropper", [1, 154, 0]], ["holder", [1, 154, 1]], ["holding", [1, 154, 2]], ["ware", [1, 154, 3]]]}, {"answer": "sheep", "hint": "sheep _", "clues": [["dog", [1, 155, 0]], ["fold", [1, 155, 1]], ["herder", [1, 155, 2]], ["skin", [1, 155, 3]]]}, {"answer": "ship", "hint": "ship _", "clues": [["builder", [1, 156, 0]], ["building", [1, 156, 1]], ["load", [1, 156, 2]], ["mate", [1, 156, 3]], ["owner", [1, 156, 4]], ["wreck", [1, 156, 5]], ["wright", [1, 156, 6]], ["yard", [1, 156, 7]]]}, {"answer": "shirt", "hint": "shirt _", "clues": [["front", [1, 157, 0]], ["sleeve", [1, 157, 1]], ["tail", [1, 157, 2]], ["waist", [1, 157, 3]]]}, {"answer": "shoe", "hint": "shoe _", "clues": [["box", [1, 158, 0]], ["horn", [1, 158, 1]], ["lace", [1, 158, 2]], ["maker", [1, 158, 3]], ["shine", [1, 158, 4]], ["string", [1, 158, 5]], ["tree", [1, 158, 6]]]}, {"answer": "shop", "hint": "shop _", "clues": [["front", [1, 159, 0]], ["keeper", [1, 159, 1]], ["lifter", [1, 159, 2]], ["lifting", [1, 159, 3]]]}, {"answer": "short", "hint": "short _", "clues": [["bread", [1, 160, 0]], ["cake", [1, 160, 1]], ["coming", [1, 160, 2]], ["cut", [1, 160, 3]], ["fall", [1, 160, 4]], ["hand", [1, 160, 5]], ["horn", [1, 160, 6]], ["list", [1, 160, 7]], ["stop", [1, 160, 8]]]}, {"answer": "show", "hint": "show _", "clues": [["boat", [1, 161, 0]], ["case", [1, 161, 1]], ["down", [1, 161, 2]], ["girl", [1, 161, 3]], ["jumping", [1, 161, 4]], ["piece", [1, 161, 5]], ["place", [1, 161, 6]], ["room", [1, 161, 7]], ["stopper", [1, 161, 8]], ["time", [1, 161, 9]]]}, {"answer": "side", "hint": "side _", "clues": [["bar", [1, 162, 0]], ["board", [1, 162, 1]], ["car", [1, 162, 2]], ["kick", [1, 162, 3]], ["light", [1, 162, 4]], ["line", [1, 162, 5]], ["saddle", [1, 162, 6]], ["show", [1, 162, 7]], ["step", [1, 162, 8]], ["stroke", [1, 162, 9]], ["swipe", [1, 162, 10]], ["track", [1, 162, 11]], ["walk", [1, 162, 12]], ["wall", [1, 162, 13]], ["winder", [1, 162, 14]]]}, {"answer": "sky", "hint": "sky _", "clues": [["cap", [1, 163, 0]], ["diver", [1, 163, 1]], ["diving", [1, 163, 2]], ["lark", [1, 163, 3]], ["light", [1, 163, 4]], ["line", [1, 163, 5]], ["rocket", [1, 163, 6]], ["scraper", [1, 163, 7]], ["writing", [1, 163, 8]]]}, {"answer": "sleep", "hint": "sleep _", "clues": [["over", [1, 164, 0]], ["walker", [1, 164, 1]], ["walking", [1, 164, 2]], ["wear", [1, 164, 3]]]}, {"answer": "slip", "hint": "slip _", "clues": [["cover", [1, 165, 0]], ["knot", [1, 165, 1]], ["stream", [1, 165, 2]], ["way", [1, 165, 3]]]}, {"answer": "snow", "hint": "snow _", "clues": [["ball", [1, 166, 0]], ["bank", [1, 166, 1]], ["bird", [1, 166, 2]], ["board", [1, 166, 3]], ["boarder", [1, 166, 4]], ["drift", [1, 166, 5]], ["drop", [1, 166, 6]], ["fall", [1, 166, 7]], ["field", [1, 166, 8]], ["flake", [1, 166, 9]], ["mobile", [1, 166, 10]], ["plough", [1, 166, 11]], ["plow", [1, 166, 12]], ["shoe", [1, 166, 13]], ["storm", [1, 166, 14]], ["suit", [1, 166, 15]]]}, {"answer": "soft", "hint": "soft _", "clues": [["back", [1, 167, 0]], ["ball", [1, 167, 1]], ["ware", [1, 167, 2]], ["wood", [1, 167, 3]]]}, {"answer": "south", "hint": "south _", "clues": [["east", [1, 168, 0]], ["easter", [1, 168, 1]], ["paw", [1, 168, 2]], ["west", [1, 168, 3]], ["wester", [1, 168, 4]]]}, {"answer": "space", "hint": "space _", "clues": [["craft", [1, 169, 0]], ["flight", [1, 169, 1]], ["ship", [1, 169, 2]], ["suit", [1, 169, 3]]]}, {"answer": "sports", "hint": "sports _", "clues": [["cast", [1, 170, 0]], ["caster", [1, 170, 1]], ["wear", [1, 170, 2]], ["writer", [1, 170, 3]]]}, {"answer": "stand", "hint": "stand _", "clues": [["off", [1, 171, 0]], ["pipe", [1, 171, 1]], ["point", [1, 171, 2]], ["still", [1, 171, 3]]]}, {"answer": "star", "hint": "star _", "clues": [["board", [1, 172, 0]], ["dust", [1, 172, 1]], ["fish", [1, 172, 2]], ["gazer", [1, 172, 3]], ["gazing", [1, 172, 4]], ["light", [1, 172, 5]]]}, {"answer": "steam", "hint": "steam _", "clues": [["boat", [1, 173, 0]], ["fitter", [1, 173, 1]], ["roller", [1, 173, 2]], ["ship", [1, 173, 3]]]}, {"answer": "steel", "hint": "steel _", "clues": [["maker", [1, 174, 0]], ["worker", [1, 174, 1]], ["works", [1, 174, 2]], ["yard", [1, 174, 3]]]}, {"answer": "stock", "hint": "stock _", "clues": [["broker", [1, 175, 0]], ["holder", [1, 175, 1]], ["pile", [1, 175, 2]], ["piling", [1, 175, 3]], ["pot", [1, 175, 4]], ["room", [1, 175, 5]], ["taking", [1, 175, 6]], ["yard", [1, 175, 7]]]}, {"answer": "stone", "hint": "stone _", "clues": [["mason", [1, 176, 0]], ["walling", [1, 176, 1]], ["ware", [1, 176, 2]], ["work", [1, 176, 3]]]}, {"answer": "stop", "hint": "stop _", "clues": [["cock", [1, 177, 0]], ["gap", [1, 177, 1]], ["light", [1, 177, 2]], ["over", [1, 177, 3]], ["watch", [1, 177, 4]]]}, {"answer": "store", "hint": "store _", "clues": [["front", [1, 178, 0]], ["house", [1, 178, 1]], ["keeper", [1, 178, 2]], ["room", [1, 178, 3]]]}, {"answer": "sun", "hint": "sun _", "clues": [["bather", [1, 179, 0]], ["beam", [1, 179, 1]], ["block", [1, 179, 2]], ["bonnet", [1, 179, 3]], ["burn", [1, 179, 4]], ["burst", [1, 179, 5]], ["dial", [1, 179, 6]], ["down", [1, 179, 7]], ["dress", [1, 179, 8]], ["fish", [1, 179, 9]], ["flower", [1, 179, 10]], ["glasses", [1, 179, 11]], ["hat", [1, 179, 12]], ["lamp", [1, 179, 13]], ["light", [1, 179, 14]], ["rise", [1, 179, 15]], ["roof", [1, 179, 16]], ["screen", [1, 179, 17]], ["set", [1, 179, 18]], ["shade", [1, 179, 19]], ["shine", [1, 179, 20]], ["spot", [1, 179, 21]], ["stroke", [1, 179, 22]], ["tan", [1, 179, 23]], ["trap", [1, 179, 24]]]}, {"answer": "sweat", "hint": "sweat _", "clues": [["band", [1, 180, 0]], ["pants", [1, 180, 1]], ["shirt", [1, 180, 2]], ["shop", [1, 180, 3]], ["suit", [1, 180, 4]]]}, {"answer": "sweet", "hint": "sweet _", "clues": [["bread", [1, 181, 0]], ["brier", [1, 181, 1]], ["heart", [1, 181, 2]], ["meat", [1, 181, 3]]]}, {"answer": "table", "hint": "table _", "clues": [["cloth", [1, 182, 0]], ["land", [1, 182, 1]], ["spoon", [1, 182, 2]], ["spoonful", [1, 182, 3]], ["top", [1, 182, 4]], ["ware", [1, 182, 5]]]}, {"answer": "tail", "hint": "tail _", "clues": [["back", [1, 183, 0]], ["board", [1, 183, 1]], ["coat", [1, 183, 2]], ["gate", [1, 183, 3]], ["light", [1, 183, 4]], ["piece", [1, 183, 5]], ["pipe", [1, 183, 6]], ["plane", [1, 183, 7]], ["spin", [1, 183, 8]], ["wind", [1, 183, 9]]]}, {"answer": "take", "hint": "take _", "clues": [["away", [1, 184, 0]], ["off", [1, 184, 1]], ["out", [1, 184, 2]], ["over", [1, 184, 3]]]}, {"answer": "tea", "hint": "tea _", "clues": [["cake", [1, 185, 0]], ["cup", [1, 185, 1]], ["cupful", [1, 185, 2]], ["kettle", [1, 185, 3]], ["pot", [1, 185, 4]], ["room", [1, 185, 5]], ["shop", [1, 185, 6]], ["spoon", [1, 185, 7]], ["spoonful", [1, 185, 8]], ["time", [1, 185, 9]]]}, {"answer": "tear", "hint": "tear _", "clues": [["away", [1, 186, 0]], ["drop", [1, 186, 1]], ["gas", [1, 186, 2]], ["jerker", [1, 186, 3]]]}, {"answer": "thumb", "hint": "thumb _", "clues": [["nail", [1, 187, 0]], ["print", [1, 187, 1]], ["screw", [1, 187, 2]], ["tack", [1, 187, 3]]]}, {"answer": "thunder", "hint": "thunder _", "clues": [["bolt", [1, 188, 0]], ["clap", [1, 188, 1]], ["cloud", [1, 188, 2]], ["head", [1, 188, 3]], ["shower", [1, 188, 4]], ["storm", [1, 188, 5]]]}, {"answer": "tide", "hint": "tide _", "clues": [["land", [1, 189, 0]], ["mark", [1, 189, 1]], ["water", [1, 189, 2]], ["way", [1, 189, 3]]]}, {"answer": "time", "hint": "time _", "clues": [["keeper", [1, 190, 0]], ["keeping", [1, 190, 1]], ["piece", [1, 190, 2]], ["server", [1, 190, 3]], ["table", [1, 190, 4]]]}, {"answer": "tin", "hint": "tin _", "clues": [["foil", [1, 191, 0]], ["plate", [1, 191, 1]], ["smith", [1, 191, 2]], ["ware", [1, 191, 3]]]}, {"answer": "tooth", "hint": "tooth _", "clues": [["ache", [1, 192, 0]], ["brush", [1, 192, 1]], ["paste", [1, 192, 2]], ["pick", [1, 192, 3]]]}, {"answer": "top", "hint": "top _", "clues": [["coat", [1, 193, 0]], ["knot", [1, 193, 1]], ["mast", [1, 193, 2]], ["sail", [1, 193, 3]], ["side", [1, 193, 4]], ["soil", [1, 193, 5]], ["spin", [1, 193, 6]]]}, {"answer": "touch", "hint": "touch _", "clues": [["down", [1, 194, 0]], ["line", [1, 194, 1]], ["screen", [1, 194, 2]], ["stone", [1, 194, 3]]]}, {"answer": "tow", "hint": "tow _", "clues": [["boat", [1, 195, 0]], ["head", [1, 195, 1]], ["line", [1, 195, 2]], ["path", [1, 195, 3]], ["rope", [1, 195, 4]]]}, {"answer": "turn", "hint": "turn _", "clues": [["about", [1, 196, 0]], ["around", [1, 196, 1]], ["buckle", [1, 196, 2]], ["coat", [1, 196, 3]], ["key", [1, 196, 4]], ["off", [1, 196, 5]], ["out", [1, 196, 6]], ["over", [1, 196, 7]], ["pike", [1, 196, 8]], ["stile", [1, 196, 9]], ["table", [1, 196, 10]]]}, {"answer": "type", "hint": "type _", "clues": [["face", [1, 197, 0]], ["script", [1, 197, 1]], ["setter", [1, 197, 2]], ["writer", [1, 197, 3]], ["writing", [1, 197, 4]]]}, {"answer": "under", "hint": "under _", "clues": [["achiever", [1, 198, 0]], ["belly", [1, 198, 1]], ["brush", [1, 198, 2]], ["carriage", [1, 198, 3]], ["charge", [1, 198, 4]], ["class", [1, 198, 5]], ["clothes", [1, 198, 6]], ["clothing", [1, 198, 7]], ["coat", [1, 198, 8]], ["current", [1, 198, 9]], ["cut", [1, 198, 10]], ["dog", [1, 198, 11]], ["estimate", [1, 198, 12]], ["estimation", [1, 198, 13]], ["exposure", [1, 198, 14]], ["frame", [1, 198, 15]], ["fur", [1, 198, 16]], ["garment", [1, 198, 17]], ["grad", [1, 198, 18]], ["graduate", [1, 198, 19]], ["ground", [1, 198, 20]], ["growth", [1, 198, 21]], ["lay", [1, 198, 22]], ["line", [1, 198, 23]], ["ling", [1, 198, 24]], ["lip", [1, 198, 25]], ["pants", [1, 198, 26]], ["part", [1, 198, 27]], ["pass", [1, 198, 28]], ["payment", [1, 198, 29]], ["production", [1, 198, 30]], ["rating", [1, 198, 31]], ["score", [1, 198, 32]], ["secretary", [1, 198, 33]], ["shirt", [1, 198, 34]], ["side", [1, 198, 35]], ["skirt", [1, 198, 36]], ["standing", [1, 198, 37]], ["statement", [1, 198, 38]], ["study", [1, 198, 39]], ["taker", [1, 198, 40]], ["taking", [1, 198, 41]], ["tone", [1, 198, 42]], ["tow", [1, 198, 43]], ["valuation", [1, 198, 44]], ["wear", [1, 198, 45]], ["world", [1, 198, 46]], ["writer", [1, 198, 47]]]}, {"answer": "video", "hint": "video _", "clues": [["cassette", [1, 199, 0]], ["disc", [1, 199, 1]], ["disk", [1, 199, 2]], ["tape", [1, 199, 3]]]}, {"answer": "walk", "hint": "walk _", "clues": [["about", [1, 200, 0]], ["away", [1, 200, 1]], ["out", [1, 200, 2]], ["over", [1, 200, 3]]]}, {"answer": "wall", "hint": "wall _", "clues": [["board", [1, 201, 0]], ["eye", [1, 201, 1]], ["flower", [1, 201, 2]], ["paper", [1, 201, 3]]]}, {"answer": "war", "hint": "war _", "clues": [["fare", [1, 202, 0]], ["head", [1, 202, 1]], ["horse", [1, 202, 2]], ["lord", [1, 202, 3]], ["monger", [1, 202, 4]], ["path", [1, 202, 5]], ["plane", [1, 202, 6]], ["ship", [1, 202, 7]], ["time", [1, 202, 8]]]}, {"answer": "wash", "hint": "wash _", "clues": [["basin", [1, 203, 0]], ["board", [1, 203, 1]], ["bowl", [1, 203, 2]], ["cloth", [1, 203, 3]], ["day", [1, 203, 4]], ["out", [1, 203, 5]], ["rag", [1, 203, 6]], ["room", [1, 203, 7]], ["stand", [1, 203, 8]], ["tub", [1, 203, 9]]]}, {"answer": "watch", "hint": "watch _", "clues": [["band", [1, 204, 0]], ["dog", [1, 204, 1]], ["maker", [1, 204, 2]], ["strap", [1, 204, 3]], ["tower", [1, 204, 4]], ["word", [1, 204, 5]]]}, {"answer": "water", "hint": "water _", "clues": [["bird", [1, 205, 0]], ["color", [1, 205, 1]], ["course", [1, 205, 2]], ["craft", [1, 205, 3]], ["cress", [1, 205, 4]], ["fall", [1, 205, 5]], ["fowl", [1, 205, 6]], ["front", [1, 205, 7]], ["line", [1, 205, 8]], ["mark", [1, 205, 9]], ["melon", [1, 205, 10]], ["proof", [1, 205, 11]], ["shed", [1, 205, 12]], ["side", [1, 205, 13]], ["spout", [1, 205, 14]], ["way", [1, 205, 15]], ["wheel", [1, 205, 16]], ["works", [1, 205, 17]]]}, {"answer": "wave", "hint": "wave _", "clues": [["band", [1, 206, 0]], ["form", [1, 206, 1]], ["front", [1, 206, 2]], ["guide", [1, 206, 3]], ["length", [1, 206, 4]]]}, {"answer": "weather", "hint": "weather _", "clues": [["board", [1, 207, 0]], ["cock", [1, 207, 1]], ["strip", [1, 207, 2]], ["stripping", [1, 207, 3]]]}, {"answer": "wheel", "hint": "wheel _", "clues": [["barrow", [1, 208, 0]], ["base", [1, 208, 1]], ["chair", [1, 208, 2]], ["house", [1, 208, 3]], ["wright", [1, 208, 4]]]}, {"answer": "white", "hint": "white _", "clues": [["bait", [1, 209, 0]], ["cap", [1, 209, 1]], ["fish", [1, 209, 2]], ["head", [1, 209, 3]], ["out", [1, 209, 4]], ["tail", [1, 209, 5]], ["wash", [1, 209, 6]], ["water", [1, 209, 7]]]}, {"answer": "wild", "hint": "wild _", "clues": [["cat", [1, 210, 0]], ["fire", [1, 210, 1]], ["flower", [1, 210, 2]], ["fowl", [1, 210, 3]], ["life", [1, 210, 4]]]}, {"answer": "wind", "hint": "wind _", "clues": [["bag", [1, 211, 0]], ["break", [1, 211, 1]], ["breaker", [1, 211, 2]], ["burn", [1, 211, 3]], ["cheater", [1, 211, 4]], ["fall", [1, 211, 5]], ["flower", [1, 211, 6]], ["jammer", [1, 211, 7]], ["mill", [1, 211, 8]], ["pipe", [1, 211, 9]], ["screen", [1, 211, 10]], ["shield", [1, 211, 11]], ["sock", [1, 211, 12]], ["storm", [1, 211, 13]]]}, {"answer": "wood", "hint": "wood _", "clues": [["carver", [1, 212, 0]], ["carving", [1, 212, 1]], ["chuck", [1, 212, 2]], ["cock", [1, 212, 3]], ["craft", [1, 212, 4]], ["cut", [1, 212, 5]], ["cutter", [1, 212, 6]], ["land", [1, 212, 7]], ["louse", [1, 212, 8]], ["pecker", [1, 212, 9]], ["pile", [1, 212, 10]], ["shed", [1, 212, 11]], ["wind", [1, 212, 12]], ["work", [1, 212, 13]], ["worker", [1, 212, 14]], ["worm", [1, 212, 15]]]}, {"answer": "work", "hint": "work _", "clues": [["basket", [1, 213, 0]], ["bench", [1, 213, 1]], ["book", [1, 213, 2]], ["day", [1, 213, 3]], ["force", [1, 213, 4]], ["horse", [1, 213, 5]], ["house", [1, 213, 6]], ["load", [1, 213, 7]], ["mate", [1, 213, 8]], ["out", [1, 213, 9]], ["piece", [1, 213, 10]], ["place", [1, 213, 11]], ["room", [1, 213, 12]], ["sheet", [1, 213, 13]], ["shop", [1, 213, 14]], ["space", [1, 213, 15]], ["station", [1, 213, 16]], ["table", [1, 213, 17]], ["week", [1, 213, 18]]]}], "portion": 0.8}, {"name": "verbs", "groups": [{"answer": "abandoned", "hint": "synonyms for abandoned", "clues": [["abandon", [2, 0, 0]], ["empty", [2, 0, 1]], ["desert", [2, 0, 2]], ["give up", [2, 0, 3]], ["vacate", [2, 0, 4]], ["forsake", [2, 0, 5]], ["desolate", [2, 0, 6]]]}, {"answer": "abbreviated", "hint": "synonyms for abbreviated", "clues": [["abridge", [2, 1, 0]], ["reduce", [2, 1, 1]], ["abbreviate", [2, 1, 2]], ["shorten", [2, 1, 3]], ["contract", [2, 1, 4]], ["cut", [2, 1, 5]], ["foreshorten", [2, 1, 6]]]}, {"answer": "abducting", "hint": "synonyms for abducting", "clues": [["abduct", [2, 2, 0]], ["snatch", [2, 2, 1]], ["nobble", [2, 2, 2]], ["kidnap", [2, 2, 3]]]}, {"answer": "abiding", "hint": "synonyms for abiding", "clues": [["tolerate", [2, 3, 0]], ["endure", [2, 3, 1]], ["bide", [2, 3, 2]], ["stand", [2, 3, 3]], ["stay", [2, 3, 4]], ["put up", [2, 3, 5]], ["support", [2, 3, 6]], ["digest", [2, 3, 7]], ["stick out", [2, 3, 8]], ["brook", [2, 3, 9]], ["bear", [2, 3, 10]], ["stomach", [2, 3, 11]], ["suffer", [2, 3, 12]]]}, {"answer": "abridged", "hint": "synonyms for abridged", "clues": [["abridge", [2, 4, 0]], ["reduce", [2, 4, 1]], ["abbreviate", [2, 4, 2]], ["shorten", [2, 4, 3]], ["contract", [2, 4, 4]], ["cut", [2, 4, 5]], ["foreshorten", [2, 4, 6]]]}, {"answer": "absolved", "hint": "synonyms for absolved", "clues": [["absolve", [2, 5, 0]], ["justify", [2, 5, 1]], ["free", [2, 5, 2]], ["shrive", [2, 5, 3]]]}, {"answer": "absorbed", "hint": "synonyms for absorbed", "clues": [["absorb", [2, 6, 0]], ["steep", [2, 6, 1]], ["immerse", [2, 6, 2]], ["soak up", [2, 6, 3]], ["plunge", [2, 6, 4]], ["engage", [2, 6, 5]], ["draw", [2, 6, 6]], ["engross", [2, 6, 7]], ["take in", [2, 6, 8]], ["take up", [2, 6, 9]], ["assimilate", [2, 6, 10]], ["sop up", [2, 6, 11]], ["suck", [2, 6, 12]], ["take over", [2, 6, 13]], ["engulf", [2, 6, 14]], ["imbibe", [2, 6, 15]], ["ingest", [2, 6, 16]], ["suck up", [2, 6, 17]], ["occupy", [2, 6, 18]]]}, {"answer": "absorbing", "hint": "synonyms for absorbing", "clues": [["absorb", [2, 7, 0]], ["steep", [2, 7, 1]], ["immerse", [2, 7, 2]], ["soak up", [2, 7, 3]], ["plunge", [2, 7, 4]], ["engage", [2, 7, 5]], ["draw", [2, 7, 6]], ["engross", [2, 7, 7]], ["take in", [2, 7, 8]], ["take up", [2, 7, 9]], ["assimilate", [2, 7, 10]], ["sop up", [2, 7, 11]], ["suck", [2, 7, 12]], ["take over", [2, 7, 13]], ["engulf", [2, 7, 14]], ["imbibe", [2, 7, 15]], ["ingest", [2, 7, 16]], ["suck up", [2, 7, 17]], ["occupy", [2, 7, 18]]]}, {"answer": "abstract", "hint": "synonyms for abstract", "clues": [["filch", [2, 8, 0]], ["cabbage", [2, 8, 1]], ["lift", [2, 8, 2]], ["nobble", [2, 8, 3]], ["hook", [2, 8, 4]], ["snarf", [2, 8, 5]], ["sneak", [2, 8, 6]], ["pilfer", [2, 8, 7]], ["purloin", [2, 8, 8]], ["swipe", [2, 8, 9]], ["pinch", [2, 8, 10]]]}, {"answer": "abstracted", "hint": "synonyms for abstracted", "clues": [["abstract", [2, 9, 0]], ["filch", [2, 9, 1]], ["cabbage", [2, 9, 2]], ["lift", [2, 9, 3]], ["hook", [2, 9, 4]], ["nobble", [2, 9, 5]], ["snarf", [2, 9, 6]], ["sneak", [2, 9, 7]], ["pilfer", [2, 9, 8]], ["purloin", [2, 9, 9]], ["swipe", [2, 9, 10]], ["pinch", [2, 9, 11]]]}, {"answer": "abused", "hint": "synonyms for abused", "clues": [["abuse", [2, 10, 0]], ["mistreat", [2, 10, 1]], ["pervert", [2, 10, 2]], ["ill-treat", [2, 10, 3]], ["ill-use", [2, 10, 4]], ["step", [2, 10, 5]], ["shout", [2, 10, 6]], ["blackguard", [2, 10, 7]], ["misuse", [2, 10, 8]], ["clapperclaw", [2, 10, 9]], ["maltreat", [2, 10, 10]]]}, {"answer": "accelerated", "hint": "synonyms for accelerated", "clues": [["accelerate", [2, 11, 0]], ["speed up", [2, 11, 1]], ["speed", [2, 11, 2]], ["quicken", [2, 11, 3]]]}, {"answer": "accented", "hint": "synonyms for accented", "clues": [["accent", [2, 12, 0]], ["emphasize", [2, 12, 1]], ["stress", [2, 12, 2]], ["accentuate", [2, 12, 3]], ["punctuate", [2, 12, 4]]]}, {"answer": "accepted", "hint": "synonyms for accepted", "clues": [["accept", [2, 13, 0]], ["consent", [2, 13, 1]], ["have", [2, 13, 2]], ["bear", [2, 13, 3]], ["live with", [2, 13, 4]], ["take", [2, 13, 5]], ["take on", [2, 13, 6]], ["swallow", [2, 13, 7]], ["go for", [2, 13, 8]], ["take over", [2, 13, 9]], ["admit", [2, 13, 10]], ["assume", [2, 13, 11]]]}, {"answer": "accepting", "hint": "synonyms for accepting", "clues": [["accept", [2, 14, 0]], ["consent", [2, 14, 1]], ["have", [2, 14, 2]], ["bear", [2, 14, 3]], ["live with", [2, 14, 4]], ["take", [2, 14, 5]], ["take on", [2, 14, 6]], ["swallow", [2, 14, 7]], ["go for", [2, 14, 8]], ["take over", [2, 14, 9]], ["admit", [2, 14, 10]], ["assume", [2, 14, 11]]]}, {"answer": "accommodating", "hint": "synonyms for accommodating", "clues": [["accommodate", [2, 15, 0]], ["suit", [2, 15, 1]], ["fit", [2, 15, 2]], ["reconcile", [2, 15, 3]], ["adapt", [2, 15, 4]], ["lodge", [2, 15, 5]], ["conciliate", [2, 15, 6]], ["admit", [2, 15, 7]], ["oblige", [2, 15, 8]], ["hold", [2, 15, 9]]]}, {"answer": "accompanied", "hint": "synonyms for accompanied", "clues": [["attach to", [2, 16, 0]], ["companion", [2, 16, 1]], ["keep company", [2, 16, 2]], ["accompany", [2, 16, 3]], ["follow", [2, 16, 4]], ["play along", [2, 16, 5]], ["come with", [2, 16, 6]], ["go with", [2, 16, 7]]]}, {"answer": "accompanying", "hint": "synonyms for accompanying", "clues": [["attach to", [2, 17, 0]], ["companion", [2, 17, 1]], ["keep company", [2, 17, 2]], ["accompany", [2, 17, 3]], ["follow", [2, 17, 4]], ["play along", [2, 17, 5]], ["come with", [2, 17, 6]], ["go with", [2, 17, 7]]]}, {"answer": "accomplished", "hint": "synonyms for accomplished", "clues": [["carry out", [2, 18, 0]], ["action", [2, 18, 1]], ["accomplish", [2, 18, 2]], ["fulfil", [2, 18, 3]], ["achieve", [2, 18, 4]], ["execute", [2, 18, 5]], ["attain", [2, 18, 6]], ["reach", [2, 18, 7]], ["carry through", [2, 18, 8]]]}, {"answer": "according", "hint": "synonyms for according", "clues": [["accord", [2, 19, 0]], ["concord", [2, 19, 1]], ["allot", [2, 19, 2]], ["harmonize", [2, 19, 3]], ["consort", [2, 19, 4]], ["fit in", [2, 19, 5]], ["grant", [2, 19, 6]], ["agree", [2, 19, 7]]]}, {"answer": "accumulated", "hint": "synonyms for accumulated", "clues": [["pile up", [2, 20, 0]], ["conglomerate", [2, 20, 1]], ["amass", [2, 20, 2]], ["roll up", [2, 20, 3]], ["gather", [2, 20, 4]], ["cumulate", [2, 20, 5]], ["compile", [2, 20, 6]], ["collect", [2, 20, 7]], ["hoard", [2, 20, 8]]]}, {"answer": "accursed", "hint": "synonyms for accursed", "clues": [["execrate", [2, 21, 0]], ["anathematise", [2, 21, 1]], ["comminate", [2, 21, 2]], ["anathemize", [2, 21, 3]], ["accurse", [2, 21, 4]]]}, {"answer": "accusing", "hint": "synonyms for accusing", "clues": [["accuse", [2, 22, 0]], ["impeach", [2, 22, 1]], ["incriminate", [2, 22, 2]], ["charge", [2, 22, 3]]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["nail", [2, 23, 0]], ["sweep through", [2, 23, 1]], ["pass with flying colors", [2, 23, 2]], ["breeze through", [2, 23, 3]], ["sail through", [2, 23, 4]]]}, {"answer": "aching", "hint": "synonyms for aching", "clues": [["yen", [2, 24, 0]], ["ache", [2, 24, 1]], ["smart", [2, 24, 2]], ["pine", [2, 24, 3]], ["suffer", [2, 24, 4]], ["yearn", [2, 24, 5]], ["hurt", [2, 24, 6]], ["languish", [2, 24, 7]]]}, {"answer": "acknowledged", "hint": "synonyms for acknowledged", "clues": [["acknowledge", [2, 25, 0]], ["receipt", [2, 25, 1]], ["know", [2, 25, 2]], ["recognise", [2, 25, 3]], ["admit", [2, 25, 4]], ["notice", [2, 25, 5]]]}, {"answer": "acquainted", "hint": "synonyms for acquainted", "clues": [["familiarize", [2, 26, 0]], ["present", [2, 26, 1]], ["introduce", [2, 26, 2]], ["acquaint", [2, 26, 3]]]}, {"answer": "acquired", "hint": "synonyms for acquired", "clues": [["grow", [2, 27, 0]], ["acquire", [2, 27, 1]], ["take on", [2, 27, 2]], ["assume", [2, 27, 3]], ["gain", [2, 27, 4]], ["take", [2, 27, 5]], ["adopt", [2, 27, 6]], ["larn", [2, 27, 7]], ["develop", [2, 27, 8]], ["get", [2, 27, 9]], ["evolve", [2, 27, 10]], ["win", [2, 27, 11]], ["produce", [2, 27, 12]]]}, {"answer": "acquitted", "hint": "synonyms for acquitted", "clues": [["deport", [2, 28, 0]], ["assoil", [2, 28, 1]], ["exonerate", [2, 28, 2]], ["clear", [2, 28, 3]], ["acquit", [2, 28, 4]], ["discharge", [2, 28, 5]], ["carry", [2, 28, 6]], ["behave", [2, 28, 7]], ["comport", [2, 28, 8]], ["exculpate", [2, 28, 9]], ["conduct", [2, 28, 10]], ["bear", [2, 28, 11]]]}, {"answer": "acting", "hint": "synonyms for acting", "clues": [["do", [2, 29, 0]], ["act as", [2, 29, 1]], ["play", [2, 29, 2]], ["move", [2, 29, 3]], ["act", [2, 29, 4]], ["dissemble", [2, 29, 5]], ["pretend", [2, 29, 6]], ["represent", [2, 29, 7]], ["work", [2, 29, 8]], ["behave", [2, 29, 9]], ["roleplay", [2, 29, 10]], ["playact", [2, 29, 11]]]}, {"answer": "activated", "hint": "synonyms for activated", "clues": [["activate", [2, 30, 0]], ["spark", [2, 30, 1]], ["trigger off", [2, 30, 2]], ["aerate", [2, 30, 3]], ["set off", [2, 30, 4]], ["spark off", [2, 30, 5]], ["trip", [2, 30, 6]], ["trigger", [2, 30, 7]], ["actuate", [2, 30, 8]], ["touch off", [2, 30, 9]]]}, {"answer": "activating", "hint": "synonyms for activating", "clues": [["activate", [2, 31, 0]], ["spark", [2, 31, 1]], ["trigger off", [2, 31, 2]], ["aerate", [2, 31, 3]], ["set off", [2, 31, 4]], ["spark off", [2, 31, 5]], ["trip", [2, 31, 6]], ["trigger", [2, 31, 7]], ["actuate", [2, 31, 8]], ["touch off", [2, 31, 9]]]}, {"answer": "actuated", "hint": "synonyms for actuated", "clues": [["propel", [2, 32, 0]], ["incite", [2, 32, 1]], ["spark", [2, 32, 2]], ["prompt", [2, 32, 3]], ["motivate", [2, 32, 4]], ["trigger off", [2, 32, 5]], ["set off", [2, 32, 6]], ["spark off", [2, 32, 7]], ["trip", [2, 32, 8]], ["trigger", [2, 32, 9]], ["activate", [2, 32, 10]], ["actuate", [2, 32, 11]], ["touch off", [2, 32, 12]], ["move", [2, 32, 13]]]}, {"answer": "actuating", "hint": "synonyms for actuating", "clues": [["propel", [2, 33, 0]], ["incite", [2, 33, 1]], ["spark", [2, 33, 2]], ["prompt", [2, 33, 3]], ["motivate", [2, 33, 4]], ["trigger off", [2, 33, 5]], ["set off", [2, 33, 6]], ["spark off", [2, 33, 7]], ["trip", [2, 33, 8]], ["trigger", [2, 33, 9]], ["activate", [2, 33, 10]], ["actuate", [2, 33, 11]], ["touch off", [2, 33, 12]], ["move", [2, 33, 13]]]}, {"answer": "adapted", "hint": "synonyms for adapted", "clues": [["adjust", [2, 34, 0]], ["adapt", [2, 34, 1]], ["conform", [2, 34, 2]], ["accommodate", [2, 34, 3]]]}, {"answer": "addressed", "hint": "synonyms for addressed", "clues": [["speak", [2, 35, 0]], ["address", [2, 35, 1]], ["come up to", [2, 35, 2]], ["cover", [2, 35, 3]], ["call", [2, 35, 4]], ["plow", [2, 35, 5]], ["deal", [2, 35, 6]], ["treat", [2, 35, 7]], ["accost", [2, 35, 8]], ["turn to", [2, 35, 9]], ["handle", [2, 35, 10]], ["direct", [2, 35, 11]]]}, {"answer": "adjusted", "hint": "synonyms for adjusted", "clues": [["adjust", [2, 36, 0]], ["conform", [2, 36, 1]], ["line up", [2, 36, 2]], ["correct", [2, 36, 3]], ["align", [2, 36, 4]], ["aline", [2, 36, 5]], ["adapt", [2, 36, 6]], ["set", [2, 36, 7]]]}, {"answer": "admonishing", "hint": "synonyms for admonishing", "clues": [["reprove", [2, 37, 0]], ["discourage", [2, 37, 1]], ["caution", [2, 37, 2]], ["admonish", [2, 37, 3]], ["warn", [2, 37, 4]]]}, {"answer": "adopted", "hint": "synonyms for adopted", "clues": [["adopt", [2, 38, 0]], ["espouse", [2, 38, 1]], ["take on", [2, 38, 2]], ["acquire", [2, 38, 3]], ["assume", [2, 38, 4]], ["sweep up", [2, 38, 5]], ["take over", [2, 38, 6]], ["take", [2, 38, 7]], ["dramatize", [2, 38, 8]], ["borrow", [2, 38, 9]], ["take up", [2, 38, 10]], ["embrace", [2, 38, 11]], ["follow", [2, 38, 12]]]}, {"answer": "adorned", "hint": "synonyms for adorned", "clues": [["decorate", [2, 39, 0]], ["clothe", [2, 39, 1]], ["adorn", [2, 39, 2]], ["ornament", [2, 39, 3]], ["beautify", [2, 39, 4]], ["embellish", [2, 39, 5]], ["grace", [2, 39, 6]], ["deck", [2, 39, 7]], ["invest", [2, 39, 8]]]}, {"answer": "adulterate", "hint": "synonyms for adulterate", "clues": [["stretch", [2, 40, 0]], ["dilute", [2, 40, 1]], ["load", [2, 40, 2]], ["debase", [2, 40, 3]]]}, {"answer": "adulterated", "hint": "synonyms for adulterated", "clues": [["adulterate", [2, 41, 0]], ["load", [2, 41, 1]], ["stretch", [2, 41, 2]], ["dilute", [2, 41, 3]], ["debase", [2, 41, 4]]]}, {"answer": "adulterating", "hint": "synonyms for adulterating", "clues": [["adulterate", [2, 42, 0]], ["load", [2, 42, 1]], ["stretch", [2, 42, 2]], ["dilute", [2, 42, 3]], ["debase", [2, 42, 4]]]}, {"answer": "advance", "hint": "synonyms for advance", "clues": [["get ahead", [2, 43, 0]], ["progress", [2, 43, 1]], ["gain", [2, 43, 2]], ["supercharge", [2, 43, 3]], ["get along", [2, 43, 4]], ["elevate", [2, 43, 5]], ["come on", [2, 43, 6]], ["encourage", [2, 43, 7]], ["promote", [2, 43, 8]], ["pull ahead", [2, 43, 9]], ["come along", [2, 43, 10]], ["make headway", [2, 43, 11]], ["gain ground", [2, 43, 12]], ["pass on", [2, 43, 13]], ["move on", [2, 43, 14]], ["win", [2, 43, 15]], ["further", [2, 43, 16]], ["go on", [2, 43, 17]], ["get on", [2, 43, 18]], ["upgrade", [2, 43, 19]], ["throw out", [2, 43, 20]], ["kick upstairs", [2, 43, 21]], ["raise", [2, 43, 22]], ["shape up", [2, 43, 23]], ["march on", [2, 43, 24]], ["boost", [2, 43, 25]], ["bring forward", [2, 43, 26]]]}, {"answer": "advanced", "hint": "synonyms for advanced", "clues": [["gain", [2, 44, 0]], ["get along", [2, 44, 1]], ["advance", [2, 44, 2]], ["promote", [2, 44, 3]], ["come along", [2, 44, 4]], ["move on", [2, 44, 5]], ["raise", [2, 44, 6]], ["set ahead", [2, 44, 7]], ["get on", [2, 44, 8]], ["progress", [2, 44, 9]], ["supercharge", [2, 44, 10]], ["elevate", [2, 44, 11]], ["come on", [2, 44, 12]], ["encourage", [2, 44, 13]], ["pull ahead", [2, 44, 14]], ["make headway", [2, 44, 15]], ["gain ground", [2, 44, 16]], ["pass on", [2, 44, 17]], ["win", [2, 44, 18]], ["further", [2, 44, 19]], ["go on", [2, 44, 20]], ["upgrade", [2, 44, 21]], ["throw out", [2, 44, 22]], ["kick upstairs", [2, 44, 23]], ["shape up", [2, 44, 24]], ["march on", [2, 44, 25]], ["boost", [2, 44, 26]], ["bring forward", [2, 44, 27]]]}, {"answer": "advancing", "hint": "synonyms for advancing", "clues": [["gain", [2, 45, 0]], ["get along", [2, 45, 1]], ["advance", [2, 45, 2]], ["promote", [2, 45, 3]], ["come along", [2, 45, 4]], ["move on", [2, 45, 5]], ["raise", [2, 45, 6]], ["set ahead", [2, 45, 7]], ["get on", [2, 45, 8]], ["progress", [2, 45, 9]], ["supercharge", [2, 45, 10]], ["elevate", [2, 45, 11]], ["come on", [2, 45, 12]], ["encourage", [2, 45, 13]], ["pull ahead", [2, 45, 14]], ["make headway", [2, 45, 15]], ["gain ground", [2, 45, 16]], ["pass on", [2, 45, 17]], ["win", [2, 45, 18]], ["further", [2, 45, 19]], ["go on", [2, 45, 20]], ["upgrade", [2, 45, 21]], ["throw out", [2, 45, 22]], ["kick upstairs", [2, 45, 23]], ["shape up", [2, 45, 24]], ["march on", [2, 45, 25]], ["boost", [2, 45, 26]], ["bring forward", [2, 45, 27]]]}, {"answer": "advertised", "hint": "synonyms for advertised", "clues": [["publicise", [2, 46, 0]], ["push", [2, 46, 1]], ["advertise", [2, 46, 2]], ["promote", [2, 46, 3]]]}, {"answer": "advised", "hint": "synonyms for advised", "clues": [["notify", [2, 47, 0]], ["give notice", [2, 47, 1]], ["apprise", [2, 47, 2]], ["advise", [2, 47, 3]], ["send word", [2, 47, 4]], ["propose", [2, 47, 5]], ["suggest", [2, 47, 6]], ["rede", [2, 47, 7]], ["counsel", [2, 47, 8]]]}, {"answer": "aerated", "hint": "synonyms for aerated", "clues": [["oxygenate", [2, 48, 0]], ["oxygenize", [2, 48, 1]], ["aerate", [2, 48, 2]], ["air", [2, 48, 3]], ["activate", [2, 48, 4]], ["air out", [2, 48, 5]]]}, {"answer": "affected", "hint": "synonyms for affected", "clues": [["touch", [2, 49, 0]], ["dissemble", [2, 49, 1]], ["feign", [2, 49, 2]], ["pretend", [2, 49, 3]], ["bear upon", [2, 49, 4]], ["regard", [2, 49, 5]], ["move", [2, 49, 6]], ["affect", [2, 49, 7]], ["impress", [2, 49, 8]], ["sham", [2, 49, 9]], ["involve", [2, 49, 10]], ["impact", [2, 49, 11]], ["touch on", [2, 49, 12]], ["strike", [2, 49, 13]]]}, {"answer": "affecting", "hint": "synonyms for affecting", "clues": [["touch", [2, 50, 0]], ["dissemble", [2, 50, 1]], ["feign", [2, 50, 2]], ["pretend", [2, 50, 3]], ["bear upon", [2, 50, 4]], ["regard", [2, 50, 5]], ["move", [2, 50, 6]], ["affect", [2, 50, 7]], ["impress", [2, 50, 8]], ["sham", [2, 50, 9]], ["involve", [2, 50, 10]], ["impact", [2, 50, 11]], ["touch on", [2, 50, 12]], ["strike", [2, 50, 13]]]}, {"answer": "affiliated", "hint": "synonyms for affiliated", "clues": [["associate", [2, 51, 0]], ["assort", [2, 51, 1]], ["affiliate", [2, 51, 2]], ["consort", [2, 51, 3]]]}, {"answer": "affixed", "hint": "synonyms for affixed", "clues": [["add on", [2, 52, 0]], ["append", [2, 52, 1]], ["supplement", [2, 52, 2]], ["stick on", [2, 52, 3]], ["affix", [2, 52, 4]]]}, {"answer": "aged", "hint": "synonyms for aged", "clues": [["mature", [2, 53, 0]], ["age", [2, 53, 1]], ["senesce", [2, 53, 2]], ["get on", [2, 53, 3]]]}, {"answer": "ageing", "hint": "synonyms for ageing", "clues": [["mature", [2, 54, 0]], ["age", [2, 54, 1]], ["senesce", [2, 54, 2]], ["get on", [2, 54, 3]]]}, {"answer": "aggravated", "hint": "synonyms for aggravated", "clues": [["exasperate", [2, 55, 0]], ["exacerbate", [2, 55, 1]], ["worsen", [2, 55, 2]], ["aggravate", [2, 55, 3]]]}, {"answer": "aggravating", "hint": "synonyms for aggravating", "clues": [["exasperate", [2, 56, 0]], ["exacerbate", [2, 56, 1]], ["worsen", [2, 56, 2]], ["aggravate", [2, 56, 3]]]}, {"answer": "aging", "hint": "synonyms for aging", "clues": [["mature", [2, 57, 0]], ["age", [2, 57, 1]], ["senesce", [2, 57, 2]], ["get on", [2, 57, 3]]]}, {"answer": "agitated", "hint": "synonyms for agitated", "clues": [["disturb", [2, 58, 0]], ["fight", [2, 58, 1]], ["commove", [2, 58, 2]], ["push", [2, 58, 3]], ["press", [2, 58, 4]], ["budge", [2, 58, 5]], ["vex", [2, 58, 6]], ["agitate", [2, 58, 7]], ["rouse", [2, 58, 8]], ["shake", [2, 58, 9]], ["charge", [2, 58, 10]], ["turn on", [2, 58, 11]], ["campaign", [2, 58, 12]], ["crusade", [2, 58, 13]], ["stir up", [2, 58, 14]], ["foment", [2, 58, 15]], ["charge up", [2, 58, 16]], ["shake up", [2, 58, 17]], ["excite", [2, 58, 18]], ["stir", [2, 58, 19]], ["shift", [2, 58, 20]], ["raise up", [2, 58, 21]]]}, {"answer": "agitating", "hint": "synonyms for agitating", "clues": [["disturb", [2, 59, 0]], ["fight", [2, 59, 1]], ["commove", [2, 59, 2]], ["push", [2, 59, 3]], ["press", [2, 59, 4]], ["budge", [2, 59, 5]], ["vex", [2, 59, 6]], ["agitate", [2, 59, 7]], ["rouse", [2, 59, 8]], ["shake", [2, 59, 9]], ["charge", [2, 59, 10]], ["turn on", [2, 59, 11]], ["campaign", [2, 59, 12]], ["crusade", [2, 59, 13]], ["stir up", [2, 59, 14]], ["foment", [2, 59, 15]], ["charge up", [2, 59, 16]], ["shake up", [2, 59, 17]], ["excite", [2, 59, 18]], ["stir", [2, 59, 19]], ["shift", [2, 59, 20]], ["raise up", [2, 59, 21]]]}, {"answer": "agreed", "hint": "synonyms for agreed", "clues": [["fit", [2, 60, 0]], ["accord", [2, 60, 1]], ["concord", [2, 60, 2]], ["agree", [2, 60, 3]], ["consort", [2, 60, 4]], ["correspond", [2, 60, 5]], ["check", [2, 60, 6]], ["fit in", [2, 60, 7]], ["match", [2, 60, 8]], ["harmonize", [2, 60, 9]], ["hold", [2, 60, 10]], ["concur", [2, 60, 11]], ["tally", [2, 60, 12]], ["jibe", [2, 60, 13]], ["gibe", [2, 60, 14]]]}, {"answer": "aired", "hint": "synonyms for aired", "clues": [["vent", [2, 61, 0]], ["publicize", [2, 61, 1]], ["air", [2, 61, 2]], ["send", [2, 61, 3]], ["transmit", [2, 61, 4]], ["air out", [2, 61, 5]], ["broadcast", [2, 61, 6]], ["beam", [2, 61, 7]], ["bare", [2, 61, 8]], ["ventilate", [2, 61, 9]], ["aerate", [2, 61, 10]]]}, {"answer": "alarmed", "hint": "synonyms for alarmed", "clues": [["alarm", [2, 62, 0]], ["appal", [2, 62, 1]], ["dismay", [2, 62, 2]], ["horrify", [2, 62, 3]], ["alert", [2, 62, 4]]]}, {"answer": "alarming", "hint": "synonyms for alarming", "clues": [["alarm", [2, 63, 0]], ["appal", [2, 63, 1]], ["dismay", [2, 63, 2]], ["horrify", [2, 63, 3]], ["alert", [2, 63, 4]]]}, {"answer": "alienated", "hint": "synonyms for alienated", "clues": [["alien", [2, 64, 0]], ["alienate", [2, 64, 1]], ["estrange", [2, 64, 2]], ["disaffect", [2, 64, 3]]]}, {"answer": "alienating", "hint": "synonyms for alienating", "clues": [["alien", [2, 65, 0]], ["alienate", [2, 65, 1]], ["estrange", [2, 65, 2]], ["disaffect", [2, 65, 3]]]}, {"answer": "aligned", "hint": "synonyms for aligned", "clues": [["align", [2, 66, 0]], ["array", [2, 66, 1]], ["line up", [2, 66, 2]], ["adjust", [2, 66, 3]], ["aline", [2, 66, 4]], ["coordinate", [2, 66, 5]]]}, {"answer": "aligning", "hint": "synonyms for aligning", "clues": [["align", [2, 67, 0]], ["array", [2, 67, 1]], ["line up", [2, 67, 2]], ["adjust", [2, 67, 3]], ["aline", [2, 67, 4]], ["coordinate", [2, 67, 5]]]}, {"answer": "alleviated", "hint": "synonyms for alleviated", "clues": [["palliate", [2, 68, 0]], ["facilitate", [2, 68, 1]], ["alleviate", [2, 68, 2]], ["ease", [2, 68, 3]], ["relieve", [2, 68, 4]], ["assuage", [2, 68, 5]]]}, {"answer": "allotted", "hint": "synonyms for allotted", "clues": [["lot", [2, 69, 0]], ["dish out", [2, 69, 1]], ["dispense", [2, 69, 2]], ["shell out", [2, 69, 3]], ["allot", [2, 69, 4]], ["accord", [2, 69, 5]], ["assign", [2, 69, 6]], ["dole out", [2, 69, 7]], ["mete out", [2, 69, 8]], ["parcel out", [2, 69, 9]], ["deal out", [2, 69, 10]], ["administer", [2, 69, 11]], ["deal", [2, 69, 12]], ["portion", [2, 69, 13]], ["grant", [2, 69, 14]], ["distribute", [2, 69, 15]]]}, {"answer": "altered", "hint": "synonyms for altered", "clues": [["alter", [2, 70, 0]], ["falsify", [2, 70, 1]], ["spay", [2, 70, 2]], ["interpolate", [2, 70, 3]], ["change", [2, 70, 4]], ["castrate", [2, 70, 5]], ["modify", [2, 70, 6]], ["vary", [2, 70, 7]], ["neuter", [2, 70, 8]]]}, {"answer": "alternate", "hint": "synonyms for alternate", "clues": [["switch", [2, 71, 0]], ["understudy", [2, 71, 1]], ["flip-flop", [2, 71, 2]], ["tack", [2, 71, 3]], ["take turns", [2, 71, 4]], ["interchange", [2, 71, 5]], ["jump", [2, 71, 6]], ["flip", [2, 71, 7]]]}, {"answer": "alternating", "hint": "synonyms for alternating", "clues": [["switch", [2, 72, 0]], ["alternate", [2, 72, 1]], ["flip-flop", [2, 72, 2]], ["tack", [2, 72, 3]], ["take turns", [2, 72, 4]], ["jump", [2, 72, 5]], ["understudy", [2, 72, 6]], ["interchange", [2, 72, 7]], ["flip", [2, 72, 8]]]}, {"answer": "amalgamate", "hint": "synonyms for amalgamate", "clues": [["mix", [2, 73, 0]], ["commix", [2, 73, 1]], ["unify", [2, 73, 2]], ["mingle", [2, 73, 3]]]}, {"answer": "amalgamated", "hint": "synonyms for amalgamated", "clues": [["mingle", [2, 74, 0]], ["unify", [2, 74, 1]], ["mix", [2, 74, 2]], ["commix", [2, 74, 3]], ["amalgamate", [2, 74, 4]]]}, {"answer": "amazed", "hint": "synonyms for amazed", "clues": [["baffle", [2, 75, 0]], ["amaze", [2, 75, 1]], ["beat", [2, 75, 2]], ["mystify", [2, 75, 3]], ["pose", [2, 75, 4]], ["puzzle", [2, 75, 5]], ["stick", [2, 75, 6]], ["vex", [2, 75, 7]], ["flummox", [2, 75, 8]], ["get", [2, 75, 9]], ["stupefy", [2, 75, 10]], ["perplex", [2, 75, 11]], ["dumbfound", [2, 75, 12]], ["gravel", [2, 75, 13]], ["astound", [2, 75, 14]], ["astonish", [2, 75, 15]], ["bewilder", [2, 75, 16]], ["nonplus", [2, 75, 17]]]}, {"answer": "amazing", "hint": "synonyms for amazing", "clues": [["baffle", [2, 76, 0]], ["amaze", [2, 76, 1]], ["beat", [2, 76, 2]], ["mystify", [2, 76, 3]], ["pose", [2, 76, 4]], ["puzzle", [2, 76, 5]], ["stick", [2, 76, 6]], ["vex", [2, 76, 7]], ["flummox", [2, 76, 8]], ["get", [2, 76, 9]], ["stupefy", [2, 76, 10]], ["perplex", [2, 76, 11]], ["dumbfound", [2, 76, 12]], ["gravel", [2, 76, 13]], ["astound", [2, 76, 14]], ["astonish", [2, 76, 15]], ["bewilder", [2, 76, 16]], ["nonplus", [2, 76, 17]]]}, {"answer": "ameliorating", "hint": "synonyms for ameliorating", "clues": [["meliorate", [2, 77, 0]], ["better", [2, 77, 1]], ["amend", [2, 77, 2]], ["improve", [2, 77, 3]]]}, {"answer": "amended", "hint": "synonyms for amended", "clues": [["remediate", [2, 78, 0]], ["meliorate", [2, 78, 1]], ["amend", [2, 78, 2]], ["rectify", [2, 78, 3]], ["improve", [2, 78, 4]], ["repair", [2, 78, 5]], ["remedy", [2, 78, 6]], ["better", [2, 78, 7]]]}, {"answer": "analyzed", "hint": "synonyms for analyzed", "clues": [["psychoanalyze", [2, 79, 0]], ["analyse", [2, 79, 1]], ["examine", [2, 79, 2]], ["canvas", [2, 79, 3]], ["break down", [2, 79, 4]], ["dissect", [2, 79, 5]], ["take apart", [2, 79, 6]], ["study", [2, 79, 7]]]}, {"answer": "angled", "hint": "synonyms for angled", "clues": [["lean", [2, 80, 0]], ["tip", [2, 80, 1]], ["fish", [2, 80, 2]], ["angle", [2, 80, 3]], ["tilt", [2, 80, 4]], ["slant", [2, 80, 5]], ["weight", [2, 80, 6]]]}, {"answer": "animate", "hint": "synonyms for animate", "clues": [["animize", [2, 81, 0]], ["quicken", [2, 81, 1]], ["inspire", [2, 81, 2]], ["vivify", [2, 81, 3]], ["revive", [2, 81, 4]], ["liven up", [2, 81, 5]], ["renovate", [2, 81, 6]], ["invigorate", [2, 81, 7]], ["liven", [2, 81, 8]], ["repair", [2, 81, 9]], ["reanimate", [2, 81, 10]], ["enliven", [2, 81, 11]], ["recreate", [2, 81, 12]], ["exalt", [2, 81, 13]]]}, {"answer": "animated", "hint": "synonyms for animated", "clues": [["animize", [2, 82, 0]], ["revive", [2, 82, 1]], ["invigorate", [2, 82, 2]], ["liven", [2, 82, 3]], ["animate", [2, 82, 4]], ["repair", [2, 82, 5]], ["enliven", [2, 82, 6]], ["renovate", [2, 82, 7]], ["quicken", [2, 82, 8]], ["inspire", [2, 82, 9]], ["vivify", [2, 82, 10]], ["liven up", [2, 82, 11]], ["recreate", [2, 82, 12]], ["exalt", [2, 82, 13]]]}, {"answer": "animating", "hint": "synonyms for animating", "clues": [["animize", [2, 83, 0]], ["revive", [2, 83, 1]], ["invigorate", [2, 83, 2]], ["liven", [2, 83, 3]], ["animate", [2, 83, 4]], ["repair", [2, 83, 5]], ["enliven", [2, 83, 6]], ["renovate", [2, 83, 7]], ["quicken", [2, 83, 8]], ["inspire", [2, 83, 9]], ["vivify", [2, 83, 10]], ["liven up", [2, 83, 11]], ["recreate", [2, 83, 12]], ["exalt", [2, 83, 13]]]}, {"answer": "annihilated", "hint": "synonyms for annihilated", "clues": [["wipe out", [2, 84, 0]], ["eradicate", [2, 84, 1]], ["carry off", [2, 84, 2]], ["decimate", [2, 84, 3]], ["eliminate", [2, 84, 4]], ["extinguish", [2, 84, 5]], ["annihilate", [2, 84, 6]]]}, {"answer": "annihilating", "hint": "synonyms for annihilating", "clues": [["wipe out", [2, 85, 0]], ["eradicate", [2, 85, 1]], ["carry off", [2, 85, 2]], ["decimate", [2, 85, 3]], ["eliminate", [2, 85, 4]], ["extinguish", [2, 85, 5]], ["annihilate", [2, 85, 6]]]}, {"answer": "announced", "hint": "synonyms for announced", "clues": [["announce", [2, 86, 0]], ["harbinger", [2, 86, 1]], ["annunciate", [2, 86, 2]], ["herald", [2, 86, 3]], ["foretell", [2, 86, 4]], ["declare", [2, 86, 5]], ["denote", [2, 86, 6]]]}, {"answer": "annoyed", "hint": "synonyms for annoyed", "clues": [["annoy", [2, 87, 0]], ["vex", [2, 87, 1]], ["nettle", [2, 87, 2]], ["chafe", [2, 87, 3]], ["devil", [2, 87, 4]], ["rag", [2, 87, 5]], ["bother", [2, 87, 6]], ["nark", [2, 87, 7]], ["rile", [2, 87, 8]], ["irritate", [2, 87, 9]], ["get at", [2, 87, 10]], ["gravel", [2, 87, 11]], ["get to", [2, 87, 12]]]}, {"answer": "annoying", "hint": "synonyms for annoying", "clues": [["annoy", [2, 88, 0]], ["vex", [2, 88, 1]], ["nettle", [2, 88, 2]], ["chafe", [2, 88, 3]], ["devil", [2, 88, 4]], ["rag", [2, 88, 5]], ["bother", [2, 88, 6]], ["nark", [2, 88, 7]], ["rile", [2, 88, 8]], ["irritate", [2, 88, 9]], ["get at", [2, 88, 10]], ["gravel", [2, 88, 11]], ["get to", [2, 88, 12]]]}, {"answer": "answering", "hint": "synonyms for answering", "clues": [["do", [2, 89, 0]], ["answer", [2, 89, 1]], ["reply", [2, 89, 2]], ["suffice", [2, 89, 3]], ["respond", [2, 89, 4]], ["serve", [2, 89, 5]], ["resolve", [2, 89, 6]]]}, {"answer": "anticipated", "hint": "synonyms for anticipated", "clues": [["look to", [2, 90, 0]], ["call", [2, 90, 1]], ["anticipate", [2, 90, 2]], ["foresee", [2, 90, 3]], ["forebode", [2, 90, 4]], ["expect", [2, 90, 5]], ["previse", [2, 90, 6]], ["predict", [2, 90, 7]], ["foretell", [2, 90, 8]], ["prognosticate", [2, 90, 9]], ["foreknow", [2, 90, 10]], ["promise", [2, 90, 11]], ["forestall", [2, 90, 12]], ["counter", [2, 90, 13]], ["look for", [2, 90, 14]]]}, {"answer": "appalled", "hint": "synonyms for appalled", "clues": [["outrage", [2, 91, 0]], ["horrify", [2, 91, 1]], ["alarm", [2, 91, 2]], ["appall", [2, 91, 3]], ["offend", [2, 91, 4]], ["scandalise", [2, 91, 5]], ["shock", [2, 91, 6]], ["dismay", [2, 91, 7]]]}, {"answer": "appalling", "hint": "synonyms for appalling", "clues": [["outrage", [2, 92, 0]], ["horrify", [2, 92, 1]], ["alarm", [2, 92, 2]], ["appall", [2, 92, 3]], ["offend", [2, 92, 4]], ["scandalise", [2, 92, 5]], ["shock", [2, 92, 6]], ["dismay", [2, 92, 7]]]}, {"answer": "appareled", "hint": "synonyms for appareled", "clues": [["garb", [2, 93, 0]], ["habilitate", [2, 93, 1]], ["fit out", [2, 93, 2]], ["garment", [2, 93, 3]], ["dress", [2, 93, 4]], ["enclothe", [2, 93, 5]], ["raiment", [2, 93, 6]], ["apparel", [2, 93, 7]], ["tog", [2, 93, 8]]]}, {"answer": "appeasing", "hint": "synonyms for appeasing", "clues": [["mollify", [2, 94, 0]], ["placate", [2, 94, 1]], ["appease", [2, 94, 2]], ["gentle", [2, 94, 3]], ["conciliate", [2, 94, 4]], ["pacify", [2, 94, 5]], ["propitiate", [2, 94, 6]], ["gruntle", [2, 94, 7]], ["quell", [2, 94, 8]], ["stay", [2, 94, 9]], ["assuage", [2, 94, 10]], ["lenify", [2, 94, 11]]]}, {"answer": "applied", "hint": "synonyms for applied", "clues": [["practice", [2, 95, 0]], ["go for", [2, 95, 1]], ["apply", [2, 95, 2]], ["enforce", [2, 95, 3]], ["put on", [2, 95, 4]], ["lend oneself", [2, 95, 5]], ["utilize", [2, 95, 6]], ["implement", [2, 95, 7]], ["use", [2, 95, 8]], ["give", [2, 95, 9]], ["hold", [2, 95, 10]], ["employ", [2, 95, 11]]]}, {"answer": "appointed", "hint": "synonyms for appointed", "clues": [["appoint", [2, 96, 0]], ["constitute", [2, 96, 1]], ["name", [2, 96, 2]], ["charge", [2, 96, 3]], ["nominate", [2, 96, 4]]]}, {"answer": "apportioned", "hint": "synonyms for apportioned", "clues": [["divvy up", [2, 97, 0]], ["apportion", [2, 97, 1]], ["share", [2, 97, 2]], ["allocate", [2, 97, 3]], ["deal", [2, 97, 4]], ["portion out", [2, 97, 5]]]}, {"answer": "appraising", "hint": "synonyms for appraising", "clues": [["valuate", [2, 98, 0]], ["survey", [2, 98, 1]], ["measure", [2, 98, 2]], ["assess", [2, 98, 3]], ["appraise", [2, 98, 4]], ["value", [2, 98, 5]]]}, {"answer": "appreciated", "hint": "synonyms for appreciated", "clues": [["take account", [2, 99, 0]], ["appreciate", [2, 99, 1]], ["apprise", [2, 99, 2]], ["revalue", [2, 99, 3]], ["treasure", [2, 99, 4]], ["prize", [2, 99, 5]], ["value", [2, 99, 6]]]}, {"answer": "apprehended", "hint": "synonyms for apprehended", "clues": [["grasp", [2, 100, 0]], ["apprehend", [2, 100, 1]], ["comprehend", [2, 100, 2]], ["compass", [2, 100, 3]], ["nail", [2, 100, 4]], ["pick up", [2, 100, 5]], ["cop", [2, 100, 6]], ["arrest", [2, 100, 7]], ["nab", [2, 100, 8]], ["collar", [2, 100, 9]], ["quail at", [2, 100, 10]], ["dig", [2, 100, 11]], ["savvy", [2, 100, 12]], ["grok", [2, 100, 13]], ["get the picture", [2, 100, 14]]]}, {"answer": "approaching", "hint": "synonyms for approaching", "clues": [["come near", [2, 101, 0]], ["approach", [2, 101, 1]], ["near", [2, 101, 2]], ["border on", [2, 101, 3]], ["draw near", [2, 101, 4]], ["go about", [2, 101, 5]], ["draw close", [2, 101, 6]], ["come on", [2, 101, 7]], ["go up", [2, 101, 8]], ["set about", [2, 101, 9]]]}, {"answer": "appropriate", "hint": "synonyms for appropriate", "clues": [["reserve", [2, 102, 0]], ["seize", [2, 102, 1]], ["set aside", [2, 102, 2]], ["conquer", [2, 102, 3]], ["allow", [2, 102, 4]], ["earmark", [2, 102, 5]], ["capture", [2, 102, 6]]]}, {"answer": "approximate", "hint": "synonyms for approximate", "clues": [["guess", [2, 103, 0]], ["come close", [2, 103, 1]], ["gauge", [2, 103, 2]], ["estimate", [2, 103, 3]], ["judge", [2, 103, 4]]]}, {"answer": "armed", "hint": "synonyms for armed", "clues": [["build up", [2, 104, 0]], ["arm", [2, 104, 1]], ["gird", [2, 104, 2]], ["fortify", [2, 104, 3]]]}, {"answer": "aroused", "hint": "synonyms for aroused", "clues": [["stir", [2, 105, 0]], ["enkindle", [2, 105, 1]], ["wake", [2, 105, 2]], ["bring up", [2, 105, 3]], ["energise", [2, 105, 4]], ["arouse", [2, 105, 5]], ["come alive", [2, 105, 6]], ["raise", [2, 105, 7]], ["wake up", [2, 105, 8]], ["stimulate", [2, 105, 9]], ["provoke", [2, 105, 10]], ["awaken", [2, 105, 11]], ["evoke", [2, 105, 12]], ["sex", [2, 105, 13]], ["turn on", [2, 105, 14]], ["invoke", [2, 105, 15]], ["call down", [2, 105, 16]], ["excite", [2, 105, 17]], ["wind up", [2, 105, 18]], ["call forth", [2, 105, 19]], ["perk up", [2, 105, 20]], ["put forward", [2, 105, 21]], ["fire", [2, 105, 22]], ["conjure", [2, 105, 23]], ["elicit", [2, 105, 24]], ["brace", [2, 105, 25]], ["conjure up", [2, 105, 26]]]}, {"answer": "arranged", "hint": "synonyms for arranged", "clues": [["coiffure", [2, 106, 0]], ["set up", [2, 106, 1]], ["coif", [2, 106, 2]], ["dress", [2, 106, 3]], ["arrange", [2, 106, 4]], ["put", [2, 106, 5]], ["fix up", [2, 106, 6]], ["do", [2, 106, 7]], ["set", [2, 106, 8]], ["stage", [2, 106, 9]], ["format", [2, 106, 10]], ["order", [2, 106, 11]]]}, {"answer": "arrayed", "hint": "synonyms for arrayed", "clues": [["array", [2, 107, 0]], ["set out", [2, 107, 1]], ["lay out", [2, 107, 2]], ["range", [2, 107, 3]], ["align", [2, 107, 4]]]}, {"answer": "arresting", "hint": "synonyms for arresting", "clues": [["apprehend", [2, 108, 0]], ["contain", [2, 108, 1]], ["get", [2, 108, 2]], ["halt", [2, 108, 3]], ["cop", [2, 108, 4]], ["arrest", [2, 108, 5]], ["collar", [2, 108, 6]], ["catch", [2, 108, 7]], ["check", [2, 108, 8]], ["turn back", [2, 108, 9]], ["nail", [2, 108, 10]], ["pick up", [2, 108, 11]], ["hold back", [2, 108, 12]], ["nab", [2, 108, 13]], ["hold", [2, 108, 14]], ["stop", [2, 108, 15]]]}, {"answer": "articulate", "hint": "synonyms for articulate", "clues": [["vocalise", [2, 109, 0]], ["formulate", [2, 109, 1]], ["joint", [2, 109, 2]], ["enunciate", [2, 109, 3]], ["enounce", [2, 109, 4]], ["give voice", [2, 109, 5]], ["word", [2, 109, 6]], ["say", [2, 109, 7]], ["sound out", [2, 109, 8]], ["pronounce", [2, 109, 9]], ["phrase", [2, 109, 10]]]}, {"answer": "articulated", "hint": "synonyms for articulated", "clues": [["articulate", [2, 110, 0]], ["vocalise", [2, 110, 1]], ["formulate", [2, 110, 2]], ["joint", [2, 110, 3]], ["enunciate", [2, 110, 4]], ["enounce", [2, 110, 5]], ["give voice", [2, 110, 6]], ["word", [2, 110, 7]], ["say", [2, 110, 8]], ["pronounce", [2, 110, 9]], ["sound out", [2, 110, 10]], ["phrase", [2, 110, 11]]]}, {"answer": "ascending", "hint": "synonyms for ascending", "clues": [["ascend", [2, 111, 0]], ["rise", [2, 111, 1]], ["go up", [2, 111, 2]], ["come up", [2, 111, 3]], ["uprise", [2, 111, 4]], ["move up", [2, 111, 5]], ["climb up", [2, 111, 6]]]}, {"answer": "ascertained", "hint": "synonyms for ascertained", "clues": [["check", [2, 112, 0]], ["ascertain", [2, 112, 1]], ["determine", [2, 112, 2]], ["watch", [2, 112, 3]], ["see", [2, 112, 4]], ["control", [2, 112, 5]], ["assure", [2, 112, 6]], ["ensure", [2, 112, 7]], ["find out", [2, 112, 8]], ["insure", [2, 112, 9]], ["find", [2, 112, 10]], ["learn", [2, 112, 11]], ["see to it", [2, 112, 12]]]}, {"answer": "asphyxiated", "hint": "synonyms for asphyxiated", "clues": [["asphyxiate", [2, 113, 0]], ["suffocate", [2, 113, 1]], ["stifle", [2, 113, 2]], ["choke", [2, 113, 3]], ["smother", [2, 113, 4]]]}, {"answer": "asphyxiating", "hint": "synonyms for asphyxiating", "clues": [["asphyxiate", [2, 114, 0]], ["suffocate", [2, 114, 1]], ["stifle", [2, 114, 2]], ["choke", [2, 114, 3]], ["smother", [2, 114, 4]]]}, {"answer": "aspiring", "hint": "synonyms for aspiring", "clues": [["draw a bead on", [2, 115, 0]], ["shoot for", [2, 115, 1]], ["aspire", [2, 115, 2]], ["aim", [2, 115, 3]]]}, {"answer": "asserted", "hint": "synonyms for asserted", "clues": [["affirm", [2, 116, 0]], ["assert", [2, 116, 1]], ["insist", [2, 116, 2]], ["swan", [2, 116, 3]], ["verify", [2, 116, 4]], ["asseverate", [2, 116, 5]], ["avow", [2, 116, 6]], ["maintain", [2, 116, 7]], ["aver", [2, 116, 8]], ["put forward", [2, 116, 9]], ["swear", [2, 116, 10]]]}, {"answer": "asserting", "hint": "synonyms for asserting", "clues": [["affirm", [2, 117, 0]], ["assert", [2, 117, 1]], ["insist", [2, 117, 2]], ["swan", [2, 117, 3]], ["verify", [2, 117, 4]], ["asseverate", [2, 117, 5]], ["avow", [2, 117, 6]], ["maintain", [2, 117, 7]], ["aver", [2, 117, 8]], ["put forward", [2, 117, 9]], ["swear", [2, 117, 10]]]}, {"answer": "assigned", "hint": "synonyms for assigned", "clues": [["assign", [2, 118, 0]], ["depute", [2, 118, 1]], ["designate", [2, 118, 2]], ["specify", [2, 118, 3]], ["delegate", [2, 118, 4]], ["put", [2, 118, 5]], ["allot", [2, 118, 6]], ["attribute", [2, 118, 7]], ["ascribe", [2, 118, 8]], ["arrogate", [2, 118, 9]], ["impute", [2, 118, 10]], ["portion", [2, 118, 11]], ["set apart", [2, 118, 12]]]}, {"answer": "assimilating", "hint": "synonyms for assimilating", "clues": [["take in", [2, 119, 0]], ["assimilate", [2, 119, 1]], ["ingest", [2, 119, 2]], ["absorb", [2, 119, 3]], ["imbibe", [2, 119, 4]]]}, {"answer": "assisted", "hint": "synonyms for assisted", "clues": [["aid", [2, 120, 0]], ["assist", [2, 120, 1]], ["serve", [2, 120, 2]], ["attend to", [2, 120, 3]], ["attend", [2, 120, 4]], ["wait on", [2, 120, 5]], ["help", [2, 120, 6]]]}, {"answer": "associate", "hint": "synonyms for associate", "clues": [["assort", [2, 121, 0]], ["affiliate", [2, 121, 1]], ["colligate", [2, 121, 2]], ["consociate", [2, 121, 3]], ["link up", [2, 121, 4]], ["link", [2, 121, 5]], ["connect", [2, 121, 6]], ["consort", [2, 121, 7]], ["tie in", [2, 121, 8]], ["relate", [2, 121, 9]]]}, {"answer": "assorted", "hint": "synonyms for assorted", "clues": [["associate", [2, 122, 0]], ["assort", [2, 122, 1]], ["sort out", [2, 122, 2]], ["separate", [2, 122, 3]], ["classify", [2, 122, 4]], ["sort", [2, 122, 5]], ["affiliate", [2, 122, 6]], ["consort", [2, 122, 7]], ["class", [2, 122, 8]]]}, {"answer": "assumed", "hint": "synonyms for assumed", "clues": [["don", [2, 123, 0]], ["take", [2, 123, 1]], ["bear", [2, 123, 2]], ["assume", [2, 123, 3]], ["adopt", [2, 123, 4]], ["take on", [2, 123, 5]], ["acquire", [2, 123, 6]], ["simulate", [2, 123, 7]], ["feign", [2, 123, 8]], ["take for granted", [2, 123, 9]], ["wear", [2, 123, 10]], ["get into", [2, 123, 11]], ["take over", [2, 123, 12]], ["strike", [2, 123, 13]], ["take up", [2, 123, 14]], ["accept", [2, 123, 15]], ["arrogate", [2, 123, 16]], ["presume", [2, 123, 17]], ["sham", [2, 123, 18]], ["put on", [2, 123, 19]], ["usurp", [2, 123, 20]], ["seize", [2, 123, 21]]]}, {"answer": "assuming", "hint": "synonyms for assuming", "clues": [["don", [2, 124, 0]], ["take", [2, 124, 1]], ["bear", [2, 124, 2]], ["assume", [2, 124, 3]], ["adopt", [2, 124, 4]], ["take on", [2, 124, 5]], ["acquire", [2, 124, 6]], ["simulate", [2, 124, 7]], ["feign", [2, 124, 8]], ["take for granted", [2, 124, 9]], ["wear", [2, 124, 10]], ["get into", [2, 124, 11]], ["take over", [2, 124, 12]], ["strike", [2, 124, 13]], ["take up", [2, 124, 14]], ["accept", [2, 124, 15]], ["arrogate", [2, 124, 16]], ["presume", [2, 124, 17]], ["sham", [2, 124, 18]], ["put on", [2, 124, 19]], ["usurp", [2, 124, 20]], ["seize", [2, 124, 21]]]}, {"answer": "assured", "hint": "synonyms for assured", "clues": [["assure", [2, 125, 0]], ["ascertain", [2, 125, 1]], ["guarantee", [2, 125, 2]], ["insure", [2, 125, 3]], ["promise", [2, 125, 4]], ["secure", [2, 125, 5]], ["see", [2, 125, 6]], ["control", [2, 125, 7]], ["ensure", [2, 125, 8]], ["tell", [2, 125, 9]], ["check", [2, 125, 10]], ["see to it", [2, 125, 11]]]}, {"answer": "assuring", "hint": "synonyms for assuring", "clues": [["assure", [2, 126, 0]], ["ascertain", [2, 126, 1]], ["guarantee", [2, 126, 2]], ["insure", [2, 126, 3]], ["promise", [2, 126, 4]], ["secure", [2, 126, 5]], ["see", [2, 126, 6]], ["control", [2, 126, 7]], ["ensure", [2, 126, 8]], ["tell", [2, 126, 9]], ["check", [2, 126, 10]], ["see to it", [2, 126, 11]]]}, {"answer": "attached", "hint": "synonyms for attached", "clues": [["attach", [2, 127, 0]], ["bond", [2, 127, 1]], ["bind", [2, 127, 2]], ["seize", [2, 127, 3]], ["confiscate", [2, 127, 4]], ["tie", [2, 127, 5]], ["impound", [2, 127, 6]], ["sequester", [2, 127, 7]]]}, {"answer": "attacking", "hint": "synonyms for attacking", "clues": [["attack", [2, 128, 0]], ["assault", [2, 128, 1]], ["round", [2, 128, 2]], ["snipe", [2, 128, 3]], ["lash out", [2, 128, 4]], ["assail", [2, 128, 5]], ["aggress", [2, 128, 6]], ["set on", [2, 128, 7]]]}, {"answer": "attained", "hint": "synonyms for attained", "clues": [["chance upon", [2, 129, 0]], ["fall upon", [2, 129, 1]], ["achieve", [2, 129, 2]], ["gain", [2, 129, 3]], ["attain", [2, 129, 4]], ["make", [2, 129, 5]], ["reach", [2, 129, 6]], ["come across", [2, 129, 7]], ["come upon", [2, 129, 8]], ["happen upon", [2, 129, 9]], ["discover", [2, 129, 10]], ["hit", [2, 129, 11]], ["accomplish", [2, 129, 12]], ["light upon", [2, 129, 13]], ["arrive at", [2, 129, 14]], ["strike", [2, 129, 15]]]}, {"answer": "attempted", "hint": "synonyms for attempted", "clues": [["try", [2, 130, 0]], ["attempt", [2, 130, 1]], ["undertake", [2, 130, 2]], ["essay", [2, 130, 3]], ["assay", [2, 130, 4]], ["set about", [2, 130, 5]], ["seek", [2, 130, 6]]]}, {"answer": "attended", "hint": "synonyms for attended", "clues": [["look", [2, 131, 0]], ["attend", [2, 131, 1]], ["hang", [2, 131, 2]], ["give ear", [2, 131, 3]], ["assist", [2, 131, 4]], ["serve", [2, 131, 5]], ["attend to", [2, 131, 6]], ["pay heed", [2, 131, 7]], ["go to", [2, 131, 8]], ["take care", [2, 131, 9]], ["advert", [2, 131, 10]], ["wait on", [2, 131, 11]], ["see", [2, 131, 12]]]}, {"answer": "attested", "hint": "synonyms for attested", "clues": [["manifest", [2, 132, 0]], ["certify", [2, 132, 1]], ["attest", [2, 132, 2]], ["evidence", [2, 132, 3]], ["demonstrate", [2, 132, 4]], ["bear witness", [2, 132, 5]], ["take the stand", [2, 132, 6]], ["testify", [2, 132, 7]]]}, {"answer": "attired", "hint": "synonyms for attired", "clues": [["deck up", [2, 133, 0]], ["trick out", [2, 133, 1]], ["fig up", [2, 133, 2]], ["get up", [2, 133, 3]], ["fig out", [2, 133, 4]], ["prink", [2, 133, 5]], ["trick up", [2, 133, 6]], ["gussy up", [2, 133, 7]], ["tog out", [2, 133, 8]], ["deck out", [2, 133, 9]], ["attire", [2, 133, 10]], ["dress up", [2, 133, 11]], ["overdress", [2, 133, 12]], ["fancy up", [2, 133, 13]], ["tog up", [2, 133, 14]]]}, {"answer": "authorised", "hint": "synonyms for authorised", "clues": [["clear", [2, 134, 0]], ["pass", [2, 134, 1]], ["authorize", [2, 134, 2]], ["empower", [2, 134, 3]]]}, {"answer": "authorized", "hint": "synonyms for authorized", "clues": [["clear", [2, 135, 0]], ["pass", [2, 135, 1]], ["authorize", [2, 135, 2]], ["empower", [2, 135, 3]]]}, {"answer": "avowed", "hint": "synonyms for avowed", "clues": [["affirm", [2, 136, 0]], ["avow", [2, 136, 1]], ["swan", [2, 136, 2]], ["verify", [2, 136, 3]], ["avouch", [2, 136, 4]], ["assert", [2, 136, 5]], ["aver", [2, 136, 6]], ["swear", [2, 136, 7]]]}, {"answer": "awake", "hint": "synonyms for awake", "clues": [["awaken", [2, 137, 0]], ["wake", [2, 137, 1]], ["come alive", [2, 137, 2]], ["wake up", [2, 137, 3]], ["arouse", [2, 137, 4]]]}, {"answer": "awakened", "hint": "synonyms for awakened", "clues": [["awaken", [2, 138, 0]], ["wake", [2, 138, 1]], ["wake up", [2, 138, 2]], ["arouse", [2, 138, 3]], ["come alive", [2, 138, 4]]]}, {"answer": "back", "hint": "synonyms for back", "clues": [["indorse", [2, 139, 0]], ["bet on", [2, 139, 1]], ["second", [2, 139, 2]], ["stake", [2, 139, 3]], ["gage", [2, 139, 4]], ["support", [2, 139, 5]], ["game", [2, 139, 6]], ["plump for", [2, 139, 7]], ["plunk for", [2, 139, 8]], ["back up", [2, 139, 9]], ["punt", [2, 139, 10]]]}, {"answer": "backed", "hint": "synonyms for backed", "clues": [["indorse", [2, 140, 0]], ["bet on", [2, 140, 1]], ["second", [2, 140, 2]], ["back", [2, 140, 3]], ["punt", [2, 140, 4]], ["stake", [2, 140, 5]], ["plump for", [2, 140, 6]], ["back up", [2, 140, 7]], ["gage", [2, 140, 8]], ["support", [2, 140, 9]], ["game", [2, 140, 10]], ["plunk for", [2, 140, 11]]]}, {"answer": "baffled", "hint": "synonyms for baffled", "clues": [["cross", [2, 141, 0]], ["baffle", [2, 141, 1]], ["thwart", [2, 141, 2]], ["beat", [2, 141, 3]], ["spoil", [2, 141, 4]], ["regulate", [2, 141, 5]], ["mystify", [2, 141, 6]], ["pose", [2, 141, 7]], ["puzzle", [2, 141, 8]], ["stick", [2, 141, 9]], ["vex", [2, 141, 10]], ["bilk", [2, 141, 11]], ["flummox", [2, 141, 12]], ["foil", [2, 141, 13]], ["get", [2, 141, 14]], ["stupefy", [2, 141, 15]], ["perplex", [2, 141, 16]], ["dumbfound", [2, 141, 17]], ["gravel", [2, 141, 18]], ["scotch", [2, 141, 19]], ["bewilder", [2, 141, 20]], ["frustrate", [2, 141, 21]], ["queer", [2, 141, 22]], ["amaze", [2, 141, 23]], ["nonplus", [2, 141, 24]]]}, {"answer": "baffling", "hint": "synonyms for baffling", "clues": [["cross", [2, 142, 0]], ["baffle", [2, 142, 1]], ["thwart", [2, 142, 2]], ["beat", [2, 142, 3]], ["spoil", [2, 142, 4]], ["regulate", [2, 142, 5]], ["mystify", [2, 142, 6]], ["pose", [2, 142, 7]], ["puzzle", [2, 142, 8]], ["stick", [2, 142, 9]], ["vex", [2, 142, 10]], ["bilk", [2, 142, 11]], ["flummox", [2, 142, 12]], ["foil", [2, 142, 13]], ["get", [2, 142, 14]], ["stupefy", [2, 142, 15]], ["perplex", [2, 142, 16]], ["dumbfound", [2, 142, 17]], ["gravel", [2, 142, 18]], ["scotch", [2, 142, 19]], ["bewilder", [2, 142, 20]], ["frustrate", [2, 142, 21]], ["queer", [2, 142, 22]], ["amaze", [2, 142, 23]], ["nonplus", [2, 142, 24]]]}, {"answer": "balanced", "hint": "synonyms for balanced", "clues": [["balance", [2, 143, 0]], ["equilibrize", [2, 143, 1]], ["poise", [2, 143, 2]], ["equilibrate", [2, 143, 3]]]}, {"answer": "banging", "hint": "synonyms for banging", "clues": [["bang", [2, 144, 0]], ["hump", [2, 144, 1]], ["jazz", [2, 144, 2]], ["slam", [2, 144, 3]], ["eff", [2, 144, 4]], ["do it", [2, 144, 5]], ["bed", [2, 144, 6]], ["lie with", [2, 144, 7]], ["sleep with", [2, 144, 8]], ["fuck", [2, 144, 9]], ["be intimate", [2, 144, 10]], ["make love", [2, 144, 11]], ["get it on", [2, 144, 12]], ["roll in the hay", [2, 144, 13]], ["know", [2, 144, 14]], ["love", [2, 144, 15]], ["have sex", [2, 144, 16]], ["bonk", [2, 144, 17]], ["spang", [2, 144, 18]], ["have it off", [2, 144, 19]], ["get laid", [2, 144, 20]], ["have a go at it", [2, 144, 21]], ["have it away", [2, 144, 22]], ["make out", [2, 144, 23]], ["have intercourse", [2, 144, 24]], ["sleep together", [2, 144, 25]], ["screw", [2, 144, 26]]]}, {"answer": "banned", "hint": "synonyms for banned", "clues": [["banish", [2, 145, 0]], ["shun", [2, 145, 1]], ["ban", [2, 145, 2]], ["ostracize", [2, 145, 3]], ["censor", [2, 145, 4]], ["blackball", [2, 145, 5]], ["cast out", [2, 145, 6]]]}, {"answer": "bantering", "hint": "synonyms for bantering", "clues": [["josh", [2, 146, 0]], ["chaff", [2, 146, 1]], ["banter", [2, 146, 2]], ["kid", [2, 146, 3]], ["jolly", [2, 146, 4]]]}, {"answer": "bare", "hint": "synonyms for bare", "clues": [["denudate", [2, 147, 0]], ["publicize", [2, 147, 1]], ["strip", [2, 147, 2]], ["air", [2, 147, 3]]]}, {"answer": "bared", "hint": "synonyms for bared", "clues": [["exclude", [2, 148, 0]], ["bare", [2, 148, 1]], ["denude", [2, 148, 2]], ["relegate", [2, 148, 3]], ["stop", [2, 148, 4]], ["blockade", [2, 148, 5]], ["block up", [2, 148, 6]], ["strip", [2, 148, 7]], ["air", [2, 148, 8]], ["barricade", [2, 148, 9]], ["publicize", [2, 148, 10]], ["debar", [2, 148, 11]], ["banish", [2, 148, 12]], ["block", [2, 148, 13]], ["block off", [2, 148, 14]]]}, {"answer": "barred", "hint": "synonyms for barred", "clues": [["exclude", [2, 149, 0]], ["bar", [2, 149, 1]], ["debar", [2, 149, 2]], ["stop", [2, 149, 3]], ["relegate", [2, 149, 4]], ["banish", [2, 149, 5]], ["blockade", [2, 149, 6]], ["block up", [2, 149, 7]], ["block", [2, 149, 8]], ["block off", [2, 149, 9]], ["barricade", [2, 149, 10]]]}, {"answer": "barricaded", "hint": "synonyms for barricaded", "clues": [["block", [2, 150, 0]], ["barricado", [2, 150, 1]], ["stop", [2, 150, 2]], ["blockade", [2, 150, 3]], ["block up", [2, 150, 4]], ["bar", [2, 150, 5]], ["block off", [2, 150, 6]]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["ground", [2, 151, 0]], ["establish", [2, 151, 1]], ["free-base", [2, 151, 2]], ["found", [2, 151, 3]]]}, {"answer": "based", "hint": "synonyms for based", "clues": [["ground", [2, 152, 0]], ["base", [2, 152, 1]], ["establish", [2, 152, 2]], ["free-base", [2, 152, 3]], ["found", [2, 152, 4]]]}, {"answer": "bated", "hint": "synonyms for bated", "clues": [["thrash", [2, 153, 0]], ["bate", [2, 153, 1]], ["lick", [2, 153, 2]], ["cream", [2, 153, 3]], ["drub", [2, 153, 4]], ["flutter", [2, 153, 5]], ["clobber", [2, 153, 6]]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["thrash", [2, 154, 0]], ["lick", [2, 154, 1]], ["bat", [2, 154, 2]], ["cream", [2, 154, 3]], ["drub", [2, 154, 4]], ["flutter", [2, 154, 5]], ["clobber", [2, 154, 6]]]}, {"answer": "battered", "hint": "synonyms for battered", "clues": [["batter", [2, 155, 0]], ["dinge", [2, 155, 1]], ["buffet", [2, 155, 2]], ["baste", [2, 155, 3]], ["knock about", [2, 155, 4]], ["clobber", [2, 155, 5]]]}, {"answer": "beaming", "hint": "synonyms for beaming", "clues": [["air", [2, 156, 0]], ["send", [2, 156, 1]], ["transmit", [2, 156, 2]], ["beam", [2, 156, 3]], ["shine", [2, 156, 4]], ["broadcast", [2, 156, 5]], ["glow", [2, 156, 6]], ["radiate", [2, 156, 7]]]}, {"answer": "bearing", "hint": "synonyms for bearing", "clues": [["endure", [2, 157, 0]], ["turn out", [2, 157, 1]], ["bear", [2, 157, 2]], ["birth", [2, 157, 3]], ["have", [2, 157, 4]], ["give birth", [2, 157, 5]], ["comport", [2, 157, 6]], ["support", [2, 157, 7]], ["hold", [2, 157, 8]], ["yield", [2, 157, 9]], ["have a bun in the oven", [2, 157, 10]], ["wear", [2, 157, 11]], ["carry", [2, 157, 12]], ["acquit", [2, 157, 13]], ["digest", [2, 157, 14]], ["brook", [2, 157, 15]], ["assume", [2, 157, 16]], ["tolerate", [2, 157, 17]], ["deport", [2, 157, 18]], ["expect", [2, 157, 19]], ["contain", [2, 157, 20]], ["abide", [2, 157, 21]], ["put up", [2, 157, 22]], ["conduct", [2, 157, 23]], ["pay", [2, 157, 24]], ["stick out", [2, 157, 25]], ["suffer", [2, 157, 26]], ["take over", [2, 157, 27]], ["accept", [2, 157, 28]], ["stand", [2, 157, 29]], ["behave", [2, 157, 30]], ["gestate", [2, 157, 31]], ["stomach", [2, 157, 32]], ["deliver", [2, 157, 33]]]}, {"answer": "beat", "hint": "synonyms for beat", "clues": [["work over", [2, 158, 0]], ["scramble", [2, 158, 1]], ["beat out", [2, 158, 2]], ["thump", [2, 158, 3]], ["ticktock", [2, 158, 4]], ["mystify", [2, 158, 5]], ["puzzle", [2, 158, 6]], ["circumvent", [2, 158, 7]], ["crush", [2, 158, 8]], ["flummox", [2, 158, 9]], ["shell", [2, 158, 10]], ["flap", [2, 158, 11]], ["stupefy", [2, 158, 12]], ["thrum", [2, 158, 13]], ["tucker", [2, 158, 14]], ["outfox", [2, 158, 15]], ["tucker out", [2, 158, 16]], ["amaze", [2, 158, 17]], ["vanquish", [2, 158, 18]], ["baffle", [2, 158, 19]], ["bunk", [2, 158, 20]], ["pound", [2, 158, 21]], ["exhaust", [2, 158, 22]], ["pose", [2, 158, 23]], ["stick", [2, 158, 24]], ["quiver", [2, 158, 25]], ["vex", [2, 158, 26]], ["overreach", [2, 158, 27]], ["beat up", [2, 158, 28]], ["outwit", [2, 158, 29]], ["pulsate", [2, 158, 30]], ["get", [2, 158, 31]], ["wash up", [2, 158, 32]], ["perplex", [2, 158, 33]], ["gravel", [2, 158, 34]], ["outsmart", [2, 158, 35]], ["bewilder", [2, 158, 36]], ["trounce", [2, 158, 37]], ["drum", [2, 158, 38]], ["dumbfound", [2, 158, 39]], ["nonplus", [2, 158, 40]]]}, {"answer": "beaten", "hint": "synonyms for beaten", "clues": [["work over", [2, 159, 0]], ["beat", [2, 159, 1]], ["scramble", [2, 159, 2]], ["beat out", [2, 159, 3]], ["thump", [2, 159, 4]], ["ticktock", [2, 159, 5]], ["mystify", [2, 159, 6]], ["puzzle", [2, 159, 7]], ["circumvent", [2, 159, 8]], ["crush", [2, 159, 9]], ["flummox", [2, 159, 10]], ["shell", [2, 159, 11]], ["flap", [2, 159, 12]], ["stupefy", [2, 159, 13]], ["thrum", [2, 159, 14]], ["tucker", [2, 159, 15]], ["outfox", [2, 159, 16]], ["tucker out", [2, 159, 17]], ["amaze", [2, 159, 18]], ["vanquish", [2, 159, 19]], ["baffle", [2, 159, 20]], ["nonplus", [2, 159, 21]], ["bunk", [2, 159, 22]], ["pound", [2, 159, 23]], ["exhaust", [2, 159, 24]], ["pose", [2, 159, 25]], ["stick", [2, 159, 26]], ["quiver", [2, 159, 27]], ["vex", [2, 159, 28]], ["overreach", [2, 159, 29]], ["beat up", [2, 159, 30]], ["outwit", [2, 159, 31]], ["pulsate", [2, 159, 32]], ["get", [2, 159, 33]], ["wash up", [2, 159, 34]], ["perplex", [2, 159, 35]], ["outsmart", [2, 159, 36]], ["gravel", [2, 159, 37]], ["bewilder", [2, 159, 38]], ["trounce", [2, 159, 39]], ["drum", [2, 159, 40]], ["dumbfound", [2, 159, 41]]]}, {"answer": "beatified", "hint": "synonyms for beatified", "clues": [["beatify", [2, 160, 0]], ["thrill", [2, 160, 1]], ["tickle pink", [2, 160, 2]], ["exhilarate", [2, 160, 3]], ["inebriate", [2, 160, 4]], ["exalt", [2, 160, 5]]]}, {"answer": "becoming", "hint": "synonyms for becoming", "clues": [["become", [2, 161, 0]], ["suit", [2, 161, 1]], ["get", [2, 161, 2]], ["turn", [2, 161, 3]], ["go", [2, 161, 4]]]}, {"answer": "bedded", "hint": "synonyms for bedded", "clues": [["hump", [2, 162, 0]], ["jazz", [2, 162, 1]], ["eff", [2, 162, 2]], ["do it", [2, 162, 3]], ["bed", [2, 162, 4]], ["lie with", [2, 162, 5]], ["sleep with", [2, 162, 6]], ["fuck", [2, 162, 7]], ["be intimate", [2, 162, 8]], ["roll in the hay", [2, 162, 9]], ["sack out", [2, 162, 10]], ["bang", [2, 162, 11]], ["love", [2, 162, 12]], ["have it off", [2, 162, 13]], ["hit the sack", [2, 162, 14]], ["have a go at it", [2, 162, 15]], ["have it away", [2, 162, 16]], ["retire", [2, 162, 17]], ["go to bed", [2, 162, 18]], ["have intercourse", [2, 162, 19]], ["kip down", [2, 162, 20]], ["crawl in", [2, 162, 21]], ["make love", [2, 162, 22]], ["get it on", [2, 162, 23]], ["know", [2, 162, 24]], ["turn in", [2, 162, 25]], ["have sex", [2, 162, 26]], ["bonk", [2, 162, 27]], ["get laid", [2, 162, 28]], ["go to sleep", [2, 162, 29]], ["make out", [2, 162, 30]], ["hit the hay", [2, 162, 31]], ["sleep together", [2, 162, 32]], ["screw", [2, 162, 33]]]}, {"answer": "bedimmed", "hint": "synonyms for bedimmed", "clues": [["bedim", [2, 163, 0]], ["benight", [2, 163, 1]], ["obscure", [2, 163, 2]], ["overcloud", [2, 163, 3]]]}, {"answer": "befogged", "hint": "synonyms for befogged", "clues": [["haze over", [2, 164, 0]], ["becloud", [2, 164, 1]], ["mist", [2, 164, 2]], ["obscure", [2, 164, 3]], ["obnubilate", [2, 164, 4]], ["fog", [2, 164, 5]], ["cloud", [2, 164, 6]], ["befog", [2, 164, 7]]]}, {"answer": "befouled", "hint": "synonyms for befouled", "clues": [["maculate", [2, 165, 0]], ["defile", [2, 165, 1]], ["foul", [2, 165, 2]], ["befoul", [2, 165, 3]]]}, {"answer": "befuddled", "hint": "synonyms for befuddled", "clues": [["discombobulate", [2, 166, 0]], ["confound", [2, 166, 1]], ["befuddle", [2, 166, 2]], ["throw", [2, 166, 3]], ["confuse", [2, 166, 4]], ["fox", [2, 166, 5]], ["bedevil", [2, 166, 6]]]}, {"answer": "beginning", "hint": "synonyms for beginning", "clues": [["begin", [2, 167, 0]], ["get", [2, 167, 1]], ["set out", [2, 167, 2]], ["start", [2, 167, 3]], ["lead off", [2, 167, 4]], ["get down", [2, 167, 5]], ["commence", [2, 167, 6]], ["start out", [2, 167, 7]]]}, {"answer": "begotten", "hint": "synonyms for begotten", "clues": [["mother", [2, 168, 0]], ["father", [2, 168, 1]], ["sire", [2, 168, 2]], ["bring forth", [2, 168, 3]], ["engender", [2, 168, 4]], ["generate", [2, 168, 5]], ["get", [2, 168, 6]], ["beget", [2, 168, 7]]]}, {"answer": "begrimed", "hint": "synonyms for begrimed", "clues": [["colly", [2, 169, 0]], ["grime", [2, 169, 1]], ["dirty", [2, 169, 2]], ["soil", [2, 169, 3]], ["begrime", [2, 169, 4]], ["bemire", [2, 169, 5]]]}, {"answer": "beguiled", "hint": "synonyms for beguiled", "clues": [["catch", [2, 170, 0]], ["bewitch", [2, 170, 1]], ["fascinate", [2, 170, 2]], ["enamor", [2, 170, 3]], ["beguile", [2, 170, 4]], ["becharm", [2, 170, 5]], ["juggle", [2, 170, 6]], ["captivate", [2, 170, 7]], ["trance", [2, 170, 8]], ["enchant", [2, 170, 9]], ["capture", [2, 170, 10]], ["hoodwink", [2, 170, 11]], ["charm", [2, 170, 12]]]}, {"answer": "beguiling", "hint": "synonyms for beguiling", "clues": [["catch", [2, 171, 0]], ["bewitch", [2, 171, 1]], ["fascinate", [2, 171, 2]], ["enamor", [2, 171, 3]], ["beguile", [2, 171, 4]], ["becharm", [2, 171, 5]], ["juggle", [2, 171, 6]], ["captivate", [2, 171, 7]], ["trance", [2, 171, 8]], ["enchant", [2, 171, 9]], ["capture", [2, 171, 10]], ["hoodwink", [2, 171, 11]], ["charm", [2, 171, 12]]]}, {"answer": "belittled", "hint": "synonyms for belittled", "clues": [["minimize", [2, 172, 0]], ["diminish", [2, 172, 1]], ["belittle", [2, 172, 2]], ["disparage", [2, 172, 3]], ["denigrate", [2, 172, 4]], ["derogate", [2, 172, 5]], ["pick at", [2, 172, 6]]]}, {"answer": "belittling", "hint": "synonyms for belittling", "clues": [["minimize", [2, 173, 0]], ["diminish", [2, 173, 1]], ["belittle", [2, 173, 2]], ["disparage", [2, 173, 3]], ["denigrate", [2, 173, 4]], ["derogate", [2, 173, 5]], ["pick at", [2, 173, 6]]]}, {"answer": "bemused", "hint": "synonyms for bemused", "clues": [["throw", [2, 174, 0]], ["bemuse", [2, 174, 1]], ["discombobulate", [2, 174, 2]], ["bewilder", [2, 174, 3]]]}, {"answer": "bended", "hint": "synonyms for bended", "clues": [["turn away", [2, 175, 0]], ["deform", [2, 175, 1]], ["flex", [2, 175, 2]], ["bend", [2, 175, 3]], ["bow", [2, 175, 4]], ["turn", [2, 175, 5]], ["twist", [2, 175, 6]], ["deflect", [2, 175, 7]], ["crouch", [2, 175, 8]], ["stoop", [2, 175, 9]]]}, {"answer": "bent", "hint": "synonyms for bent", "clues": [["turn away", [2, 176, 0]], ["deform", [2, 176, 1]], ["flex", [2, 176, 2]], ["bend", [2, 176, 3]], ["bow", [2, 176, 4]], ["turn", [2, 176, 5]], ["twist", [2, 176, 6]], ["deflect", [2, 176, 7]], ["crouch", [2, 176, 8]], ["stoop", [2, 176, 9]]]}, {"answer": "benumbed", "hint": "synonyms for benumbed", "clues": [["benumb", [2, 177, 0]], ["blunt", [2, 177, 1]], ["dull", [2, 177, 2]], ["numb", [2, 177, 3]]]}, {"answer": "beseeching", "hint": "synonyms for beseeching", "clues": [["beseech", [2, 178, 0]], ["press", [2, 178, 1]], ["bid", [2, 178, 2]], ["conjure", [2, 178, 3]], ["entreat", [2, 178, 4]], ["adjure", [2, 178, 5]]]}, {"answer": "besieged", "hint": "synonyms for besieged", "clues": [["circumvent", [2, 179, 0]], ["besiege", [2, 179, 1]], ["surround", [2, 179, 2]], ["hem in", [2, 179, 3]], ["beleaguer", [2, 179, 4]]]}, {"answer": "bespoke", "hint": "synonyms for bespoke", "clues": [["bespeak", [2, 180, 0]], ["request", [2, 180, 1]], ["betoken", [2, 180, 2]], ["indicate", [2, 180, 3]], ["point", [2, 180, 4]], ["quest", [2, 180, 5]], ["signal", [2, 180, 6]], ["call for", [2, 180, 7]]]}, {"answer": "bespoken", "hint": "synonyms for bespoken", "clues": [["bespeak", [2, 181, 0]], ["request", [2, 181, 1]], ["betoken", [2, 181, 2]], ["indicate", [2, 181, 3]], ["point", [2, 181, 4]], ["quest", [2, 181, 5]], ["signal", [2, 181, 6]], ["call for", [2, 181, 7]]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["scoop", [2, 182, 0]], ["outflank", [2, 182, 1]], ["outdo", [2, 182, 2]], ["trump", [2, 182, 3]]]}, {"answer": "betrothed", "hint": "synonyms for betrothed", "clues": [["affiance", [2, 183, 0]], ["betroth", [2, 183, 1]], ["plight", [2, 183, 2]], ["engage", [2, 183, 3]]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["ameliorate", [2, 184, 0]], ["break", [2, 184, 1]], ["improve", [2, 184, 2]], ["amend", [2, 184, 3]]]}, {"answer": "bettering", "hint": "synonyms for bettering", "clues": [["meliorate", [2, 185, 0]], ["better", [2, 185, 1]], ["amend", [2, 185, 2]], ["improve", [2, 185, 3]], ["break", [2, 185, 4]]]}, {"answer": "betting", "hint": "synonyms for betting", "clues": [["calculate", [2, 186, 0]], ["play", [2, 186, 1]], ["bet", [2, 186, 2]], ["wager", [2, 186, 3]], ["count", [2, 186, 4]], ["reckon", [2, 186, 5]], ["look", [2, 186, 6]], ["depend", [2, 186, 7]]]}, {"answer": "bewildered", "hint": "synonyms for bewildered", "clues": [["throw", [2, 187, 0]], ["baffle", [2, 187, 1]], ["bewilder", [2, 187, 2]], ["beat", [2, 187, 3]], ["discombobulate", [2, 187, 4]], ["mystify", [2, 187, 5]], ["pose", [2, 187, 6]], ["puzzle", [2, 187, 7]], ["stick", [2, 187, 8]], ["vex", [2, 187, 9]], ["flummox", [2, 187, 10]], ["bemuse", [2, 187, 11]], ["get", [2, 187, 12]], ["stupefy", [2, 187, 13]], ["perplex", [2, 187, 14]], ["dumbfound", [2, 187, 15]], ["gravel", [2, 187, 16]], ["amaze", [2, 187, 17]], ["nonplus", [2, 187, 18]]]}, {"answer": "bewitched", "hint": "synonyms for bewitched", "clues": [["catch", [2, 188, 0]], ["bewitch", [2, 188, 1]], ["fascinate", [2, 188, 2]], ["enamor", [2, 188, 3]], ["spellbind", [2, 188, 4]], ["glamour", [2, 188, 5]], ["enchant", [2, 188, 6]], ["mesmerise", [2, 188, 7]], ["becharm", [2, 188, 8]], ["magnetise", [2, 188, 9]], ["hex", [2, 188, 10]], ["jinx", [2, 188, 11]], ["witch", [2, 188, 12]], ["captivate", [2, 188, 13]], ["trance", [2, 188, 14]], ["beguile", [2, 188, 15]], ["capture", [2, 188, 16]], ["charm", [2, 188, 17]]]}, {"answer": "bewitching", "hint": "synonyms for bewitching", "clues": [["catch", [2, 189, 0]], ["bewitch", [2, 189, 1]], ["fascinate", [2, 189, 2]], ["enamor", [2, 189, 3]], ["spellbind", [2, 189, 4]], ["glamour", [2, 189, 5]], ["enchant", [2, 189, 6]], ["mesmerise", [2, 189, 7]], ["becharm", [2, 189, 8]], ["magnetise", [2, 189, 9]], ["hex", [2, 189, 10]], ["jinx", [2, 189, 11]], ["witch", [2, 189, 12]], ["captivate", [2, 189, 13]], ["trance", [2, 189, 14]], ["beguile", [2, 189, 15]], ["capture", [2, 189, 16]], ["charm", [2, 189, 17]]]}, {"answer": "billowing", "hint": "synonyms for billowing", "clues": [["billow", [2, 190, 0]], ["surge", [2, 190, 1]], ["wallow", [2, 190, 2]], ["balloon", [2, 190, 3]], ["inflate", [2, 190, 4]], ["heave", [2, 190, 5]]]}, {"answer": "binding", "hint": "synonyms for binding", "clues": [["bind", [2, 191, 0]], ["oblige", [2, 191, 1]], ["adhere", [2, 191, 2]], ["tie", [2, 191, 3]], ["stick to", [2, 191, 4]], ["hold fast", [2, 191, 5]], ["stick", [2, 191, 6]], ["tie up", [2, 191, 7]], ["constipate", [2, 191, 8]], ["bond", [2, 191, 9]], ["bandage", [2, 191, 10]], ["tie down", [2, 191, 11]], ["truss", [2, 191, 12]], ["attach", [2, 191, 13]], ["hold", [2, 191, 14]]]}, {"answer": "biting", "hint": "synonyms for biting", "clues": [["bite", [2, 192, 0]], ["burn", [2, 192, 1]], ["sting", [2, 192, 2]], ["prick", [2, 192, 3]], ["seize with teeth", [2, 192, 4]]]}, {"answer": "blackened", "hint": "synonyms for blackened", "clues": [["blacken", [2, 193, 0]], ["melanise", [2, 193, 1]], ["scorch", [2, 193, 2]], ["black", [2, 193, 3]], ["sear", [2, 193, 4]], ["char", [2, 193, 5]], ["nigrify", [2, 193, 6]]]}, {"answer": "blame", "hint": "synonyms for blame", "clues": [["find fault", [2, 194, 0]], ["pick", [2, 194, 1]], ["fault", [2, 194, 2]], ["charge", [2, 194, 3]]]}, {"answer": "blamed", "hint": "synonyms for blamed", "clues": [["find fault", [2, 195, 0]], ["blame", [2, 195, 1]], ["charge", [2, 195, 2]], ["pick", [2, 195, 3]], ["fault", [2, 195, 4]]]}, {"answer": "blanched", "hint": "synonyms for blanched", "clues": [["blanch", [2, 196, 0]], ["parboil", [2, 196, 1]], ["pale", [2, 196, 2]], ["blench", [2, 196, 3]]]}, {"answer": "blaring", "hint": "synonyms for blaring", "clues": [["blare", [2, 197, 0]], ["beep", [2, 197, 1]], ["honk", [2, 197, 2]], ["blast", [2, 197, 3]], ["claxon", [2, 197, 4]], ["toot", [2, 197, 5]]]}, {"answer": "blasted", "hint": "synonyms for blasted", "clues": [["blare", [2, 198, 0]], ["blast", [2, 198, 1]], ["pillory", [2, 198, 2]], ["smash", [2, 198, 3]], ["boom", [2, 198, 4]], ["crucify", [2, 198, 5]], ["shell", [2, 198, 6]], ["shoot", [2, 198, 7]], ["nail", [2, 198, 8]], ["knock down", [2, 198, 9]], ["savage", [2, 198, 10]]]}, {"answer": "blasting", "hint": "synonyms for blasting", "clues": [["blare", [2, 199, 0]], ["blast", [2, 199, 1]], ["pillory", [2, 199, 2]], ["smash", [2, 199, 3]], ["boom", [2, 199, 4]], ["crucify", [2, 199, 5]], ["shell", [2, 199, 6]], ["shoot", [2, 199, 7]], ["nail", [2, 199, 8]], ["knock down", [2, 199, 9]], ["savage", [2, 199, 10]]]}, {"answer": "bleached", "hint": "synonyms for bleached", "clues": [["discolourise", [2, 200, 0]], ["decolourize", [2, 200, 1]], ["bleach", [2, 200, 2]], ["decolour", [2, 200, 3]], ["bleach out", [2, 200, 4]]]}, {"answer": "blemished", "hint": "synonyms for blemished", "clues": [["flaw", [2, 201, 0]], ["disfigure", [2, 201, 1]], ["deface", [2, 201, 2]], ["spot", [2, 201, 3]], ["blemish", [2, 201, 4]]]}, {"answer": "blended", "hint": "synonyms for blended", "clues": [["blend", [2, 202, 0]], ["intermingle", [2, 202, 1]], ["conflate", [2, 202, 2]], ["fuse", [2, 202, 3]], ["go", [2, 202, 4]], ["meld", [2, 202, 5]], ["coalesce", [2, 202, 6]], ["mix", [2, 202, 7]], ["immix", [2, 202, 8]], ["blend in", [2, 202, 9]], ["intermix", [2, 202, 10]], ["merge", [2, 202, 11]], ["commingle", [2, 202, 12]], ["immingle", [2, 202, 13]], ["combine", [2, 202, 14]], ["flux", [2, 202, 15]]]}, {"answer": "blessed", "hint": "synonyms for blessed", "clues": [["bless", [2, 203, 0]], ["hallow", [2, 203, 1]], ["sanctify", [2, 203, 2]], ["consecrate", [2, 203, 3]], ["sign", [2, 203, 4]]]}, {"answer": "blest", "hint": "synonyms for blest", "clues": [["bless", [2, 204, 0]], ["hallow", [2, 204, 1]], ["sanctify", [2, 204, 2]], ["consecrate", [2, 204, 3]], ["sign", [2, 204, 4]]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["flash", [2, 205, 0]], ["blink away", [2, 205, 1]], ["wink", [2, 205, 2]], ["nictitate", [2, 205, 3]], ["blink", [2, 205, 4]], ["winkle", [2, 205, 5]]]}, {"answer": "blistering", "hint": "synonyms for blistering", "clues": [["blister", [2, 206, 0]], ["scald", [2, 206, 1]], ["vesicate", [2, 206, 2]], ["whip", [2, 206, 3]]]}, {"answer": "blockaded", "hint": "synonyms for blockaded", "clues": [["block off", [2, 207, 0]], ["hinder", [2, 207, 1]], ["blockade", [2, 207, 2]], ["seal off", [2, 207, 3]], ["stop", [2, 207, 4]], ["embarrass", [2, 207, 5]], ["block", [2, 207, 6]], ["stymie", [2, 207, 7]], ["obstruct", [2, 207, 8]], ["block up", [2, 207, 9]], ["bar", [2, 207, 10]], ["stymy", [2, 207, 11]], ["barricade", [2, 207, 12]]]}, {"answer": "blockading", "hint": "synonyms for blockading", "clues": [["block off", [2, 208, 0]], ["hinder", [2, 208, 1]], ["blockade", [2, 208, 2]], ["seal off", [2, 208, 3]], ["stop", [2, 208, 4]], ["embarrass", [2, 208, 5]], ["block", [2, 208, 6]], ["stymie", [2, 208, 7]], ["obstruct", [2, 208, 8]], ["block up", [2, 208, 9]], ["bar", [2, 208, 10]], ["stymy", [2, 208, 11]], ["barricade", [2, 208, 12]]]}, {"answer": "blocked", "hint": "synonyms for blocked", "clues": [["hinder", [2, 209, 0]], ["jam", [2, 209, 1]], ["close up", [2, 209, 2]], ["immobilize", [2, 209, 3]], ["stop", [2, 209, 4]], ["obstruct", [2, 209, 5]], ["block up", [2, 209, 6]], ["block", [2, 209, 7]], ["barricade", [2, 209, 8]], ["forget", [2, 209, 9]], ["blockade", [2, 209, 10]], ["lug", [2, 209, 11]], ["choke up", [2, 209, 12]], ["stymie", [2, 209, 13]], ["stuff", [2, 209, 14]], ["blank out", [2, 209, 15]], ["kibosh", [2, 209, 16]], ["obturate", [2, 209, 17]], ["impede", [2, 209, 18]], ["block off", [2, 209, 19]], ["embarrass", [2, 209, 20]], ["stymy", [2, 209, 21]], ["parry", [2, 209, 22]], ["deflect", [2, 209, 23]], ["freeze", [2, 209, 24]], ["draw a blank", [2, 209, 25]], ["halt", [2, 209, 26]], ["bar", [2, 209, 27]], ["occlude", [2, 209, 28]]]}, {"answer": "blown", "hint": "synonyms for blown", "clues": [["bodge", [2, 210, 0]], ["blow", [2, 210, 1]], ["muck up", [2, 210, 2]], ["bobble", [2, 210, 3]], ["botch up", [2, 210, 4]], ["swash", [2, 210, 5]], ["foul up", [2, 210, 6]], ["spoil", [2, 210, 7]], ["fellate", [2, 210, 8]], ["suck", [2, 210, 9]], ["squander", [2, 210, 10]], ["go down on", [2, 210, 11]], ["bollocks up", [2, 210, 12]], ["vaunt", [2, 210, 13]], ["brag", [2, 210, 14]], ["mishandle", [2, 210, 15]], ["muff", [2, 210, 16]], ["shove off", [2, 210, 17]], ["gas", [2, 210, 18]], ["bungle", [2, 210, 19]], ["fumble", [2, 210, 20]], ["tout", [2, 210, 21]], ["drift", [2, 210, 22]], ["bollix up", [2, 210, 23]], ["fluff", [2, 210, 24]], ["screw up", [2, 210, 25]], ["float", [2, 210, 26]], ["bluster", [2, 210, 27]], ["boast", [2, 210, 28]], ["gasconade", [2, 210, 29]], ["be adrift", [2, 210, 30]], ["bollix", [2, 210, 31]], ["bumble", [2, 210, 32]], ["waste", [2, 210, 33]], ["mess up", [2, 210, 34]], ["blow out", [2, 210, 35]], ["flub", [2, 210, 36]], ["shoot a line", [2, 210, 37]], ["ball up", [2, 210, 38]], ["burn out", [2, 210, 39]], ["louse up", [2, 210, 40]], ["bollocks", [2, 210, 41]], ["shove along", [2, 210, 42]], ["botch", [2, 210, 43]]]}, {"answer": "blunt", "hint": "synonyms for blunt", "clues": [["benumb", [2, 211, 0]], ["dull", [2, 211, 1]], ["numb", [2, 211, 2]], ["deaden", [2, 211, 3]]]}, {"answer": "blunted", "hint": "synonyms for blunted", "clues": [["blunt", [2, 212, 0]], ["dull", [2, 212, 1]], ["deaden", [2, 212, 2]], ["benumb", [2, 212, 3]], ["numb", [2, 212, 4]]]}, {"answer": "blurred", "hint": "synonyms for blurred", "clues": [["obscure", [2, 213, 0]], ["smutch", [2, 213, 1]], ["blear", [2, 213, 2]], ["glaze over", [2, 213, 3]], ["slur", [2, 213, 4]], ["blur", [2, 213, 5]], ["confuse", [2, 213, 6]], ["smudge", [2, 213, 7]], ["dim", [2, 213, 8]], ["smear", [2, 213, 9]], ["obnubilate", [2, 213, 10]], ["film over", [2, 213, 11]]]}, {"answer": "blushing", "hint": "synonyms for blushing", "clues": [["flush", [2, 214, 0]], ["blush", [2, 214, 1]], ["crimson", [2, 214, 2]], ["redden", [2, 214, 3]]]}, {"answer": "blustering", "hint": "synonyms for blustering", "clues": [["bluster", [2, 215, 0]], ["swash", [2, 215, 1]], ["tout", [2, 215, 2]], ["shoot a line", [2, 215, 3]], ["blow", [2, 215, 4]], ["boast", [2, 215, 5]], ["vaunt", [2, 215, 6]], ["brag", [2, 215, 7]], ["gasconade", [2, 215, 8]], ["gas", [2, 215, 9]], ["swagger", [2, 215, 10]]]}, {"answer": "boiled", "hint": "synonyms for boiled", "clues": [["boil", [2, 216, 0]], ["seethe", [2, 216, 1]], ["roil", [2, 216, 2]], ["moil", [2, 216, 3]], ["churn", [2, 216, 4]]]}, {"answer": "bone", "hint": "synonyms for bone", "clues": [["drum", [2, 217, 0]], ["debone", [2, 217, 1]], ["swot", [2, 217, 2]], ["cram", [2, 217, 3]], ["get up", [2, 217, 4]], ["bone up", [2, 217, 5]], ["mug up", [2, 217, 6]], ["grind away", [2, 217, 7]], ["swot up", [2, 217, 8]]]}, {"answer": "boned", "hint": "synonyms for boned", "clues": [["drum", [2, 218, 0]], ["debone", [2, 218, 1]], ["swot", [2, 218, 2]], ["cram", [2, 218, 3]], ["get up", [2, 218, 4]], ["bone", [2, 218, 5]], ["bone up", [2, 218, 6]], ["mug up", [2, 218, 7]], ["grind away", [2, 218, 8]], ["swot up", [2, 218, 9]]]}, {"answer": "booming", "hint": "synonyms for booming", "clues": [["flourish", [2, 219, 0]], ["boom", [2, 219, 1]], ["thrive", [2, 219, 2]], ["din", [2, 219, 3]], ["blast", [2, 219, 4]], ["smash", [2, 219, 5]], ["thunder", [2, 219, 6]], ["boom out", [2, 219, 7]], ["expand", [2, 219, 8]], ["nail", [2, 219, 9]]]}, {"answer": "bootlicking", "hint": "synonyms for bootlicking", "clues": [["toady", [2, 220, 0]], ["kotow", [2, 220, 1]], ["fawn", [2, 220, 2]], ["truckle", [2, 220, 3]], ["bootlick", [2, 220, 4]], ["suck up", [2, 220, 5]]]}, {"answer": "bordered", "hint": "synonyms for bordered", "clues": [["surround", [2, 221, 0]], ["ring", [2, 221, 1]], ["frame in", [2, 221, 2]], ["butt on", [2, 221, 3]], ["frame", [2, 221, 4]], ["edge", [2, 221, 5]], ["environ", [2, 221, 6]], ["border", [2, 221, 7]], ["butt", [2, 221, 8]], ["adjoin", [2, 221, 9]], ["bound", [2, 221, 10]], ["skirt", [2, 221, 11]], ["abut", [2, 221, 12]], ["march", [2, 221, 13]], ["butt against", [2, 221, 14]]]}, {"answer": "born", "hint": "synonyms for born", "clues": [["endure", [2, 222, 0]], ["turn out", [2, 222, 1]], ["bear", [2, 222, 2]], ["birth", [2, 222, 3]], ["have", [2, 222, 4]], ["give birth", [2, 222, 5]], ["comport", [2, 222, 6]], ["support", [2, 222, 7]], ["hold", [2, 222, 8]], ["yield", [2, 222, 9]], ["have a bun in the oven", [2, 222, 10]], ["wear", [2, 222, 11]], ["carry", [2, 222, 12]], ["acquit", [2, 222, 13]], ["digest", [2, 222, 14]], ["brook", [2, 222, 15]], ["assume", [2, 222, 16]], ["tolerate", [2, 222, 17]], ["deport", [2, 222, 18]], ["expect", [2, 222, 19]], ["contain", [2, 222, 20]], ["abide", [2, 222, 21]], ["put up", [2, 222, 22]], ["conduct", [2, 222, 23]], ["pay", [2, 222, 24]], ["stick out", [2, 222, 25]], ["suffer", [2, 222, 26]], ["take over", [2, 222, 27]], ["accept", [2, 222, 28]], ["stand", [2, 222, 29]], ["behave", [2, 222, 30]], ["gestate", [2, 222, 31]], ["stomach", [2, 222, 32]], ["deliver", [2, 222, 33]]]}, {"answer": "bosomed", "hint": "synonyms for bosomed", "clues": [["bosom", [2, 223, 0]], ["squeeze", [2, 223, 1]], ["embrace", [2, 223, 2]], ["hug", [2, 223, 3]]]}, {"answer": "botched", "hint": "synonyms for botched", "clues": [["bodge", [2, 224, 0]], ["bungle", [2, 224, 1]], ["fumble", [2, 224, 2]], ["blow", [2, 224, 3]], ["muck up", [2, 224, 4]], ["bollix up", [2, 224, 5]], ["bobble", [2, 224, 6]], ["fluff", [2, 224, 7]], ["screw up", [2, 224, 8]], ["botch up", [2, 224, 9]], ["foul up", [2, 224, 10]], ["bollix", [2, 224, 11]], ["spoil", [2, 224, 12]], ["bumble", [2, 224, 13]], ["mess up", [2, 224, 14]], ["flub", [2, 224, 15]], ["ball up", [2, 224, 16]], ["bollocks up", [2, 224, 17]], ["louse up", [2, 224, 18]], ["bollocks", [2, 224, 19]], ["mishandle", [2, 224, 20]], ["muff", [2, 224, 21]], ["botch", [2, 224, 22]]]}, {"answer": "bothered", "hint": "synonyms for bothered", "clues": [["vex", [2, 225, 0]], ["nettle", [2, 225, 1]], ["chafe", [2, 225, 2]], ["discommode", [2, 225, 3]], ["bother", [2, 225, 4]], ["nark", [2, 225, 5]], ["trouble oneself", [2, 225, 6]], ["rile", [2, 225, 7]], ["irritate", [2, 225, 8]], ["get at", [2, 225, 9]], ["trouble", [2, 225, 10]], ["gravel", [2, 225, 11]], ["get to", [2, 225, 12]], ["inconvenience", [2, 225, 13]], ["annoy", [2, 225, 14]], ["devil", [2, 225, 15]], ["rag", [2, 225, 16]], ["put out", [2, 225, 17]], ["incommode", [2, 225, 18]], ["inconvenience oneself", [2, 225, 19]], ["disoblige", [2, 225, 20]]]}, {"answer": "bouncing", "hint": "synonyms for bouncing", "clues": [["bounce", [2, 226, 0]], ["jounce", [2, 226, 1]], ["take a hop", [2, 226, 2]], ["spring", [2, 226, 3]], ["recoil", [2, 226, 4]], ["reverberate", [2, 226, 5]], ["ricochet", [2, 226, 6]], ["rebound", [2, 226, 7]], ["resile", [2, 226, 8]], ["bound", [2, 226, 9]]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["bind", [2, 227, 0]], ["oblige", [2, 227, 1]], ["adhere", [2, 227, 2]], ["stick to", [2, 227, 3]], ["throttle", [2, 227, 4]], ["hold fast", [2, 227, 5]], ["bounce", [2, 227, 6]], ["stick", [2, 227, 7]], ["rebound", [2, 227, 8]], ["constipate", [2, 227, 9]], ["bond", [2, 227, 10]], ["limit", [2, 227, 11]], ["restrict", [2, 227, 12]], ["truss", [2, 227, 13]], ["confine", [2, 227, 14]], ["restrain", [2, 227, 15]], ["reverberate", [2, 227, 16]], ["border", [2, 227, 17]], ["ricochet", [2, 227, 18]], ["spring", [2, 227, 19]], ["resile", [2, 227, 20]], ["hold", [2, 227, 21]], ["leap", [2, 227, 22]], ["take a hop", [2, 227, 23]], ["tie", [2, 227, 24]], ["tie up", [2, 227, 25]], ["jump", [2, 227, 26]], ["bandage", [2, 227, 27]], ["tie down", [2, 227, 28]], ["recoil", [2, 227, 29]], ["attach", [2, 227, 30]], ["trammel", [2, 227, 31]]]}, {"answer": "bounded", "hint": "synonyms for bounded", "clues": [["leap", [2, 228, 0]], ["take a hop", [2, 228, 1]], ["spring", [2, 228, 2]], ["throttle", [2, 228, 3]], ["bounce", [2, 228, 4]], ["rebound", [2, 228, 5]], ["jump", [2, 228, 6]], ["bound", [2, 228, 7]], ["limit", [2, 228, 8]], ["restrict", [2, 228, 9]], ["recoil", [2, 228, 10]], ["confine", [2, 228, 11]], ["restrain", [2, 228, 12]], ["reverberate", [2, 228, 13]], ["border", [2, 228, 14]], ["trammel", [2, 228, 15]], ["ricochet", [2, 228, 16]], ["resile", [2, 228, 17]]]}, {"answer": "bowed", "hint": "synonyms for bowed", "clues": [["give in", [2, 229, 0]], ["bow", [2, 229, 1]], ["bow down", [2, 229, 2]], ["accede", [2, 229, 3]], ["crouch", [2, 229, 4]], ["bend", [2, 229, 5]], ["defer", [2, 229, 6]], ["submit", [2, 229, 7]], ["stoop", [2, 229, 8]]]}, {"answer": "bowing", "hint": "synonyms for bowing", "clues": [["give in", [2, 230, 0]], ["bow", [2, 230, 1]], ["bow down", [2, 230, 2]], ["accede", [2, 230, 3]], ["crouch", [2, 230, 4]], ["bend", [2, 230, 5]], ["defer", [2, 230, 6]], ["submit", [2, 230, 7]], ["stoop", [2, 230, 8]]]}, {"answer": "braced", "hint": "synonyms for braced", "clues": [["brace", [2, 231, 0]], ["stabilize", [2, 231, 1]], ["energize", [2, 231, 2]], ["poise", [2, 231, 3]], ["steady", [2, 231, 4]], ["arouse", [2, 231, 5]], ["perk up", [2, 231, 6]], ["stimulate", [2, 231, 7]]]}, {"answer": "bracing", "hint": "synonyms for bracing", "clues": [["brace", [2, 232, 0]], ["stabilize", [2, 232, 1]], ["energize", [2, 232, 2]], ["poise", [2, 232, 3]], ["steady", [2, 232, 4]], ["arouse", [2, 232, 5]], ["perk up", [2, 232, 6]], ["stimulate", [2, 232, 7]]]}, {"answer": "brag", "hint": "synonyms for brag", "clues": [["tout", [2, 233, 0]], ["shoot a line", [2, 233, 1]], ["bluster", [2, 233, 2]], ["blow", [2, 233, 3]], ["boast", [2, 233, 4]], ["vaunt", [2, 233, 5]], ["gasconade", [2, 233, 6]], ["swash", [2, 233, 7]], ["gas", [2, 233, 8]]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["tout", [2, 234, 0]], ["shoot a line", [2, 234, 1]], ["bluster", [2, 234, 2]], ["blow", [2, 234, 3]], ["boast", [2, 234, 4]], ["vaunt", [2, 234, 5]], ["brag", [2, 234, 6]], ["gasconade", [2, 234, 7]], ["swash", [2, 234, 8]], ["gas", [2, 234, 9]]]}, {"answer": "braided", "hint": "synonyms for braided", "clues": [["braid", [2, 235, 0]], ["lace", [2, 235, 1]], ["pleach", [2, 235, 2]], ["plait", [2, 235, 3]]]}, {"answer": "branched", "hint": "synonyms for branched", "clues": [["furcate", [2, 236, 0]], ["ramify", [2, 236, 1]], ["fork", [2, 236, 2]], ["branch", [2, 236, 3]], ["separate", [2, 236, 4]]]}, {"answer": "branching", "hint": "synonyms for branching", "clues": [["furcate", [2, 237, 0]], ["ramify", [2, 237, 1]], ["fork", [2, 237, 2]], ["branch", [2, 237, 3]], ["separate", [2, 237, 4]]]}, {"answer": "branded", "hint": "synonyms for branded", "clues": [["brand", [2, 238, 0]], ["denounce", [2, 238, 1]], ["stigmatize", [2, 238, 2]], ["trademark", [2, 238, 3]], ["mark", [2, 238, 4]], ["brandmark", [2, 238, 5]], ["post", [2, 238, 6]]]}, {"answer": "breathed", "hint": "synonyms for breathed", "clues": [["emit", [2, 239, 0]], ["respire", [2, 239, 1]], ["breathe", [2, 239, 2]], ["suspire", [2, 239, 3]], ["rest", [2, 239, 4]], ["pass off", [2, 239, 5]], ["take a breath", [2, 239, 6]], ["catch one's breath", [2, 239, 7]]]}, {"answer": "breathing", "hint": "synonyms for breathing", "clues": [["emit", [2, 240, 0]], ["respire", [2, 240, 1]], ["breathe", [2, 240, 2]], ["suspire", [2, 240, 3]], ["rest", [2, 240, 4]], ["pass off", [2, 240, 5]], ["take a breath", [2, 240, 6]], ["catch one's breath", [2, 240, 7]]]}, {"answer": "breeding", "hint": "synonyms for breeding", "clues": [["breed", [2, 241, 0]], ["multiply", [2, 241, 1]], ["engender", [2, 241, 2]], ["spawn", [2, 241, 3]], ["cover", [2, 241, 4]]]}, {"answer": "bristled", "hint": "synonyms for bristled", "clues": [["burst", [2, 242, 0]], ["bristle", [2, 242, 1]], ["uprise", [2, 242, 2]], ["stand up", [2, 242, 3]], ["abound", [2, 242, 4]]]}, {"answer": "broke", "hint": "synonyms for broke", "clues": [["break", [2, 243, 0]], ["offend", [2, 243, 1]], ["break up", [2, 243, 2]], ["damp", [2, 243, 3]], ["kick downstairs", [2, 243, 4]], ["give", [2, 243, 5]], ["get out", [2, 243, 6]], ["divulge", [2, 243, 7]], ["develop", [2, 243, 8]], ["disclose", [2, 243, 9]], ["go against", [2, 243, 10]], ["transgress", [2, 243, 11]], ["break off", [2, 243, 12]], ["go", [2, 243, 13]], ["breach", [2, 243, 14]], ["break away", [2, 243, 15]], ["come apart", [2, 243, 16]], ["wear", [2, 243, 17]], ["infract", [2, 243, 18]], ["erupt", [2, 243, 19]], ["better", [2, 243, 20]], ["discover", [2, 243, 21]], ["split", [2, 243, 22]], ["bankrupt", [2, 243, 23]], ["snap off", [2, 243, 24]], ["discontinue", [2, 243, 25]], ["expose", [2, 243, 26]], ["part", [2, 243, 27]], ["give away", [2, 243, 28]], ["interrupt", [2, 243, 29]], ["stop", [2, 243, 30]], ["go bad", [2, 243, 31]], ["unwrap", [2, 243, 32]], ["bust", [2, 243, 33]], ["get around", [2, 243, 34]], ["break in", [2, 243, 35]], ["weaken", [2, 243, 36]], ["recrudesce", [2, 243, 37]], ["split up", [2, 243, 38]], ["demote", [2, 243, 39]], ["cave in", [2, 243, 40]], ["check", [2, 243, 41]], ["break dance", [2, 243, 42]], ["separate", [2, 243, 43]], ["violate", [2, 243, 44]], ["collapse", [2, 243, 45]], ["dampen", [2, 243, 46]], ["intermit", [2, 243, 47]], ["relegate", [2, 243, 48]], ["die", [2, 243, 49]], ["reveal", [2, 243, 50]], ["let on", [2, 243, 51]], ["fracture", [2, 243, 52]], ["fall apart", [2, 243, 53]], ["give out", [2, 243, 54]], ["break down", [2, 243, 55]], ["smash", [2, 243, 56]], ["pause", [2, 243, 57]], ["fall in", [2, 243, 58]], ["wear out", [2, 243, 59]], ["break out", [2, 243, 60]], ["conk out", [2, 243, 61]], ["crack", [2, 243, 62]], ["ruin", [2, 243, 63]], ["fail", [2, 243, 64]], ["bump", [2, 243, 65]], ["bring out", [2, 243, 66]], ["founder", [2, 243, 67]], ["soften", [2, 243, 68]]]}, {"answer": "broken", "hint": "synonyms for broken", "clues": [["break", [2, 244, 0]], ["offend", [2, 244, 1]], ["break up", [2, 244, 2]], ["damp", [2, 244, 3]], ["kick downstairs", [2, 244, 4]], ["give", [2, 244, 5]], ["get out", [2, 244, 6]], ["divulge", [2, 244, 7]], ["develop", [2, 244, 8]], ["disclose", [2, 244, 9]], ["go against", [2, 244, 10]], ["transgress", [2, 244, 11]], ["break off", [2, 244, 12]], ["go", [2, 244, 13]], ["breach", [2, 244, 14]], ["break away", [2, 244, 15]], ["come apart", [2, 244, 16]], ["wear", [2, 244, 17]], ["infract", [2, 244, 18]], ["erupt", [2, 244, 19]], ["better", [2, 244, 20]], ["discover", [2, 244, 21]], ["split", [2, 244, 22]], ["bankrupt", [2, 244, 23]], ["snap off", [2, 244, 24]], ["discontinue", [2, 244, 25]], ["expose", [2, 244, 26]], ["part", [2, 244, 27]], ["give away", [2, 244, 28]], ["interrupt", [2, 244, 29]], ["stop", [2, 244, 30]], ["go bad", [2, 244, 31]], ["unwrap", [2, 244, 32]], ["bust", [2, 244, 33]], ["get around", [2, 244, 34]], ["break in", [2, 244, 35]], ["weaken", [2, 244, 36]], ["recrudesce", [2, 244, 37]], ["split up", [2, 244, 38]], ["demote", [2, 244, 39]], ["cave in", [2, 244, 40]], ["check", [2, 244, 41]], ["break dance", [2, 244, 42]], ["separate", [2, 244, 43]], ["violate", [2, 244, 44]], ["collapse", [2, 244, 45]], ["dampen", [2, 244, 46]], ["intermit", [2, 244, 47]], ["relegate", [2, 244, 48]], ["die", [2, 244, 49]], ["reveal", [2, 244, 50]], ["let on", [2, 244, 51]], ["fracture", [2, 244, 52]], ["fall apart", [2, 244, 53]], ["give out", [2, 244, 54]], ["break down", [2, 244, 55]], ["smash", [2, 244, 56]], ["pause", [2, 244, 57]], ["fall in", [2, 244, 58]], ["wear out", [2, 244, 59]], ["break out", [2, 244, 60]], ["conk out", [2, 244, 61]], ["crack", [2, 244, 62]], ["ruin", [2, 244, 63]], ["fail", [2, 244, 64]], ["bump", [2, 244, 65]], ["bring out", [2, 244, 66]], ["founder", [2, 244, 67]], ["soften", [2, 244, 68]]]}, {"answer": "brooding", "hint": "synonyms for brooding", "clues": [["pout", [2, 245, 0]], ["grizzle", [2, 245, 1]], ["incubate", [2, 245, 2]], ["dwell", [2, 245, 3]], ["stew", [2, 245, 4]], ["brood", [2, 245, 5]], ["cover", [2, 245, 6]], ["hover", [2, 245, 7]], ["hatch", [2, 245, 8]], ["sulk", [2, 245, 9]], ["loom", [2, 245, 10]], ["bulk large", [2, 245, 11]]]}, {"answer": "bruising", "hint": "synonyms for bruising", "clues": [["wound", [2, 246, 0]], ["spite", [2, 246, 1]], ["offend", [2, 246, 2]], ["bruise", [2, 246, 3]], ["contuse", [2, 246, 4]], ["injure", [2, 246, 5]], ["hurt", [2, 246, 6]]]}, {"answer": "bubbling", "hint": "synonyms for bubbling", "clues": [["guggle", [2, 247, 0]], ["bubble", [2, 247, 1]], ["gurgle", [2, 247, 2]], ["burble", [2, 247, 3]], ["babble", [2, 247, 4]], ["eruct", [2, 247, 5]], ["burp", [2, 247, 6]], ["ripple", [2, 247, 7]], ["belch", [2, 247, 8]]]}, {"answer": "buffeted", "hint": "synonyms for buffeted", "clues": [["batter", [2, 248, 0]], ["buffet", [2, 248, 1]], ["knock about", [2, 248, 2]], ["buff", [2, 248, 3]]]}, {"answer": "bugged", "hint": "synonyms for bugged", "clues": [["badger", [2, 249, 0]], ["tease", [2, 249, 1]], ["intercept", [2, 249, 2]], ["wiretap", [2, 249, 3]], ["beleaguer", [2, 249, 4]], ["bug", [2, 249, 5]], ["pester", [2, 249, 6]], ["tap", [2, 249, 7]]]}, {"answer": "built", "hint": "synonyms for built", "clues": [["build", [2, 250, 0]], ["build up", [2, 250, 1]], ["work up", [2, 250, 2]], ["ramp up", [2, 250, 3]], ["establish", [2, 250, 4]], ["construct", [2, 250, 5]], ["make", [2, 250, 6]], ["progress", [2, 250, 7]]]}, {"answer": "bulging", "hint": "synonyms for bulging", "clues": [["bulge", [2, 251, 0]], ["pop", [2, 251, 1]], ["protrude", [2, 251, 2]], ["bulk", [2, 251, 3]], ["bag", [2, 251, 4]], ["start", [2, 251, 5]], ["pouch", [2, 251, 6]], ["bulge out", [2, 251, 7]], ["come out", [2, 251, 8]], ["pop out", [2, 251, 9]]]}, {"answer": "bully", "hint": "synonyms for bully", "clues": [["ballyrag", [2, 252, 0]], ["boss around", [2, 252, 1]], ["swagger", [2, 252, 2]], ["browbeat", [2, 252, 3]], ["push around", [2, 252, 4]], ["hector", [2, 252, 5]], ["strong-arm", [2, 252, 6]]]}, {"answer": "bullying", "hint": "synonyms for bullying", "clues": [["bully", [2, 253, 0]], ["ballyrag", [2, 253, 1]], ["boss around", [2, 253, 2]], ["swagger", [2, 253, 3]], ["browbeat", [2, 253, 4]], ["push around", [2, 253, 5]], ["hector", [2, 253, 6]], ["strong-arm", [2, 253, 7]]]}, {"answer": "bum", "hint": "synonyms for bum", "clues": [["fuck off", [2, 254, 0]], ["loaf", [2, 254, 1]], ["bum around", [2, 254, 2]], ["grub", [2, 254, 3]], ["cadge", [2, 254, 4]], ["lounge about", [2, 254, 5]], ["arse about", [2, 254, 6]], ["lounge around", [2, 254, 7]], ["waste one's time", [2, 254, 8]], ["bum about", [2, 254, 9]], ["loll around", [2, 254, 10]], ["frig around", [2, 254, 11]], ["loll", [2, 254, 12]], ["arse around", [2, 254, 13]], ["mooch", [2, 254, 14]], ["sponge", [2, 254, 15]]]}, {"answer": "bumbling", "hint": "synonyms for bumbling", "clues": [["bodge", [2, 255, 0]], ["bungle", [2, 255, 1]], ["fumble", [2, 255, 2]], ["falter", [2, 255, 3]], ["blow", [2, 255, 4]], ["muck up", [2, 255, 5]], ["stammer", [2, 255, 6]], ["bollix up", [2, 255, 7]], ["bobble", [2, 255, 8]], ["fluff", [2, 255, 9]], ["screw up", [2, 255, 10]], ["botch up", [2, 255, 11]], ["bumble", [2, 255, 12]], ["foul up", [2, 255, 13]], ["bollix", [2, 255, 14]], ["spoil", [2, 255, 15]], ["mess up", [2, 255, 16]], ["flub", [2, 255, 17]], ["ball up", [2, 255, 18]], ["bollocks up", [2, 255, 19]], ["louse up", [2, 255, 20]], ["bollocks", [2, 255, 21]], ["stumble", [2, 255, 22]], ["mishandle", [2, 255, 23]], ["muff", [2, 255, 24]], ["stutter", [2, 255, 25]], ["botch", [2, 255, 26]]]}, {"answer": "bungled", "hint": "synonyms for bungled", "clues": [["bodge", [2, 256, 0]], ["bungle", [2, 256, 1]], ["fumble", [2, 256, 2]], ["blow", [2, 256, 3]], ["muck up", [2, 256, 4]], ["bollix up", [2, 256, 5]], ["bobble", [2, 256, 6]], ["fluff", [2, 256, 7]], ["screw up", [2, 256, 8]], ["botch up", [2, 256, 9]], ["foul up", [2, 256, 10]], ["bollix", [2, 256, 11]], ["spoil", [2, 256, 12]], ["bumble", [2, 256, 13]], ["mess up", [2, 256, 14]], ["flub", [2, 256, 15]], ["ball up", [2, 256, 16]], ["bollocks up", [2, 256, 17]], ["louse up", [2, 256, 18]], ["bollocks", [2, 256, 19]], ["mishandle", [2, 256, 20]], ["muff", [2, 256, 21]], ["botch", [2, 256, 22]]]}, {"answer": "bungling", "hint": "synonyms for bungling", "clues": [["bodge", [2, 257, 0]], ["bungle", [2, 257, 1]], ["fumble", [2, 257, 2]], ["blow", [2, 257, 3]], ["muck up", [2, 257, 4]], ["bollix up", [2, 257, 5]], ["bobble", [2, 257, 6]], ["fluff", [2, 257, 7]], ["screw up", [2, 257, 8]], ["botch up", [2, 257, 9]], ["foul up", [2, 257, 10]], ["bollix", [2, 257, 11]], ["spoil", [2, 257, 12]], ["bumble", [2, 257, 13]], ["mess up", [2, 257, 14]], ["flub", [2, 257, 15]], ["ball up", [2, 257, 16]], ["bollocks up", [2, 257, 17]], ["louse up", [2, 257, 18]], ["bollocks", [2, 257, 19]], ["mishandle", [2, 257, 20]], ["muff", [2, 257, 21]], ["botch", [2, 257, 22]]]}, {"answer": "burbling", "hint": "synonyms for burbling", "clues": [["guggle", [2, 258, 0]], ["babble", [2, 258, 1]], ["gurgle", [2, 258, 2]], ["bubble", [2, 258, 3]], ["ripple", [2, 258, 4]], ["burble", [2, 258, 5]]]}, {"answer": "burdened", "hint": "synonyms for burdened", "clues": [["burthen", [2, 259, 0]], ["saddle", [2, 259, 1]], ["burden", [2, 259, 2]], ["charge", [2, 259, 3]], ["weight down", [2, 259, 4]], ["weight", [2, 259, 5]]]}, {"answer": "buried", "hint": "synonyms for buried", "clues": [["forget", [2, 260, 0]], ["bury", [2, 260, 1]], ["inhume", [2, 260, 2]], ["sink", [2, 260, 3]], ["entomb", [2, 260, 4]], ["inter", [2, 260, 5]], ["immerse", [2, 260, 6]], ["swallow", [2, 260, 7]], ["swallow up", [2, 260, 8]], ["lay to rest", [2, 260, 9]], ["eat up", [2, 260, 10]]]}, {"answer": "burned", "hint": "synonyms for burned", "clues": [["burn", [2, 261, 0]], ["bite", [2, 261, 1]], ["combust", [2, 261, 2]], ["fire", [2, 261, 3]], ["incinerate", [2, 261, 4]], ["cut", [2, 261, 5]], ["burn off", [2, 261, 6]], ["glow", [2, 261, 7]], ["cauterise", [2, 261, 8]], ["sting", [2, 261, 9]], ["burn down", [2, 261, 10]], ["sunburn", [2, 261, 11]], ["burn up", [2, 261, 12]]]}, {"answer": "burning", "hint": "synonyms for burning", "clues": [["burn", [2, 262, 0]], ["bite", [2, 262, 1]], ["combust", [2, 262, 2]], ["fire", [2, 262, 3]], ["incinerate", [2, 262, 4]], ["cut", [2, 262, 5]], ["burn off", [2, 262, 6]], ["glow", [2, 262, 7]], ["cauterise", [2, 262, 8]], ["sting", [2, 262, 9]], ["burn down", [2, 262, 10]], ["sunburn", [2, 262, 11]], ["burn up", [2, 262, 12]]]}, {"answer": "burnt", "hint": "synonyms for burnt", "clues": [["burn", [2, 263, 0]], ["bite", [2, 263, 1]], ["combust", [2, 263, 2]], ["fire", [2, 263, 3]], ["incinerate", [2, 263, 4]], ["cut", [2, 263, 5]], ["burn off", [2, 263, 6]], ["glow", [2, 263, 7]], ["cauterise", [2, 263, 8]], ["sting", [2, 263, 9]], ["burn down", [2, 263, 10]], ["sunburn", [2, 263, 11]], ["burn up", [2, 263, 12]]]}, {"answer": "bushwhacking", "hint": "synonyms for bushwhacking", "clues": [["bushwhack", [2, 264, 0]], ["lurk", [2, 264, 1]], ["scupper", [2, 264, 2]], ["ambush", [2, 264, 3]], ["lie in wait", [2, 264, 4]], ["ambuscade", [2, 264, 5]], ["waylay", [2, 264, 6]]]}, {"answer": "bust", "hint": "synonyms for bust", "clues": [["wear out", [2, 265, 0]], ["rupture", [2, 265, 1]], ["break", [2, 265, 2]], ["raid", [2, 265, 3]], ["fall apart", [2, 265, 4]], ["wear", [2, 265, 5]], ["burst", [2, 265, 6]], ["snap", [2, 265, 7]], ["tear", [2, 265, 8]]]}, {"answer": "busted", "hint": "synonyms for busted", "clues": [["bust", [2, 266, 0]], ["wear out", [2, 266, 1]], ["rupture", [2, 266, 2]], ["break", [2, 266, 3]], ["raid", [2, 266, 4]], ["fall apart", [2, 266, 5]], ["wear", [2, 266, 6]], ["snap", [2, 266, 7]], ["tear", [2, 266, 8]]]}, {"answer": "buzzing", "hint": "synonyms for buzzing", "clues": [["buzz", [2, 267, 0]], ["bombilate", [2, 267, 1]], ["seethe", [2, 267, 2]], ["hum", [2, 267, 3]]]}, {"answer": "bypast", "hint": "synonyms for bypast", "clues": [["go around", [2, 268, 0]], ["short-circuit", [2, 268, 1]], ["get around", [2, 268, 2]], ["bypass", [2, 268, 3]]]}, {"answer": "calculated", "hint": "synonyms for calculated", "clues": [["work out", [2, 269, 0]], ["cypher", [2, 269, 1]], ["direct", [2, 269, 2]], ["forecast", [2, 269, 3]], ["look", [2, 269, 4]], ["bet", [2, 269, 5]], ["cipher", [2, 269, 6]], ["account", [2, 269, 7]], ["figure", [2, 269, 8]], ["calculate", [2, 269, 9]], ["reckon", [2, 269, 10]], ["depend", [2, 269, 11]], ["compute", [2, 269, 12]], ["count", [2, 269, 13]], ["count on", [2, 269, 14]], ["estimate", [2, 269, 15]], ["aim", [2, 269, 16]]]}, {"answer": "calculating", "hint": "synonyms for calculating", "clues": [["work out", [2, 270, 0]], ["cypher", [2, 270, 1]], ["direct", [2, 270, 2]], ["forecast", [2, 270, 3]], ["look", [2, 270, 4]], ["bet", [2, 270, 5]], ["cipher", [2, 270, 6]], ["account", [2, 270, 7]], ["figure", [2, 270, 8]], ["calculate", [2, 270, 9]], ["reckon", [2, 270, 10]], ["depend", [2, 270, 11]], ["compute", [2, 270, 12]], ["count", [2, 270, 13]], ["count on", [2, 270, 14]], ["estimate", [2, 270, 15]], ["aim", [2, 270, 16]]]}, {"answer": "calm", "hint": "synonyms for calm", "clues": [["cool off", [2, 271, 0]], ["cool it", [2, 271, 1]], ["tranquilize", [2, 271, 2]], ["calm down", [2, 271, 3]], ["chill out", [2, 271, 4]], ["quiet", [2, 271, 5]], ["sedate", [2, 271, 6]], ["simmer down", [2, 271, 7]], ["steady", [2, 271, 8]], ["quieten", [2, 271, 9]], ["settle down", [2, 271, 10]], ["lull", [2, 271, 11]], ["still", [2, 271, 12]], ["becalm", [2, 271, 13]]]}, {"answer": "camp", "hint": "synonyms for camp", "clues": [["bivouac", [2, 272, 0]], ["camp out", [2, 272, 1]], ["camp down", [2, 272, 2]], ["encamp", [2, 272, 3]], ["tent", [2, 272, 4]]]}, {"answer": "cancelled", "hint": "synonyms for cancelled", "clues": [["invalidate", [2, 273, 0]], ["cancel", [2, 273, 1]], ["set off", [2, 273, 2]], ["scrub", [2, 273, 3]], ["delete", [2, 273, 4]], ["scratch", [2, 273, 5]], ["call off", [2, 273, 6]], ["strike down", [2, 273, 7]], ["offset", [2, 273, 8]]]}, {"answer": "canned", "hint": "synonyms for canned", "clues": [["put up", [2, 274, 0]], ["sack", [2, 274, 1]], ["fire", [2, 274, 2]], ["give the sack", [2, 274, 3]], ["can", [2, 274, 4]], ["send away", [2, 274, 5]], ["force out", [2, 274, 6]], ["terminate", [2, 274, 7]], ["give the axe", [2, 274, 8]], ["displace", [2, 274, 9]], ["tin", [2, 274, 10]], ["give notice", [2, 274, 11]], ["dismiss", [2, 274, 12]]]}, {"answer": "canted", "hint": "synonyms for canted", "clues": [["tilt", [2, 275, 0]], ["cant over", [2, 275, 1]], ["cant", [2, 275, 2]], ["slant", [2, 275, 3]], ["pitch", [2, 275, 4]]]}, {"answer": "captivated", "hint": "synonyms for captivated", "clues": [["catch", [2, 276, 0]], ["bewitch", [2, 276, 1]], ["enamour", [2, 276, 2]], ["fascinate", [2, 276, 3]], ["captivate", [2, 276, 4]], ["trance", [2, 276, 5]], ["beguile", [2, 276, 6]], ["enchant", [2, 276, 7]], ["capture", [2, 276, 8]], ["charm", [2, 276, 9]], ["becharm", [2, 276, 10]]]}, {"answer": "captivating", "hint": "synonyms for captivating", "clues": [["catch", [2, 277, 0]], ["bewitch", [2, 277, 1]], ["enamour", [2, 277, 2]], ["fascinate", [2, 277, 3]], ["captivate", [2, 277, 4]], ["trance", [2, 277, 5]], ["beguile", [2, 277, 6]], ["enchant", [2, 277, 7]], ["capture", [2, 277, 8]], ["charm", [2, 277, 9]], ["becharm", [2, 277, 10]]]}, {"answer": "caring", "hint": "synonyms for caring", "clues": [["deal", [2, 278, 0]], ["handle", [2, 278, 1]], ["care", [2, 278, 2]], ["wish", [2, 278, 3]], ["worry", [2, 278, 4]], ["give care", [2, 278, 5]], ["manage", [2, 278, 6]], ["like", [2, 278, 7]]]}, {"answer": "castrated", "hint": "synonyms for castrated", "clues": [["bowdlerise", [2, 279, 0]], ["spay", [2, 279, 1]], ["alter", [2, 279, 2]], ["castrate", [2, 279, 3]], ["shorten", [2, 279, 4]], ["expurgate", [2, 279, 5]], ["demasculinize", [2, 279, 6]], ["emasculate", [2, 279, 7]], ["neuter", [2, 279, 8]]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["overtake", [2, 280, 0]], ["catch", [2, 280, 1]], ["bewitch", [2, 280, 2]], ["enamor", [2, 280, 3]], ["view", [2, 280, 4]], ["see", [2, 280, 5]], ["becharm", [2, 280, 6]], ["get", [2, 280, 7]], ["overhear", [2, 280, 8]], ["capture", [2, 280, 9]], ["trance", [2, 280, 10]], ["charm", [2, 280, 11]], ["catch up with", [2, 280, 12]], ["watch", [2, 280, 13]], ["grab", [2, 280, 14]], ["fascinate", [2, 280, 15]], ["hitch", [2, 280, 16]], ["arrest", [2, 280, 17]], ["take in", [2, 280, 18]], ["pick up", [2, 280, 19]], ["take hold of", [2, 280, 20]], ["captivate", [2, 280, 21]], ["trip up", [2, 280, 22]], ["beguile", [2, 280, 23]], ["enchant", [2, 280, 24]]]}, {"answer": "celebrated", "hint": "synonyms for celebrated", "clues": [["lionize", [2, 281, 0]], ["observe", [2, 281, 1]], ["celebrate", [2, 281, 2]], ["fete", [2, 281, 3]], ["keep", [2, 281, 4]]]}, {"answer": "center", "hint": "synonyms for center", "clues": [["center on", [2, 282, 0]], ["centre", [2, 282, 1]], ["focus", [2, 282, 2]], ["concentrate on", [2, 282, 3]], ["rivet", [2, 282, 4]], ["focus on", [2, 282, 5]], ["revolve around", [2, 282, 6]], ["pore", [2, 282, 7]], ["revolve about", [2, 282, 8]]]}, {"answer": "centered", "hint": "synonyms for centered", "clues": [["center on", [2, 283, 0]], ["centre", [2, 283, 1]], ["focus", [2, 283, 2]], ["concentrate on", [2, 283, 3]], ["rivet", [2, 283, 4]], ["focus on", [2, 283, 5]], ["revolve around", [2, 283, 6]], ["pore", [2, 283, 7]], ["center", [2, 283, 8]], ["revolve about", [2, 283, 9]]]}, {"answer": "certified", "hint": "synonyms for certified", "clues": [["manifest", [2, 284, 0]], ["certify", [2, 284, 1]], ["license", [2, 284, 2]], ["evidence", [2, 284, 3]], ["demonstrate", [2, 284, 4]], ["attest", [2, 284, 5]], ["indorse", [2, 284, 6]]]}, {"answer": "chafed", "hint": "synonyms for chafed", "clues": [["chafe", [2, 285, 0]], ["vex", [2, 285, 1]], ["nettle", [2, 285, 2]], ["bother", [2, 285, 3]], ["nark", [2, 285, 4]], ["rile", [2, 285, 5]], ["fret", [2, 285, 6]], ["irritate", [2, 285, 7]], ["scratch", [2, 285, 8]], ["get at", [2, 285, 9]], ["gravel", [2, 285, 10]], ["excoriate", [2, 285, 11]], ["get to", [2, 285, 12]], ["rub", [2, 285, 13]], ["annoy", [2, 285, 14]], ["devil", [2, 285, 15]], ["rag", [2, 285, 16]], ["gall", [2, 285, 17]], ["fray", [2, 285, 18]]]}, {"answer": "chagrined", "hint": "synonyms for chagrined", "clues": [["humble", [2, 286, 0]], ["abase", [2, 286, 1]], ["chagrin", [2, 286, 2]], ["mortify", [2, 286, 3]], ["humiliate", [2, 286, 4]]]}, {"answer": "challenging", "hint": "synonyms for challenging", "clues": [["challenge", [2, 287, 0]], ["gainsay", [2, 287, 1]], ["dispute", [2, 287, 2]], ["take exception", [2, 287, 3]]]}, {"answer": "chance", "hint": "synonyms for chance", "clues": [["happen", [2, 288, 0]], ["take chances", [2, 288, 1]], ["gamble", [2, 288, 2]], ["bump", [2, 288, 3]], ["hazard", [2, 288, 4]], ["risk", [2, 288, 5]], ["encounter", [2, 288, 6]], ["find", [2, 288, 7]], ["run a risk", [2, 288, 8]], ["adventure", [2, 288, 9]]]}, {"answer": "changed", "hint": "synonyms for changed", "clues": [["commute", [2, 289, 0]], ["interchange", [2, 289, 1]], ["alter", [2, 289, 2]], ["convert", [2, 289, 3]], ["change", [2, 289, 4]], ["shift", [2, 289, 5]], ["modify", [2, 289, 6]], ["transfer", [2, 289, 7]], ["deepen", [2, 289, 8]], ["vary", [2, 289, 9]], ["switch", [2, 289, 10]]]}, {"answer": "changing", "hint": "synonyms for changing", "clues": [["commute", [2, 290, 0]], ["interchange", [2, 290, 1]], ["alter", [2, 290, 2]], ["convert", [2, 290, 3]], ["change", [2, 290, 4]], ["shift", [2, 290, 5]], ["modify", [2, 290, 6]], ["transfer", [2, 290, 7]], ["deepen", [2, 290, 8]], ["vary", [2, 290, 9]], ["switch", [2, 290, 10]]]}, {"answer": "chanted", "hint": "synonyms for chanted", "clues": [["chant", [2, 291, 0]], ["intone", [2, 291, 1]], ["cantillate", [2, 291, 2]], ["tone", [2, 291, 3]]]}, {"answer": "charged", "hint": "synonyms for charged", "clues": [["accuse", [2, 292, 0]], ["appoint", [2, 292, 1]], ["blame", [2, 292, 2]], ["file", [2, 292, 3]], ["saddle", [2, 292, 4]], ["rouse", [2, 292, 5]], ["shoot", [2, 292, 6]], ["charge", [2, 292, 7]], ["level", [2, 292, 8]], ["charge up", [2, 292, 9]], ["institutionalize", [2, 292, 10]], ["bear down", [2, 292, 11]], ["tear", [2, 292, 12]], ["consign", [2, 292, 13]], ["commove", [2, 292, 14]], ["buck", [2, 292, 15]], ["send", [2, 292, 16]], ["burden", [2, 292, 17]], ["agitate", [2, 292, 18]], ["turn on", [2, 292, 19]], ["lodge", [2, 292, 20]], ["point", [2, 292, 21]], ["commit", [2, 292, 22]], ["excite", [2, 292, 23]], ["bill", [2, 292, 24]], ["load", [2, 292, 25]], ["shoot down", [2, 292, 26]]]}, {"answer": "charmed", "hint": "synonyms for charmed", "clues": [["catch", [2, 293, 0]], ["influence", [2, 293, 1]], ["bewitch", [2, 293, 2]], ["fascinate", [2, 293, 3]], ["enamor", [2, 293, 4]], ["charm", [2, 293, 5]], ["becharm", [2, 293, 6]], ["captivate", [2, 293, 7]], ["trance", [2, 293, 8]], ["beguile", [2, 293, 9]], ["enchant", [2, 293, 10]], ["capture", [2, 293, 11]], ["tempt", [2, 293, 12]]]}, {"answer": "charming", "hint": "synonyms for charming", "clues": [["catch", [2, 294, 0]], ["influence", [2, 294, 1]], ["bewitch", [2, 294, 2]], ["fascinate", [2, 294, 3]], ["enamor", [2, 294, 4]], ["charm", [2, 294, 5]], ["becharm", [2, 294, 6]], ["captivate", [2, 294, 7]], ["trance", [2, 294, 8]], ["beguile", [2, 294, 9]], ["enchant", [2, 294, 10]], ["capture", [2, 294, 11]], ["tempt", [2, 294, 12]]]}, {"answer": "chartered", "hint": "synonyms for chartered", "clues": [["lease", [2, 295, 0]], ["rent", [2, 295, 1]], ["hire", [2, 295, 2]], ["take", [2, 295, 3]], ["charter", [2, 295, 4]], ["engage", [2, 295, 5]]]}, {"answer": "cheating", "hint": "synonyms for cheating", "clues": [["cheat", [2, 296, 0]], ["cheat on", [2, 296, 1]], ["cuckold", [2, 296, 2]], ["betray", [2, 296, 3]], ["chisel", [2, 296, 4]], ["chouse", [2, 296, 5]], ["jockey", [2, 296, 6]], ["shaft", [2, 296, 7]], ["chicane", [2, 296, 8]], ["rip off", [2, 296, 9]], ["wander", [2, 296, 10]], ["screw", [2, 296, 11]]]}, {"answer": "checked", "hint": "synonyms for checked", "clues": [["mark", [2, 297, 0]], ["ascertain", [2, 297, 1]], ["check", [2, 297, 2]], ["fit", [2, 297, 3]], ["correspond", [2, 297, 4]], ["see", [2, 297, 5]], ["train", [2, 297, 6]], ["check out", [2, 297, 7]], ["contain", [2, 297, 8]], ["tally", [2, 297, 9]], ["suss out", [2, 297, 10]], ["see to it", [2, 297, 11]], ["gibe", [2, 297, 12]], ["check into", [2, 297, 13]], ["go over", [2, 297, 14]], ["watch", [2, 297, 15]], ["assure", [2, 297, 16]], ["ensure", [2, 297, 17]], ["retard", [2, 297, 18]], ["chequer", [2, 297, 19]], ["insure", [2, 297, 20]], ["hold", [2, 297, 21]], ["moderate", [2, 297, 22]], ["curb", [2, 297, 23]], ["check up on", [2, 297, 24]], ["checker", [2, 297, 25]], ["discipline", [2, 297, 26]], ["control", [2, 297, 27]], ["match", [2, 297, 28]], ["tick off", [2, 297, 29]], ["tick", [2, 297, 30]], ["break", [2, 297, 31]], ["condition", [2, 297, 32]], ["check off", [2, 297, 33]], ["learn", [2, 297, 34]], ["delay", [2, 297, 35]], ["stop", [2, 297, 36]], ["agree", [2, 297, 37]], ["mark off", [2, 297, 38]], ["chink", [2, 297, 39]], ["hold in", [2, 297, 40]], ["crack", [2, 297, 41]], ["determine", [2, 297, 42]], ["look into", [2, 297, 43]], ["turn back", [2, 297, 44]], ["check over", [2, 297, 45]], ["arrest", [2, 297, 46]], ["hold back", [2, 297, 47]], ["find out", [2, 297, 48]], ["jibe", [2, 297, 49]]]}, {"answer": "cheering", "hint": "synonyms for cheering", "clues": [["barrack", [2, 298, 0]], ["pep up", [2, 298, 1]], ["cheer", [2, 298, 2]], ["cheer up", [2, 298, 3]], ["hearten", [2, 298, 4]], ["recreate", [2, 298, 5]], ["urge", [2, 298, 6]], ["chirk up", [2, 298, 7]], ["inspire", [2, 298, 8]], ["exhort", [2, 298, 9]], ["urge on", [2, 298, 10]], ["embolden", [2, 298, 11]], ["jolly up", [2, 298, 12]], ["root on", [2, 298, 13]], ["jolly along", [2, 298, 14]]]}, {"answer": "cherished", "hint": "synonyms for cherished", "clues": [["treasure", [2, 299, 0]], ["cherish", [2, 299, 1]], ["care for", [2, 299, 2]], ["hold dear", [2, 299, 3]]]}, {"answer": "chinked", "hint": "synonyms for chinked", "clues": [["chink", [2, 300, 0]], ["tink", [2, 300, 1]], ["check", [2, 300, 2]], ["tinkle", [2, 300, 3]], ["clink", [2, 300, 4]]]}, {"answer": "choked", "hint": "synonyms for choked", "clues": [["perish", [2, 301, 0]], ["clog", [2, 301, 1]], ["suffocate", [2, 301, 2]], ["choke", [2, 301, 3]], ["kick the bucket", [2, 301, 4]], ["pop off", [2, 301, 5]], ["back up", [2, 301, 6]], ["conk", [2, 301, 7]], ["clog up", [2, 301, 8]], ["drop dead", [2, 301, 9]], ["pass", [2, 301, 10]], ["decease", [2, 301, 11]], ["stifle", [2, 301, 12]], ["choke off", [2, 301, 13]], ["cash in one's chips", [2, 301, 14]], ["strangle", [2, 301, 15]], ["foul", [2, 301, 16]], ["give-up the ghost", [2, 301, 17]], ["gag", [2, 301, 18]], ["fret", [2, 301, 19]], ["pass away", [2, 301, 20]], ["die", [2, 301, 21]], ["croak", [2, 301, 22]], ["congest", [2, 301, 23]], ["snuff it", [2, 301, 24]], ["expire", [2, 301, 25]], ["buy the farm", [2, 301, 26]], ["exit", [2, 301, 27]], ["throttle", [2, 301, 28]], ["go", [2, 301, 29]], ["scrag", [2, 301, 30]], ["asphyxiate", [2, 301, 31]]]}, {"answer": "churning", "hint": "synonyms for churning", "clues": [["roil", [2, 302, 0]], ["moil", [2, 302, 1]], ["churn", [2, 302, 2]], ["boil", [2, 302, 3]]]}, {"answer": "circulating", "hint": "synonyms for circulating", "clues": [["pass around", [2, 303, 0]], ["circulate", [2, 303, 1]], ["propagate", [2, 303, 2]], ["circle", [2, 303, 3]], ["mobilize", [2, 303, 4]], ["circularize", [2, 303, 5]], ["distribute", [2, 303, 6]], ["diffuse", [2, 303, 7]], ["spread", [2, 303, 8]], ["pass on", [2, 303, 9]], ["disseminate", [2, 303, 10]], ["broadcast", [2, 303, 11]], ["go around", [2, 303, 12]], ["disperse", [2, 303, 13]]]}, {"answer": "civilised", "hint": "synonyms for civilised", "clues": [["train", [2, 304, 0]], ["civilise", [2, 304, 1]], ["cultivate", [2, 304, 2]], ["educate", [2, 304, 3]], ["school", [2, 304, 4]]]}, {"answer": "civilized", "hint": "synonyms for civilized", "clues": [["train", [2, 305, 0]], ["civilise", [2, 305, 1]], ["cultivate", [2, 305, 2]], ["educate", [2, 305, 3]], ["school", [2, 305, 4]]]}, {"answer": "clad", "hint": "synonyms for clad", "clues": [["garb", [2, 306, 0]], ["habilitate", [2, 306, 1]], ["fit out", [2, 306, 2]], ["clothe", [2, 306, 3]], ["garment", [2, 306, 4]], ["drape", [2, 306, 5]], ["cloak", [2, 306, 6]], ["dress", [2, 306, 7]], ["raiment", [2, 306, 8]], ["invest", [2, 306, 9]], ["apparel", [2, 306, 10]], ["adorn", [2, 306, 11]], ["tog", [2, 306, 12]], ["robe", [2, 306, 13]]]}, {"answer": "classified", "hint": "synonyms for classified", "clues": [["sort out", [2, 307, 0]], ["separate", [2, 307, 1]], ["assort", [2, 307, 2]], ["classify", [2, 307, 3]], ["relegate", [2, 307, 4]], ["sort", [2, 307, 5]], ["class", [2, 307, 6]]]}, {"answer": "clean", "hint": "synonyms for clean", "clues": [["houseclean", [2, 308, 0]], ["cleanse", [2, 308, 1]], ["strip", [2, 308, 2]], ["scavenge", [2, 308, 3]], ["clean house", [2, 308, 4]], ["make clean", [2, 308, 5]], ["pick", [2, 308, 6]]]}, {"answer": "clear", "hint": "synonyms for clear", "clues": [["sack", [2, 309, 0]], ["realize", [2, 309, 1]], ["pass", [2, 309, 2]], ["illuminate", [2, 309, 3]], ["sack up", [2, 309, 4]], ["light up", [2, 309, 5]], ["enlighten", [2, 309, 6]], ["elucidate", [2, 309, 7]], ["pull in", [2, 309, 8]], ["brighten", [2, 309, 9]], ["assoil", [2, 309, 10]], ["crystalise", [2, 309, 11]], ["discharge", [2, 309, 12]], ["bring in", [2, 309, 13]], ["earn", [2, 309, 14]], ["exculpate", [2, 309, 15]], ["take in", [2, 309, 16]], ["clear up", [2, 309, 17]], ["gain", [2, 309, 18]], ["authorise", [2, 309, 19]], ["top", [2, 309, 20]], ["make", [2, 309, 21]], ["net", [2, 309, 22]], ["sort out", [2, 309, 23]], ["solve", [2, 309, 24]], ["exonerate", [2, 309, 25]], ["shed light on", [2, 309, 26]], ["unclutter", [2, 309, 27]], ["straighten out", [2, 309, 28]], ["acquit", [2, 309, 29]]]}, {"answer": "cleared", "hint": "synonyms for cleared", "clues": [["clear", [2, 310, 0]], ["sack", [2, 310, 1]], ["realize", [2, 310, 2]], ["pass", [2, 310, 3]], ["illuminate", [2, 310, 4]], ["sack up", [2, 310, 5]], ["light up", [2, 310, 6]], ["enlighten", [2, 310, 7]], ["elucidate", [2, 310, 8]], ["pull in", [2, 310, 9]], ["brighten", [2, 310, 10]], ["assoil", [2, 310, 11]], ["crystalise", [2, 310, 12]], ["discharge", [2, 310, 13]], ["bring in", [2, 310, 14]], ["earn", [2, 310, 15]], ["exculpate", [2, 310, 16]], ["clear up", [2, 310, 17]], ["take in", [2, 310, 18]], ["gain", [2, 310, 19]], ["authorise", [2, 310, 20]], ["top", [2, 310, 21]], ["make", [2, 310, 22]], ["net", [2, 310, 23]], ["sort out", [2, 310, 24]], ["solve", [2, 310, 25]], ["exonerate", [2, 310, 26]], ["shed light on", [2, 310, 27]], ["unclutter", [2, 310, 28]], ["straighten out", [2, 310, 29]], ["acquit", [2, 310, 30]]]}, {"answer": "cleft", "hint": "synonyms for cleft", "clues": [["cohere", [2, 311, 0]], ["adhere", [2, 311, 1]], ["cleave", [2, 311, 2]], ["rive", [2, 311, 3]], ["cling", [2, 311, 4]], ["stick", [2, 311, 5]], ["split", [2, 311, 6]]]}, {"answer": "clinking", "hint": "synonyms for clinking", "clues": [["clink", [2, 312, 0]], ["chink", [2, 312, 1]], ["tink", [2, 312, 2]], ["tinkle", [2, 312, 3]]]}, {"answer": "clipped", "hint": "synonyms for clipped", "clues": [["dress", [2, 313, 0]], ["curtail", [2, 313, 1]], ["nip off", [2, 313, 2]], ["crop", [2, 313, 3]], ["clip", [2, 313, 4]], ["snip", [2, 313, 5]], ["trim", [2, 313, 6]], ["prune", [2, 313, 7]], ["jog", [2, 313, 8]], ["trot", [2, 313, 9]], ["cut short", [2, 313, 10]], ["lop", [2, 313, 11]], ["cut back", [2, 313, 12]]]}, {"answer": "cloaked", "hint": "synonyms for cloaked", "clues": [["clothe", [2, 314, 0]], ["drape", [2, 314, 1]], ["cloak", [2, 314, 2]], ["dissemble", [2, 314, 3]], ["mask", [2, 314, 4]], ["robe", [2, 314, 5]]]}, {"answer": "clogged", "hint": "synonyms for clogged", "clues": [["clog", [2, 315, 0]], ["constipate", [2, 315, 1]], ["choke off", [2, 315, 2]], ["foul", [2, 315, 3]], ["back up", [2, 315, 4]], ["overload", [2, 315, 5]], ["clot", [2, 315, 6]], ["congest", [2, 315, 7]], ["clog up", [2, 315, 8]], ["choke", [2, 315, 9]]]}, {"answer": "clogging", "hint": "synonyms for clogging", "clues": [["clog", [2, 316, 0]], ["constipate", [2, 316, 1]], ["choke off", [2, 316, 2]], ["foul", [2, 316, 3]], ["back up", [2, 316, 4]], ["overload", [2, 316, 5]], ["clot", [2, 316, 6]], ["congest", [2, 316, 7]], ["clog up", [2, 316, 8]], ["choke", [2, 316, 9]]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["shut down", [2, 317, 0]], ["shut", [2, 317, 1]], ["close down", [2, 317, 2]], ["fold", [2, 317, 3]], ["conclude", [2, 317, 4]], ["fill up", [2, 317, 5]], ["close up", [2, 317, 6]], ["come together", [2, 317, 7]]]}, {"answer": "closed", "hint": "synonyms for closed", "clues": [["close", [2, 318, 0]], ["shut", [2, 318, 1]], ["fill up", [2, 318, 2]], ["come together", [2, 318, 3]], ["shut down", [2, 318, 4]], ["close down", [2, 318, 5]], ["fold", [2, 318, 6]], ["conclude", [2, 318, 7]], ["close up", [2, 318, 8]]]}, {"answer": "closing", "hint": "synonyms for closing", "clues": [["close", [2, 319, 0]], ["shut", [2, 319, 1]], ["fill up", [2, 319, 2]], ["come together", [2, 319, 3]], ["shut down", [2, 319, 4]], ["close down", [2, 319, 5]], ["fold", [2, 319, 6]], ["conclude", [2, 319, 7]], ["close up", [2, 319, 8]]]}, {"answer": "clothed", "hint": "synonyms for clothed", "clues": [["garb", [2, 320, 0]], ["habilitate", [2, 320, 1]], ["fit out", [2, 320, 2]], ["clothe", [2, 320, 3]], ["garment", [2, 320, 4]], ["drape", [2, 320, 5]], ["cloak", [2, 320, 6]], ["dress", [2, 320, 7]], ["raiment", [2, 320, 8]], ["invest", [2, 320, 9]], ["apparel", [2, 320, 10]], ["adorn", [2, 320, 11]], ["tog", [2, 320, 12]], ["robe", [2, 320, 13]]]}, {"answer": "clotted", "hint": "synonyms for clotted", "clues": [["clot", [2, 321, 0]], ["clabber", [2, 321, 1]], ["coagulate", [2, 321, 2]], ["clog", [2, 321, 3]], ["curdle", [2, 321, 4]]]}, {"answer": "clouded", "hint": "synonyms for clouded", "clues": [["mist", [2, 322, 0]], ["cloud", [2, 322, 1]], ["overcast", [2, 322, 2]], ["obnubilate", [2, 322, 3]], ["sully", [2, 322, 4]], ["befog", [2, 322, 5]], ["haze over", [2, 322, 6]], ["becloud", [2, 322, 7]], ["obscure", [2, 322, 8]], ["taint", [2, 322, 9]], ["defile", [2, 322, 10]], ["dapple", [2, 322, 11]], ["corrupt", [2, 322, 12]], ["mottle", [2, 322, 13]], ["fog", [2, 322, 14]]]}, {"answer": "cloven", "hint": "synonyms for cloven", "clues": [["cohere", [2, 323, 0]], ["adhere", [2, 323, 1]], ["cleave", [2, 323, 2]], ["rive", [2, 323, 3]], ["cling", [2, 323, 4]], ["stick", [2, 323, 5]], ["split", [2, 323, 6]]]}, {"answer": "clustered", "hint": "synonyms for clustered", "clues": [["clump", [2, 324, 0]], ["bunch up", [2, 324, 1]], ["bundle", [2, 324, 2]], ["cluster", [2, 324, 3]], ["flock", [2, 324, 4]], ["constellate", [2, 324, 5]], ["bunch", [2, 324, 6]]]}, {"answer": "coalesced", "hint": "synonyms for coalesced", "clues": [["conflate", [2, 325, 0]], ["fuse", [2, 325, 1]], ["coalesce", [2, 325, 2]], ["merge", [2, 325, 3]], ["meld", [2, 325, 4]], ["commingle", [2, 325, 5]], ["combine", [2, 325, 6]], ["mix", [2, 325, 7]], ["flux", [2, 325, 8]], ["immix", [2, 325, 9]], ["blend", [2, 325, 10]]]}, {"answer": "coalescing", "hint": "synonyms for coalescing", "clues": [["conflate", [2, 326, 0]], ["fuse", [2, 326, 1]], ["coalesce", [2, 326, 2]], ["merge", [2, 326, 3]], ["meld", [2, 326, 4]], ["commingle", [2, 326, 5]], ["combine", [2, 326, 6]], ["mix", [2, 326, 7]], ["flux", [2, 326, 8]], ["immix", [2, 326, 9]], ["blend", [2, 326, 10]]]}, {"answer": "coaxing", "hint": "synonyms for coaxing", "clues": [["blarney", [2, 327, 0]], ["coax", [2, 327, 1]], ["sweet-talk", [2, 327, 2]], ["wheedle", [2, 327, 3]], ["inveigle", [2, 327, 4]], ["palaver", [2, 327, 5]], ["cajole", [2, 327, 6]]]}, {"answer": "cod", "hint": "synonyms for cod", "clues": [["gull", [2, 328, 0]], ["twit", [2, 328, 1]], ["bait", [2, 328, 2]], ["rag", [2, 328, 3]], ["taunt", [2, 328, 4]], ["tantalise", [2, 328, 5]], ["slang", [2, 328, 6]], ["take in", [2, 328, 7]], ["dupe", [2, 328, 8]], ["ride", [2, 328, 9]], ["fool", [2, 328, 10]], ["put one over", [2, 328, 11]], ["razz", [2, 328, 12]], ["rally", [2, 328, 13]], ["put on", [2, 328, 14]], ["befool", [2, 328, 15]], ["tease", [2, 328, 16]], ["put one across", [2, 328, 17]]]}, {"answer": "coiled", "hint": "synonyms for coiled", "clues": [["hand-build", [2, 329, 0]], ["coil", [2, 329, 1]], ["spiral", [2, 329, 2]], ["gyrate", [2, 329, 3]], ["loop", [2, 329, 4]], ["curl", [2, 329, 5]]]}, {"answer": "coiling", "hint": "synonyms for coiling", "clues": [["hand-build", [2, 330, 0]], ["coil", [2, 330, 1]], ["spiral", [2, 330, 2]], ["gyrate", [2, 330, 3]], ["loop", [2, 330, 4]], ["curl", [2, 330, 5]]]}, {"answer": "collect", "hint": "synonyms for collect", "clues": [["pull in", [2, 331, 0]], ["call for", [2, 331, 1]], ["pick up", [2, 331, 2]], ["pile up", [2, 331, 3]], ["gather", [2, 331, 4]], ["take in", [2, 331, 5]], ["garner", [2, 331, 6]], ["pull together", [2, 331, 7]], ["roll up", [2, 331, 8]], ["amass", [2, 331, 9]], ["compile", [2, 331, 10]], ["gather up", [2, 331, 11]], ["accumulate", [2, 331, 12]], ["hoard", [2, 331, 13]]]}, {"answer": "collected", "hint": "synonyms for collected", "clues": [["call for", [2, 332, 0]], ["pick up", [2, 332, 1]], ["pile up", [2, 332, 2]], ["collect", [2, 332, 3]], ["take in", [2, 332, 4]], ["roll up", [2, 332, 5]], ["gather up", [2, 332, 6]], ["accumulate", [2, 332, 7]], ["pull in", [2, 332, 8]], ["gather", [2, 332, 9]], ["garner", [2, 332, 10]], ["pull together", [2, 332, 11]], ["amass", [2, 332, 12]], ["compile", [2, 332, 13]], ["hoard", [2, 332, 14]]]}, {"answer": "color", "hint": "synonyms for color", "clues": [["colourise", [2, 333, 0]], ["distort", [2, 333, 1]], ["emblazon", [2, 333, 2]], ["colour in", [2, 333, 3]], ["colorize", [2, 333, 4]], ["colour", [2, 333, 5]], ["tinge", [2, 333, 6]], ["gloss", [2, 333, 7]], ["discolour", [2, 333, 8]]]}, {"answer": "colored", "hint": "synonyms for colored", "clues": [["color", [2, 334, 0]], ["emblazon", [2, 334, 1]], ["colourize", [2, 334, 2]], ["colour in", [2, 334, 3]], ["discolour", [2, 334, 4]], ["tinge", [2, 334, 5]], ["colorise", [2, 334, 6]], ["distort", [2, 334, 7]], ["gloss", [2, 334, 8]]]}, {"answer": "colour", "hint": "synonyms for colour", "clues": [["colourise", [2, 335, 0]], ["distort", [2, 335, 1]], ["emblazon", [2, 335, 2]], ["color", [2, 335, 3]], ["discolor", [2, 335, 4]], ["colour in", [2, 335, 5]], ["colorize", [2, 335, 6]], ["tinge", [2, 335, 7]], ["gloss", [2, 335, 8]]]}, {"answer": "coloured", "hint": "synonyms for coloured", "clues": [["emblazon", [2, 336, 0]], ["color", [2, 336, 1]], ["colourize", [2, 336, 2]], ["colour in", [2, 336, 3]], ["discolour", [2, 336, 4]], ["tinge", [2, 336, 5]], ["colorise", [2, 336, 6]], ["distort", [2, 336, 7]], ["gloss", [2, 336, 8]]]}, {"answer": "combed", "hint": "synonyms for combed", "clues": [["comb", [2, 337, 0]], ["ransack", [2, 337, 1]], ["comb out", [2, 337, 2]], ["disentangle", [2, 337, 3]]]}, {"answer": "combined", "hint": "synonyms for combined", "clues": [["conflate", [2, 338, 0]], ["fuse", [2, 338, 1]], ["flux", [2, 338, 2]], ["unite", [2, 338, 3]], ["meld", [2, 338, 4]], ["coalesce", [2, 338, 5]], ["mix", [2, 338, 6]], ["immix", [2, 338, 7]], ["combine", [2, 338, 8]], ["aggregate", [2, 338, 9]], ["merge", [2, 338, 10]], ["commingle", [2, 338, 11]], ["compound", [2, 338, 12]], ["blend", [2, 338, 13]]]}, {"answer": "comforted", "hint": "synonyms for comforted", "clues": [["ease", [2, 339, 0]], ["comfort", [2, 339, 1]], ["soothe", [2, 339, 2]], ["solace", [2, 339, 3]], ["console", [2, 339, 4]]]}, {"answer": "comforting", "hint": "synonyms for comforting", "clues": [["ease", [2, 340, 0]], ["comfort", [2, 340, 1]], ["soothe", [2, 340, 2]], ["solace", [2, 340, 3]], ["console", [2, 340, 4]]]}, {"answer": "coming", "hint": "synonyms for coming", "clues": [["amount", [2, 341, 0]], ["arrive", [2, 341, 1]], ["come", [2, 341, 2]], ["occur", [2, 341, 3]], ["total", [2, 341, 4]], ["get", [2, 341, 5]], ["hail", [2, 341, 6]], ["get along", [2, 341, 7]], ["follow", [2, 341, 8]], ["make out", [2, 341, 9]], ["do", [2, 341, 10]], ["fall", [2, 341, 11]], ["derive", [2, 341, 12]], ["descend", [2, 341, 13]], ["number", [2, 341, 14]], ["come up", [2, 341, 15]], ["issue forth", [2, 341, 16]], ["add up", [2, 341, 17]], ["fare", [2, 341, 18]], ["come in", [2, 341, 19]]]}, {"answer": "commanding", "hint": "synonyms for commanding", "clues": [["command", [2, 342, 0]], ["require", [2, 342, 1]], ["dominate", [2, 342, 2]], ["overlook", [2, 342, 3]], ["overtop", [2, 342, 4]], ["control", [2, 342, 5]]]}, {"answer": "commemorating", "hint": "synonyms for commemorating", "clues": [["commemorate", [2, 343, 0]], ["mark", [2, 343, 1]], ["record", [2, 343, 2]], ["immortalize", [2, 343, 3]], ["memorialise", [2, 343, 4]], ["remember", [2, 343, 5]]]}, {"answer": "committed", "hint": "synonyms for committed", "clues": [["commit", [2, 344, 0]], ["confide", [2, 344, 1]], ["send", [2, 344, 2]], ["pull", [2, 344, 3]], ["devote", [2, 344, 4]], ["give", [2, 344, 5]], ["dedicate", [2, 344, 6]], ["institutionalise", [2, 344, 7]], ["place", [2, 344, 8]], ["perpetrate", [2, 344, 9]], ["put", [2, 344, 10]], ["charge", [2, 344, 11]], ["trust", [2, 344, 12]], ["intrust", [2, 344, 13]], ["consecrate", [2, 344, 14]], ["invest", [2, 344, 15]], ["practice", [2, 344, 16]]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["bundle", [2, 345, 0]], ["pack together", [2, 345, 1]], ["pack", [2, 345, 2]], ["squeeze", [2, 345, 3]], ["compress", [2, 345, 4]], ["constrict", [2, 345, 5]], ["wad", [2, 345, 6]], ["press", [2, 345, 7]], ["contract", [2, 345, 8]]]}, {"answer": "compassionate", "hint": "synonyms for compassionate", "clues": [["sympathize with", [2, 346, 0]], ["pity", [2, 346, 1]], ["condole with", [2, 346, 2]], ["feel for", [2, 346, 3]]]}, {"answer": "compensated", "hint": "synonyms for compensated", "clues": [["make up", [2, 347, 0]], ["compensate", [2, 347, 1]], ["pay off", [2, 347, 2]], ["recompense", [2, 347, 3]], ["correct", [2, 347, 4]], ["repair", [2, 347, 5]], ["pay", [2, 347, 6]], ["remunerate", [2, 347, 7]], ["cover", [2, 347, 8]], ["even out", [2, 347, 9]], ["even off", [2, 347, 10]], ["indemnify", [2, 347, 11]], ["overcompensate", [2, 347, 12]], ["redress", [2, 347, 13]], ["even up", [2, 347, 14]], ["right", [2, 347, 15]], ["counterbalance", [2, 347, 16]]]}, {"answer": "complaining", "hint": "synonyms for complaining", "clues": [["kick", [2, 348, 0]], ["quetch", [2, 348, 1]], ["complain", [2, 348, 2]], ["sound off", [2, 348, 3]], ["kvetch", [2, 348, 4]], ["plain", [2, 348, 5]]]}, {"answer": "complete", "hint": "synonyms for complete", "clues": [["finish", [2, 349, 0]], ["discharge", [2, 349, 1]], ["dispatch", [2, 349, 2]], ["nail", [2, 349, 3]], ["fill out", [2, 349, 4]], ["make out", [2, 349, 5]], ["fill in", [2, 349, 6]]]}, {"answer": "completed", "hint": "synonyms for completed", "clues": [["finish", [2, 350, 0]], ["complete", [2, 350, 1]], ["dispatch", [2, 350, 2]], ["nail", [2, 350, 3]], ["discharge", [2, 350, 4]], ["fill out", [2, 350, 5]], ["make out", [2, 350, 6]], ["fill in", [2, 350, 7]]]}, {"answer": "completing", "hint": "synonyms for completing", "clues": [["finish", [2, 351, 0]], ["complete", [2, 351, 1]], ["dispatch", [2, 351, 2]], ["nail", [2, 351, 3]], ["discharge", [2, 351, 4]], ["fill out", [2, 351, 5]], ["make out", [2, 351, 6]], ["fill in", [2, 351, 7]]]}, {"answer": "complicated", "hint": "synonyms for complicated", "clues": [["complicate", [2, 352, 0]], ["perplex", [2, 352, 1]], ["elaborate", [2, 352, 2]], ["rarify", [2, 352, 3]], ["refine", [2, 352, 4]]]}, {"answer": "composed", "hint": "synonyms for composed", "clues": [["compose", [2, 353, 0]], ["indite", [2, 353, 1]], ["draw up", [2, 353, 2]], ["pen", [2, 353, 3]], ["write", [2, 353, 4]], ["frame", [2, 353, 5]], ["compile", [2, 353, 6]]]}, {"answer": "compound", "hint": "synonyms for compound", "clues": [["deepen", [2, 354, 0]], ["combine", [2, 354, 1]], ["heighten", [2, 354, 2]], ["intensify", [2, 354, 3]]]}, {"answer": "compounded", "hint": "synonyms for compounded", "clues": [["deepen", [2, 355, 0]], ["intensify", [2, 355, 1]], ["compound", [2, 355, 2]], ["combine", [2, 355, 3]], ["heighten", [2, 355, 4]]]}, {"answer": "comprehended", "hint": "synonyms for comprehended", "clues": [["grasp", [2, 356, 0]], ["comprehend", [2, 356, 1]], ["compass", [2, 356, 2]], ["perceive", [2, 356, 3]], ["apprehend", [2, 356, 4]], ["embrace", [2, 356, 5]], ["dig", [2, 356, 6]], ["savvy", [2, 356, 7]], ["grok", [2, 356, 8]], ["cover", [2, 356, 9]], ["get the picture", [2, 356, 10]]]}, {"answer": "compressed", "hint": "synonyms for compressed", "clues": [["pack together", [2, 357, 0]], ["compact", [2, 357, 1]], ["squeeze", [2, 357, 2]], ["compress", [2, 357, 3]], ["constrict", [2, 357, 4]], ["press", [2, 357, 5]], ["contract", [2, 357, 6]]]}, {"answer": "concealed", "hint": "synonyms for concealed", "clues": [["hide", [2, 358, 0]], ["hold back", [2, 358, 1]], ["conceal", [2, 358, 2]], ["hold in", [2, 358, 3]]]}, {"answer": "concealing", "hint": "synonyms for concealing", "clues": [["hide", [2, 359, 0]], ["hold back", [2, 359, 1]], ["conceal", [2, 359, 2]], ["hold in", [2, 359, 3]]]}, {"answer": "concentrated", "hint": "synonyms for concentrated", "clues": [["condense", [2, 360, 0]], ["concentrate", [2, 360, 1]], ["focus", [2, 360, 2]], ["contract", [2, 360, 3]], ["center", [2, 360, 4]], ["pore", [2, 360, 5]], ["centralize", [2, 360, 6]], ["reduce", [2, 360, 7]], ["boil down", [2, 360, 8]], ["centre", [2, 360, 9]], ["rivet", [2, 360, 10]], ["digest", [2, 360, 11]], ["decoct", [2, 360, 12]]]}, {"answer": "concerned", "hint": "synonyms for concerned", "clues": [["come to", [2, 361, 0]], ["have-to doe with", [2, 361, 1]], ["bear on", [2, 361, 2]], ["relate", [2, 361, 3]], ["touch on", [2, 361, 4]], ["worry", [2, 361, 5]], ["pertain", [2, 361, 6]], ["concern", [2, 361, 7]], ["interest", [2, 361, 8]], ["occupy", [2, 361, 9]], ["touch", [2, 361, 10]], ["refer", [2, 361, 11]]]}, {"answer": "concluded", "hint": "synonyms for concluded", "clues": [["conclude", [2, 362, 0]], ["resolve", [2, 362, 1]], ["reason out", [2, 362, 2]], ["close", [2, 362, 3]], ["reason", [2, 362, 4]]]}, {"answer": "concluding", "hint": "synonyms for concluding", "clues": [["conclude", [2, 363, 0]], ["resolve", [2, 363, 1]], ["reason out", [2, 363, 2]], ["close", [2, 363, 3]], ["reason", [2, 363, 4]]]}, {"answer": "concurring", "hint": "synonyms for concurring", "clues": [["concur", [2, 364, 0]], ["concord", [2, 364, 1]], ["agree", [2, 364, 2]], ["coincide", [2, 364, 3]], ["hold", [2, 364, 4]]]}, {"answer": "condemning", "hint": "synonyms for condemning", "clues": [["decry", [2, 365, 0]], ["condemn", [2, 365, 1]], ["objurgate", [2, 365, 2]], ["doom", [2, 365, 3]], ["sentence", [2, 365, 4]], ["reprobate", [2, 365, 5]], ["excoriate", [2, 365, 6]]]}, {"answer": "condescending", "hint": "synonyms for condescending", "clues": [["stoop", [2, 366, 0]], ["condescend", [2, 366, 1]], ["patronize", [2, 366, 2]], ["lower oneself", [2, 366, 3]], ["deign", [2, 366, 4]], ["descend", [2, 366, 5]]]}, {"answer": "conditioned", "hint": "synonyms for conditioned", "clues": [["train", [2, 367, 0]], ["condition", [2, 367, 1]], ["specify", [2, 367, 2]], ["qualify", [2, 367, 3]], ["check", [2, 367, 4]], ["stipulate", [2, 367, 5]], ["discipline", [2, 367, 6]]]}, {"answer": "confiding", "hint": "synonyms for confiding", "clues": [["confide", [2, 368, 0]], ["commit", [2, 368, 1]], ["intrust", [2, 368, 2]], ["trust", [2, 368, 3]]]}, {"answer": "confined", "hint": "synonyms for confined", "clues": [["hold in", [2, 369, 0]], ["throttle", [2, 369, 1]], ["circumscribe", [2, 369, 2]], ["enclose", [2, 369, 3]], ["confine", [2, 369, 4]], ["detain", [2, 369, 5]], ["limit", [2, 369, 6]], ["bound", [2, 369, 7]], ["restrict", [2, 369, 8]], ["restrain", [2, 369, 9]], ["hold", [2, 369, 10]], ["trammel", [2, 369, 11]]]}, {"answer": "confining", "hint": "synonyms for confining", "clues": [["hold in", [2, 370, 0]], ["throttle", [2, 370, 1]], ["circumscribe", [2, 370, 2]], ["enclose", [2, 370, 3]], ["confine", [2, 370, 4]], ["detain", [2, 370, 5]], ["limit", [2, 370, 6]], ["bound", [2, 370, 7]], ["restrict", [2, 370, 8]], ["restrain", [2, 370, 9]], ["hold", [2, 370, 10]], ["trammel", [2, 370, 11]]]}, {"answer": "confirmed", "hint": "synonyms for confirmed", "clues": [["support", [2, 371, 0]], ["reassert", [2, 371, 1]], ["confirm", [2, 371, 2]], ["sustain", [2, 371, 3]], ["substantiate", [2, 371, 4]], ["affirm", [2, 371, 5]], ["corroborate", [2, 371, 6]]]}, {"answer": "confirming", "hint": "synonyms for confirming", "clues": [["support", [2, 372, 0]], ["reassert", [2, 372, 1]], ["confirm", [2, 372, 2]], ["sustain", [2, 372, 3]], ["substantiate", [2, 372, 4]], ["affirm", [2, 372, 5]], ["corroborate", [2, 372, 6]]]}, {"answer": "confiscate", "hint": "synonyms for confiscate", "clues": [["attach", [2, 373, 0]], ["impound", [2, 373, 1]], ["sequester", [2, 373, 2]], ["seize", [2, 373, 3]]]}, {"answer": "conflicting", "hint": "synonyms for conflicting", "clues": [["contravene", [2, 374, 0]], ["conflict", [2, 374, 1]], ["run afoul", [2, 374, 2]], ["infringe", [2, 374, 3]]]}, {"answer": "confounded", "hint": "synonyms for confounded", "clues": [["discombobulate", [2, 375, 0]], ["confound", [2, 375, 1]], ["fuddle", [2, 375, 2]], ["throw", [2, 375, 3]], ["confuse", [2, 375, 4]], ["fox", [2, 375, 5]], ["bedevil", [2, 375, 6]]]}, {"answer": "confounding", "hint": "synonyms for confounding", "clues": [["discombobulate", [2, 376, 0]], ["confound", [2, 376, 1]], ["fuddle", [2, 376, 2]], ["throw", [2, 376, 3]], ["confuse", [2, 376, 4]], ["fox", [2, 376, 5]], ["bedevil", [2, 376, 6]]]}, {"answer": "confused", "hint": "synonyms for confused", "clues": [["mix up", [2, 377, 0]], ["confuse", [2, 377, 1]], ["fuddle", [2, 377, 2]], ["put off", [2, 377, 3]], ["obnubilate", [2, 377, 4]], ["jumble", [2, 377, 5]], ["throw", [2, 377, 6]], ["confound", [2, 377, 7]], ["fox", [2, 377, 8]], ["bedevil", [2, 377, 9]], ["discombobulate", [2, 377, 10]], ["obscure", [2, 377, 11]], ["disconcert", [2, 377, 12]], ["flurry", [2, 377, 13]], ["blur", [2, 377, 14]]]}, {"answer": "confusing", "hint": "synonyms for confusing", "clues": [["mix up", [2, 378, 0]], ["confuse", [2, 378, 1]], ["fuddle", [2, 378, 2]], ["put off", [2, 378, 3]], ["obnubilate", [2, 378, 4]], ["jumble", [2, 378, 5]], ["throw", [2, 378, 6]], ["confound", [2, 378, 7]], ["fox", [2, 378, 8]], ["bedevil", [2, 378, 9]], ["discombobulate", [2, 378, 10]], ["obscure", [2, 378, 11]], ["disconcert", [2, 378, 12]], ["flurry", [2, 378, 13]], ["blur", [2, 378, 14]]]}, {"answer": "congested", "hint": "synonyms for congested", "clues": [["foul", [2, 379, 0]], ["clog up", [2, 379, 1]], ["back up", [2, 379, 2]], ["clog", [2, 379, 3]], ["choke off", [2, 379, 4]], ["congest", [2, 379, 5]], ["choke", [2, 379, 6]]]}, {"answer": "conglomerate", "hint": "synonyms for conglomerate", "clues": [["pile up", [2, 380, 0]], ["gather", [2, 380, 1]], ["cumulate", [2, 380, 2]], ["amass", [2, 380, 3]]]}, {"answer": "conjoined", "hint": "synonyms for conjoined", "clues": [["conjoin", [2, 381, 0]], ["get hitched with", [2, 381, 1]], ["espouse", [2, 381, 2]], ["get married", [2, 381, 3]], ["join", [2, 381, 4]], ["marry", [2, 381, 5]], ["wed", [2, 381, 6]], ["hook up with", [2, 381, 7]]]}, {"answer": "connected", "hint": "synonyms for connected", "clues": [["connect", [2, 382, 0]], ["tie", [2, 382, 1]], ["touch base", [2, 382, 2]], ["join", [2, 382, 3]], ["plug in", [2, 382, 4]], ["link up", [2, 382, 5]], ["colligate", [2, 382, 6]], ["unite", [2, 382, 7]], ["link", [2, 382, 8]], ["tie in", [2, 382, 9]], ["relate", [2, 382, 10]], ["get in touch", [2, 382, 11]], ["associate", [2, 382, 12]]]}, {"answer": "consecrate", "hint": "synonyms for consecrate", "clues": [["hallow", [2, 383, 0]], ["order", [2, 383, 1]], ["sanctify", [2, 383, 2]], ["bless", [2, 383, 3]], ["ordain", [2, 383, 4]], ["vow", [2, 383, 5]], ["ordinate", [2, 383, 6]], ["devote", [2, 383, 7]], ["give", [2, 383, 8]], ["commit", [2, 383, 9]], ["dedicate", [2, 383, 10]]]}, {"answer": "consecrated", "hint": "synonyms for consecrated", "clues": [["consecrate", [2, 384, 0]], ["hallow", [2, 384, 1]], ["order", [2, 384, 2]], ["sanctify", [2, 384, 3]], ["bless", [2, 384, 4]], ["ordain", [2, 384, 5]], ["vow", [2, 384, 6]], ["ordinate", [2, 384, 7]], ["devote", [2, 384, 8]], ["give", [2, 384, 9]], ["commit", [2, 384, 10]], ["dedicate", [2, 384, 11]]]}, {"answer": "conserved", "hint": "synonyms for conserved", "clues": [["husband", [2, 385, 0]], ["conserve", [2, 385, 1]], ["economize", [2, 385, 2]], ["maintain", [2, 385, 3]], ["preserve", [2, 385, 4]], ["keep up", [2, 385, 5]]]}, {"answer": "considered", "hint": "synonyms for considered", "clues": [["think", [2, 386, 0]], ["consider", [2, 386, 1]], ["regard", [2, 386, 2]], ["look at", [2, 386, 3]], ["deal", [2, 386, 4]], ["count", [2, 386, 5]], ["weigh", [2, 386, 6]], ["conceive", [2, 386, 7]], ["take", [2, 386, 8]], ["deliberate", [2, 386, 9]], ["view", [2, 386, 10]], ["see", [2, 386, 11]], ["reckon", [2, 386, 12]], ["study", [2, 386, 13]], ["debate", [2, 386, 14]], ["turn over", [2, 386, 15]], ["moot", [2, 386, 16]], ["believe", [2, 386, 17]]]}, {"answer": "consoling", "hint": "synonyms for consoling", "clues": [["solace", [2, 387, 0]], ["soothe", [2, 387, 1]], ["comfort", [2, 387, 2]], ["console", [2, 387, 3]]]}, {"answer": "constituted", "hint": "synonyms for constituted", "clues": [["make up", [2, 388, 0]], ["appoint", [2, 388, 1]], ["constitute", [2, 388, 2]], ["name", [2, 388, 3]], ["make", [2, 388, 4]], ["institute", [2, 388, 5]], ["establish", [2, 388, 6]], ["comprise", [2, 388, 7]], ["nominate", [2, 388, 8]], ["plant", [2, 388, 9]], ["found", [2, 388, 10]], ["form", [2, 388, 11]], ["be", [2, 388, 12]], ["represent", [2, 388, 13]]]}, {"answer": "constrained", "hint": "synonyms for constrained", "clues": [["encumber", [2, 389, 0]], ["constrain", [2, 389, 1]], ["restrain", [2, 389, 2]], ["tighten up", [2, 389, 3]], ["tighten", [2, 389, 4]], ["stiffen", [2, 389, 5]]]}, {"answer": "constraining", "hint": "synonyms for constraining", "clues": [["encumber", [2, 390, 0]], ["constrain", [2, 390, 1]], ["restrain", [2, 390, 2]], ["tighten up", [2, 390, 3]], ["tighten", [2, 390, 4]], ["stiffen", [2, 390, 5]]]}, {"answer": "constricted", "hint": "synonyms for constricted", "clues": [["constrict", [2, 391, 0]], ["squeeze", [2, 391, 1]], ["constringe", [2, 391, 2]], ["compact", [2, 391, 3]], ["press", [2, 391, 4]], ["compress", [2, 391, 5]], ["narrow", [2, 391, 6]], ["contract", [2, 391, 7]]]}, {"answer": "constricting", "hint": "synonyms for constricting", "clues": [["constrict", [2, 392, 0]], ["squeeze", [2, 392, 1]], ["constringe", [2, 392, 2]], ["compact", [2, 392, 3]], ["press", [2, 392, 4]], ["compress", [2, 392, 5]], ["narrow", [2, 392, 6]], ["contract", [2, 392, 7]]]}, {"answer": "consuming", "hint": "synonyms for consuming", "clues": [["wipe out", [2, 393, 0]], ["consume", [2, 393, 1]], ["have", [2, 393, 2]], ["run through", [2, 393, 3]], ["eat", [2, 393, 4]], ["go through", [2, 393, 5]], ["deplete", [2, 393, 6]], ["devour", [2, 393, 7]], ["squander", [2, 393, 8]], ["take in", [2, 393, 9]], ["waste", [2, 393, 10]], ["exhaust", [2, 393, 11]], ["ingest", [2, 393, 12]], ["use up", [2, 393, 13]], ["eat up", [2, 393, 14]], ["ware", [2, 393, 15]], ["take", [2, 393, 16]], ["down", [2, 393, 17]]]}, {"answer": "contained", "hint": "synonyms for contained", "clues": [["bear", [2, 394, 0]], ["check", [2, 394, 1]], ["contain", [2, 394, 2]], ["comprise", [2, 394, 3]], ["hold", [2, 394, 4]], ["curb", [2, 394, 5]], ["hold in", [2, 394, 6]], ["take", [2, 394, 7]], ["turn back", [2, 394, 8]], ["arrest", [2, 394, 9]], ["hold back", [2, 394, 10]], ["control", [2, 394, 11]], ["moderate", [2, 394, 12]], ["carry", [2, 394, 13]], ["incorporate", [2, 394, 14]], ["stop", [2, 394, 15]]]}, {"answer": "continued", "hint": "synonyms for continued", "clues": [["go forward", [2, 395, 0]], ["continue", [2, 395, 1]], ["proceed", [2, 395, 2]], ["stay", [2, 395, 3]], ["keep on", [2, 395, 4]], ["remain", [2, 395, 5]], ["persist in", [2, 395, 6]], ["carry on", [2, 395, 7]], ["preserve", [2, 395, 8]], ["bear on", [2, 395, 9]], ["go on", [2, 395, 10]], ["extend", [2, 395, 11]], ["keep", [2, 395, 12]], ["cover", [2, 395, 13]], ["retain", [2, 395, 14]], ["uphold", [2, 395, 15]], ["stay on", [2, 395, 16]], ["go along", [2, 395, 17]]]}, {"answer": "continuing", "hint": "synonyms for continuing", "clues": [["go forward", [2, 396, 0]], ["continue", [2, 396, 1]], ["proceed", [2, 396, 2]], ["stay", [2, 396, 3]], ["keep on", [2, 396, 4]], ["remain", [2, 396, 5]], ["persist in", [2, 396, 6]], ["carry on", [2, 396, 7]], ["preserve", [2, 396, 8]], ["bear on", [2, 396, 9]], ["go on", [2, 396, 10]], ["extend", [2, 396, 11]], ["keep", [2, 396, 12]], ["cover", [2, 396, 13]], ["retain", [2, 396, 14]], ["uphold", [2, 396, 15]], ["stay on", [2, 396, 16]], ["go along", [2, 396, 17]]]}, {"answer": "contorted", "hint": "synonyms for contorted", "clues": [["contort", [2, 397, 0]], ["deform", [2, 397, 1]], ["wring", [2, 397, 2]], ["distort", [2, 397, 3]]]}, {"answer": "contracted", "hint": "synonyms for contracted", "clues": [["contract", [2, 398, 0]], ["undertake", [2, 398, 1]], ["sign", [2, 398, 2]], ["condense", [2, 398, 3]], ["constrict", [2, 398, 4]], ["concentrate", [2, 398, 5]], ["cut", [2, 398, 6]], ["compact", [2, 398, 7]], ["foreshorten", [2, 398, 8]], ["press", [2, 398, 9]], ["sign up", [2, 398, 10]], ["abbreviate", [2, 398, 11]], ["take", [2, 398, 12]], ["sign on", [2, 398, 13]], ["squeeze", [2, 398, 14]], ["narrow", [2, 398, 15]], ["shrink", [2, 398, 16]], ["get", [2, 398, 17]], ["abridge", [2, 398, 18]], ["reduce", [2, 398, 19]], ["compress", [2, 398, 20]], ["shorten", [2, 398, 21]]]}, {"answer": "contributing", "hint": "synonyms for contributing", "clues": [["impart", [2, 399, 0]], ["lend", [2, 399, 1]], ["conduce", [2, 399, 2]], ["lead", [2, 399, 3]], ["contribute", [2, 399, 4]], ["add", [2, 399, 5]], ["kick in", [2, 399, 6]], ["chip in", [2, 399, 7]], ["give", [2, 399, 8]], ["bring", [2, 399, 9]], ["bestow", [2, 399, 10]], ["put up", [2, 399, 11]]]}, {"answer": "contrived", "hint": "synonyms for contrived", "clues": [["throw", [2, 400, 0]], ["plan", [2, 400, 1]], ["project", [2, 400, 2]], ["invent", [2, 400, 3]], ["devise", [2, 400, 4]], ["contrive", [2, 400, 5]], ["excogitate", [2, 400, 6]], ["cast", [2, 400, 7]], ["forge", [2, 400, 8]], ["formulate", [2, 400, 9]], ["design", [2, 400, 10]]]}, {"answer": "controlled", "hint": "synonyms for controlled", "clues": [["ascertain", [2, 401, 0]], ["check", [2, 401, 1]], ["control", [2, 401, 2]], ["verify", [2, 401, 3]], ["curb", [2, 401, 4]], ["hold in", [2, 401, 5]], ["master", [2, 401, 6]], ["see", [2, 401, 7]], ["assure", [2, 401, 8]], ["ensure", [2, 401, 9]], ["contain", [2, 401, 10]], ["insure", [2, 401, 11]], ["command", [2, 401, 12]], ["hold", [2, 401, 13]], ["operate", [2, 401, 14]], ["see to it", [2, 401, 15]], ["moderate", [2, 401, 16]], ["keep in line", [2, 401, 17]], ["manipulate", [2, 401, 18]]]}, {"answer": "controlling", "hint": "synonyms for controlling", "clues": [["ascertain", [2, 402, 0]], ["check", [2, 402, 1]], ["control", [2, 402, 2]], ["verify", [2, 402, 3]], ["curb", [2, 402, 4]], ["hold in", [2, 402, 5]], ["master", [2, 402, 6]], ["see", [2, 402, 7]], ["assure", [2, 402, 8]], ["ensure", [2, 402, 9]], ["contain", [2, 402, 10]], ["insure", [2, 402, 11]], ["command", [2, 402, 12]], ["hold", [2, 402, 13]], ["operate", [2, 402, 14]], ["see to it", [2, 402, 15]], ["moderate", [2, 402, 16]], ["keep in line", [2, 402, 17]], ["manipulate", [2, 402, 18]]]}, {"answer": "converted", "hint": "synonyms for converted", "clues": [["win over", [2, 403, 0]], ["convert", [2, 403, 1]], ["commute", [2, 403, 2]], ["change", [2, 403, 3]], ["change over", [2, 403, 4]], ["convince", [2, 403, 5]]]}, {"answer": "convolute", "hint": "synonyms for convolute", "clues": [["convolve", [2, 404, 0]], ["sophisticate", [2, 404, 1]], ["twist around", [2, 404, 2]], ["twist", [2, 404, 3]], ["pervert", [2, 404, 4]]]}, {"answer": "convoluted", "hint": "synonyms for convoluted", "clues": [["convolve", [2, 405, 0]], ["sophisticate", [2, 405, 1]], ["twist around", [2, 405, 2]], ["convolute", [2, 405, 3]], ["twist", [2, 405, 4]], ["pervert", [2, 405, 5]]]}, {"answer": "cooked", "hint": "synonyms for cooked", "clues": [["cook", [2, 406, 0]], ["fix", [2, 406, 1]], ["manipulate", [2, 406, 2]], ["falsify", [2, 406, 3]], ["wangle", [2, 406, 4]], ["fudge", [2, 406, 5]], ["ready", [2, 406, 6]], ["prepare", [2, 406, 7]], ["fake", [2, 406, 8]], ["misrepresent", [2, 406, 9]], ["make", [2, 406, 10]]]}, {"answer": "correct", "hint": "synonyms for correct", "clues": [["slump", [2, 407, 0]], ["compensate", [2, 407, 1]], ["rectify", [2, 407, 2]], ["objurgate", [2, 407, 3]], ["castigate", [2, 407, 4]], ["right", [2, 407, 5]], ["make up", [2, 407, 6]], ["even out", [2, 407, 7]], ["even off", [2, 407, 8]], ["set", [2, 407, 9]], ["discipline", [2, 407, 10]], ["redress", [2, 407, 11]], ["sort out", [2, 407, 12]], ["even up", [2, 407, 13]], ["chasten", [2, 407, 14]], ["chastise", [2, 407, 15]], ["decline", [2, 407, 16]], ["adjust", [2, 407, 17]], ["counterbalance", [2, 407, 18]]]}, {"answer": "corrected", "hint": "synonyms for corrected", "clues": [["slump", [2, 408, 0]], ["compensate", [2, 408, 1]], ["correct", [2, 408, 2]], ["rectify", [2, 408, 3]], ["objurgate", [2, 408, 4]], ["castigate", [2, 408, 5]], ["right", [2, 408, 6]], ["make up", [2, 408, 7]], ["even out", [2, 408, 8]], ["even off", [2, 408, 9]], ["set", [2, 408, 10]], ["discipline", [2, 408, 11]], ["redress", [2, 408, 12]], ["sort out", [2, 408, 13]], ["even up", [2, 408, 14]], ["chasten", [2, 408, 15]], ["chastise", [2, 408, 16]], ["decline", [2, 408, 17]], ["adjust", [2, 408, 18]], ["counterbalance", [2, 408, 19]]]}, {"answer": "corresponding", "hint": "synonyms for corresponding", "clues": [["stand for", [2, 409, 0]], ["match", [2, 409, 1]], ["fit", [2, 409, 2]], ["correspond", [2, 409, 3]], ["equate", [2, 409, 4]], ["represent", [2, 409, 5]], ["tally", [2, 409, 6]], ["jibe", [2, 409, 7]], ["gibe", [2, 409, 8]], ["check", [2, 409, 9]], ["agree", [2, 409, 10]]]}, {"answer": "corrupt", "hint": "synonyms for corrupt", "clues": [["deprave", [2, 410, 0]], ["bribe", [2, 410, 1]], ["taint", [2, 410, 2]], ["grease one's palms", [2, 410, 3]], ["spoil", [2, 410, 4]], ["demoralise", [2, 410, 5]], ["debauch", [2, 410, 6]], ["misdirect", [2, 410, 7]], ["buy", [2, 410, 8]], ["defile", [2, 410, 9]], ["cloud", [2, 410, 10]], ["pervert", [2, 410, 11]], ["profane", [2, 410, 12]], ["sully", [2, 410, 13]], ["vitiate", [2, 410, 14]], ["subvert", [2, 410, 15]], ["debase", [2, 410, 16]]]}, {"answer": "corrupted", "hint": "synonyms for corrupted", "clues": [["grease one's palms", [2, 411, 0]], ["demoralise", [2, 411, 1]], ["debauch", [2, 411, 2]], ["cloud", [2, 411, 3]], ["sully", [2, 411, 4]], ["buy", [2, 411, 5]], ["deprave", [2, 411, 6]], ["bribe", [2, 411, 7]], ["taint", [2, 411, 8]], ["corrupt", [2, 411, 9]], ["spoil", [2, 411, 10]], ["defile", [2, 411, 11]], ["misdirect", [2, 411, 12]], ["pervert", [2, 411, 13]], ["profane", [2, 411, 14]], ["vitiate", [2, 411, 15]], ["subvert", [2, 411, 16]], ["debase", [2, 411, 17]]]}, {"answer": "corrupting", "hint": "synonyms for corrupting", "clues": [["grease one's palms", [2, 412, 0]], ["demoralise", [2, 412, 1]], ["debauch", [2, 412, 2]], ["cloud", [2, 412, 3]], ["sully", [2, 412, 4]], ["buy", [2, 412, 5]], ["deprave", [2, 412, 6]], ["bribe", [2, 412, 7]], ["taint", [2, 412, 8]], ["corrupt", [2, 412, 9]], ["spoil", [2, 412, 10]], ["defile", [2, 412, 11]], ["misdirect", [2, 412, 12]], ["pervert", [2, 412, 13]], ["profane", [2, 412, 14]], ["vitiate", [2, 412, 15]], ["subvert", [2, 412, 16]], ["debase", [2, 412, 17]]]}, {"answer": "counterbalanced", "hint": "synonyms for counterbalanced", "clues": [["counterbalance", [2, 413, 0]], ["oppose", [2, 413, 1]], ["even up", [2, 413, 2]], ["make up", [2, 413, 3]], ["compensate", [2, 413, 4]], ["even out", [2, 413, 5]], ["even off", [2, 413, 6]], ["correct", [2, 413, 7]], ["counteract", [2, 413, 8]], ["neutralize", [2, 413, 9]], ["countervail", [2, 413, 10]]]}, {"answer": "coupled", "hint": "synonyms for coupled", "clues": [["pair", [2, 414, 0]], ["couple", [2, 414, 1]], ["mate", [2, 414, 2]], ["match", [2, 414, 3]], ["pair off", [2, 414, 4]], ["twin", [2, 414, 5]], ["couple on", [2, 414, 6]], ["couple up", [2, 414, 7]], ["copulate", [2, 414, 8]], ["partner off", [2, 414, 9]]]}, {"answer": "covered", "hint": "synonyms for covered", "clues": [["cover", [2, 415, 0]], ["cover up", [2, 415, 1]], ["report", [2, 415, 2]], ["brood", [2, 415, 3]], ["comprehend", [2, 415, 4]], ["hatch", [2, 415, 5]], ["wrap up", [2, 415, 6]], ["extend", [2, 415, 7]], ["address", [2, 415, 8]], ["deal", [2, 415, 9]], ["shroud", [2, 415, 10]], ["pass over", [2, 415, 11]], ["overlay", [2, 415, 12]], ["handle", [2, 415, 13]], ["cut across", [2, 415, 14]], ["track", [2, 415, 15]], ["traverse", [2, 415, 16]], ["embrace", [2, 415, 17]], ["get over", [2, 415, 18]], ["insure", [2, 415, 19]], ["cross", [2, 415, 20]], ["continue", [2, 415, 21]], ["underwrite", [2, 415, 22]], ["cut through", [2, 415, 23]], ["incubate", [2, 415, 24]], ["overcompensate", [2, 415, 25]], ["plow", [2, 415, 26]], ["treat", [2, 415, 27]], ["compensate", [2, 415, 28]], ["encompass", [2, 415, 29]], ["spread over", [2, 415, 30]], ["breed", [2, 415, 31]], ["hide", [2, 415, 32]], ["get across", [2, 415, 33]]]}, {"answer": "crabbed", "hint": "synonyms for crabbed", "clues": [["bitch", [2, 416, 0]], ["squawk", [2, 416, 1]], ["holler", [2, 416, 2]], ["gripe", [2, 416, 3]], ["crab", [2, 416, 4]], ["beef", [2, 416, 5]], ["bellyache", [2, 416, 6]], ["grouse", [2, 416, 7]]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["break through", [2, 417, 0]], ["crack up", [2, 417, 1]], ["check", [2, 417, 2]], ["snap", [2, 417, 3]], ["break", [2, 417, 4]], ["collapse", [2, 417, 5]], ["break up", [2, 417, 6]]]}, {"answer": "cracked", "hint": "synonyms for cracked", "clues": [["crack", [2, 418, 0]], ["crack up", [2, 418, 1]], ["snap", [2, 418, 2]], ["break through", [2, 418, 3]], ["check", [2, 418, 4]], ["break", [2, 418, 5]], ["break up", [2, 418, 6]], ["collapse", [2, 418, 7]]]}, {"answer": "cracking", "hint": "synonyms for cracking", "clues": [["crack", [2, 419, 0]], ["crack up", [2, 419, 1]], ["snap", [2, 419, 2]], ["break through", [2, 419, 3]], ["check", [2, 419, 4]], ["break", [2, 419, 5]], ["break up", [2, 419, 6]], ["collapse", [2, 419, 7]]]}, {"answer": "cramped", "hint": "synonyms for cramped", "clues": [["hamper", [2, 420, 0]], ["cramp", [2, 420, 1]], ["strangle", [2, 420, 2]], ["halter", [2, 420, 3]]]}, {"answer": "crashing", "hint": "synonyms for crashing", "clues": [["doss down", [2, 421, 0]], ["doss", [2, 421, 1]], ["crash", [2, 421, 2]], ["break apart", [2, 421, 3]], ["dash", [2, 421, 4]], ["ram", [2, 421, 5]], ["gate-crash", [2, 421, 6]], ["break up", [2, 421, 7]], ["go down", [2, 421, 8]], ["barge in", [2, 421, 9]]]}, {"answer": "craved", "hint": "synonyms for craved", "clues": [["hunger", [2, 422, 0]], ["crave", [2, 422, 1]], ["thirst", [2, 422, 2]], ["lust", [2, 422, 3]], ["starve", [2, 422, 4]]]}, {"answer": "cringing", "hint": "synonyms for cringing", "clues": [["quail", [2, 423, 0]], ["funk", [2, 423, 1]], ["recoil", [2, 423, 2]], ["fawn", [2, 423, 3]], ["cower", [2, 423, 4]], ["cringe", [2, 423, 5]], ["wince", [2, 423, 6]], ["shrink", [2, 423, 7]], ["flinch", [2, 423, 8]], ["squinch", [2, 423, 9]], ["creep", [2, 423, 10]], ["grovel", [2, 423, 11]], ["crawl", [2, 423, 12]]]}, {"answer": "crinkled", "hint": "synonyms for crinkled", "clues": [["crinkle", [2, 424, 0]], ["rumple", [2, 424, 1]], ["crease", [2, 424, 2]], ["scrunch up", [2, 424, 3]], ["crisp", [2, 424, 4]], ["ruckle", [2, 424, 5]], ["scrunch", [2, 424, 6]]]}, {"answer": "crisp", "hint": "synonyms for crisp", "clues": [["crispen", [2, 425, 0]], ["toast", [2, 425, 1]], ["ruckle", [2, 425, 2]], ["wrinkle", [2, 425, 3]], ["crease", [2, 425, 4]], ["scrunch", [2, 425, 5]], ["scrunch up", [2, 425, 6]]]}, {"answer": "cropped", "hint": "synonyms for cropped", "clues": [["dress", [2, 426, 0]], ["graze", [2, 426, 1]], ["work", [2, 426, 2]], ["pasture", [2, 426, 3]], ["crop", [2, 426, 4]], ["cultivate", [2, 426, 5]], ["snip", [2, 426, 6]], ["trim", [2, 426, 7]], ["prune", [2, 426, 8]], ["range", [2, 426, 9]], ["clip", [2, 426, 10]], ["browse", [2, 426, 11]], ["lop", [2, 426, 12]], ["cut back", [2, 426, 13]]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["get over", [2, 427, 0]], ["intersect", [2, 427, 1]], ["thwart", [2, 427, 2]], ["crossbreed", [2, 427, 3]], ["spoil", [2, 427, 4]], ["interbreed", [2, 427, 5]], ["sweep", [2, 427, 6]], ["traverse", [2, 427, 7]], ["get across", [2, 427, 8]], ["hybridize", [2, 427, 9]], ["bilk", [2, 427, 10]], ["cut through", [2, 427, 11]], ["cover", [2, 427, 12]], ["pass over", [2, 427, 13]], ["foil", [2, 427, 14]], ["span", [2, 427, 15]], ["cut across", [2, 427, 16]], ["track", [2, 427, 17]], ["scotch", [2, 427, 18]], ["frustrate", [2, 427, 19]], ["queer", [2, 427, 20]], ["baffle", [2, 427, 21]]]}, {"answer": "crossbred", "hint": "synonyms for crossbred", "clues": [["cross", [2, 428, 0]], ["crossbreed", [2, 428, 1]], ["hybridise", [2, 428, 2]], ["interbreed", [2, 428, 3]]]}, {"answer": "crossed", "hint": "synonyms for crossed", "clues": [["get over", [2, 429, 0]], ["cross", [2, 429, 1]], ["intersect", [2, 429, 2]], ["thwart", [2, 429, 3]], ["frustrate", [2, 429, 4]], ["spoil", [2, 429, 5]], ["crossbreed", [2, 429, 6]], ["interbreed", [2, 429, 7]], ["sweep", [2, 429, 8]], ["traverse", [2, 429, 9]], ["hybridize", [2, 429, 10]], ["bilk", [2, 429, 11]], ["baffle", [2, 429, 12]], ["cut through", [2, 429, 13]], ["pass over", [2, 429, 14]], ["foil", [2, 429, 15]], ["span", [2, 429, 16]], ["cut across", [2, 429, 17]], ["track", [2, 429, 18]], ["scotch", [2, 429, 19]], ["cover", [2, 429, 20]], ["queer", [2, 429, 21]], ["get across", [2, 429, 22]]]}, {"answer": "crowded", "hint": "synonyms for crowded", "clues": [["crowd", [2, 430, 0]], ["push", [2, 430, 1]], ["crowd together", [2, 430, 2]], ["herd", [2, 430, 3]]]}, {"answer": "crumpled", "hint": "synonyms for crumpled", "clues": [["crinkle", [2, 431, 0]], ["rumple", [2, 431, 1]], ["collapse", [2, 431, 2]], ["crumble", [2, 431, 3]], ["break down", [2, 431, 4]], ["cockle", [2, 431, 5]], ["buckle", [2, 431, 6]], ["knit", [2, 431, 7]], ["crease", [2, 431, 8]], ["pucker", [2, 431, 9]], ["tumble", [2, 431, 10]]]}, {"answer": "crushed", "hint": "synonyms for crushed", "clues": [["mash", [2, 432, 0]], ["squelch", [2, 432, 1]], ["vanquish", [2, 432, 2]], ["suppress", [2, 432, 3]], ["beat out", [2, 432, 4]], ["squash", [2, 432, 5]], ["crush", [2, 432, 6]], ["beat", [2, 432, 7]], ["jam", [2, 432, 8]], ["demolish", [2, 432, 9]], ["shell", [2, 432, 10]], ["oppress", [2, 432, 11]], ["break down", [2, 432, 12]], ["squeeze", [2, 432, 13]], ["trounce", [2, 432, 14]]]}, {"answer": "crushing", "hint": "synonyms for crushing", "clues": [["mash", [2, 433, 0]], ["squelch", [2, 433, 1]], ["vanquish", [2, 433, 2]], ["suppress", [2, 433, 3]], ["beat out", [2, 433, 4]], ["squash", [2, 433, 5]], ["crush", [2, 433, 6]], ["beat", [2, 433, 7]], ["jam", [2, 433, 8]], ["demolish", [2, 433, 9]], ["shell", [2, 433, 10]], ["oppress", [2, 433, 11]], ["break down", [2, 433, 12]], ["squeeze", [2, 433, 13]], ["trounce", [2, 433, 14]]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["cry", [2, 434, 0]], ["call", [2, 434, 1]], ["shout", [2, 434, 2]], ["cry out", [2, 434, 3]], ["outcry", [2, 434, 4]], ["hollo", [2, 434, 5]], ["weep", [2, 434, 6]], ["squall", [2, 434, 7]], ["yell", [2, 434, 8]], ["call out", [2, 434, 9]], ["shout out", [2, 434, 10]], ["scream", [2, 434, 11]], ["exclaim", [2, 434, 12]], ["blazon out", [2, 434, 13]], ["holler", [2, 434, 14]]]}, {"answer": "crystalised", "hint": "synonyms for crystalised", "clues": [["crystalise", [2, 435, 0]], ["clear", [2, 435, 1]], ["illuminate", [2, 435, 2]], ["effloresce", [2, 435, 3]], ["sort out", [2, 435, 4]], ["enlighten", [2, 435, 5]], ["elucidate", [2, 435, 6]], ["shed light on", [2, 435, 7]], ["straighten out", [2, 435, 8]], ["clear up", [2, 435, 9]]]}, {"answer": "crystalized", "hint": "synonyms for crystalized", "clues": [["crystalise", [2, 436, 0]], ["clear", [2, 436, 1]], ["illuminate", [2, 436, 2]], ["effloresce", [2, 436, 3]], ["sort out", [2, 436, 4]], ["enlighten", [2, 436, 5]], ["elucidate", [2, 436, 6]], ["shed light on", [2, 436, 7]], ["straighten out", [2, 436, 8]], ["clear up", [2, 436, 9]]]}, {"answer": "crystallised", "hint": "synonyms for crystallised", "clues": [["crystalize", [2, 437, 0]], ["clear", [2, 437, 1]], ["illuminate", [2, 437, 2]], ["sort out", [2, 437, 3]], ["enlighten", [2, 437, 4]], ["elucidate", [2, 437, 5]], ["shed light on", [2, 437, 6]], ["straighten out", [2, 437, 7]], ["clear up", [2, 437, 8]]]}, {"answer": "crystallized", "hint": "synonyms for crystallized", "clues": [["crystalise", [2, 438, 0]], ["clear", [2, 438, 1]], ["illuminate", [2, 438, 2]], ["effloresce", [2, 438, 3]], ["sort out", [2, 438, 4]], ["enlighten", [2, 438, 5]], ["elucidate", [2, 438, 6]], ["shed light on", [2, 438, 7]], ["straighten out", [2, 438, 8]], ["clear up", [2, 438, 9]]]}, {"answer": "cultivated", "hint": "synonyms for cultivated", "clues": [["train", [2, 439, 0]], ["civilise", [2, 439, 1]], ["cultivate", [2, 439, 2]], ["work", [2, 439, 3]], ["educate", [2, 439, 4]], ["tame", [2, 439, 5]], ["crop", [2, 439, 6]], ["naturalize", [2, 439, 7]], ["school", [2, 439, 8]], ["domesticate", [2, 439, 9]]]}, {"answer": "curled", "hint": "synonyms for curled", "clues": [["kink", [2, 440, 0]], ["coil", [2, 440, 1]], ["draw in", [2, 440, 2]], ["curl", [2, 440, 3]], ["curve", [2, 440, 4]], ["loop", [2, 440, 5]], ["curl up", [2, 440, 6]], ["wave", [2, 440, 7]]]}, {"answer": "curling", "hint": "synonyms for curling", "clues": [["kink", [2, 441, 0]], ["coil", [2, 441, 1]], ["draw in", [2, 441, 2]], ["curl", [2, 441, 3]], ["curve", [2, 441, 4]], ["loop", [2, 441, 5]], ["curl up", [2, 441, 6]], ["wave", [2, 441, 7]]]}, {"answer": "cursed", "hint": "synonyms for cursed", "clues": [["curse", [2, 442, 0]], ["excommunicate", [2, 442, 1]], ["maledict", [2, 442, 2]], ["swear", [2, 442, 3]], ["bedamn", [2, 442, 4]], ["unchurch", [2, 442, 5]], ["beshrew", [2, 442, 6]], ["damn", [2, 442, 7]], ["imprecate", [2, 442, 8]], ["anathemise", [2, 442, 9]], ["cuss", [2, 442, 10]], ["blaspheme", [2, 442, 11]]]}, {"answer": "curst", "hint": "synonyms for curst", "clues": [["curse", [2, 443, 0]], ["excommunicate", [2, 443, 1]], ["maledict", [2, 443, 2]], ["swear", [2, 443, 3]], ["bedamn", [2, 443, 4]], ["unchurch", [2, 443, 5]], ["beshrew", [2, 443, 6]], ["damn", [2, 443, 7]], ["imprecate", [2, 443, 8]], ["anathemise", [2, 443, 9]], ["cuss", [2, 443, 10]], ["blaspheme", [2, 443, 11]]]}, {"answer": "curved", "hint": "synonyms for curved", "clues": [["kink", [2, 444, 0]], ["curve", [2, 444, 1]], ["slew", [2, 444, 2]], ["wind", [2, 444, 3]], ["sheer", [2, 444, 4]], ["slue", [2, 444, 5]], ["arch", [2, 444, 6]], ["swerve", [2, 444, 7]], ["twist", [2, 444, 8]], ["veer", [2, 444, 9]], ["curl", [2, 444, 10]], ["cut", [2, 444, 11]], ["trend", [2, 444, 12]], ["crook", [2, 444, 13]]]}, {"answer": "curving", "hint": "synonyms for curving", "clues": [["kink", [2, 445, 0]], ["curve", [2, 445, 1]], ["slew", [2, 445, 2]], ["wind", [2, 445, 3]], ["sheer", [2, 445, 4]], ["slue", [2, 445, 5]], ["arch", [2, 445, 6]], ["swerve", [2, 445, 7]], ["twist", [2, 445, 8]], ["veer", [2, 445, 9]], ["curl", [2, 445, 10]], ["cut", [2, 445, 11]], ["trend", [2, 445, 12]], ["crook", [2, 445, 13]]]}, {"answer": "cussed", "hint": "synonyms for cussed", "clues": [["swear", [2, 446, 0]], ["curse", [2, 446, 1]], ["cuss", [2, 446, 2]], ["imprecate", [2, 446, 3]], ["blaspheme", [2, 446, 4]]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["skip", [2, 447, 0]], ["cut back", [2, 447, 1]], ["write out", [2, 447, 2]], ["turn off", [2, 447, 3]], ["burn", [2, 447, 4]], ["slew", [2, 447, 5]], ["issue", [2, 447, 6]], ["cut off", [2, 447, 7]], ["trim back", [2, 447, 8]], ["contract", [2, 447, 9]], ["sheer", [2, 447, 10]], ["turn out", [2, 447, 11]], ["cut down", [2, 447, 12]], ["make out", [2, 447, 13]], ["prune", [2, 447, 14]], ["bring down", [2, 447, 15]], ["veer", [2, 447, 16]], ["rationalize", [2, 447, 17]], ["edit out", [2, 447, 18]], ["hack", [2, 447, 19]], ["shorten", [2, 447, 20]], ["edit", [2, 447, 21]], ["thin", [2, 447, 22]], ["trim down", [2, 447, 23]], ["trend", [2, 447, 24]], ["reduce", [2, 447, 25]], ["switch off", [2, 447, 26]], ["foreshorten", [2, 447, 27]], ["curve", [2, 447, 28]], ["disregard", [2, 447, 29]], ["abbreviate", [2, 447, 30]], ["trim", [2, 447, 31]], ["slue", [2, 447, 32]], ["snub", [2, 447, 33]], ["swerve", [2, 447, 34]], ["geld", [2, 447, 35]], ["tailor", [2, 447, 36]], ["abridge", [2, 447, 37]], ["ignore", [2, 447, 38]], ["dilute", [2, 447, 39]], ["thin out", [2, 447, 40]]]}, {"answer": "cut_off", "hint": "synonyms for cut off", "clues": [["cut", [2, 448, 0]], ["disrupt", [2, 448, 1]], ["break up", [2, 448, 2]], ["chip", [2, 448, 3]], ["chop off", [2, 448, 4]], ["knap", [2, 448, 5]], ["interrupt", [2, 448, 6]], ["cut out", [2, 448, 7]], ["lop off", [2, 448, 8]], ["amputate", [2, 448, 9]], ["break off", [2, 448, 10]]]}, {"answer": "cut_up", "hint": "synonyms for cut up", "clues": [["mutilate", [2, 449, 0]], ["compartmentalize", [2, 449, 1]], ["mangle", [2, 449, 2]], ["hack", [2, 449, 3]], ["carve", [2, 449, 4]]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["turn off", [2, 450, 0]], ["cut", [2, 450, 1]], ["slew", [2, 450, 2]], ["issue", [2, 450, 3]], ["contract", [2, 450, 4]], ["sheer", [2, 450, 5]], ["make out", [2, 450, 6]], ["prune", [2, 450, 7]], ["rationalize", [2, 450, 8]], ["edit out", [2, 450, 9]], ["hack", [2, 450, 10]], ["thin", [2, 450, 11]], ["trim down", [2, 450, 12]], ["reduce", [2, 450, 13]], ["foreshorten", [2, 450, 14]], ["curve", [2, 450, 15]], ["disregard", [2, 450, 16]], ["slue", [2, 450, 17]], ["snub", [2, 450, 18]], ["swerve", [2, 450, 19]], ["geld", [2, 450, 20]], ["ignore", [2, 450, 21]], ["skip", [2, 450, 22]], ["cut back", [2, 450, 23]], ["write out", [2, 450, 24]], ["burn", [2, 450, 25]], ["cut off", [2, 450, 26]], ["trim back", [2, 450, 27]], ["turn out", [2, 450, 28]], ["cut down", [2, 450, 29]], ["bring down", [2, 450, 30]], ["veer", [2, 450, 31]], ["shorten", [2, 450, 32]], ["edit", [2, 450, 33]], ["trend", [2, 450, 34]], ["switch off", [2, 450, 35]], ["abbreviate", [2, 450, 36]], ["trim", [2, 450, 37]], ["tailor", [2, 450, 38]], ["abridge", [2, 450, 39]], ["dilute", [2, 450, 40]], ["thin out", [2, 450, 41]]]}, {"answer": "dabbled", "hint": "synonyms for dabbled", "clues": [["dabble", [2, 451, 0]], ["splash around", [2, 451, 1]], ["smatter", [2, 451, 2]], ["play around", [2, 451, 3]], ["paddle", [2, 451, 4]]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["curse", [2, 452, 0]], ["beshrew", [2, 452, 1]], ["imprecate", [2, 452, 2]], ["maledict", [2, 452, 3]], ["anathemize", [2, 452, 4]], ["bedamn", [2, 452, 5]]]}, {"answer": "damned", "hint": "synonyms for damned", "clues": [["maledict", [2, 453, 0]], ["bedamn", [2, 453, 1]], ["curse", [2, 453, 2]], ["beshrew", [2, 453, 3]], ["damn", [2, 453, 4]], ["imprecate", [2, 453, 5]], ["anathemize", [2, 453, 6]]]}, {"answer": "damning", "hint": "synonyms for damning", "clues": [["maledict", [2, 454, 0]], ["bedamn", [2, 454, 1]], ["curse", [2, 454, 2]], ["beshrew", [2, 454, 3]], ["damn", [2, 454, 4]], ["imprecate", [2, 454, 5]], ["anathemize", [2, 454, 6]]]}, {"answer": "damp", "hint": "synonyms for damp", "clues": [["dampen", [2, 455, 0]], ["deaden", [2, 455, 1]], ["mute", [2, 455, 2]], ["tone down", [2, 455, 3]], ["break", [2, 455, 4]], ["muffle", [2, 455, 5]], ["weaken", [2, 455, 6]], ["dull", [2, 455, 7]], ["soften", [2, 455, 8]]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["dare", [2, 456, 0]], ["make bold", [2, 456, 1]], ["presume", [2, 456, 2]], ["defy", [2, 456, 3]]]}, {"answer": "dashed", "hint": "synonyms for dashed", "clues": [["daunt", [2, 457, 0]], ["dash", [2, 457, 1]], ["shoot", [2, 457, 2]], ["pall", [2, 457, 3]], ["flash", [2, 457, 4]], ["dart", [2, 457, 5]], ["smash", [2, 457, 6]], ["scoot", [2, 457, 7]], ["frighten away", [2, 457, 8]], ["scare away", [2, 457, 9]], ["scud", [2, 457, 10]], ["frighten off", [2, 457, 11]], ["scare off", [2, 457, 12]], ["crash", [2, 457, 13]], ["scare", [2, 457, 14]]]}, {"answer": "dashing", "hint": "synonyms for dashing", "clues": [["daunt", [2, 458, 0]], ["dash", [2, 458, 1]], ["shoot", [2, 458, 2]], ["pall", [2, 458, 3]], ["flash", [2, 458, 4]], ["dart", [2, 458, 5]], ["smash", [2, 458, 6]], ["scoot", [2, 458, 7]], ["frighten away", [2, 458, 8]], ["scare away", [2, 458, 9]], ["scud", [2, 458, 10]], ["frighten off", [2, 458, 11]], ["scare off", [2, 458, 12]], ["crash", [2, 458, 13]], ["scare", [2, 458, 14]]]}, {"answer": "dated", "hint": "synonyms for dated", "clues": [["date", [2, 459, 0]], ["go steady", [2, 459, 1]], ["date stamp", [2, 459, 2]], ["see", [2, 459, 3]], ["go out", [2, 459, 4]]]}, {"answer": "daunted", "hint": "synonyms for daunted", "clues": [["frighten away", [2, 460, 0]], ["daunt", [2, 460, 1]], ["dash", [2, 460, 2]], ["scare away", [2, 460, 3]], ["frighten off", [2, 460, 4]], ["scare off", [2, 460, 5]], ["pall", [2, 460, 6]], ["scare", [2, 460, 7]]]}, {"answer": "daunting", "hint": "synonyms for daunting", "clues": [["frighten away", [2, 461, 0]], ["daunt", [2, 461, 1]], ["dash", [2, 461, 2]], ["scare away", [2, 461, 3]], ["frighten off", [2, 461, 4]], ["scare off", [2, 461, 5]], ["pall", [2, 461, 6]], ["scare", [2, 461, 7]]]}, {"answer": "deadened", "hint": "synonyms for deadened", "clues": [["blunt", [2, 462, 0]], ["deaden", [2, 462, 1]], ["damp", [2, 462, 2]], ["girdle", [2, 462, 3]], ["dampen", [2, 462, 4]]]}, {"answer": "deadening", "hint": "synonyms for deadening", "clues": [["blunt", [2, 463, 0]], ["deaden", [2, 463, 1]], ["damp", [2, 463, 2]], ["girdle", [2, 463, 3]], ["dampen", [2, 463, 4]]]}, {"answer": "debased", "hint": "synonyms for debased", "clues": [["deprave", [2, 464, 0]], ["load", [2, 464, 1]], ["demoralise", [2, 464, 2]], ["debauch", [2, 464, 3]], ["misdirect", [2, 464, 4]], ["dilute", [2, 464, 5]], ["alloy", [2, 464, 6]], ["corrupt", [2, 464, 7]], ["pervert", [2, 464, 8]], ["profane", [2, 464, 9]], ["debase", [2, 464, 10]], ["adulterate", [2, 464, 11]], ["stretch", [2, 464, 12]], ["vitiate", [2, 464, 13]], ["subvert", [2, 464, 14]]]}, {"answer": "debasing", "hint": "synonyms for debasing", "clues": [["deprave", [2, 465, 0]], ["load", [2, 465, 1]], ["demoralise", [2, 465, 2]], ["debauch", [2, 465, 3]], ["misdirect", [2, 465, 4]], ["dilute", [2, 465, 5]], ["alloy", [2, 465, 6]], ["corrupt", [2, 465, 7]], ["pervert", [2, 465, 8]], ["profane", [2, 465, 9]], ["debase", [2, 465, 10]], ["adulterate", [2, 465, 11]], ["stretch", [2, 465, 12]], ["vitiate", [2, 465, 13]], ["subvert", [2, 465, 14]]]}, {"answer": "debauched", "hint": "synonyms for debauched", "clues": [["deprave", [2, 466, 0]], ["demoralise", [2, 466, 1]], ["debauch", [2, 466, 2]], ["misdirect", [2, 466, 3]], ["corrupt", [2, 466, 4]], ["pervert", [2, 466, 5]], ["profane", [2, 466, 6]], ["vitiate", [2, 466, 7]], ["subvert", [2, 466, 8]], ["debase", [2, 466, 9]]]}, {"answer": "decayed", "hint": "synonyms for decayed", "clues": [["decay", [2, 467, 0]], ["disintegrate", [2, 467, 1]], ["decompose", [2, 467, 2]], ["crumble", [2, 467, 3]], ["dilapidate", [2, 467, 4]]]}, {"answer": "deceased", "hint": "synonyms for deceased", "clues": [["perish", [2, 468, 0]], ["kick the bucket", [2, 468, 1]], ["pop off", [2, 468, 2]], ["conk", [2, 468, 3]], ["die", [2, 468, 4]], ["croak", [2, 468, 5]], ["decease", [2, 468, 6]], ["drop dead", [2, 468, 7]], ["snuff it", [2, 468, 8]], ["expire", [2, 468, 9]], ["buy the farm", [2, 468, 10]], ["exit", [2, 468, 11]], ["cash in one's chips", [2, 468, 12]], ["give-up the ghost", [2, 468, 13]], ["choke", [2, 468, 14]], ["go", [2, 468, 15]], ["pass", [2, 468, 16]], ["pass away", [2, 468, 17]]]}, {"answer": "decided", "hint": "synonyms for decided", "clues": [["resolve", [2, 469, 0]], ["decide", [2, 469, 1]], ["adjudicate", [2, 469, 2]], ["make up one's mind", [2, 469, 3]], ["settle", [2, 469, 4]], ["determine", [2, 469, 5]]]}, {"answer": "deciding", "hint": "synonyms for deciding", "clues": [["resolve", [2, 470, 0]], ["decide", [2, 470, 1]], ["adjudicate", [2, 470, 2]], ["make up one's mind", [2, 470, 3]], ["settle", [2, 470, 4]], ["determine", [2, 470, 5]]]}, {"answer": "deciphered", "hint": "synonyms for deciphered", "clues": [["decipher", [2, 471, 0]], ["decrypt", [2, 471, 1]], ["decode", [2, 471, 2]], ["trace", [2, 471, 3]]]}, {"answer": "declared", "hint": "synonyms for declared", "clues": [["declare", [2, 472, 0]], ["adjudge", [2, 472, 1]], ["announce", [2, 472, 2]], ["hold", [2, 472, 3]]]}, {"answer": "decorated", "hint": "synonyms for decorated", "clues": [["decorate", [2, 473, 0]], ["adorn", [2, 473, 1]], ["ornament", [2, 473, 2]], ["beautify", [2, 473, 3]], ["embellish", [2, 473, 4]], ["dress", [2, 473, 5]], ["grace", [2, 473, 6]], ["deck", [2, 473, 7]]]}, {"answer": "decreased", "hint": "synonyms for decreased", "clues": [["decrease", [2, 474, 0]], ["minify", [2, 474, 1]], ["lessen", [2, 474, 2]], ["diminish", [2, 474, 3]], ["fall", [2, 474, 4]]]}, {"answer": "decreasing", "hint": "synonyms for decreasing", "clues": [["decrease", [2, 475, 0]], ["minify", [2, 475, 1]], ["lessen", [2, 475, 2]], ["diminish", [2, 475, 3]], ["fall", [2, 475, 4]]]}, {"answer": "dedicated", "hint": "synonyms for dedicated", "clues": [["consecrate", [2, 476, 0]], ["dedicate", [2, 476, 1]], ["devote", [2, 476, 2]], ["give", [2, 476, 3]], ["commit", [2, 476, 4]]]}, {"answer": "deepening", "hint": "synonyms for deepening", "clues": [["deepen", [2, 477, 0]], ["intensify", [2, 477, 1]], ["compound", [2, 477, 2]], ["heighten", [2, 477, 3]], ["change", [2, 477, 4]]]}, {"answer": "defeated", "hint": "synonyms for defeated", "clues": [["defeat", [2, 478, 0]], ["vote down", [2, 478, 1]], ["overcome", [2, 478, 2]], ["shoot down", [2, 478, 3]], ["kill", [2, 478, 4]], ["vote out", [2, 478, 5]], ["get the better of", [2, 478, 6]]]}, {"answer": "defending", "hint": "synonyms for defending", "clues": [["defend", [2, 479, 0]], ["fight down", [2, 479, 1]], ["fend for", [2, 479, 2]], ["support", [2, 479, 3]], ["hold", [2, 479, 4]], ["guard", [2, 479, 5]], ["fight back", [2, 479, 6]], ["oppose", [2, 479, 7]], ["represent", [2, 479, 8]], ["maintain", [2, 479, 9]], ["champion", [2, 479, 10]], ["fight", [2, 479, 11]]]}, {"answer": "defiled", "hint": "synonyms for defiled", "clues": [["maculate", [2, 480, 0]], ["defile", [2, 480, 1]], ["taint", [2, 480, 2]], ["foul", [2, 480, 3]], ["stain", [2, 480, 4]], ["cloud", [2, 480, 5]], ["befoul", [2, 480, 6]], ["sully", [2, 480, 7]], ["corrupt", [2, 480, 8]], ["tarnish", [2, 480, 9]]]}, {"answer": "defined", "hint": "synonyms for defined", "clues": [["specify", [2, 481, 0]], ["set", [2, 481, 1]], ["delineate", [2, 481, 2]], ["define", [2, 481, 3]], ["delimit", [2, 481, 4]], ["delimitate", [2, 481, 5]], ["determine", [2, 481, 6]], ["limit", [2, 481, 7]], ["fix", [2, 481, 8]]]}, {"answer": "deformed", "hint": "synonyms for deformed", "clues": [["deform", [2, 482, 0]], ["wring", [2, 482, 1]], ["flex", [2, 482, 2]], ["bend", [2, 482, 3]], ["contort", [2, 482, 4]], ["turn", [2, 482, 5]], ["twist", [2, 482, 6]], ["change shape", [2, 482, 7]], ["distort", [2, 482, 8]], ["strain", [2, 482, 9]], ["change form", [2, 482, 10]]]}, {"answer": "degraded", "hint": "synonyms for degraded", "clues": [["put down", [2, 483, 0]], ["take down", [2, 483, 1]], ["degrade", [2, 483, 2]], ["cheapen", [2, 483, 3]], ["disgrace", [2, 483, 4]], ["demean", [2, 483, 5]]]}, {"answer": "degrading", "hint": "synonyms for degrading", "clues": [["put down", [2, 484, 0]], ["take down", [2, 484, 1]], ["degrade", [2, 484, 2]], ["cheapen", [2, 484, 3]], ["disgrace", [2, 484, 4]], ["demean", [2, 484, 5]]]}, {"answer": "dejected", "hint": "synonyms for dejected", "clues": [["dismay", [2, 485, 0]], ["deject", [2, 485, 1]], ["get down", [2, 485, 2]], ["dispirit", [2, 485, 3]], ["cast down", [2, 485, 4]], ["demoralize", [2, 485, 5]], ["depress", [2, 485, 6]]]}, {"answer": "delayed", "hint": "synonyms for delayed", "clues": [["delay", [2, 486, 0]], ["detain", [2, 486, 1]], ["retard", [2, 486, 2]], ["check", [2, 486, 3]], ["stay", [2, 486, 4]], ["hold up", [2, 486, 5]]]}, {"answer": "deliberate", "hint": "synonyms for deliberate", "clues": [["consider", [2, 487, 0]], ["moot", [2, 487, 1]], ["debate", [2, 487, 2]], ["turn over", [2, 487, 3]]]}, {"answer": "delighted", "hint": "synonyms for delighted", "clues": [["enthral", [2, 488, 0]], ["delight", [2, 488, 1]], ["transport", [2, 488, 2]], ["revel", [2, 488, 3]], ["enchant", [2, 488, 4]], ["enrapture", [2, 488, 5]], ["ravish", [2, 488, 6]], ["please", [2, 488, 7]], ["enjoy", [2, 488, 8]]]}, {"answer": "delimited", "hint": "synonyms for delimited", "clues": [["specify", [2, 489, 0]], ["define", [2, 489, 1]], ["delimit", [2, 489, 2]], ["demarcate", [2, 489, 3]], ["delimitate", [2, 489, 4]], ["subtend", [2, 489, 5]], ["delineate", [2, 489, 6]]]}, {"answer": "delineate", "hint": "synonyms for delineate", "clues": [["specify", [2, 490, 0]], ["trace", [2, 490, 1]], ["define", [2, 490, 2]], ["delimit", [2, 490, 3]], ["outline", [2, 490, 4]], ["limn", [2, 490, 5]], ["draw", [2, 490, 6]], ["describe", [2, 490, 7]], ["line", [2, 490, 8]], ["delimitate", [2, 490, 9]]]}, {"answer": "delineated", "hint": "synonyms for delineated", "clues": [["specify", [2, 491, 0]], ["trace", [2, 491, 1]], ["delineate", [2, 491, 2]], ["define", [2, 491, 3]], ["delimit", [2, 491, 4]], ["outline", [2, 491, 5]], ["limn", [2, 491, 6]], ["draw", [2, 491, 7]], ["describe", [2, 491, 8]], ["line", [2, 491, 9]], ["delimitate", [2, 491, 10]]]}, {"answer": "demanding", "hint": "synonyms for demanding", "clues": [["ask", [2, 492, 0]], ["involve", [2, 492, 1]], ["demand", [2, 492, 2]], ["exact", [2, 492, 3]], ["need", [2, 492, 4]], ["postulate", [2, 492, 5]], ["necessitate", [2, 492, 6]], ["require", [2, 492, 7]], ["call for", [2, 492, 8]], ["take", [2, 492, 9]]]}, {"answer": "demeaning", "hint": "synonyms for demeaning", "clues": [["put down", [2, 493, 0]], ["take down", [2, 493, 1]], ["degrade", [2, 493, 2]], ["disgrace", [2, 493, 3]], ["demean", [2, 493, 4]]]}, {"answer": "demolished", "hint": "synonyms for demolished", "clues": [["pulverise", [2, 494, 0]], ["demolish", [2, 494, 1]], ["crush", [2, 494, 2]], ["smash", [2, 494, 3]], ["destroy", [2, 494, 4]]]}, {"answer": "demonstrated", "hint": "synonyms for demonstrated", "clues": [["manifest", [2, 495, 0]], ["demo", [2, 495, 1]], ["demonstrate", [2, 495, 2]], ["exhibit", [2, 495, 3]], ["certify", [2, 495, 4]], ["present", [2, 495, 5]], ["shew", [2, 495, 6]], ["march", [2, 495, 7]], ["show", [2, 495, 8]], ["establish", [2, 495, 9]], ["evidence", [2, 495, 10]], ["attest", [2, 495, 11]], ["prove", [2, 495, 12]]]}, {"answer": "demoralised", "hint": "synonyms for demoralised", "clues": [["dismay", [2, 496, 0]], ["demoralise", [2, 496, 1]], ["debauch", [2, 496, 2]], ["depress", [2, 496, 3]], ["deprave", [2, 496, 4]], ["deject", [2, 496, 5]], ["get down", [2, 496, 6]], ["misdirect", [2, 496, 7]], ["dispirit", [2, 496, 8]], ["cast down", [2, 496, 9]], ["corrupt", [2, 496, 10]], ["pervert", [2, 496, 11]], ["profane", [2, 496, 12]], ["vitiate", [2, 496, 13]], ["subvert", [2, 496, 14]], ["debase", [2, 496, 15]]]}, {"answer": "demoralising", "hint": "synonyms for demoralising", "clues": [["dismay", [2, 497, 0]], ["demoralise", [2, 497, 1]], ["debauch", [2, 497, 2]], ["depress", [2, 497, 3]], ["deprave", [2, 497, 4]], ["deject", [2, 497, 5]], ["get down", [2, 497, 6]], ["misdirect", [2, 497, 7]], ["dispirit", [2, 497, 8]], ["cast down", [2, 497, 9]], ["corrupt", [2, 497, 10]], ["pervert", [2, 497, 11]], ["profane", [2, 497, 12]], ["vitiate", [2, 497, 13]], ["subvert", [2, 497, 14]], ["debase", [2, 497, 15]]]}, {"answer": "demoralized", "hint": "synonyms for demoralized", "clues": [["dismay", [2, 498, 0]], ["demoralise", [2, 498, 1]], ["debauch", [2, 498, 2]], ["depress", [2, 498, 3]], ["deprave", [2, 498, 4]], ["deject", [2, 498, 5]], ["get down", [2, 498, 6]], ["misdirect", [2, 498, 7]], ["dispirit", [2, 498, 8]], ["cast down", [2, 498, 9]], ["corrupt", [2, 498, 10]], ["pervert", [2, 498, 11]], ["profane", [2, 498, 12]], ["vitiate", [2, 498, 13]], ["subvert", [2, 498, 14]], ["debase", [2, 498, 15]]]}, {"answer": "demoralizing", "hint": "synonyms for demoralizing", "clues": [["dismay", [2, 499, 0]], ["demoralise", [2, 499, 1]], ["debauch", [2, 499, 2]], ["depress", [2, 499, 3]], ["deprave", [2, 499, 4]], ["deject", [2, 499, 5]], ["get down", [2, 499, 6]], ["misdirect", [2, 499, 7]], ["dispirit", [2, 499, 8]], ["cast down", [2, 499, 9]], ["corrupt", [2, 499, 10]], ["pervert", [2, 499, 11]], ["profane", [2, 499, 12]], ["vitiate", [2, 499, 13]], ["subvert", [2, 499, 14]], ["debase", [2, 499, 15]]]}, {"answer": "denigrating", "hint": "synonyms for denigrating", "clues": [["asperse", [2, 500, 0]], ["sully", [2, 500, 1]], ["denigrate", [2, 500, 2]], ["belittle", [2, 500, 3]], ["calumniate", [2, 500, 4]], ["defame", [2, 500, 5]], ["smirch", [2, 500, 6]], ["slander", [2, 500, 7]], ["smear", [2, 500, 8]], ["derogate", [2, 500, 9]], ["minimize", [2, 500, 10]]]}, {"answer": "departed", "hint": "synonyms for departed", "clues": [["straggle", [2, 501, 0]], ["set off", [2, 501, 1]], ["deviate", [2, 501, 2]], ["leave", [2, 501, 3]], ["diverge", [2, 501, 4]], ["start out", [2, 501, 5]], ["part", [2, 501, 6]], ["depart", [2, 501, 7]], ["digress", [2, 501, 8]], ["sidetrack", [2, 501, 9]], ["start", [2, 501, 10]], ["pull up stakes", [2, 501, 11]], ["go away", [2, 501, 12]], ["set forth", [2, 501, 13]], ["go", [2, 501, 14]], ["quit", [2, 501, 15]], ["set out", [2, 501, 16]], ["vary", [2, 501, 17]], ["take off", [2, 501, 18]], ["take leave", [2, 501, 19]]]}, {"answer": "depicted", "hint": "synonyms for depicted", "clues": [["depict", [2, 502, 0]], ["show", [2, 502, 1]], ["render", [2, 502, 2]], ["picture", [2, 502, 3]], ["portray", [2, 502, 4]], ["draw", [2, 502, 5]], ["limn", [2, 502, 6]], ["describe", [2, 502, 7]]]}, {"answer": "depleted", "hint": "synonyms for depleted", "clues": [["wipe out", [2, 503, 0]], ["run through", [2, 503, 1]], ["eat", [2, 503, 2]], ["eat up", [2, 503, 3]], ["consume", [2, 503, 4]], ["deplete", [2, 503, 5]], ["exhaust", [2, 503, 6]], ["use up", [2, 503, 7]]]}, {"answer": "depraved", "hint": "synonyms for depraved", "clues": [["deprave", [2, 504, 0]], ["demoralise", [2, 504, 1]], ["debauch", [2, 504, 2]], ["misdirect", [2, 504, 3]], ["corrupt", [2, 504, 4]], ["pervert", [2, 504, 5]], ["profane", [2, 504, 6]], ["vitiate", [2, 504, 7]], ["subvert", [2, 504, 8]], ["debase", [2, 504, 9]]]}, {"answer": "depreciating", "hint": "synonyms for depreciating", "clues": [["depreciate", [2, 505, 0]], ["undervalue", [2, 505, 1]], ["devaluate", [2, 505, 2]], ["vilipend", [2, 505, 3]]]}, {"answer": "depressed", "hint": "synonyms for depressed", "clues": [["dismay", [2, 506, 0]], ["deject", [2, 506, 1]], ["depress", [2, 506, 2]], ["lower", [2, 506, 3]], ["get down", [2, 506, 4]], ["dispirit", [2, 506, 5]], ["cast down", [2, 506, 6]], ["press down", [2, 506, 7]], ["demoralize", [2, 506, 8]]]}, {"answer": "depressing", "hint": "synonyms for depressing", "clues": [["dismay", [2, 507, 0]], ["deject", [2, 507, 1]], ["depress", [2, 507, 2]], ["lower", [2, 507, 3]], ["get down", [2, 507, 4]], ["dispirit", [2, 507, 5]], ["cast down", [2, 507, 6]], ["press down", [2, 507, 7]], ["demoralize", [2, 507, 8]]]}, {"answer": "deprived", "hint": "synonyms for deprived", "clues": [["strip", [2, 508, 0]], ["impoverish", [2, 508, 1]], ["deprive", [2, 508, 2]], ["divest", [2, 508, 3]]]}, {"answer": "deranged", "hint": "synonyms for deranged", "clues": [["derange", [2, 509, 0]], ["perturb", [2, 509, 1]], ["throw out of kilter", [2, 509, 2]], ["unbalance", [2, 509, 3]]]}, {"answer": "derived", "hint": "synonyms for derived", "clues": [["derive", [2, 510, 0]], ["infer", [2, 510, 1]], ["gain", [2, 510, 2]], ["deduce", [2, 510, 3]], ["deduct", [2, 510, 4]], ["come", [2, 510, 5]], ["descend", [2, 510, 6]]]}, {"answer": "descending", "hint": "synonyms for descending", "clues": [["descend", [2, 511, 0]], ["fall", [2, 511, 1]], ["go down", [2, 511, 2]], ["derive", [2, 511, 3]], ["settle", [2, 511, 4]], ["come", [2, 511, 5]], ["deign", [2, 511, 6]], ["condescend", [2, 511, 7]], ["come down", [2, 511, 8]]]}, {"answer": "described", "hint": "synonyms for described", "clues": [["account", [2, 512, 0]], ["key", [2, 512, 1]], ["trace", [2, 512, 2]], ["discover", [2, 512, 3]], ["depict", [2, 512, 4]], ["delineate", [2, 512, 5]], ["describe", [2, 512, 6]], ["identify", [2, 512, 7]], ["draw", [2, 512, 8]], ["line", [2, 512, 9]], ["report", [2, 512, 10]], ["distinguish", [2, 512, 11]], ["key out", [2, 512, 12]], ["name", [2, 512, 13]]]}, {"answer": "desecrated", "hint": "synonyms for desecrated", "clues": [["unhallow", [2, 513, 0]], ["deconsecrate", [2, 513, 1]], ["profane", [2, 513, 2]], ["violate", [2, 513, 3]], ["outrage", [2, 513, 4]]]}, {"answer": "deserted", "hint": "synonyms for deserted", "clues": [["abandon", [2, 514, 0]], ["desert", [2, 514, 1]], ["forsake", [2, 514, 2]], ["defect", [2, 514, 3]], ["desolate", [2, 514, 4]]]}, {"answer": "designate", "hint": "synonyms for designate", "clues": [["intend", [2, 515, 0]], ["indicate", [2, 515, 1]], ["point", [2, 515, 2]], ["assign", [2, 515, 3]], ["destine", [2, 515, 4]], ["denominate", [2, 515, 5]], ["depute", [2, 515, 6]], ["specify", [2, 515, 7]], ["show", [2, 515, 8]], ["delegate", [2, 515, 9]], ["fate", [2, 515, 10]], ["doom", [2, 515, 11]]]}, {"answer": "designed", "hint": "synonyms for designed", "clues": [["design", [2, 516, 0]], ["plan", [2, 516, 1]], ["project", [2, 516, 2]], ["contrive", [2, 516, 3]]]}, {"answer": "designing", "hint": "synonyms for designing", "clues": [["design", [2, 517, 0]], ["plan", [2, 517, 1]], ["project", [2, 517, 2]], ["contrive", [2, 517, 3]]]}, {"answer": "desired", "hint": "synonyms for desired", "clues": [["desire", [2, 518, 0]], ["trust", [2, 518, 1]], ["want", [2, 518, 2]], ["hope", [2, 518, 3]]]}, {"answer": "desolate", "hint": "synonyms for desolate", "clues": [["depopulate", [2, 519, 0]], ["devastate", [2, 519, 1]], ["desert", [2, 519, 2]], ["abandon", [2, 519, 3]], ["forsake", [2, 519, 4]], ["scourge", [2, 519, 5]], ["ravage", [2, 519, 6]], ["lay waste to", [2, 519, 7]], ["waste", [2, 519, 8]]]}, {"answer": "despised", "hint": "synonyms for despised", "clues": [["disdain", [2, 520, 0]], ["contemn", [2, 520, 1]], ["despise", [2, 520, 2]], ["scorn", [2, 520, 3]]]}, {"answer": "despoiled", "hint": "synonyms for despoiled", "clues": [["loot", [2, 521, 0]], ["violate", [2, 521, 1]], ["strip", [2, 521, 2]], ["plunder", [2, 521, 3]], ["ransack", [2, 521, 4]], ["rape", [2, 521, 5]], ["despoil", [2, 521, 6]], ["reave", [2, 521, 7]], ["rifle", [2, 521, 8]], ["spoil", [2, 521, 9]], ["pillage", [2, 521, 10]], ["foray", [2, 521, 11]]]}, {"answer": "destined", "hint": "synonyms for destined", "clues": [["intend", [2, 522, 0]], ["destine", [2, 522, 1]], ["designate", [2, 522, 2]], ["specify", [2, 522, 3]], ["fate", [2, 522, 4]], ["doom", [2, 522, 5]]]}, {"answer": "destroyed", "hint": "synonyms for destroyed", "clues": [["destroy", [2, 523, 0]], ["destruct", [2, 523, 1]], ["ruin", [2, 523, 2]], ["put down", [2, 523, 3]], ["demolish", [2, 523, 4]]]}, {"answer": "detected", "hint": "synonyms for detected", "clues": [["discover", [2, 524, 0]], ["observe", [2, 524, 1]], ["detect", [2, 524, 2]], ["find", [2, 524, 3]], ["notice", [2, 524, 4]]]}, {"answer": "determined", "hint": "synonyms for determined", "clues": [["determine", [2, 525, 0]], ["ascertain", [2, 525, 1]], ["set", [2, 525, 2]], ["square up", [2, 525, 3]], ["mold", [2, 525, 4]], ["check", [2, 525, 5]], ["regulate", [2, 525, 6]], ["specify", [2, 525, 7]], ["decide", [2, 525, 8]], ["square off", [2, 525, 9]], ["watch", [2, 525, 10]], ["fix", [2, 525, 11]], ["influence", [2, 525, 12]], ["see", [2, 525, 13]], ["shape", [2, 525, 14]], ["find out", [2, 525, 15]], ["find", [2, 525, 16]], ["settle", [2, 525, 17]], ["make up one's mind", [2, 525, 18]], ["learn", [2, 525, 19]], ["define", [2, 525, 20]], ["limit", [2, 525, 21]]]}, {"answer": "determining", "hint": "synonyms for determining", "clues": [["determine", [2, 526, 0]], ["ascertain", [2, 526, 1]], ["set", [2, 526, 2]], ["square up", [2, 526, 3]], ["mold", [2, 526, 4]], ["check", [2, 526, 5]], ["regulate", [2, 526, 6]], ["specify", [2, 526, 7]], ["decide", [2, 526, 8]], ["square off", [2, 526, 9]], ["watch", [2, 526, 10]], ["fix", [2, 526, 11]], ["influence", [2, 526, 12]], ["see", [2, 526, 13]], ["shape", [2, 526, 14]], ["find out", [2, 526, 15]], ["find", [2, 526, 16]], ["settle", [2, 526, 17]], ["make up one's mind", [2, 526, 18]], ["learn", [2, 526, 19]], ["define", [2, 526, 20]], ["limit", [2, 526, 21]]]}, {"answer": "devastating", "hint": "synonyms for devastating", "clues": [["lay waste to", [2, 527, 0]], ["scourge", [2, 527, 1]], ["devastate", [2, 527, 2]], ["desolate", [2, 527, 3]], ["ravage", [2, 527, 4]], ["waste", [2, 527, 5]]]}, {"answer": "developed", "hint": "synonyms for developed", "clues": [["grow", [2, 528, 0]], ["acquire", [2, 528, 1]], ["build up", [2, 528, 2]], ["develop", [2, 528, 3]], ["originate", [2, 528, 4]], ["modernize", [2, 528, 5]], ["uprise", [2, 528, 6]], ["make grow", [2, 528, 7]], ["germinate", [2, 528, 8]], ["evolve", [2, 528, 9]], ["get", [2, 528, 10]], ["arise", [2, 528, 11]], ["prepare", [2, 528, 12]], ["educate", [2, 528, 13]], ["train", [2, 528, 14]], ["break", [2, 528, 15]], ["recrudesce", [2, 528, 16]], ["explicate", [2, 528, 17]], ["produce", [2, 528, 18]], ["formulate", [2, 528, 19]], ["spring up", [2, 528, 20]]]}, {"answer": "developing", "hint": "synonyms for developing", "clues": [["grow", [2, 529, 0]], ["acquire", [2, 529, 1]], ["build up", [2, 529, 2]], ["develop", [2, 529, 3]], ["originate", [2, 529, 4]], ["modernize", [2, 529, 5]], ["uprise", [2, 529, 6]], ["make grow", [2, 529, 7]], ["germinate", [2, 529, 8]], ["evolve", [2, 529, 9]], ["get", [2, 529, 10]], ["arise", [2, 529, 11]], ["prepare", [2, 529, 12]], ["educate", [2, 529, 13]], ["train", [2, 529, 14]], ["break", [2, 529, 15]], ["recrudesce", [2, 529, 16]], ["explicate", [2, 529, 17]], ["produce", [2, 529, 18]], ["formulate", [2, 529, 19]], ["spring up", [2, 529, 20]]]}, {"answer": "deviate", "hint": "synonyms for deviate", "clues": [["depart", [2, 530, 0]], ["vary", [2, 530, 1]], ["diverge", [2, 530, 2]], ["divert", [2, 530, 3]]]}, {"answer": "devoted", "hint": "synonyms for devoted", "clues": [["devote", [2, 531, 0]], ["give", [2, 531, 1]], ["pay", [2, 531, 2]], ["consecrate", [2, 531, 3]], ["commit", [2, 531, 4]], ["dedicate", [2, 531, 5]]]}, {"answer": "devouring", "hint": "synonyms for devouring", "clues": [["raven", [2, 532, 0]], ["go through", [2, 532, 1]], ["guttle", [2, 532, 2]], ["devour", [2, 532, 3]], ["pig", [2, 532, 4]], ["consume", [2, 532, 5]], ["down", [2, 532, 6]]]}, {"answer": "differentiated", "hint": "synonyms for differentiated", "clues": [["differentiate", [2, 533, 0]], ["secern", [2, 533, 1]], ["distinguish", [2, 533, 2]], ["severalise", [2, 533, 3]], ["specialize", [2, 533, 4]], ["separate", [2, 533, 5]], ["tell", [2, 533, 6]], ["secernate", [2, 533, 7]], ["speciate", [2, 533, 8]], ["tell apart", [2, 533, 9]], ["mark", [2, 533, 10]]]}, {"answer": "diffuse", "hint": "synonyms for diffuse", "clues": [["pass around", [2, 534, 0]], ["penetrate", [2, 534, 1]], ["propagate", [2, 534, 2]], ["circularize", [2, 534, 3]], ["imbue", [2, 534, 4]], ["permeate", [2, 534, 5]], ["distribute", [2, 534, 6]], ["pervade", [2, 534, 7]], ["disseminate", [2, 534, 8]], ["spread", [2, 534, 9]], ["riddle", [2, 534, 10]], ["spread out", [2, 534, 11]], ["broadcast", [2, 534, 12]], ["fan out", [2, 534, 13]], ["interpenetrate", [2, 534, 14]], ["disperse", [2, 534, 15]], ["circulate", [2, 534, 16]]]}, {"answer": "diffused", "hint": "synonyms for diffused", "clues": [["pass around", [2, 535, 0]], ["penetrate", [2, 535, 1]], ["propagate", [2, 535, 2]], ["circularize", [2, 535, 3]], ["imbue", [2, 535, 4]], ["permeate", [2, 535, 5]], ["diffuse", [2, 535, 6]], ["distribute", [2, 535, 7]], ["pervade", [2, 535, 8]], ["disseminate", [2, 535, 9]], ["spread", [2, 535, 10]], ["riddle", [2, 535, 11]], ["spread out", [2, 535, 12]], ["broadcast", [2, 535, 13]], ["fan out", [2, 535, 14]], ["interpenetrate", [2, 535, 15]], ["disperse", [2, 535, 16]], ["circulate", [2, 535, 17]]]}, {"answer": "diffusing", "hint": "synonyms for diffusing", "clues": [["pass around", [2, 536, 0]], ["penetrate", [2, 536, 1]], ["propagate", [2, 536, 2]], ["circularize", [2, 536, 3]], ["imbue", [2, 536, 4]], ["permeate", [2, 536, 5]], ["diffuse", [2, 536, 6]], ["distribute", [2, 536, 7]], ["pervade", [2, 536, 8]], ["disseminate", [2, 536, 9]], ["spread", [2, 536, 10]], ["riddle", [2, 536, 11]], ["spread out", [2, 536, 12]], ["broadcast", [2, 536, 13]], ["fan out", [2, 536, 14]], ["interpenetrate", [2, 536, 15]], ["disperse", [2, 536, 16]], ["circulate", [2, 536, 17]]]}, {"answer": "dilute", "hint": "synonyms for dilute", "clues": [["load", [2, 537, 0]], ["reduce", [2, 537, 1]], ["debase", [2, 537, 2]], ["adulterate", [2, 537, 3]], ["thin", [2, 537, 4]], ["stretch", [2, 537, 5]], ["cut", [2, 537, 6]], ["thin out", [2, 537, 7]]]}, {"answer": "diluted", "hint": "synonyms for diluted", "clues": [["load", [2, 538, 0]], ["reduce", [2, 538, 1]], ["dilute", [2, 538, 2]], ["debase", [2, 538, 3]], ["adulterate", [2, 538, 4]], ["thin", [2, 538, 5]], ["stretch", [2, 538, 6]], ["cut", [2, 538, 7]], ["thin out", [2, 538, 8]]]}, {"answer": "dim", "hint": "synonyms for dim", "clues": [["blind", [2, 539, 0]], ["slur", [2, 539, 1]], ["dip", [2, 539, 2]], ["blur", [2, 539, 3]]]}, {"answer": "diminished", "hint": "synonyms for diminished", "clues": [["decrease", [2, 540, 0]], ["diminish", [2, 540, 1]], ["belittle", [2, 540, 2]], ["lessen", [2, 540, 3]], ["fall", [2, 540, 4]]]}, {"answer": "diminishing", "hint": "synonyms for diminishing", "clues": [["decrease", [2, 541, 0]], ["diminish", [2, 541, 1]], ["belittle", [2, 541, 2]], ["lessen", [2, 541, 3]], ["fall", [2, 541, 4]]]}, {"answer": "dimmed", "hint": "synonyms for dimmed", "clues": [["slur", [2, 542, 0]], ["blur", [2, 542, 1]], ["dim", [2, 542, 2]], ["dip", [2, 542, 3]], ["blind", [2, 542, 4]]]}, {"answer": "dipped", "hint": "synonyms for dipped", "clues": [["dip", [2, 543, 0]], ["duck", [2, 543, 1]], ["dim", [2, 543, 2]], ["douse", [2, 543, 3]], ["souse", [2, 543, 4]], ["plunge", [2, 543, 5]], ["sink", [2, 543, 6]], ["dunk", [2, 543, 7]]]}, {"answer": "direct", "hint": "synonyms for direct", "clues": [["lead", [2, 544, 0]], ["send", [2, 544, 1]], ["steer", [2, 544, 2]], ["place", [2, 544, 3]], ["take", [2, 544, 4]], ["point", [2, 544, 5]], ["conduct", [2, 544, 6]], ["organize", [2, 544, 7]], ["channelise", [2, 544, 8]], ["address", [2, 544, 9]], ["orchestrate", [2, 544, 10]], ["manoeuver", [2, 544, 11]], ["engineer", [2, 544, 12]], ["take aim", [2, 544, 13]], ["target", [2, 544, 14]], ["head", [2, 544, 15]], ["mastermind", [2, 544, 16]], ["guide", [2, 544, 17]], ["calculate", [2, 544, 18]], ["train", [2, 544, 19]], ["aim", [2, 544, 20]]]}, {"answer": "directed", "hint": "synonyms for directed", "clues": [["lead", [2, 545, 0]], ["direct", [2, 545, 1]], ["send", [2, 545, 2]], ["place", [2, 545, 3]], ["take", [2, 545, 4]], ["channelise", [2, 545, 5]], ["orchestrate", [2, 545, 6]], ["conduct", [2, 545, 7]], ["head", [2, 545, 8]], ["maneuver", [2, 545, 9]], ["manoeuvre", [2, 545, 10]], ["point", [2, 545, 11]], ["take aim", [2, 545, 12]], ["aim", [2, 545, 13]], ["steer", [2, 545, 14]], ["organize", [2, 545, 15]], ["address", [2, 545, 16]], ["engineer", [2, 545, 17]], ["target", [2, 545, 18]], ["mastermind", [2, 545, 19]], ["guide", [2, 545, 20]], ["calculate", [2, 545, 21]], ["train", [2, 545, 22]]]}, {"answer": "directing", "hint": "synonyms for directing", "clues": [["lead", [2, 546, 0]], ["direct", [2, 546, 1]], ["send", [2, 546, 2]], ["place", [2, 546, 3]], ["take", [2, 546, 4]], ["channelise", [2, 546, 5]], ["orchestrate", [2, 546, 6]], ["conduct", [2, 546, 7]], ["head", [2, 546, 8]], ["maneuver", [2, 546, 9]], ["manoeuvre", [2, 546, 10]], ["point", [2, 546, 11]], ["take aim", [2, 546, 12]], ["aim", [2, 546, 13]], ["steer", [2, 546, 14]], ["organize", [2, 546, 15]], ["address", [2, 546, 16]], ["engineer", [2, 546, 17]], ["target", [2, 546, 18]], ["mastermind", [2, 546, 19]], ["guide", [2, 546, 20]], ["calculate", [2, 546, 21]], ["train", [2, 546, 22]]]}, {"answer": "dirty", "hint": "synonyms for dirty", "clues": [["colly", [2, 547, 0]], ["grime", [2, 547, 1]], ["soil", [2, 547, 2]], ["begrime", [2, 547, 3]], ["bemire", [2, 547, 4]]]}, {"answer": "disabled", "hint": "synonyms for disabled", "clues": [["disable", [2, 548, 0]], ["incapacitate", [2, 548, 1]], ["handicap", [2, 548, 2]], ["invalid", [2, 548, 3]]]}, {"answer": "disabling", "hint": "synonyms for disabling", "clues": [["disable", [2, 549, 0]], ["incapacitate", [2, 549, 1]], ["handicap", [2, 549, 2]], ["invalid", [2, 549, 3]]]}, {"answer": "disaffected", "hint": "synonyms for disaffected", "clues": [["disaffect", [2, 550, 0]], ["alien", [2, 550, 1]], ["estrange", [2, 550, 2]], ["alienate", [2, 550, 3]]]}, {"answer": "discarded", "hint": "synonyms for discarded", "clues": [["chuck out", [2, 551, 0]], ["dispose", [2, 551, 1]], ["cast away", [2, 551, 2]], ["throw out", [2, 551, 3]], ["toss", [2, 551, 4]], ["cast out", [2, 551, 5]], ["put away", [2, 551, 6]], ["fling", [2, 551, 7]], ["throw away", [2, 551, 8]], ["cast aside", [2, 551, 9]], ["toss away", [2, 551, 10]], ["discard", [2, 551, 11]], ["toss out", [2, 551, 12]]]}, {"answer": "discerning", "hint": "synonyms for discerning", "clues": [["make out", [2, 552, 0]], ["discern", [2, 552, 1]], ["spot", [2, 552, 2]], ["distinguish", [2, 552, 3]], ["recognise", [2, 552, 4]], ["pick out", [2, 552, 5]], ["tell apart", [2, 552, 6]]]}, {"answer": "discharged", "hint": "synonyms for discharged", "clues": [["discharge", [2, 553, 0]], ["go off", [2, 553, 1]], ["unload", [2, 553, 2]], ["dispatch", [2, 553, 3]], ["clear", [2, 553, 4]], ["muster out", [2, 553, 5]], ["complete", [2, 553, 6]], ["exhaust", [2, 553, 7]], ["set down", [2, 553, 8]], ["eject", [2, 553, 9]], ["put down", [2, 553, 10]], ["fire", [2, 553, 11]], ["release", [2, 553, 12]], ["assoil", [2, 553, 13]], ["exonerate", [2, 553, 14]], ["drop", [2, 553, 15]], ["drop off", [2, 553, 16]], ["empty", [2, 553, 17]], ["exculpate", [2, 553, 18]], ["expel", [2, 553, 19]], ["acquit", [2, 553, 20]], ["free", [2, 553, 21]]]}, {"answer": "disciplined", "hint": "synonyms for disciplined", "clues": [["condition", [2, 554, 0]], ["train", [2, 554, 1]], ["correct", [2, 554, 2]], ["sort out", [2, 554, 3]], ["check", [2, 554, 4]], ["discipline", [2, 554, 5]]]}, {"answer": "disclosed", "hint": "synonyms for disclosed", "clues": [["expose", [2, 555, 0]], ["break", [2, 555, 1]], ["give away", [2, 555, 2]], ["disclose", [2, 555, 3]], ["unwrap", [2, 555, 4]], ["bring out", [2, 555, 5]], ["divulge", [2, 555, 6]], ["reveal", [2, 555, 7]], ["let out", [2, 555, 8]], ["let on", [2, 555, 9]], ["discover", [2, 555, 10]]]}, {"answer": "discombobulated", "hint": "synonyms for discombobulated", "clues": [["throw", [2, 556, 0]], ["discombobulate", [2, 556, 1]], ["bemuse", [2, 556, 2]], ["confound", [2, 556, 3]], ["bewilder", [2, 556, 4]], ["fuddle", [2, 556, 5]], ["confuse", [2, 556, 6]], ["fox", [2, 556, 7]], ["bedevil", [2, 556, 8]]]}, {"answer": "discomfited", "hint": "synonyms for discomfited", "clues": [["discomfit", [2, 557, 0]], ["upset", [2, 557, 1]], ["untune", [2, 557, 2]], ["disconcert", [2, 557, 3]], ["discompose", [2, 557, 4]]]}, {"answer": "discomposed", "hint": "synonyms for discomposed", "clues": [["discomfit", [2, 558, 0]], ["upset", [2, 558, 1]], ["untune", [2, 558, 2]], ["disconcert", [2, 558, 3]], ["discompose", [2, 558, 4]]]}, {"answer": "disconcerted", "hint": "synonyms for disconcerted", "clues": [["upset", [2, 559, 0]], ["confuse", [2, 559, 1]], ["put off", [2, 559, 2]], ["disconcert", [2, 559, 3]], ["discomfit", [2, 559, 4]], ["untune", [2, 559, 5]], ["flurry", [2, 559, 6]], ["discompose", [2, 559, 7]]]}, {"answer": "disconcerting", "hint": "synonyms for disconcerting", "clues": [["upset", [2, 560, 0]], ["confuse", [2, 560, 1]], ["put off", [2, 560, 2]], ["disconcert", [2, 560, 3]], ["discomfit", [2, 560, 4]], ["untune", [2, 560, 5]], ["flurry", [2, 560, 6]], ["discompose", [2, 560, 7]]]}, {"answer": "discontinued", "hint": "synonyms for discontinued", "clues": [["discontinue", [2, 561, 0]], ["break off", [2, 561, 1]], ["cease", [2, 561, 2]], ["stop", [2, 561, 3]], ["give up", [2, 561, 4]], ["lay off", [2, 561, 5]], ["break", [2, 561, 6]], ["quit", [2, 561, 7]]]}, {"answer": "discouraged", "hint": "synonyms for discouraged", "clues": [["deter", [2, 562, 0]], ["admonish", [2, 562, 1]], ["discourage", [2, 562, 2]], ["warn", [2, 562, 3]]]}, {"answer": "discouraging", "hint": "synonyms for discouraging", "clues": [["deter", [2, 563, 0]], ["admonish", [2, 563, 1]], ["discourage", [2, 563, 2]], ["warn", [2, 563, 3]]]}, {"answer": "discovered", "hint": "synonyms for discovered", "clues": [["key", [2, 564, 0]], ["find", [2, 564, 1]], ["reveal", [2, 564, 2]], ["divulge", [2, 564, 3]], ["discover", [2, 564, 4]], ["come across", [2, 564, 5]], ["disclose", [2, 564, 6]], ["let on", [2, 564, 7]], ["distinguish", [2, 564, 8]], ["key out", [2, 564, 9]], ["get word", [2, 564, 10]], ["identify", [2, 564, 11]], ["observe", [2, 564, 12]], ["pick up", [2, 564, 13]], ["chance on", [2, 564, 14]], ["let out", [2, 564, 15]], ["name", [2, 564, 16]], ["light upon", [2, 564, 17]], ["find out", [2, 564, 18]], ["fall upon", [2, 564, 19]], ["expose", [2, 564, 20]], ["break", [2, 564, 21]], ["give away", [2, 564, 22]], ["unwrap", [2, 564, 23]], ["detect", [2, 564, 24]], ["get a line", [2, 564, 25]], ["come upon", [2, 564, 26]], ["happen upon", [2, 564, 27]], ["get wind", [2, 564, 28]], ["attain", [2, 564, 29]], ["describe", [2, 564, 30]], ["see", [2, 564, 31]], ["bring out", [2, 564, 32]], ["hear", [2, 564, 33]], ["notice", [2, 564, 34]], ["learn", [2, 564, 35]], ["strike", [2, 564, 36]]]}, {"answer": "discriminating", "hint": "synonyms for discriminating", "clues": [["know apart", [2, 565, 0]], ["discriminate", [2, 565, 1]], ["separate", [2, 565, 2]], ["single out", [2, 565, 3]]]}, {"answer": "disentangled", "hint": "synonyms for disentangled", "clues": [["disentangle", [2, 566, 0]], ["extricate", [2, 566, 1]], ["comb out", [2, 566, 2]], ["comb", [2, 566, 3]], ["unwind", [2, 566, 4]], ["disencumber", [2, 566, 5]], ["disinvolve", [2, 566, 6]], ["disembroil", [2, 566, 7]], ["straighten out", [2, 566, 8]], ["untangle", [2, 566, 9]], ["unsnarl", [2, 566, 10]]]}, {"answer": "disgraced", "hint": "synonyms for disgraced", "clues": [["shame", [2, 567, 0]], ["dishonor", [2, 567, 1]], ["attaint", [2, 567, 2]], ["degrade", [2, 567, 3]], ["disgrace", [2, 567, 4]], ["put down", [2, 567, 5]], ["discredit", [2, 567, 6]], ["take down", [2, 567, 7]], ["demean", [2, 567, 8]]]}, {"answer": "disgusted", "hint": "synonyms for disgusted", "clues": [["gross out", [2, 568, 0]], ["churn up", [2, 568, 1]], ["disgust", [2, 568, 2]], ["repel", [2, 568, 3]], ["revolt", [2, 568, 4]], ["sicken", [2, 568, 5]], ["nauseate", [2, 568, 6]]]}, {"answer": "disgusting", "hint": "synonyms for disgusting", "clues": [["gross out", [2, 569, 0]], ["churn up", [2, 569, 1]], ["disgust", [2, 569, 2]], ["repel", [2, 569, 3]], ["revolt", [2, 569, 4]], ["sicken", [2, 569, 5]], ["nauseate", [2, 569, 6]]]}, {"answer": "dished", "hint": "synonyms for dished", "clues": [["dish", [2, 570, 0]], ["dish out", [2, 570, 1]], ["dish up", [2, 570, 2]], ["serve", [2, 570, 3]], ["serve up", [2, 570, 4]]]}, {"answer": "dishonored", "hint": "synonyms for dishonored", "clues": [["assault", [2, 571, 0]], ["shame", [2, 571, 1]], ["dishonour", [2, 571, 2]], ["violate", [2, 571, 3]], ["attaint", [2, 571, 4]], ["rape", [2, 571, 5]], ["outrage", [2, 571, 6]], ["disgrace", [2, 571, 7]], ["ravish", [2, 571, 8]]]}, {"answer": "disjoint", "hint": "synonyms for disjoint", "clues": [["disunite", [2, 572, 0]], ["disjoin", [2, 572, 1]], ["disarticulate", [2, 572, 2]], ["dissociate", [2, 572, 3]], ["divorce", [2, 572, 4]]]}, {"answer": "disjointed", "hint": "synonyms for disjointed", "clues": [["disunite", [2, 573, 0]], ["disjoint", [2, 573, 1]], ["disarticulate", [2, 573, 2]], ["dissociate", [2, 573, 3]], ["divorce", [2, 573, 4]]]}, {"answer": "dislocated", "hint": "synonyms for dislocated", "clues": [["dislocate", [2, 574, 0]], ["luxate", [2, 574, 1]], ["slip", [2, 574, 2]], ["splay", [2, 574, 3]]]}, {"answer": "dismantled", "hint": "synonyms for dismantled", "clues": [["raze", [2, 575, 0]], ["dismantle", [2, 575, 1]], ["level", [2, 575, 2]], ["break up", [2, 575, 3]], ["tear down", [2, 575, 4]], ["break apart", [2, 575, 5]], ["strip", [2, 575, 6]], ["take apart", [2, 575, 7]], ["take down", [2, 575, 8]], ["disassemble", [2, 575, 9]], ["rase", [2, 575, 10]], ["pull down", [2, 575, 11]]]}, {"answer": "dismayed", "hint": "synonyms for dismayed", "clues": [["dismay", [2, 576, 0]], ["deject", [2, 576, 1]], ["appal", [2, 576, 2]], ["get down", [2, 576, 3]], ["horrify", [2, 576, 4]], ["alarm", [2, 576, 5]], ["dispirit", [2, 576, 6]], ["cast down", [2, 576, 7]], ["demoralize", [2, 576, 8]], ["depress", [2, 576, 9]]]}, {"answer": "dismaying", "hint": "synonyms for dismaying", "clues": [["dismay", [2, 577, 0]], ["deject", [2, 577, 1]], ["appal", [2, 577, 2]], ["get down", [2, 577, 3]], ["horrify", [2, 577, 4]], ["alarm", [2, 577, 5]], ["dispirit", [2, 577, 6]], ["cast down", [2, 577, 7]], ["demoralize", [2, 577, 8]], ["depress", [2, 577, 9]]]}, {"answer": "dismissed", "hint": "synonyms for dismissed", "clues": [["drop", [2, 578, 0]], ["dismiss", [2, 578, 1]], ["dissolve", [2, 578, 2]], ["push aside", [2, 578, 3]], ["ignore", [2, 578, 4]], ["terminate", [2, 578, 5]], ["give the axe", [2, 578, 6]], ["discount", [2, 578, 7]], ["sack", [2, 578, 8]], ["send packing", [2, 578, 9]], ["throw out", [2, 578, 10]], ["fire", [2, 578, 11]], ["send away", [2, 578, 12]], ["give the sack", [2, 578, 13]], ["can", [2, 578, 14]], ["disregard", [2, 578, 15]], ["force out", [2, 578, 16]], ["displace", [2, 578, 17]], ["brush off", [2, 578, 18]], ["give notice", [2, 578, 19]], ["usher out", [2, 578, 20]]]}, {"answer": "disobliging", "hint": "synonyms for disobliging", "clues": [["inconvenience", [2, 579, 0]], ["put out", [2, 579, 1]], ["incommode", [2, 579, 2]], ["disoblige", [2, 579, 3]], ["trouble", [2, 579, 4]], ["discommode", [2, 579, 5]], ["bother", [2, 579, 6]]]}, {"answer": "disordered", "hint": "synonyms for disordered", "clues": [["trouble", [2, 580, 0]], ["disorder", [2, 580, 1]], ["disquiet", [2, 580, 2]], ["disarray", [2, 580, 3]], ["cark", [2, 580, 4]], ["perturb", [2, 580, 5]], ["distract", [2, 580, 6]], ["unhinge", [2, 580, 7]]]}, {"answer": "dispensed", "hint": "synonyms for dispensed", "clues": [["parcel out", [2, 581, 0]], ["deal out", [2, 581, 1]], ["administer", [2, 581, 2]], ["lot", [2, 581, 3]], ["dish out", [2, 581, 4]], ["dispense", [2, 581, 5]], ["shell out", [2, 581, 6]], ["allot", [2, 581, 7]], ["deal", [2, 581, 8]], ["dole out", [2, 581, 9]], ["mete out", [2, 581, 10]], ["distribute", [2, 581, 11]]]}, {"answer": "dispersed", "hint": "synonyms for dispersed", "clues": [["scatter", [2, 582, 0]], ["pass around", [2, 582, 1]], ["disperse", [2, 582, 2]], ["dissipate", [2, 582, 3]], ["propagate", [2, 582, 4]], ["dispel", [2, 582, 5]], ["circularize", [2, 582, 6]], ["dust", [2, 582, 7]], ["break up", [2, 582, 8]], ["spread out", [2, 582, 9]], ["distribute", [2, 582, 10]], ["diffuse", [2, 582, 11]], ["dot", [2, 582, 12]], ["disseminate", [2, 582, 13]], ["broadcast", [2, 582, 14]], ["spread", [2, 582, 15]], ["sprinkle", [2, 582, 16]], ["circulate", [2, 582, 17]]]}, {"answer": "dispirited", "hint": "synonyms for dispirited", "clues": [["dismay", [2, 583, 0]], ["deject", [2, 583, 1]], ["get down", [2, 583, 2]], ["dispirit", [2, 583, 3]], ["cast down", [2, 583, 4]], ["demoralize", [2, 583, 5]], ["depress", [2, 583, 6]]]}, {"answer": "dispiriting", "hint": "synonyms for dispiriting", "clues": [["dismay", [2, 584, 0]], ["deject", [2, 584, 1]], ["get down", [2, 584, 2]], ["dispirit", [2, 584, 3]], ["cast down", [2, 584, 4]], ["demoralize", [2, 584, 5]], ["depress", [2, 584, 6]]]}, {"answer": "disposed", "hint": "synonyms for disposed", "clues": [["chuck out", [2, 585, 0]], ["cast away", [2, 585, 1]], ["throw out", [2, 585, 2]], ["dispose", [2, 585, 3]], ["cast out", [2, 585, 4]], ["put away", [2, 585, 5]], ["throw away", [2, 585, 6]], ["cast aside", [2, 585, 7]], ["toss away", [2, 585, 8]], ["toss", [2, 585, 9]], ["incline", [2, 585, 10]], ["toss out", [2, 585, 11]], ["qualify", [2, 585, 12]], ["fling", [2, 585, 13]], ["discard", [2, 585, 14]]]}, {"answer": "disputed", "hint": "synonyms for disputed", "clues": [["argufy", [2, 586, 0]], ["dispute", [2, 586, 1]], ["quarrel", [2, 586, 2]], ["gainsay", [2, 586, 3]], ["scrap", [2, 586, 4]], ["challenge", [2, 586, 5]], ["altercate", [2, 586, 6]]]}, {"answer": "disquieted", "hint": "synonyms for disquieted", "clues": [["unhinge", [2, 587, 0]], ["trouble", [2, 587, 1]], ["perturb", [2, 587, 2]], ["disquiet", [2, 587, 3]], ["distract", [2, 587, 4]], ["cark", [2, 587, 5]], ["disorder", [2, 587, 6]]]}, {"answer": "disquieting", "hint": "synonyms for disquieting", "clues": [["unhinge", [2, 588, 0]], ["trouble", [2, 588, 1]], ["perturb", [2, 588, 2]], ["disquiet", [2, 588, 3]], ["distract", [2, 588, 4]], ["cark", [2, 588, 5]], ["disorder", [2, 588, 6]]]}, {"answer": "disregarded", "hint": "synonyms for disregarded", "clues": [["neglect", [2, 589, 0]], ["snub", [2, 589, 1]], ["disregard", [2, 589, 2]], ["cut", [2, 589, 3]], ["ignore", [2, 589, 4]], ["push aside", [2, 589, 5]], ["discount", [2, 589, 6]], ["dismiss", [2, 589, 7]], ["brush off", [2, 589, 8]]]}, {"answer": "disrupted", "hint": "synonyms for disrupted", "clues": [["interrupt", [2, 590, 0]], ["disrupt", [2, 590, 1]], ["cut off", [2, 590, 2]], ["break up", [2, 590, 3]]]}, {"answer": "dissected", "hint": "synonyms for dissected", "clues": [["analyse", [2, 591, 0]], ["break down", [2, 591, 1]], ["dissect", [2, 591, 2]], ["take apart", [2, 591, 3]]]}, {"answer": "dissenting", "hint": "synonyms for dissenting", "clues": [["dissent", [2, 592, 0]], ["take issue", [2, 592, 1]], ["resist", [2, 592, 2]], ["disagree", [2, 592, 3]], ["protest", [2, 592, 4]], ["differ", [2, 592, 5]]]}, {"answer": "dissipated", "hint": "synonyms for dissipated", "clues": [["fritter", [2, 593, 0]], ["fool away", [2, 593, 1]], ["spread out", [2, 593, 2]], ["dissipate", [2, 593, 3]], ["shoot", [2, 593, 4]], ["dispel", [2, 593, 5]], ["break up", [2, 593, 6]], ["fritter away", [2, 593, 7]], ["fool", [2, 593, 8]], ["scatter", [2, 593, 9]], ["disperse", [2, 593, 10]], ["frivol away", [2, 593, 11]]]}, {"answer": "dissolved", "hint": "synonyms for dissolved", "clues": [["resolve", [2, 594, 0]], ["dissolve", [2, 594, 1]], ["break up", [2, 594, 2]], ["disband", [2, 594, 3]], ["fade away", [2, 594, 4]], ["unthaw", [2, 594, 5]], ["thaw", [2, 594, 6]], ["dethaw", [2, 594, 7]], ["fade out", [2, 594, 8]], ["dismiss", [2, 594, 9]], ["unfreeze", [2, 594, 10]], ["melt", [2, 594, 11]]]}, {"answer": "distinguished", "hint": "synonyms for distinguished", "clues": [["make out", [2, 595, 0]], ["key", [2, 595, 1]], ["differentiate", [2, 595, 2]], ["secern", [2, 595, 3]], ["distinguish", [2, 595, 4]], ["severalise", [2, 595, 5]], ["spot", [2, 595, 6]], ["tell apart", [2, 595, 7]], ["signalize", [2, 595, 8]], ["separate", [2, 595, 9]], ["recognise", [2, 595, 10]], ["discover", [2, 595, 11]], ["key out", [2, 595, 12]], ["tell", [2, 595, 13]], ["secernate", [2, 595, 14]], ["discern", [2, 595, 15]], ["describe", [2, 595, 16]], ["identify", [2, 595, 17]], ["mark", [2, 595, 18]], ["name", [2, 595, 19]], ["pick out", [2, 595, 20]]]}, {"answer": "distorted", "hint": "synonyms for distorted", "clues": [["distort", [2, 596, 0]], ["tinge", [2, 596, 1]], ["color", [2, 596, 2]], ["warp", [2, 596, 3]], ["wring", [2, 596, 4]], ["contort", [2, 596, 5]], ["deform", [2, 596, 6]], ["twine", [2, 596, 7]], ["garble", [2, 596, 8]], ["twist", [2, 596, 9]], ["strain", [2, 596, 10]], ["falsify", [2, 596, 11]]]}, {"answer": "distracted", "hint": "synonyms for distracted", "clues": [["trouble", [2, 597, 0]], ["disquiet", [2, 597, 1]], ["cark", [2, 597, 2]], ["disorder", [2, 597, 3]], ["distract", [2, 597, 4]], ["perturb", [2, 597, 5]], ["deflect", [2, 597, 6]], ["unhinge", [2, 597, 7]]]}, {"answer": "distributed", "hint": "synonyms for distributed", "clues": [["distribute", [2, 598, 0]], ["pass around", [2, 598, 1]], ["dish out", [2, 598, 2]], ["propagate", [2, 598, 3]], ["dispense", [2, 598, 4]], ["shell out", [2, 598, 5]], ["circulate", [2, 598, 6]], ["mete out", [2, 598, 7]], ["deal out", [2, 598, 8]], ["diffuse", [2, 598, 9]], ["disseminate", [2, 598, 10]], ["stagger", [2, 598, 11]], ["spread", [2, 598, 12]], ["broadcast", [2, 598, 13]], ["give out", [2, 598, 14]], ["deal", [2, 598, 15]], ["lot", [2, 598, 16]], ["circularize", [2, 598, 17]], ["allot", [2, 598, 18]], ["dole out", [2, 598, 19]], ["hand out", [2, 598, 20]], ["parcel out", [2, 598, 21]], ["administer", [2, 598, 22]], ["pass on", [2, 598, 23]], ["pass out", [2, 598, 24]]]}, {"answer": "disturbed", "hint": "synonyms for disturbed", "clues": [["disturb", [2, 599, 0]], ["stir up", [2, 599, 1]], ["interrupt", [2, 599, 2]], ["vex", [2, 599, 3]], ["shake up", [2, 599, 4]], ["agitate", [2, 599, 5]], ["upset", [2, 599, 6]], ["touch", [2, 599, 7]], ["commove", [2, 599, 8]], ["trouble", [2, 599, 9]], ["raise up", [2, 599, 10]]]}, {"answer": "disturbing", "hint": "synonyms for disturbing", "clues": [["disturb", [2, 600, 0]], ["stir up", [2, 600, 1]], ["interrupt", [2, 600, 2]], ["vex", [2, 600, 3]], ["shake up", [2, 600, 4]], ["agitate", [2, 600, 5]], ["upset", [2, 600, 6]], ["touch", [2, 600, 7]], ["commove", [2, 600, 8]], ["trouble", [2, 600, 9]], ["raise up", [2, 600, 10]]]}, {"answer": "disunited", "hint": "synonyms for disunited", "clues": [["disunite", [2, 601, 0]], ["disjoint", [2, 601, 1]], ["separate", [2, 601, 2]], ["divide", [2, 601, 3]], ["part", [2, 601, 4]], ["dissociate", [2, 601, 5]], ["divorce", [2, 601, 6]]]}, {"answer": "diverging", "hint": "synonyms for diverging", "clues": [["diverge", [2, 602, 0]], ["vary", [2, 602, 1]], ["deviate", [2, 602, 2]], ["depart", [2, 602, 3]]]}, {"answer": "diversified", "hint": "synonyms for diversified", "clues": [["diversify", [2, 603, 0]], ["branch out", [2, 603, 1]], ["radiate", [2, 603, 2]], ["broaden", [2, 603, 3]]]}, {"answer": "diverted", "hint": "synonyms for diverted", "clues": [["deviate", [2, 604, 0]], ["disport", [2, 604, 1]], ["divert", [2, 604, 2]], ["hive off", [2, 604, 3]], ["amuse", [2, 604, 4]]]}, {"answer": "diverting", "hint": "synonyms for diverting", "clues": [["deviate", [2, 605, 0]], ["disport", [2, 605, 1]], ["divert", [2, 605, 2]], ["hive off", [2, 605, 3]], ["amuse", [2, 605, 4]]]}, {"answer": "divided", "hint": "synonyms for divided", "clues": [["divide", [2, 606, 0]], ["split", [2, 606, 1]], ["disunite", [2, 606, 2]], ["part", [2, 606, 3]], ["dissever", [2, 606, 4]], ["separate", [2, 606, 5]], ["split up", [2, 606, 6]], ["fraction", [2, 606, 7]], ["carve up", [2, 606, 8]]]}, {"answer": "divorced", "hint": "synonyms for divorced", "clues": [["disunite", [2, 607, 0]], ["disjoint", [2, 607, 1]], ["split up", [2, 607, 2]], ["dissociate", [2, 607, 3]], ["divorce", [2, 607, 4]]]}, {"answer": "doddering", "hint": "synonyms for doddering", "clues": [["coggle", [2, 608, 0]], ["paddle", [2, 608, 1]], ["toddle", [2, 608, 2]], ["dodder", [2, 608, 3]], ["totter", [2, 608, 4]], ["waddle", [2, 608, 5]]]}, {"answer": "dogged", "hint": "synonyms for dogged", "clues": [["give chase", [2, 609, 0]], ["trail", [2, 609, 1]], ["dog", [2, 609, 2]], ["chase", [2, 609, 3]], ["chase after", [2, 609, 4]], ["track", [2, 609, 5]], ["tag", [2, 609, 6]], ["go after", [2, 609, 7]]]}, {"answer": "dogging", "hint": "synonyms for dogging", "clues": [["give chase", [2, 610, 0]], ["trail", [2, 610, 1]], ["dog", [2, 610, 2]], ["chase", [2, 610, 3]], ["chase after", [2, 610, 4]], ["track", [2, 610, 5]], ["tag", [2, 610, 6]], ["go after", [2, 610, 7]]]}, {"answer": "domesticated", "hint": "synonyms for domesticated", "clues": [["reclaim", [2, 611, 0]], ["domesticise", [2, 611, 1]], ["cultivate", [2, 611, 2]], ["tame", [2, 611, 3]], ["naturalize", [2, 611, 4]], ["domesticate", [2, 611, 5]]]}, {"answer": "dominated", "hint": "synonyms for dominated", "clues": [["dominate", [2, 612, 0]], ["reign", [2, 612, 1]], ["overlook", [2, 612, 2]], ["command", [2, 612, 3]], ["prevail", [2, 612, 4]], ["overshadow", [2, 612, 5]], ["predominate", [2, 612, 6]], ["eclipse", [2, 612, 7]], ["overtop", [2, 612, 8]], ["rule", [2, 612, 9]], ["master", [2, 612, 10]]]}, {"answer": "dominating", "hint": "synonyms for dominating", "clues": [["dominate", [2, 613, 0]], ["reign", [2, 613, 1]], ["overlook", [2, 613, 2]], ["command", [2, 613, 3]], ["prevail", [2, 613, 4]], ["overshadow", [2, 613, 5]], ["predominate", [2, 613, 6]], ["eclipse", [2, 613, 7]], ["overtop", [2, 613, 8]], ["rule", [2, 613, 9]], ["master", [2, 613, 10]]]}, {"answer": "done", "hint": "synonyms for done", "clues": [["manage", [2, 614, 0]], ["come", [2, 614, 1]], ["serve", [2, 614, 2]], ["do", [2, 614, 3]], ["make", [2, 614, 4]], ["set", [2, 614, 5]], ["perform", [2, 614, 6]], ["act", [2, 614, 7]], ["execute", [2, 614, 8]], ["exercise", [2, 614, 9]], ["get along", [2, 614, 10]], ["practice", [2, 614, 11]], ["coiffure", [2, 614, 12]], ["make out", [2, 614, 13]], ["coif", [2, 614, 14]], ["cause", [2, 614, 15]], ["dress", [2, 614, 16]], ["arrange", [2, 614, 17]], ["suffice", [2, 614, 18]], ["behave", [2, 614, 19]], ["fare", [2, 614, 20]], ["answer", [2, 614, 21]]]}, {"answer": "doomed", "hint": "synonyms for doomed", "clues": [["doom", [2, 615, 0]], ["condemn", [2, 615, 1]], ["destine", [2, 615, 2]], ["sentence", [2, 615, 3]], ["designate", [2, 615, 4]], ["fate", [2, 615, 5]]]}, {"answer": "doting", "hint": "synonyms for doting", "clues": [["disperse", [2, 616, 0]], ["dote", [2, 616, 1]], ["constellate", [2, 616, 2]], ["sprinkle", [2, 616, 3]], ["scatter", [2, 616, 4]], ["stud", [2, 616, 5]], ["dust", [2, 616, 6]]]}, {"answer": "dotted", "hint": "synonyms for dotted", "clues": [["disperse", [2, 617, 0]], ["dot", [2, 617, 1]], ["constellate", [2, 617, 2]], ["sprinkle", [2, 617, 3]], ["scatter", [2, 617, 4]], ["stud", [2, 617, 5]], ["dust", [2, 617, 6]]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["duplicate", [2, 618, 0]], ["replicate", [2, 618, 1]], ["double over", [2, 618, 2]], ["repeat", [2, 618, 3]], ["double up", [2, 618, 4]]]}, {"answer": "doubled", "hint": "synonyms for doubled", "clues": [["double", [2, 619, 0]], ["replicate", [2, 619, 1]], ["repeat", [2, 619, 2]], ["duplicate", [2, 619, 3]], ["double over", [2, 619, 4]], ["double up", [2, 619, 5]]]}, {"answer": "down", "hint": "synonyms for down", "clues": [["polish", [2, 620, 0]], ["pull down", [2, 620, 1]], ["toss off", [2, 620, 2]], ["fine-tune", [2, 620, 3]], ["go through", [2, 620, 4]], ["knock down", [2, 620, 5]], ["devour", [2, 620, 6]], ["cut down", [2, 620, 7]], ["shoot down", [2, 620, 8]], ["consume", [2, 620, 9]], ["belt down", [2, 620, 10]], ["land", [2, 620, 11]], ["kill", [2, 620, 12]], ["drink down", [2, 620, 13]], ["refine", [2, 620, 14]], ["push down", [2, 620, 15]], ["pop", [2, 620, 16]], ["pour down", [2, 620, 17]]]}, {"answer": "dragging", "hint": "synonyms for dragging", "clues": [["drag", [2, 621, 0]], ["scuff", [2, 621, 1]], ["hale", [2, 621, 2]], ["sweep", [2, 621, 3]], ["drop back", [2, 621, 4]], ["sweep up", [2, 621, 5]], ["hang back", [2, 621, 6]], ["drag in", [2, 621, 7]], ["get behind", [2, 621, 8]], ["dredge", [2, 621, 9]], ["drop behind", [2, 621, 10]], ["embroil", [2, 621, 11]], ["haul", [2, 621, 12]], ["trail", [2, 621, 13]], ["draw", [2, 621, 14]], ["puff", [2, 621, 15]], ["tangle", [2, 621, 16]], ["drag out", [2, 621, 17]], ["cart", [2, 621, 18]]]}, {"answer": "drained", "hint": "synonyms for drained", "clues": [["run out", [2, 622, 0]], ["drain", [2, 622, 1]], ["enfeeble", [2, 622, 2]], ["debilitate", [2, 622, 3]]]}, {"answer": "draining", "hint": "synonyms for draining", "clues": [["run out", [2, 623, 0]], ["drain", [2, 623, 1]], ["enfeeble", [2, 623, 2]], ["debilitate", [2, 623, 3]]]}, {"answer": "draped", "hint": "synonyms for draped", "clues": [["drape", [2, 624, 0]], ["clothe", [2, 624, 1]], ["cloak", [2, 624, 2]], ["robe", [2, 624, 3]]]}, {"answer": "drawn", "hint": "synonyms for drawn", "clues": [["draw", [2, 625, 0]], ["draw and quarter", [2, 625, 1]], ["tie", [2, 625, 2]], ["make", [2, 625, 3]], ["guide", [2, 625, 4]], ["pull", [2, 625, 5]], ["absorb", [2, 625, 6]], ["delineate", [2, 625, 7]], ["describe", [2, 625, 8]], ["trace", [2, 625, 9]], ["soak up", [2, 625, 10]], ["take up", [2, 625, 11]], ["reap", [2, 625, 12]], ["pass", [2, 625, 13]], ["eviscerate", [2, 625, 14]], ["drag", [2, 625, 15]], ["line", [2, 625, 16]], ["imbibe", [2, 625, 17]], ["thread", [2, 625, 18]], ["draw in", [2, 625, 19]], ["withdraw", [2, 625, 20]], ["get", [2, 625, 21]], ["disembowel", [2, 625, 22]], ["pull in", [2, 625, 23]], ["force", [2, 625, 24]], ["take out", [2, 625, 25]], ["draw off", [2, 625, 26]], ["take in", [2, 625, 27]], ["get out", [2, 625, 28]], ["run", [2, 625, 29]], ["suck", [2, 625, 30]], ["depict", [2, 625, 31]], ["string", [2, 625, 32]], ["pull back", [2, 625, 33]], ["suck up", [2, 625, 34]], ["cast", [2, 625, 35]], ["puff", [2, 625, 36]], ["sop up", [2, 625, 37]], ["quarter", [2, 625, 38]], ["pull out", [2, 625, 39]], ["attract", [2, 625, 40]]]}, {"answer": "dreamed", "hint": "synonyms for dreamed", "clues": [["woolgather", [2, 626, 0]], ["stargaze", [2, 626, 1]], ["dream", [2, 626, 2]], ["daydream", [2, 626, 3]]]}, {"answer": "drenched", "hint": "synonyms for drenched", "clues": [["drench", [2, 627, 0]], ["souse", [2, 627, 1]], ["swamp", [2, 627, 2]], ["dowse", [2, 627, 3]], ["sop", [2, 627, 4]], ["douse", [2, 627, 5]], ["soak", [2, 627, 6]], ["imbrue", [2, 627, 7]]]}, {"answer": "dress", "hint": "synonyms for dress", "clues": [["coiffure", [2, 628, 0]], ["fit out", [2, 628, 1]], ["get dressed", [2, 628, 2]], ["plume", [2, 628, 3]], ["primp", [2, 628, 4]], ["crop", [2, 628, 5]], ["snip", [2, 628, 6]], ["trim", [2, 628, 7]], ["dress up", [2, 628, 8]], ["coif", [2, 628, 9]], ["prune", [2, 628, 10]], ["enclothe", [2, 628, 11]], ["preen", [2, 628, 12]], ["dress out", [2, 628, 13]], ["arrange", [2, 628, 14]], ["groom", [2, 628, 15]], ["curry", [2, 628, 16]], ["do", [2, 628, 17]], ["garb", [2, 628, 18]], ["habilitate", [2, 628, 19]], ["decorate", [2, 628, 20]], ["set", [2, 628, 21]], ["garment", [2, 628, 22]], ["clip", [2, 628, 23]], ["garnish", [2, 628, 24]], ["raiment", [2, 628, 25]], ["lop", [2, 628, 26]], ["cut back", [2, 628, 27]], ["apparel", [2, 628, 28]], ["line up", [2, 628, 29]], ["tog", [2, 628, 30]]]}, {"answer": "dressed", "hint": "synonyms for dressed", "clues": [["dress", [2, 629, 0]], ["fit out", [2, 629, 1]], ["get dressed", [2, 629, 2]], ["primp", [2, 629, 3]], ["crop", [2, 629, 4]], ["dress up", [2, 629, 5]], ["dress out", [2, 629, 6]], ["groom", [2, 629, 7]], ["do", [2, 629, 8]], ["garb", [2, 629, 9]], ["set", [2, 629, 10]], ["garment", [2, 629, 11]], ["raiment", [2, 629, 12]], ["apparel", [2, 629, 13]], ["tog", [2, 629, 14]], ["coiffure", [2, 629, 15]], ["plume", [2, 629, 16]], ["snip", [2, 629, 17]], ["trim", [2, 629, 18]], ["coif", [2, 629, 19]], ["prune", [2, 629, 20]], ["enclothe", [2, 629, 21]], ["preen", [2, 629, 22]], ["arrange", [2, 629, 23]], ["curry", [2, 629, 24]], ["habilitate", [2, 629, 25]], ["decorate", [2, 629, 26]], ["clip", [2, 629, 27]], ["garnish", [2, 629, 28]], ["lop", [2, 629, 29]], ["cut back", [2, 629, 30]], ["line up", [2, 629, 31]]]}, {"answer": "drifting", "hint": "synonyms for drifting", "clues": [["stray", [2, 630, 0]], ["vagabond", [2, 630, 1]], ["wander", [2, 630, 2]], ["drift", [2, 630, 3]], ["float", [2, 630, 4]], ["cast", [2, 630, 5]], ["err", [2, 630, 6]], ["be adrift", [2, 630, 7]], ["ramble", [2, 630, 8]], ["range", [2, 630, 9]], ["tramp", [2, 630, 10]], ["roll", [2, 630, 11]], ["swan", [2, 630, 12]], ["roam", [2, 630, 13]], ["blow", [2, 630, 14]], ["freewheel", [2, 630, 15]], ["rove", [2, 630, 16]]]}, {"answer": "drilled", "hint": "synonyms for drilled", "clues": [["drill", [2, 631, 0]], ["practice", [2, 631, 1]], ["exercise", [2, 631, 2]], ["bore", [2, 631, 3]]]}, {"answer": "driven", "hint": "synonyms for driven", "clues": [["labor", [2, 632, 0]], ["drive", [2, 632, 1]], ["ram", [2, 632, 2]], ["repel", [2, 632, 3]], ["take", [2, 632, 4]], ["repulse", [2, 632, 5]], ["push back", [2, 632, 6]], ["force back", [2, 632, 7]], ["aim", [2, 632, 8]], ["get", [2, 632, 9]], ["force", [2, 632, 10]], ["beat back", [2, 632, 11]], ["tug", [2, 632, 12]], ["push", [2, 632, 13]], ["ride", [2, 632, 14]], ["motor", [2, 632, 15]]]}, {"answer": "driving", "hint": "synonyms for driving", "clues": [["labor", [2, 633, 0]], ["drive", [2, 633, 1]], ["ram", [2, 633, 2]], ["repel", [2, 633, 3]], ["take", [2, 633, 4]], ["repulse", [2, 633, 5]], ["push back", [2, 633, 6]], ["force back", [2, 633, 7]], ["aim", [2, 633, 8]], ["get", [2, 633, 9]], ["force", [2, 633, 10]], ["beat back", [2, 633, 11]], ["tug", [2, 633, 12]], ["push", [2, 633, 13]], ["ride", [2, 633, 14]], ["motor", [2, 633, 15]]]}, {"answer": "drooping", "hint": "synonyms for drooping", "clues": [["loll", [2, 634, 0]], ["wilt", [2, 634, 1]], ["sag", [2, 634, 2]], ["droop", [2, 634, 3]], ["flag", [2, 634, 4]]]}, {"answer": "dropping", "hint": "synonyms for dropping", "clues": [["dribble", [2, 635, 0]], ["deteriorate", [2, 635, 1]], ["drop down", [2, 635, 2]], ["drop", [2, 635, 3]], ["spend", [2, 635, 4]], ["cast", [2, 635, 5]], ["pretermit", [2, 635, 6]], ["set down", [2, 635, 7]], ["knock off", [2, 635, 8]], ["miss", [2, 635, 9]], ["sink", [2, 635, 10]], ["send away", [2, 635, 11]], ["neglect", [2, 635, 12]], ["shed", [2, 635, 13]], ["overleap", [2, 635, 14]], ["leave out", [2, 635, 15]], ["cast off", [2, 635, 16]], ["throw", [2, 635, 17]], ["shake off", [2, 635, 18]], ["unload", [2, 635, 19]], ["degenerate", [2, 635, 20]], ["dangle", [2, 635, 21]], ["throw off", [2, 635, 22]], ["discharge", [2, 635, 23]], ["put down", [2, 635, 24]], ["drip", [2, 635, 25]], ["send packing", [2, 635, 26]], ["overlook", [2, 635, 27]], ["expend", [2, 635, 28]], ["omit", [2, 635, 29]], ["swing", [2, 635, 30]], ["drop off", [2, 635, 31]], ["fell", [2, 635, 32]], ["strike down", [2, 635, 33]], ["flatten", [2, 635, 34]], ["throw away", [2, 635, 35]], ["devolve", [2, 635, 36]], ["dismiss", [2, 635, 37]]]}, {"answer": "drudging", "hint": "synonyms for drudging", "clues": [["fag", [2, 636, 0]], ["travail", [2, 636, 1]], ["grind", [2, 636, 2]], ["dig", [2, 636, 3]], ["drudge", [2, 636, 4]], ["toil", [2, 636, 5]], ["labor", [2, 636, 6]], ["moil", [2, 636, 7]]]}, {"answer": "drunk", "hint": "synonyms for drunk", "clues": [["imbibe", [2, 637, 0]], ["drink", [2, 637, 1]], ["tope", [2, 637, 2]], ["pledge", [2, 637, 3]], ["drink in", [2, 637, 4]], ["fuddle", [2, 637, 5]], ["toast", [2, 637, 6]], ["salute", [2, 637, 7]], ["booze", [2, 637, 8]], ["wassail", [2, 637, 9]]]}, {"answer": "dull", "hint": "synonyms for dull", "clues": [["blunt", [2, 638, 0]], ["dampen", [2, 638, 1]], ["pall", [2, 638, 2]], ["benumb", [2, 638, 3]], ["numb", [2, 638, 4]], ["damp", [2, 638, 5]], ["tone down", [2, 638, 6]], ["mute", [2, 638, 7]], ["muffle", [2, 638, 8]]]}, {"answer": "dulled", "hint": "synonyms for dulled", "clues": [["dull", [2, 639, 0]], ["blunt", [2, 639, 1]], ["dampen", [2, 639, 2]], ["pall", [2, 639, 3]], ["benumb", [2, 639, 4]], ["numb", [2, 639, 5]], ["damp", [2, 639, 6]], ["mute", [2, 639, 7]], ["tone down", [2, 639, 8]], ["muffle", [2, 639, 9]]]}, {"answer": "dumbfounded", "hint": "synonyms for dumbfounded", "clues": [["baffle", [2, 640, 0]], ["beat", [2, 640, 1]], ["mystify", [2, 640, 2]], ["pose", [2, 640, 3]], ["puzzle", [2, 640, 4]], ["stick", [2, 640, 5]], ["vex", [2, 640, 6]], ["flummox", [2, 640, 7]], ["get", [2, 640, 8]], ["stupefy", [2, 640, 9]], ["perplex", [2, 640, 10]], ["dumbfound", [2, 640, 11]], ["gravel", [2, 640, 12]], ["bewilder", [2, 640, 13]], ["amaze", [2, 640, 14]], ["nonplus", [2, 640, 15]]]}, {"answer": "dumbfounding", "hint": "synonyms for dumbfounding", "clues": [["baffle", [2, 641, 0]], ["beat", [2, 641, 1]], ["mystify", [2, 641, 2]], ["pose", [2, 641, 3]], ["puzzle", [2, 641, 4]], ["stick", [2, 641, 5]], ["vex", [2, 641, 6]], ["flummox", [2, 641, 7]], ["get", [2, 641, 8]], ["stupefy", [2, 641, 9]], ["perplex", [2, 641, 10]], ["dumbfound", [2, 641, 11]], ["gravel", [2, 641, 12]], ["bewilder", [2, 641, 13]], ["amaze", [2, 641, 14]], ["nonplus", [2, 641, 15]]]}, {"answer": "dun", "hint": "synonyms for dun", "clues": [["frustrate", [2, 642, 0]], ["bedevil", [2, 642, 1]], ["torment", [2, 642, 2]], ["rag", [2, 642, 3]], ["crucify", [2, 642, 4]]]}, {"answer": "duplicate", "hint": "synonyms for duplicate", "clues": [["replicate", [2, 643, 0]], ["twin", [2, 643, 1]], ["double", [2, 643, 2]], ["repeat", [2, 643, 3]], ["parallel", [2, 643, 4]]]}, {"answer": "dying", "hint": "synonyms for dying", "clues": [["die", [2, 644, 0]], ["die out", [2, 644, 1]], ["perish", [2, 644, 2]], ["kick the bucket", [2, 644, 3]], ["pop off", [2, 644, 4]], ["conk", [2, 644, 5]], ["decease", [2, 644, 6]], ["drop dead", [2, 644, 7]], ["go", [2, 644, 8]], ["cash in one's chips", [2, 644, 9]], ["give out", [2, 644, 10]], ["give-up the ghost", [2, 644, 11]], ["break down", [2, 644, 12]], ["pall", [2, 644, 13]], ["pass away", [2, 644, 14]], ["break", [2, 644, 15]], ["become flat", [2, 644, 16]], ["go bad", [2, 644, 17]], ["croak", [2, 644, 18]], ["conk out", [2, 644, 19]], ["snuff it", [2, 644, 20]], ["expire", [2, 644, 21]], ["buy the farm", [2, 644, 22]], ["exit", [2, 644, 23]], ["give way", [2, 644, 24]], ["fail", [2, 644, 25]], ["choke", [2, 644, 26]], ["pass", [2, 644, 27]]]}, {"answer": "earned", "hint": "synonyms for earned", "clues": [["pull in", [2, 645, 0]], ["realize", [2, 645, 1]], ["garner", [2, 645, 2]], ["make", [2, 645, 3]], ["bring in", [2, 645, 4]], ["clear", [2, 645, 5]], ["earn", [2, 645, 6]], ["take in", [2, 645, 7]], ["gain", [2, 645, 8]]]}, {"answer": "eased", "hint": "synonyms for eased", "clues": [["ease", [2, 646, 0]], ["relieve", [2, 646, 1]], ["facilitate", [2, 646, 2]], ["still", [2, 646, 3]], ["comfort", [2, 646, 4]], ["allay", [2, 646, 5]], ["alleviate", [2, 646, 6]]]}, {"answer": "echoing", "hint": "synonyms for echoing", "clues": [["echo", [2, 647, 0]], ["reverberate", [2, 647, 1]], ["ring", [2, 647, 2]], ["resound", [2, 647, 3]], ["repeat", [2, 647, 4]], ["recall", [2, 647, 5]]]}, {"answer": "edged", "hint": "synonyms for edged", "clues": [["inch", [2, 648, 0]], ["edge", [2, 648, 1]], ["butt on", [2, 648, 2]], ["abut", [2, 648, 3]], ["march", [2, 648, 4]], ["border", [2, 648, 5]], ["butt against", [2, 648, 6]], ["butt", [2, 648, 7]], ["adjoin", [2, 648, 8]]]}, {"answer": "edited", "hint": "synonyms for edited", "clues": [["edit", [2, 649, 0]], ["delete", [2, 649, 1]], ["edit out", [2, 649, 2]], ["redact", [2, 649, 3]], ["blue-pencil", [2, 649, 4]], ["cut", [2, 649, 5]]]}, {"answer": "educated", "hint": "synonyms for educated", "clues": [["train", [2, 650, 0]], ["civilise", [2, 650, 1]], ["educate", [2, 650, 2]], ["prepare", [2, 650, 3]], ["develop", [2, 650, 4]], ["cultivate", [2, 650, 5]], ["school", [2, 650, 6]]]}, {"answer": "effervescing", "hint": "synonyms for effervescing", "clues": [["froth", [2, 651, 0]], ["sparkle", [2, 651, 1]], ["form bubbles", [2, 651, 2]], ["fizz", [2, 651, 3]], ["effervesce", [2, 651, 4]], ["foam", [2, 651, 5]]]}, {"answer": "elaborate", "hint": "synonyms for elaborate", "clues": [["expound", [2, 652, 0]], ["rarify", [2, 652, 1]], ["expand", [2, 652, 2]], ["exposit", [2, 652, 3]], ["expatiate", [2, 652, 4]], ["enlarge", [2, 652, 5]], ["dilate", [2, 652, 6]], ["complicate", [2, 652, 7]], ["flesh out", [2, 652, 8]], ["refine", [2, 652, 9]], ["work out", [2, 652, 10]], ["lucubrate", [2, 652, 11]]]}, {"answer": "elaborated", "hint": "synonyms for elaborated", "clues": [["elaborate", [2, 653, 0]], ["expound", [2, 653, 1]], ["rarify", [2, 653, 2]], ["expand", [2, 653, 3]], ["exposit", [2, 653, 4]], ["expatiate", [2, 653, 5]], ["enlarge", [2, 653, 6]], ["dilate", [2, 653, 7]], ["complicate", [2, 653, 8]], ["flesh out", [2, 653, 9]], ["refine", [2, 653, 10]], ["work out", [2, 653, 11]], ["lucubrate", [2, 653, 12]]]}, {"answer": "elapsed", "hint": "synonyms for elapsed", "clues": [["elapse", [2, 654, 0]], ["slip away", [2, 654, 1]], ["go by", [2, 654, 2]], ["slip by", [2, 654, 3]], ["go along", [2, 654, 4]], ["glide by", [2, 654, 5]], ["pass", [2, 654, 6]]]}, {"answer": "elated", "hint": "synonyms for elated", "clues": [["intoxicate", [2, 655, 0]], ["lift up", [2, 655, 1]], ["elate", [2, 655, 2]], ["pick up", [2, 655, 3]], ["uplift", [2, 655, 4]]]}, {"answer": "elating", "hint": "synonyms for elating", "clues": [["intoxicate", [2, 656, 0]], ["lift up", [2, 656, 1]], ["elate", [2, 656, 2]], ["pick up", [2, 656, 3]], ["uplift", [2, 656, 4]]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["upgrade", [2, 657, 0]], ["raise", [2, 657, 1]], ["kick upstairs", [2, 657, 2]], ["elevate", [2, 657, 3]], ["get up", [2, 657, 4]], ["lift", [2, 657, 5]], ["bring up", [2, 657, 6]], ["promote", [2, 657, 7]], ["advance", [2, 657, 8]]]}, {"answer": "elicited", "hint": "synonyms for elicited", "clues": [["draw out", [2, 658, 0]], ["provoke", [2, 658, 1]], ["elicit", [2, 658, 2]], ["raise", [2, 658, 3]], ["enkindle", [2, 658, 4]], ["educe", [2, 658, 5]], ["evoke", [2, 658, 6]], ["extract", [2, 658, 7]], ["fire", [2, 658, 8]], ["arouse", [2, 658, 9]]]}, {"answer": "embarrassed", "hint": "synonyms for embarrassed", "clues": [["hinder", [2, 659, 0]], ["blockade", [2, 659, 1]], ["embarrass", [2, 659, 2]], ["block", [2, 659, 3]], ["abash", [2, 659, 4]], ["stymie", [2, 659, 5]], ["obstruct", [2, 659, 6]], ["stymy", [2, 659, 7]]]}, {"answer": "embarrassing", "hint": "synonyms for embarrassing", "clues": [["hinder", [2, 660, 0]], ["blockade", [2, 660, 1]], ["embarrass", [2, 660, 2]], ["block", [2, 660, 3]], ["abash", [2, 660, 4]], ["stymie", [2, 660, 5]], ["obstruct", [2, 660, 6]], ["stymy", [2, 660, 7]]]}, {"answer": "embedded", "hint": "synonyms for embedded", "clues": [["plant", [2, 661, 0]], ["implant", [2, 661, 1]], ["imbed", [2, 661, 2]], ["embed", [2, 661, 3]], ["engraft", [2, 661, 4]]]}, {"answer": "embezzled", "hint": "synonyms for embezzled", "clues": [["defalcate", [2, 662, 0]], ["misappropriate", [2, 662, 1]], ["malversate", [2, 662, 2]], ["peculate", [2, 662, 3]], ["embezzle", [2, 662, 4]]]}, {"answer": "embodied", "hint": "synonyms for embodied", "clues": [["embody", [2, 663, 0]], ["substantiate", [2, 663, 1]], ["personify", [2, 663, 2]], ["be", [2, 663, 3]], ["body forth", [2, 663, 4]], ["incarnate", [2, 663, 5]]]}, {"answer": "emboldened", "hint": "synonyms for emboldened", "clues": [["embolden", [2, 664, 0]], ["hearten", [2, 664, 1]], ["cheer", [2, 664, 2]], ["recreate", [2, 664, 3]]]}, {"answer": "embroiled", "hint": "synonyms for embroiled", "clues": [["drag in", [2, 665, 0]], ["drag", [2, 665, 1]], ["tangle", [2, 665, 2]], ["sweep", [2, 665, 3]], ["embroil", [2, 665, 4]], ["sweep up", [2, 665, 5]]]}, {"answer": "emerging", "hint": "synonyms for emerging", "clues": [["emerge", [2, 666, 0]], ["issue", [2, 666, 1]], ["egress", [2, 666, 2]], ["come forth", [2, 666, 3]], ["go forth", [2, 666, 4]], ["come out", [2, 666, 5]]]}, {"answer": "emphasised", "hint": "synonyms for emphasised", "clues": [["accent", [2, 667, 0]], ["emphasize", [2, 667, 1]], ["stress", [2, 667, 2]], ["underline", [2, 667, 3]], ["punctuate", [2, 667, 4]], ["underscore", [2, 667, 5]], ["accentuate", [2, 667, 6]]]}, {"answer": "emphasized", "hint": "synonyms for emphasized", "clues": [["accent", [2, 668, 0]], ["emphasize", [2, 668, 1]], ["stress", [2, 668, 2]], ["underline", [2, 668, 3]], ["punctuate", [2, 668, 4]], ["underscore", [2, 668, 5]], ["accentuate", [2, 668, 6]]]}, {"answer": "employed", "hint": "synonyms for employed", "clues": [["engage", [2, 669, 0]], ["employ", [2, 669, 1]], ["use", [2, 669, 2]], ["utilize", [2, 669, 3]], ["hire", [2, 669, 4]], ["apply", [2, 669, 5]]]}, {"answer": "empowered", "hint": "synonyms for empowered", "clues": [["empower", [2, 670, 0]], ["authorize", [2, 670, 1]], ["gift", [2, 670, 2]], ["endow", [2, 670, 3]], ["endue", [2, 670, 4]], ["indue", [2, 670, 5]], ["invest", [2, 670, 6]]]}, {"answer": "empty", "hint": "synonyms for empty", "clues": [["discharge", [2, 671, 0]], ["vacate", [2, 671, 1]], ["void", [2, 671, 2]], ["abandon", [2, 671, 3]]]}, {"answer": "enamored", "hint": "synonyms for enamored", "clues": [["catch", [2, 672, 0]], ["bewitch", [2, 672, 1]], ["enamour", [2, 672, 2]], ["fascinate", [2, 672, 3]], ["captivate", [2, 672, 4]], ["trance", [2, 672, 5]], ["beguile", [2, 672, 6]], ["enchant", [2, 672, 7]], ["capture", [2, 672, 8]], ["charm", [2, 672, 9]], ["becharm", [2, 672, 10]]]}, {"answer": "enchanted", "hint": "synonyms for enchanted", "clues": [["enthral", [2, 673, 0]], ["transport", [2, 673, 1]], ["catch", [2, 673, 2]], ["enchant", [2, 673, 3]], ["enrapture", [2, 673, 4]], ["bewitch", [2, 673, 5]], ["fascinate", [2, 673, 6]], ["enamor", [2, 673, 7]], ["glamour", [2, 673, 8]], ["ravish", [2, 673, 9]], ["becharm", [2, 673, 10]], ["hex", [2, 673, 11]], ["jinx", [2, 673, 12]], ["witch", [2, 673, 13]], ["captivate", [2, 673, 14]], ["delight", [2, 673, 15]], ["trance", [2, 673, 16]], ["beguile", [2, 673, 17]], ["capture", [2, 673, 18]], ["charm", [2, 673, 19]]]}, {"answer": "enchanting", "hint": "synonyms for enchanting", "clues": [["enthral", [2, 674, 0]], ["transport", [2, 674, 1]], ["catch", [2, 674, 2]], ["enchant", [2, 674, 3]], ["enrapture", [2, 674, 4]], ["bewitch", [2, 674, 5]], ["fascinate", [2, 674, 6]], ["enamor", [2, 674, 7]], ["glamour", [2, 674, 8]], ["ravish", [2, 674, 9]], ["becharm", [2, 674, 10]], ["hex", [2, 674, 11]], ["jinx", [2, 674, 12]], ["witch", [2, 674, 13]], ["captivate", [2, 674, 14]], ["delight", [2, 674, 15]], ["trance", [2, 674, 16]], ["beguile", [2, 674, 17]], ["capture", [2, 674, 18]], ["charm", [2, 674, 19]]]}, {"answer": "enclosed", "hint": "synonyms for enclosed", "clues": [["insert", [2, 675, 0]], ["put in", [2, 675, 1]], ["enfold", [2, 675, 2]], ["envelop", [2, 675, 3]], ["hold in", [2, 675, 4]], ["shut in", [2, 675, 5]], ["introduce", [2, 675, 6]], ["enwrap", [2, 675, 7]], ["confine", [2, 675, 8]], ["inclose", [2, 675, 9]], ["stick in", [2, 675, 10]], ["wrap", [2, 675, 11]], ["close in", [2, 675, 12]]]}, {"answer": "encompassing", "hint": "synonyms for encompassing", "clues": [["cover", [2, 676, 0]], ["embrace", [2, 676, 1]], ["encompass", [2, 676, 2]], ["comprehend", [2, 676, 3]]]}, {"answer": "encouraged", "hint": "synonyms for encouraged", "clues": [["encourage", [2, 677, 0]], ["boost", [2, 677, 1]], ["advance", [2, 677, 2]], ["promote", [2, 677, 3]], ["further", [2, 677, 4]]]}, {"answer": "encouraging", "hint": "synonyms for encouraging", "clues": [["encourage", [2, 678, 0]], ["boost", [2, 678, 1]], ["advance", [2, 678, 2]], ["promote", [2, 678, 3]], ["further", [2, 678, 4]]]}, {"answer": "encroaching", "hint": "synonyms for encroaching", "clues": [["encroach", [2, 679, 0]], ["infringe", [2, 679, 1]], ["impinge", [2, 679, 2]], ["entrench", [2, 679, 3]]]}, {"answer": "endangered", "hint": "synonyms for endangered", "clues": [["imperil", [2, 680, 0]], ["scupper", [2, 680, 1]], ["menace", [2, 680, 2]], ["threaten", [2, 680, 3]], ["peril", [2, 680, 4]], ["jeopardise", [2, 680, 5]], ["queer", [2, 680, 6]], ["endanger", [2, 680, 7]], ["expose", [2, 680, 8]]]}, {"answer": "ended", "hint": "synonyms for ended", "clues": [["stop", [2, 681, 0]], ["end", [2, 681, 1]], ["terminate", [2, 681, 2]], ["cease", [2, 681, 3]], ["finish", [2, 681, 4]]]}, {"answer": "endowed", "hint": "synonyms for endowed", "clues": [["empower", [2, 682, 0]], ["endow", [2, 682, 1]], ["indue", [2, 682, 2]], ["invest", [2, 682, 3]], ["gift", [2, 682, 4]], ["dower", [2, 682, 5]], ["endue", [2, 682, 6]]]}, {"answer": "enduring", "hint": "synonyms for enduring", "clues": [["tolerate", [2, 683, 0]], ["endure", [2, 683, 1]], ["hold up", [2, 683, 2]], ["run", [2, 683, 3]], ["live", [2, 683, 4]], ["last", [2, 683, 5]], ["abide", [2, 683, 6]], ["survive", [2, 683, 7]], ["put up", [2, 683, 8]], ["support", [2, 683, 9]], ["live on", [2, 683, 10]], ["bear", [2, 683, 11]], ["brave", [2, 683, 12]], ["stick out", [2, 683, 13]], ["go", [2, 683, 14]], ["suffer", [2, 683, 15]], ["hold out", [2, 683, 16]], ["persist", [2, 683, 17]], ["prevail", [2, 683, 18]], ["die hard", [2, 683, 19]], ["stand", [2, 683, 20]], ["brave out", [2, 683, 21]], ["wear", [2, 683, 22]], ["digest", [2, 683, 23]], ["weather", [2, 683, 24]], ["brook", [2, 683, 25]], ["stomach", [2, 683, 26]]]}, {"answer": "energising", "hint": "synonyms for energising", "clues": [["energize", [2, 684, 0]], ["brace", [2, 684, 1]], ["excite", [2, 684, 2]], ["arouse", [2, 684, 3]], ["perk up", [2, 684, 4]], ["stimulate", [2, 684, 5]]]}, {"answer": "energizing", "hint": "synonyms for energizing", "clues": [["energize", [2, 685, 0]], ["excite", [2, 685, 1]], ["perk up", [2, 685, 2]], ["arouse", [2, 685, 3]], ["brace", [2, 685, 4]], ["stimulate", [2, 685, 5]]]}, {"answer": "enervated", "hint": "synonyms for enervated", "clues": [["faze", [2, 686, 0]], ["unnerve", [2, 686, 1]], ["enervate", [2, 686, 2]], ["unsettle", [2, 686, 3]]]}, {"answer": "enervating", "hint": "synonyms for enervating", "clues": [["faze", [2, 687, 0]], ["unnerve", [2, 687, 1]], ["enervate", [2, 687, 2]], ["unsettle", [2, 687, 3]]]}, {"answer": "enforced", "hint": "synonyms for enforced", "clues": [["apply", [2, 688, 0]], ["enforce", [2, 688, 1]], ["impose", [2, 688, 2]], ["implement", [2, 688, 3]]]}, {"answer": "engaged", "hint": "synonyms for engaged", "clues": [["pursue", [2, 689, 0]], ["engage", [2, 689, 1]], ["prosecute", [2, 689, 2]], ["rent", [2, 689, 3]], ["operate", [2, 689, 4]], ["hire", [2, 689, 5]], ["plight", [2, 689, 6]], ["take", [2, 689, 7]], ["employ", [2, 689, 8]], ["engross", [2, 689, 9]], ["lease", [2, 689, 10]], ["affiance", [2, 689, 11]], ["absorb", [2, 689, 12]], ["enlist", [2, 689, 13]], ["lock", [2, 689, 14]], ["charter", [2, 689, 15]], ["betroth", [2, 689, 16]], ["mesh", [2, 689, 17]], ["occupy", [2, 689, 18]], ["wage", [2, 689, 19]]]}, {"answer": "engaging", "hint": "synonyms for engaging", "clues": [["pursue", [2, 690, 0]], ["engage", [2, 690, 1]], ["prosecute", [2, 690, 2]], ["rent", [2, 690, 3]], ["operate", [2, 690, 4]], ["hire", [2, 690, 5]], ["plight", [2, 690, 6]], ["take", [2, 690, 7]], ["employ", [2, 690, 8]], ["engross", [2, 690, 9]], ["lease", [2, 690, 10]], ["affiance", [2, 690, 11]], ["absorb", [2, 690, 12]], ["enlist", [2, 690, 13]], ["lock", [2, 690, 14]], ["charter", [2, 690, 15]], ["betroth", [2, 690, 16]], ["mesh", [2, 690, 17]], ["occupy", [2, 690, 18]], ["wage", [2, 690, 19]]]}, {"answer": "engorged", "hint": "synonyms for engorged", "clues": [["englut", [2, 691, 0]], ["glut", [2, 691, 1]], ["engorge", [2, 691, 2]], ["stuff", [2, 691, 3]], ["gormandize", [2, 691, 4]], ["overindulge", [2, 691, 5]], ["overgorge", [2, 691, 6]], ["ingurgitate", [2, 691, 7]], ["pig out", [2, 691, 8]], ["gorge", [2, 691, 9]], ["satiate", [2, 691, 10]], ["scarf out", [2, 691, 11]], ["overeat", [2, 691, 12]], ["binge", [2, 691, 13]]]}, {"answer": "engraved", "hint": "synonyms for engraved", "clues": [["etch", [2, 692, 0]], ["grave", [2, 692, 1]], ["engrave", [2, 692, 2]], ["inscribe", [2, 692, 3]], ["scratch", [2, 692, 4]]]}, {"answer": "engrossed", "hint": "synonyms for engrossed", "clues": [["steep", [2, 693, 0]], ["absorb", [2, 693, 1]], ["immerse", [2, 693, 2]], ["plunge", [2, 693, 3]], ["engulf", [2, 693, 4]], ["soak up", [2, 693, 5]], ["engage", [2, 693, 6]], ["engross", [2, 693, 7]], ["occupy", [2, 693, 8]]]}, {"answer": "engrossing", "hint": "synonyms for engrossing", "clues": [["steep", [2, 694, 0]], ["absorb", [2, 694, 1]], ["immerse", [2, 694, 2]], ["plunge", [2, 694, 3]], ["engulf", [2, 694, 4]], ["soak up", [2, 694, 5]], ["engage", [2, 694, 6]], ["engross", [2, 694, 7]], ["occupy", [2, 694, 8]]]}, {"answer": "enkindled", "hint": "synonyms for enkindled", "clues": [["enkindle", [2, 695, 0]], ["provoke", [2, 695, 1]], ["conflagrate", [2, 695, 2]], ["raise", [2, 695, 3]], ["fire", [2, 695, 4]], ["evoke", [2, 695, 5]], ["elicit", [2, 695, 6]], ["inflame", [2, 695, 7]], ["arouse", [2, 695, 8]]]}, {"answer": "enlarged", "hint": "synonyms for enlarged", "clues": [["expound", [2, 696, 0]], ["enlarge", [2, 696, 1]], ["elaborate", [2, 696, 2]], ["expand", [2, 696, 3]], ["exposit", [2, 696, 4]], ["expatiate", [2, 696, 5]], ["dilate", [2, 696, 6]], ["blow up", [2, 696, 7]], ["flesh out", [2, 696, 8]], ["magnify", [2, 696, 9]], ["lucubrate", [2, 696, 10]]]}, {"answer": "enlightened", "hint": "synonyms for enlightened", "clues": [["clear", [2, 697, 0]], ["illuminate", [2, 697, 1]], ["sort out", [2, 697, 2]], ["edify", [2, 697, 3]], ["enlighten", [2, 697, 4]], ["irradiate", [2, 697, 5]], ["clear up", [2, 697, 6]], ["elucidate", [2, 697, 7]], ["crystalise", [2, 697, 8]], ["shed light on", [2, 697, 9]], ["straighten out", [2, 697, 10]]]}, {"answer": "enlightening", "hint": "synonyms for enlightening", "clues": [["clear", [2, 698, 0]], ["illuminate", [2, 698, 1]], ["sort out", [2, 698, 2]], ["edify", [2, 698, 3]], ["enlighten", [2, 698, 4]], ["irradiate", [2, 698, 5]], ["clear up", [2, 698, 6]], ["elucidate", [2, 698, 7]], ["crystalise", [2, 698, 8]], ["shed light on", [2, 698, 9]], ["straighten out", [2, 698, 10]]]}, {"answer": "enlivened", "hint": "synonyms for enlivened", "clues": [["inspire", [2, 699, 0]], ["liven up", [2, 699, 1]], ["enliven", [2, 699, 2]], ["invigorate", [2, 699, 3]], ["liven", [2, 699, 4]], ["animate", [2, 699, 5]], ["exalt", [2, 699, 6]]]}, {"answer": "enlivening", "hint": "synonyms for enlivening", "clues": [["inspire", [2, 700, 0]], ["liven up", [2, 700, 1]], ["enliven", [2, 700, 2]], ["invigorate", [2, 700, 3]], ["liven", [2, 700, 4]], ["animate", [2, 700, 5]], ["exalt", [2, 700, 6]]]}, {"answer": "ennobling", "hint": "synonyms for ennobling", "clues": [["dignify", [2, 701, 0]], ["gentle", [2, 701, 1]], ["ennoble", [2, 701, 2]], ["entitle", [2, 701, 3]]]}, {"answer": "enraptured", "hint": "synonyms for enraptured", "clues": [["enthral", [2, 702, 0]], ["transport", [2, 702, 1]], ["delight", [2, 702, 2]], ["ravish", [2, 702, 3]], ["enchant", [2, 702, 4]], ["enrapture", [2, 702, 5]]]}, {"answer": "entangled", "hint": "synonyms for entangled", "clues": [["entangle", [2, 703, 0]], ["mat", [2, 703, 1]], ["mire", [2, 703, 2]], ["snarl", [2, 703, 3]]]}, {"answer": "entertained", "hint": "synonyms for entertained", "clues": [["nurse", [2, 704, 0]], ["think of", [2, 704, 1]], ["harbor", [2, 704, 2]], ["hold", [2, 704, 3]], ["entertain", [2, 704, 4]], ["think about", [2, 704, 5]], ["toy with", [2, 704, 6]], ["flirt with", [2, 704, 7]]]}, {"answer": "entertaining", "hint": "synonyms for entertaining", "clues": [["nurse", [2, 705, 0]], ["think of", [2, 705, 1]], ["harbor", [2, 705, 2]], ["hold", [2, 705, 3]], ["entertain", [2, 705, 4]], ["think about", [2, 705, 5]], ["toy with", [2, 705, 6]], ["flirt with", [2, 705, 7]]]}, {"answer": "enthralled", "hint": "synonyms for enthralled", "clues": [["enthral", [2, 706, 0]], ["transport", [2, 706, 1]], ["enchant", [2, 706, 2]], ["enrapture", [2, 706, 3]], ["delight", [2, 706, 4]], ["ravish", [2, 706, 5]]]}, {"answer": "enthralling", "hint": "synonyms for enthralling", "clues": [["enthral", [2, 707, 0]], ["transport", [2, 707, 1]], ["enchant", [2, 707, 2]], ["enrapture", [2, 707, 3]], ["delight", [2, 707, 4]], ["ravish", [2, 707, 5]]]}, {"answer": "entitled", "hint": "synonyms for entitled", "clues": [["gentle", [2, 708, 0]], ["entitle", [2, 708, 1]], ["title", [2, 708, 2]], ["ennoble", [2, 708, 3]]]}, {"answer": "entranced", "hint": "synonyms for entranced", "clues": [["spellbind", [2, 709, 0]], ["catch", [2, 709, 1]], ["entrance", [2, 709, 2]], ["bewitch", [2, 709, 3]], ["enamour", [2, 709, 4]], ["fascinate", [2, 709, 5]], ["captivate", [2, 709, 6]], ["beguile", [2, 709, 7]], ["enchant", [2, 709, 8]], ["capture", [2, 709, 9]], ["charm", [2, 709, 10]], ["becharm", [2, 709, 11]]]}, {"answer": "entrancing", "hint": "synonyms for entrancing", "clues": [["spellbind", [2, 710, 0]], ["catch", [2, 710, 1]], ["entrance", [2, 710, 2]], ["bewitch", [2, 710, 3]], ["enamour", [2, 710, 4]], ["fascinate", [2, 710, 5]], ["captivate", [2, 710, 6]], ["beguile", [2, 710, 7]], ["enchant", [2, 710, 8]], ["capture", [2, 710, 9]], ["charm", [2, 710, 10]], ["becharm", [2, 710, 11]]]}, {"answer": "entrenched", "hint": "synonyms for entrenched", "clues": [["entrench", [2, 711, 0]], ["encroach", [2, 711, 1]], ["dig in", [2, 711, 2]], ["impinge", [2, 711, 3]]]}, {"answer": "enveloping", "hint": "synonyms for enveloping", "clues": [["wrap", [2, 712, 0]], ["enfold", [2, 712, 1]], ["enclose", [2, 712, 2]], ["envelop", [2, 712, 3]], ["enwrap", [2, 712, 4]]]}, {"answer": "envisioned", "hint": "synonyms for envisioned", "clues": [["see", [2, 713, 0]], ["foresee", [2, 713, 1]], ["envision", [2, 713, 2]], ["visualize", [2, 713, 3]], ["figure", [2, 713, 4]], ["picture", [2, 713, 5]], ["project", [2, 713, 6]], ["image", [2, 713, 7]], ["fancy", [2, 713, 8]]]}, {"answer": "enwrapped", "hint": "synonyms for enwrapped", "clues": [["wrap", [2, 714, 0]], ["enfold", [2, 714, 1]], ["enclose", [2, 714, 2]], ["envelop", [2, 714, 3]], ["enwrap", [2, 714, 4]]]}, {"answer": "equal", "hint": "synonyms for equal", "clues": [["touch", [2, 715, 0]], ["be", [2, 715, 1]], ["rival", [2, 715, 2]], ["match", [2, 715, 3]], ["equalise", [2, 715, 4]], ["equate", [2, 715, 5]]]}, {"answer": "equipped", "hint": "synonyms for equipped", "clues": [["fit out", [2, 716, 0]], ["outfit", [2, 716, 1]], ["equip", [2, 716, 2]], ["fit", [2, 716, 3]]]}, {"answer": "erect", "hint": "synonyms for erect", "clues": [["raise", [2, 717, 0]], ["rear", [2, 717, 1]], ["put up", [2, 717, 2]], ["set up", [2, 717, 3]]]}, {"answer": "eroded", "hint": "synonyms for eroded", "clues": [["gnaw at", [2, 718, 0]], ["eat at", [2, 718, 1]], ["erode", [2, 718, 2]], ["gnaw", [2, 718, 3]], ["wear away", [2, 718, 4]], ["fret", [2, 718, 5]], ["eat away", [2, 718, 6]]]}, {"answer": "erring", "hint": "synonyms for erring", "clues": [["mistake", [2, 719, 0]], ["err", [2, 719, 1]], ["stray", [2, 719, 2]], ["drift", [2, 719, 3]], ["slip", [2, 719, 4]]]}, {"answer": "escaped", "hint": "synonyms for escaped", "clues": [["lam", [2, 720, 0]], ["escape", [2, 720, 1]], ["turn tail", [2, 720, 2]], ["take to the woods", [2, 720, 3]], ["scat", [2, 720, 4]], ["get by", [2, 720, 5]], ["break loose", [2, 720, 6]], ["bunk", [2, 720, 7]], ["get off", [2, 720, 8]], ["fly the coop", [2, 720, 9]], ["get away", [2, 720, 10]], ["scarper", [2, 720, 11]], ["head for the hills", [2, 720, 12]], ["break away", [2, 720, 13]], ["get out", [2, 720, 14]], ["run", [2, 720, 15]], ["hightail it", [2, 720, 16]], ["run away", [2, 720, 17]], ["elude", [2, 720, 18]], ["miss", [2, 720, 19]]]}, {"answer": "established", "hint": "synonyms for established", "clues": [["build", [2, 721, 0]], ["make", [2, 721, 1]], ["institute", [2, 721, 2]], ["establish", [2, 721, 3]], ["shew", [2, 721, 4]], ["plant", [2, 721, 5]], ["give", [2, 721, 6]], ["show", [2, 721, 7]], ["ground", [2, 721, 8]], ["set up", [2, 721, 9]], ["base", [2, 721, 10]], ["instal", [2, 721, 11]], ["lay down", [2, 721, 12]], ["found", [2, 721, 13]], ["launch", [2, 721, 14]], ["demonstrate", [2, 721, 15]], ["prove", [2, 721, 16]], ["constitute", [2, 721, 17]]]}, {"answer": "esteemed", "hint": "synonyms for esteemed", "clues": [["repute", [2, 722, 0]], ["esteem", [2, 722, 1]], ["respect", [2, 722, 2]], ["think of", [2, 722, 3]], ["regard as", [2, 722, 4]], ["look on", [2, 722, 5]], ["take to be", [2, 722, 6]], ["prize", [2, 722, 7]], ["prise", [2, 722, 8]], ["value", [2, 722, 9]]]}, {"answer": "estranged", "hint": "synonyms for estranged", "clues": [["estrange", [2, 723, 0]], ["disaffect", [2, 723, 1]], ["alienate", [2, 723, 2]], ["alien", [2, 723, 3]]]}, {"answer": "estranging", "hint": "synonyms for estranging", "clues": [["estrange", [2, 724, 0]], ["disaffect", [2, 724, 1]], ["alienate", [2, 724, 2]], ["alien", [2, 724, 3]]]}, {"answer": "evaporated", "hint": "synonyms for evaporated", "clues": [["vaporise", [2, 725, 0]], ["disappear", [2, 725, 1]], ["evaporate", [2, 725, 2]], ["melt", [2, 725, 3]]]}, {"answer": "evidenced", "hint": "synonyms for evidenced", "clues": [["manifest", [2, 726, 0]], ["bear witness", [2, 726, 1]], ["certify", [2, 726, 2]], ["evidence", [2, 726, 3]], ["prove", [2, 726, 4]], ["testify", [2, 726, 5]], ["demonstrate", [2, 726, 6]], ["attest", [2, 726, 7]], ["show", [2, 726, 8]], ["tell", [2, 726, 9]]]}, {"answer": "evoked", "hint": "synonyms for evoked", "clues": [["call forth", [2, 727, 0]], ["raise", [2, 727, 1]], ["invoke", [2, 727, 2]], ["enkindle", [2, 727, 3]], ["call down", [2, 727, 4]], ["conjure up", [2, 727, 5]], ["bring up", [2, 727, 6]], ["extract", [2, 727, 7]], ["stir", [2, 727, 8]], ["put forward", [2, 727, 9]], ["provoke", [2, 727, 10]], ["arouse", [2, 727, 11]], ["draw out", [2, 727, 12]], ["evoke", [2, 727, 13]], ["educe", [2, 727, 14]], ["suggest", [2, 727, 15]], ["kick up", [2, 727, 16]], ["conjure", [2, 727, 17]], ["elicit", [2, 727, 18]], ["paint a picture", [2, 727, 19]], ["fire", [2, 727, 20]]]}, {"answer": "exacerbating", "hint": "synonyms for exacerbating", "clues": [["exasperate", [2, 728, 0]], ["exacerbate", [2, 728, 1]], ["worsen", [2, 728, 2]], ["aggravate", [2, 728, 3]]]}, {"answer": "exacting", "hint": "synonyms for exacting", "clues": [["demand", [2, 729, 0]], ["claim", [2, 729, 1]], ["take", [2, 729, 2]], ["exact", [2, 729, 3]]]}, {"answer": "exaggerated", "hint": "synonyms for exaggerated", "clues": [["amplify", [2, 730, 0]], ["hyperbolize", [2, 730, 1]], ["overdraw", [2, 730, 2]], ["exaggerate", [2, 730, 3]], ["overdo", [2, 730, 4]], ["magnify", [2, 730, 5]], ["overstate", [2, 730, 6]]]}, {"answer": "exalted", "hint": "synonyms for exalted", "clues": [["inspire", [2, 731, 0]], ["exalt", [2, 731, 1]], ["laud", [2, 731, 2]], ["thrill", [2, 731, 3]], ["extol", [2, 731, 4]], ["beatify", [2, 731, 5]], ["proclaim", [2, 731, 6]], ["invigorate", [2, 731, 7]], ["tickle pink", [2, 731, 8]], ["glorify", [2, 731, 9]], ["exhilarate", [2, 731, 10]], ["inebriate", [2, 731, 11]], ["enliven", [2, 731, 12]], ["animate", [2, 731, 13]]]}, {"answer": "exalting", "hint": "synonyms for exalting", "clues": [["inspire", [2, 732, 0]], ["exalt", [2, 732, 1]], ["laud", [2, 732, 2]], ["thrill", [2, 732, 3]], ["extol", [2, 732, 4]], ["beatify", [2, 732, 5]], ["proclaim", [2, 732, 6]], ["invigorate", [2, 732, 7]], ["tickle pink", [2, 732, 8]], ["glorify", [2, 732, 9]], ["exhilarate", [2, 732, 10]], ["inebriate", [2, 732, 11]], ["enliven", [2, 732, 12]], ["animate", [2, 732, 13]]]}, {"answer": "exasperated", "hint": "synonyms for exasperated", "clues": [["exasperate", [2, 733, 0]], ["infuriate", [2, 733, 1]], ["exacerbate", [2, 733, 2]], ["incense", [2, 733, 3]], ["aggravate", [2, 733, 4]], ["worsen", [2, 733, 5]]]}, {"answer": "exasperating", "hint": "synonyms for exasperating", "clues": [["exasperate", [2, 734, 0]], ["infuriate", [2, 734, 1]], ["exacerbate", [2, 734, 2]], ["incense", [2, 734, 3]], ["aggravate", [2, 734, 4]], ["worsen", [2, 734, 5]]]}, {"answer": "exceeding", "hint": "synonyms for exceeding", "clues": [["transcend", [2, 735, 0]], ["outstrip", [2, 735, 1]], ["outdo", [2, 735, 2]], ["exceed", [2, 735, 3]], ["outperform", [2, 735, 4]], ["surmount", [2, 735, 5]], ["pass", [2, 735, 6]], ["go past", [2, 735, 7]], ["outgo", [2, 735, 8]], ["top", [2, 735, 9]], ["overstep", [2, 735, 10]], ["outmatch", [2, 735, 11]], ["surpass", [2, 735, 12]]]}, {"answer": "exchanged", "hint": "synonyms for exchanged", "clues": [["exchange", [2, 736, 0]], ["interchange", [2, 736, 1]], ["commute", [2, 736, 2]], ["convert", [2, 736, 3]], ["switch", [2, 736, 4]], ["switch over", [2, 736, 5]], ["substitute", [2, 736, 6]], ["replace", [2, 736, 7]]]}, {"answer": "excited", "hint": "synonyms for excited", "clues": [["excite", [2, 737, 0]], ["commove", [2, 737, 1]], ["arouse", [2, 737, 2]], ["shake up", [2, 737, 3]], ["shake", [2, 737, 4]], ["stimulate", [2, 737, 5]], ["charge", [2, 737, 6]], ["turn on", [2, 737, 7]], ["agitate", [2, 737, 8]], ["stir", [2, 737, 9]], ["energize", [2, 737, 10]], ["charge up", [2, 737, 11]], ["sex", [2, 737, 12]], ["wind up", [2, 737, 13]]]}, {"answer": "exciting", "hint": "synonyms for exciting", "clues": [["excite", [2, 738, 0]], ["commove", [2, 738, 1]], ["arouse", [2, 738, 2]], ["shake up", [2, 738, 3]], ["shake", [2, 738, 4]], ["stimulate", [2, 738, 5]], ["charge", [2, 738, 6]], ["turn on", [2, 738, 7]], ["agitate", [2, 738, 8]], ["stir", [2, 738, 9]], ["energize", [2, 738, 10]], ["charge up", [2, 738, 11]], ["sex", [2, 738, 12]], ["wind up", [2, 738, 13]]]}, {"answer": "excruciating", "hint": "synonyms for excruciating", "clues": [["torment", [2, 739, 0]], ["excruciate", [2, 739, 1]], ["torture", [2, 739, 2]], ["rack", [2, 739, 3]]]}, {"answer": "exculpated", "hint": "synonyms for exculpated", "clues": [["assoil", [2, 740, 0]], ["exculpate", [2, 740, 1]], ["acquit", [2, 740, 2]], ["exonerate", [2, 740, 3]], ["clear", [2, 740, 4]], ["discharge", [2, 740, 5]]]}, {"answer": "excused", "hint": "synonyms for excused", "clues": [["beg off", [2, 741, 0]], ["excuse", [2, 741, 1]], ["let off", [2, 741, 2]], ["condone", [2, 741, 3]], ["pardon", [2, 741, 4]], ["exempt", [2, 741, 5]], ["relieve", [2, 741, 6]], ["explain", [2, 741, 7]], ["apologise", [2, 741, 8]], ["rationalise", [2, 741, 9]], ["justify", [2, 741, 10]]]}, {"answer": "executed", "hint": "synonyms for executed", "clues": [["carry out", [2, 742, 0]], ["action", [2, 742, 1]], ["accomplish", [2, 742, 2]], ["fulfil", [2, 742, 3]], ["carry through", [2, 742, 4]], ["execute", [2, 742, 5]], ["perform", [2, 742, 6]], ["run", [2, 742, 7]], ["put to death", [2, 742, 8]], ["do", [2, 742, 9]]]}, {"answer": "exemplifying", "hint": "synonyms for exemplifying", "clues": [["exemplify", [2, 743, 0]], ["illustrate", [2, 743, 1]], ["instance", [2, 743, 2]], ["represent", [2, 743, 3]]]}, {"answer": "exempt", "hint": "synonyms for exempt", "clues": [["excuse", [2, 744, 0]], ["relieve", [2, 744, 1]], ["free", [2, 744, 2]], ["let off", [2, 744, 3]]]}, {"answer": "exhausted", "hint": "synonyms for exhausted", "clues": [["wipe out", [2, 745, 0]], ["run through", [2, 745, 1]], ["exhaust", [2, 745, 2]], ["eat", [2, 745, 3]], ["deplete", [2, 745, 4]], ["tire", [2, 745, 5]], ["eject", [2, 745, 6]], ["use up", [2, 745, 7]], ["release", [2, 745, 8]], ["play out", [2, 745, 9]], ["wash up", [2, 745, 10]], ["eat up", [2, 745, 11]], ["consume", [2, 745, 12]], ["sap", [2, 745, 13]], ["expel", [2, 745, 14]], ["tucker", [2, 745, 15]], ["run down", [2, 745, 16]], ["tucker out", [2, 745, 17]], ["discharge", [2, 745, 18]]]}, {"answer": "exhausting", "hint": "synonyms for exhausting", "clues": [["wipe out", [2, 746, 0]], ["run through", [2, 746, 1]], ["exhaust", [2, 746, 2]], ["eat", [2, 746, 3]], ["deplete", [2, 746, 4]], ["tire", [2, 746, 5]], ["eject", [2, 746, 6]], ["use up", [2, 746, 7]], ["release", [2, 746, 8]], ["play out", [2, 746, 9]], ["wash up", [2, 746, 10]], ["eat up", [2, 746, 11]], ["consume", [2, 746, 12]], ["sap", [2, 746, 13]], ["expel", [2, 746, 14]], ["tucker", [2, 746, 15]], ["run down", [2, 746, 16]], ["tucker out", [2, 746, 17]], ["discharge", [2, 746, 18]]]}, {"answer": "exhilarated", "hint": "synonyms for exhilarated", "clues": [["thrill", [2, 747, 0]], ["tickle pink", [2, 747, 1]], ["exhilarate", [2, 747, 2]], ["inebriate", [2, 747, 3]], ["exalt", [2, 747, 4]], ["beatify", [2, 747, 5]]]}, {"answer": "exhilarating", "hint": "synonyms for exhilarating", "clues": [["thrill", [2, 748, 0]], ["tickle pink", [2, 748, 1]], ["exhilarate", [2, 748, 2]], ["inebriate", [2, 748, 3]], ["exalt", [2, 748, 4]], ["beatify", [2, 748, 5]]]}, {"answer": "existing", "hint": "synonyms for existing", "clues": [["survive", [2, 749, 0]], ["exist", [2, 749, 1]], ["be", [2, 749, 2]], ["subsist", [2, 749, 3]], ["live", [2, 749, 4]]]}, {"answer": "exonerated", "hint": "synonyms for exonerated", "clues": [["assoil", [2, 750, 0]], ["exculpate", [2, 750, 1]], ["acquit", [2, 750, 2]], ["exonerate", [2, 750, 3]], ["clear", [2, 750, 4]], ["discharge", [2, 750, 5]]]}, {"answer": "expanded", "hint": "synonyms for expanded", "clues": [["flourish", [2, 751, 0]], ["expand", [2, 751, 1]], ["expound", [2, 751, 2]], ["inflate", [2, 751, 3]], ["exposit", [2, 751, 4]], ["extend", [2, 751, 5]], ["enlarge", [2, 751, 6]], ["spread out", [2, 751, 7]], ["flesh out", [2, 751, 8]], ["lucubrate", [2, 751, 9]], ["blow up", [2, 751, 10]], ["elaborate", [2, 751, 11]], ["thrive", [2, 751, 12]], ["expatiate", [2, 751, 13]], ["dilate", [2, 751, 14]], ["amplify", [2, 751, 15]], ["boom", [2, 751, 16]]]}, {"answer": "expected", "hint": "synonyms for expected", "clues": [["expect", [2, 752, 0]], ["anticipate", [2, 752, 1]], ["require", [2, 752, 2]], ["look", [2, 752, 3]], ["await", [2, 752, 4]], ["carry", [2, 752, 5]], ["ask", [2, 752, 6]], ["bear", [2, 752, 7]], ["have a bun in the oven", [2, 752, 8]], ["gestate", [2, 752, 9]]]}, {"answer": "experienced", "hint": "synonyms for experienced", "clues": [["know", [2, 753, 0]], ["feel", [2, 753, 1]], ["get", [2, 753, 2]], ["go through", [2, 753, 3]], ["experience", [2, 753, 4]], ["receive", [2, 753, 5]], ["have", [2, 753, 6]], ["see", [2, 753, 7]], ["live", [2, 753, 8]]]}, {"answer": "expired", "hint": "synonyms for expired", "clues": [["perish", [2, 754, 0]], ["exhale", [2, 754, 1]], ["breathe out", [2, 754, 2]], ["expire", [2, 754, 3]], ["kick the bucket", [2, 754, 4]], ["pop off", [2, 754, 5]], ["conk", [2, 754, 6]], ["die", [2, 754, 7]], ["croak", [2, 754, 8]], ["run out", [2, 754, 9]], ["decease", [2, 754, 10]], ["drop dead", [2, 754, 11]], ["snuff it", [2, 754, 12]], ["buy the farm", [2, 754, 13]], ["exit", [2, 754, 14]], ["cash in one's chips", [2, 754, 15]], ["give-up the ghost", [2, 754, 16]], ["choke", [2, 754, 17]], ["go", [2, 754, 18]], ["pass", [2, 754, 19]], ["pass away", [2, 754, 20]]]}, {"answer": "exploded", "hint": "synonyms for exploded", "clues": [["explode", [2, 755, 0]], ["burst forth", [2, 755, 1]], ["set off", [2, 755, 2]], ["irrupt", [2, 755, 3]], ["detonate", [2, 755, 4]], ["blow up", [2, 755, 5]], ["burst", [2, 755, 6]], ["break loose", [2, 755, 7]]]}, {"answer": "exploited", "hint": "synonyms for exploited", "clues": [["exploit", [2, 756, 0]], ["tap", [2, 756, 1]], ["work", [2, 756, 2]], ["overwork", [2, 756, 3]]]}, {"answer": "exposed", "hint": "synonyms for exposed", "clues": [["expose", [2, 757, 0]], ["scupper", [2, 757, 1]], ["exhibit", [2, 757, 2]], ["break", [2, 757, 3]], ["give away", [2, 757, 4]], ["display", [2, 757, 5]], ["disclose", [2, 757, 6]], ["queer", [2, 757, 7]], ["peril", [2, 757, 8]], ["unwrap", [2, 757, 9]], ["reveal", [2, 757, 10]], ["divulge", [2, 757, 11]], ["endanger", [2, 757, 12]], ["let on", [2, 757, 13]], ["debunk", [2, 757, 14]], ["bring out", [2, 757, 15]], ["discover", [2, 757, 16]], ["let out", [2, 757, 17]], ["uncover", [2, 757, 18]]]}, {"answer": "express", "hint": "synonyms for express", "clues": [["press out", [2, 758, 0]], ["verbalize", [2, 758, 1]], ["give tongue to", [2, 758, 2]], ["convey", [2, 758, 3]], ["utter", [2, 758, 4]], ["show", [2, 758, 5]], ["extract", [2, 758, 6]], ["evince", [2, 758, 7]], ["state", [2, 758, 8]], ["carry", [2, 758, 9]]]}, {"answer": "expressed", "hint": "synonyms for expressed", "clues": [["express", [2, 759, 0]], ["press out", [2, 759, 1]], ["verbalize", [2, 759, 2]], ["give tongue to", [2, 759, 3]], ["convey", [2, 759, 4]], ["utter", [2, 759, 5]], ["show", [2, 759, 6]], ["extract", [2, 759, 7]], ["evince", [2, 759, 8]], ["state", [2, 759, 9]], ["carry", [2, 759, 10]]]}, {"answer": "expurgated", "hint": "synonyms for expurgated", "clues": [["bowdlerise", [2, 760, 0]], ["castrate", [2, 760, 1]], ["expurgate", [2, 760, 2]], ["shorten", [2, 760, 3]]]}, {"answer": "extended", "hint": "synonyms for extended", "clues": [["extend", [2, 761, 0]], ["reach out", [2, 761, 1]], ["carry", [2, 761, 2]], ["exsert", [2, 761, 3]], ["poke out", [2, 761, 4]], ["cover", [2, 761, 5]], ["go", [2, 761, 6]], ["broaden", [2, 761, 7]], ["pass", [2, 761, 8]], ["lead", [2, 761, 9]], ["stretch forth", [2, 761, 10]], ["strain", [2, 761, 11]], ["stretch out", [2, 761, 12]], ["expand", [2, 761, 13]], ["offer", [2, 761, 14]], ["hold out", [2, 761, 15]], ["stretch", [2, 761, 16]], ["widen", [2, 761, 17]], ["gallop", [2, 761, 18]], ["continue", [2, 761, 19]], ["protract", [2, 761, 20]], ["put out", [2, 761, 21]], ["prolong", [2, 761, 22]], ["unfold", [2, 761, 23]], ["run", [2, 761, 24]], ["draw out", [2, 761, 25]]]}, {"answer": "exterminated", "hint": "synonyms for exterminated", "clues": [["uproot", [2, 762, 0]], ["eradicate", [2, 762, 1]], ["exterminate", [2, 762, 2]], ["extirpate", [2, 762, 3]], ["root out", [2, 762, 4]], ["kill off", [2, 762, 5]]]}, {"answer": "extinguished", "hint": "synonyms for extinguished", "clues": [["do away with", [2, 763, 0]], ["eradicate", [2, 763, 1]], ["press out", [2, 763, 2]], ["carry off", [2, 763, 3]], ["get rid of", [2, 763, 4]], ["extinguish", [2, 763, 5]], ["snuff out", [2, 763, 6]], ["decimate", [2, 763, 7]], ["quench", [2, 763, 8]], ["eliminate", [2, 763, 9]], ["annihilate", [2, 763, 10]], ["blow out", [2, 763, 11]], ["wipe out", [2, 763, 12]], ["stub out", [2, 763, 13]], ["crush out", [2, 763, 14]]]}, {"answer": "exulting", "hint": "synonyms for exulting", "clues": [["exult", [2, 764, 0]], ["be on cloud nine", [2, 764, 1]], ["jump for joy", [2, 764, 2]], ["triumph", [2, 764, 3]], ["walk on air", [2, 764, 4]], ["jubilate", [2, 764, 5]], ["exuberate", [2, 764, 6]], ["rejoice", [2, 764, 7]]]}, {"answer": "fabricated", "hint": "synonyms for fabricated", "clues": [["make up", [2, 765, 0]], ["fabricate", [2, 765, 1]], ["manufacture", [2, 765, 2]], ["construct", [2, 765, 3]], ["invent", [2, 765, 4]], ["cook up", [2, 765, 5]]]}, {"answer": "faced", "hint": "synonyms for faced", "clues": [["face", [2, 766, 0]], ["confront", [2, 766, 1]], ["present", [2, 766, 2]], ["front", [2, 766, 3]], ["face up", [2, 766, 4]], ["look", [2, 766, 5]]]}, {"answer": "faded", "hint": "synonyms for faded", "clues": [["wither", [2, 767, 0]], ["fade", [2, 767, 1]], ["melt", [2, 767, 2]], ["pass", [2, 767, 3]], ["languish", [2, 767, 4]], ["fleet", [2, 767, 5]], ["evanesce", [2, 767, 6]], ["pass off", [2, 767, 7]], ["blow over", [2, 767, 8]]]}, {"answer": "fagged", "hint": "synonyms for fagged", "clues": [["tire", [2, 768, 0]], ["weary", [2, 768, 1]], ["wear upon", [2, 768, 2]], ["wear out", [2, 768, 3]], ["outwear", [2, 768, 4]], ["fag out", [2, 768, 5]], ["toil", [2, 768, 6]], ["moil", [2, 768, 7]], ["labour", [2, 768, 8]], ["fag", [2, 768, 9]], ["wear down", [2, 768, 10]], ["travail", [2, 768, 11]], ["jade", [2, 768, 12]], ["grind", [2, 768, 13]], ["dig", [2, 768, 14]], ["fatigue", [2, 768, 15]], ["drudge", [2, 768, 16]], ["tire out", [2, 768, 17]]]}, {"answer": "failing", "hint": "synonyms for failing", "clues": [["fail", [2, 769, 0]], ["bomb", [2, 769, 1]], ["break", [2, 769, 2]], ["give out", [2, 769, 3]], ["die", [2, 769, 4]], ["go bad", [2, 769, 5]], ["flush it", [2, 769, 6]], ["conk out", [2, 769, 7]], ["flunk", [2, 769, 8]], ["betray", [2, 769, 9]], ["give way", [2, 769, 10]], ["miscarry", [2, 769, 11]], ["go wrong", [2, 769, 12]], ["go", [2, 769, 13]], ["break down", [2, 769, 14]], ["neglect", [2, 769, 15]], ["run out", [2, 769, 16]]]}, {"answer": "fake", "hint": "synonyms for fake", "clues": [["manipulate", [2, 770, 0]], ["falsify", [2, 770, 1]], ["wangle", [2, 770, 2]], ["forge", [2, 770, 3]], ["fudge", [2, 770, 4]], ["bullshit", [2, 770, 5]], ["bull", [2, 770, 6]], ["misrepresent", [2, 770, 7]], ["counterfeit", [2, 770, 8]], ["talk through one's hat", [2, 770, 9]], ["cook", [2, 770, 10]]]}, {"answer": "fallen", "hint": "synonyms for fallen", "clues": [["fall", [2, 771, 0]], ["flow", [2, 771, 1]], ["decrease", [2, 771, 2]], ["shine", [2, 771, 3]], ["fall down", [2, 771, 4]], ["come down", [2, 771, 5]], ["settle", [2, 771, 6]], ["diminish", [2, 771, 7]], ["devolve", [2, 771, 8]], ["precipitate", [2, 771, 9]], ["pass", [2, 771, 10]], ["return", [2, 771, 11]], ["descend", [2, 771, 12]], ["accrue", [2, 771, 13]], ["lessen", [2, 771, 14]], ["come", [2, 771, 15]], ["go down", [2, 771, 16]], ["light", [2, 771, 17]], ["hang", [2, 771, 18]], ["strike", [2, 771, 19]]]}, {"answer": "falling", "hint": "synonyms for falling", "clues": [["fall", [2, 772, 0]], ["flow", [2, 772, 1]], ["decrease", [2, 772, 2]], ["shine", [2, 772, 3]], ["fall down", [2, 772, 4]], ["come down", [2, 772, 5]], ["settle", [2, 772, 6]], ["diminish", [2, 772, 7]], ["devolve", [2, 772, 8]], ["precipitate", [2, 772, 9]], ["pass", [2, 772, 10]], ["return", [2, 772, 11]], ["descend", [2, 772, 12]], ["accrue", [2, 772, 13]], ["lessen", [2, 772, 14]], ["come", [2, 772, 15]], ["go down", [2, 772, 16]], ["light", [2, 772, 17]], ["hang", [2, 772, 18]], ["strike", [2, 772, 19]]]}, {"answer": "faltering", "hint": "synonyms for faltering", "clues": [["falter", [2, 773, 0]], ["stammer", [2, 773, 1]], ["stumble", [2, 773, 2]], ["waver", [2, 773, 3]], ["bumble", [2, 773, 4]], ["stutter", [2, 773, 5]]]}, {"answer": "fancied", "hint": "synonyms for fancied", "clues": [["see", [2, 774, 0]], ["visualize", [2, 774, 1]], ["figure", [2, 774, 2]], ["fancy", [2, 774, 3]], ["picture", [2, 774, 4]], ["project", [2, 774, 5]], ["take to", [2, 774, 6]], ["go for", [2, 774, 7]], ["image", [2, 774, 8]], ["envision", [2, 774, 9]]]}, {"answer": "fancy", "hint": "synonyms for fancy", "clues": [["see", [2, 775, 0]], ["visualize", [2, 775, 1]], ["figure", [2, 775, 2]], ["picture", [2, 775, 3]], ["project", [2, 775, 4]], ["take to", [2, 775, 5]], ["go for", [2, 775, 6]], ["image", [2, 775, 7]], ["envision", [2, 775, 8]]]}, {"answer": "farming", "hint": "synonyms for farming", "clues": [["farm", [2, 776, 0]], ["grow", [2, 776, 1]], ["produce", [2, 776, 2]], ["raise", [2, 776, 3]]]}, {"answer": "fascinated", "hint": "synonyms for fascinated", "clues": [["catch", [2, 777, 0]], ["bewitch", [2, 777, 1]], ["fascinate", [2, 777, 2]], ["enamor", [2, 777, 3]], ["grip", [2, 777, 4]], ["transfix", [2, 777, 5]], ["becharm", [2, 777, 6]], ["intrigue", [2, 777, 7]], ["spellbind", [2, 777, 8]], ["captivate", [2, 777, 9]], ["trance", [2, 777, 10]], ["beguile", [2, 777, 11]], ["enchant", [2, 777, 12]], ["capture", [2, 777, 13]], ["charm", [2, 777, 14]]]}, {"answer": "fascinating", "hint": "synonyms for fascinating", "clues": [["catch", [2, 778, 0]], ["bewitch", [2, 778, 1]], ["fascinate", [2, 778, 2]], ["enamor", [2, 778, 3]], ["grip", [2, 778, 4]], ["transfix", [2, 778, 5]], ["becharm", [2, 778, 6]], ["intrigue", [2, 778, 7]], ["spellbind", [2, 778, 8]], ["captivate", [2, 778, 9]], ["trance", [2, 778, 10]], ["beguile", [2, 778, 11]], ["enchant", [2, 778, 12]], ["capture", [2, 778, 13]], ["charm", [2, 778, 14]]]}, {"answer": "fastened", "hint": "synonyms for fastened", "clues": [["secure", [2, 779, 0]], ["fasten", [2, 779, 1]], ["tighten", [2, 779, 2]], ["fix", [2, 779, 3]]]}, {"answer": "fat", "hint": "synonyms for fat", "clues": [["plump", [2, 780, 0]], ["fatten up", [2, 780, 1]], ["flesh out", [2, 780, 2]], ["fatten out", [2, 780, 3]], ["fill out", [2, 780, 4]], ["plump out", [2, 780, 5]], ["fatten", [2, 780, 6]]]}, {"answer": "fated", "hint": "synonyms for fated", "clues": [["plump", [2, 781, 0]], ["fatten up", [2, 781, 1]], ["flesh out", [2, 781, 2]], ["fatten out", [2, 781, 3]], ["fill out", [2, 781, 4]], ["fat", [2, 781, 5]], ["fatten", [2, 781, 6]], ["plump out", [2, 781, 7]], ["destine", [2, 781, 8]], ["designate", [2, 781, 9]], ["doom", [2, 781, 10]]]}, {"answer": "fatigued", "hint": "synonyms for fatigued", "clues": [["weary", [2, 782, 0]], ["tire", [2, 782, 1]], ["wear upon", [2, 782, 2]], ["wear out", [2, 782, 3]], ["outwear", [2, 782, 4]], ["fag out", [2, 782, 5]], ["wear down", [2, 782, 6]], ["jade", [2, 782, 7]], ["fatigue", [2, 782, 8]], ["fag", [2, 782, 9]], ["tire out", [2, 782, 10]], ["pall", [2, 782, 11]]]}, {"answer": "fattened", "hint": "synonyms for fattened", "clues": [["plump", [2, 783, 0]], ["fatten up", [2, 783, 1]], ["flesh out", [2, 783, 2]], ["fatten out", [2, 783, 3]], ["fill out", [2, 783, 4]], ["fat", [2, 783, 5]], ["plump out", [2, 783, 6]], ["fatten", [2, 783, 7]]]}, {"answer": "fattening", "hint": "synonyms for fattening", "clues": [["plump", [2, 784, 0]], ["fatten up", [2, 784, 1]], ["flesh out", [2, 784, 2]], ["fatten out", [2, 784, 3]], ["fill out", [2, 784, 4]], ["fat", [2, 784, 5]], ["plump out", [2, 784, 6]], ["fatten", [2, 784, 7]]]}, {"answer": "fawning", "hint": "synonyms for fawning", "clues": [["fawn", [2, 785, 0]], ["cower", [2, 785, 1]], ["kowtow", [2, 785, 2]], ["truckle", [2, 785, 3]], ["suck up", [2, 785, 4]], ["cringe", [2, 785, 5]], ["toady", [2, 785, 6]], ["bootlick", [2, 785, 7]], ["creep", [2, 785, 8]], ["grovel", [2, 785, 9]], ["crawl", [2, 785, 10]]]}, {"answer": "fazed", "hint": "synonyms for fazed", "clues": [["faze", [2, 786, 0]], ["unsettle", [2, 786, 1]], ["unnerve", [2, 786, 2]], ["enervate", [2, 786, 3]]]}, {"answer": "featured", "hint": "synonyms for featured", "clues": [["have", [2, 787, 0]], ["feature", [2, 787, 1]], ["sport", [2, 787, 2]], ["boast", [2, 787, 3]]]}, {"answer": "feigned", "hint": "synonyms for feigned", "clues": [["dissemble", [2, 788, 0]], ["assume", [2, 788, 1]], ["sham", [2, 788, 2]], ["feign", [2, 788, 3]], ["pretend", [2, 788, 4]], ["simulate", [2, 788, 5]], ["affect", [2, 788, 6]]]}, {"answer": "fell", "hint": "synonyms for fell", "clues": [["fall", [2, 789, 0]], ["flow", [2, 789, 1]], ["decrease", [2, 789, 2]], ["fly", [2, 789, 3]], ["shine", [2, 789, 4]], ["fall down", [2, 789, 5]], ["come down", [2, 789, 6]], ["settle", [2, 789, 7]], ["diminish", [2, 789, 8]], ["devolve", [2, 789, 9]], ["precipitate", [2, 789, 10]], ["pass", [2, 789, 11]], ["return", [2, 789, 12]], ["descend", [2, 789, 13]], ["accrue", [2, 789, 14]], ["lessen", [2, 789, 15]], ["go down", [2, 789, 16]], ["come", [2, 789, 17]], ["drop", [2, 789, 18]], ["strike down", [2, 789, 19]], ["light", [2, 789, 20]], ["hang", [2, 789, 21]], ["vanish", [2, 789, 22]], ["strike", [2, 789, 23]], ["cut down", [2, 789, 24]]]}, {"answer": "felted", "hint": "synonyms for felted", "clues": [["felt", [2, 790, 0]], ["matt-up", [2, 790, 1]], ["mat", [2, 790, 2]], ["mat up", [2, 790, 3]], ["felt up", [2, 790, 4]], ["matte", [2, 790, 5]]]}, {"answer": "fetching", "hint": "synonyms for fetching", "clues": [["fetch", [2, 791, 0]], ["get", [2, 791, 1]], ["bring in", [2, 791, 2]], ["bring", [2, 791, 3]], ["convey", [2, 791, 4]]]}, {"answer": "fiddling", "hint": "synonyms for fiddling", "clues": [["monkey", [2, 792, 0]], ["shirk", [2, 792, 1]], ["fiddle", [2, 792, 2]], ["tinker", [2, 792, 3]], ["toy", [2, 792, 4]], ["tamper", [2, 792, 5]], ["play", [2, 792, 6]], ["diddle", [2, 792, 7]], ["shrink from", [2, 792, 8]], ["goldbrick", [2, 792, 9]]]}, {"answer": "fighting", "hint": "synonyms for fighting", "clues": [["crusade", [2, 793, 0]], ["fight", [2, 793, 1]], ["agitate", [2, 793, 2]], ["defend", [2, 793, 3]], ["push", [2, 793, 4]], ["fight down", [2, 793, 5]], ["press", [2, 793, 6]], ["campaign", [2, 793, 7]], ["fight back", [2, 793, 8]], ["struggle", [2, 793, 9]], ["contend", [2, 793, 10]], ["oppose", [2, 793, 11]]]}, {"answer": "figured", "hint": "synonyms for figured", "clues": [["work out", [2, 794, 0]], ["cypher", [2, 794, 1]], ["forecast", [2, 794, 2]], ["figure", [2, 794, 3]], ["cipher", [2, 794, 4]], ["enter", [2, 794, 5]], ["image", [2, 794, 6]], ["fancy", [2, 794, 7]], ["visualise", [2, 794, 8]], ["see", [2, 794, 9]], ["compute", [2, 794, 10]], ["reckon", [2, 794, 11]], ["calculate", [2, 794, 12]], ["picture", [2, 794, 13]], ["project", [2, 794, 14]], ["count on", [2, 794, 15]], ["estimate", [2, 794, 16]], ["envision", [2, 794, 17]]]}, {"answer": "filled", "hint": "synonyms for filled", "clues": [["fill", [2, 795, 0]], ["fulfill", [2, 795, 1]], ["fill up", [2, 795, 2]], ["occupy", [2, 795, 3]], ["sate", [2, 795, 4]], ["make full", [2, 795, 5]], ["meet", [2, 795, 6]], ["take", [2, 795, 7]], ["satisfy", [2, 795, 8]], ["satiate", [2, 795, 9]], ["replete", [2, 795, 10]]]}, {"answer": "finished", "hint": "synonyms for finished", "clues": [["finish", [2, 796, 0]], ["fetch up", [2, 796, 1]], ["stop", [2, 796, 2]], ["end up", [2, 796, 3]], ["eat up", [2, 796, 4]], ["land up", [2, 796, 5]], ["cease", [2, 796, 6]], ["end", [2, 796, 7]], ["polish off", [2, 796, 8]], ["complete", [2, 796, 9]], ["terminate", [2, 796, 10]], ["finish up", [2, 796, 11]], ["wind up", [2, 796, 12]]]}, {"answer": "fired", "hint": "synonyms for fired", "clues": [["go off", [2, 797, 0]], ["fire", [2, 797, 1]], ["fuel", [2, 797, 2]], ["raise", [2, 797, 3]], ["enkindle", [2, 797, 4]], ["terminate", [2, 797, 5]], ["give the axe", [2, 797, 6]], ["sack", [2, 797, 7]], ["discharge", [2, 797, 8]], ["arouse", [2, 797, 9]], ["provoke", [2, 797, 10]], ["open fire", [2, 797, 11]], ["give the sack", [2, 797, 12]], ["evoke", [2, 797, 13]], ["can", [2, 797, 14]], ["send away", [2, 797, 15]], ["burn", [2, 797, 16]], ["burn down", [2, 797, 17]], ["force out", [2, 797, 18]], ["displace", [2, 797, 19]], ["give notice", [2, 797, 20]], ["elicit", [2, 797, 21]], ["dismiss", [2, 797, 22]]]}, {"answer": "fit", "hint": "synonyms for fit", "clues": [["fit out", [2, 798, 0]], ["match", [2, 798, 1]], ["suit", [2, 798, 2]], ["go", [2, 798, 3]], ["outfit", [2, 798, 4]], ["accommodate", [2, 798, 5]], ["equip", [2, 798, 6]], ["tally", [2, 798, 7]], ["check", [2, 798, 8]], ["correspond", [2, 798, 9]], ["jibe", [2, 798, 10]], ["gibe", [2, 798, 11]], ["meet", [2, 798, 12]], ["conform to", [2, 798, 13]], ["agree", [2, 798, 14]]]}, {"answer": "fitted", "hint": "synonyms for fitted", "clues": [["fit out", [2, 799, 0]], ["match", [2, 799, 1]], ["fit", [2, 799, 2]], ["go", [2, 799, 3]], ["equip", [2, 799, 4]], ["correspond", [2, 799, 5]], ["check", [2, 799, 6]], ["conform to", [2, 799, 7]], ["suit", [2, 799, 8]], ["outfit", [2, 799, 9]], ["accommodate", [2, 799, 10]], ["tally", [2, 799, 11]], ["jibe", [2, 799, 12]], ["gibe", [2, 799, 13]], ["meet", [2, 799, 14]], ["agree", [2, 799, 15]]]}, {"answer": "fitting", "hint": "synonyms for fitting", "clues": [["fit out", [2, 800, 0]], ["match", [2, 800, 1]], ["fit", [2, 800, 2]], ["go", [2, 800, 3]], ["equip", [2, 800, 4]], ["correspond", [2, 800, 5]], ["check", [2, 800, 6]], ["conform to", [2, 800, 7]], ["suit", [2, 800, 8]], ["outfit", [2, 800, 9]], ["accommodate", [2, 800, 10]], ["tally", [2, 800, 11]], ["jibe", [2, 800, 12]], ["gibe", [2, 800, 13]], ["meet", [2, 800, 14]], ["agree", [2, 800, 15]]]}, {"answer": "fixed", "hint": "synonyms for fixed", "clues": [["fasten", [2, 801, 0]], ["desexualise", [2, 801, 1]], ["fix", [2, 801, 2]], ["ready", [2, 801, 3]], ["set up", [2, 801, 4]], ["specify", [2, 801, 5]], ["deposit", [2, 801, 6]], ["doctor", [2, 801, 7]], ["set", [2, 801, 8]], ["posit", [2, 801, 9]], ["repair", [2, 801, 10]], ["sterilize", [2, 801, 11]], ["determine", [2, 801, 12]], ["define", [2, 801, 13]], ["limit", [2, 801, 14]], ["touch on", [2, 801, 15]], ["furbish up", [2, 801, 16]], ["get", [2, 801, 17]], ["unsex", [2, 801, 18]], ["prepare", [2, 801, 19]], ["fixate", [2, 801, 20]], ["desex", [2, 801, 21]], ["restore", [2, 801, 22]], ["cook", [2, 801, 23]], ["situate", [2, 801, 24]], ["pay off", [2, 801, 25]], ["secure", [2, 801, 26]], ["bushel", [2, 801, 27]], ["mend", [2, 801, 28]], ["make", [2, 801, 29]], ["pay back", [2, 801, 30]], ["gear up", [2, 801, 31]]]}, {"answer": "fizzing", "hint": "synonyms for fizzing", "clues": [["froth", [2, 802, 0]], ["sparkle", [2, 802, 1]], ["form bubbles", [2, 802, 2]], ["fizz", [2, 802, 3]], ["effervesce", [2, 802, 4]], ["foam", [2, 802, 5]]]}, {"answer": "flagging", "hint": "synonyms for flagging", "clues": [["flag", [2, 803, 0]], ["ease up", [2, 803, 1]], ["swag", [2, 803, 2]], ["slacken off", [2, 803, 3]], ["ease off", [2, 803, 4]], ["droop", [2, 803, 5]]]}, {"answer": "flaring", "hint": "synonyms for flaring", "clues": [["flare", [2, 804, 0]], ["flame", [2, 804, 1]], ["burst out", [2, 804, 2]], ["irrupt", [2, 804, 3]], ["burn up", [2, 804, 4]], ["blaze up", [2, 804, 5]], ["flare out", [2, 804, 6]], ["break open", [2, 804, 7]], ["flame up", [2, 804, 8]], ["erupt", [2, 804, 9]]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["scoot", [2, 805, 0]], ["show off", [2, 805, 1]], ["blink", [2, 805, 2]], ["flaunt", [2, 805, 3]], ["shoot", [2, 805, 4]], ["dash", [2, 805, 5]], ["scud", [2, 805, 6]], ["swank", [2, 805, 7]], ["dart", [2, 805, 8]], ["wink", [2, 805, 9]], ["ostentate", [2, 805, 10]], ["twinkle", [2, 805, 11]]]}, {"answer": "flecked", "hint": "synonyms for flecked", "clues": [["blot", [2, 806, 0]], ["spot", [2, 806, 1]], ["fleck", [2, 806, 2]], ["blob", [2, 806, 3]]]}, {"answer": "fleet", "hint": "synonyms for fleet", "clues": [["fade", [2, 807, 0]], ["flit", [2, 807, 1]], ["pass", [2, 807, 2]], ["dart", [2, 807, 3]], ["evanesce", [2, 807, 4]], ["pass off", [2, 807, 5]], ["blow over", [2, 807, 6]], ["flutter", [2, 807, 7]]]}, {"answer": "fleeting", "hint": "synonyms for fleeting", "clues": [["fade", [2, 808, 0]], ["flit", [2, 808, 1]], ["pass", [2, 808, 2]], ["fleet", [2, 808, 3]], ["dart", [2, 808, 4]], ["evanesce", [2, 808, 5]], ["pass off", [2, 808, 6]], ["blow over", [2, 808, 7]], ["flutter", [2, 808, 8]]]}, {"answer": "flickering", "hint": "synonyms for flickering", "clues": [["flicker", [2, 809, 0]], ["flick", [2, 809, 1]], ["flitter", [2, 809, 2]], ["waver", [2, 809, 3]], ["quiver", [2, 809, 4]]]}, {"answer": "flip", "hint": "synonyms for flip", "clues": [["flip out", [2, 810, 0]], ["throw", [2, 810, 1]], ["riffle", [2, 810, 2]], ["turn over", [2, 810, 3]], ["flip-flop", [2, 810, 4]], ["riff", [2, 810, 5]], ["thumb", [2, 810, 6]], ["switch", [2, 810, 7]], ["toss", [2, 810, 8]], ["tack", [2, 810, 9]], ["flick", [2, 810, 10]], ["leaf", [2, 810, 11]], ["twitch", [2, 810, 12]], ["interchange", [2, 810, 13]], ["alternate", [2, 810, 14]], ["pitch", [2, 810, 15]], ["flip over", [2, 810, 16]], ["sky", [2, 810, 17]]]}, {"answer": "floating", "hint": "synonyms for floating", "clues": [["float", [2, 811, 0]], ["drift", [2, 811, 1]], ["be adrift", [2, 811, 2]], ["blow", [2, 811, 3]], ["swim", [2, 811, 4]]]}, {"answer": "flooded", "hint": "synonyms for flooded", "clues": [["swamp", [2, 812, 0]], ["glut", [2, 812, 1]], ["flood", [2, 812, 2]], ["inundate", [2, 812, 3]], ["deluge", [2, 812, 4]], ["oversupply", [2, 812, 5]]]}, {"answer": "floored", "hint": "synonyms for floored", "clues": [["take aback", [2, 813, 0]], ["floor", [2, 813, 1]], ["dump", [2, 813, 2]], ["deck", [2, 813, 3]], ["shock", [2, 813, 4]], ["blow out of the water", [2, 813, 5]], ["coldcock", [2, 813, 6]], ["knock down", [2, 813, 7]], ["ball over", [2, 813, 8]]]}, {"answer": "flourishing", "hint": "synonyms for flourishing", "clues": [["flourish", [2, 814, 0]], ["wave", [2, 814, 1]], ["thrive", [2, 814, 2]], ["brandish", [2, 814, 3]], ["prosper", [2, 814, 4]], ["fly high", [2, 814, 5]], ["expand", [2, 814, 6]], ["boom", [2, 814, 7]]]}, {"answer": "flowing", "hint": "synonyms for flowing", "clues": [["feed", [2, 815, 0]], ["flow", [2, 815, 1]], ["run", [2, 815, 2]], ["flux", [2, 815, 3]], ["course", [2, 815, 4]], ["menstruate", [2, 815, 5]], ["hang", [2, 815, 6]], ["fall", [2, 815, 7]]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["sluice", [2, 816, 0]], ["blush", [2, 816, 1]], ["even", [2, 816, 2]], ["redden", [2, 816, 3]], ["scour", [2, 816, 4]], ["even out", [2, 816, 5]], ["crimson", [2, 816, 6]], ["level", [2, 816, 7]], ["purge", [2, 816, 8]]]}, {"answer": "flushed", "hint": "synonyms for flushed", "clues": [["flush", [2, 817, 0]], ["sluice", [2, 817, 1]], ["blush", [2, 817, 2]], ["even", [2, 817, 3]], ["redden", [2, 817, 4]], ["even out", [2, 817, 5]], ["scour", [2, 817, 6]], ["level", [2, 817, 7]], ["crimson", [2, 817, 8]], ["purge", [2, 817, 9]]]}, {"answer": "fly", "hint": "synonyms for fly", "clues": [["aviate", [2, 818, 0]], ["wing", [2, 818, 1]], ["fell", [2, 818, 2]], ["pilot", [2, 818, 3]], ["flee", [2, 818, 4]], ["take flight", [2, 818, 5]], ["vanish", [2, 818, 6]], ["vaporize", [2, 818, 7]]]}, {"answer": "flying", "hint": "synonyms for flying", "clues": [["fly", [2, 819, 0]], ["take flight", [2, 819, 1]], ["aviate", [2, 819, 2]], ["wing", [2, 819, 3]], ["fell", [2, 819, 4]], ["pilot", [2, 819, 5]], ["flee", [2, 819, 6]], ["vanish", [2, 819, 7]], ["vaporize", [2, 819, 8]]]}, {"answer": "foaming", "hint": "synonyms for foaming", "clues": [["froth", [2, 820, 0]], ["sparkle", [2, 820, 1]], ["form bubbles", [2, 820, 2]], ["fizz", [2, 820, 3]], ["effervesce", [2, 820, 4]], ["foam", [2, 820, 5]]]}, {"answer": "focused", "hint": "synonyms for focused", "clues": [["focalize", [2, 821, 0]], ["focus", [2, 821, 1]], ["sharpen", [2, 821, 2]], ["concenter", [2, 821, 3]], ["center", [2, 821, 4]], ["pore", [2, 821, 5]], ["centre", [2, 821, 6]], ["rivet", [2, 821, 7]], ["concentrate", [2, 821, 8]]]}, {"answer": "focussed", "hint": "synonyms for focussed", "clues": [["focalize", [2, 822, 0]], ["focus", [2, 822, 1]], ["sharpen", [2, 822, 2]], ["concenter", [2, 822, 3]], ["center", [2, 822, 4]], ["pore", [2, 822, 5]], ["centre", [2, 822, 6]], ["rivet", [2, 822, 7]], ["concentrate", [2, 822, 8]]]}, {"answer": "fogged", "hint": "synonyms for fogged", "clues": [["haze over", [2, 823, 0]], ["becloud", [2, 823, 1]], ["mist", [2, 823, 2]], ["obscure", [2, 823, 3]], ["obnubilate", [2, 823, 4]], ["fog", [2, 823, 5]], ["cloud", [2, 823, 6]], ["befog", [2, 823, 7]]]}, {"answer": "foiled", "hint": "synonyms for foiled", "clues": [["cross", [2, 824, 0]], ["foil", [2, 824, 1]], ["thwart", [2, 824, 2]], ["spoil", [2, 824, 3]], ["scotch", [2, 824, 4]], ["frustrate", [2, 824, 5]], ["queer", [2, 824, 6]], ["bilk", [2, 824, 7]], ["baffle", [2, 824, 8]]]}, {"answer": "folding", "hint": "synonyms for folding", "clues": [["shut down", [2, 825, 0]], ["pen up", [2, 825, 1]], ["fold", [2, 825, 2]], ["turn up", [2, 825, 3]], ["close down", [2, 825, 4]], ["close", [2, 825, 5]], ["fold up", [2, 825, 6]], ["close up", [2, 825, 7]]]}, {"answer": "following", "hint": "synonyms for following", "clues": [["succeed", [2, 826, 0]], ["trace", [2, 826, 1]], ["espouse", [2, 826, 2]], ["follow", [2, 826, 3]], ["pursue", [2, 826, 4]], ["watch", [2, 826, 5]], ["keep an eye on", [2, 826, 6]], ["postdate", [2, 826, 7]], ["come", [2, 826, 8]], ["keep up", [2, 826, 9]], ["fall out", [2, 826, 10]], ["abide by", [2, 826, 11]], ["conform to", [2, 826, 12]], ["travel along", [2, 826, 13]], ["come after", [2, 826, 14]], ["take after", [2, 826, 15]], ["survey", [2, 826, 16]], ["keep abreast", [2, 826, 17]], ["stick with", [2, 826, 18]], ["stick to", [2, 826, 19]], ["play along", [2, 826, 20]], ["adopt", [2, 826, 21]], ["accompany", [2, 826, 22]], ["be", [2, 826, 23]], ["surveil", [2, 826, 24]], ["comply", [2, 826, 25]], ["observe", [2, 826, 26]], ["watch over", [2, 826, 27]]]}, {"answer": "fooling", "hint": "synonyms for fooling", "clues": [["gull", [2, 827, 0]], ["fool away", [2, 827, 1]], ["fool around", [2, 827, 2]], ["shoot", [2, 827, 3]], ["fritter away", [2, 827, 4]], ["fool", [2, 827, 5]], ["slang", [2, 827, 6]], ["take in", [2, 827, 7]], ["dupe", [2, 827, 8]], ["dissipate", [2, 827, 9]], ["fritter", [2, 827, 10]], ["arse around", [2, 827, 11]], ["put one over", [2, 827, 12]], ["cod", [2, 827, 13]], ["befool", [2, 827, 14]], ["frivol away", [2, 827, 15]], ["put on", [2, 827, 16]], ["put one across", [2, 827, 17]]]}, {"answer": "footed", "hint": "synonyms for footed", "clues": [["foot", [2, 828, 0]], ["hoof it", [2, 828, 1]], ["foot up", [2, 828, 2]], ["hoof", [2, 828, 3]], ["leg it", [2, 828, 4]], ["pick", [2, 828, 5]]]}, {"answer": "footless", "hint": "synonyms for footless", "clues": [["hang around", [2, 829, 0]], ["mill about", [2, 829, 1]], ["linger", [2, 829, 2]], ["loiter", [2, 829, 3]], ["lollygag", [2, 829, 4]], ["mill around", [2, 829, 5]], ["lounge", [2, 829, 6]], ["tarry", [2, 829, 7]], ["footle", [2, 829, 8]], ["loaf", [2, 829, 9]], ["lurk", [2, 829, 10]], ["mess about", [2, 829, 11]]]}, {"answer": "footling", "hint": "synonyms for footling", "clues": [["hang around", [2, 830, 0]], ["mill about", [2, 830, 1]], ["linger", [2, 830, 2]], ["loiter", [2, 830, 3]], ["lollygag", [2, 830, 4]], ["mill around", [2, 830, 5]], ["lounge", [2, 830, 6]], ["tarry", [2, 830, 7]], ["footle", [2, 830, 8]], ["loaf", [2, 830, 9]], ["lurk", [2, 830, 10]], ["mess about", [2, 830, 11]]]}, {"answer": "forbidden", "hint": "synonyms for forbidden", "clues": [["forestall", [2, 831, 0]], ["disallow", [2, 831, 1]], ["forbid", [2, 831, 2]], ["proscribe", [2, 831, 3]], ["foreclose", [2, 831, 4]], ["veto", [2, 831, 5]], ["interdict", [2, 831, 6]], ["prevent", [2, 831, 7]], ["preclude", [2, 831, 8]], ["prohibit", [2, 831, 9]], ["nix", [2, 831, 10]]]}, {"answer": "forbidding", "hint": "synonyms for forbidding", "clues": [["forestall", [2, 832, 0]], ["disallow", [2, 832, 1]], ["forbid", [2, 832, 2]], ["proscribe", [2, 832, 3]], ["foreclose", [2, 832, 4]], ["veto", [2, 832, 5]], ["interdict", [2, 832, 6]], ["prevent", [2, 832, 7]], ["preclude", [2, 832, 8]], ["prohibit", [2, 832, 9]], ["nix", [2, 832, 10]]]}, {"answer": "forced", "hint": "synonyms for forced", "clues": [["force", [2, 833, 0]], ["draw", [2, 833, 1]], ["pressure", [2, 833, 2]], ["wedge", [2, 833, 3]], ["push", [2, 833, 4]], ["ram", [2, 833, 5]], ["coerce", [2, 833, 6]], ["pull", [2, 833, 7]], ["thrust", [2, 833, 8]], ["impel", [2, 833, 9]], ["hale", [2, 833, 10]], ["drive", [2, 833, 11]], ["storm", [2, 833, 12]], ["squeeze", [2, 833, 13]]]}, {"answer": "foreboding", "hint": "synonyms for foreboding", "clues": [["promise", [2, 834, 0]], ["call", [2, 834, 1]], ["anticipate", [2, 834, 2]], ["predict", [2, 834, 3]], ["foretell", [2, 834, 4]], ["prognosticate", [2, 834, 5]], ["forebode", [2, 834, 6]]]}, {"answer": "foregoing", "hint": "synonyms for foregoing", "clues": [["precede", [2, 835, 0]], ["forgo", [2, 835, 1]], ["waive", [2, 835, 2]], ["foreswear", [2, 835, 3]], ["forfeit", [2, 835, 4]], ["relinquish", [2, 835, 5]], ["predate", [2, 835, 6]], ["antecede", [2, 835, 7]], ["antedate", [2, 835, 8]], ["give up", [2, 835, 9]], ["throw overboard", [2, 835, 10]], ["dispense with", [2, 835, 11]]]}, {"answer": "foregone", "hint": "synonyms for foregone", "clues": [["precede", [2, 836, 0]], ["forgo", [2, 836, 1]], ["waive", [2, 836, 2]], ["foreswear", [2, 836, 3]], ["forfeit", [2, 836, 4]], ["relinquish", [2, 836, 5]], ["predate", [2, 836, 6]], ["antecede", [2, 836, 7]], ["antedate", [2, 836, 8]], ["give up", [2, 836, 9]], ["throw overboard", [2, 836, 10]], ["dispense with", [2, 836, 11]]]}, {"answer": "foreshadowing", "hint": "synonyms for foreshadowing", "clues": [["prognosticate", [2, 837, 0]], ["presage", [2, 837, 1]], ["forecast", [2, 837, 2]], ["auspicate", [2, 837, 3]], ["foreshadow", [2, 837, 4]], ["omen", [2, 837, 5]], ["portend", [2, 837, 6]], ["augur", [2, 837, 7]], ["predict", [2, 837, 8]], ["betoken", [2, 837, 9]], ["foretell", [2, 837, 10]], ["prefigure", [2, 837, 11]], ["bode", [2, 837, 12]]]}, {"answer": "forfeit", "hint": "synonyms for forfeit", "clues": [["forego", [2, 838, 0]], ["waive", [2, 838, 1]], ["give up", [2, 838, 2]], ["throw overboard", [2, 838, 3]]]}, {"answer": "forfeited", "hint": "synonyms for forfeited", "clues": [["forego", [2, 839, 0]], ["waive", [2, 839, 1]], ["give up", [2, 839, 2]], ["forfeit", [2, 839, 3]], ["throw overboard", [2, 839, 4]]]}, {"answer": "forged", "hint": "synonyms for forged", "clues": [["spirt", [2, 840, 0]], ["forge", [2, 840, 1]], ["mould", [2, 840, 2]], ["work", [2, 840, 3]], ["devise", [2, 840, 4]], ["contrive", [2, 840, 5]], ["fashion", [2, 840, 6]], ["shape", [2, 840, 7]], ["hammer", [2, 840, 8]], ["invent", [2, 840, 9]], ["fake", [2, 840, 10]], ["excogitate", [2, 840, 11]], ["spurt", [2, 840, 12]], ["form", [2, 840, 13]], ["counterfeit", [2, 840, 14]], ["formulate", [2, 840, 15]]]}, {"answer": "forgotten", "hint": "synonyms for forgotten", "clues": [["forget", [2, 841, 0]], ["blank out", [2, 841, 1]], ["leave", [2, 841, 2]], ["draw a blank", [2, 841, 3]], ["bury", [2, 841, 4]], ["block", [2, 841, 5]]]}, {"answer": "forked", "hint": "synonyms for forked", "clues": [["fork", [2, 842, 0]], ["furcate", [2, 842, 1]], ["pitchfork", [2, 842, 2]], ["branch", [2, 842, 3]], ["separate", [2, 842, 4]], ["ramify", [2, 842, 5]]]}, {"answer": "formed", "hint": "synonyms for formed", "clues": [["organise", [2, 843, 0]], ["form", [2, 843, 1]], ["forge", [2, 843, 2]], ["mould", [2, 843, 3]], ["work", [2, 843, 4]], ["imprint", [2, 843, 5]], ["shape", [2, 843, 6]], ["spring", [2, 843, 7]], ["take form", [2, 843, 8]], ["make", [2, 843, 9]], ["constitute", [2, 843, 10]], ["take shape", [2, 843, 11]]]}, {"answer": "formulated", "hint": "synonyms for formulated", "clues": [["formulate", [2, 844, 0]], ["forge", [2, 844, 1]], ["explicate", [2, 844, 2]], ["invent", [2, 844, 3]], ["give voice", [2, 844, 4]], ["devise", [2, 844, 5]], ["excogitate", [2, 844, 6]], ["contrive", [2, 844, 7]], ["word", [2, 844, 8]], ["develop", [2, 844, 9]], ["articulate", [2, 844, 10]], ["phrase", [2, 844, 11]]]}, {"answer": "fortified", "hint": "synonyms for fortified", "clues": [["fortify", [2, 845, 0]], ["lace", [2, 845, 1]], ["build up", [2, 845, 2]], ["spike", [2, 845, 3]], ["arm", [2, 845, 4]], ["strengthen", [2, 845, 5]], ["beef up", [2, 845, 6]], ["gird", [2, 845, 7]], ["fort", [2, 845, 8]]]}, {"answer": "foul", "hint": "synonyms for foul", "clues": [["pollute", [2, 846, 0]], ["defile", [2, 846, 1]], ["maculate", [2, 846, 2]], ["clog", [2, 846, 3]], ["choke off", [2, 846, 4]], ["befoul", [2, 846, 5]], ["contaminate", [2, 846, 6]], ["back up", [2, 846, 7]], ["clog up", [2, 846, 8]], ["congest", [2, 846, 9]], ["choke", [2, 846, 10]]]}, {"answer": "fouled", "hint": "synonyms for fouled", "clues": [["pollute", [2, 847, 0]], ["defile", [2, 847, 1]], ["maculate", [2, 847, 2]], ["foul", [2, 847, 3]], ["clog", [2, 847, 4]], ["choke off", [2, 847, 5]], ["befoul", [2, 847, 6]], ["contaminate", [2, 847, 7]], ["back up", [2, 847, 8]], ["clog up", [2, 847, 9]], ["congest", [2, 847, 10]], ["choke", [2, 847, 11]]]}, {"answer": "found", "hint": "synonyms for found", "clues": [["ascertain", [2, 848, 0]], ["get", [2, 848, 1]], ["regain", [2, 848, 2]], ["retrieve", [2, 848, 3]], ["find", [2, 848, 4]], ["set up", [2, 848, 5]], ["encounter", [2, 848, 6]], ["discover", [2, 848, 7]], ["base", [2, 848, 8]], ["recover", [2, 848, 9]], ["witness", [2, 848, 10]], ["come up", [2, 848, 11]], ["launch", [2, 848, 12]], ["receive", [2, 848, 13]], ["observe", [2, 848, 14]], ["see", [2, 848, 15]], ["get hold", [2, 848, 16]], ["constitute", [2, 848, 17]], ["institute", [2, 848, 18]], ["establish", [2, 848, 19]], ["plant", [2, 848, 20]], ["ground", [2, 848, 21]], ["chance", [2, 848, 22]], ["determine", [2, 848, 23]], ["detect", [2, 848, 24]], ["feel", [2, 848, 25]], ["rule", [2, 848, 26]], ["incur", [2, 848, 27]], ["happen", [2, 848, 28]], ["find out", [2, 848, 29]], ["find oneself", [2, 848, 30]], ["bump", [2, 848, 31]], ["obtain", [2, 848, 32]], ["notice", [2, 848, 33]], ["line up", [2, 848, 34]]]}, {"answer": "framed", "hint": "synonyms for framed", "clues": [["ensnare", [2, 849, 0]], ["entrap", [2, 849, 1]], ["set up", [2, 849, 2]], ["frame in", [2, 849, 3]], ["draw up", [2, 849, 4]], ["frame", [2, 849, 5]], ["border", [2, 849, 6]], ["put", [2, 849, 7]], ["compose", [2, 849, 8]], ["couch", [2, 849, 9]], ["cast", [2, 849, 10]], ["redact", [2, 849, 11]], ["frame up", [2, 849, 12]]]}, {"answer": "frayed", "hint": "synonyms for frayed", "clues": [["rub", [2, 850, 0]], ["fray", [2, 850, 1]], ["chafe", [2, 850, 2]], ["scratch", [2, 850, 3]], ["fret", [2, 850, 4]], ["frazzle", [2, 850, 5]]]}, {"answer": "free", "hint": "synonyms for free", "clues": [["exempt", [2, 851, 0]], ["relieve", [2, 851, 1]], ["give up", [2, 851, 2]], ["unblock", [2, 851, 3]], ["unloosen", [2, 851, 4]], ["release", [2, 851, 5]], ["discharge", [2, 851, 6]], ["rid", [2, 851, 7]], ["absolve", [2, 851, 8]], ["loose", [2, 851, 9]], ["relinquish", [2, 851, 10]], ["dislodge", [2, 851, 11]], ["resign", [2, 851, 12]], ["liberate", [2, 851, 13]], ["unfreeze", [2, 851, 14]], ["disembarrass", [2, 851, 15]], ["justify", [2, 851, 16]], ["disengage", [2, 851, 17]]]}, {"answer": "frequent", "hint": "synonyms for frequent", "clues": [["shop", [2, 852, 0]], ["patronise", [2, 852, 1]], ["buy at", [2, 852, 2]], ["sponsor", [2, 852, 3]], ["shop at", [2, 852, 4]], ["haunt", [2, 852, 5]]]}, {"answer": "fretted", "hint": "synonyms for fretted", "clues": [["chafe", [2, 853, 0]], ["fret", [2, 853, 1]], ["eat into", [2, 853, 2]], ["eat away", [2, 853, 3]], ["scratch", [2, 853, 4]], ["choke", [2, 853, 5]], ["fuss", [2, 853, 6]], ["rub", [2, 853, 7]], ["niggle", [2, 853, 8]], ["rankle", [2, 853, 9]], ["gall", [2, 853, 10]], ["gag", [2, 853, 11]], ["fray", [2, 853, 12]], ["erode", [2, 853, 13]], ["grate", [2, 853, 14]]]}, {"answer": "frothing", "hint": "synonyms for frothing", "clues": [["sparkle", [2, 854, 0]], ["froth", [2, 854, 1]], ["effervesce", [2, 854, 2]], ["foam", [2, 854, 3]], ["suds", [2, 854, 4]], ["fizz", [2, 854, 5]], ["spume", [2, 854, 6]], ["form bubbles", [2, 854, 7]]]}, {"answer": "frozen", "hint": "synonyms for frozen", "clues": [["freeze", [2, 855, 0]], ["immobilize", [2, 855, 1]], ["suspend", [2, 855, 2]], ["freeze down", [2, 855, 3]], ["block", [2, 855, 4]], ["freeze out", [2, 855, 5]], ["stop dead", [2, 855, 6]]]}, {"answer": "frustrated", "hint": "synonyms for frustrated", "clues": [["frustrate", [2, 856, 0]], ["cross", [2, 856, 1]], ["dun", [2, 856, 2]], ["foil", [2, 856, 3]], ["thwart", [2, 856, 4]], ["crucify", [2, 856, 5]], ["spoil", [2, 856, 6]], ["torment", [2, 856, 7]], ["scotch", [2, 856, 8]], ["bedevil", [2, 856, 9]], ["rag", [2, 856, 10]], ["queer", [2, 856, 11]], ["bilk", [2, 856, 12]], ["baffle", [2, 856, 13]]]}, {"answer": "frustrating", "hint": "synonyms for frustrating", "clues": [["frustrate", [2, 857, 0]], ["cross", [2, 857, 1]], ["dun", [2, 857, 2]], ["foil", [2, 857, 3]], ["thwart", [2, 857, 4]], ["crucify", [2, 857, 5]], ["spoil", [2, 857, 6]], ["torment", [2, 857, 7]], ["scotch", [2, 857, 8]], ["bedevil", [2, 857, 9]], ["rag", [2, 857, 10]], ["queer", [2, 857, 11]], ["bilk", [2, 857, 12]], ["baffle", [2, 857, 13]]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["hump", [2, 858, 0]], ["jazz", [2, 858, 1]], ["eff", [2, 858, 2]], ["do it", [2, 858, 3]], ["bed", [2, 858, 4]], ["lie with", [2, 858, 5]], ["sleep with", [2, 858, 6]], ["fuck", [2, 858, 7]], ["be intimate", [2, 858, 8]], ["make love", [2, 858, 9]], ["get it on", [2, 858, 10]], ["roll in the hay", [2, 858, 11]], ["know", [2, 858, 12]], ["bang", [2, 858, 13]], ["love", [2, 858, 14]], ["have sex", [2, 858, 15]], ["bonk", [2, 858, 16]], ["have it off", [2, 858, 17]], ["get laid", [2, 858, 18]], ["have a go at it", [2, 858, 19]], ["have it away", [2, 858, 20]], ["make out", [2, 858, 21]], ["have intercourse", [2, 858, 22]], ["sleep together", [2, 858, 23]], ["screw", [2, 858, 24]]]}, {"answer": "fuddled", "hint": "synonyms for fuddled", "clues": [["discombobulate", [2, 859, 0]], ["befuddle", [2, 859, 1]], ["confound", [2, 859, 2]], ["confuse", [2, 859, 3]], ["throw", [2, 859, 4]], ["drink", [2, 859, 5]], ["booze", [2, 859, 6]], ["fox", [2, 859, 7]], ["bedevil", [2, 859, 8]]]}, {"answer": "fulfilled", "hint": "synonyms for fulfilled", "clues": [["carry out", [2, 860, 0]], ["action", [2, 860, 1]], ["fulfill", [2, 860, 2]], ["accomplish", [2, 860, 3]], ["execute", [2, 860, 4]], ["live up to", [2, 860, 5]], ["fill", [2, 860, 6]], ["meet", [2, 860, 7]], ["satisfy", [2, 860, 8]], ["carry through", [2, 860, 9]]]}, {"answer": "fumbling", "hint": "synonyms for fumbling", "clues": [["bodge", [2, 861, 0]], ["grope", [2, 861, 1]], ["bungle", [2, 861, 2]], ["fumble", [2, 861, 3]], ["blow", [2, 861, 4]], ["muck up", [2, 861, 5]], ["bollix up", [2, 861, 6]], ["bobble", [2, 861, 7]], ["fluff", [2, 861, 8]], ["screw up", [2, 861, 9]], ["botch up", [2, 861, 10]], ["foul up", [2, 861, 11]], ["bollix", [2, 861, 12]], ["spoil", [2, 861, 13]], ["bumble", [2, 861, 14]], ["mess up", [2, 861, 15]], ["flub", [2, 861, 16]], ["ball up", [2, 861, 17]], ["bollocks up", [2, 861, 18]], ["blunder", [2, 861, 19]], ["louse up", [2, 861, 20]], ["bollocks", [2, 861, 21]], ["mishandle", [2, 861, 22]], ["muff", [2, 861, 23]], ["botch", [2, 861, 24]]]}, {"answer": "fumed", "hint": "synonyms for fumed", "clues": [["reek", [2, 862, 0]], ["fumigate", [2, 862, 1]], ["fume", [2, 862, 2]], ["smoke", [2, 862, 3]]]}, {"answer": "functioning", "hint": "synonyms for functioning", "clues": [["work", [2, 863, 0]], ["function", [2, 863, 1]], ["officiate", [2, 863, 2]], ["go", [2, 863, 3]], ["operate", [2, 863, 4]], ["serve", [2, 863, 5]], ["run", [2, 863, 6]]]}, {"answer": "furnished", "hint": "synonyms for furnished", "clues": [["render", [2, 864, 0]], ["provide", [2, 864, 1]], ["supply", [2, 864, 2]], ["furnish", [2, 864, 3]]]}, {"answer": "furrowed", "hint": "synonyms for furrowed", "clues": [["furrow", [2, 865, 0]], ["chase", [2, 865, 1]], ["chamfer", [2, 865, 2]], ["groove", [2, 865, 3]], ["rut", [2, 865, 4]], ["crease", [2, 865, 5]], ["wrinkle", [2, 865, 6]]]}, {"answer": "further", "hint": "synonyms for further", "clues": [["boost", [2, 866, 0]], ["advance", [2, 866, 1]], ["encourage", [2, 866, 2]], ["promote", [2, 866, 3]], ["foster", [2, 866, 4]]]}, {"answer": "fused", "hint": "synonyms for fused", "clues": [["conflate", [2, 867, 0]], ["fuse", [2, 867, 1]], ["merge", [2, 867, 2]], ["meld", [2, 867, 3]], ["commingle", [2, 867, 4]], ["combine", [2, 867, 5]], ["coalesce", [2, 867, 6]], ["mix", [2, 867, 7]], ["flux", [2, 867, 8]], ["immix", [2, 867, 9]], ["blend", [2, 867, 10]]]}, {"answer": "galled", "hint": "synonyms for galled", "clues": [["gall", [2, 868, 0]], ["fret", [2, 868, 1]], ["chafe", [2, 868, 2]], ["irk", [2, 868, 3]]]}, {"answer": "galling", "hint": "synonyms for galling", "clues": [["gall", [2, 869, 0]], ["fret", [2, 869, 1]], ["chafe", [2, 869, 2]], ["irk", [2, 869, 3]]]}, {"answer": "game", "hint": "synonyms for game", "clues": [["gage", [2, 870, 0]], ["bet on", [2, 870, 1]], ["back", [2, 870, 2]], ["stake", [2, 870, 3]], ["punt", [2, 870, 4]]]}, {"answer": "gaping", "hint": "synonyms for gaping", "clues": [["gawk", [2, 871, 0]], ["gawp", [2, 871, 1]], ["yawn", [2, 871, 2]], ["gape", [2, 871, 3]], ["goggle", [2, 871, 4]], ["breach", [2, 871, 5]]]}, {"answer": "garbed", "hint": "synonyms for garbed", "clues": [["garb", [2, 872, 0]], ["habilitate", [2, 872, 1]], ["fit out", [2, 872, 2]], ["garment", [2, 872, 3]], ["dress", [2, 872, 4]], ["enclothe", [2, 872, 5]], ["raiment", [2, 872, 6]], ["apparel", [2, 872, 7]], ["tog", [2, 872, 8]]]}, {"answer": "garbled", "hint": "synonyms for garbled", "clues": [["garble", [2, 873, 0]], ["warp", [2, 873, 1]], ["falsify", [2, 873, 2]], ["distort", [2, 873, 3]]]}, {"answer": "garmented", "hint": "synonyms for garmented", "clues": [["garb", [2, 874, 0]], ["habilitate", [2, 874, 1]], ["fit out", [2, 874, 2]], ["garment", [2, 874, 3]], ["dress", [2, 874, 4]], ["enclothe", [2, 874, 5]], ["raiment", [2, 874, 6]], ["apparel", [2, 874, 7]], ["tog", [2, 874, 8]]]}, {"answer": "gathered", "hint": "synonyms for gathered", "clues": [["assemble", [2, 875, 0]], ["gather", [2, 875, 1]], ["tuck", [2, 875, 2]], ["collect", [2, 875, 3]], ["amass", [2, 875, 4]], ["cumulate", [2, 875, 5]], ["foregather", [2, 875, 6]], ["meet", [2, 875, 7]], ["conglomerate", [2, 875, 8]], ["pile up", [2, 875, 9]], ["gain", [2, 875, 10]], ["garner", [2, 875, 11]], ["pull together", [2, 875, 12]], ["get together", [2, 875, 13]], ["pucker", [2, 875, 14]]]}, {"answer": "generalised", "hint": "synonyms for generalised", "clues": [["generalize", [2, 876, 0]], ["vulgarize", [2, 876, 1]], ["popularize", [2, 876, 2]], ["extrapolate", [2, 876, 3]], ["infer", [2, 876, 4]]]}, {"answer": "generalized", "hint": "synonyms for generalized", "clues": [["generalize", [2, 877, 0]], ["vulgarize", [2, 877, 1]], ["popularize", [2, 877, 2]], ["extrapolate", [2, 877, 3]], ["infer", [2, 877, 4]]]}, {"answer": "gentle", "hint": "synonyms for gentle", "clues": [["mollify", [2, 878, 0]], ["placate", [2, 878, 1]], ["appease", [2, 878, 2]], ["conciliate", [2, 878, 3]], ["pacify", [2, 878, 4]], ["entitle", [2, 878, 5]], ["gruntle", [2, 878, 6]], ["ennoble", [2, 878, 7]], ["assuage", [2, 878, 8]], ["lenify", [2, 878, 9]]]}, {"answer": "gifted", "hint": "synonyms for gifted", "clues": [["empower", [2, 879, 0]], ["give", [2, 879, 1]], ["gift", [2, 879, 2]], ["present", [2, 879, 3]], ["endue", [2, 879, 4]], ["indue", [2, 879, 5]], ["invest", [2, 879, 6]], ["endow", [2, 879, 7]]]}, {"answer": "given", "hint": "synonyms for given", "clues": [["present", [2, 880, 0]], ["yield", [2, 880, 1]], ["pass on", [2, 880, 2]], ["apply", [2, 880, 3]], ["ease up", [2, 880, 4]], ["give", [2, 880, 5]], ["make", [2, 880, 6]], ["generate", [2, 880, 7]], ["commit", [2, 880, 8]], ["give way", [2, 880, 9]], ["pay", [2, 880, 10]], ["render", [2, 880, 11]], ["throw", [2, 880, 12]], ["sacrifice", [2, 880, 13]], ["return", [2, 880, 14]], ["have", [2, 880, 15]], ["devote", [2, 880, 16]], ["dedicate", [2, 880, 17]], ["cave in", [2, 880, 18]], ["establish", [2, 880, 19]], ["break", [2, 880, 20]], ["collapse", [2, 880, 21]], ["leave", [2, 880, 22]], ["open", [2, 880, 23]], ["pass", [2, 880, 24]], ["impart", [2, 880, 25]], ["feed", [2, 880, 26]], ["contribute", [2, 880, 27]], ["fall in", [2, 880, 28]], ["move over", [2, 880, 29]], ["gift", [2, 880, 30]], ["afford", [2, 880, 31]], ["grant", [2, 880, 32]], ["chip in", [2, 880, 33]], ["reach", [2, 880, 34]], ["hold", [2, 880, 35]], ["turn over", [2, 880, 36]], ["hand", [2, 880, 37]], ["consecrate", [2, 880, 38]], ["founder", [2, 880, 39]], ["kick in", [2, 880, 40]]]}, {"answer": "giving", "hint": "synonyms for giving", "clues": [["present", [2, 881, 0]], ["yield", [2, 881, 1]], ["pass on", [2, 881, 2]], ["apply", [2, 881, 3]], ["ease up", [2, 881, 4]], ["give", [2, 881, 5]], ["make", [2, 881, 6]], ["generate", [2, 881, 7]], ["commit", [2, 881, 8]], ["give way", [2, 881, 9]], ["pay", [2, 881, 10]], ["render", [2, 881, 11]], ["throw", [2, 881, 12]], ["sacrifice", [2, 881, 13]], ["return", [2, 881, 14]], ["have", [2, 881, 15]], ["devote", [2, 881, 16]], ["dedicate", [2, 881, 17]], ["cave in", [2, 881, 18]], ["establish", [2, 881, 19]], ["break", [2, 881, 20]], ["collapse", [2, 881, 21]], ["leave", [2, 881, 22]], ["open", [2, 881, 23]], ["pass", [2, 881, 24]], ["impart", [2, 881, 25]], ["feed", [2, 881, 26]], ["contribute", [2, 881, 27]], ["fall in", [2, 881, 28]], ["move over", [2, 881, 29]], ["gift", [2, 881, 30]], ["afford", [2, 881, 31]], ["grant", [2, 881, 32]], ["chip in", [2, 881, 33]], ["reach", [2, 881, 34]], ["hold", [2, 881, 35]], ["turn over", [2, 881, 36]], ["hand", [2, 881, 37]], ["consecrate", [2, 881, 38]], ["founder", [2, 881, 39]], ["kick in", [2, 881, 40]]]}, {"answer": "glassed", "hint": "synonyms for glassed", "clues": [["glass over", [2, 882, 0]], ["glaze", [2, 882, 1]], ["glass", [2, 882, 2]], ["glass in", [2, 882, 3]], ["glaze over", [2, 882, 4]]]}, {"answer": "glazed", "hint": "synonyms for glazed", "clues": [["glaze", [2, 883, 0]], ["sugarcoat", [2, 883, 1]], ["candy", [2, 883, 2]], ["glaze over", [2, 883, 3]], ["glass", [2, 883, 4]], ["glass over", [2, 883, 5]]]}, {"answer": "gleaming", "hint": "synonyms for gleaming", "clues": [["glint", [2, 884, 0]], ["shine", [2, 884, 1]], ["glisten", [2, 884, 2]], ["glitter", [2, 884, 3]], ["glimmer", [2, 884, 4]], ["gleam", [2, 884, 5]]]}, {"answer": "glinting", "hint": "synonyms for glinting", "clues": [["glint", [2, 885, 0]], ["shine", [2, 885, 1]], ["glisten", [2, 885, 2]], ["glitter", [2, 885, 3]], ["peek", [2, 885, 4]], ["glance", [2, 885, 5]], ["gleam", [2, 885, 6]]]}, {"answer": "glistening", "hint": "synonyms for glistening", "clues": [["glint", [2, 886, 0]], ["shine", [2, 886, 1]], ["glisten", [2, 886, 2]], ["glitter", [2, 886, 3]], ["gleam", [2, 886, 4]]]}, {"answer": "glittering", "hint": "synonyms for glittering", "clues": [["glint", [2, 887, 0]], ["shine", [2, 887, 1]], ["glisten", [2, 887, 2]], ["glitter", [2, 887, 3]], ["gleam", [2, 887, 4]]]}, {"answer": "glorified", "hint": "synonyms for glorified", "clues": [["glorify", [2, 888, 0]], ["exalt", [2, 888, 1]], ["laud", [2, 888, 2]], ["spiritualize", [2, 888, 3]], ["extol", [2, 888, 4]], ["proclaim", [2, 888, 5]], ["transfigure", [2, 888, 6]]]}, {"answer": "glowering", "hint": "synonyms for glowering", "clues": [["lower", [2, 889, 0]], ["frown", [2, 889, 1]], ["lour", [2, 889, 2]], ["glare", [2, 889, 3]]]}, {"answer": "glowing", "hint": "synonyms for glowing", "clues": [["glow", [2, 890, 0]], ["radiate", [2, 890, 1]], ["beam", [2, 890, 2]], ["shine", [2, 890, 3]], ["burn", [2, 890, 4]]]}, {"answer": "glutted", "hint": "synonyms for glutted", "clues": [["englut", [2, 891, 0]], ["glut", [2, 891, 1]], ["engorge", [2, 891, 2]], ["stuff", [2, 891, 3]], ["gormandize", [2, 891, 4]], ["overindulge", [2, 891, 5]], ["overgorge", [2, 891, 6]], ["ingurgitate", [2, 891, 7]], ["flood", [2, 891, 8]], ["pig out", [2, 891, 9]], ["oversupply", [2, 891, 10]], ["gorge", [2, 891, 11]], ["satiate", [2, 891, 12]], ["scarf out", [2, 891, 13]], ["overeat", [2, 891, 14]], ["binge", [2, 891, 15]]]}, {"answer": "gnarled", "hint": "synonyms for gnarled", "clues": [["croak", [2, 892, 0]], ["gnarl", [2, 892, 1]], ["mutter", [2, 892, 2]], ["murmur", [2, 892, 3]], ["grumble", [2, 892, 4]]]}, {"answer": "go", "hint": "synonyms for go", "clues": [["rifle", [2, 893, 0]], ["perish", [2, 893, 1]], ["hold up", [2, 893, 2]], ["function", [2, 893, 3]], ["die", [2, 893, 4]], ["kick the bucket", [2, 893, 5]], ["pop off", [2, 893, 6]], ["get going", [2, 893, 7]], ["last", [2, 893, 8]], ["run", [2, 893, 9]], ["move", [2, 893, 10]], ["conk", [2, 893, 11]], ["decease", [2, 893, 12]], ["drop dead", [2, 893, 13]], ["blend in", [2, 893, 14]], ["proceed", [2, 893, 15]], ["go away", [2, 893, 16]], ["locomote", [2, 893, 17]], ["get", [2, 893, 18]], ["lead", [2, 893, 19]], ["pass", [2, 893, 20]], ["depart", [2, 893, 21]], ["travel", [2, 893, 22]], ["cash in one's chips", [2, 893, 23]], ["give out", [2, 893, 24]], ["give-up the ghost", [2, 893, 25]], ["break down", [2, 893, 26]], ["start", [2, 893, 27]], ["pass away", [2, 893, 28]], ["extend", [2, 893, 29]], ["run low", [2, 893, 30]], ["blend", [2, 893, 31]], ["become", [2, 893, 32]], ["live", [2, 893, 33]], ["belong", [2, 893, 34]], ["break", [2, 893, 35]], ["survive", [2, 893, 36]], ["live on", [2, 893, 37]], ["go bad", [2, 893, 38]], ["run short", [2, 893, 39]], ["fit", [2, 893, 40]], ["croak", [2, 893, 41]], ["conk out", [2, 893, 42]], ["snuff it", [2, 893, 43]], ["expire", [2, 893, 44]], ["work", [2, 893, 45]], ["buy the farm", [2, 893, 46]], ["exit", [2, 893, 47]], ["plump", [2, 893, 48]], ["give way", [2, 893, 49]], ["fail", [2, 893, 50]], ["operate", [2, 893, 51]], ["sound", [2, 893, 52]], ["hold out", [2, 893, 53]], ["choke", [2, 893, 54]], ["endure", [2, 893, 55]]]}, {"answer": "goaded", "hint": "synonyms for goaded", "clues": [["goad", [2, 894, 0]], ["needle", [2, 894, 1]], ["spur", [2, 894, 2]], ["prick", [2, 894, 3]]]}, {"answer": "going", "hint": "synonyms for going", "clues": [["hold up", [2, 895, 0]], ["go", [2, 895, 1]], ["function", [2, 895, 2]], ["run", [2, 895, 3]], ["conk", [2, 895, 4]], ["decease", [2, 895, 5]], ["drop dead", [2, 895, 6]], ["proceed", [2, 895, 7]], ["go away", [2, 895, 8]], ["locomote", [2, 895, 9]], ["get", [2, 895, 10]], ["pass", [2, 895, 11]], ["lead", [2, 895, 12]], ["cash in one's chips", [2, 895, 13]], ["move", [2, 895, 14]], ["give-up the ghost", [2, 895, 15]], ["start", [2, 895, 16]], ["run low", [2, 895, 17]], ["become", [2, 895, 18]], ["belong", [2, 895, 19]], ["survive", [2, 895, 20]], ["go bad", [2, 895, 21]], ["die", [2, 895, 22]], ["expire", [2, 895, 23]], ["plump", [2, 895, 24]], ["choke", [2, 895, 25]], ["endure", [2, 895, 26]], ["rifle", [2, 895, 27]], ["perish", [2, 895, 28]], ["kick the bucket", [2, 895, 29]], ["pop off", [2, 895, 30]], ["get going", [2, 895, 31]], ["last", [2, 895, 32]], ["blend in", [2, 895, 33]], ["travel", [2, 895, 34]], ["depart", [2, 895, 35]], ["give out", [2, 895, 36]], ["break down", [2, 895, 37]], ["pass away", [2, 895, 38]], ["extend", [2, 895, 39]], ["blend", [2, 895, 40]], ["live", [2, 895, 41]], ["break", [2, 895, 42]], ["live on", [2, 895, 43]], ["run short", [2, 895, 44]], ["fit", [2, 895, 45]], ["croak", [2, 895, 46]], ["conk out", [2, 895, 47]], ["snuff it", [2, 895, 48]], ["work", [2, 895, 49]], ["buy the farm", [2, 895, 50]], ["exit", [2, 895, 51]], ["give way", [2, 895, 52]], ["fail", [2, 895, 53]], ["operate", [2, 895, 54]], ["sound", [2, 895, 55]], ["hold out", [2, 895, 56]]]}, {"answer": "gone", "hint": "synonyms for gone", "clues": [["hold up", [2, 896, 0]], ["go", [2, 896, 1]], ["function", [2, 896, 2]], ["run", [2, 896, 3]], ["conk", [2, 896, 4]], ["decease", [2, 896, 5]], ["drop dead", [2, 896, 6]], ["proceed", [2, 896, 7]], ["go away", [2, 896, 8]], ["locomote", [2, 896, 9]], ["get", [2, 896, 10]], ["pass", [2, 896, 11]], ["lead", [2, 896, 12]], ["cash in one's chips", [2, 896, 13]], ["move", [2, 896, 14]], ["give-up the ghost", [2, 896, 15]], ["start", [2, 896, 16]], ["run low", [2, 896, 17]], ["become", [2, 896, 18]], ["belong", [2, 896, 19]], ["survive", [2, 896, 20]], ["go bad", [2, 896, 21]], ["die", [2, 896, 22]], ["expire", [2, 896, 23]], ["plump", [2, 896, 24]], ["choke", [2, 896, 25]], ["endure", [2, 896, 26]], ["rifle", [2, 896, 27]], ["perish", [2, 896, 28]], ["kick the bucket", [2, 896, 29]], ["pop off", [2, 896, 30]], ["get going", [2, 896, 31]], ["last", [2, 896, 32]], ["blend in", [2, 896, 33]], ["travel", [2, 896, 34]], ["depart", [2, 896, 35]], ["give out", [2, 896, 36]], ["break down", [2, 896, 37]], ["pass away", [2, 896, 38]], ["extend", [2, 896, 39]], ["blend", [2, 896, 40]], ["live", [2, 896, 41]], ["break", [2, 896, 42]], ["live on", [2, 896, 43]], ["run short", [2, 896, 44]], ["fit", [2, 896, 45]], ["croak", [2, 896, 46]], ["conk out", [2, 896, 47]], ["snuff it", [2, 896, 48]], ["work", [2, 896, 49]], ["buy the farm", [2, 896, 50]], ["exit", [2, 896, 51]], ["give way", [2, 896, 52]], ["fail", [2, 896, 53]], ["operate", [2, 896, 54]], ["sound", [2, 896, 55]], ["hold out", [2, 896, 56]]]}, {"answer": "governing", "hint": "synonyms for governing", "clues": [["regularize", [2, 897, 0]], ["regulate", [2, 897, 1]], ["govern", [2, 897, 2]], ["rule", [2, 897, 3]], ["order", [2, 897, 4]]]}, {"answer": "graded", "hint": "synonyms for graded", "clues": [["rate", [2, 898, 0]], ["grade", [2, 898, 1]], ["score", [2, 898, 2]], ["place", [2, 898, 3]], ["range", [2, 898, 4]], ["order", [2, 898, 5]], ["mark", [2, 898, 6]], ["rank", [2, 898, 7]]]}, {"answer": "granted", "hint": "synonyms for granted", "clues": [["allow", [2, 899, 0]], ["grant", [2, 899, 1]], ["award", [2, 899, 2]], ["concede", [2, 899, 3]], ["allot", [2, 899, 4]], ["give", [2, 899, 5]], ["cede", [2, 899, 6]], ["yield", [2, 899, 7]], ["deed over", [2, 899, 8]], ["accord", [2, 899, 9]]]}, {"answer": "grasping", "hint": "synonyms for grasping", "clues": [["grasp", [2, 900, 0]], ["comprehend", [2, 900, 1]], ["savvy", [2, 900, 2]], ["compass", [2, 900, 3]], ["apprehend", [2, 900, 4]], ["dig", [2, 900, 5]], ["hold on", [2, 900, 6]], ["grok", [2, 900, 7]], ["get the picture", [2, 900, 8]]]}, {"answer": "gratified", "hint": "synonyms for gratified", "clues": [["satisfy", [2, 901, 0]], ["pander", [2, 901, 1]], ["indulge", [2, 901, 2]], ["gratify", [2, 901, 3]]]}, {"answer": "gratifying", "hint": "synonyms for gratifying", "clues": [["satisfy", [2, 902, 0]], ["pander", [2, 902, 1]], ["indulge", [2, 902, 2]], ["gratify", [2, 902, 3]]]}, {"answer": "grating", "hint": "synonyms for grating", "clues": [["grate", [2, 903, 0]], ["grind", [2, 903, 1]], ["eat into", [2, 903, 2]], ["fret", [2, 903, 3]], ["rankle", [2, 903, 4]], ["scrape", [2, 903, 5]]]}, {"answer": "grave", "hint": "synonyms for grave", "clues": [["engrave", [2, 904, 0]], ["inscribe", [2, 904, 1]], ["scratch", [2, 904, 2]], ["sculpture", [2, 904, 3]], ["sculpt", [2, 904, 4]]]}, {"answer": "graven", "hint": "synonyms for graven", "clues": [["inscribe", [2, 905, 0]], ["engrave", [2, 905, 1]], ["grave", [2, 905, 2]], ["scratch", [2, 905, 3]], ["sculpture", [2, 905, 4]], ["sculpt", [2, 905, 5]]]}, {"answer": "grazed", "hint": "synonyms for grazed", "clues": [["graze", [2, 906, 0]], ["crop", [2, 906, 1]], ["pasture", [2, 906, 2]], ["rake", [2, 906, 3]], ["browse", [2, 906, 4]], ["crease", [2, 906, 5]], ["range", [2, 906, 6]]]}, {"answer": "gripping", "hint": "synonyms for gripping", "clues": [["grip", [2, 907, 0]], ["transfix", [2, 907, 1]], ["grapple", [2, 907, 2]], ["fascinate", [2, 907, 3]], ["spellbind", [2, 907, 4]]]}, {"answer": "grizzled", "hint": "synonyms for grizzled", "clues": [["grizzle", [2, 908, 0]], ["brood", [2, 908, 1]], ["whine", [2, 908, 2]], ["stew", [2, 908, 3]], ["yammer", [2, 908, 4]], ["yawp", [2, 908, 5]]]}, {"answer": "groomed", "hint": "synonyms for groomed", "clues": [["neaten", [2, 909, 0]], ["prepare", [2, 909, 1]], ["dress", [2, 909, 2]], ["groom", [2, 909, 3]], ["train", [2, 909, 4]], ["curry", [2, 909, 5]]]}, {"answer": "groveling", "hint": "synonyms for groveling", "clues": [["fawn", [2, 910, 0]], ["cower", [2, 910, 1]], ["creep", [2, 910, 2]], ["cringe", [2, 910, 3]], ["grovel", [2, 910, 4]], ["crawl", [2, 910, 5]]]}, {"answer": "grovelling", "hint": "synonyms for grovelling", "clues": [["fawn", [2, 911, 0]], ["cower", [2, 911, 1]], ["creep", [2, 911, 2]], ["cringe", [2, 911, 3]], ["grovel", [2, 911, 4]], ["crawl", [2, 911, 5]]]}, {"answer": "growing", "hint": "synonyms for growing", "clues": [["grow", [2, 912, 0]], ["mature", [2, 912, 1]], ["acquire", [2, 912, 2]], ["originate", [2, 912, 3]], ["develop", [2, 912, 4]], ["uprise", [2, 912, 5]], ["produce", [2, 912, 6]], ["raise", [2, 912, 7]], ["farm", [2, 912, 8]], ["turn", [2, 912, 9]], ["get", [2, 912, 10]], ["arise", [2, 912, 11]], ["spring up", [2, 912, 12]]]}, {"answer": "grown", "hint": "synonyms for grown", "clues": [["grow", [2, 913, 0]], ["mature", [2, 913, 1]], ["acquire", [2, 913, 2]], ["originate", [2, 913, 3]], ["develop", [2, 913, 4]], ["uprise", [2, 913, 5]], ["produce", [2, 913, 6]], ["raise", [2, 913, 7]], ["farm", [2, 913, 8]], ["turn", [2, 913, 9]], ["get", [2, 913, 10]], ["arise", [2, 913, 11]], ["spring up", [2, 913, 12]]]}, {"answer": "grumbling", "hint": "synonyms for grumbling", "clues": [["croak", [2, 914, 0]], ["gnarl", [2, 914, 1]], ["rumble", [2, 914, 2]], ["grouch", [2, 914, 3]], ["scold", [2, 914, 4]], ["growl", [2, 914, 5]], ["mutter", [2, 914, 6]], ["murmur", [2, 914, 7]]]}, {"answer": "guarded", "hint": "synonyms for guarded", "clues": [["defend", [2, 915, 0]], ["guard", [2, 915, 1]], ["hold", [2, 915, 2]], ["ward", [2, 915, 3]]]}, {"answer": "guided", "hint": "synonyms for guided", "clues": [["direct", [2, 916, 0]], ["steer", [2, 916, 1]], ["take", [2, 916, 2]], ["lead", [2, 916, 3]], ["channelise", [2, 916, 4]], ["guide", [2, 916, 5]], ["manoeuver", [2, 916, 6]], ["conduct", [2, 916, 7]], ["head", [2, 916, 8]], ["run", [2, 916, 9]], ["guide on", [2, 916, 10]], ["pass", [2, 916, 11]], ["draw", [2, 916, 12]], ["point", [2, 916, 13]]]}, {"answer": "guiding", "hint": "synonyms for guiding", "clues": [["direct", [2, 917, 0]], ["steer", [2, 917, 1]], ["take", [2, 917, 2]], ["lead", [2, 917, 3]], ["channelise", [2, 917, 4]], ["guide", [2, 917, 5]], ["manoeuver", [2, 917, 6]], ["conduct", [2, 917, 7]], ["head", [2, 917, 8]], ["run", [2, 917, 9]], ["guide on", [2, 917, 10]], ["pass", [2, 917, 11]], ["draw", [2, 917, 12]], ["point", [2, 917, 13]]]}, {"answer": "gushing", "hint": "synonyms for gushing", "clues": [["spirt", [2, 918, 0]], ["gush", [2, 918, 1]], ["jet", [2, 918, 2]], ["spurt", [2, 918, 3]], ["rave", [2, 918, 4]], ["spout", [2, 918, 5]]]}, {"answer": "hale", "hint": "synonyms for hale", "clues": [["drag", [2, 919, 0]], ["cart", [2, 919, 1]], ["force", [2, 919, 2]], ["coerce", [2, 919, 3]], ["haul", [2, 919, 4]], ["pressure", [2, 919, 5]], ["squeeze", [2, 919, 6]]]}, {"answer": "hallowed", "hint": "synonyms for hallowed", "clues": [["consecrate", [2, 920, 0]], ["hallow", [2, 920, 1]], ["sanctify", [2, 920, 2]], ["bless", [2, 920, 3]]]}, {"answer": "halt", "hint": "synonyms for halt", "clues": [["kibosh", [2, 921, 0]], ["stem", [2, 921, 1]], ["staunch", [2, 921, 2]], ["stop", [2, 921, 3]], ["hold", [2, 921, 4]], ["arrest", [2, 921, 5]], ["block", [2, 921, 6]]]}, {"answer": "halting", "hint": "synonyms for halting", "clues": [["kibosh", [2, 922, 0]], ["stem", [2, 922, 1]], ["halt", [2, 922, 2]], ["staunch", [2, 922, 3]], ["stop", [2, 922, 4]], ["hold", [2, 922, 5]], ["arrest", [2, 922, 6]], ["block", [2, 922, 7]]]}, {"answer": "handed", "hint": "synonyms for handed", "clues": [["turn over", [2, 923, 0]], ["hand", [2, 923, 1]], ["pass", [2, 923, 2]], ["pass on", [2, 923, 3]], ["reach", [2, 923, 4]], ["give", [2, 923, 5]]]}, {"answer": "handicapped", "hint": "synonyms for handicapped", "clues": [["handicap", [2, 924, 0]], ["incapacitate", [2, 924, 1]], ["disable", [2, 924, 2]], ["invalid", [2, 924, 3]], ["hinder", [2, 924, 4]], ["hamper", [2, 924, 5]]]}, {"answer": "handled", "hint": "synonyms for handled", "clues": [["handle", [2, 925, 0]], ["care", [2, 925, 1]], ["cover", [2, 925, 2]], ["palm", [2, 925, 3]], ["do by", [2, 925, 4]], ["manage", [2, 925, 5]], ["address", [2, 925, 6]], ["deal", [2, 925, 7]], ["treat", [2, 925, 8]], ["plow", [2, 925, 9]], ["wield", [2, 925, 10]]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["handle", [2, 926, 0]], ["care", [2, 926, 1]], ["cover", [2, 926, 2]], ["palm", [2, 926, 3]], ["do by", [2, 926, 4]], ["manage", [2, 926, 5]], ["address", [2, 926, 6]], ["deal", [2, 926, 7]], ["treat", [2, 926, 8]], ["plow", [2, 926, 9]], ["wield", [2, 926, 10]]]}, {"answer": "harassed", "hint": "synonyms for harassed", "clues": [["hassle", [2, 927, 0]], ["plague", [2, 927, 1]], ["harry", [2, 927, 2]], ["chivvy", [2, 927, 3]], ["harass", [2, 927, 4]], ["chevvy", [2, 927, 5]], ["molest", [2, 927, 6]], ["beset", [2, 927, 7]], ["provoke", [2, 927, 8]]]}, {"answer": "hardened", "hint": "synonyms for hardened", "clues": [["harden", [2, 928, 0]], ["indurate", [2, 928, 1]], ["inure", [2, 928, 2]], ["season", [2, 928, 3]], ["temper", [2, 928, 4]]]}, {"answer": "harmonised", "hint": "synonyms for harmonised", "clues": [["accord", [2, 929, 0]], ["concord", [2, 929, 1]], ["harmonise", [2, 929, 2]], ["consort", [2, 929, 3]], ["chord", [2, 929, 4]], ["fit in", [2, 929, 5]], ["reconcile", [2, 929, 6]], ["agree", [2, 929, 7]]]}, {"answer": "harmonized", "hint": "synonyms for harmonized", "clues": [["accord", [2, 930, 0]], ["concord", [2, 930, 1]], ["harmonise", [2, 930, 2]], ["consort", [2, 930, 3]], ["chord", [2, 930, 4]], ["fit in", [2, 930, 5]], ["reconcile", [2, 930, 6]], ["agree", [2, 930, 7]]]}, {"answer": "harnessed", "hint": "synonyms for harnessed", "clues": [["tackle", [2, 931, 0]], ["harness", [2, 931, 1]], ["rein", [2, 931, 2]], ["rein in", [2, 931, 3]], ["rule", [2, 931, 4]], ["draw rein", [2, 931, 5]]]}, {"answer": "harried", "hint": "synonyms for harried", "clues": [["hassle", [2, 932, 0]], ["plague", [2, 932, 1]], ["harry", [2, 932, 2]], ["chivvy", [2, 932, 3]], ["chevvy", [2, 932, 4]], ["ravage", [2, 932, 5]], ["molest", [2, 932, 6]], ["beset", [2, 932, 7]], ["harass", [2, 932, 8]], ["provoke", [2, 932, 9]]]}, {"answer": "hatched", "hint": "synonyms for hatched", "clues": [["incubate", [2, 933, 0]], ["concoct", [2, 933, 1]], ["hatch", [2, 933, 2]], ["dream up", [2, 933, 3]], ["brood", [2, 933, 4]], ["think of", [2, 933, 5]], ["cover", [2, 933, 6]], ["think up", [2, 933, 7]]]}, {"answer": "haunted", "hint": "synonyms for haunted", "clues": [["haunt", [2, 934, 0]], ["obsess", [2, 934, 1]], ["stalk", [2, 934, 2]], ["frequent", [2, 934, 3]], ["ghost", [2, 934, 4]]]}, {"answer": "haunting", "hint": "synonyms for haunting", "clues": [["haunt", [2, 935, 0]], ["obsess", [2, 935, 1]], ["stalk", [2, 935, 2]], ["frequent", [2, 935, 3]], ["ghost", [2, 935, 4]]]}, {"answer": "headed", "hint": "synonyms for headed", "clues": [["head", [2, 936, 0]], ["direct", [2, 936, 1]], ["steer", [2, 936, 2]], ["lead", [2, 936, 3]], ["channelise", [2, 936, 4]], ["manoeuver", [2, 936, 5]], ["guide", [2, 936, 6]], ["head up", [2, 936, 7]], ["point", [2, 936, 8]]]}, {"answer": "healed", "hint": "synonyms for healed", "clues": [["mend", [2, 937, 0]], ["heal", [2, 937, 1]], ["cure", [2, 937, 2]], ["bring around", [2, 937, 3]]]}, {"answer": "healing", "hint": "synonyms for healing", "clues": [["mend", [2, 938, 0]], ["heal", [2, 938, 1]], ["cure", [2, 938, 2]], ["bring around", [2, 938, 3]]]}, {"answer": "heard", "hint": "synonyms for heard", "clues": [["find out", [2, 939, 0]], ["get word", [2, 939, 1]], ["get wind", [2, 939, 2]], ["listen", [2, 939, 3]], ["get a line", [2, 939, 4]], ["hear", [2, 939, 5]], ["pick up", [2, 939, 6]], ["try", [2, 939, 7]], ["see", [2, 939, 8]], ["take heed", [2, 939, 9]], ["discover", [2, 939, 10]], ["learn", [2, 939, 11]]]}, {"answer": "hearing", "hint": "synonyms for hearing", "clues": [["find out", [2, 940, 0]], ["get word", [2, 940, 1]], ["get wind", [2, 940, 2]], ["listen", [2, 940, 3]], ["get a line", [2, 940, 4]], ["hear", [2, 940, 5]], ["pick up", [2, 940, 6]], ["try", [2, 940, 7]], ["see", [2, 940, 8]], ["take heed", [2, 940, 9]], ["discover", [2, 940, 10]], ["learn", [2, 940, 11]]]}, {"answer": "heartening", "hint": "synonyms for heartening", "clues": [["embolden", [2, 941, 0]], ["hearten", [2, 941, 1]], ["cheer", [2, 941, 2]], ["recreate", [2, 941, 3]]]}, {"answer": "heated", "hint": "synonyms for heated", "clues": [["fire up", [2, 942, 0]], ["heat", [2, 942, 1]], ["ignite", [2, 942, 2]], ["inflame", [2, 942, 3]], ["stir up", [2, 942, 4]], ["heat up", [2, 942, 5]], ["wake", [2, 942, 6]], ["hot up", [2, 942, 7]]]}, {"answer": "hedged", "hint": "synonyms for hedged", "clues": [["parry", [2, 943, 0]], ["hedge", [2, 943, 1]], ["circumvent", [2, 943, 2]], ["duck", [2, 943, 3]], ["sidestep", [2, 943, 4]], ["skirt", [2, 943, 5]], ["put off", [2, 943, 6]], ["hedge in", [2, 943, 7]], ["evade", [2, 943, 8]], ["dodge", [2, 943, 9]], ["fudge", [2, 943, 10]], ["elude", [2, 943, 11]]]}, {"answer": "heightening", "hint": "synonyms for heightening", "clues": [["deepen", [2, 944, 0]], ["heighten", [2, 944, 1]], ["enhance", [2, 944, 2]], ["sharpen", [2, 944, 3]], ["intensify", [2, 944, 4]], ["raise", [2, 944, 5]], ["compound", [2, 944, 6]]]}, {"answer": "held", "hint": "synonyms for held", "clues": [["hold", [2, 945, 0]], ["support", [2, 945, 1]], ["halt", [2, 945, 2]], ["make", [2, 945, 3]], ["contain", [2, 945, 4]], ["take hold", [2, 945, 5]], ["admit", [2, 945, 6]], ["nurse", [2, 945, 7]], ["have got", [2, 945, 8]], ["guard", [2, 945, 9]], ["obligate", [2, 945, 10]], ["concur", [2, 945, 11]], ["defend", [2, 945, 12]], ["withstand", [2, 945, 13]], ["book", [2, 945, 14]], ["confine", [2, 945, 15]], ["have", [2, 945, 16]], ["restrain", [2, 945, 17]], ["prevail", [2, 945, 18]], ["declare", [2, 945, 19]], ["keep", [2, 945, 20]], ["hold back", [2, 945, 21]], ["arrest", [2, 945, 22]], ["defy", [2, 945, 23]], ["deem", [2, 945, 24]], ["obtain", [2, 945, 25]], ["take for", [2, 945, 26]], ["carry", [2, 945, 27]], ["harbor", [2, 945, 28]], ["bear", [2, 945, 29]], ["sustain", [2, 945, 30]], ["moderate", [2, 945, 31]], ["throw", [2, 945, 32]], ["entertain", [2, 945, 33]], ["hold up", [2, 945, 34]], ["maintain", [2, 945, 35]], ["check", [2, 945, 36]], ["adjudge", [2, 945, 37]], ["curb", [2, 945, 38]], ["control", [2, 945, 39]], ["concord", [2, 945, 40]], ["reserve", [2, 945, 41]], ["go for", [2, 945, 42]], ["view as", [2, 945, 43]], ["give", [2, 945, 44]], ["keep back", [2, 945, 45]], ["hold in", [2, 945, 46]], ["take", [2, 945, 47]], ["apply", [2, 945, 48]], ["accommodate", [2, 945, 49]], ["bind", [2, 945, 50]], ["agree", [2, 945, 51]]]}, {"answer": "heralded", "hint": "synonyms for heralded", "clues": [["harbinger", [2, 946, 0]], ["annunciate", [2, 946, 1]], ["herald", [2, 946, 2]], ["hail", [2, 946, 3]], ["foretell", [2, 946, 4]], ["announce", [2, 946, 5]], ["acclaim", [2, 946, 6]]]}, {"answer": "hesitating", "hint": "synonyms for hesitating", "clues": [["hesitate", [2, 947, 0]], ["waffle", [2, 947, 1]], ["pause", [2, 947, 2]], ["waver", [2, 947, 3]]]}, {"answer": "hex", "hint": "synonyms for hex", "clues": [["witch", [2, 948, 0]], ["bewitch", [2, 948, 1]], ["enchant", [2, 948, 2]], ["jinx", [2, 948, 3]], ["glamour", [2, 948, 4]]]}, {"answer": "hexed", "hint": "synonyms for hexed", "clues": [["witch", [2, 949, 0]], ["bewitch", [2, 949, 1]], ["enchant", [2, 949, 2]], ["hex", [2, 949, 3]], ["jinx", [2, 949, 4]], ["glamour", [2, 949, 5]]]}, {"answer": "hidden", "hint": "synonyms for hidden", "clues": [["hide", [2, 950, 0]], ["shroud", [2, 950, 1]], ["obliterate", [2, 950, 2]], ["obscure", [2, 950, 3]], ["cover", [2, 950, 4]], ["conceal", [2, 950, 5]], ["blot out", [2, 950, 6]], ["hide out", [2, 950, 7]], ["veil", [2, 950, 8]]]}, {"answer": "hinder", "hint": "synonyms for hinder", "clues": [["blockade", [2, 951, 0]], ["impede", [2, 951, 1]], ["hamper", [2, 951, 2]], ["embarrass", [2, 951, 3]], ["block", [2, 951, 4]], ["stymie", [2, 951, 5]], ["obstruct", [2, 951, 6]], ["handicap", [2, 951, 7]], ["stymy", [2, 951, 8]]]}, {"answer": "hindering", "hint": "synonyms for hindering", "clues": [["hinder", [2, 952, 0]], ["blockade", [2, 952, 1]], ["impede", [2, 952, 2]], ["hamper", [2, 952, 3]], ["embarrass", [2, 952, 4]], ["block", [2, 952, 5]], ["stymie", [2, 952, 6]], ["obstruct", [2, 952, 7]], ["handicap", [2, 952, 8]], ["stymy", [2, 952, 9]]]}, {"answer": "hired", "hint": "synonyms for hired", "clues": [["engage", [2, 953, 0]], ["lease", [2, 953, 1]], ["rent", [2, 953, 2]], ["hire", [2, 953, 3]], ["take", [2, 953, 4]], ["charter", [2, 953, 5]], ["employ", [2, 953, 6]]]}, {"answer": "hollow", "hint": "synonyms for hollow", "clues": [["hollow out", [2, 954, 0]], ["dig", [2, 954, 1]], ["excavate", [2, 954, 2]], ["core out", [2, 954, 3]]]}, {"answer": "honored", "hint": "synonyms for honored", "clues": [["honor", [2, 955, 0]], ["observe", [2, 955, 1]], ["reward", [2, 955, 2]], ["respect", [2, 955, 3]], ["abide by", [2, 955, 4]]]}, {"answer": "hoofed", "hint": "synonyms for hoofed", "clues": [["hoof it", [2, 956, 0]], ["foot", [2, 956, 1]], ["hoof", [2, 956, 2]], ["leg it", [2, 956, 3]]]}, {"answer": "hooked", "hint": "synonyms for hooked", "clues": [["hook", [2, 957, 0]], ["soak", [2, 957, 1]], ["crochet", [2, 957, 2]], ["overcharge", [2, 957, 3]], ["sneak", [2, 957, 4]], ["pilfer", [2, 957, 5]], ["pluck", [2, 957, 6]], ["purloin", [2, 957, 7]], ["abstract", [2, 957, 8]], ["lift", [2, 957, 9]], ["accost", [2, 957, 10]], ["nobble", [2, 957, 11]], ["snarf", [2, 957, 12]], ["plume", [2, 957, 13]], ["swipe", [2, 957, 14]], ["filch", [2, 957, 15]], ["glom", [2, 957, 16]], ["thieve", [2, 957, 17]], ["knock off", [2, 957, 18]], ["gazump", [2, 957, 19]], ["cabbage", [2, 957, 20]], ["rob", [2, 957, 21]], ["snitch", [2, 957, 22]], ["addict", [2, 957, 23]], ["pinch", [2, 957, 24]], ["fleece", [2, 957, 25]], ["snare", [2, 957, 26]], ["solicit", [2, 957, 27]], ["cop", [2, 957, 28]], ["surcharge", [2, 957, 29]]]}, {"answer": "horrified", "hint": "synonyms for horrified", "clues": [["appal", [2, 958, 0]], ["dismay", [2, 958, 1]], ["horrify", [2, 958, 2]], ["alarm", [2, 958, 3]]]}, {"answer": "horrifying", "hint": "synonyms for horrifying", "clues": [["appal", [2, 959, 0]], ["dismay", [2, 959, 1]], ["horrify", [2, 959, 2]], ["alarm", [2, 959, 3]]]}, {"answer": "howling", "hint": "synonyms for howling", "clues": [["howl", [2, 960, 0]], ["roar", [2, 960, 1]], ["yowl", [2, 960, 2]], ["yaup", [2, 960, 3]], ["wail", [2, 960, 4]], ["wrawl", [2, 960, 5]], ["yammer", [2, 960, 6]], ["ululate", [2, 960, 7]], ["yawl", [2, 960, 8]]]}, {"answer": "hulking", "hint": "synonyms for hulking", "clues": [["tower", [2, 961, 0]], ["hulk", [2, 961, 1]], ["predominate", [2, 961, 2]], ["loom", [2, 961, 3]]]}, {"answer": "humble", "hint": "synonyms for humble", "clues": [["abase", [2, 962, 0]], ["chagrin", [2, 962, 1]], ["mortify", [2, 962, 2]], ["humiliate", [2, 962, 3]]]}, {"answer": "humbled", "hint": "synonyms for humbled", "clues": [["humble", [2, 963, 0]], ["abase", [2, 963, 1]], ["chagrin", [2, 963, 2]], ["mortify", [2, 963, 3]], ["humiliate", [2, 963, 4]]]}, {"answer": "humbling", "hint": "synonyms for humbling", "clues": [["humble", [2, 964, 0]], ["abase", [2, 964, 1]], ["chagrin", [2, 964, 2]], ["mortify", [2, 964, 3]], ["humiliate", [2, 964, 4]]]}, {"answer": "humiliated", "hint": "synonyms for humiliated", "clues": [["humble", [2, 965, 0]], ["abase", [2, 965, 1]], ["chagrin", [2, 965, 2]], ["mortify", [2, 965, 3]], ["humiliate", [2, 965, 4]]]}, {"answer": "humiliating", "hint": "synonyms for humiliating", "clues": [["humble", [2, 966, 0]], ["abase", [2, 966, 1]], ["chagrin", [2, 966, 2]], ["mortify", [2, 966, 3]], ["humiliate", [2, 966, 4]]]}, {"answer": "humped", "hint": "synonyms for humped", "clues": [["hump", [2, 967, 0]], ["jazz", [2, 967, 1]], ["eff", [2, 967, 2]], ["do it", [2, 967, 3]], ["bed", [2, 967, 4]], ["lie with", [2, 967, 5]], ["sleep with", [2, 967, 6]], ["hunch", [2, 967, 7]], ["fuck", [2, 967, 8]], ["hunch forward", [2, 967, 9]], ["be intimate", [2, 967, 10]], ["make love", [2, 967, 11]], ["get it on", [2, 967, 12]], ["roll in the hay", [2, 967, 13]], ["know", [2, 967, 14]], ["bang", [2, 967, 15]], ["love", [2, 967, 16]], ["have sex", [2, 967, 17]], ["bonk", [2, 967, 18]], ["have it off", [2, 967, 19]], ["get laid", [2, 967, 20]], ["hunch over", [2, 967, 21]], ["have a go at it", [2, 967, 22]], ["have it away", [2, 967, 23]], ["make out", [2, 967, 24]], ["have intercourse", [2, 967, 25]], ["sleep together", [2, 967, 26]], ["screw", [2, 967, 27]]]}, {"answer": "hunched", "hint": "synonyms for hunched", "clues": [["hunch", [2, 968, 0]], ["hunch over", [2, 968, 1]], ["hunch forward", [2, 968, 2]], ["hump", [2, 968, 3]]]}, {"answer": "hunted", "hint": "synonyms for hunted", "clues": [["hunt", [2, 969, 0]], ["hound", [2, 969, 1]], ["hunt down", [2, 969, 2]], ["track down", [2, 969, 3]], ["run", [2, 969, 4]], ["trace", [2, 969, 5]]]}, {"answer": "hurried", "hint": "synonyms for hurried", "clues": [["zip", [2, 970, 0]], ["speed", [2, 970, 1]], ["hurry", [2, 970, 2]], ["rush", [2, 970, 3]], ["look sharp", [2, 970, 4]], ["travel rapidly", [2, 970, 5]], ["hasten", [2, 970, 6]], ["festinate", [2, 970, 7]]]}, {"answer": "hurrying", "hint": "synonyms for hurrying", "clues": [["zip", [2, 971, 0]], ["speed", [2, 971, 1]], ["hurry", [2, 971, 2]], ["rush", [2, 971, 3]], ["look sharp", [2, 971, 4]], ["travel rapidly", [2, 971, 5]], ["hasten", [2, 971, 6]], ["festinate", [2, 971, 7]]]}, {"answer": "hurt", "hint": "synonyms for hurt", "clues": [["wound", [2, 972, 0]], ["ache", [2, 972, 1]], ["spite", [2, 972, 2]], ["offend", [2, 972, 3]], ["smart", [2, 972, 4]], ["bruise", [2, 972, 5]], ["pain", [2, 972, 6]], ["suffer", [2, 972, 7]], ["injure", [2, 972, 8]], ["anguish", [2, 972, 9]]]}, {"answer": "hushed", "hint": "synonyms for hushed", "clues": [["pipe down", [2, 973, 0]], ["silence", [2, 973, 1]], ["hush up", [2, 973, 2]], ["hush", [2, 973, 3]], ["quiesce", [2, 973, 4]], ["quiet", [2, 973, 5]], ["quiet down", [2, 973, 6]], ["still", [2, 973, 7]], ["shut up", [2, 973, 8]], ["quieten", [2, 973, 9]]]}, {"answer": "identified", "hint": "synonyms for identified", "clues": [["name", [2, 974, 0]], ["identify", [2, 974, 1]], ["key", [2, 974, 2]], ["describe", [2, 974, 3]], ["distinguish", [2, 974, 4]], ["discover", [2, 974, 5]], ["key out", [2, 974, 6]], ["place", [2, 974, 7]]]}, {"answer": "idle", "hint": "synonyms for idle", "clues": [["slug", [2, 975, 0]], ["laze", [2, 975, 1]], ["stagnate", [2, 975, 2]], ["tick over", [2, 975, 3]]]}, {"answer": "idolised", "hint": "synonyms for idolised", "clues": [["idolize", [2, 976, 0]], ["hero-worship", [2, 976, 1]], ["worship", [2, 976, 2]], ["revere", [2, 976, 3]]]}, {"answer": "idolized", "hint": "synonyms for idolized", "clues": [["idolize", [2, 977, 0]], ["hero-worship", [2, 977, 1]], ["worship", [2, 977, 2]], ["revere", [2, 977, 3]]]}, {"answer": "ignited", "hint": "synonyms for ignited", "clues": [["light", [2, 978, 0]], ["conflagrate", [2, 978, 1]], ["erupt", [2, 978, 2]], ["ignite", [2, 978, 3]], ["combust", [2, 978, 4]], ["inflame", [2, 978, 5]], ["catch fire", [2, 978, 6]], ["wake", [2, 978, 7]], ["heat", [2, 978, 8]], ["take fire", [2, 978, 9]], ["fire up", [2, 978, 10]], ["stir up", [2, 978, 11]]]}, {"answer": "ignored", "hint": "synonyms for ignored", "clues": [["neglect", [2, 979, 0]], ["snub", [2, 979, 1]], ["disregard", [2, 979, 2]], ["cut", [2, 979, 3]], ["ignore", [2, 979, 4]], ["push aside", [2, 979, 5]], ["discount", [2, 979, 6]], ["dismiss", [2, 979, 7]], ["brush off", [2, 979, 8]]]}, {"answer": "ill-treated", "hint": "synonyms for ill-treated", "clues": [["ill-treat", [2, 980, 0]], ["ill-use", [2, 980, 1]], ["step", [2, 980, 2]], ["abuse", [2, 980, 3]], ["mistreat", [2, 980, 4]], ["maltreat", [2, 980, 5]]]}, {"answer": "ill-used", "hint": "synonyms for ill-used", "clues": [["ill-treat", [2, 981, 0]], ["ill-use", [2, 981, 1]], ["step", [2, 981, 2]], ["abuse", [2, 981, 3]], ["mistreat", [2, 981, 4]], ["maltreat", [2, 981, 5]]]}, {"answer": "illuminated", "hint": "synonyms for illuminated", "clues": [["illuminate", [2, 982, 0]], ["clear", [2, 982, 1]], ["light", [2, 982, 2]], ["sort out", [2, 982, 3]], ["light up", [2, 982, 4]], ["enlighten", [2, 982, 5]], ["elucidate", [2, 982, 6]], ["crystalise", [2, 982, 7]], ["illume", [2, 982, 8]], ["shed light on", [2, 982, 9]], ["straighten out", [2, 982, 10]], ["clear up", [2, 982, 11]]]}, {"answer": "illuminating", "hint": "synonyms for illuminating", "clues": [["illuminate", [2, 983, 0]], ["clear", [2, 983, 1]], ["light", [2, 983, 2]], ["sort out", [2, 983, 3]], ["light up", [2, 983, 4]], ["enlighten", [2, 983, 5]], ["elucidate", [2, 983, 6]], ["crystalise", [2, 983, 7]], ["illume", [2, 983, 8]], ["shed light on", [2, 983, 9]], ["straighten out", [2, 983, 10]], ["clear up", [2, 983, 11]]]}, {"answer": "impacted", "hint": "synonyms for impacted", "clues": [["bear upon", [2, 984, 0]], ["touch on", [2, 984, 1]], ["impact", [2, 984, 2]], ["touch", [2, 984, 3]], ["affect", [2, 984, 4]]]}, {"answer": "impaired", "hint": "synonyms for impaired", "clues": [["impair", [2, 985, 0]], ["spoil", [2, 985, 1]], ["deflower", [2, 985, 2]], ["vitiate", [2, 985, 3]], ["mar", [2, 985, 4]]]}, {"answer": "impeded", "hint": "synonyms for impeded", "clues": [["obturate", [2, 986, 0]], ["close up", [2, 986, 1]], ["impede", [2, 986, 2]], ["block", [2, 986, 3]], ["obstruct", [2, 986, 4]], ["jam", [2, 986, 5]], ["occlude", [2, 986, 6]], ["hinder", [2, 986, 7]]]}, {"answer": "impeding", "hint": "synonyms for impeding", "clues": [["obturate", [2, 987, 0]], ["close up", [2, 987, 1]], ["impede", [2, 987, 2]], ["block", [2, 987, 3]], ["obstruct", [2, 987, 4]], ["jam", [2, 987, 5]], ["occlude", [2, 987, 6]], ["hinder", [2, 987, 7]]]}, {"answer": "implanted", "hint": "synonyms for implanted", "clues": [["plant", [2, 988, 0]], ["implant", [2, 988, 1]], ["imbed", [2, 988, 2]], ["embed", [2, 988, 3]], ["engraft", [2, 988, 4]]]}, {"answer": "implemented", "hint": "synonyms for implemented", "clues": [["enforce", [2, 989, 0]], ["carry out", [2, 989, 1]], ["go through", [2, 989, 2]], ["follow up", [2, 989, 3]], ["implement", [2, 989, 4]], ["follow through", [2, 989, 5]], ["follow out", [2, 989, 6]], ["put through", [2, 989, 7]], ["apply", [2, 989, 8]]]}, {"answer": "imposed", "hint": "synonyms for imposed", "clues": [["impose", [2, 990, 0]], ["inflict", [2, 990, 1]], ["enforce", [2, 990, 2]], ["levy", [2, 990, 3]], ["bring down", [2, 990, 4]], ["visit", [2, 990, 5]]]}, {"answer": "imposing", "hint": "synonyms for imposing", "clues": [["impose", [2, 991, 0]], ["inflict", [2, 991, 1]], ["enforce", [2, 991, 2]], ["levy", [2, 991, 3]], ["bring down", [2, 991, 4]], ["visit", [2, 991, 5]]]}, {"answer": "impressed", "hint": "synonyms for impressed", "clues": [["move", [2, 992, 0]], ["ingrain", [2, 992, 1]], ["impress", [2, 992, 2]], ["print", [2, 992, 3]], ["yarn-dye", [2, 992, 4]], ["affect", [2, 992, 5]], ["imprint", [2, 992, 6]], ["shanghai", [2, 992, 7]], ["instill", [2, 992, 8]], ["strike", [2, 992, 9]]]}, {"answer": "imprisoned", "hint": "synonyms for imprisoned", "clues": [["imprison", [2, 993, 0]], ["gaol", [2, 993, 1]], ["put away", [2, 993, 2]], ["remand", [2, 993, 3]], ["immure", [2, 993, 4]], ["jug", [2, 993, 5]], ["lag", [2, 993, 6]], ["incarcerate", [2, 993, 7]], ["jail", [2, 993, 8]], ["put behind bars", [2, 993, 9]]]}, {"answer": "improved", "hint": "synonyms for improved", "clues": [["meliorate", [2, 994, 0]], ["better", [2, 994, 1]], ["amend", [2, 994, 2]], ["improve", [2, 994, 3]]]}, {"answer": "improving", "hint": "synonyms for improving", "clues": [["meliorate", [2, 995, 0]], ["better", [2, 995, 1]], ["amend", [2, 995, 2]], ["improve", [2, 995, 3]]]}, {"answer": "incapacitated", "hint": "synonyms for incapacitated", "clues": [["disable", [2, 996, 0]], ["incapacitate", [2, 996, 1]], ["handicap", [2, 996, 2]], ["invalid", [2, 996, 3]]]}, {"answer": "incapacitating", "hint": "synonyms for incapacitating", "clues": [["disable", [2, 997, 0]], ["incapacitate", [2, 997, 1]], ["handicap", [2, 997, 2]], ["invalid", [2, 997, 3]]]}, {"answer": "incensed", "hint": "synonyms for incensed", "clues": [["infuriate", [2, 998, 0]], ["cense", [2, 998, 1]], ["exasperate", [2, 998, 2]], ["incense", [2, 998, 3]], ["thurify", [2, 998, 4]]]}, {"answer": "inclined", "hint": "synonyms for inclined", "clues": [["be given", [2, 999, 0]], ["dispose", [2, 999, 1]], ["incline", [2, 999, 2]], ["pitch", [2, 999, 3]], ["slope", [2, 999, 4]], ["lean", [2, 999, 5]], ["tend", [2, 999, 6]], ["run", [2, 999, 7]]]}, {"answer": "incorporated", "hint": "synonyms for incorporated", "clues": [["incorporate", [2, 1000, 0]], ["contain", [2, 1000, 1]], ["comprise", [2, 1000, 2]], ["integrate", [2, 1000, 3]]]}, {"answer": "incriminating", "hint": "synonyms for incriminating", "clues": [["inculpate", [2, 1001, 0]], ["impeach", [2, 1001, 1]], ["incriminate", [2, 1001, 2]], ["imply", [2, 1001, 3]], ["accuse", [2, 1001, 4]]]}, {"answer": "indisposed", "hint": "synonyms for indisposed", "clues": [["indispose", [2, 1002, 0]], ["disqualify", [2, 1002, 1]], ["unfit", [2, 1002, 2]], ["disincline", [2, 1002, 3]]]}, {"answer": "induced", "hint": "synonyms for induced", "clues": [["stimulate", [2, 1003, 0]], ["make", [2, 1003, 1]], ["cause", [2, 1003, 2]], ["induce", [2, 1003, 3]], ["rush", [2, 1003, 4]], ["get", [2, 1003, 5]], ["hasten", [2, 1003, 6]], ["have", [2, 1003, 7]], ["induct", [2, 1003, 8]], ["bring on", [2, 1003, 9]]]}, {"answer": "inebriated", "hint": "synonyms for inebriated", "clues": [["intoxicate", [2, 1004, 0]], ["thrill", [2, 1004, 1]], ["inebriate", [2, 1004, 2]], ["hit it up", [2, 1004, 3]], ["soak", [2, 1004, 4]], ["exalt", [2, 1004, 5]], ["beatify", [2, 1004, 6]], ["souse", [2, 1004, 7]], ["tickle pink", [2, 1004, 8]], ["exhilarate", [2, 1004, 9]]]}, {"answer": "inflamed", "hint": "synonyms for inflamed", "clues": [["enkindle", [2, 1005, 0]], ["conflagrate", [2, 1005, 1]], ["ignite", [2, 1005, 2]], ["inflame", [2, 1005, 3]], ["stir up", [2, 1005, 4]], ["wake", [2, 1005, 5]], ["heat", [2, 1005, 6]], ["fire up", [2, 1005, 7]]]}, {"answer": "inflated", "hint": "synonyms for inflated", "clues": [["expand", [2, 1006, 0]], ["inflate", [2, 1006, 1]], ["blow up", [2, 1006, 2]], ["billow", [2, 1006, 3]], ["amplify", [2, 1006, 4]], ["balloon", [2, 1006, 5]]]}, {"answer": "ingrained", "hint": "synonyms for ingrained", "clues": [["impress", [2, 1007, 0]], ["ingrain", [2, 1007, 1]], ["instill", [2, 1007, 2]], ["grain", [2, 1007, 3]]]}, {"answer": "inhabited", "hint": "synonyms for inhabited", "clues": [["dwell", [2, 1008, 0]], ["live", [2, 1008, 1]], ["populate", [2, 1008, 2]], ["inhabit", [2, 1008, 3]]]}, {"answer": "inhibited", "hint": "synonyms for inhibited", "clues": [["inhibit", [2, 1009, 0]], ["subdue", [2, 1009, 1]], ["bottle up", [2, 1009, 2]], ["suppress", [2, 1009, 3]], ["curb", [2, 1009, 4]], ["stamp down", [2, 1009, 5]], ["conquer", [2, 1009, 6]]]}, {"answer": "inhumed", "hint": "synonyms for inhumed", "clues": [["lay to rest", [2, 1010, 0]], ["inhume", [2, 1010, 1]], ["bury", [2, 1010, 2]], ["entomb", [2, 1010, 3]], ["inter", [2, 1010, 4]]]}, {"answer": "injured", "hint": "synonyms for injured", "clues": [["wound", [2, 1011, 0]], ["spite", [2, 1011, 1]], ["offend", [2, 1011, 2]], ["bruise", [2, 1011, 3]], ["injure", [2, 1011, 4]], ["hurt", [2, 1011, 5]]]}, {"answer": "inquiring", "hint": "synonyms for inquiring", "clues": [["inquire", [2, 1012, 0]], ["ask", [2, 1012, 1]], ["investigate", [2, 1012, 2]], ["wonder", [2, 1012, 3]]]}, {"answer": "inscribed", "hint": "synonyms for inscribed", "clues": [["encipher", [2, 1013, 0]], ["recruit", [2, 1013, 1]], ["write in code", [2, 1013, 2]], ["grave", [2, 1013, 3]], ["encrypt", [2, 1013, 4]], ["autograph", [2, 1013, 5]], ["engrave", [2, 1013, 6]], ["cypher", [2, 1013, 7]], ["scratch", [2, 1013, 8]], ["inscribe", [2, 1013, 9]], ["enrol", [2, 1013, 10]], ["enter", [2, 1013, 11]], ["code", [2, 1013, 12]]]}, {"answer": "inspired", "hint": "synonyms for inspired", "clues": [["barrack", [2, 1014, 0]], ["pep up", [2, 1014, 1]], ["revolutionize", [2, 1014, 2]], ["inspire", [2, 1014, 3]], ["instigate", [2, 1014, 4]], ["enliven", [2, 1014, 5]], ["urge", [2, 1014, 6]], ["animate", [2, 1014, 7]], ["cheer", [2, 1014, 8]], ["urge on", [2, 1014, 9]], ["inhale", [2, 1014, 10]], ["breathe in", [2, 1014, 11]], ["invigorate", [2, 1014, 12]], ["prompt", [2, 1014, 13]], ["root on", [2, 1014, 14]], ["exhort", [2, 1014, 15]], ["exalt", [2, 1014, 16]]]}, {"answer": "inspiring", "hint": "synonyms for inspiring", "clues": [["barrack", [2, 1015, 0]], ["pep up", [2, 1015, 1]], ["revolutionize", [2, 1015, 2]], ["inspire", [2, 1015, 3]], ["instigate", [2, 1015, 4]], ["enliven", [2, 1015, 5]], ["urge", [2, 1015, 6]], ["animate", [2, 1015, 7]], ["cheer", [2, 1015, 8]], ["urge on", [2, 1015, 9]], ["inhale", [2, 1015, 10]], ["breathe in", [2, 1015, 11]], ["invigorate", [2, 1015, 12]], ["prompt", [2, 1015, 13]], ["root on", [2, 1015, 14]], ["exhort", [2, 1015, 15]], ["exalt", [2, 1015, 16]]]}, {"answer": "institutionalised", "hint": "synonyms for institutionalised", "clues": [["commit", [2, 1016, 0]], ["institutionalise", [2, 1016, 1]], ["charge", [2, 1016, 2]], ["send", [2, 1016, 3]]]}, {"answer": "institutionalized", "hint": "synonyms for institutionalized", "clues": [["commit", [2, 1017, 0]], ["institutionalise", [2, 1017, 1]], ["charge", [2, 1017, 2]], ["send", [2, 1017, 3]]]}, {"answer": "insured", "hint": "synonyms for insured", "clues": [["assure", [2, 1018, 0]], ["ascertain", [2, 1018, 1]], ["ensure", [2, 1018, 2]], ["insure", [2, 1018, 3]], ["guarantee", [2, 1018, 4]], ["cover", [2, 1018, 5]], ["check", [2, 1018, 6]], ["secure", [2, 1018, 7]], ["see to it", [2, 1018, 8]], ["see", [2, 1018, 9]], ["underwrite", [2, 1018, 10]], ["control", [2, 1018, 11]]]}, {"answer": "integrated", "hint": "synonyms for integrated", "clues": [["integrate", [2, 1019, 0]], ["desegregate", [2, 1019, 1]], ["mix", [2, 1019, 2]], ["incorporate", [2, 1019, 3]]]}, {"answer": "intended", "hint": "synonyms for intended", "clues": [["stand for", [2, 1020, 0]], ["intend", [2, 1020, 1]], ["destine", [2, 1020, 2]], ["mean", [2, 1020, 3]], ["signify", [2, 1020, 4]], ["designate", [2, 1020, 5]], ["specify", [2, 1020, 6]], ["think", [2, 1020, 7]]]}, {"answer": "intensified", "hint": "synonyms for intensified", "clues": [["deepen", [2, 1021, 0]], ["intensify", [2, 1021, 1]], ["compound", [2, 1021, 2]], ["escalate", [2, 1021, 3]], ["heighten", [2, 1021, 4]], ["step up", [2, 1021, 5]]]}, {"answer": "intensifying", "hint": "synonyms for intensifying", "clues": [["deepen", [2, 1022, 0]], ["intensify", [2, 1022, 1]], ["compound", [2, 1022, 2]], ["escalate", [2, 1022, 3]], ["heighten", [2, 1022, 4]], ["step up", [2, 1022, 5]]]}, {"answer": "interbred", "hint": "synonyms for interbred", "clues": [["cross", [2, 1023, 0]], ["crossbreed", [2, 1023, 1]], ["hybridise", [2, 1023, 2]], ["interbreed", [2, 1023, 3]]]}, {"answer": "interested", "hint": "synonyms for interested", "clues": [["matter to", [2, 1024, 0]], ["interest", [2, 1024, 1]], ["concern", [2, 1024, 2]], ["occupy", [2, 1024, 3]], ["worry", [2, 1024, 4]]]}, {"answer": "interesting", "hint": "synonyms for interesting", "clues": [["matter to", [2, 1025, 0]], ["interest", [2, 1025, 1]], ["concern", [2, 1025, 2]], ["occupy", [2, 1025, 3]], ["worry", [2, 1025, 4]]]}, {"answer": "interfering", "hint": "synonyms for interfering", "clues": [["interfere", [2, 1026, 0]], ["step in", [2, 1026, 1]], ["interpose", [2, 1026, 2]], ["intervene", [2, 1026, 3]]]}, {"answer": "interlaced", "hint": "synonyms for interlaced", "clues": [["enlace", [2, 1027, 0]], ["entwine", [2, 1027, 1]], ["lace", [2, 1027, 2]], ["lock", [2, 1027, 3]], ["interlock", [2, 1027, 4]], ["twine", [2, 1027, 5]], ["interlace", [2, 1027, 6]], ["intertwine", [2, 1027, 7]]]}, {"answer": "interlacing", "hint": "synonyms for interlacing", "clues": [["enlace", [2, 1028, 0]], ["entwine", [2, 1028, 1]], ["lace", [2, 1028, 2]], ["lock", [2, 1028, 3]], ["interlock", [2, 1028, 4]], ["twine", [2, 1028, 5]], ["interlace", [2, 1028, 6]], ["intertwine", [2, 1028, 7]]]}, {"answer": "interlocking", "hint": "synonyms for interlocking", "clues": [["lock", [2, 1029, 0]], ["interlock", [2, 1029, 1]], ["interlace", [2, 1029, 2]], ["mesh", [2, 1029, 3]]]}, {"answer": "intermediate", "hint": "synonyms for intermediate", "clues": [["liaise", [2, 1030, 0]], ["arbitrate", [2, 1030, 1]], ["mediate", [2, 1030, 2]], ["intercede", [2, 1030, 3]]]}, {"answer": "interpreted", "hint": "synonyms for interpreted", "clues": [["render", [2, 1031, 0]], ["represent", [2, 1031, 1]], ["interpret", [2, 1031, 2]], ["construe", [2, 1031, 3]], ["understand", [2, 1031, 4]], ["translate", [2, 1031, 5]], ["see", [2, 1031, 6]], ["rede", [2, 1031, 7]], ["read", [2, 1031, 8]]]}, {"answer": "interred", "hint": "synonyms for interred", "clues": [["lay to rest", [2, 1032, 0]], ["inhume", [2, 1032, 1]], ["bury", [2, 1032, 2]], ["entomb", [2, 1032, 3]], ["inter", [2, 1032, 4]]]}, {"answer": "interrupted", "hint": "synonyms for interrupted", "clues": [["interrupt", [2, 1033, 0]], ["disrupt", [2, 1033, 1]], ["break up", [2, 1033, 2]], ["disturb", [2, 1033, 3]], ["break", [2, 1033, 4]], ["cut off", [2, 1033, 5]]]}, {"answer": "intervening", "hint": "synonyms for intervening", "clues": [["intervene", [2, 1034, 0]], ["step in", [2, 1034, 1]], ["interpose", [2, 1034, 2]], ["interfere", [2, 1034, 3]]]}, {"answer": "intoned", "hint": "synonyms for intoned", "clues": [["chant", [2, 1035, 0]], ["intone", [2, 1035, 1]], ["tone", [2, 1035, 2]], ["cantillate", [2, 1035, 3]]]}, {"answer": "intoxicated", "hint": "synonyms for intoxicated", "clues": [["intoxicate", [2, 1036, 0]], ["lift up", [2, 1036, 1]], ["pick up", [2, 1036, 2]], ["inebriate", [2, 1036, 3]], ["uplift", [2, 1036, 4]], ["soak", [2, 1036, 5]], ["elate", [2, 1036, 6]]]}, {"answer": "intoxicating", "hint": "synonyms for intoxicating", "clues": [["intoxicate", [2, 1037, 0]], ["lift up", [2, 1037, 1]], ["pick up", [2, 1037, 2]], ["inebriate", [2, 1037, 3]], ["uplift", [2, 1037, 4]], ["soak", [2, 1037, 5]], ["elate", [2, 1037, 6]]]}, {"answer": "intriguing", "hint": "synonyms for intriguing", "clues": [["intrigue", [2, 1038, 0]], ["scheme", [2, 1038, 1]], ["connive", [2, 1038, 2]], ["fascinate", [2, 1038, 3]]]}, {"answer": "intruding", "hint": "synonyms for intruding", "clues": [["trespass", [2, 1039, 0]], ["horn in", [2, 1039, 1]], ["irrupt", [2, 1039, 2]], ["intrude", [2, 1039, 3]], ["nose", [2, 1039, 4]], ["poke", [2, 1039, 5]], ["pry", [2, 1039, 6]], ["obtrude", [2, 1039, 7]]]}, {"answer": "inundated", "hint": "synonyms for inundated", "clues": [["swamp", [2, 1040, 0]], ["inundate", [2, 1040, 1]], ["deluge", [2, 1040, 2]], ["submerge", [2, 1040, 3]], ["flood", [2, 1040, 4]]]}, {"answer": "invading", "hint": "synonyms for invading", "clues": [["intrude on", [2, 1041, 0]], ["invade", [2, 1041, 1]], ["occupy", [2, 1041, 2]], ["obtrude upon", [2, 1041, 3]], ["encroach upon", [2, 1041, 4]], ["infest", [2, 1041, 5]], ["overrun", [2, 1041, 6]]]}, {"answer": "invalidated", "hint": "synonyms for invalidated", "clues": [["invalidate", [2, 1042, 0]], ["nullify", [2, 1042, 1]], ["annul", [2, 1042, 2]], ["avoid", [2, 1042, 3]], ["vitiate", [2, 1042, 4]], ["quash", [2, 1042, 5]], ["cancel", [2, 1042, 6]]]}, {"answer": "invalidating", "hint": "synonyms for invalidating", "clues": [["invalidate", [2, 1043, 0]], ["nullify", [2, 1043, 1]], ["annul", [2, 1043, 2]], ["avoid", [2, 1043, 3]], ["vitiate", [2, 1043, 4]], ["quash", [2, 1043, 5]], ["cancel", [2, 1043, 6]]]}, {"answer": "invigorated", "hint": "synonyms for invigorated", "clues": [["quicken", [2, 1044, 0]], ["inspire", [2, 1044, 1]], ["invigorate", [2, 1044, 2]], ["liven up", [2, 1044, 3]], ["enliven", [2, 1044, 4]], ["liven", [2, 1044, 5]], ["animate", [2, 1044, 6]], ["exalt", [2, 1044, 7]]]}, {"answer": "invigorating", "hint": "synonyms for invigorating", "clues": [["quicken", [2, 1045, 0]], ["inspire", [2, 1045, 1]], ["invigorate", [2, 1045, 2]], ["liven up", [2, 1045, 3]], ["enliven", [2, 1045, 4]], ["liven", [2, 1045, 5]], ["animate", [2, 1045, 6]], ["exalt", [2, 1045, 7]]]}, {"answer": "inviting", "hint": "synonyms for inviting", "clues": [["ask over", [2, 1046, 0]], ["ask for", [2, 1046, 1]], ["invite", [2, 1046, 2]], ["take in", [2, 1046, 3]], ["ask round", [2, 1046, 4]], ["ask in", [2, 1046, 5]], ["tempt", [2, 1046, 6]], ["call for", [2, 1046, 7]], ["receive", [2, 1046, 8]], ["pay for", [2, 1046, 9]], ["bid", [2, 1046, 10]]]}, {"answer": "involved", "hint": "synonyms for involved", "clues": [["ask", [2, 1047, 0]], ["involve", [2, 1047, 1]], ["need", [2, 1047, 2]], ["demand", [2, 1047, 3]], ["imply", [2, 1047, 4]], ["necessitate", [2, 1047, 5]], ["require", [2, 1047, 6]], ["call for", [2, 1047, 7]], ["affect", [2, 1047, 8]], ["regard", [2, 1047, 9]], ["take", [2, 1047, 10]], ["postulate", [2, 1047, 11]]]}, {"answer": "irritated", "hint": "synonyms for irritated", "clues": [["annoy", [2, 1048, 0]], ["vex", [2, 1048, 1]], ["nettle", [2, 1048, 2]], ["chafe", [2, 1048, 3]], ["irritate", [2, 1048, 4]], ["devil", [2, 1048, 5]], ["rag", [2, 1048, 6]], ["bother", [2, 1048, 7]], ["nark", [2, 1048, 8]], ["rile", [2, 1048, 9]], ["get at", [2, 1048, 10]], ["gravel", [2, 1048, 11]], ["get to", [2, 1048, 12]]]}, {"answer": "irritating", "hint": "synonyms for irritating", "clues": [["annoy", [2, 1049, 0]], ["vex", [2, 1049, 1]], ["nettle", [2, 1049, 2]], ["chafe", [2, 1049, 3]], ["irritate", [2, 1049, 4]], ["devil", [2, 1049, 5]], ["rag", [2, 1049, 6]], ["bother", [2, 1049, 7]], ["nark", [2, 1049, 8]], ["rile", [2, 1049, 9]], ["get at", [2, 1049, 10]], ["gravel", [2, 1049, 11]], ["get to", [2, 1049, 12]]]}, {"answer": "isolated", "hint": "synonyms for isolated", "clues": [["sequester", [2, 1050, 0]], ["set apart", [2, 1050, 1]], ["insulate", [2, 1050, 2]], ["isolate", [2, 1050, 3]], ["sequestrate", [2, 1050, 4]], ["keep apart", [2, 1050, 5]]]}, {"answer": "isolating", "hint": "synonyms for isolating", "clues": [["sequester", [2, 1051, 0]], ["set apart", [2, 1051, 1]], ["insulate", [2, 1051, 2]], ["isolate", [2, 1051, 3]], ["sequestrate", [2, 1051, 4]], ["keep apart", [2, 1051, 5]]]}, {"answer": "jade", "hint": "synonyms for jade", "clues": [["weary", [2, 1052, 0]], ["tire", [2, 1052, 1]], ["wear upon", [2, 1052, 2]], ["fatigue", [2, 1052, 3]], ["fag", [2, 1052, 4]], ["wear out", [2, 1052, 5]], ["outwear", [2, 1052, 6]], ["tire out", [2, 1052, 7]], ["fag out", [2, 1052, 8]], ["pall", [2, 1052, 9]], ["wear down", [2, 1052, 10]]]}, {"answer": "jaded", "hint": "synonyms for jaded", "clues": [["weary", [2, 1053, 0]], ["tire", [2, 1053, 1]], ["wear upon", [2, 1053, 2]], ["wear out", [2, 1053, 3]], ["outwear", [2, 1053, 4]], ["fag out", [2, 1053, 5]], ["wear down", [2, 1053, 6]], ["jade", [2, 1053, 7]], ["fatigue", [2, 1053, 8]], ["fag", [2, 1053, 9]], ["tire out", [2, 1053, 10]], ["pall", [2, 1053, 11]]]}, {"answer": "jailed", "hint": "synonyms for jailed", "clues": [["gaol", [2, 1054, 0]], ["put away", [2, 1054, 1]], ["remand", [2, 1054, 2]], ["immure", [2, 1054, 3]], ["imprison", [2, 1054, 4]], ["jug", [2, 1054, 5]], ["lag", [2, 1054, 6]], ["incarcerate", [2, 1054, 7]], ["jail", [2, 1054, 8]], ["put behind bars", [2, 1054, 9]]]}, {"answer": "jammed", "hint": "synonyms for jammed", "clues": [["obturate", [2, 1055, 0]], ["jam", [2, 1055, 1]], ["close up", [2, 1055, 2]], ["impede", [2, 1055, 3]], ["ram", [2, 1055, 4]], ["pile", [2, 1055, 5]], ["obstruct", [2, 1055, 6]], ["wad", [2, 1055, 7]], ["mob", [2, 1055, 8]], ["crush", [2, 1055, 9]], ["block", [2, 1055, 10]], ["jampack", [2, 1055, 11]], ["pack", [2, 1055, 12]], ["throng", [2, 1055, 13]], ["chock up", [2, 1055, 14]], ["occlude", [2, 1055, 15]]]}, {"answer": "jarring", "hint": "synonyms for jarring", "clues": [["jolt", [2, 1056, 0]], ["bump around", [2, 1056, 1]], ["clash", [2, 1056, 2]], ["shake up", [2, 1056, 3]], ["jar", [2, 1056, 4]], ["collide", [2, 1056, 5]]]}, {"answer": "jawed", "hint": "synonyms for jawed", "clues": [["dress down", [2, 1057, 0]], ["chatter", [2, 1057, 1]], ["masticate", [2, 1057, 2]], ["chew the fat", [2, 1057, 3]], ["jaw", [2, 1057, 4]], ["natter", [2, 1057, 5]], ["chew up", [2, 1057, 6]], ["reprimand", [2, 1057, 7]], ["confab", [2, 1057, 8]], ["yap away", [2, 1057, 9]], ["lambast", [2, 1057, 10]], ["manducate", [2, 1057, 11]], ["rebuke", [2, 1057, 12]], ["rattle on", [2, 1057, 13]], ["yack", [2, 1057, 14]], ["trounce", [2, 1057, 15]], ["call down", [2, 1057, 16]], ["chaffer", [2, 1057, 17]], ["lecture", [2, 1057, 18]], ["visit", [2, 1057, 19]], ["rag", [2, 1057, 20]], ["confabulate", [2, 1057, 21]], ["scold", [2, 1057, 22]], ["gossip", [2, 1057, 23]], ["chit-chat", [2, 1057, 24]], ["bawl out", [2, 1057, 25]], ["berate", [2, 1057, 26]], ["have words", [2, 1057, 27]], ["chew out", [2, 1057, 28]], ["remonstrate", [2, 1057, 29]], ["claver", [2, 1057, 30]], ["yack away", [2, 1057, 31]], ["call on the carpet", [2, 1057, 32]], ["shoot the breeze", [2, 1057, 33]], ["chide", [2, 1057, 34]], ["reproof", [2, 1057, 35]], ["take to task", [2, 1057, 36]], ["chew", [2, 1057, 37]], ["chat", [2, 1057, 38]]]}, {"answer": "jeering", "hint": "synonyms for jeering", "clues": [["barrack", [2, 1058, 0]], ["jeer", [2, 1058, 1]], ["flout", [2, 1058, 2]], ["scoff", [2, 1058, 3]], ["gibe", [2, 1058, 4]]]}, {"answer": "jerking", "hint": "synonyms for jerking", "clues": [["flick", [2, 1059, 0]], ["jerk", [2, 1059, 1]], ["yank", [2, 1059, 2]], ["hitch", [2, 1059, 3]], ["twitch", [2, 1059, 4]], ["buck", [2, 1059, 5]]]}, {"answer": "jinxed", "hint": "synonyms for jinxed", "clues": [["jinx", [2, 1060, 0]], ["witch", [2, 1060, 1]], ["bewitch", [2, 1060, 2]], ["enchant", [2, 1060, 3]], ["hex", [2, 1060, 4]], ["glamour", [2, 1060, 5]]]}, {"answer": "joined", "hint": "synonyms for joined", "clues": [["connect", [2, 1061, 0]], ["conjoin", [2, 1061, 1]], ["join", [2, 1061, 2]], ["fall in", [2, 1061, 3]], ["link up", [2, 1061, 4]], ["unite", [2, 1061, 5]], ["bring together", [2, 1061, 6]], ["link", [2, 1061, 7]], ["get together", [2, 1061, 8]]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["kid", [2, 1062, 0]], ["josh", [2, 1062, 1]], ["chaff", [2, 1062, 2]], ["banter", [2, 1062, 3]]]}, {"answer": "jumbled", "hint": "synonyms for jumbled", "clues": [["mix up", [2, 1063, 0]], ["confuse", [2, 1063, 1]], ["jumble", [2, 1063, 2]], ["throw together", [2, 1063, 3]], ["mingle", [2, 1063, 4]], ["scramble", [2, 1063, 5]]]}, {"answer": "justified", "hint": "synonyms for justified", "clues": [["excuse", [2, 1064, 0]], ["justify", [2, 1064, 1]], ["free", [2, 1064, 2]], ["warrant", [2, 1064, 3]], ["vindicate", [2, 1064, 4]], ["apologise", [2, 1064, 5]], ["rationalise", [2, 1064, 6]], ["absolve", [2, 1064, 7]]]}, {"answer": "jutting", "hint": "synonyms for jutting", "clues": [["jut out", [2, 1065, 0]], ["protrude", [2, 1065, 1]], ["stick out", [2, 1065, 2]], ["jut", [2, 1065, 3]], ["project", [2, 1065, 4]]]}, {"answer": "keeled", "hint": "synonyms for keeled", "clues": [["lurch", [2, 1066, 0]], ["keel", [2, 1066, 1]], ["reel", [2, 1066, 2]], ["careen", [2, 1066, 3]], ["stagger", [2, 1066, 4]], ["swag", [2, 1066, 5]]]}, {"answer": "kept", "hint": "synonyms for kept", "clues": [["hold", [2, 1067, 0]], ["keep", [2, 1067, 1]], ["maintain", [2, 1067, 2]], ["stay fresh", [2, 1067, 3]], ["celebrate", [2, 1067, 4]], ["continue", [2, 1067, 5]], ["observe", [2, 1067, 6]], ["retain", [2, 1067, 7]], ["keep open", [2, 1067, 8]], ["hold open", [2, 1067, 9]], ["save", [2, 1067, 10]], ["preserve", [2, 1067, 11]], ["hold back", [2, 1067, 12]], ["keep back", [2, 1067, 13]], ["proceed", [2, 1067, 14]], ["go on", [2, 1067, 15]], ["sustain", [2, 1067, 16]], ["prevent", [2, 1067, 17]], ["go along", [2, 1067, 18]]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["key out", [2, 1068, 0]], ["distinguish", [2, 1068, 1]], ["discover", [2, 1068, 2]], ["describe", [2, 1068, 3]], ["identify", [2, 1068, 4]], ["name", [2, 1068, 5]]]}, {"answer": "keyed", "hint": "synonyms for keyed", "clues": [["key", [2, 1069, 0]], ["describe", [2, 1069, 1]], ["identify", [2, 1069, 2]], ["distinguish", [2, 1069, 3]], ["discover", [2, 1069, 4]], ["key out", [2, 1069, 5]], ["name", [2, 1069, 6]]]}, {"answer": "killing", "hint": "synonyms for killing", "clues": [["vote down", [2, 1070, 0]], ["toss off", [2, 1070, 1]], ["kill", [2, 1070, 2]], ["wipe out", [2, 1070, 3]], ["down", [2, 1070, 4]], ["obliterate", [2, 1070, 5]], ["defeat", [2, 1070, 6]], ["belt down", [2, 1070, 7]], ["shoot down", [2, 1070, 8]], ["drink down", [2, 1070, 9]], ["stamp out", [2, 1070, 10]], ["pop", [2, 1070, 11]], ["vote out", [2, 1070, 12]], ["pour down", [2, 1070, 13]]]}, {"answer": "kindled", "hint": "synonyms for kindled", "clues": [["enkindle", [2, 1071, 0]], ["provoke", [2, 1071, 1]], ["conflagrate", [2, 1071, 2]], ["raise", [2, 1071, 3]], ["inflame", [2, 1071, 4]], ["evoke", [2, 1071, 5]], ["fire", [2, 1071, 6]], ["elicit", [2, 1071, 7]], ["arouse", [2, 1071, 8]]]}, {"answer": "knitted", "hint": "synonyms for knitted", "clues": [["knit", [2, 1072, 0]], ["cockle", [2, 1072, 1]], ["rumple", [2, 1072, 2]], ["entwine", [2, 1072, 3]], ["pucker", [2, 1072, 4]]]}, {"answer": "knowing", "hint": "synonyms for knowing", "clues": [["know", [2, 1073, 0]], ["hump", [2, 1073, 1]], ["jazz", [2, 1073, 2]], ["eff", [2, 1073, 3]], ["do it", [2, 1073, 4]], ["experience", [2, 1073, 5]], ["bed", [2, 1073, 6]], ["lie with", [2, 1073, 7]], ["sleep with", [2, 1073, 8]], ["fuck", [2, 1073, 9]], ["be intimate", [2, 1073, 10]], ["live", [2, 1073, 11]], ["roll in the hay", [2, 1073, 12]], ["bang", [2, 1073, 13]], ["love", [2, 1073, 14]], ["have it off", [2, 1073, 15]], ["have a go at it", [2, 1073, 16]], ["have it away", [2, 1073, 17]], ["recognize", [2, 1073, 18]], ["have intercourse", [2, 1073, 19]], ["make love", [2, 1073, 20]], ["get it on", [2, 1073, 21]], ["have sex", [2, 1073, 22]], ["bonk", [2, 1073, 23]], ["get laid", [2, 1073, 24]], ["cognise", [2, 1073, 25]], ["make out", [2, 1073, 26]], ["acknowledge", [2, 1073, 27]], ["sleep together", [2, 1073, 28]], ["screw", [2, 1073, 29]]]}, {"answer": "known", "hint": "synonyms for known", "clues": [["know", [2, 1074, 0]], ["hump", [2, 1074, 1]], ["jazz", [2, 1074, 2]], ["eff", [2, 1074, 3]], ["do it", [2, 1074, 4]], ["experience", [2, 1074, 5]], ["bed", [2, 1074, 6]], ["lie with", [2, 1074, 7]], ["sleep with", [2, 1074, 8]], ["fuck", [2, 1074, 9]], ["be intimate", [2, 1074, 10]], ["live", [2, 1074, 11]], ["roll in the hay", [2, 1074, 12]], ["bang", [2, 1074, 13]], ["love", [2, 1074, 14]], ["have it off", [2, 1074, 15]], ["have a go at it", [2, 1074, 16]], ["have it away", [2, 1074, 17]], ["recognize", [2, 1074, 18]], ["have intercourse", [2, 1074, 19]], ["make love", [2, 1074, 20]], ["get it on", [2, 1074, 21]], ["have sex", [2, 1074, 22]], ["bonk", [2, 1074, 23]], ["get laid", [2, 1074, 24]], ["cognise", [2, 1074, 25]], ["make out", [2, 1074, 26]], ["acknowledge", [2, 1074, 27]], ["sleep together", [2, 1074, 28]], ["screw", [2, 1074, 29]]]}, {"answer": "labeled", "hint": "synonyms for labeled", "clues": [["pronounce", [2, 1075, 0]], ["mark", [2, 1075, 1]], ["label", [2, 1075, 2]], ["judge", [2, 1075, 3]], ["tag", [2, 1075, 4]]]}, {"answer": "labelled", "hint": "synonyms for labelled", "clues": [["pronounce", [2, 1076, 0]], ["mark", [2, 1076, 1]], ["label", [2, 1076, 2]], ["judge", [2, 1076, 3]], ["tag", [2, 1076, 4]]]}, {"answer": "labored", "hint": "synonyms for labored", "clues": [["tug", [2, 1077, 0]], ["fag", [2, 1077, 1]], ["travail", [2, 1077, 2]], ["labour", [2, 1077, 3]], ["grind", [2, 1077, 4]], ["push", [2, 1077, 5]], ["dig", [2, 1077, 6]], ["drudge", [2, 1077, 7]], ["toil", [2, 1077, 8]], ["moil", [2, 1077, 9]], ["drive", [2, 1077, 10]]]}, {"answer": "laboring", "hint": "synonyms for laboring", "clues": [["tug", [2, 1078, 0]], ["fag", [2, 1078, 1]], ["travail", [2, 1078, 2]], ["labour", [2, 1078, 3]], ["grind", [2, 1078, 4]], ["push", [2, 1078, 5]], ["dig", [2, 1078, 6]], ["drudge", [2, 1078, 7]], ["toil", [2, 1078, 8]], ["moil", [2, 1078, 9]], ["drive", [2, 1078, 10]]]}, {"answer": "laboured", "hint": "synonyms for laboured", "clues": [["fag", [2, 1079, 0]], ["tug", [2, 1079, 1]], ["drive", [2, 1079, 2]], ["travail", [2, 1079, 3]], ["grind", [2, 1079, 4]], ["push", [2, 1079, 5]], ["dig", [2, 1079, 6]], ["labor", [2, 1079, 7]], ["drudge", [2, 1079, 8]], ["toil", [2, 1079, 9]], ["moil", [2, 1079, 10]]]}, {"answer": "labouring", "hint": "synonyms for labouring", "clues": [["fag", [2, 1080, 0]], ["tug", [2, 1080, 1]], ["drive", [2, 1080, 2]], ["travail", [2, 1080, 3]], ["grind", [2, 1080, 4]], ["push", [2, 1080, 5]], ["dig", [2, 1080, 6]], ["labor", [2, 1080, 7]], ["drudge", [2, 1080, 8]], ["toil", [2, 1080, 9]], ["moil", [2, 1080, 10]]]}, {"answer": "laced", "hint": "synonyms for laced", "clues": [["braid", [2, 1081, 0]], ["enlace", [2, 1081, 1]], ["fortify", [2, 1081, 2]], ["lace", [2, 1081, 3]], ["entwine", [2, 1081, 4]], ["spike", [2, 1081, 5]], ["lace up", [2, 1081, 6]], ["twine", [2, 1081, 7]], ["plait", [2, 1081, 8]], ["intertwine", [2, 1081, 9]], ["interlace", [2, 1081, 10]]]}, {"answer": "lactating", "hint": "synonyms for lactating", "clues": [["wet-nurse", [2, 1082, 0]], ["nurse", [2, 1082, 1]], ["suckle", [2, 1082, 2]], ["lactate", [2, 1082, 3]], ["breastfeed", [2, 1082, 4]], ["give suck", [2, 1082, 5]], ["suck", [2, 1082, 6]]]}, {"answer": "laid", "hint": "synonyms for laid", "clues": [["pose", [2, 1083, 0]], ["lay", [2, 1083, 1]], ["place", [2, 1083, 2]], ["position", [2, 1083, 3]], ["put", [2, 1083, 4]], ["set", [2, 1083, 5]], ["put down", [2, 1083, 6]], ["repose", [2, 1083, 7]]]}, {"answer": "lamented", "hint": "synonyms for lamented", "clues": [["bewail", [2, 1084, 0]], ["lament", [2, 1084, 1]], ["bemoan", [2, 1084, 2]], ["deplore", [2, 1084, 3]], ["keen", [2, 1084, 4]]]}, {"answer": "lamenting", "hint": "synonyms for lamenting", "clues": [["bewail", [2, 1085, 0]], ["lament", [2, 1085, 1]], ["bemoan", [2, 1085, 2]], ["deplore", [2, 1085, 3]], ["keen", [2, 1085, 4]]]}, {"answer": "landed", "hint": "synonyms for landed", "clues": [["shoot down", [2, 1086, 0]], ["set down", [2, 1086, 1]], ["land", [2, 1086, 2]], ["down", [2, 1086, 3]], ["set ashore", [2, 1086, 4]], ["bring down", [2, 1086, 5]], ["shore", [2, 1086, 6]], ["bring", [2, 1086, 7]], ["put down", [2, 1086, 8]]]}, {"answer": "lapsed", "hint": "synonyms for lapsed", "clues": [["lapse", [2, 1087, 0]], ["pass", [2, 1087, 1]], ["relapse", [2, 1087, 2]], ["slip by", [2, 1087, 3]], ["regress", [2, 1087, 4]], ["slide by", [2, 1087, 5]], ["retrogress", [2, 1087, 6]], ["recidivate", [2, 1087, 7]], ["slip away", [2, 1087, 8]], ["go by", [2, 1087, 9]], ["fall back", [2, 1087, 10]], ["go along", [2, 1087, 11]], ["backslide", [2, 1087, 12]], ["sink", [2, 1087, 13]]]}, {"answer": "lashing", "hint": "synonyms for lashing", "clues": [["lash", [2, 1088, 0]], ["whip", [2, 1088, 1]], ["flog", [2, 1088, 2]], ["lather", [2, 1088, 3]], ["trounce", [2, 1088, 4]], ["strap", [2, 1088, 5]], ["welt", [2, 1088, 6]]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["hold up", [2, 1089, 0]], ["live", [2, 1089, 1]], ["survive", [2, 1089, 2]], ["live on", [2, 1089, 3]], ["endure", [2, 1089, 4]], ["hold out", [2, 1089, 5]], ["go", [2, 1089, 6]]]}, {"answer": "lasting", "hint": "synonyms for lasting", "clues": [["hold up", [2, 1090, 0]], ["last", [2, 1090, 1]], ["live", [2, 1090, 2]], ["survive", [2, 1090, 3]], ["live on", [2, 1090, 4]], ["endure", [2, 1090, 5]], ["hold out", [2, 1090, 6]], ["go", [2, 1090, 7]]]}, {"answer": "lay", "hint": "synonyms for lay", "clues": [["consist", [2, 1091, 0]], ["place", [2, 1091, 1]], ["position", [2, 1091, 2]], ["lie", [2, 1091, 3]], ["put", [2, 1091, 4]], ["lie in", [2, 1091, 5]], ["put down", [2, 1091, 6]], ["repose", [2, 1091, 7]], ["rest", [2, 1091, 8]], ["dwell", [2, 1091, 9]], ["pose", [2, 1091, 10]], ["lie down", [2, 1091, 11]], ["set", [2, 1091, 12]]]}, {"answer": "leaded", "hint": "synonyms for leaded", "clues": [["lead", [2, 1092, 0]], ["extend", [2, 1092, 1]], ["go", [2, 1092, 2]], ["take", [2, 1092, 3]], ["conduce", [2, 1092, 4]], ["run", [2, 1092, 5]], ["head", [2, 1092, 6]], ["direct", [2, 1092, 7]], ["top", [2, 1092, 8]], ["contribute", [2, 1092, 9]], ["moderate", [2, 1092, 10]], ["leave", [2, 1092, 11]], ["result", [2, 1092, 12]], ["pass", [2, 1092, 13]], ["chair", [2, 1092, 14]], ["precede", [2, 1092, 15]], ["guide", [2, 1092, 16]]]}, {"answer": "leading", "hint": "synonyms for leading", "clues": [["lead", [2, 1093, 0]], ["extend", [2, 1093, 1]], ["go", [2, 1093, 2]], ["take", [2, 1093, 3]], ["conduce", [2, 1093, 4]], ["run", [2, 1093, 5]], ["head", [2, 1093, 6]], ["direct", [2, 1093, 7]], ["top", [2, 1093, 8]], ["contribute", [2, 1093, 9]], ["moderate", [2, 1093, 10]], ["leave", [2, 1093, 11]], ["result", [2, 1093, 12]], ["pass", [2, 1093, 13]], ["chair", [2, 1093, 14]], ["precede", [2, 1093, 15]], ["guide", [2, 1093, 16]]]}, {"answer": "leafed", "hint": "synonyms for leafed", "clues": [["thumb", [2, 1094, 0]], ["flip", [2, 1094, 1]], ["riffle", [2, 1094, 2]], ["leaf", [2, 1094, 3]], ["flick", [2, 1094, 4]], ["riff", [2, 1094, 5]]]}, {"answer": "lean", "hint": "synonyms for lean", "clues": [["be given", [2, 1095, 0]], ["tip", [2, 1095, 1]], ["tilt", [2, 1095, 2]], ["slant", [2, 1095, 3]], ["angle", [2, 1095, 4]], ["incline", [2, 1095, 5]], ["list", [2, 1095, 6]], ["tend", [2, 1095, 7]], ["run", [2, 1095, 8]]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["be given", [2, 1096, 0]], ["lean", [2, 1096, 1]], ["tip", [2, 1096, 2]], ["tilt", [2, 1096, 3]], ["angle", [2, 1096, 4]], ["slant", [2, 1096, 5]], ["incline", [2, 1096, 6]], ["list", [2, 1096, 7]], ["tend", [2, 1096, 8]], ["run", [2, 1096, 9]]]}, {"answer": "learned", "hint": "synonyms for learned", "clues": [["check", [2, 1097, 0]], ["find out", [2, 1097, 1]], ["memorise", [2, 1097, 2]], ["teach", [2, 1097, 3]], ["take", [2, 1097, 4]], ["acquire", [2, 1097, 5]], ["ascertain", [2, 1097, 6]], ["watch", [2, 1097, 7]], ["get a line", [2, 1097, 8]], ["discover", [2, 1097, 9]], ["learn", [2, 1097, 10]], ["determine", [2, 1097, 11]], ["instruct", [2, 1097, 12]], ["see", [2, 1097, 13]], ["get word", [2, 1097, 14]], ["get wind", [2, 1097, 15]], ["con", [2, 1097, 16]], ["pick up", [2, 1097, 17]], ["study", [2, 1097, 18]], ["hear", [2, 1097, 19]], ["read", [2, 1097, 20]]]}, {"answer": "leased", "hint": "synonyms for leased", "clues": [["lease", [2, 1098, 0]], ["rent", [2, 1098, 1]], ["let", [2, 1098, 2]], ["hire", [2, 1098, 3]], ["take", [2, 1098, 4]], ["charter", [2, 1098, 5]], ["engage", [2, 1098, 6]]]}, {"answer": "leaved", "hint": "synonyms for leaved", "clues": [["leave", [2, 1099, 0]], ["go out", [2, 1099, 1]], ["exit", [2, 1099, 2]], ["pass on", [2, 1099, 3]], ["leave behind", [2, 1099, 4]], ["go forth", [2, 1099, 5]], ["entrust", [2, 1099, 6]], ["depart", [2, 1099, 7]], ["leave alone", [2, 1099, 8]], ["will", [2, 1099, 9]], ["impart", [2, 1099, 10]], ["allow", [2, 1099, 11]], ["go away", [2, 1099, 12]], ["allow for", [2, 1099, 13]], ["result", [2, 1099, 14]], ["pull up stakes", [2, 1099, 15]], ["lead", [2, 1099, 16]], ["provide", [2, 1099, 17]], ["give", [2, 1099, 18]], ["forget", [2, 1099, 19]], ["get out", [2, 1099, 20]], ["bequeath", [2, 1099, 21]]]}, {"answer": "left", "hint": "synonyms for left", "clues": [["leave", [2, 1100, 0]], ["go out", [2, 1100, 1]], ["exit", [2, 1100, 2]], ["pass on", [2, 1100, 3]], ["leave behind", [2, 1100, 4]], ["go forth", [2, 1100, 5]], ["entrust", [2, 1100, 6]], ["depart", [2, 1100, 7]], ["leave alone", [2, 1100, 8]], ["will", [2, 1100, 9]], ["impart", [2, 1100, 10]], ["allow", [2, 1100, 11]], ["go away", [2, 1100, 12]], ["allow for", [2, 1100, 13]], ["result", [2, 1100, 14]], ["pull up stakes", [2, 1100, 15]], ["lead", [2, 1100, 16]], ["provide", [2, 1100, 17]], ["give", [2, 1100, 18]], ["forget", [2, 1100, 19]], ["get out", [2, 1100, 20]], ["bequeath", [2, 1100, 21]]]}, {"answer": "legitimate", "hint": "synonyms for legitimate", "clues": [["legitimatize", [2, 1101, 0]], ["decriminalise", [2, 1101, 1]], ["legitimise", [2, 1101, 2]], ["legalise", [2, 1101, 3]]]}, {"answer": "lessened", "hint": "synonyms for lessened", "clues": [["lessen", [2, 1102, 0]], ["subside", [2, 1102, 1]], ["decrease", [2, 1102, 2]], ["minify", [2, 1102, 3]], ["diminish", [2, 1102, 4]], ["fall", [2, 1102, 5]]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["raze", [2, 1103, 0]], ["dismantle", [2, 1103, 1]], ["tear down", [2, 1103, 2]], ["charge", [2, 1103, 3]], ["even", [2, 1103, 4]], ["point", [2, 1103, 5]], ["even out", [2, 1103, 6]], ["take down", [2, 1103, 7]], ["rase", [2, 1103, 8]], ["flush", [2, 1103, 9]], ["pull down", [2, 1103, 10]], ["level off", [2, 1103, 11]]]}, {"answer": "liberated", "hint": "synonyms for liberated", "clues": [["unloose", [2, 1104, 0]], ["liberate", [2, 1104, 1]], ["free", [2, 1104, 2]], ["set free", [2, 1104, 3]], ["release", [2, 1104, 4]], ["loose", [2, 1104, 5]], ["emancipate", [2, 1104, 6]]]}, {"answer": "licked", "hint": "synonyms for licked", "clues": [["thrash", [2, 1105, 0]], ["work", [2, 1105, 1]], ["lick", [2, 1105, 2]], ["cream", [2, 1105, 3]], ["bat", [2, 1105, 4]], ["drub", [2, 1105, 5]], ["lap", [2, 1105, 6]], ["figure out", [2, 1105, 7]], ["puzzle out", [2, 1105, 8]], ["work out", [2, 1105, 9]], ["lap up", [2, 1105, 10]], ["solve", [2, 1105, 11]], ["clobber", [2, 1105, 12]]]}, {"answer": "lifted", "hint": "synonyms for lifted", "clues": [["lift", [2, 1106, 0]], ["countermand", [2, 1106, 1]], ["reverse", [2, 1106, 2]], ["airlift", [2, 1106, 3]], ["elevate", [2, 1106, 4]], ["uprise", [2, 1106, 5]], ["hook", [2, 1106, 6]], ["rear", [2, 1106, 7]], ["raise", [2, 1106, 8]], ["sneak", [2, 1106, 9]], ["pilfer", [2, 1106, 10]], ["purloin", [2, 1106, 11]], ["overturn", [2, 1106, 12]], ["abstract", [2, 1106, 13]], ["arise", [2, 1106, 14]], ["nobble", [2, 1106, 15]], ["snarf", [2, 1106, 16]], ["swipe", [2, 1106, 17]], ["plagiarise", [2, 1106, 18]], ["face-lift", [2, 1106, 19]], ["repeal", [2, 1106, 20]], ["go up", [2, 1106, 21]], ["come up", [2, 1106, 22]], ["rescind", [2, 1106, 23]], ["vacate", [2, 1106, 24]], ["cabbage", [2, 1106, 25]], ["filch", [2, 1106, 26]], ["move up", [2, 1106, 27]], ["revoke", [2, 1106, 28]], ["pinch", [2, 1106, 29]], ["rustle", [2, 1106, 30]], ["hoist", [2, 1106, 31]], ["get up", [2, 1106, 32]], ["bring up", [2, 1106, 33]], ["annul", [2, 1106, 34]], ["wind", [2, 1106, 35]]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["dismount", [2, 1107, 0]], ["get off", [2, 1107, 1]], ["illume", [2, 1107, 2]], ["illuminate", [2, 1107, 3]], ["light up", [2, 1107, 4]], ["fall", [2, 1107, 5]], ["alight", [2, 1107, 6]], ["fire up", [2, 1107, 7]], ["perch", [2, 1107, 8]], ["get down", [2, 1107, 9]], ["ignite", [2, 1107, 10]], ["unhorse", [2, 1107, 11]]]}, {"answer": "lighted", "hint": "synonyms for lighted", "clues": [["light", [2, 1108, 0]], ["illumine", [2, 1108, 1]], ["light up", [2, 1108, 2]], ["fall", [2, 1108, 3]], ["perch", [2, 1108, 4]], ["ignite", [2, 1108, 5]], ["unhorse", [2, 1108, 6]], ["dismount", [2, 1108, 7]], ["get off", [2, 1108, 8]], ["fire up", [2, 1108, 9]], ["get down", [2, 1108, 10]]]}, {"answer": "limited", "hint": "synonyms for limited", "clues": [["set", [2, 1109, 0]], ["limit", [2, 1109, 1]], ["restrict", [2, 1109, 2]], ["confine", [2, 1109, 3]], ["throttle", [2, 1109, 4]], ["restrain", [2, 1109, 5]], ["specify", [2, 1109, 6]], ["circumscribe", [2, 1109, 7]], ["trammel", [2, 1109, 8]], ["determine", [2, 1109, 9]], ["define", [2, 1109, 10]], ["bound", [2, 1109, 11]], ["fix", [2, 1109, 12]]]}, {"answer": "limiting", "hint": "synonyms for limiting", "clues": [["set", [2, 1110, 0]], ["limit", [2, 1110, 1]], ["restrict", [2, 1110, 2]], ["confine", [2, 1110, 3]], ["throttle", [2, 1110, 4]], ["restrain", [2, 1110, 5]], ["specify", [2, 1110, 6]], ["circumscribe", [2, 1110, 7]], ["trammel", [2, 1110, 8]], ["determine", [2, 1110, 9]], ["define", [2, 1110, 10]], ["bound", [2, 1110, 11]], ["fix", [2, 1110, 12]]]}, {"answer": "lined", "hint": "synonyms for lined", "clues": [["line", [2, 1111, 0]], ["trace", [2, 1111, 1]], ["delineate", [2, 1111, 2]], ["draw", [2, 1111, 3]], ["describe", [2, 1111, 4]], ["run along", [2, 1111, 5]]]}, {"answer": "linked", "hint": "synonyms for linked", "clues": [["connect", [2, 1112, 0]], ["link", [2, 1112, 1]], ["associate", [2, 1112, 2]], ["tie", [2, 1112, 3]], ["join", [2, 1112, 4]], ["colligate", [2, 1112, 5]], ["link up", [2, 1112, 6]], ["unite", [2, 1112, 7]], ["tie in", [2, 1112, 8]], ["yoke", [2, 1112, 9]], ["relate", [2, 1112, 10]]]}, {"answer": "listed", "hint": "synonyms for listed", "clues": [["lean", [2, 1113, 0]], ["list", [2, 1113, 1]], ["number", [2, 1113, 2]], ["heel", [2, 1113, 3]], ["name", [2, 1113, 4]]]}, {"answer": "lit", "hint": "synonyms for lit", "clues": [["light", [2, 1114, 0]], ["illumine", [2, 1114, 1]], ["light up", [2, 1114, 2]], ["fall", [2, 1114, 3]], ["perch", [2, 1114, 4]], ["ignite", [2, 1114, 5]], ["unhorse", [2, 1114, 6]], ["dismount", [2, 1114, 7]], ["get off", [2, 1114, 8]], ["fire up", [2, 1114, 9]], ["get down", [2, 1114, 10]]]}, {"answer": "live", "hint": "synonyms for live", "clues": [["know", [2, 1115, 0]], ["hold up", [2, 1115, 1]], ["populate", [2, 1115, 2]], ["be", [2, 1115, 3]], ["dwell", [2, 1115, 4]], ["survive", [2, 1115, 5]], ["live on", [2, 1115, 6]], ["experience", [2, 1115, 7]], ["hold out", [2, 1115, 8]], ["endure", [2, 1115, 9]], ["last", [2, 1115, 10]], ["inhabit", [2, 1115, 11]], ["exist", [2, 1115, 12]], ["go", [2, 1115, 13]], ["subsist", [2, 1115, 14]]]}, {"answer": "living", "hint": "synonyms for living", "clues": [["hold up", [2, 1116, 0]], ["populate", [2, 1116, 1]], ["live", [2, 1116, 2]], ["be", [2, 1116, 3]], ["dwell", [2, 1116, 4]], ["survive", [2, 1116, 5]], ["live on", [2, 1116, 6]], ["experience", [2, 1116, 7]], ["last", [2, 1116, 8]], ["inhabit", [2, 1116, 9]], ["exist", [2, 1116, 10]], ["go", [2, 1116, 11]], ["subsist", [2, 1116, 12]], ["know", [2, 1116, 13]], ["hold out", [2, 1116, 14]], ["endure", [2, 1116, 15]]]}, {"answer": "loaded", "hint": "synonyms for loaded", "clues": [["lade", [2, 1117, 0]], ["load", [2, 1117, 1]], ["dilute", [2, 1117, 2]], ["debase", [2, 1117, 3]], ["adulterate", [2, 1117, 4]], ["load up", [2, 1117, 5]], ["stretch", [2, 1117, 6]], ["charge", [2, 1117, 7]]]}, {"answer": "localised", "hint": "synonyms for localised", "clues": [["localize", [2, 1118, 0]], ["place", [2, 1118, 1]], ["set", [2, 1118, 2]], ["focalise", [2, 1118, 3]]]}, {"answer": "localized", "hint": "synonyms for localized", "clues": [["localize", [2, 1119, 0]], ["place", [2, 1119, 1]], ["set", [2, 1119, 2]], ["focalise", [2, 1119, 3]]]}, {"answer": "located", "hint": "synonyms for located", "clues": [["settle", [2, 1120, 0]], ["turn up", [2, 1120, 1]], ["locate", [2, 1120, 2]], ["site", [2, 1120, 3]], ["situate", [2, 1120, 4]], ["place", [2, 1120, 5]]]}, {"answer": "looking", "hint": "synonyms for looking", "clues": [["appear", [2, 1121, 0]], ["look", [2, 1121, 1]], ["bet", [2, 1121, 2]], ["reckon", [2, 1121, 3]], ["front", [2, 1121, 4]], ["wait", [2, 1121, 5]], ["see", [2, 1121, 6]], ["calculate", [2, 1121, 7]], ["depend", [2, 1121, 8]], ["attend", [2, 1121, 9]], ["expect", [2, 1121, 10]], ["take care", [2, 1121, 11]], ["count", [2, 1121, 12]], ["face", [2, 1121, 13]], ["search", [2, 1121, 14]]]}, {"answer": "loose", "hint": "synonyms for loose", "clues": [["unloose", [2, 1122, 0]], ["liberate", [2, 1122, 1]], ["release", [2, 1122, 2]], ["relax", [2, 1122, 3]], ["let loose", [2, 1122, 4]], ["loosen", [2, 1122, 5]], ["unleash", [2, 1122, 6]], ["free", [2, 1122, 7]]]}, {"answer": "loosened", "hint": "synonyms for loosened", "clues": [["untie", [2, 1123, 0]], ["tease apart", [2, 1123, 1]], ["undo", [2, 1123, 2]], ["relax", [2, 1123, 3]], ["loosen", [2, 1123, 4]], ["tease", [2, 1123, 5]]]}, {"answer": "looted", "hint": "synonyms for looted", "clues": [["loot", [2, 1124, 0]], ["strip", [2, 1124, 1]], ["plunder", [2, 1124, 2]], ["ransack", [2, 1124, 3]], ["despoil", [2, 1124, 4]], ["reave", [2, 1124, 5]], ["rifle", [2, 1124, 6]], ["pillage", [2, 1124, 7]], ["foray", [2, 1124, 8]]]}, {"answer": "lost", "hint": "synonyms for lost", "clues": [["lose", [2, 1125, 0]], ["mislay", [2, 1125, 1]], ["miss", [2, 1125, 2]], ["turn a loss", [2, 1125, 3]], ["fall behind", [2, 1125, 4]], ["suffer", [2, 1125, 5]], ["drop off", [2, 1125, 6]], ["fall back", [2, 1125, 7]], ["misplace", [2, 1125, 8]], ["recede", [2, 1125, 9]]]}, {"answer": "loved", "hint": "synonyms for loved", "clues": [["hump", [2, 1126, 0]], ["jazz", [2, 1126, 1]], ["eff", [2, 1126, 2]], ["do it", [2, 1126, 3]], ["enjoy", [2, 1126, 4]], ["bed", [2, 1126, 5]], ["lie with", [2, 1126, 6]], ["sleep with", [2, 1126, 7]], ["fuck", [2, 1126, 8]], ["be intimate", [2, 1126, 9]], ["make love", [2, 1126, 10]], ["get it on", [2, 1126, 11]], ["roll in the hay", [2, 1126, 12]], ["know", [2, 1126, 13]], ["love", [2, 1126, 14]], ["bang", [2, 1126, 15]], ["have sex", [2, 1126, 16]], ["bonk", [2, 1126, 17]], ["have it off", [2, 1126, 18]], ["get laid", [2, 1126, 19]], ["have a go at it", [2, 1126, 20]], ["have it away", [2, 1126, 21]], ["make out", [2, 1126, 22]], ["have intercourse", [2, 1126, 23]], ["sleep together", [2, 1126, 24]], ["screw", [2, 1126, 25]]]}, {"answer": "loving", "hint": "synonyms for loving", "clues": [["hump", [2, 1127, 0]], ["jazz", [2, 1127, 1]], ["eff", [2, 1127, 2]], ["do it", [2, 1127, 3]], ["enjoy", [2, 1127, 4]], ["bed", [2, 1127, 5]], ["lie with", [2, 1127, 6]], ["sleep with", [2, 1127, 7]], ["fuck", [2, 1127, 8]], ["be intimate", [2, 1127, 9]], ["make love", [2, 1127, 10]], ["get it on", [2, 1127, 11]], ["roll in the hay", [2, 1127, 12]], ["know", [2, 1127, 13]], ["love", [2, 1127, 14]], ["bang", [2, 1127, 15]], ["have sex", [2, 1127, 16]], ["bonk", [2, 1127, 17]], ["have it off", [2, 1127, 18]], ["get laid", [2, 1127, 19]], ["have a go at it", [2, 1127, 20]], ["have it away", [2, 1127, 21]], ["make out", [2, 1127, 22]], ["have intercourse", [2, 1127, 23]], ["sleep together", [2, 1127, 24]], ["screw", [2, 1127, 25]]]}, {"answer": "lowered", "hint": "synonyms for lowered", "clues": [["lower", [2, 1128, 0]], ["let down", [2, 1128, 1]], ["lour", [2, 1128, 2]], ["frown", [2, 1128, 3]], ["take down", [2, 1128, 4]], ["depress", [2, 1128, 5]], ["bring down", [2, 1128, 6]], ["turn down", [2, 1128, 7]]]}, {"answer": "lowering", "hint": "synonyms for lowering", "clues": [["lower", [2, 1129, 0]], ["let down", [2, 1129, 1]], ["lour", [2, 1129, 2]], ["frown", [2, 1129, 3]], ["take down", [2, 1129, 4]], ["depress", [2, 1129, 5]], ["bring down", [2, 1129, 6]], ["turn down", [2, 1129, 7]]]}, {"answer": "maculate", "hint": "synonyms for maculate", "clues": [["defile", [2, 1130, 0]], ["sully", [2, 1130, 1]], ["foul", [2, 1130, 2]], ["stain", [2, 1130, 3]], ["befoul", [2, 1130, 4]], ["tarnish", [2, 1130, 5]]]}, {"answer": "made", "hint": "synonyms for made", "clues": [["realize", [2, 1131, 0]], ["make", [2, 1131, 1]], ["puddle", [2, 1131, 2]], ["take", [2, 1131, 3]], ["create", [2, 1131, 4]], ["induce", [2, 1131, 5]], ["pull in", [2, 1131, 6]], ["establish", [2, 1131, 7]], ["stool", [2, 1131, 8]], ["lay down", [2, 1131, 9]], ["draw", [2, 1131, 10]], ["defecate", [2, 1131, 11]], ["reach", [2, 1131, 12]], ["cause", [2, 1131, 13]], ["take in", [2, 1131, 14]], ["have", [2, 1131, 15]], ["progress to", [2, 1131, 16]], ["wee", [2, 1131, 17]], ["make believe", [2, 1131, 18]], ["do", [2, 1131, 19]], ["pee", [2, 1131, 20]], ["name", [2, 1131, 21]], ["clear", [2, 1131, 22]], ["gain", [2, 1131, 23]], ["shit", [2, 1131, 24]], ["build", [2, 1131, 25]], ["fix", [2, 1131, 26]], ["pretend", [2, 1131, 27]], ["crap", [2, 1131, 28]], ["prepare", [2, 1131, 29]], ["throw", [2, 1131, 30]], ["constitute", [2, 1131, 31]], ["score", [2, 1131, 32]], ["make up", [2, 1131, 33]], ["pass water", [2, 1131, 34]], ["work", [2, 1131, 35]], ["take a crap", [2, 1131, 36]], ["wee-wee", [2, 1131, 37]], ["construct", [2, 1131, 38]], ["ready", [2, 1131, 39]], ["attain", [2, 1131, 40]], ["bring in", [2, 1131, 41]], ["earn", [2, 1131, 42]], ["form", [2, 1131, 43]], ["get", [2, 1131, 44]], ["pee-pee", [2, 1131, 45]], ["piddle", [2, 1131, 46]], ["seduce", [2, 1131, 47]], ["spend a penny", [2, 1131, 48]], ["make water", [2, 1131, 49]], ["give", [2, 1131, 50]], ["stimulate", [2, 1131, 51]], ["micturate", [2, 1131, 52]], ["ca-ca", [2, 1131, 53]], ["take a leak", [2, 1131, 54]], ["piss", [2, 1131, 55]], ["get to", [2, 1131, 56]], ["produce", [2, 1131, 57]], ["hold", [2, 1131, 58]], ["cook", [2, 1131, 59]], ["relieve oneself", [2, 1131, 60]], ["urinate", [2, 1131, 61]], ["nominate", [2, 1131, 62]], ["take a shit", [2, 1131, 63]], ["arrive at", [2, 1131, 64]]]}, {"answer": "magnetised", "hint": "synonyms for magnetised", "clues": [["mesmerize", [2, 1132, 0]], ["magnetize", [2, 1132, 1]], ["bewitch", [2, 1132, 2]], ["spellbind", [2, 1132, 3]]]}, {"answer": "magnetized", "hint": "synonyms for magnetized", "clues": [["mesmerize", [2, 1133, 0]], ["bewitch", [2, 1133, 1]], ["spellbind", [2, 1133, 2]], ["magnetize", [2, 1133, 3]]]}, {"answer": "magnified", "hint": "synonyms for magnified", "clues": [["enlarge", [2, 1134, 0]], ["amplify", [2, 1134, 1]], ["hyperbolize", [2, 1134, 2]], ["magnify", [2, 1134, 3]], ["overdraw", [2, 1134, 4]], ["blow up", [2, 1134, 5]], ["exaggerate", [2, 1134, 6]], ["overstate", [2, 1134, 7]]]}, {"answer": "mailed", "hint": "synonyms for mailed", "clues": [["send", [2, 1135, 0]], ["post", [2, 1135, 1]], ["mail", [2, 1135, 2]], ["get off", [2, 1135, 3]]]}, {"answer": "maintained", "hint": "synonyms for maintained", "clues": [["hold", [2, 1136, 0]], ["maintain", [2, 1136, 1]], ["exert", [2, 1136, 2]], ["keep", [2, 1136, 3]], ["asseverate", [2, 1136, 4]], ["uphold", [2, 1136, 5]], ["conserve", [2, 1136, 6]], ["preserve", [2, 1136, 7]], ["keep up", [2, 1136, 8]], ["sustain", [2, 1136, 9]], ["wield", [2, 1136, 10]], ["observe", [2, 1136, 11]], ["defend", [2, 1136, 12]], ["assert", [2, 1136, 13]]]}, {"answer": "maledict", "hint": "synonyms for maledict", "clues": [["curse", [2, 1137, 0]], ["beshrew", [2, 1137, 1]], ["damn", [2, 1137, 2]], ["imprecate", [2, 1137, 3]], ["anathemize", [2, 1137, 4]], ["bedamn", [2, 1137, 5]]]}, {"answer": "maltreated", "hint": "synonyms for maltreated", "clues": [["ill-treat", [2, 1138, 0]], ["ill-use", [2, 1138, 1]], ["step", [2, 1138, 2]], ["abuse", [2, 1138, 3]], ["mistreat", [2, 1138, 4]], ["maltreat", [2, 1138, 5]]]}, {"answer": "mangled", "hint": "synonyms for mangled", "clues": [["cut up", [2, 1139, 0]], ["maul", [2, 1139, 1]], ["mutilate", [2, 1139, 2]], ["mangle", [2, 1139, 3]], ["murder", [2, 1139, 4]]]}, {"answer": "manifest", "hint": "synonyms for manifest", "clues": [["evidence", [2, 1140, 0]], ["certify", [2, 1140, 1]], ["demonstrate", [2, 1140, 2]], ["attest", [2, 1140, 3]]]}, {"answer": "manufactured", "hint": "synonyms for manufactured", "clues": [["make up", [2, 1141, 0]], ["fabricate", [2, 1141, 1]], ["manufacture", [2, 1141, 2]], ["construct", [2, 1141, 3]], ["invent", [2, 1141, 4]], ["cook up", [2, 1141, 5]]]}, {"answer": "marked", "hint": "synonyms for marked", "clues": [["mark", [2, 1142, 0]], ["commemorate", [2, 1142, 1]], ["note", [2, 1142, 2]], ["notice", [2, 1142, 3]], ["score", [2, 1142, 4]], ["pit", [2, 1142, 5]], ["denounce", [2, 1142, 6]], ["cross off", [2, 1142, 7]], ["punctuate", [2, 1142, 8]], ["brand", [2, 1142, 9]], ["scar", [2, 1142, 10]], ["set", [2, 1142, 11]], ["tick off", [2, 1142, 12]], ["tick", [2, 1142, 13]], ["stigmatize", [2, 1142, 14]], ["check off", [2, 1142, 15]], ["strike off", [2, 1142, 16]], ["strike out", [2, 1142, 17]], ["tag", [2, 1142, 18]], ["check", [2, 1142, 19]], ["mark off", [2, 1142, 20]], ["differentiate", [2, 1142, 21]], ["cross out", [2, 1142, 22]], ["pock", [2, 1142, 23]], ["distinguish", [2, 1142, 24]], ["label", [2, 1142, 25]], ["grade", [2, 1142, 26]], ["nock", [2, 1142, 27]]]}, {"answer": "marred", "hint": "synonyms for marred", "clues": [["impair", [2, 1143, 0]], ["mutilate", [2, 1143, 1]], ["spoil", [2, 1143, 2]], ["mar", [2, 1143, 3]], ["deflower", [2, 1143, 4]], ["vitiate", [2, 1143, 5]]]}, {"answer": "married", "hint": "synonyms for married", "clues": [["conjoin", [2, 1144, 0]], ["marry", [2, 1144, 1]], ["splice", [2, 1144, 2]], ["wed", [2, 1144, 3]], ["get hitched with", [2, 1144, 4]], ["espouse", [2, 1144, 5]], ["get married", [2, 1144, 6]], ["tie", [2, 1144, 7]], ["hook up with", [2, 1144, 8]]]}, {"answer": "masked", "hint": "synonyms for masked", "clues": [["mask", [2, 1145, 0]], ["cloak", [2, 1145, 1]], ["block out", [2, 1145, 2]], ["dissemble", [2, 1145, 3]], ["disguise", [2, 1145, 4]]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["subdue", [2, 1146, 0]], ["overcome", [2, 1146, 1]], ["surmount", [2, 1146, 2]], ["control", [2, 1146, 3]], ["get over", [2, 1146, 4]], ["get the hang", [2, 1146, 5]], ["dominate", [2, 1146, 6]]]}, {"answer": "mastered", "hint": "synonyms for mastered", "clues": [["subdue", [2, 1147, 0]], ["dominate", [2, 1147, 1]], ["surmount", [2, 1147, 2]], ["get over", [2, 1147, 3]], ["get the hang", [2, 1147, 4]], ["master", [2, 1147, 5]], ["control", [2, 1147, 6]], ["overcome", [2, 1147, 7]]]}, {"answer": "mat", "hint": "synonyms for mat", "clues": [["felt", [2, 1148, 0]], ["tangle", [2, 1148, 1]], ["matt-up", [2, 1148, 2]], ["snarl", [2, 1148, 3]], ["mat up", [2, 1148, 4]], ["felt up", [2, 1148, 5]], ["matte", [2, 1148, 6]]]}, {"answer": "matched", "hint": "synonyms for matched", "clues": [["match", [2, 1149, 0]], ["touch", [2, 1149, 1]], ["fit", [2, 1149, 2]], ["twin", [2, 1149, 3]], ["play off", [2, 1149, 4]], ["equalise", [2, 1149, 5]], ["correspond", [2, 1149, 6]], ["equal", [2, 1149, 7]], ["meet", [2, 1149, 8]], ["equate", [2, 1149, 9]], ["check", [2, 1149, 10]], ["rival", [2, 1149, 11]], ["couple", [2, 1149, 12]], ["mate", [2, 1149, 13]], ["cope with", [2, 1149, 14]], ["oppose", [2, 1149, 15]], ["pair", [2, 1149, 16]], ["tally", [2, 1149, 17]], ["jibe", [2, 1149, 18]], ["pit", [2, 1149, 19]], ["gibe", [2, 1149, 20]], ["agree", [2, 1149, 21]]]}, {"answer": "matching", "hint": "synonyms for matching", "clues": [["match", [2, 1150, 0]], ["touch", [2, 1150, 1]], ["fit", [2, 1150, 2]], ["twin", [2, 1150, 3]], ["play off", [2, 1150, 4]], ["equalise", [2, 1150, 5]], ["correspond", [2, 1150, 6]], ["equal", [2, 1150, 7]], ["meet", [2, 1150, 8]], ["equate", [2, 1150, 9]], ["check", [2, 1150, 10]], ["rival", [2, 1150, 11]], ["couple", [2, 1150, 12]], ["mate", [2, 1150, 13]], ["cope with", [2, 1150, 14]], ["oppose", [2, 1150, 15]], ["pair", [2, 1150, 16]], ["tally", [2, 1150, 17]], ["jibe", [2, 1150, 18]], ["pit", [2, 1150, 19]], ["gibe", [2, 1150, 20]], ["agree", [2, 1150, 21]]]}, {"answer": "mated", "hint": "synonyms for mated", "clues": [["couple", [2, 1151, 0]], ["mate", [2, 1151, 1]], ["twin", [2, 1151, 2]], ["tangle", [2, 1151, 3]], ["pair", [2, 1151, 4]], ["copulate", [2, 1151, 5]], ["felt up", [2, 1151, 6]], ["matte up", [2, 1151, 7]], ["felt", [2, 1151, 8]], ["match", [2, 1151, 9]], ["matt-up", [2, 1151, 10]], ["snarl", [2, 1151, 11]], ["checkmate", [2, 1151, 12]]]}, {"answer": "matte", "hint": "synonyms for matte", "clues": [["felt", [2, 1152, 0]], ["mat", [2, 1152, 1]], ["mat up", [2, 1152, 2]], ["felt up", [2, 1152, 3]], ["matt-up", [2, 1152, 4]]]}, {"answer": "matted", "hint": "synonyms for matted", "clues": [["felt up", [2, 1153, 0]], ["felt", [2, 1153, 1]], ["tangle", [2, 1153, 2]], ["matt-up", [2, 1153, 3]], ["snarl", [2, 1153, 4]], ["mat", [2, 1153, 5]], ["mat up", [2, 1153, 6]], ["matte", [2, 1153, 7]]]}, {"answer": "mature", "hint": "synonyms for mature", "clues": [["grow", [2, 1154, 0]], ["senesce", [2, 1154, 1]], ["ripen", [2, 1154, 2]], ["maturate", [2, 1154, 3]], ["get on", [2, 1154, 4]], ["suppurate", [2, 1154, 5]], ["age", [2, 1154, 6]]]}, {"answer": "matured", "hint": "synonyms for matured", "clues": [["mature", [2, 1155, 0]], ["senesce", [2, 1155, 1]], ["age", [2, 1155, 2]], ["suppurate", [2, 1155, 3]], ["grow", [2, 1155, 4]], ["ripen", [2, 1155, 5]], ["get on", [2, 1155, 6]]]}, {"answer": "mean", "hint": "synonyms for mean", "clues": [["stand for", [2, 1156, 0]], ["think of", [2, 1156, 1]], ["signify", [2, 1156, 2]], ["entail", [2, 1156, 3]], ["intend", [2, 1156, 4]], ["think", [2, 1156, 5]], ["have in mind", [2, 1156, 6]], ["imply", [2, 1156, 7]]]}, {"answer": "meandering", "hint": "synonyms for meandering", "clues": [["weave", [2, 1157, 0]], ["wind", [2, 1157, 1]], ["meander", [2, 1157, 2]], ["thread", [2, 1157, 3]], ["wander", [2, 1157, 4]]]}, {"answer": "meaning", "hint": "synonyms for meaning", "clues": [["stand for", [2, 1158, 0]], ["mean", [2, 1158, 1]], ["think of", [2, 1158, 2]], ["have in mind", [2, 1158, 3]], ["entail", [2, 1158, 4]], ["signify", [2, 1158, 5]], ["think", [2, 1158, 6]], ["intend", [2, 1158, 7]], ["imply", [2, 1158, 8]]]}, {"answer": "measured", "hint": "synonyms for measured", "clues": [["measure", [2, 1159, 0]], ["measure out", [2, 1159, 1]], ["assess", [2, 1159, 2]], ["appraise", [2, 1159, 3]], ["mensurate", [2, 1159, 4]], ["valuate", [2, 1159, 5]], ["quantify", [2, 1159, 6]], ["value", [2, 1159, 7]]]}, {"answer": "mediate", "hint": "synonyms for mediate", "clues": [["liaise", [2, 1160, 0]], ["intermediate", [2, 1160, 1]], ["arbitrate", [2, 1160, 2]], ["intercede", [2, 1160, 3]]]}, {"answer": "mediated", "hint": "synonyms for mediated", "clues": [["mediate", [2, 1161, 0]], ["intermediate", [2, 1161, 1]], ["intercede", [2, 1161, 2]], ["liaise", [2, 1161, 3]], ["arbitrate", [2, 1161, 4]]]}, {"answer": "meet", "hint": "synonyms for meet", "clues": [["fulfill", [2, 1162, 0]], ["assemble", [2, 1162, 1]], ["contact", [2, 1162, 2]], ["see", [2, 1162, 3]], ["touch", [2, 1162, 4]], ["run into", [2, 1162, 5]], ["converge", [2, 1162, 6]], ["match", [2, 1162, 7]], ["encounter", [2, 1162, 8]], ["foregather", [2, 1162, 9]], ["suffer", [2, 1162, 10]], ["fit", [2, 1162, 11]], ["fill", [2, 1162, 12]], ["conform to", [2, 1162, 13]], ["receive", [2, 1162, 14]], ["run across", [2, 1162, 15]], ["adjoin", [2, 1162, 16]], ["cope with", [2, 1162, 17]], ["satisfy", [2, 1162, 18]], ["play", [2, 1162, 19]], ["gather", [2, 1162, 20]], ["get together", [2, 1162, 21]], ["come across", [2, 1162, 22]], ["take on", [2, 1162, 23]]]}, {"answer": "melted", "hint": "synonyms for melted", "clues": [["disappear", [2, 1163, 0]], ["melt", [2, 1163, 1]], ["mellow", [2, 1163, 2]], ["meld", [2, 1163, 3]], ["fade", [2, 1163, 4]], ["melt down", [2, 1163, 5]], ["run", [2, 1163, 6]], ["evaporate", [2, 1163, 7]], ["dissolve", [2, 1163, 8]], ["mellow out", [2, 1163, 9]], ["thaw", [2, 1163, 10]], ["dethaw", [2, 1163, 11]], ["unfreeze", [2, 1163, 12]], ["unthaw", [2, 1163, 13]]]}, {"answer": "melting", "hint": "synonyms for melting", "clues": [["disappear", [2, 1164, 0]], ["melt", [2, 1164, 1]], ["mellow", [2, 1164, 2]], ["meld", [2, 1164, 3]], ["fade", [2, 1164, 4]], ["melt down", [2, 1164, 5]], ["run", [2, 1164, 6]], ["evaporate", [2, 1164, 7]], ["dissolve", [2, 1164, 8]], ["mellow out", [2, 1164, 9]], ["thaw", [2, 1164, 10]], ["dethaw", [2, 1164, 11]], ["unfreeze", [2, 1164, 12]], ["unthaw", [2, 1164, 13]]]}, {"answer": "menacing", "hint": "synonyms for menacing", "clues": [["imperil", [2, 1165, 0]], ["menace", [2, 1165, 1]], ["threaten", [2, 1165, 2]], ["peril", [2, 1165, 3]], ["jeopardise", [2, 1165, 4]], ["endanger", [2, 1165, 5]]]}, {"answer": "merged", "hint": "synonyms for merged", "clues": [["merge", [2, 1166, 0]], ["conflate", [2, 1166, 1]], ["fuse", [2, 1166, 2]], ["unite", [2, 1166, 3]], ["meld", [2, 1166, 4]], ["commingle", [2, 1166, 5]], ["unify", [2, 1166, 6]], ["combine", [2, 1166, 7]], ["coalesce", [2, 1166, 8]], ["mix", [2, 1166, 9]], ["flux", [2, 1166, 10]], ["immix", [2, 1166, 11]], ["blend", [2, 1166, 12]]]}, {"answer": "merging", "hint": "synonyms for merging", "clues": [["merge", [2, 1167, 0]], ["conflate", [2, 1167, 1]], ["fuse", [2, 1167, 2]], ["unite", [2, 1167, 3]], ["meld", [2, 1167, 4]], ["commingle", [2, 1167, 5]], ["unify", [2, 1167, 6]], ["combine", [2, 1167, 7]], ["coalesce", [2, 1167, 8]], ["mix", [2, 1167, 9]], ["flux", [2, 1167, 10]], ["immix", [2, 1167, 11]], ["blend", [2, 1167, 12]]]}, {"answer": "meshed", "hint": "synonyms for meshed", "clues": [["enmesh", [2, 1168, 0]], ["ensnarl", [2, 1168, 1]], ["operate", [2, 1168, 2]], ["lock", [2, 1168, 3]], ["engage", [2, 1168, 4]], ["interlock", [2, 1168, 5]], ["mesh", [2, 1168, 6]]]}, {"answer": "mesmerised", "hint": "synonyms for mesmerised", "clues": [["magnetise", [2, 1169, 0]], ["mesmerize", [2, 1169, 1]], ["hypnotize", [2, 1169, 2]], ["bewitch", [2, 1169, 3]], ["spellbind", [2, 1169, 4]]]}, {"answer": "mesmerized", "hint": "synonyms for mesmerized", "clues": [["magnetise", [2, 1170, 0]], ["mesmerize", [2, 1170, 1]], ["hypnotize", [2, 1170, 2]], ["bewitch", [2, 1170, 3]], ["spellbind", [2, 1170, 4]]]}, {"answer": "mesmerizing", "hint": "synonyms for mesmerizing", "clues": [["magnetise", [2, 1171, 0]], ["mesmerize", [2, 1171, 1]], ["hypnotize", [2, 1171, 2]], ["bewitch", [2, 1171, 3]], ["spellbind", [2, 1171, 4]]]}, {"answer": "minded", "hint": "synonyms for minded", "clues": [["mind", [2, 1172, 0]], ["bear in mind", [2, 1172, 1]], ["beware", [2, 1172, 2]], ["heed", [2, 1172, 3]], ["listen", [2, 1172, 4]], ["take care", [2, 1172, 5]]]}, {"answer": "minimized", "hint": "synonyms for minimized", "clues": [["minimize", [2, 1173, 0]], ["understate", [2, 1173, 1]], ["belittle", [2, 1173, 2]], ["downplay", [2, 1173, 3]], ["derogate", [2, 1173, 4]], ["denigrate", [2, 1173, 5]]]}, {"answer": "mired", "hint": "synonyms for mired", "clues": [["mud", [2, 1174, 0]], ["mire", [2, 1174, 1]], ["muck", [2, 1174, 2]], ["grind to a halt", [2, 1174, 3]], ["entangle", [2, 1174, 4]], ["get stuck", [2, 1174, 5]], ["bog down", [2, 1174, 6]], ["muck up", [2, 1174, 7]]]}, {"answer": "misappropriated", "hint": "synonyms for misappropriated", "clues": [["defalcate", [2, 1175, 0]], ["misappropriate", [2, 1175, 1]], ["malversate", [2, 1175, 2]], ["peculate", [2, 1175, 3]], ["embezzle", [2, 1175, 4]]]}, {"answer": "misguided", "hint": "synonyms for misguided", "clues": [["misadvise", [2, 1176, 0]], ["lead astray", [2, 1176, 1]], ["misdirect", [2, 1176, 2]], ["misguide", [2, 1176, 3]], ["mislead", [2, 1176, 4]]]}, {"answer": "misleading", "hint": "synonyms for misleading", "clues": [["lead astray", [2, 1177, 0]], ["misdirect", [2, 1177, 1]], ["misguide", [2, 1177, 2]], ["misinform", [2, 1177, 3]], ["mislead", [2, 1177, 4]]]}, {"answer": "misrepresented", "hint": "synonyms for misrepresented", "clues": [["manipulate", [2, 1178, 0]], ["falsify", [2, 1178, 1]], ["wangle", [2, 1178, 2]], ["fudge", [2, 1178, 3]], ["belie", [2, 1178, 4]], ["fake", [2, 1178, 5]], ["misrepresent", [2, 1178, 6]], ["cook", [2, 1178, 7]]]}, {"answer": "missed", "hint": "synonyms for missed", "clues": [["escape", [2, 1179, 0]], ["lack", [2, 1179, 1]], ["miss", [2, 1179, 2]], ["pretermit", [2, 1179, 3]], ["overlook", [2, 1179, 4]], ["drop", [2, 1179, 5]], ["neglect", [2, 1179, 6]], ["omit", [2, 1179, 7]], ["overleap", [2, 1179, 8]], ["leave out", [2, 1179, 9]], ["lose", [2, 1179, 10]]]}, {"answer": "missing", "hint": "synonyms for missing", "clues": [["escape", [2, 1180, 0]], ["lack", [2, 1180, 1]], ["miss", [2, 1180, 2]], ["pretermit", [2, 1180, 3]], ["overlook", [2, 1180, 4]], ["drop", [2, 1180, 5]], ["neglect", [2, 1180, 6]], ["omit", [2, 1180, 7]], ["overleap", [2, 1180, 8]], ["leave out", [2, 1180, 9]], ["lose", [2, 1180, 10]]]}, {"answer": "mistaken", "hint": "synonyms for mistaken", "clues": [["mistake", [2, 1181, 0]], ["err", [2, 1181, 1]], ["misidentify", [2, 1181, 2]], ["slip", [2, 1181, 3]]]}, {"answer": "mistreated", "hint": "synonyms for mistreated", "clues": [["ill-treat", [2, 1182, 0]], ["ill-use", [2, 1182, 1]], ["step", [2, 1182, 2]], ["abuse", [2, 1182, 3]], ["mistreat", [2, 1182, 4]], ["maltreat", [2, 1182, 5]]]}, {"answer": "misunderstood", "hint": "synonyms for misunderstood", "clues": [["misinterpret", [2, 1183, 0]], ["misapprehend", [2, 1183, 1]], ["misconceive", [2, 1183, 2]], ["misunderstand", [2, 1183, 3]], ["misconstrue", [2, 1183, 4]], ["be amiss", [2, 1183, 5]]]}, {"answer": "misused", "hint": "synonyms for misused", "clues": [["abuse", [2, 1184, 0]], ["misuse", [2, 1184, 1]], ["misapply", [2, 1184, 2]], ["pervert", [2, 1184, 3]]]}, {"answer": "mixed", "hint": "synonyms for mixed", "clues": [["conflate", [2, 1185, 0]], ["fuse", [2, 1185, 1]], ["mix", [2, 1185, 2]], ["meld", [2, 1185, 3]], ["ruffle", [2, 1185, 4]], ["unify", [2, 1185, 5]], ["coalesce", [2, 1185, 6]], ["desegregate", [2, 1185, 7]], ["commix", [2, 1185, 8]], ["immix", [2, 1185, 9]], ["shuffle", [2, 1185, 10]], ["mingle", [2, 1185, 11]], ["merge", [2, 1185, 12]], ["integrate", [2, 1185, 13]], ["commingle", [2, 1185, 14]], ["mix in", [2, 1185, 15]], ["combine", [2, 1185, 16]], ["flux", [2, 1185, 17]], ["amalgamate", [2, 1185, 18]], ["blend", [2, 1185, 19]]]}, {"answer": "model", "hint": "synonyms for model", "clues": [["posture", [2, 1186, 0]], ["mould", [2, 1186, 1]], ["sit", [2, 1186, 2]], ["pose", [2, 1186, 3]], ["pattern", [2, 1186, 4]], ["simulate", [2, 1186, 5]], ["mock up", [2, 1186, 6]]]}, {"answer": "modeled", "hint": "synonyms for modeled", "clues": [["posture", [2, 1187, 0]], ["mold", [2, 1187, 1]], ["sit", [2, 1187, 2]], ["model", [2, 1187, 3]], ["pose", [2, 1187, 4]], ["pattern", [2, 1187, 5]], ["simulate", [2, 1187, 6]], ["mock up", [2, 1187, 7]]]}, {"answer": "moderate", "hint": "synonyms for moderate", "clues": [["check", [2, 1188, 0]], ["mince", [2, 1188, 1]], ["chair", [2, 1188, 2]], ["temper", [2, 1188, 3]], ["contain", [2, 1188, 4]], ["hold", [2, 1188, 5]], ["control", [2, 1188, 6]], ["curb", [2, 1188, 7]], ["hold in", [2, 1188, 8]], ["tone down", [2, 1188, 9]], ["lead", [2, 1188, 10]], ["tame", [2, 1188, 11]], ["chasten", [2, 1188, 12]], ["soften", [2, 1188, 13]]]}, {"answer": "moderating", "hint": "synonyms for moderating", "clues": [["check", [2, 1189, 0]], ["moderate", [2, 1189, 1]], ["curb", [2, 1189, 2]], ["hold in", [2, 1189, 3]], ["lead", [2, 1189, 4]], ["tame", [2, 1189, 5]], ["chasten", [2, 1189, 6]], ["soften", [2, 1189, 7]], ["mince", [2, 1189, 8]], ["chair", [2, 1189, 9]], ["temper", [2, 1189, 10]], ["contain", [2, 1189, 11]], ["hold", [2, 1189, 12]], ["control", [2, 1189, 13]], ["tone down", [2, 1189, 14]]]}, {"answer": "modified", "hint": "synonyms for modified", "clues": [["modify", [2, 1190, 0]], ["qualify", [2, 1190, 1]], ["change", [2, 1190, 2]], ["alter", [2, 1190, 3]]]}, {"answer": "modulated", "hint": "synonyms for modulated", "clues": [["modulate", [2, 1191, 0]], ["inflect", [2, 1191, 1]], ["regulate", [2, 1191, 2]], ["tone", [2, 1191, 3]]]}, {"answer": "molded", "hint": "synonyms for molded", "clues": [["determine", [2, 1192, 0]], ["mold", [2, 1192, 1]], ["forge", [2, 1192, 2]], ["regulate", [2, 1192, 3]], ["work", [2, 1192, 4]], ["shape", [2, 1192, 5]], ["influence", [2, 1192, 6]], ["mildew", [2, 1192, 7]], ["cast", [2, 1192, 8]], ["form", [2, 1192, 9]], ["model", [2, 1192, 10]]]}, {"answer": "molten", "hint": "synonyms for molten", "clues": [["disappear", [2, 1193, 0]], ["melt", [2, 1193, 1]], ["mellow", [2, 1193, 2]], ["meld", [2, 1193, 3]], ["fade", [2, 1193, 4]], ["melt down", [2, 1193, 5]], ["run", [2, 1193, 6]], ["evaporate", [2, 1193, 7]], ["dissolve", [2, 1193, 8]], ["mellow out", [2, 1193, 9]], ["thaw", [2, 1193, 10]], ["dethaw", [2, 1193, 11]], ["unfreeze", [2, 1193, 12]], ["unthaw", [2, 1193, 13]]]}, {"answer": "moot", "hint": "synonyms for moot", "clues": [["turn over", [2, 1194, 0]], ["debate", [2, 1194, 1]], ["deliberate", [2, 1194, 2]], ["consider", [2, 1194, 3]]]}, {"answer": "mortified", "hint": "synonyms for mortified", "clues": [["gangrene", [2, 1195, 0]], ["chagrin", [2, 1195, 1]], ["sphacelate", [2, 1195, 2]], ["mortify", [2, 1195, 3]], ["subdue", [2, 1195, 4]], ["necrose", [2, 1195, 5]], ["humble", [2, 1195, 6]], ["abase", [2, 1195, 7]], ["crucify", [2, 1195, 8]], ["humiliate", [2, 1195, 9]]]}, {"answer": "mortifying", "hint": "synonyms for mortifying", "clues": [["gangrene", [2, 1196, 0]], ["chagrin", [2, 1196, 1]], ["sphacelate", [2, 1196, 2]], ["mortify", [2, 1196, 3]], ["subdue", [2, 1196, 4]], ["necrose", [2, 1196, 5]], ["humble", [2, 1196, 6]], ["abase", [2, 1196, 7]], ["crucify", [2, 1196, 8]], ["humiliate", [2, 1196, 9]]]}, {"answer": "motivated", "hint": "synonyms for motivated", "clues": [["propel", [2, 1197, 0]], ["incite", [2, 1197, 1]], ["prompt", [2, 1197, 2]], ["actuate", [2, 1197, 3]], ["motivate", [2, 1197, 4]], ["move", [2, 1197, 5]]]}, {"answer": "motivating", "hint": "synonyms for motivating", "clues": [["propel", [2, 1198, 0]], ["incite", [2, 1198, 1]], ["prompt", [2, 1198, 2]], ["actuate", [2, 1198, 3]], ["motivate", [2, 1198, 4]], ["move", [2, 1198, 5]]]}, {"answer": "mottled", "hint": "synonyms for mottled", "clues": [["cloud", [2, 1199, 0]], ["blotch", [2, 1199, 1]], ["dapple", [2, 1199, 2]], ["mottle", [2, 1199, 3]], ["streak", [2, 1199, 4]]]}, {"answer": "mounted", "hint": "synonyms for mounted", "clues": [["mount", [2, 1200, 0]], ["hop on", [2, 1200, 1]], ["climb on", [2, 1200, 2]], ["jump on", [2, 1200, 3]], ["put on", [2, 1200, 4]], ["wax", [2, 1200, 5]], ["bestride", [2, 1200, 6]], ["get on", [2, 1200, 7]], ["rise", [2, 1200, 8]], ["climb up", [2, 1200, 9]], ["mount up", [2, 1200, 10]], ["climb", [2, 1200, 11]], ["go up", [2, 1200, 12]], ["ride", [2, 1200, 13]]]}, {"answer": "moved", "hint": "synonyms for moved", "clues": [["propel", [2, 1201, 0]], ["move", [2, 1201, 1]], ["prompt", [2, 1201, 2]], ["make a motion", [2, 1201, 3]], ["be active", [2, 1201, 4]], ["actuate", [2, 1201, 5]], ["displace", [2, 1201, 6]], ["proceed", [2, 1201, 7]], ["incite", [2, 1201, 8]], ["locomote", [2, 1201, 9]], ["go", [2, 1201, 10]], ["travel", [2, 1201, 11]], ["impress", [2, 1201, 12]], ["run", [2, 1201, 13]], ["act", [2, 1201, 14]], ["affect", [2, 1201, 15]], ["motivate", [2, 1201, 16]], ["strike", [2, 1201, 17]]]}, {"answer": "moving", "hint": "synonyms for moving", "clues": [["propel", [2, 1202, 0]], ["move", [2, 1202, 1]], ["prompt", [2, 1202, 2]], ["make a motion", [2, 1202, 3]], ["be active", [2, 1202, 4]], ["actuate", [2, 1202, 5]], ["displace", [2, 1202, 6]], ["proceed", [2, 1202, 7]], ["incite", [2, 1202, 8]], ["locomote", [2, 1202, 9]], ["go", [2, 1202, 10]], ["travel", [2, 1202, 11]], ["impress", [2, 1202, 12]], ["run", [2, 1202, 13]], ["act", [2, 1202, 14]], ["affect", [2, 1202, 15]], ["motivate", [2, 1202, 16]], ["strike", [2, 1202, 17]]]}, {"answer": "mown", "hint": "synonyms for mown", "clues": [["cut down", [2, 1203, 0]], ["mow", [2, 1203, 1]], ["pout", [2, 1203, 2]], ["mop", [2, 1203, 3]]]}, {"answer": "muffled", "hint": "synonyms for muffled", "clues": [["stifle", [2, 1204, 0]], ["dampen", [2, 1204, 1]], ["muffle", [2, 1204, 2]], ["strangle", [2, 1204, 3]], ["damp", [2, 1204, 4]], ["smother", [2, 1204, 5]], ["mute", [2, 1204, 6]], ["tone down", [2, 1204, 7]], ["dull", [2, 1204, 8]], ["repress", [2, 1204, 9]]]}, {"answer": "multiplied", "hint": "synonyms for multiplied", "clues": [["procreate", [2, 1205, 0]], ["manifold", [2, 1205, 1]], ["breed", [2, 1205, 2]], ["reproduce", [2, 1205, 3]], ["multiply", [2, 1205, 4]]]}, {"answer": "murdered", "hint": "synonyms for murdered", "clues": [["dispatch", [2, 1206, 0]], ["murder", [2, 1206, 1]], ["mangle", [2, 1206, 2]], ["hit", [2, 1206, 3]], ["slay", [2, 1206, 4]], ["polish off", [2, 1206, 5]], ["off", [2, 1206, 6]], ["mutilate", [2, 1206, 7]], ["remove", [2, 1206, 8]], ["bump off", [2, 1206, 9]]]}, {"answer": "murmuring", "hint": "synonyms for murmuring", "clues": [["croak", [2, 1207, 0]], ["gnarl", [2, 1207, 1]], ["mutter", [2, 1207, 2]], ["murmur", [2, 1207, 3]], ["grumble", [2, 1207, 4]]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["think over", [2, 1208, 0]], ["excogitate", [2, 1208, 1]], ["reflect", [2, 1208, 2]], ["muse", [2, 1208, 3]], ["speculate", [2, 1208, 4]], ["ruminate", [2, 1208, 5]], ["mull over", [2, 1208, 6]], ["contemplate", [2, 1208, 7]], ["ponder", [2, 1208, 8]], ["mull", [2, 1208, 9]], ["chew over", [2, 1208, 10]], ["meditate", [2, 1208, 11]]]}, {"answer": "mute", "hint": "synonyms for mute", "clues": [["damp", [2, 1209, 0]], ["tone down", [2, 1209, 1]], ["muffle", [2, 1209, 2]], ["dampen", [2, 1209, 3]], ["dull", [2, 1209, 4]]]}, {"answer": "muted", "hint": "synonyms for muted", "clues": [["damp", [2, 1210, 0]], ["mute", [2, 1210, 1]], ["tone down", [2, 1210, 2]], ["muffle", [2, 1210, 3]], ["dampen", [2, 1210, 4]], ["dull", [2, 1210, 5]]]}, {"answer": "mutilated", "hint": "synonyms for mutilated", "clues": [["cut up", [2, 1211, 0]], ["mutilate", [2, 1211, 1]], ["mangle", [2, 1211, 2]], ["murder", [2, 1211, 3]], ["mar", [2, 1211, 4]]]}, {"answer": "mystified", "hint": "synonyms for mystified", "clues": [["baffle", [2, 1212, 0]], ["beat", [2, 1212, 1]], ["mystify", [2, 1212, 2]], ["pose", [2, 1212, 3]], ["puzzle", [2, 1212, 4]], ["stick", [2, 1212, 5]], ["vex", [2, 1212, 6]], ["flummox", [2, 1212, 7]], ["get", [2, 1212, 8]], ["stupefy", [2, 1212, 9]], ["perplex", [2, 1212, 10]], ["dumbfound", [2, 1212, 11]], ["gravel", [2, 1212, 12]], ["bewilder", [2, 1212, 13]], ["amaze", [2, 1212, 14]], ["nonplus", [2, 1212, 15]]]}, {"answer": "mystifying", "hint": "synonyms for mystifying", "clues": [["baffle", [2, 1213, 0]], ["beat", [2, 1213, 1]], ["mystify", [2, 1213, 2]], ["pose", [2, 1213, 3]], ["puzzle", [2, 1213, 4]], ["stick", [2, 1213, 5]], ["vex", [2, 1213, 6]], ["flummox", [2, 1213, 7]], ["get", [2, 1213, 8]], ["stupefy", [2, 1213, 9]], ["perplex", [2, 1213, 10]], ["dumbfound", [2, 1213, 11]], ["gravel", [2, 1213, 12]], ["bewilder", [2, 1213, 13]], ["amaze", [2, 1213, 14]], ["nonplus", [2, 1213, 15]]]}, {"answer": "naming", "hint": "synonyms for naming", "clues": [["key", [2, 1214, 0]], ["name", [2, 1214, 1]], ["bring up", [2, 1214, 2]], ["make", [2, 1214, 3]], ["refer", [2, 1214, 4]], ["identify", [2, 1214, 5]], ["distinguish", [2, 1214, 6]], ["discover", [2, 1214, 7]], ["appoint", [2, 1214, 8]], ["key out", [2, 1214, 9]], ["constitute", [2, 1214, 10]], ["advert", [2, 1214, 11]], ["call", [2, 1214, 12]], ["nominate", [2, 1214, 13]], ["describe", [2, 1214, 14]], ["list", [2, 1214, 15]], ["diagnose", [2, 1214, 16]], ["mention", [2, 1214, 17]], ["cite", [2, 1214, 18]]]}, {"answer": "narrow", "hint": "synonyms for narrow", "clues": [["constrict", [2, 1215, 0]], ["specialize", [2, 1215, 1]], ["constringe", [2, 1215, 2]], ["narrow down", [2, 1215, 3]], ["pin down", [2, 1215, 4]], ["peg down", [2, 1215, 5]], ["nail down", [2, 1215, 6]], ["specify", [2, 1215, 7]], ["contract", [2, 1215, 8]]]}, {"answer": "narrowed", "hint": "synonyms for narrowed", "clues": [["constrict", [2, 1216, 0]], ["narrow", [2, 1216, 1]], ["specialize", [2, 1216, 2]], ["constringe", [2, 1216, 3]], ["narrow down", [2, 1216, 4]], ["pin down", [2, 1216, 5]], ["peg down", [2, 1216, 6]], ["nail down", [2, 1216, 7]], ["specify", [2, 1216, 8]], ["contract", [2, 1216, 9]]]}, {"answer": "narrowing", "hint": "synonyms for narrowing", "clues": [["constrict", [2, 1217, 0]], ["narrow", [2, 1217, 1]], ["specialize", [2, 1217, 2]], ["constringe", [2, 1217, 3]], ["narrow down", [2, 1217, 4]], ["pin down", [2, 1217, 5]], ["peg down", [2, 1217, 6]], ["nail down", [2, 1217, 7]], ["specify", [2, 1217, 8]], ["contract", [2, 1217, 9]]]}, {"answer": "naturalised", "hint": "synonyms for naturalised", "clues": [["domesticate", [2, 1218, 0]], ["cultivate", [2, 1218, 1]], ["tame", [2, 1218, 2]], ["naturalise", [2, 1218, 3]]]}, {"answer": "naturalized", "hint": "synonyms for naturalized", "clues": [["domesticate", [2, 1219, 0]], ["naturalize", [2, 1219, 1]], ["cultivate", [2, 1219, 2]], ["tame", [2, 1219, 3]]]}, {"answer": "nauseated", "hint": "synonyms for nauseated", "clues": [["churn up", [2, 1220, 0]], ["disgust", [2, 1220, 1]], ["sicken", [2, 1220, 2]], ["nauseate", [2, 1220, 3]], ["revolt", [2, 1220, 4]], ["turn one's stomach", [2, 1220, 5]]]}, {"answer": "nauseating", "hint": "synonyms for nauseating", "clues": [["churn up", [2, 1221, 0]], ["disgust", [2, 1221, 1]], ["sicken", [2, 1221, 2]], ["nauseate", [2, 1221, 3]], ["revolt", [2, 1221, 4]], ["turn one's stomach", [2, 1221, 5]]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["approach", [2, 1222, 0]], ["draw close", [2, 1222, 1]], ["come on", [2, 1222, 2]], ["go up", [2, 1222, 3]], ["draw near", [2, 1222, 4]], ["come near", [2, 1222, 5]]]}, {"answer": "needed", "hint": "synonyms for needed", "clues": [["ask", [2, 1223, 0]], ["involve", [2, 1223, 1]], ["need", [2, 1223, 2]], ["require", [2, 1223, 3]], ["demand", [2, 1223, 4]], ["want", [2, 1223, 5]], ["necessitate", [2, 1223, 6]], ["call for", [2, 1223, 7]], ["take", [2, 1223, 8]], ["postulate", [2, 1223, 9]]]}, {"answer": "neglected", "hint": "synonyms for neglected", "clues": [["neglect", [2, 1224, 0]], ["overlook", [2, 1224, 1]], ["drop", [2, 1224, 2]], ["omit", [2, 1224, 3]], ["overleap", [2, 1224, 4]], ["pretermit", [2, 1224, 5]], ["ignore", [2, 1224, 6]], ["disregard", [2, 1224, 7]], ["leave out", [2, 1224, 8]], ["miss", [2, 1224, 9]], ["fail", [2, 1224, 10]]]}, {"answer": "nestled", "hint": "synonyms for nestled", "clues": [["nest", [2, 1225, 0]], ["snuggle", [2, 1225, 1]], ["nuzzle", [2, 1225, 2]], ["nestle", [2, 1225, 3]], ["draw close", [2, 1225, 4]], ["cuddle", [2, 1225, 5]]]}, {"answer": "net", "hint": "synonyms for net", "clues": [["sack", [2, 1226, 0]], ["clear", [2, 1226, 1]], ["web", [2, 1226, 2]], ["sack up", [2, 1226, 3]], ["nett", [2, 1226, 4]]]}, {"answer": "netted", "hint": "synonyms for netted", "clues": [["sack", [2, 1227, 0]], ["clear", [2, 1227, 1]], ["sack up", [2, 1227, 2]], ["web", [2, 1227, 3]], ["nett", [2, 1227, 4]]]}, {"answer": "nettled", "hint": "synonyms for nettled", "clues": [["annoy", [2, 1228, 0]], ["vex", [2, 1228, 1]], ["nettle", [2, 1228, 2]], ["chafe", [2, 1228, 3]], ["devil", [2, 1228, 4]], ["rag", [2, 1228, 5]], ["urticate", [2, 1228, 6]], ["bother", [2, 1228, 7]], ["nark", [2, 1228, 8]], ["rile", [2, 1228, 9]], ["irritate", [2, 1228, 10]], ["get at", [2, 1228, 11]], ["gravel", [2, 1228, 12]], ["get to", [2, 1228, 13]]]}, {"answer": "neutered", "hint": "synonyms for neutered", "clues": [["neuter", [2, 1229, 0]], ["spay", [2, 1229, 1]], ["castrate", [2, 1229, 2]], ["alter", [2, 1229, 3]]]}, {"answer": "neutralised", "hint": "synonyms for neutralised", "clues": [["negate", [2, 1230, 0]], ["neutralise", [2, 1230, 1]], ["do in", [2, 1230, 2]], ["waste", [2, 1230, 3]], ["nullify", [2, 1230, 4]], ["knock off", [2, 1230, 5]], ["liquidate", [2, 1230, 6]]]}, {"answer": "neutralized", "hint": "synonyms for neutralized", "clues": [["negate", [2, 1231, 0]], ["do in", [2, 1231, 1]], ["waste", [2, 1231, 2]], ["neutralize", [2, 1231, 3]], ["liquidate", [2, 1231, 4]], ["nullify", [2, 1231, 5]], ["counterbalance", [2, 1231, 6]], ["counteract", [2, 1231, 7]], ["knock off", [2, 1231, 8]], ["countervail", [2, 1231, 9]]]}, {"answer": "niggling", "hint": "synonyms for niggling", "clues": [["quibble", [2, 1232, 0]], ["niggle", [2, 1232, 1]], ["squabble", [2, 1232, 2]], ["fret", [2, 1232, 3]], ["brabble", [2, 1232, 4]], ["bicker", [2, 1232, 5]], ["pettifog", [2, 1232, 6]], ["fuss", [2, 1232, 7]]]}, {"answer": "nipping", "hint": "synonyms for nipping", "clues": [["tweet", [2, 1233, 0]], ["snip", [2, 1233, 1]], ["nip off", [2, 1233, 2]], ["squeeze", [2, 1233, 3]], ["twitch", [2, 1233, 4]], ["pinch", [2, 1233, 5]], ["twinge", [2, 1233, 6]], ["clip", [2, 1233, 7]]]}, {"answer": "nominated", "hint": "synonyms for nominated", "clues": [["constitute", [2, 1234, 0]], ["name", [2, 1234, 1]], ["put forward", [2, 1234, 2]], ["put up", [2, 1234, 3]], ["propose", [2, 1234, 4]], ["nominate", [2, 1234, 5]], ["make", [2, 1234, 6]], ["appoint", [2, 1234, 7]]]}, {"answer": "nonplused", "hint": "synonyms for nonplused", "clues": [["baffle", [2, 1235, 0]], ["beat", [2, 1235, 1]], ["mystify", [2, 1235, 2]], ["pose", [2, 1235, 3]], ["puzzle", [2, 1235, 4]], ["stick", [2, 1235, 5]], ["vex", [2, 1235, 6]], ["flummox", [2, 1235, 7]], ["get", [2, 1235, 8]], ["stupefy", [2, 1235, 9]], ["perplex", [2, 1235, 10]], ["dumbfound", [2, 1235, 11]], ["gravel", [2, 1235, 12]], ["bewilder", [2, 1235, 13]], ["amaze", [2, 1235, 14]], ["nonplus", [2, 1235, 15]]]}, {"answer": "nonplussed", "hint": "synonyms for nonplussed", "clues": [["baffle", [2, 1236, 0]], ["beat", [2, 1236, 1]], ["mystify", [2, 1236, 2]], ["pose", [2, 1236, 3]], ["puzzle", [2, 1236, 4]], ["stick", [2, 1236, 5]], ["vex", [2, 1236, 6]], ["flummox", [2, 1236, 7]], ["get", [2, 1236, 8]], ["stupefy", [2, 1236, 9]], ["perplex", [2, 1236, 10]], ["dumbfound", [2, 1236, 11]], ["gravel", [2, 1236, 12]], ["bewilder", [2, 1236, 13]], ["amaze", [2, 1236, 14]], ["nonplus", [2, 1236, 15]]]}, {"answer": "nosed", "hint": "synonyms for nosed", "clues": [["horn in", [2, 1237, 0]], ["nuzzle", [2, 1237, 1]], ["nose", [2, 1237, 2]], ["wind", [2, 1237, 3]], ["intrude", [2, 1237, 4]], ["poke", [2, 1237, 5]], ["scent", [2, 1237, 6]], ["pry", [2, 1237, 7]]]}, {"answer": "noted", "hint": "synonyms for noted", "clues": [["mark", [2, 1238, 0]], ["observe", [2, 1238, 1]], ["note", [2, 1238, 2]], ["notice", [2, 1238, 3]], ["take down", [2, 1238, 4]], ["mention", [2, 1238, 5]], ["remark", [2, 1238, 6]], ["take note", [2, 1238, 7]]]}, {"answer": "noticed", "hint": "synonyms for noticed", "clues": [["mark", [2, 1239, 0]], ["note", [2, 1239, 1]], ["find", [2, 1239, 2]], ["notice", [2, 1239, 3]], ["point out", [2, 1239, 4]], ["remark", [2, 1239, 5]], ["acknowledge", [2, 1239, 6]], ["observe", [2, 1239, 7]], ["detect", [2, 1239, 8]], ["comment", [2, 1239, 9]], ["discover", [2, 1239, 10]]]}, {"answer": "nourished", "hint": "synonyms for nourished", "clues": [["sustain", [2, 1240, 0]], ["nourish", [2, 1240, 1]], ["aliment", [2, 1240, 2]], ["nutrify", [2, 1240, 3]], ["nurture", [2, 1240, 4]]]}, {"answer": "nourishing", "hint": "synonyms for nourishing", "clues": [["sustain", [2, 1241, 0]], ["nourish", [2, 1241, 1]], ["aliment", [2, 1241, 2]], ["nutrify", [2, 1241, 3]], ["nurture", [2, 1241, 4]]]}, {"answer": "nullified", "hint": "synonyms for nullified", "clues": [["negate", [2, 1242, 0]], ["nullify", [2, 1242, 1]], ["invalidate", [2, 1242, 2]], ["annul", [2, 1242, 3]], ["avoid", [2, 1242, 4]], ["neutralize", [2, 1242, 5]], ["quash", [2, 1242, 6]]]}, {"answer": "numbing", "hint": "synonyms for numbing", "clues": [["benumb", [2, 1243, 0]], ["blunt", [2, 1243, 1]], ["dull", [2, 1243, 2]], ["numb", [2, 1243, 3]]]}, {"answer": "nursed", "hint": "synonyms for nursed", "clues": [["nurse", [2, 1244, 0]], ["harbor", [2, 1244, 1]], ["hold", [2, 1244, 2]], ["give suck", [2, 1244, 3]], ["suck", [2, 1244, 4]], ["wet-nurse", [2, 1244, 5]], ["breastfeed", [2, 1244, 6]], ["suckle", [2, 1244, 7]], ["lactate", [2, 1244, 8]], ["entertain", [2, 1244, 9]]]}, {"answer": "obligate", "hint": "synonyms for obligate", "clues": [["bind", [2, 1245, 0]], ["oblige", [2, 1245, 1]], ["compel", [2, 1245, 2]], ["hold", [2, 1245, 3]]]}, {"answer": "obligated", "hint": "synonyms for obligated", "clues": [["bind", [2, 1246, 0]], ["compel", [2, 1246, 1]], ["oblige", [2, 1246, 2]], ["hold", [2, 1246, 3]]]}, {"answer": "obliged", "hint": "synonyms for obliged", "clues": [["bind", [2, 1247, 0]], ["compel", [2, 1247, 1]], ["oblige", [2, 1247, 2]], ["accommodate", [2, 1247, 3]], ["hold", [2, 1247, 4]]]}, {"answer": "obliging", "hint": "synonyms for obliging", "clues": [["bind", [2, 1248, 0]], ["compel", [2, 1248, 1]], ["oblige", [2, 1248, 2]], ["accommodate", [2, 1248, 3]], ["hold", [2, 1248, 4]]]}, {"answer": "obliterate", "hint": "synonyms for obliterate", "clues": [["kill", [2, 1249, 0]], ["hide", [2, 1249, 1]], ["efface", [2, 1249, 2]], ["wipe out", [2, 1249, 3]], ["obscure", [2, 1249, 4]], ["blot out", [2, 1249, 5]], ["veil", [2, 1249, 6]]]}, {"answer": "obliterated", "hint": "synonyms for obliterated", "clues": [["hide", [2, 1250, 0]], ["obliterate", [2, 1250, 1]], ["wipe out", [2, 1250, 2]], ["kill", [2, 1250, 3]], ["efface", [2, 1250, 4]], ["obscure", [2, 1250, 5]], ["blot out", [2, 1250, 6]], ["veil", [2, 1250, 7]]]}, {"answer": "obscure", "hint": "synonyms for obscure", "clues": [["haze over", [2, 1251, 0]], ["becloud", [2, 1251, 1]], ["mist", [2, 1251, 2]], ["hide", [2, 1251, 3]], ["confuse", [2, 1251, 4]], ["overcloud", [2, 1251, 5]], ["obliterate", [2, 1251, 6]], ["bedim", [2, 1251, 7]], ["obnubilate", [2, 1251, 8]], ["blot out", [2, 1251, 9]], ["fog", [2, 1251, 10]], ["cloud", [2, 1251, 11]], ["veil", [2, 1251, 12]], ["befog", [2, 1251, 13]], ["blur", [2, 1251, 14]]]}, {"answer": "observed", "hint": "synonyms for observed", "clues": [["observe", [2, 1252, 0]], ["follow", [2, 1252, 1]], ["watch", [2, 1252, 2]], ["mention", [2, 1252, 3]], ["remark", [2, 1252, 4]], ["honor", [2, 1252, 5]], ["detect", [2, 1252, 6]], ["note", [2, 1252, 7]], ["maintain", [2, 1252, 8]], ["discover", [2, 1252, 9]], ["keep an eye on", [2, 1252, 10]], ["abide by", [2, 1252, 11]], ["take note", [2, 1252, 12]], ["keep", [2, 1252, 13]], ["celebrate", [2, 1252, 14]], ["find", [2, 1252, 15]], ["respect", [2, 1252, 16]], ["notice", [2, 1252, 17]], ["watch over", [2, 1252, 18]]]}, {"answer": "observing", "hint": "synonyms for observing", "clues": [["observe", [2, 1253, 0]], ["follow", [2, 1253, 1]], ["watch", [2, 1253, 2]], ["mention", [2, 1253, 3]], ["remark", [2, 1253, 4]], ["honor", [2, 1253, 5]], ["detect", [2, 1253, 6]], ["note", [2, 1253, 7]], ["maintain", [2, 1253, 8]], ["discover", [2, 1253, 9]], ["keep an eye on", [2, 1253, 10]], ["abide by", [2, 1253, 11]], ["take note", [2, 1253, 12]], ["keep", [2, 1253, 13]], ["celebrate", [2, 1253, 14]], ["find", [2, 1253, 15]], ["respect", [2, 1253, 16]], ["notice", [2, 1253, 17]], ["watch over", [2, 1253, 18]]]}, {"answer": "obstructed", "hint": "synonyms for obstructed", "clues": [["hinder", [2, 1254, 0]], ["blockade", [2, 1254, 1]], ["obturate", [2, 1254, 2]], ["close up", [2, 1254, 3]], ["impede", [2, 1254, 4]], ["block", [2, 1254, 5]], ["obstruct", [2, 1254, 6]], ["embarrass", [2, 1254, 7]], ["stymie", [2, 1254, 8]], ["stymy", [2, 1254, 9]], ["jam", [2, 1254, 10]], ["occlude", [2, 1254, 11]]]}, {"answer": "obviating", "hint": "synonyms for obviating", "clues": [["ward off", [2, 1255, 0]], ["avoid", [2, 1255, 1]], ["obviate", [2, 1255, 2]], ["avert", [2, 1255, 3]], ["rid of", [2, 1255, 4]], ["forefend", [2, 1255, 5]], ["head off", [2, 1255, 6]], ["stave off", [2, 1255, 7]], ["fend off", [2, 1255, 8]], ["deflect", [2, 1255, 9]], ["eliminate", [2, 1255, 10]], ["debar", [2, 1255, 11]]]}, {"answer": "occluded", "hint": "synonyms for occluded", "clues": [["obturate", [2, 1256, 0]], ["close up", [2, 1256, 1]], ["impede", [2, 1256, 2]], ["jam", [2, 1256, 3]], ["block", [2, 1256, 4]], ["occlude", [2, 1256, 5]], ["obstruct", [2, 1256, 6]]]}, {"answer": "occupied", "hint": "synonyms for occupied", "clues": [["fill", [2, 1257, 0]], ["worry", [2, 1257, 1]], ["occupy", [2, 1257, 2]], ["engage", [2, 1257, 3]], ["interest", [2, 1257, 4]], ["engross", [2, 1257, 5]], ["invade", [2, 1257, 6]], ["concern", [2, 1257, 7]], ["reside", [2, 1257, 8]], ["take", [2, 1257, 9]], ["absorb", [2, 1257, 10]], ["use up", [2, 1257, 11]], ["busy", [2, 1257, 12]], ["lodge in", [2, 1257, 13]]]}, {"answer": "off", "hint": "synonyms for off", "clues": [["dispatch", [2, 1258, 0]], ["hit", [2, 1258, 1]], ["slay", [2, 1258, 2]], ["polish off", [2, 1258, 3]], ["remove", [2, 1258, 4]], ["murder", [2, 1258, 5]], ["bump off", [2, 1258, 6]]]}, {"answer": "offended", "hint": "synonyms for offended", "clues": [["wound", [2, 1259, 0]], ["outrage", [2, 1259, 1]], ["offend", [2, 1259, 2]], ["pique", [2, 1259, 3]], ["scandalise", [2, 1259, 4]], ["shock", [2, 1259, 5]], ["spite", [2, 1259, 6]], ["go against", [2, 1259, 7]], ["transgress", [2, 1259, 8]], ["bruise", [2, 1259, 9]], ["violate", [2, 1259, 10]], ["hurt", [2, 1259, 11]], ["appal", [2, 1259, 12]], ["breach", [2, 1259, 13]], ["injure", [2, 1259, 14]], ["infract", [2, 1259, 15]], ["break", [2, 1259, 16]]]}, {"answer": "offending", "hint": "synonyms for offending", "clues": [["wound", [2, 1260, 0]], ["outrage", [2, 1260, 1]], ["offend", [2, 1260, 2]], ["pique", [2, 1260, 3]], ["scandalise", [2, 1260, 4]], ["shock", [2, 1260, 5]], ["spite", [2, 1260, 6]], ["go against", [2, 1260, 7]], ["transgress", [2, 1260, 8]], ["bruise", [2, 1260, 9]], ["violate", [2, 1260, 10]], ["hurt", [2, 1260, 11]], ["appal", [2, 1260, 12]], ["breach", [2, 1260, 13]], ["injure", [2, 1260, 14]], ["infract", [2, 1260, 15]], ["break", [2, 1260, 16]]]}, {"answer": "oiled", "hint": "synonyms for oiled", "clues": [["embrocate", [2, 1261, 0]], ["anele", [2, 1261, 1]], ["oil", [2, 1261, 2]], ["anoint", [2, 1261, 3]], ["inunct", [2, 1261, 4]]]}, {"answer": "oozing", "hint": "synonyms for oozing", "clues": [["seep", [2, 1262, 0]], ["exude", [2, 1262, 1]], ["ooze", [2, 1262, 2]], ["exudate", [2, 1262, 3]], ["ooze out", [2, 1262, 4]], ["transude", [2, 1262, 5]]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["open up", [2, 1263, 0]], ["unfold", [2, 1263, 1]], ["afford", [2, 1263, 2]], ["spread", [2, 1263, 3]], ["spread out", [2, 1263, 4]], ["give", [2, 1263, 5]]]}, {"answer": "opened", "hint": "synonyms for opened", "clues": [["unfold", [2, 1264, 0]], ["open", [2, 1264, 1]], ["open up", [2, 1264, 2]], ["give", [2, 1264, 3]], ["afford", [2, 1264, 4]], ["spread", [2, 1264, 5]], ["spread out", [2, 1264, 6]]]}, {"answer": "opening", "hint": "synonyms for opening", "clues": [["unfold", [2, 1265, 0]], ["open", [2, 1265, 1]], ["open up", [2, 1265, 2]], ["give", [2, 1265, 3]], ["afford", [2, 1265, 4]], ["spread", [2, 1265, 5]], ["spread out", [2, 1265, 6]]]}, {"answer": "operating", "hint": "synonyms for operating", "clues": [["manoeuver", [2, 1266, 0]], ["operate", [2, 1266, 1]], ["engage", [2, 1266, 2]], ["function", [2, 1266, 3]], ["go", [2, 1266, 4]], ["run", [2, 1266, 5]], ["work", [2, 1266, 6]], ["lock", [2, 1266, 7]], ["control", [2, 1266, 8]], ["mesh", [2, 1266, 9]], ["operate on", [2, 1266, 10]]]}, {"answer": "opposed", "hint": "synonyms for opposed", "clues": [["defend", [2, 1267, 0]], ["oppose", [2, 1267, 1]], ["fight down", [2, 1267, 2]], ["play off", [2, 1267, 3]], ["fight back", [2, 1267, 4]], ["pit", [2, 1267, 5]], ["match", [2, 1267, 6]], ["controvert", [2, 1267, 7]], ["react", [2, 1267, 8]], ["contradict", [2, 1267, 9]], ["fight", [2, 1267, 10]], ["counterbalance", [2, 1267, 11]]]}, {"answer": "opposing", "hint": "synonyms for opposing", "clues": [["defend", [2, 1268, 0]], ["oppose", [2, 1268, 1]], ["fight down", [2, 1268, 2]], ["play off", [2, 1268, 3]], ["fight back", [2, 1268, 4]], ["pit", [2, 1268, 5]], ["match", [2, 1268, 6]], ["controvert", [2, 1268, 7]], ["react", [2, 1268, 8]], ["contradict", [2, 1268, 9]], ["fight", [2, 1268, 10]], ["counterbalance", [2, 1268, 11]]]}, {"answer": "oppressed", "hint": "synonyms for oppressed", "clues": [["crush", [2, 1269, 0]], ["suppress", [2, 1269, 1]], ["oppress", [2, 1269, 2]], ["persecute", [2, 1269, 3]]]}, {"answer": "orchestrated", "hint": "synonyms for orchestrated", "clues": [["orchestrate", [2, 1270, 0]], ["organise", [2, 1270, 1]], ["mastermind", [2, 1270, 2]], ["engineer", [2, 1270, 3]], ["direct", [2, 1270, 4]]]}, {"answer": "ordained", "hint": "synonyms for ordained", "clues": [["ordain", [2, 1271, 0]], ["ordinate", [2, 1271, 1]], ["consecrate", [2, 1271, 2]], ["order", [2, 1271, 3]], ["enact", [2, 1271, 4]]]}, {"answer": "ordered", "hint": "synonyms for ordered", "clues": [["order", [2, 1272, 0]], ["tell", [2, 1272, 1]], ["regularize", [2, 1272, 2]], ["set up", [2, 1272, 3]], ["consecrate", [2, 1272, 4]], ["grade", [2, 1272, 5]], ["prescribe", [2, 1272, 6]], ["place", [2, 1272, 7]], ["ordain", [2, 1272, 8]], ["ordinate", [2, 1272, 9]], ["range", [2, 1272, 10]], ["put", [2, 1272, 11]], ["rank", [2, 1272, 12]], ["govern", [2, 1272, 13]], ["say", [2, 1272, 14]], ["rate", [2, 1272, 15]], ["regulate", [2, 1272, 16]], ["arrange", [2, 1272, 17]], ["enjoin", [2, 1272, 18]], ["dictate", [2, 1272, 19]]]}, {"answer": "organised", "hint": "synonyms for organised", "clues": [["organise", [2, 1273, 0]], ["unionise", [2, 1273, 1]], ["orchestrate", [2, 1273, 2]], ["get up", [2, 1273, 3]], ["engineer", [2, 1273, 4]], ["machinate", [2, 1273, 5]], ["direct", [2, 1273, 6]], ["form", [2, 1273, 7]], ["mastermind", [2, 1273, 8]], ["devise", [2, 1273, 9]], ["prepare", [2, 1273, 10]], ["coordinate", [2, 1273, 11]]]}, {"answer": "organized", "hint": "synonyms for organized", "clues": [["organise", [2, 1274, 0]], ["unionise", [2, 1274, 1]], ["orchestrate", [2, 1274, 2]], ["get up", [2, 1274, 3]], ["engineer", [2, 1274, 4]], ["machinate", [2, 1274, 5]], ["direct", [2, 1274, 6]], ["form", [2, 1274, 7]], ["mastermind", [2, 1274, 8]], ["devise", [2, 1274, 9]], ["prepare", [2, 1274, 10]], ["coordinate", [2, 1274, 11]]]}, {"answer": "oriented", "hint": "synonyms for oriented", "clues": [["orient", [2, 1275, 0]], ["tailor", [2, 1275, 1]], ["point", [2, 1275, 2]], ["orientate", [2, 1275, 3]]]}, {"answer": "orienting", "hint": "synonyms for orienting", "clues": [["orient", [2, 1276, 0]], ["tailor", [2, 1276, 1]], ["point", [2, 1276, 2]], ["orientate", [2, 1276, 3]]]}, {"answer": "oscillating", "hint": "synonyms for oscillating", "clues": [["oscillate", [2, 1277, 0]], ["hover", [2, 1277, 1]], ["vibrate", [2, 1277, 2]], ["vacillate", [2, 1277, 3]]]}, {"answer": "outfitted", "hint": "synonyms for outfitted", "clues": [["equip", [2, 1278, 0]], ["fit", [2, 1278, 1]], ["outfit", [2, 1278, 2]], ["fit out", [2, 1278, 3]]]}, {"answer": "outgoing", "hint": "synonyms for outgoing", "clues": [["outstrip", [2, 1279, 0]], ["outperform", [2, 1279, 1]], ["surmount", [2, 1279, 2]], ["outgo", [2, 1279, 3]], ["outmatch", [2, 1279, 4]], ["surpass", [2, 1279, 5]], ["outdo", [2, 1279, 6]], ["exceed", [2, 1279, 7]]]}, {"answer": "outlined", "hint": "synonyms for outlined", "clues": [["outline", [2, 1280, 0]], ["sketch", [2, 1280, 1]], ["limn", [2, 1280, 2]], ["draft", [2, 1280, 3]], ["adumbrate", [2, 1280, 4]], ["delineate", [2, 1280, 5]]]}, {"answer": "outraged", "hint": "synonyms for outraged", "clues": [["ravish", [2, 1281, 0]], ["outrage", [2, 1281, 1]], ["assault", [2, 1281, 2]], ["dishonour", [2, 1281, 3]], ["profane", [2, 1281, 4]], ["violate", [2, 1281, 5]], ["rape", [2, 1281, 6]], ["appal", [2, 1281, 7]], ["offend", [2, 1281, 8]], ["scandalise", [2, 1281, 9]], ["shock", [2, 1281, 10]], ["desecrate", [2, 1281, 11]]]}, {"answer": "overdressed", "hint": "synonyms for overdressed", "clues": [["deck up", [2, 1282, 0]], ["trick out", [2, 1282, 1]], ["overdress", [2, 1282, 2]], ["fig up", [2, 1282, 3]], ["get up", [2, 1282, 4]], ["fig out", [2, 1282, 5]], ["prink", [2, 1282, 6]], ["overclothe", [2, 1282, 7]], ["trick up", [2, 1282, 8]], ["gussy up", [2, 1282, 9]], ["tog out", [2, 1282, 10]], ["deck out", [2, 1282, 11]], ["attire", [2, 1282, 12]], ["dress up", [2, 1282, 13]], ["fancy up", [2, 1282, 14]], ["tog up", [2, 1282, 15]]]}, {"answer": "overflowing", "hint": "synonyms for overflowing", "clues": [["run over", [2, 1283, 0]], ["overflow", [2, 1283, 1]], ["bubble over", [2, 1283, 2]], ["spill over", [2, 1283, 3]], ["brim over", [2, 1283, 4]], ["well over", [2, 1283, 5]], ["overrun", [2, 1283, 6]]]}, {"answer": "overloaded", "hint": "synonyms for overloaded", "clues": [["surcharge", [2, 1284, 0]], ["overload", [2, 1284, 1]], ["overcharge", [2, 1284, 2]], ["clog", [2, 1284, 3]]]}, {"answer": "overlooked", "hint": "synonyms for overlooked", "clues": [["overlook", [2, 1285, 0]], ["drop", [2, 1285, 1]], ["neglect", [2, 1285, 2]], ["look across", [2, 1285, 3]], ["omit", [2, 1285, 4]], ["overleap", [2, 1285, 5]], ["command", [2, 1285, 6]], ["dominate", [2, 1285, 7]], ["pretermit", [2, 1285, 8]], ["look out over", [2, 1285, 9]], ["look out on", [2, 1285, 10]], ["overtop", [2, 1285, 11]], ["leave out", [2, 1285, 12]], ["miss", [2, 1285, 13]]]}, {"answer": "overlooking", "hint": "synonyms for overlooking", "clues": [["overlook", [2, 1286, 0]], ["drop", [2, 1286, 1]], ["neglect", [2, 1286, 2]], ["look across", [2, 1286, 3]], ["omit", [2, 1286, 4]], ["overleap", [2, 1286, 5]], ["command", [2, 1286, 6]], ["dominate", [2, 1286, 7]], ["pretermit", [2, 1286, 8]], ["look out over", [2, 1286, 9]], ["look out on", [2, 1286, 10]], ["overtop", [2, 1286, 11]], ["leave out", [2, 1286, 12]], ["miss", [2, 1286, 13]]]}, {"answer": "overpowering", "hint": "synonyms for overpowering", "clues": [["overmaster", [2, 1287, 0]], ["sweep over", [2, 1287, 1]], ["overwhelm", [2, 1287, 2]], ["overtake", [2, 1287, 3]], ["whelm", [2, 1287, 4]], ["overpower", [2, 1287, 5]], ["overcome", [2, 1287, 6]]]}, {"answer": "overreaching", "hint": "synonyms for overreaching", "clues": [["beat", [2, 1288, 0]], ["overreach", [2, 1288, 1]], ["outwit", [2, 1288, 2]], ["outsmart", [2, 1288, 3]], ["circumvent", [2, 1288, 4]], ["outfox", [2, 1288, 5]]]}, {"answer": "overriding", "hint": "synonyms for overriding", "clues": [["overrule", [2, 1289, 0]], ["reverse", [2, 1289, 1]], ["override", [2, 1289, 2]], ["overturn", [2, 1289, 3]], ["overthrow", [2, 1289, 4]]]}, {"answer": "overstated", "hint": "synonyms for overstated", "clues": [["amplify", [2, 1290, 0]], ["hyperbolize", [2, 1290, 1]], ["exaggerate", [2, 1290, 2]], ["overdraw", [2, 1290, 3]], ["magnify", [2, 1290, 4]], ["overstate", [2, 1290, 5]]]}, {"answer": "overturned", "hint": "synonyms for overturned", "clues": [["repeal", [2, 1291, 0]], ["lift", [2, 1291, 1]], ["tump over", [2, 1291, 2]], ["tip over", [2, 1291, 3]], ["overrule", [2, 1291, 4]], ["reverse", [2, 1291, 5]], ["override", [2, 1291, 6]], ["countermand", [2, 1291, 7]], ["overthrow", [2, 1291, 8]], ["overturn", [2, 1291, 9]], ["turn over", [2, 1291, 10]], ["rescind", [2, 1291, 11]], ["vacate", [2, 1291, 12]], ["subvert", [2, 1291, 13]], ["revolutionize", [2, 1291, 14]], ["revoke", [2, 1291, 15]], ["knock over", [2, 1291, 16]], ["bring down", [2, 1291, 17]], ["annul", [2, 1291, 18]], ["bowl over", [2, 1291, 19]], ["upset", [2, 1291, 20]]]}, {"answer": "overwhelming", "hint": "synonyms for overwhelming", "clues": [["sweep over", [2, 1292, 0]], ["overwhelm", [2, 1292, 1]], ["overmaster", [2, 1292, 2]], ["submerge", [2, 1292, 3]], ["whelm", [2, 1292, 4]], ["overtake", [2, 1292, 5]], ["deluge", [2, 1292, 6]], ["drown", [2, 1292, 7]], ["overpower", [2, 1292, 8]], ["overcome", [2, 1292, 9]], ["flood out", [2, 1292, 10]]]}, {"answer": "packed", "hint": "synonyms for packed", "clues": [["pack", [2, 1293, 0]], ["jam", [2, 1293, 1]], ["pile", [2, 1293, 2]], ["compact", [2, 1293, 3]], ["wad", [2, 1293, 4]], ["load down", [2, 1293, 5]], ["mob", [2, 1293, 6]], ["bundle", [2, 1293, 7]], ["carry", [2, 1293, 8]], ["tamp", [2, 1293, 9]], ["backpack", [2, 1293, 10]], ["tamp down", [2, 1293, 11]], ["throng", [2, 1293, 12]], ["take", [2, 1293, 13]]]}, {"answer": "padded", "hint": "synonyms for padded", "clues": [["aggrandize", [2, 1294, 0]], ["dramatise", [2, 1294, 1]], ["embroider", [2, 1294, 2]], ["slog", [2, 1294, 3]], ["fill out", [2, 1294, 4]], ["pad", [2, 1294, 5]], ["embellish", [2, 1294, 6]], ["trudge", [2, 1294, 7]], ["lard", [2, 1294, 8]], ["bolster", [2, 1294, 9]], ["tramp", [2, 1294, 10]], ["plod", [2, 1294, 11]], ["blow up", [2, 1294, 12]], ["footslog", [2, 1294, 13]]]}, {"answer": "paid", "hint": "synonyms for paid", "clues": [["make up", [2, 1295, 0]], ["pay", [2, 1295, 1]], ["ante up", [2, 1295, 2]], ["yield", [2, 1295, 3]], ["pay up", [2, 1295, 4]], ["devote", [2, 1295, 5]], ["give", [2, 1295, 6]], ["compensate", [2, 1295, 7]], ["pay off", [2, 1295, 8]], ["bear", [2, 1295, 9]]]}, {"answer": "pained", "hint": "synonyms for pained", "clues": [["hurt", [2, 1296, 0]], ["trouble", [2, 1296, 1]], ["pain", [2, 1296, 2]], ["anguish", [2, 1296, 3]], ["ail", [2, 1296, 4]]]}, {"answer": "paired", "hint": "synonyms for paired", "clues": [["pair", [2, 1297, 0]], ["pair off", [2, 1297, 1]], ["couple", [2, 1297, 2]], ["mate", [2, 1297, 3]], ["match", [2, 1297, 4]], ["twin", [2, 1297, 5]], ["geminate", [2, 1297, 6]], ["copulate", [2, 1297, 7]], ["partner off", [2, 1297, 8]]]}, {"answer": "palpitating", "hint": "synonyms for palpitating", "clues": [["palpitate", [2, 1298, 0]], ["flutter", [2, 1298, 1]], ["quiver", [2, 1298, 2]], ["quake", [2, 1298, 3]]]}, {"answer": "pampering", "hint": "synonyms for pampering", "clues": [["baby", [2, 1299, 0]], ["coddle", [2, 1299, 1]], ["mollycoddle", [2, 1299, 2]], ["indulge", [2, 1299, 3]], ["pamper", [2, 1299, 4]], ["featherbed", [2, 1299, 5]], ["cosset", [2, 1299, 6]], ["spoil", [2, 1299, 7]], ["cocker", [2, 1299, 8]]]}, {"answer": "parented", "hint": "synonyms for parented", "clues": [["nurture", [2, 1300, 0]], ["raise", [2, 1300, 1]], ["rear", [2, 1300, 2]], ["parent", [2, 1300, 3]], ["bring up", [2, 1300, 4]]]}, {"answer": "parted", "hint": "synonyms for parted", "clues": [["set off", [2, 1301, 0]], ["part", [2, 1301, 1]], ["divide", [2, 1301, 2]], ["disunite", [2, 1301, 3]], ["start out", [2, 1301, 4]], ["separate", [2, 1301, 5]], ["depart", [2, 1301, 6]], ["split up", [2, 1301, 7]], ["start", [2, 1301, 8]], ["set forth", [2, 1301, 9]], ["break", [2, 1301, 10]], ["break up", [2, 1301, 11]], ["set out", [2, 1301, 12]], ["take off", [2, 1301, 13]], ["split", [2, 1301, 14]]]}, {"answer": "pass", "hint": "synonyms for pass", "clues": [["elapse", [2, 1302, 0]], ["come about", [2, 1302, 1]], ["pass along", [2, 1302, 2]], ["pass on", [2, 1302, 3]], ["happen", [2, 1302, 4]], ["eliminate", [2, 1302, 5]], ["conk", [2, 1302, 6]], ["blow over", [2, 1302, 7]], ["guide", [2, 1302, 8]], ["decease", [2, 1302, 9]], ["drop dead", [2, 1302, 10]], ["go", [2, 1302, 11]], ["go by", [2, 1302, 12]], ["slip away", [2, 1302, 13]], ["lead", [2, 1302, 14]], ["cash in one's chips", [2, 1302, 15]], ["top", [2, 1302, 16]], ["overtake", [2, 1302, 17]], ["give-up the ghost", [2, 1302, 18]], ["fall", [2, 1302, 19]], ["go along", [2, 1302, 20]], ["devolve", [2, 1302, 21]], ["fade", [2, 1302, 22]], ["authorise", [2, 1302, 23]], ["put across", [2, 1302, 24]], ["surpass", [2, 1302, 25]], ["overhaul", [2, 1302, 26]], ["go past", [2, 1302, 27]], ["slide by", [2, 1302, 28]], ["take place", [2, 1302, 29]], ["fall out", [2, 1302, 30]], ["return", [2, 1302, 31]], ["make pass", [2, 1302, 32]], ["die", [2, 1302, 33]], ["occur", [2, 1302, 34]], ["expire", [2, 1302, 35]], ["choke", [2, 1302, 36]], ["go through", [2, 1302, 37]], ["sink", [2, 1302, 38]], ["legislate", [2, 1302, 39]], ["transcend", [2, 1302, 40]], ["pass off", [2, 1302, 41]], ["clear", [2, 1302, 42]], ["perish", [2, 1302, 43]], ["kick the bucket", [2, 1302, 44]], ["slip by", [2, 1302, 45]], ["spend", [2, 1302, 46]], ["fleet", [2, 1302, 47]], ["pop off", [2, 1302, 48]], ["make it", [2, 1302, 49]], ["run", [2, 1302, 50]], ["go on", [2, 1302, 51]], ["overstep", [2, 1302, 52]], ["travel by", [2, 1302, 53]], ["give", [2, 1302, 54]], ["exceed", [2, 1302, 55]], ["pass away", [2, 1302, 56]], ["extend", [2, 1302, 57]], ["go across", [2, 1302, 58]], ["egest", [2, 1302, 59]], ["pass by", [2, 1302, 60]], ["reach", [2, 1302, 61]], ["croak", [2, 1302, 62]], ["excrete", [2, 1302, 63]], ["hap", [2, 1302, 64]], ["snuff it", [2, 1302, 65]], ["buy the farm", [2, 1302, 66]], ["exit", [2, 1302, 67]], ["communicate", [2, 1302, 68]], ["turn over", [2, 1302, 69]], ["hand", [2, 1302, 70]], ["evanesce", [2, 1302, 71]], ["draw", [2, 1302, 72]]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["elapse", [2, 1303, 0]], ["come about", [2, 1303, 1]], ["pass along", [2, 1303, 2]], ["pass on", [2, 1303, 3]], ["happen", [2, 1303, 4]], ["pass", [2, 1303, 5]], ["eliminate", [2, 1303, 6]], ["conk", [2, 1303, 7]], ["blow over", [2, 1303, 8]], ["guide", [2, 1303, 9]], ["drop dead", [2, 1303, 10]], ["decease", [2, 1303, 11]], ["go", [2, 1303, 12]], ["go by", [2, 1303, 13]], ["slip away", [2, 1303, 14]], ["lead", [2, 1303, 15]], ["cash in one's chips", [2, 1303, 16]], ["top", [2, 1303, 17]], ["overtake", [2, 1303, 18]], ["give-up the ghost", [2, 1303, 19]], ["fall", [2, 1303, 20]], ["go along", [2, 1303, 21]], ["devolve", [2, 1303, 22]], ["fade", [2, 1303, 23]], ["authorise", [2, 1303, 24]], ["put across", [2, 1303, 25]], ["surpass", [2, 1303, 26]], ["overhaul", [2, 1303, 27]], ["go past", [2, 1303, 28]], ["slide by", [2, 1303, 29]], ["take place", [2, 1303, 30]], ["fall out", [2, 1303, 31]], ["return", [2, 1303, 32]], ["make pass", [2, 1303, 33]], ["die", [2, 1303, 34]], ["occur", [2, 1303, 35]], ["expire", [2, 1303, 36]], ["choke", [2, 1303, 37]], ["go through", [2, 1303, 38]], ["sink", [2, 1303, 39]], ["legislate", [2, 1303, 40]], ["transcend", [2, 1303, 41]], ["pass off", [2, 1303, 42]], ["clear", [2, 1303, 43]], ["perish", [2, 1303, 44]], ["kick the bucket", [2, 1303, 45]], ["slip by", [2, 1303, 46]], ["spend", [2, 1303, 47]], ["fleet", [2, 1303, 48]], ["pop off", [2, 1303, 49]], ["make it", [2, 1303, 50]], ["run", [2, 1303, 51]], ["go on", [2, 1303, 52]], ["overstep", [2, 1303, 53]], ["travel by", [2, 1303, 54]], ["give", [2, 1303, 55]], ["exceed", [2, 1303, 56]], ["pass away", [2, 1303, 57]], ["extend", [2, 1303, 58]], ["go across", [2, 1303, 59]], ["egest", [2, 1303, 60]], ["pass by", [2, 1303, 61]], ["reach", [2, 1303, 62]], ["croak", [2, 1303, 63]], ["excrete", [2, 1303, 64]], ["hap", [2, 1303, 65]], ["snuff it", [2, 1303, 66]], ["buy the farm", [2, 1303, 67]], ["exit", [2, 1303, 68]], ["communicate", [2, 1303, 69]], ["turn over", [2, 1303, 70]], ["hand", [2, 1303, 71]], ["evanesce", [2, 1303, 72]], ["draw", [2, 1303, 73]]]}, {"answer": "patronised", "hint": "synonyms for patronised", "clues": [["shop", [2, 1304, 0]], ["patronise", [2, 1304, 1]], ["buy at", [2, 1304, 2]], ["sponsor", [2, 1304, 3]], ["condescend", [2, 1304, 4]], ["support", [2, 1304, 5]], ["patronage", [2, 1304, 6]], ["shop at", [2, 1304, 7]], ["keep going", [2, 1304, 8]], ["frequent", [2, 1304, 9]]]}, {"answer": "patronising", "hint": "synonyms for patronising", "clues": [["shop", [2, 1305, 0]], ["patronise", [2, 1305, 1]], ["buy at", [2, 1305, 2]], ["sponsor", [2, 1305, 3]], ["condescend", [2, 1305, 4]], ["support", [2, 1305, 5]], ["patronage", [2, 1305, 6]], ["shop at", [2, 1305, 7]], ["keep going", [2, 1305, 8]], ["frequent", [2, 1305, 9]]]}, {"answer": "patronized", "hint": "synonyms for patronized", "clues": [["shop", [2, 1306, 0]], ["patronise", [2, 1306, 1]], ["buy at", [2, 1306, 2]], ["sponsor", [2, 1306, 3]], ["condescend", [2, 1306, 4]], ["support", [2, 1306, 5]], ["patronage", [2, 1306, 6]], ["shop at", [2, 1306, 7]], ["keep going", [2, 1306, 8]], ["frequent", [2, 1306, 9]]]}, {"answer": "patronizing", "hint": "synonyms for patronizing", "clues": [["shop", [2, 1307, 0]], ["patronise", [2, 1307, 1]], ["buy at", [2, 1307, 2]], ["sponsor", [2, 1307, 3]], ["condescend", [2, 1307, 4]], ["support", [2, 1307, 5]], ["patronage", [2, 1307, 6]], ["shop at", [2, 1307, 7]], ["keep going", [2, 1307, 8]], ["frequent", [2, 1307, 9]]]}, {"answer": "paying", "hint": "synonyms for paying", "clues": [["make up", [2, 1308, 0]], ["pay", [2, 1308, 1]], ["ante up", [2, 1308, 2]], ["yield", [2, 1308, 3]], ["pay up", [2, 1308, 4]], ["devote", [2, 1308, 5]], ["give", [2, 1308, 6]], ["compensate", [2, 1308, 7]], ["pay off", [2, 1308, 8]], ["bear", [2, 1308, 9]]]}, {"answer": "pedal", "hint": "synonyms for pedal", "clues": [["wheel", [2, 1309, 0]], ["bicycle", [2, 1309, 1]], ["cycle", [2, 1309, 2]], ["bike", [2, 1309, 3]]]}, {"answer": "peeled", "hint": "synonyms for peeled", "clues": [["uncase", [2, 1310, 0]], ["flake off", [2, 1310, 1]], ["skin", [2, 1310, 2]], ["peel off", [2, 1310, 3]], ["peel", [2, 1310, 4]], ["pare", [2, 1310, 5]], ["strip", [2, 1310, 6]], ["disrobe", [2, 1310, 7]], ["undress", [2, 1310, 8]], ["flake", [2, 1310, 9]], ["unclothe", [2, 1310, 10]], ["discase", [2, 1310, 11]], ["strip down", [2, 1310, 12]]]}, {"answer": "penetrating", "hint": "synonyms for penetrating", "clues": [["get across", [2, 1311, 0]], ["penetrate", [2, 1311, 1]], ["infiltrate", [2, 1311, 2]], ["bottom", [2, 1311, 3]], ["sink in", [2, 1311, 4]], ["imbue", [2, 1311, 5]], ["fall into place", [2, 1311, 6]], ["dawn", [2, 1311, 7]], ["fathom", [2, 1311, 8]], ["get through", [2, 1311, 9]], ["permeate", [2, 1311, 10]], ["click", [2, 1311, 11]], ["come home", [2, 1311, 12]], ["pervade", [2, 1311, 13]], ["diffuse", [2, 1311, 14]], ["perforate", [2, 1311, 15]], ["riddle", [2, 1311, 16]], ["interpenetrate", [2, 1311, 17]]]}, {"answer": "pent", "hint": "synonyms for pent", "clues": [["indite", [2, 1312, 0]], ["compose", [2, 1312, 1]], ["write", [2, 1312, 2]], ["pen", [2, 1312, 3]]]}, {"answer": "permeating", "hint": "synonyms for permeating", "clues": [["permeate", [2, 1313, 0]], ["filter", [2, 1313, 1]], ["penetrate", [2, 1313, 2]], ["sink in", [2, 1313, 3]], ["interpenetrate", [2, 1313, 4]], ["pervade", [2, 1313, 5]], ["diffuse", [2, 1313, 6]], ["imbue", [2, 1313, 7]], ["riddle", [2, 1313, 8]], ["percolate", [2, 1313, 9]]]}, {"answer": "perplexed", "hint": "synonyms for perplexed", "clues": [["baffle", [2, 1314, 0]], ["perplex", [2, 1314, 1]], ["beat", [2, 1314, 2]], ["mystify", [2, 1314, 3]], ["pose", [2, 1314, 4]], ["puzzle", [2, 1314, 5]], ["stick", [2, 1314, 6]], ["vex", [2, 1314, 7]], ["complicate", [2, 1314, 8]], ["flummox", [2, 1314, 9]], ["get", [2, 1314, 10]], ["stupefy", [2, 1314, 11]], ["dumbfound", [2, 1314, 12]], ["gravel", [2, 1314, 13]], ["bewilder", [2, 1314, 14]], ["amaze", [2, 1314, 15]], ["nonplus", [2, 1314, 16]]]}, {"answer": "perplexing", "hint": "synonyms for perplexing", "clues": [["baffle", [2, 1315, 0]], ["perplex", [2, 1315, 1]], ["beat", [2, 1315, 2]], ["mystify", [2, 1315, 3]], ["pose", [2, 1315, 4]], ["puzzle", [2, 1315, 5]], ["stick", [2, 1315, 6]], ["vex", [2, 1315, 7]], ["complicate", [2, 1315, 8]], ["flummox", [2, 1315, 9]], ["get", [2, 1315, 10]], ["stupefy", [2, 1315, 11]], ["dumbfound", [2, 1315, 12]], ["gravel", [2, 1315, 13]], ["bewilder", [2, 1315, 14]], ["amaze", [2, 1315, 15]], ["nonplus", [2, 1315, 16]]]}, {"answer": "persevering", "hint": "synonyms for persevering", "clues": [["hang on", [2, 1316, 0]], ["hold on", [2, 1316, 1]], ["persist", [2, 1316, 2]], ["persevere", [2, 1316, 3]]]}, {"answer": "persisting", "hint": "synonyms for persisting", "clues": [["prevail", [2, 1317, 0]], ["hang in", [2, 1317, 1]], ["stay", [2, 1317, 2]], ["run", [2, 1317, 3]], ["die hard", [2, 1317, 4]], ["hold on", [2, 1317, 5]], ["remain", [2, 1317, 6]], ["persevere", [2, 1317, 7]], ["endure", [2, 1317, 8]], ["persist", [2, 1317, 9]]]}, {"answer": "perturbed", "hint": "synonyms for perturbed", "clues": [["trouble", [2, 1318, 0]], ["perturb", [2, 1318, 1]], ["throw out of kilter", [2, 1318, 2]], ["disquiet", [2, 1318, 3]], ["cark", [2, 1318, 4]], ["disorder", [2, 1318, 5]], ["derange", [2, 1318, 6]], ["distract", [2, 1318, 7]], ["unhinge", [2, 1318, 8]]]}, {"answer": "perturbing", "hint": "synonyms for perturbing", "clues": [["trouble", [2, 1319, 0]], ["perturb", [2, 1319, 1]], ["throw out of kilter", [2, 1319, 2]], ["disquiet", [2, 1319, 3]], ["cark", [2, 1319, 4]], ["disorder", [2, 1319, 5]], ["derange", [2, 1319, 6]], ["distract", [2, 1319, 7]], ["unhinge", [2, 1319, 8]]]}, {"answer": "perverted", "hint": "synonyms for perverted", "clues": [["abuse", [2, 1320, 0]], ["demoralise", [2, 1320, 1]], ["debauch", [2, 1320, 2]], ["pervert", [2, 1320, 3]], ["convolute", [2, 1320, 4]], ["deprave", [2, 1320, 5]], ["sophisticate", [2, 1320, 6]], ["twist", [2, 1320, 7]], ["misdirect", [2, 1320, 8]], ["corrupt", [2, 1320, 9]], ["profane", [2, 1320, 10]], ["twist around", [2, 1320, 11]], ["vitiate", [2, 1320, 12]], ["misuse", [2, 1320, 13]], ["subvert", [2, 1320, 14]], ["debase", [2, 1320, 15]]]}, {"answer": "pestered", "hint": "synonyms for pestered", "clues": [["badger", [2, 1321, 0]], ["tease", [2, 1321, 1]], ["beleaguer", [2, 1321, 2]], ["pester", [2, 1321, 3]], ["bug", [2, 1321, 4]]]}, {"answer": "pestering", "hint": "synonyms for pestering", "clues": [["badger", [2, 1322, 0]], ["tease", [2, 1322, 1]], ["beleaguer", [2, 1322, 2]], ["pester", [2, 1322, 3]], ["bug", [2, 1322, 4]]]}, {"answer": "petrifying", "hint": "synonyms for petrifying", "clues": [["petrify", [2, 1323, 0]], ["rigidify", [2, 1323, 1]], ["lapidify", [2, 1323, 2]], ["ossify", [2, 1323, 3]]]}, {"answer": "pictured", "hint": "synonyms for pictured", "clues": [["see", [2, 1324, 0]], ["visualize", [2, 1324, 1]], ["figure", [2, 1324, 2]], ["show", [2, 1324, 3]], ["render", [2, 1324, 4]], ["picture", [2, 1324, 5]], ["project", [2, 1324, 6]], ["image", [2, 1324, 7]], ["fancy", [2, 1324, 8]], ["depict", [2, 1324, 9]], ["envision", [2, 1324, 10]]]}, {"answer": "piddling", "hint": "synonyms for piddling", "clues": [["spend a penny", [2, 1325, 0]], ["make water", [2, 1325, 1]], ["pee", [2, 1325, 2]], ["trifle", [2, 1325, 3]], ["puddle", [2, 1325, 4]], ["pass water", [2, 1325, 5]], ["wanton", [2, 1325, 6]], ["micturate", [2, 1325, 7]], ["wee-wee", [2, 1325, 8]], ["take a leak", [2, 1325, 9]], ["make", [2, 1325, 10]], ["piddle away", [2, 1325, 11]], ["piss", [2, 1325, 12]], ["relieve oneself", [2, 1325, 13]], ["urinate", [2, 1325, 14]], ["piddle", [2, 1325, 15]], ["wanton away", [2, 1325, 16]], ["pee-pee", [2, 1325, 17]], ["wee", [2, 1325, 18]]]}, {"answer": "piffling", "hint": "synonyms for piffling", "clues": [["blab", [2, 1326, 0]], ["prate", [2, 1326, 1]], ["blabber", [2, 1326, 2]], ["chatter", [2, 1326, 3]], ["piffle", [2, 1326, 4]], ["tattle", [2, 1326, 5]], ["twaddle", [2, 1326, 6]], ["maunder", [2, 1326, 7]], ["clack", [2, 1326, 8]], ["palaver", [2, 1326, 9]], ["prattle", [2, 1326, 10]], ["gabble", [2, 1326, 11]], ["tittle-tattle", [2, 1326, 12]], ["gibber", [2, 1326, 13]]]}, {"answer": "pillaged", "hint": "synonyms for pillaged", "clues": [["loot", [2, 1327, 0]], ["strip", [2, 1327, 1]], ["plunder", [2, 1327, 2]], ["ransack", [2, 1327, 3]], ["despoil", [2, 1327, 4]], ["reave", [2, 1327, 5]], ["rifle", [2, 1327, 6]], ["pillage", [2, 1327, 7]], ["foray", [2, 1327, 8]]]}, {"answer": "pinched", "hint": "synonyms for pinched", "clues": [["filch", [2, 1328, 0]], ["cabbage", [2, 1328, 1]], ["pinch", [2, 1328, 2]], ["hook", [2, 1328, 3]], ["top", [2, 1328, 4]], ["twitch", [2, 1328, 5]], ["sneak", [2, 1328, 6]], ["pilfer", [2, 1328, 7]], ["purloin", [2, 1328, 8]], ["twinge", [2, 1328, 9]], ["abstract", [2, 1328, 10]], ["tweet", [2, 1328, 11]], ["vellicate", [2, 1328, 12]], ["squeeze", [2, 1328, 13]], ["lift", [2, 1328, 14]], ["nobble", [2, 1328, 15]], ["snarf", [2, 1328, 16]], ["crimp", [2, 1328, 17]], ["swipe", [2, 1328, 18]], ["nip", [2, 1328, 19]]]}, {"answer": "pink", "hint": "synonyms for pink", "clues": [["ping", [2, 1329, 0]], ["knock", [2, 1329, 1]], ["tap", [2, 1329, 2]], ["rap", [2, 1329, 3]]]}, {"answer": "pissed", "hint": "synonyms for pissed", "clues": [["piss", [2, 1330, 0]], ["spend a penny", [2, 1330, 1]], ["make water", [2, 1330, 2]], ["pee", [2, 1330, 3]], ["puddle", [2, 1330, 4]], ["pass water", [2, 1330, 5]], ["relieve oneself", [2, 1330, 6]], ["urinate", [2, 1330, 7]], ["micturate", [2, 1330, 8]], ["wee-wee", [2, 1330, 9]], ["take a leak", [2, 1330, 10]], ["make", [2, 1330, 11]], ["pee-pee", [2, 1330, 12]], ["wee", [2, 1330, 13]], ["piddle", [2, 1330, 14]]]}, {"answer": "pitched", "hint": "synonyms for pitched", "clues": [["tilt", [2, 1331, 0]], ["pitch", [2, 1331, 1]], ["vend", [2, 1331, 2]], ["flip", [2, 1331, 3]], ["lurch", [2, 1331, 4]], ["deliver", [2, 1331, 5]], ["hawk", [2, 1331, 6]], ["shift", [2, 1331, 7]], ["slope", [2, 1331, 8]], ["set up", [2, 1331, 9]], ["peddle", [2, 1331, 10]], ["huckster", [2, 1331, 11]], ["cant", [2, 1331, 12]], ["gear", [2, 1331, 13]], ["toss", [2, 1331, 14]], ["incline", [2, 1331, 15]], ["monger", [2, 1331, 16]], ["slant", [2, 1331, 17]], ["cant over", [2, 1331, 18]], ["sky", [2, 1331, 19]]]}, {"answer": "pitted", "hint": "synonyms for pitted", "clues": [["stone", [2, 1332, 0]], ["mark", [2, 1332, 1]], ["oppose", [2, 1332, 2]], ["pit", [2, 1332, 3]], ["play off", [2, 1332, 4]], ["match", [2, 1332, 5]], ["pock", [2, 1332, 6]], ["scar", [2, 1332, 7]]]}, {"answer": "placating", "hint": "synonyms for placating", "clues": [["mollify", [2, 1333, 0]], ["placate", [2, 1333, 1]], ["appease", [2, 1333, 2]], ["gentle", [2, 1333, 3]], ["conciliate", [2, 1333, 4]], ["pacify", [2, 1333, 5]], ["gruntle", [2, 1333, 6]], ["assuage", [2, 1333, 7]], ["lenify", [2, 1333, 8]]]}, {"answer": "placed", "hint": "synonyms for placed", "clues": [["come out", [2, 1334, 0]], ["station", [2, 1334, 1]], ["place", [2, 1334, 2]], ["position", [2, 1334, 3]], ["put", [2, 1334, 4]], ["grade", [2, 1334, 5]], ["set", [2, 1334, 6]], ["pose", [2, 1334, 7]], ["localise", [2, 1334, 8]], ["point", [2, 1334, 9]], ["commit", [2, 1334, 10]], ["order", [2, 1334, 11]], ["come in", [2, 1334, 12]], ["lay", [2, 1334, 13]], ["post", [2, 1334, 14]], ["range", [2, 1334, 15]], ["rank", [2, 1334, 16]], ["target", [2, 1334, 17]], ["rate", [2, 1334, 18]], ["identify", [2, 1334, 19]], ["site", [2, 1334, 20]], ["locate", [2, 1334, 21]], ["invest", [2, 1334, 22]], ["direct", [2, 1334, 23]], ["aim", [2, 1334, 24]], ["send", [2, 1334, 25]]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["kick", [2, 1335, 0]], ["quetch", [2, 1335, 1]], ["complain", [2, 1335, 2]], ["sound off", [2, 1335, 3]], ["kvetch", [2, 1335, 4]]]}, {"answer": "planned", "hint": "synonyms for planned", "clues": [["design", [2, 1336, 0]], ["plan", [2, 1336, 1]], ["project", [2, 1336, 2]], ["be after", [2, 1336, 3]], ["contrive", [2, 1336, 4]]]}, {"answer": "planted", "hint": "synonyms for planted", "clues": [["plant", [2, 1337, 0]], ["implant", [2, 1337, 1]], ["institute", [2, 1337, 2]], ["establish", [2, 1337, 3]], ["set", [2, 1337, 4]], ["found", [2, 1337, 5]], ["engraft", [2, 1337, 6]], ["imbed", [2, 1337, 7]], ["embed", [2, 1337, 8]], ["constitute", [2, 1337, 9]]]}, {"answer": "plastered", "hint": "synonyms for plastered", "clues": [["poultice", [2, 1338, 0]], ["plaster", [2, 1338, 1]], ["daub", [2, 1338, 2]], ["stick on", [2, 1338, 3]], ["plaster over", [2, 1338, 4]]]}, {"answer": "played", "hint": "synonyms for played", "clues": [["play", [2, 1339, 0]], ["toy", [2, 1339, 1]], ["work", [2, 1339, 2]], ["bet", [2, 1339, 3]], ["act", [2, 1339, 4]], ["wager", [2, 1339, 5]], ["run", [2, 1339, 6]], ["spiel", [2, 1339, 7]], ["encounter", [2, 1339, 8]], ["bring", [2, 1339, 9]], ["meet", [2, 1339, 10]], ["roleplay", [2, 1339, 11]], ["playact", [2, 1339, 12]], ["recreate", [2, 1339, 13]], ["dally", [2, 1339, 14]], ["act as", [2, 1339, 15]], ["trifle", [2, 1339, 16]], ["flirt", [2, 1339, 17]], ["wreak", [2, 1339, 18]], ["fiddle", [2, 1339, 19]], ["diddle", [2, 1339, 20]], ["represent", [2, 1339, 21]], ["make for", [2, 1339, 22]], ["take on", [2, 1339, 23]]]}, {"answer": "pledged", "hint": "synonyms for pledged", "clues": [["pledge", [2, 1340, 0]], ["plight", [2, 1340, 1]], ["salute", [2, 1340, 2]], ["drink", [2, 1340, 3]], ["subscribe", [2, 1340, 4]], ["toast", [2, 1340, 5]], ["wassail", [2, 1340, 6]]]}, {"answer": "plodding", "hint": "synonyms for plodding", "clues": [["trudge", [2, 1341, 0]], ["footslog", [2, 1341, 1]], ["slog", [2, 1341, 2]], ["tramp", [2, 1341, 3]], ["pad", [2, 1341, 4]], ["plod", [2, 1341, 5]]]}, {"answer": "plowed", "hint": "synonyms for plowed", "clues": [["address", [2, 1342, 0]], ["plough", [2, 1342, 1]], ["plow", [2, 1342, 2]], ["deal", [2, 1342, 3]], ["treat", [2, 1342, 4]], ["cover", [2, 1342, 5]], ["handle", [2, 1342, 6]], ["turn", [2, 1342, 7]]]}, {"answer": "plucked", "hint": "synonyms for plucked", "clues": [["pull", [2, 1343, 0]], ["gazump", [2, 1343, 1]], ["soak", [2, 1343, 2]], ["pluck", [2, 1343, 3]], ["plunk", [2, 1343, 4]], ["cull", [2, 1343, 5]], ["rob", [2, 1343, 6]], ["overcharge", [2, 1343, 7]], ["tear", [2, 1343, 8]], ["pick off", [2, 1343, 9]], ["pick", [2, 1343, 10]], ["hustle", [2, 1343, 11]], ["displume", [2, 1343, 12]], ["fleece", [2, 1343, 13]], ["deplumate", [2, 1343, 14]], ["tweak", [2, 1343, 15]], ["pull off", [2, 1343, 16]], ["plume", [2, 1343, 17]], ["roll", [2, 1343, 18]], ["surcharge", [2, 1343, 19]], ["hook", [2, 1343, 20]]]}, {"answer": "plugged", "hint": "synonyms for plugged", "clues": [["stop up", [2, 1344, 0]], ["plug", [2, 1344, 1]], ["secure", [2, 1344, 2]], ["plug away", [2, 1344, 3]], ["punch", [2, 1344, 4]]]}, {"answer": "plumed", "hint": "synonyms for plumed", "clues": [["plume", [2, 1345, 0]], ["dress", [2, 1345, 1]], ["gazump", [2, 1345, 2]], ["soak", [2, 1345, 3]], ["primp", [2, 1345, 4]], ["rob", [2, 1345, 5]], ["overcharge", [2, 1345, 6]], ["preen", [2, 1345, 7]], ["pluck", [2, 1345, 8]], ["fleece", [2, 1345, 9]], ["pride", [2, 1345, 10]], ["congratulate", [2, 1345, 11]], ["surcharge", [2, 1345, 12]], ["hook", [2, 1345, 13]]]}, {"answer": "plump", "hint": "synonyms for plump", "clues": [["plunk", [2, 1346, 0]], ["go", [2, 1346, 1]], ["fatten up", [2, 1346, 2]], ["flesh out", [2, 1346, 3]], ["fatten out", [2, 1346, 4]], ["plop", [2, 1346, 5]], ["plank", [2, 1346, 6]], ["fill out", [2, 1346, 7]], ["fat", [2, 1346, 8]], ["plunk down", [2, 1346, 9]], ["fatten", [2, 1346, 10]], ["plummet", [2, 1346, 11]], ["plonk", [2, 1346, 12]], ["plump down", [2, 1346, 13]], ["plump out", [2, 1346, 14]], ["flump", [2, 1346, 15]]]}, {"answer": "plumping", "hint": "synonyms for plumping", "clues": [["plunk", [2, 1347, 0]], ["go", [2, 1347, 1]], ["fatten up", [2, 1347, 2]], ["flesh out", [2, 1347, 3]], ["plop", [2, 1347, 4]], ["fill out", [2, 1347, 5]], ["plummet", [2, 1347, 6]], ["plump", [2, 1347, 7]], ["plonk", [2, 1347, 8]], ["plump down", [2, 1347, 9]], ["fatten", [2, 1347, 10]], ["plump out", [2, 1347, 11]], ["flump", [2, 1347, 12]], ["fatten out", [2, 1347, 13]], ["plank", [2, 1347, 14]], ["fat", [2, 1347, 15]], ["plunk down", [2, 1347, 16]]]}, {"answer": "plundered", "hint": "synonyms for plundered", "clues": [["loot", [2, 1348, 0]], ["violate", [2, 1348, 1]], ["strip", [2, 1348, 2]], ["plunder", [2, 1348, 3]], ["ransack", [2, 1348, 4]], ["rape", [2, 1348, 5]], ["despoil", [2, 1348, 6]], ["reave", [2, 1348, 7]], ["rifle", [2, 1348, 8]], ["spoil", [2, 1348, 9]], ["pillage", [2, 1348, 10]], ["sack", [2, 1348, 11]], ["foray", [2, 1348, 12]]]}, {"answer": "plundering", "hint": "synonyms for plundering", "clues": [["loot", [2, 1349, 0]], ["violate", [2, 1349, 1]], ["strip", [2, 1349, 2]], ["plunder", [2, 1349, 3]], ["ransack", [2, 1349, 4]], ["rape", [2, 1349, 5]], ["despoil", [2, 1349, 6]], ["reave", [2, 1349, 7]], ["rifle", [2, 1349, 8]], ["spoil", [2, 1349, 9]], ["pillage", [2, 1349, 10]], ["sack", [2, 1349, 11]], ["foray", [2, 1349, 12]]]}, {"answer": "pocked", "hint": "synonyms for pocked", "clues": [["pock", [2, 1350, 0]], ["mark", [2, 1350, 1]], ["pit", [2, 1350, 2]], ["scar", [2, 1350, 3]]]}, {"answer": "pointed", "hint": "synonyms for pointed", "clues": [["taper", [2, 1351, 0]], ["point", [2, 1351, 1]], ["bespeak", [2, 1351, 2]], ["place", [2, 1351, 3]], ["channelise", [2, 1351, 4]], ["level", [2, 1351, 5]], ["head", [2, 1351, 6]], ["indicate", [2, 1351, 7]], ["maneuver", [2, 1351, 8]], ["betoken", [2, 1351, 9]], ["manoeuvre", [2, 1351, 10]], ["signal", [2, 1351, 11]], ["direct", [2, 1351, 12]], ["orient", [2, 1351, 13]], ["steer", [2, 1351, 14]], ["charge", [2, 1351, 15]], ["luff", [2, 1351, 16]], ["target", [2, 1351, 17]], ["repoint", [2, 1351, 18]], ["guide", [2, 1351, 19]], ["sharpen", [2, 1351, 20]], ["show", [2, 1351, 21]], ["designate", [2, 1351, 22]], ["aim", [2, 1351, 23]]]}, {"answer": "polish", "hint": "synonyms for polish", "clues": [["down", [2, 1352, 0]], ["brush up", [2, 1352, 1]], ["fine-tune", [2, 1352, 2]], ["smooth", [2, 1352, 3]], ["refine", [2, 1352, 4]], ["round", [2, 1352, 5]], ["shine", [2, 1352, 6]], ["round off", [2, 1352, 7]], ["polish up", [2, 1352, 8]]]}, {"answer": "polished", "hint": "synonyms for polished", "clues": [["down", [2, 1353, 0]], ["polish", [2, 1353, 1]], ["brush up", [2, 1353, 2]], ["fine-tune", [2, 1353, 3]], ["smooth", [2, 1353, 4]], ["refine", [2, 1353, 5]], ["round", [2, 1353, 6]], ["shine", [2, 1353, 7]], ["round off", [2, 1353, 8]], ["polish up", [2, 1353, 9]]]}, {"answer": "pondering", "hint": "synonyms for pondering", "clues": [["think over", [2, 1354, 0]], ["excogitate", [2, 1354, 1]], ["reflect", [2, 1354, 2]], ["muse", [2, 1354, 3]], ["speculate", [2, 1354, 4]], ["ruminate", [2, 1354, 5]], ["mull over", [2, 1354, 6]], ["contemplate", [2, 1354, 7]], ["ponder", [2, 1354, 8]], ["mull", [2, 1354, 9]], ["chew over", [2, 1354, 10]], ["meditate", [2, 1354, 11]]]}, {"answer": "pop", "hint": "synonyms for pop", "clues": [["belt down", [2, 1355, 0]], ["toss off", [2, 1355, 1]], ["kill", [2, 1355, 2]], ["start", [2, 1355, 3]], ["down", [2, 1355, 4]], ["drink down", [2, 1355, 5]], ["bulge out", [2, 1355, 6]], ["protrude", [2, 1355, 7]], ["crop up", [2, 1355, 8]], ["come out", [2, 1355, 9]], ["bulge", [2, 1355, 10]], ["pop up", [2, 1355, 11]], ["pop out", [2, 1355, 12]], ["pour down", [2, 1355, 13]]]}, {"answer": "populated", "hint": "synonyms for populated", "clues": [["live", [2, 1356, 0]], ["populate", [2, 1356, 1]], ["inhabit", [2, 1356, 2]], ["dwell", [2, 1356, 3]]]}, {"answer": "portrayed", "hint": "synonyms for portrayed", "clues": [["present", [2, 1357, 0]], ["portray", [2, 1357, 1]], ["impersonate", [2, 1357, 2]], ["depict", [2, 1357, 3]], ["limn", [2, 1357, 4]]]}, {"answer": "posed", "hint": "synonyms for posed", "clues": [["position", [2, 1358, 0]], ["present", [2, 1358, 1]], ["put", [2, 1358, 2]], ["mystify", [2, 1358, 3]], ["puzzle", [2, 1358, 4]], ["personate", [2, 1358, 5]], ["pose", [2, 1358, 6]], ["flummox", [2, 1358, 7]], ["model", [2, 1358, 8]], ["stupefy", [2, 1358, 9]], ["amaze", [2, 1358, 10]], ["lay", [2, 1358, 11]], ["sit", [2, 1358, 12]], ["baffle", [2, 1358, 13]], ["place", [2, 1358, 14]], ["beat", [2, 1358, 15]], ["stick", [2, 1358, 16]], ["vex", [2, 1358, 17]], ["posture", [2, 1358, 18]], ["get", [2, 1358, 19]], ["perplex", [2, 1358, 20]], ["set", [2, 1358, 21]], ["gravel", [2, 1358, 22]], ["bewilder", [2, 1358, 23]], ["dumbfound", [2, 1358, 24]], ["nonplus", [2, 1358, 25]]]}, {"answer": "positioning", "hint": "synonyms for positioning", "clues": [["pose", [2, 1359, 0]], ["position", [2, 1359, 1]], ["lay", [2, 1359, 2]], ["set", [2, 1359, 3]], ["place", [2, 1359, 4]], ["put", [2, 1359, 5]]]}, {"answer": "posted", "hint": "synonyms for posted", "clues": [["station", [2, 1360, 0]], ["send", [2, 1360, 1]], ["post", [2, 1360, 2]], ["brand", [2, 1360, 3]], ["mail", [2, 1360, 4]], ["place", [2, 1360, 5]], ["stake", [2, 1360, 6]], ["put up", [2, 1360, 7]], ["carry", [2, 1360, 8]]]}, {"answer": "pouring", "hint": "synonyms for pouring", "clues": [["swarm", [2, 1361, 0]], ["rain buckets", [2, 1361, 1]], ["pour out", [2, 1361, 2]], ["pour", [2, 1361, 3]], ["pullulate", [2, 1361, 4]], ["pelt", [2, 1361, 5]], ["stream", [2, 1361, 6]], ["rain cats and dogs", [2, 1361, 7]], ["decant", [2, 1361, 8]], ["teem", [2, 1361, 9]]]}, {"answer": "practiced", "hint": "synonyms for practiced", "clues": [["practice", [2, 1362, 0]], ["drill", [2, 1362, 1]], ["commit", [2, 1362, 2]], ["apply", [2, 1362, 3]], ["exercise", [2, 1362, 4]], ["rehearse", [2, 1362, 5]], ["use", [2, 1362, 6]], ["do", [2, 1362, 7]]]}, {"answer": "practised", "hint": "synonyms for practised", "clues": [["practice", [2, 1363, 0]], ["drill", [2, 1363, 1]], ["exercise", [2, 1363, 2]], ["rehearse", [2, 1363, 3]], ["do", [2, 1363, 4]]]}, {"answer": "preceding", "hint": "synonyms for preceding", "clues": [["precede", [2, 1364, 0]], ["forgo", [2, 1364, 1]], ["come before", [2, 1364, 2]], ["predate", [2, 1364, 3]], ["lead", [2, 1364, 4]], ["preface", [2, 1364, 5]], ["introduce", [2, 1364, 6]], ["antecede", [2, 1364, 7]], ["antedate", [2, 1364, 8]], ["premise", [2, 1364, 9]]]}, {"answer": "predominate", "hint": "synonyms for predominate", "clues": [["tower", [2, 1365, 0]], ["dominate", [2, 1365, 1]], ["hulk", [2, 1365, 2]], ["reign", [2, 1365, 3]], ["loom", [2, 1365, 4]], ["rule", [2, 1365, 5]], ["prevail", [2, 1365, 6]]]}, {"answer": "preferred", "hint": "synonyms for preferred", "clues": [["prefer", [2, 1366, 0]], ["choose", [2, 1366, 1]], ["favor", [2, 1366, 2]], ["opt", [2, 1366, 3]]]}, {"answer": "prepared", "hint": "synonyms for prepared", "clues": [["prepare", [2, 1367, 0]], ["fix", [2, 1367, 1]], ["ready", [2, 1367, 2]], ["educate", [2, 1367, 3]], ["get up", [2, 1367, 4]], ["groom", [2, 1367, 5]], ["machinate", [2, 1367, 6]], ["make", [2, 1367, 7]], ["train", [2, 1367, 8]], ["organise", [2, 1367, 9]], ["cook", [2, 1367, 10]], ["set", [2, 1367, 11]], ["devise", [2, 1367, 12]], ["develop", [2, 1367, 13]], ["set up", [2, 1367, 14]], ["gear up", [2, 1367, 15]]]}, {"answer": "preponderating", "hint": "synonyms for preponderating", "clues": [["preponderate", [2, 1368, 0]], ["outweigh", [2, 1368, 1]], ["outbalance", [2, 1368, 2]], ["overbalance", [2, 1368, 3]]]}, {"answer": "present", "hint": "synonyms for present", "clues": [["exhibit", [2, 1369, 0]], ["confront", [2, 1369, 1]], ["give", [2, 1369, 2]], ["stage", [2, 1369, 3]], ["represent", [2, 1369, 4]], ["lay out", [2, 1369, 5]], ["submit", [2, 1369, 6]], ["gift", [2, 1369, 7]], ["deliver", [2, 1369, 8]], ["award", [2, 1369, 9]], ["introduce", [2, 1369, 10]], ["salute", [2, 1369, 11]], ["pose", [2, 1369, 12]], ["demo", [2, 1369, 13]], ["demonstrate", [2, 1369, 14]], ["portray", [2, 1369, 15]], ["show", [2, 1369, 16]], ["acquaint", [2, 1369, 17]], ["face", [2, 1369, 18]]]}, {"answer": "preserved", "hint": "synonyms for preserved", "clues": [["preserve", [2, 1370, 0]], ["keep up", [2, 1370, 1]], ["keep", [2, 1370, 2]], ["uphold", [2, 1370, 3]], ["save", [2, 1370, 4]], ["carry on", [2, 1370, 5]], ["bear on", [2, 1370, 6]], ["conserve", [2, 1370, 7]], ["maintain", [2, 1370, 8]], ["continue", [2, 1370, 9]]]}, {"answer": "pressed", "hint": "synonyms for pressed", "clues": [["bid", [2, 1371, 0]], ["press", [2, 1371, 1]], ["weight-lift", [2, 1371, 2]], ["entreat", [2, 1371, 3]], ["conjure", [2, 1371, 4]], ["campaign", [2, 1371, 5]], ["beseech", [2, 1371, 6]], ["adjure", [2, 1371, 7]], ["compress", [2, 1371, 8]], ["weigh", [2, 1371, 9]], ["push", [2, 1371, 10]], ["contract", [2, 1371, 11]], ["fight", [2, 1371, 12]], ["constrict", [2, 1371, 13]], ["compact", [2, 1371, 14]], ["iron", [2, 1371, 15]], ["urge", [2, 1371, 16]], ["crusade", [2, 1371, 17]], ["agitate", [2, 1371, 18]], ["squeeze", [2, 1371, 19]], ["iron out", [2, 1371, 20]], ["urge on", [2, 1371, 21]], ["press out", [2, 1371, 22]], ["exhort", [2, 1371, 23]]]}, {"answer": "pressing", "hint": "synonyms for pressing", "clues": [["bid", [2, 1372, 0]], ["press", [2, 1372, 1]], ["weight-lift", [2, 1372, 2]], ["entreat", [2, 1372, 3]], ["conjure", [2, 1372, 4]], ["campaign", [2, 1372, 5]], ["beseech", [2, 1372, 6]], ["adjure", [2, 1372, 7]], ["compress", [2, 1372, 8]], ["weigh", [2, 1372, 9]], ["push", [2, 1372, 10]], ["contract", [2, 1372, 11]], ["fight", [2, 1372, 12]], ["constrict", [2, 1372, 13]], ["compact", [2, 1372, 14]], ["iron", [2, 1372, 15]], ["urge", [2, 1372, 16]], ["crusade", [2, 1372, 17]], ["agitate", [2, 1372, 18]], ["squeeze", [2, 1372, 19]], ["iron out", [2, 1372, 20]], ["urge on", [2, 1372, 21]], ["press out", [2, 1372, 22]], ["exhort", [2, 1372, 23]]]}, {"answer": "pretend", "hint": "synonyms for pretend", "clues": [["make believe", [2, 1373, 0]], ["hazard", [2, 1373, 1]], ["dissemble", [2, 1373, 2]], ["feign", [2, 1373, 3]], ["make", [2, 1373, 4]], ["sham", [2, 1373, 5]], ["venture", [2, 1373, 6]], ["guess", [2, 1373, 7]], ["profess", [2, 1373, 8]], ["act", [2, 1373, 9]], ["affect", [2, 1373, 10]]]}, {"answer": "pretended", "hint": "synonyms for pretended", "clues": [["make believe", [2, 1374, 0]], ["pretend", [2, 1374, 1]], ["hazard", [2, 1374, 2]], ["dissemble", [2, 1374, 3]], ["feign", [2, 1374, 4]], ["sham", [2, 1374, 5]], ["make", [2, 1374, 6]], ["venture", [2, 1374, 7]], ["guess", [2, 1374, 8]], ["profess", [2, 1374, 9]], ["act", [2, 1374, 10]], ["affect", [2, 1374, 11]]]}, {"answer": "prevailing", "hint": "synonyms for prevailing", "clues": [["dominate", [2, 1375, 0]], ["prevail", [2, 1375, 1]], ["run", [2, 1375, 2]], ["reign", [2, 1375, 3]], ["obtain", [2, 1375, 4]], ["die hard", [2, 1375, 5]], ["endure", [2, 1375, 6]], ["predominate", [2, 1375, 7]], ["hold", [2, 1375, 8]], ["triumph", [2, 1375, 9]], ["rule", [2, 1375, 10]], ["persist", [2, 1375, 11]]]}, {"answer": "primed", "hint": "synonyms for primed", "clues": [["prim", [2, 1376, 0]], ["prim up", [2, 1376, 1]], ["prim out", [2, 1376, 2]], ["ground", [2, 1376, 3]], ["undercoat", [2, 1376, 4]]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["value", [2, 1377, 0]], ["appreciate", [2, 1377, 1]], ["esteem", [2, 1377, 2]], ["respect", [2, 1377, 3]], ["treasure", [2, 1377, 4]], ["jimmy", [2, 1377, 5]], ["prise", [2, 1377, 6]], ["pry", [2, 1377, 7]], ["lever", [2, 1377, 8]]]}, {"answer": "probing", "hint": "synonyms for probing", "clues": [["examine", [2, 1378, 0]], ["poke into", [2, 1378, 1]], ["probe", [2, 1378, 2]], ["dig into", [2, 1378, 3]]]}, {"answer": "processed", "hint": "synonyms for processed", "clues": [["march", [2, 1379, 0]], ["process", [2, 1379, 1]], ["litigate", [2, 1379, 2]], ["work", [2, 1379, 3]], ["sue", [2, 1379, 4]], ["serve", [2, 1379, 5]], ["swear out", [2, 1379, 6]], ["action", [2, 1379, 7]], ["treat", [2, 1379, 8]], ["work on", [2, 1379, 9]]]}, {"answer": "proclaimed", "hint": "synonyms for proclaimed", "clues": [["exalt", [2, 1380, 0]], ["laud", [2, 1380, 1]], ["proclaim", [2, 1380, 2]], ["extol", [2, 1380, 3]], ["exclaim", [2, 1380, 4]], ["predicate", [2, 1380, 5]], ["glorify", [2, 1380, 6]], ["promulgate", [2, 1380, 7]]]}, {"answer": "profane", "hint": "synonyms for profane", "clues": [["deprave", [2, 1381, 0]], ["demoralise", [2, 1381, 1]], ["debauch", [2, 1381, 2]], ["misdirect", [2, 1381, 3]], ["corrupt", [2, 1381, 4]], ["pervert", [2, 1381, 5]], ["violate", [2, 1381, 6]], ["vitiate", [2, 1381, 7]], ["subvert", [2, 1381, 8]], ["debase", [2, 1381, 9]], ["desecrate", [2, 1381, 10]], ["outrage", [2, 1381, 11]]]}, {"answer": "profaned", "hint": "synonyms for profaned", "clues": [["deprave", [2, 1382, 0]], ["profane", [2, 1382, 1]], ["demoralise", [2, 1382, 2]], ["debauch", [2, 1382, 3]], ["misdirect", [2, 1382, 4]], ["corrupt", [2, 1382, 5]], ["pervert", [2, 1382, 6]], ["violate", [2, 1382, 7]], ["vitiate", [2, 1382, 8]], ["subvert", [2, 1382, 9]], ["debase", [2, 1382, 10]], ["desecrate", [2, 1382, 11]], ["outrage", [2, 1382, 12]]]}, {"answer": "professed", "hint": "synonyms for professed", "clues": [["profess", [2, 1383, 0]], ["confess", [2, 1383, 1]], ["pretend", [2, 1383, 2]], ["concede", [2, 1383, 3]]]}, {"answer": "prohibited", "hint": "synonyms for prohibited", "clues": [["disallow", [2, 1384, 0]], ["proscribe", [2, 1384, 1]], ["prohibit", [2, 1384, 2]], ["nix", [2, 1384, 3]], ["veto", [2, 1384, 4]], ["forbid", [2, 1384, 5]], ["interdict", [2, 1384, 6]]]}, {"answer": "projected", "hint": "synonyms for projected", "clues": [["project", [2, 1385, 0]], ["cast", [2, 1385, 1]], ["send off", [2, 1385, 2]], ["figure", [2, 1385, 3]], ["jut out", [2, 1385, 4]], ["image", [2, 1385, 5]], ["fancy", [2, 1385, 6]], ["visualise", [2, 1385, 7]], ["throw", [2, 1385, 8]], ["externalise", [2, 1385, 9]], ["see", [2, 1385, 10]], ["protrude", [2, 1385, 11]], ["plan", [2, 1385, 12]], ["contrive", [2, 1385, 13]], ["picture", [2, 1385, 14]], ["stick out", [2, 1385, 15]], ["jut", [2, 1385, 16]], ["envision", [2, 1385, 17]], ["propose", [2, 1385, 18]], ["design", [2, 1385, 19]]]}, {"answer": "projecting", "hint": "synonyms for projecting", "clues": [["project", [2, 1386, 0]], ["cast", [2, 1386, 1]], ["send off", [2, 1386, 2]], ["figure", [2, 1386, 3]], ["jut out", [2, 1386, 4]], ["image", [2, 1386, 5]], ["fancy", [2, 1386, 6]], ["visualise", [2, 1386, 7]], ["throw", [2, 1386, 8]], ["externalise", [2, 1386, 9]], ["see", [2, 1386, 10]], ["protrude", [2, 1386, 11]], ["plan", [2, 1386, 12]], ["contrive", [2, 1386, 13]], ["picture", [2, 1386, 14]], ["stick out", [2, 1386, 15]], ["jut", [2, 1386, 16]], ["envision", [2, 1386, 17]], ["propose", [2, 1386, 18]], ["design", [2, 1386, 19]]]}, {"answer": "prolonged", "hint": "synonyms for prolonged", "clues": [["keep up", [2, 1387, 0]], ["prolong", [2, 1387, 1]], ["extend", [2, 1387, 2]], ["sustain", [2, 1387, 3]], ["protract", [2, 1387, 4]], ["draw out", [2, 1387, 5]]]}, {"answer": "promising", "hint": "synonyms for promising", "clues": [["call", [2, 1388, 0]], ["promise", [2, 1388, 1]], ["assure", [2, 1388, 2]], ["anticipate", [2, 1388, 3]], ["predict", [2, 1388, 4]], ["foretell", [2, 1388, 5]], ["prognosticate", [2, 1388, 6]], ["forebode", [2, 1388, 7]]]}, {"answer": "prompt", "hint": "synonyms for prompt", "clues": [["propel", [2, 1389, 0]], ["remind", [2, 1389, 1]], ["incite", [2, 1389, 2]], ["cue", [2, 1389, 3]], ["instigate", [2, 1389, 4]], ["inspire", [2, 1389, 5]], ["actuate", [2, 1389, 6]], ["motivate", [2, 1389, 7]], ["move", [2, 1389, 8]]]}, {"answer": "pronounced", "hint": "synonyms for pronounced", "clues": [["articulate", [2, 1390, 0]], ["pronounce", [2, 1390, 1]], ["label", [2, 1390, 2]], ["enounce", [2, 1390, 3]], ["judge", [2, 1390, 4]], ["say", [2, 1390, 5]], ["enunciate", [2, 1390, 6]], ["sound out", [2, 1390, 7]]]}, {"answer": "propelling", "hint": "synonyms for propelling", "clues": [["propel", [2, 1391, 0]], ["incite", [2, 1391, 1]], ["prompt", [2, 1391, 2]], ["impel", [2, 1391, 3]], ["actuate", [2, 1391, 4]], ["motivate", [2, 1391, 5]], ["move", [2, 1391, 6]]]}, {"answer": "proscribed", "hint": "synonyms for proscribed", "clues": [["disallow", [2, 1392, 0]], ["proscribe", [2, 1392, 1]], ["prohibit", [2, 1392, 2]], ["nix", [2, 1392, 3]], ["veto", [2, 1392, 4]], ["forbid", [2, 1392, 5]], ["interdict", [2, 1392, 6]]]}, {"answer": "prospering", "hint": "synonyms for prospering", "clues": [["thrive", [2, 1393, 0]], ["fly high", [2, 1393, 1]], ["prosper", [2, 1393, 2]], ["flourish", [2, 1393, 3]]]}, {"answer": "protracted", "hint": "synonyms for protracted", "clues": [["prolong", [2, 1394, 0]], ["extend", [2, 1394, 1]], ["protract", [2, 1394, 2]], ["draw out", [2, 1394, 3]]]}, {"answer": "protruding", "hint": "synonyms for protruding", "clues": [["bug out", [2, 1395, 0]], ["bulge", [2, 1395, 1]], ["protrude", [2, 1395, 2]], ["pop", [2, 1395, 3]], ["start", [2, 1395, 4]], ["pouch", [2, 1395, 5]], ["jut out", [2, 1395, 6]], ["come out", [2, 1395, 7]], ["stick out", [2, 1395, 8]], ["jut", [2, 1395, 9]], ["pop out", [2, 1395, 10]], ["project", [2, 1395, 11]]]}, {"answer": "proved", "hint": "synonyms for proved", "clues": [["prove", [2, 1396, 0]], ["evidence", [2, 1396, 1]], ["test", [2, 1396, 2]], ["turn out", [2, 1396, 3]], ["shew", [2, 1396, 4]], ["essay", [2, 1396, 5]], ["turn up", [2, 1396, 6]], ["show", [2, 1396, 7]], ["establish", [2, 1396, 8]], ["try", [2, 1396, 9]], ["rise", [2, 1396, 10]], ["bear witness", [2, 1396, 11]], ["testify", [2, 1396, 12]], ["leaven", [2, 1396, 13]], ["examine", [2, 1396, 14]], ["try out", [2, 1396, 15]], ["demonstrate", [2, 1396, 16]]]}, {"answer": "proven", "hint": "synonyms for proven", "clues": [["prove", [2, 1397, 0]], ["evidence", [2, 1397, 1]], ["test", [2, 1397, 2]], ["turn out", [2, 1397, 3]], ["shew", [2, 1397, 4]], ["essay", [2, 1397, 5]], ["turn up", [2, 1397, 6]], ["show", [2, 1397, 7]], ["establish", [2, 1397, 8]], ["try", [2, 1397, 9]], ["rise", [2, 1397, 10]], ["bear witness", [2, 1397, 11]], ["testify", [2, 1397, 12]], ["leaven", [2, 1397, 13]], ["examine", [2, 1397, 14]], ["try out", [2, 1397, 15]], ["demonstrate", [2, 1397, 16]]]}, {"answer": "provoked", "hint": "synonyms for provoked", "clues": [["call forth", [2, 1398, 0]], ["raise", [2, 1398, 1]], ["hassle", [2, 1398, 2]], ["enkindle", [2, 1398, 3]], ["plague", [2, 1398, 4]], ["provoke", [2, 1398, 5]], ["harry", [2, 1398, 6]], ["chivvy", [2, 1398, 7]], ["molest", [2, 1398, 8]], ["beset", [2, 1398, 9]], ["arouse", [2, 1398, 10]], ["evoke", [2, 1398, 11]], ["kick up", [2, 1398, 12]], ["stimulate", [2, 1398, 13]], ["chevvy", [2, 1398, 14]], ["elicit", [2, 1398, 15]], ["harass", [2, 1398, 16]], ["fire", [2, 1398, 17]]]}, {"answer": "provoking", "hint": "synonyms for provoking", "clues": [["call forth", [2, 1399, 0]], ["raise", [2, 1399, 1]], ["hassle", [2, 1399, 2]], ["enkindle", [2, 1399, 3]], ["plague", [2, 1399, 4]], ["provoke", [2, 1399, 5]], ["harry", [2, 1399, 6]], ["chivvy", [2, 1399, 7]], ["molest", [2, 1399, 8]], ["beset", [2, 1399, 9]], ["arouse", [2, 1399, 10]], ["evoke", [2, 1399, 11]], ["kick up", [2, 1399, 12]], ["stimulate", [2, 1399, 13]], ["chevvy", [2, 1399, 14]], ["elicit", [2, 1399, 15]], ["harass", [2, 1399, 16]], ["fire", [2, 1399, 17]]]}, {"answer": "prying", "hint": "synonyms for prying", "clues": [["horn in", [2, 1400, 0]], ["prise", [2, 1400, 1]], ["pry", [2, 1400, 2]], ["prize", [2, 1400, 3]], ["jimmy", [2, 1400, 4]], ["intrude", [2, 1400, 5]], ["nose", [2, 1400, 6]], ["lever", [2, 1400, 7]], ["poke", [2, 1400, 8]]]}, {"answer": "publicised", "hint": "synonyms for publicised", "clues": [["publicise", [2, 1401, 0]], ["advertise", [2, 1401, 1]], ["air", [2, 1401, 2]], ["bare", [2, 1401, 3]]]}, {"answer": "publicized", "hint": "synonyms for publicized", "clues": [["publicise", [2, 1402, 0]], ["advertise", [2, 1402, 1]], ["air", [2, 1402, 2]], ["bare", [2, 1402, 3]]]}, {"answer": "published", "hint": "synonyms for published", "clues": [["write", [2, 1403, 0]], ["print", [2, 1403, 1]], ["publish", [2, 1403, 2]], ["put out", [2, 1403, 3]], ["release", [2, 1403, 4]], ["bring out", [2, 1403, 5]], ["issue", [2, 1403, 6]]]}, {"answer": "puff", "hint": "synonyms for puff", "clues": [["heave", [2, 1404, 0]], ["puff up", [2, 1404, 1]], ["gasp", [2, 1404, 2]], ["huff", [2, 1404, 3]], ["drag", [2, 1404, 4]], ["puff out", [2, 1404, 5]], ["pant", [2, 1404, 6]], ["blow up", [2, 1404, 7]], ["whiff", [2, 1404, 8]], ["draw", [2, 1404, 9]]]}, {"answer": "puffed", "hint": "synonyms for puffed", "clues": [["puff", [2, 1405, 0]], ["puff up", [2, 1405, 1]], ["huff", [2, 1405, 2]], ["pant", [2, 1405, 3]], ["blow up", [2, 1405, 4]], ["draw", [2, 1405, 5]], ["heave", [2, 1405, 6]], ["gasp", [2, 1405, 7]], ["drag", [2, 1405, 8]], ["puff out", [2, 1405, 9]], ["whiff", [2, 1405, 10]]]}, {"answer": "pulverised", "hint": "synonyms for pulverised", "clues": [["pulverise", [2, 1406, 0]], ["powderise", [2, 1406, 1]], ["demolish", [2, 1406, 2]], ["powder", [2, 1406, 3]]]}, {"answer": "pulverized", "hint": "synonyms for pulverized", "clues": [["pulverise", [2, 1407, 0]], ["powderise", [2, 1407, 1]], ["demolish", [2, 1407, 2]], ["powder", [2, 1407, 3]]]}, {"answer": "purging", "hint": "synonyms for purging", "clues": [["spue", [2, 1408, 0]], ["throw up", [2, 1408, 1]], ["purify", [2, 1408, 2]], ["regorge", [2, 1408, 3]], ["purge", [2, 1408, 4]], ["retch", [2, 1408, 5]], ["vomit up", [2, 1408, 6]], ["upchuck", [2, 1408, 7]], ["disgorge", [2, 1408, 8]], ["sanctify", [2, 1408, 9]], ["flush", [2, 1408, 10]], ["puke", [2, 1408, 11]], ["barf", [2, 1408, 12]], ["honk", [2, 1408, 13]], ["be sick", [2, 1408, 14]], ["sick", [2, 1408, 15]], ["cast", [2, 1408, 16]], ["regurgitate", [2, 1408, 17]], ["vomit", [2, 1408, 18]], ["scour", [2, 1408, 19]], ["spew", [2, 1408, 20]], ["chuck", [2, 1408, 21]]]}, {"answer": "purifying", "hint": "synonyms for purifying", "clues": [["sublimate", [2, 1409, 0]], ["purify", [2, 1409, 1]], ["sanctify", [2, 1409, 2]], ["make pure", [2, 1409, 3]], ["distill", [2, 1409, 4]], ["purge", [2, 1409, 5]]]}, {"answer": "pursued", "hint": "synonyms for pursued", "clues": [["pursue", [2, 1410, 0]], ["follow", [2, 1410, 1]], ["quest for", [2, 1410, 2]], ["prosecute", [2, 1410, 3]], ["quest after", [2, 1410, 4]], ["engage", [2, 1410, 5]], ["act on", [2, 1410, 6]], ["go after", [2, 1410, 7]], ["follow up on", [2, 1410, 8]]]}, {"answer": "pursuing", "hint": "synonyms for pursuing", "clues": [["pursue", [2, 1411, 0]], ["follow", [2, 1411, 1]], ["quest for", [2, 1411, 2]], ["prosecute", [2, 1411, 3]], ["quest after", [2, 1411, 4]], ["engage", [2, 1411, 5]], ["act on", [2, 1411, 6]], ["go after", [2, 1411, 7]], ["follow up on", [2, 1411, 8]]]}, {"answer": "put_on", "hint": "synonyms for put on", "clues": [["gull", [2, 1412, 0]], ["don", [2, 1412, 1]], ["apply", [2, 1412, 2]], ["wear", [2, 1412, 3]], ["get into", [2, 1412, 4]], ["slang", [2, 1412, 5]], ["mount", [2, 1412, 6]], ["take in", [2, 1412, 7]], ["dupe", [2, 1412, 8]], ["gain", [2, 1412, 9]], ["fool", [2, 1412, 10]], ["assume", [2, 1412, 11]], ["put one over", [2, 1412, 12]], ["cod", [2, 1412, 13]], ["turn in", [2, 1412, 14]], ["befool", [2, 1412, 15]], ["put one across", [2, 1412, 16]]]}, {"answer": "puzzled", "hint": "synonyms for puzzled", "clues": [["baffle", [2, 1413, 0]], ["beat", [2, 1413, 1]], ["mystify", [2, 1413, 2]], ["pose", [2, 1413, 3]], ["puzzle", [2, 1413, 4]], ["stick", [2, 1413, 5]], ["vex", [2, 1413, 6]], ["flummox", [2, 1413, 7]], ["get", [2, 1413, 8]], ["stupefy", [2, 1413, 9]], ["perplex", [2, 1413, 10]], ["dumbfound", [2, 1413, 11]], ["gravel", [2, 1413, 12]], ["bewilder", [2, 1413, 13]], ["amaze", [2, 1413, 14]], ["nonplus", [2, 1413, 15]]]}, {"answer": "puzzling", "hint": "synonyms for puzzling", "clues": [["baffle", [2, 1414, 0]], ["beat", [2, 1414, 1]], ["mystify", [2, 1414, 2]], ["pose", [2, 1414, 3]], ["puzzle", [2, 1414, 4]], ["stick", [2, 1414, 5]], ["vex", [2, 1414, 6]], ["flummox", [2, 1414, 7]], ["get", [2, 1414, 8]], ["stupefy", [2, 1414, 9]], ["perplex", [2, 1414, 10]], ["dumbfound", [2, 1414, 11]], ["gravel", [2, 1414, 12]], ["bewilder", [2, 1414, 13]], ["amaze", [2, 1414, 14]], ["nonplus", [2, 1414, 15]]]}, {"answer": "qualified", "hint": "synonyms for qualified", "clues": [["modify", [2, 1415, 0]], ["measure up", [2, 1415, 1]], ["dispose", [2, 1415, 2]], ["specify", [2, 1415, 3]], ["qualify", [2, 1415, 4]], ["condition", [2, 1415, 5]], ["restrict", [2, 1415, 6]], ["characterise", [2, 1415, 7]], ["stipulate", [2, 1415, 8]]]}, {"answer": "quavering", "hint": "synonyms for quavering", "clues": [["waver", [2, 1416, 0]], ["quaver", [2, 1416, 1]], ["trill", [2, 1416, 2]], ["warble", [2, 1416, 3]]]}, {"answer": "queer", "hint": "synonyms for queer", "clues": [["cross", [2, 1417, 0]], ["scupper", [2, 1417, 1]], ["foil", [2, 1417, 2]], ["thwart", [2, 1417, 3]], ["spoil", [2, 1417, 4]], ["peril", [2, 1417, 5]], ["scotch", [2, 1417, 6]], ["endanger", [2, 1417, 7]], ["expose", [2, 1417, 8]], ["frustrate", [2, 1417, 9]], ["bilk", [2, 1417, 10]], ["baffle", [2, 1417, 11]]]}, {"answer": "quelled", "hint": "synonyms for quelled", "clues": [["squelch", [2, 1418, 0]], ["quell", [2, 1418, 1]], ["stay", [2, 1418, 2]], ["appease", [2, 1418, 3]], ["quench", [2, 1418, 4]]]}, {"answer": "quenched", "hint": "synonyms for quenched", "clues": [["squelch", [2, 1419, 0]], ["quench", [2, 1419, 1]], ["slake", [2, 1419, 2]], ["quell", [2, 1419, 3]], ["extinguish", [2, 1419, 4]], ["allay", [2, 1419, 5]], ["blow out", [2, 1419, 6]], ["assuage", [2, 1419, 7]], ["snuff out", [2, 1419, 8]]]}, {"answer": "questioning", "hint": "synonyms for questioning", "clues": [["call into question", [2, 1420, 0]], ["oppugn", [2, 1420, 1]], ["question", [2, 1420, 2]], ["interview", [2, 1420, 3]], ["query", [2, 1420, 4]], ["interrogate", [2, 1420, 5]], ["wonder", [2, 1420, 6]]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["pipe down", [2, 1421, 0]], ["lull", [2, 1421, 1]], ["hush", [2, 1421, 2]], ["calm down", [2, 1421, 3]], ["tranquilize", [2, 1421, 4]], ["quiesce", [2, 1421, 5]], ["still", [2, 1421, 6]], ["calm", [2, 1421, 7]], ["quiet down", [2, 1421, 8]], ["quieten", [2, 1421, 9]]]}, {"answer": "quits", "hint": "synonyms for quits", "clues": [["leave office", [2, 1422, 0]], ["fall by the wayside", [2, 1422, 1]], ["quit", [2, 1422, 2]], ["foreswear", [2, 1422, 3]], ["renounce", [2, 1422, 4]], ["throw in", [2, 1422, 5]], ["give up", [2, 1422, 6]], ["relinquish", [2, 1422, 7]], ["drop out", [2, 1422, 8]], ["chuck up the sponge", [2, 1422, 9]], ["stop", [2, 1422, 10]], ["resign", [2, 1422, 11]], ["step down", [2, 1422, 12]], ["cease", [2, 1422, 13]], ["drop by the wayside", [2, 1422, 14]], ["lay off", [2, 1422, 15]], ["discontinue", [2, 1422, 16]], ["take leave", [2, 1422, 17]], ["throw in the towel", [2, 1422, 18]], ["depart", [2, 1422, 19]]]}, {"answer": "racking", "hint": "synonyms for racking", "clues": [["rack", [2, 1423, 0]], ["single-foot", [2, 1423, 1]], ["wring", [2, 1423, 2]], ["torture", [2, 1423, 3]], ["extort", [2, 1423, 4]], ["scud", [2, 1423, 5]], ["torment", [2, 1423, 6]], ["excruciate", [2, 1423, 7]], ["gouge", [2, 1423, 8]], ["squeeze", [2, 1423, 9]]]}, {"answer": "radiate", "hint": "synonyms for radiate", "clues": [["glow", [2, 1424, 0]], ["diversify", [2, 1424, 1]], ["ray", [2, 1424, 2]], ["beam", [2, 1424, 3]], ["shine", [2, 1424, 4]]]}, {"answer": "radiating", "hint": "synonyms for radiating", "clues": [["radiate", [2, 1425, 0]], ["ray", [2, 1425, 1]], ["diversify", [2, 1425, 2]], ["beam", [2, 1425, 3]], ["shine", [2, 1425, 4]], ["glow", [2, 1425, 5]]]}, {"answer": "ragged", "hint": "synonyms for ragged", "clues": [["twit", [2, 1426, 0]], ["dress down", [2, 1426, 1]], ["dun", [2, 1426, 2]], ["bait", [2, 1426, 3]], ["rag", [2, 1426, 4]], ["taunt", [2, 1426, 5]], ["bedevil", [2, 1426, 6]], ["get at", [2, 1426, 7]], ["cod", [2, 1426, 8]], ["chew up", [2, 1426, 9]], ["jaw", [2, 1426, 10]], ["reprimand", [2, 1426, 11]], ["crucify", [2, 1426, 12]], ["get to", [2, 1426, 13]], ["frustrate", [2, 1426, 14]], ["lambast", [2, 1426, 15]], ["rebuke", [2, 1426, 16]], ["annoy", [2, 1426, 17]], ["razz", [2, 1426, 18]], ["rally", [2, 1426, 19]], ["devil", [2, 1426, 20]], ["tease", [2, 1426, 21]], ["vex", [2, 1426, 22]], ["trounce", [2, 1426, 23]], ["nettle", [2, 1426, 24]], ["chafe", [2, 1426, 25]], ["call down", [2, 1426, 26]], ["bother", [2, 1426, 27]], ["tantalise", [2, 1426, 28]], ["nark", [2, 1426, 29]], ["rile", [2, 1426, 30]], ["lecture", [2, 1426, 31]], ["irritate", [2, 1426, 32]], ["ride", [2, 1426, 33]], ["torment", [2, 1426, 34]], ["gravel", [2, 1426, 35]], ["scold", [2, 1426, 36]], ["bawl out", [2, 1426, 37]], ["berate", [2, 1426, 38]], ["have words", [2, 1426, 39]], ["chew out", [2, 1426, 40]], ["remonstrate", [2, 1426, 41]], ["call on the carpet", [2, 1426, 42]], ["chide", [2, 1426, 43]], ["reproof", [2, 1426, 44]], ["take to task", [2, 1426, 45]]]}, {"answer": "raging", "hint": "synonyms for raging", "clues": [["twit", [2, 1427, 0]], ["dress down", [2, 1427, 1]], ["dun", [2, 1427, 2]], ["bait", [2, 1427, 3]], ["rag", [2, 1427, 4]], ["taunt", [2, 1427, 5]], ["bedevil", [2, 1427, 6]], ["get at", [2, 1427, 7]], ["cod", [2, 1427, 8]], ["chew up", [2, 1427, 9]], ["jaw", [2, 1427, 10]], ["reprimand", [2, 1427, 11]], ["crucify", [2, 1427, 12]], ["get to", [2, 1427, 13]], ["frustrate", [2, 1427, 14]], ["lambast", [2, 1427, 15]], ["rebuke", [2, 1427, 16]], ["annoy", [2, 1427, 17]], ["razz", [2, 1427, 18]], ["rally", [2, 1427, 19]], ["devil", [2, 1427, 20]], ["tease", [2, 1427, 21]], ["vex", [2, 1427, 22]], ["trounce", [2, 1427, 23]], ["nettle", [2, 1427, 24]], ["chafe", [2, 1427, 25]], ["call down", [2, 1427, 26]], ["bother", [2, 1427, 27]], ["tantalise", [2, 1427, 28]], ["nark", [2, 1427, 29]], ["rile", [2, 1427, 30]], ["lecture", [2, 1427, 31]], ["irritate", [2, 1427, 32]], ["ride", [2, 1427, 33]], ["torment", [2, 1427, 34]], ["gravel", [2, 1427, 35]], ["storm", [2, 1427, 36]], ["scold", [2, 1427, 37]], ["bawl out", [2, 1427, 38]], ["berate", [2, 1427, 39]], ["have words", [2, 1427, 40]], ["chew out", [2, 1427, 41]], ["remonstrate", [2, 1427, 42]], ["ramp", [2, 1427, 43]], ["call on the carpet", [2, 1427, 44]], ["chide", [2, 1427, 45]], ["reproof", [2, 1427, 46]], ["take to task", [2, 1427, 47]]]}, {"answer": "raised", "hint": "synonyms for raised", "clues": [["raise", [2, 1428, 0]], ["bring up", [2, 1428, 1]], ["lift", [2, 1428, 2]], ["elevate", [2, 1428, 3]], ["provoke", [2, 1428, 4]], ["evoke", [2, 1428, 5]], ["arouse", [2, 1428, 6]], ["conjure up", [2, 1428, 7]], ["recruit", [2, 1428, 8]], ["enhance", [2, 1428, 9]], ["call down", [2, 1428, 10]], ["upgrade", [2, 1428, 11]], ["kick upstairs", [2, 1428, 12]], ["get up", [2, 1428, 13]], ["elicit", [2, 1428, 14]], ["rear", [2, 1428, 15]], ["set up", [2, 1428, 16]], ["advance", [2, 1428, 17]], ["enkindle", [2, 1428, 18]], ["erect", [2, 1428, 19]], ["parent", [2, 1428, 20]], ["put up", [2, 1428, 21]], ["farm", [2, 1428, 22]], ["leaven", [2, 1428, 23]], ["heighten", [2, 1428, 24]], ["nurture", [2, 1428, 25]], ["prove", [2, 1428, 26]], ["invoke", [2, 1428, 27]], ["produce", [2, 1428, 28]], ["call forth", [2, 1428, 29]], ["stir", [2, 1428, 30]], ["put forward", [2, 1428, 31]], ["grow", [2, 1428, 32]], ["upraise", [2, 1428, 33]], ["conjure", [2, 1428, 34]], ["levy", [2, 1428, 35]], ["resurrect", [2, 1428, 36]], ["promote", [2, 1428, 37]], ["fire", [2, 1428, 38]]]}, {"answer": "raising", "hint": "synonyms for raising", "clues": [["raise", [2, 1429, 0]], ["bring up", [2, 1429, 1]], ["lift", [2, 1429, 2]], ["elevate", [2, 1429, 3]], ["provoke", [2, 1429, 4]], ["evoke", [2, 1429, 5]], ["arouse", [2, 1429, 6]], ["conjure up", [2, 1429, 7]], ["recruit", [2, 1429, 8]], ["enhance", [2, 1429, 9]], ["call down", [2, 1429, 10]], ["upgrade", [2, 1429, 11]], ["kick upstairs", [2, 1429, 12]], ["get up", [2, 1429, 13]], ["elicit", [2, 1429, 14]], ["rear", [2, 1429, 15]], ["set up", [2, 1429, 16]], ["advance", [2, 1429, 17]], ["enkindle", [2, 1429, 18]], ["erect", [2, 1429, 19]], ["parent", [2, 1429, 20]], ["put up", [2, 1429, 21]], ["farm", [2, 1429, 22]], ["leaven", [2, 1429, 23]], ["heighten", [2, 1429, 24]], ["nurture", [2, 1429, 25]], ["prove", [2, 1429, 26]], ["invoke", [2, 1429, 27]], ["produce", [2, 1429, 28]], ["call forth", [2, 1429, 29]], ["stir", [2, 1429, 30]], ["put forward", [2, 1429, 31]], ["grow", [2, 1429, 32]], ["upraise", [2, 1429, 33]], ["conjure", [2, 1429, 34]], ["levy", [2, 1429, 35]], ["resurrect", [2, 1429, 36]], ["promote", [2, 1429, 37]], ["fire", [2, 1429, 38]]]}, {"answer": "rallying", "hint": "synonyms for rallying", "clues": [["mobilize", [2, 1430, 0]], ["rebound", [2, 1430, 1]], ["twit", [2, 1430, 2]], ["bait", [2, 1430, 3]], ["rally", [2, 1430, 4]], ["rag", [2, 1430, 5]], ["taunt", [2, 1430, 6]], ["tantalise", [2, 1430, 7]], ["cod", [2, 1430, 8]], ["ride", [2, 1430, 9]], ["summon", [2, 1430, 10]], ["muster", [2, 1430, 11]], ["razz", [2, 1430, 12]], ["beat up", [2, 1430, 13]], ["come up", [2, 1430, 14]], ["muster up", [2, 1430, 15]], ["tease", [2, 1430, 16]], ["call up", [2, 1430, 17]], ["drum up", [2, 1430, 18]]]}, {"answer": "rambling", "hint": "synonyms for rambling", "clues": [["jog", [2, 1431, 0]], ["range", [2, 1431, 1]], ["drift", [2, 1431, 2]], ["ramble on", [2, 1431, 3]], ["ramble", [2, 1431, 4]], ["vagabond", [2, 1431, 5]], ["tramp", [2, 1431, 6]], ["roll", [2, 1431, 7]], ["wander", [2, 1431, 8]], ["stray", [2, 1431, 9]], ["cast", [2, 1431, 10]], ["swan", [2, 1431, 11]], ["roam", [2, 1431, 12]], ["rove", [2, 1431, 13]]]}, {"answer": "ranging", "hint": "synonyms for ranging", "clues": [["vagabond", [2, 1432, 0]], ["rove", [2, 1432, 1]], ["pasture", [2, 1432, 2]], ["range", [2, 1432, 3]], ["wander", [2, 1432, 4]], ["grade", [2, 1432, 5]], ["place", [2, 1432, 6]], ["stray", [2, 1432, 7]], ["cast", [2, 1432, 8]], ["ramble", [2, 1432, 9]], ["graze", [2, 1432, 10]], ["array", [2, 1432, 11]], ["rank", [2, 1432, 12]], ["rate", [2, 1432, 13]], ["drift", [2, 1432, 14]], ["set out", [2, 1432, 15]], ["tramp", [2, 1432, 16]], ["roll", [2, 1432, 17]], ["swan", [2, 1432, 18]], ["run", [2, 1432, 19]], ["roam", [2, 1432, 20]], ["lay out", [2, 1432, 21]], ["browse", [2, 1432, 22]], ["order", [2, 1432, 23]], ["straddle", [2, 1432, 24]], ["crop", [2, 1432, 25]]]}, {"answer": "rank", "hint": "synonyms for rank", "clues": [["rate", [2, 1433, 0]], ["range", [2, 1433, 1]], ["outrank", [2, 1433, 2]], ["order", [2, 1433, 3]], ["grade", [2, 1433, 4]], ["place", [2, 1433, 5]]]}, {"answer": "ranked", "hint": "synonyms for ranked", "clues": [["rate", [2, 1434, 0]], ["outrank", [2, 1434, 1]], ["rank", [2, 1434, 2]], ["grade", [2, 1434, 3]], ["place", [2, 1434, 4]], ["range", [2, 1434, 5]], ["order", [2, 1434, 6]]]}, {"answer": "ranking", "hint": "synonyms for ranking", "clues": [["rate", [2, 1435, 0]], ["outrank", [2, 1435, 1]], ["rank", [2, 1435, 2]], ["grade", [2, 1435, 3]], ["place", [2, 1435, 4]], ["range", [2, 1435, 5]], ["order", [2, 1435, 6]]]}, {"answer": "ransacked", "hint": "synonyms for ransacked", "clues": [["loot", [2, 1436, 0]], ["ransack", [2, 1436, 1]], ["strip", [2, 1436, 2]], ["plunder", [2, 1436, 3]], ["despoil", [2, 1436, 4]], ["reave", [2, 1436, 5]], ["comb", [2, 1436, 6]], ["rifle", [2, 1436, 7]], ["pillage", [2, 1436, 8]], ["foray", [2, 1436, 9]]]}, {"answer": "raped", "hint": "synonyms for raped", "clues": [["ravish", [2, 1437, 0]], ["assault", [2, 1437, 1]], ["knock", [2, 1437, 2]], ["tap", [2, 1437, 3]], ["rap", [2, 1437, 4]], ["knap", [2, 1437, 5]], ["spoil", [2, 1437, 6]], ["pink", [2, 1437, 7]], ["despoil", [2, 1437, 8]], ["dishonor", [2, 1437, 9]], ["violate", [2, 1437, 10]], ["outrage", [2, 1437, 11]], ["plunder", [2, 1437, 12]]]}, {"answer": "rarefied", "hint": "synonyms for rarefied", "clues": [["sublimate", [2, 1438, 0]], ["subtilize", [2, 1438, 1]], ["rarefy", [2, 1438, 2]], ["attenuate", [2, 1438, 3]]]}, {"answer": "ravaged", "hint": "synonyms for ravaged", "clues": [["desolate", [2, 1439, 0]], ["devastate", [2, 1439, 1]], ["harry", [2, 1439, 2]], ["ravage", [2, 1439, 3]], ["scourge", [2, 1439, 4]], ["lay waste to", [2, 1439, 5]], ["waste", [2, 1439, 6]]]}, {"answer": "ravaging", "hint": "synonyms for ravaging", "clues": [["desolate", [2, 1440, 0]], ["devastate", [2, 1440, 1]], ["harry", [2, 1440, 2]], ["ravage", [2, 1440, 3]], ["scourge", [2, 1440, 4]], ["lay waste to", [2, 1440, 5]], ["waste", [2, 1440, 6]]]}, {"answer": "ravening", "hint": "synonyms for ravening", "clues": [["prey", [2, 1441, 0]], ["raven", [2, 1441, 1]], ["guttle", [2, 1441, 2]], ["devour", [2, 1441, 3]], ["pig", [2, 1441, 4]], ["predate", [2, 1441, 5]]]}, {"answer": "ravishing", "hint": "synonyms for ravishing", "clues": [["enthral", [2, 1442, 0]], ["assault", [2, 1442, 1]], ["transport", [2, 1442, 2]], ["dishonour", [2, 1442, 3]], ["violate", [2, 1442, 4]], ["enchant", [2, 1442, 5]], ["rape", [2, 1442, 6]], ["enrapture", [2, 1442, 7]], ["outrage", [2, 1442, 8]], ["delight", [2, 1442, 9]], ["ravish", [2, 1442, 10]]]}, {"answer": "razed", "hint": "synonyms for razed", "clues": [["raze", [2, 1443, 0]], ["take down", [2, 1443, 1]], ["level", [2, 1443, 2]], ["dismantle", [2, 1443, 3]], ["rase", [2, 1443, 4]], ["tear down", [2, 1443, 5]], ["pull down", [2, 1443, 6]]]}, {"answer": "ready", "hint": "synonyms for ready", "clues": [["fix", [2, 1444, 0]], ["cook", [2, 1444, 1]], ["set", [2, 1444, 2]], ["prepare", [2, 1444, 3]], ["set up", [2, 1444, 4]], ["make", [2, 1444, 5]], ["gear up", [2, 1444, 6]]]}, {"answer": "realised", "hint": "synonyms for realised", "clues": [["realize", [2, 1445, 0]], ["recognize", [2, 1445, 1]], ["substantiate", [2, 1445, 2]], ["make", [2, 1445, 3]], ["see", [2, 1445, 4]], ["clear", [2, 1445, 5]], ["agnize", [2, 1445, 6]], ["actualise", [2, 1445, 7]], ["pull in", [2, 1445, 8]], ["understand", [2, 1445, 9]], ["agnise", [2, 1445, 10]], ["bring in", [2, 1445, 11]], ["earn", [2, 1445, 12]], ["take in", [2, 1445, 13]], ["gain", [2, 1445, 14]]]}, {"answer": "realized", "hint": "synonyms for realized", "clues": [["realize", [2, 1446, 0]], ["recognize", [2, 1446, 1]], ["substantiate", [2, 1446, 2]], ["make", [2, 1446, 3]], ["see", [2, 1446, 4]], ["clear", [2, 1446, 5]], ["agnize", [2, 1446, 6]], ["actualise", [2, 1446, 7]], ["pull in", [2, 1446, 8]], ["understand", [2, 1446, 9]], ["agnise", [2, 1446, 10]], ["bring in", [2, 1446, 11]], ["earn", [2, 1446, 12]], ["take in", [2, 1446, 13]], ["gain", [2, 1446, 14]]]}, {"answer": "reanimated", "hint": "synonyms for reanimated", "clues": [["vivify", [2, 1447, 0]], ["revive", [2, 1447, 1]], ["animate", [2, 1447, 2]], ["repair", [2, 1447, 3]], ["recreate", [2, 1447, 4]], ["renovate", [2, 1447, 5]], ["quicken", [2, 1447, 6]]]}, {"answer": "rear", "hint": "synonyms for rear", "clues": [["lift", [2, 1448, 0]], ["erect", [2, 1448, 1]], ["rise up", [2, 1448, 2]], ["parent", [2, 1448, 3]], ["bring up", [2, 1448, 4]], ["raise", [2, 1448, 5]], ["nurture", [2, 1448, 6]], ["put up", [2, 1448, 7]], ["set up", [2, 1448, 8]]]}, {"answer": "rearing", "hint": "synonyms for rearing", "clues": [["lift", [2, 1449, 0]], ["erect", [2, 1449, 1]], ["rise up", [2, 1449, 2]], ["set up", [2, 1449, 3]], ["parent", [2, 1449, 4]], ["bring up", [2, 1449, 5]], ["rear", [2, 1449, 6]], ["put up", [2, 1449, 7]], ["raise", [2, 1449, 8]], ["nurture", [2, 1449, 9]]]}, {"answer": "reasoned", "hint": "synonyms for reasoned", "clues": [["reason", [2, 1450, 0]], ["reason out", [2, 1450, 1]], ["conclude", [2, 1450, 2]], ["argue", [2, 1450, 3]]]}, {"answer": "reasoning", "hint": "synonyms for reasoning", "clues": [["reason", [2, 1451, 0]], ["reason out", [2, 1451, 1]], ["conclude", [2, 1451, 2]], ["argue", [2, 1451, 3]]]}, {"answer": "receding", "hint": "synonyms for receding", "clues": [["pull away", [2, 1452, 0]], ["move back", [2, 1452, 1]], ["drop off", [2, 1452, 2]], ["lose", [2, 1452, 3]], ["recede", [2, 1452, 4]], ["fall back", [2, 1452, 5]], ["retire", [2, 1452, 6]], ["pull back", [2, 1452, 7]], ["withdraw", [2, 1452, 8]], ["fall behind", [2, 1452, 9]], ["retreat", [2, 1452, 10]], ["draw back", [2, 1452, 11]]]}, {"answer": "received", "hint": "synonyms for received", "clues": [["get", [2, 1453, 0]], ["welcome", [2, 1453, 1]], ["meet", [2, 1453, 2]], ["have", [2, 1453, 3]], ["find", [2, 1453, 4]], ["receive", [2, 1453, 5]], ["experience", [2, 1453, 6]], ["invite", [2, 1453, 7]], ["pick up", [2, 1453, 8]], ["incur", [2, 1453, 9]], ["take in", [2, 1453, 10]], ["encounter", [2, 1453, 11]], ["obtain", [2, 1453, 12]]]}, {"answer": "reclaimed", "hint": "synonyms for reclaimed", "clues": [["repossess", [2, 1454, 0]], ["reclaim", [2, 1454, 1]], ["regenerate", [2, 1454, 2]], ["rectify", [2, 1454, 3]], ["domesticise", [2, 1454, 4]], ["tame", [2, 1454, 5]], ["recover", [2, 1454, 6]], ["reform", [2, 1454, 7]], ["domesticate", [2, 1454, 8]]]}, {"answer": "recognised", "hint": "synonyms for recognised", "clues": [["make out", [2, 1455, 0]], ["recognize", [2, 1455, 1]], ["greet", [2, 1455, 2]], ["spot", [2, 1455, 3]], ["distinguish", [2, 1455, 4]], ["realise", [2, 1455, 5]], ["agnize", [2, 1455, 6]], ["acknowledge", [2, 1455, 7]], ["know", [2, 1455, 8]], ["discern", [2, 1455, 9]], ["agnise", [2, 1455, 10]], ["pick out", [2, 1455, 11]], ["tell apart", [2, 1455, 12]], ["accredit", [2, 1455, 13]]]}, {"answer": "recognized", "hint": "synonyms for recognized", "clues": [["make out", [2, 1456, 0]], ["recognize", [2, 1456, 1]], ["greet", [2, 1456, 2]], ["realise", [2, 1456, 3]], ["spot", [2, 1456, 4]], ["distinguish", [2, 1456, 5]], ["agnize", [2, 1456, 6]], ["acknowledge", [2, 1456, 7]], ["know", [2, 1456, 8]], ["discern", [2, 1456, 9]], ["agnise", [2, 1456, 10]], ["pick out", [2, 1456, 11]], ["tell apart", [2, 1456, 12]], ["accredit", [2, 1456, 13]]]}, {"answer": "reconciled", "hint": "synonyms for reconciled", "clues": [["settle", [2, 1457, 0]], ["reconcile", [2, 1457, 1]], ["submit", [2, 1457, 2]], ["conciliate", [2, 1457, 3]], ["harmonise", [2, 1457, 4]], ["patch up", [2, 1457, 5]], ["resign", [2, 1457, 6]], ["accommodate", [2, 1457, 7]], ["make up", [2, 1457, 8]]]}, {"answer": "reconciling", "hint": "synonyms for reconciling", "clues": [["settle", [2, 1458, 0]], ["reconcile", [2, 1458, 1]], ["submit", [2, 1458, 2]], ["conciliate", [2, 1458, 3]], ["harmonise", [2, 1458, 4]], ["patch up", [2, 1458, 5]], ["resign", [2, 1458, 6]], ["accommodate", [2, 1458, 7]], ["make up", [2, 1458, 8]]]}, {"answer": "reconstructed", "hint": "synonyms for reconstructed", "clues": [["reconstruct", [2, 1459, 0]], ["remodel", [2, 1459, 1]], ["rebuild", [2, 1459, 2]], ["restore", [2, 1459, 3]], ["redo", [2, 1459, 4]], ["retrace", [2, 1459, 5]]]}, {"answer": "recorded", "hint": "synonyms for recorded", "clues": [["commemorate", [2, 1460, 0]], ["enter", [2, 1460, 1]], ["put down", [2, 1460, 2]], ["register", [2, 1460, 3]], ["record", [2, 1460, 4]], ["immortalize", [2, 1460, 5]], ["memorialise", [2, 1460, 6]], ["tape", [2, 1460, 7]], ["show", [2, 1460, 8]], ["read", [2, 1460, 9]]]}, {"answer": "recovered", "hint": "synonyms for recovered", "clues": [["go back", [2, 1461, 0]], ["recover", [2, 1461, 1]], ["regain", [2, 1461, 2]], ["retrieve", [2, 1461, 3]], ["find", [2, 1461, 4]], ["recoup", [2, 1461, 5]], ["reclaim", [2, 1461, 6]], ["recuperate", [2, 1461, 7]], ["convalesce", [2, 1461, 8]]]}, {"answer": "recovering", "hint": "synonyms for recovering", "clues": [["go back", [2, 1462, 0]], ["recover", [2, 1462, 1]], ["regain", [2, 1462, 2]], ["retrieve", [2, 1462, 3]], ["find", [2, 1462, 4]], ["recoup", [2, 1462, 5]], ["reclaim", [2, 1462, 6]], ["recuperate", [2, 1462, 7]], ["convalesce", [2, 1462, 8]]]}, {"answer": "rectified", "hint": "synonyms for rectified", "clues": [["reclaim", [2, 1463, 0]], ["correct", [2, 1463, 1]], ["rectify", [2, 1463, 2]], ["regenerate", [2, 1463, 3]], ["right", [2, 1463, 4]], ["reform", [2, 1463, 5]], ["repair", [2, 1463, 6]], ["refine", [2, 1463, 7]], ["remedy", [2, 1463, 8]], ["remediate", [2, 1463, 9]], ["amend", [2, 1463, 10]]]}, {"answer": "recurring", "hint": "synonyms for recurring", "clues": [["recur", [2, 1464, 0]], ["resort", [2, 1464, 1]], ["repeat", [2, 1464, 2]], ["go back", [2, 1464, 3]], ["fall back", [2, 1464, 4]]]}, {"answer": "reddened", "hint": "synonyms for reddened", "clues": [["flush", [2, 1465, 0]], ["blush", [2, 1465, 1]], ["redden", [2, 1465, 2]], ["crimson", [2, 1465, 3]]]}, {"answer": "redeemed", "hint": "synonyms for redeemed", "clues": [["redeem", [2, 1466, 0]], ["pay off", [2, 1466, 1]], ["save", [2, 1466, 2]], ["deliver", [2, 1466, 3]], ["ransom", [2, 1466, 4]]]}, {"answer": "redeeming", "hint": "synonyms for redeeming", "clues": [["redeem", [2, 1467, 0]], ["pay off", [2, 1467, 1]], ["save", [2, 1467, 2]], ["deliver", [2, 1467, 3]], ["ransom", [2, 1467, 4]]]}, {"answer": "reduced", "hint": "synonyms for reduced", "clues": [["cut back", [2, 1468, 0]], ["keep down", [2, 1468, 1]], ["thin", [2, 1468, 2]], ["reduce", [2, 1468, 3]], ["slim", [2, 1468, 4]], ["shrink", [2, 1468, 5]], ["come down", [2, 1468, 6]], ["melt off", [2, 1468, 7]], ["quash", [2, 1468, 8]], ["slenderize", [2, 1468, 9]], ["trim back", [2, 1468, 10]], ["contract", [2, 1468, 11]], ["boil down", [2, 1468, 12]], ["cut", [2, 1468, 13]], ["dilute", [2, 1468, 14]], ["cut down", [2, 1468, 15]], ["repress", [2, 1468, 16]], ["bring down", [2, 1468, 17]], ["scale down", [2, 1468, 18]], ["subdue", [2, 1468, 19]], ["shorten", [2, 1468, 20]], ["trim down", [2, 1468, 21]], ["subjugate", [2, 1468, 22]], ["deoxidize", [2, 1468, 23]], ["foreshorten", [2, 1468, 24]], ["abbreviate", [2, 1468, 25]], ["trim", [2, 1468, 26]], ["concentrate", [2, 1468, 27]], ["lose weight", [2, 1468, 28]], ["abridge", [2, 1468, 29]], ["slim down", [2, 1468, 30]], ["tighten", [2, 1468, 31]], ["decoct", [2, 1468, 32]], ["thin out", [2, 1468, 33]]]}, {"answer": "reeking", "hint": "synonyms for reeking", "clues": [["stink", [2, 1469, 0]], ["smack", [2, 1469, 1]], ["reek", [2, 1469, 2]], ["fume", [2, 1469, 3]], ["smell", [2, 1469, 4]]]}, {"answer": "refined", "hint": "synonyms for refined", "clues": [["down", [2, 1470, 0]], ["polish", [2, 1470, 1]], ["fine-tune", [2, 1470, 2]], ["elaborate", [2, 1470, 3]], ["rarify", [2, 1470, 4]], ["refine", [2, 1470, 5]], ["rectify", [2, 1470, 6]], ["complicate", [2, 1470, 7]]]}, {"answer": "reflected", "hint": "synonyms for reflected", "clues": [["reflect", [2, 1471, 0]], ["excogitate", [2, 1471, 1]], ["speculate", [2, 1471, 2]], ["mull over", [2, 1471, 3]], ["shine", [2, 1471, 4]], ["contemplate", [2, 1471, 5]], ["reverberate", [2, 1471, 6]], ["ponder", [2, 1471, 7]], ["mull", [2, 1471, 8]], ["think over", [2, 1471, 9]], ["muse", [2, 1471, 10]], ["ruminate", [2, 1471, 11]], ["chew over", [2, 1471, 12]], ["meditate", [2, 1471, 13]]]}, {"answer": "reflecting", "hint": "synonyms for reflecting", "clues": [["reflect", [2, 1472, 0]], ["excogitate", [2, 1472, 1]], ["speculate", [2, 1472, 2]], ["mull over", [2, 1472, 3]], ["shine", [2, 1472, 4]], ["contemplate", [2, 1472, 5]], ["reverberate", [2, 1472, 6]], ["ponder", [2, 1472, 7]], ["mull", [2, 1472, 8]], ["think over", [2, 1472, 9]], ["muse", [2, 1472, 10]], ["ruminate", [2, 1472, 11]], ["chew over", [2, 1472, 12]], ["meditate", [2, 1472, 13]]]}, {"answer": "reformed", "hint": "synonyms for reformed", "clues": [["reclaim", [2, 1473, 0]], ["reform", [2, 1473, 1]], ["regenerate", [2, 1473, 2]], ["rectify", [2, 1473, 3]], ["see the light", [2, 1473, 4]], ["straighten out", [2, 1473, 5]]]}, {"answer": "refreshed", "hint": "synonyms for refreshed", "clues": [["freshen up", [2, 1474, 0]], ["refresh", [2, 1474, 1]], ["review", [2, 1474, 2]], ["freshen", [2, 1474, 3]], ["brush up", [2, 1474, 4]]]}, {"answer": "refreshing", "hint": "synonyms for refreshing", "clues": [["freshen up", [2, 1475, 0]], ["refresh", [2, 1475, 1]], ["review", [2, 1475, 2]], ["freshen", [2, 1475, 3]], ["brush up", [2, 1475, 4]]]}, {"answer": "regenerate", "hint": "synonyms for regenerate", "clues": [["renew", [2, 1476, 0]], ["reform", [2, 1476, 1]], ["reclaim", [2, 1476, 2]], ["revitalize", [2, 1476, 3]], ["restore", [2, 1476, 4]], ["rectify", [2, 1476, 5]], ["rejuvenate", [2, 1476, 6]]]}, {"answer": "regenerating", "hint": "synonyms for regenerating", "clues": [["revitalize", [2, 1477, 0]], ["reclaim", [2, 1477, 1]], ["restore", [2, 1477, 2]], ["regenerate", [2, 1477, 3]], ["rectify", [2, 1477, 4]], ["renew", [2, 1477, 5]], ["reform", [2, 1477, 6]], ["rejuvenate", [2, 1477, 7]]]}, {"answer": "registered", "hint": "synonyms for registered", "clues": [["register", [2, 1478, 0]], ["file", [2, 1478, 1]], ["record", [2, 1478, 2]], ["cross-file", [2, 1478, 3]], ["show", [2, 1478, 4]], ["read", [2, 1478, 5]]]}, {"answer": "regulated", "hint": "synonyms for regulated", "clues": [["determine", [2, 1479, 0]], ["influence", [2, 1479, 1]], ["regularize", [2, 1479, 2]], ["regulate", [2, 1479, 3]], ["shape", [2, 1479, 4]], ["mold", [2, 1479, 5]], ["modulate", [2, 1479, 6]], ["baffle", [2, 1479, 7]], ["govern", [2, 1479, 8]], ["order", [2, 1479, 9]]]}, {"answer": "reigning", "hint": "synonyms for reigning", "clues": [["dominate", [2, 1480, 0]], ["reign", [2, 1480, 1]], ["rule", [2, 1480, 2]], ["prevail", [2, 1480, 3]], ["predominate", [2, 1480, 4]]]}, {"answer": "rejected", "hint": "synonyms for rejected", "clues": [["turn down", [2, 1481, 0]], ["reject", [2, 1481, 1]], ["spurn", [2, 1481, 2]], ["pass up", [2, 1481, 3]], ["refuse", [2, 1481, 4]], ["resist", [2, 1481, 5]], ["decline", [2, 1481, 6]], ["disdain", [2, 1481, 7]], ["freeze off", [2, 1481, 8]], ["scorn", [2, 1481, 9]], ["pooh-pooh", [2, 1481, 10]], ["turn away", [2, 1481, 11]], ["eliminate", [2, 1481, 12]], ["rule out", [2, 1481, 13]], ["winnow out", [2, 1481, 14]], ["disapprove", [2, 1481, 15]]]}, {"answer": "rejoicing", "hint": "synonyms for rejoicing", "clues": [["exult", [2, 1482, 0]], ["triumph", [2, 1482, 1]], ["wallow", [2, 1482, 2]], ["joy", [2, 1482, 3]], ["rejoice", [2, 1482, 4]], ["jubilate", [2, 1482, 5]], ["exuberate", [2, 1482, 6]]]}, {"answer": "related", "hint": "synonyms for related", "clues": [["relate", [2, 1483, 0]], ["have-to doe with", [2, 1483, 1]], ["colligate", [2, 1483, 2]], ["interrelate", [2, 1483, 3]], ["concern", [2, 1483, 4]], ["link up", [2, 1483, 5]], ["link", [2, 1483, 6]], ["tie in", [2, 1483, 7]], ["come to", [2, 1483, 8]], ["bear on", [2, 1483, 9]], ["associate", [2, 1483, 10]], ["touch on", [2, 1483, 11]], ["pertain", [2, 1483, 12]], ["connect", [2, 1483, 13]], ["touch", [2, 1483, 14]], ["refer", [2, 1483, 15]]]}, {"answer": "relaxed", "hint": "synonyms for relaxed", "clues": [["slack", [2, 1484, 0]], ["unbend", [2, 1484, 1]], ["relax", [2, 1484, 2]], ["loose", [2, 1484, 3]], ["unwind", [2, 1484, 4]], ["slacken", [2, 1484, 5]], ["unstrain", [2, 1484, 6]], ["unlax", [2, 1484, 7]], ["decompress", [2, 1484, 8]], ["slack up", [2, 1484, 9]], ["make relaxed", [2, 1484, 10]], ["slow down", [2, 1484, 11]], ["loosen up", [2, 1484, 12]]]}, {"answer": "relaxing", "hint": "synonyms for relaxing", "clues": [["slack", [2, 1485, 0]], ["unbend", [2, 1485, 1]], ["relax", [2, 1485, 2]], ["loose", [2, 1485, 3]], ["unwind", [2, 1485, 4]], ["slacken", [2, 1485, 5]], ["unstrain", [2, 1485, 6]], ["unlax", [2, 1485, 7]], ["decompress", [2, 1485, 8]], ["slack up", [2, 1485, 9]], ["make relaxed", [2, 1485, 10]], ["slow down", [2, 1485, 11]], ["loosen up", [2, 1485, 12]]]}, {"answer": "releasing", "hint": "synonyms for releasing", "clues": [["exhaust", [2, 1486, 0]], ["turn", [2, 1486, 1]], ["release", [2, 1486, 2]], ["loose", [2, 1486, 3]], ["unloose", [2, 1486, 4]], ["free", [2, 1486, 5]], ["liberate", [2, 1486, 6]], ["unfreeze", [2, 1486, 7]], ["let go", [2, 1486, 8]], ["issue", [2, 1486, 9]], ["give up", [2, 1486, 10]], ["unblock", [2, 1486, 11]], ["secrete", [2, 1486, 12]], ["bring out", [2, 1486, 13]], ["eject", [2, 1486, 14]], ["relinquish", [2, 1486, 15]], ["publish", [2, 1486, 16]], ["let go of", [2, 1486, 17]], ["resign", [2, 1486, 18]], ["put out", [2, 1486, 19]], ["expel", [2, 1486, 20]], ["discharge", [2, 1486, 21]]]}, {"answer": "relieved", "hint": "synonyms for relieved", "clues": [["exempt", [2, 1487, 0]], ["relieve", [2, 1487, 1]], ["salve", [2, 1487, 2]], ["still", [2, 1487, 3]], ["salvage", [2, 1487, 4]], ["take over", [2, 1487, 5]], ["assuage", [2, 1487, 6]], ["free", [2, 1487, 7]], ["remedy", [2, 1487, 8]], ["allay", [2, 1487, 9]], ["lighten", [2, 1487, 10]], ["alleviate", [2, 1487, 11]], ["unbosom", [2, 1487, 12]], ["let off", [2, 1487, 13]], ["excuse", [2, 1487, 14]], ["palliate", [2, 1487, 15]], ["ease", [2, 1487, 16]]]}, {"answer": "relinquished", "hint": "synonyms for relinquished", "clues": [["give up", [2, 1488, 0]], ["foreswear", [2, 1488, 1]], ["renounce", [2, 1488, 2]], ["relinquish", [2, 1488, 3]], ["waive", [2, 1488, 4]], ["release", [2, 1488, 5]], ["forgo", [2, 1488, 6]], ["free", [2, 1488, 7]], ["resign", [2, 1488, 8]], ["let go of", [2, 1488, 9]], ["let go", [2, 1488, 10]], ["quit", [2, 1488, 11]], ["dispense with", [2, 1488, 12]]]}, {"answer": "remaining", "hint": "synonyms for remaining", "clues": [["remain", [2, 1489, 0]], ["stay", [2, 1489, 1]], ["rest", [2, 1489, 2]], ["stay on", [2, 1489, 3]], ["continue", [2, 1489, 4]], ["persist", [2, 1489, 5]]]}, {"answer": "removed", "hint": "synonyms for removed", "clues": [["dispatch", [2, 1490, 0]], ["withdraw", [2, 1490, 1]], ["take", [2, 1490, 2]], ["get rid of", [2, 1490, 3]], ["remove", [2, 1490, 4]], ["hit", [2, 1490, 5]], ["transfer", [2, 1490, 6]], ["take away", [2, 1490, 7]], ["off", [2, 1490, 8]], ["murder", [2, 1490, 9]], ["absent", [2, 1490, 10]], ["bump off", [2, 1490, 11]], ["move out", [2, 1490, 12]], ["slay", [2, 1490, 13]], ["polish off", [2, 1490, 14]], ["take out", [2, 1490, 15]]]}, {"answer": "rending", "hint": "synonyms for rending", "clues": [["rive", [2, 1491, 0]], ["pull", [2, 1491, 1]], ["rend", [2, 1491, 2]], ["rip", [2, 1491, 3]]]}, {"answer": "repeated", "hint": "synonyms for repeated", "clues": [["iterate", [2, 1492, 0]], ["duplicate", [2, 1492, 1]], ["take over", [2, 1492, 2]], ["reprize", [2, 1492, 3]], ["repeat", [2, 1492, 4]], ["recur", [2, 1492, 5]], ["restate", [2, 1492, 6]], ["recapitulate", [2, 1492, 7]], ["replicate", [2, 1492, 8]], ["echo", [2, 1492, 9]], ["double", [2, 1492, 10]], ["retell", [2, 1492, 11]], ["ingeminate", [2, 1492, 12]]]}, {"answer": "repelling", "hint": "synonyms for repelling", "clues": [["repel", [2, 1493, 0]], ["fight off", [2, 1493, 1]], ["repulse", [2, 1493, 2]], ["disgust", [2, 1493, 3]], ["drive", [2, 1493, 4]], ["rebuff", [2, 1493, 5]], ["beat back", [2, 1493, 6]], ["drive back", [2, 1493, 7]], ["gross out", [2, 1493, 8]], ["snub", [2, 1493, 9]], ["push back", [2, 1493, 10]], ["force back", [2, 1493, 11]], ["revolt", [2, 1493, 12]]]}, {"answer": "reported", "hint": "synonyms for reported", "clues": [["account", [2, 1494, 0]], ["report", [2, 1494, 1]], ["cover", [2, 1494, 2]], ["describe", [2, 1494, 3]]]}, {"answer": "represented", "hint": "synonyms for represented", "clues": [["make up", [2, 1495, 0]], ["represent", [2, 1495, 1]], ["constitute", [2, 1495, 2]], ["symbolize", [2, 1495, 3]], ["stand for", [2, 1495, 4]], ["interpret", [2, 1495, 5]], ["stage", [2, 1495, 6]], ["comprise", [2, 1495, 7]], ["lay out", [2, 1495, 8]], ["play", [2, 1495, 9]], ["exemplify", [2, 1495, 10]], ["correspond", [2, 1495, 11]], ["act", [2, 1495, 12]], ["typify", [2, 1495, 13]], ["defend", [2, 1495, 14]], ["map", [2, 1495, 15]], ["be", [2, 1495, 16]]]}, {"answer": "repressed", "hint": "synonyms for repressed", "clues": [["stifle", [2, 1496, 0]], ["keep down", [2, 1496, 1]], ["repress", [2, 1496, 2]], ["subjugate", [2, 1496, 3]], ["suppress", [2, 1496, 4]], ["reduce", [2, 1496, 5]], ["muffle", [2, 1496, 6]], ["strangle", [2, 1496, 7]], ["subdue", [2, 1496, 8]], ["smother", [2, 1496, 9]], ["quash", [2, 1496, 10]]]}, {"answer": "repressing", "hint": "synonyms for repressing", "clues": [["stifle", [2, 1497, 0]], ["keep down", [2, 1497, 1]], ["repress", [2, 1497, 2]], ["subjugate", [2, 1497, 3]], ["suppress", [2, 1497, 4]], ["reduce", [2, 1497, 5]], ["muffle", [2, 1497, 6]], ["strangle", [2, 1497, 7]], ["subdue", [2, 1497, 8]], ["smother", [2, 1497, 9]], ["quash", [2, 1497, 10]]]}, {"answer": "reprobate", "hint": "synonyms for reprobate", "clues": [["condemn", [2, 1498, 0]], ["decry", [2, 1498, 1]], ["excoriate", [2, 1498, 2]], ["objurgate", [2, 1498, 3]]]}, {"answer": "requested", "hint": "synonyms for requested", "clues": [["request", [2, 1499, 0]], ["quest", [2, 1499, 1]], ["call for", [2, 1499, 2]], ["bespeak", [2, 1499, 3]]]}, {"answer": "required", "hint": "synonyms for required", "clues": [["ask", [2, 1500, 0]], ["involve", [2, 1500, 1]], ["require", [2, 1500, 2]], ["need", [2, 1500, 3]], ["command", [2, 1500, 4]], ["expect", [2, 1500, 5]], ["demand", [2, 1500, 6]], ["want", [2, 1500, 7]], ["necessitate", [2, 1500, 8]], ["call for", [2, 1500, 9]], ["take", [2, 1500, 10]], ["postulate", [2, 1500, 11]]]}, {"answer": "reserved", "hint": "synonyms for reserved", "clues": [["appropriate", [2, 1501, 0]], ["reserve", [2, 1501, 1]], ["set aside", [2, 1501, 2]], ["allow", [2, 1501, 3]], ["hold", [2, 1501, 4]], ["book", [2, 1501, 5]], ["earmark", [2, 1501, 6]]]}, {"answer": "resolved", "hint": "synonyms for resolved", "clues": [["dissolve", [2, 1502, 0]], ["resolve", [2, 1502, 1]], ["answer", [2, 1502, 2]], ["conclude", [2, 1502, 3]], ["break up", [2, 1502, 4]], ["purpose", [2, 1502, 5]], ["adjudicate", [2, 1502, 6]], ["decide", [2, 1502, 7]], ["solve", [2, 1502, 8]], ["settle", [2, 1502, 9]]]}, {"answer": "resounding", "hint": "synonyms for resounding", "clues": [["echo", [2, 1503, 0]], ["reverberate", [2, 1503, 1]], ["ring", [2, 1503, 2]], ["resound", [2, 1503, 3]], ["make noise", [2, 1503, 4]], ["noise", [2, 1503, 5]]]}, {"answer": "respected", "hint": "synonyms for respected", "clues": [["esteem", [2, 1504, 0]], ["observe", [2, 1504, 1]], ["honour", [2, 1504, 2]], ["respect", [2, 1504, 3]], ["prize", [2, 1504, 4]], ["abide by", [2, 1504, 5]], ["prise", [2, 1504, 6]], ["value", [2, 1504, 7]]]}, {"answer": "rested", "hint": "synonyms for rested", "clues": [["rest", [2, 1505, 0]], ["stay", [2, 1505, 1]], ["pillow", [2, 1505, 2]], ["remain", [2, 1505, 3]], ["take a breather", [2, 1505, 4]], ["breathe", [2, 1505, 5]], ["repose", [2, 1505, 6]], ["catch one's breath", [2, 1505, 7]], ["perch", [2, 1505, 8]], ["reside", [2, 1505, 9]], ["roost", [2, 1505, 10]], ["lie", [2, 1505, 11]]]}, {"answer": "restrained", "hint": "synonyms for restrained", "clues": [["hold back", [2, 1506, 0]], ["encumber", [2, 1506, 1]], ["throttle", [2, 1506, 2]], ["keep back", [2, 1506, 3]], ["restrain", [2, 1506, 4]], ["intimidate", [2, 1506, 5]], ["limit", [2, 1506, 6]], ["restrict", [2, 1506, 7]], ["confine", [2, 1506, 8]], ["constrain", [2, 1506, 9]], ["keep", [2, 1506, 10]], ["trammel", [2, 1506, 11]], ["hold", [2, 1506, 12]], ["bound", [2, 1506, 13]]]}, {"answer": "restricted", "hint": "synonyms for restricted", "clues": [["limit", [2, 1507, 0]], ["restrict", [2, 1507, 1]], ["qualify", [2, 1507, 2]], ["confine", [2, 1507, 3]], ["throttle", [2, 1507, 4]], ["restrain", [2, 1507, 5]], ["curtail", [2, 1507, 6]], ["trammel", [2, 1507, 7]], ["bound", [2, 1507, 8]], ["curb", [2, 1507, 9]], ["cut back", [2, 1507, 10]]]}, {"answer": "restricting", "hint": "synonyms for restricting", "clues": [["limit", [2, 1508, 0]], ["restrict", [2, 1508, 1]], ["qualify", [2, 1508, 2]], ["confine", [2, 1508, 3]], ["throttle", [2, 1508, 4]], ["restrain", [2, 1508, 5]], ["curtail", [2, 1508, 6]], ["trammel", [2, 1508, 7]], ["bound", [2, 1508, 8]], ["curb", [2, 1508, 9]], ["cut back", [2, 1508, 10]]]}, {"answer": "retained", "hint": "synonyms for retained", "clues": [["continue", [2, 1509, 0]], ["keep", [2, 1509, 1]], ["retain", [2, 1509, 2]], ["hold", [2, 1509, 3]], ["keep back", [2, 1509, 4]], ["hold back", [2, 1509, 5]], ["keep on", [2, 1509, 6]]]}, {"answer": "retarded", "hint": "synonyms for retarded", "clues": [["slow up", [2, 1510, 0]], ["retard", [2, 1510, 1]], ["slow", [2, 1510, 2]], ["decelerate", [2, 1510, 3]], ["check", [2, 1510, 4]], ["slow down", [2, 1510, 5]], ["delay", [2, 1510, 6]]]}, {"answer": "retired", "hint": "synonyms for retired", "clues": [["withdraw", [2, 1511, 0]], ["move back", [2, 1511, 1]], ["put out", [2, 1511, 2]], ["retire", [2, 1511, 3]], ["kip down", [2, 1511, 4]], ["strike out", [2, 1511, 5]], ["bed", [2, 1511, 6]], ["recede", [2, 1511, 7]], ["crawl in", [2, 1511, 8]], ["go to bed", [2, 1511, 9]], ["draw back", [2, 1511, 10]], ["pull away", [2, 1511, 11]], ["sack out", [2, 1511, 12]], ["turn in", [2, 1511, 13]], ["hit the sack", [2, 1511, 14]], ["go to sleep", [2, 1511, 15]], ["pull back", [2, 1511, 16]], ["adjourn", [2, 1511, 17]], ["hit the hay", [2, 1511, 18]], ["retreat", [2, 1511, 19]]]}, {"answer": "retiring", "hint": "synonyms for retiring", "clues": [["withdraw", [2, 1512, 0]], ["move back", [2, 1512, 1]], ["put out", [2, 1512, 2]], ["retire", [2, 1512, 3]], ["kip down", [2, 1512, 4]], ["strike out", [2, 1512, 5]], ["bed", [2, 1512, 6]], ["recede", [2, 1512, 7]], ["crawl in", [2, 1512, 8]], ["go to bed", [2, 1512, 9]], ["draw back", [2, 1512, 10]], ["pull away", [2, 1512, 11]], ["sack out", [2, 1512, 12]], ["turn in", [2, 1512, 13]], ["hit the sack", [2, 1512, 14]], ["go to sleep", [2, 1512, 15]], ["pull back", [2, 1512, 16]], ["adjourn", [2, 1512, 17]], ["hit the hay", [2, 1512, 18]], ["retreat", [2, 1512, 19]]]}, {"answer": "retracted", "hint": "synonyms for retracted", "clues": [["recant", [2, 1513, 0]], ["shrink back", [2, 1513, 1]], ["retract", [2, 1513, 2]], ["pull back", [2, 1513, 3]], ["abjure", [2, 1513, 4]], ["forswear", [2, 1513, 5]], ["draw back", [2, 1513, 6]], ["resile", [2, 1513, 7]], ["draw in", [2, 1513, 8]]]}, {"answer": "retrograde", "hint": "synonyms for retrograde", "clues": [["rehash", [2, 1514, 0]], ["retreat", [2, 1514, 1]], ["retrogress", [2, 1514, 2]], ["regress", [2, 1514, 3]], ["hash over", [2, 1514, 4]]]}, {"answer": "returning", "hint": "synonyms for returning", "clues": [["return", [2, 1515, 0]], ["take back", [2, 1515, 1]], ["yield", [2, 1515, 2]], ["revert", [2, 1515, 3]], ["come back", [2, 1515, 4]], ["generate", [2, 1515, 5]], ["repay", [2, 1515, 6]], ["give back", [2, 1515, 7]], ["render", [2, 1515, 8]], ["retort", [2, 1515, 9]], ["fall", [2, 1515, 10]], ["turn back", [2, 1515, 11]], ["refund", [2, 1515, 12]], ["devolve", [2, 1515, 13]], ["recall", [2, 1515, 14]], ["riposte", [2, 1515, 15]], ["reelect", [2, 1515, 16]], ["pass", [2, 1515, 17]], ["give", [2, 1515, 18]], ["regress", [2, 1515, 19]], ["hark back", [2, 1515, 20]], ["deliver", [2, 1515, 21]], ["bring back", [2, 1515, 22]], ["retrovert", [2, 1515, 23]], ["rejoin", [2, 1515, 24]]]}, {"answer": "revealing", "hint": "synonyms for revealing", "clues": [["unveil", [2, 1516, 0]], ["disclose", [2, 1516, 1]], ["expose", [2, 1516, 2]], ["break", [2, 1516, 3]], ["give away", [2, 1516, 4]], ["discover", [2, 1516, 5]], ["reveal", [2, 1516, 6]], ["unwrap", [2, 1516, 7]], ["uncover", [2, 1516, 8]], ["bring out", [2, 1516, 9]], ["divulge", [2, 1516, 10]], ["let out", [2, 1516, 11]], ["let on", [2, 1516, 12]]]}, {"answer": "reverberating", "hint": "synonyms for reverberating", "clues": [["reverberate", [2, 1517, 0]], ["take a hop", [2, 1517, 1]], ["reflect", [2, 1517, 2]], ["spring", [2, 1517, 3]], ["ring", [2, 1517, 4]], ["bounce", [2, 1517, 5]], ["rebound", [2, 1517, 6]], ["recoil", [2, 1517, 7]], ["echo", [2, 1517, 8]], ["ricochet", [2, 1517, 9]], ["resile", [2, 1517, 10]], ["bound", [2, 1517, 11]]]}, {"answer": "revered", "hint": "synonyms for revered", "clues": [["fear", [2, 1518, 0]], ["venerate", [2, 1518, 1]], ["idolize", [2, 1518, 2]], ["hero-worship", [2, 1518, 3]], ["worship", [2, 1518, 4]], ["reverence", [2, 1518, 5]], ["revere", [2, 1518, 6]]]}, {"answer": "reverse", "hint": "synonyms for reverse", "clues": [["repeal", [2, 1519, 0]], ["lift", [2, 1519, 1]], ["overrule", [2, 1519, 2]], ["countermand", [2, 1519, 3]], ["override", [2, 1519, 4]], ["rescind", [2, 1519, 5]], ["vacate", [2, 1519, 6]], ["change by reversal", [2, 1519, 7]], ["overthrow", [2, 1519, 8]], ["turn back", [2, 1519, 9]], ["turn", [2, 1519, 10]], ["annul", [2, 1519, 11]], ["invert", [2, 1519, 12]], ["overturn", [2, 1519, 13]], ["revoke", [2, 1519, 14]]]}, {"answer": "reversed", "hint": "synonyms for reversed", "clues": [["repeal", [2, 1520, 0]], ["lift", [2, 1520, 1]], ["overrule", [2, 1520, 2]], ["countermand", [2, 1520, 3]], ["reverse", [2, 1520, 4]], ["override", [2, 1520, 5]], ["rescind", [2, 1520, 6]], ["overthrow", [2, 1520, 7]], ["vacate", [2, 1520, 8]], ["invert", [2, 1520, 9]], ["overturn", [2, 1520, 10]], ["revoke", [2, 1520, 11]], ["change by reversal", [2, 1520, 12]], ["turn back", [2, 1520, 13]], ["turn", [2, 1520, 14]], ["annul", [2, 1520, 15]]]}, {"answer": "reverting", "hint": "synonyms for reverting", "clues": [["retrovert", [2, 1521, 0]], ["revert", [2, 1521, 1]], ["return", [2, 1521, 2]], ["turn back", [2, 1521, 3]], ["regress", [2, 1521, 4]]]}, {"answer": "revived", "hint": "synonyms for revived", "clues": [["vivify", [2, 1522, 0]], ["resurrect", [2, 1522, 1]], ["revive", [2, 1522, 2]], ["come to", [2, 1522, 3]], ["animate", [2, 1522, 4]], ["repair", [2, 1522, 5]], ["resuscitate", [2, 1522, 6]], ["recreate", [2, 1522, 7]], ["renovate", [2, 1522, 8]], ["quicken", [2, 1522, 9]]]}, {"answer": "reviving", "hint": "synonyms for reviving", "clues": [["vivify", [2, 1523, 0]], ["resurrect", [2, 1523, 1]], ["revive", [2, 1523, 2]], ["come to", [2, 1523, 3]], ["animate", [2, 1523, 4]], ["repair", [2, 1523, 5]], ["resuscitate", [2, 1523, 6]], ["recreate", [2, 1523, 7]], ["renovate", [2, 1523, 8]], ["quicken", [2, 1523, 9]]]}, {"answer": "revolting", "hint": "synonyms for revolting", "clues": [["gross out", [2, 1524, 0]], ["churn up", [2, 1524, 1]], ["revolt", [2, 1524, 2]], ["disgust", [2, 1524, 3]], ["repel", [2, 1524, 4]], ["sicken", [2, 1524, 5]], ["nauseate", [2, 1524, 6]]]}, {"answer": "revolved", "hint": "synonyms for revolved", "clues": [["rotate", [2, 1525, 0]], ["revolve", [2, 1525, 1]], ["roll", [2, 1525, 2]], ["orbit", [2, 1525, 3]], ["orb", [2, 1525, 4]], ["go around", [2, 1525, 5]]]}, {"answer": "rewarding", "hint": "synonyms for rewarding", "clues": [["reward", [2, 1526, 0]], ["repay", [2, 1526, 1]], ["reinforce", [2, 1526, 2]], ["honor", [2, 1526, 3]], ["pay back", [2, 1526, 4]]]}, {"answer": "ribbed", "hint": "synonyms for ribbed", "clues": [["laugh at", [2, 1527, 0]], ["roast", [2, 1527, 1]], ["make fun", [2, 1527, 2]], ["poke fun", [2, 1527, 3]], ["rib", [2, 1527, 4]], ["guy", [2, 1527, 5]], ["jest at", [2, 1527, 6]], ["blackguard", [2, 1527, 7]], ["ridicule", [2, 1527, 8]]]}, {"answer": "riddled", "hint": "synonyms for riddled", "clues": [["riddle", [2, 1528, 0]], ["permeate", [2, 1528, 1]], ["screen", [2, 1528, 2]], ["penetrate", [2, 1528, 3]], ["pervade", [2, 1528, 4]], ["diffuse", [2, 1528, 5]], ["imbue", [2, 1528, 6]], ["interpenetrate", [2, 1528, 7]]]}, {"answer": "rifled", "hint": "synonyms for rifled", "clues": [["rifle", [2, 1529, 0]], ["loot", [2, 1529, 1]], ["strip", [2, 1529, 2]], ["plunder", [2, 1529, 3]], ["ransack", [2, 1529, 4]], ["despoil", [2, 1529, 5]], ["reave", [2, 1529, 6]], ["pillage", [2, 1529, 7]], ["go", [2, 1529, 8]], ["foray", [2, 1529, 9]]]}, {"answer": "rigged", "hint": "synonyms for rigged", "clues": [["set up", [2, 1530, 0]], ["rig", [2, 1530, 1]], ["set", [2, 1530, 2]], ["manipulate", [2, 1530, 3]]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["redress", [2, 1531, 0]], ["compensate", [2, 1531, 1]], ["correct", [2, 1531, 2]], ["rectify", [2, 1531, 3]]]}, {"answer": "riled", "hint": "synonyms for riled", "clues": [["annoy", [2, 1532, 0]], ["vex", [2, 1532, 1]], ["nettle", [2, 1532, 2]], ["chafe", [2, 1532, 3]], ["devil", [2, 1532, 4]], ["rag", [2, 1532, 5]], ["roil", [2, 1532, 6]], ["bother", [2, 1532, 7]], ["nark", [2, 1532, 8]], ["rile", [2, 1532, 9]], ["irritate", [2, 1532, 10]], ["get at", [2, 1532, 11]], ["gravel", [2, 1532, 12]], ["get to", [2, 1532, 13]]]}, {"answer": "ringed", "hint": "synonyms for ringed", "clues": [["call up", [2, 1533, 0]], ["surround", [2, 1533, 1]], ["ring", [2, 1533, 2]], ["call", [2, 1533, 3]], ["environ", [2, 1533, 4]], ["band", [2, 1533, 5]], ["resound", [2, 1533, 6]], ["skirt", [2, 1533, 7]], ["peal", [2, 1533, 8]], ["echo", [2, 1533, 9]], ["telephone", [2, 1533, 10]], ["reverberate", [2, 1533, 11]], ["knell", [2, 1533, 12]], ["phone", [2, 1533, 13]], ["border", [2, 1533, 14]]]}, {"answer": "ripping", "hint": "synonyms for ripping", "clues": [["rip", [2, 1534, 0]], ["pull", [2, 1534, 1]], ["rend", [2, 1534, 2]], ["rive", [2, 1534, 3]]]}, {"answer": "rippled", "hint": "synonyms for rippled", "clues": [["guggle", [2, 1535, 0]], ["gurgle", [2, 1535, 1]], ["undulate", [2, 1535, 2]], ["ruffle", [2, 1535, 3]], ["burble", [2, 1535, 4]], ["riffle", [2, 1535, 5]], ["babble", [2, 1535, 6]], ["cockle", [2, 1535, 7]], ["bubble", [2, 1535, 8]], ["ripple", [2, 1535, 9]]]}, {"answer": "risen", "hint": "synonyms for risen", "clues": [["lift", [2, 1536, 0]], ["prove", [2, 1536, 1]], ["heighten", [2, 1536, 2]], ["rise up", [2, 1536, 3]], ["rise", [2, 1536, 4]], ["grow", [2, 1536, 5]], ["jump", [2, 1536, 6]], ["uprise", [2, 1536, 7]], ["rear", [2, 1536, 8]], ["originate", [2, 1536, 9]], ["move up", [2, 1536, 10]], ["mount", [2, 1536, 11]], ["surface", [2, 1536, 12]], ["wax", [2, 1536, 13]], ["resurrect", [2, 1536, 14]], ["climb up", [2, 1536, 15]], ["ascend", [2, 1536, 16]], ["rebel", [2, 1536, 17]], ["get up", [2, 1536, 18]], ["come up", [2, 1536, 19]], ["climb", [2, 1536, 20]], ["stand up", [2, 1536, 21]], ["go up", [2, 1536, 22]], ["turn out", [2, 1536, 23]], ["develop", [2, 1536, 24]], ["spring up", [2, 1536, 25]]]}, {"answer": "rising", "hint": "synonyms for rising", "clues": [["lift", [2, 1537, 0]], ["prove", [2, 1537, 1]], ["heighten", [2, 1537, 2]], ["rise up", [2, 1537, 3]], ["rise", [2, 1537, 4]], ["grow", [2, 1537, 5]], ["jump", [2, 1537, 6]], ["uprise", [2, 1537, 7]], ["rear", [2, 1537, 8]], ["originate", [2, 1537, 9]], ["move up", [2, 1537, 10]], ["mount", [2, 1537, 11]], ["surface", [2, 1537, 12]], ["wax", [2, 1537, 13]], ["resurrect", [2, 1537, 14]], ["climb up", [2, 1537, 15]], ["ascend", [2, 1537, 16]], ["rebel", [2, 1537, 17]], ["get up", [2, 1537, 18]], ["come up", [2, 1537, 19]], ["climb", [2, 1537, 20]], ["stand up", [2, 1537, 21]], ["go up", [2, 1537, 22]], ["turn out", [2, 1537, 23]], ["develop", [2, 1537, 24]], ["spring up", [2, 1537, 25]]]}, {"answer": "riveting", "hint": "synonyms for riveting", "clues": [["concentrate", [2, 1538, 0]], ["center", [2, 1538, 1]], ["pore", [2, 1538, 2]], ["centre", [2, 1538, 3]], ["rivet", [2, 1538, 4]], ["focus", [2, 1538, 5]]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["howl", [2, 1539, 0]], ["roar", [2, 1539, 1]], ["yaup", [2, 1539, 2]], ["bellow", [2, 1539, 3]], ["wail", [2, 1539, 4]], ["ululate", [2, 1539, 5]], ["thunder", [2, 1539, 6]], ["yawl", [2, 1539, 7]]]}, {"answer": "roast", "hint": "synonyms for roast", "clues": [["laugh at", [2, 1540, 0]], ["make fun", [2, 1540, 1]], ["poke fun", [2, 1540, 2]], ["guy", [2, 1540, 3]], ["jest at", [2, 1540, 4]], ["rib", [2, 1540, 5]], ["blackguard", [2, 1540, 6]], ["ridicule", [2, 1540, 7]]]}, {"answer": "roasted", "hint": "synonyms for roasted", "clues": [["laugh at", [2, 1541, 0]], ["roast", [2, 1541, 1]], ["make fun", [2, 1541, 2]], ["poke fun", [2, 1541, 3]], ["guy", [2, 1541, 4]], ["jest at", [2, 1541, 5]], ["rib", [2, 1541, 6]], ["blackguard", [2, 1541, 7]], ["ridicule", [2, 1541, 8]]]}, {"answer": "robed", "hint": "synonyms for robed", "clues": [["clothe", [2, 1542, 0]], ["vest", [2, 1542, 1]], ["gazump", [2, 1542, 2]], ["soak", [2, 1542, 3]], ["rob", [2, 1542, 4]], ["overcharge", [2, 1542, 5]], ["pluck", [2, 1542, 6]], ["fleece", [2, 1542, 7]], ["drape", [2, 1542, 8]], ["cloak", [2, 1542, 9]], ["plume", [2, 1542, 10]], ["surcharge", [2, 1542, 11]], ["hook", [2, 1542, 12]]]}, {"answer": "roiled", "hint": "synonyms for roiled", "clues": [["rile", [2, 1543, 0]], ["roil", [2, 1543, 1]], ["moil", [2, 1543, 2]], ["boil", [2, 1543, 3]], ["churn", [2, 1543, 4]]]}, {"answer": "roiling", "hint": "synonyms for roiling", "clues": [["rile", [2, 1544, 0]], ["roil", [2, 1544, 1]], ["moil", [2, 1544, 2]], ["boil", [2, 1544, 3]], ["churn", [2, 1544, 4]]]}, {"answer": "rolled", "hint": "synonyms for rolled", "clues": [["roll", [2, 1545, 0]], ["pluck", [2, 1545, 1]], ["wander", [2, 1545, 2]], ["wrap", [2, 1545, 3]], ["cast", [2, 1545, 4]], ["revolve", [2, 1545, 5]], ["undulate", [2, 1545, 6]], ["wave", [2, 1545, 7]], ["drift", [2, 1545, 8]], ["tramp", [2, 1545, 9]], ["swan", [2, 1545, 10]], ["twine", [2, 1545, 11]], ["range", [2, 1545, 12]], ["seethe", [2, 1545, 13]], ["vagabond", [2, 1545, 14]], ["wind", [2, 1545, 15]], ["roll out", [2, 1545, 16]], ["stray", [2, 1545, 17]], ["turn over", [2, 1545, 18]], ["ramble", [2, 1545, 19]], ["hustle", [2, 1545, 20]], ["wheel", [2, 1545, 21]], ["roll up", [2, 1545, 22]], ["flap", [2, 1545, 23]], ["roam", [2, 1545, 24]], ["rove", [2, 1545, 25]]]}, {"answer": "rollicking", "hint": "synonyms for rollicking", "clues": [["frisk", [2, 1546, 0]], ["lark about", [2, 1546, 1]], ["sport", [2, 1546, 2]], ["romp", [2, 1546, 3]], ["run around", [2, 1546, 4]], ["gambol", [2, 1546, 5]], ["rollick", [2, 1546, 6]], ["cavort", [2, 1546, 7]], ["skylark", [2, 1546, 8]], ["disport", [2, 1546, 9]], ["frolic", [2, 1546, 10]], ["lark", [2, 1546, 11]]]}, {"answer": "rolling", "hint": "synonyms for rolling", "clues": [["roll", [2, 1547, 0]], ["pluck", [2, 1547, 1]], ["wander", [2, 1547, 2]], ["wrap", [2, 1547, 3]], ["cast", [2, 1547, 4]], ["revolve", [2, 1547, 5]], ["undulate", [2, 1547, 6]], ["wave", [2, 1547, 7]], ["drift", [2, 1547, 8]], ["tramp", [2, 1547, 9]], ["swan", [2, 1547, 10]], ["twine", [2, 1547, 11]], ["range", [2, 1547, 12]], ["seethe", [2, 1547, 13]], ["vagabond", [2, 1547, 14]], ["wind", [2, 1547, 15]], ["roll out", [2, 1547, 16]], ["stray", [2, 1547, 17]], ["turn over", [2, 1547, 18]], ["ramble", [2, 1547, 19]], ["hustle", [2, 1547, 20]], ["wheel", [2, 1547, 21]], ["roll up", [2, 1547, 22]], ["flap", [2, 1547, 23]], ["roam", [2, 1547, 24]], ["rove", [2, 1547, 25]]]}, {"answer": "romance", "hint": "synonyms for romance", "clues": [["philander", [2, 1548, 0]], ["chat up", [2, 1548, 1]], ["dally", [2, 1548, 2]], ["woo", [2, 1548, 3]], ["solicit", [2, 1548, 4]], ["flirt", [2, 1548, 5]], ["coquette", [2, 1548, 6]], ["mash", [2, 1548, 7]], ["court", [2, 1548, 8]], ["butterfly", [2, 1548, 9]]]}, {"answer": "rooted", "hint": "synonyms for rooted", "clues": [["rootle", [2, 1549, 0]], ["steady down", [2, 1549, 1]], ["root", [2, 1549, 2]], ["take root", [2, 1549, 3]], ["rout", [2, 1549, 4]], ["settle", [2, 1549, 5]], ["settle down", [2, 1549, 6]]]}, {"answer": "rose", "hint": "synonyms for rose", "clues": [["lift", [2, 1550, 0]], ["prove", [2, 1550, 1]], ["heighten", [2, 1550, 2]], ["rise up", [2, 1550, 3]], ["rise", [2, 1550, 4]], ["grow", [2, 1550, 5]], ["jump", [2, 1550, 6]], ["uprise", [2, 1550, 7]], ["rear", [2, 1550, 8]], ["originate", [2, 1550, 9]], ["move up", [2, 1550, 10]], ["mount", [2, 1550, 11]], ["surface", [2, 1550, 12]], ["wax", [2, 1550, 13]], ["resurrect", [2, 1550, 14]], ["climb up", [2, 1550, 15]], ["ascend", [2, 1550, 16]], ["rebel", [2, 1550, 17]], ["get up", [2, 1550, 18]], ["come up", [2, 1550, 19]], ["climb", [2, 1550, 20]], ["stand up", [2, 1550, 21]], ["go up", [2, 1550, 22]], ["turn out", [2, 1550, 23]], ["develop", [2, 1550, 24]], ["spring up", [2, 1550, 25]]]}, {"answer": "rotated", "hint": "synonyms for rotated", "clues": [["splay", [2, 1551, 0]], ["revolve", [2, 1551, 1]], ["rotate", [2, 1551, 2]], ["circumvolve", [2, 1551, 3]], ["turn out", [2, 1551, 4]], ["go around", [2, 1551, 5]], ["spread out", [2, 1551, 6]]]}, {"answer": "rotted", "hint": "synonyms for rotted", "clues": [["moulder", [2, 1552, 0]], ["rot", [2, 1552, 1]], ["waste", [2, 1552, 2]], ["decompose", [2, 1552, 3]]]}, {"answer": "round", "hint": "synonyms for round", "clues": [["attack", [2, 1553, 0]], ["round off", [2, 1553, 1]], ["brush up", [2, 1553, 2]], ["flesh out", [2, 1553, 3]], ["round down", [2, 1553, 4]], ["snipe", [2, 1553, 5]], ["lash out", [2, 1553, 6]], ["fill out", [2, 1553, 7]], ["labialize", [2, 1553, 8]], ["assail", [2, 1553, 9]], ["round out", [2, 1553, 10]], ["assault", [2, 1553, 11]], ["polish up", [2, 1553, 12]], ["polish", [2, 1553, 13]]]}, {"answer": "rounded", "hint": "synonyms for rounded", "clues": [["round down", [2, 1554, 0]], ["round", [2, 1554, 1]], ["labialize", [2, 1554, 2]], ["round out", [2, 1554, 3]], ["round off", [2, 1554, 4]], ["attack", [2, 1554, 5]], ["brush up", [2, 1554, 6]], ["flesh out", [2, 1554, 7]], ["snipe", [2, 1554, 8]], ["lash out", [2, 1554, 9]], ["fill out", [2, 1554, 10]], ["assail", [2, 1554, 11]], ["assault", [2, 1554, 12]], ["polish up", [2, 1554, 13]], ["polish", [2, 1554, 14]]]}, {"answer": "rousing", "hint": "synonyms for rousing", "clues": [["commove", [2, 1555, 0]], ["wake", [2, 1555, 1]], ["rouse", [2, 1555, 2]], ["drive out", [2, 1555, 3]], ["force out", [2, 1555, 4]], ["charge", [2, 1555, 5]], ["turn on", [2, 1555, 6]], ["agitate", [2, 1555, 7]], ["bestir", [2, 1555, 8]], ["charge up", [2, 1555, 9]], ["wake up", [2, 1555, 10]], ["excite", [2, 1555, 11]], ["rout out", [2, 1555, 12]], ["awaken", [2, 1555, 13]]]}, {"answer": "roving", "hint": "synonyms for roving", "clues": [["drift", [2, 1556, 0]], ["vagabond", [2, 1556, 1]], ["rove", [2, 1556, 2]], ["tramp", [2, 1556, 3]], ["roll", [2, 1556, 4]], ["wander", [2, 1556, 5]], ["stray", [2, 1556, 6]], ["cast", [2, 1556, 7]], ["swan", [2, 1556, 8]], ["roam", [2, 1556, 9]], ["ramble", [2, 1556, 10]], ["range", [2, 1556, 11]]]}, {"answer": "ruffled", "hint": "synonyms for ruffled", "clues": [["swagger", [2, 1557, 0]], ["ruffle up", [2, 1557, 1]], ["flick", [2, 1557, 2]], ["prance", [2, 1557, 3]], ["ruffle", [2, 1557, 4]], ["cockle", [2, 1557, 5]], ["shuffle", [2, 1557, 6]], ["ripple", [2, 1557, 7]], ["undulate", [2, 1557, 8]], ["riffle", [2, 1557, 9]], ["pleat", [2, 1557, 10]], ["strut", [2, 1557, 11]], ["cock", [2, 1557, 12]], ["mix", [2, 1557, 13]], ["sashay", [2, 1557, 14]], ["rumple", [2, 1557, 15]], ["mess up", [2, 1557, 16]], ["tittup", [2, 1557, 17]], ["fluff", [2, 1557, 18]]]}, {"answer": "ruined", "hint": "synonyms for ruined", "clues": [["ruin", [2, 1558, 0]], ["break", [2, 1558, 1]], ["deflower", [2, 1558, 2]], ["smash", [2, 1558, 3]], ["destroy", [2, 1558, 4]], ["bankrupt", [2, 1558, 5]]]}, {"answer": "ruled", "hint": "synonyms for ruled", "clues": [["dominate", [2, 1559, 0]], ["rule", [2, 1559, 1]], ["reign", [2, 1559, 2]], ["govern", [2, 1559, 3]], ["decree", [2, 1559, 4]], ["prevail", [2, 1559, 5]], ["predominate", [2, 1559, 6]], ["find", [2, 1559, 7]], ["harness", [2, 1559, 8]]]}, {"answer": "ruling", "hint": "synonyms for ruling", "clues": [["dominate", [2, 1560, 0]], ["rule", [2, 1560, 1]], ["reign", [2, 1560, 2]], ["govern", [2, 1560, 3]], ["decree", [2, 1560, 4]], ["prevail", [2, 1560, 5]], ["predominate", [2, 1560, 6]], ["find", [2, 1560, 7]], ["harness", [2, 1560, 8]]]}, {"answer": "rumpled", "hint": "synonyms for rumpled", "clues": [["crinkle", [2, 1561, 0]], ["ruffle", [2, 1561, 1]], ["rumple", [2, 1561, 2]], ["ruffle up", [2, 1561, 3]], ["cockle", [2, 1561, 4]], ["knit", [2, 1561, 5]], ["mess up", [2, 1561, 6]], ["crease", [2, 1561, 7]], ["pucker", [2, 1561, 8]]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["be given", [2, 1562, 0]], ["run for", [2, 1562, 1]], ["run", [2, 1562, 2]], ["carry", [2, 1562, 3]], ["function", [2, 1562, 4]], ["go", [2, 1562, 5]], ["endure", [2, 1562, 6]], ["bleed", [2, 1562, 7]], ["guide", [2, 1562, 8]], ["die hard", [2, 1562, 9]], ["pass", [2, 1562, 10]], ["lead", [2, 1562, 11]], ["play", [2, 1562, 12]], ["tend", [2, 1562, 13]], ["hunt down", [2, 1562, 14]], ["range", [2, 1562, 15]], ["black market", [2, 1562, 16]], ["race", [2, 1562, 17]], ["course", [2, 1562, 18]], ["melt down", [2, 1562, 19]], ["bunk", [2, 1562, 20]], ["feed", [2, 1562, 21]], ["hunt", [2, 1562, 22]], ["melt", [2, 1562, 23]], ["break away", [2, 1562, 24]], ["hightail it", [2, 1562, 25]], ["move", [2, 1562, 26]], ["lean", [2, 1562, 27]], ["run away", [2, 1562, 28]], ["execute", [2, 1562, 29]], ["turn tail", [2, 1562, 30]], ["take to the woods", [2, 1562, 31]], ["incline", [2, 1562, 32]], ["escape", [2, 1562, 33]], ["campaign", [2, 1562, 34]], ["prevail", [2, 1562, 35]], ["head for the hills", [2, 1562, 36]], ["unravel", [2, 1562, 37]], ["track down", [2, 1562, 38]], ["operate", [2, 1562, 39]], ["ladder", [2, 1562, 40]], ["lam", [2, 1562, 41]], ["extend", [2, 1562, 42]], ["consort", [2, 1562, 43]], ["scat", [2, 1562, 44]], ["flow", [2, 1562, 45]], ["fly the coop", [2, 1562, 46]], ["persist", [2, 1562, 47]], ["work", [2, 1562, 48]], ["scarper", [2, 1562, 49]], ["draw", [2, 1562, 50]]]}, {"answer": "rush", "hint": "synonyms for rush", "clues": [["pelt along", [2, 1563, 0]], ["hotfoot", [2, 1563, 1]], ["look sharp", [2, 1563, 2]], ["stimulate", [2, 1563, 3]], ["induce", [2, 1563, 4]], ["race", [2, 1563, 5]], ["bucket along", [2, 1563, 6]], ["hurry", [2, 1563, 7]], ["cannonball along", [2, 1563, 8]], ["speed", [2, 1563, 9]], ["rush along", [2, 1563, 10]], ["hie", [2, 1563, 11]], ["hasten", [2, 1563, 12]], ["festinate", [2, 1563, 13]], ["step on it", [2, 1563, 14]]]}, {"answer": "rushed", "hint": "synonyms for rushed", "clues": [["rush", [2, 1564, 0]], ["pelt along", [2, 1564, 1]], ["hotfoot", [2, 1564, 2]], ["look sharp", [2, 1564, 3]], ["stimulate", [2, 1564, 4]], ["induce", [2, 1564, 5]], ["race", [2, 1564, 6]], ["bucket along", [2, 1564, 7]], ["hurry", [2, 1564, 8]], ["cannonball along", [2, 1564, 9]], ["speed", [2, 1564, 10]], ["rush along", [2, 1564, 11]], ["hie", [2, 1564, 12]], ["hasten", [2, 1564, 13]], ["festinate", [2, 1564, 14]], ["step on it", [2, 1564, 15]]]}, {"answer": "sacked", "hint": "synonyms for sacked", "clues": [["sack", [2, 1565, 0]], ["fire", [2, 1565, 1]], ["give the sack", [2, 1565, 2]], ["plunder", [2, 1565, 3]], ["can", [2, 1565, 4]], ["send away", [2, 1565, 5]], ["sack up", [2, 1565, 6]], ["clear", [2, 1565, 7]], ["force out", [2, 1565, 8]], ["terminate", [2, 1565, 9]], ["give the axe", [2, 1565, 10]], ["displace", [2, 1565, 11]], ["net", [2, 1565, 12]], ["give notice", [2, 1565, 13]], ["dismiss", [2, 1565, 14]]]}, {"answer": "sagging", "hint": "synonyms for sagging", "clues": [["sag", [2, 1566, 0]], ["sag down", [2, 1566, 1]], ["droop", [2, 1566, 2]], ["flag", [2, 1566, 3]]]}, {"answer": "said", "hint": "synonyms for said", "clues": [["articulate", [2, 1567, 0]], ["tell", [2, 1567, 1]], ["say", [2, 1567, 2]], ["read", [2, 1567, 3]], ["enounce", [2, 1567, 4]], ["suppose", [2, 1567, 5]], ["pronounce", [2, 1567, 6]], ["sound out", [2, 1567, 7]], ["order", [2, 1567, 8]], ["allege", [2, 1567, 9]], ["aver", [2, 1567, 10]], ["enjoin", [2, 1567, 11]], ["enunciate", [2, 1567, 12]], ["state", [2, 1567, 13]]]}, {"answer": "sanctified", "hint": "synonyms for sanctified", "clues": [["consecrate", [2, 1568, 0]], ["sanctify", [2, 1568, 1]], ["purge", [2, 1568, 2]], ["purify", [2, 1568, 3]], ["hallow", [2, 1568, 4]], ["bless", [2, 1568, 5]]]}, {"answer": "satiate", "hint": "synonyms for satiate", "clues": [["englut", [2, 1569, 0]], ["glut", [2, 1569, 1]], ["engorge", [2, 1569, 2]], ["stuff", [2, 1569, 3]], ["gormandize", [2, 1569, 4]], ["overindulge", [2, 1569, 5]], ["overgorge", [2, 1569, 6]], ["fill", [2, 1569, 7]], ["ingurgitate", [2, 1569, 8]], ["pig out", [2, 1569, 9]], ["sate", [2, 1569, 10]], ["gorge", [2, 1569, 11]], ["scarf out", [2, 1569, 12]], ["overeat", [2, 1569, 13]], ["replete", [2, 1569, 14]], ["binge", [2, 1569, 15]]]}, {"answer": "satiated", "hint": "synonyms for satiated", "clues": [["englut", [2, 1570, 0]], ["glut", [2, 1570, 1]], ["engorge", [2, 1570, 2]], ["stuff", [2, 1570, 3]], ["gormandize", [2, 1570, 4]], ["overindulge", [2, 1570, 5]], ["overgorge", [2, 1570, 6]], ["fill", [2, 1570, 7]], ["ingurgitate", [2, 1570, 8]], ["pig out", [2, 1570, 9]], ["sate", [2, 1570, 10]], ["gorge", [2, 1570, 11]], ["satiate", [2, 1570, 12]], ["scarf out", [2, 1570, 13]], ["overeat", [2, 1570, 14]], ["replete", [2, 1570, 15]], ["binge", [2, 1570, 16]]]}, {"answer": "satisfied", "hint": "synonyms for satisfied", "clues": [["fulfill", [2, 1571, 0]], ["meet", [2, 1571, 1]], ["satisfy", [2, 1571, 2]], ["live up to", [2, 1571, 3]], ["gratify", [2, 1571, 4]], ["fill", [2, 1571, 5]]]}, {"answer": "satisfying", "hint": "synonyms for satisfying", "clues": [["fulfill", [2, 1572, 0]], ["meet", [2, 1572, 1]], ["satisfy", [2, 1572, 2]], ["live up to", [2, 1572, 3]], ["gratify", [2, 1572, 4]], ["fill", [2, 1572, 5]]]}, {"answer": "saved", "hint": "synonyms for saved", "clues": [["salve", [2, 1573, 0]], ["salvage", [2, 1573, 1]], ["economise", [2, 1573, 2]], ["preserve", [2, 1573, 3]], ["bring through", [2, 1573, 4]], ["carry through", [2, 1573, 5]], ["save up", [2, 1573, 6]], ["make unnecessary", [2, 1573, 7]], ["spare", [2, 1573, 8]], ["lay aside", [2, 1573, 9]], ["keep open", [2, 1573, 10]], ["pull through", [2, 1573, 11]], ["deliver", [2, 1573, 12]], ["relieve", [2, 1573, 13]], ["hold open", [2, 1573, 14]], ["write", [2, 1573, 15]], ["redeem", [2, 1573, 16]], ["keep", [2, 1573, 17]]]}, {"answer": "saving", "hint": "synonyms for saving", "clues": [["salve", [2, 1574, 0]], ["salvage", [2, 1574, 1]], ["economise", [2, 1574, 2]], ["preserve", [2, 1574, 3]], ["bring through", [2, 1574, 4]], ["carry through", [2, 1574, 5]], ["save up", [2, 1574, 6]], ["make unnecessary", [2, 1574, 7]], ["spare", [2, 1574, 8]], ["lay aside", [2, 1574, 9]], ["keep open", [2, 1574, 10]], ["pull through", [2, 1574, 11]], ["deliver", [2, 1574, 12]], ["relieve", [2, 1574, 13]], ["hold open", [2, 1574, 14]], ["write", [2, 1574, 15]], ["redeem", [2, 1574, 16]], ["keep", [2, 1574, 17]]]}, {"answer": "scared", "hint": "synonyms for scared", "clues": [["affright", [2, 1575, 0]], ["frighten away", [2, 1575, 1]], ["daunt", [2, 1575, 2]], ["dash", [2, 1575, 3]], ["mark", [2, 1575, 4]], ["scare away", [2, 1575, 5]], ["frighten", [2, 1575, 6]], ["scare", [2, 1575, 7]], ["pit", [2, 1575, 8]], ["frighten off", [2, 1575, 9]], ["scare off", [2, 1575, 10]], ["pall", [2, 1575, 11]], ["pock", [2, 1575, 12]]]}, {"answer": "scarred", "hint": "synonyms for scarred", "clues": [["pock", [2, 1576, 0]], ["mark", [2, 1576, 1]], ["pit", [2, 1576, 2]], ["scar", [2, 1576, 3]]]}, {"answer": "scattered", "hint": "synonyms for scattered", "clues": [["spread out", [2, 1577, 0]], ["scatter", [2, 1577, 1]], ["dissipate", [2, 1577, 2]], ["dispel", [2, 1577, 3]], ["disperse", [2, 1577, 4]], ["spread", [2, 1577, 5]], ["dust", [2, 1577, 6]], ["break up", [2, 1577, 7]], ["dot", [2, 1577, 8]], ["sprinkle", [2, 1577, 9]]]}, {"answer": "scented", "hint": "synonyms for scented", "clues": [["nose", [2, 1578, 0]], ["perfume", [2, 1578, 1]], ["scent", [2, 1578, 2]], ["odourise", [2, 1578, 3]], ["wind", [2, 1578, 4]], ["odorize", [2, 1578, 5]]]}, {"answer": "scintillating", "hint": "synonyms for scintillating", "clues": [["sparkle", [2, 1579, 0]], ["coruscate", [2, 1579, 1]], ["scintillate", [2, 1579, 2]], ["twinkle", [2, 1579, 3]]]}, {"answer": "scorched", "hint": "synonyms for scorched", "clues": [["blacken", [2, 1580, 0]], ["scorch", [2, 1580, 1]], ["sear", [2, 1580, 2]], ["char", [2, 1580, 3]], ["singe", [2, 1580, 4]]]}, {"answer": "scorching", "hint": "synonyms for scorching", "clues": [["blacken", [2, 1581, 0]], ["scorch", [2, 1581, 1]], ["sear", [2, 1581, 2]], ["char", [2, 1581, 3]], ["singe", [2, 1581, 4]]]}, {"answer": "scorned", "hint": "synonyms for scorned", "clues": [["spurn", [2, 1582, 0]], ["disdain", [2, 1582, 1]], ["turn down", [2, 1582, 2]], ["reject", [2, 1582, 3]], ["freeze off", [2, 1582, 4]], ["scorn", [2, 1582, 5]], ["despise", [2, 1582, 6]], ["pooh-pooh", [2, 1582, 7]], ["contemn", [2, 1582, 8]]]}, {"answer": "scotch", "hint": "synonyms for scotch", "clues": [["cross", [2, 1583, 0]], ["foil", [2, 1583, 1]], ["thwart", [2, 1583, 2]], ["spoil", [2, 1583, 3]], ["frustrate", [2, 1583, 4]], ["queer", [2, 1583, 5]], ["bilk", [2, 1583, 6]], ["baffle", [2, 1583, 7]]]}, {"answer": "scoured", "hint": "synonyms for scoured", "clues": [["flush", [2, 1584, 0]], ["purge", [2, 1584, 1]], ["abrade", [2, 1584, 2]], ["scour", [2, 1584, 3]], ["scrub", [2, 1584, 4]]]}, {"answer": "scrambled", "hint": "synonyms for scrambled", "clues": [["scramble", [2, 1585, 0]], ["struggle", [2, 1585, 1]], ["shinny", [2, 1585, 2]], ["beat", [2, 1585, 3]], ["skin", [2, 1585, 4]], ["shin", [2, 1585, 5]], ["sputter", [2, 1585, 6]], ["throw together", [2, 1585, 7]], ["clamber", [2, 1585, 8]], ["jumble", [2, 1585, 9]]]}, {"answer": "screaming", "hint": "synonyms for screaming", "clues": [["scream", [2, 1586, 0]], ["call", [2, 1586, 1]], ["shout out", [2, 1586, 2]], ["shout", [2, 1586, 3]], ["yell", [2, 1586, 4]], ["hollo", [2, 1586, 5]], ["holler", [2, 1586, 6]], ["squall", [2, 1586, 7]], ["cry", [2, 1586, 8]]]}, {"answer": "scrub", "hint": "synonyms for scrub", "clues": [["scratch", [2, 1587, 0]], ["call off", [2, 1587, 1]], ["scour", [2, 1587, 2]], ["cancel", [2, 1587, 3]], ["scrub up", [2, 1587, 4]]]}, {"answer": "scrubbed", "hint": "synonyms for scrubbed", "clues": [["scrub", [2, 1588, 0]], ["scratch", [2, 1588, 1]], ["call off", [2, 1588, 2]], ["scour", [2, 1588, 3]], ["cancel", [2, 1588, 4]], ["scrub up", [2, 1588, 5]]]}, {"answer": "scurrying", "hint": "synonyms for scurrying", "clues": [["scamper", [2, 1589, 0]], ["scuttle", [2, 1589, 1]], ["scurry", [2, 1589, 2]], ["skitter", [2, 1589, 3]]]}, {"answer": "sear", "hint": "synonyms for sear", "clues": [["blacken", [2, 1590, 0]], ["parch", [2, 1590, 1]], ["scorch", [2, 1590, 2]], ["char", [2, 1590, 3]], ["singe", [2, 1590, 4]]]}, {"answer": "searching", "hint": "synonyms for searching", "clues": [["research", [2, 1591, 0]], ["look", [2, 1591, 1]], ["seek", [2, 1591, 2]], ["explore", [2, 1591, 3]], ["look for", [2, 1591, 4]]]}, {"answer": "seared", "hint": "synonyms for seared", "clues": [["blacken", [2, 1592, 0]], ["sear", [2, 1592, 1]], ["scorch", [2, 1592, 2]], ["parch", [2, 1592, 3]], ["char", [2, 1592, 4]], ["singe", [2, 1592, 5]]]}, {"answer": "searing", "hint": "synonyms for searing", "clues": [["blacken", [2, 1593, 0]], ["sear", [2, 1593, 1]], ["scorch", [2, 1593, 2]], ["parch", [2, 1593, 3]], ["char", [2, 1593, 4]], ["singe", [2, 1593, 5]]]}, {"answer": "seasoned", "hint": "synonyms for seasoned", "clues": [["season", [2, 1594, 0]], ["temper", [2, 1594, 1]], ["flavour", [2, 1594, 2]], ["harden", [2, 1594, 3]], ["mollify", [2, 1594, 4]]]}, {"answer": "seated", "hint": "synonyms for seated", "clues": [["sit", [2, 1595, 0]], ["invest", [2, 1595, 1]], ["seat", [2, 1595, 2]], ["induct", [2, 1595, 3]], ["sit down", [2, 1595, 4]]]}, {"answer": "secluded", "hint": "synonyms for secluded", "clues": [["seclude", [2, 1596, 0]], ["withdraw", [2, 1596, 1]], ["sequestrate", [2, 1596, 2]], ["sequester", [2, 1596, 3]]]}, {"answer": "secure", "hint": "synonyms for secure", "clues": [["stop up", [2, 1597, 0]], ["fasten", [2, 1597, 1]], ["batten", [2, 1597, 2]], ["plug", [2, 1597, 3]], ["guarantee", [2, 1597, 4]], ["insure", [2, 1597, 5]], ["fix", [2, 1597, 6]], ["procure", [2, 1597, 7]], ["batten down", [2, 1597, 8]], ["ensure", [2, 1597, 9]], ["assure", [2, 1597, 10]]]}, {"answer": "seeing", "hint": "synonyms for seeing", "clues": [["check", [2, 1598, 0]], ["ascertain", [2, 1598, 1]], ["regard", [2, 1598, 2]], ["see", [2, 1598, 3]], ["realise", [2, 1598, 4]], ["fancy", [2, 1598, 5]], ["visualise", [2, 1598, 6]], ["go steady", [2, 1598, 7]], ["pick up", [2, 1598, 8]], ["project", [2, 1598, 9]], ["see to it", [2, 1598, 10]], ["watch", [2, 1598, 11]], ["figure", [2, 1598, 12]], ["image", [2, 1598, 13]], ["escort", [2, 1598, 14]], ["assure", [2, 1598, 15]], ["ensure", [2, 1598, 16]], ["attend", [2, 1598, 17]], ["insure", [2, 1598, 18]], ["go out", [2, 1598, 19]], ["interpret", [2, 1598, 20]], ["catch", [2, 1598, 21]], ["envision", [2, 1598, 22]], ["look", [2, 1598, 23]], ["run into", [2, 1598, 24]], ["go through", [2, 1598, 25]], ["view", [2, 1598, 26]], ["run across", [2, 1598, 27]], ["witness", [2, 1598, 28]], ["control", [2, 1598, 29]], ["understand", [2, 1598, 30]], ["get word", [2, 1598, 31]], ["reckon", [2, 1598, 32]], ["picture", [2, 1598, 33]], ["learn", [2, 1598, 34]], ["date", [2, 1598, 35]], ["examine", [2, 1598, 36]], ["consider", [2, 1598, 37]], ["come across", [2, 1598, 38]], ["find out", [2, 1598, 39]], ["construe", [2, 1598, 40]], ["find", [2, 1598, 41]], ["encounter", [2, 1598, 42]], ["get a line", [2, 1598, 43]], ["determine", [2, 1598, 44]], ["get wind", [2, 1598, 45]], ["meet", [2, 1598, 46]], ["take in", [2, 1598, 47]], ["visit", [2, 1598, 48]], ["experience", [2, 1598, 49]], ["take care", [2, 1598, 50]], ["hear", [2, 1598, 51]], ["discover", [2, 1598, 52]]]}, {"answer": "seething", "hint": "synonyms for seething", "clues": [["boil", [2, 1599, 0]], ["seethe", [2, 1599, 1]], ["hum", [2, 1599, 2]], ["roll", [2, 1599, 3]], ["buzz", [2, 1599, 4]]]}, {"answer": "selected", "hint": "synonyms for selected", "clues": [["pick out", [2, 1600, 0]], ["take", [2, 1600, 1]], ["select", [2, 1600, 2]], ["choose", [2, 1600, 3]]]}, {"answer": "sensed", "hint": "synonyms for sensed", "clues": [["sense", [2, 1601, 0]], ["feel", [2, 1601, 1]], ["smell", [2, 1601, 2]], ["smell out", [2, 1601, 3]]]}, {"answer": "sent", "hint": "synonyms for sent", "clues": [["station", [2, 1602, 0]], ["send", [2, 1602, 1]], ["air", [2, 1602, 2]], ["get off", [2, 1602, 3]], ["direct", [2, 1602, 4]], ["transmit", [2, 1602, 5]], ["mail", [2, 1602, 6]], ["post", [2, 1602, 7]], ["broadcast", [2, 1602, 8]], ["place", [2, 1602, 9]], ["transport", [2, 1602, 10]], ["send out", [2, 1602, 11]], ["institutionalise", [2, 1602, 12]], ["ship", [2, 1602, 13]], ["charge", [2, 1602, 14]], ["send off", [2, 1602, 15]], ["commit", [2, 1602, 16]], ["beam", [2, 1602, 17]]]}, {"answer": "separate", "hint": "synonyms for separate", "clues": [["discriminate", [2, 1603, 0]], ["furcate", [2, 1603, 1]], ["divide", [2, 1603, 2]], ["secern", [2, 1603, 3]], ["severalise", [2, 1603, 4]], ["dissever", [2, 1603, 5]], ["sort", [2, 1603, 6]], ["class", [2, 1603, 7]], ["tell", [2, 1603, 8]], ["secernate", [2, 1603, 9]], ["sort out", [2, 1603, 10]], ["fork", [2, 1603, 11]], ["assort", [2, 1603, 12]], ["differentiate", [2, 1603, 13]], ["come apart", [2, 1603, 14]], ["split", [2, 1603, 15]], ["tell apart", [2, 1603, 16]], ["part", [2, 1603, 17]], ["carve up", [2, 1603, 18]], ["disunite", [2, 1603, 19]], ["distinguish", [2, 1603, 20]], ["branch", [2, 1603, 21]], ["classify", [2, 1603, 22]], ["ramify", [2, 1603, 23]], ["split up", [2, 1603, 24]], ["single out", [2, 1603, 25]], ["break", [2, 1603, 26]], ["break up", [2, 1603, 27]], ["fall apart", [2, 1603, 28]]]}, {"answer": "separated", "hint": "synonyms for separated", "clues": [["discriminate", [2, 1604, 0]], ["furcate", [2, 1604, 1]], ["divide", [2, 1604, 2]], ["secern", [2, 1604, 3]], ["severalise", [2, 1604, 4]], ["dissever", [2, 1604, 5]], ["separate", [2, 1604, 6]], ["sort", [2, 1604, 7]], ["fall apart", [2, 1604, 8]], ["class", [2, 1604, 9]], ["tell", [2, 1604, 10]], ["secernate", [2, 1604, 11]], ["sort out", [2, 1604, 12]], ["fork", [2, 1604, 13]], ["assort", [2, 1604, 14]], ["differentiate", [2, 1604, 15]], ["come apart", [2, 1604, 16]], ["split", [2, 1604, 17]], ["tell apart", [2, 1604, 18]], ["part", [2, 1604, 19]], ["carve up", [2, 1604, 20]], ["distinguish", [2, 1604, 21]], ["branch", [2, 1604, 22]], ["classify", [2, 1604, 23]], ["ramify", [2, 1604, 24]], ["split up", [2, 1604, 25]], ["single out", [2, 1604, 26]], ["break", [2, 1604, 27]], ["break up", [2, 1604, 28]], ["disunite", [2, 1604, 29]]]}, {"answer": "sequestered", "hint": "synonyms for sequestered", "clues": [["attach", [2, 1605, 0]], ["sequester", [2, 1605, 1]], ["set apart", [2, 1605, 2]], ["withdraw", [2, 1605, 3]], ["sequestrate", [2, 1605, 4]], ["seize", [2, 1605, 5]], ["seclude", [2, 1605, 6]], ["keep apart", [2, 1605, 7]], ["impound", [2, 1605, 8]], ["isolate", [2, 1605, 9]], ["confiscate", [2, 1605, 10]]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["determine", [2, 1606, 0]], ["mark", [2, 1606, 1]], ["position", [2, 1606, 2]], ["correct", [2, 1606, 3]], ["put", [2, 1606, 4]], ["ready", [2, 1606, 5]], ["specify", [2, 1606, 6]], ["pose", [2, 1606, 7]], ["do", [2, 1606, 8]], ["plant", [2, 1606, 9]], ["jell", [2, 1606, 10]], ["typeset", [2, 1606, 11]], ["localise", [2, 1606, 12]], ["go under", [2, 1606, 13]], ["rig", [2, 1606, 14]], ["arrange", [2, 1606, 15]], ["define", [2, 1606, 16]], ["limit", [2, 1606, 17]], ["set up", [2, 1606, 18]], ["countersink", [2, 1606, 19]], ["lay", [2, 1606, 20]], ["coiffure", [2, 1606, 21]], ["place", [2, 1606, 22]], ["fix", [2, 1606, 23]], ["coif", [2, 1606, 24]], ["sic", [2, 1606, 25]], ["dress", [2, 1606, 26]], ["prepare", [2, 1606, 27]], ["lay out", [2, 1606, 28]], ["congeal", [2, 1606, 29]], ["go down", [2, 1606, 30]], ["fructify", [2, 1606, 31]], ["adjust", [2, 1606, 32]], ["gear up", [2, 1606, 33]]]}, {"answer": "settled", "hint": "synonyms for settled", "clues": [["settle", [2, 1607, 0]], ["resolve", [2, 1607, 1]], ["square up", [2, 1607, 2]], ["reconcile", [2, 1607, 3]], ["root", [2, 1607, 4]], ["sink", [2, 1607, 5]], ["go under", [2, 1607, 6]], ["square off", [2, 1607, 7]], ["patch up", [2, 1607, 8]], ["conciliate", [2, 1607, 9]], ["adjudicate", [2, 1607, 10]], ["ensconce", [2, 1607, 11]], ["settle down", [2, 1607, 12]], ["go down", [2, 1607, 13]], ["make up", [2, 1607, 14]], ["decide", [2, 1607, 15]], ["finalise", [2, 1607, 16]], ["descend", [2, 1607, 17]], ["get back", [2, 1607, 18]], ["nail down", [2, 1607, 19]], ["steady down", [2, 1607, 20]], ["fall", [2, 1607, 21]], ["take root", [2, 1607, 22]], ["locate", [2, 1607, 23]], ["subside", [2, 1607, 24]], ["determine", [2, 1607, 25]]]}, {"answer": "severed", "hint": "synonyms for severed", "clues": [["break up", [2, 1608, 0]], ["lop", [2, 1608, 1]], ["sever", [2, 1608, 2]], ["discerp", [2, 1608, 3]]]}, {"answer": "sewed", "hint": "synonyms for sewed", "clues": [["sew", [2, 1609, 0]], ["tailor-make", [2, 1609, 1]], ["sew together", [2, 1609, 2]], ["run up", [2, 1609, 3]], ["stitch", [2, 1609, 4]], ["tailor", [2, 1609, 5]]]}, {"answer": "sewn", "hint": "synonyms for sewn", "clues": [["sew", [2, 1610, 0]], ["tailor-make", [2, 1610, 1]], ["sew together", [2, 1610, 2]], ["run up", [2, 1610, 3]], ["stitch", [2, 1610, 4]], ["tailor", [2, 1610, 5]]]}, {"answer": "sexed", "hint": "synonyms for sexed", "clues": [["sex", [2, 1611, 0]], ["turn on", [2, 1611, 1]], ["wind up", [2, 1611, 2]], ["arouse", [2, 1611, 3]], ["excite", [2, 1611, 4]]]}, {"answer": "shaded", "hint": "synonyms for shaded", "clues": [["shade", [2, 1612, 0]], ["shade off", [2, 1612, 1]], ["shadow", [2, 1612, 2]], ["fill in", [2, 1612, 3]]]}, {"answer": "shadowed", "hint": "synonyms for shadowed", "clues": [["shade off", [2, 1613, 0]], ["overshadow", [2, 1613, 1]], ["shadow", [2, 1613, 2]], ["shade", [2, 1613, 3]], ["dwarf", [2, 1613, 4]]]}, {"answer": "shaken", "hint": "synonyms for shaken", "clues": [["rock", [2, 1614, 0]], ["escape from", [2, 1614, 1]], ["shake", [2, 1614, 2]], ["throw off", [2, 1614, 3]], ["sway", [2, 1614, 4]], ["didder", [2, 1614, 5]], ["shake up", [2, 1614, 6]], ["judder", [2, 1614, 7]], ["stimulate", [2, 1614, 8]], ["agitate", [2, 1614, 9]], ["stir", [2, 1614, 10]], ["excite", [2, 1614, 11]], ["shake off", [2, 1614, 12]]]}, {"answer": "sham", "hint": "synonyms for sham", "clues": [["feign", [2, 1615, 0]], ["pretend", [2, 1615, 1]], ["affect", [2, 1615, 2]], ["dissemble", [2, 1615, 3]], ["assume", [2, 1615, 4]], ["simulate", [2, 1615, 5]]]}, {"answer": "shamed", "hint": "synonyms for shamed", "clues": [["shame", [2, 1616, 0]], ["dishonor", [2, 1616, 1]], ["attaint", [2, 1616, 2]], ["dissemble", [2, 1616, 3]], ["feign", [2, 1616, 4]], ["pretend", [2, 1616, 5]], ["disgrace", [2, 1616, 6]], ["simulate", [2, 1616, 7]], ["affect", [2, 1616, 8]], ["assume", [2, 1616, 9]]]}, {"answer": "shaped", "hint": "synonyms for shaped", "clues": [["determine", [2, 1617, 0]], ["shape", [2, 1617, 1]], ["mold", [2, 1617, 2]], ["forge", [2, 1617, 3]], ["regulate", [2, 1617, 4]], ["work", [2, 1617, 5]], ["form", [2, 1617, 6]], ["influence", [2, 1617, 7]]]}, {"answer": "shaping", "hint": "synonyms for shaping", "clues": [["determine", [2, 1618, 0]], ["shape", [2, 1618, 1]], ["mold", [2, 1618, 2]], ["forge", [2, 1618, 3]], ["regulate", [2, 1618, 4]], ["work", [2, 1618, 5]], ["form", [2, 1618, 6]], ["influence", [2, 1618, 7]]]}, {"answer": "shared", "hint": "synonyms for shared", "clues": [["share", [2, 1619, 0]], ["partake", [2, 1619, 1]], ["partake in", [2, 1619, 2]], ["deal", [2, 1619, 3]], ["portion out", [2, 1619, 4]], ["divvy up", [2, 1619, 5]], ["apportion", [2, 1619, 6]]]}, {"answer": "sharing", "hint": "synonyms for sharing", "clues": [["share", [2, 1620, 0]], ["partake", [2, 1620, 1]], ["partake in", [2, 1620, 2]], ["deal", [2, 1620, 3]], ["portion out", [2, 1620, 4]], ["divvy up", [2, 1620, 5]], ["apportion", [2, 1620, 6]]]}, {"answer": "sharpened", "hint": "synonyms for sharpened", "clues": [["taper", [2, 1621, 0]], ["focalise", [2, 1621, 1]], ["sharpen", [2, 1621, 2]], ["point", [2, 1621, 3]], ["focus", [2, 1621, 4]], ["heighten", [2, 1621, 5]]]}, {"answer": "shaved", "hint": "synonyms for shaved", "clues": [["shave", [2, 1622, 0]], ["knock off", [2, 1622, 1]], ["plane", [2, 1622, 2]], ["trim", [2, 1622, 3]]]}, {"answer": "shaven", "hint": "synonyms for shaven", "clues": [["shave", [2, 1623, 0]], ["knock off", [2, 1623, 1]], ["plane", [2, 1623, 2]], ["trim", [2, 1623, 3]]]}, {"answer": "shed", "hint": "synonyms for shed", "clues": [["drop", [2, 1624, 0]], ["pour forth", [2, 1624, 1]], ["slough", [2, 1624, 2]], ["molt", [2, 1624, 3]], ["throw off", [2, 1624, 4]], ["cast", [2, 1624, 5]], ["spill", [2, 1624, 6]], ["throw away", [2, 1624, 7]], ["disgorge", [2, 1624, 8]], ["cast off", [2, 1624, 9]], ["throw", [2, 1624, 10]], ["exuviate", [2, 1624, 11]], ["shake off", [2, 1624, 12]]]}, {"answer": "sheer", "hint": "synonyms for sheer", "clues": [["slue", [2, 1625, 0]], ["veer", [2, 1625, 1]], ["curve", [2, 1625, 2]], ["swerve", [2, 1625, 3]], ["slew", [2, 1625, 4]], ["trend", [2, 1625, 5]], ["cut", [2, 1625, 6]]]}, {"answer": "shelled", "hint": "synonyms for shelled", "clues": [["crush", [2, 1626, 0]], ["vanquish", [2, 1626, 1]], ["shell", [2, 1626, 2]], ["blast", [2, 1626, 3]], ["beat out", [2, 1626, 4]], ["beat", [2, 1626, 5]], ["husk", [2, 1626, 6]], ["trounce", [2, 1626, 7]]]}, {"answer": "shifting", "hint": "synonyms for shifting", "clues": [["shift", [2, 1627, 0]], ["change over", [2, 1627, 1]], ["pitch", [2, 1627, 2]], ["lurch", [2, 1627, 3]], ["tilt", [2, 1627, 4]], ["budge", [2, 1627, 5]], ["dislodge", [2, 1627, 6]], ["reposition", [2, 1627, 7]], ["careen", [2, 1627, 8]], ["change", [2, 1627, 9]], ["switch", [2, 1627, 10]], ["wobble", [2, 1627, 11]], ["stir", [2, 1627, 12]], ["agitate", [2, 1627, 13]], ["transfer", [2, 1627, 14]]]}, {"answer": "shining", "hint": "synonyms for shining", "clues": [["struggle", [2, 1628, 0]], ["shine", [2, 1628, 1]], ["reflect", [2, 1628, 2]], ["fall", [2, 1628, 3]], ["shinny", [2, 1628, 4]], ["polish", [2, 1628, 5]], ["skin", [2, 1628, 6]], ["smooth", [2, 1628, 7]], ["beam", [2, 1628, 8]], ["glow", [2, 1628, 9]], ["radiate", [2, 1628, 10]], ["glint", [2, 1628, 11]], ["scramble", [2, 1628, 12]], ["sputter", [2, 1628, 13]], ["gleam", [2, 1628, 14]], ["glisten", [2, 1628, 15]], ["clamber", [2, 1628, 16]], ["strike", [2, 1628, 17]], ["glitter", [2, 1628, 18]]]}, {"answer": "shivering", "hint": "synonyms for shivering", "clues": [["shiver", [2, 1629, 0]], ["thrill", [2, 1629, 1]], ["throb", [2, 1629, 2]], ["shudder", [2, 1629, 3]]]}, {"answer": "shocked", "hint": "synonyms for shocked", "clues": [["outrage", [2, 1630, 0]], ["take aback", [2, 1630, 1]], ["traumatise", [2, 1630, 2]], ["offend", [2, 1630, 3]], ["scandalise", [2, 1630, 4]], ["shock", [2, 1630, 5]], ["blow out of the water", [2, 1630, 6]], ["appal", [2, 1630, 7]], ["ball over", [2, 1630, 8]], ["floor", [2, 1630, 9]]]}, {"answer": "shocking", "hint": "synonyms for shocking", "clues": [["outrage", [2, 1631, 0]], ["take aback", [2, 1631, 1]], ["traumatise", [2, 1631, 2]], ["offend", [2, 1631, 3]], ["scandalise", [2, 1631, 4]], ["shock", [2, 1631, 5]], ["blow out of the water", [2, 1631, 6]], ["appal", [2, 1631, 7]], ["ball over", [2, 1631, 8]], ["floor", [2, 1631, 9]]]}, {"answer": "shortened", "hint": "synonyms for shortened", "clues": [["bowdlerise", [2, 1632, 0]], ["expurgate", [2, 1632, 1]], ["shorten", [2, 1632, 2]], ["cut", [2, 1632, 3]], ["foreshorten", [2, 1632, 4]], ["abridge", [2, 1632, 5]], ["reduce", [2, 1632, 6]], ["castrate", [2, 1632, 7]], ["abbreviate", [2, 1632, 8]], ["contract", [2, 1632, 9]]]}, {"answer": "shot", "hint": "synonyms for shot", "clues": [["shoot", [2, 1633, 0]], ["fritter away", [2, 1633, 1]], ["pip", [2, 1633, 2]], ["fool", [2, 1633, 3]], ["burgeon forth", [2, 1633, 4]], ["flash", [2, 1633, 5]], ["dart", [2, 1633, 6]], ["film", [2, 1633, 7]], ["sprout", [2, 1633, 8]], ["charge", [2, 1633, 9]], ["pullulate", [2, 1633, 10]], ["inject", [2, 1633, 11]], ["spud", [2, 1633, 12]], ["frivol away", [2, 1633, 13]], ["photograph", [2, 1633, 14]], ["hit", [2, 1633, 15]], ["tear", [2, 1633, 16]], ["fool away", [2, 1633, 17]], ["buck", [2, 1633, 18]], ["germinate", [2, 1633, 19]], ["take", [2, 1633, 20]], ["dash", [2, 1633, 21]], ["dissipate", [2, 1633, 22]], ["fritter", [2, 1633, 23]], ["scoot", [2, 1633, 24]], ["bourgeon", [2, 1633, 25]], ["blast", [2, 1633, 26]], ["scud", [2, 1633, 27]], ["shoot down", [2, 1633, 28]], ["snap", [2, 1633, 29]]]}, {"answer": "shouted", "hint": "synonyms for shouted", "clues": [["call", [2, 1634, 0]], ["shout", [2, 1634, 1]], ["cry out", [2, 1634, 2]], ["outcry", [2, 1634, 3]], ["hollo", [2, 1634, 4]], ["squall", [2, 1634, 5]], ["clapperclaw", [2, 1634, 6]], ["yell", [2, 1634, 7]], ["call out", [2, 1634, 8]], ["shout out", [2, 1634, 9]], ["scream", [2, 1634, 10]], ["abuse", [2, 1634, 11]], ["cry", [2, 1634, 12]], ["exclaim", [2, 1634, 13]], ["holler", [2, 1634, 14]], ["blackguard", [2, 1634, 15]]]}, {"answer": "shrieked", "hint": "synonyms for shrieked", "clues": [["pipe up", [2, 1635, 0]], ["pipe", [2, 1635, 1]], ["shriek", [2, 1635, 2]], ["shrill", [2, 1635, 3]]]}, {"answer": "shriveled", "hint": "synonyms for shriveled", "clues": [["shrink", [2, 1636, 0]], ["shrivel", [2, 1636, 1]], ["shrivel up", [2, 1636, 2]], ["wither", [2, 1636, 3]]]}, {"answer": "shrivelled", "hint": "synonyms for shrivelled", "clues": [["shrink", [2, 1637, 0]], ["shrivel", [2, 1637, 1]], ["shrivel up", [2, 1637, 2]], ["wither", [2, 1637, 3]]]}, {"answer": "shrunken", "hint": "synonyms for shrunken", "clues": [["shrink", [2, 1638, 0]], ["funk", [2, 1638, 1]], ["recoil", [2, 1638, 2]], ["contract", [2, 1638, 3]], ["shrivel", [2, 1638, 4]], ["cringe", [2, 1638, 5]], ["wince", [2, 1638, 6]], ["squinch", [2, 1638, 7]], ["flinch", [2, 1638, 8]], ["reduce", [2, 1638, 9]], ["shrivel up", [2, 1638, 10]], ["quail", [2, 1638, 11]], ["wither", [2, 1638, 12]]]}, {"answer": "shuddering", "hint": "synonyms for shuddering", "clues": [["shudder", [2, 1639, 0]], ["shiver", [2, 1639, 1]], ["thrill", [2, 1639, 2]], ["throb", [2, 1639, 3]]]}, {"answer": "shut", "hint": "synonyms for shut", "clues": [["close", [2, 1640, 0]], ["keep out", [2, 1640, 1]], ["shut out", [2, 1640, 2]], ["exclude", [2, 1640, 3]]]}, {"answer": "shut_up", "hint": "synonyms for shut up", "clues": [["lock in", [2, 1641, 0]], ["button up", [2, 1641, 1]], ["belt up", [2, 1641, 2]], ["shut away", [2, 1641, 3]], ["silence", [2, 1641, 4]], ["hush up", [2, 1641, 5]], ["put away", [2, 1641, 6]], ["hush", [2, 1641, 7]], ["dummy up", [2, 1641, 8]], ["clam up", [2, 1641, 9]], ["lock away", [2, 1641, 10]], ["close up", [2, 1641, 11]], ["lock up", [2, 1641, 12]], ["still", [2, 1641, 13]], ["quieten", [2, 1641, 14]], ["keep mum", [2, 1641, 15]], ["be quiet", [2, 1641, 16]], ["lock", [2, 1641, 17]]]}, {"answer": "sick", "hint": "synonyms for sick", "clues": [["spue", [2, 1642, 0]], ["purge", [2, 1642, 1]], ["regorge", [2, 1642, 2]], ["retch", [2, 1642, 3]], ["vomit up", [2, 1642, 4]], ["upchuck", [2, 1642, 5]], ["disgorge", [2, 1642, 6]], ["puke", [2, 1642, 7]], ["honk", [2, 1642, 8]], ["be sick", [2, 1642, 9]], ["cast", [2, 1642, 10]], ["regurgitate", [2, 1642, 11]], ["vomit", [2, 1642, 12]], ["spew", [2, 1642, 13]], ["chuck", [2, 1642, 14]], ["throw up", [2, 1642, 15]], ["barf", [2, 1642, 16]]]}, {"answer": "sickening", "hint": "synonyms for sickening", "clues": [["churn up", [2, 1643, 0]], ["disgust", [2, 1643, 1]], ["sicken", [2, 1643, 2]], ["nauseate", [2, 1643, 3]], ["revolt", [2, 1643, 4]], ["come down", [2, 1643, 5]], ["turn one's stomach", [2, 1643, 6]]]}, {"answer": "sign", "hint": "synonyms for sign", "clues": [["subscribe", [2, 1644, 0]], ["contract", [2, 1644, 1]], ["sign on", [2, 1644, 2]], ["bless", [2, 1644, 3]], ["signalise", [2, 1644, 4]], ["sign up", [2, 1644, 5]], ["ratify", [2, 1644, 6]], ["signal", [2, 1644, 7]]]}, {"answer": "signal", "hint": "synonyms for signal", "clues": [["indicate", [2, 1645, 0]], ["bespeak", [2, 1645, 1]], ["signalise", [2, 1645, 2]], ["betoken", [2, 1645, 3]], ["sign", [2, 1645, 4]], ["point", [2, 1645, 5]]]}, {"answer": "signed", "hint": "synonyms for signed", "clues": [["subscribe", [2, 1646, 0]], ["sign", [2, 1646, 1]], ["contract", [2, 1646, 2]], ["sign on", [2, 1646, 3]], ["bless", [2, 1646, 4]], ["signalise", [2, 1646, 5]], ["sign up", [2, 1646, 6]], ["ratify", [2, 1646, 7]], ["signal", [2, 1646, 8]]]}, {"answer": "silenced", "hint": "synonyms for silenced", "clues": [["silence", [2, 1647, 0]], ["hush up", [2, 1647, 1]], ["still", [2, 1647, 2]], ["shut up", [2, 1647, 3]], ["quieten", [2, 1647, 4]], ["hush", [2, 1647, 5]]]}, {"answer": "simulated", "hint": "synonyms for simulated", "clues": [["sham", [2, 1648, 0]], ["imitate", [2, 1648, 1]], ["simulate", [2, 1648, 2]], ["feign", [2, 1648, 3]], ["copy", [2, 1648, 4]], ["model", [2, 1648, 5]], ["assume", [2, 1648, 6]]]}, {"answer": "singing", "hint": "synonyms for singing", "clues": [["sing", [2, 1649, 0]], ["tattle", [2, 1649, 1]], ["talk", [2, 1649, 2]], ["babble out", [2, 1649, 3]], ["peach", [2, 1649, 4]], ["let the cat out of the bag", [2, 1649, 5]], ["spill the beans", [2, 1649, 6]], ["scorch", [2, 1649, 7]], ["swinge", [2, 1649, 8]], ["blab", [2, 1649, 9]], ["whistle", [2, 1649, 10]], ["blab out", [2, 1649, 11]], ["babble", [2, 1649, 12]], ["sear", [2, 1649, 13]]]}, {"answer": "sinning", "hint": "synonyms for sinning", "clues": [["trespass", [2, 1650, 0]], ["boob", [2, 1650, 1]], ["blunder", [2, 1650, 2]], ["drop the ball", [2, 1650, 3]], ["goof", [2, 1650, 4]], ["sin", [2, 1650, 5]], ["transgress", [2, 1650, 6]]]}, {"answer": "sitting", "hint": "synonyms for sitting", "clues": [["sit", [2, 1651, 0]], ["pose", [2, 1651, 1]], ["baby-sit", [2, 1651, 2]], ["sit down", [2, 1651, 3]], ["sit around", [2, 1651, 4]], ["posture", [2, 1651, 5]], ["model", [2, 1651, 6]], ["seat", [2, 1651, 7]], ["ride", [2, 1651, 8]]]}, {"answer": "situated", "hint": "synonyms for situated", "clues": [["posit", [2, 1652, 0]], ["deposit", [2, 1652, 1]], ["fix", [2, 1652, 2]], ["situate", [2, 1652, 3]], ["locate", [2, 1652, 4]]]}, {"answer": "skim", "hint": "synonyms for skim", "clues": [["run down", [2, 1653, 0]], ["glance over", [2, 1653, 1]], ["scan", [2, 1653, 2]], ["skitter", [2, 1653, 3]], ["skip", [2, 1653, 4]], ["cream off", [2, 1653, 5]], ["skim off", [2, 1653, 6]], ["plane", [2, 1653, 7]], ["rake", [2, 1653, 8]], ["skim over", [2, 1653, 9]], ["cream", [2, 1653, 10]]]}, {"answer": "skimmed", "hint": "synonyms for skimmed", "clues": [["run down", [2, 1654, 0]], ["skim off", [2, 1654, 1]], ["plane", [2, 1654, 2]], ["skim", [2, 1654, 3]], ["rake", [2, 1654, 4]], ["skim over", [2, 1654, 5]], ["glance over", [2, 1654, 6]], ["scan", [2, 1654, 7]], ["skitter", [2, 1654, 8]], ["skip", [2, 1654, 9]], ["cream off", [2, 1654, 10]], ["cream", [2, 1654, 11]]]}, {"answer": "skinned", "hint": "synonyms for skinned", "clues": [["scramble", [2, 1655, 0]], ["struggle", [2, 1655, 1]], ["shinny", [2, 1655, 2]], ["skin", [2, 1655, 3]], ["shin", [2, 1655, 4]], ["pare", [2, 1655, 5]], ["sputter", [2, 1655, 6]], ["peel", [2, 1655, 7]], ["clamber", [2, 1655, 8]], ["scrape", [2, 1655, 9]], ["bark", [2, 1655, 10]]]}, {"answer": "skirting", "hint": "synonyms for skirting", "clues": [["parry", [2, 1656, 0]], ["surround", [2, 1656, 1]], ["circumvent", [2, 1656, 2]], ["skirt", [2, 1656, 3]], ["duck", [2, 1656, 4]], ["sidestep", [2, 1656, 5]], ["ring", [2, 1656, 6]], ["hedge", [2, 1656, 7]], ["put off", [2, 1656, 8]], ["environ", [2, 1656, 9]], ["border", [2, 1656, 10]], ["evade", [2, 1656, 11]], ["dodge", [2, 1656, 12]], ["fudge", [2, 1656, 13]], ["elude", [2, 1656, 14]]]}, {"answer": "slack", "hint": "synonyms for slack", "clues": [["slow up", [2, 1657, 0]], ["slack off", [2, 1657, 1]], ["slacken", [2, 1657, 2]], ["slack up", [2, 1657, 3]], ["die away", [2, 1657, 4]], ["abate", [2, 1657, 5]], ["let up", [2, 1657, 6]], ["slow", [2, 1657, 7]], ["slow down", [2, 1657, 8]], ["relax", [2, 1657, 9]], ["slake", [2, 1657, 10]]]}, {"answer": "slain", "hint": "synonyms for slain", "clues": [["dispatch", [2, 1658, 0]], ["hit", [2, 1658, 1]], ["slay", [2, 1658, 2]], ["polish off", [2, 1658, 3]], ["off", [2, 1658, 4]], ["remove", [2, 1658, 5]], ["murder", [2, 1658, 6]], ["bump off", [2, 1658, 7]]]}, {"answer": "slaked", "hint": "synonyms for slaked", "clues": [["slack", [2, 1659, 0]], ["slake", [2, 1659, 1]], ["quench", [2, 1659, 2]], ["allay", [2, 1659, 3]], ["abate", [2, 1659, 4]], ["assuage", [2, 1659, 5]]]}, {"answer": "slanted", "hint": "synonyms for slanted", "clues": [["tilt", [2, 1660, 0]], ["lean", [2, 1660, 1]], ["tip", [2, 1660, 2]], ["slant", [2, 1660, 3]], ["angle", [2, 1660, 4]], ["weight", [2, 1660, 5]], ["cant over", [2, 1660, 6]], ["cant", [2, 1660, 7]], ["pitch", [2, 1660, 8]]]}, {"answer": "slanting", "hint": "synonyms for slanting", "clues": [["tilt", [2, 1661, 0]], ["lean", [2, 1661, 1]], ["tip", [2, 1661, 2]], ["slant", [2, 1661, 3]], ["angle", [2, 1661, 4]], ["weight", [2, 1661, 5]], ["cant over", [2, 1661, 6]], ["cant", [2, 1661, 7]], ["pitch", [2, 1661, 8]]]}, {"answer": "slashed", "hint": "synonyms for slashed", "clues": [["slash", [2, 1662, 0]], ["convulse", [2, 1662, 1]], ["thresh about", [2, 1662, 2]], ["whip", [2, 1662, 3]], ["jactitate", [2, 1662, 4]], ["toss", [2, 1662, 5]], ["thrash", [2, 1662, 6]], ["flog", [2, 1662, 7]], ["lather", [2, 1662, 8]], ["thresh", [2, 1662, 9]], ["trounce", [2, 1662, 10]], ["gash", [2, 1662, 11]], ["strap", [2, 1662, 12]], ["welt", [2, 1662, 13]], ["cut down", [2, 1662, 14]]]}, {"answer": "slashing", "hint": "synonyms for slashing", "clues": [["slash", [2, 1663, 0]], ["convulse", [2, 1663, 1]], ["thresh about", [2, 1663, 2]], ["whip", [2, 1663, 3]], ["jactitate", [2, 1663, 4]], ["toss", [2, 1663, 5]], ["thrash", [2, 1663, 6]], ["flog", [2, 1663, 7]], ["lather", [2, 1663, 8]], ["thresh", [2, 1663, 9]], ["trounce", [2, 1663, 10]], ["gash", [2, 1663, 11]], ["strap", [2, 1663, 12]], ["welt", [2, 1663, 13]], ["cut down", [2, 1663, 14]]]}, {"answer": "sleeping", "hint": "synonyms for sleeping", "clues": [["log Z's", [2, 1664, 0]], ["sleep", [2, 1664, 1]], ["slumber", [2, 1664, 2]], ["kip", [2, 1664, 3]], ["catch some Z's", [2, 1664, 4]]]}, {"answer": "slicked", "hint": "synonyms for slicked", "clues": [["sleek", [2, 1665, 0]], ["sleek down", [2, 1665, 1]], ["slick down", [2, 1665, 2]], ["slick", [2, 1665, 3]]]}, {"answer": "sliding", "hint": "synonyms for sliding", "clues": [["slip", [2, 1666, 0]], ["slide", [2, 1666, 1]], ["slither", [2, 1666, 2]], ["slew", [2, 1666, 3]], ["skid", [2, 1666, 4]], ["slue", [2, 1666, 5]]]}, {"answer": "slim", "hint": "synonyms for slim", "clues": [["slim down", [2, 1667, 0]], ["lose weight", [2, 1667, 1]], ["melt off", [2, 1667, 2]], ["slenderize", [2, 1667, 3]], ["thin", [2, 1667, 4]], ["reduce", [2, 1667, 5]]]}, {"answer": "slimed", "hint": "synonyms for slimed", "clues": [["lose weight", [2, 1668, 0]], ["slime", [2, 1668, 1]], ["thin", [2, 1668, 2]], ["slim down", [2, 1668, 3]], ["melt off", [2, 1668, 4]], ["slenderize", [2, 1668, 5]], ["reduce", [2, 1668, 6]]]}, {"answer": "slipping", "hint": "synonyms for slipping", "clues": [["slip", [2, 1669, 0]], ["dislocate", [2, 1669, 1]], ["drop away", [2, 1669, 2]], ["luxate", [2, 1669, 3]], ["slide", [2, 1669, 4]], ["splay", [2, 1669, 5]], ["mistake", [2, 1669, 6]], ["err", [2, 1669, 7]], ["slew", [2, 1669, 8]], ["drop off", [2, 1669, 9]], ["skid", [2, 1669, 10]], ["steal", [2, 1669, 11]], ["slip one's mind", [2, 1669, 12]], ["fall away", [2, 1669, 13]], ["slue", [2, 1669, 14]], ["sneak", [2, 1669, 15]]]}, {"answer": "sloped", "hint": "synonyms for sloped", "clues": [["slop", [2, 1670, 0]], ["swill", [2, 1670, 1]], ["slosh", [2, 1670, 2]], ["incline", [2, 1670, 3]], ["splatter", [2, 1670, 4]], ["squish", [2, 1670, 5]], ["spill", [2, 1670, 6]], ["pitch", [2, 1670, 7]], ["splash", [2, 1670, 8]], ["squelch", [2, 1670, 9]]]}, {"answer": "sloping", "hint": "synonyms for sloping", "clues": [["slop", [2, 1671, 0]], ["swill", [2, 1671, 1]], ["slosh", [2, 1671, 2]], ["incline", [2, 1671, 3]], ["splatter", [2, 1671, 4]], ["squish", [2, 1671, 5]], ["spill", [2, 1671, 6]], ["pitch", [2, 1671, 7]], ["splash", [2, 1671, 8]], ["squelch", [2, 1671, 9]]]}, {"answer": "slopped", "hint": "synonyms for slopped", "clues": [["slop", [2, 1672, 0]], ["swill", [2, 1672, 1]], ["slosh", [2, 1672, 2]], ["splatter", [2, 1672, 3]], ["squish", [2, 1672, 4]], ["spill", [2, 1672, 5]], ["splash", [2, 1672, 6]], ["squelch", [2, 1672, 7]]]}, {"answer": "sloshed", "hint": "synonyms for sloshed", "clues": [["slosh", [2, 1673, 0]], ["squish", [2, 1673, 1]], ["slosh around", [2, 1673, 2]], ["splash", [2, 1673, 3]], ["slush", [2, 1673, 4]], ["slop", [2, 1673, 5]], ["squelch", [2, 1673, 6]]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["slow up", [2, 1674, 0]], ["slack", [2, 1674, 1]], ["slacken", [2, 1674, 2]], ["slow down", [2, 1674, 3]], ["decelerate", [2, 1674, 4]], ["retard", [2, 1674, 5]]]}, {"answer": "smashed", "hint": "synonyms for smashed", "clues": [["smash", [2, 1675, 0]], ["blast", [2, 1675, 1]], ["boom", [2, 1675, 2]], ["dash", [2, 1675, 3]], ["break", [2, 1675, 4]], ["nail", [2, 1675, 5]], ["ruin", [2, 1675, 6]], ["demolish", [2, 1675, 7]], ["bang up", [2, 1675, 8]], ["smash up", [2, 1675, 9]], ["crush", [2, 1675, 10]], ["bankrupt", [2, 1675, 11]]]}, {"answer": "smashing", "hint": "synonyms for smashing", "clues": [["smash", [2, 1676, 0]], ["blast", [2, 1676, 1]], ["boom", [2, 1676, 2]], ["dash", [2, 1676, 3]], ["break", [2, 1676, 4]], ["nail", [2, 1676, 5]], ["ruin", [2, 1676, 6]], ["demolish", [2, 1676, 7]], ["bang up", [2, 1676, 8]], ["smash up", [2, 1676, 9]], ["crush", [2, 1676, 10]], ["bankrupt", [2, 1676, 11]]]}, {"answer": "smelling", "hint": "synonyms for smelling", "clues": [["smell", [2, 1677, 0]], ["reek", [2, 1677, 1]], ["smack", [2, 1677, 2]], ["sense", [2, 1677, 3]], ["smell out", [2, 1677, 4]]]}, {"answer": "smooth", "hint": "synonyms for smooth", "clues": [["shine", [2, 1678, 0]], ["smoothen", [2, 1678, 1]], ["polish", [2, 1678, 2]], ["smooth out", [2, 1678, 3]]]}, {"answer": "smoothed", "hint": "synonyms for smoothed", "clues": [["shine", [2, 1679, 0]], ["smooth", [2, 1679, 1]], ["polish", [2, 1679, 2]], ["smooth out", [2, 1679, 3]]]}, {"answer": "smothered", "hint": "synonyms for smothered", "clues": [["asphyxiate", [2, 1680, 0]], ["suffocate", [2, 1680, 1]], ["stifle", [2, 1680, 2]], ["repress", [2, 1680, 3]], ["muffle", [2, 1680, 4]], ["strangle", [2, 1680, 5]], ["smother", [2, 1680, 6]], ["surround", [2, 1680, 7]], ["put out", [2, 1680, 8]]]}, {"answer": "smothering", "hint": "synonyms for smothering", "clues": [["asphyxiate", [2, 1681, 0]], ["suffocate", [2, 1681, 1]], ["stifle", [2, 1681, 2]], ["repress", [2, 1681, 3]], ["muffle", [2, 1681, 4]], ["strangle", [2, 1681, 5]], ["smother", [2, 1681, 6]], ["surround", [2, 1681, 7]], ["put out", [2, 1681, 8]]]}, {"answer": "snarled", "hint": "synonyms for snarled", "clues": [["snarl", [2, 1682, 0]], ["snarl up", [2, 1682, 1]], ["tangle", [2, 1682, 2]], ["snap", [2, 1682, 3]], ["embrangle", [2, 1682, 4]], ["mat", [2, 1682, 5]]]}, {"answer": "sneak", "hint": "synonyms for sneak", "clues": [["filch", [2, 1683, 0]], ["cabbage", [2, 1683, 1]], ["lift", [2, 1683, 2]], ["hook", [2, 1683, 3]], ["nobble", [2, 1683, 4]], ["snarf", [2, 1683, 5]], ["slip", [2, 1683, 6]], ["pilfer", [2, 1683, 7]], ["purloin", [2, 1683, 8]], ["swipe", [2, 1683, 9]], ["creep", [2, 1683, 10]], ["pussyfoot", [2, 1683, 11]], ["mouse", [2, 1683, 12]], ["abstract", [2, 1683, 13]], ["pinch", [2, 1683, 14]]]}, {"answer": "sneaking", "hint": "synonyms for sneaking", "clues": [["filch", [2, 1684, 0]], ["cabbage", [2, 1684, 1]], ["hook", [2, 1684, 2]], ["slip", [2, 1684, 3]], ["sneak", [2, 1684, 4]], ["pilfer", [2, 1684, 5]], ["purloin", [2, 1684, 6]], ["abstract", [2, 1684, 7]], ["pinch", [2, 1684, 8]], ["lift", [2, 1684, 9]], ["nobble", [2, 1684, 10]], ["snarf", [2, 1684, 11]], ["swipe", [2, 1684, 12]], ["creep", [2, 1684, 13]], ["pussyfoot", [2, 1684, 14]], ["mouse", [2, 1684, 15]]]}, {"answer": "snub", "hint": "synonyms for snub", "clues": [["ignore", [2, 1685, 0]], ["rebuff", [2, 1685, 1]], ["disregard", [2, 1685, 2]], ["repel", [2, 1685, 3]], ["cut", [2, 1685, 4]]]}, {"answer": "snuffling", "hint": "synonyms for snuffling", "clues": [["blub", [2, 1686, 0]], ["snuffle", [2, 1686, 1]], ["snivel", [2, 1686, 2]], ["blubber", [2, 1686, 3]], ["snuff", [2, 1686, 4]]]}, {"answer": "snuggled", "hint": "synonyms for snuggled", "clues": [["nest", [2, 1687, 0]], ["snuggle", [2, 1687, 1]], ["nestle", [2, 1687, 2]], ["nuzzle", [2, 1687, 3]], ["cuddle", [2, 1687, 4]], ["draw close", [2, 1687, 5]]]}, {"answer": "soaked", "hint": "synonyms for soaked", "clues": [["intoxicate", [2, 1688, 0]], ["soak", [2, 1688, 1]], ["gazump", [2, 1688, 2]], ["souse", [2, 1688, 3]], ["inebriate", [2, 1688, 4]], ["rob", [2, 1688, 5]], ["dowse", [2, 1688, 6]], ["overcharge", [2, 1688, 7]], ["pluck", [2, 1688, 8]], ["imbue", [2, 1688, 9]], ["drench", [2, 1688, 10]], ["fleece", [2, 1688, 11]], ["pawn", [2, 1688, 12]], ["hit it up", [2, 1688, 13]], ["hock", [2, 1688, 14]], ["plume", [2, 1688, 15]], ["sop", [2, 1688, 16]], ["douse", [2, 1688, 17]], ["surcharge", [2, 1688, 18]], ["hook", [2, 1688, 19]]]}, {"answer": "soaring", "hint": "synonyms for soaring", "clues": [["sailplane", [2, 1689, 0]], ["zoom", [2, 1689, 1]], ["soar", [2, 1689, 2]], ["soar up", [2, 1689, 3]], ["soar upwards", [2, 1689, 4]], ["hang glide", [2, 1689, 5]], ["surge", [2, 1689, 6]]]}, {"answer": "softened", "hint": "synonyms for softened", "clues": [["soften", [2, 1690, 0]], ["mince", [2, 1690, 1]], ["dampen", [2, 1690, 2]], ["relent", [2, 1690, 3]], ["buffer", [2, 1690, 4]], ["moderate", [2, 1690, 5]], ["damp", [2, 1690, 6]], ["yield", [2, 1690, 7]], ["cushion", [2, 1690, 8]], ["break", [2, 1690, 9]], ["weaken", [2, 1690, 10]]]}, {"answer": "softening", "hint": "synonyms for softening", "clues": [["soften", [2, 1691, 0]], ["mince", [2, 1691, 1]], ["dampen", [2, 1691, 2]], ["relent", [2, 1691, 3]], ["buffer", [2, 1691, 4]], ["moderate", [2, 1691, 5]], ["damp", [2, 1691, 6]], ["yield", [2, 1691, 7]], ["cushion", [2, 1691, 8]], ["break", [2, 1691, 9]], ["weaken", [2, 1691, 10]]]}, {"answer": "soiled", "hint": "synonyms for soiled", "clues": [["colly", [2, 1692, 0]], ["grime", [2, 1692, 1]], ["dirty", [2, 1692, 2]], ["soil", [2, 1692, 3]], ["begrime", [2, 1692, 4]], ["bemire", [2, 1692, 5]]]}, {"answer": "sold", "hint": "synonyms for sold", "clues": [["sell", [2, 1693, 0]], ["betray", [2, 1693, 1]], ["trade", [2, 1693, 2]], ["deal", [2, 1693, 3]]]}, {"answer": "solved", "hint": "synonyms for solved", "clues": [["work", [2, 1694, 0]], ["resolve", [2, 1694, 1]], ["clear", [2, 1694, 2]], ["figure out", [2, 1694, 3]], ["lick", [2, 1694, 4]], ["puzzle out", [2, 1694, 5]], ["work out", [2, 1694, 6]], ["solve", [2, 1694, 7]]]}, {"answer": "soothing", "hint": "synonyms for soothing", "clues": [["comfort", [2, 1695, 0]], ["soothe", [2, 1695, 1]], ["solace", [2, 1695, 2]], ["console", [2, 1695, 3]]]}, {"answer": "sophisticated", "hint": "synonyms for sophisticated", "clues": [["sophisticate", [2, 1696, 0]], ["doctor", [2, 1696, 1]], ["doctor up", [2, 1696, 2]], ["twist", [2, 1696, 3]], ["twist around", [2, 1696, 4]], ["convolute", [2, 1696, 5]], ["pervert", [2, 1696, 6]]]}, {"answer": "sorted", "hint": "synonyms for sorted", "clues": [["sort out", [2, 1697, 0]], ["assort", [2, 1697, 1]], ["separate", [2, 1697, 2]], ["sort", [2, 1697, 3]], ["sieve", [2, 1697, 4]], ["screen", [2, 1697, 5]], ["screen out", [2, 1697, 6]], ["classify", [2, 1697, 7]], ["class", [2, 1697, 8]]]}, {"answer": "sought", "hint": "synonyms for sought", "clues": [["attempt", [2, 1698, 0]], ["seek", [2, 1698, 1]], ["essay", [2, 1698, 2]], ["try", [2, 1698, 3]], ["assay", [2, 1698, 4]], ["look for", [2, 1698, 5]], ["search", [2, 1698, 6]]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["go", [2, 1699, 0]], ["vocalise", [2, 1699, 1]], ["voice", [2, 1699, 2]], ["fathom", [2, 1699, 3]]]}, {"answer": "sounding", "hint": "synonyms for sounding", "clues": [["vocalise", [2, 1700, 0]], ["voice", [2, 1700, 1]], ["sound", [2, 1700, 2]], ["fathom", [2, 1700, 3]], ["go", [2, 1700, 4]]]}, {"answer": "sour", "hint": "synonyms for sour", "clues": [["ferment", [2, 1701, 0]], ["acetify", [2, 1701, 1]], ["acidify", [2, 1701, 2]], ["acidulate", [2, 1701, 3]], ["work", [2, 1701, 4]], ["turn", [2, 1701, 5]]]}, {"answer": "soured", "hint": "synonyms for soured", "clues": [["ferment", [2, 1702, 0]], ["acetify", [2, 1702, 1]], ["acidify", [2, 1702, 2]], ["turn", [2, 1702, 3]], ["sour", [2, 1702, 4]], ["acidulate", [2, 1702, 5]], ["work", [2, 1702, 6]]]}, {"answer": "soused", "hint": "synonyms for soused", "clues": [["souse", [2, 1703, 0]], ["hit it up", [2, 1703, 1]], ["dowse", [2, 1703, 2]], ["dip", [2, 1703, 3]], ["sop", [2, 1703, 4]], ["douse", [2, 1703, 5]], ["soak", [2, 1703, 6]], ["inebriate", [2, 1703, 7]], ["plunge", [2, 1703, 8]], ["dunk", [2, 1703, 9]], ["drench", [2, 1703, 10]]]}, {"answer": "sown", "hint": "synonyms for sown", "clues": [["sow", [2, 1704, 0]], ["sow in", [2, 1704, 1]], ["inseminate", [2, 1704, 2]], ["seed", [2, 1704, 3]]]}, {"answer": "spare", "hint": "synonyms for spare", "clues": [["save", [2, 1705, 0]], ["dispense with", [2, 1705, 1]], ["part with", [2, 1705, 2]], ["give up", [2, 1705, 3]]]}, {"answer": "sparing", "hint": "synonyms for sparing", "clues": [["spar", [2, 1706, 0]], ["dispense with", [2, 1706, 1]], ["give up", [2, 1706, 2]], ["save", [2, 1706, 3]], ["part with", [2, 1706, 4]]]}, {"answer": "sparkling", "hint": "synonyms for sparkling", "clues": [["sparkle", [2, 1707, 0]], ["coruscate", [2, 1707, 1]], ["spark", [2, 1707, 2]], ["effervesce", [2, 1707, 3]], ["foam", [2, 1707, 4]], ["scintillate", [2, 1707, 5]], ["form bubbles", [2, 1707, 6]], ["fizz", [2, 1707, 7]], ["froth", [2, 1707, 8]]]}, {"answer": "spattered", "hint": "synonyms for spattered", "clues": [["sprinkle", [2, 1708, 0]], ["patter", [2, 1708, 1]], ["pitter-patter", [2, 1708, 2]], ["bespatter", [2, 1708, 3]], ["spit", [2, 1708, 4]], ["plash", [2, 1708, 5]], ["swash", [2, 1708, 6]], ["splosh", [2, 1708, 7]]]}, {"answer": "spayed", "hint": "synonyms for spayed", "clues": [["neuter", [2, 1709, 0]], ["spay", [2, 1709, 1]], ["castrate", [2, 1709, 2]], ["alter", [2, 1709, 3]]]}, {"answer": "speaking", "hint": "synonyms for speaking", "clues": [["address", [2, 1710, 0]], ["speak", [2, 1710, 1]], ["verbalise", [2, 1710, 2]], ["talk", [2, 1710, 3]], ["mouth", [2, 1710, 4]], ["utter", [2, 1710, 5]]]}, {"answer": "specialised", "hint": "synonyms for specialised", "clues": [["speciate", [2, 1711, 0]], ["specify", [2, 1711, 1]], ["specialize", [2, 1711, 2]], ["narrow", [2, 1711, 3]], ["particularise", [2, 1711, 4]], ["differentiate", [2, 1711, 5]], ["narrow down", [2, 1711, 6]]]}, {"answer": "specialized", "hint": "synonyms for specialized", "clues": [["speciate", [2, 1712, 0]], ["specify", [2, 1712, 1]], ["narrow", [2, 1712, 2]], ["specialize", [2, 1712, 3]], ["particularise", [2, 1712, 4]], ["differentiate", [2, 1712, 5]], ["narrow down", [2, 1712, 6]]]}, {"answer": "specified", "hint": "synonyms for specified", "clues": [["set", [2, 1713, 0]], ["narrow", [2, 1713, 1]], ["define", [2, 1713, 2]], ["destine", [2, 1713, 3]], ["pin down", [2, 1713, 4]], ["specify", [2, 1713, 5]], ["particularize", [2, 1713, 6]], ["specialize", [2, 1713, 7]], ["peg down", [2, 1713, 8]], ["delimitate", [2, 1713, 9]], ["nail down", [2, 1713, 10]], ["assign", [2, 1713, 11]], ["stipulate", [2, 1713, 12]], ["fix", [2, 1713, 13]], ["narrow down", [2, 1713, 14]], ["intend", [2, 1713, 15]], ["set apart", [2, 1713, 16]], ["condition", [2, 1713, 17]], ["designate", [2, 1713, 18]], ["delimit", [2, 1713, 19]], ["qualify", [2, 1713, 20]], ["determine", [2, 1713, 21]], ["limit", [2, 1713, 22]], ["delineate", [2, 1713, 23]]]}, {"answer": "spellbinding", "hint": "synonyms for spellbinding", "clues": [["mesmerize", [2, 1714, 0]], ["spellbind", [2, 1714, 1]], ["fascinate", [2, 1714, 2]], ["entrance", [2, 1714, 3]], ["bewitch", [2, 1714, 4]], ["grip", [2, 1714, 5]], ["transfix", [2, 1714, 6]], ["magnetise", [2, 1714, 7]]]}, {"answer": "spellbound", "hint": "synonyms for spellbound", "clues": [["mesmerize", [2, 1715, 0]], ["spellbind", [2, 1715, 1]], ["fascinate", [2, 1715, 2]], ["entrance", [2, 1715, 3]], ["bewitch", [2, 1715, 4]], ["grip", [2, 1715, 5]], ["transfix", [2, 1715, 6]], ["magnetise", [2, 1715, 7]]]}, {"answer": "spent", "hint": "synonyms for spent", "clues": [["spend", [2, 1716, 0]], ["drop", [2, 1716, 1]], ["pass", [2, 1716, 2]], ["expend", [2, 1716, 3]]]}, {"answer": "spiked", "hint": "synonyms for spiked", "clues": [["empale", [2, 1717, 0]], ["spike", [2, 1717, 1]], ["fortify", [2, 1717, 2]], ["lace", [2, 1717, 3]], ["spike out", [2, 1717, 4]], ["impale", [2, 1717, 5]], ["transfix", [2, 1717, 6]]]}, {"answer": "spiraling", "hint": "synonyms for spiraling", "clues": [["spiral", [2, 1718, 0]], ["coil", [2, 1718, 1]], ["corkscrew", [2, 1718, 2]], ["gyrate", [2, 1718, 3]]]}, {"answer": "splashed", "hint": "synonyms for splashed", "clues": [["splosh", [2, 1719, 0]], ["splash", [2, 1719, 1]], ["spatter", [2, 1719, 2]], ["slush", [2, 1719, 3]], ["squish", [2, 1719, 4]], ["sprinkle", [2, 1719, 5]], ["slop", [2, 1719, 6]], ["swash", [2, 1719, 7]], ["squelch", [2, 1719, 8]]]}, {"answer": "splattered", "hint": "synonyms for splattered", "clues": [["splosh", [2, 1720, 0]], ["splatter", [2, 1720, 1]], ["spill", [2, 1720, 2]], ["plash", [2, 1720, 3]], ["slop", [2, 1720, 4]], ["swash", [2, 1720, 5]]]}, {"answer": "splay", "hint": "synonyms for splay", "clues": [["spread out", [2, 1721, 0]], ["dislocate", [2, 1721, 1]], ["luxate", [2, 1721, 2]], ["turn out", [2, 1721, 3]], ["rotate", [2, 1721, 4]], ["slip", [2, 1721, 5]]]}, {"answer": "split", "hint": "synonyms for split", "clues": [["part", [2, 1722, 0]], ["separate", [2, 1722, 1]], ["cleave", [2, 1722, 2]], ["split up", [2, 1722, 3]], ["rive", [2, 1722, 4]], ["break", [2, 1722, 5]], ["dissever", [2, 1722, 6]], ["break up", [2, 1722, 7]], ["break open", [2, 1722, 8]], ["burst", [2, 1722, 9]], ["divide", [2, 1722, 10]], ["carve up", [2, 1722, 11]]]}, {"answer": "splitting", "hint": "synonyms for splitting", "clues": [["part", [2, 1723, 0]], ["split", [2, 1723, 1]], ["cleave", [2, 1723, 2]], ["dissever", [2, 1723, 3]], ["burst", [2, 1723, 4]], ["divide", [2, 1723, 5]], ["split up", [2, 1723, 6]], ["separate", [2, 1723, 7]], ["rive", [2, 1723, 8]], ["break", [2, 1723, 9]], ["break up", [2, 1723, 10]], ["carve up", [2, 1723, 11]], ["break open", [2, 1723, 12]]]}, {"answer": "spoiled", "hint": "synonyms for spoiled", "clues": [["baby", [2, 1724, 0]], ["bodge", [2, 1724, 1]], ["thwart", [2, 1724, 2]], ["blow", [2, 1724, 3]], ["muck up", [2, 1724, 4]], ["indulge", [2, 1724, 5]], ["bobble", [2, 1724, 6]], ["cosset", [2, 1724, 7]], ["botch up", [2, 1724, 8]], ["foul up", [2, 1724, 9]], ["spoil", [2, 1724, 10]], ["mar", [2, 1724, 11]], ["baffle", [2, 1724, 12]], ["coddle", [2, 1724, 13]], ["violate", [2, 1724, 14]], ["foil", [2, 1724, 15]], ["rape", [2, 1724, 16]], ["pamper", [2, 1724, 17]], ["featherbed", [2, 1724, 18]], ["bollocks up", [2, 1724, 19]], ["plunder", [2, 1724, 20]], ["mishandle", [2, 1724, 21]], ["muff", [2, 1724, 22]], ["cross", [2, 1724, 23]], ["bungle", [2, 1724, 24]], ["fumble", [2, 1724, 25]], ["bollix up", [2, 1724, 26]], ["fluff", [2, 1724, 27]], ["screw up", [2, 1724, 28]], ["despoil", [2, 1724, 29]], ["cocker", [2, 1724, 30]], ["bollix", [2, 1724, 31]], ["bumble", [2, 1724, 32]], ["bilk", [2, 1724, 33]], ["vitiate", [2, 1724, 34]], ["mess up", [2, 1724, 35]], ["mollycoddle", [2, 1724, 36]], ["corrupt", [2, 1724, 37]], ["flub", [2, 1724, 38]], ["queer", [2, 1724, 39]], ["ball up", [2, 1724, 40]], ["impair", [2, 1724, 41]], ["louse up", [2, 1724, 42]], ["bollocks", [2, 1724, 43]], ["scotch", [2, 1724, 44]], ["frustrate", [2, 1724, 45]], ["go bad", [2, 1724, 46]], ["deflower", [2, 1724, 47]], ["itch", [2, 1724, 48]], ["botch", [2, 1724, 49]]]}, {"answer": "spoilt", "hint": "synonyms for spoilt", "clues": [["baby", [2, 1725, 0]], ["bodge", [2, 1725, 1]], ["thwart", [2, 1725, 2]], ["blow", [2, 1725, 3]], ["muck up", [2, 1725, 4]], ["indulge", [2, 1725, 5]], ["bobble", [2, 1725, 6]], ["cosset", [2, 1725, 7]], ["botch up", [2, 1725, 8]], ["foul up", [2, 1725, 9]], ["spoil", [2, 1725, 10]], ["mar", [2, 1725, 11]], ["baffle", [2, 1725, 12]], ["coddle", [2, 1725, 13]], ["violate", [2, 1725, 14]], ["foil", [2, 1725, 15]], ["rape", [2, 1725, 16]], ["pamper", [2, 1725, 17]], ["featherbed", [2, 1725, 18]], ["bollocks up", [2, 1725, 19]], ["plunder", [2, 1725, 20]], ["mishandle", [2, 1725, 21]], ["muff", [2, 1725, 22]], ["cross", [2, 1725, 23]], ["bungle", [2, 1725, 24]], ["fumble", [2, 1725, 25]], ["bollix up", [2, 1725, 26]], ["fluff", [2, 1725, 27]], ["screw up", [2, 1725, 28]], ["despoil", [2, 1725, 29]], ["cocker", [2, 1725, 30]], ["bollix", [2, 1725, 31]], ["bumble", [2, 1725, 32]], ["bilk", [2, 1725, 33]], ["vitiate", [2, 1725, 34]], ["mess up", [2, 1725, 35]], ["mollycoddle", [2, 1725, 36]], ["corrupt", [2, 1725, 37]], ["flub", [2, 1725, 38]], ["queer", [2, 1725, 39]], ["ball up", [2, 1725, 40]], ["impair", [2, 1725, 41]], ["louse up", [2, 1725, 42]], ["bollocks", [2, 1725, 43]], ["scotch", [2, 1725, 44]], ["frustrate", [2, 1725, 45]], ["go bad", [2, 1725, 46]], ["deflower", [2, 1725, 47]], ["itch", [2, 1725, 48]], ["botch", [2, 1725, 49]]]}, {"answer": "spoken", "hint": "synonyms for spoken", "clues": [["address", [2, 1726, 0]], ["speak", [2, 1726, 1]], ["verbalise", [2, 1726, 2]], ["talk", [2, 1726, 3]], ["mouth", [2, 1726, 4]], ["utter", [2, 1726, 5]]]}, {"answer": "sporting", "hint": "synonyms for sporting", "clues": [["frisk", [2, 1727, 0]], ["lark about", [2, 1727, 1]], ["sport", [2, 1727, 2]], ["romp", [2, 1727, 3]], ["feature", [2, 1727, 4]], ["run around", [2, 1727, 5]], ["gambol", [2, 1727, 6]], ["rollick", [2, 1727, 7]], ["cavort", [2, 1727, 8]], ["boast", [2, 1727, 9]], ["skylark", [2, 1727, 10]], ["disport", [2, 1727, 11]], ["frolic", [2, 1727, 12]], ["lark", [2, 1727, 13]]]}, {"answer": "spotted", "hint": "synonyms for spotted", "clues": [["make out", [2, 1728, 0]], ["spot", [2, 1728, 1]], ["distinguish", [2, 1728, 2]], ["recognise", [2, 1728, 3]], ["descry", [2, 1728, 4]], ["spy", [2, 1728, 5]], ["blot", [2, 1728, 6]], ["fleck", [2, 1728, 7]], ["discern", [2, 1728, 8]], ["blob", [2, 1728, 9]], ["blemish", [2, 1728, 10]], ["pick out", [2, 1728, 11]], ["tell apart", [2, 1728, 12]]]}, {"answer": "spouting", "hint": "synonyms for spouting", "clues": [["gush", [2, 1729, 0]], ["spurt", [2, 1729, 1]], ["spout", [2, 1729, 2]], ["mouth off", [2, 1729, 3]], ["rave", [2, 1729, 4]], ["jabber", [2, 1729, 5]], ["spirt", [2, 1729, 6]], ["rant", [2, 1729, 7]], ["rabbit on", [2, 1729, 8]]]}, {"answer": "spread", "hint": "synonyms for spread", "clues": [["spread out", [2, 1730, 0]], ["pass around", [2, 1730, 1]], ["unfold", [2, 1730, 2]], ["propagate", [2, 1730, 3]], ["circularize", [2, 1730, 4]], ["distribute", [2, 1730, 5]], ["circulate", [2, 1730, 6]], ["diffuse", [2, 1730, 7]], ["disseminate", [2, 1730, 8]], ["scatter", [2, 1730, 9]], ["overspread", [2, 1730, 10]], ["broadcast", [2, 1730, 11]], ["go around", [2, 1730, 12]], ["fan out", [2, 1730, 13]], ["open", [2, 1730, 14]], ["disperse", [2, 1730, 15]]]}, {"answer": "sprouted", "hint": "synonyms for sprouted", "clues": [["germinate", [2, 1731, 0]], ["pullulate", [2, 1731, 1]], ["bourgeon", [2, 1731, 2]], ["shoot", [2, 1731, 3]], ["spud", [2, 1731, 4]], ["burgeon forth", [2, 1731, 5]], ["sprout", [2, 1731, 6]], ["stock", [2, 1731, 7]]]}, {"answer": "spruce", "hint": "synonyms for spruce", "clues": [["slick up", [2, 1732, 0]], ["titivate", [2, 1732, 1]], ["spiff up", [2, 1732, 2]], ["spruce up", [2, 1732, 3]], ["smarten up", [2, 1732, 4]]]}, {"answer": "spurned", "hint": "synonyms for spurned", "clues": [["scorn", [2, 1733, 0]], ["spurn", [2, 1733, 1]], ["disdain", [2, 1733, 2]], ["turn down", [2, 1733, 3]], ["reject", [2, 1733, 4]], ["freeze off", [2, 1733, 5]], ["pooh-pooh", [2, 1733, 6]]]}, {"answer": "spurting", "hint": "synonyms for spurting", "clues": [["spirt", [2, 1734, 0]], ["forge", [2, 1734, 1]], ["gush", [2, 1734, 2]], ["spurt", [2, 1734, 3]], ["spout", [2, 1734, 4]]]}, {"answer": "squalling", "hint": "synonyms for squalling", "clues": [["squall", [2, 1735, 0]], ["call", [2, 1735, 1]], ["shout out", [2, 1735, 2]], ["scream", [2, 1735, 3]], ["shout", [2, 1735, 4]], ["cry", [2, 1735, 5]], ["hollo", [2, 1735, 6]], ["holler", [2, 1735, 7]], ["waul", [2, 1735, 8]], ["wawl", [2, 1735, 9]], ["yell", [2, 1735, 10]]]}, {"answer": "squandered", "hint": "synonyms for squandered", "clues": [["waste", [2, 1736, 0]], ["squander", [2, 1736, 1]], ["ware", [2, 1736, 2]], ["blow", [2, 1736, 3]], ["consume", [2, 1736, 4]]]}, {"answer": "squashed", "hint": "synonyms for squashed", "clues": [["crush", [2, 1737, 0]], ["mash", [2, 1737, 1]], ["squelch", [2, 1737, 2]], ["squeeze", [2, 1737, 3]], ["squash", [2, 1737, 4]]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["scrunch up", [2, 1738, 0]], ["crouch", [2, 1738, 1]], ["hunker", [2, 1738, 2]], ["scrunch", [2, 1738, 3]], ["hunker down", [2, 1738, 4]]]}, {"answer": "squeaking", "hint": "synonyms for squeaking", "clues": [["squeak", [2, 1739, 0]], ["screak", [2, 1739, 1]], ["screech", [2, 1739, 2]], ["skreak", [2, 1739, 3]], ["whine", [2, 1739, 4]]]}, {"answer": "squealing", "hint": "synonyms for squealing", "clues": [["squeal", [2, 1740, 0]], ["confess", [2, 1740, 1]], ["oink", [2, 1740, 2]], ["fink", [2, 1740, 3]]]}, {"answer": "squelched", "hint": "synonyms for squelched", "clues": [["squelch", [2, 1741, 0]], ["slosh", [2, 1741, 1]], ["mash", [2, 1741, 2]], ["squish", [2, 1741, 3]], ["quell", [2, 1741, 4]], ["quench", [2, 1741, 5]], ["squash", [2, 1741, 6]], ["crush", [2, 1741, 7]], ["splash", [2, 1741, 8]], ["squeeze", [2, 1741, 9]], ["slop", [2, 1741, 10]]]}, {"answer": "squinched", "hint": "synonyms for squinched", "clues": [["funk", [2, 1742, 0]], ["recoil", [2, 1742, 1]], ["squinch", [2, 1742, 2]], ["cringe", [2, 1742, 3]], ["wince", [2, 1742, 4]], ["squint", [2, 1742, 5]], ["shrink", [2, 1742, 6]], ["flinch", [2, 1742, 7]], ["quail", [2, 1742, 8]]]}, {"answer": "squirting", "hint": "synonyms for squirting", "clues": [["eject", [2, 1743, 0]], ["force out", [2, 1743, 1]], ["squirt", [2, 1743, 2]], ["squeeze out", [2, 1743, 3]]]}, {"answer": "stabbing", "hint": "synonyms for stabbing", "clues": [["jab", [2, 1744, 0]], ["stab", [2, 1744, 1]], ["dig", [2, 1744, 2]], ["poke", [2, 1744, 3]], ["knife", [2, 1744, 4]], ["prod", [2, 1744, 5]]]}, {"answer": "staged", "hint": "synonyms for staged", "clues": [["tell on", [2, 1745, 0]], ["spy", [2, 1745, 1]], ["sleuth", [2, 1745, 2]], ["stage", [2, 1745, 3]], ["give away", [2, 1745, 4]], ["rat", [2, 1745, 5]], ["snoop", [2, 1745, 6]], ["betray", [2, 1745, 7]], ["grass", [2, 1745, 8]], ["arrange", [2, 1745, 9]], ["represent", [2, 1745, 10]], ["snitch", [2, 1745, 11]], ["denounce", [2, 1745, 12]], ["shop", [2, 1745, 13]], ["shit", [2, 1745, 14]]]}, {"answer": "staggering", "hint": "synonyms for staggering", "clues": [["flounder", [2, 1746, 0]], ["lurch", [2, 1746, 1]], ["keel", [2, 1746, 2]], ["reel", [2, 1746, 3]], ["stagger", [2, 1746, 4]], ["swag", [2, 1746, 5]], ["distribute", [2, 1746, 6]], ["careen", [2, 1746, 7]]]}, {"answer": "stained", "hint": "synonyms for stained", "clues": [["stain", [2, 1747, 0]], ["maculate", [2, 1747, 1]], ["sully", [2, 1747, 2]], ["defile", [2, 1747, 3]], ["tarnish", [2, 1747, 4]]]}, {"answer": "standing", "hint": "synonyms for standing", "clues": [["tolerate", [2, 1748, 0]], ["endure", [2, 1748, 1]], ["stand", [2, 1748, 2]], ["abide", [2, 1748, 3]], ["put up", [2, 1748, 4]], ["support", [2, 1748, 5]], ["remain firm", [2, 1748, 6]], ["resist", [2, 1748, 7]], ["stomach", [2, 1748, 8]], ["bear", [2, 1748, 9]], ["stick out", [2, 1748, 10]], ["suffer", [2, 1748, 11]], ["fend", [2, 1748, 12]], ["stand up", [2, 1748, 13]], ["place upright", [2, 1748, 14]], ["digest", [2, 1748, 15]], ["brook", [2, 1748, 16]]]}, {"answer": "starting", "hint": "synonyms for starting", "clues": [["begin", [2, 1749, 0]], ["get", [2, 1749, 1]], ["set out", [2, 1749, 2]], ["jump", [2, 1749, 3]], ["start", [2, 1749, 4]], ["part", [2, 1749, 5]], ["bulge out", [2, 1749, 6]], ["get going", [2, 1749, 7]], ["get down", [2, 1749, 8]], ["take up", [2, 1749, 9]], ["commence", [2, 1749, 10]], ["pop out", [2, 1749, 11]], ["initiate", [2, 1749, 12]], ["pop", [2, 1749, 13]], ["start out", [2, 1749, 14]], ["embark on", [2, 1749, 15]], ["set off", [2, 1749, 16]], ["startle", [2, 1749, 17]], ["lead off", [2, 1749, 18]], ["depart", [2, 1749, 19]], ["start up", [2, 1749, 20]], ["set forth", [2, 1749, 21]], ["protrude", [2, 1749, 22]], ["take off", [2, 1749, 23]], ["go", [2, 1749, 24]], ["come out", [2, 1749, 25]], ["bulge", [2, 1749, 26]], ["originate", [2, 1749, 27]]]}, {"answer": "startled", "hint": "synonyms for startled", "clues": [["startle", [2, 1750, 0]], ["jump", [2, 1750, 1]], ["galvanise", [2, 1750, 2]], ["start", [2, 1750, 3]]]}, {"answer": "startling", "hint": "synonyms for startling", "clues": [["startle", [2, 1751, 0]], ["jump", [2, 1751, 1]], ["galvanise", [2, 1751, 2]], ["start", [2, 1751, 3]]]}, {"answer": "starved", "hint": "synonyms for starved", "clues": [["starve", [2, 1752, 0]], ["lust", [2, 1752, 1]], ["famish", [2, 1752, 2]], ["hunger", [2, 1752, 3]], ["thirst", [2, 1752, 4]], ["crave", [2, 1752, 5]]]}, {"answer": "starving", "hint": "synonyms for starving", "clues": [["starve", [2, 1753, 0]], ["lust", [2, 1753, 1]], ["famish", [2, 1753, 2]], ["hunger", [2, 1753, 3]], ["thirst", [2, 1753, 4]], ["crave", [2, 1753, 5]]]}, {"answer": "stated", "hint": "synonyms for stated", "clues": [["put forward", [2, 1754, 0]], ["posit", [2, 1754, 1]], ["state", [2, 1754, 2]], ["express", [2, 1754, 3]], ["tell", [2, 1754, 4]], ["say", [2, 1754, 5]], ["submit", [2, 1754, 6]]]}, {"answer": "steadied", "hint": "synonyms for steadied", "clues": [["brace", [2, 1755, 0]], ["steady", [2, 1755, 1]], ["stabilize", [2, 1755, 2]], ["calm", [2, 1755, 3]], ["becalm", [2, 1755, 4]]]}, {"answer": "steady", "hint": "synonyms for steady", "clues": [["brace", [2, 1756, 0]], ["stabilize", [2, 1756, 1]], ["calm", [2, 1756, 2]], ["becalm", [2, 1756, 3]]]}, {"answer": "steadying", "hint": "synonyms for steadying", "clues": [["brace", [2, 1757, 0]], ["steady", [2, 1757, 1]], ["stabilize", [2, 1757, 2]], ["calm", [2, 1757, 3]], ["becalm", [2, 1757, 4]]]}, {"answer": "steep", "hint": "synonyms for steep", "clues": [["engulf", [2, 1758, 0]], ["soak up", [2, 1758, 1]], ["infuse", [2, 1758, 2]], ["immerse", [2, 1758, 3]], ["plunge", [2, 1758, 4]], ["engross", [2, 1758, 5]], ["absorb", [2, 1758, 6]]]}, {"answer": "sterilised", "hint": "synonyms for sterilised", "clues": [["desexualise", [2, 1759, 0]], ["fix", [2, 1759, 1]], ["sterilize", [2, 1759, 2]], ["unsex", [2, 1759, 3]], ["desex", [2, 1759, 4]]]}, {"answer": "sterilized", "hint": "synonyms for sterilized", "clues": [["desexualise", [2, 1760, 0]], ["fix", [2, 1760, 1]], ["sterilize", [2, 1760, 2]], ["unsex", [2, 1760, 3]], ["desex", [2, 1760, 4]]]}, {"answer": "stewed", "hint": "synonyms for stewed", "clues": [["grizzle", [2, 1761, 0]], ["brood", [2, 1761, 1]], ["stew", [2, 1761, 2]], ["grudge", [2, 1761, 3]]]}, {"answer": "sticking", "hint": "synonyms for sticking", "clues": [["stick", [2, 1762, 0]], ["bind", [2, 1762, 1]], ["deposit", [2, 1762, 2]], ["adhere", [2, 1762, 3]], ["cleave", [2, 1762, 4]], ["stick to", [2, 1762, 5]], ["mystify", [2, 1762, 6]], ["stick by", [2, 1762, 7]], ["puzzle", [2, 1762, 8]], ["hold fast", [2, 1762, 9]], ["stay", [2, 1762, 10]], ["wedge", [2, 1762, 11]], ["flummox", [2, 1762, 12]], ["bond", [2, 1762, 13]], ["cohere", [2, 1762, 14]], ["lodge", [2, 1762, 15]], ["stupefy", [2, 1762, 16]], ["dumbfound", [2, 1762, 17]], ["amaze", [2, 1762, 18]], ["stand by", [2, 1762, 19]], ["sting", [2, 1762, 20]], ["baffle", [2, 1762, 21]], ["beat", [2, 1762, 22]], ["stick around", [2, 1762, 23]], ["pose", [2, 1762, 24]], ["stay put", [2, 1762, 25]], ["vex", [2, 1762, 26]], ["get", [2, 1762, 27]], ["cling", [2, 1762, 28]], ["perplex", [2, 1762, 29]], ["gravel", [2, 1762, 30]], ["bewilder", [2, 1762, 31]], ["nonplus", [2, 1762, 32]]]}, {"answer": "stifled", "hint": "synonyms for stifled", "clues": [["suffocate", [2, 1763, 0]], ["stifle", [2, 1763, 1]], ["dampen", [2, 1763, 2]], ["muffle", [2, 1763, 3]], ["strangle", [2, 1763, 4]], ["choke", [2, 1763, 5]], ["smother", [2, 1763, 6]], ["asphyxiate", [2, 1763, 7]], ["repress", [2, 1763, 8]]]}, {"answer": "stifling", "hint": "synonyms for stifling", "clues": [["suffocate", [2, 1764, 0]], ["stifle", [2, 1764, 1]], ["dampen", [2, 1764, 2]], ["muffle", [2, 1764, 3]], ["strangle", [2, 1764, 4]], ["choke", [2, 1764, 5]], ["smother", [2, 1764, 6]], ["asphyxiate", [2, 1764, 7]], ["repress", [2, 1764, 8]]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["relieve", [2, 1765, 0]], ["lull", [2, 1765, 1]], ["silence", [2, 1765, 2]], ["hush up", [2, 1765, 3]], ["calm down", [2, 1765, 4]], ["tranquilize", [2, 1765, 5]], ["quiet", [2, 1765, 6]], ["hush", [2, 1765, 7]], ["calm", [2, 1765, 8]], ["allay", [2, 1765, 9]], ["shut up", [2, 1765, 10]], ["quieten", [2, 1765, 11]], ["ease", [2, 1765, 12]]]}, {"answer": "stimulated", "hint": "synonyms for stimulated", "clues": [["excite", [2, 1766, 0]], ["energize", [2, 1766, 1]], ["provoke", [2, 1766, 2]], ["stimulate", [2, 1766, 3]], ["make", [2, 1766, 4]], ["induce", [2, 1766, 5]], ["shake up", [2, 1766, 6]], ["shake", [2, 1766, 7]], ["perk up", [2, 1766, 8]], ["stir", [2, 1766, 9]], ["cause", [2, 1766, 10]], ["arouse", [2, 1766, 11]], ["rush", [2, 1766, 12]], ["get", [2, 1766, 13]], ["hasten", [2, 1766, 14]], ["have", [2, 1766, 15]], ["brace", [2, 1766, 16]]]}, {"answer": "stimulating", "hint": "synonyms for stimulating", "clues": [["excite", [2, 1767, 0]], ["energize", [2, 1767, 1]], ["provoke", [2, 1767, 2]], ["stimulate", [2, 1767, 3]], ["make", [2, 1767, 4]], ["induce", [2, 1767, 5]], ["shake up", [2, 1767, 6]], ["shake", [2, 1767, 7]], ["perk up", [2, 1767, 8]], ["stir", [2, 1767, 9]], ["cause", [2, 1767, 10]], ["arouse", [2, 1767, 11]], ["rush", [2, 1767, 12]], ["get", [2, 1767, 13]], ["hasten", [2, 1767, 14]], ["have", [2, 1767, 15]], ["brace", [2, 1767, 16]]]}, {"answer": "stinging", "hint": "synonyms for stinging", "clues": [["bite", [2, 1768, 0]], ["stick", [2, 1768, 1]], ["burn", [2, 1768, 2]], ["sting", [2, 1768, 3]], ["prick", [2, 1768, 4]], ["twinge", [2, 1768, 5]]]}, {"answer": "stinting", "hint": "synonyms for stinting", "clues": [["scant", [2, 1769, 0]], ["skimp", [2, 1769, 1]], ["stint", [2, 1769, 2]], ["scrimp", [2, 1769, 3]]]}, {"answer": "stirred", "hint": "synonyms for stirred", "clues": [["excite", [2, 1770, 0]], ["stir", [2, 1770, 1]], ["invoke", [2, 1770, 2]], ["call down", [2, 1770, 3]], ["budge", [2, 1770, 4]], ["bring up", [2, 1770, 5]], ["arouse", [2, 1770, 6]], ["touch", [2, 1770, 7]], ["shake up", [2, 1770, 8]], ["shake", [2, 1770, 9]], ["stimulate", [2, 1770, 10]], ["raise", [2, 1770, 11]], ["call forth", [2, 1770, 12]], ["put forward", [2, 1770, 13]], ["conjure", [2, 1770, 14]], ["agitate", [2, 1770, 15]], ["shift", [2, 1770, 16]], ["evoke", [2, 1770, 17]], ["conjure up", [2, 1770, 18]]]}, {"answer": "stirring", "hint": "synonyms for stirring", "clues": [["excite", [2, 1771, 0]], ["stir", [2, 1771, 1]], ["invoke", [2, 1771, 2]], ["call down", [2, 1771, 3]], ["budge", [2, 1771, 4]], ["bring up", [2, 1771, 5]], ["arouse", [2, 1771, 6]], ["touch", [2, 1771, 7]], ["shake up", [2, 1771, 8]], ["shake", [2, 1771, 9]], ["stimulate", [2, 1771, 10]], ["raise", [2, 1771, 11]], ["call forth", [2, 1771, 12]], ["put forward", [2, 1771, 13]], ["conjure", [2, 1771, 14]], ["agitate", [2, 1771, 15]], ["shift", [2, 1771, 16]], ["evoke", [2, 1771, 17]], ["conjure up", [2, 1771, 18]]]}, {"answer": "stitched", "hint": "synonyms for stitched", "clues": [["stitch", [2, 1772, 0]], ["sew together", [2, 1772, 1]], ["run up", [2, 1772, 2]], ["sew", [2, 1772, 3]]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["sprout", [2, 1773, 0]], ["stockpile", [2, 1773, 1]], ["buy in", [2, 1773, 2]], ["carry", [2, 1773, 3]], ["stock up", [2, 1773, 4]]]}, {"answer": "stocked", "hint": "synonyms for stocked", "clues": [["stock", [2, 1774, 0]], ["stockpile", [2, 1774, 1]], ["buy in", [2, 1774, 2]], ["carry", [2, 1774, 3]], ["stock up", [2, 1774, 4]], ["sprout", [2, 1774, 5]]]}, {"answer": "stockinged", "hint": "synonyms for stockinged", "clues": [["stock", [2, 1775, 0]], ["stockpile", [2, 1775, 1]], ["buy in", [2, 1775, 2]], ["carry", [2, 1775, 3]], ["stock up", [2, 1775, 4]], ["sprout", [2, 1775, 5]]]}, {"answer": "stooped", "hint": "synonyms for stooped", "clues": [["stoop", [2, 1776, 0]], ["bow", [2, 1776, 1]], ["crouch", [2, 1776, 2]], ["lower oneself", [2, 1776, 3]], ["condescend", [2, 1776, 4]], ["bend", [2, 1776, 5]]]}, {"answer": "stooping", "hint": "synonyms for stooping", "clues": [["stoop", [2, 1777, 0]], ["bow", [2, 1777, 1]], ["crouch", [2, 1777, 2]], ["lower oneself", [2, 1777, 3]], ["condescend", [2, 1777, 4]], ["bend", [2, 1777, 5]]]}, {"answer": "stopped", "hint": "synonyms for stopped", "clues": [["stop", [2, 1778, 0]], ["terminate", [2, 1778, 1]], ["block up", [2, 1778, 2]], ["barricade", [2, 1778, 3]], ["hold on", [2, 1778, 4]], ["halt", [2, 1778, 5]], ["check", [2, 1778, 6]], ["break off", [2, 1778, 7]], ["stop over", [2, 1778, 8]], ["lay off", [2, 1778, 9]], ["discontinue", [2, 1778, 10]], ["quit", [2, 1778, 11]], ["finish", [2, 1778, 12]], ["block", [2, 1778, 13]], ["kibosh", [2, 1778, 14]], ["contain", [2, 1778, 15]], ["blockade", [2, 1778, 16]], ["turn back", [2, 1778, 17]], ["cease", [2, 1778, 18]], ["intercept", [2, 1778, 19]], ["arrest", [2, 1778, 20]], ["hold back", [2, 1778, 21]], ["give up", [2, 1778, 22]], ["break", [2, 1778, 23]], ["end", [2, 1778, 24]], ["bar", [2, 1778, 25]], ["block off", [2, 1778, 26]]]}, {"answer": "straggling", "hint": "synonyms for straggling", "clues": [["straggle", [2, 1779, 0]], ["sprawl", [2, 1779, 1]], ["digress", [2, 1779, 2]], ["sidetrack", [2, 1779, 3]], ["depart", [2, 1779, 4]]]}, {"answer": "strained", "hint": "synonyms for strained", "clues": [["puree", [2, 1780, 0]], ["try", [2, 1780, 1]], ["strain", [2, 1780, 2]], ["tense", [2, 1780, 3]], ["distort", [2, 1780, 4]], ["filtrate", [2, 1780, 5]], ["reach", [2, 1780, 6]], ["stress", [2, 1780, 7]], ["filter", [2, 1780, 8]], ["sift", [2, 1780, 9]], ["tense up", [2, 1780, 10]], ["extend", [2, 1780, 11]], ["sieve", [2, 1780, 12]], ["separate out", [2, 1780, 13]], ["deform", [2, 1780, 14]], ["strive", [2, 1780, 15]], ["filter out", [2, 1780, 16]]]}, {"answer": "straining", "hint": "synonyms for straining", "clues": [["puree", [2, 1781, 0]], ["try", [2, 1781, 1]], ["strain", [2, 1781, 2]], ["tense", [2, 1781, 3]], ["distort", [2, 1781, 4]], ["filtrate", [2, 1781, 5]], ["reach", [2, 1781, 6]], ["stress", [2, 1781, 7]], ["filter", [2, 1781, 8]], ["sift", [2, 1781, 9]], ["tense up", [2, 1781, 10]], ["extend", [2, 1781, 11]], ["sieve", [2, 1781, 12]], ["separate out", [2, 1781, 13]], ["deform", [2, 1781, 14]], ["strive", [2, 1781, 15]], ["filter out", [2, 1781, 16]]]}, {"answer": "stranded", "hint": "synonyms for stranded", "clues": [["ground", [2, 1782, 0]], ["run aground", [2, 1782, 1]], ["maroon", [2, 1782, 2]], ["strand", [2, 1782, 3]]]}, {"answer": "strangled", "hint": "synonyms for strangled", "clues": [["suffocate", [2, 1783, 0]], ["strangle", [2, 1783, 1]], ["stifle", [2, 1783, 2]], ["throttle", [2, 1783, 3]], ["muffle", [2, 1783, 4]], ["choke", [2, 1783, 5]], ["smother", [2, 1783, 6]], ["gag", [2, 1783, 7]], ["halter", [2, 1783, 8]], ["repress", [2, 1783, 9]], ["hamper", [2, 1783, 10]], ["strangulate", [2, 1783, 11]], ["cramp", [2, 1783, 12]]]}, {"answer": "strapping", "hint": "synonyms for strapping", "clues": [["strap", [2, 1784, 0]], ["lash", [2, 1784, 1]], ["flog", [2, 1784, 2]], ["lather", [2, 1784, 3]], ["trounce", [2, 1784, 4]], ["whip", [2, 1784, 5]], ["welt", [2, 1784, 6]]]}, {"answer": "stray", "hint": "synonyms for stray", "clues": [["drift", [2, 1785, 0]], ["vagabond", [2, 1785, 1]], ["rove", [2, 1785, 2]], ["digress", [2, 1785, 3]], ["tramp", [2, 1785, 4]], ["wander", [2, 1785, 5]], ["roll", [2, 1785, 6]], ["swan", [2, 1785, 7]], ["cast", [2, 1785, 8]], ["roam", [2, 1785, 9]], ["err", [2, 1785, 10]], ["ramble", [2, 1785, 11]], ["divagate", [2, 1785, 12]], ["range", [2, 1785, 13]]]}, {"answer": "straying", "hint": "synonyms for straying", "clues": [["vagabond", [2, 1786, 0]], ["stray", [2, 1786, 1]], ["wander", [2, 1786, 2]], ["cast", [2, 1786, 3]], ["drift", [2, 1786, 4]], ["err", [2, 1786, 5]], ["ramble", [2, 1786, 6]], ["divagate", [2, 1786, 7]], ["range", [2, 1786, 8]], ["tramp", [2, 1786, 9]], ["roll", [2, 1786, 10]], ["swan", [2, 1786, 11]], ["roam", [2, 1786, 12]], ["digress", [2, 1786, 13]], ["rove", [2, 1786, 14]]]}, {"answer": "streaming", "hint": "synonyms for streaming", "clues": [["stream", [2, 1787, 0]], ["swarm", [2, 1787, 1]], ["pour", [2, 1787, 2]], ["pullulate", [2, 1787, 3]], ["pelt", [2, 1787, 4]], ["well out", [2, 1787, 5]], ["rain cats and dogs", [2, 1787, 6]], ["rain buckets", [2, 1787, 7]], ["teem", [2, 1787, 8]]]}, {"answer": "strengthened", "hint": "synonyms for strengthened", "clues": [["tone", [2, 1788, 0]], ["beef up", [2, 1788, 1]], ["tone up", [2, 1788, 2]], ["strengthen", [2, 1788, 3]], ["fortify", [2, 1788, 4]]]}, {"answer": "stressed", "hint": "synonyms for stressed", "clues": [["stress", [2, 1789, 0]], ["accent", [2, 1789, 1]], ["emphasize", [2, 1789, 2]], ["try", [2, 1789, 3]], ["accentuate", [2, 1789, 4]], ["punctuate", [2, 1789, 5]], ["strain", [2, 1789, 6]]]}, {"answer": "stretch", "hint": "synonyms for stretch", "clues": [["extend", [2, 1790, 0]], ["unfold", [2, 1790, 1]], ["stretch out", [2, 1790, 2]], ["load", [2, 1790, 3]], ["stretch along", [2, 1790, 4]], ["dilute", [2, 1790, 5]], ["debase", [2, 1790, 6]], ["adulterate", [2, 1790, 7]], ["elongate", [2, 1790, 8]]]}, {"answer": "stretched", "hint": "synonyms for stretched", "clues": [["extend", [2, 1791, 0]], ["stretch out", [2, 1791, 1]], ["stretch", [2, 1791, 2]], ["dilute", [2, 1791, 3]], ["debase", [2, 1791, 4]], ["adulterate", [2, 1791, 5]], ["elongate", [2, 1791, 6]], ["unfold", [2, 1791, 7]], ["load", [2, 1791, 8]], ["stretch along", [2, 1791, 9]]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["strike", [2, 1792, 0]], ["fall", [2, 1792, 1]], ["scratch", [2, 1792, 2]], ["come to", [2, 1792, 3]], ["expunge", [2, 1792, 4]], ["come across", [2, 1792, 5]], ["run into", [2, 1792, 6]], ["mint", [2, 1792, 7]], ["take up", [2, 1792, 8]], ["coin", [2, 1792, 9]], ["collide with", [2, 1792, 10]], ["hit", [2, 1792, 11]], ["discover", [2, 1792, 12]], ["shine", [2, 1792, 13]], ["affect", [2, 1792, 14]], ["chance on", [2, 1792, 15]], ["assume", [2, 1792, 16]], ["light upon", [2, 1792, 17]], ["fall upon", [2, 1792, 18]], ["take", [2, 1792, 19]], ["excise", [2, 1792, 20]], ["walk out", [2, 1792, 21]], ["come upon", [2, 1792, 22]], ["happen upon", [2, 1792, 23]], ["move", [2, 1792, 24]], ["attain", [2, 1792, 25]], ["impinge on", [2, 1792, 26]], ["impress", [2, 1792, 27]]]}, {"answer": "striped", "hint": "synonyms for striped", "clues": [["strip", [2, 1793, 0]], ["bare", [2, 1793, 1]], ["despoil", [2, 1793, 2]], ["disinvest", [2, 1793, 3]], ["dismantle", [2, 1793, 4]], ["deprive", [2, 1793, 5]], ["divest", [2, 1793, 6]], ["uncase", [2, 1793, 7]], ["loot", [2, 1793, 8]], ["ransack", [2, 1793, 9]], ["disrobe", [2, 1793, 10]], ["pillage", [2, 1793, 11]], ["discase", [2, 1793, 12]], ["denude", [2, 1793, 13]], ["peel", [2, 1793, 14]], ["rifle", [2, 1793, 15]], ["unclothe", [2, 1793, 16]], ["undress", [2, 1793, 17]], ["plunder", [2, 1793, 18]], ["leach", [2, 1793, 19]], ["reave", [2, 1793, 20]], ["clean", [2, 1793, 21]], ["strip down", [2, 1793, 22]], ["foray", [2, 1793, 23]]]}, {"answer": "stripped", "hint": "synonyms for stripped", "clues": [["strip", [2, 1794, 0]], ["bare", [2, 1794, 1]], ["despoil", [2, 1794, 2]], ["disinvest", [2, 1794, 3]], ["dismantle", [2, 1794, 4]], ["deprive", [2, 1794, 5]], ["divest", [2, 1794, 6]], ["uncase", [2, 1794, 7]], ["loot", [2, 1794, 8]], ["ransack", [2, 1794, 9]], ["disrobe", [2, 1794, 10]], ["pillage", [2, 1794, 11]], ["discase", [2, 1794, 12]], ["denude", [2, 1794, 13]], ["peel", [2, 1794, 14]], ["rifle", [2, 1794, 15]], ["unclothe", [2, 1794, 16]], ["undress", [2, 1794, 17]], ["plunder", [2, 1794, 18]], ["leach", [2, 1794, 19]], ["reave", [2, 1794, 20]], ["clean", [2, 1794, 21]], ["strip down", [2, 1794, 22]], ["foray", [2, 1794, 23]]]}, {"answer": "strong-arm", "hint": "synonyms for strong-arm", "clues": [["ballyrag", [2, 1795, 0]], ["boss around", [2, 1795, 1]], ["push around", [2, 1795, 2]], ["hector", [2, 1795, 3]], ["bully", [2, 1795, 4]], ["browbeat", [2, 1795, 5]]]}, {"answer": "struck", "hint": "synonyms for struck", "clues": [["strike", [2, 1796, 0]], ["fall", [2, 1796, 1]], ["scratch", [2, 1796, 2]], ["come to", [2, 1796, 3]], ["expunge", [2, 1796, 4]], ["come across", [2, 1796, 5]], ["run into", [2, 1796, 6]], ["mint", [2, 1796, 7]], ["take up", [2, 1796, 8]], ["coin", [2, 1796, 9]], ["collide with", [2, 1796, 10]], ["hit", [2, 1796, 11]], ["discover", [2, 1796, 12]], ["shine", [2, 1796, 13]], ["affect", [2, 1796, 14]], ["chance on", [2, 1796, 15]], ["assume", [2, 1796, 16]], ["light upon", [2, 1796, 17]], ["fall upon", [2, 1796, 18]], ["take", [2, 1796, 19]], ["excise", [2, 1796, 20]], ["walk out", [2, 1796, 21]], ["come upon", [2, 1796, 22]], ["happen upon", [2, 1796, 23]], ["move", [2, 1796, 24]], ["attain", [2, 1796, 25]], ["impinge on", [2, 1796, 26]], ["impress", [2, 1796, 27]]]}, {"answer": "struggling", "hint": "synonyms for struggling", "clues": [["scramble", [2, 1797, 0]], ["struggle", [2, 1797, 1]], ["fight", [2, 1797, 2]], ["shinny", [2, 1797, 3]], ["skin", [2, 1797, 4]], ["shin", [2, 1797, 5]], ["sputter", [2, 1797, 6]], ["contend", [2, 1797, 7]], ["clamber", [2, 1797, 8]]]}, {"answer": "strung", "hint": "synonyms for strung", "clues": [["string", [2, 1798, 0]], ["draw", [2, 1798, 1]], ["string up", [2, 1798, 2]], ["thread", [2, 1798, 3]], ["string along", [2, 1798, 4]]]}, {"answer": "stuck", "hint": "synonyms for stuck", "clues": [["stick", [2, 1799, 0]], ["bind", [2, 1799, 1]], ["deposit", [2, 1799, 2]], ["adhere", [2, 1799, 3]], ["cleave", [2, 1799, 4]], ["stick to", [2, 1799, 5]], ["mystify", [2, 1799, 6]], ["stick by", [2, 1799, 7]], ["puzzle", [2, 1799, 8]], ["hold fast", [2, 1799, 9]], ["stay", [2, 1799, 10]], ["wedge", [2, 1799, 11]], ["flummox", [2, 1799, 12]], ["bond", [2, 1799, 13]], ["cohere", [2, 1799, 14]], ["lodge", [2, 1799, 15]], ["stupefy", [2, 1799, 16]], ["dumbfound", [2, 1799, 17]], ["amaze", [2, 1799, 18]], ["stand by", [2, 1799, 19]], ["sting", [2, 1799, 20]], ["baffle", [2, 1799, 21]], ["beat", [2, 1799, 22]], ["stick around", [2, 1799, 23]], ["pose", [2, 1799, 24]], ["stay put", [2, 1799, 25]], ["vex", [2, 1799, 26]], ["get", [2, 1799, 27]], ["cling", [2, 1799, 28]], ["perplex", [2, 1799, 29]], ["gravel", [2, 1799, 30]], ["bewilder", [2, 1799, 31]], ["nonplus", [2, 1799, 32]]]}, {"answer": "studied", "hint": "synonyms for studied", "clues": [["read", [2, 1800, 0]], ["meditate", [2, 1800, 1]], ["study", [2, 1800, 2]], ["examine", [2, 1800, 3]], ["analyse", [2, 1800, 4]], ["canvas", [2, 1800, 5]], ["hit the books", [2, 1800, 6]], ["take", [2, 1800, 7]], ["consider", [2, 1800, 8]], ["contemplate", [2, 1800, 9]], ["learn", [2, 1800, 10]]]}, {"answer": "stuffed", "hint": "synonyms for stuffed", "clues": [["englut", [2, 1801, 0]], ["glut", [2, 1801, 1]], ["engorge", [2, 1801, 2]], ["block", [2, 1801, 3]], ["stuff", [2, 1801, 4]], ["farce", [2, 1801, 5]], ["gormandize", [2, 1801, 6]], ["shove", [2, 1801, 7]], ["squeeze", [2, 1801, 8]], ["overindulge", [2, 1801, 9]], ["overgorge", [2, 1801, 10]], ["ingurgitate", [2, 1801, 11]], ["pig out", [2, 1801, 12]], ["gorge", [2, 1801, 13]], ["satiate", [2, 1801, 14]], ["scarf out", [2, 1801, 15]], ["lug", [2, 1801, 16]], ["overeat", [2, 1801, 17]], ["choke up", [2, 1801, 18]], ["binge", [2, 1801, 19]], ["thrust", [2, 1801, 20]]]}, {"answer": "stung", "hint": "synonyms for stung", "clues": [["bite", [2, 1802, 0]], ["stick", [2, 1802, 1]], ["burn", [2, 1802, 2]], ["sting", [2, 1802, 3]], ["prick", [2, 1802, 4]], ["twinge", [2, 1802, 5]]]}, {"answer": "stunned", "hint": "synonyms for stunned", "clues": [["sandbag", [2, 1803, 0]], ["stun", [2, 1803, 1]], ["daze", [2, 1803, 2]], ["bedaze", [2, 1803, 3]], ["stupefy", [2, 1803, 4]]]}, {"answer": "stunning", "hint": "synonyms for stunning", "clues": [["sandbag", [2, 1804, 0]], ["stun", [2, 1804, 1]], ["daze", [2, 1804, 2]], ["bedaze", [2, 1804, 3]], ["stupefy", [2, 1804, 4]]]}, {"answer": "stupefied", "hint": "synonyms for stupefied", "clues": [["baffle", [2, 1805, 0]], ["beat", [2, 1805, 1]], ["mystify", [2, 1805, 2]], ["pose", [2, 1805, 3]], ["puzzle", [2, 1805, 4]], ["stun", [2, 1805, 5]], ["stick", [2, 1805, 6]], ["vex", [2, 1805, 7]], ["flummox", [2, 1805, 8]], ["get", [2, 1805, 9]], ["stupefy", [2, 1805, 10]], ["perplex", [2, 1805, 11]], ["dumbfound", [2, 1805, 12]], ["besot", [2, 1805, 13]], ["gravel", [2, 1805, 14]], ["bewilder", [2, 1805, 15]], ["amaze", [2, 1805, 16]], ["nonplus", [2, 1805, 17]]]}, {"answer": "stupefying", "hint": "synonyms for stupefying", "clues": [["baffle", [2, 1806, 0]], ["beat", [2, 1806, 1]], ["mystify", [2, 1806, 2]], ["pose", [2, 1806, 3]], ["puzzle", [2, 1806, 4]], ["stun", [2, 1806, 5]], ["stick", [2, 1806, 6]], ["vex", [2, 1806, 7]], ["flummox", [2, 1806, 8]], ["get", [2, 1806, 9]], ["stupefy", [2, 1806, 10]], ["perplex", [2, 1806, 11]], ["dumbfound", [2, 1806, 12]], ["besot", [2, 1806, 13]], ["gravel", [2, 1806, 14]], ["bewilder", [2, 1806, 15]], ["amaze", [2, 1806, 16]], ["nonplus", [2, 1806, 17]]]}, {"answer": "subdued", "hint": "synonyms for subdued", "clues": [["subdue", [2, 1807, 0]], ["keep down", [2, 1807, 1]], ["subjugate", [2, 1807, 2]], ["tame", [2, 1807, 3]], ["get over", [2, 1807, 4]], ["surmount", [2, 1807, 5]], ["suppress", [2, 1807, 6]], ["curb", [2, 1807, 7]], ["subordinate", [2, 1807, 8]], ["quash", [2, 1807, 9]], ["chasten", [2, 1807, 10]], ["mortify", [2, 1807, 11]], ["overcome", [2, 1807, 12]], ["repress", [2, 1807, 13]], ["reduce", [2, 1807, 14]], ["master", [2, 1807, 15]], ["stamp down", [2, 1807, 16]], ["inhibit", [2, 1807, 17]], ["conquer", [2, 1807, 18]], ["crucify", [2, 1807, 19]]]}, {"answer": "subjugated", "hint": "synonyms for subjugated", "clues": [["subdue", [2, 1808, 0]], ["subjugate", [2, 1808, 1]], ["subject", [2, 1808, 2]], ["quash", [2, 1808, 3]], ["keep down", [2, 1808, 4]], ["repress", [2, 1808, 5]], ["reduce", [2, 1808, 6]]]}, {"answer": "sublimate", "hint": "synonyms for sublimate", "clues": [["purify", [2, 1809, 0]], ["sublime", [2, 1809, 1]], ["make pure", [2, 1809, 2]], ["subtilize", [2, 1809, 3]], ["rarefy", [2, 1809, 4]], ["distill", [2, 1809, 5]]]}, {"answer": "sublimated", "hint": "synonyms for sublimated", "clues": [["sublime", [2, 1810, 0]], ["subtilize", [2, 1810, 1]], ["distill", [2, 1810, 2]], ["purify", [2, 1810, 3]], ["make pure", [2, 1810, 4]], ["rarefy", [2, 1810, 5]]]}, {"answer": "submerged", "hint": "synonyms for submerged", "clues": [["deluge", [2, 1811, 0]], ["submerge", [2, 1811, 1]], ["drown", [2, 1811, 2]], ["overwhelm", [2, 1811, 3]], ["inundate", [2, 1811, 4]]]}, {"answer": "subscribed", "hint": "synonyms for subscribed", "clues": [["support", [2, 1812, 0]], ["subscribe", [2, 1812, 1]], ["sign", [2, 1812, 2]], ["pledge", [2, 1812, 3]], ["take", [2, 1812, 4]]]}, {"answer": "substantiating", "hint": "synonyms for substantiating", "clues": [["support", [2, 1813, 0]], ["realise", [2, 1813, 1]], ["substantiate", [2, 1813, 2]], ["confirm", [2, 1813, 3]], ["sustain", [2, 1813, 4]], ["body forth", [2, 1813, 5]], ["actualize", [2, 1813, 6]], ["embody", [2, 1813, 7]], ["affirm", [2, 1813, 8]], ["incarnate", [2, 1813, 9]], ["corroborate", [2, 1813, 10]]]}, {"answer": "substitute", "hint": "synonyms for substitute", "clues": [["exchange", [2, 1814, 0]], ["deputize", [2, 1814, 1]], ["interchange", [2, 1814, 2]], ["fill in", [2, 1814, 3]], ["stand in", [2, 1814, 4]], ["step in", [2, 1814, 5]], ["replace", [2, 1814, 6]], ["sub", [2, 1814, 7]]]}, {"answer": "succeeding", "hint": "synonyms for succeeding", "clues": [["succeed", [2, 1815, 0]], ["deliver the goods", [2, 1815, 1]], ["come through", [2, 1815, 2]], ["follow", [2, 1815, 3]], ["win", [2, 1815, 4]], ["come after", [2, 1815, 5]], ["bring home the bacon", [2, 1815, 6]]]}, {"answer": "suckled", "hint": "synonyms for suckled", "clues": [["nurse", [2, 1816, 0]], ["suckle", [2, 1816, 1]], ["give suck", [2, 1816, 2]], ["suck", [2, 1816, 3]], ["wet-nurse", [2, 1816, 4]], ["lactate", [2, 1816, 5]], ["breastfeed", [2, 1816, 6]]]}, {"answer": "suffering", "hint": "synonyms for suffering", "clues": [["tolerate", [2, 1817, 0]], ["endure", [2, 1817, 1]], ["suffer", [2, 1817, 2]], ["lose", [2, 1817, 3]], ["meet", [2, 1817, 4]], ["abide", [2, 1817, 5]], ["put up", [2, 1817, 6]], ["get", [2, 1817, 7]], ["sustain", [2, 1817, 8]], ["support", [2, 1817, 9]], ["have", [2, 1817, 10]], ["bear", [2, 1817, 11]], ["stick out", [2, 1817, 12]], ["ache", [2, 1817, 13]], ["stand", [2, 1817, 14]], ["digest", [2, 1817, 15]], ["brook", [2, 1817, 16]], ["hurt", [2, 1817, 17]], ["stomach", [2, 1817, 18]]]}, {"answer": "suffocating", "hint": "synonyms for suffocating", "clues": [["suffocate", [2, 1818, 0]], ["asphyxiate", [2, 1818, 1]], ["choke", [2, 1818, 2]], ["gag", [2, 1818, 3]], ["stifle", [2, 1818, 4]], ["strangle", [2, 1818, 5]], ["smother", [2, 1818, 6]]]}, {"answer": "suited", "hint": "synonyms for suited", "clues": [["suit", [2, 1819, 0]], ["accommodate", [2, 1819, 1]], ["fit", [2, 1819, 2]], ["become", [2, 1819, 3]], ["befit", [2, 1819, 4]], ["beseem", [2, 1819, 5]]]}, {"answer": "sunk", "hint": "synonyms for sunk", "clues": [["sink", [2, 1820, 0]], ["drop down", [2, 1820, 1]], ["bury", [2, 1820, 2]], ["settle", [2, 1820, 3]], ["slide down", [2, 1820, 4]], ["pass", [2, 1820, 5]], ["go under", [2, 1820, 6]], ["slump", [2, 1820, 7]], ["drop", [2, 1820, 8]], ["fall off", [2, 1820, 9]], ["lapse", [2, 1820, 10]], ["dip", [2, 1820, 11]], ["subside", [2, 1820, 12]], ["go down", [2, 1820, 13]]]}, {"answer": "sunken", "hint": "synonyms for sunken", "clues": [["sink", [2, 1821, 0]], ["drop down", [2, 1821, 1]], ["bury", [2, 1821, 2]], ["settle", [2, 1821, 3]], ["slide down", [2, 1821, 4]], ["pass", [2, 1821, 5]], ["go under", [2, 1821, 6]], ["slump", [2, 1821, 7]], ["drop", [2, 1821, 8]], ["fall off", [2, 1821, 9]], ["lapse", [2, 1821, 10]], ["dip", [2, 1821, 11]], ["subside", [2, 1821, 12]], ["go down", [2, 1821, 13]]]}, {"answer": "supercharged", "hint": "synonyms for supercharged", "clues": [["advance", [2, 1822, 0]], ["supercharge", [2, 1822, 1]], ["pressurise", [2, 1822, 2]], ["boost", [2, 1822, 3]]]}, {"answer": "supervised", "hint": "synonyms for supervised", "clues": [["monitor", [2, 1823, 0]], ["oversee", [2, 1823, 1]], ["superintend", [2, 1823, 2]], ["supervise", [2, 1823, 3]], ["manage", [2, 1823, 4]]]}, {"answer": "supported", "hint": "synonyms for supported", "clues": [["hold up", [2, 1824, 0]], ["endure", [2, 1824, 1]], ["support", [2, 1824, 2]], ["back", [2, 1824, 3]], ["sustain", [2, 1824, 4]], ["substantiate", [2, 1824, 5]], ["keep going", [2, 1824, 6]], ["underpin", [2, 1824, 7]], ["corroborate", [2, 1824, 8]], ["subscribe", [2, 1824, 9]], ["bear out", [2, 1824, 10]], ["defend", [2, 1824, 11]], ["patronize", [2, 1824, 12]], ["patronage", [2, 1824, 13]], ["digest", [2, 1824, 14]], ["brook", [2, 1824, 15]], ["back up", [2, 1824, 16]], ["tolerate", [2, 1824, 17]], ["confirm", [2, 1824, 18]], ["abide", [2, 1824, 19]], ["put up", [2, 1824, 20]], ["indorse", [2, 1824, 21]], ["plump for", [2, 1824, 22]], ["bear", [2, 1824, 23]], ["stick out", [2, 1824, 24]], ["suffer", [2, 1824, 25]], ["hold", [2, 1824, 26]], ["stand", [2, 1824, 27]], ["fend for", [2, 1824, 28]], ["affirm", [2, 1824, 29]], ["plunk for", [2, 1824, 30]], ["stomach", [2, 1824, 31]]]}, {"answer": "supporting", "hint": "synonyms for supporting", "clues": [["hold up", [2, 1825, 0]], ["endure", [2, 1825, 1]], ["support", [2, 1825, 2]], ["back", [2, 1825, 3]], ["sustain", [2, 1825, 4]], ["substantiate", [2, 1825, 5]], ["keep going", [2, 1825, 6]], ["underpin", [2, 1825, 7]], ["corroborate", [2, 1825, 8]], ["subscribe", [2, 1825, 9]], ["bear out", [2, 1825, 10]], ["defend", [2, 1825, 11]], ["patronize", [2, 1825, 12]], ["patronage", [2, 1825, 13]], ["digest", [2, 1825, 14]], ["brook", [2, 1825, 15]], ["back up", [2, 1825, 16]], ["tolerate", [2, 1825, 17]], ["confirm", [2, 1825, 18]], ["abide", [2, 1825, 19]], ["put up", [2, 1825, 20]], ["indorse", [2, 1825, 21]], ["plump for", [2, 1825, 22]], ["bear", [2, 1825, 23]], ["stick out", [2, 1825, 24]], ["suffer", [2, 1825, 25]], ["hold", [2, 1825, 26]], ["stand", [2, 1825, 27]], ["fend for", [2, 1825, 28]], ["affirm", [2, 1825, 29]], ["plunk for", [2, 1825, 30]], ["stomach", [2, 1825, 31]]]}, {"answer": "supposed", "hint": "synonyms for supposed", "clues": [["speculate", [2, 1826, 0]], ["hypothesise", [2, 1826, 1]], ["say", [2, 1826, 2]], ["suppose", [2, 1826, 3]], ["opine", [2, 1826, 4]], ["conjecture", [2, 1826, 5]], ["imagine", [2, 1826, 6]], ["think", [2, 1826, 7]], ["reckon", [2, 1826, 8]], ["theorize", [2, 1826, 9]], ["hypothecate", [2, 1826, 10]], ["guess", [2, 1826, 11]], ["presuppose", [2, 1826, 12]]]}, {"answer": "suppressed", "hint": "synonyms for suppressed", "clues": [["crush", [2, 1827, 0]], ["suppress", [2, 1827, 1]], ["subdue", [2, 1827, 2]], ["bottle up", [2, 1827, 3]], ["curb", [2, 1827, 4]], ["oppress", [2, 1827, 5]], ["stamp down", [2, 1827, 6]], ["repress", [2, 1827, 7]], ["inhibit", [2, 1827, 8]], ["conquer", [2, 1827, 9]]]}, {"answer": "surface", "hint": "synonyms for surface", "clues": [["rise up", [2, 1828, 0]], ["rise", [2, 1828, 1]], ["come up", [2, 1828, 2]], ["turn up", [2, 1828, 3]], ["coat", [2, 1828, 4]], ["come on", [2, 1828, 5]], ["come out", [2, 1828, 6]], ["show up", [2, 1828, 7]]]}, {"answer": "surging", "hint": "synonyms for surging", "clues": [["tide", [2, 1829, 0]], ["surge", [2, 1829, 1]], ["billow", [2, 1829, 2]], ["zoom", [2, 1829, 3]], ["soar up", [2, 1829, 4]], ["soar upwards", [2, 1829, 5]], ["soar", [2, 1829, 6]], ["heave", [2, 1829, 7]], ["scend", [2, 1829, 8]]]}, {"answer": "surmounted", "hint": "synonyms for surmounted", "clues": [["subdue", [2, 1830, 0]], ["surmount", [2, 1830, 1]], ["get over", [2, 1830, 2]], ["outgo", [2, 1830, 3]], ["overcome", [2, 1830, 4]], ["outstrip", [2, 1830, 5]], ["outperform", [2, 1830, 6]], ["master", [2, 1830, 7]], ["scale", [2, 1830, 8]], ["outmatch", [2, 1830, 9]], ["surpass", [2, 1830, 10]], ["outdo", [2, 1830, 11]], ["exceed", [2, 1830, 12]]]}, {"answer": "surpassing", "hint": "synonyms for surpassing", "clues": [["outgo", [2, 1831, 0]], ["surpass", [2, 1831, 1]], ["pass by", [2, 1831, 2]], ["exceed", [2, 1831, 3]], ["stand out", [2, 1831, 4]], ["pass", [2, 1831, 5]], ["transcend", [2, 1831, 6]], ["outstrip", [2, 1831, 7]], ["go by", [2, 1831, 8]], ["outperform", [2, 1831, 9]], ["surmount", [2, 1831, 10]], ["go past", [2, 1831, 11]], ["excel", [2, 1831, 12]], ["outmatch", [2, 1831, 13]], ["outdo", [2, 1831, 14]], ["travel by", [2, 1831, 15]]]}, {"answer": "surrounded", "hint": "synonyms for surrounded", "clues": [["surround", [2, 1832, 0]], ["circumvent", [2, 1832, 1]], ["ring", [2, 1832, 2]], ["fence in", [2, 1832, 3]], ["palisade", [2, 1832, 4]], ["skirt", [2, 1832, 5]], ["hem in", [2, 1832, 6]], ["wall", [2, 1832, 7]], ["beleaguer", [2, 1832, 8]], ["environ", [2, 1832, 9]], ["besiege", [2, 1832, 10]], ["fence", [2, 1832, 11]], ["smother", [2, 1832, 12]], ["border", [2, 1832, 13]]]}, {"answer": "surrounding", "hint": "synonyms for surrounding", "clues": [["surround", [2, 1833, 0]], ["circumvent", [2, 1833, 1]], ["ring", [2, 1833, 2]], ["fence in", [2, 1833, 3]], ["palisade", [2, 1833, 4]], ["skirt", [2, 1833, 5]], ["hem in", [2, 1833, 6]], ["wall", [2, 1833, 7]], ["beleaguer", [2, 1833, 8]], ["environ", [2, 1833, 9]], ["besiege", [2, 1833, 10]], ["fence", [2, 1833, 11]], ["smother", [2, 1833, 12]], ["border", [2, 1833, 13]]]}, {"answer": "surviving", "hint": "synonyms for surviving", "clues": [["pull through", [2, 1834, 0]], ["come through", [2, 1834, 1]], ["hold up", [2, 1834, 2]], ["live", [2, 1834, 3]], ["outlive", [2, 1834, 4]], ["outlast", [2, 1834, 5]], ["survive", [2, 1834, 6]], ["live on", [2, 1834, 7]], ["last", [2, 1834, 8]], ["exist", [2, 1834, 9]], ["go", [2, 1834, 10]], ["subsist", [2, 1834, 11]], ["make it", [2, 1834, 12]], ["hold out", [2, 1834, 13]], ["endure", [2, 1834, 14]], ["pull round", [2, 1834, 15]]]}, {"answer": "suspended", "hint": "synonyms for suspended", "clues": [["suspend", [2, 1835, 0]], ["set aside", [2, 1835, 1]], ["freeze", [2, 1835, 2]], ["debar", [2, 1835, 3]]]}, {"answer": "sustained", "hint": "synonyms for sustained", "clues": [["hold up", [2, 1836, 0]], ["support", [2, 1836, 1]], ["confirm", [2, 1836, 2]], ["sustain", [2, 1836, 3]], ["keep up", [2, 1836, 4]], ["get", [2, 1836, 5]], ["have", [2, 1836, 6]], ["substantiate", [2, 1836, 7]], ["maintain", [2, 1836, 8]], ["nourish", [2, 1836, 9]], ["hold", [2, 1836, 10]], ["keep", [2, 1836, 11]], ["affirm", [2, 1836, 12]], ["suffer", [2, 1836, 13]], ["prolong", [2, 1836, 14]], ["nurture", [2, 1836, 15]], ["corroborate", [2, 1836, 16]]]}, {"answer": "swagger", "hint": "synonyms for swagger", "clues": [["bully", [2, 1837, 0]], ["bluster", [2, 1837, 1]], ["ruffle", [2, 1837, 2]], ["swash", [2, 1837, 3]], ["cock", [2, 1837, 4]], ["browbeat", [2, 1837, 5]], ["strut", [2, 1837, 6]], ["prance", [2, 1837, 7]], ["sashay", [2, 1837, 8]], ["tittup", [2, 1837, 9]]]}, {"answer": "swaggering", "hint": "synonyms for swaggering", "clues": [["bully", [2, 1838, 0]], ["swagger", [2, 1838, 1]], ["bluster", [2, 1838, 2]], ["ruffle", [2, 1838, 3]], ["swash", [2, 1838, 4]], ["cock", [2, 1838, 5]], ["strut", [2, 1838, 6]], ["browbeat", [2, 1838, 7]], ["prance", [2, 1838, 8]], ["sashay", [2, 1838, 9]], ["tittup", [2, 1838, 10]]]}, {"answer": "swank", "hint": "synonyms for swank", "clues": [["flaunt", [2, 1839, 0]], ["ostentate", [2, 1839, 1]], ["flash", [2, 1839, 2]], ["show off", [2, 1839, 3]]]}, {"answer": "sweeping", "hint": "synonyms for sweeping", "clues": [["sweep", [2, 1840, 0]], ["broom", [2, 1840, 1]], ["sweep up", [2, 1840, 2]], ["drag in", [2, 1840, 3]], ["traverse", [2, 1840, 4]], ["swing", [2, 1840, 5]], ["embroil", [2, 1840, 6]], ["swing out", [2, 1840, 7]], ["drag", [2, 1840, 8]], ["tangle", [2, 1840, 9]], ["brush", [2, 1840, 10]], ["span", [2, 1840, 11]], ["cross", [2, 1840, 12]], ["sail", [2, 1840, 13]]]}, {"answer": "swell", "hint": "synonyms for swell", "clues": [["tumesce", [2, 1841, 0]], ["well up", [2, 1841, 1]], ["tumefy", [2, 1841, 2]], ["puff up", [2, 1841, 3]], ["well", [2, 1841, 4]]]}, {"answer": "swelled", "hint": "synonyms for swelled", "clues": [["swell", [2, 1842, 0]], ["tumesce", [2, 1842, 1]], ["swell up", [2, 1842, 2]], ["tumefy", [2, 1842, 3]], ["puff up", [2, 1842, 4]]]}, {"answer": "swept", "hint": "synonyms for swept", "clues": [["sweep", [2, 1843, 0]], ["broom", [2, 1843, 1]], ["sweep up", [2, 1843, 2]], ["drag in", [2, 1843, 3]], ["traverse", [2, 1843, 4]], ["swing", [2, 1843, 5]], ["embroil", [2, 1843, 6]], ["swing out", [2, 1843, 7]], ["drag", [2, 1843, 8]], ["tangle", [2, 1843, 9]], ["brush", [2, 1843, 10]], ["span", [2, 1843, 11]], ["cross", [2, 1843, 12]], ["sail", [2, 1843, 13]]]}, {"answer": "swinging", "hint": "synonyms for swinging", "clues": [["swing", [2, 1844, 0]], ["dangle", [2, 1844, 1]], ["singe", [2, 1844, 2]], ["swing over", [2, 1844, 3]], ["sweep", [2, 1844, 4]], ["sway", [2, 1844, 5]], ["drop", [2, 1844, 6]], ["swing out", [2, 1844, 7]], ["get around", [2, 1844, 8]]]}, {"answer": "swollen", "hint": "synonyms for swollen", "clues": [["swell", [2, 1845, 0]], ["tumesce", [2, 1845, 1]], ["swell up", [2, 1845, 2]], ["tumefy", [2, 1845, 3]], ["puff up", [2, 1845, 4]]]}, {"answer": "swooning", "hint": "synonyms for swooning", "clues": [["conk", [2, 1846, 0]], ["pass out", [2, 1846, 1]], ["swoon", [2, 1846, 2]], ["faint", [2, 1846, 3]]]}, {"answer": "sworn", "hint": "synonyms for sworn", "clues": [["affirm", [2, 1847, 0]], ["swear", [2, 1847, 1]], ["swan", [2, 1847, 2]], ["verify", [2, 1847, 3]], ["avow", [2, 1847, 4]], ["rely", [2, 1847, 5]], ["assert", [2, 1847, 6]], ["curse", [2, 1847, 7]], ["imprecate", [2, 1847, 8]], ["bank", [2, 1847, 9]], ["trust", [2, 1847, 10]], ["depone", [2, 1847, 11]], ["aver", [2, 1847, 12]], ["depose", [2, 1847, 13]], ["cuss", [2, 1847, 14]], ["blaspheme", [2, 1847, 15]]]}, {"answer": "tagged", "hint": "synonyms for tagged", "clues": [["give chase", [2, 1848, 0]], ["mark", [2, 1848, 1]], ["tag", [2, 1848, 2]], ["label", [2, 1848, 3]], ["dog", [2, 1848, 4]], ["chase", [2, 1848, 5]], ["tail", [2, 1848, 6]], ["chase after", [2, 1848, 7]], ["track", [2, 1848, 8]], ["go after", [2, 1848, 9]]]}, {"answer": "tailed", "hint": "synonyms for tailed", "clues": [["give chase", [2, 1849, 0]], ["tail", [2, 1849, 1]], ["dock", [2, 1849, 2]], ["dog", [2, 1849, 3]], ["chase", [2, 1849, 4]], ["chase after", [2, 1849, 5]], ["track", [2, 1849, 6]], ["bob", [2, 1849, 7]], ["tag", [2, 1849, 8]], ["go after", [2, 1849, 9]]]}, {"answer": "tailored", "hint": "synonyms for tailored", "clues": [["tailor", [2, 1850, 0]], ["sew", [2, 1850, 1]], ["tailor-make", [2, 1850, 2]], ["orient", [2, 1850, 3]], ["cut", [2, 1850, 4]]]}, {"answer": "tainted", "hint": "synonyms for tainted", "clues": [["taint", [2, 1851, 0]], ["corrupt", [2, 1851, 1]], ["sully", [2, 1851, 2]], ["infect", [2, 1851, 3]], ["defile", [2, 1851, 4]], ["cloud", [2, 1851, 5]]]}, {"answer": "taken", "hint": "synonyms for taken", "clues": [["accept", [2, 1852, 0]], ["fill", [2, 1852, 1]], ["direct", [2, 1852, 2]], ["take", [2, 1852, 3]], ["have", [2, 1852, 4]], ["assume", [2, 1852, 5]], ["look at", [2, 1852, 6]], ["choose", [2, 1852, 7]], ["conduct", [2, 1852, 8]], ["contain", [2, 1852, 9]], ["ingest", [2, 1852, 10]], ["take on", [2, 1852, 11]], ["ask", [2, 1852, 12]], ["use up", [2, 1852, 13]], ["carry", [2, 1852, 14]], ["select", [2, 1852, 15]], ["shoot", [2, 1852, 16]], ["make", [2, 1852, 17]], ["take aim", [2, 1852, 18]], ["hire", [2, 1852, 19]], ["lead", [2, 1852, 20]], ["deal", [2, 1852, 21]], ["contract", [2, 1852, 22]], ["require", [2, 1852, 23]], ["remove", [2, 1852, 24]], ["adopt", [2, 1852, 25]], ["engage", [2, 1852, 26]], ["hold", [2, 1852, 27]], ["occupy", [2, 1852, 28]], ["bring", [2, 1852, 29]], ["charter", [2, 1852, 30]], ["consider", [2, 1852, 31]], ["convey", [2, 1852, 32]], ["withdraw", [2, 1852, 33]], ["read", [2, 1852, 34]], ["need", [2, 1852, 35]], ["take away", [2, 1852, 36]], ["drive", [2, 1852, 37]], ["necessitate", [2, 1852, 38]], ["film", [2, 1852, 39]], ["lease", [2, 1852, 40]], ["take up", [2, 1852, 41]], ["study", [2, 1852, 42]], ["claim", [2, 1852, 43]], ["submit", [2, 1852, 44]], ["admit", [2, 1852, 45]], ["postulate", [2, 1852, 46]], ["exact", [2, 1852, 47]], ["rent", [2, 1852, 48]], ["acquire", [2, 1852, 49]], ["demand", [2, 1852, 50]], ["call for", [2, 1852, 51]], ["strike", [2, 1852, 52]], ["learn", [2, 1852, 53]], ["pack", [2, 1852, 54]], ["involve", [2, 1852, 55]], ["get hold of", [2, 1852, 56]], ["subscribe to", [2, 1852, 57]], ["get", [2, 1852, 58]], ["pick out", [2, 1852, 59]], ["train", [2, 1852, 60]], ["consume", [2, 1852, 61]], ["aim", [2, 1852, 62]], ["guide", [2, 1852, 63]]]}, {"answer": "taking", "hint": "synonyms for taking", "clues": [["accept", [2, 1853, 0]], ["fill", [2, 1853, 1]], ["direct", [2, 1853, 2]], ["take", [2, 1853, 3]], ["have", [2, 1853, 4]], ["assume", [2, 1853, 5]], ["look at", [2, 1853, 6]], ["choose", [2, 1853, 7]], ["conduct", [2, 1853, 8]], ["contain", [2, 1853, 9]], ["ingest", [2, 1853, 10]], ["take on", [2, 1853, 11]], ["ask", [2, 1853, 12]], ["use up", [2, 1853, 13]], ["carry", [2, 1853, 14]], ["select", [2, 1853, 15]], ["shoot", [2, 1853, 16]], ["make", [2, 1853, 17]], ["take aim", [2, 1853, 18]], ["hire", [2, 1853, 19]], ["lead", [2, 1853, 20]], ["deal", [2, 1853, 21]], ["contract", [2, 1853, 22]], ["require", [2, 1853, 23]], ["remove", [2, 1853, 24]], ["adopt", [2, 1853, 25]], ["engage", [2, 1853, 26]], ["hold", [2, 1853, 27]], ["occupy", [2, 1853, 28]], ["bring", [2, 1853, 29]], ["charter", [2, 1853, 30]], ["consider", [2, 1853, 31]], ["convey", [2, 1853, 32]], ["withdraw", [2, 1853, 33]], ["read", [2, 1853, 34]], ["need", [2, 1853, 35]], ["take away", [2, 1853, 36]], ["drive", [2, 1853, 37]], ["necessitate", [2, 1853, 38]], ["film", [2, 1853, 39]], ["lease", [2, 1853, 40]], ["take up", [2, 1853, 41]], ["study", [2, 1853, 42]], ["claim", [2, 1853, 43]], ["submit", [2, 1853, 44]], ["admit", [2, 1853, 45]], ["postulate", [2, 1853, 46]], ["exact", [2, 1853, 47]], ["rent", [2, 1853, 48]], ["acquire", [2, 1853, 49]], ["demand", [2, 1853, 50]], ["call for", [2, 1853, 51]], ["strike", [2, 1853, 52]], ["learn", [2, 1853, 53]], ["pack", [2, 1853, 54]], ["involve", [2, 1853, 55]], ["get hold of", [2, 1853, 56]], ["subscribe to", [2, 1853, 57]], ["get", [2, 1853, 58]], ["pick out", [2, 1853, 59]], ["train", [2, 1853, 60]], ["consume", [2, 1853, 61]], ["aim", [2, 1853, 62]], ["guide", [2, 1853, 63]]]}, {"answer": "tame", "hint": "synonyms for tame", "clues": [["domesticise", [2, 1854, 0]], ["moderate", [2, 1854, 1]], ["cultivate", [2, 1854, 2]], ["subdue", [2, 1854, 3]], ["naturalize", [2, 1854, 4]], ["tone down", [2, 1854, 5]], ["chasten", [2, 1854, 6]], ["domesticate", [2, 1854, 7]], ["reclaim", [2, 1854, 8]]]}, {"answer": "tamed", "hint": "synonyms for tamed", "clues": [["reclaim", [2, 1855, 0]], ["domesticise", [2, 1855, 1]], ["moderate", [2, 1855, 2]], ["tame", [2, 1855, 3]], ["cultivate", [2, 1855, 4]], ["subdue", [2, 1855, 5]], ["naturalize", [2, 1855, 6]], ["tone down", [2, 1855, 7]], ["chasten", [2, 1855, 8]], ["domesticate", [2, 1855, 9]]]}, {"answer": "tangled", "hint": "synonyms for tangled", "clues": [["entangle", [2, 1856, 0]], ["drag", [2, 1856, 1]], ["mat", [2, 1856, 2]], ["sweep", [2, 1856, 3]], ["sweep up", [2, 1856, 4]], ["dishevel", [2, 1856, 5]], ["snarl", [2, 1856, 6]], ["drag in", [2, 1856, 7]], ["knot", [2, 1856, 8]], ["ravel", [2, 1856, 9]], ["embroil", [2, 1856, 10]], ["tousle", [2, 1856, 11]]]}, {"answer": "tantalising", "hint": "synonyms for tantalising", "clues": [["twit", [2, 1857, 0]], ["razz", [2, 1857, 1]], ["rally", [2, 1857, 2]], ["bait", [2, 1857, 3]], ["rag", [2, 1857, 4]], ["taunt", [2, 1857, 5]], ["tantalise", [2, 1857, 6]], ["tease", [2, 1857, 7]], ["cod", [2, 1857, 8]], ["ride", [2, 1857, 9]]]}, {"answer": "tantalizing", "hint": "synonyms for tantalizing", "clues": [["twit", [2, 1858, 0]], ["razz", [2, 1858, 1]], ["rally", [2, 1858, 2]], ["bait", [2, 1858, 3]], ["rag", [2, 1858, 4]], ["taunt", [2, 1858, 5]], ["tantalise", [2, 1858, 6]], ["tease", [2, 1858, 7]], ["cod", [2, 1858, 8]], ["ride", [2, 1858, 9]]]}, {"answer": "taped", "hint": "synonyms for taped", "clues": [["tap", [2, 1859, 0]], ["knock", [2, 1859, 1]], ["exploit", [2, 1859, 2]], ["rap", [2, 1859, 3]], ["wiretap", [2, 1859, 4]], ["pink", [2, 1859, 5]], ["bug", [2, 1859, 6]], ["solicit", [2, 1859, 7]], ["videotape", [2, 1859, 8]], ["record", [2, 1859, 9]], ["intercept", [2, 1859, 10]], ["tapdance", [2, 1859, 11]], ["tip", [2, 1859, 12]], ["beg", [2, 1859, 13]]]}, {"answer": "tapped", "hint": "synonyms for tapped", "clues": [["tap", [2, 1860, 0]], ["knock", [2, 1860, 1]], ["exploit", [2, 1860, 2]], ["rap", [2, 1860, 3]], ["wiretap", [2, 1860, 4]], ["pink", [2, 1860, 5]], ["bug", [2, 1860, 6]], ["solicit", [2, 1860, 7]], ["intercept", [2, 1860, 8]], ["tapdance", [2, 1860, 9]], ["tip", [2, 1860, 10]], ["beg", [2, 1860, 11]]]}, {"answer": "tarry", "hint": "synonyms for tarry", "clues": [["hang around", [2, 1861, 0]], ["mill about", [2, 1861, 1]], ["linger", [2, 1861, 2]], ["loiter", [2, 1861, 3]], ["lollygag", [2, 1861, 4]], ["mill around", [2, 1861, 5]], ["lounge", [2, 1861, 6]], ["loaf", [2, 1861, 7]], ["lurk", [2, 1861, 8]], ["footle", [2, 1861, 9]], ["mess about", [2, 1861, 10]]]}, {"answer": "tattling", "hint": "synonyms for tattling", "clues": [["blab", [2, 1862, 0]], ["tattle", [2, 1862, 1]], ["blabber", [2, 1862, 2]], ["chatter", [2, 1862, 3]], ["talk", [2, 1862, 4]], ["piffle", [2, 1862, 5]], ["babble out", [2, 1862, 6]], ["peach", [2, 1862, 7]], ["twaddle", [2, 1862, 8]], ["let the cat out of the bag", [2, 1862, 9]], ["sing", [2, 1862, 10]], ["clack", [2, 1862, 11]], ["spill the beans", [2, 1862, 12]], ["tittle-tattle", [2, 1862, 13]], ["prate", [2, 1862, 14]], ["maunder", [2, 1862, 15]], ["blab out", [2, 1862, 16]], ["palaver", [2, 1862, 17]], ["babble", [2, 1862, 18]], ["prattle", [2, 1862, 19]], ["gabble", [2, 1862, 20]], ["gibber", [2, 1862, 21]]]}, {"answer": "taunting", "hint": "synonyms for taunting", "clues": [["twit", [2, 1863, 0]], ["razz", [2, 1863, 1]], ["rally", [2, 1863, 2]], ["bait", [2, 1863, 3]], ["rag", [2, 1863, 4]], ["taunt", [2, 1863, 5]], ["tantalise", [2, 1863, 6]], ["tease", [2, 1863, 7]], ["cod", [2, 1863, 8]], ["ride", [2, 1863, 9]]]}, {"answer": "tearing", "hint": "synonyms for tearing", "clues": [["deplumate", [2, 1864, 0]], ["rupture", [2, 1864, 1]], ["buck", [2, 1864, 2]], ["pull", [2, 1864, 3]], ["pluck", [2, 1864, 4]], ["tear", [2, 1864, 5]], ["snap", [2, 1864, 6]], ["shoot", [2, 1864, 7]], ["displume", [2, 1864, 8]], ["bust", [2, 1864, 9]], ["shoot down", [2, 1864, 10]], ["charge", [2, 1864, 11]]]}, {"answer": "teased", "hint": "synonyms for teased", "clues": [["tease", [2, 1865, 0]], ["fluff", [2, 1865, 1]], ["twit", [2, 1865, 2]], ["loosen", [2, 1865, 3]], ["bait", [2, 1865, 4]], ["rag", [2, 1865, 5]], ["taunt", [2, 1865, 6]], ["tantalise", [2, 1865, 7]], ["beleaguer", [2, 1865, 8]], ["cod", [2, 1865, 9]], ["ride", [2, 1865, 10]], ["badger", [2, 1865, 11]], ["razz", [2, 1865, 12]], ["rally", [2, 1865, 13]], ["card", [2, 1865, 14]], ["tease apart", [2, 1865, 15]], ["pester", [2, 1865, 16]], ["bug", [2, 1865, 17]]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["tease", [2, 1866, 0]], ["fluff", [2, 1866, 1]], ["twit", [2, 1866, 2]], ["loosen", [2, 1866, 3]], ["bait", [2, 1866, 4]], ["rag", [2, 1866, 5]], ["taunt", [2, 1866, 6]], ["tantalise", [2, 1866, 7]], ["beleaguer", [2, 1866, 8]], ["cod", [2, 1866, 9]], ["ride", [2, 1866, 10]], ["badger", [2, 1866, 11]], ["razz", [2, 1866, 12]], ["rally", [2, 1866, 13]], ["card", [2, 1866, 14]], ["tease apart", [2, 1866, 15]], ["pester", [2, 1866, 16]], ["bug", [2, 1866, 17]]]}, {"answer": "teeming", "hint": "synonyms for teeming", "clues": [["swarm", [2, 1867, 0]], ["teem", [2, 1867, 1]], ["pullulate", [2, 1867, 2]], ["pour", [2, 1867, 3]], ["stream", [2, 1867, 4]]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["tell", [2, 1868, 0]], ["narrate", [2, 1868, 1]], ["secern", [2, 1868, 2]], ["distinguish", [2, 1868, 3]], ["severalise", [2, 1868, 4]], ["recount", [2, 1868, 5]], ["separate", [2, 1868, 6]], ["assure", [2, 1868, 7]], ["evidence", [2, 1868, 8]], ["order", [2, 1868, 9]], ["secernate", [2, 1868, 10]], ["say", [2, 1868, 11]], ["enjoin", [2, 1868, 12]], ["differentiate", [2, 1868, 13]], ["recite", [2, 1868, 14]], ["tell apart", [2, 1868, 15]], ["state", [2, 1868, 16]]]}, {"answer": "tempered", "hint": "synonyms for tempered", "clues": [["temper", [2, 1869, 0]], ["harden", [2, 1869, 1]], ["normalize", [2, 1869, 2]], ["mollify", [2, 1869, 3]], ["anneal", [2, 1869, 4]], ["moderate", [2, 1869, 5]], ["chasten", [2, 1869, 6]], ["season", [2, 1869, 7]]]}, {"answer": "tempering", "hint": "synonyms for tempering", "clues": [["temper", [2, 1870, 0]], ["harden", [2, 1870, 1]], ["normalize", [2, 1870, 2]], ["mollify", [2, 1870, 3]], ["anneal", [2, 1870, 4]], ["moderate", [2, 1870, 5]], ["chasten", [2, 1870, 6]], ["season", [2, 1870, 7]]]}, {"answer": "tempting", "hint": "synonyms for tempting", "clues": [["tempt", [2, 1871, 0]], ["influence", [2, 1871, 1]], ["charm", [2, 1871, 2]], ["entice", [2, 1871, 3]], ["lure", [2, 1871, 4]], ["allure", [2, 1871, 5]], ["invite", [2, 1871, 6]]]}, {"answer": "tending", "hint": "synonyms for tending", "clues": [["be given", [2, 1872, 0]], ["tend", [2, 1872, 1]], ["lean", [2, 1872, 2]], ["run", [2, 1872, 3]], ["incline", [2, 1872, 4]]]}, {"answer": "terminated", "hint": "synonyms for terminated", "clues": [["stop", [2, 1873, 0]], ["terminate", [2, 1873, 1]], ["give the axe", [2, 1873, 2]], ["sack", [2, 1873, 3]], ["fire", [2, 1873, 4]], ["end", [2, 1873, 5]], ["give the sack", [2, 1873, 6]], ["can", [2, 1873, 7]], ["send away", [2, 1873, 8]], ["cease", [2, 1873, 9]], ["force out", [2, 1873, 10]], ["displace", [2, 1873, 11]], ["give notice", [2, 1873, 12]], ["dismiss", [2, 1873, 13]], ["finish", [2, 1873, 14]]]}, {"answer": "tested", "hint": "synonyms for tested", "clues": [["prove", [2, 1874, 0]], ["test", [2, 1874, 1]], ["screen", [2, 1874, 2]], ["essay", [2, 1874, 3]], ["quiz", [2, 1874, 4]], ["try", [2, 1874, 5]], ["examine", [2, 1874, 6]], ["try out", [2, 1874, 7]]]}, {"answer": "thawed", "hint": "synonyms for thawed", "clues": [["dissolve", [2, 1875, 0]], ["unfreeze", [2, 1875, 1]], ["thaw", [2, 1875, 2]], ["melt", [2, 1875, 3]], ["dethaw", [2, 1875, 4]], ["unthaw", [2, 1875, 5]]]}, {"answer": "thieving", "hint": "synonyms for thieving", "clues": [["glom", [2, 1876, 0]], ["thieve", [2, 1876, 1]], ["knock off", [2, 1876, 2]], ["hook", [2, 1876, 3]], ["cop", [2, 1876, 4]], ["snitch", [2, 1876, 5]]]}, {"answer": "thin", "hint": "synonyms for thin", "clues": [["reduce", [2, 1877, 0]], ["lose weight", [2, 1877, 1]], ["slim", [2, 1877, 2]], ["slim down", [2, 1877, 3]], ["melt off", [2, 1877, 4]], ["slenderize", [2, 1877, 5]], ["dilute", [2, 1877, 6]], ["cut", [2, 1877, 7]], ["thin out", [2, 1877, 8]]]}, {"answer": "thinking", "hint": "synonyms for thinking", "clues": [["think", [2, 1878, 0]], ["recollect", [2, 1878, 1]], ["remember", [2, 1878, 2]], ["cogitate", [2, 1878, 3]], ["opine", [2, 1878, 4]], ["imagine", [2, 1878, 5]], ["suppose", [2, 1878, 6]], ["reckon", [2, 1878, 7]], ["conceive", [2, 1878, 8]], ["call up", [2, 1878, 9]], ["retrieve", [2, 1878, 10]], ["consider", [2, 1878, 11]], ["mean", [2, 1878, 12]], ["cerebrate", [2, 1878, 13]], ["intend", [2, 1878, 14]], ["guess", [2, 1878, 15]], ["call back", [2, 1878, 16]], ["believe", [2, 1878, 17]], ["recall", [2, 1878, 18]]]}, {"answer": "thinned", "hint": "synonyms for thinned", "clues": [["reduce", [2, 1879, 0]], ["lose weight", [2, 1879, 1]], ["thin", [2, 1879, 2]], ["slim", [2, 1879, 3]], ["slim down", [2, 1879, 4]], ["melt off", [2, 1879, 5]], ["slenderize", [2, 1879, 6]], ["dilute", [2, 1879, 7]], ["cut", [2, 1879, 8]], ["thin out", [2, 1879, 9]]]}, {"answer": "threaded", "hint": "synonyms for threaded", "clues": [["weave", [2, 1880, 0]], ["thread", [2, 1880, 1]], ["meander", [2, 1880, 2]], ["draw", [2, 1880, 3]], ["string", [2, 1880, 4]], ["wander", [2, 1880, 5]], ["wind", [2, 1880, 6]]]}, {"answer": "threatened", "hint": "synonyms for threatened", "clues": [["imperil", [2, 1881, 0]], ["threaten", [2, 1881, 1]], ["menace", [2, 1881, 2]], ["peril", [2, 1881, 3]], ["jeopardise", [2, 1881, 4]], ["endanger", [2, 1881, 5]]]}, {"answer": "threatening", "hint": "synonyms for threatening", "clues": [["imperil", [2, 1882, 0]], ["threaten", [2, 1882, 1]], ["menace", [2, 1882, 2]], ["peril", [2, 1882, 3]], ["jeopardise", [2, 1882, 4]], ["endanger", [2, 1882, 5]]]}, {"answer": "thrilled", "hint": "synonyms for thrilled", "clues": [["thrill", [2, 1883, 0]], ["throb", [2, 1883, 1]], ["shudder", [2, 1883, 2]], ["beatify", [2, 1883, 3]], ["exhilarate", [2, 1883, 4]], ["shiver", [2, 1883, 5]], ["tickle pink", [2, 1883, 6]], ["vibrate", [2, 1883, 7]], ["inebriate", [2, 1883, 8]], ["tickle", [2, 1883, 9]], ["exalt", [2, 1883, 10]]]}, {"answer": "thrilling", "hint": "synonyms for thrilling", "clues": [["thrill", [2, 1884, 0]], ["throb", [2, 1884, 1]], ["shudder", [2, 1884, 2]], ["beatify", [2, 1884, 3]], ["exhilarate", [2, 1884, 4]], ["shiver", [2, 1884, 5]], ["tickle pink", [2, 1884, 6]], ["vibrate", [2, 1884, 7]], ["inebriate", [2, 1884, 8]], ["tickle", [2, 1884, 9]], ["exalt", [2, 1884, 10]]]}, {"answer": "thriving", "hint": "synonyms for thriving", "clues": [["flourish", [2, 1885, 0]], ["thrive", [2, 1885, 1]], ["prosper", [2, 1885, 2]], ["fly high", [2, 1885, 3]], ["expand", [2, 1885, 4]], ["boom", [2, 1885, 5]]]}, {"answer": "throbbing", "hint": "synonyms for throbbing", "clues": [["throb", [2, 1886, 0]], ["shudder", [2, 1886, 1]], ["pulse", [2, 1886, 2]], ["pulsate", [2, 1886, 3]], ["shiver", [2, 1886, 4]], ["thrill", [2, 1886, 5]]]}, {"answer": "thronged", "hint": "synonyms for thronged", "clues": [["pack", [2, 1887, 0]], ["mob", [2, 1887, 1]], ["throng", [2, 1887, 2]], ["jam", [2, 1887, 3]], ["pile", [2, 1887, 4]]]}, {"answer": "thrown", "hint": "synonyms for thrown", "clues": [["throw", [2, 1888, 0]], ["give", [2, 1888, 1]], ["fuddle", [2, 1888, 2]], ["thrust", [2, 1888, 3]], ["discombobulate", [2, 1888, 4]], ["cast", [2, 1888, 5]], ["make", [2, 1888, 6]], ["confuse", [2, 1888, 7]], ["bedevil", [2, 1888, 8]], ["bemuse", [2, 1888, 9]], ["confound", [2, 1888, 10]], ["shed", [2, 1888, 11]], ["cast off", [2, 1888, 12]], ["have", [2, 1888, 13]], ["shake off", [2, 1888, 14]], ["switch", [2, 1888, 15]], ["bewilder", [2, 1888, 16]], ["hurl", [2, 1888, 17]], ["throw off", [2, 1888, 18]], ["fox", [2, 1888, 19]], ["flip", [2, 1888, 20]], ["drop", [2, 1888, 21]], ["hold", [2, 1888, 22]], ["project", [2, 1888, 23]], ["contrive", [2, 1888, 24]], ["throw away", [2, 1888, 25]]]}, {"answer": "thudding", "hint": "synonyms for thudding", "clues": [["thud", [2, 1889, 0]], ["thump", [2, 1889, 1]], ["scrunch", [2, 1889, 2]], ["crump", [2, 1889, 3]]]}, {"answer": "thumbed", "hint": "synonyms for thumbed", "clues": [["flip", [2, 1890, 0]], ["riffle", [2, 1890, 1]], ["finger", [2, 1890, 2]], ["hitchhike", [2, 1890, 3]], ["flick", [2, 1890, 4]], ["leaf", [2, 1890, 5]], ["thumb", [2, 1890, 6]], ["riff", [2, 1890, 7]], ["hitch", [2, 1890, 8]]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["thump", [2, 1891, 0]], ["thud", [2, 1891, 1]], ["beat", [2, 1891, 2]], ["poke", [2, 1891, 3]], ["pound", [2, 1891, 4]]]}, {"answer": "thwarted", "hint": "synonyms for thwarted", "clues": [["cross", [2, 1892, 0]], ["foil", [2, 1892, 1]], ["thwart", [2, 1892, 2]], ["spoil", [2, 1892, 3]], ["scotch", [2, 1892, 4]], ["frustrate", [2, 1892, 5]], ["queer", [2, 1892, 6]], ["bilk", [2, 1892, 7]], ["baffle", [2, 1892, 8]]]}, {"answer": "thwarting", "hint": "synonyms for thwarting", "clues": [["cross", [2, 1893, 0]], ["foil", [2, 1893, 1]], ["thwart", [2, 1893, 2]], ["spoil", [2, 1893, 3]], ["scotch", [2, 1893, 4]], ["frustrate", [2, 1893, 5]], ["queer", [2, 1893, 6]], ["bilk", [2, 1893, 7]], ["baffle", [2, 1893, 8]]]}, {"answer": "tickling", "hint": "synonyms for tickling", "clues": [["tickle", [2, 1894, 0]], ["thrill", [2, 1894, 1]], ["vibrate", [2, 1894, 2]], ["vellicate", [2, 1894, 3]], ["titillate", [2, 1894, 4]]]}, {"answer": "tidy", "hint": "synonyms for tidy", "clues": [["square away", [2, 1895, 0]], ["straighten out", [2, 1895, 1]], ["straighten", [2, 1895, 2]], ["neaten", [2, 1895, 3]], ["clean up", [2, 1895, 4]], ["tidy up", [2, 1895, 5]]]}, {"answer": "tied", "hint": "synonyms for tied", "clues": [["marry", [2, 1896, 0]], ["tie", [2, 1896, 1]], ["bind", [2, 1896, 2]], ["link up", [2, 1896, 3]], ["link", [2, 1896, 4]], ["draw", [2, 1896, 5]], ["splice", [2, 1896, 6]], ["wed", [2, 1896, 7]], ["bond", [2, 1896, 8]], ["attach", [2, 1896, 9]], ["connect", [2, 1896, 10]]]}, {"answer": "tilted", "hint": "synonyms for tilted", "clues": [["tilt", [2, 1897, 0]], ["lean", [2, 1897, 1]], ["tip", [2, 1897, 2]], ["slant", [2, 1897, 3]], ["angle", [2, 1897, 4]], ["shift", [2, 1897, 5]], ["wobble", [2, 1897, 6]], ["careen", [2, 1897, 7]], ["cant over", [2, 1897, 8]], ["cant", [2, 1897, 9]], ["pitch", [2, 1897, 10]]]}, {"answer": "tinkling", "hint": "synonyms for tinkling", "clues": [["tink", [2, 1898, 0]], ["tinkle", [2, 1898, 1]], ["clink", [2, 1898, 2]], ["chink", [2, 1898, 3]]]}, {"answer": "tipped", "hint": "synonyms for tipped", "clues": [["bung", [2, 1899, 0]], ["tumble", [2, 1899, 1]], ["tip", [2, 1899, 2]], ["slant", [2, 1899, 3]], ["fee", [2, 1899, 4]], ["tiptoe", [2, 1899, 5]], ["tip off", [2, 1899, 6]], ["lean", [2, 1899, 7]], ["topple", [2, 1899, 8]], ["tilt", [2, 1899, 9]], ["angle", [2, 1899, 10]], ["tap", [2, 1899, 11]]]}, {"answer": "tired", "hint": "synonyms for tired", "clues": [["weary", [2, 1900, 0]], ["tire", [2, 1900, 1]], ["wear upon", [2, 1900, 2]], ["wear out", [2, 1900, 3]], ["outwear", [2, 1900, 4]], ["exhaust", [2, 1900, 5]], ["fag out", [2, 1900, 6]], ["bore", [2, 1900, 7]], ["wear down", [2, 1900, 8]], ["jade", [2, 1900, 9]], ["fatigue", [2, 1900, 10]], ["fag", [2, 1900, 11]], ["play out", [2, 1900, 12]], ["sap", [2, 1900, 13]], ["tire out", [2, 1900, 14]], ["pall", [2, 1900, 15]], ["run down", [2, 1900, 16]]]}, {"answer": "tiring", "hint": "synonyms for tiring", "clues": [["weary", [2, 1901, 0]], ["tire", [2, 1901, 1]], ["wear upon", [2, 1901, 2]], ["wear out", [2, 1901, 3]], ["outwear", [2, 1901, 4]], ["exhaust", [2, 1901, 5]], ["fag out", [2, 1901, 6]], ["bore", [2, 1901, 7]], ["wear down", [2, 1901, 8]], ["jade", [2, 1901, 9]], ["fatigue", [2, 1901, 10]], ["fag", [2, 1901, 11]], ["play out", [2, 1901, 12]], ["sap", [2, 1901, 13]], ["tire out", [2, 1901, 14]], ["pall", [2, 1901, 15]], ["run down", [2, 1901, 16]]]}, {"answer": "toasted", "hint": "synonyms for toasted", "clues": [["pledge", [2, 1902, 0]], ["crisp", [2, 1902, 1]], ["crispen", [2, 1902, 2]], ["salute", [2, 1902, 3]], ["toast", [2, 1902, 4]], ["drink", [2, 1902, 5]], ["wassail", [2, 1902, 6]]]}, {"answer": "togged", "hint": "synonyms for togged", "clues": [["garb", [2, 1903, 0]], ["habilitate", [2, 1903, 1]], ["fit out", [2, 1903, 2]], ["garment", [2, 1903, 3]], ["dress", [2, 1903, 4]], ["enclothe", [2, 1903, 5]], ["raiment", [2, 1903, 6]], ["apparel", [2, 1903, 7]], ["tog", [2, 1903, 8]]]}, {"answer": "toiling", "hint": "synonyms for toiling", "clues": [["fag", [2, 1904, 0]], ["travail", [2, 1904, 1]], ["grind", [2, 1904, 2]], ["dig", [2, 1904, 3]], ["drudge", [2, 1904, 4]], ["toil", [2, 1904, 5]], ["labor", [2, 1904, 6]], ["moil", [2, 1904, 7]]]}, {"answer": "toned", "hint": "synonyms for toned", "clues": [["modulate", [2, 1905, 0]], ["inflect", [2, 1905, 1]], ["tone", [2, 1905, 2]], ["strengthen", [2, 1905, 3]], ["chant", [2, 1905, 4]], ["tone up", [2, 1905, 5]], ["intone", [2, 1905, 6]]]}, {"answer": "top", "hint": "synonyms for top", "clues": [["transcend", [2, 1906, 0]], ["crown", [2, 1906, 1]], ["pass", [2, 1906, 2]], ["lead", [2, 1906, 3]], ["go past", [2, 1906, 4]], ["overstep", [2, 1906, 5]], ["clear", [2, 1906, 6]], ["top off", [2, 1906, 7]], ["pinch", [2, 1906, 8]], ["exceed", [2, 1906, 9]], ["top out", [2, 1906, 10]]]}, {"answer": "topped", "hint": "synonyms for topped", "clues": [["transcend", [2, 1907, 0]], ["crown", [2, 1907, 1]], ["top", [2, 1907, 2]], ["pass", [2, 1907, 3]], ["go past", [2, 1907, 4]], ["clear", [2, 1907, 5]], ["lead", [2, 1907, 6]], ["overstep", [2, 1907, 7]], ["top off", [2, 1907, 8]], ["pinch", [2, 1907, 9]], ["exceed", [2, 1907, 10]], ["top out", [2, 1907, 11]]]}, {"answer": "topping", "hint": "synonyms for topping", "clues": [["transcend", [2, 1908, 0]], ["crown", [2, 1908, 1]], ["top", [2, 1908, 2]], ["pass", [2, 1908, 3]], ["go past", [2, 1908, 4]], ["clear", [2, 1908, 5]], ["lead", [2, 1908, 6]], ["overstep", [2, 1908, 7]], ["top off", [2, 1908, 8]], ["pinch", [2, 1908, 9]], ["exceed", [2, 1908, 10]], ["top out", [2, 1908, 11]]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["transcend", [2, 1909, 0]], ["crown", [2, 1909, 1]], ["top", [2, 1909, 2]], ["pass", [2, 1909, 3]], ["go past", [2, 1909, 4]], ["clear", [2, 1909, 5]], ["lead", [2, 1909, 6]], ["overstep", [2, 1909, 7]], ["top off", [2, 1909, 8]], ["pinch", [2, 1909, 9]], ["exceed", [2, 1909, 10]], ["top out", [2, 1909, 11]]]}, {"answer": "tormented", "hint": "synonyms for tormented", "clues": [["frustrate", [2, 1910, 0]], ["dun", [2, 1910, 1]], ["rack", [2, 1910, 2]], ["torment", [2, 1910, 3]], ["excruciate", [2, 1910, 4]], ["bedevil", [2, 1910, 5]], ["torture", [2, 1910, 6]], ["rag", [2, 1910, 7]], ["crucify", [2, 1910, 8]]]}, {"answer": "torn", "hint": "synonyms for torn", "clues": [["deplumate", [2, 1911, 0]], ["rupture", [2, 1911, 1]], ["buck", [2, 1911, 2]], ["pull", [2, 1911, 3]], ["pluck", [2, 1911, 4]], ["tear", [2, 1911, 5]], ["snap", [2, 1911, 6]], ["shoot", [2, 1911, 7]], ["displume", [2, 1911, 8]], ["bust", [2, 1911, 9]], ["shoot down", [2, 1911, 10]], ["charge", [2, 1911, 11]]]}, {"answer": "tortured", "hint": "synonyms for tortured", "clues": [["torment", [2, 1912, 0]], ["excruciate", [2, 1912, 1]], ["torture", [2, 1912, 2]], ["rack", [2, 1912, 3]]]}, {"answer": "torturing", "hint": "synonyms for torturing", "clues": [["torment", [2, 1913, 0]], ["excruciate", [2, 1913, 1]], ["torture", [2, 1913, 2]], ["rack", [2, 1913, 3]]]}, {"answer": "total", "hint": "synonyms for total", "clues": [["tally", [2, 1914, 0]], ["tot up", [2, 1914, 1]], ["add up", [2, 1914, 2]], ["tot", [2, 1914, 3]], ["add together", [2, 1914, 4]], ["add", [2, 1914, 5]], ["come", [2, 1914, 6]], ["sum", [2, 1914, 7]], ["amount", [2, 1914, 8]], ["sum up", [2, 1914, 9]], ["summate", [2, 1914, 10]], ["number", [2, 1914, 11]]]}, {"answer": "totaled", "hint": "synonyms for totaled", "clues": [["tally", [2, 1915, 0]], ["tot up", [2, 1915, 1]], ["come", [2, 1915, 2]], ["sum", [2, 1915, 3]], ["total", [2, 1915, 4]], ["sum up", [2, 1915, 5]], ["number", [2, 1915, 6]], ["tot", [2, 1915, 7]], ["add up", [2, 1915, 8]], ["add together", [2, 1915, 9]], ["add", [2, 1915, 10]], ["amount", [2, 1915, 11]], ["summate", [2, 1915, 12]]]}, {"answer": "tottering", "hint": "synonyms for tottering", "clues": [["coggle", [2, 1916, 0]], ["paddle", [2, 1916, 1]], ["totter", [2, 1916, 2]], ["teeter", [2, 1916, 3]], ["waddle", [2, 1916, 4]], ["seesaw", [2, 1916, 5]], ["dodder", [2, 1916, 6]], ["toddle", [2, 1916, 7]]]}, {"answer": "touched", "hint": "synonyms for touched", "clues": [["extend to", [2, 1917, 0]], ["contact", [2, 1917, 1]], ["tinct", [2, 1917, 2]], ["touch", [2, 1917, 3]], ["match", [2, 1917, 4]], ["bear upon", [2, 1917, 5]], ["concern", [2, 1917, 6]], ["equal", [2, 1917, 7]], ["refer", [2, 1917, 8]], ["partake", [2, 1917, 9]], ["come to", [2, 1917, 10]], ["rival", [2, 1917, 11]], ["stir", [2, 1917, 12]], ["touch on", [2, 1917, 13]], ["advert", [2, 1917, 14]], ["reach", [2, 1917, 15]], ["tinge", [2, 1917, 16]], ["impact", [2, 1917, 17]], ["affect", [2, 1917, 18]], ["have-to doe with", [2, 1917, 19]], ["meet", [2, 1917, 20]], ["adjoin", [2, 1917, 21]], ["relate", [2, 1917, 22]], ["disturb", [2, 1917, 23]], ["pertain", [2, 1917, 24]], ["allude", [2, 1917, 25]]]}, {"answer": "touching", "hint": "synonyms for touching", "clues": [["extend to", [2, 1918, 0]], ["contact", [2, 1918, 1]], ["tinct", [2, 1918, 2]], ["touch", [2, 1918, 3]], ["match", [2, 1918, 4]], ["bear upon", [2, 1918, 5]], ["concern", [2, 1918, 6]], ["equal", [2, 1918, 7]], ["refer", [2, 1918, 8]], ["partake", [2, 1918, 9]], ["come to", [2, 1918, 10]], ["rival", [2, 1918, 11]], ["stir", [2, 1918, 12]], ["touch on", [2, 1918, 13]], ["advert", [2, 1918, 14]], ["reach", [2, 1918, 15]], ["tinge", [2, 1918, 16]], ["impact", [2, 1918, 17]], ["affect", [2, 1918, 18]], ["have-to doe with", [2, 1918, 19]], ["meet", [2, 1918, 20]], ["adjoin", [2, 1918, 21]], ["relate", [2, 1918, 22]], ["disturb", [2, 1918, 23]], ["pertain", [2, 1918, 24]], ["allude", [2, 1918, 25]]]}, {"answer": "towering", "hint": "synonyms for towering", "clues": [["tower", [2, 1919, 0]], ["hulk", [2, 1919, 1]], ["predominate", [2, 1919, 2]], ["loom", [2, 1919, 3]]]}, {"answer": "tracked", "hint": "synonyms for tracked", "clues": [["get over", [2, 1920, 0]], ["dog", [2, 1920, 1]], ["chase", [2, 1920, 2]], ["chase after", [2, 1920, 3]], ["track", [2, 1920, 4]], ["cross", [2, 1920, 5]], ["get across", [2, 1920, 6]], ["tail", [2, 1920, 7]], ["give chase", [2, 1920, 8]], ["cut through", [2, 1920, 9]], ["pass over", [2, 1920, 10]], ["cut across", [2, 1920, 11]], ["traverse", [2, 1920, 12]], ["cover", [2, 1920, 13]], ["tag", [2, 1920, 14]], ["go after", [2, 1920, 15]]]}, {"answer": "trained", "hint": "synonyms for trained", "clues": [["train", [2, 1921, 0]], ["civilise", [2, 1921, 1]], ["direct", [2, 1921, 2]], ["prepare", [2, 1921, 3]], ["educate", [2, 1921, 4]], ["cultivate", [2, 1921, 5]], ["discipline", [2, 1921, 6]], ["school", [2, 1921, 7]], ["take aim", [2, 1921, 8]], ["groom", [2, 1921, 9]], ["trail", [2, 1921, 10]], ["coach", [2, 1921, 11]], ["develop", [2, 1921, 12]], ["condition", [2, 1921, 13]], ["take", [2, 1921, 14]], ["check", [2, 1921, 15]], ["aim", [2, 1921, 16]]]}, {"answer": "tranquilizing", "hint": "synonyms for tranquilizing", "clues": [["tranquilize", [2, 1922, 0]], ["lull", [2, 1922, 1]], ["calm down", [2, 1922, 2]], ["quiet", [2, 1922, 3]], ["sedate", [2, 1922, 4]], ["still", [2, 1922, 5]], ["calm", [2, 1922, 6]], ["quieten", [2, 1922, 7]]]}, {"answer": "tranquillising", "hint": "synonyms for tranquillising", "clues": [["tranquilize", [2, 1923, 0]], ["lull", [2, 1923, 1]], ["calm down", [2, 1923, 2]], ["quiet", [2, 1923, 3]], ["sedate", [2, 1923, 4]], ["still", [2, 1923, 5]], ["calm", [2, 1923, 6]], ["quieten", [2, 1923, 7]]]}, {"answer": "tranquillizing", "hint": "synonyms for tranquillizing", "clues": [["tranquilize", [2, 1924, 0]], ["lull", [2, 1924, 1]], ["calm down", [2, 1924, 2]], ["quiet", [2, 1924, 3]], ["sedate", [2, 1924, 4]], ["still", [2, 1924, 5]], ["calm", [2, 1924, 6]], ["quieten", [2, 1924, 7]]]}, {"answer": "transfixed", "hint": "synonyms for transfixed", "clues": [["empale", [2, 1925, 0]], ["fascinate", [2, 1925, 1]], ["spellbind", [2, 1925, 2]], ["grip", [2, 1925, 3]], ["transfix", [2, 1925, 4]], ["spike", [2, 1925, 5]], ["impale", [2, 1925, 6]]]}, {"answer": "transformed", "hint": "synonyms for transformed", "clues": [["transmute", [2, 1926, 0]], ["transform", [2, 1926, 1]], ["translate", [2, 1926, 2]], ["transubstantiate", [2, 1926, 3]], ["metamorphose", [2, 1926, 4]]]}, {"answer": "transmitted", "hint": "synonyms for transmitted", "clues": [["air", [2, 1927, 0]], ["send", [2, 1927, 1]], ["transmit", [2, 1927, 2]], ["carry", [2, 1927, 3]], ["transport", [2, 1927, 4]], ["broadcast", [2, 1927, 5]], ["convey", [2, 1927, 6]], ["channelise", [2, 1927, 7]], ["channel", [2, 1927, 8]], ["impart", [2, 1927, 9]], ["conduct", [2, 1927, 10]], ["communicate", [2, 1927, 11]], ["transfer", [2, 1927, 12]], ["beam", [2, 1927, 13]]]}, {"answer": "transposed", "hint": "synonyms for transposed", "clues": [["transplant", [2, 1928, 0]], ["transpose", [2, 1928, 1]], ["interchange", [2, 1928, 2]], ["transfer", [2, 1928, 3]], ["commute", [2, 1928, 4]], ["permute", [2, 1928, 5]], ["counterchange", [2, 1928, 6]]]}, {"answer": "trapped", "hint": "synonyms for trapped", "clues": [["trap", [2, 1929, 0]], ["snare", [2, 1929, 1]], ["trammel", [2, 1929, 2]], ["immobilise", [2, 1929, 3]], ["pin down", [2, 1929, 4]], ["pin", [2, 1929, 5]], ["ensnare", [2, 1929, 6]], ["entrap", [2, 1929, 7]]]}, {"answer": "traveled", "hint": "synonyms for traveled", "clues": [["journey", [2, 1930, 0]], ["jaunt", [2, 1930, 1]], ["travel", [2, 1930, 2]], ["locomote", [2, 1930, 3]], ["trip", [2, 1930, 4]], ["move around", [2, 1930, 5]], ["go", [2, 1930, 6]], ["move", [2, 1930, 7]]]}, {"answer": "travelled", "hint": "synonyms for travelled", "clues": [["journey", [2, 1931, 0]], ["jaunt", [2, 1931, 1]], ["travel", [2, 1931, 2]], ["locomote", [2, 1931, 3]], ["trip", [2, 1931, 4]], ["move around", [2, 1931, 5]], ["go", [2, 1931, 6]], ["move", [2, 1931, 7]]]}, {"answer": "treasured", "hint": "synonyms for treasured", "clues": [["appreciate", [2, 1932, 0]], ["treasure", [2, 1932, 1]], ["prize", [2, 1932, 2]], ["care for", [2, 1932, 3]], ["hold dear", [2, 1932, 4]], ["cherish", [2, 1932, 5]], ["value", [2, 1932, 6]]]}, {"answer": "treated", "hint": "synonyms for treated", "clues": [["address", [2, 1933, 0]], ["treat", [2, 1933, 1]], ["process", [2, 1933, 2]], ["plow", [2, 1933, 3]], ["deal", [2, 1933, 4]], ["regale", [2, 1933, 5]], ["cover", [2, 1933, 6]], ["handle", [2, 1933, 7]], ["do by", [2, 1933, 8]], ["care for", [2, 1933, 9]]]}, {"answer": "trespassing", "hint": "synonyms for trespassing", "clues": [["trespass", [2, 1934, 0]], ["take advantage", [2, 1934, 1]], ["transgress", [2, 1934, 2]], ["overstep", [2, 1934, 3]], ["sin", [2, 1934, 4]], ["intrude", [2, 1934, 5]]]}, {"answer": "tried", "hint": "synonyms for tried", "clues": [["attempt", [2, 1935, 0]], ["render", [2, 1935, 1]], ["prove", [2, 1935, 2]], ["test", [2, 1935, 3]], ["try", [2, 1935, 4]], ["essay", [2, 1935, 5]], ["try on", [2, 1935, 6]], ["judge", [2, 1935, 7]], ["hear", [2, 1935, 8]], ["assay", [2, 1935, 9]], ["strain", [2, 1935, 10]], ["adjudicate", [2, 1935, 11]], ["stress", [2, 1935, 12]], ["taste", [2, 1935, 13]], ["seek", [2, 1935, 14]], ["sample", [2, 1935, 15]], ["examine", [2, 1935, 16]], ["try out", [2, 1935, 17]]]}, {"answer": "trifling", "hint": "synonyms for trifling", "clues": [["trifle", [2, 1936, 0]], ["wanton", [2, 1936, 1]], ["frivol", [2, 1936, 2]], ["piddle", [2, 1936, 3]], ["play", [2, 1936, 4]], ["wanton away", [2, 1936, 5]], ["piddle away", [2, 1936, 6]], ["dally", [2, 1936, 7]]]}, {"answer": "trim", "hint": "synonyms for trim", "clues": [["cut", [2, 1937, 0]], ["dress", [2, 1937, 1]], ["cut down", [2, 1937, 2]], ["cut back", [2, 1937, 3]], ["clip", [2, 1937, 4]], ["shave", [2, 1937, 5]], ["crop", [2, 1937, 6]], ["reduce", [2, 1937, 7]], ["bring down", [2, 1937, 8]], ["garnish", [2, 1937, 9]], ["snip", [2, 1937, 10]], ["prune", [2, 1937, 11]], ["lop", [2, 1937, 12]], ["trim back", [2, 1937, 13]], ["trim down", [2, 1937, 14]], ["pare", [2, 1937, 15]]]}, {"answer": "trimmed", "hint": "synonyms for trimmed", "clues": [["cut", [2, 1938, 0]], ["dress", [2, 1938, 1]], ["trim", [2, 1938, 2]], ["cut back", [2, 1938, 3]], ["shave", [2, 1938, 4]], ["crop", [2, 1938, 5]], ["snip", [2, 1938, 6]], ["prune", [2, 1938, 7]], ["trim back", [2, 1938, 8]], ["cut down", [2, 1938, 9]], ["clip", [2, 1938, 10]], ["reduce", [2, 1938, 11]], ["bring down", [2, 1938, 12]], ["garnish", [2, 1938, 13]], ["lop", [2, 1938, 14]], ["trim down", [2, 1938, 15]], ["pare", [2, 1938, 16]]]}, {"answer": "tripping", "hint": "synonyms for tripping", "clues": [["trip out", [2, 1939, 0]], ["trip up", [2, 1939, 1]], ["jaunt", [2, 1939, 2]], ["spark", [2, 1939, 3]], ["trip", [2, 1939, 4]], ["trigger off", [2, 1939, 5]], ["spark off", [2, 1939, 6]], ["turn on", [2, 1939, 7]], ["activate", [2, 1939, 8]], ["actuate", [2, 1939, 9]], ["stumble", [2, 1939, 10]], ["travel", [2, 1939, 11]], ["set off", [2, 1939, 12]], ["trigger", [2, 1939, 13]], ["touch off", [2, 1939, 14]]]}, {"answer": "troubled", "hint": "synonyms for troubled", "clues": [["trouble", [2, 1940, 0]], ["disquiet", [2, 1940, 1]], ["discommode", [2, 1940, 2]], ["disorder", [2, 1940, 3]], ["trouble oneself", [2, 1940, 4]], ["bother", [2, 1940, 5]], ["inconvenience", [2, 1940, 6]], ["cark", [2, 1940, 7]], ["upset", [2, 1940, 8]], ["put out", [2, 1940, 9]], ["incommode", [2, 1940, 10]], ["inconvenience oneself", [2, 1940, 11]], ["disoblige", [2, 1940, 12]], ["perturb", [2, 1940, 13]], ["disturb", [2, 1940, 14]], ["distract", [2, 1940, 15]], ["unhinge", [2, 1940, 16]], ["pain", [2, 1940, 17]], ["ail", [2, 1940, 18]]]}, {"answer": "troubling", "hint": "synonyms for troubling", "clues": [["trouble", [2, 1941, 0]], ["disquiet", [2, 1941, 1]], ["discommode", [2, 1941, 2]], ["disorder", [2, 1941, 3]], ["trouble oneself", [2, 1941, 4]], ["bother", [2, 1941, 5]], ["inconvenience", [2, 1941, 6]], ["cark", [2, 1941, 7]], ["upset", [2, 1941, 8]], ["put out", [2, 1941, 9]], ["incommode", [2, 1941, 10]], ["inconvenience oneself", [2, 1941, 11]], ["disoblige", [2, 1941, 12]], ["perturb", [2, 1941, 13]], ["disturb", [2, 1941, 14]], ["distract", [2, 1941, 15]], ["unhinge", [2, 1941, 16]], ["pain", [2, 1941, 17]], ["ail", [2, 1941, 18]]]}, {"answer": "trussed", "hint": "synonyms for trussed", "clues": [["truss", [2, 1942, 0]], ["tie down", [2, 1942, 1]], ["bind", [2, 1942, 2]], ["tie up", [2, 1942, 3]]]}, {"answer": "trusted", "hint": "synonyms for trusted", "clues": [["believe", [2, 1943, 0]], ["trust", [2, 1943, 1]], ["confide", [2, 1943, 2]], ["swear", [2, 1943, 3]], ["commit", [2, 1943, 4]], ["intrust", [2, 1943, 5]], ["hope", [2, 1943, 6]], ["rely", [2, 1943, 7]], ["bank", [2, 1943, 8]], ["desire", [2, 1943, 9]]]}, {"answer": "trusting", "hint": "synonyms for trusting", "clues": [["believe", [2, 1944, 0]], ["trust", [2, 1944, 1]], ["confide", [2, 1944, 2]], ["swear", [2, 1944, 3]], ["commit", [2, 1944, 4]], ["intrust", [2, 1944, 5]], ["hope", [2, 1944, 6]], ["rely", [2, 1944, 7]], ["bank", [2, 1944, 8]], ["desire", [2, 1944, 9]]]}, {"answer": "trying", "hint": "synonyms for trying", "clues": [["attempt", [2, 1945, 0]], ["render", [2, 1945, 1]], ["prove", [2, 1945, 2]], ["test", [2, 1945, 3]], ["try", [2, 1945, 4]], ["essay", [2, 1945, 5]], ["try on", [2, 1945, 6]], ["judge", [2, 1945, 7]], ["hear", [2, 1945, 8]], ["assay", [2, 1945, 9]], ["strain", [2, 1945, 10]], ["adjudicate", [2, 1945, 11]], ["stress", [2, 1945, 12]], ["taste", [2, 1945, 13]], ["seek", [2, 1945, 14]], ["sample", [2, 1945, 15]], ["examine", [2, 1945, 16]], ["try out", [2, 1945, 17]]]}, {"answer": "tucked", "hint": "synonyms for tucked", "clues": [["tuck", [2, 1946, 0]], ["gather", [2, 1946, 1]], ["pucker", [2, 1946, 2]], ["insert", [2, 1946, 3]]]}, {"answer": "turned", "hint": "synonyms for turned", "clues": [["turn", [2, 1947, 0]], ["reverse", [2, 1947, 1]], ["grow", [2, 1947, 2]], ["become", [2, 1947, 3]], ["work", [2, 1947, 4]], ["change state", [2, 1947, 5]], ["deform", [2, 1947, 6]], ["wrench", [2, 1947, 7]], ["change by reversal", [2, 1947, 8]], ["twist", [2, 1947, 9]], ["sour", [2, 1947, 10]], ["wrick", [2, 1947, 11]], ["turn over", [2, 1947, 12]], ["plough", [2, 1947, 13]], ["flex", [2, 1947, 14]], ["bend", [2, 1947, 15]], ["release", [2, 1947, 16]], ["plow", [2, 1947, 17]], ["move around", [2, 1947, 18]], ["sprain", [2, 1947, 19]], ["ferment", [2, 1947, 20]], ["call on", [2, 1947, 21]]]}, {"answer": "twin", "hint": "synonyms for twin", "clues": [["parallel", [2, 1948, 0]], ["mate", [2, 1948, 1]], ["couple", [2, 1948, 2]], ["duplicate", [2, 1948, 3]], ["match", [2, 1948, 4]], ["pair", [2, 1948, 5]]]}, {"answer": "twinkling", "hint": "synonyms for twinkling", "clues": [["flash", [2, 1949, 0]], ["winkle", [2, 1949, 1]], ["scintillate", [2, 1949, 2]], ["wink", [2, 1949, 3]], ["blink", [2, 1949, 4]]]}, {"answer": "twinned", "hint": "synonyms for twinned", "clues": [["twin", [2, 1950, 0]], ["couple", [2, 1950, 1]], ["mate", [2, 1950, 2]], ["match", [2, 1950, 3]], ["duplicate", [2, 1950, 4]], ["pair", [2, 1950, 5]], ["parallel", [2, 1950, 6]]]}, {"answer": "twinning", "hint": "synonyms for twinning", "clues": [["twin", [2, 1951, 0]], ["couple", [2, 1951, 1]], ["mate", [2, 1951, 2]], ["match", [2, 1951, 3]], ["duplicate", [2, 1951, 4]], ["pair", [2, 1951, 5]], ["parallel", [2, 1951, 6]]]}, {"answer": "twisted", "hint": "synonyms for twisted", "clues": [["flex", [2, 1952, 0]], ["wrench", [2, 1952, 1]], ["bend", [2, 1952, 2]], ["wind", [2, 1952, 3]], ["twine", [2, 1952, 4]], ["twist", [2, 1952, 5]], ["squirm", [2, 1952, 6]], ["distort", [2, 1952, 7]], ["convolute", [2, 1952, 8]], ["sprain", [2, 1952, 9]], ["pervert", [2, 1952, 10]], ["sophisticate", [2, 1952, 11]], ["deform", [2, 1952, 12]], ["wrestle", [2, 1952, 13]], ["turn", [2, 1952, 14]], ["curve", [2, 1952, 15]], ["twist around", [2, 1952, 16]], ["wriggle", [2, 1952, 17]], ["wrick", [2, 1952, 18]], ["writhe", [2, 1952, 19]], ["worm", [2, 1952, 20]]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["flex", [2, 1953, 0]], ["wrench", [2, 1953, 1]], ["bend", [2, 1953, 2]], ["wind", [2, 1953, 3]], ["twine", [2, 1953, 4]], ["twist", [2, 1953, 5]], ["squirm", [2, 1953, 6]], ["distort", [2, 1953, 7]], ["convolute", [2, 1953, 8]], ["sprain", [2, 1953, 9]], ["pervert", [2, 1953, 10]], ["sophisticate", [2, 1953, 11]], ["deform", [2, 1953, 12]], ["wrestle", [2, 1953, 13]], ["turn", [2, 1953, 14]], ["curve", [2, 1953, 15]], ["twist around", [2, 1953, 16]], ["wriggle", [2, 1953, 17]], ["wrick", [2, 1953, 18]], ["writhe", [2, 1953, 19]], ["worm", [2, 1953, 20]]]}, {"answer": "unbending", "hint": "synonyms for unbending", "clues": [["unbend", [2, 1954, 0]], ["decompress", [2, 1954, 1]], ["unwind", [2, 1954, 2]], ["relax", [2, 1954, 3]], ["straighten", [2, 1954, 4]], ["slow down", [2, 1954, 5]], ["loosen up", [2, 1954, 6]]]}, {"answer": "unbent", "hint": "synonyms for unbent", "clues": [["unbend", [2, 1955, 0]], ["decompress", [2, 1955, 1]], ["unwind", [2, 1955, 2]], ["relax", [2, 1955, 3]], ["straighten", [2, 1955, 4]], ["slow down", [2, 1955, 5]], ["loosen up", [2, 1955, 6]]]}, {"answer": "unclad", "hint": "synonyms for unclad", "clues": [["uncase", [2, 1956, 0]], ["peel", [2, 1956, 1]], ["strip", [2, 1956, 2]], ["disrobe", [2, 1956, 3]], ["unclothe", [2, 1956, 4]], ["undress", [2, 1956, 5]], ["discase", [2, 1956, 6]], ["strip down", [2, 1956, 7]]]}, {"answer": "unclothed", "hint": "synonyms for unclothed", "clues": [["uncase", [2, 1957, 0]], ["peel", [2, 1957, 1]], ["strip", [2, 1957, 2]], ["disrobe", [2, 1957, 3]], ["unclothe", [2, 1957, 4]], ["undress", [2, 1957, 5]], ["discase", [2, 1957, 6]], ["strip down", [2, 1957, 7]]]}, {"answer": "uncovered", "hint": "synonyms for uncovered", "clues": [["unveil", [2, 1958, 0]], ["reveal", [2, 1958, 1]], ["uncover", [2, 1958, 2]], ["bring out", [2, 1958, 3]], ["expose", [2, 1958, 4]]]}, {"answer": "understanding", "hint": "synonyms for understanding", "clues": [["sympathise", [2, 1959, 0]], ["understand", [2, 1959, 1]], ["translate", [2, 1959, 2]], ["interpret", [2, 1959, 3]], ["realise", [2, 1959, 4]], ["see", [2, 1959, 5]], ["empathise", [2, 1959, 6]], ["read", [2, 1959, 7]], ["infer", [2, 1959, 8]]]}, {"answer": "understood", "hint": "synonyms for understood", "clues": [["sympathise", [2, 1960, 0]], ["understand", [2, 1960, 1]], ["translate", [2, 1960, 2]], ["interpret", [2, 1960, 3]], ["realise", [2, 1960, 4]], ["see", [2, 1960, 5]], ["empathise", [2, 1960, 6]], ["read", [2, 1960, 7]], ["infer", [2, 1960, 8]]]}, {"answer": "undone", "hint": "synonyms for undone", "clues": [["untie", [2, 1961, 0]], ["undo", [2, 1961, 1]], ["unwrap", [2, 1961, 2]], ["unmake", [2, 1961, 3]], ["loosen", [2, 1961, 4]]]}, {"answer": "undressed", "hint": "synonyms for undressed", "clues": [["uncase", [2, 1962, 0]], ["peel", [2, 1962, 1]], ["strip", [2, 1962, 2]], ["divest", [2, 1962, 3]], ["disrobe", [2, 1962, 4]], ["undress", [2, 1962, 5]], ["disinvest", [2, 1962, 6]], ["unclothe", [2, 1962, 7]], ["discase", [2, 1962, 8]], ["strip down", [2, 1962, 9]]]}, {"answer": "undulate", "hint": "synonyms for undulate", "clues": [["ripple", [2, 1963, 0]], ["riffle", [2, 1963, 1]], ["wave", [2, 1963, 2]], ["flap", [2, 1963, 3]], ["cockle", [2, 1963, 4]], ["roll", [2, 1963, 5]], ["ruffle", [2, 1963, 6]]]}, {"answer": "unfrozen", "hint": "synonyms for unfrozen", "clues": [["dissolve", [2, 1964, 0]], ["unblock", [2, 1964, 1]], ["thaw", [2, 1964, 2]], ["release", [2, 1964, 3]], ["dethaw", [2, 1964, 4]], ["unfreeze", [2, 1964, 5]], ["free", [2, 1964, 6]], ["melt", [2, 1964, 7]], ["unthaw", [2, 1964, 8]]]}, {"answer": "unhinged", "hint": "synonyms for unhinged", "clues": [["unhinge", [2, 1965, 0]], ["trouble", [2, 1965, 1]], ["perturb", [2, 1965, 2]], ["disquiet", [2, 1965, 3]], ["distract", [2, 1965, 4]], ["cark", [2, 1965, 5]], ["disorder", [2, 1965, 6]]]}, {"answer": "unified", "hint": "synonyms for unified", "clues": [["merge", [2, 1966, 0]], ["mingle", [2, 1966, 1]], ["unify", [2, 1966, 2]], ["unite", [2, 1966, 3]], ["mix", [2, 1966, 4]], ["commix", [2, 1966, 5]], ["amalgamate", [2, 1966, 6]]]}, {"answer": "unifying", "hint": "synonyms for unifying", "clues": [["merge", [2, 1967, 0]], ["mingle", [2, 1967, 1]], ["unify", [2, 1967, 2]], ["unite", [2, 1967, 3]], ["mix", [2, 1967, 4]], ["commix", [2, 1967, 5]], ["amalgamate", [2, 1967, 6]]]}, {"answer": "united", "hint": "synonyms for united", "clues": [["merge", [2, 1968, 0]], ["unify", [2, 1968, 1]], ["unite", [2, 1968, 2]], ["combine", [2, 1968, 3]], ["join", [2, 1968, 4]], ["link up", [2, 1968, 5]], ["link", [2, 1968, 6]], ["connect", [2, 1968, 7]]]}, {"answer": "unloaded", "hint": "synonyms for unloaded", "clues": [["unload", [2, 1969, 0]], ["drop", [2, 1969, 1]], ["offload", [2, 1969, 2]], ["drop off", [2, 1969, 3]], ["unlade", [2, 1969, 4]], ["set down", [2, 1969, 5]], ["discharge", [2, 1969, 6]], ["put down", [2, 1969, 7]]]}, {"answer": "unnerved", "hint": "synonyms for unnerved", "clues": [["faze", [2, 1970, 0]], ["unsettle", [2, 1970, 1]], ["unnerve", [2, 1970, 2]], ["enervate", [2, 1970, 3]]]}, {"answer": "unnerving", "hint": "synonyms for unnerving", "clues": [["faze", [2, 1971, 0]], ["unsettle", [2, 1971, 1]], ["unnerve", [2, 1971, 2]], ["enervate", [2, 1971, 3]]]}, {"answer": "unsaid", "hint": "synonyms for unsaid", "clues": [["swallow", [2, 1972, 0]], ["withdraw", [2, 1972, 1]], ["take back", [2, 1972, 2]], ["unsay", [2, 1972, 3]]]}, {"answer": "unsettled", "hint": "synonyms for unsettled", "clues": [["faze", [2, 1973, 0]], ["unsettle", [2, 1973, 1]], ["unnerve", [2, 1973, 2]], ["enervate", [2, 1973, 3]]]}, {"answer": "unsexed", "hint": "synonyms for unsexed", "clues": [["unsex", [2, 1974, 0]], ["desexualise", [2, 1974, 1]], ["fix", [2, 1974, 2]], ["sterilise", [2, 1974, 3]], ["desex", [2, 1974, 4]]]}, {"answer": "unstrained", "hint": "synonyms for unstrained", "clues": [["loosen up", [2, 1975, 0]], ["relax", [2, 1975, 1]], ["make relaxed", [2, 1975, 2]], ["unwind", [2, 1975, 3]], ["unstrain", [2, 1975, 4]], ["unlax", [2, 1975, 5]]]}, {"answer": "untangled", "hint": "synonyms for untangled", "clues": [["extricate", [2, 1976, 0]], ["untangle", [2, 1976, 1]], ["disentangle", [2, 1976, 2]], ["disencumber", [2, 1976, 3]], ["unscramble", [2, 1976, 4]], ["unpick", [2, 1976, 5]], ["unravel", [2, 1976, 6]], ["unknot", [2, 1976, 7]]]}, {"answer": "unthawed", "hint": "synonyms for unthawed", "clues": [["dissolve", [2, 1977, 0]], ["unfreeze", [2, 1977, 1]], ["thaw", [2, 1977, 2]], ["melt", [2, 1977, 3]], ["dethaw", [2, 1977, 4]], ["unthaw", [2, 1977, 5]]]}, {"answer": "untied", "hint": "synonyms for untied", "clues": [["untie", [2, 1978, 0]], ["unlace", [2, 1978, 1]], ["unbrace", [2, 1978, 2]], ["undo", [2, 1978, 3]], ["loosen", [2, 1978, 4]]]}, {"answer": "unveiled", "hint": "synonyms for unveiled", "clues": [["unveil", [2, 1979, 0]], ["reveal", [2, 1979, 1]], ["uncover", [2, 1979, 2]], ["bring out", [2, 1979, 3]]]}, {"answer": "unwrapped", "hint": "synonyms for unwrapped", "clues": [["undo", [2, 1980, 0]], ["expose", [2, 1980, 1]], ["unwrap", [2, 1980, 2]], ["break", [2, 1980, 3]], ["give away", [2, 1980, 4]], ["discover", [2, 1980, 5]], ["bring out", [2, 1980, 6]], ["divulge", [2, 1980, 7]], ["reveal", [2, 1980, 8]], ["disclose", [2, 1980, 9]], ["let out", [2, 1980, 10]], ["let on", [2, 1980, 11]]]}, {"answer": "uplifted", "hint": "synonyms for uplifted", "clues": [["intoxicate", [2, 1981, 0]], ["lift up", [2, 1981, 1]], ["elate", [2, 1981, 2]], ["uplift", [2, 1981, 3]], ["pick up", [2, 1981, 4]]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["tip over", [2, 1982, 0]], ["turn over", [2, 1982, 1]], ["swage", [2, 1982, 2]], ["knock over", [2, 1982, 3]], ["discomfit", [2, 1982, 4]], ["trouble", [2, 1982, 5]], ["bowl over", [2, 1982, 6]], ["disturb", [2, 1982, 7]], ["tump over", [2, 1982, 8]], ["disconcert", [2, 1982, 9]], ["discompose", [2, 1982, 10]], ["untune", [2, 1982, 11]], ["overturn", [2, 1982, 12]]]}, {"answer": "upsetting", "hint": "synonyms for upsetting", "clues": [["tip over", [2, 1983, 0]], ["upset", [2, 1983, 1]], ["discomfit", [2, 1983, 2]], ["untune", [2, 1983, 3]], ["tump over", [2, 1983, 4]], ["turn over", [2, 1983, 5]], ["swage", [2, 1983, 6]], ["disconcert", [2, 1983, 7]], ["knock over", [2, 1983, 8]], ["trouble", [2, 1983, 9]], ["bowl over", [2, 1983, 10]], ["disturb", [2, 1983, 11]], ["discompose", [2, 1983, 12]], ["overturn", [2, 1983, 13]]]}, {"answer": "used", "hint": "synonyms for used", "clues": [["practice", [2, 1984, 0]], ["use", [2, 1984, 1]], ["habituate", [2, 1984, 2]], ["expend", [2, 1984, 3]], ["apply", [2, 1984, 4]], ["employ", [2, 1984, 5]], ["utilize", [2, 1984, 6]]]}, {"answer": "utilised", "hint": "synonyms for utilised", "clues": [["employ", [2, 1985, 0]], ["use", [2, 1985, 1]], ["utilize", [2, 1985, 2]], ["apply", [2, 1985, 3]]]}, {"answer": "utilized", "hint": "synonyms for utilized", "clues": [["employ", [2, 1986, 0]], ["utilize", [2, 1986, 1]], ["use", [2, 1986, 2]], ["apply", [2, 1986, 3]]]}, {"answer": "utter", "hint": "synonyms for utter", "clues": [["verbalize", [2, 1987, 0]], ["give tongue to", [2, 1987, 1]], ["let out", [2, 1987, 2]], ["talk", [2, 1987, 3]], ["emit", [2, 1987, 4]], ["let loose", [2, 1987, 5]], ["mouth", [2, 1987, 6]], ["express", [2, 1987, 7]], ["speak", [2, 1987, 8]]]}, {"answer": "uttered", "hint": "synonyms for uttered", "clues": [["utter", [2, 1988, 0]], ["verbalize", [2, 1988, 1]], ["give tongue to", [2, 1988, 2]], ["let out", [2, 1988, 3]], ["talk", [2, 1988, 4]], ["emit", [2, 1988, 5]], ["let loose", [2, 1988, 6]], ["mouth", [2, 1988, 7]], ["express", [2, 1988, 8]], ["speak", [2, 1988, 9]]]}, {"answer": "vacillating", "hint": "synonyms for vacillating", "clues": [["oscillate", [2, 1989, 0]], ["waver", [2, 1989, 1]], ["hover", [2, 1989, 2]], ["vibrate", [2, 1989, 3]], ["vacillate", [2, 1989, 4]], ["fluctuate", [2, 1989, 5]]]}, {"answer": "vagabond", "hint": "synonyms for vagabond", "clues": [["drift", [2, 1990, 0]], ["rove", [2, 1990, 1]], ["tramp", [2, 1990, 2]], ["roll", [2, 1990, 3]], ["wander", [2, 1990, 4]], ["stray", [2, 1990, 5]], ["cast", [2, 1990, 6]], ["swan", [2, 1990, 7]], ["roam", [2, 1990, 8]], ["ramble", [2, 1990, 9]], ["range", [2, 1990, 10]]]}, {"answer": "valued", "hint": "synonyms for valued", "clues": [["value", [2, 1991, 0]], ["appreciate", [2, 1991, 1]], ["measure", [2, 1991, 2]], ["esteem", [2, 1991, 3]], ["assess", [2, 1991, 4]], ["evaluate", [2, 1991, 5]], ["respect", [2, 1991, 6]], ["appraise", [2, 1991, 7]], ["treasure", [2, 1991, 8]], ["prize", [2, 1991, 9]], ["rate", [2, 1991, 10]], ["prise", [2, 1991, 11]]]}, {"answer": "vanished", "hint": "synonyms for vanished", "clues": [["fly", [2, 1992, 0]], ["vanish", [2, 1992, 1]], ["fell", [2, 1992, 2]], ["go away", [2, 1992, 3]], ["disappear", [2, 1992, 4]], ["vaporize", [2, 1992, 5]]]}, {"answer": "vaporized", "hint": "synonyms for vaporized", "clues": [["vaporize", [2, 1993, 0]], ["evaporate", [2, 1993, 1]], ["aerify", [2, 1993, 2]], ["zap", [2, 1993, 3]], ["vanish", [2, 1993, 4]], ["gasify", [2, 1993, 5]], ["fly", [2, 1993, 6]]]}, {"answer": "varied", "hint": "synonyms for varied", "clues": [["variegate", [2, 1994, 0]], ["deviate", [2, 1994, 1]], ["motley", [2, 1994, 2]], ["alter", [2, 1994, 3]], ["vary", [2, 1994, 4]], ["diverge", [2, 1994, 5]], ["change", [2, 1994, 6]], ["depart", [2, 1994, 7]]]}, {"answer": "varying", "hint": "synonyms for varying", "clues": [["variegate", [2, 1995, 0]], ["deviate", [2, 1995, 1]], ["motley", [2, 1995, 2]], ["alter", [2, 1995, 3]], ["vary", [2, 1995, 4]], ["diverge", [2, 1995, 5]], ["change", [2, 1995, 6]], ["depart", [2, 1995, 7]]]}, {"answer": "veiled", "hint": "synonyms for veiled", "clues": [["hide", [2, 1996, 0]], ["obliterate", [2, 1996, 1]], ["obscure", [2, 1996, 2]], ["blot out", [2, 1996, 3]], ["veil", [2, 1996, 4]]]}, {"answer": "venerating", "hint": "synonyms for venerating", "clues": [["venerate", [2, 1997, 0]], ["fear", [2, 1997, 1]], ["reverence", [2, 1997, 2]], ["revere", [2, 1997, 3]]]}, {"answer": "vented", "hint": "synonyms for vented", "clues": [["ventilate", [2, 1998, 0]], ["vent", [2, 1998, 1]], ["air", [2, 1998, 2]], ["give vent", [2, 1998, 3]], ["air out", [2, 1998, 4]]]}, {"answer": "ventilated", "hint": "synonyms for ventilated", "clues": [["air", [2, 1999, 0]], ["give vent", [2, 1999, 1]], ["air out", [2, 1999, 2]], ["ventilate", [2, 1999, 3]], ["vent", [2, 1999, 4]]]}, {"answer": "verbalised", "hint": "synonyms for verbalised", "clues": [["utter", [2, 2000, 0]], ["verbalize", [2, 2000, 1]], ["give tongue to", [2, 2000, 2]], ["talk", [2, 2000, 3]], ["mouth", [2, 2000, 4]], ["express", [2, 2000, 5]], ["speak", [2, 2000, 6]]]}, {"answer": "verbalized", "hint": "synonyms for verbalized", "clues": [["utter", [2, 2001, 0]], ["verbalize", [2, 2001, 1]], ["give tongue to", [2, 2001, 2]], ["talk", [2, 2001, 3]], ["mouth", [2, 2001, 4]], ["express", [2, 2001, 5]], ["speak", [2, 2001, 6]]]}, {"answer": "verified", "hint": "synonyms for verified", "clues": [["affirm", [2, 2002, 0]], ["control", [2, 2002, 1]], ["verify", [2, 2002, 2]], ["swan", [2, 2002, 3]], ["avow", [2, 2002, 4]], ["assert", [2, 2002, 5]], ["aver", [2, 2002, 6]], ["swear", [2, 2002, 7]]]}, {"answer": "verifying", "hint": "synonyms for verifying", "clues": [["affirm", [2, 2003, 0]], ["control", [2, 2003, 1]], ["verify", [2, 2003, 2]], ["swan", [2, 2003, 3]], ["avow", [2, 2003, 4]], ["assert", [2, 2003, 5]], ["aver", [2, 2003, 6]], ["swear", [2, 2003, 7]]]}, {"answer": "vested", "hint": "synonyms for vested", "clues": [["vest", [2, 2004, 0]], ["robe", [2, 2004, 1]], ["invest", [2, 2004, 2]], ["enthrone", [2, 2004, 3]]]}, {"answer": "vexed", "hint": "synonyms for vexed", "clues": [["disturb", [2, 2005, 0]], ["mystify", [2, 2005, 1]], ["commove", [2, 2005, 2]], ["puzzle", [2, 2005, 3]], ["get at", [2, 2005, 4]], ["get to", [2, 2005, 5]], ["flummox", [2, 2005, 6]], ["annoy", [2, 2005, 7]], ["devil", [2, 2005, 8]], ["rag", [2, 2005, 9]], ["agitate", [2, 2005, 10]], ["stupefy", [2, 2005, 11]], ["vex", [2, 2005, 12]], ["amaze", [2, 2005, 13]], ["baffle", [2, 2005, 14]], ["nettle", [2, 2005, 15]], ["chafe", [2, 2005, 16]], ["beat", [2, 2005, 17]], ["bother", [2, 2005, 18]], ["nark", [2, 2005, 19]], ["rile", [2, 2005, 20]], ["pose", [2, 2005, 21]], ["irritate", [2, 2005, 22]], ["stick", [2, 2005, 23]], ["gravel", [2, 2005, 24]], ["worry", [2, 2005, 25]], ["stir up", [2, 2005, 26]], ["get", [2, 2005, 27]], ["shake up", [2, 2005, 28]], ["perplex", [2, 2005, 29]], ["bewilder", [2, 2005, 30]], ["raise up", [2, 2005, 31]], ["dumbfound", [2, 2005, 32]], ["nonplus", [2, 2005, 33]]]}, {"answer": "vexing", "hint": "synonyms for vexing", "clues": [["disturb", [2, 2006, 0]], ["mystify", [2, 2006, 1]], ["commove", [2, 2006, 2]], ["puzzle", [2, 2006, 3]], ["get at", [2, 2006, 4]], ["get to", [2, 2006, 5]], ["flummox", [2, 2006, 6]], ["annoy", [2, 2006, 7]], ["devil", [2, 2006, 8]], ["rag", [2, 2006, 9]], ["agitate", [2, 2006, 10]], ["stupefy", [2, 2006, 11]], ["vex", [2, 2006, 12]], ["amaze", [2, 2006, 13]], ["baffle", [2, 2006, 14]], ["nettle", [2, 2006, 15]], ["chafe", [2, 2006, 16]], ["beat", [2, 2006, 17]], ["bother", [2, 2006, 18]], ["nark", [2, 2006, 19]], ["rile", [2, 2006, 20]], ["pose", [2, 2006, 21]], ["irritate", [2, 2006, 22]], ["stick", [2, 2006, 23]], ["gravel", [2, 2006, 24]], ["worry", [2, 2006, 25]], ["stir up", [2, 2006, 26]], ["get", [2, 2006, 27]], ["shake up", [2, 2006, 28]], ["perplex", [2, 2006, 29]], ["bewilder", [2, 2006, 30]], ["raise up", [2, 2006, 31]], ["dumbfound", [2, 2006, 32]], ["nonplus", [2, 2006, 33]]]}, {"answer": "victimized", "hint": "synonyms for victimized", "clues": [["rook", [2, 2007, 0]], ["victimise", [2, 2007, 1]], ["swindle", [2, 2007, 2]], ["gip", [2, 2007, 3]], ["defraud", [2, 2007, 4]], ["nobble", [2, 2007, 5]], ["short-change", [2, 2007, 6]], ["mulct", [2, 2007, 7]], ["bunco", [2, 2007, 8]], ["goldbrick", [2, 2007, 9]], ["diddle", [2, 2007, 10]], ["con", [2, 2007, 11]], ["gyp", [2, 2007, 12]], ["scam", [2, 2007, 13]], ["hornswoggle", [2, 2007, 14]]]}, {"answer": "violated", "hint": "synonyms for violated", "clues": [["assault", [2, 2008, 0]], ["profane", [2, 2008, 1]], ["offend", [2, 2008, 2]], ["break", [2, 2008, 3]], ["spoil", [2, 2008, 4]], ["violate", [2, 2008, 5]], ["go against", [2, 2008, 6]], ["despoil", [2, 2008, 7]], ["desecrate", [2, 2008, 8]], ["outrage", [2, 2008, 9]], ["dishonor", [2, 2008, 10]], ["transgress", [2, 2008, 11]], ["rape", [2, 2008, 12]], ["breach", [2, 2008, 13]], ["plunder", [2, 2008, 14]], ["infract", [2, 2008, 15]], ["ravish", [2, 2008, 16]]]}, {"answer": "visualised", "hint": "synonyms for visualised", "clues": [["visualize", [2, 2009, 0]], ["see", [2, 2009, 1]], ["figure", [2, 2009, 2]], ["picture", [2, 2009, 3]], ["project", [2, 2009, 4]], ["image", [2, 2009, 5]], ["fancy", [2, 2009, 6]], ["envision", [2, 2009, 7]]]}, {"answer": "visualized", "hint": "synonyms for visualized", "clues": [["visualize", [2, 2010, 0]], ["see", [2, 2010, 1]], ["figure", [2, 2010, 2]], ["picture", [2, 2010, 3]], ["project", [2, 2010, 4]], ["image", [2, 2010, 5]], ["fancy", [2, 2010, 6]], ["envision", [2, 2010, 7]]]}, {"answer": "vitiated", "hint": "synonyms for vitiated", "clues": [["invalidate", [2, 2011, 0]], ["demoralise", [2, 2011, 1]], ["debauch", [2, 2011, 2]], ["vitiate", [2, 2011, 3]], ["spoil", [2, 2011, 4]], ["debase", [2, 2011, 5]], ["mar", [2, 2011, 6]], ["deprave", [2, 2011, 7]], ["misdirect", [2, 2011, 8]], ["corrupt", [2, 2011, 9]], ["pervert", [2, 2011, 10]], ["profane", [2, 2011, 11]], ["impair", [2, 2011, 12]], ["subvert", [2, 2011, 13]], ["deflower", [2, 2011, 14]], ["void", [2, 2011, 15]]]}, {"answer": "void", "hint": "synonyms for void", "clues": [["invalidate", [2, 2012, 0]], ["nullify", [2, 2012, 1]], ["evacuate", [2, 2012, 2]], ["annul", [2, 2012, 3]], ["avoid", [2, 2012, 4]], ["empty", [2, 2012, 5]], ["vitiate", [2, 2012, 6]], ["quash", [2, 2012, 7]]]}, {"answer": "wailing", "hint": "synonyms for wailing", "clues": [["howl", [2, 2013, 0]], ["roar", [2, 2013, 1]], ["whimper", [2, 2013, 2]], ["yaup", [2, 2013, 3]], ["wail", [2, 2013, 4]], ["pule", [2, 2013, 5]], ["ululate", [2, 2013, 6]], ["mewl", [2, 2013, 7]], ["yawl", [2, 2013, 8]]]}, {"answer": "waiting", "hint": "synonyms for waiting", "clues": [["expect", [2, 2014, 0]], ["hold back", [2, 2014, 1]], ["look", [2, 2014, 2]], ["await", [2, 2014, 3]], ["hold off", [2, 2014, 4]], ["waitress", [2, 2014, 5]]]}, {"answer": "waking", "hint": "synonyms for waking", "clues": [["awake", [2, 2015, 0]], ["ignite", [2, 2015, 1]], ["waken", [2, 2015, 2]], ["come alive", [2, 2015, 3]], ["heat", [2, 2015, 4]], ["wake up", [2, 2015, 5]], ["rouse", [2, 2015, 6]], ["fire up", [2, 2015, 7]], ["inflame", [2, 2015, 8]], ["stir up", [2, 2015, 9]]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["whack", [2, 2016, 0]], ["wallop", [2, 2016, 1]], ["whop", [2, 2016, 2]], ["wham", [2, 2016, 3]]]}, {"answer": "wandering", "hint": "synonyms for wandering", "clues": [["cheat on", [2, 2017, 0]], ["weave", [2, 2017, 1]], ["vagabond", [2, 2017, 2]], ["meander", [2, 2017, 3]], ["betray", [2, 2017, 4]], ["thread", [2, 2017, 5]], ["wander", [2, 2017, 6]], ["stray", [2, 2017, 7]], ["cast", [2, 2017, 8]], ["wind", [2, 2017, 9]], ["cuckold", [2, 2017, 10]], ["ramble", [2, 2017, 11]], ["divagate", [2, 2017, 12]], ["range", [2, 2017, 13]], ["drift", [2, 2017, 14]], ["tramp", [2, 2017, 15]], ["roll", [2, 2017, 16]], ["swan", [2, 2017, 17]], ["roam", [2, 2017, 18]], ["cheat", [2, 2017, 19]], ["digress", [2, 2017, 20]], ["rove", [2, 2017, 21]]]}, {"answer": "wanted", "hint": "synonyms for wanted", "clues": [["want", [2, 2018, 0]], ["need", [2, 2018, 1]], ["require", [2, 2018, 2]], ["desire", [2, 2018, 3]]]}, {"answer": "wanting", "hint": "synonyms for wanting", "clues": [["want", [2, 2019, 0]], ["need", [2, 2019, 1]], ["require", [2, 2019, 2]], ["desire", [2, 2019, 3]]]}, {"answer": "wanton", "hint": "synonyms for wanton", "clues": [["wanton away", [2, 2020, 0]], ["piddle", [2, 2020, 1]], ["trifle away", [2, 2020, 2]], ["piddle away", [2, 2020, 3]], ["luxuriate", [2, 2020, 4]], ["trifle", [2, 2020, 5]]]}, {"answer": "warped", "hint": "synonyms for warped", "clues": [["heave", [2, 2021, 0]], ["warp", [2, 2021, 1]], ["falsify", [2, 2021, 2]], ["garble", [2, 2021, 3]], ["buckle", [2, 2021, 4]], ["distort", [2, 2021, 5]]]}, {"answer": "washed", "hint": "synonyms for washed", "clues": [["wash", [2, 2022, 0]], ["wash away", [2, 2022, 1]], ["dampen", [2, 2022, 2]], ["wash out", [2, 2022, 3]], ["lap", [2, 2022, 4]], ["wash off", [2, 2022, 5]], ["lave", [2, 2022, 6]], ["launder", [2, 2022, 7]], ["rinse", [2, 2022, 8]], ["moisten", [2, 2022, 9]]]}, {"answer": "waste", "hint": "synonyms for waste", "clues": [["languish", [2, 2023, 0]], ["macerate", [2, 2023, 1]], ["do in", [2, 2023, 2]], ["squander", [2, 2023, 3]], ["rot", [2, 2023, 4]], ["scourge", [2, 2023, 5]], ["liquidate", [2, 2023, 6]], ["lay waste to", [2, 2023, 7]], ["neutralize", [2, 2023, 8]], ["run off", [2, 2023, 9]], ["desolate", [2, 2023, 10]], ["pine away", [2, 2023, 11]], ["devastate", [2, 2023, 12]], ["ware", [2, 2023, 13]], ["knock off", [2, 2023, 14]], ["blow", [2, 2023, 15]], ["emaciate", [2, 2023, 16]], ["ravage", [2, 2023, 17]], ["consume", [2, 2023, 18]]]}, {"answer": "wasted", "hint": "synonyms for wasted", "clues": [["waste", [2, 2024, 0]], ["languish", [2, 2024, 1]], ["macerate", [2, 2024, 2]], ["do in", [2, 2024, 3]], ["squander", [2, 2024, 4]], ["rot", [2, 2024, 5]], ["scourge", [2, 2024, 6]], ["liquidate", [2, 2024, 7]], ["lay waste to", [2, 2024, 8]], ["neutralize", [2, 2024, 9]], ["run off", [2, 2024, 10]], ["desolate", [2, 2024, 11]], ["pine away", [2, 2024, 12]], ["devastate", [2, 2024, 13]], ["ware", [2, 2024, 14]], ["knock off", [2, 2024, 15]], ["blow", [2, 2024, 16]], ["emaciate", [2, 2024, 17]], ["ravage", [2, 2024, 18]], ["consume", [2, 2024, 19]]]}, {"answer": "wavering", "hint": "synonyms for wavering", "clues": [["waver", [2, 2025, 0]], ["quaver", [2, 2025, 1]], ["flitter", [2, 2025, 2]], ["falter", [2, 2025, 3]], ["flicker", [2, 2025, 4]], ["vacillate", [2, 2025, 5]], ["waffle", [2, 2025, 6]], ["weave", [2, 2025, 7]], ["fluctuate", [2, 2025, 8]], ["hesitate", [2, 2025, 9]], ["quiver", [2, 2025, 10]]]}, {"answer": "waxed", "hint": "synonyms for waxed", "clues": [["wax", [2, 2026, 0]], ["climb", [2, 2026, 1]], ["full", [2, 2026, 2]], ["rise", [2, 2026, 3]], ["mount", [2, 2026, 4]]]}, {"answer": "waxing", "hint": "synonyms for waxing", "clues": [["wax", [2, 2027, 0]], ["climb", [2, 2027, 1]], ["full", [2, 2027, 2]], ["rise", [2, 2027, 3]], ["mount", [2, 2027, 4]]]}, {"answer": "weakened", "hint": "synonyms for weakened", "clues": [["de-escalate", [2, 2028, 0]], ["undermine", [2, 2028, 1]], ["dampen", [2, 2028, 2]], ["weaken", [2, 2028, 3]], ["sabotage", [2, 2028, 4]], ["damp", [2, 2028, 5]], ["countermine", [2, 2028, 6]], ["step down", [2, 2028, 7]], ["subvert", [2, 2028, 8]], ["break", [2, 2028, 9]], ["counteract", [2, 2028, 10]], ["soften", [2, 2028, 11]]]}, {"answer": "weakening", "hint": "synonyms for weakening", "clues": [["de-escalate", [2, 2029, 0]], ["undermine", [2, 2029, 1]], ["dampen", [2, 2029, 2]], ["weaken", [2, 2029, 3]], ["sabotage", [2, 2029, 4]], ["damp", [2, 2029, 5]], ["countermine", [2, 2029, 6]], ["step down", [2, 2029, 7]], ["subvert", [2, 2029, 8]], ["break", [2, 2029, 9]], ["counteract", [2, 2029, 10]], ["soften", [2, 2029, 11]]]}, {"answer": "wearied", "hint": "synonyms for wearied", "clues": [["weary", [2, 2030, 0]], ["tire", [2, 2030, 1]], ["jade", [2, 2030, 2]], ["wear upon", [2, 2030, 3]], ["fag", [2, 2030, 4]], ["fatigue", [2, 2030, 5]], ["wear out", [2, 2030, 6]], ["outwear", [2, 2030, 7]], ["tire out", [2, 2030, 8]], ["fag out", [2, 2030, 9]], ["pall", [2, 2030, 10]], ["wear down", [2, 2030, 11]]]}, {"answer": "wearing", "hint": "synonyms for wearing", "clues": [["wear", [2, 2031, 0]], ["don", [2, 2031, 1]], ["tire", [2, 2031, 2]], ["wear out", [2, 2031, 3]], ["wear upon", [2, 2031, 4]], ["wear thin", [2, 2031, 5]], ["bust", [2, 2031, 6]], ["outwear", [2, 2031, 7]], ["fag out", [2, 2031, 8]], ["get into", [2, 2031, 9]], ["wear off", [2, 2031, 10]], ["wear down", [2, 2031, 11]], ["hold out", [2, 2031, 12]], ["assume", [2, 2031, 13]], ["endure", [2, 2031, 14]], ["break", [2, 2031, 15]], ["jade", [2, 2031, 16]], ["fall apart", [2, 2031, 17]], ["fag", [2, 2031, 18]], ["fatigue", [2, 2031, 19]], ["tire out", [2, 2031, 20]], ["bear", [2, 2031, 21]], ["put on", [2, 2031, 22]], ["have on", [2, 2031, 23]]]}, {"answer": "weary", "hint": "synonyms for weary", "clues": [["tire", [2, 2032, 0]], ["jade", [2, 2032, 1]], ["wear upon", [2, 2032, 2]], ["fag", [2, 2032, 3]], ["fatigue", [2, 2032, 4]], ["wear out", [2, 2032, 5]], ["outwear", [2, 2032, 6]], ["tire out", [2, 2032, 7]], ["fag out", [2, 2032, 8]], ["pall", [2, 2032, 9]], ["wear", [2, 2032, 10]], ["wear down", [2, 2032, 11]]]}, {"answer": "wearying", "hint": "synonyms for wearying", "clues": [["weary", [2, 2033, 0]], ["tire", [2, 2033, 1]], ["jade", [2, 2033, 2]], ["wear upon", [2, 2033, 3]], ["fag", [2, 2033, 4]], ["fatigue", [2, 2033, 5]], ["wear out", [2, 2033, 6]], ["outwear", [2, 2033, 7]], ["tire out", [2, 2033, 8]], ["fag out", [2, 2033, 9]], ["pall", [2, 2033, 10]], ["wear down", [2, 2033, 11]]]}, {"answer": "weathered", "hint": "synonyms for weathered", "clues": [["brave out", [2, 2034, 0]], ["weather", [2, 2034, 1]], ["endure", [2, 2034, 2]], ["brave", [2, 2034, 3]]]}, {"answer": "wed", "hint": "synonyms for wed", "clues": [["conjoin", [2, 2035, 0]], ["marry", [2, 2035, 1]], ["splice", [2, 2035, 2]], ["get hitched with", [2, 2035, 3]], ["espouse", [2, 2035, 4]], ["get married", [2, 2035, 5]], ["tie", [2, 2035, 6]], ["hook up with", [2, 2035, 7]]]}, {"answer": "wedded", "hint": "synonyms for wedded", "clues": [["conjoin", [2, 2036, 0]], ["marry", [2, 2036, 1]], ["splice", [2, 2036, 2]], ["wed", [2, 2036, 3]], ["get hitched with", [2, 2036, 4]], ["espouse", [2, 2036, 5]], ["get married", [2, 2036, 6]], ["tie", [2, 2036, 7]], ["hook up with", [2, 2036, 8]]]}, {"answer": "wedged", "hint": "synonyms for wedged", "clues": [["stick", [2, 2037, 0]], ["force", [2, 2037, 1]], ["squeeze", [2, 2037, 2]], ["wedge", [2, 2037, 3]], ["deposit", [2, 2037, 4]], ["lodge", [2, 2037, 5]]]}, {"answer": "wee", "hint": "synonyms for wee", "clues": [["piss", [2, 2038, 0]], ["spend a penny", [2, 2038, 1]], ["make water", [2, 2038, 2]], ["pee", [2, 2038, 3]], ["puddle", [2, 2038, 4]], ["pass water", [2, 2038, 5]], ["relieve oneself", [2, 2038, 6]], ["urinate", [2, 2038, 7]], ["micturate", [2, 2038, 8]], ["wee-wee", [2, 2038, 9]], ["take a leak", [2, 2038, 10]], ["make", [2, 2038, 11]], ["pee-pee", [2, 2038, 12]], ["piddle", [2, 2038, 13]]]}, {"answer": "weighted", "hint": "synonyms for weighted", "clues": [["burthen", [2, 2039, 0]], ["angle", [2, 2039, 1]], ["weight", [2, 2039, 2]], ["weight down", [2, 2039, 3]], ["burden", [2, 2039, 4]], ["slant", [2, 2039, 5]]]}, {"answer": "whacked", "hint": "synonyms for whacked", "clues": [["whack", [2, 2040, 0]], ["wham", [2, 2040, 1]], ["wallop", [2, 2040, 2]], ["whop", [2, 2040, 3]]]}, {"answer": "whacking", "hint": "synonyms for whacking", "clues": [["whack", [2, 2041, 0]], ["wham", [2, 2041, 1]], ["wallop", [2, 2041, 2]], ["whop", [2, 2041, 3]]]}, {"answer": "wheeled", "hint": "synonyms for wheeled", "clues": [["roll", [2, 2042, 0]], ["cycle", [2, 2042, 1]], ["wheel around", [2, 2042, 2]], ["bicycle", [2, 2042, 3]], ["bike", [2, 2042, 4]], ["wheel", [2, 2042, 5]], ["pedal", [2, 2042, 6]]]}, {"answer": "whipping", "hint": "synonyms for whipping", "clues": [["whip", [2, 2043, 0]], ["mop up", [2, 2043, 1]], ["blister", [2, 2043, 2]], ["rack up", [2, 2043, 3]], ["scald", [2, 2043, 4]], ["worst", [2, 2043, 5]], ["lash", [2, 2043, 6]], ["pip", [2, 2043, 7]], ["flog", [2, 2043, 8]], ["lather", [2, 2043, 9]], ["trounce", [2, 2043, 10]], ["strap", [2, 2043, 11]], ["welt", [2, 2043, 12]], ["whisk", [2, 2043, 13]]]}, {"answer": "whirring", "hint": "synonyms for whirring", "clues": [["purr", [2, 2044, 0]], ["whiz", [2, 2044, 1]], ["whir", [2, 2044, 2]], ["birr", [2, 2044, 3]]]}, {"answer": "whitewashed", "hint": "synonyms for whitewashed", "clues": [["gloss over", [2, 2045, 0]], ["whitewash", [2, 2045, 1]], ["hush up", [2, 2045, 2]], ["sleek over", [2, 2045, 3]]]}, {"answer": "whopping", "hint": "synonyms for whopping", "clues": [["whack", [2, 2046, 0]], ["whap", [2, 2046, 1]], ["bash", [2, 2046, 2]], ["wallop", [2, 2046, 3]], ["bonk", [2, 2046, 4]], ["bop", [2, 2046, 5]], ["whop", [2, 2046, 6]], ["wham", [2, 2046, 7]], ["sock", [2, 2046, 8]]]}, {"answer": "winded", "hint": "synonyms for winded", "clues": [["weave", [2, 2047, 0]], ["meander", [2, 2047, 1]], ["thread", [2, 2047, 2]], ["wind", [2, 2047, 3]], ["wreathe", [2, 2047, 4]], ["wander", [2, 2047, 5]], ["nose", [2, 2047, 6]], ["wrap", [2, 2047, 7]], ["hoist", [2, 2047, 8]], ["wind up", [2, 2047, 9]], ["roll", [2, 2047, 10]], ["curve", [2, 2047, 11]], ["twist", [2, 2047, 12]], ["lift", [2, 2047, 13]], ["twine", [2, 2047, 14]], ["scent", [2, 2047, 15]]]}, {"answer": "winding", "hint": "synonyms for winding", "clues": [["weave", [2, 2048, 0]], ["meander", [2, 2048, 1]], ["thread", [2, 2048, 2]], ["wind", [2, 2048, 3]], ["wreathe", [2, 2048, 4]], ["wander", [2, 2048, 5]], ["nose", [2, 2048, 6]], ["wrap", [2, 2048, 7]], ["hoist", [2, 2048, 8]], ["wind up", [2, 2048, 9]], ["roll", [2, 2048, 10]], ["curve", [2, 2048, 11]], ["twist", [2, 2048, 12]], ["lift", [2, 2048, 13]], ["twine", [2, 2048, 14]], ["scent", [2, 2048, 15]]]}, {"answer": "winking", "hint": "synonyms for winking", "clues": [["flash", [2, 2049, 0]], ["blink away", [2, 2049, 1]], ["wink", [2, 2049, 2]], ["nictitate", [2, 2049, 3]], ["blink", [2, 2049, 4]], ["twinkle", [2, 2049, 5]]]}, {"answer": "winning", "hint": "synonyms for winning", "clues": [["get ahead", [2, 2050, 0]], ["come through", [2, 2050, 1]], ["advance", [2, 2050, 2]], ["bring home the bacon", [2, 2050, 3]], ["win", [2, 2050, 4]], ["pull ahead", [2, 2050, 5]], ["gain", [2, 2050, 6]], ["deliver the goods", [2, 2050, 7]], ["acquire", [2, 2050, 8]], ["make headway", [2, 2050, 9]], ["succeed", [2, 2050, 10]], ["gain ground", [2, 2050, 11]]]}, {"answer": "wired", "hint": "synonyms for wired", "clues": [["wire", [2, 2051, 0]], ["cable", [2, 2051, 1]], ["telegraph", [2, 2051, 2]], ["electrify", [2, 2051, 3]]]}, {"answer": "witching", "hint": "synonyms for witching", "clues": [["witch", [2, 2052, 0]], ["bewitch", [2, 2052, 1]], ["enchant", [2, 2052, 2]], ["hex", [2, 2052, 3]], ["jinx", [2, 2052, 4]], ["glamour", [2, 2052, 5]]]}, {"answer": "withdrawn", "hint": "synonyms for withdrawn", "clues": [["withdraw", [2, 2053, 0]], ["move back", [2, 2053, 1]], ["crawfish", [2, 2053, 2]], ["take", [2, 2053, 3]], ["retire", [2, 2053, 4]], ["take away", [2, 2053, 5]], ["recede", [2, 2053, 6]], ["unsay", [2, 2053, 7]], ["take out", [2, 2053, 8]], ["pull in one's horns", [2, 2053, 9]], ["draw off", [2, 2053, 10]], ["retreat", [2, 2053, 11]], ["back away", [2, 2053, 12]], ["sequestrate", [2, 2053, 13]], ["adjourn", [2, 2053, 14]], ["disengage", [2, 2053, 15]], ["back out", [2, 2053, 16]], ["crawfish out", [2, 2053, 17]], ["seclude", [2, 2053, 18]], ["pull back", [2, 2053, 19]], ["draw", [2, 2053, 20]], ["remove", [2, 2053, 21]], ["swallow", [2, 2053, 22]], ["draw back", [2, 2053, 23]], ["pull away", [2, 2053, 24]], ["call back", [2, 2053, 25]], ["recall", [2, 2053, 26]], ["bow out", [2, 2053, 27]], ["call in", [2, 2053, 28]], ["take back", [2, 2053, 29]], ["sequester", [2, 2053, 30]]]}, {"answer": "withered", "hint": "synonyms for withered", "clues": [["shrink", [2, 2054, 0]], ["wither", [2, 2054, 1]], ["shrivel up", [2, 2054, 2]], ["shrivel", [2, 2054, 3]], ["fade", [2, 2054, 4]]]}, {"answer": "withering", "hint": "synonyms for withering", "clues": [["shrink", [2, 2055, 0]], ["wither", [2, 2055, 1]], ["shrivel up", [2, 2055, 2]], ["shrivel", [2, 2055, 3]], ["fade", [2, 2055, 4]]]}, {"answer": "wobbling", "hint": "synonyms for wobbling", "clues": [["shift", [2, 2056, 0]], ["coggle", [2, 2056, 1]], ["wobble", [2, 2056, 2]], ["careen", [2, 2056, 3]], ["shimmy", [2, 2056, 4]], ["tilt", [2, 2056, 5]]]}, {"answer": "won", "hint": "synonyms for won", "clues": [["get ahead", [2, 2057, 0]], ["come through", [2, 2057, 1]], ["advance", [2, 2057, 2]], ["bring home the bacon", [2, 2057, 3]], ["win", [2, 2057, 4]], ["pull ahead", [2, 2057, 5]], ["gain", [2, 2057, 6]], ["deliver the goods", [2, 2057, 7]], ["acquire", [2, 2057, 8]], ["make headway", [2, 2057, 9]], ["succeed", [2, 2057, 10]], ["gain ground", [2, 2057, 11]]]}, {"answer": "wondering", "hint": "synonyms for wondering", "clues": [["wonder", [2, 2058, 0]], ["question", [2, 2058, 1]], ["enquire", [2, 2058, 2]], ["marvel", [2, 2058, 3]]]}, {"answer": "woolgathering", "hint": "synonyms for woolgathering", "clues": [["dream", [2, 2059, 0]], ["woolgather", [2, 2059, 1]], ["daydream", [2, 2059, 2]], ["stargaze", [2, 2059, 3]]]}, {"answer": "working", "hint": "synonyms for working", "clues": [["work", [2, 2060, 0]], ["knead", [2, 2060, 1]], ["exercise", [2, 2060, 2]], ["mould", [2, 2060, 3]], ["figure out", [2, 2060, 4]], ["function", [2, 2060, 5]], ["exploit", [2, 2060, 6]], ["work out", [2, 2060, 7]], ["turn", [2, 2060, 8]], ["run", [2, 2060, 9]], ["act upon", [2, 2060, 10]], ["bring", [2, 2060, 11]], ["crop", [2, 2060, 12]], ["influence", [2, 2060, 13]], ["sour", [2, 2060, 14]], ["act", [2, 2060, 15]], ["put to work", [2, 2060, 16]], ["forge", [2, 2060, 17]], ["cultivate", [2, 2060, 18]], ["ferment", [2, 2060, 19]], ["go", [2, 2060, 20]], ["wreak", [2, 2060, 21]], ["play", [2, 2060, 22]], ["shape", [2, 2060, 23]], ["work on", [2, 2060, 24]], ["make for", [2, 2060, 25]], ["make", [2, 2060, 26]], ["operate", [2, 2060, 27]], ["lick", [2, 2060, 28]], ["puzzle out", [2, 2060, 29]], ["do work", [2, 2060, 30]], ["process", [2, 2060, 31]], ["solve", [2, 2060, 32]], ["form", [2, 2060, 33]]]}, {"answer": "worn", "hint": "synonyms for worn", "clues": [["wear", [2, 2061, 0]], ["don", [2, 2061, 1]], ["tire", [2, 2061, 2]], ["wear out", [2, 2061, 3]], ["wear upon", [2, 2061, 4]], ["wear thin", [2, 2061, 5]], ["bust", [2, 2061, 6]], ["outwear", [2, 2061, 7]], ["fag out", [2, 2061, 8]], ["get into", [2, 2061, 9]], ["wear off", [2, 2061, 10]], ["wear down", [2, 2061, 11]], ["hold out", [2, 2061, 12]], ["assume", [2, 2061, 13]], ["endure", [2, 2061, 14]], ["break", [2, 2061, 15]], ["jade", [2, 2061, 16]], ["fall apart", [2, 2061, 17]], ["fag", [2, 2061, 18]], ["fatigue", [2, 2061, 19]], ["tire out", [2, 2061, 20]], ["bear", [2, 2061, 21]], ["put on", [2, 2061, 22]], ["have on", [2, 2061, 23]]]}, {"answer": "worried", "hint": "synonyms for worried", "clues": [["worry", [2, 2062, 0]], ["care", [2, 2062, 1]], ["interest", [2, 2062, 2]], ["vex", [2, 2062, 3]], ["occupy", [2, 2062, 4]], ["concern", [2, 2062, 5]]]}, {"answer": "worrying", "hint": "synonyms for worrying", "clues": [["worry", [2, 2063, 0]], ["care", [2, 2063, 1]], ["interest", [2, 2063, 2]], ["vex", [2, 2063, 3]], ["occupy", [2, 2063, 4]], ["concern", [2, 2063, 5]]]}, {"answer": "worsened", "hint": "synonyms for worsened", "clues": [["exasperate", [2, 2064, 0]], ["aggravate", [2, 2064, 1]], ["exacerbate", [2, 2064, 2]], ["worsen", [2, 2064, 3]], ["decline", [2, 2064, 4]]]}, {"answer": "worsening", "hint": "synonyms for worsening", "clues": [["exasperate", [2, 2065, 0]], ["aggravate", [2, 2065, 1]], ["exacerbate", [2, 2065, 2]], ["worsen", [2, 2065, 3]], ["decline", [2, 2065, 4]]]}, {"answer": "worshipped", "hint": "synonyms for worshipped", "clues": [["worship", [2, 2066, 0]], ["idolize", [2, 2066, 1]], ["hero-worship", [2, 2066, 2]], ["revere", [2, 2066, 3]]]}, {"answer": "worst", "hint": "synonyms for worst", "clues": [["pip", [2, 2067, 0]], ["rack up", [2, 2067, 1]], ["mop up", [2, 2067, 2]], ["whip", [2, 2067, 3]]]}, {"answer": "wound", "hint": "synonyms for wound", "clues": [["weave", [2, 2068, 0]], ["meander", [2, 2068, 1]], ["thread", [2, 2068, 2]], ["wind", [2, 2068, 3]], ["wreathe", [2, 2068, 4]], ["injure", [2, 2068, 5]], ["wander", [2, 2068, 6]], ["nose", [2, 2068, 7]], ["wrap", [2, 2068, 8]], ["spite", [2, 2068, 9]], ["hoist", [2, 2068, 10]], ["offend", [2, 2068, 11]], ["wind up", [2, 2068, 12]], ["roll", [2, 2068, 13]], ["bruise", [2, 2068, 14]], ["curve", [2, 2068, 15]], ["twist", [2, 2068, 16]], ["scent", [2, 2068, 17]], ["lift", [2, 2068, 18]], ["twine", [2, 2068, 19]], ["hurt", [2, 2068, 20]]]}, {"answer": "wounded", "hint": "synonyms for wounded", "clues": [["wound", [2, 2069, 0]], ["spite", [2, 2069, 1]], ["offend", [2, 2069, 2]], ["bruise", [2, 2069, 3]], ["injure", [2, 2069, 4]], ["hurt", [2, 2069, 5]]]}, {"answer": "wounding", "hint": "synonyms for wounding", "clues": [["wound", [2, 2070, 0]], ["spite", [2, 2070, 1]], ["offend", [2, 2070, 2]], ["bruise", [2, 2070, 3]], ["injure", [2, 2070, 4]], ["hurt", [2, 2070, 5]]]}, {"answer": "woven", "hint": "synonyms for woven", "clues": [["weave", [2, 2071, 0]], ["meander", [2, 2071, 1]], ["tissue", [2, 2071, 2]], ["thread", [2, 2071, 3]], ["waver", [2, 2071, 4]], ["wander", [2, 2071, 5]], ["interweave", [2, 2071, 6]], ["wind", [2, 2071, 7]]]}, {"answer": "wrapped", "hint": "synonyms for wrapped", "clues": [["wrap up", [2, 2072, 0]], ["enfold", [2, 2072, 1]], ["roll", [2, 2072, 2]], ["envelop", [2, 2072, 3]], ["wind", [2, 2072, 4]], ["enwrap", [2, 2072, 5]], ["wrap", [2, 2072, 6]], ["enclose", [2, 2072, 7]], ["twine", [2, 2072, 8]]]}, {"answer": "wrenching", "hint": "synonyms for wrenching", "clues": [["wrench", [2, 2073, 0]], ["rick", [2, 2073, 1]], ["turn", [2, 2073, 2]], ["wring", [2, 2073, 3]], ["twist", [2, 2073, 4]], ["sprain", [2, 2073, 5]]]}, {"answer": "wriggling", "hint": "synonyms for wriggling", "clues": [["twist", [2, 2074, 0]], ["wriggle", [2, 2074, 1]], ["squirm", [2, 2074, 2]], ["writhe", [2, 2074, 3]], ["wrestle", [2, 2074, 4]], ["worm", [2, 2074, 5]]]}, {"answer": "wrinkled", "hint": "synonyms for wrinkled", "clues": [["crinkle", [2, 2075, 0]], ["rumple", [2, 2075, 1]], ["furrow", [2, 2075, 2]], ["crease", [2, 2075, 3]], ["scrunch up", [2, 2075, 4]], ["crisp", [2, 2075, 5]], ["ruckle", [2, 2075, 6]], ["purse", [2, 2075, 7]], ["scrunch", [2, 2075, 8]]]}, {"answer": "writhed", "hint": "synonyms for writhed", "clues": [["twist", [2, 2076, 0]], ["wriggle", [2, 2076, 1]], ["squirm", [2, 2076, 2]], ["writhe", [2, 2076, 3]], ["wrestle", [2, 2076, 4]], ["worm", [2, 2076, 5]]]}, {"answer": "writhing", "hint": "synonyms for writhing", "clues": [["twist", [2, 2077, 0]], ["wriggle", [2, 2077, 1]], ["squirm", [2, 2077, 2]], ["writhe", [2, 2077, 3]], ["wrestle", [2, 2077, 4]], ["worm", [2, 2077, 5]]]}, {"answer": "written", "hint": "synonyms for written", "clues": [["drop a line", [2, 2078, 0]], ["compose", [2, 2078, 1]], ["write", [2, 2078, 2]], ["indite", [2, 2078, 3]], ["pen", [2, 2078, 4]], ["publish", [2, 2078, 5]], ["save", [2, 2078, 6]], ["spell", [2, 2078, 7]]]}, {"answer": "wrought", "hint": "synonyms for wrought", "clues": [["work", [2, 2079, 0]], ["knead", [2, 2079, 1]], ["exercise", [2, 2079, 2]], ["mould", [2, 2079, 3]], ["figure out", [2, 2079, 4]], ["function", [2, 2079, 5]], ["exploit", [2, 2079, 6]], ["work out", [2, 2079, 7]], ["turn", [2, 2079, 8]], ["run", [2, 2079, 9]], ["act upon", [2, 2079, 10]], ["bring", [2, 2079, 11]], ["crop", [2, 2079, 12]], ["influence", [2, 2079, 13]], ["sour", [2, 2079, 14]], ["act", [2, 2079, 15]], ["put to work", [2, 2079, 16]], ["forge", [2, 2079, 17]], ["cultivate", [2, 2079, 18]], ["ferment", [2, 2079, 19]], ["go", [2, 2079, 20]], ["wreak", [2, 2079, 21]], ["play", [2, 2079, 22]], ["shape", [2, 2079, 23]], ["work on", [2, 2079, 24]], ["make for", [2, 2079, 25]], ["make", [2, 2079, 26]], ["operate", [2, 2079, 27]], ["lick", [2, 2079, 28]], ["puzzle out", [2, 2079, 29]], ["do work", [2, 2079, 30]], ["process", [2, 2079, 31]], ["solve", [2, 2079, 32]], ["form", [2, 2079, 33]]]}, {"answer": "yelled", "hint": "synonyms for yelled", "clues": [["scream", [2, 2080, 0]], ["call", [2, 2080, 1]], ["shout out", [2, 2080, 2]], ["shout", [2, 2080, 3]], ["yell", [2, 2080, 4]], ["hollo", [2, 2080, 5]], ["holler", [2, 2080, 6]], ["squall", [2, 2080, 7]], ["cry", [2, 2080, 8]]]}, {"answer": "yielding", "hint": "synonyms for yielding", "clues": [["yield", [2, 2081, 0]], ["concede", [2, 2081, 1]], ["give in", [2, 2081, 2]], ["ease up", [2, 2081, 3]], ["give", [2, 2081, 4]], ["grant", [2, 2081, 5]], ["generate", [2, 2081, 6]], ["give way", [2, 2081, 7]], ["render", [2, 2081, 8]], ["relent", [2, 2081, 9]], ["soften", [2, 2081, 10]], ["succumb", [2, 2081, 11]], ["return", [2, 2081, 12]], ["move over", [2, 2081, 13]], ["afford", [2, 2081, 14]], ["knuckle under", [2, 2081, 15]], ["pay", [2, 2081, 16]], ["cede", [2, 2081, 17]], ["bear", [2, 2081, 18]]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["hump", [2, 2082, 0]], ["jazz", [2, 2082, 1]], ["slam", [2, 2082, 2]], ["eff", [2, 2082, 3]], ["do it", [2, 2082, 4]], ["bed", [2, 2082, 5]], ["lie with", [2, 2082, 6]], ["sleep with", [2, 2082, 7]], ["fuck", [2, 2082, 8]], ["be intimate", [2, 2082, 9]], ["make love", [2, 2082, 10]], ["get it on", [2, 2082, 11]], ["roll in the hay", [2, 2082, 12]], ["know", [2, 2082, 13]], ["spang", [2, 2082, 14]], ["love", [2, 2082, 15]], ["have sex", [2, 2082, 16]], ["bonk", [2, 2082, 17]], ["have it off", [2, 2082, 18]], ["get laid", [2, 2082, 19]], ["have a go at it", [2, 2082, 20]], ["have it away", [2, 2082, 21]], ["make out", [2, 2082, 22]], ["have intercourse", [2, 2082, 23]], ["sleep together", [2, 2082, 24]], ["screw", [2, 2082, 25]]]}, {"answer": "boiling", "hint": "synonyms for boiling", "clues": [["boil", [2, 2083, 0]], ["seethe", [2, 2083, 1]], ["roil", [2, 2083, 2]], ["moil", [2, 2083, 3]], ["churn", [2, 2083, 4]]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["absquatulate", [2, 2084, 0]], ["make off", [2, 2084, 1]], ["beetle off", [2, 2084, 2]], ["abscond", [2, 2084, 3]], ["run off", [2, 2084, 4]], ["go off", [2, 2084, 5]], ["decamp", [2, 2084, 6]], ["run out", [2, 2084, 7]], ["gobble", [2, 2084, 8]], ["bolt out", [2, 2084, 9]]]}, {"answer": "close_up", "hint": "synonyms for close up", "clues": [["button up", [2, 2085, 0]], ["obturate", [2, 2085, 1]], ["belt up", [2, 2085, 2]], ["be quiet", [2, 2085, 3]], ["impede", [2, 2085, 4]], ["shut down", [2, 2085, 5]], ["block", [2, 2085, 6]], ["obstruct", [2, 2085, 7]], ["close", [2, 2085, 8]], ["clam up", [2, 2085, 9]], ["close down", [2, 2085, 10]], ["fold", [2, 2085, 11]], ["dummy up", [2, 2085, 12]], ["shut up", [2, 2085, 13]], ["jam", [2, 2085, 14]], ["occlude", [2, 2085, 15]], ["keep mum", [2, 2085, 16]]]}, {"answer": "con", "hint": "synonyms for con", "clues": [["rook", [2, 2086, 0]], ["swindle", [2, 2086, 1]], ["memorise", [2, 2086, 2]], ["bunco", [2, 2086, 3]], ["goldbrick", [2, 2086, 4]], ["victimize", [2, 2086, 5]], ["diddle", [2, 2086, 6]], ["gip", [2, 2086, 7]], ["defraud", [2, 2086, 8]], ["gyp", [2, 2086, 9]], ["nobble", [2, 2086, 10]], ["scam", [2, 2086, 11]], ["short-change", [2, 2086, 12]], ["hornswoggle", [2, 2086, 13]], ["mulct", [2, 2086, 14]], ["learn", [2, 2086, 15]]]}, {"answer": "disregarding", "hint": "synonyms for disregarding", "clues": [["neglect", [2, 2087, 0]], ["snub", [2, 2087, 1]], ["disregard", [2, 2087, 2]], ["cut", [2, 2087, 3]], ["ignore", [2, 2087, 4]], ["push aside", [2, 2087, 5]], ["discount", [2, 2087, 6]], ["dismiss", [2, 2087, 7]], ["brush off", [2, 2087, 8]]]}, {"answer": "hotfoot", "hint": "synonyms for hotfoot", "clues": [["rush", [2, 2088, 0]], ["pelt along", [2, 2088, 1]], ["speed", [2, 2088, 2]], ["rush along", [2, 2088, 3]], ["hie", [2, 2088, 4]], ["race", [2, 2088, 5]], ["bucket along", [2, 2088, 6]], ["step on it", [2, 2088, 7]], ["hasten", [2, 2088, 8]], ["cannonball along", [2, 2088, 9]]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["parcel out", [2, 2089, 0]], ["deal out", [2, 2089, 1]], ["lot", [2, 2089, 2]], ["dish out", [2, 2089, 3]], ["administer", [2, 2089, 4]], ["dispense", [2, 2089, 5]], ["shell out", [2, 2089, 6]], ["allot", [2, 2089, 7]], ["deal", [2, 2089, 8]], ["dole out", [2, 2089, 9]], ["mete out", [2, 2089, 10]], ["distribute", [2, 2089, 11]]]}, {"answer": "multiply", "hint": "synonyms for multiply", "clues": [["procreate", [2, 2090, 0]], ["manifold", [2, 2090, 1]], ["breed", [2, 2090, 2]], ["reproduce", [2, 2090, 3]]]}, {"answer": "needs", "hint": "synonyms for needs", "clues": [["ask", [2, 2091, 0]], ["involve", [2, 2091, 1]], ["need", [2, 2091, 2]], ["require", [2, 2091, 3]], ["demand", [2, 2091, 4]], ["want", [2, 2091, 5]], ["necessitate", [2, 2091, 6]], ["call for", [2, 2091, 7]], ["take", [2, 2091, 8]], ["postulate", [2, 2091, 9]]]}, {"answer": "part", "hint": "synonyms for part", "clues": [["set off", [2, 2092, 0]], ["divide", [2, 2092, 1]], ["start out", [2, 2092, 2]], ["separate", [2, 2092, 3]], ["depart", [2, 2092, 4]], ["split up", [2, 2092, 5]], ["start", [2, 2092, 6]], ["split", [2, 2092, 7]], ["set forth", [2, 2092, 8]], ["break", [2, 2092, 9]], ["set out", [2, 2092, 10]], ["take off", [2, 2092, 11]], ["break up", [2, 2092, 12]], ["disunite", [2, 2092, 13]]]}, {"answer": "piping", "hint": "synonyms for piping", "clues": [["pipe", [2, 2093, 0]], ["worst", [2, 2093, 1]], ["shrill", [2, 2093, 2]], ["rack up", [2, 2093, 3]], ["mop up", [2, 2093, 4]], ["whip", [2, 2093, 5]], ["shoot", [2, 2093, 6]], ["hit", [2, 2093, 7]], ["pipe up", [2, 2093, 8]], ["shriek", [2, 2093, 9]]]}, {"answer": "plop", "hint": "synonyms for plop", "clues": [["plump", [2, 2094, 0]], ["plunk", [2, 2094, 1]], ["plonk", [2, 2094, 2]], ["plump down", [2, 2094, 3]], ["plank", [2, 2094, 4]], ["plunk down", [2, 2094, 5]], ["flump", [2, 2094, 6]]]}, {"answer": "plunk", "hint": "synonyms for plunk", "clues": [["clop", [2, 2095, 0]], ["dive", [2, 2095, 1]], ["clunk", [2, 2095, 2]], ["plop", [2, 2095, 3]], ["plank", [2, 2095, 4]], ["plunk down", [2, 2095, 5]], ["clump", [2, 2095, 6]], ["plump", [2, 2095, 7]], ["plunge", [2, 2095, 8]], ["plonk", [2, 2095, 9]], ["plump down", [2, 2095, 10]], ["pluck", [2, 2095, 11]], ["pick", [2, 2095, 12]], ["flump", [2, 2095, 13]]]}, {"answer": "raving", "hint": "synonyms for raving", "clues": [["spout", [2, 2096, 0]], ["rave", [2, 2096, 1]], ["mouth off", [2, 2096, 2]], ["jabber", [2, 2096, 3]], ["rant", [2, 2096, 4]], ["rabbit on", [2, 2096, 5]], ["gush", [2, 2096, 6]]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["thwack", [2, 2097, 0]], ["reek", [2, 2097, 1]], ["peck", [2, 2097, 2]], ["taste", [2, 2097, 3]], ["smell", [2, 2097, 4]]]}, {"answer": "smash", "hint": "synonyms for smash", "clues": [["ruin", [2, 2098, 0]], ["demolish", [2, 2098, 1]], ["bang up", [2, 2098, 2]], ["break", [2, 2098, 3]], ["blast", [2, 2098, 4]], ["smash up", [2, 2098, 5]], ["boom", [2, 2098, 6]], ["dash", [2, 2098, 7]], ["nail", [2, 2098, 8]], ["crush", [2, 2098, 9]], ["bankrupt", [2, 2098, 10]]]}, {"answer": "soaking", "hint": "synonyms for soaking", "clues": [["intoxicate", [2, 2099, 0]], ["soak", [2, 2099, 1]], ["gazump", [2, 2099, 2]], ["souse", [2, 2099, 3]], ["inebriate", [2, 2099, 4]], ["rob", [2, 2099, 5]], ["dowse", [2, 2099, 6]], ["overcharge", [2, 2099, 7]], ["pluck", [2, 2099, 8]], ["imbue", [2, 2099, 9]], ["drench", [2, 2099, 10]], ["fleece", [2, 2099, 11]], ["pawn", [2, 2099, 12]], ["hit it up", [2, 2099, 13]], ["hock", [2, 2099, 14]], ["plume", [2, 2099, 15]], ["sop", [2, 2099, 16]], ["douse", [2, 2099, 17]], ["surcharge", [2, 2099, 18]], ["hook", [2, 2099, 19]]]}, {"answer": "sopping", "hint": "synonyms for sopping", "clues": [["drench", [2, 2100, 0]], ["sop", [2, 2100, 1]], ["souse", [2, 2100, 2]], ["dowse", [2, 2100, 3]], ["soak through", [2, 2100, 4]], ["douse", [2, 2100, 5]], ["soak", [2, 2100, 6]]]}, {"answer": "abandon", "hint": "synonyms for abandon", "clues": [["give up", [2, 2101, 0]], ["vacate", [2, 2101, 1]], ["forsake", [2, 2101, 2]], ["desolate", [2, 2101, 3]], ["desert", [2, 2101, 4]], ["empty", [2, 2101, 5]]]}, {"answer": "abode", "hint": "synonyms for abode", "clues": [["tolerate", [2, 2102, 0]], ["endure", [2, 2102, 1]], ["bide", [2, 2102, 2]], ["stand", [2, 2102, 3]], ["stay", [2, 2102, 4]], ["put up", [2, 2102, 5]], ["support", [2, 2102, 6]], ["digest", [2, 2102, 7]], ["stick out", [2, 2102, 8]], ["brook", [2, 2102, 9]], ["bear", [2, 2102, 10]], ["stomach", [2, 2102, 11]], ["suffer", [2, 2102, 12]]]}, {"answer": "abuse", "hint": "synonyms for abuse", "clues": [["mistreat", [2, 2103, 0]], ["pervert", [2, 2103, 1]], ["ill-treat", [2, 2103, 2]], ["ill-use", [2, 2103, 3]], ["step", [2, 2103, 4]], ["shout", [2, 2103, 5]], ["blackguard", [2, 2103, 6]], ["misuse", [2, 2103, 7]], ["clapperclaw", [2, 2103, 8]], ["maltreat", [2, 2103, 9]]]}, {"answer": "accent", "hint": "synonyms for accent", "clues": [["accentuate", [2, 2104, 0]], ["stress", [2, 2104, 1]], ["emphasize", [2, 2104, 2]], ["punctuate", [2, 2104, 3]]]}, {"answer": "accenting", "hint": "synonyms for accenting", "clues": [["accent", [2, 2105, 0]], ["emphasize", [2, 2105, 1]], ["stress", [2, 2105, 2]], ["accentuate", [2, 2105, 3]], ["punctuate", [2, 2105, 4]]]}, {"answer": "acclaim", "hint": "synonyms for acclaim", "clues": [["clap", [2, 2106, 0]], ["applaud", [2, 2106, 1]], ["hail", [2, 2106, 2]], ["herald", [2, 2106, 3]], ["spat", [2, 2106, 4]]]}, {"answer": "accord", "hint": "synonyms for accord", "clues": [["concord", [2, 2107, 0]], ["allot", [2, 2107, 1]], ["harmonize", [2, 2107, 2]], ["consort", [2, 2107, 3]], ["fit in", [2, 2107, 4]], ["grant", [2, 2107, 5]], ["agree", [2, 2107, 6]]]}, {"answer": "account", "hint": "synonyms for account", "clues": [["report", [2, 2108, 0]], ["answer for", [2, 2108, 1]], ["calculate", [2, 2108, 2]], ["describe", [2, 2108, 3]]]}, {"answer": "accounting", "hint": "synonyms for accounting", "clues": [["account", [2, 2109, 0]], ["answer for", [2, 2109, 1]], ["calculate", [2, 2109, 2]], ["describe", [2, 2109, 3]], ["report", [2, 2109, 4]]]}, {"answer": "accused", "hint": "synonyms for accused", "clues": [["accuse", [2, 2110, 0]], ["impeach", [2, 2110, 1]], ["incriminate", [2, 2110, 2]], ["charge", [2, 2110, 3]]]}, {"answer": "ache", "hint": "synonyms for ache", "clues": [["yen", [2, 2111, 0]], ["hurt", [2, 2111, 1]], ["yearn", [2, 2111, 2]], ["languish", [2, 2111, 3]], ["pine", [2, 2111, 4]], ["suffer", [2, 2111, 5]], ["smart", [2, 2111, 6]]]}, {"answer": "acquiring", "hint": "synonyms for acquiring", "clues": [["grow", [2, 2112, 0]], ["acquire", [2, 2112, 1]], ["take on", [2, 2112, 2]], ["assume", [2, 2112, 3]], ["gain", [2, 2112, 4]], ["take", [2, 2112, 5]], ["adopt", [2, 2112, 6]], ["larn", [2, 2112, 7]], ["develop", [2, 2112, 8]], ["get", [2, 2112, 9]], ["evolve", [2, 2112, 10]], ["win", [2, 2112, 11]], ["produce", [2, 2112, 12]]]}, {"answer": "act", "hint": "synonyms for act", "clues": [["roleplay", [2, 2113, 0]], ["represent", [2, 2113, 1]], ["do", [2, 2113, 2]], ["work", [2, 2113, 3]], ["play", [2, 2113, 4]], ["act as", [2, 2113, 5]], ["move", [2, 2113, 6]], ["behave", [2, 2113, 7]], ["dissemble", [2, 2113, 8]], ["pretend", [2, 2113, 9]], ["playact", [2, 2113, 10]]]}, {"answer": "action", "hint": "synonyms for action", "clues": [["carry out", [2, 2114, 0]], ["accomplish", [2, 2114, 1]], ["litigate", [2, 2114, 2]], ["fulfil", [2, 2114, 3]], ["carry through", [2, 2114, 4]], ["process", [2, 2114, 5]], ["execute", [2, 2114, 6]], ["sue", [2, 2114, 7]]]}, {"answer": "acts", "hint": "synonyms for acts", "clues": [["do", [2, 2115, 0]], ["act as", [2, 2115, 1]], ["play", [2, 2115, 2]], ["move", [2, 2115, 3]], ["act", [2, 2115, 4]], ["dissemble", [2, 2115, 5]], ["pretend", [2, 2115, 6]], ["represent", [2, 2115, 7]], ["work", [2, 2115, 8]], ["behave", [2, 2115, 9]], ["roleplay", [2, 2115, 10]], ["playact", [2, 2115, 11]]]}, {"answer": "add", "hint": "synonyms for add", "clues": [["lend", [2, 2116, 0]], ["tally", [2, 2116, 1]], ["tot up", [2, 2116, 2]], ["append", [2, 2116, 3]], ["sum", [2, 2116, 4]], ["bestow", [2, 2116, 5]], ["sum up", [2, 2116, 6]], ["total", [2, 2116, 7]], ["tot", [2, 2116, 8]], ["impart", [2, 2116, 9]], ["add together", [2, 2116, 10]], ["supply", [2, 2116, 11]], ["add up", [2, 2116, 12]], ["contribute", [2, 2116, 13]], ["bring", [2, 2116, 14]], ["summate", [2, 2116, 15]]]}, {"answer": "address", "hint": "synonyms for address", "clues": [["plow", [2, 2117, 0]], ["deal", [2, 2117, 1]], ["speak", [2, 2117, 2]], ["treat", [2, 2117, 3]], ["accost", [2, 2117, 4]], ["turn to", [2, 2117, 5]], ["cover", [2, 2117, 6]], ["come up to", [2, 2117, 7]], ["handle", [2, 2117, 8]], ["direct", [2, 2117, 9]], ["call", [2, 2117, 10]]]}, {"answer": "adventure", "hint": "synonyms for adventure", "clues": [["venture", [2, 2118, 0]], ["take chances", [2, 2118, 1]], ["gamble", [2, 2118, 2]], ["hazard", [2, 2118, 3]], ["jeopardize", [2, 2118, 4]], ["chance", [2, 2118, 5]], ["risk", [2, 2118, 6]], ["stake", [2, 2118, 7]], ["run a risk", [2, 2118, 8]]]}, {"answer": "adventuress", "hint": "synonyms for adventuress", "clues": [["venture", [2, 2119, 0]], ["take chances", [2, 2119, 1]], ["gamble", [2, 2119, 2]], ["hazard", [2, 2119, 3]], ["jeopardize", [2, 2119, 4]], ["chance", [2, 2119, 5]], ["risk", [2, 2119, 6]], ["stake", [2, 2119, 7]], ["run a risk", [2, 2119, 8]]]}, {"answer": "advert", "hint": "synonyms for advert", "clues": [["hang", [2, 2120, 0]], ["attend", [2, 2120, 1]], ["pay heed", [2, 2120, 2]], ["bring up", [2, 2120, 3]], ["touch", [2, 2120, 4]], ["allude", [2, 2120, 5]], ["refer", [2, 2120, 6]], ["name", [2, 2120, 7]], ["mention", [2, 2120, 8]], ["cite", [2, 2120, 9]], ["give ear", [2, 2120, 10]]]}, {"answer": "advertising", "hint": "synonyms for advertising", "clues": [["publicise", [2, 2121, 0]], ["push", [2, 2121, 1]], ["advertise", [2, 2121, 2]], ["promote", [2, 2121, 3]]]}, {"answer": "advertizing", "hint": "synonyms for advertizing", "clues": [["publicise", [2, 2122, 0]], ["push", [2, 2122, 1]], ["advertise", [2, 2122, 2]], ["promote", [2, 2122, 3]]]}, {"answer": "affect", "hint": "synonyms for affect", "clues": [["move", [2, 2123, 0]], ["touch", [2, 2123, 1]], ["dissemble", [2, 2123, 2]], ["feign", [2, 2123, 3]], ["pretend", [2, 2123, 4]], ["sham", [2, 2123, 5]], ["impress", [2, 2123, 6]], ["bear upon", [2, 2123, 7]], ["involve", [2, 2123, 8]], ["impact", [2, 2123, 9]], ["regard", [2, 2123, 10]], ["touch on", [2, 2123, 11]], ["strike", [2, 2123, 12]]]}, {"answer": "affirmed", "hint": "synonyms for affirmed", "clues": [["affirm", [2, 2124, 0]], ["support", [2, 2124, 1]], ["confirm", [2, 2124, 2]], ["sustain", [2, 2124, 3]], ["swan", [2, 2124, 4]], ["verify", [2, 2124, 5]], ["avow", [2, 2124, 6]], ["assert", [2, 2124, 7]], ["substantiate", [2, 2124, 8]], ["aver", [2, 2124, 9]], ["swear", [2, 2124, 10]], ["corroborate", [2, 2124, 11]]]}, {"answer": "affix", "hint": "synonyms for affix", "clues": [["supplement", [2, 2125, 0]], ["append", [2, 2125, 1]], ["add on", [2, 2125, 2]], ["stick on", [2, 2125, 3]]]}, {"answer": "aim", "hint": "synonyms for aim", "clues": [["direct", [2, 2126, 0]], ["drive", [2, 2126, 1]], ["place", [2, 2126, 2]], ["purport", [2, 2126, 3]], ["take", [2, 2126, 4]], ["calculate", [2, 2126, 5]], ["draw a bead on", [2, 2126, 6]], ["point", [2, 2126, 7]], ["train", [2, 2126, 8]], ["aspire", [2, 2126, 9]], ["propose", [2, 2126, 10]], ["take aim", [2, 2126, 11]], ["get", [2, 2126, 12]], ["shoot for", [2, 2126, 13]], ["target", [2, 2126, 14]]]}, {"answer": "air", "hint": "synonyms for air", "clues": [["vent", [2, 2127, 0]], ["publicize", [2, 2127, 1]], ["send", [2, 2127, 2]], ["transmit", [2, 2127, 3]], ["air out", [2, 2127, 4]], ["broadcast", [2, 2127, 5]], ["beam", [2, 2127, 6]], ["bare", [2, 2127, 7]], ["ventilate", [2, 2127, 8]], ["aerate", [2, 2127, 9]]]}, {"answer": "airing", "hint": "synonyms for airing", "clues": [["vent", [2, 2128, 0]], ["publicize", [2, 2128, 1]], ["air", [2, 2128, 2]], ["send", [2, 2128, 3]], ["transmit", [2, 2128, 4]], ["air out", [2, 2128, 5]], ["broadcast", [2, 2128, 6]], ["beam", [2, 2128, 7]], ["bare", [2, 2128, 8]], ["ventilate", [2, 2128, 9]], ["aerate", [2, 2128, 10]]]}, {"answer": "airs", "hint": "synonyms for airs", "clues": [["vent", [2, 2129, 0]], ["publicize", [2, 2129, 1]], ["air", [2, 2129, 2]], ["send", [2, 2129, 3]], ["transmit", [2, 2129, 4]], ["air out", [2, 2129, 5]], ["broadcast", [2, 2129, 6]], ["beam", [2, 2129, 7]], ["bare", [2, 2129, 8]], ["ventilate", [2, 2129, 9]], ["aerate", [2, 2129, 10]]]}, {"answer": "alarm", "hint": "synonyms for alarm", "clues": [["alert", [2, 2130, 0]], ["horrify", [2, 2130, 1]], ["appal", [2, 2130, 2]], ["dismay", [2, 2130, 3]]]}, {"answer": "altering", "hint": "synonyms for altering", "clues": [["alter", [2, 2131, 0]], ["falsify", [2, 2131, 1]], ["spay", [2, 2131, 2]], ["interpolate", [2, 2131, 3]], ["change", [2, 2131, 4]], ["castrate", [2, 2131, 5]], ["modify", [2, 2131, 6]], ["vary", [2, 2131, 7]], ["neuter", [2, 2131, 8]]]}, {"answer": "am", "hint": "synonyms for am", "clues": [["make up", [2, 2132, 0]], ["be", [2, 2132, 1]], ["constitute", [2, 2132, 2]], ["equal", [2, 2132, 3]], ["follow", [2, 2132, 4]], ["personify", [2, 2132, 5]], ["comprise", [2, 2132, 6]], ["embody", [2, 2132, 7]], ["exist", [2, 2132, 8]], ["represent", [2, 2132, 9]], ["live", [2, 2132, 10]], ["cost", [2, 2132, 11]]]}, {"answer": "ambuscade", "hint": "synonyms for ambuscade", "clues": [["bushwhack", [2, 2133, 0]], ["lurk", [2, 2133, 1]], ["scupper", [2, 2133, 2]], ["ambush", [2, 2133, 3]], ["lie in wait", [2, 2133, 4]], ["waylay", [2, 2133, 5]]]}, {"answer": "ambush", "hint": "synonyms for ambush", "clues": [["bushwhack", [2, 2134, 0]], ["lurk", [2, 2134, 1]], ["scupper", [2, 2134, 2]], ["ambuscade", [2, 2134, 3]], ["lie in wait", [2, 2134, 4]], ["still-hunt", [2, 2134, 5]], ["waylay", [2, 2134, 6]]]}, {"answer": "amends", "hint": "synonyms for amends", "clues": [["remediate", [2, 2135, 0]], ["meliorate", [2, 2135, 1]], ["amend", [2, 2135, 2]], ["rectify", [2, 2135, 3]], ["improve", [2, 2135, 4]], ["repair", [2, 2135, 5]], ["remedy", [2, 2135, 6]], ["better", [2, 2135, 7]]]}, {"answer": "amount", "hint": "synonyms for amount", "clues": [["add up", [2, 2136, 0]], ["come", [2, 2136, 1]], ["total", [2, 2136, 2]], ["number", [2, 2136, 3]]]}, {"answer": "angle", "hint": "synonyms for angle", "clues": [["tip", [2, 2137, 0]], ["lean", [2, 2137, 1]], ["fish", [2, 2137, 2]], ["weight", [2, 2137, 3]], ["tilt", [2, 2137, 4]], ["slant", [2, 2137, 5]]]}, {"answer": "angling", "hint": "synonyms for angling", "clues": [["lean", [2, 2138, 0]], ["tip", [2, 2138, 1]], ["fish", [2, 2138, 2]], ["angle", [2, 2138, 3]], ["tilt", [2, 2138, 4]], ["slant", [2, 2138, 5]], ["weight", [2, 2138, 6]]]}, {"answer": "annotating", "hint": "synonyms for annotating", "clues": [["annotate", [2, 2139, 0]], ["comment", [2, 2139, 1]], ["footnote", [2, 2139, 2]], ["gloss", [2, 2139, 3]]]}, {"answer": "anointing", "hint": "synonyms for anointing", "clues": [["embrocate", [2, 2140, 0]], ["anele", [2, 2140, 1]], ["anoint", [2, 2140, 2]], ["inunct", [2, 2140, 3]], ["oil", [2, 2140, 4]]]}, {"answer": "answer", "hint": "synonyms for answer", "clues": [["do", [2, 2141, 0]], ["suffice", [2, 2141, 1]], ["reply", [2, 2141, 2]], ["respond", [2, 2141, 3]], ["serve", [2, 2141, 4]], ["resolve", [2, 2141, 5]]]}, {"answer": "apparel", "hint": "synonyms for apparel", "clues": [["garb", [2, 2142, 0]], ["habilitate", [2, 2142, 1]], ["fit out", [2, 2142, 2]], ["garment", [2, 2142, 3]], ["dress", [2, 2142, 4]], ["enclothe", [2, 2142, 5]], ["raiment", [2, 2142, 6]], ["tog", [2, 2142, 7]]]}, {"answer": "appearing", "hint": "synonyms for appearing", "clues": [["appear", [2, 2143, 0]], ["come along", [2, 2143, 1]], ["look", [2, 2143, 2]], ["come out", [2, 2143, 3]], ["seem", [2, 2143, 4]]]}, {"answer": "apportioning", "hint": "synonyms for apportioning", "clues": [["divvy up", [2, 2144, 0]], ["apportion", [2, 2144, 1]], ["share", [2, 2144, 2]], ["allocate", [2, 2144, 3]], ["deal", [2, 2144, 4]], ["portion out", [2, 2144, 5]]]}, {"answer": "approach", "hint": "synonyms for approach", "clues": [["come near", [2, 2145, 0]], ["near", [2, 2145, 1]], ["border on", [2, 2145, 2]], ["draw near", [2, 2145, 3]], ["go about", [2, 2145, 4]], ["draw close", [2, 2145, 5]], ["go up", [2, 2145, 6]], ["come on", [2, 2145, 7]], ["set about", [2, 2145, 8]]]}, {"answer": "are", "hint": "synonyms for are", "clues": [["make up", [2, 2146, 0]], ["be", [2, 2146, 1]], ["constitute", [2, 2146, 2]], ["equal", [2, 2146, 3]], ["follow", [2, 2146, 4]], ["personify", [2, 2146, 5]], ["comprise", [2, 2146, 6]], ["embody", [2, 2146, 7]], ["exist", [2, 2146, 8]], ["represent", [2, 2146, 9]], ["live", [2, 2146, 10]], ["cost", [2, 2146, 11]]]}, {"answer": "arguing", "hint": "synonyms for arguing", "clues": [["indicate", [2, 2147, 0]], ["debate", [2, 2147, 1]], ["contend", [2, 2147, 2]], ["argue", [2, 2147, 3]], ["fence", [2, 2147, 4]], ["reason", [2, 2147, 5]]]}, {"answer": "arming", "hint": "synonyms for arming", "clues": [["build up", [2, 2148, 0]], ["arm", [2, 2148, 1]], ["gird", [2, 2148, 2]], ["fortify", [2, 2148, 3]]]}, {"answer": "arms", "hint": "synonyms for arms", "clues": [["build up", [2, 2149, 0]], ["arm", [2, 2149, 1]], ["gird", [2, 2149, 2]], ["fortify", [2, 2149, 3]]]}, {"answer": "arranging", "hint": "synonyms for arranging", "clues": [["coiffure", [2, 2150, 0]], ["set up", [2, 2150, 1]], ["coif", [2, 2150, 2]], ["dress", [2, 2150, 3]], ["arrange", [2, 2150, 4]], ["put", [2, 2150, 5]], ["fix up", [2, 2150, 6]], ["do", [2, 2150, 7]], ["set", [2, 2150, 8]], ["stage", [2, 2150, 9]], ["format", [2, 2150, 10]], ["order", [2, 2150, 11]]]}, {"answer": "array", "hint": "synonyms for array", "clues": [["range", [2, 2151, 0]], ["align", [2, 2151, 1]], ["set out", [2, 2151, 2]], ["lay out", [2, 2151, 3]]]}, {"answer": "arrest", "hint": "synonyms for arrest", "clues": [["turn back", [2, 2152, 0]], ["apprehend", [2, 2152, 1]], ["contain", [2, 2152, 2]], ["nail", [2, 2152, 3]], ["get", [2, 2152, 4]], ["halt", [2, 2152, 5]], ["pick up", [2, 2152, 6]], ["hold back", [2, 2152, 7]], ["cop", [2, 2152, 8]], ["nab", [2, 2152, 9]], ["hold", [2, 2152, 10]], ["collar", [2, 2152, 11]], ["stop", [2, 2152, 12]], ["catch", [2, 2152, 13]], ["check", [2, 2152, 14]]]}, {"answer": "asking", "hint": "synonyms for asking", "clues": [["ask", [2, 2153, 0]], ["need", [2, 2153, 1]], ["demand", [2, 2153, 2]], ["necessitate", [2, 2153, 3]], ["require", [2, 2153, 4]], ["call for", [2, 2153, 5]], ["take", [2, 2153, 6]], ["involve", [2, 2153, 7]], ["inquire", [2, 2153, 8]], ["expect", [2, 2153, 9]], ["postulate", [2, 2153, 10]]]}, {"answer": "assault", "hint": "synonyms for assault", "clues": [["attack", [2, 2154, 0]], ["dishonour", [2, 2154, 1]], ["violate", [2, 2154, 2]], ["snipe", [2, 2154, 3]], ["round", [2, 2154, 4]], ["lash out", [2, 2154, 5]], ["rape", [2, 2154, 6]], ["assail", [2, 2154, 7]], ["outrage", [2, 2154, 8]], ["ravish", [2, 2154, 9]], ["set on", [2, 2154, 10]]]}, {"answer": "assay", "hint": "synonyms for assay", "clues": [["try", [2, 2155, 0]], ["attempt", [2, 2155, 1]], ["seek", [2, 2155, 2]], ["essay", [2, 2155, 3]]]}, {"answer": "assembling", "hint": "synonyms for assembling", "clues": [["meet", [2, 2156, 0]], ["assemble", [2, 2156, 1]], ["forgather", [2, 2156, 2]], ["set up", [2, 2156, 3]], ["get together", [2, 2156, 4]], ["gather", [2, 2156, 5]], ["put together", [2, 2156, 6]], ["tack", [2, 2156, 7]], ["piece", [2, 2156, 8]], ["tack together", [2, 2156, 9]]]}, {"answer": "assigning", "hint": "synonyms for assigning", "clues": [["assign", [2, 2157, 0]], ["depute", [2, 2157, 1]], ["designate", [2, 2157, 2]], ["specify", [2, 2157, 3]], ["delegate", [2, 2157, 4]], ["put", [2, 2157, 5]], ["allot", [2, 2157, 6]], ["attribute", [2, 2157, 7]], ["ascribe", [2, 2157, 8]], ["arrogate", [2, 2157, 9]], ["impute", [2, 2157, 10]], ["portion", [2, 2157, 11]], ["set apart", [2, 2157, 12]]]}, {"answer": "assist", "hint": "synonyms for assist", "clues": [["serve", [2, 2158, 0]], ["aid", [2, 2158, 1]], ["attend", [2, 2158, 2]], ["attend to", [2, 2158, 3]], ["wait on", [2, 2158, 4]], ["help", [2, 2158, 5]]]}, {"answer": "ate", "hint": "synonyms for ate", "clues": [["wipe out", [2, 2159, 0]], ["corrode", [2, 2159, 1]], ["eat", [2, 2159, 2]], ["feed", [2, 2159, 3]], ["run through", [2, 2159, 4]], ["eat on", [2, 2159, 5]], ["eat up", [2, 2159, 6]], ["consume", [2, 2159, 7]], ["deplete", [2, 2159, 8]], ["exhaust", [2, 2159, 9]], ["rust", [2, 2159, 10]], ["use up", [2, 2159, 11]]]}, {"answer": "attack", "hint": "synonyms for attack", "clues": [["assault", [2, 2160, 0]], ["snipe", [2, 2160, 1]], ["round", [2, 2160, 2]], ["lash out", [2, 2160, 3]], ["assail", [2, 2160, 4]], ["aggress", [2, 2160, 5]], ["set on", [2, 2160, 6]]]}, {"answer": "attempt", "hint": "synonyms for attempt", "clues": [["try", [2, 2161, 0]], ["undertake", [2, 2161, 1]], ["essay", [2, 2161, 2]], ["assay", [2, 2161, 3]], ["set about", [2, 2161, 4]], ["seek", [2, 2161, 5]]]}, {"answer": "attending", "hint": "synonyms for attending", "clues": [["look", [2, 2162, 0]], ["attend", [2, 2162, 1]], ["hang", [2, 2162, 2]], ["give ear", [2, 2162, 3]], ["assist", [2, 2162, 4]], ["serve", [2, 2162, 5]], ["attend to", [2, 2162, 6]], ["pay heed", [2, 2162, 7]], ["go to", [2, 2162, 8]], ["take care", [2, 2162, 9]], ["advert", [2, 2162, 10]], ["wait on", [2, 2162, 11]], ["see", [2, 2162, 12]]]}, {"answer": "attire", "hint": "synonyms for attire", "clues": [["deck up", [2, 2163, 0]], ["trick out", [2, 2163, 1]], ["trick up", [2, 2163, 2]], ["tog up", [2, 2163, 3]], ["gussy up", [2, 2163, 4]], ["tog out", [2, 2163, 5]], ["deck out", [2, 2163, 6]], ["dress up", [2, 2163, 7]], ["fig up", [2, 2163, 8]], ["overdress", [2, 2163, 9]], ["fancy up", [2, 2163, 10]], ["get up", [2, 2163, 11]], ["fig out", [2, 2163, 12]], ["prink", [2, 2163, 13]]]}, {"answer": "augur", "hint": "synonyms for augur", "clues": [["prognosticate", [2, 2164, 0]], ["presage", [2, 2164, 1]], ["forecast", [2, 2164, 2]], ["auspicate", [2, 2164, 3]], ["foreshadow", [2, 2164, 4]], ["omen", [2, 2164, 5]], ["portend", [2, 2164, 6]], ["predict", [2, 2164, 7]], ["betoken", [2, 2164, 8]], ["foretell", [2, 2164, 9]], ["prefigure", [2, 2164, 10]], ["bode", [2, 2164, 11]]]}, {"answer": "averting", "hint": "synonyms for averting", "clues": [["ward off", [2, 2165, 0]], ["avoid", [2, 2165, 1]], ["obviate", [2, 2165, 2]], ["avert", [2, 2165, 3]], ["forefend", [2, 2165, 4]], ["head off", [2, 2165, 5]], ["stave off", [2, 2165, 6]], ["fend off", [2, 2165, 7]], ["deflect", [2, 2165, 8]], ["turn away", [2, 2165, 9]], ["debar", [2, 2165, 10]]]}, {"answer": "awakening", "hint": "synonyms for awakening", "clues": [["awaken", [2, 2166, 0]], ["wake", [2, 2166, 1]], ["wake up", [2, 2166, 2]], ["arouse", [2, 2166, 3]], ["come alive", [2, 2166, 4]]]}, {"answer": "babble", "hint": "synonyms for babble", "clues": [["guggle", [2, 2167, 0]], ["blab", [2, 2167, 1]], ["gurgle", [2, 2167, 2]], ["blither", [2, 2167, 3]], ["tattle", [2, 2167, 4]], ["talk", [2, 2167, 5]], ["babble out", [2, 2167, 6]], ["peach", [2, 2167, 7]], ["let the cat out of the bag", [2, 2167, 8]], ["sing", [2, 2167, 9]], ["spill the beans", [2, 2167, 10]], ["smatter", [2, 2167, 11]], ["burble", [2, 2167, 12]], ["blab out", [2, 2167, 13]], ["bubble", [2, 2167, 14]], ["ripple", [2, 2167, 15]]]}, {"answer": "babbling", "hint": "synonyms for babbling", "clues": [["gurgle", [2, 2168, 0]], ["tattle", [2, 2168, 1]], ["talk", [2, 2168, 2]], ["babble out", [2, 2168, 3]], ["peach", [2, 2168, 4]], ["let the cat out of the bag", [2, 2168, 5]], ["sing", [2, 2168, 6]], ["spill the beans", [2, 2168, 7]], ["blether", [2, 2168, 8]], ["babble", [2, 2168, 9]], ["bubble", [2, 2168, 10]], ["guggle", [2, 2168, 11]], ["blab", [2, 2168, 12]], ["smatter", [2, 2168, 13]], ["burble", [2, 2168, 14]], ["blab out", [2, 2168, 15]], ["ripple", [2, 2168, 16]]]}, {"answer": "baby", "hint": "synonyms for baby", "clues": [["coddle", [2, 2169, 0]], ["mollycoddle", [2, 2169, 1]], ["indulge", [2, 2169, 2]], ["pamper", [2, 2169, 3]], ["featherbed", [2, 2169, 4]], ["cosset", [2, 2169, 5]], ["spoil", [2, 2169, 6]], ["cocker", [2, 2169, 7]]]}, {"answer": "backing", "hint": "synonyms for backing", "clues": [["indorse", [2, 2170, 0]], ["bet on", [2, 2170, 1]], ["second", [2, 2170, 2]], ["back", [2, 2170, 3]], ["punt", [2, 2170, 4]], ["stake", [2, 2170, 5]], ["plump for", [2, 2170, 6]], ["back up", [2, 2170, 7]], ["gage", [2, 2170, 8]], ["support", [2, 2170, 9]], ["game", [2, 2170, 10]], ["plunk for", [2, 2170, 11]]]}, {"answer": "bade", "hint": "synonyms for bade", "clues": [["beseech", [2, 2171, 0]], ["offer", [2, 2171, 1]], ["bid", [2, 2171, 2]], ["call", [2, 2171, 3]], ["tender", [2, 2171, 4]], ["entreat", [2, 2171, 5]], ["adjure", [2, 2171, 6]], ["wish", [2, 2171, 7]], ["conjure", [2, 2171, 8]], ["press", [2, 2171, 9]], ["invite", [2, 2171, 10]]]}, {"answer": "badger", "hint": "synonyms for badger", "clues": [["pester", [2, 2172, 0]], ["bug", [2, 2172, 1]], ["tease", [2, 2172, 2]], ["beleaguer", [2, 2172, 3]]]}, {"answer": "badgering", "hint": "synonyms for badgering", "clues": [["badger", [2, 2173, 0]], ["tease", [2, 2173, 1]], ["beleaguer", [2, 2173, 2]], ["pester", [2, 2173, 3]], ["bug", [2, 2173, 4]]]}, {"answer": "baffle", "hint": "synonyms for baffle", "clues": [["cross", [2, 2174, 0]], ["thwart", [2, 2174, 1]], ["beat", [2, 2174, 2]], ["spoil", [2, 2174, 3]], ["regulate", [2, 2174, 4]], ["mystify", [2, 2174, 5]], ["pose", [2, 2174, 6]], ["puzzle", [2, 2174, 7]], ["stick", [2, 2174, 8]], ["vex", [2, 2174, 9]], ["bilk", [2, 2174, 10]], ["flummox", [2, 2174, 11]], ["foil", [2, 2174, 12]], ["get", [2, 2174, 13]], ["stupefy", [2, 2174, 14]], ["perplex", [2, 2174, 15]], ["dumbfound", [2, 2174, 16]], ["gravel", [2, 2174, 17]], ["scotch", [2, 2174, 18]], ["bewilder", [2, 2174, 19]], ["frustrate", [2, 2174, 20]], ["queer", [2, 2174, 21]], ["amaze", [2, 2174, 22]], ["nonplus", [2, 2174, 23]]]}, {"answer": "bait", "hint": "synonyms for bait", "clues": [["twit", [2, 2175, 0]], ["razz", [2, 2175, 1]], ["rally", [2, 2175, 2]], ["rag", [2, 2175, 3]], ["taunt", [2, 2175, 4]], ["tantalise", [2, 2175, 5]], ["tease", [2, 2175, 6]], ["cod", [2, 2175, 7]], ["ride", [2, 2175, 8]]]}, {"answer": "baiting", "hint": "synonyms for baiting", "clues": [["twit", [2, 2176, 0]], ["razz", [2, 2176, 1]], ["rally", [2, 2176, 2]], ["bait", [2, 2176, 3]], ["rag", [2, 2176, 4]], ["taunt", [2, 2176, 5]], ["tantalise", [2, 2176, 6]], ["tease", [2, 2176, 7]], ["cod", [2, 2176, 8]], ["ride", [2, 2176, 9]]]}, {"answer": "balancing", "hint": "synonyms for balancing", "clues": [["balance", [2, 2177, 0]], ["equilibrize", [2, 2177, 1]], ["poise", [2, 2177, 2]], ["equilibrate", [2, 2177, 3]]]}, {"answer": "ban", "hint": "synonyms for ban", "clues": [["banish", [2, 2178, 0]], ["shun", [2, 2178, 1]], ["ostracize", [2, 2178, 2]], ["censor", [2, 2178, 3]], ["blackball", [2, 2178, 4]], ["cast out", [2, 2178, 5]]]}, {"answer": "bank", "hint": "synonyms for bank", "clues": [["rely", [2, 2179, 0]], ["deposit", [2, 2179, 1]], ["trust", [2, 2179, 2]], ["swear", [2, 2179, 3]]]}, {"answer": "banking", "hint": "synonyms for banking", "clues": [["bank", [2, 2180, 0]], ["swear", [2, 2180, 1]], ["deposit", [2, 2180, 2]], ["rely", [2, 2180, 3]], ["trust", [2, 2180, 4]]]}, {"answer": "banks", "hint": "synonyms for banks", "clues": [["bank", [2, 2181, 0]], ["swear", [2, 2181, 1]], ["deposit", [2, 2181, 2]], ["rely", [2, 2181, 3]], ["trust", [2, 2181, 4]]]}, {"answer": "banning", "hint": "synonyms for banning", "clues": [["banish", [2, 2182, 0]], ["shun", [2, 2182, 1]], ["ban", [2, 2182, 2]], ["ostracize", [2, 2182, 3]], ["censor", [2, 2182, 4]], ["blackball", [2, 2182, 5]], ["cast out", [2, 2182, 6]]]}, {"answer": "banter", "hint": "synonyms for banter", "clues": [["kid", [2, 2183, 0]], ["josh", [2, 2183, 1]], ["chaff", [2, 2183, 2]], ["jolly", [2, 2183, 3]]]}, {"answer": "bar", "hint": "synonyms for bar", "clues": [["exclude", [2, 2184, 0]], ["debar", [2, 2184, 1]], ["relegate", [2, 2184, 2]], ["stop", [2, 2184, 3]], ["banish", [2, 2184, 4]], ["blockade", [2, 2184, 5]], ["block up", [2, 2184, 6]], ["block", [2, 2184, 7]], ["block off", [2, 2184, 8]], ["barricade", [2, 2184, 9]]]}, {"answer": "barf", "hint": "synonyms for barf", "clues": [["spue", [2, 2185, 0]], ["purge", [2, 2185, 1]], ["regorge", [2, 2185, 2]], ["retch", [2, 2185, 3]], ["vomit up", [2, 2185, 4]], ["upchuck", [2, 2185, 5]], ["disgorge", [2, 2185, 6]], ["puke", [2, 2185, 7]], ["honk", [2, 2185, 8]], ["be sick", [2, 2185, 9]], ["sick", [2, 2185, 10]], ["cast", [2, 2185, 11]], ["regurgitate", [2, 2185, 12]], ["vomit", [2, 2185, 13]], ["spew", [2, 2185, 14]], ["chuck", [2, 2185, 15]], ["throw up", [2, 2185, 16]]]}, {"answer": "baring", "hint": "synonyms for baring", "clues": [["exclude", [2, 2186, 0]], ["bare", [2, 2186, 1]], ["denude", [2, 2186, 2]], ["relegate", [2, 2186, 3]], ["stop", [2, 2186, 4]], ["blockade", [2, 2186, 5]], ["block up", [2, 2186, 6]], ["strip", [2, 2186, 7]], ["air", [2, 2186, 8]], ["barricade", [2, 2186, 9]], ["publicize", [2, 2186, 10]], ["debar", [2, 2186, 11]], ["banish", [2, 2186, 12]], ["block", [2, 2186, 13]], ["block off", [2, 2186, 14]]]}, {"answer": "barrack", "hint": "synonyms for barrack", "clues": [["scoff", [2, 2187, 0]], ["pep up", [2, 2187, 1]], ["inspire", [2, 2187, 2]], ["cheer", [2, 2187, 3]], ["flout", [2, 2187, 4]], ["urge on", [2, 2187, 5]], ["gibe", [2, 2187, 6]], ["root on", [2, 2187, 7]], ["jeer", [2, 2187, 8]], ["exhort", [2, 2187, 9]], ["urge", [2, 2187, 10]]]}, {"answer": "barracking", "hint": "synonyms for barracking", "clues": [["barrack", [2, 2188, 0]], ["jeer", [2, 2188, 1]], ["pep up", [2, 2188, 2]], ["inspire", [2, 2188, 3]], ["cheer", [2, 2188, 4]], ["flout", [2, 2188, 5]], ["urge on", [2, 2188, 6]], ["gibe", [2, 2188, 7]], ["root on", [2, 2188, 8]], ["scoff", [2, 2188, 9]], ["exhort", [2, 2188, 10]], ["urge", [2, 2188, 11]]]}, {"answer": "barricade", "hint": "synonyms for barricade", "clues": [["blockade", [2, 2189, 0]], ["block up", [2, 2189, 1]], ["bar", [2, 2189, 2]], ["barricado", [2, 2189, 3]], ["block", [2, 2189, 4]], ["stop", [2, 2189, 5]], ["block off", [2, 2189, 6]]]}, {"answer": "barring", "hint": "synonyms for barring", "clues": [["exclude", [2, 2190, 0]], ["bar", [2, 2190, 1]], ["debar", [2, 2190, 2]], ["stop", [2, 2190, 3]], ["relegate", [2, 2190, 4]], ["banish", [2, 2190, 5]], ["blockade", [2, 2190, 6]], ["block up", [2, 2190, 7]], ["block", [2, 2190, 8]], ["block off", [2, 2190, 9]], ["barricade", [2, 2190, 10]]]}, {"answer": "bars", "hint": "synonyms for bars", "clues": [["exclude", [2, 2191, 0]], ["bar", [2, 2191, 1]], ["debar", [2, 2191, 2]], ["stop", [2, 2191, 3]], ["relegate", [2, 2191, 4]], ["banish", [2, 2191, 5]], ["blockade", [2, 2191, 6]], ["block up", [2, 2191, 7]], ["block", [2, 2191, 8]], ["block off", [2, 2191, 9]], ["barricade", [2, 2191, 10]]]}, {"answer": "bash", "hint": "synonyms for bash", "clues": [["whap", [2, 2192, 0]], ["bop", [2, 2192, 1]], ["bonk", [2, 2192, 2]], ["whop", [2, 2192, 3]], ["sock", [2, 2192, 4]]]}, {"answer": "basting", "hint": "synonyms for basting", "clues": [["batter", [2, 2193, 0]], ["baste", [2, 2193, 1]], ["clobber", [2, 2193, 2]], ["tack", [2, 2193, 3]]]}, {"answer": "bat", "hint": "synonyms for bat", "clues": [["thrash", [2, 2194, 0]], ["lick", [2, 2194, 1]], ["flutter", [2, 2194, 2]], ["drub", [2, 2194, 3]], ["cream", [2, 2194, 4]], ["clobber", [2, 2194, 5]]]}, {"answer": "batter", "hint": "synonyms for batter", "clues": [["dinge", [2, 2195, 0]], ["buffet", [2, 2195, 1]], ["baste", [2, 2195, 2]], ["knock about", [2, 2195, 3]], ["clobber", [2, 2195, 4]]]}, {"answer": "battering", "hint": "synonyms for battering", "clues": [["batter", [2, 2196, 0]], ["dinge", [2, 2196, 1]], ["buffet", [2, 2196, 2]], ["baste", [2, 2196, 3]], ["knock about", [2, 2196, 4]], ["clobber", [2, 2196, 5]]]}, {"answer": "batting", "hint": "synonyms for batting", "clues": [["thrash", [2, 2197, 0]], ["lick", [2, 2197, 1]], ["bat", [2, 2197, 2]], ["cream", [2, 2197, 3]], ["drub", [2, 2197, 4]], ["flutter", [2, 2197, 5]], ["clobber", [2, 2197, 6]]]}, {"answer": "be", "hint": "synonyms for be", "clues": [["make up", [2, 2198, 0]], ["cost", [2, 2198, 1]], ["constitute", [2, 2198, 2]], ["equal", [2, 2198, 3]], ["follow", [2, 2198, 4]], ["personify", [2, 2198, 5]], ["comprise", [2, 2198, 6]], ["live", [2, 2198, 7]], ["embody", [2, 2198, 8]], ["exist", [2, 2198, 9]], ["represent", [2, 2198, 10]]]}, {"answer": "beam", "hint": "synonyms for beam", "clues": [["air", [2, 2199, 0]], ["send", [2, 2199, 1]], ["transmit", [2, 2199, 2]], ["shine", [2, 2199, 3]], ["broadcast", [2, 2199, 4]], ["glow", [2, 2199, 5]], ["radiate", [2, 2199, 6]]]}, {"answer": "bear", "hint": "synonyms for bear", "clues": [["endure", [2, 2200, 0]], ["turn out", [2, 2200, 1]], ["birth", [2, 2200, 2]], ["have", [2, 2200, 3]], ["give birth", [2, 2200, 4]], ["comport", [2, 2200, 5]], ["support", [2, 2200, 6]], ["hold", [2, 2200, 7]], ["yield", [2, 2200, 8]], ["have a bun in the oven", [2, 2200, 9]], ["wear", [2, 2200, 10]], ["carry", [2, 2200, 11]], ["acquit", [2, 2200, 12]], ["digest", [2, 2200, 13]], ["brook", [2, 2200, 14]], ["assume", [2, 2200, 15]], ["tolerate", [2, 2200, 16]], ["deport", [2, 2200, 17]], ["expect", [2, 2200, 18]], ["contain", [2, 2200, 19]], ["abide", [2, 2200, 20]], ["put up", [2, 2200, 21]], ["conduct", [2, 2200, 22]], ["pay", [2, 2200, 23]], ["stick out", [2, 2200, 24]], ["suffer", [2, 2200, 25]], ["take over", [2, 2200, 26]], ["accept", [2, 2200, 27]], ["stand", [2, 2200, 28]], ["behave", [2, 2200, 29]], ["gestate", [2, 2200, 30]], ["stomach", [2, 2200, 31]], ["deliver", [2, 2200, 32]]]}, {"answer": "beating", "hint": "synonyms for beating", "clues": [["work over", [2, 2201, 0]], ["beat", [2, 2201, 1]], ["scramble", [2, 2201, 2]], ["beat out", [2, 2201, 3]], ["thump", [2, 2201, 4]], ["ticktock", [2, 2201, 5]], ["mystify", [2, 2201, 6]], ["puzzle", [2, 2201, 7]], ["circumvent", [2, 2201, 8]], ["crush", [2, 2201, 9]], ["flummox", [2, 2201, 10]], ["shell", [2, 2201, 11]], ["flap", [2, 2201, 12]], ["stupefy", [2, 2201, 13]], ["thrum", [2, 2201, 14]], ["tucker", [2, 2201, 15]], ["outfox", [2, 2201, 16]], ["tucker out", [2, 2201, 17]], ["amaze", [2, 2201, 18]], ["vanquish", [2, 2201, 19]], ["baffle", [2, 2201, 20]], ["nonplus", [2, 2201, 21]], ["bunk", [2, 2201, 22]], ["pound", [2, 2201, 23]], ["exhaust", [2, 2201, 24]], ["pose", [2, 2201, 25]], ["stick", [2, 2201, 26]], ["quiver", [2, 2201, 27]], ["vex", [2, 2201, 28]], ["overreach", [2, 2201, 29]], ["beat up", [2, 2201, 30]], ["outwit", [2, 2201, 31]], ["pulsate", [2, 2201, 32]], ["get", [2, 2201, 33]], ["wash up", [2, 2201, 34]], ["perplex", [2, 2201, 35]], ["outsmart", [2, 2201, 36]], ["gravel", [2, 2201, 37]], ["bewilder", [2, 2201, 38]], ["trounce", [2, 2201, 39]], ["drum", [2, 2201, 40]], ["dumbfound", [2, 2201, 41]]]}, {"answer": "beats", "hint": "synonyms for beats", "clues": [["work over", [2, 2202, 0]], ["beat", [2, 2202, 1]], ["scramble", [2, 2202, 2]], ["beat out", [2, 2202, 3]], ["thump", [2, 2202, 4]], ["ticktock", [2, 2202, 5]], ["mystify", [2, 2202, 6]], ["puzzle", [2, 2202, 7]], ["circumvent", [2, 2202, 8]], ["crush", [2, 2202, 9]], ["flummox", [2, 2202, 10]], ["shell", [2, 2202, 11]], ["flap", [2, 2202, 12]], ["stupefy", [2, 2202, 13]], ["thrum", [2, 2202, 14]], ["tucker", [2, 2202, 15]], ["outfox", [2, 2202, 16]], ["tucker out", [2, 2202, 17]], ["amaze", [2, 2202, 18]], ["vanquish", [2, 2202, 19]], ["baffle", [2, 2202, 20]], ["nonplus", [2, 2202, 21]], ["bunk", [2, 2202, 22]], ["pound", [2, 2202, 23]], ["exhaust", [2, 2202, 24]], ["pose", [2, 2202, 25]], ["stick", [2, 2202, 26]], ["quiver", [2, 2202, 27]], ["vex", [2, 2202, 28]], ["overreach", [2, 2202, 29]], ["beat up", [2, 2202, 30]], ["outwit", [2, 2202, 31]], ["pulsate", [2, 2202, 32]], ["get", [2, 2202, 33]], ["wash up", [2, 2202, 34]], ["perplex", [2, 2202, 35]], ["outsmart", [2, 2202, 36]], ["gravel", [2, 2202, 37]], ["bewilder", [2, 2202, 38]], ["trounce", [2, 2202, 39]], ["drum", [2, 2202, 40]], ["dumbfound", [2, 2202, 41]]]}, {"answer": "bed", "hint": "synonyms for bed", "clues": [["kip down", [2, 2203, 0]], ["hump", [2, 2203, 1]], ["jazz", [2, 2203, 2]], ["eff", [2, 2203, 3]], ["do it", [2, 2203, 4]], ["crawl in", [2, 2203, 5]], ["lie with", [2, 2203, 6]], ["sleep with", [2, 2203, 7]], ["fuck", [2, 2203, 8]], ["be intimate", [2, 2203, 9]], ["make love", [2, 2203, 10]], ["get it on", [2, 2203, 11]], ["roll in the hay", [2, 2203, 12]], ["sack out", [2, 2203, 13]], ["know", [2, 2203, 14]], ["turn in", [2, 2203, 15]], ["bang", [2, 2203, 16]], ["love", [2, 2203, 17]], ["have sex", [2, 2203, 18]], ["bonk", [2, 2203, 19]], ["have it off", [2, 2203, 20]], ["get laid", [2, 2203, 21]], ["hit the sack", [2, 2203, 22]], ["have a go at it", [2, 2203, 23]], ["go to sleep", [2, 2203, 24]], ["have it away", [2, 2203, 25]], ["retire", [2, 2203, 26]], ["make out", [2, 2203, 27]], ["go to bed", [2, 2203, 28]], ["hit the hay", [2, 2203, 29]], ["have intercourse", [2, 2203, 30]], ["sleep together", [2, 2203, 31]], ["screw", [2, 2203, 32]]]}, {"answer": "bedding", "hint": "synonyms for bedding", "clues": [["hump", [2, 2204, 0]], ["jazz", [2, 2204, 1]], ["eff", [2, 2204, 2]], ["do it", [2, 2204, 3]], ["bed", [2, 2204, 4]], ["lie with", [2, 2204, 5]], ["sleep with", [2, 2204, 6]], ["fuck", [2, 2204, 7]], ["be intimate", [2, 2204, 8]], ["roll in the hay", [2, 2204, 9]], ["sack out", [2, 2204, 10]], ["bang", [2, 2204, 11]], ["love", [2, 2204, 12]], ["have it off", [2, 2204, 13]], ["hit the sack", [2, 2204, 14]], ["have a go at it", [2, 2204, 15]], ["have it away", [2, 2204, 16]], ["retire", [2, 2204, 17]], ["go to bed", [2, 2204, 18]], ["have intercourse", [2, 2204, 19]], ["kip down", [2, 2204, 20]], ["crawl in", [2, 2204, 21]], ["make love", [2, 2204, 22]], ["get it on", [2, 2204, 23]], ["know", [2, 2204, 24]], ["turn in", [2, 2204, 25]], ["have sex", [2, 2204, 26]], ["bonk", [2, 2204, 27]], ["get laid", [2, 2204, 28]], ["go to sleep", [2, 2204, 29]], ["make out", [2, 2204, 30]], ["hit the hay", [2, 2204, 31]], ["sleep together", [2, 2204, 32]], ["screw", [2, 2204, 33]]]}, {"answer": "beef", "hint": "synonyms for beef", "clues": [["bitch", [2, 2205, 0]], ["crab", [2, 2205, 1]], ["squawk", [2, 2205, 2]], ["bellyache", [2, 2205, 3]], ["holler", [2, 2205, 4]], ["grouse", [2, 2205, 5]], ["gripe", [2, 2205, 6]]]}, {"answer": "beep", "hint": "synonyms for beep", "clues": [["blare", [2, 2206, 0]], ["claxon", [2, 2206, 1]], ["honk", [2, 2206, 2]], ["toot", [2, 2206, 3]]]}, {"answer": "befooling", "hint": "synonyms for befooling", "clues": [["gull", [2, 2207, 0]], ["put one over", [2, 2207, 1]], ["cod", [2, 2207, 2]], ["befool", [2, 2207, 3]], ["put on", [2, 2207, 4]], ["fool", [2, 2207, 5]], ["slang", [2, 2207, 6]], ["take in", [2, 2207, 7]], ["put one across", [2, 2207, 8]], ["dupe", [2, 2207, 9]]]}, {"answer": "begging", "hint": "synonyms for begging", "clues": [["pray", [2, 2208, 0]], ["beg", [2, 2208, 1]], ["solicit", [2, 2208, 2]], ["implore", [2, 2208, 3]], ["tap", [2, 2208, 4]]]}, {"answer": "begin", "hint": "synonyms for begin", "clues": [["start", [2, 2209, 0]], ["get", [2, 2209, 1]], ["set out", [2, 2209, 2]], ["start out", [2, 2209, 3]], ["lead off", [2, 2209, 4]], ["get down", [2, 2209, 5]], ["commence", [2, 2209, 6]]]}, {"answer": "being", "hint": "synonyms for being", "clues": [["make up", [2, 2210, 0]], ["be", [2, 2210, 1]], ["constitute", [2, 2210, 2]], ["equal", [2, 2210, 3]], ["follow", [2, 2210, 4]], ["personify", [2, 2210, 5]], ["comprise", [2, 2210, 6]], ["embody", [2, 2210, 7]], ["exist", [2, 2210, 8]], ["represent", [2, 2210, 9]], ["live", [2, 2210, 10]], ["cost", [2, 2210, 11]]]}, {"answer": "belch", "hint": "synonyms for belch", "clues": [["extravasate", [2, 2211, 0]], ["burp", [2, 2211, 1]], ["bubble", [2, 2211, 2]], ["erupt", [2, 2211, 3]], ["eruct", [2, 2211, 4]]]}, {"answer": "belching", "hint": "synonyms for belching", "clues": [["extravasate", [2, 2212, 0]], ["burp", [2, 2212, 1]], ["bubble", [2, 2212, 2]], ["erupt", [2, 2212, 3]], ["belch", [2, 2212, 4]], ["eruct", [2, 2212, 5]]]}, {"answer": "beleaguering", "hint": "synonyms for beleaguering", "clues": [["circumvent", [2, 2213, 0]], ["badger", [2, 2213, 1]], ["tease", [2, 2213, 2]], ["hem in", [2, 2213, 3]], ["beleaguer", [2, 2213, 4]], ["surround", [2, 2213, 5]], ["pester", [2, 2213, 6]], ["bug", [2, 2213, 7]], ["besiege", [2, 2213, 8]]]}, {"answer": "believing", "hint": "synonyms for believing", "clues": [["think", [2, 2214, 0]], ["believe", [2, 2214, 1]], ["trust", [2, 2214, 2]], ["conceive", [2, 2214, 3]], ["consider", [2, 2214, 4]]]}, {"answer": "bellyache", "hint": "synonyms for bellyache", "clues": [["bitch", [2, 2215, 0]], ["crab", [2, 2215, 1]], ["squawk", [2, 2215, 2]], ["beef", [2, 2215, 3]], ["holler", [2, 2215, 4]], ["grouse", [2, 2215, 5]], ["gripe", [2, 2215, 6]]]}, {"answer": "bend", "hint": "synonyms for bend", "clues": [["turn away", [2, 2216, 0]], ["deform", [2, 2216, 1]], ["flex", [2, 2216, 2]], ["deflect", [2, 2216, 3]], ["bow", [2, 2216, 4]], ["turn", [2, 2216, 5]], ["twist", [2, 2216, 6]], ["crouch", [2, 2216, 7]], ["stoop", [2, 2216, 8]]]}, {"answer": "bending", "hint": "synonyms for bending", "clues": [["turn away", [2, 2217, 0]], ["deform", [2, 2217, 1]], ["flex", [2, 2217, 2]], ["bend", [2, 2217, 3]], ["bow", [2, 2217, 4]], ["turn", [2, 2217, 5]], ["twist", [2, 2217, 6]], ["deflect", [2, 2217, 7]], ["crouch", [2, 2217, 8]], ["stoop", [2, 2217, 9]]]}, {"answer": "bends", "hint": "synonyms for bends", "clues": [["turn away", [2, 2218, 0]], ["deform", [2, 2218, 1]], ["flex", [2, 2218, 2]], ["bend", [2, 2218, 3]], ["bow", [2, 2218, 4]], ["turn", [2, 2218, 5]], ["twist", [2, 2218, 6]], ["deflect", [2, 2218, 7]], ["crouch", [2, 2218, 8]], ["stoop", [2, 2218, 9]]]}, {"answer": "berating", "hint": "synonyms for berating", "clues": [["dress down", [2, 2219, 0]], ["trounce", [2, 2219, 1]], ["call down", [2, 2219, 2]], ["lambaste", [2, 2219, 3]], ["lecture", [2, 2219, 4]], ["rag", [2, 2219, 5]], ["chew up", [2, 2219, 6]], ["scold", [2, 2219, 7]], ["bawl out", [2, 2219, 8]], ["jaw", [2, 2219, 9]], ["reprimand", [2, 2219, 10]], ["rebuke", [2, 2219, 11]], ["berate", [2, 2219, 12]], ["have words", [2, 2219, 13]], ["chew out", [2, 2219, 14]], ["remonstrate", [2, 2219, 15]], ["call on the carpet", [2, 2219, 16]], ["chide", [2, 2219, 17]], ["reproof", [2, 2219, 18]], ["take to task", [2, 2219, 19]]]}, {"answer": "besieging", "hint": "synonyms for besieging", "clues": [["circumvent", [2, 2220, 0]], ["besiege", [2, 2220, 1]], ["surround", [2, 2220, 2]], ["hem in", [2, 2220, 3]], ["beleaguer", [2, 2220, 4]]]}, {"answer": "bet", "hint": "synonyms for bet", "clues": [["calculate", [2, 2221, 0]], ["play", [2, 2221, 1]], ["wager", [2, 2221, 2]], ["count", [2, 2221, 3]], ["reckon", [2, 2221, 4]], ["look", [2, 2221, 5]], ["depend", [2, 2221, 6]]]}, {"answer": "bicker", "hint": "synonyms for bicker", "clues": [["quibble", [2, 2222, 0]], ["niggle", [2, 2222, 1]], ["squabble", [2, 2222, 2]], ["brabble", [2, 2222, 3]], ["pettifog", [2, 2222, 4]]]}, {"answer": "bickering", "hint": "synonyms for bickering", "clues": [["quibble", [2, 2223, 0]], ["niggle", [2, 2223, 1]], ["squabble", [2, 2223, 2]], ["brabble", [2, 2223, 3]], ["pettifog", [2, 2223, 4]], ["bicker", [2, 2223, 5]]]}, {"answer": "bicycle", "hint": "synonyms for bicycle", "clues": [["wheel", [2, 2224, 0]], ["pedal", [2, 2224, 1]], ["cycle", [2, 2224, 2]], ["bike", [2, 2224, 3]]]}, {"answer": "bicycling", "hint": "synonyms for bicycling", "clues": [["cycle", [2, 2225, 0]], ["pedal", [2, 2225, 1]], ["wheel", [2, 2225, 2]], ["bicycle", [2, 2225, 3]], ["bike", [2, 2225, 4]]]}, {"answer": "bid", "hint": "synonyms for bid", "clues": [["beseech", [2, 2226, 0]], ["offer", [2, 2226, 1]], ["call", [2, 2226, 2]], ["tender", [2, 2226, 3]], ["entreat", [2, 2226, 4]], ["adjure", [2, 2226, 5]], ["wish", [2, 2226, 6]], ["conjure", [2, 2226, 7]], ["press", [2, 2226, 8]], ["invite", [2, 2226, 9]]]}, {"answer": "bidding", "hint": "synonyms for bidding", "clues": [["beseech", [2, 2227, 0]], ["offer", [2, 2227, 1]], ["bid", [2, 2227, 2]], ["call", [2, 2227, 3]], ["tender", [2, 2227, 4]], ["entreat", [2, 2227, 5]], ["adjure", [2, 2227, 6]], ["wish", [2, 2227, 7]], ["conjure", [2, 2227, 8]], ["press", [2, 2227, 9]], ["invite", [2, 2227, 10]]]}, {"answer": "bike", "hint": "synonyms for bike", "clues": [["wheel", [2, 2228, 0]], ["bicycle", [2, 2228, 1]], ["cycle", [2, 2228, 2]], ["pedal", [2, 2228, 3]]]}, {"answer": "billow", "hint": "synonyms for billow", "clues": [["wallow", [2, 2229, 0]], ["balloon", [2, 2229, 1]], ["inflate", [2, 2229, 2]], ["surge", [2, 2229, 3]], ["heave", [2, 2229, 4]]]}, {"answer": "bind", "hint": "synonyms for bind", "clues": [["bandage", [2, 2230, 0]], ["bond", [2, 2230, 1]], ["tie down", [2, 2230, 2]], ["oblige", [2, 2230, 3]], ["adhere", [2, 2230, 4]], ["truss", [2, 2230, 5]], ["stick to", [2, 2230, 6]], ["attach", [2, 2230, 7]], ["tie", [2, 2230, 8]], ["hold fast", [2, 2230, 9]], ["stick", [2, 2230, 10]], ["tie up", [2, 2230, 11]], ["constipate", [2, 2230, 12]], ["hold", [2, 2230, 13]]]}, {"answer": "binge", "hint": "synonyms for binge", "clues": [["gormandise", [2, 2231, 0]], ["englut", [2, 2231, 1]], ["gorge", [2, 2231, 2]], ["satiate", [2, 2231, 3]], ["glut", [2, 2231, 4]], ["engorge", [2, 2231, 5]], ["scarf out", [2, 2231, 6]], ["stuff", [2, 2231, 7]], ["overeat", [2, 2231, 8]], ["overindulge", [2, 2231, 9]], ["overgorge", [2, 2231, 10]], ["ingurgitate", [2, 2231, 11]], ["pig out", [2, 2231, 12]]]}, {"answer": "birling", "hint": "synonyms for birling", "clues": [["twirl", [2, 2232, 0]], ["whirl", [2, 2232, 1]], ["birle", [2, 2232, 2]], ["spin", [2, 2232, 3]]]}, {"answer": "birth", "hint": "synonyms for birth", "clues": [["bear", [2, 2233, 0]], ["have", [2, 2233, 1]], ["give birth", [2, 2233, 2]], ["deliver", [2, 2233, 3]]]}, {"answer": "birthing", "hint": "synonyms for birthing", "clues": [["bear", [2, 2234, 0]], ["birth", [2, 2234, 1]], ["have", [2, 2234, 2]], ["give birth", [2, 2234, 3]], ["deliver", [2, 2234, 4]]]}, {"answer": "bit", "hint": "synonyms for bit", "clues": [["bite", [2, 2235, 0]], ["burn", [2, 2235, 1]], ["sting", [2, 2235, 2]], ["prick", [2, 2235, 3]], ["seize with teeth", [2, 2235, 4]]]}, {"answer": "bitch", "hint": "synonyms for bitch", "clues": [["crab", [2, 2236, 0]], ["squawk", [2, 2236, 1]], ["beef", [2, 2236, 2]], ["bellyache", [2, 2236, 3]], ["holler", [2, 2236, 4]], ["grouse", [2, 2236, 5]], ["backbite", [2, 2236, 6]], ["gripe", [2, 2236, 7]]]}, {"answer": "bite", "hint": "synonyms for bite", "clues": [["prick", [2, 2237, 0]], ["sting", [2, 2237, 1]], ["seize with teeth", [2, 2237, 2]], ["burn", [2, 2237, 3]]]}, {"answer": "bivouac", "hint": "synonyms for bivouac", "clues": [["encamp", [2, 2238, 0]], ["tent", [2, 2238, 1]], ["camp", [2, 2238, 2]], ["camp out", [2, 2238, 3]]]}, {"answer": "bivouacking", "hint": "synonyms for bivouacking", "clues": [["bivouac", [2, 2239, 0]], ["camp out", [2, 2239, 1]], ["encamp", [2, 2239, 2]], ["tent", [2, 2239, 3]], ["camp", [2, 2239, 4]]]}, {"answer": "blabber", "hint": "synonyms for blabber", "clues": [["blab", [2, 2240, 0]], ["prate", [2, 2240, 1]], ["chatter", [2, 2240, 2]], ["piffle", [2, 2240, 3]], ["tattle", [2, 2240, 4]], ["twaddle", [2, 2240, 5]], ["maunder", [2, 2240, 6]], ["clack", [2, 2240, 7]], ["palaver", [2, 2240, 8]], ["prattle", [2, 2240, 9]], ["gabble", [2, 2240, 10]], ["tittle-tattle", [2, 2240, 11]], ["gibber", [2, 2240, 12]]]}, {"answer": "blackball", "hint": "synonyms for blackball", "clues": [["ostracize", [2, 2241, 0]], ["negative", [2, 2241, 1]], ["shun", [2, 2241, 2]], ["banish", [2, 2241, 3]], ["cast out", [2, 2241, 4]], ["ban", [2, 2241, 5]], ["veto", [2, 2241, 6]]]}, {"answer": "blackening", "hint": "synonyms for blackening", "clues": [["blacken", [2, 2242, 0]], ["melanise", [2, 2242, 1]], ["scorch", [2, 2242, 2]], ["black", [2, 2242, 3]], ["sear", [2, 2242, 4]], ["char", [2, 2242, 5]], ["nigrify", [2, 2242, 6]]]}, {"answer": "blackguard", "hint": "synonyms for blackguard", "clues": [["laugh at", [2, 2243, 0]], ["roast", [2, 2243, 1]], ["make fun", [2, 2243, 2]], ["poke fun", [2, 2243, 3]], ["abuse", [2, 2243, 4]], ["guy", [2, 2243, 5]], ["shout", [2, 2243, 6]], ["jest at", [2, 2243, 7]], ["rib", [2, 2243, 8]], ["clapperclaw", [2, 2243, 9]], ["ridicule", [2, 2243, 10]]]}, {"answer": "blacking", "hint": "synonyms for blacking", "clues": [["blacken", [2, 2244, 0]], ["melanise", [2, 2244, 1]], ["nigrify", [2, 2244, 2]], ["black", [2, 2244, 3]]]}, {"answer": "blare", "hint": "synonyms for blare", "clues": [["beep", [2, 2245, 0]], ["honk", [2, 2245, 1]], ["blast", [2, 2245, 2]], ["claxon", [2, 2245, 3]], ["toot", [2, 2245, 4]]]}, {"answer": "blarney", "hint": "synonyms for blarney", "clues": [["coax", [2, 2246, 0]], ["sweet-talk", [2, 2246, 1]], ["wheedle", [2, 2246, 2]], ["inveigle", [2, 2246, 3]], ["palaver", [2, 2246, 4]], ["cajole", [2, 2246, 5]]]}, {"answer": "blast", "hint": "synonyms for blast", "clues": [["knock down", [2, 2247, 0]], ["blare", [2, 2247, 1]], ["shell", [2, 2247, 2]], ["pillory", [2, 2247, 3]], ["smash", [2, 2247, 4]], ["boom", [2, 2247, 5]], ["crucify", [2, 2247, 6]], ["shoot", [2, 2247, 7]], ["savage", [2, 2247, 8]], ["nail", [2, 2247, 9]]]}, {"answer": "bleach", "hint": "synonyms for bleach", "clues": [["discolourise", [2, 2248, 0]], ["decolourize", [2, 2248, 1]], ["decolour", [2, 2248, 2]], ["bleach out", [2, 2248, 3]]]}, {"answer": "bleeding", "hint": "synonyms for bleeding", "clues": [["phlebotomise", [2, 2249, 0]], ["bleed", [2, 2249, 1]], ["run", [2, 2249, 2]], ["shed blood", [2, 2249, 3]], ["leech", [2, 2249, 4]], ["hemorrhage", [2, 2249, 5]]]}, {"answer": "blemish", "hint": "synonyms for blemish", "clues": [["spot", [2, 2250, 0]], ["disfigure", [2, 2250, 1]], ["deface", [2, 2250, 2]], ["flaw", [2, 2250, 3]]]}, {"answer": "blend", "hint": "synonyms for blend", "clues": [["intermix", [2, 2251, 0]], ["intermingle", [2, 2251, 1]], ["conflate", [2, 2251, 2]], ["fuse", [2, 2251, 3]], ["go", [2, 2251, 4]], ["merge", [2, 2251, 5]], ["meld", [2, 2251, 6]], ["commingle", [2, 2251, 7]], ["immingle", [2, 2251, 8]], ["combine", [2, 2251, 9]], ["coalesce", [2, 2251, 10]], ["mix", [2, 2251, 11]], ["flux", [2, 2251, 12]], ["immix", [2, 2251, 13]], ["blend in", [2, 2251, 14]]]}, {"answer": "blending", "hint": "synonyms for blending", "clues": [["blend", [2, 2252, 0]], ["intermingle", [2, 2252, 1]], ["conflate", [2, 2252, 2]], ["fuse", [2, 2252, 3]], ["go", [2, 2252, 4]], ["meld", [2, 2252, 5]], ["coalesce", [2, 2252, 6]], ["mix", [2, 2252, 7]], ["immix", [2, 2252, 8]], ["blend in", [2, 2252, 9]], ["intermix", [2, 2252, 10]], ["merge", [2, 2252, 11]], ["commingle", [2, 2252, 12]], ["immingle", [2, 2252, 13]], ["combine", [2, 2252, 14]], ["flux", [2, 2252, 15]]]}, {"answer": "blessing", "hint": "synonyms for blessing", "clues": [["bless", [2, 2253, 0]], ["hallow", [2, 2253, 1]], ["sanctify", [2, 2253, 2]], ["consecrate", [2, 2253, 3]], ["sign", [2, 2253, 4]]]}, {"answer": "blink", "hint": "synonyms for blink", "clues": [["flash", [2, 2254, 0]], ["blink away", [2, 2254, 1]], ["wink", [2, 2254, 2]], ["nictitate", [2, 2254, 3]], ["winkle", [2, 2254, 4]]]}, {"answer": "blinks", "hint": "synonyms for blinks", "clues": [["flash", [2, 2255, 0]], ["blink away", [2, 2255, 1]], ["wink", [2, 2255, 2]], ["nictitate", [2, 2255, 3]], ["blink", [2, 2255, 4]], ["winkle", [2, 2255, 5]]]}, {"answer": "block", "hint": "synonyms for block", "clues": [["hinder", [2, 2256, 0]], ["kibosh", [2, 2256, 1]], ["blank out", [2, 2256, 2]], ["obturate", [2, 2256, 3]], ["jam", [2, 2256, 4]], ["close up", [2, 2256, 5]], ["impede", [2, 2256, 6]], ["immobilize", [2, 2256, 7]], ["stop", [2, 2256, 8]], ["obstruct", [2, 2256, 9]], ["blockade", [2, 2256, 10]], ["embarrass", [2, 2256, 11]], ["block up", [2, 2256, 12]], ["stymy", [2, 2256, 13]], ["barricade", [2, 2256, 14]], ["parry", [2, 2256, 15]], ["forget", [2, 2256, 16]], ["deflect", [2, 2256, 17]], ["occlude", [2, 2256, 18]], ["freeze", [2, 2256, 19]], ["draw a blank", [2, 2256, 20]], ["lug", [2, 2256, 21]], ["choke up", [2, 2256, 22]], ["stymie", [2, 2256, 23]], ["halt", [2, 2256, 24]], ["bar", [2, 2256, 25]], ["block off", [2, 2256, 26]], ["stuff", [2, 2256, 27]]]}, {"answer": "blockade", "hint": "synonyms for blockade", "clues": [["block off", [2, 2257, 0]], ["hinder", [2, 2257, 1]], ["seal off", [2, 2257, 2]], ["stop", [2, 2257, 3]], ["embarrass", [2, 2257, 4]], ["block", [2, 2257, 5]], ["stymie", [2, 2257, 6]], ["obstruct", [2, 2257, 7]], ["block up", [2, 2257, 8]], ["bar", [2, 2257, 9]], ["stymy", [2, 2257, 10]], ["barricade", [2, 2257, 11]]]}, {"answer": "blocking", "hint": "synonyms for blocking", "clues": [["hinder", [2, 2258, 0]], ["jam", [2, 2258, 1]], ["close up", [2, 2258, 2]], ["immobilize", [2, 2258, 3]], ["stop", [2, 2258, 4]], ["obstruct", [2, 2258, 5]], ["block up", [2, 2258, 6]], ["block", [2, 2258, 7]], ["barricade", [2, 2258, 8]], ["forget", [2, 2258, 9]], ["blockade", [2, 2258, 10]], ["lug", [2, 2258, 11]], ["choke up", [2, 2258, 12]], ["stymie", [2, 2258, 13]], ["stuff", [2, 2258, 14]], ["blank out", [2, 2258, 15]], ["kibosh", [2, 2258, 16]], ["obturate", [2, 2258, 17]], ["impede", [2, 2258, 18]], ["block off", [2, 2258, 19]], ["embarrass", [2, 2258, 20]], ["stymy", [2, 2258, 21]], ["parry", [2, 2258, 22]], ["deflect", [2, 2258, 23]], ["freeze", [2, 2258, 24]], ["draw a blank", [2, 2258, 25]], ["halt", [2, 2258, 26]], ["bar", [2, 2258, 27]], ["occlude", [2, 2258, 28]]]}, {"answer": "blossom", "hint": "synonyms for blossom", "clues": [["blossom out", [2, 2259, 0]], ["unfold", [2, 2259, 1]], ["blossom forth", [2, 2259, 2]], ["bloom", [2, 2259, 3]], ["flower", [2, 2259, 4]]]}, {"answer": "blossoming", "hint": "synonyms for blossoming", "clues": [["blossom", [2, 2260, 0]], ["blossom out", [2, 2260, 1]], ["unfold", [2, 2260, 2]], ["blossom forth", [2, 2260, 3]], ["bloom", [2, 2260, 4]], ["flower", [2, 2260, 5]]]}, {"answer": "blow", "hint": "synonyms for blow", "clues": [["bodge", [2, 2261, 0]], ["muck up", [2, 2261, 1]], ["bobble", [2, 2261, 2]], ["botch up", [2, 2261, 3]], ["swash", [2, 2261, 4]], ["foul up", [2, 2261, 5]], ["spoil", [2, 2261, 6]], ["fellate", [2, 2261, 7]], ["suck", [2, 2261, 8]], ["squander", [2, 2261, 9]], ["go down on", [2, 2261, 10]], ["bollocks up", [2, 2261, 11]], ["vaunt", [2, 2261, 12]], ["brag", [2, 2261, 13]], ["mishandle", [2, 2261, 14]], ["muff", [2, 2261, 15]], ["shove off", [2, 2261, 16]], ["gas", [2, 2261, 17]], ["bungle", [2, 2261, 18]], ["fumble", [2, 2261, 19]], ["tout", [2, 2261, 20]], ["drift", [2, 2261, 21]], ["bollix up", [2, 2261, 22]], ["fluff", [2, 2261, 23]], ["screw up", [2, 2261, 24]], ["float", [2, 2261, 25]], ["bluster", [2, 2261, 26]], ["boast", [2, 2261, 27]], ["gasconade", [2, 2261, 28]], ["be adrift", [2, 2261, 29]], ["bollix", [2, 2261, 30]], ["bumble", [2, 2261, 31]], ["waste", [2, 2261, 32]], ["mess up", [2, 2261, 33]], ["blow out", [2, 2261, 34]], ["flub", [2, 2261, 35]], ["shoot a line", [2, 2261, 36]], ["burn out", [2, 2261, 37]], ["ball up", [2, 2261, 38]], ["louse up", [2, 2261, 39]], ["bollocks", [2, 2261, 40]], ["shove along", [2, 2261, 41]], ["botch", [2, 2261, 42]]]}, {"answer": "blowing", "hint": "synonyms for blowing", "clues": [["bodge", [2, 2262, 0]], ["blow", [2, 2262, 1]], ["muck up", [2, 2262, 2]], ["bobble", [2, 2262, 3]], ["botch up", [2, 2262, 4]], ["swash", [2, 2262, 5]], ["foul up", [2, 2262, 6]], ["spoil", [2, 2262, 7]], ["fellate", [2, 2262, 8]], ["suck", [2, 2262, 9]], ["squander", [2, 2262, 10]], ["go down on", [2, 2262, 11]], ["bollocks up", [2, 2262, 12]], ["vaunt", [2, 2262, 13]], ["brag", [2, 2262, 14]], ["mishandle", [2, 2262, 15]], ["muff", [2, 2262, 16]], ["shove off", [2, 2262, 17]], ["gas", [2, 2262, 18]], ["bungle", [2, 2262, 19]], ["fumble", [2, 2262, 20]], ["tout", [2, 2262, 21]], ["drift", [2, 2262, 22]], ["bollix up", [2, 2262, 23]], ["fluff", [2, 2262, 24]], ["screw up", [2, 2262, 25]], ["float", [2, 2262, 26]], ["bluster", [2, 2262, 27]], ["boast", [2, 2262, 28]], ["gasconade", [2, 2262, 29]], ["be adrift", [2, 2262, 30]], ["bollix", [2, 2262, 31]], ["bumble", [2, 2262, 32]], ["waste", [2, 2262, 33]], ["mess up", [2, 2262, 34]], ["blow out", [2, 2262, 35]], ["flub", [2, 2262, 36]], ["shoot a line", [2, 2262, 37]], ["ball up", [2, 2262, 38]], ["burn out", [2, 2262, 39]], ["louse up", [2, 2262, 40]], ["bollocks", [2, 2262, 41]], ["shove along", [2, 2262, 42]], ["botch", [2, 2262, 43]]]}, {"answer": "blubber", "hint": "synonyms for blubber", "clues": [["blub", [2, 2263, 0]], ["snuffle", [2, 2263, 1]], ["snivel", [2, 2263, 2]], ["blubber out", [2, 2263, 3]]]}, {"answer": "blunder", "hint": "synonyms for blunder", "clues": [["boob", [2, 2264, 0]], ["fumble", [2, 2264, 1]], ["ejaculate", [2, 2264, 2]], ["blurt out", [2, 2264, 3]], ["drop the ball", [2, 2264, 4]], ["goof", [2, 2264, 5]], ["blunder out", [2, 2264, 6]], ["blurt", [2, 2264, 7]], ["sin", [2, 2264, 8]]]}, {"answer": "blur", "hint": "synonyms for blur", "clues": [["obscure", [2, 2265, 0]], ["smutch", [2, 2265, 1]], ["blear", [2, 2265, 2]], ["glaze over", [2, 2265, 3]], ["slur", [2, 2265, 4]], ["confuse", [2, 2265, 5]], ["smudge", [2, 2265, 6]], ["dim", [2, 2265, 7]], ["smear", [2, 2265, 8]], ["obnubilate", [2, 2265, 9]], ["film over", [2, 2265, 10]]]}, {"answer": "bluster", "hint": "synonyms for bluster", "clues": [["swash", [2, 2266, 0]], ["tout", [2, 2266, 1]], ["shoot a line", [2, 2266, 2]], ["blow", [2, 2266, 3]], ["boast", [2, 2266, 4]], ["vaunt", [2, 2266, 5]], ["brag", [2, 2266, 6]], ["gasconade", [2, 2266, 7]], ["gas", [2, 2266, 8]], ["swagger", [2, 2266, 9]]]}, {"answer": "boast", "hint": "synonyms for boast", "clues": [["tout", [2, 2267, 0]], ["shoot a line", [2, 2267, 1]], ["feature", [2, 2267, 2]], ["bluster", [2, 2267, 3]], ["blow", [2, 2267, 4]], ["vaunt", [2, 2267, 5]], ["brag", [2, 2267, 6]], ["gasconade", [2, 2267, 7]], ["swash", [2, 2267, 8]], ["sport", [2, 2267, 9]], ["gas", [2, 2267, 10]]]}, {"answer": "boasting", "hint": "synonyms for boasting", "clues": [["tout", [2, 2268, 0]], ["shoot a line", [2, 2268, 1]], ["feature", [2, 2268, 2]], ["bluster", [2, 2268, 3]], ["blow", [2, 2268, 4]], ["boast", [2, 2268, 5]], ["vaunt", [2, 2268, 6]], ["brag", [2, 2268, 7]], ["gasconade", [2, 2268, 8]], ["swash", [2, 2268, 9]], ["sport", [2, 2268, 10]], ["gas", [2, 2268, 11]]]}, {"answer": "bob", "hint": "synonyms for bob", "clues": [["tail", [2, 2269, 0]], ["curtsy", [2, 2269, 1]], ["bobsled", [2, 2269, 2]], ["dock", [2, 2269, 3]]]}, {"answer": "bobble", "hint": "synonyms for bobble", "clues": [["bodge", [2, 2270, 0]], ["bungle", [2, 2270, 1]], ["fumble", [2, 2270, 2]], ["blow", [2, 2270, 3]], ["muck up", [2, 2270, 4]], ["bollix up", [2, 2270, 5]], ["fluff", [2, 2270, 6]], ["screw up", [2, 2270, 7]], ["botch up", [2, 2270, 8]], ["foul up", [2, 2270, 9]], ["bollix", [2, 2270, 10]], ["spoil", [2, 2270, 11]], ["bumble", [2, 2270, 12]], ["mess up", [2, 2270, 13]], ["flub", [2, 2270, 14]], ["ball up", [2, 2270, 15]], ["bollocks up", [2, 2270, 16]], ["louse up", [2, 2270, 17]], ["bollocks", [2, 2270, 18]], ["mishandle", [2, 2270, 19]], ["muff", [2, 2270, 20]], ["botch", [2, 2270, 21]]]}, {"answer": "boding", "hint": "synonyms for boding", "clues": [["prognosticate", [2, 2271, 0]], ["presage", [2, 2271, 1]], ["forecast", [2, 2271, 2]], ["auspicate", [2, 2271, 3]], ["foreshadow", [2, 2271, 4]], ["omen", [2, 2271, 5]], ["portend", [2, 2271, 6]], ["augur", [2, 2271, 7]], ["predict", [2, 2271, 8]], ["betoken", [2, 2271, 9]], ["foretell", [2, 2271, 10]], ["prefigure", [2, 2271, 11]], ["bode", [2, 2271, 12]]]}, {"answer": "boil", "hint": "synonyms for boil", "clues": [["roil", [2, 2272, 0]], ["seethe", [2, 2272, 1]], ["moil", [2, 2272, 2]], ["churn", [2, 2272, 3]]]}, {"answer": "bomb", "hint": "synonyms for bomb", "clues": [["flunk", [2, 2273, 0]], ["flush it", [2, 2273, 1]], ["bombard", [2, 2273, 2]], ["fail", [2, 2273, 3]]]}, {"answer": "bombing", "hint": "synonyms for bombing", "clues": [["flush it", [2, 2274, 0]], ["bomb", [2, 2274, 1]], ["flunk", [2, 2274, 2]], ["fail", [2, 2274, 3]], ["bombard", [2, 2274, 4]]]}, {"answer": "bond", "hint": "synonyms for bond", "clues": [["bind", [2, 2275, 0]], ["draw together", [2, 2275, 1]], ["bring together", [2, 2275, 2]], ["adhere", [2, 2275, 3]], ["stick to", [2, 2275, 4]], ["attach", [2, 2275, 5]], ["hold fast", [2, 2275, 6]], ["tie", [2, 2275, 7]], ["stick", [2, 2275, 8]]]}, {"answer": "bonding", "hint": "synonyms for bonding", "clues": [["bond", [2, 2276, 0]], ["bind", [2, 2276, 1]], ["draw together", [2, 2276, 2]], ["bring together", [2, 2276, 3]], ["adhere", [2, 2276, 4]], ["stick to", [2, 2276, 5]], ["attach", [2, 2276, 6]], ["hold fast", [2, 2276, 7]], ["tie", [2, 2276, 8]], ["stick", [2, 2276, 9]]]}, {"answer": "bones", "hint": "synonyms for bones", "clues": [["drum", [2, 2277, 0]], ["debone", [2, 2277, 1]], ["swot", [2, 2277, 2]], ["cram", [2, 2277, 3]], ["get up", [2, 2277, 4]], ["bone", [2, 2277, 5]], ["bone up", [2, 2277, 6]], ["mug up", [2, 2277, 7]], ["grind away", [2, 2277, 8]], ["swot up", [2, 2277, 9]]]}, {"answer": "boob", "hint": "synonyms for boob", "clues": [["blunder", [2, 2278, 0]], ["goof", [2, 2278, 1]], ["drop the ball", [2, 2278, 2]], ["sin", [2, 2278, 3]]]}, {"answer": "boom", "hint": "synonyms for boom", "clues": [["flourish", [2, 2279, 0]], ["thrive", [2, 2279, 1]], ["din", [2, 2279, 2]], ["blast", [2, 2279, 3]], ["smash", [2, 2279, 4]], ["boom out", [2, 2279, 5]], ["thunder", [2, 2279, 6]], ["expand", [2, 2279, 7]], ["nail", [2, 2279, 8]]]}, {"answer": "boost", "hint": "synonyms for boost", "clues": [["advance", [2, 2280, 0]], ["promote", [2, 2280, 1]], ["hike", [2, 2280, 2]], ["supercharge", [2, 2280, 3]], ["encourage", [2, 2280, 4]], ["hike up", [2, 2280, 5]], ["further", [2, 2280, 6]]]}, {"answer": "bop", "hint": "synonyms for bop", "clues": [["whap", [2, 2281, 0]], ["bash", [2, 2281, 1]], ["bonk", [2, 2281, 2]], ["whop", [2, 2281, 3]], ["bebop", [2, 2281, 4]], ["sock", [2, 2281, 5]]]}, {"answer": "border", "hint": "synonyms for border", "clues": [["surround", [2, 2282, 0]], ["ring", [2, 2282, 1]], ["bound", [2, 2282, 2]], ["skirt", [2, 2282, 3]], ["frame in", [2, 2282, 4]], ["butt on", [2, 2282, 5]], ["abut", [2, 2282, 6]], ["frame", [2, 2282, 7]], ["march", [2, 2282, 8]], ["edge", [2, 2282, 9]], ["environ", [2, 2282, 10]], ["butt against", [2, 2282, 11]], ["butt", [2, 2282, 12]], ["adjoin", [2, 2282, 13]]]}, {"answer": "bore", "hint": "synonyms for bore", "clues": [["endure", [2, 2283, 0]], ["turn out", [2, 2283, 1]], ["bear", [2, 2283, 2]], ["birth", [2, 2283, 3]], ["have", [2, 2283, 4]], ["give birth", [2, 2283, 5]], ["comport", [2, 2283, 6]], ["support", [2, 2283, 7]], ["hold", [2, 2283, 8]], ["yield", [2, 2283, 9]], ["have a bun in the oven", [2, 2283, 10]], ["wear", [2, 2283, 11]], ["carry", [2, 2283, 12]], ["acquit", [2, 2283, 13]], ["digest", [2, 2283, 14]], ["brook", [2, 2283, 15]], ["assume", [2, 2283, 16]], ["tolerate", [2, 2283, 17]], ["deport", [2, 2283, 18]], ["expect", [2, 2283, 19]], ["contain", [2, 2283, 20]], ["abide", [2, 2283, 21]], ["put up", [2, 2283, 22]], ["conduct", [2, 2283, 23]], ["pay", [2, 2283, 24]], ["stick out", [2, 2283, 25]], ["suffer", [2, 2283, 26]], ["drill", [2, 2283, 27]], ["take over", [2, 2283, 28]], ["accept", [2, 2283, 29]], ["tire", [2, 2283, 30]], ["stand", [2, 2283, 31]], ["behave", [2, 2283, 32]], ["gestate", [2, 2283, 33]], ["stomach", [2, 2283, 34]], ["deliver", [2, 2283, 35]]]}, {"answer": "borrowing", "hint": "synonyms for borrowing", "clues": [["take over", [2, 2284, 0]], ["borrow", [2, 2284, 1]], ["adopt", [2, 2284, 2]], ["take up", [2, 2284, 3]]]}, {"answer": "botch", "hint": "synonyms for botch", "clues": [["bodge", [2, 2285, 0]], ["bungle", [2, 2285, 1]], ["fumble", [2, 2285, 2]], ["blow", [2, 2285, 3]], ["muck up", [2, 2285, 4]], ["bollix up", [2, 2285, 5]], ["bobble", [2, 2285, 6]], ["fluff", [2, 2285, 7]], ["screw up", [2, 2285, 8]], ["botch up", [2, 2285, 9]], ["foul up", [2, 2285, 10]], ["bollix", [2, 2285, 11]], ["spoil", [2, 2285, 12]], ["bumble", [2, 2285, 13]], ["mess up", [2, 2285, 14]], ["flub", [2, 2285, 15]], ["ball up", [2, 2285, 16]], ["bollocks up", [2, 2285, 17]], ["louse up", [2, 2285, 18]], ["bollocks", [2, 2285, 19]], ["mishandle", [2, 2285, 20]], ["muff", [2, 2285, 21]]]}, {"answer": "bother", "hint": "synonyms for bother", "clues": [["vex", [2, 2286, 0]], ["nettle", [2, 2286, 1]], ["chafe", [2, 2286, 2]], ["discommode", [2, 2286, 3]], ["nark", [2, 2286, 4]], ["trouble oneself", [2, 2286, 5]], ["rile", [2, 2286, 6]], ["irritate", [2, 2286, 7]], ["get at", [2, 2286, 8]], ["trouble", [2, 2286, 9]], ["gravel", [2, 2286, 10]], ["get to", [2, 2286, 11]], ["inconvenience", [2, 2286, 12]], ["annoy", [2, 2286, 13]], ["devil", [2, 2286, 14]], ["rag", [2, 2286, 15]], ["put out", [2, 2286, 16]], ["incommode", [2, 2286, 17]], ["inconvenience oneself", [2, 2286, 18]], ["disoblige", [2, 2286, 19]]]}, {"answer": "bounce", "hint": "synonyms for bounce", "clues": [["jounce", [2, 2287, 0]], ["take a hop", [2, 2287, 1]], ["spring", [2, 2287, 2]], ["recoil", [2, 2287, 3]], ["reverberate", [2, 2287, 4]], ["ricochet", [2, 2287, 5]], ["rebound", [2, 2287, 6]], ["resile", [2, 2287, 7]], ["bound", [2, 2287, 8]]]}, {"answer": "bounds", "hint": "synonyms for bounds", "clues": [["leap", [2, 2288, 0]], ["take a hop", [2, 2288, 1]], ["spring", [2, 2288, 2]], ["throttle", [2, 2288, 3]], ["bounce", [2, 2288, 4]], ["rebound", [2, 2288, 5]], ["jump", [2, 2288, 6]], ["bound", [2, 2288, 7]], ["limit", [2, 2288, 8]], ["restrict", [2, 2288, 9]], ["recoil", [2, 2288, 10]], ["confine", [2, 2288, 11]], ["restrain", [2, 2288, 12]], ["reverberate", [2, 2288, 13]], ["border", [2, 2288, 14]], ["trammel", [2, 2288, 15]], ["ricochet", [2, 2288, 16]], ["resile", [2, 2288, 17]]]}, {"answer": "bow", "hint": "synonyms for bow", "clues": [["give in", [2, 2289, 0]], ["bend", [2, 2289, 1]], ["bow down", [2, 2289, 2]], ["crouch", [2, 2289, 3]], ["accede", [2, 2289, 4]], ["defer", [2, 2289, 5]], ["submit", [2, 2289, 6]], ["stoop", [2, 2289, 7]]]}, {"answer": "brace", "hint": "synonyms for brace", "clues": [["stabilize", [2, 2290, 0]], ["energize", [2, 2290, 1]], ["poise", [2, 2290, 2]], ["steady", [2, 2290, 3]], ["arouse", [2, 2290, 4]], ["perk up", [2, 2290, 5]], ["stimulate", [2, 2290, 6]]]}, {"answer": "braces", "hint": "synonyms for braces", "clues": [["brace", [2, 2291, 0]], ["stabilize", [2, 2291, 1]], ["energize", [2, 2291, 2]], ["poise", [2, 2291, 3]], ["steady", [2, 2291, 4]], ["arouse", [2, 2291, 5]], ["perk up", [2, 2291, 6]], ["stimulate", [2, 2291, 7]]]}, {"answer": "braiding", "hint": "synonyms for braiding", "clues": [["braid", [2, 2292, 0]], ["lace", [2, 2292, 1]], ["pleach", [2, 2292, 2]], ["plait", [2, 2292, 3]]]}, {"answer": "branch", "hint": "synonyms for branch", "clues": [["furcate", [2, 2293, 0]], ["ramify", [2, 2293, 1]], ["fork", [2, 2293, 2]], ["separate", [2, 2293, 3]]]}, {"answer": "brand", "hint": "synonyms for brand", "clues": [["stigmatize", [2, 2294, 0]], ["trademark", [2, 2294, 1]], ["brandmark", [2, 2294, 2]], ["mark", [2, 2294, 3]], ["post", [2, 2294, 4]], ["denounce", [2, 2294, 5]]]}, {"answer": "branding", "hint": "synonyms for branding", "clues": [["brand", [2, 2295, 0]], ["denounce", [2, 2295, 1]], ["stigmatize", [2, 2295, 2]], ["trademark", [2, 2295, 3]], ["mark", [2, 2295, 4]], ["brandmark", [2, 2295, 5]], ["post", [2, 2295, 6]]]}, {"answer": "bray", "hint": "synonyms for bray", "clues": [["grind", [2, 2296, 0]], ["mash", [2, 2296, 1]], ["hee-haw", [2, 2296, 2]], ["comminute", [2, 2296, 3]], ["crunch", [2, 2296, 4]]]}, {"answer": "breach", "hint": "synonyms for breach", "clues": [["gap", [2, 2297, 0]], ["go against", [2, 2297, 1]], ["transgress", [2, 2297, 2]], ["infract", [2, 2297, 3]], ["offend", [2, 2297, 4]], ["violate", [2, 2297, 5]], ["break", [2, 2297, 6]]]}, {"answer": "break", "hint": "synonyms for break", "clues": [["offend", [2, 2298, 0]], ["break up", [2, 2298, 1]], ["give", [2, 2298, 2]], ["damp", [2, 2298, 3]], ["kick downstairs", [2, 2298, 4]], ["get out", [2, 2298, 5]], ["divulge", [2, 2298, 6]], ["develop", [2, 2298, 7]], ["disclose", [2, 2298, 8]], ["go against", [2, 2298, 9]], ["transgress", [2, 2298, 10]], ["break off", [2, 2298, 11]], ["go", [2, 2298, 12]], ["breach", [2, 2298, 13]], ["break away", [2, 2298, 14]], ["come apart", [2, 2298, 15]], ["wear", [2, 2298, 16]], ["infract", [2, 2298, 17]], ["better", [2, 2298, 18]], ["discover", [2, 2298, 19]], ["erupt", [2, 2298, 20]], ["split", [2, 2298, 21]], ["bankrupt", [2, 2298, 22]], ["snap off", [2, 2298, 23]], ["part", [2, 2298, 24]], ["discontinue", [2, 2298, 25]], ["expose", [2, 2298, 26]], ["give away", [2, 2298, 27]], ["interrupt", [2, 2298, 28]], ["stop", [2, 2298, 29]], ["go bad", [2, 2298, 30]], ["bust", [2, 2298, 31]], ["unwrap", [2, 2298, 32]], ["get around", [2, 2298, 33]], ["break in", [2, 2298, 34]], ["weaken", [2, 2298, 35]], ["recrudesce", [2, 2298, 36]], ["split up", [2, 2298, 37]], ["demote", [2, 2298, 38]], ["cave in", [2, 2298, 39]], ["check", [2, 2298, 40]], ["break dance", [2, 2298, 41]], ["separate", [2, 2298, 42]], ["violate", [2, 2298, 43]], ["collapse", [2, 2298, 44]], ["dampen", [2, 2298, 45]], ["intermit", [2, 2298, 46]], ["relegate", [2, 2298, 47]], ["die", [2, 2298, 48]], ["reveal", [2, 2298, 49]], ["let on", [2, 2298, 50]], ["fall apart", [2, 2298, 51]], ["give out", [2, 2298, 52]], ["break down", [2, 2298, 53]], ["smash", [2, 2298, 54]], ["pause", [2, 2298, 55]], ["fall in", [2, 2298, 56]], ["wear out", [2, 2298, 57]], ["crack", [2, 2298, 58]], ["break out", [2, 2298, 59]], ["conk out", [2, 2298, 60]], ["ruin", [2, 2298, 61]], ["fail", [2, 2298, 62]], ["bump", [2, 2298, 63]], ["bring out", [2, 2298, 64]], ["founder", [2, 2298, 65]], ["fracture", [2, 2298, 66]], ["soften", [2, 2298, 67]]]}, {"answer": "breaking", "hint": "synonyms for breaking", "clues": [["break", [2, 2299, 0]], ["offend", [2, 2299, 1]], ["break up", [2, 2299, 2]], ["damp", [2, 2299, 3]], ["kick downstairs", [2, 2299, 4]], ["give", [2, 2299, 5]], ["get out", [2, 2299, 6]], ["divulge", [2, 2299, 7]], ["develop", [2, 2299, 8]], ["disclose", [2, 2299, 9]], ["go against", [2, 2299, 10]], ["transgress", [2, 2299, 11]], ["break off", [2, 2299, 12]], ["go", [2, 2299, 13]], ["breach", [2, 2299, 14]], ["break away", [2, 2299, 15]], ["come apart", [2, 2299, 16]], ["wear", [2, 2299, 17]], ["infract", [2, 2299, 18]], ["erupt", [2, 2299, 19]], ["better", [2, 2299, 20]], ["discover", [2, 2299, 21]], ["split", [2, 2299, 22]], ["bankrupt", [2, 2299, 23]], ["snap off", [2, 2299, 24]], ["discontinue", [2, 2299, 25]], ["expose", [2, 2299, 26]], ["part", [2, 2299, 27]], ["give away", [2, 2299, 28]], ["interrupt", [2, 2299, 29]], ["stop", [2, 2299, 30]], ["go bad", [2, 2299, 31]], ["unwrap", [2, 2299, 32]], ["bust", [2, 2299, 33]], ["get around", [2, 2299, 34]], ["break in", [2, 2299, 35]], ["weaken", [2, 2299, 36]], ["recrudesce", [2, 2299, 37]], ["split up", [2, 2299, 38]], ["demote", [2, 2299, 39]], ["cave in", [2, 2299, 40]], ["check", [2, 2299, 41]], ["break dance", [2, 2299, 42]], ["separate", [2, 2299, 43]], ["violate", [2, 2299, 44]], ["collapse", [2, 2299, 45]], ["dampen", [2, 2299, 46]], ["intermit", [2, 2299, 47]], ["relegate", [2, 2299, 48]], ["die", [2, 2299, 49]], ["reveal", [2, 2299, 50]], ["let on", [2, 2299, 51]], ["fracture", [2, 2299, 52]], ["fall apart", [2, 2299, 53]], ["give out", [2, 2299, 54]], ["break down", [2, 2299, 55]], ["smash", [2, 2299, 56]], ["pause", [2, 2299, 57]], ["fall in", [2, 2299, 58]], ["wear out", [2, 2299, 59]], ["break out", [2, 2299, 60]], ["conk out", [2, 2299, 61]], ["crack", [2, 2299, 62]], ["ruin", [2, 2299, 63]], ["fail", [2, 2299, 64]], ["bump", [2, 2299, 65]], ["bring out", [2, 2299, 66]], ["founder", [2, 2299, 67]], ["soften", [2, 2299, 68]]]}, {"answer": "breed", "hint": "synonyms for breed", "clues": [["spawn", [2, 2300, 0]], ["multiply", [2, 2300, 1]], ["engender", [2, 2300, 2]], ["cover", [2, 2300, 3]]]}, {"answer": "bringing", "hint": "synonyms for bringing", "clues": [["bring", [2, 2301, 0]], ["lend", [2, 2301, 1]], ["fetch", [2, 2301, 2]], ["take", [2, 2301, 3]], ["work", [2, 2301, 4]], ["wreak", [2, 2301, 5]], ["contribute", [2, 2301, 6]], ["bring in", [2, 2301, 7]], ["play", [2, 2301, 8]], ["convey", [2, 2301, 9]], ["bestow", [2, 2301, 10]], ["institute", [2, 2301, 11]], ["make for", [2, 2301, 12]], ["land", [2, 2301, 13]], ["impart", [2, 2301, 14]], ["get", [2, 2301, 15]], ["add", [2, 2301, 16]]]}, {"answer": "bristle", "hint": "synonyms for bristle", "clues": [["burst", [2, 2302, 0]], ["abound", [2, 2302, 1]], ["uprise", [2, 2302, 2]], ["stand up", [2, 2302, 3]]]}, {"answer": "broadcast", "hint": "synonyms for broadcast", "clues": [["pass around", [2, 2303, 0]], ["air", [2, 2303, 1]], ["send", [2, 2303, 2]], ["distribute", [2, 2303, 3]], ["diffuse", [2, 2303, 4]], ["transmit", [2, 2303, 5]], ["propagate", [2, 2303, 6]], ["circularize", [2, 2303, 7]], ["disseminate", [2, 2303, 8]], ["spread", [2, 2303, 9]], ["beam", [2, 2303, 10]], ["disperse", [2, 2303, 11]], ["circulate", [2, 2303, 12]]]}, {"answer": "broadcasting", "hint": "synonyms for broadcasting", "clues": [["pass around", [2, 2304, 0]], ["air", [2, 2304, 1]], ["send", [2, 2304, 2]], ["broadcast", [2, 2304, 3]], ["propagate", [2, 2304, 4]], ["transmit", [2, 2304, 5]], ["circularize", [2, 2304, 6]], ["distribute", [2, 2304, 7]], ["diffuse", [2, 2304, 8]], ["disseminate", [2, 2304, 9]], ["spread", [2, 2304, 10]], ["beam", [2, 2304, 11]], ["disperse", [2, 2304, 12]], ["circulate", [2, 2304, 13]]]}, {"answer": "broadening", "hint": "synonyms for broadening", "clues": [["broaden", [2, 2305, 0]], ["widen", [2, 2305, 1]], ["branch out", [2, 2305, 2]], ["diversify", [2, 2305, 3]], ["extend", [2, 2305, 4]]]}, {"answer": "brood", "hint": "synonyms for brood", "clues": [["pout", [2, 2306, 0]], ["grizzle", [2, 2306, 1]], ["incubate", [2, 2306, 2]], ["dwell", [2, 2306, 3]], ["stew", [2, 2306, 4]], ["cover", [2, 2306, 5]], ["hover", [2, 2306, 6]], ["hatch", [2, 2306, 7]], ["sulk", [2, 2306, 8]], ["loom", [2, 2306, 9]], ["bulk large", [2, 2306, 10]]]}, {"answer": "brook", "hint": "synonyms for brook", "clues": [["tolerate", [2, 2307, 0]], ["endure", [2, 2307, 1]], ["stand", [2, 2307, 2]], ["abide", [2, 2307, 3]], ["put up", [2, 2307, 4]], ["support", [2, 2307, 5]], ["digest", [2, 2307, 6]], ["stomach", [2, 2307, 7]], ["bear", [2, 2307, 8]], ["stick out", [2, 2307, 9]], ["suffer", [2, 2307, 10]]]}, {"answer": "brooks", "hint": "synonyms for brooks", "clues": [["tolerate", [2, 2308, 0]], ["endure", [2, 2308, 1]], ["stand", [2, 2308, 2]], ["abide", [2, 2308, 3]], ["put up", [2, 2308, 4]], ["support", [2, 2308, 5]], ["stomach", [2, 2308, 6]], ["digest", [2, 2308, 7]], ["brook", [2, 2308, 8]], ["bear", [2, 2308, 9]], ["stick out", [2, 2308, 10]], ["suffer", [2, 2308, 11]]]}, {"answer": "browse", "hint": "synonyms for browse", "clues": [["shop", [2, 2309, 0]], ["surf", [2, 2309, 1]], ["pasture", [2, 2309, 2]], ["graze", [2, 2309, 3]], ["range", [2, 2309, 4]], ["crop", [2, 2309, 5]]]}, {"answer": "browsing", "hint": "synonyms for browsing", "clues": [["surf", [2, 2310, 0]], ["pasture", [2, 2310, 1]], ["browse", [2, 2310, 2]], ["shop", [2, 2310, 3]], ["graze", [2, 2310, 4]], ["range", [2, 2310, 5]], ["crop", [2, 2310, 6]]]}, {"answer": "bruise", "hint": "synonyms for bruise", "clues": [["wound", [2, 2311, 0]], ["spite", [2, 2311, 1]], ["contuse", [2, 2311, 2]], ["offend", [2, 2311, 3]], ["injure", [2, 2311, 4]], ["hurt", [2, 2311, 5]]]}, {"answer": "bubble", "hint": "synonyms for bubble", "clues": [["guggle", [2, 2312, 0]], ["babble", [2, 2312, 1]], ["gurgle", [2, 2312, 2]], ["eruct", [2, 2312, 3]], ["burp", [2, 2312, 4]], ["belch", [2, 2312, 5]], ["ripple", [2, 2312, 6]], ["burble", [2, 2312, 7]]]}, {"answer": "buck", "hint": "synonyms for buck", "clues": [["go against", [2, 2313, 0]], ["charge", [2, 2313, 1]], ["shoot", [2, 2313, 2]], ["jerk", [2, 2313, 3]], ["hitch", [2, 2313, 4]], ["shoot down", [2, 2313, 5]], ["tear", [2, 2313, 6]]]}, {"answer": "buckle", "hint": "synonyms for buckle", "clues": [["clasp", [2, 2314, 0]], ["heave", [2, 2314, 1]], ["warp", [2, 2314, 2]], ["crumple", [2, 2314, 3]]]}, {"answer": "buffeting", "hint": "synonyms for buffeting", "clues": [["batter", [2, 2315, 0]], ["buffet", [2, 2315, 1]], ["knock about", [2, 2315, 2]], ["buff", [2, 2315, 3]]]}, {"answer": "bug", "hint": "synonyms for bug", "clues": [["badger", [2, 2316, 0]], ["tease", [2, 2316, 1]], ["beleaguer", [2, 2316, 2]], ["intercept", [2, 2316, 3]], ["pester", [2, 2316, 4]], ["tap", [2, 2316, 5]], ["wiretap", [2, 2316, 6]]]}, {"answer": "build", "hint": "synonyms for build", "clues": [["progress", [2, 2317, 0]], ["build up", [2, 2317, 1]], ["establish", [2, 2317, 2]], ["work up", [2, 2317, 3]], ["ramp up", [2, 2317, 4]], ["construct", [2, 2317, 5]], ["make", [2, 2317, 6]]]}, {"answer": "building", "hint": "synonyms for building", "clues": [["build", [2, 2318, 0]], ["build up", [2, 2318, 1]], ["work up", [2, 2318, 2]], ["ramp up", [2, 2318, 3]], ["establish", [2, 2318, 4]], ["construct", [2, 2318, 5]], ["make", [2, 2318, 6]], ["progress", [2, 2318, 7]]]}, {"answer": "bulge", "hint": "synonyms for bulge", "clues": [["pop", [2, 2319, 0]], ["protrude", [2, 2319, 1]], ["bulk", [2, 2319, 2]], ["bag", [2, 2319, 3]], ["start", [2, 2319, 4]], ["pouch", [2, 2319, 5]], ["bulge out", [2, 2319, 6]], ["come out", [2, 2319, 7]], ["pop out", [2, 2319, 8]]]}, {"answer": "bull", "hint": "synonyms for bull", "clues": [["bullshit", [2, 2320, 0]], ["talk through one's hat", [2, 2320, 1]], ["bull through", [2, 2320, 2]], ["fake", [2, 2320, 3]]]}, {"answer": "bump", "hint": "synonyms for bump", "clues": [["demote", [2, 2321, 0]], ["dislodge", [2, 2321, 1]], ["happen", [2, 2321, 2]], ["relegate", [2, 2321, 3]], ["kick downstairs", [2, 2321, 4]], ["chance", [2, 2321, 5]], ["break", [2, 2321, 6]], ["encounter", [2, 2321, 7]], ["find", [2, 2321, 8]], ["knock", [2, 2321, 9]]]}, {"answer": "bunch", "hint": "synonyms for bunch", "clues": [["clump", [2, 2322, 0]], ["bunch up", [2, 2322, 1]], ["cluster", [2, 2322, 2]], ["bundle", [2, 2322, 3]], ["bunch together", [2, 2322, 4]]]}, {"answer": "bunco", "hint": "synonyms for bunco", "clues": [["rook", [2, 2323, 0]], ["swindle", [2, 2323, 1]], ["goldbrick", [2, 2323, 2]], ["victimize", [2, 2323, 3]], ["diddle", [2, 2323, 4]], ["con", [2, 2323, 5]], ["defraud", [2, 2323, 6]], ["gip", [2, 2323, 7]], ["gyp", [2, 2323, 8]], ["nobble", [2, 2323, 9]], ["scam", [2, 2323, 10]], ["short-change", [2, 2323, 11]], ["hornswoggle", [2, 2323, 12]], ["mulct", [2, 2323, 13]]]}, {"answer": "bundle", "hint": "synonyms for bundle", "clues": [["clump", [2, 2324, 0]], ["bunch up", [2, 2324, 1]], ["roll up", [2, 2324, 2]], ["practice bundling", [2, 2324, 3]], ["pack", [2, 2324, 4]], ["wad", [2, 2324, 5]], ["bundle up", [2, 2324, 6]], ["compact", [2, 2324, 7]], ["cluster", [2, 2324, 8]], ["bunch", [2, 2324, 9]]]}, {"answer": "bundling", "hint": "synonyms for bundling", "clues": [["clump", [2, 2325, 0]], ["bundle", [2, 2325, 1]], ["roll up", [2, 2325, 2]], ["bunch up", [2, 2325, 3]], ["practice bundling", [2, 2325, 4]], ["pack", [2, 2325, 5]], ["wad", [2, 2325, 6]], ["bundle up", [2, 2325, 7]], ["compact", [2, 2325, 8]], ["cluster", [2, 2325, 9]], ["bunch", [2, 2325, 10]]]}, {"answer": "bungle", "hint": "synonyms for bungle", "clues": [["bodge", [2, 2326, 0]], ["fumble", [2, 2326, 1]], ["blow", [2, 2326, 2]], ["muck up", [2, 2326, 3]], ["bollix up", [2, 2326, 4]], ["bobble", [2, 2326, 5]], ["fluff", [2, 2326, 6]], ["screw up", [2, 2326, 7]], ["botch up", [2, 2326, 8]], ["foul up", [2, 2326, 9]], ["bollix", [2, 2326, 10]], ["spoil", [2, 2326, 11]], ["bumble", [2, 2326, 12]], ["mess up", [2, 2326, 13]], ["flub", [2, 2326, 14]], ["ball up", [2, 2326, 15]], ["bollocks up", [2, 2326, 16]], ["louse up", [2, 2326, 17]], ["bollocks", [2, 2326, 18]], ["mishandle", [2, 2326, 19]], ["muff", [2, 2326, 20]], ["botch", [2, 2326, 21]]]}, {"answer": "bunk", "hint": "synonyms for bunk", "clues": [["lam", [2, 2327, 0]], ["scarper", [2, 2327, 1]], ["head for the hills", [2, 2327, 2]], ["beat", [2, 2327, 3]], ["turn tail", [2, 2327, 4]], ["break away", [2, 2327, 5]], ["run", [2, 2327, 6]], ["take to the woods", [2, 2327, 7]], ["scat", [2, 2327, 8]], ["hightail it", [2, 2327, 9]], ["run away", [2, 2327, 10]], ["fly the coop", [2, 2327, 11]], ["escape", [2, 2327, 12]]]}, {"answer": "burden", "hint": "synonyms for burden", "clues": [["burthen", [2, 2328, 0]], ["saddle", [2, 2328, 1]], ["charge", [2, 2328, 2]], ["weight", [2, 2328, 3]], ["weight down", [2, 2328, 4]]]}, {"answer": "burn", "hint": "synonyms for burn", "clues": [["glow", [2, 2329, 0]], ["bite", [2, 2329, 1]], ["incinerate", [2, 2329, 2]], ["combust", [2, 2329, 3]], ["fire", [2, 2329, 4]], ["sting", [2, 2329, 5]], ["burn down", [2, 2329, 6]], ["cauterise", [2, 2329, 7]], ["sunburn", [2, 2329, 8]], ["burn up", [2, 2329, 9]], ["cut", [2, 2329, 10]], ["burn off", [2, 2329, 11]]]}, {"answer": "burns", "hint": "synonyms for burns", "clues": [["burn", [2, 2330, 0]], ["bite", [2, 2330, 1]], ["combust", [2, 2330, 2]], ["fire", [2, 2330, 3]], ["incinerate", [2, 2330, 4]], ["cut", [2, 2330, 5]], ["burn off", [2, 2330, 6]], ["glow", [2, 2330, 7]], ["cauterise", [2, 2330, 8]], ["sting", [2, 2330, 9]], ["burn down", [2, 2330, 10]], ["sunburn", [2, 2330, 11]], ["burn up", [2, 2330, 12]]]}, {"answer": "burping", "hint": "synonyms for burping", "clues": [["bubble", [2, 2331, 0]], ["eruct", [2, 2331, 1]], ["belch", [2, 2331, 2]], ["burp", [2, 2331, 3]]]}, {"answer": "burst", "hint": "synonyms for burst", "clues": [["explode", [2, 2332, 0]], ["abound", [2, 2332, 1]], ["break", [2, 2332, 2]], ["break open", [2, 2332, 3]], ["bristle", [2, 2332, 4]], ["collapse", [2, 2332, 5]], ["erupt", [2, 2332, 6]], ["bust", [2, 2332, 7]], ["split", [2, 2332, 8]]]}, {"answer": "burying", "hint": "synonyms for burying", "clues": [["forget", [2, 2333, 0]], ["bury", [2, 2333, 1]], ["inhume", [2, 2333, 2]], ["sink", [2, 2333, 3]], ["entomb", [2, 2333, 4]], ["inter", [2, 2333, 5]], ["immerse", [2, 2333, 6]], ["swallow", [2, 2333, 7]], ["swallow up", [2, 2333, 8]], ["lay to rest", [2, 2333, 9]], ["eat up", [2, 2333, 10]]]}, {"answer": "bushel", "hint": "synonyms for bushel", "clues": [["doctor", [2, 2334, 0]], ["restore", [2, 2334, 1]], ["fix", [2, 2334, 2]], ["repair", [2, 2334, 3]], ["mend", [2, 2334, 4]], ["touch on", [2, 2334, 5]], ["furbish up", [2, 2334, 6]]]}, {"answer": "buss", "hint": "synonyms for buss", "clues": [["bus", [2, 2335, 0]], ["snog", [2, 2335, 1]], ["osculate", [2, 2335, 2]], ["kiss", [2, 2335, 3]]]}, {"answer": "butt", "hint": "synonyms for butt", "clues": [["bunt", [2, 2336, 0]], ["border", [2, 2336, 1]], ["butt against", [2, 2336, 2]], ["butt on", [2, 2336, 3]], ["abut", [2, 2336, 4]], ["adjoin", [2, 2336, 5]], ["edge", [2, 2336, 6]], ["march", [2, 2336, 7]]]}, {"answer": "butterfly", "hint": "synonyms for butterfly", "clues": [["philander", [2, 2337, 0]], ["chat up", [2, 2337, 1]], ["dally", [2, 2337, 2]], ["flirt", [2, 2337, 3]], ["coquette", [2, 2337, 4]], ["mash", [2, 2337, 5]], ["romance", [2, 2337, 6]]]}, {"answer": "buy", "hint": "synonyms for buy", "clues": [["corrupt", [2, 2338, 0]], ["bribe", [2, 2338, 1]], ["grease one's palms", [2, 2338, 2]], ["purchase", [2, 2338, 3]]]}, {"answer": "buying", "hint": "synonyms for buying", "clues": [["bribe", [2, 2339, 0]], ["grease one's palms", [2, 2339, 1]], ["buy", [2, 2339, 2]], ["corrupt", [2, 2339, 3]], ["purchase", [2, 2339, 4]]]}, {"answer": "cabal", "hint": "synonyms for cabal", "clues": [["machinate", [2, 2340, 0]], ["conjure", [2, 2340, 1]], ["complot", [2, 2340, 2]], ["conspire", [2, 2340, 3]]]}, {"answer": "cabbage", "hint": "synonyms for cabbage", "clues": [["filch", [2, 2341, 0]], ["lift", [2, 2341, 1]], ["hook", [2, 2341, 2]], ["nobble", [2, 2341, 3]], ["snarf", [2, 2341, 4]], ["sneak", [2, 2341, 5]], ["pilfer", [2, 2341, 6]], ["purloin", [2, 2341, 7]], ["swipe", [2, 2341, 8]], ["abstract", [2, 2341, 9]], ["pinch", [2, 2341, 10]]]}, {"answer": "cache", "hint": "synonyms for cache", "clues": [["lay away", [2, 2342, 0]], ["hive up", [2, 2342, 1]], ["hoard", [2, 2342, 2]], ["squirrel away", [2, 2342, 3]], ["stash", [2, 2342, 4]]]}, {"answer": "call", "hint": "synonyms for call", "clues": [["call up", [2, 2343, 0]], ["address", [2, 2343, 1]], ["send for", [2, 2343, 2]], ["shout", [2, 2343, 3]], ["name", [2, 2343, 4]], ["hollo", [2, 2343, 5]], ["call off", [2, 2343, 6]], ["squall", [2, 2343, 7]], ["forebode", [2, 2343, 8]], ["bid", [2, 2343, 9]], ["anticipate", [2, 2343, 10]], ["visit", [2, 2343, 11]], ["predict", [2, 2343, 12]], ["shout out", [2, 2343, 13]], ["foretell", [2, 2343, 14]], ["prognosticate", [2, 2343, 15]], ["scream", [2, 2343, 16]], ["call in", [2, 2343, 17]], ["cry", [2, 2343, 18]], ["promise", [2, 2343, 19]], ["telephone", [2, 2343, 20]], ["holler", [2, 2343, 21]], ["yell", [2, 2343, 22]], ["phone", [2, 2343, 23]], ["ring", [2, 2343, 24]]]}, {"answer": "call_up", "hint": "synonyms for call up", "clues": [["recollect", [2, 2344, 0]], ["remember", [2, 2344, 1]], ["mobilize", [2, 2344, 2]], ["bring forward", [2, 2344, 3]], ["think", [2, 2344, 4]], ["call", [2, 2344, 5]], ["rally", [2, 2344, 6]], ["telephone", [2, 2344, 7]], ["call back", [2, 2344, 8]], ["recall", [2, 2344, 9]], ["phone", [2, 2344, 10]], ["ring", [2, 2344, 11]], ["retrieve", [2, 2344, 12]]]}, {"answer": "calling", "hint": "synonyms for calling", "clues": [["call", [2, 2345, 0]], ["address", [2, 2345, 1]], ["name", [2, 2345, 2]], ["bid", [2, 2345, 3]], ["visit", [2, 2345, 4]], ["prognosticate", [2, 2345, 5]], ["scream", [2, 2345, 6]], ["telephone", [2, 2345, 7]], ["holler", [2, 2345, 8]], ["yell", [2, 2345, 9]], ["phone", [2, 2345, 10]], ["ring", [2, 2345, 11]], ["call up", [2, 2345, 12]], ["send for", [2, 2345, 13]], ["shout", [2, 2345, 14]], ["hollo", [2, 2345, 15]], ["call off", [2, 2345, 16]], ["squall", [2, 2345, 17]], ["forebode", [2, 2345, 18]], ["anticipate", [2, 2345, 19]], ["predict", [2, 2345, 20]], ["foretell", [2, 2345, 21]], ["shout out", [2, 2345, 22]], ["call in", [2, 2345, 23]], ["promise", [2, 2345, 24]], ["cry", [2, 2345, 25]]]}, {"answer": "calming", "hint": "synonyms for calming", "clues": [["cool off", [2, 2346, 0]], ["cool it", [2, 2346, 1]], ["tranquilize", [2, 2346, 2]], ["calm", [2, 2346, 3]], ["calm down", [2, 2346, 4]], ["chill out", [2, 2346, 5]], ["quiet", [2, 2346, 6]], ["sedate", [2, 2346, 7]], ["simmer down", [2, 2346, 8]], ["steady", [2, 2346, 9]], ["quieten", [2, 2346, 10]], ["settle down", [2, 2346, 11]], ["lull", [2, 2346, 12]], ["still", [2, 2346, 13]], ["becalm", [2, 2346, 14]]]}, {"answer": "campaign", "hint": "synonyms for campaign", "clues": [["crusade", [2, 2347, 0]], ["run", [2, 2347, 1]], ["fight", [2, 2347, 2]], ["take the field", [2, 2347, 3]], ["agitate", [2, 2347, 4]], ["push", [2, 2347, 5]], ["press", [2, 2347, 6]]]}, {"answer": "campaigning", "hint": "synonyms for campaigning", "clues": [["crusade", [2, 2348, 0]], ["run", [2, 2348, 1]], ["fight", [2, 2348, 2]], ["take the field", [2, 2348, 3]], ["agitate", [2, 2348, 4]], ["push", [2, 2348, 5]], ["press", [2, 2348, 6]], ["campaign", [2, 2348, 7]]]}, {"answer": "camping", "hint": "synonyms for camping", "clues": [["bivouac", [2, 2349, 0]], ["camp", [2, 2349, 1]], ["camp out", [2, 2349, 2]], ["camp down", [2, 2349, 3]], ["encamp", [2, 2349, 4]], ["tent", [2, 2349, 5]]]}, {"answer": "can", "hint": "synonyms for can", "clues": [["put up", [2, 2350, 0]], ["fire", [2, 2350, 1]], ["give the sack", [2, 2350, 2]], ["send away", [2, 2350, 3]], ["force out", [2, 2350, 4]], ["terminate", [2, 2350, 5]], ["give the axe", [2, 2350, 6]], ["displace", [2, 2350, 7]], ["tin", [2, 2350, 8]], ["give notice", [2, 2350, 9]], ["sack", [2, 2350, 10]], ["dismiss", [2, 2350, 11]]]}, {"answer": "cancel", "hint": "synonyms for cancel", "clues": [["invalidate", [2, 2351, 0]], ["scrub", [2, 2351, 1]], ["delete", [2, 2351, 2]], ["scratch", [2, 2351, 3]], ["call off", [2, 2351, 4]], ["set off", [2, 2351, 5]], ["strike down", [2, 2351, 6]], ["offset", [2, 2351, 7]]]}, {"answer": "caning", "hint": "synonyms for caning", "clues": [["flog", [2, 2352, 0]], ["cane", [2, 2352, 1]], ["lambaste", [2, 2352, 2]], ["terminate", [2, 2352, 3]], ["give the axe", [2, 2352, 4]], ["tin", [2, 2352, 5]], ["sack", [2, 2352, 6]], ["put up", [2, 2352, 7]], ["fire", [2, 2352, 8]], ["give the sack", [2, 2352, 9]], ["send away", [2, 2352, 10]], ["force out", [2, 2352, 11]], ["displace", [2, 2352, 12]], ["give notice", [2, 2352, 13]], ["dismiss", [2, 2352, 14]]]}, {"answer": "cant", "hint": "synonyms for cant", "clues": [["tilt", [2, 2353, 0]], ["slant", [2, 2353, 1]], ["pitch", [2, 2353, 2]], ["cant over", [2, 2353, 3]]]}, {"answer": "canvas", "hint": "synonyms for canvas", "clues": [["canvass", [2, 2354, 0]], ["examine", [2, 2354, 1]], ["analyse", [2, 2354, 2]], ["poll", [2, 2354, 3]], ["study", [2, 2354, 4]]]}, {"answer": "canvass", "hint": "synonyms for canvass", "clues": [["examine", [2, 2355, 0]], ["analyse", [2, 2355, 1]], ["canvas", [2, 2355, 2]], ["poll", [2, 2355, 3]], ["study", [2, 2355, 4]]]}, {"answer": "canvassing", "hint": "synonyms for canvassing", "clues": [["canvass", [2, 2356, 0]], ["examine", [2, 2356, 1]], ["analyse", [2, 2356, 2]], ["poll", [2, 2356, 3]], ["study", [2, 2356, 4]]]}, {"answer": "capture", "hint": "synonyms for capture", "clues": [["seize", [2, 2357, 0]], ["get", [2, 2357, 1]], ["catch", [2, 2357, 2]], ["conquer", [2, 2357, 3]], ["appropriate", [2, 2357, 4]], ["bewitch", [2, 2357, 5]], ["enamour", [2, 2357, 6]], ["fascinate", [2, 2357, 7]], ["captivate", [2, 2357, 8]], ["trance", [2, 2357, 9]], ["beguile", [2, 2357, 10]], ["enchant", [2, 2357, 11]], ["charm", [2, 2357, 12]], ["becharm", [2, 2357, 13]]]}, {"answer": "care", "hint": "synonyms for care", "clues": [["wish", [2, 2358, 0]], ["deal", [2, 2358, 1]], ["handle", [2, 2358, 2]], ["worry", [2, 2358, 3]], ["give care", [2, 2358, 4]], ["manage", [2, 2358, 5]], ["like", [2, 2358, 6]]]}, {"answer": "careen", "hint": "synonyms for careen", "clues": [["shift", [2, 2359, 0]], ["wobble", [2, 2359, 1]], ["lurch", [2, 2359, 2]], ["keel", [2, 2359, 3]], ["reel", [2, 2359, 4]], ["tilt", [2, 2359, 5]], ["stagger", [2, 2359, 6]], ["swag", [2, 2359, 7]]]}, {"answer": "carry", "hint": "synonyms for carry", "clues": [["deport", [2, 2360, 0]], ["bear", [2, 2360, 1]], ["persuade", [2, 2360, 2]], ["stockpile", [2, 2360, 3]], ["hold", [2, 2360, 4]], ["contain", [2, 2360, 5]], ["express", [2, 2360, 6]], ["comport", [2, 2360, 7]], ["post", [2, 2360, 8]], ["conduct", [2, 2360, 9]], ["transport", [2, 2360, 10]], ["convey", [2, 2360, 11]], ["pack", [2, 2360, 12]], ["run", [2, 2360, 13]], ["have a bun in the oven", [2, 2360, 14]], ["stock", [2, 2360, 15]], ["transmit", [2, 2360, 16]], ["acquit", [2, 2360, 17]], ["impart", [2, 2360, 18]], ["behave", [2, 2360, 19]], ["gestate", [2, 2360, 20]], ["dribble", [2, 2360, 21]], ["extend", [2, 2360, 22]], ["expect", [2, 2360, 23]], ["sway", [2, 2360, 24]], ["take", [2, 2360, 25]], ["channel", [2, 2360, 26]]]}, {"answer": "carting", "hint": "synonyms for carting", "clues": [["drag", [2, 2361, 0]], ["cart", [2, 2361, 1]], ["hale", [2, 2361, 2]], ["haul", [2, 2361, 3]]]}, {"answer": "cast", "hint": "synonyms for cast", "clues": [["spue", [2, 2362, 0]], ["regorge", [2, 2362, 1]], ["retch", [2, 2362, 2]], ["hurl", [2, 2362, 3]], ["frame", [2, 2362, 4]], ["wander", [2, 2362, 5]], ["upchuck", [2, 2362, 6]], ["mold", [2, 2362, 7]], ["barf", [2, 2362, 8]], ["puke", [2, 2362, 9]], ["drift", [2, 2362, 10]], ["draw", [2, 2362, 11]], ["vomit", [2, 2362, 12]], ["tramp", [2, 2362, 13]], ["shed", [2, 2362, 14]], ["cat", [2, 2362, 15]], ["swan", [2, 2362, 16]], ["redact", [2, 2362, 17]], ["cast off", [2, 2362, 18]], ["throw", [2, 2362, 19]], ["throw up", [2, 2362, 20]], ["shake off", [2, 2362, 21]], ["range", [2, 2362, 22]], ["hurtle", [2, 2362, 23]], ["vagabond", [2, 2362, 24]], ["purge", [2, 2362, 25]], ["vomit up", [2, 2362, 26]], ["throw off", [2, 2362, 27]], ["disgorge", [2, 2362, 28]], ["stray", [2, 2362, 29]], ["couch", [2, 2362, 30]], ["ramble", [2, 2362, 31]], ["honk", [2, 2362, 32]], ["be sick", [2, 2362, 33]], ["drop", [2, 2362, 34]], ["sick", [2, 2362, 35]], ["regurgitate", [2, 2362, 36]], ["project", [2, 2362, 37]], ["roll", [2, 2362, 38]], ["put", [2, 2362, 39]], ["contrive", [2, 2362, 40]], ["throw away", [2, 2362, 41]], ["roam", [2, 2362, 42]], ["chuck", [2, 2362, 43]], ["spew", [2, 2362, 44]], ["rove", [2, 2362, 45]]]}, {"answer": "casting", "hint": "synonyms for casting", "clues": [["spue", [2, 2363, 0]], ["regorge", [2, 2363, 1]], ["cast", [2, 2363, 2]], ["hurl", [2, 2363, 3]], ["retch", [2, 2363, 4]], ["frame", [2, 2363, 5]], ["wander", [2, 2363, 6]], ["upchuck", [2, 2363, 7]], ["mold", [2, 2363, 8]], ["puke", [2, 2363, 9]], ["barf", [2, 2363, 10]], ["chuck", [2, 2363, 11]], ["drift", [2, 2363, 12]], ["draw", [2, 2363, 13]], ["vomit", [2, 2363, 14]], ["tramp", [2, 2363, 15]], ["shed", [2, 2363, 16]], ["swan", [2, 2363, 17]], ["redact", [2, 2363, 18]], ["cast off", [2, 2363, 19]], ["throw", [2, 2363, 20]], ["shake off", [2, 2363, 21]], ["range", [2, 2363, 22]], ["throw up", [2, 2363, 23]], ["hurtle", [2, 2363, 24]], ["vagabond", [2, 2363, 25]], ["purge", [2, 2363, 26]], ["vomit up", [2, 2363, 27]], ["throw off", [2, 2363, 28]], ["disgorge", [2, 2363, 29]], ["stray", [2, 2363, 30]], ["couch", [2, 2363, 31]], ["ramble", [2, 2363, 32]], ["honk", [2, 2363, 33]], ["be sick", [2, 2363, 34]], ["drop", [2, 2363, 35]], ["sick", [2, 2363, 36]], ["regurgitate", [2, 2363, 37]], ["project", [2, 2363, 38]], ["roll", [2, 2363, 39]], ["put", [2, 2363, 40]], ["contrive", [2, 2363, 41]], ["throw away", [2, 2363, 42]], ["roam", [2, 2363, 43]], ["spew", [2, 2363, 44]], ["rove", [2, 2363, 45]]]}, {"answer": "castrate", "hint": "synonyms for castrate", "clues": [["bowdlerise", [2, 2364, 0]], ["spay", [2, 2364, 1]], ["alter", [2, 2364, 2]], ["expurgate", [2, 2364, 3]], ["demasculinize", [2, 2364, 4]], ["shorten", [2, 2364, 5]], ["emasculate", [2, 2364, 6]], ["neuter", [2, 2364, 7]]]}, {"answer": "cat", "hint": "synonyms for cat", "clues": [["spue", [2, 2365, 0]], ["purge", [2, 2365, 1]], ["regorge", [2, 2365, 2]], ["retch", [2, 2365, 3]], ["vomit up", [2, 2365, 4]], ["upchuck", [2, 2365, 5]], ["disgorge", [2, 2365, 6]], ["puke", [2, 2365, 7]], ["honk", [2, 2365, 8]], ["be sick", [2, 2365, 9]], ["sick", [2, 2365, 10]], ["cast", [2, 2365, 11]], ["regurgitate", [2, 2365, 12]], ["vomit", [2, 2365, 13]], ["spew", [2, 2365, 14]], ["chuck", [2, 2365, 15]], ["throw up", [2, 2365, 16]], ["barf", [2, 2365, 17]]]}, {"answer": "catch", "hint": "synonyms for catch", "clues": [["overtake", [2, 2366, 0]], ["grab", [2, 2366, 1]], ["get", [2, 2366, 2]], ["bewitch", [2, 2366, 3]], ["fascinate", [2, 2366, 4]], ["enamor", [2, 2366, 5]], ["view", [2, 2366, 6]], ["see", [2, 2366, 7]], ["hitch", [2, 2366, 8]], ["becharm", [2, 2366, 9]], ["arrest", [2, 2366, 10]], ["take in", [2, 2366, 11]], ["capture", [2, 2366, 12]], ["pick up", [2, 2366, 13]], ["take hold of", [2, 2366, 14]], ["overhear", [2, 2366, 15]], ["trip up", [2, 2366, 16]], ["captivate", [2, 2366, 17]], ["trance", [2, 2366, 18]], ["beguile", [2, 2366, 19]], ["enchant", [2, 2366, 20]], ["charm", [2, 2366, 21]], ["catch up with", [2, 2366, 22]], ["watch", [2, 2366, 23]]]}, {"answer": "catering", "hint": "synonyms for catering", "clues": [["provide", [2, 2367, 0]], ["cater", [2, 2367, 1]], ["ply", [2, 2367, 2]], ["supply", [2, 2367, 3]]]}, {"answer": "cause", "hint": "synonyms for cause", "clues": [["get", [2, 2368, 0]], ["induce", [2, 2368, 1]], ["have", [2, 2368, 2]], ["do", [2, 2368, 3]], ["stimulate", [2, 2368, 4]], ["make", [2, 2368, 5]]]}, {"answer": "causing", "hint": "synonyms for causing", "clues": [["stimulate", [2, 2369, 0]], ["make", [2, 2369, 1]], ["cause", [2, 2369, 2]], ["get", [2, 2369, 3]], ["induce", [2, 2369, 4]], ["have", [2, 2369, 5]], ["do", [2, 2369, 6]]]}, {"answer": "cave_in", "hint": "synonyms for cave in", "clues": [["break", [2, 2370, 0]], ["collapse", [2, 2370, 1]], ["fall in", [2, 2370, 2]], ["founder", [2, 2370, 3]], ["give", [2, 2370, 4]], ["give way", [2, 2370, 5]]]}, {"answer": "cease", "hint": "synonyms for cease", "clues": [["stop", [2, 2371, 0]], ["finish", [2, 2371, 1]], ["end", [2, 2371, 2]], ["give up", [2, 2371, 3]], ["lay off", [2, 2371, 4]], ["terminate", [2, 2371, 5]], ["discontinue", [2, 2371, 6]], ["quit", [2, 2371, 7]]]}, {"answer": "ceding", "hint": "synonyms for ceding", "clues": [["deliver", [2, 2372, 0]], ["grant", [2, 2372, 1]], ["cede", [2, 2372, 2]], ["yield", [2, 2372, 3]], ["concede", [2, 2372, 4]], ["surrender", [2, 2372, 5]], ["give up", [2, 2372, 6]]]}, {"answer": "centering", "hint": "synonyms for centering", "clues": [["center on", [2, 2373, 0]], ["centre", [2, 2373, 1]], ["focus", [2, 2373, 2]], ["concentrate on", [2, 2373, 3]], ["rivet", [2, 2373, 4]], ["focus on", [2, 2373, 5]], ["revolve around", [2, 2373, 6]], ["pore", [2, 2373, 7]], ["center", [2, 2373, 8]], ["revolve about", [2, 2373, 9]]]}, {"answer": "centre", "hint": "synonyms for centre", "clues": [["concentrate", [2, 2374, 0]], ["center", [2, 2374, 1]], ["pore", [2, 2374, 2]], ["focus", [2, 2374, 3]], ["rivet", [2, 2374, 4]]]}, {"answer": "chafe", "hint": "synonyms for chafe", "clues": [["vex", [2, 2375, 0]], ["nettle", [2, 2375, 1]], ["bother", [2, 2375, 2]], ["nark", [2, 2375, 3]], ["rile", [2, 2375, 4]], ["fret", [2, 2375, 5]], ["irritate", [2, 2375, 6]], ["scratch", [2, 2375, 7]], ["get at", [2, 2375, 8]], ["gravel", [2, 2375, 9]], ["excoriate", [2, 2375, 10]], ["get to", [2, 2375, 11]], ["rub", [2, 2375, 12]], ["annoy", [2, 2375, 13]], ["devil", [2, 2375, 14]], ["rag", [2, 2375, 15]], ["gall", [2, 2375, 16]], ["fray", [2, 2375, 17]]]}, {"answer": "chaff", "hint": "synonyms for chaff", "clues": [["kid", [2, 2376, 0]], ["josh", [2, 2376, 1]], ["jolly", [2, 2376, 2]], ["banter", [2, 2376, 3]]]}, {"answer": "chafing", "hint": "synonyms for chafing", "clues": [["chafe", [2, 2377, 0]], ["vex", [2, 2377, 1]], ["nettle", [2, 2377, 2]], ["bother", [2, 2377, 3]], ["nark", [2, 2377, 4]], ["rile", [2, 2377, 5]], ["fret", [2, 2377, 6]], ["irritate", [2, 2377, 7]], ["scratch", [2, 2377, 8]], ["get at", [2, 2377, 9]], ["gravel", [2, 2377, 10]], ["excoriate", [2, 2377, 11]], ["get to", [2, 2377, 12]], ["rub", [2, 2377, 13]], ["annoy", [2, 2377, 14]], ["devil", [2, 2377, 15]], ["rag", [2, 2377, 16]], ["gall", [2, 2377, 17]], ["fray", [2, 2377, 18]]]}, {"answer": "chagrin", "hint": "synonyms for chagrin", "clues": [["humble", [2, 2378, 0]], ["abase", [2, 2378, 1]], ["mortify", [2, 2378, 2]], ["humiliate", [2, 2378, 3]]]}, {"answer": "change", "hint": "synonyms for change", "clues": [["exchange", [2, 2379, 0]], ["commute", [2, 2379, 1]], ["interchange", [2, 2379, 2]], ["alter", [2, 2379, 3]], ["convert", [2, 2379, 4]], ["shift", [2, 2379, 5]], ["deepen", [2, 2379, 6]], ["modify", [2, 2379, 7]], ["vary", [2, 2379, 8]], ["transfer", [2, 2379, 9]], ["switch", [2, 2379, 10]]]}, {"answer": "channel", "hint": "synonyms for channel", "clues": [["transmit", [2, 2380, 0]], ["canalize", [2, 2380, 1]], ["impart", [2, 2380, 2]], ["carry", [2, 2380, 3]], ["conduct", [2, 2380, 4]], ["channelize", [2, 2380, 5]], ["transfer", [2, 2380, 6]], ["transport", [2, 2380, 7]], ["convey", [2, 2380, 8]]]}, {"answer": "channels", "hint": "synonyms for channels", "clues": [["channel", [2, 2381, 0]], ["transmit", [2, 2381, 1]], ["canalize", [2, 2381, 2]], ["impart", [2, 2381, 3]], ["carry", [2, 2381, 4]], ["conduct", [2, 2381, 5]], ["channelize", [2, 2381, 6]], ["transfer", [2, 2381, 7]], ["transport", [2, 2381, 8]], ["convey", [2, 2381, 9]]]}, {"answer": "chanting", "hint": "synonyms for chanting", "clues": [["chant", [2, 2382, 0]], ["intone", [2, 2382, 1]], ["cantillate", [2, 2382, 2]], ["tone", [2, 2382, 3]]]}, {"answer": "char", "hint": "synonyms for char", "clues": [["coal", [2, 2383, 0]], ["scorch", [2, 2383, 1]], ["sear", [2, 2383, 2]], ["blacken", [2, 2383, 3]]]}, {"answer": "charge", "hint": "synonyms for charge", "clues": [["consign", [2, 2384, 0]], ["commove", [2, 2384, 1]], ["buck", [2, 2384, 2]], ["accuse", [2, 2384, 3]], ["appoint", [2, 2384, 4]], ["blame", [2, 2384, 5]], ["send", [2, 2384, 6]], ["file", [2, 2384, 7]], ["saddle", [2, 2384, 8]], ["rouse", [2, 2384, 9]], ["burden", [2, 2384, 10]], ["shoot", [2, 2384, 11]], ["turn on", [2, 2384, 12]], ["agitate", [2, 2384, 13]], ["level", [2, 2384, 14]], ["institutionalise", [2, 2384, 15]], ["lodge", [2, 2384, 16]], ["bear down", [2, 2384, 17]], ["point", [2, 2384, 18]], ["charge up", [2, 2384, 19]], ["commit", [2, 2384, 20]], ["excite", [2, 2384, 21]], ["bill", [2, 2384, 22]], ["load", [2, 2384, 23]], ["shoot down", [2, 2384, 24]], ["tear", [2, 2384, 25]]]}, {"answer": "charm", "hint": "synonyms for charm", "clues": [["catch", [2, 2385, 0]], ["influence", [2, 2385, 1]], ["bewitch", [2, 2385, 2]], ["enamour", [2, 2385, 3]], ["fascinate", [2, 2385, 4]], ["captivate", [2, 2385, 5]], ["trance", [2, 2385, 6]], ["beguile", [2, 2385, 7]], ["enchant", [2, 2385, 8]], ["becharm", [2, 2385, 9]], ["capture", [2, 2385, 10]], ["tempt", [2, 2385, 11]]]}, {"answer": "charter", "hint": "synonyms for charter", "clues": [["lease", [2, 2386, 0]], ["rent", [2, 2386, 1]], ["hire", [2, 2386, 2]], ["take", [2, 2386, 3]], ["engage", [2, 2386, 4]]]}, {"answer": "chase", "hint": "synonyms for chase", "clues": [["give chase", [2, 2387, 0]], ["trail", [2, 2387, 1]], ["furrow", [2, 2387, 2]], ["chamfer", [2, 2387, 3]], ["dog", [2, 2387, 4]], ["chase after", [2, 2387, 5]], ["track", [2, 2387, 6]], ["tag", [2, 2387, 7]], ["go after", [2, 2387, 8]]]}, {"answer": "chased", "hint": "synonyms for chased", "clues": [["give chase", [2, 2388, 0]], ["trail", [2, 2388, 1]], ["furrow", [2, 2388, 2]], ["chase", [2, 2388, 3]], ["dog", [2, 2388, 4]], ["chase after", [2, 2388, 5]], ["track", [2, 2388, 6]], ["chamfer", [2, 2388, 7]], ["tag", [2, 2388, 8]], ["go after", [2, 2388, 9]]]}, {"answer": "chasteness", "hint": "synonyms for chasteness", "clues": [["correct", [2, 2389, 0]], ["objurgate", [2, 2389, 1]], ["temper", [2, 2389, 2]], ["tame", [2, 2389, 3]], ["subdue", [2, 2389, 4]], ["castigate", [2, 2389, 5]], ["chasten", [2, 2389, 6]], ["chastise", [2, 2389, 7]], ["moderate", [2, 2389, 8]]]}, {"answer": "chastening", "hint": "synonyms for chastening", "clues": [["correct", [2, 2390, 0]], ["objurgate", [2, 2390, 1]], ["temper", [2, 2390, 2]], ["tame", [2, 2390, 3]], ["subdue", [2, 2390, 4]], ["castigate", [2, 2390, 5]], ["chasten", [2, 2390, 6]], ["chastise", [2, 2390, 7]], ["moderate", [2, 2390, 8]]]}, {"answer": "chat", "hint": "synonyms for chat", "clues": [["chitchat", [2, 2391, 0]], ["claver", [2, 2391, 1]], ["chaffer", [2, 2391, 2]], ["shoot the breeze", [2, 2391, 3]], ["chatter", [2, 2391, 4]], ["visit", [2, 2391, 5]], ["chew the fat", [2, 2391, 6]], ["confabulate", [2, 2391, 7]], ["natter", [2, 2391, 8]], ["gossip", [2, 2391, 9]], ["jaw", [2, 2391, 10]], ["confab", [2, 2391, 11]]]}, {"answer": "chatter", "hint": "synonyms for chatter", "clues": [["blab", [2, 2392, 0]], ["gibber", [2, 2392, 1]], ["blabber", [2, 2392, 2]], ["piffle", [2, 2392, 3]], ["chaffer", [2, 2392, 4]], ["twaddle", [2, 2392, 5]], ["clack", [2, 2392, 6]], ["visit", [2, 2392, 7]], ["chew the fat", [2, 2392, 8]], ["confabulate", [2, 2392, 9]], ["natter", [2, 2392, 10]], ["gossip", [2, 2392, 11]], ["chit-chat", [2, 2392, 12]], ["jaw", [2, 2392, 13]], ["confab", [2, 2392, 14]], ["tittle-tattle", [2, 2392, 15]], ["prate", [2, 2392, 16]], ["claver", [2, 2392, 17]], ["tattle", [2, 2392, 18]], ["shoot the breeze", [2, 2392, 19]], ["click", [2, 2392, 20]], ["maunder", [2, 2392, 21]], ["palaver", [2, 2392, 22]], ["prattle", [2, 2392, 23]], ["gabble", [2, 2392, 24]], ["chat", [2, 2392, 25]]]}, {"answer": "chattering", "hint": "synonyms for chattering", "clues": [["blab", [2, 2393, 0]], ["gibber", [2, 2393, 1]], ["blabber", [2, 2393, 2]], ["chatter", [2, 2393, 3]], ["piffle", [2, 2393, 4]], ["chaffer", [2, 2393, 5]], ["twaddle", [2, 2393, 6]], ["clack", [2, 2393, 7]], ["visit", [2, 2393, 8]], ["chew the fat", [2, 2393, 9]], ["confabulate", [2, 2393, 10]], ["natter", [2, 2393, 11]], ["gossip", [2, 2393, 12]], ["chit-chat", [2, 2393, 13]], ["jaw", [2, 2393, 14]], ["confab", [2, 2393, 15]], ["tittle-tattle", [2, 2393, 16]], ["prate", [2, 2393, 17]], ["claver", [2, 2393, 18]], ["tattle", [2, 2393, 19]], ["shoot the breeze", [2, 2393, 20]], ["click", [2, 2393, 21]], ["maunder", [2, 2393, 22]], ["palaver", [2, 2393, 23]], ["prattle", [2, 2393, 24]], ["gabble", [2, 2393, 25]], ["chat", [2, 2393, 26]]]}, {"answer": "cheat", "hint": "synonyms for cheat", "clues": [["cheat on", [2, 2394, 0]], ["betray", [2, 2394, 1]], ["chisel", [2, 2394, 2]], ["chouse", [2, 2394, 3]], ["jockey", [2, 2394, 4]], ["shaft", [2, 2394, 5]], ["chicane", [2, 2394, 6]], ["wander", [2, 2394, 7]], ["rip off", [2, 2394, 8]], ["cuckold", [2, 2394, 9]], ["screw", [2, 2394, 10]]]}, {"answer": "check", "hint": "synonyms for check", "clues": [["mark", [2, 2395, 0]], ["ascertain", [2, 2395, 1]], ["fit", [2, 2395, 2]], ["curb", [2, 2395, 3]], ["correspond", [2, 2395, 4]], ["check up on", [2, 2395, 5]], ["checker", [2, 2395, 6]], ["discipline", [2, 2395, 7]], ["see", [2, 2395, 8]], ["control", [2, 2395, 9]], ["match", [2, 2395, 10]], ["train", [2, 2395, 11]], ["check out", [2, 2395, 12]], ["tick off", [2, 2395, 13]], ["contain", [2, 2395, 14]], ["tick", [2, 2395, 15]], ["break", [2, 2395, 16]], ["tally", [2, 2395, 17]], ["check off", [2, 2395, 18]], ["suss out", [2, 2395, 19]], ["condition", [2, 2395, 20]], ["see to it", [2, 2395, 21]], ["learn", [2, 2395, 22]], ["gibe", [2, 2395, 23]], ["delay", [2, 2395, 24]], ["stop", [2, 2395, 25]], ["agree", [2, 2395, 26]], ["mark off", [2, 2395, 27]], ["check into", [2, 2395, 28]], ["chink", [2, 2395, 29]], ["go over", [2, 2395, 30]], ["watch", [2, 2395, 31]], ["hold in", [2, 2395, 32]], ["crack", [2, 2395, 33]], ["determine", [2, 2395, 34]], ["look into", [2, 2395, 35]], ["assure", [2, 2395, 36]], ["ensure", [2, 2395, 37]], ["turn back", [2, 2395, 38]], ["retard", [2, 2395, 39]], ["check over", [2, 2395, 40]], ["chequer", [2, 2395, 41]], ["insure", [2, 2395, 42]], ["arrest", [2, 2395, 43]], ["hold back", [2, 2395, 44]], ["hold", [2, 2395, 45]], ["find out", [2, 2395, 46]], ["jibe", [2, 2395, 47]], ["moderate", [2, 2395, 48]]]}, {"answer": "cheer", "hint": "synonyms for cheer", "clues": [["chirk up", [2, 2396, 0]], ["barrack", [2, 2396, 1]], ["pep up", [2, 2396, 2]], ["inspire", [2, 2396, 3]], ["exhort", [2, 2396, 4]], ["recreate", [2, 2396, 5]], ["urge on", [2, 2396, 6]], ["embolden", [2, 2396, 7]], ["jolly up", [2, 2396, 8]], ["root on", [2, 2396, 9]], ["cheer up", [2, 2396, 10]], ["hearten", [2, 2396, 11]], ["jolly along", [2, 2396, 12]], ["urge", [2, 2396, 13]]]}, {"answer": "chewing", "hint": "synonyms for chewing", "clues": [["chew", [2, 2397, 0]], ["manducate", [2, 2397, 1]], ["jaw", [2, 2397, 2]], ["masticate", [2, 2397, 3]]]}, {"answer": "chicane", "hint": "synonyms for chicane", "clues": [["cavil", [2, 2398, 0]], ["screw", [2, 2398, 1]], ["carp", [2, 2398, 2]], ["chouse", [2, 2398, 3]], ["jockey", [2, 2398, 4]], ["cheat", [2, 2398, 5]], ["shaft", [2, 2398, 6]]]}, {"answer": "chiding", "hint": "synonyms for chiding", "clues": [["dress down", [2, 2399, 0]], ["trounce", [2, 2399, 1]], ["call down", [2, 2399, 2]], ["lambaste", [2, 2399, 3]], ["lecture", [2, 2399, 4]], ["rag", [2, 2399, 5]], ["chew up", [2, 2399, 6]], ["scold", [2, 2399, 7]], ["bawl out", [2, 2399, 8]], ["jaw", [2, 2399, 9]], ["reprimand", [2, 2399, 10]], ["rebuke", [2, 2399, 11]], ["berate", [2, 2399, 12]], ["have words", [2, 2399, 13]], ["chew out", [2, 2399, 14]], ["remonstrate", [2, 2399, 15]], ["call on the carpet", [2, 2399, 16]], ["chide", [2, 2399, 17]], ["reproof", [2, 2399, 18]], ["take to task", [2, 2399, 19]]]}, {"answer": "chink", "hint": "synonyms for chink", "clues": [["tink", [2, 2400, 0]], ["check", [2, 2400, 1]], ["tinkle", [2, 2400, 2]], ["clink", [2, 2400, 3]]]}, {"answer": "chip", "hint": "synonyms for chip", "clues": [["break off", [2, 2401, 0]], ["chip off", [2, 2401, 1]], ["come off", [2, 2401, 2]], ["nick", [2, 2401, 3]], ["cut off", [2, 2401, 4]], ["knap", [2, 2401, 5]], ["break away", [2, 2401, 6]]]}, {"answer": "chipping", "hint": "synonyms for chipping", "clues": [["chip", [2, 2402, 0]], ["come off", [2, 2402, 1]], ["knap", [2, 2402, 2]], ["break off", [2, 2402, 3]], ["chip off", [2, 2402, 4]], ["nick", [2, 2402, 5]], ["cut off", [2, 2402, 6]], ["break away", [2, 2402, 7]]]}, {"answer": "chips", "hint": "synonyms for chips", "clues": [["chip", [2, 2403, 0]], ["come off", [2, 2403, 1]], ["knap", [2, 2403, 2]], ["break off", [2, 2403, 3]], ["chip off", [2, 2403, 4]], ["nick", [2, 2403, 5]], ["cut off", [2, 2403, 6]], ["break away", [2, 2403, 7]]]}, {"answer": "chirp", "hint": "synonyms for chirp", "clues": [["tweedle", [2, 2404, 0]], ["peep", [2, 2404, 1]], ["cheep", [2, 2404, 2]], ["chirrup", [2, 2404, 3]]]}, {"answer": "chit-chat", "hint": "synonyms for chit-chat", "clues": [["chitchat", [2, 2405, 0]], ["claver", [2, 2405, 1]], ["chaffer", [2, 2405, 2]], ["shoot the breeze", [2, 2405, 3]], ["chatter", [2, 2405, 4]], ["visit", [2, 2405, 5]], ["chew the fat", [2, 2405, 6]], ["confabulate", [2, 2405, 7]], ["natter", [2, 2405, 8]], ["gossip", [2, 2405, 9]], ["jaw", [2, 2405, 10]], ["confab", [2, 2405, 11]], ["chat", [2, 2405, 12]]]}, {"answer": "chitchat", "hint": "synonyms for chitchat", "clues": [["claver", [2, 2406, 0]], ["chaffer", [2, 2406, 1]], ["shoot the breeze", [2, 2406, 2]], ["chatter", [2, 2406, 3]], ["visit", [2, 2406, 4]], ["chew the fat", [2, 2406, 5]], ["confabulate", [2, 2406, 6]], ["natter", [2, 2406, 7]], ["gossip", [2, 2406, 8]], ["chit-chat", [2, 2406, 9]], ["jaw", [2, 2406, 10]], ["confab", [2, 2406, 11]], ["chat", [2, 2406, 12]]]}, {"answer": "choke", "hint": "synonyms for choke", "clues": [["perish", [2, 2407, 0]], ["clog", [2, 2407, 1]], ["suffocate", [2, 2407, 2]], ["kick the bucket", [2, 2407, 3]], ["pop off", [2, 2407, 4]], ["back up", [2, 2407, 5]], ["conk", [2, 2407, 6]], ["clog up", [2, 2407, 7]], ["decease", [2, 2407, 8]], ["drop dead", [2, 2407, 9]], ["pass", [2, 2407, 10]], ["stifle", [2, 2407, 11]], ["choke off", [2, 2407, 12]], ["cash in one's chips", [2, 2407, 13]], ["strangle", [2, 2407, 14]], ["foul", [2, 2407, 15]], ["give-up the ghost", [2, 2407, 16]], ["gag", [2, 2407, 17]], ["fret", [2, 2407, 18]], ["pass away", [2, 2407, 19]], ["die", [2, 2407, 20]], ["croak", [2, 2407, 21]], ["congest", [2, 2407, 22]], ["snuff it", [2, 2407, 23]], ["expire", [2, 2407, 24]], ["buy the farm", [2, 2407, 25]], ["exit", [2, 2407, 26]], ["throttle", [2, 2407, 27]], ["go", [2, 2407, 28]], ["scrag", [2, 2407, 29]], ["asphyxiate", [2, 2407, 30]]]}, {"answer": "choking", "hint": "synonyms for choking", "clues": [["perish", [2, 2408, 0]], ["clog", [2, 2408, 1]], ["suffocate", [2, 2408, 2]], ["choke", [2, 2408, 3]], ["kick the bucket", [2, 2408, 4]], ["pop off", [2, 2408, 5]], ["back up", [2, 2408, 6]], ["conk", [2, 2408, 7]], ["clog up", [2, 2408, 8]], ["drop dead", [2, 2408, 9]], ["pass", [2, 2408, 10]], ["decease", [2, 2408, 11]], ["stifle", [2, 2408, 12]], ["choke off", [2, 2408, 13]], ["cash in one's chips", [2, 2408, 14]], ["strangle", [2, 2408, 15]], ["foul", [2, 2408, 16]], ["give-up the ghost", [2, 2408, 17]], ["gag", [2, 2408, 18]], ["fret", [2, 2408, 19]], ["pass away", [2, 2408, 20]], ["die", [2, 2408, 21]], ["croak", [2, 2408, 22]], ["congest", [2, 2408, 23]], ["snuff it", [2, 2408, 24]], ["expire", [2, 2408, 25]], ["buy the farm", [2, 2408, 26]], ["exit", [2, 2408, 27]], ["throttle", [2, 2408, 28]], ["go", [2, 2408, 29]], ["scrag", [2, 2408, 30]], ["asphyxiate", [2, 2408, 31]]]}, {"answer": "chosen", "hint": "synonyms for chosen", "clues": [["pick out", [2, 2409, 0]], ["choose", [2, 2409, 1]], ["take", [2, 2409, 2]], ["select", [2, 2409, 3]], ["prefer", [2, 2409, 4]], ["opt", [2, 2409, 5]]]}, {"answer": "chuck", "hint": "synonyms for chuck", "clues": [["spue", [2, 2410, 0]], ["purge", [2, 2410, 1]], ["regorge", [2, 2410, 2]], ["retch", [2, 2410, 3]], ["vomit up", [2, 2410, 4]], ["upchuck", [2, 2410, 5]], ["pat", [2, 2410, 6]], ["disgorge", [2, 2410, 7]], ["puke", [2, 2410, 8]], ["honk", [2, 2410, 9]], ["be sick", [2, 2410, 10]], ["sick", [2, 2410, 11]], ["cast", [2, 2410, 12]], ["regurgitate", [2, 2410, 13]], ["vomit", [2, 2410, 14]], ["toss", [2, 2410, 15]], ["spew", [2, 2410, 16]], ["ditch", [2, 2410, 17]], ["throw up", [2, 2410, 18]], ["barf", [2, 2410, 19]]]}, {"answer": "cipher", "hint": "synonyms for cipher", "clues": [["encipher", [2, 2411, 0]], ["work out", [2, 2411, 1]], ["cypher", [2, 2411, 2]], ["reckon", [2, 2411, 3]], ["compute", [2, 2411, 4]], ["figure", [2, 2411, 5]], ["write in code", [2, 2411, 6]], ["encrypt", [2, 2411, 7]], ["calculate", [2, 2411, 8]], ["code", [2, 2411, 9]], ["inscribe", [2, 2411, 10]]]}, {"answer": "cite", "hint": "synonyms for cite", "clues": [["reference", [2, 2412, 0]], ["advert", [2, 2412, 1]], ["quote", [2, 2412, 2]], ["mention", [2, 2412, 3]], ["bring up", [2, 2412, 4]], ["summons", [2, 2412, 5]], ["abduce", [2, 2412, 6]], ["refer", [2, 2412, 7]], ["name", [2, 2412, 8]], ["adduce", [2, 2412, 9]]]}, {"answer": "clack", "hint": "synonyms for clack", "clues": [["clatter", [2, 2413, 0]], ["blab", [2, 2413, 1]], ["click", [2, 2413, 2]], ["blabber", [2, 2413, 3]], ["piffle", [2, 2413, 4]], ["twaddle", [2, 2413, 5]], ["tittle-tattle", [2, 2413, 6]], ["prate", [2, 2413, 7]], ["brattle", [2, 2413, 8]], ["cluck", [2, 2413, 9]], ["tattle", [2, 2413, 10]], ["maunder", [2, 2413, 11]], ["palaver", [2, 2413, 12]], ["gabble", [2, 2413, 13]], ["gibber", [2, 2413, 14]]]}, {"answer": "claim", "hint": "synonyms for claim", "clues": [["lay claim", [2, 2414, 0]], ["take", [2, 2414, 1]], ["arrogate", [2, 2414, 2]], ["exact", [2, 2414, 3]]]}, {"answer": "clamber", "hint": "synonyms for clamber", "clues": [["scramble", [2, 2415, 0]], ["struggle", [2, 2415, 1]], ["shinny", [2, 2415, 2]], ["skin", [2, 2415, 3]], ["shin", [2, 2415, 4]], ["sputter", [2, 2415, 5]]]}, {"answer": "clapping", "hint": "synonyms for clapping", "clues": [["spat", [2, 2416, 0]], ["clap", [2, 2416, 1]], ["acclaim", [2, 2416, 2]], ["applaud", [2, 2416, 3]]]}, {"answer": "class", "hint": "synonyms for class", "clues": [["separate", [2, 2417, 0]], ["sort out", [2, 2417, 1]], ["classify", [2, 2417, 2]], ["sort", [2, 2417, 3]], ["assort", [2, 2417, 4]]]}, {"answer": "claxon", "hint": "synonyms for claxon", "clues": [["blare", [2, 2418, 0]], ["beep", [2, 2418, 1]], ["honk", [2, 2418, 2]], ["toot", [2, 2418, 3]]]}, {"answer": "cleaning", "hint": "synonyms for cleaning", "clues": [["houseclean", [2, 2419, 0]], ["cleanse", [2, 2419, 1]], ["clean", [2, 2419, 2]], ["strip", [2, 2419, 3]], ["clean house", [2, 2419, 4]], ["pick", [2, 2419, 5]], ["scavenge", [2, 2419, 6]], ["make clean", [2, 2419, 7]]]}, {"answer": "clearing", "hint": "synonyms for clearing", "clues": [["clear", [2, 2420, 0]], ["sack", [2, 2420, 1]], ["realize", [2, 2420, 2]], ["pass", [2, 2420, 3]], ["illuminate", [2, 2420, 4]], ["sack up", [2, 2420, 5]], ["light up", [2, 2420, 6]], ["enlighten", [2, 2420, 7]], ["elucidate", [2, 2420, 8]], ["pull in", [2, 2420, 9]], ["brighten", [2, 2420, 10]], ["assoil", [2, 2420, 11]], ["crystalise", [2, 2420, 12]], ["discharge", [2, 2420, 13]], ["bring in", [2, 2420, 14]], ["earn", [2, 2420, 15]], ["exculpate", [2, 2420, 16]], ["clear up", [2, 2420, 17]], ["take in", [2, 2420, 18]], ["gain", [2, 2420, 19]], ["authorise", [2, 2420, 20]], ["top", [2, 2420, 21]], ["make", [2, 2420, 22]], ["net", [2, 2420, 23]], ["sort out", [2, 2420, 24]], ["solve", [2, 2420, 25]], ["exonerate", [2, 2420, 26]], ["shed light on", [2, 2420, 27]], ["unclutter", [2, 2420, 28]], ["straighten out", [2, 2420, 29]], ["acquit", [2, 2420, 30]]]}, {"answer": "click", "hint": "synonyms for click", "clues": [["get across", [2, 2421, 0]], ["cluck", [2, 2421, 1]], ["clack", [2, 2421, 2]], ["come home", [2, 2421, 3]], ["snap", [2, 2421, 4]], ["sink in", [2, 2421, 5]], ["tick", [2, 2421, 6]], ["chatter", [2, 2421, 7]], ["fall into place", [2, 2421, 8]], ["dawn", [2, 2421, 9]], ["penetrate", [2, 2421, 10]], ["flick", [2, 2421, 11]], ["get through", [2, 2421, 12]]]}, {"answer": "climb", "hint": "synonyms for climb", "clues": [["wax", [2, 2422, 0]], ["rise", [2, 2422, 1]], ["mount", [2, 2422, 2]], ["go up", [2, 2422, 3]], ["climb up", [2, 2422, 4]]]}, {"answer": "climbing", "hint": "synonyms for climbing", "clues": [["mount", [2, 2423, 0]], ["climb up", [2, 2423, 1]], ["climb", [2, 2423, 2]], ["wax", [2, 2423, 3]], ["go up", [2, 2423, 4]], ["rise", [2, 2423, 5]]]}, {"answer": "cling", "hint": "synonyms for cling", "clues": [["stick", [2, 2424, 0]], ["cohere", [2, 2424, 1]], ["adhere", [2, 2424, 2]], ["hang", [2, 2424, 3]], ["cleave", [2, 2424, 4]]]}, {"answer": "clip", "hint": "synonyms for clip", "clues": [["snip", [2, 2425, 0]], ["jog", [2, 2425, 1]], ["nip off", [2, 2425, 2]], ["dress", [2, 2425, 3]], ["cut back", [2, 2425, 4]], ["curtail", [2, 2425, 5]], ["trot", [2, 2425, 6]], ["crop", [2, 2425, 7]], ["cut short", [2, 2425, 8]], ["trim", [2, 2425, 9]], ["prune", [2, 2425, 10]], ["lop", [2, 2425, 11]]]}, {"answer": "clipping", "hint": "synonyms for clipping", "clues": [["dress", [2, 2426, 0]], ["curtail", [2, 2426, 1]], ["nip off", [2, 2426, 2]], ["crop", [2, 2426, 3]], ["clip", [2, 2426, 4]], ["snip", [2, 2426, 5]], ["trim", [2, 2426, 6]], ["prune", [2, 2426, 7]], ["jog", [2, 2426, 8]], ["trot", [2, 2426, 9]], ["cut short", [2, 2426, 10]], ["lop", [2, 2426, 11]], ["cut back", [2, 2426, 12]]]}, {"answer": "cloak", "hint": "synonyms for cloak", "clues": [["clothe", [2, 2427, 0]], ["drape", [2, 2427, 1]], ["dissemble", [2, 2427, 2]], ["mask", [2, 2427, 3]], ["robe", [2, 2427, 4]]]}, {"answer": "clobber", "hint": "synonyms for clobber", "clues": [["batter", [2, 2428, 0]], ["thrash", [2, 2428, 1]], ["lick", [2, 2428, 2]], ["baste", [2, 2428, 3]], ["bat", [2, 2428, 4]], ["drub", [2, 2428, 5]], ["cream", [2, 2428, 6]]]}, {"answer": "clog", "hint": "synonyms for clog", "clues": [["constipate", [2, 2429, 0]], ["choke off", [2, 2429, 1]], ["foul", [2, 2429, 2]], ["back up", [2, 2429, 3]], ["overload", [2, 2429, 4]], ["clot", [2, 2429, 5]], ["congest", [2, 2429, 6]], ["clog up", [2, 2429, 7]], ["choke", [2, 2429, 8]]]}, {"answer": "clopping", "hint": "synonyms for clopping", "clues": [["clump", [2, 2430, 0]], ["clop", [2, 2430, 1]], ["clunk", [2, 2430, 2]], ["plunk", [2, 2430, 3]]]}, {"answer": "clot", "hint": "synonyms for clot", "clues": [["coagulate", [2, 2431, 0]], ["clabber", [2, 2431, 1]], ["clog", [2, 2431, 2]], ["curdle", [2, 2431, 3]]]}, {"answer": "clothes", "hint": "synonyms for clothes", "clues": [["garb", [2, 2432, 0]], ["habilitate", [2, 2432, 1]], ["fit out", [2, 2432, 2]], ["clothe", [2, 2432, 3]], ["garment", [2, 2432, 4]], ["drape", [2, 2432, 5]], ["cloak", [2, 2432, 6]], ["dress", [2, 2432, 7]], ["raiment", [2, 2432, 8]], ["invest", [2, 2432, 9]], ["apparel", [2, 2432, 10]], ["adorn", [2, 2432, 11]], ["tog", [2, 2432, 12]], ["robe", [2, 2432, 13]]]}, {"answer": "clothing", "hint": "synonyms for clothing", "clues": [["garb", [2, 2433, 0]], ["habilitate", [2, 2433, 1]], ["fit out", [2, 2433, 2]], ["clothe", [2, 2433, 3]], ["garment", [2, 2433, 4]], ["drape", [2, 2433, 5]], ["cloak", [2, 2433, 6]], ["dress", [2, 2433, 7]], ["raiment", [2, 2433, 8]], ["invest", [2, 2433, 9]], ["apparel", [2, 2433, 10]], ["adorn", [2, 2433, 11]], ["tog", [2, 2433, 12]], ["robe", [2, 2433, 13]]]}, {"answer": "clotting", "hint": "synonyms for clotting", "clues": [["clot", [2, 2434, 0]], ["clabber", [2, 2434, 1]], ["coagulate", [2, 2434, 2]], ["clog", [2, 2434, 3]], ["curdle", [2, 2434, 4]]]}, {"answer": "cloud", "hint": "synonyms for cloud", "clues": [["haze over", [2, 2435, 0]], ["becloud", [2, 2435, 1]], ["mist", [2, 2435, 2]], ["obscure", [2, 2435, 3]], ["taint", [2, 2435, 4]], ["defile", [2, 2435, 5]], ["dapple", [2, 2435, 6]], ["overcast", [2, 2435, 7]], ["obnubilate", [2, 2435, 8]], ["corrupt", [2, 2435, 9]], ["sully", [2, 2435, 10]], ["mottle", [2, 2435, 11]], ["fog", [2, 2435, 12]], ["befog", [2, 2435, 13]]]}, {"answer": "clouding", "hint": "synonyms for clouding", "clues": [["mist", [2, 2436, 0]], ["cloud", [2, 2436, 1]], ["overcast", [2, 2436, 2]], ["obnubilate", [2, 2436, 3]], ["sully", [2, 2436, 4]], ["befog", [2, 2436, 5]], ["haze over", [2, 2436, 6]], ["becloud", [2, 2436, 7]], ["obscure", [2, 2436, 8]], ["taint", [2, 2436, 9]], ["defile", [2, 2436, 10]], ["dapple", [2, 2436, 11]], ["corrupt", [2, 2436, 12]], ["mottle", [2, 2436, 13]], ["fog", [2, 2436, 14]]]}, {"answer": "clove", "hint": "synonyms for clove", "clues": [["cohere", [2, 2437, 0]], ["adhere", [2, 2437, 1]], ["cleave", [2, 2437, 2]], ["rive", [2, 2437, 3]], ["cling", [2, 2437, 4]], ["stick", [2, 2437, 5]], ["split", [2, 2437, 6]]]}, {"answer": "clump", "hint": "synonyms for clump", "clues": [["bunch up", [2, 2438, 0]], ["clop", [2, 2438, 1]], ["clunk", [2, 2438, 2]], ["cluster", [2, 2438, 3]], ["flock", [2, 2438, 4]], ["constellate", [2, 2438, 5]], ["plunk", [2, 2438, 6]], ["bundle", [2, 2438, 7]], ["bunch", [2, 2438, 8]]]}, {"answer": "clumping", "hint": "synonyms for clumping", "clues": [["clump", [2, 2439, 0]], ["bunch up", [2, 2439, 1]], ["clop", [2, 2439, 2]], ["clunk", [2, 2439, 3]], ["bundle", [2, 2439, 4]], ["cluster", [2, 2439, 5]], ["flock", [2, 2439, 6]], ["constellate", [2, 2439, 7]], ["plunk", [2, 2439, 8]], ["bunch", [2, 2439, 9]]]}, {"answer": "clunking", "hint": "synonyms for clunking", "clues": [["clump", [2, 2440, 0]], ["clop", [2, 2440, 1]], ["clunk", [2, 2440, 2]], ["plunk", [2, 2440, 3]]]}, {"answer": "cluster", "hint": "synonyms for cluster", "clues": [["clump", [2, 2441, 0]], ["flock", [2, 2441, 1]], ["bunch up", [2, 2441, 2]], ["constellate", [2, 2441, 3]], ["bundle", [2, 2441, 4]], ["bunch", [2, 2441, 5]]]}, {"answer": "clustering", "hint": "synonyms for clustering", "clues": [["clump", [2, 2442, 0]], ["bunch up", [2, 2442, 1]], ["bundle", [2, 2442, 2]], ["cluster", [2, 2442, 3]], ["flock", [2, 2442, 4]], ["constellate", [2, 2442, 5]], ["bunch", [2, 2442, 6]]]}, {"answer": "clutch", "hint": "synonyms for clutch", "clues": [["hold close", [2, 2443, 0]], ["hold tight", [2, 2443, 1]], ["seize", [2, 2443, 2]], ["get hold of", [2, 2443, 3]], ["cling to", [2, 2443, 4]], ["prehend", [2, 2443, 5]]]}, {"answer": "clutches", "hint": "synonyms for clutches", "clues": [["clutch", [2, 2444, 0]], ["hold close", [2, 2444, 1]], ["hold tight", [2, 2444, 2]], ["cling to", [2, 2444, 3]], ["prehend", [2, 2444, 4]], ["seize", [2, 2444, 5]], ["get hold of", [2, 2444, 6]]]}, {"answer": "coax", "hint": "synonyms for coax", "clues": [["blarney", [2, 2445, 0]], ["sweet-talk", [2, 2445, 1]], ["wheedle", [2, 2445, 2]], ["inveigle", [2, 2445, 3]], ["palaver", [2, 2445, 4]], ["cajole", [2, 2445, 5]]]}, {"answer": "cock", "hint": "synonyms for cock", "clues": [["swagger", [2, 2446, 0]], ["prance", [2, 2446, 1]], ["sashay", [2, 2446, 2]], ["ruffle", [2, 2446, 3]], ["tittup", [2, 2446, 4]], ["strut", [2, 2446, 5]]]}, {"answer": "cocker", "hint": "synonyms for cocker", "clues": [["baby", [2, 2447, 0]], ["coddle", [2, 2447, 1]], ["mollycoddle", [2, 2447, 2]], ["indulge", [2, 2447, 3]], ["pamper", [2, 2447, 4]], ["featherbed", [2, 2447, 5]], ["cosset", [2, 2447, 6]], ["spoil", [2, 2447, 7]]]}, {"answer": "cockle", "hint": "synonyms for cockle", "clues": [["undulate", [2, 2448, 0]], ["rumple", [2, 2448, 1]], ["ruffle", [2, 2448, 2]], ["riffle", [2, 2448, 3]], ["knit", [2, 2448, 4]], ["pucker", [2, 2448, 5]], ["ripple", [2, 2448, 6]]]}, {"answer": "code", "hint": "synonyms for code", "clues": [["encipher", [2, 2449, 0]], ["inscribe", [2, 2449, 1]], ["cypher", [2, 2449, 2]], ["write in code", [2, 2449, 3]], ["encrypt", [2, 2449, 4]]]}, {"answer": "coding", "hint": "synonyms for coding", "clues": [["encipher", [2, 2450, 0]], ["gull", [2, 2450, 1]], ["twit", [2, 2450, 2]], ["code", [2, 2450, 3]], ["bait", [2, 2450, 4]], ["rag", [2, 2450, 5]], ["taunt", [2, 2450, 6]], ["tantalise", [2, 2450, 7]], ["write in code", [2, 2450, 8]], ["encrypt", [2, 2450, 9]], ["cypher", [2, 2450, 10]], ["slang", [2, 2450, 11]], ["take in", [2, 2450, 12]], ["dupe", [2, 2450, 13]], ["ride", [2, 2450, 14]], ["fool", [2, 2450, 15]], ["put one over", [2, 2450, 16]], ["razz", [2, 2450, 17]], ["rally", [2, 2450, 18]], ["befool", [2, 2450, 19]], ["put on", [2, 2450, 20]], ["tease", [2, 2450, 21]], ["put one across", [2, 2450, 22]], ["inscribe", [2, 2450, 23]]]}, {"answer": "coif", "hint": "synonyms for coif", "clues": [["coiffe", [2, 2451, 0]], ["do", [2, 2451, 1]], ["set", [2, 2451, 2]], ["dress", [2, 2451, 3]], ["arrange", [2, 2451, 4]]]}, {"answer": "coiffure", "hint": "synonyms for coiffure", "clues": [["coiffe", [2, 2452, 0]], ["do", [2, 2452, 1]], ["set", [2, 2452, 2]], ["dress", [2, 2452, 3]], ["arrange", [2, 2452, 4]], ["coif", [2, 2452, 5]]]}, {"answer": "coil", "hint": "synonyms for coil", "clues": [["hand-build", [2, 2453, 0]], ["spiral", [2, 2453, 1]], ["loop", [2, 2453, 2]], ["curl", [2, 2453, 3]], ["gyrate", [2, 2453, 4]]]}, {"answer": "collapse", "hint": "synonyms for collapse", "clues": [["break", [2, 2454, 0]], ["fall in", [2, 2454, 1]], ["break down", [2, 2454, 2]], ["crumble", [2, 2454, 3]], ["crack up", [2, 2454, 4]], ["cave in", [2, 2454, 5]], ["give", [2, 2454, 6]], ["break up", [2, 2454, 7]], ["crack", [2, 2454, 8]], ["founder", [2, 2454, 9]], ["burst", [2, 2454, 10]], ["tumble", [2, 2454, 11]], ["give way", [2, 2454, 12]]]}, {"answer": "collar", "hint": "synonyms for collar", "clues": [["cop", [2, 2455, 0]], ["arrest", [2, 2455, 1]], ["apprehend", [2, 2455, 2]], ["nab", [2, 2455, 3]], ["nail", [2, 2455, 4]], ["pick up", [2, 2455, 5]]]}, {"answer": "collecting", "hint": "synonyms for collecting", "clues": [["call for", [2, 2456, 0]], ["pick up", [2, 2456, 1]], ["pile up", [2, 2456, 2]], ["collect", [2, 2456, 3]], ["take in", [2, 2456, 4]], ["roll up", [2, 2456, 5]], ["gather up", [2, 2456, 6]], ["accumulate", [2, 2456, 7]], ["pull in", [2, 2456, 8]], ["gather", [2, 2456, 9]], ["garner", [2, 2456, 10]], ["pull together", [2, 2456, 11]], ["amass", [2, 2456, 12]], ["compile", [2, 2456, 13]], ["hoard", [2, 2456, 14]]]}, {"answer": "coloring", "hint": "synonyms for coloring", "clues": [["color", [2, 2457, 0]], ["emblazon", [2, 2457, 1]], ["colourize", [2, 2457, 2]], ["colour in", [2, 2457, 3]], ["discolour", [2, 2457, 4]], ["tinge", [2, 2457, 5]], ["colorise", [2, 2457, 6]], ["distort", [2, 2457, 7]], ["gloss", [2, 2457, 8]]]}, {"answer": "colors", "hint": "synonyms for colors", "clues": [["color", [2, 2458, 0]], ["emblazon", [2, 2458, 1]], ["colourize", [2, 2458, 2]], ["colour in", [2, 2458, 3]], ["discolour", [2, 2458, 4]], ["tinge", [2, 2458, 5]], ["colorise", [2, 2458, 6]], ["distort", [2, 2458, 7]], ["gloss", [2, 2458, 8]]]}, {"answer": "colouring", "hint": "synonyms for colouring", "clues": [["emblazon", [2, 2459, 0]], ["color", [2, 2459, 1]], ["colourize", [2, 2459, 2]], ["colour in", [2, 2459, 3]], ["discolour", [2, 2459, 4]], ["tinge", [2, 2459, 5]], ["colorise", [2, 2459, 6]], ["distort", [2, 2459, 7]], ["gloss", [2, 2459, 8]]]}, {"answer": "colours", "hint": "synonyms for colours", "clues": [["emblazon", [2, 2460, 0]], ["color", [2, 2460, 1]], ["colourize", [2, 2460, 2]], ["colour in", [2, 2460, 3]], ["discolour", [2, 2460, 4]], ["tinge", [2, 2460, 5]], ["colorise", [2, 2460, 6]], ["distort", [2, 2460, 7]], ["gloss", [2, 2460, 8]]]}, {"answer": "combine", "hint": "synonyms for combine", "clues": [["conflate", [2, 2461, 0]], ["fuse", [2, 2461, 1]], ["unite", [2, 2461, 2]], ["aggregate", [2, 2461, 3]], ["merge", [2, 2461, 4]], ["meld", [2, 2461, 5]], ["commingle", [2, 2461, 6]], ["compound", [2, 2461, 7]], ["coalesce", [2, 2461, 8]], ["mix", [2, 2461, 9]], ["flux", [2, 2461, 10]], ["immix", [2, 2461, 11]], ["blend", [2, 2461, 12]]]}, {"answer": "combing", "hint": "synonyms for combing", "clues": [["comb", [2, 2462, 0]], ["ransack", [2, 2462, 1]], ["comb out", [2, 2462, 2]], ["disentangle", [2, 2462, 3]]]}, {"answer": "combining", "hint": "synonyms for combining", "clues": [["conflate", [2, 2463, 0]], ["fuse", [2, 2463, 1]], ["flux", [2, 2463, 2]], ["unite", [2, 2463, 3]], ["meld", [2, 2463, 4]], ["coalesce", [2, 2463, 5]], ["mix", [2, 2463, 6]], ["immix", [2, 2463, 7]], ["combine", [2, 2463, 8]], ["aggregate", [2, 2463, 9]], ["merge", [2, 2463, 10]], ["commingle", [2, 2463, 11]], ["compound", [2, 2463, 12]], ["blend", [2, 2463, 13]]]}, {"answer": "come", "hint": "synonyms for come", "clues": [["amount", [2, 2464, 0]], ["follow", [2, 2464, 1]], ["arrive", [2, 2464, 2]], ["occur", [2, 2464, 3]], ["make out", [2, 2464, 4]], ["do", [2, 2464, 5]], ["fall", [2, 2464, 6]], ["derive", [2, 2464, 7]], ["total", [2, 2464, 8]], ["descend", [2, 2464, 9]], ["number", [2, 2464, 10]], ["come up", [2, 2464, 11]], ["get", [2, 2464, 12]], ["issue forth", [2, 2464, 13]], ["add up", [2, 2464, 14]], ["hail", [2, 2464, 15]], ["fare", [2, 2464, 16]], ["come in", [2, 2464, 17]], ["get along", [2, 2464, 18]]]}, {"answer": "comfort", "hint": "synonyms for comfort", "clues": [["solace", [2, 2465, 0]], ["soothe", [2, 2465, 1]], ["ease", [2, 2465, 2]], ["console", [2, 2465, 3]]]}, {"answer": "comforts", "hint": "synonyms for comforts", "clues": [["ease", [2, 2466, 0]], ["comfort", [2, 2466, 1]], ["soothe", [2, 2466, 2]], ["solace", [2, 2466, 3]], ["console", [2, 2466, 4]]]}, {"answer": "command", "hint": "synonyms for command", "clues": [["require", [2, 2467, 0]], ["dominate", [2, 2467, 1]], ["overtop", [2, 2467, 2]], ["overlook", [2, 2467, 3]], ["control", [2, 2467, 4]]]}, {"answer": "comment", "hint": "synonyms for comment", "clues": [["annotate", [2, 2468, 0]], ["point out", [2, 2468, 1]], ["gloss", [2, 2468, 2]], ["remark", [2, 2468, 3]], ["notice", [2, 2468, 4]]]}, {"answer": "communicating", "hint": "synonyms for communicating", "clues": [["intercommunicate", [2, 2469, 0]], ["communicate", [2, 2469, 1]], ["put across", [2, 2469, 2]], ["pass along", [2, 2469, 3]], ["convey", [2, 2469, 4]], ["pass", [2, 2469, 5]], ["commune", [2, 2469, 6]], ["transmit", [2, 2469, 7]], ["pass on", [2, 2469, 8]]]}, {"answer": "commute", "hint": "synonyms for commute", "clues": [["transpose", [2, 2470, 0]], ["permute", [2, 2470, 1]], ["convert", [2, 2470, 2]], ["exchange", [2, 2470, 3]]]}, {"answer": "commuting", "hint": "synonyms for commuting", "clues": [["transpose", [2, 2471, 0]], ["commute", [2, 2471, 1]], ["convert", [2, 2471, 2]], ["change", [2, 2471, 3]], ["permute", [2, 2471, 4]]]}, {"answer": "compass", "hint": "synonyms for compass", "clues": [["grasp", [2, 2472, 0]], ["comprehend", [2, 2472, 1]], ["apprehend", [2, 2472, 2]], ["circumnavigate", [2, 2472, 3]], ["dig", [2, 2472, 4]], ["savvy", [2, 2472, 5]], ["grok", [2, 2472, 6]], ["get the picture", [2, 2472, 7]]]}, {"answer": "compiling", "hint": "synonyms for compiling", "clues": [["pile up", [2, 2473, 0]], ["roll up", [2, 2473, 1]], ["amass", [2, 2473, 2]], ["compose", [2, 2473, 3]], ["compile", [2, 2473, 4]], ["collect", [2, 2473, 5]], ["accumulate", [2, 2473, 6]], ["hoard", [2, 2473, 7]]]}, {"answer": "composing", "hint": "synonyms for composing", "clues": [["compose", [2, 2474, 0]], ["indite", [2, 2474, 1]], ["draw up", [2, 2474, 2]], ["pen", [2, 2474, 3]], ["write", [2, 2474, 4]], ["frame", [2, 2474, 5]], ["compile", [2, 2474, 6]]]}, {"answer": "compounding", "hint": "synonyms for compounding", "clues": [["deepen", [2, 2475, 0]], ["intensify", [2, 2475, 1]], ["compound", [2, 2475, 2]], ["combine", [2, 2475, 3]], ["heighten", [2, 2475, 4]]]}, {"answer": "compress", "hint": "synonyms for compress", "clues": [["press", [2, 2476, 0]], ["pack together", [2, 2476, 1]], ["compact", [2, 2476, 2]], ["squeeze", [2, 2476, 3]], ["constrict", [2, 2476, 4]], ["contract", [2, 2476, 5]]]}, {"answer": "compressing", "hint": "synonyms for compressing", "clues": [["pack together", [2, 2477, 0]], ["compact", [2, 2477, 1]], ["squeeze", [2, 2477, 2]], ["compress", [2, 2477, 3]], ["constrict", [2, 2477, 4]], ["press", [2, 2477, 5]], ["contract", [2, 2477, 6]]]}, {"answer": "computing", "hint": "synonyms for computing", "clues": [["work out", [2, 2478, 0]], ["cypher", [2, 2478, 1]], ["compute", [2, 2478, 2]], ["reckon", [2, 2478, 3]], ["cipher", [2, 2478, 4]], ["figure", [2, 2478, 5]], ["calculate", [2, 2478, 6]]]}, {"answer": "conceding", "hint": "synonyms for conceding", "clues": [["concede", [2, 2479, 0]], ["confess", [2, 2479, 1]], ["grant", [2, 2479, 2]], ["cede", [2, 2479, 3]], ["yield", [2, 2479, 4]], ["profess", [2, 2479, 5]]]}, {"answer": "concentrate", "hint": "synonyms for concentrate", "clues": [["condense", [2, 2480, 0]], ["decoct", [2, 2480, 1]], ["centre", [2, 2480, 2]], ["focus", [2, 2480, 3]], ["rivet", [2, 2480, 4]], ["centralise", [2, 2480, 5]], ["digest", [2, 2480, 6]], ["contract", [2, 2480, 7]], ["boil down", [2, 2480, 8]], ["center", [2, 2480, 9]], ["pore", [2, 2480, 10]], ["reduce", [2, 2480, 11]]]}, {"answer": "concern", "hint": "synonyms for concern", "clues": [["come to", [2, 2481, 0]], ["have-to doe with", [2, 2481, 1]], ["bear on", [2, 2481, 2]], ["relate", [2, 2481, 3]], ["touch on", [2, 2481, 4]], ["worry", [2, 2481, 5]], ["pertain", [2, 2481, 6]], ["interest", [2, 2481, 7]], ["occupy", [2, 2481, 8]], ["touch", [2, 2481, 9]], ["refer", [2, 2481, 10]]]}, {"answer": "concord", "hint": "synonyms for concord", "clues": [["accord", [2, 2482, 0]], ["harmonize", [2, 2482, 1]], ["consort", [2, 2482, 2]], ["hold", [2, 2482, 3]], ["concur", [2, 2482, 4]], ["agree", [2, 2482, 5]], ["fit in", [2, 2482, 6]]]}, {"answer": "condensing", "hint": "synonyms for condensing", "clues": [["condense", [2, 2483, 0]], ["distill", [2, 2483, 1]], ["concentrate", [2, 2483, 2]], ["digest", [2, 2483, 3]], ["contract", [2, 2483, 4]]]}, {"answer": "condition", "hint": "synonyms for condition", "clues": [["qualify", [2, 2484, 0]], ["train", [2, 2484, 1]], ["specify", [2, 2484, 2]], ["check", [2, 2484, 3]], ["discipline", [2, 2484, 4]], ["stipulate", [2, 2484, 5]]]}, {"answer": "conditioning", "hint": "synonyms for conditioning", "clues": [["train", [2, 2485, 0]], ["condition", [2, 2485, 1]], ["specify", [2, 2485, 2]], ["qualify", [2, 2485, 3]], ["check", [2, 2485, 4]], ["stipulate", [2, 2485, 5]], ["discipline", [2, 2485, 6]]]}, {"answer": "conditions", "hint": "synonyms for conditions", "clues": [["train", [2, 2486, 0]], ["condition", [2, 2486, 1]], ["specify", [2, 2486, 2]], ["qualify", [2, 2486, 3]], ["check", [2, 2486, 4]], ["stipulate", [2, 2486, 5]], ["discipline", [2, 2486, 6]]]}, {"answer": "conduct", "hint": "synonyms for conduct", "clues": [["lead", [2, 2487, 0]], ["deport", [2, 2487, 1]], ["deal", [2, 2487, 2]], ["take", [2, 2487, 3]], ["direct", [2, 2487, 4]], ["carry", [2, 2487, 5]], ["comport", [2, 2487, 6]], ["convey", [2, 2487, 7]], ["transmit", [2, 2487, 8]], ["acquit", [2, 2487, 9]], ["impart", [2, 2487, 10]], ["carry on", [2, 2487, 11]], ["behave", [2, 2487, 12]], ["bear", [2, 2487, 13]], ["channel", [2, 2487, 14]], ["guide", [2, 2487, 15]]]}, {"answer": "conducting", "hint": "synonyms for conducting", "clues": [["lead", [2, 2488, 0]], ["deport", [2, 2488, 1]], ["deal", [2, 2488, 2]], ["take", [2, 2488, 3]], ["direct", [2, 2488, 4]], ["conduct", [2, 2488, 5]], ["carry", [2, 2488, 6]], ["comport", [2, 2488, 7]], ["convey", [2, 2488, 8]], ["transmit", [2, 2488, 9]], ["acquit", [2, 2488, 10]], ["impart", [2, 2488, 11]], ["carry on", [2, 2488, 12]], ["behave", [2, 2488, 13]], ["bear", [2, 2488, 14]], ["channel", [2, 2488, 15]], ["guide", [2, 2488, 16]]]}, {"answer": "confab", "hint": "synonyms for confab", "clues": [["chitchat", [2, 2489, 0]], ["claver", [2, 2489, 1]], ["chaffer", [2, 2489, 2]], ["shoot the breeze", [2, 2489, 3]], ["consult", [2, 2489, 4]], ["chatter", [2, 2489, 5]], ["confabulate", [2, 2489, 6]], ["visit", [2, 2489, 7]], ["chew the fat", [2, 2489, 8]], ["natter", [2, 2489, 9]], ["gossip", [2, 2489, 10]], ["jaw", [2, 2489, 11]], ["confer", [2, 2489, 12]], ["chat", [2, 2489, 13]]]}, {"answer": "confines", "hint": "synonyms for confines", "clues": [["hold in", [2, 2490, 0]], ["throttle", [2, 2490, 1]], ["circumscribe", [2, 2490, 2]], ["enclose", [2, 2490, 3]], ["confine", [2, 2490, 4]], ["detain", [2, 2490, 5]], ["limit", [2, 2490, 6]], ["bound", [2, 2490, 7]], ["restrict", [2, 2490, 8]], ["restrain", [2, 2490, 9]], ["hold", [2, 2490, 10]], ["trammel", [2, 2490, 11]]]}, {"answer": "conjecture", "hint": "synonyms for conjecture", "clues": [["hypothecate", [2, 2491, 0]], ["theorize", [2, 2491, 1]], ["speculate", [2, 2491, 2]], ["hypothesise", [2, 2491, 3]], ["suppose", [2, 2491, 4]]]}, {"answer": "conjuring", "hint": "synonyms for conjuring", "clues": [["machinate", [2, 2492, 0]], ["invoke", [2, 2492, 1]], ["bid", [2, 2492, 2]], ["call down", [2, 2492, 3]], ["entreat", [2, 2492, 4]], ["bring up", [2, 2492, 5]], ["complot", [2, 2492, 6]], ["conjure", [2, 2492, 7]], ["raise", [2, 2492, 8]], ["call forth", [2, 2492, 9]], ["cabal", [2, 2492, 10]], ["press", [2, 2492, 11]], ["stir", [2, 2492, 12]], ["conspire", [2, 2492, 13]], ["put forward", [2, 2492, 14]], ["beseech", [2, 2492, 15]], ["arouse", [2, 2492, 16]], ["adjure", [2, 2492, 17]], ["evoke", [2, 2492, 18]], ["conjure up", [2, 2492, 19]]]}, {"answer": "conk", "hint": "synonyms for conk", "clues": [["perish", [2, 2493, 0]], ["kick the bucket", [2, 2493, 1]], ["pop off", [2, 2493, 2]], ["swoon", [2, 2493, 3]], ["die", [2, 2493, 4]], ["croak", [2, 2493, 5]], ["stall", [2, 2493, 6]], ["decease", [2, 2493, 7]], ["drop dead", [2, 2493, 8]], ["snuff it", [2, 2493, 9]], ["expire", [2, 2493, 10]], ["buy the farm", [2, 2493, 11]], ["exit", [2, 2493, 12]], ["cash in one's chips", [2, 2493, 13]], ["pass out", [2, 2493, 14]], ["give-up the ghost", [2, 2493, 15]], ["faint", [2, 2493, 16]], ["choke", [2, 2493, 17]], ["go", [2, 2493, 18]], ["pass", [2, 2493, 19]], ["pass away", [2, 2493, 20]]]}, {"answer": "conquering", "hint": "synonyms for conquering", "clues": [["seize", [2, 2494, 0]], ["subdue", [2, 2494, 1]], ["conquer", [2, 2494, 2]], ["appropriate", [2, 2494, 3]], ["suppress", [2, 2494, 4]], ["curb", [2, 2494, 5]], ["stamp down", [2, 2494, 6]], ["inhibit", [2, 2494, 7]], ["capture", [2, 2494, 8]]]}, {"answer": "conserve", "hint": "synonyms for conserve", "clues": [["husband", [2, 2495, 0]], ["maintain", [2, 2495, 1]], ["economise", [2, 2495, 2]], ["preserve", [2, 2495, 3]], ["keep up", [2, 2495, 4]]]}, {"answer": "conserves", "hint": "synonyms for conserves", "clues": [["husband", [2, 2496, 0]], ["conserve", [2, 2496, 1]], ["economize", [2, 2496, 2]], ["maintain", [2, 2496, 3]], ["preserve", [2, 2496, 4]], ["keep up", [2, 2496, 5]]]}, {"answer": "consort", "hint": "synonyms for consort", "clues": [["associate", [2, 2497, 0]], ["assort", [2, 2497, 1]], ["accord", [2, 2497, 2]], ["concord", [2, 2497, 3]], ["harmonize", [2, 2497, 4]], ["affiliate", [2, 2497, 5]], ["run", [2, 2497, 6]], ["fit in", [2, 2497, 7]], ["agree", [2, 2497, 8]]]}, {"answer": "construct", "hint": "synonyms for construct", "clues": [["reconstruct", [2, 2498, 0]], ["fabricate", [2, 2498, 1]], ["build", [2, 2498, 2]], ["retrace", [2, 2498, 3]], ["make", [2, 2498, 4]], ["manufacture", [2, 2498, 5]]]}, {"answer": "contact", "hint": "synonyms for contact", "clues": [["get hold of", [2, 2499, 0]], ["adjoin", [2, 2499, 1]], ["touch", [2, 2499, 2]], ["meet", [2, 2499, 3]], ["get through", [2, 2499, 4]], ["reach", [2, 2499, 5]]]}, {"answer": "contract", "hint": "synonyms for contract", "clues": [["undertake", [2, 2500, 0]], ["sign", [2, 2500, 1]], ["condense", [2, 2500, 2]], ["constrict", [2, 2500, 3]], ["concentrate", [2, 2500, 4]], ["cut", [2, 2500, 5]], ["compact", [2, 2500, 6]], ["foreshorten", [2, 2500, 7]], ["press", [2, 2500, 8]], ["sign up", [2, 2500, 9]], ["abbreviate", [2, 2500, 10]], ["take", [2, 2500, 11]], ["narrow", [2, 2500, 12]], ["sign on", [2, 2500, 13]], ["squeeze", [2, 2500, 14]], ["shrink", [2, 2500, 15]], ["get", [2, 2500, 16]], ["abridge", [2, 2500, 17]], ["reduce", [2, 2500, 18]], ["compress", [2, 2500, 19]], ["shorten", [2, 2500, 20]]]}, {"answer": "contracting", "hint": "synonyms for contracting", "clues": [["contract", [2, 2501, 0]], ["undertake", [2, 2501, 1]], ["sign", [2, 2501, 2]], ["condense", [2, 2501, 3]], ["constrict", [2, 2501, 4]], ["concentrate", [2, 2501, 5]], ["cut", [2, 2501, 6]], ["compact", [2, 2501, 7]], ["foreshorten", [2, 2501, 8]], ["press", [2, 2501, 9]], ["sign up", [2, 2501, 10]], ["abbreviate", [2, 2501, 11]], ["take", [2, 2501, 12]], ["sign on", [2, 2501, 13]], ["squeeze", [2, 2501, 14]], ["narrow", [2, 2501, 15]], ["shrink", [2, 2501, 16]], ["get", [2, 2501, 17]], ["abridge", [2, 2501, 18]], ["reduce", [2, 2501, 19]], ["compress", [2, 2501, 20]], ["shorten", [2, 2501, 21]]]}, {"answer": "control", "hint": "synonyms for control", "clues": [["ascertain", [2, 2502, 0]], ["check", [2, 2502, 1]], ["verify", [2, 2502, 2]], ["curb", [2, 2502, 3]], ["hold in", [2, 2502, 4]], ["master", [2, 2502, 5]], ["see", [2, 2502, 6]], ["assure", [2, 2502, 7]], ["ensure", [2, 2502, 8]], ["contain", [2, 2502, 9]], ["insure", [2, 2502, 10]], ["command", [2, 2502, 11]], ["hold", [2, 2502, 12]], ["operate", [2, 2502, 13]], ["see to it", [2, 2502, 14]], ["moderate", [2, 2502, 15]], ["keep in line", [2, 2502, 16]], ["manipulate", [2, 2502, 17]]]}, {"answer": "convert", "hint": "synonyms for convert", "clues": [["win over", [2, 2503, 0]], ["commute", [2, 2503, 1]], ["convince", [2, 2503, 2]], ["exchange", [2, 2503, 3]], ["change over", [2, 2503, 4]]]}, {"answer": "conveying", "hint": "synonyms for conveying", "clues": [["convey", [2, 2504, 0]], ["fetch", [2, 2504, 1]], ["bring", [2, 2504, 2]], ["carry", [2, 2504, 3]], ["express", [2, 2504, 4]], ["take", [2, 2504, 5]], ["transmit", [2, 2504, 6]], ["impart", [2, 2504, 7]], ["conduct", [2, 2504, 8]], ["communicate", [2, 2504, 9]], ["get", [2, 2504, 10]], ["channel", [2, 2504, 11]]]}, {"answer": "cook", "hint": "synonyms for cook", "clues": [["manipulate", [2, 2505, 0]], ["fix", [2, 2505, 1]], ["falsify", [2, 2505, 2]], ["wangle", [2, 2505, 3]], ["fudge", [2, 2505, 4]], ["ready", [2, 2505, 5]], ["prepare", [2, 2505, 6]], ["fake", [2, 2505, 7]], ["misrepresent", [2, 2505, 8]], ["make", [2, 2505, 9]]]}, {"answer": "cooking", "hint": "synonyms for cooking", "clues": [["cook", [2, 2506, 0]], ["fix", [2, 2506, 1]], ["manipulate", [2, 2506, 2]], ["falsify", [2, 2506, 3]], ["wangle", [2, 2506, 4]], ["fudge", [2, 2506, 5]], ["ready", [2, 2506, 6]], ["prepare", [2, 2506, 7]], ["fake", [2, 2506, 8]], ["misrepresent", [2, 2506, 9]], ["make", [2, 2506, 10]]]}, {"answer": "cooling", "hint": "synonyms for cooling", "clues": [["cool down", [2, 2507, 0]], ["chill", [2, 2507, 1]], ["cool", [2, 2507, 2]], ["cool off", [2, 2507, 3]]]}, {"answer": "cop", "hint": "synonyms for cop", "clues": [["glom", [2, 2508, 0]], ["thieve", [2, 2508, 1]], ["knock off", [2, 2508, 2]], ["hook", [2, 2508, 3]], ["apprehend", [2, 2508, 4]], ["nail", [2, 2508, 5]], ["pick up", [2, 2508, 6]], ["snitch", [2, 2508, 7]], ["nab", [2, 2508, 8]], ["arrest", [2, 2508, 9]], ["collar", [2, 2508, 10]]]}, {"answer": "cope", "hint": "synonyms for cope", "clues": [["make out", [2, 2509, 0]], ["grapple", [2, 2509, 1]], ["get by", [2, 2509, 2]], ["make do", [2, 2509, 3]], ["deal", [2, 2509, 4]], ["contend", [2, 2509, 5]], ["manage", [2, 2509, 6]]]}, {"answer": "coping", "hint": "synonyms for coping", "clues": [["glom", [2, 2510, 0]], ["thieve", [2, 2510, 1]], ["knock off", [2, 2510, 2]], ["hook", [2, 2510, 3]], ["make do", [2, 2510, 4]], ["apprehend", [2, 2510, 5]], ["deal", [2, 2510, 6]], ["contend", [2, 2510, 7]], ["snitch", [2, 2510, 8]], ["make out", [2, 2510, 9]], ["cop", [2, 2510, 10]], ["arrest", [2, 2510, 11]], ["collar", [2, 2510, 12]], ["get by", [2, 2510, 13]], ["grapple", [2, 2510, 14]], ["nail", [2, 2510, 15]], ["pick up", [2, 2510, 16]], ["nab", [2, 2510, 17]], ["manage", [2, 2510, 18]]]}, {"answer": "copy", "hint": "synonyms for copy", "clues": [["replicate", [2, 2511, 0]], ["simulate", [2, 2511, 1]], ["re-create", [2, 2511, 2]], ["imitate", [2, 2511, 3]]]}, {"answer": "copying", "hint": "synonyms for copying", "clues": [["replicate", [2, 2512, 0]], ["copy", [2, 2512, 1]], ["re-create", [2, 2512, 2]], ["simulate", [2, 2512, 3]], ["imitate", [2, 2512, 4]]]}, {"answer": "coquette", "hint": "synonyms for coquette", "clues": [["philander", [2, 2513, 0]], ["chat up", [2, 2513, 1]], ["dally", [2, 2513, 2]], ["flirt", [2, 2513, 3]], ["mash", [2, 2513, 4]], ["butterfly", [2, 2513, 5]], ["romance", [2, 2513, 6]], ["coquet", [2, 2513, 7]]]}, {"answer": "couch", "hint": "synonyms for couch", "clues": [["cast", [2, 2514, 0]], ["frame", [2, 2514, 1]], ["put", [2, 2514, 2]], ["redact", [2, 2514, 3]]]}, {"answer": "count", "hint": "synonyms for count", "clues": [["enumerate", [2, 2515, 0]], ["calculate", [2, 2515, 1]], ["reckon", [2, 2515, 2]], ["number", [2, 2515, 3]], ["look", [2, 2515, 4]], ["bet", [2, 2515, 5]], ["matter", [2, 2515, 6]], ["consider", [2, 2515, 7]], ["weigh", [2, 2515, 8]], ["depend", [2, 2515, 9]]]}, {"answer": "counterbalance", "hint": "synonyms for counterbalance", "clues": [["oppose", [2, 2516, 0]], ["even up", [2, 2516, 1]], ["make up", [2, 2516, 2]], ["compensate", [2, 2516, 3]], ["even out", [2, 2516, 4]], ["even off", [2, 2516, 5]], ["correct", [2, 2516, 6]], ["counteract", [2, 2516, 7]], ["neutralize", [2, 2516, 8]], ["countervail", [2, 2516, 9]]]}, {"answer": "countermand", "hint": "synonyms for countermand", "clues": [["repeal", [2, 2517, 0]], ["lift", [2, 2517, 1]], ["reverse", [2, 2517, 2]], ["rescind", [2, 2517, 3]], ["vacate", [2, 2517, 4]], ["annul", [2, 2517, 5]], ["overturn", [2, 2517, 6]], ["revoke", [2, 2517, 7]]]}, {"answer": "countermine", "hint": "synonyms for countermine", "clues": [["undermine", [2, 2518, 0]], ["weaken", [2, 2518, 1]], ["subvert", [2, 2518, 2]], ["sabotage", [2, 2518, 3]], ["counteract", [2, 2518, 4]]]}, {"answer": "countess", "hint": "synonyms for countess", "clues": [["reckon", [2, 2519, 0]], ["count", [2, 2519, 1]], ["consider", [2, 2519, 2]], ["numerate", [2, 2519, 3]], ["weigh", [2, 2519, 4]], ["depend", [2, 2519, 5]], ["calculate", [2, 2519, 6]], ["number", [2, 2519, 7]], ["matter", [2, 2519, 8]], ["bet", [2, 2519, 9]], ["look", [2, 2519, 10]]]}, {"answer": "counting", "hint": "synonyms for counting", "clues": [["reckon", [2, 2520, 0]], ["count", [2, 2520, 1]], ["consider", [2, 2520, 2]], ["numerate", [2, 2520, 3]], ["weigh", [2, 2520, 4]], ["depend", [2, 2520, 5]], ["calculate", [2, 2520, 6]], ["number", [2, 2520, 7]], ["matter", [2, 2520, 8]], ["bet", [2, 2520, 9]], ["look", [2, 2520, 10]]]}, {"answer": "couple", "hint": "synonyms for couple", "clues": [["pair", [2, 2521, 0]], ["pair off", [2, 2521, 1]], ["mate", [2, 2521, 2]], ["match", [2, 2521, 3]], ["twin", [2, 2521, 4]], ["couple on", [2, 2521, 5]], ["couple up", [2, 2521, 6]], ["copulate", [2, 2521, 7]], ["partner off", [2, 2521, 8]]]}, {"answer": "coupling", "hint": "synonyms for coupling", "clues": [["pair", [2, 2522, 0]], ["couple", [2, 2522, 1]], ["mate", [2, 2522, 2]], ["match", [2, 2522, 3]], ["pair off", [2, 2522, 4]], ["twin", [2, 2522, 5]], ["couple on", [2, 2522, 6]], ["couple up", [2, 2522, 7]], ["copulate", [2, 2522, 8]], ["partner off", [2, 2522, 9]]]}, {"answer": "coursing", "hint": "synonyms for coursing", "clues": [["course", [2, 2523, 0]], ["feed", [2, 2523, 1]], ["flow", [2, 2523, 2]], ["run", [2, 2523, 3]]]}, {"answer": "courting", "hint": "synonyms for courting", "clues": [["solicit", [2, 2524, 0]], ["romance", [2, 2524, 1]], ["court", [2, 2524, 2]], ["woo", [2, 2524, 3]]]}, {"answer": "cover", "hint": "synonyms for cover", "clues": [["get over", [2, 2525, 0]], ["cover up", [2, 2525, 1]], ["report", [2, 2525, 2]], ["brood", [2, 2525, 3]], ["comprehend", [2, 2525, 4]], ["insure", [2, 2525, 5]], ["hatch", [2, 2525, 6]], ["enshroud", [2, 2525, 7]], ["wrap up", [2, 2525, 8]], ["cross", [2, 2525, 9]], ["continue", [2, 2525, 10]], ["extend", [2, 2525, 11]], ["address", [2, 2525, 12]], ["cut through", [2, 2525, 13]], ["underwrite", [2, 2525, 14]], ["overcompensate", [2, 2525, 15]], ["plow", [2, 2525, 16]], ["treat", [2, 2525, 17]], ["deal", [2, 2525, 18]], ["pass over", [2, 2525, 19]], ["overlay", [2, 2525, 20]], ["incubate", [2, 2525, 21]], ["compensate", [2, 2525, 22]], ["handle", [2, 2525, 23]], ["cut across", [2, 2525, 24]], ["encompass", [2, 2525, 25]], ["spread over", [2, 2525, 26]], ["track", [2, 2525, 27]], ["embrace", [2, 2525, 28]], ["traverse", [2, 2525, 29]], ["breed", [2, 2525, 30]], ["hide", [2, 2525, 31]], ["get across", [2, 2525, 32]]]}, {"answer": "covering", "hint": "synonyms for covering", "clues": [["cover", [2, 2526, 0]], ["cover up", [2, 2526, 1]], ["report", [2, 2526, 2]], ["brood", [2, 2526, 3]], ["comprehend", [2, 2526, 4]], ["hatch", [2, 2526, 5]], ["wrap up", [2, 2526, 6]], ["extend", [2, 2526, 7]], ["address", [2, 2526, 8]], ["deal", [2, 2526, 9]], ["shroud", [2, 2526, 10]], ["pass over", [2, 2526, 11]], ["overlay", [2, 2526, 12]], ["handle", [2, 2526, 13]], ["cut across", [2, 2526, 14]], ["track", [2, 2526, 15]], ["traverse", [2, 2526, 16]], ["embrace", [2, 2526, 17]], ["get over", [2, 2526, 18]], ["insure", [2, 2526, 19]], ["cross", [2, 2526, 20]], ["continue", [2, 2526, 21]], ["underwrite", [2, 2526, 22]], ["cut through", [2, 2526, 23]], ["incubate", [2, 2526, 24]], ["overcompensate", [2, 2526, 25]], ["plow", [2, 2526, 26]], ["treat", [2, 2526, 27]], ["compensate", [2, 2526, 28]], ["encompass", [2, 2526, 29]], ["spread over", [2, 2526, 30]], ["breed", [2, 2526, 31]], ["hide", [2, 2526, 32]], ["get across", [2, 2526, 33]]]}, {"answer": "crab", "hint": "synonyms for crab", "clues": [["bitch", [2, 2527, 0]], ["squawk", [2, 2527, 1]], ["beef", [2, 2527, 2]], ["bellyache", [2, 2527, 3]], ["holler", [2, 2527, 4]], ["grouse", [2, 2527, 5]], ["gripe", [2, 2527, 6]]]}, {"answer": "crabs", "hint": "synonyms for crabs", "clues": [["bitch", [2, 2528, 0]], ["squawk", [2, 2528, 1]], ["holler", [2, 2528, 2]], ["gripe", [2, 2528, 3]], ["crab", [2, 2528, 4]], ["beef", [2, 2528, 5]], ["bellyache", [2, 2528, 6]], ["grouse", [2, 2528, 7]]]}, {"answer": "crackling", "hint": "synonyms for crackling", "clues": [["crackle", [2, 2529, 0]], ["scranch", [2, 2529, 1]], ["crunch", [2, 2529, 2]], ["crepitate", [2, 2529, 3]]]}, {"answer": "cracklings", "hint": "synonyms for cracklings", "clues": [["crackle", [2, 2530, 0]], ["scranch", [2, 2530, 1]], ["crunch", [2, 2530, 2]], ["crepitate", [2, 2530, 3]]]}, {"answer": "crap", "hint": "synonyms for crap", "clues": [["stool", [2, 2531, 0]], ["shit", [2, 2531, 1]], ["take a crap", [2, 2531, 2]], ["ca-ca", [2, 2531, 3]], ["take a shit", [2, 2531, 4]], ["make", [2, 2531, 5]], ["defecate", [2, 2531, 6]]]}, {"answer": "crape", "hint": "synonyms for crape", "clues": [["frizzle", [2, 2532, 0]], ["crimp", [2, 2532, 1]], ["kink up", [2, 2532, 2]], ["kink", [2, 2532, 3]], ["crepe", [2, 2532, 4]], ["frizz", [2, 2532, 5]]]}, {"answer": "craps", "hint": "synonyms for craps", "clues": [["stool", [2, 2533, 0]], ["crap", [2, 2533, 1]], ["make", [2, 2533, 2]], ["defecate", [2, 2533, 3]], ["shit", [2, 2533, 4]], ["take a crap", [2, 2533, 5]], ["ca-ca", [2, 2533, 6]], ["take a shit", [2, 2533, 7]]]}, {"answer": "crash", "hint": "synonyms for crash", "clues": [["dash", [2, 2534, 0]], ["doss down", [2, 2534, 1]], ["doss", [2, 2534, 2]], ["ram", [2, 2534, 3]], ["gate-crash", [2, 2534, 4]], ["break up", [2, 2534, 5]], ["go down", [2, 2534, 6]], ["break apart", [2, 2534, 7]], ["barge in", [2, 2534, 8]]]}, {"answer": "craving", "hint": "synonyms for craving", "clues": [["hunger", [2, 2535, 0]], ["crave", [2, 2535, 1]], ["thirst", [2, 2535, 2]], ["lust", [2, 2535, 3]], ["starve", [2, 2535, 4]]]}, {"answer": "crawfish", "hint": "synonyms for crawfish", "clues": [["back away", [2, 2536, 0]], ["pull back", [2, 2536, 1]], ["withdraw", [2, 2536, 2]], ["back out", [2, 2536, 3]], ["pull in one's horns", [2, 2536, 4]], ["crawfish out", [2, 2536, 5]], ["retreat", [2, 2536, 6]]]}, {"answer": "crawl", "hint": "synonyms for crawl", "clues": [["fawn", [2, 2537, 0]], ["cower", [2, 2537, 1]], ["grovel", [2, 2537, 2]], ["creep", [2, 2537, 3]], ["cringe", [2, 2537, 4]]]}, {"answer": "crawling", "hint": "synonyms for crawling", "clues": [["fawn", [2, 2538, 0]], ["crawl", [2, 2538, 1]], ["cower", [2, 2538, 2]], ["cringe", [2, 2538, 3]], ["grovel", [2, 2538, 4]], ["creep", [2, 2538, 5]]]}, {"answer": "creak", "hint": "synonyms for creak", "clues": [["squeak", [2, 2539, 0]], ["screak", [2, 2539, 1]], ["screech", [2, 2539, 2]], ["skreak", [2, 2539, 3]], ["whine", [2, 2539, 4]]]}, {"answer": "creaking", "hint": "synonyms for creaking", "clues": [["squeak", [2, 2540, 0]], ["screak", [2, 2540, 1]], ["screech", [2, 2540, 2]], ["skreak", [2, 2540, 3]], ["whine", [2, 2540, 4]]]}, {"answer": "cream", "hint": "synonyms for cream", "clues": [["thrash", [2, 2541, 0]], ["skim off", [2, 2541, 1]], ["cream off", [2, 2541, 2]], ["lick", [2, 2541, 3]], ["skim", [2, 2541, 4]], ["bat", [2, 2541, 5]], ["drub", [2, 2541, 6]], ["clobber", [2, 2541, 7]]]}, {"answer": "crease", "hint": "synonyms for crease", "clues": [["crinkle", [2, 2542, 0]], ["rumple", [2, 2542, 1]], ["furrow", [2, 2542, 2]], ["rake", [2, 2542, 3]], ["scrunch up", [2, 2542, 4]], ["crisp", [2, 2542, 5]], ["ruckle", [2, 2542, 6]], ["graze", [2, 2542, 7]], ["scrunch", [2, 2542, 8]]]}, {"answer": "creep", "hint": "synonyms for creep", "clues": [["fawn", [2, 2543, 0]], ["sneak", [2, 2543, 1]], ["cower", [2, 2543, 2]], ["cringe", [2, 2543, 3]], ["pussyfoot", [2, 2543, 4]], ["mouse", [2, 2543, 5]], ["grovel", [2, 2543, 6]], ["crawl", [2, 2543, 7]]]}, {"answer": "creeping", "hint": "synonyms for creeping", "clues": [["grovel", [2, 2544, 0]], ["fawn", [2, 2544, 1]], ["sneak", [2, 2544, 2]], ["creep", [2, 2544, 3]], ["cower", [2, 2544, 4]], ["cringe", [2, 2544, 5]], ["pussyfoot", [2, 2544, 6]], ["mouse", [2, 2544, 7]], ["crawl", [2, 2544, 8]]]}, {"answer": "creeps", "hint": "synonyms for creeps", "clues": [["grovel", [2, 2545, 0]], ["fawn", [2, 2545, 1]], ["sneak", [2, 2545, 2]], ["creep", [2, 2545, 3]], ["cower", [2, 2545, 4]], ["cringe", [2, 2545, 5]], ["pussyfoot", [2, 2545, 6]], ["mouse", [2, 2545, 7]], ["crawl", [2, 2545, 8]]]}, {"answer": "crimp", "hint": "synonyms for crimp", "clues": [["frizzle", [2, 2546, 0]], ["crape", [2, 2546, 1]], ["kink up", [2, 2546, 2]], ["frizz", [2, 2546, 3]], ["kink", [2, 2546, 4]], ["pinch", [2, 2546, 5]]]}, {"answer": "crinkle", "hint": "synonyms for crinkle", "clues": [["rumple", [2, 2547, 0]], ["wrinkle", [2, 2547, 1]], ["crease", [2, 2547, 2]], ["crisp", [2, 2547, 3]], ["ruckle", [2, 2547, 4]], ["scrunch", [2, 2547, 5]], ["scrunch up", [2, 2547, 6]]]}, {"answer": "croak", "hint": "synonyms for croak", "clues": [["gnarl", [2, 2548, 0]], ["perish", [2, 2548, 1]], ["kick the bucket", [2, 2548, 2]], ["pop off", [2, 2548, 3]], ["mutter", [2, 2548, 4]], ["conk", [2, 2548, 5]], ["die", [2, 2548, 6]], ["decease", [2, 2548, 7]], ["drop dead", [2, 2548, 8]], ["snuff it", [2, 2548, 9]], ["expire", [2, 2548, 10]], ["buy the farm", [2, 2548, 11]], ["exit", [2, 2548, 12]], ["cash in one's chips", [2, 2548, 13]], ["grumble", [2, 2548, 14]], ["give-up the ghost", [2, 2548, 15]], ["choke", [2, 2548, 16]], ["go", [2, 2548, 17]], ["pass", [2, 2548, 18]], ["murmur", [2, 2548, 19]], ["pass away", [2, 2548, 20]]]}, {"answer": "croaking", "hint": "synonyms for croaking", "clues": [["croak", [2, 2549, 0]], ["gnarl", [2, 2549, 1]], ["perish", [2, 2549, 2]], ["kick the bucket", [2, 2549, 3]], ["cronk", [2, 2549, 4]], ["pop off", [2, 2549, 5]], ["mutter", [2, 2549, 6]], ["die", [2, 2549, 7]], ["decease", [2, 2549, 8]], ["drop dead", [2, 2549, 9]], ["snuff it", [2, 2549, 10]], ["expire", [2, 2549, 11]], ["buy the farm", [2, 2549, 12]], ["exit", [2, 2549, 13]], ["cash in one's chips", [2, 2549, 14]], ["grumble", [2, 2549, 15]], ["give-up the ghost", [2, 2549, 16]], ["choke", [2, 2549, 17]], ["go", [2, 2549, 18]], ["pass", [2, 2549, 19]], ["murmur", [2, 2549, 20]], ["pass away", [2, 2549, 21]]]}, {"answer": "crop", "hint": "synonyms for crop", "clues": [["dress", [2, 2550, 0]], ["graze", [2, 2550, 1]], ["work", [2, 2550, 2]], ["pasture", [2, 2550, 3]], ["clip", [2, 2550, 4]], ["cultivate", [2, 2550, 5]], ["snip", [2, 2550, 6]], ["trim", [2, 2550, 7]], ["prune", [2, 2550, 8]], ["browse", [2, 2550, 9]], ["lop", [2, 2550, 10]], ["cut back", [2, 2550, 11]], ["range", [2, 2550, 12]]]}, {"answer": "crossbreeding", "hint": "synonyms for crossbreeding", "clues": [["cross", [2, 2551, 0]], ["crossbreed", [2, 2551, 1]], ["hybridise", [2, 2551, 2]], ["interbreed", [2, 2551, 3]]]}, {"answer": "crossing", "hint": "synonyms for crossing", "clues": [["get over", [2, 2552, 0]], ["cross", [2, 2552, 1]], ["intersect", [2, 2552, 2]], ["thwart", [2, 2552, 3]], ["frustrate", [2, 2552, 4]], ["spoil", [2, 2552, 5]], ["crossbreed", [2, 2552, 6]], ["interbreed", [2, 2552, 7]], ["sweep", [2, 2552, 8]], ["traverse", [2, 2552, 9]], ["hybridize", [2, 2552, 10]], ["bilk", [2, 2552, 11]], ["baffle", [2, 2552, 12]], ["cut through", [2, 2552, 13]], ["pass over", [2, 2552, 14]], ["foil", [2, 2552, 15]], ["span", [2, 2552, 16]], ["cut across", [2, 2552, 17]], ["track", [2, 2552, 18]], ["scotch", [2, 2552, 19]], ["cover", [2, 2552, 20]], ["queer", [2, 2552, 21]], ["get across", [2, 2552, 22]]]}, {"answer": "crouch", "hint": "synonyms for crouch", "clues": [["scrunch up", [2, 2553, 0]], ["scrunch", [2, 2553, 1]], ["bow", [2, 2553, 2]], ["squat", [2, 2553, 3]], ["hunker", [2, 2553, 4]], ["hunker down", [2, 2553, 5]], ["bend", [2, 2553, 6]], ["stoop", [2, 2553, 7]]]}, {"answer": "crowding", "hint": "synonyms for crowding", "clues": [["crowd", [2, 2554, 0]], ["push", [2, 2554, 1]], ["crowd together", [2, 2554, 2]], ["herd", [2, 2554, 3]]]}, {"answer": "crunch", "hint": "synonyms for crunch", "clues": [["cranch", [2, 2555, 0]], ["grind", [2, 2555, 1]], ["crackle", [2, 2555, 2]], ["comminute", [2, 2555, 3]], ["munch", [2, 2555, 4]], ["mash", [2, 2555, 5]], ["bray", [2, 2555, 6]]]}, {"answer": "crusade", "hint": "synonyms for crusade", "clues": [["fight", [2, 2556, 0]], ["agitate", [2, 2556, 1]], ["push", [2, 2556, 2]], ["press", [2, 2556, 3]], ["campaign", [2, 2556, 4]]]}, {"answer": "crush", "hint": "synonyms for crush", "clues": [["mash", [2, 2557, 0]], ["squelch", [2, 2557, 1]], ["vanquish", [2, 2557, 2]], ["suppress", [2, 2557, 3]], ["demolish", [2, 2557, 4]], ["shell", [2, 2557, 5]], ["beat out", [2, 2557, 6]], ["squash", [2, 2557, 7]], ["oppress", [2, 2557, 8]], ["break down", [2, 2557, 9]], ["beat", [2, 2557, 10]], ["squeeze", [2, 2557, 11]], ["trounce", [2, 2557, 12]], ["jam", [2, 2557, 13]]]}, {"answer": "cry", "hint": "synonyms for cry", "clues": [["call", [2, 2558, 0]], ["shout", [2, 2558, 1]], ["call out", [2, 2558, 2]], ["shout out", [2, 2558, 3]], ["cry out", [2, 2558, 4]], ["outcry", [2, 2558, 5]], ["scream", [2, 2558, 6]], ["blazon out", [2, 2558, 7]], ["exclaim", [2, 2558, 8]], ["hollo", [2, 2558, 9]], ["weep", [2, 2558, 10]], ["holler", [2, 2558, 11]], ["squall", [2, 2558, 12]], ["yell", [2, 2558, 13]]]}, {"answer": "crystallizing", "hint": "synonyms for crystallizing", "clues": [["crystalise", [2, 2559, 0]], ["clear", [2, 2559, 1]], ["illuminate", [2, 2559, 2]], ["effloresce", [2, 2559, 3]], ["sort out", [2, 2559, 4]], ["enlighten", [2, 2559, 5]], ["elucidate", [2, 2559, 6]], ["shed light on", [2, 2559, 7]], ["straighten out", [2, 2559, 8]], ["clear up", [2, 2559, 9]]]}, {"answer": "cuckold", "hint": "synonyms for cuckold", "clues": [["cheat on", [2, 2560, 0]], ["cheat", [2, 2560, 1]], ["wander", [2, 2560, 2]], ["betray", [2, 2560, 3]]]}, {"answer": "cuddle", "hint": "synonyms for cuddle", "clues": [["nest", [2, 2561, 0]], ["snuggle", [2, 2561, 1]], ["nestle", [2, 2561, 2]], ["nuzzle", [2, 2561, 3]], ["draw close", [2, 2561, 4]]]}, {"answer": "cuddling", "hint": "synonyms for cuddling", "clues": [["cuddle", [2, 2562, 0]], ["nest", [2, 2562, 1]], ["snuggle", [2, 2562, 2]], ["nestle", [2, 2562, 3]], ["nuzzle", [2, 2562, 4]], ["draw close", [2, 2562, 5]]]}, {"answer": "curb", "hint": "synonyms for curb", "clues": [["check", [2, 2563, 0]], ["subdue", [2, 2563, 1]], ["contain", [2, 2563, 2]], ["suppress", [2, 2563, 3]], ["hold", [2, 2563, 4]], ["control", [2, 2563, 5]], ["stamp down", [2, 2563, 6]], ["inhibit", [2, 2563, 7]], ["hold in", [2, 2563, 8]], ["curtail", [2, 2563, 9]], ["conquer", [2, 2563, 10]], ["moderate", [2, 2563, 11]], ["restrict", [2, 2563, 12]], ["cut back", [2, 2563, 13]]]}, {"answer": "curbing", "hint": "synonyms for curbing", "clues": [["check", [2, 2564, 0]], ["subdue", [2, 2564, 1]], ["contain", [2, 2564, 2]], ["suppress", [2, 2564, 3]], ["curb", [2, 2564, 4]], ["hold", [2, 2564, 5]], ["control", [2, 2564, 6]], ["stamp down", [2, 2564, 7]], ["hold in", [2, 2564, 8]], ["inhibit", [2, 2564, 9]], ["conquer", [2, 2564, 10]], ["moderate", [2, 2564, 11]], ["curtail", [2, 2564, 12]], ["restrict", [2, 2564, 13]], ["cut back", [2, 2564, 14]]]}, {"answer": "curl", "hint": "synonyms for curl", "clues": [["kink", [2, 2565, 0]], ["coil", [2, 2565, 1]], ["wave", [2, 2565, 2]], ["curl up", [2, 2565, 3]], ["draw in", [2, 2565, 4]], ["curve", [2, 2565, 5]], ["loop", [2, 2565, 6]]]}, {"answer": "curse", "hint": "synonyms for curse", "clues": [["excommunicate", [2, 2566, 0]], ["maledict", [2, 2566, 1]], ["swear", [2, 2566, 2]], ["bedamn", [2, 2566, 3]], ["unchurch", [2, 2566, 4]], ["beshrew", [2, 2566, 5]], ["damn", [2, 2566, 6]], ["imprecate", [2, 2566, 7]], ["anathemize", [2, 2566, 8]], ["cuss", [2, 2566, 9]], ["blaspheme", [2, 2566, 10]]]}, {"answer": "curve", "hint": "synonyms for curve", "clues": [["kink", [2, 2567, 0]], ["slue", [2, 2567, 1]], ["arch", [2, 2567, 2]], ["swerve", [2, 2567, 3]], ["slew", [2, 2567, 4]], ["twist", [2, 2567, 5]], ["wind", [2, 2567, 6]], ["veer", [2, 2567, 7]], ["curl", [2, 2567, 8]], ["cut", [2, 2567, 9]], ["sheer", [2, 2567, 10]], ["trend", [2, 2567, 11]], ["crook", [2, 2567, 12]]]}, {"answer": "cuss", "hint": "synonyms for cuss", "clues": [["curse", [2, 2568, 0]], ["imprecate", [2, 2568, 1]], ["blaspheme", [2, 2568, 2]], ["swear", [2, 2568, 3]]]}, {"answer": "cycle", "hint": "synonyms for cycle", "clues": [["motorcycle", [2, 2569, 0]], ["pedal", [2, 2569, 1]], ["wheel", [2, 2569, 2]], ["motorbike", [2, 2569, 3]], ["bicycle", [2, 2569, 4]], ["bike", [2, 2569, 5]]]}, {"answer": "cycling", "hint": "synonyms for cycling", "clues": [["cycle", [2, 2570, 0]], ["bicycle", [2, 2570, 1]], ["bike", [2, 2570, 2]], ["motorcycle", [2, 2570, 3]], ["pedal", [2, 2570, 4]], ["wheel", [2, 2570, 5]], ["motorbike", [2, 2570, 6]]]}, {"answer": "cypher", "hint": "synonyms for cypher", "clues": [["encipher", [2, 2571, 0]], ["work out", [2, 2571, 1]], ["reckon", [2, 2571, 2]], ["compute", [2, 2571, 3]], ["figure", [2, 2571, 4]], ["write in code", [2, 2571, 5]], ["encrypt", [2, 2571, 6]], ["calculate", [2, 2571, 7]], ["inscribe", [2, 2571, 8]], ["code", [2, 2571, 9]]]}, {"answer": "dampening", "hint": "synonyms for dampening", "clues": [["damp", [2, 2572, 0]], ["dampen", [2, 2572, 1]], ["wash", [2, 2572, 2]], ["stifle", [2, 2572, 3]], ["tone down", [2, 2572, 4]], ["muffle", [2, 2572, 5]], ["weaken", [2, 2572, 6]], ["deaden", [2, 2572, 7]], ["mute", [2, 2572, 8]], ["break", [2, 2572, 9]], ["moisten", [2, 2572, 10]], ["dull", [2, 2572, 11]], ["soften", [2, 2572, 12]]]}, {"answer": "dart", "hint": "synonyms for dart", "clues": [["scoot", [2, 2573, 0]], ["flit", [2, 2573, 1]], ["shoot", [2, 2573, 2]], ["scud", [2, 2573, 3]], ["flash", [2, 2573, 4]], ["dash", [2, 2573, 5]], ["fleet", [2, 2573, 6]], ["flutter", [2, 2573, 7]]]}, {"answer": "darts", "hint": "synonyms for darts", "clues": [["scoot", [2, 2574, 0]], ["flit", [2, 2574, 1]], ["shoot", [2, 2574, 2]], ["scud", [2, 2574, 3]], ["flash", [2, 2574, 4]], ["dart", [2, 2574, 5]], ["dash", [2, 2574, 6]], ["fleet", [2, 2574, 7]], ["flutter", [2, 2574, 8]]]}, {"answer": "dash", "hint": "synonyms for dash", "clues": [["scoot", [2, 2575, 0]], ["frighten away", [2, 2575, 1]], ["daunt", [2, 2575, 2]], ["scare away", [2, 2575, 3]], ["shoot", [2, 2575, 4]], ["pall", [2, 2575, 5]], ["scud", [2, 2575, 6]], ["frighten off", [2, 2575, 7]], ["flash", [2, 2575, 8]], ["dart", [2, 2575, 9]], ["scare off", [2, 2575, 10]], ["smash", [2, 2575, 11]], ["crash", [2, 2575, 12]], ["scare", [2, 2575, 13]]]}, {"answer": "date", "hint": "synonyms for date", "clues": [["date stamp", [2, 2576, 0]], ["see", [2, 2576, 1]], ["go out", [2, 2576, 2]], ["go steady", [2, 2576, 3]]]}, {"answer": "dating", "hint": "synonyms for dating", "clues": [["date", [2, 2577, 0]], ["go steady", [2, 2577, 1]], ["date stamp", [2, 2577, 2]], ["see", [2, 2577, 3]], ["go out", [2, 2577, 4]]]}, {"answer": "dawdling", "hint": "synonyms for dawdling", "clues": [["dawdle", [2, 2578, 0]], ["lag", [2, 2578, 1]], ["fall back", [2, 2578, 2]], ["dally", [2, 2578, 3]], ["fall behind", [2, 2578, 4]], ["linger", [2, 2578, 5]]]}, {"answer": "dawn", "hint": "synonyms for dawn", "clues": [["get across", [2, 2579, 0]], ["click", [2, 2579, 1]], ["penetrate", [2, 2579, 2]], ["come home", [2, 2579, 3]], ["sink in", [2, 2579, 4]], ["fall into place", [2, 2579, 5]], ["get through", [2, 2579, 6]]]}, {"answer": "dawning", "hint": "synonyms for dawning", "clues": [["click", [2, 2580, 0]], ["get across", [2, 2580, 1]], ["come home", [2, 2580, 2]], ["dawn", [2, 2580, 3]], ["sink in", [2, 2580, 4]], ["fall into place", [2, 2580, 5]], ["penetrate", [2, 2580, 6]], ["get through", [2, 2580, 7]]]}, {"answer": "daydream", "hint": "synonyms for daydream", "clues": [["dream", [2, 2581, 0]], ["woolgather", [2, 2581, 1]], ["stargaze", [2, 2581, 2]], ["moon", [2, 2581, 3]]]}, {"answer": "daydreaming", "hint": "synonyms for daydreaming", "clues": [["woolgather", [2, 2582, 0]], ["moon", [2, 2582, 1]], ["stargaze", [2, 2582, 2]], ["dream", [2, 2582, 3]], ["daydream", [2, 2582, 4]]]}, {"answer": "deal", "hint": "synonyms for deal", "clues": [["lot", [2, 2583, 0]], ["make do", [2, 2583, 1]], ["dish out", [2, 2583, 2]], ["cover", [2, 2583, 3]], ["care", [2, 2583, 4]], ["look at", [2, 2583, 5]], ["trade", [2, 2583, 6]], ["contend", [2, 2583, 7]], ["dispense", [2, 2583, 8]], ["make out", [2, 2583, 9]], ["shell out", [2, 2583, 10]], ["portion out", [2, 2583, 11]], ["sell", [2, 2583, 12]], ["allot", [2, 2583, 13]], ["get by", [2, 2583, 14]], ["manage", [2, 2583, 15]], ["conduct", [2, 2583, 16]], ["dole out", [2, 2583, 17]], ["apportion", [2, 2583, 18]], ["mete out", [2, 2583, 19]], ["address", [2, 2583, 20]], ["take", [2, 2583, 21]], ["parcel out", [2, 2583, 22]], ["grapple", [2, 2583, 23]], ["plow", [2, 2583, 24]], ["treat", [2, 2583, 25]], ["cope", [2, 2583, 26]], ["deal out", [2, 2583, 27]], ["handle", [2, 2583, 28]], ["administer", [2, 2583, 29]], ["share", [2, 2583, 30]], ["carry on", [2, 2583, 31]], ["distribute", [2, 2583, 32]], ["divvy up", [2, 2583, 33]], ["consider", [2, 2583, 34]]]}, {"answer": "dealing", "hint": "synonyms for dealing", "clues": [["deal", [2, 2584, 0]], ["dish out", [2, 2584, 1]], ["cover", [2, 2584, 2]], ["look at", [2, 2584, 3]], ["portion out", [2, 2584, 4]], ["contend", [2, 2584, 5]], ["dispense", [2, 2584, 6]], ["make out", [2, 2584, 7]], ["shell out", [2, 2584, 8]], ["conduct", [2, 2584, 9]], ["apportion", [2, 2584, 10]], ["mete out", [2, 2584, 11]], ["address", [2, 2584, 12]], ["grapple", [2, 2584, 13]], ["cope", [2, 2584, 14]], ["deal out", [2, 2584, 15]], ["carry on", [2, 2584, 16]], ["handle", [2, 2584, 17]], ["divvy up", [2, 2584, 18]], ["distribute", [2, 2584, 19]], ["lot", [2, 2584, 20]], ["make do", [2, 2584, 21]], ["care", [2, 2584, 22]], ["trade", [2, 2584, 23]], ["sell", [2, 2584, 24]], ["allot", [2, 2584, 25]], ["get by", [2, 2584, 26]], ["manage", [2, 2584, 27]], ["dole out", [2, 2584, 28]], ["take", [2, 2584, 29]], ["parcel out", [2, 2584, 30]], ["plow", [2, 2584, 31]], ["treat", [2, 2584, 32]], ["share", [2, 2584, 33]], ["administer", [2, 2584, 34]], ["consider", [2, 2584, 35]]]}, {"answer": "dealings", "hint": "synonyms for dealings", "clues": [["deal", [2, 2585, 0]], ["dish out", [2, 2585, 1]], ["cover", [2, 2585, 2]], ["look at", [2, 2585, 3]], ["portion out", [2, 2585, 4]], ["contend", [2, 2585, 5]], ["dispense", [2, 2585, 6]], ["make out", [2, 2585, 7]], ["shell out", [2, 2585, 8]], ["conduct", [2, 2585, 9]], ["apportion", [2, 2585, 10]], ["mete out", [2, 2585, 11]], ["address", [2, 2585, 12]], ["grapple", [2, 2585, 13]], ["cope", [2, 2585, 14]], ["deal out", [2, 2585, 15]], ["carry on", [2, 2585, 16]], ["handle", [2, 2585, 17]], ["divvy up", [2, 2585, 18]], ["distribute", [2, 2585, 19]], ["lot", [2, 2585, 20]], ["make do", [2, 2585, 21]], ["care", [2, 2585, 22]], ["trade", [2, 2585, 23]], ["sell", [2, 2585, 24]], ["allot", [2, 2585, 25]], ["get by", [2, 2585, 26]], ["manage", [2, 2585, 27]], ["dole out", [2, 2585, 28]], ["take", [2, 2585, 29]], ["parcel out", [2, 2585, 30]], ["plow", [2, 2585, 31]], ["treat", [2, 2585, 32]], ["share", [2, 2585, 33]], ["administer", [2, 2585, 34]], ["consider", [2, 2585, 35]]]}, {"answer": "debate", "hint": "synonyms for debate", "clues": [["consider", [2, 2586, 0]], ["deliberate", [2, 2586, 1]], ["contend", [2, 2586, 2]], ["moot", [2, 2586, 3]], ["argue", [2, 2586, 4]], ["fence", [2, 2586, 5]], ["turn over", [2, 2586, 6]]]}, {"answer": "debauch", "hint": "synonyms for debauch", "clues": [["deprave", [2, 2587, 0]], ["demoralise", [2, 2587, 1]], ["misdirect", [2, 2587, 2]], ["corrupt", [2, 2587, 3]], ["pervert", [2, 2587, 4]], ["profane", [2, 2587, 5]], ["vitiate", [2, 2587, 6]], ["subvert", [2, 2587, 7]], ["debase", [2, 2587, 8]]]}, {"answer": "decay", "hint": "synonyms for decay", "clues": [["dilapidate", [2, 2588, 0]], ["disintegrate", [2, 2588, 1]], ["decompose", [2, 2588, 2]], ["crumble", [2, 2588, 3]]]}, {"answer": "decease", "hint": "synonyms for decease", "clues": [["perish", [2, 2589, 0]], ["kick the bucket", [2, 2589, 1]], ["pop off", [2, 2589, 2]], ["conk", [2, 2589, 3]], ["die", [2, 2589, 4]], ["croak", [2, 2589, 5]], ["drop dead", [2, 2589, 6]], ["snuff it", [2, 2589, 7]], ["expire", [2, 2589, 8]], ["buy the farm", [2, 2589, 9]], ["exit", [2, 2589, 10]], ["cash in one's chips", [2, 2589, 11]], ["give-up the ghost", [2, 2589, 12]], ["choke", [2, 2589, 13]], ["go", [2, 2589, 14]], ["pass", [2, 2589, 15]], ["pass away", [2, 2589, 16]]]}, {"answer": "deck", "hint": "synonyms for deck", "clues": [["decorate", [2, 2590, 0]], ["floor", [2, 2590, 1]], ["bedeck", [2, 2590, 2]], ["dump", [2, 2590, 3]], ["adorn", [2, 2590, 4]], ["beautify", [2, 2590, 5]], ["embellish", [2, 2590, 6]], ["coldcock", [2, 2590, 7]], ["knock down", [2, 2590, 8]], ["grace", [2, 2590, 9]], ["bedight", [2, 2590, 10]]]}, {"answer": "decline", "hint": "synonyms for decline", "clues": [["slump", [2, 2591, 0]], ["turn down", [2, 2591, 1]], ["reject", [2, 2591, 2]], ["refuse", [2, 2591, 3]], ["wane", [2, 2591, 4]], ["correct", [2, 2591, 5]], ["pass up", [2, 2591, 6]], ["go down", [2, 2591, 7]], ["worsen", [2, 2591, 8]]]}, {"answer": "decompressing", "hint": "synonyms for decompressing", "clues": [["decompress", [2, 2592, 0]], ["uncompress", [2, 2592, 1]], ["unwind", [2, 2592, 2]], ["relax", [2, 2592, 3]], ["unbend", [2, 2592, 4]], ["depressurize", [2, 2592, 5]], ["slow down", [2, 2592, 6]], ["loosen up", [2, 2592, 7]]]}, {"answer": "decrease", "hint": "synonyms for decrease", "clues": [["minify", [2, 2593, 0]], ["lessen", [2, 2593, 1]], ["diminish", [2, 2593, 2]], ["fall", [2, 2593, 3]]]}, {"answer": "defeat", "hint": "synonyms for defeat", "clues": [["vote down", [2, 2594, 0]], ["kill", [2, 2594, 1]], ["overcome", [2, 2594, 2]], ["vote out", [2, 2594, 3]], ["get the better of", [2, 2594, 4]], ["shoot down", [2, 2594, 5]]]}, {"answer": "defile", "hint": "synonyms for defile", "clues": [["maculate", [2, 2595, 0]], ["taint", [2, 2595, 1]], ["foul", [2, 2595, 2]], ["stain", [2, 2595, 3]], ["cloud", [2, 2595, 4]], ["befoul", [2, 2595, 5]], ["sully", [2, 2595, 6]], ["corrupt", [2, 2595, 7]], ["tarnish", [2, 2595, 8]]]}, {"answer": "defining", "hint": "synonyms for defining", "clues": [["specify", [2, 2596, 0]], ["set", [2, 2596, 1]], ["delineate", [2, 2596, 2]], ["define", [2, 2596, 3]], ["delimit", [2, 2596, 4]], ["delimitate", [2, 2596, 5]], ["determine", [2, 2596, 6]], ["limit", [2, 2596, 7]], ["fix", [2, 2596, 8]]]}, {"answer": "delay", "hint": "synonyms for delay", "clues": [["detain", [2, 2597, 0]], ["stay", [2, 2597, 1]], ["hold up", [2, 2597, 2]], ["check", [2, 2597, 3]], ["retard", [2, 2597, 4]]]}, {"answer": "delegating", "hint": "synonyms for delegating", "clues": [["depute", [2, 2598, 0]], ["delegate", [2, 2598, 1]], ["assign", [2, 2598, 2]], ["designate", [2, 2598, 3]]]}, {"answer": "delight", "hint": "synonyms for delight", "clues": [["enthral", [2, 2599, 0]], ["transport", [2, 2599, 1]], ["revel", [2, 2599, 2]], ["enchant", [2, 2599, 3]], ["enrapture", [2, 2599, 4]], ["ravish", [2, 2599, 5]], ["please", [2, 2599, 6]], ["enjoy", [2, 2599, 7]]]}, {"answer": "deluge", "hint": "synonyms for deluge", "clues": [["swamp", [2, 2600, 0]], ["submerge", [2, 2600, 1]], ["inundate", [2, 2600, 2]], ["flood out", [2, 2600, 3]], ["overwhelm", [2, 2600, 4]], ["flood", [2, 2600, 5]]]}, {"answer": "demand", "hint": "synonyms for demand", "clues": [["ask", [2, 2601, 0]], ["involve", [2, 2601, 1]], ["exact", [2, 2601, 2]], ["need", [2, 2601, 3]], ["necessitate", [2, 2601, 4]], ["require", [2, 2601, 5]], ["call for", [2, 2601, 6]], ["take", [2, 2601, 7]], ["postulate", [2, 2601, 8]]]}, {"answer": "demo", "hint": "synonyms for demo", "clues": [["present", [2, 2602, 0]], ["demonstrate", [2, 2602, 1]], ["exhibit", [2, 2602, 2]], ["show", [2, 2602, 3]]]}, {"answer": "demolishing", "hint": "synonyms for demolishing", "clues": [["pulverise", [2, 2603, 0]], ["demolish", [2, 2603, 1]], ["crush", [2, 2603, 2]], ["smash", [2, 2603, 3]], ["destroy", [2, 2603, 4]]]}, {"answer": "depicting", "hint": "synonyms for depicting", "clues": [["depict", [2, 2604, 0]], ["show", [2, 2604, 1]], ["render", [2, 2604, 2]], ["picture", [2, 2604, 3]], ["portray", [2, 2604, 4]], ["draw", [2, 2604, 5]], ["limn", [2, 2604, 6]], ["describe", [2, 2604, 7]]]}, {"answer": "deposit", "hint": "synonyms for deposit", "clues": [["posit", [2, 2605, 0]], ["stick", [2, 2605, 1]], ["fix", [2, 2605, 2]], ["situate", [2, 2605, 3]], ["bank", [2, 2605, 4]], ["lodge", [2, 2605, 5]], ["wedge", [2, 2605, 6]]]}, {"answer": "deriving", "hint": "synonyms for deriving", "clues": [["derive", [2, 2606, 0]], ["infer", [2, 2606, 1]], ["gain", [2, 2606, 2]], ["deduce", [2, 2606, 3]], ["deduct", [2, 2606, 4]], ["come", [2, 2606, 5]], ["descend", [2, 2606, 6]]]}, {"answer": "desert", "hint": "synonyms for desert", "clues": [["defect", [2, 2607, 0]], ["abandon", [2, 2607, 1]], ["desolate", [2, 2607, 2]], ["forsake", [2, 2607, 3]]]}, {"answer": "deserts", "hint": "synonyms for deserts", "clues": [["abandon", [2, 2608, 0]], ["desert", [2, 2608, 1]], ["forsake", [2, 2608, 2]], ["defect", [2, 2608, 3]], ["desolate", [2, 2608, 4]]]}, {"answer": "despising", "hint": "synonyms for despising", "clues": [["disdain", [2, 2609, 0]], ["contemn", [2, 2609, 1]], ["despise", [2, 2609, 2]], ["scorn", [2, 2609, 3]]]}, {"answer": "detecting", "hint": "synonyms for detecting", "clues": [["discover", [2, 2610, 0]], ["observe", [2, 2610, 1]], ["detect", [2, 2610, 2]], ["find", [2, 2610, 3]], ["notice", [2, 2610, 4]]]}, {"answer": "devil", "hint": "synonyms for devil", "clues": [["annoy", [2, 2611, 0]], ["vex", [2, 2611, 1]], ["nettle", [2, 2611, 2]], ["chafe", [2, 2611, 3]], ["rag", [2, 2611, 4]], ["bother", [2, 2611, 5]], ["nark", [2, 2611, 6]], ["rile", [2, 2611, 7]], ["irritate", [2, 2611, 8]], ["get at", [2, 2611, 9]], ["gravel", [2, 2611, 10]], ["get to", [2, 2611, 11]]]}, {"answer": "devise", "hint": "synonyms for devise", "clues": [["organise", [2, 2612, 0]], ["invent", [2, 2612, 1]], ["excogitate", [2, 2612, 2]], ["contrive", [2, 2612, 3]], ["prepare", [2, 2612, 4]], ["get up", [2, 2612, 5]], ["machinate", [2, 2612, 6]], ["forge", [2, 2612, 7]], ["formulate", [2, 2612, 8]]]}, {"answer": "devising", "hint": "synonyms for devising", "clues": [["organise", [2, 2613, 0]], ["devise", [2, 2613, 1]], ["invent", [2, 2613, 2]], ["excogitate", [2, 2613, 3]], ["contrive", [2, 2613, 4]], ["prepare", [2, 2613, 5]], ["get up", [2, 2613, 6]], ["machinate", [2, 2613, 7]], ["forge", [2, 2613, 8]], ["formulate", [2, 2613, 9]]]}, {"answer": "die", "hint": "synonyms for die", "clues": [["die out", [2, 2614, 0]], ["perish", [2, 2614, 1]], ["break", [2, 2614, 2]], ["become flat", [2, 2614, 3]], ["go bad", [2, 2614, 4]], ["kick the bucket", [2, 2614, 5]], ["pop off", [2, 2614, 6]], ["conk", [2, 2614, 7]], ["croak", [2, 2614, 8]], ["conk out", [2, 2614, 9]], ["decease", [2, 2614, 10]], ["drop dead", [2, 2614, 11]], ["snuff it", [2, 2614, 12]], ["expire", [2, 2614, 13]], ["buy the farm", [2, 2614, 14]], ["exit", [2, 2614, 15]], ["give way", [2, 2614, 16]], ["fail", [2, 2614, 17]], ["cash in one's chips", [2, 2614, 18]], ["go", [2, 2614, 19]], ["give out", [2, 2614, 20]], ["give-up the ghost", [2, 2614, 21]], ["break down", [2, 2614, 22]], ["choke", [2, 2614, 23]], ["pall", [2, 2614, 24]], ["pass", [2, 2614, 25]], ["pass away", [2, 2614, 26]]]}, {"answer": "dig", "hint": "synonyms for dig", "clues": [["grasp", [2, 2615, 0]], ["hollow", [2, 2615, 1]], ["dig up", [2, 2615, 2]], ["compass", [2, 2615, 3]], ["delve", [2, 2615, 4]], ["excavate", [2, 2615, 5]], ["cut into", [2, 2615, 6]], ["stab", [2, 2615, 7]], ["toil", [2, 2615, 8]], ["moil", [2, 2615, 9]], ["labour", [2, 2615, 10]], ["grok", [2, 2615, 11]], ["get the picture", [2, 2615, 12]], ["fag", [2, 2615, 13]], ["jab", [2, 2615, 14]], ["travail", [2, 2615, 15]], ["comprehend", [2, 2615, 16]], ["grind", [2, 2615, 17]], ["turn over", [2, 2615, 18]], ["dig out", [2, 2615, 19]], ["drudge", [2, 2615, 20]], ["apprehend", [2, 2615, 21]], ["poke", [2, 2615, 22]], ["savvy", [2, 2615, 23]], ["prod", [2, 2615, 24]]]}, {"answer": "digest", "hint": "synonyms for digest", "clues": [["tolerate", [2, 2616, 0]], ["endure", [2, 2616, 1]], ["stand", [2, 2616, 2]], ["abide", [2, 2616, 3]], ["put up", [2, 2616, 4]], ["support", [2, 2616, 5]], ["condense", [2, 2616, 6]], ["stomach", [2, 2616, 7]], ["concentrate", [2, 2616, 8]], ["brook", [2, 2616, 9]], ["bear", [2, 2616, 10]], ["stick out", [2, 2616, 11]], ["suffer", [2, 2616, 12]]]}, {"answer": "digging", "hint": "synonyms for digging", "clues": [["grasp", [2, 2617, 0]], ["hollow", [2, 2617, 1]], ["dig up", [2, 2617, 2]], ["compass", [2, 2617, 3]], ["delve", [2, 2617, 4]], ["dig", [2, 2617, 5]], ["excavate", [2, 2617, 6]], ["cut into", [2, 2617, 7]], ["stab", [2, 2617, 8]], ["toil", [2, 2617, 9]], ["moil", [2, 2617, 10]], ["labour", [2, 2617, 11]], ["grok", [2, 2617, 12]], ["get the picture", [2, 2617, 13]], ["fag", [2, 2617, 14]], ["jab", [2, 2617, 15]], ["travail", [2, 2617, 16]], ["comprehend", [2, 2617, 17]], ["grind", [2, 2617, 18]], ["dig out", [2, 2617, 19]], ["turn over", [2, 2617, 20]], ["drudge", [2, 2617, 21]], ["apprehend", [2, 2617, 22]], ["poke", [2, 2617, 23]], ["savvy", [2, 2617, 24]], ["prod", [2, 2617, 25]]]}, {"answer": "digs", "hint": "synonyms for digs", "clues": [["grasp", [2, 2618, 0]], ["hollow", [2, 2618, 1]], ["dig up", [2, 2618, 2]], ["compass", [2, 2618, 3]], ["delve", [2, 2618, 4]], ["dig", [2, 2618, 5]], ["excavate", [2, 2618, 6]], ["cut into", [2, 2618, 7]], ["stab", [2, 2618, 8]], ["toil", [2, 2618, 9]], ["moil", [2, 2618, 10]], ["labour", [2, 2618, 11]], ["grok", [2, 2618, 12]], ["get the picture", [2, 2618, 13]], ["fag", [2, 2618, 14]], ["jab", [2, 2618, 15]], ["travail", [2, 2618, 16]], ["comprehend", [2, 2618, 17]], ["grind", [2, 2618, 18]], ["dig out", [2, 2618, 19]], ["turn over", [2, 2618, 20]], ["drudge", [2, 2618, 21]], ["apprehend", [2, 2618, 22]], ["poke", [2, 2618, 23]], ["savvy", [2, 2618, 24]], ["prod", [2, 2618, 25]]]}, {"answer": "dip", "hint": "synonyms for dip", "clues": [["sink", [2, 2619, 0]], ["dunk", [2, 2619, 1]], ["duck", [2, 2619, 2]], ["dim", [2, 2619, 3]], ["douse", [2, 2619, 4]], ["souse", [2, 2619, 5]], ["plunge", [2, 2619, 6]]]}, {"answer": "dirtying", "hint": "synonyms for dirtying", "clues": [["colly", [2, 2620, 0]], ["grime", [2, 2620, 1]], ["dirty", [2, 2620, 2]], ["soil", [2, 2620, 3]], ["begrime", [2, 2620, 4]], ["bemire", [2, 2620, 5]]]}, {"answer": "disappearing", "hint": "synonyms for disappearing", "clues": [["vanish", [2, 2621, 0]], ["disappear", [2, 2621, 1]], ["melt", [2, 2621, 2]], ["go away", [2, 2621, 3]], ["evaporate", [2, 2621, 4]]]}, {"answer": "discard", "hint": "synonyms for discard", "clues": [["chuck out", [2, 2622, 0]], ["dispose", [2, 2622, 1]], ["cast away", [2, 2622, 2]], ["throw out", [2, 2622, 3]], ["cast out", [2, 2622, 4]], ["put away", [2, 2622, 5]], ["fling", [2, 2622, 6]], ["throw away", [2, 2622, 7]], ["cast aside", [2, 2622, 8]], ["toss away", [2, 2622, 9]], ["toss", [2, 2622, 10]], ["toss out", [2, 2622, 11]]]}, {"answer": "discharge", "hint": "synonyms for discharge", "clues": [["go off", [2, 2623, 0]], ["unload", [2, 2623, 1]], ["dispatch", [2, 2623, 2]], ["clear", [2, 2623, 3]], ["muster out", [2, 2623, 4]], ["complete", [2, 2623, 5]], ["exhaust", [2, 2623, 6]], ["set down", [2, 2623, 7]], ["eject", [2, 2623, 8]], ["put down", [2, 2623, 9]], ["fire", [2, 2623, 10]], ["release", [2, 2623, 11]], ["assoil", [2, 2623, 12]], ["exonerate", [2, 2623, 13]], ["drop", [2, 2623, 14]], ["drop off", [2, 2623, 15]], ["empty", [2, 2623, 16]], ["exculpate", [2, 2623, 17]], ["expel", [2, 2623, 18]], ["acquit", [2, 2623, 19]], ["free", [2, 2623, 20]]]}, {"answer": "discipline", "hint": "synonyms for discipline", "clues": [["condition", [2, 2624, 0]], ["train", [2, 2624, 1]], ["correct", [2, 2624, 2]], ["sort out", [2, 2624, 3]], ["check", [2, 2624, 4]]]}, {"answer": "discount", "hint": "synonyms for discount", "clues": [["dismiss", [2, 2625, 0]], ["brush off", [2, 2625, 1]], ["push aside", [2, 2625, 2]], ["disregard", [2, 2625, 3]], ["ignore", [2, 2625, 4]]]}, {"answer": "discourse", "hint": "synonyms for discourse", "clues": [["talk about", [2, 2626, 0]], ["converse", [2, 2626, 1]], ["dissertate", [2, 2626, 2]], ["hold forth", [2, 2626, 3]], ["discuss", [2, 2626, 4]]]}, {"answer": "disdain", "hint": "synonyms for disdain", "clues": [["spurn", [2, 2627, 0]], ["turn down", [2, 2627, 1]], ["reject", [2, 2627, 2]], ["freeze off", [2, 2627, 3]], ["scorn", [2, 2627, 4]], ["despise", [2, 2627, 5]], ["pooh-pooh", [2, 2627, 6]], ["contemn", [2, 2627, 7]]]}, {"answer": "disgrace", "hint": "synonyms for disgrace", "clues": [["shame", [2, 2628, 0]], ["dishonor", [2, 2628, 1]], ["attaint", [2, 2628, 2]], ["degrade", [2, 2628, 3]], ["put down", [2, 2628, 4]], ["discredit", [2, 2628, 5]], ["take down", [2, 2628, 6]], ["demean", [2, 2628, 7]]]}, {"answer": "disgust", "hint": "synonyms for disgust", "clues": [["repel", [2, 2629, 0]], ["gross out", [2, 2629, 1]], ["revolt", [2, 2629, 2]], ["churn up", [2, 2629, 3]], ["sicken", [2, 2629, 4]], ["nauseate", [2, 2629, 5]]]}, {"answer": "dish", "hint": "synonyms for dish", "clues": [["dish up", [2, 2630, 0]], ["dish out", [2, 2630, 1]], ["serve up", [2, 2630, 2]], ["serve", [2, 2630, 3]]]}, {"answer": "dishonor", "hint": "synonyms for dishonor", "clues": [["assault", [2, 2631, 0]], ["shame", [2, 2631, 1]], ["dishonour", [2, 2631, 2]], ["violate", [2, 2631, 3]], ["attaint", [2, 2631, 4]], ["rape", [2, 2631, 5]], ["outrage", [2, 2631, 6]], ["disgrace", [2, 2631, 7]], ["ravish", [2, 2631, 8]]]}, {"answer": "dishonour", "hint": "synonyms for dishonour", "clues": [["assault", [2, 2632, 0]], ["shame", [2, 2632, 1]], ["dishonor", [2, 2632, 2]], ["violate", [2, 2632, 3]], ["attaint", [2, 2632, 4]], ["rape", [2, 2632, 5]], ["outrage", [2, 2632, 6]], ["disgrace", [2, 2632, 7]], ["ravish", [2, 2632, 8]]]}, {"answer": "dismantling", "hint": "synonyms for dismantling", "clues": [["raze", [2, 2633, 0]], ["dismantle", [2, 2633, 1]], ["level", [2, 2633, 2]], ["break up", [2, 2633, 3]], ["tear down", [2, 2633, 4]], ["break apart", [2, 2633, 5]], ["strip", [2, 2633, 6]], ["take apart", [2, 2633, 7]], ["take down", [2, 2633, 8]], ["disassemble", [2, 2633, 9]], ["rase", [2, 2633, 10]], ["pull down", [2, 2633, 11]]]}, {"answer": "dismay", "hint": "synonyms for dismay", "clues": [["deject", [2, 2634, 0]], ["appal", [2, 2634, 1]], ["get down", [2, 2634, 2]], ["horrify", [2, 2634, 3]], ["alarm", [2, 2634, 4]], ["demoralise", [2, 2634, 5]], ["dispirit", [2, 2634, 6]], ["cast down", [2, 2634, 7]], ["depress", [2, 2634, 8]]]}, {"answer": "dismount", "hint": "synonyms for dismount", "clues": [["light", [2, 2635, 0]], ["get down", [2, 2635, 1]], ["get off", [2, 2635, 2]], ["unhorse", [2, 2635, 3]]]}, {"answer": "disorder", "hint": "synonyms for disorder", "clues": [["unhinge", [2, 2636, 0]], ["trouble", [2, 2636, 1]], ["perturb", [2, 2636, 2]], ["disquiet", [2, 2636, 3]], ["disarray", [2, 2636, 4]], ["distract", [2, 2636, 5]], ["cark", [2, 2636, 6]]]}, {"answer": "disowning", "hint": "synonyms for disowning", "clues": [["disown", [2, 2637, 0]], ["renounce", [2, 2637, 1]], ["disinherit", [2, 2637, 2]], ["repudiate", [2, 2637, 3]]]}, {"answer": "dispatch", "hint": "synonyms for dispatch", "clues": [["send off", [2, 2638, 0]], ["despatch", [2, 2638, 1]], ["complete", [2, 2638, 2]], ["hit", [2, 2638, 3]], ["slay", [2, 2638, 4]], ["discharge", [2, 2638, 5]], ["polish off", [2, 2638, 6]], ["off", [2, 2638, 7]], ["remove", [2, 2638, 8]], ["murder", [2, 2638, 9]], ["bump off", [2, 2638, 10]]]}, {"answer": "dispute", "hint": "synonyms for dispute", "clues": [["scrap", [2, 2639, 0]], ["argufy", [2, 2639, 1]], ["quarrel", [2, 2639, 2]], ["challenge", [2, 2639, 3]], ["altercate", [2, 2639, 4]], ["gainsay", [2, 2639, 5]]]}, {"answer": "disquiet", "hint": "synonyms for disquiet", "clues": [["unhinge", [2, 2640, 0]], ["trouble", [2, 2640, 1]], ["perturb", [2, 2640, 2]], ["distract", [2, 2640, 3]], ["cark", [2, 2640, 4]], ["disorder", [2, 2640, 5]]]}, {"answer": "disregard", "hint": "synonyms for disregard", "clues": [["neglect", [2, 2641, 0]], ["snub", [2, 2641, 1]], ["cut", [2, 2641, 2]], ["ignore", [2, 2641, 3]], ["push aside", [2, 2641, 4]], ["discount", [2, 2641, 5]], ["dismiss", [2, 2641, 6]], ["brush off", [2, 2641, 7]]]}, {"answer": "dissembling", "hint": "synonyms for dissembling", "clues": [["dissemble", [2, 2642, 0]], ["cloak", [2, 2642, 1]], ["feign", [2, 2642, 2]], ["pretend", [2, 2642, 3]], ["sham", [2, 2642, 4]], ["mask", [2, 2642, 5]], ["act", [2, 2642, 6]], ["affect", [2, 2642, 7]]]}, {"answer": "dissent", "hint": "synonyms for dissent", "clues": [["disagree", [2, 2643, 0]], ["protest", [2, 2643, 1]], ["take issue", [2, 2643, 2]], ["resist", [2, 2643, 3]], ["differ", [2, 2643, 4]]]}, {"answer": "dissolve", "hint": "synonyms for dissolve", "clues": [["resolve", [2, 2644, 0]], ["break up", [2, 2644, 1]], ["thaw", [2, 2644, 2]], ["disband", [2, 2644, 3]], ["fade out", [2, 2644, 4]], ["dethaw", [2, 2644, 5]], ["dismiss", [2, 2644, 6]], ["fade away", [2, 2644, 7]], ["unfreeze", [2, 2644, 8]], ["melt", [2, 2644, 9]], ["unthaw", [2, 2644, 10]]]}, {"answer": "dissolving", "hint": "synonyms for dissolving", "clues": [["resolve", [2, 2645, 0]], ["dissolve", [2, 2645, 1]], ["break up", [2, 2645, 2]], ["disband", [2, 2645, 3]], ["fade away", [2, 2645, 4]], ["unthaw", [2, 2645, 5]], ["thaw", [2, 2645, 6]], ["dethaw", [2, 2645, 7]], ["fade out", [2, 2645, 8]], ["dismiss", [2, 2645, 9]], ["unfreeze", [2, 2645, 10]], ["melt", [2, 2645, 11]]]}, {"answer": "divide", "hint": "synonyms for divide", "clues": [["separate", [2, 2646, 0]], ["split", [2, 2646, 1]], ["split up", [2, 2646, 2]], ["disunite", [2, 2646, 3]], ["part", [2, 2646, 4]], ["dissever", [2, 2646, 5]], ["fraction", [2, 2646, 6]], ["carve up", [2, 2646, 7]]]}, {"answer": "divorce", "hint": "synonyms for divorce", "clues": [["disunite", [2, 2647, 0]], ["disjoint", [2, 2647, 1]], ["split up", [2, 2647, 2]], ["dissociate", [2, 2647, 3]]]}, {"answer": "do", "hint": "synonyms for do", "clues": [["practice", [2, 2648, 0]], ["coiffure", [2, 2648, 1]], ["make out", [2, 2648, 2]], ["coif", [2, 2648, 3]], ["cause", [2, 2648, 4]], ["dress", [2, 2648, 5]], ["manage", [2, 2648, 6]], ["arrange", [2, 2648, 7]], ["perform", [2, 2648, 8]], ["come", [2, 2648, 9]], ["serve", [2, 2648, 10]], ["suffice", [2, 2648, 11]], ["make", [2, 2648, 12]], ["set", [2, 2648, 13]], ["act", [2, 2648, 14]], ["behave", [2, 2648, 15]], ["execute", [2, 2648, 16]], ["fare", [2, 2648, 17]], ["exercise", [2, 2648, 18]], ["answer", [2, 2648, 19]], ["get along", [2, 2648, 20]]]}, {"answer": "doctor", "hint": "synonyms for doctor", "clues": [["doctor up", [2, 2649, 0]], ["restore", [2, 2649, 1]], ["sophisticate", [2, 2649, 2]], ["fix", [2, 2649, 3]], ["repair", [2, 2649, 4]], ["bushel", [2, 2649, 5]], ["mend", [2, 2649, 6]], ["touch on", [2, 2649, 7]], ["furbish up", [2, 2649, 8]]]}, {"answer": "dodder", "hint": "synonyms for dodder", "clues": [["coggle", [2, 2650, 0]], ["paddle", [2, 2650, 1]], ["toddle", [2, 2650, 2]], ["totter", [2, 2650, 3]], ["waddle", [2, 2650, 4]]]}, {"answer": "dodge", "hint": "synonyms for dodge", "clues": [["parry", [2, 2651, 0]], ["circumvent", [2, 2651, 1]], ["duck", [2, 2651, 2]], ["sidestep", [2, 2651, 3]], ["skirt", [2, 2651, 4]], ["hedge", [2, 2651, 5]], ["put off", [2, 2651, 6]], ["evade", [2, 2651, 7]], ["fudge", [2, 2651, 8]], ["elude", [2, 2651, 9]]]}, {"answer": "dodging", "hint": "synonyms for dodging", "clues": [["parry", [2, 2652, 0]], ["circumvent", [2, 2652, 1]], ["duck", [2, 2652, 2]], ["sidestep", [2, 2652, 3]], ["dodge", [2, 2652, 4]], ["elude", [2, 2652, 5]], ["hedge", [2, 2652, 6]], ["put off", [2, 2652, 7]], ["evade", [2, 2652, 8]], ["fudge", [2, 2652, 9]], ["skirt", [2, 2652, 10]]]}, {"answer": "dog", "hint": "synonyms for dog", "clues": [["give chase", [2, 2653, 0]], ["trail", [2, 2653, 1]], ["chase", [2, 2653, 2]], ["chase after", [2, 2653, 3]], ["track", [2, 2653, 4]], ["tag", [2, 2653, 5]], ["go after", [2, 2653, 6]]]}, {"answer": "doings", "hint": "synonyms for doings", "clues": [["manage", [2, 2654, 0]], ["come", [2, 2654, 1]], ["serve", [2, 2654, 2]], ["do", [2, 2654, 3]], ["make", [2, 2654, 4]], ["set", [2, 2654, 5]], ["perform", [2, 2654, 6]], ["act", [2, 2654, 7]], ["execute", [2, 2654, 8]], ["exercise", [2, 2654, 9]], ["get along", [2, 2654, 10]], ["practice", [2, 2654, 11]], ["coiffure", [2, 2654, 12]], ["make out", [2, 2654, 13]], ["coif", [2, 2654, 14]], ["cause", [2, 2654, 15]], ["dress", [2, 2654, 16]], ["arrange", [2, 2654, 17]], ["suffice", [2, 2654, 18]], ["behave", [2, 2654, 19]], ["fare", [2, 2654, 20]], ["answer", [2, 2654, 21]]]}, {"answer": "don", "hint": "synonyms for don", "clues": [["put on", [2, 2655, 0]], ["wear", [2, 2655, 1]], ["get into", [2, 2655, 2]], ["assume", [2, 2655, 3]]]}, {"answer": "doom", "hint": "synonyms for doom", "clues": [["condemn", [2, 2656, 0]], ["destine", [2, 2656, 1]], ["designate", [2, 2656, 2]], ["fate", [2, 2656, 3]], ["sentence", [2, 2656, 4]]]}, {"answer": "dos", "hint": "synonyms for dos", "clues": [["manage", [2, 2657, 0]], ["come", [2, 2657, 1]], ["serve", [2, 2657, 2]], ["do", [2, 2657, 3]], ["make", [2, 2657, 4]], ["set", [2, 2657, 5]], ["perform", [2, 2657, 6]], ["act", [2, 2657, 7]], ["execute", [2, 2657, 8]], ["exercise", [2, 2657, 9]], ["get along", [2, 2657, 10]], ["practice", [2, 2657, 11]], ["coiffure", [2, 2657, 12]], ["make out", [2, 2657, 13]], ["coif", [2, 2657, 14]], ["cause", [2, 2657, 15]], ["dress", [2, 2657, 16]], ["arrange", [2, 2657, 17]], ["suffice", [2, 2657, 18]], ["behave", [2, 2657, 19]], ["fare", [2, 2657, 20]], ["answer", [2, 2657, 21]]]}, {"answer": "dot", "hint": "synonyms for dot", "clues": [["disperse", [2, 2658, 0]], ["sprinkle", [2, 2658, 1]], ["dust", [2, 2658, 2]], ["scatter", [2, 2658, 3]], ["stud", [2, 2658, 4]], ["constellate", [2, 2658, 5]]]}, {"answer": "doubles", "hint": "synonyms for doubles", "clues": [["double", [2, 2659, 0]], ["replicate", [2, 2659, 1]], ["repeat", [2, 2659, 2]], ["duplicate", [2, 2659, 3]], ["double over", [2, 2659, 4]], ["double up", [2, 2659, 5]]]}, {"answer": "doubling", "hint": "synonyms for doubling", "clues": [["double", [2, 2660, 0]], ["replicate", [2, 2660, 1]], ["repeat", [2, 2660, 2]], ["duplicate", [2, 2660, 3]], ["double over", [2, 2660, 4]], ["double up", [2, 2660, 5]]]}, {"answer": "dousing", "hint": "synonyms for dousing", "clues": [["douse", [2, 2661, 0]], ["duck", [2, 2661, 1]], ["souse", [2, 2661, 2]], ["put out", [2, 2661, 3]], ["dowse", [2, 2661, 4]], ["dip", [2, 2661, 5]], ["soak", [2, 2661, 6]], ["plunge", [2, 2661, 7]], ["drench", [2, 2661, 8]], ["sop", [2, 2661, 9]], ["dunk", [2, 2661, 10]]]}, {"answer": "downing", "hint": "synonyms for downing", "clues": [["polish", [2, 2662, 0]], ["pull down", [2, 2662, 1]], ["down", [2, 2662, 2]], ["toss off", [2, 2662, 3]], ["fine-tune", [2, 2662, 4]], ["go through", [2, 2662, 5]], ["knock down", [2, 2662, 6]], ["devour", [2, 2662, 7]], ["cut down", [2, 2662, 8]], ["shoot down", [2, 2662, 9]], ["consume", [2, 2662, 10]], ["belt down", [2, 2662, 11]], ["land", [2, 2662, 12]], ["kill", [2, 2662, 13]], ["drink down", [2, 2662, 14]], ["refine", [2, 2662, 15]], ["push down", [2, 2662, 16]], ["pop", [2, 2662, 17]], ["pour down", [2, 2662, 18]]]}, {"answer": "dowse", "hint": "synonyms for dowse", "clues": [["douse", [2, 2663, 0]], ["sop", [2, 2663, 1]], ["soak", [2, 2663, 2]], ["souse", [2, 2663, 3]], ["drench", [2, 2663, 4]]]}, {"answer": "dowsing", "hint": "synonyms for dowsing", "clues": [["dowse", [2, 2664, 0]], ["douse", [2, 2664, 1]], ["souse", [2, 2664, 2]], ["sop", [2, 2664, 3]], ["soak", [2, 2664, 4]], ["drench", [2, 2664, 5]]]}, {"answer": "draft", "hint": "synonyms for draft", "clues": [["outline", [2, 2665, 0]], ["blueprint", [2, 2665, 1]], ["draught", [2, 2665, 2]], ["muster in", [2, 2665, 3]], ["enlist", [2, 2665, 4]]]}, {"answer": "drafting", "hint": "synonyms for drafting", "clues": [["outline", [2, 2666, 0]], ["draft", [2, 2666, 1]], ["draught", [2, 2666, 2]], ["blueprint", [2, 2666, 3]], ["muster in", [2, 2666, 4]], ["enlist", [2, 2666, 5]]]}, {"answer": "drag", "hint": "synonyms for drag", "clues": [["hale", [2, 2667, 0]], ["sweep", [2, 2667, 1]], ["drop back", [2, 2667, 2]], ["sweep up", [2, 2667, 3]], ["hang back", [2, 2667, 4]], ["drag in", [2, 2667, 5]], ["get behind", [2, 2667, 6]], ["dredge", [2, 2667, 7]], ["cart", [2, 2667, 8]], ["drop behind", [2, 2667, 9]], ["embroil", [2, 2667, 10]], ["haul", [2, 2667, 11]], ["trail", [2, 2667, 12]], ["draw", [2, 2667, 13]], ["puff", [2, 2667, 14]], ["tangle", [2, 2667, 15]], ["drag out", [2, 2667, 16]], ["scuff", [2, 2667, 17]]]}, {"answer": "draw", "hint": "synonyms for draw", "clues": [["draw and quarter", [2, 2668, 0]], ["tie", [2, 2668, 1]], ["make", [2, 2668, 2]], ["get", [2, 2668, 3]], ["disembowel", [2, 2668, 4]], ["pull in", [2, 2668, 5]], ["take out", [2, 2668, 6]], ["draw off", [2, 2668, 7]], ["guide", [2, 2668, 8]], ["pull", [2, 2668, 9]], ["take in", [2, 2668, 10]], ["suck", [2, 2668, 11]], ["get out", [2, 2668, 12]], ["run", [2, 2668, 13]], ["depict", [2, 2668, 14]], ["absorb", [2, 2668, 15]], ["delineate", [2, 2668, 16]], ["string", [2, 2668, 17]], ["pull back", [2, 2668, 18]], ["suck up", [2, 2668, 19]], ["describe", [2, 2668, 20]], ["cast", [2, 2668, 21]], ["trace", [2, 2668, 22]], ["soak up", [2, 2668, 23]], ["take up", [2, 2668, 24]], ["puff", [2, 2668, 25]], ["sop up", [2, 2668, 26]], ["quarter", [2, 2668, 27]], ["reap", [2, 2668, 28]], ["pass", [2, 2668, 29]], ["pull out", [2, 2668, 30]], ["eviscerate", [2, 2668, 31]], ["drag", [2, 2668, 32]], ["line", [2, 2668, 33]], ["imbibe", [2, 2668, 34]], ["thread", [2, 2668, 35]], ["attract", [2, 2668, 36]], ["force", [2, 2668, 37]], ["draw in", [2, 2668, 38]], ["withdraw", [2, 2668, 39]]]}, {"answer": "drawing", "hint": "synonyms for drawing", "clues": [["draw", [2, 2669, 0]], ["draw and quarter", [2, 2669, 1]], ["tie", [2, 2669, 2]], ["make", [2, 2669, 3]], ["guide", [2, 2669, 4]], ["pull", [2, 2669, 5]], ["absorb", [2, 2669, 6]], ["delineate", [2, 2669, 7]], ["describe", [2, 2669, 8]], ["trace", [2, 2669, 9]], ["soak up", [2, 2669, 10]], ["take up", [2, 2669, 11]], ["reap", [2, 2669, 12]], ["pass", [2, 2669, 13]], ["eviscerate", [2, 2669, 14]], ["drag", [2, 2669, 15]], ["line", [2, 2669, 16]], ["imbibe", [2, 2669, 17]], ["thread", [2, 2669, 18]], ["draw in", [2, 2669, 19]], ["withdraw", [2, 2669, 20]], ["get", [2, 2669, 21]], ["disembowel", [2, 2669, 22]], ["pull in", [2, 2669, 23]], ["force", [2, 2669, 24]], ["take out", [2, 2669, 25]], ["draw off", [2, 2669, 26]], ["take in", [2, 2669, 27]], ["get out", [2, 2669, 28]], ["run", [2, 2669, 29]], ["suck", [2, 2669, 30]], ["depict", [2, 2669, 31]], ["string", [2, 2669, 32]], ["pull back", [2, 2669, 33]], ["suck up", [2, 2669, 34]], ["cast", [2, 2669, 35]], ["puff", [2, 2669, 36]], ["sop up", [2, 2669, 37]], ["quarter", [2, 2669, 38]], ["pull out", [2, 2669, 39]], ["attract", [2, 2669, 40]]]}, {"answer": "dreaming", "hint": "synonyms for dreaming", "clues": [["woolgather", [2, 2670, 0]], ["stargaze", [2, 2670, 1]], ["dream", [2, 2670, 2]], ["daydream", [2, 2670, 3]]]}, {"answer": "drenching", "hint": "synonyms for drenching", "clues": [["drench", [2, 2671, 0]], ["souse", [2, 2671, 1]], ["swamp", [2, 2671, 2]], ["dowse", [2, 2671, 3]], ["sop", [2, 2671, 4]], ["douse", [2, 2671, 5]], ["soak", [2, 2671, 6]], ["imbrue", [2, 2671, 7]]]}, {"answer": "dressing", "hint": "synonyms for dressing", "clues": [["dress", [2, 2672, 0]], ["fit out", [2, 2672, 1]], ["get dressed", [2, 2672, 2]], ["primp", [2, 2672, 3]], ["crop", [2, 2672, 4]], ["dress up", [2, 2672, 5]], ["dress out", [2, 2672, 6]], ["groom", [2, 2672, 7]], ["do", [2, 2672, 8]], ["garb", [2, 2672, 9]], ["set", [2, 2672, 10]], ["garment", [2, 2672, 11]], ["raiment", [2, 2672, 12]], ["apparel", [2, 2672, 13]], ["tog", [2, 2672, 14]], ["coiffure", [2, 2672, 15]], ["plume", [2, 2672, 16]], ["snip", [2, 2672, 17]], ["trim", [2, 2672, 18]], ["coif", [2, 2672, 19]], ["prune", [2, 2672, 20]], ["enclothe", [2, 2672, 21]], ["preen", [2, 2672, 22]], ["arrange", [2, 2672, 23]], ["curry", [2, 2672, 24]], ["habilitate", [2, 2672, 25]], ["decorate", [2, 2672, 26]], ["clip", [2, 2672, 27]], ["garnish", [2, 2672, 28]], ["lop", [2, 2672, 29]], ["cut back", [2, 2672, 30]], ["line up", [2, 2672, 31]]]}, {"answer": "drew", "hint": "synonyms for drew", "clues": [["draw", [2, 2673, 0]], ["draw and quarter", [2, 2673, 1]], ["tie", [2, 2673, 2]], ["make", [2, 2673, 3]], ["guide", [2, 2673, 4]], ["pull", [2, 2673, 5]], ["absorb", [2, 2673, 6]], ["delineate", [2, 2673, 7]], ["describe", [2, 2673, 8]], ["trace", [2, 2673, 9]], ["soak up", [2, 2673, 10]], ["take up", [2, 2673, 11]], ["reap", [2, 2673, 12]], ["pass", [2, 2673, 13]], ["eviscerate", [2, 2673, 14]], ["drag", [2, 2673, 15]], ["line", [2, 2673, 16]], ["imbibe", [2, 2673, 17]], ["thread", [2, 2673, 18]], ["draw in", [2, 2673, 19]], ["withdraw", [2, 2673, 20]], ["get", [2, 2673, 21]], ["disembowel", [2, 2673, 22]], ["pull in", [2, 2673, 23]], ["force", [2, 2673, 24]], ["take out", [2, 2673, 25]], ["draw off", [2, 2673, 26]], ["take in", [2, 2673, 27]], ["get out", [2, 2673, 28]], ["run", [2, 2673, 29]], ["suck", [2, 2673, 30]], ["depict", [2, 2673, 31]], ["string", [2, 2673, 32]], ["pull back", [2, 2673, 33]], ["suck up", [2, 2673, 34]], ["cast", [2, 2673, 35]], ["puff", [2, 2673, 36]], ["sop up", [2, 2673, 37]], ["quarter", [2, 2673, 38]], ["pull out", [2, 2673, 39]], ["attract", [2, 2673, 40]]]}, {"answer": "dribble", "hint": "synonyms for dribble", "clues": [["drivel", [2, 2674, 0]], ["carry", [2, 2674, 1]], ["slabber", [2, 2674, 2]], ["drop", [2, 2674, 3]], ["filter", [2, 2674, 4]], ["trickle", [2, 2674, 5]], ["drool", [2, 2674, 6]], ["slaver", [2, 2674, 7]], ["drip", [2, 2674, 8]]]}, {"answer": "dribbling", "hint": "synonyms for dribbling", "clues": [["dribble", [2, 2675, 0]], ["drivel", [2, 2675, 1]], ["carry", [2, 2675, 2]], ["slobber", [2, 2675, 3]], ["drop", [2, 2675, 4]], ["filter", [2, 2675, 5]], ["trickle", [2, 2675, 6]], ["drool", [2, 2675, 7]], ["slaver", [2, 2675, 8]], ["drip", [2, 2675, 9]]]}, {"answer": "drift", "hint": "synonyms for drift", "clues": [["stray", [2, 2676, 0]], ["vagabond", [2, 2676, 1]], ["wander", [2, 2676, 2]], ["float", [2, 2676, 3]], ["cast", [2, 2676, 4]], ["err", [2, 2676, 5]], ["be adrift", [2, 2676, 6]], ["ramble", [2, 2676, 7]], ["range", [2, 2676, 8]], ["tramp", [2, 2676, 9]], ["roll", [2, 2676, 10]], ["swan", [2, 2676, 11]], ["roam", [2, 2676, 12]], ["blow", [2, 2676, 13]], ["freewheel", [2, 2676, 14]], ["rove", [2, 2676, 15]]]}, {"answer": "drilling", "hint": "synonyms for drilling", "clues": [["drill", [2, 2677, 0]], ["practice", [2, 2677, 1]], ["exercise", [2, 2677, 2]], ["bore", [2, 2677, 3]]]}, {"answer": "drink", "hint": "synonyms for drink", "clues": [["imbibe", [2, 2678, 0]], ["tope", [2, 2678, 1]], ["pledge", [2, 2678, 2]], ["drink in", [2, 2678, 3]], ["fuddle", [2, 2678, 4]], ["booze", [2, 2678, 5]], ["salute", [2, 2678, 6]], ["toast", [2, 2678, 7]], ["wassail", [2, 2678, 8]]]}, {"answer": "drinking", "hint": "synonyms for drinking", "clues": [["imbibe", [2, 2679, 0]], ["drink", [2, 2679, 1]], ["tope", [2, 2679, 2]], ["pledge", [2, 2679, 3]], ["drink in", [2, 2679, 4]], ["fuddle", [2, 2679, 5]], ["toast", [2, 2679, 6]], ["salute", [2, 2679, 7]], ["booze", [2, 2679, 8]], ["wassail", [2, 2679, 9]]]}, {"answer": "drive", "hint": "synonyms for drive", "clues": [["force", [2, 2680, 0]], ["tug", [2, 2680, 1]], ["push", [2, 2680, 2]], ["push back", [2, 2680, 3]], ["force back", [2, 2680, 4]], ["labor", [2, 2680, 5]], ["beat back", [2, 2680, 6]], ["ride", [2, 2680, 7]], ["ram", [2, 2680, 8]], ["aim", [2, 2680, 9]], ["repel", [2, 2680, 10]], ["get", [2, 2680, 11]], ["motor", [2, 2680, 12]], ["take", [2, 2680, 13]], ["repulse", [2, 2680, 14]]]}, {"answer": "drivel", "hint": "synonyms for drivel", "clues": [["slaver", [2, 2681, 0]], ["slabber", [2, 2681, 1]], ["dribble", [2, 2681, 2]], ["drool", [2, 2681, 3]]]}, {"answer": "drool", "hint": "synonyms for drool", "clues": [["drivel", [2, 2682, 0]], ["slaver", [2, 2682, 1]], ["slabber", [2, 2682, 2]], ["dribble", [2, 2682, 3]], ["salivate", [2, 2682, 4]]]}, {"answer": "droop", "hint": "synonyms for droop", "clues": [["loll", [2, 2683, 0]], ["wilt", [2, 2683, 1]], ["sag", [2, 2683, 2]], ["flag", [2, 2683, 3]]]}, {"answer": "drop", "hint": "synonyms for drop", "clues": [["dribble", [2, 2684, 0]], ["deteriorate", [2, 2684, 1]], ["drop down", [2, 2684, 2]], ["spend", [2, 2684, 3]], ["cast", [2, 2684, 4]], ["pretermit", [2, 2684, 5]], ["set down", [2, 2684, 6]], ["knock off", [2, 2684, 7]], ["miss", [2, 2684, 8]], ["sink", [2, 2684, 9]], ["send away", [2, 2684, 10]], ["neglect", [2, 2684, 11]], ["shed", [2, 2684, 12]], ["overleap", [2, 2684, 13]], ["leave out", [2, 2684, 14]], ["cast off", [2, 2684, 15]], ["throw", [2, 2684, 16]], ["shake off", [2, 2684, 17]], ["unload", [2, 2684, 18]], ["degenerate", [2, 2684, 19]], ["dangle", [2, 2684, 20]], ["throw off", [2, 2684, 21]], ["discharge", [2, 2684, 22]], ["put down", [2, 2684, 23]], ["drip", [2, 2684, 24]], ["send packing", [2, 2684, 25]], ["overlook", [2, 2684, 26]], ["expend", [2, 2684, 27]], ["omit", [2, 2684, 28]], ["swing", [2, 2684, 29]], ["drop off", [2, 2684, 30]], ["fell", [2, 2684, 31]], ["strike down", [2, 2684, 32]], ["throw away", [2, 2684, 33]], ["flatten", [2, 2684, 34]], ["devolve", [2, 2684, 35]], ["dismiss", [2, 2684, 36]]]}, {"answer": "drove", "hint": "synonyms for drove", "clues": [["labor", [2, 2685, 0]], ["drive", [2, 2685, 1]], ["ram", [2, 2685, 2]], ["repel", [2, 2685, 3]], ["take", [2, 2685, 4]], ["repulse", [2, 2685, 5]], ["push back", [2, 2685, 6]], ["force back", [2, 2685, 7]], ["aim", [2, 2685, 8]], ["get", [2, 2685, 9]], ["force", [2, 2685, 10]], ["beat back", [2, 2685, 11]], ["tug", [2, 2685, 12]], ["push", [2, 2685, 13]], ["ride", [2, 2685, 14]], ["motor", [2, 2685, 15]]]}, {"answer": "drubbing", "hint": "synonyms for drubbing", "clues": [["thrash", [2, 2686, 0]], ["lick", [2, 2686, 1]], ["bat", [2, 2686, 2]], ["drub", [2, 2686, 3]], ["cream", [2, 2686, 4]], ["clobber", [2, 2686, 5]]]}, {"answer": "drudge", "hint": "synonyms for drudge", "clues": [["fag", [2, 2687, 0]], ["travail", [2, 2687, 1]], ["grind", [2, 2687, 2]], ["dig", [2, 2687, 3]], ["toil", [2, 2687, 4]], ["labor", [2, 2687, 5]], ["moil", [2, 2687, 6]]]}, {"answer": "drum", "hint": "synonyms for drum", "clues": [["swot", [2, 2688, 0]], ["cram", [2, 2688, 1]], ["get up", [2, 2688, 2]], ["bone up", [2, 2688, 3]], ["thrum", [2, 2688, 4]], ["bone", [2, 2688, 5]], ["mug up", [2, 2688, 6]], ["grind away", [2, 2688, 7]], ["swot up", [2, 2688, 8]], ["beat", [2, 2688, 9]]]}, {"answer": "drumming", "hint": "synonyms for drumming", "clues": [["drum", [2, 2689, 0]], ["swot", [2, 2689, 1]], ["cram", [2, 2689, 2]], ["get up", [2, 2689, 3]], ["bone up", [2, 2689, 4]], ["thrum", [2, 2689, 5]], ["bone", [2, 2689, 6]], ["mug up", [2, 2689, 7]], ["grind away", [2, 2689, 8]], ["swot up", [2, 2689, 9]], ["beat", [2, 2689, 10]]]}, {"answer": "duck", "hint": "synonyms for duck", "clues": [["parry", [2, 2690, 0]], ["circumvent", [2, 2690, 1]], ["dip", [2, 2690, 2]], ["sidestep", [2, 2690, 3]], ["elude", [2, 2690, 4]], ["hedge", [2, 2690, 5]], ["douse", [2, 2690, 6]], ["put off", [2, 2690, 7]], ["evade", [2, 2690, 8]], ["dodge", [2, 2690, 9]], ["fudge", [2, 2690, 10]], ["skirt", [2, 2690, 11]]]}, {"answer": "ducking", "hint": "synonyms for ducking", "clues": [["circumvent", [2, 2691, 0]], ["duck", [2, 2691, 1]], ["hedge", [2, 2691, 2]], ["douse", [2, 2691, 3]], ["elude", [2, 2691, 4]], ["parry", [2, 2691, 5]], ["dip", [2, 2691, 6]], ["sidestep", [2, 2691, 7]], ["put off", [2, 2691, 8]], ["evade", [2, 2691, 9]], ["dodge", [2, 2691, 10]], ["fudge", [2, 2691, 11]], ["skirt", [2, 2691, 12]]]}, {"answer": "dug", "hint": "synonyms for dug", "clues": [["grasp", [2, 2692, 0]], ["hollow", [2, 2692, 1]], ["dig up", [2, 2692, 2]], ["compass", [2, 2692, 3]], ["delve", [2, 2692, 4]], ["dig", [2, 2692, 5]], ["excavate", [2, 2692, 6]], ["cut into", [2, 2692, 7]], ["stab", [2, 2692, 8]], ["toil", [2, 2692, 9]], ["moil", [2, 2692, 10]], ["labour", [2, 2692, 11]], ["grok", [2, 2692, 12]], ["get the picture", [2, 2692, 13]], ["fag", [2, 2692, 14]], ["jab", [2, 2692, 15]], ["travail", [2, 2692, 16]], ["comprehend", [2, 2692, 17]], ["grind", [2, 2692, 18]], ["dig out", [2, 2692, 19]], ["turn over", [2, 2692, 20]], ["drudge", [2, 2692, 21]], ["apprehend", [2, 2692, 22]], ["poke", [2, 2692, 23]], ["savvy", [2, 2692, 24]], ["prod", [2, 2692, 25]]]}, {"answer": "dulles", "hint": "synonyms for dulles", "clues": [["dull", [2, 2693, 0]], ["blunt", [2, 2693, 1]], ["dampen", [2, 2693, 2]], ["pall", [2, 2693, 3]], ["benumb", [2, 2693, 4]], ["numb", [2, 2693, 5]], ["damp", [2, 2693, 6]], ["mute", [2, 2693, 7]], ["tone down", [2, 2693, 8]], ["muffle", [2, 2693, 9]]]}, {"answer": "dump", "hint": "synonyms for dump", "clues": [["underprice", [2, 2694, 0]], ["coldcock", [2, 2694, 1]], ["knock down", [2, 2694, 2]], ["ditch", [2, 2694, 3]], ["floor", [2, 2694, 4]], ["plunge", [2, 2694, 5]], ["deck", [2, 2694, 6]]]}, {"answer": "dumping", "hint": "synonyms for dumping", "clues": [["dump", [2, 2695, 0]], ["floor", [2, 2695, 1]], ["deck", [2, 2695, 2]], ["underprice", [2, 2695, 3]], ["coldcock", [2, 2695, 4]], ["knock down", [2, 2695, 5]], ["ditch", [2, 2695, 6]], ["plunge", [2, 2695, 7]]]}, {"answer": "dumps", "hint": "synonyms for dumps", "clues": [["dump", [2, 2696, 0]], ["floor", [2, 2696, 1]], ["deck", [2, 2696, 2]], ["underprice", [2, 2696, 3]], ["coldcock", [2, 2696, 4]], ["knock down", [2, 2696, 5]], ["ditch", [2, 2696, 6]], ["plunge", [2, 2696, 7]]]}, {"answer": "dunk", "hint": "synonyms for dunk", "clues": [["dip", [2, 2697, 0]], ["souse", [2, 2697, 1]], ["plunge", [2, 2697, 2]], ["douse", [2, 2697, 3]]]}, {"answer": "dupe", "hint": "synonyms for dupe", "clues": [["gull", [2, 2698, 0]], ["put one over", [2, 2698, 1]], ["cod", [2, 2698, 2]], ["put on", [2, 2698, 3]], ["befool", [2, 2698, 4]], ["slang", [2, 2698, 5]], ["take in", [2, 2698, 6]], ["put one across", [2, 2698, 7]], ["fool", [2, 2698, 8]]]}, {"answer": "dust", "hint": "synonyms for dust", "clues": [["scatter", [2, 2699, 0]], ["disperse", [2, 2699, 1]], ["sprinkle", [2, 2699, 2]], ["dot", [2, 2699, 3]]]}, {"answer": "dwelling", "hint": "synonyms for dwelling", "clues": [["lie", [2, 2700, 0]], ["consist", [2, 2700, 1]], ["dwell", [2, 2700, 2]], ["populate", [2, 2700, 3]], ["brood", [2, 2700, 4]], ["harp", [2, 2700, 5]], ["lie in", [2, 2700, 6]], ["inhabit", [2, 2700, 7]]]}, {"answer": "earmark", "hint": "synonyms for earmark", "clues": [["reserve", [2, 2701, 0]], ["allow", [2, 2701, 1]], ["set aside", [2, 2701, 2]], ["appropriate", [2, 2701, 3]]]}, {"answer": "earnings", "hint": "synonyms for earnings", "clues": [["pull in", [2, 2702, 0]], ["realize", [2, 2702, 1]], ["garner", [2, 2702, 2]], ["make", [2, 2702, 3]], ["bring in", [2, 2702, 4]], ["clear", [2, 2702, 5]], ["earn", [2, 2702, 6]], ["take in", [2, 2702, 7]], ["gain", [2, 2702, 8]]]}, {"answer": "ease", "hint": "synonyms for ease", "clues": [["relieve", [2, 2703, 0]], ["still", [2, 2703, 1]], ["facilitate", [2, 2703, 2]], ["allay", [2, 2703, 3]], ["comfort", [2, 2703, 4]], ["alleviate", [2, 2703, 5]]]}, {"answer": "easing", "hint": "synonyms for easing", "clues": [["ease", [2, 2704, 0]], ["relieve", [2, 2704, 1]], ["facilitate", [2, 2704, 2]], ["still", [2, 2704, 3]], ["comfort", [2, 2704, 4]], ["allay", [2, 2704, 5]], ["alleviate", [2, 2704, 6]]]}, {"answer": "eating", "hint": "synonyms for eating", "clues": [["wipe out", [2, 2705, 0]], ["corrode", [2, 2705, 1]], ["eat", [2, 2705, 2]], ["feed", [2, 2705, 3]], ["run through", [2, 2705, 4]], ["eat on", [2, 2705, 5]], ["eat up", [2, 2705, 6]], ["consume", [2, 2705, 7]], ["deplete", [2, 2705, 8]], ["exhaust", [2, 2705, 9]], ["rust", [2, 2705, 10]], ["use up", [2, 2705, 11]]]}, {"answer": "eats", "hint": "synonyms for eats", "clues": [["wipe out", [2, 2706, 0]], ["corrode", [2, 2706, 1]], ["eat", [2, 2706, 2]], ["feed", [2, 2706, 3]], ["run through", [2, 2706, 4]], ["eat on", [2, 2706, 5]], ["eat up", [2, 2706, 6]], ["consume", [2, 2706, 7]], ["deplete", [2, 2706, 8]], ["exhaust", [2, 2706, 9]], ["rust", [2, 2706, 10]], ["use up", [2, 2706, 11]]]}, {"answer": "ebb", "hint": "synonyms for ebb", "clues": [["ebb down", [2, 2707, 0]], ["ebb out", [2, 2707, 1]], ["ebb away", [2, 2707, 2]], ["ebb off", [2, 2707, 3]]]}, {"answer": "ebbing", "hint": "synonyms for ebbing", "clues": [["ebb away", [2, 2708, 0]], ["ebb", [2, 2708, 1]], ["ebb out", [2, 2708, 2]], ["ebb down", [2, 2708, 3]], ["ebb off", [2, 2708, 4]]]}, {"answer": "echo", "hint": "synonyms for echo", "clues": [["reverberate", [2, 2709, 0]], ["ring", [2, 2709, 1]], ["resound", [2, 2709, 2]], ["repeat", [2, 2709, 3]], ["recall", [2, 2709, 4]]]}, {"answer": "eddy", "hint": "synonyms for eddy", "clues": [["whirlpool", [2, 2710, 0]], ["whirl", [2, 2710, 1]], ["purl", [2, 2710, 2]], ["swirl", [2, 2710, 3]]]}, {"answer": "edge", "hint": "synonyms for edge", "clues": [["inch", [2, 2711, 0]], ["butt on", [2, 2711, 1]], ["abut", [2, 2711, 2]], ["march", [2, 2711, 3]], ["border", [2, 2711, 4]], ["butt against", [2, 2711, 5]], ["butt", [2, 2711, 6]], ["adjoin", [2, 2711, 7]]]}, {"answer": "edging", "hint": "synonyms for edging", "clues": [["inch", [2, 2712, 0]], ["edge", [2, 2712, 1]], ["butt on", [2, 2712, 2]], ["abut", [2, 2712, 3]], ["march", [2, 2712, 4]], ["border", [2, 2712, 5]], ["butt against", [2, 2712, 6]], ["butt", [2, 2712, 7]], ["adjoin", [2, 2712, 8]]]}, {"answer": "editing", "hint": "synonyms for editing", "clues": [["edit", [2, 2713, 0]], ["delete", [2, 2713, 1]], ["edit out", [2, 2713, 2]], ["redact", [2, 2713, 3]], ["blue-pencil", [2, 2713, 4]], ["cut", [2, 2713, 5]]]}, {"answer": "egress", "hint": "synonyms for egress", "clues": [["issue", [2, 2714, 0]], ["come forth", [2, 2714, 1]], ["go forth", [2, 2714, 2]], ["come out", [2, 2714, 3]], ["emerge", [2, 2714, 4]]]}, {"answer": "ejaculate", "hint": "synonyms for ejaculate", "clues": [["blurt", [2, 2715, 0]], ["blurt out", [2, 2715, 1]], ["blunder", [2, 2715, 2]], ["blunder out", [2, 2715, 3]]]}, {"answer": "eluding", "hint": "synonyms for eluding", "clues": [["circumvent", [2, 2716, 0]], ["duck", [2, 2716, 1]], ["hedge", [2, 2716, 2]], ["evade", [2, 2716, 3]], ["bilk", [2, 2716, 4]], ["elude", [2, 2716, 5]], ["parry", [2, 2716, 6]], ["sidestep", [2, 2716, 7]], ["put off", [2, 2716, 8]], ["escape", [2, 2716, 9]], ["dodge", [2, 2716, 10]], ["fudge", [2, 2716, 11]], ["skirt", [2, 2716, 12]]]}, {"answer": "embrace", "hint": "synonyms for embrace", "clues": [["adopt", [2, 2717, 0]], ["sweep up", [2, 2717, 1]], ["comprehend", [2, 2717, 2]], ["encompass", [2, 2717, 3]], ["bosom", [2, 2717, 4]], ["squeeze", [2, 2717, 5]], ["espouse", [2, 2717, 6]], ["cover", [2, 2717, 7]], ["hug", [2, 2717, 8]]]}, {"answer": "embracing", "hint": "synonyms for embracing", "clues": [["adopt", [2, 2718, 0]], ["sweep up", [2, 2718, 1]], ["embrace", [2, 2718, 2]], ["comprehend", [2, 2718, 3]], ["encompass", [2, 2718, 4]], ["bosom", [2, 2718, 5]], ["squeeze", [2, 2718, 6]], ["espouse", [2, 2718, 7]], ["cover", [2, 2718, 8]], ["hug", [2, 2718, 9]]]}, {"answer": "embroideress", "hint": "synonyms for embroideress", "clues": [["aggrandize", [2, 2719, 0]], ["embroider", [2, 2719, 1]], ["lard", [2, 2719, 2]], ["dramatise", [2, 2719, 3]], ["pad", [2, 2719, 4]], ["blow up", [2, 2719, 5]], ["embellish", [2, 2719, 6]]]}, {"answer": "emphasizing", "hint": "synonyms for emphasizing", "clues": [["accent", [2, 2720, 0]], ["emphasize", [2, 2720, 1]], ["stress", [2, 2720, 2]], ["underline", [2, 2720, 3]], ["punctuate", [2, 2720, 4]], ["underscore", [2, 2720, 5]], ["accentuate", [2, 2720, 6]]]}, {"answer": "employ", "hint": "synonyms for employ", "clues": [["engage", [2, 2721, 0]], ["use", [2, 2721, 1]], ["utilize", [2, 2721, 2]], ["hire", [2, 2721, 3]], ["apply", [2, 2721, 4]]]}, {"answer": "emptying", "hint": "synonyms for emptying", "clues": [["discharge", [2, 2722, 0]], ["empty", [2, 2722, 1]], ["evacuate", [2, 2722, 2]], ["void", [2, 2722, 3]], ["abandon", [2, 2722, 4]]]}, {"answer": "enclosing", "hint": "synonyms for enclosing", "clues": [["insert", [2, 2723, 0]], ["put in", [2, 2723, 1]], ["enfold", [2, 2723, 2]], ["envelop", [2, 2723, 3]], ["hold in", [2, 2723, 4]], ["shut in", [2, 2723, 5]], ["introduce", [2, 2723, 6]], ["enwrap", [2, 2723, 7]], ["confine", [2, 2723, 8]], ["inclose", [2, 2723, 9]], ["stick in", [2, 2723, 10]], ["wrap", [2, 2723, 11]], ["close in", [2, 2723, 12]]]}, {"answer": "encounter", "hint": "synonyms for encounter", "clues": [["happen", [2, 2724, 0]], ["see", [2, 2724, 1]], ["meet", [2, 2724, 2]], ["receive", [2, 2724, 3]], ["run into", [2, 2724, 4]], ["bump", [2, 2724, 5]], ["play", [2, 2724, 6]], ["chance", [2, 2724, 7]], ["find", [2, 2724, 8]], ["come across", [2, 2724, 9]], ["take on", [2, 2724, 10]], ["run across", [2, 2724, 11]]]}, {"answer": "end", "hint": "synonyms for end", "clues": [["terminate", [2, 2725, 0]], ["stop", [2, 2725, 1]], ["cease", [2, 2725, 2]], ["finish", [2, 2725, 3]]]}, {"answer": "ending", "hint": "synonyms for ending", "clues": [["stop", [2, 2726, 0]], ["end", [2, 2726, 1]], ["terminate", [2, 2726, 2]], ["cease", [2, 2726, 3]], ["finish", [2, 2726, 4]]]}, {"answer": "enfolding", "hint": "synonyms for enfolding", "clues": [["wrap", [2, 2727, 0]], ["enfold", [2, 2727, 1]], ["enclose", [2, 2727, 2]], ["envelop", [2, 2727, 3]], ["enwrap", [2, 2727, 4]]]}, {"answer": "engineer", "hint": "synonyms for engineer", "clues": [["orchestrate", [2, 2728, 0]], ["organise", [2, 2728, 1]], ["mastermind", [2, 2728, 2]], ["direct", [2, 2728, 3]]]}, {"answer": "engineering", "hint": "synonyms for engineering", "clues": [["orchestrate", [2, 2729, 0]], ["organise", [2, 2729, 1]], ["mastermind", [2, 2729, 2]], ["engineer", [2, 2729, 3]], ["direct", [2, 2729, 4]]]}, {"answer": "engraving", "hint": "synonyms for engraving", "clues": [["etch", [2, 2730, 0]], ["grave", [2, 2730, 1]], ["engrave", [2, 2730, 2]], ["inscribe", [2, 2730, 3]], ["scratch", [2, 2730, 4]]]}, {"answer": "enjoining", "hint": "synonyms for enjoining", "clues": [["tell", [2, 2731, 0]], ["say", [2, 2731, 1]], ["enjoin", [2, 2731, 2]], ["order", [2, 2731, 3]]]}, {"answer": "enlisting", "hint": "synonyms for enlisting", "clues": [["engage", [2, 2732, 0]], ["enlist", [2, 2732, 1]], ["draft", [2, 2732, 2]], ["muster in", [2, 2732, 3]]]}, {"answer": "entail", "hint": "synonyms for entail", "clues": [["fee-tail", [2, 2733, 0]], ["implicate", [2, 2733, 1]], ["imply", [2, 2733, 2]], ["mean", [2, 2733, 3]]]}, {"answer": "entering", "hint": "synonyms for entering", "clues": [["enter", [2, 2734, 0]], ["figure", [2, 2734, 1]], ["insert", [2, 2734, 2]], ["recruit", [2, 2734, 3]], ["come in", [2, 2734, 4]], ["introduce", [2, 2734, 5]], ["move into", [2, 2734, 6]], ["get into", [2, 2734, 7]], ["infix", [2, 2734, 8]], ["participate", [2, 2734, 9]], ["embark", [2, 2734, 10]], ["go into", [2, 2734, 11]], ["enrol", [2, 2734, 12]], ["put down", [2, 2734, 13]], ["record", [2, 2734, 14]], ["accede", [2, 2734, 15]], ["inscribe", [2, 2734, 16]], ["go in", [2, 2734, 17]]]}, {"answer": "entrance", "hint": "synonyms for entrance", "clues": [["spellbind", [2, 2735, 0]], ["catch", [2, 2735, 1]], ["bewitch", [2, 2735, 2]], ["enamour", [2, 2735, 3]], ["fascinate", [2, 2735, 4]], ["captivate", [2, 2735, 5]], ["trance", [2, 2735, 6]], ["beguile", [2, 2735, 7]], ["enchant", [2, 2735, 8]], ["capture", [2, 2735, 9]], ["charm", [2, 2735, 10]], ["becharm", [2, 2735, 11]]]}, {"answer": "environs", "hint": "synonyms for environs", "clues": [["environ", [2, 2736, 0]], ["surround", [2, 2736, 1]], ["ring", [2, 2736, 2]], ["skirt", [2, 2736, 3]], ["border", [2, 2736, 4]]]}, {"answer": "envisioning", "hint": "synonyms for envisioning", "clues": [["see", [2, 2737, 0]], ["foresee", [2, 2737, 1]], ["envision", [2, 2737, 2]], ["visualize", [2, 2737, 3]], ["figure", [2, 2737, 4]], ["picture", [2, 2737, 5]], ["project", [2, 2737, 6]], ["image", [2, 2737, 7]], ["fancy", [2, 2737, 8]]]}, {"answer": "equating", "hint": "synonyms for equating", "clues": [["compare", [2, 2738, 0]], ["equate", [2, 2738, 1]], ["correspond", [2, 2738, 2]], ["liken", [2, 2738, 3]], ["match", [2, 2738, 4]], ["equalise", [2, 2738, 5]], ["equal", [2, 2738, 6]]]}, {"answer": "equipping", "hint": "synonyms for equipping", "clues": [["fit out", [2, 2739, 0]], ["outfit", [2, 2739, 1]], ["equip", [2, 2739, 2]], ["fit", [2, 2739, 3]]]}, {"answer": "erecting", "hint": "synonyms for erecting", "clues": [["erect", [2, 2740, 0]], ["raise", [2, 2740, 1]], ["rear", [2, 2740, 2]], ["put up", [2, 2740, 3]], ["set up", [2, 2740, 4]]]}, {"answer": "eroding", "hint": "synonyms for eroding", "clues": [["gnaw at", [2, 2741, 0]], ["eat at", [2, 2741, 1]], ["erode", [2, 2741, 2]], ["gnaw", [2, 2741, 3]], ["wear away", [2, 2741, 4]], ["fret", [2, 2741, 5]], ["eat away", [2, 2741, 6]]]}, {"answer": "escape", "hint": "synonyms for escape", "clues": [["lam", [2, 2742, 0]], ["turn tail", [2, 2742, 1]], ["take to the woods", [2, 2742, 2]], ["scat", [2, 2742, 3]], ["get by", [2, 2742, 4]], ["break loose", [2, 2742, 5]], ["bunk", [2, 2742, 6]], ["get off", [2, 2742, 7]], ["fly the coop", [2, 2742, 8]], ["get away", [2, 2742, 9]], ["scarper", [2, 2742, 10]], ["head for the hills", [2, 2742, 11]], ["break away", [2, 2742, 12]], ["get out", [2, 2742, 13]], ["run", [2, 2742, 14]], ["hightail it", [2, 2742, 15]], ["run away", [2, 2742, 16]], ["elude", [2, 2742, 17]], ["miss", [2, 2742, 18]]]}, {"answer": "essay", "hint": "synonyms for essay", "clues": [["attempt", [2, 2743, 0]], ["prove", [2, 2743, 1]], ["test", [2, 2743, 2]], ["seek", [2, 2743, 3]], ["try", [2, 2743, 4]], ["assay", [2, 2743, 5]], ["examine", [2, 2743, 6]], ["try out", [2, 2743, 7]]]}, {"answer": "esteem", "hint": "synonyms for esteem", "clues": [["repute", [2, 2744, 0]], ["respect", [2, 2744, 1]], ["think of", [2, 2744, 2]], ["regard as", [2, 2744, 3]], ["take to be", [2, 2744, 4]], ["look on", [2, 2744, 5]], ["prize", [2, 2744, 6]], ["prise", [2, 2744, 7]], ["value", [2, 2744, 8]]]}, {"answer": "estimate", "hint": "synonyms for estimate", "clues": [["guess", [2, 2745, 0]], ["forecast", [2, 2745, 1]], ["reckon", [2, 2745, 2]], ["calculate", [2, 2745, 3]], ["count on", [2, 2745, 4]], ["gauge", [2, 2745, 5]], ["approximate", [2, 2745, 6]], ["judge", [2, 2745, 7]], ["figure", [2, 2745, 8]]]}, {"answer": "evening", "hint": "synonyms for evening", "clues": [["even out", [2, 2746, 0]], ["even", [2, 2746, 1]], ["flush", [2, 2746, 2]], ["level", [2, 2746, 3]]]}, {"answer": "evidence", "hint": "synonyms for evidence", "clues": [["manifest", [2, 2747, 0]], ["bear witness", [2, 2747, 1]], ["certify", [2, 2747, 2]], ["prove", [2, 2747, 3]], ["testify", [2, 2747, 4]], ["demonstrate", [2, 2747, 5]], ["attest", [2, 2747, 6]], ["show", [2, 2747, 7]], ["tell", [2, 2747, 8]]]}, {"answer": "exchange", "hint": "synonyms for exchange", "clues": [["interchange", [2, 2748, 0]], ["commute", [2, 2748, 1]], ["convert", [2, 2748, 2]], ["change", [2, 2748, 3]], ["switch", [2, 2748, 4]], ["switch over", [2, 2748, 5]], ["substitute", [2, 2748, 6]], ["replace", [2, 2748, 7]]]}, {"answer": "exclaiming", "hint": "synonyms for exclaiming", "clues": [["shout", [2, 2749, 0]], ["call out", [2, 2749, 1]], ["cry out", [2, 2749, 2]], ["outcry", [2, 2749, 3]], ["proclaim", [2, 2749, 4]], ["cry", [2, 2749, 5]], ["exclaim", [2, 2749, 6]], ["promulgate", [2, 2749, 7]]]}, {"answer": "excreting", "hint": "synonyms for excreting", "clues": [["egest", [2, 2750, 0]], ["excrete", [2, 2750, 1]], ["pass", [2, 2750, 2]], ["eliminate", [2, 2750, 3]]]}, {"answer": "excuse", "hint": "synonyms for excuse", "clues": [["beg off", [2, 2751, 0]], ["let off", [2, 2751, 1]], ["condone", [2, 2751, 2]], ["pardon", [2, 2751, 3]], ["exempt", [2, 2751, 4]], ["relieve", [2, 2751, 5]], ["explain", [2, 2751, 6]], ["apologise", [2, 2751, 7]], ["rationalise", [2, 2751, 8]], ["justify", [2, 2751, 9]]]}, {"answer": "executing", "hint": "synonyms for executing", "clues": [["carry out", [2, 2752, 0]], ["action", [2, 2752, 1]], ["accomplish", [2, 2752, 2]], ["fulfil", [2, 2752, 3]], ["carry through", [2, 2752, 4]], ["execute", [2, 2752, 5]], ["perform", [2, 2752, 6]], ["run", [2, 2752, 7]], ["put to death", [2, 2752, 8]], ["do", [2, 2752, 9]]]}, {"answer": "exercise", "hint": "synonyms for exercise", "clues": [["practice", [2, 2753, 0]], ["work", [2, 2753, 1]], ["drill", [2, 2753, 2]], ["work out", [2, 2753, 3]], ["exert", [2, 2753, 4]], ["do", [2, 2753, 5]]]}, {"answer": "exercising", "hint": "synonyms for exercising", "clues": [["practice", [2, 2754, 0]], ["work", [2, 2754, 1]], ["exercise", [2, 2754, 2]], ["drill", [2, 2754, 3]], ["work out", [2, 2754, 4]], ["exert", [2, 2754, 5]], ["do", [2, 2754, 6]]]}, {"answer": "exhaust", "hint": "synonyms for exhaust", "clues": [["wipe out", [2, 2755, 0]], ["run through", [2, 2755, 1]], ["eat", [2, 2755, 2]], ["deplete", [2, 2755, 3]], ["tire", [2, 2755, 4]], ["eject", [2, 2755, 5]], ["use up", [2, 2755, 6]], ["release", [2, 2755, 7]], ["play out", [2, 2755, 8]], ["wash up", [2, 2755, 9]], ["eat up", [2, 2755, 10]], ["consume", [2, 2755, 11]], ["sap", [2, 2755, 12]], ["expel", [2, 2755, 13]], ["tucker", [2, 2755, 14]], ["run down", [2, 2755, 15]], ["tucker out", [2, 2755, 16]], ["discharge", [2, 2755, 17]]]}, {"answer": "exhibit", "hint": "synonyms for exhibit", "clues": [["march", [2, 2756, 0]], ["demo", [2, 2756, 1]], ["expose", [2, 2756, 2]], ["demonstrate", [2, 2756, 3]], ["show", [2, 2756, 4]], ["present", [2, 2756, 5]], ["display", [2, 2756, 6]], ["parade", [2, 2756, 7]]]}, {"answer": "exit", "hint": "synonyms for exit", "clues": [["go out", [2, 2757, 0]], ["perish", [2, 2757, 1]], ["kick the bucket", [2, 2757, 2]], ["pop off", [2, 2757, 3]], ["leave", [2, 2757, 4]], ["conk", [2, 2757, 5]], ["die", [2, 2757, 6]], ["croak", [2, 2757, 7]], ["decease", [2, 2757, 8]], ["drop dead", [2, 2757, 9]], ["snuff it", [2, 2757, 10]], ["expire", [2, 2757, 11]], ["buy the farm", [2, 2757, 12]], ["cash in one's chips", [2, 2757, 13]], ["give-up the ghost", [2, 2757, 14]], ["choke", [2, 2757, 15]], ["go", [2, 2757, 16]], ["get out", [2, 2757, 17]], ["pass", [2, 2757, 18]], ["pass away", [2, 2757, 19]]]}, {"answer": "expelling", "hint": "synonyms for expelling", "clues": [["expel", [2, 2758, 0]], ["kick out", [2, 2758, 1]], ["oust", [2, 2758, 2]], ["boot out", [2, 2758, 3]], ["exhaust", [2, 2758, 4]], ["rout out", [2, 2758, 5]], ["rout", [2, 2758, 6]], ["drum out", [2, 2758, 7]], ["eject", [2, 2758, 8]], ["throw out", [2, 2758, 9]], ["release", [2, 2758, 10]], ["discharge", [2, 2758, 11]]]}, {"answer": "expending", "hint": "synonyms for expending", "clues": [["drop", [2, 2759, 0]], ["use", [2, 2759, 1]], ["expend", [2, 2759, 2]], ["spend", [2, 2759, 3]]]}, {"answer": "experience", "hint": "synonyms for experience", "clues": [["know", [2, 2760, 0]], ["feel", [2, 2760, 1]], ["get", [2, 2760, 2]], ["go through", [2, 2760, 3]], ["receive", [2, 2760, 4]], ["have", [2, 2760, 5]], ["see", [2, 2760, 6]], ["live", [2, 2760, 7]]]}, {"answer": "expose", "hint": "synonyms for expose", "clues": [["scupper", [2, 2761, 0]], ["exhibit", [2, 2761, 1]], ["break", [2, 2761, 2]], ["give away", [2, 2761, 3]], ["display", [2, 2761, 4]], ["disclose", [2, 2761, 5]], ["queer", [2, 2761, 6]], ["peril", [2, 2761, 7]], ["unwrap", [2, 2761, 8]], ["reveal", [2, 2761, 9]], ["divulge", [2, 2761, 10]], ["endanger", [2, 2761, 11]], ["let on", [2, 2761, 12]], ["debunk", [2, 2761, 13]], ["bring out", [2, 2761, 14]], ["discover", [2, 2761, 15]], ["let out", [2, 2761, 16]], ["uncover", [2, 2761, 17]]]}, {"answer": "expounding", "hint": "synonyms for expounding", "clues": [["exposit", [2, 2762, 0]], ["expound", [2, 2762, 1]], ["elaborate", [2, 2762, 2]], ["expand", [2, 2762, 3]], ["expatiate", [2, 2762, 4]], ["enlarge", [2, 2762, 5]], ["dilate", [2, 2762, 6]], ["flesh out", [2, 2762, 7]], ["lucubrate", [2, 2762, 8]], ["set forth", [2, 2762, 9]]]}, {"answer": "expunging", "hint": "synonyms for expunging", "clues": [["scratch", [2, 2763, 0]], ["strike", [2, 2763, 1]], ["excise", [2, 2763, 2]], ["expunge", [2, 2763, 3]]]}, {"answer": "extinguishing", "hint": "synonyms for extinguishing", "clues": [["do away with", [2, 2764, 0]], ["eradicate", [2, 2764, 1]], ["press out", [2, 2764, 2]], ["carry off", [2, 2764, 3]], ["get rid of", [2, 2764, 4]], ["extinguish", [2, 2764, 5]], ["snuff out", [2, 2764, 6]], ["decimate", [2, 2764, 7]], ["quench", [2, 2764, 8]], ["eliminate", [2, 2764, 9]], ["annihilate", [2, 2764, 10]], ["blow out", [2, 2764, 11]], ["wipe out", [2, 2764, 12]], ["stub out", [2, 2764, 13]], ["crush out", [2, 2764, 14]]]}, {"answer": "extract", "hint": "synonyms for extract", "clues": [["express", [2, 2765, 0]], ["draw out", [2, 2765, 1]], ["take out", [2, 2765, 2]], ["press out", [2, 2765, 3]], ["distil", [2, 2765, 4]], ["educe", [2, 2765, 5]], ["evoke", [2, 2765, 6]], ["pull out", [2, 2765, 7]], ["pull up", [2, 2765, 8]], ["elicit", [2, 2765, 9]], ["excerpt", [2, 2765, 10]], ["pull", [2, 2765, 11]]]}, {"answer": "exudate", "hint": "synonyms for exudate", "clues": [["transude", [2, 2766, 0]], ["exude", [2, 2766, 1]], ["ooze", [2, 2766, 2]], ["ooze out", [2, 2766, 3]]]}, {"answer": "face", "hint": "synonyms for face", "clues": [["confront", [2, 2767, 0]], ["front", [2, 2767, 1]], ["present", [2, 2767, 2]], ["face up", [2, 2767, 3]], ["look", [2, 2767, 4]]]}, {"answer": "facing", "hint": "synonyms for facing", "clues": [["face", [2, 2768, 0]], ["confront", [2, 2768, 1]], ["present", [2, 2768, 2]], ["front", [2, 2768, 3]], ["face up", [2, 2768, 4]], ["look", [2, 2768, 5]]]}, {"answer": "fade", "hint": "synonyms for fade", "clues": [["wither", [2, 2769, 0]], ["fleet", [2, 2769, 1]], ["evanesce", [2, 2769, 2]], ["melt", [2, 2769, 3]], ["pass", [2, 2769, 4]], ["pass off", [2, 2769, 5]], ["blow over", [2, 2769, 6]], ["languish", [2, 2769, 7]]]}, {"answer": "fading", "hint": "synonyms for fading", "clues": [["wither", [2, 2770, 0]], ["fade", [2, 2770, 1]], ["melt", [2, 2770, 2]], ["pass", [2, 2770, 3]], ["languish", [2, 2770, 4]], ["fleet", [2, 2770, 5]], ["evanesce", [2, 2770, 6]], ["pass off", [2, 2770, 7]], ["blow over", [2, 2770, 8]]]}, {"answer": "fag", "hint": "synonyms for fag", "clues": [["tire", [2, 2771, 0]], ["weary", [2, 2771, 1]], ["wear upon", [2, 2771, 2]], ["wear out", [2, 2771, 3]], ["outwear", [2, 2771, 4]], ["fag out", [2, 2771, 5]], ["toil", [2, 2771, 6]], ["moil", [2, 2771, 7]], ["labour", [2, 2771, 8]], ["wear down", [2, 2771, 9]], ["travail", [2, 2771, 10]], ["jade", [2, 2771, 11]], ["grind", [2, 2771, 12]], ["dig", [2, 2771, 13]], ["fatigue", [2, 2771, 14]], ["drudge", [2, 2771, 15]], ["tire out", [2, 2771, 16]]]}, {"answer": "fall", "hint": "synonyms for fall", "clues": [["precipitate", [2, 2772, 0]], ["flow", [2, 2772, 1]], ["pass", [2, 2772, 2]], ["decrease", [2, 2772, 3]], ["return", [2, 2772, 4]], ["descend", [2, 2772, 5]], ["accrue", [2, 2772, 6]], ["come down", [2, 2772, 7]], ["lessen", [2, 2772, 8]], ["shine", [2, 2772, 9]], ["go down", [2, 2772, 10]], ["come", [2, 2772, 11]], ["light", [2, 2772, 12]], ["fall down", [2, 2772, 13]], ["hang", [2, 2772, 14]], ["settle", [2, 2772, 15]], ["diminish", [2, 2772, 16]], ["devolve", [2, 2772, 17]], ["strike", [2, 2772, 18]]]}, {"answer": "falls", "hint": "synonyms for falls", "clues": [["fall", [2, 2773, 0]], ["flow", [2, 2773, 1]], ["decrease", [2, 2773, 2]], ["shine", [2, 2773, 3]], ["fall down", [2, 2773, 4]], ["come down", [2, 2773, 5]], ["settle", [2, 2773, 6]], ["diminish", [2, 2773, 7]], ["devolve", [2, 2773, 8]], ["precipitate", [2, 2773, 9]], ["pass", [2, 2773, 10]], ["return", [2, 2773, 11]], ["descend", [2, 2773, 12]], ["accrue", [2, 2773, 13]], ["lessen", [2, 2773, 14]], ["come", [2, 2773, 15]], ["go down", [2, 2773, 16]], ["light", [2, 2773, 17]], ["hang", [2, 2773, 18]], ["strike", [2, 2773, 19]]]}, {"answer": "falsifying", "hint": "synonyms for falsifying", "clues": [["manipulate", [2, 2774, 0]], ["falsify", [2, 2774, 1]], ["wangle", [2, 2774, 2]], ["alter", [2, 2774, 3]], ["warp", [2, 2774, 4]], ["fudge", [2, 2774, 5]], ["interpolate", [2, 2774, 6]], ["distort", [2, 2774, 7]], ["fake", [2, 2774, 8]], ["misrepresent", [2, 2774, 9]], ["garble", [2, 2774, 10]], ["cook", [2, 2774, 11]]]}, {"answer": "falter", "hint": "synonyms for falter", "clues": [["stumble", [2, 2775, 0]], ["waver", [2, 2775, 1]], ["bumble", [2, 2775, 2]], ["stutter", [2, 2775, 3]], ["stammer", [2, 2775, 4]]]}, {"answer": "fare", "hint": "synonyms for fare", "clues": [["come", [2, 2776, 0]], ["do", [2, 2776, 1]], ["make out", [2, 2776, 2]], ["get along", [2, 2776, 3]]]}, {"answer": "fastening", "hint": "synonyms for fastening", "clues": [["secure", [2, 2777, 0]], ["fasten", [2, 2777, 1]], ["tighten", [2, 2777, 2]], ["fix", [2, 2777, 3]]]}, {"answer": "father", "hint": "synonyms for father", "clues": [["sire", [2, 2778, 0]], ["bring forth", [2, 2778, 1]], ["engender", [2, 2778, 2]], ["generate", [2, 2778, 3]], ["get", [2, 2778, 4]], ["mother", [2, 2778, 5]], ["beget", [2, 2778, 6]]]}, {"answer": "fatigue", "hint": "synonyms for fatigue", "clues": [["tire", [2, 2779, 0]], ["weary", [2, 2779, 1]], ["jade", [2, 2779, 2]], ["wear upon", [2, 2779, 3]], ["fag", [2, 2779, 4]], ["wear out", [2, 2779, 5]], ["outwear", [2, 2779, 6]], ["tire out", [2, 2779, 7]], ["fag out", [2, 2779, 8]], ["pall", [2, 2779, 9]], ["wear down", [2, 2779, 10]]]}, {"answer": "fatigues", "hint": "synonyms for fatigues", "clues": [["weary", [2, 2780, 0]], ["tire", [2, 2780, 1]], ["wear upon", [2, 2780, 2]], ["wear out", [2, 2780, 3]], ["outwear", [2, 2780, 4]], ["fag out", [2, 2780, 5]], ["wear down", [2, 2780, 6]], ["jade", [2, 2780, 7]], ["fatigue", [2, 2780, 8]], ["fag", [2, 2780, 9]], ["tire out", [2, 2780, 10]], ["pall", [2, 2780, 11]]]}, {"answer": "fawn", "hint": "synonyms for fawn", "clues": [["cower", [2, 2781, 0]], ["kowtow", [2, 2781, 1]], ["truckle", [2, 2781, 2]], ["suck up", [2, 2781, 3]], ["cringe", [2, 2781, 4]], ["toady", [2, 2781, 5]], ["bootlick", [2, 2781, 6]], ["creep", [2, 2781, 7]], ["grovel", [2, 2781, 8]], ["crawl", [2, 2781, 9]]]}, {"answer": "fear", "hint": "synonyms for fear", "clues": [["dread", [2, 2782, 0]], ["reverence", [2, 2782, 1]], ["revere", [2, 2782, 2]], ["venerate", [2, 2782, 3]]]}, {"answer": "feasting", "hint": "synonyms for feasting", "clues": [["junket", [2, 2783, 0]], ["feed", [2, 2783, 1]], ["feast", [2, 2783, 2]], ["banquet", [2, 2783, 3]]]}, {"answer": "featherbed", "hint": "synonyms for featherbed", "clues": [["baby", [2, 2784, 0]], ["coddle", [2, 2784, 1]], ["mollycoddle", [2, 2784, 2]], ["indulge", [2, 2784, 3]], ["pamper", [2, 2784, 4]], ["cosset", [2, 2784, 5]], ["spoil", [2, 2784, 6]], ["cocker", [2, 2784, 7]]]}, {"answer": "featherbedding", "hint": "synonyms for featherbedding", "clues": [["baby", [2, 2785, 0]], ["coddle", [2, 2785, 1]], ["mollycoddle", [2, 2785, 2]], ["indulge", [2, 2785, 3]], ["pamper", [2, 2785, 4]], ["featherbed", [2, 2785, 5]], ["cosset", [2, 2785, 6]], ["spoil", [2, 2785, 7]], ["cocker", [2, 2785, 8]]]}, {"answer": "fed", "hint": "synonyms for fed", "clues": [["feed in", [2, 2786, 0]], ["feed", [2, 2786, 1]], ["run", [2, 2786, 2]], ["course", [2, 2786, 3]], ["prey", [2, 2786, 4]], ["eat", [2, 2786, 5]], ["feast", [2, 2786, 6]], ["flow", [2, 2786, 7]], ["fertilise", [2, 2786, 8]], ["give", [2, 2786, 9]]]}, {"answer": "feed", "hint": "synonyms for feed", "clues": [["bung", [2, 2787, 0]], ["feed in", [2, 2787, 1]], ["eat", [2, 2787, 2]], ["run", [2, 2787, 3]], ["fertilise", [2, 2787, 4]], ["tip", [2, 2787, 5]], ["course", [2, 2787, 6]], ["prey", [2, 2787, 7]], ["fee", [2, 2787, 8]], ["give", [2, 2787, 9]], ["feast", [2, 2787, 10]], ["flow", [2, 2787, 11]]]}, {"answer": "feeding", "hint": "synonyms for feeding", "clues": [["feed in", [2, 2788, 0]], ["feed", [2, 2788, 1]], ["run", [2, 2788, 2]], ["course", [2, 2788, 3]], ["prey", [2, 2788, 4]], ["eat", [2, 2788, 5]], ["feast", [2, 2788, 6]], ["flow", [2, 2788, 7]], ["fertilise", [2, 2788, 8]], ["give", [2, 2788, 9]]]}, {"answer": "feel", "hint": "synonyms for feel", "clues": [["find", [2, 2789, 0]], ["experience", [2, 2789, 1]], ["finger", [2, 2789, 2]], ["palpate", [2, 2789, 3]], ["sense", [2, 2789, 4]]]}, {"answer": "feeling", "hint": "synonyms for feeling", "clues": [["feel", [2, 2790, 0]], ["find", [2, 2790, 1]], ["finger", [2, 2790, 2]], ["palpate", [2, 2790, 3]], ["sense", [2, 2790, 4]], ["experience", [2, 2790, 5]]]}, {"answer": "feelings", "hint": "synonyms for feelings", "clues": [["feel", [2, 2791, 0]], ["find", [2, 2791, 1]], ["finger", [2, 2791, 2]], ["palpate", [2, 2791, 3]], ["sense", [2, 2791, 4]], ["experience", [2, 2791, 5]]]}, {"answer": "feigning", "hint": "synonyms for feigning", "clues": [["dissemble", [2, 2792, 0]], ["assume", [2, 2792, 1]], ["sham", [2, 2792, 2]], ["feign", [2, 2792, 3]], ["pretend", [2, 2792, 4]], ["simulate", [2, 2792, 5]], ["affect", [2, 2792, 6]]]}, {"answer": "felt", "hint": "synonyms for felt", "clues": [["feel", [2, 2793, 0]], ["find", [2, 2793, 1]], ["sense", [2, 2793, 2]], ["mat", [2, 2793, 3]], ["felt up", [2, 2793, 4]], ["matte up", [2, 2793, 5]], ["palpate", [2, 2793, 6]], ["finger", [2, 2793, 7]], ["matt-up", [2, 2793, 8]], ["experience", [2, 2793, 9]], ["matte", [2, 2793, 10]]]}, {"answer": "fence", "hint": "synonyms for fence", "clues": [["surround", [2, 2794, 0]], ["contend", [2, 2794, 1]], ["fence in", [2, 2794, 2]], ["argue", [2, 2794, 3]], ["palisade", [2, 2794, 4]], ["debate", [2, 2794, 5]], ["wall", [2, 2794, 6]]]}, {"answer": "fencing", "hint": "synonyms for fencing", "clues": [["surround", [2, 2795, 0]], ["contend", [2, 2795, 1]], ["argue", [2, 2795, 2]], ["palisade", [2, 2795, 3]], ["fence", [2, 2795, 4]], ["wall", [2, 2795, 5]], ["debate", [2, 2795, 6]], ["fence in", [2, 2795, 7]]]}, {"answer": "fermenting", "hint": "synonyms for fermenting", "clues": [["work", [2, 2796, 0]], ["ferment", [2, 2796, 1]], ["turn", [2, 2796, 2]], ["sour", [2, 2796, 3]]]}, {"answer": "fetch", "hint": "synonyms for fetch", "clues": [["get", [2, 2797, 0]], ["bring in", [2, 2797, 1]], ["bring", [2, 2797, 2]], ["convey", [2, 2797, 3]]]}, {"answer": "fiddle", "hint": "synonyms for fiddle", "clues": [["monkey", [2, 2798, 0]], ["shirk", [2, 2798, 1]], ["goldbrick", [2, 2798, 2]], ["tinker", [2, 2798, 3]], ["toy", [2, 2798, 4]], ["tamper", [2, 2798, 5]], ["play", [2, 2798, 6]], ["shrink from", [2, 2798, 7]], ["diddle", [2, 2798, 8]]]}, {"answer": "fight", "hint": "synonyms for fight", "clues": [["crusade", [2, 2799, 0]], ["agitate", [2, 2799, 1]], ["defend", [2, 2799, 2]], ["push", [2, 2799, 3]], ["fight down", [2, 2799, 4]], ["press", [2, 2799, 5]], ["fight back", [2, 2799, 6]], ["struggle", [2, 2799, 7]], ["contend", [2, 2799, 8]], ["oppose", [2, 2799, 9]], ["campaign", [2, 2799, 10]]]}, {"answer": "figure", "hint": "synonyms for figure", "clues": [["work out", [2, 2800, 0]], ["cypher", [2, 2800, 1]], ["forecast", [2, 2800, 2]], ["cipher", [2, 2800, 3]], ["enter", [2, 2800, 4]], ["image", [2, 2800, 5]], ["fancy", [2, 2800, 6]], ["visualise", [2, 2800, 7]], ["see", [2, 2800, 8]], ["reckon", [2, 2800, 9]], ["compute", [2, 2800, 10]], ["calculate", [2, 2800, 11]], ["picture", [2, 2800, 12]], ["project", [2, 2800, 13]], ["count on", [2, 2800, 14]], ["estimate", [2, 2800, 15]], ["envision", [2, 2800, 16]]]}, {"answer": "figuring", "hint": "synonyms for figuring", "clues": [["work out", [2, 2801, 0]], ["cypher", [2, 2801, 1]], ["forecast", [2, 2801, 2]], ["figure", [2, 2801, 3]], ["cipher", [2, 2801, 4]], ["enter", [2, 2801, 5]], ["image", [2, 2801, 6]], ["fancy", [2, 2801, 7]], ["visualise", [2, 2801, 8]], ["see", [2, 2801, 9]], ["compute", [2, 2801, 10]], ["reckon", [2, 2801, 11]], ["calculate", [2, 2801, 12]], ["picture", [2, 2801, 13]], ["project", [2, 2801, 14]], ["count on", [2, 2801, 15]], ["estimate", [2, 2801, 16]], ["envision", [2, 2801, 17]]]}, {"answer": "file", "hint": "synonyms for file", "clues": [["charge", [2, 2802, 0]], ["file away", [2, 2802, 1]], ["register", [2, 2802, 2]], ["lodge", [2, 2802, 3]]]}, {"answer": "filing", "hint": "synonyms for filing", "clues": [["charge", [2, 2803, 0]], ["file", [2, 2803, 1]], ["file away", [2, 2803, 2]], ["register", [2, 2803, 3]], ["lodge", [2, 2803, 4]]]}, {"answer": "fill", "hint": "synonyms for fill", "clues": [["make full", [2, 2804, 0]], ["fulfill", [2, 2804, 1]], ["take", [2, 2804, 2]], ["meet", [2, 2804, 3]], ["fill up", [2, 2804, 4]], ["satisfy", [2, 2804, 5]], ["satiate", [2, 2804, 6]], ["replete", [2, 2804, 7]], ["occupy", [2, 2804, 8]], ["sate", [2, 2804, 9]]]}, {"answer": "filling", "hint": "synonyms for filling", "clues": [["fill", [2, 2805, 0]], ["fulfill", [2, 2805, 1]], ["fill up", [2, 2805, 2]], ["occupy", [2, 2805, 3]], ["sate", [2, 2805, 4]], ["make full", [2, 2805, 5]], ["meet", [2, 2805, 6]], ["take", [2, 2805, 7]], ["satisfy", [2, 2805, 8]], ["satiate", [2, 2805, 9]], ["replete", [2, 2805, 10]]]}, {"answer": "filter", "hint": "synonyms for filter", "clues": [["sink in", [2, 2806, 0]], ["permeate", [2, 2806, 1]], ["separate out", [2, 2806, 2]], ["strain", [2, 2806, 3]], ["trickle", [2, 2806, 4]], ["percolate", [2, 2806, 5]], ["filtrate", [2, 2806, 6]], ["dribble", [2, 2806, 7]], ["filter out", [2, 2806, 8]]]}, {"answer": "filtrate", "hint": "synonyms for filtrate", "clues": [["filter", [2, 2807, 0]], ["separate out", [2, 2807, 1]], ["filter out", [2, 2807, 2]], ["strain", [2, 2807, 3]]]}, {"answer": "find", "hint": "synonyms for find", "clues": [["ascertain", [2, 2808, 0]], ["get", [2, 2808, 1]], ["regain", [2, 2808, 2]], ["retrieve", [2, 2808, 3]], ["chance", [2, 2808, 4]], ["determine", [2, 2808, 5]], ["detect", [2, 2808, 6]], ["encounter", [2, 2808, 7]], ["notice", [2, 2808, 8]], ["discover", [2, 2808, 9]], ["recover", [2, 2808, 10]], ["feel", [2, 2808, 11]], ["rule", [2, 2808, 12]], ["see", [2, 2808, 13]], ["witness", [2, 2808, 14]], ["incur", [2, 2808, 15]], ["happen", [2, 2808, 16]], ["come up", [2, 2808, 17]], ["find out", [2, 2808, 18]], ["find oneself", [2, 2808, 19]], ["bump", [2, 2808, 20]], ["receive", [2, 2808, 21]], ["observe", [2, 2808, 22]], ["obtain", [2, 2808, 23]], ["get hold", [2, 2808, 24]], ["line up", [2, 2808, 25]]]}, {"answer": "finding", "hint": "synonyms for finding", "clues": [["ascertain", [2, 2809, 0]], ["get", [2, 2809, 1]], ["regain", [2, 2809, 2]], ["retrieve", [2, 2809, 3]], ["find", [2, 2809, 4]], ["encounter", [2, 2809, 5]], ["discover", [2, 2809, 6]], ["recover", [2, 2809, 7]], ["witness", [2, 2809, 8]], ["come up", [2, 2809, 9]], ["receive", [2, 2809, 10]], ["observe", [2, 2809, 11]], ["see", [2, 2809, 12]], ["get hold", [2, 2809, 13]], ["chance", [2, 2809, 14]], ["determine", [2, 2809, 15]], ["detect", [2, 2809, 16]], ["feel", [2, 2809, 17]], ["rule", [2, 2809, 18]], ["incur", [2, 2809, 19]], ["happen", [2, 2809, 20]], ["find out", [2, 2809, 21]], ["find oneself", [2, 2809, 22]], ["bump", [2, 2809, 23]], ["obtain", [2, 2809, 24]], ["notice", [2, 2809, 25]], ["line up", [2, 2809, 26]]]}, {"answer": "findings", "hint": "synonyms for findings", "clues": [["ascertain", [2, 2810, 0]], ["get", [2, 2810, 1]], ["regain", [2, 2810, 2]], ["retrieve", [2, 2810, 3]], ["find", [2, 2810, 4]], ["encounter", [2, 2810, 5]], ["discover", [2, 2810, 6]], ["recover", [2, 2810, 7]], ["witness", [2, 2810, 8]], ["come up", [2, 2810, 9]], ["receive", [2, 2810, 10]], ["observe", [2, 2810, 11]], ["see", [2, 2810, 12]], ["get hold", [2, 2810, 13]], ["chance", [2, 2810, 14]], ["determine", [2, 2810, 15]], ["detect", [2, 2810, 16]], ["feel", [2, 2810, 17]], ["rule", [2, 2810, 18]], ["incur", [2, 2810, 19]], ["happen", [2, 2810, 20]], ["find out", [2, 2810, 21]], ["find oneself", [2, 2810, 22]], ["bump", [2, 2810, 23]], ["obtain", [2, 2810, 24]], ["notice", [2, 2810, 25]], ["line up", [2, 2810, 26]]]}, {"answer": "finish", "hint": "synonyms for finish", "clues": [["fetch up", [2, 2811, 0]], ["stop", [2, 2811, 1]], ["end up", [2, 2811, 2]], ["land up", [2, 2811, 3]], ["cease", [2, 2811, 4]], ["end", [2, 2811, 5]], ["polish off", [2, 2811, 6]], ["complete", [2, 2811, 7]], ["terminate", [2, 2811, 8]], ["finish up", [2, 2811, 9]], ["wind up", [2, 2811, 10]], ["eat up", [2, 2811, 11]]]}, {"answer": "finishing", "hint": "synonyms for finishing", "clues": [["finish", [2, 2812, 0]], ["fetch up", [2, 2812, 1]], ["stop", [2, 2812, 2]], ["end up", [2, 2812, 3]], ["eat up", [2, 2812, 4]], ["land up", [2, 2812, 5]], ["cease", [2, 2812, 6]], ["end", [2, 2812, 7]], ["polish off", [2, 2812, 8]], ["complete", [2, 2812, 9]], ["terminate", [2, 2812, 10]], ["finish up", [2, 2812, 11]], ["wind up", [2, 2812, 12]]]}, {"answer": "fink", "hint": "synonyms for fink", "clues": [["rat", [2, 2813, 0]], ["squeal", [2, 2813, 1]], ["blackleg", [2, 2813, 2]], ["confess", [2, 2813, 3]], ["scab", [2, 2813, 4]]]}, {"answer": "fire", "hint": "synonyms for fire", "clues": [["go off", [2, 2814, 0]], ["fuel", [2, 2814, 1]], ["raise", [2, 2814, 2]], ["enkindle", [2, 2814, 3]], ["terminate", [2, 2814, 4]], ["give the axe", [2, 2814, 5]], ["sack", [2, 2814, 6]], ["discharge", [2, 2814, 7]], ["arouse", [2, 2814, 8]], ["provoke", [2, 2814, 9]], ["open fire", [2, 2814, 10]], ["give the sack", [2, 2814, 11]], ["evoke", [2, 2814, 12]], ["can", [2, 2814, 13]], ["send away", [2, 2814, 14]], ["burn", [2, 2814, 15]], ["burn down", [2, 2814, 16]], ["force out", [2, 2814, 17]], ["displace", [2, 2814, 18]], ["give notice", [2, 2814, 19]], ["elicit", [2, 2814, 20]], ["dismiss", [2, 2814, 21]]]}, {"answer": "firing", "hint": "synonyms for firing", "clues": [["go off", [2, 2815, 0]], ["fire", [2, 2815, 1]], ["fuel", [2, 2815, 2]], ["raise", [2, 2815, 3]], ["enkindle", [2, 2815, 4]], ["terminate", [2, 2815, 5]], ["give the axe", [2, 2815, 6]], ["sack", [2, 2815, 7]], ["discharge", [2, 2815, 8]], ["arouse", [2, 2815, 9]], ["provoke", [2, 2815, 10]], ["open fire", [2, 2815, 11]], ["give the sack", [2, 2815, 12]], ["evoke", [2, 2815, 13]], ["can", [2, 2815, 14]], ["send away", [2, 2815, 15]], ["burn", [2, 2815, 16]], ["burn down", [2, 2815, 17]], ["force out", [2, 2815, 18]], ["displace", [2, 2815, 19]], ["give notice", [2, 2815, 20]], ["elicit", [2, 2815, 21]], ["dismiss", [2, 2815, 22]]]}, {"answer": "fix", "hint": "synonyms for fix", "clues": [["set", [2, 2816, 0]], ["fasten", [2, 2816, 1]], ["desexualise", [2, 2816, 2]], ["ready", [2, 2816, 3]], ["sterilise", [2, 2816, 4]], ["set up", [2, 2816, 5]], ["specify", [2, 2816, 6]], ["gear up", [2, 2816, 7]], ["unsex", [2, 2816, 8]], ["prepare", [2, 2816, 9]], ["deposit", [2, 2816, 10]], ["desex", [2, 2816, 11]], ["fixate", [2, 2816, 12]], ["doctor", [2, 2816, 13]], ["restore", [2, 2816, 14]], ["cook", [2, 2816, 15]], ["situate", [2, 2816, 16]], ["pay off", [2, 2816, 17]], ["secure", [2, 2816, 18]], ["posit", [2, 2816, 19]], ["bushel", [2, 2816, 20]], ["repair", [2, 2816, 21]], ["mend", [2, 2816, 22]], ["determine", [2, 2816, 23]], ["make", [2, 2816, 24]], ["define", [2, 2816, 25]], ["pay back", [2, 2816, 26]], ["limit", [2, 2816, 27]], ["touch on", [2, 2816, 28]], ["furbish up", [2, 2816, 29]], ["get", [2, 2816, 30]]]}, {"answer": "fixing", "hint": "synonyms for fixing", "clues": [["fasten", [2, 2817, 0]], ["desexualise", [2, 2817, 1]], ["fix", [2, 2817, 2]], ["ready", [2, 2817, 3]], ["set up", [2, 2817, 4]], ["specify", [2, 2817, 5]], ["deposit", [2, 2817, 6]], ["doctor", [2, 2817, 7]], ["set", [2, 2817, 8]], ["posit", [2, 2817, 9]], ["repair", [2, 2817, 10]], ["sterilize", [2, 2817, 11]], ["determine", [2, 2817, 12]], ["define", [2, 2817, 13]], ["limit", [2, 2817, 14]], ["touch on", [2, 2817, 15]], ["furbish up", [2, 2817, 16]], ["get", [2, 2817, 17]], ["unsex", [2, 2817, 18]], ["prepare", [2, 2817, 19]], ["fixate", [2, 2817, 20]], ["desex", [2, 2817, 21]], ["restore", [2, 2817, 22]], ["cook", [2, 2817, 23]], ["situate", [2, 2817, 24]], ["pay off", [2, 2817, 25]], ["secure", [2, 2817, 26]], ["bushel", [2, 2817, 27]], ["mend", [2, 2817, 28]], ["make", [2, 2817, 29]], ["pay back", [2, 2817, 30]], ["gear up", [2, 2817, 31]]]}, {"answer": "fixings", "hint": "synonyms for fixings", "clues": [["fasten", [2, 2818, 0]], ["desexualise", [2, 2818, 1]], ["fix", [2, 2818, 2]], ["ready", [2, 2818, 3]], ["set up", [2, 2818, 4]], ["specify", [2, 2818, 5]], ["deposit", [2, 2818, 6]], ["doctor", [2, 2818, 7]], ["set", [2, 2818, 8]], ["posit", [2, 2818, 9]], ["repair", [2, 2818, 10]], ["sterilize", [2, 2818, 11]], ["determine", [2, 2818, 12]], ["define", [2, 2818, 13]], ["limit", [2, 2818, 14]], ["touch on", [2, 2818, 15]], ["furbish up", [2, 2818, 16]], ["get", [2, 2818, 17]], ["unsex", [2, 2818, 18]], ["prepare", [2, 2818, 19]], ["fixate", [2, 2818, 20]], ["desex", [2, 2818, 21]], ["restore", [2, 2818, 22]], ["cook", [2, 2818, 23]], ["situate", [2, 2818, 24]], ["pay off", [2, 2818, 25]], ["secure", [2, 2818, 26]], ["bushel", [2, 2818, 27]], ["mend", [2, 2818, 28]], ["make", [2, 2818, 29]], ["pay back", [2, 2818, 30]], ["gear up", [2, 2818, 31]]]}, {"answer": "fizz", "hint": "synonyms for fizz", "clues": [["sparkle", [2, 2819, 0]], ["form bubbles", [2, 2819, 1]], ["froth", [2, 2819, 2]], ["effervesce", [2, 2819, 3]], ["foam", [2, 2819, 4]]]}, {"answer": "flag", "hint": "synonyms for flag", "clues": [["slacken off", [2, 2820, 0]], ["ease off", [2, 2820, 1]], ["sag", [2, 2820, 2]], ["ease up", [2, 2820, 3]], ["droop", [2, 2820, 4]]]}, {"answer": "flap", "hint": "synonyms for flap", "clues": [["wave", [2, 2821, 0]], ["undulate", [2, 2821, 1]], ["beat", [2, 2821, 2]], ["pother", [2, 2821, 3]], ["dither", [2, 2821, 4]], ["roll", [2, 2821, 5]]]}, {"answer": "flapping", "hint": "synonyms for flapping", "clues": [["wave", [2, 2822, 0]], ["undulate", [2, 2822, 1]], ["flap", [2, 2822, 2]], ["dither", [2, 2822, 3]], ["roll", [2, 2822, 4]], ["beat", [2, 2822, 5]], ["pother", [2, 2822, 6]]]}, {"answer": "flaps", "hint": "synonyms for flaps", "clues": [["wave", [2, 2823, 0]], ["undulate", [2, 2823, 1]], ["flap", [2, 2823, 2]], ["dither", [2, 2823, 3]], ["roll", [2, 2823, 4]], ["beat", [2, 2823, 5]], ["pother", [2, 2823, 6]]]}, {"answer": "flare", "hint": "synonyms for flare", "clues": [["flame", [2, 2824, 0]], ["burst out", [2, 2824, 1]], ["irrupt", [2, 2824, 2]], ["burn up", [2, 2824, 3]], ["blaze up", [2, 2824, 4]], ["flare out", [2, 2824, 5]], ["break open", [2, 2824, 6]], ["flame up", [2, 2824, 7]], ["erupt", [2, 2824, 8]]]}, {"answer": "flashing", "hint": "synonyms for flashing", "clues": [["flash", [2, 2825, 0]], ["show off", [2, 2825, 1]], ["blink", [2, 2825, 2]], ["flaunt", [2, 2825, 3]], ["shoot", [2, 2825, 4]], ["dart", [2, 2825, 5]], ["dash", [2, 2825, 6]], ["wink", [2, 2825, 7]], ["scoot", [2, 2825, 8]], ["scud", [2, 2825, 9]], ["swank", [2, 2825, 10]], ["ostentate", [2, 2825, 11]], ["twinkle", [2, 2825, 12]]]}, {"answer": "flaunt", "hint": "synonyms for flaunt", "clues": [["ostentate", [2, 2826, 0]], ["swank", [2, 2826, 1]], ["flash", [2, 2826, 2]], ["show off", [2, 2826, 3]]]}, {"answer": "fleece", "hint": "synonyms for fleece", "clues": [["gazump", [2, 2827, 0]], ["soak", [2, 2827, 1]], ["rob", [2, 2827, 2]], ["shear", [2, 2827, 3]], ["plume", [2, 2827, 4]], ["overcharge", [2, 2827, 5]], ["pluck", [2, 2827, 6]], ["surcharge", [2, 2827, 7]], ["hook", [2, 2827, 8]]]}, {"answer": "flex", "hint": "synonyms for flex", "clues": [["deform", [2, 2828, 0]], ["turn", [2, 2828, 1]], ["bend", [2, 2828, 2]], ["twist", [2, 2828, 3]]]}, {"answer": "flick", "hint": "synonyms for flick", "clues": [["flicker", [2, 2829, 0]], ["jerk", [2, 2829, 1]], ["flip", [2, 2829, 2]], ["riffle", [2, 2829, 3]], ["leaf", [2, 2829, 4]], ["ruffle", [2, 2829, 5]], ["snap", [2, 2829, 6]], ["click", [2, 2829, 7]], ["riff", [2, 2829, 8]], ["thumb", [2, 2829, 9]]]}, {"answer": "flicker", "hint": "synonyms for flicker", "clues": [["waver", [2, 2830, 0]], ["flick", [2, 2830, 1]], ["flutter", [2, 2830, 2]], ["quiver", [2, 2830, 3]]]}, {"answer": "flies", "hint": "synonyms for flies", "clues": [["fly", [2, 2831, 0]], ["take flight", [2, 2831, 1]], ["aviate", [2, 2831, 2]], ["wing", [2, 2831, 3]], ["fell", [2, 2831, 4]], ["pilot", [2, 2831, 5]], ["flee", [2, 2831, 6]], ["vanish", [2, 2831, 7]], ["vaporize", [2, 2831, 8]]]}, {"answer": "flinch", "hint": "synonyms for flinch", "clues": [["funk", [2, 2832, 0]], ["recoil", [2, 2832, 1]], ["wince", [2, 2832, 2]], ["quail", [2, 2832, 3]], ["cringe", [2, 2832, 4]], ["squinch", [2, 2832, 5]], ["shrink", [2, 2832, 6]]]}, {"answer": "fling", "hint": "synonyms for fling", "clues": [["splurge", [2, 2833, 0]], ["chuck out", [2, 2833, 1]], ["dispose", [2, 2833, 2]], ["discard", [2, 2833, 3]], ["cast away", [2, 2833, 4]], ["throw out", [2, 2833, 5]], ["cast out", [2, 2833, 6]], ["put away", [2, 2833, 7]], ["throw away", [2, 2833, 8]], ["cast aside", [2, 2833, 9]], ["toss away", [2, 2833, 10]], ["toss", [2, 2833, 11]], ["toss out", [2, 2833, 12]]]}, {"answer": "flip-flop", "hint": "synonyms for flip-flop", "clues": [["switch", [2, 2834, 0]], ["alternate", [2, 2834, 1]], ["tack", [2, 2834, 2]], ["interchange", [2, 2834, 3]], ["flip", [2, 2834, 4]]]}, {"answer": "flirt", "hint": "synonyms for flirt", "clues": [["philander", [2, 2835, 0]], ["dally", [2, 2835, 1]], ["chat up", [2, 2835, 2]], ["play", [2, 2835, 3]], ["toy", [2, 2835, 4]], ["coquette", [2, 2835, 5]], ["mash", [2, 2835, 6]], ["butterfly", [2, 2835, 7]], ["romance", [2, 2835, 8]]]}, {"answer": "flirting", "hint": "synonyms for flirting", "clues": [["philander", [2, 2836, 0]], ["dally", [2, 2836, 1]], ["chat up", [2, 2836, 2]], ["play", [2, 2836, 3]], ["toy", [2, 2836, 4]], ["flirt", [2, 2836, 5]], ["coquette", [2, 2836, 6]], ["mash", [2, 2836, 7]], ["butterfly", [2, 2836, 8]], ["romance", [2, 2836, 9]]]}, {"answer": "float", "hint": "synonyms for float", "clues": [["blow", [2, 2837, 0]], ["swim", [2, 2837, 1]], ["drift", [2, 2837, 2]], ["be adrift", [2, 2837, 3]]]}, {"answer": "flogging", "hint": "synonyms for flogging", "clues": [["lambast", [2, 2838, 0]], ["flog", [2, 2838, 1]], ["lash", [2, 2838, 2]], ["cane", [2, 2838, 3]], ["lather", [2, 2838, 4]], ["trounce", [2, 2838, 5]], ["whip", [2, 2838, 6]], ["strap", [2, 2838, 7]], ["welt", [2, 2838, 8]]]}, {"answer": "flood", "hint": "synonyms for flood", "clues": [["swamp", [2, 2839, 0]], ["glut", [2, 2839, 1]], ["inundate", [2, 2839, 2]], ["deluge", [2, 2839, 3]], ["oversupply", [2, 2839, 4]]]}, {"answer": "flooding", "hint": "synonyms for flooding", "clues": [["swamp", [2, 2840, 0]], ["glut", [2, 2840, 1]], ["flood", [2, 2840, 2]], ["inundate", [2, 2840, 3]], ["deluge", [2, 2840, 4]], ["oversupply", [2, 2840, 5]]]}, {"answer": "floor", "hint": "synonyms for floor", "clues": [["take aback", [2, 2841, 0]], ["dump", [2, 2841, 1]], ["deck", [2, 2841, 2]], ["shock", [2, 2841, 3]], ["blow out of the water", [2, 2841, 4]], ["coldcock", [2, 2841, 5]], ["knock down", [2, 2841, 6]], ["ball over", [2, 2841, 7]]]}, {"answer": "flooring", "hint": "synonyms for flooring", "clues": [["take aback", [2, 2842, 0]], ["floor", [2, 2842, 1]], ["dump", [2, 2842, 2]], ["deck", [2, 2842, 3]], ["shock", [2, 2842, 4]], ["blow out of the water", [2, 2842, 5]], ["coldcock", [2, 2842, 6]], ["knock down", [2, 2842, 7]], ["ball over", [2, 2842, 8]]]}, {"answer": "flourish", "hint": "synonyms for flourish", "clues": [["fly high", [2, 2843, 0]], ["wave", [2, 2843, 1]], ["thrive", [2, 2843, 2]], ["expand", [2, 2843, 3]], ["brandish", [2, 2843, 4]], ["prosper", [2, 2843, 5]], ["boom", [2, 2843, 6]]]}, {"answer": "flow", "hint": "synonyms for flow", "clues": [["course", [2, 2844, 0]], ["feed", [2, 2844, 1]], ["menstruate", [2, 2844, 2]], ["hang", [2, 2844, 3]], ["fall", [2, 2844, 4]], ["run", [2, 2844, 5]], ["flux", [2, 2844, 6]]]}, {"answer": "flub", "hint": "synonyms for flub", "clues": [["bodge", [2, 2845, 0]], ["bungle", [2, 2845, 1]], ["fumble", [2, 2845, 2]], ["blow", [2, 2845, 3]], ["muck up", [2, 2845, 4]], ["bollix up", [2, 2845, 5]], ["bobble", [2, 2845, 6]], ["fluff", [2, 2845, 7]], ["screw up", [2, 2845, 8]], ["botch up", [2, 2845, 9]], ["foul up", [2, 2845, 10]], ["bollix", [2, 2845, 11]], ["spoil", [2, 2845, 12]], ["bumble", [2, 2845, 13]], ["mess up", [2, 2845, 14]], ["ball up", [2, 2845, 15]], ["bollocks up", [2, 2845, 16]], ["louse up", [2, 2845, 17]], ["bollocks", [2, 2845, 18]], ["mishandle", [2, 2845, 19]], ["muff", [2, 2845, 20]], ["botch", [2, 2845, 21]]]}, {"answer": "fluff", "hint": "synonyms for fluff", "clues": [["bodge", [2, 2846, 0]], ["bungle", [2, 2846, 1]], ["fumble", [2, 2846, 2]], ["blow", [2, 2846, 3]], ["muck up", [2, 2846, 4]], ["bollix up", [2, 2846, 5]], ["bobble", [2, 2846, 6]], ["screw up", [2, 2846, 7]], ["botch up", [2, 2846, 8]], ["foul up", [2, 2846, 9]], ["bollix", [2, 2846, 10]], ["spoil", [2, 2846, 11]], ["bumble", [2, 2846, 12]], ["mess up", [2, 2846, 13]], ["tease", [2, 2846, 14]], ["flub", [2, 2846, 15]], ["ball up", [2, 2846, 16]], ["ruffle", [2, 2846, 17]], ["bollocks up", [2, 2846, 18]], ["louse up", [2, 2846, 19]], ["bollocks", [2, 2846, 20]], ["mishandle", [2, 2846, 21]], ["muff", [2, 2846, 22]], ["botch", [2, 2846, 23]]]}, {"answer": "flutter", "hint": "synonyms for flutter", "clues": [["flit", [2, 2847, 0]], ["flitter", [2, 2847, 1]], ["bat", [2, 2847, 2]], ["flicker", [2, 2847, 3]], ["palpitate", [2, 2847, 4]], ["waver", [2, 2847, 5]], ["dart", [2, 2847, 6]], ["quiver", [2, 2847, 7]], ["fleet", [2, 2847, 8]]]}, {"answer": "fluttering", "hint": "synonyms for fluttering", "clues": [["flutter", [2, 2848, 0]], ["flit", [2, 2848, 1]], ["bat", [2, 2848, 2]], ["flicker", [2, 2848, 3]], ["palpitate", [2, 2848, 4]], ["waver", [2, 2848, 5]], ["dart", [2, 2848, 6]], ["quiver", [2, 2848, 7]], ["fleet", [2, 2848, 8]]]}, {"answer": "flux", "hint": "synonyms for flux", "clues": [["conflate", [2, 2849, 0]], ["fuse", [2, 2849, 1]], ["liquify", [2, 2849, 2]], ["merge", [2, 2849, 3]], ["meld", [2, 2849, 4]], ["commingle", [2, 2849, 5]], ["combine", [2, 2849, 6]], ["coalesce", [2, 2849, 7]], ["mix", [2, 2849, 8]], ["immix", [2, 2849, 9]], ["flow", [2, 2849, 10]], ["blend", [2, 2849, 11]]]}, {"answer": "foam", "hint": "synonyms for foam", "clues": [["sparkle", [2, 2850, 0]], ["form bubbles", [2, 2850, 1]], ["fizz", [2, 2850, 2]], ["effervesce", [2, 2850, 3]], ["froth", [2, 2850, 4]]]}, {"answer": "fob", "hint": "synonyms for fob", "clues": [["pull a fast one on", [2, 2851, 0]], ["trick", [2, 2851, 1]], ["play a trick on", [2, 2851, 2]], ["play tricks", [2, 2851, 3]], ["fox", [2, 2851, 4]], ["flim-flam", [2, 2851, 5]], ["play a joke on", [2, 2851, 6]]]}, {"answer": "focus", "hint": "synonyms for focus", "clues": [["focalize", [2, 2852, 0]], ["concentre", [2, 2852, 1]], ["sharpen", [2, 2852, 2]], ["centre", [2, 2852, 3]], ["rivet", [2, 2852, 4]], ["center", [2, 2852, 5]], ["pore", [2, 2852, 6]]]}, {"answer": "focusing", "hint": "synonyms for focusing", "clues": [["focalize", [2, 2853, 0]], ["focus", [2, 2853, 1]], ["sharpen", [2, 2853, 2]], ["concenter", [2, 2853, 3]], ["center", [2, 2853, 4]], ["pore", [2, 2853, 5]], ["centre", [2, 2853, 6]], ["rivet", [2, 2853, 7]], ["concentrate", [2, 2853, 8]]]}, {"answer": "focussing", "hint": "synonyms for focussing", "clues": [["focalize", [2, 2854, 0]], ["focus", [2, 2854, 1]], ["sharpen", [2, 2854, 2]], ["concenter", [2, 2854, 3]], ["center", [2, 2854, 4]], ["pore", [2, 2854, 5]], ["centre", [2, 2854, 6]], ["rivet", [2, 2854, 7]], ["concentrate", [2, 2854, 8]]]}, {"answer": "fog", "hint": "synonyms for fog", "clues": [["haze over", [2, 2855, 0]], ["becloud", [2, 2855, 1]], ["mist", [2, 2855, 2]], ["obscure", [2, 2855, 3]], ["obnubilate", [2, 2855, 4]], ["cloud", [2, 2855, 5]], ["befog", [2, 2855, 6]]]}, {"answer": "foil", "hint": "synonyms for foil", "clues": [["cross", [2, 2856, 0]], ["thwart", [2, 2856, 1]], ["spoil", [2, 2856, 2]], ["scotch", [2, 2856, 3]], ["frustrate", [2, 2856, 4]], ["queer", [2, 2856, 5]], ["bilk", [2, 2856, 6]], ["baffle", [2, 2856, 7]]]}, {"answer": "foiling", "hint": "synonyms for foiling", "clues": [["cross", [2, 2857, 0]], ["foil", [2, 2857, 1]], ["thwart", [2, 2857, 2]], ["spoil", [2, 2857, 3]], ["scotch", [2, 2857, 4]], ["frustrate", [2, 2857, 5]], ["queer", [2, 2857, 6]], ["bilk", [2, 2857, 7]], ["baffle", [2, 2857, 8]]]}, {"answer": "fold", "hint": "synonyms for fold", "clues": [["close down", [2, 2858, 0]], ["pen up", [2, 2858, 1]], ["close", [2, 2858, 2]], ["shut down", [2, 2858, 3]], ["fold up", [2, 2858, 4]], ["close up", [2, 2858, 5]], ["turn up", [2, 2858, 6]]]}, {"answer": "fool", "hint": "synonyms for fool", "clues": [["gull", [2, 2859, 0]], ["fool away", [2, 2859, 1]], ["fool around", [2, 2859, 2]], ["shoot", [2, 2859, 3]], ["fritter away", [2, 2859, 4]], ["slang", [2, 2859, 5]], ["take in", [2, 2859, 6]], ["dupe", [2, 2859, 7]], ["dissipate", [2, 2859, 8]], ["arse around", [2, 2859, 9]], ["fritter", [2, 2859, 10]], ["put one over", [2, 2859, 11]], ["cod", [2, 2859, 12]], ["befool", [2, 2859, 13]], ["frivol away", [2, 2859, 14]], ["put on", [2, 2859, 15]], ["put one across", [2, 2859, 16]]]}, {"answer": "foot", "hint": "synonyms for foot", "clues": [["hoof it", [2, 2860, 0]], ["foot up", [2, 2860, 1]], ["leg it", [2, 2860, 2]], ["hoof", [2, 2860, 3]], ["pick", [2, 2860, 4]]]}, {"answer": "footing", "hint": "synonyms for footing", "clues": [["foot", [2, 2861, 0]], ["hoof it", [2, 2861, 1]], ["foot up", [2, 2861, 2]], ["hoof", [2, 2861, 3]], ["leg it", [2, 2861, 4]], ["pick", [2, 2861, 5]]]}, {"answer": "foray", "hint": "synonyms for foray", "clues": [["loot", [2, 2862, 0]], ["strip", [2, 2862, 1]], ["ransack", [2, 2862, 2]], ["plunder", [2, 2862, 3]], ["despoil", [2, 2862, 4]], ["reave", [2, 2862, 5]], ["rifle", [2, 2862, 6]], ["pillage", [2, 2862, 7]]]}, {"answer": "force", "hint": "synonyms for force", "clues": [["pull", [2, 2863, 0]], ["draw", [2, 2863, 1]], ["thrust", [2, 2863, 2]], ["impel", [2, 2863, 3]], ["pressure", [2, 2863, 4]], ["wedge", [2, 2863, 5]], ["hale", [2, 2863, 6]], ["push", [2, 2863, 7]], ["drive", [2, 2863, 8]], ["ram", [2, 2863, 9]], ["storm", [2, 2863, 10]], ["coerce", [2, 2863, 11]], ["squeeze", [2, 2863, 12]]]}, {"answer": "force_out", "hint": "synonyms for force out", "clues": [["evict", [2, 2864, 0]], ["gouge", [2, 2864, 1]], ["terminate", [2, 2864, 2]], ["rouse", [2, 2864, 3]], ["give the axe", [2, 2864, 4]], ["depose", [2, 2864, 5]], ["drive out", [2, 2864, 6]], ["sack", [2, 2864, 7]], ["fire", [2, 2864, 8]], ["give the sack", [2, 2864, 9]], ["can", [2, 2864, 10]], ["send away", [2, 2864, 11]], ["squeeze out", [2, 2864, 12]], ["eject", [2, 2864, 13]], ["displace", [2, 2864, 14]], ["squirt", [2, 2864, 15]], ["give notice", [2, 2864, 16]], ["rout out", [2, 2864, 17]], ["dismiss", [2, 2864, 18]], ["crowd out", [2, 2864, 19]]]}, {"answer": "forecast", "hint": "synonyms for forecast", "clues": [["presage", [2, 2865, 0]], ["auspicate", [2, 2865, 1]], ["foreshadow", [2, 2865, 2]], ["bode", [2, 2865, 3]], ["portend", [2, 2865, 4]], ["augur", [2, 2865, 5]], ["betoken", [2, 2865, 6]], ["calculate", [2, 2865, 7]], ["figure", [2, 2865, 8]], ["omen", [2, 2865, 9]], ["reckon", [2, 2865, 10]], ["predict", [2, 2865, 11]], ["count on", [2, 2865, 12]], ["foretell", [2, 2865, 13]], ["estimate", [2, 2865, 14]], ["prefigure", [2, 2865, 15]], ["prognosticate", [2, 2865, 16]]]}, {"answer": "forecasting", "hint": "synonyms for forecasting", "clues": [["presage", [2, 2866, 0]], ["auspicate", [2, 2866, 1]], ["forecast", [2, 2866, 2]], ["foreshadow", [2, 2866, 3]], ["bode", [2, 2866, 4]], ["portend", [2, 2866, 5]], ["augur", [2, 2866, 6]], ["betoken", [2, 2866, 7]], ["calculate", [2, 2866, 8]], ["figure", [2, 2866, 9]], ["omen", [2, 2866, 10]], ["reckon", [2, 2866, 11]], ["predict", [2, 2866, 12]], ["count on", [2, 2866, 13]], ["foretell", [2, 2866, 14]], ["estimate", [2, 2866, 15]], ["prefigure", [2, 2866, 16]], ["prognosticate", [2, 2866, 17]]]}, {"answer": "foregrounding", "hint": "synonyms for foregrounding", "clues": [["spotlight", [2, 2867, 0]], ["highlight", [2, 2867, 1]], ["play up", [2, 2867, 2]], ["foreground", [2, 2867, 3]]]}, {"answer": "forestalling", "hint": "synonyms for forestalling", "clues": [["forestall", [2, 2868, 0]], ["forbid", [2, 2868, 1]], ["foreclose", [2, 2868, 2]], ["foresee", [2, 2868, 3]], ["prevent", [2, 2868, 4]], ["preclude", [2, 2868, 5]], ["anticipate", [2, 2868, 6]], ["counter", [2, 2868, 7]]]}, {"answer": "foretelling", "hint": "synonyms for foretelling", "clues": [["call", [2, 2869, 0]], ["harbinger", [2, 2869, 1]], ["annunciate", [2, 2869, 2]], ["presage", [2, 2869, 3]], ["auspicate", [2, 2869, 4]], ["foreshadow", [2, 2869, 5]], ["bode", [2, 2869, 6]], ["foretell", [2, 2869, 7]], ["portend", [2, 2869, 8]], ["augur", [2, 2869, 9]], ["betoken", [2, 2869, 10]], ["forebode", [2, 2869, 11]], ["forecast", [2, 2869, 12]], ["anticipate", [2, 2869, 13]], ["herald", [2, 2869, 14]], ["predict", [2, 2869, 15]], ["omen", [2, 2869, 16]], ["prognosticate", [2, 2869, 17]], ["promise", [2, 2869, 18]], ["announce", [2, 2869, 19]], ["prefigure", [2, 2869, 20]]]}, {"answer": "forge", "hint": "synonyms for forge", "clues": [["spirt", [2, 2870, 0]], ["hammer", [2, 2870, 1]], ["mould", [2, 2870, 2]], ["invent", [2, 2870, 3]], ["fake", [2, 2870, 4]], ["devise", [2, 2870, 5]], ["excogitate", [2, 2870, 6]], ["contrive", [2, 2870, 7]], ["spurt", [2, 2870, 8]], ["work", [2, 2870, 9]], ["form", [2, 2870, 10]], ["fashion", [2, 2870, 11]], ["counterfeit", [2, 2870, 12]], ["shape", [2, 2870, 13]], ["formulate", [2, 2870, 14]]]}, {"answer": "forging", "hint": "synonyms for forging", "clues": [["spirt", [2, 2871, 0]], ["forge", [2, 2871, 1]], ["mould", [2, 2871, 2]], ["work", [2, 2871, 3]], ["devise", [2, 2871, 4]], ["contrive", [2, 2871, 5]], ["fashion", [2, 2871, 6]], ["shape", [2, 2871, 7]], ["hammer", [2, 2871, 8]], ["invent", [2, 2871, 9]], ["fake", [2, 2871, 10]], ["excogitate", [2, 2871, 11]], ["spurt", [2, 2871, 12]], ["form", [2, 2871, 13]], ["counterfeit", [2, 2871, 14]], ["formulate", [2, 2871, 15]]]}, {"answer": "forgoing", "hint": "synonyms for forgoing", "clues": [["precede", [2, 2872, 0]], ["forgo", [2, 2872, 1]], ["waive", [2, 2872, 2]], ["foreswear", [2, 2872, 3]], ["forfeit", [2, 2872, 4]], ["relinquish", [2, 2872, 5]], ["predate", [2, 2872, 6]], ["antecede", [2, 2872, 7]], ["antedate", [2, 2872, 8]], ["give up", [2, 2872, 9]], ["throw overboard", [2, 2872, 10]], ["dispense with", [2, 2872, 11]]]}, {"answer": "fork", "hint": "synonyms for fork", "clues": [["furcate", [2, 2873, 0]], ["ramify", [2, 2873, 1]], ["pitchfork", [2, 2873, 2]], ["branch", [2, 2873, 3]], ["separate", [2, 2873, 4]]]}, {"answer": "forking", "hint": "synonyms for forking", "clues": [["fork", [2, 2874, 0]], ["furcate", [2, 2874, 1]], ["pitchfork", [2, 2874, 2]], ["branch", [2, 2874, 3]], ["separate", [2, 2874, 4]], ["ramify", [2, 2874, 5]]]}, {"answer": "form", "hint": "synonyms for form", "clues": [["organise", [2, 2875, 0]], ["make", [2, 2875, 1]], ["shape", [2, 2875, 2]], ["forge", [2, 2875, 3]], ["mould", [2, 2875, 4]], ["work", [2, 2875, 5]], ["take shape", [2, 2875, 6]], ["imprint", [2, 2875, 7]], ["constitute", [2, 2875, 8]], ["spring", [2, 2875, 9]], ["take form", [2, 2875, 10]]]}, {"answer": "forsaking", "hint": "synonyms for forsaking", "clues": [["abandon", [2, 2876, 0]], ["desolate", [2, 2876, 1]], ["desert", [2, 2876, 2]], ["forsake", [2, 2876, 3]]]}, {"answer": "forswearing", "hint": "synonyms for forswearing", "clues": [["recant", [2, 2877, 0]], ["resile", [2, 2877, 1]], ["retract", [2, 2877, 2]], ["abjure", [2, 2877, 3]], ["forswear", [2, 2877, 4]]]}, {"answer": "founder", "hint": "synonyms for founder", "clues": [["flop", [2, 2878, 0]], ["break", [2, 2878, 1]], ["collapse", [2, 2878, 2]], ["fall in", [2, 2878, 3]], ["cave in", [2, 2878, 4]], ["fall through", [2, 2878, 5]], ["give", [2, 2878, 6]], ["fall flat", [2, 2878, 7]], ["give way", [2, 2878, 8]]]}, {"answer": "foundering", "hint": "synonyms for foundering", "clues": [["flop", [2, 2879, 0]], ["break", [2, 2879, 1]], ["collapse", [2, 2879, 2]], ["fall in", [2, 2879, 3]], ["cave in", [2, 2879, 4]], ["fall through", [2, 2879, 5]], ["founder", [2, 2879, 6]], ["give", [2, 2879, 7]], ["fall flat", [2, 2879, 8]], ["give way", [2, 2879, 9]]]}, {"answer": "founding", "hint": "synonyms for founding", "clues": [["institute", [2, 2880, 0]], ["establish", [2, 2880, 1]], ["plant", [2, 2880, 2]], ["found", [2, 2880, 3]], ["launch", [2, 2880, 4]], ["ground", [2, 2880, 5]], ["set up", [2, 2880, 6]], ["base", [2, 2880, 7]], ["constitute", [2, 2880, 8]]]}, {"answer": "fox", "hint": "synonyms for fox", "clues": [["discombobulate", [2, 2881, 0]], ["confound", [2, 2881, 1]], ["play tricks", [2, 2881, 2]], ["fob", [2, 2881, 3]], ["fuddle", [2, 2881, 4]], ["flim-flam", [2, 2881, 5]], ["pull a fast one on", [2, 2881, 6]], ["trick", [2, 2881, 7]], ["throw", [2, 2881, 8]], ["play a trick on", [2, 2881, 9]], ["confuse", [2, 2881, 10]], ["bedevil", [2, 2881, 11]], ["play a joke on", [2, 2881, 12]]]}, {"answer": "frame", "hint": "synonyms for frame", "clues": [["ensnare", [2, 2882, 0]], ["entrap", [2, 2882, 1]], ["set up", [2, 2882, 2]], ["frame in", [2, 2882, 3]], ["draw up", [2, 2882, 4]], ["border", [2, 2882, 5]], ["put", [2, 2882, 6]], ["compose", [2, 2882, 7]], ["couch", [2, 2882, 8]], ["cast", [2, 2882, 9]], ["redact", [2, 2882, 10]], ["frame up", [2, 2882, 11]]]}, {"answer": "framing", "hint": "synonyms for framing", "clues": [["ensnare", [2, 2883, 0]], ["entrap", [2, 2883, 1]], ["set up", [2, 2883, 2]], ["frame in", [2, 2883, 3]], ["draw up", [2, 2883, 4]], ["frame", [2, 2883, 5]], ["border", [2, 2883, 6]], ["put", [2, 2883, 7]], ["compose", [2, 2883, 8]], ["couch", [2, 2883, 9]], ["cast", [2, 2883, 10]], ["redact", [2, 2883, 11]], ["frame up", [2, 2883, 12]]]}, {"answer": "fray", "hint": "synonyms for fray", "clues": [["rub", [2, 2884, 0]], ["chafe", [2, 2884, 1]], ["scratch", [2, 2884, 2]], ["fret", [2, 2884, 3]], ["frazzle", [2, 2884, 4]]]}, {"answer": "freeing", "hint": "synonyms for freeing", "clues": [["exempt", [2, 2885, 0]], ["relieve", [2, 2885, 1]], ["free", [2, 2885, 2]], ["give up", [2, 2885, 3]], ["unblock", [2, 2885, 4]], ["unloosen", [2, 2885, 5]], ["release", [2, 2885, 6]], ["discharge", [2, 2885, 7]], ["rid", [2, 2885, 8]], ["absolve", [2, 2885, 9]], ["loose", [2, 2885, 10]], ["relinquish", [2, 2885, 11]], ["dislodge", [2, 2885, 12]], ["liberate", [2, 2885, 13]], ["resign", [2, 2885, 14]], ["unfreeze", [2, 2885, 15]], ["disembarrass", [2, 2885, 16]], ["justify", [2, 2885, 17]], ["disengage", [2, 2885, 18]]]}, {"answer": "freeze", "hint": "synonyms for freeze", "clues": [["freeze out", [2, 2886, 0]], ["immobilize", [2, 2886, 1]], ["suspend", [2, 2886, 2]], ["stop dead", [2, 2886, 3]], ["block", [2, 2886, 4]], ["freeze down", [2, 2886, 5]]]}, {"answer": "freezing", "hint": "synonyms for freezing", "clues": [["freeze", [2, 2887, 0]], ["immobilize", [2, 2887, 1]], ["suspend", [2, 2887, 2]], ["freeze down", [2, 2887, 3]], ["block", [2, 2887, 4]], ["freeze out", [2, 2887, 5]], ["stop dead", [2, 2887, 6]]]}, {"answer": "fret", "hint": "synonyms for fret", "clues": [["rub", [2, 2888, 0]], ["niggle", [2, 2888, 1]], ["chafe", [2, 2888, 2]], ["eat into", [2, 2888, 3]], ["rankle", [2, 2888, 4]], ["eat away", [2, 2888, 5]], ["gall", [2, 2888, 6]], ["gag", [2, 2888, 7]], ["fray", [2, 2888, 8]], ["scratch", [2, 2888, 9]], ["erode", [2, 2888, 10]], ["grate", [2, 2888, 11]], ["choke", [2, 2888, 12]], ["fuss", [2, 2888, 13]]]}, {"answer": "frisk", "hint": "synonyms for frisk", "clues": [["lark about", [2, 2889, 0]], ["sport", [2, 2889, 1]], ["romp", [2, 2889, 2]], ["run around", [2, 2889, 3]], ["gambol", [2, 2889, 4]], ["rollick", [2, 2889, 5]], ["cavort", [2, 2889, 6]], ["skylark", [2, 2889, 7]], ["disport", [2, 2889, 8]], ["frolic", [2, 2889, 9]], ["lark", [2, 2889, 10]]]}, {"answer": "frisking", "hint": "synonyms for frisking", "clues": [["frisk", [2, 2890, 0]], ["lark about", [2, 2890, 1]], ["sport", [2, 2890, 2]], ["romp", [2, 2890, 3]], ["run around", [2, 2890, 4]], ["gambol", [2, 2890, 5]], ["rollick", [2, 2890, 6]], ["cavort", [2, 2890, 7]], ["skylark", [2, 2890, 8]], ["disport", [2, 2890, 9]], ["frolic", [2, 2890, 10]], ["lark", [2, 2890, 11]]]}, {"answer": "fritter", "hint": "synonyms for fritter", "clues": [["fool away", [2, 2891, 0]], ["frivol away", [2, 2891, 1]], ["shoot", [2, 2891, 2]], ["fritter away", [2, 2891, 3]], ["fool", [2, 2891, 4]], ["dissipate", [2, 2891, 5]]]}, {"answer": "frizz", "hint": "synonyms for frizz", "clues": [["crimp", [2, 2892, 0]], ["kink up", [2, 2892, 1]], ["crape", [2, 2892, 2]], ["kink", [2, 2892, 3]], ["frizzle", [2, 2892, 4]]]}, {"answer": "frolic", "hint": "synonyms for frolic", "clues": [["frisk", [2, 2893, 0]], ["lark about", [2, 2893, 1]], ["sport", [2, 2893, 2]], ["romp", [2, 2893, 3]], ["run around", [2, 2893, 4]], ["gambol", [2, 2893, 5]], ["rollick", [2, 2893, 6]], ["cavort", [2, 2893, 7]], ["skylark", [2, 2893, 8]], ["disport", [2, 2893, 9]], ["lark", [2, 2893, 10]]]}, {"answer": "froth", "hint": "synonyms for froth", "clues": [["suds", [2, 2894, 0]], ["sparkle", [2, 2894, 1]], ["spume", [2, 2894, 2]], ["form bubbles", [2, 2894, 3]], ["fizz", [2, 2894, 4]], ["effervesce", [2, 2894, 5]], ["foam", [2, 2894, 6]]]}, {"answer": "fuck", "hint": "synonyms for fuck", "clues": [["hump", [2, 2895, 0]], ["jazz", [2, 2895, 1]], ["eff", [2, 2895, 2]], ["do it", [2, 2895, 3]], ["bed", [2, 2895, 4]], ["lie with", [2, 2895, 5]], ["sleep with", [2, 2895, 6]], ["be intimate", [2, 2895, 7]], ["make love", [2, 2895, 8]], ["get it on", [2, 2895, 9]], ["roll in the hay", [2, 2895, 10]], ["know", [2, 2895, 11]], ["bang", [2, 2895, 12]], ["love", [2, 2895, 13]], ["have sex", [2, 2895, 14]], ["bonk", [2, 2895, 15]], ["have it off", [2, 2895, 16]], ["get laid", [2, 2895, 17]], ["have a go at it", [2, 2895, 18]], ["have it away", [2, 2895, 19]], ["make out", [2, 2895, 20]], ["have intercourse", [2, 2895, 21]], ["sleep together", [2, 2895, 22]], ["screw", [2, 2895, 23]]]}, {"answer": "fuddle", "hint": "synonyms for fuddle", "clues": [["discombobulate", [2, 2896, 0]], ["befuddle", [2, 2896, 1]], ["confound", [2, 2896, 2]], ["confuse", [2, 2896, 3]], ["throw", [2, 2896, 4]], ["drink", [2, 2896, 5]], ["booze", [2, 2896, 6]], ["fox", [2, 2896, 7]], ["bedevil", [2, 2896, 8]]]}, {"answer": "fudge", "hint": "synonyms for fudge", "clues": [["manipulate", [2, 2897, 0]], ["wangle", [2, 2897, 1]], ["circumvent", [2, 2897, 2]], ["duck", [2, 2897, 3]], ["fake", [2, 2897, 4]], ["hedge", [2, 2897, 5]], ["cook", [2, 2897, 6]], ["elude", [2, 2897, 7]], ["falsify", [2, 2897, 8]], ["parry", [2, 2897, 9]], ["sidestep", [2, 2897, 10]], ["put off", [2, 2897, 11]], ["misrepresent", [2, 2897, 12]], ["evade", [2, 2897, 13]], ["dodge", [2, 2897, 14]], ["skirt", [2, 2897, 15]]]}, {"answer": "fumble", "hint": "synonyms for fumble", "clues": [["bodge", [2, 2898, 0]], ["grope", [2, 2898, 1]], ["bungle", [2, 2898, 2]], ["blow", [2, 2898, 3]], ["muck up", [2, 2898, 4]], ["bollix up", [2, 2898, 5]], ["bobble", [2, 2898, 6]], ["fluff", [2, 2898, 7]], ["screw up", [2, 2898, 8]], ["botch up", [2, 2898, 9]], ["foul up", [2, 2898, 10]], ["bollix", [2, 2898, 11]], ["spoil", [2, 2898, 12]], ["bumble", [2, 2898, 13]], ["mess up", [2, 2898, 14]], ["flub", [2, 2898, 15]], ["ball up", [2, 2898, 16]], ["bollocks up", [2, 2898, 17]], ["blunder", [2, 2898, 18]], ["louse up", [2, 2898, 19]], ["bollocks", [2, 2898, 20]], ["mishandle", [2, 2898, 21]], ["muff", [2, 2898, 22]], ["botch", [2, 2898, 23]]]}, {"answer": "fumes", "hint": "synonyms for fumes", "clues": [["reek", [2, 2899, 0]], ["fumigate", [2, 2899, 1]], ["fume", [2, 2899, 2]], ["smoke", [2, 2899, 3]]]}, {"answer": "function", "hint": "synonyms for function", "clues": [["serve", [2, 2900, 0]], ["work", [2, 2900, 1]], ["run", [2, 2900, 2]], ["officiate", [2, 2900, 3]], ["go", [2, 2900, 4]], ["operate", [2, 2900, 5]]]}, {"answer": "funk", "hint": "synonyms for funk", "clues": [["recoil", [2, 2901, 0]], ["flinch", [2, 2901, 1]], ["wince", [2, 2901, 2]], ["quail", [2, 2901, 3]], ["cringe", [2, 2901, 4]], ["squinch", [2, 2901, 5]], ["shrink", [2, 2901, 6]]]}, {"answer": "furnishing", "hint": "synonyms for furnishing", "clues": [["render", [2, 2902, 0]], ["provide", [2, 2902, 1]], ["supply", [2, 2902, 2]], ["furnish", [2, 2902, 3]]]}, {"answer": "furrow", "hint": "synonyms for furrow", "clues": [["groove", [2, 2903, 0]], ["rut", [2, 2903, 1]], ["crease", [2, 2903, 2]], ["chase", [2, 2903, 3]], ["chamfer", [2, 2903, 4]], ["wrinkle", [2, 2903, 5]]]}, {"answer": "fuse", "hint": "synonyms for fuse", "clues": [["conflate", [2, 2904, 0]], ["merge", [2, 2904, 1]], ["meld", [2, 2904, 2]], ["commingle", [2, 2904, 3]], ["combine", [2, 2904, 4]], ["coalesce", [2, 2904, 5]], ["mix", [2, 2904, 6]], ["flux", [2, 2904, 7]], ["immix", [2, 2904, 8]], ["blend", [2, 2904, 9]]]}, {"answer": "fuss", "hint": "synonyms for fuss", "clues": [["niggle", [2, 2905, 0]], ["fret", [2, 2905, 1]], ["overprotect", [2, 2905, 2]], ["mother", [2, 2905, 3]]]}, {"answer": "gabble", "hint": "synonyms for gabble", "clues": [["blab", [2, 2906, 0]], ["prate", [2, 2906, 1]], ["blabber", [2, 2906, 2]], ["chatter", [2, 2906, 3]], ["piffle", [2, 2906, 4]], ["tattle", [2, 2906, 5]], ["twaddle", [2, 2906, 6]], ["maunder", [2, 2906, 7]], ["clack", [2, 2906, 8]], ["palaver", [2, 2906, 9]], ["prattle", [2, 2906, 10]], ["tittle-tattle", [2, 2906, 11]], ["gibber", [2, 2906, 12]]]}, {"answer": "gag", "hint": "synonyms for gag", "clues": [["suffocate", [2, 2907, 0]], ["retch", [2, 2907, 1]], ["choke", [2, 2907, 2]], ["muzzle", [2, 2907, 3]], ["strangle", [2, 2907, 4]], ["quip", [2, 2907, 5]], ["fret", [2, 2907, 6]], ["heave", [2, 2907, 7]]]}, {"answer": "gage", "hint": "synonyms for gage", "clues": [["bet on", [2, 2908, 0]], ["back", [2, 2908, 1]], ["game", [2, 2908, 2]], ["stake", [2, 2908, 3]], ["punt", [2, 2908, 4]]]}, {"answer": "gain", "hint": "synonyms for gain", "clues": [["get ahead", [2, 2909, 0]], ["realize", [2, 2909, 1]], ["benefit", [2, 2909, 2]], ["derive", [2, 2909, 3]], ["make", [2, 2909, 4]], ["clear", [2, 2909, 5]], ["pull ahead", [2, 2909, 6]], ["acquire", [2, 2909, 7]], ["make headway", [2, 2909, 8]], ["advance", [2, 2909, 9]], ["gain ground", [2, 2909, 10]], ["win", [2, 2909, 11]], ["pull in", [2, 2909, 12]], ["put on", [2, 2909, 13]], ["attain", [2, 2909, 14]], ["hit", [2, 2909, 15]], ["reach", [2, 2909, 16]], ["bring in", [2, 2909, 17]], ["earn", [2, 2909, 18]], ["take in", [2, 2909, 19]], ["profit", [2, 2909, 20]], ["gather", [2, 2909, 21]], ["arrive at", [2, 2909, 22]]]}, {"answer": "gamble", "hint": "synonyms for gamble", "clues": [["chance", [2, 2910, 0]], ["risk", [2, 2910, 1]], ["adventure", [2, 2910, 2]], ["take chances", [2, 2910, 3]], ["run a risk", [2, 2910, 4]], ["hazard", [2, 2910, 5]]]}, {"answer": "gambling", "hint": "synonyms for gambling", "clues": [["gamble", [2, 2911, 0]], ["take chances", [2, 2911, 1]], ["hazard", [2, 2911, 2]], ["chance", [2, 2911, 3]], ["risk", [2, 2911, 4]], ["run a risk", [2, 2911, 5]], ["adventure", [2, 2911, 6]]]}, {"answer": "gambol", "hint": "synonyms for gambol", "clues": [["frisk", [2, 2912, 0]], ["lark about", [2, 2912, 1]], ["sport", [2, 2912, 2]], ["romp", [2, 2912, 3]], ["run around", [2, 2912, 4]], ["rollick", [2, 2912, 5]], ["cavort", [2, 2912, 6]], ["skylark", [2, 2912, 7]], ["disport", [2, 2912, 8]], ["frolic", [2, 2912, 9]], ["lark", [2, 2912, 10]]]}, {"answer": "gaming", "hint": "synonyms for gaming", "clues": [["gage", [2, 2913, 0]], ["bet on", [2, 2913, 1]], ["back", [2, 2913, 2]], ["game", [2, 2913, 3]], ["stake", [2, 2913, 4]], ["punt", [2, 2913, 5]]]}, {"answer": "gaol", "hint": "synonyms for gaol", "clues": [["put away", [2, 2914, 0]], ["remand", [2, 2914, 1]], ["jug", [2, 2914, 2]], ["immure", [2, 2914, 3]], ["imprison", [2, 2914, 4]], ["lag", [2, 2914, 5]], ["incarcerate", [2, 2914, 6]], ["jail", [2, 2914, 7]], ["put behind bars", [2, 2914, 8]]]}, {"answer": "gape", "hint": "synonyms for gape", "clues": [["gawk", [2, 2915, 0]], ["goggle", [2, 2915, 1]], ["yawn", [2, 2915, 2]], ["gawp", [2, 2915, 3]]]}, {"answer": "garb", "hint": "synonyms for garb", "clues": [["habilitate", [2, 2916, 0]], ["fit out", [2, 2916, 1]], ["garment", [2, 2916, 2]], ["dress", [2, 2916, 3]], ["enclothe", [2, 2916, 4]], ["raiment", [2, 2916, 5]], ["apparel", [2, 2916, 6]], ["tog", [2, 2916, 7]]]}, {"answer": "garment", "hint": "synonyms for garment", "clues": [["garb", [2, 2917, 0]], ["habilitate", [2, 2917, 1]], ["fit out", [2, 2917, 2]], ["dress", [2, 2917, 3]], ["enclothe", [2, 2917, 4]], ["raiment", [2, 2917, 5]], ["apparel", [2, 2917, 6]], ["tog", [2, 2917, 7]]]}, {"answer": "garner", "hint": "synonyms for garner", "clues": [["earn", [2, 2918, 0]], ["collect", [2, 2918, 1]], ["pull together", [2, 2918, 2]], ["gather", [2, 2918, 3]]]}, {"answer": "gas", "hint": "synonyms for gas", "clues": [["tout", [2, 2919, 0]], ["shoot a line", [2, 2919, 1]], ["bluster", [2, 2919, 2]], ["blow", [2, 2919, 3]], ["boast", [2, 2919, 4]], ["vaunt", [2, 2919, 5]], ["brag", [2, 2919, 6]], ["gasconade", [2, 2919, 7]], ["swash", [2, 2919, 8]]]}, {"answer": "gasconade", "hint": "synonyms for gasconade", "clues": [["tout", [2, 2920, 0]], ["shoot a line", [2, 2920, 1]], ["bluster", [2, 2920, 2]], ["blow", [2, 2920, 3]], ["boast", [2, 2920, 4]], ["vaunt", [2, 2920, 5]], ["brag", [2, 2920, 6]], ["swash", [2, 2920, 7]], ["gas", [2, 2920, 8]]]}, {"answer": "gassing", "hint": "synonyms for gassing", "clues": [["tout", [2, 2921, 0]], ["shoot a line", [2, 2921, 1]], ["bluster", [2, 2921, 2]], ["blow", [2, 2921, 3]], ["boast", [2, 2921, 4]], ["vaunt", [2, 2921, 5]], ["brag", [2, 2921, 6]], ["gasconade", [2, 2921, 7]], ["swash", [2, 2921, 8]], ["gas", [2, 2921, 9]]]}, {"answer": "gather", "hint": "synonyms for gather", "clues": [["pile up", [2, 2922, 0]], ["assemble", [2, 2922, 1]], ["forgather", [2, 2922, 2]], ["tuck", [2, 2922, 3]], ["gain", [2, 2922, 4]], ["garner", [2, 2922, 5]], ["collect", [2, 2922, 6]], ["pull together", [2, 2922, 7]], ["amass", [2, 2922, 8]], ["cumulate", [2, 2922, 9]], ["get together", [2, 2922, 10]], ["meet", [2, 2922, 11]], ["pucker", [2, 2922, 12]], ["conglomerate", [2, 2922, 13]]]}, {"answer": "gathering", "hint": "synonyms for gathering", "clues": [["assemble", [2, 2923, 0]], ["gather", [2, 2923, 1]], ["tuck", [2, 2923, 2]], ["collect", [2, 2923, 3]], ["amass", [2, 2923, 4]], ["cumulate", [2, 2923, 5]], ["foregather", [2, 2923, 6]], ["meet", [2, 2923, 7]], ["conglomerate", [2, 2923, 8]], ["pile up", [2, 2923, 9]], ["gain", [2, 2923, 10]], ["garner", [2, 2923, 11]], ["pull together", [2, 2923, 12]], ["get together", [2, 2923, 13]], ["pucker", [2, 2923, 14]]]}, {"answer": "gauge", "hint": "synonyms for gauge", "clues": [["estimate", [2, 2924, 0]], ["approximate", [2, 2924, 1]], ["judge", [2, 2924, 2]], ["guess", [2, 2924, 3]]]}, {"answer": "get", "hint": "synonyms for get", "clues": [["grow", [2, 2925, 0]], ["acquire", [2, 2925, 1]], ["set out", [2, 2925, 2]], ["fetch", [2, 2925, 3]], ["go", [2, 2925, 4]], ["make", [2, 2925, 5]], ["let", [2, 2925, 6]], ["mystify", [2, 2925, 7]], ["sustain", [2, 2925, 8]], ["puzzle", [2, 2925, 9]], ["induce", [2, 2925, 10]], ["get down", [2, 2925, 11]], ["catch", [2, 2925, 12]], ["flummox", [2, 2925, 13]], ["start out", [2, 2925, 14]], ["mother", [2, 2925, 15]], ["receive", [2, 2925, 16]], ["cause", [2, 2925, 17]], ["start", [2, 2925, 18]], ["aim", [2, 2925, 19]], ["have", [2, 2925, 20]], ["scram", [2, 2925, 21]], ["begin", [2, 2925, 22]], ["baffle", [2, 2925, 23]], ["become", [2, 2925, 24]], ["contract", [2, 2925, 25]], ["father", [2, 2925, 26]], ["sire", [2, 2925, 27]], ["bring forth", [2, 2925, 28]], ["incur", [2, 2925, 29]], ["produce", [2, 2925, 30]], ["pay off", [2, 2925, 31]], ["buzz off", [2, 2925, 32]], ["gravel", [2, 2925, 33]], ["suffer", [2, 2925, 34]], ["generate", [2, 2925, 35]], ["dumbfound", [2, 2925, 36]], ["get under one's skin", [2, 2925, 37]], ["commence", [2, 2925, 38]], ["arrive", [2, 2925, 39]], ["fuck off", [2, 2925, 40]], ["fix", [2, 2925, 41]], ["find", [2, 2925, 42]], ["draw", [2, 2925, 43]], ["experience", [2, 2925, 44]], ["come", [2, 2925, 45]], ["take", [2, 2925, 46]], ["stupefy", [2, 2925, 47]], ["capture", [2, 2925, 48]], ["amaze", [2, 2925, 49]], ["beget", [2, 2925, 50]], ["bring", [2, 2925, 51]], ["stimulate", [2, 2925, 52]], ["beat", [2, 2925, 53]], ["pose", [2, 2925, 54]], ["stick", [2, 2925, 55]], ["engender", [2, 2925, 56]], ["convey", [2, 2925, 57]], ["vex", [2, 2925, 58]], ["arrest", [2, 2925, 59]], ["drive", [2, 2925, 60]], ["develop", [2, 2925, 61]], ["perplex", [2, 2925, 62]], ["obtain", [2, 2925, 63]], ["bugger off", [2, 2925, 64]], ["bewilder", [2, 2925, 65]], ["pay back", [2, 2925, 66]], ["nonplus", [2, 2925, 67]]]}, {"answer": "get_together", "hint": "synonyms for get together", "clues": [["collaborate", [2, 2926, 0]], ["fall in", [2, 2926, 1]], ["assemble", [2, 2926, 2]], ["cooperate", [2, 2926, 3]], ["gather", [2, 2926, 4]], ["meet", [2, 2926, 5]], ["join", [2, 2926, 6]], ["join forces", [2, 2926, 7]]]}, {"answer": "getting", "hint": "synonyms for getting", "clues": [["grow", [2, 2927, 0]], ["acquire", [2, 2927, 1]], ["get", [2, 2927, 2]], ["set out", [2, 2927, 3]], ["fetch", [2, 2927, 4]], ["go", [2, 2927, 5]], ["make", [2, 2927, 6]], ["let", [2, 2927, 7]], ["mystify", [2, 2927, 8]], ["sustain", [2, 2927, 9]], ["puzzle", [2, 2927, 10]], ["induce", [2, 2927, 11]], ["get down", [2, 2927, 12]], ["catch", [2, 2927, 13]], ["flummox", [2, 2927, 14]], ["start out", [2, 2927, 15]], ["receive", [2, 2927, 16]], ["cause", [2, 2927, 17]], ["start", [2, 2927, 18]], ["mother", [2, 2927, 19]], ["aim", [2, 2927, 20]], ["have", [2, 2927, 21]], ["scram", [2, 2927, 22]], ["begin", [2, 2927, 23]], ["baffle", [2, 2927, 24]], ["become", [2, 2927, 25]], ["contract", [2, 2927, 26]], ["father", [2, 2927, 27]], ["sire", [2, 2927, 28]], ["bring forth", [2, 2927, 29]], ["incur", [2, 2927, 30]], ["pay off", [2, 2927, 31]], ["buzz off", [2, 2927, 32]], ["gravel", [2, 2927, 33]], ["suffer", [2, 2927, 34]], ["generate", [2, 2927, 35]], ["get under one's skin", [2, 2927, 36]], ["dumbfound", [2, 2927, 37]], ["commence", [2, 2927, 38]], ["arrive", [2, 2927, 39]], ["fuck off", [2, 2927, 40]], ["fix", [2, 2927, 41]], ["find", [2, 2927, 42]], ["draw", [2, 2927, 43]], ["experience", [2, 2927, 44]], ["come", [2, 2927, 45]], ["take", [2, 2927, 46]], ["stupefy", [2, 2927, 47]], ["capture", [2, 2927, 48]], ["amaze", [2, 2927, 49]], ["beget", [2, 2927, 50]], ["bring", [2, 2927, 51]], ["stimulate", [2, 2927, 52]], ["beat", [2, 2927, 53]], ["pose", [2, 2927, 54]], ["stick", [2, 2927, 55]], ["engender", [2, 2927, 56]], ["convey", [2, 2927, 57]], ["vex", [2, 2927, 58]], ["arrest", [2, 2927, 59]], ["drive", [2, 2927, 60]], ["develop", [2, 2927, 61]], ["perplex", [2, 2927, 62]], ["obtain", [2, 2927, 63]], ["bugger off", [2, 2927, 64]], ["bewilder", [2, 2927, 65]], ["produce", [2, 2927, 66]], ["pay back", [2, 2927, 67]], ["nonplus", [2, 2927, 68]]]}, {"answer": "gibber", "hint": "synonyms for gibber", "clues": [["blab", [2, 2928, 0]], ["prate", [2, 2928, 1]], ["blabber", [2, 2928, 2]], ["chatter", [2, 2928, 3]], ["piffle", [2, 2928, 4]], ["tattle", [2, 2928, 5]], ["twaddle", [2, 2928, 6]], ["maunder", [2, 2928, 7]], ["clack", [2, 2928, 8]], ["palaver", [2, 2928, 9]], ["prattle", [2, 2928, 10]], ["gabble", [2, 2928, 11]], ["tittle-tattle", [2, 2928, 12]]]}, {"answer": "gibe", "hint": "synonyms for gibe", "clues": [["barrack", [2, 2929, 0]], ["match", [2, 2929, 1]], ["fit", [2, 2929, 2]], ["flout", [2, 2929, 3]], ["tally", [2, 2929, 4]], ["correspond", [2, 2929, 5]], ["jibe", [2, 2929, 6]], ["scoff", [2, 2929, 7]], ["jeer", [2, 2929, 8]], ["check", [2, 2929, 9]], ["agree", [2, 2929, 10]]]}, {"answer": "gift", "hint": "synonyms for gift", "clues": [["empower", [2, 2930, 0]], ["invest", [2, 2930, 1]], ["indue", [2, 2930, 2]], ["endow", [2, 2930, 3]], ["give", [2, 2930, 4]], ["present", [2, 2930, 5]], ["endue", [2, 2930, 6]]]}, {"answer": "give", "hint": "synonyms for give", "clues": [["break", [2, 2931, 0]], ["collapse", [2, 2931, 1]], ["yield", [2, 2931, 2]], ["present", [2, 2931, 3]], ["leave", [2, 2931, 4]], ["pass on", [2, 2931, 5]], ["apply", [2, 2931, 6]], ["open", [2, 2931, 7]], ["ease up", [2, 2931, 8]], ["make", [2, 2931, 9]], ["pass", [2, 2931, 10]], ["render", [2, 2931, 11]], ["generate", [2, 2931, 12]], ["commit", [2, 2931, 13]], ["give way", [2, 2931, 14]], ["impart", [2, 2931, 15]], ["pay", [2, 2931, 16]], ["feed", [2, 2931, 17]], ["throw", [2, 2931, 18]], ["sacrifice", [2, 2931, 19]], ["return", [2, 2931, 20]], ["have", [2, 2931, 21]], ["contribute", [2, 2931, 22]], ["fall in", [2, 2931, 23]], ["move over", [2, 2931, 24]], ["gift", [2, 2931, 25]], ["afford", [2, 2931, 26]], ["grant", [2, 2931, 27]], ["devote", [2, 2931, 28]], ["chip in", [2, 2931, 29]], ["reach", [2, 2931, 30]], ["dedicate", [2, 2931, 31]], ["cave in", [2, 2931, 32]], ["hold", [2, 2931, 33]], ["turn over", [2, 2931, 34]], ["hand", [2, 2931, 35]], ["consecrate", [2, 2931, 36]], ["founder", [2, 2931, 37]], ["kick in", [2, 2931, 38]], ["establish", [2, 2931, 39]]]}, {"answer": "glamour", "hint": "synonyms for glamour", "clues": [["witch", [2, 2932, 0]], ["bewitch", [2, 2932, 1]], ["hex", [2, 2932, 2]], ["jinx", [2, 2932, 3]], ["enchant", [2, 2932, 4]]]}, {"answer": "glass", "hint": "synonyms for glass", "clues": [["glaze", [2, 2933, 0]], ["glaze over", [2, 2933, 1]], ["glass over", [2, 2933, 2]], ["glass in", [2, 2933, 3]]]}, {"answer": "glasses", "hint": "synonyms for glasses", "clues": [["glass over", [2, 2934, 0]], ["glaze", [2, 2934, 1]], ["glass", [2, 2934, 2]], ["glass in", [2, 2934, 3]], ["glaze over", [2, 2934, 4]]]}, {"answer": "glaze", "hint": "synonyms for glaze", "clues": [["glaze over", [2, 2935, 0]], ["glass", [2, 2935, 1]], ["glass over", [2, 2935, 2]], ["sugarcoat", [2, 2935, 3]], ["candy", [2, 2935, 4]]]}, {"answer": "gleam", "hint": "synonyms for gleam", "clues": [["glint", [2, 2936, 0]], ["shine", [2, 2936, 1]], ["glisten", [2, 2936, 2]], ["glimmer", [2, 2936, 3]], ["glitter", [2, 2936, 4]]]}, {"answer": "glint", "hint": "synonyms for glint", "clues": [["glisten", [2, 2937, 0]], ["shine", [2, 2937, 1]], ["peek", [2, 2937, 2]], ["glance", [2, 2937, 3]], ["gleam", [2, 2937, 4]], ["glitter", [2, 2937, 5]]]}, {"answer": "glisten", "hint": "synonyms for glisten", "clues": [["glint", [2, 2938, 0]], ["shine", [2, 2938, 1]], ["glitter", [2, 2938, 2]], ["gleam", [2, 2938, 3]]]}, {"answer": "glitter", "hint": "synonyms for glitter", "clues": [["glint", [2, 2939, 0]], ["glisten", [2, 2939, 1]], ["shine", [2, 2939, 2]], ["gleam", [2, 2939, 3]]]}, {"answer": "glow", "hint": "synonyms for glow", "clues": [["radiate", [2, 2940, 0]], ["beam", [2, 2940, 1]], ["burn", [2, 2940, 2]], ["shine", [2, 2940, 3]]]}, {"answer": "glower", "hint": "synonyms for glower", "clues": [["frown", [2, 2941, 0]], ["lour", [2, 2941, 1]], ["lower", [2, 2941, 2]], ["glare", [2, 2941, 3]]]}, {"answer": "glut", "hint": "synonyms for glut", "clues": [["gormandise", [2, 2942, 0]], ["englut", [2, 2942, 1]], ["gorge", [2, 2942, 2]], ["satiate", [2, 2942, 3]], ["scarf out", [2, 2942, 4]], ["engorge", [2, 2942, 5]], ["stuff", [2, 2942, 6]], ["overeat", [2, 2942, 7]], ["binge", [2, 2942, 8]], ["overindulge", [2, 2942, 9]], ["overgorge", [2, 2942, 10]], ["ingurgitate", [2, 2942, 11]], ["flood", [2, 2942, 12]], ["pig out", [2, 2942, 13]], ["oversupply", [2, 2942, 14]]]}, {"answer": "gnarl", "hint": "synonyms for gnarl", "clues": [["murmur", [2, 2943, 0]], ["croak", [2, 2943, 1]], ["mutter", [2, 2943, 2]], ["grumble", [2, 2943, 3]]]}, {"answer": "goading", "hint": "synonyms for goading", "clues": [["goad", [2, 2944, 0]], ["needle", [2, 2944, 1]], ["spur", [2, 2944, 2]], ["prick", [2, 2944, 3]]]}, {"answer": "goggles", "hint": "synonyms for goggles", "clues": [["gawk", [2, 2945, 0]], ["goggle", [2, 2945, 1]], ["gape", [2, 2945, 2]], ["gawp", [2, 2945, 3]]]}, {"answer": "goldbrick", "hint": "synonyms for goldbrick", "clues": [["shirk", [2, 2946, 0]], ["rook", [2, 2946, 1]], ["swindle", [2, 2946, 2]], ["bunco", [2, 2946, 3]], ["victimize", [2, 2946, 4]], ["diddle", [2, 2946, 5]], ["con", [2, 2946, 6]], ["gip", [2, 2946, 7]], ["defraud", [2, 2946, 8]], ["gyp", [2, 2946, 9]], ["nobble", [2, 2946, 10]], ["scam", [2, 2946, 11]], ["short-change", [2, 2946, 12]], ["hornswoggle", [2, 2946, 13]], ["mulct", [2, 2946, 14]], ["shrink from", [2, 2946, 15]], ["fiddle", [2, 2946, 16]]]}, {"answer": "goldbricking", "hint": "synonyms for goldbricking", "clues": [["rook", [2, 2947, 0]], ["swindle", [2, 2947, 1]], ["gip", [2, 2947, 2]], ["defraud", [2, 2947, 3]], ["nobble", [2, 2947, 4]], ["short-change", [2, 2947, 5]], ["shrink from", [2, 2947, 6]], ["fiddle", [2, 2947, 7]], ["mulct", [2, 2947, 8]], ["goldbrick", [2, 2947, 9]], ["shirk", [2, 2947, 10]], ["bunco", [2, 2947, 11]], ["victimize", [2, 2947, 12]], ["diddle", [2, 2947, 13]], ["con", [2, 2947, 14]], ["gyp", [2, 2947, 15]], ["scam", [2, 2947, 16]], ["hornswoggle", [2, 2947, 17]]]}, {"answer": "goof", "hint": "synonyms for goof", "clues": [["drop the ball", [2, 2948, 0]], ["blunder", [2, 2948, 1]], ["boob", [2, 2948, 2]], ["sin", [2, 2948, 3]]]}, {"answer": "gorge", "hint": "synonyms for gorge", "clues": [["gormandise", [2, 2949, 0]], ["englut", [2, 2949, 1]], ["satiate", [2, 2949, 2]], ["scarf out", [2, 2949, 3]], ["glut", [2, 2949, 4]], ["engorge", [2, 2949, 5]], ["stuff", [2, 2949, 6]], ["overeat", [2, 2949, 7]], ["binge", [2, 2949, 8]], ["overindulge", [2, 2949, 9]], ["overgorge", [2, 2949, 10]], ["ingurgitate", [2, 2949, 11]], ["pig out", [2, 2949, 12]]]}, {"answer": "gossip", "hint": "synonyms for gossip", "clues": [["chitchat", [2, 2950, 0]], ["claver", [2, 2950, 1]], ["chaffer", [2, 2950, 2]], ["shoot the breeze", [2, 2950, 3]], ["chatter", [2, 2950, 4]], ["dish the dirt", [2, 2950, 5]], ["visit", [2, 2950, 6]], ["chew the fat", [2, 2950, 7]], ["confabulate", [2, 2950, 8]], ["natter", [2, 2950, 9]], ["jaw", [2, 2950, 10]], ["confab", [2, 2950, 11]], ["chat", [2, 2950, 12]]]}, {"answer": "gossiping", "hint": "synonyms for gossiping", "clues": [["chaffer", [2, 2951, 0]], ["chatter", [2, 2951, 1]], ["dish the dirt", [2, 2951, 2]], ["gossip", [2, 2951, 3]], ["visit", [2, 2951, 4]], ["chew the fat", [2, 2951, 5]], ["confabulate", [2, 2951, 6]], ["natter", [2, 2951, 7]], ["chit-chat", [2, 2951, 8]], ["jaw", [2, 2951, 9]], ["confab", [2, 2951, 10]], ["claver", [2, 2951, 11]], ["shoot the breeze", [2, 2951, 12]], ["chat", [2, 2951, 13]]]}, {"answer": "gouge", "hint": "synonyms for gouge", "clues": [["wring", [2, 2952, 0]], ["rack", [2, 2952, 1]], ["extort", [2, 2952, 2]], ["force out", [2, 2952, 3]], ["rout", [2, 2952, 4]], ["squeeze", [2, 2952, 5]]]}, {"answer": "governed", "hint": "synonyms for governed", "clues": [["regularize", [2, 2953, 0]], ["regulate", [2, 2953, 1]], ["govern", [2, 2953, 2]], ["rule", [2, 2953, 3]], ["order", [2, 2953, 4]]]}, {"answer": "governess", "hint": "synonyms for governess", "clues": [["regularize", [2, 2954, 0]], ["regulate", [2, 2954, 1]], ["govern", [2, 2954, 2]], ["rule", [2, 2954, 3]], ["order", [2, 2954, 4]]]}, {"answer": "grab", "hint": "synonyms for grab", "clues": [["catch", [2, 2955, 0]], ["seize", [2, 2955, 1]], ["snaffle", [2, 2955, 2]], ["take hold of", [2, 2955, 3]], ["snap up", [2, 2955, 4]]]}, {"answer": "grace", "hint": "synonyms for grace", "clues": [["decorate", [2, 2956, 0]], ["adorn", [2, 2956, 1]], ["ornament", [2, 2956, 2]], ["beautify", [2, 2956, 3]], ["embellish", [2, 2956, 4]], ["deck", [2, 2956, 5]]]}, {"answer": "grade", "hint": "synonyms for grade", "clues": [["rate", [2, 2957, 0]], ["range", [2, 2957, 1]], ["score", [2, 2957, 2]], ["order", [2, 2957, 3]], ["mark", [2, 2957, 4]], ["rank", [2, 2957, 5]], ["place", [2, 2957, 6]]]}, {"answer": "grading", "hint": "synonyms for grading", "clues": [["rate", [2, 2958, 0]], ["grade", [2, 2958, 1]], ["score", [2, 2958, 2]], ["place", [2, 2958, 3]], ["range", [2, 2958, 4]], ["order", [2, 2958, 5]], ["mark", [2, 2958, 6]], ["rank", [2, 2958, 7]]]}, {"answer": "grant", "hint": "synonyms for grant", "clues": [["allow", [2, 2959, 0]], ["concede", [2, 2959, 1]], ["award", [2, 2959, 2]], ["allot", [2, 2959, 3]], ["give", [2, 2959, 4]], ["cede", [2, 2959, 5]], ["deed over", [2, 2959, 6]], ["yield", [2, 2959, 7]], ["accord", [2, 2959, 8]]]}, {"answer": "grapple", "hint": "synonyms for grapple", "clues": [["make out", [2, 2960, 0]], ["grip", [2, 2960, 1]], ["cope", [2, 2960, 2]], ["get by", [2, 2960, 3]], ["make do", [2, 2960, 4]], ["deal", [2, 2960, 5]], ["contend", [2, 2960, 6]], ["manage", [2, 2960, 7]]]}, {"answer": "grappling", "hint": "synonyms for grappling", "clues": [["grip", [2, 2961, 0]], ["grapple", [2, 2961, 1]], ["cope", [2, 2961, 2]], ["make do", [2, 2961, 3]], ["deal", [2, 2961, 4]], ["contend", [2, 2961, 5]], ["make out", [2, 2961, 6]], ["get by", [2, 2961, 7]], ["manage", [2, 2961, 8]]]}, {"answer": "grasp", "hint": "synonyms for grasp", "clues": [["comprehend", [2, 2962, 0]], ["savvy", [2, 2962, 1]], ["compass", [2, 2962, 2]], ["apprehend", [2, 2962, 3]], ["dig", [2, 2962, 4]], ["hold on", [2, 2962, 5]], ["grok", [2, 2962, 6]], ["get the picture", [2, 2962, 7]]]}, {"answer": "grass", "hint": "synonyms for grass", "clues": [["tell on", [2, 2963, 0]], ["give away", [2, 2963, 1]], ["rat", [2, 2963, 2]], ["snitch", [2, 2963, 3]], ["grass over", [2, 2963, 4]], ["betray", [2, 2963, 5]], ["denounce", [2, 2963, 6]], ["shop", [2, 2963, 7]], ["shit", [2, 2963, 8]], ["stag", [2, 2963, 9]]]}, {"answer": "grate", "hint": "synonyms for grate", "clues": [["eat into", [2, 2964, 0]], ["grind", [2, 2964, 1]], ["scrape", [2, 2964, 2]], ["fret", [2, 2964, 3]], ["rankle", [2, 2964, 4]]]}, {"answer": "gravel", "hint": "synonyms for gravel", "clues": [["vex", [2, 2965, 0]], ["baffle", [2, 2965, 1]], ["nettle", [2, 2965, 2]], ["chafe", [2, 2965, 3]], ["beat", [2, 2965, 4]], ["bother", [2, 2965, 5]], ["nark", [2, 2965, 6]], ["rile", [2, 2965, 7]], ["mystify", [2, 2965, 8]], ["pose", [2, 2965, 9]], ["irritate", [2, 2965, 10]], ["puzzle", [2, 2965, 11]], ["stick", [2, 2965, 12]], ["get at", [2, 2965, 13]], ["get to", [2, 2965, 14]], ["flummox", [2, 2965, 15]], ["annoy", [2, 2965, 16]], ["devil", [2, 2965, 17]], ["rag", [2, 2965, 18]], ["get", [2, 2965, 19]], ["stupefy", [2, 2965, 20]], ["perplex", [2, 2965, 21]], ["dumbfound", [2, 2965, 22]], ["bewilder", [2, 2965, 23]], ["amaze", [2, 2965, 24]], ["nonplus", [2, 2965, 25]]]}, {"answer": "graves", "hint": "synonyms for graves", "clues": [["inscribe", [2, 2966, 0]], ["engrave", [2, 2966, 1]], ["grave", [2, 2966, 2]], ["scratch", [2, 2966, 3]], ["sculpture", [2, 2966, 4]], ["sculpt", [2, 2966, 5]]]}, {"answer": "graze", "hint": "synonyms for graze", "clues": [["crop", [2, 2967, 0]], ["pasture", [2, 2967, 1]], ["rake", [2, 2967, 2]], ["browse", [2, 2967, 3]], ["crease", [2, 2967, 4]], ["range", [2, 2967, 5]]]}, {"answer": "grazing", "hint": "synonyms for grazing", "clues": [["graze", [2, 2968, 0]], ["crop", [2, 2968, 1]], ["pasture", [2, 2968, 2]], ["rake", [2, 2968, 3]], ["browse", [2, 2968, 4]], ["crease", [2, 2968, 5]], ["range", [2, 2968, 6]]]}, {"answer": "grime", "hint": "synonyms for grime", "clues": [["colly", [2, 2969, 0]], ["dirty", [2, 2969, 1]], ["soil", [2, 2969, 2]], ["begrime", [2, 2969, 3]], ["bemire", [2, 2969, 4]]]}, {"answer": "grind", "hint": "synonyms for grind", "clues": [["cranch", [2, 2970, 0]], ["fag", [2, 2970, 1]], ["travail", [2, 2970, 2]], ["comminute", [2, 2970, 3]], ["dig", [2, 2970, 4]], ["grate", [2, 2970, 5]], ["drudge", [2, 2970, 6]], ["crunch", [2, 2970, 7]], ["toil", [2, 2970, 8]], ["labor", [2, 2970, 9]], ["mash", [2, 2970, 10]], ["moil", [2, 2970, 11]], ["bray", [2, 2970, 12]]]}, {"answer": "grinding", "hint": "synonyms for grinding", "clues": [["grind", [2, 2971, 0]], ["crunch", [2, 2971, 1]], ["toil", [2, 2971, 2]], ["mash", [2, 2971, 3]], ["moil", [2, 2971, 4]], ["labour", [2, 2971, 5]], ["bray", [2, 2971, 6]], ["cranch", [2, 2971, 7]], ["fag", [2, 2971, 8]], ["travail", [2, 2971, 9]], ["comminute", [2, 2971, 10]], ["dig", [2, 2971, 11]], ["grate", [2, 2971, 12]], ["drudge", [2, 2971, 13]]]}, {"answer": "grip", "hint": "synonyms for grip", "clues": [["spellbind", [2, 2972, 0]], ["transfix", [2, 2972, 1]], ["grapple", [2, 2972, 2]], ["fascinate", [2, 2972, 3]]]}, {"answer": "gripe", "hint": "synonyms for gripe", "clues": [["bitch", [2, 2973, 0]], ["crab", [2, 2973, 1]], ["squawk", [2, 2973, 2]], ["beef", [2, 2973, 3]], ["bellyache", [2, 2973, 4]], ["holler", [2, 2973, 5]], ["grouse", [2, 2973, 6]]]}, {"answer": "gripes", "hint": "synonyms for gripes", "clues": [["bitch", [2, 2974, 0]], ["squawk", [2, 2974, 1]], ["grip", [2, 2974, 2]], ["fascinate", [2, 2974, 3]], ["holler", [2, 2974, 4]], ["spellbind", [2, 2974, 5]], ["crab", [2, 2974, 6]], ["transfix", [2, 2974, 7]], ["grapple", [2, 2974, 8]], ["beef", [2, 2974, 9]], ["bellyache", [2, 2974, 10]], ["grouse", [2, 2974, 11]]]}, {"answer": "griping", "hint": "synonyms for griping", "clues": [["bitch", [2, 2975, 0]], ["squawk", [2, 2975, 1]], ["grip", [2, 2975, 2]], ["fascinate", [2, 2975, 3]], ["holler", [2, 2975, 4]], ["spellbind", [2, 2975, 5]], ["crab", [2, 2975, 6]], ["transfix", [2, 2975, 7]], ["grapple", [2, 2975, 8]], ["beef", [2, 2975, 9]], ["bellyache", [2, 2975, 10]], ["grouse", [2, 2975, 11]]]}, {"answer": "grizzle", "hint": "synonyms for grizzle", "clues": [["brood", [2, 2976, 0]], ["whine", [2, 2976, 1]], ["stew", [2, 2976, 2]], ["yammer", [2, 2976, 3]], ["yawp", [2, 2976, 4]]]}, {"answer": "groom", "hint": "synonyms for groom", "clues": [["neaten", [2, 2977, 0]], ["prepare", [2, 2977, 1]], ["dress", [2, 2977, 2]], ["train", [2, 2977, 3]], ["curry", [2, 2977, 4]]]}, {"answer": "grooming", "hint": "synonyms for grooming", "clues": [["neaten", [2, 2978, 0]], ["prepare", [2, 2978, 1]], ["dress", [2, 2978, 2]], ["groom", [2, 2978, 3]], ["train", [2, 2978, 4]], ["curry", [2, 2978, 5]]]}, {"answer": "ground", "hint": "synonyms for ground", "clues": [["grind", [2, 2979, 0]], ["crunch", [2, 2979, 1]], ["toil", [2, 2979, 2]], ["mash", [2, 2979, 3]], ["run aground", [2, 2979, 4]], ["undercoat", [2, 2979, 5]], ["moil", [2, 2979, 6]], ["establish", [2, 2979, 7]], ["base", [2, 2979, 8]], ["labour", [2, 2979, 9]], ["bray", [2, 2979, 10]], ["cranch", [2, 2979, 11]], ["fag", [2, 2979, 12]], ["travail", [2, 2979, 13]], ["anchor", [2, 2979, 14]], ["comminute", [2, 2979, 15]], ["strand", [2, 2979, 16]], ["prime", [2, 2979, 17]], ["dig", [2, 2979, 18]], ["grate", [2, 2979, 19]], ["drudge", [2, 2979, 20]], ["found", [2, 2979, 21]]]}, {"answer": "grounding", "hint": "synonyms for grounding", "clues": [["ground", [2, 2980, 0]], ["run aground", [2, 2980, 1]], ["undercoat", [2, 2980, 2]], ["establish", [2, 2980, 3]], ["base", [2, 2980, 4]], ["anchor", [2, 2980, 5]], ["strand", [2, 2980, 6]], ["prime", [2, 2980, 7]], ["found", [2, 2980, 8]]]}, {"answer": "grounds", "hint": "synonyms for grounds", "clues": [["ground", [2, 2981, 0]], ["run aground", [2, 2981, 1]], ["undercoat", [2, 2981, 2]], ["establish", [2, 2981, 3]], ["base", [2, 2981, 4]], ["anchor", [2, 2981, 5]], ["strand", [2, 2981, 6]], ["prime", [2, 2981, 7]], ["found", [2, 2981, 8]]]}, {"answer": "grouse", "hint": "synonyms for grouse", "clues": [["bitch", [2, 2982, 0]], ["crab", [2, 2982, 1]], ["squawk", [2, 2982, 2]], ["beef", [2, 2982, 3]], ["bellyache", [2, 2982, 4]], ["holler", [2, 2982, 5]], ["gripe", [2, 2982, 6]]]}, {"answer": "grub", "hint": "synonyms for grub", "clues": [["mooch", [2, 2983, 0]], ["sponge", [2, 2983, 1]], ["cadge", [2, 2983, 2]], ["bum", [2, 2983, 3]]]}, {"answer": "grumble", "hint": "synonyms for grumble", "clues": [["croak", [2, 2984, 0]], ["gnarl", [2, 2984, 1]], ["rumble", [2, 2984, 2]], ["grouch", [2, 2984, 3]], ["growl", [2, 2984, 4]], ["scold", [2, 2984, 5]], ["mutter", [2, 2984, 6]], ["murmur", [2, 2984, 7]]]}, {"answer": "guarantee", "hint": "synonyms for guarantee", "clues": [["assure", [2, 2985, 0]], ["undertake", [2, 2985, 1]], ["warrant", [2, 2985, 2]], ["secure", [2, 2985, 3]], ["ensure", [2, 2985, 4]], ["vouch", [2, 2985, 5]], ["insure", [2, 2985, 6]]]}, {"answer": "guess", "hint": "synonyms for guess", "clues": [["hazard", [2, 2986, 0]], ["infer", [2, 2986, 1]], ["estimate", [2, 2986, 2]], ["pretend", [2, 2986, 3]], ["opine", [2, 2986, 4]], ["venture", [2, 2986, 5]], ["imagine", [2, 2986, 6]], ["think", [2, 2986, 7]], ["suppose", [2, 2986, 8]], ["reckon", [2, 2986, 9]], ["gauge", [2, 2986, 10]], ["approximate", [2, 2986, 11]], ["judge", [2, 2986, 12]]]}, {"answer": "guessing", "hint": "synonyms for guessing", "clues": [["guess", [2, 2987, 0]], ["hazard", [2, 2987, 1]], ["infer", [2, 2987, 2]], ["estimate", [2, 2987, 3]], ["pretend", [2, 2987, 4]], ["opine", [2, 2987, 5]], ["venture", [2, 2987, 6]], ["imagine", [2, 2987, 7]], ["think", [2, 2987, 8]], ["suppose", [2, 2987, 9]], ["reckon", [2, 2987, 10]], ["approximate", [2, 2987, 11]], ["judge", [2, 2987, 12]], ["gauge", [2, 2987, 13]]]}, {"answer": "guide", "hint": "synonyms for guide", "clues": [["channelize", [2, 2988, 0]], ["direct", [2, 2988, 1]], ["steer", [2, 2988, 2]], ["guide on", [2, 2988, 3]], ["take", [2, 2988, 4]], ["point", [2, 2988, 5]], ["maneuver", [2, 2988, 6]], ["lead", [2, 2988, 7]], ["draw", [2, 2988, 8]], ["run", [2, 2988, 9]], ["manoeuvre", [2, 2988, 10]], ["pass", [2, 2988, 11]], ["conduct", [2, 2988, 12]], ["head", [2, 2988, 13]]]}, {"answer": "gull", "hint": "synonyms for gull", "clues": [["put one over", [2, 2989, 0]], ["cod", [2, 2989, 1]], ["befool", [2, 2989, 2]], ["put on", [2, 2989, 3]], ["fool", [2, 2989, 4]], ["slang", [2, 2989, 5]], ["take in", [2, 2989, 6]], ["put one across", [2, 2989, 7]], ["dupe", [2, 2989, 8]]]}, {"answer": "gurgle", "hint": "synonyms for gurgle", "clues": [["guggle", [2, 2990, 0]], ["babble", [2, 2990, 1]], ["bubble", [2, 2990, 2]], ["ripple", [2, 2990, 3]], ["burble", [2, 2990, 4]]]}, {"answer": "gush", "hint": "synonyms for gush", "clues": [["spirt", [2, 2991, 0]], ["spurt", [2, 2991, 1]], ["jet", [2, 2991, 2]], ["rave", [2, 2991, 3]], ["spout", [2, 2991, 4]]]}, {"answer": "guy", "hint": "synonyms for guy", "clues": [["laugh at", [2, 2992, 0]], ["roast", [2, 2992, 1]], ["make fun", [2, 2992, 2]], ["poke fun", [2, 2992, 3]], ["jest at", [2, 2992, 4]], ["rib", [2, 2992, 5]], ["blackguard", [2, 2992, 6]], ["ridicule", [2, 2992, 7]]]}, {"answer": "gyp", "hint": "synonyms for gyp", "clues": [["rook", [2, 2993, 0]], ["swindle", [2, 2993, 1]], ["bunco", [2, 2993, 2]], ["goldbrick", [2, 2993, 3]], ["victimize", [2, 2993, 4]], ["diddle", [2, 2993, 5]], ["con", [2, 2993, 6]], ["gip", [2, 2993, 7]], ["defraud", [2, 2993, 8]], ["nobble", [2, 2993, 9]], ["scam", [2, 2993, 10]], ["short-change", [2, 2993, 11]], ["hornswoggle", [2, 2993, 12]], ["mulct", [2, 2993, 13]]]}, {"answer": "gyps", "hint": "synonyms for gyps", "clues": [["rook", [2, 2994, 0]], ["swindle", [2, 2994, 1]], ["bunco", [2, 2994, 2]], ["goldbrick", [2, 2994, 3]], ["victimize", [2, 2994, 4]], ["diddle", [2, 2994, 5]], ["con", [2, 2994, 6]], ["gip", [2, 2994, 7]], ["defraud", [2, 2994, 8]], ["gyp", [2, 2994, 9]], ["nobble", [2, 2994, 10]], ["scam", [2, 2994, 11]], ["short-change", [2, 2994, 12]], ["hornswoggle", [2, 2994, 13]], ["mulct", [2, 2994, 14]]]}, {"answer": "hack", "hint": "synonyms for hack", "clues": [["cut", [2, 2995, 0]], ["hack on", [2, 2995, 1]], ["cut up", [2, 2995, 2]], ["whoop", [2, 2995, 3]], ["chop", [2, 2995, 4]]]}, {"answer": "haggling", "hint": "synonyms for haggling", "clues": [["higgle", [2, 2996, 0]], ["haggle", [2, 2996, 1]], ["huckster", [2, 2996, 2]], ["chaffer", [2, 2996, 3]]]}, {"answer": "hamming", "hint": "synonyms for hamming", "clues": [["overact", [2, 2997, 0]], ["overplay", [2, 2997, 1]], ["ham it up", [2, 2997, 2]], ["ham", [2, 2997, 3]]]}, {"answer": "hamper", "hint": "synonyms for hamper", "clues": [["cramp", [2, 2998, 0]], ["handicap", [2, 2998, 1]], ["strangle", [2, 2998, 2]], ["halter", [2, 2998, 3]], ["hinder", [2, 2998, 4]]]}, {"answer": "hand", "hint": "synonyms for hand", "clues": [["turn over", [2, 2999, 0]], ["pass", [2, 2999, 1]], ["pass on", [2, 2999, 2]], ["reach", [2, 2999, 3]], ["give", [2, 2999, 4]]]}, {"answer": "handicap", "hint": "synonyms for handicap", "clues": [["incapacitate", [2, 3000, 0]], ["disable", [2, 3000, 1]], ["invalid", [2, 3000, 2]], ["hinder", [2, 3000, 3]], ["hamper", [2, 3000, 4]]]}, {"answer": "handle", "hint": "synonyms for handle", "clues": [["address", [2, 3001, 0]], ["deal", [2, 3001, 1]], ["treat", [2, 3001, 2]], ["manage", [2, 3001, 3]], ["plow", [2, 3001, 4]], ["wield", [2, 3001, 5]], ["care", [2, 3001, 6]], ["cover", [2, 3001, 7]], ["palm", [2, 3001, 8]], ["do by", [2, 3001, 9]]]}, {"answer": "handling", "hint": "synonyms for handling", "clues": [["handle", [2, 3002, 0]], ["care", [2, 3002, 1]], ["cover", [2, 3002, 2]], ["palm", [2, 3002, 3]], ["do by", [2, 3002, 4]], ["manage", [2, 3002, 5]], ["address", [2, 3002, 6]], ["deal", [2, 3002, 7]], ["treat", [2, 3002, 8]], ["plow", [2, 3002, 9]], ["wield", [2, 3002, 10]]]}, {"answer": "hands", "hint": "synonyms for hands", "clues": [["turn over", [2, 3003, 0]], ["hand", [2, 3003, 1]], ["pass", [2, 3003, 2]], ["pass on", [2, 3003, 3]], ["reach", [2, 3003, 4]], ["give", [2, 3003, 5]]]}, {"answer": "hang", "hint": "synonyms for hang", "clues": [["hang up", [2, 3004, 0]], ["flow", [2, 3004, 1]], ["attend", [2, 3004, 2]], ["pay heed", [2, 3004, 3]], ["string up", [2, 3004, 4]], ["advert", [2, 3004, 5]], ["fall", [2, 3004, 6]], ["cling", [2, 3004, 7]], ["give ear", [2, 3004, 8]]]}, {"answer": "hanging", "hint": "synonyms for hanging", "clues": [["hang up", [2, 3005, 0]], ["hang", [2, 3005, 1]], ["flow", [2, 3005, 2]], ["attend", [2, 3005, 3]], ["pay heed", [2, 3005, 4]], ["string up", [2, 3005, 5]], ["fall", [2, 3005, 6]], ["cling", [2, 3005, 7]], ["give ear", [2, 3005, 8]], ["advert", [2, 3005, 9]]]}, {"answer": "hap", "hint": "synonyms for hap", "clues": [["come about", [2, 3006, 0]], ["occur", [2, 3006, 1]], ["pass off", [2, 3006, 2]], ["go on", [2, 3006, 3]], ["pass", [2, 3006, 4]], ["happen", [2, 3006, 5]], ["take place", [2, 3006, 6]], ["fall out", [2, 3006, 7]]]}, {"answer": "happening", "hint": "synonyms for happening", "clues": [["materialize", [2, 3007, 0]], ["come about", [2, 3007, 1]], ["pass off", [2, 3007, 2]], ["happen", [2, 3007, 3]], ["chance", [2, 3007, 4]], ["encounter", [2, 3007, 5]], ["take place", [2, 3007, 6]], ["fall out", [2, 3007, 7]], ["find", [2, 3007, 8]], ["hap", [2, 3007, 9]], ["occur", [2, 3007, 10]], ["befall", [2, 3007, 11]], ["bump", [2, 3007, 12]], ["go on", [2, 3007, 13]], ["pass", [2, 3007, 14]]]}, {"answer": "harbinger", "hint": "synonyms for harbinger", "clues": [["foretell", [2, 3008, 0]], ["annunciate", [2, 3008, 1]], ["announce", [2, 3008, 2]], ["herald", [2, 3008, 3]]]}, {"answer": "harbor", "hint": "synonyms for harbor", "clues": [["nurse", [2, 3009, 0]], ["harbour", [2, 3009, 1]], ["hold", [2, 3009, 2]], ["entertain", [2, 3009, 3]], ["shield", [2, 3009, 4]]]}, {"answer": "harbour", "hint": "synonyms for harbour", "clues": [["nurse", [2, 3010, 0]], ["harbor", [2, 3010, 1]], ["hold", [2, 3010, 2]], ["shield", [2, 3010, 3]], ["entertain", [2, 3010, 4]]]}, {"answer": "hardening", "hint": "synonyms for hardening", "clues": [["harden", [2, 3011, 0]], ["indurate", [2, 3011, 1]], ["inure", [2, 3011, 2]], ["season", [2, 3011, 3]], ["temper", [2, 3011, 4]]]}, {"answer": "harness", "hint": "synonyms for harness", "clues": [["rule", [2, 3012, 0]], ["tackle", [2, 3012, 1]], ["rein", [2, 3012, 2]], ["draw rein", [2, 3012, 3]], ["rein in", [2, 3012, 4]]]}, {"answer": "hassle", "hint": "synonyms for hassle", "clues": [["plague", [2, 3013, 0]], ["harry", [2, 3013, 1]], ["chivvy", [2, 3013, 2]], ["chevvy", [2, 3013, 3]], ["molest", [2, 3013, 4]], ["beset", [2, 3013, 5]], ["harass", [2, 3013, 6]], ["provoke", [2, 3013, 7]]]}, {"answer": "hatch", "hint": "synonyms for hatch", "clues": [["incubate", [2, 3014, 0]], ["cover", [2, 3014, 1]], ["think up", [2, 3014, 2]], ["dream up", [2, 3014, 3]], ["concoct", [2, 3014, 4]], ["brood", [2, 3014, 5]], ["think of", [2, 3014, 6]]]}, {"answer": "hatching", "hint": "synonyms for hatching", "clues": [["incubate", [2, 3015, 0]], ["concoct", [2, 3015, 1]], ["hatch", [2, 3015, 2]], ["dream up", [2, 3015, 3]], ["brood", [2, 3015, 4]], ["think of", [2, 3015, 5]], ["cover", [2, 3015, 6]], ["think up", [2, 3015, 7]]]}, {"answer": "hauling", "hint": "synonyms for hauling", "clues": [["drag", [2, 3016, 0]], ["haul", [2, 3016, 1]], ["hale", [2, 3016, 2]], ["cart", [2, 3016, 3]]]}, {"answer": "haunt", "hint": "synonyms for haunt", "clues": [["stalk", [2, 3017, 0]], ["frequent", [2, 3017, 1]], ["obsess", [2, 3017, 2]], ["ghost", [2, 3017, 3]]]}, {"answer": "have", "hint": "synonyms for have", "clues": [["accept", [2, 3018, 0]], ["feature", [2, 3018, 1]], ["hold", [2, 3018, 2]], ["get", [2, 3018, 3]], ["own", [2, 3018, 4]], ["give", [2, 3018, 5]], ["stimulate", [2, 3018, 6]], ["make", [2, 3018, 7]], ["birth", [2, 3018, 8]], ["give birth", [2, 3018, 9]], ["let", [2, 3018, 10]], ["take in", [2, 3018, 11]], ["experience", [2, 3018, 12]], ["induce", [2, 3018, 13]], ["sustain", [2, 3018, 14]], ["ingest", [2, 3018, 15]], ["have got", [2, 3018, 16]], ["bear", [2, 3018, 17]], ["receive", [2, 3018, 18]], ["take", [2, 3018, 19]], ["cause", [2, 3018, 20]], ["possess", [2, 3018, 21]], ["suffer", [2, 3018, 22]], ["throw", [2, 3018, 23]], ["consume", [2, 3018, 24]], ["deliver", [2, 3018, 25]]]}, {"answer": "hawk", "hint": "synonyms for hawk", "clues": [["pitch", [2, 3019, 0]], ["vend", [2, 3019, 1]], ["monger", [2, 3019, 2]], ["clear the throat", [2, 3019, 3]], ["peddle", [2, 3019, 4]], ["huckster", [2, 3019, 5]]]}, {"answer": "hawking", "hint": "synonyms for hawking", "clues": [["pitch", [2, 3020, 0]], ["vend", [2, 3020, 1]], ["monger", [2, 3020, 2]], ["hawk", [2, 3020, 3]], ["clear the throat", [2, 3020, 4]], ["peddle", [2, 3020, 5]], ["huckster", [2, 3020, 6]]]}, {"answer": "hazard", "hint": "synonyms for hazard", "clues": [["venture", [2, 3021, 0]], ["take chances", [2, 3021, 1]], ["gamble", [2, 3021, 2]], ["pretend", [2, 3021, 3]], ["jeopardize", [2, 3021, 4]], ["guess", [2, 3021, 5]], ["chance", [2, 3021, 6]], ["risk", [2, 3021, 7]], ["stake", [2, 3021, 8]], ["run a risk", [2, 3021, 9]]]}, {"answer": "head", "hint": "synonyms for head", "clues": [["channelize", [2, 3022, 0]], ["direct", [2, 3022, 1]], ["steer", [2, 3022, 2]], ["lead", [2, 3022, 3]], ["maneuver", [2, 3022, 4]], ["guide", [2, 3022, 5]], ["manoeuvre", [2, 3022, 6]], ["head up", [2, 3022, 7]], ["point", [2, 3022, 8]]]}, {"answer": "heading", "hint": "synonyms for heading", "clues": [["head", [2, 3023, 0]], ["direct", [2, 3023, 1]], ["steer", [2, 3023, 2]], ["lead", [2, 3023, 3]], ["channelise", [2, 3023, 4]], ["manoeuver", [2, 3023, 5]], ["guide", [2, 3023, 6]], ["head up", [2, 3023, 7]], ["point", [2, 3023, 8]]]}, {"answer": "heat", "hint": "synonyms for heat", "clues": [["wake", [2, 3024, 0]], ["ignite", [2, 3024, 1]], ["hot up", [2, 3024, 2]], ["fire up", [2, 3024, 3]], ["heat up", [2, 3024, 4]], ["inflame", [2, 3024, 5]], ["stir up", [2, 3024, 6]]]}, {"answer": "heating", "hint": "synonyms for heating", "clues": [["fire up", [2, 3025, 0]], ["heat", [2, 3025, 1]], ["ignite", [2, 3025, 2]], ["inflame", [2, 3025, 3]], ["stir up", [2, 3025, 4]], ["heat up", [2, 3025, 5]], ["wake", [2, 3025, 6]], ["hot up", [2, 3025, 7]]]}, {"answer": "heave", "hint": "synonyms for heave", "clues": [["heft", [2, 3026, 0]], ["retch", [2, 3026, 1]], ["billow", [2, 3026, 2]], ["surge", [2, 3026, 3]], ["gasp", [2, 3026, 4]], ["heft up", [2, 3026, 5]], ["heave up", [2, 3026, 6]], ["warp", [2, 3026, 7]], ["pant", [2, 3026, 8]], ["puff", [2, 3026, 9]], ["gag", [2, 3026, 10]], ["buckle", [2, 3026, 11]]]}, {"answer": "heaves", "hint": "synonyms for heaves", "clues": [["heave", [2, 3027, 0]], ["billow", [2, 3027, 1]], ["heft up", [2, 3027, 2]], ["warp", [2, 3027, 3]], ["pant", [2, 3027, 4]], ["gag", [2, 3027, 5]], ["heft", [2, 3027, 6]], ["retch", [2, 3027, 7]], ["surge", [2, 3027, 8]], ["heave up", [2, 3027, 9]], ["gasp", [2, 3027, 10]], ["puff", [2, 3027, 11]], ["buckle", [2, 3027, 12]]]}, {"answer": "heaving", "hint": "synonyms for heaving", "clues": [["heave", [2, 3028, 0]], ["billow", [2, 3028, 1]], ["heft up", [2, 3028, 2]], ["warp", [2, 3028, 3]], ["pant", [2, 3028, 4]], ["gag", [2, 3028, 5]], ["heft", [2, 3028, 6]], ["retch", [2, 3028, 7]], ["surge", [2, 3028, 8]], ["heave up", [2, 3028, 9]], ["gasp", [2, 3028, 10]], ["puff", [2, 3028, 11]], ["buckle", [2, 3028, 12]]]}, {"answer": "hector", "hint": "synonyms for hector", "clues": [["ballyrag", [2, 3029, 0]], ["boss around", [2, 3029, 1]], ["push around", [2, 3029, 2]], ["strong-arm", [2, 3029, 3]], ["bully", [2, 3029, 4]], ["browbeat", [2, 3029, 5]]]}, {"answer": "hedge", "hint": "synonyms for hedge", "clues": [["parry", [2, 3030, 0]], ["circumvent", [2, 3030, 1]], ["duck", [2, 3030, 2]], ["sidestep", [2, 3030, 3]], ["skirt", [2, 3030, 4]], ["put off", [2, 3030, 5]], ["hedge in", [2, 3030, 6]], ["evade", [2, 3030, 7]], ["dodge", [2, 3030, 8]], ["fudge", [2, 3030, 9]], ["elude", [2, 3030, 10]]]}, {"answer": "hedging", "hint": "synonyms for hedging", "clues": [["parry", [2, 3031, 0]], ["hedge", [2, 3031, 1]], ["circumvent", [2, 3031, 2]], ["duck", [2, 3031, 3]], ["sidestep", [2, 3031, 4]], ["skirt", [2, 3031, 5]], ["put off", [2, 3031, 6]], ["hedge in", [2, 3031, 7]], ["evade", [2, 3031, 8]], ["dodge", [2, 3031, 9]], ["fudge", [2, 3031, 10]], ["elude", [2, 3031, 11]]]}, {"answer": "help", "hint": "synonyms for help", "clues": [["avail", [2, 3032, 0]], ["serve", [2, 3032, 1]], ["help oneself", [2, 3032, 2]], ["aid", [2, 3032, 3]], ["assist", [2, 3032, 4]], ["facilitate", [2, 3032, 5]]]}, {"answer": "helping", "hint": "synonyms for helping", "clues": [["help", [2, 3033, 0]], ["help oneself", [2, 3033, 1]], ["aid", [2, 3033, 2]], ["assist", [2, 3033, 3]], ["avail", [2, 3033, 4]], ["serve", [2, 3033, 5]], ["facilitate", [2, 3033, 6]]]}, {"answer": "herald", "hint": "synonyms for herald", "clues": [["harbinger", [2, 3034, 0]], ["annunciate", [2, 3034, 1]], ["announce", [2, 3034, 2]], ["hail", [2, 3034, 3]], ["foretell", [2, 3034, 4]], ["acclaim", [2, 3034, 5]]]}, {"answer": "hide", "hint": "synonyms for hide", "clues": [["shroud", [2, 3035, 0]], ["obliterate", [2, 3035, 1]], ["cover", [2, 3035, 2]], ["conceal", [2, 3035, 3]], ["obscure", [2, 3035, 4]], ["blot out", [2, 3035, 5]], ["hide out", [2, 3035, 6]], ["veil", [2, 3035, 7]]]}, {"answer": "hiding", "hint": "synonyms for hiding", "clues": [["hide", [2, 3036, 0]], ["shroud", [2, 3036, 1]], ["obliterate", [2, 3036, 2]], ["obscure", [2, 3036, 3]], ["cover", [2, 3036, 4]], ["conceal", [2, 3036, 5]], ["blot out", [2, 3036, 6]], ["hide out", [2, 3036, 7]], ["veil", [2, 3036, 8]]]}, {"answer": "highlighting", "hint": "synonyms for highlighting", "clues": [["highlight", [2, 3037, 0]], ["spotlight", [2, 3037, 1]], ["play up", [2, 3037, 2]], ["foreground", [2, 3037, 3]]]}, {"answer": "hire", "hint": "synonyms for hire", "clues": [["engage", [2, 3038, 0]], ["lease", [2, 3038, 1]], ["rent", [2, 3038, 2]], ["take", [2, 3038, 3]], ["charter", [2, 3038, 4]], ["employ", [2, 3038, 5]]]}, {"answer": "hiss", "hint": "synonyms for hiss", "clues": [["siss", [2, 3039, 0]], ["sizz", [2, 3039, 1]], ["sibilate", [2, 3039, 2]], ["whoosh", [2, 3039, 3]], ["boo", [2, 3039, 4]]]}, {"answer": "hissing", "hint": "synonyms for hissing", "clues": [["hiss", [2, 3040, 0]], ["siss", [2, 3040, 1]], ["sizz", [2, 3040, 2]], ["sibilate", [2, 3040, 3]], ["whoosh", [2, 3040, 4]], ["boo", [2, 3040, 5]]]}, {"answer": "hit", "hint": "synonyms for hit", "clues": [["dispatch", [2, 3041, 0]], ["strike", [2, 3041, 1]], ["pip", [2, 3041, 2]], ["come to", [2, 3041, 3]], ["gain", [2, 3041, 4]], ["shoot", [2, 3041, 5]], ["off", [2, 3041, 6]], ["make", [2, 3041, 7]], ["remove", [2, 3041, 8]], ["murder", [2, 3041, 9]], ["run into", [2, 3041, 10]], ["bump off", [2, 3041, 11]], ["collide with", [2, 3041, 12]], ["arrive at", [2, 3041, 13]], ["tally", [2, 3041, 14]], ["attain", [2, 3041, 15]], ["impinge on", [2, 3041, 16]], ["reach", [2, 3041, 17]], ["slay", [2, 3041, 18]], ["stumble", [2, 3041, 19]], ["polish off", [2, 3041, 20]], ["score", [2, 3041, 21]], ["rack up", [2, 3041, 22]]]}, {"answer": "hitch", "hint": "synonyms for hitch", "clues": [["buck", [2, 3042, 0]], ["catch", [2, 3042, 1]], ["thumb", [2, 3042, 2]], ["hitchhike", [2, 3042, 3]], ["gimp", [2, 3042, 4]], ["hobble", [2, 3042, 5]], ["limp", [2, 3042, 6]], ["jerk", [2, 3042, 7]]]}, {"answer": "hitchings", "hint": "synonyms for hitchings", "clues": [["catch", [2, 3043, 0]], ["hitch", [2, 3043, 1]], ["hitchhike", [2, 3043, 2]], ["gimp", [2, 3043, 3]], ["limp", [2, 3043, 4]], ["thumb", [2, 3043, 5]], ["hobble", [2, 3043, 6]], ["buck", [2, 3043, 7]], ["jerk", [2, 3043, 8]]]}, {"answer": "hitting", "hint": "synonyms for hitting", "clues": [["pip", [2, 3044, 0]], ["come to", [2, 3044, 1]], ["hit", [2, 3044, 2]], ["shoot", [2, 3044, 3]], ["run into", [2, 3044, 4]], ["bump off", [2, 3044, 5]], ["collide with", [2, 3044, 6]], ["attain", [2, 3044, 7]], ["reach", [2, 3044, 8]], ["strike", [2, 3044, 9]], ["stumble", [2, 3044, 10]], ["polish off", [2, 3044, 11]], ["score", [2, 3044, 12]], ["rack up", [2, 3044, 13]], ["dispatch", [2, 3044, 14]], ["gain", [2, 3044, 15]], ["off", [2, 3044, 16]], ["make", [2, 3044, 17]], ["remove", [2, 3044, 18]], ["murder", [2, 3044, 19]], ["tally", [2, 3044, 20]], ["impinge on", [2, 3044, 21]], ["slay", [2, 3044, 22]], ["arrive at", [2, 3044, 23]]]}, {"answer": "hoard", "hint": "synonyms for hoard", "clues": [["lay away", [2, 3045, 0]], ["hive up", [2, 3045, 1]], ["pile up", [2, 3045, 2]], ["cache", [2, 3045, 3]], ["collect", [2, 3045, 4]], ["accumulate", [2, 3045, 5]], ["roll up", [2, 3045, 6]], ["amass", [2, 3045, 7]], ["compile", [2, 3045, 8]], ["squirrel away", [2, 3045, 9]], ["stash", [2, 3045, 10]]]}, {"answer": "hoarding", "hint": "synonyms for hoarding", "clues": [["lay away", [2, 3046, 0]], ["hive up", [2, 3046, 1]], ["pile up", [2, 3046, 2]], ["cache", [2, 3046, 3]], ["collect", [2, 3046, 4]], ["accumulate", [2, 3046, 5]], ["roll up", [2, 3046, 6]], ["amass", [2, 3046, 7]], ["compile", [2, 3046, 8]], ["hoard", [2, 3046, 9]], ["squirrel away", [2, 3046, 10]], ["stash", [2, 3046, 11]]]}, {"answer": "hobble", "hint": "synonyms for hobble", "clues": [["hopple", [2, 3047, 0]], ["gimp", [2, 3047, 1]], ["limp", [2, 3047, 2]], ["hitch", [2, 3047, 3]]]}, {"answer": "hold", "hint": "synonyms for hold", "clues": [["hold up", [2, 3048, 0]], ["bear", [2, 3048, 1]], ["maintain", [2, 3048, 2]], ["support", [2, 3048, 3]], ["check", [2, 3048, 4]], ["oblige", [2, 3048, 5]], ["adjudge", [2, 3048, 6]], ["halt", [2, 3048, 7]], ["make", [2, 3048, 8]], ["curb", [2, 3048, 9]], ["contain", [2, 3048, 10]], ["harbour", [2, 3048, 11]], ["take hold", [2, 3048, 12]], ["have", [2, 3048, 13]], ["admit", [2, 3048, 14]], ["nurse", [2, 3048, 15]], ["carry", [2, 3048, 16]], ["have got", [2, 3048, 17]], ["guard", [2, 3048, 18]], ["concur", [2, 3048, 19]], ["defend", [2, 3048, 20]], ["control", [2, 3048, 21]], ["concord", [2, 3048, 22]], ["withstand", [2, 3048, 23]], ["book", [2, 3048, 24]], ["confine", [2, 3048, 25]], ["reserve", [2, 3048, 26]], ["retain", [2, 3048, 27]], ["go for", [2, 3048, 28]], ["prevail", [2, 3048, 29]], ["declare", [2, 3048, 30]], ["view as", [2, 3048, 31]], ["give", [2, 3048, 32]], ["keep", [2, 3048, 33]], ["keep back", [2, 3048, 34]], ["hold back", [2, 3048, 35]], ["hold in", [2, 3048, 36]], ["arrest", [2, 3048, 37]], ["take", [2, 3048, 38]], ["apply", [2, 3048, 39]], ["accommodate", [2, 3048, 40]], ["defy", [2, 3048, 41]], ["bind", [2, 3048, 42]], ["deem", [2, 3048, 43]], ["obtain", [2, 3048, 44]], ["take for", [2, 3048, 45]], ["agree", [2, 3048, 46]], ["sustain", [2, 3048, 47]], ["moderate", [2, 3048, 48]], ["throw", [2, 3048, 49]], ["entertain", [2, 3048, 50]]]}, {"answer": "holding", "hint": "synonyms for holding", "clues": [["hold", [2, 3049, 0]], ["support", [2, 3049, 1]], ["halt", [2, 3049, 2]], ["make", [2, 3049, 3]], ["contain", [2, 3049, 4]], ["take hold", [2, 3049, 5]], ["admit", [2, 3049, 6]], ["nurse", [2, 3049, 7]], ["have got", [2, 3049, 8]], ["guard", [2, 3049, 9]], ["obligate", [2, 3049, 10]], ["concur", [2, 3049, 11]], ["defend", [2, 3049, 12]], ["withstand", [2, 3049, 13]], ["book", [2, 3049, 14]], ["confine", [2, 3049, 15]], ["have", [2, 3049, 16]], ["restrain", [2, 3049, 17]], ["prevail", [2, 3049, 18]], ["declare", [2, 3049, 19]], ["keep", [2, 3049, 20]], ["hold back", [2, 3049, 21]], ["arrest", [2, 3049, 22]], ["defy", [2, 3049, 23]], ["deem", [2, 3049, 24]], ["obtain", [2, 3049, 25]], ["take for", [2, 3049, 26]], ["carry", [2, 3049, 27]], ["harbor", [2, 3049, 28]], ["bear", [2, 3049, 29]], ["sustain", [2, 3049, 30]], ["moderate", [2, 3049, 31]], ["throw", [2, 3049, 32]], ["entertain", [2, 3049, 33]], ["hold up", [2, 3049, 34]], ["maintain", [2, 3049, 35]], ["check", [2, 3049, 36]], ["adjudge", [2, 3049, 37]], ["curb", [2, 3049, 38]], ["control", [2, 3049, 39]], ["concord", [2, 3049, 40]], ["reserve", [2, 3049, 41]], ["go for", [2, 3049, 42]], ["view as", [2, 3049, 43]], ["give", [2, 3049, 44]], ["keep back", [2, 3049, 45]], ["hold in", [2, 3049, 46]], ["take", [2, 3049, 47]], ["apply", [2, 3049, 48]], ["accommodate", [2, 3049, 49]], ["bind", [2, 3049, 50]], ["agree", [2, 3049, 51]]]}, {"answer": "holler", "hint": "synonyms for holler", "clues": [["bitch", [2, 3050, 0]], ["squawk", [2, 3050, 1]], ["call", [2, 3050, 2]], ["shout out", [2, 3050, 3]], ["shout", [2, 3050, 4]], ["scream", [2, 3050, 5]], ["cry", [2, 3050, 6]], ["gripe", [2, 3050, 7]], ["crab", [2, 3050, 8]], ["hollo", [2, 3050, 9]], ["beef", [2, 3050, 10]], ["bellyache", [2, 3050, 11]], ["holler out", [2, 3050, 12]], ["squall", [2, 3050, 13]], ["grouse", [2, 3050, 14]], ["yell", [2, 3050, 15]]]}, {"answer": "hollering", "hint": "synonyms for hollering", "clues": [["bitch", [2, 3051, 0]], ["squawk", [2, 3051, 1]], ["call", [2, 3051, 2]], ["holler", [2, 3051, 3]], ["shout", [2, 3051, 4]], ["gripe", [2, 3051, 5]], ["hollo", [2, 3051, 6]], ["beef", [2, 3051, 7]], ["bellyache", [2, 3051, 8]], ["squall", [2, 3051, 9]], ["grouse", [2, 3051, 10]], ["yell", [2, 3051, 11]], ["shout out", [2, 3051, 12]], ["scream", [2, 3051, 13]], ["crab", [2, 3051, 14]], ["holler out", [2, 3051, 15]], ["cry", [2, 3051, 16]]]}, {"answer": "hollo", "hint": "synonyms for hollo", "clues": [["call", [2, 3052, 0]], ["shout out", [2, 3052, 1]], ["shout", [2, 3052, 2]], ["scream", [2, 3052, 3]], ["holler", [2, 3052, 4]], ["squall", [2, 3052, 5]], ["cry", [2, 3052, 6]], ["yell", [2, 3052, 7]]]}, {"answer": "honk", "hint": "synonyms for honk", "clues": [["blare", [2, 3053, 0]], ["beep", [2, 3053, 1]], ["spue", [2, 3053, 2]], ["purge", [2, 3053, 3]], ["regorge", [2, 3053, 4]], ["retch", [2, 3053, 5]], ["vomit up", [2, 3053, 6]], ["upchuck", [2, 3053, 7]], ["disgorge", [2, 3053, 8]], ["puke", [2, 3053, 9]], ["be sick", [2, 3053, 10]], ["sick", [2, 3053, 11]], ["cast", [2, 3053, 12]], ["regurgitate", [2, 3053, 13]], ["claxon", [2, 3053, 14]], ["vomit", [2, 3053, 15]], ["toot", [2, 3053, 16]], ["cronk", [2, 3053, 17]], ["spew", [2, 3053, 18]], ["chuck", [2, 3053, 19]], ["throw up", [2, 3053, 20]], ["barf", [2, 3053, 21]]]}, {"answer": "honor", "hint": "synonyms for honor", "clues": [["honour", [2, 3054, 0]], ["reward", [2, 3054, 1]], ["observe", [2, 3054, 2]], ["respect", [2, 3054, 3]], ["abide by", [2, 3054, 4]]]}, {"answer": "honoring", "hint": "synonyms for honoring", "clues": [["honor", [2, 3055, 0]], ["observe", [2, 3055, 1]], ["reward", [2, 3055, 2]], ["respect", [2, 3055, 3]], ["abide by", [2, 3055, 4]]]}, {"answer": "honour", "hint": "synonyms for honour", "clues": [["honor", [2, 3056, 0]], ["reward", [2, 3056, 1]], ["observe", [2, 3056, 2]], ["respect", [2, 3056, 3]], ["abide by", [2, 3056, 4]]]}, {"answer": "honours", "hint": "synonyms for honours", "clues": [["honor", [2, 3057, 0]], ["observe", [2, 3057, 1]], ["reward", [2, 3057, 2]], ["respect", [2, 3057, 3]], ["abide by", [2, 3057, 4]]]}, {"answer": "hoofing", "hint": "synonyms for hoofing", "clues": [["hoof it", [2, 3058, 0]], ["foot", [2, 3058, 1]], ["hoof", [2, 3058, 2]], ["leg it", [2, 3058, 3]]]}, {"answer": "hook", "hint": "synonyms for hook", "clues": [["filch", [2, 3059, 0]], ["glom", [2, 3059, 1]], ["thieve", [2, 3059, 2]], ["knock off", [2, 3059, 3]], ["cabbage", [2, 3059, 4]], ["gazump", [2, 3059, 5]], ["soak", [2, 3059, 6]], ["rob", [2, 3059, 7]], ["crochet", [2, 3059, 8]], ["snitch", [2, 3059, 9]], ["overcharge", [2, 3059, 10]], ["sneak", [2, 3059, 11]], ["pilfer", [2, 3059, 12]], ["pluck", [2, 3059, 13]], ["purloin", [2, 3059, 14]], ["addict", [2, 3059, 15]], ["abstract", [2, 3059, 16]], ["pinch", [2, 3059, 17]], ["fleece", [2, 3059, 18]], ["snare", [2, 3059, 19]], ["lift", [2, 3059, 20]], ["solicit", [2, 3059, 21]], ["accost", [2, 3059, 22]], ["cop", [2, 3059, 23]], ["nobble", [2, 3059, 24]], ["snarf", [2, 3059, 25]], ["plume", [2, 3059, 26]], ["swipe", [2, 3059, 27]], ["surcharge", [2, 3059, 28]]]}, {"answer": "hooking", "hint": "synonyms for hooking", "clues": [["hook", [2, 3060, 0]], ["soak", [2, 3060, 1]], ["crochet", [2, 3060, 2]], ["overcharge", [2, 3060, 3]], ["sneak", [2, 3060, 4]], ["pilfer", [2, 3060, 5]], ["pluck", [2, 3060, 6]], ["purloin", [2, 3060, 7]], ["abstract", [2, 3060, 8]], ["lift", [2, 3060, 9]], ["accost", [2, 3060, 10]], ["nobble", [2, 3060, 11]], ["snarf", [2, 3060, 12]], ["plume", [2, 3060, 13]], ["swipe", [2, 3060, 14]], ["filch", [2, 3060, 15]], ["glom", [2, 3060, 16]], ["thieve", [2, 3060, 17]], ["knock off", [2, 3060, 18]], ["gazump", [2, 3060, 19]], ["cabbage", [2, 3060, 20]], ["rob", [2, 3060, 21]], ["snitch", [2, 3060, 22]], ["addict", [2, 3060, 23]], ["pinch", [2, 3060, 24]], ["fleece", [2, 3060, 25]], ["snare", [2, 3060, 26]], ["solicit", [2, 3060, 27]], ["cop", [2, 3060, 28]], ["surcharge", [2, 3060, 29]]]}, {"answer": "hooks", "hint": "synonyms for hooks", "clues": [["hook", [2, 3061, 0]], ["soak", [2, 3061, 1]], ["crochet", [2, 3061, 2]], ["overcharge", [2, 3061, 3]], ["sneak", [2, 3061, 4]], ["pilfer", [2, 3061, 5]], ["pluck", [2, 3061, 6]], ["purloin", [2, 3061, 7]], ["abstract", [2, 3061, 8]], ["lift", [2, 3061, 9]], ["accost", [2, 3061, 10]], ["nobble", [2, 3061, 11]], ["snarf", [2, 3061, 12]], ["plume", [2, 3061, 13]], ["swipe", [2, 3061, 14]], ["filch", [2, 3061, 15]], ["glom", [2, 3061, 16]], ["thieve", [2, 3061, 17]], ["knock off", [2, 3061, 18]], ["gazump", [2, 3061, 19]], ["cabbage", [2, 3061, 20]], ["rob", [2, 3061, 21]], ["snitch", [2, 3061, 22]], ["addict", [2, 3061, 23]], ["pinch", [2, 3061, 24]], ["fleece", [2, 3061, 25]], ["snare", [2, 3061, 26]], ["solicit", [2, 3061, 27]], ["cop", [2, 3061, 28]], ["surcharge", [2, 3061, 29]]]}, {"answer": "howl", "hint": "synonyms for howl", "clues": [["roar", [2, 3062, 0]], ["yowl", [2, 3062, 1]], ["yaup", [2, 3062, 2]], ["wail", [2, 3062, 3]], ["wrawl", [2, 3062, 4]], ["yammer", [2, 3062, 5]], ["ululate", [2, 3062, 6]], ["yawl", [2, 3062, 7]]]}, {"answer": "huckster", "hint": "synonyms for huckster", "clues": [["higgle", [2, 3063, 0]], ["pitch", [2, 3063, 1]], ["vend", [2, 3063, 2]], ["haggle", [2, 3063, 3]], ["chaffer", [2, 3063, 4]], ["monger", [2, 3063, 5]], ["hawk", [2, 3063, 6]], ["peddle", [2, 3063, 7]]]}, {"answer": "hugging", "hint": "synonyms for hugging", "clues": [["bosom", [2, 3064, 0]], ["squeeze", [2, 3064, 1]], ["embrace", [2, 3064, 2]], ["hug", [2, 3064, 3]]]}, {"answer": "humming", "hint": "synonyms for humming", "clues": [["seethe", [2, 3065, 0]], ["thrum", [2, 3065, 1]], ["hum", [2, 3065, 2]], ["buzz", [2, 3065, 3]]]}, {"answer": "hump", "hint": "synonyms for hump", "clues": [["jazz", [2, 3066, 0]], ["eff", [2, 3066, 1]], ["do it", [2, 3066, 2]], ["bed", [2, 3066, 3]], ["lie with", [2, 3066, 4]], ["sleep with", [2, 3066, 5]], ["hunch", [2, 3066, 6]], ["fuck", [2, 3066, 7]], ["hunch forward", [2, 3066, 8]], ["be intimate", [2, 3066, 9]], ["make love", [2, 3066, 10]], ["get it on", [2, 3066, 11]], ["roll in the hay", [2, 3066, 12]], ["know", [2, 3066, 13]], ["bang", [2, 3066, 14]], ["love", [2, 3066, 15]], ["have sex", [2, 3066, 16]], ["bonk", [2, 3066, 17]], ["have it off", [2, 3066, 18]], ["get laid", [2, 3066, 19]], ["hunch over", [2, 3066, 20]], ["have a go at it", [2, 3066, 21]], ["have it away", [2, 3066, 22]], ["make out", [2, 3066, 23]], ["have intercourse", [2, 3066, 24]], ["sleep together", [2, 3066, 25]], ["screw", [2, 3066, 26]]]}, {"answer": "hunger", "hint": "synonyms for hunger", "clues": [["starve", [2, 3067, 0]], ["thirst", [2, 3067, 1]], ["crave", [2, 3067, 2]], ["lust", [2, 3067, 3]], ["famish", [2, 3067, 4]]]}, {"answer": "hunt", "hint": "synonyms for hunt", "clues": [["hound", [2, 3068, 0]], ["hunt down", [2, 3068, 1]], ["track down", [2, 3068, 2]], ["run", [2, 3068, 3]], ["trace", [2, 3068, 4]]]}, {"answer": "hunting", "hint": "synonyms for hunting", "clues": [["hunt", [2, 3069, 0]], ["hound", [2, 3069, 1]], ["hunt down", [2, 3069, 2]], ["track down", [2, 3069, 3]], ["run", [2, 3069, 4]], ["trace", [2, 3069, 5]]]}, {"answer": "hurl", "hint": "synonyms for hurl", "clues": [["throw", [2, 3070, 0]], ["hurtle", [2, 3070, 1]], ["cast", [2, 3070, 2]], ["lunge", [2, 3070, 3]], ["thrust", [2, 3070, 4]]]}, {"answer": "hurling", "hint": "synonyms for hurling", "clues": [["throw", [2, 3071, 0]], ["hurtle", [2, 3071, 1]], ["cast", [2, 3071, 2]], ["lunge", [2, 3071, 3]], ["hurl", [2, 3071, 4]], ["thrust", [2, 3071, 5]]]}, {"answer": "hurry", "hint": "synonyms for hurry", "clues": [["travel rapidly", [2, 3072, 0]], ["zip", [2, 3072, 1]], ["speed", [2, 3072, 2]], ["hasten", [2, 3072, 3]], ["rush", [2, 3072, 4]], ["festinate", [2, 3072, 5]], ["look sharp", [2, 3072, 6]]]}, {"answer": "hurting", "hint": "synonyms for hurting", "clues": [["wound", [2, 3073, 0]], ["smart", [2, 3073, 1]], ["hurt", [2, 3073, 2]], ["pain", [2, 3073, 3]], ["injure", [2, 3073, 4]], ["ache", [2, 3073, 5]], ["spite", [2, 3073, 6]], ["offend", [2, 3073, 7]], ["bruise", [2, 3073, 8]], ["suffer", [2, 3073, 9]], ["anguish", [2, 3073, 10]]]}, {"answer": "hush", "hint": "synonyms for hush", "clues": [["pipe down", [2, 3074, 0]], ["silence", [2, 3074, 1]], ["hush up", [2, 3074, 2]], ["quiesce", [2, 3074, 3]], ["quiet", [2, 3074, 4]], ["quiet down", [2, 3074, 5]], ["still", [2, 3074, 6]], ["shut up", [2, 3074, 7]], ["quieten", [2, 3074, 8]]]}, {"answer": "hushing", "hint": "synonyms for hushing", "clues": [["pipe down", [2, 3075, 0]], ["silence", [2, 3075, 1]], ["hush up", [2, 3075, 2]], ["hush", [2, 3075, 3]], ["quiesce", [2, 3075, 4]], ["quiet", [2, 3075, 5]], ["quiet down", [2, 3075, 6]], ["still", [2, 3075, 7]], ["shut up", [2, 3075, 8]], ["quieten", [2, 3075, 9]]]}, {"answer": "hustle", "hint": "synonyms for hustle", "clues": [["roll", [2, 3076, 0]], ["pluck", [2, 3076, 1]], ["bustle about", [2, 3076, 2]], ["bustle", [2, 3076, 3]]]}, {"answer": "hybridizing", "hint": "synonyms for hybridizing", "clues": [["cross", [2, 3077, 0]], ["crossbreed", [2, 3077, 1]], ["hybridise", [2, 3077, 2]], ["interbreed", [2, 3077, 3]]]}, {"answer": "idling", "hint": "synonyms for idling", "clues": [["slug", [2, 3078, 0]], ["idle", [2, 3078, 1]], ["laze", [2, 3078, 2]], ["stagnate", [2, 3078, 3]], ["tick over", [2, 3078, 4]]]}, {"answer": "image", "hint": "synonyms for image", "clues": [["see", [2, 3079, 0]], ["visualize", [2, 3079, 1]], ["figure", [2, 3079, 2]], ["picture", [2, 3079, 3]], ["project", [2, 3079, 4]], ["fancy", [2, 3079, 5]], ["envision", [2, 3079, 6]]]}, {"answer": "imaging", "hint": "synonyms for imaging", "clues": [["see", [2, 3080, 0]], ["visualize", [2, 3080, 1]], ["figure", [2, 3080, 2]], ["picture", [2, 3080, 3]], ["project", [2, 3080, 4]], ["image", [2, 3080, 5]], ["fancy", [2, 3080, 6]], ["envision", [2, 3080, 7]]]}, {"answer": "imbibing", "hint": "synonyms for imbibing", "clues": [["imbibe", [2, 3081, 0]], ["sop up", [2, 3081, 1]], ["take in", [2, 3081, 2]], ["suck", [2, 3081, 3]], ["drink", [2, 3081, 4]], ["soak up", [2, 3081, 5]], ["absorb", [2, 3081, 6]], ["draw", [2, 3081, 7]], ["suck up", [2, 3081, 8]], ["assimilate", [2, 3081, 9]], ["take up", [2, 3081, 10]]]}, {"answer": "immobilizing", "hint": "synonyms for immobilizing", "clues": [["immobilise", [2, 3082, 0]], ["freeze", [2, 3082, 1]], ["block", [2, 3082, 2]], ["pin", [2, 3082, 3]], ["trap", [2, 3082, 4]]]}, {"answer": "impact", "hint": "synonyms for impact", "clues": [["bear upon", [2, 3083, 0]], ["touch", [2, 3083, 1]], ["touch on", [2, 3083, 2]], ["affect", [2, 3083, 3]]]}, {"answer": "imparting", "hint": "synonyms for imparting", "clues": [["impart", [2, 3084, 0]], ["lend", [2, 3084, 1]], ["pass on", [2, 3084, 2]], ["leave", [2, 3084, 3]], ["transmit", [2, 3084, 4]], ["carry", [2, 3084, 5]], ["conduct", [2, 3084, 6]], ["give", [2, 3084, 7]], ["add", [2, 3084, 8]], ["convey", [2, 3084, 9]], ["contribute", [2, 3084, 10]], ["bring", [2, 3084, 11]], ["bestow", [2, 3084, 12]], ["channel", [2, 3084, 13]]]}, {"answer": "impinging", "hint": "synonyms for impinging", "clues": [["encroach", [2, 3085, 0]], ["infringe", [2, 3085, 1]], ["impinge", [2, 3085, 2]], ["entrench", [2, 3085, 3]]]}, {"answer": "implant", "hint": "synonyms for implant", "clues": [["plant", [2, 3086, 0]], ["imbed", [2, 3086, 1]], ["embed", [2, 3086, 2]], ["engraft", [2, 3086, 3]]]}, {"answer": "implement", "hint": "synonyms for implement", "clues": [["enforce", [2, 3087, 0]], ["carry out", [2, 3087, 1]], ["follow up", [2, 3087, 2]], ["put through", [2, 3087, 3]], ["follow through", [2, 3087, 4]], ["follow out", [2, 3087, 5]], ["go through", [2, 3087, 6]], ["apply", [2, 3087, 7]]]}, {"answer": "impounding", "hint": "synonyms for impounding", "clues": [["attach", [2, 3088, 0]], ["impound", [2, 3088, 1]], ["seize", [2, 3088, 2]], ["confiscate", [2, 3088, 3]], ["pound", [2, 3088, 4]], ["sequester", [2, 3088, 5]]]}, {"answer": "impress", "hint": "synonyms for impress", "clues": [["move", [2, 3089, 0]], ["ingrain", [2, 3089, 1]], ["print", [2, 3089, 2]], ["yarn-dye", [2, 3089, 3]], ["affect", [2, 3089, 4]], ["imprint", [2, 3089, 5]], ["shanghai", [2, 3089, 6]], ["instill", [2, 3089, 7]], ["strike", [2, 3089, 8]]]}, {"answer": "incense", "hint": "synonyms for incense", "clues": [["infuriate", [2, 3090, 0]], ["thurify", [2, 3090, 1]], ["exasperate", [2, 3090, 2]], ["cense", [2, 3090, 3]]]}, {"answer": "incline", "hint": "synonyms for incline", "clues": [["be given", [2, 3091, 0]], ["dispose", [2, 3091, 1]], ["lean", [2, 3091, 2]], ["pitch", [2, 3091, 3]], ["tend", [2, 3091, 4]], ["run", [2, 3091, 5]], ["slope", [2, 3091, 6]]]}, {"answer": "inclining", "hint": "synonyms for inclining", "clues": [["be given", [2, 3092, 0]], ["dispose", [2, 3092, 1]], ["incline", [2, 3092, 2]], ["pitch", [2, 3092, 3]], ["slope", [2, 3092, 4]], ["lean", [2, 3092, 5]], ["tend", [2, 3092, 6]], ["run", [2, 3092, 7]]]}, {"answer": "inconvenience", "hint": "synonyms for inconvenience", "clues": [["put out", [2, 3093, 0]], ["incommode", [2, 3093, 1]], ["disoblige", [2, 3093, 2]], ["trouble", [2, 3093, 3]], ["discommode", [2, 3093, 4]], ["bother", [2, 3093, 5]]]}, {"answer": "incurring", "hint": "synonyms for incurring", "clues": [["incur", [2, 3094, 0]], ["obtain", [2, 3094, 1]], ["get", [2, 3094, 2]], ["find", [2, 3094, 3]], ["receive", [2, 3094, 4]]]}, {"answer": "inducing", "hint": "synonyms for inducing", "clues": [["stimulate", [2, 3095, 0]], ["make", [2, 3095, 1]], ["cause", [2, 3095, 2]], ["induce", [2, 3095, 3]], ["rush", [2, 3095, 4]], ["get", [2, 3095, 5]], ["hasten", [2, 3095, 6]], ["have", [2, 3095, 7]], ["induct", [2, 3095, 8]], ["bring on", [2, 3095, 9]]]}, {"answer": "indulging", "hint": "synonyms for indulging", "clues": [["baby", [2, 3096, 0]], ["coddle", [2, 3096, 1]], ["indulge", [2, 3096, 2]], ["mollycoddle", [2, 3096, 3]], ["pamper", [2, 3096, 4]], ["featherbed", [2, 3096, 5]], ["luxuriate", [2, 3096, 6]], ["cosset", [2, 3096, 7]], ["pander", [2, 3096, 8]], ["spoil", [2, 3096, 9]], ["cocker", [2, 3096, 10]], ["gratify", [2, 3096, 11]]]}, {"answer": "inebriate", "hint": "synonyms for inebriate", "clues": [["intoxicate", [2, 3097, 0]], ["thrill", [2, 3097, 1]], ["hit it up", [2, 3097, 2]], ["soak", [2, 3097, 3]], ["exalt", [2, 3097, 4]], ["beatify", [2, 3097, 5]], ["souse", [2, 3097, 6]], ["tickle pink", [2, 3097, 7]], ["exhilarate", [2, 3097, 8]]]}, {"answer": "inflaming", "hint": "synonyms for inflaming", "clues": [["enkindle", [2, 3098, 0]], ["conflagrate", [2, 3098, 1]], ["ignite", [2, 3098, 2]], ["inflame", [2, 3098, 3]], ["stir up", [2, 3098, 4]], ["wake", [2, 3098, 5]], ["heat", [2, 3098, 6]], ["fire up", [2, 3098, 7]]]}, {"answer": "influence", "hint": "synonyms for influence", "clues": [["tempt", [2, 3099, 0]], ["act upon", [2, 3099, 1]], ["determine", [2, 3099, 2]], ["shape", [2, 3099, 3]], ["mold", [2, 3099, 4]], ["regulate", [2, 3099, 5]], ["work", [2, 3099, 6]], ["charm", [2, 3099, 7]]]}, {"answer": "ingraining", "hint": "synonyms for ingraining", "clues": [["impress", [2, 3100, 0]], ["ingrain", [2, 3100, 1]], ["instill", [2, 3100, 2]], ["grain", [2, 3100, 3]]]}, {"answer": "initiate", "hint": "synonyms for initiate", "clues": [["induct", [2, 3101, 0]], ["lead up", [2, 3101, 1]], ["pioneer", [2, 3101, 2]], ["broach", [2, 3101, 3]], ["originate", [2, 3101, 4]], ["start", [2, 3101, 5]]]}, {"answer": "insert", "hint": "synonyms for insert", "clues": [["enter", [2, 3102, 0]], ["introduce", [2, 3102, 1]], ["stick in", [2, 3102, 2]], ["inclose", [2, 3102, 3]], ["slip in", [2, 3102, 4]], ["infix", [2, 3102, 5]], ["put in", [2, 3102, 6]], ["sneak in", [2, 3102, 7]], ["tuck", [2, 3102, 8]]]}, {"answer": "insisting", "hint": "synonyms for insisting", "clues": [["assert", [2, 3103, 0]], ["take a firm stand", [2, 3103, 1]], ["insist", [2, 3103, 2]], ["importune", [2, 3103, 3]]]}, {"answer": "installing", "hint": "synonyms for installing", "clues": [["instal", [2, 3104, 0]], ["establish", [2, 3104, 1]], ["put in", [2, 3104, 2]], ["set up", [2, 3104, 3]]]}, {"answer": "instilling", "hint": "synonyms for instilling", "clues": [["transfuse", [2, 3105, 0]], ["ingrain", [2, 3105, 1]], ["instill", [2, 3105, 2]], ["impregnate", [2, 3105, 3]], ["infuse", [2, 3105, 4]], ["tincture", [2, 3105, 5]], ["inculcate", [2, 3105, 6]], ["impress", [2, 3105, 7]]]}, {"answer": "institute", "hint": "synonyms for institute", "clues": [["establish", [2, 3106, 0]], ["found", [2, 3106, 1]], ["bring", [2, 3106, 2]], ["plant", [2, 3106, 3]], ["constitute", [2, 3106, 4]]]}, {"answer": "integrating", "hint": "synonyms for integrating", "clues": [["integrate", [2, 3107, 0]], ["desegregate", [2, 3107, 1]], ["mix", [2, 3107, 2]], ["incorporate", [2, 3107, 3]]]}, {"answer": "interbreeding", "hint": "synonyms for interbreeding", "clues": [["cross", [2, 3108, 0]], ["crossbreed", [2, 3108, 1]], ["hybridise", [2, 3108, 2]], ["interbreed", [2, 3108, 3]]]}, {"answer": "intercept", "hint": "synonyms for intercept", "clues": [["stop", [2, 3109, 0]], ["bug", [2, 3109, 1]], ["tap", [2, 3109, 2]], ["wiretap", [2, 3109, 3]]]}, {"answer": "interchange", "hint": "synonyms for interchange", "clues": [["exchange", [2, 3110, 0]], ["flip-flop", [2, 3110, 1]], ["tack", [2, 3110, 2]], ["transpose", [2, 3110, 3]], ["substitute", [2, 3110, 4]], ["counterchange", [2, 3110, 5]], ["alternate", [2, 3110, 6]], ["replace", [2, 3110, 7]], ["switch", [2, 3110, 8]], ["flip", [2, 3110, 9]]]}, {"answer": "interdict", "hint": "synonyms for interdict", "clues": [["disallow", [2, 3111, 0]], ["proscribe", [2, 3111, 1]], ["prohibit", [2, 3111, 2]], ["nix", [2, 3111, 3]], ["veto", [2, 3111, 4]], ["forbid", [2, 3111, 5]]]}, {"answer": "interest", "hint": "synonyms for interest", "clues": [["matter to", [2, 3112, 0]], ["occupy", [2, 3112, 1]], ["worry", [2, 3112, 2]], ["concern", [2, 3112, 3]]]}, {"answer": "interpreting", "hint": "synonyms for interpreting", "clues": [["render", [2, 3113, 0]], ["represent", [2, 3113, 1]], ["interpret", [2, 3113, 2]], ["construe", [2, 3113, 3]], ["understand", [2, 3113, 4]], ["translate", [2, 3113, 5]], ["see", [2, 3113, 6]], ["rede", [2, 3113, 7]], ["read", [2, 3113, 8]]]}, {"answer": "interrupt", "hint": "synonyms for interrupt", "clues": [["disrupt", [2, 3114, 0]], ["break", [2, 3114, 1]], ["cut off", [2, 3114, 2]], ["break up", [2, 3114, 3]], ["disturb", [2, 3114, 4]]]}, {"answer": "investing", "hint": "synonyms for investing", "clues": [["clothe", [2, 3115, 0]], ["invest", [2, 3115, 1]], ["gift", [2, 3115, 2]], ["enthrone", [2, 3115, 3]], ["seat", [2, 3115, 4]], ["induct", [2, 3115, 5]], ["endow", [2, 3115, 6]], ["adorn", [2, 3115, 7]], ["place", [2, 3115, 8]], ["empower", [2, 3115, 9]], ["put", [2, 3115, 10]], ["vest", [2, 3115, 11]], ["endue", [2, 3115, 12]], ["commit", [2, 3115, 13]], ["indue", [2, 3115, 14]]]}, {"answer": "invite", "hint": "synonyms for invite", "clues": [["ask over", [2, 3116, 0]], ["ask for", [2, 3116, 1]], ["take in", [2, 3116, 2]], ["ask round", [2, 3116, 3]], ["call for", [2, 3116, 4]], ["ask in", [2, 3116, 5]], ["tempt", [2, 3116, 6]], ["pay for", [2, 3116, 7]], ["bid", [2, 3116, 8]], ["receive", [2, 3116, 9]]]}, {"answer": "issue", "hint": "synonyms for issue", "clues": [["publish", [2, 3117, 0]], ["egress", [2, 3117, 1]], ["write out", [2, 3117, 2]], ["come forth", [2, 3117, 3]], ["make out", [2, 3117, 4]], ["put out", [2, 3117, 5]], ["emerge", [2, 3117, 6]], ["release", [2, 3117, 7]], ["cut", [2, 3117, 8]], ["bring out", [2, 3117, 9]], ["go forth", [2, 3117, 10]], ["supply", [2, 3117, 11]], ["come out", [2, 3117, 12]]]}, {"answer": "issuing", "hint": "synonyms for issuing", "clues": [["issue", [2, 3118, 0]], ["publish", [2, 3118, 1]], ["egress", [2, 3118, 2]], ["write out", [2, 3118, 3]], ["come forth", [2, 3118, 4]], ["make out", [2, 3118, 5]], ["put out", [2, 3118, 6]], ["emerge", [2, 3118, 7]], ["release", [2, 3118, 8]], ["cut", [2, 3118, 9]], ["bring out", [2, 3118, 10]], ["go forth", [2, 3118, 11]], ["supply", [2, 3118, 12]], ["come out", [2, 3118, 13]]]}, {"answer": "itching", "hint": "synonyms for itching", "clues": [["scratch", [2, 3119, 0]], ["itch", [2, 3119, 1]], ["rub", [2, 3119, 2]], ["spoil", [2, 3119, 3]]]}, {"answer": "jab", "hint": "synonyms for jab", "clues": [["dig", [2, 3120, 0]], ["stab", [2, 3120, 1]], ["poke", [2, 3120, 2]], ["prod", [2, 3120, 3]]]}, {"answer": "jabber", "hint": "synonyms for jabber", "clues": [["rave", [2, 3121, 0]], ["rant", [2, 3121, 1]], ["spout", [2, 3121, 2]], ["rabbit on", [2, 3121, 3]], ["mouth off", [2, 3121, 4]]]}, {"answer": "jabbering", "hint": "synonyms for jabbering", "clues": [["rave", [2, 3122, 0]], ["jabber", [2, 3122, 1]], ["rant", [2, 3122, 2]], ["spout", [2, 3122, 3]], ["rabbit on", [2, 3122, 4]], ["mouth off", [2, 3122, 5]]]}, {"answer": "jabbing", "hint": "synonyms for jabbing", "clues": [["dig", [2, 3123, 0]], ["stab", [2, 3123, 1]], ["jab", [2, 3123, 2]], ["poke", [2, 3123, 3]], ["prod", [2, 3123, 4]]]}, {"answer": "jail", "hint": "synonyms for jail", "clues": [["gaol", [2, 3124, 0]], ["put away", [2, 3124, 1]], ["remand", [2, 3124, 2]], ["jug", [2, 3124, 3]], ["immure", [2, 3124, 4]], ["imprison", [2, 3124, 5]], ["lag", [2, 3124, 6]], ["incarcerate", [2, 3124, 7]], ["put behind bars", [2, 3124, 8]]]}, {"answer": "jam", "hint": "synonyms for jam", "clues": [["obturate", [2, 3125, 0]], ["close up", [2, 3125, 1]], ["impede", [2, 3125, 2]], ["block", [2, 3125, 3]], ["ram", [2, 3125, 4]], ["pile", [2, 3125, 5]], ["jampack", [2, 3125, 6]], ["obstruct", [2, 3125, 7]], ["wad", [2, 3125, 8]], ["pack", [2, 3125, 9]], ["throng", [2, 3125, 10]], ["chock up", [2, 3125, 11]], ["occlude", [2, 3125, 12]], ["mob", [2, 3125, 13]], ["crush", [2, 3125, 14]]]}, {"answer": "james", "hint": "synonyms for james", "clues": [["obturate", [2, 3126, 0]], ["jam", [2, 3126, 1]], ["close up", [2, 3126, 2]], ["impede", [2, 3126, 3]], ["ram", [2, 3126, 4]], ["pile", [2, 3126, 5]], ["obstruct", [2, 3126, 6]], ["wad", [2, 3126, 7]], ["mob", [2, 3126, 8]], ["crush", [2, 3126, 9]], ["block", [2, 3126, 10]], ["jampack", [2, 3126, 11]], ["pack", [2, 3126, 12]], ["throng", [2, 3126, 13]], ["chock up", [2, 3126, 14]], ["occlude", [2, 3126, 15]]]}, {"answer": "jamming", "hint": "synonyms for jamming", "clues": [["obturate", [2, 3127, 0]], ["jam", [2, 3127, 1]], ["close up", [2, 3127, 2]], ["impede", [2, 3127, 3]], ["ram", [2, 3127, 4]], ["pile", [2, 3127, 5]], ["obstruct", [2, 3127, 6]], ["wad", [2, 3127, 7]], ["mob", [2, 3127, 8]], ["crush", [2, 3127, 9]], ["block", [2, 3127, 10]], ["jampack", [2, 3127, 11]], ["pack", [2, 3127, 12]], ["throng", [2, 3127, 13]], ["chock up", [2, 3127, 14]], ["occlude", [2, 3127, 15]]]}, {"answer": "jar", "hint": "synonyms for jar", "clues": [["jolt", [2, 3128, 0]], ["collide", [2, 3128, 1]], ["bump around", [2, 3128, 2]], ["clash", [2, 3128, 3]], ["shake up", [2, 3128, 4]]]}, {"answer": "jaw", "hint": "synonyms for jaw", "clues": [["dress down", [2, 3129, 0]], ["chatter", [2, 3129, 1]], ["masticate", [2, 3129, 2]], ["chew the fat", [2, 3129, 3]], ["chew up", [2, 3129, 4]], ["natter", [2, 3129, 5]], ["reprimand", [2, 3129, 6]], ["confab", [2, 3129, 7]], ["yap away", [2, 3129, 8]], ["lambast", [2, 3129, 9]], ["rebuke", [2, 3129, 10]], ["manducate", [2, 3129, 11]], ["rattle on", [2, 3129, 12]], ["yack", [2, 3129, 13]], ["trounce", [2, 3129, 14]], ["call down", [2, 3129, 15]], ["chaffer", [2, 3129, 16]], ["lecture", [2, 3129, 17]], ["visit", [2, 3129, 18]], ["rag", [2, 3129, 19]], ["confabulate", [2, 3129, 20]], ["scold", [2, 3129, 21]], ["gossip", [2, 3129, 22]], ["chit-chat", [2, 3129, 23]], ["bawl out", [2, 3129, 24]], ["berate", [2, 3129, 25]], ["have words", [2, 3129, 26]], ["chew out", [2, 3129, 27]], ["remonstrate", [2, 3129, 28]], ["claver", [2, 3129, 29]], ["yack away", [2, 3129, 30]], ["call on the carpet", [2, 3129, 31]], ["shoot the breeze", [2, 3129, 32]], ["chide", [2, 3129, 33]], ["reproof", [2, 3129, 34]], ["take to task", [2, 3129, 35]], ["chew", [2, 3129, 36]], ["chat", [2, 3129, 37]]]}, {"answer": "jazz", "hint": "synonyms for jazz", "clues": [["hump", [2, 3130, 0]], ["eff", [2, 3130, 1]], ["do it", [2, 3130, 2]], ["bed", [2, 3130, 3]], ["lie with", [2, 3130, 4]], ["sleep with", [2, 3130, 5]], ["fuck", [2, 3130, 6]], ["be intimate", [2, 3130, 7]], ["make love", [2, 3130, 8]], ["get it on", [2, 3130, 9]], ["roll in the hay", [2, 3130, 10]], ["know", [2, 3130, 11]], ["bang", [2, 3130, 12]], ["love", [2, 3130, 13]], ["have sex", [2, 3130, 14]], ["bonk", [2, 3130, 15]], ["have it off", [2, 3130, 16]], ["get laid", [2, 3130, 17]], ["have a go at it", [2, 3130, 18]], ["have it away", [2, 3130, 19]], ["make out", [2, 3130, 20]], ["have intercourse", [2, 3130, 21]], ["sleep together", [2, 3130, 22]], ["screw", [2, 3130, 23]]]}, {"answer": "jeer", "hint": "synonyms for jeer", "clues": [["barrack", [2, 3131, 0]], ["flout", [2, 3131, 1]], ["scoff", [2, 3131, 2]], ["gibe", [2, 3131, 3]]]}, {"answer": "jerk", "hint": "synonyms for jerk", "clues": [["flick", [2, 3132, 0]], ["yank", [2, 3132, 1]], ["hitch", [2, 3132, 2]], ["twitch", [2, 3132, 3]], ["buck", [2, 3132, 4]]]}, {"answer": "jib", "hint": "synonyms for jib", "clues": [["resist", [2, 3133, 0]], ["change course", [2, 3133, 1]], ["jibe", [2, 3133, 2]], ["gybe", [2, 3133, 3]], ["balk", [2, 3133, 4]]]}, {"answer": "jibe", "hint": "synonyms for jibe", "clues": [["match", [2, 3134, 0]], ["fit", [2, 3134, 1]], ["change course", [2, 3134, 2]], ["jib", [2, 3134, 3]], ["tally", [2, 3134, 4]], ["correspond", [2, 3134, 5]], ["gibe", [2, 3134, 6]], ["check", [2, 3134, 7]], ["gybe", [2, 3134, 8]], ["agree", [2, 3134, 9]]]}, {"answer": "jimmies", "hint": "synonyms for jimmies", "clues": [["prise", [2, 3135, 0]], ["lever", [2, 3135, 1]], ["pry", [2, 3135, 2]], ["prize", [2, 3135, 3]], ["jimmy", [2, 3135, 4]]]}, {"answer": "jimmy", "hint": "synonyms for jimmy", "clues": [["prize", [2, 3136, 0]], ["prise", [2, 3136, 1]], ["lever", [2, 3136, 2]], ["pry", [2, 3136, 3]]]}, {"answer": "jinx", "hint": "synonyms for jinx", "clues": [["witch", [2, 3137, 0]], ["bewitch", [2, 3137, 1]], ["enchant", [2, 3137, 2]], ["hex", [2, 3137, 3]], ["glamour", [2, 3137, 4]]]}, {"answer": "jockey", "hint": "synonyms for jockey", "clues": [["chicane", [2, 3138, 0]], ["screw", [2, 3138, 1]], ["chouse", [2, 3138, 2]], ["cheat", [2, 3138, 3]], ["shaft", [2, 3138, 4]]]}, {"answer": "jog", "hint": "synonyms for jog", "clues": [["ramble on", [2, 3139, 0]], ["ramble", [2, 3139, 1]], ["square up", [2, 3139, 2]], ["trot", [2, 3139, 3]], ["clip", [2, 3139, 4]], ["even up", [2, 3139, 5]]]}, {"answer": "jogging", "hint": "synonyms for jogging", "clues": [["jog", [2, 3140, 0]], ["ramble on", [2, 3140, 1]], ["ramble", [2, 3140, 2]], ["trot", [2, 3140, 3]], ["clip", [2, 3140, 4]], ["square up", [2, 3140, 5]], ["even up", [2, 3140, 6]]]}, {"answer": "join", "hint": "synonyms for join", "clues": [["conjoin", [2, 3141, 0]], ["fall in", [2, 3141, 1]], ["link", [2, 3141, 2]], ["link up", [2, 3141, 3]], ["unite", [2, 3141, 4]], ["bring together", [2, 3141, 5]], ["connect", [2, 3141, 6]], ["get together", [2, 3141, 7]]]}, {"answer": "joining", "hint": "synonyms for joining", "clues": [["connect", [2, 3142, 0]], ["conjoin", [2, 3142, 1]], ["join", [2, 3142, 2]], ["fall in", [2, 3142, 3]], ["link up", [2, 3142, 4]], ["unite", [2, 3142, 5]], ["bring together", [2, 3142, 6]], ["link", [2, 3142, 7]], ["get together", [2, 3142, 8]]]}, {"answer": "judge", "hint": "synonyms for judge", "clues": [["pronounce", [2, 3143, 0]], ["guess", [2, 3143, 1]], ["try", [2, 3143, 2]], ["label", [2, 3143, 3]], ["estimate", [2, 3143, 4]], ["pass judgment", [2, 3143, 5]], ["gauge", [2, 3143, 6]], ["approximate", [2, 3143, 7]], ["evaluate", [2, 3143, 8]], ["adjudicate", [2, 3143, 9]]]}, {"answer": "judges", "hint": "synonyms for judges", "clues": [["judge", [2, 3144, 0]], ["guess", [2, 3144, 1]], ["pronounce", [2, 3144, 2]], ["try", [2, 3144, 3]], ["estimate", [2, 3144, 4]], ["label", [2, 3144, 5]], ["pass judgment", [2, 3144, 6]], ["gauge", [2, 3144, 7]], ["approximate", [2, 3144, 8]], ["evaluate", [2, 3144, 9]], ["adjudicate", [2, 3144, 10]]]}, {"answer": "judging", "hint": "synonyms for judging", "clues": [["judge", [2, 3145, 0]], ["guess", [2, 3145, 1]], ["pronounce", [2, 3145, 2]], ["try", [2, 3145, 3]], ["estimate", [2, 3145, 4]], ["label", [2, 3145, 5]], ["pass judgment", [2, 3145, 6]], ["gauge", [2, 3145, 7]], ["approximate", [2, 3145, 8]], ["evaluate", [2, 3145, 9]], ["adjudicate", [2, 3145, 10]]]}, {"answer": "jug", "hint": "synonyms for jug", "clues": [["gaol", [2, 3146, 0]], ["put away", [2, 3146, 1]], ["remand", [2, 3146, 2]], ["immure", [2, 3146, 3]], ["imprison", [2, 3146, 4]], ["lag", [2, 3146, 5]], ["incarcerate", [2, 3146, 6]], ["jail", [2, 3146, 7]], ["put behind bars", [2, 3146, 8]]]}, {"answer": "jumble", "hint": "synonyms for jumble", "clues": [["mix up", [2, 3147, 0]], ["confuse", [2, 3147, 1]], ["throw together", [2, 3147, 2]], ["mingle", [2, 3147, 3]], ["scramble", [2, 3147, 4]]]}, {"answer": "jump", "hint": "synonyms for jump", "clues": [["leap", [2, 3148, 0]], ["jump off", [2, 3148, 1]], ["stick out", [2, 3148, 2]], ["rise", [2, 3148, 3]], ["start", [2, 3148, 4]], ["alternate", [2, 3148, 5]], ["startle", [2, 3148, 6]], ["jump-start", [2, 3148, 7]], ["climb up", [2, 3148, 8]], ["skip", [2, 3148, 9]], ["bound", [2, 3148, 10]], ["stand out", [2, 3148, 11]], ["derail", [2, 3148, 12]], ["jump out", [2, 3148, 13]], ["chute", [2, 3148, 14]], ["skip over", [2, 3148, 15]], ["pass over", [2, 3148, 16]], ["spring", [2, 3148, 17]], ["parachute", [2, 3148, 18]], ["leap out", [2, 3148, 19]]]}, {"answer": "jumping", "hint": "synonyms for jumping", "clues": [["stick out", [2, 3149, 0]], ["jump", [2, 3149, 1]], ["leap", [2, 3149, 2]], ["climb up", [2, 3149, 3]], ["skip", [2, 3149, 4]], ["stand out", [2, 3149, 5]], ["derail", [2, 3149, 6]], ["jump out", [2, 3149, 7]], ["chute", [2, 3149, 8]], ["jumpstart", [2, 3149, 9]], ["pass over", [2, 3149, 10]], ["skip over", [2, 3149, 11]], ["spring", [2, 3149, 12]], ["parachute", [2, 3149, 13]], ["start", [2, 3149, 14]], ["jump off", [2, 3149, 15]], ["rise", [2, 3149, 16]], ["alternate", [2, 3149, 17]], ["startle", [2, 3149, 18]], ["bound", [2, 3149, 19]], ["leap out", [2, 3149, 20]]]}, {"answer": "junketing", "hint": "synonyms for junketing", "clues": [["junket", [2, 3150, 0]], ["feast", [2, 3150, 1]], ["banquet", [2, 3150, 2]], ["junketeer", [2, 3150, 3]]]}, {"answer": "jut", "hint": "synonyms for jut", "clues": [["jut out", [2, 3151, 0]], ["protrude", [2, 3151, 1]], ["project", [2, 3151, 2]], ["stick out", [2, 3151, 3]]]}, {"answer": "keel", "hint": "synonyms for keel", "clues": [["lurch", [2, 3152, 0]], ["reel", [2, 3152, 1]], ["careen", [2, 3152, 2]], ["stagger", [2, 3152, 3]], ["swag", [2, 3152, 4]]]}, {"answer": "keep", "hint": "synonyms for keep", "clues": [["hold", [2, 3153, 0]], ["maintain", [2, 3153, 1]], ["hold back", [2, 3153, 2]], ["stay fresh", [2, 3153, 3]], ["keep back", [2, 3153, 4]], ["proceed", [2, 3153, 5]], ["go on", [2, 3153, 6]], ["continue", [2, 3153, 7]], ["celebrate", [2, 3153, 8]], ["sustain", [2, 3153, 9]], ["prevent", [2, 3153, 10]], ["observe", [2, 3153, 11]], ["retain", [2, 3153, 12]], ["keep open", [2, 3153, 13]], ["hold open", [2, 3153, 14]], ["preserve", [2, 3153, 15]], ["go along", [2, 3153, 16]], ["save", [2, 3153, 17]]]}, {"answer": "keeping", "hint": "synonyms for keeping", "clues": [["hold", [2, 3154, 0]], ["keep", [2, 3154, 1]], ["maintain", [2, 3154, 2]], ["stay fresh", [2, 3154, 3]], ["celebrate", [2, 3154, 4]], ["continue", [2, 3154, 5]], ["observe", [2, 3154, 6]], ["retain", [2, 3154, 7]], ["keep open", [2, 3154, 8]], ["hold open", [2, 3154, 9]], ["save", [2, 3154, 10]], ["preserve", [2, 3154, 11]], ["hold back", [2, 3154, 12]], ["keep back", [2, 3154, 13]], ["proceed", [2, 3154, 14]], ["go on", [2, 3154, 15]], ["sustain", [2, 3154, 16]], ["prevent", [2, 3154, 17]], ["go along", [2, 3154, 18]]]}, {"answer": "kick", "hint": "synonyms for kick", "clues": [["kick back", [2, 3155, 0]], ["plain", [2, 3155, 1]], ["give up", [2, 3155, 2]], ["quetch", [2, 3155, 3]], ["complain", [2, 3155, 4]], ["sound off", [2, 3155, 5]], ["kvetch", [2, 3155, 6]], ["recoil", [2, 3155, 7]]]}, {"answer": "kicking", "hint": "synonyms for kicking", "clues": [["kick", [2, 3156, 0]], ["kick back", [2, 3156, 1]], ["sound off", [2, 3156, 2]], ["plain", [2, 3156, 3]], ["give up", [2, 3156, 4]], ["quetch", [2, 3156, 5]], ["complain", [2, 3156, 6]], ["kvetch", [2, 3156, 7]], ["recoil", [2, 3156, 8]]]}, {"answer": "kid", "hint": "synonyms for kid", "clues": [["pull the leg of", [2, 3157, 0]], ["josh", [2, 3157, 1]], ["chaff", [2, 3157, 2]], ["banter", [2, 3157, 3]], ["jolly", [2, 3157, 4]]]}, {"answer": "kidnapping", "hint": "synonyms for kidnapping", "clues": [["abduct", [2, 3158, 0]], ["snatch", [2, 3158, 1]], ["nobble", [2, 3158, 2]], ["kidnap", [2, 3158, 3]]]}, {"answer": "kill", "hint": "synonyms for kill", "clues": [["defeat", [2, 3159, 0]], ["belt down", [2, 3159, 1]], ["vote down", [2, 3159, 2]], ["toss off", [2, 3159, 3]], ["wipe out", [2, 3159, 4]], ["down", [2, 3159, 5]], ["shoot down", [2, 3159, 6]], ["drink down", [2, 3159, 7]], ["obliterate", [2, 3159, 8]], ["stamp out", [2, 3159, 9]], ["pop", [2, 3159, 10]], ["vote out", [2, 3159, 11]], ["pour down", [2, 3159, 12]]]}, {"answer": "kindling", "hint": "synonyms for kindling", "clues": [["enkindle", [2, 3160, 0]], ["provoke", [2, 3160, 1]], ["conflagrate", [2, 3160, 2]], ["raise", [2, 3160, 3]], ["inflame", [2, 3160, 4]], ["evoke", [2, 3160, 5]], ["fire", [2, 3160, 6]], ["elicit", [2, 3160, 7]], ["arouse", [2, 3160, 8]]]}, {"answer": "kink", "hint": "synonyms for kink", "clues": [["frizzle", [2, 3161, 0]], ["crimp", [2, 3161, 1]], ["kink up", [2, 3161, 2]], ["curve", [2, 3161, 3]], ["crape", [2, 3161, 4]], ["curl", [2, 3161, 5]], ["frizz", [2, 3161, 6]]]}, {"answer": "kip", "hint": "synonyms for kip", "clues": [["sleep", [2, 3162, 0]], ["slumber", [2, 3162, 1]], ["log Z's", [2, 3162, 2]], ["catch some Z's", [2, 3162, 3]]]}, {"answer": "kissing", "hint": "synonyms for kissing", "clues": [["snog", [2, 3163, 0]], ["osculate", [2, 3163, 1]], ["kiss", [2, 3163, 2]], ["buss", [2, 3163, 3]]]}, {"answer": "knit", "hint": "synonyms for knit", "clues": [["pucker", [2, 3164, 0]], ["cockle", [2, 3164, 1]], ["entwine", [2, 3164, 2]], ["rumple", [2, 3164, 3]]]}, {"answer": "knitting", "hint": "synonyms for knitting", "clues": [["knit", [2, 3165, 0]], ["cockle", [2, 3165, 1]], ["rumple", [2, 3165, 2]], ["entwine", [2, 3165, 3]], ["pucker", [2, 3165, 4]]]}, {"answer": "knock", "hint": "synonyms for knock", "clues": [["bump", [2, 3166, 0]], ["strike hard", [2, 3166, 1]], ["tap", [2, 3166, 2]], ["pick apart", [2, 3166, 3]], ["rap", [2, 3166, 4]], ["criticise", [2, 3166, 5]], ["ping", [2, 3166, 6]], ["pink", [2, 3166, 7]]]}, {"answer": "knocking", "hint": "synonyms for knocking", "clues": [["bump", [2, 3167, 0]], ["strike hard", [2, 3167, 1]], ["knock", [2, 3167, 2]], ["tap", [2, 3167, 3]], ["pick apart", [2, 3167, 4]], ["rap", [2, 3167, 5]], ["criticise", [2, 3167, 6]], ["ping", [2, 3167, 7]], ["pink", [2, 3167, 8]]]}, {"answer": "know", "hint": "synonyms for know", "clues": [["hump", [2, 3168, 0]], ["jazz", [2, 3168, 1]], ["eff", [2, 3168, 2]], ["do it", [2, 3168, 3]], ["experience", [2, 3168, 4]], ["recognise", [2, 3168, 5]], ["bed", [2, 3168, 6]], ["lie with", [2, 3168, 7]], ["sleep with", [2, 3168, 8]], ["fuck", [2, 3168, 9]], ["be intimate", [2, 3168, 10]], ["make love", [2, 3168, 11]], ["live", [2, 3168, 12]], ["get it on", [2, 3168, 13]], ["roll in the hay", [2, 3168, 14]], ["bang", [2, 3168, 15]], ["love", [2, 3168, 16]], ["have sex", [2, 3168, 17]], ["bonk", [2, 3168, 18]], ["have it off", [2, 3168, 19]], ["get laid", [2, 3168, 20]], ["have a go at it", [2, 3168, 21]], ["have it away", [2, 3168, 22]], ["have intercourse", [2, 3168, 23]], ["make out", [2, 3168, 24]], ["cognize", [2, 3168, 25]], ["acknowledge", [2, 3168, 26]], ["sleep together", [2, 3168, 27]], ["screw", [2, 3168, 28]]]}, {"answer": "kotow", "hint": "synonyms for kotow", "clues": [["toady", [2, 3169, 0]], ["fawn", [2, 3169, 1]], ["truckle", [2, 3169, 2]], ["bootlick", [2, 3169, 3]], ["suck up", [2, 3169, 4]], ["kowtow", [2, 3169, 5]]]}, {"answer": "kowtow", "hint": "synonyms for kowtow", "clues": [["truckle", [2, 3170, 0]], ["genuflect", [2, 3170, 1]], ["suck up", [2, 3170, 2]], ["scrape", [2, 3170, 3]], ["toady", [2, 3170, 4]], ["kotow", [2, 3170, 5]], ["fawn", [2, 3170, 6]], ["bootlick", [2, 3170, 7]]]}, {"answer": "kvetch", "hint": "synonyms for kvetch", "clues": [["kick", [2, 3171, 0]], ["quetch", [2, 3171, 1]], ["complain", [2, 3171, 2]], ["sound off", [2, 3171, 3]], ["plain", [2, 3171, 4]]]}, {"answer": "label", "hint": "synonyms for label", "clues": [["pronounce", [2, 3172, 0]], ["mark", [2, 3172, 1]], ["tag", [2, 3172, 2]], ["judge", [2, 3172, 3]]]}, {"answer": "labor", "hint": "synonyms for labor", "clues": [["tug", [2, 3173, 0]], ["fag", [2, 3173, 1]], ["travail", [2, 3173, 2]], ["labour", [2, 3173, 3]], ["grind", [2, 3173, 4]], ["push", [2, 3173, 5]], ["dig", [2, 3173, 6]], ["drudge", [2, 3173, 7]], ["toil", [2, 3173, 8]], ["moil", [2, 3173, 9]], ["drive", [2, 3173, 10]]]}, {"answer": "labour", "hint": "synonyms for labour", "clues": [["fag", [2, 3174, 0]], ["tug", [2, 3174, 1]], ["travail", [2, 3174, 2]], ["grind", [2, 3174, 3]], ["push", [2, 3174, 4]], ["dig", [2, 3174, 5]], ["labor", [2, 3174, 6]], ["drudge", [2, 3174, 7]], ["toil", [2, 3174, 8]], ["moil", [2, 3174, 9]], ["drive", [2, 3174, 10]]]}, {"answer": "lace", "hint": "synonyms for lace", "clues": [["braid", [2, 3175, 0]], ["enlace", [2, 3175, 1]], ["fortify", [2, 3175, 2]], ["entwine", [2, 3175, 3]], ["spike", [2, 3175, 4]], ["lace up", [2, 3175, 5]], ["twine", [2, 3175, 6]], ["plait", [2, 3175, 7]], ["intertwine", [2, 3175, 8]], ["interlace", [2, 3175, 9]]]}, {"answer": "lacing", "hint": "synonyms for lacing", "clues": [["braid", [2, 3176, 0]], ["enlace", [2, 3176, 1]], ["fortify", [2, 3176, 2]], ["lace", [2, 3176, 3]], ["entwine", [2, 3176, 4]], ["spike", [2, 3176, 5]], ["lace up", [2, 3176, 6]], ["twine", [2, 3176, 7]], ["plait", [2, 3176, 8]], ["intertwine", [2, 3176, 9]], ["interlace", [2, 3176, 10]]]}, {"answer": "lactate", "hint": "synonyms for lactate", "clues": [["wet-nurse", [2, 3177, 0]], ["nurse", [2, 3177, 1]], ["suckle", [2, 3177, 2]], ["breastfeed", [2, 3177, 3]], ["give suck", [2, 3177, 4]], ["suck", [2, 3177, 5]]]}, {"answer": "lag", "hint": "synonyms for lag", "clues": [["dawdle", [2, 3178, 0]], ["gaol", [2, 3178, 1]], ["put away", [2, 3178, 2]], ["fall back", [2, 3178, 3]], ["remand", [2, 3178, 4]], ["immure", [2, 3178, 5]], ["imprison", [2, 3178, 6]], ["jug", [2, 3178, 7]], ["incarcerate", [2, 3178, 8]], ["fall behind", [2, 3178, 9]], ["jail", [2, 3178, 10]], ["put behind bars", [2, 3178, 11]]]}, {"answer": "lagging", "hint": "synonyms for lagging", "clues": [["lag", [2, 3179, 0]], ["dawdle", [2, 3179, 1]], ["gaol", [2, 3179, 2]], ["put away", [2, 3179, 3]], ["fall back", [2, 3179, 4]], ["remand", [2, 3179, 5]], ["immure", [2, 3179, 6]], ["imprison", [2, 3179, 7]], ["jug", [2, 3179, 8]], ["incarcerate", [2, 3179, 9]], ["fall behind", [2, 3179, 10]], ["jail", [2, 3179, 11]], ["put behind bars", [2, 3179, 12]]]}, {"answer": "lam", "hint": "synonyms for lam", "clues": [["scarper", [2, 3180, 0]], ["head for the hills", [2, 3180, 1]], ["turn tail", [2, 3180, 2]], ["break away", [2, 3180, 3]], ["run", [2, 3180, 4]], ["take to the woods", [2, 3180, 5]], ["thrash", [2, 3180, 6]], ["bunk", [2, 3180, 7]], ["scat", [2, 3180, 8]], ["hightail it", [2, 3180, 9]], ["flail", [2, 3180, 10]], ["run away", [2, 3180, 11]], ["thresh", [2, 3180, 12]], ["fly the coop", [2, 3180, 13]], ["escape", [2, 3180, 14]]]}, {"answer": "lament", "hint": "synonyms for lament", "clues": [["bewail", [2, 3181, 0]], ["bemoan", [2, 3181, 1]], ["deplore", [2, 3181, 2]], ["keen", [2, 3181, 3]]]}, {"answer": "land", "hint": "synonyms for land", "clues": [["shoot down", [2, 3182, 0]], ["set down", [2, 3182, 1]], ["bring down", [2, 3182, 2]], ["shore", [2, 3182, 3]], ["set ashore", [2, 3182, 4]], ["down", [2, 3182, 5]], ["bring", [2, 3182, 6]], ["put down", [2, 3182, 7]]]}, {"answer": "landing", "hint": "synonyms for landing", "clues": [["shoot down", [2, 3183, 0]], ["set down", [2, 3183, 1]], ["land", [2, 3183, 2]], ["down", [2, 3183, 3]], ["set ashore", [2, 3183, 4]], ["bring down", [2, 3183, 5]], ["shore", [2, 3183, 6]], ["bring", [2, 3183, 7]], ["put down", [2, 3183, 8]]]}, {"answer": "lap", "hint": "synonyms for lap", "clues": [["wash", [2, 3184, 0]], ["swish", [2, 3184, 1]], ["lap up", [2, 3184, 2]], ["swosh", [2, 3184, 3]], ["lick", [2, 3184, 4]], ["lave", [2, 3184, 5]]]}, {"answer": "lapping", "hint": "synonyms for lapping", "clues": [["lap", [2, 3185, 0]], ["swosh", [2, 3185, 1]], ["lick", [2, 3185, 2]], ["wash", [2, 3185, 3]], ["swish", [2, 3185, 4]], ["lap up", [2, 3185, 5]], ["lave", [2, 3185, 6]]]}, {"answer": "lapse", "hint": "synonyms for lapse", "clues": [["elapse", [2, 3186, 0]], ["retrogress", [2, 3186, 1]], ["recidivate", [2, 3186, 2]], ["slip away", [2, 3186, 3]], ["go by", [2, 3186, 4]], ["fall back", [2, 3186, 5]], ["pass", [2, 3186, 6]], ["slip by", [2, 3186, 7]], ["go along", [2, 3186, 8]], ["glide by", [2, 3186, 9]], ["regress", [2, 3186, 10]], ["backslide", [2, 3186, 11]], ["sink", [2, 3186, 12]]]}, {"answer": "lapsing", "hint": "synonyms for lapsing", "clues": [["lapse", [2, 3187, 0]], ["pass", [2, 3187, 1]], ["relapse", [2, 3187, 2]], ["slip by", [2, 3187, 3]], ["regress", [2, 3187, 4]], ["slide by", [2, 3187, 5]], ["retrogress", [2, 3187, 6]], ["recidivate", [2, 3187, 7]], ["slip away", [2, 3187, 8]], ["go by", [2, 3187, 9]], ["fall back", [2, 3187, 10]], ["go along", [2, 3187, 11]], ["backslide", [2, 3187, 12]], ["sink", [2, 3187, 13]]]}, {"answer": "lard", "hint": "synonyms for lard", "clues": [["aggrandize", [2, 3188, 0]], ["embellish", [2, 3188, 1]], ["dramatise", [2, 3188, 2]], ["embroider", [2, 3188, 3]], ["pad", [2, 3188, 4]], ["blow up", [2, 3188, 5]]]}, {"answer": "lark", "hint": "synonyms for lark", "clues": [["frisk", [2, 3189, 0]], ["lark about", [2, 3189, 1]], ["sport", [2, 3189, 2]], ["romp", [2, 3189, 3]], ["run around", [2, 3189, 4]], ["gambol", [2, 3189, 5]], ["rollick", [2, 3189, 6]], ["cavort", [2, 3189, 7]], ["skylark", [2, 3189, 8]], ["disport", [2, 3189, 9]], ["frolic", [2, 3189, 10]]]}, {"answer": "lash", "hint": "synonyms for lash", "clues": [["flog", [2, 3190, 0]], ["lather", [2, 3190, 1]], ["trounce", [2, 3190, 2]], ["slash", [2, 3190, 3]], ["whip", [2, 3190, 4]], ["strap", [2, 3190, 5]], ["welt", [2, 3190, 6]]]}, {"answer": "lashings", "hint": "synonyms for lashings", "clues": [["lash", [2, 3191, 0]], ["whip", [2, 3191, 1]], ["flog", [2, 3191, 2]], ["lather", [2, 3191, 3]], ["trounce", [2, 3191, 4]], ["strap", [2, 3191, 5]], ["welt", [2, 3191, 6]]]}, {"answer": "lather", "hint": "synonyms for lather", "clues": [["flog", [2, 3192, 0]], ["trounce", [2, 3192, 1]], ["lash", [2, 3192, 2]], ["soap", [2, 3192, 3]], ["whip", [2, 3192, 4]], ["strap", [2, 3192, 5]], ["welt", [2, 3192, 6]]]}, {"answer": "launch", "hint": "synonyms for launch", "clues": [["set up", [2, 3193, 0]], ["set in motion", [2, 3193, 1]], ["found", [2, 3193, 2]], ["establish", [2, 3193, 3]], ["plunge", [2, 3193, 4]]]}, {"answer": "launching", "hint": "synonyms for launching", "clues": [["launch", [2, 3194, 0]], ["set in motion", [2, 3194, 1]], ["plunge", [2, 3194, 2]], ["set up", [2, 3194, 3]], ["found", [2, 3194, 4]], ["establish", [2, 3194, 5]]]}, {"answer": "laying", "hint": "synonyms for laying", "clues": [["pose", [2, 3195, 0]], ["lay", [2, 3195, 1]], ["place", [2, 3195, 2]], ["position", [2, 3195, 3]], ["put", [2, 3195, 4]], ["set", [2, 3195, 5]], ["put down", [2, 3195, 6]], ["repose", [2, 3195, 7]]]}, {"answer": "lead", "hint": "synonyms for lead", "clues": [["extend", [2, 3196, 0]], ["go", [2, 3196, 1]], ["take", [2, 3196, 2]], ["conduce", [2, 3196, 3]], ["run", [2, 3196, 4]], ["head", [2, 3196, 5]], ["direct", [2, 3196, 6]], ["top", [2, 3196, 7]], ["contribute", [2, 3196, 8]], ["moderate", [2, 3196, 9]], ["leave", [2, 3196, 10]], ["result", [2, 3196, 11]], ["pass", [2, 3196, 12]], ["chair", [2, 3196, 13]], ["precede", [2, 3196, 14]], ["guide", [2, 3196, 15]]]}, {"answer": "leaf", "hint": "synonyms for leaf", "clues": [["thumb", [2, 3197, 0]], ["flip", [2, 3197, 1]], ["riffle", [2, 3197, 2]], ["flick", [2, 3197, 3]], ["riff", [2, 3197, 4]]]}, {"answer": "leafing", "hint": "synonyms for leafing", "clues": [["thumb", [2, 3198, 0]], ["flip", [2, 3198, 1]], ["riffle", [2, 3198, 2]], ["leaf", [2, 3198, 3]], ["flick", [2, 3198, 4]], ["riff", [2, 3198, 5]]]}, {"answer": "leap", "hint": "synonyms for leap", "clues": [["jump off", [2, 3199, 0]], ["spring", [2, 3199, 1]], ["bound", [2, 3199, 2]], ["jump", [2, 3199, 3]]]}, {"answer": "leaping", "hint": "synonyms for leaping", "clues": [["leap", [2, 3200, 0]], ["jump off", [2, 3200, 1]], ["bound", [2, 3200, 2]], ["jump", [2, 3200, 3]], ["spring", [2, 3200, 4]]]}, {"answer": "learning", "hint": "synonyms for learning", "clues": [["check", [2, 3201, 0]], ["find out", [2, 3201, 1]], ["memorise", [2, 3201, 2]], ["teach", [2, 3201, 3]], ["take", [2, 3201, 4]], ["acquire", [2, 3201, 5]], ["ascertain", [2, 3201, 6]], ["watch", [2, 3201, 7]], ["get a line", [2, 3201, 8]], ["discover", [2, 3201, 9]], ["learn", [2, 3201, 10]], ["determine", [2, 3201, 11]], ["instruct", [2, 3201, 12]], ["see", [2, 3201, 13]], ["get word", [2, 3201, 14]], ["get wind", [2, 3201, 15]], ["con", [2, 3201, 16]], ["pick up", [2, 3201, 17]], ["study", [2, 3201, 18]], ["hear", [2, 3201, 19]], ["read", [2, 3201, 20]]]}, {"answer": "lease", "hint": "synonyms for lease", "clues": [["rent", [2, 3202, 0]], ["let", [2, 3202, 1]], ["hire", [2, 3202, 2]], ["take", [2, 3202, 3]], ["charter", [2, 3202, 4]], ["engage", [2, 3202, 5]]]}, {"answer": "leave", "hint": "synonyms for leave", "clues": [["go out", [2, 3203, 0]], ["exit", [2, 3203, 1]], ["pass on", [2, 3203, 2]], ["leave behind", [2, 3203, 3]], ["go forth", [2, 3203, 4]], ["entrust", [2, 3203, 5]], ["depart", [2, 3203, 6]], ["leave alone", [2, 3203, 7]], ["will", [2, 3203, 8]], ["impart", [2, 3203, 9]], ["allow", [2, 3203, 10]], ["pull up stakes", [2, 3203, 11]], ["go away", [2, 3203, 12]], ["allow for", [2, 3203, 13]], ["result", [2, 3203, 14]], ["lead", [2, 3203, 15]], ["provide", [2, 3203, 16]], ["give", [2, 3203, 17]], ["forget", [2, 3203, 18]], ["get out", [2, 3203, 19]], ["bequeath", [2, 3203, 20]]]}, {"answer": "leaving", "hint": "synonyms for leaving", "clues": [["leave", [2, 3204, 0]], ["go out", [2, 3204, 1]], ["exit", [2, 3204, 2]], ["pass on", [2, 3204, 3]], ["leave behind", [2, 3204, 4]], ["go forth", [2, 3204, 5]], ["entrust", [2, 3204, 6]], ["depart", [2, 3204, 7]], ["leave alone", [2, 3204, 8]], ["will", [2, 3204, 9]], ["impart", [2, 3204, 10]], ["allow", [2, 3204, 11]], ["go away", [2, 3204, 12]], ["allow for", [2, 3204, 13]], ["result", [2, 3204, 14]], ["pull up stakes", [2, 3204, 15]], ["lead", [2, 3204, 16]], ["provide", [2, 3204, 17]], ["give", [2, 3204, 18]], ["forget", [2, 3204, 19]], ["get out", [2, 3204, 20]], ["bequeath", [2, 3204, 21]]]}, {"answer": "lecture", "hint": "synonyms for lecture", "clues": [["dress down", [2, 3205, 0]], ["trounce", [2, 3205, 1]], ["call down", [2, 3205, 2]], ["lambaste", [2, 3205, 3]], ["rag", [2, 3205, 4]], ["chew up", [2, 3205, 5]], ["scold", [2, 3205, 6]], ["bawl out", [2, 3205, 7]], ["jaw", [2, 3205, 8]], ["reprimand", [2, 3205, 9]], ["rebuke", [2, 3205, 10]], ["talk", [2, 3205, 11]], ["berate", [2, 3205, 12]], ["have words", [2, 3205, 13]], ["chew out", [2, 3205, 14]], ["remonstrate", [2, 3205, 15]], ["call on the carpet", [2, 3205, 16]], ["chide", [2, 3205, 17]], ["reproof", [2, 3205, 18]], ["take to task", [2, 3205, 19]]]}, {"answer": "lecturing", "hint": "synonyms for lecturing", "clues": [["dress down", [2, 3206, 0]], ["trounce", [2, 3206, 1]], ["call down", [2, 3206, 2]], ["lambaste", [2, 3206, 3]], ["lecture", [2, 3206, 4]], ["rag", [2, 3206, 5]], ["chew up", [2, 3206, 6]], ["scold", [2, 3206, 7]], ["bawl out", [2, 3206, 8]], ["jaw", [2, 3206, 9]], ["reprimand", [2, 3206, 10]], ["rebuke", [2, 3206, 11]], ["talk", [2, 3206, 12]], ["berate", [2, 3206, 13]], ["have words", [2, 3206, 14]], ["chew out", [2, 3206, 15]], ["remonstrate", [2, 3206, 16]], ["call on the carpet", [2, 3206, 17]], ["chide", [2, 3206, 18]], ["reproof", [2, 3206, 19]], ["take to task", [2, 3206, 20]]]}, {"answer": "led", "hint": "synonyms for led", "clues": [["lead", [2, 3207, 0]], ["extend", [2, 3207, 1]], ["go", [2, 3207, 2]], ["take", [2, 3207, 3]], ["conduce", [2, 3207, 4]], ["run", [2, 3207, 5]], ["head", [2, 3207, 6]], ["direct", [2, 3207, 7]], ["top", [2, 3207, 8]], ["contribute", [2, 3207, 9]], ["moderate", [2, 3207, 10]], ["leave", [2, 3207, 11]], ["result", [2, 3207, 12]], ["pass", [2, 3207, 13]], ["chair", [2, 3207, 14]], ["precede", [2, 3207, 15]], ["guide", [2, 3207, 16]]]}, {"answer": "lending", "hint": "synonyms for lending", "clues": [["impart", [2, 3208, 0]], ["lend", [2, 3208, 1]], ["add", [2, 3208, 2]], ["loan", [2, 3208, 3]], ["contribute", [2, 3208, 4]], ["bring", [2, 3208, 5]], ["bestow", [2, 3208, 6]]]}, {"answer": "lent", "hint": "synonyms for lent", "clues": [["impart", [2, 3209, 0]], ["lend", [2, 3209, 1]], ["add", [2, 3209, 2]], ["loan", [2, 3209, 3]], ["contribute", [2, 3209, 4]], ["bring", [2, 3209, 5]], ["bestow", [2, 3209, 6]]]}, {"answer": "lessening", "hint": "synonyms for lessening", "clues": [["lessen", [2, 3210, 0]], ["subside", [2, 3210, 1]], ["decrease", [2, 3210, 2]], ["minify", [2, 3210, 3]], ["diminish", [2, 3210, 4]], ["fall", [2, 3210, 5]]]}, {"answer": "let", "hint": "synonyms for let", "clues": [["countenance", [2, 3211, 0]], ["have", [2, 3211, 1]], ["permit", [2, 3211, 2]], ["lease", [2, 3211, 3]], ["allow", [2, 3211, 4]], ["rent", [2, 3211, 5]], ["get", [2, 3211, 6]]]}, {"answer": "letting", "hint": "synonyms for letting", "clues": [["countenance", [2, 3212, 0]], ["have", [2, 3212, 1]], ["let", [2, 3212, 2]], ["permit", [2, 3212, 3]], ["allow", [2, 3212, 4]], ["lease", [2, 3212, 5]], ["rent", [2, 3212, 6]], ["get", [2, 3212, 7]]]}, {"answer": "leveling", "hint": "synonyms for leveling", "clues": [["level", [2, 3213, 0]], ["raze", [2, 3213, 1]], ["dismantle", [2, 3213, 2]], ["tear down", [2, 3213, 3]], ["charge", [2, 3213, 4]], ["even", [2, 3213, 5]], ["point", [2, 3213, 6]], ["even out", [2, 3213, 7]], ["take down", [2, 3213, 8]], ["rase", [2, 3213, 9]], ["flush", [2, 3213, 10]], ["pull down", [2, 3213, 11]], ["level off", [2, 3213, 12]]]}, {"answer": "lever", "hint": "synonyms for lever", "clues": [["prize", [2, 3214, 0]], ["prise", [2, 3214, 1]], ["pry", [2, 3214, 2]], ["jimmy", [2, 3214, 3]]]}, {"answer": "lick", "hint": "synonyms for lick", "clues": [["thrash", [2, 3215, 0]], ["work", [2, 3215, 1]], ["cream", [2, 3215, 2]], ["bat", [2, 3215, 3]], ["drub", [2, 3215, 4]], ["lap", [2, 3215, 5]], ["figure out", [2, 3215, 6]], ["puzzle out", [2, 3215, 7]], ["work out", [2, 3215, 8]], ["lap up", [2, 3215, 9]], ["solve", [2, 3215, 10]], ["clobber", [2, 3215, 11]]]}, {"answer": "licking", "hint": "synonyms for licking", "clues": [["thrash", [2, 3216, 0]], ["work", [2, 3216, 1]], ["lick", [2, 3216, 2]], ["cream", [2, 3216, 3]], ["bat", [2, 3216, 4]], ["drub", [2, 3216, 5]], ["lap", [2, 3216, 6]], ["figure out", [2, 3216, 7]], ["puzzle out", [2, 3216, 8]], ["work out", [2, 3216, 9]], ["lap up", [2, 3216, 10]], ["solve", [2, 3216, 11]], ["clobber", [2, 3216, 12]]]}, {"answer": "lie", "hint": "synonyms for lie", "clues": [["lie down", [2, 3217, 0]], ["consist", [2, 3217, 1]], ["rest", [2, 3217, 2]], ["dwell", [2, 3217, 3]], ["lie in", [2, 3217, 4]]]}, {"answer": "lied", "hint": "synonyms for lied", "clues": [["lie", [2, 3218, 0]], ["consist", [2, 3218, 1]], ["lie down", [2, 3218, 2]], ["lie in", [2, 3218, 3]], ["rest", [2, 3218, 4]], ["dwell", [2, 3218, 5]]]}, {"answer": "lift", "hint": "synonyms for lift", "clues": [["countermand", [2, 3219, 0]], ["reverse", [2, 3219, 1]], ["airlift", [2, 3219, 2]], ["elevate", [2, 3219, 3]], ["uprise", [2, 3219, 4]], ["hook", [2, 3219, 5]], ["rear", [2, 3219, 6]], ["raise", [2, 3219, 7]], ["sneak", [2, 3219, 8]], ["pilfer", [2, 3219, 9]], ["purloin", [2, 3219, 10]], ["overturn", [2, 3219, 11]], ["abstract", [2, 3219, 12]], ["arise", [2, 3219, 13]], ["nobble", [2, 3219, 14]], ["snarf", [2, 3219, 15]], ["swipe", [2, 3219, 16]], ["face-lift", [2, 3219, 17]], ["plagiarise", [2, 3219, 18]], ["repeal", [2, 3219, 19]], ["go up", [2, 3219, 20]], ["come up", [2, 3219, 21]], ["rescind", [2, 3219, 22]], ["vacate", [2, 3219, 23]], ["filch", [2, 3219, 24]], ["cabbage", [2, 3219, 25]], ["move up", [2, 3219, 26]], ["revoke", [2, 3219, 27]], ["pinch", [2, 3219, 28]], ["rustle", [2, 3219, 29]], ["hoist", [2, 3219, 30]], ["get up", [2, 3219, 31]], ["bring up", [2, 3219, 32]], ["annul", [2, 3219, 33]], ["wind", [2, 3219, 34]]]}, {"answer": "lightening", "hint": "synonyms for lightening", "clues": [["lighten", [2, 3220, 0]], ["lighten up", [2, 3220, 1]], ["brighten", [2, 3220, 2]], ["relieve", [2, 3220, 3]], ["buoy up", [2, 3220, 4]]]}, {"answer": "lighting", "hint": "synonyms for lighting", "clues": [["light", [2, 3221, 0]], ["illumine", [2, 3221, 1]], ["light up", [2, 3221, 2]], ["fall", [2, 3221, 3]], ["perch", [2, 3221, 4]], ["ignite", [2, 3221, 5]], ["unhorse", [2, 3221, 6]], ["dismount", [2, 3221, 7]], ["get off", [2, 3221, 8]], ["fire up", [2, 3221, 9]], ["get down", [2, 3221, 10]]]}, {"answer": "limit", "hint": "synonyms for limit", "clues": [["set", [2, 3222, 0]], ["bound", [2, 3222, 1]], ["restrict", [2, 3222, 2]], ["confine", [2, 3222, 3]], ["throttle", [2, 3222, 4]], ["restrain", [2, 3222, 5]], ["specify", [2, 3222, 6]], ["circumscribe", [2, 3222, 7]], ["trammel", [2, 3222, 8]], ["determine", [2, 3222, 9]], ["define", [2, 3222, 10]], ["fix", [2, 3222, 11]]]}, {"answer": "limning", "hint": "synonyms for limning", "clues": [["outline", [2, 3223, 0]], ["limn", [2, 3223, 1]], ["portray", [2, 3223, 2]], ["depict", [2, 3223, 3]], ["delineate", [2, 3223, 4]]]}, {"answer": "limping", "hint": "synonyms for limping", "clues": [["hitch", [2, 3224, 0]], ["limp", [2, 3224, 1]], ["gimp", [2, 3224, 2]], ["hobble", [2, 3224, 3]]]}, {"answer": "line", "hint": "synonyms for line", "clues": [["draw", [2, 3225, 0]], ["describe", [2, 3225, 1]], ["trace", [2, 3225, 2]], ["run along", [2, 3225, 3]], ["delineate", [2, 3225, 4]]]}, {"answer": "lingering", "hint": "synonyms for lingering", "clues": [["tarry", [2, 3226, 0]], ["hang around", [2, 3226, 1]], ["loiter", [2, 3226, 2]], ["lollygag", [2, 3226, 3]], ["mill around", [2, 3226, 4]], ["linger", [2, 3226, 5]], ["loaf", [2, 3226, 6]], ["lurk", [2, 3226, 7]], ["mess about", [2, 3226, 8]], ["mill about", [2, 3226, 9]], ["dawdle", [2, 3226, 10]], ["footle", [2, 3226, 11]], ["lounge", [2, 3226, 12]], ["hover", [2, 3226, 13]]]}, {"answer": "lining", "hint": "synonyms for lining", "clues": [["line", [2, 3227, 0]], ["trace", [2, 3227, 1]], ["delineate", [2, 3227, 2]], ["draw", [2, 3227, 3]], ["describe", [2, 3227, 4]], ["run along", [2, 3227, 5]]]}, {"answer": "link", "hint": "synonyms for link", "clues": [["associate", [2, 3228, 0]], ["tie", [2, 3228, 1]], ["join", [2, 3228, 2]], ["colligate", [2, 3228, 3]], ["link up", [2, 3228, 4]], ["connect", [2, 3228, 5]], ["unite", [2, 3228, 6]], ["tie in", [2, 3228, 7]], ["yoke", [2, 3228, 8]], ["relate", [2, 3228, 9]]]}, {"answer": "links", "hint": "synonyms for links", "clues": [["connect", [2, 3229, 0]], ["link", [2, 3229, 1]], ["associate", [2, 3229, 2]], ["tie", [2, 3229, 3]], ["join", [2, 3229, 4]], ["colligate", [2, 3229, 5]], ["link up", [2, 3229, 6]], ["unite", [2, 3229, 7]], ["tie in", [2, 3229, 8]], ["yoke", [2, 3229, 9]], ["relate", [2, 3229, 10]]]}, {"answer": "list", "hint": "synonyms for list", "clues": [["heel", [2, 3230, 0]], ["lean", [2, 3230, 1]], ["number", [2, 3230, 2]], ["name", [2, 3230, 3]]]}, {"answer": "listening", "hint": "synonyms for listening", "clues": [["listen", [2, 3231, 0]], ["take heed", [2, 3231, 1]], ["mind", [2, 3231, 2]], ["hear", [2, 3231, 3]], ["heed", [2, 3231, 4]]]}, {"answer": "listing", "hint": "synonyms for listing", "clues": [["lean", [2, 3232, 0]], ["list", [2, 3232, 1]], ["number", [2, 3232, 2]], ["heel", [2, 3232, 3]], ["name", [2, 3232, 4]]]}, {"answer": "liveness", "hint": "synonyms for liveness", "clues": [["invigorate", [2, 3233, 0]], ["liven", [2, 3233, 1]], ["animate", [2, 3233, 2]], ["enliven", [2, 3233, 3]], ["liven up", [2, 3233, 4]]]}, {"answer": "load", "hint": "synonyms for load", "clues": [["lade", [2, 3234, 0]], ["dilute", [2, 3234, 1]], ["debase", [2, 3234, 2]], ["adulterate", [2, 3234, 3]], ["load up", [2, 3234, 4]], ["stretch", [2, 3234, 5]], ["charge", [2, 3234, 6]]]}, {"answer": "loading", "hint": "synonyms for loading", "clues": [["lade", [2, 3235, 0]], ["load", [2, 3235, 1]], ["dilute", [2, 3235, 2]], ["debase", [2, 3235, 3]], ["adulterate", [2, 3235, 4]], ["load up", [2, 3235, 5]], ["stretch", [2, 3235, 6]], ["charge", [2, 3235, 7]]]}, {"answer": "loads", "hint": "synonyms for loads", "clues": [["lade", [2, 3236, 0]], ["load", [2, 3236, 1]], ["dilute", [2, 3236, 2]], ["debase", [2, 3236, 3]], ["adulterate", [2, 3236, 4]], ["load up", [2, 3236, 5]], ["stretch", [2, 3236, 6]], ["charge", [2, 3236, 7]]]}, {"answer": "loaf", "hint": "synonyms for loaf", "clues": [["hang around", [2, 3237, 0]], ["fuck off", [2, 3237, 1]], ["loiter", [2, 3237, 2]], ["bum around", [2, 3237, 3]], ["lollygag", [2, 3237, 4]], ["mill around", [2, 3237, 5]], ["tarry", [2, 3237, 6]], ["lounge about", [2, 3237, 7]], ["arse about", [2, 3237, 8]], ["bum", [2, 3237, 9]], ["lounge around", [2, 3237, 10]], ["lurk", [2, 3237, 11]], ["mess about", [2, 3237, 12]], ["waste one's time", [2, 3237, 13]], ["bum about", [2, 3237, 14]], ["loll around", [2, 3237, 15]], ["frig around", [2, 3237, 16]], ["mill about", [2, 3237, 17]], ["linger", [2, 3237, 18]], ["footle", [2, 3237, 19]], ["lounge", [2, 3237, 20]], ["arse around", [2, 3237, 21]], ["loll", [2, 3237, 22]]]}, {"answer": "loafing", "hint": "synonyms for loafing", "clues": [["hang around", [2, 3238, 0]], ["fuck off", [2, 3238, 1]], ["loaf", [2, 3238, 2]], ["loiter", [2, 3238, 3]], ["bum around", [2, 3238, 4]], ["lollygag", [2, 3238, 5]], ["mill around", [2, 3238, 6]], ["tarry", [2, 3238, 7]], ["lounge about", [2, 3238, 8]], ["arse about", [2, 3238, 9]], ["bum", [2, 3238, 10]], ["lounge around", [2, 3238, 11]], ["lurk", [2, 3238, 12]], ["mess about", [2, 3238, 13]], ["waste one's time", [2, 3238, 14]], ["bum about", [2, 3238, 15]], ["loll around", [2, 3238, 16]], ["frig around", [2, 3238, 17]], ["mill about", [2, 3238, 18]], ["linger", [2, 3238, 19]], ["footle", [2, 3238, 20]], ["lounge", [2, 3238, 21]], ["arse around", [2, 3238, 22]], ["loll", [2, 3238, 23]]]}, {"answer": "loathing", "hint": "synonyms for loathing", "clues": [["abhor", [2, 3239, 0]], ["execrate", [2, 3239, 1]], ["abominate", [2, 3239, 2]], ["loathe", [2, 3239, 3]]]}, {"answer": "locating", "hint": "synonyms for locating", "clues": [["settle", [2, 3240, 0]], ["turn up", [2, 3240, 1]], ["locate", [2, 3240, 2]], ["site", [2, 3240, 3]], ["situate", [2, 3240, 4]], ["place", [2, 3240, 5]]]}, {"answer": "lock", "hint": "synonyms for lock", "clues": [["lock in", [2, 3241, 0]], ["interlock", [2, 3241, 1]], ["operate", [2, 3241, 2]], ["engage", [2, 3241, 3]], ["shut away", [2, 3241, 4]], ["put away", [2, 3241, 5]], ["lock away", [2, 3241, 6]], ["shut up", [2, 3241, 7]], ["mesh", [2, 3241, 8]], ["lock up", [2, 3241, 9]], ["interlace", [2, 3241, 10]]]}, {"answer": "locking", "hint": "synonyms for locking", "clues": [["interlock", [2, 3242, 0]], ["operate", [2, 3242, 1]], ["engage", [2, 3242, 2]], ["shut away", [2, 3242, 3]], ["lock", [2, 3242, 4]], ["interlace", [2, 3242, 5]], ["lock in", [2, 3242, 6]], ["put away", [2, 3242, 7]], ["lock away", [2, 3242, 8]], ["shut up", [2, 3242, 9]], ["mesh", [2, 3242, 10]], ["lock up", [2, 3242, 11]]]}, {"answer": "lodge", "hint": "synonyms for lodge", "clues": [["charge", [2, 3243, 0]], ["accommodate", [2, 3243, 1]], ["stick", [2, 3243, 2]], ["file", [2, 3243, 3]], ["deposit", [2, 3243, 4]], ["wedge", [2, 3243, 5]]]}, {"answer": "lodging", "hint": "synonyms for lodging", "clues": [["charge", [2, 3244, 0]], ["accommodate", [2, 3244, 1]], ["stick", [2, 3244, 2]], ["file", [2, 3244, 3]], ["deposit", [2, 3244, 4]], ["lodge", [2, 3244, 5]], ["wedge", [2, 3244, 6]]]}, {"answer": "lodgings", "hint": "synonyms for lodgings", "clues": [["charge", [2, 3245, 0]], ["accommodate", [2, 3245, 1]], ["stick", [2, 3245, 2]], ["file", [2, 3245, 3]], ["deposit", [2, 3245, 4]], ["lodge", [2, 3245, 5]], ["wedge", [2, 3245, 6]]]}, {"answer": "look", "hint": "synonyms for look", "clues": [["appear", [2, 3246, 0]], ["calculate", [2, 3246, 1]], ["attend", [2, 3246, 2]], ["expect", [2, 3246, 3]], ["await", [2, 3246, 4]], ["face", [2, 3246, 5]], ["seem", [2, 3246, 6]], ["take care", [2, 3246, 7]], ["bet", [2, 3246, 8]], ["front", [2, 3246, 9]], ["search", [2, 3246, 10]], ["count", [2, 3246, 11]], ["reckon", [2, 3246, 12]], ["depend", [2, 3246, 13]]]}, {"answer": "loom", "hint": "synonyms for loom", "clues": [["tower", [2, 3247, 0]], ["hover", [2, 3247, 1]], ["hulk", [2, 3247, 2]], ["predominate", [2, 3247, 3]], ["bulk large", [2, 3247, 4]], ["brood", [2, 3247, 5]]]}, {"answer": "looping", "hint": "synonyms for looping", "clues": [["loop", [2, 3248, 0]], ["coil", [2, 3248, 1]], ["intertwine", [2, 3248, 2]], ["curl", [2, 3248, 3]]]}, {"answer": "looseness", "hint": "synonyms for looseness", "clues": [["untie", [2, 3249, 0]], ["tease apart", [2, 3249, 1]], ["undo", [2, 3249, 2]], ["relax", [2, 3249, 3]], ["loosen", [2, 3249, 4]], ["tease", [2, 3249, 5]]]}, {"answer": "loosening", "hint": "synonyms for loosening", "clues": [["untie", [2, 3250, 0]], ["tease apart", [2, 3250, 1]], ["undo", [2, 3250, 2]], ["relax", [2, 3250, 3]], ["loosen", [2, 3250, 4]], ["tease", [2, 3250, 5]]]}, {"answer": "loot", "hint": "synonyms for loot", "clues": [["strip", [2, 3251, 0]], ["plunder", [2, 3251, 1]], ["ransack", [2, 3251, 2]], ["despoil", [2, 3251, 3]], ["reave", [2, 3251, 4]], ["rifle", [2, 3251, 5]], ["pillage", [2, 3251, 6]], ["foray", [2, 3251, 7]]]}, {"answer": "looting", "hint": "synonyms for looting", "clues": [["loot", [2, 3252, 0]], ["strip", [2, 3252, 1]], ["plunder", [2, 3252, 2]], ["ransack", [2, 3252, 3]], ["despoil", [2, 3252, 4]], ["reave", [2, 3252, 5]], ["rifle", [2, 3252, 6]], ["pillage", [2, 3252, 7]], ["foray", [2, 3252, 8]]]}, {"answer": "losings", "hint": "synonyms for losings", "clues": [["lose", [2, 3253, 0]], ["mislay", [2, 3253, 1]], ["miss", [2, 3253, 2]], ["turn a loss", [2, 3253, 3]], ["fall behind", [2, 3253, 4]], ["suffer", [2, 3253, 5]], ["drop off", [2, 3253, 6]], ["fall back", [2, 3253, 7]], ["misplace", [2, 3253, 8]], ["recede", [2, 3253, 9]]]}, {"answer": "lot", "hint": "synonyms for lot", "clues": [["parcel out", [2, 3254, 0]], ["deal out", [2, 3254, 1]], ["dish out", [2, 3254, 2]], ["administer", [2, 3254, 3]], ["dispense", [2, 3254, 4]], ["shell out", [2, 3254, 5]], ["allot", [2, 3254, 6]], ["deal", [2, 3254, 7]], ["dole out", [2, 3254, 8]], ["mete out", [2, 3254, 9]], ["distribute", [2, 3254, 10]]]}, {"answer": "lounge", "hint": "synonyms for lounge", "clues": [["hang around", [2, 3255, 0]], ["mill about", [2, 3255, 1]], ["linger", [2, 3255, 2]], ["loiter", [2, 3255, 3]], ["lollygag", [2, 3255, 4]], ["mill around", [2, 3255, 5]], ["tarry", [2, 3255, 6]], ["loaf", [2, 3255, 7]], ["lurk", [2, 3255, 8]], ["footle", [2, 3255, 9]], ["mess about", [2, 3255, 10]]]}, {"answer": "love", "hint": "synonyms for love", "clues": [["hump", [2, 3256, 0]], ["jazz", [2, 3256, 1]], ["eff", [2, 3256, 2]], ["do it", [2, 3256, 3]], ["enjoy", [2, 3256, 4]], ["bed", [2, 3256, 5]], ["lie with", [2, 3256, 6]], ["sleep with", [2, 3256, 7]], ["fuck", [2, 3256, 8]], ["be intimate", [2, 3256, 9]], ["make love", [2, 3256, 10]], ["get it on", [2, 3256, 11]], ["roll in the hay", [2, 3256, 12]], ["know", [2, 3256, 13]], ["bang", [2, 3256, 14]], ["have sex", [2, 3256, 15]], ["bonk", [2, 3256, 16]], ["have it off", [2, 3256, 17]], ["get laid", [2, 3256, 18]], ["have a go at it", [2, 3256, 19]], ["have it away", [2, 3256, 20]], ["make out", [2, 3256, 21]], ["have intercourse", [2, 3256, 22]], ["sleep together", [2, 3256, 23]], ["screw", [2, 3256, 24]]]}, {"answer": "lower", "hint": "synonyms for lower", "clues": [["let down", [2, 3257, 0]], ["lour", [2, 3257, 1]], ["glower", [2, 3257, 2]], ["take down", [2, 3257, 3]], ["depress", [2, 3257, 4]], ["frown", [2, 3257, 5]], ["bring down", [2, 3257, 6]], ["turn down", [2, 3257, 7]]]}, {"answer": "lug", "hint": "synonyms for lug", "clues": [["choke up", [2, 3258, 0]], ["tug", [2, 3258, 1]], ["stuff", [2, 3258, 2]], ["block", [2, 3258, 3]], ["tote", [2, 3258, 4]]]}, {"answer": "luging", "hint": "synonyms for luging", "clues": [["lug", [2, 3259, 0]], ["block", [2, 3259, 1]], ["tote", [2, 3259, 2]], ["choke up", [2, 3259, 3]], ["tug", [2, 3259, 4]], ["toboggan", [2, 3259, 5]], ["stuff", [2, 3259, 6]]]}, {"answer": "lull", "hint": "synonyms for lull", "clues": [["calm down", [2, 3260, 0]], ["tranquilize", [2, 3260, 1]], ["quiet", [2, 3260, 2]], ["still", [2, 3260, 3]], ["calm", [2, 3260, 4]], ["quieten", [2, 3260, 5]]]}, {"answer": "lurch", "hint": "synonyms for lurch", "clues": [["pitch", [2, 3261, 0]], ["keel", [2, 3261, 1]], ["reel", [2, 3261, 2]], ["shift", [2, 3261, 3]], ["swag", [2, 3261, 4]], ["skunk", [2, 3261, 5]], ["careen", [2, 3261, 6]], ["stagger", [2, 3261, 7]], ["prowl", [2, 3261, 8]]]}, {"answer": "lust", "hint": "synonyms for lust", "clues": [["hunger", [2, 3262, 0]], ["starve", [2, 3262, 1]], ["thirst", [2, 3262, 2]], ["crave", [2, 3262, 3]]]}, {"answer": "lying", "hint": "synonyms for lying", "clues": [["lie", [2, 3263, 0]], ["consist", [2, 3263, 1]], ["lie down", [2, 3263, 2]], ["lie in", [2, 3263, 3]], ["rest", [2, 3263, 4]], ["dwell", [2, 3263, 5]]]}, {"answer": "mailing", "hint": "synonyms for mailing", "clues": [["send", [2, 3264, 0]], ["post", [2, 3264, 1]], ["mail", [2, 3264, 2]], ["get off", [2, 3264, 3]]]}, {"answer": "make", "hint": "synonyms for make", "clues": [["realize", [2, 3265, 0]], ["puddle", [2, 3265, 1]], ["take", [2, 3265, 2]], ["create", [2, 3265, 3]], ["induce", [2, 3265, 4]], ["pull in", [2, 3265, 5]], ["stool", [2, 3265, 6]], ["establish", [2, 3265, 7]], ["lay down", [2, 3265, 8]], ["draw", [2, 3265, 9]], ["defecate", [2, 3265, 10]], ["reach", [2, 3265, 11]], ["cause", [2, 3265, 12]], ["take in", [2, 3265, 13]], ["have", [2, 3265, 14]], ["progress to", [2, 3265, 15]], ["wee", [2, 3265, 16]], ["make believe", [2, 3265, 17]], ["do", [2, 3265, 18]], ["pee", [2, 3265, 19]], ["name", [2, 3265, 20]], ["clear", [2, 3265, 21]], ["gain", [2, 3265, 22]], ["shit", [2, 3265, 23]], ["build", [2, 3265, 24]], ["pretend", [2, 3265, 25]], ["fix", [2, 3265, 26]], ["crap", [2, 3265, 27]], ["prepare", [2, 3265, 28]], ["throw", [2, 3265, 29]], ["constitute", [2, 3265, 30]], ["score", [2, 3265, 31]], ["make up", [2, 3265, 32]], ["pass water", [2, 3265, 33]], ["work", [2, 3265, 34]], ["take a crap", [2, 3265, 35]], ["wee-wee", [2, 3265, 36]], ["construct", [2, 3265, 37]], ["ready", [2, 3265, 38]], ["attain", [2, 3265, 39]], ["bring in", [2, 3265, 40]], ["earn", [2, 3265, 41]], ["form", [2, 3265, 42]], ["get", [2, 3265, 43]], ["pee-pee", [2, 3265, 44]], ["piddle", [2, 3265, 45]], ["seduce", [2, 3265, 46]], ["spend a penny", [2, 3265, 47]], ["make water", [2, 3265, 48]], ["give", [2, 3265, 49]], ["stimulate", [2, 3265, 50]], ["micturate", [2, 3265, 51]], ["ca-ca", [2, 3265, 52]], ["take a leak", [2, 3265, 53]], ["piss", [2, 3265, 54]], ["get to", [2, 3265, 55]], ["produce", [2, 3265, 56]], ["hold", [2, 3265, 57]], ["cook", [2, 3265, 58]], ["relieve oneself", [2, 3265, 59]], ["urinate", [2, 3265, 60]], ["nominate", [2, 3265, 61]], ["take a shit", [2, 3265, 62]], ["arrive at", [2, 3265, 63]]]}, {"answer": "making", "hint": "synonyms for making", "clues": [["realize", [2, 3266, 0]], ["make", [2, 3266, 1]], ["puddle", [2, 3266, 2]], ["take", [2, 3266, 3]], ["create", [2, 3266, 4]], ["induce", [2, 3266, 5]], ["pull in", [2, 3266, 6]], ["establish", [2, 3266, 7]], ["stool", [2, 3266, 8]], ["lay down", [2, 3266, 9]], ["draw", [2, 3266, 10]], ["defecate", [2, 3266, 11]], ["reach", [2, 3266, 12]], ["cause", [2, 3266, 13]], ["take in", [2, 3266, 14]], ["have", [2, 3266, 15]], ["progress to", [2, 3266, 16]], ["wee", [2, 3266, 17]], ["make believe", [2, 3266, 18]], ["do", [2, 3266, 19]], ["pee", [2, 3266, 20]], ["name", [2, 3266, 21]], ["clear", [2, 3266, 22]], ["gain", [2, 3266, 23]], ["shit", [2, 3266, 24]], ["build", [2, 3266, 25]], ["fix", [2, 3266, 26]], ["pretend", [2, 3266, 27]], ["crap", [2, 3266, 28]], ["prepare", [2, 3266, 29]], ["throw", [2, 3266, 30]], ["constitute", [2, 3266, 31]], ["score", [2, 3266, 32]], ["make up", [2, 3266, 33]], ["pass water", [2, 3266, 34]], ["work", [2, 3266, 35]], ["take a crap", [2, 3266, 36]], ["wee-wee", [2, 3266, 37]], ["construct", [2, 3266, 38]], ["ready", [2, 3266, 39]], ["attain", [2, 3266, 40]], ["bring in", [2, 3266, 41]], ["earn", [2, 3266, 42]], ["form", [2, 3266, 43]], ["get", [2, 3266, 44]], ["pee-pee", [2, 3266, 45]], ["piddle", [2, 3266, 46]], ["seduce", [2, 3266, 47]], ["spend a penny", [2, 3266, 48]], ["make water", [2, 3266, 49]], ["give", [2, 3266, 50]], ["stimulate", [2, 3266, 51]], ["micturate", [2, 3266, 52]], ["ca-ca", [2, 3266, 53]], ["take a leak", [2, 3266, 54]], ["piss", [2, 3266, 55]], ["get to", [2, 3266, 56]], ["produce", [2, 3266, 57]], ["hold", [2, 3266, 58]], ["cook", [2, 3266, 59]], ["relieve oneself", [2, 3266, 60]], ["urinate", [2, 3266, 61]], ["nominate", [2, 3266, 62]], ["take a shit", [2, 3266, 63]], ["arrive at", [2, 3266, 64]]]}, {"answer": "maneuver", "hint": "synonyms for maneuver", "clues": [["manoeuvre", [2, 3267, 0]], ["channelize", [2, 3267, 1]], ["direct", [2, 3267, 2]], ["steer", [2, 3267, 3]], ["point", [2, 3267, 4]], ["guide", [2, 3267, 5]], ["operate", [2, 3267, 6]], ["head", [2, 3267, 7]]]}, {"answer": "mangle", "hint": "synonyms for mangle", "clues": [["cut up", [2, 3268, 0]], ["maul", [2, 3268, 1]], ["mutilate", [2, 3268, 2]], ["murder", [2, 3268, 3]]]}, {"answer": "manoeuvre", "hint": "synonyms for manoeuvre", "clues": [["head", [2, 3269, 0]], ["channelize", [2, 3269, 1]], ["manoeuver", [2, 3269, 2]], ["direct", [2, 3269, 3]], ["steer", [2, 3269, 4]], ["guide", [2, 3269, 5]], ["operate", [2, 3269, 6]], ["point", [2, 3269, 7]]]}, {"answer": "manufacture", "hint": "synonyms for manufacture", "clues": [["make up", [2, 3270, 0]], ["fabricate", [2, 3270, 1]], ["construct", [2, 3270, 2]], ["invent", [2, 3270, 3]], ["cook up", [2, 3270, 4]]]}, {"answer": "manufacturing", "hint": "synonyms for manufacturing", "clues": [["make up", [2, 3271, 0]], ["fabricate", [2, 3271, 1]], ["manufacture", [2, 3271, 2]], ["construct", [2, 3271, 3]], ["invent", [2, 3271, 4]], ["cook up", [2, 3271, 5]]]}, {"answer": "mar", "hint": "synonyms for mar", "clues": [["impair", [2, 3272, 0]], ["mutilate", [2, 3272, 1]], ["spoil", [2, 3272, 2]], ["deflower", [2, 3272, 3]], ["vitiate", [2, 3272, 4]]]}, {"answer": "march", "hint": "synonyms for march", "clues": [["demonstrate", [2, 3273, 0]], ["butt on", [2, 3273, 1]], ["abut", [2, 3273, 2]], ["exhibit", [2, 3273, 3]], ["edge", [2, 3273, 4]], ["parade", [2, 3273, 5]], ["border", [2, 3273, 6]], ["butt against", [2, 3273, 7]], ["butt", [2, 3273, 8]], ["adjoin", [2, 3273, 9]], ["process", [2, 3273, 10]]]}, {"answer": "marches", "hint": "synonyms for marches", "clues": [["march", [2, 3274, 0]], ["demonstrate", [2, 3274, 1]], ["butt on", [2, 3274, 2]], ["abut", [2, 3274, 3]], ["exhibit", [2, 3274, 4]], ["parade", [2, 3274, 5]], ["edge", [2, 3274, 6]], ["border", [2, 3274, 7]], ["butt against", [2, 3274, 8]], ["butt", [2, 3274, 9]], ["adjoin", [2, 3274, 10]], ["process", [2, 3274, 11]]]}, {"answer": "marching", "hint": "synonyms for marching", "clues": [["march", [2, 3275, 0]], ["demonstrate", [2, 3275, 1]], ["butt on", [2, 3275, 2]], ["abut", [2, 3275, 3]], ["exhibit", [2, 3275, 4]], ["parade", [2, 3275, 5]], ["edge", [2, 3275, 6]], ["border", [2, 3275, 7]], ["butt against", [2, 3275, 8]], ["butt", [2, 3275, 9]], ["adjoin", [2, 3275, 10]], ["process", [2, 3275, 11]]]}, {"answer": "mark", "hint": "synonyms for mark", "clues": [["mark off", [2, 3276, 0]], ["commemorate", [2, 3276, 1]], ["differentiate", [2, 3276, 2]], ["note", [2, 3276, 3]], ["notice", [2, 3276, 4]], ["score", [2, 3276, 5]], ["pit", [2, 3276, 6]], ["denounce", [2, 3276, 7]], ["cross out", [2, 3276, 8]], ["cross off", [2, 3276, 9]], ["punctuate", [2, 3276, 10]], ["brand", [2, 3276, 11]], ["pock", [2, 3276, 12]], ["stigmatise", [2, 3276, 13]], ["scar", [2, 3276, 14]], ["distinguish", [2, 3276, 15]], ["set", [2, 3276, 16]], ["tick off", [2, 3276, 17]], ["label", [2, 3276, 18]], ["tick", [2, 3276, 19]], ["grade", [2, 3276, 20]], ["check off", [2, 3276, 21]], ["strike off", [2, 3276, 22]], ["strike out", [2, 3276, 23]], ["tag", [2, 3276, 24]], ["check", [2, 3276, 25]], ["nock", [2, 3276, 26]]]}, {"answer": "marking", "hint": "synonyms for marking", "clues": [["mark", [2, 3277, 0]], ["commemorate", [2, 3277, 1]], ["note", [2, 3277, 2]], ["notice", [2, 3277, 3]], ["score", [2, 3277, 4]], ["pit", [2, 3277, 5]], ["denounce", [2, 3277, 6]], ["cross off", [2, 3277, 7]], ["punctuate", [2, 3277, 8]], ["brand", [2, 3277, 9]], ["scar", [2, 3277, 10]], ["set", [2, 3277, 11]], ["tick off", [2, 3277, 12]], ["tick", [2, 3277, 13]], ["stigmatize", [2, 3277, 14]], ["check off", [2, 3277, 15]], ["strike off", [2, 3277, 16]], ["strike out", [2, 3277, 17]], ["tag", [2, 3277, 18]], ["check", [2, 3277, 19]], ["mark off", [2, 3277, 20]], ["differentiate", [2, 3277, 21]], ["cross out", [2, 3277, 22]], ["pock", [2, 3277, 23]], ["distinguish", [2, 3277, 24]], ["label", [2, 3277, 25]], ["grade", [2, 3277, 26]], ["nock", [2, 3277, 27]]]}, {"answer": "marks", "hint": "synonyms for marks", "clues": [["mark", [2, 3278, 0]], ["commemorate", [2, 3278, 1]], ["note", [2, 3278, 2]], ["notice", [2, 3278, 3]], ["score", [2, 3278, 4]], ["pit", [2, 3278, 5]], ["denounce", [2, 3278, 6]], ["cross off", [2, 3278, 7]], ["punctuate", [2, 3278, 8]], ["brand", [2, 3278, 9]], ["scar", [2, 3278, 10]], ["set", [2, 3278, 11]], ["tick off", [2, 3278, 12]], ["tick", [2, 3278, 13]], ["stigmatize", [2, 3278, 14]], ["check off", [2, 3278, 15]], ["strike off", [2, 3278, 16]], ["strike out", [2, 3278, 17]], ["tag", [2, 3278, 18]], ["check", [2, 3278, 19]], ["mark off", [2, 3278, 20]], ["differentiate", [2, 3278, 21]], ["cross out", [2, 3278, 22]], ["pock", [2, 3278, 23]], ["distinguish", [2, 3278, 24]], ["label", [2, 3278, 25]], ["grade", [2, 3278, 26]], ["nock", [2, 3278, 27]]]}, {"answer": "mars", "hint": "synonyms for mars", "clues": [["impair", [2, 3279, 0]], ["mutilate", [2, 3279, 1]], ["spoil", [2, 3279, 2]], ["mar", [2, 3279, 3]], ["deflower", [2, 3279, 4]], ["vitiate", [2, 3279, 5]]]}, {"answer": "mash", "hint": "synonyms for mash", "clues": [["squelch", [2, 3280, 0]], ["grind", [2, 3280, 1]], ["philander", [2, 3280, 2]], ["chat up", [2, 3280, 3]], ["comminute", [2, 3280, 4]], ["squash", [2, 3280, 5]], ["dally", [2, 3280, 6]], ["crunch", [2, 3280, 7]], ["crush", [2, 3280, 8]], ["flirt", [2, 3280, 9]], ["squeeze", [2, 3280, 10]], ["coquette", [2, 3280, 11]], ["bray", [2, 3280, 12]], ["butterfly", [2, 3280, 13]], ["romance", [2, 3280, 14]]]}, {"answer": "mask", "hint": "synonyms for mask", "clues": [["dissemble", [2, 3281, 0]], ["block out", [2, 3281, 1]], ["cloak", [2, 3281, 2]], ["disguise", [2, 3281, 3]]]}, {"answer": "masking", "hint": "synonyms for masking", "clues": [["mask", [2, 3282, 0]], ["cloak", [2, 3282, 1]], ["block out", [2, 3282, 2]], ["dissemble", [2, 3282, 3]], ["disguise", [2, 3282, 4]]]}, {"answer": "mastering", "hint": "synonyms for mastering", "clues": [["subdue", [2, 3283, 0]], ["dominate", [2, 3283, 1]], ["surmount", [2, 3283, 2]], ["get over", [2, 3283, 3]], ["get the hang", [2, 3283, 4]], ["master", [2, 3283, 5]], ["control", [2, 3283, 6]], ["overcome", [2, 3283, 7]]]}, {"answer": "mastermind", "hint": "synonyms for mastermind", "clues": [["orchestrate", [2, 3284, 0]], ["organise", [2, 3284, 1]], ["engineer", [2, 3284, 2]], ["direct", [2, 3284, 3]]]}, {"answer": "masters", "hint": "synonyms for masters", "clues": [["subdue", [2, 3285, 0]], ["dominate", [2, 3285, 1]], ["surmount", [2, 3285, 2]], ["get over", [2, 3285, 3]], ["get the hang", [2, 3285, 4]], ["master", [2, 3285, 5]], ["control", [2, 3285, 6]], ["overcome", [2, 3285, 7]]]}, {"answer": "match", "hint": "synonyms for match", "clues": [["touch", [2, 3286, 0]], ["fit", [2, 3286, 1]], ["twin", [2, 3286, 2]], ["play off", [2, 3286, 3]], ["equalise", [2, 3286, 4]], ["correspond", [2, 3286, 5]], ["equal", [2, 3286, 6]], ["meet", [2, 3286, 7]], ["equate", [2, 3286, 8]], ["check", [2, 3286, 9]], ["rival", [2, 3286, 10]], ["couple", [2, 3286, 11]], ["mate", [2, 3286, 12]], ["cope with", [2, 3286, 13]], ["oppose", [2, 3286, 14]], ["pair", [2, 3286, 15]], ["tally", [2, 3286, 16]], ["jibe", [2, 3286, 17]], ["pit", [2, 3286, 18]], ["gibe", [2, 3286, 19]], ["agree", [2, 3286, 20]]]}, {"answer": "mate", "hint": "synonyms for mate", "clues": [["copulate", [2, 3287, 0]], ["couple", [2, 3287, 1]], ["match", [2, 3287, 2]], ["checkmate", [2, 3287, 3]], ["twin", [2, 3287, 4]], ["pair", [2, 3287, 5]]]}, {"answer": "mates", "hint": "synonyms for mates", "clues": [["couple", [2, 3288, 0]], ["mate", [2, 3288, 1]], ["twin", [2, 3288, 2]], ["tangle", [2, 3288, 3]], ["pair", [2, 3288, 4]], ["copulate", [2, 3288, 5]], ["felt up", [2, 3288, 6]], ["matte up", [2, 3288, 7]], ["felt", [2, 3288, 8]], ["match", [2, 3288, 9]], ["matt-up", [2, 3288, 10]], ["snarl", [2, 3288, 11]], ["checkmate", [2, 3288, 12]]]}, {"answer": "mating", "hint": "synonyms for mating", "clues": [["couple", [2, 3289, 0]], ["mate", [2, 3289, 1]], ["twin", [2, 3289, 2]], ["tangle", [2, 3289, 3]], ["pair", [2, 3289, 4]], ["copulate", [2, 3289, 5]], ["felt up", [2, 3289, 6]], ["matte up", [2, 3289, 7]], ["felt", [2, 3289, 8]], ["match", [2, 3289, 9]], ["matt-up", [2, 3289, 10]], ["snarl", [2, 3289, 11]], ["checkmate", [2, 3289, 12]]]}, {"answer": "matting", "hint": "synonyms for matting", "clues": [["felt up", [2, 3290, 0]], ["felt", [2, 3290, 1]], ["tangle", [2, 3290, 2]], ["matt-up", [2, 3290, 3]], ["snarl", [2, 3290, 4]], ["mat", [2, 3290, 5]], ["mat up", [2, 3290, 6]], ["matte", [2, 3290, 7]]]}, {"answer": "meander", "hint": "synonyms for meander", "clues": [["wind", [2, 3291, 0]], ["weave", [2, 3291, 1]], ["wander", [2, 3291, 2]], ["thread", [2, 3291, 3]]]}, {"answer": "means", "hint": "synonyms for means", "clues": [["stand for", [2, 3292, 0]], ["mean", [2, 3292, 1]], ["think of", [2, 3292, 2]], ["have in mind", [2, 3292, 3]], ["entail", [2, 3292, 4]], ["signify", [2, 3292, 5]], ["think", [2, 3292, 6]], ["intend", [2, 3292, 7]], ["imply", [2, 3292, 8]]]}, {"answer": "measure", "hint": "synonyms for measure", "clues": [["assess", [2, 3293, 0]], ["measure out", [2, 3293, 1]], ["appraise", [2, 3293, 2]], ["mensurate", [2, 3293, 3]], ["valuate", [2, 3293, 4]], ["quantify", [2, 3293, 5]], ["value", [2, 3293, 6]]]}, {"answer": "measuring", "hint": "synonyms for measuring", "clues": [["measure", [2, 3294, 0]], ["measure out", [2, 3294, 1]], ["assess", [2, 3294, 2]], ["appraise", [2, 3294, 3]], ["mensurate", [2, 3294, 4]], ["valuate", [2, 3294, 5]], ["quantify", [2, 3294, 6]], ["value", [2, 3294, 7]]]}, {"answer": "meeting", "hint": "synonyms for meeting", "clues": [["assemble", [2, 3295, 0]], ["meet", [2, 3295, 1]], ["contact", [2, 3295, 2]], ["run into", [2, 3295, 3]], ["match", [2, 3295, 4]], ["suffer", [2, 3295, 5]], ["fill", [2, 3295, 6]], ["run across", [2, 3295, 7]], ["encounter", [2, 3295, 8]], ["cope with", [2, 3295, 9]], ["forgather", [2, 3295, 10]], ["gather", [2, 3295, 11]], ["come across", [2, 3295, 12]], ["fulfill", [2, 3295, 13]], ["see", [2, 3295, 14]], ["touch", [2, 3295, 15]], ["converge", [2, 3295, 16]], ["fit", [2, 3295, 17]], ["receive", [2, 3295, 18]], ["conform to", [2, 3295, 19]], ["adjoin", [2, 3295, 20]], ["satisfy", [2, 3295, 21]], ["play", [2, 3295, 22]], ["get together", [2, 3295, 23]], ["take on", [2, 3295, 24]]]}, {"answer": "meld", "hint": "synonyms for meld", "clues": [["melt", [2, 3296, 0]], ["conflate", [2, 3296, 1]], ["fuse", [2, 3296, 2]], ["merge", [2, 3296, 3]], ["commingle", [2, 3296, 4]], ["combine", [2, 3296, 5]], ["coalesce", [2, 3296, 6]], ["mix", [2, 3296, 7]], ["flux", [2, 3296, 8]], ["immix", [2, 3296, 9]], ["blend", [2, 3296, 10]]]}, {"answer": "melt", "hint": "synonyms for melt", "clues": [["dissolve", [2, 3297, 0]], ["disappear", [2, 3297, 1]], ["mellow", [2, 3297, 2]], ["mellow out", [2, 3297, 3]], ["thaw", [2, 3297, 4]], ["dethaw", [2, 3297, 5]], ["meld", [2, 3297, 6]], ["fade", [2, 3297, 7]], ["melt down", [2, 3297, 8]], ["unfreeze", [2, 3297, 9]], ["run", [2, 3297, 10]], ["evaporate", [2, 3297, 11]], ["unthaw", [2, 3297, 12]]]}, {"answer": "menace", "hint": "synonyms for menace", "clues": [["imperil", [2, 3298, 0]], ["jeopardise", [2, 3298, 1]], ["threaten", [2, 3298, 2]], ["endanger", [2, 3298, 3]], ["peril", [2, 3298, 4]]]}, {"answer": "mend", "hint": "synonyms for mend", "clues": [["doctor", [2, 3299, 0]], ["restore", [2, 3299, 1]], ["fix", [2, 3299, 2]], ["bushel", [2, 3299, 3]], ["repair", [2, 3299, 4]], ["heal", [2, 3299, 5]], ["touch on", [2, 3299, 6]], ["furbish up", [2, 3299, 7]]]}, {"answer": "mending", "hint": "synonyms for mending", "clues": [["doctor", [2, 3300, 0]], ["restore", [2, 3300, 1]], ["heal", [2, 3300, 2]], ["fix", [2, 3300, 3]], ["bushel", [2, 3300, 4]], ["mend", [2, 3300, 5]], ["repair", [2, 3300, 6]], ["touch on", [2, 3300, 7]], ["furbish up", [2, 3300, 8]]]}, {"answer": "mention", "hint": "synonyms for mention", "clues": [["advert", [2, 3301, 0]], ["observe", [2, 3301, 1]], ["note", [2, 3301, 2]], ["cite", [2, 3301, 3]], ["bring up", [2, 3301, 4]], ["remark", [2, 3301, 5]], ["refer", [2, 3301, 6]], ["name", [2, 3301, 7]]]}, {"answer": "mesh", "hint": "synonyms for mesh", "clues": [["enmesh", [2, 3302, 0]], ["ensnarl", [2, 3302, 1]], ["operate", [2, 3302, 2]], ["lock", [2, 3302, 3]], ["engage", [2, 3302, 4]], ["interlock", [2, 3302, 5]]]}, {"answer": "meshing", "hint": "synonyms for meshing", "clues": [["enmesh", [2, 3303, 0]], ["ensnarl", [2, 3303, 1]], ["operate", [2, 3303, 2]], ["lock", [2, 3303, 3]], ["engage", [2, 3303, 4]], ["interlock", [2, 3303, 5]], ["mesh", [2, 3303, 6]]]}, {"answer": "mind", "hint": "synonyms for mind", "clues": [["listen", [2, 3304, 0]], ["bear in mind", [2, 3304, 1]], ["take care", [2, 3304, 2]], ["heed", [2, 3304, 3]], ["beware", [2, 3304, 4]]]}, {"answer": "mingling", "hint": "synonyms for mingling", "clues": [["mingle", [2, 3305, 0]], ["unify", [2, 3305, 1]], ["mix", [2, 3305, 2]], ["commix", [2, 3305, 3]], ["amalgamate", [2, 3305, 4]], ["jumble", [2, 3305, 5]]]}, {"answer": "mire", "hint": "synonyms for mire", "clues": [["mud", [2, 3306, 0]], ["entangle", [2, 3306, 1]], ["get stuck", [2, 3306, 2]], ["bog down", [2, 3306, 3]], ["muck up", [2, 3306, 4]], ["muck", [2, 3306, 5]], ["grind to a halt", [2, 3306, 6]]]}, {"answer": "misconduct", "hint": "synonyms for misconduct", "clues": [["misdemean", [2, 3307, 0]], ["mismanage", [2, 3307, 1]], ["misbehave", [2, 3307, 2]], ["mishandle", [2, 3307, 3]]]}, {"answer": "miss", "hint": "synonyms for miss", "clues": [["escape", [2, 3308, 0]], ["overlook", [2, 3308, 1]], ["drop", [2, 3308, 2]], ["neglect", [2, 3308, 3]], ["lack", [2, 3308, 4]], ["omit", [2, 3308, 5]], ["overleap", [2, 3308, 6]], ["pretermit", [2, 3308, 7]], ["leave out", [2, 3308, 8]], ["lose", [2, 3308, 9]]]}, {"answer": "mist", "hint": "synonyms for mist", "clues": [["haze over", [2, 3309, 0]], ["becloud", [2, 3309, 1]], ["obscure", [2, 3309, 2]], ["mist over", [2, 3309, 3]], ["obnubilate", [2, 3309, 4]], ["fog", [2, 3309, 5]], ["cloud", [2, 3309, 6]], ["befog", [2, 3309, 7]]]}, {"answer": "mistaking", "hint": "synonyms for mistaking", "clues": [["mistake", [2, 3310, 0]], ["err", [2, 3310, 1]], ["misidentify", [2, 3310, 2]], ["slip", [2, 3310, 3]]]}, {"answer": "misunderstanding", "hint": "synonyms for misunderstanding", "clues": [["misinterpret", [2, 3311, 0]], ["misapprehend", [2, 3311, 1]], ["misconceive", [2, 3311, 2]], ["misunderstand", [2, 3311, 3]], ["misconstrue", [2, 3311, 4]], ["be amiss", [2, 3311, 5]]]}, {"answer": "mix", "hint": "synonyms for mix", "clues": [["conflate", [2, 3312, 0]], ["fuse", [2, 3312, 1]], ["meld", [2, 3312, 2]], ["ruffle", [2, 3312, 3]], ["unify", [2, 3312, 4]], ["coalesce", [2, 3312, 5]], ["desegregate", [2, 3312, 6]], ["commix", [2, 3312, 7]], ["immix", [2, 3312, 8]], ["shuffle", [2, 3312, 9]], ["mingle", [2, 3312, 10]], ["merge", [2, 3312, 11]], ["integrate", [2, 3312, 12]], ["commingle", [2, 3312, 13]], ["mix in", [2, 3312, 14]], ["combine", [2, 3312, 15]], ["flux", [2, 3312, 16]], ["amalgamate", [2, 3312, 17]], ["blend", [2, 3312, 18]]]}, {"answer": "mixing", "hint": "synonyms for mixing", "clues": [["conflate", [2, 3313, 0]], ["fuse", [2, 3313, 1]], ["mix", [2, 3313, 2]], ["meld", [2, 3313, 3]], ["ruffle", [2, 3313, 4]], ["unify", [2, 3313, 5]], ["coalesce", [2, 3313, 6]], ["desegregate", [2, 3313, 7]], ["commix", [2, 3313, 8]], ["immix", [2, 3313, 9]], ["shuffle", [2, 3313, 10]], ["mingle", [2, 3313, 11]], ["merge", [2, 3313, 12]], ["integrate", [2, 3313, 13]], ["commingle", [2, 3313, 14]], ["mix in", [2, 3313, 15]], ["combine", [2, 3313, 16]], ["flux", [2, 3313, 17]], ["amalgamate", [2, 3313, 18]], ["blend", [2, 3313, 19]]]}, {"answer": "mob", "hint": "synonyms for mob", "clues": [["pile", [2, 3314, 0]], ["jam", [2, 3314, 1]], ["pack", [2, 3314, 2]], ["throng", [2, 3314, 3]]]}, {"answer": "modeling", "hint": "synonyms for modeling", "clues": [["posture", [2, 3315, 0]], ["mold", [2, 3315, 1]], ["sit", [2, 3315, 2]], ["model", [2, 3315, 3]], ["pose", [2, 3315, 4]], ["pattern", [2, 3315, 5]], ["simulate", [2, 3315, 6]], ["mock up", [2, 3315, 7]]]}, {"answer": "modelling", "hint": "synonyms for modelling", "clues": [["posture", [2, 3316, 0]], ["mold", [2, 3316, 1]], ["sit", [2, 3316, 2]], ["model", [2, 3316, 3]], ["pose", [2, 3316, 4]], ["pattern", [2, 3316, 5]], ["simulate", [2, 3316, 6]], ["mock up", [2, 3316, 7]]]}, {"answer": "moistening", "hint": "synonyms for moistening", "clues": [["dampen", [2, 3317, 0]], ["drizzle", [2, 3317, 1]], ["moisten", [2, 3317, 2]], ["wash", [2, 3317, 3]]]}, {"answer": "mold", "hint": "synonyms for mold", "clues": [["determine", [2, 3318, 0]], ["mould", [2, 3318, 1]], ["influence", [2, 3318, 2]], ["shape", [2, 3318, 3]], ["forge", [2, 3318, 4]], ["mildew", [2, 3318, 5]], ["regulate", [2, 3318, 6]], ["work", [2, 3318, 7]], ["cast", [2, 3318, 8]], ["form", [2, 3318, 9]], ["model", [2, 3318, 10]]]}, {"answer": "molding", "hint": "synonyms for molding", "clues": [["determine", [2, 3319, 0]], ["mold", [2, 3319, 1]], ["forge", [2, 3319, 2]], ["regulate", [2, 3319, 3]], ["work", [2, 3319, 4]], ["shape", [2, 3319, 5]], ["influence", [2, 3319, 6]], ["mildew", [2, 3319, 7]], ["cast", [2, 3319, 8]], ["form", [2, 3319, 9]], ["model", [2, 3319, 10]]]}, {"answer": "mollycoddle", "hint": "synonyms for mollycoddle", "clues": [["baby", [2, 3320, 0]], ["coddle", [2, 3320, 1]], ["indulge", [2, 3320, 2]], ["pamper", [2, 3320, 3]], ["featherbed", [2, 3320, 4]], ["cosset", [2, 3320, 5]], ["spoil", [2, 3320, 6]], ["cocker", [2, 3320, 7]]]}, {"answer": "molt", "hint": "synonyms for molt", "clues": [["shed", [2, 3321, 0]], ["exuviate", [2, 3321, 1]], ["moult", [2, 3321, 2]], ["slough", [2, 3321, 3]]]}, {"answer": "molting", "hint": "synonyms for molting", "clues": [["shed", [2, 3322, 0]], ["molt", [2, 3322, 1]], ["exuviate", [2, 3322, 2]], ["slough", [2, 3322, 3]]]}, {"answer": "monger", "hint": "synonyms for monger", "clues": [["pitch", [2, 3323, 0]], ["vend", [2, 3323, 1]], ["hawk", [2, 3323, 2]], ["peddle", [2, 3323, 3]], ["huckster", [2, 3323, 4]]]}, {"answer": "monkey", "hint": "synonyms for monkey", "clues": [["muck around", [2, 3324, 0]], ["tinker", [2, 3324, 1]], ["fiddle", [2, 3324, 2]], ["mess around", [2, 3324, 3]], ["monkey around", [2, 3324, 4]], ["muck about", [2, 3324, 5]], ["putter", [2, 3324, 6]], ["tamper", [2, 3324, 7]], ["potter", [2, 3324, 8]]]}, {"answer": "mooch", "hint": "synonyms for mooch", "clues": [["sponge", [2, 3325, 0]], ["grub", [2, 3325, 1]], ["cadge", [2, 3325, 2]], ["bum", [2, 3325, 3]]]}, {"answer": "mooring", "hint": "synonyms for mooring", "clues": [["berth", [2, 3326, 0]], ["moor", [2, 3326, 1]], ["tie up", [2, 3326, 2]], ["wharf", [2, 3326, 3]]]}, {"answer": "mop", "hint": "synonyms for mop", "clues": [["mow", [2, 3327, 0]], ["wipe up", [2, 3327, 1]], ["pout", [2, 3327, 2]], ["mop up", [2, 3327, 3]]]}, {"answer": "mop_up", "hint": "synonyms for mop up", "clues": [["worst", [2, 3328, 0]], ["get through", [2, 3328, 1]], ["clear up", [2, 3328, 2]], ["pip", [2, 3328, 3]], ["wrap up", [2, 3328, 4]], ["finish off", [2, 3328, 5]], ["whip", [2, 3328, 6]], ["polish off", [2, 3328, 7]], ["finish up", [2, 3328, 8]], ["mop", [2, 3328, 9]], ["rack up", [2, 3328, 10]], ["wipe up", [2, 3328, 11]]]}, {"answer": "moped", "hint": "synonyms for moped", "clues": [["mope", [2, 3329, 0]], ["mope around", [2, 3329, 1]], ["mop up", [2, 3329, 2]], ["moon about", [2, 3329, 3]], ["mow", [2, 3329, 4]], ["moon around", [2, 3329, 5]], ["wipe up", [2, 3329, 6]], ["pout", [2, 3329, 7]]]}, {"answer": "mopes", "hint": "synonyms for mopes", "clues": [["mope", [2, 3330, 0]], ["mope around", [2, 3330, 1]], ["mop up", [2, 3330, 2]], ["moon about", [2, 3330, 3]], ["mow", [2, 3330, 4]], ["moon around", [2, 3330, 5]], ["wipe up", [2, 3330, 6]], ["pout", [2, 3330, 7]]]}, {"answer": "mopping", "hint": "synonyms for mopping", "clues": [["mow", [2, 3331, 0]], ["mop up", [2, 3331, 1]], ["mop", [2, 3331, 2]], ["wipe up", [2, 3331, 3]], ["pout", [2, 3331, 4]]]}, {"answer": "mother", "hint": "synonyms for mother", "clues": [["fuss", [2, 3332, 0]], ["father", [2, 3332, 1]], ["sire", [2, 3332, 2]], ["bring forth", [2, 3332, 3]], ["engender", [2, 3332, 4]], ["generate", [2, 3332, 5]], ["overprotect", [2, 3332, 6]], ["get", [2, 3332, 7]], ["beget", [2, 3332, 8]]]}, {"answer": "mottle", "hint": "synonyms for mottle", "clues": [["cloud", [2, 3333, 0]], ["dapple", [2, 3333, 1]], ["streak", [2, 3333, 2]], ["blotch", [2, 3333, 3]]]}, {"answer": "mottling", "hint": "synonyms for mottling", "clues": [["cloud", [2, 3334, 0]], ["blotch", [2, 3334, 1]], ["dapple", [2, 3334, 2]], ["mottle", [2, 3334, 3]], ["streak", [2, 3334, 4]]]}, {"answer": "mould", "hint": "synonyms for mould", "clues": [["mold", [2, 3335, 0]], ["forge", [2, 3335, 1]], ["work", [2, 3335, 2]], ["shape", [2, 3335, 3]], ["cast", [2, 3335, 4]], ["form", [2, 3335, 5]], ["model", [2, 3335, 6]]]}, {"answer": "moulding", "hint": "synonyms for moulding", "clues": [["mould", [2, 3336, 0]], ["forge", [2, 3336, 1]], ["work", [2, 3336, 2]], ["shape", [2, 3336, 3]], ["cast", [2, 3336, 4]], ["form", [2, 3336, 5]], ["model", [2, 3336, 6]]]}, {"answer": "moult", "hint": "synonyms for moult", "clues": [["shed", [2, 3337, 0]], ["molt", [2, 3337, 1]], ["exuviate", [2, 3337, 2]], ["slough", [2, 3337, 3]]]}, {"answer": "moulting", "hint": "synonyms for moulting", "clues": [["shed", [2, 3338, 0]], ["molt", [2, 3338, 1]], ["exuviate", [2, 3338, 2]], ["slough", [2, 3338, 3]]]}, {"answer": "mount", "hint": "synonyms for mount", "clues": [["hop on", [2, 3339, 0]], ["climb up", [2, 3339, 1]], ["climb on", [2, 3339, 2]], ["mount up", [2, 3339, 3]], ["jump on", [2, 3339, 4]], ["put on", [2, 3339, 5]], ["wax", [2, 3339, 6]], ["get on", [2, 3339, 7]], ["climb", [2, 3339, 8]], ["go up", [2, 3339, 9]], ["bestride", [2, 3339, 10]], ["ride", [2, 3339, 11]], ["rise", [2, 3339, 12]]]}, {"answer": "mounting", "hint": "synonyms for mounting", "clues": [["mount", [2, 3340, 0]], ["hop on", [2, 3340, 1]], ["climb on", [2, 3340, 2]], ["jump on", [2, 3340, 3]], ["put on", [2, 3340, 4]], ["wax", [2, 3340, 5]], ["bestride", [2, 3340, 6]], ["get on", [2, 3340, 7]], ["rise", [2, 3340, 8]], ["climb up", [2, 3340, 9]], ["mount up", [2, 3340, 10]], ["climb", [2, 3340, 11]], ["go up", [2, 3340, 12]], ["ride", [2, 3340, 13]]]}, {"answer": "mouth", "hint": "synonyms for mouth", "clues": [["utter", [2, 3341, 0]], ["speak", [2, 3341, 1]], ["verbalize", [2, 3341, 2]], ["talk", [2, 3341, 3]]]}, {"answer": "move", "hint": "synonyms for move", "clues": [["propel", [2, 3342, 0]], ["prompt", [2, 3342, 1]], ["make a motion", [2, 3342, 2]], ["be active", [2, 3342, 3]], ["actuate", [2, 3342, 4]], ["displace", [2, 3342, 5]], ["proceed", [2, 3342, 6]], ["incite", [2, 3342, 7]], ["locomote", [2, 3342, 8]], ["motivate", [2, 3342, 9]], ["go", [2, 3342, 10]], ["travel", [2, 3342, 11]], ["impress", [2, 3342, 12]], ["affect", [2, 3342, 13]], ["act", [2, 3342, 14]], ["run", [2, 3342, 15]], ["strike", [2, 3342, 16]]]}, {"answer": "muck", "hint": "synonyms for muck", "clues": [["muck up", [2, 3343, 0]], ["manure", [2, 3343, 1]], ["mud", [2, 3343, 2]], ["mire", [2, 3343, 3]]]}, {"answer": "muff", "hint": "synonyms for muff", "clues": [["bodge", [2, 3344, 0]], ["bungle", [2, 3344, 1]], ["fumble", [2, 3344, 2]], ["blow", [2, 3344, 3]], ["muck up", [2, 3344, 4]], ["bollix up", [2, 3344, 5]], ["bobble", [2, 3344, 6]], ["fluff", [2, 3344, 7]], ["screw up", [2, 3344, 8]], ["botch up", [2, 3344, 9]], ["foul up", [2, 3344, 10]], ["bollix", [2, 3344, 11]], ["spoil", [2, 3344, 12]], ["bumble", [2, 3344, 13]], ["mess up", [2, 3344, 14]], ["flub", [2, 3344, 15]], ["ball up", [2, 3344, 16]], ["bollocks up", [2, 3344, 17]], ["louse up", [2, 3344, 18]], ["bollocks", [2, 3344, 19]], ["mishandle", [2, 3344, 20]], ["botch", [2, 3344, 21]]]}, {"answer": "muffle", "hint": "synonyms for muffle", "clues": [["stifle", [2, 3345, 0]], ["dampen", [2, 3345, 1]], ["strangle", [2, 3345, 2]], ["damp", [2, 3345, 3]], ["smother", [2, 3345, 4]], ["tone down", [2, 3345, 5]], ["mute", [2, 3345, 6]], ["dull", [2, 3345, 7]], ["repress", [2, 3345, 8]]]}, {"answer": "mulct", "hint": "synonyms for mulct", "clues": [["rook", [2, 3346, 0]], ["swindle", [2, 3346, 1]], ["bunco", [2, 3346, 2]], ["goldbrick", [2, 3346, 3]], ["victimize", [2, 3346, 4]], ["diddle", [2, 3346, 5]], ["con", [2, 3346, 6]], ["gip", [2, 3346, 7]], ["defraud", [2, 3346, 8]], ["gyp", [2, 3346, 9]], ["nobble", [2, 3346, 10]], ["scam", [2, 3346, 11]], ["short-change", [2, 3346, 12]], ["hornswoggle", [2, 3346, 13]]]}, {"answer": "mull", "hint": "synonyms for mull", "clues": [["think over", [2, 3347, 0]], ["excogitate", [2, 3347, 1]], ["reflect", [2, 3347, 2]], ["muse", [2, 3347, 3]], ["speculate", [2, 3347, 4]], ["ruminate", [2, 3347, 5]], ["mull over", [2, 3347, 6]], ["contemplate", [2, 3347, 7]], ["ponder", [2, 3347, 8]], ["chew over", [2, 3347, 9]], ["meditate", [2, 3347, 10]]]}, {"answer": "mumble", "hint": "synonyms for mumble", "clues": [["gum", [2, 3348, 0]], ["mutter", [2, 3348, 1]], ["mussitate", [2, 3348, 2]], ["maunder", [2, 3348, 3]]]}, {"answer": "mumbling", "hint": "synonyms for mumbling", "clues": [["mutter", [2, 3349, 0]], ["mussitate", [2, 3349, 1]], ["gum", [2, 3349, 2]], ["mumble", [2, 3349, 3]], ["maunder", [2, 3349, 4]]]}, {"answer": "murder", "hint": "synonyms for murder", "clues": [["dispatch", [2, 3350, 0]], ["mangle", [2, 3350, 1]], ["hit", [2, 3350, 2]], ["slay", [2, 3350, 3]], ["polish off", [2, 3350, 4]], ["off", [2, 3350, 5]], ["mutilate", [2, 3350, 6]], ["remove", [2, 3350, 7]], ["bump off", [2, 3350, 8]]]}, {"answer": "murderess", "hint": "synonyms for murderess", "clues": [["dispatch", [2, 3351, 0]], ["murder", [2, 3351, 1]], ["mangle", [2, 3351, 2]], ["hit", [2, 3351, 3]], ["slay", [2, 3351, 4]], ["polish off", [2, 3351, 5]], ["off", [2, 3351, 6]], ["mutilate", [2, 3351, 7]], ["remove", [2, 3351, 8]], ["bump off", [2, 3351, 9]]]}, {"answer": "murmur", "hint": "synonyms for murmur", "clues": [["grumble", [2, 3352, 0]], ["croak", [2, 3352, 1]], ["mutter", [2, 3352, 2]], ["gnarl", [2, 3352, 3]]]}, {"answer": "muse", "hint": "synonyms for muse", "clues": [["think over", [2, 3353, 0]], ["excogitate", [2, 3353, 1]], ["reflect", [2, 3353, 2]], ["speculate", [2, 3353, 3]], ["ruminate", [2, 3353, 4]], ["mull over", [2, 3353, 5]], ["contemplate", [2, 3353, 6]], ["ponder", [2, 3353, 7]], ["mull", [2, 3353, 8]], ["chew over", [2, 3353, 9]], ["meditate", [2, 3353, 10]]]}, {"answer": "muster", "hint": "synonyms for muster", "clues": [["summon", [2, 3354, 0]], ["rally", [2, 3354, 1]], ["come up", [2, 3354, 2]], ["muster up", [2, 3354, 3]]]}, {"answer": "mutter", "hint": "synonyms for mutter", "clues": [["croak", [2, 3355, 0]], ["gnarl", [2, 3355, 1]], ["mussitate", [2, 3355, 2]], ["murmur", [2, 3355, 3]], ["mumble", [2, 3355, 4]], ["grumble", [2, 3355, 5]], ["maunder", [2, 3355, 6]]]}, {"answer": "muttering", "hint": "synonyms for muttering", "clues": [["croak", [2, 3356, 0]], ["gnarl", [2, 3356, 1]], ["mumble", [2, 3356, 2]], ["grumble", [2, 3356, 3]], ["mutter", [2, 3356, 4]], ["mussitate", [2, 3356, 5]], ["murmur", [2, 3356, 6]], ["maunder", [2, 3356, 7]]]}, {"answer": "nail", "hint": "synonyms for nail", "clues": [["sweep through", [2, 3357, 0]], ["apprehend", [2, 3357, 1]], ["complete", [2, 3357, 2]], ["pass with flying colors", [2, 3357, 3]], ["pick up", [2, 3357, 4]], ["sail through", [2, 3357, 5]], ["blast", [2, 3357, 6]], ["cop", [2, 3357, 7]], ["arrest", [2, 3357, 8]], ["nab", [2, 3357, 9]], ["collar", [2, 3357, 10]], ["smash", [2, 3357, 11]], ["boom", [2, 3357, 12]], ["nail down", [2, 3357, 13]], ["breeze through", [2, 3357, 14]], ["peg", [2, 3357, 15]], ["ace", [2, 3357, 16]], ["pinpoint", [2, 3357, 17]]]}, {"answer": "name", "hint": "synonyms for name", "clues": [["key", [2, 3358, 0]], ["bring up", [2, 3358, 1]], ["make", [2, 3358, 2]], ["refer", [2, 3358, 3]], ["identify", [2, 3358, 4]], ["distinguish", [2, 3358, 5]], ["discover", [2, 3358, 6]], ["key out", [2, 3358, 7]], ["appoint", [2, 3358, 8]], ["constitute", [2, 3358, 9]], ["advert", [2, 3358, 10]], ["call", [2, 3358, 11]], ["nominate", [2, 3358, 12]], ["describe", [2, 3358, 13]], ["list", [2, 3358, 14]], ["diagnose", [2, 3358, 15]], ["mention", [2, 3358, 16]], ["cite", [2, 3358, 17]]]}, {"answer": "names", "hint": "synonyms for names", "clues": [["key", [2, 3359, 0]], ["name", [2, 3359, 1]], ["bring up", [2, 3359, 2]], ["make", [2, 3359, 3]], ["refer", [2, 3359, 4]], ["identify", [2, 3359, 5]], ["distinguish", [2, 3359, 6]], ["discover", [2, 3359, 7]], ["appoint", [2, 3359, 8]], ["key out", [2, 3359, 9]], ["constitute", [2, 3359, 10]], ["advert", [2, 3359, 11]], ["call", [2, 3359, 12]], ["nominate", [2, 3359, 13]], ["describe", [2, 3359, 14]], ["list", [2, 3359, 15]], ["diagnose", [2, 3359, 16]], ["mention", [2, 3359, 17]], ["cite", [2, 3359, 18]]]}, {"answer": "nark", "hint": "synonyms for nark", "clues": [["annoy", [2, 3360, 0]], ["vex", [2, 3360, 1]], ["nettle", [2, 3360, 2]], ["chafe", [2, 3360, 3]], ["devil", [2, 3360, 4]], ["rag", [2, 3360, 5]], ["bother", [2, 3360, 6]], ["rile", [2, 3360, 7]], ["irritate", [2, 3360, 8]], ["get at", [2, 3360, 9]], ["gravel", [2, 3360, 10]], ["get to", [2, 3360, 11]]]}, {"answer": "need", "hint": "synonyms for need", "clues": [["ask", [2, 3361, 0]], ["involve", [2, 3361, 1]], ["require", [2, 3361, 2]], ["demand", [2, 3361, 3]], ["want", [2, 3361, 4]], ["necessitate", [2, 3361, 5]], ["call for", [2, 3361, 6]], ["take", [2, 3361, 7]], ["postulate", [2, 3361, 8]]]}, {"answer": "neglect", "hint": "synonyms for neglect", "clues": [["overlook", [2, 3362, 0]], ["drop", [2, 3362, 1]], ["omit", [2, 3362, 2]], ["overleap", [2, 3362, 3]], ["pretermit", [2, 3362, 4]], ["ignore", [2, 3362, 5]], ["disregard", [2, 3362, 6]], ["leave out", [2, 3362, 7]], ["miss", [2, 3362, 8]], ["fail", [2, 3362, 9]]]}, {"answer": "nest", "hint": "synonyms for nest", "clues": [["snuggle", [2, 3363, 0]], ["nestle", [2, 3363, 1]], ["nuzzle", [2, 3363, 2]], ["cuddle", [2, 3363, 3]], ["draw close", [2, 3363, 4]]]}, {"answer": "nestle", "hint": "synonyms for nestle", "clues": [["nest", [2, 3364, 0]], ["snuggle", [2, 3364, 1]], ["draw close", [2, 3364, 2]], ["nuzzle", [2, 3364, 3]], ["cuddle", [2, 3364, 4]]]}, {"answer": "nestling", "hint": "synonyms for nestling", "clues": [["nest", [2, 3365, 0]], ["snuggle", [2, 3365, 1]], ["nuzzle", [2, 3365, 2]], ["nestle", [2, 3365, 3]], ["draw close", [2, 3365, 4]], ["cuddle", [2, 3365, 5]]]}, {"answer": "netting", "hint": "synonyms for netting", "clues": [["sack", [2, 3366, 0]], ["clear", [2, 3366, 1]], ["sack up", [2, 3366, 2]], ["web", [2, 3366, 3]], ["nett", [2, 3366, 4]]]}, {"answer": "nettle", "hint": "synonyms for nettle", "clues": [["annoy", [2, 3367, 0]], ["vex", [2, 3367, 1]], ["chafe", [2, 3367, 2]], ["devil", [2, 3367, 3]], ["rag", [2, 3367, 4]], ["urticate", [2, 3367, 5]], ["bother", [2, 3367, 6]], ["nark", [2, 3367, 7]], ["rile", [2, 3367, 8]], ["irritate", [2, 3367, 9]], ["get at", [2, 3367, 10]], ["gravel", [2, 3367, 11]], ["get to", [2, 3367, 12]]]}, {"answer": "neutering", "hint": "synonyms for neutering", "clues": [["neuter", [2, 3368, 0]], ["spay", [2, 3368, 1]], ["castrate", [2, 3368, 2]], ["alter", [2, 3368, 3]]]}, {"answer": "nip", "hint": "synonyms for nip", "clues": [["tweet", [2, 3369, 0]], ["snip", [2, 3369, 1]], ["nip off", [2, 3369, 2]], ["squeeze", [2, 3369, 3]], ["twitch", [2, 3369, 4]], ["pinch", [2, 3369, 5]], ["twinge", [2, 3369, 6]], ["clip", [2, 3369, 7]]]}, {"answer": "nix", "hint": "synonyms for nix", "clues": [["disallow", [2, 3370, 0]], ["proscribe", [2, 3370, 1]], ["prohibit", [2, 3370, 2]], ["veto", [2, 3370, 3]], ["forbid", [2, 3370, 4]], ["interdict", [2, 3370, 5]]]}, {"answer": "nose", "hint": "synonyms for nose", "clues": [["horn in", [2, 3371, 0]], ["poke", [2, 3371, 1]], ["nuzzle", [2, 3371, 2]], ["scent", [2, 3371, 3]], ["pry", [2, 3371, 4]], ["wind", [2, 3371, 5]], ["intrude", [2, 3371, 6]]]}, {"answer": "note", "hint": "synonyms for note", "clues": [["mention", [2, 3372, 0]], ["remark", [2, 3372, 1]], ["mark", [2, 3372, 2]], ["observe", [2, 3372, 3]], ["notice", [2, 3372, 4]], ["take note", [2, 3372, 5]], ["take down", [2, 3372, 6]]]}, {"answer": "notice", "hint": "synonyms for notice", "clues": [["mark", [2, 3373, 0]], ["find", [2, 3373, 1]], ["note", [2, 3373, 2]], ["point out", [2, 3373, 3]], ["remark", [2, 3373, 4]], ["acknowledge", [2, 3373, 5]], ["observe", [2, 3373, 6]], ["detect", [2, 3373, 7]], ["discover", [2, 3373, 8]], ["comment", [2, 3373, 9]]]}, {"answer": "nuke", "hint": "synonyms for nuke", "clues": [["atomize", [2, 3374, 0]], ["microwave", [2, 3374, 1]], ["zap", [2, 3374, 2]], ["micro-cook", [2, 3374, 3]], ["atom-bomb", [2, 3374, 4]]]}, {"answer": "number", "hint": "synonyms for number", "clues": [["enumerate", [2, 3375, 0]], ["list", [2, 3375, 1]], ["keep down", [2, 3375, 2]], ["count", [2, 3375, 3]], ["add up", [2, 3375, 4]], ["come", [2, 3375, 5]], ["amount", [2, 3375, 6]], ["total", [2, 3375, 7]]]}, {"answer": "numbering", "hint": "synonyms for numbering", "clues": [["number", [2, 3376, 0]], ["enumerate", [2, 3376, 1]], ["list", [2, 3376, 2]], ["keep down", [2, 3376, 3]], ["count", [2, 3376, 4]], ["add up", [2, 3376, 5]], ["come", [2, 3376, 6]], ["amount", [2, 3376, 7]], ["total", [2, 3376, 8]]]}, {"answer": "numbers", "hint": "synonyms for numbers", "clues": [["number", [2, 3377, 0]], ["enumerate", [2, 3377, 1]], ["list", [2, 3377, 2]], ["keep down", [2, 3377, 3]], ["count", [2, 3377, 4]], ["add up", [2, 3377, 5]], ["come", [2, 3377, 6]], ["amount", [2, 3377, 7]], ["total", [2, 3377, 8]]]}, {"answer": "nurse", "hint": "synonyms for nurse", "clues": [["harbor", [2, 3378, 0]], ["hold", [2, 3378, 1]], ["give suck", [2, 3378, 2]], ["suck", [2, 3378, 3]], ["wet-nurse", [2, 3378, 4]], ["suckle", [2, 3378, 5]], ["lactate", [2, 3378, 6]], ["breastfeed", [2, 3378, 7]], ["entertain", [2, 3378, 8]]]}, {"answer": "nursing", "hint": "synonyms for nursing", "clues": [["nurse", [2, 3379, 0]], ["harbor", [2, 3379, 1]], ["hold", [2, 3379, 2]], ["give suck", [2, 3379, 3]], ["suck", [2, 3379, 4]], ["wet-nurse", [2, 3379, 5]], ["breastfeed", [2, 3379, 6]], ["suckle", [2, 3379, 7]], ["lactate", [2, 3379, 8]], ["entertain", [2, 3379, 9]]]}, {"answer": "nurture", "hint": "synonyms for nurture", "clues": [["raise", [2, 3380, 0]], ["foster", [2, 3380, 1]], ["sustain", [2, 3380, 2]], ["rear", [2, 3380, 3]], ["parent", [2, 3380, 4]], ["bring up", [2, 3380, 5]], ["nourish", [2, 3380, 6]]]}, {"answer": "offer", "hint": "synonyms for offer", "clues": [["offer up", [2, 3381, 0]], ["volunteer", [2, 3381, 1]], ["put up", [2, 3381, 2]], ["tender", [2, 3381, 3]], ["proffer", [2, 3381, 4]], ["bid", [2, 3381, 5]], ["pop the question", [2, 3381, 6]], ["provide", [2, 3381, 7]], ["declare oneself", [2, 3381, 8]], ["extend", [2, 3381, 9]], ["propose", [2, 3381, 10]]]}, {"answer": "offering", "hint": "synonyms for offering", "clues": [["offer", [2, 3382, 0]], ["volunteer", [2, 3382, 1]], ["tender", [2, 3382, 2]], ["proffer", [2, 3382, 3]], ["pop the question", [2, 3382, 4]], ["extend", [2, 3382, 5]], ["offer up", [2, 3382, 6]], ["put up", [2, 3382, 7]], ["bid", [2, 3382, 8]], ["provide", [2, 3382, 9]], ["declare oneself", [2, 3382, 10]], ["propose", [2, 3382, 11]]]}, {"answer": "offing", "hint": "synonyms for offing", "clues": [["dispatch", [2, 3383, 0]], ["hit", [2, 3383, 1]], ["slay", [2, 3383, 2]], ["polish off", [2, 3383, 3]], ["off", [2, 3383, 4]], ["remove", [2, 3383, 5]], ["murder", [2, 3383, 6]], ["bump off", [2, 3383, 7]]]}, {"answer": "oil", "hint": "synonyms for oil", "clues": [["embrocate", [2, 3384, 0]], ["anoint", [2, 3384, 1]], ["anele", [2, 3384, 2]], ["inunct", [2, 3384, 3]]]}, {"answer": "omen", "hint": "synonyms for omen", "clues": [["prognosticate", [2, 3385, 0]], ["presage", [2, 3385, 1]], ["forecast", [2, 3385, 2]], ["auspicate", [2, 3385, 3]], ["foreshadow", [2, 3385, 4]], ["portend", [2, 3385, 5]], ["augur", [2, 3385, 6]], ["predict", [2, 3385, 7]], ["betoken", [2, 3385, 8]], ["foretell", [2, 3385, 9]], ["prefigure", [2, 3385, 10]], ["bode", [2, 3385, 11]]]}, {"answer": "ooze", "hint": "synonyms for ooze", "clues": [["seep", [2, 3386, 0]], ["exude", [2, 3386, 1]], ["exudate", [2, 3386, 2]], ["ooze out", [2, 3386, 3]], ["transude", [2, 3386, 4]]]}, {"answer": "order", "hint": "synonyms for order", "clues": [["tell", [2, 3387, 0]], ["regularize", [2, 3387, 1]], ["set up", [2, 3387, 2]], ["consecrate", [2, 3387, 3]], ["grade", [2, 3387, 4]], ["prescribe", [2, 3387, 5]], ["place", [2, 3387, 6]], ["ordain", [2, 3387, 7]], ["ordinate", [2, 3387, 8]], ["range", [2, 3387, 9]], ["put", [2, 3387, 10]], ["rank", [2, 3387, 11]], ["govern", [2, 3387, 12]], ["say", [2, 3387, 13]], ["rate", [2, 3387, 14]], ["regulate", [2, 3387, 15]], ["arrange", [2, 3387, 16]], ["enjoin", [2, 3387, 17]], ["dictate", [2, 3387, 18]]]}, {"answer": "ordering", "hint": "synonyms for ordering", "clues": [["order", [2, 3388, 0]], ["tell", [2, 3388, 1]], ["regularize", [2, 3388, 2]], ["set up", [2, 3388, 3]], ["consecrate", [2, 3388, 4]], ["grade", [2, 3388, 5]], ["prescribe", [2, 3388, 6]], ["place", [2, 3388, 7]], ["ordain", [2, 3388, 8]], ["ordinate", [2, 3388, 9]], ["range", [2, 3388, 10]], ["put", [2, 3388, 11]], ["rank", [2, 3388, 12]], ["govern", [2, 3388, 13]], ["say", [2, 3388, 14]], ["rate", [2, 3388, 15]], ["regulate", [2, 3388, 16]], ["arrange", [2, 3388, 17]], ["enjoin", [2, 3388, 18]], ["dictate", [2, 3388, 19]]]}, {"answer": "ordinate", "hint": "synonyms for ordinate", "clues": [["ordain", [2, 3389, 0]], ["coordinate", [2, 3389, 1]], ["align", [2, 3389, 2]], ["consecrate", [2, 3389, 3]], ["order", [2, 3389, 4]]]}, {"answer": "ornament", "hint": "synonyms for ornament", "clues": [["decorate", [2, 3390, 0]], ["grace", [2, 3390, 1]], ["adorn", [2, 3390, 2]], ["beautify", [2, 3390, 3]], ["embellish", [2, 3390, 4]]]}, {"answer": "ousting", "hint": "synonyms for ousting", "clues": [["kick out", [2, 3391, 0]], ["oust", [2, 3391, 1]], ["drum out", [2, 3391, 2]], ["boot out", [2, 3391, 3]], ["throw out", [2, 3391, 4]], ["expel", [2, 3391, 5]]]}, {"answer": "outcry", "hint": "synonyms for outcry", "clues": [["cry", [2, 3392, 0]], ["exclaim", [2, 3392, 1]], ["shout", [2, 3392, 2]], ["call out", [2, 3392, 3]], ["outshout", [2, 3392, 4]], ["cry out", [2, 3392, 5]]]}, {"answer": "outfitting", "hint": "synonyms for outfitting", "clues": [["equip", [2, 3393, 0]], ["fit", [2, 3393, 1]], ["outfit", [2, 3393, 2]], ["fit out", [2, 3393, 3]]]}, {"answer": "outgo", "hint": "synonyms for outgo", "clues": [["outstrip", [2, 3394, 0]], ["outdo", [2, 3394, 1]], ["outmatch", [2, 3394, 2]], ["surpass", [2, 3394, 3]], ["outperform", [2, 3394, 4]], ["surmount", [2, 3394, 5]], ["exceed", [2, 3394, 6]]]}, {"answer": "outline", "hint": "synonyms for outline", "clues": [["sketch", [2, 3395, 0]], ["limn", [2, 3395, 1]], ["draft", [2, 3395, 2]], ["adumbrate", [2, 3395, 3]], ["delineate", [2, 3395, 4]]]}, {"answer": "outrage", "hint": "synonyms for outrage", "clues": [["assault", [2, 3396, 0]], ["dishonour", [2, 3396, 1]], ["profane", [2, 3396, 2]], ["violate", [2, 3396, 3]], ["rape", [2, 3396, 4]], ["appal", [2, 3396, 5]], ["offend", [2, 3396, 6]], ["scandalise", [2, 3396, 7]], ["shock", [2, 3396, 8]], ["ravish", [2, 3396, 9]], ["desecrate", [2, 3396, 10]]]}, {"answer": "overacting", "hint": "synonyms for overacting", "clues": [["overact", [2, 3397, 0]], ["overplay", [2, 3397, 1]], ["ham it up", [2, 3397, 2]], ["ham", [2, 3397, 3]]]}, {"answer": "overcharge", "hint": "synonyms for overcharge", "clues": [["fleece", [2, 3398, 0]], ["gazump", [2, 3398, 1]], ["soak", [2, 3398, 2]], ["overload", [2, 3398, 3]], ["rob", [2, 3398, 4]], ["plume", [2, 3398, 5]], ["pluck", [2, 3398, 6]], ["surcharge", [2, 3398, 7]], ["hook", [2, 3398, 8]]]}, {"answer": "overeating", "hint": "synonyms for overeating", "clues": [["englut", [2, 3399, 0]], ["glut", [2, 3399, 1]], ["engorge", [2, 3399, 2]], ["stuff", [2, 3399, 3]], ["gormandize", [2, 3399, 4]], ["overindulge", [2, 3399, 5]], ["overgorge", [2, 3399, 6]], ["ingurgitate", [2, 3399, 7]], ["pig out", [2, 3399, 8]], ["gorge", [2, 3399, 9]], ["satiate", [2, 3399, 10]], ["scarf out", [2, 3399, 11]], ["overeat", [2, 3399, 12]], ["binge", [2, 3399, 13]]]}, {"answer": "overflow", "hint": "synonyms for overflow", "clues": [["run over", [2, 3400, 0]], ["spill over", [2, 3400, 1]], ["brim over", [2, 3400, 2]], ["bubble over", [2, 3400, 3]], ["well over", [2, 3400, 4]], ["overrun", [2, 3400, 5]]]}, {"answer": "overlook", "hint": "synonyms for overlook", "clues": [["dominate", [2, 3401, 0]], ["drop", [2, 3401, 1]], ["neglect", [2, 3401, 2]], ["look across", [2, 3401, 3]], ["command", [2, 3401, 4]], ["omit", [2, 3401, 5]], ["overleap", [2, 3401, 6]], ["pretermit", [2, 3401, 7]], ["look out over", [2, 3401, 8]], ["look out on", [2, 3401, 9]], ["overtop", [2, 3401, 10]], ["leave out", [2, 3401, 11]], ["miss", [2, 3401, 12]]]}, {"answer": "override", "hint": "synonyms for override", "clues": [["overturn", [2, 3402, 0]], ["overthrow", [2, 3402, 1]], ["overrule", [2, 3402, 2]], ["reverse", [2, 3402, 3]]]}, {"answer": "overrun", "hint": "synonyms for overrun", "clues": [["run over", [2, 3403, 0]], ["brim over", [2, 3403, 1]], ["infest", [2, 3403, 2]], ["invade", [2, 3403, 3]], ["well over", [2, 3403, 4]], ["overflow", [2, 3403, 5]]]}, {"answer": "overtaking", "hint": "synonyms for overtaking", "clues": [["overtake", [2, 3404, 0]], ["sweep over", [2, 3404, 1]], ["overwhelm", [2, 3404, 2]], ["catch up with", [2, 3404, 3]], ["whelm", [2, 3404, 4]], ["overhaul", [2, 3404, 5]], ["pass", [2, 3404, 6]], ["overcome", [2, 3404, 7]], ["catch", [2, 3404, 8]], ["overpower", [2, 3404, 9]]]}, {"answer": "overthrow", "hint": "synonyms for overthrow", "clues": [["overrule", [2, 3405, 0]], ["reverse", [2, 3405, 1]], ["override", [2, 3405, 2]], ["overturn", [2, 3405, 3]], ["subvert", [2, 3405, 4]], ["bring down", [2, 3405, 5]]]}, {"answer": "overturn", "hint": "synonyms for overturn", "clues": [["repeal", [2, 3406, 0]], ["lift", [2, 3406, 1]], ["tump over", [2, 3406, 2]], ["tip over", [2, 3406, 3]], ["reverse", [2, 3406, 4]], ["overrule", [2, 3406, 5]], ["override", [2, 3406, 6]], ["countermand", [2, 3406, 7]], ["overthrow", [2, 3406, 8]], ["rescind", [2, 3406, 9]], ["turn over", [2, 3406, 10]], ["vacate", [2, 3406, 11]], ["subvert", [2, 3406, 12]], ["revolutionize", [2, 3406, 13]], ["revoke", [2, 3406, 14]], ["knock over", [2, 3406, 15]], ["bring down", [2, 3406, 16]], ["annul", [2, 3406, 17]], ["bowl over", [2, 3406, 18]], ["upset", [2, 3406, 19]]]}, {"answer": "pack", "hint": "synonyms for pack", "clues": [["bundle", [2, 3407, 0]], ["carry", [2, 3407, 1]], ["jam", [2, 3407, 2]], ["pile", [2, 3407, 3]], ["tamp", [2, 3407, 4]], ["backpack", [2, 3407, 5]], ["wad", [2, 3407, 6]], ["compact", [2, 3407, 7]], ["tamp down", [2, 3407, 8]], ["throng", [2, 3407, 9]], ["load down", [2, 3407, 10]], ["mob", [2, 3407, 11]], ["take", [2, 3407, 12]]]}, {"answer": "packing", "hint": "synonyms for packing", "clues": [["pack", [2, 3408, 0]], ["jam", [2, 3408, 1]], ["pile", [2, 3408, 2]], ["compact", [2, 3408, 3]], ["wad", [2, 3408, 4]], ["load down", [2, 3408, 5]], ["mob", [2, 3408, 6]], ["bundle", [2, 3408, 7]], ["carry", [2, 3408, 8]], ["tamp", [2, 3408, 9]], ["backpack", [2, 3408, 10]], ["tamp down", [2, 3408, 11]], ["throng", [2, 3408, 12]], ["take", [2, 3408, 13]]]}, {"answer": "pad", "hint": "synonyms for pad", "clues": [["aggrandize", [2, 3409, 0]], ["trudge", [2, 3409, 1]], ["embellish", [2, 3409, 2]], ["lard", [2, 3409, 3]], ["bolster", [2, 3409, 4]], ["tramp", [2, 3409, 5]], ["dramatise", [2, 3409, 6]], ["plod", [2, 3409, 7]], ["embroider", [2, 3409, 8]], ["slog", [2, 3409, 9]], ["blow up", [2, 3409, 10]], ["footslog", [2, 3409, 11]], ["fill out", [2, 3409, 12]]]}, {"answer": "padding", "hint": "synonyms for padding", "clues": [["aggrandize", [2, 3410, 0]], ["dramatise", [2, 3410, 1]], ["embroider", [2, 3410, 2]], ["slog", [2, 3410, 3]], ["fill out", [2, 3410, 4]], ["pad", [2, 3410, 5]], ["embellish", [2, 3410, 6]], ["trudge", [2, 3410, 7]], ["lard", [2, 3410, 8]], ["bolster", [2, 3410, 9]], ["tramp", [2, 3410, 10]], ["plod", [2, 3410, 11]], ["blow up", [2, 3410, 12]], ["footslog", [2, 3410, 13]]]}, {"answer": "paddle", "hint": "synonyms for paddle", "clues": [["splash around", [2, 3411, 0]], ["coggle", [2, 3411, 1]], ["waddle", [2, 3411, 2]], ["spank", [2, 3411, 3]], ["larrup", [2, 3411, 4]], ["dabble", [2, 3411, 5]], ["dodder", [2, 3411, 6]], ["totter", [2, 3411, 7]], ["toddle", [2, 3411, 8]]]}, {"answer": "pain", "hint": "synonyms for pain", "clues": [["anguish", [2, 3412, 0]], ["hurt", [2, 3412, 1]], ["trouble", [2, 3412, 2]], ["ail", [2, 3412, 3]]]}, {"answer": "pains", "hint": "synonyms for pains", "clues": [["hurt", [2, 3413, 0]], ["trouble", [2, 3413, 1]], ["pain", [2, 3413, 2]], ["anguish", [2, 3413, 3]], ["ail", [2, 3413, 4]]]}, {"answer": "pair", "hint": "synonyms for pair", "clues": [["pair off", [2, 3414, 0]], ["mate", [2, 3414, 1]], ["couple", [2, 3414, 2]], ["match", [2, 3414, 3]], ["twin", [2, 3414, 4]], ["geminate", [2, 3414, 5]], ["copulate", [2, 3414, 6]], ["partner off", [2, 3414, 7]]]}, {"answer": "pairing", "hint": "synonyms for pairing", "clues": [["pair", [2, 3415, 0]], ["pair off", [2, 3415, 1]], ["couple", [2, 3415, 2]], ["mate", [2, 3415, 3]], ["match", [2, 3415, 4]], ["twin", [2, 3415, 5]], ["geminate", [2, 3415, 6]], ["copulate", [2, 3415, 7]], ["partner off", [2, 3415, 8]]]}, {"answer": "palaver", "hint": "synonyms for palaver", "clues": [["blab", [2, 3416, 0]], ["wheedle", [2, 3416, 1]], ["blabber", [2, 3416, 2]], ["inveigle", [2, 3416, 3]], ["chatter", [2, 3416, 4]], ["piffle", [2, 3416, 5]], ["twaddle", [2, 3416, 6]], ["clack", [2, 3416, 7]], ["tittle-tattle", [2, 3416, 8]], ["prate", [2, 3416, 9]], ["cajole", [2, 3416, 10]], ["sweet-talk", [2, 3416, 11]], ["tattle", [2, 3416, 12]], ["maunder", [2, 3416, 13]], ["blarney", [2, 3416, 14]], ["coax", [2, 3416, 15]], ["prattle", [2, 3416, 16]], ["gabble", [2, 3416, 17]], ["gibber", [2, 3416, 18]]]}, {"answer": "paling", "hint": "synonyms for paling", "clues": [["blanch", [2, 3417, 0]], ["pal", [2, 3417, 1]], ["pal up", [2, 3417, 2]], ["chum up", [2, 3417, 3]], ["blench", [2, 3417, 4]]]}, {"answer": "palisade", "hint": "synonyms for palisade", "clues": [["surround", [2, 3418, 0]], ["fence in", [2, 3418, 1]], ["fence", [2, 3418, 2]], ["wall", [2, 3418, 3]]]}, {"answer": "pall", "hint": "synonyms for pall", "clues": [["cloy", [2, 3419, 0]], ["weary", [2, 3419, 1]], ["frighten away", [2, 3419, 2]], ["daunt", [2, 3419, 3]], ["dash", [2, 3419, 4]], ["jade", [2, 3419, 5]], ["tire", [2, 3419, 6]], ["scare away", [2, 3419, 7]], ["fatigue", [2, 3419, 8]], ["become flat", [2, 3419, 9]], ["dull", [2, 3419, 10]], ["frighten off", [2, 3419, 11]], ["scare off", [2, 3419, 12]], ["die", [2, 3419, 13]], ["scare", [2, 3419, 14]]]}, {"answer": "paltering", "hint": "synonyms for paltering", "clues": [["palter", [2, 3420, 0]], ["equivocate", [2, 3420, 1]], ["prevaricate", [2, 3420, 2]], ["beat around the bush", [2, 3420, 3]], ["tergiversate", [2, 3420, 4]]]}, {"answer": "pan", "hint": "synonyms for pan", "clues": [["tear apart", [2, 3421, 0]], ["trash", [2, 3421, 1]], ["pan out", [2, 3421, 2]], ["pan off", [2, 3421, 3]]]}, {"answer": "pander", "hint": "synonyms for pander", "clues": [["pimp", [2, 3422, 0]], ["procure", [2, 3422, 1]], ["gratify", [2, 3422, 2]], ["indulge", [2, 3422, 3]]]}, {"answer": "panting", "hint": "synonyms for panting", "clues": [["heave", [2, 3423, 0]], ["pant", [2, 3423, 1]], ["puff", [2, 3423, 2]], ["gasp", [2, 3423, 3]]]}, {"answer": "pants", "hint": "synonyms for pants", "clues": [["heave", [2, 3424, 0]], ["pant", [2, 3424, 1]], ["puff", [2, 3424, 2]], ["gasp", [2, 3424, 3]]]}, {"answer": "parade", "hint": "synonyms for parade", "clues": [["troop", [2, 3425, 0]], ["exhibit", [2, 3425, 1]], ["promenade", [2, 3425, 2]], ["march", [2, 3425, 3]]]}, {"answer": "parent", "hint": "synonyms for parent", "clues": [["rear", [2, 3426, 0]], ["nurture", [2, 3426, 1]], ["raise", [2, 3426, 2]], ["bring up", [2, 3426, 3]]]}, {"answer": "paring", "hint": "synonyms for paring", "clues": [["skin", [2, 3427, 0]], ["pare", [2, 3427, 1]], ["pare down", [2, 3427, 2]], ["peel", [2, 3427, 3]], ["whittle", [2, 3427, 4]], ["trim", [2, 3427, 5]]]}, {"answer": "parry", "hint": "synonyms for parry", "clues": [["circumvent", [2, 3428, 0]], ["duck", [2, 3428, 1]], ["sidestep", [2, 3428, 2]], ["elude", [2, 3428, 3]], ["block", [2, 3428, 4]], ["skirt", [2, 3428, 5]], ["hedge", [2, 3428, 6]], ["put off", [2, 3428, 7]], ["evade", [2, 3428, 8]], ["dodge", [2, 3428, 9]], ["fudge", [2, 3428, 10]], ["deflect", [2, 3428, 11]]]}, {"answer": "parting", "hint": "synonyms for parting", "clues": [["set off", [2, 3429, 0]], ["part", [2, 3429, 1]], ["divide", [2, 3429, 2]], ["disunite", [2, 3429, 3]], ["start out", [2, 3429, 4]], ["separate", [2, 3429, 5]], ["depart", [2, 3429, 6]], ["split up", [2, 3429, 7]], ["start", [2, 3429, 8]], ["set forth", [2, 3429, 9]], ["break", [2, 3429, 10]], ["break up", [2, 3429, 11]], ["set out", [2, 3429, 12]], ["take off", [2, 3429, 13]], ["split", [2, 3429, 14]]]}, {"answer": "parts", "hint": "synonyms for parts", "clues": [["set off", [2, 3430, 0]], ["part", [2, 3430, 1]], ["divide", [2, 3430, 2]], ["disunite", [2, 3430, 3]], ["start out", [2, 3430, 4]], ["separate", [2, 3430, 5]], ["depart", [2, 3430, 6]], ["split up", [2, 3430, 7]], ["start", [2, 3430, 8]], ["set forth", [2, 3430, 9]], ["break", [2, 3430, 10]], ["break up", [2, 3430, 11]], ["set out", [2, 3430, 12]], ["take off", [2, 3430, 13]], ["split", [2, 3430, 14]]]}, {"answer": "pasture", "hint": "synonyms for pasture", "clues": [["graze", [2, 3431, 0]], ["browse", [2, 3431, 1]], ["crop", [2, 3431, 2]], ["range", [2, 3431, 3]]]}, {"answer": "patter", "hint": "synonyms for patter", "clues": [["sprinkle", [2, 3432, 0]], ["pitter-patter", [2, 3432, 1]], ["spatter", [2, 3432, 2]], ["spit", [2, 3432, 3]]]}, {"answer": "pay", "hint": "synonyms for pay", "clues": [["make up", [2, 3433, 0]], ["devote", [2, 3433, 1]], ["give", [2, 3433, 2]], ["compensate", [2, 3433, 3]], ["yield", [2, 3433, 4]], ["ante up", [2, 3433, 5]], ["pay off", [2, 3433, 6]], ["pay up", [2, 3433, 7]], ["bear", [2, 3433, 8]]]}, {"answer": "peach", "hint": "synonyms for peach", "clues": [["blab", [2, 3434, 0]], ["tattle", [2, 3434, 1]], ["talk", [2, 3434, 2]], ["babble out", [2, 3434, 3]], ["let the cat out of the bag", [2, 3434, 4]], ["sing", [2, 3434, 5]], ["spill the beans", [2, 3434, 6]], ["blab out", [2, 3434, 7]], ["babble", [2, 3434, 8]]]}, {"answer": "peck", "hint": "synonyms for peck", "clues": [["pick up", [2, 3435, 0]], ["smack", [2, 3435, 1]], ["nag", [2, 3435, 2]], ["pick", [2, 3435, 3]], ["beak", [2, 3435, 4]], ["hen-peck", [2, 3435, 5]], ["pick at", [2, 3435, 6]]]}, {"answer": "peddling", "hint": "synonyms for peddling", "clues": [["pitch", [2, 3436, 0]], ["vend", [2, 3436, 1]], ["monger", [2, 3436, 2]], ["hawk", [2, 3436, 3]], ["peddle", [2, 3436, 4]], ["huckster", [2, 3436, 5]]]}, {"answer": "pee", "hint": "synonyms for pee", "clues": [["piss", [2, 3437, 0]], ["spend a penny", [2, 3437, 1]], ["make water", [2, 3437, 2]], ["puddle", [2, 3437, 3]], ["pass water", [2, 3437, 4]], ["relieve oneself", [2, 3437, 5]], ["urinate", [2, 3437, 6]], ["micturate", [2, 3437, 7]], ["wee-wee", [2, 3437, 8]], ["take a leak", [2, 3437, 9]], ["make", [2, 3437, 10]], ["pee-pee", [2, 3437, 11]], ["wee", [2, 3437, 12]], ["piddle", [2, 3437, 13]]]}, {"answer": "peeing", "hint": "synonyms for peeing", "clues": [["piss", [2, 3438, 0]], ["spend a penny", [2, 3438, 1]], ["make water", [2, 3438, 2]], ["pee", [2, 3438, 3]], ["puddle", [2, 3438, 4]], ["pass water", [2, 3438, 5]], ["relieve oneself", [2, 3438, 6]], ["urinate", [2, 3438, 7]], ["micturate", [2, 3438, 8]], ["wee-wee", [2, 3438, 9]], ["take a leak", [2, 3438, 10]], ["make", [2, 3438, 11]], ["pee-pee", [2, 3438, 12]], ["wee", [2, 3438, 13]], ["piddle", [2, 3438, 14]]]}, {"answer": "peel", "hint": "synonyms for peel", "clues": [["uncase", [2, 3439, 0]], ["flake off", [2, 3439, 1]], ["skin", [2, 3439, 2]], ["peel off", [2, 3439, 3]], ["pare", [2, 3439, 4]], ["strip", [2, 3439, 5]], ["disrobe", [2, 3439, 6]], ["undress", [2, 3439, 7]], ["flake", [2, 3439, 8]], ["unclothe", [2, 3439, 9]], ["discase", [2, 3439, 10]], ["strip down", [2, 3439, 11]]]}, {"answer": "peeling", "hint": "synonyms for peeling", "clues": [["uncase", [2, 3440, 0]], ["flake off", [2, 3440, 1]], ["skin", [2, 3440, 2]], ["peel off", [2, 3440, 3]], ["peel", [2, 3440, 4]], ["pare", [2, 3440, 5]], ["strip", [2, 3440, 6]], ["disrobe", [2, 3440, 7]], ["undress", [2, 3440, 8]], ["flake", [2, 3440, 9]], ["unclothe", [2, 3440, 10]], ["discase", [2, 3440, 11]], ["strip down", [2, 3440, 12]]]}, {"answer": "pelt", "hint": "synonyms for pelt", "clues": [["pour", [2, 3441, 0]], ["stream", [2, 3441, 1]], ["rain cats and dogs", [2, 3441, 2]], ["rain buckets", [2, 3441, 3]], ["pepper", [2, 3441, 4]], ["bombard", [2, 3441, 5]]]}, {"answer": "pelting", "hint": "synonyms for pelting", "clues": [["pelt", [2, 3442, 0]], ["pepper", [2, 3442, 1]], ["pour", [2, 3442, 2]], ["stream", [2, 3442, 3]], ["rain cats and dogs", [2, 3442, 4]], ["rain buckets", [2, 3442, 5]], ["bombard", [2, 3442, 6]]]}, {"answer": "penning", "hint": "synonyms for penning", "clues": [["indite", [2, 3443, 0]], ["compose", [2, 3443, 1]], ["write", [2, 3443, 2]], ["pen", [2, 3443, 3]]]}, {"answer": "percolate", "hint": "synonyms for percolate", "clues": [["pick up", [2, 3444, 0]], ["filter", [2, 3444, 1]], ["gain vigor", [2, 3444, 2]], ["sink in", [2, 3444, 3]], ["perk up", [2, 3444, 4]], ["permeate", [2, 3444, 5]], ["perk", [2, 3444, 6]], ["leach", [2, 3444, 7]]]}, {"answer": "peril", "hint": "synonyms for peril", "clues": [["imperil", [2, 3445, 0]], ["scupper", [2, 3445, 1]], ["menace", [2, 3445, 2]], ["threaten", [2, 3445, 3]], ["jeopardise", [2, 3445, 4]], ["queer", [2, 3445, 5]], ["endanger", [2, 3445, 6]], ["expose", [2, 3445, 7]]]}, {"answer": "perk", "hint": "synonyms for perk", "clues": [["perk up", [2, 3446, 0]], ["percolate", [2, 3446, 1]], ["gain vigor", [2, 3446, 2]], ["pick up", [2, 3446, 3]]]}, {"answer": "permit", "hint": "synonyms for permit", "clues": [["countenance", [2, 3447, 0]], ["let", [2, 3447, 1]], ["allow", [2, 3447, 2]], ["tolerate", [2, 3447, 3]]]}, {"answer": "pervert", "hint": "synonyms for pervert", "clues": [["deprave", [2, 3448, 0]], ["sophisticate", [2, 3448, 1]], ["abuse", [2, 3448, 2]], ["twist", [2, 3448, 3]], ["demoralise", [2, 3448, 4]], ["debauch", [2, 3448, 5]], ["misdirect", [2, 3448, 6]], ["misuse", [2, 3448, 7]], ["corrupt", [2, 3448, 8]], ["twist around", [2, 3448, 9]], ["profane", [2, 3448, 10]], ["vitiate", [2, 3448, 11]], ["convolute", [2, 3448, 12]], ["subvert", [2, 3448, 13]], ["debase", [2, 3448, 14]]]}, {"answer": "phone", "hint": "synonyms for phone", "clues": [["call up", [2, 3449, 0]], ["call", [2, 3449, 1]], ["telephone", [2, 3449, 2]], ["ring", [2, 3449, 3]]]}, {"answer": "phrase", "hint": "synonyms for phrase", "clues": [["articulate", [2, 3450, 0]], ["formulate", [2, 3450, 1]], ["give voice", [2, 3450, 2]], ["word", [2, 3450, 3]]]}, {"answer": "phrasing", "hint": "synonyms for phrasing", "clues": [["word", [2, 3451, 0]], ["formulate", [2, 3451, 1]], ["phrase", [2, 3451, 2]], ["articulate", [2, 3451, 3]], ["give voice", [2, 3451, 4]]]}, {"answer": "pick", "hint": "synonyms for pick", "clues": [["break up", [2, 3452, 0]], ["plunk", [2, 3452, 1]], ["cull", [2, 3452, 2]], ["beak", [2, 3452, 3]], ["pluck", [2, 3452, 4]], ["find fault", [2, 3452, 5]], ["clean", [2, 3452, 6]], ["nibble", [2, 3452, 7]], ["foot", [2, 3452, 8]], ["piece", [2, 3452, 9]], ["peck", [2, 3452, 10]], ["blame", [2, 3452, 11]]]}, {"answer": "picking", "hint": "synonyms for picking", "clues": [["pick", [2, 3453, 0]], ["plunk", [2, 3453, 1]], ["break up", [2, 3453, 2]], ["cull", [2, 3453, 3]], ["find fault", [2, 3453, 4]], ["clean", [2, 3453, 5]], ["pluck", [2, 3453, 6]], ["piece", [2, 3453, 7]], ["blame", [2, 3453, 8]], ["beak", [2, 3453, 9]], ["nibble", [2, 3453, 10]], ["foot", [2, 3453, 11]], ["peck", [2, 3453, 12]]]}, {"answer": "pickings", "hint": "synonyms for pickings", "clues": [["pick", [2, 3454, 0]], ["plunk", [2, 3454, 1]], ["break up", [2, 3454, 2]], ["cull", [2, 3454, 3]], ["find fault", [2, 3454, 4]], ["clean", [2, 3454, 5]], ["pluck", [2, 3454, 6]], ["piece", [2, 3454, 7]], ["blame", [2, 3454, 8]], ["beak", [2, 3454, 9]], ["nibble", [2, 3454, 10]], ["foot", [2, 3454, 11]], ["peck", [2, 3454, 12]]]}, {"answer": "picture", "hint": "synonyms for picture", "clues": [["see", [2, 3455, 0]], ["visualize", [2, 3455, 1]], ["figure", [2, 3455, 2]], ["show", [2, 3455, 3]], ["render", [2, 3455, 4]], ["project", [2, 3455, 5]], ["image", [2, 3455, 6]], ["fancy", [2, 3455, 7]], ["depict", [2, 3455, 8]], ["envision", [2, 3455, 9]]]}, {"answer": "picturing", "hint": "synonyms for picturing", "clues": [["see", [2, 3456, 0]], ["visualize", [2, 3456, 1]], ["figure", [2, 3456, 2]], ["show", [2, 3456, 3]], ["render", [2, 3456, 4]], ["picture", [2, 3456, 5]], ["project", [2, 3456, 6]], ["image", [2, 3456, 7]], ["fancy", [2, 3456, 8]], ["depict", [2, 3456, 9]], ["envision", [2, 3456, 10]]]}, {"answer": "piddle", "hint": "synonyms for piddle", "clues": [["spend a penny", [2, 3457, 0]], ["make water", [2, 3457, 1]], ["pee", [2, 3457, 2]], ["trifle", [2, 3457, 3]], ["puddle", [2, 3457, 4]], ["pass water", [2, 3457, 5]], ["wanton", [2, 3457, 6]], ["micturate", [2, 3457, 7]], ["wee-wee", [2, 3457, 8]], ["take a leak", [2, 3457, 9]], ["make", [2, 3457, 10]], ["piddle away", [2, 3457, 11]], ["piss", [2, 3457, 12]], ["relieve oneself", [2, 3457, 13]], ["urinate", [2, 3457, 14]], ["wanton away", [2, 3457, 15]], ["pee-pee", [2, 3457, 16]], ["wee", [2, 3457, 17]]]}, {"answer": "piece", "hint": "synonyms for piece", "clues": [["assemble", [2, 3458, 0]], ["set up", [2, 3458, 1]], ["patch", [2, 3458, 2]], ["nibble", [2, 3458, 3]], ["put together", [2, 3458, 4]], ["tack", [2, 3458, 5]], ["tack together", [2, 3458, 6]], ["pick", [2, 3458, 7]]]}, {"answer": "piffle", "hint": "synonyms for piffle", "clues": [["blab", [2, 3459, 0]], ["prate", [2, 3459, 1]], ["blabber", [2, 3459, 2]], ["chatter", [2, 3459, 3]], ["tattle", [2, 3459, 4]], ["twaddle", [2, 3459, 5]], ["maunder", [2, 3459, 6]], ["clack", [2, 3459, 7]], ["palaver", [2, 3459, 8]], ["prattle", [2, 3459, 9]], ["gabble", [2, 3459, 10]], ["tittle-tattle", [2, 3459, 11]], ["gibber", [2, 3459, 12]]]}, {"answer": "pig", "hint": "synonyms for pig", "clues": [["farrow", [2, 3460, 0]], ["devour", [2, 3460, 1]], ["raven", [2, 3460, 2]], ["pig it", [2, 3460, 3]], ["guttle", [2, 3460, 4]]]}, {"answer": "pile", "hint": "synonyms for pile", "clues": [["pack", [2, 3461, 0]], ["mob", [2, 3461, 1]], ["stack", [2, 3461, 2]], ["jam", [2, 3461, 3]], ["heap", [2, 3461, 4]], ["throng", [2, 3461, 5]]]}, {"answer": "piles", "hint": "synonyms for piles", "clues": [["stack", [2, 3462, 0]], ["jam", [2, 3462, 1]], ["pile", [2, 3462, 2]], ["pack", [2, 3462, 3]], ["mob", [2, 3462, 4]], ["heap", [2, 3462, 5]], ["throng", [2, 3462, 6]]]}, {"answer": "piling", "hint": "synonyms for piling", "clues": [["stack", [2, 3463, 0]], ["jam", [2, 3463, 1]], ["pile", [2, 3463, 2]], ["pack", [2, 3463, 3]], ["mob", [2, 3463, 4]], ["heap", [2, 3463, 5]], ["throng", [2, 3463, 6]]]}, {"answer": "pillage", "hint": "synonyms for pillage", "clues": [["loot", [2, 3464, 0]], ["strip", [2, 3464, 1]], ["ransack", [2, 3464, 2]], ["plunder", [2, 3464, 3]], ["despoil", [2, 3464, 4]], ["reave", [2, 3464, 5]], ["rifle", [2, 3464, 6]], ["foray", [2, 3464, 7]]]}, {"answer": "pillaging", "hint": "synonyms for pillaging", "clues": [["loot", [2, 3465, 0]], ["strip", [2, 3465, 1]], ["plunder", [2, 3465, 2]], ["ransack", [2, 3465, 3]], ["despoil", [2, 3465, 4]], ["reave", [2, 3465, 5]], ["rifle", [2, 3465, 6]], ["pillage", [2, 3465, 7]], ["foray", [2, 3465, 8]]]}, {"answer": "pillory", "hint": "synonyms for pillory", "clues": [["blast", [2, 3466, 0]], ["crucify", [2, 3466, 1]], ["savage", [2, 3466, 2]], ["gibbet", [2, 3466, 3]]]}, {"answer": "pinch", "hint": "synonyms for pinch", "clues": [["filch", [2, 3467, 0]], ["cabbage", [2, 3467, 1]], ["hook", [2, 3467, 2]], ["top", [2, 3467, 3]], ["twitch", [2, 3467, 4]], ["sneak", [2, 3467, 5]], ["pilfer", [2, 3467, 6]], ["purloin", [2, 3467, 7]], ["twinge", [2, 3467, 8]], ["abstract", [2, 3467, 9]], ["tweet", [2, 3467, 10]], ["vellicate", [2, 3467, 11]], ["squeeze", [2, 3467, 12]], ["lift", [2, 3467, 13]], ["nobble", [2, 3467, 14]], ["snarf", [2, 3467, 15]], ["crimp", [2, 3467, 16]], ["swipe", [2, 3467, 17]], ["nip", [2, 3467, 18]]]}, {"answer": "pine", "hint": "synonyms for pine", "clues": [["languish", [2, 3468, 0]], ["yearn", [2, 3468, 1]], ["yen", [2, 3468, 2]], ["ache", [2, 3468, 3]]]}, {"answer": "pining", "hint": "synonyms for pining", "clues": [["yen", [2, 3469, 0]], ["pin", [2, 3469, 1]], ["yearn", [2, 3469, 2]], ["immobilise", [2, 3469, 3]], ["ache", [2, 3469, 4]], ["languish", [2, 3469, 5]], ["trap", [2, 3469, 6]]]}, {"answer": "pip", "hint": "synonyms for pip", "clues": [["shoot", [2, 3470, 0]], ["worst", [2, 3470, 1]], ["hit", [2, 3470, 2]], ["whip", [2, 3470, 3]], ["rack up", [2, 3470, 4]], ["mop up", [2, 3470, 5]]]}, {"answer": "piss", "hint": "synonyms for piss", "clues": [["spend a penny", [2, 3471, 0]], ["make water", [2, 3471, 1]], ["pee", [2, 3471, 2]], ["puddle", [2, 3471, 3]], ["pass water", [2, 3471, 4]], ["relieve oneself", [2, 3471, 5]], ["urinate", [2, 3471, 6]], ["micturate", [2, 3471, 7]], ["wee-wee", [2, 3471, 8]], ["take a leak", [2, 3471, 9]], ["make", [2, 3471, 10]], ["pee-pee", [2, 3471, 11]], ["wee", [2, 3471, 12]], ["piddle", [2, 3471, 13]]]}, {"answer": "pissing", "hint": "synonyms for pissing", "clues": [["piss", [2, 3472, 0]], ["spend a penny", [2, 3472, 1]], ["make water", [2, 3472, 2]], ["pee", [2, 3472, 3]], ["puddle", [2, 3472, 4]], ["pass water", [2, 3472, 5]], ["relieve oneself", [2, 3472, 6]], ["urinate", [2, 3472, 7]], ["micturate", [2, 3472, 8]], ["wee-wee", [2, 3472, 9]], ["take a leak", [2, 3472, 10]], ["make", [2, 3472, 11]], ["pee-pee", [2, 3472, 12]], ["wee", [2, 3472, 13]], ["piddle", [2, 3472, 14]]]}, {"answer": "pit", "hint": "synonyms for pit", "clues": [["stone", [2, 3473, 0]], ["pock", [2, 3473, 1]], ["mark", [2, 3473, 2]], ["oppose", [2, 3473, 3]], ["match", [2, 3473, 4]], ["play off", [2, 3473, 5]], ["scar", [2, 3473, 6]]]}, {"answer": "pitch", "hint": "synonyms for pitch", "clues": [["tilt", [2, 3474, 0]], ["vend", [2, 3474, 1]], ["flip", [2, 3474, 2]], ["lurch", [2, 3474, 3]], ["deliver", [2, 3474, 4]], ["hawk", [2, 3474, 5]], ["shift", [2, 3474, 6]], ["slope", [2, 3474, 7]], ["set up", [2, 3474, 8]], ["peddle", [2, 3474, 9]], ["huckster", [2, 3474, 10]], ["gear", [2, 3474, 11]], ["toss", [2, 3474, 12]], ["incline", [2, 3474, 13]], ["monger", [2, 3474, 14]], ["slant", [2, 3474, 15]], ["cant over", [2, 3474, 16]], ["cant", [2, 3474, 17]], ["sky", [2, 3474, 18]]]}, {"answer": "pitching", "hint": "synonyms for pitching", "clues": [["tilt", [2, 3475, 0]], ["pitch", [2, 3475, 1]], ["vend", [2, 3475, 2]], ["flip", [2, 3475, 3]], ["lurch", [2, 3475, 4]], ["deliver", [2, 3475, 5]], ["hawk", [2, 3475, 6]], ["shift", [2, 3475, 7]], ["slope", [2, 3475, 8]], ["set up", [2, 3475, 9]], ["peddle", [2, 3475, 10]], ["huckster", [2, 3475, 11]], ["cant", [2, 3475, 12]], ["gear", [2, 3475, 13]], ["toss", [2, 3475, 14]], ["incline", [2, 3475, 15]], ["monger", [2, 3475, 16]], ["slant", [2, 3475, 17]], ["cant over", [2, 3475, 18]], ["sky", [2, 3475, 19]]]}, {"answer": "pitting", "hint": "synonyms for pitting", "clues": [["stone", [2, 3476, 0]], ["mark", [2, 3476, 1]], ["oppose", [2, 3476, 2]], ["pit", [2, 3476, 3]], ["play off", [2, 3476, 4]], ["match", [2, 3476, 5]], ["pock", [2, 3476, 6]], ["scar", [2, 3476, 7]]]}, {"answer": "pity", "hint": "synonyms for pity", "clues": [["sympathize with", [2, 3477, 0]], ["condole with", [2, 3477, 1]], ["compassionate", [2, 3477, 2]], ["feel for", [2, 3477, 3]]]}, {"answer": "place", "hint": "synonyms for place", "clues": [["come out", [2, 3478, 0]], ["station", [2, 3478, 1]], ["lay", [2, 3478, 2]], ["position", [2, 3478, 3]], ["put", [2, 3478, 4]], ["grade", [2, 3478, 5]], ["post", [2, 3478, 6]], ["set", [2, 3478, 7]], ["range", [2, 3478, 8]], ["rank", [2, 3478, 9]], ["target", [2, 3478, 10]], ["pose", [2, 3478, 11]], ["localize", [2, 3478, 12]], ["rate", [2, 3478, 13]], ["identify", [2, 3478, 14]], ["site", [2, 3478, 15]], ["locate", [2, 3478, 16]], ["point", [2, 3478, 17]], ["direct", [2, 3478, 18]], ["order", [2, 3478, 19]], ["invest", [2, 3478, 20]], ["aim", [2, 3478, 21]], ["come in", [2, 3478, 22]], ["commit", [2, 3478, 23]], ["send", [2, 3478, 24]]]}, {"answer": "plague", "hint": "synonyms for plague", "clues": [["beset", [2, 3479, 0]], ["hassle", [2, 3479, 1]], ["harry", [2, 3479, 2]], ["blight", [2, 3479, 3]], ["chivvy", [2, 3479, 4]], ["chevvy", [2, 3479, 5]], ["provoke", [2, 3479, 6]], ["molest", [2, 3479, 7]], ["harass", [2, 3479, 8]]]}, {"answer": "plan", "hint": "synonyms for plan", "clues": [["design", [2, 3480, 0]], ["project", [2, 3480, 1]], ["be after", [2, 3480, 2]], ["contrive", [2, 3480, 3]]]}, {"answer": "plank", "hint": "synonyms for plank", "clues": [["plunk", [2, 3481, 0]], ["plop", [2, 3481, 1]], ["plunk down", [2, 3481, 2]], ["plump", [2, 3481, 3]], ["plonk", [2, 3481, 4]], ["plump down", [2, 3481, 5]], ["plank over", [2, 3481, 6]], ["flump", [2, 3481, 7]]]}, {"answer": "planking", "hint": "synonyms for planking", "clues": [["plunk", [2, 3482, 0]], ["plop", [2, 3482, 1]], ["plank", [2, 3482, 2]], ["plunk down", [2, 3482, 3]], ["plump", [2, 3482, 4]], ["plonk", [2, 3482, 5]], ["plump down", [2, 3482, 6]], ["plank over", [2, 3482, 7]], ["flump", [2, 3482, 8]]]}, {"answer": "planning", "hint": "synonyms for planning", "clues": [["design", [2, 3483, 0]], ["plan", [2, 3483, 1]], ["project", [2, 3483, 2]], ["be after", [2, 3483, 3]], ["contrive", [2, 3483, 4]]]}, {"answer": "plant", "hint": "synonyms for plant", "clues": [["implant", [2, 3484, 0]], ["institute", [2, 3484, 1]], ["establish", [2, 3484, 2]], ["set", [2, 3484, 3]], ["found", [2, 3484, 4]], ["engraft", [2, 3484, 5]], ["imbed", [2, 3484, 6]], ["embed", [2, 3484, 7]], ["constitute", [2, 3484, 8]]]}, {"answer": "planting", "hint": "synonyms for planting", "clues": [["plant", [2, 3485, 0]], ["implant", [2, 3485, 1]], ["institute", [2, 3485, 2]], ["establish", [2, 3485, 3]], ["set", [2, 3485, 4]], ["found", [2, 3485, 5]], ["engraft", [2, 3485, 6]], ["imbed", [2, 3485, 7]], ["embed", [2, 3485, 8]], ["constitute", [2, 3485, 9]]]}, {"answer": "plash", "hint": "synonyms for plash", "clues": [["splosh", [2, 3486, 0]], ["spatter", [2, 3486, 1]], ["swash", [2, 3486, 2]], ["splash", [2, 3486, 3]], ["pleach", [2, 3486, 4]]]}, {"answer": "plaster", "hint": "synonyms for plaster", "clues": [["poultice", [2, 3487, 0]], ["daub", [2, 3487, 1]], ["beplaster", [2, 3487, 2]], ["stick on", [2, 3487, 3]], ["plaster over", [2, 3487, 4]]]}, {"answer": "plastering", "hint": "synonyms for plastering", "clues": [["poultice", [2, 3488, 0]], ["plaster", [2, 3488, 1]], ["daub", [2, 3488, 2]], ["stick on", [2, 3488, 3]], ["plaster over", [2, 3488, 4]]]}, {"answer": "play", "hint": "synonyms for play", "clues": [["recreate", [2, 3489, 0]], ["dally", [2, 3489, 1]], ["act as", [2, 3489, 2]], ["trifle", [2, 3489, 3]], ["toy", [2, 3489, 4]], ["flirt", [2, 3489, 5]], ["wreak", [2, 3489, 6]], ["work", [2, 3489, 7]], ["bet", [2, 3489, 8]], ["act", [2, 3489, 9]], ["wager", [2, 3489, 10]], ["run", [2, 3489, 11]], ["fiddle", [2, 3489, 12]], ["spiel", [2, 3489, 13]], ["diddle", [2, 3489, 14]], ["represent", [2, 3489, 15]], ["make for", [2, 3489, 16]], ["bring", [2, 3489, 17]], ["encounter", [2, 3489, 18]], ["meet", [2, 3489, 19]], ["roleplay", [2, 3489, 20]], ["playact", [2, 3489, 21]], ["take on", [2, 3489, 22]]]}, {"answer": "playacting", "hint": "synonyms for playacting", "clues": [["roleplay", [2, 3490, 0]], ["playact", [2, 3490, 1]], ["act", [2, 3490, 2]], ["play", [2, 3490, 3]]]}, {"answer": "playing", "hint": "synonyms for playing", "clues": [["play", [2, 3491, 0]], ["toy", [2, 3491, 1]], ["work", [2, 3491, 2]], ["bet", [2, 3491, 3]], ["act", [2, 3491, 4]], ["wager", [2, 3491, 5]], ["run", [2, 3491, 6]], ["spiel", [2, 3491, 7]], ["encounter", [2, 3491, 8]], ["bring", [2, 3491, 9]], ["meet", [2, 3491, 10]], ["roleplay", [2, 3491, 11]], ["playact", [2, 3491, 12]], ["recreate", [2, 3491, 13]], ["dally", [2, 3491, 14]], ["act as", [2, 3491, 15]], ["trifle", [2, 3491, 16]], ["flirt", [2, 3491, 17]], ["wreak", [2, 3491, 18]], ["fiddle", [2, 3491, 19]], ["diddle", [2, 3491, 20]], ["represent", [2, 3491, 21]], ["make for", [2, 3491, 22]], ["take on", [2, 3491, 23]]]}, {"answer": "pledge", "hint": "synonyms for pledge", "clues": [["salute", [2, 3492, 0]], ["plight", [2, 3492, 1]], ["subscribe", [2, 3492, 2]], ["drink", [2, 3492, 3]], ["toast", [2, 3492, 4]], ["wassail", [2, 3492, 5]]]}, {"answer": "plight", "hint": "synonyms for plight", "clues": [["affiance", [2, 3493, 0]], ["pledge", [2, 3493, 1]], ["betroth", [2, 3493, 2]], ["engage", [2, 3493, 3]]]}, {"answer": "plod", "hint": "synonyms for plod", "clues": [["trudge", [2, 3494, 0]], ["footslog", [2, 3494, 1]], ["slog", [2, 3494, 2]], ["tramp", [2, 3494, 3]], ["pad", [2, 3494, 4]]]}, {"answer": "plonk", "hint": "synonyms for plonk", "clues": [["plank", [2, 3495, 0]], ["plump", [2, 3495, 1]], ["plunk", [2, 3495, 2]], ["plump down", [2, 3495, 3]], ["plop", [2, 3495, 4]], ["plunk down", [2, 3495, 5]], ["flump", [2, 3495, 6]]]}, {"answer": "plow", "hint": "synonyms for plow", "clues": [["address", [2, 3496, 0]], ["turn", [2, 3496, 1]], ["plough", [2, 3496, 2]], ["deal", [2, 3496, 3]], ["treat", [2, 3496, 4]], ["cover", [2, 3496, 5]], ["handle", [2, 3496, 6]]]}, {"answer": "plowing", "hint": "synonyms for plowing", "clues": [["address", [2, 3497, 0]], ["plough", [2, 3497, 1]], ["plow", [2, 3497, 2]], ["deal", [2, 3497, 3]], ["treat", [2, 3497, 4]], ["cover", [2, 3497, 5]], ["handle", [2, 3497, 6]], ["turn", [2, 3497, 7]]]}, {"answer": "pluck", "hint": "synonyms for pluck", "clues": [["pull", [2, 3498, 0]], ["gazump", [2, 3498, 1]], ["soak", [2, 3498, 2]], ["plunk", [2, 3498, 3]], ["cull", [2, 3498, 4]], ["rob", [2, 3498, 5]], ["overcharge", [2, 3498, 6]], ["tear", [2, 3498, 7]], ["pick", [2, 3498, 8]], ["pick off", [2, 3498, 9]], ["hustle", [2, 3498, 10]], ["displume", [2, 3498, 11]], ["fleece", [2, 3498, 12]], ["deplumate", [2, 3498, 13]], ["tweak", [2, 3498, 14]], ["pull off", [2, 3498, 15]], ["plume", [2, 3498, 16]], ["roll", [2, 3498, 17]], ["surcharge", [2, 3498, 18]], ["hook", [2, 3498, 19]]]}, {"answer": "plug", "hint": "synonyms for plug", "clues": [["secure", [2, 3499, 0]], ["plug away", [2, 3499, 1]], ["punch", [2, 3499, 2]], ["stop up", [2, 3499, 3]]]}, {"answer": "plume", "hint": "synonyms for plume", "clues": [["fleece", [2, 3500, 0]], ["dress", [2, 3500, 1]], ["gazump", [2, 3500, 2]], ["soak", [2, 3500, 3]], ["primp", [2, 3500, 4]], ["rob", [2, 3500, 5]], ["overcharge", [2, 3500, 6]], ["pride", [2, 3500, 7]], ["pluck", [2, 3500, 8]], ["preen", [2, 3500, 9]], ["congratulate", [2, 3500, 10]], ["surcharge", [2, 3500, 11]], ["hook", [2, 3500, 12]]]}, {"answer": "plunder", "hint": "synonyms for plunder", "clues": [["loot", [2, 3501, 0]], ["violate", [2, 3501, 1]], ["strip", [2, 3501, 2]], ["ransack", [2, 3501, 3]], ["rape", [2, 3501, 4]], ["despoil", [2, 3501, 5]], ["reave", [2, 3501, 6]], ["rifle", [2, 3501, 7]], ["spoil", [2, 3501, 8]], ["pillage", [2, 3501, 9]], ["sack", [2, 3501, 10]], ["foray", [2, 3501, 11]]]}, {"answer": "plunge", "hint": "synonyms for plunge", "clues": [["steep", [2, 3502, 0]], ["dive", [2, 3502, 1]], ["immerse", [2, 3502, 2]], ["absorb", [2, 3502, 3]], ["engulf", [2, 3502, 4]], ["soak up", [2, 3502, 5]], ["launch", [2, 3502, 6]], ["plunk", [2, 3502, 7]], ["dump", [2, 3502, 8]], ["dip", [2, 3502, 9]], ["souse", [2, 3502, 10]], ["engross", [2, 3502, 11]], ["dunk", [2, 3502, 12]], ["douse", [2, 3502, 13]]]}, {"answer": "ply", "hint": "synonyms for ply", "clues": [["provide", [2, 3503, 0]], ["cater", [2, 3503, 1]], ["supply", [2, 3503, 2]], ["run", [2, 3503, 3]]]}, {"answer": "point", "hint": "synonyms for point", "clues": [["taper", [2, 3504, 0]], ["direct", [2, 3504, 1]], ["orient", [2, 3504, 2]], ["steer", [2, 3504, 3]], ["bespeak", [2, 3504, 4]], ["charge", [2, 3504, 5]], ["place", [2, 3504, 6]], ["channelise", [2, 3504, 7]], ["luff", [2, 3504, 8]], ["manoeuver", [2, 3504, 9]], ["level", [2, 3504, 10]], ["head", [2, 3504, 11]], ["target", [2, 3504, 12]], ["indicate", [2, 3504, 13]], ["repoint", [2, 3504, 14]], ["betoken", [2, 3504, 15]], ["guide", [2, 3504, 16]], ["sharpen", [2, 3504, 17]], ["show", [2, 3504, 18]], ["designate", [2, 3504, 19]], ["signal", [2, 3504, 20]], ["aim", [2, 3504, 21]]]}, {"answer": "poke", "hint": "synonyms for poke", "clues": [["pry", [2, 3505, 0]], ["jab", [2, 3505, 1]], ["horn in", [2, 3505, 2]], ["pound", [2, 3505, 3]], ["thump", [2, 3505, 4]], ["intrude", [2, 3505, 5]], ["dig", [2, 3505, 6]], ["stab", [2, 3505, 7]], ["nose", [2, 3505, 8]], ["prod", [2, 3505, 9]]]}, {"answer": "poking", "hint": "synonyms for poking", "clues": [["pry", [2, 3506, 0]], ["jab", [2, 3506, 1]], ["poke", [2, 3506, 2]], ["horn in", [2, 3506, 3]], ["pound", [2, 3506, 4]], ["thump", [2, 3506, 5]], ["intrude", [2, 3506, 6]], ["dig", [2, 3506, 7]], ["stab", [2, 3506, 8]], ["nose", [2, 3506, 9]], ["prod", [2, 3506, 10]]]}, {"answer": "polishing", "hint": "synonyms for polishing", "clues": [["down", [2, 3507, 0]], ["polish", [2, 3507, 1]], ["brush up", [2, 3507, 2]], ["fine-tune", [2, 3507, 3]], ["smooth", [2, 3507, 4]], ["refine", [2, 3507, 5]], ["round", [2, 3507, 6]], ["shine", [2, 3507, 7]], ["round off", [2, 3507, 8]], ["polish up", [2, 3507, 9]]]}, {"answer": "popping", "hint": "synonyms for popping", "clues": [["toss off", [2, 3508, 0]], ["start", [2, 3508, 1]], ["down", [2, 3508, 2]], ["bulge out", [2, 3508, 3]], ["pop", [2, 3508, 4]], ["crop up", [2, 3508, 5]], ["pop out", [2, 3508, 6]], ["belt down", [2, 3508, 7]], ["kill", [2, 3508, 8]], ["drink down", [2, 3508, 9]], ["protrude", [2, 3508, 10]], ["come out", [2, 3508, 11]], ["bulge", [2, 3508, 12]], ["pop up", [2, 3508, 13]], ["pour down", [2, 3508, 14]]]}, {"answer": "pore", "hint": "synonyms for pore", "clues": [["concentrate", [2, 3509, 0]], ["center", [2, 3509, 1]], ["centre", [2, 3509, 2]], ["focus", [2, 3509, 3]], ["rivet", [2, 3509, 4]]]}, {"answer": "portraying", "hint": "synonyms for portraying", "clues": [["present", [2, 3510, 0]], ["portray", [2, 3510, 1]], ["impersonate", [2, 3510, 2]], ["depict", [2, 3510, 3]], ["limn", [2, 3510, 4]]]}, {"answer": "pose", "hint": "synonyms for pose", "clues": [["lay", [2, 3511, 0]], ["sit", [2, 3511, 1]], ["baffle", [2, 3511, 2]], ["place", [2, 3511, 3]], ["position", [2, 3511, 4]], ["beat", [2, 3511, 5]], ["present", [2, 3511, 6]], ["put", [2, 3511, 7]], ["mystify", [2, 3511, 8]], ["puzzle", [2, 3511, 9]], ["stick", [2, 3511, 10]], ["personate", [2, 3511, 11]], ["vex", [2, 3511, 12]], ["flummox", [2, 3511, 13]], ["posture", [2, 3511, 14]], ["get", [2, 3511, 15]], ["model", [2, 3511, 16]], ["stupefy", [2, 3511, 17]], ["perplex", [2, 3511, 18]], ["set", [2, 3511, 19]], ["gravel", [2, 3511, 20]], ["dumbfound", [2, 3511, 21]], ["bewilder", [2, 3511, 22]], ["amaze", [2, 3511, 23]], ["nonplus", [2, 3511, 24]]]}, {"answer": "posing", "hint": "synonyms for posing", "clues": [["position", [2, 3512, 0]], ["present", [2, 3512, 1]], ["put", [2, 3512, 2]], ["mystify", [2, 3512, 3]], ["puzzle", [2, 3512, 4]], ["personate", [2, 3512, 5]], ["pose", [2, 3512, 6]], ["flummox", [2, 3512, 7]], ["model", [2, 3512, 8]], ["stupefy", [2, 3512, 9]], ["amaze", [2, 3512, 10]], ["lay", [2, 3512, 11]], ["sit", [2, 3512, 12]], ["baffle", [2, 3512, 13]], ["place", [2, 3512, 14]], ["beat", [2, 3512, 15]], ["stick", [2, 3512, 16]], ["vex", [2, 3512, 17]], ["posture", [2, 3512, 18]], ["get", [2, 3512, 19]], ["perplex", [2, 3512, 20]], ["set", [2, 3512, 21]], ["gravel", [2, 3512, 22]], ["bewilder", [2, 3512, 23]], ["dumbfound", [2, 3512, 24]], ["nonplus", [2, 3512, 25]]]}, {"answer": "posit", "hint": "synonyms for posit", "clues": [["put forward", [2, 3513, 0]], ["deposit", [2, 3513, 1]], ["fix", [2, 3513, 2]], ["situate", [2, 3513, 3]], ["state", [2, 3513, 4]], ["submit", [2, 3513, 5]], ["postulate", [2, 3513, 6]]]}, {"answer": "position", "hint": "synonyms for position", "clues": [["pose", [2, 3514, 0]], ["set", [2, 3514, 1]], ["lay", [2, 3514, 2]], ["place", [2, 3514, 3]], ["put", [2, 3514, 4]]]}, {"answer": "post", "hint": "synonyms for post", "clues": [["station", [2, 3515, 0]], ["send", [2, 3515, 1]], ["brand", [2, 3515, 2]], ["carry", [2, 3515, 3]], ["mail", [2, 3515, 4]], ["place", [2, 3515, 5]], ["stake", [2, 3515, 6]], ["put up", [2, 3515, 7]]]}, {"answer": "posting", "hint": "synonyms for posting", "clues": [["station", [2, 3516, 0]], ["send", [2, 3516, 1]], ["post", [2, 3516, 2]], ["brand", [2, 3516, 3]], ["mail", [2, 3516, 4]], ["place", [2, 3516, 5]], ["stake", [2, 3516, 6]], ["put up", [2, 3516, 7]], ["carry", [2, 3516, 8]]]}, {"answer": "postulate", "hint": "synonyms for postulate", "clues": [["ask", [2, 3517, 0]], ["involve", [2, 3517, 1]], ["posit", [2, 3517, 2]], ["need", [2, 3517, 3]], ["demand", [2, 3517, 4]], ["necessitate", [2, 3517, 5]], ["require", [2, 3517, 6]], ["call for", [2, 3517, 7]], ["take", [2, 3517, 8]], ["contend", [2, 3517, 9]]]}, {"answer": "posturing", "hint": "synonyms for posturing", "clues": [["pose", [2, 3518, 0]], ["posture", [2, 3518, 1]], ["sit", [2, 3518, 2]], ["model", [2, 3518, 3]]]}, {"answer": "potter", "hint": "synonyms for potter", "clues": [["muck around", [2, 3519, 0]], ["tinker", [2, 3519, 1]], ["mess around", [2, 3519, 2]], ["monkey around", [2, 3519, 3]], ["putter around", [2, 3519, 4]], ["putter", [2, 3519, 5]], ["monkey", [2, 3519, 6]], ["muck about", [2, 3519, 7]]]}, {"answer": "pound", "hint": "synonyms for pound", "clues": [["pound up", [2, 3520, 0]], ["ram", [2, 3520, 1]], ["pound off", [2, 3520, 2]], ["poke", [2, 3520, 3]], ["thump", [2, 3520, 4]], ["lumber", [2, 3520, 5]], ["beat", [2, 3520, 6]], ["impound", [2, 3520, 7]], ["ram down", [2, 3520, 8]]]}, {"answer": "pounding", "hint": "synonyms for pounding", "clues": [["pound up", [2, 3521, 0]], ["ram", [2, 3521, 1]], ["pound off", [2, 3521, 2]], ["poke", [2, 3521, 3]], ["pound", [2, 3521, 4]], ["thump", [2, 3521, 5]], ["lumber", [2, 3521, 6]], ["beat", [2, 3521, 7]], ["impound", [2, 3521, 8]], ["ram down", [2, 3521, 9]]]}, {"answer": "pout", "hint": "synonyms for pout", "clues": [["brood", [2, 3522, 0]], ["mow", [2, 3522, 1]], ["sulk", [2, 3522, 2]], ["mop", [2, 3522, 3]]]}, {"answer": "practice", "hint": "synonyms for practice", "clues": [["commit", [2, 3523, 0]], ["practise", [2, 3523, 1]], ["apply", [2, 3523, 2]], ["exercise", [2, 3523, 3]], ["rehearse", [2, 3523, 4]], ["drill", [2, 3523, 5]], ["use", [2, 3523, 6]], ["do", [2, 3523, 7]]]}, {"answer": "prance", "hint": "synonyms for prance", "clues": [["swagger", [2, 3524, 0]], ["cock", [2, 3524, 1]], ["sashay", [2, 3524, 2]], ["ruffle", [2, 3524, 3]], ["tittup", [2, 3524, 4]], ["strut", [2, 3524, 5]]]}, {"answer": "prate", "hint": "synonyms for prate", "clues": [["blab", [2, 3525, 0]], ["blabber", [2, 3525, 1]], ["chatter", [2, 3525, 2]], ["piffle", [2, 3525, 3]], ["tattle", [2, 3525, 4]], ["twaddle", [2, 3525, 5]], ["maunder", [2, 3525, 6]], ["clack", [2, 3525, 7]], ["palaver", [2, 3525, 8]], ["prattle", [2, 3525, 9]], ["gabble", [2, 3525, 10]], ["tittle-tattle", [2, 3525, 11]], ["gibber", [2, 3525, 12]]]}, {"answer": "prattle", "hint": "synonyms for prattle", "clues": [["blab", [2, 3526, 0]], ["prate", [2, 3526, 1]], ["blabber", [2, 3526, 2]], ["chatter", [2, 3526, 3]], ["piffle", [2, 3526, 4]], ["tattle", [2, 3526, 5]], ["twaddle", [2, 3526, 6]], ["maunder", [2, 3526, 7]], ["clack", [2, 3526, 8]], ["palaver", [2, 3526, 9]], ["gabble", [2, 3526, 10]], ["tittle-tattle", [2, 3526, 11]], ["gibber", [2, 3526, 12]]]}, {"answer": "premise", "hint": "synonyms for premise", "clues": [["precede", [2, 3527, 0]], ["introduce", [2, 3527, 1]], ["preface", [2, 3527, 2]], ["premiss", [2, 3527, 3]]]}, {"answer": "premises", "hint": "synonyms for premises", "clues": [["precede", [2, 3528, 0]], ["introduce", [2, 3528, 1]], ["premiss", [2, 3528, 2]], ["preface", [2, 3528, 3]]]}, {"answer": "presage", "hint": "synonyms for presage", "clues": [["prognosticate", [2, 3529, 0]], ["forecast", [2, 3529, 1]], ["auspicate", [2, 3529, 2]], ["foreshadow", [2, 3529, 3]], ["omen", [2, 3529, 4]], ["portend", [2, 3529, 5]], ["augur", [2, 3529, 6]], ["predict", [2, 3529, 7]], ["betoken", [2, 3529, 8]], ["foretell", [2, 3529, 9]], ["prefigure", [2, 3529, 10]], ["bode", [2, 3529, 11]]]}, {"answer": "preserve", "hint": "synonyms for preserve", "clues": [["keep", [2, 3530, 0]], ["conserve", [2, 3530, 1]], ["uphold", [2, 3530, 2]], ["carry on", [2, 3530, 3]], ["bear on", [2, 3530, 4]], ["save", [2, 3530, 5]], ["continue", [2, 3530, 6]], ["maintain", [2, 3530, 7]], ["keep up", [2, 3530, 8]]]}, {"answer": "preserves", "hint": "synonyms for preserves", "clues": [["preserve", [2, 3531, 0]], ["keep up", [2, 3531, 1]], ["keep", [2, 3531, 2]], ["uphold", [2, 3531, 3]], ["save", [2, 3531, 4]], ["carry on", [2, 3531, 5]], ["bear on", [2, 3531, 6]], ["conserve", [2, 3531, 7]], ["maintain", [2, 3531, 8]], ["continue", [2, 3531, 9]]]}, {"answer": "press", "hint": "synonyms for press", "clues": [["fight", [2, 3532, 0]], ["bid", [2, 3532, 1]], ["push", [2, 3532, 2]], ["weight-lift", [2, 3532, 3]], ["constrict", [2, 3532, 4]], ["entreat", [2, 3532, 5]], ["compact", [2, 3532, 6]], ["conjure", [2, 3532, 7]], ["campaign", [2, 3532, 8]], ["iron", [2, 3532, 9]], ["urge", [2, 3532, 10]], ["crusade", [2, 3532, 11]], ["beseech", [2, 3532, 12]], ["agitate", [2, 3532, 13]], ["iron out", [2, 3532, 14]], ["squeeze", [2, 3532, 15]], ["exhort", [2, 3532, 16]], ["adjure", [2, 3532, 17]], ["urge on", [2, 3532, 18]], ["weigh", [2, 3532, 19]], ["compress", [2, 3532, 20]], ["press out", [2, 3532, 21]], ["contract", [2, 3532, 22]]]}, {"answer": "pressure", "hint": "synonyms for pressure", "clues": [["blackjack", [2, 3533, 0]], ["hale", [2, 3533, 1]], ["force", [2, 3533, 2]], ["coerce", [2, 3533, 3]], ["blackmail", [2, 3533, 4]], ["squeeze", [2, 3533, 5]]]}, {"answer": "pretending", "hint": "synonyms for pretending", "clues": [["make believe", [2, 3534, 0]], ["pretend", [2, 3534, 1]], ["hazard", [2, 3534, 2]], ["dissemble", [2, 3534, 3]], ["feign", [2, 3534, 4]], ["sham", [2, 3534, 5]], ["make", [2, 3534, 6]], ["venture", [2, 3534, 7]], ["guess", [2, 3534, 8]], ["profess", [2, 3534, 9]], ["act", [2, 3534, 10]], ["affect", [2, 3534, 11]]]}, {"answer": "prick", "hint": "synonyms for prick", "clues": [["goad", [2, 3535, 0]], ["bite", [2, 3535, 1]], ["prickle", [2, 3535, 2]], ["cock up", [2, 3535, 3]], ["sting", [2, 3535, 4]], ["prick up", [2, 3535, 5]], ["twinge", [2, 3535, 6]]]}, {"answer": "pricking", "hint": "synonyms for pricking", "clues": [["goad", [2, 3536, 0]], ["prick", [2, 3536, 1]], ["bite", [2, 3536, 2]], ["prickle", [2, 3536, 3]], ["cock up", [2, 3536, 4]], ["sting", [2, 3536, 5]], ["prick up", [2, 3536, 6]], ["twinge", [2, 3536, 7]]]}, {"answer": "priming", "hint": "synonyms for priming", "clues": [["prim", [2, 3537, 0]], ["prim up", [2, 3537, 1]], ["prim out", [2, 3537, 2]], ["ground", [2, 3537, 3]], ["undercoat", [2, 3537, 4]]]}, {"answer": "primping", "hint": "synonyms for primping", "clues": [["preen", [2, 3538, 0]], ["primp", [2, 3538, 1]], ["plume", [2, 3538, 2]], ["dress", [2, 3538, 3]]]}, {"answer": "proceeding", "hint": "synonyms for proceeding", "clues": [["continue", [2, 3539, 0]], ["proceed", [2, 3539, 1]], ["go forward", [2, 3539, 2]], ["go", [2, 3539, 3]], ["go on", [2, 3539, 4]], ["keep", [2, 3539, 5]], ["carry on", [2, 3539, 6]], ["move", [2, 3539, 7]], ["go along", [2, 3539, 8]]]}, {"answer": "proceedings", "hint": "synonyms for proceedings", "clues": [["continue", [2, 3540, 0]], ["proceed", [2, 3540, 1]], ["go forward", [2, 3540, 2]], ["go", [2, 3540, 3]], ["go on", [2, 3540, 4]], ["keep", [2, 3540, 5]], ["carry on", [2, 3540, 6]], ["move", [2, 3540, 7]], ["go along", [2, 3540, 8]]]}, {"answer": "proceeds", "hint": "synonyms for proceeds", "clues": [["continue", [2, 3541, 0]], ["proceed", [2, 3541, 1]], ["go forward", [2, 3541, 2]], ["go", [2, 3541, 3]], ["go on", [2, 3541, 4]], ["keep", [2, 3541, 5]], ["carry on", [2, 3541, 6]], ["move", [2, 3541, 7]], ["go along", [2, 3541, 8]]]}, {"answer": "process", "hint": "synonyms for process", "clues": [["march", [2, 3542, 0]], ["litigate", [2, 3542, 1]], ["work", [2, 3542, 2]], ["sue", [2, 3542, 3]], ["serve", [2, 3542, 4]], ["swear out", [2, 3542, 5]], ["action", [2, 3542, 6]], ["treat", [2, 3542, 7]], ["work on", [2, 3542, 8]]]}, {"answer": "processing", "hint": "synonyms for processing", "clues": [["march", [2, 3543, 0]], ["process", [2, 3543, 1]], ["litigate", [2, 3543, 2]], ["work", [2, 3543, 3]], ["sue", [2, 3543, 4]], ["serve", [2, 3543, 5]], ["swear out", [2, 3543, 6]], ["action", [2, 3543, 7]], ["treat", [2, 3543, 8]], ["work on", [2, 3543, 9]]]}, {"answer": "procuress", "hint": "synonyms for procuress", "clues": [["pimp", [2, 3544, 0]], ["procure", [2, 3544, 1]], ["secure", [2, 3544, 2]], ["pander", [2, 3544, 3]]]}, {"answer": "prod", "hint": "synonyms for prod", "clues": [["jab", [2, 3545, 0]], ["egg on", [2, 3545, 1]], ["nudge", [2, 3545, 2]], ["dig", [2, 3545, 3]], ["stab", [2, 3545, 4]], ["incite", [2, 3545, 5]], ["poke", [2, 3545, 6]], ["poke at", [2, 3545, 7]]]}, {"answer": "prodding", "hint": "synonyms for prodding", "clues": [["jab", [2, 3546, 0]], ["egg on", [2, 3546, 1]], ["nudge", [2, 3546, 2]], ["dig", [2, 3546, 3]], ["prod", [2, 3546, 4]], ["incite", [2, 3546, 5]], ["stab", [2, 3546, 6]], ["poke", [2, 3546, 7]], ["poke at", [2, 3546, 8]]]}, {"answer": "produce", "hint": "synonyms for produce", "clues": [["bring about", [2, 3547, 0]], ["grow", [2, 3547, 1]], ["develop", [2, 3547, 2]], ["get", [2, 3547, 3]], ["bring forth", [2, 3547, 4]], ["create", [2, 3547, 5]], ["acquire", [2, 3547, 6]], ["bring on", [2, 3547, 7]], ["make", [2, 3547, 8]], ["give rise", [2, 3547, 9]], ["raise", [2, 3547, 10]], ["farm", [2, 3547, 11]]]}, {"answer": "professing", "hint": "synonyms for professing", "clues": [["profess", [2, 3548, 0]], ["confess", [2, 3548, 1]], ["pretend", [2, 3548, 2]], ["concede", [2, 3548, 3]]]}, {"answer": "profits", "hint": "synonyms for profits", "clues": [["turn a profit", [2, 3549, 0]], ["benefit", [2, 3549, 1]], ["profit", [2, 3549, 2]], ["gain", [2, 3549, 3]]]}, {"answer": "progress", "hint": "synonyms for progress", "clues": [["go on", [2, 3550, 0]], ["get along", [2, 3550, 1]], ["build", [2, 3550, 2]], ["advance", [2, 3550, 3]], ["come on", [2, 3550, 4]], ["shape up", [2, 3550, 5]], ["march on", [2, 3550, 6]], ["come along", [2, 3550, 7]], ["build up", [2, 3550, 8]], ["move on", [2, 3550, 9]], ["work up", [2, 3550, 10]], ["pass on", [2, 3550, 11]], ["get on", [2, 3550, 12]]]}, {"answer": "project", "hint": "synonyms for project", "clues": [["cast", [2, 3551, 0]], ["send off", [2, 3551, 1]], ["figure", [2, 3551, 2]], ["jut out", [2, 3551, 3]], ["image", [2, 3551, 4]], ["fancy", [2, 3551, 5]], ["visualise", [2, 3551, 6]], ["externalise", [2, 3551, 7]], ["throw", [2, 3551, 8]], ["see", [2, 3551, 9]], ["protrude", [2, 3551, 10]], ["plan", [2, 3551, 11]], ["contrive", [2, 3551, 12]], ["picture", [2, 3551, 13]], ["stick out", [2, 3551, 14]], ["jut", [2, 3551, 15]], ["envision", [2, 3551, 16]], ["propose", [2, 3551, 17]], ["design", [2, 3551, 18]]]}, {"answer": "promise", "hint": "synonyms for promise", "clues": [["call", [2, 3552, 0]], ["assure", [2, 3552, 1]], ["anticipate", [2, 3552, 2]], ["predict", [2, 3552, 3]], ["foretell", [2, 3552, 4]], ["prognosticate", [2, 3552, 5]], ["forebode", [2, 3552, 6]]]}, {"answer": "prompting", "hint": "synonyms for prompting", "clues": [["propel", [2, 3553, 0]], ["prompt", [2, 3553, 1]], ["remind", [2, 3553, 2]], ["incite", [2, 3553, 3]], ["cue", [2, 3553, 4]], ["instigate", [2, 3553, 5]], ["inspire", [2, 3553, 6]], ["actuate", [2, 3553, 7]], ["motivate", [2, 3553, 8]], ["move", [2, 3553, 9]]]}, {"answer": "props", "hint": "synonyms for props", "clues": [["prop up", [2, 3554, 0]], ["shore up", [2, 3554, 1]], ["shore", [2, 3554, 2]], ["prop", [2, 3554, 3]]]}, {"answer": "prune", "hint": "synonyms for prune", "clues": [["dress", [2, 3555, 0]], ["rationalise", [2, 3555, 1]], ["clip", [2, 3555, 2]], ["crop", [2, 3555, 3]], ["snip", [2, 3555, 4]], ["trim", [2, 3555, 5]], ["cut", [2, 3555, 6]], ["lop", [2, 3555, 7]], ["cut back", [2, 3555, 8]]]}, {"answer": "pruning", "hint": "synonyms for pruning", "clues": [["dress", [2, 3556, 0]], ["rationalise", [2, 3556, 1]], ["prune", [2, 3556, 2]], ["clip", [2, 3556, 3]], ["crop", [2, 3556, 4]], ["snip", [2, 3556, 5]], ["trim", [2, 3556, 6]], ["cut", [2, 3556, 7]], ["lop", [2, 3556, 8]], ["cut back", [2, 3556, 9]]]}, {"answer": "pry", "hint": "synonyms for pry", "clues": [["horn in", [2, 3557, 0]], ["prise", [2, 3557, 1]], ["prize", [2, 3557, 2]], ["jimmy", [2, 3557, 3]], ["intrude", [2, 3557, 4]], ["nose", [2, 3557, 5]], ["poke", [2, 3557, 6]], ["lever", [2, 3557, 7]]]}, {"answer": "publicizing", "hint": "synonyms for publicizing", "clues": [["publicise", [2, 3558, 0]], ["advertise", [2, 3558, 1]], ["air", [2, 3558, 2]], ["bare", [2, 3558, 3]]]}, {"answer": "publishing", "hint": "synonyms for publishing", "clues": [["write", [2, 3559, 0]], ["print", [2, 3559, 1]], ["publish", [2, 3559, 2]], ["put out", [2, 3559, 3]], ["release", [2, 3559, 4]], ["bring out", [2, 3559, 5]], ["issue", [2, 3559, 6]]]}, {"answer": "pucker", "hint": "synonyms for pucker", "clues": [["ruck", [2, 3560, 0]], ["knit", [2, 3560, 1]], ["tuck", [2, 3560, 2]], ["gather", [2, 3560, 3]], ["rumple", [2, 3560, 4]], ["cockle", [2, 3560, 5]], ["ruck up", [2, 3560, 6]]]}, {"answer": "puddle", "hint": "synonyms for puddle", "clues": [["spend a penny", [2, 3561, 0]], ["make water", [2, 3561, 1]], ["pee", [2, 3561, 2]], ["pass water", [2, 3561, 3]], ["addle", [2, 3561, 4]], ["micturate", [2, 3561, 5]], ["wee-wee", [2, 3561, 6]], ["take a leak", [2, 3561, 7]], ["make", [2, 3561, 8]], ["muddle", [2, 3561, 9]], ["piss", [2, 3561, 10]], ["relieve oneself", [2, 3561, 11]], ["urinate", [2, 3561, 12]], ["pee-pee", [2, 3561, 13]], ["wee", [2, 3561, 14]], ["piddle", [2, 3561, 15]]]}, {"answer": "puffing", "hint": "synonyms for puffing", "clues": [["puff", [2, 3562, 0]], ["puff up", [2, 3562, 1]], ["huff", [2, 3562, 2]], ["pant", [2, 3562, 3]], ["blow up", [2, 3562, 4]], ["draw", [2, 3562, 5]], ["heave", [2, 3562, 6]], ["gasp", [2, 3562, 7]], ["drag", [2, 3562, 8]], ["puff out", [2, 3562, 9]], ["whiff", [2, 3562, 10]]]}, {"answer": "puke", "hint": "synonyms for puke", "clues": [["spue", [2, 3563, 0]], ["purge", [2, 3563, 1]], ["regorge", [2, 3563, 2]], ["retch", [2, 3563, 3]], ["vomit up", [2, 3563, 4]], ["upchuck", [2, 3563, 5]], ["disgorge", [2, 3563, 6]], ["honk", [2, 3563, 7]], ["be sick", [2, 3563, 8]], ["sick", [2, 3563, 9]], ["cast", [2, 3563, 10]], ["regurgitate", [2, 3563, 11]], ["vomit", [2, 3563, 12]], ["spew", [2, 3563, 13]], ["chuck", [2, 3563, 14]], ["throw up", [2, 3563, 15]], ["barf", [2, 3563, 16]]]}, {"answer": "puking", "hint": "synonyms for puking", "clues": [["spue", [2, 3564, 0]], ["regorge", [2, 3564, 1]], ["purge", [2, 3564, 2]], ["retch", [2, 3564, 3]], ["vomit up", [2, 3564, 4]], ["upchuck", [2, 3564, 5]], ["disgorge", [2, 3564, 6]], ["barf", [2, 3564, 7]], ["puke", [2, 3564, 8]], ["honk", [2, 3564, 9]], ["be sick", [2, 3564, 10]], ["sick", [2, 3564, 11]], ["cast", [2, 3564, 12]], ["regurgitate", [2, 3564, 13]], ["vomit", [2, 3564, 14]], ["spew", [2, 3564, 15]], ["chuck", [2, 3564, 16]], ["throw up", [2, 3564, 17]]]}, {"answer": "pull", "hint": "synonyms for pull", "clues": [["commit", [2, 3565, 0]], ["take out", [2, 3565, 1]], ["draw", [2, 3565, 2]], ["rip", [2, 3565, 3]], ["root for", [2, 3565, 4]], ["pull in", [2, 3565, 5]], ["tear", [2, 3565, 6]], ["pull out", [2, 3565, 7]], ["extract", [2, 3565, 8]], ["overstretch", [2, 3565, 9]], ["displume", [2, 3565, 10]], ["deplumate", [2, 3565, 11]], ["perpetrate", [2, 3565, 12]], ["get out", [2, 3565, 13]], ["draw out", [2, 3565, 14]], ["pluck", [2, 3565, 15]], ["pull up", [2, 3565, 16]], ["rend", [2, 3565, 17]], ["attract", [2, 3565, 18]], ["force", [2, 3565, 19]], ["rive", [2, 3565, 20]], ["draw in", [2, 3565, 21]]]}, {"answer": "pulling", "hint": "synonyms for pulling", "clues": [["commit", [2, 3566, 0]], ["draw", [2, 3566, 1]], ["rip", [2, 3566, 2]], ["root for", [2, 3566, 3]], ["pull in", [2, 3566, 4]], ["pull", [2, 3566, 5]], ["overstretch", [2, 3566, 6]], ["get out", [2, 3566, 7]], ["deplume", [2, 3566, 8]], ["rive", [2, 3566, 9]], ["take out", [2, 3566, 10]], ["pull out", [2, 3566, 11]], ["tear", [2, 3566, 12]], ["extract", [2, 3566, 13]], ["displume", [2, 3566, 14]], ["perpetrate", [2, 3566, 15]], ["draw out", [2, 3566, 16]], ["pluck", [2, 3566, 17]], ["rend", [2, 3566, 18]], ["attract", [2, 3566, 19]], ["force", [2, 3566, 20]], ["pull up", [2, 3566, 21]], ["draw in", [2, 3566, 22]]]}, {"answer": "punt", "hint": "synonyms for punt", "clues": [["gage", [2, 3567, 0]], ["bet on", [2, 3567, 1]], ["back", [2, 3567, 2]], ["game", [2, 3567, 3]], ["stake", [2, 3567, 4]], ["pole", [2, 3567, 5]]]}, {"answer": "punting", "hint": "synonyms for punting", "clues": [["bet on", [2, 3568, 0]], ["punt", [2, 3568, 1]], ["stake", [2, 3568, 2]], ["gage", [2, 3568, 3]], ["back", [2, 3568, 4]], ["game", [2, 3568, 5]], ["pole", [2, 3568, 6]]]}, {"answer": "purge", "hint": "synonyms for purge", "clues": [["spue", [2, 3569, 0]], ["purify", [2, 3569, 1]], ["regorge", [2, 3569, 2]], ["retch", [2, 3569, 3]], ["vomit up", [2, 3569, 4]], ["upchuck", [2, 3569, 5]], ["disgorge", [2, 3569, 6]], ["flush", [2, 3569, 7]], ["sanctify", [2, 3569, 8]], ["puke", [2, 3569, 9]], ["honk", [2, 3569, 10]], ["be sick", [2, 3569, 11]], ["sick", [2, 3569, 12]], ["cast", [2, 3569, 13]], ["regurgitate", [2, 3569, 14]], ["vomit", [2, 3569, 15]], ["scour", [2, 3569, 16]], ["spew", [2, 3569, 17]], ["chuck", [2, 3569, 18]], ["throw up", [2, 3569, 19]], ["barf", [2, 3569, 20]]]}, {"answer": "purl", "hint": "synonyms for purl", "clues": [["whirl", [2, 3570, 0]], ["eddy", [2, 3570, 1]], ["whirlpool", [2, 3570, 2]], ["sough", [2, 3570, 3]], ["swirl", [2, 3570, 4]]]}, {"answer": "purpose", "hint": "synonyms for purpose", "clues": [["aim", [2, 3571, 0]], ["propose", [2, 3571, 1]], ["purport", [2, 3571, 2]], ["resolve", [2, 3571, 3]]]}, {"answer": "purr", "hint": "synonyms for purr", "clues": [["whiz", [2, 3572, 0]], ["whir", [2, 3572, 1]], ["make vibrant sounds", [2, 3572, 2]], ["birr", [2, 3572, 3]]]}, {"answer": "push", "hint": "synonyms for push", "clues": [["crusade", [2, 3573, 0]], ["tug", [2, 3573, 1]], ["fight", [2, 3573, 2]], ["agitate", [2, 3573, 3]], ["press", [2, 3573, 4]], ["labor", [2, 3573, 5]], ["crowd", [2, 3573, 6]], ["force", [2, 3573, 7]], ["bear on", [2, 3573, 8]], ["promote", [2, 3573, 9]], ["advertise", [2, 3573, 10]], ["drive", [2, 3573, 11]], ["campaign", [2, 3573, 12]]]}, {"answer": "push_back", "hint": "synonyms for push back", "clues": [["drive", [2, 3574, 0]], ["repel", [2, 3574, 1]], ["force back", [2, 3574, 2]], ["repulse", [2, 3574, 3]], ["beat back", [2, 3574, 4]]]}, {"answer": "pushing", "hint": "synonyms for pushing", "clues": [["fight", [2, 3575, 0]], ["push", [2, 3575, 1]], ["press", [2, 3575, 2]], ["labor", [2, 3575, 3]], ["force", [2, 3575, 4]], ["bear on", [2, 3575, 5]], ["promote", [2, 3575, 6]], ["drive", [2, 3575, 7]], ["campaign", [2, 3575, 8]], ["advertize", [2, 3575, 9]], ["crusade", [2, 3575, 10]], ["tug", [2, 3575, 11]], ["agitate", [2, 3575, 12]], ["crowd", [2, 3575, 13]]]}, {"answer": "put", "hint": "synonyms for put", "clues": [["pose", [2, 3576, 0]], ["lay", [2, 3576, 1]], ["set up", [2, 3576, 2]], ["place", [2, 3576, 3]], ["position", [2, 3576, 4]], ["assign", [2, 3576, 5]], ["frame", [2, 3576, 6]], ["arrange", [2, 3576, 7]], ["set", [2, 3576, 8]], ["couch", [2, 3576, 9]], ["cast", [2, 3576, 10]], ["order", [2, 3576, 11]], ["redact", [2, 3576, 12]], ["invest", [2, 3576, 13]], ["commit", [2, 3576, 14]]]}, {"answer": "putter", "hint": "synonyms for putter", "clues": [["muck around", [2, 3577, 0]], ["tinker", [2, 3577, 1]], ["mess around", [2, 3577, 2]], ["monkey around", [2, 3577, 3]], ["putter around", [2, 3577, 4]], ["potter", [2, 3577, 5]], ["monkey", [2, 3577, 6]], ["muck about", [2, 3577, 7]]]}, {"answer": "putting", "hint": "synonyms for putting", "clues": [["lay", [2, 3578, 0]], ["set up", [2, 3578, 1]], ["place", [2, 3578, 2]], ["position", [2, 3578, 3]], ["assign", [2, 3578, 4]], ["put", [2, 3578, 5]], ["frame", [2, 3578, 6]], ["couch", [2, 3578, 7]], ["pose", [2, 3578, 8]], ["arrange", [2, 3578, 9]], ["set", [2, 3578, 10]], ["cast", [2, 3578, 11]], ["order", [2, 3578, 12]], ["redact", [2, 3578, 13]], ["invest", [2, 3578, 14]], ["commit", [2, 3578, 15]]]}, {"answer": "puzzle", "hint": "synonyms for puzzle", "clues": [["flummox", [2, 3579, 0]], ["baffle", [2, 3579, 1]], ["amaze", [2, 3579, 2]], ["beat", [2, 3579, 3]], ["get", [2, 3579, 4]], ["stupefy", [2, 3579, 5]], ["perplex", [2, 3579, 6]], ["gravel", [2, 3579, 7]], ["mystify", [2, 3579, 8]], ["pose", [2, 3579, 9]], ["bewilder", [2, 3579, 10]], ["stick", [2, 3579, 11]], ["vex", [2, 3579, 12]], ["dumbfound", [2, 3579, 13]], ["nonplus", [2, 3579, 14]]]}, {"answer": "quail", "hint": "synonyms for quail", "clues": [["funk", [2, 3580, 0]], ["recoil", [2, 3580, 1]], ["wince", [2, 3580, 2]], ["flinch", [2, 3580, 3]], ["cringe", [2, 3580, 4]], ["squinch", [2, 3580, 5]], ["shrink", [2, 3580, 6]]]}, {"answer": "qualifying", "hint": "synonyms for qualifying", "clues": [["modify", [2, 3581, 0]], ["measure up", [2, 3581, 1]], ["dispose", [2, 3581, 2]], ["specify", [2, 3581, 3]], ["qualify", [2, 3581, 4]], ["condition", [2, 3581, 5]], ["restrict", [2, 3581, 6]], ["characterise", [2, 3581, 7]], ["stipulate", [2, 3581, 8]]]}, {"answer": "quarrel", "hint": "synonyms for quarrel", "clues": [["altercate", [2, 3582, 0]], ["argufy", [2, 3582, 1]], ["dispute", [2, 3582, 2]], ["scrap", [2, 3582, 3]]]}, {"answer": "quarter", "hint": "synonyms for quarter", "clues": [["canton", [2, 3583, 0]], ["billet", [2, 3583, 1]], ["draw and quarter", [2, 3583, 2]], ["draw", [2, 3583, 3]]]}, {"answer": "quartering", "hint": "synonyms for quartering", "clues": [["canton", [2, 3584, 0]], ["quarter", [2, 3584, 1]], ["draw and quarter", [2, 3584, 2]], ["billet", [2, 3584, 3]], ["draw", [2, 3584, 4]]]}, {"answer": "quarters", "hint": "synonyms for quarters", "clues": [["canton", [2, 3585, 0]], ["quarter", [2, 3585, 1]], ["draw and quarter", [2, 3585, 2]], ["billet", [2, 3585, 3]], ["draw", [2, 3585, 4]]]}, {"answer": "quelling", "hint": "synonyms for quelling", "clues": [["squelch", [2, 3586, 0]], ["quell", [2, 3586, 1]], ["stay", [2, 3586, 2]], ["appease", [2, 3586, 3]], ["quench", [2, 3586, 4]]]}, {"answer": "quenching", "hint": "synonyms for quenching", "clues": [["squelch", [2, 3587, 0]], ["quench", [2, 3587, 1]], ["slake", [2, 3587, 2]], ["quell", [2, 3587, 3]], ["extinguish", [2, 3587, 4]], ["allay", [2, 3587, 5]], ["blow out", [2, 3587, 6]], ["assuage", [2, 3587, 7]], ["snuff out", [2, 3587, 8]]]}, {"answer": "quest", "hint": "synonyms for quest", "clues": [["request", [2, 3588, 0]], ["call for", [2, 3588, 1]], ["bay", [2, 3588, 2]], ["bespeak", [2, 3588, 3]]]}, {"answer": "question", "hint": "synonyms for question", "clues": [["call into question", [2, 3589, 0]], ["oppugn", [2, 3589, 1]], ["interview", [2, 3589, 2]], ["query", [2, 3589, 3]], ["interrogate", [2, 3589, 4]], ["wonder", [2, 3589, 5]]]}, {"answer": "quibble", "hint": "synonyms for quibble", "clues": [["niggle", [2, 3590, 0]], ["squabble", [2, 3590, 1]], ["brabble", [2, 3590, 2]], ["pettifog", [2, 3590, 3]], ["bicker", [2, 3590, 4]]]}, {"answer": "quickening", "hint": "synonyms for quickening", "clues": [["quicken", [2, 3591, 0]], ["speed up", [2, 3591, 1]], ["vivify", [2, 3591, 2]], ["speed", [2, 3591, 3]], ["whet", [2, 3591, 4]], ["revive", [2, 3591, 5]], ["invigorate", [2, 3591, 6]], ["animate", [2, 3591, 7]], ["accelerate", [2, 3591, 8]], ["repair", [2, 3591, 9]], ["recreate", [2, 3591, 10]], ["renovate", [2, 3591, 11]]]}, {"answer": "quiver", "hint": "synonyms for quiver", "clues": [["beat", [2, 3592, 0]], ["flicker", [2, 3592, 1]], ["waver", [2, 3592, 2]], ["flutter", [2, 3592, 3]], ["pulsate", [2, 3592, 4]], ["quake", [2, 3592, 5]], ["palpitate", [2, 3592, 6]]]}, {"answer": "quivering", "hint": "synonyms for quivering", "clues": [["pulsate", [2, 3593, 0]], ["flitter", [2, 3593, 1]], ["quake", [2, 3593, 2]], ["beat", [2, 3593, 3]], ["flicker", [2, 3593, 4]], ["waver", [2, 3593, 5]], ["quiver", [2, 3593, 6]], ["palpitate", [2, 3593, 7]]]}, {"answer": "race", "hint": "synonyms for race", "clues": [["rush", [2, 3594, 0]], ["pelt along", [2, 3594, 1]], ["hotfoot", [2, 3594, 2]], ["speed", [2, 3594, 3]], ["run", [2, 3594, 4]], ["rush along", [2, 3594, 5]], ["hie", [2, 3594, 6]], ["bucket along", [2, 3594, 7]], ["step on it", [2, 3594, 8]], ["hasten", [2, 3594, 9]], ["cannonball along", [2, 3594, 10]]]}, {"answer": "racing", "hint": "synonyms for racing", "clues": [["rush", [2, 3595, 0]], ["pelt along", [2, 3595, 1]], ["hotfoot", [2, 3595, 2]], ["speed", [2, 3595, 3]], ["run", [2, 3595, 4]], ["rush along", [2, 3595, 5]], ["race", [2, 3595, 6]], ["hie", [2, 3595, 7]], ["bucket along", [2, 3595, 8]], ["step on it", [2, 3595, 9]], ["hasten", [2, 3595, 10]], ["cannonball along", [2, 3595, 11]]]}, {"answer": "rack", "hint": "synonyms for rack", "clues": [["extort", [2, 3596, 0]], ["scud", [2, 3596, 1]], ["torment", [2, 3596, 2]], ["single-foot", [2, 3596, 3]], ["wring", [2, 3596, 4]], ["excruciate", [2, 3596, 5]], ["torture", [2, 3596, 6]], ["gouge", [2, 3596, 7]], ["squeeze", [2, 3596, 8]]]}, {"answer": "racket", "hint": "synonyms for racket", "clues": [["wassail", [2, 3597, 0]], ["make whoopie", [2, 3597, 1]], ["whoop it up", [2, 3597, 2]], ["jollify", [2, 3597, 3]], ["make happy", [2, 3597, 4]], ["revel", [2, 3597, 5]], ["make merry", [2, 3597, 6]]]}, {"answer": "rag", "hint": "synonyms for rag", "clues": [["twit", [2, 3598, 0]], ["dress down", [2, 3598, 1]], ["dun", [2, 3598, 2]], ["bait", [2, 3598, 3]], ["taunt", [2, 3598, 4]], ["bedevil", [2, 3598, 5]], ["get at", [2, 3598, 6]], ["cod", [2, 3598, 7]], ["chew up", [2, 3598, 8]], ["jaw", [2, 3598, 9]], ["reprimand", [2, 3598, 10]], ["crucify", [2, 3598, 11]], ["get to", [2, 3598, 12]], ["frustrate", [2, 3598, 13]], ["lambast", [2, 3598, 14]], ["rebuke", [2, 3598, 15]], ["annoy", [2, 3598, 16]], ["razz", [2, 3598, 17]], ["rally", [2, 3598, 18]], ["devil", [2, 3598, 19]], ["tease", [2, 3598, 20]], ["vex", [2, 3598, 21]], ["trounce", [2, 3598, 22]], ["nettle", [2, 3598, 23]], ["chafe", [2, 3598, 24]], ["call down", [2, 3598, 25]], ["bother", [2, 3598, 26]], ["tantalise", [2, 3598, 27]], ["nark", [2, 3598, 28]], ["rile", [2, 3598, 29]], ["lecture", [2, 3598, 30]], ["irritate", [2, 3598, 31]], ["ride", [2, 3598, 32]], ["torment", [2, 3598, 33]], ["gravel", [2, 3598, 34]], ["scold", [2, 3598, 35]], ["bawl out", [2, 3598, 36]], ["berate", [2, 3598, 37]], ["have words", [2, 3598, 38]], ["chew out", [2, 3598, 39]], ["remonstrate", [2, 3598, 40]], ["call on the carpet", [2, 3598, 41]], ["chide", [2, 3598, 42]], ["reproof", [2, 3598, 43]], ["take to task", [2, 3598, 44]]]}, {"answer": "rail", "hint": "synonyms for rail", "clues": [["rail in", [2, 3599, 0]], ["vilify", [2, 3599, 1]], ["train", [2, 3599, 2]], ["revile", [2, 3599, 3]], ["fulminate", [2, 3599, 4]], ["vituperate", [2, 3599, 5]], ["rail off", [2, 3599, 6]], ["inveigh", [2, 3599, 7]]]}, {"answer": "railing", "hint": "synonyms for railing", "clues": [["rail in", [2, 3600, 0]], ["vilify", [2, 3600, 1]], ["train", [2, 3600, 2]], ["rail", [2, 3600, 3]], ["rail off", [2, 3600, 4]], ["fulminate", [2, 3600, 5]], ["inveigh", [2, 3600, 6]], ["revile", [2, 3600, 7]], ["vituperate", [2, 3600, 8]]]}, {"answer": "rails", "hint": "synonyms for rails", "clues": [["rail in", [2, 3601, 0]], ["vilify", [2, 3601, 1]], ["train", [2, 3601, 2]], ["rail", [2, 3601, 3]], ["rail off", [2, 3601, 4]], ["fulminate", [2, 3601, 5]], ["inveigh", [2, 3601, 6]], ["revile", [2, 3601, 7]], ["vituperate", [2, 3601, 8]]]}, {"answer": "raiment", "hint": "synonyms for raiment", "clues": [["garb", [2, 3602, 0]], ["habilitate", [2, 3602, 1]], ["fit out", [2, 3602, 2]], ["garment", [2, 3602, 3]], ["dress", [2, 3602, 4]], ["enclothe", [2, 3602, 5]], ["apparel", [2, 3602, 6]], ["tog", [2, 3602, 7]]]}, {"answer": "raise", "hint": "synonyms for raise", "clues": [["enkindle", [2, 3603, 0]], ["bring up", [2, 3603, 1]], ["erect", [2, 3603, 2]], ["parent", [2, 3603, 3]], ["elevate", [2, 3603, 4]], ["lift", [2, 3603, 5]], ["put up", [2, 3603, 6]], ["farm", [2, 3603, 7]], ["provoke", [2, 3603, 8]], ["evoke", [2, 3603, 9]], ["arouse", [2, 3603, 10]], ["leaven", [2, 3603, 11]], ["heighten", [2, 3603, 12]], ["nurture", [2, 3603, 13]], ["conjure up", [2, 3603, 14]], ["prove", [2, 3603, 15]], ["recruit", [2, 3603, 16]], ["enhance", [2, 3603, 17]], ["invoke", [2, 3603, 18]], ["call down", [2, 3603, 19]], ["produce", [2, 3603, 20]], ["call forth", [2, 3603, 21]], ["rear", [2, 3603, 22]], ["stir", [2, 3603, 23]], ["put forward", [2, 3603, 24]], ["grow", [2, 3603, 25]], ["upgrade", [2, 3603, 26]], ["kick upstairs", [2, 3603, 27]], ["get up", [2, 3603, 28]], ["upraise", [2, 3603, 29]], ["conjure", [2, 3603, 30]], ["elicit", [2, 3603, 31]], ["levy", [2, 3603, 32]], ["resurrect", [2, 3603, 33]], ["set up", [2, 3603, 34]], ["fire", [2, 3603, 35]], ["advance", [2, 3603, 36]], ["promote", [2, 3603, 37]]]}, {"answer": "rake", "hint": "synonyms for rake", "clues": [["graze", [2, 3604, 0]], ["run down", [2, 3604, 1]], ["glance over", [2, 3604, 2]], ["scan", [2, 3604, 3]], ["crease", [2, 3604, 4]], ["skim", [2, 3604, 5]]]}, {"answer": "rally", "hint": "synonyms for rally", "clues": [["mobilize", [2, 3605, 0]], ["rebound", [2, 3605, 1]], ["twit", [2, 3605, 2]], ["bait", [2, 3605, 3]], ["rag", [2, 3605, 4]], ["taunt", [2, 3605, 5]], ["tantalise", [2, 3605, 6]], ["cod", [2, 3605, 7]], ["ride", [2, 3605, 8]], ["summon", [2, 3605, 9]], ["muster", [2, 3605, 10]], ["razz", [2, 3605, 11]], ["beat up", [2, 3605, 12]], ["come up", [2, 3605, 13]], ["muster up", [2, 3605, 14]], ["tease", [2, 3605, 15]], ["call up", [2, 3605, 16]], ["drum up", [2, 3605, 17]]]}, {"answer": "ram", "hint": "synonyms for ram", "clues": [["force", [2, 3606, 0]], ["jam", [2, 3606, 1]], ["crash", [2, 3606, 2]], ["jampack", [2, 3606, 3]], ["pound", [2, 3606, 4]], ["wad", [2, 3606, 5]], ["drive", [2, 3606, 6]], ["chock up", [2, 3606, 7]], ["cram", [2, 3606, 8]], ["ram down", [2, 3606, 9]]]}, {"answer": "ramble", "hint": "synonyms for ramble", "clues": [["jog", [2, 3607, 0]], ["range", [2, 3607, 1]], ["drift", [2, 3607, 2]], ["ramble on", [2, 3607, 3]], ["vagabond", [2, 3607, 4]], ["tramp", [2, 3607, 5]], ["roll", [2, 3607, 6]], ["wander", [2, 3607, 7]], ["stray", [2, 3607, 8]], ["cast", [2, 3607, 9]], ["swan", [2, 3607, 10]], ["roam", [2, 3607, 11]], ["rove", [2, 3607, 12]]]}, {"answer": "rameses", "hint": "synonyms for rameses", "clues": [["force", [2, 3608, 0]], ["ram", [2, 3608, 1]], ["jam", [2, 3608, 2]], ["crash", [2, 3608, 3]], ["jampack", [2, 3608, 4]], ["pound", [2, 3608, 5]], ["wad", [2, 3608, 6]], ["drive", [2, 3608, 7]], ["chock up", [2, 3608, 8]], ["ram down", [2, 3608, 9]]]}, {"answer": "ramesses", "hint": "synonyms for ramesses", "clues": [["force", [2, 3609, 0]], ["ram", [2, 3609, 1]], ["jam", [2, 3609, 2]], ["crash", [2, 3609, 3]], ["jampack", [2, 3609, 4]], ["pound", [2, 3609, 5]], ["wad", [2, 3609, 6]], ["drive", [2, 3609, 7]], ["chock up", [2, 3609, 8]], ["ram down", [2, 3609, 9]]]}, {"answer": "ramses", "hint": "synonyms for ramses", "clues": [["force", [2, 3610, 0]], ["ram", [2, 3610, 1]], ["jam", [2, 3610, 2]], ["crash", [2, 3610, 3]], ["jampack", [2, 3610, 4]], ["pound", [2, 3610, 5]], ["wad", [2, 3610, 6]], ["drive", [2, 3610, 7]], ["chock up", [2, 3610, 8]], ["ram down", [2, 3610, 9]]]}, {"answer": "range", "hint": "synonyms for range", "clues": [["vagabond", [2, 3611, 0]], ["pasture", [2, 3611, 1]], ["wander", [2, 3611, 2]], ["grade", [2, 3611, 3]], ["place", [2, 3611, 4]], ["stray", [2, 3611, 5]], ["cast", [2, 3611, 6]], ["ramble", [2, 3611, 7]], ["graze", [2, 3611, 8]], ["array", [2, 3611, 9]], ["rank", [2, 3611, 10]], ["rate", [2, 3611, 11]], ["drift", [2, 3611, 12]], ["set out", [2, 3611, 13]], ["tramp", [2, 3611, 14]], ["roll", [2, 3611, 15]], ["swan", [2, 3611, 16]], ["run", [2, 3611, 17]], ["roam", [2, 3611, 18]], ["lay out", [2, 3611, 19]], ["browse", [2, 3611, 20]], ["order", [2, 3611, 21]], ["straddle", [2, 3611, 22]], ["crop", [2, 3611, 23]], ["rove", [2, 3611, 24]]]}, {"answer": "ransacking", "hint": "synonyms for ransacking", "clues": [["loot", [2, 3612, 0]], ["ransack", [2, 3612, 1]], ["strip", [2, 3612, 2]], ["plunder", [2, 3612, 3]], ["despoil", [2, 3612, 4]], ["reave", [2, 3612, 5]], ["comb", [2, 3612, 6]], ["rifle", [2, 3612, 7]], ["pillage", [2, 3612, 8]], ["foray", [2, 3612, 9]]]}, {"answer": "rant", "hint": "synonyms for rant", "clues": [["rave", [2, 3613, 0]], ["jabber", [2, 3613, 1]], ["spout", [2, 3613, 2]], ["rabbit on", [2, 3613, 3]], ["mouth off", [2, 3613, 4]]]}, {"answer": "ranting", "hint": "synonyms for ranting", "clues": [["rave", [2, 3614, 0]], ["jabber", [2, 3614, 1]], ["rant", [2, 3614, 2]], ["spout", [2, 3614, 3]], ["rabbit on", [2, 3614, 4]], ["mouth off", [2, 3614, 5]]]}, {"answer": "rap", "hint": "synonyms for rap", "clues": [["pink", [2, 3615, 0]], ["tap", [2, 3615, 1]], ["knock", [2, 3615, 2]], ["knap", [2, 3615, 3]]]}, {"answer": "rape", "hint": "synonyms for rape", "clues": [["assault", [2, 3616, 0]], ["dishonour", [2, 3616, 1]], ["violate", [2, 3616, 2]], ["outrage", [2, 3616, 3]], ["plunder", [2, 3616, 4]], ["spoil", [2, 3616, 5]], ["despoil", [2, 3616, 6]], ["ravish", [2, 3616, 7]]]}, {"answer": "rat", "hint": "synonyms for rat", "clues": [["tell on", [2, 3617, 0]], ["denounce", [2, 3617, 1]], ["give away", [2, 3617, 2]], ["snitch", [2, 3617, 3]], ["grass", [2, 3617, 4]], ["fink", [2, 3617, 5]], ["betray", [2, 3617, 6]], ["blackleg", [2, 3617, 7]], ["shop", [2, 3617, 8]], ["shit", [2, 3617, 9]], ["stag", [2, 3617, 10]], ["scab", [2, 3617, 11]]]}, {"answer": "rate", "hint": "synonyms for rate", "clues": [["value", [2, 3618, 0]], ["range", [2, 3618, 1]], ["order", [2, 3618, 2]], ["rank", [2, 3618, 3]], ["grade", [2, 3618, 4]], ["place", [2, 3618, 5]]]}, {"answer": "rates", "hint": "synonyms for rates", "clues": [["tell on", [2, 3619, 0]], ["rat", [2, 3619, 1]], ["denounce", [2, 3619, 2]], ["give away", [2, 3619, 3]], ["grade", [2, 3619, 4]], ["place", [2, 3619, 5]], ["value", [2, 3619, 6]], ["fink", [2, 3619, 7]], ["betray", [2, 3619, 8]], ["range", [2, 3619, 9]], ["blackleg", [2, 3619, 10]], ["rank", [2, 3619, 11]], ["stag", [2, 3619, 12]], ["grass", [2, 3619, 13]], ["shit", [2, 3619, 14]], ["snitch", [2, 3619, 15]], ["order", [2, 3619, 16]], ["scab", [2, 3619, 17]], ["shop", [2, 3619, 18]]]}, {"answer": "rating", "hint": "synonyms for rating", "clues": [["tell on", [2, 3620, 0]], ["rat", [2, 3620, 1]], ["denounce", [2, 3620, 2]], ["give away", [2, 3620, 3]], ["grade", [2, 3620, 4]], ["place", [2, 3620, 5]], ["value", [2, 3620, 6]], ["fink", [2, 3620, 7]], ["betray", [2, 3620, 8]], ["range", [2, 3620, 9]], ["blackleg", [2, 3620, 10]], ["rank", [2, 3620, 11]], ["stag", [2, 3620, 12]], ["grass", [2, 3620, 13]], ["shit", [2, 3620, 14]], ["snitch", [2, 3620, 15]], ["order", [2, 3620, 16]], ["scab", [2, 3620, 17]], ["shop", [2, 3620, 18]]]}, {"answer": "ratting", "hint": "synonyms for ratting", "clues": [["tell on", [2, 3621, 0]], ["rat", [2, 3621, 1]], ["denounce", [2, 3621, 2]], ["give away", [2, 3621, 3]], ["fink", [2, 3621, 4]], ["betray", [2, 3621, 5]], ["blackleg", [2, 3621, 6]], ["stag", [2, 3621, 7]], ["grass", [2, 3621, 8]], ["shit", [2, 3621, 9]], ["snitch", [2, 3621, 10]], ["scab", [2, 3621, 11]], ["shop", [2, 3621, 12]]]}, {"answer": "ravage", "hint": "synonyms for ravage", "clues": [["lay waste to", [2, 3622, 0]], ["scourge", [2, 3622, 1]], ["desolate", [2, 3622, 2]], ["devastate", [2, 3622, 3]], ["waste", [2, 3622, 4]], ["harry", [2, 3622, 5]]]}, {"answer": "rave", "hint": "synonyms for rave", "clues": [["jabber", [2, 3623, 0]], ["rant", [2, 3623, 1]], ["spout", [2, 3623, 2]], ["rabbit on", [2, 3623, 3]], ["gush", [2, 3623, 4]], ["mouth off", [2, 3623, 5]]]}, {"answer": "ravel", "hint": "synonyms for ravel", "clues": [["ravel out", [2, 3624, 0]], ["unravel", [2, 3624, 1]], ["knot", [2, 3624, 2]], ["tangle", [2, 3624, 3]]]}, {"answer": "raveling", "hint": "synonyms for raveling", "clues": [["ravel out", [2, 3625, 0]], ["knot", [2, 3625, 1]], ["ravel", [2, 3625, 2]], ["unravel", [2, 3625, 3]], ["tangle", [2, 3625, 4]]]}, {"answer": "ravelling", "hint": "synonyms for ravelling", "clues": [["ravel out", [2, 3626, 0]], ["knot", [2, 3626, 1]], ["ravel", [2, 3626, 2]], ["unravel", [2, 3626, 3]], ["tangle", [2, 3626, 4]]]}, {"answer": "raven", "hint": "synonyms for raven", "clues": [["prey", [2, 3627, 0]], ["devour", [2, 3627, 1]], ["pig", [2, 3627, 2]], ["predate", [2, 3627, 3]], ["guttle", [2, 3627, 4]]]}, {"answer": "razing", "hint": "synonyms for razing", "clues": [["raze", [2, 3628, 0]], ["take down", [2, 3628, 1]], ["level", [2, 3628, 2]], ["dismantle", [2, 3628, 3]], ["rase", [2, 3628, 4]], ["tear down", [2, 3628, 5]], ["pull down", [2, 3628, 6]]]}, {"answer": "razz", "hint": "synonyms for razz", "clues": [["twit", [2, 3629, 0]], ["rally", [2, 3629, 1]], ["bait", [2, 3629, 2]], ["rag", [2, 3629, 3]], ["taunt", [2, 3629, 4]], ["tantalise", [2, 3629, 5]], ["tease", [2, 3629, 6]], ["cod", [2, 3629, 7]], ["ride", [2, 3629, 8]]]}, {"answer": "razzing", "hint": "synonyms for razzing", "clues": [["twit", [2, 3630, 0]], ["razz", [2, 3630, 1]], ["rally", [2, 3630, 2]], ["bait", [2, 3630, 3]], ["rag", [2, 3630, 4]], ["taunt", [2, 3630, 5]], ["tantalise", [2, 3630, 6]], ["tease", [2, 3630, 7]], ["cod", [2, 3630, 8]], ["ride", [2, 3630, 9]]]}, {"answer": "reach", "hint": "synonyms for reach", "clues": [["extend to", [2, 3631, 0]], ["achieve", [2, 3631, 1]], ["pass on", [2, 3631, 2]], ["get through", [2, 3631, 3]], ["gain", [2, 3631, 4]], ["pass", [2, 3631, 5]], ["attain", [2, 3631, 6]], ["make", [2, 3631, 7]], ["get to", [2, 3631, 8]], ["contact", [2, 3631, 9]], ["reach out", [2, 3631, 10]], ["hit", [2, 3631, 11]], ["get hold of", [2, 3631, 12]], ["turn over", [2, 3631, 13]], ["hand", [2, 3631, 14]], ["strive", [2, 3631, 15]], ["strain", [2, 3631, 16]], ["progress to", [2, 3631, 17]], ["accomplish", [2, 3631, 18]], ["give", [2, 3631, 19]], ["arrive at", [2, 3631, 20]], ["touch", [2, 3631, 21]]]}, {"answer": "reaching", "hint": "synonyms for reaching", "clues": [["extend to", [2, 3632, 0]], ["achieve", [2, 3632, 1]], ["pass on", [2, 3632, 2]], ["get through", [2, 3632, 3]], ["reach", [2, 3632, 4]], ["gain", [2, 3632, 5]], ["pass", [2, 3632, 6]], ["attain", [2, 3632, 7]], ["make", [2, 3632, 8]], ["get to", [2, 3632, 9]], ["contact", [2, 3632, 10]], ["reach out", [2, 3632, 11]], ["hit", [2, 3632, 12]], ["get hold of", [2, 3632, 13]], ["turn over", [2, 3632, 14]], ["hand", [2, 3632, 15]], ["strive", [2, 3632, 16]], ["progress to", [2, 3632, 17]], ["strain", [2, 3632, 18]], ["accomplish", [2, 3632, 19]], ["give", [2, 3632, 20]], ["arrive at", [2, 3632, 21]], ["touch", [2, 3632, 22]]]}, {"answer": "read", "hint": "synonyms for read", "clues": [["understand", [2, 3633, 0]], ["translate", [2, 3633, 1]], ["take", [2, 3633, 2]], ["interpret", [2, 3633, 3]], ["register", [2, 3633, 4]], ["record", [2, 3633, 5]], ["scan", [2, 3633, 6]], ["study", [2, 3633, 7]], ["say", [2, 3633, 8]], ["show", [2, 3633, 9]], ["learn", [2, 3633, 10]]]}, {"answer": "reading", "hint": "synonyms for reading", "clues": [["read", [2, 3634, 0]], ["understand", [2, 3634, 1]], ["take", [2, 3634, 2]], ["interpret", [2, 3634, 3]], ["scan", [2, 3634, 4]], ["say", [2, 3634, 5]], ["show", [2, 3634, 6]], ["learn", [2, 3634, 7]], ["translate", [2, 3634, 8]], ["register", [2, 3634, 9]], ["record", [2, 3634, 10]], ["study", [2, 3634, 11]]]}, {"answer": "readying", "hint": "synonyms for readying", "clues": [["fix", [2, 3635, 0]], ["cook", [2, 3635, 1]], ["set", [2, 3635, 2]], ["ready", [2, 3635, 3]], ["prepare", [2, 3635, 4]], ["set up", [2, 3635, 5]], ["make", [2, 3635, 6]], ["gear up", [2, 3635, 7]]]}, {"answer": "rebound", "hint": "synonyms for rebound", "clues": [["take a hop", [2, 3636, 0]], ["spring", [2, 3636, 1]], ["recoil", [2, 3636, 2]], ["rally", [2, 3636, 3]], ["reverberate", [2, 3636, 4]], ["ricochet", [2, 3636, 5]], ["bounce", [2, 3636, 6]], ["resile", [2, 3636, 7]], ["bound", [2, 3636, 8]]]}, {"answer": "rebuff", "hint": "synonyms for rebuff", "clues": [["drive back", [2, 3637, 0]], ["repulse", [2, 3637, 1]], ["snub", [2, 3637, 2]], ["repel", [2, 3637, 3]], ["fight off", [2, 3637, 4]]]}, {"answer": "rebuke", "hint": "synonyms for rebuke", "clues": [["dress down", [2, 3638, 0]], ["trounce", [2, 3638, 1]], ["call down", [2, 3638, 2]], ["lambaste", [2, 3638, 3]], ["lecture", [2, 3638, 4]], ["rag", [2, 3638, 5]], ["chew up", [2, 3638, 6]], ["scold", [2, 3638, 7]], ["bawl out", [2, 3638, 8]], ["jaw", [2, 3638, 9]], ["reprimand", [2, 3638, 10]], ["berate", [2, 3638, 11]], ["have words", [2, 3638, 12]], ["chew out", [2, 3638, 13]], ["remonstrate", [2, 3638, 14]], ["call on the carpet", [2, 3638, 15]], ["chide", [2, 3638, 16]], ["reproof", [2, 3638, 17]], ["take to task", [2, 3638, 18]]]}, {"answer": "recall", "hint": "synonyms for recall", "clues": [["recollect", [2, 3639, 0]], ["return", [2, 3639, 1]], ["remember", [2, 3639, 2]], ["call back", [2, 3639, 3]], ["think", [2, 3639, 4]], ["come back", [2, 3639, 5]], ["hark back", [2, 3639, 6]], ["echo", [2, 3639, 7]], ["withdraw", [2, 3639, 8]], ["call up", [2, 3639, 9]], ["call in", [2, 3639, 10]], ["retrieve", [2, 3639, 11]]]}, {"answer": "recasting", "hint": "synonyms for recasting", "clues": [["recast", [2, 3640, 0]], ["remold", [2, 3640, 1]], ["remodel", [2, 3640, 2]], ["reforge", [2, 3640, 3]]]}, {"answer": "reckoning", "hint": "synonyms for reckoning", "clues": [["reckon", [2, 3641, 0]], ["work out", [2, 3641, 1]], ["cypher", [2, 3641, 2]], ["forecast", [2, 3641, 3]], ["look", [2, 3641, 4]], ["regard", [2, 3641, 5]], ["bet", [2, 3641, 6]], ["cipher", [2, 3641, 7]], ["figure", [2, 3641, 8]], ["opine", [2, 3641, 9]], ["imagine", [2, 3641, 10]], ["think", [2, 3641, 11]], ["suppose", [2, 3641, 12]], ["count", [2, 3641, 13]], ["depend", [2, 3641, 14]], ["calculate", [2, 3641, 15]], ["view", [2, 3641, 16]], ["see", [2, 3641, 17]], ["compute", [2, 3641, 18]], ["guess", [2, 3641, 19]], ["consider", [2, 3641, 20]], ["estimate", [2, 3641, 21]], ["count on", [2, 3641, 22]]]}, {"answer": "reclining", "hint": "synonyms for reclining", "clues": [["recline", [2, 3642, 0]], ["repose", [2, 3642, 1]], ["lean back", [2, 3642, 2]], ["recumb", [2, 3642, 3]]]}, {"answer": "recoil", "hint": "synonyms for recoil", "clues": [["funk", [2, 3643, 0]], ["take a hop", [2, 3643, 1]], ["wince", [2, 3643, 2]], ["cringe", [2, 3643, 3]], ["spring", [2, 3643, 4]], ["backlash", [2, 3643, 5]], ["backfire", [2, 3643, 6]], ["bounce", [2, 3643, 7]], ["flinch", [2, 3643, 8]], ["rebound", [2, 3643, 9]], ["squinch", [2, 3643, 10]], ["kick back", [2, 3643, 11]], ["shrink", [2, 3643, 12]], ["reverberate", [2, 3643, 13]], ["ricochet", [2, 3643, 14]], ["kick", [2, 3643, 15]], ["quail", [2, 3643, 16]], ["resile", [2, 3643, 17]], ["bound", [2, 3643, 18]]]}, {"answer": "recompense", "hint": "synonyms for recompense", "clues": [["compensate", [2, 3644, 0]], ["repair", [2, 3644, 1]], ["remunerate", [2, 3644, 2]], ["indemnify", [2, 3644, 3]]]}, {"answer": "record", "hint": "synonyms for record", "clues": [["commemorate", [2, 3645, 0]], ["enter", [2, 3645, 1]], ["put down", [2, 3645, 2]], ["register", [2, 3645, 3]], ["immortalize", [2, 3645, 4]], ["memorialise", [2, 3645, 5]], ["tape", [2, 3645, 6]], ["show", [2, 3645, 7]], ["read", [2, 3645, 8]]]}, {"answer": "recording", "hint": "synonyms for recording", "clues": [["commemorate", [2, 3646, 0]], ["enter", [2, 3646, 1]], ["put down", [2, 3646, 2]], ["register", [2, 3646, 3]], ["record", [2, 3646, 4]], ["immortalize", [2, 3646, 5]], ["memorialise", [2, 3646, 6]], ["tape", [2, 3646, 7]], ["show", [2, 3646, 8]], ["read", [2, 3646, 9]]]}, {"answer": "recounting", "hint": "synonyms for recounting", "clues": [["recount", [2, 3647, 0]], ["narrate", [2, 3647, 1]], ["recite", [2, 3647, 2]], ["tell", [2, 3647, 3]]]}, {"answer": "recruit", "hint": "synonyms for recruit", "clues": [["enrol", [2, 3648, 0]], ["levy", [2, 3648, 1]], ["raise", [2, 3648, 2]], ["inscribe", [2, 3648, 3]], ["enter", [2, 3648, 4]]]}, {"answer": "redact", "hint": "synonyms for redact", "clues": [["couch", [2, 3649, 0]], ["cast", [2, 3649, 1]], ["edit", [2, 3649, 2]], ["frame", [2, 3649, 3]], ["put", [2, 3649, 4]]]}, {"answer": "reducing", "hint": "synonyms for reducing", "clues": [["cut back", [2, 3650, 0]], ["keep down", [2, 3650, 1]], ["thin", [2, 3650, 2]], ["reduce", [2, 3650, 3]], ["slim", [2, 3650, 4]], ["shrink", [2, 3650, 5]], ["come down", [2, 3650, 6]], ["melt off", [2, 3650, 7]], ["quash", [2, 3650, 8]], ["slenderize", [2, 3650, 9]], ["trim back", [2, 3650, 10]], ["contract", [2, 3650, 11]], ["boil down", [2, 3650, 12]], ["cut", [2, 3650, 13]], ["dilute", [2, 3650, 14]], ["cut down", [2, 3650, 15]], ["repress", [2, 3650, 16]], ["bring down", [2, 3650, 17]], ["scale down", [2, 3650, 18]], ["subdue", [2, 3650, 19]], ["shorten", [2, 3650, 20]], ["trim down", [2, 3650, 21]], ["subjugate", [2, 3650, 22]], ["deoxidize", [2, 3650, 23]], ["foreshorten", [2, 3650, 24]], ["abbreviate", [2, 3650, 25]], ["trim", [2, 3650, 26]], ["concentrate", [2, 3650, 27]], ["lose weight", [2, 3650, 28]], ["abridge", [2, 3650, 29]], ["slim down", [2, 3650, 30]], ["tighten", [2, 3650, 31]], ["decoct", [2, 3650, 32]], ["thin out", [2, 3650, 33]]]}, {"answer": "reek", "hint": "synonyms for reek", "clues": [["stink", [2, 3651, 0]], ["smack", [2, 3651, 1]], ["fume", [2, 3651, 2]], ["smell", [2, 3651, 3]]]}, {"answer": "reel", "hint": "synonyms for reel", "clues": [["whirl", [2, 3652, 0]], ["lurch", [2, 3652, 1]], ["keel", [2, 3652, 2]], ["spin around", [2, 3652, 3]], ["spin", [2, 3652, 4]], ["swag", [2, 3652, 5]], ["gyrate", [2, 3652, 6]], ["careen", [2, 3652, 7]], ["stagger", [2, 3652, 8]]]}, {"answer": "refining", "hint": "synonyms for refining", "clues": [["down", [2, 3653, 0]], ["polish", [2, 3653, 1]], ["fine-tune", [2, 3653, 2]], ["elaborate", [2, 3653, 3]], ["rarify", [2, 3653, 4]], ["refine", [2, 3653, 5]], ["rectify", [2, 3653, 6]], ["complicate", [2, 3653, 7]]]}, {"answer": "reform", "hint": "synonyms for reform", "clues": [["reclaim", [2, 3654, 0]], ["see the light", [2, 3654, 1]], ["regenerate", [2, 3654, 2]], ["rectify", [2, 3654, 3]], ["straighten out", [2, 3654, 4]]]}, {"answer": "refuse", "hint": "synonyms for refuse", "clues": [["turn down", [2, 3655, 0]], ["reject", [2, 3655, 1]], ["resist", [2, 3655, 2]], ["defy", [2, 3655, 3]], ["decline", [2, 3655, 4]], ["turn away", [2, 3655, 5]], ["pass up", [2, 3655, 6]], ["deny", [2, 3655, 7]]]}, {"answer": "regaining", "hint": "synonyms for regaining", "clues": [["regain", [2, 3656, 0]], ["retrieve", [2, 3656, 1]], ["find", [2, 3656, 2]], ["recover", [2, 3656, 3]]]}, {"answer": "regard", "hint": "synonyms for regard", "clues": [["involve", [2, 3657, 0]], ["view", [2, 3657, 1]], ["see", [2, 3657, 2]], ["reckon", [2, 3657, 3]], ["consider", [2, 3657, 4]], ["affect", [2, 3657, 5]]]}, {"answer": "register", "hint": "synonyms for register", "clues": [["file", [2, 3658, 0]], ["record", [2, 3658, 1]], ["cross-file", [2, 3658, 2]], ["show", [2, 3658, 3]], ["read", [2, 3658, 4]]]}, {"answer": "regress", "hint": "synonyms for regress", "clues": [["lapse", [2, 3659, 0]], ["retrogress", [2, 3659, 1]], ["recidivate", [2, 3659, 2]], ["return", [2, 3659, 3]], ["retrograde", [2, 3659, 4]], ["fall back", [2, 3659, 5]], ["revert", [2, 3659, 6]], ["relapse", [2, 3659, 7]], ["retrovert", [2, 3659, 8]], ["turn back", [2, 3659, 9]]]}, {"answer": "regulating", "hint": "synonyms for regulating", "clues": [["determine", [2, 3660, 0]], ["influence", [2, 3660, 1]], ["regularize", [2, 3660, 2]], ["regulate", [2, 3660, 3]], ["shape", [2, 3660, 4]], ["mold", [2, 3660, 5]], ["modulate", [2, 3660, 6]], ["baffle", [2, 3660, 7]], ["govern", [2, 3660, 8]], ["order", [2, 3660, 9]]]}, {"answer": "reign", "hint": "synonyms for reign", "clues": [["rule", [2, 3661, 0]], ["dominate", [2, 3661, 1]], ["prevail", [2, 3661, 2]], ["predominate", [2, 3661, 3]]]}, {"answer": "rein", "hint": "synonyms for rein", "clues": [["rule", [2, 3662, 0]], ["rein in", [2, 3662, 1]], ["harness", [2, 3662, 2]], ["draw rein", [2, 3662, 3]]]}, {"answer": "reject", "hint": "synonyms for reject", "clues": [["turn down", [2, 3663, 0]], ["spurn", [2, 3663, 1]], ["pass up", [2, 3663, 2]], ["refuse", [2, 3663, 3]], ["resist", [2, 3663, 4]], ["decline", [2, 3663, 5]], ["disdain", [2, 3663, 6]], ["scorn", [2, 3663, 7]], ["freeze off", [2, 3663, 8]], ["pooh-pooh", [2, 3663, 9]], ["turn away", [2, 3663, 10]], ["eliminate", [2, 3663, 11]], ["rule out", [2, 3663, 12]], ["winnow out", [2, 3663, 13]], ["disapprove", [2, 3663, 14]]]}, {"answer": "relapse", "hint": "synonyms for relapse", "clues": [["lapse", [2, 3664, 0]], ["retrogress", [2, 3664, 1]], ["recidivate", [2, 3664, 2]], ["get worse", [2, 3664, 3]], ["fall back", [2, 3664, 4]], ["regress", [2, 3664, 5]]]}, {"answer": "relapsing", "hint": "synonyms for relapsing", "clues": [["lapse", [2, 3665, 0]], ["retrogress", [2, 3665, 1]], ["recidivate", [2, 3665, 2]], ["get worse", [2, 3665, 3]], ["relapse", [2, 3665, 4]], ["fall back", [2, 3665, 5]], ["regress", [2, 3665, 6]]]}, {"answer": "release", "hint": "synonyms for release", "clues": [["give up", [2, 3666, 0]], ["unblock", [2, 3666, 1]], ["unloosen", [2, 3666, 2]], ["exhaust", [2, 3666, 3]], ["secrete", [2, 3666, 4]], ["turn", [2, 3666, 5]], ["bring out", [2, 3666, 6]], ["eject", [2, 3666, 7]], ["free", [2, 3666, 8]], ["loose", [2, 3666, 9]], ["relinquish", [2, 3666, 10]], ["publish", [2, 3666, 11]], ["let go of", [2, 3666, 12]], ["liberate", [2, 3666, 13]], ["put out", [2, 3666, 14]], ["resign", [2, 3666, 15]], ["expel", [2, 3666, 16]], ["let go", [2, 3666, 17]], ["unfreeze", [2, 3666, 18]], ["issue", [2, 3666, 19]], ["discharge", [2, 3666, 20]]]}, {"answer": "relegating", "hint": "synonyms for relegating", "clues": [["submit", [2, 3667, 0]], ["demote", [2, 3667, 1]], ["relegate", [2, 3667, 2]], ["bump", [2, 3667, 3]], ["banish", [2, 3667, 4]], ["kick downstairs", [2, 3667, 5]], ["classify", [2, 3667, 6]], ["break", [2, 3667, 7]], ["pass on", [2, 3667, 8]], ["bar", [2, 3667, 9]]]}, {"answer": "relinquishing", "hint": "synonyms for relinquishing", "clues": [["give up", [2, 3668, 0]], ["foreswear", [2, 3668, 1]], ["renounce", [2, 3668, 2]], ["relinquish", [2, 3668, 3]], ["waive", [2, 3668, 4]], ["release", [2, 3668, 5]], ["forgo", [2, 3668, 6]], ["free", [2, 3668, 7]], ["resign", [2, 3668, 8]], ["let go of", [2, 3668, 9]], ["let go", [2, 3668, 10]], ["quit", [2, 3668, 11]], ["dispense with", [2, 3668, 12]]]}, {"answer": "relishing", "hint": "synonyms for relishing", "clues": [["bask", [2, 3669, 0]], ["enjoy", [2, 3669, 1]], ["savour", [2, 3669, 2]], ["relish", [2, 3669, 3]]]}, {"answer": "remains", "hint": "synonyms for remains", "clues": [["remain", [2, 3670, 0]], ["stay", [2, 3670, 1]], ["rest", [2, 3670, 2]], ["stay on", [2, 3670, 3]], ["continue", [2, 3670, 4]], ["persist", [2, 3670, 5]]]}, {"answer": "remaking", "hint": "synonyms for remaking", "clues": [["refashion", [2, 3671, 0]], ["remake", [2, 3671, 1]], ["redo", [2, 3671, 2]], ["make over", [2, 3671, 3]]]}, {"answer": "remand", "hint": "synonyms for remand", "clues": [["send back", [2, 3672, 0]], ["gaol", [2, 3672, 1]], ["remit", [2, 3672, 2]], ["put away", [2, 3672, 3]], ["immure", [2, 3672, 4]], ["imprison", [2, 3672, 5]], ["jug", [2, 3672, 6]], ["lag", [2, 3672, 7]], ["incarcerate", [2, 3672, 8]], ["jail", [2, 3672, 9]], ["put behind bars", [2, 3672, 10]]]}, {"answer": "remark", "hint": "synonyms for remark", "clues": [["mention", [2, 3673, 0]], ["observe", [2, 3673, 1]], ["comment", [2, 3673, 2]], ["point out", [2, 3673, 3]], ["note", [2, 3673, 4]], ["notice", [2, 3673, 5]]]}, {"answer": "remedy", "hint": "synonyms for remedy", "clues": [["repair", [2, 3674, 0]], ["rectify", [2, 3674, 1]], ["remediate", [2, 3674, 2]], ["amend", [2, 3674, 3]], ["relieve", [2, 3674, 4]]]}, {"answer": "remembering", "hint": "synonyms for remembering", "clues": [["recollect", [2, 3675, 0]], ["remember", [2, 3675, 1]], ["commend", [2, 3675, 2]], ["think back", [2, 3675, 3]], ["think", [2, 3675, 4]], ["call back", [2, 3675, 5]], ["commemorate", [2, 3675, 6]], ["think of", [2, 3675, 7]], ["recall", [2, 3675, 8]], ["call up", [2, 3675, 9]], ["retrieve", [2, 3675, 10]]]}, {"answer": "remit", "hint": "synonyms for remit", "clues": [["postpone", [2, 3676, 0]], ["prorogue", [2, 3676, 1]], ["shelve", [2, 3676, 2]], ["send back", [2, 3676, 3]], ["put off", [2, 3676, 4]], ["remand", [2, 3676, 5]], ["table", [2, 3676, 6]], ["hold over", [2, 3676, 7]], ["slacken", [2, 3676, 8]], ["set back", [2, 3676, 9]], ["defer", [2, 3676, 10]], ["put over", [2, 3676, 11]]]}, {"answer": "remove", "hint": "synonyms for remove", "clues": [["dispatch", [2, 3677, 0]], ["withdraw", [2, 3677, 1]], ["take", [2, 3677, 2]], ["get rid of", [2, 3677, 3]], ["take away", [2, 3677, 4]], ["move out", [2, 3677, 5]], ["hit", [2, 3677, 6]], ["transfer", [2, 3677, 7]], ["slay", [2, 3677, 8]], ["polish off", [2, 3677, 9]], ["off", [2, 3677, 10]], ["murder", [2, 3677, 11]], ["absent", [2, 3677, 12]], ["take out", [2, 3677, 13]], ["bump off", [2, 3677, 14]]]}, {"answer": "render", "hint": "synonyms for render", "clues": [["yield", [2, 3678, 0]], ["fork over", [2, 3678, 1]], ["deliver", [2, 3678, 2]], ["hand over", [2, 3678, 3]], ["return", [2, 3678, 4]], ["give", [2, 3678, 5]], ["interpret", [2, 3678, 6]], ["submit", [2, 3678, 7]], ["provide", [2, 3678, 8]], ["fork out", [2, 3678, 9]], ["try", [2, 3678, 10]], ["generate", [2, 3678, 11]], ["depict", [2, 3678, 12]], ["furnish", [2, 3678, 13]], ["turn in", [2, 3678, 14]], ["show", [2, 3678, 15]], ["translate", [2, 3678, 16]], ["picture", [2, 3678, 17]], ["supply", [2, 3678, 18]], ["fork up", [2, 3678, 19]]]}, {"answer": "rendering", "hint": "synonyms for rendering", "clues": [["render", [2, 3679, 0]], ["yield", [2, 3679, 1]], ["fork over", [2, 3679, 2]], ["deliver", [2, 3679, 3]], ["hand over", [2, 3679, 4]], ["provide", [2, 3679, 5]], ["fork out", [2, 3679, 6]], ["interpret", [2, 3679, 7]], ["generate", [2, 3679, 8]], ["translate", [2, 3679, 9]], ["return", [2, 3679, 10]], ["give", [2, 3679, 11]], ["submit", [2, 3679, 12]], ["try", [2, 3679, 13]], ["depict", [2, 3679, 14]], ["furnish", [2, 3679, 15]], ["turn in", [2, 3679, 16]], ["show", [2, 3679, 17]], ["picture", [2, 3679, 18]], ["supply", [2, 3679, 19]], ["fork up", [2, 3679, 20]]]}, {"answer": "rent", "hint": "synonyms for rent", "clues": [["lease", [2, 3680, 0]], ["let", [2, 3680, 1]], ["hire", [2, 3680, 2]], ["take", [2, 3680, 3]], ["charter", [2, 3680, 4]], ["rip", [2, 3680, 5]], ["pull", [2, 3680, 6]], ["rend", [2, 3680, 7]], ["rive", [2, 3680, 8]], ["engage", [2, 3680, 9]]]}, {"answer": "renting", "hint": "synonyms for renting", "clues": [["lease", [2, 3681, 0]], ["rent", [2, 3681, 1]], ["let", [2, 3681, 2]], ["hire", [2, 3681, 3]], ["take", [2, 3681, 4]], ["charter", [2, 3681, 5]], ["engage", [2, 3681, 6]]]}, {"answer": "repair", "hint": "synonyms for repair", "clues": [["recompense", [2, 3682, 0]], ["revive", [2, 3682, 1]], ["rectify", [2, 3682, 2]], ["animate", [2, 3682, 3]], ["fix", [2, 3682, 4]], ["remedy", [2, 3682, 5]], ["remediate", [2, 3682, 6]], ["amend", [2, 3682, 7]], ["renovate", [2, 3682, 8]], ["indemnify", [2, 3682, 9]], ["quicken", [2, 3682, 10]], ["vivify", [2, 3682, 11]], ["doctor", [2, 3682, 12]], ["restore", [2, 3682, 13]], ["bushel", [2, 3682, 14]], ["compensate", [2, 3682, 15]], ["recreate", [2, 3682, 16]], ["touch on", [2, 3682, 17]], ["furbish up", [2, 3682, 18]], ["resort", [2, 3682, 19]]]}, {"answer": "repeal", "hint": "synonyms for repeal", "clues": [["vacate", [2, 3683, 0]], ["lift", [2, 3683, 1]], ["countermand", [2, 3683, 2]], ["rescind", [2, 3683, 3]], ["reverse", [2, 3683, 4]], ["annul", [2, 3683, 5]], ["overturn", [2, 3683, 6]], ["revoke", [2, 3683, 7]]]}, {"answer": "repeat", "hint": "synonyms for repeat", "clues": [["iterate", [2, 3684, 0]], ["replicate", [2, 3684, 1]], ["echo", [2, 3684, 2]], ["double", [2, 3684, 3]], ["duplicate", [2, 3684, 4]], ["take over", [2, 3684, 5]], ["reprise", [2, 3684, 6]], ["retell", [2, 3684, 7]], ["ingeminate", [2, 3684, 8]], ["recur", [2, 3684, 9]], ["restate", [2, 3684, 10]], ["recapitulate", [2, 3684, 11]]]}, {"answer": "repeating", "hint": "synonyms for repeating", "clues": [["iterate", [2, 3685, 0]], ["duplicate", [2, 3685, 1]], ["take over", [2, 3685, 2]], ["reprize", [2, 3685, 3]], ["repeat", [2, 3685, 4]], ["recur", [2, 3685, 5]], ["restate", [2, 3685, 6]], ["recapitulate", [2, 3685, 7]], ["replicate", [2, 3685, 8]], ["echo", [2, 3685, 9]], ["double", [2, 3685, 10]], ["retell", [2, 3685, 11]], ["ingeminate", [2, 3685, 12]]]}, {"answer": "replacing", "hint": "synonyms for replacing", "clues": [["exchange", [2, 3686, 0]], ["interchange", [2, 3686, 1]], ["replace", [2, 3686, 2]], ["supersede", [2, 3686, 3]], ["supervene upon", [2, 3686, 4]], ["put back", [2, 3686, 5]], ["substitute", [2, 3686, 6]], ["supplant", [2, 3686, 7]]]}, {"answer": "reporting", "hint": "synonyms for reporting", "clues": [["account", [2, 3687, 0]], ["report", [2, 3687, 1]], ["cover", [2, 3687, 2]], ["describe", [2, 3687, 3]]]}, {"answer": "repose", "hint": "synonyms for repose", "clues": [["recumb", [2, 3688, 0]], ["put down", [2, 3688, 1]], ["rest", [2, 3688, 2]], ["lay", [2, 3688, 3]], ["recline", [2, 3688, 4]], ["reside", [2, 3688, 5]]]}, {"answer": "reprimand", "hint": "synonyms for reprimand", "clues": [["censure", [2, 3689, 0]], ["dress down", [2, 3689, 1]], ["trounce", [2, 3689, 2]], ["call down", [2, 3689, 3]], ["lambaste", [2, 3689, 4]], ["lecture", [2, 3689, 5]], ["rag", [2, 3689, 6]], ["chew up", [2, 3689, 7]], ["scold", [2, 3689, 8]], ["bawl out", [2, 3689, 9]], ["jaw", [2, 3689, 10]], ["rebuke", [2, 3689, 11]], ["berate", [2, 3689, 12]], ["have words", [2, 3689, 13]], ["chew out", [2, 3689, 14]], ["remonstrate", [2, 3689, 15]], ["criminate", [2, 3689, 16]], ["call on the carpet", [2, 3689, 17]], ["chide", [2, 3689, 18]], ["reproof", [2, 3689, 19]], ["take to task", [2, 3689, 20]]]}, {"answer": "reproof", "hint": "synonyms for reproof", "clues": [["dress down", [2, 3690, 0]], ["trounce", [2, 3690, 1]], ["call down", [2, 3690, 2]], ["lambaste", [2, 3690, 3]], ["lecture", [2, 3690, 4]], ["rag", [2, 3690, 5]], ["chew up", [2, 3690, 6]], ["scold", [2, 3690, 7]], ["bawl out", [2, 3690, 8]], ["jaw", [2, 3690, 9]], ["reprimand", [2, 3690, 10]], ["rebuke", [2, 3690, 11]], ["berate", [2, 3690, 12]], ["have words", [2, 3690, 13]], ["chew out", [2, 3690, 14]], ["remonstrate", [2, 3690, 15]], ["call on the carpet", [2, 3690, 16]], ["chide", [2, 3690, 17]], ["take to task", [2, 3690, 18]]]}, {"answer": "repulse", "hint": "synonyms for repulse", "clues": [["drive back", [2, 3691, 0]], ["repel", [2, 3691, 1]], ["fight off", [2, 3691, 2]], ["push back", [2, 3691, 3]], ["force back", [2, 3691, 4]], ["drive", [2, 3691, 5]], ["rebuff", [2, 3691, 6]], ["beat back", [2, 3691, 7]]]}, {"answer": "repute", "hint": "synonyms for repute", "clues": [["regard as", [2, 3692, 0]], ["take to be", [2, 3692, 1]], ["look on", [2, 3692, 2]], ["esteem", [2, 3692, 3]], ["think of", [2, 3692, 4]]]}, {"answer": "reserve", "hint": "synonyms for reserve", "clues": [["appropriate", [2, 3693, 0]], ["set aside", [2, 3693, 1]], ["book", [2, 3693, 2]], ["allow", [2, 3693, 3]], ["earmark", [2, 3693, 4]], ["hold", [2, 3693, 5]]]}, {"answer": "reserves", "hint": "synonyms for reserves", "clues": [["appropriate", [2, 3694, 0]], ["reserve", [2, 3694, 1]], ["set aside", [2, 3694, 2]], ["allow", [2, 3694, 3]], ["hold", [2, 3694, 4]], ["book", [2, 3694, 5]], ["earmark", [2, 3694, 6]]]}, {"answer": "resolve", "hint": "synonyms for resolve", "clues": [["dissolve", [2, 3695, 0]], ["answer", [2, 3695, 1]], ["conclude", [2, 3695, 2]], ["break up", [2, 3695, 3]], ["purpose", [2, 3695, 4]], ["adjudicate", [2, 3695, 5]], ["decide", [2, 3695, 6]], ["solve", [2, 3695, 7]], ["settle", [2, 3695, 8]]]}, {"answer": "resolving", "hint": "synonyms for resolving", "clues": [["dissolve", [2, 3696, 0]], ["resolve", [2, 3696, 1]], ["answer", [2, 3696, 2]], ["conclude", [2, 3696, 3]], ["break up", [2, 3696, 4]], ["purpose", [2, 3696, 5]], ["adjudicate", [2, 3696, 6]], ["decide", [2, 3696, 7]], ["solve", [2, 3696, 8]], ["settle", [2, 3696, 9]]]}, {"answer": "respect", "hint": "synonyms for respect", "clues": [["esteem", [2, 3697, 0]], ["observe", [2, 3697, 1]], ["honour", [2, 3697, 2]], ["prize", [2, 3697, 3]], ["abide by", [2, 3697, 4]], ["prise", [2, 3697, 5]], ["value", [2, 3697, 6]]]}, {"answer": "respects", "hint": "synonyms for respects", "clues": [["esteem", [2, 3698, 0]], ["observe", [2, 3698, 1]], ["honour", [2, 3698, 2]], ["respect", [2, 3698, 3]], ["prize", [2, 3698, 4]], ["abide by", [2, 3698, 5]], ["prise", [2, 3698, 6]], ["value", [2, 3698, 7]]]}, {"answer": "rest", "hint": "synonyms for rest", "clues": [["perch", [2, 3699, 0]], ["stay", [2, 3699, 1]], ["pillow", [2, 3699, 2]], ["reside", [2, 3699, 3]], ["remain", [2, 3699, 4]], ["take a breather", [2, 3699, 5]], ["roost", [2, 3699, 6]], ["breathe", [2, 3699, 7]], ["repose", [2, 3699, 8]], ["catch one's breath", [2, 3699, 9]], ["lie", [2, 3699, 10]]]}, {"answer": "resume", "hint": "synonyms for resume", "clues": [["summarize", [2, 3700, 0]], ["re-start", [2, 3700, 1]], ["take up", [2, 3700, 2]], ["sum up", [2, 3700, 3]]]}, {"answer": "retard", "hint": "synonyms for retard", "clues": [["slow up", [2, 3701, 0]], ["slow", [2, 3701, 1]], ["slow down", [2, 3701, 2]], ["delay", [2, 3701, 3]], ["decelerate", [2, 3701, 4]], ["check", [2, 3701, 5]]]}, {"answer": "retch", "hint": "synonyms for retch", "clues": [["spue", [2, 3702, 0]], ["purge", [2, 3702, 1]], ["regorge", [2, 3702, 2]], ["vomit up", [2, 3702, 3]], ["upchuck", [2, 3702, 4]], ["disgorge", [2, 3702, 5]], ["puke", [2, 3702, 6]], ["heave", [2, 3702, 7]], ["honk", [2, 3702, 8]], ["gag", [2, 3702, 9]], ["be sick", [2, 3702, 10]], ["sick", [2, 3702, 11]], ["cast", [2, 3702, 12]], ["regurgitate", [2, 3702, 13]], ["vomit", [2, 3702, 14]], ["spew", [2, 3702, 15]], ["chuck", [2, 3702, 16]], ["throw up", [2, 3702, 17]], ["barf", [2, 3702, 18]]]}, {"answer": "retort", "hint": "synonyms for retort", "clues": [["return", [2, 3703, 0]], ["riposte", [2, 3703, 1]], ["rejoin", [2, 3703, 2]], ["repay", [2, 3703, 3]], ["come back", [2, 3703, 4]]]}, {"answer": "retreat", "hint": "synonyms for retreat", "clues": [["pull away", [2, 3704, 0]], ["move back", [2, 3704, 1]], ["back away", [2, 3704, 2]], ["crawfish", [2, 3704, 3]], ["crawfish out", [2, 3704, 4]], ["retrograde", [2, 3704, 5]], ["pull back", [2, 3704, 6]], ["recede", [2, 3704, 7]], ["retire", [2, 3704, 8]], ["withdraw", [2, 3704, 9]], ["back out", [2, 3704, 10]], ["pull in one's horns", [2, 3704, 11]], ["draw back", [2, 3704, 12]]]}, {"answer": "retreated", "hint": "synonyms for retreated", "clues": [["move back", [2, 3705, 0]], ["crawfish", [2, 3705, 1]], ["retreat", [2, 3705, 2]], ["crawfish out", [2, 3705, 3]], ["retrograde", [2, 3705, 4]], ["pull back", [2, 3705, 5]], ["recede", [2, 3705, 6]], ["withdraw", [2, 3705, 7]], ["pull in one's horns", [2, 3705, 8]], ["draw back", [2, 3705, 9]], ["pull away", [2, 3705, 10]], ["back away", [2, 3705, 11]], ["retire", [2, 3705, 12]], ["back out", [2, 3705, 13]]]}, {"answer": "return", "hint": "synonyms for return", "clues": [["take back", [2, 3706, 0]], ["yield", [2, 3706, 1]], ["recall", [2, 3706, 2]], ["riposte", [2, 3706, 3]], ["revert", [2, 3706, 4]], ["reelect", [2, 3706, 5]], ["come back", [2, 3706, 6]], ["pass", [2, 3706, 7]], ["render", [2, 3706, 8]], ["give", [2, 3706, 9]], ["devolve", [2, 3706, 10]], ["repay", [2, 3706, 11]], ["regress", [2, 3706, 12]], ["give back", [2, 3706, 13]], ["generate", [2, 3706, 14]], ["retort", [2, 3706, 15]], ["hark back", [2, 3706, 16]], ["deliver", [2, 3706, 17]], ["bring back", [2, 3706, 18]], ["retrovert", [2, 3706, 19]], ["fall", [2, 3706, 20]], ["turn back", [2, 3706, 21]], ["refund", [2, 3706, 22]], ["rejoin", [2, 3706, 23]]]}, {"answer": "revel", "hint": "synonyms for revel", "clues": [["make whoopie", [2, 3707, 0]], ["jollify", [2, 3707, 1]], ["wassail", [2, 3707, 2]], ["delight", [2, 3707, 3]], ["whoop it up", [2, 3707, 4]], ["racket", [2, 3707, 5]], ["make happy", [2, 3707, 6]], ["make merry", [2, 3707, 7]], ["enjoy", [2, 3707, 8]]]}, {"answer": "revere", "hint": "synonyms for revere", "clues": [["venerate", [2, 3708, 0]], ["idolize", [2, 3708, 1]], ["hero-worship", [2, 3708, 2]], ["worship", [2, 3708, 3]], ["fear", [2, 3708, 4]], ["reverence", [2, 3708, 5]]]}, {"answer": "review", "hint": "synonyms for review", "clues": [["reexamine", [2, 3709, 0]], ["look back", [2, 3709, 1]], ["critique", [2, 3709, 2]], ["go over", [2, 3709, 3]], ["refresh", [2, 3709, 4]], ["brush up", [2, 3709, 5]], ["survey", [2, 3709, 6]], ["retrospect", [2, 3709, 7]]]}, {"answer": "revoke", "hint": "synonyms for revoke", "clues": [["repeal", [2, 3710, 0]], ["lift", [2, 3710, 1]], ["countermand", [2, 3710, 2]], ["rescind", [2, 3710, 3]], ["reverse", [2, 3710, 4]], ["vacate", [2, 3710, 5]], ["annul", [2, 3710, 6]], ["overturn", [2, 3710, 7]]]}, {"answer": "revolt", "hint": "synonyms for revolt", "clues": [["repel", [2, 3711, 0]], ["gross out", [2, 3711, 1]], ["churn up", [2, 3711, 2]], ["disgust", [2, 3711, 3]], ["sicken", [2, 3711, 4]], ["nauseate", [2, 3711, 5]]]}, {"answer": "reward", "hint": "synonyms for reward", "clues": [["repay", [2, 3712, 0]], ["honor", [2, 3712, 1]], ["reinforce", [2, 3712, 2]], ["pay back", [2, 3712, 3]]]}, {"answer": "rib", "hint": "synonyms for rib", "clues": [["laugh at", [2, 3713, 0]], ["roast", [2, 3713, 1]], ["make fun", [2, 3713, 2]], ["poke fun", [2, 3713, 3]], ["guy", [2, 3713, 4]], ["jest at", [2, 3713, 5]], ["blackguard", [2, 3713, 6]], ["ridicule", [2, 3713, 7]]]}, {"answer": "ribbing", "hint": "synonyms for ribbing", "clues": [["laugh at", [2, 3714, 0]], ["roast", [2, 3714, 1]], ["make fun", [2, 3714, 2]], ["poke fun", [2, 3714, 3]], ["rib", [2, 3714, 4]], ["guy", [2, 3714, 5]], ["jest at", [2, 3714, 6]], ["blackguard", [2, 3714, 7]], ["ridicule", [2, 3714, 8]]]}, {"answer": "ribes", "hint": "synonyms for ribes", "clues": [["laugh at", [2, 3715, 0]], ["roast", [2, 3715, 1]], ["make fun", [2, 3715, 2]], ["poke fun", [2, 3715, 3]], ["rib", [2, 3715, 4]], ["guy", [2, 3715, 5]], ["jest at", [2, 3715, 6]], ["blackguard", [2, 3715, 7]], ["ridicule", [2, 3715, 8]]]}, {"answer": "rick", "hint": "synonyms for rick", "clues": [["turn", [2, 3716, 0]], ["wrick", [2, 3716, 1]], ["wrench", [2, 3716, 2]], ["twist", [2, 3716, 3]], ["sprain", [2, 3716, 4]]]}, {"answer": "ricochet", "hint": "synonyms for ricochet", "clues": [["take a hop", [2, 3717, 0]], ["spring", [2, 3717, 1]], ["recoil", [2, 3717, 2]], ["reverberate", [2, 3717, 3]], ["bounce", [2, 3717, 4]], ["rebound", [2, 3717, 5]], ["resile", [2, 3717, 6]], ["bound", [2, 3717, 7]]]}, {"answer": "riddle", "hint": "synonyms for riddle", "clues": [["permeate", [2, 3718, 0]], ["screen", [2, 3718, 1]], ["penetrate", [2, 3718, 2]], ["pervade", [2, 3718, 3]], ["diffuse", [2, 3718, 4]], ["interpenetrate", [2, 3718, 5]], ["imbue", [2, 3718, 6]]]}, {"answer": "ride", "hint": "synonyms for ride", "clues": [["twit", [2, 3719, 0]], ["devolve on", [2, 3719, 1]], ["depend on", [2, 3719, 2]], ["bait", [2, 3719, 3]], ["rag", [2, 3719, 4]], ["taunt", [2, 3719, 5]], ["tantalise", [2, 3719, 6]], ["mount", [2, 3719, 7]], ["cod", [2, 3719, 8]], ["razz", [2, 3719, 9]], ["rally", [2, 3719, 10]], ["turn on", [2, 3719, 11]], ["hinge on", [2, 3719, 12]], ["sit", [2, 3719, 13]], ["drive", [2, 3719, 14]], ["tease", [2, 3719, 15]]]}, {"answer": "ridicule", "hint": "synonyms for ridicule", "clues": [["laugh at", [2, 3720, 0]], ["roast", [2, 3720, 1]], ["make fun", [2, 3720, 2]], ["poke fun", [2, 3720, 3]], ["guy", [2, 3720, 4]], ["jest at", [2, 3720, 5]], ["rib", [2, 3720, 6]], ["blackguard", [2, 3720, 7]]]}, {"answer": "riding", "hint": "synonyms for riding", "clues": [["ride", [2, 3721, 0]], ["twit", [2, 3721, 1]], ["devolve on", [2, 3721, 2]], ["depend on", [2, 3721, 3]], ["bait", [2, 3721, 4]], ["rag", [2, 3721, 5]], ["taunt", [2, 3721, 6]], ["tantalise", [2, 3721, 7]], ["tease", [2, 3721, 8]], ["mount", [2, 3721, 9]], ["cod", [2, 3721, 10]], ["disembarrass", [2, 3721, 11]], ["razz", [2, 3721, 12]], ["rally", [2, 3721, 13]], ["turn on", [2, 3721, 14]], ["hinge on", [2, 3721, 15]], ["free", [2, 3721, 16]], ["drive", [2, 3721, 17]], ["sit", [2, 3721, 18]]]}, {"answer": "riff", "hint": "synonyms for riff", "clues": [["thumb", [2, 3722, 0]], ["flip", [2, 3722, 1]], ["riffle", [2, 3722, 2]], ["flick", [2, 3722, 3]], ["leaf", [2, 3722, 4]]]}, {"answer": "riffle", "hint": "synonyms for riffle", "clues": [["flip", [2, 3723, 0]], ["undulate", [2, 3723, 1]], ["flick", [2, 3723, 2]], ["leaf", [2, 3723, 3]], ["ruffle", [2, 3723, 4]], ["riff", [2, 3723, 5]], ["thumb", [2, 3723, 6]], ["cockle", [2, 3723, 7]], ["ripple", [2, 3723, 8]]]}, {"answer": "rifle", "hint": "synonyms for rifle", "clues": [["loot", [2, 3724, 0]], ["strip", [2, 3724, 1]], ["plunder", [2, 3724, 2]], ["ransack", [2, 3724, 3]], ["despoil", [2, 3724, 4]], ["reave", [2, 3724, 5]], ["pillage", [2, 3724, 6]], ["go", [2, 3724, 7]], ["foray", [2, 3724, 8]]]}, {"answer": "rifling", "hint": "synonyms for rifling", "clues": [["rifle", [2, 3725, 0]], ["loot", [2, 3725, 1]], ["strip", [2, 3725, 2]], ["plunder", [2, 3725, 3]], ["ransack", [2, 3725, 4]], ["despoil", [2, 3725, 5]], ["reave", [2, 3725, 6]], ["pillage", [2, 3725, 7]], ["go", [2, 3725, 8]], ["foray", [2, 3725, 9]]]}, {"answer": "rigging", "hint": "synonyms for rigging", "clues": [["set up", [2, 3726, 0]], ["rig", [2, 3726, 1]], ["set", [2, 3726, 2]], ["manipulate", [2, 3726, 3]]]}, {"answer": "ring", "hint": "synonyms for ring", "clues": [["call up", [2, 3727, 0]], ["surround", [2, 3727, 1]], ["resound", [2, 3727, 2]], ["skirt", [2, 3727, 3]], ["call", [2, 3727, 4]], ["peal", [2, 3727, 5]], ["echo", [2, 3727, 6]], ["environ", [2, 3727, 7]], ["telephone", [2, 3727, 8]], ["reverberate", [2, 3727, 9]], ["knell", [2, 3727, 10]], ["band", [2, 3727, 11]], ["phone", [2, 3727, 12]], ["border", [2, 3727, 13]]]}, {"answer": "ringing", "hint": "synonyms for ringing", "clues": [["call up", [2, 3728, 0]], ["surround", [2, 3728, 1]], ["ring", [2, 3728, 2]], ["call", [2, 3728, 3]], ["environ", [2, 3728, 4]], ["band", [2, 3728, 5]], ["resound", [2, 3728, 6]], ["skirt", [2, 3728, 7]], ["peal", [2, 3728, 8]], ["echo", [2, 3728, 9]], ["telephone", [2, 3728, 10]], ["reverberate", [2, 3728, 11]], ["knell", [2, 3728, 12]], ["phone", [2, 3728, 13]], ["border", [2, 3728, 14]]]}, {"answer": "rings", "hint": "synonyms for rings", "clues": [["call up", [2, 3729, 0]], ["surround", [2, 3729, 1]], ["ring", [2, 3729, 2]], ["call", [2, 3729, 3]], ["environ", [2, 3729, 4]], ["band", [2, 3729, 5]], ["resound", [2, 3729, 6]], ["skirt", [2, 3729, 7]], ["peal", [2, 3729, 8]], ["echo", [2, 3729, 9]], ["telephone", [2, 3729, 10]], ["reverberate", [2, 3729, 11]], ["knell", [2, 3729, 12]], ["phone", [2, 3729, 13]], ["border", [2, 3729, 14]]]}, {"answer": "rinsing", "hint": "synonyms for rinsing", "clues": [["rinse off", [2, 3730, 0]], ["gargle", [2, 3730, 1]], ["rinse", [2, 3730, 2]], ["wash", [2, 3730, 3]]]}, {"answer": "riposte", "hint": "synonyms for riposte", "clues": [["retort", [2, 3731, 0]], ["return", [2, 3731, 1]], ["rejoin", [2, 3731, 2]], ["repay", [2, 3731, 3]], ["come back", [2, 3731, 4]]]}, {"answer": "ripple", "hint": "synonyms for ripple", "clues": [["guggle", [2, 3732, 0]], ["gurgle", [2, 3732, 1]], ["undulate", [2, 3732, 2]], ["ruffle", [2, 3732, 3]], ["burble", [2, 3732, 4]], ["riffle", [2, 3732, 5]], ["babble", [2, 3732, 6]], ["cockle", [2, 3732, 7]], ["bubble", [2, 3732, 8]]]}, {"answer": "rippling", "hint": "synonyms for rippling", "clues": [["guggle", [2, 3733, 0]], ["gurgle", [2, 3733, 1]], ["undulate", [2, 3733, 2]], ["ruffle", [2, 3733, 3]], ["burble", [2, 3733, 4]], ["riffle", [2, 3733, 5]], ["babble", [2, 3733, 6]], ["cockle", [2, 3733, 7]], ["bubble", [2, 3733, 8]], ["ripple", [2, 3733, 9]]]}, {"answer": "rise", "hint": "synonyms for rise", "clues": [["lift", [2, 3734, 0]], ["prove", [2, 3734, 1]], ["heighten", [2, 3734, 2]], ["rise up", [2, 3734, 3]], ["grow", [2, 3734, 4]], ["uprise", [2, 3734, 5]], ["rear", [2, 3734, 6]], ["originate", [2, 3734, 7]], ["move up", [2, 3734, 8]], ["mount", [2, 3734, 9]], ["surface", [2, 3734, 10]], ["wax", [2, 3734, 11]], ["resurrect", [2, 3734, 12]], ["climb up", [2, 3734, 13]], ["ascend", [2, 3734, 14]], ["rebel", [2, 3734, 15]], ["get up", [2, 3734, 16]], ["come up", [2, 3734, 17]], ["arise", [2, 3734, 18]], ["climb", [2, 3734, 19]], ["stand up", [2, 3734, 20]], ["go up", [2, 3734, 21]], ["turn out", [2, 3734, 22]], ["develop", [2, 3734, 23]], ["jump", [2, 3734, 24]], ["spring up", [2, 3734, 25]]]}, {"answer": "risk", "hint": "synonyms for risk", "clues": [["take chances", [2, 3735, 0]], ["gamble", [2, 3735, 1]], ["lay on the line", [2, 3735, 2]], ["hazard", [2, 3735, 3]], ["chance", [2, 3735, 4]], ["adventure", [2, 3735, 5]], ["run a risk", [2, 3735, 6]], ["put on the line", [2, 3735, 7]]]}, {"answer": "rivet", "hint": "synonyms for rivet", "clues": [["concentrate", [2, 3736, 0]], ["center", [2, 3736, 1]], ["pore", [2, 3736, 2]], ["centre", [2, 3736, 3]], ["focus", [2, 3736, 4]]]}, {"answer": "roar", "hint": "synonyms for roar", "clues": [["howl", [2, 3737, 0]], ["yawl", [2, 3737, 1]], ["yaup", [2, 3737, 2]], ["wail", [2, 3737, 3]], ["ululate", [2, 3737, 4]], ["thunder", [2, 3737, 5]], ["bellow", [2, 3737, 6]]]}, {"answer": "roasting", "hint": "synonyms for roasting", "clues": [["laugh at", [2, 3738, 0]], ["roast", [2, 3738, 1]], ["make fun", [2, 3738, 2]], ["poke fun", [2, 3738, 3]], ["guy", [2, 3738, 4]], ["jest at", [2, 3738, 5]], ["rib", [2, 3738, 6]], ["blackguard", [2, 3738, 7]], ["ridicule", [2, 3738, 8]]]}, {"answer": "robe", "hint": "synonyms for robe", "clues": [["drape", [2, 3739, 0]], ["clothe", [2, 3739, 1]], ["vest", [2, 3739, 2]], ["cloak", [2, 3739, 3]]]}, {"answer": "roleplaying", "hint": "synonyms for roleplaying", "clues": [["roleplay", [2, 3740, 0]], ["playact", [2, 3740, 1]], ["act", [2, 3740, 2]], ["play", [2, 3740, 3]]]}, {"answer": "roll", "hint": "synonyms for roll", "clues": [["seethe", [2, 3741, 0]], ["vagabond", [2, 3741, 1]], ["wind", [2, 3741, 2]], ["pluck", [2, 3741, 3]], ["wander", [2, 3741, 4]], ["roll out", [2, 3741, 5]], ["wrap", [2, 3741, 6]], ["turn over", [2, 3741, 7]], ["stray", [2, 3741, 8]], ["cast", [2, 3741, 9]], ["ramble", [2, 3741, 10]], ["revolve", [2, 3741, 11]], ["hustle", [2, 3741, 12]], ["wheel", [2, 3741, 13]], ["wave", [2, 3741, 14]], ["undulate", [2, 3741, 15]], ["drift", [2, 3741, 16]], ["range", [2, 3741, 17]], ["roll up", [2, 3741, 18]], ["tramp", [2, 3741, 19]], ["swan", [2, 3741, 20]], ["flap", [2, 3741, 21]], ["roam", [2, 3741, 22]], ["twine", [2, 3741, 23]], ["rove", [2, 3741, 24]]]}, {"answer": "roll_in_the_hay", "hint": "synonyms for roll in the hay", "clues": [["hump", [2, 3742, 0]], ["jazz", [2, 3742, 1]], ["eff", [2, 3742, 2]], ["do it", [2, 3742, 3]], ["bed", [2, 3742, 4]], ["lie with", [2, 3742, 5]], ["sleep with", [2, 3742, 6]], ["fuck", [2, 3742, 7]], ["be intimate", [2, 3742, 8]], ["make love", [2, 3742, 9]], ["get it on", [2, 3742, 10]], ["know", [2, 3742, 11]], ["bang", [2, 3742, 12]], ["love", [2, 3742, 13]], ["have sex", [2, 3742, 14]], ["bonk", [2, 3742, 15]], ["have it off", [2, 3742, 16]], ["get laid", [2, 3742, 17]], ["have a go at it", [2, 3742, 18]], ["have it away", [2, 3742, 19]], ["make out", [2, 3742, 20]], ["have intercourse", [2, 3742, 21]], ["sleep together", [2, 3742, 22]], ["screw", [2, 3742, 23]]]}, {"answer": "romp", "hint": "synonyms for romp", "clues": [["frisk", [2, 3743, 0]], ["lark about", [2, 3743, 1]], ["sport", [2, 3743, 2]], ["run around", [2, 3743, 3]], ["gambol", [2, 3743, 4]], ["rollick", [2, 3743, 5]], ["cavort", [2, 3743, 6]], ["skylark", [2, 3743, 7]], ["disport", [2, 3743, 8]], ["frolic", [2, 3743, 9]], ["lark", [2, 3743, 10]]]}, {"answer": "rook", "hint": "synonyms for rook", "clues": [["swindle", [2, 3744, 0]], ["bunco", [2, 3744, 1]], ["goldbrick", [2, 3744, 2]], ["victimize", [2, 3744, 3]], ["diddle", [2, 3744, 4]], ["con", [2, 3744, 5]], ["gip", [2, 3744, 6]], ["defraud", [2, 3744, 7]], ["gyp", [2, 3744, 8]], ["nobble", [2, 3744, 9]], ["scam", [2, 3744, 10]], ["short-change", [2, 3744, 11]], ["hornswoggle", [2, 3744, 12]], ["mulct", [2, 3744, 13]]]}, {"answer": "root", "hint": "synonyms for root", "clues": [["rootle", [2, 3745, 0]], ["take root", [2, 3745, 1]], ["rout", [2, 3745, 2]], ["steady down", [2, 3745, 3]], ["settle", [2, 3745, 4]], ["settle down", [2, 3745, 5]]]}, {"answer": "rooting", "hint": "synonyms for rooting", "clues": [["rootle", [2, 3746, 0]], ["steady down", [2, 3746, 1]], ["root", [2, 3746, 2]], ["take root", [2, 3746, 3]], ["rout", [2, 3746, 4]], ["settle", [2, 3746, 5]], ["settle down", [2, 3746, 6]]]}, {"answer": "roots", "hint": "synonyms for roots", "clues": [["rootle", [2, 3747, 0]], ["steady down", [2, 3747, 1]], ["root", [2, 3747, 2]], ["take root", [2, 3747, 3]], ["rout", [2, 3747, 4]], ["settle", [2, 3747, 5]], ["settle down", [2, 3747, 6]]]}, {"answer": "rotting", "hint": "synonyms for rotting", "clues": [["moulder", [2, 3748, 0]], ["rot", [2, 3748, 1]], ["waste", [2, 3748, 2]], ["decompose", [2, 3748, 3]]]}, {"answer": "rounding", "hint": "synonyms for rounding", "clues": [["round down", [2, 3749, 0]], ["round", [2, 3749, 1]], ["labialize", [2, 3749, 2]], ["round out", [2, 3749, 3]], ["round off", [2, 3749, 4]], ["attack", [2, 3749, 5]], ["brush up", [2, 3749, 6]], ["flesh out", [2, 3749, 7]], ["snipe", [2, 3749, 8]], ["lash out", [2, 3749, 9]], ["fill out", [2, 3749, 10]], ["assail", [2, 3749, 11]], ["assault", [2, 3749, 12]], ["polish up", [2, 3749, 13]], ["polish", [2, 3749, 14]]]}, {"answer": "rout", "hint": "synonyms for rout", "clues": [["gouge", [2, 3750, 0]], ["expel", [2, 3750, 1]], ["rout out", [2, 3750, 2]], ["rootle", [2, 3750, 3]], ["spreadeagle", [2, 3750, 4]], ["root", [2, 3750, 5]]]}, {"answer": "rub", "hint": "synonyms for rub", "clues": [["scratch", [2, 3751, 0]], ["chafe", [2, 3751, 1]], ["itch", [2, 3751, 2]], ["fret", [2, 3751, 3]], ["fray", [2, 3751, 4]]]}, {"answer": "rubbing", "hint": "synonyms for rubbing", "clues": [["rub", [2, 3752, 0]], ["chafe", [2, 3752, 1]], ["fray", [2, 3752, 2]], ["scratch", [2, 3752, 3]], ["itch", [2, 3752, 4]], ["fret", [2, 3752, 5]]]}, {"answer": "ruffle", "hint": "synonyms for ruffle", "clues": [["swagger", [2, 3753, 0]], ["ruffle up", [2, 3753, 1]], ["flick", [2, 3753, 2]], ["prance", [2, 3753, 3]], ["cockle", [2, 3753, 4]], ["shuffle", [2, 3753, 5]], ["ripple", [2, 3753, 6]], ["riffle", [2, 3753, 7]], ["undulate", [2, 3753, 8]], ["pleat", [2, 3753, 9]], ["strut", [2, 3753, 10]], ["cock", [2, 3753, 11]], ["mix", [2, 3753, 12]], ["sashay", [2, 3753, 13]], ["rumple", [2, 3753, 14]], ["mess up", [2, 3753, 15]], ["tittup", [2, 3753, 16]], ["fluff", [2, 3753, 17]]]}, {"answer": "ruin", "hint": "synonyms for ruin", "clues": [["smash", [2, 3754, 0]], ["deflower", [2, 3754, 1]], ["destroy", [2, 3754, 2]], ["bankrupt", [2, 3754, 3]], ["break", [2, 3754, 4]]]}, {"answer": "ruining", "hint": "synonyms for ruining", "clues": [["ruin", [2, 3755, 0]], ["break", [2, 3755, 1]], ["deflower", [2, 3755, 2]], ["smash", [2, 3755, 3]], ["destroy", [2, 3755, 4]], ["bankrupt", [2, 3755, 5]]]}, {"answer": "rule", "hint": "synonyms for rule", "clues": [["dominate", [2, 3756, 0]], ["reign", [2, 3756, 1]], ["govern", [2, 3756, 2]], ["decree", [2, 3756, 3]], ["prevail", [2, 3756, 4]], ["find", [2, 3756, 5]], ["predominate", [2, 3756, 6]], ["harness", [2, 3756, 7]]]}, {"answer": "run", "hint": "synonyms for run", "clues": [["be given", [2, 3757, 0]], ["run for", [2, 3757, 1]], ["execute", [2, 3757, 2]], ["turn tail", [2, 3757, 3]], ["carry", [2, 3757, 4]], ["take to the woods", [2, 3757, 5]], ["function", [2, 3757, 6]], ["incline", [2, 3757, 7]], ["go", [2, 3757, 8]], ["endure", [2, 3757, 9]], ["bleed", [2, 3757, 10]], ["ply", [2, 3757, 11]], ["guide", [2, 3757, 12]], ["escape", [2, 3757, 13]], ["campaign", [2, 3757, 14]], ["prevail", [2, 3757, 15]], ["head for the hills", [2, 3757, 16]], ["pass", [2, 3757, 17]], ["lead", [2, 3757, 18]], ["die hard", [2, 3757, 19]], ["unravel", [2, 3757, 20]], ["track down", [2, 3757, 21]], ["operate", [2, 3757, 22]], ["tend", [2, 3757, 23]], ["ladder", [2, 3757, 24]], ["lam", [2, 3757, 25]], ["extend", [2, 3757, 26]], ["hunt down", [2, 3757, 27]], ["consort", [2, 3757, 28]], ["range", [2, 3757, 29]], ["black market", [2, 3757, 30]], ["race", [2, 3757, 31]], ["course", [2, 3757, 32]], ["scat", [2, 3757, 33]], ["melt down", [2, 3757, 34]], ["flow", [2, 3757, 35]], ["bunk", [2, 3757, 36]], ["fly the coop", [2, 3757, 37]], ["persist", [2, 3757, 38]], ["feed", [2, 3757, 39]], ["hunt", [2, 3757, 40]], ["work", [2, 3757, 41]], ["scarper", [2, 3757, 42]], ["melt", [2, 3757, 43]], ["break away", [2, 3757, 44]], ["hightail it", [2, 3757, 45]], ["move", [2, 3757, 46]], ["lean", [2, 3757, 47]], ["run away", [2, 3757, 48]], ["draw", [2, 3757, 49]]]}, {"answer": "rung", "hint": "synonyms for rung", "clues": [["call up", [2, 3758, 0]], ["surround", [2, 3758, 1]], ["ring", [2, 3758, 2]], ["call", [2, 3758, 3]], ["environ", [2, 3758, 4]], ["band", [2, 3758, 5]], ["resound", [2, 3758, 6]], ["skirt", [2, 3758, 7]], ["peal", [2, 3758, 8]], ["echo", [2, 3758, 9]], ["telephone", [2, 3758, 10]], ["reverberate", [2, 3758, 11]], ["knell", [2, 3758, 12]], ["phone", [2, 3758, 13]], ["border", [2, 3758, 14]]]}, {"answer": "rushing", "hint": "synonyms for rushing", "clues": [["rush", [2, 3759, 0]], ["pelt along", [2, 3759, 1]], ["hotfoot", [2, 3759, 2]], ["look sharp", [2, 3759, 3]], ["stimulate", [2, 3759, 4]], ["induce", [2, 3759, 5]], ["race", [2, 3759, 6]], ["bucket along", [2, 3759, 7]], ["hurry", [2, 3759, 8]], ["cannonball along", [2, 3759, 9]], ["speed", [2, 3759, 10]], ["rush along", [2, 3759, 11]], ["hie", [2, 3759, 12]], ["hasten", [2, 3759, 13]], ["festinate", [2, 3759, 14]], ["step on it", [2, 3759, 15]]]}, {"answer": "sabotage", "hint": "synonyms for sabotage", "clues": [["countermine", [2, 3760, 0]], ["undermine", [2, 3760, 1]], ["weaken", [2, 3760, 2]], ["subvert", [2, 3760, 3]], ["counteract", [2, 3760, 4]]]}, {"answer": "sack", "hint": "synonyms for sack", "clues": [["fire", [2, 3761, 0]], ["give the sack", [2, 3761, 1]], ["plunder", [2, 3761, 2]], ["can", [2, 3761, 3]], ["send away", [2, 3761, 4]], ["sack up", [2, 3761, 5]], ["clear", [2, 3761, 6]], ["force out", [2, 3761, 7]], ["terminate", [2, 3761, 8]], ["give the axe", [2, 3761, 9]], ["displace", [2, 3761, 10]], ["net", [2, 3761, 11]], ["give notice", [2, 3761, 12]], ["dismiss", [2, 3761, 13]]]}, {"answer": "sacking", "hint": "synonyms for sacking", "clues": [["sack", [2, 3762, 0]], ["fire", [2, 3762, 1]], ["give the sack", [2, 3762, 2]], ["plunder", [2, 3762, 3]], ["can", [2, 3762, 4]], ["send away", [2, 3762, 5]], ["sack up", [2, 3762, 6]], ["clear", [2, 3762, 7]], ["force out", [2, 3762, 8]], ["terminate", [2, 3762, 9]], ["give the axe", [2, 3762, 10]], ["displace", [2, 3762, 11]], ["net", [2, 3762, 12]], ["give notice", [2, 3762, 13]], ["dismiss", [2, 3762, 14]]]}, {"answer": "sag", "hint": "synonyms for sag", "clues": [["swag", [2, 3763, 0]], ["sag down", [2, 3763, 1]], ["droop", [2, 3763, 2]], ["flag", [2, 3763, 3]]]}, {"answer": "sailing", "hint": "synonyms for sailing", "clues": [["sweep", [2, 3764, 0]], ["voyage", [2, 3764, 1]], ["sail", [2, 3764, 2]], ["navigate", [2, 3764, 3]]]}, {"answer": "salute", "hint": "synonyms for salute", "clues": [["pledge", [2, 3765, 0]], ["drink", [2, 3765, 1]], ["present", [2, 3765, 2]], ["toast", [2, 3765, 3]], ["wassail", [2, 3765, 4]]]}, {"answer": "sampling", "hint": "synonyms for sampling", "clues": [["sample", [2, 3766, 0]], ["try", [2, 3766, 1]], ["taste", [2, 3766, 2]], ["try out", [2, 3766, 3]]]}, {"answer": "sang", "hint": "synonyms for sang", "clues": [["blab", [2, 3767, 0]], ["sing", [2, 3767, 1]], ["tattle", [2, 3767, 2]], ["talk", [2, 3767, 3]], ["whistle", [2, 3767, 4]], ["babble out", [2, 3767, 5]], ["peach", [2, 3767, 6]], ["let the cat out of the bag", [2, 3767, 7]], ["spill the beans", [2, 3767, 8]], ["blab out", [2, 3767, 9]], ["babble", [2, 3767, 10]]]}, {"answer": "sap", "hint": "synonyms for sap", "clues": [["exhaust", [2, 3768, 0]], ["play out", [2, 3768, 1]], ["run down", [2, 3768, 2]], ["tire", [2, 3768, 3]]]}, {"answer": "sashay", "hint": "synonyms for sashay", "clues": [["swagger", [2, 3769, 0]], ["cock", [2, 3769, 1]], ["prance", [2, 3769, 2]], ["sidle", [2, 3769, 3]], ["ruffle", [2, 3769, 4]], ["tittup", [2, 3769, 5]], ["strut", [2, 3769, 6]], ["chasse", [2, 3769, 7]]]}, {"answer": "sat", "hint": "synonyms for sat", "clues": [["sit", [2, 3770, 0]], ["pose", [2, 3770, 1]], ["baby-sit", [2, 3770, 2]], ["sit down", [2, 3770, 3]], ["sit around", [2, 3770, 4]], ["posture", [2, 3770, 5]], ["model", [2, 3770, 6]], ["seat", [2, 3770, 7]], ["ride", [2, 3770, 8]]]}, {"answer": "save", "hint": "synonyms for save", "clues": [["salve", [2, 3771, 0]], ["salvage", [2, 3771, 1]], ["economise", [2, 3771, 2]], ["preserve", [2, 3771, 3]], ["bring through", [2, 3771, 4]], ["carry through", [2, 3771, 5]], ["save up", [2, 3771, 6]], ["make unnecessary", [2, 3771, 7]], ["spare", [2, 3771, 8]], ["lay aside", [2, 3771, 9]], ["keep open", [2, 3771, 10]], ["pull through", [2, 3771, 11]], ["deliver", [2, 3771, 12]], ["hold open", [2, 3771, 13]], ["write", [2, 3771, 14]], ["relieve", [2, 3771, 15]], ["redeem", [2, 3771, 16]], ["keep", [2, 3771, 17]]]}, {"answer": "savings", "hint": "synonyms for savings", "clues": [["salve", [2, 3772, 0]], ["salvage", [2, 3772, 1]], ["economise", [2, 3772, 2]], ["preserve", [2, 3772, 3]], ["bring through", [2, 3772, 4]], ["carry through", [2, 3772, 5]], ["save up", [2, 3772, 6]], ["make unnecessary", [2, 3772, 7]], ["spare", [2, 3772, 8]], ["lay aside", [2, 3772, 9]], ["keep open", [2, 3772, 10]], ["pull through", [2, 3772, 11]], ["deliver", [2, 3772, 12]], ["relieve", [2, 3772, 13]], ["hold open", [2, 3772, 14]], ["write", [2, 3772, 15]], ["redeem", [2, 3772, 16]], ["keep", [2, 3772, 17]]]}, {"answer": "savor", "hint": "synonyms for savor", "clues": [["savour", [2, 3773, 0]], ["bask", [2, 3773, 1]], ["enjoy", [2, 3773, 2]], ["taste", [2, 3773, 3]], ["relish", [2, 3773, 4]]]}, {"answer": "savoring", "hint": "synonyms for savoring", "clues": [["savour", [2, 3774, 0]], ["bask", [2, 3774, 1]], ["taste", [2, 3774, 2]], ["relish", [2, 3774, 3]], ["enjoy", [2, 3774, 4]]]}, {"answer": "savour", "hint": "synonyms for savour", "clues": [["savor", [2, 3775, 0]], ["bask", [2, 3775, 1]], ["taste", [2, 3775, 2]], ["relish", [2, 3775, 3]], ["enjoy", [2, 3775, 4]]]}, {"answer": "savouring", "hint": "synonyms for savouring", "clues": [["savour", [2, 3776, 0]], ["bask", [2, 3776, 1]], ["taste", [2, 3776, 2]], ["relish", [2, 3776, 3]], ["enjoy", [2, 3776, 4]]]}, {"answer": "savvy", "hint": "synonyms for savvy", "clues": [["grasp", [2, 3777, 0]], ["apprehend", [2, 3777, 1]], ["comprehend", [2, 3777, 2]], ["compass", [2, 3777, 3]], ["dig", [2, 3777, 4]], ["grok", [2, 3777, 5]], ["get the picture", [2, 3777, 6]]]}, {"answer": "saw", "hint": "synonyms for saw", "clues": [["check", [2, 3778, 0]], ["ascertain", [2, 3778, 1]], ["regard", [2, 3778, 2]], ["see", [2, 3778, 3]], ["realise", [2, 3778, 4]], ["fancy", [2, 3778, 5]], ["visualise", [2, 3778, 6]], ["go steady", [2, 3778, 7]], ["pick up", [2, 3778, 8]], ["project", [2, 3778, 9]], ["see to it", [2, 3778, 10]], ["watch", [2, 3778, 11]], ["figure", [2, 3778, 12]], ["image", [2, 3778, 13]], ["escort", [2, 3778, 14]], ["assure", [2, 3778, 15]], ["ensure", [2, 3778, 16]], ["attend", [2, 3778, 17]], ["insure", [2, 3778, 18]], ["go out", [2, 3778, 19]], ["interpret", [2, 3778, 20]], ["catch", [2, 3778, 21]], ["envision", [2, 3778, 22]], ["look", [2, 3778, 23]], ["run into", [2, 3778, 24]], ["go through", [2, 3778, 25]], ["view", [2, 3778, 26]], ["run across", [2, 3778, 27]], ["witness", [2, 3778, 28]], ["control", [2, 3778, 29]], ["understand", [2, 3778, 30]], ["get word", [2, 3778, 31]], ["reckon", [2, 3778, 32]], ["picture", [2, 3778, 33]], ["learn", [2, 3778, 34]], ["date", [2, 3778, 35]], ["examine", [2, 3778, 36]], ["consider", [2, 3778, 37]], ["come across", [2, 3778, 38]], ["find out", [2, 3778, 39]], ["construe", [2, 3778, 40]], ["find", [2, 3778, 41]], ["encounter", [2, 3778, 42]], ["get a line", [2, 3778, 43]], ["determine", [2, 3778, 44]], ["get wind", [2, 3778, 45]], ["meet", [2, 3778, 46]], ["take in", [2, 3778, 47]], ["visit", [2, 3778, 48]], ["experience", [2, 3778, 49]], ["take care", [2, 3778, 50]], ["hear", [2, 3778, 51]], ["discover", [2, 3778, 52]]]}, {"answer": "say", "hint": "synonyms for say", "clues": [["articulate", [2, 3779, 0]], ["tell", [2, 3779, 1]], ["allege", [2, 3779, 2]], ["read", [2, 3779, 3]], ["enounce", [2, 3779, 4]], ["aver", [2, 3779, 5]], ["enjoin", [2, 3779, 6]], ["suppose", [2, 3779, 7]], ["sound out", [2, 3779, 8]], ["pronounce", [2, 3779, 9]], ["enunciate", [2, 3779, 10]], ["state", [2, 3779, 11]], ["order", [2, 3779, 12]]]}, {"answer": "saying", "hint": "synonyms for saying", "clues": [["articulate", [2, 3780, 0]], ["tell", [2, 3780, 1]], ["say", [2, 3780, 2]], ["read", [2, 3780, 3]], ["enounce", [2, 3780, 4]], ["suppose", [2, 3780, 5]], ["pronounce", [2, 3780, 6]], ["sound out", [2, 3780, 7]], ["order", [2, 3780, 8]], ["allege", [2, 3780, 9]], ["aver", [2, 3780, 10]], ["enjoin", [2, 3780, 11]], ["enunciate", [2, 3780, 12]], ["state", [2, 3780, 13]]]}, {"answer": "scam", "hint": "synonyms for scam", "clues": [["rook", [2, 3781, 0]], ["swindle", [2, 3781, 1]], ["bunco", [2, 3781, 2]], ["goldbrick", [2, 3781, 3]], ["victimize", [2, 3781, 4]], ["diddle", [2, 3781, 5]], ["con", [2, 3781, 6]], ["gip", [2, 3781, 7]], ["defraud", [2, 3781, 8]], ["gyp", [2, 3781, 9]], ["nobble", [2, 3781, 10]], ["short-change", [2, 3781, 11]], ["hornswoggle", [2, 3781, 12]], ["mulct", [2, 3781, 13]]]}, {"answer": "scan", "hint": "synonyms for scan", "clues": [["run down", [2, 3782, 0]], ["rake", [2, 3782, 1]], ["glance over", [2, 3782, 2]], ["skim", [2, 3782, 3]], ["read", [2, 3782, 4]]]}, {"answer": "scanning", "hint": "synonyms for scanning", "clues": [["run down", [2, 3783, 0]], ["glance over", [2, 3783, 1]], ["scan", [2, 3783, 2]], ["read", [2, 3783, 3]], ["rake", [2, 3783, 4]], ["skim", [2, 3783, 5]]]}, {"answer": "scare", "hint": "synonyms for scare", "clues": [["affright", [2, 3784, 0]], ["frighten away", [2, 3784, 1]], ["daunt", [2, 3784, 2]], ["dash", [2, 3784, 3]], ["scare away", [2, 3784, 4]], ["frighten", [2, 3784, 5]], ["frighten off", [2, 3784, 6]], ["scare off", [2, 3784, 7]], ["pall", [2, 3784, 8]]]}, {"answer": "scat", "hint": "synonyms for scat", "clues": [["lam", [2, 3785, 0]], ["scarper", [2, 3785, 1]], ["head for the hills", [2, 3785, 2]], ["turn tail", [2, 3785, 3]], ["break away", [2, 3785, 4]], ["run", [2, 3785, 5]], ["take to the woods", [2, 3785, 6]], ["bunk", [2, 3785, 7]], ["hightail it", [2, 3785, 8]], ["run away", [2, 3785, 9]], ["fly the coop", [2, 3785, 10]], ["escape", [2, 3785, 11]]]}, {"answer": "scatter", "hint": "synonyms for scatter", "clues": [["spread out", [2, 3786, 0]], ["dissipate", [2, 3786, 1]], ["dispel", [2, 3786, 2]], ["break up", [2, 3786, 3]], ["disperse", [2, 3786, 4]], ["dot", [2, 3786, 5]], ["dust", [2, 3786, 6]], ["spread", [2, 3786, 7]], ["sprinkle", [2, 3786, 8]]]}, {"answer": "scattering", "hint": "synonyms for scattering", "clues": [["spread out", [2, 3787, 0]], ["scatter", [2, 3787, 1]], ["dissipate", [2, 3787, 2]], ["dispel", [2, 3787, 3]], ["disperse", [2, 3787, 4]], ["spread", [2, 3787, 5]], ["dust", [2, 3787, 6]], ["break up", [2, 3787, 7]], ["dot", [2, 3787, 8]], ["sprinkle", [2, 3787, 9]]]}, {"answer": "scent", "hint": "synonyms for scent", "clues": [["nose", [2, 3788, 0]], ["perfume", [2, 3788, 1]], ["odourise", [2, 3788, 2]], ["wind", [2, 3788, 3]], ["odorize", [2, 3788, 4]]]}, {"answer": "school", "hint": "synonyms for school", "clues": [["train", [2, 3789, 0]], ["civilise", [2, 3789, 1]], ["cultivate", [2, 3789, 2]], ["educate", [2, 3789, 3]]]}, {"answer": "schooling", "hint": "synonyms for schooling", "clues": [["train", [2, 3790, 0]], ["civilise", [2, 3790, 1]], ["cultivate", [2, 3790, 2]], ["educate", [2, 3790, 3]], ["school", [2, 3790, 4]]]}, {"answer": "scoff", "hint": "synonyms for scoff", "clues": [["barrack", [2, 3791, 0]], ["flout", [2, 3791, 1]], ["jeer", [2, 3791, 2]], ["gibe", [2, 3791, 3]]]}, {"answer": "scoffing", "hint": "synonyms for scoffing", "clues": [["barrack", [2, 3792, 0]], ["jeer", [2, 3792, 1]], ["flout", [2, 3792, 2]], ["scoff", [2, 3792, 3]], ["gibe", [2, 3792, 4]]]}, {"answer": "scold", "hint": "synonyms for scold", "clues": [["dress down", [2, 3793, 0]], ["trounce", [2, 3793, 1]], ["call down", [2, 3793, 2]], ["grouch", [2, 3793, 3]], ["lambaste", [2, 3793, 4]], ["lecture", [2, 3793, 5]], ["rag", [2, 3793, 6]], ["chew up", [2, 3793, 7]], ["bawl out", [2, 3793, 8]], ["jaw", [2, 3793, 9]], ["reprimand", [2, 3793, 10]], ["rebuke", [2, 3793, 11]], ["berate", [2, 3793, 12]], ["have words", [2, 3793, 13]], ["chew out", [2, 3793, 14]], ["remonstrate", [2, 3793, 15]], ["call on the carpet", [2, 3793, 16]], ["chide", [2, 3793, 17]], ["reproof", [2, 3793, 18]], ["grumble", [2, 3793, 19]], ["take to task", [2, 3793, 20]]]}, {"answer": "scolding", "hint": "synonyms for scolding", "clues": [["dress down", [2, 3794, 0]], ["trounce", [2, 3794, 1]], ["call down", [2, 3794, 2]], ["grouch", [2, 3794, 3]], ["scold", [2, 3794, 4]], ["lambaste", [2, 3794, 5]], ["lecture", [2, 3794, 6]], ["rag", [2, 3794, 7]], ["chew up", [2, 3794, 8]], ["bawl out", [2, 3794, 9]], ["jaw", [2, 3794, 10]], ["reprimand", [2, 3794, 11]], ["rebuke", [2, 3794, 12]], ["berate", [2, 3794, 13]], ["have words", [2, 3794, 14]], ["chew out", [2, 3794, 15]], ["remonstrate", [2, 3794, 16]], ["call on the carpet", [2, 3794, 17]], ["chide", [2, 3794, 18]], ["reproof", [2, 3794, 19]], ["grumble", [2, 3794, 20]], ["take to task", [2, 3794, 21]]]}, {"answer": "scoop", "hint": "synonyms for scoop", "clues": [["lift out", [2, 3795, 0]], ["scoop up", [2, 3795, 1]], ["scoop out", [2, 3795, 2]], ["outflank", [2, 3795, 3]], ["outdo", [2, 3795, 4]], ["take up", [2, 3795, 5]], ["trump", [2, 3795, 6]], ["best", [2, 3795, 7]]]}, {"answer": "scorch", "hint": "synonyms for scorch", "clues": [["blacken", [2, 3796, 0]], ["sear", [2, 3796, 1]], ["char", [2, 3796, 2]], ["singe", [2, 3796, 3]]]}, {"answer": "score", "hint": "synonyms for score", "clues": [["seduce", [2, 3797, 0]], ["make", [2, 3797, 1]], ["tally", [2, 3797, 2]], ["grade", [2, 3797, 3]], ["mark", [2, 3797, 4]], ["hit", [2, 3797, 5]], ["rack up", [2, 3797, 6]], ["nock", [2, 3797, 7]]]}, {"answer": "scores", "hint": "synonyms for scores", "clues": [["seduce", [2, 3798, 0]], ["score", [2, 3798, 1]], ["make", [2, 3798, 2]], ["tally", [2, 3798, 3]], ["grade", [2, 3798, 4]], ["mark", [2, 3798, 5]], ["hit", [2, 3798, 6]], ["rack up", [2, 3798, 7]], ["nock", [2, 3798, 8]]]}, {"answer": "scoring", "hint": "synonyms for scoring", "clues": [["seduce", [2, 3799, 0]], ["score", [2, 3799, 1]], ["make", [2, 3799, 2]], ["tally", [2, 3799, 3]], ["grade", [2, 3799, 4]], ["mark", [2, 3799, 5]], ["hit", [2, 3799, 6]], ["rack up", [2, 3799, 7]], ["nock", [2, 3799, 8]]]}, {"answer": "scorn", "hint": "synonyms for scorn", "clues": [["spurn", [2, 3800, 0]], ["disdain", [2, 3800, 1]], ["turn down", [2, 3800, 2]], ["reject", [2, 3800, 3]], ["freeze off", [2, 3800, 4]], ["pooh-pooh", [2, 3800, 5]], ["despise", [2, 3800, 6]], ["contemn", [2, 3800, 7]]]}, {"answer": "scour", "hint": "synonyms for scour", "clues": [["abrade", [2, 3801, 0]], ["flush", [2, 3801, 1]], ["purge", [2, 3801, 2]], ["scrub", [2, 3801, 3]]]}, {"answer": "scourge", "hint": "synonyms for scourge", "clues": [["lay waste to", [2, 3802, 0]], ["desolate", [2, 3802, 1]], ["ravage", [2, 3802, 2]], ["devastate", [2, 3802, 3]], ["waste", [2, 3802, 4]], ["flagellate", [2, 3802, 5]]]}, {"answer": "scouring", "hint": "synonyms for scouring", "clues": [["flush", [2, 3803, 0]], ["purge", [2, 3803, 1]], ["abrade", [2, 3803, 2]], ["scour", [2, 3803, 3]], ["scrub", [2, 3803, 4]]]}, {"answer": "scours", "hint": "synonyms for scours", "clues": [["flush", [2, 3804, 0]], ["purge", [2, 3804, 1]], ["abrade", [2, 3804, 2]], ["scour", [2, 3804, 3]], ["scrub", [2, 3804, 4]]]}, {"answer": "scramble", "hint": "synonyms for scramble", "clues": [["struggle", [2, 3805, 0]], ["shinny", [2, 3805, 1]], ["beat", [2, 3805, 2]], ["skin", [2, 3805, 3]], ["shin", [2, 3805, 4]], ["sputter", [2, 3805, 5]], ["throw together", [2, 3805, 6]], ["clamber", [2, 3805, 7]], ["jumble", [2, 3805, 8]]]}, {"answer": "scrap", "hint": "synonyms for scrap", "clues": [["junk", [2, 3806, 0]], ["argufy", [2, 3806, 1]], ["dispute", [2, 3806, 2]], ["trash", [2, 3806, 3]], ["quarrel", [2, 3806, 4]], ["altercate", [2, 3806, 5]]]}, {"answer": "scrape", "hint": "synonyms for scrape", "clues": [["grate", [2, 3807, 0]], ["kowtow", [2, 3807, 1]], ["genuflect", [2, 3807, 2]], ["scratch", [2, 3807, 3]], ["scratch up", [2, 3807, 4]], ["skin", [2, 3807, 5]], ["come up", [2, 3807, 6]], ["scrape up", [2, 3807, 7]]]}, {"answer": "scraping", "hint": "synonyms for scraping", "clues": [["grate", [2, 3808, 0]], ["junk", [2, 3808, 1]], ["kowtow", [2, 3808, 2]], ["dispute", [2, 3808, 3]], ["quarrel", [2, 3808, 4]], ["scratch up", [2, 3808, 5]], ["scrape", [2, 3808, 6]], ["altercate", [2, 3808, 7]], ["scrape up", [2, 3808, 8]], ["argufy", [2, 3808, 9]], ["trash", [2, 3808, 10]], ["genuflect", [2, 3808, 11]], ["scratch", [2, 3808, 12]], ["skin", [2, 3808, 13]], ["come up", [2, 3808, 14]]]}, {"answer": "scraps", "hint": "synonyms for scraps", "clues": [["junk", [2, 3809, 0]], ["argufy", [2, 3809, 1]], ["dispute", [2, 3809, 2]], ["trash", [2, 3809, 3]], ["quarrel", [2, 3809, 4]], ["scrap", [2, 3809, 5]], ["altercate", [2, 3809, 6]]]}, {"answer": "scratch", "hint": "synonyms for scratch", "clues": [["scratch up", [2, 3810, 0]], ["excise", [2, 3810, 1]], ["grave", [2, 3810, 2]], ["engrave", [2, 3810, 3]], ["expunge", [2, 3810, 4]], ["call off", [2, 3810, 5]], ["scrape", [2, 3810, 6]], ["scrape up", [2, 3810, 7]], ["cancel", [2, 3810, 8]], ["rub", [2, 3810, 9]], ["chafe", [2, 3810, 10]], ["fray", [2, 3810, 11]], ["strike", [2, 3810, 12]], ["scrub", [2, 3810, 13]], ["inscribe", [2, 3810, 14]], ["itch", [2, 3810, 15]], ["fret", [2, 3810, 16]], ["come up", [2, 3810, 17]]]}, {"answer": "scratching", "hint": "synonyms for scratching", "clues": [["scratch", [2, 3811, 0]], ["scratch up", [2, 3811, 1]], ["excise", [2, 3811, 2]], ["grave", [2, 3811, 3]], ["engrave", [2, 3811, 4]], ["call off", [2, 3811, 5]], ["scrape", [2, 3811, 6]], ["expunge", [2, 3811, 7]], ["cancel", [2, 3811, 8]], ["scrape up", [2, 3811, 9]], ["rub", [2, 3811, 10]], ["chafe", [2, 3811, 11]], ["fray", [2, 3811, 12]], ["strike", [2, 3811, 13]], ["scrub", [2, 3811, 14]], ["fret", [2, 3811, 15]], ["inscribe", [2, 3811, 16]], ["itch", [2, 3811, 17]], ["come up", [2, 3811, 18]]]}, {"answer": "scream", "hint": "synonyms for scream", "clues": [["call", [2, 3812, 0]], ["shout out", [2, 3812, 1]], ["shout", [2, 3812, 2]], ["yell", [2, 3812, 3]], ["hollo", [2, 3812, 4]], ["holler", [2, 3812, 5]], ["squall", [2, 3812, 6]], ["cry", [2, 3812, 7]]]}, {"answer": "screech", "hint": "synonyms for screech", "clues": [["skreigh", [2, 3813, 0]], ["squeak", [2, 3813, 1]], ["screak", [2, 3813, 2]], ["squawk", [2, 3813, 3]], ["skreak", [2, 3813, 4]], ["whine", [2, 3813, 5]]]}, {"answer": "screeching", "hint": "synonyms for screeching", "clues": [["skreigh", [2, 3814, 0]], ["squeak", [2, 3814, 1]], ["screak", [2, 3814, 2]], ["squawk", [2, 3814, 3]], ["screech", [2, 3814, 4]], ["skreak", [2, 3814, 5]], ["whine", [2, 3814, 6]]]}, {"answer": "screen", "hint": "synonyms for screen", "clues": [["sieve", [2, 3815, 0]], ["shield", [2, 3815, 1]], ["screen out", [2, 3815, 2]], ["riddle", [2, 3815, 3]], ["test", [2, 3815, 4]], ["block out", [2, 3815, 5]], ["sort", [2, 3815, 6]]]}, {"answer": "screening", "hint": "synonyms for screening", "clues": [["screen", [2, 3816, 0]], ["riddle", [2, 3816, 1]], ["test", [2, 3816, 2]], ["block out", [2, 3816, 3]], ["sort", [2, 3816, 4]], ["sieve", [2, 3816, 5]], ["shield", [2, 3816, 6]], ["screen out", [2, 3816, 7]]]}, {"answer": "screw", "hint": "synonyms for screw", "clues": [["hump", [2, 3817, 0]], ["jazz", [2, 3817, 1]], ["eff", [2, 3817, 2]], ["drive in", [2, 3817, 3]], ["do it", [2, 3817, 4]], ["chouse", [2, 3817, 5]], ["jockey", [2, 3817, 6]], ["cheat", [2, 3817, 7]], ["chicane", [2, 3817, 8]], ["bed", [2, 3817, 9]], ["lie with", [2, 3817, 10]], ["sleep with", [2, 3817, 11]], ["fuck", [2, 3817, 12]], ["be intimate", [2, 3817, 13]], ["make love", [2, 3817, 14]], ["get it on", [2, 3817, 15]], ["roll in the hay", [2, 3817, 16]], ["know", [2, 3817, 17]], ["bang", [2, 3817, 18]], ["love", [2, 3817, 19]], ["have sex", [2, 3817, 20]], ["bonk", [2, 3817, 21]], ["have it off", [2, 3817, 22]], ["get laid", [2, 3817, 23]], ["shaft", [2, 3817, 24]], ["have a go at it", [2, 3817, 25]], ["have it away", [2, 3817, 26]], ["make out", [2, 3817, 27]], ["have intercourse", [2, 3817, 28]], ["sleep together", [2, 3817, 29]]]}, {"answer": "screwing", "hint": "synonyms for screwing", "clues": [["hump", [2, 3818, 0]], ["jazz", [2, 3818, 1]], ["eff", [2, 3818, 2]], ["drive in", [2, 3818, 3]], ["do it", [2, 3818, 4]], ["chouse", [2, 3818, 5]], ["screw", [2, 3818, 6]], ["jockey", [2, 3818, 7]], ["cheat", [2, 3818, 8]], ["chicane", [2, 3818, 9]], ["bed", [2, 3818, 10]], ["lie with", [2, 3818, 11]], ["sleep with", [2, 3818, 12]], ["fuck", [2, 3818, 13]], ["be intimate", [2, 3818, 14]], ["make love", [2, 3818, 15]], ["get it on", [2, 3818, 16]], ["roll in the hay", [2, 3818, 17]], ["know", [2, 3818, 18]], ["bang", [2, 3818, 19]], ["love", [2, 3818, 20]], ["have sex", [2, 3818, 21]], ["bonk", [2, 3818, 22]], ["have it off", [2, 3818, 23]], ["get laid", [2, 3818, 24]], ["shaft", [2, 3818, 25]], ["have a go at it", [2, 3818, 26]], ["have it away", [2, 3818, 27]], ["make out", [2, 3818, 28]], ["have intercourse", [2, 3818, 29]], ["sleep together", [2, 3818, 30]]]}, {"answer": "scrubbing", "hint": "synonyms for scrubbing", "clues": [["scrub", [2, 3819, 0]], ["scratch", [2, 3819, 1]], ["call off", [2, 3819, 2]], ["scour", [2, 3819, 3]], ["cancel", [2, 3819, 4]], ["scrub up", [2, 3819, 5]]]}, {"answer": "scrubs", "hint": "synonyms for scrubs", "clues": [["scrub", [2, 3820, 0]], ["scratch", [2, 3820, 1]], ["call off", [2, 3820, 2]], ["scour", [2, 3820, 3]], ["cancel", [2, 3820, 4]], ["scrub up", [2, 3820, 5]]]}, {"answer": "scrunch", "hint": "synonyms for scrunch", "clues": [["scrunch up", [2, 3821, 0]], ["crouch", [2, 3821, 1]], ["crump", [2, 3821, 2]], ["crease", [2, 3821, 3]], ["squat", [2, 3821, 4]], ["crisp", [2, 3821, 5]], ["thud", [2, 3821, 6]], ["hunker", [2, 3821, 7]], ["hunker down", [2, 3821, 8]], ["ruckle", [2, 3821, 9]], ["crinkle", [2, 3821, 10]]]}, {"answer": "scud", "hint": "synonyms for scud", "clues": [["rack", [2, 3822, 0]], ["scoot", [2, 3822, 1]], ["flash", [2, 3822, 2]], ["dart", [2, 3822, 3]], ["dash", [2, 3822, 4]], ["shoot", [2, 3822, 5]]]}, {"answer": "scudding", "hint": "synonyms for scudding", "clues": [["scud", [2, 3823, 0]], ["rack", [2, 3823, 1]], ["scoot", [2, 3823, 2]], ["flash", [2, 3823, 3]], ["dart", [2, 3823, 4]], ["dash", [2, 3823, 5]], ["shoot", [2, 3823, 6]]]}, {"answer": "scupper", "hint": "synonyms for scupper", "clues": [["lurk", [2, 3824, 0]], ["ambush", [2, 3824, 1]], ["lie in wait", [2, 3824, 2]], ["queer", [2, 3824, 3]], ["bushwhack", [2, 3824, 4]], ["peril", [2, 3824, 5]], ["endanger", [2, 3824, 6]], ["expose", [2, 3824, 7]], ["ambuscade", [2, 3824, 8]], ["waylay", [2, 3824, 9]]]}, {"answer": "search", "hint": "synonyms for search", "clues": [["seek", [2, 3825, 0]], ["research", [2, 3825, 1]], ["explore", [2, 3825, 2]], ["look for", [2, 3825, 3]], ["look", [2, 3825, 4]]]}, {"answer": "season", "hint": "synonyms for season", "clues": [["temper", [2, 3826, 0]], ["flavour", [2, 3826, 1]], ["harden", [2, 3826, 2]], ["mollify", [2, 3826, 3]]]}, {"answer": "seasoning", "hint": "synonyms for seasoning", "clues": [["season", [2, 3827, 0]], ["temper", [2, 3827, 1]], ["flavour", [2, 3827, 2]], ["harden", [2, 3827, 3]], ["mollify", [2, 3827, 4]]]}, {"answer": "seat", "hint": "synonyms for seat", "clues": [["induct", [2, 3828, 0]], ["sit down", [2, 3828, 1]], ["invest", [2, 3828, 2]], ["sit", [2, 3828, 3]]]}, {"answer": "seating", "hint": "synonyms for seating", "clues": [["sit", [2, 3829, 0]], ["invest", [2, 3829, 1]], ["seat", [2, 3829, 2]], ["induct", [2, 3829, 3]], ["sit down", [2, 3829, 4]]]}, {"answer": "seats", "hint": "synonyms for seats", "clues": [["sit", [2, 3830, 0]], ["invest", [2, 3830, 1]], ["seat", [2, 3830, 2]], ["induct", [2, 3830, 3]], ["sit down", [2, 3830, 4]]]}, {"answer": "see", "hint": "synonyms for see", "clues": [["check", [2, 3831, 0]], ["ascertain", [2, 3831, 1]], ["look", [2, 3831, 2]], ["regard", [2, 3831, 3]], ["run into", [2, 3831, 4]], ["realise", [2, 3831, 5]], ["go through", [2, 3831, 6]], ["view", [2, 3831, 7]], ["fancy", [2, 3831, 8]], ["visualise", [2, 3831, 9]], ["run across", [2, 3831, 10]], ["witness", [2, 3831, 11]], ["control", [2, 3831, 12]], ["understand", [2, 3831, 13]], ["get word", [2, 3831, 14]], ["go steady", [2, 3831, 15]], ["reckon", [2, 3831, 16]], ["picture", [2, 3831, 17]], ["project", [2, 3831, 18]], ["pick up", [2, 3831, 19]], ["learn", [2, 3831, 20]], ["see to it", [2, 3831, 21]], ["consider", [2, 3831, 22]], ["date", [2, 3831, 23]], ["examine", [2, 3831, 24]], ["come across", [2, 3831, 25]], ["watch", [2, 3831, 26]], ["find out", [2, 3831, 27]], ["construe", [2, 3831, 28]], ["figure", [2, 3831, 29]], ["find", [2, 3831, 30]], ["encounter", [2, 3831, 31]], ["image", [2, 3831, 32]], ["escort", [2, 3831, 33]], ["get a line", [2, 3831, 34]], ["determine", [2, 3831, 35]], ["assure", [2, 3831, 36]], ["ensure", [2, 3831, 37]], ["attend", [2, 3831, 38]], ["get wind", [2, 3831, 39]], ["insure", [2, 3831, 40]], ["meet", [2, 3831, 41]], ["go out", [2, 3831, 42]], ["take in", [2, 3831, 43]], ["visit", [2, 3831, 44]], ["experience", [2, 3831, 45]], ["catch", [2, 3831, 46]], ["take care", [2, 3831, 47]], ["interpret", [2, 3831, 48]], ["hear", [2, 3831, 49]], ["discover", [2, 3831, 50]], ["envision", [2, 3831, 51]]]}, {"answer": "seek", "hint": "synonyms for seek", "clues": [["try", [2, 3832, 0]], ["attempt", [2, 3832, 1]], ["essay", [2, 3832, 2]], ["assay", [2, 3832, 3]], ["look for", [2, 3832, 4]], ["search", [2, 3832, 5]]]}, {"answer": "seeking", "hint": "synonyms for seeking", "clues": [["attempt", [2, 3833, 0]], ["seek", [2, 3833, 1]], ["essay", [2, 3833, 2]], ["try", [2, 3833, 3]], ["assay", [2, 3833, 4]], ["look for", [2, 3833, 5]], ["search", [2, 3833, 6]]]}, {"answer": "seizing", "hint": "synonyms for seizing", "clues": [["attach", [2, 3834, 0]], ["assume", [2, 3834, 1]], ["seize", [2, 3834, 2]], ["conquer", [2, 3834, 3]], ["appropriate", [2, 3834, 4]], ["clutch", [2, 3834, 5]], ["capture", [2, 3834, 6]], ["grab", [2, 3834, 7]], ["arrogate", [2, 3834, 8]], ["prehend", [2, 3834, 9]], ["take over", [2, 3834, 10]], ["usurp", [2, 3834, 11]], ["impound", [2, 3834, 12]], ["confiscate", [2, 3834, 13]], ["get hold of", [2, 3834, 14]], ["sequester", [2, 3834, 15]]]}, {"answer": "selling", "hint": "synonyms for selling", "clues": [["sell", [2, 3835, 0]], ["betray", [2, 3835, 1]], ["trade", [2, 3835, 2]], ["deal", [2, 3835, 3]]]}, {"answer": "sending", "hint": "synonyms for sending", "clues": [["station", [2, 3836, 0]], ["send", [2, 3836, 1]], ["air", [2, 3836, 2]], ["get off", [2, 3836, 3]], ["direct", [2, 3836, 4]], ["transmit", [2, 3836, 5]], ["mail", [2, 3836, 6]], ["post", [2, 3836, 7]], ["broadcast", [2, 3836, 8]], ["place", [2, 3836, 9]], ["transport", [2, 3836, 10]], ["send out", [2, 3836, 11]], ["institutionalise", [2, 3836, 12]], ["ship", [2, 3836, 13]], ["charge", [2, 3836, 14]], ["send off", [2, 3836, 15]], ["commit", [2, 3836, 16]], ["beam", [2, 3836, 17]]]}, {"answer": "sensing", "hint": "synonyms for sensing", "clues": [["sense", [2, 3837, 0]], ["feel", [2, 3837, 1]], ["smell", [2, 3837, 2]], ["smell out", [2, 3837, 3]]]}, {"answer": "serve", "hint": "synonyms for serve", "clues": [["do", [2, 3838, 0]], ["dish", [2, 3838, 1]], ["function", [2, 3838, 2]], ["attend to", [2, 3838, 3]], ["serve up", [2, 3838, 4]], ["help", [2, 3838, 5]], ["dish up", [2, 3838, 6]], ["swear out", [2, 3838, 7]], ["attend", [2, 3838, 8]], ["wait on", [2, 3838, 9]], ["assist", [2, 3838, 10]], ["suffice", [2, 3838, 11]], ["service", [2, 3838, 12]], ["dish out", [2, 3838, 13]], ["process", [2, 3838, 14]], ["answer", [2, 3838, 15]], ["serve well", [2, 3838, 16]]]}, {"answer": "serving", "hint": "synonyms for serving", "clues": [["do", [2, 3839, 0]], ["serve", [2, 3839, 1]], ["dish", [2, 3839, 2]], ["function", [2, 3839, 3]], ["attend to", [2, 3839, 4]], ["serve up", [2, 3839, 5]], ["help", [2, 3839, 6]], ["dish up", [2, 3839, 7]], ["swear out", [2, 3839, 8]], ["attend", [2, 3839, 9]], ["wait on", [2, 3839, 10]], ["assist", [2, 3839, 11]], ["suffice", [2, 3839, 12]], ["service", [2, 3839, 13]], ["dish out", [2, 3839, 14]], ["process", [2, 3839, 15]], ["answer", [2, 3839, 16]], ["serve well", [2, 3839, 17]]]}, {"answer": "setting", "hint": "synonyms for setting", "clues": [["determine", [2, 3840, 0]], ["set", [2, 3840, 1]], ["mark", [2, 3840, 2]], ["position", [2, 3840, 3]], ["correct", [2, 3840, 4]], ["put", [2, 3840, 5]], ["ready", [2, 3840, 6]], ["specify", [2, 3840, 7]], ["pose", [2, 3840, 8]], ["plant", [2, 3840, 9]], ["jell", [2, 3840, 10]], ["typeset", [2, 3840, 11]], ["do", [2, 3840, 12]], ["localise", [2, 3840, 13]], ["go under", [2, 3840, 14]], ["arrange", [2, 3840, 15]], ["rig", [2, 3840, 16]], ["define", [2, 3840, 17]], ["limit", [2, 3840, 18]], ["countersink", [2, 3840, 19]], ["lay", [2, 3840, 20]], ["set up", [2, 3840, 21]], ["place", [2, 3840, 22]], ["coiffure", [2, 3840, 23]], ["fix", [2, 3840, 24]], ["coif", [2, 3840, 25]], ["sic", [2, 3840, 26]], ["prepare", [2, 3840, 27]], ["dress", [2, 3840, 28]], ["lay out", [2, 3840, 29]], ["congeal", [2, 3840, 30]], ["go down", [2, 3840, 31]], ["fructify", [2, 3840, 32]], ["adjust", [2, 3840, 33]], ["gear up", [2, 3840, 34]]]}, {"answer": "settle", "hint": "synonyms for settle", "clues": [["resolve", [2, 3841, 0]], ["square up", [2, 3841, 1]], ["reconcile", [2, 3841, 2]], ["root", [2, 3841, 3]], ["sink", [2, 3841, 4]], ["go under", [2, 3841, 5]], ["square off", [2, 3841, 6]], ["patch up", [2, 3841, 7]], ["finalise", [2, 3841, 8]], ["descend", [2, 3841, 9]], ["settle down", [2, 3841, 10]], ["subside", [2, 3841, 11]], ["get back", [2, 3841, 12]], ["nail down", [2, 3841, 13]], ["steady down", [2, 3841, 14]], ["make up", [2, 3841, 15]], ["conciliate", [2, 3841, 16]], ["fall", [2, 3841, 17]], ["adjudicate", [2, 3841, 18]], ["take root", [2, 3841, 19]], ["locate", [2, 3841, 20]], ["ensconce", [2, 3841, 21]], ["decide", [2, 3841, 22]], ["determine", [2, 3841, 23]], ["go down", [2, 3841, 24]]]}, {"answer": "settling", "hint": "synonyms for settling", "clues": [["settle", [2, 3842, 0]], ["resolve", [2, 3842, 1]], ["square up", [2, 3842, 2]], ["reconcile", [2, 3842, 3]], ["root", [2, 3842, 4]], ["sink", [2, 3842, 5]], ["go under", [2, 3842, 6]], ["square off", [2, 3842, 7]], ["patch up", [2, 3842, 8]], ["conciliate", [2, 3842, 9]], ["adjudicate", [2, 3842, 10]], ["ensconce", [2, 3842, 11]], ["settle down", [2, 3842, 12]], ["go down", [2, 3842, 13]], ["make up", [2, 3842, 14]], ["decide", [2, 3842, 15]], ["finalise", [2, 3842, 16]], ["descend", [2, 3842, 17]], ["get back", [2, 3842, 18]], ["nail down", [2, 3842, 19]], ["steady down", [2, 3842, 20]], ["fall", [2, 3842, 21]], ["take root", [2, 3842, 22]], ["locate", [2, 3842, 23]], ["subside", [2, 3842, 24]], ["determine", [2, 3842, 25]]]}, {"answer": "settlings", "hint": "synonyms for settlings", "clues": [["settle", [2, 3843, 0]], ["resolve", [2, 3843, 1]], ["square up", [2, 3843, 2]], ["reconcile", [2, 3843, 3]], ["root", [2, 3843, 4]], ["sink", [2, 3843, 5]], ["go under", [2, 3843, 6]], ["square off", [2, 3843, 7]], ["patch up", [2, 3843, 8]], ["conciliate", [2, 3843, 9]], ["adjudicate", [2, 3843, 10]], ["ensconce", [2, 3843, 11]], ["settle down", [2, 3843, 12]], ["go down", [2, 3843, 13]], ["make up", [2, 3843, 14]], ["decide", [2, 3843, 15]], ["finalise", [2, 3843, 16]], ["descend", [2, 3843, 17]], ["get back", [2, 3843, 18]], ["nail down", [2, 3843, 19]], ["steady down", [2, 3843, 20]], ["fall", [2, 3843, 21]], ["take root", [2, 3843, 22]], ["locate", [2, 3843, 23]], ["subside", [2, 3843, 24]], ["determine", [2, 3843, 25]]]}, {"answer": "severing", "hint": "synonyms for severing", "clues": [["break up", [2, 3844, 0]], ["lop", [2, 3844, 1]], ["sever", [2, 3844, 2]], ["discerp", [2, 3844, 3]]]}, {"answer": "sewing", "hint": "synonyms for sewing", "clues": [["sew", [2, 3845, 0]], ["tailor-make", [2, 3845, 1]], ["sew together", [2, 3845, 2]], ["run up", [2, 3845, 3]], ["stitch", [2, 3845, 4]], ["tailor", [2, 3845, 5]]]}, {"answer": "sex", "hint": "synonyms for sex", "clues": [["turn on", [2, 3846, 0]], ["wind up", [2, 3846, 1]], ["arouse", [2, 3846, 2]], ["excite", [2, 3846, 3]]]}, {"answer": "shack", "hint": "synonyms for shack", "clues": [["domicile", [2, 3847, 0]], ["trail", [2, 3847, 1]], ["reside", [2, 3847, 2]], ["domiciliate", [2, 3847, 3]]]}, {"answer": "shades", "hint": "synonyms for shades", "clues": [["shade", [2, 3848, 0]], ["shade off", [2, 3848, 1]], ["shadow", [2, 3848, 2]], ["fill in", [2, 3848, 3]]]}, {"answer": "shading", "hint": "synonyms for shading", "clues": [["shade", [2, 3849, 0]], ["shade off", [2, 3849, 1]], ["shadow", [2, 3849, 2]], ["fill in", [2, 3849, 3]]]}, {"answer": "shadow", "hint": "synonyms for shadow", "clues": [["overshadow", [2, 3850, 0]], ["shade off", [2, 3850, 1]], ["dwarf", [2, 3850, 2]], ["shade", [2, 3850, 3]]]}, {"answer": "shadowing", "hint": "synonyms for shadowing", "clues": [["shade off", [2, 3851, 0]], ["overshadow", [2, 3851, 1]], ["shadow", [2, 3851, 2]], ["shade", [2, 3851, 3]], ["dwarf", [2, 3851, 4]]]}, {"answer": "shaft", "hint": "synonyms for shaft", "clues": [["chicane", [2, 3852, 0]], ["screw", [2, 3852, 1]], ["chouse", [2, 3852, 2]], ["jockey", [2, 3852, 3]], ["cheat", [2, 3852, 4]]]}, {"answer": "shake", "hint": "synonyms for shake", "clues": [["rock", [2, 3853, 0]], ["escape from", [2, 3853, 1]], ["throw off", [2, 3853, 2]], ["excite", [2, 3853, 3]], ["sway", [2, 3853, 4]], ["didder", [2, 3853, 5]], ["shake up", [2, 3853, 6]], ["judder", [2, 3853, 7]], ["stimulate", [2, 3853, 8]], ["agitate", [2, 3853, 9]], ["stir", [2, 3853, 10]], ["shake off", [2, 3853, 11]]]}, {"answer": "shaking", "hint": "synonyms for shaking", "clues": [["rock", [2, 3854, 0]], ["escape from", [2, 3854, 1]], ["shake", [2, 3854, 2]], ["throw off", [2, 3854, 3]], ["sway", [2, 3854, 4]], ["didder", [2, 3854, 5]], ["shake up", [2, 3854, 6]], ["judder", [2, 3854, 7]], ["stimulate", [2, 3854, 8]], ["agitate", [2, 3854, 9]], ["stir", [2, 3854, 10]], ["excite", [2, 3854, 11]], ["shake off", [2, 3854, 12]]]}, {"answer": "shape", "hint": "synonyms for shape", "clues": [["determine", [2, 3855, 0]], ["mold", [2, 3855, 1]], ["forge", [2, 3855, 2]], ["regulate", [2, 3855, 3]], ["work", [2, 3855, 4]], ["form", [2, 3855, 5]], ["influence", [2, 3855, 6]]]}, {"answer": "share", "hint": "synonyms for share", "clues": [["partake", [2, 3856, 0]], ["divvy up", [2, 3856, 1]], ["partake in", [2, 3856, 2]], ["deal", [2, 3856, 3]], ["apportion", [2, 3856, 4]], ["portion out", [2, 3856, 5]]]}, {"answer": "shaving", "hint": "synonyms for shaving", "clues": [["shave", [2, 3857, 0]], ["knock off", [2, 3857, 1]], ["plane", [2, 3857, 2]], ["trim", [2, 3857, 3]]]}, {"answer": "shedding", "hint": "synonyms for shedding", "clues": [["shed", [2, 3858, 0]], ["pour forth", [2, 3858, 1]], ["slough", [2, 3858, 2]], ["throw off", [2, 3858, 3]], ["moult", [2, 3858, 4]], ["cast", [2, 3858, 5]], ["disgorge", [2, 3858, 6]], ["drop", [2, 3858, 7]], ["spill", [2, 3858, 8]], ["throw away", [2, 3858, 9]], ["cast off", [2, 3858, 10]], ["throw", [2, 3858, 11]], ["exuviate", [2, 3858, 12]], ["shake off", [2, 3858, 13]]]}, {"answer": "shell", "hint": "synonyms for shell", "clues": [["crush", [2, 3859, 0]], ["vanquish", [2, 3859, 1]], ["beat", [2, 3859, 2]], ["trounce", [2, 3859, 3]], ["husk", [2, 3859, 4]], ["blast", [2, 3859, 5]], ["beat out", [2, 3859, 6]]]}, {"answer": "shelling", "hint": "synonyms for shelling", "clues": [["crush", [2, 3860, 0]], ["vanquish", [2, 3860, 1]], ["shell", [2, 3860, 2]], ["blast", [2, 3860, 3]], ["beat out", [2, 3860, 4]], ["beat", [2, 3860, 5]], ["husk", [2, 3860, 6]], ["trounce", [2, 3860, 7]]]}, {"answer": "shift", "hint": "synonyms for shift", "clues": [["pitch", [2, 3861, 0]], ["change over", [2, 3861, 1]], ["lurch", [2, 3861, 2]], ["tilt", [2, 3861, 3]], ["budge", [2, 3861, 4]], ["change", [2, 3861, 5]], ["dislodge", [2, 3861, 6]], ["wobble", [2, 3861, 7]], ["reposition", [2, 3861, 8]], ["stir", [2, 3861, 9]], ["agitate", [2, 3861, 10]], ["transfer", [2, 3861, 11]], ["careen", [2, 3861, 12]], ["switch", [2, 3861, 13]]]}, {"answer": "shillyshally", "hint": "synonyms for shillyshally", "clues": [["drag one's feet", [2, 3862, 0]], ["procrastinate", [2, 3862, 1]], ["drag one's heels", [2, 3862, 2]], ["dilly-dally", [2, 3862, 3]], ["stall", [2, 3862, 4]]]}, {"answer": "shin", "hint": "synonyms for shin", "clues": [["scramble", [2, 3863, 0]], ["struggle", [2, 3863, 1]], ["shinny", [2, 3863, 2]], ["clamber", [2, 3863, 3]], ["skin", [2, 3863, 4]], ["sputter", [2, 3863, 5]]]}, {"answer": "shine", "hint": "synonyms for shine", "clues": [["glint", [2, 3864, 0]], ["reflect", [2, 3864, 1]], ["radiate", [2, 3864, 2]], ["fall", [2, 3864, 3]], ["strike", [2, 3864, 4]], ["polish", [2, 3864, 5]], ["smooth", [2, 3864, 6]], ["beam", [2, 3864, 7]], ["gleam", [2, 3864, 8]], ["glisten", [2, 3864, 9]], ["glow", [2, 3864, 10]], ["glitter", [2, 3864, 11]]]}, {"answer": "shinny", "hint": "synonyms for shinny", "clues": [["scramble", [2, 3865, 0]], ["struggle", [2, 3865, 1]], ["clamber", [2, 3865, 2]], ["skin", [2, 3865, 3]], ["shin", [2, 3865, 4]], ["sputter", [2, 3865, 5]]]}, {"answer": "shipping", "hint": "synonyms for shipping", "clues": [["ship", [2, 3866, 0]], ["embark", [2, 3866, 1]], ["transport", [2, 3866, 2]], ["send", [2, 3866, 3]]]}, {"answer": "shirking", "hint": "synonyms for shirking", "clues": [["shirk", [2, 3867, 0]], ["shrink from", [2, 3867, 1]], ["fiddle", [2, 3867, 2]], ["goldbrick", [2, 3867, 3]]]}, {"answer": "shit", "hint": "synonyms for shit", "clues": [["tell on", [2, 3868, 0]], ["stool", [2, 3868, 1]], ["rat", [2, 3868, 2]], ["shop", [2, 3868, 3]], ["snitch", [2, 3868, 4]], ["crap", [2, 3868, 5]], ["make", [2, 3868, 6]], ["defecate", [2, 3868, 7]], ["betray", [2, 3868, 8]], ["take a crap", [2, 3868, 9]], ["ca-ca", [2, 3868, 10]], ["denounce", [2, 3868, 11]], ["give away", [2, 3868, 12]], ["take a shit", [2, 3868, 13]], ["stag", [2, 3868, 14]], ["grass", [2, 3868, 15]]]}, {"answer": "shitting", "hint": "synonyms for shitting", "clues": [["tell on", [2, 3869, 0]], ["stool", [2, 3869, 1]], ["rat", [2, 3869, 2]], ["shop", [2, 3869, 3]], ["snitch", [2, 3869, 4]], ["crap", [2, 3869, 5]], ["make", [2, 3869, 6]], ["defecate", [2, 3869, 7]], ["betray", [2, 3869, 8]], ["shit", [2, 3869, 9]], ["take a crap", [2, 3869, 10]], ["ca-ca", [2, 3869, 11]], ["take a shit", [2, 3869, 12]], ["denounce", [2, 3869, 13]], ["give away", [2, 3869, 14]], ["stag", [2, 3869, 15]], ["grass", [2, 3869, 16]]]}, {"answer": "shock", "hint": "synonyms for shock", "clues": [["outrage", [2, 3870, 0]], ["take aback", [2, 3870, 1]], ["appal", [2, 3870, 2]], ["traumatise", [2, 3870, 3]], ["offend", [2, 3870, 4]], ["scandalise", [2, 3870, 5]], ["blow out of the water", [2, 3870, 6]], ["ball over", [2, 3870, 7]], ["floor", [2, 3870, 8]]]}, {"answer": "shook", "hint": "synonyms for shook", "clues": [["rock", [2, 3871, 0]], ["escape from", [2, 3871, 1]], ["shake", [2, 3871, 2]], ["throw off", [2, 3871, 3]], ["sway", [2, 3871, 4]], ["didder", [2, 3871, 5]], ["shake up", [2, 3871, 6]], ["judder", [2, 3871, 7]], ["stimulate", [2, 3871, 8]], ["agitate", [2, 3871, 9]], ["stir", [2, 3871, 10]], ["excite", [2, 3871, 11]], ["shake off", [2, 3871, 12]]]}, {"answer": "shoot", "hint": "synonyms for shoot", "clues": [["fool away", [2, 3872, 0]], ["buck", [2, 3872, 1]], ["germinate", [2, 3872, 2]], ["fritter away", [2, 3872, 3]], ["pip", [2, 3872, 4]], ["fool", [2, 3872, 5]], ["burgeon forth", [2, 3872, 6]], ["flash", [2, 3872, 7]], ["take", [2, 3872, 8]], ["dart", [2, 3872, 9]], ["film", [2, 3872, 10]], ["dash", [2, 3872, 11]], ["tear", [2, 3872, 12]], ["dissipate", [2, 3872, 13]], ["sprout", [2, 3872, 14]], ["charge", [2, 3872, 15]], ["fritter", [2, 3872, 16]], ["scoot", [2, 3872, 17]], ["pullulate", [2, 3872, 18]], ["bourgeon", [2, 3872, 19]], ["blast", [2, 3872, 20]], ["inject", [2, 3872, 21]], ["spud", [2, 3872, 22]], ["scud", [2, 3872, 23]], ["frivol away", [2, 3872, 24]], ["photograph", [2, 3872, 25]], ["hit", [2, 3872, 26]], ["shoot down", [2, 3872, 27]], ["snap", [2, 3872, 28]]]}, {"answer": "shooting", "hint": "synonyms for shooting", "clues": [["shoot", [2, 3873, 0]], ["fritter away", [2, 3873, 1]], ["pip", [2, 3873, 2]], ["fool", [2, 3873, 3]], ["burgeon forth", [2, 3873, 4]], ["flash", [2, 3873, 5]], ["dart", [2, 3873, 6]], ["film", [2, 3873, 7]], ["sprout", [2, 3873, 8]], ["charge", [2, 3873, 9]], ["pullulate", [2, 3873, 10]], ["inject", [2, 3873, 11]], ["spud", [2, 3873, 12]], ["frivol away", [2, 3873, 13]], ["photograph", [2, 3873, 14]], ["hit", [2, 3873, 15]], ["tear", [2, 3873, 16]], ["fool away", [2, 3873, 17]], ["buck", [2, 3873, 18]], ["germinate", [2, 3873, 19]], ["take", [2, 3873, 20]], ["dash", [2, 3873, 21]], ["dissipate", [2, 3873, 22]], ["fritter", [2, 3873, 23]], ["scoot", [2, 3873, 24]], ["bourgeon", [2, 3873, 25]], ["blast", [2, 3873, 26]], ["scud", [2, 3873, 27]], ["shoot down", [2, 3873, 28]], ["snap", [2, 3873, 29]]]}, {"answer": "shop", "hint": "synonyms for shop", "clues": [["tell on", [2, 3874, 0]], ["buy at", [2, 3874, 1]], ["rat", [2, 3874, 2]], ["betray", [2, 3874, 3]], ["patronize", [2, 3874, 4]], ["stag", [2, 3874, 5]], ["frequent", [2, 3874, 6]], ["grass", [2, 3874, 7]], ["browse", [2, 3874, 8]], ["snitch", [2, 3874, 9]], ["sponsor", [2, 3874, 10]], ["shop at", [2, 3874, 11]], ["denounce", [2, 3874, 12]], ["give away", [2, 3874, 13]], ["shit", [2, 3874, 14]]]}, {"answer": "shopping", "hint": "synonyms for shopping", "clues": [["tell on", [2, 3875, 0]], ["buy at", [2, 3875, 1]], ["give away", [2, 3875, 2]], ["rat", [2, 3875, 3]], ["shop", [2, 3875, 4]], ["betray", [2, 3875, 5]], ["patronize", [2, 3875, 6]], ["stag", [2, 3875, 7]], ["frequent", [2, 3875, 8]], ["grass", [2, 3875, 9]], ["browse", [2, 3875, 10]], ["snitch", [2, 3875, 11]], ["sponsor", [2, 3875, 12]], ["shop at", [2, 3875, 13]], ["denounce", [2, 3875, 14]], ["shit", [2, 3875, 15]]]}, {"answer": "shore", "hint": "synonyms for shore", "clues": [["prop up", [2, 3876, 0]], ["land", [2, 3876, 1]], ["set ashore", [2, 3876, 2]], ["shore up", [2, 3876, 3]], ["prop", [2, 3876, 4]]]}, {"answer": "shoring", "hint": "synonyms for shoring", "clues": [["prop up", [2, 3877, 0]], ["set ashore", [2, 3877, 1]], ["shore up", [2, 3877, 2]], ["shore", [2, 3877, 3]], ["land", [2, 3877, 4]], ["prop", [2, 3877, 5]]]}, {"answer": "shortening", "hint": "synonyms for shortening", "clues": [["bowdlerise", [2, 3878, 0]], ["expurgate", [2, 3878, 1]], ["shorten", [2, 3878, 2]], ["cut", [2, 3878, 3]], ["foreshorten", [2, 3878, 4]], ["abridge", [2, 3878, 5]], ["reduce", [2, 3878, 6]], ["castrate", [2, 3878, 7]], ["abbreviate", [2, 3878, 8]], ["contract", [2, 3878, 9]]]}, {"answer": "shout", "hint": "synonyms for shout", "clues": [["call", [2, 3879, 0]], ["call out", [2, 3879, 1]], ["shout out", [2, 3879, 2]], ["cry out", [2, 3879, 3]], ["outcry", [2, 3879, 4]], ["scream", [2, 3879, 5]], ["abuse", [2, 3879, 6]], ["cry", [2, 3879, 7]], ["exclaim", [2, 3879, 8]], ["hollo", [2, 3879, 9]], ["holler", [2, 3879, 10]], ["squall", [2, 3879, 11]], ["blackguard", [2, 3879, 12]], ["clapperclaw", [2, 3879, 13]], ["yell", [2, 3879, 14]]]}, {"answer": "shouting", "hint": "synonyms for shouting", "clues": [["call", [2, 3880, 0]], ["shout", [2, 3880, 1]], ["cry out", [2, 3880, 2]], ["outcry", [2, 3880, 3]], ["hollo", [2, 3880, 4]], ["squall", [2, 3880, 5]], ["clapperclaw", [2, 3880, 6]], ["yell", [2, 3880, 7]], ["call out", [2, 3880, 8]], ["shout out", [2, 3880, 9]], ["scream", [2, 3880, 10]], ["abuse", [2, 3880, 11]], ["cry", [2, 3880, 12]], ["exclaim", [2, 3880, 13]], ["holler", [2, 3880, 14]], ["blackguard", [2, 3880, 15]]]}, {"answer": "shove", "hint": "synonyms for shove", "clues": [["jostle", [2, 3881, 0]], ["squeeze", [2, 3881, 1]], ["stuff", [2, 3881, 2]], ["thrust", [2, 3881, 3]]]}, {"answer": "show", "hint": "synonyms for show", "clues": [["evidence", [2, 3882, 0]], ["exhibit", [2, 3882, 1]], ["present", [2, 3882, 2]], ["shew", [2, 3882, 3]], ["render", [2, 3882, 4]], ["establish", [2, 3882, 5]], ["express", [2, 3882, 6]], ["depict", [2, 3882, 7]], ["usher", [2, 3882, 8]], ["bear witness", [2, 3882, 9]], ["demo", [2, 3882, 10]], ["demonstrate", [2, 3882, 11]], ["indicate", [2, 3882, 12]], ["prove", [2, 3882, 13]], ["point", [2, 3882, 14]], ["testify", [2, 3882, 15]], ["register", [2, 3882, 16]], ["record", [2, 3882, 17]], ["picture", [2, 3882, 18]], ["designate", [2, 3882, 19]], ["show up", [2, 3882, 20]], ["read", [2, 3882, 21]]]}, {"answer": "showing", "hint": "synonyms for showing", "clues": [["evidence", [2, 3883, 0]], ["exhibit", [2, 3883, 1]], ["present", [2, 3883, 2]], ["shew", [2, 3883, 3]], ["show", [2, 3883, 4]], ["render", [2, 3883, 5]], ["establish", [2, 3883, 6]], ["express", [2, 3883, 7]], ["depict", [2, 3883, 8]], ["usher", [2, 3883, 9]], ["bear witness", [2, 3883, 10]], ["demo", [2, 3883, 11]], ["demonstrate", [2, 3883, 12]], ["indicate", [2, 3883, 13]], ["prove", [2, 3883, 14]], ["point", [2, 3883, 15]], ["testify", [2, 3883, 16]], ["register", [2, 3883, 17]], ["record", [2, 3883, 18]], ["picture", [2, 3883, 19]], ["designate", [2, 3883, 20]], ["show up", [2, 3883, 21]], ["read", [2, 3883, 22]]]}, {"answer": "shrieking", "hint": "synonyms for shrieking", "clues": [["pipe up", [2, 3884, 0]], ["pipe", [2, 3884, 1]], ["shriek", [2, 3884, 2]], ["shrill", [2, 3884, 3]]]}, {"answer": "shrilling", "hint": "synonyms for shrilling", "clues": [["pipe up", [2, 3885, 0]], ["pipe", [2, 3885, 1]], ["shriek", [2, 3885, 2]], ["shrill", [2, 3885, 3]]]}, {"answer": "shrink", "hint": "synonyms for shrink", "clues": [["funk", [2, 3886, 0]], ["recoil", [2, 3886, 1]], ["contract", [2, 3886, 2]], ["shrivel", [2, 3886, 3]], ["cringe", [2, 3886, 4]], ["wince", [2, 3886, 5]], ["squinch", [2, 3886, 6]], ["flinch", [2, 3886, 7]], ["reduce", [2, 3886, 8]], ["shrivel up", [2, 3886, 9]], ["quail", [2, 3886, 10]], ["wither", [2, 3886, 11]]]}, {"answer": "shrinking", "hint": "synonyms for shrinking", "clues": [["shrink", [2, 3887, 0]], ["funk", [2, 3887, 1]], ["recoil", [2, 3887, 2]], ["contract", [2, 3887, 3]], ["shrivel", [2, 3887, 4]], ["cringe", [2, 3887, 5]], ["wince", [2, 3887, 6]], ["squinch", [2, 3887, 7]], ["flinch", [2, 3887, 8]], ["reduce", [2, 3887, 9]], ["shrivel up", [2, 3887, 10]], ["quail", [2, 3887, 11]], ["wither", [2, 3887, 12]]]}, {"answer": "shuffle", "hint": "synonyms for shuffle", "clues": [["scuffle", [2, 3888, 0]], ["ruffle", [2, 3888, 1]], ["mix", [2, 3888, 2]], ["shamble", [2, 3888, 3]]]}, {"answer": "shuffling", "hint": "synonyms for shuffling", "clues": [["ruffle", [2, 3889, 0]], ["shamble", [2, 3889, 1]], ["shuffle", [2, 3889, 2]], ["mix", [2, 3889, 3]]]}, {"answer": "shunning", "hint": "synonyms for shunning", "clues": [["ostracise", [2, 3890, 0]], ["shun", [2, 3890, 1]], ["banish", [2, 3890, 2]], ["ban", [2, 3890, 3]], ["eschew", [2, 3890, 4]], ["blackball", [2, 3890, 5]], ["cast out", [2, 3890, 6]]]}, {"answer": "shutting", "hint": "synonyms for shutting", "clues": [["close", [2, 3891, 0]], ["keep out", [2, 3891, 1]], ["shut out", [2, 3891, 2]], ["exclude", [2, 3891, 3]], ["shut", [2, 3891, 4]]]}, {"answer": "sidestep", "hint": "synonyms for sidestep", "clues": [["parry", [2, 3892, 0]], ["circumvent", [2, 3892, 1]], ["duck", [2, 3892, 2]], ["skirt", [2, 3892, 3]], ["hedge", [2, 3892, 4]], ["put off", [2, 3892, 5]], ["evade", [2, 3892, 6]], ["dodge", [2, 3892, 7]], ["fudge", [2, 3892, 8]], ["elude", [2, 3892, 9]]]}, {"answer": "sieve", "hint": "synonyms for sieve", "clues": [["screen", [2, 3893, 0]], ["sift", [2, 3893, 1]], ["screen out", [2, 3893, 2]], ["strain", [2, 3893, 3]], ["sort", [2, 3893, 4]]]}, {"answer": "signaling", "hint": "synonyms for signaling", "clues": [["bespeak", [2, 3894, 0]], ["signalise", [2, 3894, 1]], ["betoken", [2, 3894, 2]], ["indicate", [2, 3894, 3]], ["point", [2, 3894, 4]], ["signal", [2, 3894, 5]], ["sign", [2, 3894, 6]]]}, {"answer": "signified", "hint": "synonyms for signified", "clues": [["stand for", [2, 3895, 0]], ["signify", [2, 3895, 1]], ["mean", [2, 3895, 2]], ["intend", [2, 3895, 3]]]}, {"answer": "signing", "hint": "synonyms for signing", "clues": [["subscribe", [2, 3896, 0]], ["sign", [2, 3896, 1]], ["contract", [2, 3896, 2]], ["sign on", [2, 3896, 3]], ["bless", [2, 3896, 4]], ["signalise", [2, 3896, 5]], ["sign up", [2, 3896, 6]], ["ratify", [2, 3896, 7]], ["signal", [2, 3896, 8]]]}, {"answer": "silence", "hint": "synonyms for silence", "clues": [["hush up", [2, 3897, 0]], ["still", [2, 3897, 1]], ["quieten", [2, 3897, 2]], ["shut up", [2, 3897, 3]], ["hush", [2, 3897, 4]]]}, {"answer": "sin", "hint": "synonyms for sin", "clues": [["trespass", [2, 3898, 0]], ["drop the ball", [2, 3898, 1]], ["goof", [2, 3898, 2]], ["boob", [2, 3898, 3]], ["blunder", [2, 3898, 4]], ["transgress", [2, 3898, 5]]]}, {"answer": "sink", "hint": "synonyms for sink", "clues": [["drop down", [2, 3899, 0]], ["bury", [2, 3899, 1]], ["settle", [2, 3899, 2]], ["drop", [2, 3899, 3]], ["fall off", [2, 3899, 4]], ["slide down", [2, 3899, 5]], ["pass", [2, 3899, 6]], ["slump", [2, 3899, 7]], ["lapse", [2, 3899, 8]], ["go under", [2, 3899, 9]], ["dip", [2, 3899, 10]], ["subside", [2, 3899, 11]], ["go down", [2, 3899, 12]]]}, {"answer": "sinking", "hint": "synonyms for sinking", "clues": [["sink", [2, 3900, 0]], ["drop down", [2, 3900, 1]], ["bury", [2, 3900, 2]], ["settle", [2, 3900, 3]], ["slide down", [2, 3900, 4]], ["pass", [2, 3900, 5]], ["go under", [2, 3900, 6]], ["slump", [2, 3900, 7]], ["drop", [2, 3900, 8]], ["fall off", [2, 3900, 9]], ["lapse", [2, 3900, 10]], ["dip", [2, 3900, 11]], ["subside", [2, 3900, 12]], ["go down", [2, 3900, 13]]]}, {"answer": "sire", "hint": "synonyms for sire", "clues": [["father", [2, 3901, 0]], ["get", [2, 3901, 1]], ["bring forth", [2, 3901, 2]], ["engender", [2, 3901, 3]], ["generate", [2, 3901, 4]], ["mother", [2, 3901, 5]], ["beget", [2, 3901, 6]]]}, {"answer": "skid", "hint": "synonyms for skid", "clues": [["slue", [2, 3902, 0]], ["slip", [2, 3902, 1]], ["slide", [2, 3902, 2]], ["slew", [2, 3902, 3]]]}, {"answer": "skimming", "hint": "synonyms for skimming", "clues": [["run down", [2, 3903, 0]], ["skim off", [2, 3903, 1]], ["plane", [2, 3903, 2]], ["skim", [2, 3903, 3]], ["rake", [2, 3903, 4]], ["skim over", [2, 3903, 5]], ["glance over", [2, 3903, 6]], ["scan", [2, 3903, 7]], ["skitter", [2, 3903, 8]], ["skip", [2, 3903, 9]], ["cream off", [2, 3903, 10]], ["cream", [2, 3903, 11]]]}, {"answer": "skin", "hint": "synonyms for skin", "clues": [["scramble", [2, 3904, 0]], ["struggle", [2, 3904, 1]], ["shinny", [2, 3904, 2]], ["shin", [2, 3904, 3]], ["pare", [2, 3904, 4]], ["sputter", [2, 3904, 5]], ["peel", [2, 3904, 6]], ["clamber", [2, 3904, 7]], ["bark", [2, 3904, 8]], ["scrape", [2, 3904, 9]]]}, {"answer": "skip", "hint": "synonyms for skip", "clues": [["bound off", [2, 3905, 0]], ["skitter", [2, 3905, 1]], ["skip over", [2, 3905, 2]], ["decamp", [2, 3905, 3]], ["hop-skip", [2, 3905, 4]], ["pass over", [2, 3905, 5]], ["cut", [2, 3905, 6]], ["jump", [2, 3905, 7]], ["hop", [2, 3905, 8]], ["vamoose", [2, 3905, 9]], ["skim", [2, 3905, 10]]]}, {"answer": "skirt", "hint": "synonyms for skirt", "clues": [["parry", [2, 3906, 0]], ["surround", [2, 3906, 1]], ["circumvent", [2, 3906, 2]], ["ring", [2, 3906, 3]], ["duck", [2, 3906, 4]], ["sidestep", [2, 3906, 5]], ["environ", [2, 3906, 6]], ["hedge", [2, 3906, 7]], ["put off", [2, 3906, 8]], ["border", [2, 3906, 9]], ["evade", [2, 3906, 10]], ["dodge", [2, 3906, 11]], ["fudge", [2, 3906, 12]], ["elude", [2, 3906, 13]]]}, {"answer": "skylark", "hint": "synonyms for skylark", "clues": [["frisk", [2, 3907, 0]], ["lark about", [2, 3907, 1]], ["sport", [2, 3907, 2]], ["romp", [2, 3907, 3]], ["run around", [2, 3907, 4]], ["gambol", [2, 3907, 5]], ["rollick", [2, 3907, 6]], ["cavort", [2, 3907, 7]], ["disport", [2, 3907, 8]], ["frolic", [2, 3907, 9]], ["lark", [2, 3907, 10]]]}, {"answer": "slackening", "hint": "synonyms for slackening", "clues": [["slow up", [2, 3908, 0]], ["slack", [2, 3908, 1]], ["slacken", [2, 3908, 2]], ["slack up", [2, 3908, 3]], ["slow", [2, 3908, 4]], ["remit", [2, 3908, 5]], ["slow down", [2, 3908, 6]], ["relax", [2, 3908, 7]]]}, {"answer": "slacking", "hint": "synonyms for slacking", "clues": [["slack", [2, 3909, 0]], ["die away", [2, 3909, 1]], ["abate", [2, 3909, 2]], ["let up", [2, 3909, 3]], ["slow down", [2, 3909, 4]], ["relax", [2, 3909, 5]], ["slacken", [2, 3909, 6]], ["slake", [2, 3909, 7]], ["slow up", [2, 3909, 8]], ["slack off", [2, 3909, 9]], ["slack up", [2, 3909, 10]], ["slow", [2, 3909, 11]]]}, {"answer": "slacks", "hint": "synonyms for slacks", "clues": [["slack", [2, 3910, 0]], ["die away", [2, 3910, 1]], ["abate", [2, 3910, 2]], ["let up", [2, 3910, 3]], ["slow down", [2, 3910, 4]], ["relax", [2, 3910, 5]], ["slacken", [2, 3910, 6]], ["slake", [2, 3910, 7]], ["slow up", [2, 3910, 8]], ["slack off", [2, 3910, 9]], ["slack up", [2, 3910, 10]], ["slow", [2, 3910, 11]]]}, {"answer": "slam", "hint": "synonyms for slam", "clues": [["bang", [2, 3911, 0]], ["mosh", [2, 3911, 1]], ["slam dance", [2, 3911, 2]], ["flap down", [2, 3911, 3]], ["thrash", [2, 3911, 4]]]}, {"answer": "slam_dancing", "hint": "synonyms for slam dancing", "clues": [["slam", [2, 3912, 0]], ["mosh", [2, 3912, 1]], ["slam dance", [2, 3912, 2]], ["thrash", [2, 3912, 3]]]}, {"answer": "slander", "hint": "synonyms for slander", "clues": [["sully", [2, 3913, 0]], ["denigrate", [2, 3913, 1]], ["calumniate", [2, 3913, 2]], ["defame", [2, 3913, 3]], ["smirch", [2, 3913, 4]], ["smear", [2, 3913, 5]], ["asperse", [2, 3913, 6]]]}, {"answer": "slang", "hint": "synonyms for slang", "clues": [["gull", [2, 3914, 0]], ["put one over", [2, 3914, 1]], ["cod", [2, 3914, 2]], ["take in", [2, 3914, 3]], ["befool", [2, 3914, 4]], ["put on", [2, 3914, 5]], ["dupe", [2, 3914, 6]], ["put one across", [2, 3914, 7]], ["fool", [2, 3914, 8]]]}, {"answer": "slant", "hint": "synonyms for slant", "clues": [["tilt", [2, 3915, 0]], ["tip", [2, 3915, 1]], ["lean", [2, 3915, 2]], ["angle", [2, 3915, 3]], ["weight", [2, 3915, 4]], ["cant over", [2, 3915, 5]], ["cant", [2, 3915, 6]], ["pitch", [2, 3915, 7]]]}, {"answer": "slash", "hint": "synonyms for slash", "clues": [["lash", [2, 3916, 0]], ["thrash", [2, 3916, 1]], ["jactitate", [2, 3916, 2]], ["gash", [2, 3916, 3]], ["convulse", [2, 3916, 4]], ["flog", [2, 3916, 5]], ["lather", [2, 3916, 6]], ["thresh", [2, 3916, 7]], ["trounce", [2, 3916, 8]], ["thresh about", [2, 3916, 9]], ["whip", [2, 3916, 10]], ["strap", [2, 3916, 11]], ["welt", [2, 3916, 12]], ["toss", [2, 3916, 13]], ["cut down", [2, 3916, 14]]]}, {"answer": "slaver", "hint": "synonyms for slaver", "clues": [["drivel", [2, 3917, 0]], ["slabber", [2, 3917, 1]], ["dribble", [2, 3917, 2]], ["drool", [2, 3917, 3]]]}, {"answer": "slaying", "hint": "synonyms for slaying", "clues": [["dispatch", [2, 3918, 0]], ["hit", [2, 3918, 1]], ["slay", [2, 3918, 2]], ["polish off", [2, 3918, 3]], ["off", [2, 3918, 4]], ["remove", [2, 3918, 5]], ["murder", [2, 3918, 6]], ["bump off", [2, 3918, 7]]]}, {"answer": "sleep", "hint": "synonyms for sleep", "clues": [["slumber", [2, 3919, 0]], ["log Z's", [2, 3919, 1]], ["kip", [2, 3919, 2]], ["catch some Z's", [2, 3919, 3]]]}, {"answer": "sleuthing", "hint": "synonyms for sleuthing", "clues": [["spy", [2, 3920, 0]], ["stag", [2, 3920, 1]], ["sleuth", [2, 3920, 2]], ["snoop", [2, 3920, 3]]]}, {"answer": "slew", "hint": "synonyms for slew", "clues": [["dispatch", [2, 3921, 0]], ["slip", [2, 3921, 1]], ["slide", [2, 3921, 2]], ["hit", [2, 3921, 3]], ["curve", [2, 3921, 4]], ["off", [2, 3921, 5]], ["remove", [2, 3921, 6]], ["murder", [2, 3921, 7]], ["sheer", [2, 3921, 8]], ["skid", [2, 3921, 9]], ["bump off", [2, 3921, 10]], ["slue", [2, 3921, 11]], ["swerve", [2, 3921, 12]], ["slay", [2, 3921, 13]], ["veer", [2, 3921, 14]], ["polish off", [2, 3921, 15]], ["cut", [2, 3921, 16]], ["trend", [2, 3921, 17]]]}, {"answer": "slews", "hint": "synonyms for slews", "clues": [["slue", [2, 3922, 0]], ["slip", [2, 3922, 1]], ["skid", [2, 3922, 2]], ["swerve", [2, 3922, 3]], ["slew", [2, 3922, 4]], ["slide", [2, 3922, 5]], ["veer", [2, 3922, 6]], ["curve", [2, 3922, 7]], ["cut", [2, 3922, 8]], ["sheer", [2, 3922, 9]], ["trend", [2, 3922, 10]]]}, {"answer": "slide", "hint": "synonyms for slide", "clues": [["slip", [2, 3923, 0]], ["slither", [2, 3923, 1]], ["slew", [2, 3923, 2]], ["skid", [2, 3923, 3]], ["slue", [2, 3923, 4]]]}, {"answer": "slip", "hint": "synonyms for slip", "clues": [["dislocate", [2, 3924, 0]], ["drop away", [2, 3924, 1]], ["slip one's mind", [2, 3924, 2]], ["luxate", [2, 3924, 3]], ["slide", [2, 3924, 4]], ["fall away", [2, 3924, 5]], ["slue", [2, 3924, 6]], ["splay", [2, 3924, 7]], ["mistake", [2, 3924, 8]], ["err", [2, 3924, 9]], ["sneak", [2, 3924, 10]], ["slew", [2, 3924, 11]], ["drop off", [2, 3924, 12]], ["skid", [2, 3924, 13]], ["steal", [2, 3924, 14]]]}, {"answer": "slobber", "hint": "synonyms for slobber", "clues": [["drivel", [2, 3925, 0]], ["slaver", [2, 3925, 1]], ["slabber", [2, 3925, 2]], ["dribble", [2, 3925, 3]], ["drool", [2, 3925, 4]]]}, {"answer": "slop", "hint": "synonyms for slop", "clues": [["swill", [2, 3926, 0]], ["slosh", [2, 3926, 1]], ["splash", [2, 3926, 2]], ["splatter", [2, 3926, 3]], ["squish", [2, 3926, 4]], ["spill", [2, 3926, 5]], ["squelch", [2, 3926, 6]]]}, {"answer": "slops", "hint": "synonyms for slops", "clues": [["slop", [2, 3927, 0]], ["swill", [2, 3927, 1]], ["slosh", [2, 3927, 2]], ["splatter", [2, 3927, 3]], ["squish", [2, 3927, 4]], ["spill", [2, 3927, 5]], ["splash", [2, 3927, 6]], ["squelch", [2, 3927, 7]]]}, {"answer": "sloughing", "hint": "synonyms for sloughing", "clues": [["shed", [2, 3928, 0]], ["molt", [2, 3928, 1]], ["exuviate", [2, 3928, 2]], ["slough", [2, 3928, 3]]]}, {"answer": "slowing", "hint": "synonyms for slowing", "clues": [["slow up", [2, 3929, 0]], ["slack", [2, 3929, 1]], ["slacken", [2, 3929, 2]], ["slow down", [2, 3929, 3]], ["slow", [2, 3929, 4]], ["decelerate", [2, 3929, 5]], ["retard", [2, 3929, 6]]]}, {"answer": "slug", "hint": "synonyms for slug", "clues": [["swig", [2, 3930, 0]], ["slog", [2, 3930, 1]], ["idle", [2, 3930, 2]], ["laze", [2, 3930, 3]], ["stagnate", [2, 3930, 4]]]}, {"answer": "slumber", "hint": "synonyms for slumber", "clues": [["sleep", [2, 3931, 0]], ["log Z's", [2, 3931, 1]], ["kip", [2, 3931, 2]], ["catch some Z's", [2, 3931, 3]]]}, {"answer": "slump", "hint": "synonyms for slump", "clues": [["sink", [2, 3932, 0]], ["decline", [2, 3932, 1]], ["slouch", [2, 3932, 2]], ["correct", [2, 3932, 3]], ["fall off", [2, 3932, 4]], ["slide down", [2, 3932, 5]]]}, {"answer": "smacking", "hint": "synonyms for smacking", "clues": [["smack", [2, 3933, 0]], ["reek", [2, 3933, 1]], ["peck", [2, 3933, 2]], ["thwack", [2, 3933, 3]], ["taste", [2, 3933, 4]], ["smell", [2, 3933, 5]]]}, {"answer": "smattering", "hint": "synonyms for smattering", "clues": [["smatter", [2, 3934, 0]], ["blither", [2, 3934, 1]], ["babble", [2, 3934, 2]], ["dabble", [2, 3934, 3]], ["play around", [2, 3934, 4]]]}, {"answer": "smear", "hint": "synonyms for smear", "clues": [["smutch", [2, 3935, 0]], ["daub", [2, 3935, 1]], ["smudge", [2, 3935, 2]], ["sully", [2, 3935, 3]], ["denigrate", [2, 3935, 4]], ["calumniate", [2, 3935, 5]], ["defame", [2, 3935, 6]], ["smirch", [2, 3935, 7]], ["slander", [2, 3935, 8]], ["asperse", [2, 3935, 9]], ["blur", [2, 3935, 10]]]}, {"answer": "smell", "hint": "synonyms for smell", "clues": [["smack", [2, 3936, 0]], ["smell out", [2, 3936, 1]], ["reek", [2, 3936, 2]], ["sense", [2, 3936, 3]]]}, {"answer": "smelt", "hint": "synonyms for smelt", "clues": [["smell", [2, 3937, 0]], ["reek", [2, 3937, 1]], ["smack", [2, 3937, 2]], ["sense", [2, 3937, 3]], ["smell out", [2, 3937, 4]]]}, {"answer": "smirch", "hint": "synonyms for smirch", "clues": [["besmirch", [2, 3938, 0]], ["sully", [2, 3938, 1]], ["denigrate", [2, 3938, 2]], ["calumniate", [2, 3938, 3]], ["defame", [2, 3938, 4]], ["smear", [2, 3938, 5]], ["asperse", [2, 3938, 6]], ["slander", [2, 3938, 7]]]}, {"answer": "smother", "hint": "synonyms for smother", "clues": [["asphyxiate", [2, 3939, 0]], ["suffocate", [2, 3939, 1]], ["stifle", [2, 3939, 2]], ["put out", [2, 3939, 3]], ["repress", [2, 3939, 4]], ["strangle", [2, 3939, 5]], ["muffle", [2, 3939, 6]], ["surround", [2, 3939, 7]]]}, {"answer": "snap", "hint": "synonyms for snap", "clues": [["shoot", [2, 3940, 0]], ["rupture", [2, 3940, 1]], ["snatch", [2, 3940, 2]], ["flick", [2, 3940, 3]], ["lose it", [2, 3940, 4]], ["click", [2, 3940, 5]], ["crack", [2, 3940, 6]], ["break down", [2, 3940, 7]], ["photograph", [2, 3940, 8]], ["snarl", [2, 3940, 9]], ["bust", [2, 3940, 10]], ["tear", [2, 3940, 11]], ["snatch up", [2, 3940, 12]]]}, {"answer": "snare", "hint": "synonyms for snare", "clues": [["hook", [2, 3941, 0]], ["trap", [2, 3941, 1]], ["ensnare", [2, 3941, 2]], ["trammel", [2, 3941, 3]], ["entrap", [2, 3941, 4]]]}, {"answer": "snarl", "hint": "synonyms for snarl", "clues": [["snap", [2, 3942, 0]], ["snarl up", [2, 3942, 1]], ["entangle", [2, 3942, 2]], ["embrangle", [2, 3942, 3]], ["mat", [2, 3942, 4]]]}, {"answer": "snatch", "hint": "synonyms for snatch", "clues": [["abduct", [2, 3943, 0]], ["snap", [2, 3943, 1]], ["nobble", [2, 3943, 2]], ["snatch up", [2, 3943, 3]], ["kidnap", [2, 3943, 4]]]}, {"answer": "sniffle", "hint": "synonyms for sniffle", "clues": [["blub", [2, 3944, 0]], ["snuffle", [2, 3944, 1]], ["snivel", [2, 3944, 2]], ["blubber", [2, 3944, 3]], ["sniff", [2, 3944, 4]]]}, {"answer": "snip", "hint": "synonyms for snip", "clues": [["dress", [2, 3945, 0]], ["nip off", [2, 3945, 1]], ["cut back", [2, 3945, 2]], ["clip", [2, 3945, 3]], ["crop", [2, 3945, 4]], ["trim", [2, 3945, 5]], ["prune", [2, 3945, 6]], ["lop", [2, 3945, 7]], ["nip", [2, 3945, 8]]]}, {"answer": "snipe", "hint": "synonyms for snipe", "clues": [["attack", [2, 3946, 0]], ["sharpshoot", [2, 3946, 1]], ["round", [2, 3946, 2]], ["assault", [2, 3946, 3]], ["lash out", [2, 3946, 4]], ["assail", [2, 3946, 5]]]}, {"answer": "snipping", "hint": "synonyms for snipping", "clues": [["snip", [2, 3947, 0]], ["dress", [2, 3947, 1]], ["nip off", [2, 3947, 2]], ["cut back", [2, 3947, 3]], ["clip", [2, 3947, 4]], ["crop", [2, 3947, 5]], ["trim", [2, 3947, 6]], ["prune", [2, 3947, 7]], ["lop", [2, 3947, 8]]]}, {"answer": "snips", "hint": "synonyms for snips", "clues": [["snip", [2, 3948, 0]], ["dress", [2, 3948, 1]], ["nip off", [2, 3948, 2]], ["cut back", [2, 3948, 3]], ["clip", [2, 3948, 4]], ["crop", [2, 3948, 5]], ["trim", [2, 3948, 6]], ["prune", [2, 3948, 7]], ["lop", [2, 3948, 8]]]}, {"answer": "snitch", "hint": "synonyms for snitch", "clues": [["tell on", [2, 3949, 0]], ["glom", [2, 3949, 1]], ["thieve", [2, 3949, 2]], ["knock off", [2, 3949, 3]], ["hook", [2, 3949, 4]], ["give away", [2, 3949, 5]], ["rat", [2, 3949, 6]], ["cop", [2, 3949, 7]], ["betray", [2, 3949, 8]], ["denounce", [2, 3949, 9]], ["shop", [2, 3949, 10]], ["shit", [2, 3949, 11]], ["stag", [2, 3949, 12]], ["grass", [2, 3949, 13]]]}, {"answer": "snivel", "hint": "synonyms for snivel", "clues": [["blub", [2, 3950, 0]], ["whine", [2, 3950, 1]], ["snuffle", [2, 3950, 2]], ["blubber", [2, 3950, 3]]]}, {"answer": "sniveling", "hint": "synonyms for sniveling", "clues": [["blub", [2, 3951, 0]], ["whine", [2, 3951, 1]], ["snuffle", [2, 3951, 2]], ["snivel", [2, 3951, 3]], ["blubber", [2, 3951, 4]]]}, {"answer": "snogging", "hint": "synonyms for snogging", "clues": [["snog", [2, 3952, 0]], ["kiss", [2, 3952, 1]], ["osculate", [2, 3952, 2]], ["buss", [2, 3952, 3]]]}, {"answer": "snow", "hint": "synonyms for snow", "clues": [["bamboozle", [2, 3953, 0]], ["play false", [2, 3953, 1]], ["lead by the nose", [2, 3953, 2]], ["pull the wool over someone's eyes", [2, 3953, 3]], ["hoodwink", [2, 3953, 4]]]}, {"answer": "snuffle", "hint": "synonyms for snuffle", "clues": [["blub", [2, 3954, 0]], ["snivel", [2, 3954, 1]], ["blubber", [2, 3954, 2]], ["sniffle", [2, 3954, 3]], ["snuff", [2, 3954, 4]]]}, {"answer": "snuggle", "hint": "synonyms for snuggle", "clues": [["nest", [2, 3955, 0]], ["nestle", [2, 3955, 1]], ["nuzzle", [2, 3955, 2]], ["cuddle", [2, 3955, 3]], ["draw close", [2, 3955, 4]]]}, {"answer": "snuggling", "hint": "synonyms for snuggling", "clues": [["nest", [2, 3956, 0]], ["snuggle", [2, 3956, 1]], ["nestle", [2, 3956, 2]], ["nuzzle", [2, 3956, 3]], ["cuddle", [2, 3956, 4]], ["draw close", [2, 3956, 5]]]}, {"answer": "soak", "hint": "synonyms for soak", "clues": [["intoxicate", [2, 3957, 0]], ["gazump", [2, 3957, 1]], ["souse", [2, 3957, 2]], ["inebriate", [2, 3957, 3]], ["rob", [2, 3957, 4]], ["dowse", [2, 3957, 5]], ["overcharge", [2, 3957, 6]], ["pluck", [2, 3957, 7]], ["imbue", [2, 3957, 8]], ["drench", [2, 3957, 9]], ["fleece", [2, 3957, 10]], ["pawn", [2, 3957, 11]], ["hit it up", [2, 3957, 12]], ["hock", [2, 3957, 13]], ["plume", [2, 3957, 14]], ["sop", [2, 3957, 15]], ["douse", [2, 3957, 16]], ["surcharge", [2, 3957, 17]], ["hook", [2, 3957, 18]]]}, {"answer": "soar", "hint": "synonyms for soar", "clues": [["soar upwards", [2, 3958, 0]], ["surge", [2, 3958, 1]], ["hang glide", [2, 3958, 2]], ["sailplane", [2, 3958, 3]], ["soar up", [2, 3958, 4]], ["zoom", [2, 3958, 5]]]}, {"answer": "sock", "hint": "synonyms for sock", "clues": [["whap", [2, 3959, 0]], ["bash", [2, 3959, 1]], ["bonk", [2, 3959, 2]], ["bop", [2, 3959, 3]], ["whop", [2, 3959, 4]]]}, {"answer": "soil", "hint": "synonyms for soil", "clues": [["colly", [2, 3960, 0]], ["grime", [2, 3960, 1]], ["dirty", [2, 3960, 2]], ["begrime", [2, 3960, 3]], ["bemire", [2, 3960, 4]]]}, {"answer": "soiling", "hint": "synonyms for soiling", "clues": [["colly", [2, 3961, 0]], ["grime", [2, 3961, 1]], ["dirty", [2, 3961, 2]], ["soil", [2, 3961, 3]], ["begrime", [2, 3961, 4]], ["bemire", [2, 3961, 5]]]}, {"answer": "solving", "hint": "synonyms for solving", "clues": [["work", [2, 3962, 0]], ["resolve", [2, 3962, 1]], ["clear", [2, 3962, 2]], ["figure out", [2, 3962, 3]], ["lick", [2, 3962, 4]], ["puzzle out", [2, 3962, 5]], ["work out", [2, 3962, 6]], ["solve", [2, 3962, 7]]]}, {"answer": "sop", "hint": "synonyms for sop", "clues": [["dowse", [2, 3963, 0]], ["douse", [2, 3963, 1]], ["soak through", [2, 3963, 2]], ["soak", [2, 3963, 3]], ["souse", [2, 3963, 4]], ["drench", [2, 3963, 5]]]}, {"answer": "sophisticate", "hint": "synonyms for sophisticate", "clues": [["doctor", [2, 3964, 0]], ["twist around", [2, 3964, 1]], ["doctor up", [2, 3964, 2]], ["twist", [2, 3964, 3]], ["convolute", [2, 3964, 4]], ["pervert", [2, 3964, 5]]]}, {"answer": "sops", "hint": "synonyms for sops", "clues": [["drench", [2, 3965, 0]], ["sop", [2, 3965, 1]], ["souse", [2, 3965, 2]], ["dowse", [2, 3965, 3]], ["soak through", [2, 3965, 4]], ["douse", [2, 3965, 5]], ["soak", [2, 3965, 6]]]}, {"answer": "sort", "hint": "synonyms for sort", "clues": [["sort out", [2, 3966, 0]], ["assort", [2, 3966, 1]], ["separate", [2, 3966, 2]], ["sieve", [2, 3966, 3]], ["screen", [2, 3966, 4]], ["screen out", [2, 3966, 5]], ["classify", [2, 3966, 6]], ["class", [2, 3966, 7]]]}, {"answer": "sorting", "hint": "synonyms for sorting", "clues": [["sort out", [2, 3967, 0]], ["assort", [2, 3967, 1]], ["separate", [2, 3967, 2]], ["sort", [2, 3967, 3]], ["sieve", [2, 3967, 4]], ["screen", [2, 3967, 5]], ["screen out", [2, 3967, 6]], ["classify", [2, 3967, 7]], ["class", [2, 3967, 8]]]}, {"answer": "souring", "hint": "synonyms for souring", "clues": [["ferment", [2, 3968, 0]], ["acetify", [2, 3968, 1]], ["acidify", [2, 3968, 2]], ["turn", [2, 3968, 3]], ["sour", [2, 3968, 4]], ["acidulate", [2, 3968, 5]], ["work", [2, 3968, 6]]]}, {"answer": "souse", "hint": "synonyms for souse", "clues": [["hit it up", [2, 3969, 0]], ["dowse", [2, 3969, 1]], ["dip", [2, 3969, 2]], ["sop", [2, 3969, 3]], ["douse", [2, 3969, 4]], ["soak", [2, 3969, 5]], ["inebriate", [2, 3969, 6]], ["plunge", [2, 3969, 7]], ["dunk", [2, 3969, 8]], ["drench", [2, 3969, 9]]]}, {"answer": "sousing", "hint": "synonyms for sousing", "clues": [["souse", [2, 3970, 0]], ["hit it up", [2, 3970, 1]], ["dowse", [2, 3970, 2]], ["dip", [2, 3970, 3]], ["sop", [2, 3970, 4]], ["douse", [2, 3970, 5]], ["soak", [2, 3970, 6]], ["inebriate", [2, 3970, 7]], ["plunge", [2, 3970, 8]], ["dunk", [2, 3970, 9]], ["drench", [2, 3970, 10]]]}, {"answer": "spark", "hint": "synonyms for spark", "clues": [["sparkle", [2, 3971, 0]], ["trigger off", [2, 3971, 1]], ["set off", [2, 3971, 2]], ["spark off", [2, 3971, 3]], ["trip", [2, 3971, 4]], ["trigger", [2, 3971, 5]], ["activate", [2, 3971, 6]], ["actuate", [2, 3971, 7]], ["touch off", [2, 3971, 8]]]}, {"answer": "sparkle", "hint": "synonyms for sparkle", "clues": [["coruscate", [2, 3972, 0]], ["spark", [2, 3972, 1]], ["effervesce", [2, 3972, 2]], ["foam", [2, 3972, 3]], ["scintillate", [2, 3972, 4]], ["form bubbles", [2, 3972, 5]], ["fizz", [2, 3972, 6]], ["froth", [2, 3972, 7]]]}, {"answer": "spat", "hint": "synonyms for spat", "clues": [["sprinkle", [2, 3973, 0]], ["spit", [2, 3973, 1]], ["patter", [2, 3973, 2]], ["pitter-patter", [2, 3973, 3]], ["applaud", [2, 3973, 4]], ["acclaim", [2, 3973, 5]], ["spew", [2, 3973, 6]], ["clap", [2, 3973, 7]], ["ptyalise", [2, 3973, 8]], ["spue", [2, 3973, 9]], ["skewer", [2, 3973, 10]], ["spit out", [2, 3973, 11]]]}, {"answer": "spatter", "hint": "synonyms for spatter", "clues": [["sprinkle", [2, 3974, 0]], ["patter", [2, 3974, 1]], ["pitter-patter", [2, 3974, 2]], ["bespatter", [2, 3974, 3]], ["spit", [2, 3974, 4]], ["plash", [2, 3974, 5]], ["swash", [2, 3974, 6]], ["splosh", [2, 3974, 7]]]}, {"answer": "spattering", "hint": "synonyms for spattering", "clues": [["sprinkle", [2, 3975, 0]], ["patter", [2, 3975, 1]], ["pitter-patter", [2, 3975, 2]], ["bespatter", [2, 3975, 3]], ["spit", [2, 3975, 4]], ["plash", [2, 3975, 5]], ["swash", [2, 3975, 6]], ["splosh", [2, 3975, 7]]]}, {"answer": "spaying", "hint": "synonyms for spaying", "clues": [["neuter", [2, 3976, 0]], ["spay", [2, 3976, 1]], ["castrate", [2, 3976, 2]], ["alter", [2, 3976, 3]]]}, {"answer": "speed", "hint": "synonyms for speed", "clues": [["accelerate", [2, 3977, 0]], ["speed up", [2, 3977, 1]], ["rush", [2, 3977, 2]], ["zip", [2, 3977, 3]], ["pelt along", [2, 3977, 4]], ["hotfoot", [2, 3977, 5]], ["travel rapidly", [2, 3977, 6]], ["race", [2, 3977, 7]], ["bucket along", [2, 3977, 8]], ["cannonball along", [2, 3977, 9]], ["rush along", [2, 3977, 10]], ["hie", [2, 3977, 11]], ["quicken", [2, 3977, 12]], ["hurry", [2, 3977, 13]], ["step on it", [2, 3977, 14]], ["hasten", [2, 3977, 15]]]}, {"answer": "speeding", "hint": "synonyms for speeding", "clues": [["accelerate", [2, 3978, 0]], ["speed up", [2, 3978, 1]], ["rush", [2, 3978, 2]], ["speed", [2, 3978, 3]], ["zip", [2, 3978, 4]], ["pelt along", [2, 3978, 5]], ["hotfoot", [2, 3978, 6]], ["travel rapidly", [2, 3978, 7]], ["race", [2, 3978, 8]], ["bucket along", [2, 3978, 9]], ["cannonball along", [2, 3978, 10]], ["rush along", [2, 3978, 11]], ["hie", [2, 3978, 12]], ["quicken", [2, 3978, 13]], ["hurry", [2, 3978, 14]], ["step on it", [2, 3978, 15]], ["hasten", [2, 3978, 16]]]}, {"answer": "spelling", "hint": "synonyms for spelling", "clues": [["spell", [2, 3979, 0]], ["import", [2, 3979, 1]], ["spell out", [2, 3979, 2]], ["write", [2, 3979, 3]]]}, {"answer": "spelt", "hint": "synonyms for spelt", "clues": [["spell", [2, 3980, 0]], ["import", [2, 3980, 1]], ["spell out", [2, 3980, 2]], ["write", [2, 3980, 3]]]}, {"answer": "spending", "hint": "synonyms for spending", "clues": [["spend", [2, 3981, 0]], ["drop", [2, 3981, 1]], ["pass", [2, 3981, 2]], ["expend", [2, 3981, 3]]]}, {"answer": "spike", "hint": "synonyms for spike", "clues": [["empale", [2, 3982, 0]], ["spike out", [2, 3982, 1]], ["fortify", [2, 3982, 2]], ["lace", [2, 3982, 3]], ["impale", [2, 3982, 4]], ["transfix", [2, 3982, 5]]]}, {"answer": "spill", "hint": "synonyms for spill", "clues": [["disgorge", [2, 3983, 0]], ["pour forth", [2, 3983, 1]], ["run out", [2, 3983, 2]], ["splatter", [2, 3983, 3]], ["slop", [2, 3983, 4]], ["shed", [2, 3983, 5]], ["talk", [2, 3983, 6]]]}, {"answer": "spin", "hint": "synonyms for spin", "clues": [["whirl", [2, 3984, 0]], ["twirl", [2, 3984, 1]], ["gyrate", [2, 3984, 2]], ["reel", [2, 3984, 3]], ["spin around", [2, 3984, 4]], ["spin out", [2, 3984, 5]], ["birl", [2, 3984, 6]]]}, {"answer": "spinning", "hint": "synonyms for spinning", "clues": [["whirl", [2, 3985, 0]], ["spin", [2, 3985, 1]], ["reel", [2, 3985, 2]], ["spin around", [2, 3985, 3]], ["spin out", [2, 3985, 4]], ["birl", [2, 3985, 5]], ["twirl", [2, 3985, 6]], ["gyrate", [2, 3985, 7]]]}, {"answer": "spirt", "hint": "synonyms for spirt", "clues": [["forge", [2, 3986, 0]], ["gush", [2, 3986, 1]], ["spurt", [2, 3986, 2]], ["spout", [2, 3986, 3]]]}, {"answer": "spit", "hint": "synonyms for spit", "clues": [["sprinkle", [2, 3987, 0]], ["patter", [2, 3987, 1]], ["pitter-patter", [2, 3987, 2]], ["spew", [2, 3987, 3]], ["ptyalise", [2, 3987, 4]], ["spue", [2, 3987, 5]], ["skewer", [2, 3987, 6]], ["spit out", [2, 3987, 7]]]}, {"answer": "spite", "hint": "synonyms for spite", "clues": [["wound", [2, 3988, 0]], ["offend", [2, 3988, 1]], ["injure", [2, 3988, 2]], ["bruise", [2, 3988, 3]], ["hurt", [2, 3988, 4]]]}, {"answer": "spitting", "hint": "synonyms for spitting", "clues": [["sprinkle", [2, 3989, 0]], ["spit", [2, 3989, 1]], ["patter", [2, 3989, 2]], ["pitter-patter", [2, 3989, 3]], ["spew", [2, 3989, 4]], ["ptyalise", [2, 3989, 5]], ["spue", [2, 3989, 6]], ["skewer", [2, 3989, 7]], ["spit out", [2, 3989, 8]]]}, {"answer": "splash", "hint": "synonyms for splash", "clues": [["splosh", [2, 3990, 0]], ["slush", [2, 3990, 1]], ["squish", [2, 3990, 2]], ["sprinkle", [2, 3990, 3]], ["plash", [2, 3990, 4]], ["spatter", [2, 3990, 5]], ["slop", [2, 3990, 6]], ["swash", [2, 3990, 7]], ["squelch", [2, 3990, 8]]]}, {"answer": "splashing", "hint": "synonyms for splashing", "clues": [["splosh", [2, 3991, 0]], ["splash", [2, 3991, 1]], ["spatter", [2, 3991, 2]], ["slush", [2, 3991, 3]], ["squish", [2, 3991, 4]], ["sprinkle", [2, 3991, 5]], ["slop", [2, 3991, 6]], ["swash", [2, 3991, 7]], ["squelch", [2, 3991, 8]]]}, {"answer": "splatter", "hint": "synonyms for splatter", "clues": [["plash", [2, 3992, 0]], ["splosh", [2, 3992, 1]], ["spatter", [2, 3992, 2]], ["slop", [2, 3992, 3]], ["spill", [2, 3992, 4]], ["swash", [2, 3992, 5]]]}, {"answer": "splattering", "hint": "synonyms for splattering", "clues": [["splosh", [2, 3993, 0]], ["splatter", [2, 3993, 1]], ["spill", [2, 3993, 2]], ["plash", [2, 3993, 3]], ["slop", [2, 3993, 4]], ["swash", [2, 3993, 5]]]}, {"answer": "splicing", "hint": "synonyms for splicing", "clues": [["splice", [2, 3994, 0]], ["marry", [2, 3994, 1]], ["wed", [2, 3994, 2]], ["tie", [2, 3994, 3]]]}, {"answer": "splintering", "hint": "synonyms for splintering", "clues": [["splinter", [2, 3995, 0]], ["secede", [2, 3995, 1]], ["sliver", [2, 3995, 2]], ["break away", [2, 3995, 3]]]}, {"answer": "splinters", "hint": "synonyms for splinters", "clues": [["splinter", [2, 3996, 0]], ["secede", [2, 3996, 1]], ["sliver", [2, 3996, 2]], ["break away", [2, 3996, 3]]]}, {"answer": "split_up", "hint": "synonyms for split up", "clues": [["break", [2, 3997, 0]], ["part", [2, 3997, 1]], ["separate", [2, 3997, 2]], ["split", [2, 3997, 3]], ["dissever", [2, 3997, 4]], ["break up", [2, 3997, 5]], ["come apart", [2, 3997, 6]], ["divide", [2, 3997, 7]], ["fall apart", [2, 3997, 8]], ["divorce", [2, 3997, 9]], ["carve up", [2, 3997, 10]]]}, {"answer": "spoil", "hint": "synonyms for spoil", "clues": [["baby", [2, 3998, 0]], ["bodge", [2, 3998, 1]], ["thwart", [2, 3998, 2]], ["blow", [2, 3998, 3]], ["muck up", [2, 3998, 4]], ["indulge", [2, 3998, 5]], ["bobble", [2, 3998, 6]], ["cosset", [2, 3998, 7]], ["botch up", [2, 3998, 8]], ["foul up", [2, 3998, 9]], ["mar", [2, 3998, 10]], ["baffle", [2, 3998, 11]], ["coddle", [2, 3998, 12]], ["violate", [2, 3998, 13]], ["foil", [2, 3998, 14]], ["rape", [2, 3998, 15]], ["pamper", [2, 3998, 16]], ["featherbed", [2, 3998, 17]], ["bollocks up", [2, 3998, 18]], ["plunder", [2, 3998, 19]], ["mishandle", [2, 3998, 20]], ["muff", [2, 3998, 21]], ["cross", [2, 3998, 22]], ["bungle", [2, 3998, 23]], ["fumble", [2, 3998, 24]], ["bollix up", [2, 3998, 25]], ["fluff", [2, 3998, 26]], ["screw up", [2, 3998, 27]], ["despoil", [2, 3998, 28]], ["cocker", [2, 3998, 29]], ["bollix", [2, 3998, 30]], ["bumble", [2, 3998, 31]], ["bilk", [2, 3998, 32]], ["vitiate", [2, 3998, 33]], ["mess up", [2, 3998, 34]], ["mollycoddle", [2, 3998, 35]], ["corrupt", [2, 3998, 36]], ["flub", [2, 3998, 37]], ["queer", [2, 3998, 38]], ["ball up", [2, 3998, 39]], ["impair", [2, 3998, 40]], ["louse up", [2, 3998, 41]], ["bollocks", [2, 3998, 42]], ["scotch", [2, 3998, 43]], ["frustrate", [2, 3998, 44]], ["go bad", [2, 3998, 45]], ["deflower", [2, 3998, 46]], ["itch", [2, 3998, 47]], ["botch", [2, 3998, 48]]]}, {"answer": "spoiling", "hint": "synonyms for spoiling", "clues": [["baby", [2, 3999, 0]], ["bodge", [2, 3999, 1]], ["thwart", [2, 3999, 2]], ["blow", [2, 3999, 3]], ["muck up", [2, 3999, 4]], ["indulge", [2, 3999, 5]], ["bobble", [2, 3999, 6]], ["cosset", [2, 3999, 7]], ["botch up", [2, 3999, 8]], ["foul up", [2, 3999, 9]], ["spoil", [2, 3999, 10]], ["mar", [2, 3999, 11]], ["baffle", [2, 3999, 12]], ["coddle", [2, 3999, 13]], ["violate", [2, 3999, 14]], ["foil", [2, 3999, 15]], ["rape", [2, 3999, 16]], ["pamper", [2, 3999, 17]], ["featherbed", [2, 3999, 18]], ["bollocks up", [2, 3999, 19]], ["plunder", [2, 3999, 20]], ["mishandle", [2, 3999, 21]], ["muff", [2, 3999, 22]], ["cross", [2, 3999, 23]], ["bungle", [2, 3999, 24]], ["fumble", [2, 3999, 25]], ["bollix up", [2, 3999, 26]], ["fluff", [2, 3999, 27]], ["screw up", [2, 3999, 28]], ["despoil", [2, 3999, 29]], ["cocker", [2, 3999, 30]], ["bollix", [2, 3999, 31]], ["bumble", [2, 3999, 32]], ["bilk", [2, 3999, 33]], ["vitiate", [2, 3999, 34]], ["mess up", [2, 3999, 35]], ["mollycoddle", [2, 3999, 36]], ["corrupt", [2, 3999, 37]], ["flub", [2, 3999, 38]], ["queer", [2, 3999, 39]], ["ball up", [2, 3999, 40]], ["impair", [2, 3999, 41]], ["louse up", [2, 3999, 42]], ["bollocks", [2, 3999, 43]], ["scotch", [2, 3999, 44]], ["frustrate", [2, 3999, 45]], ["go bad", [2, 3999, 46]], ["deflower", [2, 3999, 47]], ["itch", [2, 3999, 48]], ["botch", [2, 3999, 49]]]}, {"answer": "spoke", "hint": "synonyms for spoke", "clues": [["address", [2, 4000, 0]], ["speak", [2, 4000, 1]], ["verbalise", [2, 4000, 2]], ["talk", [2, 4000, 3]], ["mouth", [2, 4000, 4]], ["utter", [2, 4000, 5]]]}, {"answer": "sponge", "hint": "synonyms for sponge", "clues": [["mooch", [2, 4001, 0]], ["grub", [2, 4001, 1]], ["cadge", [2, 4001, 2]], ["bum", [2, 4001, 3]]]}, {"answer": "sponsor", "hint": "synonyms for sponsor", "clues": [["shop", [2, 4002, 0]], ["patronise", [2, 4002, 1]], ["buy at", [2, 4002, 2]], ["shop at", [2, 4002, 3]], ["frequent", [2, 4002, 4]]]}, {"answer": "sport", "hint": "synonyms for sport", "clues": [["frisk", [2, 4003, 0]], ["lark about", [2, 4003, 1]], ["romp", [2, 4003, 2]], ["feature", [2, 4003, 3]], ["run around", [2, 4003, 4]], ["gambol", [2, 4003, 5]], ["rollick", [2, 4003, 6]], ["cavort", [2, 4003, 7]], ["boast", [2, 4003, 8]], ["skylark", [2, 4003, 9]], ["disport", [2, 4003, 10]], ["frolic", [2, 4003, 11]], ["lark", [2, 4003, 12]]]}, {"answer": "spot", "hint": "synonyms for spot", "clues": [["spy", [2, 4004, 0]], ["make out", [2, 4004, 1]], ["blot", [2, 4004, 2]], ["fleck", [2, 4004, 3]], ["discern", [2, 4004, 4]], ["distinguish", [2, 4004, 5]], ["recognise", [2, 4004, 6]], ["blob", [2, 4004, 7]], ["blemish", [2, 4004, 8]], ["pick out", [2, 4004, 9]], ["tell apart", [2, 4004, 10]], ["descry", [2, 4004, 11]]]}, {"answer": "spots", "hint": "synonyms for spots", "clues": [["make out", [2, 4005, 0]], ["spot", [2, 4005, 1]], ["distinguish", [2, 4005, 2]], ["recognise", [2, 4005, 3]], ["descry", [2, 4005, 4]], ["spy", [2, 4005, 5]], ["blot", [2, 4005, 6]], ["fleck", [2, 4005, 7]], ["discern", [2, 4005, 8]], ["blob", [2, 4005, 9]], ["blemish", [2, 4005, 10]], ["pick out", [2, 4005, 11]], ["tell apart", [2, 4005, 12]]]}, {"answer": "spotting", "hint": "synonyms for spotting", "clues": [["make out", [2, 4006, 0]], ["spot", [2, 4006, 1]], ["distinguish", [2, 4006, 2]], ["recognise", [2, 4006, 3]], ["descry", [2, 4006, 4]], ["spy", [2, 4006, 5]], ["blot", [2, 4006, 6]], ["fleck", [2, 4006, 7]], ["discern", [2, 4006, 8]], ["blob", [2, 4006, 9]], ["blemish", [2, 4006, 10]], ["pick out", [2, 4006, 11]], ["tell apart", [2, 4006, 12]]]}, {"answer": "spout", "hint": "synonyms for spout", "clues": [["gush", [2, 4007, 0]], ["spurt", [2, 4007, 1]], ["mouth off", [2, 4007, 2]], ["rave", [2, 4007, 3]], ["jabber", [2, 4007, 4]], ["spirt", [2, 4007, 5]], ["rant", [2, 4007, 6]], ["rabbit on", [2, 4007, 7]]]}, {"answer": "sprain", "hint": "synonyms for sprain", "clues": [["turn", [2, 4008, 0]], ["wrick", [2, 4008, 1]], ["wrench", [2, 4008, 2]], ["twist", [2, 4008, 3]]]}, {"answer": "spreading", "hint": "synonyms for spreading", "clues": [["spread out", [2, 4009, 0]], ["pass around", [2, 4009, 1]], ["unfold", [2, 4009, 2]], ["spread", [2, 4009, 3]], ["propagate", [2, 4009, 4]], ["circularize", [2, 4009, 5]], ["distribute", [2, 4009, 6]], ["circulate", [2, 4009, 7]], ["diffuse", [2, 4009, 8]], ["fan out", [2, 4009, 9]], ["disseminate", [2, 4009, 10]], ["scatter", [2, 4009, 11]], ["overspread", [2, 4009, 12]], ["broadcast", [2, 4009, 13]], ["go around", [2, 4009, 14]], ["open", [2, 4009, 15]], ["disperse", [2, 4009, 16]]]}, {"answer": "spring", "hint": "synonyms for spring", "clues": [["leap", [2, 4010, 0]], ["jump", [2, 4010, 1]], ["take a hop", [2, 4010, 2]], ["bound", [2, 4010, 3]], ["recoil", [2, 4010, 4]], ["take shape", [2, 4010, 5]], ["reverberate", [2, 4010, 6]], ["ricochet", [2, 4010, 7]], ["bounce", [2, 4010, 8]], ["rebound", [2, 4010, 9]], ["resile", [2, 4010, 10]], ["form", [2, 4010, 11]], ["take form", [2, 4010, 12]]]}, {"answer": "sprinkle", "hint": "synonyms for sprinkle", "clues": [["besprinkle", [2, 4011, 0]], ["splash", [2, 4011, 1]], ["splosh", [2, 4011, 2]], ["patter", [2, 4011, 3]], ["pitter-patter", [2, 4011, 4]], ["disperse", [2, 4011, 5]], ["dot", [2, 4011, 6]], ["spit", [2, 4011, 7]], ["scatter", [2, 4011, 8]], ["sparge", [2, 4011, 9]], ["dust", [2, 4011, 10]]]}, {"answer": "sprinkles", "hint": "synonyms for sprinkles", "clues": [["sprinkle", [2, 4012, 0]], ["splash", [2, 4012, 1]], ["splosh", [2, 4012, 2]], ["patter", [2, 4012, 3]], ["pitter-patter", [2, 4012, 4]], ["disperse", [2, 4012, 5]], ["dot", [2, 4012, 6]], ["spit", [2, 4012, 7]], ["scatter", [2, 4012, 8]], ["sparge", [2, 4012, 9]], ["dust", [2, 4012, 10]]]}, {"answer": "sprinkling", "hint": "synonyms for sprinkling", "clues": [["sprinkle", [2, 4013, 0]], ["splash", [2, 4013, 1]], ["splosh", [2, 4013, 2]], ["patter", [2, 4013, 3]], ["pitter-patter", [2, 4013, 4]], ["disperse", [2, 4013, 5]], ["dot", [2, 4013, 6]], ["spit", [2, 4013, 7]], ["scatter", [2, 4013, 8]], ["sparge", [2, 4013, 9]], ["dust", [2, 4013, 10]]]}, {"answer": "sprout", "hint": "synonyms for sprout", "clues": [["germinate", [2, 4014, 0]], ["pullulate", [2, 4014, 1]], ["bourgeon", [2, 4014, 2]], ["shoot", [2, 4014, 3]], ["spud", [2, 4014, 4]], ["stock", [2, 4014, 5]], ["burgeon forth", [2, 4014, 6]]]}, {"answer": "sprouting", "hint": "synonyms for sprouting", "clues": [["germinate", [2, 4015, 0]], ["pullulate", [2, 4015, 1]], ["bourgeon", [2, 4015, 2]], ["shoot", [2, 4015, 3]], ["spud", [2, 4015, 4]], ["burgeon forth", [2, 4015, 5]], ["sprout", [2, 4015, 6]], ["stock", [2, 4015, 7]]]}, {"answer": "spud", "hint": "synonyms for spud", "clues": [["germinate", [2, 4016, 0]], ["pullulate", [2, 4016, 1]], ["bourgeon", [2, 4016, 2]], ["shoot", [2, 4016, 3]], ["sprout", [2, 4016, 4]], ["burgeon forth", [2, 4016, 5]]]}, {"answer": "spurt", "hint": "synonyms for spurt", "clues": [["spirt", [2, 4017, 0]], ["forge", [2, 4017, 1]], ["gush", [2, 4017, 2]], ["spout", [2, 4017, 3]]]}, {"answer": "sputter", "hint": "synonyms for sputter", "clues": [["scramble", [2, 4018, 0]], ["struggle", [2, 4018, 1]], ["shinny", [2, 4018, 2]], ["skin", [2, 4018, 3]], ["shin", [2, 4018, 4]], ["splutter", [2, 4018, 5]], ["clamber", [2, 4018, 6]], ["spit out", [2, 4018, 7]]]}, {"answer": "sputtering", "hint": "synonyms for sputtering", "clues": [["scramble", [2, 4019, 0]], ["struggle", [2, 4019, 1]], ["sputter", [2, 4019, 2]], ["shinny", [2, 4019, 3]], ["skin", [2, 4019, 4]], ["shin", [2, 4019, 5]], ["clamber", [2, 4019, 6]], ["spit out", [2, 4019, 7]]]}, {"answer": "spy", "hint": "synonyms for spy", "clues": [["spot", [2, 4020, 0]], ["stag", [2, 4020, 1]], ["sleuth", [2, 4020, 2]], ["snoop", [2, 4020, 3]], ["espy", [2, 4020, 4]], ["descry", [2, 4020, 5]], ["sight", [2, 4020, 6]]]}, {"answer": "spying", "hint": "synonyms for spying", "clues": [["spot", [2, 4021, 0]], ["spy", [2, 4021, 1]], ["sleuth", [2, 4021, 2]], ["stag", [2, 4021, 3]], ["snoop", [2, 4021, 4]], ["descry", [2, 4021, 5]], ["sight", [2, 4021, 6]]]}, {"answer": "squabble", "hint": "synonyms for squabble", "clues": [["quibble", [2, 4022, 0]], ["niggle", [2, 4022, 1]], ["brabble", [2, 4022, 2]], ["pettifog", [2, 4022, 3]], ["bicker", [2, 4022, 4]]]}, {"answer": "squall", "hint": "synonyms for squall", "clues": [["call", [2, 4023, 0]], ["shout out", [2, 4023, 1]], ["scream", [2, 4023, 2]], ["shout", [2, 4023, 3]], ["hollo", [2, 4023, 4]], ["holler", [2, 4023, 5]], ["waul", [2, 4023, 6]], ["cry", [2, 4023, 7]], ["wawl", [2, 4023, 8]], ["yell", [2, 4023, 9]]]}, {"answer": "squandering", "hint": "synonyms for squandering", "clues": [["waste", [2, 4024, 0]], ["squander", [2, 4024, 1]], ["ware", [2, 4024, 2]], ["blow", [2, 4024, 3]], ["consume", [2, 4024, 4]]]}, {"answer": "squash", "hint": "synonyms for squash", "clues": [["crush", [2, 4025, 0]], ["mash", [2, 4025, 1]], ["squelch", [2, 4025, 2]], ["squeeze", [2, 4025, 3]]]}, {"answer": "squatting", "hint": "synonyms for squatting", "clues": [["scrunch up", [2, 4026, 0]], ["crouch", [2, 4026, 1]], ["hunker", [2, 4026, 2]], ["scrunch", [2, 4026, 3]], ["hunker down", [2, 4026, 4]], ["squat", [2, 4026, 5]]]}, {"answer": "squawk", "hint": "synonyms for squawk", "clues": [["bitch", [2, 4027, 0]], ["skreigh", [2, 4027, 1]], ["holler", [2, 4027, 2]], ["screak", [2, 4027, 3]], ["gripe", [2, 4027, 4]], ["screech", [2, 4027, 5]], ["skreak", [2, 4027, 6]], ["crab", [2, 4027, 7]], ["beef", [2, 4027, 8]], ["bellyache", [2, 4027, 9]], ["grouse", [2, 4027, 10]]]}, {"answer": "squeak", "hint": "synonyms for squeak", "clues": [["screak", [2, 4028, 0]], ["screech", [2, 4028, 1]], ["skreak", [2, 4028, 2]], ["whine", [2, 4028, 3]]]}, {"answer": "squeeze", "hint": "synonyms for squeeze", "clues": [["mash", [2, 4029, 0]], ["squelch", [2, 4029, 1]], ["pressure", [2, 4029, 2]], ["constrict", [2, 4029, 3]], ["wedge", [2, 4029, 4]], ["squash", [2, 4029, 5]], ["compact", [2, 4029, 6]], ["crush", [2, 4029, 7]], ["bosom", [2, 4029, 8]], ["press", [2, 4029, 9]], ["shove", [2, 4029, 10]], ["wring", [2, 4029, 11]], ["twitch", [2, 4029, 12]], ["stuff", [2, 4029, 13]], ["pinch", [2, 4029, 14]], ["coerce", [2, 4029, 15]], ["twinge", [2, 4029, 16]], ["embrace", [2, 4029, 17]], ["tweet", [2, 4029, 18]], ["force", [2, 4029, 19]], ["extort", [2, 4029, 20]], ["hale", [2, 4029, 21]], ["compress", [2, 4029, 22]], ["rack", [2, 4029, 23]], ["nip", [2, 4029, 24]], ["gouge", [2, 4029, 25]], ["contract", [2, 4029, 26]], ["hug", [2, 4029, 27]], ["thrust", [2, 4029, 28]]]}, {"answer": "squeezing", "hint": "synonyms for squeezing", "clues": [["squelch", [2, 4030, 0]], ["squash", [2, 4030, 1]], ["crush", [2, 4030, 2]], ["bosom", [2, 4030, 3]], ["shove", [2, 4030, 4]], ["squeeze", [2, 4030, 5]], ["force", [2, 4030, 6]], ["compress", [2, 4030, 7]], ["contract", [2, 4030, 8]], ["hug", [2, 4030, 9]], ["mash", [2, 4030, 10]], ["pressure", [2, 4030, 11]], ["constrict", [2, 4030, 12]], ["wedge", [2, 4030, 13]], ["compact", [2, 4030, 14]], ["press", [2, 4030, 15]], ["twitch", [2, 4030, 16]], ["wring", [2, 4030, 17]], ["pinch", [2, 4030, 18]], ["stuff", [2, 4030, 19]], ["coerce", [2, 4030, 20]], ["twinge", [2, 4030, 21]], ["embrace", [2, 4030, 22]], ["tweet", [2, 4030, 23]], ["extort", [2, 4030, 24]], ["hale", [2, 4030, 25]], ["rack", [2, 4030, 26]], ["nip", [2, 4030, 27]], ["gouge", [2, 4030, 28]], ["thrust", [2, 4030, 29]]]}, {"answer": "squelch", "hint": "synonyms for squelch", "clues": [["mash", [2, 4031, 0]], ["slosh", [2, 4031, 1]], ["squish", [2, 4031, 2]], ["quell", [2, 4031, 3]], ["quench", [2, 4031, 4]], ["squash", [2, 4031, 5]], ["crush", [2, 4031, 6]], ["splash", [2, 4031, 7]], ["squeeze", [2, 4031, 8]], ["slop", [2, 4031, 9]]]}, {"answer": "squinch", "hint": "synonyms for squinch", "clues": [["funk", [2, 4032, 0]], ["recoil", [2, 4032, 1]], ["flinch", [2, 4032, 2]], ["wince", [2, 4032, 3]], ["quail", [2, 4032, 4]], ["squint", [2, 4032, 5]], ["cringe", [2, 4032, 6]], ["shrink", [2, 4032, 7]]]}, {"answer": "squirm", "hint": "synonyms for squirm", "clues": [["twist", [2, 4033, 0]], ["wriggle", [2, 4033, 1]], ["writhe", [2, 4033, 2]], ["wrestle", [2, 4033, 3]], ["worm", [2, 4033, 4]]]}, {"answer": "squish", "hint": "synonyms for squish", "clues": [["slosh", [2, 4034, 0]], ["splash", [2, 4034, 1]], ["slop", [2, 4034, 2]], ["squelch", [2, 4034, 3]]]}, {"answer": "stab", "hint": "synonyms for stab", "clues": [["dig", [2, 4035, 0]], ["jab", [2, 4035, 1]], ["poke", [2, 4035, 2]], ["knife", [2, 4035, 3]], ["prod", [2, 4035, 4]]]}, {"answer": "stag", "hint": "synonyms for stag", "clues": [["tell on", [2, 4036, 0]], ["spy", [2, 4036, 1]], ["sleuth", [2, 4036, 2]], ["rat", [2, 4036, 3]], ["shop", [2, 4036, 4]], ["snitch", [2, 4036, 5]], ["snoop", [2, 4036, 6]], ["betray", [2, 4036, 7]], ["denounce", [2, 4036, 8]], ["give away", [2, 4036, 9]], ["shit", [2, 4036, 10]], ["grass", [2, 4036, 11]]]}, {"answer": "stagger", "hint": "synonyms for stagger", "clues": [["flounder", [2, 4037, 0]], ["lurch", [2, 4037, 1]], ["keel", [2, 4037, 2]], ["reel", [2, 4037, 3]], ["careen", [2, 4037, 4]], ["distribute", [2, 4037, 5]], ["swag", [2, 4037, 6]]]}, {"answer": "staggers", "hint": "synonyms for staggers", "clues": [["flounder", [2, 4038, 0]], ["lurch", [2, 4038, 1]], ["keel", [2, 4038, 2]], ["reel", [2, 4038, 3]], ["stagger", [2, 4038, 4]], ["swag", [2, 4038, 5]], ["distribute", [2, 4038, 6]], ["careen", [2, 4038, 7]]]}, {"answer": "staging", "hint": "synonyms for staging", "clues": [["tell on", [2, 4039, 0]], ["spy", [2, 4039, 1]], ["sleuth", [2, 4039, 2]], ["stage", [2, 4039, 3]], ["give away", [2, 4039, 4]], ["rat", [2, 4039, 5]], ["snoop", [2, 4039, 6]], ["betray", [2, 4039, 7]], ["grass", [2, 4039, 8]], ["arrange", [2, 4039, 9]], ["represent", [2, 4039, 10]], ["snitch", [2, 4039, 11]], ["denounce", [2, 4039, 12]], ["shop", [2, 4039, 13]], ["shit", [2, 4039, 14]]]}, {"answer": "stain", "hint": "synonyms for stain", "clues": [["maculate", [2, 4040, 0]], ["sully", [2, 4040, 1]], ["tarnish", [2, 4040, 2]], ["defile", [2, 4040, 3]]]}, {"answer": "staining", "hint": "synonyms for staining", "clues": [["stain", [2, 4041, 0]], ["maculate", [2, 4041, 1]], ["sully", [2, 4041, 2]], ["defile", [2, 4041, 3]], ["tarnish", [2, 4041, 4]]]}, {"answer": "stake", "hint": "synonyms for stake", "clues": [["bet on", [2, 4042, 0]], ["venture", [2, 4042, 1]], ["gage", [2, 4042, 2]], ["jeopardize", [2, 4042, 3]], ["back", [2, 4042, 4]], ["hazard", [2, 4042, 5]], ["game", [2, 4042, 6]], ["post", [2, 4042, 7]], ["impale", [2, 4042, 8]], ["punt", [2, 4042, 9]]]}, {"answer": "stakes", "hint": "synonyms for stakes", "clues": [["bet on", [2, 4043, 0]], ["venture", [2, 4043, 1]], ["stake", [2, 4043, 2]], ["gage", [2, 4043, 3]], ["jeopardize", [2, 4043, 4]], ["back", [2, 4043, 5]], ["hazard", [2, 4043, 6]], ["game", [2, 4043, 7]], ["post", [2, 4043, 8]], ["impale", [2, 4043, 9]], ["punt", [2, 4043, 10]]]}, {"answer": "stall", "hint": "synonyms for stall", "clues": [["drag one's feet", [2, 4044, 0]], ["procrastinate", [2, 4044, 1]], ["conk", [2, 4044, 2]], ["drag one's heels", [2, 4044, 3]], ["dilly-dally", [2, 4044, 4]], ["shillyshally", [2, 4044, 5]]]}, {"answer": "stalling", "hint": "synonyms for stalling", "clues": [["stall", [2, 4045, 0]], ["dilly-dally", [2, 4045, 1]], ["drag one's feet", [2, 4045, 2]], ["procrastinate", [2, 4045, 3]], ["conk", [2, 4045, 4]], ["drag one's heels", [2, 4045, 5]], ["shillyshally", [2, 4045, 6]]]}, {"answer": "stalls", "hint": "synonyms for stalls", "clues": [["stall", [2, 4046, 0]], ["dilly-dally", [2, 4046, 1]], ["drag one's feet", [2, 4046, 2]], ["procrastinate", [2, 4046, 3]], ["conk", [2, 4046, 4]], ["drag one's heels", [2, 4046, 5]], ["shillyshally", [2, 4046, 6]]]}, {"answer": "stamp", "hint": "synonyms for stamp", "clues": [["stump", [2, 4047, 0]], ["emboss", [2, 4047, 1]], ["stomp", [2, 4047, 2]], ["boss", [2, 4047, 3]], ["pigeonhole", [2, 4047, 4]], ["stereotype", [2, 4047, 5]]]}, {"answer": "stand", "hint": "synonyms for stand", "clues": [["tolerate", [2, 4048, 0]], ["stand up", [2, 4048, 1]], ["endure", [2, 4048, 2]], ["bear", [2, 4048, 3]], ["abide", [2, 4048, 4]], ["put up", [2, 4048, 5]], ["support", [2, 4048, 6]], ["remain firm", [2, 4048, 7]], ["resist", [2, 4048, 8]], ["place upright", [2, 4048, 9]], ["digest", [2, 4048, 10]], ["stick out", [2, 4048, 11]], ["brook", [2, 4048, 12]], ["stomach", [2, 4048, 13]], ["suffer", [2, 4048, 14]], ["fend", [2, 4048, 15]]]}, {"answer": "stargazing", "hint": "synonyms for stargazing", "clues": [["woolgather", [2, 4049, 0]], ["daydream", [2, 4049, 1]], ["stargaze", [2, 4049, 2]], ["dream", [2, 4049, 3]]]}, {"answer": "start", "hint": "synonyms for start", "clues": [["begin", [2, 4050, 0]], ["get", [2, 4050, 1]], ["set out", [2, 4050, 2]], ["jump", [2, 4050, 3]], ["part", [2, 4050, 4]], ["bulge out", [2, 4050, 5]], ["get going", [2, 4050, 6]], ["get down", [2, 4050, 7]], ["take up", [2, 4050, 8]], ["commence", [2, 4050, 9]], ["pop out", [2, 4050, 10]], ["initiate", [2, 4050, 11]], ["pop", [2, 4050, 12]], ["start out", [2, 4050, 13]], ["embark on", [2, 4050, 14]], ["set off", [2, 4050, 15]], ["startle", [2, 4050, 16]], ["lead off", [2, 4050, 17]], ["depart", [2, 4050, 18]], ["start up", [2, 4050, 19]], ["set forth", [2, 4050, 20]], ["protrude", [2, 4050, 21]], ["take off", [2, 4050, 22]], ["go", [2, 4050, 23]], ["come out", [2, 4050, 24]], ["bulge", [2, 4050, 25]], ["originate", [2, 4050, 26]]]}, {"answer": "stash", "hint": "synonyms for stash", "clues": [["lay away", [2, 4051, 0]], ["squirrel away", [2, 4051, 1]], ["hive up", [2, 4051, 2]], ["cache", [2, 4051, 3]], ["hoard", [2, 4051, 4]]]}, {"answer": "state", "hint": "synonyms for state", "clues": [["put forward", [2, 4052, 0]], ["submit", [2, 4052, 1]], ["express", [2, 4052, 2]], ["posit", [2, 4052, 3]], ["tell", [2, 4052, 4]], ["say", [2, 4052, 5]]]}, {"answer": "stations", "hint": "synonyms for stations", "clues": [["post", [2, 4053, 0]], ["station", [2, 4053, 1]], ["send", [2, 4053, 2]], ["place", [2, 4053, 3]]]}, {"answer": "stay", "hint": "synonyms for stay", "clues": [["delay", [2, 4054, 0]], ["remain", [2, 4054, 1]], ["rest", [2, 4054, 2]], ["stick around", [2, 4054, 3]], ["quell", [2, 4054, 4]], ["stay put", [2, 4054, 5]], ["persist", [2, 4054, 6]], ["detain", [2, 4054, 7]], ["outride", [2, 4054, 8]], ["bide", [2, 4054, 9]], ["appease", [2, 4054, 10]], ["ride out", [2, 4054, 11]], ["stay on", [2, 4054, 12]], ["continue", [2, 4054, 13]], ["stick", [2, 4054, 14]], ["last out", [2, 4054, 15]]]}, {"answer": "stays", "hint": "synonyms for stays", "clues": [["delay", [2, 4055, 0]], ["stay", [2, 4055, 1]], ["remain", [2, 4055, 2]], ["rest", [2, 4055, 3]], ["stick around", [2, 4055, 4]], ["quell", [2, 4055, 5]], ["stay put", [2, 4055, 6]], ["persist", [2, 4055, 7]], ["detain", [2, 4055, 8]], ["outride", [2, 4055, 9]], ["bide", [2, 4055, 10]], ["appease", [2, 4055, 11]], ["ride out", [2, 4055, 12]], ["stay on", [2, 4055, 13]], ["continue", [2, 4055, 14]], ["stick", [2, 4055, 15]], ["last out", [2, 4055, 16]]]}, {"answer": "steer", "hint": "synonyms for steer", "clues": [["channelize", [2, 4056, 0]], ["direct", [2, 4056, 1]], ["point", [2, 4056, 2]], ["maneuver", [2, 4056, 3]], ["guide", [2, 4056, 4]], ["manoeuvre", [2, 4056, 5]], ["head", [2, 4056, 6]]]}, {"answer": "steering", "hint": "synonyms for steering", "clues": [["channelize", [2, 4057, 0]], ["direct", [2, 4057, 1]], ["steer", [2, 4057, 2]], ["point", [2, 4057, 3]], ["maneuver", [2, 4057, 4]], ["guide", [2, 4057, 5]], ["manoeuvre", [2, 4057, 6]], ["head", [2, 4057, 7]]]}, {"answer": "step", "hint": "synonyms for step", "clues": [["tread", [2, 4058, 0]], ["ill-treat", [2, 4058, 1]], ["ill-use", [2, 4058, 2]], ["abuse", [2, 4058, 3]], ["pace", [2, 4058, 4]], ["mistreat", [2, 4058, 5]], ["maltreat", [2, 4058, 6]]]}, {"answer": "steps", "hint": "synonyms for steps", "clues": [["step", [2, 4059, 0]], ["tread", [2, 4059, 1]], ["mistreat", [2, 4059, 2]], ["ill-treat", [2, 4059, 3]], ["ill-use", [2, 4059, 4]], ["abuse", [2, 4059, 5]], ["pace", [2, 4059, 6]], ["maltreat", [2, 4059, 7]]]}, {"answer": "stewing", "hint": "synonyms for stewing", "clues": [["grizzle", [2, 4060, 0]], ["brood", [2, 4060, 1]], ["stew", [2, 4060, 2]], ["grudge", [2, 4060, 3]]]}, {"answer": "stick", "hint": "synonyms for stick", "clues": [["bind", [2, 4061, 0]], ["baffle", [2, 4061, 1]], ["adhere", [2, 4061, 2]], ["deposit", [2, 4061, 3]], ["cleave", [2, 4061, 4]], ["stick to", [2, 4061, 5]], ["beat", [2, 4061, 6]], ["mystify", [2, 4061, 7]], ["stick around", [2, 4061, 8]], ["pose", [2, 4061, 9]], ["stick by", [2, 4061, 10]], ["puzzle", [2, 4061, 11]], ["hold fast", [2, 4061, 12]], ["stay put", [2, 4061, 13]], ["vex", [2, 4061, 14]], ["stay", [2, 4061, 15]], ["wedge", [2, 4061, 16]], ["flummox", [2, 4061, 17]], ["bond", [2, 4061, 18]], ["cohere", [2, 4061, 19]], ["get", [2, 4061, 20]], ["lodge", [2, 4061, 21]], ["cling", [2, 4061, 22]], ["stupefy", [2, 4061, 23]], ["perplex", [2, 4061, 24]], ["gravel", [2, 4061, 25]], ["dumbfound", [2, 4061, 26]], ["bewilder", [2, 4061, 27]], ["amaze", [2, 4061, 28]], ["stand by", [2, 4061, 29]], ["nonplus", [2, 4061, 30]], ["sting", [2, 4061, 31]]]}, {"answer": "stiffening", "hint": "synonyms for stiffening", "clues": [["stiffen", [2, 4062, 0]], ["tighten", [2, 4062, 1]], ["tighten up", [2, 4062, 2]], ["constrain", [2, 4062, 3]]]}, {"answer": "stifle", "hint": "synonyms for stifle", "clues": [["suffocate", [2, 4063, 0]], ["dampen", [2, 4063, 1]], ["muffle", [2, 4063, 2]], ["choke", [2, 4063, 3]], ["strangle", [2, 4063, 4]], ["smother", [2, 4063, 5]], ["asphyxiate", [2, 4063, 6]], ["repress", [2, 4063, 7]]]}, {"answer": "sting", "hint": "synonyms for sting", "clues": [["prick", [2, 4064, 0]], ["bite", [2, 4064, 1]], ["twinge", [2, 4064, 2]], ["stick", [2, 4064, 3]], ["burn", [2, 4064, 4]]]}, {"answer": "stir", "hint": "synonyms for stir", "clues": [["excite", [2, 4065, 0]], ["invoke", [2, 4065, 1]], ["call down", [2, 4065, 2]], ["budge", [2, 4065, 3]], ["bring up", [2, 4065, 4]], ["arouse", [2, 4065, 5]], ["touch", [2, 4065, 6]], ["shake up", [2, 4065, 7]], ["shake", [2, 4065, 8]], ["stimulate", [2, 4065, 9]], ["raise", [2, 4065, 10]], ["call forth", [2, 4065, 11]], ["put forward", [2, 4065, 12]], ["conjure", [2, 4065, 13]], ["agitate", [2, 4065, 14]], ["shift", [2, 4065, 15]], ["evoke", [2, 4065, 16]], ["conjure up", [2, 4065, 17]]]}, {"answer": "stitching", "hint": "synonyms for stitching", "clues": [["stitch", [2, 4066, 0]], ["sew together", [2, 4066, 1]], ["run up", [2, 4066, 2]], ["sew", [2, 4066, 3]]]}, {"answer": "stocking", "hint": "synonyms for stocking", "clues": [["stock", [2, 4067, 0]], ["stockpile", [2, 4067, 1]], ["buy in", [2, 4067, 2]], ["carry", [2, 4067, 3]], ["stock up", [2, 4067, 4]], ["sprout", [2, 4067, 5]]]}, {"answer": "stocks", "hint": "synonyms for stocks", "clues": [["stock", [2, 4068, 0]], ["stockpile", [2, 4068, 1]], ["buy in", [2, 4068, 2]], ["carry", [2, 4068, 3]], ["stock up", [2, 4068, 4]], ["sprout", [2, 4068, 5]]]}, {"answer": "stomach", "hint": "synonyms for stomach", "clues": [["tolerate", [2, 4069, 0]], ["endure", [2, 4069, 1]], ["stand", [2, 4069, 2]], ["abide", [2, 4069, 3]], ["put up", [2, 4069, 4]], ["support", [2, 4069, 5]], ["digest", [2, 4069, 6]], ["brook", [2, 4069, 7]], ["bear", [2, 4069, 8]], ["stick out", [2, 4069, 9]], ["suffer", [2, 4069, 10]]]}, {"answer": "stool", "hint": "synonyms for stool", "clues": [["crap", [2, 4070, 0]], ["make", [2, 4070, 1]], ["defecate", [2, 4070, 2]], ["shit", [2, 4070, 3]], ["take a crap", [2, 4070, 4]], ["ca-ca", [2, 4070, 5]], ["tiller", [2, 4070, 6]], ["take a shit", [2, 4070, 7]]]}, {"answer": "stoop", "hint": "synonyms for stoop", "clues": [["lower oneself", [2, 4071, 0]], ["bend", [2, 4071, 1]], ["condescend", [2, 4071, 2]], ["bow", [2, 4071, 3]], ["crouch", [2, 4071, 4]]]}, {"answer": "stop", "hint": "synonyms for stop", "clues": [["block", [2, 4072, 0]], ["kibosh", [2, 4072, 1]], ["contain", [2, 4072, 2]], ["block off", [2, 4072, 3]], ["terminate", [2, 4072, 4]], ["blockade", [2, 4072, 5]], ["block up", [2, 4072, 6]], ["barricade", [2, 4072, 7]], ["hold on", [2, 4072, 8]], ["halt", [2, 4072, 9]], ["check", [2, 4072, 10]], ["turn back", [2, 4072, 11]], ["break off", [2, 4072, 12]], ["cease", [2, 4072, 13]], ["stop over", [2, 4072, 14]], ["intercept", [2, 4072, 15]], ["arrest", [2, 4072, 16]], ["hold back", [2, 4072, 17]], ["give up", [2, 4072, 18]], ["lay off", [2, 4072, 19]], ["break", [2, 4072, 20]], ["end", [2, 4072, 21]], ["discontinue", [2, 4072, 22]], ["bar", [2, 4072, 23]], ["quit", [2, 4072, 24]], ["finish", [2, 4072, 25]]]}, {"answer": "stopes", "hint": "synonyms for stopes", "clues": [["stop", [2, 4073, 0]], ["terminate", [2, 4073, 1]], ["block up", [2, 4073, 2]], ["barricade", [2, 4073, 3]], ["hold on", [2, 4073, 4]], ["halt", [2, 4073, 5]], ["check", [2, 4073, 6]], ["break off", [2, 4073, 7]], ["stop over", [2, 4073, 8]], ["lay off", [2, 4073, 9]], ["discontinue", [2, 4073, 10]], ["quit", [2, 4073, 11]], ["finish", [2, 4073, 12]], ["block", [2, 4073, 13]], ["kibosh", [2, 4073, 14]], ["contain", [2, 4073, 15]], ["blockade", [2, 4073, 16]], ["turn back", [2, 4073, 17]], ["cease", [2, 4073, 18]], ["intercept", [2, 4073, 19]], ["arrest", [2, 4073, 20]], ["hold back", [2, 4073, 21]], ["give up", [2, 4073, 22]], ["break", [2, 4073, 23]], ["end", [2, 4073, 24]], ["bar", [2, 4073, 25]], ["block off", [2, 4073, 26]]]}, {"answer": "stopping", "hint": "synonyms for stopping", "clues": [["stop", [2, 4074, 0]], ["terminate", [2, 4074, 1]], ["block up", [2, 4074, 2]], ["barricade", [2, 4074, 3]], ["hold on", [2, 4074, 4]], ["halt", [2, 4074, 5]], ["check", [2, 4074, 6]], ["break off", [2, 4074, 7]], ["stop over", [2, 4074, 8]], ["lay off", [2, 4074, 9]], ["discontinue", [2, 4074, 10]], ["quit", [2, 4074, 11]], ["finish", [2, 4074, 12]], ["block", [2, 4074, 13]], ["kibosh", [2, 4074, 14]], ["contain", [2, 4074, 15]], ["blockade", [2, 4074, 16]], ["turn back", [2, 4074, 17]], ["cease", [2, 4074, 18]], ["intercept", [2, 4074, 19]], ["arrest", [2, 4074, 20]], ["hold back", [2, 4074, 21]], ["give up", [2, 4074, 22]], ["break", [2, 4074, 23]], ["end", [2, 4074, 24]], ["bar", [2, 4074, 25]], ["block off", [2, 4074, 26]]]}, {"answer": "stops", "hint": "synonyms for stops", "clues": [["stop", [2, 4075, 0]], ["terminate", [2, 4075, 1]], ["block up", [2, 4075, 2]], ["barricade", [2, 4075, 3]], ["hold on", [2, 4075, 4]], ["halt", [2, 4075, 5]], ["check", [2, 4075, 6]], ["break off", [2, 4075, 7]], ["stop over", [2, 4075, 8]], ["lay off", [2, 4075, 9]], ["discontinue", [2, 4075, 10]], ["quit", [2, 4075, 11]], ["finish", [2, 4075, 12]], ["block", [2, 4075, 13]], ["kibosh", [2, 4075, 14]], ["contain", [2, 4075, 15]], ["blockade", [2, 4075, 16]], ["turn back", [2, 4075, 17]], ["cease", [2, 4075, 18]], ["intercept", [2, 4075, 19]], ["arrest", [2, 4075, 20]], ["hold back", [2, 4075, 21]], ["give up", [2, 4075, 22]], ["break", [2, 4075, 23]], ["end", [2, 4075, 24]], ["bar", [2, 4075, 25]], ["block off", [2, 4075, 26]]]}, {"answer": "store", "hint": "synonyms for store", "clues": [["put in", [2, 4076, 0]], ["stash away", [2, 4076, 1]], ["stack away", [2, 4076, 2]], ["salt away", [2, 4076, 3]], ["hive away", [2, 4076, 4]], ["lay in", [2, 4076, 5]]]}, {"answer": "storm", "hint": "synonyms for storm", "clues": [["surprise", [2, 4077, 0]], ["rage", [2, 4077, 1]], ["force", [2, 4077, 2]], ["ramp", [2, 4077, 3]]]}, {"answer": "straggle", "hint": "synonyms for straggle", "clues": [["sidetrack", [2, 4078, 0]], ["depart", [2, 4078, 1]], ["sprawl", [2, 4078, 2]], ["digress", [2, 4078, 3]]]}, {"answer": "strain", "hint": "synonyms for strain", "clues": [["stress", [2, 4079, 0]], ["puree", [2, 4079, 1]], ["filter", [2, 4079, 2]], ["try", [2, 4079, 3]], ["sift", [2, 4079, 4]], ["tense", [2, 4079, 5]], ["tense up", [2, 4079, 6]], ["extend", [2, 4079, 7]], ["filter out", [2, 4079, 8]], ["sieve", [2, 4079, 9]], ["separate out", [2, 4079, 10]], ["deform", [2, 4079, 11]], ["strive", [2, 4079, 12]], ["distort", [2, 4079, 13]], ["filtrate", [2, 4079, 14]], ["reach", [2, 4079, 15]]]}, {"answer": "strangles", "hint": "synonyms for strangles", "clues": [["suffocate", [2, 4080, 0]], ["strangle", [2, 4080, 1]], ["stifle", [2, 4080, 2]], ["throttle", [2, 4080, 3]], ["muffle", [2, 4080, 4]], ["choke", [2, 4080, 5]], ["smother", [2, 4080, 6]], ["gag", [2, 4080, 7]], ["halter", [2, 4080, 8]], ["repress", [2, 4080, 9]], ["hamper", [2, 4080, 10]], ["strangulate", [2, 4080, 11]], ["cramp", [2, 4080, 12]]]}, {"answer": "strangling", "hint": "synonyms for strangling", "clues": [["suffocate", [2, 4081, 0]], ["strangle", [2, 4081, 1]], ["stifle", [2, 4081, 2]], ["throttle", [2, 4081, 3]], ["muffle", [2, 4081, 4]], ["choke", [2, 4081, 5]], ["smother", [2, 4081, 6]], ["gag", [2, 4081, 7]], ["halter", [2, 4081, 8]], ["repress", [2, 4081, 9]], ["hamper", [2, 4081, 10]], ["strangulate", [2, 4081, 11]], ["cramp", [2, 4081, 12]]]}, {"answer": "strap", "hint": "synonyms for strap", "clues": [["flog", [2, 4082, 0]], ["lather", [2, 4082, 1]], ["trounce", [2, 4082, 2]], ["lash", [2, 4082, 3]], ["whip", [2, 4082, 4]], ["welt", [2, 4082, 5]]]}, {"answer": "stream", "hint": "synonyms for stream", "clues": [["swarm", [2, 4083, 0]], ["pour", [2, 4083, 1]], ["pullulate", [2, 4083, 2]], ["pelt", [2, 4083, 3]], ["rain cats and dogs", [2, 4083, 4]], ["well out", [2, 4083, 5]], ["rain buckets", [2, 4083, 6]], ["teem", [2, 4083, 7]]]}, {"answer": "strengthening", "hint": "synonyms for strengthening", "clues": [["tone", [2, 4084, 0]], ["beef up", [2, 4084, 1]], ["tone up", [2, 4084, 2]], ["strengthen", [2, 4084, 3]], ["fortify", [2, 4084, 4]]]}, {"answer": "stress", "hint": "synonyms for stress", "clues": [["accent", [2, 4085, 0]], ["emphasize", [2, 4085, 1]], ["try", [2, 4085, 2]], ["accentuate", [2, 4085, 3]], ["punctuate", [2, 4085, 4]], ["strain", [2, 4085, 5]]]}, {"answer": "stretching", "hint": "synonyms for stretching", "clues": [["extend", [2, 4086, 0]], ["stretch out", [2, 4086, 1]], ["stretch", [2, 4086, 2]], ["dilute", [2, 4086, 3]], ["debase", [2, 4086, 4]], ["adulterate", [2, 4086, 5]], ["elongate", [2, 4086, 6]], ["unfold", [2, 4086, 7]], ["load", [2, 4086, 8]], ["stretch along", [2, 4086, 9]]]}, {"answer": "strike", "hint": "synonyms for strike", "clues": [["fall", [2, 4087, 0]], ["come to", [2, 4087, 1]], ["hit", [2, 4087, 2]], ["chance upon", [2, 4087, 3]], ["fall upon", [2, 4087, 4]], ["scratch", [2, 4087, 5]], ["excise", [2, 4087, 6]], ["take", [2, 4087, 7]], ["walk out", [2, 4087, 8]], ["expunge", [2, 4087, 9]], ["come across", [2, 4087, 10]], ["run into", [2, 4087, 11]], ["come upon", [2, 4087, 12]], ["take up", [2, 4087, 13]], ["mint", [2, 4087, 14]], ["happen upon", [2, 4087, 15]], ["coin", [2, 4087, 16]], ["move", [2, 4087, 17]], ["collide with", [2, 4087, 18]], ["attain", [2, 4087, 19]], ["discover", [2, 4087, 20]], ["impinge on", [2, 4087, 21]], ["impress", [2, 4087, 22]], ["shine", [2, 4087, 23]], ["strickle", [2, 4087, 24]], ["affect", [2, 4087, 25]], ["assume", [2, 4087, 26]], ["light upon", [2, 4087, 27]]]}, {"answer": "string", "hint": "synonyms for string", "clues": [["draw", [2, 4088, 0]], ["string along", [2, 4088, 1]], ["thread", [2, 4088, 2]], ["string up", [2, 4088, 3]]]}, {"answer": "strings", "hint": "synonyms for strings", "clues": [["string", [2, 4089, 0]], ["draw", [2, 4089, 1]], ["string up", [2, 4089, 2]], ["thread", [2, 4089, 3]], ["string along", [2, 4089, 4]]]}, {"answer": "strip", "hint": "synonyms for strip", "clues": [["denude", [2, 4090, 0]], ["bare", [2, 4090, 1]], ["peel", [2, 4090, 2]], ["divest", [2, 4090, 3]], ["despoil", [2, 4090, 4]], ["rifle", [2, 4090, 5]], ["unclothe", [2, 4090, 6]], ["dismantle", [2, 4090, 7]], ["undress", [2, 4090, 8]], ["disinvest", [2, 4090, 9]], ["deprive", [2, 4090, 10]], ["uncase", [2, 4090, 11]], ["loot", [2, 4090, 12]], ["plunder", [2, 4090, 13]], ["leach", [2, 4090, 14]], ["ransack", [2, 4090, 15]], ["disrobe", [2, 4090, 16]], ["reave", [2, 4090, 17]], ["clean", [2, 4090, 18]], ["pillage", [2, 4090, 19]], ["discase", [2, 4090, 20]], ["strip down", [2, 4090, 21]], ["foray", [2, 4090, 22]]]}, {"answer": "stripes", "hint": "synonyms for stripes", "clues": [["strip", [2, 4091, 0]], ["bare", [2, 4091, 1]], ["despoil", [2, 4091, 2]], ["disinvest", [2, 4091, 3]], ["dismantle", [2, 4091, 4]], ["deprive", [2, 4091, 5]], ["divest", [2, 4091, 6]], ["uncase", [2, 4091, 7]], ["loot", [2, 4091, 8]], ["ransack", [2, 4091, 9]], ["disrobe", [2, 4091, 10]], ["pillage", [2, 4091, 11]], ["discase", [2, 4091, 12]], ["denude", [2, 4091, 13]], ["peel", [2, 4091, 14]], ["rifle", [2, 4091, 15]], ["unclothe", [2, 4091, 16]], ["undress", [2, 4091, 17]], ["plunder", [2, 4091, 18]], ["leach", [2, 4091, 19]], ["reave", [2, 4091, 20]], ["clean", [2, 4091, 21]], ["strip down", [2, 4091, 22]], ["foray", [2, 4091, 23]]]}, {"answer": "striping", "hint": "synonyms for striping", "clues": [["strip", [2, 4092, 0]], ["bare", [2, 4092, 1]], ["despoil", [2, 4092, 2]], ["disinvest", [2, 4092, 3]], ["dismantle", [2, 4092, 4]], ["deprive", [2, 4092, 5]], ["divest", [2, 4092, 6]], ["uncase", [2, 4092, 7]], ["loot", [2, 4092, 8]], ["ransack", [2, 4092, 9]], ["disrobe", [2, 4092, 10]], ["pillage", [2, 4092, 11]], ["discase", [2, 4092, 12]], ["denude", [2, 4092, 13]], ["peel", [2, 4092, 14]], ["rifle", [2, 4092, 15]], ["unclothe", [2, 4092, 16]], ["undress", [2, 4092, 17]], ["plunder", [2, 4092, 18]], ["leach", [2, 4092, 19]], ["reave", [2, 4092, 20]], ["clean", [2, 4092, 21]], ["strip down", [2, 4092, 22]], ["foray", [2, 4092, 23]]]}, {"answer": "stripping", "hint": "synonyms for stripping", "clues": [["strip", [2, 4093, 0]], ["bare", [2, 4093, 1]], ["despoil", [2, 4093, 2]], ["disinvest", [2, 4093, 3]], ["dismantle", [2, 4093, 4]], ["deprive", [2, 4093, 5]], ["divest", [2, 4093, 6]], ["uncase", [2, 4093, 7]], ["loot", [2, 4093, 8]], ["ransack", [2, 4093, 9]], ["disrobe", [2, 4093, 10]], ["pillage", [2, 4093, 11]], ["discase", [2, 4093, 12]], ["denude", [2, 4093, 13]], ["peel", [2, 4093, 14]], ["rifle", [2, 4093, 15]], ["unclothe", [2, 4093, 16]], ["undress", [2, 4093, 17]], ["plunder", [2, 4093, 18]], ["leach", [2, 4093, 19]], ["reave", [2, 4093, 20]], ["clean", [2, 4093, 21]], ["strip down", [2, 4093, 22]], ["foray", [2, 4093, 23]]]}, {"answer": "striving", "hint": "synonyms for striving", "clues": [["strive", [2, 4094, 0]], ["strain", [2, 4094, 1]], ["endeavor", [2, 4094, 2]], ["reach", [2, 4094, 3]]]}, {"answer": "struggle", "hint": "synonyms for struggle", "clues": [["scramble", [2, 4095, 0]], ["fight", [2, 4095, 1]], ["shinny", [2, 4095, 2]], ["skin", [2, 4095, 3]], ["shin", [2, 4095, 4]], ["sputter", [2, 4095, 5]], ["contend", [2, 4095, 6]], ["clamber", [2, 4095, 7]]]}, {"answer": "strut", "hint": "synonyms for strut", "clues": [["swagger", [2, 4096, 0]], ["prance", [2, 4096, 1]], ["sashay", [2, 4096, 2]], ["ruffle", [2, 4096, 3]], ["tittup", [2, 4096, 4]], ["cock", [2, 4096, 5]]]}, {"answer": "study", "hint": "synonyms for study", "clues": [["meditate", [2, 4097, 0]], ["examine", [2, 4097, 1]], ["analyse", [2, 4097, 2]], ["canvas", [2, 4097, 3]], ["hit the books", [2, 4097, 4]], ["take", [2, 4097, 5]], ["consider", [2, 4097, 6]], ["contemplate", [2, 4097, 7]], ["learn", [2, 4097, 8]], ["read", [2, 4097, 9]]]}, {"answer": "studying", "hint": "synonyms for studying", "clues": [["read", [2, 4098, 0]], ["meditate", [2, 4098, 1]], ["study", [2, 4098, 2]], ["examine", [2, 4098, 3]], ["analyse", [2, 4098, 4]], ["canvas", [2, 4098, 5]], ["hit the books", [2, 4098, 6]], ["take", [2, 4098, 7]], ["consider", [2, 4098, 8]], ["contemplate", [2, 4098, 9]], ["learn", [2, 4098, 10]]]}, {"answer": "stuff", "hint": "synonyms for stuff", "clues": [["englut", [2, 4099, 0]], ["glut", [2, 4099, 1]], ["engorge", [2, 4099, 2]], ["block", [2, 4099, 3]], ["farce", [2, 4099, 4]], ["gormandize", [2, 4099, 5]], ["shove", [2, 4099, 6]], ["squeeze", [2, 4099, 7]], ["overindulge", [2, 4099, 8]], ["overgorge", [2, 4099, 9]], ["ingurgitate", [2, 4099, 10]], ["pig out", [2, 4099, 11]], ["gorge", [2, 4099, 12]], ["satiate", [2, 4099, 13]], ["scarf out", [2, 4099, 14]], ["lug", [2, 4099, 15]], ["overeat", [2, 4099, 16]], ["choke up", [2, 4099, 17]], ["binge", [2, 4099, 18]], ["thrust", [2, 4099, 19]]]}, {"answer": "stuffing", "hint": "synonyms for stuffing", "clues": [["englut", [2, 4100, 0]], ["glut", [2, 4100, 1]], ["engorge", [2, 4100, 2]], ["block", [2, 4100, 3]], ["stuff", [2, 4100, 4]], ["farce", [2, 4100, 5]], ["gormandize", [2, 4100, 6]], ["shove", [2, 4100, 7]], ["squeeze", [2, 4100, 8]], ["overindulge", [2, 4100, 9]], ["overgorge", [2, 4100, 10]], ["ingurgitate", [2, 4100, 11]], ["pig out", [2, 4100, 12]], ["gorge", [2, 4100, 13]], ["satiate", [2, 4100, 14]], ["scarf out", [2, 4100, 15]], ["lug", [2, 4100, 16]], ["overeat", [2, 4100, 17]], ["choke up", [2, 4100, 18]], ["binge", [2, 4100, 19]], ["thrust", [2, 4100, 20]]]}, {"answer": "stumble", "hint": "synonyms for stumble", "clues": [["trip up", [2, 4101, 0]], ["bumble", [2, 4101, 1]], ["hit", [2, 4101, 2]], ["falter", [2, 4101, 3]], ["trip", [2, 4101, 4]], ["slip up", [2, 4101, 5]]]}, {"answer": "stumping", "hint": "synonyms for stumping", "clues": [["stump", [2, 4102, 0]], ["stomp", [2, 4102, 1]], ["stamp", [2, 4102, 2]], ["mix up", [2, 4102, 3]]]}, {"answer": "stymie", "hint": "synonyms for stymie", "clues": [["hinder", [2, 4103, 0]], ["embarrass", [2, 4103, 1]], ["blockade", [2, 4103, 2]], ["block", [2, 4103, 3]], ["obstruct", [2, 4103, 4]], ["stymy", [2, 4103, 5]]]}, {"answer": "stymy", "hint": "synonyms for stymy", "clues": [["hinder", [2, 4104, 0]], ["embarrass", [2, 4104, 1]], ["blockade", [2, 4104, 2]], ["block", [2, 4104, 3]], ["stymie", [2, 4104, 4]], ["obstruct", [2, 4104, 5]]]}, {"answer": "subbing", "hint": "synonyms for subbing", "clues": [["sub", [2, 4105, 0]], ["fill in", [2, 4105, 1]], ["substitute", [2, 4105, 2]], ["stand in", [2, 4105, 3]]]}, {"answer": "submerging", "hint": "synonyms for submerging", "clues": [["deluge", [2, 4106, 0]], ["submerge", [2, 4106, 1]], ["drown", [2, 4106, 2]], ["overwhelm", [2, 4106, 3]], ["inundate", [2, 4106, 4]]]}, {"answer": "subsiding", "hint": "synonyms for subsiding", "clues": [["subside", [2, 4107, 0]], ["settle", [2, 4107, 1]], ["sink", [2, 4107, 2]], ["lessen", [2, 4107, 3]]]}, {"answer": "substituting", "hint": "synonyms for substituting", "clues": [["exchange", [2, 4108, 0]], ["deputize", [2, 4108, 1]], ["interchange", [2, 4108, 2]], ["fill in", [2, 4108, 3]], ["substitute", [2, 4108, 4]], ["stand in", [2, 4108, 5]], ["step in", [2, 4108, 6]], ["replace", [2, 4108, 7]], ["sub", [2, 4108, 8]]]}, {"answer": "suck", "hint": "synonyms for suck", "clues": [["fellate", [2, 4109, 0]], ["sop up", [2, 4109, 1]], ["take in", [2, 4109, 2]], ["nurse", [2, 4109, 3]], ["soak up", [2, 4109, 4]], ["go down on", [2, 4109, 5]], ["absorb", [2, 4109, 6]], ["blow", [2, 4109, 7]], ["give suck", [2, 4109, 8]], ["wet-nurse", [2, 4109, 9]], ["suck in", [2, 4109, 10]], ["imbibe", [2, 4109, 11]], ["draw", [2, 4109, 12]], ["suck up", [2, 4109, 13]], ["suckle", [2, 4109, 14]], ["lactate", [2, 4109, 15]], ["breastfeed", [2, 4109, 16]], ["take up", [2, 4109, 17]]]}, {"answer": "sucking", "hint": "synonyms for sucking", "clues": [["nurse", [2, 4110, 0]], ["soak up", [2, 4110, 1]], ["give suck", [2, 4110, 2]], ["wet-nurse", [2, 4110, 3]], ["suck in", [2, 4110, 4]], ["draw", [2, 4110, 5]], ["lactate", [2, 4110, 6]], ["take up", [2, 4110, 7]], ["suck", [2, 4110, 8]], ["fellate", [2, 4110, 9]], ["sop up", [2, 4110, 10]], ["take in", [2, 4110, 11]], ["go down on", [2, 4110, 12]], ["absorb", [2, 4110, 13]], ["blow", [2, 4110, 14]], ["imbibe", [2, 4110, 15]], ["suck up", [2, 4110, 16]], ["suckle", [2, 4110, 17]], ["breastfeed", [2, 4110, 18]]]}, {"answer": "suckling", "hint": "synonyms for suckling", "clues": [["nurse", [2, 4111, 0]], ["suckle", [2, 4111, 1]], ["give suck", [2, 4111, 2]], ["suck", [2, 4111, 3]], ["wet-nurse", [2, 4111, 4]], ["lactate", [2, 4111, 5]], ["breastfeed", [2, 4111, 6]]]}, {"answer": "suit", "hint": "synonyms for suit", "clues": [["befit", [2, 4112, 0]], ["become", [2, 4112, 1]], ["fit", [2, 4112, 2]], ["accommodate", [2, 4112, 3]], ["beseem", [2, 4112, 4]]]}, {"answer": "suiting", "hint": "synonyms for suiting", "clues": [["suit", [2, 4113, 0]], ["accommodate", [2, 4113, 1]], ["fit", [2, 4113, 2]], ["become", [2, 4113, 3]], ["befit", [2, 4113, 4]], ["beseem", [2, 4113, 5]]]}, {"answer": "sully", "hint": "synonyms for sully", "clues": [["asperse", [2, 4114, 0]], ["maculate", [2, 4114, 1]], ["taint", [2, 4114, 2]], ["defile", [2, 4114, 3]], ["stain", [2, 4114, 4]], ["cloud", [2, 4114, 5]], ["denigrate", [2, 4114, 6]], ["calumniate", [2, 4114, 7]], ["defame", [2, 4114, 8]], ["corrupt", [2, 4114, 9]], ["smirch", [2, 4114, 10]], ["smear", [2, 4114, 11]], ["tarnish", [2, 4114, 12]], ["slander", [2, 4114, 13]]]}, {"answer": "sum", "hint": "synonyms for sum", "clues": [["tally", [2, 4115, 0]], ["tot up", [2, 4115, 1]], ["summarize", [2, 4115, 2]], ["tot", [2, 4115, 3]], ["add together", [2, 4115, 4]], ["add", [2, 4115, 5]], ["sum up", [2, 4115, 6]], ["add up", [2, 4115, 7]], ["summate", [2, 4115, 8]], ["total", [2, 4115, 9]]]}, {"answer": "summoning", "hint": "synonyms for summoning", "clues": [["mobilise", [2, 4116, 0]], ["muster", [2, 4116, 1]], ["summon", [2, 4116, 2]], ["cite", [2, 4116, 3]], ["muster up", [2, 4116, 4]], ["marshal", [2, 4116, 5]], ["come up", [2, 4116, 6]], ["rally", [2, 4116, 7]]]}, {"answer": "summons", "hint": "synonyms for summons", "clues": [["mobilise", [2, 4117, 0]], ["muster", [2, 4117, 1]], ["summon", [2, 4117, 2]], ["cite", [2, 4117, 3]], ["muster up", [2, 4117, 4]], ["marshal", [2, 4117, 5]], ["come up", [2, 4117, 6]], ["rally", [2, 4117, 7]]]}, {"answer": "sung", "hint": "synonyms for sung", "clues": [["blab", [2, 4118, 0]], ["sing", [2, 4118, 1]], ["tattle", [2, 4118, 2]], ["talk", [2, 4118, 3]], ["whistle", [2, 4118, 4]], ["babble out", [2, 4118, 5]], ["peach", [2, 4118, 6]], ["let the cat out of the bag", [2, 4118, 7]], ["spill the beans", [2, 4118, 8]], ["blab out", [2, 4118, 9]], ["babble", [2, 4118, 10]]]}, {"answer": "supervising", "hint": "synonyms for supervising", "clues": [["monitor", [2, 4119, 0]], ["oversee", [2, 4119, 1]], ["superintend", [2, 4119, 2]], ["supervise", [2, 4119, 3]], ["manage", [2, 4119, 4]]]}, {"answer": "supplanting", "hint": "synonyms for supplanting", "clues": [["replace", [2, 4120, 0]], ["supplant", [2, 4120, 1]], ["supercede", [2, 4120, 2]], ["supervene upon", [2, 4120, 3]]]}, {"answer": "supply", "hint": "synonyms for supply", "clues": [["provide", [2, 4121, 0]], ["furnish", [2, 4121, 1]], ["cater", [2, 4121, 2]], ["issue", [2, 4121, 3]], ["ply", [2, 4121, 4]], ["render", [2, 4121, 5]], ["append", [2, 4121, 6]], ["add", [2, 4121, 7]]]}, {"answer": "supplying", "hint": "synonyms for supplying", "clues": [["provide", [2, 4122, 0]], ["furnish", [2, 4122, 1]], ["cater", [2, 4122, 2]], ["supply", [2, 4122, 3]], ["add", [2, 4122, 4]], ["issue", [2, 4122, 5]], ["ply", [2, 4122, 6]], ["render", [2, 4122, 7]], ["append", [2, 4122, 8]]]}, {"answer": "support", "hint": "synonyms for support", "clues": [["hold up", [2, 4123, 0]], ["patronise", [2, 4123, 1]], ["tolerate", [2, 4123, 2]], ["endure", [2, 4123, 3]], ["back", [2, 4123, 4]], ["confirm", [2, 4123, 5]], ["sustain", [2, 4123, 6]], ["abide", [2, 4123, 7]], ["put up", [2, 4123, 8]], ["indorse", [2, 4123, 9]], ["plump for", [2, 4123, 10]], ["substantiate", [2, 4123, 11]], ["keep going", [2, 4123, 12]], ["bear", [2, 4123, 13]], ["underpin", [2, 4123, 14]], ["stick out", [2, 4123, 15]], ["suffer", [2, 4123, 16]], ["hold", [2, 4123, 17]], ["corroborate", [2, 4123, 18]], ["stand", [2, 4123, 19]], ["fend for", [2, 4123, 20]], ["subscribe", [2, 4123, 21]], ["bear out", [2, 4123, 22]], ["defend", [2, 4123, 23]], ["back up", [2, 4123, 24]], ["patronage", [2, 4123, 25]], ["digest", [2, 4123, 26]], ["brook", [2, 4123, 27]], ["affirm", [2, 4123, 28]], ["plunk for", [2, 4123, 29]], ["stomach", [2, 4123, 30]]]}, {"answer": "surcharge", "hint": "synonyms for surcharge", "clues": [["fleece", [2, 4124, 0]], ["gazump", [2, 4124, 1]], ["soak", [2, 4124, 2]], ["overcharge", [2, 4124, 3]], ["overload", [2, 4124, 4]], ["rob", [2, 4124, 5]], ["plume", [2, 4124, 6]], ["pluck", [2, 4124, 7]], ["hook", [2, 4124, 8]]]}, {"answer": "surfacing", "hint": "synonyms for surfacing", "clues": [["rise up", [2, 4125, 0]], ["rise", [2, 4125, 1]], ["come up", [2, 4125, 2]], ["turn up", [2, 4125, 3]], ["coat", [2, 4125, 4]], ["come on", [2, 4125, 5]], ["surface", [2, 4125, 6]], ["come out", [2, 4125, 7]], ["show up", [2, 4125, 8]]]}, {"answer": "surfing", "hint": "synonyms for surfing", "clues": [["surfboard", [2, 4126, 0]], ["surf", [2, 4126, 1]], ["channel-surf", [2, 4126, 2]], ["browse", [2, 4126, 3]]]}, {"answer": "surge", "hint": "synonyms for surge", "clues": [["soar upwards", [2, 4127, 0]], ["tide", [2, 4127, 1]], ["soar", [2, 4127, 2]], ["billow", [2, 4127, 3]], ["heave", [2, 4127, 4]], ["zoom", [2, 4127, 5]], ["soar up", [2, 4127, 6]], ["scend", [2, 4127, 7]]]}, {"answer": "surround", "hint": "synonyms for surround", "clues": [["circumvent", [2, 4128, 0]], ["ring", [2, 4128, 1]], ["fence in", [2, 4128, 2]], ["palisade", [2, 4128, 3]], ["skirt", [2, 4128, 4]], ["hem in", [2, 4128, 5]], ["wall", [2, 4128, 6]], ["beleaguer", [2, 4128, 7]], ["environ", [2, 4128, 8]], ["fence", [2, 4128, 9]], ["smother", [2, 4128, 10]], ["border", [2, 4128, 11]], ["besiege", [2, 4128, 12]]]}, {"answer": "surroundings", "hint": "synonyms for surroundings", "clues": [["surround", [2, 4129, 0]], ["circumvent", [2, 4129, 1]], ["ring", [2, 4129, 2]], ["fence in", [2, 4129, 3]], ["palisade", [2, 4129, 4]], ["skirt", [2, 4129, 5]], ["hem in", [2, 4129, 6]], ["wall", [2, 4129, 7]], ["beleaguer", [2, 4129, 8]], ["environ", [2, 4129, 9]], ["besiege", [2, 4129, 10]], ["fence", [2, 4129, 11]], ["smother", [2, 4129, 12]], ["border", [2, 4129, 13]]]}, {"answer": "survey", "hint": "synonyms for survey", "clues": [["surveil", [2, 4130, 0]], ["review", [2, 4130, 1]], ["appraise", [2, 4130, 2]], ["go over", [2, 4130, 3]], ["follow", [2, 4130, 4]]]}, {"answer": "surveying", "hint": "synonyms for surveying", "clues": [["surveil", [2, 4131, 0]], ["survey", [2, 4131, 1]], ["review", [2, 4131, 2]], ["go over", [2, 4131, 3]], ["follow", [2, 4131, 4]], ["appraise", [2, 4131, 5]]]}, {"answer": "swag", "hint": "synonyms for swag", "clues": [["lurch", [2, 4132, 0]], ["keel", [2, 4132, 1]], ["reel", [2, 4132, 2]], ["flag", [2, 4132, 3]], ["sag", [2, 4132, 4]], ["careen", [2, 4132, 5]], ["stagger", [2, 4132, 6]], ["droop", [2, 4132, 7]]]}, {"answer": "swallow", "hint": "synonyms for swallow", "clues": [["live with", [2, 4133, 0]], ["bury", [2, 4133, 1]], ["immerse", [2, 4133, 2]], ["accept", [2, 4133, 3]], ["get down", [2, 4133, 4]], ["eat up", [2, 4133, 5]], ["withdraw", [2, 4133, 6]], ["unsay", [2, 4133, 7]], ["swallow up", [2, 4133, 8]], ["take back", [2, 4133, 9]]]}, {"answer": "swamp", "hint": "synonyms for swamp", "clues": [["drench", [2, 4134, 0]], ["deluge", [2, 4134, 1]], ["inundate", [2, 4134, 2]], ["flood", [2, 4134, 3]]]}, {"answer": "swan", "hint": "synonyms for swan", "clues": [["affirm", [2, 4135, 0]], ["vagabond", [2, 4135, 1]], ["verify", [2, 4135, 2]], ["wander", [2, 4135, 3]], ["avow", [2, 4135, 4]], ["assert", [2, 4135, 5]], ["stray", [2, 4135, 6]], ["cast", [2, 4135, 7]], ["ramble", [2, 4135, 8]], ["range", [2, 4135, 9]], ["drift", [2, 4135, 10]], ["tramp", [2, 4135, 11]], ["roll", [2, 4135, 12]], ["roam", [2, 4135, 13]], ["aver", [2, 4135, 14]], ["swear", [2, 4135, 15]], ["rove", [2, 4135, 16]]]}, {"answer": "swarm", "hint": "synonyms for swarm", "clues": [["pullulate", [2, 4136, 0]], ["pour", [2, 4136, 1]], ["teem", [2, 4136, 2]], ["stream", [2, 4136, 3]]]}, {"answer": "swash", "hint": "synonyms for swash", "clues": [["gas", [2, 4137, 0]], ["bluster", [2, 4137, 1]], ["tout", [2, 4137, 2]], ["shoot a line", [2, 4137, 3]], ["swagger", [2, 4137, 4]], ["blow", [2, 4137, 5]], ["boast", [2, 4137, 6]], ["plash", [2, 4137, 7]], ["vaunt", [2, 4137, 8]], ["brag", [2, 4137, 9]], ["gasconade", [2, 4137, 10]], ["spatter", [2, 4137, 11]], ["splosh", [2, 4137, 12]]]}, {"answer": "sway", "hint": "synonyms for sway", "clues": [["carry", [2, 4138, 0]], ["rock", [2, 4138, 1]], ["shake", [2, 4138, 2]], ["persuade", [2, 4138, 3]], ["swing", [2, 4138, 4]]]}, {"answer": "swearing", "hint": "synonyms for swearing", "clues": [["affirm", [2, 4139, 0]], ["swear", [2, 4139, 1]], ["swan", [2, 4139, 2]], ["verify", [2, 4139, 3]], ["avow", [2, 4139, 4]], ["rely", [2, 4139, 5]], ["assert", [2, 4139, 6]], ["curse", [2, 4139, 7]], ["imprecate", [2, 4139, 8]], ["bank", [2, 4139, 9]], ["trust", [2, 4139, 10]], ["depone", [2, 4139, 11]], ["aver", [2, 4139, 12]], ["depose", [2, 4139, 13]], ["cuss", [2, 4139, 14]], ["blaspheme", [2, 4139, 15]]]}, {"answer": "sweep", "hint": "synonyms for sweep", "clues": [["drag", [2, 4140, 0]], ["tangle", [2, 4140, 1]], ["brush", [2, 4140, 2]], ["broom", [2, 4140, 3]], ["sweep up", [2, 4140, 4]], ["span", [2, 4140, 5]], ["drag in", [2, 4140, 6]], ["cross", [2, 4140, 7]], ["traverse", [2, 4140, 8]], ["swing", [2, 4140, 9]], ["sail", [2, 4140, 10]], ["embroil", [2, 4140, 11]], ["swing out", [2, 4140, 12]]]}, {"answer": "swelling", "hint": "synonyms for swelling", "clues": [["swell", [2, 4141, 0]], ["tumesce", [2, 4141, 1]], ["swell up", [2, 4141, 2]], ["tumefy", [2, 4141, 3]], ["puff up", [2, 4141, 4]]]}, {"answer": "swerve", "hint": "synonyms for swerve", "clues": [["slue", [2, 4142, 0]], ["veer", [2, 4142, 1]], ["curve", [2, 4142, 2]], ["cut", [2, 4142, 3]], ["slew", [2, 4142, 4]], ["sheer", [2, 4142, 5]], ["trend", [2, 4142, 6]]]}, {"answer": "swerving", "hint": "synonyms for swerving", "clues": [["slue", [2, 4143, 0]], ["swerve", [2, 4143, 1]], ["slew", [2, 4143, 2]], ["veer", [2, 4143, 3]], ["curve", [2, 4143, 4]], ["cut", [2, 4143, 5]], ["sheer", [2, 4143, 6]], ["trend", [2, 4143, 7]]]}, {"answer": "swig", "hint": "synonyms for swig", "clues": [["gulp", [2, 4144, 0]], ["slug", [2, 4144, 1]], ["quaff", [2, 4144, 2]], ["slog", [2, 4144, 3]]]}, {"answer": "swindle", "hint": "synonyms for swindle", "clues": [["rook", [2, 4145, 0]], ["bunco", [2, 4145, 1]], ["goldbrick", [2, 4145, 2]], ["victimize", [2, 4145, 3]], ["diddle", [2, 4145, 4]], ["con", [2, 4145, 5]], ["gip", [2, 4145, 6]], ["defraud", [2, 4145, 7]], ["gyp", [2, 4145, 8]], ["nobble", [2, 4145, 9]], ["scam", [2, 4145, 10]], ["short-change", [2, 4145, 11]], ["hornswoggle", [2, 4145, 12]], ["mulct", [2, 4145, 13]]]}, {"answer": "swing", "hint": "synonyms for swing", "clues": [["sway", [2, 4146, 0]], ["drop", [2, 4146, 1]], ["dangle", [2, 4146, 2]], ["get around", [2, 4146, 3]], ["swing over", [2, 4146, 4]], ["sweep", [2, 4146, 5]], ["swing out", [2, 4146, 6]]]}, {"answer": "swipe", "hint": "synonyms for swipe", "clues": [["filch", [2, 4147, 0]], ["cabbage", [2, 4147, 1]], ["lift", [2, 4147, 2]], ["hook", [2, 4147, 3]], ["nobble", [2, 4147, 4]], ["snarf", [2, 4147, 5]], ["sneak", [2, 4147, 6]], ["pilfer", [2, 4147, 7]], ["purloin", [2, 4147, 8]], ["abstract", [2, 4147, 9]], ["pinch", [2, 4147, 10]]]}, {"answer": "swirl", "hint": "synonyms for swirl", "clues": [["twirl", [2, 4148, 0]], ["whirl", [2, 4148, 1]], ["purl", [2, 4148, 2]], ["twiddle", [2, 4148, 3]], ["eddy", [2, 4148, 4]], ["whirlpool", [2, 4148, 5]]]}, {"answer": "switch", "hint": "synonyms for switch", "clues": [["trade", [2, 4149, 0]], ["change over", [2, 4149, 1]], ["flip", [2, 4149, 2]], ["exchange", [2, 4149, 3]], ["throw", [2, 4149, 4]], ["flip-flop", [2, 4149, 5]], ["tack", [2, 4149, 6]], ["swop", [2, 4149, 7]], ["shift", [2, 4149, 8]], ["switch over", [2, 4149, 9]], ["interchange", [2, 4149, 10]], ["alternate", [2, 4149, 11]], ["swap", [2, 4149, 12]]]}, {"answer": "switching", "hint": "synonyms for switching", "clues": [["change over", [2, 4150, 0]], ["throw", [2, 4150, 1]], ["flip-flop", [2, 4150, 2]], ["shift", [2, 4150, 3]], ["change", [2, 4150, 4]], ["switch", [2, 4150, 5]], ["trade", [2, 4150, 6]], ["flip", [2, 4150, 7]], ["tack", [2, 4150, 8]], ["swop", [2, 4150, 9]], ["switch over", [2, 4150, 10]], ["interchange", [2, 4150, 11]], ["alternate", [2, 4150, 12]], ["swap", [2, 4150, 13]]]}, {"answer": "swot", "hint": "synonyms for swot", "clues": [["drum", [2, 4151, 0]], ["cram", [2, 4151, 1]], ["get up", [2, 4151, 2]], ["bone up", [2, 4151, 3]], ["bone", [2, 4151, 4]], ["mug up", [2, 4151, 5]], ["grind away", [2, 4151, 6]], ["swot up", [2, 4151, 7]]]}, {"answer": "symbolising", "hint": "synonyms for symbolising", "clues": [["typify", [2, 4152, 0]], ["symbolize", [2, 4152, 1]], ["represent", [2, 4152, 2]], ["stand for", [2, 4152, 3]]]}, {"answer": "symbolizing", "hint": "synonyms for symbolizing", "clues": [["typify", [2, 4153, 0]], ["symbolize", [2, 4153, 1]], ["represent", [2, 4153, 2]], ["stand for", [2, 4153, 3]]]}, {"answer": "table", "hint": "synonyms for table", "clues": [["postpone", [2, 4154, 0]], ["prorogue", [2, 4154, 1]], ["shelve", [2, 4154, 2]], ["tabulate", [2, 4154, 3]], ["tabularize", [2, 4154, 4]], ["put off", [2, 4154, 5]], ["remit", [2, 4154, 6]], ["hold over", [2, 4154, 7]], ["set back", [2, 4154, 8]], ["defer", [2, 4154, 9]], ["put over", [2, 4154, 10]]]}, {"answer": "tack", "hint": "synonyms for tack", "clues": [["switch", [2, 4155, 0]], ["append", [2, 4155, 1]], ["flip-flop", [2, 4155, 2]], ["assemble", [2, 4155, 3]], ["set up", [2, 4155, 4]], ["flip", [2, 4155, 5]], ["interchange", [2, 4155, 6]], ["tack on", [2, 4155, 7]], ["tag on", [2, 4155, 8]], ["wear round", [2, 4155, 9]], ["put together", [2, 4155, 10]], ["alternate", [2, 4155, 11]], ["piece", [2, 4155, 12]], ["baste", [2, 4155, 13]], ["hang on", [2, 4155, 14]], ["tack together", [2, 4155, 15]]]}, {"answer": "tacking", "hint": "synonyms for tacking", "clues": [["flip-flop", [2, 4156, 0]], ["wear round", [2, 4156, 1]], ["put together", [2, 4156, 2]], ["piece", [2, 4156, 3]], ["tack together", [2, 4156, 4]], ["switch", [2, 4156, 5]], ["baste", [2, 4156, 6]], ["tack", [2, 4156, 7]], ["assemble", [2, 4156, 8]], ["set up", [2, 4156, 9]], ["tack on", [2, 4156, 10]], ["tag on", [2, 4156, 11]], ["alternate", [2, 4156, 12]], ["interchange", [2, 4156, 13]], ["flip", [2, 4156, 14]], ["hang on", [2, 4156, 15]], ["append", [2, 4156, 16]]]}, {"answer": "tag", "hint": "synonyms for tag", "clues": [["give chase", [2, 4157, 0]], ["mark", [2, 4157, 1]], ["label", [2, 4157, 2]], ["dog", [2, 4157, 3]], ["chase", [2, 4157, 4]], ["tail", [2, 4157, 5]], ["chase after", [2, 4157, 6]], ["track", [2, 4157, 7]], ["go after", [2, 4157, 8]]]}, {"answer": "tail", "hint": "synonyms for tail", "clues": [["give chase", [2, 4158, 0]], ["dock", [2, 4158, 1]], ["dog", [2, 4158, 2]], ["chase", [2, 4158, 3]], ["chase after", [2, 4158, 4]], ["track", [2, 4158, 5]], ["bob", [2, 4158, 6]], ["trail", [2, 4158, 7]], ["tag", [2, 4158, 8]], ["go after", [2, 4158, 9]]]}, {"answer": "tailing", "hint": "synonyms for tailing", "clues": [["give chase", [2, 4159, 0]], ["tail", [2, 4159, 1]], ["dock", [2, 4159, 2]], ["dog", [2, 4159, 3]], ["chase", [2, 4159, 4]], ["chase after", [2, 4159, 5]], ["track", [2, 4159, 6]], ["bob", [2, 4159, 7]], ["tag", [2, 4159, 8]], ["go after", [2, 4159, 9]]]}, {"answer": "tailor", "hint": "synonyms for tailor", "clues": [["sew", [2, 4160, 0]], ["tailor-make", [2, 4160, 1]], ["orient", [2, 4160, 2]], ["cut", [2, 4160, 3]]]}, {"answer": "tailoring", "hint": "synonyms for tailoring", "clues": [["tailor", [2, 4161, 0]], ["sew", [2, 4161, 1]], ["tailor-make", [2, 4161, 2]], ["orient", [2, 4161, 3]], ["cut", [2, 4161, 4]]]}, {"answer": "tails", "hint": "synonyms for tails", "clues": [["give chase", [2, 4162, 0]], ["tail", [2, 4162, 1]], ["dock", [2, 4162, 2]], ["dog", [2, 4162, 3]], ["chase", [2, 4162, 4]], ["chase after", [2, 4162, 5]], ["track", [2, 4162, 6]], ["bob", [2, 4162, 7]], ["tag", [2, 4162, 8]], ["go after", [2, 4162, 9]]]}, {"answer": "taint", "hint": "synonyms for taint", "clues": [["corrupt", [2, 4163, 0]], ["sully", [2, 4163, 1]], ["infect", [2, 4163, 2]], ["defile", [2, 4163, 3]], ["cloud", [2, 4163, 4]]]}, {"answer": "take", "hint": "synonyms for take", "clues": [["accept", [2, 4164, 0]], ["fill", [2, 4164, 1]], ["withdraw", [2, 4164, 2]], ["read", [2, 4164, 3]], ["direct", [2, 4164, 4]], ["have", [2, 4164, 5]], ["assume", [2, 4164, 6]], ["look at", [2, 4164, 7]], ["choose", [2, 4164, 8]], ["need", [2, 4164, 9]], ["drive", [2, 4164, 10]], ["take away", [2, 4164, 11]], ["necessitate", [2, 4164, 12]], ["conduct", [2, 4164, 13]], ["film", [2, 4164, 14]], ["ingest", [2, 4164, 15]], ["lease", [2, 4164, 16]], ["contain", [2, 4164, 17]], ["take on", [2, 4164, 18]], ["ask", [2, 4164, 19]], ["take up", [2, 4164, 20]], ["use up", [2, 4164, 21]], ["carry", [2, 4164, 22]], ["select", [2, 4164, 23]], ["shoot", [2, 4164, 24]], ["study", [2, 4164, 25]], ["claim", [2, 4164, 26]], ["submit", [2, 4164, 27]], ["make", [2, 4164, 28]], ["admit", [2, 4164, 29]], ["postulate", [2, 4164, 30]], ["take aim", [2, 4164, 31]], ["exact", [2, 4164, 32]], ["rent", [2, 4164, 33]], ["convey", [2, 4164, 34]], ["hire", [2, 4164, 35]], ["acquire", [2, 4164, 36]], ["lead", [2, 4164, 37]], ["deal", [2, 4164, 38]], ["demand", [2, 4164, 39]], ["contract", [2, 4164, 40]], ["require", [2, 4164, 41]], ["call for", [2, 4164, 42]], ["occupy", [2, 4164, 43]], ["remove", [2, 4164, 44]], ["learn", [2, 4164, 45]], ["strike", [2, 4164, 46]], ["pack", [2, 4164, 47]], ["engage", [2, 4164, 48]], ["involve", [2, 4164, 49]], ["adopt", [2, 4164, 50]], ["hold", [2, 4164, 51]], ["get hold of", [2, 4164, 52]], ["subscribe to", [2, 4164, 53]], ["bring", [2, 4164, 54]], ["charter", [2, 4164, 55]], ["pick out", [2, 4164, 56]], ["get", [2, 4164, 57]], ["train", [2, 4164, 58]], ["consider", [2, 4164, 59]], ["consume", [2, 4164, 60]], ["aim", [2, 4164, 61]], ["guide", [2, 4164, 62]]]}, {"answer": "takings", "hint": "synonyms for takings", "clues": [["accept", [2, 4165, 0]], ["fill", [2, 4165, 1]], ["direct", [2, 4165, 2]], ["take", [2, 4165, 3]], ["have", [2, 4165, 4]], ["assume", [2, 4165, 5]], ["look at", [2, 4165, 6]], ["choose", [2, 4165, 7]], ["conduct", [2, 4165, 8]], ["contain", [2, 4165, 9]], ["ingest", [2, 4165, 10]], ["take on", [2, 4165, 11]], ["ask", [2, 4165, 12]], ["use up", [2, 4165, 13]], ["carry", [2, 4165, 14]], ["select", [2, 4165, 15]], ["shoot", [2, 4165, 16]], ["make", [2, 4165, 17]], ["take aim", [2, 4165, 18]], ["hire", [2, 4165, 19]], ["lead", [2, 4165, 20]], ["deal", [2, 4165, 21]], ["contract", [2, 4165, 22]], ["require", [2, 4165, 23]], ["remove", [2, 4165, 24]], ["adopt", [2, 4165, 25]], ["engage", [2, 4165, 26]], ["hold", [2, 4165, 27]], ["occupy", [2, 4165, 28]], ["bring", [2, 4165, 29]], ["charter", [2, 4165, 30]], ["consider", [2, 4165, 31]], ["convey", [2, 4165, 32]], ["withdraw", [2, 4165, 33]], ["read", [2, 4165, 34]], ["need", [2, 4165, 35]], ["take away", [2, 4165, 36]], ["drive", [2, 4165, 37]], ["necessitate", [2, 4165, 38]], ["film", [2, 4165, 39]], ["lease", [2, 4165, 40]], ["take up", [2, 4165, 41]], ["study", [2, 4165, 42]], ["claim", [2, 4165, 43]], ["submit", [2, 4165, 44]], ["admit", [2, 4165, 45]], ["postulate", [2, 4165, 46]], ["exact", [2, 4165, 47]], ["rent", [2, 4165, 48]], ["acquire", [2, 4165, 49]], ["demand", [2, 4165, 50]], ["call for", [2, 4165, 51]], ["strike", [2, 4165, 52]], ["learn", [2, 4165, 53]], ["pack", [2, 4165, 54]], ["involve", [2, 4165, 55]], ["get hold of", [2, 4165, 56]], ["subscribe to", [2, 4165, 57]], ["get", [2, 4165, 58]], ["pick out", [2, 4165, 59]], ["train", [2, 4165, 60]], ["consume", [2, 4165, 61]], ["aim", [2, 4165, 62]], ["guide", [2, 4165, 63]]]}, {"answer": "talk", "hint": "synonyms for talk", "clues": [["tattle", [2, 4166, 0]], ["babble out", [2, 4166, 1]], ["peach", [2, 4166, 2]], ["let the cat out of the bag", [2, 4166, 3]], ["sing", [2, 4166, 4]], ["spill the beans", [2, 4166, 5]], ["verbalise", [2, 4166, 6]], ["mouth", [2, 4166, 7]], ["spill", [2, 4166, 8]], ["blab", [2, 4166, 9]], ["speak", [2, 4166, 10]], ["blab out", [2, 4166, 11]], ["babble", [2, 4166, 12]], ["utter", [2, 4166, 13]], ["lecture", [2, 4166, 14]]]}, {"answer": "talking", "hint": "synonyms for talking", "clues": [["tattle", [2, 4167, 0]], ["talk", [2, 4167, 1]], ["babble out", [2, 4167, 2]], ["peach", [2, 4167, 3]], ["let the cat out of the bag", [2, 4167, 4]], ["sing", [2, 4167, 5]], ["spill the beans", [2, 4167, 6]], ["verbalise", [2, 4167, 7]], ["mouth", [2, 4167, 8]], ["spill", [2, 4167, 9]], ["blab", [2, 4167, 10]], ["speak", [2, 4167, 11]], ["blab out", [2, 4167, 12]], ["babble", [2, 4167, 13]], ["utter", [2, 4167, 14]], ["lecture", [2, 4167, 15]]]}, {"answer": "talks", "hint": "synonyms for talks", "clues": [["tattle", [2, 4168, 0]], ["talk", [2, 4168, 1]], ["babble out", [2, 4168, 2]], ["peach", [2, 4168, 3]], ["let the cat out of the bag", [2, 4168, 4]], ["sing", [2, 4168, 5]], ["spill the beans", [2, 4168, 6]], ["verbalise", [2, 4168, 7]], ["mouth", [2, 4168, 8]], ["spill", [2, 4168, 9]], ["blab", [2, 4168, 10]], ["speak", [2, 4168, 11]], ["blab out", [2, 4168, 12]], ["babble", [2, 4168, 13]], ["utter", [2, 4168, 14]], ["lecture", [2, 4168, 15]]]}, {"answer": "tally", "hint": "synonyms for tally", "clues": [["tot up", [2, 4169, 0]], ["fit", [2, 4169, 1]], ["summate", [2, 4169, 2]], ["correspond", [2, 4169, 3]], ["chalk up", [2, 4169, 4]], ["sum", [2, 4169, 5]], ["gibe", [2, 4169, 6]], ["check", [2, 4169, 7]], ["sum up", [2, 4169, 8]], ["total", [2, 4169, 9]], ["tot", [2, 4169, 10]], ["match", [2, 4169, 11]], ["add together", [2, 4169, 12]], ["jibe", [2, 4169, 13]], ["add", [2, 4169, 14]], ["add up", [2, 4169, 15]], ["hit", [2, 4169, 16]], ["score", [2, 4169, 17]], ["rack up", [2, 4169, 18]], ["agree", [2, 4169, 19]]]}, {"answer": "tampering", "hint": "synonyms for tampering", "clues": [["monkey", [2, 4170, 0]], ["fiddle", [2, 4170, 1]], ["tamper", [2, 4170, 2]], ["meddle", [2, 4170, 3]]]}, {"answer": "tangle", "hint": "synonyms for tangle", "clues": [["entangle", [2, 4171, 0]], ["drag", [2, 4171, 1]], ["sweep", [2, 4171, 2]], ["sweep up", [2, 4171, 3]], ["dishevel", [2, 4171, 4]], ["snarl", [2, 4171, 5]], ["drag in", [2, 4171, 6]], ["knot", [2, 4171, 7]], ["ravel", [2, 4171, 8]], ["embroil", [2, 4171, 9]], ["tousle", [2, 4171, 10]], ["mat", [2, 4171, 11]]]}, {"answer": "tap", "hint": "synonyms for tap", "clues": [["intercept", [2, 4172, 0]], ["knock", [2, 4172, 1]], ["exploit", [2, 4172, 2]], ["rap", [2, 4172, 3]], ["wiretap", [2, 4172, 4]], ["pink", [2, 4172, 5]], ["bug", [2, 4172, 6]], ["tapdance", [2, 4172, 7]], ["solicit", [2, 4172, 8]], ["tip", [2, 4172, 9]], ["beg", [2, 4172, 10]]]}, {"answer": "taping", "hint": "synonyms for taping", "clues": [["tap", [2, 4173, 0]], ["knock", [2, 4173, 1]], ["exploit", [2, 4173, 2]], ["rap", [2, 4173, 3]], ["wiretap", [2, 4173, 4]], ["pink", [2, 4173, 5]], ["bug", [2, 4173, 6]], ["solicit", [2, 4173, 7]], ["videotape", [2, 4173, 8]], ["record", [2, 4173, 9]], ["intercept", [2, 4173, 10]], ["tapdance", [2, 4173, 11]], ["tip", [2, 4173, 12]], ["beg", [2, 4173, 13]]]}, {"answer": "tapping", "hint": "synonyms for tapping", "clues": [["tap", [2, 4174, 0]], ["knock", [2, 4174, 1]], ["exploit", [2, 4174, 2]], ["rap", [2, 4174, 3]], ["wiretap", [2, 4174, 4]], ["pink", [2, 4174, 5]], ["bug", [2, 4174, 6]], ["solicit", [2, 4174, 7]], ["intercept", [2, 4174, 8]], ["tapdance", [2, 4174, 9]], ["tip", [2, 4174, 10]], ["beg", [2, 4174, 11]]]}, {"answer": "taps", "hint": "synonyms for taps", "clues": [["tap", [2, 4175, 0]], ["knock", [2, 4175, 1]], ["exploit", [2, 4175, 2]], ["rap", [2, 4175, 3]], ["wiretap", [2, 4175, 4]], ["pink", [2, 4175, 5]], ["bug", [2, 4175, 6]], ["solicit", [2, 4175, 7]], ["intercept", [2, 4175, 8]], ["tapdance", [2, 4175, 9]], ["tip", [2, 4175, 10]], ["beg", [2, 4175, 11]]]}, {"answer": "target", "hint": "synonyms for target", "clues": [["aim", [2, 4176, 0]], ["point", [2, 4176, 1]], ["direct", [2, 4176, 2]], ["place", [2, 4176, 3]]]}, {"answer": "tarnish", "hint": "synonyms for tarnish", "clues": [["maculate", [2, 4177, 0]], ["sully", [2, 4177, 1]], ["defile", [2, 4177, 2]], ["stain", [2, 4177, 3]]]}, {"answer": "taste", "hint": "synonyms for taste", "clues": [["sample", [2, 4178, 0]], ["try", [2, 4178, 1]], ["smack", [2, 4178, 2]], ["try out", [2, 4178, 3]], ["savor", [2, 4178, 4]]]}, {"answer": "tasting", "hint": "synonyms for tasting", "clues": [["smack", [2, 4179, 0]], ["taste", [2, 4179, 1]], ["sample", [2, 4179, 2]], ["try", [2, 4179, 3]], ["try out", [2, 4179, 4]], ["savor", [2, 4179, 5]]]}, {"answer": "tattle", "hint": "synonyms for tattle", "clues": [["blab", [2, 4180, 0]], ["blabber", [2, 4180, 1]], ["chatter", [2, 4180, 2]], ["talk", [2, 4180, 3]], ["piffle", [2, 4180, 4]], ["babble out", [2, 4180, 5]], ["peach", [2, 4180, 6]], ["twaddle", [2, 4180, 7]], ["let the cat out of the bag", [2, 4180, 8]], ["sing", [2, 4180, 9]], ["clack", [2, 4180, 10]], ["spill the beans", [2, 4180, 11]], ["tittle-tattle", [2, 4180, 12]], ["prate", [2, 4180, 13]], ["maunder", [2, 4180, 14]], ["blab out", [2, 4180, 15]], ["palaver", [2, 4180, 16]], ["babble", [2, 4180, 17]], ["prattle", [2, 4180, 18]], ["gabble", [2, 4180, 19]], ["gibber", [2, 4180, 20]]]}, {"answer": "taunt", "hint": "synonyms for taunt", "clues": [["twit", [2, 4181, 0]], ["razz", [2, 4181, 1]], ["rally", [2, 4181, 2]], ["bait", [2, 4181, 3]], ["rag", [2, 4181, 4]], ["tantalise", [2, 4181, 5]], ["tease", [2, 4181, 6]], ["cod", [2, 4181, 7]], ["ride", [2, 4181, 8]]]}, {"answer": "tear", "hint": "synonyms for tear", "clues": [["deplumate", [2, 4182, 0]], ["rupture", [2, 4182, 1]], ["buck", [2, 4182, 2]], ["pull", [2, 4182, 3]], ["pluck", [2, 4182, 4]], ["snap", [2, 4182, 5]], ["shoot", [2, 4182, 6]], ["displume", [2, 4182, 7]], ["bust", [2, 4182, 8]], ["shoot down", [2, 4182, 9]], ["charge", [2, 4182, 10]]]}, {"answer": "tears", "hint": "synonyms for tears", "clues": [["deplumate", [2, 4183, 0]], ["rupture", [2, 4183, 1]], ["buck", [2, 4183, 2]], ["pull", [2, 4183, 3]], ["pluck", [2, 4183, 4]], ["tear", [2, 4183, 5]], ["snap", [2, 4183, 6]], ["shoot", [2, 4183, 7]], ["displume", [2, 4183, 8]], ["bust", [2, 4183, 9]], ["shoot down", [2, 4183, 10]], ["charge", [2, 4183, 11]]]}, {"answer": "tease", "hint": "synonyms for tease", "clues": [["fluff", [2, 4184, 0]], ["twit", [2, 4184, 1]], ["badger", [2, 4184, 2]], ["razz", [2, 4184, 3]], ["rally", [2, 4184, 4]], ["loosen", [2, 4184, 5]], ["bait", [2, 4184, 6]], ["rag", [2, 4184, 7]], ["taunt", [2, 4184, 8]], ["tantalise", [2, 4184, 9]], ["card", [2, 4184, 10]], ["ride", [2, 4184, 11]], ["beleaguer", [2, 4184, 12]], ["cod", [2, 4184, 13]], ["tease apart", [2, 4184, 14]], ["pester", [2, 4184, 15]], ["bug", [2, 4184, 16]]]}, {"answer": "telephone", "hint": "synonyms for telephone", "clues": [["call up", [2, 4185, 0]], ["call", [2, 4185, 1]], ["phone", [2, 4185, 2]], ["ring", [2, 4185, 3]]]}, {"answer": "tell", "hint": "synonyms for tell", "clues": [["secernate", [2, 4186, 0]], ["say", [2, 4186, 1]], ["narrate", [2, 4186, 2]], ["severalize", [2, 4186, 3]], ["secern", [2, 4186, 4]], ["distinguish", [2, 4186, 5]], ["enjoin", [2, 4186, 6]], ["differentiate", [2, 4186, 7]], ["recount", [2, 4186, 8]], ["tell apart", [2, 4186, 9]], ["recite", [2, 4186, 10]], ["separate", [2, 4186, 11]], ["assure", [2, 4186, 12]], ["evidence", [2, 4186, 13]], ["state", [2, 4186, 14]], ["order", [2, 4186, 15]]]}, {"answer": "temper", "hint": "synonyms for temper", "clues": [["harden", [2, 4187, 0]], ["anneal", [2, 4187, 1]], ["normalize", [2, 4187, 2]], ["moderate", [2, 4187, 3]], ["chasten", [2, 4187, 4]], ["season", [2, 4187, 5]], ["mollify", [2, 4187, 6]]]}, {"answer": "tent", "hint": "synonyms for tent", "clues": [["bivouac", [2, 4188, 0]], ["camp", [2, 4188, 1]], ["camp out", [2, 4188, 2]], ["encamp", [2, 4188, 3]]]}, {"answer": "tenting", "hint": "synonyms for tenting", "clues": [["bivouac", [2, 4189, 0]], ["camp out", [2, 4189, 1]], ["encamp", [2, 4189, 2]], ["tent", [2, 4189, 3]], ["camp", [2, 4189, 4]]]}, {"answer": "test", "hint": "synonyms for test", "clues": [["quiz", [2, 4190, 0]], ["screen", [2, 4190, 1]], ["prove", [2, 4190, 2]], ["try", [2, 4190, 3]], ["examine", [2, 4190, 4]], ["try out", [2, 4190, 5]], ["essay", [2, 4190, 6]]]}, {"answer": "testing", "hint": "synonyms for testing", "clues": [["prove", [2, 4191, 0]], ["test", [2, 4191, 1]], ["screen", [2, 4191, 2]], ["essay", [2, 4191, 3]], ["quiz", [2, 4191, 4]], ["try", [2, 4191, 5]], ["examine", [2, 4191, 6]], ["try out", [2, 4191, 7]]]}, {"answer": "thaw", "hint": "synonyms for thaw", "clues": [["dissolve", [2, 4192, 0]], ["unfreeze", [2, 4192, 1]], ["melt", [2, 4192, 2]], ["dethaw", [2, 4192, 3]], ["unthaw", [2, 4192, 4]]]}, {"answer": "thawing", "hint": "synonyms for thawing", "clues": [["dissolve", [2, 4193, 0]], ["unfreeze", [2, 4193, 1]], ["thaw", [2, 4193, 2]], ["melt", [2, 4193, 3]], ["dethaw", [2, 4193, 4]], ["unthaw", [2, 4193, 5]]]}, {"answer": "think", "hint": "synonyms for think", "clues": [["recollect", [2, 4194, 0]], ["remember", [2, 4194, 1]], ["mean", [2, 4194, 2]], ["cogitate", [2, 4194, 3]], ["cerebrate", [2, 4194, 4]], ["intend", [2, 4194, 5]], ["opine", [2, 4194, 6]], ["guess", [2, 4194, 7]], ["call back", [2, 4194, 8]], ["imagine", [2, 4194, 9]], ["believe", [2, 4194, 10]], ["suppose", [2, 4194, 11]], ["reckon", [2, 4194, 12]], ["conceive", [2, 4194, 13]], ["recall", [2, 4194, 14]], ["call up", [2, 4194, 15]], ["retrieve", [2, 4194, 16]], ["consider", [2, 4194, 17]]]}, {"answer": "thinning", "hint": "synonyms for thinning", "clues": [["reduce", [2, 4195, 0]], ["lose weight", [2, 4195, 1]], ["thin", [2, 4195, 2]], ["slim", [2, 4195, 3]], ["slim down", [2, 4195, 4]], ["melt off", [2, 4195, 5]], ["slenderize", [2, 4195, 6]], ["dilute", [2, 4195, 7]], ["cut", [2, 4195, 8]], ["thin out", [2, 4195, 9]]]}, {"answer": "thirst", "hint": "synonyms for thirst", "clues": [["hunger", [2, 4196, 0]], ["lust", [2, 4196, 1]], ["starve", [2, 4196, 2]], ["crave", [2, 4196, 3]]]}, {"answer": "thought", "hint": "synonyms for thought", "clues": [["think", [2, 4197, 0]], ["recollect", [2, 4197, 1]], ["remember", [2, 4197, 2]], ["cogitate", [2, 4197, 3]], ["opine", [2, 4197, 4]], ["imagine", [2, 4197, 5]], ["suppose", [2, 4197, 6]], ["reckon", [2, 4197, 7]], ["conceive", [2, 4197, 8]], ["call up", [2, 4197, 9]], ["retrieve", [2, 4197, 10]], ["consider", [2, 4197, 11]], ["mean", [2, 4197, 12]], ["cerebrate", [2, 4197, 13]], ["intend", [2, 4197, 14]], ["guess", [2, 4197, 15]], ["call back", [2, 4197, 16]], ["believe", [2, 4197, 17]], ["recall", [2, 4197, 18]]]}, {"answer": "thrash", "hint": "synonyms for thrash", "clues": [["mosh", [2, 4198, 0]], ["slam dance", [2, 4198, 1]], ["cream", [2, 4198, 2]], ["drub", [2, 4198, 3]], ["convulse", [2, 4198, 4]], ["lam", [2, 4198, 5]], ["slash", [2, 4198, 6]], ["thrash about", [2, 4198, 7]], ["thresh", [2, 4198, 8]], ["jactitate", [2, 4198, 9]], ["toss", [2, 4198, 10]], ["clobber", [2, 4198, 11]], ["lick", [2, 4198, 12]], ["bat", [2, 4198, 13]], ["flail", [2, 4198, 14]]]}, {"answer": "thrashing", "hint": "synonyms for thrashing", "clues": [["thrash", [2, 4199, 0]], ["mosh", [2, 4199, 1]], ["slam dance", [2, 4199, 2]], ["cream", [2, 4199, 3]], ["drub", [2, 4199, 4]], ["convulse", [2, 4199, 5]], ["lam", [2, 4199, 6]], ["slash", [2, 4199, 7]], ["thrash about", [2, 4199, 8]], ["thresh", [2, 4199, 9]], ["jactitate", [2, 4199, 10]], ["toss", [2, 4199, 11]], ["clobber", [2, 4199, 12]], ["lick", [2, 4199, 13]], ["bat", [2, 4199, 14]], ["flail", [2, 4199, 15]]]}, {"answer": "thread", "hint": "synonyms for thread", "clues": [["wind", [2, 4200, 0]], ["weave", [2, 4200, 1]], ["meander", [2, 4200, 2]], ["draw", [2, 4200, 3]], ["string", [2, 4200, 4]], ["wander", [2, 4200, 5]]]}, {"answer": "threads", "hint": "synonyms for threads", "clues": [["weave", [2, 4201, 0]], ["thread", [2, 4201, 1]], ["meander", [2, 4201, 2]], ["draw", [2, 4201, 3]], ["string", [2, 4201, 4]], ["wander", [2, 4201, 5]], ["wind", [2, 4201, 6]]]}, {"answer": "threshing", "hint": "synonyms for threshing", "clues": [["thrash", [2, 4202, 0]], ["thresh", [2, 4202, 1]], ["convulse", [2, 4202, 2]], ["thresh about", [2, 4202, 3]], ["lam", [2, 4202, 4]], ["slash", [2, 4202, 5]], ["flail", [2, 4202, 6]], ["jactitate", [2, 4202, 7]], ["toss", [2, 4202, 8]]]}, {"answer": "thrill", "hint": "synonyms for thrill", "clues": [["throb", [2, 4203, 0]], ["shudder", [2, 4203, 1]], ["beatify", [2, 4203, 2]], ["shiver", [2, 4203, 3]], ["tickle pink", [2, 4203, 4]], ["inebriate", [2, 4203, 5]], ["vibrate", [2, 4203, 6]], ["exhilarate", [2, 4203, 7]], ["tickle", [2, 4203, 8]], ["exalt", [2, 4203, 9]]]}, {"answer": "throb", "hint": "synonyms for throb", "clues": [["pulsate", [2, 4204, 0]], ["shiver", [2, 4204, 1]], ["thrill", [2, 4204, 2]], ["shudder", [2, 4204, 3]], ["pulse", [2, 4204, 4]]]}, {"answer": "throng", "hint": "synonyms for throng", "clues": [["pile", [2, 4205, 0]], ["jam", [2, 4205, 1]], ["mob", [2, 4205, 2]], ["pack", [2, 4205, 3]]]}, {"answer": "throttle", "hint": "synonyms for throttle", "clues": [["strangle", [2, 4206, 0]], ["limit", [2, 4206, 1]], ["strangulate", [2, 4206, 2]], ["restrict", [2, 4206, 3]], ["confine", [2, 4206, 4]], ["restrain", [2, 4206, 5]], ["trammel", [2, 4206, 6]], ["bound", [2, 4206, 7]], ["choke", [2, 4206, 8]]]}, {"answer": "throttling", "hint": "synonyms for throttling", "clues": [["strangle", [2, 4207, 0]], ["limit", [2, 4207, 1]], ["strangulate", [2, 4207, 2]], ["restrict", [2, 4207, 3]], ["throttle", [2, 4207, 4]], ["confine", [2, 4207, 5]], ["restrain", [2, 4207, 6]], ["trammel", [2, 4207, 7]], ["bound", [2, 4207, 8]], ["choke", [2, 4207, 9]]]}, {"answer": "throw", "hint": "synonyms for throw", "clues": [["give", [2, 4208, 0]], ["bewilder", [2, 4208, 1]], ["throw off", [2, 4208, 2]], ["thrust", [2, 4208, 3]], ["discombobulate", [2, 4208, 4]], ["cast", [2, 4208, 5]], ["fuddle", [2, 4208, 6]], ["make", [2, 4208, 7]], ["confuse", [2, 4208, 8]], ["fox", [2, 4208, 9]], ["bedevil", [2, 4208, 10]], ["flip", [2, 4208, 11]], ["drop", [2, 4208, 12]], ["bemuse", [2, 4208, 13]], ["confound", [2, 4208, 14]], ["hold", [2, 4208, 15]], ["project", [2, 4208, 16]], ["shed", [2, 4208, 17]], ["cast off", [2, 4208, 18]], ["contrive", [2, 4208, 19]], ["throw away", [2, 4208, 20]], ["hurl", [2, 4208, 21]], ["have", [2, 4208, 22]], ["shake off", [2, 4208, 23]], ["switch", [2, 4208, 24]]]}, {"answer": "thrum", "hint": "synonyms for thrum", "clues": [["strum", [2, 4209, 0]], ["drum", [2, 4209, 1]], ["beat", [2, 4209, 2]], ["hum", [2, 4209, 3]]]}, {"answer": "thrust", "hint": "synonyms for thrust", "clues": [["lunge", [2, 4210, 0]], ["force", [2, 4210, 1]], ["pierce", [2, 4210, 2]], ["shove", [2, 4210, 3]], ["squeeze", [2, 4210, 4]], ["hurl", [2, 4210, 5]], ["stuff", [2, 4210, 6]], ["hurtle", [2, 4210, 7]], ["throw", [2, 4210, 8]], ["push up", [2, 4210, 9]]]}, {"answer": "thrusting", "hint": "synonyms for thrusting", "clues": [["thrust", [2, 4211, 0]], ["lunge", [2, 4211, 1]], ["force", [2, 4211, 2]], ["pierce", [2, 4211, 3]], ["shove", [2, 4211, 4]], ["squeeze", [2, 4211, 5]], ["hurl", [2, 4211, 6]], ["stuff", [2, 4211, 7]], ["hurtle", [2, 4211, 8]], ["throw", [2, 4211, 9]], ["push up", [2, 4211, 10]]]}, {"answer": "thumb", "hint": "synonyms for thumb", "clues": [["hitchhike", [2, 4212, 0]], ["flip", [2, 4212, 1]], ["riffle", [2, 4212, 2]], ["finger", [2, 4212, 3]], ["hitch", [2, 4212, 4]], ["leaf", [2, 4212, 5]], ["flick", [2, 4212, 6]], ["riff", [2, 4212, 7]]]}, {"answer": "thump", "hint": "synonyms for thump", "clues": [["thud", [2, 4213, 0]], ["beat", [2, 4213, 1]], ["poke", [2, 4213, 2]], ["pound", [2, 4213, 3]]]}, {"answer": "thwart", "hint": "synonyms for thwart", "clues": [["cross", [2, 4214, 0]], ["foil", [2, 4214, 1]], ["spoil", [2, 4214, 2]], ["scotch", [2, 4214, 3]], ["frustrate", [2, 4214, 4]], ["queer", [2, 4214, 5]], ["bilk", [2, 4214, 6]], ["baffle", [2, 4214, 7]]]}, {"answer": "tick", "hint": "synonyms for tick", "clues": [["mark", [2, 4215, 0]], ["click", [2, 4215, 1]], ["mark off", [2, 4215, 2]], ["tick off", [2, 4215, 3]], ["beat", [2, 4215, 4]], ["ticktack", [2, 4215, 5]], ["check off", [2, 4215, 6]], ["retick", [2, 4215, 7]], ["check", [2, 4215, 8]]]}, {"answer": "ticking", "hint": "synonyms for ticking", "clues": [["mark", [2, 4216, 0]], ["click", [2, 4216, 1]], ["mark off", [2, 4216, 2]], ["tick", [2, 4216, 3]], ["tick off", [2, 4216, 4]], ["beat", [2, 4216, 5]], ["ticktack", [2, 4216, 6]], ["check off", [2, 4216, 7]], ["retick", [2, 4216, 8]], ["check", [2, 4216, 9]]]}, {"answer": "tickle", "hint": "synonyms for tickle", "clues": [["vibrate", [2, 4217, 0]], ["vellicate", [2, 4217, 1]], ["titillate", [2, 4217, 2]], ["thrill", [2, 4217, 3]]]}, {"answer": "tie", "hint": "synonyms for tie", "clues": [["marry", [2, 4218, 0]], ["draw", [2, 4218, 1]], ["splice", [2, 4218, 2]], ["wed", [2, 4218, 3]], ["bond", [2, 4218, 4]], ["bind", [2, 4218, 5]], ["attach", [2, 4218, 6]], ["link up", [2, 4218, 7]], ["connect", [2, 4218, 8]], ["link", [2, 4218, 9]]]}, {"answer": "tightening", "hint": "synonyms for tightening", "clues": [["fasten", [2, 4219, 0]], ["constrain", [2, 4219, 1]], ["reduce", [2, 4219, 2]], ["tighten up", [2, 4219, 3]], ["tighten", [2, 4219, 4]], ["stiffen", [2, 4219, 5]]]}, {"answer": "tilt", "hint": "synonyms for tilt", "clues": [["lean", [2, 4220, 0]], ["tip", [2, 4220, 1]], ["slant", [2, 4220, 2]], ["angle", [2, 4220, 3]], ["shift", [2, 4220, 4]], ["wobble", [2, 4220, 5]], ["careen", [2, 4220, 6]], ["cant over", [2, 4220, 7]], ["cant", [2, 4220, 8]], ["pitch", [2, 4220, 9]]]}, {"answer": "tinge", "hint": "synonyms for tinge", "clues": [["distort", [2, 4221, 0]], ["color", [2, 4221, 1]], ["tinct", [2, 4221, 2]], ["touch", [2, 4221, 3]]]}, {"answer": "tinker", "hint": "synonyms for tinker", "clues": [["muck around", [2, 4222, 0]], ["muck about", [2, 4222, 1]], ["fiddle", [2, 4222, 2]], ["monkey", [2, 4222, 3]], ["mess around", [2, 4222, 4]], ["putter", [2, 4222, 5]], ["monkey around", [2, 4222, 6]], ["potter", [2, 4222, 7]]]}, {"answer": "tip", "hint": "synonyms for tip", "clues": [["bung", [2, 4223, 0]], ["tumble", [2, 4223, 1]], ["lean", [2, 4223, 2]], ["topple", [2, 4223, 3]], ["tilt", [2, 4223, 4]], ["slant", [2, 4223, 5]], ["angle", [2, 4223, 6]], ["fee", [2, 4223, 7]], ["tiptoe", [2, 4223, 8]], ["tap", [2, 4223, 9]], ["tip off", [2, 4223, 10]]]}, {"answer": "tire", "hint": "synonyms for tire", "clues": [["weary", [2, 4224, 0]], ["wear upon", [2, 4224, 1]], ["wear out", [2, 4224, 2]], ["outwear", [2, 4224, 3]], ["exhaust", [2, 4224, 4]], ["fag out", [2, 4224, 5]], ["bore", [2, 4224, 6]], ["wear down", [2, 4224, 7]], ["jade", [2, 4224, 8]], ["fatigue", [2, 4224, 9]], ["fag", [2, 4224, 10]], ["play out", [2, 4224, 11]], ["sap", [2, 4224, 12]], ["tire out", [2, 4224, 13]], ["pall", [2, 4224, 14]], ["run down", [2, 4224, 15]]]}, {"answer": "tittle-tattle", "hint": "synonyms for tittle-tattle", "clues": [["blab", [2, 4225, 0]], ["prate", [2, 4225, 1]], ["blabber", [2, 4225, 2]], ["chatter", [2, 4225, 3]], ["piffle", [2, 4225, 4]], ["tattle", [2, 4225, 5]], ["twaddle", [2, 4225, 6]], ["maunder", [2, 4225, 7]], ["clack", [2, 4225, 8]], ["palaver", [2, 4225, 9]], ["prattle", [2, 4225, 10]], ["gabble", [2, 4225, 11]], ["gibber", [2, 4225, 12]]]}, {"answer": "toady", "hint": "synonyms for toady", "clues": [["kotow", [2, 4226, 0]], ["fawn", [2, 4226, 1]], ["truckle", [2, 4226, 2]], ["bootlick", [2, 4226, 3]], ["suck up", [2, 4226, 4]]]}, {"answer": "toast", "hint": "synonyms for toast", "clues": [["crispen", [2, 4227, 0]], ["pledge", [2, 4227, 1]], ["drink", [2, 4227, 2]], ["salute", [2, 4227, 3]], ["crisp", [2, 4227, 4]], ["wassail", [2, 4227, 5]]]}, {"answer": "toasting", "hint": "synonyms for toasting", "clues": [["pledge", [2, 4228, 0]], ["crisp", [2, 4228, 1]], ["crispen", [2, 4228, 2]], ["salute", [2, 4228, 3]], ["toast", [2, 4228, 4]], ["drink", [2, 4228, 5]], ["wassail", [2, 4228, 6]]]}, {"answer": "togs", "hint": "synonyms for togs", "clues": [["garb", [2, 4229, 0]], ["habilitate", [2, 4229, 1]], ["fit out", [2, 4229, 2]], ["garment", [2, 4229, 3]], ["dress", [2, 4229, 4]], ["enclothe", [2, 4229, 5]], ["raiment", [2, 4229, 6]], ["apparel", [2, 4229, 7]], ["tog", [2, 4229, 8]]]}, {"answer": "toil", "hint": "synonyms for toil", "clues": [["fag", [2, 4230, 0]], ["travail", [2, 4230, 1]], ["grind", [2, 4230, 2]], ["dig", [2, 4230, 3]], ["drudge", [2, 4230, 4]], ["labor", [2, 4230, 5]], ["moil", [2, 4230, 6]]]}, {"answer": "tone", "hint": "synonyms for tone", "clues": [["chant", [2, 4231, 0]], ["inflect", [2, 4231, 1]], ["modulate", [2, 4231, 2]], ["tone up", [2, 4231, 3]], ["intone", [2, 4231, 4]], ["strengthen", [2, 4231, 5]]]}, {"answer": "toot", "hint": "synonyms for toot", "clues": [["claxon", [2, 4232, 0]], ["blare", [2, 4232, 1]], ["beep", [2, 4232, 2]], ["honk", [2, 4232, 3]]]}, {"answer": "tore", "hint": "synonyms for tore", "clues": [["deplumate", [2, 4233, 0]], ["rupture", [2, 4233, 1]], ["buck", [2, 4233, 2]], ["pull", [2, 4233, 3]], ["pluck", [2, 4233, 4]], ["tear", [2, 4233, 5]], ["snap", [2, 4233, 6]], ["shoot", [2, 4233, 7]], ["displume", [2, 4233, 8]], ["bust", [2, 4233, 9]], ["shoot down", [2, 4233, 10]], ["charge", [2, 4233, 11]]]}, {"answer": "torment", "hint": "synonyms for torment", "clues": [["frustrate", [2, 4234, 0]], ["dun", [2, 4234, 1]], ["rack", [2, 4234, 2]], ["excruciate", [2, 4234, 3]], ["bedevil", [2, 4234, 4]], ["torture", [2, 4234, 5]], ["rag", [2, 4234, 6]], ["crucify", [2, 4234, 7]]]}, {"answer": "toss", "hint": "synonyms for toss", "clues": [["chuck out", [2, 4235, 0]], ["flip", [2, 4235, 1]], ["cast away", [2, 4235, 2]], ["throw out", [2, 4235, 3]], ["convulse", [2, 4235, 4]], ["cast out", [2, 4235, 5]], ["put away", [2, 4235, 6]], ["slash", [2, 4235, 7]], ["thrash about", [2, 4235, 8]], ["throw away", [2, 4235, 9]], ["cast aside", [2, 4235, 10]], ["toss away", [2, 4235, 11]], ["jactitate", [2, 4235, 12]], ["chuck", [2, 4235, 13]], ["toss out", [2, 4235, 14]], ["dispose", [2, 4235, 15]], ["thrash", [2, 4235, 16]], ["thresh", [2, 4235, 17]], ["fling", [2, 4235, 18]], ["pitch", [2, 4235, 19]], ["discard", [2, 4235, 20]], ["sky", [2, 4235, 21]]]}, {"answer": "tot", "hint": "synonyms for tot", "clues": [["tally", [2, 4236, 0]], ["tot up", [2, 4236, 1]], ["add together", [2, 4236, 2]], ["add", [2, 4236, 3]], ["sum", [2, 4236, 4]], ["add up", [2, 4236, 5]], ["sum up", [2, 4236, 6]], ["summate", [2, 4236, 7]], ["total", [2, 4236, 8]]]}, {"answer": "touch", "hint": "synonyms for touch", "clues": [["extend to", [2, 4237, 0]], ["contact", [2, 4237, 1]], ["have-to doe with", [2, 4237, 2]], ["tinct", [2, 4237, 3]], ["match", [2, 4237, 4]], ["bear upon", [2, 4237, 5]], ["concern", [2, 4237, 6]], ["equal", [2, 4237, 7]], ["meet", [2, 4237, 8]], ["partake", [2, 4237, 9]], ["adjoin", [2, 4237, 10]], ["come to", [2, 4237, 11]], ["rival", [2, 4237, 12]], ["stir", [2, 4237, 13]], ["relate", [2, 4237, 14]], ["touch on", [2, 4237, 15]], ["advert", [2, 4237, 16]], ["reach", [2, 4237, 17]], ["disturb", [2, 4237, 18]], ["pertain", [2, 4237, 19]], ["tinge", [2, 4237, 20]], ["impact", [2, 4237, 21]], ["allude", [2, 4237, 22]], ["affect", [2, 4237, 23]], ["refer", [2, 4237, 24]]]}, {"answer": "tout", "hint": "synonyms for tout", "clues": [["shoot a line", [2, 4238, 0]], ["bluster", [2, 4238, 1]], ["blow", [2, 4238, 2]], ["boast", [2, 4238, 3]], ["vaunt", [2, 4238, 4]], ["brag", [2, 4238, 5]], ["gasconade", [2, 4238, 6]], ["swash", [2, 4238, 7]], ["gas", [2, 4238, 8]]]}, {"answer": "toy", "hint": "synonyms for toy", "clues": [["fiddle", [2, 4239, 0]], ["play", [2, 4239, 1]], ["dally", [2, 4239, 2]], ["flirt", [2, 4239, 3]], ["diddle", [2, 4239, 4]]]}, {"answer": "toying", "hint": "synonyms for toying", "clues": [["fiddle", [2, 4240, 0]], ["play", [2, 4240, 1]], ["dally", [2, 4240, 2]], ["toy", [2, 4240, 3]], ["flirt", [2, 4240, 4]], ["diddle", [2, 4240, 5]]]}, {"answer": "trace", "hint": "synonyms for trace", "clues": [["retrace", [2, 4241, 0]], ["follow", [2, 4241, 1]], ["hound", [2, 4241, 2]], ["hunt", [2, 4241, 3]], ["delineate", [2, 4241, 4]], ["draw", [2, 4241, 5]], ["describe", [2, 4241, 6]], ["line", [2, 4241, 7]], ["decipher", [2, 4241, 8]]]}, {"answer": "tracing", "hint": "synonyms for tracing", "clues": [["retrace", [2, 4242, 0]], ["trace", [2, 4242, 1]], ["follow", [2, 4242, 2]], ["hound", [2, 4242, 3]], ["hunt", [2, 4242, 4]], ["delineate", [2, 4242, 5]], ["draw", [2, 4242, 6]], ["describe", [2, 4242, 7]], ["line", [2, 4242, 8]], ["decipher", [2, 4242, 9]]]}, {"answer": "track", "hint": "synonyms for track", "clues": [["give chase", [2, 4243, 0]], ["cut through", [2, 4243, 1]], ["get over", [2, 4243, 2]], ["trail", [2, 4243, 3]], ["pass over", [2, 4243, 4]], ["dog", [2, 4243, 5]], ["chase", [2, 4243, 6]], ["chase after", [2, 4243, 7]], ["cut across", [2, 4243, 8]], ["traverse", [2, 4243, 9]], ["cross", [2, 4243, 10]], ["cover", [2, 4243, 11]], ["get across", [2, 4243, 12]], ["tag", [2, 4243, 13]], ["go after", [2, 4243, 14]]]}, {"answer": "tracking", "hint": "synonyms for tracking", "clues": [["get over", [2, 4244, 0]], ["dog", [2, 4244, 1]], ["chase", [2, 4244, 2]], ["chase after", [2, 4244, 3]], ["track", [2, 4244, 4]], ["cross", [2, 4244, 5]], ["get across", [2, 4244, 6]], ["tail", [2, 4244, 7]], ["give chase", [2, 4244, 8]], ["cut through", [2, 4244, 9]], ["pass over", [2, 4244, 10]], ["cut across", [2, 4244, 11]], ["traverse", [2, 4244, 12]], ["cover", [2, 4244, 13]], ["tag", [2, 4244, 14]], ["go after", [2, 4244, 15]]]}, {"answer": "trade", "hint": "synonyms for trade", "clues": [["deal", [2, 4245, 0]], ["merchandise", [2, 4245, 1]], ["sell", [2, 4245, 2]], ["swop", [2, 4245, 3]], ["trade in", [2, 4245, 4]], ["switch", [2, 4245, 5]], ["swap", [2, 4245, 6]]]}, {"answer": "trading", "hint": "synonyms for trading", "clues": [["trade", [2, 4246, 0]], ["swop", [2, 4246, 1]], ["deal", [2, 4246, 2]], ["merchandise", [2, 4246, 3]], ["sell", [2, 4246, 4]], ["trade in", [2, 4246, 5]], ["switch", [2, 4246, 6]], ["swap", [2, 4246, 7]]]}, {"answer": "trail", "hint": "synonyms for trail", "clues": [["drag", [2, 4247, 0]], ["give chase", [2, 4247, 1]], ["shack", [2, 4247, 2]], ["train", [2, 4247, 3]], ["drop back", [2, 4247, 4]], ["hang back", [2, 4247, 5]], ["dog", [2, 4247, 6]], ["chase", [2, 4247, 7]], ["chase after", [2, 4247, 8]], ["get behind", [2, 4247, 9]], ["track", [2, 4247, 10]], ["drop behind", [2, 4247, 11]], ["tail", [2, 4247, 12]], ["tag", [2, 4247, 13]], ["go after", [2, 4247, 14]]]}, {"answer": "trailing", "hint": "synonyms for trailing", "clues": [["drag", [2, 4248, 0]], ["shack", [2, 4248, 1]], ["train", [2, 4248, 2]], ["drop back", [2, 4248, 3]], ["hang back", [2, 4248, 4]], ["dog", [2, 4248, 5]], ["chase", [2, 4248, 6]], ["chase after", [2, 4248, 7]], ["get behind", [2, 4248, 8]], ["track", [2, 4248, 9]], ["drop behind", [2, 4248, 10]], ["trail", [2, 4248, 11]], ["give chase", [2, 4248, 12]], ["tag", [2, 4248, 13]], ["go after", [2, 4248, 14]]]}, {"answer": "train", "hint": "synonyms for train", "clues": [["civilise", [2, 4249, 0]], ["direct", [2, 4249, 1]], ["prepare", [2, 4249, 2]], ["educate", [2, 4249, 3]], ["cultivate", [2, 4249, 4]], ["discipline", [2, 4249, 5]], ["school", [2, 4249, 6]], ["trail", [2, 4249, 7]], ["groom", [2, 4249, 8]], ["coach", [2, 4249, 9]], ["develop", [2, 4249, 10]], ["condition", [2, 4249, 11]], ["take", [2, 4249, 12]], ["check", [2, 4249, 13]], ["take aim", [2, 4249, 14]], ["aim", [2, 4249, 15]]]}, {"answer": "training", "hint": "synonyms for training", "clues": [["train", [2, 4250, 0]], ["civilise", [2, 4250, 1]], ["direct", [2, 4250, 2]], ["prepare", [2, 4250, 3]], ["educate", [2, 4250, 4]], ["cultivate", [2, 4250, 5]], ["discipline", [2, 4250, 6]], ["school", [2, 4250, 7]], ["take aim", [2, 4250, 8]], ["groom", [2, 4250, 9]], ["trail", [2, 4250, 10]], ["coach", [2, 4250, 11]], ["develop", [2, 4250, 12]], ["condition", [2, 4250, 13]], ["take", [2, 4250, 14]], ["check", [2, 4250, 15]], ["aim", [2, 4250, 16]]]}, {"answer": "trammel", "hint": "synonyms for trammel", "clues": [["snare", [2, 4251, 0]], ["limit", [2, 4251, 1]], ["trap", [2, 4251, 2]], ["restrict", [2, 4251, 3]], ["confine", [2, 4251, 4]], ["throttle", [2, 4251, 5]], ["restrain", [2, 4251, 6]], ["bound", [2, 4251, 7]], ["ensnare", [2, 4251, 8]], ["entrap", [2, 4251, 9]]]}, {"answer": "tramp", "hint": "synonyms for tramp", "clues": [["vagabond", [2, 4252, 0]], ["wander", [2, 4252, 1]], ["stray", [2, 4252, 2]], ["cast", [2, 4252, 3]], ["slog", [2, 4252, 4]], ["ramble", [2, 4252, 5]], ["range", [2, 4252, 6]], ["trudge", [2, 4252, 7]], ["drift", [2, 4252, 8]], ["pad", [2, 4252, 9]], ["plod", [2, 4252, 10]], ["roll", [2, 4252, 11]], ["swan", [2, 4252, 12]], ["roam", [2, 4252, 13]], ["footslog", [2, 4252, 14]], ["rove", [2, 4252, 15]]]}, {"answer": "trampling", "hint": "synonyms for trampling", "clues": [["trample", [2, 4253, 0]], ["tread", [2, 4253, 1]], ["tread down", [2, 4253, 2]], ["tramp down", [2, 4253, 3]]]}, {"answer": "trance", "hint": "synonyms for trance", "clues": [["catch", [2, 4254, 0]], ["bewitch", [2, 4254, 1]], ["enamour", [2, 4254, 2]], ["fascinate", [2, 4254, 3]], ["captivate", [2, 4254, 4]], ["beguile", [2, 4254, 5]], ["enchant", [2, 4254, 6]], ["entrance", [2, 4254, 7]], ["capture", [2, 4254, 8]], ["charm", [2, 4254, 9]], ["becharm", [2, 4254, 10]]]}, {"answer": "transfer", "hint": "synonyms for transfer", "clues": [["change", [2, 4255, 0]], ["transplant", [2, 4255, 1]], ["transpose", [2, 4255, 2]], ["channel", [2, 4255, 3]], ["remove", [2, 4255, 4]], ["reassign", [2, 4255, 5]], ["transmit", [2, 4255, 6]], ["channelize", [2, 4255, 7]], ["transport", [2, 4255, 8]], ["shift", [2, 4255, 9]]]}, {"answer": "transit", "hint": "synonyms for transit", "clues": [["pass over", [2, 4256, 0]], ["move through", [2, 4256, 1]], ["pass across", [2, 4256, 2]], ["pass through", [2, 4256, 3]]]}, {"answer": "transmitting", "hint": "synonyms for transmitting", "clues": [["air", [2, 4257, 0]], ["send", [2, 4257, 1]], ["transmit", [2, 4257, 2]], ["carry", [2, 4257, 3]], ["transport", [2, 4257, 4]], ["broadcast", [2, 4257, 5]], ["convey", [2, 4257, 6]], ["channelise", [2, 4257, 7]], ["channel", [2, 4257, 8]], ["impart", [2, 4257, 9]], ["conduct", [2, 4257, 10]], ["communicate", [2, 4257, 11]], ["transfer", [2, 4257, 12]], ["beam", [2, 4257, 13]]]}, {"answer": "transplanting", "hint": "synonyms for transplanting", "clues": [["graft", [2, 4258, 0]], ["transplant", [2, 4258, 1]], ["transfer", [2, 4258, 2]], ["transpose", [2, 4258, 3]]]}, {"answer": "transport", "hint": "synonyms for transport", "clues": [["enthral", [2, 4259, 0]], ["channel", [2, 4259, 1]], ["enchant", [2, 4259, 2]], ["ship", [2, 4259, 3]], ["enrapture", [2, 4259, 4]], ["send", [2, 4259, 5]], ["transmit", [2, 4259, 6]], ["channelize", [2, 4259, 7]], ["delight", [2, 4259, 8]], ["transfer", [2, 4259, 9]], ["ravish", [2, 4259, 10]], ["carry", [2, 4259, 11]]]}, {"answer": "transpose", "hint": "synonyms for transpose", "clues": [["commute", [2, 4260, 0]], ["transplant", [2, 4260, 1]], ["permute", [2, 4260, 2]], ["counterchange", [2, 4260, 3]], ["interchange", [2, 4260, 4]], ["transfer", [2, 4260, 5]]]}, {"answer": "trap", "hint": "synonyms for trap", "clues": [["snare", [2, 4261, 0]], ["pin down", [2, 4261, 1]], ["pin", [2, 4261, 2]], ["immobilize", [2, 4261, 3]], ["ensnare", [2, 4261, 4]], ["trammel", [2, 4261, 5]], ["entrap", [2, 4261, 6]]]}, {"answer": "trapping", "hint": "synonyms for trapping", "clues": [["trap", [2, 4262, 0]], ["snare", [2, 4262, 1]], ["trammel", [2, 4262, 2]], ["immobilise", [2, 4262, 3]], ["pin down", [2, 4262, 4]], ["pin", [2, 4262, 5]], ["ensnare", [2, 4262, 6]], ["entrap", [2, 4262, 7]]]}, {"answer": "trash", "hint": "synonyms for trash", "clues": [["junk", [2, 4263, 0]], ["tear apart", [2, 4263, 1]], ["pan", [2, 4263, 2]], ["scrap", [2, 4263, 3]]]}, {"answer": "travail", "hint": "synonyms for travail", "clues": [["fag", [2, 4264, 0]], ["grind", [2, 4264, 1]], ["dig", [2, 4264, 2]], ["drudge", [2, 4264, 3]], ["toil", [2, 4264, 4]], ["labor", [2, 4264, 5]], ["moil", [2, 4264, 6]]]}, {"answer": "travel", "hint": "synonyms for travel", "clues": [["move around", [2, 4265, 0]], ["journey", [2, 4265, 1]], ["go", [2, 4265, 2]], ["jaunt", [2, 4265, 3]], ["locomote", [2, 4265, 4]], ["trip", [2, 4265, 5]], ["move", [2, 4265, 6]]]}, {"answer": "traveling", "hint": "synonyms for traveling", "clues": [["journey", [2, 4266, 0]], ["jaunt", [2, 4266, 1]], ["travel", [2, 4266, 2]], ["locomote", [2, 4266, 3]], ["trip", [2, 4266, 4]], ["move around", [2, 4266, 5]], ["go", [2, 4266, 6]], ["move", [2, 4266, 7]]]}, {"answer": "travelling", "hint": "synonyms for travelling", "clues": [["journey", [2, 4267, 0]], ["jaunt", [2, 4267, 1]], ["travel", [2, 4267, 2]], ["locomote", [2, 4267, 3]], ["trip", [2, 4267, 4]], ["move around", [2, 4267, 5]], ["go", [2, 4267, 6]], ["move", [2, 4267, 7]]]}, {"answer": "traverse", "hint": "synonyms for traverse", "clues": [["cut through", [2, 4268, 0]], ["get over", [2, 4268, 1]], ["pass over", [2, 4268, 2]], ["span", [2, 4268, 3]], ["sweep", [2, 4268, 4]], ["cut across", [2, 4268, 5]], ["cross", [2, 4268, 6]], ["track", [2, 4268, 7]], ["deny", [2, 4268, 8]], ["cover", [2, 4268, 9]], ["get across", [2, 4268, 10]]]}, {"answer": "treasure", "hint": "synonyms for treasure", "clues": [["care for", [2, 4269, 0]], ["appreciate", [2, 4269, 1]], ["cherish", [2, 4269, 2]], ["prize", [2, 4269, 3]], ["value", [2, 4269, 4]], ["hold dear", [2, 4269, 5]]]}, {"answer": "treat", "hint": "synonyms for treat", "clues": [["address", [2, 4270, 0]], ["process", [2, 4270, 1]], ["plow", [2, 4270, 2]], ["deal", [2, 4270, 3]], ["regale", [2, 4270, 4]], ["cover", [2, 4270, 5]], ["handle", [2, 4270, 6]], ["do by", [2, 4270, 7]], ["care for", [2, 4270, 8]]]}, {"answer": "trench", "hint": "synonyms for trench", "clues": [["entrench", [2, 4271, 0]], ["encroach", [2, 4271, 1]], ["ditch", [2, 4271, 2]], ["impinge", [2, 4271, 3]]]}, {"answer": "trend", "hint": "synonyms for trend", "clues": [["slue", [2, 4272, 0]], ["veer", [2, 4272, 1]], ["curve", [2, 4272, 2]], ["swerve", [2, 4272, 3]], ["slew", [2, 4272, 4]], ["sheer", [2, 4272, 5]], ["cut", [2, 4272, 6]]]}, {"answer": "trespass", "hint": "synonyms for trespass", "clues": [["take advantage", [2, 4273, 0]], ["sin", [2, 4273, 1]], ["intrude", [2, 4273, 2]], ["transgress", [2, 4273, 3]], ["overstep", [2, 4273, 4]]]}, {"answer": "trick", "hint": "synonyms for trick", "clues": [["pull a fast one on", [2, 4274, 0]], ["play a trick on", [2, 4274, 1]], ["play tricks", [2, 4274, 2]], ["fob", [2, 4274, 3]], ["fox", [2, 4274, 4]], ["flim-flam", [2, 4274, 5]], ["play a joke on", [2, 4274, 6]]]}, {"answer": "trifle", "hint": "synonyms for trifle", "clues": [["frivol", [2, 4275, 0]], ["piddle", [2, 4275, 1]], ["play", [2, 4275, 2]], ["wanton away", [2, 4275, 3]], ["piddle away", [2, 4275, 4]], ["dally", [2, 4275, 5]], ["wanton", [2, 4275, 6]]]}, {"answer": "trigger", "hint": "synonyms for trigger", "clues": [["spark", [2, 4276, 0]], ["trigger off", [2, 4276, 1]], ["set off", [2, 4276, 2]], ["spark off", [2, 4276, 3]], ["trip", [2, 4276, 4]], ["activate", [2, 4276, 5]], ["actuate", [2, 4276, 6]], ["touch off", [2, 4276, 7]]]}, {"answer": "trimming", "hint": "synonyms for trimming", "clues": [["cut", [2, 4277, 0]], ["dress", [2, 4277, 1]], ["trim", [2, 4277, 2]], ["cut back", [2, 4277, 3]], ["shave", [2, 4277, 4]], ["crop", [2, 4277, 5]], ["snip", [2, 4277, 6]], ["prune", [2, 4277, 7]], ["trim back", [2, 4277, 8]], ["cut down", [2, 4277, 9]], ["clip", [2, 4277, 10]], ["reduce", [2, 4277, 11]], ["bring down", [2, 4277, 12]], ["garnish", [2, 4277, 13]], ["lop", [2, 4277, 14]], ["trim down", [2, 4277, 15]], ["pare", [2, 4277, 16]]]}, {"answer": "trip", "hint": "synonyms for trip", "clues": [["trip out", [2, 4278, 0]], ["stumble", [2, 4278, 1]], ["trip up", [2, 4278, 2]], ["jaunt", [2, 4278, 3]], ["spark", [2, 4278, 4]], ["travel", [2, 4278, 5]], ["trigger off", [2, 4278, 6]], ["set off", [2, 4278, 7]], ["spark off", [2, 4278, 8]], ["trigger", [2, 4278, 9]], ["turn on", [2, 4278, 10]], ["activate", [2, 4278, 11]], ["actuate", [2, 4278, 12]], ["touch off", [2, 4278, 13]]]}, {"answer": "triumph", "hint": "synonyms for triumph", "clues": [["prevail", [2, 4279, 0]], ["exult", [2, 4279, 1]], ["wallow", [2, 4279, 2]], ["gloat", [2, 4279, 3]], ["crow", [2, 4279, 4]], ["rejoice", [2, 4279, 5]], ["jubilate", [2, 4279, 6]], ["exuberate", [2, 4279, 7]]]}, {"answer": "trouble", "hint": "synonyms for trouble", "clues": [["disquiet", [2, 4280, 0]], ["discommode", [2, 4280, 1]], ["disorder", [2, 4280, 2]], ["trouble oneself", [2, 4280, 3]], ["bother", [2, 4280, 4]], ["inconvenience", [2, 4280, 5]], ["cark", [2, 4280, 6]], ["upset", [2, 4280, 7]], ["put out", [2, 4280, 8]], ["incommode", [2, 4280, 9]], ["inconvenience oneself", [2, 4280, 10]], ["disoblige", [2, 4280, 11]], ["perturb", [2, 4280, 12]], ["disturb", [2, 4280, 13]], ["distract", [2, 4280, 14]], ["unhinge", [2, 4280, 15]], ["pain", [2, 4280, 16]], ["ail", [2, 4280, 17]]]}, {"answer": "trouncing", "hint": "synonyms for trouncing", "clues": [["dress down", [2, 4281, 0]], ["beat out", [2, 4281, 1]], ["beat", [2, 4281, 2]], ["chew up", [2, 4281, 3]], ["jaw", [2, 4281, 4]], ["reprimand", [2, 4281, 5]], ["lambast", [2, 4281, 6]], ["crush", [2, 4281, 7]], ["rebuke", [2, 4281, 8]], ["shell", [2, 4281, 9]], ["lather", [2, 4281, 10]], ["strap", [2, 4281, 11]], ["vanquish", [2, 4281, 12]], ["trounce", [2, 4281, 13]], ["call down", [2, 4281, 14]], ["lecture", [2, 4281, 15]], ["rag", [2, 4281, 16]], ["scold", [2, 4281, 17]], ["bawl out", [2, 4281, 18]], ["whip", [2, 4281, 19]], ["berate", [2, 4281, 20]], ["have words", [2, 4281, 21]], ["chew out", [2, 4281, 22]], ["remonstrate", [2, 4281, 23]], ["lash", [2, 4281, 24]], ["call on the carpet", [2, 4281, 25]], ["flog", [2, 4281, 26]], ["chide", [2, 4281, 27]], ["reproof", [2, 4281, 28]], ["take to task", [2, 4281, 29]], ["welt", [2, 4281, 30]]]}, {"answer": "truckle", "hint": "synonyms for truckle", "clues": [["toady", [2, 4282, 0]], ["kotow", [2, 4282, 1]], ["fawn", [2, 4282, 2]], ["bootlick", [2, 4282, 3]], ["suck up", [2, 4282, 4]]]}, {"answer": "truckling", "hint": "synonyms for truckling", "clues": [["truckle", [2, 4283, 0]], ["suck up", [2, 4283, 1]], ["toady", [2, 4283, 2]], ["kotow", [2, 4283, 3]], ["fawn", [2, 4283, 4]], ["bootlick", [2, 4283, 5]]]}, {"answer": "trudge", "hint": "synonyms for trudge", "clues": [["footslog", [2, 4284, 0]], ["slog", [2, 4284, 1]], ["tramp", [2, 4284, 2]], ["pad", [2, 4284, 3]], ["plod", [2, 4284, 4]]]}, {"answer": "trump", "hint": "synonyms for trump", "clues": [["scoop", [2, 4285, 0]], ["trump out", [2, 4285, 1]], ["outdo", [2, 4285, 2]], ["outflank", [2, 4285, 3]], ["best", [2, 4285, 4]], ["ruff", [2, 4285, 5]]]}, {"answer": "trumping", "hint": "synonyms for trumping", "clues": [["scoop", [2, 4286, 0]], ["trump out", [2, 4286, 1]], ["trump", [2, 4286, 2]], ["outdo", [2, 4286, 3]], ["outflank", [2, 4286, 4]], ["ruff", [2, 4286, 5]], ["best", [2, 4286, 6]]]}, {"answer": "trust", "hint": "synonyms for trust", "clues": [["believe", [2, 4287, 0]], ["confide", [2, 4287, 1]], ["swear", [2, 4287, 2]], ["commit", [2, 4287, 3]], ["intrust", [2, 4287, 4]], ["hope", [2, 4287, 5]], ["rely", [2, 4287, 6]], ["bank", [2, 4287, 7]], ["desire", [2, 4287, 8]]]}, {"answer": "try", "hint": "synonyms for try", "clues": [["attempt", [2, 4288, 0]], ["render", [2, 4288, 1]], ["prove", [2, 4288, 2]], ["test", [2, 4288, 3]], ["essay", [2, 4288, 4]], ["try on", [2, 4288, 5]], ["judge", [2, 4288, 6]], ["hear", [2, 4288, 7]], ["assay", [2, 4288, 8]], ["strain", [2, 4288, 9]], ["adjudicate", [2, 4288, 10]], ["stress", [2, 4288, 11]], ["taste", [2, 4288, 12]], ["seek", [2, 4288, 13]], ["sample", [2, 4288, 14]], ["examine", [2, 4288, 15]], ["try out", [2, 4288, 16]]]}, {"answer": "tucker", "hint": "synonyms for tucker", "clues": [["beat", [2, 4289, 0]], ["exhaust", [2, 4289, 1]], ["wash up", [2, 4289, 2]], ["tucker out", [2, 4289, 3]]]}, {"answer": "tug", "hint": "synonyms for tug", "clues": [["lug", [2, 4290, 0]], ["labor", [2, 4290, 1]], ["push", [2, 4290, 2]], ["drive", [2, 4290, 3]], ["tote", [2, 4290, 4]]]}, {"answer": "tumble", "hint": "synonyms for tumble", "clues": [["collapse", [2, 4291, 0]], ["crumble", [2, 4291, 1]], ["break down", [2, 4291, 2]], ["get onto", [2, 4291, 3]], ["topple", [2, 4291, 4]], ["tip", [2, 4291, 5]], ["whirl around", [2, 4291, 6]], ["get it", [2, 4291, 7]], ["catch on", [2, 4291, 8]], ["get wise", [2, 4291, 9]], ["whirl", [2, 4291, 10]], ["cotton on", [2, 4291, 11]], ["twig", [2, 4291, 12]]]}, {"answer": "tumbling", "hint": "synonyms for tumbling", "clues": [["tumble", [2, 4292, 0]], ["collapse", [2, 4292, 1]], ["get onto", [2, 4292, 2]], ["tip", [2, 4292, 3]], ["whirl around", [2, 4292, 4]], ["catch on", [2, 4292, 5]], ["get wise", [2, 4292, 6]], ["topple", [2, 4292, 7]], ["whirl", [2, 4292, 8]], ["cotton on", [2, 4292, 9]], ["crumble", [2, 4292, 10]], ["break down", [2, 4292, 11]], ["get it", [2, 4292, 12]], ["twig", [2, 4292, 13]]]}, {"answer": "turn", "hint": "synonyms for turn", "clues": [["plough", [2, 4293, 0]], ["flex", [2, 4293, 1]], ["bend", [2, 4293, 2]], ["call on", [2, 4293, 3]], ["release", [2, 4293, 4]], ["plow", [2, 4293, 5]], ["reverse", [2, 4293, 6]], ["grow", [2, 4293, 7]], ["move around", [2, 4293, 8]], ["become", [2, 4293, 9]], ["work", [2, 4293, 10]], ["sprain", [2, 4293, 11]], ["change state", [2, 4293, 12]], ["deform", [2, 4293, 13]], ["ferment", [2, 4293, 14]], ["wrench", [2, 4293, 15]], ["change by reversal", [2, 4293, 16]], ["twist", [2, 4293, 17]], ["sour", [2, 4293, 18]], ["wrick", [2, 4293, 19]], ["turn over", [2, 4293, 20]]]}, {"answer": "turning", "hint": "synonyms for turning", "clues": [["turn", [2, 4294, 0]], ["reverse", [2, 4294, 1]], ["grow", [2, 4294, 2]], ["become", [2, 4294, 3]], ["work", [2, 4294, 4]], ["change state", [2, 4294, 5]], ["deform", [2, 4294, 6]], ["wrench", [2, 4294, 7]], ["change by reversal", [2, 4294, 8]], ["twist", [2, 4294, 9]], ["sour", [2, 4294, 10]], ["wrick", [2, 4294, 11]], ["turn over", [2, 4294, 12]], ["plough", [2, 4294, 13]], ["flex", [2, 4294, 14]], ["bend", [2, 4294, 15]], ["release", [2, 4294, 16]], ["plow", [2, 4294, 17]], ["move around", [2, 4294, 18]], ["sprain", [2, 4294, 19]], ["ferment", [2, 4294, 20]], ["call on", [2, 4294, 21]]]}, {"answer": "twaddle", "hint": "synonyms for twaddle", "clues": [["blab", [2, 4295, 0]], ["prate", [2, 4295, 1]], ["blabber", [2, 4295, 2]], ["chatter", [2, 4295, 3]], ["piffle", [2, 4295, 4]], ["tattle", [2, 4295, 5]], ["maunder", [2, 4295, 6]], ["clack", [2, 4295, 7]], ["palaver", [2, 4295, 8]], ["prattle", [2, 4295, 9]], ["gabble", [2, 4295, 10]], ["tittle-tattle", [2, 4295, 11]], ["gibber", [2, 4295, 12]]]}, {"answer": "tweak", "hint": "synonyms for tweak", "clues": [["fine-tune", [2, 4296, 0]], ["pick off", [2, 4296, 1]], ["pluck", [2, 4296, 2]], ["pull off", [2, 4296, 3]]]}, {"answer": "tweet", "hint": "synonyms for tweet", "clues": [["twitch", [2, 4297, 0]], ["squeeze", [2, 4297, 1]], ["pinch", [2, 4297, 2]], ["twirp", [2, 4297, 3]], ["nip", [2, 4297, 4]], ["twinge", [2, 4297, 5]]]}, {"answer": "twiddle", "hint": "synonyms for twiddle", "clues": [["swirl", [2, 4298, 0]], ["twirl", [2, 4298, 1]], ["whirl", [2, 4298, 2]], ["fiddle with", [2, 4298, 3]]]}, {"answer": "twig", "hint": "synonyms for twig", "clues": [["get wise", [2, 4299, 0]], ["catch on", [2, 4299, 1]], ["get onto", [2, 4299, 2]], ["tumble", [2, 4299, 3]], ["cotton on", [2, 4299, 4]], ["get it", [2, 4299, 5]]]}, {"answer": "twine", "hint": "synonyms for twine", "clues": [["enlace", [2, 4300, 0]], ["roll", [2, 4300, 1]], ["entwine", [2, 4300, 2]], ["wind", [2, 4300, 3]], ["wrap", [2, 4300, 4]], ["lace", [2, 4300, 5]], ["twist", [2, 4300, 6]], ["distort", [2, 4300, 7]], ["intertwine", [2, 4300, 8]], ["interlace", [2, 4300, 9]]]}, {"answer": "twinge", "hint": "synonyms for twinge", "clues": [["tweet", [2, 4301, 0]], ["twitch", [2, 4301, 1]], ["prick", [2, 4301, 2]], ["sting", [2, 4301, 3]], ["squeeze", [2, 4301, 4]], ["pinch", [2, 4301, 5]], ["nip", [2, 4301, 6]]]}, {"answer": "twinkle", "hint": "synonyms for twinkle", "clues": [["flash", [2, 4302, 0]], ["winkle", [2, 4302, 1]], ["scintillate", [2, 4302, 2]], ["wink", [2, 4302, 3]], ["blink", [2, 4302, 4]]]}, {"answer": "twins", "hint": "synonyms for twins", "clues": [["twin", [2, 4303, 0]], ["couple", [2, 4303, 1]], ["mate", [2, 4303, 2]], ["match", [2, 4303, 3]], ["duplicate", [2, 4303, 4]], ["pair", [2, 4303, 5]], ["parallel", [2, 4303, 6]]]}, {"answer": "twirl", "hint": "synonyms for twirl", "clues": [["twiddle", [2, 4304, 0]], ["whirl", [2, 4304, 1]], ["swirl", [2, 4304, 2]], ["spin", [2, 4304, 3]], ["birl", [2, 4304, 4]]]}, {"answer": "twist", "hint": "synonyms for twist", "clues": [["flex", [2, 4305, 0]], ["wrench", [2, 4305, 1]], ["bend", [2, 4305, 2]], ["wind", [2, 4305, 3]], ["twine", [2, 4305, 4]], ["squirm", [2, 4305, 5]], ["convolute", [2, 4305, 6]], ["distort", [2, 4305, 7]], ["sprain", [2, 4305, 8]], ["pervert", [2, 4305, 9]], ["sophisticate", [2, 4305, 10]], ["deform", [2, 4305, 11]], ["wrestle", [2, 4305, 12]], ["turn", [2, 4305, 13]], ["curve", [2, 4305, 14]], ["twist around", [2, 4305, 15]], ["wriggle", [2, 4305, 16]], ["wrick", [2, 4305, 17]], ["writhe", [2, 4305, 18]], ["worm", [2, 4305, 19]]]}, {"answer": "twit", "hint": "synonyms for twit", "clues": [["razz", [2, 4306, 0]], ["rally", [2, 4306, 1]], ["bait", [2, 4306, 2]], ["rag", [2, 4306, 3]], ["taunt", [2, 4306, 4]], ["tantalise", [2, 4306, 5]], ["tease", [2, 4306, 6]], ["cod", [2, 4306, 7]], ["ride", [2, 4306, 8]]]}, {"answer": "twitch", "hint": "synonyms for twitch", "clues": [["tweet", [2, 4307, 0]], ["squeeze", [2, 4307, 1]], ["jerk", [2, 4307, 2]], ["flip", [2, 4307, 3]], ["pinch", [2, 4307, 4]], ["nip", [2, 4307, 5]], ["twinge", [2, 4307, 6]]]}, {"answer": "twitching", "hint": "synonyms for twitching", "clues": [["tweet", [2, 4308, 0]], ["squeeze", [2, 4308, 1]], ["jerk", [2, 4308, 2]], ["twitch", [2, 4308, 3]], ["flip", [2, 4308, 4]], ["pinch", [2, 4308, 5]], ["nip", [2, 4308, 6]], ["twinge", [2, 4308, 7]]]}, {"answer": "tying", "hint": "synonyms for tying", "clues": [["marry", [2, 4309, 0]], ["tie", [2, 4309, 1]], ["bind", [2, 4309, 2]], ["link up", [2, 4309, 3]], ["link", [2, 4309, 4]], ["draw", [2, 4309, 5]], ["splice", [2, 4309, 6]], ["wed", [2, 4309, 7]], ["bond", [2, 4309, 8]], ["attach", [2, 4309, 9]], ["connect", [2, 4309, 10]]]}, {"answer": "uncovering", "hint": "synonyms for uncovering", "clues": [["unveil", [2, 4310, 0]], ["reveal", [2, 4310, 1]], ["uncover", [2, 4310, 2]], ["bring out", [2, 4310, 3]], ["expose", [2, 4310, 4]]]}, {"answer": "undertaking", "hint": "synonyms for undertaking", "clues": [["take in charge", [2, 4311, 0]], ["guarantee", [2, 4311, 1]], ["undertake", [2, 4311, 2]], ["tackle", [2, 4311, 3]], ["contract", [2, 4311, 4]], ["attempt", [2, 4311, 5]], ["take on", [2, 4311, 6]], ["set about", [2, 4311, 7]]]}, {"answer": "undoing", "hint": "synonyms for undoing", "clues": [["untie", [2, 4312, 0]], ["undo", [2, 4312, 1]], ["unwrap", [2, 4312, 2]], ["unmake", [2, 4312, 3]], ["loosen", [2, 4312, 4]]]}, {"answer": "undress", "hint": "synonyms for undress", "clues": [["uncase", [2, 4313, 0]], ["peel", [2, 4313, 1]], ["strip", [2, 4313, 2]], ["divest", [2, 4313, 3]], ["disrobe", [2, 4313, 4]], ["disinvest", [2, 4313, 5]], ["unclothe", [2, 4313, 6]], ["discase", [2, 4313, 7]], ["strip down", [2, 4313, 8]]]}, {"answer": "unfolding", "hint": "synonyms for unfolding", "clues": [["blossom out", [2, 4314, 0]], ["unfold", [2, 4314, 1]], ["blossom forth", [2, 4314, 2]], ["stretch out", [2, 4314, 3]], ["blossom", [2, 4314, 4]], ["extend", [2, 4314, 5]], ["stretch", [2, 4314, 6]], ["open", [2, 4314, 7]], ["spread", [2, 4314, 8]], ["spread out", [2, 4314, 9]]]}, {"answer": "uniting", "hint": "synonyms for uniting", "clues": [["merge", [2, 4315, 0]], ["unify", [2, 4315, 1]], ["unite", [2, 4315, 2]], ["combine", [2, 4315, 3]], ["join", [2, 4315, 4]], ["link up", [2, 4315, 5]], ["link", [2, 4315, 6]], ["connect", [2, 4315, 7]]]}, {"answer": "unloading", "hint": "synonyms for unloading", "clues": [["unload", [2, 4316, 0]], ["drop", [2, 4316, 1]], ["offload", [2, 4316, 2]], ["drop off", [2, 4316, 3]], ["unlade", [2, 4316, 4]], ["set down", [2, 4316, 5]], ["discharge", [2, 4316, 6]], ["put down", [2, 4316, 7]]]}, {"answer": "untangling", "hint": "synonyms for untangling", "clues": [["extricate", [2, 4317, 0]], ["untangle", [2, 4317, 1]], ["disentangle", [2, 4317, 2]], ["disencumber", [2, 4317, 3]], ["unscramble", [2, 4317, 4]], ["unpick", [2, 4317, 5]], ["unravel", [2, 4317, 6]], ["unknot", [2, 4317, 7]]]}, {"answer": "untying", "hint": "synonyms for untying", "clues": [["untie", [2, 4318, 0]], ["unlace", [2, 4318, 1]], ["unbrace", [2, 4318, 2]], ["undo", [2, 4318, 3]], ["loosen", [2, 4318, 4]]]}, {"answer": "unveiling", "hint": "synonyms for unveiling", "clues": [["unveil", [2, 4319, 0]], ["reveal", [2, 4319, 1]], ["uncover", [2, 4319, 2]], ["bring out", [2, 4319, 3]]]}, {"answer": "upgrade", "hint": "synonyms for upgrade", "clues": [["kick upstairs", [2, 4320, 0]], ["raise", [2, 4320, 1]], ["elevate", [2, 4320, 2]], ["promote", [2, 4320, 3]], ["advance", [2, 4320, 4]]]}, {"answer": "uplift", "hint": "synonyms for uplift", "clues": [["intoxicate", [2, 4321, 0]], ["elate", [2, 4321, 1]], ["pick up", [2, 4321, 2]], ["lift up", [2, 4321, 3]]]}, {"answer": "uplifting", "hint": "synonyms for uplifting", "clues": [["intoxicate", [2, 4322, 0]], ["lift up", [2, 4322, 1]], ["elate", [2, 4322, 2]], ["uplift", [2, 4322, 3]], ["pick up", [2, 4322, 4]]]}, {"answer": "uprising", "hint": "synonyms for uprising", "clues": [["bristle", [2, 4323, 0]], ["go up", [2, 4323, 1]], ["come up", [2, 4323, 2]], ["grow", [2, 4323, 3]], ["move up", [2, 4323, 4]], ["uprise", [2, 4323, 5]], ["originate", [2, 4323, 6]], ["resurrect", [2, 4323, 7]], ["turn out", [2, 4323, 8]], ["ascend", [2, 4323, 9]], ["get up", [2, 4323, 10]], ["rise", [2, 4323, 11]], ["develop", [2, 4323, 12]], ["lift", [2, 4323, 13]], ["stand up", [2, 4323, 14]], ["spring up", [2, 4323, 15]]]}, {"answer": "urge", "hint": "synonyms for urge", "clues": [["barrack", [2, 4324, 0]], ["pep up", [2, 4324, 1]], ["inspire", [2, 4324, 2]], ["cheer", [2, 4324, 3]], ["urge on", [2, 4324, 4]], ["root on", [2, 4324, 5]], ["recommend", [2, 4324, 6]], ["press", [2, 4324, 7]], ["advocate", [2, 4324, 8]], ["exhort", [2, 4324, 9]]]}, {"answer": "urging", "hint": "synonyms for urging", "clues": [["urge", [2, 4325, 0]], ["barrack", [2, 4325, 1]], ["pep up", [2, 4325, 2]], ["inspire", [2, 4325, 3]], ["cheer", [2, 4325, 4]], ["urge on", [2, 4325, 5]], ["root on", [2, 4325, 6]], ["recommend", [2, 4325, 7]], ["press", [2, 4325, 8]], ["advocate", [2, 4325, 9]], ["exhort", [2, 4325, 10]]]}, {"answer": "use", "hint": "synonyms for use", "clues": [["practice", [2, 4326, 0]], ["employ", [2, 4326, 1]], ["habituate", [2, 4326, 2]], ["expend", [2, 4326, 3]], ["utilize", [2, 4326, 4]], ["apply", [2, 4326, 5]]]}, {"answer": "using", "hint": "synonyms for using", "clues": [["practice", [2, 4327, 0]], ["use", [2, 4327, 1]], ["habituate", [2, 4327, 2]], ["expend", [2, 4327, 3]], ["apply", [2, 4327, 4]], ["employ", [2, 4327, 5]], ["utilize", [2, 4327, 6]]]}, {"answer": "value", "hint": "synonyms for value", "clues": [["appreciate", [2, 4328, 0]], ["measure", [2, 4328, 1]], ["esteem", [2, 4328, 2]], ["assess", [2, 4328, 3]], ["respect", [2, 4328, 4]], ["appraise", [2, 4328, 5]], ["treasure", [2, 4328, 6]], ["prize", [2, 4328, 7]], ["rate", [2, 4328, 8]], ["valuate", [2, 4328, 9]], ["prise", [2, 4328, 10]]]}, {"answer": "values", "hint": "synonyms for values", "clues": [["value", [2, 4329, 0]], ["appreciate", [2, 4329, 1]], ["measure", [2, 4329, 2]], ["esteem", [2, 4329, 3]], ["assess", [2, 4329, 4]], ["evaluate", [2, 4329, 5]], ["respect", [2, 4329, 6]], ["appraise", [2, 4329, 7]], ["treasure", [2, 4329, 8]], ["prize", [2, 4329, 9]], ["rate", [2, 4329, 10]], ["prise", [2, 4329, 11]]]}, {"answer": "vanishing", "hint": "synonyms for vanishing", "clues": [["fly", [2, 4330, 0]], ["vanish", [2, 4330, 1]], ["fell", [2, 4330, 2]], ["go away", [2, 4330, 3]], ["disappear", [2, 4330, 4]], ["vaporize", [2, 4330, 5]]]}, {"answer": "vaunt", "hint": "synonyms for vaunt", "clues": [["tout", [2, 4331, 0]], ["shoot a line", [2, 4331, 1]], ["bluster", [2, 4331, 2]], ["blow", [2, 4331, 3]], ["boast", [2, 4331, 4]], ["brag", [2, 4331, 5]], ["gasconade", [2, 4331, 6]], ["swash", [2, 4331, 7]], ["gas", [2, 4331, 8]]]}, {"answer": "veering", "hint": "synonyms for veering", "clues": [["slue", [2, 4332, 0]], ["swerve", [2, 4332, 1]], ["slew", [2, 4332, 2]], ["veer", [2, 4332, 3]], ["curve", [2, 4332, 4]], ["cut", [2, 4332, 5]], ["sheer", [2, 4332, 6]], ["trend", [2, 4332, 7]]]}, {"answer": "veil", "hint": "synonyms for veil", "clues": [["obliterate", [2, 4333, 0]], ["hide", [2, 4333, 1]], ["blot out", [2, 4333, 2]], ["obscure", [2, 4333, 3]]]}, {"answer": "veiling", "hint": "synonyms for veiling", "clues": [["hide", [2, 4334, 0]], ["obliterate", [2, 4334, 1]], ["obscure", [2, 4334, 2]], ["blot out", [2, 4334, 3]], ["veil", [2, 4334, 4]]]}, {"answer": "vending", "hint": "synonyms for vending", "clues": [["pitch", [2, 4335, 0]], ["vend", [2, 4335, 1]], ["monger", [2, 4335, 2]], ["hawk", [2, 4335, 3]], ["peddle", [2, 4335, 4]], ["huckster", [2, 4335, 5]]]}, {"answer": "vent", "hint": "synonyms for vent", "clues": [["ventilate", [2, 4336, 0]], ["air", [2, 4336, 1]], ["give vent", [2, 4336, 2]], ["air out", [2, 4336, 3]]]}, {"answer": "venting", "hint": "synonyms for venting", "clues": [["ventilate", [2, 4337, 0]], ["vent", [2, 4337, 1]], ["air", [2, 4337, 2]], ["give vent", [2, 4337, 3]], ["air out", [2, 4337, 4]]]}, {"answer": "venture", "hint": "synonyms for venture", "clues": [["hazard", [2, 4338, 0]], ["pretend", [2, 4338, 1]], ["jeopardize", [2, 4338, 2]], ["guess", [2, 4338, 3]], ["embark", [2, 4338, 4]], ["stake", [2, 4338, 5]], ["adventure", [2, 4338, 6]]]}, {"answer": "veto", "hint": "synonyms for veto", "clues": [["disallow", [2, 4339, 0]], ["proscribe", [2, 4339, 1]], ["blackball", [2, 4339, 2]], ["interdict", [2, 4339, 3]], ["prohibit", [2, 4339, 4]], ["nix", [2, 4339, 5]], ["negative", [2, 4339, 6]], ["forbid", [2, 4339, 7]]]}, {"answer": "view", "hint": "synonyms for view", "clues": [["look at", [2, 4340, 0]], ["see", [2, 4340, 1]], ["consider", [2, 4340, 2]], ["reckon", [2, 4340, 3]], ["regard", [2, 4340, 4]], ["take in", [2, 4340, 5]], ["catch", [2, 4340, 6]], ["watch", [2, 4340, 7]]]}, {"answer": "viewing", "hint": "synonyms for viewing", "clues": [["look at", [2, 4341, 0]], ["view", [2, 4341, 1]], ["see", [2, 4341, 2]], ["consider", [2, 4341, 3]], ["reckon", [2, 4341, 4]], ["regard", [2, 4341, 5]], ["take in", [2, 4341, 6]], ["catch", [2, 4341, 7]], ["watch", [2, 4341, 8]]]}, {"answer": "visit", "hint": "synonyms for visit", "clues": [["call", [2, 4342, 0]], ["chaffer", [2, 4342, 1]], ["chatter", [2, 4342, 2]], ["inspect", [2, 4342, 3]], ["see", [2, 4342, 4]], ["chew the fat", [2, 4342, 5]], ["confabulate", [2, 4342, 6]], ["natter", [2, 4342, 7]], ["gossip", [2, 4342, 8]], ["chit-chat", [2, 4342, 9]], ["jaw", [2, 4342, 10]], ["confab", [2, 4342, 11]], ["bring down", [2, 4342, 12]], ["impose", [2, 4342, 13]], ["claver", [2, 4342, 14]], ["shoot the breeze", [2, 4342, 15]], ["call in", [2, 4342, 16]], ["inflict", [2, 4342, 17]], ["travel to", [2, 4342, 18]], ["chat", [2, 4342, 19]]]}, {"answer": "visiting", "hint": "synonyms for visiting", "clues": [["call", [2, 4343, 0]], ["chaffer", [2, 4343, 1]], ["chatter", [2, 4343, 2]], ["inspect", [2, 4343, 3]], ["visit", [2, 4343, 4]], ["see", [2, 4343, 5]], ["chew the fat", [2, 4343, 6]], ["confabulate", [2, 4343, 7]], ["natter", [2, 4343, 8]], ["gossip", [2, 4343, 9]], ["chit-chat", [2, 4343, 10]], ["jaw", [2, 4343, 11]], ["confab", [2, 4343, 12]], ["bring down", [2, 4343, 13]], ["impose", [2, 4343, 14]], ["claver", [2, 4343, 15]], ["shoot the breeze", [2, 4343, 16]], ["call in", [2, 4343, 17]], ["inflict", [2, 4343, 18]], ["travel to", [2, 4343, 19]], ["chat", [2, 4343, 20]]]}, {"answer": "vocalizing", "hint": "synonyms for vocalizing", "clues": [["vocalise", [2, 4344, 0]], ["voice", [2, 4344, 1]], ["enunciate", [2, 4344, 2]], ["sound", [2, 4344, 3]], ["phonate", [2, 4344, 4]], ["articulate", [2, 4344, 5]], ["vowelise", [2, 4344, 6]]]}, {"answer": "voiding", "hint": "synonyms for voiding", "clues": [["invalidate", [2, 4345, 0]], ["nullify", [2, 4345, 1]], ["evacuate", [2, 4345, 2]], ["annul", [2, 4345, 3]], ["avoid", [2, 4345, 4]], ["empty", [2, 4345, 5]], ["vitiate", [2, 4345, 6]], ["quash", [2, 4345, 7]]]}, {"answer": "vomit", "hint": "synonyms for vomit", "clues": [["spue", [2, 4346, 0]], ["purge", [2, 4346, 1]], ["regorge", [2, 4346, 2]], ["retch", [2, 4346, 3]], ["vomit up", [2, 4346, 4]], ["upchuck", [2, 4346, 5]], ["disgorge", [2, 4346, 6]], ["puke", [2, 4346, 7]], ["honk", [2, 4346, 8]], ["be sick", [2, 4346, 9]], ["sick", [2, 4346, 10]], ["cast", [2, 4346, 11]], ["regurgitate", [2, 4346, 12]], ["spew", [2, 4346, 13]], ["chuck", [2, 4346, 14]], ["throw up", [2, 4346, 15]], ["barf", [2, 4346, 16]]]}, {"answer": "vomiting", "hint": "synonyms for vomiting", "clues": [["spue", [2, 4347, 0]], ["regorge", [2, 4347, 1]], ["purge", [2, 4347, 2]], ["retch", [2, 4347, 3]], ["vomit up", [2, 4347, 4]], ["upchuck", [2, 4347, 5]], ["disgorge", [2, 4347, 6]], ["barf", [2, 4347, 7]], ["puke", [2, 4347, 8]], ["honk", [2, 4347, 9]], ["be sick", [2, 4347, 10]], ["sick", [2, 4347, 11]], ["cast", [2, 4347, 12]], ["regurgitate", [2, 4347, 13]], ["vomit", [2, 4347, 14]], ["spew", [2, 4347, 15]], ["chuck", [2, 4347, 16]], ["throw up", [2, 4347, 17]]]}, {"answer": "wad", "hint": "synonyms for wad", "clues": [["bundle", [2, 4348, 0]], ["jam", [2, 4348, 1]], ["ram", [2, 4348, 2]], ["jampack", [2, 4348, 3]], ["pack", [2, 4348, 4]], ["compact", [2, 4348, 5]], ["chock up", [2, 4348, 6]]]}, {"answer": "wadding", "hint": "synonyms for wadding", "clues": [["bundle", [2, 4349, 0]], ["jam", [2, 4349, 1]], ["ram", [2, 4349, 2]], ["jampack", [2, 4349, 3]], ["pack", [2, 4349, 4]], ["wad", [2, 4349, 5]], ["compact", [2, 4349, 6]], ["chock up", [2, 4349, 7]]]}, {"answer": "waddle", "hint": "synonyms for waddle", "clues": [["coggle", [2, 4350, 0]], ["paddle", [2, 4350, 1]], ["dodder", [2, 4350, 2]], ["totter", [2, 4350, 3]], ["toddle", [2, 4350, 4]]]}, {"answer": "wading", "hint": "synonyms for wading", "clues": [["bundle", [2, 4351, 0]], ["jam", [2, 4351, 1]], ["wade", [2, 4351, 2]], ["ram", [2, 4351, 3]], ["jampack", [2, 4351, 4]], ["pack", [2, 4351, 5]], ["compact", [2, 4351, 6]], ["chock up", [2, 4351, 7]]]}, {"answer": "wads", "hint": "synonyms for wads", "clues": [["bundle", [2, 4352, 0]], ["jam", [2, 4352, 1]], ["ram", [2, 4352, 2]], ["jampack", [2, 4352, 3]], ["pack", [2, 4352, 4]], ["wad", [2, 4352, 5]], ["compact", [2, 4352, 6]], ["chock up", [2, 4352, 7]]]}, {"answer": "wail", "hint": "synonyms for wail", "clues": [["howl", [2, 4353, 0]], ["roar", [2, 4353, 1]], ["whimper", [2, 4353, 2]], ["yaup", [2, 4353, 3]], ["ululate", [2, 4353, 4]], ["pule", [2, 4353, 5]], ["mewl", [2, 4353, 6]], ["yawl", [2, 4353, 7]]]}, {"answer": "wait", "hint": "synonyms for wait", "clues": [["expect", [2, 4354, 0]], ["hold back", [2, 4354, 1]], ["await", [2, 4354, 2]], ["look", [2, 4354, 3]], ["hold off", [2, 4354, 4]], ["waitress", [2, 4354, 5]]]}, {"answer": "wake", "hint": "synonyms for wake", "clues": [["fire up", [2, 4355, 0]], ["awaken", [2, 4355, 1]], ["ignite", [2, 4355, 2]], ["inflame", [2, 4355, 3]], ["wake up", [2, 4355, 4]], ["arouse", [2, 4355, 5]], ["come alive", [2, 4355, 6]], ["heat", [2, 4355, 7]], ["stir up", [2, 4355, 8]]]}, {"answer": "wakening", "hint": "synonyms for wakening", "clues": [["awaken", [2, 4356, 0]], ["wake", [2, 4356, 1]], ["wake up", [2, 4356, 2]], ["arouse", [2, 4356, 3]], ["come alive", [2, 4356, 4]]]}, {"answer": "wall", "hint": "synonyms for wall", "clues": [["surround", [2, 4357, 0]], ["fence in", [2, 4357, 1]], ["fence", [2, 4357, 2]], ["palisade", [2, 4357, 3]]]}, {"answer": "wallow", "hint": "synonyms for wallow", "clues": [["triumph", [2, 4358, 0]], ["billow", [2, 4358, 1]], ["rejoice", [2, 4358, 2]], ["welter", [2, 4358, 3]]]}, {"answer": "wangle", "hint": "synonyms for wangle", "clues": [["manipulate", [2, 4359, 0]], ["falsify", [2, 4359, 1]], ["fudge", [2, 4359, 2]], ["finagle", [2, 4359, 3]], ["fake", [2, 4359, 4]], ["manage", [2, 4359, 5]], ["misrepresent", [2, 4359, 6]], ["cook", [2, 4359, 7]]]}, {"answer": "wangling", "hint": "synonyms for wangling", "clues": [["manipulate", [2, 4360, 0]], ["falsify", [2, 4360, 1]], ["wangle", [2, 4360, 2]], ["fudge", [2, 4360, 3]], ["finagle", [2, 4360, 4]], ["fake", [2, 4360, 5]], ["manage", [2, 4360, 6]], ["misrepresent", [2, 4360, 7]], ["cook", [2, 4360, 8]]]}, {"answer": "wank", "hint": "synonyms for wank", "clues": [["jerk off", [2, 4361, 0]], ["masturbate", [2, 4361, 1]], ["jack off", [2, 4361, 2]], ["she-bop", [2, 4361, 3]], ["fuck off", [2, 4361, 4]]]}, {"answer": "warble", "hint": "synonyms for warble", "clues": [["descant", [2, 4362, 0]], ["quaver", [2, 4362, 1]], ["trill", [2, 4362, 2]], ["yodel", [2, 4362, 3]]]}, {"answer": "warp", "hint": "synonyms for warp", "clues": [["heave", [2, 4363, 0]], ["falsify", [2, 4363, 1]], ["garble", [2, 4363, 2]], ["buckle", [2, 4363, 3]], ["distort", [2, 4363, 4]]]}, {"answer": "warping", "hint": "synonyms for warping", "clues": [["heave", [2, 4364, 0]], ["warp", [2, 4364, 1]], ["falsify", [2, 4364, 2]], ["garble", [2, 4364, 3]], ["buckle", [2, 4364, 4]], ["distort", [2, 4364, 5]]]}, {"answer": "wash", "hint": "synonyms for wash", "clues": [["wash away", [2, 4365, 0]], ["dampen", [2, 4365, 1]], ["wash out", [2, 4365, 2]], ["lap", [2, 4365, 3]], ["wash off", [2, 4365, 4]], ["lave", [2, 4365, 5]], ["launder", [2, 4365, 6]], ["rinse", [2, 4365, 7]], ["moisten", [2, 4365, 8]]]}, {"answer": "washing", "hint": "synonyms for washing", "clues": [["wash", [2, 4366, 0]], ["wash away", [2, 4366, 1]], ["dampen", [2, 4366, 2]], ["wash out", [2, 4366, 3]], ["lap", [2, 4366, 4]], ["wash off", [2, 4366, 5]], ["lave", [2, 4366, 6]], ["launder", [2, 4366, 7]], ["rinse", [2, 4366, 8]], ["moisten", [2, 4366, 9]]]}, {"answer": "wassail", "hint": "synonyms for wassail", "clues": [["make whoopie", [2, 4367, 0]], ["jollify", [2, 4367, 1]], ["pledge", [2, 4367, 2]], ["revel", [2, 4367, 3]], ["whoop it up", [2, 4367, 4]], ["toast", [2, 4367, 5]], ["salute", [2, 4367, 6]], ["drink", [2, 4367, 7]], ["make happy", [2, 4367, 8]], ["racket", [2, 4367, 9]], ["make merry", [2, 4367, 10]]]}, {"answer": "wasting", "hint": "synonyms for wasting", "clues": [["waste", [2, 4368, 0]], ["languish", [2, 4368, 1]], ["macerate", [2, 4368, 2]], ["do in", [2, 4368, 3]], ["squander", [2, 4368, 4]], ["rot", [2, 4368, 5]], ["scourge", [2, 4368, 6]], ["liquidate", [2, 4368, 7]], ["lay waste to", [2, 4368, 8]], ["neutralize", [2, 4368, 9]], ["run off", [2, 4368, 10]], ["desolate", [2, 4368, 11]], ["pine away", [2, 4368, 12]], ["devastate", [2, 4368, 13]], ["ware", [2, 4368, 14]], ["knock off", [2, 4368, 15]], ["blow", [2, 4368, 16]], ["emaciate", [2, 4368, 17]], ["ravage", [2, 4368, 18]], ["consume", [2, 4368, 19]]]}, {"answer": "watch", "hint": "synonyms for watch", "clues": [["check", [2, 4369, 0]], ["see", [2, 4369, 1]], ["follow", [2, 4369, 2]], ["take in", [2, 4369, 3]], ["ascertain", [2, 4369, 4]], ["view", [2, 4369, 5]], ["find out", [2, 4369, 6]], ["observe", [2, 4369, 7]], ["catch", [2, 4369, 8]], ["keep an eye on", [2, 4369, 9]], ["watch out", [2, 4369, 10]], ["look out", [2, 4369, 11]], ["learn", [2, 4369, 12]], ["look on", [2, 4369, 13]], ["watch over", [2, 4369, 14]], ["determine", [2, 4369, 15]]]}, {"answer": "watching", "hint": "synonyms for watching", "clues": [["check", [2, 4370, 0]], ["follow", [2, 4370, 1]], ["watch", [2, 4370, 2]], ["ascertain", [2, 4370, 3]], ["watch over", [2, 4370, 4]], ["view", [2, 4370, 5]], ["see", [2, 4370, 6]], ["watch out", [2, 4370, 7]], ["keep an eye on", [2, 4370, 8]], ["look on", [2, 4370, 9]], ["determine", [2, 4370, 10]], ["take in", [2, 4370, 11]], ["find out", [2, 4370, 12]], ["learn", [2, 4370, 13]], ["catch", [2, 4370, 14]], ["observe", [2, 4370, 15]], ["look out", [2, 4370, 16]]]}, {"answer": "wave", "hint": "synonyms for wave", "clues": [["curl", [2, 4371, 0]], ["flourish", [2, 4371, 1]], ["undulate", [2, 4371, 2]], ["beckon", [2, 4371, 3]], ["roll", [2, 4371, 4]], ["flap", [2, 4371, 5]], ["brandish", [2, 4371, 6]]]}, {"answer": "waver", "hint": "synonyms for waver", "clues": [["waffle", [2, 4372, 0]], ["weave", [2, 4372, 1]], ["quaver", [2, 4372, 2]], ["fluctuate", [2, 4372, 3]], ["falter", [2, 4372, 4]], ["hesitate", [2, 4372, 5]], ["flitter", [2, 4372, 6]], ["flicker", [2, 4372, 7]], ["quiver", [2, 4372, 8]], ["vacillate", [2, 4372, 9]]]}, {"answer": "waving", "hint": "synonyms for waving", "clues": [["wave", [2, 4373, 0]], ["flourish", [2, 4373, 1]], ["undulate", [2, 4373, 2]], ["brandish", [2, 4373, 3]], ["roll", [2, 4373, 4]], ["curl", [2, 4373, 5]], ["flap", [2, 4373, 6]], ["beckon", [2, 4373, 7]]]}, {"answer": "wax", "hint": "synonyms for wax", "clues": [["climb", [2, 4374, 0]], ["full", [2, 4374, 1]], ["rise", [2, 4374, 2]], ["mount", [2, 4374, 3]]]}, {"answer": "wear", "hint": "synonyms for wear", "clues": [["don", [2, 4375, 0]], ["tire", [2, 4375, 1]], ["wear out", [2, 4375, 2]], ["weary", [2, 4375, 3]], ["wear upon", [2, 4375, 4]], ["wear thin", [2, 4375, 5]], ["outwear", [2, 4375, 6]], ["bust", [2, 4375, 7]], ["fag out", [2, 4375, 8]], ["get into", [2, 4375, 9]], ["wear off", [2, 4375, 10]], ["wear down", [2, 4375, 11]], ["hold out", [2, 4375, 12]], ["assume", [2, 4375, 13]], ["endure", [2, 4375, 14]], ["break", [2, 4375, 15]], ["jade", [2, 4375, 16]], ["fall apart", [2, 4375, 17]], ["fag", [2, 4375, 18]], ["fatigue", [2, 4375, 19]], ["tire out", [2, 4375, 20]], ["put on", [2, 4375, 21]], ["bear", [2, 4375, 22]], ["have on", [2, 4375, 23]]]}, {"answer": "weave", "hint": "synonyms for weave", "clues": [["interweave", [2, 4376, 0]], ["wind", [2, 4376, 1]], ["meander", [2, 4376, 2]], ["tissue", [2, 4376, 3]], ["thread", [2, 4376, 4]], ["waver", [2, 4376, 5]], ["wander", [2, 4376, 6]]]}, {"answer": "weaving", "hint": "synonyms for weaving", "clues": [["weave", [2, 4377, 0]], ["meander", [2, 4377, 1]], ["tissue", [2, 4377, 2]], ["thread", [2, 4377, 3]], ["waver", [2, 4377, 4]], ["wander", [2, 4377, 5]], ["interweave", [2, 4377, 6]], ["wind", [2, 4377, 7]]]}, {"answer": "wedding", "hint": "synonyms for wedding", "clues": [["conjoin", [2, 4378, 0]], ["marry", [2, 4378, 1]], ["splice", [2, 4378, 2]], ["wed", [2, 4378, 3]], ["get hitched with", [2, 4378, 4]], ["espouse", [2, 4378, 5]], ["get married", [2, 4378, 6]], ["tie", [2, 4378, 7]], ["hook up with", [2, 4378, 8]]]}, {"answer": "wedge", "hint": "synonyms for wedge", "clues": [["stick", [2, 4379, 0]], ["force", [2, 4379, 1]], ["squeeze", [2, 4379, 2]], ["deposit", [2, 4379, 3]], ["lodge", [2, 4379, 4]]]}, {"answer": "weighing", "hint": "synonyms for weighing", "clues": [["matter", [2, 4380, 0]], ["weigh", [2, 4380, 1]], ["consider", [2, 4380, 2]], ["count", [2, 4380, 3]], ["press", [2, 4380, 4]], ["librate", [2, 4380, 5]]]}, {"answer": "weight", "hint": "synonyms for weight", "clues": [["burthen", [2, 4381, 0]], ["angle", [2, 4381, 1]], ["weight down", [2, 4381, 2]], ["burden", [2, 4381, 3]], ["slant", [2, 4381, 4]]]}, {"answer": "weighting", "hint": "synonyms for weighting", "clues": [["burthen", [2, 4382, 0]], ["angle", [2, 4382, 1]], ["weight", [2, 4382, 2]], ["weight down", [2, 4382, 3]], ["burden", [2, 4382, 4]], ["slant", [2, 4382, 5]]]}, {"answer": "welt", "hint": "synonyms for welt", "clues": [["flog", [2, 4383, 0]], ["lather", [2, 4383, 1]], ["trounce", [2, 4383, 2]], ["lash", [2, 4383, 3]], ["whip", [2, 4383, 4]], ["strap", [2, 4383, 5]]]}, {"answer": "wet-nurse", "hint": "synonyms for wet-nurse", "clues": [["nurse", [2, 4384, 0]], ["suckle", [2, 4384, 1]], ["lactate", [2, 4384, 2]], ["breastfeed", [2, 4384, 3]], ["give suck", [2, 4384, 4]], ["suck", [2, 4384, 5]]]}, {"answer": "wheedling", "hint": "synonyms for wheedling", "clues": [["blarney", [2, 4385, 0]], ["coax", [2, 4385, 1]], ["sweet-talk", [2, 4385, 2]], ["wheedle", [2, 4385, 3]], ["inveigle", [2, 4385, 4]], ["palaver", [2, 4385, 5]], ["cajole", [2, 4385, 6]]]}, {"answer": "wheel", "hint": "synonyms for wheel", "clues": [["roll", [2, 4386, 0]], ["cycle", [2, 4386, 1]], ["pedal", [2, 4386, 2]], ["wheel around", [2, 4386, 3]], ["bicycle", [2, 4386, 4]], ["bike", [2, 4386, 5]]]}, {"answer": "wheeling", "hint": "synonyms for wheeling", "clues": [["roll", [2, 4387, 0]], ["cycle", [2, 4387, 1]], ["wheel around", [2, 4387, 2]], ["bicycle", [2, 4387, 3]], ["bike", [2, 4387, 4]], ["wheel", [2, 4387, 5]], ["pedal", [2, 4387, 6]]]}, {"answer": "whine", "hint": "synonyms for whine", "clues": [["squeak", [2, 4388, 0]], ["yammer", [2, 4388, 1]], ["yawp", [2, 4388, 2]], ["screak", [2, 4388, 3]], ["grizzle", [2, 4388, 4]], ["screech", [2, 4388, 5]], ["skreak", [2, 4388, 6]], ["snivel", [2, 4388, 7]]]}, {"answer": "whip", "hint": "synonyms for whip", "clues": [["scald", [2, 4389, 0]], ["rack up", [2, 4389, 1]], ["worst", [2, 4389, 2]], ["lash", [2, 4389, 3]], ["pip", [2, 4389, 4]], ["mop up", [2, 4389, 5]], ["flog", [2, 4389, 6]], ["lather", [2, 4389, 7]], ["blister", [2, 4389, 8]], ["trounce", [2, 4389, 9]], ["strap", [2, 4389, 10]], ["welt", [2, 4389, 11]], ["whisk", [2, 4389, 12]]]}, {"answer": "whir", "hint": "synonyms for whir", "clues": [["purr", [2, 4390, 0]], ["whiz", [2, 4390, 1]], ["whirr", [2, 4390, 2]], ["birr", [2, 4390, 3]]]}, {"answer": "whirl", "hint": "synonyms for whirl", "clues": [["twirl", [2, 4391, 0]], ["twiddle", [2, 4391, 1]], ["reel", [2, 4391, 2]], ["spin around", [2, 4391, 3]], ["whirlpool", [2, 4391, 4]], ["tumble", [2, 4391, 5]], ["whirl around", [2, 4391, 6]], ["spin", [2, 4391, 7]], ["birl", [2, 4391, 8]], ["purl", [2, 4391, 9]], ["gyrate", [2, 4391, 10]], ["eddy", [2, 4391, 11]], ["swirl", [2, 4391, 12]]]}, {"answer": "whirling", "hint": "synonyms for whirling", "clues": [["twirl", [2, 4392, 0]], ["whirl", [2, 4392, 1]], ["twiddle", [2, 4392, 2]], ["reel", [2, 4392, 3]], ["whirlpool", [2, 4392, 4]], ["spin around", [2, 4392, 5]], ["tumble", [2, 4392, 6]], ["spin", [2, 4392, 7]], ["whirl around", [2, 4392, 8]], ["swirl", [2, 4392, 9]], ["birl", [2, 4392, 10]], ["purl", [2, 4392, 11]], ["gyrate", [2, 4392, 12]], ["eddy", [2, 4392, 13]]]}, {"answer": "whirlpool", "hint": "synonyms for whirlpool", "clues": [["whirl", [2, 4393, 0]], ["purl", [2, 4393, 1]], ["swirl", [2, 4393, 2]], ["eddy", [2, 4393, 3]]]}, {"answer": "whirr", "hint": "synonyms for whirr", "clues": [["purr", [2, 4394, 0]], ["whiz", [2, 4394, 1]], ["churr", [2, 4394, 2]], ["whir", [2, 4394, 3]], ["birr", [2, 4394, 4]]]}, {"answer": "whiz", "hint": "synonyms for whiz", "clues": [["purr", [2, 4395, 0]], ["whir", [2, 4395, 1]], ["birr", [2, 4395, 2]], ["whizz", [2, 4395, 3]]]}, {"answer": "whizz", "hint": "synonyms for whizz", "clues": [["purr", [2, 4396, 0]], ["whiz", [2, 4396, 1]], ["zoom", [2, 4396, 2]], ["whir", [2, 4396, 3]], ["zoom along", [2, 4396, 4]], ["whizz along", [2, 4396, 5]], ["birr", [2, 4396, 6]]]}, {"answer": "wideness", "hint": "synonyms for wideness", "clues": [["widen", [2, 4397, 0]], ["broaden", [2, 4397, 1]], ["let out", [2, 4397, 2]], ["extend", [2, 4397, 3]]]}, {"answer": "widening", "hint": "synonyms for widening", "clues": [["widen", [2, 4398, 0]], ["broaden", [2, 4398, 1]], ["let out", [2, 4398, 2]], ["extend", [2, 4398, 3]]]}, {"answer": "win", "hint": "synonyms for win", "clues": [["get ahead", [2, 4399, 0]], ["come through", [2, 4399, 1]], ["advance", [2, 4399, 2]], ["bring home the bacon", [2, 4399, 3]], ["pull ahead", [2, 4399, 4]], ["gain", [2, 4399, 5]], ["deliver the goods", [2, 4399, 6]], ["succeed", [2, 4399, 7]], ["acquire", [2, 4399, 8]], ["make headway", [2, 4399, 9]], ["gain ground", [2, 4399, 10]]]}, {"answer": "wince", "hint": "synonyms for wince", "clues": [["funk", [2, 4400, 0]], ["recoil", [2, 4400, 1]], ["flinch", [2, 4400, 2]], ["quail", [2, 4400, 3]], ["cringe", [2, 4400, 4]], ["squinch", [2, 4400, 5]], ["shrink", [2, 4400, 6]]]}, {"answer": "wind", "hint": "synonyms for wind", "clues": [["hoist", [2, 4401, 0]], ["weave", [2, 4401, 1]], ["wind up", [2, 4401, 2]], ["meander", [2, 4401, 3]], ["roll", [2, 4401, 4]], ["thread", [2, 4401, 5]], ["curve", [2, 4401, 6]], ["twist", [2, 4401, 7]], ["scent", [2, 4401, 8]], ["wreathe", [2, 4401, 9]], ["wander", [2, 4401, 10]], ["nose", [2, 4401, 11]], ["lift", [2, 4401, 12]], ["wrap", [2, 4401, 13]], ["twine", [2, 4401, 14]]]}, {"answer": "wink", "hint": "synonyms for wink", "clues": [["flash", [2, 4402, 0]], ["blink away", [2, 4402, 1]], ["nictitate", [2, 4402, 2]], ["blink", [2, 4402, 3]], ["twinkle", [2, 4402, 4]]]}, {"answer": "winkle", "hint": "synonyms for winkle", "clues": [["flash", [2, 4403, 0]], ["scintillate", [2, 4403, 1]], ["twinkle", [2, 4403, 2]], ["wink", [2, 4403, 3]], ["blink", [2, 4403, 4]], ["winkle out", [2, 4403, 5]]]}, {"answer": "wiring", "hint": "synonyms for wiring", "clues": [["wire", [2, 4404, 0]], ["cable", [2, 4404, 1]], ["telegraph", [2, 4404, 2]], ["electrify", [2, 4404, 3]]]}, {"answer": "wish", "hint": "synonyms for wish", "clues": [["care", [2, 4405, 0]], ["like", [2, 4405, 1]], ["bid", [2, 4405, 2]], ["wish well", [2, 4405, 3]]]}, {"answer": "wishing", "hint": "synonyms for wishing", "clues": [["wish", [2, 4406, 0]], ["bid", [2, 4406, 1]], ["care", [2, 4406, 2]], ["wish well", [2, 4406, 3]], ["like", [2, 4406, 4]]]}, {"answer": "witch", "hint": "synonyms for witch", "clues": [["bewitch", [2, 4407, 0]], ["enchant", [2, 4407, 1]], ["hex", [2, 4407, 2]], ["jinx", [2, 4407, 3]], ["glamour", [2, 4407, 4]]]}, {"answer": "withers", "hint": "synonyms for withers", "clues": [["shrink", [2, 4408, 0]], ["wither", [2, 4408, 1]], ["shrivel up", [2, 4408, 2]], ["shrivel", [2, 4408, 3]], ["fade", [2, 4408, 4]]]}, {"answer": "withholding", "hint": "synonyms for withholding", "clues": [["withhold", [2, 4409, 0]], ["deduct", [2, 4409, 1]], ["keep back", [2, 4409, 2]], ["recoup", [2, 4409, 3]]]}, {"answer": "wobble", "hint": "synonyms for wobble", "clues": [["shift", [2, 4410, 0]], ["coggle", [2, 4410, 1]], ["careen", [2, 4410, 2]], ["shimmy", [2, 4410, 3]], ["tilt", [2, 4410, 4]]]}, {"answer": "wooing", "hint": "synonyms for wooing", "clues": [["solicit", [2, 4411, 0]], ["romance", [2, 4411, 1]], ["woo", [2, 4411, 2]], ["court", [2, 4411, 3]]]}, {"answer": "word", "hint": "synonyms for word", "clues": [["articulate", [2, 4412, 0]], ["phrase", [2, 4412, 1]], ["formulate", [2, 4412, 2]], ["give voice", [2, 4412, 3]]]}, {"answer": "wording", "hint": "synonyms for wording", "clues": [["word", [2, 4413, 0]], ["formulate", [2, 4413, 1]], ["articulate", [2, 4413, 2]], ["phrase", [2, 4413, 3]], ["give voice", [2, 4413, 4]]]}, {"answer": "words", "hint": "synonyms for words", "clues": [["word", [2, 4414, 0]], ["formulate", [2, 4414, 1]], ["articulate", [2, 4414, 2]], ["phrase", [2, 4414, 3]], ["give voice", [2, 4414, 4]]]}, {"answer": "work", "hint": "synonyms for work", "clues": [["knead", [2, 4415, 0]], ["forge", [2, 4415, 1]], ["exercise", [2, 4415, 2]], ["mould", [2, 4415, 3]], ["cultivate", [2, 4415, 4]], ["figure out", [2, 4415, 5]], ["function", [2, 4415, 6]], ["go", [2, 4415, 7]], ["ferment", [2, 4415, 8]], ["wreak", [2, 4415, 9]], ["work out", [2, 4415, 10]], ["exploit", [2, 4415, 11]], ["turn", [2, 4415, 12]], ["play", [2, 4415, 13]], ["run", [2, 4415, 14]], ["shape", [2, 4415, 15]], ["work on", [2, 4415, 16]], ["act upon", [2, 4415, 17]], ["make for", [2, 4415, 18]], ["bring", [2, 4415, 19]], ["crop", [2, 4415, 20]], ["influence", [2, 4415, 21]], ["make", [2, 4415, 22]], ["operate", [2, 4415, 23]], ["lick", [2, 4415, 24]], ["puzzle out", [2, 4415, 25]], ["do work", [2, 4415, 26]], ["sour", [2, 4415, 27]], ["act", [2, 4415, 28]], ["process", [2, 4415, 29]], ["solve", [2, 4415, 30]], ["form", [2, 4415, 31]], ["put to work", [2, 4415, 32]]]}, {"answer": "workings", "hint": "synonyms for workings", "clues": [["work", [2, 4416, 0]], ["knead", [2, 4416, 1]], ["exercise", [2, 4416, 2]], ["mould", [2, 4416, 3]], ["figure out", [2, 4416, 4]], ["function", [2, 4416, 5]], ["exploit", [2, 4416, 6]], ["work out", [2, 4416, 7]], ["turn", [2, 4416, 8]], ["run", [2, 4416, 9]], ["act upon", [2, 4416, 10]], ["bring", [2, 4416, 11]], ["crop", [2, 4416, 12]], ["influence", [2, 4416, 13]], ["sour", [2, 4416, 14]], ["act", [2, 4416, 15]], ["put to work", [2, 4416, 16]], ["forge", [2, 4416, 17]], ["cultivate", [2, 4416, 18]], ["ferment", [2, 4416, 19]], ["go", [2, 4416, 20]], ["wreak", [2, 4416, 21]], ["play", [2, 4416, 22]], ["shape", [2, 4416, 23]], ["work on", [2, 4416, 24]], ["make for", [2, 4416, 25]], ["make", [2, 4416, 26]], ["operate", [2, 4416, 27]], ["lick", [2, 4416, 28]], ["puzzle out", [2, 4416, 29]], ["do work", [2, 4416, 30]], ["process", [2, 4416, 31]], ["solve", [2, 4416, 32]], ["form", [2, 4416, 33]]]}, {"answer": "works", "hint": "synonyms for works", "clues": [["work", [2, 4417, 0]], ["knead", [2, 4417, 1]], ["exercise", [2, 4417, 2]], ["mould", [2, 4417, 3]], ["figure out", [2, 4417, 4]], ["function", [2, 4417, 5]], ["exploit", [2, 4417, 6]], ["work out", [2, 4417, 7]], ["turn", [2, 4417, 8]], ["run", [2, 4417, 9]], ["act upon", [2, 4417, 10]], ["bring", [2, 4417, 11]], ["crop", [2, 4417, 12]], ["influence", [2, 4417, 13]], ["sour", [2, 4417, 14]], ["act", [2, 4417, 15]], ["put to work", [2, 4417, 16]], ["forge", [2, 4417, 17]], ["cultivate", [2, 4417, 18]], ["ferment", [2, 4417, 19]], ["go", [2, 4417, 20]], ["wreak", [2, 4417, 21]], ["play", [2, 4417, 22]], ["shape", [2, 4417, 23]], ["work on", [2, 4417, 24]], ["make for", [2, 4417, 25]], ["make", [2, 4417, 26]], ["operate", [2, 4417, 27]], ["lick", [2, 4417, 28]], ["puzzle out", [2, 4417, 29]], ["do work", [2, 4417, 30]], ["process", [2, 4417, 31]], ["solve", [2, 4417, 32]], ["form", [2, 4417, 33]]]}, {"answer": "worm", "hint": "synonyms for worm", "clues": [["twist", [2, 4418, 0]], ["wriggle", [2, 4418, 1]], ["squirm", [2, 4418, 2]], ["writhe", [2, 4418, 3]], ["wrestle", [2, 4418, 4]]]}, {"answer": "worry", "hint": "synonyms for worry", "clues": [["care", [2, 4419, 0]], ["interest", [2, 4419, 1]], ["vex", [2, 4419, 2]], ["occupy", [2, 4419, 3]], ["concern", [2, 4419, 4]]]}, {"answer": "worsted", "hint": "synonyms for worsted", "clues": [["worst", [2, 4420, 0]], ["whip", [2, 4420, 1]], ["pip", [2, 4420, 2]], ["rack up", [2, 4420, 3]], ["mop up", [2, 4420, 4]]]}, {"answer": "wrap", "hint": "synonyms for wrap", "clues": [["wrap up", [2, 4421, 0]], ["enfold", [2, 4421, 1]], ["roll", [2, 4421, 2]], ["envelop", [2, 4421, 3]], ["wind", [2, 4421, 4]], ["enwrap", [2, 4421, 5]], ["enclose", [2, 4421, 6]], ["twine", [2, 4421, 7]]]}, {"answer": "wrapping", "hint": "synonyms for wrapping", "clues": [["wrap up", [2, 4422, 0]], ["enfold", [2, 4422, 1]], ["roll", [2, 4422, 2]], ["envelop", [2, 4422, 3]], ["wind", [2, 4422, 4]], ["enwrap", [2, 4422, 5]], ["wrap", [2, 4422, 6]], ["enclose", [2, 4422, 7]], ["twine", [2, 4422, 8]]]}, {"answer": "wrench", "hint": "synonyms for wrench", "clues": [["turn", [2, 4423, 0]], ["wring", [2, 4423, 1]], ["rick", [2, 4423, 2]], ["twist", [2, 4423, 3]], ["sprain", [2, 4423, 4]]]}, {"answer": "wrestle", "hint": "synonyms for wrestle", "clues": [["twist", [2, 4424, 0]], ["wriggle", [2, 4424, 1]], ["squirm", [2, 4424, 2]], ["writhe", [2, 4424, 3]], ["worm", [2, 4424, 4]]]}, {"answer": "wrestling", "hint": "synonyms for wrestling", "clues": [["wrestle", [2, 4425, 0]], ["twist", [2, 4425, 1]], ["wriggle", [2, 4425, 2]], ["squirm", [2, 4425, 3]], ["writhe", [2, 4425, 4]], ["worm", [2, 4425, 5]]]}, {"answer": "wrick", "hint": "synonyms for wrick", "clues": [["turn", [2, 4426, 0]], ["wrench", [2, 4426, 1]], ["rick", [2, 4426, 2]], ["twist", [2, 4426, 3]], ["sprain", [2, 4426, 4]]]}, {"answer": "wriggle", "hint": "synonyms for wriggle", "clues": [["twist", [2, 4427, 0]], ["squirm", [2, 4427, 1]], ["writhe", [2, 4427, 2]], ["wrestle", [2, 4427, 3]], ["worm", [2, 4427, 4]]]}, {"answer": "wring", "hint": "synonyms for wring", "clues": [["wrench", [2, 4428, 0]], ["extort", [2, 4428, 1]], ["contort", [2, 4428, 2]], ["deform", [2, 4428, 3]], ["distort", [2, 4428, 4]], ["rack", [2, 4428, 5]], ["gouge", [2, 4428, 6]], ["squeeze", [2, 4428, 7]]]}, {"answer": "wrinkle", "hint": "synonyms for wrinkle", "clues": [["crinkle", [2, 4429, 0]], ["rumple", [2, 4429, 1]], ["furrow", [2, 4429, 2]], ["crease", [2, 4429, 3]], ["crisp", [2, 4429, 4]], ["ruckle", [2, 4429, 5]], ["purse", [2, 4429, 6]], ["scrunch up", [2, 4429, 7]], ["scrunch", [2, 4429, 8]]]}, {"answer": "writing", "hint": "synonyms for writing", "clues": [["drop a line", [2, 4430, 0]], ["compose", [2, 4430, 1]], ["write", [2, 4430, 2]], ["indite", [2, 4430, 3]], ["pen", [2, 4430, 4]], ["publish", [2, 4430, 5]], ["save", [2, 4430, 6]], ["spell", [2, 4430, 7]]]}, {"answer": "writings", "hint": "synonyms for writings", "clues": [["drop a line", [2, 4431, 0]], ["compose", [2, 4431, 1]], ["write", [2, 4431, 2]], ["indite", [2, 4431, 3]], ["pen", [2, 4431, 4]], ["publish", [2, 4431, 5]], ["save", [2, 4431, 6]], ["spell", [2, 4431, 7]]]}, {"answer": "yack", "hint": "synonyms for yack", "clues": [["yack away", [2, 4432, 0]], ["rattle on", [2, 4432, 1]], ["yap away", [2, 4432, 2]], ["jaw", [2, 4432, 3]]]}, {"answer": "yawl", "hint": "synonyms for yawl", "clues": [["howl", [2, 4433, 0]], ["roar", [2, 4433, 1]], ["yaup", [2, 4433, 2]], ["ululate", [2, 4433, 3]], ["wail", [2, 4433, 4]]]}, {"answer": "yearning", "hint": "synonyms for yearning", "clues": [["yen", [2, 4434, 0]], ["hanker", [2, 4434, 1]], ["pine", [2, 4434, 2]], ["yearn", [2, 4434, 3]], ["long", [2, 4434, 4]], ["ache", [2, 4434, 5]], ["languish", [2, 4434, 6]]]}, {"answer": "yell", "hint": "synonyms for yell", "clues": [["scream", [2, 4435, 0]], ["call", [2, 4435, 1]], ["shout out", [2, 4435, 2]], ["shout", [2, 4435, 3]], ["hollo", [2, 4435, 4]], ["holler", [2, 4435, 5]], ["squall", [2, 4435, 6]], ["cry", [2, 4435, 7]]]}, {"answer": "yelling", "hint": "synonyms for yelling", "clues": [["scream", [2, 4436, 0]], ["call", [2, 4436, 1]], ["shout out", [2, 4436, 2]], ["shout", [2, 4436, 3]], ["yell", [2, 4436, 4]], ["hollo", [2, 4436, 5]], ["holler", [2, 4436, 6]], ["squall", [2, 4436, 7]], ["cry", [2, 4436, 8]]]}, {"answer": "yen", "hint": "synonyms for yen", "clues": [["languish", [2, 4437, 0]], ["pine", [2, 4437, 1]], ["yearn", [2, 4437, 2]], ["ache", [2, 4437, 3]]]}, {"answer": "yield", "hint": "synonyms for yield", "clues": [["concede", [2, 4438, 0]], ["move over", [2, 4438, 1]], ["give in", [2, 4438, 2]], ["ease up", [2, 4438, 3]], ["afford", [2, 4438, 4]], ["give", [2, 4438, 5]], ["grant", [2, 4438, 6]], ["knuckle under", [2, 4438, 7]], ["pay", [2, 4438, 8]], ["generate", [2, 4438, 9]], ["give way", [2, 4438, 10]], ["render", [2, 4438, 11]], ["cede", [2, 4438, 12]], ["relent", [2, 4438, 13]], ["succumb", [2, 4438, 14]], ["soften", [2, 4438, 15]], ["return", [2, 4438, 16]], ["bear", [2, 4438, 17]]]}, {"answer": "yowl", "hint": "synonyms for yowl", "clues": [["caterwaul", [2, 4439, 0]], ["wrawl", [2, 4439, 1]], ["yammer", [2, 4439, 2]], ["howl", [2, 4439, 3]]]}, {"answer": "zap", "hint": "synonyms for zap", "clues": [["atomize", [2, 4440, 0]], ["microwave", [2, 4440, 1]], ["nuke", [2, 4440, 2]], ["micro-cook", [2, 4440, 3]], ["vaporize", [2, 4440, 4]]]}, {"answer": "zip", "hint": "synonyms for zip", "clues": [["zipper", [2, 4441, 0]], ["travel rapidly", [2, 4441, 1]], ["speed", [2, 4441, 2]], ["hurry", [2, 4441, 3]], ["zip up", [2, 4441, 4]]]}, {"answer": "zoom", "hint": "synonyms for zoom", "clues": [["soar upwards", [2, 4442, 0]], ["surge", [2, 4442, 1]], ["zoom along", [2, 4442, 2]], ["soar", [2, 4442, 3]], ["soar up", [2, 4442, 4]], ["whizz along", [2, 4442, 5]], ["whizz", [2, 4442, 6]]]}, {"answer": "abase", "hint": "synonyms for abase", "clues": [["humble", [2, 4443, 0]], ["chagrin", [2, 4443, 1]], ["mortify", [2, 4443, 2]], ["humiliate", [2, 4443, 3]]]}, {"answer": "abate", "hint": "synonyms for abate", "clues": [["slack off", [2, 4444, 0]], ["slack", [2, 4444, 1]], ["let up", [2, 4444, 2]], ["die away", [2, 4444, 3]], ["slake", [2, 4444, 4]]]}, {"answer": "abbreviate", "hint": "synonyms for abbreviate", "clues": [["abridge", [2, 4445, 0]], ["reduce", [2, 4445, 1]], ["shorten", [2, 4445, 2]], ["contract", [2, 4445, 3]], ["cut", [2, 4445, 4]], ["foreshorten", [2, 4445, 5]]]}, {"answer": "abide", "hint": "synonyms for abide", "clues": [["tolerate", [2, 4446, 0]], ["endure", [2, 4446, 1]], ["bide", [2, 4446, 2]], ["stand", [2, 4446, 3]], ["stay", [2, 4446, 4]], ["put up", [2, 4446, 5]], ["support", [2, 4446, 6]], ["digest", [2, 4446, 7]], ["stick out", [2, 4446, 8]], ["brook", [2, 4446, 9]], ["bear", [2, 4446, 10]], ["stomach", [2, 4446, 11]], ["suffer", [2, 4446, 12]]]}, {"answer": "abide_by", "hint": "synonyms for abide by", "clues": [["follow", [2, 4447, 0]], ["honor", [2, 4447, 1]], ["observe", [2, 4447, 2]], ["respect", [2, 4447, 3]], ["comply", [2, 4447, 4]]]}, {"answer": "abjure", "hint": "synonyms for abjure", "clues": [["resile", [2, 4448, 0]], ["recant", [2, 4448, 1]], ["forswear", [2, 4448, 2]], ["retract", [2, 4448, 3]]]}, {"answer": "abrade", "hint": "synonyms for abrade", "clues": [["abrase", [2, 4449, 0]], ["rub off", [2, 4449, 1]], ["corrade", [2, 4449, 2]], ["scour", [2, 4449, 3]], ["rub down", [2, 4449, 4]]]}, {"answer": "abrase", "hint": "synonyms for abrase", "clues": [["rub down", [2, 4450, 0]], ["rub off", [2, 4450, 1]], ["abrade", [2, 4450, 2]], ["corrade", [2, 4450, 3]]]}, {"answer": "abridge", "hint": "synonyms for abridge", "clues": [["reduce", [2, 4451, 0]], ["abbreviate", [2, 4451, 1]], ["shorten", [2, 4451, 2]], ["contract", [2, 4451, 3]], ["cut", [2, 4451, 4]], ["foreshorten", [2, 4451, 5]]]}, {"answer": "abscond", "hint": "synonyms for abscond", "clues": [["absquatulate", [2, 4452, 0]], ["make off", [2, 4452, 1]], ["go off", [2, 4452, 2]], ["decamp", [2, 4452, 3]], ["bolt", [2, 4452, 4]], ["run off", [2, 4452, 5]]]}, {"answer": "absorb", "hint": "synonyms for absorb", "clues": [["steep", [2, 4453, 0]], ["immerse", [2, 4453, 1]], ["plunge", [2, 4453, 2]], ["soak up", [2, 4453, 3]], ["engage", [2, 4453, 4]], ["draw", [2, 4453, 5]], ["engross", [2, 4453, 6]], ["take in", [2, 4453, 7]], ["take up", [2, 4453, 8]], ["assimilate", [2, 4453, 9]], ["sop up", [2, 4453, 10]], ["suck", [2, 4453, 11]], ["take over", [2, 4453, 12]], ["engulf", [2, 4453, 13]], ["imbibe", [2, 4453, 14]], ["ingest", [2, 4453, 15]], ["suck up", [2, 4453, 16]], ["occupy", [2, 4453, 17]]]}, {"answer": "absquatulate", "hint": "synonyms for absquatulate", "clues": [["make off", [2, 4454, 0]], ["go off", [2, 4454, 1]], ["decamp", [2, 4454, 2]], ["bolt", [2, 4454, 3]], ["abscond", [2, 4454, 4]], ["run off", [2, 4454, 5]]]}, {"answer": "abut", "hint": "synonyms for abut", "clues": [["border", [2, 4455, 0]], ["butt against", [2, 4455, 1]], ["butt", [2, 4455, 2]], ["butt on", [2, 4455, 3]], ["march", [2, 4455, 4]], ["adjoin", [2, 4455, 5]], ["edge", [2, 4455, 6]]]}, {"answer": "accede", "hint": "synonyms for accede", "clues": [["give in", [2, 4456, 0]], ["acquiesce", [2, 4456, 1]], ["assent", [2, 4456, 2]], ["enter", [2, 4456, 3]], ["defer", [2, 4456, 4]], ["submit", [2, 4456, 5]], ["bow", [2, 4456, 6]]]}, {"answer": "accentuate", "hint": "synonyms for accentuate", "clues": [["accent", [2, 4457, 0]], ["stress", [2, 4457, 1]], ["emphasize", [2, 4457, 2]], ["punctuate", [2, 4457, 3]]]}, {"answer": "accept", "hint": "synonyms for accept", "clues": [["go for", [2, 4458, 0]], ["consent", [2, 4458, 1]], ["take over", [2, 4458, 2]], ["have", [2, 4458, 3]], ["bear", [2, 4458, 4]], ["live with", [2, 4458, 5]], ["take", [2, 4458, 6]], ["swallow", [2, 4458, 7]], ["admit", [2, 4458, 8]], ["take on", [2, 4458, 9]], ["assume", [2, 4458, 10]]]}, {"answer": "accommodate", "hint": "synonyms for accommodate", "clues": [["suit", [2, 4459, 0]], ["fit", [2, 4459, 1]], ["reconcile", [2, 4459, 2]], ["adapt", [2, 4459, 3]], ["lodge", [2, 4459, 4]], ["conciliate", [2, 4459, 5]], ["admit", [2, 4459, 6]], ["oblige", [2, 4459, 7]], ["hold", [2, 4459, 8]]]}, {"answer": "accompany", "hint": "synonyms for accompany", "clues": [["attach to", [2, 4460, 0]], ["come with", [2, 4460, 1]], ["companion", [2, 4460, 2]], ["keep company", [2, 4460, 3]], ["company", [2, 4460, 4]], ["follow", [2, 4460, 5]], ["play along", [2, 4460, 6]], ["go with", [2, 4460, 7]]]}, {"answer": "accomplish", "hint": "synonyms for accomplish", "clues": [["carry out", [2, 4461, 0]], ["action", [2, 4461, 1]], ["fulfil", [2, 4461, 2]], ["achieve", [2, 4461, 3]], ["execute", [2, 4461, 4]], ["attain", [2, 4461, 5]], ["reach", [2, 4461, 6]], ["carry through", [2, 4461, 7]]]}, {"answer": "accost", "hint": "synonyms for accost", "clues": [["address", [2, 4462, 0]], ["come up to", [2, 4462, 1]], ["solicit", [2, 4462, 2]], ["hook", [2, 4462, 3]]]}, {"answer": "accumulate", "hint": "synonyms for accumulate", "clues": [["pile up", [2, 4463, 0]], ["amass", [2, 4463, 1]], ["roll up", [2, 4463, 2]], ["gather", [2, 4463, 3]], ["cumulate", [2, 4463, 4]], ["compile", [2, 4463, 5]], ["collect", [2, 4463, 6]], ["conglomerate", [2, 4463, 7]], ["hoard", [2, 4463, 8]]]}, {"answer": "accurse", "hint": "synonyms for accurse", "clues": [["execrate", [2, 4464, 0]], ["anathematise", [2, 4464, 1]], ["comminate", [2, 4464, 2]], ["anathemize", [2, 4464, 3]]]}, {"answer": "acknowledge", "hint": "synonyms for acknowledge", "clues": [["recognise", [2, 4465, 0]], ["admit", [2, 4465, 1]], ["receipt", [2, 4465, 2]], ["know", [2, 4465, 3]], ["notice", [2, 4465, 4]]]}, {"answer": "acquire", "hint": "synonyms for acquire", "clues": [["take", [2, 4466, 0]], ["adopt", [2, 4466, 1]], ["larn", [2, 4466, 2]], ["grow", [2, 4466, 3]], ["get", [2, 4466, 4]], ["develop", [2, 4466, 5]], ["evolve", [2, 4466, 6]], ["take on", [2, 4466, 7]], ["assume", [2, 4466, 8]], ["win", [2, 4466, 9]], ["gain", [2, 4466, 10]], ["produce", [2, 4466, 11]]]}, {"answer": "acquit", "hint": "synonyms for acquit", "clues": [["deport", [2, 4467, 0]], ["assoil", [2, 4467, 1]], ["exonerate", [2, 4467, 2]], ["clear", [2, 4467, 3]], ["discharge", [2, 4467, 4]], ["carry", [2, 4467, 5]], ["behave", [2, 4467, 6]], ["comport", [2, 4467, 7]], ["exculpate", [2, 4467, 8]], ["conduct", [2, 4467, 9]], ["bear", [2, 4467, 10]]]}, {"answer": "activate", "hint": "synonyms for activate", "clues": [["spark", [2, 4468, 0]], ["trigger off", [2, 4468, 1]], ["aerate", [2, 4468, 2]], ["set off", [2, 4468, 3]], ["spark off", [2, 4468, 4]], ["trip", [2, 4468, 5]], ["trigger", [2, 4468, 6]], ["actuate", [2, 4468, 7]], ["touch off", [2, 4468, 8]]]}, {"answer": "actuate", "hint": "synonyms for actuate", "clues": [["propel", [2, 4469, 0]], ["incite", [2, 4469, 1]], ["spark", [2, 4469, 2]], ["prompt", [2, 4469, 3]], ["motivate", [2, 4469, 4]], ["trigger off", [2, 4469, 5]], ["set off", [2, 4469, 6]], ["spark off", [2, 4469, 7]], ["trip", [2, 4469, 8]], ["trigger", [2, 4469, 9]], ["activate", [2, 4469, 10]], ["touch off", [2, 4469, 11]], ["move", [2, 4469, 12]]]}, {"answer": "add_together", "hint": "synonyms for add together", "clues": [["tally", [2, 4470, 0]], ["tot up", [2, 4470, 1]], ["add", [2, 4470, 2]], ["total", [2, 4470, 3]], ["sum", [2, 4470, 4]], ["add up", [2, 4470, 5]], ["sum up", [2, 4470, 6]], ["summate", [2, 4470, 7]], ["tot", [2, 4470, 8]]]}, {"answer": "add_up", "hint": "synonyms for add up", "clues": [["tally", [2, 4471, 0]], ["amount", [2, 4471, 1]], ["tot up", [2, 4471, 2]], ["make sense", [2, 4471, 3]], ["number", [2, 4471, 4]], ["summate", [2, 4471, 5]], ["tot", [2, 4471, 6]], ["add together", [2, 4471, 7]], ["add", [2, 4471, 8]], ["sum", [2, 4471, 9]], ["come", [2, 4471, 10]], ["total", [2, 4471, 11]], ["sum up", [2, 4471, 12]]]}, {"answer": "adhere", "hint": "synonyms for adhere", "clues": [["bond", [2, 4472, 0]], ["cohere", [2, 4472, 1]], ["bind", [2, 4472, 2]], ["cleave", [2, 4472, 3]], ["stick to", [2, 4472, 4]], ["cling", [2, 4472, 5]], ["stick", [2, 4472, 6]], ["stick by", [2, 4472, 7]], ["hold fast", [2, 4472, 8]], ["stand by", [2, 4472, 9]]]}, {"answer": "adjoin", "hint": "synonyms for adjoin", "clues": [["contact", [2, 4473, 0]], ["butt on", [2, 4473, 1]], ["abut", [2, 4473, 2]], ["march", [2, 4473, 3]], ["touch", [2, 4473, 4]], ["edge", [2, 4473, 5]], ["border", [2, 4473, 6]], ["butt against", [2, 4473, 7]], ["butt", [2, 4473, 8]], ["meet", [2, 4473, 9]]]}, {"answer": "adjourn", "hint": "synonyms for adjourn", "clues": [["break up", [2, 4474, 0]], ["retire", [2, 4474, 1]], ["recess", [2, 4474, 2]], ["withdraw", [2, 4474, 3]]]}, {"answer": "adjudicate", "hint": "synonyms for adjudicate", "clues": [["try", [2, 4475, 0]], ["resolve", [2, 4475, 1]], ["decide", [2, 4475, 2]], ["settle", [2, 4475, 3]], ["judge", [2, 4475, 4]]]}, {"answer": "adjure", "hint": "synonyms for adjure", "clues": [["beseech", [2, 4476, 0]], ["press", [2, 4476, 1]], ["bid", [2, 4476, 2]], ["conjure", [2, 4476, 3]], ["entreat", [2, 4476, 4]]]}, {"answer": "adjust", "hint": "synonyms for adjust", "clues": [["align", [2, 4477, 0]], ["aline", [2, 4477, 1]], ["adapt", [2, 4477, 2]], ["set", [2, 4477, 3]], ["conform", [2, 4477, 4]], ["line up", [2, 4477, 5]], ["correct", [2, 4477, 6]]]}, {"answer": "administer", "hint": "synonyms for administer", "clues": [["parcel out", [2, 4478, 0]], ["deal out", [2, 4478, 1]], ["lot", [2, 4478, 2]], ["administrate", [2, 4478, 3]], ["dish out", [2, 4478, 4]], ["dispense", [2, 4478, 5]], ["shell out", [2, 4478, 6]], ["allot", [2, 4478, 7]], ["deal", [2, 4478, 8]], ["dole out", [2, 4478, 9]], ["mete out", [2, 4478, 10]], ["distribute", [2, 4478, 11]]]}, {"answer": "admit", "hint": "synonyms for admit", "clues": [["allow in", [2, 4479, 0]], ["accept", [2, 4479, 1]], ["let in", [2, 4479, 2]], ["acknowledge", [2, 4479, 3]], ["include", [2, 4479, 4]], ["take", [2, 4479, 5]], ["accommodate", [2, 4479, 6]], ["take on", [2, 4479, 7]], ["allow", [2, 4479, 8]], ["intromit", [2, 4479, 9]], ["hold", [2, 4479, 10]]]}, {"answer": "admonish", "hint": "synonyms for admonish", "clues": [["reprove", [2, 4480, 0]], ["monish", [2, 4480, 1]], ["discourage", [2, 4480, 2]], ["caution", [2, 4480, 3]], ["warn", [2, 4480, 4]]]}, {"answer": "adopt", "hint": "synonyms for adopt", "clues": [["take", [2, 4481, 0]], ["dramatize", [2, 4481, 1]], ["espouse", [2, 4481, 2]], ["take over", [2, 4481, 3]], ["borrow", [2, 4481, 4]], ["take on", [2, 4481, 5]], ["take up", [2, 4481, 6]], ["acquire", [2, 4481, 7]], ["assume", [2, 4481, 8]], ["sweep up", [2, 4481, 9]], ["embrace", [2, 4481, 10]], ["follow", [2, 4481, 11]]]}, {"answer": "adorn", "hint": "synonyms for adorn", "clues": [["decorate", [2, 4482, 0]], ["clothe", [2, 4482, 1]], ["ornament", [2, 4482, 2]], ["beautify", [2, 4482, 3]], ["embellish", [2, 4482, 4]], ["grace", [2, 4482, 5]], ["deck", [2, 4482, 6]], ["invest", [2, 4482, 7]]]}, {"answer": "adumbrate", "hint": "synonyms for adumbrate", "clues": [["insinuate", [2, 4483, 0]], ["intimate", [2, 4483, 1]], ["sketch", [2, 4483, 2]], ["outline", [2, 4483, 3]]]}, {"answer": "advertise", "hint": "synonyms for advertise", "clues": [["publicise", [2, 4484, 0]], ["advertize", [2, 4484, 1]], ["promote", [2, 4484, 2]], ["push", [2, 4484, 3]]]}, {"answer": "advertize", "hint": "synonyms for advertize", "clues": [["publicise", [2, 4485, 0]], ["promote", [2, 4485, 1]], ["push", [2, 4485, 2]], ["advertise", [2, 4485, 3]]]}, {"answer": "advise", "hint": "synonyms for advise", "clues": [["notify", [2, 4486, 0]], ["give notice", [2, 4486, 1]], ["apprise", [2, 4486, 2]], ["send word", [2, 4486, 3]], ["propose", [2, 4486, 4]], ["suggest", [2, 4486, 5]], ["rede", [2, 4486, 6]], ["counsel", [2, 4486, 7]]]}, {"answer": "aerate", "hint": "synonyms for aerate", "clues": [["oxygenate", [2, 4487, 0]], ["activate", [2, 4487, 1]], ["oxygenise", [2, 4487, 2]], ["air out", [2, 4487, 3]], ["air", [2, 4487, 4]]]}, {"answer": "affirm", "hint": "synonyms for affirm", "clues": [["support", [2, 4488, 0]], ["confirm", [2, 4488, 1]], ["sustain", [2, 4488, 2]], ["swan", [2, 4488, 3]], ["verify", [2, 4488, 4]], ["avow", [2, 4488, 5]], ["assert", [2, 4488, 6]], ["substantiate", [2, 4488, 7]], ["aver", [2, 4488, 8]], ["swear", [2, 4488, 9]], ["corroborate", [2, 4488, 10]]]}, {"answer": "aggrandise", "hint": "synonyms for aggrandise", "clues": [["aggrandize", [2, 4489, 0]], ["lard", [2, 4489, 1]], ["dramatise", [2, 4489, 2]], ["embroider", [2, 4489, 3]], ["pad", [2, 4489, 4]], ["blow up", [2, 4489, 5]], ["embellish", [2, 4489, 6]]]}, {"answer": "aggrandize", "hint": "synonyms for aggrandize", "clues": [["aggrandise", [2, 4490, 0]], ["lard", [2, 4490, 1]], ["dramatise", [2, 4490, 2]], ["embroider", [2, 4490, 3]], ["pad", [2, 4490, 4]], ["blow up", [2, 4490, 5]], ["embellish", [2, 4490, 6]]]}, {"answer": "agitate", "hint": "synonyms for agitate", "clues": [["disturb", [2, 4491, 0]], ["fight", [2, 4491, 1]], ["commove", [2, 4491, 2]], ["push", [2, 4491, 3]], ["press", [2, 4491, 4]], ["budge", [2, 4491, 5]], ["vex", [2, 4491, 6]], ["rouse", [2, 4491, 7]], ["shake", [2, 4491, 8]], ["charge", [2, 4491, 9]], ["turn on", [2, 4491, 10]], ["campaign", [2, 4491, 11]], ["crusade", [2, 4491, 12]], ["stir up", [2, 4491, 13]], ["foment", [2, 4491, 14]], ["charge up", [2, 4491, 15]], ["shake up", [2, 4491, 16]], ["excite", [2, 4491, 17]], ["stir", [2, 4491, 18]], ["shift", [2, 4491, 19]], ["raise up", [2, 4491, 20]]]}, {"answer": "agree", "hint": "synonyms for agree", "clues": [["match", [2, 4492, 0]], ["fit", [2, 4492, 1]], ["accord", [2, 4492, 2]], ["concord", [2, 4492, 3]], ["harmonize", [2, 4492, 4]], ["consort", [2, 4492, 5]], ["hold", [2, 4492, 6]], ["concur", [2, 4492, 7]], ["tally", [2, 4492, 8]], ["correspond", [2, 4492, 9]], ["jibe", [2, 4492, 10]], ["gibe", [2, 4492, 11]], ["check", [2, 4492, 12]], ["fit in", [2, 4492, 13]]]}, {"answer": "air_out", "hint": "synonyms for air out", "clues": [["air", [2, 4493, 0]], ["vent", [2, 4493, 1]], ["ventilate", [2, 4493, 2]], ["aerate", [2, 4493, 3]]]}, {"answer": "align", "hint": "synonyms for align", "clues": [["array", [2, 4494, 0]], ["aline", [2, 4494, 1]], ["coordinate", [2, 4494, 2]], ["line up", [2, 4494, 3]], ["adjust", [2, 4494, 4]]]}, {"answer": "allay", "hint": "synonyms for allay", "clues": [["quench", [2, 4495, 0]], ["relieve", [2, 4495, 1]], ["still", [2, 4495, 2]], ["slake", [2, 4495, 3]], ["assuage", [2, 4495, 4]], ["ease", [2, 4495, 5]]]}, {"answer": "alleviate", "hint": "synonyms for alleviate", "clues": [["palliate", [2, 4496, 0]], ["facilitate", [2, 4496, 1]], ["ease", [2, 4496, 2]], ["relieve", [2, 4496, 3]], ["assuage", [2, 4496, 4]]]}, {"answer": "allot", "hint": "synonyms for allot", "clues": [["parcel out", [2, 4497, 0]], ["deal out", [2, 4497, 1]], ["accord", [2, 4497, 2]], ["lot", [2, 4497, 3]], ["dish out", [2, 4497, 4]], ["administer", [2, 4497, 5]], ["dispense", [2, 4497, 6]], ["shell out", [2, 4497, 7]], ["deal", [2, 4497, 8]], ["portion", [2, 4497, 9]], ["dole out", [2, 4497, 10]], ["assign", [2, 4497, 11]], ["mete out", [2, 4497, 12]], ["grant", [2, 4497, 13]], ["distribute", [2, 4497, 14]]]}, {"answer": "allow", "hint": "synonyms for allow", "clues": [["countenance", [2, 4498, 0]], ["grant", [2, 4498, 1]], ["tolerate", [2, 4498, 2]], ["allow for", [2, 4498, 3]], ["permit", [2, 4498, 4]], ["appropriate", [2, 4498, 5]], ["set aside", [2, 4498, 6]], ["provide", [2, 4498, 7]], ["reserve", [2, 4498, 8]], ["let", [2, 4498, 9]], ["leave", [2, 4498, 10]], ["take into account", [2, 4498, 11]], ["admit", [2, 4498, 12]], ["give up", [2, 4498, 13]], ["earmark", [2, 4498, 14]]]}, {"answer": "alter", "hint": "synonyms for alter", "clues": [["falsify", [2, 4499, 0]], ["spay", [2, 4499, 1]], ["interpolate", [2, 4499, 2]], ["change", [2, 4499, 3]], ["castrate", [2, 4499, 4]], ["modify", [2, 4499, 5]], ["vary", [2, 4499, 6]], ["neuter", [2, 4499, 7]]]}, {"answer": "altercate", "hint": "synonyms for altercate", "clues": [["quarrel", [2, 4500, 0]], ["argufy", [2, 4500, 1]], ["dispute", [2, 4500, 2]], ["scrap", [2, 4500, 3]]]}, {"answer": "amass", "hint": "synonyms for amass", "clues": [["pile up", [2, 4501, 0]], ["accumulate", [2, 4501, 1]], ["gather", [2, 4501, 2]], ["roll up", [2, 4501, 3]], ["compile", [2, 4501, 4]], ["collect", [2, 4501, 5]], ["conglomerate", [2, 4501, 6]], ["hoard", [2, 4501, 7]]]}, {"answer": "amaze", "hint": "synonyms for amaze", "clues": [["baffle", [2, 4502, 0]], ["beat", [2, 4502, 1]], ["mystify", [2, 4502, 2]], ["pose", [2, 4502, 3]], ["puzzle", [2, 4502, 4]], ["stick", [2, 4502, 5]], ["vex", [2, 4502, 6]], ["flummox", [2, 4502, 7]], ["get", [2, 4502, 8]], ["stupefy", [2, 4502, 9]], ["perplex", [2, 4502, 10]], ["gravel", [2, 4502, 11]], ["astound", [2, 4502, 12]], ["astonish", [2, 4502, 13]], ["bewilder", [2, 4502, 14]], ["dumbfound", [2, 4502, 15]], ["nonplus", [2, 4502, 16]]]}, {"answer": "ameliorate", "hint": "synonyms for ameliorate", "clues": [["meliorate", [2, 4503, 0]], ["better", [2, 4503, 1]], ["improve", [2, 4503, 2]], ["amend", [2, 4503, 3]]]}, {"answer": "amend", "hint": "synonyms for amend", "clues": [["remediate", [2, 4504, 0]], ["meliorate", [2, 4504, 1]], ["rectify", [2, 4504, 2]], ["improve", [2, 4504, 3]], ["repair", [2, 4504, 4]], ["remedy", [2, 4504, 5]], ["better", [2, 4504, 6]]]}, {"answer": "amplify", "hint": "synonyms for amplify", "clues": [["expand", [2, 4505, 0]], ["hyperbolize", [2, 4505, 1]], ["overdraw", [2, 4505, 2]], ["inflate", [2, 4505, 3]], ["magnify", [2, 4505, 4]], ["exaggerate", [2, 4505, 5]], ["overstate", [2, 4505, 6]], ["blow up", [2, 4505, 7]]]}, {"answer": "analyse", "hint": "synonyms for analyse", "clues": [["examine", [2, 4506, 0]], ["canvas", [2, 4506, 1]], ["analyze", [2, 4506, 2]], ["psychoanalyse", [2, 4506, 3]], ["break down", [2, 4506, 4]], ["dissect", [2, 4506, 5]], ["take apart", [2, 4506, 6]], ["study", [2, 4506, 7]]]}, {"answer": "analyze", "hint": "synonyms for analyze", "clues": [["psychoanalyze", [2, 4507, 0]], ["analyse", [2, 4507, 1]], ["examine", [2, 4507, 2]], ["canvas", [2, 4507, 3]], ["break down", [2, 4507, 4]], ["dissect", [2, 4507, 5]], ["take apart", [2, 4507, 6]], ["study", [2, 4507, 7]]]}, {"answer": "anathematise", "hint": "synonyms for anathematise", "clues": [["execrate", [2, 4508, 0]], ["anathematize", [2, 4508, 1]], ["anathemise", [2, 4508, 2]], ["comminate", [2, 4508, 3]], ["accurse", [2, 4508, 4]]]}, {"answer": "anathematize", "hint": "synonyms for anathematize", "clues": [["execrate", [2, 4509, 0]], ["anathematise", [2, 4509, 1]], ["anathemize", [2, 4509, 2]], ["comminate", [2, 4509, 3]], ["accurse", [2, 4509, 4]]]}, {"answer": "anathemise", "hint": "synonyms for anathemise", "clues": [["maledict", [2, 4510, 0]], ["execrate", [2, 4510, 1]], ["anathematise", [2, 4510, 2]], ["bedamn", [2, 4510, 3]], ["anathemize", [2, 4510, 4]], ["accurse", [2, 4510, 5]], ["curse", [2, 4510, 6]], ["beshrew", [2, 4510, 7]], ["damn", [2, 4510, 8]], ["imprecate", [2, 4510, 9]], ["comminate", [2, 4510, 10]]]}, {"answer": "anathemize", "hint": "synonyms for anathemize", "clues": [["anathemise", [2, 4511, 0]], ["maledict", [2, 4511, 1]], ["execrate", [2, 4511, 2]], ["anathematize", [2, 4511, 3]], ["bedamn", [2, 4511, 4]], ["accurse", [2, 4511, 5]], ["curse", [2, 4511, 6]], ["beshrew", [2, 4511, 7]], ["damn", [2, 4511, 8]], ["imprecate", [2, 4511, 9]], ["comminate", [2, 4511, 10]]]}, {"answer": "anele", "hint": "synonyms for anele", "clues": [["embrocate", [2, 4512, 0]], ["anoint", [2, 4512, 1]], ["inunct", [2, 4512, 2]], ["oil", [2, 4512, 3]]]}, {"answer": "animadvert", "hint": "synonyms for animadvert", "clues": [["opine", [2, 4513, 0]], ["speak up", [2, 4513, 1]], ["speak out", [2, 4513, 2]], ["sound off", [2, 4513, 3]]]}, {"answer": "annihilate", "hint": "synonyms for annihilate", "clues": [["wipe out", [2, 4514, 0]], ["eradicate", [2, 4514, 1]], ["carry off", [2, 4514, 2]], ["decimate", [2, 4514, 3]], ["eliminate", [2, 4514, 4]], ["extinguish", [2, 4514, 5]]]}, {"answer": "announce", "hint": "synonyms for announce", "clues": [["declare", [2, 4515, 0]], ["harbinger", [2, 4515, 1]], ["annunciate", [2, 4515, 2]], ["herald", [2, 4515, 3]], ["foretell", [2, 4515, 4]], ["denote", [2, 4515, 5]]]}, {"answer": "annoy", "hint": "synonyms for annoy", "clues": [["vex", [2, 4516, 0]], ["nettle", [2, 4516, 1]], ["chafe", [2, 4516, 2]], ["devil", [2, 4516, 3]], ["rag", [2, 4516, 4]], ["bother", [2, 4516, 5]], ["nark", [2, 4516, 6]], ["rile", [2, 4516, 7]], ["irritate", [2, 4516, 8]], ["get at", [2, 4516, 9]], ["gravel", [2, 4516, 10]], ["get to", [2, 4516, 11]]]}, {"answer": "annul", "hint": "synonyms for annul", "clues": [["repeal", [2, 4517, 0]], ["lift", [2, 4517, 1]], ["nullify", [2, 4517, 2]], ["countermand", [2, 4517, 3]], ["rescind", [2, 4517, 4]], ["reverse", [2, 4517, 5]], ["vacate", [2, 4517, 6]], ["avoid", [2, 4517, 7]], ["invalidate", [2, 4517, 8]], ["quash", [2, 4517, 9]], ["overturn", [2, 4517, 10]], ["revoke", [2, 4517, 11]]]}, {"answer": "annunciate", "hint": "synonyms for annunciate", "clues": [["foretell", [2, 4518, 0]], ["herald", [2, 4518, 1]], ["announce", [2, 4518, 2]], ["harbinger", [2, 4518, 3]]]}, {"answer": "anoint", "hint": "synonyms for anoint", "clues": [["embrocate", [2, 4519, 0]], ["anele", [2, 4519, 1]], ["oil", [2, 4519, 2]], ["inunct", [2, 4519, 3]]]}, {"answer": "antecede", "hint": "synonyms for antecede", "clues": [["precede", [2, 4520, 0]], ["forego", [2, 4520, 1]], ["antedate", [2, 4520, 2]], ["predate", [2, 4520, 3]]]}, {"answer": "antedate", "hint": "synonyms for antedate", "clues": [["precede", [2, 4521, 0]], ["antecede", [2, 4521, 1]], ["forgo", [2, 4521, 2]], ["predate", [2, 4521, 3]], ["foredate", [2, 4521, 4]]]}, {"answer": "anticipate", "hint": "synonyms for anticipate", "clues": [["expect", [2, 4522, 0]], ["previse", [2, 4522, 1]], ["call", [2, 4522, 2]], ["look to", [2, 4522, 3]], ["foresee", [2, 4522, 4]], ["predict", [2, 4522, 5]], ["foretell", [2, 4522, 6]], ["prognosticate", [2, 4522, 7]], ["foreknow", [2, 4522, 8]], ["promise", [2, 4522, 9]], ["forestall", [2, 4522, 10]], ["counter", [2, 4522, 11]], ["look for", [2, 4522, 12]], ["forebode", [2, 4522, 13]]]}, {"answer": "apologise", "hint": "synonyms for apologise", "clues": [["apologize", [2, 4523, 0]], ["excuse", [2, 4523, 1]], ["rationalise", [2, 4523, 2]], ["justify", [2, 4523, 3]]]}, {"answer": "apologize", "hint": "synonyms for apologize", "clues": [["apologise", [2, 4524, 0]], ["excuse", [2, 4524, 1]], ["rationalise", [2, 4524, 2]], ["justify", [2, 4524, 3]]]}, {"answer": "appal", "hint": "synonyms for appal", "clues": [["outrage", [2, 4525, 0]], ["horrify", [2, 4525, 1]], ["alarm", [2, 4525, 2]], ["appall", [2, 4525, 3]], ["offend", [2, 4525, 4]], ["scandalise", [2, 4525, 5]], ["shock", [2, 4525, 6]], ["dismay", [2, 4525, 7]]]}, {"answer": "appall", "hint": "synonyms for appall", "clues": [["outrage", [2, 4526, 0]], ["horrify", [2, 4526, 1]], ["appal", [2, 4526, 2]], ["alarm", [2, 4526, 3]], ["offend", [2, 4526, 4]], ["scandalise", [2, 4526, 5]], ["shock", [2, 4526, 6]], ["dismay", [2, 4526, 7]]]}, {"answer": "appear", "hint": "synonyms for appear", "clues": [["look", [2, 4527, 0]], ["come out", [2, 4527, 1]], ["seem", [2, 4527, 2]], ["come along", [2, 4527, 3]]]}, {"answer": "appease", "hint": "synonyms for appease", "clues": [["mollify", [2, 4528, 0]], ["placate", [2, 4528, 1]], ["gentle", [2, 4528, 2]], ["conciliate", [2, 4528, 3]], ["pacify", [2, 4528, 4]], ["propitiate", [2, 4528, 5]], ["gruntle", [2, 4528, 6]], ["quell", [2, 4528, 7]], ["stay", [2, 4528, 8]], ["assuage", [2, 4528, 9]], ["lenify", [2, 4528, 10]]]}, {"answer": "append", "hint": "synonyms for append", "clues": [["tack", [2, 4529, 0]], ["supply", [2, 4529, 1]], ["supplement", [2, 4529, 2]], ["tack on", [2, 4529, 3]], ["tag on", [2, 4529, 4]], ["add on", [2, 4529, 5]], ["add", [2, 4529, 6]], ["hang on", [2, 4529, 7]], ["affix", [2, 4529, 8]]]}, {"answer": "apply", "hint": "synonyms for apply", "clues": [["practice", [2, 4530, 0]], ["use", [2, 4530, 1]], ["go for", [2, 4530, 2]], ["enforce", [2, 4530, 3]], ["give", [2, 4530, 4]], ["hold", [2, 4530, 5]], ["put on", [2, 4530, 6]], ["implement", [2, 4530, 7]], ["employ", [2, 4530, 8]], ["lend oneself", [2, 4530, 9]], ["utilize", [2, 4530, 10]]]}, {"answer": "appoint", "hint": "synonyms for appoint", "clues": [["constitute", [2, 4531, 0]], ["name", [2, 4531, 1]], ["nominate", [2, 4531, 2]], ["charge", [2, 4531, 3]]]}, {"answer": "apportion", "hint": "synonyms for apportion", "clues": [["divvy up", [2, 4532, 0]], ["share", [2, 4532, 1]], ["allocate", [2, 4532, 2]], ["deal", [2, 4532, 3]], ["portion out", [2, 4532, 4]]]}, {"answer": "appraise", "hint": "synonyms for appraise", "clues": [["valuate", [2, 4533, 0]], ["survey", [2, 4533, 1]], ["measure", [2, 4533, 2]], ["assess", [2, 4533, 3]], ["value", [2, 4533, 4]]]}, {"answer": "appreciate", "hint": "synonyms for appreciate", "clues": [["take account", [2, 4534, 0]], ["apprise", [2, 4534, 1]], ["revalue", [2, 4534, 2]], ["treasure", [2, 4534, 3]], ["prize", [2, 4534, 4]], ["value", [2, 4534, 5]]]}, {"answer": "apprehend", "hint": "synonyms for apprehend", "clues": [["grasp", [2, 4535, 0]], ["comprehend", [2, 4535, 1]], ["compass", [2, 4535, 2]], ["nail", [2, 4535, 3]], ["pick up", [2, 4535, 4]], ["cop", [2, 4535, 5]], ["arrest", [2, 4535, 6]], ["nab", [2, 4535, 7]], ["collar", [2, 4535, 8]], ["quail at", [2, 4535, 9]], ["dig", [2, 4535, 10]], ["savvy", [2, 4535, 11]], ["grok", [2, 4535, 12]], ["get the picture", [2, 4535, 13]]]}, {"answer": "apprise", "hint": "synonyms for apprise", "clues": [["notify", [2, 4536, 0]], ["give notice", [2, 4536, 1]], ["appreciate", [2, 4536, 2]], ["apprize", [2, 4536, 3]], ["advise", [2, 4536, 4]], ["revalue", [2, 4536, 5]], ["send word", [2, 4536, 6]], ["instruct", [2, 4536, 7]]]}, {"answer": "apprize", "hint": "synonyms for apprize", "clues": [["notify", [2, 4537, 0]], ["give notice", [2, 4537, 1]], ["appreciate", [2, 4537, 2]], ["apprise", [2, 4537, 3]], ["advise", [2, 4537, 4]], ["revalue", [2, 4537, 5]], ["send word", [2, 4537, 6]], ["instruct", [2, 4537, 7]]]}, {"answer": "arbitrate", "hint": "synonyms for arbitrate", "clues": [["liaise", [2, 4538, 0]], ["intermediate", [2, 4538, 1]], ["mediate", [2, 4538, 2]], ["intercede", [2, 4538, 3]]]}, {"answer": "argue", "hint": "synonyms for argue", "clues": [["indicate", [2, 4539, 0]], ["contend", [2, 4539, 1]], ["fence", [2, 4539, 2]], ["reason", [2, 4539, 3]], ["debate", [2, 4539, 4]]]}, {"answer": "argufy", "hint": "synonyms for argufy", "clues": [["altercate", [2, 4540, 0]], ["dispute", [2, 4540, 1]], ["quarrel", [2, 4540, 2]], ["scrap", [2, 4540, 3]]]}, {"answer": "arise", "hint": "synonyms for arise", "clues": [["come up", [2, 4541, 0]], ["go up", [2, 4541, 1]], ["grow", [2, 4541, 2]], ["move up", [2, 4541, 3]], ["uprise", [2, 4541, 4]], ["originate", [2, 4541, 5]], ["bob up", [2, 4541, 6]], ["turn out", [2, 4541, 7]], ["get up", [2, 4541, 8]], ["rise", [2, 4541, 9]], ["rebel", [2, 4541, 10]], ["rise up", [2, 4541, 11]], ["develop", [2, 4541, 12]], ["lift", [2, 4541, 13]], ["stand up", [2, 4541, 14]], ["spring up", [2, 4541, 15]]]}, {"answer": "arouse", "hint": "synonyms for arouse", "clues": [["stir", [2, 4542, 0]], ["enkindle", [2, 4542, 1]], ["wake", [2, 4542, 2]], ["bring up", [2, 4542, 3]], ["energise", [2, 4542, 4]], ["come alive", [2, 4542, 5]], ["raise", [2, 4542, 6]], ["wake up", [2, 4542, 7]], ["rouse", [2, 4542, 8]], ["stimulate", [2, 4542, 9]], ["provoke", [2, 4542, 10]], ["awaken", [2, 4542, 11]], ["evoke", [2, 4542, 12]], ["sex", [2, 4542, 13]], ["turn on", [2, 4542, 14]], ["invoke", [2, 4542, 15]], ["call down", [2, 4542, 16]], ["excite", [2, 4542, 17]], ["wind up", [2, 4542, 18]], ["call forth", [2, 4542, 19]], ["perk up", [2, 4542, 20]], ["put forward", [2, 4542, 21]], ["brace", [2, 4542, 22]], ["fire", [2, 4542, 23]], ["conjure", [2, 4542, 24]], ["elicit", [2, 4542, 25]], ["conjure up", [2, 4542, 26]]]}, {"answer": "arrange", "hint": "synonyms for arrange", "clues": [["fix up", [2, 4543, 0]], ["do", [2, 4543, 1]], ["coiffure", [2, 4543, 2]], ["set", [2, 4543, 3]], ["set up", [2, 4543, 4]], ["coif", [2, 4543, 5]], ["stage", [2, 4543, 6]], ["format", [2, 4543, 7]], ["order", [2, 4543, 8]], ["dress", [2, 4543, 9]], ["put", [2, 4543, 10]]]}, {"answer": "arrive", "hint": "synonyms for arrive", "clues": [["go far", [2, 4544, 0]], ["make it", [2, 4544, 1]], ["get in", [2, 4544, 2]], ["come", [2, 4544, 3]], ["get", [2, 4544, 4]]]}, {"answer": "arrive_at", "hint": "synonyms for arrive at", "clues": [["gain", [2, 4545, 0]], ["make", [2, 4545, 1]], ["attain", [2, 4545, 2]], ["hit", [2, 4545, 3]], ["reach", [2, 4545, 4]]]}, {"answer": "arrogate", "hint": "synonyms for arrogate", "clues": [["take over", [2, 4546, 0]], ["usurp", [2, 4546, 1]], ["assume", [2, 4546, 2]], ["lay claim", [2, 4546, 3]], ["seize", [2, 4546, 4]], ["assign", [2, 4546, 5]], ["claim", [2, 4546, 6]]]}, {"answer": "arse_about", "hint": "synonyms for arse about", "clues": [["waste one's time", [2, 4547, 0]], ["bum about", [2, 4547, 1]], ["loll around", [2, 4547, 2]], ["fuck off", [2, 4547, 3]], ["frig around", [2, 4547, 4]], ["loaf", [2, 4547, 5]], ["bum around", [2, 4547, 6]], ["arse around", [2, 4547, 7]], ["lounge about", [2, 4547, 8]], ["lounge around", [2, 4547, 9]], ["bum", [2, 4547, 10]], ["loll", [2, 4547, 11]]]}, {"answer": "arse_around", "hint": "synonyms for arse around", "clues": [["waste one's time", [2, 4548, 0]], ["bum about", [2, 4548, 1]], ["fool around", [2, 4548, 2]], ["loll around", [2, 4548, 3]], ["fuck off", [2, 4548, 4]], ["horse around", [2, 4548, 5]], ["frig around", [2, 4548, 6]], ["loaf", [2, 4548, 7]], ["bum around", [2, 4548, 8]], ["lounge about", [2, 4548, 9]], ["arse about", [2, 4548, 10]], ["bum", [2, 4548, 11]], ["lounge around", [2, 4548, 12]], ["loll", [2, 4548, 13]], ["fool", [2, 4548, 14]]]}, {"answer": "ascend", "hint": "synonyms for ascend", "clues": [["move up", [2, 4549, 0]], ["go up", [2, 4549, 1]], ["rise", [2, 4549, 2]], ["climb up", [2, 4549, 3]], ["come up", [2, 4549, 4]], ["uprise", [2, 4549, 5]]]}, {"answer": "ascertain", "hint": "synonyms for ascertain", "clues": [["check", [2, 4550, 0]], ["assure", [2, 4550, 1]], ["ensure", [2, 4550, 2]], ["see", [2, 4550, 3]], ["find out", [2, 4550, 4]], ["insure", [2, 4550, 5]], ["find", [2, 4550, 6]], ["determine", [2, 4550, 7]], ["learn", [2, 4550, 8]], ["see to it", [2, 4550, 9]], ["watch", [2, 4550, 10]], ["control", [2, 4550, 11]]]}, {"answer": "ask", "hint": "synonyms for ask", "clues": [["involve", [2, 4551, 0]], ["require", [2, 4551, 1]], ["inquire", [2, 4551, 2]], ["expect", [2, 4551, 3]], ["need", [2, 4551, 4]], ["demand", [2, 4551, 5]], ["postulate", [2, 4551, 6]], ["necessitate", [2, 4551, 7]], ["call for", [2, 4551, 8]], ["take", [2, 4551, 9]]]}, {"answer": "asperse", "hint": "synonyms for asperse", "clues": [["sully", [2, 4552, 0]], ["denigrate", [2, 4552, 1]], ["calumniate", [2, 4552, 2]], ["defame", [2, 4552, 3]], ["smirch", [2, 4552, 4]], ["smear", [2, 4552, 5]], ["slander", [2, 4552, 6]]]}, {"answer": "asphyxiate", "hint": "synonyms for asphyxiate", "clues": [["suffocate", [2, 4553, 0]], ["stifle", [2, 4553, 1]], ["choke", [2, 4553, 2]], ["smother", [2, 4553, 3]]]}, {"answer": "assail", "hint": "synonyms for assail", "clues": [["attack", [2, 4554, 0]], ["assault", [2, 4554, 1]], ["round", [2, 4554, 2]], ["snipe", [2, 4554, 3]], ["lash out", [2, 4554, 4]], ["set on", [2, 4554, 5]]]}, {"answer": "assemble", "hint": "synonyms for assemble", "clues": [["meet", [2, 4555, 0]], ["forgather", [2, 4555, 1]], ["set up", [2, 4555, 2]], ["get together", [2, 4555, 3]], ["gather", [2, 4555, 4]], ["put together", [2, 4555, 5]], ["tack", [2, 4555, 6]], ["piece", [2, 4555, 7]], ["tack together", [2, 4555, 8]]]}, {"answer": "assert", "hint": "synonyms for assert", "clues": [["affirm", [2, 4556, 0]], ["insist", [2, 4556, 1]], ["swan", [2, 4556, 2]], ["verify", [2, 4556, 3]], ["asseverate", [2, 4556, 4]], ["avow", [2, 4556, 5]], ["maintain", [2, 4556, 6]], ["aver", [2, 4556, 7]], ["put forward", [2, 4556, 8]], ["swear", [2, 4556, 9]]]}, {"answer": "assess", "hint": "synonyms for assess", "clues": [["valuate", [2, 4557, 0]], ["measure", [2, 4557, 1]], ["tax", [2, 4557, 2]], ["appraise", [2, 4557, 3]], ["value", [2, 4557, 4]]]}, {"answer": "assign", "hint": "synonyms for assign", "clues": [["set apart", [2, 4558, 0]], ["ascribe", [2, 4558, 1]], ["depute", [2, 4558, 2]], ["arrogate", [2, 4558, 3]], ["specify", [2, 4558, 4]], ["impute", [2, 4558, 5]], ["portion", [2, 4558, 6]], ["delegate", [2, 4558, 7]], ["designate", [2, 4558, 8]], ["put", [2, 4558, 9]], ["allot", [2, 4558, 10]], ["attribute", [2, 4558, 11]]]}, {"answer": "assimilate", "hint": "synonyms for assimilate", "clues": [["take in", [2, 4559, 0]], ["imbibe", [2, 4559, 1]], ["ingest", [2, 4559, 2]], ["absorb", [2, 4559, 3]]]}, {"answer": "assoil", "hint": "synonyms for assoil", "clues": [["exculpate", [2, 4560, 0]], ["acquit", [2, 4560, 1]], ["exonerate", [2, 4560, 2]], ["clear", [2, 4560, 3]], ["discharge", [2, 4560, 4]]]}, {"answer": "assort", "hint": "synonyms for assort", "clues": [["associate", [2, 4561, 0]], ["sort out", [2, 4561, 1]], ["separate", [2, 4561, 2]], ["classify", [2, 4561, 3]], ["sort", [2, 4561, 4]], ["affiliate", [2, 4561, 5]], ["consort", [2, 4561, 6]], ["class", [2, 4561, 7]]]}, {"answer": "assuage", "hint": "synonyms for assuage", "clues": [["mollify", [2, 4562, 0]], ["placate", [2, 4562, 1]], ["appease", [2, 4562, 2]], ["slake", [2, 4562, 3]], ["gentle", [2, 4562, 4]], ["conciliate", [2, 4562, 5]], ["pacify", [2, 4562, 6]], ["relieve", [2, 4562, 7]], ["quench", [2, 4562, 8]], ["gruntle", [2, 4562, 9]], ["allay", [2, 4562, 10]], ["palliate", [2, 4562, 11]], ["alleviate", [2, 4562, 12]], ["lenify", [2, 4562, 13]]]}, {"answer": "assume", "hint": "synonyms for assume", "clues": [["don", [2, 4563, 0]], ["take", [2, 4563, 1]], ["bear", [2, 4563, 2]], ["adopt", [2, 4563, 3]], ["acquire", [2, 4563, 4]], ["take on", [2, 4563, 5]], ["simulate", [2, 4563, 6]], ["feign", [2, 4563, 7]], ["take for granted", [2, 4563, 8]], ["wear", [2, 4563, 9]], ["get into", [2, 4563, 10]], ["take over", [2, 4563, 11]], ["strike", [2, 4563, 12]], ["take up", [2, 4563, 13]], ["accept", [2, 4563, 14]], ["arrogate", [2, 4563, 15]], ["presume", [2, 4563, 16]], ["sham", [2, 4563, 17]], ["put on", [2, 4563, 18]], ["usurp", [2, 4563, 19]], ["seize", [2, 4563, 20]]]}, {"answer": "assure", "hint": "synonyms for assure", "clues": [["ascertain", [2, 4564, 0]], ["ensure", [2, 4564, 1]], ["see", [2, 4564, 2]], ["reassure", [2, 4564, 3]], ["guarantee", [2, 4564, 4]], ["insure", [2, 4564, 5]], ["promise", [2, 4564, 6]], ["tell", [2, 4564, 7]], ["check", [2, 4564, 8]], ["secure", [2, 4564, 9]], ["see to it", [2, 4564, 10]], ["control", [2, 4564, 11]]]}, {"answer": "attach", "hint": "synonyms for attach", "clues": [["seize", [2, 4565, 0]], ["impound", [2, 4565, 1]], ["tie", [2, 4565, 2]], ["bond", [2, 4565, 3]], ["bind", [2, 4565, 4]], ["confiscate", [2, 4565, 5]], ["sequester", [2, 4565, 6]]]}, {"answer": "attach_to", "hint": "synonyms for attach to", "clues": [["accompany", [2, 4566, 0]], ["inhere in", [2, 4566, 1]], ["come with", [2, 4566, 2]], ["go with", [2, 4566, 3]]]}, {"answer": "attain", "hint": "synonyms for attain", "clues": [["chance upon", [2, 4567, 0]], ["fall upon", [2, 4567, 1]], ["achieve", [2, 4567, 2]], ["gain", [2, 4567, 3]], ["make", [2, 4567, 4]], ["reach", [2, 4567, 5]], ["come across", [2, 4567, 6]], ["come upon", [2, 4567, 7]], ["happen upon", [2, 4567, 8]], ["discover", [2, 4567, 9]], ["hit", [2, 4567, 10]], ["accomplish", [2, 4567, 11]], ["light upon", [2, 4567, 12]], ["arrive at", [2, 4567, 13]], ["strike", [2, 4567, 14]]]}, {"answer": "attend", "hint": "synonyms for attend", "clues": [["look", [2, 4568, 0]], ["hang", [2, 4568, 1]], ["assist", [2, 4568, 2]], ["serve", [2, 4568, 3]], ["attend to", [2, 4568, 4]], ["pay heed", [2, 4568, 5]], ["advert", [2, 4568, 6]], ["take care", [2, 4568, 7]], ["go to", [2, 4568, 8]], ["give ear", [2, 4568, 9]], ["wait on", [2, 4568, 10]], ["see", [2, 4568, 11]]]}, {"answer": "attend_to", "hint": "synonyms for attend to", "clues": [["take to heart", [2, 4569, 0]], ["attend", [2, 4569, 1]], ["serve", [2, 4569, 2]], ["wait on", [2, 4569, 3]], ["assist", [2, 4569, 4]]]}, {"answer": "attest", "hint": "synonyms for attest", "clues": [["manifest", [2, 4570, 0]], ["certify", [2, 4570, 1]], ["evidence", [2, 4570, 2]], ["demonstrate", [2, 4570, 3]], ["bear witness", [2, 4570, 4]], ["take the stand", [2, 4570, 5]], ["testify", [2, 4570, 6]]]}, {"answer": "attract", "hint": "synonyms for attract", "clues": [["pull in", [2, 4571, 0]], ["appeal", [2, 4571, 1]], ["pull", [2, 4571, 2]], ["draw in", [2, 4571, 3]], ["draw", [2, 4571, 4]]]}, {"answer": "auspicate", "hint": "synonyms for auspicate", "clues": [["prognosticate", [2, 4572, 0]], ["presage", [2, 4572, 1]], ["forecast", [2, 4572, 2]], ["foreshadow", [2, 4572, 3]], ["omen", [2, 4572, 4]], ["portend", [2, 4572, 5]], ["augur", [2, 4572, 6]], ["predict", [2, 4572, 7]], ["betoken", [2, 4572, 8]], ["foretell", [2, 4572, 9]], ["prefigure", [2, 4572, 10]], ["bode", [2, 4572, 11]]]}, {"answer": "authorise", "hint": "synonyms for authorise", "clues": [["clear", [2, 4573, 0]], ["pass", [2, 4573, 1]], ["authorize", [2, 4573, 2]], ["empower", [2, 4573, 3]]]}, {"answer": "authorize", "hint": "synonyms for authorize", "clues": [["clear", [2, 4574, 0]], ["pass", [2, 4574, 1]], ["empower", [2, 4574, 2]], ["authorise", [2, 4574, 3]]]}, {"answer": "aver", "hint": "synonyms for aver", "clues": [["affirm", [2, 4575, 0]], ["allege", [2, 4575, 1]], ["swan", [2, 4575, 2]], ["verify", [2, 4575, 3]], ["avow", [2, 4575, 4]], ["assert", [2, 4575, 5]], ["say", [2, 4575, 6]], ["swear", [2, 4575, 7]]]}, {"answer": "avert", "hint": "synonyms for avert", "clues": [["ward off", [2, 4576, 0]], ["avoid", [2, 4576, 1]], ["obviate", [2, 4576, 2]], ["forefend", [2, 4576, 3]], ["head off", [2, 4576, 4]], ["stave off", [2, 4576, 5]], ["turn away", [2, 4576, 6]], ["fend off", [2, 4576, 7]], ["deflect", [2, 4576, 8]], ["debar", [2, 4576, 9]]]}, {"answer": "avoid", "hint": "synonyms for avoid", "clues": [["nullify", [2, 4577, 0]], ["ward off", [2, 4577, 1]], ["obviate", [2, 4577, 2]], ["annul", [2, 4577, 3]], ["void", [2, 4577, 4]], ["forefend", [2, 4577, 5]], ["avert", [2, 4577, 6]], ["head off", [2, 4577, 7]], ["stave off", [2, 4577, 8]], ["deflect", [2, 4577, 9]], ["fend off", [2, 4577, 10]], ["invalidate", [2, 4577, 11]], ["quash", [2, 4577, 12]], ["debar", [2, 4577, 13]], ["keep off", [2, 4577, 14]]]}, {"answer": "avow", "hint": "synonyms for avow", "clues": [["affirm", [2, 4578, 0]], ["assert", [2, 4578, 1]], ["avouch", [2, 4578, 2]], ["aver", [2, 4578, 3]], ["swan", [2, 4578, 4]], ["verify", [2, 4578, 5]], ["swear", [2, 4578, 6]]]}, {"answer": "awaken", "hint": "synonyms for awaken", "clues": [["awake", [2, 4579, 0]], ["waken", [2, 4579, 1]], ["wake up", [2, 4579, 2]], ["arouse", [2, 4579, 3]], ["come alive", [2, 4579, 4]]]}, {"answer": "babble_out", "hint": "synonyms for babble out", "clues": [["blab", [2, 4580, 0]], ["tattle", [2, 4580, 1]], ["talk", [2, 4580, 2]], ["peach", [2, 4580, 3]], ["let the cat out of the bag", [2, 4580, 4]], ["sing", [2, 4580, 5]], ["spill the beans", [2, 4580, 6]], ["blab out", [2, 4580, 7]], ["babble", [2, 4580, 8]]]}, {"answer": "back_away", "hint": "synonyms for back away", "clues": [["crawfish", [2, 4581, 0]], ["pull back", [2, 4581, 1]], ["withdraw", [2, 4581, 2]], ["back out", [2, 4581, 3]], ["pull in one's horns", [2, 4581, 4]], ["crawfish out", [2, 4581, 5]], ["retreat", [2, 4581, 6]]]}, {"answer": "back_down", "hint": "synonyms for back down", "clues": [["pull out", [2, 4582, 0]], ["chicken out", [2, 4582, 1]], ["bow out", [2, 4582, 2]], ["back off", [2, 4582, 3]], ["back up", [2, 4582, 4]]]}, {"answer": "back_off", "hint": "synonyms for back off", "clues": [["back down", [2, 4583, 0]], ["chicken out", [2, 4583, 1]], ["bow out", [2, 4583, 2]], ["pull out", [2, 4583, 3]], ["back up", [2, 4583, 4]]]}, {"answer": "back_out", "hint": "synonyms for back out", "clues": [["back away", [2, 4584, 0]], ["crawfish", [2, 4584, 1]], ["pull back", [2, 4584, 2]], ["withdraw", [2, 4584, 3]], ["pull in one's horns", [2, 4584, 4]], ["crawfish out", [2, 4584, 5]], ["retreat", [2, 4584, 6]]]}, {"answer": "back_up", "hint": "synonyms for back up", "clues": [["back down", [2, 4585, 0]], ["back off", [2, 4585, 1]], ["back", [2, 4585, 2]], ["clog", [2, 4585, 3]], ["choke off", [2, 4585, 4]], ["support", [2, 4585, 5]], ["foul", [2, 4585, 6]], ["clog up", [2, 4585, 7]], ["congest", [2, 4585, 8]], ["choke", [2, 4585, 9]]]}, {"answer": "ball_over", "hint": "synonyms for ball over", "clues": [["floor", [2, 4586, 0]], ["take aback", [2, 4586, 1]], ["shock", [2, 4586, 2]], ["blow out of the water", [2, 4586, 3]]]}, {"answer": "ball_up", "hint": "synonyms for ball up", "clues": [["bodge", [2, 4587, 0]], ["bungle", [2, 4587, 1]], ["fumble", [2, 4587, 2]], ["blow", [2, 4587, 3]], ["muck up", [2, 4587, 4]], ["bollix up", [2, 4587, 5]], ["bobble", [2, 4587, 6]], ["fluff", [2, 4587, 7]], ["screw up", [2, 4587, 8]], ["botch up", [2, 4587, 9]], ["foul up", [2, 4587, 10]], ["bollix", [2, 4587, 11]], ["spoil", [2, 4587, 12]], ["bumble", [2, 4587, 13]], ["mess up", [2, 4587, 14]], ["flub", [2, 4587, 15]], ["bollocks up", [2, 4587, 16]], ["louse up", [2, 4587, 17]], ["bollocks", [2, 4587, 18]], ["mishandle", [2, 4587, 19]], ["muff", [2, 4587, 20]], ["botch", [2, 4587, 21]]]}, {"answer": "ballyrag", "hint": "synonyms for ballyrag", "clues": [["push around", [2, 4588, 0]], ["boss around", [2, 4588, 1]], ["bullyrag", [2, 4588, 2]], ["hector", [2, 4588, 3]], ["strong-arm", [2, 4588, 4]], ["bully", [2, 4588, 5]], ["browbeat", [2, 4588, 6]]]}, {"answer": "bamboozle", "hint": "synonyms for bamboozle", "clues": [["lead by the nose", [2, 4589, 0]], ["snow", [2, 4589, 1]], ["play false", [2, 4589, 2]], ["pull the wool over someone's eyes", [2, 4589, 3]], ["hoodwink", [2, 4589, 4]]]}, {"answer": "bang_up", "hint": "synonyms for bang up", "clues": [["smash up", [2, 4590, 0]], ["prang up", [2, 4590, 1]], ["smash", [2, 4590, 2]], ["knock up", [2, 4590, 3]], ["impregnate", [2, 4590, 4]]]}, {"answer": "banish", "hint": "synonyms for banish", "clues": [["shun", [2, 4591, 0]], ["ban", [2, 4591, 1]], ["relegate", [2, 4591, 2]], ["ostracize", [2, 4591, 3]], ["blackball", [2, 4591, 4]], ["cast out", [2, 4591, 5]], ["bar", [2, 4591, 6]]]}, {"answer": "barge_in", "hint": "synonyms for barge in", "clues": [["gate-crash", [2, 4592, 0]], ["put in", [2, 4592, 1]], ["chisel in", [2, 4592, 2]], ["chime in", [2, 4592, 3]], ["break in", [2, 4592, 4]], ["butt in", [2, 4592, 5]], ["crash", [2, 4592, 6]], ["cut in", [2, 4592, 7]]]}, {"answer": "bawl_out", "hint": "synonyms for bawl out", "clues": [["dress down", [2, 4593, 0]], ["trounce", [2, 4593, 1]], ["call down", [2, 4593, 2]], ["lambaste", [2, 4593, 3]], ["lecture", [2, 4593, 4]], ["rag", [2, 4593, 5]], ["chew up", [2, 4593, 6]], ["scold", [2, 4593, 7]], ["jaw", [2, 4593, 8]], ["reprimand", [2, 4593, 9]], ["rebuke", [2, 4593, 10]], ["berate", [2, 4593, 11]], ["have words", [2, 4593, 12]], ["chew out", [2, 4593, 13]], ["remonstrate", [2, 4593, 14]], ["call on the carpet", [2, 4593, 15]], ["chide", [2, 4593, 16]], ["reproof", [2, 4593, 17]], ["take to task", [2, 4593, 18]]]}, {"answer": "be_amiss", "hint": "synonyms for be amiss", "clues": [["misinterpret", [2, 4594, 0]], ["misapprehend", [2, 4594, 1]], ["misconceive", [2, 4594, 2]], ["misunderstand", [2, 4594, 3]], ["misconstrue", [2, 4594, 4]]]}, {"answer": "be_given", "hint": "synonyms for be given", "clues": [["lean", [2, 4595, 0]], ["run", [2, 4595, 1]], ["incline", [2, 4595, 2]], ["tend", [2, 4595, 3]]]}, {"answer": "be_intimate", "hint": "synonyms for be intimate", "clues": [["hump", [2, 4596, 0]], ["jazz", [2, 4596, 1]], ["eff", [2, 4596, 2]], ["do it", [2, 4596, 3]], ["bed", [2, 4596, 4]], ["lie with", [2, 4596, 5]], ["sleep with", [2, 4596, 6]], ["fuck", [2, 4596, 7]], ["make love", [2, 4596, 8]], ["get it on", [2, 4596, 9]], ["roll in the hay", [2, 4596, 10]], ["know", [2, 4596, 11]], ["bang", [2, 4596, 12]], ["love", [2, 4596, 13]], ["have sex", [2, 4596, 14]], ["bonk", [2, 4596, 15]], ["have it off", [2, 4596, 16]], ["get laid", [2, 4596, 17]], ["have a go at it", [2, 4596, 18]], ["have it away", [2, 4596, 19]], ["make out", [2, 4596, 20]], ["have intercourse", [2, 4596, 21]], ["sleep together", [2, 4596, 22]], ["screw", [2, 4596, 23]]]}, {"answer": "be_on_the_ball", "hint": "synonyms for be on the ball", "clues": [["know what's what", [2, 4597, 0]], ["know the score", [2, 4597, 1]], ["know what's going on", [2, 4597, 2]], ["be with it", [2, 4597, 3]]]}, {"answer": "be_quiet", "hint": "synonyms for be quiet", "clues": [["button up", [2, 4598, 0]], ["belt up", [2, 4598, 1]], ["close up", [2, 4598, 2]], ["shut up", [2, 4598, 3]], ["keep mum", [2, 4598, 4]], ["dummy up", [2, 4598, 5]], ["clam up", [2, 4598, 6]]]}, {"answer": "be_sick", "hint": "synonyms for be sick", "clues": [["spue", [2, 4599, 0]], ["purge", [2, 4599, 1]], ["regorge", [2, 4599, 2]], ["retch", [2, 4599, 3]], ["vomit up", [2, 4599, 4]], ["upchuck", [2, 4599, 5]], ["disgorge", [2, 4599, 6]], ["puke", [2, 4599, 7]], ["honk", [2, 4599, 8]], ["sick", [2, 4599, 9]], ["cast", [2, 4599, 10]], ["regurgitate", [2, 4599, 11]], ["vomit", [2, 4599, 12]], ["spew", [2, 4599, 13]], ["chuck", [2, 4599, 14]], ["throw up", [2, 4599, 15]], ["barf", [2, 4599, 16]]]}, {"answer": "be_with_it", "hint": "synonyms for be with it", "clues": [["be on the ball", [2, 4600, 0]], ["know what's what", [2, 4600, 1]], ["know what's going on", [2, 4600, 2]], ["know the score", [2, 4600, 3]]]}, {"answer": "bear_away", "hint": "synonyms for bear away", "clues": [["take away", [2, 4601, 0]], ["bear off", [2, 4601, 1]], ["carry off", [2, 4601, 2]], ["carry away", [2, 4601, 3]]]}, {"answer": "bear_down", "hint": "synonyms for bear down", "clues": [["drag down", [2, 4602, 0]], ["weigh down", [2, 4602, 1]], ["charge", [2, 4602, 2]], ["overbear", [2, 4602, 3]], ["bear down on", [2, 4602, 4]], ["press down on", [2, 4602, 5]]]}, {"answer": "bear_down_on", "hint": "synonyms for bear down on", "clues": [["drag down", [2, 4603, 0]], ["weigh down", [2, 4603, 1]], ["bear down upon", [2, 4603, 2]], ["bear down", [2, 4603, 3]], ["press down on", [2, 4603, 4]]]}, {"answer": "bear_off", "hint": "synonyms for bear off", "clues": [["carry off", [2, 4604, 0]], ["take away", [2, 4604, 1]], ["bear away", [2, 4604, 2]], ["carry away", [2, 4604, 3]]]}, {"answer": "bear_on", "hint": "synonyms for bear on", "clues": [["push", [2, 4605, 0]], ["come to", [2, 4605, 1]], ["have-to doe with", [2, 4605, 2]], ["relate", [2, 4605, 3]], ["touch on", [2, 4605, 4]], ["touch", [2, 4605, 5]], ["uphold", [2, 4605, 6]], ["carry on", [2, 4605, 7]], ["pertain", [2, 4605, 8]], ["bear upon", [2, 4605, 9]], ["concern", [2, 4605, 10]], ["preserve", [2, 4605, 11]], ["impact", [2, 4605, 12]], ["affect", [2, 4605, 13]], ["continue", [2, 4605, 14]], ["refer", [2, 4605, 15]]]}, {"answer": "bear_upon", "hint": "synonyms for bear upon", "clues": [["bear on", [2, 4606, 0]], ["impact", [2, 4606, 1]], ["touch", [2, 4606, 2]], ["touch on", [2, 4606, 3]], ["affect", [2, 4606, 4]]]}, {"answer": "bear_witness", "hint": "synonyms for bear witness", "clues": [["evidence", [2, 4607, 0]], ["prove", [2, 4607, 1]], ["testify", [2, 4607, 2]], ["show", [2, 4607, 3]], ["take the stand", [2, 4607, 4]], ["attest", [2, 4607, 5]]]}, {"answer": "beat_around_the_bush", "hint": "synonyms for beat around the bush", "clues": [["equivocate", [2, 4608, 0]], ["tergiversate", [2, 4608, 1]], ["prevaricate", [2, 4608, 2]], ["palter", [2, 4608, 3]]]}, {"answer": "beat_back", "hint": "synonyms for beat back", "clues": [["drive", [2, 4609, 0]], ["repel", [2, 4609, 1]], ["push back", [2, 4609, 2]], ["force back", [2, 4609, 3]], ["repulse", [2, 4609, 4]]]}, {"answer": "beat_out", "hint": "synonyms for beat out", "clues": [["crush", [2, 4610, 0]], ["vanquish", [2, 4610, 1]], ["beat", [2, 4610, 2]], ["tap out", [2, 4610, 3]], ["thump out", [2, 4610, 4]], ["trounce", [2, 4610, 5]], ["shell", [2, 4610, 6]]]}, {"answer": "beat_up", "hint": "synonyms for beat up", "clues": [["beat", [2, 4611, 0]], ["work over", [2, 4611, 1]], ["rally", [2, 4611, 2]], ["drum up", [2, 4611, 3]]]}, {"answer": "beatify", "hint": "synonyms for beatify", "clues": [["thrill", [2, 4612, 0]], ["tickle pink", [2, 4612, 1]], ["exhilarate", [2, 4612, 2]], ["inebriate", [2, 4612, 3]], ["exalt", [2, 4612, 4]]]}, {"answer": "beautify", "hint": "synonyms for beautify", "clues": [["decorate", [2, 4613, 0]], ["prettify", [2, 4613, 1]], ["fancify", [2, 4613, 2]], ["adorn", [2, 4613, 3]], ["ornament", [2, 4613, 4]], ["embellish", [2, 4613, 5]], ["grace", [2, 4613, 6]], ["deck", [2, 4613, 7]]]}, {"answer": "becharm", "hint": "synonyms for becharm", "clues": [["catch", [2, 4614, 0]], ["bewitch", [2, 4614, 1]], ["enamour", [2, 4614, 2]], ["fascinate", [2, 4614, 3]], ["charm", [2, 4614, 4]], ["captivate", [2, 4614, 5]], ["trance", [2, 4614, 6]], ["beguile", [2, 4614, 7]], ["enchant", [2, 4614, 8]], ["capture", [2, 4614, 9]]]}, {"answer": "becloud", "hint": "synonyms for becloud", "clues": [["haze over", [2, 4615, 0]], ["mist", [2, 4615, 1]], ["obscure", [2, 4615, 2]], ["obnubilate", [2, 4615, 3]], ["fog", [2, 4615, 4]], ["cloud", [2, 4615, 5]], ["befog", [2, 4615, 6]]]}, {"answer": "become", "hint": "synonyms for become", "clues": [["get", [2, 4616, 0]], ["turn", [2, 4616, 1]], ["suit", [2, 4616, 2]], ["go", [2, 4616, 3]]]}, {"answer": "bedamn", "hint": "synonyms for bedamn", "clues": [["curse", [2, 4617, 0]], ["beshrew", [2, 4617, 1]], ["damn", [2, 4617, 2]], ["imprecate", [2, 4617, 3]], ["maledict", [2, 4617, 4]], ["anathemize", [2, 4617, 5]]]}, {"answer": "bedevil", "hint": "synonyms for bedevil", "clues": [["frustrate", [2, 4618, 0]], ["discombobulate", [2, 4618, 1]], ["fox", [2, 4618, 2]], ["confound", [2, 4618, 3]], ["dun", [2, 4618, 4]], ["fuddle", [2, 4618, 5]], ["throw", [2, 4618, 6]], ["torment", [2, 4618, 7]], ["rag", [2, 4618, 8]], ["confuse", [2, 4618, 9]], ["crucify", [2, 4618, 10]]]}, {"answer": "beetle_off", "hint": "synonyms for beetle off", "clues": [["bolt out", [2, 4619, 0]], ["run out", [2, 4619, 1]], ["bolt", [2, 4619, 2]], ["run off", [2, 4619, 3]]]}, {"answer": "befog", "hint": "synonyms for befog", "clues": [["haze over", [2, 4620, 0]], ["becloud", [2, 4620, 1]], ["mist", [2, 4620, 2]], ["obscure", [2, 4620, 3]], ["obnubilate", [2, 4620, 4]], ["fog", [2, 4620, 5]], ["cloud", [2, 4620, 6]]]}, {"answer": "befool", "hint": "synonyms for befool", "clues": [["gull", [2, 4621, 0]], ["put one over", [2, 4621, 1]], ["cod", [2, 4621, 2]], ["put on", [2, 4621, 3]], ["fool", [2, 4621, 4]], ["slang", [2, 4621, 5]], ["take in", [2, 4621, 6]], ["put one across", [2, 4621, 7]], ["dupe", [2, 4621, 8]]]}, {"answer": "befuddle", "hint": "synonyms for befuddle", "clues": [["discombobulate", [2, 4622, 0]], ["confound", [2, 4622, 1]], ["throw", [2, 4622, 2]], ["fuddle", [2, 4622, 3]], ["confuse", [2, 4622, 4]], ["fox", [2, 4622, 5]], ["bedevil", [2, 4622, 6]]]}, {"answer": "beg", "hint": "synonyms for beg", "clues": [["solicit", [2, 4623, 0]], ["pray", [2, 4623, 1]], ["implore", [2, 4623, 2]], ["tap", [2, 4623, 3]]]}, {"answer": "beget", "hint": "synonyms for beget", "clues": [["father", [2, 4624, 0]], ["sire", [2, 4624, 1]], ["engender", [2, 4624, 2]], ["bring forth", [2, 4624, 3]], ["generate", [2, 4624, 4]], ["get", [2, 4624, 5]], ["mother", [2, 4624, 6]]]}, {"answer": "begrime", "hint": "synonyms for begrime", "clues": [["colly", [2, 4625, 0]], ["dirty", [2, 4625, 1]], ["soil", [2, 4625, 2]], ["grime", [2, 4625, 3]], ["bemire", [2, 4625, 4]]]}, {"answer": "beguile", "hint": "synonyms for beguile", "clues": [["catch", [2, 4626, 0]], ["juggle", [2, 4626, 1]], ["bewitch", [2, 4626, 2]], ["enamour", [2, 4626, 3]], ["fascinate", [2, 4626, 4]], ["captivate", [2, 4626, 5]], ["trance", [2, 4626, 6]], ["enchant", [2, 4626, 7]], ["capture", [2, 4626, 8]], ["hoodwink", [2, 4626, 9]], ["charm", [2, 4626, 10]], ["becharm", [2, 4626, 11]]]}, {"answer": "behave", "hint": "synonyms for behave", "clues": [["deport", [2, 4627, 0]], ["comport", [2, 4627, 1]], ["do", [2, 4627, 2]], ["act", [2, 4627, 3]], ["acquit", [2, 4627, 4]], ["carry", [2, 4627, 5]], ["conduct", [2, 4627, 6]], ["bear", [2, 4627, 7]]]}, {"answer": "beleaguer", "hint": "synonyms for beleaguer", "clues": [["circumvent", [2, 4628, 0]], ["badger", [2, 4628, 1]], ["tease", [2, 4628, 2]], ["hem in", [2, 4628, 3]], ["surround", [2, 4628, 4]], ["pester", [2, 4628, 5]], ["bug", [2, 4628, 6]], ["besiege", [2, 4628, 7]]]}, {"answer": "believe", "hint": "synonyms for believe", "clues": [["think", [2, 4629, 0]], ["conceive", [2, 4629, 1]], ["trust", [2, 4629, 2]], ["consider", [2, 4629, 3]]]}, {"answer": "belittle", "hint": "synonyms for belittle", "clues": [["diminish", [2, 4630, 0]], ["pick at", [2, 4630, 1]], ["disparage", [2, 4630, 2]], ["derogate", [2, 4630, 3]], ["minimize", [2, 4630, 4]], ["denigrate", [2, 4630, 5]]]}, {"answer": "belt_along", "hint": "synonyms for belt along", "clues": [["rush", [2, 4631, 0]], ["pelt along", [2, 4631, 1]], ["hotfoot", [2, 4631, 2]], ["speed", [2, 4631, 3]], ["rush along", [2, 4631, 4]], ["hie", [2, 4631, 5]], ["race", [2, 4631, 6]], ["bucket along", [2, 4631, 7]], ["step on it", [2, 4631, 8]], ["hasten", [2, 4631, 9]], ["cannonball along", [2, 4631, 10]]]}, {"answer": "belt_down", "hint": "synonyms for belt down", "clues": [["toss off", [2, 4632, 0]], ["kill", [2, 4632, 1]], ["drink down", [2, 4632, 2]], ["bolt down", [2, 4632, 3]], ["pop", [2, 4632, 4]], ["down", [2, 4632, 5]], ["pour down", [2, 4632, 6]]]}, {"answer": "belt_up", "hint": "synonyms for belt up", "clues": [["button up", [2, 4633, 0]], ["close up", [2, 4633, 1]], ["shut up", [2, 4633, 2]], ["keep mum", [2, 4633, 3]], ["be quiet", [2, 4633, 4]], ["dummy up", [2, 4633, 5]], ["clam up", [2, 4633, 6]]]}, {"answer": "bemire", "hint": "synonyms for bemire", "clues": [["colly", [2, 4634, 0]], ["dirty", [2, 4634, 1]], ["soil", [2, 4634, 2]], ["grime", [2, 4634, 3]], ["begrime", [2, 4634, 4]]]}, {"answer": "berate", "hint": "synonyms for berate", "clues": [["dress down", [2, 4635, 0]], ["trounce", [2, 4635, 1]], ["call down", [2, 4635, 2]], ["lambaste", [2, 4635, 3]], ["lecture", [2, 4635, 4]], ["rag", [2, 4635, 5]], ["chew up", [2, 4635, 6]], ["scold", [2, 4635, 7]], ["bawl out", [2, 4635, 8]], ["jaw", [2, 4635, 9]], ["reprimand", [2, 4635, 10]], ["rebuke", [2, 4635, 11]], ["have words", [2, 4635, 12]], ["chew out", [2, 4635, 13]], ["remonstrate", [2, 4635, 14]], ["call on the carpet", [2, 4635, 15]], ["chide", [2, 4635, 16]], ["reproof", [2, 4635, 17]], ["take to task", [2, 4635, 18]]]}, {"answer": "beseech", "hint": "synonyms for beseech", "clues": [["press", [2, 4636, 0]], ["bid", [2, 4636, 1]], ["conjure", [2, 4636, 2]], ["entreat", [2, 4636, 3]], ["adjure", [2, 4636, 4]]]}, {"answer": "beset", "hint": "synonyms for beset", "clues": [["encrust", [2, 4637, 0]], ["hassle", [2, 4637, 1]], ["plague", [2, 4637, 2]], ["harry", [2, 4637, 3]], ["set upon", [2, 4637, 4]], ["chivvy", [2, 4637, 5]], ["chevvy", [2, 4637, 6]], ["provoke", [2, 4637, 7]], ["molest", [2, 4637, 8]], ["harass", [2, 4637, 9]]]}, {"answer": "beshrew", "hint": "synonyms for beshrew", "clues": [["curse", [2, 4638, 0]], ["damn", [2, 4638, 1]], ["imprecate", [2, 4638, 2]], ["maledict", [2, 4638, 3]], ["anathemize", [2, 4638, 4]], ["bedamn", [2, 4638, 5]]]}, {"answer": "besiege", "hint": "synonyms for besiege", "clues": [["circumvent", [2, 4639, 0]], ["surround", [2, 4639, 1]], ["beleaguer", [2, 4639, 2]], ["hem in", [2, 4639, 3]]]}, {"answer": "besmirch", "hint": "synonyms for besmirch", "clues": [["sully", [2, 4640, 0]], ["denigrate", [2, 4640, 1]], ["calumniate", [2, 4640, 2]], ["defame", [2, 4640, 3]], ["smirch", [2, 4640, 4]], ["smear", [2, 4640, 5]], ["asperse", [2, 4640, 6]], ["slander", [2, 4640, 7]]]}, {"answer": "bespeak", "hint": "synonyms for bespeak", "clues": [["request", [2, 4641, 0]], ["quest", [2, 4641, 1]], ["signal", [2, 4641, 2]], ["betoken", [2, 4641, 3]], ["indicate", [2, 4641, 4]], ["call for", [2, 4641, 5]], ["point", [2, 4641, 6]]]}, {"answer": "bestir_oneself", "hint": "synonyms for bestir oneself", "clues": [["get started", [2, 4642, 0]], ["get weaving", [2, 4642, 1]], ["get rolling", [2, 4642, 2]], ["get moving", [2, 4642, 3]], ["get cracking", [2, 4642, 4]], ["get going", [2, 4642, 5]]]}, {"answer": "bestow", "hint": "synonyms for bestow", "clues": [["impart", [2, 4643, 0]], ["lend", [2, 4643, 1]], ["add", [2, 4643, 2]], ["contribute", [2, 4643, 3]], ["bring", [2, 4643, 4]], ["confer", [2, 4643, 5]]]}, {"answer": "bestride", "hint": "synonyms for bestride", "clues": [["get on", [2, 4644, 0]], ["hop on", [2, 4644, 1]], ["climb on", [2, 4644, 2]], ["mount", [2, 4644, 3]], ["mount up", [2, 4644, 4]], ["jump on", [2, 4644, 5]]]}, {"answer": "bet_on", "hint": "synonyms for bet on", "clues": [["gage", [2, 4645, 0]], ["back", [2, 4645, 1]], ["game", [2, 4645, 2]], ["stake", [2, 4645, 3]], ["punt", [2, 4645, 4]]]}, {"answer": "betoken", "hint": "synonyms for betoken", "clues": [["presage", [2, 4646, 0]], ["auspicate", [2, 4646, 1]], ["bespeak", [2, 4646, 2]], ["foreshadow", [2, 4646, 3]], ["bode", [2, 4646, 4]], ["portend", [2, 4646, 5]], ["augur", [2, 4646, 6]], ["forecast", [2, 4646, 7]], ["omen", [2, 4646, 8]], ["indicate", [2, 4646, 9]], ["point", [2, 4646, 10]], ["predict", [2, 4646, 11]], ["foretell", [2, 4646, 12]], ["prefigure", [2, 4646, 13]], ["signal", [2, 4646, 14]], ["prognosticate", [2, 4646, 15]]]}, {"answer": "betray", "hint": "synonyms for betray", "clues": [["tell on", [2, 4647, 0]], ["deceive", [2, 4647, 1]], ["cheat on", [2, 4647, 2]], ["give away", [2, 4647, 3]], ["rat", [2, 4647, 4]], ["bewray", [2, 4647, 5]], ["sell", [2, 4647, 6]], ["cuckold", [2, 4647, 7]], ["stag", [2, 4647, 8]], ["grass", [2, 4647, 9]], ["lead astray", [2, 4647, 10]], ["snitch", [2, 4647, 11]], ["fail", [2, 4647, 12]], ["cheat", [2, 4647, 13]], ["wander", [2, 4647, 14]], ["denounce", [2, 4647, 15]], ["shop", [2, 4647, 16]], ["shit", [2, 4647, 17]]]}, {"answer": "bewilder", "hint": "synonyms for bewilder", "clues": [["flummox", [2, 4648, 0]], ["throw", [2, 4648, 1]], ["bemuse", [2, 4648, 2]], ["baffle", [2, 4648, 3]], ["amaze", [2, 4648, 4]], ["beat", [2, 4648, 5]], ["get", [2, 4648, 6]], ["discombobulate", [2, 4648, 7]], ["stupefy", [2, 4648, 8]], ["perplex", [2, 4648, 9]], ["gravel", [2, 4648, 10]], ["mystify", [2, 4648, 11]], ["pose", [2, 4648, 12]], ["puzzle", [2, 4648, 13]], ["stick", [2, 4648, 14]], ["vex", [2, 4648, 15]], ["dumbfound", [2, 4648, 16]], ["nonplus", [2, 4648, 17]]]}, {"answer": "bewitch", "hint": "synonyms for bewitch", "clues": [["catch", [2, 4649, 0]], ["fascinate", [2, 4649, 1]], ["enamor", [2, 4649, 2]], ["spellbind", [2, 4649, 3]], ["glamour", [2, 4649, 4]], ["enchant", [2, 4649, 5]], ["mesmerise", [2, 4649, 6]], ["becharm", [2, 4649, 7]], ["magnetise", [2, 4649, 8]], ["hex", [2, 4649, 9]], ["jinx", [2, 4649, 10]], ["witch", [2, 4649, 11]], ["captivate", [2, 4649, 12]], ["trance", [2, 4649, 13]], ["beguile", [2, 4649, 14]], ["capture", [2, 4649, 15]], ["charm", [2, 4649, 16]]]}, {"answer": "bilk", "hint": "synonyms for bilk", "clues": [["cross", [2, 4650, 0]], ["foil", [2, 4650, 1]], ["thwart", [2, 4650, 2]], ["spoil", [2, 4650, 3]], ["scotch", [2, 4650, 4]], ["frustrate", [2, 4650, 5]], ["queer", [2, 4650, 6]], ["evade", [2, 4650, 7]], ["baffle", [2, 4650, 8]], ["elude", [2, 4650, 9]]]}, {"answer": "birl", "hint": "synonyms for birl", "clues": [["twirl", [2, 4651, 0]], ["spin", [2, 4651, 1]], ["birle", [2, 4651, 2]], ["whirl", [2, 4651, 3]]]}, {"answer": "blab", "hint": "synonyms for blab", "clues": [["tattle", [2, 4652, 0]], ["blabber", [2, 4652, 1]], ["talk", [2, 4652, 2]], ["babble out", [2, 4652, 3]], ["peach", [2, 4652, 4]], ["let the cat out of the bag", [2, 4652, 5]], ["sing", [2, 4652, 6]], ["spill the beans", [2, 4652, 7]], ["chatter", [2, 4652, 8]], ["piffle", [2, 4652, 9]], ["twaddle", [2, 4652, 10]], ["clack", [2, 4652, 11]], ["tittle-tattle", [2, 4652, 12]], ["prate", [2, 4652, 13]], ["maunder", [2, 4652, 14]], ["blab out", [2, 4652, 15]], ["palaver", [2, 4652, 16]], ["babble", [2, 4652, 17]], ["prattle", [2, 4652, 18]], ["gabble", [2, 4652, 19]], ["gibber", [2, 4652, 20]]]}, {"answer": "blab_out", "hint": "synonyms for blab out", "clues": [["blab", [2, 4653, 0]], ["tattle", [2, 4653, 1]], ["talk", [2, 4653, 2]], ["babble out", [2, 4653, 3]], ["peach", [2, 4653, 4]], ["let the cat out of the bag", [2, 4653, 5]], ["sing", [2, 4653, 6]], ["spill the beans", [2, 4653, 7]], ["babble", [2, 4653, 8]]]}, {"answer": "blacken", "hint": "synonyms for blacken", "clues": [["sear", [2, 4654, 0]], ["char", [2, 4654, 1]], ["melanise", [2, 4654, 2]], ["scorch", [2, 4654, 3]], ["nigrify", [2, 4654, 4]], ["black", [2, 4654, 5]]]}, {"answer": "blaspheme", "hint": "synonyms for blaspheme", "clues": [["curse", [2, 4655, 0]], ["cuss", [2, 4655, 1]], ["imprecate", [2, 4655, 2]], ["swear", [2, 4655, 3]]]}, {"answer": "bleach_out", "hint": "synonyms for bleach out", "clues": [["discolourise", [2, 4656, 0]], ["decolourize", [2, 4656, 1]], ["bleach", [2, 4656, 2]], ["decolour", [2, 4656, 3]]]}, {"answer": "bleed", "hint": "synonyms for bleed", "clues": [["phlebotomise", [2, 4657, 0]], ["run", [2, 4657, 1]], ["shed blood", [2, 4657, 2]], ["hemorrhage", [2, 4657, 3]], ["leech", [2, 4657, 4]]]}, {"answer": "bless", "hint": "synonyms for bless", "clues": [["consecrate", [2, 4658, 0]], ["hallow", [2, 4658, 1]], ["sanctify", [2, 4658, 2]], ["sign", [2, 4658, 3]]]}, {"answer": "block_off", "hint": "synonyms for block off", "clues": [["stop", [2, 4659, 0]], ["shut off", [2, 4659, 1]], ["blockade", [2, 4659, 2]], ["block up", [2, 4659, 3]], ["bar", [2, 4659, 4]], ["block", [2, 4659, 5]], ["close off", [2, 4659, 6]], ["barricade", [2, 4659, 7]]]}, {"answer": "block_up", "hint": "synonyms for block up", "clues": [["blockade", [2, 4660, 0]], ["bar", [2, 4660, 1]], ["block", [2, 4660, 2]], ["stop", [2, 4660, 3]], ["block off", [2, 4660, 4]], ["barricade", [2, 4660, 5]]]}, {"answer": "blot_out", "hint": "synonyms for blot out", "clues": [["obliterate", [2, 4661, 0]], ["hide", [2, 4661, 1]], ["obscure", [2, 4661, 2]], ["veil", [2, 4661, 3]]]}, {"answer": "blow_a_fuse", "hint": "synonyms for blow a fuse", "clues": [["combust", [2, 4662, 0]], ["have a fit", [2, 4662, 1]], ["blow one's stack", [2, 4662, 2]], ["flip one's lid", [2, 4662, 3]], ["fly off the handle", [2, 4662, 4]], ["go ballistic", [2, 4662, 5]], ["hit the ceiling", [2, 4662, 6]], ["lose one's temper", [2, 4662, 7]], ["have kittens", [2, 4662, 8]], ["throw a fit", [2, 4662, 9]], ["hit the roof", [2, 4662, 10]], ["blow up", [2, 4662, 11]]]}, {"answer": "blow_one's_stack", "hint": "synonyms for blow one's stack", "clues": [["combust", [2, 4663, 0]], ["have a fit", [2, 4663, 1]], ["blow a fuse", [2, 4663, 2]], ["flip one's lid", [2, 4663, 3]], ["fly off the handle", [2, 4663, 4]], ["go ballistic", [2, 4663, 5]], ["hit the ceiling", [2, 4663, 6]], ["lose one's temper", [2, 4663, 7]], ["have kittens", [2, 4663, 8]], ["throw a fit", [2, 4663, 9]], ["hit the roof", [2, 4663, 10]], ["blow up", [2, 4663, 11]]]}, {"answer": "blow_out", "hint": "synonyms for blow out", "clues": [["extinguish", [2, 4664, 0]], ["blow", [2, 4664, 1]], ["snuff out", [2, 4664, 2]], ["quench", [2, 4664, 3]], ["burn out", [2, 4664, 4]]]}, {"answer": "blow_out_of_the_water", "hint": "synonyms for blow out of the water", "clues": [["shock", [2, 4665, 0]], ["take aback", [2, 4665, 1]], ["ball over", [2, 4665, 2]], ["floor", [2, 4665, 3]]]}, {"answer": "blow_over", "hint": "synonyms for blow over", "clues": [["fleet", [2, 4666, 0]], ["evanesce", [2, 4666, 1]], ["pass", [2, 4666, 2]], ["pass off", [2, 4666, 3]], ["fade", [2, 4666, 4]]]}, {"answer": "blow_up", "hint": "synonyms for blow up", "clues": [["combust", [2, 4667, 0]], ["aggrandize", [2, 4667, 1]], ["enlarge", [2, 4667, 2]], ["explode", [2, 4667, 3]], ["have a fit", [2, 4667, 4]], ["blow a fuse", [2, 4667, 5]], ["puff up", [2, 4667, 6]], ["flip one's lid", [2, 4667, 7]], ["inflate", [2, 4667, 8]], ["dramatise", [2, 4667, 9]], ["embroider", [2, 4667, 10]], ["go ballistic", [2, 4667, 11]], ["lose one's temper", [2, 4667, 12]], ["have kittens", [2, 4667, 13]], ["embellish", [2, 4667, 14]], ["expand", [2, 4667, 15]], ["set off", [2, 4667, 16]], ["blow one's stack", [2, 4667, 17]], ["puff", [2, 4667, 18]], ["detonate", [2, 4667, 19]], ["lard", [2, 4667, 20]], ["fly off the handle", [2, 4667, 21]], ["pad", [2, 4667, 22]], ["amplify", [2, 4667, 23]], ["puff out", [2, 4667, 24]], ["hit the ceiling", [2, 4667, 25]], ["magnify", [2, 4667, 26]], ["throw a fit", [2, 4667, 27]], ["hit the roof", [2, 4667, 28]]]}, {"answer": "blunder_out", "hint": "synonyms for blunder out", "clues": [["blurt", [2, 4668, 0]], ["blurt out", [2, 4668, 1]], ["blunder", [2, 4668, 2]], ["ejaculate", [2, 4668, 3]]]}, {"answer": "blurt", "hint": "synonyms for blurt", "clues": [["blurt out", [2, 4669, 0]], ["blunder", [2, 4669, 1]], ["blunder out", [2, 4669, 2]], ["ejaculate", [2, 4669, 3]]]}, {"answer": "blurt_out", "hint": "synonyms for blurt out", "clues": [["blurt", [2, 4670, 0]], ["blunder", [2, 4670, 1]], ["blunder out", [2, 4670, 2]], ["ejaculate", [2, 4670, 3]]]}, {"answer": "bode", "hint": "synonyms for bode", "clues": [["presage", [2, 4671, 0]], ["forecast", [2, 4671, 1]], ["auspicate", [2, 4671, 2]], ["foreshadow", [2, 4671, 3]], ["omen", [2, 4671, 4]], ["portend", [2, 4671, 5]], ["augur", [2, 4671, 6]], ["predict", [2, 4671, 7]], ["betoken", [2, 4671, 8]], ["foretell", [2, 4671, 9]], ["prefigure", [2, 4671, 10]], ["prognosticate", [2, 4671, 11]]]}, {"answer": "bodge", "hint": "synonyms for bodge", "clues": [["bungle", [2, 4672, 0]], ["fumble", [2, 4672, 1]], ["blow", [2, 4672, 2]], ["muck up", [2, 4672, 3]], ["bollix up", [2, 4672, 4]], ["bobble", [2, 4672, 5]], ["fluff", [2, 4672, 6]], ["screw up", [2, 4672, 7]], ["botch up", [2, 4672, 8]], ["foul up", [2, 4672, 9]], ["bollix", [2, 4672, 10]], ["spoil", [2, 4672, 11]], ["bumble", [2, 4672, 12]], ["mess up", [2, 4672, 13]], ["flub", [2, 4672, 14]], ["ball up", [2, 4672, 15]], ["bollocks up", [2, 4672, 16]], ["louse up", [2, 4672, 17]], ["bollocks", [2, 4672, 18]], ["mishandle", [2, 4672, 19]], ["muff", [2, 4672, 20]], ["botch", [2, 4672, 21]]]}, {"answer": "bog_down", "hint": "synonyms for bog down", "clues": [["bog", [2, 4673, 0]], ["mire", [2, 4673, 1]], ["get stuck", [2, 4673, 2]], ["grind to a halt", [2, 4673, 3]]]}, {"answer": "boil_down", "hint": "synonyms for boil down", "clues": [["come down", [2, 4674, 0]], ["reduce", [2, 4674, 1]], ["concentrate", [2, 4674, 2]], ["decoct", [2, 4674, 3]]]}, {"answer": "bollix", "hint": "synonyms for bollix", "clues": [["bodge", [2, 4675, 0]], ["bungle", [2, 4675, 1]], ["fumble", [2, 4675, 2]], ["blow", [2, 4675, 3]], ["muck up", [2, 4675, 4]], ["bollix up", [2, 4675, 5]], ["bobble", [2, 4675, 6]], ["fluff", [2, 4675, 7]], ["screw up", [2, 4675, 8]], ["botch up", [2, 4675, 9]], ["foul up", [2, 4675, 10]], ["spoil", [2, 4675, 11]], ["bumble", [2, 4675, 12]], ["mess up", [2, 4675, 13]], ["flub", [2, 4675, 14]], ["ball up", [2, 4675, 15]], ["bollocks up", [2, 4675, 16]], ["louse up", [2, 4675, 17]], ["bollocks", [2, 4675, 18]], ["mishandle", [2, 4675, 19]], ["muff", [2, 4675, 20]], ["botch", [2, 4675, 21]]]}, {"answer": "bollix_up", "hint": "synonyms for bollix up", "clues": [["bodge", [2, 4676, 0]], ["bungle", [2, 4676, 1]], ["fumble", [2, 4676, 2]], ["blow", [2, 4676, 3]], ["muck up", [2, 4676, 4]], ["fluff", [2, 4676, 5]], ["bobble", [2, 4676, 6]], ["screw up", [2, 4676, 7]], ["botch up", [2, 4676, 8]], ["foul up", [2, 4676, 9]], ["bollix", [2, 4676, 10]], ["spoil", [2, 4676, 11]], ["bumble", [2, 4676, 12]], ["mess up", [2, 4676, 13]], ["flub", [2, 4676, 14]], ["ball up", [2, 4676, 15]], ["bollocks up", [2, 4676, 16]], ["louse up", [2, 4676, 17]], ["bollocks", [2, 4676, 18]], ["mishandle", [2, 4676, 19]], ["muff", [2, 4676, 20]], ["botch", [2, 4676, 21]]]}, {"answer": "bollocks", "hint": "synonyms for bollocks", "clues": [["bodge", [2, 4677, 0]], ["bungle", [2, 4677, 1]], ["fumble", [2, 4677, 2]], ["blow", [2, 4677, 3]], ["muck up", [2, 4677, 4]], ["bollix up", [2, 4677, 5]], ["bobble", [2, 4677, 6]], ["fluff", [2, 4677, 7]], ["screw up", [2, 4677, 8]], ["botch up", [2, 4677, 9]], ["foul up", [2, 4677, 10]], ["bollix", [2, 4677, 11]], ["spoil", [2, 4677, 12]], ["bumble", [2, 4677, 13]], ["mess up", [2, 4677, 14]], ["flub", [2, 4677, 15]], ["ball up", [2, 4677, 16]], ["bollocks up", [2, 4677, 17]], ["louse up", [2, 4677, 18]], ["mishandle", [2, 4677, 19]], ["muff", [2, 4677, 20]], ["botch", [2, 4677, 21]]]}, {"answer": "bollocks_up", "hint": "synonyms for bollocks up", "clues": [["bodge", [2, 4678, 0]], ["bungle", [2, 4678, 1]], ["fumble", [2, 4678, 2]], ["blow", [2, 4678, 3]], ["muck up", [2, 4678, 4]], ["bollix up", [2, 4678, 5]], ["bobble", [2, 4678, 6]], ["fluff", [2, 4678, 7]], ["screw up", [2, 4678, 8]], ["botch up", [2, 4678, 9]], ["foul up", [2, 4678, 10]], ["bollix", [2, 4678, 11]], ["spoil", [2, 4678, 12]], ["bumble", [2, 4678, 13]], ["mess up", [2, 4678, 14]], ["flub", [2, 4678, 15]], ["ball up", [2, 4678, 16]], ["louse up", [2, 4678, 17]], ["bollocks", [2, 4678, 18]], ["mishandle", [2, 4678, 19]], ["muff", [2, 4678, 20]], ["botch", [2, 4678, 21]]]}, {"answer": "bolt_down", "hint": "synonyms for bolt down", "clues": [["belt down", [2, 4679, 0]], ["pour down", [2, 4679, 1]], ["toss off", [2, 4679, 2]], ["kill", [2, 4679, 3]], ["down", [2, 4679, 4]], ["garbage down", [2, 4679, 5]], ["shovel in", [2, 4679, 6]], ["pop", [2, 4679, 7]], ["gobble up", [2, 4679, 8]], ["drink down", [2, 4679, 9]]]}, {"answer": "bolt_out", "hint": "synonyms for bolt out", "clues": [["bolt", [2, 4680, 0]], ["run out", [2, 4680, 1]], ["beetle off", [2, 4680, 2]], ["run off", [2, 4680, 3]]]}, {"answer": "bone_up", "hint": "synonyms for bone up", "clues": [["drum", [2, 4681, 0]], ["swot", [2, 4681, 1]], ["cram", [2, 4681, 2]], ["get up", [2, 4681, 3]], ["bone", [2, 4681, 4]], ["mug up", [2, 4681, 5]], ["grind away", [2, 4681, 6]], ["swot up", [2, 4681, 7]]]}, {"answer": "bonk", "hint": "synonyms for bonk", "clues": [["sock", [2, 4682, 0]], ["hump", [2, 4682, 1]], ["jazz", [2, 4682, 2]], ["eff", [2, 4682, 3]], ["do it", [2, 4682, 4]], ["whap", [2, 4682, 5]], ["bash", [2, 4682, 6]], ["bed", [2, 4682, 7]], ["lie with", [2, 4682, 8]], ["whop", [2, 4682, 9]], ["sleep with", [2, 4682, 10]], ["fuck", [2, 4682, 11]], ["be intimate", [2, 4682, 12]], ["make love", [2, 4682, 13]], ["get it on", [2, 4682, 14]], ["roll in the hay", [2, 4682, 15]], ["know", [2, 4682, 16]], ["bang", [2, 4682, 17]], ["love", [2, 4682, 18]], ["have sex", [2, 4682, 19]], ["have it off", [2, 4682, 20]], ["get laid", [2, 4682, 21]], ["have a go at it", [2, 4682, 22]], ["bop", [2, 4682, 23]], ["have it away", [2, 4682, 24]], ["make out", [2, 4682, 25]], ["have intercourse", [2, 4682, 26]], ["sleep together", [2, 4682, 27]], ["screw", [2, 4682, 28]]]}, {"answer": "boot_out", "hint": "synonyms for boot out", "clues": [["kick out", [2, 4683, 0]], ["oust", [2, 4683, 1]], ["turf out", [2, 4683, 2]], ["expel", [2, 4683, 3]], ["drum out", [2, 4683, 4]], ["chuck out", [2, 4683, 5]], ["eject", [2, 4683, 6]], ["throw out", [2, 4683, 7]], ["exclude", [2, 4683, 8]]]}, {"answer": "bootlick", "hint": "synonyms for bootlick", "clues": [["toady", [2, 4684, 0]], ["kotow", [2, 4684, 1]], ["fawn", [2, 4684, 2]], ["truckle", [2, 4684, 3]], ["suck up", [2, 4684, 4]]]}, {"answer": "boss_around", "hint": "synonyms for boss around", "clues": [["ballyrag", [2, 4685, 0]], ["push around", [2, 4685, 1]], ["hector", [2, 4685, 2]], ["strong-arm", [2, 4685, 3]], ["bully", [2, 4685, 4]], ["browbeat", [2, 4685, 5]]]}, {"answer": "botch_up", "hint": "synonyms for botch up", "clues": [["bodge", [2, 4686, 0]], ["bungle", [2, 4686, 1]], ["fumble", [2, 4686, 2]], ["blow", [2, 4686, 3]], ["muck up", [2, 4686, 4]], ["bollix up", [2, 4686, 5]], ["bobble", [2, 4686, 6]], ["fluff", [2, 4686, 7]], ["screw up", [2, 4686, 8]], ["foul up", [2, 4686, 9]], ["bollix", [2, 4686, 10]], ["spoil", [2, 4686, 11]], ["bumble", [2, 4686, 12]], ["mess up", [2, 4686, 13]], ["flub", [2, 4686, 14]], ["ball up", [2, 4686, 15]], ["bollocks up", [2, 4686, 16]], ["louse up", [2, 4686, 17]], ["bollocks", [2, 4686, 18]], ["mishandle", [2, 4686, 19]], ["muff", [2, 4686, 20]], ["botch", [2, 4686, 21]]]}, {"answer": "bourgeon", "hint": "synonyms for bourgeon", "clues": [["germinate", [2, 4687, 0]], ["pullulate", [2, 4687, 1]], ["spud", [2, 4687, 2]], ["shoot", [2, 4687, 3]], ["sprout", [2, 4687, 4]], ["burgeon forth", [2, 4687, 5]]]}, {"answer": "bow_out", "hint": "synonyms for bow out", "clues": [["back down", [2, 4688, 0]], ["chicken out", [2, 4688, 1]], ["pull out", [2, 4688, 2]], ["withdraw", [2, 4688, 3]], ["back off", [2, 4688, 4]]]}, {"answer": "bowdlerise", "hint": "synonyms for bowdlerise", "clues": [["expurgate", [2, 4689, 0]], ["shorten", [2, 4689, 1]], ["castrate", [2, 4689, 2]], ["bowdlerize", [2, 4689, 3]]]}, {"answer": "bowdlerize", "hint": "synonyms for bowdlerize", "clues": [["expurgate", [2, 4690, 0]], ["shorten", [2, 4690, 1]], ["bowdlerise", [2, 4690, 2]], ["castrate", [2, 4690, 3]]]}, {"answer": "bowl_over", "hint": "synonyms for bowl over", "clues": [["flabbergast", [2, 4691, 0]], ["tip over", [2, 4691, 1]], ["turn over", [2, 4691, 2]], ["upset", [2, 4691, 3]], ["tump over", [2, 4691, 4]], ["knock over", [2, 4691, 5]], ["boggle", [2, 4691, 6]], ["overturn", [2, 4691, 7]]]}, {"answer": "brabble", "hint": "synonyms for brabble", "clues": [["quibble", [2, 4692, 0]], ["niggle", [2, 4692, 1]], ["squabble", [2, 4692, 2]], ["pettifog", [2, 4692, 3]], ["bicker", [2, 4692, 4]]]}, {"answer": "break_apart", "hint": "synonyms for break apart", "clues": [["take apart", [2, 4693, 0]], ["dismantle", [2, 4693, 1]], ["break up", [2, 4693, 2]], ["crash", [2, 4693, 3]], ["disassemble", [2, 4693, 4]], ["disunify", [2, 4693, 5]]]}, {"answer": "break_away", "hint": "synonyms for break away", "clues": [["lam", [2, 4694, 0]], ["break", [2, 4694, 1]], ["come off", [2, 4694, 2]], ["turn tail", [2, 4694, 3]], ["take to the woods", [2, 4694, 4]], ["scat", [2, 4694, 5]], ["chip off", [2, 4694, 6]], ["splinter", [2, 4694, 7]], ["break out", [2, 4694, 8]], ["bunk", [2, 4694, 9]], ["fly the coop", [2, 4694, 10]], ["escape", [2, 4694, 11]], ["chip", [2, 4694, 12]], ["scarper", [2, 4694, 13]], ["head for the hills", [2, 4694, 14]], ["run", [2, 4694, 15]], ["break off", [2, 4694, 16]], ["hightail it", [2, 4694, 17]], ["run away", [2, 4694, 18]], ["secede", [2, 4694, 19]]]}, {"answer": "break_down", "hint": "synonyms for break down", "clues": [["collapse", [2, 4695, 0]], ["break", [2, 4695, 1]], ["break up", [2, 4695, 2]], ["die", [2, 4695, 3]], ["analyze", [2, 4695, 4]], ["go bad", [2, 4695, 5]], ["snap", [2, 4695, 6]], ["take apart", [2, 4695, 7]], ["conk out", [2, 4695, 8]], ["crumble", [2, 4695, 9]], ["give way", [2, 4695, 10]], ["fail", [2, 4695, 11]], ["lose it", [2, 4695, 12]], ["go", [2, 4695, 13]], ["give out", [2, 4695, 14]], ["crush", [2, 4695, 15]], ["dissect", [2, 4695, 16]], ["decompose", [2, 4695, 17]], ["tumble", [2, 4695, 18]]]}, {"answer": "break_in", "hint": "synonyms for break in", "clues": [["break", [2, 4696, 0]], ["cut in", [2, 4696, 1]], ["butt in", [2, 4696, 2]], ["put in", [2, 4696, 3]], ["chisel in", [2, 4696, 4]], ["chime in", [2, 4696, 5]], ["barge in", [2, 4696, 6]]]}, {"answer": "break_loose", "hint": "synonyms for break loose", "clues": [["burst forth", [2, 4697, 0]], ["get away", [2, 4697, 1]], ["escape", [2, 4697, 2]], ["explode", [2, 4697, 3]]]}, {"answer": "break_off", "hint": "synonyms for break off", "clues": [["chip", [2, 4698, 0]], ["cut short", [2, 4698, 1]], ["break short", [2, 4698, 2]], ["come off", [2, 4698, 3]], ["snap off", [2, 4698, 4]], ["stop", [2, 4698, 5]], ["break", [2, 4698, 6]], ["knap", [2, 4698, 7]], ["chip off", [2, 4698, 8]], ["discontinue", [2, 4698, 9]], ["cut off", [2, 4698, 10]], ["break away", [2, 4698, 11]]]}, {"answer": "break_open", "hint": "synonyms for break open", "clues": [["flare", [2, 4699, 0]], ["burst", [2, 4699, 1]], ["erupt", [2, 4699, 2]], ["burst out", [2, 4699, 3]], ["flare up", [2, 4699, 4]], ["split", [2, 4699, 5]], ["irrupt", [2, 4699, 6]]]}, {"answer": "break_out", "hint": "synonyms for break out", "clues": [["break", [2, 4700, 0]], ["erupt", [2, 4700, 1]], ["recrudesce", [2, 4700, 2]], ["break away", [2, 4700, 3]]]}, {"answer": "break_through", "hint": "synonyms for break through", "clues": [["erupt", [2, 4701, 0]], ["crack", [2, 4701, 1]], ["come through", [2, 4701, 2]], ["push through", [2, 4701, 3]], ["come out", [2, 4701, 4]]]}, {"answer": "break_up", "hint": "synonyms for break up", "clues": [["break", [2, 4702, 0]], ["scatter", [2, 4702, 1]], ["crack up", [2, 4702, 2]], ["disrupt", [2, 4702, 3]], ["take apart", [2, 4702, 4]], ["disassemble", [2, 4702, 5]], ["calve", [2, 4702, 6]], ["adjourn", [2, 4702, 7]], ["dismantle", [2, 4702, 8]], ["break apart", [2, 4702, 9]], ["recess", [2, 4702, 10]], ["collapse", [2, 4702, 11]], ["fragmentise", [2, 4702, 12]], ["split", [2, 4702, 13]], ["dissipate", [2, 4702, 14]], ["dissolve", [2, 4702, 15]], ["resolve", [2, 4702, 16]], ["part", [2, 4702, 17]], ["pick", [2, 4702, 18]], ["dispel", [2, 4702, 19]], ["crash", [2, 4702, 20]], ["crack", [2, 4702, 21]], ["disperse", [2, 4702, 22]], ["cut off", [2, 4702, 23]], ["split up", [2, 4702, 24]], ["separate", [2, 4702, 25]], ["fragment", [2, 4702, 26]], ["break down", [2, 4702, 27]], ["interrupt", [2, 4702, 28]], ["decompose", [2, 4702, 29]], ["sever", [2, 4702, 30]]]}, {"answer": "breastfeed", "hint": "synonyms for breastfeed", "clues": [["wet-nurse", [2, 4703, 0]], ["nurse", [2, 4703, 1]], ["suckle", [2, 4703, 2]], ["lactate", [2, 4703, 3]], ["give suck", [2, 4703, 4]], ["suck", [2, 4703, 5]]]}, {"answer": "breathe", "hint": "synonyms for breathe", "clues": [["emit", [2, 4704, 0]], ["respire", [2, 4704, 1]], ["rest", [2, 4704, 2]], ["take a breather", [2, 4704, 3]], ["pass off", [2, 4704, 4]], ["suspire", [2, 4704, 5]], ["catch one's breath", [2, 4704, 6]]]}, {"answer": "breeze_through", "hint": "synonyms for breeze through", "clues": [["nail", [2, 4705, 0]], ["sweep through", [2, 4705, 1]], ["pass with flying colors", [2, 4705, 2]], ["ace", [2, 4705, 3]], ["sail through", [2, 4705, 4]]]}, {"answer": "brighten", "hint": "synonyms for brighten", "clues": [["clear", [2, 4706, 0]], ["light up", [2, 4706, 1]], ["clear up", [2, 4706, 2]], ["lighten", [2, 4706, 3]]]}, {"answer": "brim_over", "hint": "synonyms for brim over", "clues": [["run over", [2, 4707, 0]], ["overflow", [2, 4707, 1]], ["well over", [2, 4707, 2]], ["overrun", [2, 4707, 3]]]}, {"answer": "bring", "hint": "synonyms for bring", "clues": [["institute", [2, 4708, 0]], ["make for", [2, 4708, 1]], ["land", [2, 4708, 2]], ["impart", [2, 4708, 3]], ["lend", [2, 4708, 4]], ["fetch", [2, 4708, 5]], ["work", [2, 4708, 6]], ["take", [2, 4708, 7]], ["wreak", [2, 4708, 8]], ["get", [2, 4708, 9]], ["add", [2, 4708, 10]], ["play", [2, 4708, 11]], ["bring in", [2, 4708, 12]], ["contribute", [2, 4708, 13]], ["convey", [2, 4708, 14]], ["bestow", [2, 4708, 15]]]}, {"answer": "bring_around", "hint": "synonyms for bring around", "clues": [["heal", [2, 4709, 0]], ["cure", [2, 4709, 1]], ["bring round", [2, 4709, 2]], ["bring to", [2, 4709, 3]], ["bring back", [2, 4709, 4]]]}, {"answer": "bring_back", "hint": "synonyms for bring back", "clues": [["return", [2, 4710, 0]], ["take back", [2, 4710, 1]], ["bring round", [2, 4710, 2]], ["bring to", [2, 4710, 3]]]}, {"answer": "bring_down", "hint": "synonyms for bring down", "clues": [["cut", [2, 4711, 0]], ["cut back", [2, 4711, 1]], ["let down", [2, 4711, 2]], ["overturn", [2, 4711, 3]], ["land", [2, 4711, 4]], ["take down", [2, 4711, 5]], ["put down", [2, 4711, 6]], ["lower", [2, 4711, 7]], ["subvert", [2, 4711, 8]], ["trim back", [2, 4711, 9]], ["trim", [2, 4711, 10]], ["impose", [2, 4711, 11]], ["reduce", [2, 4711, 12]], ["visit", [2, 4711, 13]], ["inflict", [2, 4711, 14]], ["overthrow", [2, 4711, 15]], ["trim down", [2, 4711, 16]]]}, {"answer": "bring_forth", "hint": "synonyms for bring forth", "clues": [["produce", [2, 4712, 0]], ["generate", [2, 4712, 1]], ["mother", [2, 4712, 2]], ["father", [2, 4712, 3]], ["sire", [2, 4712, 4]], ["engender", [2, 4712, 5]], ["get", [2, 4712, 6]], ["beget", [2, 4712, 7]]]}, {"answer": "bring_home_the_bacon", "hint": "synonyms for bring home the bacon", "clues": [["deliver the goods", [2, 4713, 0]], ["come through", [2, 4713, 1]], ["win", [2, 4713, 2]], ["succeed", [2, 4713, 3]], ["provide", [2, 4713, 4]]]}, {"answer": "bring_in", "hint": "synonyms for bring in", "clues": [["pull in", [2, 4714, 0]], ["realize", [2, 4714, 1]], ["fetch", [2, 4714, 2]], ["bring", [2, 4714, 3]], ["make", [2, 4714, 4]], ["clear", [2, 4714, 5]], ["earn", [2, 4714, 6]], ["introduce", [2, 4714, 7]], ["take in", [2, 4714, 8]], ["gain", [2, 4714, 9]]]}, {"answer": "bring_off", "hint": "synonyms for bring off", "clues": [["negociate", [2, 4715, 0]], ["carry off", [2, 4715, 1]], ["manage", [2, 4715, 2]], ["pull off", [2, 4715, 3]]]}, {"answer": "bring_out", "hint": "synonyms for bring out", "clues": [["unveil", [2, 4716, 0]], ["expose", [2, 4716, 1]], ["break", [2, 4716, 2]], ["bring on", [2, 4716, 3]], ["give away", [2, 4716, 4]], ["release", [2, 4716, 5]], ["set off", [2, 4716, 6]], ["unwrap", [2, 4716, 7]], ["uncover", [2, 4716, 8]], ["let out", [2, 4716, 9]], ["reveal", [2, 4716, 10]], ["divulge", [2, 4716, 11]], ["disclose", [2, 4716, 12]], ["let on", [2, 4716, 13]], ["publish", [2, 4716, 14]], ["introduce", [2, 4716, 15]], ["put out", [2, 4716, 16]], ["produce", [2, 4716, 17]], ["issue", [2, 4716, 18]], ["discover", [2, 4716, 19]]]}, {"answer": "bring_up", "hint": "synonyms for bring up", "clues": [["invoke", [2, 4717, 0]], ["call down", [2, 4717, 1]], ["raise", [2, 4717, 2]], ["parent", [2, 4717, 3]], ["call forth", [2, 4717, 4]], ["refer", [2, 4717, 5]], ["name", [2, 4717, 6]], ["stir", [2, 4717, 7]], ["put forward", [2, 4717, 8]], ["elevate", [2, 4717, 9]], ["advert", [2, 4717, 10]], ["get up", [2, 4717, 11]], ["arouse", [2, 4717, 12]], ["mention", [2, 4717, 13]], ["lift", [2, 4717, 14]], ["reboot", [2, 4717, 15]], ["nurture", [2, 4717, 16]], ["conjure", [2, 4717, 17]], ["boot", [2, 4717, 18]], ["rear", [2, 4717, 19]], ["evoke", [2, 4717, 20]], ["conjure up", [2, 4717, 21]], ["cite", [2, 4717, 22]]]}, {"answer": "broaden", "hint": "synonyms for broaden", "clues": [["branch out", [2, 4718, 0]], ["diversify", [2, 4718, 1]], ["widen", [2, 4718, 2]], ["extend", [2, 4718, 3]]]}, {"answer": "browbeat", "hint": "synonyms for browbeat", "clues": [["bully", [2, 4719, 0]], ["ballyrag", [2, 4719, 1]], ["boss around", [2, 4719, 2]], ["swagger", [2, 4719, 3]], ["push around", [2, 4719, 4]], ["hector", [2, 4719, 5]], ["strong-arm", [2, 4719, 6]]]}, {"answer": "brush_aside", "hint": "synonyms for brush aside", "clues": [["discount", [2, 4720, 0]], ["dismiss", [2, 4720, 1]], ["brush off", [2, 4720, 2]], ["push aside", [2, 4720, 3]], ["disregard", [2, 4720, 4]], ["ignore", [2, 4720, 5]]]}, {"answer": "brush_off", "hint": "synonyms for brush off", "clues": [["discount", [2, 4721, 0]], ["dismiss", [2, 4721, 1]], ["push aside", [2, 4721, 2]], ["disregard", [2, 4721, 3]], ["ignore", [2, 4721, 4]]]}, {"answer": "brush_up", "hint": "synonyms for brush up", "clues": [["polish", [2, 4722, 0]], ["round off", [2, 4722, 1]], ["refresh", [2, 4722, 2]], ["polish up", [2, 4722, 3]], ["round", [2, 4722, 4]], ["review", [2, 4722, 5]]]}, {"answer": "bucket_along", "hint": "synonyms for bucket along", "clues": [["rush", [2, 4723, 0]], ["pelt along", [2, 4723, 1]], ["hotfoot", [2, 4723, 2]], ["speed", [2, 4723, 3]], ["rush along", [2, 4723, 4]], ["hie", [2, 4723, 5]], ["race", [2, 4723, 6]], ["step on it", [2, 4723, 7]], ["hasten", [2, 4723, 8]], ["cannonball along", [2, 4723, 9]]]}, {"answer": "buckle_under", "hint": "synonyms for buckle under", "clues": [["give in", [2, 4724, 0]], ["succumb", [2, 4724, 1]], ["yield", [2, 4724, 2]], ["knuckle under", [2, 4724, 3]]]}, {"answer": "bug_out", "hint": "synonyms for bug out", "clues": [["bulge out", [2, 4725, 0]], ["protrude", [2, 4725, 1]], ["come out", [2, 4725, 2]], ["pop", [2, 4725, 3]], ["bulge", [2, 4725, 4]], ["pop out", [2, 4725, 5]], ["start", [2, 4725, 6]]]}, {"answer": "bugger_off", "hint": "synonyms for bugger off", "clues": [["fuck off", [2, 4726, 0]], ["scram", [2, 4726, 1]], ["buzz off", [2, 4726, 2]], ["get", [2, 4726, 3]]]}, {"answer": "build_up", "hint": "synonyms for build up", "clues": [["progress", [2, 4727, 0]], ["build", [2, 4727, 1]], ["arm", [2, 4727, 2]], ["work up", [2, 4727, 3]], ["ramp up", [2, 4727, 4]], ["gird", [2, 4727, 5]], ["develop", [2, 4727, 6]], ["fortify", [2, 4727, 7]]]}, {"answer": "bulge_out", "hint": "synonyms for bulge out", "clues": [["protrude", [2, 4728, 0]], ["come out", [2, 4728, 1]], ["pop", [2, 4728, 2]], ["bulge", [2, 4728, 3]], ["pop out", [2, 4728, 4]], ["start", [2, 4728, 5]], ["bug out", [2, 4728, 6]]]}, {"answer": "bullyrag", "hint": "synonyms for bullyrag", "clues": [["ballyrag", [2, 4729, 0]], ["boss around", [2, 4729, 1]], ["push around", [2, 4729, 2]], ["hector", [2, 4729, 3]], ["strong-arm", [2, 4729, 4]], ["bully", [2, 4729, 5]], ["browbeat", [2, 4729, 6]]]}, {"answer": "bum_about", "hint": "synonyms for bum about", "clues": [["waste one's time", [2, 4730, 0]], ["loll around", [2, 4730, 1]], ["fuck off", [2, 4730, 2]], ["frig around", [2, 4730, 3]], ["loaf", [2, 4730, 4]], ["bum around", [2, 4730, 5]], ["arse around", [2, 4730, 6]], ["lounge about", [2, 4730, 7]], ["arse about", [2, 4730, 8]], ["bum", [2, 4730, 9]], ["lounge around", [2, 4730, 10]], ["loll", [2, 4730, 11]]]}, {"answer": "bum_around", "hint": "synonyms for bum around", "clues": [["waste one's time", [2, 4731, 0]], ["bum about", [2, 4731, 1]], ["loll around", [2, 4731, 2]], ["fuck off", [2, 4731, 3]], ["frig around", [2, 4731, 4]], ["loaf", [2, 4731, 5]], ["arse around", [2, 4731, 6]], ["lounge about", [2, 4731, 7]], ["arse about", [2, 4731, 8]], ["bum", [2, 4731, 9]], ["lounge around", [2, 4731, 10]], ["loll", [2, 4731, 11]]]}, {"answer": "bumble", "hint": "synonyms for bumble", "clues": [["bodge", [2, 4732, 0]], ["bungle", [2, 4732, 1]], ["fumble", [2, 4732, 2]], ["falter", [2, 4732, 3]], ["blow", [2, 4732, 4]], ["muck up", [2, 4732, 5]], ["stammer", [2, 4732, 6]], ["bollix up", [2, 4732, 7]], ["bobble", [2, 4732, 8]], ["fluff", [2, 4732, 9]], ["screw up", [2, 4732, 10]], ["botch up", [2, 4732, 11]], ["foul up", [2, 4732, 12]], ["bollix", [2, 4732, 13]], ["spoil", [2, 4732, 14]], ["mess up", [2, 4732, 15]], ["flub", [2, 4732, 16]], ["ball up", [2, 4732, 17]], ["bollocks up", [2, 4732, 18]], ["louse up", [2, 4732, 19]], ["bollocks", [2, 4732, 20]], ["stumble", [2, 4732, 21]], ["mishandle", [2, 4732, 22]], ["muff", [2, 4732, 23]], ["stutter", [2, 4732, 24]], ["botch", [2, 4732, 25]]]}, {"answer": "bump_into", "hint": "synonyms for bump into", "clues": [["jar against", [2, 4733, 0]], ["run into", [2, 4733, 1]], ["knock against", [2, 4733, 2]], ["butt against", [2, 4733, 3]]]}, {"answer": "bump_off", "hint": "synonyms for bump off", "clues": [["dispatch", [2, 4734, 0]], ["hit", [2, 4734, 1]], ["slay", [2, 4734, 2]], ["polish off", [2, 4734, 3]], ["off", [2, 4734, 4]], ["remove", [2, 4734, 5]], ["murder", [2, 4734, 6]]]}, {"answer": "bunch_up", "hint": "synonyms for bunch up", "clues": [["clump", [2, 4735, 0]], ["cluster", [2, 4735, 1]], ["bunch", [2, 4735, 2]], ["bundle", [2, 4735, 3]], ["bunch together", [2, 4735, 4]]]}, {"answer": "burble", "hint": "synonyms for burble", "clues": [["guggle", [2, 4736, 0]], ["babble", [2, 4736, 1]], ["gurgle", [2, 4736, 2]], ["bubble", [2, 4736, 3]], ["ripple", [2, 4736, 4]]]}, {"answer": "burgeon_forth", "hint": "synonyms for burgeon forth", "clues": [["germinate", [2, 4737, 0]], ["pullulate", [2, 4737, 1]], ["bourgeon", [2, 4737, 2]], ["shoot", [2, 4737, 3]], ["sprout", [2, 4737, 4]], ["spud", [2, 4737, 5]]]}, {"answer": "burn_down", "hint": "synonyms for burn down", "clues": [["burn up", [2, 4738, 0]], ["go up", [2, 4738, 1]], ["burn", [2, 4738, 2]], ["fire", [2, 4738, 3]]]}, {"answer": "burn_up", "hint": "synonyms for burn up", "clues": [["flare", [2, 4739, 0]], ["burn", [2, 4739, 1]], ["blaze up", [2, 4739, 2]], ["burn down", [2, 4739, 3]], ["flame up", [2, 4739, 4]], ["go up", [2, 4739, 5]], ["burn off", [2, 4739, 6]]]}, {"answer": "burst_forth", "hint": "synonyms for burst forth", "clues": [["break loose", [2, 4740, 0]], ["explode", [2, 4740, 1]], ["sally out", [2, 4740, 2]], ["rush out", [2, 4740, 3]], ["leap out", [2, 4740, 4]], ["effloresce", [2, 4740, 5]]]}, {"answer": "burst_out", "hint": "synonyms for burst out", "clues": [["flare", [2, 4741, 0]], ["break open", [2, 4741, 1]], ["erupt", [2, 4741, 2]], ["pop out", [2, 4741, 3]], ["flare up", [2, 4741, 4]], ["irrupt", [2, 4741, 5]]]}, {"answer": "bury", "hint": "synonyms for bury", "clues": [["forget", [2, 4742, 0]], ["inhume", [2, 4742, 1]], ["sink", [2, 4742, 2]], ["entomb", [2, 4742, 3]], ["inter", [2, 4742, 4]], ["immerse", [2, 4742, 5]], ["swallow", [2, 4742, 6]], ["swallow up", [2, 4742, 7]], ["lay to rest", [2, 4742, 8]], ["eat up", [2, 4742, 9]]]}, {"answer": "bushwhack", "hint": "synonyms for bushwhack", "clues": [["lurk", [2, 4743, 0]], ["scupper", [2, 4743, 1]], ["ambush", [2, 4743, 2]], ["ambuscade", [2, 4743, 3]], ["lie in wait", [2, 4743, 4]], ["waylay", [2, 4743, 5]]]}, {"answer": "butt_against", "hint": "synonyms for butt against", "clues": [["jar against", [2, 4744, 0]], ["run into", [2, 4744, 1]], ["butt on", [2, 4744, 2]], ["abut", [2, 4744, 3]], ["march", [2, 4744, 4]], ["bump into", [2, 4744, 5]], ["edge", [2, 4744, 6]], ["knock against", [2, 4744, 7]], ["border", [2, 4744, 8]], ["butt", [2, 4744, 9]], ["adjoin", [2, 4744, 10]]]}, {"answer": "butt_in", "hint": "synonyms for butt in", "clues": [["cut in", [2, 4745, 0]], ["put in", [2, 4745, 1]], ["chisel in", [2, 4745, 2]], ["chime in", [2, 4745, 3]], ["barge in", [2, 4745, 4]], ["break in", [2, 4745, 5]]]}, {"answer": "butt_on", "hint": "synonyms for butt on", "clues": [["border", [2, 4746, 0]], ["butt against", [2, 4746, 1]], ["butt", [2, 4746, 2]], ["adjoin", [2, 4746, 3]], ["abut", [2, 4746, 4]], ["edge", [2, 4746, 5]], ["march", [2, 4746, 6]]]}, {"answer": "button_up", "hint": "synonyms for button up", "clues": [["close up", [2, 4747, 0]], ["belt up", [2, 4747, 1]], ["shut up", [2, 4747, 2]], ["keep mum", [2, 4747, 3]], ["be quiet", [2, 4747, 4]], ["dummy up", [2, 4747, 5]], ["clam up", [2, 4747, 6]]]}, {"answer": "buy_at", "hint": "synonyms for buy at", "clues": [["shop", [2, 4748, 0]], ["patronise", [2, 4748, 1]], ["sponsor", [2, 4748, 2]], ["shop at", [2, 4748, 3]], ["frequent", [2, 4748, 4]]]}, {"answer": "buy_the_farm", "hint": "synonyms for buy the farm", "clues": [["perish", [2, 4749, 0]], ["kick the bucket", [2, 4749, 1]], ["pop off", [2, 4749, 2]], ["conk", [2, 4749, 3]], ["die", [2, 4749, 4]], ["croak", [2, 4749, 5]], ["decease", [2, 4749, 6]], ["drop dead", [2, 4749, 7]], ["snuff it", [2, 4749, 8]], ["expire", [2, 4749, 9]], ["exit", [2, 4749, 10]], ["cash in one's chips", [2, 4749, 11]], ["give-up the ghost", [2, 4749, 12]], ["choke", [2, 4749, 13]], ["go", [2, 4749, 14]], ["pass", [2, 4749, 15]], ["pass away", [2, 4749, 16]]]}, {"answer": "buzz_off", "hint": "synonyms for buzz off", "clues": [["fuck off", [2, 4750, 0]], ["scram", [2, 4750, 1]], ["bugger off", [2, 4750, 2]], ["get", [2, 4750, 3]]]}, {"answer": "ca-ca", "hint": "synonyms for ca-ca", "clues": [["stool", [2, 4751, 0]], ["shit", [2, 4751, 1]], ["take a crap", [2, 4751, 2]], ["crap", [2, 4751, 3]], ["take a shit", [2, 4751, 4]], ["make", [2, 4751, 5]], ["defecate", [2, 4751, 6]]]}, {"answer": "cadge", "hint": "synonyms for cadge", "clues": [["shnorr", [2, 4752, 0]], ["grub", [2, 4752, 1]], ["mooch", [2, 4752, 2]], ["sponge", [2, 4752, 3]], ["scrounge", [2, 4752, 4]], ["bum", [2, 4752, 5]]]}, {"answer": "cajole", "hint": "synonyms for cajole", "clues": [["blarney", [2, 4753, 0]], ["coax", [2, 4753, 1]], ["wheedle", [2, 4753, 2]], ["inveigle", [2, 4753, 3]], ["palaver", [2, 4753, 4]], ["sweet-talk", [2, 4753, 5]]]}, {"answer": "calculate", "hint": "synonyms for calculate", "clues": [["work out", [2, 4754, 0]], ["cypher", [2, 4754, 1]], ["forecast", [2, 4754, 2]], ["look", [2, 4754, 3]], ["bet", [2, 4754, 4]], ["cipher", [2, 4754, 5]], ["account", [2, 4754, 6]], ["figure", [2, 4754, 7]], ["reckon", [2, 4754, 8]], ["depend", [2, 4754, 9]], ["compute", [2, 4754, 10]], ["estimate", [2, 4754, 11]], ["count", [2, 4754, 12]], ["count on", [2, 4754, 13]], ["direct", [2, 4754, 14]], ["aim", [2, 4754, 15]]]}, {"answer": "call_back", "hint": "synonyms for call back", "clues": [["recollect", [2, 4755, 0]], ["recall", [2, 4755, 1]], ["remember", [2, 4755, 2]], ["think", [2, 4755, 3]], ["withdraw", [2, 4755, 4]], ["call up", [2, 4755, 5]], ["call in", [2, 4755, 6]], ["retrieve", [2, 4755, 7]]]}, {"answer": "call_down", "hint": "synonyms for call down", "clues": [["invoke", [2, 4756, 0]], ["dress down", [2, 4756, 1]], ["trounce", [2, 4756, 2]], ["bring up", [2, 4756, 3]], ["lambaste", [2, 4756, 4]], ["lecture", [2, 4756, 5]], ["rag", [2, 4756, 6]], ["raise", [2, 4756, 7]], ["call forth", [2, 4756, 8]], ["chew up", [2, 4756, 9]], ["jaw", [2, 4756, 10]], ["stir", [2, 4756, 11]], ["reprimand", [2, 4756, 12]], ["put forward", [2, 4756, 13]], ["scold", [2, 4756, 14]], ["bawl out", [2, 4756, 15]], ["rebuke", [2, 4756, 16]], ["berate", [2, 4756, 17]], ["have words", [2, 4756, 18]], ["chew out", [2, 4756, 19]], ["remonstrate", [2, 4756, 20]], ["arouse", [2, 4756, 21]], ["call on the carpet", [2, 4756, 22]], ["chide", [2, 4756, 23]], ["reproof", [2, 4756, 24]], ["conjure", [2, 4756, 25]], ["take to task", [2, 4756, 26]], ["evoke", [2, 4756, 27]], ["conjure up", [2, 4756, 28]]]}, {"answer": "call_for", "hint": "synonyms for call for", "clues": [["ask", [2, 4757, 0]], ["involve", [2, 4757, 1]], ["gather up", [2, 4757, 2]], ["invite", [2, 4757, 3]], ["pick up", [2, 4757, 4]], ["request", [2, 4757, 5]], ["collect", [2, 4757, 6]], ["need", [2, 4757, 7]], ["demand", [2, 4757, 8]], ["postulate", [2, 4757, 9]], ["necessitate", [2, 4757, 10]], ["quest", [2, 4757, 11]], ["require", [2, 4757, 12]], ["take", [2, 4757, 13]], ["bespeak", [2, 4757, 14]]]}, {"answer": "call_forth", "hint": "synonyms for call forth", "clues": [["evoke", [2, 4758, 0]], ["invoke", [2, 4758, 1]], ["call down", [2, 4758, 2]], ["arouse", [2, 4758, 3]], ["bring up", [2, 4758, 4]], ["kick up", [2, 4758, 5]], ["conjure", [2, 4758, 6]], ["raise", [2, 4758, 7]], ["stir", [2, 4758, 8]], ["conjure up", [2, 4758, 9]], ["put forward", [2, 4758, 10]], ["provoke", [2, 4758, 11]]]}, {"answer": "call_in", "hint": "synonyms for call in", "clues": [["call back", [2, 4759, 0]], ["recall", [2, 4759, 1]], ["withdraw", [2, 4759, 2]], ["call", [2, 4759, 3]], ["visit", [2, 4759, 4]]]}, {"answer": "call_off", "hint": "synonyms for call off", "clues": [["scrub", [2, 4760, 0]], ["scratch", [2, 4760, 1]], ["cancel", [2, 4760, 2]], ["call", [2, 4760, 3]]]}, {"answer": "call_on_the_carpet", "hint": "synonyms for call on the carpet", "clues": [["dress down", [2, 4761, 0]], ["trounce", [2, 4761, 1]], ["call down", [2, 4761, 2]], ["lambaste", [2, 4761, 3]], ["lecture", [2, 4761, 4]], ["rag", [2, 4761, 5]], ["chew up", [2, 4761, 6]], ["scold", [2, 4761, 7]], ["bawl out", [2, 4761, 8]], ["jaw", [2, 4761, 9]], ["reprimand", [2, 4761, 10]], ["rebuke", [2, 4761, 11]], ["berate", [2, 4761, 12]], ["have words", [2, 4761, 13]], ["chew out", [2, 4761, 14]], ["remonstrate", [2, 4761, 15]], ["chide", [2, 4761, 16]], ["reproof", [2, 4761, 17]], ["take to task", [2, 4761, 18]]]}, {"answer": "call_out", "hint": "synonyms for call out", "clues": [["cry", [2, 4762, 0]], ["exclaim", [2, 4762, 1]], ["shout", [2, 4762, 2]], ["cry out", [2, 4762, 3]], ["outcry", [2, 4762, 4]]]}, {"answer": "calm_down", "hint": "synonyms for calm down", "clues": [["cool off", [2, 4763, 0]], ["cool it", [2, 4763, 1]], ["lull", [2, 4763, 2]], ["chill out", [2, 4763, 3]], ["tranquilize", [2, 4763, 4]], ["quiet", [2, 4763, 5]], ["still", [2, 4763, 6]], ["simmer down", [2, 4763, 7]], ["calm", [2, 4763, 8]], ["quieten", [2, 4763, 9]], ["settle down", [2, 4763, 10]]]}, {"answer": "calumniate", "hint": "synonyms for calumniate", "clues": [["sully", [2, 4764, 0]], ["denigrate", [2, 4764, 1]], ["defame", [2, 4764, 2]], ["smirch", [2, 4764, 3]], ["smear", [2, 4764, 4]], ["asperse", [2, 4764, 5]], ["slander", [2, 4764, 6]]]}, {"answer": "camp_out", "hint": "synonyms for camp out", "clues": [["bivouac", [2, 4765, 0]], ["tent", [2, 4765, 1]], ["camp", [2, 4765, 2]], ["encamp", [2, 4765, 3]]]}, {"answer": "cannonball_along", "hint": "synonyms for cannonball along", "clues": [["rush", [2, 4766, 0]], ["pelt along", [2, 4766, 1]], ["hotfoot", [2, 4766, 2]], ["speed", [2, 4766, 3]], ["rush along", [2, 4766, 4]], ["hie", [2, 4766, 5]], ["race", [2, 4766, 6]], ["bucket along", [2, 4766, 7]], ["step on it", [2, 4766, 8]], ["hasten", [2, 4766, 9]]]}, {"answer": "cant_over", "hint": "synonyms for cant over", "clues": [["tilt", [2, 4767, 0]], ["slant", [2, 4767, 1]], ["pitch", [2, 4767, 2]], ["cant", [2, 4767, 3]]]}, {"answer": "captivate", "hint": "synonyms for captivate", "clues": [["catch", [2, 4768, 0]], ["bewitch", [2, 4768, 1]], ["enamour", [2, 4768, 2]], ["fascinate", [2, 4768, 3]], ["trance", [2, 4768, 4]], ["beguile", [2, 4768, 5]], ["enchant", [2, 4768, 6]], ["capture", [2, 4768, 7]], ["charm", [2, 4768, 8]], ["becharm", [2, 4768, 9]]]}, {"answer": "care_for", "hint": "synonyms for care for", "clues": [["treasure", [2, 4769, 0]], ["cherish", [2, 4769, 1]], ["treat", [2, 4769, 2]], ["hold dear", [2, 4769, 3]]]}, {"answer": "cark", "hint": "synonyms for cark", "clues": [["trouble", [2, 4770, 0]], ["perturb", [2, 4770, 1]], ["disquiet", [2, 4770, 2]], ["distract", [2, 4770, 3]], ["unhinge", [2, 4770, 4]], ["disorder", [2, 4770, 5]]]}, {"answer": "carry_away", "hint": "synonyms for carry away", "clues": [["carry off", [2, 4771, 0]], ["bear off", [2, 4771, 1]], ["bear away", [2, 4771, 2]], ["take away", [2, 4771, 3]]]}, {"answer": "carry_off", "hint": "synonyms for carry off", "clues": [["take away", [2, 4772, 0]], ["eradicate", [2, 4772, 1]], ["bear off", [2, 4772, 2]], ["manage", [2, 4772, 3]], ["carry away", [2, 4772, 4]], ["bear away", [2, 4772, 5]], ["wipe out", [2, 4772, 6]], ["pull off", [2, 4772, 7]], ["decimate", [2, 4772, 8]], ["bring off", [2, 4772, 9]], ["negociate", [2, 4772, 10]], ["eliminate", [2, 4772, 11]], ["extinguish", [2, 4772, 12]], ["annihilate", [2, 4772, 13]]]}, {"answer": "carry_on", "hint": "synonyms for carry on", "clues": [["deal", [2, 4773, 0]], ["proceed", [2, 4773, 1]], ["uphold", [2, 4773, 2]], ["go on", [2, 4773, 3]], ["preserve", [2, 4773, 4]], ["act up", [2, 4773, 5]], ["conduct", [2, 4773, 6]], ["bear on", [2, 4773, 7]], ["continue", [2, 4773, 8]]]}, {"answer": "carry_out", "hint": "synonyms for carry out", "clues": [["action", [2, 4774, 0]], ["accomplish", [2, 4774, 1]], ["fulfil", [2, 4774, 2]], ["execute", [2, 4774, 3]], ["go through", [2, 4774, 4]], ["follow up", [2, 4774, 5]], ["implement", [2, 4774, 6]], ["follow through", [2, 4774, 7]], ["follow out", [2, 4774, 8]], ["put through", [2, 4774, 9]], ["carry through", [2, 4774, 10]]]}, {"answer": "carry_through", "hint": "synonyms for carry through", "clues": [["carry out", [2, 4775, 0]], ["action", [2, 4775, 1]], ["accomplish", [2, 4775, 2]], ["fulfil", [2, 4775, 3]], ["bring through", [2, 4775, 4]], ["save", [2, 4775, 5]], ["execute", [2, 4775, 6]], ["pull through", [2, 4775, 7]]]}, {"answer": "carve_up", "hint": "synonyms for carve up", "clues": [["divide", [2, 4776, 0]], ["separate", [2, 4776, 1]], ["split", [2, 4776, 2]], ["split up", [2, 4776, 3]], ["dissever", [2, 4776, 4]]]}, {"answer": "cash_in_one's_chips", "hint": "synonyms for cash in one's chips", "clues": [["perish", [2, 4777, 0]], ["kick the bucket", [2, 4777, 1]], ["pop off", [2, 4777, 2]], ["conk", [2, 4777, 3]], ["die", [2, 4777, 4]], ["croak", [2, 4777, 5]], ["decease", [2, 4777, 6]], ["drop dead", [2, 4777, 7]], ["snuff it", [2, 4777, 8]], ["expire", [2, 4777, 9]], ["buy the farm", [2, 4777, 10]], ["exit", [2, 4777, 11]], ["give-up the ghost", [2, 4777, 12]], ["choke", [2, 4777, 13]], ["go", [2, 4777, 14]], ["pass", [2, 4777, 15]], ["pass away", [2, 4777, 16]]]}, {"answer": "cast_aside", "hint": "synonyms for cast aside", "clues": [["chuck out", [2, 4778, 0]], ["dispose", [2, 4778, 1]], ["cast away", [2, 4778, 2]], ["throw out", [2, 4778, 3]], ["toss", [2, 4778, 4]], ["cast out", [2, 4778, 5]], ["put away", [2, 4778, 6]], ["fling", [2, 4778, 7]], ["throw away", [2, 4778, 8]], ["toss away", [2, 4778, 9]], ["discard", [2, 4778, 10]], ["toss out", [2, 4778, 11]]]}, {"answer": "cast_away", "hint": "synonyms for cast away", "clues": [["chuck out", [2, 4779, 0]], ["dispose", [2, 4779, 1]], ["throw out", [2, 4779, 2]], ["toss", [2, 4779, 3]], ["cast out", [2, 4779, 4]], ["put away", [2, 4779, 5]], ["fling", [2, 4779, 6]], ["throw away", [2, 4779, 7]], ["cast aside", [2, 4779, 8]], ["toss away", [2, 4779, 9]], ["discard", [2, 4779, 10]], ["toss out", [2, 4779, 11]]]}, {"answer": "cast_down", "hint": "synonyms for cast down", "clues": [["dismay", [2, 4780, 0]], ["demoralize", [2, 4780, 1]], ["deject", [2, 4780, 2]], ["get down", [2, 4780, 3]], ["depress", [2, 4780, 4]], ["dispirit", [2, 4780, 5]]]}, {"answer": "cast_off", "hint": "synonyms for cast off", "clues": [["drop", [2, 4781, 0]], ["throw away", [2, 4781, 1]], ["shake off", [2, 4781, 2]], ["throw", [2, 4781, 3]], ["throw off", [2, 4781, 4]], ["shed", [2, 4781, 5]], ["cast", [2, 4781, 6]]]}, {"answer": "cast_out", "hint": "synonyms for cast out", "clues": [["chuck out", [2, 4782, 0]], ["cast away", [2, 4782, 1]], ["banish", [2, 4782, 2]], ["throw out", [2, 4782, 3]], ["ostracize", [2, 4782, 4]], ["put away", [2, 4782, 5]], ["throw away", [2, 4782, 6]], ["cast aside", [2, 4782, 7]], ["blackball", [2, 4782, 8]], ["toss", [2, 4782, 9]], ["toss away", [2, 4782, 10]], ["toss out", [2, 4782, 11]], ["shun", [2, 4782, 12]], ["dispose", [2, 4782, 13]], ["ban", [2, 4782, 14]], ["fling", [2, 4782, 15]], ["discard", [2, 4782, 16]]]}, {"answer": "castigate", "hint": "synonyms for castigate", "clues": [["chastise", [2, 4783, 0]], ["correct", [2, 4783, 1]], ["objurgate", [2, 4783, 2]], ["chasten", [2, 4783, 3]]]}, {"answer": "catch_fire", "hint": "synonyms for catch fire", "clues": [["conflagrate", [2, 4784, 0]], ["erupt", [2, 4784, 1]], ["ignite", [2, 4784, 2]], ["combust", [2, 4784, 3]], ["take fire", [2, 4784, 4]]]}, {"answer": "catch_on", "hint": "synonyms for catch on", "clues": [["get wise", [2, 4785, 0]], ["get onto", [2, 4785, 1]], ["latch on", [2, 4785, 2]], ["tumble", [2, 4785, 3]], ["cotton on", [2, 4785, 4]], ["get it", [2, 4785, 5]], ["twig", [2, 4785, 6]]]}, {"answer": "catch_some_z's", "hint": "synonyms for catch some z's", "clues": [["log Z's", [2, 4786, 0]], ["sleep", [2, 4786, 1]], ["slumber", [2, 4786, 2]], ["kip", [2, 4786, 3]], ["catch some Z's", [2, 4786, 4]]]}, {"answer": "cavort", "hint": "synonyms for cavort", "clues": [["frisk", [2, 4787, 0]], ["lark about", [2, 4787, 1]], ["sport", [2, 4787, 2]], ["romp", [2, 4787, 3]], ["run around", [2, 4787, 4]], ["gambol", [2, 4787, 5]], ["rollick", [2, 4787, 6]], ["skylark", [2, 4787, 7]], ["disport", [2, 4787, 8]], ["frolic", [2, 4787, 9]], ["lark", [2, 4787, 10]]]}, {"answer": "cede", "hint": "synonyms for cede", "clues": [["yield", [2, 4788, 0]], ["deliver", [2, 4788, 1]], ["grant", [2, 4788, 2]], ["concede", [2, 4788, 3]], ["surrender", [2, 4788, 4]], ["give up", [2, 4788, 5]]]}, {"answer": "celebrate", "hint": "synonyms for celebrate", "clues": [["lionize", [2, 4789, 0]], ["observe", [2, 4789, 1]], ["fete", [2, 4789, 2]], ["keep", [2, 4789, 3]]]}, {"answer": "center_on", "hint": "synonyms for center on", "clues": [["center", [2, 4790, 0]], ["revolve about", [2, 4790, 1]], ["concentrate on", [2, 4790, 2]], ["focus on", [2, 4790, 3]], ["revolve around", [2, 4790, 4]]]}, {"answer": "certify", "hint": "synonyms for certify", "clues": [["manifest", [2, 4791, 0]], ["evidence", [2, 4791, 1]], ["demonstrate", [2, 4791, 2]], ["attest", [2, 4791, 3]], ["indorse", [2, 4791, 4]], ["license", [2, 4791, 5]]]}, {"answer": "chaffer", "hint": "synonyms for chaffer", "clues": [["higgle", [2, 4792, 0]], ["huckster", [2, 4792, 1]], ["chatter", [2, 4792, 2]], ["visit", [2, 4792, 3]], ["chew the fat", [2, 4792, 4]], ["confabulate", [2, 4792, 5]], ["natter", [2, 4792, 6]], ["gossip", [2, 4792, 7]], ["chit-chat", [2, 4792, 8]], ["jaw", [2, 4792, 9]], ["confab", [2, 4792, 10]], ["haggle", [2, 4792, 11]], ["claver", [2, 4792, 12]], ["shoot the breeze", [2, 4792, 13]], ["chat", [2, 4792, 14]]]}, {"answer": "chance_on", "hint": "synonyms for chance on", "clues": [["happen upon", [2, 4793, 0]], ["chance upon", [2, 4793, 1]], ["fall upon", [2, 4793, 2]], ["attain", [2, 4793, 3]], ["discover", [2, 4793, 4]], ["come across", [2, 4793, 5]], ["light upon", [2, 4793, 6]], ["come upon", [2, 4793, 7]], ["strike", [2, 4793, 8]]]}, {"answer": "chance_upon", "hint": "synonyms for chance upon", "clues": [["happen upon", [2, 4794, 0]], ["fall upon", [2, 4794, 1]], ["attain", [2, 4794, 2]], ["discover", [2, 4794, 3]], ["chance on", [2, 4794, 4]], ["come across", [2, 4794, 5]], ["light upon", [2, 4794, 6]], ["come upon", [2, 4794, 7]], ["strike", [2, 4794, 8]]]}, {"answer": "channelise", "hint": "synonyms for channelise", "clues": [["channelize", [2, 4795, 0]], ["direct", [2, 4795, 1]], ["steer", [2, 4795, 2]], ["channel", [2, 4795, 3]], ["point", [2, 4795, 4]], ["maneuver", [2, 4795, 5]], ["guide", [2, 4795, 6]], ["manoeuvre", [2, 4795, 7]], ["transmit", [2, 4795, 8]], ["transfer", [2, 4795, 9]], ["transport", [2, 4795, 10]], ["head", [2, 4795, 11]]]}, {"answer": "channelize", "hint": "synonyms for channelize", "clues": [["direct", [2, 4796, 0]], ["steer", [2, 4796, 1]], ["channel", [2, 4796, 2]], ["point", [2, 4796, 3]], ["maneuver", [2, 4796, 4]], ["channelise", [2, 4796, 5]], ["guide", [2, 4796, 6]], ["manoeuvre", [2, 4796, 7]], ["transmit", [2, 4796, 8]], ["transfer", [2, 4796, 9]], ["transport", [2, 4796, 10]], ["head", [2, 4796, 11]]]}, {"answer": "charge_up", "hint": "synonyms for charge up", "clues": [["excite", [2, 4797, 0]], ["commove", [2, 4797, 1]], ["rouse", [2, 4797, 2]], ["charge", [2, 4797, 3]], ["turn on", [2, 4797, 4]], ["agitate", [2, 4797, 5]]]}, {"answer": "chase_after", "hint": "synonyms for chase after", "clues": [["give chase", [2, 4798, 0]], ["chase", [2, 4798, 1]], ["dog", [2, 4798, 2]], ["tail", [2, 4798, 3]], ["track", [2, 4798, 4]], ["tag", [2, 4798, 5]], ["go after", [2, 4798, 6]]]}, {"answer": "chase_away", "hint": "synonyms for chase away", "clues": [["dispel", [2, 4799, 0]], ["drive off", [2, 4799, 1]], ["run off", [2, 4799, 2]], ["turn back", [2, 4799, 3]], ["drive away", [2, 4799, 4]], ["drive out", [2, 4799, 5]]]}, {"answer": "chasten", "hint": "synonyms for chasten", "clues": [["chastise", [2, 4800, 0]], ["correct", [2, 4800, 1]], ["subdue", [2, 4800, 2]], ["objurgate", [2, 4800, 3]], ["tame", [2, 4800, 4]], ["temper", [2, 4800, 5]], ["moderate", [2, 4800, 6]], ["castigate", [2, 4800, 7]]]}, {"answer": "chastise", "hint": "synonyms for chastise", "clues": [["correct", [2, 4801, 0]], ["castigate", [2, 4801, 1]], ["objurgate", [2, 4801, 2]], ["chasten", [2, 4801, 3]]]}, {"answer": "chat_up", "hint": "synonyms for chat up", "clues": [["philander", [2, 4802, 0]], ["dally", [2, 4802, 1]], ["flirt", [2, 4802, 2]], ["coquette", [2, 4802, 3]], ["mash", [2, 4802, 4]], ["butterfly", [2, 4802, 5]], ["romance", [2, 4802, 6]]]}, {"answer": "cheat_on", "hint": "synonyms for cheat on", "clues": [["cuckold", [2, 4803, 0]], ["cheat", [2, 4803, 1]], ["wander", [2, 4803, 2]], ["betray", [2, 4803, 3]]]}, {"answer": "check_into", "hint": "synonyms for check into", "clues": [["check", [2, 4804, 0]], ["suss out", [2, 4804, 1]], ["check up on", [2, 4804, 2]], ["check out", [2, 4804, 3]], ["check over", [2, 4804, 4]], ["go over", [2, 4804, 5]], ["look into", [2, 4804, 6]]]}, {"answer": "check_off", "hint": "synonyms for check off", "clues": [["mark", [2, 4805, 0]], ["mark off", [2, 4805, 1]], ["tick off", [2, 4805, 2]], ["check", [2, 4805, 3]], ["tick", [2, 4805, 4]]]}, {"answer": "check_out", "hint": "synonyms for check out", "clues": [["check", [2, 4806, 0]], ["check into", [2, 4806, 1]], ["check over", [2, 4806, 2]], ["go over", [2, 4806, 3]], ["sound out", [2, 4806, 4]], ["cheque", [2, 4806, 5]], ["feel out", [2, 4806, 6]], ["suss out", [2, 4806, 7]], ["check up on", [2, 4806, 8]], ["run down", [2, 4806, 9]], ["look into", [2, 4806, 10]]]}, {"answer": "check_over", "hint": "synonyms for check over", "clues": [["check", [2, 4807, 0]], ["check into", [2, 4807, 1]], ["suss out", [2, 4807, 2]], ["check out", [2, 4807, 3]], ["check up on", [2, 4807, 4]], ["go over", [2, 4807, 5]], ["look into", [2, 4807, 6]]]}, {"answer": "check_up_on", "hint": "synonyms for check up on", "clues": [["check", [2, 4808, 0]], ["check into", [2, 4808, 1]], ["suss out", [2, 4808, 2]], ["check out", [2, 4808, 3]], ["check over", [2, 4808, 4]], ["go over", [2, 4808, 5]], ["look into", [2, 4808, 6]]]}, {"answer": "cheer_up", "hint": "synonyms for cheer up", "clues": [["chirk up", [2, 4809, 0]], ["cheer", [2, 4809, 1]], ["jolly up", [2, 4809, 2]], ["jolly along", [2, 4809, 3]]]}, {"answer": "chevvy", "hint": "synonyms for chevvy", "clues": [["hassle", [2, 4810, 0]], ["plague", [2, 4810, 1]], ["harry", [2, 4810, 2]], ["chivvy", [2, 4810, 3]], ["molest", [2, 4810, 4]], ["beset", [2, 4810, 5]], ["harass", [2, 4810, 6]], ["provoke", [2, 4810, 7]], ["chevy", [2, 4810, 8]]]}, {"answer": "chevy", "hint": "synonyms for chevy", "clues": [["hassle", [2, 4811, 0]], ["plague", [2, 4811, 1]], ["harry", [2, 4811, 2]], ["chivvy", [2, 4811, 3]], ["chevvy", [2, 4811, 4]], ["molest", [2, 4811, 5]], ["beset", [2, 4811, 6]], ["harass", [2, 4811, 7]], ["provoke", [2, 4811, 8]]]}, {"answer": "chew_out", "hint": "synonyms for chew out", "clues": [["dress down", [2, 4812, 0]], ["trounce", [2, 4812, 1]], ["call down", [2, 4812, 2]], ["lambaste", [2, 4812, 3]], ["lecture", [2, 4812, 4]], ["rag", [2, 4812, 5]], ["chew up", [2, 4812, 6]], ["scold", [2, 4812, 7]], ["bawl out", [2, 4812, 8]], ["jaw", [2, 4812, 9]], ["reprimand", [2, 4812, 10]], ["rebuke", [2, 4812, 11]], ["berate", [2, 4812, 12]], ["have words", [2, 4812, 13]], ["remonstrate", [2, 4812, 14]], ["call on the carpet", [2, 4812, 15]], ["chide", [2, 4812, 16]], ["reproof", [2, 4812, 17]], ["take to task", [2, 4812, 18]]]}, {"answer": "chew_over", "hint": "synonyms for chew over", "clues": [["think over", [2, 4813, 0]], ["excogitate", [2, 4813, 1]], ["reflect", [2, 4813, 2]], ["muse", [2, 4813, 3]], ["speculate", [2, 4813, 4]], ["ruminate", [2, 4813, 5]], ["mull over", [2, 4813, 6]], ["contemplate", [2, 4813, 7]], ["ponder", [2, 4813, 8]], ["mull", [2, 4813, 9]], ["meditate", [2, 4813, 10]]]}, {"answer": "chew_the_fat", "hint": "synonyms for chew the fat", "clues": [["chitchat", [2, 4814, 0]], ["claver", [2, 4814, 1]], ["chaffer", [2, 4814, 2]], ["shoot the breeze", [2, 4814, 3]], ["chatter", [2, 4814, 4]], ["visit", [2, 4814, 5]], ["confabulate", [2, 4814, 6]], ["natter", [2, 4814, 7]], ["gossip", [2, 4814, 8]], ["jaw", [2, 4814, 9]], ["confab", [2, 4814, 10]], ["chat", [2, 4814, 11]]]}, {"answer": "chew_up", "hint": "synonyms for chew up", "clues": [["dress down", [2, 4815, 0]], ["trounce", [2, 4815, 1]], ["call down", [2, 4815, 2]], ["lambaste", [2, 4815, 3]], ["lecture", [2, 4815, 4]], ["rag", [2, 4815, 5]], ["scold", [2, 4815, 6]], ["bawl out", [2, 4815, 7]], ["jaw", [2, 4815, 8]], ["reprimand", [2, 4815, 9]], ["rebuke", [2, 4815, 10]], ["berate", [2, 4815, 11]], ["have words", [2, 4815, 12]], ["chew out", [2, 4815, 13]], ["remonstrate", [2, 4815, 14]], ["call on the carpet", [2, 4815, 15]], ["chide", [2, 4815, 16]], ["reproof", [2, 4815, 17]], ["take to task", [2, 4815, 18]]]}, {"answer": "chicken_out", "hint": "synonyms for chicken out", "clues": [["back down", [2, 4816, 0]], ["pull out", [2, 4816, 1]], ["bow out", [2, 4816, 2]], ["back off", [2, 4816, 3]]]}, {"answer": "chide", "hint": "synonyms for chide", "clues": [["dress down", [2, 4817, 0]], ["trounce", [2, 4817, 1]], ["call down", [2, 4817, 2]], ["lambaste", [2, 4817, 3]], ["lecture", [2, 4817, 4]], ["rag", [2, 4817, 5]], ["chew up", [2, 4817, 6]], ["scold", [2, 4817, 7]], ["bawl out", [2, 4817, 8]], ["jaw", [2, 4817, 9]], ["reprimand", [2, 4817, 10]], ["rebuke", [2, 4817, 11]], ["berate", [2, 4817, 12]], ["have words", [2, 4817, 13]], ["chew out", [2, 4817, 14]], ["remonstrate", [2, 4817, 15]], ["call on the carpet", [2, 4817, 16]], ["reproof", [2, 4817, 17]], ["take to task", [2, 4817, 18]]]}, {"answer": "chill_out", "hint": "synonyms for chill out", "clues": [["cool it", [2, 4818, 0]], ["cool off", [2, 4818, 1]], ["calm", [2, 4818, 2]], ["calm down", [2, 4818, 3]], ["settle down", [2, 4818, 4]], ["simmer down", [2, 4818, 5]]]}, {"answer": "chime_in", "hint": "synonyms for chime in", "clues": [["butt in", [2, 4819, 0]], ["put in", [2, 4819, 1]], ["chisel in", [2, 4819, 2]], ["cut in", [2, 4819, 3]], ["barge in", [2, 4819, 4]], ["break in", [2, 4819, 5]]]}, {"answer": "chip_off", "hint": "synonyms for chip off", "clues": [["chip", [2, 4820, 0]], ["break off", [2, 4820, 1]], ["come off", [2, 4820, 2]], ["break away", [2, 4820, 3]]]}, {"answer": "chisel_in", "hint": "synonyms for chisel in", "clues": [["cut in", [2, 4821, 0]], ["butt in", [2, 4821, 1]], ["put in", [2, 4821, 2]], ["chime in", [2, 4821, 3]], ["barge in", [2, 4821, 4]], ["break in", [2, 4821, 5]]]}, {"answer": "chivvy", "hint": "synonyms for chivvy", "clues": [["hassle", [2, 4822, 0]], ["plague", [2, 4822, 1]], ["harry", [2, 4822, 2]], ["chevvy", [2, 4822, 3]], ["molest", [2, 4822, 4]], ["beset", [2, 4822, 5]], ["harass", [2, 4822, 6]], ["provoke", [2, 4822, 7]], ["chivy", [2, 4822, 8]]]}, {"answer": "chivy", "hint": "synonyms for chivy", "clues": [["hassle", [2, 4823, 0]], ["plague", [2, 4823, 1]], ["harry", [2, 4823, 2]], ["chivvy", [2, 4823, 3]], ["chevvy", [2, 4823, 4]], ["molest", [2, 4823, 5]], ["beset", [2, 4823, 6]], ["harass", [2, 4823, 7]], ["provoke", [2, 4823, 8]]]}, {"answer": "chock_up", "hint": "synonyms for chock up", "clues": [["wad", [2, 4824, 0]], ["jam", [2, 4824, 1]], ["cram", [2, 4824, 2]], ["jampack", [2, 4824, 3]]]}, {"answer": "choke_off", "hint": "synonyms for choke off", "clues": [["choke back", [2, 4825, 0]], ["clog", [2, 4825, 1]], ["choke down", [2, 4825, 2]], ["foul", [2, 4825, 3]], ["back up", [2, 4825, 4]], ["clog up", [2, 4825, 5]], ["congest", [2, 4825, 6]], ["choke", [2, 4825, 7]]]}, {"answer": "choose", "hint": "synonyms for choose", "clues": [["pick out", [2, 4826, 0]], ["take", [2, 4826, 1]], ["select", [2, 4826, 2]], ["prefer", [2, 4826, 3]], ["opt", [2, 4826, 4]]]}, {"answer": "chouse", "hint": "synonyms for chouse", "clues": [["chicane", [2, 4827, 0]], ["screw", [2, 4827, 1]], ["jockey", [2, 4827, 2]], ["cheat", [2, 4827, 3]], ["shaft", [2, 4827, 4]]]}, {"answer": "chuck_out", "hint": "synonyms for chuck out", "clues": [["eject", [2, 4828, 0]], ["dispose", [2, 4828, 1]], ["cast away", [2, 4828, 2]], ["throw out", [2, 4828, 3]], ["turf out", [2, 4828, 4]], ["toss", [2, 4828, 5]], ["cast out", [2, 4828, 6]], ["put away", [2, 4828, 7]], ["fling", [2, 4828, 8]], ["throw away", [2, 4828, 9]], ["cast aside", [2, 4828, 10]], ["toss away", [2, 4828, 11]], ["discard", [2, 4828, 12]], ["boot out", [2, 4828, 13]], ["exclude", [2, 4828, 14]], ["toss out", [2, 4828, 15]]]}, {"answer": "chuck_up_the_sponge", "hint": "synonyms for chuck up the sponge", "clues": [["fall by the wayside", [2, 4829, 0]], ["give up", [2, 4829, 1]], ["quit", [2, 4829, 2]], ["throw in the towel", [2, 4829, 3]], ["drop out", [2, 4829, 4]], ["drop by the wayside", [2, 4829, 5]], ["throw in", [2, 4829, 6]]]}, {"answer": "churn_up", "hint": "synonyms for churn up", "clues": [["nauseate", [2, 4830, 0]], ["revolt", [2, 4830, 1]], ["disgust", [2, 4830, 2]], ["sicken", [2, 4830, 3]]]}, {"answer": "circularise", "hint": "synonyms for circularise", "clues": [["circularize", [2, 4831, 0]], ["pass around", [2, 4831, 1]], ["distribute", [2, 4831, 2]], ["diffuse", [2, 4831, 3]], ["propagate", [2, 4831, 4]], ["disseminate", [2, 4831, 5]], ["broadcast", [2, 4831, 6]], ["spread", [2, 4831, 7]], ["disperse", [2, 4831, 8]], ["circulate", [2, 4831, 9]]]}, {"answer": "circularize", "hint": "synonyms for circularize", "clues": [["circulate", [2, 4832, 0]], ["pass around", [2, 4832, 1]], ["circularise", [2, 4832, 2]], ["distribute", [2, 4832, 3]], ["diffuse", [2, 4832, 4]], ["propagate", [2, 4832, 5]], ["disseminate", [2, 4832, 6]], ["broadcast", [2, 4832, 7]], ["spread", [2, 4832, 8]], ["disperse", [2, 4832, 9]]]}, {"answer": "circulate", "hint": "synonyms for circulate", "clues": [["pass around", [2, 4833, 0]], ["distribute", [2, 4833, 1]], ["diffuse", [2, 4833, 2]], ["propagate", [2, 4833, 3]], ["spread", [2, 4833, 4]], ["circle", [2, 4833, 5]], ["mobilize", [2, 4833, 6]], ["circularize", [2, 4833, 7]], ["pass on", [2, 4833, 8]], ["disseminate", [2, 4833, 9]], ["broadcast", [2, 4833, 10]], ["go around", [2, 4833, 11]], ["disperse", [2, 4833, 12]]]}, {"answer": "circumvent", "hint": "synonyms for circumvent", "clues": [["duck", [2, 4834, 0]], ["hedge", [2, 4834, 1]], ["elude", [2, 4834, 2]], ["overreach", [2, 4834, 3]], ["outwit", [2, 4834, 4]], ["parry", [2, 4834, 5]], ["sidestep", [2, 4834, 6]], ["hem in", [2, 4834, 7]], ["beleaguer", [2, 4834, 8]], ["beat", [2, 4834, 9]], ["put off", [2, 4834, 10]], ["outsmart", [2, 4834, 11]], ["surround", [2, 4834, 12]], ["outfox", [2, 4834, 13]], ["evade", [2, 4834, 14]], ["dodge", [2, 4834, 15]], ["fudge", [2, 4834, 16]], ["skirt", [2, 4834, 17]], ["besiege", [2, 4834, 18]]]}, {"answer": "civilise", "hint": "synonyms for civilise", "clues": [["train", [2, 4835, 0]], ["cultivate", [2, 4835, 1]], ["civilize", [2, 4835, 2]], ["educate", [2, 4835, 3]], ["school", [2, 4835, 4]]]}, {"answer": "civilize", "hint": "synonyms for civilize", "clues": [["train", [2, 4836, 0]], ["civilise", [2, 4836, 1]], ["cultivate", [2, 4836, 2]], ["educate", [2, 4836, 3]], ["school", [2, 4836, 4]]]}, {"answer": "clam_up", "hint": "synonyms for clam up", "clues": [["button up", [2, 4837, 0]], ["belt up", [2, 4837, 1]], ["close up", [2, 4837, 2]], ["shut up", [2, 4837, 3]], ["keep mum", [2, 4837, 4]], ["be quiet", [2, 4837, 5]], ["dummy up", [2, 4837, 6]]]}, {"answer": "classify", "hint": "synonyms for classify", "clues": [["separate", [2, 4838, 0]], ["sort out", [2, 4838, 1]], ["relegate", [2, 4838, 2]], ["sort", [2, 4838, 3]], ["assort", [2, 4838, 4]], ["class", [2, 4838, 5]]]}, {"answer": "claver", "hint": "synonyms for claver", "clues": [["chitchat", [2, 4839, 0]], ["chaffer", [2, 4839, 1]], ["shoot the breeze", [2, 4839, 2]], ["chatter", [2, 4839, 3]], ["visit", [2, 4839, 4]], ["chew the fat", [2, 4839, 5]], ["confabulate", [2, 4839, 6]], ["natter", [2, 4839, 7]], ["gossip", [2, 4839, 8]], ["jaw", [2, 4839, 9]], ["confab", [2, 4839, 10]], ["chat", [2, 4839, 11]]]}, {"answer": "clean_up", "hint": "synonyms for clean up", "clues": [["tidy", [2, 4840, 0]], ["square away", [2, 4840, 1]], ["straighten out", [2, 4840, 2]], ["straighten", [2, 4840, 3]], ["neaten", [2, 4840, 4]], ["tidy up", [2, 4840, 5]]]}, {"answer": "clear_up", "hint": "synonyms for clear up", "clues": [["clear", [2, 4841, 0]], ["finish off", [2, 4841, 1]], ["illuminate", [2, 4841, 2]], ["polish off", [2, 4841, 3]], ["light up", [2, 4841, 4]], ["sort out", [2, 4841, 5]], ["finish up", [2, 4841, 6]], ["enlighten", [2, 4841, 7]], ["elucidate", [2, 4841, 8]], ["brighten", [2, 4841, 9]], ["clarify", [2, 4841, 10]], ["get through", [2, 4841, 11]], ["mop up", [2, 4841, 12]], ["crystalise", [2, 4841, 13]], ["wrap up", [2, 4841, 14]], ["shed light on", [2, 4841, 15]], ["straighten out", [2, 4841, 16]]]}, {"answer": "cleave", "hint": "synonyms for cleave", "clues": [["cling", [2, 4842, 0]], ["stick", [2, 4842, 1]], ["cohere", [2, 4842, 2]], ["adhere", [2, 4842, 3]], ["rive", [2, 4842, 4]], ["split", [2, 4842, 5]]]}, {"answer": "climb_on", "hint": "synonyms for climb on", "clues": [["get on", [2, 4843, 0]], ["hop on", [2, 4843, 1]], ["bestride", [2, 4843, 2]], ["mount", [2, 4843, 3]], ["mount up", [2, 4843, 4]], ["jump on", [2, 4843, 5]]]}, {"answer": "climb_up", "hint": "synonyms for climb up", "clues": [["climb", [2, 4844, 0]], ["mount", [2, 4844, 1]], ["ascend", [2, 4844, 2]], ["rise", [2, 4844, 3]], ["go up", [2, 4844, 4]], ["jump", [2, 4844, 5]]]}, {"answer": "clog_up", "hint": "synonyms for clog up", "clues": [["foul", [2, 4845, 0]], ["back up", [2, 4845, 1]], ["clog", [2, 4845, 2]], ["choke off", [2, 4845, 3]], ["congest", [2, 4845, 4]], ["choke", [2, 4845, 5]]]}, {"answer": "close_down", "hint": "synonyms for close down", "clues": [["fold", [2, 4846, 0]], ["shut down", [2, 4846, 1]], ["close up", [2, 4846, 2]], ["close", [2, 4846, 3]]]}, {"answer": "clothe", "hint": "synonyms for clothe", "clues": [["garb", [2, 4847, 0]], ["habilitate", [2, 4847, 1]], ["fit out", [2, 4847, 2]], ["garment", [2, 4847, 3]], ["drape", [2, 4847, 4]], ["cloak", [2, 4847, 5]], ["dress", [2, 4847, 6]], ["enclothe", [2, 4847, 7]], ["raiment", [2, 4847, 8]], ["invest", [2, 4847, 9]], ["apparel", [2, 4847, 10]], ["adorn", [2, 4847, 11]], ["tog", [2, 4847, 12]], ["robe", [2, 4847, 13]]]}, {"answer": "co-occur_with", "hint": "synonyms for co-occur with", "clues": [["collocate with", [2, 4848, 0]], ["cooccur with", [2, 4848, 1]], ["go with", [2, 4848, 2]], ["construe with", [2, 4848, 3]]]}, {"answer": "coalesce", "hint": "synonyms for coalesce", "clues": [["conflate", [2, 4849, 0]], ["fuse", [2, 4849, 1]], ["merge", [2, 4849, 2]], ["meld", [2, 4849, 3]], ["commingle", [2, 4849, 4]], ["combine", [2, 4849, 5]], ["mix", [2, 4849, 6]], ["flux", [2, 4849, 7]], ["immix", [2, 4849, 8]], ["blend", [2, 4849, 9]]]}, {"answer": "coddle", "hint": "synonyms for coddle", "clues": [["baby", [2, 4850, 0]], ["mollycoddle", [2, 4850, 1]], ["indulge", [2, 4850, 2]], ["pamper", [2, 4850, 3]], ["featherbed", [2, 4850, 4]], ["cosset", [2, 4850, 5]], ["spoil", [2, 4850, 6]], ["cocker", [2, 4850, 7]]]}, {"answer": "coerce", "hint": "synonyms for coerce", "clues": [["pressure", [2, 4851, 0]], ["squeeze", [2, 4851, 1]], ["hale", [2, 4851, 2]], ["force", [2, 4851, 3]]]}, {"answer": "coggle", "hint": "synonyms for coggle", "clues": [["paddle", [2, 4852, 0]], ["toddle", [2, 4852, 1]], ["wobble", [2, 4852, 2]], ["dodder", [2, 4852, 3]], ["totter", [2, 4852, 4]], ["waddle", [2, 4852, 5]]]}, {"answer": "cohere", "hint": "synonyms for cohere", "clues": [["cling", [2, 4853, 0]], ["cleave", [2, 4853, 1]], ["stick", [2, 4853, 2]], ["adhere", [2, 4853, 3]]]}, {"answer": "coiffe", "hint": "synonyms for coiffe", "clues": [["do", [2, 4854, 0]], ["coiffure", [2, 4854, 1]], ["set", [2, 4854, 2]], ["dress", [2, 4854, 3]], ["arrange", [2, 4854, 4]], ["coif", [2, 4854, 5]]]}, {"answer": "coldcock", "hint": "synonyms for coldcock", "clues": [["knock down", [2, 4855, 0]], ["floor", [2, 4855, 1]], ["dump", [2, 4855, 2]], ["deck", [2, 4855, 3]]]}, {"answer": "collide_with", "hint": "synonyms for collide with", "clues": [["run into", [2, 4856, 0]], ["strike", [2, 4856, 1]], ["hit", [2, 4856, 2]], ["impinge on", [2, 4856, 3]]]}, {"answer": "colligate", "hint": "synonyms for colligate", "clues": [["subsume", [2, 4857, 0]], ["link up", [2, 4857, 1]], ["connect", [2, 4857, 2]], ["link", [2, 4857, 3]], ["associate", [2, 4857, 4]], ["tie in", [2, 4857, 5]], ["relate", [2, 4857, 6]]]}, {"answer": "colly", "hint": "synonyms for colly", "clues": [["grime", [2, 4858, 0]], ["soil", [2, 4858, 1]], ["dirty", [2, 4858, 2]], ["begrime", [2, 4858, 3]], ["bemire", [2, 4858, 4]]]}, {"answer": "color_in", "hint": "synonyms for color in", "clues": [["colourise", [2, 4859, 0]], ["color", [2, 4859, 1]], ["colour in", [2, 4859, 2]], ["colorize", [2, 4859, 3]]]}, {"answer": "colorise", "hint": "synonyms for colorise", "clues": [["colourise", [2, 4860, 0]], ["color", [2, 4860, 1]], ["colour in", [2, 4860, 2]], ["colorize", [2, 4860, 3]]]}, {"answer": "colour_in", "hint": "synonyms for colour in", "clues": [["colourise", [2, 4861, 0]], ["color", [2, 4861, 1]], ["colorize", [2, 4861, 2]], ["color in", [2, 4861, 3]]]}, {"answer": "colourise", "hint": "synonyms for colourise", "clues": [["colorise", [2, 4862, 0]], ["color", [2, 4862, 1]], ["colourize", [2, 4862, 2]], ["colour in", [2, 4862, 3]]]}, {"answer": "colourize", "hint": "synonyms for colourize", "clues": [["colourise", [2, 4863, 0]], ["color", [2, 4863, 1]], ["colour in", [2, 4863, 2]], ["colorize", [2, 4863, 3]]]}, {"answer": "combust", "hint": "synonyms for combust", "clues": [["conflagrate", [2, 4864, 0]], ["erupt", [2, 4864, 1]], ["have a fit", [2, 4864, 2]], ["blow a fuse", [2, 4864, 3]], ["flip one's lid", [2, 4864, 4]], ["catch fire", [2, 4864, 5]], ["go ballistic", [2, 4864, 6]], ["lose one's temper", [2, 4864, 7]], ["burn", [2, 4864, 8]], ["have kittens", [2, 4864, 9]], ["blow up", [2, 4864, 10]], ["ignite", [2, 4864, 11]], ["blow one's stack", [2, 4864, 12]], ["fly off the handle", [2, 4864, 13]], ["hit the ceiling", [2, 4864, 14]], ["take fire", [2, 4864, 15]], ["throw a fit", [2, 4864, 16]], ["hit the roof", [2, 4864, 17]]]}, {"answer": "come_about", "hint": "synonyms for come about", "clues": [["hap", [2, 4865, 0]], ["occur", [2, 4865, 1]], ["pass off", [2, 4865, 2]], ["go on", [2, 4865, 3]], ["pass", [2, 4865, 4]], ["happen", [2, 4865, 5]], ["take place", [2, 4865, 6]], ["fall out", [2, 4865, 7]]]}, {"answer": "come_across", "hint": "synonyms for come across", "clues": [["happen upon", [2, 4866, 0]], ["resonate", [2, 4866, 1]], ["chance upon", [2, 4866, 2]], ["fall upon", [2, 4866, 3]], ["attain", [2, 4866, 4]], ["see", [2, 4866, 5]], ["run across", [2, 4866, 6]], ["run into", [2, 4866, 7]], ["discover", [2, 4866, 8]], ["meet", [2, 4866, 9]], ["come over", [2, 4866, 10]], ["encounter", [2, 4866, 11]], ["light upon", [2, 4866, 12]], ["come upon", [2, 4866, 13]], ["strike", [2, 4866, 14]]]}, {"answer": "come_alive", "hint": "synonyms for come alive", "clues": [["awaken", [2, 4867, 0]], ["wake", [2, 4867, 1]], ["wake up", [2, 4867, 2]], ["arouse", [2, 4867, 3]]]}, {"answer": "come_along", "hint": "synonyms for come along", "clues": [["progress", [2, 4868, 0]], ["appear", [2, 4868, 1]], ["get along", [2, 4868, 2]], ["advance", [2, 4868, 3]], ["come on", [2, 4868, 4]], ["get on", [2, 4868, 5]], ["shape up", [2, 4868, 6]]]}, {"answer": "come_apart", "hint": "synonyms for come apart", "clues": [["split up", [2, 4869, 0]], ["fall apart", [2, 4869, 1]], ["break", [2, 4869, 2]], ["separate", [2, 4869, 3]]]}, {"answer": "come_back", "hint": "synonyms for come back", "clues": [["return", [2, 4870, 0]], ["recall", [2, 4870, 1]], ["retort", [2, 4870, 2]], ["riposte", [2, 4870, 3]], ["hark back", [2, 4870, 4]], ["rejoin", [2, 4870, 5]], ["repay", [2, 4870, 6]]]}, {"answer": "come_down", "hint": "synonyms for come down", "clues": [["descend", [2, 4871, 0]], ["fall", [2, 4871, 1]], ["boil down", [2, 4871, 2]], ["precipitate", [2, 4871, 3]], ["sicken", [2, 4871, 4]], ["reduce", [2, 4871, 5]], ["go down", [2, 4871, 6]]]}, {"answer": "come_forth", "hint": "synonyms for come forth", "clues": [["issue", [2, 4872, 0]], ["egress", [2, 4872, 1]], ["go forth", [2, 4872, 2]], ["come out", [2, 4872, 3]], ["emerge", [2, 4872, 4]]]}, {"answer": "come_forward", "hint": "synonyms for come forward", "clues": [["step up", [2, 4873, 0]], ["come to the fore", [2, 4873, 1]], ["step forward", [2, 4873, 2]], ["come out", [2, 4873, 3]], ["step to the fore", [2, 4873, 4]]]}, {"answer": "come_home", "hint": "synonyms for come home", "clues": [["click", [2, 4874, 0]], ["get across", [2, 4874, 1]], ["penetrate", [2, 4874, 2]], ["fall into place", [2, 4874, 3]], ["dawn", [2, 4874, 4]], ["sink in", [2, 4874, 5]], ["get through", [2, 4874, 6]]]}, {"answer": "come_in", "hint": "synonyms for come in", "clues": [["come out", [2, 4875, 0]], ["enter", [2, 4875, 1]], ["put in", [2, 4875, 2]], ["interject", [2, 4875, 3]], ["come", [2, 4875, 4]], ["throw in", [2, 4875, 5]], ["go into", [2, 4875, 6]], ["get in", [2, 4875, 7]], ["move into", [2, 4875, 8]], ["inject", [2, 4875, 9]], ["place", [2, 4875, 10]], ["interpose", [2, 4875, 11]], ["go in", [2, 4875, 12]]]}, {"answer": "come_near", "hint": "synonyms for come near", "clues": [["approach", [2, 4876, 0]], ["draw close", [2, 4876, 1]], ["near", [2, 4876, 2]], ["go up", [2, 4876, 3]], ["come on", [2, 4876, 4]], ["draw near", [2, 4876, 5]]]}, {"answer": "come_off", "hint": "synonyms for come off", "clues": [["chip", [2, 4877, 0]], ["go off", [2, 4877, 1]], ["break off", [2, 4877, 2]], ["go over", [2, 4877, 3]], ["chip off", [2, 4877, 4]], ["detach", [2, 4877, 5]], ["come away", [2, 4877, 6]], ["break away", [2, 4877, 7]]]}, {"answer": "come_on", "hint": "synonyms for come on", "clues": [["progress", [2, 4878, 0]], ["approach", [2, 4878, 1]], ["come near", [2, 4878, 2]], ["get on", [2, 4878, 3]], ["turn up", [2, 4878, 4]], ["near", [2, 4878, 5]], ["get along", [2, 4878, 6]], ["go on", [2, 4878, 7]], ["draw near", [2, 4878, 8]], ["advance", [2, 4878, 9]], ["shape up", [2, 4878, 10]], ["draw close", [2, 4878, 11]], ["come out", [2, 4878, 12]], ["go up", [2, 4878, 13]], ["come along", [2, 4878, 14]], ["surface", [2, 4878, 15]], ["come up", [2, 4878, 16]], ["show up", [2, 4878, 17]]]}, {"answer": "come_out", "hint": "synonyms for come out", "clues": [["issue", [2, 4879, 0]], ["out", [2, 4879, 1]], ["egress", [2, 4879, 2]], ["come on", [2, 4879, 3]], ["break through", [2, 4879, 4]], ["come to the fore", [2, 4879, 5]], ["start", [2, 4879, 6]], ["step forward", [2, 4879, 7]], ["emerge", [2, 4879, 8]], ["step to the fore", [2, 4879, 9]], ["bulge out", [2, 4879, 10]], ["go forth", [2, 4879, 11]], ["pop out", [2, 4879, 12]], ["show up", [2, 4879, 13]], ["appear", [2, 4879, 14]], ["erupt", [2, 4879, 15]], ["come forward", [2, 4879, 16]], ["step up", [2, 4879, 17]], ["turn up", [2, 4879, 18]], ["turn out", [2, 4879, 19]], ["pop", [2, 4879, 20]], ["push through", [2, 4879, 21]], ["protrude", [2, 4879, 22]], ["place", [2, 4879, 23]], ["fall out", [2, 4879, 24]], ["bulge", [2, 4879, 25]], ["surface", [2, 4879, 26]], ["come forth", [2, 4879, 27]], ["come out of the closet", [2, 4879, 28]]]}, {"answer": "come_through", "hint": "synonyms for come through", "clues": [["pull through", [2, 4880, 0]], ["make it", [2, 4880, 1]], ["bring home the bacon", [2, 4880, 2]], ["break through", [2, 4880, 3]], ["deliver the goods", [2, 4880, 4]], ["win", [2, 4880, 5]], ["succeed", [2, 4880, 6]], ["get through", [2, 4880, 7]], ["survive", [2, 4880, 8]], ["pull round", [2, 4880, 9]]]}, {"answer": "come_to", "hint": "synonyms for come to", "clues": [["strike", [2, 4881, 0]], ["revive", [2, 4881, 1]], ["have-to doe with", [2, 4881, 2]], ["bear on", [2, 4881, 3]], ["relate", [2, 4881, 4]], ["touch on", [2, 4881, 5]], ["hit", [2, 4881, 6]], ["pertain", [2, 4881, 7]], ["concern", [2, 4881, 8]], ["resuscitate", [2, 4881, 9]], ["touch", [2, 4881, 10]], ["refer", [2, 4881, 11]]]}, {"answer": "come_to_the_fore", "hint": "synonyms for come to the fore", "clues": [["step up", [2, 4882, 0]], ["come forward", [2, 4882, 1]], ["step to the fore", [2, 4882, 2]], ["step forward", [2, 4882, 3]], ["come out", [2, 4882, 4]]]}, {"answer": "come_up", "hint": "synonyms for come up", "clues": [["go up", [2, 4883, 0]], ["rise", [2, 4883, 1]], ["rise up", [2, 4883, 2]], ["go on", [2, 4883, 3]], ["find", [2, 4883, 4]], ["move up", [2, 4883, 5]], ["uprise", [2, 4883, 6]], ["bob up", [2, 4883, 7]], ["surface", [2, 4883, 8]], ["come on", [2, 4883, 9]], ["summon", [2, 4883, 10]], ["ascend", [2, 4883, 11]], ["scrape up", [2, 4883, 12]], ["muster", [2, 4883, 13]], ["scrape", [2, 4883, 14]], ["lift", [2, 4883, 15]], ["scratch", [2, 4883, 16]], ["muster up", [2, 4883, 17]], ["get hold", [2, 4883, 18]], ["line up", [2, 4883, 19]], ["come", [2, 4883, 20]], ["rally", [2, 4883, 21]]]}, {"answer": "come_upon", "hint": "synonyms for come upon", "clues": [["happen upon", [2, 4884, 0]], ["chance upon", [2, 4884, 1]], ["fall upon", [2, 4884, 2]], ["attain", [2, 4884, 3]], ["discover", [2, 4884, 4]], ["enter upon", [2, 4884, 5]], ["come across", [2, 4884, 6]], ["light upon", [2, 4884, 7]], ["luck into", [2, 4884, 8]], ["strike", [2, 4884, 9]]]}, {"answer": "commemorate", "hint": "synonyms for commemorate", "clues": [["memorialise", [2, 4885, 0]], ["immortalise", [2, 4885, 1]], ["record", [2, 4885, 2]], ["mark", [2, 4885, 3]], ["remember", [2, 4885, 4]]]}, {"answer": "commence", "hint": "synonyms for commence", "clues": [["get", [2, 4886, 0]], ["set out", [2, 4886, 1]], ["start out", [2, 4886, 2]], ["start", [2, 4886, 3]], ["lead off", [2, 4886, 4]], ["start up", [2, 4886, 5]], ["begin", [2, 4886, 6]], ["get down", [2, 4886, 7]], ["embark on", [2, 4886, 8]]]}, {"answer": "comminate", "hint": "synonyms for comminate", "clues": [["execrate", [2, 4887, 0]], ["anathematise", [2, 4887, 1]], ["anathemize", [2, 4887, 2]], ["accurse", [2, 4887, 3]]]}, {"answer": "commingle", "hint": "synonyms for commingle", "clues": [["conflate", [2, 4888, 0]], ["fuse", [2, 4888, 1]], ["merge", [2, 4888, 2]], ["meld", [2, 4888, 3]], ["combine", [2, 4888, 4]], ["coalesce", [2, 4888, 5]], ["mix", [2, 4888, 6]], ["flux", [2, 4888, 7]], ["immix", [2, 4888, 8]], ["blend", [2, 4888, 9]]]}, {"answer": "comminute", "hint": "synonyms for comminute", "clues": [["grind", [2, 4889, 0]], ["bray", [2, 4889, 1]], ["mash", [2, 4889, 2]], ["crunch", [2, 4889, 3]]]}, {"answer": "commit", "hint": "synonyms for commit", "clues": [["perpetrate", [2, 4890, 0]], ["confide", [2, 4890, 1]], ["put", [2, 4890, 2]], ["practice", [2, 4890, 3]], ["charge", [2, 4890, 4]], ["pull", [2, 4890, 5]], ["send", [2, 4890, 6]], ["trust", [2, 4890, 7]], ["intrust", [2, 4890, 8]], ["institutionalize", [2, 4890, 9]], ["consecrate", [2, 4890, 10]], ["devote", [2, 4890, 11]], ["give", [2, 4890, 12]], ["invest", [2, 4890, 13]], ["place", [2, 4890, 14]], ["dedicate", [2, 4890, 15]]]}, {"answer": "commix", "hint": "synonyms for commix", "clues": [["mix", [2, 4891, 0]], ["mingle", [2, 4891, 1]], ["unify", [2, 4891, 2]], ["amalgamate", [2, 4891, 3]]]}, {"answer": "commove", "hint": "synonyms for commove", "clues": [["disturb", [2, 4892, 0]], ["agitate", [2, 4892, 1]], ["stir up", [2, 4892, 2]], ["raise up", [2, 4892, 3]], ["vex", [2, 4892, 4]], ["charge up", [2, 4892, 5]], ["shake up", [2, 4892, 6]], ["excite", [2, 4892, 7]], ["rouse", [2, 4892, 8]], ["charge", [2, 4892, 9]], ["turn on", [2, 4892, 10]]]}, {"answer": "communicate", "hint": "synonyms for communicate", "clues": [["intercommunicate", [2, 4893, 0]], ["put across", [2, 4893, 1]], ["pass along", [2, 4893, 2]], ["convey", [2, 4893, 3]], ["pass", [2, 4893, 4]], ["transmit", [2, 4893, 5]], ["pass on", [2, 4893, 6]], ["commune", [2, 4893, 7]]]}, {"answer": "compensate", "hint": "synonyms for compensate", "clues": [["make up", [2, 4894, 0]], ["recompense", [2, 4894, 1]], ["correct", [2, 4894, 2]], ["repair", [2, 4894, 3]], ["pay", [2, 4894, 4]], ["remunerate", [2, 4894, 5]], ["cover", [2, 4894, 6]], ["even out", [2, 4894, 7]], ["even off", [2, 4894, 8]], ["indemnify", [2, 4894, 9]], ["overcompensate", [2, 4894, 10]], ["redress", [2, 4894, 11]], ["even up", [2, 4894, 12]], ["right", [2, 4894, 13]], ["pay off", [2, 4894, 14]], ["counterbalance", [2, 4894, 15]]]}, {"answer": "compile", "hint": "synonyms for compile", "clues": [["roll up", [2, 4895, 0]], ["amass", [2, 4895, 1]], ["compose", [2, 4895, 2]], ["pile up", [2, 4895, 3]], ["collect", [2, 4895, 4]], ["accumulate", [2, 4895, 5]], ["hoard", [2, 4895, 6]]]}, {"answer": "complain", "hint": "synonyms for complain", "clues": [["kick", [2, 4896, 0]], ["quetch", [2, 4896, 1]], ["sound off", [2, 4896, 2]], ["kvetch", [2, 4896, 3]], ["plain", [2, 4896, 4]]]}, {"answer": "complicate", "hint": "synonyms for complicate", "clues": [["elaborate", [2, 4897, 0]], ["refine", [2, 4897, 1]], ["rarify", [2, 4897, 2]], ["perplex", [2, 4897, 3]]]}, {"answer": "complot", "hint": "synonyms for complot", "clues": [["machinate", [2, 4898, 0]], ["cabal", [2, 4898, 1]], ["conjure", [2, 4898, 2]], ["conspire", [2, 4898, 3]]]}, {"answer": "comport", "hint": "synonyms for comport", "clues": [["behave", [2, 4899, 0]], ["deport", [2, 4899, 1]], ["conduct", [2, 4899, 2]], ["bear", [2, 4899, 3]], ["acquit", [2, 4899, 4]], ["carry", [2, 4899, 5]]]}, {"answer": "compose", "hint": "synonyms for compose", "clues": [["frame", [2, 4900, 0]], ["compile", [2, 4900, 1]], ["draw up", [2, 4900, 2]], ["indite", [2, 4900, 3]], ["write", [2, 4900, 4]], ["pen", [2, 4900, 5]]]}, {"answer": "comprehend", "hint": "synonyms for comprehend", "clues": [["grasp", [2, 4901, 0]], ["compass", [2, 4901, 1]], ["perceive", [2, 4901, 2]], ["apprehend", [2, 4901, 3]], ["embrace", [2, 4901, 4]], ["dig", [2, 4901, 5]], ["savvy", [2, 4901, 6]], ["grok", [2, 4901, 7]], ["cover", [2, 4901, 8]], ["get the picture", [2, 4901, 9]]]}, {"answer": "comprise", "hint": "synonyms for comprise", "clues": [["make up", [2, 4902, 0]], ["constitute", [2, 4902, 1]], ["contain", [2, 4902, 2]], ["incorporate", [2, 4902, 3]], ["be", [2, 4902, 4]], ["represent", [2, 4902, 5]], ["consist", [2, 4902, 6]]]}, {"answer": "compute", "hint": "synonyms for compute", "clues": [["work out", [2, 4903, 0]], ["cypher", [2, 4903, 1]], ["reckon", [2, 4903, 2]], ["cipher", [2, 4903, 3]], ["figure", [2, 4903, 4]], ["calculate", [2, 4903, 5]]]}, {"answer": "concede", "hint": "synonyms for concede", "clues": [["yield", [2, 4904, 0]], ["confess", [2, 4904, 1]], ["grant", [2, 4904, 2]], ["profess", [2, 4904, 3]], ["cede", [2, 4904, 4]]]}, {"answer": "conceive", "hint": "synonyms for conceive", "clues": [["think", [2, 4905, 0]], ["gestate", [2, 4905, 1]], ["conceptualize", [2, 4905, 2]], ["believe", [2, 4905, 3]], ["consider", [2, 4905, 4]]]}, {"answer": "concentrate_on", "hint": "synonyms for concentrate on", "clues": [["center", [2, 4906, 0]], ["revolve about", [2, 4906, 1]], ["center on", [2, 4906, 2]], ["focus on", [2, 4906, 3]], ["revolve around", [2, 4906, 4]]]}, {"answer": "conciliate", "hint": "synonyms for conciliate", "clues": [["mollify", [2, 4907, 0]], ["placate", [2, 4907, 1]], ["settle", [2, 4907, 2]], ["appease", [2, 4907, 3]], ["reconcile", [2, 4907, 4]], ["make up", [2, 4907, 5]], ["gentle", [2, 4907, 6]], ["pacify", [2, 4907, 7]], ["gruntle", [2, 4907, 8]], ["patch up", [2, 4907, 9]], ["assuage", [2, 4907, 10]], ["accommodate", [2, 4907, 11]], ["lenify", [2, 4907, 12]]]}, {"answer": "conclude", "hint": "synonyms for conclude", "clues": [["close", [2, 4908, 0]], ["resolve", [2, 4908, 1]], ["reason", [2, 4908, 2]], ["reason out", [2, 4908, 3]]]}, {"answer": "concoct", "hint": "synonyms for concoct", "clues": [["trump up", [2, 4909, 0]], ["think of", [2, 4909, 1]], ["think up", [2, 4909, 2]], ["dream up", [2, 4909, 3]], ["hatch", [2, 4909, 4]], ["cook up", [2, 4909, 5]]]}, {"answer": "concur", "hint": "synonyms for concur", "clues": [["concord", [2, 4910, 0]], ["agree", [2, 4910, 1]], ["coincide", [2, 4910, 2]], ["hold", [2, 4910, 3]]]}, {"answer": "condemn", "hint": "synonyms for condemn", "clues": [["decry", [2, 4911, 0]], ["reprobate", [2, 4911, 1]], ["objurgate", [2, 4911, 2]], ["doom", [2, 4911, 3]], ["excoriate", [2, 4911, 4]], ["sentence", [2, 4911, 5]]]}, {"answer": "condense", "hint": "synonyms for condense", "clues": [["digest", [2, 4912, 0]], ["contract", [2, 4912, 1]], ["distil", [2, 4912, 2]], ["concentrate", [2, 4912, 3]]]}, {"answer": "condescend", "hint": "synonyms for condescend", "clues": [["stoop", [2, 4913, 0]], ["lower oneself", [2, 4913, 1]], ["deign", [2, 4913, 2]], ["descend", [2, 4913, 3]], ["patronise", [2, 4913, 4]]]}, {"answer": "condole_with", "hint": "synonyms for condole with", "clues": [["sympathize with", [2, 4914, 0]], ["pity", [2, 4914, 1]], ["compassionate", [2, 4914, 2]], ["feel for", [2, 4914, 3]]]}, {"answer": "confabulate", "hint": "synonyms for confabulate", "clues": [["chitchat", [2, 4915, 0]], ["confer", [2, 4915, 1]], ["claver", [2, 4915, 2]], ["chaffer", [2, 4915, 3]], ["shoot the breeze", [2, 4915, 4]], ["consult", [2, 4915, 5]], ["chatter", [2, 4915, 6]], ["visit", [2, 4915, 7]], ["confab", [2, 4915, 8]], ["chew the fat", [2, 4915, 9]], ["natter", [2, 4915, 10]], ["gossip", [2, 4915, 11]], ["jaw", [2, 4915, 12]], ["chat", [2, 4915, 13]]]}, {"answer": "confer", "hint": "synonyms for confer", "clues": [["bestow", [2, 4916, 0]], ["consult", [2, 4916, 1]], ["confab", [2, 4916, 2]], ["confabulate", [2, 4916, 3]]]}, {"answer": "confess", "hint": "synonyms for confess", "clues": [["fink", [2, 4917, 0]], ["concede", [2, 4917, 1]], ["profess", [2, 4917, 2]], ["squeal", [2, 4917, 3]]]}, {"answer": "confine", "hint": "synonyms for confine", "clues": [["limit", [2, 4918, 0]], ["hold in", [2, 4918, 1]], ["restrict", [2, 4918, 2]], ["throttle", [2, 4918, 3]], ["restrain", [2, 4918, 4]], ["circumscribe", [2, 4918, 5]], ["trammel", [2, 4918, 6]], ["enclose", [2, 4918, 7]], ["hold", [2, 4918, 8]], ["bound", [2, 4918, 9]], ["detain", [2, 4918, 10]]]}, {"answer": "confirm", "hint": "synonyms for confirm", "clues": [["support", [2, 4919, 0]], ["substantiate", [2, 4919, 1]], ["reassert", [2, 4919, 2]], ["affirm", [2, 4919, 3]], ["sustain", [2, 4919, 4]], ["corroborate", [2, 4919, 5]]]}, {"answer": "conflagrate", "hint": "synonyms for conflagrate", "clues": [["erupt", [2, 4920, 0]], ["enkindle", [2, 4920, 1]], ["ignite", [2, 4920, 2]], ["combust", [2, 4920, 3]], ["catch fire", [2, 4920, 4]], ["inflame", [2, 4920, 5]], ["take fire", [2, 4920, 6]]]}, {"answer": "conflate", "hint": "synonyms for conflate", "clues": [["fuse", [2, 4921, 0]], ["merge", [2, 4921, 1]], ["meld", [2, 4921, 2]], ["commingle", [2, 4921, 3]], ["combine", [2, 4921, 4]], ["coalesce", [2, 4921, 5]], ["mix", [2, 4921, 6]], ["flux", [2, 4921, 7]], ["immix", [2, 4921, 8]], ["blend", [2, 4921, 9]]]}, {"answer": "confound", "hint": "synonyms for confound", "clues": [["discombobulate", [2, 4922, 0]], ["throw", [2, 4922, 1]], ["confuse", [2, 4922, 2]], ["befuddle", [2, 4922, 3]], ["fox", [2, 4922, 4]], ["bedevil", [2, 4922, 5]]]}, {"answer": "confuse", "hint": "synonyms for confuse", "clues": [["discombobulate", [2, 4923, 0]], ["flurry", [2, 4923, 1]], ["mix up", [2, 4923, 2]], ["confound", [2, 4923, 3]], ["obscure", [2, 4923, 4]], ["fuddle", [2, 4923, 5]], ["put off", [2, 4923, 6]], ["disconcert", [2, 4923, 7]], ["obnubilate", [2, 4923, 8]], ["jumble", [2, 4923, 9]], ["throw", [2, 4923, 10]], ["blur", [2, 4923, 11]], ["fox", [2, 4923, 12]], ["bedevil", [2, 4923, 13]]]}, {"answer": "congest", "hint": "synonyms for congest", "clues": [["foul", [2, 4924, 0]], ["back up", [2, 4924, 1]], ["clog", [2, 4924, 2]], ["choke off", [2, 4924, 3]], ["clog up", [2, 4924, 4]], ["choke", [2, 4924, 5]]]}, {"answer": "congratulate", "hint": "synonyms for congratulate", "clues": [["preen", [2, 4925, 0]], ["plume", [2, 4925, 1]], ["pride", [2, 4925, 2]], ["felicitate", [2, 4925, 3]], ["compliment", [2, 4925, 4]]]}, {"answer": "conjoin", "hint": "synonyms for conjoin", "clues": [["wed", [2, 4926, 0]], ["marry", [2, 4926, 1]], ["get hitched with", [2, 4926, 2]], ["espouse", [2, 4926, 3]], ["get married", [2, 4926, 4]], ["join", [2, 4926, 5]], ["hook up with", [2, 4926, 6]]]}, {"answer": "conjure", "hint": "synonyms for conjure", "clues": [["machinate", [2, 4927, 0]], ["invoke", [2, 4927, 1]], ["bid", [2, 4927, 2]], ["call down", [2, 4927, 3]], ["entreat", [2, 4927, 4]], ["bring up", [2, 4927, 5]], ["complot", [2, 4927, 6]], ["raise", [2, 4927, 7]], ["call forth", [2, 4927, 8]], ["cabal", [2, 4927, 9]], ["press", [2, 4927, 10]], ["stir", [2, 4927, 11]], ["conspire", [2, 4927, 12]], ["put forward", [2, 4927, 13]], ["beseech", [2, 4927, 14]], ["arouse", [2, 4927, 15]], ["adjure", [2, 4927, 16]], ["evoke", [2, 4927, 17]], ["conjure up", [2, 4927, 18]]]}, {"answer": "conjure_up", "hint": "synonyms for conjure up", "clues": [["invoke", [2, 4928, 0]], ["call down", [2, 4928, 1]], ["arouse", [2, 4928, 2]], ["bring up", [2, 4928, 3]], ["conjure", [2, 4928, 4]], ["stir", [2, 4928, 5]], ["raise", [2, 4928, 6]], ["call forth", [2, 4928, 7]], ["evoke", [2, 4928, 8]], ["put forward", [2, 4928, 9]]]}, {"answer": "conk_out", "hint": "synonyms for conk out", "clues": [["give way", [2, 4929, 0]], ["break", [2, 4929, 1]], ["fail", [2, 4929, 2]], ["go", [2, 4929, 3]], ["give out", [2, 4929, 4]], ["die", [2, 4929, 5]], ["go bad", [2, 4929, 6]], ["poop out", [2, 4929, 7]], ["peter out", [2, 4929, 8]], ["break down", [2, 4929, 9]], ["run out", [2, 4929, 10]], ["run down", [2, 4929, 11]]]}, {"answer": "connect", "hint": "synonyms for connect", "clues": [["get in touch", [2, 4930, 0]], ["associate", [2, 4930, 1]], ["tie", [2, 4930, 2]], ["touch base", [2, 4930, 3]], ["plug in", [2, 4930, 4]], ["join", [2, 4930, 5]], ["link up", [2, 4930, 6]], ["colligate", [2, 4930, 7]], ["link", [2, 4930, 8]], ["unite", [2, 4930, 9]], ["tie in", [2, 4930, 10]], ["relate", [2, 4930, 11]]]}, {"answer": "conquer", "hint": "synonyms for conquer", "clues": [["stamp down", [2, 4931, 0]], ["capture", [2, 4931, 1]], ["inhibit", [2, 4931, 2]], ["seize", [2, 4931, 3]], ["subdue", [2, 4931, 4]], ["appropriate", [2, 4931, 5]], ["suppress", [2, 4931, 6]], ["curb", [2, 4931, 7]]]}, {"answer": "consider", "hint": "synonyms for consider", "clues": [["think", [2, 4932, 0]], ["regard", [2, 4932, 1]], ["look at", [2, 4932, 2]], ["deal", [2, 4932, 3]], ["count", [2, 4932, 4]], ["conceive", [2, 4932, 5]], ["weigh", [2, 4932, 6]], ["take", [2, 4932, 7]], ["deliberate", [2, 4932, 8]], ["view", [2, 4932, 9]], ["see", [2, 4932, 10]], ["reckon", [2, 4932, 11]], ["study", [2, 4932, 12]], ["debate", [2, 4932, 13]], ["turn over", [2, 4932, 14]], ["moot", [2, 4932, 15]], ["believe", [2, 4932, 16]]]}, {"answer": "consist", "hint": "synonyms for consist", "clues": [["lie", [2, 4933, 0]], ["dwell", [2, 4933, 1]], ["comprise", [2, 4933, 2]], ["lie in", [2, 4933, 3]]]}, {"answer": "conspire", "hint": "synonyms for conspire", "clues": [["machinate", [2, 4934, 0]], ["complot", [2, 4934, 1]], ["cabal", [2, 4934, 2]], ["conjure", [2, 4934, 3]], ["collude", [2, 4934, 4]]]}, {"answer": "constellate", "hint": "synonyms for constellate", "clues": [["flock", [2, 4935, 0]], ["stud", [2, 4935, 1]], ["clump", [2, 4935, 2]], ["dot", [2, 4935, 3]], ["cluster", [2, 4935, 4]]]}, {"answer": "constitute", "hint": "synonyms for constitute", "clues": [["make up", [2, 4936, 0]], ["make", [2, 4936, 1]], ["represent", [2, 4936, 2]], ["name", [2, 4936, 3]], ["institute", [2, 4936, 4]], ["establish", [2, 4936, 5]], ["comprise", [2, 4936, 6]], ["nominate", [2, 4936, 7]], ["plant", [2, 4936, 8]], ["found", [2, 4936, 9]], ["form", [2, 4936, 10]], ["be", [2, 4936, 11]], ["appoint", [2, 4936, 12]]]}, {"answer": "constrain", "hint": "synonyms for constrain", "clues": [["restrain", [2, 4937, 0]], ["tighten up", [2, 4937, 1]], ["cumber", [2, 4937, 2]], ["tighten", [2, 4937, 3]], ["stiffen", [2, 4937, 4]]]}, {"answer": "constrict", "hint": "synonyms for constrict", "clues": [["press", [2, 4938, 0]], ["compress", [2, 4938, 1]], ["narrow", [2, 4938, 2]], ["squeeze", [2, 4938, 3]], ["constringe", [2, 4938, 4]], ["contract", [2, 4938, 5]], ["compact", [2, 4938, 6]]]}, {"answer": "consult", "hint": "synonyms for consult", "clues": [["confer with", [2, 4939, 0]], ["confabulate", [2, 4939, 1]], ["confab", [2, 4939, 2]], ["look up", [2, 4939, 3]], ["confer", [2, 4939, 4]], ["refer", [2, 4939, 5]]]}, {"answer": "consume", "hint": "synonyms for consume", "clues": [["wipe out", [2, 4940, 0]], ["have", [2, 4940, 1]], ["run through", [2, 4940, 2]], ["eat", [2, 4940, 3]], ["go through", [2, 4940, 4]], ["eat up", [2, 4940, 5]], ["deplete", [2, 4940, 6]], ["devour", [2, 4940, 7]], ["squander", [2, 4940, 8]], ["take", [2, 4940, 9]], ["take in", [2, 4940, 10]], ["waste", [2, 4940, 11]], ["ware", [2, 4940, 12]], ["exhaust", [2, 4940, 13]], ["ingest", [2, 4940, 14]], ["use up", [2, 4940, 15]], ["down", [2, 4940, 16]]]}, {"answer": "contain", "hint": "synonyms for contain", "clues": [["turn back", [2, 4941, 0]], ["bear", [2, 4941, 1]], ["check", [2, 4941, 2]], ["comprise", [2, 4941, 3]], ["take", [2, 4941, 4]], ["arrest", [2, 4941, 5]], ["hold back", [2, 4941, 6]], ["hold", [2, 4941, 7]], ["control", [2, 4941, 8]], ["curb", [2, 4941, 9]], ["hold in", [2, 4941, 10]], ["moderate", [2, 4941, 11]], ["carry", [2, 4941, 12]], ["incorporate", [2, 4941, 13]], ["stop", [2, 4941, 14]]]}, {"answer": "contemplate", "hint": "synonyms for contemplate", "clues": [["meditate", [2, 4942, 0]], ["think over", [2, 4942, 1]], ["excogitate", [2, 4942, 2]], ["study", [2, 4942, 3]], ["reflect", [2, 4942, 4]], ["muse", [2, 4942, 5]], ["speculate", [2, 4942, 6]], ["ruminate", [2, 4942, 7]], ["mull over", [2, 4942, 8]], ["ponder", [2, 4942, 9]], ["mull", [2, 4942, 10]], ["chew over", [2, 4942, 11]]]}, {"answer": "contend", "hint": "synonyms for contend", "clues": [["grapple", [2, 4943, 0]], ["argue", [2, 4943, 1]], ["cope", [2, 4943, 2]], ["postulate", [2, 4943, 3]], ["make do", [2, 4943, 4]], ["fence", [2, 4943, 5]], ["fight", [2, 4943, 6]], ["deal", [2, 4943, 7]], ["compete", [2, 4943, 8]], ["contest", [2, 4943, 9]], ["make out", [2, 4943, 10]], ["struggle", [2, 4943, 11]], ["get by", [2, 4943, 12]], ["repugn", [2, 4943, 13]], ["vie", [2, 4943, 14]], ["debate", [2, 4943, 15]], ["manage", [2, 4943, 16]]]}, {"answer": "continue", "hint": "synonyms for continue", "clues": [["go forward", [2, 4944, 0]], ["proceed", [2, 4944, 1]], ["stay", [2, 4944, 2]], ["remain", [2, 4944, 3]], ["persist in", [2, 4944, 4]], ["carry on", [2, 4944, 5]], ["preserve", [2, 4944, 6]], ["bear on", [2, 4944, 7]], ["go on", [2, 4944, 8]], ["extend", [2, 4944, 9]], ["keep", [2, 4944, 10]], ["cover", [2, 4944, 11]], ["retain", [2, 4944, 12]], ["uphold", [2, 4944, 13]], ["stay on", [2, 4944, 14]], ["go along", [2, 4944, 15]], ["keep on", [2, 4944, 16]]]}, {"answer": "contradict", "hint": "synonyms for contradict", "clues": [["negate", [2, 4945, 0]], ["oppose", [2, 4945, 1]], ["controvert", [2, 4945, 2]], ["belie", [2, 4945, 3]], ["contravene", [2, 4945, 4]]]}, {"answer": "contravene", "hint": "synonyms for contravene", "clues": [["negate", [2, 4946, 0]], ["conflict", [2, 4946, 1]], ["run afoul", [2, 4946, 2]], ["contradict", [2, 4946, 3]], ["infringe", [2, 4946, 4]]]}, {"answer": "contribute", "hint": "synonyms for contribute", "clues": [["impart", [2, 4947, 0]], ["lend", [2, 4947, 1]], ["conduce", [2, 4947, 2]], ["lead", [2, 4947, 3]], ["add", [2, 4947, 4]], ["kick in", [2, 4947, 5]], ["chip in", [2, 4947, 6]], ["put up", [2, 4947, 7]], ["give", [2, 4947, 8]], ["bring", [2, 4947, 9]], ["bestow", [2, 4947, 10]]]}, {"answer": "contrive", "hint": "synonyms for contrive", "clues": [["throw", [2, 4948, 0]], ["plan", [2, 4948, 1]], ["project", [2, 4948, 2]], ["invent", [2, 4948, 3]], ["excogitate", [2, 4948, 4]], ["devise", [2, 4948, 5]], ["cast", [2, 4948, 6]], ["forge", [2, 4948, 7]], ["formulate", [2, 4948, 8]], ["design", [2, 4948, 9]]]}, {"answer": "controvert", "hint": "synonyms for controvert", "clues": [["contradict", [2, 4949, 0]], ["refute", [2, 4949, 1]], ["rebut", [2, 4949, 2]], ["oppose", [2, 4949, 3]]]}, {"answer": "convey", "hint": "synonyms for convey", "clues": [["channel", [2, 4950, 0]], ["transmit", [2, 4950, 1]], ["fetch", [2, 4950, 2]], ["bring", [2, 4950, 3]], ["impart", [2, 4950, 4]], ["carry", [2, 4950, 5]], ["express", [2, 4950, 6]], ["conduct", [2, 4950, 7]], ["take", [2, 4950, 8]], ["communicate", [2, 4950, 9]], ["get", [2, 4950, 10]]]}, {"answer": "convulse", "hint": "synonyms for convulse", "clues": [["thresh", [2, 4951, 0]], ["slash", [2, 4951, 1]], ["thrash about", [2, 4951, 2]], ["thrash", [2, 4951, 3]], ["jactitate", [2, 4951, 4]], ["toss", [2, 4951, 5]]]}, {"answer": "cooccur_with", "hint": "synonyms for cooccur with", "clues": [["collocate with", [2, 4952, 0]], ["co-occur with", [2, 4952, 1]], ["go with", [2, 4952, 2]], ["construe with", [2, 4952, 3]]]}, {"answer": "cook_up", "hint": "synonyms for cook up", "clues": [["make up", [2, 4953, 0]], ["concoct", [2, 4953, 1]], ["fabricate", [2, 4953, 2]], ["manufacture", [2, 4953, 3]], ["invent", [2, 4953, 4]]]}, {"answer": "cool_it", "hint": "synonyms for cool it", "clues": [["cool off", [2, 4954, 0]], ["chill out", [2, 4954, 1]], ["calm", [2, 4954, 2]], ["calm down", [2, 4954, 3]], ["settle down", [2, 4954, 4]], ["simmer down", [2, 4954, 5]]]}, {"answer": "cool_off", "hint": "synonyms for cool off", "clues": [["cool it", [2, 4955, 0]], ["cool down", [2, 4955, 1]], ["cool", [2, 4955, 2]], ["chill out", [2, 4955, 3]], ["calm", [2, 4955, 4]], ["calm down", [2, 4955, 5]], ["settle down", [2, 4955, 6]], ["simmer down", [2, 4955, 7]]]}, {"answer": "coquet", "hint": "synonyms for coquet", "clues": [["philander", [2, 4956, 0]], ["chat up", [2, 4956, 1]], ["dally", [2, 4956, 2]], ["flirt", [2, 4956, 3]], ["coquette", [2, 4956, 4]], ["mash", [2, 4956, 5]], ["butterfly", [2, 4956, 6]], ["romance", [2, 4956, 7]]]}, {"answer": "corrade", "hint": "synonyms for corrade", "clues": [["abrase", [2, 4957, 0]], ["rub off", [2, 4957, 1]], ["abrade", [2, 4957, 2]], ["rub down", [2, 4957, 3]]]}, {"answer": "correspond", "hint": "synonyms for correspond", "clues": [["stand for", [2, 4958, 0]], ["match", [2, 4958, 1]], ["fit", [2, 4958, 2]], ["equate", [2, 4958, 3]], ["represent", [2, 4958, 4]], ["tally", [2, 4958, 5]], ["jibe", [2, 4958, 6]], ["gibe", [2, 4958, 7]], ["check", [2, 4958, 8]], ["agree", [2, 4958, 9]]]}, {"answer": "corroborate", "hint": "synonyms for corroborate", "clues": [["support", [2, 4959, 0]], ["confirm", [2, 4959, 1]], ["sustain", [2, 4959, 2]], ["bear out", [2, 4959, 3]], ["affirm", [2, 4959, 4]], ["substantiate", [2, 4959, 5]], ["validate", [2, 4959, 6]], ["underpin", [2, 4959, 7]]]}, {"answer": "cosset", "hint": "synonyms for cosset", "clues": [["baby", [2, 4960, 0]], ["coddle", [2, 4960, 1]], ["mollycoddle", [2, 4960, 2]], ["indulge", [2, 4960, 3]], ["pamper", [2, 4960, 4]], ["featherbed", [2, 4960, 5]], ["spoil", [2, 4960, 6]], ["cocker", [2, 4960, 7]]]}, {"answer": "cotton_on", "hint": "synonyms for cotton on", "clues": [["get wise", [2, 4961, 0]], ["catch on", [2, 4961, 1]], ["get onto", [2, 4961, 2]], ["tumble", [2, 4961, 3]], ["get it", [2, 4961, 4]], ["twig", [2, 4961, 5]]]}, {"answer": "cotton_up", "hint": "synonyms for cotton up", "clues": [["shine up", [2, 4962, 0]], ["sidle up", [2, 4962, 1]], ["cozy up", [2, 4962, 2]], ["play up", [2, 4962, 3]], ["suck up", [2, 4962, 4]]]}, {"answer": "cough_out", "hint": "synonyms for cough out", "clues": [["spit out", [2, 4963, 0]], ["expectorate", [2, 4963, 1]], ["cough up", [2, 4963, 2]], ["spit up", [2, 4963, 3]]]}, {"answer": "cough_up", "hint": "synonyms for cough up", "clues": [["expectorate", [2, 4964, 0]], ["pony up", [2, 4964, 1]], ["cough out", [2, 4964, 2]], ["spit out", [2, 4964, 3]], ["spit up", [2, 4964, 4]]]}, {"answer": "count_on", "hint": "synonyms for count on", "clues": [["reckon", [2, 4965, 0]], ["forecast", [2, 4965, 1]], ["calculate", [2, 4965, 2]], ["estimate", [2, 4965, 3]], ["figure", [2, 4965, 4]]]}, {"answer": "counteract", "hint": "synonyms for counteract", "clues": [["undermine", [2, 4966, 0]], ["counterbalance", [2, 4966, 1]], ["antagonize", [2, 4966, 2]], ["countermine", [2, 4966, 3]], ["weaken", [2, 4966, 4]], ["subvert", [2, 4966, 5]], ["countercheck", [2, 4966, 6]], ["neutralize", [2, 4966, 7]], ["sabotage", [2, 4966, 8]], ["countervail", [2, 4966, 9]]]}, {"answer": "countervail", "hint": "synonyms for countervail", "clues": [["neutralize", [2, 4967, 0]], ["offset", [2, 4967, 1]], ["counteract", [2, 4967, 2]], ["counterbalance", [2, 4967, 3]]]}, {"answer": "cower", "hint": "synonyms for cower", "clues": [["fawn", [2, 4968, 0]], ["huddle", [2, 4968, 1]], ["creep", [2, 4968, 2]], ["cringe", [2, 4968, 3]], ["grovel", [2, 4968, 4]], ["crawl", [2, 4968, 5]]]}, {"answer": "cozy_up", "hint": "synonyms for cozy up", "clues": [["shine up", [2, 4969, 0]], ["sidle up", [2, 4969, 1]], ["cotton up", [2, 4969, 2]], ["play up", [2, 4969, 3]], ["suck up", [2, 4969, 4]]]}, {"answer": "crack_up", "hint": "synonyms for crack up", "clues": [["collapse", [2, 4970, 0]], ["crack", [2, 4970, 1]], ["break up", [2, 4970, 2]], ["crock up", [2, 4970, 3]]]}, {"answer": "cram", "hint": "synonyms for cram", "clues": [["jam", [2, 4971, 0]], ["drum", [2, 4971, 1]], ["swot", [2, 4971, 2]], ["ram", [2, 4971, 3]], ["jampack", [2, 4971, 4]], ["get up", [2, 4971, 5]], ["wad", [2, 4971, 6]], ["bone up", [2, 4971, 7]], ["bone", [2, 4971, 8]], ["mug up", [2, 4971, 9]], ["chock up", [2, 4971, 10]], ["grind away", [2, 4971, 11]], ["swot up", [2, 4971, 12]]]}, {"answer": "crave", "hint": "synonyms for crave", "clues": [["hunger", [2, 4972, 0]], ["starve", [2, 4972, 1]], ["thirst", [2, 4972, 2]], ["lust", [2, 4972, 3]]]}, {"answer": "crawfish_out", "hint": "synonyms for crawfish out", "clues": [["back away", [2, 4973, 0]], ["crawfish", [2, 4973, 1]], ["pull back", [2, 4973, 2]], ["withdraw", [2, 4973, 3]], ["back out", [2, 4973, 4]], ["pull in one's horns", [2, 4973, 5]], ["retreat", [2, 4973, 6]]]}, {"answer": "crawl_in", "hint": "synonyms for crawl in", "clues": [["sack out", [2, 4974, 0]], ["turn in", [2, 4974, 1]], ["kip down", [2, 4974, 2]], ["hit the sack", [2, 4974, 3]], ["bed", [2, 4974, 4]], ["go to sleep", [2, 4974, 5]], ["retire", [2, 4974, 6]], ["go to bed", [2, 4974, 7]], ["hit the hay", [2, 4974, 8]]]}, {"answer": "criminate", "hint": "synonyms for criminate", "clues": [["censure", [2, 4975, 0]], ["impeach", [2, 4975, 1]], ["incriminate", [2, 4975, 2]], ["accuse", [2, 4975, 3]], ["reprimand", [2, 4975, 4]]]}, {"answer": "cringe", "hint": "synonyms for cringe", "clues": [["quail", [2, 4976, 0]], ["funk", [2, 4976, 1]], ["recoil", [2, 4976, 2]], ["fawn", [2, 4976, 3]], ["cower", [2, 4976, 4]], ["wince", [2, 4976, 5]], ["shrink", [2, 4976, 6]], ["flinch", [2, 4976, 7]], ["squinch", [2, 4976, 8]], ["creep", [2, 4976, 9]], ["grovel", [2, 4976, 10]], ["crawl", [2, 4976, 11]]]}, {"answer": "crock_up", "hint": "synonyms for crock up", "clues": [["collapse", [2, 4977, 0]], ["crack", [2, 4977, 1]], ["crack up", [2, 4977, 2]], ["break up", [2, 4977, 3]]]}, {"answer": "cross_off", "hint": "synonyms for cross off", "clues": [["strike out", [2, 4978, 0]], ["mark", [2, 4978, 1]], ["strike off", [2, 4978, 2]], ["cross out", [2, 4978, 3]]]}, {"answer": "cross_out", "hint": "synonyms for cross out", "clues": [["cross off", [2, 4979, 0]], ["mark", [2, 4979, 1]], ["strike off", [2, 4979, 2]], ["strike out", [2, 4979, 3]]]}, {"answer": "crucify", "hint": "synonyms for crucify", "clues": [["frustrate", [2, 4980, 0]], ["dun", [2, 4980, 1]], ["pillory", [2, 4980, 2]], ["subdue", [2, 4980, 3]], ["bedevil", [2, 4980, 4]], ["blast", [2, 4980, 5]], ["mortify", [2, 4980, 6]], ["torment", [2, 4980, 7]], ["rag", [2, 4980, 8]], ["savage", [2, 4980, 9]]]}, {"answer": "crumble", "hint": "synonyms for crumble", "clues": [["fall apart", [2, 4981, 0]], ["collapse", [2, 4981, 1]], ["break down", [2, 4981, 2]], ["crumple", [2, 4981, 3]], ["decay", [2, 4981, 4]], ["dilapidate", [2, 4981, 5]], ["tumble", [2, 4981, 6]]]}, {"answer": "crumple", "hint": "synonyms for crumple", "clues": [["crinkle", [2, 4982, 0]], ["rumple", [2, 4982, 1]], ["collapse", [2, 4982, 2]], ["crumble", [2, 4982, 3]], ["break down", [2, 4982, 4]], ["buckle", [2, 4982, 5]], ["knit", [2, 4982, 6]], ["pucker", [2, 4982, 7]], ["crease", [2, 4982, 8]], ["cockle", [2, 4982, 9]], ["tumble", [2, 4982, 10]]]}, {"answer": "cry_out", "hint": "synonyms for cry out", "clues": [["cry", [2, 4983, 0]], ["exclaim", [2, 4983, 1]], ["shout", [2, 4983, 2]], ["call out", [2, 4983, 3]], ["outcry", [2, 4983, 4]]]}, {"answer": "crystalise", "hint": "synonyms for crystalise", "clues": [["crystalize", [2, 4984, 0]], ["clear", [2, 4984, 1]], ["illuminate", [2, 4984, 2]], ["effloresce", [2, 4984, 3]], ["sort out", [2, 4984, 4]], ["enlighten", [2, 4984, 5]], ["elucidate", [2, 4984, 6]], ["shed light on", [2, 4984, 7]], ["straighten out", [2, 4984, 8]], ["clear up", [2, 4984, 9]]]}, {"answer": "crystalize", "hint": "synonyms for crystalize", "clues": [["crystalise", [2, 4985, 0]], ["clear", [2, 4985, 1]], ["illuminate", [2, 4985, 2]], ["effloresce", [2, 4985, 3]], ["sort out", [2, 4985, 4]], ["enlighten", [2, 4985, 5]], ["elucidate", [2, 4985, 6]], ["shed light on", [2, 4985, 7]], ["straighten out", [2, 4985, 8]], ["clear up", [2, 4985, 9]]]}, {"answer": "crystallise", "hint": "synonyms for crystallise", "clues": [["crystalise", [2, 4986, 0]], ["clear", [2, 4986, 1]], ["shed light on", [2, 4986, 2]], ["illuminate", [2, 4986, 3]], ["straighten out", [2, 4986, 4]], ["sort out", [2, 4986, 5]], ["enlighten", [2, 4986, 6]], ["clear up", [2, 4986, 7]], ["elucidate", [2, 4986, 8]]]}, {"answer": "crystallize", "hint": "synonyms for crystallize", "clues": [["crystalise", [2, 4987, 0]], ["clear", [2, 4987, 1]], ["illuminate", [2, 4987, 2]], ["effloresce", [2, 4987, 3]], ["sort out", [2, 4987, 4]], ["enlighten", [2, 4987, 5]], ["elucidate", [2, 4987, 6]], ["shed light on", [2, 4987, 7]], ["straighten out", [2, 4987, 8]], ["clear up", [2, 4987, 9]]]}, {"answer": "cultivate", "hint": "synonyms for cultivate", "clues": [["train", [2, 4988, 0]], ["civilise", [2, 4988, 1]], ["work", [2, 4988, 2]], ["educate", [2, 4988, 3]], ["tame", [2, 4988, 4]], ["crop", [2, 4988, 5]], ["naturalize", [2, 4988, 6]], ["school", [2, 4988, 7]], ["domesticate", [2, 4988, 8]]]}, {"answer": "cumulate", "hint": "synonyms for cumulate", "clues": [["pile up", [2, 4989, 0]], ["gather", [2, 4989, 1]], ["accumulate", [2, 4989, 2]], ["conglomerate", [2, 4989, 3]], ["amass", [2, 4989, 4]]]}, {"answer": "curtail", "hint": "synonyms for curtail", "clues": [["restrict", [2, 4990, 0]], ["cut short", [2, 4990, 1]], ["curb", [2, 4990, 2]], ["clip", [2, 4990, 3]], ["cut back", [2, 4990, 4]]]}, {"answer": "cut_across", "hint": "synonyms for cut across", "clues": [["cut through", [2, 4991, 0]], ["get over", [2, 4991, 1]], ["pass over", [2, 4991, 2]], ["crosscut", [2, 4991, 3]], ["track", [2, 4991, 4]], ["traverse", [2, 4991, 5]], ["cross", [2, 4991, 6]], ["cover", [2, 4991, 7]], ["get across", [2, 4991, 8]]]}, {"answer": "cut_back", "hint": "synonyms for cut back", "clues": [["cut", [2, 4992, 0]], ["dress", [2, 4992, 1]], ["curb", [2, 4992, 2]], ["cut down", [2, 4992, 3]], ["clip", [2, 4992, 4]], ["crop", [2, 4992, 5]], ["reduce", [2, 4992, 6]], ["bring down", [2, 4992, 7]], ["snip", [2, 4992, 8]], ["trim", [2, 4992, 9]], ["prune", [2, 4992, 10]], ["curtail", [2, 4992, 11]], ["flash back", [2, 4992, 12]], ["restrict", [2, 4992, 13]], ["lop", [2, 4992, 14]], ["trim back", [2, 4992, 15]], ["trim down", [2, 4992, 16]]]}, {"answer": "cut_down", "hint": "synonyms for cut down", "clues": [["cut", [2, 4993, 0]], ["pull down", [2, 4993, 1]], ["slash", [2, 4993, 2]], ["cut back", [2, 4993, 3]], ["mow", [2, 4993, 4]], ["cut out", [2, 4993, 5]], ["bring down", [2, 4993, 6]], ["reduce", [2, 4993, 7]], ["knock down", [2, 4993, 8]], ["fell", [2, 4993, 9]], ["drop", [2, 4993, 10]], ["push down", [2, 4993, 11]], ["strike down", [2, 4993, 12]], ["trim back", [2, 4993, 13]], ["trim", [2, 4993, 14]], ["down", [2, 4993, 15]], ["trim down", [2, 4993, 16]]]}, {"answer": "cut_in", "hint": "synonyms for cut in", "clues": [["butt in", [2, 4994, 0]], ["put in", [2, 4994, 1]], ["chisel in", [2, 4994, 2]], ["chime in", [2, 4994, 3]], ["barge in", [2, 4994, 4]], ["break in", [2, 4994, 5]]]}, {"answer": "cut_short", "hint": "synonyms for cut short", "clues": [["break off", [2, 4995, 0]], ["curtail", [2, 4995, 1]], ["break short", [2, 4995, 2]], ["clip", [2, 4995, 3]], ["truncate", [2, 4995, 4]]]}, {"answer": "cut_through", "hint": "synonyms for cut through", "clues": [["get over", [2, 4996, 0]], ["pass over", [2, 4996, 1]], ["cut across", [2, 4996, 2]], ["track", [2, 4996, 3]], ["traverse", [2, 4996, 4]], ["cross", [2, 4996, 5]], ["cover", [2, 4996, 6]], ["get across", [2, 4996, 7]]]}, {"answer": "dabble", "hint": "synonyms for dabble", "clues": [["play around", [2, 4997, 0]], ["splash around", [2, 4997, 1]], ["paddle", [2, 4997, 2]], ["smatter", [2, 4997, 3]]]}, {"answer": "dally", "hint": "synonyms for dally", "clues": [["philander", [2, 4998, 0]], ["dawdle", [2, 4998, 1]], ["chat up", [2, 4998, 2]], ["toy", [2, 4998, 3]], ["flirt", [2, 4998, 4]], ["trifle", [2, 4998, 5]], ["coquet", [2, 4998, 6]], ["play", [2, 4998, 7]], ["mash", [2, 4998, 8]], ["butterfly", [2, 4998, 9]], ["romance", [2, 4998, 10]]]}, {"answer": "dampen", "hint": "synonyms for dampen", "clues": [["damp", [2, 4999, 0]], ["deaden", [2, 4999, 1]], ["wash", [2, 4999, 2]], ["stifle", [2, 4999, 3]], ["tone down", [2, 4999, 4]], ["mute", [2, 4999, 5]], ["break", [2, 4999, 6]], ["muffle", [2, 4999, 7]], ["weaken", [2, 4999, 8]], ["moisten", [2, 4999, 9]], ["dull", [2, 4999, 10]], ["soften", [2, 4999, 11]]]}, {"answer": "dash_off", "hint": "synonyms for dash off", "clues": [["dash down", [2, 5000, 0]], ["knock off", [2, 5000, 1]], ["fling off", [2, 5000, 2]], ["toss off", [2, 5000, 3]], ["scratch off", [2, 5000, 4]]]}, {"answer": "daunt", "hint": "synonyms for daunt", "clues": [["frighten off", [2, 5001, 0]], ["frighten away", [2, 5001, 1]], ["scare off", [2, 5001, 2]], ["dash", [2, 5001, 3]], ["scare away", [2, 5001, 4]], ["pall", [2, 5001, 5]], ["scare", [2, 5001, 6]]]}, {"answer": "dawdle", "hint": "synonyms for dawdle", "clues": [["fall back", [2, 5002, 0]], ["dally", [2, 5002, 1]], ["fall behind", [2, 5002, 2]], ["lag", [2, 5002, 3]], ["linger", [2, 5002, 4]]]}, {"answer": "deaden", "hint": "synonyms for deaden", "clues": [["blunt", [2, 5003, 0]], ["dampen", [2, 5003, 1]], ["damp", [2, 5003, 2]], ["girdle", [2, 5003, 3]]]}, {"answer": "deal_out", "hint": "synonyms for deal out", "clues": [["parcel out", [2, 5004, 0]], ["lot", [2, 5004, 1]], ["dish out", [2, 5004, 2]], ["administer", [2, 5004, 3]], ["dispense", [2, 5004, 4]], ["shell out", [2, 5004, 5]], ["allot", [2, 5004, 6]], ["deal", [2, 5004, 7]], ["dole out", [2, 5004, 8]], ["mete out", [2, 5004, 9]], ["distribute", [2, 5004, 10]]]}, {"answer": "debar", "hint": "synonyms for debar", "clues": [["ward off", [2, 5005, 0]], ["exclude", [2, 5005, 1]], ["avoid", [2, 5005, 2]], ["obviate", [2, 5005, 3]], ["bar", [2, 5005, 4]], ["forefend", [2, 5005, 5]], ["avert", [2, 5005, 6]], ["head off", [2, 5005, 7]], ["stave off", [2, 5005, 8]], ["fend off", [2, 5005, 9]], ["deflect", [2, 5005, 10]], ["suspend", [2, 5005, 11]]]}, {"answer": "debase", "hint": "synonyms for debase", "clues": [["deprave", [2, 5006, 0]], ["load", [2, 5006, 1]], ["demoralise", [2, 5006, 2]], ["debauch", [2, 5006, 3]], ["misdirect", [2, 5006, 4]], ["dilute", [2, 5006, 5]], ["alloy", [2, 5006, 6]], ["corrupt", [2, 5006, 7]], ["pervert", [2, 5006, 8]], ["profane", [2, 5006, 9]], ["adulterate", [2, 5006, 10]], ["stretch", [2, 5006, 11]], ["vitiate", [2, 5006, 12]], ["subvert", [2, 5006, 13]]]}, {"answer": "decamp", "hint": "synonyms for decamp", "clues": [["absquatulate", [2, 5007, 0]], ["make off", [2, 5007, 1]], ["bolt", [2, 5007, 2]], ["abscond", [2, 5007, 3]], ["skip", [2, 5007, 4]], ["go off", [2, 5007, 5]], ["vamoose", [2, 5007, 6]], ["break camp", [2, 5007, 7]], ["run off", [2, 5007, 8]]]}, {"answer": "deceive", "hint": "synonyms for deceive", "clues": [["lead astray", [2, 5008, 0]], ["delude", [2, 5008, 1]], ["cozen", [2, 5008, 2]], ["betray", [2, 5008, 3]], ["lead on", [2, 5008, 4]]]}, {"answer": "decelerate", "hint": "synonyms for decelerate", "clues": [["slow up", [2, 5009, 0]], ["slow down", [2, 5009, 1]], ["slow", [2, 5009, 2]], ["retard", [2, 5009, 3]]]}, {"answer": "decide", "hint": "synonyms for decide", "clues": [["resolve", [2, 5010, 0]], ["make up one's mind", [2, 5010, 1]], ["adjudicate", [2, 5010, 2]], ["settle", [2, 5010, 3]], ["determine", [2, 5010, 4]]]}, {"answer": "decimate", "hint": "synonyms for decimate", "clues": [["wipe out", [2, 5011, 0]], ["eradicate", [2, 5011, 1]], ["carry off", [2, 5011, 2]], ["eliminate", [2, 5011, 3]], ["extinguish", [2, 5011, 4]], ["annihilate", [2, 5011, 5]]]}, {"answer": "deck_out", "hint": "synonyms for deck out", "clues": [["deck up", [2, 5012, 0]], ["trick out", [2, 5012, 1]], ["trick up", [2, 5012, 2]], ["tog up", [2, 5012, 3]], ["gussy up", [2, 5012, 4]], ["tog out", [2, 5012, 5]], ["attire", [2, 5012, 6]], ["dress up", [2, 5012, 7]], ["fig up", [2, 5012, 8]], ["overdress", [2, 5012, 9]], ["fancy up", [2, 5012, 10]], ["get up", [2, 5012, 11]], ["fig out", [2, 5012, 12]], ["prink", [2, 5012, 13]]]}, {"answer": "deck_up", "hint": "synonyms for deck up", "clues": [["trick out", [2, 5013, 0]], ["trick up", [2, 5013, 1]], ["tog up", [2, 5013, 2]], ["gussy up", [2, 5013, 3]], ["tog out", [2, 5013, 4]], ["deck out", [2, 5013, 5]], ["attire", [2, 5013, 6]], ["dress up", [2, 5013, 7]], ["fig up", [2, 5013, 8]], ["overdress", [2, 5013, 9]], ["fancy up", [2, 5013, 10]], ["get up", [2, 5013, 11]], ["fig out", [2, 5013, 12]], ["prink", [2, 5013, 13]]]}, {"answer": "decolor", "hint": "synonyms for decolor", "clues": [["discolourise", [2, 5014, 0]], ["decolourize", [2, 5014, 1]], ["bleach", [2, 5014, 2]], ["decolour", [2, 5014, 3]], ["bleach out", [2, 5014, 4]]]}, {"answer": "decolorise", "hint": "synonyms for decolorise", "clues": [["discolourise", [2, 5015, 0]], ["decolourize", [2, 5015, 1]], ["bleach", [2, 5015, 2]], ["decolour", [2, 5015, 3]], ["bleach out", [2, 5015, 4]]]}, {"answer": "decolorize", "hint": "synonyms for decolorize", "clues": [["discolourise", [2, 5016, 0]], ["decolourize", [2, 5016, 1]], ["bleach", [2, 5016, 2]], ["decolour", [2, 5016, 3]], ["bleach out", [2, 5016, 4]]]}, {"answer": "decolour", "hint": "synonyms for decolour", "clues": [["discolourise", [2, 5017, 0]], ["decolourize", [2, 5017, 1]], ["bleach", [2, 5017, 2]], ["decolor", [2, 5017, 3]], ["bleach out", [2, 5017, 4]]]}, {"answer": "decolourise", "hint": "synonyms for decolourise", "clues": [["discolourise", [2, 5018, 0]], ["decolourize", [2, 5018, 1]], ["bleach", [2, 5018, 2]], ["decolour", [2, 5018, 3]], ["bleach out", [2, 5018, 4]]]}, {"answer": "decolourize", "hint": "synonyms for decolourize", "clues": [["discolourise", [2, 5019, 0]], ["bleach", [2, 5019, 1]], ["decolour", [2, 5019, 2]], ["decolorize", [2, 5019, 3]], ["bleach out", [2, 5019, 4]]]}, {"answer": "decompose", "hint": "synonyms for decompose", "clues": [["moulder", [2, 5020, 0]], ["disintegrate", [2, 5020, 1]], ["decay", [2, 5020, 2]], ["break up", [2, 5020, 3]], ["rot", [2, 5020, 4]], ["break down", [2, 5020, 5]]]}, {"answer": "decompress", "hint": "synonyms for decompress", "clues": [["uncompress", [2, 5021, 0]], ["unwind", [2, 5021, 1]], ["relax", [2, 5021, 2]], ["unbend", [2, 5021, 3]], ["depressurize", [2, 5021, 4]], ["slow down", [2, 5021, 5]], ["loosen up", [2, 5021, 6]]]}, {"answer": "decorate", "hint": "synonyms for decorate", "clues": [["adorn", [2, 5022, 0]], ["ornament", [2, 5022, 1]], ["beautify", [2, 5022, 2]], ["embellish", [2, 5022, 3]], ["dress", [2, 5022, 4]], ["grace", [2, 5022, 5]], ["deck", [2, 5022, 6]]]}, {"answer": "decriminalise", "hint": "synonyms for decriminalise", "clues": [["legitimatize", [2, 5023, 0]], ["legitimise", [2, 5023, 1]], ["legalise", [2, 5023, 2]], ["decriminalize", [2, 5023, 3]]]}, {"answer": "decriminalize", "hint": "synonyms for decriminalize", "clues": [["legitimatize", [2, 5024, 0]], ["decriminalise", [2, 5024, 1]], ["legitimise", [2, 5024, 2]], ["legalise", [2, 5024, 3]]]}, {"answer": "decry", "hint": "synonyms for decry", "clues": [["condemn", [2, 5025, 0]], ["excoriate", [2, 5025, 1]], ["reprobate", [2, 5025, 2]], ["objurgate", [2, 5025, 3]]]}, {"answer": "dedicate", "hint": "synonyms for dedicate", "clues": [["consecrate", [2, 5026, 0]], ["commit", [2, 5026, 1]], ["devote", [2, 5026, 2]], ["give", [2, 5026, 3]]]}, {"answer": "deduct", "hint": "synonyms for deduct", "clues": [["subtract", [2, 5027, 0]], ["derive", [2, 5027, 1]], ["withhold", [2, 5027, 2]], ["take off", [2, 5027, 3]], ["infer", [2, 5027, 4]], ["deduce", [2, 5027, 5]], ["recoup", [2, 5027, 6]]]}, {"answer": "deepen", "hint": "synonyms for deepen", "clues": [["intensify", [2, 5028, 0]], ["heighten", [2, 5028, 1]], ["change", [2, 5028, 2]], ["compound", [2, 5028, 3]]]}, {"answer": "defalcate", "hint": "synonyms for defalcate", "clues": [["misappropriate", [2, 5029, 0]], ["malversate", [2, 5029, 1]], ["peculate", [2, 5029, 2]], ["embezzle", [2, 5029, 3]]]}, {"answer": "defame", "hint": "synonyms for defame", "clues": [["sully", [2, 5030, 0]], ["denigrate", [2, 5030, 1]], ["calumniate", [2, 5030, 2]], ["smirch", [2, 5030, 3]], ["smear", [2, 5030, 4]], ["asperse", [2, 5030, 5]], ["slander", [2, 5030, 6]]]}, {"answer": "defecate", "hint": "synonyms for defecate", "clues": [["stool", [2, 5031, 0]], ["shit", [2, 5031, 1]], ["take a crap", [2, 5031, 2]], ["ca-ca", [2, 5031, 3]], ["crap", [2, 5031, 4]], ["take a shit", [2, 5031, 5]], ["make", [2, 5031, 6]]]}, {"answer": "defend", "hint": "synonyms for defend", "clues": [["fight down", [2, 5032, 0]], ["support", [2, 5032, 1]], ["fend for", [2, 5032, 2]], ["hold", [2, 5032, 3]], ["guard", [2, 5032, 4]], ["represent", [2, 5032, 5]], ["fight back", [2, 5032, 6]], ["oppose", [2, 5032, 7]], ["maintain", [2, 5032, 8]], ["champion", [2, 5032, 9]], ["fight", [2, 5032, 10]]]}, {"answer": "defer", "hint": "synonyms for defer", "clues": [["postpone", [2, 5033, 0]], ["prorogue", [2, 5033, 1]], ["shelve", [2, 5033, 2]], ["give in", [2, 5033, 3]], ["put off", [2, 5033, 4]], ["accede", [2, 5033, 5]], ["table", [2, 5033, 6]], ["remit", [2, 5033, 7]], ["bow", [2, 5033, 8]], ["hold over", [2, 5033, 9]], ["set back", [2, 5033, 10]], ["submit", [2, 5033, 11]], ["put over", [2, 5033, 12]]]}, {"answer": "define", "hint": "synonyms for define", "clues": [["specify", [2, 5034, 0]], ["set", [2, 5034, 1]], ["delineate", [2, 5034, 2]], ["delimit", [2, 5034, 3]], ["delimitate", [2, 5034, 4]], ["determine", [2, 5034, 5]], ["limit", [2, 5034, 6]], ["fix", [2, 5034, 7]]]}, {"answer": "deflect", "hint": "synonyms for deflect", "clues": [["turn away", [2, 5035, 0]], ["ward off", [2, 5035, 1]], ["avoid", [2, 5035, 2]], ["obviate", [2, 5035, 3]], ["bend", [2, 5035, 4]], ["forefend", [2, 5035, 5]], ["avert", [2, 5035, 6]], ["head off", [2, 5035, 7]], ["stave off", [2, 5035, 8]], ["fend off", [2, 5035, 9]], ["block", [2, 5035, 10]], ["distract", [2, 5035, 11]], ["parry", [2, 5035, 12]], ["debar", [2, 5035, 13]]]}, {"answer": "deflower", "hint": "synonyms for deflower", "clues": [["impair", [2, 5036, 0]], ["spoil", [2, 5036, 1]], ["ruin", [2, 5036, 2]], ["vitiate", [2, 5036, 3]], ["mar", [2, 5036, 4]]]}, {"answer": "deform", "hint": "synonyms for deform", "clues": [["flex", [2, 5037, 0]], ["wring", [2, 5037, 1]], ["bend", [2, 5037, 2]], ["contort", [2, 5037, 3]], ["turn", [2, 5037, 4]], ["change shape", [2, 5037, 5]], ["twist", [2, 5037, 6]], ["distort", [2, 5037, 7]], ["strain", [2, 5037, 8]], ["change form", [2, 5037, 9]]]}, {"answer": "defraud", "hint": "synonyms for defraud", "clues": [["rook", [2, 5038, 0]], ["swindle", [2, 5038, 1]], ["bunco", [2, 5038, 2]], ["goldbrick", [2, 5038, 3]], ["victimize", [2, 5038, 4]], ["diddle", [2, 5038, 5]], ["con", [2, 5038, 6]], ["gip", [2, 5038, 7]], ["gyp", [2, 5038, 8]], ["nobble", [2, 5038, 9]], ["scam", [2, 5038, 10]], ["short-change", [2, 5038, 11]], ["hornswoggle", [2, 5038, 12]], ["mulct", [2, 5038, 13]]]}, {"answer": "defy", "hint": "synonyms for defy", "clues": [["refuse", [2, 5039, 0]], ["dare", [2, 5039, 1]], ["resist", [2, 5039, 2]], ["withstand", [2, 5039, 3]], ["hold up", [2, 5039, 4]], ["hold", [2, 5039, 5]]]}, {"answer": "degrade", "hint": "synonyms for degrade", "clues": [["put down", [2, 5040, 0]], ["take down", [2, 5040, 1]], ["cheapen", [2, 5040, 2]], ["disgrace", [2, 5040, 3]], ["demean", [2, 5040, 4]]]}, {"answer": "deject", "hint": "synonyms for deject", "clues": [["dismay", [2, 5041, 0]], ["demoralize", [2, 5041, 1]], ["get down", [2, 5041, 2]], ["depress", [2, 5041, 3]], ["dispirit", [2, 5041, 4]], ["cast down", [2, 5041, 5]]]}, {"answer": "delete", "hint": "synonyms for delete", "clues": [["edit", [2, 5042, 0]], ["blue-pencil", [2, 5042, 1]], ["erase", [2, 5042, 2]], ["cancel", [2, 5042, 3]]]}, {"answer": "delimit", "hint": "synonyms for delimit", "clues": [["specify", [2, 5043, 0]], ["demarcate", [2, 5043, 1]], ["delimitate", [2, 5043, 2]], ["subtend", [2, 5043, 3]], ["define", [2, 5043, 4]], ["delineate", [2, 5043, 5]]]}, {"answer": "delimitate", "hint": "synonyms for delimitate", "clues": [["specify", [2, 5044, 0]], ["demarcate", [2, 5044, 1]], ["delimit", [2, 5044, 2]], ["define", [2, 5044, 3]], ["delineate", [2, 5044, 4]]]}, {"answer": "deliver", "hint": "synonyms for deliver", "clues": [["fork over", [2, 5045, 0]], ["drive home", [2, 5045, 1]], ["hand over", [2, 5045, 2]], ["birth", [2, 5045, 3]], ["have", [2, 5045, 4]], ["give birth", [2, 5045, 5]], ["cede", [2, 5045, 6]], ["render", [2, 5045, 7]], ["fork up", [2, 5045, 8]], ["fork out", [2, 5045, 9]], ["surrender", [2, 5045, 10]], ["pitch", [2, 5045, 11]], ["bear", [2, 5045, 12]], ["present", [2, 5045, 13]], ["return", [2, 5045, 14]], ["turn in", [2, 5045, 15]], ["extradite", [2, 5045, 16]], ["save", [2, 5045, 17]], ["deport", [2, 5045, 18]], ["redeem", [2, 5045, 19]], ["give up", [2, 5045, 20]], ["rescue", [2, 5045, 21]]]}, {"answer": "deliver_the_goods", "hint": "synonyms for deliver the goods", "clues": [["bring home the bacon", [2, 5046, 0]], ["win", [2, 5046, 1]], ["come through", [2, 5046, 2]], ["succeed", [2, 5046, 3]]]}, {"answer": "demean", "hint": "synonyms for demean", "clues": [["degrade", [2, 5047, 0]], ["put down", [2, 5047, 1]], ["disgrace", [2, 5047, 2]], ["take down", [2, 5047, 3]]]}, {"answer": "demolish", "hint": "synonyms for demolish", "clues": [["pulverise", [2, 5048, 0]], ["crush", [2, 5048, 1]], ["smash", [2, 5048, 2]], ["destroy", [2, 5048, 3]]]}, {"answer": "demonstrate", "hint": "synonyms for demonstrate", "clues": [["manifest", [2, 5049, 0]], ["demo", [2, 5049, 1]], ["certify", [2, 5049, 2]], ["exhibit", [2, 5049, 3]], ["present", [2, 5049, 4]], ["shew", [2, 5049, 5]], ["march", [2, 5049, 6]], ["show", [2, 5049, 7]], ["establish", [2, 5049, 8]], ["evidence", [2, 5049, 9]], ["attest", [2, 5049, 10]], ["prove", [2, 5049, 11]]]}, {"answer": "demoralise", "hint": "synonyms for demoralise", "clues": [["deprave", [2, 5050, 0]], ["dismay", [2, 5050, 1]], ["deject", [2, 5050, 2]], ["get down", [2, 5050, 3]], ["debauch", [2, 5050, 4]], ["misdirect", [2, 5050, 5]], ["dispirit", [2, 5050, 6]], ["demoralize", [2, 5050, 7]], ["cast down", [2, 5050, 8]], ["corrupt", [2, 5050, 9]], ["pervert", [2, 5050, 10]], ["profane", [2, 5050, 11]], ["depress", [2, 5050, 12]], ["vitiate", [2, 5050, 13]], ["subvert", [2, 5050, 14]], ["debase", [2, 5050, 15]]]}, {"answer": "demoralize", "hint": "synonyms for demoralize", "clues": [["deprave", [2, 5051, 0]], ["dismay", [2, 5051, 1]], ["deject", [2, 5051, 2]], ["demoralise", [2, 5051, 3]], ["debauch", [2, 5051, 4]], ["misdirect", [2, 5051, 5]], ["get down", [2, 5051, 6]], ["dispirit", [2, 5051, 7]], ["cast down", [2, 5051, 8]], ["corrupt", [2, 5051, 9]], ["pervert", [2, 5051, 10]], ["profane", [2, 5051, 11]], ["depress", [2, 5051, 12]], ["vitiate", [2, 5051, 13]], ["subvert", [2, 5051, 14]], ["debase", [2, 5051, 15]]]}, {"answer": "demote", "hint": "synonyms for demote", "clues": [["relegate", [2, 5052, 0]], ["bump", [2, 5052, 1]], ["break", [2, 5052, 2]], ["kick downstairs", [2, 5052, 3]]]}, {"answer": "denigrate", "hint": "synonyms for denigrate", "clues": [["asperse", [2, 5053, 0]], ["sully", [2, 5053, 1]], ["belittle", [2, 5053, 2]], ["calumniate", [2, 5053, 3]], ["defame", [2, 5053, 4]], ["smirch", [2, 5053, 5]], ["smear", [2, 5053, 6]], ["derogate", [2, 5053, 7]], ["minimize", [2, 5053, 8]], ["slander", [2, 5053, 9]]]}, {"answer": "denounce", "hint": "synonyms for denounce", "clues": [["tell on", [2, 5054, 0]], ["give away", [2, 5054, 1]], ["rat", [2, 5054, 2]], ["snitch", [2, 5054, 3]], ["grass", [2, 5054, 4]], ["stigmatize", [2, 5054, 5]], ["betray", [2, 5054, 6]], ["brand", [2, 5054, 7]], ["mark", [2, 5054, 8]], ["shop", [2, 5054, 9]], ["shit", [2, 5054, 10]], ["stag", [2, 5054, 11]]]}, {"answer": "depart", "hint": "synonyms for depart", "clues": [["straggle", [2, 5055, 0]], ["set off", [2, 5055, 1]], ["deviate", [2, 5055, 2]], ["leave", [2, 5055, 3]], ["diverge", [2, 5055, 4]], ["start out", [2, 5055, 5]], ["part", [2, 5055, 6]], ["digress", [2, 5055, 7]], ["sidetrack", [2, 5055, 8]], ["start", [2, 5055, 9]], ["pull up stakes", [2, 5055, 10]], ["go away", [2, 5055, 11]], ["set forth", [2, 5055, 12]], ["go", [2, 5055, 13]], ["quit", [2, 5055, 14]], ["set out", [2, 5055, 15]], ["vary", [2, 5055, 16]], ["take off", [2, 5055, 17]], ["take leave", [2, 5055, 18]]]}, {"answer": "depend", "hint": "synonyms for depend", "clues": [["calculate", [2, 5056, 0]], ["count", [2, 5056, 1]], ["reckon", [2, 5056, 2]], ["bet", [2, 5056, 3]], ["look", [2, 5056, 4]]]}, {"answer": "depend_on", "hint": "synonyms for depend on", "clues": [["depend upon", [2, 5057, 0]], ["devolve on", [2, 5057, 1]], ["turn on", [2, 5057, 2]], ["hinge on", [2, 5057, 3]], ["rely upon", [2, 5057, 4]], ["ride", [2, 5057, 5]]]}, {"answer": "depend_upon", "hint": "synonyms for depend upon", "clues": [["devolve on", [2, 5058, 0]], ["turn on", [2, 5058, 1]], ["depend on", [2, 5058, 2]], ["hinge on", [2, 5058, 3]], ["rely upon", [2, 5058, 4]], ["ride", [2, 5058, 5]]]}, {"answer": "depict", "hint": "synonyms for depict", "clues": [["picture", [2, 5059, 0]], ["portray", [2, 5059, 1]], ["draw", [2, 5059, 2]], ["limn", [2, 5059, 3]], ["describe", [2, 5059, 4]], ["show", [2, 5059, 5]], ["render", [2, 5059, 6]]]}, {"answer": "deplete", "hint": "synonyms for deplete", "clues": [["wipe out", [2, 5060, 0]], ["exhaust", [2, 5060, 1]], ["use up", [2, 5060, 2]], ["run through", [2, 5060, 3]], ["consume", [2, 5060, 4]], ["eat", [2, 5060, 5]], ["eat up", [2, 5060, 6]]]}, {"answer": "deplumate", "hint": "synonyms for deplumate", "clues": [["tear", [2, 5061, 0]], ["pull", [2, 5061, 1]], ["displume", [2, 5061, 2]], ["deplume", [2, 5061, 3]], ["pluck", [2, 5061, 4]]]}, {"answer": "deplume", "hint": "synonyms for deplume", "clues": [["deplumate", [2, 5062, 0]], ["tear", [2, 5062, 1]], ["pull", [2, 5062, 2]], ["displume", [2, 5062, 3]], ["pluck", [2, 5062, 4]]]}, {"answer": "deport", "hint": "synonyms for deport", "clues": [["acquit", [2, 5063, 0]], ["carry", [2, 5063, 1]], ["extradite", [2, 5063, 2]], ["behave", [2, 5063, 3]], ["comport", [2, 5063, 4]], ["expatriate", [2, 5063, 5]], ["exile", [2, 5063, 6]], ["conduct", [2, 5063, 7]], ["bear", [2, 5063, 8]], ["deliver", [2, 5063, 9]]]}, {"answer": "deprave", "hint": "synonyms for deprave", "clues": [["demoralise", [2, 5064, 0]], ["debauch", [2, 5064, 1]], ["misdirect", [2, 5064, 2]], ["corrupt", [2, 5064, 3]], ["pervert", [2, 5064, 4]], ["profane", [2, 5064, 5]], ["vitiate", [2, 5064, 6]], ["subvert", [2, 5064, 7]], ["debase", [2, 5064, 8]]]}, {"answer": "depreciate", "hint": "synonyms for depreciate", "clues": [["vilipend", [2, 5065, 0]], ["undervalue", [2, 5065, 1]], ["devaluate", [2, 5065, 2]], ["deprecate", [2, 5065, 3]]]}, {"answer": "depress", "hint": "synonyms for depress", "clues": [["dismay", [2, 5066, 0]], ["deject", [2, 5066, 1]], ["lower", [2, 5066, 2]], ["get down", [2, 5066, 3]], ["demoralise", [2, 5066, 4]], ["dispirit", [2, 5066, 5]], ["cast down", [2, 5066, 6]], ["press down", [2, 5066, 7]]]}, {"answer": "depute", "hint": "synonyms for depute", "clues": [["delegate", [2, 5067, 0]], ["deputise", [2, 5067, 1]], ["assign", [2, 5067, 2]], ["designate", [2, 5067, 3]]]}, {"answer": "derive", "hint": "synonyms for derive", "clues": [["deduce", [2, 5068, 0]], ["come", [2, 5068, 1]], ["descend", [2, 5068, 2]], ["infer", [2, 5068, 3]], ["gain", [2, 5068, 4]], ["deduct", [2, 5068, 5]]]}, {"answer": "descend", "hint": "synonyms for descend", "clues": [["fall", [2, 5069, 0]], ["go down", [2, 5069, 1]], ["derive", [2, 5069, 2]], ["settle", [2, 5069, 3]], ["come", [2, 5069, 4]], ["deign", [2, 5069, 5]], ["condescend", [2, 5069, 6]], ["come down", [2, 5069, 7]]]}, {"answer": "describe", "hint": "synonyms for describe", "clues": [["account", [2, 5070, 0]], ["key", [2, 5070, 1]], ["trace", [2, 5070, 2]], ["depict", [2, 5070, 3]], ["delineate", [2, 5070, 4]], ["identify", [2, 5070, 5]], ["draw", [2, 5070, 6]], ["line", [2, 5070, 7]], ["report", [2, 5070, 8]], ["distinguish", [2, 5070, 9]], ["discover", [2, 5070, 10]], ["key out", [2, 5070, 11]], ["name", [2, 5070, 12]]]}, {"answer": "desecrate", "hint": "synonyms for desecrate", "clues": [["unhallow", [2, 5071, 0]], ["deconsecrate", [2, 5071, 1]], ["profane", [2, 5071, 2]], ["violate", [2, 5071, 3]], ["outrage", [2, 5071, 4]]]}, {"answer": "desex", "hint": "synonyms for desex", "clues": [["fix", [2, 5072, 0]], ["sterilize", [2, 5072, 1]], ["unsex", [2, 5072, 2]], ["desexualise", [2, 5072, 3]]]}, {"answer": "desexualise", "hint": "synonyms for desexualise", "clues": [["sterilize", [2, 5073, 0]], ["unsex", [2, 5073, 1]], ["desexualize", [2, 5073, 2]], ["fix", [2, 5073, 3]], ["desex", [2, 5073, 4]]]}, {"answer": "desexualize", "hint": "synonyms for desexualize", "clues": [["desexualise", [2, 5074, 0]], ["fix", [2, 5074, 1]], ["sterilize", [2, 5074, 2]], ["unsex", [2, 5074, 3]], ["desex", [2, 5074, 4]]]}, {"answer": "despoil", "hint": "synonyms for despoil", "clues": [["loot", [2, 5075, 0]], ["violate", [2, 5075, 1]], ["strip", [2, 5075, 2]], ["ransack", [2, 5075, 3]], ["plunder", [2, 5075, 4]], ["rape", [2, 5075, 5]], ["reave", [2, 5075, 6]], ["rifle", [2, 5075, 7]], ["spoil", [2, 5075, 8]], ["pillage", [2, 5075, 9]], ["foray", [2, 5075, 10]]]}, {"answer": "destine", "hint": "synonyms for destine", "clues": [["specify", [2, 5076, 0]], ["designate", [2, 5076, 1]], ["intend", [2, 5076, 2]], ["fate", [2, 5076, 3]], ["doom", [2, 5076, 4]]]}, {"answer": "destroy", "hint": "synonyms for destroy", "clues": [["destruct", [2, 5077, 0]], ["ruin", [2, 5077, 1]], ["put down", [2, 5077, 2]], ["demolish", [2, 5077, 3]]]}, {"answer": "detain", "hint": "synonyms for detain", "clues": [["stay", [2, 5078, 0]], ["delay", [2, 5078, 1]], ["hold up", [2, 5078, 2]], ["confine", [2, 5078, 3]]]}, {"answer": "detect", "hint": "synonyms for detect", "clues": [["notice", [2, 5079, 0]], ["observe", [2, 5079, 1]], ["find", [2, 5079, 2]], ["discover", [2, 5079, 3]]]}, {"answer": "determine", "hint": "synonyms for determine", "clues": [["check", [2, 5080, 0]], ["ascertain", [2, 5080, 1]], ["set", [2, 5080, 2]], ["square up", [2, 5080, 3]], ["mold", [2, 5080, 4]], ["regulate", [2, 5080, 5]], ["specify", [2, 5080, 6]], ["decide", [2, 5080, 7]], ["square off", [2, 5080, 8]], ["watch", [2, 5080, 9]], ["fix", [2, 5080, 10]], ["influence", [2, 5080, 11]], ["see", [2, 5080, 12]], ["shape", [2, 5080, 13]], ["find out", [2, 5080, 14]], ["find", [2, 5080, 15]], ["settle", [2, 5080, 16]], ["make up one's mind", [2, 5080, 17]], ["learn", [2, 5080, 18]], ["define", [2, 5080, 19]], ["limit", [2, 5080, 20]]]}, {"answer": "dethaw", "hint": "synonyms for dethaw", "clues": [["dissolve", [2, 5081, 0]], ["unfreeze", [2, 5081, 1]], ["thaw", [2, 5081, 2]], ["melt", [2, 5081, 3]], ["unthaw", [2, 5081, 4]]]}, {"answer": "devastate", "hint": "synonyms for devastate", "clues": [["scourge", [2, 5082, 0]], ["desolate", [2, 5082, 1]], ["ravage", [2, 5082, 2]], ["lay waste to", [2, 5082, 3]], ["waste", [2, 5082, 4]]]}, {"answer": "develop", "hint": "synonyms for develop", "clues": [["grow", [2, 5083, 0]], ["acquire", [2, 5083, 1]], ["build up", [2, 5083, 2]], ["prepare", [2, 5083, 3]], ["educate", [2, 5083, 4]], ["originate", [2, 5083, 5]], ["modernize", [2, 5083, 6]], ["uprise", [2, 5083, 7]], ["make grow", [2, 5083, 8]], ["germinate", [2, 5083, 9]], ["train", [2, 5083, 10]], ["break", [2, 5083, 11]], ["evolve", [2, 5083, 12]], ["get", [2, 5083, 13]], ["recrudesce", [2, 5083, 14]], ["explicate", [2, 5083, 15]], ["rise", [2, 5083, 16]], ["produce", [2, 5083, 17]], ["formulate", [2, 5083, 18]], ["spring up", [2, 5083, 19]]]}, {"answer": "devolve", "hint": "synonyms for devolve", "clues": [["fall", [2, 5084, 0]], ["degenerate", [2, 5084, 1]], ["return", [2, 5084, 2]], ["deteriorate", [2, 5084, 3]], ["drop", [2, 5084, 4]], ["pass", [2, 5084, 5]]]}, {"answer": "devolve_on", "hint": "synonyms for devolve on", "clues": [["depend upon", [2, 5085, 0]], ["hinge upon", [2, 5085, 1]], ["turn on", [2, 5085, 2]], ["ride", [2, 5085, 3]]]}, {"answer": "devote", "hint": "synonyms for devote", "clues": [["consecrate", [2, 5086, 0]], ["give", [2, 5086, 1]], ["pay", [2, 5086, 2]], ["commit", [2, 5086, 3]], ["dedicate", [2, 5086, 4]]]}, {"answer": "devour", "hint": "synonyms for devour", "clues": [["raven", [2, 5087, 0]], ["pig", [2, 5087, 1]], ["consume", [2, 5087, 2]], ["go through", [2, 5087, 3]], ["down", [2, 5087, 4]], ["guttle", [2, 5087, 5]]]}, {"answer": "diddle", "hint": "synonyms for diddle", "clues": [["rook", [2, 5088, 0]], ["swindle", [2, 5088, 1]], ["bunco", [2, 5088, 2]], ["toy", [2, 5088, 3]], ["goldbrick", [2, 5088, 4]], ["victimize", [2, 5088, 5]], ["con", [2, 5088, 6]], ["defraud", [2, 5088, 7]], ["gip", [2, 5088, 8]], ["gyp", [2, 5088, 9]], ["nobble", [2, 5088, 10]], ["scam", [2, 5088, 11]], ["short-change", [2, 5088, 12]], ["hornswoggle", [2, 5088, 13]], ["mulct", [2, 5088, 14]], ["play", [2, 5088, 15]], ["fiddle", [2, 5088, 16]]]}, {"answer": "die_away", "hint": "synonyms for die away", "clues": [["slack", [2, 5089, 0]], ["slack off", [2, 5089, 1]], ["abate", [2, 5089, 2]], ["let up", [2, 5089, 3]]]}, {"answer": "die_hard", "hint": "synonyms for die hard", "clues": [["endure", [2, 5090, 0]], ["prevail", [2, 5090, 1]], ["persist", [2, 5090, 2]], ["run", [2, 5090, 3]]]}, {"answer": "differentiate", "hint": "synonyms for differentiate", "clues": [["secernate", [2, 5091, 0]], ["distinguish", [2, 5091, 1]], ["severalize", [2, 5091, 2]], ["speciate", [2, 5091, 3]], ["secern", [2, 5091, 4]], ["specialize", [2, 5091, 5]], ["separate", [2, 5091, 6]], ["tell apart", [2, 5091, 7]], ["mark", [2, 5091, 8]], ["tell", [2, 5091, 9]]]}, {"answer": "dig_up", "hint": "synonyms for dig up", "clues": [["excavate", [2, 5092, 0]], ["dig", [2, 5092, 1]], ["turn up", [2, 5092, 2]], ["dig out", [2, 5092, 3]]]}, {"answer": "digress", "hint": "synonyms for digress", "clues": [["stray", [2, 5093, 0]], ["straggle", [2, 5093, 1]], ["divagate", [2, 5093, 2]], ["sidetrack", [2, 5093, 3]], ["wander", [2, 5093, 4]], ["depart", [2, 5093, 5]]]}, {"answer": "dilate", "hint": "synonyms for dilate", "clues": [["expound", [2, 5094, 0]], ["elaborate", [2, 5094, 1]], ["expand", [2, 5094, 2]], ["exposit", [2, 5094, 3]], ["expatiate", [2, 5094, 4]], ["enlarge", [2, 5094, 5]], ["flesh out", [2, 5094, 6]], ["distend", [2, 5094, 7]], ["lucubrate", [2, 5094, 8]]]}, {"answer": "dilly-dally", "hint": "synonyms for dilly-dally", "clues": [["drag one's feet", [2, 5095, 0]], ["procrastinate", [2, 5095, 1]], ["drag one's heels", [2, 5095, 2]], ["stall", [2, 5095, 3]], ["shillyshally", [2, 5095, 4]], ["dillydally", [2, 5095, 5]]]}, {"answer": "dillydally", "hint": "synonyms for dillydally", "clues": [["drag one's feet", [2, 5096, 0]], ["procrastinate", [2, 5096, 1]], ["drag one's heels", [2, 5096, 2]], ["dilly-dally", [2, 5096, 3]], ["stall", [2, 5096, 4]], ["shillyshally", [2, 5096, 5]]]}, {"answer": "diminish", "hint": "synonyms for diminish", "clues": [["decrease", [2, 5097, 0]], ["belittle", [2, 5097, 1]], ["fall", [2, 5097, 2]], ["lessen", [2, 5097, 3]]]}, {"answer": "disable", "hint": "synonyms for disable", "clues": [["incapacitate", [2, 5098, 0]], ["handicap", [2, 5098, 1]], ["disenable", [2, 5098, 2]], ["invalid", [2, 5098, 3]]]}, {"answer": "disagree", "hint": "synonyms for disagree", "clues": [["disaccord", [2, 5099, 0]], ["take issue", [2, 5099, 1]], ["dissent", [2, 5099, 2]], ["differ", [2, 5099, 3]]]}, {"answer": "disallow", "hint": "synonyms for disallow", "clues": [["proscribe", [2, 5100, 0]], ["prohibit", [2, 5100, 1]], ["nix", [2, 5100, 2]], ["veto", [2, 5100, 3]], ["forbid", [2, 5100, 4]], ["interdict", [2, 5100, 5]]]}, {"answer": "disappear", "hint": "synonyms for disappear", "clues": [["vanish", [2, 5101, 0]], ["melt", [2, 5101, 1]], ["evaporate", [2, 5101, 2]], ["go away", [2, 5101, 3]]]}, {"answer": "disassemble", "hint": "synonyms for disassemble", "clues": [["break up", [2, 5102, 0]], ["take apart", [2, 5102, 1]], ["dismantle", [2, 5102, 2]], ["break apart", [2, 5102, 3]]]}, {"answer": "disassociate", "hint": "synonyms for disassociate", "clues": [["divorce", [2, 5103, 0]], ["dissociate", [2, 5103, 1]], ["disunite", [2, 5103, 2]], ["disjoint", [2, 5103, 3]]]}, {"answer": "discase", "hint": "synonyms for discase", "clues": [["uncase", [2, 5104, 0]], ["unclothe", [2, 5104, 1]], ["peel", [2, 5104, 2]], ["strip", [2, 5104, 3]], ["disrobe", [2, 5104, 4]], ["strip down", [2, 5104, 5]], ["undress", [2, 5104, 6]]]}, {"answer": "discern", "hint": "synonyms for discern", "clues": [["spot", [2, 5105, 0]], ["distinguish", [2, 5105, 1]], ["make out", [2, 5105, 2]], ["recognise", [2, 5105, 3]], ["pick out", [2, 5105, 4]], ["tell apart", [2, 5105, 5]]]}, {"answer": "discerp", "hint": "synonyms for discerp", "clues": [["sever", [2, 5106, 0]], ["dismember", [2, 5106, 1]], ["lop", [2, 5106, 2]], ["take apart", [2, 5106, 3]]]}, {"answer": "disclose", "hint": "synonyms for disclose", "clues": [["expose", [2, 5107, 0]], ["break", [2, 5107, 1]], ["give away", [2, 5107, 2]], ["unwrap", [2, 5107, 3]], ["bring out", [2, 5107, 4]], ["divulge", [2, 5107, 5]], ["reveal", [2, 5107, 6]], ["let out", [2, 5107, 7]], ["discover", [2, 5107, 8]], ["let on", [2, 5107, 9]]]}, {"answer": "discolorise", "hint": "synonyms for discolorise", "clues": [["discolourise", [2, 5108, 0]], ["decolourize", [2, 5108, 1]], ["bleach", [2, 5108, 2]], ["decolour", [2, 5108, 3]], ["bleach out", [2, 5108, 4]]]}, {"answer": "discolorize", "hint": "synonyms for discolorize", "clues": [["discolourise", [2, 5109, 0]], ["decolourize", [2, 5109, 1]], ["bleach", [2, 5109, 2]], ["decolour", [2, 5109, 3]], ["bleach out", [2, 5109, 4]]]}, {"answer": "discolourise", "hint": "synonyms for discolourise", "clues": [["decolourize", [2, 5110, 0]], ["bleach", [2, 5110, 1]], ["decolour", [2, 5110, 2]], ["discolorise", [2, 5110, 3]], ["bleach out", [2, 5110, 4]]]}, {"answer": "discombobulate", "hint": "synonyms for discombobulate", "clues": [["throw", [2, 5111, 0]], ["bemuse", [2, 5111, 1]], ["confound", [2, 5111, 2]], ["bewilder", [2, 5111, 3]], ["fuddle", [2, 5111, 4]], ["confuse", [2, 5111, 5]], ["fox", [2, 5111, 6]], ["bedevil", [2, 5111, 7]]]}, {"answer": "discomfit", "hint": "synonyms for discomfit", "clues": [["untune", [2, 5112, 0]], ["upset", [2, 5112, 1]], ["disconcert", [2, 5112, 2]], ["discompose", [2, 5112, 3]]]}, {"answer": "discommode", "hint": "synonyms for discommode", "clues": [["inconvenience", [2, 5113, 0]], ["put out", [2, 5113, 1]], ["incommode", [2, 5113, 2]], ["disoblige", [2, 5113, 3]], ["trouble", [2, 5113, 4]], ["bother", [2, 5113, 5]]]}, {"answer": "discompose", "hint": "synonyms for discompose", "clues": [["untune", [2, 5114, 0]], ["discomfit", [2, 5114, 1]], ["upset", [2, 5114, 2]], ["disconcert", [2, 5114, 3]]]}, {"answer": "disconcert", "hint": "synonyms for disconcert", "clues": [["discomfit", [2, 5115, 0]], ["upset", [2, 5115, 1]], ["confuse", [2, 5115, 2]], ["untune", [2, 5115, 3]], ["flurry", [2, 5115, 4]], ["discompose", [2, 5115, 5]], ["put off", [2, 5115, 6]]]}, {"answer": "discontinue", "hint": "synonyms for discontinue", "clues": [["give up", [2, 5116, 0]], ["break off", [2, 5116, 1]], ["cease", [2, 5116, 2]], ["stop", [2, 5116, 3]], ["break", [2, 5116, 4]], ["quit", [2, 5116, 5]], ["lay off", [2, 5116, 6]]]}, {"answer": "discover", "hint": "synonyms for discover", "clues": [["key", [2, 5117, 0]], ["find", [2, 5117, 1]], ["reveal", [2, 5117, 2]], ["divulge", [2, 5117, 3]], ["come across", [2, 5117, 4]], ["disclose", [2, 5117, 5]], ["let on", [2, 5117, 6]], ["distinguish", [2, 5117, 7]], ["key out", [2, 5117, 8]], ["get word", [2, 5117, 9]], ["identify", [2, 5117, 10]], ["observe", [2, 5117, 11]], ["pick up", [2, 5117, 12]], ["chance on", [2, 5117, 13]], ["name", [2, 5117, 14]], ["let out", [2, 5117, 15]], ["light upon", [2, 5117, 16]], ["find out", [2, 5117, 17]], ["fall upon", [2, 5117, 18]], ["expose", [2, 5117, 19]], ["break", [2, 5117, 20]], ["give away", [2, 5117, 21]], ["unwrap", [2, 5117, 22]], ["detect", [2, 5117, 23]], ["get a line", [2, 5117, 24]], ["come upon", [2, 5117, 25]], ["happen upon", [2, 5117, 26]], ["get wind", [2, 5117, 27]], ["attain", [2, 5117, 28]], ["describe", [2, 5117, 29]], ["see", [2, 5117, 30]], ["bring out", [2, 5117, 31]], ["hear", [2, 5117, 32]], ["notice", [2, 5117, 33]], ["learn", [2, 5117, 34]], ["strike", [2, 5117, 35]]]}, {"answer": "discuss", "hint": "synonyms for discuss", "clues": [["discourse", [2, 5118, 0]], ["talk over", [2, 5118, 1]], ["talk about", [2, 5118, 2]], ["hash out", [2, 5118, 3]]]}, {"answer": "disentangle", "hint": "synonyms for disentangle", "clues": [["extricate", [2, 5119, 0]], ["comb out", [2, 5119, 1]], ["comb", [2, 5119, 2]], ["unwind", [2, 5119, 3]], ["disencumber", [2, 5119, 4]], ["disinvolve", [2, 5119, 5]], ["disembroil", [2, 5119, 6]], ["straighten out", [2, 5119, 7]], ["untangle", [2, 5119, 8]], ["unsnarl", [2, 5119, 9]]]}, {"answer": "disgorge", "hint": "synonyms for disgorge", "clues": [["spue", [2, 5120, 0]], ["purge", [2, 5120, 1]], ["regorge", [2, 5120, 2]], ["retch", [2, 5120, 3]], ["vomit up", [2, 5120, 4]], ["upchuck", [2, 5120, 5]], ["barf", [2, 5120, 6]], ["puke", [2, 5120, 7]], ["honk", [2, 5120, 8]], ["be sick", [2, 5120, 9]], ["sick", [2, 5120, 10]], ["cast", [2, 5120, 11]], ["regurgitate", [2, 5120, 12]], ["vomit", [2, 5120, 13]], ["spill", [2, 5120, 14]], ["spew", [2, 5120, 15]], ["chuck", [2, 5120, 16]], ["throw up", [2, 5120, 17]], ["shed", [2, 5120, 18]]]}, {"answer": "dish_out", "hint": "synonyms for dish out", "clues": [["parcel out", [2, 5121, 0]], ["deal out", [2, 5121, 1]], ["dish", [2, 5121, 2]], ["lot", [2, 5121, 3]], ["serve", [2, 5121, 4]], ["administer", [2, 5121, 5]], ["dispense", [2, 5121, 6]], ["serve up", [2, 5121, 7]], ["shell out", [2, 5121, 8]], ["allot", [2, 5121, 9]], ["dish up", [2, 5121, 10]], ["deal", [2, 5121, 11]], ["dole out", [2, 5121, 12]], ["mete out", [2, 5121, 13]], ["distribute", [2, 5121, 14]]]}, {"answer": "dish_up", "hint": "synonyms for dish up", "clues": [["dish", [2, 5122, 0]], ["dish out", [2, 5122, 1]], ["serve up", [2, 5122, 2]], ["serve", [2, 5122, 3]]]}, {"answer": "dislodge", "hint": "synonyms for dislodge", "clues": [["shift", [2, 5123, 0]], ["free", [2, 5123, 1]], ["reposition", [2, 5123, 2]], ["bump", [2, 5123, 3]]]}, {"answer": "dismantle", "hint": "synonyms for dismantle", "clues": [["raze", [2, 5124, 0]], ["level", [2, 5124, 1]], ["break up", [2, 5124, 2]], ["tear down", [2, 5124, 3]], ["break apart", [2, 5124, 4]], ["strip", [2, 5124, 5]], ["take apart", [2, 5124, 6]], ["take down", [2, 5124, 7]], ["disassemble", [2, 5124, 8]], ["rase", [2, 5124, 9]], ["pull down", [2, 5124, 10]]]}, {"answer": "dismiss", "hint": "synonyms for dismiss", "clues": [["drop", [2, 5125, 0]], ["dissolve", [2, 5125, 1]], ["push aside", [2, 5125, 2]], ["ignore", [2, 5125, 3]], ["terminate", [2, 5125, 4]], ["give the axe", [2, 5125, 5]], ["discount", [2, 5125, 6]], ["sack", [2, 5125, 7]], ["send packing", [2, 5125, 8]], ["throw out", [2, 5125, 9]], ["fire", [2, 5125, 10]], ["send away", [2, 5125, 11]], ["give the sack", [2, 5125, 12]], ["can", [2, 5125, 13]], ["disregard", [2, 5125, 14]], ["force out", [2, 5125, 15]], ["displace", [2, 5125, 16]], ["brush off", [2, 5125, 17]], ["give notice", [2, 5125, 18]], ["usher out", [2, 5125, 19]]]}, {"answer": "disoblige", "hint": "synonyms for disoblige", "clues": [["inconvenience", [2, 5126, 0]], ["put out", [2, 5126, 1]], ["incommode", [2, 5126, 2]], ["trouble", [2, 5126, 3]], ["discommode", [2, 5126, 4]], ["bother", [2, 5126, 5]]]}, {"answer": "dispel", "hint": "synonyms for dispel", "clues": [["run off", [2, 5127, 0]], ["break up", [2, 5127, 1]], ["scatter", [2, 5127, 2]], ["chase away", [2, 5127, 3]], ["drive off", [2, 5127, 4]], ["dissipate", [2, 5127, 5]], ["disperse", [2, 5127, 6]], ["turn back", [2, 5127, 7]], ["drive away", [2, 5127, 8]], ["drive out", [2, 5127, 9]]]}, {"answer": "dispense", "hint": "synonyms for dispense", "clues": [["parcel out", [2, 5128, 0]], ["deal out", [2, 5128, 1]], ["administer", [2, 5128, 2]], ["lot", [2, 5128, 3]], ["dish out", [2, 5128, 4]], ["shell out", [2, 5128, 5]], ["allot", [2, 5128, 6]], ["deal", [2, 5128, 7]], ["dole out", [2, 5128, 8]], ["mete out", [2, 5128, 9]], ["distribute", [2, 5128, 10]]]}, {"answer": "dispense_with", "hint": "synonyms for dispense with", "clues": [["forgo", [2, 5129, 0]], ["foreswear", [2, 5129, 1]], ["relinquish", [2, 5129, 2]], ["spare", [2, 5129, 3]], ["part with", [2, 5129, 4]], ["waive", [2, 5129, 5]], ["give up", [2, 5129, 6]]]}, {"answer": "disperse", "hint": "synonyms for disperse", "clues": [["scatter", [2, 5130, 0]], ["pass around", [2, 5130, 1]], ["dissipate", [2, 5130, 2]], ["propagate", [2, 5130, 3]], ["dispel", [2, 5130, 4]], ["circularize", [2, 5130, 5]], ["dust", [2, 5130, 6]], ["break up", [2, 5130, 7]], ["spread out", [2, 5130, 8]], ["distribute", [2, 5130, 9]], ["diffuse", [2, 5130, 10]], ["dot", [2, 5130, 11]], ["disseminate", [2, 5130, 12]], ["broadcast", [2, 5130, 13]], ["spread", [2, 5130, 14]], ["sprinkle", [2, 5130, 15]], ["circulate", [2, 5130, 16]]]}, {"answer": "dispirit", "hint": "synonyms for dispirit", "clues": [["dismay", [2, 5131, 0]], ["demoralize", [2, 5131, 1]], ["deject", [2, 5131, 2]], ["get down", [2, 5131, 3]], ["depress", [2, 5131, 4]], ["cast down", [2, 5131, 5]]]}, {"answer": "displace", "hint": "synonyms for displace", "clues": [["fire", [2, 5132, 0]], ["give the sack", [2, 5132, 1]], ["can", [2, 5132, 2]], ["send away", [2, 5132, 3]], ["force out", [2, 5132, 4]], ["terminate", [2, 5132, 5]], ["give the axe", [2, 5132, 6]], ["give notice", [2, 5132, 7]], ["move", [2, 5132, 8]], ["sack", [2, 5132, 9]], ["preempt", [2, 5132, 10]], ["dismiss", [2, 5132, 11]]]}, {"answer": "displume", "hint": "synonyms for displume", "clues": [["deplumate", [2, 5133, 0]], ["tear", [2, 5133, 1]], ["pull", [2, 5133, 2]], ["pluck", [2, 5133, 3]]]}, {"answer": "disport", "hint": "synonyms for disport", "clues": [["frisk", [2, 5134, 0]], ["lark about", [2, 5134, 1]], ["sport", [2, 5134, 2]], ["divert", [2, 5134, 3]], ["romp", [2, 5134, 4]], ["amuse", [2, 5134, 5]], ["run around", [2, 5134, 6]], ["gambol", [2, 5134, 7]], ["rollick", [2, 5134, 8]], ["cavort", [2, 5134, 9]], ["skylark", [2, 5134, 10]], ["frolic", [2, 5134, 11]], ["lark", [2, 5134, 12]]]}, {"answer": "dispose", "hint": "synonyms for dispose", "clues": [["chuck out", [2, 5135, 0]], ["cast away", [2, 5135, 1]], ["qualify", [2, 5135, 2]], ["throw out", [2, 5135, 3]], ["toss", [2, 5135, 4]], ["cast out", [2, 5135, 5]], ["put away", [2, 5135, 6]], ["fling", [2, 5135, 7]], ["throw away", [2, 5135, 8]], ["cast aside", [2, 5135, 9]], ["toss away", [2, 5135, 10]], ["discard", [2, 5135, 11]], ["incline", [2, 5135, 12]], ["toss out", [2, 5135, 13]]]}, {"answer": "disrobe", "hint": "synonyms for disrobe", "clues": [["uncase", [2, 5136, 0]], ["unclothe", [2, 5136, 1]], ["discase", [2, 5136, 2]], ["peel", [2, 5136, 3]], ["strip", [2, 5136, 4]], ["strip down", [2, 5136, 5]], ["undress", [2, 5136, 6]]]}, {"answer": "dissemble", "hint": "synonyms for dissemble", "clues": [["affect", [2, 5137, 0]], ["cloak", [2, 5137, 1]], ["act", [2, 5137, 2]], ["pretend", [2, 5137, 3]], ["mask", [2, 5137, 4]], ["feign", [2, 5137, 5]], ["sham", [2, 5137, 6]]]}, {"answer": "disseminate", "hint": "synonyms for disseminate", "clues": [["pass around", [2, 5138, 0]], ["distribute", [2, 5138, 1]], ["diffuse", [2, 5138, 2]], ["propagate", [2, 5138, 3]], ["circularize", [2, 5138, 4]], ["broadcast", [2, 5138, 5]], ["spread", [2, 5138, 6]], ["disperse", [2, 5138, 7]], ["circulate", [2, 5138, 8]]]}, {"answer": "dissever", "hint": "synonyms for dissever", "clues": [["divide", [2, 5139, 0]], ["separate", [2, 5139, 1]], ["split", [2, 5139, 2]], ["split up", [2, 5139, 3]], ["carve up", [2, 5139, 4]]]}, {"answer": "dissipate", "hint": "synonyms for dissipate", "clues": [["fritter", [2, 5140, 0]], ["fool away", [2, 5140, 1]], ["spread out", [2, 5140, 2]], ["shoot", [2, 5140, 3]], ["fritter away", [2, 5140, 4]], ["dispel", [2, 5140, 5]], ["break up", [2, 5140, 6]], ["fool", [2, 5140, 7]], ["disperse", [2, 5140, 8]], ["scatter", [2, 5140, 9]], ["frivol away", [2, 5140, 10]]]}, {"answer": "dissociate", "hint": "synonyms for dissociate", "clues": [["disunite", [2, 5141, 0]], ["decouple", [2, 5141, 1]], ["disjoint", [2, 5141, 2]], ["disassociate", [2, 5141, 3]], ["divorce", [2, 5141, 4]]]}, {"answer": "distill", "hint": "synonyms for distill", "clues": [["distil", [2, 5142, 0]], ["condense", [2, 5142, 1]], ["sublimate", [2, 5142, 2]], ["purify", [2, 5142, 3]], ["make pure", [2, 5142, 4]], ["extract", [2, 5142, 5]]]}, {"answer": "distinguish", "hint": "synonyms for distinguish", "clues": [["make out", [2, 5143, 0]], ["key", [2, 5143, 1]], ["differentiate", [2, 5143, 2]], ["secern", [2, 5143, 3]], ["severalise", [2, 5143, 4]], ["spot", [2, 5143, 5]], ["tell apart", [2, 5143, 6]], ["signalize", [2, 5143, 7]], ["separate", [2, 5143, 8]], ["recognise", [2, 5143, 9]], ["discover", [2, 5143, 10]], ["key out", [2, 5143, 11]], ["tell", [2, 5143, 12]], ["secernate", [2, 5143, 13]], ["discern", [2, 5143, 14]], ["describe", [2, 5143, 15]], ["identify", [2, 5143, 16]], ["mark", [2, 5143, 17]], ["name", [2, 5143, 18]], ["pick out", [2, 5143, 19]]]}, {"answer": "distort", "hint": "synonyms for distort", "clues": [["tinge", [2, 5144, 0]], ["color", [2, 5144, 1]], ["warp", [2, 5144, 2]], ["wring", [2, 5144, 3]], ["contort", [2, 5144, 4]], ["deform", [2, 5144, 5]], ["twine", [2, 5144, 6]], ["twist", [2, 5144, 7]], ["strain", [2, 5144, 8]], ["falsify", [2, 5144, 9]], ["garble", [2, 5144, 10]]]}, {"answer": "distract", "hint": "synonyms for distract", "clues": [["unhinge", [2, 5145, 0]], ["trouble", [2, 5145, 1]], ["perturb", [2, 5145, 2]], ["deflect", [2, 5145, 3]], ["disquiet", [2, 5145, 4]], ["cark", [2, 5145, 5]], ["disorder", [2, 5145, 6]]]}, {"answer": "distribute", "hint": "synonyms for distribute", "clues": [["pass around", [2, 5146, 0]], ["lot", [2, 5146, 1]], ["dish out", [2, 5146, 2]], ["propagate", [2, 5146, 3]], ["disperse", [2, 5146, 4]], ["circularize", [2, 5146, 5]], ["shell out", [2, 5146, 6]], ["circulate", [2, 5146, 7]], ["allot", [2, 5146, 8]], ["dole out", [2, 5146, 9]], ["hand out", [2, 5146, 10]], ["mete out", [2, 5146, 11]], ["parcel out", [2, 5146, 12]], ["deal out", [2, 5146, 13]], ["administer", [2, 5146, 14]], ["diffuse", [2, 5146, 15]], ["pass on", [2, 5146, 16]], ["disseminate", [2, 5146, 17]], ["stagger", [2, 5146, 18]], ["spread", [2, 5146, 19]], ["broadcast", [2, 5146, 20]], ["give out", [2, 5146, 21]], ["deal", [2, 5146, 22]], ["pass out", [2, 5146, 23]]]}, {"answer": "disturb", "hint": "synonyms for disturb", "clues": [["stir up", [2, 5147, 0]], ["interrupt", [2, 5147, 1]], ["vex", [2, 5147, 2]], ["shake up", [2, 5147, 3]], ["agitate", [2, 5147, 4]], ["upset", [2, 5147, 5]], ["touch", [2, 5147, 6]], ["commove", [2, 5147, 7]], ["trouble", [2, 5147, 8]], ["raise up", [2, 5147, 9]]]}, {"answer": "disunite", "hint": "synonyms for disunite", "clues": [["divide", [2, 5148, 0]], ["disjoint", [2, 5148, 1]], ["separate", [2, 5148, 2]], ["dissociate", [2, 5148, 3]], ["part", [2, 5148, 4]], ["divorce", [2, 5148, 5]]]}, {"answer": "divert", "hint": "synonyms for divert", "clues": [["deviate", [2, 5149, 0]], ["hive off", [2, 5149, 1]], ["disport", [2, 5149, 2]], ["amuse", [2, 5149, 3]]]}, {"answer": "divest", "hint": "synonyms for divest", "clues": [["strip", [2, 5150, 0]], ["disinvest", [2, 5150, 1]], ["undress", [2, 5150, 2]], ["deprive", [2, 5150, 3]]]}, {"answer": "divulge", "hint": "synonyms for divulge", "clues": [["expose", [2, 5151, 0]], ["break", [2, 5151, 1]], ["give away", [2, 5151, 2]], ["unwrap", [2, 5151, 3]], ["bring out", [2, 5151, 4]], ["reveal", [2, 5151, 5]], ["let out", [2, 5151, 6]], ["disclose", [2, 5151, 7]], ["let on", [2, 5151, 8]], ["discover", [2, 5151, 9]]]}, {"answer": "divvy_up", "hint": "synonyms for divvy up", "clues": [["deal", [2, 5152, 0]], ["apportion", [2, 5152, 1]], ["share", [2, 5152, 2]], ["portion out", [2, 5152, 3]]]}, {"answer": "do_in", "hint": "synonyms for do in", "clues": [["waste", [2, 5153, 0]], ["knock off", [2, 5153, 1]], ["neutralise", [2, 5153, 2]], ["liquidate", [2, 5153, 3]]]}, {"answer": "do_it", "hint": "synonyms for do it", "clues": [["hump", [2, 5154, 0]], ["jazz", [2, 5154, 1]], ["eff", [2, 5154, 2]], ["bed", [2, 5154, 3]], ["lie with", [2, 5154, 4]], ["sleep with", [2, 5154, 5]], ["fuck", [2, 5154, 6]], ["be intimate", [2, 5154, 7]], ["make love", [2, 5154, 8]], ["get it on", [2, 5154, 9]], ["roll in the hay", [2, 5154, 10]], ["know", [2, 5154, 11]], ["bang", [2, 5154, 12]], ["love", [2, 5154, 13]], ["have sex", [2, 5154, 14]], ["bonk", [2, 5154, 15]], ["have it off", [2, 5154, 16]], ["get laid", [2, 5154, 17]], ["have a go at it", [2, 5154, 18]], ["have it away", [2, 5154, 19]], ["make out", [2, 5154, 20]], ["have intercourse", [2, 5154, 21]], ["sleep together", [2, 5154, 22]], ["screw", [2, 5154, 23]]]}, {"answer": "dole_out", "hint": "synonyms for dole out", "clues": [["parcel out", [2, 5155, 0]], ["deal out", [2, 5155, 1]], ["lot", [2, 5155, 2]], ["dish out", [2, 5155, 3]], ["administer", [2, 5155, 4]], ["dispense", [2, 5155, 5]], ["shell out", [2, 5155, 6]], ["allot", [2, 5155, 7]], ["deal", [2, 5155, 8]], ["mete out", [2, 5155, 9]], ["distribute", [2, 5155, 10]]]}, {"answer": "domesticate", "hint": "synonyms for domesticate", "clues": [["domesticise", [2, 5156, 0]], ["cultivate", [2, 5156, 1]], ["tame", [2, 5156, 2]], ["naturalize", [2, 5156, 3]], ["reclaim", [2, 5156, 4]]]}, {"answer": "domesticise", "hint": "synonyms for domesticise", "clues": [["tame", [2, 5157, 0]], ["reclaim", [2, 5157, 1]], ["domesticize", [2, 5157, 2]], ["domesticate", [2, 5157, 3]]]}, {"answer": "domesticize", "hint": "synonyms for domesticize", "clues": [["tame", [2, 5158, 0]], ["reclaim", [2, 5158, 1]], ["domesticise", [2, 5158, 2]], ["domesticate", [2, 5158, 3]]]}, {"answer": "domiciliate", "hint": "synonyms for domiciliate", "clues": [["shack", [2, 5159, 0]], ["domicile", [2, 5159, 1]], ["house", [2, 5159, 2]], ["reside", [2, 5159, 3]], ["put up", [2, 5159, 4]]]}, {"answer": "dominate", "hint": "synonyms for dominate", "clues": [["reign", [2, 5160, 0]], ["overlook", [2, 5160, 1]], ["command", [2, 5160, 2]], ["prevail", [2, 5160, 3]], ["overshadow", [2, 5160, 4]], ["predominate", [2, 5160, 5]], ["eclipse", [2, 5160, 6]], ["overtop", [2, 5160, 7]], ["rule", [2, 5160, 8]], ["master", [2, 5160, 9]]]}, {"answer": "dope_off", "hint": "synonyms for dope off", "clues": [["doze off", [2, 5161, 0]], ["nod off", [2, 5161, 1]], ["fall asleep", [2, 5161, 2]], ["drop off", [2, 5161, 3]], ["drift off", [2, 5161, 4]], ["drowse off", [2, 5161, 5]], ["flake out", [2, 5161, 6]]]}, {"answer": "douse", "hint": "synonyms for douse", "clues": [["dowse", [2, 5162, 0]], ["duck", [2, 5162, 1]], ["dip", [2, 5162, 2]], ["souse", [2, 5162, 3]], ["put out", [2, 5162, 4]], ["sop", [2, 5162, 5]], ["soak", [2, 5162, 6]], ["plunge", [2, 5162, 7]], ["dunk", [2, 5162, 8]], ["drench", [2, 5162, 9]]]}, {"answer": "downplay", "hint": "synonyms for downplay", "clues": [["minimise", [2, 5163, 0]], ["background", [2, 5163, 1]], ["play down", [2, 5163, 2]], ["understate", [2, 5163, 3]]]}, {"answer": "doze_off", "hint": "synonyms for doze off", "clues": [["drowse off", [2, 5164, 0]], ["nod off", [2, 5164, 1]], ["fall asleep", [2, 5164, 2]], ["drop off", [2, 5164, 3]], ["drift off", [2, 5164, 4]], ["flake out", [2, 5164, 5]]]}, {"answer": "drag_in", "hint": "synonyms for drag in", "clues": [["drag", [2, 5165, 0]], ["tangle", [2, 5165, 1]], ["sweep", [2, 5165, 2]], ["embroil", [2, 5165, 3]], ["sweep up", [2, 5165, 4]]]}, {"answer": "drag_one's_feet", "hint": "synonyms for drag one's feet", "clues": [["procrastinate", [2, 5166, 0]], ["drag one's heels", [2, 5166, 1]], ["dilly-dally", [2, 5166, 2]], ["stall", [2, 5166, 3]], ["shillyshally", [2, 5166, 4]]]}, {"answer": "drag_one's_heels", "hint": "synonyms for drag one's heels", "clues": [["drag one's feet", [2, 5167, 0]], ["procrastinate", [2, 5167, 1]], ["dilly-dally", [2, 5167, 2]], ["stall", [2, 5167, 3]], ["shillyshally", [2, 5167, 4]]]}, {"answer": "dramatise", "hint": "synonyms for dramatise", "clues": [["dramatize", [2, 5168, 0]], ["aggrandize", [2, 5168, 1]], ["embellish", [2, 5168, 2]], ["lard", [2, 5168, 3]], ["embroider", [2, 5168, 4]], ["pad", [2, 5168, 5]], ["adopt", [2, 5168, 6]], ["blow up", [2, 5168, 7]]]}, {"answer": "dramatize", "hint": "synonyms for dramatize", "clues": [["aggrandize", [2, 5169, 0]], ["lard", [2, 5169, 1]], ["dramatise", [2, 5169, 2]], ["embroider", [2, 5169, 3]], ["pad", [2, 5169, 4]], ["adopt", [2, 5169, 5]], ["blow up", [2, 5169, 6]], ["embellish", [2, 5169, 7]]]}, {"answer": "draw_back", "hint": "synonyms for draw back", "clues": [["pull away", [2, 5170, 0]], ["move back", [2, 5170, 1]], ["retract", [2, 5170, 2]], ["pull back", [2, 5170, 3]], ["recede", [2, 5170, 4]], ["retire", [2, 5170, 5]], ["withdraw", [2, 5170, 6]]]}, {"answer": "draw_close", "hint": "synonyms for draw close", "clues": [["approach", [2, 5171, 0]], ["nest", [2, 5171, 1]], ["snuggle", [2, 5171, 2]], ["near", [2, 5171, 3]], ["nuzzle", [2, 5171, 4]], ["draw near", [2, 5171, 5]], ["go up", [2, 5171, 6]], ["come on", [2, 5171, 7]], ["nestle", [2, 5171, 8]], ["cuddle", [2, 5171, 9]], ["come near", [2, 5171, 10]]]}, {"answer": "draw_in", "hint": "synonyms for draw in", "clues": [["suck in", [2, 5172, 0]], ["retract", [2, 5172, 1]], ["pull", [2, 5172, 2]], ["pull in", [2, 5172, 3]], ["move in", [2, 5172, 4]], ["curl up", [2, 5172, 5]], ["attract", [2, 5172, 6]], ["get in", [2, 5172, 7]], ["close in", [2, 5172, 8]], ["draw", [2, 5172, 9]], ["curl", [2, 5172, 10]]]}, {"answer": "draw_near", "hint": "synonyms for draw near", "clues": [["approach", [2, 5173, 0]], ["draw close", [2, 5173, 1]], ["near", [2, 5173, 2]], ["go up", [2, 5173, 3]], ["come on", [2, 5173, 4]], ["come near", [2, 5173, 5]]]}, {"answer": "draw_off", "hint": "synonyms for draw off", "clues": [["draw away", [2, 5174, 0]], ["pull off", [2, 5174, 1]], ["draw", [2, 5174, 2]], ["take out", [2, 5174, 3]], ["withdraw", [2, 5174, 4]]]}, {"answer": "draw_out", "hint": "synonyms for draw out", "clues": [["aspirate", [2, 5175, 0]], ["take out", [2, 5175, 1]], ["prolong", [2, 5175, 2]], ["extend", [2, 5175, 3]], ["educe", [2, 5175, 4]], ["evoke", [2, 5175, 5]], ["extract", [2, 5175, 6]], ["pull out", [2, 5175, 7]], ["pull up", [2, 5175, 8]], ["elicit", [2, 5175, 9]], ["suck out", [2, 5175, 10]], ["pull", [2, 5175, 11]], ["protract", [2, 5175, 12]]]}, {"answer": "draw_up", "hint": "synonyms for draw up", "clues": [["frame", [2, 5176, 0]], ["pull up", [2, 5176, 1]], ["straighten up", [2, 5176, 2]], ["haul up", [2, 5176, 3]], ["compose", [2, 5176, 4]]]}, {"answer": "dream_up", "hint": "synonyms for dream up", "clues": [["concoct", [2, 5177, 0]], ["hatch", [2, 5177, 1]], ["think up", [2, 5177, 2]], ["think of", [2, 5177, 3]]]}, {"answer": "drench", "hint": "synonyms for drench", "clues": [["dowse", [2, 5178, 0]], ["sop", [2, 5178, 1]], ["douse", [2, 5178, 2]], ["soak", [2, 5178, 3]], ["imbrue", [2, 5178, 4]], ["souse", [2, 5178, 5]], ["swamp", [2, 5178, 6]]]}, {"answer": "dress_down", "hint": "synonyms for dress down", "clues": [["trounce", [2, 5179, 0]], ["call down", [2, 5179, 1]], ["lambaste", [2, 5179, 2]], ["lecture", [2, 5179, 3]], ["rag", [2, 5179, 4]], ["chew up", [2, 5179, 5]], ["scold", [2, 5179, 6]], ["bawl out", [2, 5179, 7]], ["jaw", [2, 5179, 8]], ["reprimand", [2, 5179, 9]], ["rebuke", [2, 5179, 10]], ["berate", [2, 5179, 11]], ["have words", [2, 5179, 12]], ["chew out", [2, 5179, 13]], ["remonstrate", [2, 5179, 14]], ["call on the carpet", [2, 5179, 15]], ["chide", [2, 5179, 16]], ["reproof", [2, 5179, 17]], ["take to task", [2, 5179, 18]], ["underdress", [2, 5179, 19]]]}, {"answer": "dress_up", "hint": "synonyms for dress up", "clues": [["deck up", [2, 5180, 0]], ["trick out", [2, 5180, 1]], ["fig up", [2, 5180, 2]], ["bard", [2, 5180, 3]], ["get up", [2, 5180, 4]], ["fig out", [2, 5180, 5]], ["prink", [2, 5180, 6]], ["dress", [2, 5180, 7]], ["costume", [2, 5180, 8]], ["trick up", [2, 5180, 9]], ["gussy up", [2, 5180, 10]], ["tog out", [2, 5180, 11]], ["deck out", [2, 5180, 12]], ["attire", [2, 5180, 13]], ["window-dress", [2, 5180, 14]], ["overdress", [2, 5180, 15]], ["fancy up", [2, 5180, 16]], ["tog up", [2, 5180, 17]], ["caparison", [2, 5180, 18]]]}, {"answer": "drift_off", "hint": "synonyms for drift off", "clues": [["doze off", [2, 5181, 0]], ["nod off", [2, 5181, 1]], ["fall asleep", [2, 5181, 2]], ["drop off", [2, 5181, 3]], ["drowse off", [2, 5181, 4]], ["flake out", [2, 5181, 5]]]}, {"answer": "drink_down", "hint": "synonyms for drink down", "clues": [["belt down", [2, 5182, 0]], ["toss off", [2, 5182, 1]], ["kill", [2, 5182, 2]], ["pop", [2, 5182, 3]], ["down", [2, 5182, 4]], ["pour down", [2, 5182, 5]]]}, {"answer": "drive_away", "hint": "synonyms for drive away", "clues": [["dispel", [2, 5183, 0]], ["drive off", [2, 5183, 1]], ["run off", [2, 5183, 2]], ["drive out", [2, 5183, 3]], ["turn back", [2, 5183, 4]], ["chase away", [2, 5183, 5]]]}, {"answer": "drive_back", "hint": "synonyms for drive back", "clues": [["fight off", [2, 5184, 0]], ["repel", [2, 5184, 1]], ["repulse", [2, 5184, 2]], ["rebuff", [2, 5184, 3]]]}, {"answer": "drive_off", "hint": "synonyms for drive off", "clues": [["dispel", [2, 5185, 0]], ["run off", [2, 5185, 1]], ["drive out", [2, 5185, 2]], ["turn back", [2, 5185, 3]], ["drive away", [2, 5185, 4]], ["chase away", [2, 5185, 5]]]}, {"answer": "drive_out", "hint": "synonyms for drive out", "clues": [["dispel", [2, 5186, 0]], ["run off", [2, 5186, 1]], ["clear out", [2, 5186, 2]], ["rouse", [2, 5186, 3]], ["drive off", [2, 5186, 4]], ["rout out", [2, 5186, 5]], ["force out", [2, 5186, 6]], ["turn back", [2, 5186, 7]], ["expectorate", [2, 5186, 8]], ["drive away", [2, 5186, 9]], ["chase away", [2, 5186, 10]]]}, {"answer": "drop_back", "hint": "synonyms for drop back", "clues": [["drag", [2, 5187, 0]], ["get behind", [2, 5187, 1]], ["drop behind", [2, 5187, 2]], ["trail", [2, 5187, 3]], ["hang back", [2, 5187, 4]]]}, {"answer": "drop_behind", "hint": "synonyms for drop behind", "clues": [["drag", [2, 5188, 0]], ["get behind", [2, 5188, 1]], ["drop back", [2, 5188, 2]], ["trail", [2, 5188, 3]], ["hang back", [2, 5188, 4]]]}, {"answer": "drop_by_the_wayside", "hint": "synonyms for drop by the wayside", "clues": [["chuck up the sponge", [2, 5189, 0]], ["fall by the wayside", [2, 5189, 1]], ["give up", [2, 5189, 2]], ["quit", [2, 5189, 3]], ["throw in the towel", [2, 5189, 4]], ["drop out", [2, 5189, 5]], ["throw in", [2, 5189, 6]]]}, {"answer": "drop_dead", "hint": "synonyms for drop dead", "clues": [["perish", [2, 5190, 0]], ["kick the bucket", [2, 5190, 1]], ["pop off", [2, 5190, 2]], ["conk", [2, 5190, 3]], ["die", [2, 5190, 4]], ["croak", [2, 5190, 5]], ["decease", [2, 5190, 6]], ["snuff it", [2, 5190, 7]], ["expire", [2, 5190, 8]], ["buy the farm", [2, 5190, 9]], ["exit", [2, 5190, 10]], ["cash in one's chips", [2, 5190, 11]], ["give-up the ghost", [2, 5190, 12]], ["choke", [2, 5190, 13]], ["go", [2, 5190, 14]], ["pass", [2, 5190, 15]], ["pass away", [2, 5190, 16]]]}, {"answer": "drop_off", "hint": "synonyms for drop off", "clues": [["unload", [2, 5191, 0]], ["drop away", [2, 5191, 1]], ["dope off", [2, 5191, 2]], ["drift off", [2, 5191, 3]], ["set down", [2, 5191, 4]], ["discharge", [2, 5191, 5]], ["put down", [2, 5191, 6]], ["fall behind", [2, 5191, 7]], ["flake out", [2, 5191, 8]], ["drowse off", [2, 5191, 9]], ["fall away", [2, 5191, 10]], ["drop", [2, 5191, 11]], ["fall back", [2, 5191, 12]], ["nod off", [2, 5191, 13]], ["fall asleep", [2, 5191, 14]], ["slip", [2, 5191, 15]], ["lose", [2, 5191, 16]], ["recede", [2, 5191, 17]]]}, {"answer": "drop_out", "hint": "synonyms for drop out", "clues": [["fall by the wayside", [2, 5192, 0]], ["give up", [2, 5192, 1]], ["quit", [2, 5192, 2]], ["throw in the towel", [2, 5192, 3]], ["chuck up the sponge", [2, 5192, 4]], ["drop by the wayside", [2, 5192, 5]], ["throw in", [2, 5192, 6]]]}, {"answer": "drop_the_ball", "hint": "synonyms for drop the ball", "clues": [["blunder", [2, 5193, 0]], ["goof", [2, 5193, 1]], ["boob", [2, 5193, 2]], ["sin", [2, 5193, 3]]]}, {"answer": "drowse_off", "hint": "synonyms for drowse off", "clues": [["doze off", [2, 5194, 0]], ["nod off", [2, 5194, 1]], ["fall asleep", [2, 5194, 2]], ["drop off", [2, 5194, 3]], ["drift off", [2, 5194, 4]], ["flake out", [2, 5194, 5]]]}, {"answer": "drub", "hint": "synonyms for drub", "clues": [["thrash", [2, 5195, 0]], ["lick", [2, 5195, 1]], ["bat", [2, 5195, 2]], ["cream", [2, 5195, 3]], ["clobber", [2, 5195, 4]]]}, {"answer": "drum_out", "hint": "synonyms for drum out", "clues": [["kick out", [2, 5196, 0]], ["oust", [2, 5196, 1]], ["boot out", [2, 5196, 2]], ["throw out", [2, 5196, 3]], ["expel", [2, 5196, 4]]]}, {"answer": "dumbfound", "hint": "synonyms for dumbfound", "clues": [["flummox", [2, 5197, 0]], ["baffle", [2, 5197, 1]], ["get", [2, 5197, 2]], ["beat", [2, 5197, 3]], ["stupefy", [2, 5197, 4]], ["perplex", [2, 5197, 5]], ["gravel", [2, 5197, 6]], ["mystify", [2, 5197, 7]], ["pose", [2, 5197, 8]], ["puzzle", [2, 5197, 9]], ["bewilder", [2, 5197, 10]], ["stick", [2, 5197, 11]], ["vex", [2, 5197, 12]], ["amaze", [2, 5197, 13]], ["nonplus", [2, 5197, 14]]]}, {"answer": "dummy_up", "hint": "synonyms for dummy up", "clues": [["button up", [2, 5198, 0]], ["dummy", [2, 5198, 1]], ["belt up", [2, 5198, 2]], ["clam up", [2, 5198, 3]], ["close up", [2, 5198, 4]], ["shut up", [2, 5198, 5]], ["keep mum", [2, 5198, 6]], ["be quiet", [2, 5198, 7]]]}, {"answer": "dwell", "hint": "synonyms for dwell", "clues": [["lie", [2, 5199, 0]], ["consist", [2, 5199, 1]], ["populate", [2, 5199, 2]], ["brood", [2, 5199, 3]], ["harp", [2, 5199, 4]], ["lie in", [2, 5199, 5]], ["inhabit", [2, 5199, 6]]]}, {"answer": "earn", "hint": "synonyms for earn", "clues": [["pull in", [2, 5200, 0]], ["realize", [2, 5200, 1]], ["garner", [2, 5200, 2]], ["make", [2, 5200, 3]], ["bring in", [2, 5200, 4]], ["clear", [2, 5200, 5]], ["take in", [2, 5200, 6]], ["gain", [2, 5200, 7]]]}, {"answer": "ease_off", "hint": "synonyms for ease off", "clues": [["flag", [2, 5201, 0]], ["ease up", [2, 5201, 1]], ["slacken off", [2, 5201, 2]], ["let up", [2, 5201, 3]]]}, {"answer": "ease_up", "hint": "synonyms for ease up", "clues": [["ease off", [2, 5202, 0]], ["move over", [2, 5202, 1]], ["give", [2, 5202, 2]], ["flag", [2, 5202, 3]], ["slacken off", [2, 5202, 4]], ["let up", [2, 5202, 5]], ["yield", [2, 5202, 6]], ["give way", [2, 5202, 7]]]}, {"answer": "eat", "hint": "synonyms for eat", "clues": [["wipe out", [2, 5203, 0]], ["corrode", [2, 5203, 1]], ["run through", [2, 5203, 2]], ["feed", [2, 5203, 3]], ["eat up", [2, 5203, 4]], ["eat on", [2, 5203, 5]], ["consume", [2, 5203, 6]], ["deplete", [2, 5203, 7]], ["exhaust", [2, 5203, 8]], ["rust", [2, 5203, 9]], ["use up", [2, 5203, 10]]]}, {"answer": "eat_at", "hint": "synonyms for eat at", "clues": [["wear away", [2, 5204, 0]], ["gnaw at", [2, 5204, 1]], ["erode", [2, 5204, 2]], ["gnaw", [2, 5204, 3]]]}, {"answer": "eat_up", "hint": "synonyms for eat up", "clues": [["wipe out", [2, 5205, 0]], ["run through", [2, 5205, 1]], ["eat", [2, 5205, 2]], ["bury", [2, 5205, 3]], ["polish off", [2, 5205, 4]], ["consume", [2, 5205, 5]], ["deplete", [2, 5205, 6]], ["immerse", [2, 5205, 7]], ["swallow", [2, 5205, 8]], ["exhaust", [2, 5205, 9]], ["finish", [2, 5205, 10]], ["swallow up", [2, 5205, 11]], ["use up", [2, 5205, 12]]]}, {"answer": "ebb_away", "hint": "synonyms for ebb away", "clues": [["ebb out", [2, 5206, 0]], ["ebb down", [2, 5206, 1]], ["ebb off", [2, 5206, 2]], ["ebb", [2, 5206, 3]]]}, {"answer": "ebb_down", "hint": "synonyms for ebb down", "clues": [["ebb out", [2, 5207, 0]], ["ebb away", [2, 5207, 1]], ["ebb off", [2, 5207, 2]], ["ebb", [2, 5207, 3]]]}, {"answer": "ebb_off", "hint": "synonyms for ebb off", "clues": [["ebb down", [2, 5208, 0]], ["ebb out", [2, 5208, 1]], ["ebb away", [2, 5208, 2]], ["ebb", [2, 5208, 3]]]}, {"answer": "ebb_out", "hint": "synonyms for ebb out", "clues": [["ebb down", [2, 5209, 0]], ["ebb away", [2, 5209, 1]], ["ebb off", [2, 5209, 2]], ["ebb", [2, 5209, 3]]]}, {"answer": "economise", "hint": "synonyms for economise", "clues": [["economize", [2, 5210, 0]], ["save", [2, 5210, 1]], ["husband", [2, 5210, 2]], ["conserve", [2, 5210, 3]]]}, {"answer": "economize", "hint": "synonyms for economize", "clues": [["husband", [2, 5211, 0]], ["save", [2, 5211, 1]], ["conserve", [2, 5211, 2]], ["economise", [2, 5211, 3]]]}, {"answer": "edit", "hint": "synonyms for edit", "clues": [["edit out", [2, 5212, 0]], ["redact", [2, 5212, 1]], ["delete", [2, 5212, 2]], ["blue-pencil", [2, 5212, 3]], ["cut", [2, 5212, 4]]]}, {"answer": "educate", "hint": "synonyms for educate", "clues": [["train", [2, 5213, 0]], ["civilise", [2, 5213, 1]], ["prepare", [2, 5213, 2]], ["develop", [2, 5213, 3]], ["cultivate", [2, 5213, 4]], ["school", [2, 5213, 5]]]}, {"answer": "educe", "hint": "synonyms for educe", "clues": [["draw out", [2, 5214, 0]], ["elicit", [2, 5214, 1]], ["evoke", [2, 5214, 2]], ["derive", [2, 5214, 3]], ["extract", [2, 5214, 4]]]}, {"answer": "eff", "hint": "synonyms for eff", "clues": [["hump", [2, 5215, 0]], ["jazz", [2, 5215, 1]], ["do it", [2, 5215, 2]], ["bed", [2, 5215, 3]], ["lie with", [2, 5215, 4]], ["sleep with", [2, 5215, 5]], ["fuck", [2, 5215, 6]], ["be intimate", [2, 5215, 7]], ["make love", [2, 5215, 8]], ["get it on", [2, 5215, 9]], ["roll in the hay", [2, 5215, 10]], ["know", [2, 5215, 11]], ["bang", [2, 5215, 12]], ["love", [2, 5215, 13]], ["have sex", [2, 5215, 14]], ["bonk", [2, 5215, 15]], ["have it off", [2, 5215, 16]], ["get laid", [2, 5215, 17]], ["have a go at it", [2, 5215, 18]], ["have it away", [2, 5215, 19]], ["make out", [2, 5215, 20]], ["have intercourse", [2, 5215, 21]], ["sleep together", [2, 5215, 22]], ["screw", [2, 5215, 23]]]}, {"answer": "efface", "hint": "synonyms for efface", "clues": [["score out", [2, 5216, 0]], ["rub out", [2, 5216, 1]], ["obliterate", [2, 5216, 2]], ["wipe off", [2, 5216, 3]], ["erase", [2, 5216, 4]]]}, {"answer": "effervesce", "hint": "synonyms for effervesce", "clues": [["sparkle", [2, 5217, 0]], ["form bubbles", [2, 5217, 1]], ["fizz", [2, 5217, 2]], ["froth", [2, 5217, 3]], ["foam", [2, 5217, 4]]]}, {"answer": "eject", "hint": "synonyms for eject", "clues": [["discharge", [2, 5218, 0]], ["force out", [2, 5218, 1]], ["turf out", [2, 5218, 2]], ["exhaust", [2, 5218, 3]], ["squeeze out", [2, 5218, 4]], ["expel", [2, 5218, 5]], ["boot out", [2, 5218, 6]], ["squirt", [2, 5218, 7]], ["chuck out", [2, 5218, 8]], ["release", [2, 5218, 9]], ["exclude", [2, 5218, 10]]]}, {"answer": "elapse", "hint": "synonyms for elapse", "clues": [["slip away", [2, 5219, 0]], ["go by", [2, 5219, 1]], ["lapse", [2, 5219, 2]], ["slip by", [2, 5219, 3]], ["go along", [2, 5219, 4]], ["glide by", [2, 5219, 5]], ["pass", [2, 5219, 6]]]}, {"answer": "elate", "hint": "synonyms for elate", "clues": [["intoxicate", [2, 5220, 0]], ["uplift", [2, 5220, 1]], ["pick up", [2, 5220, 2]], ["lift up", [2, 5220, 3]]]}, {"answer": "elevate", "hint": "synonyms for elevate", "clues": [["upgrade", [2, 5221, 0]], ["raise", [2, 5221, 1]], ["kick upstairs", [2, 5221, 2]], ["get up", [2, 5221, 3]], ["lift", [2, 5221, 4]], ["bring up", [2, 5221, 5]], ["promote", [2, 5221, 6]], ["advance", [2, 5221, 7]]]}, {"answer": "elicit", "hint": "synonyms for elicit", "clues": [["draw out", [2, 5222, 0]], ["provoke", [2, 5222, 1]], ["raise", [2, 5222, 2]], ["enkindle", [2, 5222, 3]], ["educe", [2, 5222, 4]], ["evoke", [2, 5222, 5]], ["extract", [2, 5222, 6]], ["fire", [2, 5222, 7]], ["arouse", [2, 5222, 8]]]}, {"answer": "eliminate", "hint": "synonyms for eliminate", "clues": [["do away with", [2, 5223, 0]], ["eradicate", [2, 5223, 1]], ["carry off", [2, 5223, 2]], ["reject", [2, 5223, 3]], ["get rid of", [2, 5223, 4]], ["rid of", [2, 5223, 5]], ["extinguish", [2, 5223, 6]], ["wipe out", [2, 5223, 7]], ["rule out", [2, 5223, 8]], ["winnow out", [2, 5223, 9]], ["egest", [2, 5223, 10]], ["pass", [2, 5223, 11]], ["decimate", [2, 5223, 12]], ["excrete", [2, 5223, 13]], ["annihilate", [2, 5223, 14]], ["obviate", [2, 5223, 15]]]}, {"answer": "elucidate", "hint": "synonyms for elucidate", "clues": [["clear up", [2, 5224, 0]], ["clarify", [2, 5224, 1]], ["crystalise", [2, 5224, 2]], ["clear", [2, 5224, 3]], ["shed light on", [2, 5224, 4]], ["illuminate", [2, 5224, 5]], ["straighten out", [2, 5224, 6]], ["sort out", [2, 5224, 7]], ["enlighten", [2, 5224, 8]]]}, {"answer": "elude", "hint": "synonyms for elude", "clues": [["parry", [2, 5225, 0]], ["circumvent", [2, 5225, 1]], ["dodge", [2, 5225, 2]], ["duck", [2, 5225, 3]], ["sidestep", [2, 5225, 4]], ["skirt", [2, 5225, 5]], ["hedge", [2, 5225, 6]], ["put off", [2, 5225, 7]], ["escape", [2, 5225, 8]], ["evade", [2, 5225, 9]], ["fudge", [2, 5225, 10]], ["bilk", [2, 5225, 11]]]}, {"answer": "embarrass", "hint": "synonyms for embarrass", "clues": [["hinder", [2, 5226, 0]], ["block", [2, 5226, 1]], ["abash", [2, 5226, 2]], ["blockade", [2, 5226, 3]], ["stymie", [2, 5226, 4]], ["obstruct", [2, 5226, 5]], ["stymy", [2, 5226, 6]]]}, {"answer": "embed", "hint": "synonyms for embed", "clues": [["plant", [2, 5227, 0]], ["implant", [2, 5227, 1]], ["engraft", [2, 5227, 2]], ["imbed", [2, 5227, 3]]]}, {"answer": "embellish", "hint": "synonyms for embellish", "clues": [["aggrandize", [2, 5228, 0]], ["prettify", [2, 5228, 1]], ["beautify", [2, 5228, 2]], ["adorn", [2, 5228, 3]], ["blow up", [2, 5228, 4]], ["ornament", [2, 5228, 5]], ["dramatise", [2, 5228, 6]], ["embroider", [2, 5228, 7]], ["deck", [2, 5228, 8]], ["grace", [2, 5228, 9]], ["decorate", [2, 5228, 10]], ["fancify", [2, 5228, 11]], ["lard", [2, 5228, 12]], ["pad", [2, 5228, 13]]]}, {"answer": "embezzle", "hint": "synonyms for embezzle", "clues": [["defalcate", [2, 5229, 0]], ["misappropriate", [2, 5229, 1]], ["malversate", [2, 5229, 2]], ["peculate", [2, 5229, 3]]]}, {"answer": "embody", "hint": "synonyms for embody", "clues": [["substantiate", [2, 5230, 0]], ["personify", [2, 5230, 1]], ["be", [2, 5230, 2]], ["body forth", [2, 5230, 3]], ["incarnate", [2, 5230, 4]]]}, {"answer": "embrocate", "hint": "synonyms for embrocate", "clues": [["anoint", [2, 5231, 0]], ["anele", [2, 5231, 1]], ["oil", [2, 5231, 2]], ["inunct", [2, 5231, 3]]]}, {"answer": "embroider", "hint": "synonyms for embroider", "clues": [["aggrandize", [2, 5232, 0]], ["lard", [2, 5232, 1]], ["dramatise", [2, 5232, 2]], ["pad", [2, 5232, 3]], ["broider", [2, 5232, 4]], ["blow up", [2, 5232, 5]], ["embellish", [2, 5232, 6]]]}, {"answer": "embroil", "hint": "synonyms for embroil", "clues": [["drag in", [2, 5233, 0]], ["drag", [2, 5233, 1]], ["tangle", [2, 5233, 2]], ["sweep", [2, 5233, 3]], ["sweep up", [2, 5233, 4]]]}, {"answer": "emerge", "hint": "synonyms for emerge", "clues": [["issue", [2, 5234, 0]], ["come forth", [2, 5234, 1]], ["egress", [2, 5234, 2]], ["go forth", [2, 5234, 3]], ["come out", [2, 5234, 4]]]}, {"answer": "emit", "hint": "synonyms for emit", "clues": [["utter", [2, 5235, 0]], ["let loose", [2, 5235, 1]], ["breathe", [2, 5235, 2]], ["pass off", [2, 5235, 3]], ["give off", [2, 5235, 4]], ["let out", [2, 5235, 5]], ["give out", [2, 5235, 6]]]}, {"answer": "emphasise", "hint": "synonyms for emphasise", "clues": [["accent", [2, 5236, 0]], ["stress", [2, 5236, 1]], ["emphasize", [2, 5236, 2]], ["underline", [2, 5236, 3]], ["punctuate", [2, 5236, 4]], ["underscore", [2, 5236, 5]], ["accentuate", [2, 5236, 6]]]}, {"answer": "emphasize", "hint": "synonyms for emphasize", "clues": [["accent", [2, 5237, 0]], ["stress", [2, 5237, 1]], ["punctuate", [2, 5237, 2]], ["emphasise", [2, 5237, 3]], ["underscore", [2, 5237, 4]], ["underline", [2, 5237, 5]], ["accentuate", [2, 5237, 6]]]}, {"answer": "empower", "hint": "synonyms for empower", "clues": [["invest", [2, 5238, 0]], ["authorize", [2, 5238, 1]], ["gift", [2, 5238, 2]], ["indue", [2, 5238, 3]], ["endow", [2, 5238, 4]], ["endue", [2, 5238, 5]]]}, {"answer": "enamor", "hint": "synonyms for enamor", "clues": [["catch", [2, 5239, 0]], ["bewitch", [2, 5239, 1]], ["enamour", [2, 5239, 2]], ["fascinate", [2, 5239, 3]], ["captivate", [2, 5239, 4]], ["trance", [2, 5239, 5]], ["beguile", [2, 5239, 6]], ["enchant", [2, 5239, 7]], ["capture", [2, 5239, 8]], ["charm", [2, 5239, 9]], ["becharm", [2, 5239, 10]]]}, {"answer": "enamour", "hint": "synonyms for enamour", "clues": [["catch", [2, 5240, 0]], ["bewitch", [2, 5240, 1]], ["fascinate", [2, 5240, 2]], ["enamor", [2, 5240, 3]], ["captivate", [2, 5240, 4]], ["trance", [2, 5240, 5]], ["beguile", [2, 5240, 6]], ["enchant", [2, 5240, 7]], ["capture", [2, 5240, 8]], ["charm", [2, 5240, 9]], ["becharm", [2, 5240, 10]]]}, {"answer": "encamp", "hint": "synonyms for encamp", "clues": [["bivouac", [2, 5241, 0]], ["tent", [2, 5241, 1]], ["camp", [2, 5241, 2]], ["camp out", [2, 5241, 3]]]}, {"answer": "enchant", "hint": "synonyms for enchant", "clues": [["enthral", [2, 5242, 0]], ["transport", [2, 5242, 1]], ["catch", [2, 5242, 2]], ["enrapture", [2, 5242, 3]], ["bewitch", [2, 5242, 4]], ["fascinate", [2, 5242, 5]], ["enamor", [2, 5242, 6]], ["glamour", [2, 5242, 7]], ["ravish", [2, 5242, 8]], ["becharm", [2, 5242, 9]], ["hex", [2, 5242, 10]], ["jinx", [2, 5242, 11]], ["witch", [2, 5242, 12]], ["captivate", [2, 5242, 13]], ["delight", [2, 5242, 14]], ["trance", [2, 5242, 15]], ["beguile", [2, 5242, 16]], ["capture", [2, 5242, 17]], ["charm", [2, 5242, 18]]]}, {"answer": "encipher", "hint": "synonyms for encipher", "clues": [["inscribe", [2, 5243, 0]], ["cypher", [2, 5243, 1]], ["code", [2, 5243, 2]], ["cipher", [2, 5243, 3]], ["write in code", [2, 5243, 4]], ["encrypt", [2, 5243, 5]]]}, {"answer": "enclose", "hint": "synonyms for enclose", "clues": [["insert", [2, 5244, 0]], ["enfold", [2, 5244, 1]], ["envelop", [2, 5244, 2]], ["hold in", [2, 5244, 3]], ["shut in", [2, 5244, 4]], ["introduce", [2, 5244, 5]], ["enwrap", [2, 5244, 6]], ["confine", [2, 5244, 7]], ["inclose", [2, 5244, 8]], ["stick in", [2, 5244, 9]], ["wrap", [2, 5244, 10]], ["put in", [2, 5244, 11]], ["close in", [2, 5244, 12]]]}, {"answer": "enclothe", "hint": "synonyms for enclothe", "clues": [["garb", [2, 5245, 0]], ["habilitate", [2, 5245, 1]], ["fit out", [2, 5245, 2]], ["garment", [2, 5245, 3]], ["dress", [2, 5245, 4]], ["raiment", [2, 5245, 5]], ["apparel", [2, 5245, 6]], ["tog", [2, 5245, 7]], ["clothe", [2, 5245, 8]]]}, {"answer": "encourage", "hint": "synonyms for encourage", "clues": [["advance", [2, 5246, 0]], ["further", [2, 5246, 1]], ["promote", [2, 5246, 2]], ["boost", [2, 5246, 3]]]}, {"answer": "encrypt", "hint": "synonyms for encrypt", "clues": [["encipher", [2, 5247, 0]], ["cypher", [2, 5247, 1]], ["code", [2, 5247, 2]], ["inscribe", [2, 5247, 3]], ["write in code", [2, 5247, 4]]]}, {"answer": "end_up", "hint": "synonyms for end up", "clues": [["fetch up", [2, 5248, 0]], ["finish up", [2, 5248, 1]], ["wind up", [2, 5248, 2]], ["finish", [2, 5248, 3]], ["land up", [2, 5248, 4]]]}, {"answer": "endanger", "hint": "synonyms for endanger", "clues": [["imperil", [2, 5249, 0]], ["scupper", [2, 5249, 1]], ["menace", [2, 5249, 2]], ["threaten", [2, 5249, 3]], ["jeopardise", [2, 5249, 4]], ["peril", [2, 5249, 5]], ["queer", [2, 5249, 6]], ["expose", [2, 5249, 7]]]}, {"answer": "endorse", "hint": "synonyms for endorse", "clues": [["indorse", [2, 5250, 0]], ["certify", [2, 5250, 1]], ["second", [2, 5250, 2]], ["back", [2, 5250, 3]], ["support", [2, 5250, 4]], ["plump for", [2, 5250, 5]], ["plunk for", [2, 5250, 6]]]}, {"answer": "endow", "hint": "synonyms for endow", "clues": [["empower", [2, 5251, 0]], ["invest", [2, 5251, 1]], ["indue", [2, 5251, 2]], ["gift", [2, 5251, 3]], ["dower", [2, 5251, 4]], ["endue", [2, 5251, 5]]]}, {"answer": "endue", "hint": "synonyms for endue", "clues": [["empower", [2, 5252, 0]], ["invest", [2, 5252, 1]], ["indue", [2, 5252, 2]], ["gift", [2, 5252, 3]], ["endow", [2, 5252, 4]]]}, {"answer": "endure", "hint": "synonyms for endure", "clues": [["tolerate", [2, 5253, 0]], ["hold up", [2, 5253, 1]], ["run", [2, 5253, 2]], ["live", [2, 5253, 3]], ["last", [2, 5253, 4]], ["abide", [2, 5253, 5]], ["survive", [2, 5253, 6]], ["put up", [2, 5253, 7]], ["support", [2, 5253, 8]], ["live on", [2, 5253, 9]], ["bear", [2, 5253, 10]], ["brave", [2, 5253, 11]], ["stick out", [2, 5253, 12]], ["go", [2, 5253, 13]], ["suffer", [2, 5253, 14]], ["hold out", [2, 5253, 15]], ["persist", [2, 5253, 16]], ["prevail", [2, 5253, 17]], ["die hard", [2, 5253, 18]], ["stand", [2, 5253, 19]], ["brave out", [2, 5253, 20]], ["wear", [2, 5253, 21]], ["digest", [2, 5253, 22]], ["weather", [2, 5253, 23]], ["brook", [2, 5253, 24]], ["stomach", [2, 5253, 25]]]}, {"answer": "energise", "hint": "synonyms for energise", "clues": [["arouse", [2, 5254, 0]], ["energize", [2, 5254, 1]], ["brace", [2, 5254, 2]], ["excite", [2, 5254, 3]], ["perk up", [2, 5254, 4]], ["stimulate", [2, 5254, 5]]]}, {"answer": "energize", "hint": "synonyms for energize", "clues": [["energise", [2, 5255, 0]], ["arouse", [2, 5255, 1]], ["excite", [2, 5255, 2]], ["brace", [2, 5255, 3]], ["perk up", [2, 5255, 4]], ["stimulate", [2, 5255, 5]]]}, {"answer": "enfold", "hint": "synonyms for enfold", "clues": [["wrap", [2, 5256, 0]], ["enwrap", [2, 5256, 1]], ["enclose", [2, 5256, 2]], ["envelop", [2, 5256, 3]]]}, {"answer": "engage", "hint": "synonyms for engage", "clues": [["pursue", [2, 5257, 0]], ["prosecute", [2, 5257, 1]], ["rent", [2, 5257, 2]], ["operate", [2, 5257, 3]], ["hire", [2, 5257, 4]], ["plight", [2, 5257, 5]], ["take", [2, 5257, 6]], ["employ", [2, 5257, 7]], ["engross", [2, 5257, 8]], ["lease", [2, 5257, 9]], ["affiance", [2, 5257, 10]], ["absorb", [2, 5257, 11]], ["enlist", [2, 5257, 12]], ["lock", [2, 5257, 13]], ["charter", [2, 5257, 14]], ["betroth", [2, 5257, 15]], ["mesh", [2, 5257, 16]], ["occupy", [2, 5257, 17]], ["wage", [2, 5257, 18]]]}, {"answer": "engender", "hint": "synonyms for engender", "clues": [["mother", [2, 5258, 0]], ["spawn", [2, 5258, 1]], ["breed", [2, 5258, 2]], ["father", [2, 5258, 3]], ["sire", [2, 5258, 4]], ["bring forth", [2, 5258, 5]], ["generate", [2, 5258, 6]], ["get", [2, 5258, 7]], ["beget", [2, 5258, 8]]]}, {"answer": "englut", "hint": "synonyms for englut", "clues": [["gormandise", [2, 5259, 0]], ["gorge", [2, 5259, 1]], ["satiate", [2, 5259, 2]], ["glut", [2, 5259, 3]], ["engorge", [2, 5259, 4]], ["scarf out", [2, 5259, 5]], ["stuff", [2, 5259, 6]], ["overeat", [2, 5259, 7]], ["binge", [2, 5259, 8]], ["overindulge", [2, 5259, 9]], ["overgorge", [2, 5259, 10]], ["ingurgitate", [2, 5259, 11]], ["pig out", [2, 5259, 12]]]}, {"answer": "engorge", "hint": "synonyms for engorge", "clues": [["gormandise", [2, 5260, 0]], ["englut", [2, 5260, 1]], ["gorge", [2, 5260, 2]], ["satiate", [2, 5260, 3]], ["glut", [2, 5260, 4]], ["scarf out", [2, 5260, 5]], ["stuff", [2, 5260, 6]], ["overeat", [2, 5260, 7]], ["binge", [2, 5260, 8]], ["overindulge", [2, 5260, 9]], ["overgorge", [2, 5260, 10]], ["ingurgitate", [2, 5260, 11]], ["pig out", [2, 5260, 12]]]}, {"answer": "engraft", "hint": "synonyms for engraft", "clues": [["plant", [2, 5261, 0]], ["implant", [2, 5261, 1]], ["imbed", [2, 5261, 2]], ["embed", [2, 5261, 3]], ["ingraft", [2, 5261, 4]], ["graft", [2, 5261, 5]]]}, {"answer": "engrave", "hint": "synonyms for engrave", "clues": [["etch", [2, 5262, 0]], ["inscribe", [2, 5262, 1]], ["scratch", [2, 5262, 2]], ["grave", [2, 5262, 3]]]}, {"answer": "engross", "hint": "synonyms for engross", "clues": [["steep", [2, 5263, 0]], ["absorb", [2, 5263, 1]], ["immerse", [2, 5263, 2]], ["plunge", [2, 5263, 3]], ["engulf", [2, 5263, 4]], ["soak up", [2, 5263, 5]], ["engage", [2, 5263, 6]], ["occupy", [2, 5263, 7]]]}, {"answer": "engulf", "hint": "synonyms for engulf", "clues": [["steep", [2, 5264, 0]], ["soak up", [2, 5264, 1]], ["immerse", [2, 5264, 2]], ["plunge", [2, 5264, 3]], ["engross", [2, 5264, 4]], ["absorb", [2, 5264, 5]]]}, {"answer": "enjoy", "hint": "synonyms for enjoy", "clues": [["delight", [2, 5265, 0]], ["bask", [2, 5265, 1]], ["love", [2, 5265, 2]], ["revel", [2, 5265, 3]], ["savour", [2, 5265, 4]], ["relish", [2, 5265, 5]]]}, {"answer": "enkindle", "hint": "synonyms for enkindle", "clues": [["provoke", [2, 5266, 0]], ["conflagrate", [2, 5266, 1]], ["raise", [2, 5266, 2]], ["evoke", [2, 5266, 3]], ["kindle", [2, 5266, 4]], ["elicit", [2, 5266, 5]], ["inflame", [2, 5266, 6]], ["fire", [2, 5266, 7]], ["arouse", [2, 5266, 8]]]}, {"answer": "enlace", "hint": "synonyms for enlace", "clues": [["lace", [2, 5267, 0]], ["entwine", [2, 5267, 1]], ["twine", [2, 5267, 2]], ["intertwine", [2, 5267, 3]], ["interlace", [2, 5267, 4]]]}, {"answer": "enlarge", "hint": "synonyms for enlarge", "clues": [["expound", [2, 5268, 0]], ["elaborate", [2, 5268, 1]], ["expand", [2, 5268, 2]], ["exposit", [2, 5268, 3]], ["expatiate", [2, 5268, 4]], ["dilate", [2, 5268, 5]], ["blow up", [2, 5268, 6]], ["flesh out", [2, 5268, 7]], ["magnify", [2, 5268, 8]], ["lucubrate", [2, 5268, 9]]]}, {"answer": "enlighten", "hint": "synonyms for enlighten", "clues": [["crystalise", [2, 5269, 0]], ["clear", [2, 5269, 1]], ["shed light on", [2, 5269, 2]], ["illuminate", [2, 5269, 3]], ["straighten out", [2, 5269, 4]], ["sort out", [2, 5269, 5]], ["edify", [2, 5269, 6]], ["irradiate", [2, 5269, 7]], ["clear up", [2, 5269, 8]], ["elucidate", [2, 5269, 9]]]}, {"answer": "enliven", "hint": "synonyms for enliven", "clues": [["inspire", [2, 5270, 0]], ["liven up", [2, 5270, 1]], ["invigorate", [2, 5270, 2]], ["liven", [2, 5270, 3]], ["animate", [2, 5270, 4]], ["exalt", [2, 5270, 5]]]}, {"answer": "enounce", "hint": "synonyms for enounce", "clues": [["articulate", [2, 5271, 0]], ["say", [2, 5271, 1]], ["sound out", [2, 5271, 2]], ["pronounce", [2, 5271, 3]], ["enunciate", [2, 5271, 4]]]}, {"answer": "enquire", "hint": "synonyms for enquire", "clues": [["ask", [2, 5272, 0]], ["investigate", [2, 5272, 1]], ["inquire", [2, 5272, 2]], ["wonder", [2, 5272, 3]]]}, {"answer": "enrapture", "hint": "synonyms for enrapture", "clues": [["enthral", [2, 5273, 0]], ["transport", [2, 5273, 1]], ["delight", [2, 5273, 2]], ["ravish", [2, 5273, 3]], ["enchant", [2, 5273, 4]]]}, {"answer": "enrol", "hint": "synonyms for enrol", "clues": [["recruit", [2, 5274, 0]], ["inscribe", [2, 5274, 1]], ["enter", [2, 5274, 2]], ["enroll", [2, 5274, 3]]]}, {"answer": "enroll", "hint": "synonyms for enroll", "clues": [["inscribe", [2, 5275, 0]], ["recruit", [2, 5275, 1]], ["enrol", [2, 5275, 2]], ["enter", [2, 5275, 3]]]}, {"answer": "ensnare", "hint": "synonyms for ensnare", "clues": [["snare", [2, 5276, 0]], ["entrap", [2, 5276, 1]], ["set up", [2, 5276, 2]], ["trap", [2, 5276, 3]], ["trammel", [2, 5276, 4]], ["frame", [2, 5276, 5]]]}, {"answer": "ensure", "hint": "synonyms for ensure", "clues": [["assure", [2, 5277, 0]], ["ascertain", [2, 5277, 1]], ["see", [2, 5277, 2]], ["guarantee", [2, 5277, 3]], ["insure", [2, 5277, 4]], ["check", [2, 5277, 5]], ["secure", [2, 5277, 6]], ["see to it", [2, 5277, 7]], ["control", [2, 5277, 8]]]}, {"answer": "entangle", "hint": "synonyms for entangle", "clues": [["mire", [2, 5278, 0]], ["tangle", [2, 5278, 1]], ["mat", [2, 5278, 2]], ["snarl", [2, 5278, 3]]]}, {"answer": "enter", "hint": "synonyms for enter", "clues": [["figure", [2, 5279, 0]], ["insert", [2, 5279, 1]], ["recruit", [2, 5279, 2]], ["come in", [2, 5279, 3]], ["introduce", [2, 5279, 4]], ["move into", [2, 5279, 5]], ["get into", [2, 5279, 6]], ["infix", [2, 5279, 7]], ["participate", [2, 5279, 8]], ["embark", [2, 5279, 9]], ["go into", [2, 5279, 10]], ["enrol", [2, 5279, 11]], ["put down", [2, 5279, 12]], ["record", [2, 5279, 13]], ["accede", [2, 5279, 14]], ["inscribe", [2, 5279, 15]], ["go in", [2, 5279, 16]]]}, {"answer": "entertain", "hint": "synonyms for entertain", "clues": [["nurse", [2, 5280, 0]], ["think of", [2, 5280, 1]], ["harbor", [2, 5280, 2]], ["hold", [2, 5280, 3]], ["think about", [2, 5280, 4]], ["toy with", [2, 5280, 5]], ["flirt with", [2, 5280, 6]]]}, {"answer": "enthral", "hint": "synonyms for enthral", "clues": [["transport", [2, 5281, 0]], ["delight", [2, 5281, 1]], ["ravish", [2, 5281, 2]], ["enchant", [2, 5281, 3]], ["enrapture", [2, 5281, 4]], ["enthrall", [2, 5281, 5]]]}, {"answer": "enthrall", "hint": "synonyms for enthrall", "clues": [["enthral", [2, 5282, 0]], ["transport", [2, 5282, 1]], ["delight", [2, 5282, 2]], ["ravish", [2, 5282, 3]], ["enchant", [2, 5282, 4]], ["enrapture", [2, 5282, 5]]]}, {"answer": "entomb", "hint": "synonyms for entomb", "clues": [["inhume", [2, 5283, 0]], ["lay to rest", [2, 5283, 1]], ["bury", [2, 5283, 2]], ["inter", [2, 5283, 3]]]}, {"answer": "entrap", "hint": "synonyms for entrap", "clues": [["ensnare", [2, 5284, 0]], ["snare", [2, 5284, 1]], ["set up", [2, 5284, 2]], ["trap", [2, 5284, 3]], ["trammel", [2, 5284, 4]], ["frame", [2, 5284, 5]]]}, {"answer": "entreat", "hint": "synonyms for entreat", "clues": [["beseech", [2, 5285, 0]], ["bid", [2, 5285, 1]], ["conjure", [2, 5285, 2]], ["press", [2, 5285, 3]], ["adjure", [2, 5285, 4]]]}, {"answer": "entrench", "hint": "synonyms for entrench", "clues": [["dig in", [2, 5286, 0]], ["encroach", [2, 5286, 1]], ["intrench", [2, 5286, 2]], ["impinge", [2, 5286, 3]]]}, {"answer": "entrust", "hint": "synonyms for entrust", "clues": [["confide", [2, 5287, 0]], ["leave", [2, 5287, 1]], ["commit", [2, 5287, 2]], ["intrust", [2, 5287, 3]], ["trust", [2, 5287, 4]]]}, {"answer": "entwine", "hint": "synonyms for entwine", "clues": [["knit", [2, 5288, 0]], ["enlace", [2, 5288, 1]], ["lace", [2, 5288, 2]], ["twine", [2, 5288, 3]], ["intertwine", [2, 5288, 4]], ["interlace", [2, 5288, 5]]]}, {"answer": "enumerate", "hint": "synonyms for enumerate", "clues": [["count", [2, 5289, 0]], ["recite", [2, 5289, 1]], ["itemise", [2, 5289, 2]], ["numerate", [2, 5289, 3]], ["number", [2, 5289, 4]]]}, {"answer": "enunciate", "hint": "synonyms for enunciate", "clues": [["articulate", [2, 5290, 0]], ["vocalise", [2, 5290, 1]], ["say", [2, 5290, 2]], ["sound out", [2, 5290, 3]], ["pronounce", [2, 5290, 4]], ["enounce", [2, 5290, 5]]]}, {"answer": "envelop", "hint": "synonyms for envelop", "clues": [["wrap", [2, 5291, 0]], ["enwrap", [2, 5291, 1]], ["enfold", [2, 5291, 2]], ["enclose", [2, 5291, 3]]]}, {"answer": "environ", "hint": "synonyms for environ", "clues": [["skirt", [2, 5292, 0]], ["border", [2, 5292, 1]], ["surround", [2, 5292, 2]], ["ring", [2, 5292, 3]]]}, {"answer": "envision", "hint": "synonyms for envision", "clues": [["see", [2, 5293, 0]], ["foresee", [2, 5293, 1]], ["visualize", [2, 5293, 2]], ["figure", [2, 5293, 3]], ["picture", [2, 5293, 4]], ["project", [2, 5293, 5]], ["image", [2, 5293, 6]], ["fancy", [2, 5293, 7]]]}, {"answer": "enwrap", "hint": "synonyms for enwrap", "clues": [["wrap", [2, 5294, 0]], ["enfold", [2, 5294, 1]], ["enclose", [2, 5294, 2]], ["envelop", [2, 5294, 3]]]}, {"answer": "equalise", "hint": "synonyms for equalise", "clues": [["get even", [2, 5295, 0]], ["equalize", [2, 5295, 1]], ["equal", [2, 5295, 2]], ["match", [2, 5295, 3]], ["equate", [2, 5295, 4]]]}, {"answer": "equalize", "hint": "synonyms for equalize", "clues": [["get even", [2, 5296, 0]], ["equal", [2, 5296, 1]], ["equalise", [2, 5296, 2]], ["match", [2, 5296, 3]], ["equate", [2, 5296, 4]]]}, {"answer": "equate", "hint": "synonyms for equate", "clues": [["compare", [2, 5297, 0]], ["equal", [2, 5297, 1]], ["correspond", [2, 5297, 2]], ["liken", [2, 5297, 3]], ["match", [2, 5297, 4]], ["equalise", [2, 5297, 5]]]}, {"answer": "equivocate", "hint": "synonyms for equivocate", "clues": [["prevaricate", [2, 5298, 0]], ["tergiversate", [2, 5298, 1]], ["beat around the bush", [2, 5298, 2]], ["palter", [2, 5298, 3]]]}, {"answer": "eradicate", "hint": "synonyms for eradicate", "clues": [["uproot", [2, 5299, 0]], ["exterminate", [2, 5299, 1]], ["carry off", [2, 5299, 2]], ["extirpate", [2, 5299, 3]], ["wipe out", [2, 5299, 4]], ["root out", [2, 5299, 5]], ["decimate", [2, 5299, 6]], ["eliminate", [2, 5299, 7]], ["extinguish", [2, 5299, 8]], ["annihilate", [2, 5299, 9]]]}, {"answer": "erase", "hint": "synonyms for erase", "clues": [["score out", [2, 5300, 0]], ["rub out", [2, 5300, 1]], ["delete", [2, 5300, 2]], ["efface", [2, 5300, 3]], ["wipe off", [2, 5300, 4]], ["wipe out", [2, 5300, 5]]]}, {"answer": "erode", "hint": "synonyms for erode", "clues": [["gnaw at", [2, 5301, 0]], ["eat at", [2, 5301, 1]], ["gnaw", [2, 5301, 2]], ["wear away", [2, 5301, 3]], ["fret", [2, 5301, 4]], ["eat away", [2, 5301, 5]]]}, {"answer": "err", "hint": "synonyms for err", "clues": [["stray", [2, 5302, 0]], ["mistake", [2, 5302, 1]], ["slip", [2, 5302, 2]], ["drift", [2, 5302, 3]]]}, {"answer": "eruct", "hint": "synonyms for eruct", "clues": [["burp", [2, 5303, 0]], ["bubble", [2, 5303, 1]], ["spew out", [2, 5303, 2]], ["belch", [2, 5303, 3]], ["spew", [2, 5303, 4]]]}, {"answer": "erupt", "hint": "synonyms for erupt", "clues": [["conflagrate", [2, 5304, 0]], ["break through", [2, 5304, 1]], ["catch fire", [2, 5304, 2]], ["break", [2, 5304, 3]], ["recrudesce", [2, 5304, 4]], ["belch", [2, 5304, 5]], ["flare up", [2, 5304, 6]], ["flare", [2, 5304, 7]], ["ignite", [2, 5304, 8]], ["combust", [2, 5304, 9]], ["break out", [2, 5304, 10]], ["push through", [2, 5304, 11]], ["burst out", [2, 5304, 12]], ["irrupt", [2, 5304, 13]], ["extravasate", [2, 5304, 14]], ["burst", [2, 5304, 15]], ["break open", [2, 5304, 16]], ["take fire", [2, 5304, 17]], ["come out", [2, 5304, 18]]]}, {"answer": "espouse", "hint": "synonyms for espouse", "clues": [["conjoin", [2, 5305, 0]], ["adopt", [2, 5305, 1]], ["get hitched with", [2, 5305, 2]], ["get married", [2, 5305, 3]], ["sweep up", [2, 5305, 4]], ["embrace", [2, 5305, 5]], ["follow", [2, 5305, 6]], ["marry", [2, 5305, 7]], ["wed", [2, 5305, 8]], ["hook up with", [2, 5305, 9]]]}, {"answer": "establish", "hint": "synonyms for establish", "clues": [["make", [2, 5306, 0]], ["institute", [2, 5306, 1]], ["shew", [2, 5306, 2]], ["plant", [2, 5306, 3]], ["give", [2, 5306, 4]], ["show", [2, 5306, 5]], ["ground", [2, 5306, 6]], ["set up", [2, 5306, 7]], ["base", [2, 5306, 8]], ["instal", [2, 5306, 9]], ["demonstrate", [2, 5306, 10]], ["lay down", [2, 5306, 11]], ["found", [2, 5306, 12]], ["launch", [2, 5306, 13]], ["build", [2, 5306, 14]], ["prove", [2, 5306, 15]], ["constitute", [2, 5306, 16]]]}, {"answer": "evade", "hint": "synonyms for evade", "clues": [["parry", [2, 5307, 0]], ["circumvent", [2, 5307, 1]], ["duck", [2, 5307, 2]], ["sidestep", [2, 5307, 3]], ["bilk", [2, 5307, 4]], ["skirt", [2, 5307, 5]], ["hedge", [2, 5307, 6]], ["put off", [2, 5307, 7]], ["dodge", [2, 5307, 8]], ["fudge", [2, 5307, 9]], ["elude", [2, 5307, 10]]]}, {"answer": "evaluate", "hint": "synonyms for evaluate", "clues": [["valuate", [2, 5308, 0]], ["judge", [2, 5308, 1]], ["pass judgment", [2, 5308, 2]], ["measure", [2, 5308, 3]], ["assess", [2, 5308, 4]], ["appraise", [2, 5308, 5]], ["value", [2, 5308, 6]]]}, {"answer": "evanesce", "hint": "synonyms for evanesce", "clues": [["fade", [2, 5309, 0]], ["fleet", [2, 5309, 1]], ["pass", [2, 5309, 2]], ["pass off", [2, 5309, 3]], ["blow over", [2, 5309, 4]]]}, {"answer": "even_off", "hint": "synonyms for even off", "clues": [["compensate", [2, 5310, 0]], ["even out", [2, 5310, 1]], ["correct", [2, 5310, 2]], ["even up", [2, 5310, 3]], ["make up", [2, 5310, 4]], ["counterbalance", [2, 5310, 5]]]}, {"answer": "even_out", "hint": "synonyms for even out", "clues": [["even", [2, 5311, 0]], ["even up", [2, 5311, 1]], ["make up", [2, 5311, 2]], ["compensate", [2, 5311, 3]], ["even off", [2, 5311, 4]], ["correct", [2, 5311, 5]], ["flush", [2, 5311, 6]], ["level", [2, 5311, 7]], ["counterbalance", [2, 5311, 8]]]}, {"answer": "even_up", "hint": "synonyms for even up", "clues": [["compensate", [2, 5312, 0]], ["even out", [2, 5312, 1]], ["even off", [2, 5312, 2]], ["correct", [2, 5312, 3]], ["square up", [2, 5312, 4]], ["jog", [2, 5312, 5]], ["make up", [2, 5312, 6]], ["counterbalance", [2, 5312, 7]]]}, {"answer": "evoke", "hint": "synonyms for evoke", "clues": [["call forth", [2, 5313, 0]], ["raise", [2, 5313, 1]], ["invoke", [2, 5313, 2]], ["enkindle", [2, 5313, 3]], ["call down", [2, 5313, 4]], ["conjure up", [2, 5313, 5]], ["bring up", [2, 5313, 6]], ["extract", [2, 5313, 7]], ["stir", [2, 5313, 8]], ["put forward", [2, 5313, 9]], ["provoke", [2, 5313, 10]], ["arouse", [2, 5313, 11]], ["draw out", [2, 5313, 12]], ["educe", [2, 5313, 13]], ["kick up", [2, 5313, 14]], ["conjure", [2, 5313, 15]], ["elicit", [2, 5313, 16]], ["paint a picture", [2, 5313, 17]], ["suggest", [2, 5313, 18]], ["fire", [2, 5313, 19]]]}, {"answer": "exaggerate", "hint": "synonyms for exaggerate", "clues": [["overdo", [2, 5314, 0]], ["amplify", [2, 5314, 1]], ["hyperbolize", [2, 5314, 2]], ["magnify", [2, 5314, 3]], ["overdraw", [2, 5314, 4]], ["overstate", [2, 5314, 5]]]}, {"answer": "exalt", "hint": "synonyms for exalt", "clues": [["inspire", [2, 5315, 0]], ["laud", [2, 5315, 1]], ["thrill", [2, 5315, 2]], ["extol", [2, 5315, 3]], ["beatify", [2, 5315, 4]], ["proclaim", [2, 5315, 5]], ["invigorate", [2, 5315, 6]], ["tickle pink", [2, 5315, 7]], ["glorify", [2, 5315, 8]], ["inebriate", [2, 5315, 9]], ["enliven", [2, 5315, 10]], ["exhilarate", [2, 5315, 11]], ["animate", [2, 5315, 12]]]}, {"answer": "examine", "hint": "synonyms for examine", "clues": [["prove", [2, 5316, 0]], ["test", [2, 5316, 1]], ["see", [2, 5316, 2]], ["essay", [2, 5316, 3]], ["analyse", [2, 5316, 4]], ["canvas", [2, 5316, 5]], ["probe", [2, 5316, 6]], ["try", [2, 5316, 7]], ["try out", [2, 5316, 8]], ["study", [2, 5316, 9]]]}, {"answer": "exasperate", "hint": "synonyms for exasperate", "clues": [["aggravate", [2, 5317, 0]], ["infuriate", [2, 5317, 1]], ["exacerbate", [2, 5317, 2]], ["worsen", [2, 5317, 3]], ["incense", [2, 5317, 4]]]}, {"answer": "excavate", "hint": "synonyms for excavate", "clues": [["unearth", [2, 5318, 0]], ["dig up", [2, 5318, 1]], ["hollow", [2, 5318, 2]], ["dig", [2, 5318, 3]], ["turn up", [2, 5318, 4]]]}, {"answer": "exceed", "hint": "synonyms for exceed", "clues": [["transcend", [2, 5319, 0]], ["outstrip", [2, 5319, 1]], ["outdo", [2, 5319, 2]], ["outperform", [2, 5319, 3]], ["surmount", [2, 5319, 4]], ["pass", [2, 5319, 5]], ["go past", [2, 5319, 6]], ["outgo", [2, 5319, 7]], ["top", [2, 5319, 8]], ["overstep", [2, 5319, 9]], ["outmatch", [2, 5319, 10]], ["surpass", [2, 5319, 11]]]}, {"answer": "except", "hint": "synonyms for except", "clues": [["leave off", [2, 5320, 0]], ["exclude", [2, 5320, 1]], ["omit", [2, 5320, 2]], ["demur", [2, 5320, 3]], ["leave out", [2, 5320, 4]], ["take out", [2, 5320, 5]]]}, {"answer": "excite", "hint": "synonyms for excite", "clues": [["commove", [2, 5321, 0]], ["arouse", [2, 5321, 1]], ["shake up", [2, 5321, 2]], ["shake", [2, 5321, 3]], ["stimulate", [2, 5321, 4]], ["charge", [2, 5321, 5]], ["stir", [2, 5321, 6]], ["turn on", [2, 5321, 7]], ["agitate", [2, 5321, 8]], ["energize", [2, 5321, 9]], ["charge up", [2, 5321, 10]], ["sex", [2, 5321, 11]], ["wind up", [2, 5321, 12]]]}, {"answer": "exclaim", "hint": "synonyms for exclaim", "clues": [["cry", [2, 5322, 0]], ["shout", [2, 5322, 1]], ["proclaim", [2, 5322, 2]], ["call out", [2, 5322, 3]], ["cry out", [2, 5322, 4]], ["outcry", [2, 5322, 5]], ["promulgate", [2, 5322, 6]]]}, {"answer": "exclude", "hint": "synonyms for exclude", "clues": [["keep out", [2, 5323, 0]], ["shut out", [2, 5323, 1]], ["debar", [2, 5323, 2]], ["bar", [2, 5323, 3]], ["omit", [2, 5323, 4]], ["turf out", [2, 5323, 5]], ["boot out", [2, 5323, 6]], ["chuck out", [2, 5323, 7]], ["shut", [2, 5323, 8]], ["eject", [2, 5323, 9]], ["except", [2, 5323, 10]], ["leave off", [2, 5323, 11]], ["leave out", [2, 5323, 12]], ["take out", [2, 5323, 13]]]}, {"answer": "excogitate", "hint": "synonyms for excogitate", "clues": [["reflect", [2, 5324, 0]], ["speculate", [2, 5324, 1]], ["mull over", [2, 5324, 2]], ["devise", [2, 5324, 3]], ["contrive", [2, 5324, 4]], ["contemplate", [2, 5324, 5]], ["ponder", [2, 5324, 6]], ["mull", [2, 5324, 7]], ["think over", [2, 5324, 8]], ["muse", [2, 5324, 9]], ["ruminate", [2, 5324, 10]], ["invent", [2, 5324, 11]], ["forge", [2, 5324, 12]], ["chew over", [2, 5324, 13]], ["formulate", [2, 5324, 14]], ["meditate", [2, 5324, 15]]]}, {"answer": "excoriate", "hint": "synonyms for excoriate", "clues": [["decry", [2, 5325, 0]], ["reprobate", [2, 5325, 1]], ["chafe", [2, 5325, 2]], ["condemn", [2, 5325, 3]], ["objurgate", [2, 5325, 4]]]}, {"answer": "exculpate", "hint": "synonyms for exculpate", "clues": [["assoil", [2, 5326, 0]], ["acquit", [2, 5326, 1]], ["exonerate", [2, 5326, 2]], ["clear", [2, 5326, 3]], ["discharge", [2, 5326, 4]]]}, {"answer": "execrate", "hint": "synonyms for execrate", "clues": [["anathematise", [2, 5327, 0]], ["abhor", [2, 5327, 1]], ["abominate", [2, 5327, 2]], ["accurse", [2, 5327, 3]], ["loathe", [2, 5327, 4]], ["anathemize", [2, 5327, 5]], ["comminate", [2, 5327, 6]]]}, {"answer": "execute", "hint": "synonyms for execute", "clues": [["carry out", [2, 5328, 0]], ["action", [2, 5328, 1]], ["accomplish", [2, 5328, 2]], ["fulfil", [2, 5328, 3]], ["perform", [2, 5328, 4]], ["run", [2, 5328, 5]], ["put to death", [2, 5328, 6]], ["carry through", [2, 5328, 7]], ["do", [2, 5328, 8]]]}, {"answer": "exhale", "hint": "synonyms for exhale", "clues": [["give forth", [2, 5329, 0]], ["emanate", [2, 5329, 1]], ["breathe out", [2, 5329, 2]], ["expire", [2, 5329, 3]]]}, {"answer": "exhilarate", "hint": "synonyms for exhilarate", "clues": [["thrill", [2, 5330, 0]], ["tickle pink", [2, 5330, 1]], ["inebriate", [2, 5330, 2]], ["exalt", [2, 5330, 3]], ["beatify", [2, 5330, 4]]]}, {"answer": "exhort", "hint": "synonyms for exhort", "clues": [["urge", [2, 5331, 0]], ["barrack", [2, 5331, 1]], ["pep up", [2, 5331, 2]], ["inspire", [2, 5331, 3]], ["cheer", [2, 5331, 4]], ["urge on", [2, 5331, 5]], ["press", [2, 5331, 6]], ["root on", [2, 5331, 7]]]}, {"answer": "exist", "hint": "synonyms for exist", "clues": [["be", [2, 5332, 0]], ["survive", [2, 5332, 1]], ["subsist", [2, 5332, 2]], ["live", [2, 5332, 3]]]}, {"answer": "exonerate", "hint": "synonyms for exonerate", "clues": [["assoil", [2, 5333, 0]], ["exculpate", [2, 5333, 1]], ["acquit", [2, 5333, 2]], ["clear", [2, 5333, 3]], ["discharge", [2, 5333, 4]]]}, {"answer": "expand", "hint": "synonyms for expand", "clues": [["flourish", [2, 5334, 0]], ["expound", [2, 5334, 1]], ["elaborate", [2, 5334, 2]], ["thrive", [2, 5334, 3]], ["extend", [2, 5334, 4]], ["inflate", [2, 5334, 5]], ["exposit", [2, 5334, 6]], ["expatiate", [2, 5334, 7]], ["enlarge", [2, 5334, 8]], ["dilate", [2, 5334, 9]], ["spread out", [2, 5334, 10]], ["amplify", [2, 5334, 11]], ["flesh out", [2, 5334, 12]], ["lucubrate", [2, 5334, 13]], ["blow up", [2, 5334, 14]], ["boom", [2, 5334, 15]]]}, {"answer": "expatiate", "hint": "synonyms for expatiate", "clues": [["expound", [2, 5335, 0]], ["elaborate", [2, 5335, 1]], ["expand", [2, 5335, 2]], ["exposit", [2, 5335, 3]], ["enlarge", [2, 5335, 4]], ["dilate", [2, 5335, 5]], ["flesh out", [2, 5335, 6]], ["lucubrate", [2, 5335, 7]]]}, {"answer": "expect", "hint": "synonyms for expect", "clues": [["anticipate", [2, 5336, 0]], ["require", [2, 5336, 1]], ["look", [2, 5336, 2]], ["await", [2, 5336, 3]], ["carry", [2, 5336, 4]], ["ask", [2, 5336, 5]], ["bear", [2, 5336, 6]], ["gestate", [2, 5336, 7]], ["have a bun in the oven", [2, 5336, 8]]]}, {"answer": "expectorate", "hint": "synonyms for expectorate", "clues": [["spit out", [2, 5337, 0]], ["cough up", [2, 5337, 1]], ["drive out", [2, 5337, 2]], ["cough out", [2, 5337, 3]], ["clear out", [2, 5337, 4]], ["spit up", [2, 5337, 5]]]}, {"answer": "expel", "hint": "synonyms for expel", "clues": [["kick out", [2, 5338, 0]], ["oust", [2, 5338, 1]], ["boot out", [2, 5338, 2]], ["exhaust", [2, 5338, 3]], ["rout out", [2, 5338, 4]], ["rout", [2, 5338, 5]], ["drum out", [2, 5338, 6]], ["eject", [2, 5338, 7]], ["throw out", [2, 5338, 8]], ["release", [2, 5338, 9]], ["discharge", [2, 5338, 10]]]}, {"answer": "expire", "hint": "synonyms for expire", "clues": [["perish", [2, 5339, 0]], ["exhale", [2, 5339, 1]], ["breathe out", [2, 5339, 2]], ["kick the bucket", [2, 5339, 3]], ["pop off", [2, 5339, 4]], ["conk", [2, 5339, 5]], ["die", [2, 5339, 6]], ["croak", [2, 5339, 7]], ["run out", [2, 5339, 8]], ["decease", [2, 5339, 9]], ["drop dead", [2, 5339, 10]], ["snuff it", [2, 5339, 11]], ["buy the farm", [2, 5339, 12]], ["exit", [2, 5339, 13]], ["cash in one's chips", [2, 5339, 14]], ["give-up the ghost", [2, 5339, 15]], ["choke", [2, 5339, 16]], ["go", [2, 5339, 17]], ["pass", [2, 5339, 18]], ["pass away", [2, 5339, 19]]]}, {"answer": "explode", "hint": "synonyms for explode", "clues": [["set off", [2, 5340, 0]], ["irrupt", [2, 5340, 1]], ["detonate", [2, 5340, 2]], ["burst forth", [2, 5340, 3]], ["blow up", [2, 5340, 4]], ["burst", [2, 5340, 5]], ["break loose", [2, 5340, 6]]]}, {"answer": "exposit", "hint": "synonyms for exposit", "clues": [["expound", [2, 5341, 0]], ["elaborate", [2, 5341, 1]], ["expand", [2, 5341, 2]], ["expatiate", [2, 5341, 3]], ["enlarge", [2, 5341, 4]], ["dilate", [2, 5341, 5]], ["flesh out", [2, 5341, 6]], ["lucubrate", [2, 5341, 7]], ["set forth", [2, 5341, 8]]]}, {"answer": "expound", "hint": "synonyms for expound", "clues": [["exposit", [2, 5342, 0]], ["elaborate", [2, 5342, 1]], ["expand", [2, 5342, 2]], ["expatiate", [2, 5342, 3]], ["enlarge", [2, 5342, 4]], ["dilate", [2, 5342, 5]], ["flesh out", [2, 5342, 6]], ["lucubrate", [2, 5342, 7]], ["set forth", [2, 5342, 8]]]}, {"answer": "exsert", "hint": "synonyms for exsert", "clues": [["put out", [2, 5343, 0]], ["hold out", [2, 5343, 1]], ["stretch forth", [2, 5343, 2]], ["extend", [2, 5343, 3]], ["stretch out", [2, 5343, 4]]]}, {"answer": "extend", "hint": "synonyms for extend", "clues": [["offer", [2, 5344, 0]], ["reach out", [2, 5344, 1]], ["carry", [2, 5344, 2]], ["hold out", [2, 5344, 3]], ["stretch", [2, 5344, 4]], ["exsert", [2, 5344, 5]], ["widen", [2, 5344, 6]], ["gallop", [2, 5344, 7]], ["poke out", [2, 5344, 8]], ["continue", [2, 5344, 9]], ["protract", [2, 5344, 10]], ["cover", [2, 5344, 11]], ["go", [2, 5344, 12]], ["put out", [2, 5344, 13]], ["broaden", [2, 5344, 14]], ["prolong", [2, 5344, 15]], ["unfold", [2, 5344, 16]], ["pass", [2, 5344, 17]], ["lead", [2, 5344, 18]], ["stretch forth", [2, 5344, 19]], ["run", [2, 5344, 20]], ["draw out", [2, 5344, 21]], ["strain", [2, 5344, 22]], ["stretch out", [2, 5344, 23]], ["expand", [2, 5344, 24]]]}, {"answer": "exteriorize", "hint": "synonyms for exteriorize", "clues": [["externalize", [2, 5345, 0]], ["objectify", [2, 5345, 1]], ["exteriorise", [2, 5345, 2]], ["bring outside", [2, 5345, 3]]]}, {"answer": "exterminate", "hint": "synonyms for exterminate", "clues": [["uproot", [2, 5346, 0]], ["eradicate", [2, 5346, 1]], ["root out", [2, 5346, 2]], ["kill off", [2, 5346, 3]], ["extirpate", [2, 5346, 4]]]}, {"answer": "externalise", "hint": "synonyms for externalise", "clues": [["objectify", [2, 5347, 0]], ["exteriorise", [2, 5347, 1]], ["externalize", [2, 5347, 2]], ["project", [2, 5347, 3]]]}, {"answer": "externalize", "hint": "synonyms for externalize", "clues": [["exteriorize", [2, 5348, 0]], ["objectify", [2, 5348, 1]], ["externalise", [2, 5348, 2]], ["project", [2, 5348, 3]]]}, {"answer": "extinguish", "hint": "synonyms for extinguish", "clues": [["do away with", [2, 5349, 0]], ["eradicate", [2, 5349, 1]], ["press out", [2, 5349, 2]], ["carry off", [2, 5349, 3]], ["annihilate", [2, 5349, 4]], ["get rid of", [2, 5349, 5]], ["eliminate", [2, 5349, 6]], ["blow out", [2, 5349, 7]], ["wipe out", [2, 5349, 8]], ["snuff out", [2, 5349, 9]], ["decimate", [2, 5349, 10]], ["quench", [2, 5349, 11]], ["stub out", [2, 5349, 12]], ["crush out", [2, 5349, 13]]]}, {"answer": "extirpate", "hint": "synonyms for extirpate", "clues": [["uproot", [2, 5350, 0]], ["deracinate", [2, 5350, 1]], ["eradicate", [2, 5350, 2]], ["exterminate", [2, 5350, 3]], ["root out", [2, 5350, 4]]]}, {"answer": "extol", "hint": "synonyms for extol", "clues": [["proclaim", [2, 5351, 0]], ["exalt", [2, 5351, 1]], ["laud", [2, 5351, 2]], ["glorify", [2, 5351, 3]]]}, {"answer": "extort", "hint": "synonyms for extort", "clues": [["wring", [2, 5352, 0]], ["rack", [2, 5352, 1]], ["wring from", [2, 5352, 2]], ["gouge", [2, 5352, 3]], ["squeeze", [2, 5352, 4]]]}, {"answer": "exuberate", "hint": "synonyms for exuberate", "clues": [["rejoice", [2, 5353, 0]], ["jubilate", [2, 5353, 1]], ["triumph", [2, 5353, 2]], ["exult", [2, 5353, 3]]]}, {"answer": "exude", "hint": "synonyms for exude", "clues": [["transude", [2, 5354, 0]], ["exudate", [2, 5354, 1]], ["ooze", [2, 5354, 2]], ["ooze out", [2, 5354, 3]]]}, {"answer": "exult", "hint": "synonyms for exult", "clues": [["walk on air", [2, 5355, 0]], ["jubilate", [2, 5355, 1]], ["be on cloud nine", [2, 5355, 2]], ["jump for joy", [2, 5355, 3]], ["triumph", [2, 5355, 4]], ["exuberate", [2, 5355, 5]], ["rejoice", [2, 5355, 6]]]}, {"answer": "fabricate", "hint": "synonyms for fabricate", "clues": [["make up", [2, 5356, 0]], ["construct", [2, 5356, 1]], ["manufacture", [2, 5356, 2]], ["invent", [2, 5356, 3]], ["cook up", [2, 5356, 4]]]}, {"answer": "fag_out", "hint": "synonyms for fag out", "clues": [["tire", [2, 5357, 0]], ["weary", [2, 5357, 1]], ["jade", [2, 5357, 2]], ["wear upon", [2, 5357, 3]], ["fag", [2, 5357, 4]], ["fatigue", [2, 5357, 5]], ["wear out", [2, 5357, 6]], ["outwear", [2, 5357, 7]], ["tire out", [2, 5357, 8]], ["wear down", [2, 5357, 9]]]}, {"answer": "fail", "hint": "synonyms for fail", "clues": [["bomb", [2, 5358, 0]], ["betray", [2, 5358, 1]], ["give way", [2, 5358, 2]], ["miscarry", [2, 5358, 3]], ["go wrong", [2, 5358, 4]], ["break", [2, 5358, 5]], ["go", [2, 5358, 6]], ["give out", [2, 5358, 7]], ["die", [2, 5358, 8]], ["go bad", [2, 5358, 9]], ["break down", [2, 5358, 10]], ["flush it", [2, 5358, 11]], ["flunk", [2, 5358, 12]], ["conk out", [2, 5358, 13]], ["neglect", [2, 5358, 14]], ["run out", [2, 5358, 15]]]}, {"answer": "fall_apart", "hint": "synonyms for fall apart", "clues": [["wear out", [2, 5359, 0]], ["split up", [2, 5359, 1]], ["break", [2, 5359, 2]], ["bust", [2, 5359, 3]], ["wear", [2, 5359, 4]], ["come apart", [2, 5359, 5]], ["separate", [2, 5359, 6]], ["go to pieces", [2, 5359, 7]], ["crumble", [2, 5359, 8]]]}, {"answer": "fall_asleep", "hint": "synonyms for fall asleep", "clues": [["drowse off", [2, 5360, 0]], ["doze off", [2, 5360, 1]], ["nod off", [2, 5360, 2]], ["drop off", [2, 5360, 3]], ["drift off", [2, 5360, 4]], ["flake out", [2, 5360, 5]]]}, {"answer": "fall_away", "hint": "synonyms for fall away", "clues": [["slip", [2, 5361, 0]], ["drop away", [2, 5361, 1]], ["fall off", [2, 5361, 2]], ["drop off", [2, 5361, 3]]]}, {"answer": "fall_back", "hint": "synonyms for fall back", "clues": [["lapse", [2, 5362, 0]], ["retrogress", [2, 5362, 1]], ["dawdle", [2, 5362, 2]], ["drop off", [2, 5362, 3]], ["recidivate", [2, 5362, 4]], ["resort", [2, 5362, 5]], ["lag", [2, 5362, 6]], ["relapse", [2, 5362, 7]], ["recur", [2, 5362, 8]], ["regress", [2, 5362, 9]], ["fall behind", [2, 5362, 10]], ["lose", [2, 5362, 11]], ["recede", [2, 5362, 12]]]}, {"answer": "fall_behind", "hint": "synonyms for fall behind", "clues": [["fall back", [2, 5363, 0]], ["drop off", [2, 5363, 1]], ["dawdle", [2, 5363, 2]], ["lag", [2, 5363, 3]], ["lose", [2, 5363, 4]], ["recede", [2, 5363, 5]]]}, {"answer": "fall_by_the_wayside", "hint": "synonyms for fall by the wayside", "clues": [["chuck up the sponge", [2, 5364, 0]], ["give up", [2, 5364, 1]], ["quit", [2, 5364, 2]], ["throw in the towel", [2, 5364, 3]], ["drop out", [2, 5364, 4]], ["drop by the wayside", [2, 5364, 5]], ["throw in", [2, 5364, 6]]]}, {"answer": "fall_in", "hint": "synonyms for fall in", "clues": [["break", [2, 5365, 0]], ["collapse", [2, 5365, 1]], ["founder", [2, 5365, 2]], ["cave in", [2, 5365, 3]], ["join", [2, 5365, 4]], ["give", [2, 5365, 5]], ["get together", [2, 5365, 6]], ["give way", [2, 5365, 7]]]}, {"answer": "fall_into_place", "hint": "synonyms for fall into place", "clues": [["click", [2, 5366, 0]], ["get across", [2, 5366, 1]], ["penetrate", [2, 5366, 2]], ["come home", [2, 5366, 3]], ["dawn", [2, 5366, 4]], ["sink in", [2, 5366, 5]], ["get through", [2, 5366, 6]]]}, {"answer": "fall_out", "hint": "synonyms for fall out", "clues": [["hap", [2, 5367, 0]], ["occur", [2, 5367, 1]], ["come about", [2, 5367, 2]], ["pass off", [2, 5367, 3]], ["follow", [2, 5367, 4]], ["go on", [2, 5367, 5]], ["pass", [2, 5367, 6]], ["happen", [2, 5367, 7]], ["take place", [2, 5367, 8]]]}, {"answer": "fall_upon", "hint": "synonyms for fall upon", "clues": [["happen upon", [2, 5368, 0]], ["chance upon", [2, 5368, 1]], ["attain", [2, 5368, 2]], ["discover", [2, 5368, 3]], ["come across", [2, 5368, 4]], ["light upon", [2, 5368, 5]], ["come upon", [2, 5368, 6]], ["strike", [2, 5368, 7]]]}, {"answer": "falsify", "hint": "synonyms for falsify", "clues": [["manipulate", [2, 5369, 0]], ["wangle", [2, 5369, 1]], ["alter", [2, 5369, 2]], ["warp", [2, 5369, 3]], ["fudge", [2, 5369, 4]], ["interpolate", [2, 5369, 5]], ["distort", [2, 5369, 6]], ["fake", [2, 5369, 7]], ["misrepresent", [2, 5369, 8]], ["garble", [2, 5369, 9]], ["cook", [2, 5369, 10]]]}, {"answer": "fancy_up", "hint": "synonyms for fancy up", "clues": [["deck up", [2, 5370, 0]], ["trick out", [2, 5370, 1]], ["trick up", [2, 5370, 2]], ["tog up", [2, 5370, 3]], ["gussy up", [2, 5370, 4]], ["tog out", [2, 5370, 5]], ["deck out", [2, 5370, 6]], ["attire", [2, 5370, 7]], ["dress up", [2, 5370, 8]], ["fig up", [2, 5370, 9]], ["overdress", [2, 5370, 10]], ["get up", [2, 5370, 11]], ["fig out", [2, 5370, 12]], ["prink", [2, 5370, 13]]]}, {"answer": "farm_out", "hint": "synonyms for farm out", "clues": [["hire out", [2, 5371, 0]], ["job", [2, 5371, 1]], ["subcontract", [2, 5371, 2]], ["rent out", [2, 5371, 3]]]}, {"answer": "fascinate", "hint": "synonyms for fascinate", "clues": [["catch", [2, 5372, 0]], ["bewitch", [2, 5372, 1]], ["enamor", [2, 5372, 2]], ["grip", [2, 5372, 3]], ["transfix", [2, 5372, 4]], ["becharm", [2, 5372, 5]], ["intrigue", [2, 5372, 6]], ["spellbind", [2, 5372, 7]], ["captivate", [2, 5372, 8]], ["trance", [2, 5372, 9]], ["beguile", [2, 5372, 10]], ["enchant", [2, 5372, 11]], ["capture", [2, 5372, 12]], ["charm", [2, 5372, 13]]]}, {"answer": "fasten_on", "hint": "synonyms for fasten on", "clues": [["take up", [2, 5373, 0]], ["latch on", [2, 5373, 1]], ["hook on", [2, 5373, 2]], ["seize on", [2, 5373, 3]]]}, {"answer": "fatten", "hint": "synonyms for fatten", "clues": [["plump", [2, 5374, 0]], ["fill out", [2, 5374, 1]], ["fatten up", [2, 5374, 2]], ["flesh out", [2, 5374, 3]], ["fatten out", [2, 5374, 4]], ["fat", [2, 5374, 5]], ["plump out", [2, 5374, 6]]]}, {"answer": "fatten_out", "hint": "synonyms for fatten out", "clues": [["plump", [2, 5375, 0]], ["fat", [2, 5375, 1]], ["fatten up", [2, 5375, 2]], ["flesh out", [2, 5375, 3]], ["fill out", [2, 5375, 4]], ["plump out", [2, 5375, 5]], ["fatten", [2, 5375, 6]]]}, {"answer": "fatten_up", "hint": "synonyms for fatten up", "clues": [["plump", [2, 5376, 0]], ["fill out", [2, 5376, 1]], ["flesh out", [2, 5376, 2]], ["fatten out", [2, 5376, 3]], ["fat", [2, 5376, 4]], ["plump out", [2, 5376, 5]], ["fatten", [2, 5376, 6]]]}, {"answer": "feel_for", "hint": "synonyms for feel for", "clues": [["pity", [2, 5377, 0]], ["condole with", [2, 5377, 1]], ["compassionate", [2, 5377, 2]], ["sympathize with", [2, 5377, 3]]]}, {"answer": "feign", "hint": "synonyms for feign", "clues": [["affect", [2, 5378, 0]], ["simulate", [2, 5378, 1]], ["dissemble", [2, 5378, 2]], ["assume", [2, 5378, 3]], ["sham", [2, 5378, 4]], ["pretend", [2, 5378, 5]]]}, {"answer": "felt_up", "hint": "synonyms for felt up", "clues": [["felt", [2, 5379, 0]], ["mat", [2, 5379, 1]], ["mat up", [2, 5379, 2]], ["matt-up", [2, 5379, 3]], ["matte", [2, 5379, 4]]]}, {"answer": "fence_in", "hint": "synonyms for fence in", "clues": [["surround", [2, 5380, 0]], ["fence", [2, 5380, 1]], ["palisade", [2, 5380, 2]], ["wall", [2, 5380, 3]]]}, {"answer": "fend_off", "hint": "synonyms for fend off", "clues": [["ward off", [2, 5381, 0]], ["avoid", [2, 5381, 1]], ["obviate", [2, 5381, 2]], ["forefend", [2, 5381, 3]], ["avert", [2, 5381, 4]], ["head off", [2, 5381, 5]], ["stave off", [2, 5381, 6]], ["deflect", [2, 5381, 7]], ["debar", [2, 5381, 8]]]}, {"answer": "fertilise", "hint": "synonyms for fertilise", "clues": [["fertilize", [2, 5382, 0]], ["feed", [2, 5382, 1]], ["fecundate", [2, 5382, 2]], ["inseminate", [2, 5382, 3]]]}, {"answer": "fertilize", "hint": "synonyms for fertilize", "clues": [["fertilise", [2, 5383, 0]], ["feed", [2, 5383, 1]], ["fecundate", [2, 5383, 2]], ["inseminate", [2, 5383, 3]]]}, {"answer": "festinate", "hint": "synonyms for festinate", "clues": [["rush", [2, 5384, 0]], ["look sharp", [2, 5384, 1]], ["hasten", [2, 5384, 2]], ["hurry", [2, 5384, 3]]]}, {"answer": "fetch_up", "hint": "synonyms for fetch up", "clues": [["finish up", [2, 5385, 0]], ["end up", [2, 5385, 1]], ["wind up", [2, 5385, 2]], ["finish", [2, 5385, 3]], ["land up", [2, 5385, 4]]]}, {"answer": "fig_out", "hint": "synonyms for fig out", "clues": [["deck up", [2, 5386, 0]], ["trick out", [2, 5386, 1]], ["trick up", [2, 5386, 2]], ["tog up", [2, 5386, 3]], ["gussy up", [2, 5386, 4]], ["tog out", [2, 5386, 5]], ["deck out", [2, 5386, 6]], ["attire", [2, 5386, 7]], ["dress up", [2, 5386, 8]], ["fig up", [2, 5386, 9]], ["overdress", [2, 5386, 10]], ["fancy up", [2, 5386, 11]], ["get up", [2, 5386, 12]], ["prink", [2, 5386, 13]], ["rig out", [2, 5386, 14]]]}, {"answer": "fig_up", "hint": "synonyms for fig up", "clues": [["deck up", [2, 5387, 0]], ["trick out", [2, 5387, 1]], ["trick up", [2, 5387, 2]], ["tog up", [2, 5387, 3]], ["gussy up", [2, 5387, 4]], ["tog out", [2, 5387, 5]], ["deck out", [2, 5387, 6]], ["attire", [2, 5387, 7]], ["dress up", [2, 5387, 8]], ["overdress", [2, 5387, 9]], ["fancy up", [2, 5387, 10]], ["get up", [2, 5387, 11]], ["fig out", [2, 5387, 12]], ["prink", [2, 5387, 13]]]}, {"answer": "fight_back", "hint": "synonyms for fight back", "clues": [["fight down", [2, 5388, 0]], ["oppose", [2, 5388, 1]], ["fight", [2, 5388, 2]], ["defend", [2, 5388, 3]]]}, {"answer": "fight_down", "hint": "synonyms for fight down", "clues": [["fight back", [2, 5389, 0]], ["oppose", [2, 5389, 1]], ["fight", [2, 5389, 2]], ["defend", [2, 5389, 3]]]}, {"answer": "fight_off", "hint": "synonyms for fight off", "clues": [["drive back", [2, 5390, 0]], ["repel", [2, 5390, 1]], ["repulse", [2, 5390, 2]], ["rebuff", [2, 5390, 3]]]}, {"answer": "figure_out", "hint": "synonyms for figure out", "clues": [["lick", [2, 5391, 0]], ["work", [2, 5391, 1]], ["puzzle out", [2, 5391, 2]], ["work out", [2, 5391, 3]], ["solve", [2, 5391, 4]]]}, {"answer": "filch", "hint": "synonyms for filch", "clues": [["cabbage", [2, 5392, 0]], ["lift", [2, 5392, 1]], ["nobble", [2, 5392, 2]], ["hook", [2, 5392, 3]], ["snarf", [2, 5392, 4]], ["sneak", [2, 5392, 5]], ["pilfer", [2, 5392, 6]], ["purloin", [2, 5392, 7]], ["swipe", [2, 5392, 8]], ["abstract", [2, 5392, 9]], ["pinch", [2, 5392, 10]]]}, {"answer": "fill_in", "hint": "synonyms for fill in", "clues": [["substitute", [2, 5393, 0]], ["complete", [2, 5393, 1]], ["fill out", [2, 5393, 2]], ["stand in", [2, 5393, 3]], ["make out", [2, 5393, 4]], ["sub", [2, 5393, 5]], ["shade", [2, 5393, 6]]]}, {"answer": "fill_out", "hint": "synonyms for fill out", "clues": [["plump", [2, 5394, 0]], ["flesh out", [2, 5394, 1]], ["fatten up", [2, 5394, 2]], ["pad", [2, 5394, 3]], ["fatten out", [2, 5394, 4]], ["round", [2, 5394, 5]], ["fat", [2, 5394, 6]], ["round out", [2, 5394, 7]], ["eke out", [2, 5394, 8]], ["fatten", [2, 5394, 9]], ["complete", [2, 5394, 10]], ["make out", [2, 5394, 11]], ["fill in", [2, 5394, 12]], ["plump out", [2, 5394, 13]]]}, {"answer": "filter_out", "hint": "synonyms for filter out", "clues": [["filter", [2, 5395, 0]], ["filtrate", [2, 5395, 1]], ["separate out", [2, 5395, 2]], ["strain", [2, 5395, 3]]]}, {"answer": "find_out", "hint": "synonyms for find out", "clues": [["check", [2, 5396, 0]], ["ascertain", [2, 5396, 1]], ["see", [2, 5396, 2]], ["get word", [2, 5396, 3]], ["get wind", [2, 5396, 4]], ["get a line", [2, 5396, 5]], ["find", [2, 5396, 6]], ["pick up", [2, 5396, 7]], ["determine", [2, 5396, 8]], ["learn", [2, 5396, 9]], ["watch", [2, 5396, 10]], ["catch out", [2, 5396, 11]], ["hear", [2, 5396, 12]], ["discover", [2, 5396, 13]]]}, {"answer": "fine-tune", "hint": "synonyms for fine-tune", "clues": [["down", [2, 5397, 0]], ["tweak", [2, 5397, 1]], ["polish", [2, 5397, 2]], ["graduate", [2, 5397, 3]], ["calibrate", [2, 5397, 4]], ["refine", [2, 5397, 5]]]}, {"answer": "finish_off", "hint": "synonyms for finish off", "clues": [["polish off", [2, 5398, 0]], ["get through", [2, 5398, 1]], ["mop up", [2, 5398, 2]], ["finish up", [2, 5398, 3]], ["wrap up", [2, 5398, 4]], ["clear up", [2, 5398, 5]]]}, {"answer": "finish_up", "hint": "synonyms for finish up", "clues": [["get through", [2, 5399, 0]], ["mop up", [2, 5399, 1]], ["fetch up", [2, 5399, 2]], ["end up", [2, 5399, 3]], ["wrap up", [2, 5399, 4]], ["land up", [2, 5399, 5]], ["finish off", [2, 5399, 6]], ["polish off", [2, 5399, 7]], ["wind up", [2, 5399, 8]], ["finish", [2, 5399, 9]], ["clear up", [2, 5399, 10]]]}, {"answer": "fire_up", "hint": "synonyms for fire up", "clues": [["wake", [2, 5400, 0]], ["ignite", [2, 5400, 1]], ["light", [2, 5400, 2]], ["heat", [2, 5400, 3]], ["light up", [2, 5400, 4]], ["inflame", [2, 5400, 5]], ["stir up", [2, 5400, 6]]]}, {"answer": "fit_in", "hint": "synonyms for fit in", "clues": [["accord", [2, 5401, 0]], ["concord", [2, 5401, 1]], ["harmonize", [2, 5401, 2]], ["consort", [2, 5401, 3]], ["agree", [2, 5401, 4]]]}, {"answer": "fit_out", "hint": "synonyms for fit out", "clues": [["garb", [2, 5402, 0]], ["habilitate", [2, 5402, 1]], ["outfit", [2, 5402, 2]], ["garment", [2, 5402, 3]], ["equip", [2, 5402, 4]], ["clothe", [2, 5402, 5]], ["dress", [2, 5402, 6]], ["raiment", [2, 5402, 7]], ["apparel", [2, 5402, 8]], ["tog", [2, 5402, 9]], ["fit", [2, 5402, 10]]]}, {"answer": "flake_out", "hint": "synonyms for flake out", "clues": [["drowse off", [2, 5403, 0]], ["doze off", [2, 5403, 1]], ["nod off", [2, 5403, 2]], ["fall asleep", [2, 5403, 3]], ["drop off", [2, 5403, 4]], ["drift off", [2, 5403, 5]]]}, {"answer": "flare_up", "hint": "synonyms for flare up", "clues": [["flare", [2, 5404, 0]], ["break open", [2, 5404, 1]], ["erupt", [2, 5404, 2]], ["burst out", [2, 5404, 3]], ["irrupt", [2, 5404, 4]]]}, {"answer": "flesh_out", "hint": "synonyms for flesh out", "clues": [["plump", [2, 5405, 0]], ["expound", [2, 5405, 1]], ["elaborate", [2, 5405, 2]], ["fatten up", [2, 5405, 3]], ["round", [2, 5405, 4]], ["expand", [2, 5405, 5]], ["fatten out", [2, 5405, 6]], ["fill out", [2, 5405, 7]], ["fat", [2, 5405, 8]], ["exposit", [2, 5405, 9]], ["expatiate", [2, 5405, 10]], ["fatten", [2, 5405, 11]], ["enlarge", [2, 5405, 12]], ["dilate", [2, 5405, 13]], ["plump out", [2, 5405, 14]], ["lucubrate", [2, 5405, 15]]]}, {"answer": "flim-flam", "hint": "synonyms for flim-flam", "clues": [["pull a fast one on", [2, 5406, 0]], ["trick", [2, 5406, 1]], ["play a trick on", [2, 5406, 2]], ["play tricks", [2, 5406, 3]], ["fob", [2, 5406, 4]], ["fox", [2, 5406, 5]], ["play a joke on", [2, 5406, 6]]]}, {"answer": "fling_off", "hint": "synonyms for fling off", "clues": [["toss off", [2, 5407, 0]], ["scratch off", [2, 5407, 1]], ["knock off", [2, 5407, 2]], ["dash off", [2, 5407, 3]]]}, {"answer": "flip_one's_lid", "hint": "synonyms for flip one's lid", "clues": [["combust", [2, 5408, 0]], ["have a fit", [2, 5408, 1]], ["blow one's stack", [2, 5408, 2]], ["blow a fuse", [2, 5408, 3]], ["fly off the handle", [2, 5408, 4]], ["flip one's wig", [2, 5408, 5]], ["go ballistic", [2, 5408, 6]], ["hit the ceiling", [2, 5408, 7]], ["lose one's temper", [2, 5408, 8]], ["have kittens", [2, 5408, 9]], ["throw a fit", [2, 5408, 10]], ["hit the roof", [2, 5408, 11]], ["blow up", [2, 5408, 12]]]}, {"answer": "flip_one's_wig", "hint": "synonyms for flip one's wig", "clues": [["combust", [2, 5409, 0]], ["have a fit", [2, 5409, 1]], ["blow one's stack", [2, 5409, 2]], ["blow a fuse", [2, 5409, 3]], ["flip one's lid", [2, 5409, 4]], ["fly off the handle", [2, 5409, 5]], ["go ballistic", [2, 5409, 6]], ["hit the ceiling", [2, 5409, 7]], ["lose one's temper", [2, 5409, 8]], ["have kittens", [2, 5409, 9]], ["throw a fit", [2, 5409, 10]], ["hit the roof", [2, 5409, 11]], ["blow up", [2, 5409, 12]]]}, {"answer": "flirt_with", "hint": "synonyms for flirt with", "clues": [["toy with", [2, 5410, 0]], ["think of", [2, 5410, 1]], ["entertain", [2, 5410, 2]], ["think about", [2, 5410, 3]]]}, {"answer": "flitter", "hint": "synonyms for flitter", "clues": [["flicker", [2, 5411, 0]], ["quiver", [2, 5411, 1]], ["waver", [2, 5411, 2]], ["flutter", [2, 5411, 3]]]}, {"answer": "flog", "hint": "synonyms for flog", "clues": [["lambast", [2, 5412, 0]], ["cane", [2, 5412, 1]], ["lash", [2, 5412, 2]], ["lather", [2, 5412, 3]], ["trounce", [2, 5412, 4]], ["whip", [2, 5412, 5]], ["strap", [2, 5412, 6]], ["welt", [2, 5412, 7]]]}, {"answer": "flout", "hint": "synonyms for flout", "clues": [["barrack", [2, 5413, 0]], ["scoff", [2, 5413, 1]], ["jeer", [2, 5413, 2]], ["gibe", [2, 5413, 3]]]}, {"answer": "flummox", "hint": "synonyms for flummox", "clues": [["baffle", [2, 5414, 0]], ["amaze", [2, 5414, 1]], ["beat", [2, 5414, 2]], ["get", [2, 5414, 3]], ["stupefy", [2, 5414, 4]], ["perplex", [2, 5414, 5]], ["gravel", [2, 5414, 6]], ["mystify", [2, 5414, 7]], ["pose", [2, 5414, 8]], ["puzzle", [2, 5414, 9]], ["bewilder", [2, 5414, 10]], ["stick", [2, 5414, 11]], ["vex", [2, 5414, 12]], ["dumbfound", [2, 5414, 13]], ["nonplus", [2, 5414, 14]]]}, {"answer": "flump", "hint": "synonyms for flump", "clues": [["plunk", [2, 5415, 0]], ["flump down", [2, 5415, 1]], ["plop", [2, 5415, 2]], ["plank", [2, 5415, 3]], ["plunk down", [2, 5415, 4]], ["plump", [2, 5415, 5]], ["plonk", [2, 5415, 6]]]}, {"answer": "fly_off_the_handle", "hint": "synonyms for fly off the handle", "clues": [["combust", [2, 5416, 0]], ["have a fit", [2, 5416, 1]], ["blow one's stack", [2, 5416, 2]], ["blow a fuse", [2, 5416, 3]], ["flip one's lid", [2, 5416, 4]], ["go ballistic", [2, 5416, 5]], ["hit the ceiling", [2, 5416, 6]], ["lose one's temper", [2, 5416, 7]], ["have kittens", [2, 5416, 8]], ["throw a fit", [2, 5416, 9]], ["hit the roof", [2, 5416, 10]], ["blow up", [2, 5416, 11]]]}, {"answer": "fly_the_coop", "hint": "synonyms for fly the coop", "clues": [["lam", [2, 5417, 0]], ["scarper", [2, 5417, 1]], ["head for the hills", [2, 5417, 2]], ["turn tail", [2, 5417, 3]], ["break away", [2, 5417, 4]], ["run", [2, 5417, 5]], ["take to the woods", [2, 5417, 6]], ["scat", [2, 5417, 7]], ["hightail it", [2, 5417, 8]], ["run away", [2, 5417, 9]], ["bunk", [2, 5417, 10]], ["escape", [2, 5417, 11]]]}, {"answer": "focalise", "hint": "synonyms for focalise", "clues": [["focalize", [2, 5418, 0]], ["focus", [2, 5418, 1]], ["concentre", [2, 5418, 2]], ["sharpen", [2, 5418, 3]], ["localise", [2, 5418, 4]]]}, {"answer": "focalize", "hint": "synonyms for focalize", "clues": [["focus", [2, 5419, 0]], ["concentre", [2, 5419, 1]], ["sharpen", [2, 5419, 2]], ["localize", [2, 5419, 3]], ["focalise", [2, 5419, 4]]]}, {"answer": "focus_on", "hint": "synonyms for focus on", "clues": [["center", [2, 5420, 0]], ["revolve about", [2, 5420, 1]], ["center on", [2, 5420, 2]], ["concentrate on", [2, 5420, 3]], ["revolve around", [2, 5420, 4]]]}, {"answer": "follow", "hint": "synonyms for follow", "clues": [["succeed", [2, 5421, 0]], ["trace", [2, 5421, 1]], ["espouse", [2, 5421, 2]], ["pursue", [2, 5421, 3]], ["keep abreast", [2, 5421, 4]], ["stick with", [2, 5421, 5]], ["stick to", [2, 5421, 6]], ["play along", [2, 5421, 7]], ["watch", [2, 5421, 8]], ["adopt", [2, 5421, 9]], ["keep an eye on", [2, 5421, 10]], ["accompany", [2, 5421, 11]], ["postdate", [2, 5421, 12]], ["come", [2, 5421, 13]], ["be", [2, 5421, 14]], ["surveil", [2, 5421, 15]], ["comply", [2, 5421, 16]], ["conform to", [2, 5421, 17]], ["fall out", [2, 5421, 18]], ["abide by", [2, 5421, 19]], ["come after", [2, 5421, 20]], ["keep up", [2, 5421, 21]], ["travel along", [2, 5421, 22]], ["take after", [2, 5421, 23]], ["survey", [2, 5421, 24]], ["observe", [2, 5421, 25]], ["watch over", [2, 5421, 26]]]}, {"answer": "follow_out", "hint": "synonyms for follow out", "clues": [["follow up", [2, 5422, 0]], ["implement", [2, 5422, 1]], ["follow through", [2, 5422, 2]], ["put through", [2, 5422, 3]], ["carry out", [2, 5422, 4]], ["go through", [2, 5422, 5]]]}, {"answer": "follow_through", "hint": "synonyms for follow through", "clues": [["follow up", [2, 5423, 0]], ["implement", [2, 5423, 1]], ["follow out", [2, 5423, 2]], ["put through", [2, 5423, 3]], ["carry out", [2, 5423, 4]], ["go through", [2, 5423, 5]]]}, {"answer": "follow_up", "hint": "synonyms for follow up", "clues": [["implement", [2, 5424, 0]], ["follow through", [2, 5424, 1]], ["follow out", [2, 5424, 2]], ["put through", [2, 5424, 3]], ["carry out", [2, 5424, 4]], ["go through", [2, 5424, 5]]]}, {"answer": "fool_away", "hint": "synonyms for fool away", "clues": [["fritter", [2, 5425, 0]], ["frivol away", [2, 5425, 1]], ["shoot", [2, 5425, 2]], ["fritter away", [2, 5425, 3]], ["fool", [2, 5425, 4]], ["dissipate", [2, 5425, 5]]]}, {"answer": "footle", "hint": "synonyms for footle", "clues": [["hang around", [2, 5426, 0]], ["mill about", [2, 5426, 1]], ["loiter", [2, 5426, 2]], ["linger", [2, 5426, 3]], ["lollygag", [2, 5426, 4]], ["mill around", [2, 5426, 5]], ["lounge", [2, 5426, 6]], ["tarry", [2, 5426, 7]], ["loaf", [2, 5426, 8]], ["lurk", [2, 5426, 9]], ["mess about", [2, 5426, 10]]]}, {"answer": "footslog", "hint": "synonyms for footslog", "clues": [["trudge", [2, 5427, 0]], ["slog", [2, 5427, 1]], ["tramp", [2, 5427, 2]], ["pad", [2, 5427, 3]], ["plod", [2, 5427, 4]]]}, {"answer": "forbid", "hint": "synonyms for forbid", "clues": [["forestall", [2, 5428, 0]], ["disallow", [2, 5428, 1]], ["proscribe", [2, 5428, 2]], ["foreclose", [2, 5428, 3]], ["veto", [2, 5428, 4]], ["interdict", [2, 5428, 5]], ["prevent", [2, 5428, 6]], ["preclude", [2, 5428, 7]], ["prohibit", [2, 5428, 8]], ["nix", [2, 5428, 9]]]}, {"answer": "force_back", "hint": "synonyms for force back", "clues": [["drive", [2, 5429, 0]], ["repel", [2, 5429, 1]], ["push back", [2, 5429, 2]], ["beat back", [2, 5429, 3]], ["repulse", [2, 5429, 4]]]}, {"answer": "forebode", "hint": "synonyms for forebode", "clues": [["promise", [2, 5430, 0]], ["call", [2, 5430, 1]], ["anticipate", [2, 5430, 2]], ["predict", [2, 5430, 3]], ["foretell", [2, 5430, 4]], ["prognosticate", [2, 5430, 5]]]}, {"answer": "foreclose", "hint": "synonyms for foreclose", "clues": [["forestall", [2, 5431, 0]], ["forbid", [2, 5431, 1]], ["preclude", [2, 5431, 2]], ["prevent", [2, 5431, 3]]]}, {"answer": "forefend", "hint": "synonyms for forefend", "clues": [["ward off", [2, 5432, 0]], ["avoid", [2, 5432, 1]], ["obviate", [2, 5432, 2]], ["avert", [2, 5432, 3]], ["forfend", [2, 5432, 4]], ["head off", [2, 5432, 5]], ["stave off", [2, 5432, 6]], ["fend off", [2, 5432, 7]], ["deflect", [2, 5432, 8]], ["debar", [2, 5432, 9]]]}, {"answer": "foregather", "hint": "synonyms for foregather", "clues": [["meet", [2, 5433, 0]], ["assemble", [2, 5433, 1]], ["forgather", [2, 5433, 2]], ["gather", [2, 5433, 3]]]}, {"answer": "forego", "hint": "synonyms for forego", "clues": [["precede", [2, 5434, 0]], ["forgo", [2, 5434, 1]], ["waive", [2, 5434, 2]], ["foreswear", [2, 5434, 3]], ["forfeit", [2, 5434, 4]], ["relinquish", [2, 5434, 5]], ["predate", [2, 5434, 6]], ["antecede", [2, 5434, 7]], ["antedate", [2, 5434, 8]], ["give up", [2, 5434, 9]], ["throw overboard", [2, 5434, 10]], ["dispense with", [2, 5434, 11]]]}, {"answer": "foresee", "hint": "synonyms for foresee", "clues": [["previse", [2, 5435, 0]], ["anticipate", [2, 5435, 1]], ["forestall", [2, 5435, 2]], ["envision", [2, 5435, 3]], ["counter", [2, 5435, 4]], ["foreknow", [2, 5435, 5]]]}, {"answer": "foreshadow", "hint": "synonyms for foreshadow", "clues": [["prognosticate", [2, 5436, 0]], ["presage", [2, 5436, 1]], ["forecast", [2, 5436, 2]], ["auspicate", [2, 5436, 3]], ["omen", [2, 5436, 4]], ["portend", [2, 5436, 5]], ["augur", [2, 5436, 6]], ["predict", [2, 5436, 7]], ["betoken", [2, 5436, 8]], ["foretell", [2, 5436, 9]], ["prefigure", [2, 5436, 10]], ["bode", [2, 5436, 11]]]}, {"answer": "foreshorten", "hint": "synonyms for foreshorten", "clues": [["abridge", [2, 5437, 0]], ["reduce", [2, 5437, 1]], ["abbreviate", [2, 5437, 2]], ["shorten", [2, 5437, 3]], ["contract", [2, 5437, 4]], ["cut", [2, 5437, 5]]]}, {"answer": "forestall", "hint": "synonyms for forestall", "clues": [["prevent", [2, 5438, 0]], ["forbid", [2, 5438, 1]], ["preclude", [2, 5438, 2]], ["anticipate", [2, 5438, 3]], ["counter", [2, 5438, 4]], ["foreclose", [2, 5438, 5]], ["foresee", [2, 5438, 6]]]}, {"answer": "foreswear", "hint": "synonyms for foreswear", "clues": [["renounce", [2, 5439, 0]], ["relinquish", [2, 5439, 1]], ["quit", [2, 5439, 2]], ["waive", [2, 5439, 3]], ["dispense with", [2, 5439, 4]], ["forego", [2, 5439, 5]]]}, {"answer": "foretell", "hint": "synonyms for foretell", "clues": [["call", [2, 5440, 0]], ["harbinger", [2, 5440, 1]], ["annunciate", [2, 5440, 2]], ["presage", [2, 5440, 3]], ["auspicate", [2, 5440, 4]], ["foreshadow", [2, 5440, 5]], ["bode", [2, 5440, 6]], ["portend", [2, 5440, 7]], ["augur", [2, 5440, 8]], ["betoken", [2, 5440, 9]], ["forebode", [2, 5440, 10]], ["forecast", [2, 5440, 11]], ["anticipate", [2, 5440, 12]], ["herald", [2, 5440, 13]], ["predict", [2, 5440, 14]], ["omen", [2, 5440, 15]], ["prognosticate", [2, 5440, 16]], ["promise", [2, 5440, 17]], ["announce", [2, 5440, 18]], ["prefigure", [2, 5440, 19]]]}, {"answer": "forfend", "hint": "synonyms for forfend", "clues": [["ward off", [2, 5441, 0]], ["avoid", [2, 5441, 1]], ["obviate", [2, 5441, 2]], ["avert", [2, 5441, 3]], ["forefend", [2, 5441, 4]], ["head off", [2, 5441, 5]], ["stave off", [2, 5441, 6]], ["fend off", [2, 5441, 7]], ["deflect", [2, 5441, 8]], ["debar", [2, 5441, 9]]]}, {"answer": "forgather", "hint": "synonyms for forgather", "clues": [["meet", [2, 5442, 0]], ["assemble", [2, 5442, 1]], ["foregather", [2, 5442, 2]], ["gather", [2, 5442, 3]]]}, {"answer": "forget", "hint": "synonyms for forget", "clues": [["blank out", [2, 5443, 0]], ["leave", [2, 5443, 1]], ["bury", [2, 5443, 2]], ["block", [2, 5443, 3]], ["draw a blank", [2, 5443, 4]]]}, {"answer": "forgo", "hint": "synonyms for forgo", "clues": [["precede", [2, 5444, 0]], ["waive", [2, 5444, 1]], ["foreswear", [2, 5444, 2]], ["forfeit", [2, 5444, 3]], ["relinquish", [2, 5444, 4]], ["forego", [2, 5444, 5]], ["predate", [2, 5444, 6]], ["antecede", [2, 5444, 7]], ["antedate", [2, 5444, 8]], ["give up", [2, 5444, 9]], ["throw overboard", [2, 5444, 10]], ["dispense with", [2, 5444, 11]]]}, {"answer": "fork_out", "hint": "synonyms for fork out", "clues": [["render", [2, 5445, 0]], ["fork over", [2, 5445, 1]], ["fork up", [2, 5445, 2]], ["deliver", [2, 5445, 3]], ["hand over", [2, 5445, 4]], ["turn in", [2, 5445, 5]]]}, {"answer": "fork_over", "hint": "synonyms for fork over", "clues": [["render", [2, 5446, 0]], ["fork up", [2, 5446, 1]], ["fork out", [2, 5446, 2]], ["deliver", [2, 5446, 3]], ["hand over", [2, 5446, 4]], ["turn in", [2, 5446, 5]]]}, {"answer": "fork_up", "hint": "synonyms for fork up", "clues": [["render", [2, 5447, 0]], ["fork over", [2, 5447, 1]], ["fork out", [2, 5447, 2]], ["deliver", [2, 5447, 3]], ["hand over", [2, 5447, 4]], ["turn in", [2, 5447, 5]]]}, {"answer": "form_bubbles", "hint": "synonyms for form bubbles", "clues": [["sparkle", [2, 5448, 0]], ["fizz", [2, 5448, 1]], ["froth", [2, 5448, 2]], ["effervesce", [2, 5448, 3]], ["foam", [2, 5448, 4]]]}, {"answer": "formulate", "hint": "synonyms for formulate", "clues": [["explicate", [2, 5449, 0]], ["invent", [2, 5449, 1]], ["give voice", [2, 5449, 2]], ["excogitate", [2, 5449, 3]], ["devise", [2, 5449, 4]], ["contrive", [2, 5449, 5]], ["word", [2, 5449, 6]], ["develop", [2, 5449, 7]], ["articulate", [2, 5449, 8]], ["phrase", [2, 5449, 9]], ["forge", [2, 5449, 10]]]}, {"answer": "forswear", "hint": "synonyms for forswear", "clues": [["resile", [2, 5450, 0]], ["recant", [2, 5450, 1]], ["abjure", [2, 5450, 2]], ["retract", [2, 5450, 3]]]}, {"answer": "fortify", "hint": "synonyms for fortify", "clues": [["lace", [2, 5451, 0]], ["arm", [2, 5451, 1]], ["strengthen", [2, 5451, 2]], ["beef up", [2, 5451, 3]], ["gird", [2, 5451, 4]], ["fort", [2, 5451, 5]], ["build up", [2, 5451, 6]], ["spike", [2, 5451, 7]]]}, {"answer": "foul_up", "hint": "synonyms for foul up", "clues": [["bodge", [2, 5452, 0]], ["bungle", [2, 5452, 1]], ["fumble", [2, 5452, 2]], ["blow", [2, 5452, 3]], ["muck up", [2, 5452, 4]], ["bollix up", [2, 5452, 5]], ["bobble", [2, 5452, 6]], ["fluff", [2, 5452, 7]], ["screw up", [2, 5452, 8]], ["botch up", [2, 5452, 9]], ["bollix", [2, 5452, 10]], ["spoil", [2, 5452, 11]], ["bumble", [2, 5452, 12]], ["mess up", [2, 5452, 13]], ["flub", [2, 5452, 14]], ["ball up", [2, 5452, 15]], ["bollocks up", [2, 5452, 16]], ["louse up", [2, 5452, 17]], ["bollocks", [2, 5452, 18]], ["mishandle", [2, 5452, 19]], ["muff", [2, 5452, 20]], ["botch", [2, 5452, 21]]]}, {"answer": "freeze_off", "hint": "synonyms for freeze off", "clues": [["scorn", [2, 5453, 0]], ["spurn", [2, 5453, 1]], ["disdain", [2, 5453, 2]], ["turn down", [2, 5453, 3]], ["reject", [2, 5453, 4]], ["pooh-pooh", [2, 5453, 5]]]}, {"answer": "freshen_up", "hint": "synonyms for freshen up", "clues": [["freshen", [2, 5454, 0]], ["refurbish", [2, 5454, 1]], ["refresh", [2, 5454, 2]], ["renovate", [2, 5454, 3]]]}, {"answer": "frig_around", "hint": "synonyms for frig around", "clues": [["waste one's time", [2, 5455, 0]], ["bum about", [2, 5455, 1]], ["loll around", [2, 5455, 2]], ["fuck off", [2, 5455, 3]], ["loaf", [2, 5455, 4]], ["bum around", [2, 5455, 5]], ["arse around", [2, 5455, 6]], ["lounge about", [2, 5455, 7]], ["arse about", [2, 5455, 8]], ["bum", [2, 5455, 9]], ["lounge around", [2, 5455, 10]], ["loll", [2, 5455, 11]]]}, {"answer": "frighten_away", "hint": "synonyms for frighten away", "clues": [["frighten off", [2, 5456, 0]], ["daunt", [2, 5456, 1]], ["dash", [2, 5456, 2]], ["scare off", [2, 5456, 3]], ["scare away", [2, 5456, 4]], ["pall", [2, 5456, 5]], ["scare", [2, 5456, 6]]]}, {"answer": "frighten_off", "hint": "synonyms for frighten off", "clues": [["frighten away", [2, 5457, 0]], ["daunt", [2, 5457, 1]], ["dash", [2, 5457, 2]], ["scare off", [2, 5457, 3]], ["scare away", [2, 5457, 4]], ["pall", [2, 5457, 5]], ["scare", [2, 5457, 6]]]}, {"answer": "fritter_away", "hint": "synonyms for fritter away", "clues": [["fritter", [2, 5458, 0]], ["fool away", [2, 5458, 1]], ["frivol away", [2, 5458, 2]], ["shoot", [2, 5458, 3]], ["fool", [2, 5458, 4]], ["dissipate", [2, 5458, 5]]]}, {"answer": "frivol_away", "hint": "synonyms for frivol away", "clues": [["fritter", [2, 5459, 0]], ["fool away", [2, 5459, 1]], ["shoot", [2, 5459, 2]], ["fritter away", [2, 5459, 3]], ["fool", [2, 5459, 4]], ["dissipate", [2, 5459, 5]]]}, {"answer": "frizzle", "hint": "synonyms for frizzle", "clues": [["crimp", [2, 5460, 0]], ["kink up", [2, 5460, 1]], ["crape", [2, 5460, 2]], ["kink", [2, 5460, 3]], ["frizz", [2, 5460, 4]]]}, {"answer": "frustrate", "hint": "synonyms for frustrate", "clues": [["cross", [2, 5461, 0]], ["dun", [2, 5461, 1]], ["foil", [2, 5461, 2]], ["thwart", [2, 5461, 3]], ["crucify", [2, 5461, 4]], ["spoil", [2, 5461, 5]], ["scotch", [2, 5461, 6]], ["bedevil", [2, 5461, 7]], ["torment", [2, 5461, 8]], ["rag", [2, 5461, 9]], ["queer", [2, 5461, 10]], ["bilk", [2, 5461, 11]], ["baffle", [2, 5461, 12]]]}, {"answer": "fuck_off", "hint": "synonyms for fuck off", "clues": [["masturbate", [2, 5462, 0]], ["loaf", [2, 5462, 1]], ["bum around", [2, 5462, 2]], ["jack off", [2, 5462, 3]], ["lounge about", [2, 5462, 4]], ["arse about", [2, 5462, 5]], ["bum", [2, 5462, 6]], ["lounge around", [2, 5462, 7]], ["waste one's time", [2, 5462, 8]], ["bum about", [2, 5462, 9]], ["wank", [2, 5462, 10]], ["loll around", [2, 5462, 11]], ["get", [2, 5462, 12]], ["frig around", [2, 5462, 13]], ["buzz off", [2, 5462, 14]], ["jerk off", [2, 5462, 15]], ["arse around", [2, 5462, 16]], ["bugger off", [2, 5462, 17]], ["scram", [2, 5462, 18]], ["she-bop", [2, 5462, 19]], ["loll", [2, 5462, 20]]]}, {"answer": "fuck_up", "hint": "synonyms for fuck up", "clues": [["bodge", [2, 5463, 0]], ["bungle", [2, 5463, 1]], ["fumble", [2, 5463, 2]], ["blow", [2, 5463, 3]], ["muck up", [2, 5463, 4]], ["bollix up", [2, 5463, 5]], ["bobble", [2, 5463, 6]], ["fluff", [2, 5463, 7]], ["screw up", [2, 5463, 8]], ["botch up", [2, 5463, 9]], ["foul up", [2, 5463, 10]], ["bollix", [2, 5463, 11]], ["spoil", [2, 5463, 12]], ["bumble", [2, 5463, 13]], ["mess up", [2, 5463, 14]], ["flub", [2, 5463, 15]], ["ball up", [2, 5463, 16]], ["bollocks up", [2, 5463, 17]], ["louse up", [2, 5463, 18]], ["bollocks", [2, 5463, 19]], ["mishandle", [2, 5463, 20]], ["muff", [2, 5463, 21]], ["botch", [2, 5463, 22]]]}, {"answer": "fulfil", "hint": "synonyms for fulfil", "clues": [["carry out", [2, 5464, 0]], ["action", [2, 5464, 1]], ["fulfill", [2, 5464, 2]], ["accomplish", [2, 5464, 3]], ["meet", [2, 5464, 4]], ["satisfy", [2, 5464, 5]], ["execute", [2, 5464, 6]], ["live up to", [2, 5464, 7]], ["fill", [2, 5464, 8]], ["carry through", [2, 5464, 9]]]}, {"answer": "fulfill", "hint": "synonyms for fulfill", "clues": [["carry out", [2, 5465, 0]], ["action", [2, 5465, 1]], ["satisfy", [2, 5465, 2]], ["accomplish", [2, 5465, 3]], ["fulfil", [2, 5465, 4]], ["meet", [2, 5465, 5]], ["execute", [2, 5465, 6]], ["live up to", [2, 5465, 7]], ["fill", [2, 5465, 8]], ["carry through", [2, 5465, 9]]]}, {"answer": "furbish_up", "hint": "synonyms for furbish up", "clues": [["doctor", [2, 5466, 0]], ["restore", [2, 5466, 1]], ["fix", [2, 5466, 2]], ["bushel", [2, 5466, 3]], ["mend", [2, 5466, 4]], ["repair", [2, 5466, 5]], ["touch on", [2, 5466, 6]]]}, {"answer": "furcate", "hint": "synonyms for furcate", "clues": [["ramify", [2, 5467, 0]], ["branch", [2, 5467, 1]], ["fork", [2, 5467, 2]], ["separate", [2, 5467, 3]]]}, {"answer": "gain_ground", "hint": "synonyms for gain ground", "clues": [["get ahead", [2, 5468, 0]], ["pull ahead", [2, 5468, 1]], ["make headway", [2, 5468, 2]], ["advance", [2, 5468, 3]], ["gain", [2, 5468, 4]], ["win", [2, 5468, 5]]]}, {"answer": "gain_vigor", "hint": "synonyms for gain vigor", "clues": [["percolate", [2, 5469, 0]], ["perk up", [2, 5469, 1]], ["pick up", [2, 5469, 2]], ["perk", [2, 5469, 3]]]}, {"answer": "gather_up", "hint": "synonyms for gather up", "clues": [["call for", [2, 5470, 0]], ["lift up", [2, 5470, 1]], ["pick up", [2, 5470, 2]], ["collect", [2, 5470, 3]]]}, {"answer": "gazump", "hint": "synonyms for gazump", "clues": [["fleece", [2, 5471, 0]], ["soak", [2, 5471, 1]], ["rob", [2, 5471, 2]], ["plume", [2, 5471, 3]], ["overcharge", [2, 5471, 4]], ["pluck", [2, 5471, 5]], ["surcharge", [2, 5471, 6]], ["hook", [2, 5471, 7]]]}, {"answer": "gear_up", "hint": "synonyms for gear up", "clues": [["prepare", [2, 5472, 0]], ["set up", [2, 5472, 1]], ["set", [2, 5472, 2]], ["fix", [2, 5472, 3]], ["ready", [2, 5472, 4]]]}, {"answer": "generalise", "hint": "synonyms for generalise", "clues": [["generalize", [2, 5473, 0]], ["vulgarize", [2, 5473, 1]], ["popularize", [2, 5473, 2]], ["extrapolate", [2, 5473, 3]], ["infer", [2, 5473, 4]]]}, {"answer": "generalize", "hint": "synonyms for generalize", "clues": [["generalise", [2, 5474, 0]], ["vulgarize", [2, 5474, 1]], ["popularize", [2, 5474, 2]], ["extrapolate", [2, 5474, 3]], ["infer", [2, 5474, 4]]]}, {"answer": "generate", "hint": "synonyms for generate", "clues": [["render", [2, 5475, 0]], ["yield", [2, 5475, 1]], ["bring forth", [2, 5475, 2]], ["mother", [2, 5475, 3]], ["father", [2, 5475, 4]], ["sire", [2, 5475, 5]], ["give", [2, 5475, 6]], ["engender", [2, 5475, 7]], ["return", [2, 5475, 8]], ["get", [2, 5475, 9]], ["beget", [2, 5475, 10]]]}, {"answer": "germinate", "hint": "synonyms for germinate", "clues": [["develop", [2, 5476, 0]], ["spud", [2, 5476, 1]], ["pullulate", [2, 5476, 2]], ["bourgeon", [2, 5476, 3]], ["shoot", [2, 5476, 4]], ["evolve", [2, 5476, 5]], ["sprout", [2, 5476, 6]], ["burgeon forth", [2, 5476, 7]]]}, {"answer": "gestate", "hint": "synonyms for gestate", "clues": [["conceive", [2, 5477, 0]], ["conceptualize", [2, 5477, 1]], ["expect", [2, 5477, 2]], ["carry", [2, 5477, 3]], ["bear", [2, 5477, 4]], ["have a bun in the oven", [2, 5477, 5]]]}, {"answer": "get_a_line", "hint": "synonyms for get a line", "clues": [["find out", [2, 5478, 0]], ["get word", [2, 5478, 1]], ["get wind", [2, 5478, 2]], ["pick up", [2, 5478, 3]], ["see", [2, 5478, 4]], ["hear", [2, 5478, 5]], ["discover", [2, 5478, 6]], ["learn", [2, 5478, 7]]]}, {"answer": "get_across", "hint": "synonyms for get across", "clues": [["cut through", [2, 5479, 0]], ["get over", [2, 5479, 1]], ["click", [2, 5479, 2]], ["pass over", [2, 5479, 3]], ["put over", [2, 5479, 4]], ["come home", [2, 5479, 5]], ["sink in", [2, 5479, 6]], ["cut across", [2, 5479, 7]], ["track", [2, 5479, 8]], ["traverse", [2, 5479, 9]], ["cross", [2, 5479, 10]], ["fall into place", [2, 5479, 11]], ["cover", [2, 5479, 12]], ["dawn", [2, 5479, 13]], ["penetrate", [2, 5479, 14]], ["get through", [2, 5479, 15]]]}, {"answer": "get_ahead", "hint": "synonyms for get ahead", "clues": [["pull ahead", [2, 5480, 0]], ["make headway", [2, 5480, 1]], ["advance", [2, 5480, 2]], ["gain ground", [2, 5480, 3]], ["gain", [2, 5480, 4]], ["win", [2, 5480, 5]]]}, {"answer": "get_along", "hint": "synonyms for get along", "clues": [["progress", [2, 5481, 0]], ["make out", [2, 5481, 1]], ["come on", [2, 5481, 2]], ["do", [2, 5481, 3]], ["shape up", [2, 5481, 4]], ["come", [2, 5481, 5]], ["come along", [2, 5481, 6]], ["fare", [2, 5481, 7]], ["advance", [2, 5481, 8]], ["get on", [2, 5481, 9]], ["get along with", [2, 5481, 10]]]}, {"answer": "get_around", "hint": "synonyms for get around", "clues": [["get out", [2, 5482, 0]], ["go around", [2, 5482, 1]], ["short-circuit", [2, 5482, 2]], ["swing", [2, 5482, 3]], ["break", [2, 5482, 4]], ["bypass", [2, 5482, 5]]]}, {"answer": "get_at", "hint": "synonyms for get at", "clues": [["annoy", [2, 5483, 0]], ["vex", [2, 5483, 1]], ["nettle", [2, 5483, 2]], ["chafe", [2, 5483, 3]], ["access", [2, 5483, 4]], ["devil", [2, 5483, 5]], ["rag", [2, 5483, 6]], ["bother", [2, 5483, 7]], ["nark", [2, 5483, 8]], ["rile", [2, 5483, 9]], ["irritate", [2, 5483, 10]], ["gravel", [2, 5483, 11]], ["get to", [2, 5483, 12]]]}, {"answer": "get_away", "hint": "synonyms for get away", "clues": [["escape", [2, 5484, 0]], ["get by", [2, 5484, 1]], ["break loose", [2, 5484, 2]], ["get out", [2, 5484, 3]], ["get off", [2, 5484, 4]]]}, {"answer": "get_behind", "hint": "synonyms for get behind", "clues": [["drag", [2, 5485, 0]], ["drop behind", [2, 5485, 1]], ["drop back", [2, 5485, 2]], ["trail", [2, 5485, 3]], ["hang back", [2, 5485, 4]]]}, {"answer": "get_by", "hint": "synonyms for get by", "clues": [["grapple", [2, 5486, 0]], ["cope", [2, 5486, 1]], ["escape", [2, 5486, 2]], ["make do", [2, 5486, 3]], ["deal", [2, 5486, 4]], ["get out", [2, 5486, 5]], ["get away", [2, 5486, 6]], ["contend", [2, 5486, 7]], ["make out", [2, 5486, 8]], ["get off", [2, 5486, 9]], ["manage", [2, 5486, 10]]]}, {"answer": "get_cracking", "hint": "synonyms for get cracking", "clues": [["get weaving", [2, 5487, 0]], ["bestir oneself", [2, 5487, 1]], ["get rolling", [2, 5487, 2]], ["get moving", [2, 5487, 3]], ["get started", [2, 5487, 4]], ["get going", [2, 5487, 5]]]}, {"answer": "get_down", "hint": "synonyms for get down", "clues": [["dismay", [2, 5488, 0]], ["write down", [2, 5488, 1]], ["get", [2, 5488, 2]], ["set out", [2, 5488, 3]], ["let down", [2, 5488, 4]], ["swallow", [2, 5488, 5]], ["take down", [2, 5488, 6]], ["demoralise", [2, 5488, 7]], ["lower", [2, 5488, 8]], ["depress", [2, 5488, 9]], ["unhorse", [2, 5488, 10]], ["dismount", [2, 5488, 11]], ["get off", [2, 5488, 12]], ["light", [2, 5488, 13]], ["deject", [2, 5488, 14]], ["put down", [2, 5488, 15]], ["start out", [2, 5488, 16]], ["dispirit", [2, 5488, 17]], ["cast down", [2, 5488, 18]], ["start", [2, 5488, 19]], ["bring down", [2, 5488, 20]], ["commence", [2, 5488, 21]], ["begin", [2, 5488, 22]]]}, {"answer": "get_going", "hint": "synonyms for get going", "clues": [["get cracking", [2, 5489, 0]], ["bestir oneself", [2, 5489, 1]], ["get rolling", [2, 5489, 2]], ["get moving", [2, 5489, 3]], ["get started", [2, 5489, 4]], ["get weaving", [2, 5489, 5]], ["go", [2, 5489, 6]], ["start", [2, 5489, 7]]]}, {"answer": "get_hitched_with", "hint": "synonyms for get hitched with", "clues": [["conjoin", [2, 5490, 0]], ["marry", [2, 5490, 1]], ["wed", [2, 5490, 2]], ["espouse", [2, 5490, 3]], ["get married", [2, 5490, 4]], ["hook up with", [2, 5490, 5]]]}, {"answer": "get_hold_of", "hint": "synonyms for get hold of", "clues": [["clutch", [2, 5491, 0]], ["seize", [2, 5491, 1]], ["contact", [2, 5491, 2]], ["take", [2, 5491, 3]], ["get through", [2, 5491, 4]], ["reach", [2, 5491, 5]]]}, {"answer": "get_in", "hint": "synonyms for get in", "clues": [["go far", [2, 5492, 0]], ["make it", [2, 5492, 1]], ["enter", [2, 5492, 2]], ["draw in", [2, 5492, 3]], ["arrive", [2, 5492, 4]], ["get into", [2, 5492, 5]], ["come in", [2, 5492, 6]], ["go into", [2, 5492, 7]], ["move into", [2, 5492, 8]], ["pull in", [2, 5492, 9]], ["go in", [2, 5492, 10]]]}, {"answer": "get_into", "hint": "synonyms for get into", "clues": [["tangle with", [2, 5493, 0]], ["enter", [2, 5493, 1]], ["don", [2, 5493, 2]], ["get in", [2, 5493, 3]], ["come in", [2, 5493, 4]], ["go into", [2, 5493, 5]], ["put on", [2, 5493, 6]], ["move into", [2, 5493, 7]], ["wear", [2, 5493, 8]], ["go in", [2, 5493, 9]], ["assume", [2, 5493, 10]]]}, {"answer": "get_it", "hint": "synonyms for get it", "clues": [["get wise", [2, 5494, 0]], ["get onto", [2, 5494, 1]], ["latch on", [2, 5494, 2]], ["tumble", [2, 5494, 3]], ["cotton on", [2, 5494, 4]], ["twig", [2, 5494, 5]]]}, {"answer": "get_it_on", "hint": "synonyms for get it on", "clues": [["hump", [2, 5495, 0]], ["jazz", [2, 5495, 1]], ["eff", [2, 5495, 2]], ["do it", [2, 5495, 3]], ["bed", [2, 5495, 4]], ["lie with", [2, 5495, 5]], ["sleep with", [2, 5495, 6]], ["fuck", [2, 5495, 7]], ["be intimate", [2, 5495, 8]], ["make love", [2, 5495, 9]], ["roll in the hay", [2, 5495, 10]], ["know", [2, 5495, 11]], ["bang", [2, 5495, 12]], ["love", [2, 5495, 13]], ["have sex", [2, 5495, 14]], ["bonk", [2, 5495, 15]], ["have it off", [2, 5495, 16]], ["get laid", [2, 5495, 17]], ["have a go at it", [2, 5495, 18]], ["have it away", [2, 5495, 19]], ["make out", [2, 5495, 20]], ["have intercourse", [2, 5495, 21]], ["sleep together", [2, 5495, 22]], ["screw", [2, 5495, 23]]]}, {"answer": "get_laid", "hint": "synonyms for get laid", "clues": [["hump", [2, 5496, 0]], ["jazz", [2, 5496, 1]], ["eff", [2, 5496, 2]], ["do it", [2, 5496, 3]], ["bed", [2, 5496, 4]], ["lie with", [2, 5496, 5]], ["sleep with", [2, 5496, 6]], ["fuck", [2, 5496, 7]], ["be intimate", [2, 5496, 8]], ["make love", [2, 5496, 9]], ["get it on", [2, 5496, 10]], ["roll in the hay", [2, 5496, 11]], ["know", [2, 5496, 12]], ["bang", [2, 5496, 13]], ["love", [2, 5496, 14]], ["have sex", [2, 5496, 15]], ["bonk", [2, 5496, 16]], ["have it off", [2, 5496, 17]], ["have a go at it", [2, 5496, 18]], ["have it away", [2, 5496, 19]], ["make out", [2, 5496, 20]], ["have intercourse", [2, 5496, 21]], ["sleep together", [2, 5496, 22]], ["screw", [2, 5496, 23]]]}, {"answer": "get_married", "hint": "synonyms for get married", "clues": [["conjoin", [2, 5497, 0]], ["wed", [2, 5497, 1]], ["marry", [2, 5497, 2]], ["get hitched with", [2, 5497, 3]], ["espouse", [2, 5497, 4]], ["hook up with", [2, 5497, 5]]]}, {"answer": "get_moving", "hint": "synonyms for get moving", "clues": [["get started", [2, 5498, 0]], ["get weaving", [2, 5498, 1]], ["bestir oneself", [2, 5498, 2]], ["get rolling", [2, 5498, 3]], ["get cracking", [2, 5498, 4]], ["get going", [2, 5498, 5]]]}, {"answer": "get_off", "hint": "synonyms for get off", "clues": [["send", [2, 5499, 0]], ["hop out", [2, 5499, 1]], ["dismount", [2, 5499, 2]], ["light", [2, 5499, 3]], ["trip out", [2, 5499, 4]], ["escape", [2, 5499, 5]], ["mail", [2, 5499, 6]], ["send off", [2, 5499, 7]], ["get out", [2, 5499, 8]], ["get away", [2, 5499, 9]], ["turn on", [2, 5499, 10]], ["get by", [2, 5499, 11]], ["trip", [2, 5499, 12]], ["get down", [2, 5499, 13]], ["unhorse", [2, 5499, 14]]]}, {"answer": "get_on", "hint": "synonyms for get on", "clues": [["progress", [2, 5500, 0]], ["get along", [2, 5500, 1]], ["hop on", [2, 5500, 2]], ["come on", [2, 5500, 3]], ["climb on", [2, 5500, 4]], ["age", [2, 5500, 5]], ["jump on", [2, 5500, 6]], ["mature", [2, 5500, 7]], ["come along", [2, 5500, 8]], ["advance", [2, 5500, 9]], ["bestride", [2, 5500, 10]], ["get on with", [2, 5500, 11]], ["board", [2, 5500, 12]], ["be on", [2, 5500, 13]], ["senesce", [2, 5500, 14]], ["shape up", [2, 5500, 15]], ["mount up", [2, 5500, 16]], ["mount", [2, 5500, 17]]]}, {"answer": "get_onto", "hint": "synonyms for get onto", "clues": [["get wise", [2, 5501, 0]], ["catch on", [2, 5501, 1]], ["tumble", [2, 5501, 2]], ["cotton on", [2, 5501, 3]], ["get it", [2, 5501, 4]], ["twig", [2, 5501, 5]]]}, {"answer": "get_out", "hint": "synonyms for get out", "clues": [["go out", [2, 5502, 0]], ["exit", [2, 5502, 1]], ["escape", [2, 5502, 2]], ["pull out", [2, 5502, 3]], ["break", [2, 5502, 4]], ["get away", [2, 5502, 5]], ["get off", [2, 5502, 6]], ["pull", [2, 5502, 7]], ["get around", [2, 5502, 8]], ["get by", [2, 5502, 9]], ["take out", [2, 5502, 10]], ["bring out", [2, 5502, 11]], ["leave", [2, 5502, 12]], ["draw", [2, 5502, 13]]]}, {"answer": "get_over", "hint": "synonyms for get over", "clues": [["cut through", [2, 5503, 0]], ["subdue", [2, 5503, 1]], ["pass over", [2, 5503, 2]], ["get well", [2, 5503, 3]], ["surmount", [2, 5503, 4]], ["master", [2, 5503, 5]], ["cut across", [2, 5503, 6]], ["track", [2, 5503, 7]], ["traverse", [2, 5503, 8]], ["cross", [2, 5503, 9]], ["cover", [2, 5503, 10]], ["overcome", [2, 5503, 11]], ["bounce back", [2, 5503, 12]], ["get across", [2, 5503, 13]]]}, {"answer": "get_rid_of", "hint": "synonyms for get rid of", "clues": [["eliminate", [2, 5504, 0]], ["extinguish", [2, 5504, 1]], ["remove", [2, 5504, 2]], ["do away with", [2, 5504, 3]], ["abolish", [2, 5504, 4]]]}, {"answer": "get_rolling", "hint": "synonyms for get rolling", "clues": [["get started", [2, 5505, 0]], ["get weaving", [2, 5505, 1]], ["bestir oneself", [2, 5505, 2]], ["get moving", [2, 5505, 3]], ["get cracking", [2, 5505, 4]], ["get going", [2, 5505, 5]]]}, {"answer": "get_started", "hint": "synonyms for get started", "clues": [["get weaving", [2, 5506, 0]], ["bestir oneself", [2, 5506, 1]], ["get rolling", [2, 5506, 2]], ["get moving", [2, 5506, 3]], ["get cracking", [2, 5506, 4]], ["get going", [2, 5506, 5]]]}, {"answer": "get_the_picture", "hint": "synonyms for get the picture", "clues": [["grasp", [2, 5507, 0]], ["apprehend", [2, 5507, 1]], ["comprehend", [2, 5507, 2]], ["compass", [2, 5507, 3]], ["savvy", [2, 5507, 4]], ["dig", [2, 5507, 5]], ["grok", [2, 5507, 6]]]}, {"answer": "get_through", "hint": "synonyms for get through", "clues": [["click", [2, 5508, 0]], ["mop up", [2, 5508, 1]], ["get across", [2, 5508, 2]], ["contact", [2, 5508, 3]], ["wrap up", [2, 5508, 4]], ["come home", [2, 5508, 5]], ["finish off", [2, 5508, 6]], ["sink in", [2, 5508, 7]], ["polish off", [2, 5508, 8]], ["get hold of", [2, 5508, 9]], ["come through", [2, 5508, 10]], ["finish up", [2, 5508, 11]], ["while away", [2, 5508, 12]], ["fall into place", [2, 5508, 13]], ["dawn", [2, 5508, 14]], ["penetrate", [2, 5508, 15]], ["clear up", [2, 5508, 16]], ["reach", [2, 5508, 17]]]}, {"answer": "get_to", "hint": "synonyms for get to", "clues": [["annoy", [2, 5509, 0]], ["vex", [2, 5509, 1]], ["nettle", [2, 5509, 2]], ["chafe", [2, 5509, 3]], ["devil", [2, 5509, 4]], ["rag", [2, 5509, 5]], ["reach", [2, 5509, 6]], ["bother", [2, 5509, 7]], ["nark", [2, 5509, 8]], ["rile", [2, 5509, 9]], ["irritate", [2, 5509, 10]], ["make", [2, 5509, 11]], ["get at", [2, 5509, 12]], ["progress to", [2, 5509, 13]], ["gravel", [2, 5509, 14]]]}, {"answer": "get_up", "hint": "synonyms for get up", "clues": [["drum", [2, 5510, 0]], ["cram", [2, 5510, 1]], ["fig up", [2, 5510, 2]], ["bone up", [2, 5510, 3]], ["uprise", [2, 5510, 4]], ["rig out", [2, 5510, 5]], ["rise", [2, 5510, 6]], ["elevate", [2, 5510, 7]], ["machinate", [2, 5510, 8]], ["gussy up", [2, 5510, 9]], ["tog out", [2, 5510, 10]], ["organise", [2, 5510, 11]], ["attire", [2, 5510, 12]], ["lift", [2, 5510, 13]], ["overdress", [2, 5510, 14]], ["stand up", [2, 5510, 15]], ["mug up", [2, 5510, 16]], ["tog up", [2, 5510, 17]], ["deck up", [2, 5510, 18]], ["trick out", [2, 5510, 19]], ["bone", [2, 5510, 20]], ["work up", [2, 5510, 21]], ["turn out", [2, 5510, 22]], ["prink", [2, 5510, 23]], ["grind away", [2, 5510, 24]], ["swot up", [2, 5510, 25]], ["trick up", [2, 5510, 26]], ["deck out", [2, 5510, 27]], ["devise", [2, 5510, 28]], ["swot", [2, 5510, 29]], ["dress up", [2, 5510, 30]], ["bring up", [2, 5510, 31]], ["prepare", [2, 5510, 32]], ["fancy up", [2, 5510, 33]]]}, {"answer": "get_weaving", "hint": "synonyms for get weaving", "clues": [["get cracking", [2, 5511, 0]], ["bestir oneself", [2, 5511, 1]], ["get rolling", [2, 5511, 2]], ["get moving", [2, 5511, 3]], ["get started", [2, 5511, 4]], ["get going", [2, 5511, 5]]]}, {"answer": "get_wind", "hint": "synonyms for get wind", "clues": [["hear", [2, 5512, 0]], ["find out", [2, 5512, 1]], ["get word", [2, 5512, 2]], ["pick up", [2, 5512, 3]], ["see", [2, 5512, 4]], ["get a line", [2, 5512, 5]], ["discover", [2, 5512, 6]], ["learn", [2, 5512, 7]]]}, {"answer": "get_wise", "hint": "synonyms for get wise", "clues": [["catch on", [2, 5513, 0]], ["get onto", [2, 5513, 1]], ["tumble", [2, 5513, 2]], ["cotton on", [2, 5513, 3]], ["get it", [2, 5513, 4]], ["twig", [2, 5513, 5]]]}, {"answer": "get_word", "hint": "synonyms for get word", "clues": [["hear", [2, 5514, 0]], ["find out", [2, 5514, 1]], ["get wind", [2, 5514, 2]], ["pick up", [2, 5514, 3]], ["see", [2, 5514, 4]], ["get a line", [2, 5514, 5]], ["discover", [2, 5514, 6]], ["learn", [2, 5514, 7]]]}, {"answer": "gip", "hint": "synonyms for gip", "clues": [["rook", [2, 5515, 0]], ["swindle", [2, 5515, 1]], ["bunco", [2, 5515, 2]], ["goldbrick", [2, 5515, 3]], ["victimize", [2, 5515, 4]], ["diddle", [2, 5515, 5]], ["con", [2, 5515, 6]], ["defraud", [2, 5515, 7]], ["gyp", [2, 5515, 8]], ["nobble", [2, 5515, 9]], ["scam", [2, 5515, 10]], ["short-change", [2, 5515, 11]], ["hornswoggle", [2, 5515, 12]], ["mulct", [2, 5515, 13]]]}, {"answer": "gird", "hint": "synonyms for gird", "clues": [["build up", [2, 5516, 0]], ["arm", [2, 5516, 1]], ["encircle", [2, 5516, 2]], ["girdle", [2, 5516, 3]], ["fortify", [2, 5516, 4]]]}, {"answer": "give-up_the_ghost", "hint": "synonyms for give-up the ghost", "clues": [["perish", [2, 5517, 0]], ["kick the bucket", [2, 5517, 1]], ["pop off", [2, 5517, 2]], ["conk", [2, 5517, 3]], ["die", [2, 5517, 4]], ["croak", [2, 5517, 5]], ["decease", [2, 5517, 6]], ["drop dead", [2, 5517, 7]], ["snuff it", [2, 5517, 8]], ["expire", [2, 5517, 9]], ["buy the farm", [2, 5517, 10]], ["exit", [2, 5517, 11]], ["cash in one's chips", [2, 5517, 12]], ["choke", [2, 5517, 13]], ["go", [2, 5517, 14]], ["pass", [2, 5517, 15]], ["pass away", [2, 5517, 16]]]}, {"answer": "give_away", "hint": "synonyms for give away", "clues": [["tell on", [2, 5518, 0]], ["expose", [2, 5518, 1]], ["break", [2, 5518, 2]], ["rat", [2, 5518, 3]], ["unwrap", [2, 5518, 4]], ["betray", [2, 5518, 5]], ["reveal", [2, 5518, 6]], ["divulge", [2, 5518, 7]], ["disclose", [2, 5518, 8]], ["let on", [2, 5518, 9]], ["stag", [2, 5518, 10]], ["grass", [2, 5518, 11]], ["shop", [2, 5518, 12]], ["snitch", [2, 5518, 13]], ["bring out", [2, 5518, 14]], ["denounce", [2, 5518, 15]], ["discover", [2, 5518, 16]], ["let out", [2, 5518, 17]], ["shit", [2, 5518, 18]]]}, {"answer": "give_birth", "hint": "synonyms for give birth", "clues": [["bear", [2, 5519, 0]], ["birth", [2, 5519, 1]], ["have", [2, 5519, 2]], ["deliver", [2, 5519, 3]]]}, {"answer": "give_chase", "hint": "synonyms for give chase", "clues": [["trail", [2, 5520, 0]], ["dog", [2, 5520, 1]], ["chase", [2, 5520, 2]], ["chase after", [2, 5520, 3]], ["track", [2, 5520, 4]], ["tag", [2, 5520, 5]], ["go after", [2, 5520, 6]]]}, {"answer": "give_ear", "hint": "synonyms for give ear", "clues": [["attend", [2, 5521, 0]], ["pay heed", [2, 5521, 1]], ["hang", [2, 5521, 2]], ["advert", [2, 5521, 3]]]}, {"answer": "give_in", "hint": "synonyms for give in", "clues": [["yield", [2, 5522, 0]], ["succumb", [2, 5522, 1]], ["accede", [2, 5522, 2]], ["knuckle under", [2, 5522, 3]], ["bow", [2, 5522, 4]], ["defer", [2, 5522, 5]], ["submit", [2, 5522, 6]]]}, {"answer": "give_notice", "hint": "synonyms for give notice", "clues": [["fire", [2, 5523, 0]], ["notify", [2, 5523, 1]], ["give the sack", [2, 5523, 2]], ["can", [2, 5523, 3]], ["send away", [2, 5523, 4]], ["apprise", [2, 5523, 5]], ["advise", [2, 5523, 6]], ["send word", [2, 5523, 7]], ["force out", [2, 5523, 8]], ["terminate", [2, 5523, 9]], ["give the axe", [2, 5523, 10]], ["displace", [2, 5523, 11]], ["sack", [2, 5523, 12]], ["dismiss", [2, 5523, 13]]]}, {"answer": "give_out", "hint": "synonyms for give out", "clues": [["distribute", [2, 5524, 0]], ["give off", [2, 5524, 1]], ["fail", [2, 5524, 2]], ["give way", [2, 5524, 3]], ["break", [2, 5524, 4]], ["go", [2, 5524, 5]], ["die", [2, 5524, 6]], ["go bad", [2, 5524, 7]], ["break down", [2, 5524, 8]], ["emit", [2, 5524, 9]], ["hand out", [2, 5524, 10]], ["conk out", [2, 5524, 11]], ["pass out", [2, 5524, 12]], ["run out", [2, 5524, 13]]]}, {"answer": "give_suck", "hint": "synonyms for give suck", "clues": [["wet-nurse", [2, 5525, 0]], ["nurse", [2, 5525, 1]], ["suckle", [2, 5525, 2]], ["lactate", [2, 5525, 3]], ["breastfeed", [2, 5525, 4]], ["suck", [2, 5525, 5]]]}, {"answer": "give_the_axe", "hint": "synonyms for give the axe", "clues": [["give the gate", [2, 5526, 0]], ["fire", [2, 5526, 1]], ["give the bounce", [2, 5526, 2]], ["give the sack", [2, 5526, 3]], ["can", [2, 5526, 4]], ["send away", [2, 5526, 5]], ["force out", [2, 5526, 6]], ["terminate", [2, 5526, 7]], ["displace", [2, 5526, 8]], ["give notice", [2, 5526, 9]], ["sack", [2, 5526, 10]], ["dismiss", [2, 5526, 11]]]}, {"answer": "give_the_sack", "hint": "synonyms for give the sack", "clues": [["fire", [2, 5527, 0]], ["can", [2, 5527, 1]], ["send away", [2, 5527, 2]], ["force out", [2, 5527, 3]], ["terminate", [2, 5527, 4]], ["give the axe", [2, 5527, 5]], ["displace", [2, 5527, 6]], ["give notice", [2, 5527, 7]], ["sack", [2, 5527, 8]], ["dismiss", [2, 5527, 9]]]}, {"answer": "give_up", "hint": "synonyms for give up", "clues": [["fall by the wayside", [2, 5528, 0]], ["waive", [2, 5528, 1]], ["surrender", [2, 5528, 2]], ["forfeit", [2, 5528, 3]], ["forgo", [2, 5528, 4]], ["renounce", [2, 5528, 5]], ["abandon", [2, 5528, 6]], ["cede", [2, 5528, 7]], ["throw in", [2, 5528, 8]], ["resign", [2, 5528, 9]], ["chuck up the sponge", [2, 5528, 10]], ["drop out", [2, 5528, 11]], ["part with", [2, 5528, 12]], ["release", [2, 5528, 13]], ["quit", [2, 5528, 14]], ["allow", [2, 5528, 15]], ["deliver", [2, 5528, 16]], ["relinquish", [2, 5528, 17]], ["vacate", [2, 5528, 18]], ["free", [2, 5528, 19]], ["cease", [2, 5528, 20]], ["drop by the wayside", [2, 5528, 21]], ["dispense with", [2, 5528, 22]], ["lay off", [2, 5528, 23]], ["spare", [2, 5528, 24]], ["kick", [2, 5528, 25]], ["discontinue", [2, 5528, 26]], ["throw overboard", [2, 5528, 27]], ["throw in the towel", [2, 5528, 28]], ["stop", [2, 5528, 29]]]}, {"answer": "give_voice", "hint": "synonyms for give voice", "clues": [["articulate", [2, 5529, 0]], ["phrase", [2, 5529, 1]], ["formulate", [2, 5529, 2]], ["word", [2, 5529, 3]]]}, {"answer": "give_way", "hint": "synonyms for give way", "clues": [["break", [2, 5530, 0]], ["collapse", [2, 5530, 1]], ["fall in", [2, 5530, 2]], ["move over", [2, 5530, 3]], ["ease up", [2, 5530, 4]], ["give", [2, 5530, 5]], ["die", [2, 5530, 6]], ["go bad", [2, 5530, 7]], ["conk out", [2, 5530, 8]], ["cave in", [2, 5530, 9]], ["fail", [2, 5530, 10]], ["go", [2, 5530, 11]], ["give out", [2, 5530, 12]], ["break down", [2, 5530, 13]], ["founder", [2, 5530, 14]], ["yield", [2, 5530, 15]]]}, {"answer": "glance_over", "hint": "synonyms for glance over", "clues": [["skim", [2, 5531, 0]], ["run down", [2, 5531, 1]], ["rake", [2, 5531, 2]], ["scan", [2, 5531, 3]]]}, {"answer": "glaze_over", "hint": "synonyms for glaze over", "clues": [["glass", [2, 5532, 0]], ["glaze", [2, 5532, 1]], ["glass over", [2, 5532, 2]], ["blur", [2, 5532, 3]], ["film over", [2, 5532, 4]]]}, {"answer": "glide_by", "hint": "synonyms for glide by", "clues": [["elapse", [2, 5533, 0]], ["slip away", [2, 5533, 1]], ["go by", [2, 5533, 2]], ["slip by", [2, 5533, 3]], ["go along", [2, 5533, 4]], ["slide by", [2, 5533, 5]], ["pass", [2, 5533, 6]]]}, {"answer": "glom", "hint": "synonyms for glom", "clues": [["thieve", [2, 5534, 0]], ["knock off", [2, 5534, 1]], ["hook", [2, 5534, 2]], ["cop", [2, 5534, 3]], ["snitch", [2, 5534, 4]]]}, {"answer": "glorify", "hint": "synonyms for glorify", "clues": [["proclaim", [2, 5535, 0]], ["exalt", [2, 5535, 1]], ["laud", [2, 5535, 2]], ["spiritualize", [2, 5535, 3]], ["transfigure", [2, 5535, 4]], ["extol", [2, 5535, 5]]]}, {"answer": "gloss_over", "hint": "synonyms for gloss over", "clues": [["skate over", [2, 5536, 0]], ["whitewash", [2, 5536, 1]], ["hush up", [2, 5536, 2]], ["smooth over", [2, 5536, 3]], ["slur over", [2, 5536, 4]], ["sleek over", [2, 5536, 5]], ["skimp over", [2, 5536, 6]]]}, {"answer": "gnaw", "hint": "synonyms for gnaw", "clues": [["wear away", [2, 5537, 0]], ["gnaw at", [2, 5537, 1]], ["eat at", [2, 5537, 2]], ["erode", [2, 5537, 3]]]}, {"answer": "gnaw_at", "hint": "synonyms for gnaw at", "clues": [["wear away", [2, 5538, 0]], ["eat at", [2, 5538, 1]], ["erode", [2, 5538, 2]], ["gnaw", [2, 5538, 3]]]}, {"answer": "go_after", "hint": "synonyms for go after", "clues": [["give chase", [2, 5539, 0]], ["quest for", [2, 5539, 1]], ["trail", [2, 5539, 2]], ["quest after", [2, 5539, 3]], ["dog", [2, 5539, 4]], ["chase", [2, 5539, 5]], ["chase after", [2, 5539, 6]], ["track", [2, 5539, 7]], ["pursue", [2, 5539, 8]], ["tag", [2, 5539, 9]]]}, {"answer": "go_against", "hint": "synonyms for go against", "clues": [["transgress", [2, 5540, 0]], ["buck", [2, 5540, 1]], ["offend", [2, 5540, 2]], ["violate", [2, 5540, 3]], ["breach", [2, 5540, 4]], ["break", [2, 5540, 5]], ["infract", [2, 5540, 6]]]}, {"answer": "go_along", "hint": "synonyms for go along", "clues": [["elapse", [2, 5541, 0]], ["slip away", [2, 5541, 1]], ["go by", [2, 5541, 2]], ["continue", [2, 5541, 3]], ["keep", [2, 5541, 4]], ["slip by", [2, 5541, 5]], ["proceed", [2, 5541, 6]], ["glide by", [2, 5541, 7]], ["go on", [2, 5541, 8]], ["play along", [2, 5541, 9]], ["pass", [2, 5541, 10]]]}, {"answer": "go_around", "hint": "synonyms for go around", "clues": [["rotate", [2, 5542, 0]], ["revolve", [2, 5542, 1]], ["short-circuit", [2, 5542, 2]], ["get around", [2, 5542, 3]], ["outflank", [2, 5542, 4]], ["spread", [2, 5542, 5]], ["circulate", [2, 5542, 6]], ["bypass", [2, 5542, 7]]]}, {"answer": "go_away", "hint": "synonyms for go away", "clues": [["vanish", [2, 5543, 0]], ["leave", [2, 5543, 1]], ["disappear", [2, 5543, 2]], ["go", [2, 5543, 3]], ["go forth", [2, 5543, 4]], ["depart", [2, 5543, 5]]]}, {"answer": "go_back", "hint": "synonyms for go back", "clues": [["recover", [2, 5544, 0]], ["recur", [2, 5544, 1]], ["date from", [2, 5544, 2]], ["date back", [2, 5544, 3]], ["recuperate", [2, 5544, 4]]]}, {"answer": "go_bad", "hint": "synonyms for go bad", "clues": [["give way", [2, 5545, 0]], ["break", [2, 5545, 1]], ["fail", [2, 5545, 2]], ["go", [2, 5545, 3]], ["give out", [2, 5545, 4]], ["die", [2, 5545, 5]], ["break down", [2, 5545, 6]], ["spoil", [2, 5545, 7]], ["conk out", [2, 5545, 8]]]}, {"answer": "go_ballistic", "hint": "synonyms for go ballistic", "clues": [["combust", [2, 5546, 0]], ["have a fit", [2, 5546, 1]], ["blow one's stack", [2, 5546, 2]], ["blow a fuse", [2, 5546, 3]], ["flip one's lid", [2, 5546, 4]], ["fly off the handle", [2, 5546, 5]], ["hit the ceiling", [2, 5546, 6]], ["lose one's temper", [2, 5546, 7]], ["have kittens", [2, 5546, 8]], ["throw a fit", [2, 5546, 9]], ["hit the roof", [2, 5546, 10]], ["blow up", [2, 5546, 11]]]}, {"answer": "go_by", "hint": "synonyms for go by", "clues": [["elapse", [2, 5547, 0]], ["slip away", [2, 5547, 1]], ["go past", [2, 5547, 2]], ["surpass", [2, 5547, 3]], ["slip by", [2, 5547, 4]], ["pass by", [2, 5547, 5]], ["go along", [2, 5547, 6]], ["glide by", [2, 5547, 7]], ["travel by", [2, 5547, 8]], ["go under", [2, 5547, 9]], ["pass", [2, 5547, 10]]]}, {"answer": "go_down", "hint": "synonyms for go down", "clues": [["descend", [2, 5548, 0]], ["set", [2, 5548, 1]], ["settle", [2, 5548, 2]], ["wane", [2, 5548, 3]], ["decline", [2, 5548, 4]], ["sink", [2, 5548, 5]], ["go under", [2, 5548, 6]], ["fall", [2, 5548, 7]], ["crash", [2, 5548, 8]], ["come down", [2, 5548, 9]]]}, {"answer": "go_far", "hint": "synonyms for go far", "clues": [["make it", [2, 5549, 0]], ["get in", [2, 5549, 1]], ["arrive", [2, 5549, 2]], ["go deep", [2, 5549, 3]]]}, {"answer": "go_for", "hint": "synonyms for go for", "clues": [["take to", [2, 5550, 0]], ["consent", [2, 5550, 1]], ["hope", [2, 5550, 2]], ["try for", [2, 5550, 3]], ["accept", [2, 5550, 4]], ["hold", [2, 5550, 5]], ["apply", [2, 5550, 6]], ["fancy", [2, 5550, 7]]]}, {"answer": "go_forth", "hint": "synonyms for go forth", "clues": [["leave", [2, 5551, 0]], ["issue", [2, 5551, 1]], ["go away", [2, 5551, 2]], ["egress", [2, 5551, 3]], ["come forth", [2, 5551, 4]], ["come out", [2, 5551, 5]], ["emerge", [2, 5551, 6]]]}, {"answer": "go_in", "hint": "synonyms for go in", "clues": [["enter", [2, 5552, 0]], ["get in", [2, 5552, 1]], ["move into", [2, 5552, 2]], ["come in", [2, 5552, 3]], ["go into", [2, 5552, 4]]]}, {"answer": "go_into", "hint": "synonyms for go into", "clues": [["enter", [2, 5553, 0]], ["get in", [2, 5553, 1]], ["move into", [2, 5553, 2]], ["come in", [2, 5553, 3]], ["go in", [2, 5553, 4]]]}, {"answer": "go_off", "hint": "synonyms for go off", "clues": [["absquatulate", [2, 5554, 0]], ["make off", [2, 5554, 1]], ["discharge", [2, 5554, 2]], ["fire", [2, 5554, 3]], ["bolt", [2, 5554, 4]], ["abscond", [2, 5554, 5]], ["implode", [2, 5554, 6]], ["go over", [2, 5554, 7]], ["decamp", [2, 5554, 8]], ["come off", [2, 5554, 9]], ["run off", [2, 5554, 10]]]}, {"answer": "go_on", "hint": "synonyms for go on", "clues": [["come about", [2, 5555, 0]], ["pass off", [2, 5555, 1]], ["progress", [2, 5555, 2]], ["carry on", [2, 5555, 3]], ["proceed", [2, 5555, 4]], ["happen", [2, 5555, 5]], ["fall out", [2, 5555, 6]], ["take place", [2, 5555, 7]], ["pass on", [2, 5555, 8]], ["move on", [2, 5555, 9]], ["hap", [2, 5555, 10]], ["occur", [2, 5555, 11]], ["advance", [2, 5555, 12]], ["continue", [2, 5555, 13]], ["keep", [2, 5555, 14]], ["pass", [2, 5555, 15]], ["march on", [2, 5555, 16]], ["go along", [2, 5555, 17]], ["come on", [2, 5555, 18]], ["come up", [2, 5555, 19]]]}, {"answer": "go_out", "hint": "synonyms for go out", "clues": [["exit", [2, 5556, 0]], ["date", [2, 5556, 1]], ["go steady", [2, 5556, 2]], ["leave", [2, 5556, 3]], ["see", [2, 5556, 4]], ["get out", [2, 5556, 5]]]}, {"answer": "go_over", "hint": "synonyms for go over", "clues": [["check", [2, 5557, 0]], ["check into", [2, 5557, 1]], ["review", [2, 5557, 2]], ["check over", [2, 5557, 3]], ["go off", [2, 5557, 4]], ["survey", [2, 5557, 5]], ["suss out", [2, 5557, 6]], ["check out", [2, 5557, 7]], ["fall over", [2, 5557, 8]], ["check up on", [2, 5557, 9]], ["come off", [2, 5557, 10]], ["look into", [2, 5557, 11]]]}, {"answer": "go_past", "hint": "synonyms for go past", "clues": [["transcend", [2, 5558, 0]], ["go by", [2, 5558, 1]], ["pass", [2, 5558, 2]], ["surpass", [2, 5558, 3]], ["top", [2, 5558, 4]], ["overstep", [2, 5558, 5]], ["pass by", [2, 5558, 6]], ["exceed", [2, 5558, 7]], ["travel by", [2, 5558, 8]]]}, {"answer": "go_through", "hint": "synonyms for go through", "clues": [["work through", [2, 5559, 0]], ["down", [2, 5559, 1]], ["carry out", [2, 5559, 2]], ["go across", [2, 5559, 3]], ["experience", [2, 5559, 4]], ["devour", [2, 5559, 5]], ["follow up", [2, 5559, 6]], ["implement", [2, 5559, 7]], ["run through", [2, 5559, 8]], ["follow through", [2, 5559, 9]], ["follow out", [2, 5559, 10]], ["see", [2, 5559, 11]], ["put through", [2, 5559, 12]], ["consume", [2, 5559, 13]], ["pass", [2, 5559, 14]]]}, {"answer": "go_to_bed", "hint": "synonyms for go to bed", "clues": [["sack out", [2, 5560, 0]], ["turn in", [2, 5560, 1]], ["kip down", [2, 5560, 2]], ["hit the sack", [2, 5560, 3]], ["bed", [2, 5560, 4]], ["crawl in", [2, 5560, 5]], ["go to sleep", [2, 5560, 6]], ["retire", [2, 5560, 7]], ["hit the hay", [2, 5560, 8]]]}, {"answer": "go_to_sleep", "hint": "synonyms for go to sleep", "clues": [["sack out", [2, 5561, 0]], ["turn in", [2, 5561, 1]], ["kip down", [2, 5561, 2]], ["hit the sack", [2, 5561, 3]], ["bed", [2, 5561, 4]], ["crawl in", [2, 5561, 5]], ["retire", [2, 5561, 6]], ["go to bed", [2, 5561, 7]], ["hit the hay", [2, 5561, 8]]]}, {"answer": "go_under", "hint": "synonyms for go under", "clues": [["set", [2, 5562, 0]], ["go by", [2, 5562, 1]], ["settle", [2, 5562, 2]], ["go down", [2, 5562, 3]], ["sink", [2, 5562, 4]]]}, {"answer": "go_up", "hint": "synonyms for go up", "clues": [["come up", [2, 5563, 0]], ["near", [2, 5563, 1]], ["mount", [2, 5563, 2]], ["move up", [2, 5563, 3]], ["uprise", [2, 5563, 4]], ["rise", [2, 5563, 5]], ["come near", [2, 5563, 6]], ["approach", [2, 5563, 7]], ["burn down", [2, 5563, 8]], ["climb up", [2, 5563, 9]], ["draw near", [2, 5563, 10]], ["burn up", [2, 5563, 11]], ["lift", [2, 5563, 12]], ["ascend", [2, 5563, 13]], ["draw close", [2, 5563, 14]], ["climb", [2, 5563, 15]], ["come on", [2, 5563, 16]]]}, {"answer": "go_with", "hint": "synonyms for go with", "clues": [["attach to", [2, 5564, 0]], ["come with", [2, 5564, 1]], ["collocate with", [2, 5564, 2]], ["co-occur with", [2, 5564, 3]], ["construe with", [2, 5564, 4]], ["accompany", [2, 5564, 5]]]}, {"answer": "gormandise", "hint": "synonyms for gormandise", "clues": [["englut", [2, 5565, 0]], ["gorge", [2, 5565, 1]], ["satiate", [2, 5565, 2]], ["glut", [2, 5565, 3]], ["engorge", [2, 5565, 4]], ["scarf out", [2, 5565, 5]], ["stuff", [2, 5565, 6]], ["overeat", [2, 5565, 7]], ["gormandize", [2, 5565, 8]], ["binge", [2, 5565, 9]], ["overindulge", [2, 5565, 10]], ["overgorge", [2, 5565, 11]], ["ingurgitate", [2, 5565, 12]], ["pig out", [2, 5565, 13]]]}, {"answer": "gormandize", "hint": "synonyms for gormandize", "clues": [["gormandise", [2, 5566, 0]], ["englut", [2, 5566, 1]], ["gorge", [2, 5566, 2]], ["satiate", [2, 5566, 3]], ["glut", [2, 5566, 4]], ["engorge", [2, 5566, 5]], ["scarf out", [2, 5566, 6]], ["stuff", [2, 5566, 7]], ["overeat", [2, 5566, 8]], ["overindulge", [2, 5566, 9]], ["binge", [2, 5566, 10]], ["overgorge", [2, 5566, 11]], ["ingurgitate", [2, 5566, 12]], ["pig out", [2, 5566, 13]]]}, {"answer": "gourmandize", "hint": "synonyms for gourmandize", "clues": [["gormandise", [2, 5567, 0]], ["englut", [2, 5567, 1]], ["gorge", [2, 5567, 2]], ["satiate", [2, 5567, 3]], ["glut", [2, 5567, 4]], ["engorge", [2, 5567, 5]], ["scarf out", [2, 5567, 6]], ["stuff", [2, 5567, 7]], ["overeat", [2, 5567, 8]], ["binge", [2, 5567, 9]], ["overindulge", [2, 5567, 10]], ["overgorge", [2, 5567, 11]], ["ingurgitate", [2, 5567, 12]], ["pig out", [2, 5567, 13]]]}, {"answer": "govern", "hint": "synonyms for govern", "clues": [["regularize", [2, 5568, 0]], ["regulate", [2, 5568, 1]], ["rule", [2, 5568, 2]], ["order", [2, 5568, 3]]]}, {"answer": "grind_away", "hint": "synonyms for grind away", "clues": [["drum", [2, 5569, 0]], ["swot", [2, 5569, 1]], ["cram", [2, 5569, 2]], ["get up", [2, 5569, 3]], ["bone up", [2, 5569, 4]], ["bone", [2, 5569, 5]], ["mug up", [2, 5569, 6]], ["swot up", [2, 5569, 7]]]}, {"answer": "grok", "hint": "synonyms for grok", "clues": [["grasp", [2, 5570, 0]], ["apprehend", [2, 5570, 1]], ["comprehend", [2, 5570, 2]], ["compass", [2, 5570, 3]], ["savvy", [2, 5570, 4]], ["dig", [2, 5570, 5]], ["get the picture", [2, 5570, 6]]]}, {"answer": "gross_out", "hint": "synonyms for gross out", "clues": [["repel", [2, 5571, 0]], ["revolt", [2, 5571, 1]], ["freak out", [2, 5571, 2]], ["freak", [2, 5571, 3]], ["disgust", [2, 5571, 4]]]}, {"answer": "grovel", "hint": "synonyms for grovel", "clues": [["fawn", [2, 5572, 0]], ["cower", [2, 5572, 1]], ["creep", [2, 5572, 2]], ["cringe", [2, 5572, 3]], ["crawl", [2, 5572, 4]]]}, {"answer": "grow", "hint": "synonyms for grow", "clues": [["turn", [2, 5573, 0]], ["mature", [2, 5573, 1]], ["develop", [2, 5573, 2]], ["get", [2, 5573, 3]], ["acquire", [2, 5573, 4]], ["rise", [2, 5573, 5]], ["produce", [2, 5573, 6]], ["originate", [2, 5573, 7]], ["uprise", [2, 5573, 8]], ["farm", [2, 5573, 9]], ["spring up", [2, 5573, 10]]]}, {"answer": "gruntle", "hint": "synonyms for gruntle", "clues": [["mollify", [2, 5574, 0]], ["placate", [2, 5574, 1]], ["appease", [2, 5574, 2]], ["gentle", [2, 5574, 3]], ["conciliate", [2, 5574, 4]], ["pacify", [2, 5574, 5]], ["assuage", [2, 5574, 6]], ["lenify", [2, 5574, 7]]]}, {"answer": "guggle", "hint": "synonyms for guggle", "clues": [["gurgle", [2, 5575, 0]], ["babble", [2, 5575, 1]], ["bubble", [2, 5575, 2]], ["ripple", [2, 5575, 3]], ["burble", [2, 5575, 4]]]}, {"answer": "gussy_up", "hint": "synonyms for gussy up", "clues": [["deck up", [2, 5576, 0]], ["trick out", [2, 5576, 1]], ["trick up", [2, 5576, 2]], ["tog up", [2, 5576, 3]], ["tog out", [2, 5576, 4]], ["deck out", [2, 5576, 5]], ["attire", [2, 5576, 6]], ["dress up", [2, 5576, 7]], ["fig up", [2, 5576, 8]], ["overdress", [2, 5576, 9]], ["fancy up", [2, 5576, 10]], ["get up", [2, 5576, 11]], ["fig out", [2, 5576, 12]], ["prink", [2, 5576, 13]]]}, {"answer": "gyrate", "hint": "synonyms for gyrate", "clues": [["spin around", [2, 5577, 0]], ["whirl", [2, 5577, 1]], ["spiral", [2, 5577, 2]], ["coil", [2, 5577, 3]], ["reel", [2, 5577, 4]], ["spin", [2, 5577, 5]]]}, {"answer": "habilitate", "hint": "synonyms for habilitate", "clues": [["garb", [2, 5578, 0]], ["fit out", [2, 5578, 1]], ["garment", [2, 5578, 2]], ["dress", [2, 5578, 3]], ["enclothe", [2, 5578, 4]], ["raiment", [2, 5578, 5]], ["apparel", [2, 5578, 6]], ["tog", [2, 5578, 7]]]}, {"answer": "hand_over", "hint": "synonyms for hand over", "clues": [["render", [2, 5579, 0]], ["fork over", [2, 5579, 1]], ["fork up", [2, 5579, 2]], ["fork out", [2, 5579, 3]], ["deliver", [2, 5579, 4]], ["turn in", [2, 5579, 5]]]}, {"answer": "hang_around", "hint": "synonyms for hang around", "clues": [["mill about", [2, 5580, 0]], ["loiter", [2, 5580, 1]], ["linger", [2, 5580, 2]], ["lollygag", [2, 5580, 3]], ["mill around", [2, 5580, 4]], ["lounge", [2, 5580, 5]], ["tarry", [2, 5580, 6]], ["loaf", [2, 5580, 7]], ["lurk", [2, 5580, 8]], ["footle", [2, 5580, 9]], ["mess about", [2, 5580, 10]]]}, {"answer": "hang_back", "hint": "synonyms for hang back", "clues": [["drag", [2, 5581, 0]], ["get behind", [2, 5581, 1]], ["drop behind", [2, 5581, 2]], ["drop back", [2, 5581, 3]], ["trail", [2, 5581, 4]]]}, {"answer": "hang_in", "hint": "synonyms for hang in", "clues": [["persevere", [2, 5582, 0]], ["persist", [2, 5582, 1]], ["hang on", [2, 5582, 2]], ["hold on", [2, 5582, 3]]]}, {"answer": "hang_on", "hint": "synonyms for hang on", "clues": [["tack", [2, 5583, 0]], ["hold on", [2, 5583, 1]], ["persevere", [2, 5583, 2]], ["tack on", [2, 5583, 3]], ["tag on", [2, 5583, 4]], ["hold the line", [2, 5583, 5]], ["persist", [2, 5583, 6]], ["hang in", [2, 5583, 7]], ["append", [2, 5583, 8]]]}, {"answer": "happen", "hint": "synonyms for happen", "clues": [["hap", [2, 5584, 0]], ["materialize", [2, 5584, 1]], ["occur", [2, 5584, 2]], ["come about", [2, 5584, 3]], ["pass off", [2, 5584, 4]], ["befall", [2, 5584, 5]], ["find", [2, 5584, 6]], ["bump", [2, 5584, 7]], ["go on", [2, 5584, 8]], ["pass", [2, 5584, 9]], ["take place", [2, 5584, 10]], ["chance", [2, 5584, 11]], ["encounter", [2, 5584, 12]], ["fall out", [2, 5584, 13]]]}, {"answer": "happen_upon", "hint": "synonyms for happen upon", "clues": [["chance upon", [2, 5585, 0]], ["fall upon", [2, 5585, 1]], ["attain", [2, 5585, 2]], ["discover", [2, 5585, 3]], ["come across", [2, 5585, 4]], ["light upon", [2, 5585, 5]], ["come upon", [2, 5585, 6]], ["strike", [2, 5585, 7]]]}, {"answer": "harass", "hint": "synonyms for harass", "clues": [["hassle", [2, 5586, 0]], ["plague", [2, 5586, 1]], ["harry", [2, 5586, 2]], ["chivvy", [2, 5586, 3]], ["chevvy", [2, 5586, 4]], ["provoke", [2, 5586, 5]], ["beset", [2, 5586, 6]], ["molest", [2, 5586, 7]]]}, {"answer": "harden", "hint": "synonyms for harden", "clues": [["season", [2, 5587, 0]], ["indurate", [2, 5587, 1]], ["inure", [2, 5587, 2]], ["temper", [2, 5587, 3]]]}, {"answer": "harmonise", "hint": "synonyms for harmonise", "clues": [["accord", [2, 5588, 0]], ["concord", [2, 5588, 1]], ["harmonize", [2, 5588, 2]], ["consort", [2, 5588, 3]], ["chord", [2, 5588, 4]], ["reconcile", [2, 5588, 5]], ["fit in", [2, 5588, 6]], ["agree", [2, 5588, 7]]]}, {"answer": "harmonize", "hint": "synonyms for harmonize", "clues": [["accord", [2, 5589, 0]], ["concord", [2, 5589, 1]], ["harmonise", [2, 5589, 2]], ["consort", [2, 5589, 3]], ["chord", [2, 5589, 4]], ["reconcile", [2, 5589, 5]], ["fit in", [2, 5589, 6]], ["agree", [2, 5589, 7]]]}, {"answer": "harry", "hint": "synonyms for harry", "clues": [["hassle", [2, 5590, 0]], ["plague", [2, 5590, 1]], ["chivvy", [2, 5590, 2]], ["chevvy", [2, 5590, 3]], ["ravage", [2, 5590, 4]], ["molest", [2, 5590, 5]], ["beset", [2, 5590, 6]], ["harass", [2, 5590, 7]], ["provoke", [2, 5590, 8]]]}, {"answer": "hasten", "hint": "synonyms for hasten", "clues": [["rush", [2, 5591, 0]], ["pelt along", [2, 5591, 1]], ["hotfoot", [2, 5591, 2]], ["expedite", [2, 5591, 3]], ["look sharp", [2, 5591, 4]], ["stimulate", [2, 5591, 5]], ["induce", [2, 5591, 6]], ["race", [2, 5591, 7]], ["bucket along", [2, 5591, 8]], ["hurry", [2, 5591, 9]], ["cannonball along", [2, 5591, 10]], ["speed", [2, 5591, 11]], ["rush along", [2, 5591, 12]], ["hie", [2, 5591, 13]], ["festinate", [2, 5591, 14]], ["step on it", [2, 5591, 15]]]}, {"answer": "have-to_doe_with", "hint": "synonyms for have-to doe with", "clues": [["come to", [2, 5592, 0]], ["bear on", [2, 5592, 1]], ["relate", [2, 5592, 2]], ["touch on", [2, 5592, 3]], ["pertain", [2, 5592, 4]], ["concern", [2, 5592, 5]], ["touch", [2, 5592, 6]], ["refer", [2, 5592, 7]]]}, {"answer": "have_a_bun_in_the_oven", "hint": "synonyms for have a bun in the oven", "clues": [["carry", [2, 5593, 0]], ["gestate", [2, 5593, 1]], ["bear", [2, 5593, 2]], ["expect", [2, 5593, 3]]]}, {"answer": "have_a_fit", "hint": "synonyms for have a fit", "clues": [["combust", [2, 5594, 0]], ["blow one's stack", [2, 5594, 1]], ["blow a fuse", [2, 5594, 2]], ["flip one's lid", [2, 5594, 3]], ["fly off the handle", [2, 5594, 4]], ["go ballistic", [2, 5594, 5]], ["hit the ceiling", [2, 5594, 6]], ["lose one's temper", [2, 5594, 7]], ["have kittens", [2, 5594, 8]], ["throw a fit", [2, 5594, 9]], ["hit the roof", [2, 5594, 10]], ["blow up", [2, 5594, 11]]]}, {"answer": "have_a_go_at_it", "hint": "synonyms for have a go at it", "clues": [["hump", [2, 5595, 0]], ["jazz", [2, 5595, 1]], ["eff", [2, 5595, 2]], ["do it", [2, 5595, 3]], ["bed", [2, 5595, 4]], ["lie with", [2, 5595, 5]], ["sleep with", [2, 5595, 6]], ["fuck", [2, 5595, 7]], ["be intimate", [2, 5595, 8]], ["make love", [2, 5595, 9]], ["get it on", [2, 5595, 10]], ["roll in the hay", [2, 5595, 11]], ["know", [2, 5595, 12]], ["bang", [2, 5595, 13]], ["love", [2, 5595, 14]], ["have sex", [2, 5595, 15]], ["bonk", [2, 5595, 16]], ["have it off", [2, 5595, 17]], ["get laid", [2, 5595, 18]], ["have it away", [2, 5595, 19]], ["make out", [2, 5595, 20]], ["have intercourse", [2, 5595, 21]], ["sleep together", [2, 5595, 22]], ["screw", [2, 5595, 23]]]}, {"answer": "have_intercourse", "hint": "synonyms for have intercourse", "clues": [["hump", [2, 5596, 0]], ["jazz", [2, 5596, 1]], ["eff", [2, 5596, 2]], ["do it", [2, 5596, 3]], ["bed", [2, 5596, 4]], ["lie with", [2, 5596, 5]], ["sleep with", [2, 5596, 6]], ["fuck", [2, 5596, 7]], ["be intimate", [2, 5596, 8]], ["make love", [2, 5596, 9]], ["get it on", [2, 5596, 10]], ["roll in the hay", [2, 5596, 11]], ["know", [2, 5596, 12]], ["bang", [2, 5596, 13]], ["love", [2, 5596, 14]], ["have sex", [2, 5596, 15]], ["bonk", [2, 5596, 16]], ["have it off", [2, 5596, 17]], ["get laid", [2, 5596, 18]], ["have a go at it", [2, 5596, 19]], ["have it away", [2, 5596, 20]], ["make out", [2, 5596, 21]], ["sleep together", [2, 5596, 22]], ["screw", [2, 5596, 23]]]}, {"answer": "have_it_away", "hint": "synonyms for have it away", "clues": [["hump", [2, 5597, 0]], ["jazz", [2, 5597, 1]], ["eff", [2, 5597, 2]], ["do it", [2, 5597, 3]], ["bed", [2, 5597, 4]], ["lie with", [2, 5597, 5]], ["sleep with", [2, 5597, 6]], ["fuck", [2, 5597, 7]], ["be intimate", [2, 5597, 8]], ["make love", [2, 5597, 9]], ["get it on", [2, 5597, 10]], ["roll in the hay", [2, 5597, 11]], ["know", [2, 5597, 12]], ["bang", [2, 5597, 13]], ["love", [2, 5597, 14]], ["have sex", [2, 5597, 15]], ["bonk", [2, 5597, 16]], ["have it off", [2, 5597, 17]], ["get laid", [2, 5597, 18]], ["have a go at it", [2, 5597, 19]], ["make out", [2, 5597, 20]], ["have intercourse", [2, 5597, 21]], ["sleep together", [2, 5597, 22]], ["screw", [2, 5597, 23]]]}, {"answer": "have_it_off", "hint": "synonyms for have it off", "clues": [["hump", [2, 5598, 0]], ["jazz", [2, 5598, 1]], ["eff", [2, 5598, 2]], ["do it", [2, 5598, 3]], ["bed", [2, 5598, 4]], ["lie with", [2, 5598, 5]], ["sleep with", [2, 5598, 6]], ["fuck", [2, 5598, 7]], ["be intimate", [2, 5598, 8]], ["make love", [2, 5598, 9]], ["get it on", [2, 5598, 10]], ["roll in the hay", [2, 5598, 11]], ["know", [2, 5598, 12]], ["bang", [2, 5598, 13]], ["love", [2, 5598, 14]], ["have sex", [2, 5598, 15]], ["bonk", [2, 5598, 16]], ["get laid", [2, 5598, 17]], ["have a go at it", [2, 5598, 18]], ["have it away", [2, 5598, 19]], ["make out", [2, 5598, 20]], ["have intercourse", [2, 5598, 21]], ["sleep together", [2, 5598, 22]], ["screw", [2, 5598, 23]]]}, {"answer": "have_kittens", "hint": "synonyms for have kittens", "clues": [["combust", [2, 5599, 0]], ["have a fit", [2, 5599, 1]], ["blow one's stack", [2, 5599, 2]], ["blow a fuse", [2, 5599, 3]], ["flip one's lid", [2, 5599, 4]], ["fly off the handle", [2, 5599, 5]], ["go ballistic", [2, 5599, 6]], ["hit the ceiling", [2, 5599, 7]], ["lose one's temper", [2, 5599, 8]], ["throw a fit", [2, 5599, 9]], ["hit the roof", [2, 5599, 10]], ["blow up", [2, 5599, 11]]]}, {"answer": "have_sex", "hint": "synonyms for have sex", "clues": [["hump", [2, 5600, 0]], ["jazz", [2, 5600, 1]], ["eff", [2, 5600, 2]], ["do it", [2, 5600, 3]], ["bed", [2, 5600, 4]], ["lie with", [2, 5600, 5]], ["sleep with", [2, 5600, 6]], ["fuck", [2, 5600, 7]], ["be intimate", [2, 5600, 8]], ["make love", [2, 5600, 9]], ["get it on", [2, 5600, 10]], ["roll in the hay", [2, 5600, 11]], ["know", [2, 5600, 12]], ["bang", [2, 5600, 13]], ["love", [2, 5600, 14]], ["bonk", [2, 5600, 15]], ["have it off", [2, 5600, 16]], ["get laid", [2, 5600, 17]], ["have a go at it", [2, 5600, 18]], ["have it away", [2, 5600, 19]], ["make out", [2, 5600, 20]], ["have intercourse", [2, 5600, 21]], ["sleep together", [2, 5600, 22]], ["screw", [2, 5600, 23]]]}, {"answer": "have_words", "hint": "synonyms for have words", "clues": [["dress down", [2, 5601, 0]], ["trounce", [2, 5601, 1]], ["call down", [2, 5601, 2]], ["lambaste", [2, 5601, 3]], ["lecture", [2, 5601, 4]], ["rag", [2, 5601, 5]], ["chew up", [2, 5601, 6]], ["scold", [2, 5601, 7]], ["bawl out", [2, 5601, 8]], ["jaw", [2, 5601, 9]], ["reprimand", [2, 5601, 10]], ["rebuke", [2, 5601, 11]], ["berate", [2, 5601, 12]], ["chew out", [2, 5601, 13]], ["remonstrate", [2, 5601, 14]], ["call on the carpet", [2, 5601, 15]], ["chide", [2, 5601, 16]], ["reproof", [2, 5601, 17]], ["take to task", [2, 5601, 18]]]}, {"answer": "haze_over", "hint": "synonyms for haze over", "clues": [["becloud", [2, 5602, 0]], ["mist", [2, 5602, 1]], ["obscure", [2, 5602, 2]], ["obnubilate", [2, 5602, 3]], ["fog", [2, 5602, 4]], ["cloud", [2, 5602, 5]], ["befog", [2, 5602, 6]]]}, {"answer": "head_for_the_hills", "hint": "synonyms for head for the hills", "clues": [["lam", [2, 5603, 0]], ["scarper", [2, 5603, 1]], ["turn tail", [2, 5603, 2]], ["break away", [2, 5603, 3]], ["run", [2, 5603, 4]], ["take to the woods", [2, 5603, 5]], ["bunk", [2, 5603, 6]], ["scat", [2, 5603, 7]], ["hightail it", [2, 5603, 8]], ["run away", [2, 5603, 9]], ["fly the coop", [2, 5603, 10]], ["escape", [2, 5603, 11]]]}, {"answer": "head_off", "hint": "synonyms for head off", "clues": [["ward off", [2, 5604, 0]], ["avoid", [2, 5604, 1]], ["obviate", [2, 5604, 2]], ["avert", [2, 5604, 3]], ["forefend", [2, 5604, 4]], ["stave off", [2, 5604, 5]], ["fend off", [2, 5604, 6]], ["deflect", [2, 5604, 7]], ["debar", [2, 5604, 8]]]}, {"answer": "hear", "hint": "synonyms for hear", "clues": [["find out", [2, 5605, 0]], ["get word", [2, 5605, 1]], ["get wind", [2, 5605, 2]], ["listen", [2, 5605, 3]], ["pick up", [2, 5605, 4]], ["try", [2, 5605, 5]], ["see", [2, 5605, 6]], ["take heed", [2, 5605, 7]], ["get a line", [2, 5605, 8]], ["discover", [2, 5605, 9]], ["learn", [2, 5605, 10]]]}, {"answer": "heighten", "hint": "synonyms for heighten", "clues": [["deepen", [2, 5606, 0]], ["enhance", [2, 5606, 1]], ["sharpen", [2, 5606, 2]], ["intensify", [2, 5606, 3]], ["raise", [2, 5606, 4]], ["compound", [2, 5606, 5]]]}, {"answer": "hem_in", "hint": "synonyms for hem in", "clues": [["circumvent", [2, 5607, 0]], ["surround", [2, 5607, 1]], ["beleaguer", [2, 5607, 2]], ["besiege", [2, 5607, 3]]]}, {"answer": "hie", "hint": "synonyms for hie", "clues": [["rush", [2, 5608, 0]], ["pelt along", [2, 5608, 1]], ["hotfoot", [2, 5608, 2]], ["speed", [2, 5608, 3]], ["rush along", [2, 5608, 4]], ["race", [2, 5608, 5]], ["bucket along", [2, 5608, 6]], ["step on it", [2, 5608, 7]], ["hasten", [2, 5608, 8]], ["cannonball along", [2, 5608, 9]]]}, {"answer": "hightail_it", "hint": "synonyms for hightail it", "clues": [["lam", [2, 5609, 0]], ["scarper", [2, 5609, 1]], ["head for the hills", [2, 5609, 2]], ["turn tail", [2, 5609, 3]], ["break away", [2, 5609, 4]], ["run", [2, 5609, 5]], ["take to the woods", [2, 5609, 6]], ["bunk", [2, 5609, 7]], ["scat", [2, 5609, 8]], ["run away", [2, 5609, 9]], ["fly the coop", [2, 5609, 10]], ["escape", [2, 5609, 11]]]}, {"answer": "hinge_on", "hint": "synonyms for hinge on", "clues": [["depend upon", [2, 5610, 0]], ["hinge upon", [2, 5610, 1]], ["devolve on", [2, 5610, 2]], ["turn on", [2, 5610, 3]], ["ride", [2, 5610, 4]]]}, {"answer": "hinge_upon", "hint": "synonyms for hinge upon", "clues": [["depend upon", [2, 5611, 0]], ["devolve on", [2, 5611, 1]], ["turn on", [2, 5611, 2]], ["hinge on", [2, 5611, 3]], ["ride", [2, 5611, 4]]]}, {"answer": "hit_the_ceiling", "hint": "synonyms for hit the ceiling", "clues": [["combust", [2, 5612, 0]], ["have a fit", [2, 5612, 1]], ["blow one's stack", [2, 5612, 2]], ["blow a fuse", [2, 5612, 3]], ["flip one's lid", [2, 5612, 4]], ["fly off the handle", [2, 5612, 5]], ["go ballistic", [2, 5612, 6]], ["lose one's temper", [2, 5612, 7]], ["have kittens", [2, 5612, 8]], ["throw a fit", [2, 5612, 9]], ["hit the roof", [2, 5612, 10]], ["blow up", [2, 5612, 11]]]}, {"answer": "hit_the_hay", "hint": "synonyms for hit the hay", "clues": [["sack out", [2, 5613, 0]], ["turn in", [2, 5613, 1]], ["kip down", [2, 5613, 2]], ["hit the sack", [2, 5613, 3]], ["bed", [2, 5613, 4]], ["crawl in", [2, 5613, 5]], ["go to sleep", [2, 5613, 6]], ["retire", [2, 5613, 7]], ["go to bed", [2, 5613, 8]]]}, {"answer": "hit_the_roof", "hint": "synonyms for hit the roof", "clues": [["combust", [2, 5614, 0]], ["have a fit", [2, 5614, 1]], ["blow one's stack", [2, 5614, 2]], ["blow a fuse", [2, 5614, 3]], ["flip one's lid", [2, 5614, 4]], ["fly off the handle", [2, 5614, 5]], ["go ballistic", [2, 5614, 6]], ["hit the ceiling", [2, 5614, 7]], ["lose one's temper", [2, 5614, 8]], ["have kittens", [2, 5614, 9]], ["throw a fit", [2, 5614, 10]], ["blow up", [2, 5614, 11]]]}, {"answer": "hit_the_sack", "hint": "synonyms for hit the sack", "clues": [["sack out", [2, 5615, 0]], ["turn in", [2, 5615, 1]], ["kip down", [2, 5615, 2]], ["bed", [2, 5615, 3]], ["crawl in", [2, 5615, 4]], ["go to sleep", [2, 5615, 5]], ["retire", [2, 5615, 6]], ["go to bed", [2, 5615, 7]], ["hit the hay", [2, 5615, 8]]]}, {"answer": "hive_away", "hint": "synonyms for hive away", "clues": [["put in", [2, 5616, 0]], ["stash away", [2, 5616, 1]], ["stack away", [2, 5616, 2]], ["salt away", [2, 5616, 3]], ["lay in", [2, 5616, 4]], ["store", [2, 5616, 5]]]}, {"answer": "hive_up", "hint": "synonyms for hive up", "clues": [["lay away", [2, 5617, 0]], ["squirrel away", [2, 5617, 1]], ["cache", [2, 5617, 2]], ["hoard", [2, 5617, 3]], ["stash", [2, 5617, 4]]]}, {"answer": "hold_back", "hint": "synonyms for hold back", "clues": [["turn back", [2, 5618, 0]], ["contain", [2, 5618, 1]], ["forbear", [2, 5618, 2]], ["conceal", [2, 5618, 3]], ["arrest", [2, 5618, 4]], ["hold in", [2, 5618, 5]], ["keep back", [2, 5618, 6]], ["hold", [2, 5618, 7]], ["restrain", [2, 5618, 8]], ["keep", [2, 5618, 9]], ["wait", [2, 5618, 10]], ["hold off", [2, 5618, 11]], ["stop", [2, 5618, 12]], ["check", [2, 5618, 13]]]}, {"answer": "hold_fast", "hint": "synonyms for hold fast", "clues": [["bond", [2, 5619, 0]], ["bind", [2, 5619, 1]], ["stick", [2, 5619, 2]], ["adhere", [2, 5619, 3]], ["stick to", [2, 5619, 4]]]}, {"answer": "hold_in", "hint": "synonyms for hold in", "clues": [["check", [2, 5620, 0]], ["contain", [2, 5620, 1]], ["conceal", [2, 5620, 2]], ["confine", [2, 5620, 3]], ["hold", [2, 5620, 4]], ["control", [2, 5620, 5]], ["hold back", [2, 5620, 6]], ["curb", [2, 5620, 7]], ["enclose", [2, 5620, 8]], ["moderate", [2, 5620, 9]]]}, {"answer": "hold_on", "hint": "synonyms for hold on", "clues": [["keep", [2, 5621, 0]], ["persist", [2, 5621, 1]], ["stop", [2, 5621, 2]], ["persevere", [2, 5621, 3]], ["hang on", [2, 5621, 4]], ["grasp", [2, 5621, 5]], ["hold the line", [2, 5621, 6]]]}, {"answer": "hold_out", "hint": "synonyms for hold out", "clues": [["withstand", [2, 5622, 0]], ["put out", [2, 5622, 1]], ["stand firm", [2, 5622, 2]], ["endure", [2, 5622, 3]], ["hold up", [2, 5622, 4]], ["resist", [2, 5622, 5]], ["stretch forth", [2, 5622, 6]], ["live", [2, 5622, 7]], ["go", [2, 5622, 8]], ["wear", [2, 5622, 9]], ["survive", [2, 5622, 10]], ["live on", [2, 5622, 11]], ["exsert", [2, 5622, 12]], ["last", [2, 5622, 13]], ["extend", [2, 5622, 14]], ["stretch out", [2, 5622, 15]]]}, {"answer": "hold_over", "hint": "synonyms for hold over", "clues": [["postpone", [2, 5623, 0]], ["prorogue", [2, 5623, 1]], ["shelve", [2, 5623, 2]], ["put off", [2, 5623, 3]], ["table", [2, 5623, 4]], ["remit", [2, 5623, 5]], ["set back", [2, 5623, 6]], ["carry over", [2, 5623, 7]], ["defer", [2, 5623, 8]], ["put over", [2, 5623, 9]]]}, {"answer": "hold_up", "hint": "synonyms for hold up", "clues": [["delay", [2, 5624, 0]], ["hold", [2, 5624, 1]], ["support", [2, 5624, 2]], ["live", [2, 5624, 3]], ["defy", [2, 5624, 4]], ["stand up", [2, 5624, 5]], ["withstand", [2, 5624, 6]], ["survive", [2, 5624, 7]], ["live on", [2, 5624, 8]], ["hold water", [2, 5624, 9]], ["sustain", [2, 5624, 10]], ["hold out", [2, 5624, 11]], ["last", [2, 5624, 12]], ["stick up", [2, 5624, 13]], ["endure", [2, 5624, 14]], ["go", [2, 5624, 15]], ["detain", [2, 5624, 16]]]}, {"answer": "hoodwink", "hint": "synonyms for hoodwink", "clues": [["bamboozle", [2, 5625, 0]], ["snow", [2, 5625, 1]], ["play false", [2, 5625, 2]], ["pull the wool over someone's eyes", [2, 5625, 3]], ["juggle", [2, 5625, 4]], ["beguile", [2, 5625, 5]], ["lead by the nose", [2, 5625, 6]]]}, {"answer": "hook_on", "hint": "synonyms for hook on", "clues": [["take up", [2, 5626, 0]], ["latch on", [2, 5626, 1]], ["fasten on", [2, 5626, 2]], ["seize on", [2, 5626, 3]]]}, {"answer": "hook_up_with", "hint": "synonyms for hook up with", "clues": [["conjoin", [2, 5627, 0]], ["wed", [2, 5627, 1]], ["marry", [2, 5627, 2]], ["get hitched with", [2, 5627, 3]], ["espouse", [2, 5627, 4]], ["get married", [2, 5627, 5]]]}, {"answer": "hop_on", "hint": "synonyms for hop on", "clues": [["get on", [2, 5628, 0]], ["bestride", [2, 5628, 1]], ["climb on", [2, 5628, 2]], ["mount", [2, 5628, 3]], ["mount up", [2, 5628, 4]], ["jump on", [2, 5628, 5]]]}, {"answer": "horn_in", "hint": "synonyms for horn in", "clues": [["pry", [2, 5629, 0]], ["poke", [2, 5629, 1]], ["nose", [2, 5629, 2]], ["intrude", [2, 5629, 3]]]}, {"answer": "hornswoggle", "hint": "synonyms for hornswoggle", "clues": [["rook", [2, 5630, 0]], ["swindle", [2, 5630, 1]], ["bunco", [2, 5630, 2]], ["goldbrick", [2, 5630, 3]], ["victimize", [2, 5630, 4]], ["diddle", [2, 5630, 5]], ["con", [2, 5630, 6]], ["gip", [2, 5630, 7]], ["defraud", [2, 5630, 8]], ["gyp", [2, 5630, 9]], ["nobble", [2, 5630, 10]], ["scam", [2, 5630, 11]], ["short-change", [2, 5630, 12]], ["mulct", [2, 5630, 13]]]}, {"answer": "hot_up", "hint": "synonyms for hot up", "clues": [["heat up", [2, 5631, 0]], ["heat", [2, 5631, 1]], ["hop up", [2, 5631, 2]], ["soup up", [2, 5631, 3]], ["screw up", [2, 5631, 4]]]}, {"answer": "hover", "hint": "synonyms for hover", "clues": [["oscillate", [2, 5632, 0]], ["levitate", [2, 5632, 1]], ["vibrate", [2, 5632, 2]], ["linger", [2, 5632, 3]], ["loom", [2, 5632, 4]], ["vacillate", [2, 5632, 5]], ["bulk large", [2, 5632, 6]], ["brood", [2, 5632, 7]]]}, {"answer": "humiliate", "hint": "synonyms for humiliate", "clues": [["humble", [2, 5633, 0]], ["abase", [2, 5633, 1]], ["chagrin", [2, 5633, 2]], ["mortify", [2, 5633, 3]]]}, {"answer": "hunker", "hint": "synonyms for hunker", "clues": [["scrunch up", [2, 5634, 0]], ["crouch", [2, 5634, 1]], ["scrunch", [2, 5634, 2]], ["hunker down", [2, 5634, 3]], ["squat", [2, 5634, 4]]]}, {"answer": "hunker_down", "hint": "synonyms for hunker down", "clues": [["scrunch up", [2, 5635, 0]], ["crouch", [2, 5635, 1]], ["hunker", [2, 5635, 2]], ["scrunch", [2, 5635, 3]], ["squat", [2, 5635, 4]]]}, {"answer": "hurtle", "hint": "synonyms for hurtle", "clues": [["hurl", [2, 5636, 0]], ["lunge", [2, 5636, 1]], ["cast", [2, 5636, 2]], ["thrust", [2, 5636, 3]]]}, {"answer": "hush_up", "hint": "synonyms for hush up", "clues": [["silence", [2, 5637, 0]], ["hush", [2, 5637, 1]], ["sleek over", [2, 5637, 2]], ["gloss over", [2, 5637, 3]], ["whitewash", [2, 5637, 4]], ["still", [2, 5637, 5]], ["shut up", [2, 5637, 6]], ["quieten", [2, 5637, 7]]]}, {"answer": "hybridise", "hint": "synonyms for hybridise", "clues": [["crossbreed", [2, 5638, 0]], ["hybridize", [2, 5638, 1]], ["cross", [2, 5638, 2]], ["interbreed", [2, 5638, 3]]]}, {"answer": "hybridize", "hint": "synonyms for hybridize", "clues": [["crossbreed", [2, 5639, 0]], ["hybridise", [2, 5639, 1]], ["interbreed", [2, 5639, 2]], ["cross", [2, 5639, 3]]]}, {"answer": "hyperbolise", "hint": "synonyms for hyperbolise", "clues": [["amplify", [2, 5640, 0]], ["hyperbolize", [2, 5640, 1]], ["exaggerate", [2, 5640, 2]], ["magnify", [2, 5640, 3]], ["overdraw", [2, 5640, 4]], ["overstate", [2, 5640, 5]]]}, {"answer": "hyperbolize", "hint": "synonyms for hyperbolize", "clues": [["amplify", [2, 5641, 0]], ["hyperbolise", [2, 5641, 1]], ["exaggerate", [2, 5641, 2]], ["magnify", [2, 5641, 3]], ["overdraw", [2, 5641, 4]], ["overstate", [2, 5641, 5]]]}, {"answer": "hypothecate", "hint": "synonyms for hypothecate", "clues": [["conjecture", [2, 5642, 0]], ["theorize", [2, 5642, 1]], ["speculate", [2, 5642, 2]], ["hypothesise", [2, 5642, 3]], ["suppose", [2, 5642, 4]]]}, {"answer": "hypothesise", "hint": "synonyms for hypothesise", "clues": [["hypothecate", [2, 5643, 0]], ["conjecture", [2, 5643, 1]], ["theorize", [2, 5643, 2]], ["speculate", [2, 5643, 3]], ["suppose", [2, 5643, 4]], ["hypothesize", [2, 5643, 5]]]}, {"answer": "hypothesize", "hint": "synonyms for hypothesize", "clues": [["conjecture", [2, 5644, 0]], ["theorize", [2, 5644, 1]], ["speculate", [2, 5644, 2]], ["hypothesise", [2, 5644, 3]], ["suppose", [2, 5644, 4]], ["hypothecate", [2, 5644, 5]]]}, {"answer": "identify", "hint": "synonyms for identify", "clues": [["name", [2, 5645, 0]], ["key", [2, 5645, 1]], ["describe", [2, 5645, 2]], ["distinguish", [2, 5645, 3]], ["discover", [2, 5645, 4]], ["key out", [2, 5645, 5]], ["place", [2, 5645, 6]]]}, {"answer": "idolise", "hint": "synonyms for idolise", "clues": [["worship", [2, 5646, 0]], ["idolize", [2, 5646, 1]], ["hero-worship", [2, 5646, 2]], ["revere", [2, 5646, 3]]]}, {"answer": "idolize", "hint": "synonyms for idolize", "clues": [["idolise", [2, 5647, 0]], ["worship", [2, 5647, 1]], ["hero-worship", [2, 5647, 2]], ["revere", [2, 5647, 3]]]}, {"answer": "ignite", "hint": "synonyms for ignite", "clues": [["light", [2, 5648, 0]], ["conflagrate", [2, 5648, 1]], ["erupt", [2, 5648, 2]], ["combust", [2, 5648, 3]], ["inflame", [2, 5648, 4]], ["catch fire", [2, 5648, 5]], ["wake", [2, 5648, 6]], ["heat", [2, 5648, 7]], ["take fire", [2, 5648, 8]], ["fire up", [2, 5648, 9]], ["stir up", [2, 5648, 10]]]}, {"answer": "ignore", "hint": "synonyms for ignore", "clues": [["neglect", [2, 5649, 0]], ["snub", [2, 5649, 1]], ["disregard", [2, 5649, 2]], ["cut", [2, 5649, 3]], ["push aside", [2, 5649, 4]], ["discount", [2, 5649, 5]], ["dismiss", [2, 5649, 6]], ["brush off", [2, 5649, 7]]]}, {"answer": "ill-treat", "hint": "synonyms for ill-treat", "clues": [["ill-use", [2, 5650, 0]], ["step", [2, 5650, 1]], ["abuse", [2, 5650, 2]], ["mistreat", [2, 5650, 3]], ["maltreat", [2, 5650, 4]]]}, {"answer": "ill-use", "hint": "synonyms for ill-use", "clues": [["ill-treat", [2, 5651, 0]], ["step", [2, 5651, 1]], ["abuse", [2, 5651, 2]], ["mistreat", [2, 5651, 3]], ["maltreat", [2, 5651, 4]]]}, {"answer": "illuminate", "hint": "synonyms for illuminate", "clues": [["crystalise", [2, 5652, 0]], ["illume", [2, 5652, 1]], ["clear", [2, 5652, 2]], ["shed light on", [2, 5652, 3]], ["light", [2, 5652, 4]], ["straighten out", [2, 5652, 5]], ["sort out", [2, 5652, 6]], ["light up", [2, 5652, 7]], ["enlighten", [2, 5652, 8]], ["clear up", [2, 5652, 9]], ["elucidate", [2, 5652, 10]]]}, {"answer": "illumine", "hint": "synonyms for illumine", "clues": [["light", [2, 5653, 0]], ["light up", [2, 5653, 1]], ["illume", [2, 5653, 2]], ["illuminate", [2, 5653, 3]]]}, {"answer": "imagine", "hint": "synonyms for imagine", "clues": [["ideate", [2, 5654, 0]], ["opine", [2, 5654, 1]], ["guess", [2, 5654, 2]], ["envisage", [2, 5654, 3]], ["think", [2, 5654, 4]], ["suppose", [2, 5654, 5]], ["reckon", [2, 5654, 6]], ["conceive of", [2, 5654, 7]]]}, {"answer": "imbed", "hint": "synonyms for imbed", "clues": [["embed", [2, 5655, 0]], ["implant", [2, 5655, 1]], ["engraft", [2, 5655, 2]], ["plant", [2, 5655, 3]]]}, {"answer": "imbibe", "hint": "synonyms for imbibe", "clues": [["sop up", [2, 5656, 0]], ["take in", [2, 5656, 1]], ["suck", [2, 5656, 2]], ["drink", [2, 5656, 3]], ["soak up", [2, 5656, 4]], ["absorb", [2, 5656, 5]], ["draw", [2, 5656, 6]], ["suck up", [2, 5656, 7]], ["assimilate", [2, 5656, 8]], ["take up", [2, 5656, 9]]]}, {"answer": "imbue", "hint": "synonyms for imbue", "clues": [["hue", [2, 5657, 0]], ["permeate", [2, 5657, 1]], ["penetrate", [2, 5657, 2]], ["riddle", [2, 5657, 3]], ["pervade", [2, 5657, 4]], ["diffuse", [2, 5657, 5]], ["interpenetrate", [2, 5657, 6]], ["soak", [2, 5657, 7]]]}, {"answer": "immerse", "hint": "synonyms for immerse", "clues": [["steep", [2, 5658, 0]], ["plunge", [2, 5658, 1]], ["bury", [2, 5658, 2]], ["absorb", [2, 5658, 3]], ["swallow", [2, 5658, 4]], ["engulf", [2, 5658, 5]], ["soak up", [2, 5658, 6]], ["swallow up", [2, 5658, 7]], ["engross", [2, 5658, 8]], ["eat up", [2, 5658, 9]]]}, {"answer": "immix", "hint": "synonyms for immix", "clues": [["conflate", [2, 5659, 0]], ["fuse", [2, 5659, 1]], ["merge", [2, 5659, 2]], ["meld", [2, 5659, 3]], ["commingle", [2, 5659, 4]], ["combine", [2, 5659, 5]], ["coalesce", [2, 5659, 6]], ["mix", [2, 5659, 7]], ["flux", [2, 5659, 8]], ["blend", [2, 5659, 9]]]}, {"answer": "immobilise", "hint": "synonyms for immobilise", "clues": [["immobilize", [2, 5660, 0]], ["freeze", [2, 5660, 1]], ["block", [2, 5660, 2]], ["pin", [2, 5660, 3]], ["trap", [2, 5660, 4]]]}, {"answer": "immobilize", "hint": "synonyms for immobilize", "clues": [["immobilise", [2, 5661, 0]], ["freeze", [2, 5661, 1]], ["block", [2, 5661, 2]], ["pin", [2, 5661, 3]], ["trap", [2, 5661, 4]]]}, {"answer": "immortalise", "hint": "synonyms for immortalise", "clues": [["commemorate", [2, 5662, 0]], ["immortalize", [2, 5662, 1]], ["eternise", [2, 5662, 2]], ["record", [2, 5662, 3]], ["eternalize", [2, 5662, 4]], ["memorialise", [2, 5662, 5]]]}, {"answer": "immortalize", "hint": "synonyms for immortalize", "clues": [["commemorate", [2, 5663, 0]], ["immortalise", [2, 5663, 1]], ["eternise", [2, 5663, 2]], ["record", [2, 5663, 3]], ["eternalize", [2, 5663, 4]], ["memorialise", [2, 5663, 5]]]}, {"answer": "immure", "hint": "synonyms for immure", "clues": [["gaol", [2, 5664, 0]], ["put away", [2, 5664, 1]], ["remand", [2, 5664, 2]], ["jug", [2, 5664, 3]], ["imprison", [2, 5664, 4]], ["lag", [2, 5664, 5]], ["incarcerate", [2, 5664, 6]], ["jail", [2, 5664, 7]], ["put behind bars", [2, 5664, 8]]]}, {"answer": "impair", "hint": "synonyms for impair", "clues": [["vitiate", [2, 5665, 0]], ["deflower", [2, 5665, 1]], ["mar", [2, 5665, 2]], ["spoil", [2, 5665, 3]]]}, {"answer": "impale", "hint": "synonyms for impale", "clues": [["spike", [2, 5666, 0]], ["stake", [2, 5666, 1]], ["empale", [2, 5666, 2]], ["transfix", [2, 5666, 3]]]}, {"answer": "impart", "hint": "synonyms for impart", "clues": [["lend", [2, 5667, 0]], ["pass on", [2, 5667, 1]], ["leave", [2, 5667, 2]], ["transmit", [2, 5667, 3]], ["carry", [2, 5667, 4]], ["conduct", [2, 5667, 5]], ["give", [2, 5667, 6]], ["add", [2, 5667, 7]], ["convey", [2, 5667, 8]], ["contribute", [2, 5667, 9]], ["bring", [2, 5667, 10]], ["bestow", [2, 5667, 11]], ["channel", [2, 5667, 12]]]}, {"answer": "impede", "hint": "synonyms for impede", "clues": [["obturate", [2, 5668, 0]], ["close up", [2, 5668, 1]], ["jam", [2, 5668, 2]], ["block", [2, 5668, 3]], ["occlude", [2, 5668, 4]], ["obstruct", [2, 5668, 5]], ["hinder", [2, 5668, 6]]]}, {"answer": "imperil", "hint": "synonyms for imperil", "clues": [["jeopardise", [2, 5669, 0]], ["menace", [2, 5669, 1]], ["threaten", [2, 5669, 2]], ["endanger", [2, 5669, 3]], ["peril", [2, 5669, 4]]]}, {"answer": "impinge_on", "hint": "synonyms for impinge on", "clues": [["strike", [2, 5670, 0]], ["collide with", [2, 5670, 1]], ["run into", [2, 5670, 2]], ["hit", [2, 5670, 3]]]}, {"answer": "imply", "hint": "synonyms for imply", "clues": [["incriminate", [2, 5671, 0]], ["inculpate", [2, 5671, 1]], ["connote", [2, 5671, 2]], ["entail", [2, 5671, 3]], ["involve", [2, 5671, 4]], ["mean", [2, 5671, 5]]]}, {"answer": "impose", "hint": "synonyms for impose", "clues": [["inflict", [2, 5672, 0]], ["enforce", [2, 5672, 1]], ["levy", [2, 5672, 2]], ["bring down", [2, 5672, 3]], ["visit", [2, 5672, 4]]]}, {"answer": "impound", "hint": "synonyms for impound", "clues": [["attach", [2, 5673, 0]], ["seize", [2, 5673, 1]], ["confiscate", [2, 5673, 2]], ["pound", [2, 5673, 3]], ["sequester", [2, 5673, 4]]]}, {"answer": "imprecate", "hint": "synonyms for imprecate", "clues": [["maledict", [2, 5674, 0]], ["swear", [2, 5674, 1]], ["bedamn", [2, 5674, 2]], ["curse", [2, 5674, 3]], ["beshrew", [2, 5674, 4]], ["damn", [2, 5674, 5]], ["anathemize", [2, 5674, 6]], ["cuss", [2, 5674, 7]], ["blaspheme", [2, 5674, 8]]]}, {"answer": "impregnate", "hint": "synonyms for impregnate", "clues": [["saturate", [2, 5675, 0]], ["prang up", [2, 5675, 1]], ["knock up", [2, 5675, 2]], ["infuse", [2, 5675, 3]], ["instill", [2, 5675, 4]], ["tincture", [2, 5675, 5]], ["bang up", [2, 5675, 6]]]}, {"answer": "imprison", "hint": "synonyms for imprison", "clues": [["gaol", [2, 5676, 0]], ["put away", [2, 5676, 1]], ["remand", [2, 5676, 2]], ["jug", [2, 5676, 3]], ["immure", [2, 5676, 4]], ["lag", [2, 5676, 5]], ["incarcerate", [2, 5676, 6]], ["jail", [2, 5676, 7]], ["put behind bars", [2, 5676, 8]]]}, {"answer": "incarcerate", "hint": "synonyms for incarcerate", "clues": [["gaol", [2, 5677, 0]], ["put away", [2, 5677, 1]], ["remand", [2, 5677, 2]], ["jug", [2, 5677, 3]], ["immure", [2, 5677, 4]], ["imprison", [2, 5677, 5]], ["lag", [2, 5677, 6]], ["jail", [2, 5677, 7]], ["put behind bars", [2, 5677, 8]]]}, {"answer": "incite", "hint": "synonyms for incite", "clues": [["propel", [2, 5678, 0]], ["prompt", [2, 5678, 1]], ["egg on", [2, 5678, 2]], ["stir up", [2, 5678, 3]], ["prod", [2, 5678, 4]], ["instigate", [2, 5678, 5]], ["actuate", [2, 5678, 6]], ["set off", [2, 5678, 7]], ["motivate", [2, 5678, 8]], ["move", [2, 5678, 9]]]}, {"answer": "inclose", "hint": "synonyms for inclose", "clues": [["insert", [2, 5679, 0]], ["put in", [2, 5679, 1]], ["introduce", [2, 5679, 2]], ["shut in", [2, 5679, 3]], ["stick in", [2, 5679, 4]], ["enclose", [2, 5679, 5]], ["close in", [2, 5679, 6]]]}, {"answer": "incommode", "hint": "synonyms for incommode", "clues": [["inconvenience", [2, 5680, 0]], ["put out", [2, 5680, 1]], ["disoblige", [2, 5680, 2]], ["trouble", [2, 5680, 3]], ["discommode", [2, 5680, 4]], ["bother", [2, 5680, 5]]]}, {"answer": "incriminate", "hint": "synonyms for incriminate", "clues": [["inculpate", [2, 5681, 0]], ["impeach", [2, 5681, 1]], ["imply", [2, 5681, 2]], ["accuse", [2, 5681, 3]], ["criminate", [2, 5681, 4]]]}, {"answer": "incur", "hint": "synonyms for incur", "clues": [["obtain", [2, 5682, 0]], ["get", [2, 5682, 1]], ["find", [2, 5682, 2]], ["receive", [2, 5682, 3]]]}, {"answer": "indicate", "hint": "synonyms for indicate", "clues": [["bespeak", [2, 5683, 0]], ["point", [2, 5683, 1]], ["betoken", [2, 5683, 2]], ["suggest", [2, 5683, 3]], ["show", [2, 5683, 4]], ["designate", [2, 5683, 5]], ["signal", [2, 5683, 6]], ["argue", [2, 5683, 7]]]}, {"answer": "indorse", "hint": "synonyms for indorse", "clues": [["certify", [2, 5684, 0]], ["second", [2, 5684, 1]], ["endorse", [2, 5684, 2]], ["back", [2, 5684, 3]], ["support", [2, 5684, 4]], ["plump for", [2, 5684, 5]], ["plunk for", [2, 5684, 6]]]}, {"answer": "induce", "hint": "synonyms for induce", "clues": [["stimulate", [2, 5685, 0]], ["make", [2, 5685, 1]], ["cause", [2, 5685, 2]], ["rush", [2, 5685, 3]], ["get", [2, 5685, 4]], ["hasten", [2, 5685, 5]], ["have", [2, 5685, 6]], ["induct", [2, 5685, 7]], ["bring on", [2, 5685, 8]]]}, {"answer": "induct", "hint": "synonyms for induct", "clues": [["initiate", [2, 5686, 0]], ["induce", [2, 5686, 1]], ["seat", [2, 5686, 2]], ["invest", [2, 5686, 3]]]}, {"answer": "indue", "hint": "synonyms for indue", "clues": [["empower", [2, 5687, 0]], ["invest", [2, 5687, 1]], ["gift", [2, 5687, 2]], ["endow", [2, 5687, 3]], ["endue", [2, 5687, 4]]]}, {"answer": "indulge", "hint": "synonyms for indulge", "clues": [["baby", [2, 5688, 0]], ["coddle", [2, 5688, 1]], ["mollycoddle", [2, 5688, 2]], ["pamper", [2, 5688, 3]], ["featherbed", [2, 5688, 4]], ["luxuriate", [2, 5688, 5]], ["cosset", [2, 5688, 6]], ["pander", [2, 5688, 7]], ["spoil", [2, 5688, 8]], ["cocker", [2, 5688, 9]], ["gratify", [2, 5688, 10]]]}, {"answer": "infer", "hint": "synonyms for infer", "clues": [["generalize", [2, 5689, 0]], ["deduct", [2, 5689, 1]], ["deduce", [2, 5689, 2]], ["extrapolate", [2, 5689, 3]], ["derive", [2, 5689, 4]], ["guess", [2, 5689, 5]], ["understand", [2, 5689, 6]]]}, {"answer": "inflame", "hint": "synonyms for inflame", "clues": [["enkindle", [2, 5690, 0]], ["conflagrate", [2, 5690, 1]], ["ignite", [2, 5690, 2]], ["stir up", [2, 5690, 3]], ["wake", [2, 5690, 4]], ["heat", [2, 5690, 5]], ["fire up", [2, 5690, 6]]]}, {"answer": "inflate", "hint": "synonyms for inflate", "clues": [["expand", [2, 5691, 0]], ["amplify", [2, 5691, 1]], ["billow", [2, 5691, 2]], ["balloon", [2, 5691, 3]], ["blow up", [2, 5691, 4]]]}, {"answer": "infract", "hint": "synonyms for infract", "clues": [["go against", [2, 5692, 0]], ["transgress", [2, 5692, 1]], ["offend", [2, 5692, 2]], ["violate", [2, 5692, 3]], ["break", [2, 5692, 4]], ["breach", [2, 5692, 5]]]}, {"answer": "infringe", "hint": "synonyms for infringe", "clues": [["contravene", [2, 5693, 0]], ["impinge", [2, 5693, 1]], ["conflict", [2, 5693, 2]], ["run afoul", [2, 5693, 3]], ["encroach", [2, 5693, 4]]]}, {"answer": "infuse", "hint": "synonyms for infuse", "clues": [["instill", [2, 5694, 0]], ["impregnate", [2, 5694, 1]], ["steep", [2, 5694, 2]], ["tincture", [2, 5694, 3]], ["inculcate", [2, 5694, 4]]]}, {"answer": "ingeminate", "hint": "synonyms for ingeminate", "clues": [["iterate", [2, 5695, 0]], ["retell", [2, 5695, 1]], ["repeat", [2, 5695, 2]], ["restate", [2, 5695, 3]]]}, {"answer": "ingest", "hint": "synonyms for ingest", "clues": [["take", [2, 5696, 0]], ["take in", [2, 5696, 1]], ["absorb", [2, 5696, 2]], ["have", [2, 5696, 3]], ["consume", [2, 5696, 4]], ["assimilate", [2, 5696, 5]]]}, {"answer": "ingurgitate", "hint": "synonyms for ingurgitate", "clues": [["gormandise", [2, 5697, 0]], ["englut", [2, 5697, 1]], ["gorge", [2, 5697, 2]], ["satiate", [2, 5697, 3]], ["glut", [2, 5697, 4]], ["engorge", [2, 5697, 5]], ["scarf out", [2, 5697, 6]], ["stuff", [2, 5697, 7]], ["overeat", [2, 5697, 8]], ["binge", [2, 5697, 9]], ["overindulge", [2, 5697, 10]], ["overgorge", [2, 5697, 11]], ["pig out", [2, 5697, 12]]]}, {"answer": "inhibit", "hint": "synonyms for inhibit", "clues": [["stamp down", [2, 5698, 0]], ["subdue", [2, 5698, 1]], ["conquer", [2, 5698, 2]], ["suppress", [2, 5698, 3]], ["curb", [2, 5698, 4]], ["bottle up", [2, 5698, 5]]]}, {"answer": "inhume", "hint": "synonyms for inhume", "clues": [["lay to rest", [2, 5699, 0]], ["bury", [2, 5699, 1]], ["entomb", [2, 5699, 2]], ["inter", [2, 5699, 3]]]}, {"answer": "inject", "hint": "synonyms for inject", "clues": [["shoot", [2, 5700, 0]], ["put in", [2, 5700, 1]], ["interject", [2, 5700, 2]], ["interpose", [2, 5700, 3]], ["throw in", [2, 5700, 4]], ["come in", [2, 5700, 5]]]}, {"answer": "injure", "hint": "synonyms for injure", "clues": [["wound", [2, 5701, 0]], ["spite", [2, 5701, 1]], ["offend", [2, 5701, 2]], ["bruise", [2, 5701, 3]], ["hurt", [2, 5701, 4]]]}, {"answer": "inquire", "hint": "synonyms for inquire", "clues": [["ask", [2, 5702, 0]], ["investigate", [2, 5702, 1]], ["enquire", [2, 5702, 2]], ["wonder", [2, 5702, 3]]]}, {"answer": "inscribe", "hint": "synonyms for inscribe", "clues": [["encipher", [2, 5703, 0]], ["enrol", [2, 5703, 1]], ["recruit", [2, 5703, 2]], ["enter", [2, 5703, 3]], ["write in code", [2, 5703, 4]], ["grave", [2, 5703, 5]], ["encrypt", [2, 5703, 6]], ["autograph", [2, 5703, 7]], ["engrave", [2, 5703, 8]], ["cypher", [2, 5703, 9]], ["code", [2, 5703, 10]], ["scratch", [2, 5703, 11]]]}, {"answer": "inseminate", "hint": "synonyms for inseminate", "clues": [["fertilise", [2, 5704, 0]], ["sow in", [2, 5704, 1]], ["fecundate", [2, 5704, 2]], ["sow", [2, 5704, 3]]]}, {"answer": "inspire", "hint": "synonyms for inspire", "clues": [["barrack", [2, 5705, 0]], ["pep up", [2, 5705, 1]], ["revolutionize", [2, 5705, 2]], ["cheer", [2, 5705, 3]], ["urge", [2, 5705, 4]], ["urge on", [2, 5705, 5]], ["root on", [2, 5705, 6]], ["inhale", [2, 5705, 7]], ["breathe in", [2, 5705, 8]], ["instigate", [2, 5705, 9]], ["invigorate", [2, 5705, 10]], ["prompt", [2, 5705, 11]], ["animate", [2, 5705, 12]], ["enliven", [2, 5705, 13]], ["exhort", [2, 5705, 14]], ["exalt", [2, 5705, 15]]]}, {"answer": "instal", "hint": "synonyms for instal", "clues": [["install", [2, 5706, 0]], ["establish", [2, 5706, 1]], ["set up", [2, 5706, 2]], ["put in", [2, 5706, 3]]]}, {"answer": "install", "hint": "synonyms for install", "clues": [["instal", [2, 5707, 0]], ["establish", [2, 5707, 1]], ["set up", [2, 5707, 2]], ["put in", [2, 5707, 3]]]}, {"answer": "instigate", "hint": "synonyms for instigate", "clues": [["stir up", [2, 5708, 0]], ["prompt", [2, 5708, 1]], ["inspire", [2, 5708, 2]], ["incite", [2, 5708, 3]], ["set off", [2, 5708, 4]]]}, {"answer": "instill", "hint": "synonyms for instill", "clues": [["transfuse", [2, 5709, 0]], ["ingrain", [2, 5709, 1]], ["impregnate", [2, 5709, 2]], ["infuse", [2, 5709, 3]], ["instil", [2, 5709, 4]], ["tincture", [2, 5709, 5]], ["inculcate", [2, 5709, 6]], ["impress", [2, 5709, 7]]]}, {"answer": "institutionalise", "hint": "synonyms for institutionalise", "clues": [["charge", [2, 5710, 0]], ["institutionalize", [2, 5710, 1]], ["commit", [2, 5710, 2]], ["send", [2, 5710, 3]]]}, {"answer": "institutionalize", "hint": "synonyms for institutionalize", "clues": [["charge", [2, 5711, 0]], ["send", [2, 5711, 1]], ["commit", [2, 5711, 2]], ["institutionalise", [2, 5711, 3]]]}, {"answer": "insure", "hint": "synonyms for insure", "clues": [["assure", [2, 5712, 0]], ["ascertain", [2, 5712, 1]], ["ensure", [2, 5712, 2]], ["guarantee", [2, 5712, 3]], ["cover", [2, 5712, 4]], ["check", [2, 5712, 5]], ["secure", [2, 5712, 6]], ["see to it", [2, 5712, 7]], ["see", [2, 5712, 8]], ["underwrite", [2, 5712, 9]], ["control", [2, 5712, 10]]]}, {"answer": "intend", "hint": "synonyms for intend", "clues": [["stand for", [2, 5713, 0]], ["destine", [2, 5713, 1]], ["mean", [2, 5713, 2]], ["signify", [2, 5713, 3]], ["designate", [2, 5713, 4]], ["specify", [2, 5713, 5]], ["think", [2, 5713, 6]]]}, {"answer": "intensify", "hint": "synonyms for intensify", "clues": [["deepen", [2, 5714, 0]], ["escalate", [2, 5714, 1]], ["heighten", [2, 5714, 2]], ["step up", [2, 5714, 3]], ["compound", [2, 5714, 4]]]}, {"answer": "inter", "hint": "synonyms for inter", "clues": [["inhume", [2, 5715, 0]], ["lay to rest", [2, 5715, 1]], ["bury", [2, 5715, 2]], ["entomb", [2, 5715, 3]]]}, {"answer": "intercede", "hint": "synonyms for intercede", "clues": [["liaise", [2, 5716, 0]], ["intermediate", [2, 5716, 1]], ["arbitrate", [2, 5716, 2]], ["mediate", [2, 5716, 3]]]}, {"answer": "interject", "hint": "synonyms for interject", "clues": [["inject", [2, 5717, 0]], ["put in", [2, 5717, 1]], ["interpose", [2, 5717, 2]], ["throw in", [2, 5717, 3]], ["come in", [2, 5717, 4]]]}, {"answer": "interlace", "hint": "synonyms for interlace", "clues": [["enlace", [2, 5718, 0]], ["lace", [2, 5718, 1]], ["lock", [2, 5718, 2]], ["entwine", [2, 5718, 3]], ["interlock", [2, 5718, 4]], ["twine", [2, 5718, 5]], ["intertwine", [2, 5718, 6]]]}, {"answer": "interpenetrate", "hint": "synonyms for interpenetrate", "clues": [["permeate", [2, 5719, 0]], ["penetrate", [2, 5719, 1]], ["riddle", [2, 5719, 2]], ["pervade", [2, 5719, 3]], ["diffuse", [2, 5719, 4]], ["imbue", [2, 5719, 5]]]}, {"answer": "interpose", "hint": "synonyms for interpose", "clues": [["inject", [2, 5720, 0]], ["put in", [2, 5720, 1]], ["interject", [2, 5720, 2]], ["step in", [2, 5720, 3]], ["throw in", [2, 5720, 4]], ["interfere", [2, 5720, 5]], ["intervene", [2, 5720, 6]], ["come in", [2, 5720, 7]]]}, {"answer": "interpret", "hint": "synonyms for interpret", "clues": [["render", [2, 5721, 0]], ["represent", [2, 5721, 1]], ["understand", [2, 5721, 2]], ["construe", [2, 5721, 3]], ["translate", [2, 5721, 4]], ["see", [2, 5721, 5]], ["rede", [2, 5721, 6]], ["read", [2, 5721, 7]]]}, {"answer": "intertwine", "hint": "synonyms for intertwine", "clues": [["loop", [2, 5722, 0]], ["enlace", [2, 5722, 1]], ["lace", [2, 5722, 2]], ["entwine", [2, 5722, 3]], ["twine", [2, 5722, 4]], ["tat", [2, 5722, 5]], ["interlace", [2, 5722, 6]]]}, {"answer": "intone", "hint": "synonyms for intone", "clues": [["chant", [2, 5723, 0]], ["cantillate", [2, 5723, 1]], ["tone", [2, 5723, 2]], ["intonate", [2, 5723, 3]]]}, {"answer": "intoxicate", "hint": "synonyms for intoxicate", "clues": [["lift up", [2, 5724, 0]], ["elate", [2, 5724, 1]], ["pick up", [2, 5724, 2]], ["inebriate", [2, 5724, 3]], ["uplift", [2, 5724, 4]], ["soak", [2, 5724, 5]]]}, {"answer": "introduce", "hint": "synonyms for introduce", "clues": [["precede", [2, 5725, 0]], ["insert", [2, 5725, 1]], ["put in", [2, 5725, 2]], ["bring out", [2, 5725, 3]], ["enter", [2, 5725, 4]], ["innovate", [2, 5725, 5]], ["infix", [2, 5725, 6]], ["inclose", [2, 5725, 7]], ["preface", [2, 5725, 8]], ["bring in", [2, 5725, 9]], ["stick in", [2, 5725, 10]], ["present", [2, 5725, 11]], ["usher in", [2, 5725, 12]], ["inaugurate", [2, 5725, 13]], ["premise", [2, 5725, 14]], ["acquaint", [2, 5725, 15]]]}, {"answer": "intrude", "hint": "synonyms for intrude", "clues": [["obtrude", [2, 5726, 0]], ["trespass", [2, 5726, 1]], ["nose", [2, 5726, 2]], ["horn in", [2, 5726, 3]], ["pry", [2, 5726, 4]], ["irrupt", [2, 5726, 5]], ["poke", [2, 5726, 6]]]}, {"answer": "intrust", "hint": "synonyms for intrust", "clues": [["trust", [2, 5727, 0]], ["confide", [2, 5727, 1]], ["entrust", [2, 5727, 2]], ["commit", [2, 5727, 3]]]}, {"answer": "intumesce", "hint": "synonyms for intumesce", "clues": [["swell", [2, 5728, 0]], ["tumefy", [2, 5728, 1]], ["tumesce", [2, 5728, 2]], ["swell up", [2, 5728, 3]], ["bubble up", [2, 5728, 4]]]}, {"answer": "inunct", "hint": "synonyms for inunct", "clues": [["embrocate", [2, 5729, 0]], ["anoint", [2, 5729, 1]], ["anele", [2, 5729, 2]], ["oil", [2, 5729, 3]]]}, {"answer": "inundate", "hint": "synonyms for inundate", "clues": [["swamp", [2, 5730, 0]], ["deluge", [2, 5730, 1]], ["submerge", [2, 5730, 2]], ["flood", [2, 5730, 3]]]}, {"answer": "invade", "hint": "synonyms for invade", "clues": [["intrude on", [2, 5731, 0]], ["occupy", [2, 5731, 1]], ["infest", [2, 5731, 2]], ["overrun", [2, 5731, 3]], ["obtrude upon", [2, 5731, 4]], ["encroach upon", [2, 5731, 5]]]}, {"answer": "invalidate", "hint": "synonyms for invalidate", "clues": [["nullify", [2, 5732, 0]], ["annul", [2, 5732, 1]], ["avoid", [2, 5732, 2]], ["vitiate", [2, 5732, 3]], ["quash", [2, 5732, 4]], ["cancel", [2, 5732, 5]]]}, {"answer": "inveigle", "hint": "synonyms for inveigle", "clues": [["blarney", [2, 5733, 0]], ["coax", [2, 5733, 1]], ["sweet-talk", [2, 5733, 2]], ["wheedle", [2, 5733, 3]], ["palaver", [2, 5733, 4]], ["cajole", [2, 5733, 5]]]}, {"answer": "invent", "hint": "synonyms for invent", "clues": [["make up", [2, 5734, 0]], ["cook up", [2, 5734, 1]], ["fabricate", [2, 5734, 2]], ["excogitate", [2, 5734, 3]], ["devise", [2, 5734, 4]], ["contrive", [2, 5734, 5]], ["manufacture", [2, 5734, 6]], ["forge", [2, 5734, 7]], ["formulate", [2, 5734, 8]]]}, {"answer": "invest", "hint": "synonyms for invest", "clues": [["empower", [2, 5735, 0]], ["clothe", [2, 5735, 1]], ["put", [2, 5735, 2]], ["gift", [2, 5735, 3]], ["enthrone", [2, 5735, 4]], ["vest", [2, 5735, 5]], ["endue", [2, 5735, 6]], ["seat", [2, 5735, 7]], ["induct", [2, 5735, 8]], ["commit", [2, 5735, 9]], ["indue", [2, 5735, 10]], ["endow", [2, 5735, 11]], ["adorn", [2, 5735, 12]], ["place", [2, 5735, 13]]]}, {"answer": "invigorate", "hint": "synonyms for invigorate", "clues": [["quicken", [2, 5736, 0]], ["inspire", [2, 5736, 1]], ["liven up", [2, 5736, 2]], ["enliven", [2, 5736, 3]], ["liven", [2, 5736, 4]], ["reinvigorate", [2, 5736, 5]], ["animate", [2, 5736, 6]], ["exalt", [2, 5736, 7]]]}, {"answer": "invoke", "hint": "synonyms for invoke", "clues": [["call down", [2, 5737, 0]], ["arouse", [2, 5737, 1]], ["bring up", [2, 5737, 2]], ["appeal", [2, 5737, 3]], ["conjure", [2, 5737, 4]], ["stir", [2, 5737, 5]], ["raise", [2, 5737, 6]], ["call forth", [2, 5737, 7]], ["evoke", [2, 5737, 8]], ["conjure up", [2, 5737, 9]], ["put forward", [2, 5737, 10]]]}, {"answer": "involve", "hint": "synonyms for involve", "clues": [["ask", [2, 5738, 0]], ["need", [2, 5738, 1]], ["demand", [2, 5738, 2]], ["imply", [2, 5738, 3]], ["necessitate", [2, 5738, 4]], ["require", [2, 5738, 5]], ["call for", [2, 5738, 6]], ["take", [2, 5738, 7]], ["affect", [2, 5738, 8]], ["regard", [2, 5738, 9]], ["postulate", [2, 5738, 10]]]}, {"answer": "iron_out", "hint": "synonyms for iron out", "clues": [["press", [2, 5739, 0]], ["put right", [2, 5739, 1]], ["straighten out", [2, 5739, 2]], ["iron", [2, 5739, 3]]]}, {"answer": "irritate", "hint": "synonyms for irritate", "clues": [["annoy", [2, 5740, 0]], ["vex", [2, 5740, 1]], ["nettle", [2, 5740, 2]], ["chafe", [2, 5740, 3]], ["devil", [2, 5740, 4]], ["rag", [2, 5740, 5]], ["bother", [2, 5740, 6]], ["nark", [2, 5740, 7]], ["rile", [2, 5740, 8]], ["get at", [2, 5740, 9]], ["gravel", [2, 5740, 10]], ["get to", [2, 5740, 11]]]}, {"answer": "irrupt", "hint": "synonyms for irrupt", "clues": [["erupt", [2, 5741, 0]], ["explode", [2, 5741, 1]], ["flare", [2, 5741, 2]], ["break open", [2, 5741, 3]], ["burst out", [2, 5741, 4]], ["intrude", [2, 5741, 5]], ["flare up", [2, 5741, 6]]]}, {"answer": "isolate", "hint": "synonyms for isolate", "clues": [["sequester", [2, 5742, 0]], ["set apart", [2, 5742, 1]], ["insulate", [2, 5742, 2]], ["keep apart", [2, 5742, 3]], ["sequestrate", [2, 5742, 4]]]}, {"answer": "iterate", "hint": "synonyms for iterate", "clues": [["reiterate", [2, 5743, 0]], ["retell", [2, 5743, 1]], ["repeat", [2, 5743, 2]], ["ingeminate", [2, 5743, 3]], ["restate", [2, 5743, 4]]]}, {"answer": "jack_off", "hint": "synonyms for jack off", "clues": [["jerk off", [2, 5744, 0]], ["wank", [2, 5744, 1]], ["masturbate", [2, 5744, 2]], ["she-bop", [2, 5744, 3]], ["fuck off", [2, 5744, 4]]]}, {"answer": "jactitate", "hint": "synonyms for jactitate", "clues": [["thresh", [2, 5745, 0]], ["slash", [2, 5745, 1]], ["thrash about", [2, 5745, 2]], ["thrash", [2, 5745, 3]], ["convulse", [2, 5745, 4]], ["toss", [2, 5745, 5]]]}, {"answer": "jampack", "hint": "synonyms for jampack", "clues": [["wad", [2, 5746, 0]], ["jam", [2, 5746, 1]], ["chock up", [2, 5746, 2]], ["cram", [2, 5746, 3]]]}, {"answer": "jar_against", "hint": "synonyms for jar against", "clues": [["run into", [2, 5747, 0]], ["bump into", [2, 5747, 1]], ["knock against", [2, 5747, 2]], ["butt against", [2, 5747, 3]]]}, {"answer": "jeopardise", "hint": "synonyms for jeopardise", "clues": [["imperil", [2, 5748, 0]], ["jeopardize", [2, 5748, 1]], ["menace", [2, 5748, 2]], ["threaten", [2, 5748, 3]], ["endanger", [2, 5748, 4]], ["peril", [2, 5748, 5]]]}, {"answer": "jeopardize", "hint": "synonyms for jeopardize", "clues": [["imperil", [2, 5749, 0]], ["venture", [2, 5749, 1]], ["menace", [2, 5749, 2]], ["threaten", [2, 5749, 3]], ["jeopardise", [2, 5749, 4]], ["peril", [2, 5749, 5]], ["hazard", [2, 5749, 6]], ["stake", [2, 5749, 7]], ["endanger", [2, 5749, 8]]]}, {"answer": "jerk_off", "hint": "synonyms for jerk off", "clues": [["wank", [2, 5750, 0]], ["masturbate", [2, 5750, 1]], ["jack off", [2, 5750, 2]], ["she-bop", [2, 5750, 3]], ["fuck off", [2, 5750, 4]]]}, {"answer": "jest_at", "hint": "synonyms for jest at", "clues": [["laugh at", [2, 5751, 0]], ["roast", [2, 5751, 1]], ["make fun", [2, 5751, 2]], ["poke fun", [2, 5751, 3]], ["guy", [2, 5751, 4]], ["rib", [2, 5751, 5]], ["blackguard", [2, 5751, 6]], ["ridicule", [2, 5751, 7]]]}, {"answer": "jollify", "hint": "synonyms for jollify", "clues": [["wassail", [2, 5752, 0]], ["make whoopie", [2, 5752, 1]], ["whoop it up", [2, 5752, 2]], ["make happy", [2, 5752, 3]], ["racket", [2, 5752, 4]], ["revel", [2, 5752, 5]], ["make merry", [2, 5752, 6]]]}, {"answer": "josh", "hint": "synonyms for josh", "clues": [["jolly", [2, 5753, 0]], ["kid", [2, 5753, 1]], ["chaff", [2, 5753, 2]], ["banter", [2, 5753, 3]]]}, {"answer": "jubilate", "hint": "synonyms for jubilate", "clues": [["rejoice", [2, 5754, 0]], ["triumph", [2, 5754, 1]], ["exuberate", [2, 5754, 2]], ["exult", [2, 5754, 3]]]}, {"answer": "jump_on", "hint": "synonyms for jump on", "clues": [["get on", [2, 5755, 0]], ["hop on", [2, 5755, 1]], ["bestride", [2, 5755, 2]], ["climb on", [2, 5755, 3]], ["mount", [2, 5755, 4]], ["mount up", [2, 5755, 5]]]}, {"answer": "jump_out", "hint": "synonyms for jump out", "clues": [["stand out", [2, 5756, 0]], ["jump", [2, 5756, 1]], ["stick out", [2, 5756, 2]], ["leap out", [2, 5756, 3]]]}, {"answer": "justify", "hint": "synonyms for justify", "clues": [["excuse", [2, 5757, 0]], ["free", [2, 5757, 1]], ["warrant", [2, 5757, 2]], ["apologise", [2, 5757, 3]], ["rationalise", [2, 5757, 4]], ["absolve", [2, 5757, 5]], ["vindicate", [2, 5757, 6]]]}, {"answer": "jut_out", "hint": "synonyms for jut out", "clues": [["jut", [2, 5758, 0]], ["protrude", [2, 5758, 1]], ["project", [2, 5758, 2]], ["stick out", [2, 5758, 3]]]}, {"answer": "keep_an_eye_on", "hint": "synonyms for keep an eye on", "clues": [["watch", [2, 5759, 0]], ["follow", [2, 5759, 1]], ["observe", [2, 5759, 2]], ["watch over", [2, 5759, 3]]]}, {"answer": "keep_apart", "hint": "synonyms for keep apart", "clues": [["sequester", [2, 5760, 0]], ["isolate", [2, 5760, 1]], ["set apart", [2, 5760, 2]], ["sequestrate", [2, 5760, 3]]]}, {"answer": "keep_back", "hint": "synonyms for keep back", "clues": [["withhold", [2, 5761, 0]], ["hold", [2, 5761, 1]], ["restrain", [2, 5761, 2]], ["keep", [2, 5761, 3]], ["hold back", [2, 5761, 4]]]}, {"answer": "keep_down", "hint": "synonyms for keep down", "clues": [["subdue", [2, 5762, 0]], ["repress", [2, 5762, 1]], ["quash", [2, 5762, 2]], ["subjugate", [2, 5762, 3]], ["number", [2, 5762, 4]], ["reduce", [2, 5762, 5]]]}, {"answer": "keep_going", "hint": "synonyms for keep going", "clues": [["bridge over", [2, 5763, 0]], ["tide over", [2, 5763, 1]], ["patronise", [2, 5763, 2]], ["patronage", [2, 5763, 3]], ["support", [2, 5763, 4]], ["run on", [2, 5763, 5]]]}, {"answer": "keep_mum", "hint": "synonyms for keep mum", "clues": [["button up", [2, 5764, 0]], ["belt up", [2, 5764, 1]], ["close up", [2, 5764, 2]], ["shut up", [2, 5764, 3]], ["be quiet", [2, 5764, 4]], ["dummy up", [2, 5764, 5]], ["clam up", [2, 5764, 6]]]}, {"answer": "keep_one's_distance", "hint": "synonyms for keep one's distance", "clues": [["keep one's eyes off", [2, 5765, 0]], ["stay away", [2, 5765, 1]], ["keep one's hands off", [2, 5765, 2]], ["stand back", [2, 5765, 3]]]}, {"answer": "keep_one's_eyes_off", "hint": "synonyms for keep one's eyes off", "clues": [["keep one's distance", [2, 5766, 0]], ["stay away", [2, 5766, 1]], ["keep one's hands off", [2, 5766, 2]], ["stand back", [2, 5766, 3]]]}, {"answer": "keep_one's_hands_off", "hint": "synonyms for keep one's hands off", "clues": [["keep one's distance", [2, 5767, 0]], ["keep one's eyes off", [2, 5767, 1]], ["stay away", [2, 5767, 2]], ["stand back", [2, 5767, 3]]]}, {"answer": "keep_one's_nose_to_the_grindstone", "hint": "synonyms for keep one's nose to the grindstone", "clues": [["peg away", [2, 5768, 0]], ["keep one's shoulder to the wheel", [2, 5768, 1]], ["slog", [2, 5768, 2]], ["plug away", [2, 5768, 3]]]}, {"answer": "keep_one's_shoulder_to_the_wheel", "hint": "synonyms for keep one's shoulder to the wheel", "clues": [["peg away", [2, 5769, 0]], ["slog", [2, 5769, 1]], ["keep one's nose to the grindstone", [2, 5769, 2]], ["plug away", [2, 5769, 3]]]}, {"answer": "keep_up", "hint": "synonyms for keep up", "clues": [["keep abreast", [2, 5770, 0]], ["sustain", [2, 5770, 1]], ["conserve", [2, 5770, 2]], ["prolong", [2, 5770, 3]], ["follow", [2, 5770, 4]], ["maintain", [2, 5770, 5]], ["preserve", [2, 5770, 6]]]}, {"answer": "key_out", "hint": "synonyms for key out", "clues": [["key", [2, 5771, 0]], ["distinguish", [2, 5771, 1]], ["discover", [2, 5771, 2]], ["describe", [2, 5771, 3]], ["identify", [2, 5771, 4]], ["name", [2, 5771, 5]]]}, {"answer": "kick_downstairs", "hint": "synonyms for kick downstairs", "clues": [["relegate", [2, 5772, 0]], ["bump", [2, 5772, 1]], ["break", [2, 5772, 2]], ["demote", [2, 5772, 3]]]}, {"answer": "kick_in", "hint": "synonyms for kick in", "clues": [["set in", [2, 5773, 0]], ["chip in", [2, 5773, 1]], ["give", [2, 5773, 2]], ["contribute", [2, 5773, 3]], ["kick down", [2, 5773, 4]]]}, {"answer": "kick_out", "hint": "synonyms for kick out", "clues": [["boot out", [2, 5774, 0]], ["oust", [2, 5774, 1]], ["drum out", [2, 5774, 2]], ["throw out", [2, 5774, 3]], ["expel", [2, 5774, 4]]]}, {"answer": "kick_the_bucket", "hint": "synonyms for kick the bucket", "clues": [["perish", [2, 5775, 0]], ["pop off", [2, 5775, 1]], ["conk", [2, 5775, 2]], ["die", [2, 5775, 3]], ["croak", [2, 5775, 4]], ["decease", [2, 5775, 5]], ["drop dead", [2, 5775, 6]], ["snuff it", [2, 5775, 7]], ["expire", [2, 5775, 8]], ["buy the farm", [2, 5775, 9]], ["exit", [2, 5775, 10]], ["cash in one's chips", [2, 5775, 11]], ["give-up the ghost", [2, 5775, 12]], ["choke", [2, 5775, 13]], ["go", [2, 5775, 14]], ["pass", [2, 5775, 15]], ["pass away", [2, 5775, 16]]]}, {"answer": "kick_upstairs", "hint": "synonyms for kick upstairs", "clues": [["upgrade", [2, 5776, 0]], ["raise", [2, 5776, 1]], ["elevate", [2, 5776, 2]], ["promote", [2, 5776, 3]], ["advance", [2, 5776, 4]]]}, {"answer": "kindle", "hint": "synonyms for kindle", "clues": [["enkindle", [2, 5777, 0]], ["provoke", [2, 5777, 1]], ["conflagrate", [2, 5777, 2]], ["raise", [2, 5777, 3]], ["inflame", [2, 5777, 4]], ["evoke", [2, 5777, 5]], ["elicit", [2, 5777, 6]], ["fire", [2, 5777, 7]], ["arouse", [2, 5777, 8]]]}, {"answer": "kink_up", "hint": "synonyms for kink up", "clues": [["frizzle", [2, 5778, 0]], ["crimp", [2, 5778, 1]], ["crape", [2, 5778, 2]], ["kink", [2, 5778, 3]], ["frizz", [2, 5778, 4]]]}, {"answer": "kip_down", "hint": "synonyms for kip down", "clues": [["sack out", [2, 5779, 0]], ["turn in", [2, 5779, 1]], ["hit the sack", [2, 5779, 2]], ["bed", [2, 5779, 3]], ["crawl in", [2, 5779, 4]], ["go to sleep", [2, 5779, 5]], ["retire", [2, 5779, 6]], ["go to bed", [2, 5779, 7]], ["hit the hay", [2, 5779, 8]]]}, {"answer": "knap", "hint": "synonyms for knap", "clues": [["cut off", [2, 5780, 0]], ["rap", [2, 5780, 1]], ["chip", [2, 5780, 2]], ["break off", [2, 5780, 3]]]}, {"answer": "knock_about", "hint": "synonyms for knock about", "clues": [["batter", [2, 5781, 0]], ["buffet", [2, 5781, 1]], ["kick around", [2, 5781, 2]], ["kick about", [2, 5781, 3]]]}, {"answer": "knock_against", "hint": "synonyms for knock against", "clues": [["jar against", [2, 5782, 0]], ["bump into", [2, 5782, 1]], ["run into", [2, 5782, 2]], ["butt against", [2, 5782, 3]]]}, {"answer": "knock_down", "hint": "synonyms for knock down", "clues": [["pull down", [2, 5783, 0]], ["floor", [2, 5783, 1]], ["dump", [2, 5783, 2]], ["deck", [2, 5783, 3]], ["blast", [2, 5783, 4]], ["push down", [2, 5783, 5]], ["cut down", [2, 5783, 6]], ["coldcock", [2, 5783, 7]], ["down", [2, 5783, 8]]]}, {"answer": "knock_off", "hint": "synonyms for knock off", "clues": [["glom", [2, 5784, 0]], ["thieve", [2, 5784, 1]], ["hook", [2, 5784, 2]], ["neutralise", [2, 5784, 3]], ["toss off", [2, 5784, 4]], ["scratch off", [2, 5784, 5]], ["do in", [2, 5784, 6]], ["cop", [2, 5784, 7]], ["waste", [2, 5784, 8]], ["snitch", [2, 5784, 9]], ["dash off", [2, 5784, 10]], ["drop", [2, 5784, 11]], ["fling off", [2, 5784, 12]], ["shave", [2, 5784, 13]], ["liquidate", [2, 5784, 14]]]}, {"answer": "knock_over", "hint": "synonyms for knock over", "clues": [["tip over", [2, 5785, 0]], ["turn over", [2, 5785, 1]], ["bowl over", [2, 5785, 2]], ["tump over", [2, 5785, 3]], ["upset", [2, 5785, 4]], ["overturn", [2, 5785, 5]]]}, {"answer": "know_the_score", "hint": "synonyms for know the score", "clues": [["be on the ball", [2, 5786, 0]], ["know what's what", [2, 5786, 1]], ["know what's going on", [2, 5786, 2]], ["be with it", [2, 5786, 3]]]}, {"answer": "know_what's_going_on", "hint": "synonyms for know what's going on", "clues": [["be on the ball", [2, 5787, 0]], ["know what's what", [2, 5787, 1]], ["know the score", [2, 5787, 2]], ["be with it", [2, 5787, 3]]]}, {"answer": "know_what's_what", "hint": "synonyms for know what's what", "clues": [["be on the ball", [2, 5788, 0]], ["know the score", [2, 5788, 1]], ["know what's going on", [2, 5788, 2]], ["be with it", [2, 5788, 3]]]}, {"answer": "knuckle_under", "hint": "synonyms for knuckle under", "clues": [["buckle under", [2, 5789, 0]], ["give in", [2, 5789, 1]], ["succumb", [2, 5789, 2]], ["yield", [2, 5789, 3]]]}, {"answer": "lade", "hint": "synonyms for lade", "clues": [["laden", [2, 5790, 0]], ["ladle", [2, 5790, 1]], ["load", [2, 5790, 2]], ["load up", [2, 5790, 3]]]}, {"answer": "lallygag", "hint": "synonyms for lallygag", "clues": [["hang around", [2, 5791, 0]], ["mill about", [2, 5791, 1]], ["loiter", [2, 5791, 2]], ["linger", [2, 5791, 3]], ["lollygag", [2, 5791, 4]], ["mill around", [2, 5791, 5]], ["lounge", [2, 5791, 6]], ["tarry", [2, 5791, 7]], ["loaf", [2, 5791, 8]], ["lurk", [2, 5791, 9]], ["footle", [2, 5791, 10]], ["mess about", [2, 5791, 11]]]}, {"answer": "lam_into", "hint": "synonyms for lam into", "clues": [["pitch into", [2, 5792, 0]], ["lace into", [2, 5792, 1]], ["lay into", [2, 5792, 2]], ["tear into", [2, 5792, 3]]]}, {"answer": "lambast", "hint": "synonyms for lambast", "clues": [["flog", [2, 5793, 0]], ["cane", [2, 5793, 1]], ["dress down", [2, 5793, 2]], ["trounce", [2, 5793, 3]], ["call down", [2, 5793, 4]], ["lambaste", [2, 5793, 5]], ["lecture", [2, 5793, 6]], ["rag", [2, 5793, 7]], ["chew up", [2, 5793, 8]], ["scold", [2, 5793, 9]], ["bawl out", [2, 5793, 10]], ["jaw", [2, 5793, 11]], ["reprimand", [2, 5793, 12]], ["rebuke", [2, 5793, 13]], ["berate", [2, 5793, 14]], ["have words", [2, 5793, 15]], ["chew out", [2, 5793, 16]], ["remonstrate", [2, 5793, 17]], ["call on the carpet", [2, 5793, 18]], ["chide", [2, 5793, 19]], ["reproof", [2, 5793, 20]], ["take to task", [2, 5793, 21]]]}, {"answer": "lambaste", "hint": "synonyms for lambaste", "clues": [["flog", [2, 5794, 0]], ["cane", [2, 5794, 1]], ["dress down", [2, 5794, 2]], ["trounce", [2, 5794, 3]], ["call down", [2, 5794, 4]], ["lecture", [2, 5794, 5]], ["rag", [2, 5794, 6]], ["chew up", [2, 5794, 7]], ["scold", [2, 5794, 8]], ["bawl out", [2, 5794, 9]], ["jaw", [2, 5794, 10]], ["lambast", [2, 5794, 11]], ["reprimand", [2, 5794, 12]], ["rebuke", [2, 5794, 13]], ["berate", [2, 5794, 14]], ["have words", [2, 5794, 15]], ["chew out", [2, 5794, 16]], ["remonstrate", [2, 5794, 17]], ["call on the carpet", [2, 5794, 18]], ["chide", [2, 5794, 19]], ["reproof", [2, 5794, 20]], ["take to task", [2, 5794, 21]]]}, {"answer": "land_up", "hint": "synonyms for land up", "clues": [["earth up", [2, 5795, 0]], ["fetch up", [2, 5795, 1]], ["finish up", [2, 5795, 2]], ["end up", [2, 5795, 3]], ["wind up", [2, 5795, 4]], ["finish", [2, 5795, 5]]]}, {"answer": "languish", "hint": "synonyms for languish", "clues": [["yen", [2, 5796, 0]], ["pine", [2, 5796, 1]], ["fade", [2, 5796, 2]], ["ache", [2, 5796, 3]], ["pine away", [2, 5796, 4]], ["yearn", [2, 5796, 5]], ["waste", [2, 5796, 6]]]}, {"answer": "lark_about", "hint": "synonyms for lark about", "clues": [["frisk", [2, 5797, 0]], ["sport", [2, 5797, 1]], ["romp", [2, 5797, 2]], ["run around", [2, 5797, 3]], ["gambol", [2, 5797, 4]], ["rollick", [2, 5797, 5]], ["cavort", [2, 5797, 6]], ["skylark", [2, 5797, 7]], ["disport", [2, 5797, 8]], ["frolic", [2, 5797, 9]], ["lark", [2, 5797, 10]]]}, {"answer": "lash_out", "hint": "synonyms for lash out", "clues": [["attack", [2, 5798, 0]], ["snipe", [2, 5798, 1]], ["round", [2, 5798, 2]], ["assault", [2, 5798, 3]], ["assail", [2, 5798, 4]]]}, {"answer": "latch_on", "hint": "synonyms for latch on", "clues": [["hook on", [2, 5799, 0]], ["get onto", [2, 5799, 1]], ["get it", [2, 5799, 2]], ["catch on", [2, 5799, 3]], ["get wise", [2, 5799, 4]], ["fasten on", [2, 5799, 5]], ["take up", [2, 5799, 6]], ["twig", [2, 5799, 7]], ["tumble", [2, 5799, 8]], ["cotton on", [2, 5799, 9]], ["seize on", [2, 5799, 10]]]}, {"answer": "laud", "hint": "synonyms for laud", "clues": [["proclaim", [2, 5800, 0]], ["exalt", [2, 5800, 1]], ["extol", [2, 5800, 2]], ["glorify", [2, 5800, 3]]]}, {"answer": "laugh_at", "hint": "synonyms for laugh at", "clues": [["roast", [2, 5801, 0]], ["make fun", [2, 5801, 1]], ["poke fun", [2, 5801, 2]], ["guy", [2, 5801, 3]], ["jest at", [2, 5801, 4]], ["rib", [2, 5801, 5]], ["blackguard", [2, 5801, 6]], ["ridicule", [2, 5801, 7]]]}, {"answer": "lay_away", "hint": "synonyms for lay away", "clues": [["squirrel away", [2, 5802, 0]], ["hive up", [2, 5802, 1]], ["cache", [2, 5802, 2]], ["hoard", [2, 5802, 3]], ["stash", [2, 5802, 4]]]}, {"answer": "lay_in", "hint": "synonyms for lay in", "clues": [["stash away", [2, 5803, 0]], ["stack away", [2, 5803, 1]], ["salt away", [2, 5803, 2]], ["hive away", [2, 5803, 3]], ["put in", [2, 5803, 4]], ["store", [2, 5803, 5]]]}, {"answer": "lay_into", "hint": "synonyms for lay into", "clues": [["pitch into", [2, 5804, 0]], ["lam into", [2, 5804, 1]], ["lace into", [2, 5804, 2]], ["tear into", [2, 5804, 3]]]}, {"answer": "lay_off", "hint": "synonyms for lay off", "clues": [["furlough", [2, 5805, 0]], ["discontinue", [2, 5805, 1]], ["cease", [2, 5805, 2]], ["stop", [2, 5805, 3]], ["quit", [2, 5805, 4]], ["give up", [2, 5805, 5]]]}, {"answer": "lay_out", "hint": "synonyms for lay out", "clues": [["present", [2, 5806, 0]], ["set out", [2, 5806, 1]], ["set", [2, 5806, 2]], ["range", [2, 5806, 3]], ["array", [2, 5806, 4]], ["set up", [2, 5806, 5]]]}, {"answer": "lay_to_rest", "hint": "synonyms for lay to rest", "clues": [["inhume", [2, 5807, 0]], ["bury", [2, 5807, 1]], ["entomb", [2, 5807, 2]], ["inter", [2, 5807, 3]]]}, {"answer": "lay_waste_to", "hint": "synonyms for lay waste to", "clues": [["scourge", [2, 5808, 0]], ["desolate", [2, 5808, 1]], ["ravage", [2, 5808, 2]], ["devastate", [2, 5808, 3]], ["waste", [2, 5808, 4]]]}, {"answer": "lead_astray", "hint": "synonyms for lead astray", "clues": [["deceive", [2, 5809, 0]], ["misdirect", [2, 5809, 1]], ["misguide", [2, 5809, 2]], ["betray", [2, 5809, 3]], ["mislead", [2, 5809, 4]], ["lead off", [2, 5809, 5]]]}, {"answer": "lead_by_the_nose", "hint": "synonyms for lead by the nose", "clues": [["bamboozle", [2, 5810, 0]], ["snow", [2, 5810, 1]], ["play false", [2, 5810, 2]], ["pull the wool over someone's eyes", [2, 5810, 3]], ["hoodwink", [2, 5810, 4]]]}, {"answer": "lead_off", "hint": "synonyms for lead off", "clues": [["start", [2, 5811, 0]], ["commence", [2, 5811, 1]], ["begin", [2, 5811, 2]], ["lead astray", [2, 5811, 3]]]}, {"answer": "leap_out", "hint": "synonyms for leap out", "clues": [["jump", [2, 5812, 0]], ["stick out", [2, 5812, 1]], ["sally out", [2, 5812, 2]], ["rush out", [2, 5812, 3]], ["stand out", [2, 5812, 4]], ["jump out", [2, 5812, 5]], ["burst forth", [2, 5812, 6]]]}, {"answer": "learn", "hint": "synonyms for learn", "clues": [["check", [2, 5813, 0]], ["find out", [2, 5813, 1]], ["memorise", [2, 5813, 2]], ["teach", [2, 5813, 3]], ["take", [2, 5813, 4]], ["acquire", [2, 5813, 5]], ["ascertain", [2, 5813, 6]], ["watch", [2, 5813, 7]], ["get a line", [2, 5813, 8]], ["determine", [2, 5813, 9]], ["instruct", [2, 5813, 10]], ["see", [2, 5813, 11]], ["get word", [2, 5813, 12]], ["get wind", [2, 5813, 13]], ["con", [2, 5813, 14]], ["pick up", [2, 5813, 15]], ["study", [2, 5813, 16]], ["hear", [2, 5813, 17]], ["discover", [2, 5813, 18]], ["larn", [2, 5813, 19]], ["read", [2, 5813, 20]]]}, {"answer": "leave_off", "hint": "synonyms for leave off", "clues": [["exclude", [2, 5814, 0]], ["except", [2, 5814, 1]], ["omit", [2, 5814, 2]], ["leave out", [2, 5814, 3]], ["take out", [2, 5814, 4]]]}, {"answer": "leave_out", "hint": "synonyms for leave out", "clues": [["overlook", [2, 5815, 0]], ["drop", [2, 5815, 1]], ["exclude", [2, 5815, 2]], ["neglect", [2, 5815, 3]], ["omit", [2, 5815, 4]], ["overleap", [2, 5815, 5]], ["pretermit", [2, 5815, 6]], ["miss", [2, 5815, 7]], ["except", [2, 5815, 8]], ["leave off", [2, 5815, 9]], ["take out", [2, 5815, 10]]]}, {"answer": "legalise", "hint": "synonyms for legalise", "clues": [["legitimatize", [2, 5816, 0]], ["decriminalise", [2, 5816, 1]], ["legitimise", [2, 5816, 2]], ["legalize", [2, 5816, 3]]]}, {"answer": "legalize", "hint": "synonyms for legalize", "clues": [["legitimatize", [2, 5817, 0]], ["decriminalise", [2, 5817, 1]], ["legitimise", [2, 5817, 2]], ["legalise", [2, 5817, 3]]]}, {"answer": "legitimatise", "hint": "synonyms for legitimatise", "clues": [["legitimatize", [2, 5818, 0]], ["decriminalise", [2, 5818, 1]], ["legitimise", [2, 5818, 2]], ["legalise", [2, 5818, 3]]]}, {"answer": "legitimatize", "hint": "synonyms for legitimatize", "clues": [["legitimize", [2, 5819, 0]], ["decriminalise", [2, 5819, 1]], ["legitimatise", [2, 5819, 2]], ["legalise", [2, 5819, 3]]]}, {"answer": "legitimize", "hint": "synonyms for legitimize", "clues": [["legitimatize", [2, 5820, 0]], ["decriminalise", [2, 5820, 1]], ["legitimise", [2, 5820, 2]], ["legalise", [2, 5820, 3]]]}, {"answer": "lend", "hint": "synonyms for lend", "clues": [["impart", [2, 5821, 0]], ["add", [2, 5821, 1]], ["loan", [2, 5821, 2]], ["contribute", [2, 5821, 3]], ["bring", [2, 5821, 4]], ["bestow", [2, 5821, 5]]]}, {"answer": "lenify", "hint": "synonyms for lenify", "clues": [["mollify", [2, 5822, 0]], ["placate", [2, 5822, 1]], ["appease", [2, 5822, 2]], ["gentle", [2, 5822, 3]], ["conciliate", [2, 5822, 4]], ["pacify", [2, 5822, 5]], ["gruntle", [2, 5822, 6]], ["assuage", [2, 5822, 7]]]}, {"answer": "lessen", "hint": "synonyms for lessen", "clues": [["decrease", [2, 5823, 0]], ["minify", [2, 5823, 1]], ["subside", [2, 5823, 2]], ["diminish", [2, 5823, 3]], ["fall", [2, 5823, 4]]]}, {"answer": "let_down", "hint": "synonyms for let down", "clues": [["take down", [2, 5824, 0]], ["lower", [2, 5824, 1]], ["disappoint", [2, 5824, 2]], ["bring down", [2, 5824, 3]], ["get down", [2, 5824, 4]]]}, {"answer": "let_in", "hint": "synonyms for let in", "clues": [["include", [2, 5825, 0]], ["allow in", [2, 5825, 1]], ["intromit", [2, 5825, 2]], ["admit", [2, 5825, 3]]]}, {"answer": "let_loose", "hint": "synonyms for let loose", "clues": [["loose", [2, 5826, 0]], ["emit", [2, 5826, 1]], ["utter", [2, 5826, 2]], ["let out", [2, 5826, 3]], ["unleash", [2, 5826, 4]]]}, {"answer": "let_on", "hint": "synonyms for let on", "clues": [["expose", [2, 5827, 0]], ["break", [2, 5827, 1]], ["give away", [2, 5827, 2]], ["unwrap", [2, 5827, 3]], ["bring out", [2, 5827, 4]], ["divulge", [2, 5827, 5]], ["reveal", [2, 5827, 6]], ["disclose", [2, 5827, 7]], ["let out", [2, 5827, 8]], ["discover", [2, 5827, 9]]]}, {"answer": "let_out", "hint": "synonyms for let out", "clues": [["expose", [2, 5828, 0]], ["break", [2, 5828, 1]], ["give away", [2, 5828, 2]], ["bring out", [2, 5828, 3]], ["emit", [2, 5828, 4]], ["let loose", [2, 5828, 5]], ["utter", [2, 5828, 6]], ["unwrap", [2, 5828, 7]], ["divulge", [2, 5828, 8]], ["reveal", [2, 5828, 9]], ["widen", [2, 5828, 10]], ["disclose", [2, 5828, 11]], ["let on", [2, 5828, 12]], ["discover", [2, 5828, 13]]]}, {"answer": "let_the_cat_out_of_the_bag", "hint": "synonyms for let the cat out of the bag", "clues": [["blab", [2, 5829, 0]], ["tattle", [2, 5829, 1]], ["talk", [2, 5829, 2]], ["babble out", [2, 5829, 3]], ["peach", [2, 5829, 4]], ["sing", [2, 5829, 5]], ["spill the beans", [2, 5829, 6]], ["blab out", [2, 5829, 7]], ["babble", [2, 5829, 8]]]}, {"answer": "let_up", "hint": "synonyms for let up", "clues": [["slack off", [2, 5830, 0]], ["ease up", [2, 5830, 1]], ["ease off", [2, 5830, 2]], ["die away", [2, 5830, 3]], ["slack", [2, 5830, 4]], ["abate", [2, 5830, 5]]]}, {"answer": "liaise", "hint": "synonyms for liaise", "clues": [["mediate", [2, 5831, 0]], ["intermediate", [2, 5831, 1]], ["arbitrate", [2, 5831, 2]], ["intercede", [2, 5831, 3]]]}, {"answer": "liberate", "hint": "synonyms for liberate", "clues": [["unloose", [2, 5832, 0]], ["emancipate", [2, 5832, 1]], ["free", [2, 5832, 2]], ["set free", [2, 5832, 3]], ["release", [2, 5832, 4]], ["loose", [2, 5832, 5]]]}, {"answer": "lie_in_wait", "hint": "synonyms for lie in wait", "clues": [["bushwhack", [2, 5833, 0]], ["lurk", [2, 5833, 1]], ["scupper", [2, 5833, 2]], ["ambush", [2, 5833, 3]], ["ambuscade", [2, 5833, 4]], ["waylay", [2, 5833, 5]]]}, {"answer": "lie_with", "hint": "synonyms for lie with", "clues": [["hump", [2, 5834, 0]], ["jazz", [2, 5834, 1]], ["eff", [2, 5834, 2]], ["do it", [2, 5834, 3]], ["bed", [2, 5834, 4]], ["sleep with", [2, 5834, 5]], ["fuck", [2, 5834, 6]], ["be intimate", [2, 5834, 7]], ["make love", [2, 5834, 8]], ["get it on", [2, 5834, 9]], ["roll in the hay", [2, 5834, 10]], ["know", [2, 5834, 11]], ["bang", [2, 5834, 12]], ["love", [2, 5834, 13]], ["have sex", [2, 5834, 14]], ["bonk", [2, 5834, 15]], ["have it off", [2, 5834, 16]], ["get laid", [2, 5834, 17]], ["have a go at it", [2, 5834, 18]], ["have it away", [2, 5834, 19]], ["make out", [2, 5834, 20]], ["have intercourse", [2, 5834, 21]], ["sleep together", [2, 5834, 22]], ["screw", [2, 5834, 23]]]}, {"answer": "lift_out", "hint": "synonyms for lift out", "clues": [["scoop out", [2, 5835, 0]], ["take up", [2, 5835, 1]], ["scoop", [2, 5835, 2]], ["scoop up", [2, 5835, 3]]]}, {"answer": "lift_up", "hint": "synonyms for lift up", "clues": [["intoxicate", [2, 5836, 0]], ["elate", [2, 5836, 1]], ["pick up", [2, 5836, 2]], ["gather up", [2, 5836, 3]], ["uplift", [2, 5836, 4]]]}, {"answer": "light_up", "hint": "synonyms for light up", "clues": [["clear", [2, 5837, 0]], ["brighten", [2, 5837, 1]], ["light", [2, 5837, 2]], ["illume", [2, 5837, 3]], ["illuminate", [2, 5837, 4]], ["clear up", [2, 5837, 5]], ["fire up", [2, 5837, 6]]]}, {"answer": "light_upon", "hint": "synonyms for light upon", "clues": [["happen upon", [2, 5838, 0]], ["chance upon", [2, 5838, 1]], ["fall upon", [2, 5838, 2]], ["attain", [2, 5838, 3]], ["discover", [2, 5838, 4]], ["come across", [2, 5838, 5]], ["come upon", [2, 5838, 6]], ["strike", [2, 5838, 7]]]}, {"answer": "lighten", "hint": "synonyms for lighten", "clues": [["lighten up", [2, 5839, 0]], ["buoy up", [2, 5839, 1]], ["brighten", [2, 5839, 2]], ["relieve", [2, 5839, 3]]]}, {"answer": "limn", "hint": "synonyms for limn", "clues": [["outline", [2, 5840, 0]], ["depict", [2, 5840, 1]], ["portray", [2, 5840, 2]], ["delineate", [2, 5840, 3]]]}, {"answer": "line_up", "hint": "synonyms for line up", "clues": [["dress", [2, 5841, 0]], ["queue up", [2, 5841, 1]], ["come up", [2, 5841, 2]], ["find", [2, 5841, 3]], ["adjust", [2, 5841, 4]], ["align", [2, 5841, 5]], ["queue", [2, 5841, 6]], ["aline", [2, 5841, 7]], ["get hold", [2, 5841, 8]]]}, {"answer": "linger", "hint": "synonyms for linger", "clues": [["tarry", [2, 5842, 0]], ["hang around", [2, 5842, 1]], ["mill about", [2, 5842, 2]], ["loiter", [2, 5842, 3]], ["lollygag", [2, 5842, 4]], ["mill around", [2, 5842, 5]], ["dawdle", [2, 5842, 6]], ["lounge", [2, 5842, 7]], ["hover", [2, 5842, 8]], ["loaf", [2, 5842, 9]], ["lurk", [2, 5842, 10]], ["footle", [2, 5842, 11]], ["mess about", [2, 5842, 12]]]}, {"answer": "link_up", "hint": "synonyms for link up", "clues": [["connect", [2, 5843, 0]], ["associate", [2, 5843, 1]], ["tie", [2, 5843, 2]], ["join", [2, 5843, 3]], ["link", [2, 5843, 4]], ["colligate", [2, 5843, 5]], ["unite", [2, 5843, 6]], ["tie in", [2, 5843, 7]], ["relate", [2, 5843, 8]]]}, {"answer": "liquidate", "hint": "synonyms for liquidate", "clues": [["waste", [2, 5844, 0]], ["neutralize", [2, 5844, 1]], ["pay off", [2, 5844, 2]], ["knock off", [2, 5844, 3]], ["do in", [2, 5844, 4]]]}, {"answer": "liquidize", "hint": "synonyms for liquidize", "clues": [["sell out", [2, 5845, 0]], ["liquidise", [2, 5845, 1]], ["liquefy", [2, 5845, 2]], ["sell up", [2, 5845, 3]]]}, {"answer": "listen", "hint": "synonyms for listen", "clues": [["heed", [2, 5846, 0]], ["take heed", [2, 5846, 1]], ["mind", [2, 5846, 2]], ["hear", [2, 5846, 3]]]}, {"answer": "live_on", "hint": "synonyms for live on", "clues": [["hold up", [2, 5847, 0]], ["hold out", [2, 5847, 1]], ["last", [2, 5847, 2]], ["live", [2, 5847, 3]], ["endure", [2, 5847, 4]], ["go", [2, 5847, 5]], ["survive", [2, 5847, 6]]]}, {"answer": "liven", "hint": "synonyms for liven", "clues": [["invigorate", [2, 5848, 0]], ["liven up", [2, 5848, 1]], ["animate", [2, 5848, 2]], ["enliven", [2, 5848, 3]]]}, {"answer": "liven_up", "hint": "synonyms for liven up", "clues": [["invigorate", [2, 5849, 0]], ["liven", [2, 5849, 1]], ["animate", [2, 5849, 2]], ["enliven", [2, 5849, 3]]]}, {"answer": "localise", "hint": "synonyms for localise", "clues": [["localize", [2, 5850, 0]], ["place", [2, 5850, 1]], ["set", [2, 5850, 2]], ["focalise", [2, 5850, 3]]]}, {"answer": "localize", "hint": "synonyms for localize", "clues": [["place", [2, 5851, 0]], ["localise", [2, 5851, 1]], ["focalize", [2, 5851, 2]], ["set", [2, 5851, 3]]]}, {"answer": "locate", "hint": "synonyms for locate", "clues": [["situate", [2, 5852, 0]], ["settle", [2, 5852, 1]], ["place", [2, 5852, 2]], ["turn up", [2, 5852, 3]], ["site", [2, 5852, 4]]]}, {"answer": "lock_away", "hint": "synonyms for lock away", "clues": [["lock in", [2, 5853, 0]], ["shut up", [2, 5853, 1]], ["shut away", [2, 5853, 2]], ["lock up", [2, 5853, 3]], ["put away", [2, 5853, 4]], ["lock", [2, 5853, 5]]]}, {"answer": "lock_in", "hint": "synonyms for lock in", "clues": [["put away", [2, 5854, 0]], ["shut away", [2, 5854, 1]], ["shut up", [2, 5854, 2]], ["lock up", [2, 5854, 3]], ["seal in", [2, 5854, 4]], ["lock", [2, 5854, 5]], ["lock away", [2, 5854, 6]]]}, {"answer": "lock_up", "hint": "synonyms for lock up", "clues": [["lock in", [2, 5855, 0]], ["shut up", [2, 5855, 1]], ["shut away", [2, 5855, 2]], ["put away", [2, 5855, 3]], ["lock", [2, 5855, 4]], ["lock away", [2, 5855, 5]]]}, {"answer": "log_z's", "hint": "synonyms for log z's", "clues": [["log Z's", [2, 5856, 0]], ["sleep", [2, 5856, 1]], ["slumber", [2, 5856, 2]], ["kip", [2, 5856, 3]], ["catch some Z's", [2, 5856, 4]]]}, {"answer": "loiter", "hint": "synonyms for loiter", "clues": [["hang around", [2, 5857, 0]], ["mill about", [2, 5857, 1]], ["linger", [2, 5857, 2]], ["lollygag", [2, 5857, 3]], ["mill around", [2, 5857, 4]], ["lounge", [2, 5857, 5]], ["tarry", [2, 5857, 6]], ["loaf", [2, 5857, 7]], ["lurk", [2, 5857, 8]], ["footle", [2, 5857, 9]], ["mess about", [2, 5857, 10]]]}, {"answer": "loll", "hint": "synonyms for loll", "clues": [["waste one's time", [2, 5858, 0]], ["bum about", [2, 5858, 1]], ["loll around", [2, 5858, 2]], ["fuck off", [2, 5858, 3]], ["frig around", [2, 5858, 4]], ["loaf", [2, 5858, 5]], ["bum around", [2, 5858, 6]], ["arse around", [2, 5858, 7]], ["lounge about", [2, 5858, 8]], ["arse about", [2, 5858, 9]], ["bum", [2, 5858, 10]], ["lounge around", [2, 5858, 11]], ["droop", [2, 5858, 12]]]}, {"answer": "loll_around", "hint": "synonyms for loll around", "clues": [["waste one's time", [2, 5859, 0]], ["bum about", [2, 5859, 1]], ["fuck off", [2, 5859, 2]], ["frig around", [2, 5859, 3]], ["loaf", [2, 5859, 4]], ["bum around", [2, 5859, 5]], ["arse around", [2, 5859, 6]], ["lounge about", [2, 5859, 7]], ["arse about", [2, 5859, 8]], ["bum", [2, 5859, 9]], ["lounge around", [2, 5859, 10]], ["loll", [2, 5859, 11]]]}, {"answer": "lollygag", "hint": "synonyms for lollygag", "clues": [["hang around", [2, 5860, 0]], ["mill about", [2, 5860, 1]], ["linger", [2, 5860, 2]], ["loiter", [2, 5860, 3]], ["mill around", [2, 5860, 4]], ["lounge", [2, 5860, 5]], ["tarry", [2, 5860, 6]], ["lallygag", [2, 5860, 7]], ["loaf", [2, 5860, 8]], ["lurk", [2, 5860, 9]], ["footle", [2, 5860, 10]], ["mess about", [2, 5860, 11]]]}, {"answer": "look_at", "hint": "synonyms for look at", "clues": [["take", [2, 5861, 0]], ["view", [2, 5861, 1]], ["deal", [2, 5861, 2]], ["consider", [2, 5861, 3]]]}, {"answer": "look_for", "hint": "synonyms for look for", "clues": [["anticipate", [2, 5862, 0]], ["seek", [2, 5862, 1]], ["look to", [2, 5862, 2]], ["search", [2, 5862, 3]]]}, {"answer": "look_into", "hint": "synonyms for look into", "clues": [["check", [2, 5863, 0]], ["check into", [2, 5863, 1]], ["check over", [2, 5863, 2]], ["go over", [2, 5863, 3]], ["investigate", [2, 5863, 4]], ["suss out", [2, 5863, 5]], ["check out", [2, 5863, 6]], ["check up on", [2, 5863, 7]]]}, {"answer": "look_on", "hint": "synonyms for look on", "clues": [["regard as", [2, 5864, 0]], ["repute", [2, 5864, 1]], ["take to be", [2, 5864, 2]], ["look upon", [2, 5864, 3]], ["esteem", [2, 5864, 4]], ["watch", [2, 5864, 5]], ["think of", [2, 5864, 6]]]}, {"answer": "look_sharp", "hint": "synonyms for look sharp", "clues": [["rush", [2, 5865, 0]], ["festinate", [2, 5865, 1]], ["hasten", [2, 5865, 2]], ["hurry", [2, 5865, 3]]]}, {"answer": "look_upon", "hint": "synonyms for look upon", "clues": [["regard as", [2, 5866, 0]], ["repute", [2, 5866, 1]], ["take to be", [2, 5866, 2]], ["look on", [2, 5866, 3]], ["esteem", [2, 5866, 4]], ["think of", [2, 5866, 5]]]}, {"answer": "loosen", "hint": "synonyms for loosen", "clues": [["untie", [2, 5867, 0]], ["undo", [2, 5867, 1]], ["relax", [2, 5867, 2]], ["tease", [2, 5867, 3]], ["loose", [2, 5867, 4]], ["tease apart", [2, 5867, 5]]]}, {"answer": "loosen_up", "hint": "synonyms for loosen up", "clues": [["unlax", [2, 5868, 0]], ["decompress", [2, 5868, 1]], ["unwind", [2, 5868, 2]], ["make relaxed", [2, 5868, 3]], ["unbend", [2, 5868, 4]], ["relax", [2, 5868, 5]], ["limber up", [2, 5868, 6]], ["unstuff", [2, 5868, 7]], ["warm up", [2, 5868, 8]], ["slow down", [2, 5868, 9]], ["unstrain", [2, 5868, 10]]]}, {"answer": "lop", "hint": "synonyms for lop", "clues": [["dress", [2, 5869, 0]], ["clip", [2, 5869, 1]], ["crop", [2, 5869, 2]], ["snip", [2, 5869, 3]], ["trim", [2, 5869, 4]], ["prune", [2, 5869, 5]], ["cut back", [2, 5869, 6]], ["sever", [2, 5869, 7]], ["discerp", [2, 5869, 8]]]}, {"answer": "lose", "hint": "synonyms for lose", "clues": [["drop off", [2, 5870, 0]], ["mislay", [2, 5870, 1]], ["miss", [2, 5870, 2]], ["turn a loss", [2, 5870, 3]], ["fall back", [2, 5870, 4]], ["misplace", [2, 5870, 5]], ["fall behind", [2, 5870, 6]], ["suffer", [2, 5870, 7]], ["recede", [2, 5870, 8]]]}, {"answer": "lose_one's_temper", "hint": "synonyms for lose one's temper", "clues": [["combust", [2, 5871, 0]], ["have a fit", [2, 5871, 1]], ["blow one's stack", [2, 5871, 2]], ["blow a fuse", [2, 5871, 3]], ["flip one's lid", [2, 5871, 4]], ["fly off the handle", [2, 5871, 5]], ["go ballistic", [2, 5871, 6]], ["hit the ceiling", [2, 5871, 7]], ["have kittens", [2, 5871, 8]], ["throw a fit", [2, 5871, 9]], ["hit the roof", [2, 5871, 10]], ["blow up", [2, 5871, 11]]]}, {"answer": "lose_weight", "hint": "synonyms for lose weight", "clues": [["slim", [2, 5872, 0]], ["slim down", [2, 5872, 1]], ["melt off", [2, 5872, 2]], ["slenderize", [2, 5872, 3]], ["thin", [2, 5872, 4]], ["reduce", [2, 5872, 5]]]}, {"answer": "lounge_about", "hint": "synonyms for lounge about", "clues": [["waste one's time", [2, 5873, 0]], ["bum about", [2, 5873, 1]], ["loll around", [2, 5873, 2]], ["fuck off", [2, 5873, 3]], ["frig around", [2, 5873, 4]], ["loaf", [2, 5873, 5]], ["bum around", [2, 5873, 6]], ["arse around", [2, 5873, 7]], ["lounge around", [2, 5873, 8]], ["arse about", [2, 5873, 9]], ["bum", [2, 5873, 10]], ["loll", [2, 5873, 11]]]}, {"answer": "lounge_around", "hint": "synonyms for lounge around", "clues": [["waste one's time", [2, 5874, 0]], ["bum about", [2, 5874, 1]], ["loll around", [2, 5874, 2]], ["fuck off", [2, 5874, 3]], ["frig around", [2, 5874, 4]], ["loaf", [2, 5874, 5]], ["bum around", [2, 5874, 6]], ["arse around", [2, 5874, 7]], ["lounge about", [2, 5874, 8]], ["arse about", [2, 5874, 9]], ["bum", [2, 5874, 10]], ["loll", [2, 5874, 11]]]}, {"answer": "louse_up", "hint": "synonyms for louse up", "clues": [["bodge", [2, 5875, 0]], ["bungle", [2, 5875, 1]], ["fumble", [2, 5875, 2]], ["blow", [2, 5875, 3]], ["muck up", [2, 5875, 4]], ["bollix up", [2, 5875, 5]], ["bobble", [2, 5875, 6]], ["fluff", [2, 5875, 7]], ["screw up", [2, 5875, 8]], ["botch up", [2, 5875, 9]], ["foul up", [2, 5875, 10]], ["bollix", [2, 5875, 11]], ["spoil", [2, 5875, 12]], ["bumble", [2, 5875, 13]], ["mess up", [2, 5875, 14]], ["flub", [2, 5875, 15]], ["ball up", [2, 5875, 16]], ["bollocks up", [2, 5875, 17]], ["bollocks", [2, 5875, 18]], ["mishandle", [2, 5875, 19]], ["muff", [2, 5875, 20]], ["botch", [2, 5875, 21]]]}, {"answer": "lucubrate", "hint": "synonyms for lucubrate", "clues": [["expound", [2, 5876, 0]], ["elaborate", [2, 5876, 1]], ["expand", [2, 5876, 2]], ["exposit", [2, 5876, 3]], ["expatiate", [2, 5876, 4]], ["enlarge", [2, 5876, 5]], ["dilate", [2, 5876, 6]], ["flesh out", [2, 5876, 7]]]}, {"answer": "lurk", "hint": "synonyms for lurk", "clues": [["hang around", [2, 5877, 0]], ["loiter", [2, 5877, 1]], ["lie in wait", [2, 5877, 2]], ["skulk", [2, 5877, 3]], ["lollygag", [2, 5877, 4]], ["mill around", [2, 5877, 5]], ["tarry", [2, 5877, 6]], ["loaf", [2, 5877, 7]], ["mess about", [2, 5877, 8]], ["scupper", [2, 5877, 9]], ["ambush", [2, 5877, 10]], ["mill about", [2, 5877, 11]], ["linger", [2, 5877, 12]], ["bushwhack", [2, 5877, 13]], ["lounge", [2, 5877, 14]], ["ambuscade", [2, 5877, 15]], ["footle", [2, 5877, 16]], ["waylay", [2, 5877, 17]]]}, {"answer": "machinate", "hint": "synonyms for machinate", "clues": [["organise", [2, 5878, 0]], ["devise", [2, 5878, 1]], ["conjure", [2, 5878, 2]], ["complot", [2, 5878, 3]], ["prepare", [2, 5878, 4]], ["get up", [2, 5878, 5]], ["conspire", [2, 5878, 6]], ["cabal", [2, 5878, 7]]]}, {"answer": "magnetise", "hint": "synonyms for magnetise", "clues": [["magnetize", [2, 5879, 0]], ["mesmerise", [2, 5879, 1]], ["bewitch", [2, 5879, 2]], ["spellbind", [2, 5879, 3]]]}, {"answer": "magnetize", "hint": "synonyms for magnetize", "clues": [["mesmerize", [2, 5880, 0]], ["magnetise", [2, 5880, 1]], ["bewitch", [2, 5880, 2]], ["spellbind", [2, 5880, 3]]]}, {"answer": "magnify", "hint": "synonyms for magnify", "clues": [["enlarge", [2, 5881, 0]], ["amplify", [2, 5881, 1]], ["hyperbolize", [2, 5881, 2]], ["overdraw", [2, 5881, 3]], ["blow up", [2, 5881, 4]], ["exaggerate", [2, 5881, 5]], ["overstate", [2, 5881, 6]]]}, {"answer": "maintain", "hint": "synonyms for maintain", "clues": [["hold", [2, 5882, 0]], ["sustain", [2, 5882, 1]], ["keep", [2, 5882, 2]], ["defend", [2, 5882, 3]], ["exert", [2, 5882, 4]], ["asseverate", [2, 5882, 5]], ["wield", [2, 5882, 6]], ["observe", [2, 5882, 7]], ["assert", [2, 5882, 8]], ["uphold", [2, 5882, 9]], ["conserve", [2, 5882, 10]], ["preserve", [2, 5882, 11]], ["keep up", [2, 5882, 12]]]}, {"answer": "make_do", "hint": "synonyms for make do", "clues": [["make out", [2, 5883, 0]], ["grapple", [2, 5883, 1]], ["cope", [2, 5883, 2]], ["get by", [2, 5883, 3]], ["deal", [2, 5883, 4]], ["contend", [2, 5883, 5]], ["manage", [2, 5883, 6]]]}, {"answer": "make_for", "hint": "synonyms for make for", "clues": [["wreak", [2, 5884, 0]], ["bring", [2, 5884, 1]], ["work", [2, 5884, 2]], ["play", [2, 5884, 3]]]}, {"answer": "make_fun", "hint": "synonyms for make fun", "clues": [["laugh at", [2, 5885, 0]], ["roast", [2, 5885, 1]], ["poke fun", [2, 5885, 2]], ["guy", [2, 5885, 3]], ["jest at", [2, 5885, 4]], ["rib", [2, 5885, 5]], ["blackguard", [2, 5885, 6]], ["ridicule", [2, 5885, 7]]]}, {"answer": "make_happy", "hint": "synonyms for make happy", "clues": [["wassail", [2, 5886, 0]], ["make whoopie", [2, 5886, 1]], ["whoop it up", [2, 5886, 2]], ["jollify", [2, 5886, 3]], ["racket", [2, 5886, 4]], ["revel", [2, 5886, 5]], ["make merry", [2, 5886, 6]]]}, {"answer": "make_headway", "hint": "synonyms for make headway", "clues": [["get ahead", [2, 5887, 0]], ["pull ahead", [2, 5887, 1]], ["advance", [2, 5887, 2]], ["gain ground", [2, 5887, 3]], ["gain", [2, 5887, 4]], ["win", [2, 5887, 5]]]}, {"answer": "make_it", "hint": "synonyms for make it", "clues": [["go far", [2, 5888, 0]], ["pull through", [2, 5888, 1]], ["come through", [2, 5888, 2]], ["get in", [2, 5888, 3]], ["arrive", [2, 5888, 4]], ["pass", [2, 5888, 5]], ["survive", [2, 5888, 6]], ["pull round", [2, 5888, 7]]]}, {"answer": "make_love", "hint": "synonyms for make love", "clues": [["hump", [2, 5889, 0]], ["jazz", [2, 5889, 1]], ["eff", [2, 5889, 2]], ["do it", [2, 5889, 3]], ["bed", [2, 5889, 4]], ["lie with", [2, 5889, 5]], ["sleep with", [2, 5889, 6]], ["fuck", [2, 5889, 7]], ["be intimate", [2, 5889, 8]], ["get it on", [2, 5889, 9]], ["roll in the hay", [2, 5889, 10]], ["know", [2, 5889, 11]], ["bang", [2, 5889, 12]], ["love", [2, 5889, 13]], ["have sex", [2, 5889, 14]], ["bonk", [2, 5889, 15]], ["have it off", [2, 5889, 16]], ["get laid", [2, 5889, 17]], ["have a go at it", [2, 5889, 18]], ["have it away", [2, 5889, 19]], ["make out", [2, 5889, 20]], ["have intercourse", [2, 5889, 21]], ["sleep together", [2, 5889, 22]], ["screw", [2, 5889, 23]]]}, {"answer": "make_merry", "hint": "synonyms for make merry", "clues": [["wassail", [2, 5890, 0]], ["make whoopie", [2, 5890, 1]], ["whoop it up", [2, 5890, 2]], ["jollify", [2, 5890, 3]], ["make happy", [2, 5890, 4]], ["racket", [2, 5890, 5]], ["revel", [2, 5890, 6]]]}, {"answer": "make_off", "hint": "synonyms for make off", "clues": [["absquatulate", [2, 5891, 0]], ["go off", [2, 5891, 1]], ["decamp", [2, 5891, 2]], ["bolt", [2, 5891, 3]], ["abscond", [2, 5891, 4]], ["run off", [2, 5891, 5]]]}, {"answer": "make_out", "hint": "synonyms for make out", "clues": [["write out", [2, 5892, 0]], ["hump", [2, 5892, 1]], ["jazz", [2, 5892, 2]], ["deal", [2, 5892, 3]], ["eff", [2, 5892, 4]], ["do it", [2, 5892, 5]], ["contend", [2, 5892, 6]], ["spot", [2, 5892, 7]], ["distinguish", [2, 5892, 8]], ["cut", [2, 5892, 9]], ["issue", [2, 5892, 10]], ["bed", [2, 5892, 11]], ["lie with", [2, 5892, 12]], ["fill out", [2, 5892, 13]], ["sleep with", [2, 5892, 14]], ["come", [2, 5892, 15]], ["fuck", [2, 5892, 16]], ["be intimate", [2, 5892, 17]], ["roll in the hay", [2, 5892, 18]], ["grapple", [2, 5892, 19]], ["cope", [2, 5892, 20]], ["bang", [2, 5892, 21]], ["love", [2, 5892, 22]], ["have it off", [2, 5892, 23]], ["have a go at it", [2, 5892, 24]], ["have it away", [2, 5892, 25]], ["recognize", [2, 5892, 26]], ["have intercourse", [2, 5892, 27]], ["pick out", [2, 5892, 28]], ["get along", [2, 5892, 29]], ["neck", [2, 5892, 30]], ["make do", [2, 5892, 31]], ["do", [2, 5892, 32]], ["complete", [2, 5892, 33]], ["get by", [2, 5892, 34]], ["fill in", [2, 5892, 35]], ["make love", [2, 5892, 36]], ["get it on", [2, 5892, 37]], ["know", [2, 5892, 38]], ["have sex", [2, 5892, 39]], ["bonk", [2, 5892, 40]], ["screw", [2, 5892, 41]], ["get laid", [2, 5892, 42]], ["discern", [2, 5892, 43]], ["fare", [2, 5892, 44]], ["tell apart", [2, 5892, 45]], ["sleep together", [2, 5892, 46]], ["manage", [2, 5892, 47]]]}, {"answer": "make_over", "hint": "synonyms for make over", "clues": [["refashion", [2, 5893, 0]], ["rework", [2, 5893, 1]], ["retread", [2, 5893, 2]], ["remake", [2, 5893, 3]], ["redo", [2, 5893, 4]]]}, {"answer": "make_relaxed", "hint": "synonyms for make relaxed", "clues": [["loosen up", [2, 5894, 0]], ["relax", [2, 5894, 1]], ["unwind", [2, 5894, 2]], ["unstrain", [2, 5894, 3]], ["unlax", [2, 5894, 4]]]}, {"answer": "make_up", "hint": "synonyms for make up", "clues": [["constitute", [2, 5895, 0]], ["reconcile", [2, 5895, 1]], ["pay", [2, 5895, 2]], ["fabricate", [2, 5895, 3]], ["comprise", [2, 5895, 4]], ["even out", [2, 5895, 5]], ["even off", [2, 5895, 6]], ["patch up", [2, 5895, 7]], ["be", [2, 5895, 8]], ["invent", [2, 5895, 9]], ["represent", [2, 5895, 10]], ["cook up", [2, 5895, 11]], ["catch up with", [2, 5895, 12]], ["settle", [2, 5895, 13]], ["compensate", [2, 5895, 14]], ["even up", [2, 5895, 15]], ["make", [2, 5895, 16]], ["conciliate", [2, 5895, 17]], ["correct", [2, 5895, 18]], ["pay off", [2, 5895, 19]], ["manufacture", [2, 5895, 20]], ["counterbalance", [2, 5895, 21]]]}, {"answer": "make_water", "hint": "synonyms for make water", "clues": [["piss", [2, 5896, 0]], ["spend a penny", [2, 5896, 1]], ["pee", [2, 5896, 2]], ["puddle", [2, 5896, 3]], ["pass water", [2, 5896, 4]], ["relieve oneself", [2, 5896, 5]], ["urinate", [2, 5896, 6]], ["micturate", [2, 5896, 7]], ["wee-wee", [2, 5896, 8]], ["take a leak", [2, 5896, 9]], ["make", [2, 5896, 10]], ["pee-pee", [2, 5896, 11]], ["wee", [2, 5896, 12]], ["piddle", [2, 5896, 13]]]}, {"answer": "make_whoopie", "hint": "synonyms for make whoopie", "clues": [["wassail", [2, 5897, 0]], ["whoop it up", [2, 5897, 1]], ["jollify", [2, 5897, 2]], ["make happy", [2, 5897, 3]], ["racket", [2, 5897, 4]], ["revel", [2, 5897, 5]], ["make merry", [2, 5897, 6]]]}, {"answer": "maltreat", "hint": "synonyms for maltreat", "clues": [["ill-treat", [2, 5898, 0]], ["ill-use", [2, 5898, 1]], ["step", [2, 5898, 2]], ["abuse", [2, 5898, 3]], ["mistreat", [2, 5898, 4]]]}, {"answer": "malversate", "hint": "synonyms for malversate", "clues": [["defalcate", [2, 5899, 0]], ["misappropriate", [2, 5899, 1]], ["peculate", [2, 5899, 2]], ["embezzle", [2, 5899, 3]]]}, {"answer": "manage", "hint": "synonyms for manage", "clues": [["oversee", [2, 5900, 0]], ["make do", [2, 5900, 1]], ["finagle", [2, 5900, 2]], ["care", [2, 5900, 3]], ["deal", [2, 5900, 4]], ["carry off", [2, 5900, 5]], ["supervise", [2, 5900, 6]], ["contend", [2, 5900, 7]], ["make out", [2, 5900, 8]], ["wangle", [2, 5900, 9]], ["get by", [2, 5900, 10]], ["grapple", [2, 5900, 11]], ["handle", [2, 5900, 12]], ["cope", [2, 5900, 13]], ["wield", [2, 5900, 14]], ["superintend", [2, 5900, 15]], ["do", [2, 5900, 16]], ["pull off", [2, 5900, 17]], ["bring off", [2, 5900, 18]], ["negociate", [2, 5900, 19]]]}, {"answer": "manipulate", "hint": "synonyms for manipulate", "clues": [["falsify", [2, 5901, 0]], ["wangle", [2, 5901, 1]], ["fudge", [2, 5901, 2]], ["pull wires", [2, 5901, 3]], ["fake", [2, 5901, 4]], ["misrepresent", [2, 5901, 5]], ["rig", [2, 5901, 6]], ["pull strings", [2, 5901, 7]], ["control", [2, 5901, 8]], ["cook", [2, 5901, 9]], ["keep in line", [2, 5901, 10]]]}, {"answer": "manoeuver", "hint": "synonyms for manoeuver", "clues": [["manoeuvre", [2, 5902, 0]], ["head", [2, 5902, 1]], ["channelize", [2, 5902, 2]], ["direct", [2, 5902, 3]], ["steer", [2, 5902, 4]], ["maneuver", [2, 5902, 5]], ["guide", [2, 5902, 6]], ["operate", [2, 5902, 7]], ["point", [2, 5902, 8]]]}, {"answer": "march_on", "hint": "synonyms for march on", "clues": [["go on", [2, 5903, 0]], ["progress", [2, 5903, 1]], ["advance", [2, 5903, 2]], ["pass on", [2, 5903, 3]], ["move on", [2, 5903, 4]]]}, {"answer": "mark_off", "hint": "synonyms for mark off", "clues": [["mark", [2, 5904, 0]], ["check off", [2, 5904, 1]], ["tick off", [2, 5904, 2]], ["mark out", [2, 5904, 3]], ["check", [2, 5904, 4]], ["tick", [2, 5904, 5]]]}, {"answer": "marry", "hint": "synonyms for marry", "clues": [["conjoin", [2, 5905, 0]], ["splice", [2, 5905, 1]], ["wed", [2, 5905, 2]], ["get hitched with", [2, 5905, 3]], ["espouse", [2, 5905, 4]], ["get married", [2, 5905, 5]], ["tie", [2, 5905, 6]], ["hook up with", [2, 5905, 7]]]}, {"answer": "masturbate", "hint": "synonyms for masturbate", "clues": [["jerk off", [2, 5906, 0]], ["wank", [2, 5906, 1]], ["jack off", [2, 5906, 2]], ["she-bop", [2, 5906, 3]], ["fuck off", [2, 5906, 4]]]}, {"answer": "mat_up", "hint": "synonyms for mat up", "clues": [["felt", [2, 5907, 0]], ["mat", [2, 5907, 1]], ["felt up", [2, 5907, 2]], ["matt-up", [2, 5907, 3]], ["matte up", [2, 5907, 4]], ["matte", [2, 5907, 5]]]}, {"answer": "matt-up", "hint": "synonyms for matt-up", "clues": [["felt", [2, 5908, 0]], ["mat", [2, 5908, 1]], ["mat up", [2, 5908, 2]], ["felt up", [2, 5908, 3]], ["matte", [2, 5908, 4]]]}, {"answer": "matte_up", "hint": "synonyms for matte up", "clues": [["felt", [2, 5909, 0]], ["mat", [2, 5909, 1]], ["mat up", [2, 5909, 2]], ["felt up", [2, 5909, 3]], ["matt-up", [2, 5909, 4]], ["matte", [2, 5909, 5]]]}, {"answer": "maturate", "hint": "synonyms for maturate", "clues": [["mature", [2, 5910, 0]], ["fester", [2, 5910, 1]], ["grow", [2, 5910, 2]], ["suppurate", [2, 5910, 3]], ["senesce", [2, 5910, 4]], ["age", [2, 5910, 5]], ["get on", [2, 5910, 6]]]}, {"answer": "maunder", "hint": "synonyms for maunder", "clues": [["blab", [2, 5911, 0]], ["blabber", [2, 5911, 1]], ["chatter", [2, 5911, 2]], ["mumble", [2, 5911, 3]], ["piffle", [2, 5911, 4]], ["twaddle", [2, 5911, 5]], ["clack", [2, 5911, 6]], ["mutter", [2, 5911, 7]], ["tittle-tattle", [2, 5911, 8]], ["prate", [2, 5911, 9]], ["tattle", [2, 5911, 10]], ["palaver", [2, 5911, 11]], ["mussitate", [2, 5911, 12]], ["prattle", [2, 5911, 13]], ["gabble", [2, 5911, 14]], ["gibber", [2, 5911, 15]]]}, {"answer": "meditate", "hint": "synonyms for meditate", "clues": [["think over", [2, 5912, 0]], ["excogitate", [2, 5912, 1]], ["reflect", [2, 5912, 2]], ["muse", [2, 5912, 3]], ["speculate", [2, 5912, 4]], ["ruminate", [2, 5912, 5]], ["study", [2, 5912, 6]], ["mull over", [2, 5912, 7]], ["contemplate", [2, 5912, 8]], ["ponder", [2, 5912, 9]], ["mull", [2, 5912, 10]], ["chew over", [2, 5912, 11]]]}, {"answer": "melanise", "hint": "synonyms for melanise", "clues": [["blacken", [2, 5913, 0]], ["melanize", [2, 5913, 1]], ["nigrify", [2, 5913, 2]], ["black", [2, 5913, 3]]]}, {"answer": "melanize", "hint": "synonyms for melanize", "clues": [["blacken", [2, 5914, 0]], ["melanise", [2, 5914, 1]], ["nigrify", [2, 5914, 2]], ["black", [2, 5914, 3]]]}, {"answer": "meliorate", "hint": "synonyms for meliorate", "clues": [["ameliorate", [2, 5915, 0]], ["better", [2, 5915, 1]], ["improve", [2, 5915, 2]], ["amend", [2, 5915, 3]]]}, {"answer": "melt_off", "hint": "synonyms for melt off", "clues": [["slim", [2, 5916, 0]], ["slim down", [2, 5916, 1]], ["lose weight", [2, 5916, 2]], ["slenderize", [2, 5916, 3]], ["thin", [2, 5916, 4]], ["reduce", [2, 5916, 5]]]}, {"answer": "memorialise", "hint": "synonyms for memorialise", "clues": [["commemorate", [2, 5917, 0]], ["immortalise", [2, 5917, 1]], ["record", [2, 5917, 2]], ["memorialize", [2, 5917, 3]]]}, {"answer": "memorialize", "hint": "synonyms for memorialize", "clues": [["commemorate", [2, 5918, 0]], ["memorialise", [2, 5918, 1]], ["immortalise", [2, 5918, 2]], ["record", [2, 5918, 3]]]}, {"answer": "merge", "hint": "synonyms for merge", "clues": [["conflate", [2, 5919, 0]], ["fuse", [2, 5919, 1]], ["unite", [2, 5919, 2]], ["meld", [2, 5919, 3]], ["commingle", [2, 5919, 4]], ["unify", [2, 5919, 5]], ["combine", [2, 5919, 6]], ["coalesce", [2, 5919, 7]], ["mix", [2, 5919, 8]], ["flux", [2, 5919, 9]], ["immix", [2, 5919, 10]], ["blend", [2, 5919, 11]]]}, {"answer": "mesmerise", "hint": "synonyms for mesmerise", "clues": [["mesmerize", [2, 5920, 0]], ["magnetize", [2, 5920, 1]], ["hypnotise", [2, 5920, 2]], ["bewitch", [2, 5920, 3]], ["spellbind", [2, 5920, 4]]]}, {"answer": "mesmerize", "hint": "synonyms for mesmerize", "clues": [["magnetize", [2, 5921, 0]], ["hypnotise", [2, 5921, 1]], ["mesmerise", [2, 5921, 2]], ["bewitch", [2, 5921, 3]], ["spellbind", [2, 5921, 4]]]}, {"answer": "mess_about", "hint": "synonyms for mess about", "clues": [["hang around", [2, 5922, 0]], ["mill about", [2, 5922, 1]], ["linger", [2, 5922, 2]], ["loiter", [2, 5922, 3]], ["lollygag", [2, 5922, 4]], ["mill around", [2, 5922, 5]], ["lounge", [2, 5922, 6]], ["tarry", [2, 5922, 7]], ["loaf", [2, 5922, 8]], ["lurk", [2, 5922, 9]], ["footle", [2, 5922, 10]]]}, {"answer": "mess_around", "hint": "synonyms for mess around", "clues": [["muck around", [2, 5923, 0]], ["muck about", [2, 5923, 1]], ["tinker", [2, 5923, 2]], ["monkey", [2, 5923, 3]], ["putter", [2, 5923, 4]], ["monkey around", [2, 5923, 5]], ["potter", [2, 5923, 6]]]}, {"answer": "mess_up", "hint": "synonyms for mess up", "clues": [["bodge", [2, 5924, 0]], ["mess", [2, 5924, 1]], ["bungle", [2, 5924, 2]], ["fumble", [2, 5924, 3]], ["ruffle up", [2, 5924, 4]], ["blow", [2, 5924, 5]], ["muck up", [2, 5924, 6]], ["bollix up", [2, 5924, 7]], ["bobble", [2, 5924, 8]], ["fluff", [2, 5924, 9]], ["screw up", [2, 5924, 10]], ["botch up", [2, 5924, 11]], ["foul up", [2, 5924, 12]], ["bollix", [2, 5924, 13]], ["spoil", [2, 5924, 14]], ["bumble", [2, 5924, 15]], ["ruffle", [2, 5924, 16]], ["flub", [2, 5924, 17]], ["ball up", [2, 5924, 18]], ["bollocks up", [2, 5924, 19]], ["louse up", [2, 5924, 20]], ["bollocks", [2, 5924, 21]], ["rumple", [2, 5924, 22]], ["mishandle", [2, 5924, 23]], ["muff", [2, 5924, 24]], ["botch", [2, 5924, 25]]]}, {"answer": "metamorphose", "hint": "synonyms for metamorphose", "clues": [["transfigure", [2, 5925, 0]], ["transmute", [2, 5925, 1]], ["transform", [2, 5925, 2]], ["transmogrify", [2, 5925, 3]]]}, {"answer": "mete_out", "hint": "synonyms for mete out", "clues": [["parcel out", [2, 5926, 0]], ["deal out", [2, 5926, 1]], ["lot", [2, 5926, 2]], ["dish out", [2, 5926, 3]], ["administer", [2, 5926, 4]], ["dispense", [2, 5926, 5]], ["shell out", [2, 5926, 6]], ["allot", [2, 5926, 7]], ["deal", [2, 5926, 8]], ["dole out", [2, 5926, 9]], ["distribute", [2, 5926, 10]]]}, {"answer": "micturate", "hint": "synonyms for micturate", "clues": [["piss", [2, 5927, 0]], ["spend a penny", [2, 5927, 1]], ["make water", [2, 5927, 2]], ["pee", [2, 5927, 3]], ["puddle", [2, 5927, 4]], ["pass water", [2, 5927, 5]], ["relieve oneself", [2, 5927, 6]], ["urinate", [2, 5927, 7]], ["wee-wee", [2, 5927, 8]], ["take a leak", [2, 5927, 9]], ["make", [2, 5927, 10]], ["pee-pee", [2, 5927, 11]], ["wee", [2, 5927, 12]], ["piddle", [2, 5927, 13]]]}, {"answer": "mill_about", "hint": "synonyms for mill about", "clues": [["hang around", [2, 5928, 0]], ["linger", [2, 5928, 1]], ["loiter", [2, 5928, 2]], ["lollygag", [2, 5928, 3]], ["mill around", [2, 5928, 4]], ["lounge", [2, 5928, 5]], ["mill", [2, 5928, 6]], ["tarry", [2, 5928, 7]], ["loaf", [2, 5928, 8]], ["lurk", [2, 5928, 9]], ["footle", [2, 5928, 10]], ["mess about", [2, 5928, 11]]]}, {"answer": "mill_around", "hint": "synonyms for mill around", "clues": [["hang around", [2, 5929, 0]], ["mill about", [2, 5929, 1]], ["linger", [2, 5929, 2]], ["loiter", [2, 5929, 3]], ["lollygag", [2, 5929, 4]], ["lounge", [2, 5929, 5]], ["mill", [2, 5929, 6]], ["tarry", [2, 5929, 7]], ["loaf", [2, 5929, 8]], ["lurk", [2, 5929, 9]], ["footle", [2, 5929, 10]], ["mess about", [2, 5929, 11]]]}, {"answer": "mingle", "hint": "synonyms for mingle", "clues": [["unify", [2, 5930, 0]], ["mix", [2, 5930, 1]], ["commix", [2, 5930, 2]], ["amalgamate", [2, 5930, 3]], ["jumble", [2, 5930, 4]]]}, {"answer": "minimize", "hint": "synonyms for minimize", "clues": [["minimise", [2, 5931, 0]], ["denigrate", [2, 5931, 1]], ["downplay", [2, 5931, 2]], ["belittle", [2, 5931, 3]], ["derogate", [2, 5931, 4]], ["understate", [2, 5931, 5]]]}, {"answer": "misapprehend", "hint": "synonyms for misapprehend", "clues": [["misinterpret", [2, 5932, 0]], ["misconceive", [2, 5932, 1]], ["misunderstand", [2, 5932, 2]], ["misconstrue", [2, 5932, 3]], ["be amiss", [2, 5932, 4]]]}, {"answer": "misappropriate", "hint": "synonyms for misappropriate", "clues": [["defalcate", [2, 5933, 0]], ["malversate", [2, 5933, 1]], ["peculate", [2, 5933, 2]], ["embezzle", [2, 5933, 3]]]}, {"answer": "misconceive", "hint": "synonyms for misconceive", "clues": [["misinterpret", [2, 5934, 0]], ["misapprehend", [2, 5934, 1]], ["misunderstand", [2, 5934, 2]], ["misconstrue", [2, 5934, 3]], ["be amiss", [2, 5934, 4]]]}, {"answer": "misconstrue", "hint": "synonyms for misconstrue", "clues": [["misinterpret", [2, 5935, 0]], ["misapprehend", [2, 5935, 1]], ["misconceive", [2, 5935, 2]], ["misunderstand", [2, 5935, 3]], ["be amiss", [2, 5935, 4]]]}, {"answer": "misdirect", "hint": "synonyms for misdirect", "clues": [["deprave", [2, 5936, 0]], ["lead astray", [2, 5936, 1]], ["demoralise", [2, 5936, 2]], ["debauch", [2, 5936, 3]], ["misaddress", [2, 5936, 4]], ["corrupt", [2, 5936, 5]], ["pervert", [2, 5936, 6]], ["profane", [2, 5936, 7]], ["misguide", [2, 5936, 8]], ["vitiate", [2, 5936, 9]], ["subvert", [2, 5936, 10]], ["debase", [2, 5936, 11]], ["mislead", [2, 5936, 12]]]}, {"answer": "misguide", "hint": "synonyms for misguide", "clues": [["misadvise", [2, 5937, 0]], ["lead astray", [2, 5937, 1]], ["misdirect", [2, 5937, 2]], ["mislead", [2, 5937, 3]]]}, {"answer": "mishandle", "hint": "synonyms for mishandle", "clues": [["bodge", [2, 5938, 0]], ["bungle", [2, 5938, 1]], ["fumble", [2, 5938, 2]], ["blow", [2, 5938, 3]], ["muck up", [2, 5938, 4]], ["mismanage", [2, 5938, 5]], ["bollix up", [2, 5938, 6]], ["bobble", [2, 5938, 7]], ["fluff", [2, 5938, 8]], ["screw up", [2, 5938, 9]], ["botch up", [2, 5938, 10]], ["foul up", [2, 5938, 11]], ["bollix", [2, 5938, 12]], ["spoil", [2, 5938, 13]], ["bumble", [2, 5938, 14]], ["misconduct", [2, 5938, 15]], ["mess up", [2, 5938, 16]], ["flub", [2, 5938, 17]], ["ball up", [2, 5938, 18]], ["bollocks up", [2, 5938, 19]], ["louse up", [2, 5938, 20]], ["bollocks", [2, 5938, 21]], ["muff", [2, 5938, 22]], ["botch", [2, 5938, 23]]]}, {"answer": "misinterpret", "hint": "synonyms for misinterpret", "clues": [["misapprehend", [2, 5939, 0]], ["misconceive", [2, 5939, 1]], ["misunderstand", [2, 5939, 2]], ["misread", [2, 5939, 3]], ["misconstrue", [2, 5939, 4]], ["be amiss", [2, 5939, 5]]]}, {"answer": "mislead", "hint": "synonyms for mislead", "clues": [["lead astray", [2, 5940, 0]], ["misdirect", [2, 5940, 1]], ["misguide", [2, 5940, 2]], ["misinform", [2, 5940, 3]]]}, {"answer": "misrepresent", "hint": "synonyms for misrepresent", "clues": [["fake", [2, 5941, 0]], ["manipulate", [2, 5941, 1]], ["falsify", [2, 5941, 2]], ["wangle", [2, 5941, 3]], ["fudge", [2, 5941, 4]], ["belie", [2, 5941, 5]], ["cook", [2, 5941, 6]]]}, {"answer": "mistreat", "hint": "synonyms for mistreat", "clues": [["ill-treat", [2, 5942, 0]], ["ill-use", [2, 5942, 1]], ["step", [2, 5942, 2]], ["abuse", [2, 5942, 3]], ["maltreat", [2, 5942, 4]]]}, {"answer": "misunderstand", "hint": "synonyms for misunderstand", "clues": [["misinterpret", [2, 5943, 0]], ["misapprehend", [2, 5943, 1]], ["misconceive", [2, 5943, 2]], ["misconstrue", [2, 5943, 3]], ["be amiss", [2, 5943, 4]]]}, {"answer": "mobilise", "hint": "synonyms for mobilise", "clues": [["mobilize", [2, 5944, 0]], ["rally", [2, 5944, 1]], ["marshal", [2, 5944, 2]], ["circulate", [2, 5944, 3]], ["summon", [2, 5944, 4]], ["call up", [2, 5944, 5]]]}, {"answer": "mobilize", "hint": "synonyms for mobilize", "clues": [["mobilise", [2, 5945, 0]], ["rally", [2, 5945, 1]], ["marshal", [2, 5945, 2]], ["circulate", [2, 5945, 3]], ["summon", [2, 5945, 4]], ["call up", [2, 5945, 5]]]}, {"answer": "moil", "hint": "synonyms for moil", "clues": [["fag", [2, 5946, 0]], ["travail", [2, 5946, 1]], ["grind", [2, 5946, 2]], ["boil", [2, 5946, 3]], ["dig", [2, 5946, 4]], ["drudge", [2, 5946, 5]], ["toil", [2, 5946, 6]], ["labor", [2, 5946, 7]], ["roil", [2, 5946, 8]], ["churn", [2, 5946, 9]]]}, {"answer": "molest", "hint": "synonyms for molest", "clues": [["hassle", [2, 5947, 0]], ["plague", [2, 5947, 1]], ["harry", [2, 5947, 2]], ["chivvy", [2, 5947, 3]], ["chevvy", [2, 5947, 4]], ["provoke", [2, 5947, 5]], ["beset", [2, 5947, 6]], ["harass", [2, 5947, 7]]]}, {"answer": "mollify", "hint": "synonyms for mollify", "clues": [["temper", [2, 5948, 0]], ["placate", [2, 5948, 1]], ["appease", [2, 5948, 2]], ["gentle", [2, 5948, 3]], ["conciliate", [2, 5948, 4]], ["pacify", [2, 5948, 5]], ["gruntle", [2, 5948, 6]], ["assuage", [2, 5948, 7]], ["season", [2, 5948, 8]], ["lenify", [2, 5948, 9]]]}, {"answer": "monish", "hint": "synonyms for monish", "clues": [["admonish", [2, 5949, 0]], ["discourage", [2, 5949, 1]], ["caution", [2, 5949, 2]], ["warn", [2, 5949, 3]]]}, {"answer": "monkey_around", "hint": "synonyms for monkey around", "clues": [["muck around", [2, 5950, 0]], ["tinker", [2, 5950, 1]], ["monkey", [2, 5950, 2]], ["mess around", [2, 5950, 3]], ["putter", [2, 5950, 4]], ["muck about", [2, 5950, 5]], ["potter", [2, 5950, 6]]]}, {"answer": "moon_around", "hint": "synonyms for moon around", "clues": [["moon on", [2, 5951, 0]], ["mope", [2, 5951, 1]], ["moon about", [2, 5951, 2]], ["moon", [2, 5951, 3]]]}, {"answer": "mortify", "hint": "synonyms for mortify", "clues": [["gangrene", [2, 5952, 0]], ["chagrin", [2, 5952, 1]], ["sphacelate", [2, 5952, 2]], ["subdue", [2, 5952, 3]], ["necrose", [2, 5952, 4]], ["humble", [2, 5952, 5]], ["abase", [2, 5952, 6]], ["crucify", [2, 5952, 7]], ["humiliate", [2, 5952, 8]]]}, {"answer": "motivate", "hint": "synonyms for motivate", "clues": [["propel", [2, 5953, 0]], ["incite", [2, 5953, 1]], ["prompt", [2, 5953, 2]], ["actuate", [2, 5953, 3]], ["move", [2, 5953, 4]]]}, {"answer": "mount_up", "hint": "synonyms for mount up", "clues": [["hop on", [2, 5954, 0]], ["bestride", [2, 5954, 1]], ["climb on", [2, 5954, 2]], ["mount", [2, 5954, 3]], ["get on", [2, 5954, 4]], ["jump on", [2, 5954, 5]]]}, {"answer": "mouth_off", "hint": "synonyms for mouth off", "clues": [["rave", [2, 5955, 0]], ["jabber", [2, 5955, 1]], ["rant", [2, 5955, 2]], ["spout", [2, 5955, 3]], ["rabbit on", [2, 5955, 4]]]}, {"answer": "move_back", "hint": "synonyms for move back", "clues": [["pull away", [2, 5956, 0]], ["recede", [2, 5956, 1]], ["retire", [2, 5956, 2]], ["pull back", [2, 5956, 3]], ["withdraw", [2, 5956, 4]], ["retreat", [2, 5956, 5]], ["draw back", [2, 5956, 6]]]}, {"answer": "move_into", "hint": "synonyms for move into", "clues": [["enter", [2, 5957, 0]], ["get in", [2, 5957, 1]], ["go in", [2, 5957, 2]], ["come in", [2, 5957, 3]], ["go into", [2, 5957, 4]]]}, {"answer": "move_on", "hint": "synonyms for move on", "clues": [["go on", [2, 5958, 0]], ["progress", [2, 5958, 1]], ["march on", [2, 5958, 2]], ["advance", [2, 5958, 3]], ["pass on", [2, 5958, 4]]]}, {"answer": "move_over", "hint": "synonyms for move over", "clues": [["yield", [2, 5959, 0]], ["ease up", [2, 5959, 1]], ["give", [2, 5959, 2]], ["give way", [2, 5959, 3]]]}, {"answer": "move_through", "hint": "synonyms for move through", "clues": [["pass over", [2, 5960, 0]], ["transit", [2, 5960, 1]], ["pass across", [2, 5960, 2]], ["pass through", [2, 5960, 3]]]}, {"answer": "move_up", "hint": "synonyms for move up", "clues": [["go up", [2, 5961, 0]], ["come up", [2, 5961, 1]], ["rise", [2, 5961, 2]], ["lift", [2, 5961, 3]], ["uprise", [2, 5961, 4]], ["ascend", [2, 5961, 5]]]}, {"answer": "muck_about", "hint": "synonyms for muck about", "clues": [["muck around", [2, 5962, 0]], ["tinker", [2, 5962, 1]], ["monkey", [2, 5962, 2]], ["mess around", [2, 5962, 3]], ["putter", [2, 5962, 4]], ["monkey around", [2, 5962, 5]], ["potter", [2, 5962, 6]]]}, {"answer": "muck_around", "hint": "synonyms for muck around", "clues": [["muck about", [2, 5963, 0]], ["tinker", [2, 5963, 1]], ["monkey", [2, 5963, 2]], ["mess around", [2, 5963, 3]], ["putter", [2, 5963, 4]], ["monkey around", [2, 5963, 5]], ["potter", [2, 5963, 6]]]}, {"answer": "muck_up", "hint": "synonyms for muck up", "clues": [["bodge", [2, 5964, 0]], ["bungle", [2, 5964, 1]], ["fumble", [2, 5964, 2]], ["blow", [2, 5964, 3]], ["bollix up", [2, 5964, 4]], ["bobble", [2, 5964, 5]], ["fluff", [2, 5964, 6]], ["screw up", [2, 5964, 7]], ["botch up", [2, 5964, 8]], ["foul up", [2, 5964, 9]], ["bollix", [2, 5964, 10]], ["spoil", [2, 5964, 11]], ["bumble", [2, 5964, 12]], ["fuck up", [2, 5964, 13]], ["mess up", [2, 5964, 14]], ["mud", [2, 5964, 15]], ["flub", [2, 5964, 16]], ["muck", [2, 5964, 17]], ["ball up", [2, 5964, 18]], ["bollocks up", [2, 5964, 19]], ["louse up", [2, 5964, 20]], ["bollocks", [2, 5964, 21]], ["mire", [2, 5964, 22]], ["mishandle", [2, 5964, 23]], ["muff", [2, 5964, 24]], ["botch", [2, 5964, 25]]]}, {"answer": "mug_up", "hint": "synonyms for mug up", "clues": [["drum", [2, 5965, 0]], ["swot", [2, 5965, 1]], ["cram", [2, 5965, 2]], ["get up", [2, 5965, 3]], ["bone up", [2, 5965, 4]], ["bone", [2, 5965, 5]], ["grind away", [2, 5965, 6]], ["swot up", [2, 5965, 7]]]}, {"answer": "mull_over", "hint": "synonyms for mull over", "clues": [["think over", [2, 5966, 0]], ["excogitate", [2, 5966, 1]], ["reflect", [2, 5966, 2]], ["muse", [2, 5966, 3]], ["speculate", [2, 5966, 4]], ["ruminate", [2, 5966, 5]], ["contemplate", [2, 5966, 6]], ["ponder", [2, 5966, 7]], ["mull", [2, 5966, 8]], ["chew over", [2, 5966, 9]], ["meditate", [2, 5966, 10]]]}, {"answer": "muster_up", "hint": "synonyms for muster up", "clues": [["summon", [2, 5967, 0]], ["rally", [2, 5967, 1]], ["muster", [2, 5967, 2]], ["come up", [2, 5967, 3]]]}, {"answer": "mutilate", "hint": "synonyms for mutilate", "clues": [["cut up", [2, 5968, 0]], ["mangle", [2, 5968, 1]], ["murder", [2, 5968, 2]], ["mar", [2, 5968, 3]]]}, {"answer": "mystify", "hint": "synonyms for mystify", "clues": [["flummox", [2, 5969, 0]], ["baffle", [2, 5969, 1]], ["amaze", [2, 5969, 2]], ["beat", [2, 5969, 3]], ["get", [2, 5969, 4]], ["stupefy", [2, 5969, 5]], ["perplex", [2, 5969, 6]], ["gravel", [2, 5969, 7]], ["pose", [2, 5969, 8]], ["puzzle", [2, 5969, 9]], ["bewilder", [2, 5969, 10]], ["stick", [2, 5969, 11]], ["vex", [2, 5969, 12]], ["dumbfound", [2, 5969, 13]], ["nonplus", [2, 5969, 14]]]}, {"answer": "nab", "hint": "synonyms for nab", "clues": [["cop", [2, 5970, 0]], ["arrest", [2, 5970, 1]], ["apprehend", [2, 5970, 2]], ["collar", [2, 5970, 3]], ["nail", [2, 5970, 4]], ["pick up", [2, 5970, 5]]]}, {"answer": "nail_down", "hint": "synonyms for nail down", "clues": [["narrow", [2, 5971, 0]], ["nail", [2, 5971, 1]], ["pin down", [2, 5971, 2]], ["settle", [2, 5971, 3]], ["specify", [2, 5971, 4]], ["finalise", [2, 5971, 5]], ["peg down", [2, 5971, 6]], ["peg", [2, 5971, 7]], ["narrow down", [2, 5971, 8]]]}, {"answer": "narrow_down", "hint": "synonyms for narrow down", "clues": [["specialize", [2, 5972, 0]], ["peg down", [2, 5972, 1]], ["narrow", [2, 5972, 2]], ["nail down", [2, 5972, 3]], ["specify", [2, 5972, 4]], ["pin down", [2, 5972, 5]]]}, {"answer": "natter", "hint": "synonyms for natter", "clues": [["chitchat", [2, 5973, 0]], ["claver", [2, 5973, 1]], ["chaffer", [2, 5973, 2]], ["shoot the breeze", [2, 5973, 3]], ["chatter", [2, 5973, 4]], ["visit", [2, 5973, 5]], ["chew the fat", [2, 5973, 6]], ["confabulate", [2, 5973, 7]], ["gossip", [2, 5973, 8]], ["jaw", [2, 5973, 9]], ["confab", [2, 5973, 10]], ["chat", [2, 5973, 11]]]}, {"answer": "naturalise", "hint": "synonyms for naturalise", "clues": [["naturalize", [2, 5974, 0]], ["domesticate", [2, 5974, 1]], ["cultivate", [2, 5974, 2]], ["tame", [2, 5974, 3]]]}, {"answer": "naturalize", "hint": "synonyms for naturalize", "clues": [["naturalise", [2, 5975, 0]], ["domesticate", [2, 5975, 1]], ["cultivate", [2, 5975, 2]], ["tame", [2, 5975, 3]]]}, {"answer": "nauseate", "hint": "synonyms for nauseate", "clues": [["churn up", [2, 5976, 0]], ["revolt", [2, 5976, 1]], ["turn one's stomach", [2, 5976, 2]], ["disgust", [2, 5976, 3]], ["sicken", [2, 5976, 4]]]}, {"answer": "neaten", "hint": "synonyms for neaten", "clues": [["tidy", [2, 5977, 0]], ["square away", [2, 5977, 1]], ["straighten out", [2, 5977, 2]], ["straighten", [2, 5977, 3]], ["clean up", [2, 5977, 4]], ["tidy up", [2, 5977, 5]], ["groom", [2, 5977, 6]]]}, {"answer": "necessitate", "hint": "synonyms for necessitate", "clues": [["ask", [2, 5978, 0]], ["involve", [2, 5978, 1]], ["need", [2, 5978, 2]], ["demand", [2, 5978, 3]], ["require", [2, 5978, 4]], ["take", [2, 5978, 5]], ["call for", [2, 5978, 6]], ["postulate", [2, 5978, 7]]]}, {"answer": "negate", "hint": "synonyms for negate", "clues": [["neutralize", [2, 5979, 0]], ["contravene", [2, 5979, 1]], ["contradict", [2, 5979, 2]], ["belie", [2, 5979, 3]], ["nullify", [2, 5979, 4]]]}, {"answer": "negociate", "hint": "synonyms for negociate", "clues": [["pull off", [2, 5980, 0]], ["talk terms", [2, 5980, 1]], ["bring off", [2, 5980, 2]], ["negotiate", [2, 5980, 3]], ["carry off", [2, 5980, 4]], ["manage", [2, 5980, 5]]]}, {"answer": "neutralise", "hint": "synonyms for neutralise", "clues": [["negate", [2, 5981, 0]], ["neutralize", [2, 5981, 1]], ["do in", [2, 5981, 2]], ["waste", [2, 5981, 3]], ["knock off", [2, 5981, 4]], ["nullify", [2, 5981, 5]], ["liquidate", [2, 5981, 6]]]}, {"answer": "neutralize", "hint": "synonyms for neutralize", "clues": [["negate", [2, 5982, 0]], ["counterbalance", [2, 5982, 1]], ["neutralise", [2, 5982, 2]], ["do in", [2, 5982, 3]], ["waste", [2, 5982, 4]], ["counteract", [2, 5982, 5]], ["knock off", [2, 5982, 6]], ["liquidate", [2, 5982, 7]], ["countervail", [2, 5982, 8]], ["nullify", [2, 5982, 9]]]}, {"answer": "niggle", "hint": "synonyms for niggle", "clues": [["quibble", [2, 5983, 0]], ["bicker", [2, 5983, 1]], ["squabble", [2, 5983, 2]], ["fret", [2, 5983, 3]], ["pettifog", [2, 5983, 4]], ["brabble", [2, 5983, 5]], ["fuss", [2, 5983, 6]]]}, {"answer": "nobble", "hint": "synonyms for nobble", "clues": [["abduct", [2, 5984, 0]], ["filch", [2, 5984, 1]], ["snatch", [2, 5984, 2]], ["rook", [2, 5984, 3]], ["swindle", [2, 5984, 4]], ["cabbage", [2, 5984, 5]], ["hook", [2, 5984, 6]], ["sneak", [2, 5984, 7]], ["gip", [2, 5984, 8]], ["defraud", [2, 5984, 9]], ["short-change", [2, 5984, 10]], ["pilfer", [2, 5984, 11]], ["purloin", [2, 5984, 12]], ["mulct", [2, 5984, 13]], ["abstract", [2, 5984, 14]], ["pinch", [2, 5984, 15]], ["lift", [2, 5984, 16]], ["bunco", [2, 5984, 17]], ["snarf", [2, 5984, 18]], ["goldbrick", [2, 5984, 19]], ["victimize", [2, 5984, 20]], ["diddle", [2, 5984, 21]], ["con", [2, 5984, 22]], ["gyp", [2, 5984, 23]], ["scam", [2, 5984, 24]], ["swipe", [2, 5984, 25]], ["hornswoggle", [2, 5984, 26]], ["kidnap", [2, 5984, 27]]]}, {"answer": "nod_off", "hint": "synonyms for nod off", "clues": [["drowse off", [2, 5985, 0]], ["doze off", [2, 5985, 1]], ["fall asleep", [2, 5985, 2]], ["drop off", [2, 5985, 3]], ["drift off", [2, 5985, 4]], ["flake out", [2, 5985, 5]]]}, {"answer": "nominate", "hint": "synonyms for nominate", "clues": [["name", [2, 5986, 0]], ["constitute", [2, 5986, 1]], ["make", [2, 5986, 2]], ["put forward", [2, 5986, 3]], ["put up", [2, 5986, 4]], ["propose", [2, 5986, 5]], ["appoint", [2, 5986, 6]]]}, {"answer": "nonplus", "hint": "synonyms for nonplus", "clues": [["flummox", [2, 5987, 0]], ["baffle", [2, 5987, 1]], ["amaze", [2, 5987, 2]], ["beat", [2, 5987, 3]], ["get", [2, 5987, 4]], ["stupefy", [2, 5987, 5]], ["perplex", [2, 5987, 6]], ["gravel", [2, 5987, 7]], ["mystify", [2, 5987, 8]], ["pose", [2, 5987, 9]], ["puzzle", [2, 5987, 10]], ["bewilder", [2, 5987, 11]], ["stick", [2, 5987, 12]], ["vex", [2, 5987, 13]], ["dumbfound", [2, 5987, 14]]]}, {"answer": "normalize", "hint": "synonyms for normalize", "clues": [["temper", [2, 5988, 0]], ["normalise", [2, 5988, 1]], ["anneal", [2, 5988, 2]], ["renormalize", [2, 5988, 3]]]}, {"answer": "notify", "hint": "synonyms for notify", "clues": [["advise", [2, 5989, 0]], ["apprize", [2, 5989, 1]], ["give notice", [2, 5989, 2]], ["send word", [2, 5989, 3]]]}, {"answer": "nourish", "hint": "synonyms for nourish", "clues": [["nutrify", [2, 5990, 0]], ["nurture", [2, 5990, 1]], ["sustain", [2, 5990, 2]], ["aliment", [2, 5990, 3]]]}, {"answer": "nullify", "hint": "synonyms for nullify", "clues": [["negate", [2, 5991, 0]], ["invalidate", [2, 5991, 1]], ["annul", [2, 5991, 2]], ["avoid", [2, 5991, 3]], ["neutralize", [2, 5991, 4]], ["quash", [2, 5991, 5]]]}, {"answer": "nuzzle", "hint": "synonyms for nuzzle", "clues": [["nose", [2, 5992, 0]], ["nest", [2, 5992, 1]], ["snuggle", [2, 5992, 2]], ["nestle", [2, 5992, 3]], ["draw close", [2, 5992, 4]], ["cuddle", [2, 5992, 5]]]}, {"answer": "objurgate", "hint": "synonyms for objurgate", "clues": [["decry", [2, 5993, 0]], ["correct", [2, 5993, 1]], ["condemn", [2, 5993, 2]], ["castigate", [2, 5993, 3]], ["chasten", [2, 5993, 4]], ["chastise", [2, 5993, 5]], ["reprobate", [2, 5993, 6]], ["excoriate", [2, 5993, 7]]]}, {"answer": "oblige", "hint": "synonyms for oblige", "clues": [["bind", [2, 5994, 0]], ["compel", [2, 5994, 1]], ["hold", [2, 5994, 2]], ["accommodate", [2, 5994, 3]], ["obligate", [2, 5994, 4]]]}, {"answer": "obnubilate", "hint": "synonyms for obnubilate", "clues": [["obscure", [2, 5995, 0]], ["haze over", [2, 5995, 1]], ["becloud", [2, 5995, 2]], ["mist", [2, 5995, 3]], ["confuse", [2, 5995, 4]], ["fog", [2, 5995, 5]], ["cloud", [2, 5995, 6]], ["befog", [2, 5995, 7]], ["blur", [2, 5995, 8]]]}, {"answer": "observe", "hint": "synonyms for observe", "clues": [["follow", [2, 5996, 0]], ["watch", [2, 5996, 1]], ["mention", [2, 5996, 2]], ["remark", [2, 5996, 3]], ["honor", [2, 5996, 4]], ["detect", [2, 5996, 5]], ["note", [2, 5996, 6]], ["maintain", [2, 5996, 7]], ["discover", [2, 5996, 8]], ["keep an eye on", [2, 5996, 9]], ["abide by", [2, 5996, 10]], ["take note", [2, 5996, 11]], ["keep", [2, 5996, 12]], ["celebrate", [2, 5996, 13]], ["find", [2, 5996, 14]], ["respect", [2, 5996, 15]], ["notice", [2, 5996, 16]], ["watch over", [2, 5996, 17]]]}, {"answer": "obstruct", "hint": "synonyms for obstruct", "clues": [["hinder", [2, 5997, 0]], ["blockade", [2, 5997, 1]], ["obturate", [2, 5997, 2]], ["close up", [2, 5997, 3]], ["impede", [2, 5997, 4]], ["block", [2, 5997, 5]], ["embarrass", [2, 5997, 6]], ["stymie", [2, 5997, 7]], ["stymy", [2, 5997, 8]], ["jam", [2, 5997, 9]], ["occlude", [2, 5997, 10]]]}, {"answer": "obtain", "hint": "synonyms for obtain", "clues": [["incur", [2, 5998, 0]], ["hold", [2, 5998, 1]], ["get", [2, 5998, 2]], ["prevail", [2, 5998, 3]], ["find", [2, 5998, 4]], ["receive", [2, 5998, 5]]]}, {"answer": "obturate", "hint": "synonyms for obturate", "clues": [["close up", [2, 5999, 0]], ["impede", [2, 5999, 1]], ["jam", [2, 5999, 2]], ["block", [2, 5999, 3]], ["occlude", [2, 5999, 4]], ["obstruct", [2, 5999, 5]]]}, {"answer": "obviate", "hint": "synonyms for obviate", "clues": [["ward off", [2, 6000, 0]], ["avoid", [2, 6000, 1]], ["avert", [2, 6000, 2]], ["rid of", [2, 6000, 3]], ["forefend", [2, 6000, 4]], ["head off", [2, 6000, 5]], ["stave off", [2, 6000, 6]], ["fend off", [2, 6000, 7]], ["deflect", [2, 6000, 8]], ["eliminate", [2, 6000, 9]], ["debar", [2, 6000, 10]]]}, {"answer": "occlude", "hint": "synonyms for occlude", "clues": [["obturate", [2, 6001, 0]], ["close up", [2, 6001, 1]], ["impede", [2, 6001, 2]], ["jam", [2, 6001, 3]], ["block", [2, 6001, 4]], ["obstruct", [2, 6001, 5]]]}, {"answer": "occupy", "hint": "synonyms for occupy", "clues": [["fill", [2, 6002, 0]], ["reside", [2, 6002, 1]], ["take", [2, 6002, 2]], ["absorb", [2, 6002, 3]], ["use up", [2, 6002, 4]], ["busy", [2, 6002, 5]], ["worry", [2, 6002, 6]], ["lodge in", [2, 6002, 7]], ["engage", [2, 6002, 8]], ["interest", [2, 6002, 9]], ["engross", [2, 6002, 10]], ["invade", [2, 6002, 11]], ["concern", [2, 6002, 12]]]}, {"answer": "occur", "hint": "synonyms for occur", "clues": [["hap", [2, 6003, 0]], ["come", [2, 6003, 1]], ["come about", [2, 6003, 2]], ["pass off", [2, 6003, 3]], ["go on", [2, 6003, 4]], ["pass", [2, 6003, 5]], ["happen", [2, 6003, 6]], ["take place", [2, 6003, 7]], ["fall out", [2, 6003, 8]]]}, {"answer": "offend", "hint": "synonyms for offend", "clues": [["wound", [2, 6004, 0]], ["outrage", [2, 6004, 1]], ["spite", [2, 6004, 2]], ["go against", [2, 6004, 3]], ["transgress", [2, 6004, 4]], ["bruise", [2, 6004, 5]], ["violate", [2, 6004, 6]], ["hurt", [2, 6004, 7]], ["appal", [2, 6004, 8]], ["breach", [2, 6004, 9]], ["pique", [2, 6004, 10]], ["shock", [2, 6004, 11]], ["scandalise", [2, 6004, 12]], ["injure", [2, 6004, 13]], ["infract", [2, 6004, 14]], ["break", [2, 6004, 15]]]}, {"answer": "omit", "hint": "synonyms for omit", "clues": [["overlook", [2, 6005, 0]], ["drop", [2, 6005, 1]], ["exclude", [2, 6005, 2]], ["neglect", [2, 6005, 3]], ["overleap", [2, 6005, 4]], ["pretermit", [2, 6005, 5]], ["leave out", [2, 6005, 6]], ["miss", [2, 6005, 7]], ["except", [2, 6005, 8]], ["leave off", [2, 6005, 9]], ["take out", [2, 6005, 10]]]}, {"answer": "ooze_out", "hint": "synonyms for ooze out", "clues": [["exude", [2, 6006, 0]], ["exudate", [2, 6006, 1]], ["ooze", [2, 6006, 2]], ["transude", [2, 6006, 3]]]}, {"answer": "operate", "hint": "synonyms for operate", "clues": [["manoeuvre", [2, 6007, 0]], ["run", [2, 6007, 1]], ["work", [2, 6007, 2]], ["lock", [2, 6007, 3]], ["engage", [2, 6007, 4]], ["function", [2, 6007, 5]], ["go", [2, 6007, 6]], ["control", [2, 6007, 7]], ["operate on", [2, 6007, 8]], ["mesh", [2, 6007, 9]], ["maneuver", [2, 6007, 10]]]}, {"answer": "opine", "hint": "synonyms for opine", "clues": [["animadvert", [2, 6008, 0]], ["sound off", [2, 6008, 1]], ["guess", [2, 6008, 2]], ["imagine", [2, 6008, 3]], ["speak up", [2, 6008, 4]], ["speak out", [2, 6008, 5]], ["think", [2, 6008, 6]], ["suppose", [2, 6008, 7]], ["reckon", [2, 6008, 8]]]}, {"answer": "oppose", "hint": "synonyms for oppose", "clues": [["defend", [2, 6009, 0]], ["fight down", [2, 6009, 1]], ["play off", [2, 6009, 2]], ["fight back", [2, 6009, 3]], ["pit", [2, 6009, 4]], ["match", [2, 6009, 5]], ["controvert", [2, 6009, 6]], ["react", [2, 6009, 7]], ["contradict", [2, 6009, 8]], ["fight", [2, 6009, 9]], ["counterbalance", [2, 6009, 10]]]}, {"answer": "orchestrate", "hint": "synonyms for orchestrate", "clues": [["organise", [2, 6010, 0]], ["mastermind", [2, 6010, 1]], ["engineer", [2, 6010, 2]], ["direct", [2, 6010, 3]]]}, {"answer": "ordain", "hint": "synonyms for ordain", "clues": [["consecrate", [2, 6011, 0]], ["order", [2, 6011, 1]], ["ordinate", [2, 6011, 2]], ["enact", [2, 6011, 3]]]}, {"answer": "organise", "hint": "synonyms for organise", "clues": [["unionise", [2, 6012, 0]], ["form", [2, 6012, 1]], ["mastermind", [2, 6012, 2]], ["organize", [2, 6012, 3]], ["devise", [2, 6012, 4]], ["orchestrate", [2, 6012, 5]], ["prepare", [2, 6012, 6]], ["coordinate", [2, 6012, 7]], ["get up", [2, 6012, 8]], ["direct", [2, 6012, 9]], ["engineer", [2, 6012, 10]], ["machinate", [2, 6012, 11]]]}, {"answer": "organize", "hint": "synonyms for organize", "clues": [["organise", [2, 6013, 0]], ["unionise", [2, 6013, 1]], ["form", [2, 6013, 2]], ["mastermind", [2, 6013, 3]], ["devise", [2, 6013, 4]], ["orchestrate", [2, 6013, 5]], ["coordinate", [2, 6013, 6]], ["prepare", [2, 6013, 7]], ["get up", [2, 6013, 8]], ["engineer", [2, 6013, 9]], ["machinate", [2, 6013, 10]], ["direct", [2, 6013, 11]]]}, {"answer": "originate", "hint": "synonyms for originate", "clues": [["uprise", [2, 6014, 0]], ["initiate", [2, 6014, 1]], ["grow", [2, 6014, 2]], ["develop", [2, 6014, 3]], ["rise", [2, 6014, 4]], ["start", [2, 6014, 5]], ["spring up", [2, 6014, 6]]]}, {"answer": "ostentate", "hint": "synonyms for ostentate", "clues": [["flaunt", [2, 6015, 0]], ["swank", [2, 6015, 1]], ["flash", [2, 6015, 2]], ["show off", [2, 6015, 3]]]}, {"answer": "ostracise", "hint": "synonyms for ostracise", "clues": [["ostracize", [2, 6016, 0]], ["shun", [2, 6016, 1]], ["blackball", [2, 6016, 2]], ["banish", [2, 6016, 3]], ["cast out", [2, 6016, 4]], ["ban", [2, 6016, 5]]]}, {"answer": "ostracize", "hint": "synonyms for ostracize", "clues": [["shun", [2, 6017, 0]], ["ostracise", [2, 6017, 1]], ["blackball", [2, 6017, 2]], ["banish", [2, 6017, 3]], ["cast out", [2, 6017, 4]], ["ban", [2, 6017, 5]]]}, {"answer": "oust", "hint": "synonyms for oust", "clues": [["kick out", [2, 6018, 0]], ["drum out", [2, 6018, 1]], ["boot out", [2, 6018, 2]], ["throw out", [2, 6018, 3]], ["expel", [2, 6018, 4]]]}, {"answer": "outdo", "hint": "synonyms for outdo", "clues": [["scoop", [2, 6019, 0]], ["outstrip", [2, 6019, 1]], ["outperform", [2, 6019, 2]], ["surmount", [2, 6019, 3]], ["outflank", [2, 6019, 4]], ["outgo", [2, 6019, 5]], ["outmatch", [2, 6019, 6]], ["surpass", [2, 6019, 7]], ["trump", [2, 6019, 8]], ["exceed", [2, 6019, 9]], ["best", [2, 6019, 10]]]}, {"answer": "outflank", "hint": "synonyms for outflank", "clues": [["scoop", [2, 6020, 0]], ["trump", [2, 6020, 1]], ["go around", [2, 6020, 2]], ["outdo", [2, 6020, 3]], ["best", [2, 6020, 4]]]}, {"answer": "outfox", "hint": "synonyms for outfox", "clues": [["beat", [2, 6021, 0]], ["outsmart", [2, 6021, 1]], ["overreach", [2, 6021, 2]], ["outwit", [2, 6021, 3]], ["circumvent", [2, 6021, 4]]]}, {"answer": "outmatch", "hint": "synonyms for outmatch", "clues": [["outstrip", [2, 6022, 0]], ["outdo", [2, 6022, 1]], ["surpass", [2, 6022, 2]], ["outperform", [2, 6022, 3]], ["surmount", [2, 6022, 4]], ["exceed", [2, 6022, 5]], ["outgo", [2, 6022, 6]]]}, {"answer": "outperform", "hint": "synonyms for outperform", "clues": [["outstrip", [2, 6023, 0]], ["outmatch", [2, 6023, 1]], ["surpass", [2, 6023, 2]], ["surmount", [2, 6023, 3]], ["outdo", [2, 6023, 4]], ["exceed", [2, 6023, 5]], ["outgo", [2, 6023, 6]]]}, {"answer": "outsmart", "hint": "synonyms for outsmart", "clues": [["beat", [2, 6024, 0]], ["outmaneuver", [2, 6024, 1]], ["overreach", [2, 6024, 2]], ["outwit", [2, 6024, 3]], ["circumvent", [2, 6024, 4]], ["outfox", [2, 6024, 5]]]}, {"answer": "outstrip", "hint": "synonyms for outstrip", "clues": [["outdistance", [2, 6025, 0]], ["outperform", [2, 6025, 1]], ["surmount", [2, 6025, 2]], ["outgo", [2, 6025, 3]], ["distance", [2, 6025, 4]], ["outmatch", [2, 6025, 5]], ["surpass", [2, 6025, 6]], ["outdo", [2, 6025, 7]], ["exceed", [2, 6025, 8]]]}, {"answer": "outwear", "hint": "synonyms for outwear", "clues": [["tire", [2, 6026, 0]], ["weary", [2, 6026, 1]], ["jade", [2, 6026, 2]], ["wear upon", [2, 6026, 3]], ["fag", [2, 6026, 4]], ["fatigue", [2, 6026, 5]], ["wear out", [2, 6026, 6]], ["tire out", [2, 6026, 7]], ["fag out", [2, 6026, 8]], ["wear down", [2, 6026, 9]]]}, {"answer": "outwit", "hint": "synonyms for outwit", "clues": [["beat", [2, 6027, 0]], ["outsmart", [2, 6027, 1]], ["overreach", [2, 6027, 2]], ["circumvent", [2, 6027, 3]], ["outfox", [2, 6027, 4]]]}, {"answer": "overcloud", "hint": "synonyms for overcloud", "clues": [["bedim", [2, 6028, 0]], ["cloud over", [2, 6028, 1]], ["cloud up", [2, 6028, 2]], ["obscure", [2, 6028, 3]]]}, {"answer": "overcome", "hint": "synonyms for overcome", "clues": [["subdue", [2, 6029, 0]], ["sweep over", [2, 6029, 1]], ["overwhelm", [2, 6029, 2]], ["defeat", [2, 6029, 3]], ["get the best", [2, 6029, 4]], ["surmount", [2, 6029, 5]], ["get over", [2, 6029, 6]], ["whelm", [2, 6029, 7]], ["overtake", [2, 6029, 8]], ["master", [2, 6029, 9]], ["have the best", [2, 6029, 10]], ["get the better of", [2, 6029, 11]], ["overpower", [2, 6029, 12]]]}, {"answer": "overdraw", "hint": "synonyms for overdraw", "clues": [["amplify", [2, 6030, 0]], ["hyperbolize", [2, 6030, 1]], ["exaggerate", [2, 6030, 2]], ["magnify", [2, 6030, 3]], ["overstate", [2, 6030, 4]]]}, {"answer": "overdress", "hint": "synonyms for overdress", "clues": [["deck up", [2, 6031, 0]], ["trick out", [2, 6031, 1]], ["fig up", [2, 6031, 2]], ["get up", [2, 6031, 3]], ["fig out", [2, 6031, 4]], ["prink", [2, 6031, 5]], ["overclothe", [2, 6031, 6]], ["trick up", [2, 6031, 7]], ["gussy up", [2, 6031, 8]], ["tog out", [2, 6031, 9]], ["deck out", [2, 6031, 10]], ["attire", [2, 6031, 11]], ["dress up", [2, 6031, 12]], ["fancy up", [2, 6031, 13]], ["tog up", [2, 6031, 14]]]}, {"answer": "overeat", "hint": "synonyms for overeat", "clues": [["gormandise", [2, 6032, 0]], ["englut", [2, 6032, 1]], ["gorge", [2, 6032, 2]], ["satiate", [2, 6032, 3]], ["glut", [2, 6032, 4]], ["engorge", [2, 6032, 5]], ["scarf out", [2, 6032, 6]], ["stuff", [2, 6032, 7]], ["binge", [2, 6032, 8]], ["overindulge", [2, 6032, 9]], ["overgorge", [2, 6032, 10]], ["ingurgitate", [2, 6032, 11]], ["pig out", [2, 6032, 12]]]}, {"answer": "overgorge", "hint": "synonyms for overgorge", "clues": [["gormandise", [2, 6033, 0]], ["englut", [2, 6033, 1]], ["gorge", [2, 6033, 2]], ["satiate", [2, 6033, 3]], ["glut", [2, 6033, 4]], ["engorge", [2, 6033, 5]], ["scarf out", [2, 6033, 6]], ["stuff", [2, 6033, 7]], ["overeat", [2, 6033, 8]], ["binge", [2, 6033, 9]], ["overindulge", [2, 6033, 10]], ["ingurgitate", [2, 6033, 11]], ["pig out", [2, 6033, 12]]]}, {"answer": "overindulge", "hint": "synonyms for overindulge", "clues": [["gormandise", [2, 6034, 0]], ["englut", [2, 6034, 1]], ["gorge", [2, 6034, 2]], ["satiate", [2, 6034, 3]], ["glut", [2, 6034, 4]], ["engorge", [2, 6034, 5]], ["scarf out", [2, 6034, 6]], ["stuff", [2, 6034, 7]], ["overeat", [2, 6034, 8]], ["binge", [2, 6034, 9]], ["overgorge", [2, 6034, 10]], ["ingurgitate", [2, 6034, 11]], ["pig out", [2, 6034, 12]]]}, {"answer": "overleap", "hint": "synonyms for overleap", "clues": [["overlook", [2, 6035, 0]], ["drop", [2, 6035, 1]], ["neglect", [2, 6035, 2]], ["omit", [2, 6035, 3]], ["pretermit", [2, 6035, 4]], ["vault", [2, 6035, 5]], ["leave out", [2, 6035, 6]], ["miss", [2, 6035, 7]]]}, {"answer": "overpower", "hint": "synonyms for overpower", "clues": [["overmaster", [2, 6036, 0]], ["overwhelm", [2, 6036, 1]], ["sweep over", [2, 6036, 2]], ["whelm", [2, 6036, 3]], ["overcome", [2, 6036, 4]], ["overtake", [2, 6036, 5]]]}, {"answer": "overreach", "hint": "synonyms for overreach", "clues": [["beat", [2, 6037, 0]], ["outsmart", [2, 6037, 1]], ["outwit", [2, 6037, 2]], ["circumvent", [2, 6037, 3]], ["outfox", [2, 6037, 4]]]}, {"answer": "overrule", "hint": "synonyms for overrule", "clues": [["overturn", [2, 6038, 0]], ["overthrow", [2, 6038, 1]], ["reverse", [2, 6038, 2]], ["override", [2, 6038, 3]]]}, {"answer": "overshadow", "hint": "synonyms for overshadow", "clues": [["dominate", [2, 6039, 0]], ["dwarf", [2, 6039, 1]], ["eclipse", [2, 6039, 2]], ["shadow", [2, 6039, 3]]]}, {"answer": "overstate", "hint": "synonyms for overstate", "clues": [["amplify", [2, 6040, 0]], ["hyperbolize", [2, 6040, 1]], ["exaggerate", [2, 6040, 2]], ["overdraw", [2, 6040, 3]], ["magnify", [2, 6040, 4]]]}, {"answer": "overstep", "hint": "synonyms for overstep", "clues": [["top", [2, 6041, 0]], ["transcend", [2, 6041, 1]], ["trespass", [2, 6041, 2]], ["pass", [2, 6041, 3]], ["transgress", [2, 6041, 4]], ["exceed", [2, 6041, 5]], ["go past", [2, 6041, 6]]]}, {"answer": "overtake", "hint": "synonyms for overtake", "clues": [["catch", [2, 6042, 0]], ["sweep over", [2, 6042, 1]], ["overwhelm", [2, 6042, 2]], ["whelm", [2, 6042, 3]], ["overhaul", [2, 6042, 4]], ["pass", [2, 6042, 5]], ["overcome", [2, 6042, 6]], ["catch up with", [2, 6042, 7]], ["overpower", [2, 6042, 8]]]}, {"answer": "overwhelm", "hint": "synonyms for overwhelm", "clues": [["sweep over", [2, 6043, 0]], ["overmaster", [2, 6043, 1]], ["submerge", [2, 6043, 2]], ["deluge", [2, 6043, 3]], ["overtake", [2, 6043, 4]], ["whelm", [2, 6043, 5]], ["drown", [2, 6043, 6]], ["overpower", [2, 6043, 7]], ["overcome", [2, 6043, 8]], ["flood out", [2, 6043, 9]]]}, {"answer": "pacify", "hint": "synonyms for pacify", "clues": [["mollify", [2, 6044, 0]], ["placate", [2, 6044, 1]], ["appease", [2, 6044, 2]], ["gentle", [2, 6044, 3]], ["conciliate", [2, 6044, 4]], ["gruntle", [2, 6044, 5]], ["assuage", [2, 6044, 6]], ["lenify", [2, 6044, 7]]]}, {"answer": "palliate", "hint": "synonyms for palliate", "clues": [["mitigate", [2, 6045, 0]], ["extenuate", [2, 6045, 1]], ["alleviate", [2, 6045, 2]], ["relieve", [2, 6045, 3]], ["assuage", [2, 6045, 4]]]}, {"answer": "palter", "hint": "synonyms for palter", "clues": [["equivocate", [2, 6046, 0]], ["prevaricate", [2, 6046, 1]], ["beat around the bush", [2, 6046, 2]], ["tergiversate", [2, 6046, 3]]]}, {"answer": "pamper", "hint": "synonyms for pamper", "clues": [["baby", [2, 6047, 0]], ["coddle", [2, 6047, 1]], ["mollycoddle", [2, 6047, 2]], ["indulge", [2, 6047, 3]], ["featherbed", [2, 6047, 4]], ["cosset", [2, 6047, 5]], ["spoil", [2, 6047, 6]], ["cocker", [2, 6047, 7]]]}, {"answer": "parcel_out", "hint": "synonyms for parcel out", "clues": [["deal out", [2, 6048, 0]], ["lot", [2, 6048, 1]], ["dish out", [2, 6048, 2]], ["administer", [2, 6048, 3]], ["dispense", [2, 6048, 4]], ["shell out", [2, 6048, 5]], ["allot", [2, 6048, 6]], ["deal", [2, 6048, 7]], ["dole out", [2, 6048, 8]], ["mete out", [2, 6048, 9]], ["distribute", [2, 6048, 10]]]}, {"answer": "pare", "hint": "synonyms for pare", "clues": [["skin", [2, 6049, 0]], ["peel", [2, 6049, 1]], ["whittle", [2, 6049, 2]], ["trim", [2, 6049, 3]], ["pare down", [2, 6049, 4]]]}, {"answer": "pass_across", "hint": "synonyms for pass across", "clues": [["pass over", [2, 6050, 0]], ["move through", [2, 6050, 1]], ["transit", [2, 6050, 2]], ["pass through", [2, 6050, 3]]]}, {"answer": "pass_along", "hint": "synonyms for pass along", "clues": [["communicate", [2, 6051, 0]], ["pass", [2, 6051, 1]], ["put across", [2, 6051, 2]], ["pass on", [2, 6051, 3]]]}, {"answer": "pass_around", "hint": "synonyms for pass around", "clues": [["distribute", [2, 6052, 0]], ["diffuse", [2, 6052, 1]], ["propagate", [2, 6052, 2]], ["circularize", [2, 6052, 3]], ["pass on", [2, 6052, 4]], ["disseminate", [2, 6052, 5]], ["circulate", [2, 6052, 6]], ["broadcast", [2, 6052, 7]], ["spread", [2, 6052, 8]], ["disperse", [2, 6052, 9]]]}, {"answer": "pass_away", "hint": "synonyms for pass away", "clues": [["perish", [2, 6053, 0]], ["kick the bucket", [2, 6053, 1]], ["pop off", [2, 6053, 2]], ["conk", [2, 6053, 3]], ["die", [2, 6053, 4]], ["croak", [2, 6053, 5]], ["decease", [2, 6053, 6]], ["drop dead", [2, 6053, 7]], ["snuff it", [2, 6053, 8]], ["expire", [2, 6053, 9]], ["buy the farm", [2, 6053, 10]], ["exit", [2, 6053, 11]], ["cash in one's chips", [2, 6053, 12]], ["give-up the ghost", [2, 6053, 13]], ["choke", [2, 6053, 14]], ["go", [2, 6053, 15]], ["pass", [2, 6053, 16]]]}, {"answer": "pass_by", "hint": "synonyms for pass by", "clues": [["go by", [2, 6054, 0]], ["travel by", [2, 6054, 1]], ["go past", [2, 6054, 2]], ["pass", [2, 6054, 3]], ["surpass", [2, 6054, 4]]]}, {"answer": "pass_off", "hint": "synonyms for pass off", "clues": [["hap", [2, 6055, 0]], ["emit", [2, 6055, 1]], ["come about", [2, 6055, 2]], ["occur", [2, 6055, 3]], ["fall out", [2, 6055, 4]], ["pass", [2, 6055, 5]], ["blow over", [2, 6055, 6]], ["go on", [2, 6055, 7]], ["fleet", [2, 6055, 8]], ["evanesce", [2, 6055, 9]], ["happen", [2, 6055, 10]], ["breathe", [2, 6055, 11]], ["take place", [2, 6055, 12]], ["fade", [2, 6055, 13]]]}, {"answer": "pass_on", "hint": "synonyms for pass on", "clues": [["put across", [2, 6056, 0]], ["pass along", [2, 6056, 1]], ["leave", [2, 6056, 2]], ["progress", [2, 6056, 3]], ["circulate", [2, 6056, 4]], ["pass", [2, 6056, 5]], ["pass around", [2, 6056, 6]], ["relegate", [2, 6056, 7]], ["reach", [2, 6056, 8]], ["move on", [2, 6056, 9]], ["impart", [2, 6056, 10]], ["go on", [2, 6056, 11]], ["submit", [2, 6056, 12]], ["advance", [2, 6056, 13]], ["communicate", [2, 6056, 14]], ["turn over", [2, 6056, 15]], ["hand", [2, 6056, 16]], ["give", [2, 6056, 17]], ["march on", [2, 6056, 18]], ["distribute", [2, 6056, 19]]]}, {"answer": "pass_out", "hint": "synonyms for pass out", "clues": [["distribute", [2, 6057, 0]], ["faint", [2, 6057, 1]], ["zonk out", [2, 6057, 2]], ["give out", [2, 6057, 3]], ["black out", [2, 6057, 4]], ["conk", [2, 6057, 5]], ["swoon", [2, 6057, 6]], ["hand out", [2, 6057, 7]]]}, {"answer": "pass_over", "hint": "synonyms for pass over", "clues": [["cut through", [2, 6058, 0]], ["get over", [2, 6058, 1]], ["cover", [2, 6058, 2]], ["pass across", [2, 6058, 3]], ["skip", [2, 6058, 4]], ["overfly", [2, 6058, 5]], ["skip over", [2, 6058, 6]], ["cut across", [2, 6058, 7]], ["track", [2, 6058, 8]], ["traverse", [2, 6058, 9]], ["wipe", [2, 6058, 10]], ["cross", [2, 6058, 11]], ["jump", [2, 6058, 12]], ["move through", [2, 6058, 13]], ["transit", [2, 6058, 14]], ["get across", [2, 6058, 15]], ["pass through", [2, 6058, 16]]]}, {"answer": "pass_through", "hint": "synonyms for pass through", "clues": [["pass across", [2, 6059, 0]], ["infiltrate", [2, 6059, 1]], ["pass over", [2, 6059, 2]], ["move through", [2, 6059, 3]], ["transit", [2, 6059, 4]]]}, {"answer": "pass_up", "hint": "synonyms for pass up", "clues": [["turn down", [2, 6060, 0]], ["reject", [2, 6060, 1]], ["refuse", [2, 6060, 2]], ["decline", [2, 6060, 3]]]}, {"answer": "pass_water", "hint": "synonyms for pass water", "clues": [["piss", [2, 6061, 0]], ["spend a penny", [2, 6061, 1]], ["make water", [2, 6061, 2]], ["pee", [2, 6061, 3]], ["puddle", [2, 6061, 4]], ["relieve oneself", [2, 6061, 5]], ["urinate", [2, 6061, 6]], ["micturate", [2, 6061, 7]], ["wee-wee", [2, 6061, 8]], ["take a leak", [2, 6061, 9]], ["make", [2, 6061, 10]], ["pee-pee", [2, 6061, 11]], ["wee", [2, 6061, 12]], ["piddle", [2, 6061, 13]]]}, {"answer": "pass_with_flying_colors", "hint": "synonyms for pass with flying colors", "clues": [["nail", [2, 6062, 0]], ["sweep through", [2, 6062, 1]], ["breeze through", [2, 6062, 2]], ["ace", [2, 6062, 3]], ["sail through", [2, 6062, 4]]]}, {"answer": "patch_up", "hint": "synonyms for patch up", "clues": [["patch", [2, 6063, 0]], ["settle", [2, 6063, 1]], ["reconcile", [2, 6063, 2]], ["conciliate", [2, 6063, 3]], ["make up", [2, 6063, 4]]]}, {"answer": "patronise", "hint": "synonyms for patronise", "clues": [["shop", [2, 6064, 0]], ["buy at", [2, 6064, 1]], ["sponsor", [2, 6064, 2]], ["patronize", [2, 6064, 3]], ["condescend", [2, 6064, 4]], ["support", [2, 6064, 5]], ["patronage", [2, 6064, 6]], ["shop at", [2, 6064, 7]], ["keep going", [2, 6064, 8]], ["frequent", [2, 6064, 9]]]}, {"answer": "patronize", "hint": "synonyms for patronize", "clues": [["shop", [2, 6065, 0]], ["patronise", [2, 6065, 1]], ["buy at", [2, 6065, 2]], ["sponsor", [2, 6065, 3]], ["support", [2, 6065, 4]], ["condescend", [2, 6065, 5]], ["patronage", [2, 6065, 6]], ["shop at", [2, 6065, 7]], ["keep going", [2, 6065, 8]], ["frequent", [2, 6065, 9]]]}, {"answer": "pay_back", "hint": "synonyms for pay back", "clues": [["repay", [2, 6066, 0]], ["reward", [2, 6066, 1]], ["pay off", [2, 6066, 2]], ["fix", [2, 6066, 3]], ["get", [2, 6066, 4]]]}, {"answer": "pay_heed", "hint": "synonyms for pay heed", "clues": [["hang", [2, 6067, 0]], ["attend", [2, 6067, 1]], ["give ear", [2, 6067, 2]], ["advert", [2, 6067, 3]]]}, {"answer": "pay_off", "hint": "synonyms for pay off", "clues": [["make up", [2, 6068, 0]], ["redeem", [2, 6068, 1]], ["liquidate", [2, 6068, 2]], ["pay", [2, 6068, 3]], ["compensate", [2, 6068, 4]], ["fix", [2, 6068, 5]], ["buy off", [2, 6068, 6]], ["pay back", [2, 6068, 7]], ["get", [2, 6068, 8]]]}, {"answer": "peculate", "hint": "synonyms for peculate", "clues": [["defalcate", [2, 6069, 0]], ["misappropriate", [2, 6069, 1]], ["malversate", [2, 6069, 2]], ["embezzle", [2, 6069, 3]]]}, {"answer": "peddle", "hint": "synonyms for peddle", "clues": [["pitch", [2, 6070, 0]], ["vend", [2, 6070, 1]], ["monger", [2, 6070, 2]], ["hawk", [2, 6070, 3]], ["huckster", [2, 6070, 4]]]}, {"answer": "pee-pee", "hint": "synonyms for pee-pee", "clues": [["piss", [2, 6071, 0]], ["spend a penny", [2, 6071, 1]], ["make water", [2, 6071, 2]], ["pee", [2, 6071, 3]], ["puddle", [2, 6071, 4]], ["pass water", [2, 6071, 5]], ["relieve oneself", [2, 6071, 6]], ["urinate", [2, 6071, 7]], ["micturate", [2, 6071, 8]], ["wee-wee", [2, 6071, 9]], ["take a leak", [2, 6071, 10]], ["make", [2, 6071, 11]], ["wee", [2, 6071, 12]], ["piddle", [2, 6071, 13]]]}, {"answer": "peel_off", "hint": "synonyms for peel off", "clues": [["flake", [2, 6072, 0]], ["flake off", [2, 6072, 1]], ["desquamate", [2, 6072, 2]], ["peel", [2, 6072, 3]]]}, {"answer": "peg_away", "hint": "synonyms for peg away", "clues": [["keep one's shoulder to the wheel", [2, 6073, 0]], ["slog", [2, 6073, 1]], ["keep one's nose to the grindstone", [2, 6073, 2]], ["plug away", [2, 6073, 3]]]}, {"answer": "peg_down", "hint": "synonyms for peg down", "clues": [["narrow down", [2, 6074, 0]], ["nail down", [2, 6074, 1]], ["narrow", [2, 6074, 2]], ["specify", [2, 6074, 3]], ["peg", [2, 6074, 4]], ["pin down", [2, 6074, 5]]]}, {"answer": "pelt_along", "hint": "synonyms for pelt along", "clues": [["rush", [2, 6075, 0]], ["hotfoot", [2, 6075, 1]], ["speed", [2, 6075, 2]], ["rush along", [2, 6075, 3]], ["hie", [2, 6075, 4]], ["belt along", [2, 6075, 5]], ["race", [2, 6075, 6]], ["bucket along", [2, 6075, 7]], ["step on it", [2, 6075, 8]], ["hasten", [2, 6075, 9]], ["cannonball along", [2, 6075, 10]]]}, {"answer": "penetrate", "hint": "synonyms for penetrate", "clues": [["interpenetrate", [2, 6076, 0]], ["permeate", [2, 6076, 1]], ["click", [2, 6076, 2]], ["get across", [2, 6076, 3]], ["infiltrate", [2, 6076, 4]], ["come home", [2, 6076, 5]], ["pervade", [2, 6076, 6]], ["bottom", [2, 6076, 7]], ["sink in", [2, 6076, 8]], ["diffuse", [2, 6076, 9]], ["perforate", [2, 6076, 10]], ["imbue", [2, 6076, 11]], ["riddle", [2, 6076, 12]], ["fall into place", [2, 6076, 13]], ["dawn", [2, 6076, 14]], ["fathom", [2, 6076, 15]], ["get through", [2, 6076, 16]]]}, {"answer": "pep_up", "hint": "synonyms for pep up", "clues": [["barrack", [2, 6077, 0]], ["inspire", [2, 6077, 1]], ["cheer", [2, 6077, 2]], ["urge on", [2, 6077, 3]], ["ginger up", [2, 6077, 4]], ["juice up", [2, 6077, 5]], ["root on", [2, 6077, 6]], ["exhort", [2, 6077, 7]], ["jazz up", [2, 6077, 8]], ["urge", [2, 6077, 9]]]}, {"answer": "perish", "hint": "synonyms for perish", "clues": [["kick the bucket", [2, 6078, 0]], ["pop off", [2, 6078, 1]], ["conk", [2, 6078, 2]], ["die", [2, 6078, 3]], ["croak", [2, 6078, 4]], ["decease", [2, 6078, 5]], ["drop dead", [2, 6078, 6]], ["snuff it", [2, 6078, 7]], ["expire", [2, 6078, 8]], ["buy the farm", [2, 6078, 9]], ["exit", [2, 6078, 10]], ["cash in one's chips", [2, 6078, 11]], ["give-up the ghost", [2, 6078, 12]], ["choke", [2, 6078, 13]], ["go", [2, 6078, 14]], ["pass", [2, 6078, 15]], ["pass away", [2, 6078, 16]]]}, {"answer": "perk_up", "hint": "synonyms for perk up", "clues": [["pick up", [2, 6079, 0]], ["gain vigor", [2, 6079, 1]], ["energize", [2, 6079, 2]], ["arouse", [2, 6079, 3]], ["brace", [2, 6079, 4]], ["percolate", [2, 6079, 5]], ["stimulate", [2, 6079, 6]], ["perk", [2, 6079, 7]]]}, {"answer": "permeate", "hint": "synonyms for permeate", "clues": [["filter", [2, 6080, 0]], ["penetrate", [2, 6080, 1]], ["sink in", [2, 6080, 2]], ["interpenetrate", [2, 6080, 3]], ["pervade", [2, 6080, 4]], ["diffuse", [2, 6080, 5]], ["imbue", [2, 6080, 6]], ["riddle", [2, 6080, 7]], ["percolate", [2, 6080, 8]]]}, {"answer": "perplex", "hint": "synonyms for perplex", "clues": [["flummox", [2, 6081, 0]], ["baffle", [2, 6081, 1]], ["amaze", [2, 6081, 2]], ["beat", [2, 6081, 3]], ["get", [2, 6081, 4]], ["stupefy", [2, 6081, 5]], ["gravel", [2, 6081, 6]], ["mystify", [2, 6081, 7]], ["pose", [2, 6081, 8]], ["puzzle", [2, 6081, 9]], ["complicate", [2, 6081, 10]], ["bewilder", [2, 6081, 11]], ["stick", [2, 6081, 12]], ["vex", [2, 6081, 13]], ["dumbfound", [2, 6081, 14]], ["nonplus", [2, 6081, 15]]]}, {"answer": "persist", "hint": "synonyms for persist", "clues": [["prevail", [2, 6082, 0]], ["remain", [2, 6082, 1]], ["run", [2, 6082, 2]], ["die hard", [2, 6082, 3]], ["hold on", [2, 6082, 4]], ["persevere", [2, 6082, 5]], ["hang on", [2, 6082, 6]], ["endure", [2, 6082, 7]], ["stay", [2, 6082, 8]]]}, {"answer": "personify", "hint": "synonyms for personify", "clues": [["personate", [2, 6083, 0]], ["be", [2, 6083, 1]], ["embody", [2, 6083, 2]], ["body", [2, 6083, 3]]]}, {"answer": "pertain", "hint": "synonyms for pertain", "clues": [["come to", [2, 6084, 0]], ["have-to doe with", [2, 6084, 1]], ["bear on", [2, 6084, 2]], ["relate", [2, 6084, 3]], ["touch on", [2, 6084, 4]], ["appertain", [2, 6084, 5]], ["concern", [2, 6084, 6]], ["touch", [2, 6084, 7]], ["refer", [2, 6084, 8]]]}, {"answer": "perturb", "hint": "synonyms for perturb", "clues": [["unhinge", [2, 6085, 0]], ["trouble", [2, 6085, 1]], ["throw out of kilter", [2, 6085, 2]], ["disquiet", [2, 6085, 3]], ["derange", [2, 6085, 4]], ["distract", [2, 6085, 5]], ["cark", [2, 6085, 6]], ["disorder", [2, 6085, 7]]]}, {"answer": "pervade", "hint": "synonyms for pervade", "clues": [["permeate", [2, 6086, 0]], ["penetrate", [2, 6086, 1]], ["riddle", [2, 6086, 2]], ["diffuse", [2, 6086, 3]], ["interpenetrate", [2, 6086, 4]], ["imbue", [2, 6086, 5]]]}, {"answer": "pester", "hint": "synonyms for pester", "clues": [["bug", [2, 6087, 0]], ["badger", [2, 6087, 1]], ["tease", [2, 6087, 2]], ["beleaguer", [2, 6087, 3]]]}, {"answer": "peter_out", "hint": "synonyms for peter out", "clues": [["run down", [2, 6088, 0]], ["run out", [2, 6088, 1]], ["conk out", [2, 6088, 2]], ["taper off", [2, 6088, 3]], ["poop out", [2, 6088, 4]], ["fizzle", [2, 6088, 5]], ["fizzle out", [2, 6088, 6]]]}, {"answer": "pettifog", "hint": "synonyms for pettifog", "clues": [["quibble", [2, 6089, 0]], ["niggle", [2, 6089, 1]], ["squabble", [2, 6089, 2]], ["brabble", [2, 6089, 3]], ["bicker", [2, 6089, 4]]]}, {"answer": "philander", "hint": "synonyms for philander", "clues": [["womanise", [2, 6090, 0]], ["chat up", [2, 6090, 1]], ["dally", [2, 6090, 2]], ["flirt", [2, 6090, 3]], ["coquette", [2, 6090, 4]], ["mash", [2, 6090, 5]], ["butterfly", [2, 6090, 6]], ["romance", [2, 6090, 7]]]}, {"answer": "pick_at", "hint": "synonyms for pick at", "clues": [["pluck at", [2, 6091, 0]], ["peck", [2, 6091, 1]], ["disparage", [2, 6091, 2]], ["pull at", [2, 6091, 3]], ["belittle", [2, 6091, 4]], ["peck at", [2, 6091, 5]]]}, {"answer": "pick_out", "hint": "synonyms for pick out", "clues": [["make out", [2, 6092, 0]], ["take", [2, 6092, 1]], ["select", [2, 6092, 2]], ["discern", [2, 6092, 3]], ["choose", [2, 6092, 4]], ["spot", [2, 6092, 5]], ["distinguish", [2, 6092, 6]], ["recognise", [2, 6092, 7]], ["tell apart", [2, 6092, 8]]]}, {"answer": "pick_up", "hint": "synonyms for pick up", "clues": [["call for", [2, 6093, 0]], ["intoxicate", [2, 6093, 1]], ["lift up", [2, 6093, 2]], ["find out", [2, 6093, 3]], ["apprehend", [2, 6093, 4]], ["gain vigor", [2, 6093, 5]], ["perk up", [2, 6093, 6]], ["catch", [2, 6093, 7]], ["cop", [2, 6093, 8]], ["arrest", [2, 6093, 9]], ["receive", [2, 6093, 10]], ["collar", [2, 6093, 11]], ["elate", [2, 6093, 12]], ["gather up", [2, 6093, 13]], ["get a line", [2, 6093, 14]], ["peck", [2, 6093, 15]], ["get word", [2, 6093, 16]], ["get wind", [2, 6093, 17]], ["collect", [2, 6093, 18]], ["nail", [2, 6093, 19]], ["uplift", [2, 6093, 20]], ["nab", [2, 6093, 21]], ["see", [2, 6093, 22]], ["turn around", [2, 6093, 23]], ["hear", [2, 6093, 24]], ["percolate", [2, 6093, 25]], ["discover", [2, 6093, 26]], ["learn", [2, 6093, 27]], ["perk", [2, 6093, 28]]]}, {"answer": "piddle_away", "hint": "synonyms for piddle away", "clues": [["piddle", [2, 6094, 0]], ["wanton away", [2, 6094, 1]], ["wanton", [2, 6094, 2]], ["trifle", [2, 6094, 3]]]}, {"answer": "pig_out", "hint": "synonyms for pig out", "clues": [["gormandise", [2, 6095, 0]], ["englut", [2, 6095, 1]], ["gorge", [2, 6095, 2]], ["satiate", [2, 6095, 3]], ["glut", [2, 6095, 4]], ["engorge", [2, 6095, 5]], ["scarf out", [2, 6095, 6]], ["stuff", [2, 6095, 7]], ["overeat", [2, 6095, 8]], ["binge", [2, 6095, 9]], ["overindulge", [2, 6095, 10]], ["overgorge", [2, 6095, 11]], ["ingurgitate", [2, 6095, 12]]]}, {"answer": "pile_up", "hint": "synonyms for pile up", "clues": [["amass", [2, 6096, 0]], ["accumulate", [2, 6096, 1]], ["gather", [2, 6096, 2]], ["roll up", [2, 6096, 3]], ["stack up", [2, 6096, 4]], ["heap up", [2, 6096, 5]], ["compile", [2, 6096, 6]], ["collect", [2, 6096, 7]], ["conglomerate", [2, 6096, 8]], ["hoard", [2, 6096, 9]]]}, {"answer": "pilfer", "hint": "synonyms for pilfer", "clues": [["filch", [2, 6097, 0]], ["cabbage", [2, 6097, 1]], ["lift", [2, 6097, 2]], ["hook", [2, 6097, 3]], ["nobble", [2, 6097, 4]], ["snarf", [2, 6097, 5]], ["sneak", [2, 6097, 6]], ["purloin", [2, 6097, 7]], ["swipe", [2, 6097, 8]], ["abstract", [2, 6097, 9]], ["pinch", [2, 6097, 10]]]}, {"answer": "pin_down", "hint": "synonyms for pin down", "clues": [["trap", [2, 6098, 0]], ["peg down", [2, 6098, 1]], ["nail down", [2, 6098, 2]], ["narrow", [2, 6098, 3]], ["specify", [2, 6098, 4]], ["pin up", [2, 6098, 5]], ["narrow down", [2, 6098, 6]]]}, {"answer": "pipe_down", "hint": "synonyms for pipe down", "clues": [["quiet down", [2, 6099, 0]], ["hush", [2, 6099, 1]], ["quiesce", [2, 6099, 2]], ["quieten", [2, 6099, 3]], ["quiet", [2, 6099, 4]]]}, {"answer": "placate", "hint": "synonyms for placate", "clues": [["mollify", [2, 6100, 0]], ["appease", [2, 6100, 1]], ["gentle", [2, 6100, 2]], ["conciliate", [2, 6100, 3]], ["pacify", [2, 6100, 4]], ["gruntle", [2, 6100, 5]], ["assuage", [2, 6100, 6]], ["lenify", [2, 6100, 7]]]}, {"answer": "play_a_joke_on", "hint": "synonyms for play a joke on", "clues": [["play tricks", [2, 6101, 0]], ["fob", [2, 6101, 1]], ["hoax", [2, 6101, 2]], ["flim-flam", [2, 6101, 3]], ["pull a fast one on", [2, 6101, 4]], ["trick", [2, 6101, 5]], ["play a trick on", [2, 6101, 6]], ["fox", [2, 6101, 7]], ["pull someone's leg", [2, 6101, 8]]]}, {"answer": "play_a_trick_on", "hint": "synonyms for play a trick on", "clues": [["pull a fast one on", [2, 6102, 0]], ["trick", [2, 6102, 1]], ["play tricks", [2, 6102, 2]], ["fob", [2, 6102, 3]], ["fox", [2, 6102, 4]], ["flim-flam", [2, 6102, 5]], ["play a joke on", [2, 6102, 6]]]}, {"answer": "play_false", "hint": "synonyms for play false", "clues": [["bamboozle", [2, 6103, 0]], ["snow", [2, 6103, 1]], ["lead by the nose", [2, 6103, 2]], ["pull the wool over someone's eyes", [2, 6103, 3]], ["hoodwink", [2, 6103, 4]]]}, {"answer": "play_out", "hint": "synonyms for play out", "clues": [["exhaust", [2, 6104, 0]], ["run down", [2, 6104, 1]], ["tire", [2, 6104, 2]], ["sap", [2, 6104, 3]]]}, {"answer": "play_tricks", "hint": "synonyms for play tricks", "clues": [["pull a fast one on", [2, 6105, 0]], ["trick", [2, 6105, 1]], ["play a trick on", [2, 6105, 2]], ["fox", [2, 6105, 3]], ["fob", [2, 6105, 4]], ["flim-flam", [2, 6105, 5]], ["play a joke on", [2, 6105, 6]]]}, {"answer": "play_up", "hint": "synonyms for play up", "clues": [["shine up", [2, 6106, 0]], ["highlight", [2, 6106, 1]], ["sidle up", [2, 6106, 2]], ["suck up", [2, 6106, 3]], ["spotlight", [2, 6106, 4]], ["cotton up", [2, 6106, 5]], ["cozy up", [2, 6106, 6]], ["foreground", [2, 6106, 7]]]}, {"answer": "plug_away", "hint": "synonyms for plug away", "clues": [["peg away", [2, 6107, 0]], ["slog", [2, 6107, 1]], ["plug", [2, 6107, 2]], ["keep one's nose to the grindstone", [2, 6107, 3]], ["keep one's shoulder to the wheel", [2, 6107, 4]]]}, {"answer": "plump_down", "hint": "synonyms for plump down", "clues": [["plunk", [2, 6108, 0]], ["plop", [2, 6108, 1]], ["plank", [2, 6108, 2]], ["plank down", [2, 6108, 3]], ["plump", [2, 6108, 4]], ["plonk", [2, 6108, 5]], ["flump", [2, 6108, 6]]]}, {"answer": "plump_for", "hint": "synonyms for plump for", "clues": [["indorse", [2, 6109, 0]], ["support", [2, 6109, 1]], ["back", [2, 6109, 2]], ["plunk for", [2, 6109, 3]]]}, {"answer": "plump_out", "hint": "synonyms for plump out", "clues": [["plump", [2, 6110, 0]], ["fat", [2, 6110, 1]], ["fatten up", [2, 6110, 2]], ["flesh out", [2, 6110, 3]], ["fatten out", [2, 6110, 4]], ["fill out", [2, 6110, 5]], ["fatten", [2, 6110, 6]]]}, {"answer": "plunk_down", "hint": "synonyms for plunk down", "clues": [["plank", [2, 6111, 0]], ["plump", [2, 6111, 1]], ["plunk", [2, 6111, 2]], ["plonk", [2, 6111, 3]], ["plump down", [2, 6111, 4]], ["plop", [2, 6111, 5]], ["flump", [2, 6111, 6]]]}, {"answer": "plunk_for", "hint": "synonyms for plunk for", "clues": [["indorse", [2, 6112, 0]], ["support", [2, 6112, 1]], ["back", [2, 6112, 2]], ["plump for", [2, 6112, 3]]]}, {"answer": "point_out", "hint": "synonyms for point out", "clues": [["signalize", [2, 6113, 0]], ["comment", [2, 6113, 1]], ["remonstrate", [2, 6113, 2]], ["call attention", [2, 6113, 3]], ["remark", [2, 6113, 4]], ["notice", [2, 6113, 5]]]}, {"answer": "poke_fun", "hint": "synonyms for poke fun", "clues": [["laugh at", [2, 6114, 0]], ["roast", [2, 6114, 1]], ["make fun", [2, 6114, 2]], ["guy", [2, 6114, 3]], ["jest at", [2, 6114, 4]], ["rib", [2, 6114, 5]], ["blackguard", [2, 6114, 6]], ["ridicule", [2, 6114, 7]]]}, {"answer": "polish_off", "hint": "synonyms for polish off", "clues": [["dispatch", [2, 6115, 0]], ["get through", [2, 6115, 1]], ["mop up", [2, 6115, 2]], ["eat up", [2, 6115, 3]], ["wrap up", [2, 6115, 4]], ["finish off", [2, 6115, 5]], ["hit", [2, 6115, 6]], ["slay", [2, 6115, 7]], ["finish up", [2, 6115, 8]], ["off", [2, 6115, 9]], ["finish", [2, 6115, 10]], ["remove", [2, 6115, 11]], ["murder", [2, 6115, 12]], ["clear up", [2, 6115, 13]], ["bump off", [2, 6115, 14]]]}, {"answer": "polish_up", "hint": "synonyms for polish up", "clues": [["round off", [2, 6116, 0]], ["brush up", [2, 6116, 1]], ["round", [2, 6116, 2]], ["polish", [2, 6116, 3]]]}, {"answer": "ponder", "hint": "synonyms for ponder", "clues": [["think over", [2, 6117, 0]], ["excogitate", [2, 6117, 1]], ["reflect", [2, 6117, 2]], ["muse", [2, 6117, 3]], ["speculate", [2, 6117, 4]], ["ruminate", [2, 6117, 5]], ["mull over", [2, 6117, 6]], ["contemplate", [2, 6117, 7]], ["mull", [2, 6117, 8]], ["chew over", [2, 6117, 9]], ["meditate", [2, 6117, 10]]]}, {"answer": "pooh-pooh", "hint": "synonyms for pooh-pooh", "clues": [["scorn", [2, 6118, 0]], ["spurn", [2, 6118, 1]], ["disdain", [2, 6118, 2]], ["turn down", [2, 6118, 3]], ["reject", [2, 6118, 4]], ["freeze off", [2, 6118, 5]]]}, {"answer": "poop_out", "hint": "synonyms for poop out", "clues": [["peter out", [2, 6119, 0]], ["run out", [2, 6119, 1]], ["conk out", [2, 6119, 2]], ["run down", [2, 6119, 3]]]}, {"answer": "pop_off", "hint": "synonyms for pop off", "clues": [["perish", [2, 6120, 0]], ["kick the bucket", [2, 6120, 1]], ["conk", [2, 6120, 2]], ["die", [2, 6120, 3]], ["croak", [2, 6120, 4]], ["decease", [2, 6120, 5]], ["drop dead", [2, 6120, 6]], ["snuff it", [2, 6120, 7]], ["expire", [2, 6120, 8]], ["buy the farm", [2, 6120, 9]], ["exit", [2, 6120, 10]], ["cash in one's chips", [2, 6120, 11]], ["give-up the ghost", [2, 6120, 12]], ["choke", [2, 6120, 13]], ["go", [2, 6120, 14]], ["pass", [2, 6120, 15]], ["pass away", [2, 6120, 16]]]}, {"answer": "pop_out", "hint": "synonyms for pop out", "clues": [["burst out", [2, 6121, 0]], ["pop", [2, 6121, 1]], ["start", [2, 6121, 2]], ["bulge out", [2, 6121, 3]], ["protrude", [2, 6121, 4]], ["come out", [2, 6121, 5]], ["bulge", [2, 6121, 6]]]}, {"answer": "portend", "hint": "synonyms for portend", "clues": [["prognosticate", [2, 6122, 0]], ["presage", [2, 6122, 1]], ["forecast", [2, 6122, 2]], ["auspicate", [2, 6122, 3]], ["foreshadow", [2, 6122, 4]], ["omen", [2, 6122, 5]], ["augur", [2, 6122, 6]], ["predict", [2, 6122, 7]], ["betoken", [2, 6122, 8]], ["foretell", [2, 6122, 9]], ["prefigure", [2, 6122, 10]], ["bode", [2, 6122, 11]]]}, {"answer": "portion_out", "hint": "synonyms for portion out", "clues": [["deal", [2, 6123, 0]], ["apportion", [2, 6123, 1]], ["share", [2, 6123, 2]], ["divvy up", [2, 6123, 3]]]}, {"answer": "portray", "hint": "synonyms for portray", "clues": [["impersonate", [2, 6124, 0]], ["depict", [2, 6124, 1]], ["limn", [2, 6124, 2]], ["present", [2, 6124, 3]]]}, {"answer": "postpone", "hint": "synonyms for postpone", "clues": [["prorogue", [2, 6125, 0]], ["shelve", [2, 6125, 1]], ["put off", [2, 6125, 2]], ["table", [2, 6125, 3]], ["remit", [2, 6125, 4]], ["hold over", [2, 6125, 5]], ["set back", [2, 6125, 6]], ["defer", [2, 6125, 7]], ["put over", [2, 6125, 8]]]}, {"answer": "pour", "hint": "synonyms for pour", "clues": [["swarm", [2, 6126, 0]], ["pour out", [2, 6126, 1]], ["pullulate", [2, 6126, 2]], ["pelt", [2, 6126, 3]], ["stream", [2, 6126, 4]], ["rain cats and dogs", [2, 6126, 5]], ["decant", [2, 6126, 6]], ["rain buckets", [2, 6126, 7]], ["teem", [2, 6126, 8]]]}, {"answer": "pour_down", "hint": "synonyms for pour down", "clues": [["belt down", [2, 6127, 0]], ["toss off", [2, 6127, 1]], ["kill", [2, 6127, 2]], ["pop", [2, 6127, 3]], ["down", [2, 6127, 4]], ["drink down", [2, 6127, 5]]]}, {"answer": "pour_out", "hint": "synonyms for pour out", "clues": [["pour", [2, 6128, 0]], ["effuse", [2, 6128, 1]], ["decant", [2, 6128, 2]], ["spill out", [2, 6128, 3]], ["spill over", [2, 6128, 4]]]}, {"answer": "practise", "hint": "synonyms for practise", "clues": [["practice", [2, 6129, 0]], ["drill", [2, 6129, 1]], ["exercise", [2, 6129, 2]], ["do", [2, 6129, 3]], ["rehearse", [2, 6129, 4]]]}, {"answer": "precede", "hint": "synonyms for precede", "clues": [["forgo", [2, 6130, 0]], ["come before", [2, 6130, 1]], ["predate", [2, 6130, 2]], ["lead", [2, 6130, 3]], ["preface", [2, 6130, 4]], ["introduce", [2, 6130, 5]], ["antecede", [2, 6130, 6]], ["antedate", [2, 6130, 7]], ["premise", [2, 6130, 8]]]}, {"answer": "preclude", "hint": "synonyms for preclude", "clues": [["forestall", [2, 6131, 0]], ["forbid", [2, 6131, 1]], ["prevent", [2, 6131, 2]], ["close out", [2, 6131, 3]], ["foreclose", [2, 6131, 4]], ["rule out", [2, 6131, 5]]]}, {"answer": "predate", "hint": "synonyms for predate", "clues": [["precede", [2, 6132, 0]], ["prey", [2, 6132, 1]], ["forgo", [2, 6132, 2]], ["foredate", [2, 6132, 3]], ["raven", [2, 6132, 4]], ["antecede", [2, 6132, 5]], ["antedate", [2, 6132, 6]]]}, {"answer": "predict", "hint": "synonyms for predict", "clues": [["call", [2, 6133, 0]], ["presage", [2, 6133, 1]], ["auspicate", [2, 6133, 2]], ["foreshadow", [2, 6133, 3]], ["bode", [2, 6133, 4]], ["portend", [2, 6133, 5]], ["augur", [2, 6133, 6]], ["betoken", [2, 6133, 7]], ["forebode", [2, 6133, 8]], ["forecast", [2, 6133, 9]], ["anticipate", [2, 6133, 10]], ["omen", [2, 6133, 11]], ["foretell", [2, 6133, 12]], ["prognosticate", [2, 6133, 13]], ["promise", [2, 6133, 14]], ["prefigure", [2, 6133, 15]]]}, {"answer": "preen", "hint": "synonyms for preen", "clues": [["plume", [2, 6134, 0]], ["dress", [2, 6134, 1]], ["primp", [2, 6134, 2]], ["congratulate", [2, 6134, 3]]]}, {"answer": "prefigure", "hint": "synonyms for prefigure", "clues": [["prognosticate", [2, 6135, 0]], ["presage", [2, 6135, 1]], ["forecast", [2, 6135, 2]], ["auspicate", [2, 6135, 3]], ["foreshadow", [2, 6135, 4]], ["omen", [2, 6135, 5]], ["portend", [2, 6135, 6]], ["augur", [2, 6135, 7]], ["predict", [2, 6135, 8]], ["betoken", [2, 6135, 9]], ["foretell", [2, 6135, 10]], ["bode", [2, 6135, 11]]]}, {"answer": "prepare", "hint": "synonyms for prepare", "clues": [["fix", [2, 6136, 0]], ["ready", [2, 6136, 1]], ["educate", [2, 6136, 2]], ["get up", [2, 6136, 3]], ["groom", [2, 6136, 4]], ["machinate", [2, 6136, 5]], ["make", [2, 6136, 6]], ["train", [2, 6136, 7]], ["organise", [2, 6136, 8]], ["cook", [2, 6136, 9]], ["set", [2, 6136, 10]], ["devise", [2, 6136, 11]], ["develop", [2, 6136, 12]], ["set up", [2, 6136, 13]], ["gear up", [2, 6136, 14]]]}, {"answer": "press_out", "hint": "synonyms for press out", "clues": [["express", [2, 6137, 0]], ["extract", [2, 6137, 1]], ["extinguish", [2, 6137, 2]], ["press", [2, 6137, 3]], ["stub out", [2, 6137, 4]], ["crush out", [2, 6137, 5]]]}, {"answer": "presume", "hint": "synonyms for presume", "clues": [["make bold", [2, 6138, 0]], ["assume", [2, 6138, 1]], ["dare", [2, 6138, 2]], ["take for granted", [2, 6138, 3]]]}, {"answer": "pretermit", "hint": "synonyms for pretermit", "clues": [["overlook", [2, 6139, 0]], ["drop", [2, 6139, 1]], ["neglect", [2, 6139, 2]], ["leave out", [2, 6139, 3]], ["omit", [2, 6139, 4]], ["overleap", [2, 6139, 5]], ["miss", [2, 6139, 6]]]}, {"answer": "prevail", "hint": "synonyms for prevail", "clues": [["dominate", [2, 6140, 0]], ["run", [2, 6140, 1]], ["reign", [2, 6140, 2]], ["die hard", [2, 6140, 3]], ["obtain", [2, 6140, 4]], ["endure", [2, 6140, 5]], ["predominate", [2, 6140, 6]], ["hold", [2, 6140, 7]], ["triumph", [2, 6140, 8]], ["rule", [2, 6140, 9]], ["persist", [2, 6140, 10]]]}, {"answer": "prevaricate", "hint": "synonyms for prevaricate", "clues": [["equivocate", [2, 6141, 0]], ["tergiversate", [2, 6141, 1]], ["beat around the bush", [2, 6141, 2]], ["palter", [2, 6141, 3]]]}, {"answer": "prevent", "hint": "synonyms for prevent", "clues": [["forestall", [2, 6142, 0]], ["forbid", [2, 6142, 1]], ["preclude", [2, 6142, 2]], ["keep", [2, 6142, 3]], ["foreclose", [2, 6142, 4]]]}, {"answer": "previse", "hint": "synonyms for previse", "clues": [["forewarn", [2, 6143, 0]], ["anticipate", [2, 6143, 1]], ["foreknow", [2, 6143, 2]], ["foresee", [2, 6143, 3]]]}, {"answer": "prink", "hint": "synonyms for prink", "clues": [["deck up", [2, 6144, 0]], ["trick out", [2, 6144, 1]], ["trick up", [2, 6144, 2]], ["gussy up", [2, 6144, 3]], ["tog out", [2, 6144, 4]], ["deck out", [2, 6144, 5]], ["attire", [2, 6144, 6]], ["dress up", [2, 6144, 7]], ["fig up", [2, 6144, 8]], ["overdress", [2, 6144, 9]], ["fancy up", [2, 6144, 10]], ["get up", [2, 6144, 11]], ["fig out", [2, 6144, 12]], ["tog up", [2, 6144, 13]]]}, {"answer": "prise", "hint": "synonyms for prise", "clues": [["esteem", [2, 6145, 0]], ["respect", [2, 6145, 1]], ["pry", [2, 6145, 2]], ["prize", [2, 6145, 3]], ["jimmy", [2, 6145, 4]], ["lever", [2, 6145, 5]], ["value", [2, 6145, 6]]]}, {"answer": "proceed", "hint": "synonyms for proceed", "clues": [["continue", [2, 6146, 0]], ["go forward", [2, 6146, 1]], ["go", [2, 6146, 2]], ["go on", [2, 6146, 3]], ["keep", [2, 6146, 4]], ["carry on", [2, 6146, 5]], ["move", [2, 6146, 6]], ["go along", [2, 6146, 7]]]}, {"answer": "proclaim", "hint": "synonyms for proclaim", "clues": [["exclaim", [2, 6147, 0]], ["exalt", [2, 6147, 1]], ["predicate", [2, 6147, 2]], ["laud", [2, 6147, 3]], ["glorify", [2, 6147, 4]], ["promulgate", [2, 6147, 5]], ["extol", [2, 6147, 6]]]}, {"answer": "procrastinate", "hint": "synonyms for procrastinate", "clues": [["drag one's feet", [2, 6148, 0]], ["drag one's heels", [2, 6148, 1]], ["dilly-dally", [2, 6148, 2]], ["stall", [2, 6148, 3]], ["shillyshally", [2, 6148, 4]]]}, {"answer": "prognosticate", "hint": "synonyms for prognosticate", "clues": [["call", [2, 6149, 0]], ["presage", [2, 6149, 1]], ["auspicate", [2, 6149, 2]], ["foreshadow", [2, 6149, 3]], ["portend", [2, 6149, 4]], ["augur", [2, 6149, 5]], ["betoken", [2, 6149, 6]], ["forebode", [2, 6149, 7]], ["forecast", [2, 6149, 8]], ["anticipate", [2, 6149, 9]], ["predict", [2, 6149, 10]], ["foretell", [2, 6149, 11]], ["omen", [2, 6149, 12]], ["promise", [2, 6149, 13]], ["prefigure", [2, 6149, 14]], ["bode", [2, 6149, 15]]]}, {"answer": "prohibit", "hint": "synonyms for prohibit", "clues": [["disallow", [2, 6150, 0]], ["proscribe", [2, 6150, 1]], ["nix", [2, 6150, 2]], ["veto", [2, 6150, 3]], ["forbid", [2, 6150, 4]], ["interdict", [2, 6150, 5]]]}, {"answer": "prolong", "hint": "synonyms for prolong", "clues": [["keep up", [2, 6151, 0]], ["extend", [2, 6151, 1]], ["sustain", [2, 6151, 2]], ["protract", [2, 6151, 3]], ["draw out", [2, 6151, 4]]]}, {"answer": "promote", "hint": "synonyms for promote", "clues": [["advance", [2, 6152, 0]], ["upgrade", [2, 6152, 1]], ["kick upstairs", [2, 6152, 2]], ["raise", [2, 6152, 3]], ["elevate", [2, 6152, 4]], ["push", [2, 6152, 5]], ["encourage", [2, 6152, 6]], ["boost", [2, 6152, 7]], ["advertise", [2, 6152, 8]], ["further", [2, 6152, 9]]]}, {"answer": "pronounce", "hint": "synonyms for pronounce", "clues": [["articulate", [2, 6153, 0]], ["say", [2, 6153, 1]], ["sound out", [2, 6153, 2]], ["enunciate", [2, 6153, 3]], ["judge", [2, 6153, 4]], ["label", [2, 6153, 5]], ["enounce", [2, 6153, 6]]]}, {"answer": "propagate", "hint": "synonyms for propagate", "clues": [["pass around", [2, 6154, 0]], ["spread", [2, 6154, 1]], ["distribute", [2, 6154, 2]], ["diffuse", [2, 6154, 3]], ["circularize", [2, 6154, 4]], ["disseminate", [2, 6154, 5]], ["broadcast", [2, 6154, 6]], ["disperse", [2, 6154, 7]], ["circulate", [2, 6154, 8]]]}, {"answer": "propel", "hint": "synonyms for propel", "clues": [["actuate", [2, 6155, 0]], ["incite", [2, 6155, 1]], ["prompt", [2, 6155, 2]], ["impel", [2, 6155, 3]], ["motivate", [2, 6155, 4]], ["move", [2, 6155, 5]]]}, {"answer": "propose", "hint": "synonyms for propose", "clues": [["project", [2, 6156, 0]], ["nominate", [2, 6156, 1]], ["purport", [2, 6156, 2]], ["pop the question", [2, 6156, 3]], ["offer", [2, 6156, 4]], ["declare oneself", [2, 6156, 5]], ["suggest", [2, 6156, 6]], ["aim", [2, 6156, 7]], ["advise", [2, 6156, 8]], ["purpose", [2, 6156, 9]]]}, {"answer": "prorogue", "hint": "synonyms for prorogue", "clues": [["postpone", [2, 6157, 0]], ["shelve", [2, 6157, 1]], ["put off", [2, 6157, 2]], ["table", [2, 6157, 3]], ["remit", [2, 6157, 4]], ["hold over", [2, 6157, 5]], ["set back", [2, 6157, 6]], ["defer", [2, 6157, 7]], ["put over", [2, 6157, 8]]]}, {"answer": "proscribe", "hint": "synonyms for proscribe", "clues": [["disallow", [2, 6158, 0]], ["prohibit", [2, 6158, 1]], ["nix", [2, 6158, 2]], ["veto", [2, 6158, 3]], ["forbid", [2, 6158, 4]], ["interdict", [2, 6158, 5]]]}, {"answer": "protrude", "hint": "synonyms for protrude", "clues": [["bug out", [2, 6159, 0]], ["bulge", [2, 6159, 1]], ["pop", [2, 6159, 2]], ["start", [2, 6159, 3]], ["pouch", [2, 6159, 4]], ["jut out", [2, 6159, 5]], ["come out", [2, 6159, 6]], ["stick out", [2, 6159, 7]], ["jut", [2, 6159, 8]], ["pop out", [2, 6159, 9]], ["project", [2, 6159, 10]]]}, {"answer": "prove", "hint": "synonyms for prove", "clues": [["bear witness", [2, 6160, 0]], ["evidence", [2, 6160, 1]], ["test", [2, 6160, 2]], ["raise", [2, 6160, 3]], ["turn out", [2, 6160, 4]], ["shew", [2, 6160, 5]], ["testify", [2, 6160, 6]], ["essay", [2, 6160, 7]], ["leaven", [2, 6160, 8]], ["turn up", [2, 6160, 9]], ["show", [2, 6160, 10]], ["establish", [2, 6160, 11]], ["try", [2, 6160, 12]], ["examine", [2, 6160, 13]], ["try out", [2, 6160, 14]], ["demonstrate", [2, 6160, 15]]]}, {"answer": "provide", "hint": "synonyms for provide", "clues": [["allow", [2, 6161, 0]], ["offer", [2, 6161, 1]], ["allow for", [2, 6161, 2]], ["bring home the bacon", [2, 6161, 3]], ["furnish", [2, 6161, 4]], ["cater", [2, 6161, 5]], ["supply", [2, 6161, 6]], ["put up", [2, 6161, 7]], ["leave", [2, 6161, 8]], ["ply", [2, 6161, 9]], ["render", [2, 6161, 10]]]}, {"answer": "provoke", "hint": "synonyms for provoke", "clues": [["call forth", [2, 6162, 0]], ["raise", [2, 6162, 1]], ["hassle", [2, 6162, 2]], ["enkindle", [2, 6162, 3]], ["plague", [2, 6162, 4]], ["harry", [2, 6162, 5]], ["chivvy", [2, 6162, 6]], ["molest", [2, 6162, 7]], ["beset", [2, 6162, 8]], ["arouse", [2, 6162, 9]], ["evoke", [2, 6162, 10]], ["kick up", [2, 6162, 11]], ["stimulate", [2, 6162, 12]], ["chevvy", [2, 6162, 13]], ["elicit", [2, 6162, 14]], ["harass", [2, 6162, 15]], ["fire", [2, 6162, 16]]]}, {"answer": "ptyalise", "hint": "synonyms for ptyalise", "clues": [["spit", [2, 6163, 0]], ["spue", [2, 6163, 1]], ["ptyalize", [2, 6163, 2]], ["spew", [2, 6163, 3]]]}, {"answer": "ptyalize", "hint": "synonyms for ptyalize", "clues": [["ptyalise", [2, 6164, 0]], ["spit", [2, 6164, 1]], ["spue", [2, 6164, 2]], ["spew", [2, 6164, 3]]]}, {"answer": "publicise", "hint": "synonyms for publicise", "clues": [["publicize", [2, 6165, 0]], ["advertize", [2, 6165, 1]], ["air", [2, 6165, 2]], ["bare", [2, 6165, 3]]]}, {"answer": "publicize", "hint": "synonyms for publicize", "clues": [["publicise", [2, 6166, 0]], ["advertize", [2, 6166, 1]], ["air", [2, 6166, 2]], ["bare", [2, 6166, 3]]]}, {"answer": "publish", "hint": "synonyms for publish", "clues": [["release", [2, 6167, 0]], ["write", [2, 6167, 1]], ["print", [2, 6167, 2]], ["bring out", [2, 6167, 3]], ["issue", [2, 6167, 4]], ["put out", [2, 6167, 5]]]}, {"answer": "puff_up", "hint": "synonyms for puff up", "clues": [["puff out", [2, 6168, 0]], ["puff", [2, 6168, 1]], ["blow up", [2, 6168, 2]], ["swell", [2, 6168, 3]]]}, {"answer": "pull_a_fast_one_on", "hint": "synonyms for pull a fast one on", "clues": [["trick", [2, 6169, 0]], ["play a trick on", [2, 6169, 1]], ["play tricks", [2, 6169, 2]], ["fob", [2, 6169, 3]], ["fox", [2, 6169, 4]], ["flim-flam", [2, 6169, 5]], ["play a joke on", [2, 6169, 6]]]}, {"answer": "pull_ahead", "hint": "synonyms for pull ahead", "clues": [["get ahead", [2, 6170, 0]], ["make headway", [2, 6170, 1]], ["advance", [2, 6170, 2]], ["gain ground", [2, 6170, 3]], ["gain", [2, 6170, 4]], ["win", [2, 6170, 5]]]}, {"answer": "pull_away", "hint": "synonyms for pull away", "clues": [["move back", [2, 6171, 0]], ["recede", [2, 6171, 1]], ["retire", [2, 6171, 2]], ["pull back", [2, 6171, 3]], ["withdraw", [2, 6171, 4]], ["retreat", [2, 6171, 5]], ["draw back", [2, 6171, 6]]]}, {"answer": "pull_back", "hint": "synonyms for pull back", "clues": [["pull away", [2, 6172, 0]], ["move back", [2, 6172, 1]], ["back away", [2, 6172, 2]], ["crawfish", [2, 6172, 3]], ["retract", [2, 6172, 4]], ["draw", [2, 6172, 5]], ["crawfish out", [2, 6172, 6]], ["draw back", [2, 6172, 7]], ["recede", [2, 6172, 8]], ["retire", [2, 6172, 9]], ["withdraw", [2, 6172, 10]], ["back out", [2, 6172, 11]], ["pull in one's horns", [2, 6172, 12]]]}, {"answer": "pull_down", "hint": "synonyms for pull down", "clues": [["raze", [2, 6173, 0]], ["level", [2, 6173, 1]], ["dismantle", [2, 6173, 2]], ["tear down", [2, 6173, 3]], ["knock down", [2, 6173, 4]], ["take down", [2, 6173, 5]], ["push down", [2, 6173, 6]], ["cut down", [2, 6173, 7]], ["rase", [2, 6173, 8]], ["down", [2, 6173, 9]]]}, {"answer": "pull_in", "hint": "synonyms for pull in", "clues": [["realize", [2, 6174, 0]], ["draw in", [2, 6174, 1]], ["make", [2, 6174, 2]], ["bring in", [2, 6174, 3]], ["clear", [2, 6174, 4]], ["earn", [2, 6174, 5]], ["gain", [2, 6174, 6]], ["move in", [2, 6174, 7]], ["take in", [2, 6174, 8]], ["collect", [2, 6174, 9]], ["attract", [2, 6174, 10]], ["get in", [2, 6174, 11]], ["pull", [2, 6174, 12]], ["draw", [2, 6174, 13]]]}, {"answer": "pull_in_one's_horns", "hint": "synonyms for pull in one's horns", "clues": [["back away", [2, 6175, 0]], ["crawfish", [2, 6175, 1]], ["pull back", [2, 6175, 2]], ["withdraw", [2, 6175, 3]], ["back out", [2, 6175, 4]], ["crawfish out", [2, 6175, 5]], ["retreat", [2, 6175, 6]]]}, {"answer": "pull_off", "hint": "synonyms for pull off", "clues": [["tweak", [2, 6176, 0]], ["pluck", [2, 6176, 1]], ["manage", [2, 6176, 2]], ["carry off", [2, 6176, 3]], ["draw away", [2, 6176, 4]], ["draw off", [2, 6176, 5]], ["bring off", [2, 6176, 6]], ["negociate", [2, 6176, 7]], ["pick off", [2, 6176, 8]]]}, {"answer": "pull_out", "hint": "synonyms for pull out", "clues": [["back down", [2, 6177, 0]], ["take out", [2, 6177, 1]], ["chicken out", [2, 6177, 2]], ["bow out", [2, 6177, 3]], ["get out", [2, 6177, 4]], ["draw out", [2, 6177, 5]], ["back off", [2, 6177, 6]], ["pull", [2, 6177, 7]], ["pull up", [2, 6177, 8]], ["extract", [2, 6177, 9]], ["draw", [2, 6177, 10]]]}, {"answer": "pull_round", "hint": "synonyms for pull round", "clues": [["pull through", [2, 6178, 0]], ["come through", [2, 6178, 1]], ["make it", [2, 6178, 2]], ["survive", [2, 6178, 3]]]}, {"answer": "pull_the_wool_over_someone's_eyes", "hint": "synonyms for pull the wool over someone's eyes", "clues": [["bamboozle", [2, 6179, 0]], ["snow", [2, 6179, 1]], ["play false", [2, 6179, 2]], ["lead by the nose", [2, 6179, 3]], ["hoodwink", [2, 6179, 4]]]}, {"answer": "pull_through", "hint": "synonyms for pull through", "clues": [["come through", [2, 6180, 0]], ["make it", [2, 6180, 1]], ["bring through", [2, 6180, 2]], ["carry through", [2, 6180, 3]], ["save", [2, 6180, 4]], ["survive", [2, 6180, 5]], ["pull round", [2, 6180, 6]]]}, {"answer": "pull_up", "hint": "synonyms for pull up", "clues": [["take out", [2, 6181, 0]], ["draw up", [2, 6181, 1]], ["straighten up", [2, 6181, 2]], ["draw out", [2, 6181, 3]], ["haul up", [2, 6181, 4]], ["pull out", [2, 6181, 5]], ["extract", [2, 6181, 6]], ["pull", [2, 6181, 7]]]}, {"answer": "pullulate", "hint": "synonyms for pullulate", "clues": [["swarm", [2, 6182, 0]], ["germinate", [2, 6182, 1]], ["teem", [2, 6182, 2]], ["bourgeon", [2, 6182, 3]], ["shoot", [2, 6182, 4]], ["burgeon forth", [2, 6182, 5]], ["spud", [2, 6182, 6]], ["pour", [2, 6182, 7]], ["stream", [2, 6182, 8]], ["sprout", [2, 6182, 9]]]}, {"answer": "pulsate", "hint": "synonyms for pulsate", "clues": [["beat", [2, 6183, 0]], ["quiver", [2, 6183, 1]], ["pulse", [2, 6183, 2]], ["throb", [2, 6183, 3]]]}, {"answer": "pulverise", "hint": "synonyms for pulverise", "clues": [["pulverize", [2, 6184, 0]], ["powderise", [2, 6184, 1]], ["demolish", [2, 6184, 2]], ["powder", [2, 6184, 3]]]}, {"answer": "pulverize", "hint": "synonyms for pulverize", "clues": [["pulverise", [2, 6185, 0]], ["powderise", [2, 6185, 1]], ["demolish", [2, 6185, 2]], ["powder", [2, 6185, 3]]]}, {"answer": "punctuate", "hint": "synonyms for punctuate", "clues": [["accent", [2, 6186, 0]], ["stress", [2, 6186, 1]], ["emphasize", [2, 6186, 2]], ["mark", [2, 6186, 3]], ["accentuate", [2, 6186, 4]]]}, {"answer": "purify", "hint": "synonyms for purify", "clues": [["sublimate", [2, 6187, 0]], ["sanctify", [2, 6187, 1]], ["make pure", [2, 6187, 2]], ["distill", [2, 6187, 3]], ["purge", [2, 6187, 4]]]}, {"answer": "purloin", "hint": "synonyms for purloin", "clues": [["filch", [2, 6188, 0]], ["cabbage", [2, 6188, 1]], ["lift", [2, 6188, 2]], ["hook", [2, 6188, 3]], ["nobble", [2, 6188, 4]], ["snarf", [2, 6188, 5]], ["sneak", [2, 6188, 6]], ["pilfer", [2, 6188, 7]], ["swipe", [2, 6188, 8]], ["abstract", [2, 6188, 9]], ["pinch", [2, 6188, 10]]]}, {"answer": "pursue", "hint": "synonyms for pursue", "clues": [["follow", [2, 6189, 0]], ["quest for", [2, 6189, 1]], ["act on", [2, 6189, 2]], ["prosecute", [2, 6189, 3]], ["go after", [2, 6189, 4]], ["quest after", [2, 6189, 5]], ["follow up on", [2, 6189, 6]], ["engage", [2, 6189, 7]]]}, {"answer": "push_around", "hint": "synonyms for push around", "clues": [["ballyrag", [2, 6190, 0]], ["boss around", [2, 6190, 1]], ["hector", [2, 6190, 2]], ["strong-arm", [2, 6190, 3]], ["bully", [2, 6190, 4]], ["browbeat", [2, 6190, 5]]]}, {"answer": "push_aside", "hint": "synonyms for push aside", "clues": [["push away", [2, 6191, 0]], ["discount", [2, 6191, 1]], ["dismiss", [2, 6191, 2]], ["brush off", [2, 6191, 3]], ["brush aside", [2, 6191, 4]], ["disregard", [2, 6191, 5]], ["ignore", [2, 6191, 6]]]}, {"answer": "push_down", "hint": "synonyms for push down", "clues": [["pull down", [2, 6192, 0]], ["down", [2, 6192, 1]], ["knock down", [2, 6192, 2]], ["cut down", [2, 6192, 3]]]}, {"answer": "put_across", "hint": "synonyms for put across", "clues": [["communicate", [2, 6193, 0]], ["pass", [2, 6193, 1]], ["pass along", [2, 6193, 2]], ["pass on", [2, 6193, 3]]]}, {"answer": "put_away", "hint": "synonyms for put away", "clues": [["chuck out", [2, 6194, 0]], ["tuck away", [2, 6194, 1]], ["shut away", [2, 6194, 2]], ["cast away", [2, 6194, 3]], ["put to sleep", [2, 6194, 4]], ["throw out", [2, 6194, 5]], ["gaol", [2, 6194, 6]], ["put aside", [2, 6194, 7]], ["cast out", [2, 6194, 8]], ["remand", [2, 6194, 9]], ["throw away", [2, 6194, 10]], ["cast aside", [2, 6194, 11]], ["toss away", [2, 6194, 12]], ["toss", [2, 6194, 13]], ["immure", [2, 6194, 14]], ["jug", [2, 6194, 15]], ["lag", [2, 6194, 16]], ["lock", [2, 6194, 17]], ["jail", [2, 6194, 18]], ["toss out", [2, 6194, 19]], ["lock in", [2, 6194, 20]], ["dispose", [2, 6194, 21]], ["tuck in", [2, 6194, 22]], ["lock away", [2, 6194, 23]], ["shut up", [2, 6194, 24]], ["fling", [2, 6194, 25]], ["lock up", [2, 6194, 26]], ["imprison", [2, 6194, 27]], ["discard", [2, 6194, 28]], ["incarcerate", [2, 6194, 29]], ["put behind bars", [2, 6194, 30]]]}, {"answer": "put_behind_bars", "hint": "synonyms for put behind bars", "clues": [["gaol", [2, 6195, 0]], ["put away", [2, 6195, 1]], ["remand", [2, 6195, 2]], ["immure", [2, 6195, 3]], ["imprison", [2, 6195, 4]], ["jug", [2, 6195, 5]], ["lag", [2, 6195, 6]], ["incarcerate", [2, 6195, 7]], ["jail", [2, 6195, 8]]]}, {"answer": "put_down", "hint": "synonyms for put down", "clues": [["enter", [2, 6196, 0]], ["unload", [2, 6196, 1]], ["place down", [2, 6196, 2]], ["lay", [2, 6196, 3]], ["destroy", [2, 6196, 4]], ["land", [2, 6196, 5]], ["set down", [2, 6196, 6]], ["bring down", [2, 6196, 7]], ["repose", [2, 6196, 8]], ["discharge", [2, 6196, 9]], ["take down", [2, 6196, 10]], ["disgrace", [2, 6196, 11]], ["degrade", [2, 6196, 12]], ["record", [2, 6196, 13]], ["drop", [2, 6196, 14]], ["drop off", [2, 6196, 15]], ["write down", [2, 6196, 16]], ["demean", [2, 6196, 17]]]}, {"answer": "put_forward", "hint": "synonyms for put forward", "clues": [["assert", [2, 6197, 0]], ["invoke", [2, 6197, 1]], ["call down", [2, 6197, 2]], ["evoke", [2, 6197, 3]], ["state", [2, 6197, 4]], ["submit", [2, 6197, 5]], ["arouse", [2, 6197, 6]], ["bring up", [2, 6197, 7]], ["put up", [2, 6197, 8]], ["nominate", [2, 6197, 9]], ["conjure", [2, 6197, 10]], ["raise", [2, 6197, 11]], ["posit", [2, 6197, 12]], ["stir", [2, 6197, 13]], ["conjure up", [2, 6197, 14]], ["call forth", [2, 6197, 15]]]}, {"answer": "put_in", "hint": "synonyms for put in", "clues": [["submit", [2, 6198, 0]], ["interpose", [2, 6198, 1]], ["stack away", [2, 6198, 2]], ["interject", [2, 6198, 3]], ["hive away", [2, 6198, 4]], ["throw in", [2, 6198, 5]], ["barge in", [2, 6198, 6]], ["come in", [2, 6198, 7]], ["salt away", [2, 6198, 8]], ["enclose", [2, 6198, 9]], ["cut in", [2, 6198, 10]], ["set up", [2, 6198, 11]], ["insert", [2, 6198, 12]], ["instal", [2, 6198, 13]], ["introduce", [2, 6198, 14]], ["lay in", [2, 6198, 15]], ["chisel in", [2, 6198, 16]], ["chime in", [2, 6198, 17]], ["store", [2, 6198, 18]], ["break in", [2, 6198, 19]], ["stick in", [2, 6198, 20]], ["inject", [2, 6198, 21]], ["stash away", [2, 6198, 22]], ["butt in", [2, 6198, 23]]]}, {"answer": "put_off", "hint": "synonyms for put off", "clues": [["postpone", [2, 6199, 0]], ["prorogue", [2, 6199, 1]], ["evade", [2, 6199, 2]], ["circumvent", [2, 6199, 3]], ["duck", [2, 6199, 4]], ["turn off", [2, 6199, 5]], ["table", [2, 6199, 6]], ["hedge", [2, 6199, 7]], ["hold over", [2, 6199, 8]], ["dishearten", [2, 6199, 9]], ["put over", [2, 6199, 10]], ["elude", [2, 6199, 11]], ["shelve", [2, 6199, 12]], ["parry", [2, 6199, 13]], ["confuse", [2, 6199, 14]], ["sidestep", [2, 6199, 15]], ["remit", [2, 6199, 16]], ["disconcert", [2, 6199, 17]], ["fudge", [2, 6199, 18]], ["set back", [2, 6199, 19]], ["flurry", [2, 6199, 20]], ["dodge", [2, 6199, 21]], ["defer", [2, 6199, 22]], ["skirt", [2, 6199, 23]]]}, {"answer": "put_one_across", "hint": "synonyms for put one across", "clues": [["gull", [2, 6200, 0]], ["put one over", [2, 6200, 1]], ["cod", [2, 6200, 2]], ["befool", [2, 6200, 3]], ["put on", [2, 6200, 4]], ["slang", [2, 6200, 5]], ["dupe", [2, 6200, 6]], ["take in", [2, 6200, 7]], ["fool", [2, 6200, 8]]]}, {"answer": "put_one_over", "hint": "synonyms for put one over", "clues": [["gull", [2, 6201, 0]], ["cod", [2, 6201, 1]], ["take in", [2, 6201, 2]], ["befool", [2, 6201, 3]], ["put on", [2, 6201, 4]], ["slang", [2, 6201, 5]], ["dupe", [2, 6201, 6]], ["put one across", [2, 6201, 7]], ["fool", [2, 6201, 8]]]}, {"answer": "put_out", "hint": "synonyms for put out", "clues": [["anaesthetize", [2, 6202, 0]], ["discommode", [2, 6202, 1]], ["release", [2, 6202, 2]], ["hold out", [2, 6202, 3]], ["bring out", [2, 6202, 4]], ["exsert", [2, 6202, 5]], ["trouble", [2, 6202, 6]], ["douse", [2, 6202, 7]], ["extend", [2, 6202, 8]], ["bother", [2, 6202, 9]], ["smother", [2, 6202, 10]], ["inconvenience", [2, 6202, 11]], ["retire", [2, 6202, 12]], ["publish", [2, 6202, 13]], ["stretch forth", [2, 6202, 14]], ["put under", [2, 6202, 15]], ["incommode", [2, 6202, 16]], ["disoblige", [2, 6202, 17]], ["issue", [2, 6202, 18]], ["stretch out", [2, 6202, 19]]]}, {"answer": "put_over", "hint": "synonyms for put over", "clues": [["postpone", [2, 6203, 0]], ["prorogue", [2, 6203, 1]], ["shelve", [2, 6203, 2]], ["get across", [2, 6203, 3]], ["put off", [2, 6203, 4]], ["table", [2, 6203, 5]], ["remit", [2, 6203, 6]], ["hold over", [2, 6203, 7]], ["set back", [2, 6203, 8]], ["defer", [2, 6203, 9]]]}, {"answer": "put_through", "hint": "synonyms for put through", "clues": [["follow up", [2, 6204, 0]], ["implement", [2, 6204, 1]], ["follow through", [2, 6204, 2]], ["follow out", [2, 6204, 3]], ["carry out", [2, 6204, 4]], ["go through", [2, 6204, 5]]]}, {"answer": "put_together", "hint": "synonyms for put together", "clues": [["tack", [2, 6205, 0]], ["assemble", [2, 6205, 1]], ["piece", [2, 6205, 2]], ["set up", [2, 6205, 3]], ["tack together", [2, 6205, 4]]]}, {"answer": "put_up", "hint": "synonyms for put up", "clues": [["tolerate", [2, 6206, 0]], ["endure", [2, 6206, 1]], ["offer", [2, 6206, 2]], ["post", [2, 6206, 3]], ["put forward", [2, 6206, 4]], ["erect", [2, 6206, 5]], ["abide", [2, 6206, 6]], ["support", [2, 6206, 7]], ["raise", [2, 6206, 8]], ["house", [2, 6206, 9]], ["tin", [2, 6206, 10]], ["domiciliate", [2, 6206, 11]], ["rear", [2, 6206, 12]], ["bear", [2, 6206, 13]], ["can", [2, 6206, 14]], ["stick out", [2, 6206, 15]], ["suffer", [2, 6206, 16]], ["stand", [2, 6206, 17]], ["nominate", [2, 6206, 18]], ["contribute", [2, 6206, 19]], ["provide", [2, 6206, 20]], ["digest", [2, 6206, 21]], ["brook", [2, 6206, 22]], ["set up", [2, 6206, 23]], ["stomach", [2, 6206, 24]]]}, {"answer": "puzzle_out", "hint": "synonyms for puzzle out", "clues": [["lick", [2, 6207, 0]], ["work", [2, 6207, 1]], ["work out", [2, 6207, 2]], ["figure out", [2, 6207, 3]], ["solve", [2, 6207, 4]]]}, {"answer": "qualify", "hint": "synonyms for qualify", "clues": [["modify", [2, 6208, 0]], ["measure up", [2, 6208, 1]], ["specify", [2, 6208, 2]], ["dispose", [2, 6208, 3]], ["condition", [2, 6208, 4]], ["characterise", [2, 6208, 5]], ["restrict", [2, 6208, 6]], ["stipulate", [2, 6208, 7]]]}, {"answer": "quash", "hint": "synonyms for quash", "clues": [["nullify", [2, 6209, 0]], ["keep down", [2, 6209, 1]], ["subjugate", [2, 6209, 2]], ["repress", [2, 6209, 3]], ["annul", [2, 6209, 4]], ["reduce", [2, 6209, 5]], ["avoid", [2, 6209, 6]], ["subdue", [2, 6209, 7]], ["invalidate", [2, 6209, 8]]]}, {"answer": "quell", "hint": "synonyms for quell", "clues": [["squelch", [2, 6210, 0]], ["quench", [2, 6210, 1]], ["stay", [2, 6210, 2]], ["appease", [2, 6210, 3]]]}, {"answer": "quench", "hint": "synonyms for quench", "clues": [["extinguish", [2, 6211, 0]], ["blow out", [2, 6211, 1]], ["allay", [2, 6211, 2]], ["squelch", [2, 6211, 3]], ["quell", [2, 6211, 4]], ["slake", [2, 6211, 5]], ["assuage", [2, 6211, 6]], ["snuff out", [2, 6211, 7]]]}, {"answer": "quetch", "hint": "synonyms for quetch", "clues": [["kick", [2, 6212, 0]], ["complain", [2, 6212, 1]], ["sound off", [2, 6212, 2]], ["kvetch", [2, 6212, 3]], ["plain", [2, 6212, 4]]]}, {"answer": "quicken", "hint": "synonyms for quicken", "clues": [["speed up", [2, 6213, 0]], ["vivify", [2, 6213, 1]], ["speed", [2, 6213, 2]], ["whet", [2, 6213, 3]], ["revive", [2, 6213, 4]], ["invigorate", [2, 6213, 5]], ["animate", [2, 6213, 6]], ["accelerate", [2, 6213, 7]], ["repair", [2, 6213, 8]], ["recreate", [2, 6213, 9]], ["renovate", [2, 6213, 10]]]}, {"answer": "quiesce", "hint": "synonyms for quiesce", "clues": [["quiet down", [2, 6214, 0]], ["pipe down", [2, 6214, 1]], ["hush", [2, 6214, 2]], ["quieten", [2, 6214, 3]], ["quiet", [2, 6214, 4]]]}, {"answer": "quiet_down", "hint": "synonyms for quiet down", "clues": [["pipe down", [2, 6215, 0]], ["hush", [2, 6215, 1]], ["quiesce", [2, 6215, 2]], ["quieten", [2, 6215, 3]], ["quiet", [2, 6215, 4]]]}, {"answer": "quieten", "hint": "synonyms for quieten", "clues": [["pipe down", [2, 6216, 0]], ["lull", [2, 6216, 1]], ["hush", [2, 6216, 2]], ["silence", [2, 6216, 3]], ["calm down", [2, 6216, 4]], ["tranquilize", [2, 6216, 5]], ["quiesce", [2, 6216, 6]], ["quiet", [2, 6216, 7]], ["hush up", [2, 6216, 8]], ["still", [2, 6216, 9]], ["calm", [2, 6216, 10]], ["quiet down", [2, 6216, 11]], ["shut up", [2, 6216, 12]]]}, {"answer": "quit", "hint": "synonyms for quit", "clues": [["leave office", [2, 6217, 0]], ["fall by the wayside", [2, 6217, 1]], ["foreswear", [2, 6217, 2]], ["renounce", [2, 6217, 3]], ["throw in", [2, 6217, 4]], ["give up", [2, 6217, 5]], ["relinquish", [2, 6217, 6]], ["drop out", [2, 6217, 7]], ["chuck up the sponge", [2, 6217, 8]], ["stop", [2, 6217, 9]], ["resign", [2, 6217, 10]], ["step down", [2, 6217, 11]], ["cease", [2, 6217, 12]], ["drop by the wayside", [2, 6217, 13]], ["lay off", [2, 6217, 14]], ["discontinue", [2, 6217, 15]], ["take leave", [2, 6217, 16]], ["throw in the towel", [2, 6217, 17]], ["depart", [2, 6217, 18]]]}, {"answer": "rabbit_on", "hint": "synonyms for rabbit on", "clues": [["rave", [2, 6218, 0]], ["jabber", [2, 6218, 1]], ["rant", [2, 6218, 2]], ["spout", [2, 6218, 3]], ["mouth off", [2, 6218, 4]]]}, {"answer": "rack_up", "hint": "synonyms for rack up", "clues": [["worst", [2, 6219, 0]], ["whip", [2, 6219, 1]], ["tally", [2, 6219, 2]], ["hit", [2, 6219, 3]], ["pip", [2, 6219, 4]], ["score", [2, 6219, 5]], ["mop up", [2, 6219, 6]]]}, {"answer": "rain_buckets", "hint": "synonyms for rain buckets", "clues": [["pour", [2, 6220, 0]], ["pelt", [2, 6220, 1]], ["stream", [2, 6220, 2]], ["rain cats and dogs", [2, 6220, 3]]]}, {"answer": "rain_cats_and_dogs", "hint": "synonyms for rain cats and dogs", "clues": [["pour", [2, 6221, 0]], ["pelt", [2, 6221, 1]], ["stream", [2, 6221, 2]], ["rain buckets", [2, 6221, 3]]]}, {"answer": "raise_up", "hint": "synonyms for raise up", "clues": [["disturb", [2, 6222, 0]], ["stir up", [2, 6222, 1]], ["commove", [2, 6222, 2]], ["vex", [2, 6222, 3]], ["shake up", [2, 6222, 4]], ["agitate", [2, 6222, 5]]]}, {"answer": "ram_down", "hint": "synonyms for ram down", "clues": [["ram", [2, 6223, 0]], ["hammer in", [2, 6223, 1]], ["drill in", [2, 6223, 2]], ["beat in", [2, 6223, 3]], ["pound", [2, 6223, 4]]]}, {"answer": "ramify", "hint": "synonyms for ramify", "clues": [["furcate", [2, 6224, 0]], ["complexify", [2, 6224, 1]], ["fork", [2, 6224, 2]], ["branch", [2, 6224, 3]], ["separate", [2, 6224, 4]]]}, {"answer": "ransack", "hint": "synonyms for ransack", "clues": [["loot", [2, 6225, 0]], ["strip", [2, 6225, 1]], ["plunder", [2, 6225, 2]], ["despoil", [2, 6225, 3]], ["reave", [2, 6225, 4]], ["comb", [2, 6225, 5]], ["rifle", [2, 6225, 6]], ["pillage", [2, 6225, 7]], ["foray", [2, 6225, 8]]]}, {"answer": "rase", "hint": "synonyms for rase", "clues": [["raze", [2, 6226, 0]], ["take down", [2, 6226, 1]], ["level", [2, 6226, 2]], ["dismantle", [2, 6226, 3]], ["tear down", [2, 6226, 4]], ["pull down", [2, 6226, 5]]]}, {"answer": "rationalise", "hint": "synonyms for rationalise", "clues": [["excuse", [2, 6227, 0]], ["rationalize", [2, 6227, 1]], ["prune", [2, 6227, 2]], ["cut", [2, 6227, 3]], ["apologise", [2, 6227, 4]], ["justify", [2, 6227, 5]]]}, {"answer": "rationalize", "hint": "synonyms for rationalize", "clues": [["rationalise", [2, 6228, 0]], ["excuse", [2, 6228, 1]], ["prune", [2, 6228, 2]], ["cut", [2, 6228, 3]], ["apologise", [2, 6228, 4]], ["justify", [2, 6228, 5]]]}, {"answer": "rattle_down", "hint": "synonyms for rattle down", "clues": [["roll off", [2, 6229, 0]], ["reel off", [2, 6229, 1]], ["spiel off", [2, 6229, 2]], ["rattle off", [2, 6229, 3]]]}, {"answer": "rattle_off", "hint": "synonyms for rattle off", "clues": [["roll off", [2, 6230, 0]], ["reel off", [2, 6230, 1]], ["spiel off", [2, 6230, 2]], ["rattle down", [2, 6230, 3]]]}, {"answer": "rattle_on", "hint": "synonyms for rattle on", "clues": [["yack away", [2, 6231, 0]], ["yack", [2, 6231, 1]], ["yap away", [2, 6231, 2]], ["jaw", [2, 6231, 3]]]}, {"answer": "ravish", "hint": "synonyms for ravish", "clues": [["enthral", [2, 6232, 0]], ["assault", [2, 6232, 1]], ["transport", [2, 6232, 2]], ["dishonour", [2, 6232, 3]], ["violate", [2, 6232, 4]], ["enchant", [2, 6232, 5]], ["rape", [2, 6232, 6]], ["enrapture", [2, 6232, 7]], ["outrage", [2, 6232, 8]], ["delight", [2, 6232, 9]]]}, {"answer": "raze", "hint": "synonyms for raze", "clues": [["take down", [2, 6233, 0]], ["level", [2, 6233, 1]], ["dismantle", [2, 6233, 2]], ["rase", [2, 6233, 3]], ["tear down", [2, 6233, 4]], ["pull down", [2, 6233, 5]]]}, {"answer": "realise", "hint": "synonyms for realise", "clues": [["realize", [2, 6234, 0]], ["recognize", [2, 6234, 1]], ["substantiate", [2, 6234, 2]], ["make", [2, 6234, 3]], ["see", [2, 6234, 4]], ["clear", [2, 6234, 5]], ["agnize", [2, 6234, 6]], ["actualise", [2, 6234, 7]], ["pull in", [2, 6234, 8]], ["understand", [2, 6234, 9]], ["agnise", [2, 6234, 10]], ["bring in", [2, 6234, 11]], ["earn", [2, 6234, 12]], ["take in", [2, 6234, 13]], ["gain", [2, 6234, 14]]]}, {"answer": "realize", "hint": "synonyms for realize", "clues": [["recognize", [2, 6235, 0]], ["substantiate", [2, 6235, 1]], ["make", [2, 6235, 2]], ["realise", [2, 6235, 3]], ["see", [2, 6235, 4]], ["clear", [2, 6235, 5]], ["agnize", [2, 6235, 6]], ["actualise", [2, 6235, 7]], ["pull in", [2, 6235, 8]], ["understand", [2, 6235, 9]], ["agnise", [2, 6235, 10]], ["bring in", [2, 6235, 11]], ["earn", [2, 6235, 12]], ["take in", [2, 6235, 13]], ["gain", [2, 6235, 14]]]}, {"answer": "reanimate", "hint": "synonyms for reanimate", "clues": [["vivify", [2, 6236, 0]], ["revive", [2, 6236, 1]], ["animate", [2, 6236, 2]], ["repair", [2, 6236, 3]], ["recreate", [2, 6236, 4]], ["renovate", [2, 6236, 5]], ["quicken", [2, 6236, 6]]]}, {"answer": "reave", "hint": "synonyms for reave", "clues": [["loot", [2, 6237, 0]], ["strip", [2, 6237, 1]], ["plunder", [2, 6237, 2]], ["ransack", [2, 6237, 3]], ["despoil", [2, 6237, 4]], ["rifle", [2, 6237, 5]], ["pillage", [2, 6237, 6]], ["foray", [2, 6237, 7]]]}, {"answer": "recant", "hint": "synonyms for recant", "clues": [["resile", [2, 6238, 0]], ["abjure", [2, 6238, 1]], ["forswear", [2, 6238, 2]], ["retract", [2, 6238, 3]]]}, {"answer": "recede", "hint": "synonyms for recede", "clues": [["pull away", [2, 6239, 0]], ["move back", [2, 6239, 1]], ["drop off", [2, 6239, 2]], ["lose", [2, 6239, 3]], ["fall back", [2, 6239, 4]], ["retire", [2, 6239, 5]], ["pull back", [2, 6239, 6]], ["withdraw", [2, 6239, 7]], ["fall behind", [2, 6239, 8]], ["retreat", [2, 6239, 9]], ["draw back", [2, 6239, 10]]]}, {"answer": "receive", "hint": "synonyms for receive", "clues": [["incur", [2, 6240, 0]], ["get", [2, 6240, 1]], ["welcome", [2, 6240, 2]], ["meet", [2, 6240, 3]], ["have", [2, 6240, 4]], ["take in", [2, 6240, 5]], ["find", [2, 6240, 6]], ["encounter", [2, 6240, 7]], ["obtain", [2, 6240, 8]], ["experience", [2, 6240, 9]], ["invite", [2, 6240, 10]], ["pick up", [2, 6240, 11]]]}, {"answer": "recidivate", "hint": "synonyms for recidivate", "clues": [["lapse", [2, 6241, 0]], ["retrogress", [2, 6241, 1]], ["relapse", [2, 6241, 2]], ["fall back", [2, 6241, 3]], ["regress", [2, 6241, 4]]]}, {"answer": "recite", "hint": "synonyms for recite", "clues": [["recount", [2, 6242, 0]], ["narrate", [2, 6242, 1]], ["itemise", [2, 6242, 2]], ["tell", [2, 6242, 3]], ["retell", [2, 6242, 4]], ["declaim", [2, 6242, 5]], ["enumerate", [2, 6242, 6]]]}, {"answer": "reckon", "hint": "synonyms for reckon", "clues": [["work out", [2, 6243, 0]], ["cypher", [2, 6243, 1]], ["forecast", [2, 6243, 2]], ["look", [2, 6243, 3]], ["regard", [2, 6243, 4]], ["bet", [2, 6243, 5]], ["cipher", [2, 6243, 6]], ["figure", [2, 6243, 7]], ["opine", [2, 6243, 8]], ["imagine", [2, 6243, 9]], ["think", [2, 6243, 10]], ["suppose", [2, 6243, 11]], ["count", [2, 6243, 12]], ["depend", [2, 6243, 13]], ["calculate", [2, 6243, 14]], ["view", [2, 6243, 15]], ["see", [2, 6243, 16]], ["compute", [2, 6243, 17]], ["guess", [2, 6243, 18]], ["consider", [2, 6243, 19]], ["estimate", [2, 6243, 20]], ["count on", [2, 6243, 21]]]}, {"answer": "reclaim", "hint": "synonyms for reclaim", "clues": [["repossess", [2, 6244, 0]], ["regenerate", [2, 6244, 1]], ["rectify", [2, 6244, 2]], ["domesticise", [2, 6244, 3]], ["tame", [2, 6244, 4]], ["recover", [2, 6244, 5]], ["reform", [2, 6244, 6]], ["domesticate", [2, 6244, 7]]]}, {"answer": "recognise", "hint": "synonyms for recognise", "clues": [["make out", [2, 6245, 0]], ["recognize", [2, 6245, 1]], ["greet", [2, 6245, 2]], ["spot", [2, 6245, 3]], ["distinguish", [2, 6245, 4]], ["realise", [2, 6245, 5]], ["agnize", [2, 6245, 6]], ["acknowledge", [2, 6245, 7]], ["know", [2, 6245, 8]], ["discern", [2, 6245, 9]], ["agnise", [2, 6245, 10]], ["pick out", [2, 6245, 11]], ["tell apart", [2, 6245, 12]], ["accredit", [2, 6245, 13]]]}, {"answer": "recognize", "hint": "synonyms for recognize", "clues": [["make out", [2, 6246, 0]], ["greet", [2, 6246, 1]], ["recognise", [2, 6246, 2]], ["realise", [2, 6246, 3]], ["spot", [2, 6246, 4]], ["distinguish", [2, 6246, 5]], ["agnize", [2, 6246, 6]], ["acknowledge", [2, 6246, 7]], ["know", [2, 6246, 8]], ["discern", [2, 6246, 9]], ["agnise", [2, 6246, 10]], ["pick out", [2, 6246, 11]], ["tell apart", [2, 6246, 12]], ["accredit", [2, 6246, 13]]]}, {"answer": "recollect", "hint": "synonyms for recollect", "clues": [["remember", [2, 6247, 0]], ["call back", [2, 6247, 1]], ["think", [2, 6247, 2]], ["recall", [2, 6247, 3]], ["call up", [2, 6247, 4]], ["retrieve", [2, 6247, 5]]]}, {"answer": "reconcile", "hint": "synonyms for reconcile", "clues": [["settle", [2, 6248, 0]], ["submit", [2, 6248, 1]], ["conciliate", [2, 6248, 2]], ["harmonise", [2, 6248, 3]], ["patch up", [2, 6248, 4]], ["resign", [2, 6248, 5]], ["accommodate", [2, 6248, 6]], ["make up", [2, 6248, 7]]]}, {"answer": "reconstruct", "hint": "synonyms for reconstruct", "clues": [["restore", [2, 6249, 0]], ["remodel", [2, 6249, 1]], ["redo", [2, 6249, 2]], ["construct", [2, 6249, 3]], ["rebuild", [2, 6249, 4]], ["retrace", [2, 6249, 5]]]}, {"answer": "recoup", "hint": "synonyms for recoup", "clues": [["recuperate", [2, 6250, 0]], ["deduct", [2, 6250, 1]], ["withhold", [2, 6250, 2]], ["recover", [2, 6250, 3]], ["reimburse", [2, 6250, 4]]]}, {"answer": "recover", "hint": "synonyms for recover", "clues": [["go back", [2, 6251, 0]], ["regain", [2, 6251, 1]], ["find", [2, 6251, 2]], ["retrieve", [2, 6251, 3]], ["recoup", [2, 6251, 4]], ["reclaim", [2, 6251, 5]], ["recuperate", [2, 6251, 6]], ["convalesce", [2, 6251, 7]]]}, {"answer": "recreate", "hint": "synonyms for recreate", "clues": [["vivify", [2, 6252, 0]], ["cheer", [2, 6252, 1]], ["revive", [2, 6252, 2]], ["embolden", [2, 6252, 3]], ["animate", [2, 6252, 4]], ["repair", [2, 6252, 5]], ["play", [2, 6252, 6]], ["hearten", [2, 6252, 7]], ["renovate", [2, 6252, 8]], ["quicken", [2, 6252, 9]]]}, {"answer": "recrudesce", "hint": "synonyms for recrudesce", "clues": [["develop", [2, 6253, 0]], ["break", [2, 6253, 1]], ["break out", [2, 6253, 2]], ["erupt", [2, 6253, 3]]]}, {"answer": "rectify", "hint": "synonyms for rectify", "clues": [["reclaim", [2, 6254, 0]], ["correct", [2, 6254, 1]], ["regenerate", [2, 6254, 2]], ["right", [2, 6254, 3]], ["reform", [2, 6254, 4]], ["repair", [2, 6254, 5]], ["refine", [2, 6254, 6]], ["remedy", [2, 6254, 7]], ["remediate", [2, 6254, 8]], ["amend", [2, 6254, 9]]]}, {"answer": "recuperate", "hint": "synonyms for recuperate", "clues": [["go back", [2, 6255, 0]], ["recover", [2, 6255, 1]], ["recoup", [2, 6255, 2]], ["convalesce", [2, 6255, 3]]]}, {"answer": "recur", "hint": "synonyms for recur", "clues": [["repeat", [2, 6256, 0]], ["go back", [2, 6256, 1]], ["fall back", [2, 6256, 2]], ["resort", [2, 6256, 3]]]}, {"answer": "redeem", "hint": "synonyms for redeem", "clues": [["save", [2, 6257, 0]], ["deliver", [2, 6257, 1]], ["pay off", [2, 6257, 2]], ["ransom", [2, 6257, 3]]]}, {"answer": "redo", "hint": "synonyms for redo", "clues": [["refashion", [2, 6258, 0]], ["remodel", [2, 6258, 1]], ["reconstruct", [2, 6258, 2]], ["make over", [2, 6258, 3]], ["remake", [2, 6258, 4]]]}, {"answer": "reduce", "hint": "synonyms for reduce", "clues": [["cut back", [2, 6259, 0]], ["keep down", [2, 6259, 1]], ["thin", [2, 6259, 2]], ["slim", [2, 6259, 3]], ["shrink", [2, 6259, 4]], ["come down", [2, 6259, 5]], ["melt off", [2, 6259, 6]], ["quash", [2, 6259, 7]], ["slenderize", [2, 6259, 8]], ["trim back", [2, 6259, 9]], ["contract", [2, 6259, 10]], ["boil down", [2, 6259, 11]], ["cut", [2, 6259, 12]], ["cut down", [2, 6259, 13]], ["decoct", [2, 6259, 14]], ["repress", [2, 6259, 15]], ["bring down", [2, 6259, 16]], ["scale down", [2, 6259, 17]], ["subdue", [2, 6259, 18]], ["shorten", [2, 6259, 19]], ["trim down", [2, 6259, 20]], ["subjugate", [2, 6259, 21]], ["deoxidize", [2, 6259, 22]], ["foreshorten", [2, 6259, 23]], ["abbreviate", [2, 6259, 24]], ["trim", [2, 6259, 25]], ["concentrate", [2, 6259, 26]], ["lose weight", [2, 6259, 27]], ["abridge", [2, 6259, 28]], ["slim down", [2, 6259, 29]], ["tighten", [2, 6259, 30]], ["dilute", [2, 6259, 31]], ["thin out", [2, 6259, 32]]]}, {"answer": "reduplicate", "hint": "synonyms for reduplicate", "clues": [["replicate", [2, 6260, 0]], ["double", [2, 6260, 1]], ["repeat", [2, 6260, 2]], ["duplicate", [2, 6260, 3]], ["geminate", [2, 6260, 4]]]}, {"answer": "reel_off", "hint": "synonyms for reel off", "clues": [["unreel", [2, 6261, 0]], ["roll off", [2, 6261, 1]], ["rattle down", [2, 6261, 2]], ["spiel off", [2, 6261, 3]], ["rattle off", [2, 6261, 4]]]}, {"answer": "refer", "hint": "synonyms for refer", "clues": [["come to", [2, 6262, 0]], ["advert", [2, 6262, 1]], ["touch", [2, 6262, 2]], ["have-to doe with", [2, 6262, 3]], ["bear on", [2, 6262, 4]], ["relate", [2, 6262, 5]], ["touch on", [2, 6262, 6]], ["consult", [2, 6262, 7]], ["bring up", [2, 6262, 8]], ["denote", [2, 6262, 9]], ["pertain", [2, 6262, 10]], ["concern", [2, 6262, 11]], ["name", [2, 6262, 12]], ["mention", [2, 6262, 13]], ["cite", [2, 6262, 14]], ["look up", [2, 6262, 15]]]}, {"answer": "refine", "hint": "synonyms for refine", "clues": [["down", [2, 6263, 0]], ["polish", [2, 6263, 1]], ["complicate", [2, 6263, 2]], ["fine-tune", [2, 6263, 3]], ["elaborate", [2, 6263, 4]], ["rectify", [2, 6263, 5]], ["rarify", [2, 6263, 6]]]}, {"answer": "reflect", "hint": "synonyms for reflect", "clues": [["think over", [2, 6264, 0]], ["excogitate", [2, 6264, 1]], ["muse", [2, 6264, 2]], ["speculate", [2, 6264, 3]], ["ruminate", [2, 6264, 4]], ["mull over", [2, 6264, 5]], ["shine", [2, 6264, 6]], ["contemplate", [2, 6264, 7]], ["reverberate", [2, 6264, 8]], ["ponder", [2, 6264, 9]], ["mull", [2, 6264, 10]], ["chew over", [2, 6264, 11]], ["meditate", [2, 6264, 12]]]}, {"answer": "refresh", "hint": "synonyms for refresh", "clues": [["review", [2, 6265, 0]], ["freshen", [2, 6265, 1]], ["freshen up", [2, 6265, 2]], ["brush up", [2, 6265, 3]]]}, {"answer": "regard_as", "hint": "synonyms for regard as", "clues": [["repute", [2, 6266, 0]], ["take to be", [2, 6266, 1]], ["look on", [2, 6266, 2]], ["esteem", [2, 6266, 3]], ["think of", [2, 6266, 4]]]}, {"answer": "regorge", "hint": "synonyms for regorge", "clues": [["spue", [2, 6267, 0]], ["purge", [2, 6267, 1]], ["retch", [2, 6267, 2]], ["vomit up", [2, 6267, 3]], ["upchuck", [2, 6267, 4]], ["disgorge", [2, 6267, 5]], ["puke", [2, 6267, 6]], ["honk", [2, 6267, 7]], ["be sick", [2, 6267, 8]], ["sick", [2, 6267, 9]], ["cast", [2, 6267, 10]], ["regurgitate", [2, 6267, 11]], ["vomit", [2, 6267, 12]], ["spew", [2, 6267, 13]], ["chuck", [2, 6267, 14]], ["throw up", [2, 6267, 15]], ["barf", [2, 6267, 16]]]}, {"answer": "regularise", "hint": "synonyms for regularise", "clues": [["regularize", [2, 6268, 0]], ["regulate", [2, 6268, 1]], ["govern", [2, 6268, 2]], ["order", [2, 6268, 3]]]}, {"answer": "regularize", "hint": "synonyms for regularize", "clues": [["regularise", [2, 6269, 0]], ["regulate", [2, 6269, 1]], ["govern", [2, 6269, 2]], ["order", [2, 6269, 3]]]}, {"answer": "regulate", "hint": "synonyms for regulate", "clues": [["determine", [2, 6270, 0]], ["influence", [2, 6270, 1]], ["regularize", [2, 6270, 2]], ["shape", [2, 6270, 3]], ["mold", [2, 6270, 4]], ["modulate", [2, 6270, 5]], ["order", [2, 6270, 6]], ["baffle", [2, 6270, 7]], ["govern", [2, 6270, 8]]]}, {"answer": "regurgitate", "hint": "synonyms for regurgitate", "clues": [["spue", [2, 6271, 0]], ["purge", [2, 6271, 1]], ["regorge", [2, 6271, 2]], ["retch", [2, 6271, 3]], ["vomit up", [2, 6271, 4]], ["upchuck", [2, 6271, 5]], ["disgorge", [2, 6271, 6]], ["puke", [2, 6271, 7]], ["honk", [2, 6271, 8]], ["reproduce", [2, 6271, 9]], ["be sick", [2, 6271, 10]], ["sick", [2, 6271, 11]], ["cast", [2, 6271, 12]], ["vomit", [2, 6271, 13]], ["spew", [2, 6271, 14]], ["chuck", [2, 6271, 15]], ["throw up", [2, 6271, 16]], ["barf", [2, 6271, 17]]]}, {"answer": "reiterate", "hint": "synonyms for reiterate", "clues": [["iterate", [2, 6272, 0]], ["retell", [2, 6272, 1]], ["repeat", [2, 6272, 2]], ["ingeminate", [2, 6272, 3]], ["restate", [2, 6272, 4]]]}, {"answer": "rejoice", "hint": "synonyms for rejoice", "clues": [["wallow", [2, 6273, 0]], ["exult", [2, 6273, 1]], ["joy", [2, 6273, 2]], ["triumph", [2, 6273, 3]], ["jubilate", [2, 6273, 4]], ["exuberate", [2, 6273, 5]]]}, {"answer": "rejoin", "hint": "synonyms for rejoin", "clues": [["return", [2, 6274, 0]], ["retort", [2, 6274, 1]], ["riposte", [2, 6274, 2]], ["repay", [2, 6274, 3]], ["come back", [2, 6274, 4]]]}, {"answer": "relate", "hint": "synonyms for relate", "clues": [["come to", [2, 6275, 0]], ["have-to doe with", [2, 6275, 1]], ["bear on", [2, 6275, 2]], ["associate", [2, 6275, 3]], ["touch on", [2, 6275, 4]], ["colligate", [2, 6275, 5]], ["pertain", [2, 6275, 6]], ["interrelate", [2, 6275, 7]], ["concern", [2, 6275, 8]], ["link up", [2, 6275, 9]], ["link", [2, 6275, 10]], ["connect", [2, 6275, 11]], ["touch", [2, 6275, 12]], ["tie in", [2, 6275, 13]], ["refer", [2, 6275, 14]]]}, {"answer": "relax", "hint": "synonyms for relax", "clues": [["slack", [2, 6276, 0]], ["unbend", [2, 6276, 1]], ["loose", [2, 6276, 2]], ["unwind", [2, 6276, 3]], ["slacken", [2, 6276, 4]], ["unstrain", [2, 6276, 5]], ["unlax", [2, 6276, 6]], ["decompress", [2, 6276, 7]], ["slack up", [2, 6276, 8]], ["make relaxed", [2, 6276, 9]], ["loosen up", [2, 6276, 10]], ["slow down", [2, 6276, 11]]]}, {"answer": "relegate", "hint": "synonyms for relegate", "clues": [["submit", [2, 6277, 0]], ["demote", [2, 6277, 1]], ["bump", [2, 6277, 2]], ["banish", [2, 6277, 3]], ["kick downstairs", [2, 6277, 4]], ["classify", [2, 6277, 5]], ["break", [2, 6277, 6]], ["pass on", [2, 6277, 7]], ["bar", [2, 6277, 8]]]}, {"answer": "relieve", "hint": "synonyms for relieve", "clues": [["exempt", [2, 6278, 0]], ["salve", [2, 6278, 1]], ["let off", [2, 6278, 2]], ["still", [2, 6278, 3]], ["lighten", [2, 6278, 4]], ["salvage", [2, 6278, 5]], ["take over", [2, 6278, 6]], ["assuage", [2, 6278, 7]], ["excuse", [2, 6278, 8]], ["palliate", [2, 6278, 9]], ["free", [2, 6278, 10]], ["remedy", [2, 6278, 11]], ["allay", [2, 6278, 12]], ["alleviate", [2, 6278, 13]], ["unbosom", [2, 6278, 14]], ["ease", [2, 6278, 15]]]}, {"answer": "relieve_oneself", "hint": "synonyms for relieve oneself", "clues": [["piss", [2, 6279, 0]], ["spend a penny", [2, 6279, 1]], ["make water", [2, 6279, 2]], ["pee", [2, 6279, 3]], ["puddle", [2, 6279, 4]], ["pass water", [2, 6279, 5]], ["urinate", [2, 6279, 6]], ["micturate", [2, 6279, 7]], ["wee-wee", [2, 6279, 8]], ["take a leak", [2, 6279, 9]], ["make", [2, 6279, 10]], ["pee-pee", [2, 6279, 11]], ["wee", [2, 6279, 12]], ["piddle", [2, 6279, 13]]]}, {"answer": "relinquish", "hint": "synonyms for relinquish", "clues": [["give up", [2, 6280, 0]], ["free", [2, 6280, 1]], ["foreswear", [2, 6280, 2]], ["renounce", [2, 6280, 3]], ["resign", [2, 6280, 4]], ["release", [2, 6280, 5]], ["forego", [2, 6280, 6]], ["let go of", [2, 6280, 7]], ["let go", [2, 6280, 8]], ["quit", [2, 6280, 9]], ["waive", [2, 6280, 10]], ["dispense with", [2, 6280, 11]]]}, {"answer": "remain", "hint": "synonyms for remain", "clues": [["rest", [2, 6281, 0]], ["stay on", [2, 6281, 1]], ["stay", [2, 6281, 2]], ["continue", [2, 6281, 3]], ["persist", [2, 6281, 4]]]}, {"answer": "remediate", "hint": "synonyms for remediate", "clues": [["rectify", [2, 6282, 0]], ["amend", [2, 6282, 1]], ["repair", [2, 6282, 2]], ["remedy", [2, 6282, 3]]]}, {"answer": "remember", "hint": "synonyms for remember", "clues": [["recollect", [2, 6283, 0]], ["commend", [2, 6283, 1]], ["think back", [2, 6283, 2]], ["think", [2, 6283, 3]], ["call back", [2, 6283, 4]], ["commemorate", [2, 6283, 5]], ["think of", [2, 6283, 6]], ["recall", [2, 6283, 7]], ["call up", [2, 6283, 8]], ["retrieve", [2, 6283, 9]]]}, {"answer": "remodel", "hint": "synonyms for remodel", "clues": [["redo", [2, 6284, 0]], ["reforge", [2, 6284, 1]], ["reconstruct", [2, 6284, 2]], ["recast", [2, 6284, 3]]]}, {"answer": "remold", "hint": "synonyms for remold", "clues": [["remould", [2, 6285, 0]], ["reshape", [2, 6285, 1]], ["retread", [2, 6285, 2]], ["recast", [2, 6285, 3]]]}, {"answer": "remonstrate", "hint": "synonyms for remonstrate", "clues": [["dress down", [2, 6286, 0]], ["trounce", [2, 6286, 1]], ["call down", [2, 6286, 2]], ["lambaste", [2, 6286, 3]], ["lecture", [2, 6286, 4]], ["rag", [2, 6286, 5]], ["chew up", [2, 6286, 6]], ["scold", [2, 6286, 7]], ["bawl out", [2, 6286, 8]], ["jaw", [2, 6286, 9]], ["reprimand", [2, 6286, 10]], ["rebuke", [2, 6286, 11]], ["berate", [2, 6286, 12]], ["have words", [2, 6286, 13]], ["chew out", [2, 6286, 14]], ["call on the carpet", [2, 6286, 15]], ["chide", [2, 6286, 16]], ["reproof", [2, 6286, 17]], ["take to task", [2, 6286, 18]], ["point out", [2, 6286, 19]]]}, {"answer": "renounce", "hint": "synonyms for renounce", "clues": [["vacate", [2, 6287, 0]], ["foreswear", [2, 6287, 1]], ["give up", [2, 6287, 2]], ["disown", [2, 6287, 3]], ["relinquish", [2, 6287, 4]], ["abdicate", [2, 6287, 5]], ["quit", [2, 6287, 6]], ["repudiate", [2, 6287, 7]], ["resign", [2, 6287, 8]]]}, {"answer": "renovate", "hint": "synonyms for renovate", "clues": [["vivify", [2, 6288, 0]], ["revive", [2, 6288, 1]], ["restitute", [2, 6288, 2]], ["animate", [2, 6288, 3]], ["repair", [2, 6288, 4]], ["freshen up", [2, 6288, 5]], ["refurbish", [2, 6288, 6]], ["recreate", [2, 6288, 7]], ["quicken", [2, 6288, 8]]]}, {"answer": "repay", "hint": "synonyms for repay", "clues": [["return", [2, 6289, 0]], ["retort", [2, 6289, 1]], ["riposte", [2, 6289, 2]], ["come back", [2, 6289, 3]], ["pay back", [2, 6289, 4]], ["reward", [2, 6289, 5]], ["refund", [2, 6289, 6]], ["rejoin", [2, 6289, 7]], ["requite", [2, 6289, 8]], ["give back", [2, 6289, 9]]]}, {"answer": "repel", "hint": "synonyms for repel", "clues": [["drive back", [2, 6290, 0]], ["gross out", [2, 6290, 1]], ["snub", [2, 6290, 2]], ["fight off", [2, 6290, 3]], ["push back", [2, 6290, 4]], ["force back", [2, 6290, 5]], ["repulse", [2, 6290, 6]], ["disgust", [2, 6290, 7]], ["revolt", [2, 6290, 8]], ["drive", [2, 6290, 9]], ["rebuff", [2, 6290, 10]], ["beat back", [2, 6290, 11]]]}, {"answer": "replace", "hint": "synonyms for replace", "clues": [["put back", [2, 6291, 0]], ["exchange", [2, 6291, 1]], ["interchange", [2, 6291, 2]], ["supplant", [2, 6291, 3]], ["supercede", [2, 6291, 4]], ["substitute", [2, 6291, 5]], ["supervene upon", [2, 6291, 6]]]}, {"answer": "replicate", "hint": "synonyms for replicate", "clues": [["double", [2, 6292, 0]], ["repeat", [2, 6292, 1]], ["duplicate", [2, 6292, 2]], ["copy", [2, 6292, 3]], ["retroflex", [2, 6292, 4]]]}, {"answer": "represent", "hint": "synonyms for represent", "clues": [["make up", [2, 6293, 0]], ["constitute", [2, 6293, 1]], ["symbolize", [2, 6293, 2]], ["interpret", [2, 6293, 3]], ["stand for", [2, 6293, 4]], ["stage", [2, 6293, 5]], ["comprise", [2, 6293, 6]], ["present", [2, 6293, 7]], ["lay out", [2, 6293, 8]], ["play", [2, 6293, 9]], ["exemplify", [2, 6293, 10]], ["act", [2, 6293, 11]], ["correspond", [2, 6293, 12]], ["typify", [2, 6293, 13]], ["defend", [2, 6293, 14]], ["map", [2, 6293, 15]], ["be", [2, 6293, 16]]]}, {"answer": "repress", "hint": "synonyms for repress", "clues": [["stifle", [2, 6294, 0]], ["keep down", [2, 6294, 1]], ["subjugate", [2, 6294, 2]], ["suppress", [2, 6294, 3]], ["reduce", [2, 6294, 4]], ["muffle", [2, 6294, 5]], ["strangle", [2, 6294, 6]], ["subdue", [2, 6294, 7]], ["smother", [2, 6294, 8]], ["quash", [2, 6294, 9]]]}, {"answer": "require", "hint": "synonyms for require", "clues": [["ask", [2, 6295, 0]], ["involve", [2, 6295, 1]], ["need", [2, 6295, 2]], ["command", [2, 6295, 3]], ["expect", [2, 6295, 4]], ["demand", [2, 6295, 5]], ["want", [2, 6295, 6]], ["necessitate", [2, 6295, 7]], ["take", [2, 6295, 8]], ["call for", [2, 6295, 9]], ["postulate", [2, 6295, 10]]]}, {"answer": "rescind", "hint": "synonyms for rescind", "clues": [["repeal", [2, 6296, 0]], ["lift", [2, 6296, 1]], ["countermand", [2, 6296, 2]], ["reverse", [2, 6296, 3]], ["vacate", [2, 6296, 4]], ["annul", [2, 6296, 5]], ["overturn", [2, 6296, 6]], ["revoke", [2, 6296, 7]]]}, {"answer": "reside", "hint": "synonyms for reside", "clues": [["shack", [2, 6297, 0]], ["domicile", [2, 6297, 1]], ["occupy", [2, 6297, 2]], ["rest", [2, 6297, 3]], ["repose", [2, 6297, 4]], ["domiciliate", [2, 6297, 5]], ["lodge in", [2, 6297, 6]]]}, {"answer": "resign", "hint": "synonyms for resign", "clues": [["leave office", [2, 6298, 0]], ["step down", [2, 6298, 1]], ["give up", [2, 6298, 2]], ["quit", [2, 6298, 3]], ["vacate", [2, 6298, 4]], ["relinquish", [2, 6298, 5]], ["free", [2, 6298, 6]], ["submit", [2, 6298, 7]], ["renounce", [2, 6298, 8]], ["reconcile", [2, 6298, 9]], ["release", [2, 6298, 10]]]}, {"answer": "resile", "hint": "synonyms for resile", "clues": [["recant", [2, 6299, 0]], ["retract", [2, 6299, 1]], ["take a hop", [2, 6299, 2]], ["spring", [2, 6299, 3]], ["recoil", [2, 6299, 4]], ["abjure", [2, 6299, 5]], ["forswear", [2, 6299, 6]], ["reverberate", [2, 6299, 7]], ["ricochet", [2, 6299, 8]], ["bounce", [2, 6299, 9]], ["rebound", [2, 6299, 10]], ["bound", [2, 6299, 11]]]}, {"answer": "resist", "hint": "synonyms for resist", "clues": [["refuse", [2, 6300, 0]], ["withstand", [2, 6300, 1]], ["dissent", [2, 6300, 2]], ["stand firm", [2, 6300, 3]], ["defy", [2, 6300, 4]], ["jib", [2, 6300, 5]], ["stand", [2, 6300, 6]], ["baulk", [2, 6300, 7]], ["reject", [2, 6300, 8]], ["hold out", [2, 6300, 9]], ["protest", [2, 6300, 10]], ["fend", [2, 6300, 11]]]}, {"answer": "resound", "hint": "synonyms for resound", "clues": [["echo", [2, 6301, 0]], ["reverberate", [2, 6301, 1]], ["ring", [2, 6301, 2]], ["make noise", [2, 6301, 3]], ["noise", [2, 6301, 4]]]}, {"answer": "rest_on", "hint": "synonyms for rest on", "clues": [["build on", [2, 6302, 0]], ["lean on", [2, 6302, 1]], ["repose on", [2, 6302, 2]], ["lean against", [2, 6302, 3]]]}, {"answer": "restate", "hint": "synonyms for restate", "clues": [["iterate", [2, 6303, 0]], ["retell", [2, 6303, 1]], ["repeat", [2, 6303, 2]], ["ingeminate", [2, 6303, 3]]]}, {"answer": "restore", "hint": "synonyms for restore", "clues": [["doctor", [2, 6304, 0]], ["reconstruct", [2, 6304, 1]], ["reinstate", [2, 6304, 2]], ["restitute", [2, 6304, 3]], ["reestablish", [2, 6304, 4]], ["furbish up", [2, 6304, 5]], ["fix", [2, 6304, 6]], ["bushel", [2, 6304, 7]], ["rejuvenate", [2, 6304, 8]], ["mend", [2, 6304, 9]], ["repair", [2, 6304, 10]], ["touch on", [2, 6304, 11]], ["regenerate", [2, 6304, 12]]]}, {"answer": "restrain", "hint": "synonyms for restrain", "clues": [["intimidate", [2, 6305, 0]], ["limit", [2, 6305, 1]], ["restrict", [2, 6305, 2]], ["hold back", [2, 6305, 3]], ["encumber", [2, 6305, 4]], ["confine", [2, 6305, 5]], ["throttle", [2, 6305, 6]], ["keep back", [2, 6305, 7]], ["constrain", [2, 6305, 8]], ["keep", [2, 6305, 9]], ["hold", [2, 6305, 10]], ["trammel", [2, 6305, 11]], ["bound", [2, 6305, 12]]]}, {"answer": "restrict", "hint": "synonyms for restrict", "clues": [["limit", [2, 6306, 0]], ["qualify", [2, 6306, 1]], ["confine", [2, 6306, 2]], ["throttle", [2, 6306, 3]], ["restrain", [2, 6306, 4]], ["curtail", [2, 6306, 5]], ["trammel", [2, 6306, 6]], ["bound", [2, 6306, 7]], ["curb", [2, 6306, 8]], ["cut back", [2, 6306, 9]]]}, {"answer": "retain", "hint": "synonyms for retain", "clues": [["continue", [2, 6307, 0]], ["keep", [2, 6307, 1]], ["hold", [2, 6307, 2]], ["hold back", [2, 6307, 3]], ["keep back", [2, 6307, 4]], ["keep on", [2, 6307, 5]]]}, {"answer": "retell", "hint": "synonyms for retell", "clues": [["iterate", [2, 6308, 0]], ["fictionalize", [2, 6308, 1]], ["repeat", [2, 6308, 2]], ["recite", [2, 6308, 3]], ["ingeminate", [2, 6308, 4]], ["restate", [2, 6308, 5]]]}, {"answer": "retire", "hint": "synonyms for retire", "clues": [["withdraw", [2, 6309, 0]], ["move back", [2, 6309, 1]], ["put out", [2, 6309, 2]], ["kip down", [2, 6309, 3]], ["bed", [2, 6309, 4]], ["strike out", [2, 6309, 5]], ["crawl in", [2, 6309, 6]], ["recede", [2, 6309, 7]], ["go to bed", [2, 6309, 8]], ["draw back", [2, 6309, 9]], ["pull away", [2, 6309, 10]], ["sack out", [2, 6309, 11]], ["turn in", [2, 6309, 12]], ["hit the sack", [2, 6309, 13]], ["go to sleep", [2, 6309, 14]], ["adjourn", [2, 6309, 15]], ["pull back", [2, 6309, 16]], ["hit the hay", [2, 6309, 17]], ["retreat", [2, 6309, 18]]]}, {"answer": "retract", "hint": "synonyms for retract", "clues": [["draw back", [2, 6310, 0]], ["draw in", [2, 6310, 1]], ["recant", [2, 6310, 2]], ["shrink back", [2, 6310, 3]], ["pull back", [2, 6310, 4]], ["abjure", [2, 6310, 5]], ["resile", [2, 6310, 6]], ["forswear", [2, 6310, 7]]]}, {"answer": "retrieve", "hint": "synonyms for retrieve", "clues": [["recollect", [2, 6311, 0]], ["remember", [2, 6311, 1]], ["regain", [2, 6311, 2]], ["find", [2, 6311, 3]], ["think", [2, 6311, 4]], ["call back", [2, 6311, 5]], ["recall", [2, 6311, 6]], ["call up", [2, 6311, 7]], ["recover", [2, 6311, 8]]]}, {"answer": "retrogress", "hint": "synonyms for retrogress", "clues": [["lapse", [2, 6312, 0]], ["relapse", [2, 6312, 1]], ["recidivate", [2, 6312, 2]], ["retrograde", [2, 6312, 3]], ["fall back", [2, 6312, 4]], ["regress", [2, 6312, 5]]]}, {"answer": "retrovert", "hint": "synonyms for retrovert", "clues": [["revert", [2, 6313, 0]], ["regress", [2, 6313, 1]], ["return", [2, 6313, 2]], ["turn back", [2, 6313, 3]]]}, {"answer": "reveal", "hint": "synonyms for reveal", "clues": [["unveil", [2, 6314, 0]], ["expose", [2, 6314, 1]], ["break", [2, 6314, 2]], ["give away", [2, 6314, 3]], ["discover", [2, 6314, 4]], ["unwrap", [2, 6314, 5]], ["uncover", [2, 6314, 6]], ["bring out", [2, 6314, 7]], ["divulge", [2, 6314, 8]], ["disclose", [2, 6314, 9]], ["let out", [2, 6314, 10]], ["let on", [2, 6314, 11]]]}, {"answer": "reverberate", "hint": "synonyms for reverberate", "clues": [["resound", [2, 6315, 0]], ["take a hop", [2, 6315, 1]], ["reflect", [2, 6315, 2]], ["spring", [2, 6315, 3]], ["recoil", [2, 6315, 4]], ["echo", [2, 6315, 5]], ["ricochet", [2, 6315, 6]], ["ring", [2, 6315, 7]], ["bounce", [2, 6315, 8]], ["resile", [2, 6315, 9]], ["bound", [2, 6315, 10]]]}, {"answer": "revert", "hint": "synonyms for revert", "clues": [["retrovert", [2, 6316, 0]], ["regress", [2, 6316, 1]], ["return", [2, 6316, 2]], ["turn back", [2, 6316, 3]]]}, {"answer": "revive", "hint": "synonyms for revive", "clues": [["vivify", [2, 6317, 0]], ["resurrect", [2, 6317, 1]], ["animate", [2, 6317, 2]], ["repair", [2, 6317, 3]], ["resuscitate", [2, 6317, 4]], ["recreate", [2, 6317, 5]], ["renovate", [2, 6317, 6]], ["come to", [2, 6317, 7]], ["quicken", [2, 6317, 8]]]}, {"answer": "revivify", "hint": "synonyms for revivify", "clues": [["vivify", [2, 6318, 0]], ["revive", [2, 6318, 1]], ["animate", [2, 6318, 2]], ["repair", [2, 6318, 3]], ["recreate", [2, 6318, 4]], ["renovate", [2, 6318, 5]], ["quicken", [2, 6318, 6]]]}, {"answer": "revolve", "hint": "synonyms for revolve", "clues": [["rotate", [2, 6319, 0]], ["roll", [2, 6319, 1]], ["orbit", [2, 6319, 2]], ["orb", [2, 6319, 3]], ["go around", [2, 6319, 4]]]}, {"answer": "revolve_about", "hint": "synonyms for revolve about", "clues": [["center", [2, 6320, 0]], ["center on", [2, 6320, 1]], ["concentrate on", [2, 6320, 2]], ["focus on", [2, 6320, 3]], ["revolve around", [2, 6320, 4]]]}, {"answer": "revolve_around", "hint": "synonyms for revolve around", "clues": [["circle round", [2, 6321, 0]], ["center", [2, 6321, 1]], ["revolve about", [2, 6321, 2]], ["center on", [2, 6321, 3]], ["concentrate on", [2, 6321, 4]], ["focus on", [2, 6321, 5]]]}, {"answer": "rig_out", "hint": "synonyms for rig out", "clues": [["deck up", [2, 6322, 0]], ["trick out", [2, 6322, 1]], ["trick up", [2, 6322, 2]], ["tog up", [2, 6322, 3]], ["gussy up", [2, 6322, 4]], ["tog out", [2, 6322, 5]], ["deck out", [2, 6322, 6]], ["attire", [2, 6322, 7]], ["dress up", [2, 6322, 8]], ["fig up", [2, 6322, 9]], ["overdress", [2, 6322, 10]], ["fancy up", [2, 6322, 11]], ["get up", [2, 6322, 12]], ["fig out", [2, 6322, 13]], ["prink", [2, 6322, 14]]]}, {"answer": "rile", "hint": "synonyms for rile", "clues": [["annoy", [2, 6323, 0]], ["vex", [2, 6323, 1]], ["nettle", [2, 6323, 2]], ["chafe", [2, 6323, 3]], ["devil", [2, 6323, 4]], ["rag", [2, 6323, 5]], ["roil", [2, 6323, 6]], ["bother", [2, 6323, 7]], ["nark", [2, 6323, 8]], ["irritate", [2, 6323, 9]], ["get at", [2, 6323, 10]], ["gravel", [2, 6323, 11]], ["get to", [2, 6323, 12]]]}, {"answer": "rise_up", "hint": "synonyms for rise up", "clues": [["rebel", [2, 6324, 0]], ["surface", [2, 6324, 1]], ["rise", [2, 6324, 2]], ["come up", [2, 6324, 3]], ["rear", [2, 6324, 4]]]}, {"answer": "rive", "hint": "synonyms for rive", "clues": [["pull", [2, 6325, 0]], ["rend", [2, 6325, 1]], ["cleave", [2, 6325, 2]], ["split", [2, 6325, 3]], ["rip", [2, 6325, 4]]]}, {"answer": "roam", "hint": "synonyms for roam", "clues": [["drift", [2, 6326, 0]], ["vagabond", [2, 6326, 1]], ["rove", [2, 6326, 2]], ["tramp", [2, 6326, 3]], ["roll", [2, 6326, 4]], ["wander", [2, 6326, 5]], ["stray", [2, 6326, 6]], ["cast", [2, 6326, 7]], ["swan", [2, 6326, 8]], ["ramble", [2, 6326, 9]], ["range", [2, 6326, 10]]]}, {"answer": "rob", "hint": "synonyms for rob", "clues": [["fleece", [2, 6327, 0]], ["gazump", [2, 6327, 1]], ["soak", [2, 6327, 2]], ["overcharge", [2, 6327, 3]], ["plume", [2, 6327, 4]], ["pluck", [2, 6327, 5]], ["surcharge", [2, 6327, 6]], ["hook", [2, 6327, 7]]]}, {"answer": "roil", "hint": "synonyms for roil", "clues": [["rile", [2, 6328, 0]], ["moil", [2, 6328, 1]], ["churn", [2, 6328, 2]], ["boil", [2, 6328, 3]]]}, {"answer": "roll_off", "hint": "synonyms for roll off", "clues": [["rattle off", [2, 6329, 0]], ["reel off", [2, 6329, 1]], ["spiel off", [2, 6329, 2]], ["rattle down", [2, 6329, 3]]]}, {"answer": "roll_up", "hint": "synonyms for roll up", "clues": [["bundle", [2, 6330, 0]], ["furl", [2, 6330, 1]], ["pile up", [2, 6330, 2]], ["wrap up", [2, 6330, 3]], ["bundle up", [2, 6330, 4]], ["amass", [2, 6330, 5]], ["compile", [2, 6330, 6]], ["roll", [2, 6330, 7]], ["collect", [2, 6330, 8]], ["accumulate", [2, 6330, 9]], ["hoard", [2, 6330, 10]]]}, {"answer": "rollick", "hint": "synonyms for rollick", "clues": [["frisk", [2, 6331, 0]], ["lark about", [2, 6331, 1]], ["sport", [2, 6331, 2]], ["romp", [2, 6331, 3]], ["run around", [2, 6331, 4]], ["gambol", [2, 6331, 5]], ["cavort", [2, 6331, 6]], ["skylark", [2, 6331, 7]], ["disport", [2, 6331, 8]], ["frolic", [2, 6331, 9]], ["lark", [2, 6331, 10]]]}, {"answer": "root_on", "hint": "synonyms for root on", "clues": [["barrack", [2, 6332, 0]], ["pep up", [2, 6332, 1]], ["inspire", [2, 6332, 2]], ["cheer", [2, 6332, 3]], ["urge on", [2, 6332, 4]], ["exhort", [2, 6332, 5]], ["urge", [2, 6332, 6]]]}, {"answer": "root_out", "hint": "synonyms for root out", "clues": [["deracinate", [2, 6333, 0]], ["uproot", [2, 6333, 1]], ["eradicate", [2, 6333, 2]], ["exterminate", [2, 6333, 3]], ["extirpate", [2, 6333, 4]]]}, {"answer": "rotate", "hint": "synonyms for rotate", "clues": [["spread out", [2, 6334, 0]], ["splay", [2, 6334, 1]], ["revolve", [2, 6334, 2]], ["circumvolve", [2, 6334, 3]], ["turn out", [2, 6334, 4]], ["go around", [2, 6334, 5]]]}, {"answer": "round_off", "hint": "synonyms for round off", "clues": [["brush up", [2, 6335, 0]], ["round down", [2, 6335, 1]], ["round out", [2, 6335, 2]], ["round", [2, 6335, 3]], ["polish up", [2, 6335, 4]], ["polish", [2, 6335, 5]]]}, {"answer": "round_out", "hint": "synonyms for round out", "clues": [["round", [2, 6336, 0]], ["round off", [2, 6336, 1]], ["fill out", [2, 6336, 2]], ["round down", [2, 6336, 3]], ["finish out", [2, 6336, 4]]]}, {"answer": "rouse", "hint": "synonyms for rouse", "clues": [["charge", [2, 6337, 0]], ["awaken", [2, 6337, 1]], ["commove", [2, 6337, 2]], ["wake", [2, 6337, 3]], ["charge up", [2, 6337, 4]], ["wake up", [2, 6337, 5]], ["excite", [2, 6337, 6]], ["arouse", [2, 6337, 7]], ["drive out", [2, 6337, 8]], ["rout out", [2, 6337, 9]], ["force out", [2, 6337, 10]], ["turn on", [2, 6337, 11]], ["agitate", [2, 6337, 12]], ["bestir", [2, 6337, 13]]]}, {"answer": "rout_out", "hint": "synonyms for rout out", "clues": [["rouse", [2, 6338, 0]], ["expel", [2, 6338, 1]], ["drive out", [2, 6338, 2]], ["rout", [2, 6338, 3]], ["force out", [2, 6338, 4]], ["rout up", [2, 6338, 5]]]}, {"answer": "rove", "hint": "synonyms for rove", "clues": [["drift", [2, 6339, 0]], ["vagabond", [2, 6339, 1]], ["reeve", [2, 6339, 2]], ["tramp", [2, 6339, 3]], ["roll", [2, 6339, 4]], ["wander", [2, 6339, 5]], ["stray", [2, 6339, 6]], ["cast", [2, 6339, 7]], ["swan", [2, 6339, 8]], ["roam", [2, 6339, 9]], ["ramble", [2, 6339, 10]], ["range", [2, 6339, 11]]]}, {"answer": "rub_along", "hint": "synonyms for rub along", "clues": [["scrape along", [2, 6340, 0]], ["scrape by", [2, 6340, 1]], ["squeeze by", [2, 6340, 2]], ["scratch along", [2, 6340, 3]], ["squeak by", [2, 6340, 4]]]}, {"answer": "rub_down", "hint": "synonyms for rub down", "clues": [["abrase", [2, 6341, 0]], ["rub off", [2, 6341, 1]], ["knead", [2, 6341, 2]], ["massage", [2, 6341, 3]], ["corrade", [2, 6341, 4]], ["abrade", [2, 6341, 5]]]}, {"answer": "rub_off", "hint": "synonyms for rub off", "clues": [["abrase", [2, 6342, 0]], ["abrade", [2, 6342, 1]], ["corrade", [2, 6342, 2]], ["rub down", [2, 6342, 3]]]}, {"answer": "rub_out", "hint": "synonyms for rub out", "clues": [["score out", [2, 6343, 0]], ["erase", [2, 6343, 1]], ["wipe off", [2, 6343, 2]], ["efface", [2, 6343, 3]]]}, {"answer": "ruckle", "hint": "synonyms for ruckle", "clues": [["scrunch up", [2, 6344, 0]], ["crease", [2, 6344, 1]], ["crinkle", [2, 6344, 2]], ["scrunch", [2, 6344, 3]], ["crisp", [2, 6344, 4]]]}, {"answer": "rule_out", "hint": "synonyms for rule out", "clues": [["reject", [2, 6345, 0]], ["winnow out", [2, 6345, 1]], ["preclude", [2, 6345, 2]], ["close out", [2, 6345, 3]], ["rule in", [2, 6345, 4]], ["eliminate", [2, 6345, 5]]]}, {"answer": "ruminate", "hint": "synonyms for ruminate", "clues": [["think over", [2, 6346, 0]], ["excogitate", [2, 6346, 1]], ["reflect", [2, 6346, 2]], ["muse", [2, 6346, 3]], ["speculate", [2, 6346, 4]], ["mull over", [2, 6346, 5]], ["contemplate", [2, 6346, 6]], ["ponder", [2, 6346, 7]], ["mull", [2, 6346, 8]], ["chew over", [2, 6346, 9]], ["meditate", [2, 6346, 10]]]}, {"answer": "rumple", "hint": "synonyms for rumple", "clues": [["crinkle", [2, 6347, 0]], ["ruffle", [2, 6347, 1]], ["crumple", [2, 6347, 2]], ["ruffle up", [2, 6347, 3]], ["cockle", [2, 6347, 4]], ["knit", [2, 6347, 5]], ["mess up", [2, 6347, 6]], ["crease", [2, 6347, 7]], ["pucker", [2, 6347, 8]]]}, {"answer": "run_a_risk", "hint": "synonyms for run a risk", "clues": [["chance", [2, 6348, 0]], ["risk", [2, 6348, 1]], ["adventure", [2, 6348, 2]], ["take chances", [2, 6348, 3]], ["gamble", [2, 6348, 4]], ["hazard", [2, 6348, 5]]]}, {"answer": "run_across", "hint": "synonyms for run across", "clues": [["encounter", [2, 6349, 0]], ["come across", [2, 6349, 1]], ["see", [2, 6349, 2]], ["run into", [2, 6349, 3]], ["meet", [2, 6349, 4]]]}, {"answer": "run_around", "hint": "synonyms for run around", "clues": [["frisk", [2, 6350, 0]], ["lark about", [2, 6350, 1]], ["sport", [2, 6350, 2]], ["romp", [2, 6350, 3]], ["gambol", [2, 6350, 4]], ["rollick", [2, 6350, 5]], ["cavort", [2, 6350, 6]], ["skylark", [2, 6350, 7]], ["disport", [2, 6350, 8]], ["frolic", [2, 6350, 9]], ["lark", [2, 6350, 10]]]}, {"answer": "run_away", "hint": "synonyms for run away", "clues": [["lam", [2, 6351, 0]], ["scarper", [2, 6351, 1]], ["head for the hills", [2, 6351, 2]], ["turn tail", [2, 6351, 3]], ["break away", [2, 6351, 4]], ["run", [2, 6351, 5]], ["take to the woods", [2, 6351, 6]], ["bunk", [2, 6351, 7]], ["scat", [2, 6351, 8]], ["hightail it", [2, 6351, 9]], ["fly the coop", [2, 6351, 10]], ["escape", [2, 6351, 11]]]}, {"answer": "run_down", "hint": "synonyms for run down", "clues": [["glance over", [2, 6352, 0]], ["scan", [2, 6352, 1]], ["play out", [2, 6352, 2]], ["poop out", [2, 6352, 3]], ["sap", [2, 6352, 4]], ["tire", [2, 6352, 5]], ["run over", [2, 6352, 6]], ["exhaust", [2, 6352, 7]], ["peter out", [2, 6352, 8]], ["conk out", [2, 6352, 9]], ["rake", [2, 6352, 10]], ["skim", [2, 6352, 11]], ["run out", [2, 6352, 12]], ["check out", [2, 6352, 13]]]}, {"answer": "run_into", "hint": "synonyms for run into", "clues": [["jar against", [2, 6353, 0]], ["collide with", [2, 6353, 1]], ["hit", [2, 6353, 2]], ["see", [2, 6353, 3]], ["bump into", [2, 6353, 4]], ["knock against", [2, 6353, 5]], ["impinge on", [2, 6353, 6]], ["butt against", [2, 6353, 7]], ["meet", [2, 6353, 8]], ["strike", [2, 6353, 9]], ["encounter", [2, 6353, 10]], ["come across", [2, 6353, 11]], ["run across", [2, 6353, 12]]]}, {"answer": "run_off", "hint": "synonyms for run off", "clues": [["dispel", [2, 6354, 0]], ["photocopy", [2, 6354, 1]], ["xerox", [2, 6354, 2]], ["go off", [2, 6354, 3]], ["run out", [2, 6354, 4]], ["drive off", [2, 6354, 5]], ["turn back", [2, 6354, 6]], ["elope", [2, 6354, 7]], ["drive away", [2, 6354, 8]], ["drive out", [2, 6354, 9]], ["bolt out", [2, 6354, 10]], ["absquatulate", [2, 6354, 11]], ["make off", [2, 6354, 12]], ["beetle off", [2, 6354, 13]], ["bolt", [2, 6354, 14]], ["abscond", [2, 6354, 15]], ["decamp", [2, 6354, 16]], ["waste", [2, 6354, 17]], ["chase away", [2, 6354, 18]]]}, {"answer": "run_out", "hint": "synonyms for run out", "clues": [["beetle off", [2, 6355, 0]], ["fail", [2, 6355, 1]], ["spill", [2, 6355, 2]], ["give out", [2, 6355, 3]], ["poop out", [2, 6355, 4]], ["run off", [2, 6355, 5]], ["expire", [2, 6355, 6]], ["peter out", [2, 6355, 7]], ["drain", [2, 6355, 8]], ["bolt", [2, 6355, 9]], ["conk out", [2, 6355, 10]], ["bolt out", [2, 6355, 11]], ["run down", [2, 6355, 12]]]}, {"answer": "run_over", "hint": "synonyms for run over", "clues": [["brim over", [2, 6356, 0]], ["overflow", [2, 6356, 1]], ["well over", [2, 6356, 2]], ["overrun", [2, 6356, 3]], ["run down", [2, 6356, 4]]]}, {"answer": "run_through", "hint": "synonyms for run through", "clues": [["work through", [2, 6357, 0]], ["wipe out", [2, 6357, 1]], ["go through", [2, 6357, 2]], ["eat", [2, 6357, 3]], ["eat up", [2, 6357, 4]], ["consume", [2, 6357, 5]], ["deplete", [2, 6357, 6]], ["exhaust", [2, 6357, 7]], ["use up", [2, 6357, 8]]]}, {"answer": "run_up", "hint": "synonyms for run up", "clues": [["chalk up", [2, 6358, 0]], ["sew together", [2, 6358, 1]], ["sew", [2, 6358, 2]], ["hoist", [2, 6358, 3]], ["stitch", [2, 6358, 4]]]}, {"answer": "rush_along", "hint": "synonyms for rush along", "clues": [["rush", [2, 6359, 0]], ["pelt along", [2, 6359, 1]], ["hotfoot", [2, 6359, 2]], ["speed", [2, 6359, 3]], ["hie", [2, 6359, 4]], ["race", [2, 6359, 5]], ["bucket along", [2, 6359, 6]], ["step on it", [2, 6359, 7]], ["hasten", [2, 6359, 8]], ["cannonball along", [2, 6359, 9]]]}, {"answer": "sack_out", "hint": "synonyms for sack out", "clues": [["turn in", [2, 6360, 0]], ["kip down", [2, 6360, 1]], ["hit the sack", [2, 6360, 2]], ["bed", [2, 6360, 3]], ["crawl in", [2, 6360, 4]], ["go to sleep", [2, 6360, 5]], ["retire", [2, 6360, 6]], ["go to bed", [2, 6360, 7]], ["hit the hay", [2, 6360, 8]]]}, {"answer": "sail_through", "hint": "synonyms for sail through", "clues": [["nail", [2, 6361, 0]], ["sweep through", [2, 6361, 1]], ["pass with flying colors", [2, 6361, 2]], ["breeze through", [2, 6361, 3]], ["ace", [2, 6361, 4]]]}, {"answer": "sally_out", "hint": "synonyms for sally out", "clues": [["burst forth", [2, 6362, 0]], ["leap out", [2, 6362, 1]], ["sally forth", [2, 6362, 2]], ["rush out", [2, 6362, 3]]]}, {"answer": "salt_away", "hint": "synonyms for salt away", "clues": [["put in", [2, 6363, 0]], ["stash away", [2, 6363, 1]], ["stack away", [2, 6363, 2]], ["hive away", [2, 6363, 3]], ["lay in", [2, 6363, 4]], ["store", [2, 6363, 5]]]}, {"answer": "sanctify", "hint": "synonyms for sanctify", "clues": [["consecrate", [2, 6364, 0]], ["purify", [2, 6364, 1]], ["hallow", [2, 6364, 2]], ["purge", [2, 6364, 3]], ["bless", [2, 6364, 4]]]}, {"answer": "satisfy", "hint": "synonyms for satisfy", "clues": [["fulfill", [2, 6365, 0]], ["meet", [2, 6365, 1]], ["live up to", [2, 6365, 2]], ["gratify", [2, 6365, 3]], ["fill", [2, 6365, 4]]]}, {"answer": "scandalise", "hint": "synonyms for scandalise", "clues": [["outrage", [2, 6366, 0]], ["offend", [2, 6366, 1]], ["shock", [2, 6366, 2]], ["scandalize", [2, 6366, 3]], ["appal", [2, 6366, 4]]]}, {"answer": "scandalize", "hint": "synonyms for scandalize", "clues": [["outrage", [2, 6367, 0]], ["offend", [2, 6367, 1]], ["scandalise", [2, 6367, 2]], ["shock", [2, 6367, 3]], ["appal", [2, 6367, 4]]]}, {"answer": "scare_away", "hint": "synonyms for scare away", "clues": [["frighten off", [2, 6368, 0]], ["frighten away", [2, 6368, 1]], ["daunt", [2, 6368, 2]], ["dash", [2, 6368, 3]], ["scare off", [2, 6368, 4]], ["pall", [2, 6368, 5]], ["scare", [2, 6368, 6]]]}, {"answer": "scare_off", "hint": "synonyms for scare off", "clues": [["frighten off", [2, 6369, 0]], ["frighten away", [2, 6369, 1]], ["daunt", [2, 6369, 2]], ["dash", [2, 6369, 3]], ["scare away", [2, 6369, 4]], ["pall", [2, 6369, 5]], ["scare", [2, 6369, 6]]]}, {"answer": "scarf_out", "hint": "synonyms for scarf out", "clues": [["gormandise", [2, 6370, 0]], ["englut", [2, 6370, 1]], ["gorge", [2, 6370, 2]], ["satiate", [2, 6370, 3]], ["glut", [2, 6370, 4]], ["engorge", [2, 6370, 5]], ["stuff", [2, 6370, 6]], ["overeat", [2, 6370, 7]], ["binge", [2, 6370, 8]], ["overindulge", [2, 6370, 9]], ["overgorge", [2, 6370, 10]], ["ingurgitate", [2, 6370, 11]], ["pig out", [2, 6370, 12]]]}, {"answer": "scarper", "hint": "synonyms for scarper", "clues": [["lam", [2, 6371, 0]], ["head for the hills", [2, 6371, 1]], ["turn tail", [2, 6371, 2]], ["break away", [2, 6371, 3]], ["run", [2, 6371, 4]], ["take to the woods", [2, 6371, 5]], ["bunk", [2, 6371, 6]], ["scat", [2, 6371, 7]], ["hightail it", [2, 6371, 8]], ["run away", [2, 6371, 9]], ["fly the coop", [2, 6371, 10]], ["escape", [2, 6371, 11]]]}, {"answer": "scoop_out", "hint": "synonyms for scoop out", "clues": [["lift out", [2, 6372, 0]], ["take up", [2, 6372, 1]], ["scoop", [2, 6372, 2]], ["scoop up", [2, 6372, 3]]]}, {"answer": "scoop_up", "hint": "synonyms for scoop up", "clues": [["scoop out", [2, 6373, 0]], ["lift out", [2, 6373, 1]], ["take up", [2, 6373, 2]], ["scoop", [2, 6373, 3]]]}, {"answer": "scoot", "hint": "synonyms for scoot", "clues": [["scud", [2, 6374, 0]], ["flash", [2, 6374, 1]], ["dart", [2, 6374, 2]], ["dash", [2, 6374, 3]], ["shoot", [2, 6374, 4]]]}, {"answer": "score_out", "hint": "synonyms for score out", "clues": [["wipe off", [2, 6375, 0]], ["erase", [2, 6375, 1]], ["rub out", [2, 6375, 2]], ["efface", [2, 6375, 3]]]}, {"answer": "scram", "hint": "synonyms for scram", "clues": [["fuck off", [2, 6376, 0]], ["bugger off", [2, 6376, 1]], ["buzz off", [2, 6376, 2]], ["get", [2, 6376, 3]]]}, {"answer": "scrape_along", "hint": "synonyms for scrape along", "clues": [["scrape by", [2, 6377, 0]], ["squeeze by", [2, 6377, 1]], ["rub along", [2, 6377, 2]], ["scratch along", [2, 6377, 3]], ["squeak by", [2, 6377, 4]]]}, {"answer": "scrape_by", "hint": "synonyms for scrape by", "clues": [["scrape along", [2, 6378, 0]], ["squeeze by", [2, 6378, 1]], ["rub along", [2, 6378, 2]], ["scratch along", [2, 6378, 3]], ["squeak by", [2, 6378, 4]]]}, {"answer": "scratch_along", "hint": "synonyms for scratch along", "clues": [["scrape along", [2, 6379, 0]], ["scrape by", [2, 6379, 1]], ["squeeze by", [2, 6379, 2]], ["rub along", [2, 6379, 3]], ["squeak by", [2, 6379, 4]]]}, {"answer": "scratch_off", "hint": "synonyms for scratch off", "clues": [["toss off", [2, 6380, 0]], ["knock off", [2, 6380, 1]], ["fling off", [2, 6380, 2]], ["dash off", [2, 6380, 3]]]}, {"answer": "screak", "hint": "synonyms for screak", "clues": [["skreigh", [2, 6381, 0]], ["squeak", [2, 6381, 1]], ["squawk", [2, 6381, 2]], ["screech", [2, 6381, 3]], ["skreak", [2, 6381, 4]], ["whine", [2, 6381, 5]], ["creak", [2, 6381, 6]]]}, {"answer": "screw_up", "hint": "synonyms for screw up", "clues": [["bodge", [2, 6382, 0]], ["bungle", [2, 6382, 1]], ["fumble", [2, 6382, 2]], ["blow", [2, 6382, 3]], ["muck up", [2, 6382, 4]], ["bollix up", [2, 6382, 5]], ["bobble", [2, 6382, 6]], ["fluff", [2, 6382, 7]], ["botch up", [2, 6382, 8]], ["hot up", [2, 6382, 9]], ["foul up", [2, 6382, 10]], ["bollix", [2, 6382, 11]], ["spoil", [2, 6382, 12]], ["bumble", [2, 6382, 13]], ["mess up", [2, 6382, 14]], ["flub", [2, 6382, 15]], ["ball up", [2, 6382, 16]], ["heat up", [2, 6382, 17]], ["bollocks up", [2, 6382, 18]], ["louse up", [2, 6382, 19]], ["bollocks", [2, 6382, 20]], ["mishandle", [2, 6382, 21]], ["muff", [2, 6382, 22]], ["botch", [2, 6382, 23]]]}, {"answer": "scrunch_up", "hint": "synonyms for scrunch up", "clues": [["crouch", [2, 6383, 0]], ["scrunch", [2, 6383, 1]], ["crease", [2, 6383, 2]], ["squat", [2, 6383, 3]], ["crisp", [2, 6383, 4]], ["hunker", [2, 6383, 5]], ["hunker down", [2, 6383, 6]], ["ruckle", [2, 6383, 7]], ["crinkle", [2, 6383, 8]]]}, {"answer": "scrutinise", "hint": "synonyms for scrutinise", "clues": [["audit", [2, 6384, 0]], ["scrutinize", [2, 6384, 1]], ["inspect", [2, 6384, 2]], ["size up", [2, 6384, 3]], ["take stock", [2, 6384, 4]]]}, {"answer": "scrutinize", "hint": "synonyms for scrutinize", "clues": [["audit", [2, 6385, 0]], ["scrutinise", [2, 6385, 1]], ["inspect", [2, 6385, 2]], ["size up", [2, 6385, 3]], ["take stock", [2, 6385, 4]]]}, {"answer": "secern", "hint": "synonyms for secern", "clues": [["secernate", [2, 6386, 0]], ["severalize", [2, 6386, 1]], ["distinguish", [2, 6386, 2]], ["differentiate", [2, 6386, 3]], ["separate", [2, 6386, 4]], ["tell apart", [2, 6386, 5]], ["tell", [2, 6386, 6]]]}, {"answer": "secernate", "hint": "synonyms for secernate", "clues": [["severalize", [2, 6387, 0]], ["secern", [2, 6387, 1]], ["distinguish", [2, 6387, 2]], ["differentiate", [2, 6387, 3]], ["separate", [2, 6387, 4]], ["tell apart", [2, 6387, 5]], ["tell", [2, 6387, 6]]]}, {"answer": "see_to_it", "hint": "synonyms for see to it", "clues": [["assure", [2, 6388, 0]], ["ascertain", [2, 6388, 1]], ["ensure", [2, 6388, 2]], ["check", [2, 6388, 3]], ["insure", [2, 6388, 4]], ["see", [2, 6388, 5]], ["control", [2, 6388, 6]]]}, {"answer": "seethe", "hint": "synonyms for seethe", "clues": [["hum", [2, 6389, 0]], ["roll", [2, 6389, 1]], ["buzz", [2, 6389, 2]], ["boil", [2, 6389, 3]]]}, {"answer": "seize", "hint": "synonyms for seize", "clues": [["attach", [2, 6390, 0]], ["grab", [2, 6390, 1]], ["arrogate", [2, 6390, 2]], ["assume", [2, 6390, 3]], ["conquer", [2, 6390, 4]], ["appropriate", [2, 6390, 5]], ["clutch", [2, 6390, 6]], ["prehend", [2, 6390, 7]], ["take over", [2, 6390, 8]], ["usurp", [2, 6390, 9]], ["impound", [2, 6390, 10]], ["confiscate", [2, 6390, 11]], ["get hold of", [2, 6390, 12]], ["capture", [2, 6390, 13]], ["sequester", [2, 6390, 14]]]}, {"answer": "seize_on", "hint": "synonyms for seize on", "clues": [["hook on", [2, 6391, 0]], ["latch on", [2, 6391, 1]], ["fasten on", [2, 6391, 2]], ["take up", [2, 6391, 3]]]}, {"answer": "send", "hint": "synonyms for send", "clues": [["station", [2, 6392, 0]], ["air", [2, 6392, 1]], ["get off", [2, 6392, 2]], ["direct", [2, 6392, 3]], ["transmit", [2, 6392, 4]], ["post", [2, 6392, 5]], ["broadcast", [2, 6392, 6]], ["place", [2, 6392, 7]], ["transport", [2, 6392, 8]], ["send out", [2, 6392, 9]], ["institutionalise", [2, 6392, 10]], ["ship", [2, 6392, 11]], ["charge", [2, 6392, 12]], ["send off", [2, 6392, 13]], ["commit", [2, 6392, 14]], ["beam", [2, 6392, 15]], ["mail", [2, 6392, 16]]]}, {"answer": "send_away", "hint": "synonyms for send away", "clues": [["fire", [2, 6393, 0]], ["drop", [2, 6393, 1]], ["give the sack", [2, 6393, 2]], ["can", [2, 6393, 3]], ["force out", [2, 6393, 4]], ["terminate", [2, 6393, 5]], ["give the axe", [2, 6393, 6]], ["displace", [2, 6393, 7]], ["give notice", [2, 6393, 8]], ["sack", [2, 6393, 9]], ["dismiss", [2, 6393, 10]], ["send packing", [2, 6393, 11]]]}, {"answer": "send_off", "hint": "synonyms for send off", "clues": [["send", [2, 6394, 0]], ["project", [2, 6394, 1]], ["despatch", [2, 6394, 2]], ["get off", [2, 6394, 3]]]}, {"answer": "send_word", "hint": "synonyms for send word", "clues": [["advise", [2, 6395, 0]], ["notify", [2, 6395, 1]], ["give notice", [2, 6395, 2]], ["apprise", [2, 6395, 3]]]}, {"answer": "separate_out", "hint": "synonyms for separate out", "clues": [["filter", [2, 6396, 0]], ["filtrate", [2, 6396, 1]], ["filter out", [2, 6396, 2]], ["strain", [2, 6396, 3]]]}, {"answer": "sequester", "hint": "synonyms for sequester", "clues": [["attach", [2, 6397, 0]], ["set apart", [2, 6397, 1]], ["withdraw", [2, 6397, 2]], ["sequestrate", [2, 6397, 3]], ["seize", [2, 6397, 4]], ["seclude", [2, 6397, 5]], ["keep apart", [2, 6397, 6]], ["impound", [2, 6397, 7]], ["isolate", [2, 6397, 8]], ["confiscate", [2, 6397, 9]]]}, {"answer": "sequestrate", "hint": "synonyms for sequestrate", "clues": [["sequester", [2, 6398, 0]], ["seclude", [2, 6398, 1]], ["set apart", [2, 6398, 2]], ["withdraw", [2, 6398, 3]], ["keep apart", [2, 6398, 4]], ["isolate", [2, 6398, 5]]]}, {"answer": "serve_up", "hint": "synonyms for serve up", "clues": [["dish up", [2, 6399, 0]], ["dish", [2, 6399, 1]], ["dish out", [2, 6399, 2]], ["serve", [2, 6399, 3]]]}, {"answer": "set_about", "hint": "synonyms for set about", "clues": [["undertake", [2, 6400, 0]], ["get", [2, 6400, 1]], ["set out", [2, 6400, 2]], ["attempt", [2, 6400, 3]], ["start out", [2, 6400, 4]], ["go about", [2, 6400, 5]], ["approach", [2, 6400, 6]], ["start", [2, 6400, 7]], ["get down", [2, 6400, 8]], ["commence", [2, 6400, 9]], ["begin", [2, 6400, 10]]]}, {"answer": "set_apart", "hint": "synonyms for set apart", "clues": [["sequester", [2, 6401, 0]], ["specify", [2, 6401, 1]], ["keep apart", [2, 6401, 2]], ["assign", [2, 6401, 3]], ["sequestrate", [2, 6401, 4]], ["isolate", [2, 6401, 5]]]}, {"answer": "set_aside", "hint": "synonyms for set aside", "clues": [["reserve", [2, 6402, 0]], ["suspend", [2, 6402, 1]], ["appropriate", [2, 6402, 2]], ["allow", [2, 6402, 3]], ["earmark", [2, 6402, 4]]]}, {"answer": "set_back", "hint": "synonyms for set back", "clues": [["postpone", [2, 6403, 0]], ["prorogue", [2, 6403, 1]], ["shelve", [2, 6403, 2]], ["put off", [2, 6403, 3]], ["knock back", [2, 6403, 4]], ["table", [2, 6403, 5]], ["remit", [2, 6403, 6]], ["hold over", [2, 6403, 7]], ["put back", [2, 6403, 8]], ["defer", [2, 6403, 9]], ["put over", [2, 6403, 10]]]}, {"answer": "set_down", "hint": "synonyms for set down", "clues": [["unload", [2, 6404, 0]], ["place down", [2, 6404, 1]], ["disembark", [2, 6404, 2]], ["debark", [2, 6404, 3]], ["put down", [2, 6404, 4]], ["drop", [2, 6404, 5]], ["drop off", [2, 6404, 6]], ["land", [2, 6404, 7]], ["discharge", [2, 6404, 8]], ["get down", [2, 6404, 9]], ["write down", [2, 6404, 10]]]}, {"answer": "set_forth", "hint": "synonyms for set forth", "clues": [["exposit", [2, 6405, 0]], ["set off", [2, 6405, 1]], ["start out", [2, 6405, 2]], ["part", [2, 6405, 3]], ["expound", [2, 6405, 4]], ["set out", [2, 6405, 5]], ["take off", [2, 6405, 6]], ["depart", [2, 6405, 7]], ["start", [2, 6405, 8]]]}, {"answer": "set_off", "hint": "synonyms for set off", "clues": [["explode", [2, 6406, 0]], ["spark", [2, 6406, 1]], ["trigger off", [2, 6406, 2]], ["start out", [2, 6406, 3]], ["stir up", [2, 6406, 4]], ["spark off", [2, 6406, 5]], ["trip", [2, 6406, 6]], ["part", [2, 6406, 7]], ["blow up", [2, 6406, 8]], ["activate", [2, 6406, 9]], ["depart", [2, 6406, 10]], ["start", [2, 6406, 11]], ["offset", [2, 6406, 12]], ["bring out", [2, 6406, 13]], ["set forth", [2, 6406, 14]], ["cancel", [2, 6406, 15]], ["set out", [2, 6406, 16]], ["trigger", [2, 6406, 17]], ["take off", [2, 6406, 18]], ["detonate", [2, 6406, 19]], ["instigate", [2, 6406, 20]], ["actuate", [2, 6406, 21]], ["incite", [2, 6406, 22]], ["touch off", [2, 6406, 23]]]}, {"answer": "set_out", "hint": "synonyms for set out", "clues": [["set off", [2, 6407, 0]], ["get", [2, 6407, 1]], ["start out", [2, 6407, 2]], ["range", [2, 6407, 3]], ["set forth", [2, 6407, 4]], ["part", [2, 6407, 5]], ["start", [2, 6407, 6]], ["take off", [2, 6407, 7]], ["lay out", [2, 6407, 8]], ["set about", [2, 6407, 9]], ["depart", [2, 6407, 10]], ["get down", [2, 6407, 11]], ["array", [2, 6407, 12]], ["commence", [2, 6407, 13]], ["begin", [2, 6407, 14]]]}, {"answer": "set_up", "hint": "synonyms for set up", "clues": [["entrap", [2, 6408, 0]], ["erect", [2, 6408, 1]], ["ready", [2, 6408, 2]], ["effectuate", [2, 6408, 3]], ["raise", [2, 6408, 4]], ["arrange", [2, 6408, 5]], ["put up", [2, 6408, 6]], ["tack together", [2, 6408, 7]], ["put", [2, 6408, 8]], ["establish", [2, 6408, 9]], ["ensnare", [2, 6408, 10]], ["set", [2, 6408, 11]], ["install", [2, 6408, 12]], ["launch", [2, 6408, 13]], ["rig", [2, 6408, 14]], ["found", [2, 6408, 15]], ["fix", [2, 6408, 16]], ["effect", [2, 6408, 17]], ["prepare", [2, 6408, 18]], ["put together", [2, 6408, 19]], ["rear", [2, 6408, 20]], ["lay out", [2, 6408, 21]], ["piece", [2, 6408, 22]], ["pitch", [2, 6408, 23]], ["assemble", [2, 6408, 24]], ["put in", [2, 6408, 25]], ["order", [2, 6408, 26]], ["tack", [2, 6408, 27]], ["gear up", [2, 6408, 28]], ["frame", [2, 6408, 29]]]}, {"answer": "settle_down", "hint": "synonyms for settle down", "clues": [["cool off", [2, 6409, 0]], ["cool it", [2, 6409, 1]], ["steady down", [2, 6409, 2]], ["root", [2, 6409, 3]], ["chill out", [2, 6409, 4]], ["calm down", [2, 6409, 5]], ["simmer down", [2, 6409, 6]], ["settle", [2, 6409, 7]], ["take root", [2, 6409, 8]], ["calm", [2, 6409, 9]]]}, {"answer": "severalise", "hint": "synonyms for severalise", "clues": [["secernate", [2, 6410, 0]], ["severalize", [2, 6410, 1]], ["secern", [2, 6410, 2]], ["distinguish", [2, 6410, 3]], ["differentiate", [2, 6410, 4]], ["separate", [2, 6410, 5]], ["tell apart", [2, 6410, 6]], ["tell", [2, 6410, 7]]]}, {"answer": "severalize", "hint": "synonyms for severalize", "clues": [["secernate", [2, 6411, 0]], ["severalise", [2, 6411, 1]], ["secern", [2, 6411, 2]], ["distinguish", [2, 6411, 3]], ["differentiate", [2, 6411, 4]], ["separate", [2, 6411, 5]], ["tell apart", [2, 6411, 6]], ["tell", [2, 6411, 7]]]}, {"answer": "sew", "hint": "synonyms for sew", "clues": [["tailor-make", [2, 6412, 0]], ["sew together", [2, 6412, 1]], ["run up", [2, 6412, 2]], ["stitch", [2, 6412, 3]], ["tailor", [2, 6412, 4]]]}, {"answer": "shake_off", "hint": "synonyms for shake off", "clues": [["escape from", [2, 6413, 0]], ["drop", [2, 6413, 1]], ["throw off", [2, 6413, 2]], ["shed", [2, 6413, 3]], ["cast", [2, 6413, 4]], ["shake", [2, 6413, 5]], ["throw away", [2, 6413, 6]], ["cast off", [2, 6413, 7]], ["throw", [2, 6413, 8]]]}, {"answer": "shake_up", "hint": "synonyms for shake up", "clues": [["disturb", [2, 6414, 0]], ["stir up", [2, 6414, 1]], ["bump around", [2, 6414, 2]], ["reorganise", [2, 6414, 3]], ["succuss", [2, 6414, 4]], ["vex", [2, 6414, 5]], ["excite", [2, 6414, 6]], ["agitate", [2, 6414, 7]], ["plump up", [2, 6414, 8]], ["fluff up", [2, 6414, 9]], ["commove", [2, 6414, 10]], ["shake", [2, 6414, 11]], ["stimulate", [2, 6414, 12]], ["jar", [2, 6414, 13]], ["raise up", [2, 6414, 14]], ["stir", [2, 6414, 15]]]}, {"answer": "shape_up", "hint": "synonyms for shape up", "clues": [["progress", [2, 6415, 0]], ["get along", [2, 6415, 1]], ["come along", [2, 6415, 2]], ["advance", [2, 6415, 3]], ["come on", [2, 6415, 4]], ["get on", [2, 6415, 5]]]}, {"answer": "sharpen", "hint": "synonyms for sharpen", "clues": [["taper", [2, 6416, 0]], ["focalise", [2, 6416, 1]], ["focus", [2, 6416, 2]], ["heighten", [2, 6416, 3]], ["point", [2, 6416, 4]]]}, {"answer": "she-bop", "hint": "synonyms for she-bop", "clues": [["jerk off", [2, 6417, 0]], ["wank", [2, 6417, 1]], ["masturbate", [2, 6417, 2]], ["jack off", [2, 6417, 3]], ["fuck off", [2, 6417, 4]]]}, {"answer": "shed_light_on", "hint": "synonyms for shed light on", "clues": [["crystalise", [2, 6418, 0]], ["clear", [2, 6418, 1]], ["illuminate", [2, 6418, 2]], ["straighten out", [2, 6418, 3]], ["sort out", [2, 6418, 4]], ["enlighten", [2, 6418, 5]], ["clear up", [2, 6418, 6]], ["elucidate", [2, 6418, 7]]]}, {"answer": "shell_out", "hint": "synonyms for shell out", "clues": [["parcel out", [2, 6419, 0]], ["deal out", [2, 6419, 1]], ["lot", [2, 6419, 2]], ["dish out", [2, 6419, 3]], ["administer", [2, 6419, 4]], ["dispense", [2, 6419, 5]], ["allot", [2, 6419, 6]], ["deal", [2, 6419, 7]], ["dole out", [2, 6419, 8]], ["mete out", [2, 6419, 9]], ["distribute", [2, 6419, 10]]]}, {"answer": "shelve", "hint": "synonyms for shelve", "clues": [["postpone", [2, 6420, 0]], ["prorogue", [2, 6420, 1]], ["put off", [2, 6420, 2]], ["table", [2, 6420, 3]], ["remit", [2, 6420, 4]], ["hold over", [2, 6420, 5]], ["set back", [2, 6420, 6]], ["defer", [2, 6420, 7]], ["put over", [2, 6420, 8]]]}, {"answer": "shew", "hint": "synonyms for shew", "clues": [["demonstrate", [2, 6421, 0]], ["establish", [2, 6421, 1]], ["prove", [2, 6421, 2]], ["show", [2, 6421, 3]]]}, {"answer": "shine_up", "hint": "synonyms for shine up", "clues": [["sidle up", [2, 6422, 0]], ["cotton up", [2, 6422, 1]], ["cozy up", [2, 6422, 2]], ["play up", [2, 6422, 3]], ["suck up", [2, 6422, 4]]]}, {"answer": "shoot_a_line", "hint": "synonyms for shoot a line", "clues": [["tout", [2, 6423, 0]], ["bluster", [2, 6423, 1]], ["blow", [2, 6423, 2]], ["boast", [2, 6423, 3]], ["vaunt", [2, 6423, 4]], ["brag", [2, 6423, 5]], ["gasconade", [2, 6423, 6]], ["swash", [2, 6423, 7]], ["gas", [2, 6423, 8]]]}, {"answer": "shoot_down", "hint": "synonyms for shoot down", "clues": [["defeat", [2, 6424, 0]], ["down", [2, 6424, 1]], ["vote down", [2, 6424, 2]], ["buck", [2, 6424, 3]], ["land", [2, 6424, 4]], ["kill", [2, 6424, 5]], ["shoot", [2, 6424, 6]], ["tear", [2, 6424, 7]], ["vote out", [2, 6424, 8]], ["charge", [2, 6424, 9]]]}, {"answer": "shoot_the_breeze", "hint": "synonyms for shoot the breeze", "clues": [["chitchat", [2, 6425, 0]], ["claver", [2, 6425, 1]], ["chaffer", [2, 6425, 2]], ["chatter", [2, 6425, 3]], ["visit", [2, 6425, 4]], ["chew the fat", [2, 6425, 5]], ["confabulate", [2, 6425, 6]], ["natter", [2, 6425, 7]], ["gossip", [2, 6425, 8]], ["jaw", [2, 6425, 9]], ["confab", [2, 6425, 10]], ["chat", [2, 6425, 11]]]}, {"answer": "shop_at", "hint": "synonyms for shop at", "clues": [["shop", [2, 6426, 0]], ["patronise", [2, 6426, 1]], ["buy at", [2, 6426, 2]], ["sponsor", [2, 6426, 3]], ["frequent", [2, 6426, 4]]]}, {"answer": "short-change", "hint": "synonyms for short-change", "clues": [["rook", [2, 6427, 0]], ["swindle", [2, 6427, 1]], ["bunco", [2, 6427, 2]], ["goldbrick", [2, 6427, 3]], ["victimize", [2, 6427, 4]], ["diddle", [2, 6427, 5]], ["short", [2, 6427, 6]], ["con", [2, 6427, 7]], ["gip", [2, 6427, 8]], ["defraud", [2, 6427, 9]], ["gyp", [2, 6427, 10]], ["nobble", [2, 6427, 11]], ["scam", [2, 6427, 12]], ["hornswoggle", [2, 6427, 13]], ["mulct", [2, 6427, 14]]]}, {"answer": "short-circuit", "hint": "synonyms for short-circuit", "clues": [["go around", [2, 6428, 0]], ["short", [2, 6428, 1]], ["get around", [2, 6428, 2]], ["bypass", [2, 6428, 3]]]}, {"answer": "shorten", "hint": "synonyms for shorten", "clues": [["bowdlerise", [2, 6429, 0]], ["expurgate", [2, 6429, 1]], ["cut", [2, 6429, 2]], ["foreshorten", [2, 6429, 3]], ["abridge", [2, 6429, 4]], ["reduce", [2, 6429, 5]], ["castrate", [2, 6429, 6]], ["abbreviate", [2, 6429, 7]], ["contract", [2, 6429, 8]]]}, {"answer": "shout_out", "hint": "synonyms for shout out", "clues": [["call", [2, 6430, 0]], ["scream", [2, 6430, 1]], ["shout", [2, 6430, 2]], ["hollo", [2, 6430, 3]], ["holler", [2, 6430, 4]], ["squall", [2, 6430, 5]], ["cry", [2, 6430, 6]], ["vociferate", [2, 6430, 7]], ["yell", [2, 6430, 8]]]}, {"answer": "shovel_in", "hint": "synonyms for shovel in", "clues": [["garbage down", [2, 6431, 0]], ["gobble up", [2, 6431, 1]], ["rake in", [2, 6431, 2]], ["bolt down", [2, 6431, 3]]]}, {"answer": "show_off", "hint": "synonyms for show off", "clues": [["flaunt", [2, 6432, 0]], ["ostentate", [2, 6432, 1]], ["swank", [2, 6432, 2]], ["flash", [2, 6432, 3]]]}, {"answer": "show_up", "hint": "synonyms for show up", "clues": [["come out", [2, 6433, 0]], ["turn up", [2, 6433, 1]], ["surface", [2, 6433, 2]], ["come on", [2, 6433, 3]], ["show", [2, 6433, 4]]]}, {"answer": "shun", "hint": "synonyms for shun", "clues": [["ostracize", [2, 6434, 0]], ["blackball", [2, 6434, 1]], ["eschew", [2, 6434, 2]], ["banish", [2, 6434, 3]], ["cast out", [2, 6434, 4]], ["ban", [2, 6434, 5]]]}, {"answer": "shut_away", "hint": "synonyms for shut away", "clues": [["lock in", [2, 6435, 0]], ["shut up", [2, 6435, 1]], ["lock up", [2, 6435, 2]], ["put away", [2, 6435, 3]], ["lock", [2, 6435, 4]], ["lock away", [2, 6435, 5]]]}, {"answer": "shut_down", "hint": "synonyms for shut down", "clues": [["close down", [2, 6436, 0]], ["close up", [2, 6436, 1]], ["close", [2, 6436, 2]], ["fold", [2, 6436, 3]]]}, {"answer": "sicken", "hint": "synonyms for sicken", "clues": [["churn up", [2, 6437, 0]], ["revolt", [2, 6437, 1]], ["come down", [2, 6437, 2]], ["turn one's stomach", [2, 6437, 3]], ["disgust", [2, 6437, 4]], ["nauseate", [2, 6437, 5]]]}, {"answer": "sidle_up", "hint": "synonyms for sidle up", "clues": [["shine up", [2, 6438, 0]], ["cotton up", [2, 6438, 1]], ["cozy up", [2, 6438, 2]], ["play up", [2, 6438, 3]], ["suck up", [2, 6438, 4]]]}, {"answer": "signalise", "hint": "synonyms for signalise", "clues": [["signalize", [2, 6439, 0]], ["point out", [2, 6439, 1]], ["distinguish", [2, 6439, 2]], ["call attention", [2, 6439, 3]], ["sign", [2, 6439, 4]], ["signal", [2, 6439, 5]]]}, {"answer": "signalize", "hint": "synonyms for signalize", "clues": [["signalise", [2, 6440, 0]], ["point out", [2, 6440, 1]], ["distinguish", [2, 6440, 2]], ["call attention", [2, 6440, 3]], ["sign", [2, 6440, 4]], ["signal", [2, 6440, 5]]]}, {"answer": "simmer_down", "hint": "synonyms for simmer down", "clues": [["cool off", [2, 6441, 0]], ["cool it", [2, 6441, 1]], ["chill out", [2, 6441, 2]], ["calm", [2, 6441, 3]], ["calm down", [2, 6441, 4]], ["settle down", [2, 6441, 5]]]}, {"answer": "simulate", "hint": "synonyms for simulate", "clues": [["feign", [2, 6442, 0]], ["copy", [2, 6442, 1]], ["assume", [2, 6442, 2]], ["sham", [2, 6442, 3]], ["model", [2, 6442, 4]], ["imitate", [2, 6442, 5]]]}, {"answer": "sing", "hint": "synonyms for sing", "clues": [["blab", [2, 6443, 0]], ["tattle", [2, 6443, 1]], ["talk", [2, 6443, 2]], ["whistle", [2, 6443, 3]], ["babble out", [2, 6443, 4]], ["peach", [2, 6443, 5]], ["let the cat out of the bag", [2, 6443, 6]], ["spill the beans", [2, 6443, 7]], ["blab out", [2, 6443, 8]], ["babble", [2, 6443, 9]]]}, {"answer": "sink_in", "hint": "synonyms for sink in", "clues": [["click", [2, 6444, 0]], ["get across", [2, 6444, 1]], ["filter", [2, 6444, 2]], ["come home", [2, 6444, 3]], ["permeate", [2, 6444, 4]], ["percolate", [2, 6444, 5]], ["fall into place", [2, 6444, 6]], ["dawn", [2, 6444, 7]], ["penetrate", [2, 6444, 8]], ["get through", [2, 6444, 9]]]}, {"answer": "sit", "hint": "synonyms for sit", "clues": [["posture", [2, 6445, 0]], ["sit down", [2, 6445, 1]], ["baby-sit", [2, 6445, 2]], ["pose", [2, 6445, 3]], ["model", [2, 6445, 4]], ["seat", [2, 6445, 5]], ["ride", [2, 6445, 6]], ["sit around", [2, 6445, 7]]]}, {"answer": "situate", "hint": "synonyms for situate", "clues": [["posit", [2, 6446, 0]], ["locate", [2, 6446, 1]], ["deposit", [2, 6446, 2]], ["fix", [2, 6446, 3]]]}, {"answer": "skate_over", "hint": "synonyms for skate over", "clues": [["slur over", [2, 6447, 0]], ["gloss over", [2, 6447, 1]], ["smooth over", [2, 6447, 2]], ["skimp over", [2, 6447, 3]]]}, {"answer": "skimp_over", "hint": "synonyms for skimp over", "clues": [["skate over", [2, 6448, 0]], ["slur over", [2, 6448, 1]], ["gloss over", [2, 6448, 2]], ["smooth over", [2, 6448, 3]]]}, {"answer": "skitter", "hint": "synonyms for skitter", "clues": [["scuttle", [2, 6449, 0]], ["scurry", [2, 6449, 1]], ["scamper", [2, 6449, 2]], ["skip", [2, 6449, 3]], ["skim", [2, 6449, 4]]]}, {"answer": "skreak", "hint": "synonyms for skreak", "clues": [["skreigh", [2, 6450, 0]], ["squeak", [2, 6450, 1]], ["screak", [2, 6450, 2]], ["squawk", [2, 6450, 3]], ["screech", [2, 6450, 4]], ["whine", [2, 6450, 5]]]}, {"answer": "skreigh", "hint": "synonyms for skreigh", "clues": [["screak", [2, 6451, 0]], ["squawk", [2, 6451, 1]], ["screech", [2, 6451, 2]], ["skreak", [2, 6451, 3]]]}, {"answer": "slabber", "hint": "synonyms for slabber", "clues": [["drivel", [2, 6452, 0]], ["slaver", [2, 6452, 1]], ["dribble", [2, 6452, 2]], ["slobber", [2, 6452, 3]], ["drool", [2, 6452, 4]]]}, {"answer": "slack_off", "hint": "synonyms for slack off", "clues": [["die away", [2, 6453, 0]], ["slack", [2, 6453, 1]], ["abate", [2, 6453, 2]], ["let up", [2, 6453, 3]]]}, {"answer": "slacken", "hint": "synonyms for slacken", "clues": [["slow", [2, 6454, 0]], ["slow up", [2, 6454, 1]], ["slack", [2, 6454, 2]], ["slack up", [2, 6454, 3]], ["slow down", [2, 6454, 4]], ["remit", [2, 6454, 5]], ["relax", [2, 6454, 6]]]}, {"answer": "slake", "hint": "synonyms for slake", "clues": [["quench", [2, 6455, 0]], ["allay", [2, 6455, 1]], ["slack", [2, 6455, 2]], ["abate", [2, 6455, 3]], ["assuage", [2, 6455, 4]]]}, {"answer": "slay", "hint": "synonyms for slay", "clues": [["dispatch", [2, 6456, 0]], ["hit", [2, 6456, 1]], ["polish off", [2, 6456, 2]], ["off", [2, 6456, 3]], ["remove", [2, 6456, 4]], ["murder", [2, 6456, 5]], ["bump off", [2, 6456, 6]]]}, {"answer": "sleep_together", "hint": "synonyms for sleep together", "clues": [["hump", [2, 6457, 0]], ["jazz", [2, 6457, 1]], ["eff", [2, 6457, 2]], ["do it", [2, 6457, 3]], ["bed", [2, 6457, 4]], ["lie with", [2, 6457, 5]], ["sleep with", [2, 6457, 6]], ["fuck", [2, 6457, 7]], ["be intimate", [2, 6457, 8]], ["make love", [2, 6457, 9]], ["get it on", [2, 6457, 10]], ["roll in the hay", [2, 6457, 11]], ["know", [2, 6457, 12]], ["bang", [2, 6457, 13]], ["love", [2, 6457, 14]], ["have sex", [2, 6457, 15]], ["bonk", [2, 6457, 16]], ["have it off", [2, 6457, 17]], ["get laid", [2, 6457, 18]], ["have a go at it", [2, 6457, 19]], ["have it away", [2, 6457, 20]], ["make out", [2, 6457, 21]], ["have intercourse", [2, 6457, 22]], ["screw", [2, 6457, 23]]]}, {"answer": "sleep_with", "hint": "synonyms for sleep with", "clues": [["hump", [2, 6458, 0]], ["jazz", [2, 6458, 1]], ["eff", [2, 6458, 2]], ["do it", [2, 6458, 3]], ["bed", [2, 6458, 4]], ["lie with", [2, 6458, 5]], ["fuck", [2, 6458, 6]], ["be intimate", [2, 6458, 7]], ["make love", [2, 6458, 8]], ["get it on", [2, 6458, 9]], ["roll in the hay", [2, 6458, 10]], ["know", [2, 6458, 11]], ["bang", [2, 6458, 12]], ["love", [2, 6458, 13]], ["have sex", [2, 6458, 14]], ["bonk", [2, 6458, 15]], ["have it off", [2, 6458, 16]], ["get laid", [2, 6458, 17]], ["have a go at it", [2, 6458, 18]], ["have it away", [2, 6458, 19]], ["make out", [2, 6458, 20]], ["have intercourse", [2, 6458, 21]], ["sleep together", [2, 6458, 22]], ["screw", [2, 6458, 23]]]}, {"answer": "slenderize", "hint": "synonyms for slenderize", "clues": [["slim", [2, 6459, 0]], ["slim down", [2, 6459, 1]], ["lose weight", [2, 6459, 2]], ["melt off", [2, 6459, 3]], ["slenderise", [2, 6459, 4]], ["thin", [2, 6459, 5]], ["reduce", [2, 6459, 6]]]}, {"answer": "slick_up", "hint": "synonyms for slick up", "clues": [["titivate", [2, 6460, 0]], ["spruce", [2, 6460, 1]], ["spiff up", [2, 6460, 2]], ["spruce up", [2, 6460, 3]], ["smarten up", [2, 6460, 4]]]}, {"answer": "slide_by", "hint": "synonyms for slide by", "clues": [["elapse", [2, 6461, 0]], ["slip away", [2, 6461, 1]], ["go by", [2, 6461, 2]], ["slip by", [2, 6461, 3]], ["go along", [2, 6461, 4]], ["glide by", [2, 6461, 5]], ["pass", [2, 6461, 6]]]}, {"answer": "slim_down", "hint": "synonyms for slim down", "clues": [["slim", [2, 6462, 0]], ["lose weight", [2, 6462, 1]], ["melt off", [2, 6462, 2]], ["slenderize", [2, 6462, 3]], ["thin", [2, 6462, 4]], ["reduce", [2, 6462, 5]]]}, {"answer": "slip_away", "hint": "synonyms for slip away", "clues": [["elapse", [2, 6463, 0]], ["go by", [2, 6463, 1]], ["sneak away", [2, 6463, 2]], ["slip by", [2, 6463, 3]], ["sneak off", [2, 6463, 4]], ["go along", [2, 6463, 5]], ["glide by", [2, 6463, 6]], ["steal away", [2, 6463, 7]], ["sneak out", [2, 6463, 8]], ["pass", [2, 6463, 9]]]}, {"answer": "slip_by", "hint": "synonyms for slip by", "clues": [["elapse", [2, 6464, 0]], ["slip away", [2, 6464, 1]], ["go by", [2, 6464, 2]], ["go along", [2, 6464, 3]], ["glide by", [2, 6464, 4]], ["pass", [2, 6464, 5]]]}, {"answer": "slog", "hint": "synonyms for slog", "clues": [["trudge", [2, 6465, 0]], ["swig", [2, 6465, 1]], ["plug away", [2, 6465, 2]], ["keep one's shoulder to the wheel", [2, 6465, 3]], ["tramp", [2, 6465, 4]], ["pad", [2, 6465, 5]], ["plod", [2, 6465, 6]], ["slug", [2, 6465, 7]], ["peg away", [2, 6465, 8]], ["keep one's nose to the grindstone", [2, 6465, 9]], ["footslog", [2, 6465, 10]]]}, {"answer": "slosh", "hint": "synonyms for slosh", "clues": [["squish", [2, 6466, 0]], ["slosh around", [2, 6466, 1]], ["splosh", [2, 6466, 2]], ["splash", [2, 6466, 3]], ["slush", [2, 6466, 4]], ["slop", [2, 6466, 5]], ["squelch", [2, 6466, 6]]]}, {"answer": "slow_down", "hint": "synonyms for slow down", "clues": [["slow up", [2, 6467, 0]], ["decelerate", [2, 6467, 1]], ["decompress", [2, 6467, 2]], ["slack", [2, 6467, 3]], ["slacken", [2, 6467, 4]], ["unwind", [2, 6467, 5]], ["slow", [2, 6467, 6]], ["unbend", [2, 6467, 7]], ["retard", [2, 6467, 8]], ["loosen up", [2, 6467, 9]], ["relax", [2, 6467, 10]]]}, {"answer": "slow_up", "hint": "synonyms for slow up", "clues": [["slow down", [2, 6468, 0]], ["slack", [2, 6468, 1]], ["slacken", [2, 6468, 2]], ["slow", [2, 6468, 3]], ["decelerate", [2, 6468, 4]], ["retard", [2, 6468, 5]]]}, {"answer": "slue", "hint": "synonyms for slue", "clues": [["slip", [2, 6469, 0]], ["skid", [2, 6469, 1]], ["swerve", [2, 6469, 2]], ["slew", [2, 6469, 3]], ["slide", [2, 6469, 4]], ["veer", [2, 6469, 5]], ["curve", [2, 6469, 6]], ["cut", [2, 6469, 7]], ["sheer", [2, 6469, 8]], ["trend", [2, 6469, 9]]]}, {"answer": "slur_over", "hint": "synonyms for slur over", "clues": [["skate over", [2, 6470, 0]], ["gloss over", [2, 6470, 1]], ["smooth over", [2, 6470, 2]], ["skimp over", [2, 6470, 3]]]}, {"answer": "smarten_up", "hint": "synonyms for smarten up", "clues": [["slick up", [2, 6471, 0]], ["titivate", [2, 6471, 1]], ["spruce", [2, 6471, 2]], ["spiff up", [2, 6471, 3]], ["spruce up", [2, 6471, 4]]]}, {"answer": "smatter", "hint": "synonyms for smatter", "clues": [["blether", [2, 6472, 0]], ["dabble", [2, 6472, 1]], ["babble", [2, 6472, 2]], ["play around", [2, 6472, 3]]]}, {"answer": "smell_out", "hint": "synonyms for smell out", "clues": [["sense", [2, 6473, 0]], ["sniff out", [2, 6473, 1]], ["scent out", [2, 6473, 2]], ["smell", [2, 6473, 3]], ["nose out", [2, 6473, 4]]]}, {"answer": "smooth_over", "hint": "synonyms for smooth over", "clues": [["skate over", [2, 6474, 0]], ["slur over", [2, 6474, 1]], ["gloss over", [2, 6474, 2]], ["skimp over", [2, 6474, 3]]]}, {"answer": "snarf", "hint": "synonyms for snarf", "clues": [["filch", [2, 6475, 0]], ["cabbage", [2, 6475, 1]], ["lift", [2, 6475, 2]], ["hook", [2, 6475, 3]], ["nobble", [2, 6475, 4]], ["sneak", [2, 6475, 5]], ["pilfer", [2, 6475, 6]], ["purloin", [2, 6475, 7]], ["swipe", [2, 6475, 8]], ["abstract", [2, 6475, 9]], ["pinch", [2, 6475, 10]]]}, {"answer": "sneak_away", "hint": "synonyms for sneak away", "clues": [["slip away", [2, 6476, 0]], ["sneak off", [2, 6476, 1]], ["sneak out", [2, 6476, 2]], ["steal away", [2, 6476, 3]]]}, {"answer": "sneak_in", "hint": "synonyms for sneak in", "clues": [["stick in", [2, 6477, 0]], ["creep in", [2, 6477, 1]], ["insert", [2, 6477, 2]], ["slip in", [2, 6477, 3]]]}, {"answer": "sneak_off", "hint": "synonyms for sneak off", "clues": [["slip away", [2, 6478, 0]], ["sneak out", [2, 6478, 1]], ["sneak away", [2, 6478, 2]], ["steal away", [2, 6478, 3]]]}, {"answer": "sneak_out", "hint": "synonyms for sneak out", "clues": [["slip away", [2, 6479, 0]], ["sneak off", [2, 6479, 1]], ["sneak away", [2, 6479, 2]], ["steal away", [2, 6479, 3]]]}, {"answer": "snuff_it", "hint": "synonyms for snuff it", "clues": [["perish", [2, 6480, 0]], ["kick the bucket", [2, 6480, 1]], ["pop off", [2, 6480, 2]], ["conk", [2, 6480, 3]], ["die", [2, 6480, 4]], ["croak", [2, 6480, 5]], ["decease", [2, 6480, 6]], ["drop dead", [2, 6480, 7]], ["expire", [2, 6480, 8]], ["buy the farm", [2, 6480, 9]], ["exit", [2, 6480, 10]], ["cash in one's chips", [2, 6480, 11]], ["give-up the ghost", [2, 6480, 12]], ["choke", [2, 6480, 13]], ["go", [2, 6480, 14]], ["pass", [2, 6480, 15]], ["pass away", [2, 6480, 16]]]}, {"answer": "soak_up", "hint": "synonyms for soak up", "clues": [["steep", [2, 6481, 0]], ["sop up", [2, 6481, 1]], ["take in", [2, 6481, 2]], ["suck", [2, 6481, 3]], ["immerse", [2, 6481, 4]], ["plunge", [2, 6481, 5]], ["absorb", [2, 6481, 6]], ["engulf", [2, 6481, 7]], ["imbibe", [2, 6481, 8]], ["engross", [2, 6481, 9]], ["draw", [2, 6481, 10]], ["suck up", [2, 6481, 11]], ["take up", [2, 6481, 12]]]}, {"answer": "soar_up", "hint": "synonyms for soar up", "clues": [["soar upwards", [2, 6482, 0]], ["surge", [2, 6482, 1]], ["zoom", [2, 6482, 2]], ["soar", [2, 6482, 3]]]}, {"answer": "soar_upwards", "hint": "synonyms for soar upwards", "clues": [["soar up", [2, 6483, 0]], ["zoom", [2, 6483, 1]], ["soar", [2, 6483, 2]], ["surge", [2, 6483, 3]]]}, {"answer": "soften", "hint": "synonyms for soften", "clues": [["mince", [2, 6484, 0]], ["dampen", [2, 6484, 1]], ["relent", [2, 6484, 2]], ["buffer", [2, 6484, 3]], ["moderate", [2, 6484, 4]], ["yield", [2, 6484, 5]], ["cushion", [2, 6484, 6]], ["damp", [2, 6484, 7]], ["break", [2, 6484, 8]], ["weaken", [2, 6484, 9]]]}, {"answer": "solicit", "hint": "synonyms for solicit", "clues": [["woo", [2, 6485, 0]], ["romance", [2, 6485, 1]], ["beg", [2, 6485, 2]], ["court", [2, 6485, 3]], ["accost", [2, 6485, 4]], ["tap", [2, 6485, 5]], ["hook", [2, 6485, 6]]]}, {"answer": "solve", "hint": "synonyms for solve", "clues": [["lick", [2, 6486, 0]], ["work", [2, 6486, 1]], ["puzzle out", [2, 6486, 2]], ["work out", [2, 6486, 3]], ["resolve", [2, 6486, 4]], ["clear", [2, 6486, 5]], ["figure out", [2, 6486, 6]]]}, {"answer": "sop_up", "hint": "synonyms for sop up", "clues": [["take in", [2, 6487, 0]], ["suck", [2, 6487, 1]], ["soak up", [2, 6487, 2]], ["absorb", [2, 6487, 3]], ["suck in", [2, 6487, 4]], ["imbibe", [2, 6487, 5]], ["take up", [2, 6487, 6]], ["draw", [2, 6487, 7]], ["suck up", [2, 6487, 8]]]}, {"answer": "sort_out", "hint": "synonyms for sort out", "clues": [["clear", [2, 6488, 0]], ["illuminate", [2, 6488, 1]], ["classify", [2, 6488, 2]], ["correct", [2, 6488, 3]], ["sort", [2, 6488, 4]], ["enlighten", [2, 6488, 5]], ["class", [2, 6488, 6]], ["elucidate", [2, 6488, 7]], ["discipline", [2, 6488, 8]], ["crystalise", [2, 6488, 9]], ["separate", [2, 6488, 10]], ["assort", [2, 6488, 11]], ["shed light on", [2, 6488, 12]], ["straighten out", [2, 6488, 13]], ["clear up", [2, 6488, 14]]]}, {"answer": "sound_off", "hint": "synonyms for sound off", "clues": [["animadvert", [2, 6489, 0]], ["opine", [2, 6489, 1]], ["kick", [2, 6489, 2]], ["plain", [2, 6489, 3]], ["strike up", [2, 6489, 4]], ["speak up", [2, 6489, 5]], ["speak out", [2, 6489, 6]], ["quetch", [2, 6489, 7]], ["complain", [2, 6489, 8]], ["kvetch", [2, 6489, 9]]]}, {"answer": "sound_out", "hint": "synonyms for sound out", "clues": [["articulate", [2, 6490, 0]], ["feel out", [2, 6490, 1]], ["say", [2, 6490, 2]], ["pronounce", [2, 6490, 3]], ["enunciate", [2, 6490, 4]], ["enounce", [2, 6490, 5]], ["check out", [2, 6490, 6]]]}, {"answer": "spark_off", "hint": "synonyms for spark off", "clues": [["spark", [2, 6491, 0]], ["trigger off", [2, 6491, 1]], ["set off", [2, 6491, 2]], ["trip", [2, 6491, 3]], ["trigger", [2, 6491, 4]], ["activate", [2, 6491, 5]], ["actuate", [2, 6491, 6]], ["touch off", [2, 6491, 7]]]}, {"answer": "speak", "hint": "synonyms for speak", "clues": [["utter", [2, 6492, 0]], ["verbalize", [2, 6492, 1]], ["mouth", [2, 6492, 2]], ["talk", [2, 6492, 3]], ["address", [2, 6492, 4]]]}, {"answer": "speak_out", "hint": "synonyms for speak out", "clues": [["animadvert", [2, 6493, 0]], ["opine", [2, 6493, 1]], ["speak up", [2, 6493, 2]], ["sound off", [2, 6493, 3]]]}, {"answer": "speak_up", "hint": "synonyms for speak up", "clues": [["animadvert", [2, 6494, 0]], ["opine", [2, 6494, 1]], ["speak out", [2, 6494, 2]], ["sound off", [2, 6494, 3]]]}, {"answer": "specialise", "hint": "synonyms for specialise", "clues": [["speciate", [2, 6495, 0]], ["specify", [2, 6495, 1]], ["specialize", [2, 6495, 2]], ["narrow", [2, 6495, 3]], ["particularise", [2, 6495, 4]], ["differentiate", [2, 6495, 5]], ["narrow down", [2, 6495, 6]]]}, {"answer": "specialize", "hint": "synonyms for specialize", "clues": [["speciate", [2, 6496, 0]], ["specify", [2, 6496, 1]], ["narrow", [2, 6496, 2]], ["particularise", [2, 6496, 3]], ["specialise", [2, 6496, 4]], ["differentiate", [2, 6496, 5]], ["narrow down", [2, 6496, 6]]]}, {"answer": "specify", "hint": "synonyms for specify", "clues": [["set", [2, 6497, 0]], ["narrow", [2, 6497, 1]], ["define", [2, 6497, 2]], ["destine", [2, 6497, 3]], ["pin down", [2, 6497, 4]], ["particularize", [2, 6497, 5]], ["specialize", [2, 6497, 6]], ["peg down", [2, 6497, 7]], ["delimitate", [2, 6497, 8]], ["nail down", [2, 6497, 9]], ["assign", [2, 6497, 10]], ["stipulate", [2, 6497, 11]], ["fix", [2, 6497, 12]], ["narrow down", [2, 6497, 13]], ["intend", [2, 6497, 14]], ["set apart", [2, 6497, 15]], ["condition", [2, 6497, 16]], ["designate", [2, 6497, 17]], ["delimit", [2, 6497, 18]], ["qualify", [2, 6497, 19]], ["determine", [2, 6497, 20]], ["limit", [2, 6497, 21]], ["delineate", [2, 6497, 22]]]}, {"answer": "speculate", "hint": "synonyms for speculate", "clues": [["excogitate", [2, 6498, 0]], ["reflect", [2, 6498, 1]], ["hypothesise", [2, 6498, 2]], ["job", [2, 6498, 3]], ["mull over", [2, 6498, 4]], ["conjecture", [2, 6498, 5]], ["theorize", [2, 6498, 6]], ["contemplate", [2, 6498, 7]], ["ponder", [2, 6498, 8]], ["mull", [2, 6498, 9]], ["think over", [2, 6498, 10]], ["muse", [2, 6498, 11]], ["ruminate", [2, 6498, 12]], ["hypothecate", [2, 6498, 13]], ["suppose", [2, 6498, 14]], ["chew over", [2, 6498, 15]], ["meditate", [2, 6498, 16]]]}, {"answer": "spellbind", "hint": "synonyms for spellbind", "clues": [["mesmerize", [2, 6499, 0]], ["fascinate", [2, 6499, 1]], ["entrance", [2, 6499, 2]], ["bewitch", [2, 6499, 3]], ["transfix", [2, 6499, 4]], ["grip", [2, 6499, 5]], ["magnetise", [2, 6499, 6]]]}, {"answer": "spend_a_penny", "hint": "synonyms for spend a penny", "clues": [["piss", [2, 6500, 0]], ["make water", [2, 6500, 1]], ["pee", [2, 6500, 2]], ["puddle", [2, 6500, 3]], ["pass water", [2, 6500, 4]], ["relieve oneself", [2, 6500, 5]], ["urinate", [2, 6500, 6]], ["micturate", [2, 6500, 7]], ["wee-wee", [2, 6500, 8]], ["take a leak", [2, 6500, 9]], ["make", [2, 6500, 10]], ["pee-pee", [2, 6500, 11]], ["wee", [2, 6500, 12]], ["piddle", [2, 6500, 13]]]}, {"answer": "spew", "hint": "synonyms for spew", "clues": [["spue", [2, 6501, 0]], ["purge", [2, 6501, 1]], ["regorge", [2, 6501, 2]], ["retch", [2, 6501, 3]], ["vomit up", [2, 6501, 4]], ["upchuck", [2, 6501, 5]], ["disgorge", [2, 6501, 6]], ["puke", [2, 6501, 7]], ["eruct", [2, 6501, 8]], ["spit", [2, 6501, 9]], ["honk", [2, 6501, 10]], ["be sick", [2, 6501, 11]], ["sick", [2, 6501, 12]], ["cast", [2, 6501, 13]], ["regurgitate", [2, 6501, 14]], ["spew out", [2, 6501, 15]], ["ptyalise", [2, 6501, 16]], ["vomit", [2, 6501, 17]], ["chuck", [2, 6501, 18]], ["throw up", [2, 6501, 19]], ["barf", [2, 6501, 20]]]}, {"answer": "spiel_off", "hint": "synonyms for spiel off", "clues": [["rattle off", [2, 6502, 0]], ["reel off", [2, 6502, 1]], ["rattle down", [2, 6502, 2]], ["roll off", [2, 6502, 3]]]}, {"answer": "spiff_up", "hint": "synonyms for spiff up", "clues": [["slick up", [2, 6503, 0]], ["titivate", [2, 6503, 1]], ["spruce up", [2, 6503, 2]], ["spruce", [2, 6503, 3]], ["smarten up", [2, 6503, 4]]]}, {"answer": "spill_over", "hint": "synonyms for spill over", "clues": [["overflow", [2, 6504, 0]], ["bubble over", [2, 6504, 1]], ["pour out", [2, 6504, 2]], ["spill out", [2, 6504, 3]]]}, {"answer": "spill_the_beans", "hint": "synonyms for spill the beans", "clues": [["blab", [2, 6505, 0]], ["tattle", [2, 6505, 1]], ["talk", [2, 6505, 2]], ["babble out", [2, 6505, 3]], ["peach", [2, 6505, 4]], ["let the cat out of the bag", [2, 6505, 5]], ["sing", [2, 6505, 6]], ["blab out", [2, 6505, 7]], ["babble", [2, 6505, 8]]]}, {"answer": "spin_around", "hint": "synonyms for spin around", "clues": [["whirl", [2, 6506, 0]], ["gyrate", [2, 6506, 1]], ["spin", [2, 6506, 2]], ["reel", [2, 6506, 3]]]}, {"answer": "spit_out", "hint": "synonyms for spit out", "clues": [["spit", [2, 6507, 0]], ["expectorate", [2, 6507, 1]], ["splutter", [2, 6507, 2]], ["cough up", [2, 6507, 3]], ["spit up", [2, 6507, 4]], ["cough out", [2, 6507, 5]]]}, {"answer": "spit_up", "hint": "synonyms for spit up", "clues": [["expectorate", [2, 6508, 0]], ["cough up", [2, 6508, 1]], ["pony up", [2, 6508, 2]], ["cough out", [2, 6508, 3]], ["spit out", [2, 6508, 4]]]}, {"answer": "splosh", "hint": "synonyms for splosh", "clues": [["slosh", [2, 6509, 0]], ["splash", [2, 6509, 1]], ["squish", [2, 6509, 2]], ["sprinkle", [2, 6509, 3]], ["spatter", [2, 6509, 4]], ["slush", [2, 6509, 5]], ["slop", [2, 6509, 6]], ["swash", [2, 6509, 7]], ["squelch", [2, 6509, 8]]]}, {"answer": "spread_out", "hint": "synonyms for spread out", "clues": [["spread", [2, 6510, 0]], ["splay", [2, 6510, 1]], ["diffuse", [2, 6510, 2]], ["unfold", [2, 6510, 3]], ["dissipate", [2, 6510, 4]], ["string out", [2, 6510, 5]], ["expand", [2, 6510, 6]], ["fan out", [2, 6510, 7]], ["turn out", [2, 6510, 8]], ["disperse", [2, 6510, 9]], ["scatter", [2, 6510, 10]], ["open", [2, 6510, 11]], ["rotate", [2, 6510, 12]]]}, {"answer": "spring_up", "hint": "synonyms for spring up", "clues": [["uprise", [2, 6511, 0]], ["grow", [2, 6511, 1]], ["develop", [2, 6511, 2]], ["rise", [2, 6511, 3]], ["originate", [2, 6511, 4]]]}, {"answer": "spruce_up", "hint": "synonyms for spruce up", "clues": [["slick up", [2, 6512, 0]], ["titivate", [2, 6512, 1]], ["spruce", [2, 6512, 2]], ["spiff up", [2, 6512, 3]], ["smarten up", [2, 6512, 4]]]}, {"answer": "spue", "hint": "synonyms for spue", "clues": [["purge", [2, 6513, 0]], ["regorge", [2, 6513, 1]], ["retch", [2, 6513, 2]], ["vomit up", [2, 6513, 3]], ["upchuck", [2, 6513, 4]], ["disgorge", [2, 6513, 5]], ["puke", [2, 6513, 6]], ["spit", [2, 6513, 7]], ["honk", [2, 6513, 8]], ["be sick", [2, 6513, 9]], ["sick", [2, 6513, 10]], ["cast", [2, 6513, 11]], ["spew", [2, 6513, 12]], ["regurgitate", [2, 6513, 13]], ["ptyalise", [2, 6513, 14]], ["vomit", [2, 6513, 15]], ["chuck", [2, 6513, 16]], ["throw up", [2, 6513, 17]], ["barf", [2, 6513, 18]]]}, {"answer": "spurn", "hint": "synonyms for spurn", "clues": [["scorn", [2, 6514, 0]], ["disdain", [2, 6514, 1]], ["turn down", [2, 6514, 2]], ["reject", [2, 6514, 3]], ["freeze off", [2, 6514, 4]], ["pooh-pooh", [2, 6514, 5]]]}, {"answer": "squander", "hint": "synonyms for squander", "clues": [["waste", [2, 6515, 0]], ["ware", [2, 6515, 1]], ["blow", [2, 6515, 2]], ["consume", [2, 6515, 3]]]}, {"answer": "square_away", "hint": "synonyms for square away", "clues": [["tidy", [2, 6516, 0]], ["straighten out", [2, 6516, 1]], ["straighten", [2, 6516, 2]], ["neaten", [2, 6516, 3]], ["clean up", [2, 6516, 4]], ["tidy up", [2, 6516, 5]]]}, {"answer": "square_up", "hint": "synonyms for square up", "clues": [["settle", [2, 6517, 0]], ["square off", [2, 6517, 1]], ["jog", [2, 6517, 2]], ["square", [2, 6517, 3]], ["determine", [2, 6517, 4]], ["even up", [2, 6517, 5]]]}, {"answer": "squeak_by", "hint": "synonyms for squeak by", "clues": [["squeak through", [2, 6518, 0]], ["scrape along", [2, 6518, 1]], ["scrape by", [2, 6518, 2]], ["squeeze by", [2, 6518, 3]], ["rub along", [2, 6518, 4]], ["scratch along", [2, 6518, 5]]]}, {"answer": "squeeze_by", "hint": "synonyms for squeeze by", "clues": [["scrape along", [2, 6519, 0]], ["scrape by", [2, 6519, 1]], ["rub along", [2, 6519, 2]], ["scratch along", [2, 6519, 3]], ["squeak by", [2, 6519, 4]]]}, {"answer": "squeeze_out", "hint": "synonyms for squeeze out", "clues": [["eject", [2, 6520, 0]], ["eke out", [2, 6520, 1]], ["force out", [2, 6520, 2]], ["squirt", [2, 6520, 3]], ["wring out", [2, 6520, 4]], ["extrude", [2, 6520, 5]]]}, {"answer": "squirrel_away", "hint": "synonyms for squirrel away", "clues": [["lay away", [2, 6521, 0]], ["hive up", [2, 6521, 1]], ["cache", [2, 6521, 2]], ["hoard", [2, 6521, 3]], ["stash", [2, 6521, 4]]]}, {"answer": "stack_away", "hint": "synonyms for stack away", "clues": [["put in", [2, 6522, 0]], ["stash away", [2, 6522, 1]], ["salt away", [2, 6522, 2]], ["hive away", [2, 6522, 3]], ["lay in", [2, 6522, 4]], ["store", [2, 6522, 5]]]}, {"answer": "stamp_down", "hint": "synonyms for stamp down", "clues": [["inhibit", [2, 6523, 0]], ["subdue", [2, 6523, 1]], ["conquer", [2, 6523, 2]], ["suppress", [2, 6523, 3]], ["curb", [2, 6523, 4]]]}, {"answer": "stand_back", "hint": "synonyms for stand back", "clues": [["keep one's distance", [2, 6524, 0]], ["keep one's eyes off", [2, 6524, 1]], ["stay away", [2, 6524, 2]], ["keep one's hands off", [2, 6524, 3]]]}, {"answer": "stand_by", "hint": "synonyms for stand by", "clues": [["stick about", [2, 6525, 0]], ["stick by", [2, 6525, 1]], ["stick", [2, 6525, 2]], ["adhere", [2, 6525, 3]], ["stick around", [2, 6525, 4]]]}, {"answer": "stand_firm", "hint": "synonyms for stand firm", "clues": [["withstand", [2, 6526, 0]], ["stand fast", [2, 6526, 1]], ["stand pat", [2, 6526, 2]], ["hold firm", [2, 6526, 3]], ["hold out", [2, 6526, 4]], ["resist", [2, 6526, 5]]]}, {"answer": "stand_for", "hint": "synonyms for stand for", "clues": [["symbolize", [2, 6527, 0]], ["correspond", [2, 6527, 1]], ["represent", [2, 6527, 2]], ["signify", [2, 6527, 3]], ["typify", [2, 6527, 4]], ["hold still for", [2, 6527, 5]], ["mean", [2, 6527, 6]], ["intend", [2, 6527, 7]]]}, {"answer": "stand_out", "hint": "synonyms for stand out", "clues": [["jump", [2, 6528, 0]], ["stick out", [2, 6528, 1]], ["surpass", [2, 6528, 2]], ["jump out", [2, 6528, 3]], ["excel", [2, 6528, 4]], ["leap out", [2, 6528, 5]]]}, {"answer": "stand_up", "hint": "synonyms for stand up", "clues": [["bristle", [2, 6529, 0]], ["get up", [2, 6529, 1]], ["stick up", [2, 6529, 2]], ["rise", [2, 6529, 3]], ["stand", [2, 6529, 4]], ["place upright", [2, 6529, 5]], ["uprise", [2, 6529, 6]], ["hold up", [2, 6529, 7]], ["hold water", [2, 6529, 8]]]}, {"answer": "start_out", "hint": "synonyms for start out", "clues": [["set off", [2, 6530, 0]], ["get", [2, 6530, 1]], ["set out", [2, 6530, 2]], ["set forth", [2, 6530, 3]], ["part", [2, 6530, 4]], ["start", [2, 6530, 5]], ["take off", [2, 6530, 6]], ["depart", [2, 6530, 7]], ["get down", [2, 6530, 8]], ["commence", [2, 6530, 9]], ["begin", [2, 6530, 10]]]}, {"answer": "starve", "hint": "synonyms for starve", "clues": [["lust", [2, 6531, 0]], ["famish", [2, 6531, 1]], ["hunger", [2, 6531, 2]], ["thirst", [2, 6531, 3]], ["crave", [2, 6531, 4]]]}, {"answer": "stash_away", "hint": "synonyms for stash away", "clues": [["put in", [2, 6532, 0]], ["stack away", [2, 6532, 1]], ["salt away", [2, 6532, 2]], ["hive away", [2, 6532, 3]], ["lay in", [2, 6532, 4]], ["store", [2, 6532, 5]]]}, {"answer": "stave_off", "hint": "synonyms for stave off", "clues": [["ward off", [2, 6533, 0]], ["avoid", [2, 6533, 1]], ["obviate", [2, 6533, 2]], ["avert", [2, 6533, 3]], ["forefend", [2, 6533, 4]], ["head off", [2, 6533, 5]], ["fend off", [2, 6533, 6]], ["deflect", [2, 6533, 7]], ["debar", [2, 6533, 8]]]}, {"answer": "stay_away", "hint": "synonyms for stay away", "clues": [["keep one's distance", [2, 6534, 0]], ["keep one's eyes off", [2, 6534, 1]], ["keep one's hands off", [2, 6534, 2]], ["stand back", [2, 6534, 3]]]}, {"answer": "steady_down", "hint": "synonyms for steady down", "clues": [["settle", [2, 6535, 0]], ["settle down", [2, 6535, 1]], ["take root", [2, 6535, 2]], ["root", [2, 6535, 3]]]}, {"answer": "steal_away", "hint": "synonyms for steal away", "clues": [["slip away", [2, 6536, 0]], ["sneak off", [2, 6536, 1]], ["sneak away", [2, 6536, 2]], ["sneak out", [2, 6536, 3]]]}, {"answer": "step_down", "hint": "synonyms for step down", "clues": [["leave office", [2, 6537, 0]], ["resign", [2, 6537, 1]], ["de-escalate", [2, 6537, 2]], ["quit", [2, 6537, 3]], ["weaken", [2, 6537, 4]]]}, {"answer": "step_forward", "hint": "synonyms for step forward", "clues": [["step up", [2, 6538, 0]], ["come forward", [2, 6538, 1]], ["come to the fore", [2, 6538, 2]], ["come out", [2, 6538, 3]], ["step to the fore", [2, 6538, 4]]]}, {"answer": "step_in", "hint": "synonyms for step in", "clues": [["deputize", [2, 6539, 0]], ["substitute", [2, 6539, 1]], ["interpose", [2, 6539, 2]], ["interfere", [2, 6539, 3]], ["intervene", [2, 6539, 4]]]}, {"answer": "step_on_it", "hint": "synonyms for step on it", "clues": [["rush", [2, 6540, 0]], ["pelt along", [2, 6540, 1]], ["hotfoot", [2, 6540, 2]], ["speed", [2, 6540, 3]], ["rush along", [2, 6540, 4]], ["hie", [2, 6540, 5]], ["race", [2, 6540, 6]], ["bucket along", [2, 6540, 7]], ["hasten", [2, 6540, 8]], ["cannonball along", [2, 6540, 9]]]}, {"answer": "step_to_the_fore", "hint": "synonyms for step to the fore", "clues": [["step up", [2, 6541, 0]], ["come forward", [2, 6541, 1]], ["come to the fore", [2, 6541, 2]], ["step forward", [2, 6541, 3]], ["come out", [2, 6541, 4]]]}, {"answer": "step_up", "hint": "synonyms for step up", "clues": [["come forward", [2, 6542, 0]], ["come to the fore", [2, 6542, 1]], ["step forward", [2, 6542, 2]], ["come out", [2, 6542, 3]], ["rev up", [2, 6542, 4]], ["escalate", [2, 6542, 5]], ["step to the fore", [2, 6542, 6]], ["intensify", [2, 6542, 7]]]}, {"answer": "sterilise", "hint": "synonyms for sterilise", "clues": [["fix", [2, 6543, 0]], ["sterilize", [2, 6543, 1]], ["unsex", [2, 6543, 2]], ["desexualize", [2, 6543, 3]], ["desex", [2, 6543, 4]]]}, {"answer": "sterilize", "hint": "synonyms for sterilize", "clues": [["desex", [2, 6544, 0]], ["fix", [2, 6544, 1]], ["desexualize", [2, 6544, 2]], ["unsex", [2, 6544, 3]], ["sterilise", [2, 6544, 4]]]}, {"answer": "stick_around", "hint": "synonyms for stick around", "clues": [["stick about", [2, 6545, 0]], ["stay put", [2, 6545, 1]], ["stay", [2, 6545, 2]], ["stand by", [2, 6545, 3]], ["stick", [2, 6545, 4]]]}, {"answer": "stick_in", "hint": "synonyms for stick in", "clues": [["insert", [2, 6546, 0]], ["introduce", [2, 6546, 1]], ["inclose", [2, 6546, 2]], ["slip in", [2, 6546, 3]], ["put in", [2, 6546, 4]], ["sneak in", [2, 6546, 5]]]}, {"answer": "stick_out", "hint": "synonyms for stick out", "clues": [["tolerate", [2, 6547, 0]], ["endure", [2, 6547, 1]], ["abide", [2, 6547, 2]], ["jut out", [2, 6547, 3]], ["put up", [2, 6547, 4]], ["support", [2, 6547, 5]], ["jump", [2, 6547, 6]], ["bear", [2, 6547, 7]], ["project", [2, 6547, 8]], ["suffer", [2, 6547, 9]], ["protrude", [2, 6547, 10]], ["stand", [2, 6547, 11]], ["stand out", [2, 6547, 12]], ["jump out", [2, 6547, 13]], ["digest", [2, 6547, 14]], ["brook", [2, 6547, 15]], ["jut", [2, 6547, 16]], ["stomach", [2, 6547, 17]], ["leap out", [2, 6547, 18]]]}, {"answer": "stick_to", "hint": "synonyms for stick to", "clues": [["bond", [2, 6548, 0]], ["bind", [2, 6548, 1]], ["hold fast", [2, 6548, 2]], ["stick", [2, 6548, 3]], ["adhere", [2, 6548, 4]], ["stick with", [2, 6548, 5]], ["follow", [2, 6548, 6]]]}, {"answer": "stigmatise", "hint": "synonyms for stigmatise", "clues": [["stigmatize", [2, 6549, 0]], ["brand", [2, 6549, 1]], ["mark", [2, 6549, 2]], ["denounce", [2, 6549, 3]]]}, {"answer": "stigmatize", "hint": "synonyms for stigmatize", "clues": [["brand", [2, 6550, 0]], ["mark", [2, 6550, 1]], ["stigmatise", [2, 6550, 2]], ["denounce", [2, 6550, 3]]]}, {"answer": "stimulate", "hint": "synonyms for stimulate", "clues": [["excite", [2, 6551, 0]], ["energize", [2, 6551, 1]], ["provoke", [2, 6551, 2]], ["make", [2, 6551, 3]], ["induce", [2, 6551, 4]], ["shake up", [2, 6551, 5]], ["shake", [2, 6551, 6]], ["perk up", [2, 6551, 7]], ["stir", [2, 6551, 8]], ["cause", [2, 6551, 9]], ["arouse", [2, 6551, 10]], ["rush", [2, 6551, 11]], ["get", [2, 6551, 12]], ["hasten", [2, 6551, 13]], ["have", [2, 6551, 14]], ["brace", [2, 6551, 15]]]}, {"answer": "stir_up", "hint": "synonyms for stir up", "clues": [["disturb", [2, 6552, 0]], ["fire up", [2, 6552, 1]], ["ignite", [2, 6552, 2]], ["vex", [2, 6552, 3]], ["foment", [2, 6552, 4]], ["shake up", [2, 6552, 5]], ["agitate", [2, 6552, 6]], ["set off", [2, 6552, 7]], ["wake", [2, 6552, 8]], ["commove", [2, 6552, 9]], ["instigate", [2, 6552, 10]], ["heat", [2, 6552, 11]], ["incite", [2, 6552, 12]], ["raise up", [2, 6552, 13]], ["inflame", [2, 6552, 14]]]}, {"answer": "straighten", "hint": "synonyms for straighten", "clues": [["unbend", [2, 6553, 0]], ["roll out", [2, 6553, 1]], ["straighten out", [2, 6553, 2]], ["clean up", [2, 6553, 3]], ["tidy up", [2, 6553, 4]], ["tidy", [2, 6553, 5]], ["square away", [2, 6553, 6]], ["neaten", [2, 6553, 7]]]}, {"answer": "straighten_out", "hint": "synonyms for straighten out", "clues": [["clear", [2, 6554, 0]], ["illuminate", [2, 6554, 1]], ["tidy up", [2, 6554, 2]], ["see the light", [2, 6554, 3]], ["sort out", [2, 6554, 4]], ["tidy", [2, 6554, 5]], ["enlighten", [2, 6554, 6]], ["neaten", [2, 6554, 7]], ["unsnarl", [2, 6554, 8]], ["elucidate", [2, 6554, 9]], ["crystalise", [2, 6554, 10]], ["square away", [2, 6554, 11]], ["shed light on", [2, 6554, 12]], ["clean up", [2, 6554, 13]], ["disentangle", [2, 6554, 14]], ["straighten", [2, 6554, 15]], ["put right", [2, 6554, 16]], ["iron out", [2, 6554, 17]], ["reform", [2, 6554, 18]]]}, {"answer": "strangle", "hint": "synonyms for strangle", "clues": [["hamper", [2, 6555, 0]], ["suffocate", [2, 6555, 1]], ["stifle", [2, 6555, 2]], ["strangulate", [2, 6555, 3]], ["throttle", [2, 6555, 4]], ["muffle", [2, 6555, 5]], ["choke", [2, 6555, 6]], ["cramp", [2, 6555, 7]], ["smother", [2, 6555, 8]], ["gag", [2, 6555, 9]], ["halter", [2, 6555, 10]], ["repress", [2, 6555, 11]]]}, {"answer": "strengthen", "hint": "synonyms for strengthen", "clues": [["tone", [2, 6556, 0]], ["tone up", [2, 6556, 1]], ["fortify", [2, 6556, 2]], ["beef up", [2, 6556, 3]]]}, {"answer": "stretch_forth", "hint": "synonyms for stretch forth", "clues": [["put out", [2, 6557, 0]], ["hold out", [2, 6557, 1]], ["exsert", [2, 6557, 2]], ["extend", [2, 6557, 3]], ["stretch out", [2, 6557, 4]]]}, {"answer": "stretch_out", "hint": "synonyms for stretch out", "clues": [["unfold", [2, 6558, 0]], ["stretch", [2, 6558, 1]], ["put out", [2, 6558, 2]], ["stretch forth", [2, 6558, 3]], ["hold out", [2, 6558, 4]], ["extend", [2, 6558, 5]], ["exsert", [2, 6558, 6]], ["crane", [2, 6558, 7]]]}, {"answer": "strike_a_chord", "hint": "synonyms for strike a chord", "clues": [["strike a note", [2, 6559, 0]], ["touch a chord", [2, 6559, 1]], ["hit home", [2, 6559, 2]], ["strike home", [2, 6559, 3]]]}, {"answer": "strike_down", "hint": "synonyms for strike down", "clues": [["fell", [2, 6560, 0]], ["drop", [2, 6560, 1]], ["cancel", [2, 6560, 2]], ["cut down", [2, 6560, 3]]]}, {"answer": "strike_off", "hint": "synonyms for strike off", "clues": [["cross off", [2, 6561, 0]], ["mark", [2, 6561, 1]], ["strike out", [2, 6561, 2]], ["cross out", [2, 6561, 3]]]}, {"answer": "strike_out", "hint": "synonyms for strike out", "clues": [["cross off", [2, 6562, 0]], ["strike off", [2, 6562, 1]], ["mark", [2, 6562, 2]], ["retire", [2, 6562, 3]], ["cross out", [2, 6562, 4]]]}, {"answer": "strip_down", "hint": "synonyms for strip down", "clues": [["uncase", [2, 6563, 0]], ["unclothe", [2, 6563, 1]], ["discase", [2, 6563, 2]], ["peel", [2, 6563, 3]], ["strip", [2, 6563, 4]], ["disrobe", [2, 6563, 5]], ["undress", [2, 6563, 6]]]}, {"answer": "stun", "hint": "synonyms for stun", "clues": [["sandbag", [2, 6564, 0]], ["stupefy", [2, 6564, 1]], ["daze", [2, 6564, 2]], ["bedaze", [2, 6564, 3]]]}, {"answer": "stupefy", "hint": "synonyms for stupefy", "clues": [["baffle", [2, 6565, 0]], ["beat", [2, 6565, 1]], ["mystify", [2, 6565, 2]], ["pose", [2, 6565, 3]], ["puzzle", [2, 6565, 4]], ["stun", [2, 6565, 5]], ["stick", [2, 6565, 6]], ["vex", [2, 6565, 7]], ["flummox", [2, 6565, 8]], ["get", [2, 6565, 9]], ["perplex", [2, 6565, 10]], ["dumbfound", [2, 6565, 11]], ["besot", [2, 6565, 12]], ["gravel", [2, 6565, 13]], ["bewilder", [2, 6565, 14]], ["amaze", [2, 6565, 15]], ["nonplus", [2, 6565, 16]]]}, {"answer": "subdue", "hint": "synonyms for subdue", "clues": [["keep down", [2, 6566, 0]], ["subjugate", [2, 6566, 1]], ["tame", [2, 6566, 2]], ["get over", [2, 6566, 3]], ["surmount", [2, 6566, 4]], ["suppress", [2, 6566, 5]], ["curb", [2, 6566, 6]], ["subordinate", [2, 6566, 7]], ["quash", [2, 6566, 8]], ["chasten", [2, 6566, 9]], ["mortify", [2, 6566, 10]], ["overcome", [2, 6566, 11]], ["repress", [2, 6566, 12]], ["reduce", [2, 6566, 13]], ["master", [2, 6566, 14]], ["stamp down", [2, 6566, 15]], ["inhibit", [2, 6566, 16]], ["conquer", [2, 6566, 17]], ["crucify", [2, 6566, 18]]]}, {"answer": "subjugate", "hint": "synonyms for subjugate", "clues": [["subdue", [2, 6567, 0]], ["subject", [2, 6567, 1]], ["quash", [2, 6567, 2]], ["keep down", [2, 6567, 3]], ["repress", [2, 6567, 4]], ["reduce", [2, 6567, 5]]]}, {"answer": "submerge", "hint": "synonyms for submerge", "clues": [["inundate", [2, 6568, 0]], ["deluge", [2, 6568, 1]], ["overwhelm", [2, 6568, 2]], ["submerse", [2, 6568, 3]], ["drown", [2, 6568, 4]]]}, {"answer": "submit", "hint": "synonyms for submit", "clues": [["put forward", [2, 6569, 0]], ["give in", [2, 6569, 1]], ["accede", [2, 6569, 2]], ["state", [2, 6569, 3]], ["present", [2, 6569, 4]], ["render", [2, 6569, 5]], ["resign", [2, 6569, 6]], ["bow", [2, 6569, 7]], ["take", [2, 6569, 8]], ["put in", [2, 6569, 9]], ["posit", [2, 6569, 10]], ["relegate", [2, 6569, 11]], ["reconcile", [2, 6569, 12]], ["subject", [2, 6569, 13]], ["pass on", [2, 6569, 14]], ["defer", [2, 6569, 15]]]}, {"answer": "subscribe", "hint": "synonyms for subscribe", "clues": [["support", [2, 6570, 0]], ["sign", [2, 6570, 1]], ["pledge", [2, 6570, 2]], ["subscribe to", [2, 6570, 3]], ["take", [2, 6570, 4]]]}, {"answer": "substantiate", "hint": "synonyms for substantiate", "clues": [["support", [2, 6571, 0]], ["realise", [2, 6571, 1]], ["confirm", [2, 6571, 2]], ["sustain", [2, 6571, 3]], ["body forth", [2, 6571, 4]], ["actualize", [2, 6571, 5]], ["corroborate", [2, 6571, 6]], ["embody", [2, 6571, 7]], ["affirm", [2, 6571, 8]], ["incarnate", [2, 6571, 9]]]}, {"answer": "subvert", "hint": "synonyms for subvert", "clues": [["deprave", [2, 6572, 0]], ["undermine", [2, 6572, 1]], ["demoralise", [2, 6572, 2]], ["debauch", [2, 6572, 3]], ["overturn", [2, 6572, 4]], ["misdirect", [2, 6572, 5]], ["bring down", [2, 6572, 6]], ["sabotage", [2, 6572, 7]], ["corrupt", [2, 6572, 8]], ["pervert", [2, 6572, 9]], ["profane", [2, 6572, 10]], ["countermine", [2, 6572, 11]], ["weaken", [2, 6572, 12]], ["vitiate", [2, 6572, 13]], ["overthrow", [2, 6572, 14]], ["debase", [2, 6572, 15]], ["counteract", [2, 6572, 16]]]}, {"answer": "succeed", "hint": "synonyms for succeed", "clues": [["deliver the goods", [2, 6573, 0]], ["come through", [2, 6573, 1]], ["follow", [2, 6573, 2]], ["win", [2, 6573, 3]], ["come after", [2, 6573, 4]], ["bring home the bacon", [2, 6573, 5]]]}, {"answer": "suck_in", "hint": "synonyms for suck in", "clues": [["suck", [2, 6574, 0]], ["take up", [2, 6574, 1]], ["take in", [2, 6574, 2]], ["draw in", [2, 6574, 3]], ["sop up", [2, 6574, 4]]]}, {"answer": "suck_up", "hint": "synonyms for suck up", "clues": [["shine up", [2, 6575, 0]], ["soak up", [2, 6575, 1]], ["truckle", [2, 6575, 2]], ["play up", [2, 6575, 3]], ["draw", [2, 6575, 4]], ["bootlick", [2, 6575, 5]], ["take up", [2, 6575, 6]], ["sop up", [2, 6575, 7]], ["take in", [2, 6575, 8]], ["suck", [2, 6575, 9]], ["sidle up", [2, 6575, 10]], ["absorb", [2, 6575, 11]], ["toady", [2, 6575, 12]], ["imbibe", [2, 6575, 13]], ["cotton up", [2, 6575, 14]], ["kotow", [2, 6575, 15]], ["fawn", [2, 6575, 16]], ["cozy up", [2, 6575, 17]]]}, {"answer": "suckle", "hint": "synonyms for suckle", "clues": [["wet-nurse", [2, 6576, 0]], ["nurse", [2, 6576, 1]], ["lactate", [2, 6576, 2]], ["breastfeed", [2, 6576, 3]], ["give suck", [2, 6576, 4]], ["suck", [2, 6576, 5]]]}, {"answer": "suffer", "hint": "synonyms for suffer", "clues": [["tolerate", [2, 6577, 0]], ["endure", [2, 6577, 1]], ["lose", [2, 6577, 2]], ["meet", [2, 6577, 3]], ["abide", [2, 6577, 4]], ["put up", [2, 6577, 5]], ["get", [2, 6577, 6]], ["sustain", [2, 6577, 7]], ["support", [2, 6577, 8]], ["have", [2, 6577, 9]], ["bear", [2, 6577, 10]], ["stick out", [2, 6577, 11]], ["ache", [2, 6577, 12]], ["stand", [2, 6577, 13]], ["digest", [2, 6577, 14]], ["hurt", [2, 6577, 15]], ["brook", [2, 6577, 16]], ["stomach", [2, 6577, 17]]]}, {"answer": "suffocate", "hint": "synonyms for suffocate", "clues": [["asphyxiate", [2, 6578, 0]], ["stifle", [2, 6578, 1]], ["choke", [2, 6578, 2]], ["strangle", [2, 6578, 3]], ["gag", [2, 6578, 4]], ["smother", [2, 6578, 5]]]}, {"answer": "suggest", "hint": "synonyms for suggest", "clues": [["evoke", [2, 6579, 0]], ["hint", [2, 6579, 1]], ["propose", [2, 6579, 2]], ["indicate", [2, 6579, 3]], ["paint a picture", [2, 6579, 4]], ["intimate", [2, 6579, 5]], ["advise", [2, 6579, 6]]]}, {"answer": "sum_up", "hint": "synonyms for sum up", "clues": [["tally", [2, 6580, 0]], ["tot up", [2, 6580, 1]], ["summarize", [2, 6580, 2]], ["sum", [2, 6580, 3]], ["total", [2, 6580, 4]], ["tot", [2, 6580, 5]], ["resume", [2, 6580, 6]], ["add together", [2, 6580, 7]], ["add", [2, 6580, 8]], ["add up", [2, 6580, 9]], ["summate", [2, 6580, 10]]]}, {"answer": "summarise", "hint": "synonyms for summarise", "clues": [["summarize", [2, 6581, 0]], ["sum", [2, 6581, 1]], ["sum up", [2, 6581, 2]], ["resume", [2, 6581, 3]]]}, {"answer": "summarize", "hint": "synonyms for summarize", "clues": [["summarise", [2, 6582, 0]], ["sum", [2, 6582, 1]], ["sum up", [2, 6582, 2]], ["resume", [2, 6582, 3]]]}, {"answer": "summate", "hint": "synonyms for summate", "clues": [["tally", [2, 6583, 0]], ["tot up", [2, 6583, 1]], ["add together", [2, 6583, 2]], ["add", [2, 6583, 3]], ["sum", [2, 6583, 4]], ["add up", [2, 6583, 5]], ["sum up", [2, 6583, 6]], ["total", [2, 6583, 7]], ["tot", [2, 6583, 8]]]}, {"answer": "summon", "hint": "synonyms for summon", "clues": [["mobilise", [2, 6584, 0]], ["muster", [2, 6584, 1]], ["cite", [2, 6584, 2]], ["summons", [2, 6584, 3]], ["marshal", [2, 6584, 4]], ["come up", [2, 6584, 5]], ["muster up", [2, 6584, 6]], ["rally", [2, 6584, 7]]]}, {"answer": "supercede", "hint": "synonyms for supercede", "clues": [["supervene upon", [2, 6585, 0]], ["supersede", [2, 6585, 1]], ["replace", [2, 6585, 2]], ["supplant", [2, 6585, 3]]]}, {"answer": "supersede", "hint": "synonyms for supersede", "clues": [["supervene upon", [2, 6586, 0]], ["replace", [2, 6586, 1]], ["supplant", [2, 6586, 2]], ["supercede", [2, 6586, 3]]]}, {"answer": "supervise", "hint": "synonyms for supervise", "clues": [["monitor", [2, 6587, 0]], ["oversee", [2, 6587, 1]], ["manage", [2, 6587, 2]], ["superintend", [2, 6587, 3]]]}, {"answer": "suppose", "hint": "synonyms for suppose", "clues": [["speculate", [2, 6588, 0]], ["hypothesise", [2, 6588, 1]], ["say", [2, 6588, 2]], ["hypothecate", [2, 6588, 3]], ["opine", [2, 6588, 4]], ["guess", [2, 6588, 5]], ["conjecture", [2, 6588, 6]], ["imagine", [2, 6588, 7]], ["think", [2, 6588, 8]], ["reckon", [2, 6588, 9]], ["theorize", [2, 6588, 10]], ["presuppose", [2, 6588, 11]]]}, {"answer": "suppress", "hint": "synonyms for suppress", "clues": [["crush", [2, 6589, 0]], ["subdue", [2, 6589, 1]], ["bottle up", [2, 6589, 2]], ["oppress", [2, 6589, 3]], ["curb", [2, 6589, 4]], ["stamp down", [2, 6589, 5]], ["repress", [2, 6589, 6]], ["inhibit", [2, 6589, 7]], ["conquer", [2, 6589, 8]]]}, {"answer": "surmount", "hint": "synonyms for surmount", "clues": [["subdue", [2, 6590, 0]], ["outstrip", [2, 6590, 1]], ["outperform", [2, 6590, 2]], ["get over", [2, 6590, 3]], ["master", [2, 6590, 4]], ["outgo", [2, 6590, 5]], ["scale", [2, 6590, 6]], ["outmatch", [2, 6590, 7]], ["surpass", [2, 6590, 8]], ["outdo", [2, 6590, 9]], ["overcome", [2, 6590, 10]], ["exceed", [2, 6590, 11]]]}, {"answer": "surpass", "hint": "synonyms for surpass", "clues": [["exceed", [2, 6591, 0]], ["outstrip", [2, 6591, 1]], ["go by", [2, 6591, 2]], ["outperform", [2, 6591, 3]], ["surmount", [2, 6591, 4]], ["pass", [2, 6591, 5]], ["go past", [2, 6591, 6]], ["outgo", [2, 6591, 7]], ["outmatch", [2, 6591, 8]], ["pass by", [2, 6591, 9]], ["transcend", [2, 6591, 10]], ["outdo", [2, 6591, 11]], ["travel by", [2, 6591, 12]], ["stand out", [2, 6591, 13]], ["excel", [2, 6591, 14]]]}, {"answer": "survive", "hint": "synonyms for survive", "clues": [["pull through", [2, 6592, 0]], ["come through", [2, 6592, 1]], ["hold up", [2, 6592, 2]], ["make it", [2, 6592, 3]], ["live", [2, 6592, 4]], ["outlive", [2, 6592, 5]], ["outlast", [2, 6592, 6]], ["live on", [2, 6592, 7]], ["hold out", [2, 6592, 8]], ["last", [2, 6592, 9]], ["endure", [2, 6592, 10]], ["exist", [2, 6592, 11]], ["go", [2, 6592, 12]], ["subsist", [2, 6592, 13]], ["pull round", [2, 6592, 14]]]}, {"answer": "suspire", "hint": "synonyms for suspire", "clues": [["respire", [2, 6593, 0]], ["take a breath", [2, 6593, 1]], ["breathe", [2, 6593, 2]], ["sigh", [2, 6593, 3]]]}, {"answer": "suss_out", "hint": "synonyms for suss out", "clues": [["check", [2, 6594, 0]], ["check into", [2, 6594, 1]], ["check up on", [2, 6594, 2]], ["check out", [2, 6594, 3]], ["check over", [2, 6594, 4]], ["go over", [2, 6594, 5]], ["look into", [2, 6594, 6]]]}, {"answer": "sustain", "hint": "synonyms for sustain", "clues": [["hold up", [2, 6595, 0]], ["support", [2, 6595, 1]], ["maintain", [2, 6595, 2]], ["keep", [2, 6595, 3]], ["hold", [2, 6595, 4]], ["confirm", [2, 6595, 5]], ["affirm", [2, 6595, 6]], ["keep up", [2, 6595, 7]], ["get", [2, 6595, 8]], ["have", [2, 6595, 9]], ["substantiate", [2, 6595, 10]], ["corroborate", [2, 6595, 11]], ["suffer", [2, 6595, 12]], ["prolong", [2, 6595, 13]], ["nurture", [2, 6595, 14]], ["nourish", [2, 6595, 15]]]}, {"answer": "swallow_up", "hint": "synonyms for swallow up", "clues": [["immerse", [2, 6596, 0]], ["bury", [2, 6596, 1]], ["eat up", [2, 6596, 2]], ["swallow", [2, 6596, 3]]]}, {"answer": "swear", "hint": "synonyms for swear", "clues": [["affirm", [2, 6597, 0]], ["depone", [2, 6597, 1]], ["swan", [2, 6597, 2]], ["verify", [2, 6597, 3]], ["bank", [2, 6597, 4]], ["avow", [2, 6597, 5]], ["rely", [2, 6597, 6]], ["assert", [2, 6597, 7]], ["trust", [2, 6597, 8]], ["aver", [2, 6597, 9]], ["depose", [2, 6597, 10]], ["curse", [2, 6597, 11]], ["cuss", [2, 6597, 12]], ["imprecate", [2, 6597, 13]], ["blaspheme", [2, 6597, 14]]]}, {"answer": "sweep_over", "hint": "synonyms for sweep over", "clues": [["overwhelm", [2, 6598, 0]], ["whelm", [2, 6598, 1]], ["overcome", [2, 6598, 2]], ["overtake", [2, 6598, 3]], ["overpower", [2, 6598, 4]]]}, {"answer": "sweep_through", "hint": "synonyms for sweep through", "clues": [["nail", [2, 6599, 0]], ["breeze through", [2, 6599, 1]], ["pass with flying colors", [2, 6599, 2]], ["ace", [2, 6599, 3]], ["sail through", [2, 6599, 4]]]}, {"answer": "sweep_up", "hint": "synonyms for sweep up", "clues": [["drag in", [2, 6600, 0]], ["drag", [2, 6600, 1]], ["tangle", [2, 6600, 2]], ["adopt", [2, 6600, 3]], ["sweep", [2, 6600, 4]], ["espouse", [2, 6600, 5]], ["embroil", [2, 6600, 6]], ["embrace", [2, 6600, 7]]]}, {"answer": "sweet-talk", "hint": "synonyms for sweet-talk", "clues": [["blarney", [2, 6601, 0]], ["coax", [2, 6601, 1]], ["wheedle", [2, 6601, 2]], ["inveigle", [2, 6601, 3]], ["palaver", [2, 6601, 4]], ["cajole", [2, 6601, 5]]]}, {"answer": "swot_up", "hint": "synonyms for swot up", "clues": [["drum", [2, 6602, 0]], ["swot", [2, 6602, 1]], ["cram", [2, 6602, 2]], ["get up", [2, 6602, 3]], ["bone up", [2, 6602, 4]], ["bone", [2, 6602, 5]], ["mug up", [2, 6602, 6]], ["grind away", [2, 6602, 7]]]}, {"answer": "symbolise", "hint": "synonyms for symbolise", "clues": [["typify", [2, 6603, 0]], ["symbolize", [2, 6603, 1]], ["represent", [2, 6603, 2]], ["stand for", [2, 6603, 3]]]}, {"answer": "symbolize", "hint": "synonyms for symbolize", "clues": [["typify", [2, 6604, 0]], ["symbolise", [2, 6604, 1]], ["represent", [2, 6604, 2]], ["stand for", [2, 6604, 3]]]}, {"answer": "sympathise", "hint": "synonyms for sympathise", "clues": [["sympathize", [2, 6605, 0]], ["empathise", [2, 6605, 1]], ["understand", [2, 6605, 2]], ["commiserate", [2, 6605, 3]]]}, {"answer": "sympathize", "hint": "synonyms for sympathize", "clues": [["empathise", [2, 6606, 0]], ["sympathise", [2, 6606, 1]], ["understand", [2, 6606, 2]], ["commiserate", [2, 6606, 3]]]}, {"answer": "sympathize_with", "hint": "synonyms for sympathize with", "clues": [["pity", [2, 6607, 0]], ["condole with", [2, 6607, 1]], ["compassionate", [2, 6607, 2]], ["feel for", [2, 6607, 3]]]}, {"answer": "tack_on", "hint": "synonyms for tack on", "clues": [["tack", [2, 6608, 0]], ["tag on", [2, 6608, 1]], ["hang on", [2, 6608, 2]], ["append", [2, 6608, 3]]]}, {"answer": "tack_together", "hint": "synonyms for tack together", "clues": [["tack", [2, 6609, 0]], ["put together", [2, 6609, 1]], ["assemble", [2, 6609, 2]], ["piece", [2, 6609, 3]], ["set up", [2, 6609, 4]]]}, {"answer": "tag_on", "hint": "synonyms for tag on", "clues": [["tack", [2, 6610, 0]], ["tack on", [2, 6610, 1]], ["hang on", [2, 6610, 2]], ["append", [2, 6610, 3]]]}, {"answer": "tailor-make", "hint": "synonyms for tailor-make", "clues": [["customise", [2, 6611, 0]], ["tailor", [2, 6611, 1]], ["sew", [2, 6611, 2]], ["custom-make", [2, 6611, 3]]]}, {"answer": "take_a_chance", "hint": "synonyms for take a chance", "clues": [["run a risk", [2, 6612, 0]], ["chance", [2, 6612, 1]], ["risk", [2, 6612, 2]], ["take chances", [2, 6612, 3]], ["gamble", [2, 6612, 4]], ["adventure", [2, 6612, 5]], ["hazard", [2, 6612, 6]]]}, {"answer": "take_a_crap", "hint": "synonyms for take a crap", "clues": [["stool", [2, 6613, 0]], ["shit", [2, 6613, 1]], ["ca-ca", [2, 6613, 2]], ["crap", [2, 6613, 3]], ["take a shit", [2, 6613, 4]], ["make", [2, 6613, 5]], ["defecate", [2, 6613, 6]]]}, {"answer": "take_a_hop", "hint": "synonyms for take a hop", "clues": [["spring", [2, 6614, 0]], ["recoil", [2, 6614, 1]], ["reverberate", [2, 6614, 2]], ["ricochet", [2, 6614, 3]], ["bounce", [2, 6614, 4]], ["rebound", [2, 6614, 5]], ["resile", [2, 6614, 6]], ["bound", [2, 6614, 7]]]}, {"answer": "take_a_leak", "hint": "synonyms for take a leak", "clues": [["piss", [2, 6615, 0]], ["spend a penny", [2, 6615, 1]], ["make water", [2, 6615, 2]], ["pee", [2, 6615, 3]], ["puddle", [2, 6615, 4]], ["pass water", [2, 6615, 5]], ["relieve oneself", [2, 6615, 6]], ["urinate", [2, 6615, 7]], ["micturate", [2, 6615, 8]], ["wee-wee", [2, 6615, 9]], ["make", [2, 6615, 10]], ["pee-pee", [2, 6615, 11]], ["wee", [2, 6615, 12]], ["piddle", [2, 6615, 13]]]}, {"answer": "take_a_shit", "hint": "synonyms for take a shit", "clues": [["stool", [2, 6616, 0]], ["shit", [2, 6616, 1]], ["take a crap", [2, 6616, 2]], ["ca-ca", [2, 6616, 3]], ["crap", [2, 6616, 4]], ["make", [2, 6616, 5]], ["defecate", [2, 6616, 6]]]}, {"answer": "take_aback", "hint": "synonyms for take aback", "clues": [["floor", [2, 6617, 0]], ["ball over", [2, 6617, 1]], ["blow out of the water", [2, 6617, 2]], ["shock", [2, 6617, 3]]]}, {"answer": "take_aim", "hint": "synonyms for take aim", "clues": [["direct", [2, 6618, 0]], ["take", [2, 6618, 1]], ["aim", [2, 6618, 2]], ["train", [2, 6618, 3]]]}, {"answer": "take_apart", "hint": "synonyms for take apart", "clues": [["dismantle", [2, 6619, 0]], ["analyse", [2, 6619, 1]], ["discerp", [2, 6619, 2]], ["break up", [2, 6619, 3]], ["dismember", [2, 6619, 4]], ["break apart", [2, 6619, 5]], ["break down", [2, 6619, 6]], ["disassemble", [2, 6619, 7]], ["dissect", [2, 6619, 8]]]}, {"answer": "take_away", "hint": "synonyms for take away", "clues": [["withdraw", [2, 6620, 0]], ["carry off", [2, 6620, 1]], ["take out", [2, 6620, 2]], ["take", [2, 6620, 3]], ["carry away", [2, 6620, 4]], ["remove", [2, 6620, 5]], ["bear away", [2, 6620, 6]], ["detract", [2, 6620, 7]], ["bear off", [2, 6620, 8]]]}, {"answer": "take_back", "hint": "synonyms for take back", "clues": [["return", [2, 6621, 0]], ["repossess", [2, 6621, 1]], ["withdraw", [2, 6621, 2]], ["unsay", [2, 6621, 3]], ["swallow", [2, 6621, 4]], ["bring back", [2, 6621, 5]]]}, {"answer": "take_care", "hint": "synonyms for take care", "clues": [["attend", [2, 6622, 0]], ["look", [2, 6622, 1]], ["mind", [2, 6622, 2]], ["see", [2, 6622, 3]]]}, {"answer": "take_chances", "hint": "synonyms for take chances", "clues": [["run a risk", [2, 6623, 0]], ["chance", [2, 6623, 1]], ["risk", [2, 6623, 2]], ["adventure", [2, 6623, 3]], ["gamble", [2, 6623, 4]], ["take a chance", [2, 6623, 5]], ["hazard", [2, 6623, 6]]]}, {"answer": "take_down", "hint": "synonyms for take down", "clues": [["raze", [2, 6624, 0]], ["level", [2, 6624, 1]], ["dismantle", [2, 6624, 2]], ["degrade", [2, 6624, 3]], ["let down", [2, 6624, 4]], ["tear down", [2, 6624, 5]], ["rase", [2, 6624, 6]], ["pull down", [2, 6624, 7]], ["note", [2, 6624, 8]], ["put down", [2, 6624, 9]], ["lower", [2, 6624, 10]], ["bring down", [2, 6624, 11]], ["disgrace", [2, 6624, 12]], ["demean", [2, 6624, 13]]]}, {"answer": "take_fire", "hint": "synonyms for take fire", "clues": [["conflagrate", [2, 6625, 0]], ["erupt", [2, 6625, 1]], ["ignite", [2, 6625, 2]], ["combust", [2, 6625, 3]], ["catch fire", [2, 6625, 4]]]}, {"answer": "take_in", "hint": "synonyms for take in", "clues": [["gull", [2, 6626, 0]], ["realize", [2, 6626, 1]], ["have", [2, 6626, 2]], ["view", [2, 6626, 3]], ["invite", [2, 6626, 4]], ["see", [2, 6626, 5]], ["take up", [2, 6626, 6]], ["sop up", [2, 6626, 7]], ["ingest", [2, 6626, 8]], ["fool", [2, 6626, 9]], ["assimilate", [2, 6626, 10]], ["pull in", [2, 6626, 11]], ["absorb", [2, 6626, 12]], ["suck", [2, 6626, 13]], ["cod", [2, 6626, 14]], ["bring in", [2, 6626, 15]], ["earn", [2, 6626, 16]], ["overhear", [2, 6626, 17]], ["take", [2, 6626, 18]], ["put on", [2, 6626, 19]], ["suck up", [2, 6626, 20]], ["gain", [2, 6626, 21]], ["watch", [2, 6626, 22]], ["soak up", [2, 6626, 23]], ["collect", [2, 6626, 24]], ["make", [2, 6626, 25]], ["gather in", [2, 6626, 26]], ["suck in", [2, 6626, 27]], ["clear", [2, 6626, 28]], ["draw", [2, 6626, 29]], ["slang", [2, 6626, 30]], ["dupe", [2, 6626, 31]], ["consume", [2, 6626, 32]], ["put one over", [2, 6626, 33]], ["catch", [2, 6626, 34]], ["imbibe", [2, 6626, 35]], ["befool", [2, 6626, 36]], ["put one across", [2, 6626, 37]], ["adopt", [2, 6626, 38]], ["receive", [2, 6626, 39]]]}, {"answer": "take_off", "hint": "synonyms for take off", "clues": [["set off", [2, 6627, 0]], ["deduct", [2, 6627, 1]], ["set forth", [2, 6627, 2]], ["start out", [2, 6627, 3]], ["lift off", [2, 6627, 4]], ["part", [2, 6627, 5]], ["set out", [2, 6627, 6]], ["take time off", [2, 6627, 7]], ["depart", [2, 6627, 8]], ["subtract", [2, 6627, 9]], ["start", [2, 6627, 10]], ["get off the ground", [2, 6627, 11]]]}, {"answer": "take_on", "hint": "synonyms for take on", "clues": [["take", [2, 6628, 0]], ["adopt", [2, 6628, 1]], ["encounter", [2, 6628, 2]], ["accept", [2, 6628, 3]], ["tackle", [2, 6628, 4]], ["admit", [2, 6628, 5]], ["acquire", [2, 6628, 6]], ["assume", [2, 6628, 7]], ["play", [2, 6628, 8]], ["take over", [2, 6628, 9]], ["meet", [2, 6628, 10]], ["undertake", [2, 6628, 11]]]}, {"answer": "take_out", "hint": "synonyms for take out", "clues": [["exclude", [2, 6629, 0]], ["omit", [2, 6629, 1]], ["invite out", [2, 6629, 2]], ["pull out", [2, 6629, 3]], ["draw", [2, 6629, 4]], ["extract", [2, 6629, 5]], ["draw off", [2, 6629, 6]], ["pull", [2, 6629, 7]], ["leave off", [2, 6629, 8]], ["leave out", [2, 6629, 9]], ["take away", [2, 6629, 10]], ["get out", [2, 6629, 11]], ["buy food", [2, 6629, 12]], ["draw out", [2, 6629, 13]], ["move out", [2, 6629, 14]], ["unpack", [2, 6629, 15]], ["pull up", [2, 6629, 16]], ["excerpt", [2, 6629, 17]], ["remove", [2, 6629, 18]], ["ask out", [2, 6629, 19]], ["withdraw", [2, 6629, 20]]]}, {"answer": "take_over", "hint": "synonyms for take over", "clues": [["buy up", [2, 6630, 0]], ["arrogate", [2, 6630, 1]], ["accept", [2, 6630, 2]], ["assume", [2, 6630, 3]], ["bear", [2, 6630, 4]], ["absorb", [2, 6630, 5]], ["buy out", [2, 6630, 6]], ["adopt", [2, 6630, 7]], ["take on", [2, 6630, 8]], ["borrow", [2, 6630, 9]], ["take up", [2, 6630, 10]], ["usurp", [2, 6630, 11]], ["relieve", [2, 6630, 12]], ["seize", [2, 6630, 13]], ["repeat", [2, 6630, 14]]]}, {"answer": "take_place", "hint": "synonyms for take place", "clues": [["hap", [2, 6631, 0]], ["come about", [2, 6631, 1]], ["occur", [2, 6631, 2]], ["pass off", [2, 6631, 3]], ["go on", [2, 6631, 4]], ["pass", [2, 6631, 5]], ["happen", [2, 6631, 6]], ["fall out", [2, 6631, 7]]]}, {"answer": "take_root", "hint": "synonyms for take root", "clues": [["settle", [2, 6632, 0]], ["steady down", [2, 6632, 1]], ["settle down", [2, 6632, 2]], ["root", [2, 6632, 3]]]}, {"answer": "take_stock", "hint": "synonyms for take stock", "clues": [["scrutinise", [2, 6633, 0]], ["inventory", [2, 6633, 1]], ["size up", [2, 6633, 2]], ["stock-take", [2, 6633, 3]]]}, {"answer": "take_to_be", "hint": "synonyms for take to be", "clues": [["regard as", [2, 6634, 0]], ["repute", [2, 6634, 1]], ["look on", [2, 6634, 2]], ["esteem", [2, 6634, 3]], ["think of", [2, 6634, 4]]]}, {"answer": "take_to_task", "hint": "synonyms for take to task", "clues": [["dress down", [2, 6635, 0]], ["trounce", [2, 6635, 1]], ["call down", [2, 6635, 2]], ["lambaste", [2, 6635, 3]], ["lecture", [2, 6635, 4]], ["rag", [2, 6635, 5]], ["chew up", [2, 6635, 6]], ["scold", [2, 6635, 7]], ["bawl out", [2, 6635, 8]], ["jaw", [2, 6635, 9]], ["reprimand", [2, 6635, 10]], ["rebuke", [2, 6635, 11]], ["berate", [2, 6635, 12]], ["have words", [2, 6635, 13]], ["chew out", [2, 6635, 14]], ["remonstrate", [2, 6635, 15]], ["call on the carpet", [2, 6635, 16]], ["chide", [2, 6635, 17]], ["reproof", [2, 6635, 18]]]}, {"answer": "take_to_the_woods", "hint": "synonyms for take to the woods", "clues": [["lam", [2, 6636, 0]], ["scarper", [2, 6636, 1]], ["head for the hills", [2, 6636, 2]], ["turn tail", [2, 6636, 3]], ["break away", [2, 6636, 4]], ["run", [2, 6636, 5]], ["bunk", [2, 6636, 6]], ["scat", [2, 6636, 7]], ["hightail it", [2, 6636, 8]], ["run away", [2, 6636, 9]], ["fly the coop", [2, 6636, 10]], ["escape", [2, 6636, 11]]]}, {"answer": "take_up", "hint": "synonyms for take up", "clues": [["lift out", [2, 6637, 0]], ["take", [2, 6637, 1]], ["scoop", [2, 6637, 2]], ["soak up", [2, 6637, 3]], ["suck in", [2, 6637, 4]], ["fasten on", [2, 6637, 5]], ["draw", [2, 6637, 6]], ["sop up", [2, 6637, 7]], ["take in", [2, 6637, 8]], ["adopt", [2, 6637, 9]], ["seize on", [2, 6637, 10]], ["strike", [2, 6637, 11]], ["suck", [2, 6637, 12]], ["hook on", [2, 6637, 13]], ["borrow", [2, 6637, 14]], ["take over", [2, 6637, 15]], ["absorb", [2, 6637, 16]], ["latch on", [2, 6637, 17]], ["sorb", [2, 6637, 18]], ["scoop out", [2, 6637, 19]], ["imbibe", [2, 6637, 20]], ["suck up", [2, 6637, 21]], ["assume", [2, 6637, 22]], ["start", [2, 6637, 23]], ["resume", [2, 6637, 24]]]}, {"answer": "tantalise", "hint": "synonyms for tantalise", "clues": [["twit", [2, 6638, 0]], ["razz", [2, 6638, 1]], ["rally", [2, 6638, 2]], ["bait", [2, 6638, 3]], ["rag", [2, 6638, 4]], ["taunt", [2, 6638, 5]], ["tease", [2, 6638, 6]], ["tantalize", [2, 6638, 7]], ["cod", [2, 6638, 8]], ["ride", [2, 6638, 9]]]}, {"answer": "tantalize", "hint": "synonyms for tantalize", "clues": [["twit", [2, 6639, 0]], ["razz", [2, 6639, 1]], ["rally", [2, 6639, 2]], ["bait", [2, 6639, 3]], ["rag", [2, 6639, 4]], ["taunt", [2, 6639, 5]], ["tantalise", [2, 6639, 6]], ["tease", [2, 6639, 7]], ["cod", [2, 6639, 8]], ["ride", [2, 6639, 9]]]}, {"answer": "tear_down", "hint": "synonyms for tear down", "clues": [["raze", [2, 6640, 0]], ["take down", [2, 6640, 1]], ["level", [2, 6640, 2]], ["dismantle", [2, 6640, 3]], ["rase", [2, 6640, 4]], ["pull down", [2, 6640, 5]]]}, {"answer": "teem", "hint": "synonyms for teem", "clues": [["swarm", [2, 6641, 0]], ["pullulate", [2, 6641, 1]], ["pour", [2, 6641, 2]], ["stream", [2, 6641, 3]]]}, {"answer": "tell_apart", "hint": "synonyms for tell apart", "clues": [["secernate", [2, 6642, 0]], ["make out", [2, 6642, 1]], ["severalize", [2, 6642, 2]], ["secern", [2, 6642, 3]], ["distinguish", [2, 6642, 4]], ["discern", [2, 6642, 5]], ["differentiate", [2, 6642, 6]], ["spot", [2, 6642, 7]], ["separate", [2, 6642, 8]], ["recognise", [2, 6642, 9]], ["pick out", [2, 6642, 10]], ["tell", [2, 6642, 11]]]}, {"answer": "tell_on", "hint": "synonyms for tell on", "clues": [["rat", [2, 6643, 0]], ["shop", [2, 6643, 1]], ["snitch", [2, 6643, 2]], ["betray", [2, 6643, 3]], ["denounce", [2, 6643, 4]], ["give away", [2, 6643, 5]], ["shit", [2, 6643, 6]], ["stag", [2, 6643, 7]], ["grass", [2, 6643, 8]]]}, {"answer": "tempt", "hint": "synonyms for tempt", "clues": [["influence", [2, 6644, 0]], ["entice", [2, 6644, 1]], ["lure", [2, 6644, 2]], ["allure", [2, 6644, 3]], ["charm", [2, 6644, 4]], ["invite", [2, 6644, 5]]]}, {"answer": "tend", "hint": "synonyms for tend", "clues": [["be given", [2, 6645, 0]], ["lean", [2, 6645, 1]], ["run", [2, 6645, 2]], ["incline", [2, 6645, 3]]]}, {"answer": "tergiversate", "hint": "synonyms for tergiversate", "clues": [["apostatize", [2, 6646, 0]], ["beat around the bush", [2, 6646, 1]], ["equivocate", [2, 6646, 2]], ["prevaricate", [2, 6646, 3]], ["palter", [2, 6646, 4]]]}, {"answer": "terminate", "hint": "synonyms for terminate", "clues": [["stop", [2, 6647, 0]], ["give the axe", [2, 6647, 1]], ["sack", [2, 6647, 2]], ["fire", [2, 6647, 3]], ["end", [2, 6647, 4]], ["give the sack", [2, 6647, 5]], ["can", [2, 6647, 6]], ["send away", [2, 6647, 7]], ["cease", [2, 6647, 8]], ["force out", [2, 6647, 9]], ["displace", [2, 6647, 10]], ["give notice", [2, 6647, 11]], ["dismiss", [2, 6647, 12]], ["finish", [2, 6647, 13]]]}, {"answer": "testify", "hint": "synonyms for testify", "clues": [["bear witness", [2, 6648, 0]], ["evidence", [2, 6648, 1]], ["prove", [2, 6648, 2]], ["attest", [2, 6648, 3]], ["show", [2, 6648, 4]], ["take the stand", [2, 6648, 5]]]}, {"answer": "theorise", "hint": "synonyms for theorise", "clues": [["hypothecate", [2, 6649, 0]], ["conjecture", [2, 6649, 1]], ["theorize", [2, 6649, 2]], ["speculate", [2, 6649, 3]], ["hypothesise", [2, 6649, 4]], ["suppose", [2, 6649, 5]]]}, {"answer": "theorize", "hint": "synonyms for theorize", "clues": [["hypothecate", [2, 6650, 0]], ["conjecture", [2, 6650, 1]], ["speculate", [2, 6650, 2]], ["hypothesise", [2, 6650, 3]], ["suppose", [2, 6650, 4]], ["theorise", [2, 6650, 5]]]}, {"answer": "thieve", "hint": "synonyms for thieve", "clues": [["glom", [2, 6651, 0]], ["knock off", [2, 6651, 1]], ["hook", [2, 6651, 2]], ["cop", [2, 6651, 3]], ["snitch", [2, 6651, 4]]]}, {"answer": "thin_out", "hint": "synonyms for thin out", "clues": [["dilute", [2, 6652, 0]], ["cut", [2, 6652, 1]], ["thin", [2, 6652, 2]], ["reduce", [2, 6652, 3]]]}, {"answer": "think_about", "hint": "synonyms for think about", "clues": [["toy with", [2, 6653, 0]], ["think of", [2, 6653, 1]], ["flirt with", [2, 6653, 2]], ["entertain", [2, 6653, 3]]]}, {"answer": "think_of", "hint": "synonyms for think of", "clues": [["repute", [2, 6654, 0]], ["concoct", [2, 6654, 1]], ["mean", [2, 6654, 2]], ["hatch", [2, 6654, 3]], ["dream up", [2, 6654, 4]], ["regard as", [2, 6654, 5]], ["look on", [2, 6654, 6]], ["remember", [2, 6654, 7]], ["take to be", [2, 6654, 8]], ["think about", [2, 6654, 9]], ["toy with", [2, 6654, 10]], ["esteem", [2, 6654, 11]], ["flirt with", [2, 6654, 12]], ["think up", [2, 6654, 13]], ["entertain", [2, 6654, 14]], ["have in mind", [2, 6654, 15]]]}, {"answer": "think_over", "hint": "synonyms for think over", "clues": [["excogitate", [2, 6655, 0]], ["reflect", [2, 6655, 1]], ["muse", [2, 6655, 2]], ["speculate", [2, 6655, 3]], ["ruminate", [2, 6655, 4]], ["mull over", [2, 6655, 5]], ["contemplate", [2, 6655, 6]], ["ponder", [2, 6655, 7]], ["mull", [2, 6655, 8]], ["chew over", [2, 6655, 9]], ["meditate", [2, 6655, 10]]]}, {"answer": "think_up", "hint": "synonyms for think up", "clues": [["concoct", [2, 6656, 0]], ["hatch", [2, 6656, 1]], ["think of", [2, 6656, 2]], ["dream up", [2, 6656, 3]]]}, {"answer": "thrash_about", "hint": "synonyms for thrash about", "clues": [["thresh", [2, 6657, 0]], ["slash", [2, 6657, 1]], ["thrash", [2, 6657, 2]], ["jactitate", [2, 6657, 3]], ["thresh about", [2, 6657, 4]], ["convulse", [2, 6657, 5]], ["toss", [2, 6657, 6]]]}, {"answer": "threaten", "hint": "synonyms for threaten", "clues": [["imperil", [2, 6658, 0]], ["peril", [2, 6658, 1]], ["jeopardize", [2, 6658, 2]], ["menace", [2, 6658, 3]], ["endanger", [2, 6658, 4]]]}, {"answer": "thresh", "hint": "synonyms for thresh", "clues": [["thrash", [2, 6659, 0]], ["convulse", [2, 6659, 1]], ["lam", [2, 6659, 2]], ["thresh about", [2, 6659, 3]], ["slash", [2, 6659, 4]], ["flail", [2, 6659, 5]], ["jactitate", [2, 6659, 6]], ["toss", [2, 6659, 7]]]}, {"answer": "thresh_about", "hint": "synonyms for thresh about", "clues": [["thresh", [2, 6660, 0]], ["slash", [2, 6660, 1]], ["thrash about", [2, 6660, 2]], ["thrash", [2, 6660, 3]], ["jactitate", [2, 6660, 4]], ["convulse", [2, 6660, 5]], ["toss", [2, 6660, 6]]]}, {"answer": "thrive", "hint": "synonyms for thrive", "clues": [["flourish", [2, 6661, 0]], ["fly high", [2, 6661, 1]], ["expand", [2, 6661, 2]], ["prosper", [2, 6661, 3]], ["boom", [2, 6661, 4]]]}, {"answer": "throw_a_fit", "hint": "synonyms for throw a fit", "clues": [["combust", [2, 6662, 0]], ["have a fit", [2, 6662, 1]], ["blow one's stack", [2, 6662, 2]], ["blow a fuse", [2, 6662, 3]], ["flip one's lid", [2, 6662, 4]], ["fly off the handle", [2, 6662, 5]], ["go ballistic", [2, 6662, 6]], ["hit the ceiling", [2, 6662, 7]], ["lose one's temper", [2, 6662, 8]], ["have kittens", [2, 6662, 9]], ["hit the roof", [2, 6662, 10]], ["blow up", [2, 6662, 11]]]}, {"answer": "throw_away", "hint": "synonyms for throw away", "clues": [["chuck out", [2, 6663, 0]], ["cast away", [2, 6663, 1]], ["throw off", [2, 6663, 2]], ["throw out", [2, 6663, 3]], ["cast", [2, 6663, 4]], ["cast out", [2, 6663, 5]], ["put away", [2, 6663, 6]], ["cast aside", [2, 6663, 7]], ["toss away", [2, 6663, 8]], ["toss", [2, 6663, 9]], ["toss out", [2, 6663, 10]], ["dispose", [2, 6663, 11]], ["drop", [2, 6663, 12]], ["shed", [2, 6663, 13]], ["fling", [2, 6663, 14]], ["discard", [2, 6663, 15]], ["cast off", [2, 6663, 16]], ["throw", [2, 6663, 17]], ["shake off", [2, 6663, 18]]]}, {"answer": "throw_in", "hint": "synonyms for throw in", "clues": [["fall by the wayside", [2, 6664, 0]], ["put in", [2, 6664, 1]], ["drop out", [2, 6664, 2]], ["interject", [2, 6664, 3]], ["drop by the wayside", [2, 6664, 4]], ["come in", [2, 6664, 5]], ["inject", [2, 6664, 6]], ["give up", [2, 6664, 7]], ["interpose", [2, 6664, 8]], ["throw in the towel", [2, 6664, 9]], ["chuck up the sponge", [2, 6664, 10]], ["quit", [2, 6664, 11]]]}, {"answer": "throw_in_the_towel", "hint": "synonyms for throw in the towel", "clues": [["chuck up the sponge", [2, 6665, 0]], ["fall by the wayside", [2, 6665, 1]], ["give up", [2, 6665, 2]], ["quit", [2, 6665, 3]], ["drop out", [2, 6665, 4]], ["drop by the wayside", [2, 6665, 5]], ["throw in", [2, 6665, 6]]]}, {"answer": "throw_off", "hint": "synonyms for throw off", "clues": [["drop", [2, 6666, 0]], ["escape from", [2, 6666, 1]], ["shed", [2, 6666, 2]], ["cast", [2, 6666, 3]], ["shake", [2, 6666, 4]], ["throw away", [2, 6666, 5]], ["cast off", [2, 6666, 6]], ["throw", [2, 6666, 7]], ["shake off", [2, 6666, 8]]]}, {"answer": "throw_out", "hint": "synonyms for throw out", "clues": [["chuck out", [2, 6667, 0]], ["kick out", [2, 6667, 1]], ["cast away", [2, 6667, 2]], ["boot out", [2, 6667, 3]], ["dismiss", [2, 6667, 4]], ["expel", [2, 6667, 5]], ["cast out", [2, 6667, 6]], ["put away", [2, 6667, 7]], ["throw away", [2, 6667, 8]], ["cast aside", [2, 6667, 9]], ["toss away", [2, 6667, 10]], ["toss", [2, 6667, 11]], ["drum out", [2, 6667, 12]], ["toss out", [2, 6667, 13]], ["dispose", [2, 6667, 14]], ["oust", [2, 6667, 15]], ["advance", [2, 6667, 16]], ["fling", [2, 6667, 17]], ["discard", [2, 6667, 18]]]}, {"answer": "throw_overboard", "hint": "synonyms for throw overboard", "clues": [["forego", [2, 6668, 0]], ["waive", [2, 6668, 1]], ["give up", [2, 6668, 2]], ["forfeit", [2, 6668, 3]], ["deep-six", [2, 6668, 4]]]}, {"answer": "throw_up", "hint": "synonyms for throw up", "clues": [["spue", [2, 6669, 0]], ["purge", [2, 6669, 1]], ["regorge", [2, 6669, 2]], ["retch", [2, 6669, 3]], ["vomit up", [2, 6669, 4]], ["upchuck", [2, 6669, 5]], ["disgorge", [2, 6669, 6]], ["puke", [2, 6669, 7]], ["honk", [2, 6669, 8]], ["be sick", [2, 6669, 9]], ["sick", [2, 6669, 10]], ["cast", [2, 6669, 11]], ["regurgitate", [2, 6669, 12]], ["vomit", [2, 6669, 13]], ["chuck", [2, 6669, 14]], ["spew", [2, 6669, 15]], ["barf", [2, 6669, 16]]]}, {"answer": "tick_off", "hint": "synonyms for tick off", "clues": [["mark", [2, 6670, 0]], ["mark off", [2, 6670, 1]], ["check off", [2, 6670, 2]], ["check", [2, 6670, 3]], ["tick", [2, 6670, 4]]]}, {"answer": "tickle_pink", "hint": "synonyms for tickle pink", "clues": [["thrill", [2, 6671, 0]], ["exhilarate", [2, 6671, 1]], ["inebriate", [2, 6671, 2]], ["exalt", [2, 6671, 3]], ["beatify", [2, 6671, 4]]]}, {"answer": "tidy_up", "hint": "synonyms for tidy up", "clues": [["tidy", [2, 6672, 0]], ["square away", [2, 6672, 1]], ["straighten out", [2, 6672, 2]], ["straighten", [2, 6672, 3]], ["neaten", [2, 6672, 4]], ["clean up", [2, 6672, 5]]]}, {"answer": "tie_in", "hint": "synonyms for tie in", "clues": [["relate", [2, 6673, 0]], ["link up", [2, 6673, 1]], ["connect", [2, 6673, 2]], ["link", [2, 6673, 3]], ["associate", [2, 6673, 4]], ["colligate", [2, 6673, 5]]]}, {"answer": "tie_up", "hint": "synonyms for tie up", "clues": [["berth", [2, 6674, 0]], ["tie down", [2, 6674, 1]], ["moor", [2, 6674, 2]], ["bind", [2, 6674, 3]], ["truss", [2, 6674, 4]], ["bind off", [2, 6674, 5]]]}, {"answer": "tighten", "hint": "synonyms for tighten", "clues": [["fasten", [2, 6675, 0]], ["tighten up", [2, 6675, 1]], ["stiffen", [2, 6675, 2]], ["constrain", [2, 6675, 3]], ["reduce", [2, 6675, 4]]]}, {"answer": "tip_over", "hint": "synonyms for tip over", "clues": [["turn over", [2, 6676, 0]], ["tump over", [2, 6676, 1]], ["overturn", [2, 6676, 2]], ["knock over", [2, 6676, 3]], ["bowl over", [2, 6676, 4]], ["upset", [2, 6676, 5]]]}, {"answer": "tire_out", "hint": "synonyms for tire out", "clues": [["tire", [2, 6677, 0]], ["weary", [2, 6677, 1]], ["jade", [2, 6677, 2]], ["wear upon", [2, 6677, 3]], ["fag", [2, 6677, 4]], ["fatigue", [2, 6677, 5]], ["wear out", [2, 6677, 6]], ["outwear", [2, 6677, 7]], ["fag out", [2, 6677, 8]], ["wear down", [2, 6677, 9]]]}, {"answer": "titivate", "hint": "synonyms for titivate", "clues": [["slick up", [2, 6678, 0]], ["spiff up", [2, 6678, 1]], ["tittivate", [2, 6678, 2]], ["spruce up", [2, 6678, 3]], ["spruce", [2, 6678, 4]], ["smarten up", [2, 6678, 5]]]}, {"answer": "tittivate", "hint": "synonyms for tittivate", "clues": [["slick up", [2, 6679, 0]], ["spiff up", [2, 6679, 1]], ["titivate", [2, 6679, 2]], ["spruce up", [2, 6679, 3]], ["spruce", [2, 6679, 4]], ["smarten up", [2, 6679, 5]]]}, {"answer": "tittup", "hint": "synonyms for tittup", "clues": [["swagger", [2, 6680, 0]], ["cock", [2, 6680, 1]], ["prance", [2, 6680, 2]], ["sashay", [2, 6680, 3]], ["ruffle", [2, 6680, 4]], ["strut", [2, 6680, 5]]]}, {"answer": "toddle", "hint": "synonyms for toddle", "clues": [["coggle", [2, 6681, 0]], ["paddle", [2, 6681, 1]], ["dodder", [2, 6681, 2]], ["totter", [2, 6681, 3]], ["waddle", [2, 6681, 4]]]}, {"answer": "tog", "hint": "synonyms for tog", "clues": [["garb", [2, 6682, 0]], ["habilitate", [2, 6682, 1]], ["fit out", [2, 6682, 2]], ["garment", [2, 6682, 3]], ["dress", [2, 6682, 4]], ["enclothe", [2, 6682, 5]], ["raiment", [2, 6682, 6]], ["apparel", [2, 6682, 7]]]}, {"answer": "tog_out", "hint": "synonyms for tog out", "clues": [["deck up", [2, 6683, 0]], ["trick out", [2, 6683, 1]], ["trick up", [2, 6683, 2]], ["tog up", [2, 6683, 3]], ["gussy up", [2, 6683, 4]], ["deck out", [2, 6683, 5]], ["attire", [2, 6683, 6]], ["dress up", [2, 6683, 7]], ["fig up", [2, 6683, 8]], ["overdress", [2, 6683, 9]], ["fancy up", [2, 6683, 10]], ["get up", [2, 6683, 11]], ["fig out", [2, 6683, 12]], ["prink", [2, 6683, 13]]]}, {"answer": "tog_up", "hint": "synonyms for tog up", "clues": [["deck up", [2, 6684, 0]], ["trick out", [2, 6684, 1]], ["trick up", [2, 6684, 2]], ["gussy up", [2, 6684, 3]], ["tog out", [2, 6684, 4]], ["deck out", [2, 6684, 5]], ["attire", [2, 6684, 6]], ["dress up", [2, 6684, 7]], ["fig up", [2, 6684, 8]], ["overdress", [2, 6684, 9]], ["fancy up", [2, 6684, 10]], ["get up", [2, 6684, 11]], ["fig out", [2, 6684, 12]], ["prink", [2, 6684, 13]]]}, {"answer": "tolerate", "hint": "synonyms for tolerate", "clues": [["endure", [2, 6685, 0]], ["permit", [2, 6685, 1]], ["stand", [2, 6685, 2]], ["abide", [2, 6685, 3]], ["put up", [2, 6685, 4]], ["support", [2, 6685, 5]], ["allow", [2, 6685, 6]], ["stomach", [2, 6685, 7]], ["digest", [2, 6685, 8]], ["brook", [2, 6685, 9]], ["bear", [2, 6685, 10]], ["stick out", [2, 6685, 11]], ["suffer", [2, 6685, 12]]]}, {"answer": "tone_down", "hint": "synonyms for tone down", "clues": [["damp", [2, 6686, 0]], ["mute", [2, 6686, 1]], ["muffle", [2, 6686, 2]], ["tame", [2, 6686, 3]], ["dampen", [2, 6686, 4]], ["moderate", [2, 6686, 5]], ["dull", [2, 6686, 6]]]}, {"answer": "toss_away", "hint": "synonyms for toss away", "clues": [["chuck out", [2, 6687, 0]], ["dispose", [2, 6687, 1]], ["cast away", [2, 6687, 2]], ["throw out", [2, 6687, 3]], ["toss", [2, 6687, 4]], ["cast out", [2, 6687, 5]], ["put away", [2, 6687, 6]], ["fling", [2, 6687, 7]], ["throw away", [2, 6687, 8]], ["cast aside", [2, 6687, 9]], ["discard", [2, 6687, 10]], ["toss out", [2, 6687, 11]]]}, {"answer": "toss_off", "hint": "synonyms for toss off", "clues": [["belt down", [2, 6688, 0]], ["knock off", [2, 6688, 1]], ["scratch off", [2, 6688, 2]], ["kill", [2, 6688, 3]], ["down", [2, 6688, 4]], ["drink down", [2, 6688, 5]], ["dash off", [2, 6688, 6]], ["fling off", [2, 6688, 7]], ["pop", [2, 6688, 8]], ["pour down", [2, 6688, 9]]]}, {"answer": "toss_out", "hint": "synonyms for toss out", "clues": [["chuck out", [2, 6689, 0]], ["dispose", [2, 6689, 1]], ["cast away", [2, 6689, 2]], ["throw out", [2, 6689, 3]], ["toss", [2, 6689, 4]], ["cast out", [2, 6689, 5]], ["put away", [2, 6689, 6]], ["fling", [2, 6689, 7]], ["throw away", [2, 6689, 8]], ["cast aside", [2, 6689, 9]], ["toss away", [2, 6689, 10]], ["discard", [2, 6689, 11]]]}, {"answer": "tot_up", "hint": "synonyms for tot up", "clues": [["tally", [2, 6690, 0]], ["tote up", [2, 6690, 1]], ["total", [2, 6690, 2]], ["add together", [2, 6690, 3]], ["add", [2, 6690, 4]], ["sum", [2, 6690, 5]], ["add up", [2, 6690, 6]], ["sum up", [2, 6690, 7]], ["summate", [2, 6690, 8]], ["tot", [2, 6690, 9]]]}, {"answer": "tote_up", "hint": "synonyms for tote up", "clues": [["tally", [2, 6691, 0]], ["tot up", [2, 6691, 1]], ["total", [2, 6691, 2]], ["add together", [2, 6691, 3]], ["add", [2, 6691, 4]], ["sum", [2, 6691, 5]], ["add up", [2, 6691, 6]], ["sum up", [2, 6691, 7]], ["summate", [2, 6691, 8]], ["tot", [2, 6691, 9]]]}, {"answer": "totter", "hint": "synonyms for totter", "clues": [["coggle", [2, 6692, 0]], ["paddle", [2, 6692, 1]], ["toddle", [2, 6692, 2]], ["seesaw", [2, 6692, 3]], ["dodder", [2, 6692, 4]], ["teeter", [2, 6692, 5]], ["waddle", [2, 6692, 6]]]}, {"answer": "touch_off", "hint": "synonyms for touch off", "clues": [["spark", [2, 6693, 0]], ["trigger off", [2, 6693, 1]], ["set off", [2, 6693, 2]], ["spark off", [2, 6693, 3]], ["trip", [2, 6693, 4]], ["trigger", [2, 6693, 5]], ["activate", [2, 6693, 6]], ["actuate", [2, 6693, 7]]]}, {"answer": "touch_on", "hint": "synonyms for touch on", "clues": [["have-to doe with", [2, 6694, 0]], ["touch", [2, 6694, 1]], ["bear upon", [2, 6694, 2]], ["concern", [2, 6694, 3]], ["fix", [2, 6694, 4]], ["come to", [2, 6694, 5]], ["doctor", [2, 6694, 6]], ["restore", [2, 6694, 7]], ["relate", [2, 6694, 8]], ["pertain", [2, 6694, 9]], ["bushel", [2, 6694, 10]], ["mend", [2, 6694, 11]], ["repair", [2, 6694, 12]], ["impact", [2, 6694, 13]], ["affect", [2, 6694, 14]], ["furbish up", [2, 6694, 15]], ["refer", [2, 6694, 16]]]}, {"answer": "toy_with", "hint": "synonyms for toy with", "clues": [["think of", [2, 6695, 0]], ["flirt with", [2, 6695, 1]], ["entertain", [2, 6695, 2]], ["think about", [2, 6695, 3]]]}, {"answer": "tranquilize", "hint": "synonyms for tranquilize", "clues": [["lull", [2, 6696, 0]], ["tranquillise", [2, 6696, 1]], ["calm down", [2, 6696, 2]], ["quiet", [2, 6696, 3]], ["sedate", [2, 6696, 4]], ["still", [2, 6696, 5]], ["calm", [2, 6696, 6]], ["quieten", [2, 6696, 7]]]}, {"answer": "tranquillise", "hint": "synonyms for tranquillise", "clues": [["tranquilize", [2, 6697, 0]], ["lull", [2, 6697, 1]], ["calm down", [2, 6697, 2]], ["quiet", [2, 6697, 3]], ["sedate", [2, 6697, 4]], ["still", [2, 6697, 5]], ["calm", [2, 6697, 6]], ["quieten", [2, 6697, 7]]]}, {"answer": "tranquillize", "hint": "synonyms for tranquillize", "clues": [["tranquilize", [2, 6698, 0]], ["lull", [2, 6698, 1]], ["calm down", [2, 6698, 2]], ["quiet", [2, 6698, 3]], ["sedate", [2, 6698, 4]], ["still", [2, 6698, 5]], ["calm", [2, 6698, 6]], ["quieten", [2, 6698, 7]]]}, {"answer": "transcend", "hint": "synonyms for transcend", "clues": [["top", [2, 6699, 0]], ["overstep", [2, 6699, 1]], ["surpass", [2, 6699, 2]], ["exceed", [2, 6699, 3]], ["pass", [2, 6699, 4]], ["go past", [2, 6699, 5]]]}, {"answer": "transfigure", "hint": "synonyms for transfigure", "clues": [["glorify", [2, 6700, 0]], ["spiritualize", [2, 6700, 1]], ["metamorphose", [2, 6700, 2]], ["transmogrify", [2, 6700, 3]]]}, {"answer": "transfix", "hint": "synonyms for transfix", "clues": [["spike", [2, 6701, 0]], ["grip", [2, 6701, 1]], ["empale", [2, 6701, 2]], ["fascinate", [2, 6701, 3]], ["spellbind", [2, 6701, 4]], ["impale", [2, 6701, 5]]]}, {"answer": "transform", "hint": "synonyms for transform", "clues": [["transmute", [2, 6702, 0]], ["transubstantiate", [2, 6702, 1]], ["translate", [2, 6702, 2]], ["metamorphose", [2, 6702, 3]]]}, {"answer": "transgress", "hint": "synonyms for transgress", "clues": [["trespass", [2, 6703, 0]], ["go against", [2, 6703, 1]], ["offend", [2, 6703, 2]], ["violate", [2, 6703, 3]], ["breach", [2, 6703, 4]], ["overstep", [2, 6703, 5]], ["infract", [2, 6703, 6]], ["break", [2, 6703, 7]], ["sin", [2, 6703, 8]]]}, {"answer": "translate", "hint": "synonyms for translate", "clues": [["render", [2, 6704, 0]], ["understand", [2, 6704, 1]], ["interpret", [2, 6704, 2]], ["read", [2, 6704, 3]], ["transform", [2, 6704, 4]]]}, {"answer": "transmit", "hint": "synonyms for transmit", "clues": [["air", [2, 6705, 0]], ["channel", [2, 6705, 1]], ["send", [2, 6705, 2]], ["convey", [2, 6705, 3]], ["channelise", [2, 6705, 4]], ["impart", [2, 6705, 5]], ["carry", [2, 6705, 6]], ["conduct", [2, 6705, 7]], ["communicate", [2, 6705, 8]], ["transfer", [2, 6705, 9]], ["broadcast", [2, 6705, 10]], ["beam", [2, 6705, 11]], ["transport", [2, 6705, 12]]]}, {"answer": "transude", "hint": "synonyms for transude", "clues": [["exude", [2, 6706, 0]], ["exudate", [2, 6706, 1]], ["ooze", [2, 6706, 2]], ["ooze out", [2, 6706, 3]]]}, {"answer": "travel_by", "hint": "synonyms for travel by", "clues": [["pass by", [2, 6707, 0]], ["go by", [2, 6707, 1]], ["go past", [2, 6707, 2]], ["pass", [2, 6707, 3]], ["surpass", [2, 6707, 4]]]}, {"answer": "trick_out", "hint": "synonyms for trick out", "clues": [["deck up", [2, 6708, 0]], ["trick up", [2, 6708, 1]], ["tog up", [2, 6708, 2]], ["gussy up", [2, 6708, 3]], ["tog out", [2, 6708, 4]], ["deck out", [2, 6708, 5]], ["attire", [2, 6708, 6]], ["dress up", [2, 6708, 7]], ["fig up", [2, 6708, 8]], ["overdress", [2, 6708, 9]], ["fancy up", [2, 6708, 10]], ["get up", [2, 6708, 11]], ["fig out", [2, 6708, 12]], ["prink", [2, 6708, 13]]]}, {"answer": "trick_up", "hint": "synonyms for trick up", "clues": [["deck up", [2, 6709, 0]], ["trick out", [2, 6709, 1]], ["tog up", [2, 6709, 2]], ["gussy up", [2, 6709, 3]], ["tog out", [2, 6709, 4]], ["deck out", [2, 6709, 5]], ["attire", [2, 6709, 6]], ["dress up", [2, 6709, 7]], ["fig up", [2, 6709, 8]], ["overdress", [2, 6709, 9]], ["fancy up", [2, 6709, 10]], ["get up", [2, 6709, 11]], ["fig out", [2, 6709, 12]], ["prink", [2, 6709, 13]]]}, {"answer": "trigger_off", "hint": "synonyms for trigger off", "clues": [["spark", [2, 6710, 0]], ["set off", [2, 6710, 1]], ["spark off", [2, 6710, 2]], ["trip", [2, 6710, 3]], ["trigger", [2, 6710, 4]], ["activate", [2, 6710, 5]], ["actuate", [2, 6710, 6]], ["touch off", [2, 6710, 7]]]}, {"answer": "trim_back", "hint": "synonyms for trim back", "clues": [["cut", [2, 6711, 0]], ["bring down", [2, 6711, 1]], ["cut down", [2, 6711, 2]], ["cut back", [2, 6711, 3]], ["trim down", [2, 6711, 4]], ["trim", [2, 6711, 5]], ["reduce", [2, 6711, 6]]]}, {"answer": "trim_down", "hint": "synonyms for trim down", "clues": [["cut", [2, 6712, 0]], ["bring down", [2, 6712, 1]], ["cut down", [2, 6712, 2]], ["cut back", [2, 6712, 3]], ["trim back", [2, 6712, 4]], ["trim", [2, 6712, 5]], ["reduce", [2, 6712, 6]]]}, {"answer": "trip_up", "hint": "synonyms for trip up", "clues": [["catch", [2, 6713, 0]], ["stumble", [2, 6713, 1]], ["slip up", [2, 6713, 2]], ["trip", [2, 6713, 3]]]}, {"answer": "trounce", "hint": "synonyms for trounce", "clues": [["dress down", [2, 6714, 0]], ["beat out", [2, 6714, 1]], ["beat", [2, 6714, 2]], ["chew up", [2, 6714, 3]], ["jaw", [2, 6714, 4]], ["reprimand", [2, 6714, 5]], ["lambast", [2, 6714, 6]], ["crush", [2, 6714, 7]], ["rebuke", [2, 6714, 8]], ["shell", [2, 6714, 9]], ["lather", [2, 6714, 10]], ["strap", [2, 6714, 11]], ["vanquish", [2, 6714, 12]], ["call down", [2, 6714, 13]], ["lecture", [2, 6714, 14]], ["rag", [2, 6714, 15]], ["scold", [2, 6714, 16]], ["bawl out", [2, 6714, 17]], ["whip", [2, 6714, 18]], ["berate", [2, 6714, 19]], ["have words", [2, 6714, 20]], ["chew out", [2, 6714, 21]], ["remonstrate", [2, 6714, 22]], ["lash", [2, 6714, 23]], ["call on the carpet", [2, 6714, 24]], ["flog", [2, 6714, 25]], ["chide", [2, 6714, 26]], ["reproof", [2, 6714, 27]], ["take to task", [2, 6714, 28]], ["welt", [2, 6714, 29]]]}, {"answer": "try_out", "hint": "synonyms for try out", "clues": [["audition", [2, 6715, 0]], ["prove", [2, 6715, 1]], ["test", [2, 6715, 2]], ["taste", [2, 6715, 3]], ["essay", [2, 6715, 4]], ["try", [2, 6715, 5]], ["sample", [2, 6715, 6]], ["examine", [2, 6715, 7]], ["experiment", [2, 6715, 8]]]}, {"answer": "tucker_out", "hint": "synonyms for tucker out", "clues": [["beat", [2, 6716, 0]], ["exhaust", [2, 6716, 1]], ["wash up", [2, 6716, 2]], ["tucker", [2, 6716, 3]]]}, {"answer": "tumesce", "hint": "synonyms for tumesce", "clues": [["swell", [2, 6717, 0]], ["tumefy", [2, 6717, 1]], ["swell up", [2, 6717, 2]], ["intumesce", [2, 6717, 3]]]}, {"answer": "tump_over", "hint": "synonyms for tump over", "clues": [["tip over", [2, 6718, 0]], ["turn over", [2, 6718, 1]], ["overturn", [2, 6718, 2]], ["knock over", [2, 6718, 3]], ["bowl over", [2, 6718, 4]], ["upset", [2, 6718, 5]]]}, {"answer": "turf_out", "hint": "synonyms for turf out", "clues": [["boot out", [2, 6719, 0]], ["exclude", [2, 6719, 1]], ["eject", [2, 6719, 2]], ["chuck out", [2, 6719, 3]], ["turn out", [2, 6719, 4]]]}, {"answer": "turn_away", "hint": "synonyms for turn away", "clues": [["deflect", [2, 6720, 0]], ["refuse", [2, 6720, 1]], ["turn down", [2, 6720, 2]], ["reject", [2, 6720, 3]], ["bend", [2, 6720, 4]], ["avert", [2, 6720, 5]]]}, {"answer": "turn_back", "hint": "synonyms for turn back", "clues": [["dispel", [2, 6721, 0]], ["contain", [2, 6721, 1]], ["run off", [2, 6721, 2]], ["revert", [2, 6721, 3]], ["backtrack", [2, 6721, 4]], ["double back", [2, 6721, 5]], ["drive off", [2, 6721, 6]], ["regress", [2, 6721, 7]], ["check", [2, 6721, 8]], ["drive out", [2, 6721, 9]], ["drive away", [2, 6721, 10]], ["return", [2, 6721, 11]], ["arrest", [2, 6721, 12]], ["hold back", [2, 6721, 13]], ["reverse", [2, 6721, 14]], ["retrovert", [2, 6721, 15]], ["invert", [2, 6721, 16]], ["stop", [2, 6721, 17]], ["chase away", [2, 6721, 18]]]}, {"answer": "turn_down", "hint": "synonyms for turn down", "clues": [["spurn", [2, 6722, 0]], ["reject", [2, 6722, 1]], ["refuse", [2, 6722, 2]], ["disdain", [2, 6722, 3]], ["turn away", [2, 6722, 4]], ["freeze off", [2, 6722, 5]], ["scorn", [2, 6722, 6]], ["pass up", [2, 6722, 7]], ["pooh-pooh", [2, 6722, 8]], ["lower", [2, 6722, 9]], ["lour", [2, 6722, 10]], ["decline", [2, 6722, 11]]]}, {"answer": "turn_in", "hint": "synonyms for turn in", "clues": [["fork over", [2, 6723, 0]], ["kip down", [2, 6723, 1]], ["deliver", [2, 6723, 2]], ["hand over", [2, 6723, 3]], ["bed", [2, 6723, 4]], ["crawl in", [2, 6723, 5]], ["fork out", [2, 6723, 6]], ["sack out", [2, 6723, 7]], ["hit the sack", [2, 6723, 8]], ["render", [2, 6723, 9]], ["go to sleep", [2, 6723, 10]], ["retire", [2, 6723, 11]], ["go to bed", [2, 6723, 12]], ["put on", [2, 6723, 13]], ["hit the hay", [2, 6723, 14]], ["fork up", [2, 6723, 15]]]}, {"answer": "turn_off", "hint": "synonyms for turn off", "clues": [["switch off", [2, 6724, 0]], ["put off", [2, 6724, 1]], ["turn out", [2, 6724, 2]], ["cut", [2, 6724, 3]]]}, {"answer": "turn_on", "hint": "synonyms for turn on", "clues": [["trip out", [2, 6725, 0]], ["commove", [2, 6725, 1]], ["devolve on", [2, 6725, 2]], ["depend on", [2, 6725, 3]], ["arouse", [2, 6725, 4]], ["excite", [2, 6725, 5]], ["charge", [2, 6725, 6]], ["agitate", [2, 6725, 7]], ["switch on", [2, 6725, 8]], ["hinge on", [2, 6725, 9]], ["charge up", [2, 6725, 10]], ["ride", [2, 6725, 11]], ["trip", [2, 6725, 12]], ["get off", [2, 6725, 13]], ["sex", [2, 6725, 14]], ["wind up", [2, 6725, 15]]]}, {"answer": "turn_out", "hint": "synonyms for turn out", "clues": [["turn off", [2, 6726, 0]], ["switch off", [2, 6726, 1]], ["uprise", [2, 6726, 2]], ["turn up", [2, 6726, 3]], ["spread out", [2, 6726, 4]], ["boot out", [2, 6726, 5]], ["rotate", [2, 6726, 6]], ["get up", [2, 6726, 7]], ["rise", [2, 6726, 8]], ["splay", [2, 6726, 9]], ["bear", [2, 6726, 10]], ["turf out", [2, 6726, 11]], ["cut", [2, 6726, 12]], ["prove", [2, 6726, 13]], ["eject", [2, 6726, 14]], ["chuck out", [2, 6726, 15]], ["come out", [2, 6726, 16]], ["exclude", [2, 6726, 17]]]}, {"answer": "turn_over", "hint": "synonyms for turn over", "clues": [["roll", [2, 6727, 0]], ["tip over", [2, 6727, 1]], ["tump over", [2, 6727, 2]], ["pass on", [2, 6727, 3]], ["delve", [2, 6727, 4]], ["cut into", [2, 6727, 5]], ["pass", [2, 6727, 6]], ["turn", [2, 6727, 7]], ["reach", [2, 6727, 8]], ["flip", [2, 6727, 9]], ["deliberate", [2, 6727, 10]], ["overturn", [2, 6727, 11]], ["debate", [2, 6727, 12]], ["dig", [2, 6727, 13]], ["knock over", [2, 6727, 14]], ["consider", [2, 6727, 15]], ["hand", [2, 6727, 16]], ["moot", [2, 6727, 17]], ["bowl over", [2, 6727, 18]], ["give", [2, 6727, 19]], ["upset", [2, 6727, 20]], ["flip over", [2, 6727, 21]]]}, {"answer": "turn_tail", "hint": "synonyms for turn tail", "clues": [["lam", [2, 6728, 0]], ["scarper", [2, 6728, 1]], ["head for the hills", [2, 6728, 2]], ["break away", [2, 6728, 3]], ["run", [2, 6728, 4]], ["take to the woods", [2, 6728, 5]], ["bunk", [2, 6728, 6]], ["scat", [2, 6728, 7]], ["hightail it", [2, 6728, 8]], ["run away", [2, 6728, 9]], ["fly the coop", [2, 6728, 10]], ["escape", [2, 6728, 11]]]}, {"answer": "turn_up", "hint": "synonyms for turn up", "clues": [["turn out", [2, 6729, 0]], ["come on", [2, 6729, 1]], ["locate", [2, 6729, 2]], ["show up", [2, 6729, 3]], ["dig up", [2, 6729, 4]], ["excavate", [2, 6729, 5]], ["come out", [2, 6729, 6]], ["surface", [2, 6729, 7]], ["prove", [2, 6729, 8]], ["fold up", [2, 6729, 9]], ["fold", [2, 6729, 10]]]}, {"answer": "twist_around", "hint": "synonyms for twist around", "clues": [["twist", [2, 6730, 0]], ["sophisticate", [2, 6730, 1]], ["convolute", [2, 6730, 2]], ["pervert", [2, 6730, 3]]]}, {"answer": "typify", "hint": "synonyms for typify", "clues": [["epitomize", [2, 6731, 0]], ["symbolize", [2, 6731, 1]], ["represent", [2, 6731, 2]], ["stand for", [2, 6731, 3]]]}, {"answer": "ululate", "hint": "synonyms for ululate", "clues": [["howl", [2, 6732, 0]], ["roar", [2, 6732, 1]], ["yaup", [2, 6732, 2]], ["wail", [2, 6732, 3]], ["yawl", [2, 6732, 4]]]}, {"answer": "unbend", "hint": "synonyms for unbend", "clues": [["decompress", [2, 6733, 0]], ["unwind", [2, 6733, 1]], ["relax", [2, 6733, 2]], ["straighten", [2, 6733, 3]], ["slow down", [2, 6733, 4]], ["loosen up", [2, 6733, 5]]]}, {"answer": "uncase", "hint": "synonyms for uncase", "clues": [["unclothe", [2, 6734, 0]], ["discase", [2, 6734, 1]], ["peel", [2, 6734, 2]], ["strip", [2, 6734, 3]], ["disrobe", [2, 6734, 4]], ["strip down", [2, 6734, 5]], ["undress", [2, 6734, 6]]]}, {"answer": "unclothe", "hint": "synonyms for unclothe", "clues": [["uncase", [2, 6735, 0]], ["discase", [2, 6735, 1]], ["peel", [2, 6735, 2]], ["strip", [2, 6735, 3]], ["disrobe", [2, 6735, 4]], ["strip down", [2, 6735, 5]], ["undress", [2, 6735, 6]]]}, {"answer": "uncover", "hint": "synonyms for uncover", "clues": [["reveal", [2, 6736, 0]], ["unveil", [2, 6736, 1]], ["bring out", [2, 6736, 2]], ["expose", [2, 6736, 3]]]}, {"answer": "undermine", "hint": "synonyms for undermine", "clues": [["countermine", [2, 6737, 0]], ["weaken", [2, 6737, 1]], ["cave", [2, 6737, 2]], ["subvert", [2, 6737, 3]], ["sabotage", [2, 6737, 4]], ["counteract", [2, 6737, 5]]]}, {"answer": "understand", "hint": "synonyms for understand", "clues": [["sympathise", [2, 6738, 0]], ["translate", [2, 6738, 1]], ["interpret", [2, 6738, 2]], ["realise", [2, 6738, 3]], ["see", [2, 6738, 4]], ["empathise", [2, 6738, 5]], ["read", [2, 6738, 6]], ["infer", [2, 6738, 7]]]}, {"answer": "undertake", "hint": "synonyms for undertake", "clues": [["take in charge", [2, 6739, 0]], ["guarantee", [2, 6739, 1]], ["contract", [2, 6739, 2]], ["tackle", [2, 6739, 3]], ["set about", [2, 6739, 4]], ["attempt", [2, 6739, 5]], ["take on", [2, 6739, 6]]]}, {"answer": "underwrite", "hint": "synonyms for underwrite", "clues": [["subvention", [2, 6740, 0]], ["subvent", [2, 6740, 1]], ["insure", [2, 6740, 2]], ["cover", [2, 6740, 3]]]}, {"answer": "undo", "hint": "synonyms for undo", "clues": [["untie", [2, 6741, 0]], ["unwrap", [2, 6741, 1]], ["loosen", [2, 6741, 2]], ["unmake", [2, 6741, 3]]]}, {"answer": "unfold", "hint": "synonyms for unfold", "clues": [["blossom out", [2, 6742, 0]], ["blossom forth", [2, 6742, 1]], ["blossom", [2, 6742, 2]], ["extend", [2, 6742, 3]], ["stretch", [2, 6742, 4]], ["stretch out", [2, 6742, 5]], ["open", [2, 6742, 6]], ["spread", [2, 6742, 7]], ["spread out", [2, 6742, 8]]]}, {"answer": "unfreeze", "hint": "synonyms for unfreeze", "clues": [["dissolve", [2, 6743, 0]], ["unblock", [2, 6743, 1]], ["release", [2, 6743, 2]], ["thaw", [2, 6743, 3]], ["free", [2, 6743, 4]], ["melt", [2, 6743, 5]], ["dethaw", [2, 6743, 6]], ["unthaw", [2, 6743, 7]]]}, {"answer": "unhinge", "hint": "synonyms for unhinge", "clues": [["trouble", [2, 6744, 0]], ["perturb", [2, 6744, 1]], ["disquiet", [2, 6744, 2]], ["distract", [2, 6744, 3]], ["cark", [2, 6744, 4]], ["disorder", [2, 6744, 5]]]}, {"answer": "unhorse", "hint": "synonyms for unhorse", "clues": [["dismount", [2, 6745, 0]], ["get down", [2, 6745, 1]], ["light", [2, 6745, 2]], ["get off", [2, 6745, 3]]]}, {"answer": "unify", "hint": "synonyms for unify", "clues": [["merge", [2, 6746, 0]], ["mingle", [2, 6746, 1]], ["unite", [2, 6746, 2]], ["mix", [2, 6746, 3]], ["commix", [2, 6746, 4]], ["amalgamate", [2, 6746, 5]]]}, {"answer": "unite", "hint": "synonyms for unite", "clues": [["merge", [2, 6747, 0]], ["unify", [2, 6747, 1]], ["combine", [2, 6747, 2]], ["join", [2, 6747, 3]], ["link", [2, 6747, 4]], ["link up", [2, 6747, 5]], ["connect", [2, 6747, 6]]]}, {"answer": "unknot", "hint": "synonyms for unknot", "clues": [["unscramble", [2, 6748, 0]], ["unpick", [2, 6748, 1]], ["untangle", [2, 6748, 2]], ["unravel", [2, 6748, 3]]]}, {"answer": "unlax", "hint": "synonyms for unlax", "clues": [["loosen up", [2, 6749, 0]], ["relax", [2, 6749, 1]], ["make relaxed", [2, 6749, 2]], ["unwind", [2, 6749, 3]], ["unstrain", [2, 6749, 4]]]}, {"answer": "unload", "hint": "synonyms for unload", "clues": [["set down", [2, 6750, 0]], ["discharge", [2, 6750, 1]], ["put down", [2, 6750, 2]], ["unlade", [2, 6750, 3]], ["drop", [2, 6750, 4]], ["offload", [2, 6750, 5]], ["drop off", [2, 6750, 6]]]}, {"answer": "unloose", "hint": "synonyms for unloose", "clues": [["unloosen", [2, 6751, 0]], ["liberate", [2, 6751, 1]], ["loose", [2, 6751, 2]], ["free", [2, 6751, 3]], ["release", [2, 6751, 4]]]}, {"answer": "unloosen", "hint": "synonyms for unloosen", "clues": [["unloose", [2, 6752, 0]], ["free", [2, 6752, 1]], ["liberate", [2, 6752, 2]], ["loose", [2, 6752, 3]], ["release", [2, 6752, 4]]]}, {"answer": "unpick", "hint": "synonyms for unpick", "clues": [["unscramble", [2, 6753, 0]], ["unknot", [2, 6753, 1]], ["untangle", [2, 6753, 2]], ["unravel", [2, 6753, 3]]]}, {"answer": "unravel", "hint": "synonyms for unravel", "clues": [["ravel out", [2, 6754, 0]], ["unscramble", [2, 6754, 1]], ["run", [2, 6754, 2]], ["unpick", [2, 6754, 3]], ["untangle", [2, 6754, 4]], ["unknot", [2, 6754, 5]], ["ravel", [2, 6754, 6]]]}, {"answer": "unscramble", "hint": "synonyms for unscramble", "clues": [["unknot", [2, 6755, 0]], ["unpick", [2, 6755, 1]], ["untangle", [2, 6755, 2]], ["unravel", [2, 6755, 3]]]}, {"answer": "unsex", "hint": "synonyms for unsex", "clues": [["fix", [2, 6756, 0]], ["sterilize", [2, 6756, 1]], ["desexualize", [2, 6756, 2]], ["desex", [2, 6756, 3]]]}, {"answer": "unstrain", "hint": "synonyms for unstrain", "clues": [["loosen up", [2, 6757, 0]], ["relax", [2, 6757, 1]], ["make relaxed", [2, 6757, 2]], ["unwind", [2, 6757, 3]], ["unlax", [2, 6757, 4]]]}, {"answer": "untangle", "hint": "synonyms for untangle", "clues": [["unscramble", [2, 6758, 0]], ["extricate", [2, 6758, 1]], ["unpick", [2, 6758, 2]], ["unravel", [2, 6758, 3]], ["disentangle", [2, 6758, 4]], ["unknot", [2, 6758, 5]], ["disencumber", [2, 6758, 6]]]}, {"answer": "unthaw", "hint": "synonyms for unthaw", "clues": [["dissolve", [2, 6759, 0]], ["unfreeze", [2, 6759, 1]], ["thaw", [2, 6759, 2]], ["melt", [2, 6759, 3]], ["dethaw", [2, 6759, 4]]]}, {"answer": "untie", "hint": "synonyms for untie", "clues": [["unlace", [2, 6760, 0]], ["unbrace", [2, 6760, 1]], ["loosen", [2, 6760, 2]], ["undo", [2, 6760, 3]]]}, {"answer": "untune", "hint": "synonyms for untune", "clues": [["upset", [2, 6761, 0]], ["discomfit", [2, 6761, 1]], ["discompose", [2, 6761, 2]], ["disconcert", [2, 6761, 3]]]}, {"answer": "unwind", "hint": "synonyms for unwind", "clues": [["disentangle", [2, 6762, 0]], ["decompress", [2, 6762, 1]], ["relax", [2, 6762, 2]], ["unroll", [2, 6762, 3]], ["make relaxed", [2, 6762, 4]], ["unbend", [2, 6762, 5]], ["loosen up", [2, 6762, 6]], ["wind off", [2, 6762, 7]], ["slow down", [2, 6762, 8]], ["unlax", [2, 6762, 9]], ["unstrain", [2, 6762, 10]]]}, {"answer": "unwrap", "hint": "synonyms for unwrap", "clues": [["undo", [2, 6763, 0]], ["expose", [2, 6763, 1]], ["break", [2, 6763, 2]], ["give away", [2, 6763, 3]], ["discover", [2, 6763, 4]], ["bring out", [2, 6763, 5]], ["divulge", [2, 6763, 6]], ["reveal", [2, 6763, 7]], ["disclose", [2, 6763, 8]], ["let out", [2, 6763, 9]], ["let on", [2, 6763, 10]]]}, {"answer": "upchuck", "hint": "synonyms for upchuck", "clues": [["spue", [2, 6764, 0]], ["purge", [2, 6764, 1]], ["regorge", [2, 6764, 2]], ["retch", [2, 6764, 3]], ["vomit up", [2, 6764, 4]], ["disgorge", [2, 6764, 5]], ["puke", [2, 6764, 6]], ["honk", [2, 6764, 7]], ["be sick", [2, 6764, 8]], ["sick", [2, 6764, 9]], ["cast", [2, 6764, 10]], ["regurgitate", [2, 6764, 11]], ["vomit", [2, 6764, 12]], ["spew", [2, 6764, 13]], ["chuck", [2, 6764, 14]], ["throw up", [2, 6764, 15]], ["barf", [2, 6764, 16]]]}, {"answer": "uphold", "hint": "synonyms for uphold", "clues": [["carry on", [2, 6765, 0]], ["preserve", [2, 6765, 1]], ["bear on", [2, 6765, 2]], ["continue", [2, 6765, 3]], ["maintain", [2, 6765, 4]]]}, {"answer": "uprise", "hint": "synonyms for uprise", "clues": [["bristle", [2, 6766, 0]], ["go up", [2, 6766, 1]], ["come up", [2, 6766, 2]], ["grow", [2, 6766, 3]], ["move up", [2, 6766, 4]], ["originate", [2, 6766, 5]], ["resurrect", [2, 6766, 6]], ["turn out", [2, 6766, 7]], ["ascend", [2, 6766, 8]], ["get up", [2, 6766, 9]], ["rise", [2, 6766, 10]], ["develop", [2, 6766, 11]], ["lift", [2, 6766, 12]], ["stand up", [2, 6766, 13]], ["spring up", [2, 6766, 14]]]}, {"answer": "uproot", "hint": "synonyms for uproot", "clues": [["deracinate", [2, 6767, 0]], ["eradicate", [2, 6767, 1]], ["exterminate", [2, 6767, 2]], ["root out", [2, 6767, 3]], ["extirpate", [2, 6767, 4]]]}, {"answer": "urge_on", "hint": "synonyms for urge on", "clues": [["urge", [2, 6768, 0]], ["barrack", [2, 6768, 1]], ["pep up", [2, 6768, 2]], ["inspire", [2, 6768, 3]], ["cheer", [2, 6768, 4]], ["press", [2, 6768, 5]], ["root on", [2, 6768, 6]], ["exhort", [2, 6768, 7]]]}, {"answer": "urinate", "hint": "synonyms for urinate", "clues": [["piss", [2, 6769, 0]], ["spend a penny", [2, 6769, 1]], ["make water", [2, 6769, 2]], ["pee", [2, 6769, 3]], ["puddle", [2, 6769, 4]], ["pass water", [2, 6769, 5]], ["relieve oneself", [2, 6769, 6]], ["micturate", [2, 6769, 7]], ["wee-wee", [2, 6769, 8]], ["take a leak", [2, 6769, 9]], ["make", [2, 6769, 10]], ["pee-pee", [2, 6769, 11]], ["wee", [2, 6769, 12]], ["piddle", [2, 6769, 13]]]}, {"answer": "use_up", "hint": "synonyms for use up", "clues": [["wipe out", [2, 6770, 0]], ["occupy", [2, 6770, 1]], ["run through", [2, 6770, 2]], ["eat", [2, 6770, 3]], ["consume", [2, 6770, 4]], ["eat up", [2, 6770, 5]], ["deplete", [2, 6770, 6]], ["take", [2, 6770, 7]], ["exhaust", [2, 6770, 8]]]}, {"answer": "usurp", "hint": "synonyms for usurp", "clues": [["take over", [2, 6771, 0]], ["seize", [2, 6771, 1]], ["arrogate", [2, 6771, 2]], ["assume", [2, 6771, 3]]]}, {"answer": "utilise", "hint": "synonyms for utilise", "clues": [["utilize", [2, 6772, 0]], ["employ", [2, 6772, 1]], ["apply", [2, 6772, 2]], ["use", [2, 6772, 3]]]}, {"answer": "utilize", "hint": "synonyms for utilize", "clues": [["employ", [2, 6773, 0]], ["apply", [2, 6773, 1]], ["utilise", [2, 6773, 2]], ["use", [2, 6773, 3]]]}, {"answer": "vacate", "hint": "synonyms for vacate", "clues": [["repeal", [2, 6774, 0]], ["lift", [2, 6774, 1]], ["countermand", [2, 6774, 2]], ["rescind", [2, 6774, 3]], ["reverse", [2, 6774, 4]], ["empty", [2, 6774, 5]], ["renounce", [2, 6774, 6]], ["give up", [2, 6774, 7]], ["annul", [2, 6774, 8]], ["resign", [2, 6774, 9]], ["overturn", [2, 6774, 10]], ["revoke", [2, 6774, 11]], ["abandon", [2, 6774, 12]]]}, {"answer": "vacillate", "hint": "synonyms for vacillate", "clues": [["oscillate", [2, 6775, 0]], ["waver", [2, 6775, 1]], ["hover", [2, 6775, 2]], ["vibrate", [2, 6775, 3]], ["fluctuate", [2, 6775, 4]]]}, {"answer": "valuate", "hint": "synonyms for valuate", "clues": [["measure", [2, 6776, 0]], ["assess", [2, 6776, 1]], ["appraise", [2, 6776, 2]], ["value", [2, 6776, 3]], ["evaluate", [2, 6776, 4]]]}, {"answer": "vanish", "hint": "synonyms for vanish", "clues": [["fly", [2, 6777, 0]], ["fell", [2, 6777, 1]], ["go away", [2, 6777, 2]], ["disappear", [2, 6777, 3]], ["vaporize", [2, 6777, 4]]]}, {"answer": "vanquish", "hint": "synonyms for vanquish", "clues": [["crush", [2, 6778, 0]], ["beat", [2, 6778, 1]], ["trounce", [2, 6778, 2]], ["shell", [2, 6778, 3]], ["beat out", [2, 6778, 4]]]}, {"answer": "vaporise", "hint": "synonyms for vaporise", "clues": [["vaporize", [2, 6779, 0]], ["evaporate", [2, 6779, 1]], ["gasify", [2, 6779, 2]], ["aerify", [2, 6779, 3]]]}, {"answer": "vaporize", "hint": "synonyms for vaporize", "clues": [["vaporise", [2, 6780, 0]], ["zap", [2, 6780, 1]], ["fly", [2, 6780, 2]], ["evaporate", [2, 6780, 3]], ["vanish", [2, 6780, 4]], ["gasify", [2, 6780, 5]], ["aerify", [2, 6780, 6]]]}, {"answer": "vary", "hint": "synonyms for vary", "clues": [["variegate", [2, 6781, 0]], ["deviate", [2, 6781, 1]], ["motley", [2, 6781, 2]], ["alter", [2, 6781, 3]], ["depart", [2, 6781, 4]], ["diverge", [2, 6781, 5]], ["change", [2, 6781, 6]]]}, {"answer": "veer", "hint": "synonyms for veer", "clues": [["slue", [2, 6782, 0]], ["curve", [2, 6782, 1]], ["swerve", [2, 6782, 2]], ["slew", [2, 6782, 3]], ["sheer", [2, 6782, 4]], ["trend", [2, 6782, 5]], ["cut", [2, 6782, 6]]]}, {"answer": "vend", "hint": "synonyms for vend", "clues": [["pitch", [2, 6783, 0]], ["monger", [2, 6783, 1]], ["hawk", [2, 6783, 2]], ["peddle", [2, 6783, 3]], ["huckster", [2, 6783, 4]]]}, {"answer": "ventilate", "hint": "synonyms for ventilate", "clues": [["vent", [2, 6784, 0]], ["air", [2, 6784, 1]], ["give vent", [2, 6784, 2]], ["air out", [2, 6784, 3]]]}, {"answer": "verbalise", "hint": "synonyms for verbalise", "clues": [["verbalize", [2, 6785, 0]], ["give tongue to", [2, 6785, 1]], ["utter", [2, 6785, 2]], ["talk", [2, 6785, 3]], ["mouth", [2, 6785, 4]], ["express", [2, 6785, 5]], ["speak", [2, 6785, 6]]]}, {"answer": "verbalize", "hint": "synonyms for verbalize", "clues": [["give tongue to", [2, 6786, 0]], ["utter", [2, 6786, 1]], ["verbalise", [2, 6786, 2]], ["talk", [2, 6786, 3]], ["mouth", [2, 6786, 4]], ["express", [2, 6786, 5]], ["speak", [2, 6786, 6]]]}, {"answer": "verify", "hint": "synonyms for verify", "clues": [["affirm", [2, 6787, 0]], ["assert", [2, 6787, 1]], ["control", [2, 6787, 2]], ["aver", [2, 6787, 3]], ["swan", [2, 6787, 4]], ["swear", [2, 6787, 5]], ["avow", [2, 6787, 6]]]}, {"answer": "vex", "hint": "synonyms for vex", "clues": [["disturb", [2, 6788, 0]], ["baffle", [2, 6788, 1]], ["nettle", [2, 6788, 2]], ["chafe", [2, 6788, 3]], ["beat", [2, 6788, 4]], ["bother", [2, 6788, 5]], ["nark", [2, 6788, 6]], ["rile", [2, 6788, 7]], ["mystify", [2, 6788, 8]], ["pose", [2, 6788, 9]], ["irritate", [2, 6788, 10]], ["commove", [2, 6788, 11]], ["puzzle", [2, 6788, 12]], ["get at", [2, 6788, 13]], ["stick", [2, 6788, 14]], ["gravel", [2, 6788, 15]], ["worry", [2, 6788, 16]], ["get to", [2, 6788, 17]], ["flummox", [2, 6788, 18]], ["annoy", [2, 6788, 19]], ["stir up", [2, 6788, 20]], ["devil", [2, 6788, 21]], ["rag", [2, 6788, 22]], ["shake up", [2, 6788, 23]], ["agitate", [2, 6788, 24]], ["get", [2, 6788, 25]], ["stupefy", [2, 6788, 26]], ["perplex", [2, 6788, 27]], ["dumbfound", [2, 6788, 28]], ["bewilder", [2, 6788, 29]], ["raise up", [2, 6788, 30]], ["amaze", [2, 6788, 31]], ["nonplus", [2, 6788, 32]]]}, {"answer": "vibrate", "hint": "synonyms for vibrate", "clues": [["oscillate", [2, 6789, 0]], ["hover", [2, 6789, 1]], ["resonate", [2, 6789, 2]], ["thrill", [2, 6789, 3]], ["vacillate", [2, 6789, 4]], ["tickle", [2, 6789, 5]]]}, {"answer": "victimize", "hint": "synonyms for victimize", "clues": [["rook", [2, 6790, 0]], ["victimise", [2, 6790, 1]], ["swindle", [2, 6790, 2]], ["gip", [2, 6790, 3]], ["defraud", [2, 6790, 4]], ["nobble", [2, 6790, 5]], ["short-change", [2, 6790, 6]], ["mulct", [2, 6790, 7]], ["bunco", [2, 6790, 8]], ["goldbrick", [2, 6790, 9]], ["diddle", [2, 6790, 10]], ["con", [2, 6790, 11]], ["gyp", [2, 6790, 12]], ["scam", [2, 6790, 13]], ["hornswoggle", [2, 6790, 14]]]}, {"answer": "violate", "hint": "synonyms for violate", "clues": [["assault", [2, 6791, 0]], ["profane", [2, 6791, 1]], ["offend", [2, 6791, 2]], ["break", [2, 6791, 3]], ["spoil", [2, 6791, 4]], ["despoil", [2, 6791, 5]], ["go against", [2, 6791, 6]], ["desecrate", [2, 6791, 7]], ["outrage", [2, 6791, 8]], ["dishonor", [2, 6791, 9]], ["transgress", [2, 6791, 10]], ["rape", [2, 6791, 11]], ["breach", [2, 6791, 12]], ["plunder", [2, 6791, 13]], ["infract", [2, 6791, 14]], ["ravish", [2, 6791, 15]]]}, {"answer": "visualise", "hint": "synonyms for visualise", "clues": [["visualize", [2, 6792, 0]], ["see", [2, 6792, 1]], ["figure", [2, 6792, 2]], ["picture", [2, 6792, 3]], ["project", [2, 6792, 4]], ["image", [2, 6792, 5]], ["fancy", [2, 6792, 6]], ["envision", [2, 6792, 7]]]}, {"answer": "visualize", "hint": "synonyms for visualize", "clues": [["see", [2, 6793, 0]], ["visualise", [2, 6793, 1]], ["figure", [2, 6793, 2]], ["picture", [2, 6793, 3]], ["project", [2, 6793, 4]], ["image", [2, 6793, 5]], ["fancy", [2, 6793, 6]], ["envision", [2, 6793, 7]]]}, {"answer": "vitiate", "hint": "synonyms for vitiate", "clues": [["deflower", [2, 6794, 0]], ["deprave", [2, 6794, 1]], ["invalidate", [2, 6794, 2]], ["demoralise", [2, 6794, 3]], ["debauch", [2, 6794, 4]], ["misdirect", [2, 6794, 5]], ["corrupt", [2, 6794, 6]], ["pervert", [2, 6794, 7]], ["profane", [2, 6794, 8]], ["impair", [2, 6794, 9]], ["spoil", [2, 6794, 10]], ["subvert", [2, 6794, 11]], ["debase", [2, 6794, 12]], ["mar", [2, 6794, 13]], ["void", [2, 6794, 14]]]}, {"answer": "vivify", "hint": "synonyms for vivify", "clues": [["revive", [2, 6795, 0]], ["revivify", [2, 6795, 1]], ["animate", [2, 6795, 2]], ["repair", [2, 6795, 3]], ["recreate", [2, 6795, 4]], ["renovate", [2, 6795, 5]], ["quicken", [2, 6795, 6]]]}, {"answer": "vocalise", "hint": "synonyms for vocalise", "clues": [["vocalize", [2, 6796, 0]], ["voice", [2, 6796, 1]], ["enunciate", [2, 6796, 2]], ["sound", [2, 6796, 3]], ["phonate", [2, 6796, 4]], ["articulate", [2, 6796, 5]], ["vowelise", [2, 6796, 6]]]}, {"answer": "vocalize", "hint": "synonyms for vocalize", "clues": [["vocalise", [2, 6797, 0]], ["voice", [2, 6797, 1]], ["enunciate", [2, 6797, 2]], ["sound", [2, 6797, 3]], ["phonate", [2, 6797, 4]], ["articulate", [2, 6797, 5]], ["vowelise", [2, 6797, 6]]]}, {"answer": "vomit_up", "hint": "synonyms for vomit up", "clues": [["spue", [2, 6798, 0]], ["purge", [2, 6798, 1]], ["regorge", [2, 6798, 2]], ["retch", [2, 6798, 3]], ["upchuck", [2, 6798, 4]], ["disgorge", [2, 6798, 5]], ["puke", [2, 6798, 6]], ["honk", [2, 6798, 7]], ["be sick", [2, 6798, 8]], ["sick", [2, 6798, 9]], ["cast", [2, 6798, 10]], ["regurgitate", [2, 6798, 11]], ["vomit", [2, 6798, 12]], ["spew", [2, 6798, 13]], ["chuck", [2, 6798, 14]], ["throw up", [2, 6798, 15]], ["barf", [2, 6798, 16]]]}, {"answer": "vote_down", "hint": "synonyms for vote down", "clues": [["defeat", [2, 6799, 0]], ["kill", [2, 6799, 1]], ["turn thumbs down", [2, 6799, 2]], ["vote out", [2, 6799, 3]], ["shoot down", [2, 6799, 4]]]}, {"answer": "vote_out", "hint": "synonyms for vote out", "clues": [["defeat", [2, 6800, 0]], ["vote down", [2, 6800, 1]], ["kill", [2, 6800, 2]], ["shoot down", [2, 6800, 3]]]}, {"answer": "wait_on", "hint": "synonyms for wait on", "clues": [["serve", [2, 6801, 0]], ["attend", [2, 6801, 1]], ["attend to", [2, 6801, 2]], ["assist", [2, 6801, 3]]]}, {"answer": "waive", "hint": "synonyms for waive", "clues": [["foreswear", [2, 6802, 0]], ["forfeit", [2, 6802, 1]], ["forgo", [2, 6802, 2]], ["relinquish", [2, 6802, 3]], ["give up", [2, 6802, 4]], ["throw overboard", [2, 6802, 5]], ["dispense with", [2, 6802, 6]]]}, {"answer": "wake_up", "hint": "synonyms for wake up", "clues": [["awaken", [2, 6803, 0]], ["wake", [2, 6803, 1]], ["arouse", [2, 6803, 2]], ["come alive", [2, 6803, 3]]]}, {"answer": "waken", "hint": "synonyms for waken", "clues": [["awaken", [2, 6804, 0]], ["wake", [2, 6804, 1]], ["wake up", [2, 6804, 2]], ["arouse", [2, 6804, 3]], ["come alive", [2, 6804, 4]]]}, {"answer": "wander", "hint": "synonyms for wander", "clues": [["cheat on", [2, 6805, 0]], ["weave", [2, 6805, 1]], ["vagabond", [2, 6805, 2]], ["meander", [2, 6805, 3]], ["betray", [2, 6805, 4]], ["thread", [2, 6805, 5]], ["stray", [2, 6805, 6]], ["cast", [2, 6805, 7]], ["wind", [2, 6805, 8]], ["cuckold", [2, 6805, 9]], ["ramble", [2, 6805, 10]], ["divagate", [2, 6805, 11]], ["range", [2, 6805, 12]], ["drift", [2, 6805, 13]], ["tramp", [2, 6805, 14]], ["roll", [2, 6805, 15]], ["swan", [2, 6805, 16]], ["roam", [2, 6805, 17]], ["cheat", [2, 6805, 18]], ["digress", [2, 6805, 19]], ["rove", [2, 6805, 20]]]}, {"answer": "wanton_away", "hint": "synonyms for wanton away", "clues": [["piddle", [2, 6806, 0]], ["wanton", [2, 6806, 1]], ["trifle", [2, 6806, 2]], ["trifle away", [2, 6806, 3]], ["piddle away", [2, 6806, 4]]]}, {"answer": "ward_off", "hint": "synonyms for ward off", "clues": [["avoid", [2, 6807, 0]], ["obviate", [2, 6807, 1]], ["avert", [2, 6807, 2]], ["forefend", [2, 6807, 3]], ["head off", [2, 6807, 4]], ["stave off", [2, 6807, 5]], ["fend off", [2, 6807, 6]], ["deflect", [2, 6807, 7]], ["debar", [2, 6807, 8]]]}, {"answer": "wash_out", "hint": "synonyms for wash out", "clues": [["wash", [2, 6808, 0]], ["wash away", [2, 6808, 1]], ["wash off", [2, 6808, 2]], ["rain out", [2, 6808, 3]]]}, {"answer": "wash_up", "hint": "synonyms for wash up", "clues": [["beat", [2, 6809, 0]], ["lave", [2, 6809, 1]], ["tucker", [2, 6809, 2]], ["do the dishes", [2, 6809, 3]], ["tucker out", [2, 6809, 4]], ["exhaust", [2, 6809, 5]]]}, {"answer": "waste_one's_time", "hint": "synonyms for waste one's time", "clues": [["bum about", [2, 6810, 0]], ["loll around", [2, 6810, 1]], ["fuck off", [2, 6810, 2]], ["frig around", [2, 6810, 3]], ["loaf", [2, 6810, 4]], ["bum around", [2, 6810, 5]], ["arse around", [2, 6810, 6]], ["lounge about", [2, 6810, 7]], ["arse about", [2, 6810, 8]], ["bum", [2, 6810, 9]], ["lounge around", [2, 6810, 10]], ["loll", [2, 6810, 11]]]}, {"answer": "watch_over", "hint": "synonyms for watch over", "clues": [["watch", [2, 6811, 0]], ["follow", [2, 6811, 1]], ["observe", [2, 6811, 2]], ["keep an eye on", [2, 6811, 3]]]}, {"answer": "waylay", "hint": "synonyms for waylay", "clues": [["bushwhack", [2, 6812, 0]], ["lurk", [2, 6812, 1]], ["scupper", [2, 6812, 2]], ["ambush", [2, 6812, 3]], ["ambuscade", [2, 6812, 4]], ["lie in wait", [2, 6812, 5]]]}, {"answer": "weaken", "hint": "synonyms for weaken", "clues": [["de-escalate", [2, 6813, 0]], ["undermine", [2, 6813, 1]], ["dampen", [2, 6813, 2]], ["damp", [2, 6813, 3]], ["countermine", [2, 6813, 4]], ["step down", [2, 6813, 5]], ["subvert", [2, 6813, 6]], ["break", [2, 6813, 7]], ["sabotage", [2, 6813, 8]], ["counteract", [2, 6813, 9]], ["soften", [2, 6813, 10]]]}, {"answer": "wear_away", "hint": "synonyms for wear away", "clues": [["gnaw at", [2, 6814, 0]], ["whittle away", [2, 6814, 1]], ["eat at", [2, 6814, 2]], ["erode", [2, 6814, 3]], ["gnaw", [2, 6814, 4]], ["whittle down", [2, 6814, 5]], ["wear off", [2, 6814, 6]]]}, {"answer": "wear_down", "hint": "synonyms for wear down", "clues": [["tire", [2, 6815, 0]], ["weary", [2, 6815, 1]], ["jade", [2, 6815, 2]], ["wear upon", [2, 6815, 3]], ["wear out", [2, 6815, 4]], ["fag", [2, 6815, 5]], ["fatigue", [2, 6815, 6]], ["wear thin", [2, 6815, 7]], ["outwear", [2, 6815, 8]], ["tire out", [2, 6815, 9]], ["fag out", [2, 6815, 10]], ["wear off", [2, 6815, 11]]]}, {"answer": "wear_off", "hint": "synonyms for wear off", "clues": [["wear", [2, 6816, 0]], ["wear out", [2, 6816, 1]], ["wear down", [2, 6816, 2]], ["wear thin", [2, 6816, 3]], ["wear away", [2, 6816, 4]]]}, {"answer": "wear_out", "hint": "synonyms for wear out", "clues": [["tire", [2, 6817, 0]], ["weary", [2, 6817, 1]], ["wear upon", [2, 6817, 2]], ["wear thin", [2, 6817, 3]], ["outwear", [2, 6817, 4]], ["bust", [2, 6817, 5]], ["fag out", [2, 6817, 6]], ["wear off", [2, 6817, 7]], ["wear down", [2, 6817, 8]], ["jade", [2, 6817, 9]], ["break", [2, 6817, 10]], ["fag", [2, 6817, 11]], ["fatigue", [2, 6817, 12]], ["fall apart", [2, 6817, 13]], ["tire out", [2, 6817, 14]]]}, {"answer": "wear_thin", "hint": "synonyms for wear thin", "clues": [["wear", [2, 6818, 0]], ["wear out", [2, 6818, 1]], ["wear down", [2, 6818, 2]], ["wear off", [2, 6818, 3]]]}, {"answer": "wear_upon", "hint": "synonyms for wear upon", "clues": [["tire", [2, 6819, 0]], ["weary", [2, 6819, 1]], ["jade", [2, 6819, 2]], ["fag", [2, 6819, 3]], ["fatigue", [2, 6819, 4]], ["wear out", [2, 6819, 5]], ["outwear", [2, 6819, 6]], ["tire out", [2, 6819, 7]], ["fag out", [2, 6819, 8]], ["wear down", [2, 6819, 9]]]}, {"answer": "wee-wee", "hint": "synonyms for wee-wee", "clues": [["piss", [2, 6820, 0]], ["spend a penny", [2, 6820, 1]], ["make water", [2, 6820, 2]], ["pee", [2, 6820, 3]], ["puddle", [2, 6820, 4]], ["pass water", [2, 6820, 5]], ["relieve oneself", [2, 6820, 6]], ["urinate", [2, 6820, 7]], ["micturate", [2, 6820, 8]], ["take a leak", [2, 6820, 9]], ["make", [2, 6820, 10]], ["pee-pee", [2, 6820, 11]], ["wee", [2, 6820, 12]], ["piddle", [2, 6820, 13]]]}, {"answer": "weigh", "hint": "synonyms for weigh", "clues": [["count", [2, 6821, 0]], ["press", [2, 6821, 1]], ["matter", [2, 6821, 2]], ["consider", [2, 6821, 3]], ["librate", [2, 6821, 4]]]}, {"answer": "weigh_down", "hint": "synonyms for weigh down", "clues": [["drag down", [2, 6822, 0]], ["weigh on", [2, 6822, 1]], ["bear down on", [2, 6822, 2]], ["press down on", [2, 6822, 3]]]}, {"answer": "well_over", "hint": "synonyms for well over", "clues": [["brim over", [2, 6823, 0]], ["run over", [2, 6823, 1]], ["overflow", [2, 6823, 2]], ["overrun", [2, 6823, 3]]]}, {"answer": "whap", "hint": "synonyms for whap", "clues": [["bash", [2, 6824, 0]], ["bonk", [2, 6824, 1]], ["bop", [2, 6824, 2]], ["whop", [2, 6824, 3]], ["sock", [2, 6824, 4]]]}, {"answer": "wheedle", "hint": "synonyms for wheedle", "clues": [["blarney", [2, 6825, 0]], ["coax", [2, 6825, 1]], ["sweet-talk", [2, 6825, 2]], ["palaver", [2, 6825, 3]], ["inveigle", [2, 6825, 4]], ["cajole", [2, 6825, 5]]]}, {"answer": "whelm", "hint": "synonyms for whelm", "clues": [["sweep over", [2, 6826, 0]], ["overwhelm", [2, 6826, 1]], ["overcome", [2, 6826, 2]], ["overtake", [2, 6826, 3]], ["overpower", [2, 6826, 4]]]}, {"answer": "whoop_it_up", "hint": "synonyms for whoop it up", "clues": [["wassail", [2, 6827, 0]], ["make whoopie", [2, 6827, 1]], ["jollify", [2, 6827, 2]], ["make happy", [2, 6827, 3]], ["racket", [2, 6827, 4]], ["revel", [2, 6827, 5]], ["make merry", [2, 6827, 6]]]}, {"answer": "whop", "hint": "synonyms for whop", "clues": [["whack", [2, 6828, 0]], ["whap", [2, 6828, 1]], ["bash", [2, 6828, 2]], ["wallop", [2, 6828, 3]], ["bonk", [2, 6828, 4]], ["bop", [2, 6828, 5]], ["wham", [2, 6828, 6]], ["sock", [2, 6828, 7]]]}, {"answer": "wield", "hint": "synonyms for wield", "clues": [["maintain", [2, 6829, 0]], ["exert", [2, 6829, 1]], ["manage", [2, 6829, 2]], ["handle", [2, 6829, 3]]]}, {"answer": "wind_up", "hint": "synonyms for wind up", "clues": [["wind", [2, 6830, 0]], ["fetch up", [2, 6830, 1]], ["end up", [2, 6830, 2]], ["land up", [2, 6830, 3]], ["arouse", [2, 6830, 4]], ["excite", [2, 6830, 5]], ["finish up", [2, 6830, 6]], ["sex", [2, 6830, 7]], ["turn on", [2, 6830, 8]], ["finish", [2, 6830, 9]]]}, {"answer": "wipe_off", "hint": "synonyms for wipe off", "clues": [["score out", [2, 6831, 0]], ["wipe away", [2, 6831, 1]], ["rub out", [2, 6831, 2]], ["efface", [2, 6831, 3]], ["erase", [2, 6831, 4]]]}, {"answer": "wipe_out", "hint": "synonyms for wipe out", "clues": [["erase", [2, 6832, 0]], ["eradicate", [2, 6832, 1]], ["carry off", [2, 6832, 2]], ["cancel out", [2, 6832, 3]], ["run through", [2, 6832, 4]], ["eat", [2, 6832, 5]], ["consume", [2, 6832, 6]], ["eat up", [2, 6832, 7]], ["deplete", [2, 6832, 8]], ["obliterate", [2, 6832, 9]], ["kill", [2, 6832, 10]], ["exhaust", [2, 6832, 11]], ["decimate", [2, 6832, 12]], ["eliminate", [2, 6832, 13]], ["use up", [2, 6832, 14]], ["extinguish", [2, 6832, 15]], ["sweep away", [2, 6832, 16]], ["annihilate", [2, 6832, 17]]]}, {"answer": "withdraw", "hint": "synonyms for withdraw", "clues": [["move back", [2, 6833, 0]], ["crawfish", [2, 6833, 1]], ["retire", [2, 6833, 2]], ["take", [2, 6833, 3]], ["crawfish out", [2, 6833, 4]], ["seclude", [2, 6833, 5]], ["pull back", [2, 6833, 6]], ["recede", [2, 6833, 7]], ["draw", [2, 6833, 8]], ["take away", [2, 6833, 9]], ["unsay", [2, 6833, 10]], ["remove", [2, 6833, 11]], ["swallow", [2, 6833, 12]], ["take out", [2, 6833, 13]], ["pull in one's horns", [2, 6833, 14]], ["draw off", [2, 6833, 15]], ["retreat", [2, 6833, 16]], ["draw back", [2, 6833, 17]], ["pull away", [2, 6833, 18]], ["call back", [2, 6833, 19]], ["recall", [2, 6833, 20]], ["back away", [2, 6833, 21]], ["sequestrate", [2, 6833, 22]], ["bow out", [2, 6833, 23]], ["adjourn", [2, 6833, 24]], ["disengage", [2, 6833, 25]], ["back out", [2, 6833, 26]], ["call in", [2, 6833, 27]], ["take back", [2, 6833, 28]], ["sequester", [2, 6833, 29]]]}, {"answer": "wither", "hint": "synonyms for wither", "clues": [["shrink", [2, 6834, 0]], ["fade", [2, 6834, 1]], ["shrivel up", [2, 6834, 2]], ["shrivel", [2, 6834, 3]]]}, {"answer": "withstand", "hint": "synonyms for withstand", "clues": [["stand firm", [2, 6835, 0]], ["hold out", [2, 6835, 1]], ["resist", [2, 6835, 2]], ["hold up", [2, 6835, 3]], ["hold", [2, 6835, 4]], ["defy", [2, 6835, 5]]]}, {"answer": "womanize", "hint": "synonyms for womanize", "clues": [["effeminise", [2, 6836, 0]], ["womanise", [2, 6836, 1]], ["feminize", [2, 6836, 2]], ["philander", [2, 6836, 3]]]}, {"answer": "work_out", "hint": "synonyms for work out", "clues": [["work", [2, 6837, 0]], ["exercise", [2, 6837, 1]], ["elaborate", [2, 6837, 2]], ["cypher", [2, 6837, 3]], ["compute", [2, 6837, 4]], ["reckon", [2, 6837, 5]], ["cipher", [2, 6837, 6]], ["figure out", [2, 6837, 7]], ["figure", [2, 6837, 8]], ["calculate", [2, 6837, 9]], ["lick", [2, 6837, 10]], ["puzzle out", [2, 6837, 11]], ["work up", [2, 6837, 12]], ["solve", [2, 6837, 13]]]}, {"answer": "work_up", "hint": "synonyms for work up", "clues": [["work out", [2, 6838, 0]], ["progress", [2, 6838, 1]], ["build", [2, 6838, 2]], ["build up", [2, 6838, 3]], ["ramp up", [2, 6838, 4]], ["get up", [2, 6838, 5]]]}, {"answer": "worsen", "hint": "synonyms for worsen", "clues": [["exasperate", [2, 6839, 0]], ["aggravate", [2, 6839, 1]], ["exacerbate", [2, 6839, 2]], ["decline", [2, 6839, 3]]]}, {"answer": "wrap_up", "hint": "synonyms for wrap up", "clues": [["get through", [2, 6840, 0]], ["mop up", [2, 6840, 1]], ["finish off", [2, 6840, 2]], ["cover", [2, 6840, 3]], ["polish off", [2, 6840, 4]], ["finish up", [2, 6840, 5]], ["wrap", [2, 6840, 6]], ["clear up", [2, 6840, 7]], ["roll up", [2, 6840, 8]]]}, {"answer": "wreak", "hint": "synonyms for wreak", "clues": [["make for", [2, 6841, 0]], ["bring", [2, 6841, 1]], ["work", [2, 6841, 2]], ["play", [2, 6841, 3]]]}, {"answer": "write", "hint": "synonyms for write", "clues": [["drop a line", [2, 6842, 0]], ["compose", [2, 6842, 1]], ["indite", [2, 6842, 2]], ["spell", [2, 6842, 3]], ["pen", [2, 6842, 4]], ["save", [2, 6842, 5]], ["publish", [2, 6842, 6]]]}, {"answer": "write_down", "hint": "synonyms for write down", "clues": [["get down", [2, 6843, 0]], ["expense", [2, 6843, 1]], ["write off", [2, 6843, 2]], ["put down", [2, 6843, 3]]]}, {"answer": "write_in_code", "hint": "synonyms for write in code", "clues": [["encipher", [2, 6844, 0]], ["cypher", [2, 6844, 1]], ["code", [2, 6844, 2]], ["inscribe", [2, 6844, 3]], ["encrypt", [2, 6844, 4]]]}, {"answer": "write_out", "hint": "synonyms for write out", "clues": [["cut", [2, 6845, 0]], ["issue", [2, 6845, 1]], ["make out", [2, 6845, 2]], ["write up", [2, 6845, 3]]]}, {"answer": "writhe", "hint": "synonyms for writhe", "clues": [["twist", [2, 6846, 0]], ["wriggle", [2, 6846, 1]], ["squirm", [2, 6846, 2]], ["wrestle", [2, 6846, 3]], ["worm", [2, 6846, 4]]]}, {"answer": "yack_away", "hint": "synonyms for yack away", "clues": [["yack", [2, 6847, 0]], ["rattle on", [2, 6847, 1]], ["yap away", [2, 6847, 2]], ["jaw", [2, 6847, 3]]]}, {"answer": "yammer", "hint": "synonyms for yammer", "clues": [["whine", [2, 6848, 0]], ["howl", [2, 6848, 1]], ["yowl", [2, 6848, 2]], ["grizzle", [2, 6848, 3]], ["yawp", [2, 6848, 4]], ["wrawl", [2, 6848, 5]]]}, {"answer": "yap_away", "hint": "synonyms for yap away", "clues": [["yack away", [2, 6849, 0]], ["yack", [2, 6849, 1]], ["rattle on", [2, 6849, 2]], ["jaw", [2, 6849, 3]]]}, {"answer": "yaup", "hint": "synonyms for yaup", "clues": [["howl", [2, 6850, 0]], ["roar", [2, 6850, 1]], ["ululate", [2, 6850, 2]], ["wail", [2, 6850, 3]], ["yawl", [2, 6850, 4]]]}, {"answer": "yawp", "hint": "synonyms for yawp", "clues": [["bawl", [2, 6851, 0]], ["grizzle", [2, 6851, 1]], ["yammer", [2, 6851, 2]], ["whine", [2, 6851, 3]]]}, {"answer": "yearn", "hint": "synonyms for yearn", "clues": [["yen", [2, 6852, 0]], ["hanker", [2, 6852, 1]], ["long", [2, 6852, 2]], ["ache", [2, 6852, 3]], ["languish", [2, 6852, 4]], ["pine", [2, 6852, 5]]]}], "portion": 0.6}, {"name": "adverbs", "groups": [{"answer": "about", "hint": "synonyms for about", "clues": [["nigh", [3, 0, 0]], ["well-nigh", [3, 0, 1]], ["just about", [3, 0, 2]], ["more or less", [3, 0, 3]], ["some", [3, 0, 4]], ["near", [3, 0, 5]], ["around", [3, 0, 6]], ["approximately", [3, 0, 7]], ["most", [3, 0, 8]], ["roughly", [3, 0, 9]], ["close to", [3, 0, 10]], ["almost", [3, 0, 11]], ["virtually", [3, 0, 12]], ["or so", [3, 0, 13]]]}, {"answer": "after", "hint": "synonyms for after", "clues": [["afterwards", [3, 1, 0]], ["later on", [3, 1, 1]], ["later", [3, 1, 2]], ["subsequently", [3, 1, 3]]]}, {"answer": "ahead", "hint": "synonyms for ahead", "clues": [["beforehand", [3, 2, 0]], ["forward", [3, 2, 1]], ["onwards", [3, 2, 2]], ["out front", [3, 2, 3]], ["in the lead", [3, 2, 4]], ["in front", [3, 2, 5]], ["in advance", [3, 2, 6]], ["before", [3, 2, 7]], ["forrader", [3, 2, 8]]]}, {"answer": "all", "hint": "synonyms for all", "clues": [["totally", [3, 3, 0]], ["completely", [3, 3, 1]], ["altogether", [3, 3, 2]], ["whole", [3, 3, 3]], ["wholly", [3, 3, 4]], ["entirely", [3, 3, 5]]]}, {"answer": "all_right", "hint": "synonyms for all right", "clues": [["fine", [3, 4, 0]], ["alright", [3, 4, 1]], ["very well", [3, 4, 2]], ["okay", [3, 4, 3]]]}, {"answer": "alone", "hint": "synonyms for alone", "clues": [["only", [3, 5, 0]], ["unaccompanied", [3, 5, 1]], ["exclusively", [3, 5, 2]], ["entirely", [3, 5, 3]], ["solely", [3, 5, 4]], ["solo", [3, 5, 5]]]}, {"answer": "alright", "hint": "synonyms for alright", "clues": [["fine", [3, 6, 0]], ["all right", [3, 6, 1]], ["very well", [3, 6, 2]], ["okay", [3, 6, 3]]]}, {"answer": "apropos", "hint": "synonyms for apropos", "clues": [["well-timed", [3, 7, 0]], ["incidentally", [3, 7, 1]], ["by the way", [3, 7, 2]], ["seasonably", [3, 7, 3]], ["by the bye", [3, 7, 4]], ["timely", [3, 7, 5]]]}, {"answer": "away", "hint": "synonyms for away", "clues": [["aside", [3, 8, 0]], ["out", [3, 8, 1]], ["off", [3, 8, 2]], ["by", [3, 8, 3]], ["forth", [3, 8, 4]]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["considerably", [3, 9, 0]], ["well", [3, 9, 1]], ["advantageously", [3, 9, 2]], ["intimately", [3, 9, 3]], ["easily", [3, 9, 4]], ["comfortably", [3, 9, 5]], ["better", [3, 9, 6]], ["good", [3, 9, 7]], ["substantially", [3, 9, 8]]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["considerably", [3, 10, 0]], ["well", [3, 10, 1]], ["advantageously", [3, 10, 2]], ["intimately", [3, 10, 3]], ["best", [3, 10, 4]], ["easily", [3, 10, 5]], ["comfortably", [3, 10, 6]], ["good", [3, 10, 7]], ["substantially", [3, 10, 8]]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["nigh", [3, 11, 0]], ["near", [3, 11, 1]], ["tight", [3, 11, 2]], ["closely", [3, 11, 3]]]}, {"answer": "dead", "hint": "synonyms for dead", "clues": [["short", [3, 12, 0]], ["abruptly", [3, 12, 1]], ["utterly", [3, 12, 2]], ["perfectly", [3, 12, 3]], ["suddenly", [3, 12, 4]], ["absolutely", [3, 12, 5]]]}, {"answer": "deadly", "hint": "synonyms for deadly", "clues": [["lifelessly", [3, 13, 0]], ["devilishly", [3, 13, 1]], ["insanely", [3, 13, 2]], ["madly", [3, 13, 3]], ["deucedly", [3, 13, 4]]]}, {"answer": "decent", "hint": "synonyms for decent", "clues": [["decently", [3, 14, 0]], ["the right way", [3, 14, 1]], ["right", [3, 14, 2]], ["properly", [3, 14, 3]], ["in good order", [3, 14, 4]]]}, {"answer": "earlier", "hint": "synonyms for earlier", "clues": [["in the beginning", [3, 15, 0]], ["before", [3, 15, 1]], ["to begin with", [3, 15, 2]], ["in the first place", [3, 15, 3]], ["sooner", [3, 15, 4]], ["originally", [3, 15, 5]]]}, {"answer": "early", "hint": "synonyms for early", "clues": [["too soon", [3, 16, 0]], ["betimes", [3, 16, 1]], ["early on", [3, 16, 2]], ["ahead of time", [3, 16, 3]]]}, {"answer": "easy", "hint": "synonyms for easy", "clues": [["slow", [3, 17, 0]], ["soft", [3, 17, 1]], ["tardily", [3, 17, 2]], ["easily", [3, 17, 3]]]}, {"answer": "erstwhile", "hint": "synonyms for erstwhile", "clues": [["at one time", [3, 18, 0]], ["erst", [3, 18, 1]], ["formerly", [3, 18, 2]], ["once", [3, 18, 3]]]}, {"answer": "false", "hint": "synonyms for false", "clues": [["traitorously", [3, 19, 0]], ["treacherously", [3, 19, 1]], ["faithlessly", [3, 19, 2]], ["treasonably", [3, 19, 3]]]}, {"answer": "fine", "hint": "synonyms for fine", "clues": [["exquisitely", [3, 20, 0]], ["finely", [3, 20, 1]], ["alright", [3, 20, 2]], ["very well", [3, 20, 3]], ["delicately", [3, 20, 4]]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["first off", [3, 21, 0]], ["for the first time", [3, 21, 1]], ["firstly", [3, 21, 2]], ["first of all", [3, 21, 3]], ["foremost", [3, 21, 4]]]}, {"answer": "for_sure", "hint": "synonyms for for sure", "clues": [["sure", [3, 22, 0]], ["sure enough", [3, 22, 1]], ["for certain", [3, 22, 2]], ["sure as shooting", [3, 22, 3]], ["certainly", [3, 22, 4]]]}, {"answer": "forward", "hint": "synonyms for forward", "clues": [["onward", [3, 23, 0]], ["forwards", [3, 23, 1]], ["ahead", [3, 23, 2]], ["forrard", [3, 23, 3]], ["frontward", [3, 23, 4]], ["forrader", [3, 23, 5]], ["forth", [3, 23, 6]], ["fore", [3, 23, 7]]]}, {"answer": "hard", "hint": "synonyms for hard", "clues": [["severely", [3, 24, 0]], ["firmly", [3, 24, 1]], ["intemperately", [3, 24, 2]], ["heavily", [3, 24, 3]]]}, {"answer": "inside", "hint": "synonyms for inside", "clues": [["in spite of appearance", [3, 25, 0]], ["deep down", [3, 25, 1]], ["within", [3, 25, 2]], ["at heart", [3, 25, 3]], ["inwardly", [3, 25, 4]], ["indoors", [3, 25, 5]], ["at bottom", [3, 25, 6]]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["passably", [3, 26, 0]], ["moderately", [3, 26, 1]], ["fairly", [3, 26, 2]], ["middling", [3, 26, 3]], ["somewhat", [3, 26, 4]], ["reasonably", [3, 26, 5]], ["pretty", [3, 26, 6]]]}, {"answer": "just", "hint": "synonyms for just", "clues": [["precisely", [3, 27, 0]], ["simply", [3, 27, 1]], ["only", [3, 27, 2]], ["exactly", [3, 27, 3]], ["barely", [3, 27, 4]], ["scarcely", [3, 27, 5]], ["hardly", [3, 27, 6]], ["but", [3, 27, 7]], ["merely", [3, 27, 8]], ["just now", [3, 27, 9]]]}, {"answer": "late", "hint": "synonyms for late", "clues": [["latterly", [3, 28, 0]], ["deep", [3, 28, 1]], ["recently", [3, 28, 2]], ["tardily", [3, 28, 3]], ["belatedly", [3, 28, 4]], ["of late", [3, 28, 5]]]}, {"answer": "later", "hint": "synonyms for later", "clues": [["afterwards", [3, 29, 0]], ["later on", [3, 29, 1]], ["subsequently", [3, 29, 2]], ["by and by", [3, 29, 3]], ["after", [3, 29, 4]]]}, {"answer": "lengthways", "hint": "synonyms for lengthways", "clues": [["lengthwise", [3, 30, 0]], ["longitudinally", [3, 30, 1]], ["longways", [3, 30, 2]], ["longwise", [3, 30, 3]]]}, {"answer": "lengthwise", "hint": "synonyms for lengthwise", "clues": [["lengthways", [3, 31, 0]], ["longitudinally", [3, 31, 1]], ["longways", [3, 31, 2]], ["longwise", [3, 31, 3]]]}, {"answer": "likely", "hint": "synonyms for likely", "clues": [["belike", [3, 32, 0]], ["in all probability", [3, 32, 1]], ["probably", [3, 32, 2]], ["in all likelihood", [3, 32, 3]]]}, {"answer": "middling", "hint": "synonyms for middling", "clues": [["passably", [3, 33, 0]], ["moderately", [3, 33, 1]], ["fairly", [3, 33, 2]], ["jolly", [3, 33, 3]], ["somewhat", [3, 33, 4]], ["reasonably", [3, 33, 5]], ["pretty", [3, 33, 6]]]}, {"answer": "most", "hint": "synonyms for most", "clues": [["nigh", [3, 34, 0]], ["well-nigh", [3, 34, 1]], ["to the highest degree", [3, 34, 2]], ["almost", [3, 34, 3]], ["nearly", [3, 34, 4]], ["virtually", [3, 34, 5]], ["about", [3, 34, 6]]]}, {"answer": "much", "hint": "synonyms for much", "clues": [["a good deal", [3, 35, 0]], ["practically", [3, 35, 1]], ["a great deal", [3, 35, 2]], ["often", [3, 35, 3]], ["lots", [3, 35, 4]], ["very much", [3, 35, 5]], ["a lot", [3, 35, 6]]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["nigh", [3, 36, 0]], ["close", [3, 36, 1]], ["well-nigh", [3, 36, 2]], ["almost", [3, 36, 3]], ["nearly", [3, 36, 4]], ["virtually", [3, 36, 5]], ["about", [3, 36, 6]], ["most", [3, 36, 7]]]}, {"answer": "nigh", "hint": "synonyms for nigh", "clues": [["well-nigh", [3, 37, 0]], ["close", [3, 37, 1]], ["near", [3, 37, 2]], ["almost", [3, 37, 3]], ["virtually", [3, 37, 4]], ["about", [3, 37, 5]], ["most", [3, 37, 6]]]}, {"answer": "on_the_button", "hint": "synonyms for on the button", "clues": [["precisely", [3, 38, 0]], ["on the dot", [3, 38, 1]], ["exactly", [3, 38, 2]], ["on the nose", [3, 38, 3]]]}, {"answer": "on_the_nose", "hint": "synonyms for on the nose", "clues": [["on the button", [3, 39, 0]], ["on the dot", [3, 39, 1]], ["exactly", [3, 39, 2]], ["precisely", [3, 39, 3]]]}, {"answer": "only", "hint": "synonyms for only", "clues": [["only if", [3, 40, 0]], ["exclusively", [3, 40, 1]], ["just", [3, 40, 2]], ["solely", [3, 40, 3]], ["simply", [3, 40, 4]], ["only when", [3, 40, 5]], ["but", [3, 40, 6]], ["merely", [3, 40, 7]], ["entirely", [3, 40, 8]], ["alone", [3, 40, 9]]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["patently", [3, 41, 0]], ["apparently", [3, 41, 1]], ["obviously", [3, 41, 2]], ["manifestly", [3, 41, 3]], ["evidently", [3, 41, 4]], ["plainly", [3, 41, 5]]]}, {"answer": "pretty", "hint": "synonyms for pretty", "clues": [["passably", [3, 42, 0]], ["moderately", [3, 42, 1]], ["fairly", [3, 42, 2]], ["jolly", [3, 42, 3]], ["middling", [3, 42, 4]], ["somewhat", [3, 42, 5]], ["reasonably", [3, 42, 6]]]}, {"answer": "regardless", "hint": "synonyms for regardless", "clues": [["irrespective", [3, 43, 0]], ["disregarding", [3, 43, 1]], ["disregardless", [3, 43, 2]], ["no matter", [3, 43, 3]]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["decent", [3, 44, 0]], ["properly", [3, 44, 1]], ["justly", [3, 44, 2]], ["aright", [3, 44, 3]], ["the right way", [3, 44, 4]], ["mightily", [3, 44, 5]], ["flop", [3, 44, 6]], ["right on", [3, 44, 7]], ["powerful", [3, 44, 8]], ["correctly", [3, 44, 9]], ["in good order", [3, 44, 10]]]}, {"answer": "scarce", "hint": "synonyms for scarce", "clues": [["just", [3, 45, 0]], ["barely", [3, 45, 1]], ["scarcely", [3, 45, 2]], ["hardly", [3, 45, 3]]]}, {"answer": "short", "hint": "synonyms for short", "clues": [["curtly", [3, 46, 0]], ["shortly", [3, 46, 1]], ["abruptly", [3, 46, 2]], ["unawares", [3, 46, 3]], ["suddenly", [3, 46, 4]], ["dead", [3, 46, 5]]]}, {"answer": "sideways", "hint": "synonyms for sideways", "clues": [["sideway", [3, 47, 0]], ["sidewise", [3, 47, 1]], ["sidelong", [3, 47, 2]], ["obliquely", [3, 47, 3]]]}, {"answer": "slapdash", "hint": "synonyms for slapdash", "clues": [["smack", [3, 48, 0]], ["bolt", [3, 48, 1]], ["slap", [3, 48, 2]], ["bang", [3, 48, 3]], ["slam-bang", [3, 48, 4]]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["tardily", [3, 49, 0]], ["easy", [3, 49, 1]], ["behind", [3, 49, 2]], ["slowly", [3, 49, 3]]]}, {"answer": "some", "hint": "synonyms for some", "clues": [["roughly", [3, 50, 0]], ["just about", [3, 50, 1]], ["around", [3, 50, 2]], ["close to", [3, 50, 3]], ["more or less", [3, 50, 4]], ["about", [3, 50, 5]], ["or so", [3, 50, 6]], ["approximately", [3, 50, 7]]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["stock-still", [3, 51, 0]], ["even so", [3, 51, 1]], ["nonetheless", [3, 51, 2]], ["notwithstanding", [3, 51, 3]], ["even", [3, 51, 4]], ["yet", [3, 51, 5]], ["however", [3, 51, 6]], ["withal", [3, 51, 7]], ["nevertheless", [3, 51, 8]], ["all the same", [3, 51, 9]]]}, {"answer": "straightaway", "hint": "synonyms for straightaway", "clues": [["straight off", [3, 52, 0]], ["right away", [3, 52, 1]], ["directly", [3, 52, 2]], ["at once", [3, 52, 3]], ["now", [3, 52, 4]], ["forthwith", [3, 52, 5]], ["instantly", [3, 52, 6]], ["like a shot", [3, 52, 7]], ["immediately", [3, 52, 8]]]}, {"answer": "sure", "hint": "synonyms for sure", "clues": [["sure enough", [3, 53, 0]], ["for sure", [3, 53, 1]], ["surely", [3, 53, 2]], ["for certain", [3, 53, 3]], ["sure as shooting", [3, 53, 4]], ["certainly", [3, 53, 5]]]}, {"answer": "sure_as_shooting", "hint": "synonyms for sure as shooting", "clues": [["sure", [3, 54, 0]], ["sure enough", [3, 54, 1]], ["for sure", [3, 54, 2]], ["for certain", [3, 54, 3]], ["certainly", [3, 54, 4]]]}, {"answer": "topsy-turvy", "hint": "synonyms for topsy-turvy", "clues": [["head over heels", [3, 55, 0]], ["heels over head", [3, 55, 1]], ["higgledy-piggledy", [3, 55, 2]], ["topsy-turvily", [3, 55, 3]], ["in great confusion", [3, 55, 4]]]}, {"answer": "well", "hint": "synonyms for well", "clues": [["considerably", [3, 56, 0]], ["comfortably", [3, 56, 1]], ["advantageously", [3, 56, 2]], ["easily", [3, 56, 3]], ["good", [3, 56, 4]], ["substantially", [3, 56, 5]], ["intimately", [3, 56, 6]]]}, {"answer": "whole", "hint": "synonyms for whole", "clues": [["totally", [3, 57, 0]], ["completely", [3, 57, 1]], ["altogether", [3, 57, 2]], ["all", [3, 57, 3]], ["wholly", [3, 57, 4]], ["entirely", [3, 57, 5]]]}, {"answer": "wondrous", "hint": "synonyms for wondrous", "clues": [["marvelously", [3, 58, 0]], ["toppingly", [3, 58, 1]], ["superbly", [3, 58, 2]], ["wondrously", [3, 58, 3]], ["wonderfully", [3, 58, 4]], ["terrifically", [3, 58, 5]]]}, {"answer": "a_good_deal", "hint": "synonyms for a good deal", "clues": [["much", [3, 59, 0]], ["lots", [3, 59, 1]], ["very much", [3, 59, 2]], ["a lot", [3, 59, 3]], ["a great deal", [3, 59, 4]]]}, {"answer": "a_great_deal", "hint": "synonyms for a great deal", "clues": [["a good deal", [3, 60, 0]], ["much", [3, 60, 1]], ["often", [3, 60, 2]], ["lots", [3, 60, 3]], ["very much", [3, 60, 4]], ["a lot", [3, 60, 5]]]}, {"answer": "a_lot", "hint": "synonyms for a lot", "clues": [["a good deal", [3, 61, 0]], ["much", [3, 61, 1]], ["lots", [3, 61, 2]], ["very much", [3, 61, 3]], ["a great deal", [3, 61, 4]]]}, {"answer": "abominably", "hint": "synonyms for abominably", "clues": [["abysmally", [3, 62, 0]], ["odiously", [3, 62, 1]], ["terribly", [3, 62, 2]], ["rottenly", [3, 62, 3]], ["repulsively", [3, 62, 4]], ["awfully", [3, 62, 5]], ["detestably", [3, 62, 6]], ["atrociously", [3, 62, 7]]]}, {"answer": "abysmally", "hint": "synonyms for abysmally", "clues": [["terribly", [3, 63, 0]], ["awfully", [3, 63, 1]], ["abominably", [3, 63, 2]], ["rottenly", [3, 63, 3]], ["atrociously", [3, 63, 4]]]}, {"answer": "accidentally", "hint": "synonyms for accidentally", "clues": [["unintentionally", [3, 64, 0]], ["by chance", [3, 64, 1]], ["circumstantially", [3, 64, 2]], ["incidentally", [3, 64, 3]], ["unexpectedly", [3, 64, 4]]]}, {"answer": "acutely", "hint": "synonyms for acutely", "clues": [["sharply", [3, 65, 0]], ["shrewdly", [3, 65, 1]], ["astutely", [3, 65, 2]], ["sagaciously", [3, 65, 3]], ["sapiently", [3, 65, 4]]]}, {"answer": "advisedly", "hint": "synonyms for advisedly", "clues": [["on purpose", [3, 66, 0]], ["by choice", [3, 66, 1]], ["intentionally", [3, 66, 2]], ["purposely", [3, 66, 3]], ["designedly", [3, 66, 4]], ["by design", [3, 66, 5]], ["deliberately", [3, 66, 6]]]}, {"answer": "afterward", "hint": "synonyms for afterward", "clues": [["afterwards", [3, 67, 0]], ["later on", [3, 67, 1]], ["later", [3, 67, 2]], ["subsequently", [3, 67, 3]], ["after", [3, 67, 4]]]}, {"answer": "afterwards", "hint": "synonyms for afterwards", "clues": [["later on", [3, 68, 0]], ["later", [3, 68, 1]], ["afterward", [3, 68, 2]], ["subsequently", [3, 68, 3]], ["after", [3, 68, 4]]]}, {"answer": "again_and_again", "hint": "synonyms for again and again", "clues": [["time and time again", [3, 69, 0]], ["time and again", [3, 69, 1]], ["over and over", [3, 69, 2]], ["over and over again", [3, 69, 3]]]}, {"answer": "all_the_same", "hint": "synonyms for all the same", "clues": [["even so", [3, 70, 0]], ["nonetheless", [3, 70, 1]], ["notwithstanding", [3, 70, 2]], ["however", [3, 70, 3]], ["withal", [3, 70, 4]], ["nevertheless", [3, 70, 5]], ["still", [3, 70, 6]], ["yet", [3, 70, 7]]]}, {"answer": "almost", "hint": "synonyms for almost", "clues": [["nigh", [3, 71, 0]], ["well-nigh", [3, 71, 1]], ["nearly", [3, 71, 2]], ["virtually", [3, 71, 3]], ["about", [3, 71, 4]], ["most", [3, 71, 5]]]}, {"answer": "also", "hint": "synonyms for also", "clues": [["likewise", [3, 72, 0]], ["too", [3, 72, 1]], ["besides", [3, 72, 2]], ["as well", [3, 72, 3]]]}, {"answer": "altogether", "hint": "synonyms for altogether", "clues": [["all in all", [3, 73, 0]], ["in all", [3, 73, 1]], ["completely", [3, 73, 2]], ["whole", [3, 73, 3]], ["wholly", [3, 73, 4]], ["entirely", [3, 73, 5]], ["totally", [3, 73, 6]], ["all told", [3, 73, 7]], ["tout ensemble", [3, 73, 8]], ["on the whole", [3, 73, 9]], ["all", [3, 73, 10]]]}, {"answer": "always", "hint": "synonyms for always", "clues": [["perpetually", [3, 74, 0]], ["ever", [3, 74, 1]], ["invariably", [3, 74, 2]], ["constantly", [3, 74, 3]], ["forever", [3, 74, 4]], ["incessantly", [3, 74, 5]], ["e'er", [3, 74, 6]]]}, {"answer": "annually", "hint": "synonyms for annually", "clues": [["every year", [3, 75, 0]], ["each year", [3, 75, 1]], ["per annum", [3, 75, 2]], ["yearly", [3, 75, 3]], ["per year", [3, 75, 4]], ["p.a.", [3, 75, 5]]]}, {"answer": "anyhow", "hint": "synonyms for anyhow", "clues": [["anyways", [3, 76, 0]], ["at any rate", [3, 76, 1]], ["in any case", [3, 76, 2]], ["in any event", [3, 76, 3]]]}, {"answer": "anyway", "hint": "synonyms for anyway", "clues": [["anyways", [3, 77, 0]], ["at any rate", [3, 77, 1]], ["anyhow", [3, 77, 2]], ["in any case", [3, 77, 3]], ["in any event", [3, 77, 4]]]}, {"answer": "anyways", "hint": "synonyms for anyways", "clues": [["at any rate", [3, 78, 0]], ["anyway", [3, 78, 1]], ["anyhow", [3, 78, 2]], ["in any case", [3, 78, 3]], ["in any event", [3, 78, 4]]]}, {"answer": "apace", "hint": "synonyms for apace", "clues": [["chop-chop", [3, 79, 0]], ["speedily", [3, 79, 1]], ["rapidly", [3, 79, 2]], ["quickly", [3, 79, 3]]]}, {"answer": "apparently", "hint": "synonyms for apparently", "clues": [["obviously", [3, 80, 0]], ["on the face of it", [3, 80, 1]], ["seemingly", [3, 80, 2]], ["plainly", [3, 80, 3]], ["patently", [3, 80, 4]], ["ostensibly", [3, 80, 5]], ["manifestly", [3, 80, 6]], ["evidently", [3, 80, 7]]]}, {"answer": "approximately", "hint": "synonyms for approximately", "clues": [["roughly", [3, 81, 0]], ["just about", [3, 81, 1]], ["around", [3, 81, 2]], ["close to", [3, 81, 3]], ["more or less", [3, 81, 4]], ["some", [3, 81, 5]], ["about", [3, 81, 6]], ["or so", [3, 81, 7]]]}, {"answer": "arbitrarily", "hint": "synonyms for arbitrarily", "clues": [["at random", [3, 82, 0]], ["willy-nilly", [3, 82, 1]], ["randomly", [3, 82, 2]], ["every which way", [3, 82, 3]], ["indiscriminately", [3, 82, 4]], ["haphazardly", [3, 82, 5]]]}, {"answer": "around", "hint": "synonyms for around", "clues": [["about", [3, 83, 0]], ["roughly", [3, 83, 1]], ["just about", [3, 83, 2]], ["close to", [3, 83, 3]], ["more or less", [3, 83, 4]], ["some", [3, 83, 5]], ["round", [3, 83, 6]], ["or so", [3, 83, 7]], ["approximately", [3, 83, 8]]]}, {"answer": "artfully", "hint": "synonyms for artfully", "clues": [["disingenuously", [3, 84, 0]], ["trickily", [3, 84, 1]], ["foxily", [3, 84, 2]], ["slyly", [3, 84, 3]], ["cunningly", [3, 84, 4]], ["craftily", [3, 84, 5]], ["knavishly", [3, 84, 6]]]}, {"answer": "as_well", "hint": "synonyms for as well", "clues": [["likewise", [3, 85, 0]], ["too", [3, 85, 1]], ["besides", [3, 85, 2]], ["also", [3, 85, 3]]]}, {"answer": "as_yet", "hint": "synonyms for as yet", "clues": [["yet", [3, 86, 0]], ["hitherto", [3, 86, 1]], ["until now", [3, 86, 2]], ["up to now", [3, 86, 3]], ["thus far", [3, 86, 4]], ["heretofore", [3, 86, 5]], ["so far", [3, 86, 6]]]}, {"answer": "astutely", "hint": "synonyms for astutely", "clues": [["shrewdly", [3, 87, 0]], ["sapiently", [3, 87, 1]], ["sagaciously", [3, 87, 2]], ["acutely", [3, 87, 3]]]}, {"answer": "at_any_rate", "hint": "synonyms for at any rate", "clues": [["anyways", [3, 88, 0]], ["leastwise", [3, 88, 1]], ["anyhow", [3, 88, 2]], ["in any case", [3, 88, 3]], ["in any event", [3, 88, 4]], ["leastways", [3, 88, 5]], ["at least", [3, 88, 6]]]}, {"answer": "at_bottom", "hint": "synonyms for at bottom", "clues": [["at heart", [3, 89, 0]], ["in spite of appearance", [3, 89, 1]], ["inside", [3, 89, 2]], ["deep down", [3, 89, 3]]]}, {"answer": "at_heart", "hint": "synonyms for at heart", "clues": [["deep down", [3, 90, 0]], ["in spite of appearance", [3, 90, 1]], ["inside", [3, 90, 2]], ["at bottom", [3, 90, 3]]]}, {"answer": "at_last", "hint": "synonyms for at last", "clues": [["at long last", [3, 91, 0]], ["finally", [3, 91, 1]], ["in the end", [3, 91, 2]], ["ultimately", [3, 91, 3]]]}, {"answer": "at_least", "hint": "synonyms for at least", "clues": [["leastwise", [3, 92, 0]], ["at any rate", [3, 92, 1]], ["at the least", [3, 92, 2]], ["leastways", [3, 92, 3]]]}, {"answer": "at_long_last", "hint": "synonyms for at long last", "clues": [["in the end", [3, 93, 0]], ["at last", [3, 93, 1]], ["finally", [3, 93, 2]], ["ultimately", [3, 93, 3]]]}, {"answer": "at_once", "hint": "synonyms for at once", "clues": [["straight off", [3, 94, 0]], ["right away", [3, 94, 1]], ["at a time", [3, 94, 2]], ["directly", [3, 94, 3]], ["now", [3, 94, 4]], ["forthwith", [3, 94, 5]], ["instantly", [3, 94, 6]], ["straightaway", [3, 94, 7]], ["at one time", [3, 94, 8]], ["like a shot", [3, 94, 9]], ["immediately", [3, 94, 10]]]}, {"answer": "at_one_time", "hint": "synonyms for at one time", "clues": [["erst", [3, 95, 0]], ["at once", [3, 95, 1]], ["formerly", [3, 95, 2]], ["at a time", [3, 95, 3]], ["erstwhile", [3, 95, 4]], ["once", [3, 95, 5]]]}, {"answer": "at_random", "hint": "synonyms for at random", "clues": [["willy-nilly", [3, 96, 0]], ["randomly", [3, 96, 1]], ["every which way", [3, 96, 2]], ["arbitrarily", [3, 96, 3]], ["indiscriminately", [3, 96, 4]], ["haphazardly", [3, 96, 5]]]}, {"answer": "at_times", "hint": "synonyms for at times", "clues": [["once in a while", [3, 97, 0]], ["occasionally", [3, 97, 1]], ["now and again", [3, 97, 2]], ["on occasion", [3, 97, 3]], ["from time to time", [3, 97, 4]], ["now and then", [3, 97, 5]]]}, {"answer": "atrociously", "hint": "synonyms for atrociously", "clues": [["abysmally", [3, 98, 0]], ["terribly", [3, 98, 1]], ["awfully", [3, 98, 2]], ["abominably", [3, 98, 3]], ["rottenly", [3, 98, 4]], ["outrageously", [3, 98, 5]]]}, {"answer": "avowedly", "hint": "synonyms for avowedly", "clues": [["admittedly", [3, 99, 0]], ["professedly", [3, 99, 1]], ["true", [3, 99, 2]], ["confessedly", [3, 99, 3]]]}, {"answer": "awfully", "hint": "synonyms for awfully", "clues": [["abysmally", [3, 100, 0]], ["terribly", [3, 100, 1]], ["dreadfully", [3, 100, 2]], ["rottenly", [3, 100, 3]], ["awful", [3, 100, 4]], ["horribly", [3, 100, 5]], ["abominably", [3, 100, 6]], ["frightfully", [3, 100, 7]], ["atrociously", [3, 100, 8]]]}, {"answer": "badly", "hint": "synonyms for badly", "clues": [["severely", [3, 101, 0]], ["ill", [3, 101, 1]], ["bad", [3, 101, 2]], ["gravely", [3, 101, 3]], ["seriously", [3, 101, 4]], ["naughtily", [3, 101, 5]], ["mischievously", [3, 101, 6]], ["disadvantageously", [3, 101, 7]], ["poorly", [3, 101, 8]]]}, {"answer": "balmily", "hint": "synonyms for balmily", "clues": [["daftly", [3, 102, 0]], ["nuttily", [3, 102, 1]], ["dottily", [3, 102, 2]], ["wackily", [3, 102, 3]]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["smack", [3, 103, 0]], ["slap", [3, 103, 1]], ["slapdash", [3, 103, 2]], ["bolt", [3, 103, 3]]]}, {"answer": "barely", "hint": "synonyms for barely", "clues": [["scarcely", [3, 104, 0]], ["hardly", [3, 104, 1]], ["scantily", [3, 104, 2]], ["just", [3, 104, 3]]]}, {"answer": "befittingly", "hint": "synonyms for befittingly", "clues": [["fittingly", [3, 105, 0]], ["suitably", [3, 105, 1]], ["fitly", [3, 105, 2]], ["appropriately", [3, 105, 3]]]}, {"answer": "belike", "hint": "synonyms for belike", "clues": [["likely", [3, 106, 0]], ["in all probability", [3, 106, 1]], ["probably", [3, 106, 2]], ["in all likelihood", [3, 106, 3]]]}, {"answer": "below", "hint": "synonyms for below", "clues": [["down the stairs", [3, 107, 0]], ["at a lower place", [3, 107, 1]], ["under", [3, 107, 2]], ["downstairs", [3, 107, 3]], ["beneath", [3, 107, 4]], ["infra", [3, 107, 5]], ["on a lower floor", [3, 107, 6]]]}, {"answer": "beseechingly", "hint": "synonyms for beseechingly", "clues": [["pleadingly", [3, 108, 0]], ["imploringly", [3, 108, 1]], ["importunately", [3, 108, 2]], ["entreatingly", [3, 108, 3]]]}, {"answer": "besides", "hint": "synonyms for besides", "clues": [["likewise", [3, 109, 0]], ["in any case", [3, 109, 1]], ["too", [3, 109, 2]], ["also", [3, 109, 3]], ["as well", [3, 109, 4]]]}, {"answer": "bit_by_bit", "hint": "synonyms for bit by bit", "clues": [["step by step", [3, 110, 0]], ["gradually", [3, 110, 1]], ["in stages", [3, 110, 2]], ["piecemeal", [3, 110, 3]], ["little by little", [3, 110, 4]]]}, {"answer": "blithely", "hint": "synonyms for blithely", "clues": [["gayly", [3, 111, 0]], ["jubilantly", [3, 111, 1]], ["merrily", [3, 111, 2]], ["mirthfully", [3, 111, 3]], ["happily", [3, 111, 4]]]}, {"answer": "bluffly", "hint": "synonyms for bluffly", "clues": [["roundly", [3, 112, 0]], ["brusquely", [3, 112, 1]], ["flat out", [3, 112, 2]], ["bluntly", [3, 112, 3]]]}, {"answer": "bluntly", "hint": "synonyms for bluntly", "clues": [["roundly", [3, 113, 0]], ["brusquely", [3, 113, 1]], ["bluffly", [3, 113, 2]], ["flat out", [3, 113, 3]]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["smack", [3, 114, 0]], ["stiffly", [3, 114, 1]], ["rigidly", [3, 114, 2]], ["slap", [3, 114, 3]], ["slapdash", [3, 114, 4]], ["bang", [3, 114, 5]]]}, {"answer": "briefly", "hint": "synonyms for briefly", "clues": [["shortly", [3, 115, 0]], ["concisely", [3, 115, 1]], ["in short", [3, 115, 2]], ["in brief", [3, 115, 3]]]}, {"answer": "brusquely", "hint": "synonyms for brusquely", "clues": [["roundly", [3, 116, 0]], ["bluffly", [3, 116, 1]], ["flat out", [3, 116, 2]], ["bluntly", [3, 116, 3]]]}, {"answer": "but", "hint": "synonyms for but", "clues": [["just", [3, 117, 0]], ["only", [3, 117, 1]], ["merely", [3, 117, 2]], ["simply", [3, 117, 3]]]}, {"answer": "by_all_odds", "hint": "synonyms for by all odds", "clues": [["emphatically", [3, 118, 0]], ["in spades", [3, 118, 1]], ["definitely", [3, 118, 2]], ["decidedly", [3, 118, 3]], ["unquestionably", [3, 118, 4]]]}, {"answer": "by_chance", "hint": "synonyms for by chance", "clues": [["by luck", [3, 119, 0]], ["accidentally", [3, 119, 1]], ["unexpectedly", [3, 119, 2]], ["haply", [3, 119, 3]], ["circumstantially", [3, 119, 4]], ["perchance", [3, 119, 5]]]}, {"answer": "by_choice", "hint": "synonyms for by choice", "clues": [["on purpose", [3, 120, 0]], ["intentionally", [3, 120, 1]], ["advisedly", [3, 120, 2]], ["purposely", [3, 120, 3]], ["designedly", [3, 120, 4]], ["by design", [3, 120, 5]], ["deliberately", [3, 120, 6]]]}, {"answer": "by_design", "hint": "synonyms for by design", "clues": [["on purpose", [3, 121, 0]], ["by choice", [3, 121, 1]], ["intentionally", [3, 121, 2]], ["advisedly", [3, 121, 3]], ["purposely", [3, 121, 4]], ["designedly", [3, 121, 5]], ["deliberately", [3, 121, 6]]]}, {"answer": "carelessly", "hint": "synonyms for carelessly", "clues": [["heedlessly", [3, 122, 0]], ["raffishly", [3, 122, 1]], ["rakishly", [3, 122, 2]], ["incautiously", [3, 122, 3]]]}, {"answer": "ceaselessly", "hint": "synonyms for ceaselessly", "clues": [["unceasingly", [3, 123, 0]], ["unendingly", [3, 123, 1]], ["continuously", [3, 123, 2]], ["endlessly", [3, 123, 3]], ["incessantly", [3, 123, 4]]]}, {"answer": "certainly", "hint": "synonyms for certainly", "clues": [["sure", [3, 124, 0]], ["sure enough", [3, 124, 1]], ["for sure", [3, 124, 2]], ["for certain", [3, 124, 3]], ["sure as shooting", [3, 124, 4]]]}, {"answer": "cheaply", "hint": "synonyms for cheaply", "clues": [["inexpensively", [3, 125, 0]], ["chintzily", [3, 125, 1]], ["stingily", [3, 125, 2]], ["tattily", [3, 125, 3]]]}, {"answer": "chiefly", "hint": "synonyms for chiefly", "clues": [["mainly", [3, 126, 0]], ["principally", [3, 126, 1]], ["primarily", [3, 126, 2]], ["in the main", [3, 126, 3]]]}, {"answer": "chop-chop", "hint": "synonyms for chop-chop", "clues": [["apace", [3, 127, 0]], ["speedily", [3, 127, 1]], ["rapidly", [3, 127, 2]], ["quickly", [3, 127, 3]]]}, {"answer": "circumstantially", "hint": "synonyms for circumstantially", "clues": [["accidentally", [3, 128, 0]], ["minutely", [3, 128, 1]], ["by chance", [3, 128, 2]], ["unexpectedly", [3, 128, 3]]]}, {"answer": "clearly", "hint": "synonyms for clearly", "clues": [["understandably", [3, 129, 0]], ["intelligibly", [3, 129, 1]], ["clear", [3, 129, 2]], ["distinctly", [3, 129, 3]]]}, {"answer": "close_to", "hint": "synonyms for close to", "clues": [["roughly", [3, 130, 0]], ["just about", [3, 130, 1]], ["around", [3, 130, 2]], ["more or less", [3, 130, 3]], ["some", [3, 130, 4]], ["about", [3, 130, 5]], ["or so", [3, 130, 6]], ["approximately", [3, 130, 7]]]}, {"answer": "closely", "hint": "synonyms for closely", "clues": [["nearly", [3, 131, 0]], ["tight", [3, 131, 1]], ["intimately", [3, 131, 2]], ["close", [3, 131, 3]]]}, {"answer": "commonly", "hint": "synonyms for commonly", "clues": [["ordinarily", [3, 132, 0]], ["unremarkably", [3, 132, 1]], ["normally", [3, 132, 2]], ["usually", [3, 132, 3]]]}, {"answer": "completely", "hint": "synonyms for completely", "clues": [["totally", [3, 133, 0]], ["altogether", [3, 133, 1]], ["all", [3, 133, 2]], ["whole", [3, 133, 3]], ["wholly", [3, 133, 4]], ["entirely", [3, 133, 5]]]}, {"answer": "concisely", "hint": "synonyms for concisely", "clues": [["shortly", [3, 134, 0]], ["in brief", [3, 134, 1]], ["in short", [3, 134, 2]], ["briefly", [3, 134, 3]]]}, {"answer": "constantly", "hint": "synonyms for constantly", "clues": [["forever", [3, 135, 0]], ["incessantly", [3, 135, 1]], ["perpetually", [3, 135, 2]], ["always", [3, 135, 3]], ["invariably", [3, 135, 4]]]}, {"answer": "continuously", "hint": "synonyms for continuously", "clues": [["ceaselessly", [3, 136, 0]], ["unceasingly", [3, 136, 1]], ["unendingly", [3, 136, 2]], ["endlessly", [3, 136, 3]], ["incessantly", [3, 136, 4]]]}, {"answer": "contrariwise", "hint": "synonyms for contrariwise", "clues": [["contrarily", [3, 137, 0]], ["the other way around", [3, 137, 1]], ["perversely", [3, 137, 2]], ["vice versa", [3, 137, 3]], ["on the contrary", [3, 137, 4]]]}, {"answer": "covetously", "hint": "synonyms for covetously", "clues": [["avariciously", [3, 138, 0]], ["jealously", [3, 138, 1]], ["enviously", [3, 138, 2]], ["greedily", [3, 138, 3]]]}, {"answer": "craftily", "hint": "synonyms for craftily", "clues": [["artfully", [3, 139, 0]], ["trickily", [3, 139, 1]], ["foxily", [3, 139, 2]], ["slyly", [3, 139, 3]], ["cunningly", [3, 139, 4]], ["knavishly", [3, 139, 5]]]}, {"answer": "cunningly", "hint": "synonyms for cunningly", "clues": [["artfully", [3, 140, 0]], ["trickily", [3, 140, 1]], ["foxily", [3, 140, 2]], ["cutely", [3, 140, 3]], ["slyly", [3, 140, 4]], ["craftily", [3, 140, 5]], ["knavishly", [3, 140, 6]]]}, {"answer": "curiously", "hint": "synonyms for curiously", "clues": [["oddly", [3, 141, 0]], ["interrogatively", [3, 141, 1]], ["inquisitively", [3, 141, 2]], ["peculiarly", [3, 141, 3]]]}, {"answer": "cussedly", "hint": "synonyms for cussedly", "clues": [["obstinately", [3, 142, 0]], ["mulishly", [3, 142, 1]], ["stubbornly", [3, 142, 2]], ["obdurately", [3, 142, 3]], ["pig-headedly", [3, 142, 4]]]}, {"answer": "daftly", "hint": "synonyms for daftly", "clues": [["balmily", [3, 143, 0]], ["nuttily", [3, 143, 1]], ["dottily", [3, 143, 2]], ["wackily", [3, 143, 3]]]}, {"answer": "decently", "hint": "synonyms for decently", "clues": [["decent", [3, 144, 0]], ["the right way", [3, 144, 1]], ["right", [3, 144, 2]], ["properly", [3, 144, 3]], ["in good order", [3, 144, 4]]]}, {"answer": "decidedly", "hint": "synonyms for decidedly", "clues": [["by all odds", [3, 145, 0]], ["emphatically", [3, 145, 1]], ["in spades", [3, 145, 2]], ["definitely", [3, 145, 3]], ["unquestionably", [3, 145, 4]]]}, {"answer": "deep_down", "hint": "synonyms for deep down", "clues": [["at heart", [3, 146, 0]], ["in spite of appearance", [3, 146, 1]], ["inside", [3, 146, 2]], ["at bottom", [3, 146, 3]]]}, {"answer": "definitely", "hint": "synonyms for definitely", "clues": [["by all odds", [3, 147, 0]], ["emphatically", [3, 147, 1]], ["in spades", [3, 147, 2]], ["decidedly", [3, 147, 3]], ["unquestionably", [3, 147, 4]]]}, {"answer": "deliberately", "hint": "synonyms for deliberately", "clues": [["measuredly", [3, 148, 0]], ["on purpose", [3, 148, 1]], ["by choice", [3, 148, 2]], ["intentionally", [3, 148, 3]], ["advisedly", [3, 148, 4]], ["purposely", [3, 148, 5]], ["designedly", [3, 148, 6]], ["by design", [3, 148, 7]]]}, {"answer": "designedly", "hint": "synonyms for designedly", "clues": [["on purpose", [3, 149, 0]], ["by choice", [3, 149, 1]], ["intentionally", [3, 149, 2]], ["advisedly", [3, 149, 3]], ["purposely", [3, 149, 4]], ["by design", [3, 149, 5]], ["deliberately", [3, 149, 6]]]}, {"answer": "deucedly", "hint": "synonyms for deucedly", "clues": [["insanely", [3, 150, 0]], ["madly", [3, 150, 1]], ["deadly", [3, 150, 2]], ["devilishly", [3, 150, 3]]]}, {"answer": "devilishly", "hint": "synonyms for devilishly", "clues": [["fiendishly", [3, 151, 0]], ["devilish", [3, 151, 1]], ["deadly", [3, 151, 2]], ["insanely", [3, 151, 3]], ["madly", [3, 151, 4]], ["deucedly", [3, 151, 5]], ["diabolically", [3, 151, 6]]]}, {"answer": "dimly", "hint": "synonyms for dimly", "clues": [["murkily", [3, 152, 0]], ["indistinctly", [3, 152, 1]], ["pallidly", [3, 152, 2]], ["palely", [3, 152, 3]]]}, {"answer": "directly", "hint": "synonyms for directly", "clues": [["straight off", [3, 153, 0]], ["right away", [3, 153, 1]], ["straight", [3, 153, 2]], ["at once", [3, 153, 3]], ["now", [3, 153, 4]], ["immediately", [3, 153, 5]], ["instantly", [3, 153, 6]], ["straightaway", [3, 153, 7]], ["like a shot", [3, 153, 8]], ["flat", [3, 153, 9]], ["direct", [3, 153, 10]], ["forthwith", [3, 153, 11]]]}, {"answer": "discreditably", "hint": "synonyms for discreditably", "clues": [["dishonourably", [3, 154, 0]], ["disgracefully", [3, 154, 1]], ["ingloriously", [3, 154, 2]], ["ignominiously", [3, 154, 3]], ["shamefully", [3, 154, 4]]]}, {"answer": "disdainfully", "hint": "synonyms for disdainfully", "clues": [["scornfully", [3, 155, 0]], ["contemptuously", [3, 155, 1]], ["contumeliously", [3, 155, 2]], ["cavalierly", [3, 155, 3]]]}, {"answer": "disgracefully", "hint": "synonyms for disgracefully", "clues": [["dishonourably", [3, 156, 0]], ["ingloriously", [3, 156, 1]], ["discreditably", [3, 156, 2]], ["ignominiously", [3, 156, 3]], ["shamefully", [3, 156, 4]]]}, {"answer": "dishonorably", "hint": "synonyms for dishonorably", "clues": [["dishonourably", [3, 157, 0]], ["disgracefully", [3, 157, 1]], ["ingloriously", [3, 157, 2]], ["discreditably", [3, 157, 3]], ["ignominiously", [3, 157, 4]], ["shamefully", [3, 157, 5]]]}, {"answer": "dishonourably", "hint": "synonyms for dishonourably", "clues": [["disgracefully", [3, 158, 0]], ["ingloriously", [3, 158, 1]], ["discreditably", [3, 158, 2]], ["ignominiously", [3, 158, 3]], ["shamefully", [3, 158, 4]], ["dishonorably", [3, 158, 5]]]}, {"answer": "disregardless", "hint": "synonyms for disregardless", "clues": [["irrespective", [3, 159, 0]], ["disregarding", [3, 159, 1]], ["no matter", [3, 159, 2]], ["regardless", [3, 159, 3]]]}, {"answer": "dottily", "hint": "synonyms for dottily", "clues": [["balmily", [3, 160, 0]], ["daftly", [3, 160, 1]], ["nuttily", [3, 160, 2]], ["wackily", [3, 160, 3]]]}, {"answer": "each_year", "hint": "synonyms for each year", "clues": [["annually", [3, 161, 0]], ["every year", [3, 161, 1]], ["per annum", [3, 161, 2]], ["yearly", [3, 161, 3]], ["per year", [3, 161, 4]], ["p.a.", [3, 161, 5]]]}, {"answer": "emphatically", "hint": "synonyms for emphatically", "clues": [["by all odds", [3, 162, 0]], ["in spades", [3, 162, 1]], ["definitely", [3, 162, 2]], ["decidedly", [3, 162, 3]], ["unquestionably", [3, 162, 4]]]}, {"answer": "endlessly", "hint": "synonyms for endlessly", "clues": [["infinitely", [3, 163, 0]], ["ceaselessly", [3, 163, 1]], ["unceasingly", [3, 163, 2]], ["unendingly", [3, 163, 3]], ["continuously", [3, 163, 4]], ["incessantly", [3, 163, 5]], ["interminably", [3, 163, 6]]]}, {"answer": "entirely", "hint": "synonyms for entirely", "clues": [["completely", [3, 164, 0]], ["altogether", [3, 164, 1]], ["exclusively", [3, 164, 2]], ["whole", [3, 164, 3]], ["wholly", [3, 164, 4]], ["solely", [3, 164, 5]], ["totally", [3, 164, 6]], ["only", [3, 164, 7]], ["all", [3, 164, 8]], ["alone", [3, 164, 9]]]}, {"answer": "entreatingly", "hint": "synonyms for entreatingly", "clues": [["pleadingly", [3, 165, 0]], ["imploringly", [3, 165, 1]], ["importunately", [3, 165, 2]], ["beseechingly", [3, 165, 3]]]}, {"answer": "erst", "hint": "synonyms for erst", "clues": [["erstwhile", [3, 166, 0]], ["at one time", [3, 166, 1]], ["formerly", [3, 166, 2]], ["once", [3, 166, 3]]]}, {"answer": "even_so", "hint": "synonyms for even so", "clues": [["nonetheless", [3, 167, 0]], ["notwithstanding", [3, 167, 1]], ["however", [3, 167, 2]], ["withal", [3, 167, 3]], ["nevertheless", [3, 167, 4]], ["still", [3, 167, 5]], ["all the same", [3, 167, 6]], ["yet", [3, 167, 7]]]}, {"answer": "ever", "hint": "synonyms for ever", "clues": [["ever so", [3, 168, 0]], ["of all time", [3, 168, 1]], ["e'er", [3, 168, 2]], ["always", [3, 168, 3]]]}, {"answer": "evermore", "hint": "synonyms for evermore", "clues": [["forever", [3, 169, 0]], ["forevermore", [3, 169, 1]], ["eternally", [3, 169, 2]], ["everlastingly", [3, 169, 3]]]}, {"answer": "every_which_way", "hint": "synonyms for every which way", "clues": [["at random", [3, 170, 0]], ["willy-nilly", [3, 170, 1]], ["randomly", [3, 170, 2]], ["helter-skelter", [3, 170, 3]], ["arbitrarily", [3, 170, 4]], ["indiscriminately", [3, 170, 5]], ["haphazardly", [3, 170, 6]]]}, {"answer": "evidently", "hint": "synonyms for evidently", "clues": [["patently", [3, 171, 0]], ["apparently", [3, 171, 1]], ["obviously", [3, 171, 2]], ["manifestly", [3, 171, 3]], ["plain", [3, 171, 4]]]}, {"answer": "exactly", "hint": "synonyms for exactly", "clues": [["precisely", [3, 172, 0]], ["just", [3, 172, 1]], ["incisively", [3, 172, 2]], ["on the button", [3, 172, 3]], ["on the dot", [3, 172, 4]], ["on the nose", [3, 172, 5]]]}, {"answer": "exclusively", "hint": "synonyms for exclusively", "clues": [["only", [3, 173, 0]], ["entirely", [3, 173, 1]], ["alone", [3, 173, 2]], ["solely", [3, 173, 3]]]}, {"answer": "extravagantly", "hint": "synonyms for extravagantly", "clues": [["lavishly", [3, 174, 0]], ["richly", [3, 174, 1]], ["copiously", [3, 174, 2]], ["abundantly", [3, 174, 3]], ["profusely", [3, 174, 4]]]}, {"answer": "extremely", "hint": "synonyms for extremely", "clues": [["highly", [3, 175, 0]], ["exceedingly", [3, 175, 1]], ["super", [3, 175, 2]], ["passing", [3, 175, 3]]]}, {"answer": "fairly", "hint": "synonyms for fairly", "clues": [["passably", [3, 176, 0]], ["jolly", [3, 176, 1]], ["fair", [3, 176, 2]], ["somewhat", [3, 176, 3]], ["moderately", [3, 176, 4]], ["clean", [3, 176, 5]], ["evenhandedly", [3, 176, 6]], ["middling", [3, 176, 7]], ["reasonably", [3, 176, 8]], ["pretty", [3, 176, 9]]]}, {"answer": "faithlessly", "hint": "synonyms for faithlessly", "clues": [["traitorously", [3, 177, 0]], ["treacherously", [3, 177, 1]], ["false", [3, 177, 2]], ["treasonably", [3, 177, 3]]]}, {"answer": "finally", "hint": "synonyms for finally", "clues": [["in conclusion", [3, 178, 0]], ["last", [3, 178, 1]], ["in the end", [3, 178, 2]], ["ultimately", [3, 178, 3]], ["eventually", [3, 178, 4]], ["at long last", [3, 178, 5]], ["at last", [3, 178, 6]]]}, {"answer": "firmly", "hint": "synonyms for firmly", "clues": [["hard", [3, 179, 0]], ["firm", [3, 179, 1]], ["securely", [3, 179, 2]], ["steadfastly", [3, 179, 3]], ["unwaveringly", [3, 179, 4]]]}, {"answer": "firstly", "hint": "synonyms for firstly", "clues": [["first off", [3, 180, 0]], ["first", [3, 180, 1]], ["first of all", [3, 180, 2]], ["foremost", [3, 180, 3]]]}, {"answer": "fittingly", "hint": "synonyms for fittingly", "clues": [["befittingly", [3, 181, 0]], ["suitably", [3, 181, 1]], ["fitly", [3, 181, 2]], ["appropriately", [3, 181, 3]]]}, {"answer": "flat_out", "hint": "synonyms for flat out", "clues": [["roundly", [3, 182, 0]], ["brusquely", [3, 182, 1]], ["bluffly", [3, 182, 2]], ["bluntly", [3, 182, 3]], ["like blue murder", [3, 182, 4]]]}, {"answer": "for_certain", "hint": "synonyms for for certain", "clues": [["sure", [3, 183, 0]], ["sure enough", [3, 183, 1]], ["for sure", [3, 183, 2]], ["sure as shooting", [3, 183, 3]], ["certainly", [3, 183, 4]]]}, {"answer": "for_each_one", "hint": "synonyms for for each one", "clues": [["apiece", [3, 184, 0]], ["to each one", [3, 184, 1]], ["each", [3, 184, 2]], ["from each one", [3, 184, 3]]]}, {"answer": "forever", "hint": "synonyms for forever", "clues": [["perpetually", [3, 185, 0]], ["evermore", [3, 185, 1]], ["forever and a day", [3, 185, 2]], ["incessantly", [3, 185, 3]], ["eternally", [3, 185, 4]], ["everlastingly", [3, 185, 5]], ["constantly", [3, 185, 6]], ["always", [3, 185, 7]]]}, {"answer": "formerly", "hint": "synonyms for formerly", "clues": [["erstwhile", [3, 186, 0]], ["at one time", [3, 186, 1]], ["erst", [3, 186, 2]], ["once", [3, 186, 3]]]}, {"answer": "forth", "hint": "synonyms for forth", "clues": [["onward", [3, 187, 0]], ["away", [3, 187, 1]], ["off", [3, 187, 2]], ["forward", [3, 187, 3]]]}, {"answer": "forthwith", "hint": "synonyms for forthwith", "clues": [["straight off", [3, 188, 0]], ["right away", [3, 188, 1]], ["directly", [3, 188, 2]], ["at once", [3, 188, 3]], ["now", [3, 188, 4]], ["instantly", [3, 188, 5]], ["straightaway", [3, 188, 6]], ["like a shot", [3, 188, 7]], ["immediately", [3, 188, 8]]]}, {"answer": "forwards", "hint": "synonyms for forwards", "clues": [["onwards", [3, 189, 0]], ["ahead", [3, 189, 1]], ["forrard", [3, 189, 2]], ["frontward", [3, 189, 3]], ["forrader", [3, 189, 4]]]}, {"answer": "foxily", "hint": "synonyms for foxily", "clues": [["artfully", [3, 190, 0]], ["trickily", [3, 190, 1]], ["slyly", [3, 190, 2]], ["cunningly", [3, 190, 3]], ["craftily", [3, 190, 4]], ["knavishly", [3, 190, 5]]]}, {"answer": "freshly", "hint": "synonyms for freshly", "clues": [["fresh", [3, 191, 0]], ["newly", [3, 191, 1]], ["saucily", [3, 191, 2]], ["pertly", [3, 191, 3]], ["impertinently", [3, 191, 4]], ["impudently", [3, 191, 5]]]}, {"answer": "from_time_to_time", "hint": "synonyms for from time to time", "clues": [["once in a while", [3, 192, 0]], ["occasionally", [3, 192, 1]], ["at times", [3, 192, 2]], ["now and again", [3, 192, 3]], ["on occasion", [3, 192, 4]], ["now and then", [3, 192, 5]]]}, {"answer": "fully", "hint": "synonyms for fully", "clues": [["in full", [3, 193, 0]], ["to the full", [3, 193, 1]], ["amply", [3, 193, 2]], ["full", [3, 193, 3]]]}, {"answer": "gayly", "hint": "synonyms for gayly", "clues": [["jubilantly", [3, 194, 0]], ["blithely", [3, 194, 1]], ["merrily", [3, 194, 2]], ["mirthfully", [3, 194, 3]], ["happily", [3, 194, 4]]]}, {"answer": "generally", "hint": "synonyms for generally", "clues": [["in general", [3, 195, 0]], ["broadly", [3, 195, 1]], ["loosely", [3, 195, 2]], ["more often than not", [3, 195, 3]], ["in the main", [3, 195, 4]], ["mostly", [3, 195, 5]], ["by and large", [3, 195, 6]], ["broadly speaking", [3, 195, 7]]]}, {"answer": "gravely", "hint": "synonyms for gravely", "clues": [["seriously", [3, 196, 0]], ["severely", [3, 196, 1]], ["soberly", [3, 196, 2]], ["staidly", [3, 196, 3]], ["badly", [3, 196, 4]]]}, {"answer": "haphazardly", "hint": "synonyms for haphazardly", "clues": [["haphazard", [3, 197, 0]], ["at random", [3, 197, 1]], ["willy-nilly", [3, 197, 2]], ["randomly", [3, 197, 3]], ["every which way", [3, 197, 4]], ["arbitrarily", [3, 197, 5]], ["indiscriminately", [3, 197, 6]]]}, {"answer": "happily", "hint": "synonyms for happily", "clues": [["gayly", [3, 198, 0]], ["blithely", [3, 198, 1]], ["jubilantly", [3, 198, 2]], ["merrily", [3, 198, 3]], ["mirthfully", [3, 198, 4]]]}, {"answer": "heavily", "hint": "synonyms for heavily", "clues": [["hard", [3, 199, 0]], ["intemperately", [3, 199, 1]], ["heavy", [3, 199, 2]], ["to a great extent", [3, 199, 3]]]}, {"answer": "hence", "hint": "synonyms for hence", "clues": [["thence", [3, 200, 0]], ["therefore", [3, 200, 1]], ["thus", [3, 200, 2]], ["so", [3, 200, 3]]]}, {"answer": "heretofore", "hint": "synonyms for heretofore", "clues": [["yet", [3, 201, 0]], ["hitherto", [3, 201, 1]], ["until now", [3, 201, 2]], ["up to now", [3, 201, 3]], ["thus far", [3, 201, 4]], ["as yet", [3, 201, 5]], ["so far", [3, 201, 6]]]}, {"answer": "hitherto", "hint": "synonyms for hitherto", "clues": [["yet", [3, 202, 0]], ["until now", [3, 202, 1]], ["up to now", [3, 202, 2]], ["thus far", [3, 202, 3]], ["heretofore", [3, 202, 4]], ["as yet", [3, 202, 5]], ["so far", [3, 202, 6]]]}, {"answer": "however", "hint": "synonyms for however", "clues": [["even so", [3, 203, 0]], ["nonetheless", [3, 203, 1]], ["notwithstanding", [3, 203, 2]], ["withal", [3, 203, 3]], ["nevertheless", [3, 203, 4]], ["still", [3, 203, 5]], ["all the same", [3, 203, 6]], ["yet", [3, 203, 7]]]}, {"answer": "ignominiously", "hint": "synonyms for ignominiously", "clues": [["dishonourably", [3, 204, 0]], ["disgracefully", [3, 204, 1]], ["ingloriously", [3, 204, 2]], ["discreditably", [3, 204, 3]], ["shamefully", [3, 204, 4]]]}, {"answer": "immediately", "hint": "synonyms for immediately", "clues": [["straight off", [3, 205, 0]], ["right away", [3, 205, 1]], ["directly", [3, 205, 2]], ["at once", [3, 205, 3]], ["now", [3, 205, 4]], ["instantly", [3, 205, 5]], ["straightaway", [3, 205, 6]], ["like a shot", [3, 205, 7]], ["forthwith", [3, 205, 8]]]}, {"answer": "impertinently", "hint": "synonyms for impertinently", "clues": [["freshly", [3, 206, 0]], ["pertly", [3, 206, 1]], ["impudently", [3, 206, 2]], ["saucily", [3, 206, 3]]]}, {"answer": "imploringly", "hint": "synonyms for imploringly", "clues": [["pleadingly", [3, 207, 0]], ["importunately", [3, 207, 1]], ["entreatingly", [3, 207, 2]], ["beseechingly", [3, 207, 3]]]}, {"answer": "importunately", "hint": "synonyms for importunately", "clues": [["pleadingly", [3, 208, 0]], ["imploringly", [3, 208, 1]], ["entreatingly", [3, 208, 2]], ["beseechingly", [3, 208, 3]]]}, {"answer": "impudently", "hint": "synonyms for impudently", "clues": [["freshly", [3, 209, 0]], ["pertly", [3, 209, 1]], ["impertinently", [3, 209, 2]], ["saucily", [3, 209, 3]]]}, {"answer": "in_all_likelihood", "hint": "synonyms for in all likelihood", "clues": [["belike", [3, 210, 0]], ["in all probability", [3, 210, 1]], ["probably", [3, 210, 2]], ["likely", [3, 210, 3]]]}, {"answer": "in_all_probability", "hint": "synonyms for in all probability", "clues": [["belike", [3, 211, 0]], ["probably", [3, 211, 1]], ["in all likelihood", [3, 211, 2]], ["likely", [3, 211, 3]]]}, {"answer": "in_any_case", "hint": "synonyms for in any case", "clues": [["at any rate", [3, 212, 0]], ["anyway", [3, 212, 1]], ["besides", [3, 212, 2]], ["anyhow", [3, 212, 3]], ["in any event", [3, 212, 4]]]}, {"answer": "in_any_event", "hint": "synonyms for in any event", "clues": [["anyways", [3, 213, 0]], ["at any rate", [3, 213, 1]], ["anyhow", [3, 213, 2]], ["in any case", [3, 213, 3]]]}, {"answer": "in_brief", "hint": "synonyms for in brief", "clues": [["shortly", [3, 214, 0]], ["concisely", [3, 214, 1]], ["in short", [3, 214, 2]], ["briefly", [3, 214, 3]]]}, {"answer": "in_due_course", "hint": "synonyms for in due course", "clues": [["in due season", [3, 215, 0]], ["in due time", [3, 215, 1]], ["when the time comes", [3, 215, 2]], ["in good time", [3, 215, 3]]]}, {"answer": "in_due_season", "hint": "synonyms for in due season", "clues": [["in due course", [3, 216, 0]], ["when the time comes", [3, 216, 1]], ["in due time", [3, 216, 2]], ["in good time", [3, 216, 3]]]}, {"answer": "in_due_time", "hint": "synonyms for in due time", "clues": [["in due season", [3, 217, 0]], ["in due course", [3, 217, 1]], ["when the time comes", [3, 217, 2]], ["in good time", [3, 217, 3]]]}, {"answer": "in_good_order", "hint": "synonyms for in good order", "clues": [["decent", [3, 218, 0]], ["the right way", [3, 218, 1]], ["right", [3, 218, 2]], ["properly", [3, 218, 3]]]}, {"answer": "in_good_time", "hint": "synonyms for in good time", "clues": [["in due season", [3, 219, 0]], ["in due course", [3, 219, 1]], ["when the time comes", [3, 219, 2]], ["in due time", [3, 219, 3]]]}, {"answer": "in_short", "hint": "synonyms for in short", "clues": [["shortly", [3, 220, 0]], ["concisely", [3, 220, 1]], ["briefly", [3, 220, 2]], ["in brief", [3, 220, 3]]]}, {"answer": "in_so_far", "hint": "synonyms for in so far", "clues": [["so far", [3, 221, 0]], ["to that degree", [3, 221, 1]], ["insofar", [3, 221, 2]], ["to that extent", [3, 221, 3]]]}, {"answer": "in_spades", "hint": "synonyms for in spades", "clues": [["by all odds", [3, 222, 0]], ["emphatically", [3, 222, 1]], ["definitely", [3, 222, 2]], ["decidedly", [3, 222, 3]], ["unquestionably", [3, 222, 4]]]}, {"answer": "in_spite_of_appearance", "hint": "synonyms for in spite of appearance", "clues": [["at heart", [3, 223, 0]], ["inside", [3, 223, 1]], ["at bottom", [3, 223, 2]], ["deep down", [3, 223, 3]]]}, {"answer": "in_the_beginning", "hint": "synonyms for in the beginning", "clues": [["primitively", [3, 224, 0]], ["originally", [3, 224, 1]], ["to begin with", [3, 224, 2]], ["in the first place", [3, 224, 3]], ["earlier", [3, 224, 4]]]}, {"answer": "in_the_end", "hint": "synonyms for in the end", "clues": [["finally", [3, 225, 0]], ["ultimately", [3, 225, 1]], ["at long last", [3, 225, 2]], ["in the long run", [3, 225, 3]], ["at last", [3, 225, 4]]]}, {"answer": "in_the_first_place", "hint": "synonyms for in the first place", "clues": [["primarily", [3, 226, 0]], ["in the beginning", [3, 226, 1]], ["to begin with", [3, 226, 2]], ["earlier", [3, 226, 3]], ["originally", [3, 226, 4]]]}, {"answer": "in_the_main", "hint": "synonyms for in the main", "clues": [["in general", [3, 227, 0]], ["mainly", [3, 227, 1]], ["principally", [3, 227, 2]], ["primarily", [3, 227, 3]], ["generally", [3, 227, 4]], ["chiefly", [3, 227, 5]]]}, {"answer": "incessantly", "hint": "synonyms for incessantly", "clues": [["ceaselessly", [3, 228, 0]], ["unceasingly", [3, 228, 1]], ["continuously", [3, 228, 2]], ["perpetually", [3, 228, 3]], ["endlessly", [3, 228, 4]], ["unendingly", [3, 228, 5]], ["forever", [3, 228, 6]], ["constantly", [3, 228, 7]], ["always", [3, 228, 8]]]}, {"answer": "incidentally", "hint": "synonyms for incidentally", "clues": [["apropos", [3, 229, 0]], ["by the way", [3, 229, 1]], ["accidentally", [3, 229, 2]], ["by the bye", [3, 229, 3]]]}, {"answer": "incredibly", "hint": "synonyms for incredibly", "clues": [["fantastically", [3, 230, 0]], ["improbably", [3, 230, 1]], ["unbelievably", [3, 230, 2]], ["implausibly", [3, 230, 3]], ["fabulously", [3, 230, 4]]]}, {"answer": "indiscriminately", "hint": "synonyms for indiscriminately", "clues": [["at random", [3, 231, 0]], ["willy-nilly", [3, 231, 1]], ["randomly", [3, 231, 2]], ["every which way", [3, 231, 3]], ["arbitrarily", [3, 231, 4]], ["haphazardly", [3, 231, 5]], ["promiscuously", [3, 231, 6]]]}, {"answer": "individually", "hint": "synonyms for individually", "clues": [["one by one", [3, 232, 0]], ["severally", [3, 232, 1]], ["separately", [3, 232, 2]], ["on an individual basis", [3, 232, 3]], ["singly", [3, 232, 4]]]}, {"answer": "inevitably", "hint": "synonyms for inevitably", "clues": [["unavoidably", [3, 233, 0]], ["needs", [3, 233, 1]], ["necessarily", [3, 233, 2]], ["of necessity", [3, 233, 3]], ["ineluctably", [3, 233, 4]], ["inescapably", [3, 233, 5]]]}, {"answer": "ingloriously", "hint": "synonyms for ingloriously", "clues": [["dishonourably", [3, 234, 0]], ["disgracefully", [3, 234, 1]], ["discreditably", [3, 234, 2]], ["ignominiously", [3, 234, 3]], ["shamefully", [3, 234, 4]]]}, {"answer": "insanely", "hint": "synonyms for insanely", "clues": [["dementedly", [3, 235, 0]], ["crazily", [3, 235, 1]], ["deadly", [3, 235, 2]], ["devilishly", [3, 235, 3]], ["madly", [3, 235, 4]], ["deucedly", [3, 235, 5]]]}, {"answer": "insofar", "hint": "synonyms for insofar", "clues": [["in so far", [3, 236, 0]], ["so far", [3, 236, 1]], ["to that degree", [3, 236, 2]], ["to that extent", [3, 236, 3]]]}, {"answer": "instantly", "hint": "synonyms for instantly", "clues": [["in a flash", [3, 237, 0]], ["straight off", [3, 237, 1]], ["right away", [3, 237, 2]], ["directly", [3, 237, 3]], ["at once", [3, 237, 4]], ["now", [3, 237, 5]], ["forthwith", [3, 237, 6]], ["instantaneously", [3, 237, 7]], ["straightaway", [3, 237, 8]], ["like a shot", [3, 237, 9]], ["outright", [3, 237, 10]], ["immediately", [3, 237, 11]]]}, {"answer": "intentionally", "hint": "synonyms for intentionally", "clues": [["on purpose", [3, 238, 0]], ["by choice", [3, 238, 1]], ["advisedly", [3, 238, 2]], ["purposely", [3, 238, 3]], ["designedly", [3, 238, 4]], ["by design", [3, 238, 5]], ["deliberately", [3, 238, 6]]]}, {"answer": "jubilantly", "hint": "synonyms for jubilantly", "clues": [["gayly", [3, 239, 0]], ["blithely", [3, 239, 1]], ["merrily", [3, 239, 2]], ["mirthfully", [3, 239, 3]], ["happily", [3, 239, 4]]]}, {"answer": "just_about", "hint": "synonyms for just about", "clues": [["roughly", [3, 240, 0]], ["around", [3, 240, 1]], ["close to", [3, 240, 2]], ["more or less", [3, 240, 3]], ["some", [3, 240, 4]], ["about", [3, 240, 5]], ["or so", [3, 240, 6]], ["approximately", [3, 240, 7]]]}, {"answer": "knavishly", "hint": "synonyms for knavishly", "clues": [["artfully", [3, 241, 0]], ["trickily", [3, 241, 1]], ["foxily", [3, 241, 2]], ["slyly", [3, 241, 3]], ["cunningly", [3, 241, 4]], ["craftily", [3, 241, 5]]]}, {"answer": "lately", "hint": "synonyms for lately", "clues": [["latterly", [3, 242, 0]], ["late", [3, 242, 1]], ["of late", [3, 242, 2]], ["recently", [3, 242, 3]]]}, {"answer": "later_on", "hint": "synonyms for later on", "clues": [["afterwards", [3, 243, 0]], ["later", [3, 243, 1]], ["subsequently", [3, 243, 2]], ["after", [3, 243, 3]]]}, {"answer": "lawfully", "hint": "synonyms for lawfully", "clues": [["legally", [3, 244, 0]], ["licitly", [3, 244, 1]], ["de jure", [3, 244, 2]], ["legitimately", [3, 244, 3]]]}, {"answer": "lightly", "hint": "synonyms for lightly", "clues": [["thinly", [3, 245, 0]], ["softly", [3, 245, 1]], ["light", [3, 245, 2]], ["gently", [3, 245, 3]]]}, {"answer": "like_a_shot", "hint": "synonyms for like a shot", "clues": [["straight off", [3, 246, 0]], ["right away", [3, 246, 1]], ["directly", [3, 246, 2]], ["at once", [3, 246, 3]], ["now", [3, 246, 4]], ["forthwith", [3, 246, 5]], ["instantly", [3, 246, 6]], ["straightaway", [3, 246, 7]], ["immediately", [3, 246, 8]]]}, {"answer": "like_crazy", "hint": "synonyms for like crazy", "clues": [["like sin", [3, 247, 0]], ["like thunder", [3, 247, 1]], ["like mad", [3, 247, 2]], ["like the devil", [3, 247, 3]], ["like hell", [3, 247, 4]]]}, {"answer": "like_hell", "hint": "synonyms for like hell", "clues": [["like sin", [3, 248, 0]], ["like thunder", [3, 248, 1]], ["like mad", [3, 248, 2]], ["like crazy", [3, 248, 3]], ["like the devil", [3, 248, 4]]]}, {"answer": "like_mad", "hint": "synonyms for like mad", "clues": [["like sin", [3, 249, 0]], ["like thunder", [3, 249, 1]], ["like crazy", [3, 249, 2]], ["like the devil", [3, 249, 3]], ["like hell", [3, 249, 4]]]}, {"answer": "like_sin", "hint": "synonyms for like sin", "clues": [["like thunder", [3, 250, 0]], ["like mad", [3, 250, 1]], ["like crazy", [3, 250, 2]], ["like the devil", [3, 250, 3]], ["like hell", [3, 250, 4]]]}, {"answer": "like_the_devil", "hint": "synonyms for like the devil", "clues": [["like sin", [3, 251, 0]], ["like thunder", [3, 251, 1]], ["like mad", [3, 251, 2]], ["like crazy", [3, 251, 3]], ["like hell", [3, 251, 4]]]}, {"answer": "like_thunder", "hint": "synonyms for like thunder", "clues": [["like sin", [3, 252, 0]], ["like mad", [3, 252, 1]], ["like crazy", [3, 252, 2]], ["like the devil", [3, 252, 3]], ["like hell", [3, 252, 4]]]}, {"answer": "likewise", "hint": "synonyms for likewise", "clues": [["similarly", [3, 253, 0]], ["too", [3, 253, 1]], ["alike", [3, 253, 2]], ["besides", [3, 253, 3]], ["also", [3, 253, 4]], ["as well", [3, 253, 5]]]}, {"answer": "little_by_little", "hint": "synonyms for little by little", "clues": [["by small degrees", [3, 254, 0]], ["by inches", [3, 254, 1]], ["bit by bit", [3, 254, 2]], ["in stages", [3, 254, 3]], ["piecemeal", [3, 254, 4]]]}, {"answer": "longitudinally", "hint": "synonyms for longitudinally", "clues": [["lengthways", [3, 255, 0]], ["lengthwise", [3, 255, 1]], ["longways", [3, 255, 2]], ["longwise", [3, 255, 3]]]}, {"answer": "longways", "hint": "synonyms for longways", "clues": [["lengthways", [3, 256, 0]], ["longitudinally", [3, 256, 1]], ["lengthwise", [3, 256, 2]], ["longwise", [3, 256, 3]]]}, {"answer": "longwise", "hint": "synonyms for longwise", "clues": [["lengthways", [3, 257, 0]], ["longitudinally", [3, 257, 1]], ["lengthwise", [3, 257, 2]], ["longways", [3, 257, 3]]]}, {"answer": "loosely", "hint": "synonyms for loosely", "clues": [["broadly speaking", [3, 258, 0]], ["broadly", [3, 258, 1]], ["slackly", [3, 258, 2]], ["generally", [3, 258, 3]]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["a good deal", [3, 259, 0]], ["much", [3, 259, 1]], ["very much", [3, 259, 2]], ["a lot", [3, 259, 3]], ["a great deal", [3, 259, 4]]]}, {"answer": "loudly", "hint": "synonyms for loudly", "clues": [["forte", [3, 260, 0]], ["aloud", [3, 260, 1]], ["clamorously", [3, 260, 2]], ["obstreperously", [3, 260, 3]]]}, {"answer": "madly", "hint": "synonyms for madly", "clues": [["dementedly", [3, 261, 0]], ["insanely", [3, 261, 1]], ["deucedly", [3, 261, 2]], ["frantically", [3, 261, 3]], ["crazily", [3, 261, 4]], ["deadly", [3, 261, 5]], ["devilishly", [3, 261, 6]]]}, {"answer": "magnificently", "hint": "synonyms for magnificently", "clues": [["splendidly", [3, 262, 0]], ["excellently", [3, 262, 1]], ["famously", [3, 262, 2]], ["gorgeously", [3, 262, 3]], ["resplendently", [3, 262, 4]]]}, {"answer": "mainly", "hint": "synonyms for mainly", "clues": [["in the main", [3, 263, 0]], ["principally", [3, 263, 1]], ["primarily", [3, 263, 2]], ["chiefly", [3, 263, 3]]]}, {"answer": "manifestly", "hint": "synonyms for manifestly", "clues": [["patently", [3, 264, 0]], ["apparently", [3, 264, 1]], ["evidently", [3, 264, 2]], ["obviously", [3, 264, 3]], ["plain", [3, 264, 4]]]}, {"answer": "marvellously", "hint": "synonyms for marvellously", "clues": [["marvelously", [3, 265, 0]], ["toppingly", [3, 265, 1]], ["wondrous", [3, 265, 2]], ["superbly", [3, 265, 3]], ["wonderfully", [3, 265, 4]], ["terrifically", [3, 265, 5]]]}, {"answer": "marvelously", "hint": "synonyms for marvelously", "clues": [["toppingly", [3, 266, 0]], ["wondrous", [3, 266, 1]], ["superbly", [3, 266, 2]], ["wonderfully", [3, 266, 3]], ["terrifically", [3, 266, 4]], ["marvellously", [3, 266, 5]]]}, {"answer": "maybe", "hint": "synonyms for maybe", "clues": [["peradventure", [3, 267, 0]], ["possibly", [3, 267, 1]], ["perhaps", [3, 267, 2]], ["perchance", [3, 267, 3]], ["mayhap", [3, 267, 4]]]}, {"answer": "mayhap", "hint": "synonyms for mayhap", "clues": [["possibly", [3, 268, 0]], ["perhaps", [3, 268, 1]], ["perchance", [3, 268, 2]], ["maybe", [3, 268, 3]], ["peradventure", [3, 268, 4]]]}, {"answer": "meanly", "hint": "synonyms for meanly", "clues": [["humbly", [3, 269, 0]], ["scurvily", [3, 269, 1]], ["basely", [3, 269, 2]], ["nastily", [3, 269, 3]]]}, {"answer": "merely", "hint": "synonyms for merely", "clues": [["just", [3, 270, 0]], ["but", [3, 270, 1]], ["only", [3, 270, 2]], ["simply", [3, 270, 3]]]}, {"answer": "merrily", "hint": "synonyms for merrily", "clues": [["gayly", [3, 271, 0]], ["blithely", [3, 271, 1]], ["jubilantly", [3, 271, 2]], ["mirthfully", [3, 271, 3]], ["happily", [3, 271, 4]]]}, {"answer": "mirthfully", "hint": "synonyms for mirthfully", "clues": [["gayly", [3, 272, 0]], ["blithely", [3, 272, 1]], ["jubilantly", [3, 272, 2]], ["merrily", [3, 272, 3]], ["happily", [3, 272, 4]]]}, {"answer": "mockingly", "hint": "synonyms for mockingly", "clues": [["jeeringly", [3, 273, 0]], ["derisively", [3, 273, 1]], ["gibingly", [3, 273, 2]], ["derisorily", [3, 273, 3]], ["scoffingly", [3, 273, 4]]]}, {"answer": "moderately", "hint": "synonyms for moderately", "clues": [["passably", [3, 274, 0]], ["fairly", [3, 274, 1]], ["jolly", [3, 274, 2]], ["middling", [3, 274, 3]], ["somewhat", [3, 274, 4]], ["reasonably", [3, 274, 5]], ["pretty", [3, 274, 6]]]}, {"answer": "monstrously", "hint": "synonyms for monstrously", "clues": [["horridly", [3, 275, 0]], ["heinously", [3, 275, 1]], ["hideously", [3, 275, 2]], ["grotesquely", [3, 275, 3]]]}, {"answer": "more_or_less", "hint": "synonyms for more or less", "clues": [["roughly", [3, 276, 0]], ["just about", [3, 276, 1]], ["around", [3, 276, 2]], ["close to", [3, 276, 3]], ["some", [3, 276, 4]], ["about", [3, 276, 5]], ["somewhat", [3, 276, 6]], ["or so", [3, 276, 7]], ["slightly", [3, 276, 8]], ["approximately", [3, 276, 9]]]}, {"answer": "mostly", "hint": "synonyms for mostly", "clues": [["more often than not", [3, 277, 0]], ["by and large", [3, 277, 1]], ["for the most part", [3, 277, 2]], ["generally", [3, 277, 3]], ["largely", [3, 277, 4]]]}, {"answer": "mulishly", "hint": "synonyms for mulishly", "clues": [["obstinately", [3, 278, 0]], ["cussedly", [3, 278, 1]], ["stubbornly", [3, 278, 2]], ["obdurately", [3, 278, 3]], ["pig-headedly", [3, 278, 4]]]}, {"answer": "namely", "hint": "synonyms for namely", "clues": [["videlicet", [3, 279, 0]], ["to wit", [3, 279, 1]], ["that is to say", [3, 279, 2]], ["viz.", [3, 279, 3]]]}, {"answer": "nearly", "hint": "synonyms for nearly", "clues": [["nigh", [3, 280, 0]], ["well-nigh", [3, 280, 1]], ["closely", [3, 280, 2]], ["almost", [3, 280, 3]], ["virtually", [3, 280, 4]], ["near", [3, 280, 5]], ["about", [3, 280, 6]], ["most", [3, 280, 7]], ["intimately", [3, 280, 8]]]}, {"answer": "necessarily", "hint": "synonyms for necessarily", "clues": [["inevitably", [3, 281, 0]], ["needfully", [3, 281, 1]], ["of necessity", [3, 281, 2]], ["needs", [3, 281, 3]]]}, {"answer": "nevertheless", "hint": "synonyms for nevertheless", "clues": [["even so", [3, 282, 0]], ["nonetheless", [3, 282, 1]], ["notwithstanding", [3, 282, 2]], ["however", [3, 282, 3]], ["withal", [3, 282, 4]], ["still", [3, 282, 5]], ["all the same", [3, 282, 6]], ["yet", [3, 282, 7]]]}, {"answer": "nonetheless", "hint": "synonyms for nonetheless", "clues": [["even so", [3, 283, 0]], ["notwithstanding", [3, 283, 1]], ["however", [3, 283, 2]], ["withal", [3, 283, 3]], ["nevertheless", [3, 283, 4]], ["still", [3, 283, 5]], ["all the same", [3, 283, 6]], ["yet", [3, 283, 7]]]}, {"answer": "normally", "hint": "synonyms for normally", "clues": [["ordinarily", [3, 284, 0]], ["commonly", [3, 284, 1]], ["unremarkably", [3, 284, 2]], ["usually", [3, 284, 3]]]}, {"answer": "notwithstanding", "hint": "synonyms for notwithstanding", "clues": [["even so", [3, 285, 0]], ["nonetheless", [3, 285, 1]], ["however", [3, 285, 2]], ["withal", [3, 285, 3]], ["nevertheless", [3, 285, 4]], ["still", [3, 285, 5]], ["all the same", [3, 285, 6]], ["yet", [3, 285, 7]]]}, {"answer": "now", "hint": "synonyms for now", "clues": [["straight off", [3, 286, 0]], ["at present", [3, 286, 1]], ["right away", [3, 286, 2]], ["directly", [3, 286, 3]], ["at once", [3, 286, 4]], ["immediately", [3, 286, 5]], ["instantly", [3, 286, 6]], ["today", [3, 286, 7]], ["straightaway", [3, 286, 8]], ["like a shot", [3, 286, 9]], ["forthwith", [3, 286, 10]], ["nowadays", [3, 286, 11]]]}, {"answer": "now_and_again", "hint": "synonyms for now and again", "clues": [["occasionally", [3, 287, 0]], ["at times", [3, 287, 1]], ["once in a while", [3, 287, 2]], ["on occasion", [3, 287, 3]], ["from time to time", [3, 287, 4]], ["now and then", [3, 287, 5]]]}, {"answer": "now_and_then", "hint": "synonyms for now and then", "clues": [["once in a while", [3, 288, 0]], ["occasionally", [3, 288, 1]], ["at times", [3, 288, 2]], ["now and again", [3, 288, 3]], ["on occasion", [3, 288, 4]], ["from time to time", [3, 288, 5]]]}, {"answer": "nuttily", "hint": "synonyms for nuttily", "clues": [["balmily", [3, 289, 0]], ["daftly", [3, 289, 1]], ["dottily", [3, 289, 2]], ["wackily", [3, 289, 3]]]}, {"answer": "obdurately", "hint": "synonyms for obdurately", "clues": [["obstinately", [3, 290, 0]], ["cussedly", [3, 290, 1]], ["mulishly", [3, 290, 2]], ["stubbornly", [3, 290, 3]], ["pig-headedly", [3, 290, 4]]]}, {"answer": "obliquely", "hint": "synonyms for obliquely", "clues": [["athwart", [3, 291, 0]], ["sideways", [3, 291, 1]], ["aslant", [3, 291, 2]], ["sidelong", [3, 291, 3]]]}, {"answer": "obstinately", "hint": "synonyms for obstinately", "clues": [["cussedly", [3, 292, 0]], ["mulishly", [3, 292, 1]], ["stubbornly", [3, 292, 2]], ["obdurately", [3, 292, 3]], ["pig-headedly", [3, 292, 4]]]}, {"answer": "obviously", "hint": "synonyms for obviously", "clues": [["patently", [3, 293, 0]], ["apparently", [3, 293, 1]], ["evidently", [3, 293, 2]], ["manifestly", [3, 293, 3]], ["plain", [3, 293, 4]]]}, {"answer": "occasionally", "hint": "synonyms for occasionally", "clues": [["once in a while", [3, 294, 0]], ["at times", [3, 294, 1]], ["now and again", [3, 294, 2]], ["on occasion", [3, 294, 3]], ["from time to time", [3, 294, 4]], ["now and then", [3, 294, 5]]]}, {"answer": "oddly", "hint": "synonyms for oddly", "clues": [["curiously", [3, 295, 0]], ["funnily", [3, 295, 1]], ["strangely", [3, 295, 2]], ["queerly", [3, 295, 3]], ["peculiarly", [3, 295, 4]]]}, {"answer": "often", "hint": "synonyms for often", "clues": [["a great deal", [3, 296, 0]], ["frequently", [3, 296, 1]], ["oft", [3, 296, 2]], ["much", [3, 296, 3]], ["oftentimes", [3, 296, 4]]]}, {"answer": "oftentimes", "hint": "synonyms for oftentimes", "clues": [["oft", [3, 297, 0]], ["often", [3, 297, 1]], ["frequently", [3, 297, 2]], ["ofttimes", [3, 297, 3]]]}, {"answer": "ofttimes", "hint": "synonyms for ofttimes", "clues": [["oft", [3, 298, 0]], ["often", [3, 298, 1]], ["frequently", [3, 298, 2]], ["oftentimes", [3, 298, 3]]]}, {"answer": "on_an_individual_basis", "hint": "synonyms for on an individual basis", "clues": [["one by one", [3, 299, 0]], ["severally", [3, 299, 1]], ["separately", [3, 299, 2]], ["individually", [3, 299, 3]], ["singly", [3, 299, 4]]]}, {"answer": "on_occasion", "hint": "synonyms for on occasion", "clues": [["once in a while", [3, 300, 0]], ["occasionally", [3, 300, 1]], ["at times", [3, 300, 2]], ["now and again", [3, 300, 3]], ["from time to time", [3, 300, 4]], ["now and then", [3, 300, 5]]]}, {"answer": "on_purpose", "hint": "synonyms for on purpose", "clues": [["by choice", [3, 301, 0]], ["intentionally", [3, 301, 1]], ["advisedly", [3, 301, 2]], ["purposely", [3, 301, 3]], ["designedly", [3, 301, 4]], ["by design", [3, 301, 5]], ["deliberately", [3, 301, 6]]]}, {"answer": "on_the_dot", "hint": "synonyms for on the dot", "clues": [["on the button", [3, 302, 0]], ["precisely", [3, 302, 1]], ["exactly", [3, 302, 2]], ["on the nose", [3, 302, 3]]]}, {"answer": "once", "hint": "synonyms for once", "clues": [["in one case", [3, 303, 0]], ["one time", [3, 303, 1]], ["at one time", [3, 303, 2]], ["erst", [3, 303, 3]], ["formerly", [3, 303, 4]], ["erstwhile", [3, 303, 5]]]}, {"answer": "once_in_a_while", "hint": "synonyms for once in a while", "clues": [["occasionally", [3, 304, 0]], ["at times", [3, 304, 1]], ["now and again", [3, 304, 2]], ["on occasion", [3, 304, 3]], ["from time to time", [3, 304, 4]], ["now and then", [3, 304, 5]]]}, {"answer": "one_by_one", "hint": "synonyms for one by one", "clues": [["severally", [3, 305, 0]], ["separately", [3, 305, 1]], ["singly", [3, 305, 2]], ["one after another", [3, 305, 3]], ["by the piece", [3, 305, 4]], ["one at a time", [3, 305, 5]], ["individually", [3, 305, 6]], ["on an individual basis", [3, 305, 7]]]}, {"answer": "onward", "hint": "synonyms for onward", "clues": [["forward", [3, 306, 0]], ["onwards", [3, 306, 1]], ["ahead", [3, 306, 2]], ["forrader", [3, 306, 3]], ["forth", [3, 306, 4]]]}, {"answer": "onwards", "hint": "synonyms for onwards", "clues": [["onward", [3, 307, 0]], ["forwards", [3, 307, 1]], ["forrader", [3, 307, 2]], ["ahead", [3, 307, 3]]]}, {"answer": "or_so", "hint": "synonyms for or so", "clues": [["roughly", [3, 308, 0]], ["just about", [3, 308, 1]], ["around", [3, 308, 2]], ["close to", [3, 308, 3]], ["more or less", [3, 308, 4]], ["some", [3, 308, 5]], ["about", [3, 308, 6]], ["approximately", [3, 308, 7]]]}, {"answer": "ordinarily", "hint": "synonyms for ordinarily", "clues": [["commonly", [3, 309, 0]], ["unremarkably", [3, 309, 1]], ["normally", [3, 309, 2]], ["usually", [3, 309, 3]]]}, {"answer": "originally", "hint": "synonyms for originally", "clues": [["primitively", [3, 310, 0]], ["in the beginning", [3, 310, 1]], ["to begin with", [3, 310, 2]], ["in the first place", [3, 310, 3]], ["earlier", [3, 310, 4]]]}, {"answer": "over_and_over", "hint": "synonyms for over and over", "clues": [["time and time again", [3, 311, 0]], ["time and again", [3, 311, 1]], ["over and over again", [3, 311, 2]], ["again and again", [3, 311, 3]]]}, {"answer": "over_and_over_again", "hint": "synonyms for over and over again", "clues": [["time and time again", [3, 312, 0]], ["time and again", [3, 312, 1]], ["over and over", [3, 312, 2]], ["again and again", [3, 312, 3]]]}, {"answer": "p.a.", "hint": "synonyms for p.a.", "clues": [["per year", [3, 313, 0]], ["each year", [3, 313, 1]], ["per annum", [3, 313, 2]], ["annually", [3, 313, 3]]]}, {"answer": "passably", "hint": "synonyms for passably", "clues": [["moderately", [3, 314, 0]], ["fairly", [3, 314, 1]], ["jolly", [3, 314, 2]], ["middling", [3, 314, 3]], ["somewhat", [3, 314, 4]], ["reasonably", [3, 314, 5]], ["pretty", [3, 314, 6]]]}, {"answer": "patently", "hint": "synonyms for patently", "clues": [["apparently", [3, 315, 0]], ["evidently", [3, 315, 1]], ["obviously", [3, 315, 2]], ["manifestly", [3, 315, 3]], ["plain", [3, 315, 4]]]}, {"answer": "peculiarly", "hint": "synonyms for peculiarly", "clues": [["particularly", [3, 316, 0]], ["curiously", [3, 316, 1]], ["specially", [3, 316, 2]], ["oddly", [3, 316, 3]]]}, {"answer": "per_annum", "hint": "synonyms for per annum", "clues": [["per year", [3, 317, 0]], ["p.a.", [3, 317, 1]], ["each year", [3, 317, 2]], ["annually", [3, 317, 3]]]}, {"answer": "per_year", "hint": "synonyms for per year", "clues": [["p.a.", [3, 318, 0]], ["each year", [3, 318, 1]], ["per annum", [3, 318, 2]], ["annually", [3, 318, 3]]]}, {"answer": "peradventure", "hint": "synonyms for peradventure", "clues": [["possibly", [3, 319, 0]], ["perhaps", [3, 319, 1]], ["perchance", [3, 319, 2]], ["maybe", [3, 319, 3]], ["mayhap", [3, 319, 4]]]}, {"answer": "perchance", "hint": "synonyms for perchance", "clues": [["by chance", [3, 320, 0]], ["peradventure", [3, 320, 1]], ["possibly", [3, 320, 2]], ["perhaps", [3, 320, 3]], ["maybe", [3, 320, 4]], ["mayhap", [3, 320, 5]]]}, {"answer": "perhaps", "hint": "synonyms for perhaps", "clues": [["peradventure", [3, 321, 0]], ["possibly", [3, 321, 1]], ["perchance", [3, 321, 2]], ["maybe", [3, 321, 3]], ["mayhap", [3, 321, 4]]]}, {"answer": "perpetually", "hint": "synonyms for perpetually", "clues": [["forever", [3, 322, 0]], ["constantly", [3, 322, 1]], ["always", [3, 322, 2]], ["incessantly", [3, 322, 3]]]}, {"answer": "pertly", "hint": "synonyms for pertly", "clues": [["freshly", [3, 323, 0]], ["impudently", [3, 323, 1]], ["impertinently", [3, 323, 2]], ["saucily", [3, 323, 3]]]}, {"answer": "pig-headedly", "hint": "synonyms for pig-headedly", "clues": [["obstinately", [3, 324, 0]], ["cussedly", [3, 324, 1]], ["mulishly", [3, 324, 2]], ["stubbornly", [3, 324, 3]], ["obdurately", [3, 324, 4]]]}, {"answer": "plainly", "hint": "synonyms for plainly", "clues": [["patently", [3, 325, 0]], ["apparently", [3, 325, 1]], ["obviously", [3, 325, 2]], ["manifestly", [3, 325, 3]], ["evidently", [3, 325, 4]], ["simply", [3, 325, 5]], ["plain", [3, 325, 6]]]}, {"answer": "pleadingly", "hint": "synonyms for pleadingly", "clues": [["imploringly", [3, 326, 0]], ["importunately", [3, 326, 1]], ["entreatingly", [3, 326, 2]], ["beseechingly", [3, 326, 3]]]}, {"answer": "pleasantly", "hint": "synonyms for pleasantly", "clues": [["agreeably", [3, 327, 0]], ["sunnily", [3, 327, 1]], ["cheerily", [3, 327, 2]], ["enjoyably", [3, 327, 3]]]}, {"answer": "possibly", "hint": "synonyms for possibly", "clues": [["mayhap", [3, 328, 0]], ["perhaps", [3, 328, 1]], ["perchance", [3, 328, 2]], ["maybe", [3, 328, 3]], ["peradventure", [3, 328, 4]]]}, {"answer": "precisely", "hint": "synonyms for precisely", "clues": [["exactly", [3, 329, 0]], ["on the dot", [3, 329, 1]], ["on the nose", [3, 329, 2]], ["incisively", [3, 329, 3]], ["just", [3, 329, 4]], ["on the button", [3, 329, 5]]]}, {"answer": "presently", "hint": "synonyms for presently", "clues": [["soon", [3, 330, 0]], ["currently", [3, 330, 1]], ["shortly", [3, 330, 2]], ["before long", [3, 330, 3]]]}, {"answer": "primarily", "hint": "synonyms for primarily", "clues": [["in the first place", [3, 331, 0]], ["mainly", [3, 331, 1]], ["in the main", [3, 331, 2]], ["principally", [3, 331, 3]], ["chiefly", [3, 331, 4]]]}, {"answer": "principally", "hint": "synonyms for principally", "clues": [["mainly", [3, 332, 0]], ["in the main", [3, 332, 1]], ["primarily", [3, 332, 2]], ["chiefly", [3, 332, 3]]]}, {"answer": "probably", "hint": "synonyms for probably", "clues": [["plausibly", [3, 333, 0]], ["in all probability", [3, 333, 1]], ["in all likelihood", [3, 333, 2]], ["believably", [3, 333, 3]], ["belike", [3, 333, 4]], ["credibly", [3, 333, 5]], ["likely", [3, 333, 6]]]}, {"answer": "promptly", "hint": "synonyms for promptly", "clues": [["readily", [3, 334, 0]], ["pronto", [3, 334, 1]], ["quickly", [3, 334, 2]], ["right away", [3, 334, 3]]]}, {"answer": "properly", "hint": "synonyms for properly", "clues": [["decent", [3, 335, 0]], ["the right way", [3, 335, 1]], ["right", [3, 335, 2]], ["by rights", [3, 335, 3]], ["in good order", [3, 335, 4]]]}, {"answer": "purposely", "hint": "synonyms for purposely", "clues": [["on purpose", [3, 336, 0]], ["by choice", [3, 336, 1]], ["intentionally", [3, 336, 2]], ["advisedly", [3, 336, 3]], ["by design", [3, 336, 4]], ["designedly", [3, 336, 5]], ["deliberately", [3, 336, 6]]]}, {"answer": "queerly", "hint": "synonyms for queerly", "clues": [["strangely", [3, 337, 0]], ["funnily", [3, 337, 1]], ["oddly", [3, 337, 2]], ["fishily", [3, 337, 3]]]}, {"answer": "quickly", "hint": "synonyms for quickly", "clues": [["cursorily", [3, 338, 0]], ["promptly", [3, 338, 1]], ["rapidly", [3, 338, 2]], ["chop-chop", [3, 338, 3]], ["apace", [3, 338, 4]], ["quick", [3, 338, 5]], ["speedily", [3, 338, 6]]]}, {"answer": "randomly", "hint": "synonyms for randomly", "clues": [["at random", [3, 339, 0]], ["willy-nilly", [3, 339, 1]], ["every which way", [3, 339, 2]], ["arbitrarily", [3, 339, 3]], ["indiscriminately", [3, 339, 4]], ["haphazardly", [3, 339, 5]]]}, {"answer": "rapidly", "hint": "synonyms for rapidly", "clues": [["apace", [3, 340, 0]], ["speedily", [3, 340, 1]], ["chop-chop", [3, 340, 2]], ["quickly", [3, 340, 3]]]}, {"answer": "rather", "hint": "synonyms for rather", "clues": [["instead", [3, 341, 0]], ["sooner", [3, 341, 1]], ["quite", [3, 341, 2]], ["sort of", [3, 341, 3]], ["kind of", [3, 341, 4]], ["preferably", [3, 341, 5]], ["kinda", [3, 341, 6]]]}, {"answer": "really", "hint": "synonyms for really", "clues": [["very", [3, 342, 0]], ["rattling", [3, 342, 1]], ["actually", [3, 342, 2]], ["real", [3, 342, 3]], ["truly", [3, 342, 4]], ["genuinely", [3, 342, 5]], ["in truth", [3, 342, 6]]]}, {"answer": "reasonably", "hint": "synonyms for reasonably", "clues": [["passably", [3, 343, 0]], ["fairly", [3, 343, 1]], ["jolly", [3, 343, 2]], ["sensibly", [3, 343, 3]], ["somewhat", [3, 343, 4]], ["moderately", [3, 343, 5]], ["sanely", [3, 343, 6]], ["middling", [3, 343, 7]], ["pretty", [3, 343, 8]]]}, {"answer": "remarkably", "hint": "synonyms for remarkably", "clues": [["outstandingly", [3, 344, 0]], ["unmistakably", [3, 344, 1]], ["unusually", [3, 344, 2]], ["unco", [3, 344, 3]], ["signally", [3, 344, 4]]]}, {"answer": "richly", "hint": "synonyms for richly", "clues": [["high", [3, 345, 0]], ["luxuriously", [3, 345, 1]], ["lavishly", [3, 345, 2]], ["amply", [3, 345, 3]], ["extravagantly", [3, 345, 4]]]}, {"answer": "right_away", "hint": "synonyms for right away", "clues": [["straight off", [3, 346, 0]], ["directly", [3, 346, 1]], ["at once", [3, 346, 2]], ["now", [3, 346, 3]], ["forthwith", [3, 346, 4]], ["instantly", [3, 346, 5]], ["straightaway", [3, 346, 6]], ["like a shot", [3, 346, 7]], ["promptly", [3, 346, 8]], ["immediately", [3, 346, 9]]]}, {"answer": "rottenly", "hint": "synonyms for rottenly", "clues": [["abysmally", [3, 347, 0]], ["terribly", [3, 347, 1]], ["awfully", [3, 347, 2]], ["abominably", [3, 347, 3]], ["atrociously", [3, 347, 4]]]}, {"answer": "roughly", "hint": "synonyms for roughly", "clues": [["rough", [3, 348, 0]], ["just about", [3, 348, 1]], ["around", [3, 348, 2]], ["close to", [3, 348, 3]], ["more or less", [3, 348, 4]], ["some", [3, 348, 5]], ["about", [3, 348, 6]], ["or so", [3, 348, 7]], ["approximately", [3, 348, 8]]]}, {"answer": "roundly", "hint": "synonyms for roundly", "clues": [["brusquely", [3, 349, 0]], ["bluffly", [3, 349, 1]], ["flat out", [3, 349, 2]], ["bluntly", [3, 349, 3]]]}, {"answer": "sadly", "hint": "synonyms for sadly", "clues": [["lamentably", [3, 350, 0]], ["woefully", [3, 350, 1]], ["deplorably", [3, 350, 2]], ["unhappily", [3, 350, 3]]]}, {"answer": "sagaciously", "hint": "synonyms for sagaciously", "clues": [["shrewdly", [3, 351, 0]], ["sapiently", [3, 351, 1]], ["astutely", [3, 351, 2]], ["acutely", [3, 351, 3]]]}, {"answer": "sapiently", "hint": "synonyms for sapiently", "clues": [["shrewdly", [3, 352, 0]], ["sagaciously", [3, 352, 1]], ["astutely", [3, 352, 2]], ["acutely", [3, 352, 3]]]}, {"answer": "saucily", "hint": "synonyms for saucily", "clues": [["freshly", [3, 353, 0]], ["impudently", [3, 353, 1]], ["impertinently", [3, 353, 2]], ["pertly", [3, 353, 3]]]}, {"answer": "scarcely", "hint": "synonyms for scarcely", "clues": [["hardly", [3, 354, 0]], ["just", [3, 354, 1]], ["barely", [3, 354, 2]], ["scarce", [3, 354, 3]]]}, {"answer": "separately", "hint": "synonyms for separately", "clues": [["one by one", [3, 355, 0]], ["severally", [3, 355, 1]], ["on an individual basis", [3, 355, 2]], ["individually", [3, 355, 3]], ["singly", [3, 355, 4]]]}, {"answer": "seriously", "hint": "synonyms for seriously", "clues": [["gravely", [3, 356, 0]], ["earnestly", [3, 356, 1]], ["severely", [3, 356, 2]], ["in earnest", [3, 356, 3]], ["badly", [3, 356, 4]]]}, {"answer": "severally", "hint": "synonyms for severally", "clues": [["one by one", [3, 357, 0]], ["separately", [3, 357, 1]], ["on an individual basis", [3, 357, 2]], ["respectively", [3, 357, 3]], ["individually", [3, 357, 4]], ["singly", [3, 357, 5]], ["independently", [3, 357, 6]]]}, {"answer": "severely", "hint": "synonyms for severely", "clues": [["gravely", [3, 358, 0]], ["seriously", [3, 358, 1]], ["sternly", [3, 358, 2]], ["hard", [3, 358, 3]], ["badly", [3, 358, 4]]]}, {"answer": "shamefully", "hint": "synonyms for shamefully", "clues": [["dishonourably", [3, 359, 0]], ["disgracefully", [3, 359, 1]], ["ingloriously", [3, 359, 2]], ["discreditably", [3, 359, 3]], ["ignominiously", [3, 359, 4]]]}, {"answer": "sharply", "hint": "synonyms for sharply", "clues": [["acutely", [3, 360, 0]], ["precipitously", [3, 360, 1]], ["sharp", [3, 360, 2]], ["crisply", [3, 360, 3]], ["aggressively", [3, 360, 4]]]}, {"answer": "shortly", "hint": "synonyms for shortly", "clues": [["soon", [3, 361, 0]], ["curtly", [3, 361, 1]], ["short", [3, 361, 2]], ["concisely", [3, 361, 3]], ["in short", [3, 361, 4]], ["briefly", [3, 361, 5]], ["in brief", [3, 361, 6]], ["before long", [3, 361, 7]], ["presently", [3, 361, 8]]]}, {"answer": "shrewdly", "hint": "synonyms for shrewdly", "clues": [["sapiently", [3, 362, 0]], ["sagaciously", [3, 362, 1]], ["astutely", [3, 362, 2]], ["acutely", [3, 362, 3]]]}, {"answer": "simply", "hint": "synonyms for simply", "clues": [["only", [3, 363, 0]], ["plainly", [3, 363, 1]], ["just", [3, 363, 2]], ["but", [3, 363, 3]], ["merely", [3, 363, 4]]]}, {"answer": "singly", "hint": "synonyms for singly", "clues": [["one by one", [3, 364, 0]], ["severally", [3, 364, 1]], ["separately", [3, 364, 2]], ["individually", [3, 364, 3]], ["on an individual basis", [3, 364, 4]]]}, {"answer": "slap", "hint": "synonyms for slap", "clues": [["smack", [3, 365, 0]], ["slapdash", [3, 365, 1]], ["bolt", [3, 365, 2]], ["bang", [3, 365, 3]]]}, {"answer": "slenderly", "hint": "synonyms for slenderly", "clues": [["sparingly", [3, 366, 0]], ["meagerly", [3, 366, 1]], ["slimly", [3, 366, 2]], ["slightly", [3, 366, 3]]]}, {"answer": "slightly", "hint": "synonyms for slightly", "clues": [["more or less", [3, 367, 0]], ["somewhat", [3, 367, 1]], ["slenderly", [3, 367, 2]], ["slimly", [3, 367, 3]]]}, {"answer": "slowly", "hint": "synonyms for slowly", "clues": [["tardily", [3, 368, 0]], ["slow", [3, 368, 1]], ["easy", [3, 368, 2]], ["lento", [3, 368, 3]]]}, {"answer": "slyly", "hint": "synonyms for slyly", "clues": [["artfully", [3, 369, 0]], ["trickily", [3, 369, 1]], ["foxily", [3, 369, 2]], ["cunningly", [3, 369, 3]], ["craftily", [3, 369, 4]], ["knavishly", [3, 369, 5]]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["slap", [3, 370, 0]], ["slapdash", [3, 370, 1]], ["bolt", [3, 370, 2]], ["bang", [3, 370, 3]]]}, {"answer": "smartly", "hint": "synonyms for smartly", "clues": [["sprucely", [3, 371, 0]], ["cleverly", [3, 371, 1]], ["vigorously", [3, 371, 2]], ["modishly", [3, 371, 3]]]}, {"answer": "so", "hint": "synonyms for so", "clues": [["thus", [3, 372, 0]], ["and then", [3, 372, 1]], ["therefore", [3, 372, 2]], ["indeed", [3, 372, 3]], ["thence", [3, 372, 4]], ["and so", [3, 372, 5]], ["then", [3, 372, 6]]]}, {"answer": "so_far", "hint": "synonyms for so far", "clues": [["yet", [3, 373, 0]], ["hitherto", [3, 373, 1]], ["until now", [3, 373, 2]], ["to that extent", [3, 373, 3]], ["in so far", [3, 373, 4]], ["up to now", [3, 373, 5]], ["thus far", [3, 373, 6]], ["heretofore", [3, 373, 7]], ["as yet", [3, 373, 8]], ["to that degree", [3, 373, 9]]]}, {"answer": "softly", "hint": "synonyms for softly", "clues": [["gently", [3, 374, 0]], ["piano", [3, 374, 1]], ["quietly", [3, 374, 2]], ["lightly", [3, 374, 3]]]}, {"answer": "solely", "hint": "synonyms for solely", "clues": [["exclusively", [3, 375, 0]], ["only", [3, 375, 1]], ["entirely", [3, 375, 2]], ["alone", [3, 375, 3]]]}, {"answer": "someway", "hint": "synonyms for someway", "clues": [["somehow", [3, 376, 0]], ["in some way", [3, 376, 1]], ["someways", [3, 376, 2]], ["in some manner", [3, 376, 3]]]}, {"answer": "someways", "hint": "synonyms for someways", "clues": [["somehow", [3, 377, 0]], ["someway", [3, 377, 1]], ["in some way", [3, 377, 2]], ["in some manner", [3, 377, 3]]]}, {"answer": "somewhat", "hint": "synonyms for somewhat", "clues": [["passably", [3, 378, 0]], ["fairly", [3, 378, 1]], ["jolly", [3, 378, 2]], ["more or less", [3, 378, 3]], ["moderately", [3, 378, 4]], ["slightly", [3, 378, 5]], ["middling", [3, 378, 6]], ["reasonably", [3, 378, 7]], ["pretty", [3, 378, 8]]]}, {"answer": "speedily", "hint": "synonyms for speedily", "clues": [["apace", [3, 379, 0]], ["rapidly", [3, 379, 1]], ["chop-chop", [3, 379, 2]], ["quickly", [3, 379, 3]]]}, {"answer": "splendidly", "hint": "synonyms for splendidly", "clues": [["magnificently", [3, 380, 0]], ["excellently", [3, 380, 1]], ["famously", [3, 380, 2]], ["gorgeously", [3, 380, 3]], ["resplendently", [3, 380, 4]]]}, {"answer": "squarely", "hint": "synonyms for squarely", "clues": [["foursquare", [3, 381, 0]], ["square", [3, 381, 1]], ["forthright", [3, 381, 2]], ["straightforwardly", [3, 381, 3]]]}, {"answer": "straight_off", "hint": "synonyms for straight off", "clues": [["right away", [3, 382, 0]], ["directly", [3, 382, 1]], ["at once", [3, 382, 2]], ["now", [3, 382, 3]], ["forthwith", [3, 382, 4]], ["instantly", [3, 382, 5]], ["straightaway", [3, 382, 6]], ["like a shot", [3, 382, 7]], ["immediately", [3, 382, 8]]]}, {"answer": "stubbornly", "hint": "synonyms for stubbornly", "clues": [["obstinately", [3, 383, 0]], ["cussedly", [3, 383, 1]], ["mulishly", [3, 383, 2]], ["obdurately", [3, 383, 3]], ["pig-headedly", [3, 383, 4]]]}, {"answer": "subsequently", "hint": "synonyms for subsequently", "clues": [["afterwards", [3, 384, 0]], ["later on", [3, 384, 1]], ["later", [3, 384, 2]], ["after", [3, 384, 3]]]}, {"answer": "suddenly", "hint": "synonyms for suddenly", "clues": [["of a sudden", [3, 385, 0]], ["short", [3, 385, 1]], ["abruptly", [3, 385, 2]], ["all of a sudden", [3, 385, 3]], ["on the spur of the moment", [3, 385, 4]], ["dead", [3, 385, 5]]]}, {"answer": "superbly", "hint": "synonyms for superbly", "clues": [["marvelously", [3, 386, 0]], ["toppingly", [3, 386, 1]], ["wondrous", [3, 386, 2]], ["wonderfully", [3, 386, 3]], ["terrifically", [3, 386, 4]]]}, {"answer": "sure_enough", "hint": "synonyms for sure enough", "clues": [["sure", [3, 387, 0]], ["for sure", [3, 387, 1]], ["for certain", [3, 387, 2]], ["sure as shooting", [3, 387, 3]], ["certainly", [3, 387, 4]]]}, {"answer": "surely", "hint": "synonyms for surely", "clues": [["sure", [3, 388, 0]], ["sure enough", [3, 388, 1]], ["for sure", [3, 388, 2]], ["for certain", [3, 388, 3]], ["sure as shooting", [3, 388, 4]], ["certainly", [3, 388, 5]]]}, {"answer": "tardily", "hint": "synonyms for tardily", "clues": [["late", [3, 389, 0]], ["slow", [3, 389, 1]], ["easy", [3, 389, 2]], ["belatedly", [3, 389, 3]]]}, {"answer": "terribly", "hint": "synonyms for terribly", "clues": [["abysmally", [3, 390, 0]], ["rottenly", [3, 390, 1]], ["awful", [3, 390, 2]], ["frightfully", [3, 390, 3]], ["abominably", [3, 390, 4]], ["atrociously", [3, 390, 5]]]}, {"answer": "terrifically", "hint": "synonyms for terrifically", "clues": [["marvelously", [3, 391, 0]], ["toppingly", [3, 391, 1]], ["wondrous", [3, 391, 2]], ["superbly", [3, 391, 3]], ["wonderfully", [3, 391, 4]]]}, {"answer": "that_is_to_say", "hint": "synonyms for that is to say", "clues": [["viz.", [3, 392, 0]], ["to wit", [3, 392, 1]], ["videlicet", [3, 392, 2]], ["namely", [3, 392, 3]]]}, {"answer": "the_right_way", "hint": "synonyms for the right way", "clues": [["decent", [3, 393, 0]], ["right", [3, 393, 1]], ["properly", [3, 393, 2]], ["in good order", [3, 393, 3]]]}, {"answer": "thence", "hint": "synonyms for thence", "clues": [["hence", [3, 394, 0]], ["thereof", [3, 394, 1]], ["therefrom", [3, 394, 2]], ["therefore", [3, 394, 3]], ["thus", [3, 394, 4]], ["so", [3, 394, 5]]]}, {"answer": "there", "hint": "synonyms for there", "clues": [["in that location", [3, 395, 0]], ["thither", [3, 395, 1]], ["at that place", [3, 395, 2]], ["on that point", [3, 395, 3]], ["in that respect", [3, 395, 4]]]}, {"answer": "therefore", "hint": "synonyms for therefore", "clues": [["thence", [3, 396, 0]], ["consequently", [3, 396, 1]], ["thus", [3, 396, 2]], ["so", [3, 396, 3]]]}, {"answer": "thus", "hint": "synonyms for thus", "clues": [["thence", [3, 397, 0]], ["so", [3, 397, 1]], ["thusly", [3, 397, 2]], ["therefore", [3, 397, 3]]]}, {"answer": "thus_far", "hint": "synonyms for thus far", "clues": [["yet", [3, 398, 0]], ["hitherto", [3, 398, 1]], ["until now", [3, 398, 2]], ["up to now", [3, 398, 3]], ["heretofore", [3, 398, 4]], ["as yet", [3, 398, 5]], ["so far", [3, 398, 6]]]}, {"answer": "til_now", "hint": "synonyms for til now", "clues": [["yet", [3, 399, 0]], ["hitherto", [3, 399, 1]], ["until now", [3, 399, 2]], ["up to now", [3, 399, 3]], ["thus far", [3, 399, 4]], ["heretofore", [3, 399, 5]], ["as yet", [3, 399, 6]], ["so far", [3, 399, 7]]]}, {"answer": "time_and_again", "hint": "synonyms for time and again", "clues": [["time and time again", [3, 400, 0]], ["over and over", [3, 400, 1]], ["over and over again", [3, 400, 2]], ["again and again", [3, 400, 3]]]}, {"answer": "time_and_time_again", "hint": "synonyms for time and time again", "clues": [["time and again", [3, 401, 0]], ["over and over", [3, 401, 1]], ["over and over again", [3, 401, 2]], ["again and again", [3, 401, 3]]]}, {"answer": "to_a_t", "hint": "synonyms for to a t", "clues": [["to the letter", [3, 402, 0]], ["just right", [3, 402, 1]], ["to a T", [3, 402, 2]], ["to perfection", [3, 402, 3]]]}, {"answer": "to_begin_with", "hint": "synonyms for to begin with", "clues": [["in the first place", [3, 403, 0]], ["earlier", [3, 403, 1]], ["in the beginning", [3, 403, 2]], ["originally", [3, 403, 3]]]}, {"answer": "to_wit", "hint": "synonyms for to wit", "clues": [["videlicet", [3, 404, 0]], ["viz.", [3, 404, 1]], ["that is to say", [3, 404, 2]], ["namely", [3, 404, 3]]]}, {"answer": "too", "hint": "synonyms for too", "clues": [["likewise", [3, 405, 0]], ["excessively", [3, 405, 1]], ["overly", [3, 405, 2]], ["to a fault", [3, 405, 3]], ["besides", [3, 405, 4]], ["also", [3, 405, 5]], ["as well", [3, 405, 6]]]}, {"answer": "toppingly", "hint": "synonyms for toppingly", "clues": [["marvelously", [3, 406, 0]], ["wondrous", [3, 406, 1]], ["superbly", [3, 406, 2]], ["wonderfully", [3, 406, 3]], ["terrifically", [3, 406, 4]]]}, {"answer": "topsy-turvily", "hint": "synonyms for topsy-turvily", "clues": [["head over heels", [3, 407, 0]], ["in great confusion", [3, 407, 1]], ["heels over head", [3, 407, 2]], ["topsy-turvy", [3, 407, 3]]]}, {"answer": "totally", "hint": "synonyms for totally", "clues": [["completely", [3, 408, 0]], ["altogether", [3, 408, 1]], ["all", [3, 408, 2]], ["whole", [3, 408, 3]], ["wholly", [3, 408, 4]], ["entirely", [3, 408, 5]]]}, {"answer": "traitorously", "hint": "synonyms for traitorously", "clues": [["treacherously", [3, 409, 0]], ["faithlessly", [3, 409, 1]], ["false", [3, 409, 2]], ["treasonably", [3, 409, 3]]]}, {"answer": "treacherously", "hint": "synonyms for treacherously", "clues": [["traitorously", [3, 410, 0]], ["faithlessly", [3, 410, 1]], ["false", [3, 410, 2]], ["treasonably", [3, 410, 3]]]}, {"answer": "treasonably", "hint": "synonyms for treasonably", "clues": [["traitorously", [3, 411, 0]], ["treacherously", [3, 411, 1]], ["faithlessly", [3, 411, 2]], ["false", [3, 411, 3]]]}, {"answer": "trickily", "hint": "synonyms for trickily", "clues": [["artfully", [3, 412, 0]], ["foxily", [3, 412, 1]], ["slyly", [3, 412, 2]], ["cunningly", [3, 412, 3]], ["craftily", [3, 412, 4]], ["knavishly", [3, 412, 5]]]}, {"answer": "truly", "hint": "synonyms for truly", "clues": [["really", [3, 413, 0]], ["rightfully", [3, 413, 1]], ["sincerely", [3, 413, 2]], ["genuinely", [3, 413, 3]], ["unfeignedly", [3, 413, 4]], ["in truth", [3, 413, 5]]]}, {"answer": "ultimately", "hint": "synonyms for ultimately", "clues": [["at long last", [3, 414, 0]], ["at last", [3, 414, 1]], ["finally", [3, 414, 2]], ["in the end", [3, 414, 3]]]}, {"answer": "unceasingly", "hint": "synonyms for unceasingly", "clues": [["ceaselessly", [3, 415, 0]], ["unendingly", [3, 415, 1]], ["continuously", [3, 415, 2]], ["endlessly", [3, 415, 3]], ["incessantly", [3, 415, 4]]]}, {"answer": "unendingly", "hint": "synonyms for unendingly", "clues": [["ceaselessly", [3, 416, 0]], ["unceasingly", [3, 416, 1]], ["continuously", [3, 416, 2]], ["endlessly", [3, 416, 3]], ["incessantly", [3, 416, 4]]]}, {"answer": "unexpectedly", "hint": "synonyms for unexpectedly", "clues": [["circumstantially", [3, 417, 0]], ["accidentally", [3, 417, 1]], ["by chance", [3, 417, 2]], ["out of the blue", [3, 417, 3]]]}, {"answer": "unprofitably", "hint": "synonyms for unprofitably", "clues": [["profitlessly", [3, 418, 0]], ["gainlessly", [3, 418, 1]], ["fruitlessly", [3, 418, 2]], ["unproductively", [3, 418, 3]]]}, {"answer": "unquestionably", "hint": "synonyms for unquestionably", "clues": [["by all odds", [3, 419, 0]], ["emphatically", [3, 419, 1]], ["in spades", [3, 419, 2]], ["unimpeachably", [3, 419, 3]], ["definitely", [3, 419, 4]], ["decidedly", [3, 419, 5]]]}, {"answer": "unremarkably", "hint": "synonyms for unremarkably", "clues": [["ordinarily", [3, 420, 0]], ["commonly", [3, 420, 1]], ["normally", [3, 420, 2]], ["usually", [3, 420, 3]]]}, {"answer": "until_now", "hint": "synonyms for until now", "clues": [["yet", [3, 421, 0]], ["hitherto", [3, 421, 1]], ["til now", [3, 421, 2]], ["up to now", [3, 421, 3]], ["thus far", [3, 421, 4]], ["heretofore", [3, 421, 5]], ["as yet", [3, 421, 6]], ["so far", [3, 421, 7]]]}, {"answer": "up_to_now", "hint": "synonyms for up to now", "clues": [["yet", [3, 422, 0]], ["hitherto", [3, 422, 1]], ["until now", [3, 422, 2]], ["thus far", [3, 422, 3]], ["heretofore", [3, 422, 4]], ["as yet", [3, 422, 5]], ["so far", [3, 422, 6]], ["to date", [3, 422, 7]]]}, {"answer": "usually", "hint": "synonyms for usually", "clues": [["ordinarily", [3, 423, 0]], ["commonly", [3, 423, 1]], ["unremarkably", [3, 423, 2]], ["normally", [3, 423, 3]]]}, {"answer": "very_much", "hint": "synonyms for very much", "clues": [["a good deal", [3, 424, 0]], ["much", [3, 424, 1]], ["lots", [3, 424, 2]], ["a lot", [3, 424, 3]], ["a great deal", [3, 424, 4]]]}, {"answer": "videlicet", "hint": "synonyms for videlicet", "clues": [["viz.", [3, 425, 0]], ["to wit", [3, 425, 1]], ["that is to say", [3, 425, 2]], ["namely", [3, 425, 3]]]}, {"answer": "virtually", "hint": "synonyms for virtually", "clues": [["nigh", [3, 426, 0]], ["well-nigh", [3, 426, 1]], ["almost", [3, 426, 2]], ["nearly", [3, 426, 3]], ["about", [3, 426, 4]], ["most", [3, 426, 5]]]}, {"answer": "viz.", "hint": "synonyms for viz.", "clues": [["videlicet", [3, 427, 0]], ["to wit", [3, 427, 1]], ["that is to say", [3, 427, 2]], ["namely", [3, 427, 3]]]}, {"answer": "wackily", "hint": "synonyms for wackily", "clues": [["balmily", [3, 428, 0]], ["nuttily", [3, 428, 1]], ["daftly", [3, 428, 2]], ["dottily", [3, 428, 3]]]}, {"answer": "well-nigh", "hint": "synonyms for well-nigh", "clues": [["nigh", [3, 429, 0]], ["almost", [3, 429, 1]], ["nearly", [3, 429, 2]], ["virtually", [3, 429, 3]], ["about", [3, 429, 4]], ["most", [3, 429, 5]]]}, {"answer": "when_the_time_comes", "hint": "synonyms for when the time comes", "clues": [["in due season", [3, 430, 0]], ["in due course", [3, 430, 1]], ["in due time", [3, 430, 2]], ["in good time", [3, 430, 3]]]}, {"answer": "wholly", "hint": "synonyms for wholly", "clues": [["totally", [3, 431, 0]], ["completely", [3, 431, 1]], ["altogether", [3, 431, 2]], ["whole", [3, 431, 3]], ["entirely", [3, 431, 4]], ["all", [3, 431, 5]]]}, {"answer": "willy-nilly", "hint": "synonyms for willy-nilly", "clues": [["at random", [3, 432, 0]], ["randomly", [3, 432, 1]], ["every which way", [3, 432, 2]], ["arbitrarily", [3, 432, 3]], ["indiscriminately", [3, 432, 4]], ["haphazardly", [3, 432, 5]]]}, {"answer": "withal", "hint": "synonyms for withal", "clues": [["even so", [3, 433, 0]], ["nonetheless", [3, 433, 1]], ["notwithstanding", [3, 433, 2]], ["however", [3, 433, 3]], ["nevertheless", [3, 433, 4]], ["still", [3, 433, 5]], ["all the same", [3, 433, 6]], ["yet", [3, 433, 7]]]}, {"answer": "wonderfully", "hint": "synonyms for wonderfully", "clues": [["marvelously", [3, 434, 0]], ["toppingly", [3, 434, 1]], ["wondrous", [3, 434, 2]], ["superbly", [3, 434, 3]], ["terrifically", [3, 434, 4]]]}, {"answer": "wondrously", "hint": "synonyms for wondrously", "clues": [["marvelously", [3, 435, 0]], ["toppingly", [3, 435, 1]], ["wondrous", [3, 435, 2]], ["superbly", [3, 435, 3]], ["wonderfully", [3, 435, 4]], ["terrifically", [3, 435, 5]]]}, {"answer": "yet", "hint": "synonyms for yet", "clues": [["hitherto", [3, 436, 0]], ["until now", [3, 436, 1]], ["nonetheless", [3, 436, 2]], ["still", [3, 436, 3]], ["so far", [3, 436, 4]], ["nevertheless", [3, 436, 5]], ["up to now", [3, 436, 6]], ["in time", [3, 436, 7]], ["thus far", [3, 436, 8]], ["heretofore", [3, 436, 9]], ["all the same", [3, 436, 10]], ["even so", [3, 436, 11]], ["notwithstanding", [3, 436, 12]], ["even", [3, 436, 13]], ["however", [3, 436, 14]], ["withal", [3, 436, 15]], ["as yet", [3, 436, 16]]]}], "portion": 0.54}, {"name": "nouns", "groups": [{"answer": "0", "hint": "synonyms for 0", "clues": [["cypher", [4, 0, 0]], ["cipher", [4, 0, 1]], ["zero", [4, 0, 2]], ["nought", [4, 0, 3]]]}, {"answer": "1", "hint": "synonyms for 1", "clues": [["single", [4, 1, 0]], ["ace", [4, 1, 1]], ["unity", [4, 1, 2]], ["one", [4, 1, 3]]]}, {"answer": "1000", "hint": "synonyms for 1000", "clues": [["thou", [4, 2, 0]], ["yard", [4, 2, 1]], ["grand", [4, 2, 2]], ["one thousand", [4, 2, 3]], ["thousand", [4, 2, 4]], ["chiliad", [4, 2, 5]]]}, {"answer": "3", "hint": "synonyms for 3", "clues": [["threesome", [4, 3, 0]], ["troika", [4, 3, 1]], ["trey", [4, 3, 2]], ["deuce-ace", [4, 3, 3]], ["triad", [4, 3, 4]], ["terzetto", [4, 3, 5]], ["trio", [4, 3, 6]], ["triplet", [4, 3, 7]], ["tierce", [4, 3, 8]], ["leash", [4, 3, 9]], ["three", [4, 3, 10]], ["ternary", [4, 3, 11]], ["trinity", [4, 3, 12]], ["trine", [4, 3, 13]], ["ternion", [4, 3, 14]], ["tercet", [4, 3, 15]]]}, {"answer": "4", "hint": "synonyms for 4", "clues": [["quatern", [4, 4, 0]], ["quartet", [4, 4, 1]], ["quaternion", [4, 4, 2]], ["tetrad", [4, 4, 3]], ["four", [4, 4, 4]], ["quadruplet", [4, 4, 5]], ["foursome", [4, 4, 6]], ["quaternary", [4, 4, 7]], ["quaternity", [4, 4, 8]]]}, {"answer": "5", "hint": "synonyms for 5", "clues": [["pentad", [4, 5, 0]], ["quintet", [4, 5, 1]], ["fivesome", [4, 5, 2]], ["fin", [4, 5, 3]], ["quintuplet", [4, 5, 4]], ["quint", [4, 5, 5]], ["five", [4, 5, 6]], ["cinque", [4, 5, 7]]]}, {"answer": "6", "hint": "synonyms for 6", "clues": [["sise", [4, 6, 0]], ["half a dozen", [4, 6, 1]], ["sextuplet", [4, 6, 2]], ["sestet", [4, 6, 3]], ["hexad", [4, 6, 4]], ["sixer", [4, 6, 5]], ["sextet", [4, 6, 6]], ["six", [4, 6, 7]]]}, {"answer": "7", "hint": "synonyms for 7", "clues": [["seven", [4, 7, 0]], ["sevener", [4, 7, 1]], ["septenary", [4, 7, 2]], ["septet", [4, 7, 3]], ["heptad", [4, 7, 4]]]}, {"answer": "8", "hint": "synonyms for 8", "clues": [["octad", [4, 8, 0]], ["eighter", [4, 8, 1]], ["octonary", [4, 8, 2]], ["eighter from Decatur", [4, 8, 3]], ["eight", [4, 8, 4]], ["ogdoad", [4, 8, 5]], ["octet", [4, 8, 6]]]}, {"answer": "abstract", "hint": "synonyms for abstract", "clues": [["outline", [4, 9, 0]], ["synopsis", [4, 9, 1]], ["abstraction", [4, 9, 2]], ["precis", [4, 9, 3]]]}, {"answer": "accessory", "hint": "synonyms for accessory", "clues": [["accouterment", [4, 10, 0]], ["supplement", [4, 10, 1]], ["appurtenance", [4, 10, 2]], ["add-on", [4, 10, 3]]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["1", [4, 11, 0]], ["one", [4, 11, 1]], ["unity", [4, 11, 2]], ["angiotensin converting enzyme", [4, 11, 3]], ["single", [4, 11, 4]]]}, {"answer": "acid", "hint": "synonyms for acid", "clues": [["back breaker", [4, 12, 0]], ["loony toons", [4, 12, 1]], ["pane", [4, 12, 2]], ["battery-acid", [4, 12, 3]], ["dose", [4, 12, 4]], ["dot", [4, 12, 5]], ["window pane", [4, 12, 6]], ["superman", [4, 12, 7]]]}, {"answer": "advance", "hint": "synonyms for advance", "clues": [["forward motion", [4, 13, 0]], ["approach", [4, 13, 1]], ["advancement", [4, 13, 2]], ["improvement", [4, 13, 3]], ["progression", [4, 13, 4]], ["cash advance", [4, 13, 5]], ["feeler", [4, 13, 6]], ["progress", [4, 13, 7]], ["betterment", [4, 13, 8]], ["rise", [4, 13, 9]], ["overture", [4, 13, 10]]]}, {"answer": "agglomerate", "hint": "synonyms for agglomerate", "clues": [["cumulation", [4, 14, 0]], ["heap", [4, 14, 1]], ["cumulus", [4, 14, 2]], ["mound", [4, 14, 3]], ["pile", [4, 14, 4]]]}, {"answer": "aggregate", "hint": "synonyms for aggregate", "clues": [["totality", [4, 15, 0]], ["sum", [4, 15, 1]], ["congeries", [4, 15, 2]], ["total", [4, 15, 3]], ["conglomeration", [4, 15, 4]]]}, {"answer": "animal", "hint": "synonyms for animal", "clues": [["creature", [4, 16, 0]], ["animate being", [4, 16, 1]], ["brute", [4, 16, 2]], ["fauna", [4, 16, 3]], ["beast", [4, 16, 4]]]}, {"answer": "antiaircraft", "hint": "synonyms for antiaircraft", "clues": [["ack-ack gun", [4, 17, 0]], ["pom-pom", [4, 17, 1]], ["antiaircraft gun", [4, 17, 2]], ["flak", [4, 17, 3]], ["ack-ack", [4, 17, 4]]]}, {"answer": "antic", "hint": "synonyms for antic", "clues": [["prank", [4, 18, 0]], ["joke", [4, 18, 1]], ["trick", [4, 18, 2]], ["put-on", [4, 18, 3]], ["caper", [4, 18, 4]]]}, {"answer": "antifungal", "hint": "synonyms for antifungal", "clues": [["antimycotic agent", [4, 19, 0]], ["fungicide", [4, 19, 1]], ["antimycotic", [4, 19, 2]], ["antifungal agent", [4, 19, 3]]]}, {"answer": "arctic", "hint": "synonyms for arctic", "clues": [["rubber", [4, 20, 0]], ["gumshoe", [4, 20, 1]], ["galosh", [4, 20, 2]], ["golosh", [4, 20, 3]]]}, {"answer": "ataractic", "hint": "synonyms for ataractic", "clues": [["antianxiety agent", [4, 21, 0]], ["tranquilizer", [4, 21, 1]], ["ataractic drug", [4, 21, 2]], ["ataractic agent", [4, 21, 3]]]}, {"answer": "azure", "hint": "synonyms for azure", "clues": [["lazuline", [4, 22, 0]], ["cerulean", [4, 22, 1]], ["sky-blue", [4, 22, 2]], ["sapphire", [4, 22, 3]]]}, {"answer": "bacchanal", "hint": "synonyms for bacchanal", "clues": [["debauch", [4, 23, 0]], ["saturnalia", [4, 23, 1]], ["drunken revelry", [4, 23, 2]], ["orgy", [4, 23, 3]], ["bacchanalia", [4, 23, 4]], ["riot", [4, 23, 5]], ["debauchery", [4, 23, 6]]]}, {"answer": "back", "hint": "synonyms for back", "clues": [["book binding", [4, 24, 0]], ["binding", [4, 24, 1]], ["rear", [4, 24, 2]], ["cover", [4, 24, 3]], ["backrest", [4, 24, 4]]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["fundament", [4, 25, 0]], ["root word", [4, 25, 1]], ["floor", [4, 25, 2]], ["home", [4, 25, 3]], ["al-Qaeda", [4, 25, 4]], ["basis", [4, 25, 5]], ["theme", [4, 25, 6]], ["infrastructure", [4, 25, 7]], ["groundwork", [4, 25, 8]], ["root", [4, 25, 9]], ["foundation", [4, 25, 10]], ["bag", [4, 25, 11]], ["stem", [4, 25, 12]], ["stand", [4, 25, 13]], ["radix", [4, 25, 14]], ["substructure", [4, 25, 15]], ["nucleotide", [4, 25, 16]], ["cornerstone", [4, 25, 17]], ["radical", [4, 25, 18]], ["base of operations", [4, 25, 19]], ["foot", [4, 25, 20]], ["alkali", [4, 25, 21]], ["pedestal", [4, 25, 22]], ["understructure", [4, 25, 23]], ["al-Qa'ida", [4, 25, 24]]]}, {"answer": "bass", "hint": "synonyms for bass", "clues": [["freshwater bass", [4, 26, 0]], ["basso", [4, 26, 1]], ["bass part", [4, 26, 2]], ["sea bass", [4, 26, 3]], ["bass voice", [4, 26, 4]]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["cricket bat", [4, 27, 0]], ["bat", [4, 27, 1]], ["squash racket", [4, 27, 2]], ["at-bat", [4, 27, 3]]]}, {"answer": "bearing", "hint": "synonyms for bearing", "clues": [["presence", [4, 28, 0]], ["heraldic bearing", [4, 28, 1]], ["mien", [4, 28, 2]], ["comportment", [4, 28, 3]], ["heading", [4, 28, 4]], ["posture", [4, 28, 5]], ["aim", [4, 28, 6]], ["charge", [4, 28, 7]], ["armorial bearing", [4, 28, 8]], ["carriage", [4, 28, 9]]]}, {"answer": "beat", "hint": "synonyms for beat", "clues": [["musical rhythm", [4, 29, 0]], ["metre", [4, 29, 1]], ["heartbeat", [4, 29, 2]], ["round", [4, 29, 3]], ["pulse", [4, 29, 4]], ["cadence", [4, 29, 5]], ["pulsation", [4, 29, 6]], ["meter", [4, 29, 7]], ["measure", [4, 29, 8]], ["rhythm", [4, 29, 9]]]}, {"answer": "beginning", "hint": "synonyms for beginning", "clues": [["commencement", [4, 30, 0]], ["start", [4, 30, 1]], ["origin", [4, 30, 2]], ["source", [4, 30, 3]], ["rootage", [4, 30, 4]], ["starting time", [4, 30, 5]], ["first", [4, 30, 6]], ["outset", [4, 30, 7]], ["showtime", [4, 30, 8]], ["get-go", [4, 30, 9]], ["root", [4, 30, 10]], ["offset", [4, 30, 11]], ["kickoff", [4, 30, 12]]]}, {"answer": "billion", "hint": "synonyms for billion", "clues": [["gazillion", [4, 31, 0]], ["1000000000000", [4, 31, 1]], ["one thousand million", [4, 31, 2]], ["jillion", [4, 31, 3]], ["trillion", [4, 31, 4]], ["one million million", [4, 31, 5]]]}, {"answer": "binding", "hint": "synonyms for binding", "clues": [["book binding", [4, 32, 0]], ["dressing", [4, 32, 1]], ["cover", [4, 32, 2]], ["ski binding", [4, 32, 3]], ["bandaging", [4, 32, 4]], ["back", [4, 32, 5]]]}, {"answer": "biquadratic", "hint": "synonyms for biquadratic", "clues": [["biquadratic equation", [4, 33, 0]], ["fourth power", [4, 33, 1]], ["quartic", [4, 33, 2]], ["biquadratic polynomial", [4, 33, 3]], ["biquadrate", [4, 33, 4]]]}, {"answer": "blank", "hint": "synonyms for blank", "clues": [["dummy", [4, 34, 0]], ["lacuna", [4, 34, 1]], ["space", [4, 34, 2]], ["blank shell", [4, 34, 3]]]}, {"answer": "blaring", "hint": "synonyms for blaring", "clues": [["din", [4, 35, 0]], ["cacophony", [4, 35, 1]], ["clamor", [4, 35, 2]], ["blare", [4, 35, 3]]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["nictation", [4, 36, 0]], ["eye blink", [4, 36, 1]], ["wink", [4, 36, 2]], ["blink", [4, 36, 3]]]}, {"answer": "blue", "hint": "synonyms for blue", "clues": [["blue air", [4, 37, 0]], ["blueness", [4, 37, 1]], ["wild blue yonder", [4, 37, 2]], ["blue sky", [4, 37, 3]], ["amobarbital sodium", [4, 37, 4]], ["blueing", [4, 37, 5]], ["blue angel", [4, 37, 6]], ["blue devil", [4, 37, 7]]]}, {"answer": "bone", "hint": "synonyms for bone", "clues": [["ivory", [4, 38, 0]], ["osseous tissue", [4, 38, 1]], ["pearl", [4, 38, 2]], ["off-white", [4, 38, 3]]]}, {"answer": "borderline", "hint": "synonyms for borderline", "clues": [["boundary line", [4, 39, 0]], ["mete", [4, 39, 1]], ["border", [4, 39, 2]], ["delimitation", [4, 39, 3]]]}, {"answer": "bottom", "hint": "synonyms for bottom", "clues": [["underside", [4, 40, 0]], ["bottom of the inning", [4, 40, 1]], ["merchantman", [4, 40, 2]], ["bed", [4, 40, 3]], ["merchant ship", [4, 40, 4]], ["freighter", [4, 40, 5]], ["bottomland", [4, 40, 6]], ["undersurface", [4, 40, 7]]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["edge", [4, 41, 0]], ["bounds", [4, 41, 1]], ["spring", [4, 41, 2]], ["boundary", [4, 41, 3]], ["leaping", [4, 41, 4]], ["limit", [4, 41, 5]], ["bounce", [4, 41, 6]], ["saltation", [4, 41, 7]]]}, {"answer": "brag", "hint": "synonyms for brag", "clues": [["vaporing", [4, 42, 0]], ["bragging", [4, 42, 1]], ["gasconade", [4, 42, 2]], ["line-shooting", [4, 42, 3]], ["crow", [4, 42, 4]]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["vaporing", [4, 43, 0]], ["gasconade", [4, 43, 1]], ["brag", [4, 43, 2]], ["line-shooting", [4, 43, 3]], ["crow", [4, 43, 4]]]}, {"answer": "breeding", "hint": "synonyms for breeding", "clues": [["reproduction", [4, 44, 0]], ["rearing", [4, 44, 1]], ["training", [4, 44, 2]], ["fostering", [4, 44, 3]], ["nurture", [4, 44, 4]], ["raising", [4, 44, 5]], ["gentility", [4, 44, 6]], ["facts of life", [4, 44, 7]], ["education", [4, 44, 8]], ["procreation", [4, 44, 9]], ["upbringing", [4, 44, 10]], ["genteelness", [4, 44, 11]], ["bringing up", [4, 44, 12]], ["fosterage", [4, 44, 13]]]}, {"answer": "broadside", "hint": "synonyms for broadside", "clues": [["circular", [4, 45, 0]], ["flier", [4, 45, 1]], ["broadsheet", [4, 45, 2]], ["handbill", [4, 45, 3]], ["bill", [4, 45, 4]], ["throwaway", [4, 45, 5]], ["philippic", [4, 45, 6]], ["flyer", [4, 45, 7]], ["tirade", [4, 45, 8]]]}, {"answer": "brute", "hint": "synonyms for brute", "clues": [["creature", [4, 46, 0]], ["animate being", [4, 46, 1]], ["animal", [4, 46, 2]], ["fauna", [4, 46, 3]], ["beast", [4, 46, 4]]]}, {"answer": "buff", "hint": "synonyms for buff", "clues": [["raw sienna", [4, 47, 0]], ["buffer", [4, 47, 1]], ["caramel brown", [4, 47, 2]], ["caramel", [4, 47, 3]], ["yellowish brown", [4, 47, 4]]]}, {"answer": "burlesque", "hint": "synonyms for burlesque", "clues": [["sendup", [4, 48, 0]], ["travesty", [4, 48, 1]], ["pasquinade", [4, 48, 2]], ["takeoff", [4, 48, 3]], ["parody", [4, 48, 4]], ["mockery", [4, 48, 5]], ["spoof", [4, 48, 6]], ["put-on", [4, 48, 7]], ["charade", [4, 48, 8]], ["lampoon", [4, 48, 9]]]}, {"answer": "bust", "hint": "synonyms for bust", "clues": [["flop", [4, 49, 0]], ["bout", [4, 49, 1]], ["binge", [4, 49, 2]], ["tear", [4, 49, 3]], ["fizzle", [4, 49, 4]]]}, {"answer": "c", "hint": "synonyms for c", "clues": [["ascorbic acid", [4, 50, 0]], ["cytosine", [4, 50, 1]], ["deoxycytidine monophosphate", [4, 50, 2]], ["degree Celsius", [4, 50, 3]], ["100", [4, 50, 4]], ["atomic number 6", [4, 50, 5]], ["coulomb", [4, 50, 6]], ["century", [4, 50, 7]], ["hundred", [4, 50, 8]], ["snow", [4, 50, 9]], ["degree centigrade", [4, 50, 10]], ["one C", [4, 50, 11]], ["blow", [4, 50, 12]], ["ampere-second", [4, 50, 13]], ["vitamin C", [4, 50, 14]], ["nose candy", [4, 50, 15]], ["coke", [4, 50, 16]], ["light speed", [4, 50, 17]], ["carbon", [4, 50, 18]], ["speed of light", [4, 50, 19]]]}, {"answer": "caesarean", "hint": "synonyms for caesarean", "clues": [["cesarean section", [4, 51, 0]], ["caesarian delivery", [4, 51, 1]], ["cesarian", [4, 51, 2]], ["abdominal delivery", [4, 51, 3]]]}, {"answer": "caesarian", "hint": "synonyms for caesarian", "clues": [["cesarean section", [4, 52, 0]], ["caesarian delivery", [4, 52, 1]], ["cesarian", [4, 52, 2]], ["caesarean", [4, 52, 3]], ["abdominal delivery", [4, 52, 4]]]}, {"answer": "calm", "hint": "synonyms for calm", "clues": [["calmness", [4, 53, 0]], ["calm air", [4, 53, 1]], ["equanimity", [4, 53, 2]], ["composure", [4, 53, 3]]]}, {"answer": "camp", "hint": "synonyms for camp", "clues": [["cantonment", [4, 54, 0]], ["clique", [4, 54, 1]], ["pack", [4, 54, 2]], ["encampment", [4, 54, 3]], ["coterie", [4, 54, 4]], ["ingroup", [4, 54, 5]], ["inner circle", [4, 54, 6]], ["summer camp", [4, 54, 7]], ["bivouac", [4, 54, 8]], ["refugee camp", [4, 54, 9]]]}, {"answer": "capital", "hint": "synonyms for capital", "clues": [["working capital", [4, 55, 0]], ["majuscule", [4, 55, 1]], ["upper-case letter", [4, 55, 2]], ["capital letter", [4, 55, 3]], ["chapiter", [4, 55, 4]], ["cap", [4, 55, 5]], ["uppercase", [4, 55, 6]]]}, {"answer": "caramel", "hint": "synonyms for caramel", "clues": [["raw sienna", [4, 56, 0]], ["buff", [4, 56, 1]], ["caramelized sugar", [4, 56, 2]], ["caramel brown", [4, 56, 3]], ["yellowish brown", [4, 56, 4]]]}, {"answer": "caramel_brown", "hint": "synonyms for caramel brown", "clues": [["raw sienna", [4, 57, 0]], ["buff", [4, 57, 1]], ["caramel", [4, 57, 2]], ["yellowish brown", [4, 57, 3]]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["espial", [4, 58, 0]], ["detection", [4, 58, 1]], ["spotting", [4, 58, 2]], ["contracting", [4, 58, 3]], ["spying", [4, 58, 4]]]}, {"answer": "cc", "hint": "synonyms for cc", "clues": [["milliliter", [4, 59, 0]], ["cubic centimetre", [4, 59, 1]], ["ml", [4, 59, 2]], ["mil", [4, 59, 3]]]}, {"answer": "cd", "hint": "synonyms for cd", "clues": [["standard candle", [4, 60, 0]], ["cadmium", [4, 60, 1]], ["candle", [4, 60, 2]], ["compact disc", [4, 60, 3]], ["candela", [4, 60, 4]], ["certificate of deposit", [4, 60, 5]], ["atomic number 48", [4, 60, 6]]]}, {"answer": "center", "hint": "synonyms for center", "clues": [["pith", [4, 61, 0]], ["mall", [4, 61, 1]], ["marrow", [4, 61, 2]], ["heart", [4, 61, 3]], ["nub", [4, 61, 4]], ["centre", [4, 61, 5]], ["sum", [4, 61, 6]], ["center of attention", [4, 61, 7]], ["gist", [4, 61, 8]], ["shopping mall", [4, 61, 9]], ["eye", [4, 61, 10]], ["center field", [4, 61, 11]], ["shopping center", [4, 61, 12]], ["middle", [4, 61, 13]], ["nitty-gritty", [4, 61, 14]], ["inwardness", [4, 61, 15]], ["substance", [4, 61, 16]], ["essence", [4, 61, 17]], ["kernel", [4, 61, 18]], ["heart and soul", [4, 61, 19]], ["midpoint", [4, 61, 20]], ["core", [4, 61, 21]], ["meat", [4, 61, 22]], ["plaza", [4, 61, 23]]]}, {"answer": "cerulean", "hint": "synonyms for cerulean", "clues": [["lazuline", [4, 62, 0]], ["sky-blue", [4, 62, 1]], ["azure", [4, 62, 2]], ["sapphire", [4, 62, 3]]]}, {"answer": "cesarean", "hint": "synonyms for cesarean", "clues": [["cesarean section", [4, 63, 0]], ["caesarian delivery", [4, 63, 1]], ["cesarian", [4, 63, 2]], ["caesarean", [4, 63, 3]], ["abdominal delivery", [4, 63, 4]]]}, {"answer": "cesarian", "hint": "synonyms for cesarian", "clues": [["cesarean section", [4, 64, 0]], ["caesarian delivery", [4, 64, 1]], ["caesarian", [4, 64, 2]], ["cesarean", [4, 64, 3]], ["abdominal delivery", [4, 64, 4]]]}, {"answer": "chance", "hint": "synonyms for chance", "clues": [["luck", [4, 65, 0]], ["fortune", [4, 65, 1]], ["hazard", [4, 65, 2]], ["probability", [4, 65, 3]]]}, {"answer": "charcoal", "hint": "synonyms for charcoal", "clues": [["charcoal grey", [4, 66, 0]], ["oxford gray", [4, 66, 1]], ["fusain", [4, 66, 2]], ["wood coal", [4, 66, 3]]]}, {"answer": "chic", "hint": "synonyms for chic", "clues": [["modishness", [4, 67, 0]], ["chichi", [4, 67, 1]], ["smartness", [4, 67, 2]], ["stylishness", [4, 67, 3]], ["last word", [4, 67, 4]], ["chicness", [4, 67, 5]], ["swank", [4, 67, 6]]]}, {"answer": "chichi", "hint": "synonyms for chichi", "clues": [["modishness", [4, 68, 0]], ["chic", [4, 68, 1]], ["stylishness", [4, 68, 2]], ["last word", [4, 68, 3]], ["chicness", [4, 68, 4]], ["smartness", [4, 68, 5]], ["swank", [4, 68, 6]]]}, {"answer": "choice", "hint": "synonyms for choice", "clues": [["option", [4, 69, 0]], ["alternative", [4, 69, 1]], ["pick", [4, 69, 2]], ["selection", [4, 69, 3]]]}, {"answer": "circular", "hint": "synonyms for circular", "clues": [["broadside", [4, 70, 0]], ["flier", [4, 70, 1]], ["broadsheet", [4, 70, 2]], ["handbill", [4, 70, 3]], ["flyer", [4, 70, 4]], ["bill", [4, 70, 5]], ["throwaway", [4, 70, 6]]]}, {"answer": "cleft", "hint": "synonyms for cleft", "clues": [["crevice", [4, 71, 0]], ["crack", [4, 71, 1]], ["fissure", [4, 71, 2]], ["scissure", [4, 71, 3]]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["finis", [4, 72, 0]], ["closing curtain", [4, 72, 1]], ["end", [4, 72, 2]], ["conclusion", [4, 72, 3]], ["finale", [4, 72, 4]], ["stopping point", [4, 72, 5]], ["last", [4, 72, 6]], ["closing", [4, 72, 7]]]}, {"answer": "closing", "hint": "synonyms for closing", "clues": [["completion", [4, 73, 0]], ["windup", [4, 73, 1]], ["closedown", [4, 73, 2]], ["mop up", [4, 73, 3]], ["shutting", [4, 73, 4]], ["end", [4, 73, 5]], ["conclusion", [4, 73, 6]], ["close", [4, 73, 7]], ["shutdown", [4, 73, 8]], ["closure", [4, 73, 9]], ["culmination", [4, 73, 10]]]}, {"answer": "cold", "hint": "synonyms for cold", "clues": [["coldness", [4, 74, 0]], ["frigidity", [4, 74, 1]], ["low temperature", [4, 74, 2]], ["frigidness", [4, 74, 3]]]}, {"answer": "color", "hint": "synonyms for color", "clues": [["colouring", [4, 75, 0]], ["colouring material", [4, 75, 1]], ["colouration", [4, 75, 2]], ["semblance", [4, 75, 3]], ["people of color", [4, 75, 4]], ["vividness", [4, 75, 5]], ["gloss", [4, 75, 6]]]}, {"answer": "colour", "hint": "synonyms for colour", "clues": [["color", [4, 76, 0]], ["colouring", [4, 76, 1]], ["colouring material", [4, 76, 2]], ["colouration", [4, 76, 3]], ["semblance", [4, 76, 4]], ["people of color", [4, 76, 5]], ["vividness", [4, 76, 6]], ["gloss", [4, 76, 7]]]}, {"answer": "comestible", "hint": "synonyms for comestible", "clues": [["edible", [4, 77, 0]], ["eatable", [4, 77, 1]], ["victuals", [4, 77, 2]], ["pabulum", [4, 77, 3]]]}, {"answer": "coming", "hint": "synonyms for coming", "clues": [["sexual climax", [4, 78, 0]], ["approaching", [4, 78, 1]], ["climax", [4, 78, 2]], ["orgasm", [4, 78, 3]], ["advent", [4, 78, 4]]]}, {"answer": "commonplace", "hint": "synonyms for commonplace", "clues": [["bromide", [4, 79, 0]], ["banality", [4, 79, 1]], ["platitude", [4, 79, 2]], ["cliche", [4, 79, 3]]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["compact car", [4, 80, 0]], ["covenant", [4, 80, 1]], ["concordat", [4, 80, 2]], ["powder compact", [4, 80, 3]]]}, {"answer": "connective", "hint": "synonyms for connective", "clues": [["conjunction", [4, 81, 0]], ["conjunctive", [4, 81, 1]], ["connexion", [4, 81, 2]], ["connector", [4, 81, 3]], ["continuative", [4, 81, 4]]]}, {"answer": "constituent", "hint": "synonyms for constituent", "clues": [["component", [4, 82, 0]], ["component part", [4, 82, 1]], ["factor", [4, 82, 2]], ["element", [4, 82, 3]], ["ingredient", [4, 82, 4]], ["grammatical constituent", [4, 82, 5]], ["portion", [4, 82, 6]], ["part", [4, 82, 7]]]}, {"answer": "content", "hint": "synonyms for content", "clues": [["subject matter", [4, 83, 0]], ["substance", [4, 83, 1]], ["mental object", [4, 83, 2]], ["depicted object", [4, 83, 3]], ["subject", [4, 83, 4]], ["cognitive content", [4, 83, 5]], ["capacity", [4, 83, 6]], ["message", [4, 83, 7]]]}, {"answer": "contrabass", "hint": "synonyms for contrabass", "clues": [["double bass", [4, 84, 0]], ["bass viol", [4, 84, 1]], ["bull fiddle", [4, 84, 2]], ["bass fiddle", [4, 84, 3]], ["string bass", [4, 84, 4]]]}, {"answer": "contraceptive", "hint": "synonyms for contraceptive", "clues": [["prophylactic device", [4, 85, 0]], ["preventive", [4, 85, 1]], ["birth control device", [4, 85, 2]], ["contraceptive device", [4, 85, 3]]]}, {"answer": "cool", "hint": "synonyms for cool", "clues": [["assuredness", [4, 86, 0]], ["sang-froid", [4, 86, 1]], ["poise", [4, 86, 2]], ["aplomb", [4, 86, 3]]]}, {"answer": "counter", "hint": "synonyms for counter", "clues": [["sideboard", [4, 87, 0]], ["rejoinder", [4, 87, 1]], ["retort", [4, 87, 2]], ["replication", [4, 87, 3]], ["riposte", [4, 87, 4]], ["heel counter", [4, 87, 5]], ["buffet", [4, 87, 6]], ["counterpunch", [4, 87, 7]], ["tabulator", [4, 87, 8]], ["return", [4, 87, 9]], ["parry", [4, 87, 10]], ["comeback", [4, 87, 11]]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["snap", [4, 88, 0]], ["cranny", [4, 88, 1]], ["cleft", [4, 88, 2]], ["fissure", [4, 88, 3]], ["wisecrack", [4, 88, 4]], ["scissure", [4, 88, 5]], ["chap", [4, 88, 6]], ["whirl", [4, 88, 7]], ["cracking", [4, 88, 8]], ["sally", [4, 88, 9]], ["fling", [4, 88, 10]], ["gap", [4, 88, 11]], ["crevice", [4, 88, 12]], ["go", [4, 88, 13]], ["tornado", [4, 88, 14]], ["quip", [4, 88, 15]], ["pass", [4, 88, 16]], ["offer", [4, 88, 17]], ["crack cocaine", [4, 88, 18]], ["fracture", [4, 88, 19]]]}, {"answer": "crackers", "hint": "synonyms for crackers", "clues": [["cracker", [4, 89, 0]], ["firecracker", [4, 89, 1]], ["banger", [4, 89, 2]], ["snapper", [4, 89, 3]], ["cracker bonbon", [4, 89, 4]]]}, {"answer": "crackle", "hint": "synonyms for crackle", "clues": [["crepitation", [4, 90, 0]], ["crackle china", [4, 90, 1]], ["crackleware", [4, 90, 2]], ["crackling", [4, 90, 3]]]}, {"answer": "crank", "hint": "synonyms for crank", "clues": [["chalk", [4, 91, 0]], ["glass", [4, 91, 1]], ["methamphetamine", [4, 91, 2]], ["methamphetamine hydrochloride", [4, 91, 3]], ["trash", [4, 91, 4]], ["ice", [4, 91, 5]], ["deoxyephedrine", [4, 91, 6]], ["starter", [4, 91, 7]], ["chicken feed", [4, 91, 8]], ["shabu", [4, 91, 9]], ["meth", [4, 91, 10]]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["crossbreeding", [4, 92, 0]], ["mark", [4, 92, 1]], ["hybridisation", [4, 92, 2]], ["interbreeding", [4, 92, 3]], ["crisscross", [4, 92, 4]], ["hybridizing", [4, 92, 5]], ["crossing", [4, 92, 6]]]}, {"answer": "crowing", "hint": "synonyms for crowing", "clues": [["vaporing", [4, 93, 0]], ["gasconade", [4, 93, 1]], ["bragging", [4, 93, 2]], ["brag", [4, 93, 3]], ["line-shooting", [4, 93, 4]], ["crow", [4, 93, 5]]]}, {"answer": "crude", "hint": "synonyms for crude", "clues": [["petroleum", [4, 94, 0]], ["oil", [4, 94, 1]], ["rock oil", [4, 94, 2]], ["fossil oil", [4, 94, 3]], ["crude oil", [4, 94, 4]]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["war cry", [4, 95, 0]], ["cry", [4, 95, 1]], ["yell", [4, 95, 2]], ["watchword", [4, 95, 3]], ["battle cry", [4, 95, 4]], ["call", [4, 95, 5]], ["vociferation", [4, 95, 6]], ["rallying cry", [4, 95, 7]], ["shout", [4, 95, 8]], ["weeping", [4, 95, 9]], ["tears", [4, 95, 10]], ["outcry", [4, 95, 11]]]}, {"answer": "cunning", "hint": "synonyms for cunning", "clues": [["foxiness", [4, 96, 0]], ["wiliness", [4, 96, 1]], ["craft", [4, 96, 2]], ["slyness", [4, 96, 3]], ["craftiness", [4, 96, 4]], ["guile", [4, 96, 5]]]}, {"answer": "custom", "hint": "synonyms for custom", "clues": [["usage", [4, 97, 0]], ["tradition", [4, 97, 1]], ["customs", [4, 97, 2]], ["impost", [4, 97, 3]], ["usance", [4, 97, 4]], ["customs duty", [4, 97, 5]]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["gash", [4, 98, 0]], ["stinger", [4, 98, 1]], ["cutting", [4, 98, 2]], ["excision", [4, 98, 3]], ["snub", [4, 98, 4]], ["track", [4, 98, 5]], ["deletion", [4, 98, 6]], ["baseball swing", [4, 98, 7]], ["swing", [4, 98, 8]], ["cutting off", [4, 98, 9]], ["undercut", [4, 98, 10]], ["cut of meat", [4, 98, 11]], ["cold shoulder", [4, 98, 12]]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["press cutting", [4, 99, 0]], ["film editing", [4, 99, 1]], ["cut", [4, 99, 2]], ["clipping", [4, 99, 3]], ["newspaper clipping", [4, 99, 4]], ["press clipping", [4, 99, 5]], ["thinning", [4, 99, 6]], ["carving", [4, 99, 7]], ["cutting off", [4, 99, 8]]]}, {"answer": "d", "hint": "synonyms for d", "clues": [["cholecalciferol", [4, 100, 0]], ["ergocalciferol", [4, 100, 1]], ["calciferol", [4, 100, 2]], ["viosterol", [4, 100, 3]], ["vitamin D", [4, 100, 4]], ["500", [4, 100, 5]], ["five hundred", [4, 100, 6]]]}, {"answer": "dainty", "hint": "synonyms for dainty", "clues": [["delicacy", [4, 101, 0]], ["goody", [4, 101, 1]], ["kickshaw", [4, 101, 2]], ["treat", [4, 101, 3]]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["tinker's dam", [4, 102, 0]], ["shucks", [4, 102, 1]], ["hoot", [4, 102, 2]], ["red cent", [4, 102, 3]], ["darn", [4, 102, 4]], ["shit", [4, 102, 5]]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["hardihood", [4, 103, 0]], ["hardiness", [4, 103, 1]], ["dare", [4, 103, 2]], ["boldness", [4, 103, 3]]]}, {"answer": "dark", "hint": "synonyms for dark", "clues": [["nighttime", [4, 104, 0]], ["darkness", [4, 104, 1]], ["night", [4, 104, 2]], ["shadow", [4, 104, 3]]]}, {"answer": "declarative", "hint": "synonyms for declarative", "clues": [["declarative mood", [4, 105, 0]], ["indicative mood", [4, 105, 1]], ["fact mood", [4, 105, 2]], ["common mood", [4, 105, 3]], ["indicative", [4, 105, 4]]]}, {"answer": "derivative", "hint": "synonyms for derivative", "clues": [["differential coefficient", [4, 106, 0]], ["differential", [4, 106, 1]], ["derived function", [4, 106, 2]], ["first derivative", [4, 106, 3]], ["derivative instrument", [4, 106, 4]]]}, {"answer": "determinant", "hint": "synonyms for determinant", "clues": [["epitope", [4, 107, 0]], ["determining factor", [4, 107, 1]], ["antigenic determinant", [4, 107, 2]], ["causal factor", [4, 107, 3]], ["determinative", [4, 107, 4]], ["determiner", [4, 107, 5]]]}, {"answer": "determinative", "hint": "synonyms for determinative", "clues": [["determinant", [4, 108, 0]], ["determining factor", [4, 108, 1]], ["determiner", [4, 108, 2]], ["causal factor", [4, 108, 3]]]}, {"answer": "deterrent", "hint": "synonyms for deterrent", "clues": [["impediment", [4, 109, 0]], ["check", [4, 109, 1]], ["hinderance", [4, 109, 2]], ["balk", [4, 109, 3]], ["handicap", [4, 109, 4]]]}, {"answer": "diagonal", "hint": "synonyms for diagonal", "clues": [["slash", [4, 110, 0]], ["bias", [4, 110, 1]], ["stroke", [4, 110, 2]], ["separatrix", [4, 110, 3]], ["virgule", [4, 110, 4]], ["solidus", [4, 110, 5]]]}, {"answer": "dickey", "hint": "synonyms for dickey", "clues": [["shirtfront", [4, 111, 0]], ["dicky", [4, 111, 1]], ["dickey-seat", [4, 111, 2]], ["dickie", [4, 111, 3]]]}, {"answer": "dicky", "hint": "synonyms for dicky", "clues": [["shirtfront", [4, 112, 0]], ["dickey", [4, 112, 1]], ["dickey-seat", [4, 112, 2]], ["dickie", [4, 112, 3]]]}, {"answer": "differential", "hint": "synonyms for differential", "clues": [["differential coefficient", [4, 113, 0]], ["derivative", [4, 113, 1]], ["differential gear", [4, 113, 2]], ["derived function", [4, 113, 3]], ["first derivative", [4, 113, 4]]]}, {"answer": "dirt", "hint": "synonyms for dirt", "clues": [["shite", [4, 114, 0]], ["crap", [4, 114, 1]], ["malicious gossip", [4, 114, 2]], ["scandal", [4, 114, 3]], ["turd", [4, 114, 4]], ["poop", [4, 114, 5]], ["soil", [4, 114, 6]]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["doubling", [4, 115, 0]], ["two-bagger", [4, 115, 1]], ["two-base hit", [4, 115, 2]], ["two-baser", [4, 115, 3]]]}, {"answer": "dress", "hint": "synonyms for dress", "clues": [["wearing apparel", [4, 116, 0]], ["attire", [4, 116, 1]], ["apparel", [4, 116, 2]], ["frock", [4, 116, 3]], ["clothes", [4, 116, 4]], ["garb", [4, 116, 5]]]}, {"answer": "eager", "hint": "synonyms for eager", "clues": [["eagre", [4, 117, 0]], ["aegir", [4, 117, 1]], ["tidal bore", [4, 117, 2]], ["bore", [4, 117, 3]]]}, {"answer": "eatable", "hint": "synonyms for eatable", "clues": [["edible", [4, 118, 0]], ["comestible", [4, 118, 1]], ["victuals", [4, 118, 2]], ["pabulum", [4, 118, 3]]]}, {"answer": "ebony", "hint": "synonyms for ebony", "clues": [["coal black", [4, 119, 0]], ["pitch black", [4, 119, 1]], ["sable", [4, 119, 2]], ["jet black", [4, 119, 3]], ["soot black", [4, 119, 4]]]}, {"answer": "edible", "hint": "synonyms for edible", "clues": [["eatable", [4, 120, 0]], ["comestible", [4, 120, 1]], ["victuals", [4, 120, 2]], ["pabulum", [4, 120, 3]]]}, {"answer": "eight", "hint": "synonyms for eight", "clues": [["octad", [4, 121, 0]], ["8", [4, 121, 1]], ["eighter", [4, 121, 2]], ["eight-spot", [4, 121, 3]], ["octonary", [4, 121, 4]], ["eighter from Decatur", [4, 121, 5]], ["ogdoad", [4, 121, 6]], ["octet", [4, 121, 7]]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["elevated railway", [4, 122, 0]], ["overhead railway", [4, 122, 1]], ["elevated railroad", [4, 122, 2]], ["el", [4, 122, 3]]]}, {"answer": "empyrean", "hint": "synonyms for empyrean", "clues": [["firmament", [4, 123, 0]], ["welkin", [4, 123, 1]], ["celestial sphere", [4, 123, 2]], ["vault of heaven", [4, 123, 3]], ["sphere", [4, 123, 4]], ["heavens", [4, 123, 5]]]}, {"answer": "essential", "hint": "synonyms for essential", "clues": [["requirement", [4, 124, 0]], ["requisite", [4, 124, 1]], ["necessary", [4, 124, 2]], ["necessity", [4, 124, 3]]]}, {"answer": "evil", "hint": "synonyms for evil", "clues": [["evilness", [4, 125, 0]], ["wickedness", [4, 125, 1]], ["immorality", [4, 125, 2]], ["iniquity", [4, 125, 3]]]}, {"answer": "excess", "hint": "synonyms for excess", "clues": [["nimiety", [4, 126, 0]], ["overindulgence", [4, 126, 1]], ["inordinateness", [4, 126, 2]], ["surplusage", [4, 126, 3]], ["excessiveness", [4, 126, 4]], ["surplus", [4, 126, 5]]]}, {"answer": "fancy", "hint": "synonyms for fancy", "clues": [["fantasy", [4, 127, 0]], ["illusion", [4, 127, 1]], ["fondness", [4, 127, 2]], ["phantasy", [4, 127, 3]], ["partiality", [4, 127, 4]]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["number one", [4, 128, 0]], ["beginning", [4, 128, 1]], ["first-class honours degree", [4, 128, 2]], ["get-go", [4, 128, 3]], ["low gear", [4, 128, 4]], ["starting time", [4, 128, 5]], ["number 1", [4, 128, 6]], ["commencement", [4, 128, 7]], ["outset", [4, 128, 8]], ["start", [4, 128, 9]], ["showtime", [4, 128, 10]], ["first base", [4, 128, 11]], ["offset", [4, 128, 12]], ["low", [4, 128, 13]], ["first gear", [4, 128, 14]], ["kickoff", [4, 128, 15]]]}, {"answer": "fitting", "hint": "synonyms for fitting", "clues": [["try-on", [4, 129, 0]], ["appointment", [4, 129, 1]], ["accommodation", [4, 129, 2]], ["trying on", [4, 129, 3]], ["adjustment", [4, 129, 4]]]}, {"answer": "five", "hint": "synonyms for five", "clues": [["pentad", [4, 130, 0]], ["five-spot", [4, 130, 1]], ["quintet", [4, 130, 2]], ["5", [4, 130, 3]], ["fivesome", [4, 130, 4]], ["basketball team", [4, 130, 5]], ["fin", [4, 130, 6]], ["quintuplet", [4, 130, 7]], ["quint", [4, 130, 8]], ["cinque", [4, 130, 9]]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["instant", [4, 131, 0]], ["news bulletin", [4, 131, 1]], ["trice", [4, 131, 2]], ["blink of an eye", [4, 131, 3]], ["flashgun", [4, 131, 4]], ["wink", [4, 131, 5]], ["twinkling", [4, 131, 6]], ["newsbreak", [4, 131, 7]], ["fanfare", [4, 131, 8]], ["flare", [4, 131, 9]], ["heartbeat", [4, 131, 10]], ["flash lamp", [4, 131, 11]], ["jiffy", [4, 131, 12]], ["photoflash", [4, 131, 13]], ["split second", [4, 131, 14]], ["flash bulb", [4, 131, 15]], ["newsflash", [4, 131, 16]], ["flashing", [4, 131, 17]], ["ostentation", [4, 131, 18]]]}, {"answer": "flat", "hint": "synonyms for flat", "clues": [["apartment", [4, 132, 0]], ["flat tire", [4, 132, 1]], ["flatcar", [4, 132, 2]], ["flatbed", [4, 132, 3]]]}, {"answer": "flip", "hint": "synonyms for flip", "clues": [["toss", [4, 133, 0]], ["summerset", [4, 133, 1]], ["somerset", [4, 133, 2]], ["summersault", [4, 133, 3]], ["somersaulting", [4, 133, 4]], ["pass", [4, 133, 5]]]}, {"answer": "flowering", "hint": "synonyms for flowering", "clues": [["unfolding", [4, 134, 0]], ["efflorescence", [4, 134, 1]], ["inflorescence", [4, 134, 2]], ["anthesis", [4, 134, 3]], ["blossoming", [4, 134, 4]]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["gush", [4, 135, 0]], ["outpouring", [4, 135, 1]], ["bloom", [4, 135, 2]], ["flower", [4, 135, 3]], ["boot", [4, 135, 4]], ["rush", [4, 135, 5]], ["blush", [4, 135, 6]], ["kick", [4, 135, 7]], ["blossom", [4, 135, 8]], ["charge", [4, 135, 9]], ["efflorescence", [4, 135, 10]], ["peak", [4, 135, 11]], ["prime", [4, 135, 12]], ["bang", [4, 135, 13]], ["heyday", [4, 135, 14]], ["thrill", [4, 135, 15]]]}, {"answer": "fly", "hint": "synonyms for fly", "clues": [["fly front", [4, 136, 0]], ["rainfly", [4, 136, 1]], ["tent-fly", [4, 136, 2]], ["tent flap", [4, 136, 3]], ["fly sheet", [4, 136, 4]], ["fly ball", [4, 136, 5]]]}, {"answer": "following", "hint": "synonyms for following", "clues": [["chase", [4, 137, 0]], ["pursuit", [4, 137, 1]], ["followers", [4, 137, 2]], ["pursual", [4, 137, 3]]]}, {"answer": "formal", "hint": "synonyms for formal", "clues": [["evening gown", [4, 138, 0]], ["dinner gown", [4, 138, 1]], ["ball", [4, 138, 2]], ["dinner dress", [4, 138, 3]]]}, {"answer": "forte", "hint": "synonyms for forte", "clues": [["strength", [4, 139, 0]], ["speciality", [4, 139, 1]], ["strong point", [4, 139, 2]], ["long suit", [4, 139, 3]], ["metier", [4, 139, 4]], ["strong suit", [4, 139, 5]], ["fortissimo", [4, 139, 6]]]}, {"answer": "four", "hint": "synonyms for four", "clues": [["quatern", [4, 140, 0]], ["quartet", [4, 140, 1]], ["quaternion", [4, 140, 2]], ["tetrad", [4, 140, 3]], ["four-spot", [4, 140, 4]], ["4", [4, 140, 5]], ["quadruplet", [4, 140, 6]], ["foursome", [4, 140, 7]], ["quaternary", [4, 140, 8]], ["quaternity", [4, 140, 9]]]}, {"answer": "fourth", "hint": "synonyms for fourth", "clues": [["fourth part", [4, 141, 0]], ["quarter", [4, 141, 1]], ["one-quarter", [4, 141, 2]], ["one-fourth", [4, 141, 3]], ["twenty-five percent", [4, 141, 4]]]}, {"answer": "frank", "hint": "synonyms for frank", "clues": [["weenie", [4, 142, 0]], ["dog", [4, 142, 1]], ["hot dog", [4, 142, 2]], ["frankfurter", [4, 142, 3]], ["wiener", [4, 142, 4]], ["wienerwurst", [4, 142, 5]]]}, {"answer": "front", "hint": "synonyms for front", "clues": [["movement", [4, 143, 0]], ["front end", [4, 143, 1]], ["battlefront", [4, 143, 2]], ["presence", [4, 143, 3]], ["front line", [4, 143, 4]], ["forepart", [4, 143, 5]], ["social movement", [4, 143, 6]]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["piece of ass", [4, 144, 0]], ["roll in the hay", [4, 144, 1]], ["piece of tail", [4, 144, 2]], ["shtup", [4, 144, 3]], ["screw", [4, 144, 4]], ["nookie", [4, 144, 5]], ["ass", [4, 144, 6]], ["nooky", [4, 144, 7]], ["shag", [4, 144, 8]], ["fuck", [4, 144, 9]]]}, {"answer": "future", "hint": "synonyms for future", "clues": [["time to come", [4, 145, 0]], ["futurity", [4, 145, 1]], ["hereafter", [4, 145, 2]], ["future tense", [4, 145, 3]]]}, {"answer": "gimcrack", "hint": "synonyms for gimcrack", "clues": [["trumpery", [4, 146, 0]], ["gimcrackery", [4, 146, 1]], ["nonsense", [4, 146, 2]], ["frill", [4, 146, 3]], ["falderol", [4, 146, 4]], ["folderal", [4, 146, 5]]]}, {"answer": "ginger", "hint": "synonyms for ginger", "clues": [["gingerroot", [4, 147, 0]], ["pep", [4, 147, 1]], ["peppiness", [4, 147, 2]], ["powdered ginger", [4, 147, 3]]]}, {"answer": "gleaming", "hint": "synonyms for gleaming", "clues": [["lambency", [4, 148, 0]], ["glimmer", [4, 148, 1]], ["gleam", [4, 148, 2]], ["glow", [4, 148, 3]]]}, {"answer": "go", "hint": "synonyms for go", "clues": [["turn", [4, 149, 0]], ["tour", [4, 149, 1]], ["spell", [4, 149, 2]], ["go game", [4, 149, 3]], ["whirl", [4, 149, 4]], ["pass", [4, 149, 5]], ["disco biscuit", [4, 149, 6]], ["ecstasy", [4, 149, 7]], ["offer", [4, 149, 8]], ["cristal", [4, 149, 9]], ["crack", [4, 149, 10]], ["fling", [4, 149, 11]], ["hug drug", [4, 149, 12]]]}, {"answer": "going", "hint": "synonyms for going", "clues": [["departure", [4, 150, 0]], ["loss", [4, 150, 1]], ["passing", [4, 150, 2]], ["sledding", [4, 150, 3]], ["release", [4, 150, 4]], ["expiration", [4, 150, 5]], ["leaving", [4, 150, 6]], ["exit", [4, 150, 7]], ["going away", [4, 150, 8]]]}, {"answer": "governing", "hint": "synonyms for governing", "clues": [["government", [4, 151, 0]], ["government activity", [4, 151, 1]], ["governance", [4, 151, 2]], ["administration", [4, 151, 3]]]}, {"answer": "grand", "hint": "synonyms for grand", "clues": [["grand piano", [4, 152, 0]], ["chiliad", [4, 152, 1]], ["thou", [4, 152, 2]], ["yard", [4, 152, 3]], ["one thousand", [4, 152, 4]], ["thousand", [4, 152, 5]], ["1000", [4, 152, 6]]]}, {"answer": "green", "hint": "synonyms for green", "clues": [["greenness", [4, 153, 0]], ["jet", [4, 153, 1]], ["park", [4, 153, 2]], ["super acid", [4, 153, 3]], ["putting surface", [4, 153, 4]], ["special K", [4, 153, 5]], ["leafy vegetable", [4, 153, 6]], ["honey oil", [4, 153, 7]], ["viridity", [4, 153, 8]], ["commons", [4, 153, 9]], ["super C", [4, 153, 10]], ["cat valium", [4, 153, 11]], ["greens", [4, 153, 12]], ["putting green", [4, 153, 13]]]}, {"answer": "growing", "hint": "synonyms for growing", "clues": [["development", [4, 154, 0]], ["ontogenesis", [4, 154, 1]], ["ontogeny", [4, 154, 2]], ["maturation", [4, 154, 3]], ["growth", [4, 154, 4]]]}, {"answer": "grumbling", "hint": "synonyms for grumbling", "clues": [["rumble", [4, 155, 0]], ["murmuring", [4, 155, 1]], ["mutter", [4, 155, 2]], ["rumbling", [4, 155, 3]]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["handle", [4, 156, 0]], ["handgrip", [4, 156, 1]], ["grip", [4, 156, 2]], ["hold", [4, 156, 3]]]}, {"answer": "hearing", "hint": "synonyms for hearing", "clues": [["listening", [4, 157, 0]], ["earreach", [4, 157, 1]], ["auditory sense", [4, 157, 2]], ["audition", [4, 157, 3]], ["earshot", [4, 157, 4]], ["sense of hearing", [4, 157, 5]], ["auditory modality", [4, 157, 6]]]}, {"answer": "high", "hint": "synonyms for high", "clues": [["senior high school", [4, 158, 0]], ["senior high", [4, 158, 1]], ["highschool", [4, 158, 2]], ["high gear", [4, 158, 3]], ["heights", [4, 158, 4]]]}, {"answer": "home", "hint": "synonyms for home", "clues": [["dwelling", [4, 159, 0]], ["home plate", [4, 159, 1]], ["place", [4, 159, 2]], ["dwelling house", [4, 159, 3]], ["home base", [4, 159, 4]], ["house", [4, 159, 5]], ["menage", [4, 159, 6]], ["domicile", [4, 159, 7]], ["abode", [4, 159, 8]], ["nursing home", [4, 159, 9]], ["habitation", [4, 159, 10]], ["household", [4, 159, 11]], ["family", [4, 159, 12]], ["plate", [4, 159, 13]], ["base", [4, 159, 14]], ["rest home", [4, 159, 15]]]}, {"answer": "hurt", "hint": "synonyms for hurt", "clues": [["suffering", [4, 160, 0]], ["harm", [4, 160, 1]], ["detriment", [4, 160, 2]], ["distress", [4, 160, 3]], ["scathe", [4, 160, 4]], ["damage", [4, 160, 5]]]}, {"answer": "i", "hint": "synonyms for i", "clues": [["ace", [4, 161, 0]], ["iodin", [4, 161, 1]], ["atomic number 53", [4, 161, 2]], ["single", [4, 161, 3]], ["1", [4, 161, 4]], ["one", [4, 161, 5]], ["unity", [4, 161, 6]]]}, {"answer": "iii", "hint": "synonyms for iii", "clues": [["threesome", [4, 162, 0]], ["troika", [4, 162, 1]], ["trey", [4, 162, 2]], ["deuce-ace", [4, 162, 3]], ["triad", [4, 162, 4]], ["terzetto", [4, 162, 5]], ["trio", [4, 162, 6]], ["triplet", [4, 162, 7]], ["tierce", [4, 162, 8]], ["leash", [4, 162, 9]], ["three", [4, 162, 10]], ["ternary", [4, 162, 11]], ["trinity", [4, 162, 12]], ["trine", [4, 162, 13]], ["3", [4, 162, 14]], ["ternion", [4, 162, 15]], ["tercet", [4, 162, 16]]]}, {"answer": "immunosuppressive", "hint": "synonyms for immunosuppressive", "clues": [["immunosuppressive drug", [4, 163, 0]], ["immunosuppressant", [4, 163, 1]], ["immunosuppressor", [4, 163, 2]], ["immune suppressant drug", [4, 163, 3]]]}, {"answer": "imperfect", "hint": "synonyms for imperfect", "clues": [["imperfect tense", [4, 164, 0]], ["progressive tense", [4, 164, 1]], ["progressive", [4, 164, 2]], ["continuous tense", [4, 164, 3]]]}, {"answer": "incoming", "hint": "synonyms for incoming", "clues": [["entry", [4, 165, 0]], ["ingress", [4, 165, 1]], ["entrance", [4, 165, 2]], ["entering", [4, 165, 3]]]}, {"answer": "indicative", "hint": "synonyms for indicative", "clues": [["declarative mood", [4, 166, 0]], ["indicative mood", [4, 166, 1]], ["fact mood", [4, 166, 2]], ["common mood", [4, 166, 3]], ["declarative", [4, 166, 4]]]}, {"answer": "individual", "hint": "synonyms for individual", "clues": [["person", [4, 167, 0]], ["somebody", [4, 167, 1]], ["someone", [4, 167, 2]], ["soul", [4, 167, 3]], ["mortal", [4, 167, 4]]]}, {"answer": "infrared", "hint": "synonyms for infrared", "clues": [["infrared light", [4, 168, 0]], ["infrared frequency", [4, 168, 1]], ["infrared emission", [4, 168, 2]], ["infrared radiation", [4, 168, 3]]]}, {"answer": "initiative", "hint": "synonyms for initiative", "clues": [["enterprisingness", [4, 169, 0]], ["enterprise", [4, 169, 1]], ["opening", [4, 169, 2]], ["go-ahead", [4, 169, 3]], ["opening move", [4, 169, 4]], ["first step", [4, 169, 5]]]}, {"answer": "instant", "hint": "synonyms for instant", "clues": [["flash", [4, 170, 0]], ["jiffy", [4, 170, 1]], ["trice", [4, 170, 2]], ["split second", [4, 170, 3]], ["blink of an eye", [4, 170, 4]], ["wink", [4, 170, 5]], ["twinkling", [4, 170, 6]], ["moment", [4, 170, 7]], ["second", [4, 170, 8]], ["minute", [4, 170, 9]], ["heartbeat", [4, 170, 10]]]}, {"answer": "intent", "hint": "synonyms for intent", "clues": [["spirit", [4, 171, 0]], ["purport", [4, 171, 1]], ["aim", [4, 171, 2]], ["intention", [4, 171, 3]], ["design", [4, 171, 4]], ["purpose", [4, 171, 5]]]}, {"answer": "interrogative", "hint": "synonyms for interrogative", "clues": [["interrogation", [4, 172, 0]], ["question", [4, 172, 1]], ["interrogative sentence", [4, 172, 2]], ["interrogative mood", [4, 172, 3]]]}, {"answer": "intoxicant", "hint": "synonyms for intoxicant", "clues": [["inebriant", [4, 173, 0]], ["alcohol", [4, 173, 1]], ["alcoholic drink", [4, 173, 2]], ["alcoholic beverage", [4, 173, 3]]]}, {"answer": "iv", "hint": "synonyms for iv", "clues": [["quatern", [4, 174, 0]], ["quartet", [4, 174, 1]], ["quaternion", [4, 174, 2]], ["tetrad", [4, 174, 3]], ["four", [4, 174, 4]], ["4", [4, 174, 5]], ["quadruplet", [4, 174, 6]], ["intravenous feeding", [4, 174, 7]], ["foursome", [4, 174, 8]], ["quaternary", [4, 174, 9]], ["quaternity", [4, 174, 10]]]}, {"answer": "jet", "hint": "synonyms for jet", "clues": [["squirt", [4, 175, 0]], ["blue jet", [4, 175, 1]], ["super acid", [4, 175, 2]], ["spurt", [4, 175, 3]], ["green", [4, 175, 4]], ["special K", [4, 175, 5]], ["honey oil", [4, 175, 6]], ["cat valium", [4, 175, 7]], ["fountain", [4, 175, 8]], ["jet plane", [4, 175, 9]], ["reverse lightning", [4, 175, 10]], ["spirt", [4, 175, 11]], ["super C", [4, 175, 12]], ["jet-propelled plane", [4, 175, 13]]]}, {"answer": "joint", "hint": "synonyms for joint", "clues": [["join", [4, 176, 0]], ["articulation", [4, 176, 1]], ["stick", [4, 176, 2]], ["junction", [4, 176, 3]], ["juncture", [4, 176, 4]], ["reefer", [4, 176, 5]], ["roast", [4, 176, 6]], ["marijuana cigarette", [4, 176, 7]], ["spliff", [4, 176, 8]]]}, {"answer": "k", "hint": "synonyms for k", "clues": [["kilobyte", [4, 177, 0]], ["jet", [4, 177, 1]], ["kibibyte", [4, 177, 2]], ["green", [4, 177, 3]], ["special K", [4, 177, 4]], ["thou", [4, 177, 5]], ["chiliad", [4, 177, 6]], ["potassium", [4, 177, 7]], ["cat valium", [4, 177, 8]], ["kelvin", [4, 177, 9]], ["kB", [4, 177, 10]], ["super acid", [4, 177, 11]], ["one thousand", [4, 177, 12]], ["honey oil", [4, 177, 13]], ["atomic number 19", [4, 177, 14]], ["yard", [4, 177, 15]], ["grand", [4, 177, 16]], ["super C", [4, 177, 17]], ["thousand", [4, 177, 18]], ["1000", [4, 177, 19]]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["keystone", [4, 178, 0]], ["winder", [4, 178, 1]], ["tonality", [4, 178, 2]], ["cay", [4, 178, 3]], ["headstone", [4, 178, 4]], ["paint", [4, 178, 5]]]}, {"answer": "killing", "hint": "synonyms for killing", "clues": [["putting to death", [4, 179, 0]], ["violent death", [4, 179, 1]], ["kill", [4, 179, 2]], ["cleanup", [4, 179, 3]]]}, {"answer": "kin", "hint": "synonyms for kin", "clues": [["kinship group", [4, 180, 0]], ["tribe", [4, 180, 1]], ["kin group", [4, 180, 2]], ["kindred", [4, 180, 3]], ["clan", [4, 180, 4]]]}, {"answer": "kindred", "hint": "synonyms for kindred", "clues": [["kin", [4, 181, 0]], ["kinship group", [4, 181, 1]], ["tribe", [4, 181, 2]], ["kin group", [4, 181, 3]], ["clan", [4, 181, 4]]]}, {"answer": "l", "hint": "synonyms for l", "clues": [["cubic decimetre", [4, 182, 0]], ["liter", [4, 182, 1]], ["fifty", [4, 182, 2]], ["litre", [4, 182, 3]], ["lambert", [4, 182, 4]], ["50", [4, 182, 5]]]}, {"answer": "lashing", "hint": "synonyms for lashing", "clues": [["flagellation", [4, 183, 0]], ["tanning", [4, 183, 1]], ["flogging", [4, 183, 2]], ["whipping", [4, 183, 3]]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["final stage", [4, 184, 0]], ["close", [4, 184, 1]], ["cobbler's last", [4, 184, 2]], ["finis", [4, 184, 3]], ["death", [4, 184, 4]], ["stopping point", [4, 184, 5]], ["finale", [4, 184, 6]], ["shoemaker's last", [4, 184, 7]], ["conclusion", [4, 184, 8]], ["end", [4, 184, 9]]]}, {"answer": "lean", "hint": "synonyms for lean", "clues": [["list", [4, 185, 0]], ["leaning", [4, 185, 1]], ["tilt", [4, 185, 2]], ["inclination", [4, 185, 3]]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["tendency", [4, 186, 0]], ["list", [4, 186, 1]], ["inclination", [4, 186, 2]], ["lean", [4, 186, 3]], ["propensity", [4, 186, 4]], ["tilt", [4, 186, 5]], ["proclivity", [4, 186, 6]]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["degree", [4, 187, 0]], ["horizontal surface", [4, 187, 1]], ["stratum", [4, 187, 2]], ["grade", [4, 187, 3]], ["storey", [4, 187, 4]], ["layer", [4, 187, 5]], ["spirit level", [4, 187, 6]], ["floor", [4, 187, 7]]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["ignitor", [4, 188, 0]], ["sparkle", [4, 188, 1]], ["twinkle", [4, 188, 2]], ["brightness", [4, 188, 3]], ["light source", [4, 188, 4]], ["spark", [4, 188, 5]], ["brightness level", [4, 188, 6]], ["visible radiation", [4, 188, 7]], ["lightness", [4, 188, 8]], ["visible light", [4, 188, 9]], ["lighter", [4, 188, 10]], ["luminance", [4, 188, 11]], ["luminosity", [4, 188, 12]], ["luminousness", [4, 188, 13]]]}, {"answer": "literal", "hint": "synonyms for literal", "clues": [["typographical error", [4, 189, 0]], ["typo", [4, 189, 1]], ["literal error", [4, 189, 2]], ["misprint", [4, 189, 3]], ["erratum", [4, 189, 4]]]}, {"answer": "living", "hint": "synonyms for living", "clues": [["keep", [4, 190, 0]], ["livelihood", [4, 190, 1]], ["bread and butter", [4, 190, 2]], ["support", [4, 190, 3]], ["sustenance", [4, 190, 4]], ["life", [4, 190, 5]]]}, {"answer": "m", "hint": "synonyms for m", "clues": [["megabyte", [4, 191, 0]], ["one thousand", [4, 191, 1]], ["molar concentration", [4, 191, 2]], ["metre", [4, 191, 3]], ["chiliad", [4, 191, 4]], ["thou", [4, 191, 5]], ["yard", [4, 191, 6]], ["meter", [4, 191, 7]], ["grand", [4, 191, 8]], ["mebibyte", [4, 191, 9]], ["thousand", [4, 191, 10]], ["1000", [4, 191, 11]], ["molarity", [4, 191, 12]]]}, {"answer": "magic", "hint": "synonyms for magic", "clues": [["illusion", [4, 192, 0]], ["deception", [4, 192, 1]], ["legerdemain", [4, 192, 2]], ["conjuration", [4, 192, 3]], ["magic trick", [4, 192, 4]], ["thaumaturgy", [4, 192, 5]], ["conjuring trick", [4, 192, 6]], ["trick", [4, 192, 7]]]}, {"answer": "majuscule", "hint": "synonyms for majuscule", "clues": [["capital", [4, 193, 0]], ["uppercase", [4, 193, 1]], ["upper-case letter", [4, 193, 2]], ["capital letter", [4, 193, 3]]]}, {"answer": "mass", "hint": "synonyms for mass", "clues": [["multitude", [4, 194, 0]], ["people", [4, 194, 1]], ["heap", [4, 194, 2]], ["peck", [4, 194, 3]], ["flock", [4, 194, 4]], ["quite a little", [4, 194, 5]], ["volume", [4, 194, 6]], ["mess", [4, 194, 7]], ["sight", [4, 194, 8]], ["bulk", [4, 194, 9]], ["wad", [4, 194, 10]], ["batch", [4, 194, 11]], ["hatful", [4, 194, 12]], ["mickle", [4, 194, 13]], ["stack", [4, 194, 14]], ["passel", [4, 194, 15]], ["deal", [4, 194, 16]], ["plenty", [4, 194, 17]], ["pile", [4, 194, 18]], ["slew", [4, 194, 19]], ["the great unwashed", [4, 194, 20]], ["great deal", [4, 194, 21]], ["spate", [4, 194, 22]], ["muckle", [4, 194, 23]], ["mint", [4, 194, 24]], ["pot", [4, 194, 25]], ["lot", [4, 194, 26]], ["hoi polloi", [4, 194, 27]], ["tidy sum", [4, 194, 28]], ["masses", [4, 194, 29]], ["good deal", [4, 194, 30]], ["mountain", [4, 194, 31]], ["raft", [4, 194, 32]]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["master copy", [4, 195, 0]], ["passe-partout", [4, 195, 1]], ["original", [4, 195, 2]], ["master key", [4, 195, 3]], ["passkey", [4, 195, 4]]]}, {"answer": "mat", "hint": "synonyms for mat", "clues": [["lustrelessness", [4, 196, 0]], ["matt", [4, 196, 1]], ["gym mat", [4, 196, 2]], ["flatness", [4, 196, 3]]]}, {"answer": "material", "hint": "synonyms for material", "clues": [["textile", [4, 197, 0]], ["cloth", [4, 197, 1]], ["stuff", [4, 197, 2]], ["fabric", [4, 197, 3]]]}, {"answer": "matt", "hint": "synonyms for matt", "clues": [["lustrelessness", [4, 198, 0]], ["mat", [4, 198, 1]], ["flatness", [4, 198, 2]], ["matte", [4, 198, 3]]]}, {"answer": "maximum", "hint": "synonyms for maximum", "clues": [["utmost", [4, 199, 0]], ["uttermost", [4, 199, 1]], ["level best", [4, 199, 2]], ["upper limit", [4, 199, 3]]]}, {"answer": "meaning", "hint": "synonyms for meaning", "clues": [["substance", [4, 200, 0]], ["significance", [4, 200, 1]], ["signification", [4, 200, 2]], ["import", [4, 200, 3]]]}, {"answer": "medical", "hint": "synonyms for medical", "clues": [["medical examination", [4, 201, 0]], ["medical exam", [4, 201, 1]], ["health check", [4, 201, 2]], ["medical checkup", [4, 201, 3]], ["checkup", [4, 201, 4]]]}, {"answer": "merging", "hint": "synonyms for merging", "clues": [["meeting", [4, 202, 0]], ["conflux", [4, 202, 1]], ["coming together", [4, 202, 2]], ["confluence", [4, 202, 3]]]}, {"answer": "middle", "hint": "synonyms for middle", "clues": [["centre", [4, 203, 0]], ["eye", [4, 203, 1]], ["heart", [4, 203, 2]], ["center", [4, 203, 3]]]}, {"answer": "military", "hint": "synonyms for military", "clues": [["war machine", [4, 204, 0]], ["armed services", [4, 204, 1]], ["armed forces", [4, 204, 2]], ["military machine", [4, 204, 3]]]}, {"answer": "million", "hint": "synonyms for million", "clues": [["gazillion", [4, 205, 0]], ["jillion", [4, 205, 1]], ["1000000", [4, 205, 2]], ["meg", [4, 205, 3]], ["trillion", [4, 205, 4]], ["one thousand thousand", [4, 205, 5]]]}, {"answer": "mint", "hint": "synonyms for mint", "clues": [["heap", [4, 206, 0]], ["peck", [4, 206, 1]], ["flock", [4, 206, 2]], ["quite a little", [4, 206, 3]], ["mess", [4, 206, 4]], ["sight", [4, 206, 5]], ["wad", [4, 206, 6]], ["batch", [4, 206, 7]], ["hatful", [4, 206, 8]], ["mickle", [4, 206, 9]], ["stack", [4, 206, 10]], ["passel", [4, 206, 11]], ["deal", [4, 206, 12]], ["plenty", [4, 206, 13]], ["pile", [4, 206, 14]], ["slew", [4, 206, 15]], ["mint candy", [4, 206, 16]], ["great deal", [4, 206, 17]], ["spate", [4, 206, 18]], ["muckle", [4, 206, 19]], ["pot", [4, 206, 20]], ["lot", [4, 206, 21]], ["tidy sum", [4, 206, 22]], ["good deal", [4, 206, 23]], ["mass", [4, 206, 24]], ["mountain", [4, 206, 25]], ["raft", [4, 206, 26]]]}, {"answer": "minute", "hint": "synonyms for minute", "clues": [["hour", [4, 207, 0]], ["second", [4, 207, 1]], ["mo", [4, 207, 2]], ["minute of arc", [4, 207, 3]], ["moment", [4, 207, 4]], ["min", [4, 207, 5]], ["instant", [4, 207, 6]], ["arcminute", [4, 207, 7]], ["bit", [4, 207, 8]]]}, {"answer": "model", "hint": "synonyms for model", "clues": [["simulation", [4, 208, 0]], ["good example", [4, 208, 1]], ["example", [4, 208, 2]], ["exemplar", [4, 208, 3]], ["framework", [4, 208, 4]], ["theoretical account", [4, 208, 5]], ["modelling", [4, 208, 6]]]}, {"answer": "mortal", "hint": "synonyms for mortal", "clues": [["person", [4, 209, 0]], ["individual", [4, 209, 1]], ["somebody", [4, 209, 2]], ["someone", [4, 209, 3]], ["soul", [4, 209, 4]]]}, {"answer": "motley", "hint": "synonyms for motley", "clues": [["smorgasbord", [4, 210, 0]], ["mixed bag", [4, 210, 1]], ["potpourri", [4, 210, 2]], ["miscellanea", [4, 210, 3]], ["assortment", [4, 210, 4]], ["mixture", [4, 210, 5]], ["variety", [4, 210, 6]], ["salmagundi", [4, 210, 7]]]}, {"answer": "murmuring", "hint": "synonyms for murmuring", "clues": [["grumbling", [4, 211, 0]], ["mutter", [4, 211, 1]], ["grumble", [4, 211, 2]], ["mussitation", [4, 211, 3]], ["murmur", [4, 211, 4]], ["murmuration", [4, 211, 5]]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["thoughtfulness", [4, 212, 0]], ["rumination", [4, 212, 1]], ["reflexion", [4, 212, 2]], ["contemplation", [4, 212, 3]], ["reflection", [4, 212, 4]]]}, {"answer": "necessary", "hint": "synonyms for necessary", "clues": [["requirement", [4, 213, 0]], ["requisite", [4, 213, 1]], ["necessity", [4, 213, 2]], ["essential", [4, 213, 3]]]}, {"answer": "net", "hint": "synonyms for net", "clues": [["network", [4, 214, 0]], ["cyberspace", [4, 214, 1]], ["profit", [4, 214, 2]], ["mesh", [4, 214, 3]], ["net income", [4, 214, 4]], ["internet", [4, 214, 5]], ["earnings", [4, 214, 6]], ["lucre", [4, 214, 7]], ["meshwork", [4, 214, 8]], ["net profit", [4, 214, 9]]]}, {"answer": "nine", "hint": "synonyms for nine", "clues": [["ennead", [4, 215, 0]], ["9", [4, 215, 1]], ["baseball club", [4, 215, 2]], ["club", [4, 215, 3]], ["nine-spot", [4, 215, 4]], ["ball club", [4, 215, 5]], ["niner", [4, 215, 6]]]}, {"answer": "nip_and_tuck", "hint": "synonyms for nip and tuck", "clues": [["cosmetic surgery", [4, 216, 0]], ["facelift", [4, 216, 1]], ["lift", [4, 216, 2]], ["rhytidectomy", [4, 216, 3]], ["face lifting", [4, 216, 4]], ["rhytidoplasty", [4, 216, 5]]]}, {"answer": "nonsense", "hint": "synonyms for nonsense", "clues": [["gimcrackery", [4, 217, 0]], ["meaninglessness", [4, 217, 1]], ["falderol", [4, 217, 2]], ["nonsensicality", [4, 217, 3]], ["folderal", [4, 217, 4]], ["bunk", [4, 217, 5]], ["frill", [4, 217, 6]], ["gimcrack", [4, 217, 7]], ["hokum", [4, 217, 8]], ["trumpery", [4, 217, 9]]]}, {"answer": "normal", "hint": "synonyms for normal", "clues": [["formula", [4, 218, 0]], ["convention", [4, 218, 1]], ["pattern", [4, 218, 2]], ["rule", [4, 218, 3]]]}, {"answer": "north", "hint": "synonyms for north", "clues": [["northward", [4, 219, 0]], ["due north", [4, 219, 1]], ["magnetic north", [4, 219, 2]], ["compass north", [4, 219, 3]]]}, {"answer": "null", "hint": "synonyms for null", "clues": [["zip", [4, 220, 0]], ["naught", [4, 220, 1]], ["nix", [4, 220, 2]], ["zilch", [4, 220, 3]], ["cypher", [4, 220, 4]], ["nil", [4, 220, 5]], ["nothing", [4, 220, 6]], ["zero", [4, 220, 7]], ["nada", [4, 220, 8]], ["cipher", [4, 220, 9]], ["zippo", [4, 220, 10]], ["goose egg", [4, 220, 11]]]}, {"answer": "objective", "hint": "synonyms for objective", "clues": [["object", [4, 221, 0]], ["aim", [4, 221, 1]], ["target", [4, 221, 2]], ["object glass", [4, 221, 3]], ["object lens", [4, 221, 4]]]}, {"answer": "occlusive", "hint": "synonyms for occlusive", "clues": [["stop", [4, 222, 0]], ["plosive consonant", [4, 222, 1]], ["stop consonant", [4, 222, 2]], ["plosive", [4, 222, 3]], ["plosive speech sound", [4, 222, 4]]]}, {"answer": "omnibus", "hint": "synonyms for omnibus", "clues": [["bus", [4, 223, 0]], ["charabanc", [4, 223, 1]], ["autobus", [4, 223, 2]], ["passenger vehicle", [4, 223, 3]], ["double-decker", [4, 223, 4]], ["motorbus", [4, 223, 5]], ["jitney", [4, 223, 6]], ["motorcoach", [4, 223, 7]], ["coach", [4, 223, 8]]]}, {"answer": "one", "hint": "synonyms for one", "clues": [["1", [4, 224, 0]], ["unity", [4, 224, 1]], ["ace", [4, 224, 2]], ["single", [4, 224, 3]]]}, {"answer": "one_thousand", "hint": "synonyms for one thousand", "clues": [["chiliad", [4, 225, 0]], ["thou", [4, 225, 1]], ["yard", [4, 225, 2]], ["grand", [4, 225, 3]], ["thousand", [4, 225, 4]], ["1000", [4, 225, 5]]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["surface", [4, 226, 0]], ["out-of-doors", [4, 226, 1]], ["clear", [4, 226, 2]], ["open air", [4, 226, 3]], ["outdoors", [4, 226, 4]]]}, {"answer": "opening", "hint": "synonyms for opening", "clues": [["gap", [4, 227, 0]], ["possibility", [4, 227, 1]], ["initiative", [4, 227, 2]], ["opening night", [4, 227, 3]], ["opening move", [4, 227, 4]], ["first step", [4, 227, 5]], ["possible action", [4, 227, 6]], ["chess opening", [4, 227, 7]], ["curtain raising", [4, 227, 8]], ["scuttle", [4, 227, 9]], ["hatchway", [4, 227, 10]]]}, {"answer": "opposite", "hint": "synonyms for opposite", "clues": [["opposite word", [4, 228, 0]], ["contrary", [4, 228, 1]], ["inverse", [4, 228, 2]], ["antonym", [4, 228, 3]], ["reverse", [4, 228, 4]]]}, {"answer": "oral", "hint": "synonyms for oral", "clues": [["oral examination", [4, 229, 0]], ["viva", [4, 229, 1]], ["oral exam", [4, 229, 2]], ["viva voce", [4, 229, 3]]]}, {"answer": "original", "hint": "synonyms for original", "clues": [["pilot", [4, 230, 0]], ["master copy", [4, 230, 1]], ["archetype", [4, 230, 2]], ["master", [4, 230, 3]]]}, {"answer": "ottoman", "hint": "synonyms for ottoman", "clues": [["pouf", [4, 231, 0]], ["footstool", [4, 231, 1]], ["hassock", [4, 231, 2]], ["footrest", [4, 231, 3]], ["puff", [4, 231, 4]], ["tuffet", [4, 231, 5]], ["pouffe", [4, 231, 6]]]}, {"answer": "overhead", "hint": "synonyms for overhead", "clues": [["operating cost", [4, 232, 0]], ["budget items", [4, 232, 1]], ["command processing overhead", [4, 232, 2]], ["operating expense", [4, 232, 3]], ["smash", [4, 232, 4]], ["command overhead", [4, 232, 5]], ["disk overhead", [4, 232, 6]], ["viewgraph", [4, 232, 7]]]}, {"answer": "paperback", "hint": "synonyms for paperback", "clues": [["soft-cover book", [4, 233, 0]], ["softback book", [4, 233, 1]], ["paperback book", [4, 233, 2]], ["soft-cover", [4, 233, 3]], ["softback", [4, 233, 4]]]}, {"answer": "parallel", "hint": "synonyms for parallel", "clues": [["analogue", [4, 234, 0]], ["parallel of latitude", [4, 234, 1]], ["line of latitude", [4, 234, 2]], ["latitude", [4, 234, 3]]]}, {"answer": "particular", "hint": "synonyms for particular", "clues": [["specific", [4, 235, 0]], ["item", [4, 235, 1]], ["particular proposition", [4, 235, 2]], ["detail", [4, 235, 3]]]}, {"answer": "pass", "hint": "synonyms for pass", "clues": [["passing play", [4, 236, 0]], ["notch", [4, 236, 1]], ["whirl", [4, 236, 2]], ["pas", [4, 236, 3]], ["fling", [4, 236, 4]], ["flip", [4, 236, 5]], ["walk", [4, 236, 6]], ["mountain pass", [4, 236, 7]], ["qualifying", [4, 236, 8]], ["straits", [4, 236, 9]], ["passing", [4, 236, 10]], ["go", [4, 236, 11]], ["passport", [4, 236, 12]], ["base on balls", [4, 236, 13]], ["bye", [4, 236, 14]], ["offer", [4, 236, 15]], ["crack", [4, 236, 16]], ["toss", [4, 236, 17]], ["laissez passer", [4, 236, 18]], ["liberty chit", [4, 236, 19]], ["head", [4, 236, 20]], ["passing game", [4, 236, 21]]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["passing play", [4, 237, 0]], ["pass", [4, 237, 1]], ["loss", [4, 237, 2]], ["departure", [4, 237, 3]], ["overtaking", [4, 237, 4]], ["passage", [4, 237, 5]], ["release", [4, 237, 6]], ["expiration", [4, 237, 7]], ["qualifying", [4, 237, 8]], ["going", [4, 237, 9]], ["passing game", [4, 237, 10]], ["exit", [4, 237, 11]]]}, {"answer": "peanut", "hint": "synonyms for peanut", "clues": [["groundnut", [4, 238, 0]], ["earthnut", [4, 238, 1]], ["monkey nut", [4, 238, 2]], ["goober pea", [4, 238, 3]], ["goober", [4, 238, 4]]]}, {"answer": "pedal", "hint": "synonyms for pedal", "clues": [["pedal point", [4, 239, 0]], ["foot pedal", [4, 239, 1]], ["treadle", [4, 239, 2]], ["foot lever", [4, 239, 3]]]}, {"answer": "pedigree", "hint": "synonyms for pedigree", "clues": [["bloodline", [4, 240, 0]], ["line", [4, 240, 1]], ["lineage", [4, 240, 2]], ["origin", [4, 240, 3]], ["blood", [4, 240, 4]], ["stemma", [4, 240, 5]], ["stock", [4, 240, 6]], ["ancestry", [4, 240, 7]], ["line of descent", [4, 240, 8]], ["parentage", [4, 240, 9]], ["descent", [4, 240, 10]]]}, {"answer": "phantom", "hint": "synonyms for phantom", "clues": [["shadow", [4, 241, 0]], ["phantasm", [4, 241, 1]], ["apparition", [4, 241, 2]], ["fantasm", [4, 241, 3]]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["plain stitch", [4, 242, 0]], ["knit stitch", [4, 242, 1]], ["champaign", [4, 242, 2]], ["knit", [4, 242, 3]], ["field", [4, 242, 4]]]}, {"answer": "plane", "hint": "synonyms for plane", "clues": [["airplane", [4, 243, 0]], ["planer", [4, 243, 1]], ["sheet", [4, 243, 2]], ["woodworking plane", [4, 243, 3]], ["planing machine", [4, 243, 4]], ["carpenter's plane", [4, 243, 5]], ["aeroplane", [4, 243, 6]]]}, {"answer": "plodding", "hint": "synonyms for plodding", "clues": [["donkeywork", [4, 244, 0]], ["drudgery", [4, 244, 1]], ["grind", [4, 244, 2]], ["plod", [4, 244, 3]]]}, {"answer": "pokey", "hint": "synonyms for pokey", "clues": [["poky", [4, 245, 0]], ["jailhouse", [4, 245, 1]], ["clink", [4, 245, 2]], ["gaol", [4, 245, 3]], ["jail", [4, 245, 4]], ["slammer", [4, 245, 5]]]}, {"answer": "poky", "hint": "synonyms for poky", "clues": [["jailhouse", [4, 246, 0]], ["pokey", [4, 246, 1]], ["clink", [4, 246, 2]], ["gaol", [4, 246, 3]], ["jail", [4, 246, 4]], ["slammer", [4, 246, 5]]]}, {"answer": "pop", "hint": "synonyms for pop", "clues": [["soda pop", [4, 247, 0]], ["soda water", [4, 247, 1]], ["pop music", [4, 247, 2]], ["soda", [4, 247, 3]], ["tonic", [4, 247, 4]], ["popping", [4, 247, 5]]]}, {"answer": "port", "hint": "synonyms for port", "clues": [["port wine", [4, 248, 0]], ["larboard", [4, 248, 1]], ["interface", [4, 248, 2]], ["porthole", [4, 248, 3]], ["embrasure", [4, 248, 4]]]}, {"answer": "postmortem", "hint": "synonyms for postmortem", "clues": [["necropsy", [4, 249, 0]], ["post-mortem examination", [4, 249, 1]], ["autopsy", [4, 249, 2]], ["post-mortem", [4, 249, 3]]]}, {"answer": "potential", "hint": "synonyms for potential", "clues": [["potential drop", [4, 250, 0]], ["potential difference", [4, 250, 1]], ["electric potential", [4, 250, 2]], ["voltage", [4, 250, 3]]]}, {"answer": "potty", "hint": "synonyms for potty", "clues": [["can", [4, 251, 0]], ["thunder mug", [4, 251, 1]], ["stool", [4, 251, 2]], ["pot", [4, 251, 3]], ["toilet", [4, 251, 4]], ["throne", [4, 251, 5]], ["chamberpot", [4, 251, 6]], ["commode", [4, 251, 7]], ["crapper", [4, 251, 8]]]}, {"answer": "premium", "hint": "synonyms for premium", "clues": [["insurance premium", [4, 252, 0]], ["agiotage", [4, 252, 1]], ["agio", [4, 252, 2]], ["bounty", [4, 252, 3]], ["exchange premium", [4, 252, 4]]]}, {"answer": "preventative", "hint": "synonyms for preventative", "clues": [["incumbrance", [4, 253, 0]], ["prophylactic device", [4, 253, 1]], ["hindrance", [4, 253, 2]], ["preventive", [4, 253, 3]], ["interference", [4, 253, 4]], ["contraceptive device", [4, 253, 5]], ["prophylactic", [4, 253, 6]], ["birth control device", [4, 253, 7]], ["contraceptive", [4, 253, 8]], ["hitch", [4, 253, 9]]]}, {"answer": "preventive", "hint": "synonyms for preventive", "clues": [["incumbrance", [4, 254, 0]], ["prophylactic device", [4, 254, 1]], ["hindrance", [4, 254, 2]], ["interference", [4, 254, 3]], ["contraceptive device", [4, 254, 4]], ["prophylactic", [4, 254, 5]], ["contraceptive", [4, 254, 6]], ["birth control device", [4, 254, 7]], ["preventative", [4, 254, 8]], ["hitch", [4, 254, 9]]]}, {"answer": "prime", "hint": "synonyms for prime", "clues": [["bloom", [4, 255, 0]], ["flower", [4, 255, 1]], ["prime quantity", [4, 255, 2]], ["prime of life", [4, 255, 3]], ["blossom", [4, 255, 4]], ["efflorescence", [4, 255, 5]], ["flush", [4, 255, 6]], ["peak", [4, 255, 7]], ["heyday", [4, 255, 8]]]}, {"answer": "privy", "hint": "synonyms for privy", "clues": [["toilet", [4, 256, 0]], ["bathroom", [4, 256, 1]], ["earth-closet", [4, 256, 2]], ["outhouse", [4, 256, 3]], ["lav", [4, 256, 4]], ["john", [4, 256, 5]], ["jakes", [4, 256, 6]], ["can", [4, 256, 7]], ["lavatory", [4, 256, 8]]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["pillage", [4, 257, 0]], ["swag", [4, 257, 1]], ["plunder", [4, 257, 2]], ["trophy", [4, 257, 3]], ["dirty money", [4, 257, 4]], ["award", [4, 257, 5]], ["loot", [4, 257, 6]], ["booty", [4, 257, 7]]]}, {"answer": "prognostic", "hint": "synonyms for prognostic", "clues": [["omen", [4, 258, 0]], ["prodigy", [4, 258, 1]], ["prognostication", [4, 258, 2]], ["presage", [4, 258, 3]], ["portent", [4, 258, 4]]]}, {"answer": "progressive", "hint": "synonyms for progressive", "clues": [["imperfect tense", [4, 259, 0]], ["progressive tense", [4, 259, 1]], ["imperfect", [4, 259, 2]], ["continuous tense", [4, 259, 3]]]}, {"answer": "proof", "hint": "synonyms for proof", "clues": [["test copy", [4, 260, 0]], ["cogent evidence", [4, 260, 1]], ["substantiation", [4, 260, 2]], ["validation", [4, 260, 3]], ["trial impression", [4, 260, 4]]]}, {"answer": "prophylactic", "hint": "synonyms for prophylactic", "clues": [["safe", [4, 261, 0]], ["rubber", [4, 261, 1]], ["preventive", [4, 261, 2]], ["condom", [4, 261, 3]], ["safety", [4, 261, 4]]]}, {"answer": "puff", "hint": "synonyms for puff", "clues": [["blow", [4, 262, 0]], ["powderpuff", [4, 262, 1]], ["comfort", [4, 262, 2]], ["quilt", [4, 262, 3]], ["pouf", [4, 262, 4]], ["pull", [4, 262, 5]], ["ottoman", [4, 262, 6]], ["puff of air", [4, 262, 7]], ["hassock", [4, 262, 8]], ["drag", [4, 262, 9]], ["whiff", [4, 262, 10]], ["pouffe", [4, 262, 11]]]}, {"answer": "punk", "hint": "synonyms for punk", "clues": [["tinder", [4, 263, 0]], ["kindling", [4, 263, 1]], ["punk rock", [4, 263, 2]], ["touchwood", [4, 263, 3]], ["spunk", [4, 263, 4]]]}, {"answer": "quality", "hint": "synonyms for quality", "clues": [["tone", [4, 264, 0]], ["lineament", [4, 264, 1]], ["timber", [4, 264, 2]], ["character", [4, 264, 3]], ["calibre", [4, 264, 4]], ["timbre", [4, 264, 5]]]}, {"answer": "quaternary", "hint": "synonyms for quaternary", "clues": [["quatern", [4, 265, 0]], ["quartet", [4, 265, 1]], ["quaternion", [4, 265, 2]], ["tetrad", [4, 265, 3]], ["four", [4, 265, 4]], ["4", [4, 265, 5]], ["quadruplet", [4, 265, 6]], ["foursome", [4, 265, 7]], ["quaternity", [4, 265, 8]]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["tranquility", [4, 266, 0]], ["repose", [4, 266, 1]], ["placidity", [4, 266, 2]], ["serenity", [4, 266, 3]], ["silence", [4, 266, 4]]]}, {"answer": "radical", "hint": "synonyms for radical", "clues": [["root word", [4, 267, 0]], ["chemical group", [4, 267, 1]], ["free radical", [4, 267, 2]], ["group", [4, 267, 3]], ["theme", [4, 267, 4]], ["base", [4, 267, 5]], ["root", [4, 267, 6]], ["stem", [4, 267, 7]]]}, {"answer": "radio", "hint": "synonyms for radio", "clues": [["radiocommunication", [4, 268, 0]], ["radio receiver", [4, 268, 1]], ["receiving set", [4, 268, 2]], ["wireless", [4, 268, 3]], ["tuner", [4, 268, 4]], ["radio set", [4, 268, 5]]]}, {"answer": "raising", "hint": "synonyms for raising", "clues": [["rearing", [4, 269, 0]], ["lift", [4, 269, 1]], ["fostering", [4, 269, 2]], ["elevation", [4, 269, 3]], ["nurture", [4, 269, 4]], ["upbringing", [4, 269, 5]], ["bringing up", [4, 269, 6]], ["breeding", [4, 269, 7]], ["fosterage", [4, 269, 8]]]}, {"answer": "rearing", "hint": "synonyms for rearing", "clues": [["fostering", [4, 270, 0]], ["raising", [4, 270, 1]], ["nurture", [4, 270, 2]], ["upbringing", [4, 270, 3]], ["bringing up", [4, 270, 4]], ["breeding", [4, 270, 5]], ["fosterage", [4, 270, 6]]]}, {"answer": "reflex", "hint": "synonyms for reflex", "clues": [["reflex action", [4, 271, 0]], ["reflex response", [4, 271, 1]], ["instinctive reflex", [4, 271, 2]], ["innate reflex", [4, 271, 3]], ["unconditioned reflex", [4, 271, 4]], ["physiological reaction", [4, 271, 5]], ["inborn reflex", [4, 271, 6]]]}, {"answer": "regulation", "hint": "synonyms for regulation", "clues": [["rule", [4, 272, 0]], ["regularization", [4, 272, 1]], ["ordinance", [4, 272, 2]], ["regulating", [4, 272, 3]]]}, {"answer": "requisite", "hint": "synonyms for requisite", "clues": [["requirement", [4, 273, 0]], ["necessary", [4, 273, 1]], ["necessity", [4, 273, 2]], ["essential", [4, 273, 3]]]}, {"answer": "residual", "hint": "synonyms for residual", "clues": [["residuum", [4, 274, 0]], ["balance", [4, 274, 1]], ["remainder", [4, 274, 2]], ["rest", [4, 274, 3]], ["residue", [4, 274, 4]]]}, {"answer": "resultant", "hint": "synonyms for resultant", "clues": [["termination", [4, 275, 0]], ["final result", [4, 275, 1]], ["outcome", [4, 275, 2]], ["vector sum", [4, 275, 3]], ["result", [4, 275, 4]]]}, {"answer": "reverse", "hint": "synonyms for reverse", "clues": [["reversal", [4, 276, 0]], ["turnabout", [4, 276, 1]], ["opposite", [4, 276, 2]], ["verso", [4, 276, 3]], ["blow", [4, 276, 4]], ["reversion", [4, 276, 5]], ["black eye", [4, 276, 6]], ["contrary", [4, 276, 7]], ["reverse gear", [4, 276, 8]], ["setback", [4, 276, 9]], ["turnaround", [4, 276, 10]]]}, {"answer": "reverting", "hint": "synonyms for reverting", "clues": [["lapse", [4, 277, 0]], ["relapse", [4, 277, 1]], ["lapsing", [4, 277, 2]], ["reversion", [4, 277, 3]], ["backsliding", [4, 277, 4]]]}, {"answer": "rising", "hint": "synonyms for rising", "clues": [["insurrection", [4, 278, 0]], ["uprising", [4, 278, 1]], ["rebellion", [4, 278, 2]], ["ascent", [4, 278, 3]], ["revolt", [4, 278, 4]], ["rise", [4, 278, 5]], ["ascension", [4, 278, 6]]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["roar", [4, 279, 0]], ["hollering", [4, 279, 1]], ["holloa", [4, 279, 2]], ["bellow", [4, 279, 3]], ["boom", [4, 279, 4]], ["thunder", [4, 279, 5]], ["yowl", [4, 279, 6]]]}, {"answer": "rose", "hint": "synonyms for rose", "clues": [["rosiness", [4, 280, 0]], ["blush wine", [4, 280, 1]], ["pink wine", [4, 280, 2]], ["rose wine", [4, 280, 3]]]}, {"answer": "rotary", "hint": "synonyms for rotary", "clues": [["rotary converter", [4, 281, 0]], ["traffic circle", [4, 281, 1]], ["roundabout", [4, 281, 2]], ["circle", [4, 281, 3]], ["synchronous converter", [4, 281, 4]]]}, {"answer": "rough-and-tumble", "hint": "synonyms for rough-and-tumble", "clues": [["scuffle", [4, 282, 0]], ["tussle", [4, 282, 1]], ["hassle", [4, 282, 2]], ["dogfight", [4, 282, 3]]]}, {"answer": "round", "hint": "synonyms for round", "clues": [["one shot", [4, 283, 0]], ["daily round", [4, 283, 1]], ["rung", [4, 283, 2]], ["unit of ammunition", [4, 283, 3]], ["rhythm", [4, 283, 4]], ["stave", [4, 283, 5]], ["turn", [4, 283, 6]], ["troll", [4, 283, 7]], ["round of drinks", [4, 283, 8]], ["circle", [4, 283, 9]], ["cycle", [4, 283, 10]], ["beat", [4, 283, 11]], ["bout", [4, 283, 12]], ["round of golf", [4, 283, 13]]]}, {"answer": "roundabout", "hint": "synonyms for roundabout", "clues": [["carousel", [4, 284, 0]], ["merry-go-round", [4, 284, 1]], ["whirligig", [4, 284, 2]], ["rotary", [4, 284, 3]], ["traffic circle", [4, 284, 4]], ["circle", [4, 284, 5]]]}, {"answer": "routine", "hint": "synonyms for routine", "clues": [["modus operandi", [4, 285, 0]], ["subroutine", [4, 285, 1]], ["number", [4, 285, 2]], ["subprogram", [4, 285, 3]], ["turn", [4, 285, 4]], ["bit", [4, 285, 5]], ["act", [4, 285, 6]], ["procedure", [4, 285, 7]], ["function", [4, 285, 8]]]}, {"answer": "rubber", "hint": "synonyms for rubber", "clues": [["safe", [4, 286, 0]], ["synthetic rubber", [4, 286, 1]], ["caoutchouc", [4, 286, 2]], ["galosh", [4, 286, 3]], ["golosh", [4, 286, 4]], ["natural rubber", [4, 286, 5]], ["pencil eraser", [4, 286, 6]], ["condom", [4, 286, 7]], ["safety", [4, 286, 8]], ["prophylactic", [4, 286, 9]], ["arctic", [4, 286, 10]], ["gum elastic", [4, 286, 11]], ["rubber eraser", [4, 286, 12]], ["gumshoe", [4, 286, 13]]]}, {"answer": "runaway", "hint": "synonyms for runaway", "clues": [["laugher", [4, 287, 0]], ["romp", [4, 287, 1]], ["walkaway", [4, 287, 2]], ["blowout", [4, 287, 3]], ["shoo-in", [4, 287, 4]]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["running game", [4, 288, 0]], ["run", [4, 288, 1]], ["track", [4, 288, 2]], ["running play", [4, 288, 3]]]}, {"answer": "rush", "hint": "synonyms for rush", "clues": [["spate", [4, 289, 0]], ["rushing", [4, 289, 1]], ["hurry", [4, 289, 2]], ["boot", [4, 289, 3]], ["flush", [4, 289, 4]], ["kick", [4, 289, 5]], ["upsurge", [4, 289, 6]], ["charge", [4, 289, 7]], ["surge", [4, 289, 8]], ["bang", [4, 289, 9]], ["haste", [4, 289, 10]], ["thrill", [4, 289, 11]]]}, {"answer": "sable", "hint": "synonyms for sable", "clues": [["pitch black", [4, 290, 0]], ["coal black", [4, 290, 1]], ["sable's hair pencil", [4, 290, 2]], ["ebony", [4, 290, 3]], ["jet black", [4, 290, 4]], ["sable brush", [4, 290, 5]], ["soot black", [4, 290, 6]]]}, {"answer": "safe", "hint": "synonyms for safe", "clues": [["rubber", [4, 291, 0]], ["safety", [4, 291, 1]], ["condom", [4, 291, 2]], ["prophylactic", [4, 291, 3]]]}, {"answer": "salt", "hint": "synonyms for salt", "clues": [["common salt", [4, 292, 0]], ["saltiness", [4, 292, 1]], ["table salt", [4, 292, 2]], ["salinity", [4, 292, 3]]]}, {"answer": "sapphire", "hint": "synonyms for sapphire", "clues": [["lazuline", [4, 293, 0]], ["cerulean", [4, 293, 1]], ["sky-blue", [4, 293, 2]], ["azure", [4, 293, 3]]]}, {"answer": "saving", "hint": "synonyms for saving", "clues": [["rescue", [4, 294, 0]], ["economy", [4, 294, 1]], ["preservation", [4, 294, 2]], ["delivery", [4, 294, 3]], ["deliverance", [4, 294, 4]]]}, {"answer": "scrub", "hint": "synonyms for scrub", "clues": [["bush", [4, 295, 0]], ["scrubbing", [4, 295, 1]], ["chaparral", [4, 295, 2]], ["scouring", [4, 295, 3]]]}, {"answer": "second", "hint": "synonyms for second", "clues": [["endorsement", [4, 296, 0]], ["s", [4, 296, 1]], ["second gear", [4, 296, 2]], ["arcsecond", [4, 296, 3]], ["secondment", [4, 296, 4]], ["irregular", [4, 296, 5]], ["mo", [4, 296, 6]], ["moment", [4, 296, 7]], ["instant", [4, 296, 8]], ["sec", [4, 296, 9]], ["second base", [4, 296, 10]], ["bit", [4, 296, 11]], ["minute", [4, 296, 12]]]}, {"answer": "secret", "hint": "synonyms for secret", "clues": [["closed book", [4, 297, 0]], ["arcanum", [4, 297, 1]], ["enigma", [4, 297, 2]], ["mystery", [4, 297, 3]]]}, {"answer": "seeing", "hint": "synonyms for seeing", "clues": [["visual perception", [4, 298, 0]], ["beholding", [4, 298, 1]], ["eyesight", [4, 298, 2]], ["sightedness", [4, 298, 3]]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["exercise set", [4, 299, 0]], ["readiness", [4, 299, 1]], ["solidifying", [4, 299, 2]], ["lot", [4, 299, 3]], ["stage set", [4, 299, 4]], ["solidification", [4, 299, 5]], ["bent", [4, 299, 6]], ["circle", [4, 299, 7]], ["hardening", [4, 299, 8]], ["curing", [4, 299, 9]], ["band", [4, 299, 10]]]}, {"answer": "seven", "hint": "synonyms for seven", "clues": [["sevener", [4, 300, 0]], ["septenary", [4, 300, 1]], ["7", [4, 300, 2]], ["septet", [4, 300, 3]], ["seven-spot", [4, 300, 4]], ["heptad", [4, 300, 5]]]}, {"answer": "shot", "hint": "synonyms for shot", "clues": [["dig", [4, 301, 0]], ["stab", [4, 301, 1]], ["nip", [4, 301, 2]], ["slam", [4, 301, 3]], ["pellet", [4, 301, 4]], ["blastoff", [4, 301, 5]], ["gibe", [4, 301, 6]], ["jibe", [4, 301, 7]], ["shaft", [4, 301, 8]], ["guessing", [4, 301, 9]], ["injection", [4, 301, 10]], ["dead reckoning", [4, 301, 11]], ["shooting", [4, 301, 12]], ["scene", [4, 301, 13]], ["guesswork", [4, 301, 14]], ["snapshot", [4, 301, 15]], ["barb", [4, 301, 16]], ["snap", [4, 301, 17]], ["stroke", [4, 301, 18]]]}, {"answer": "side", "hint": "synonyms for side", "clues": [["side of meat", [4, 302, 0]], ["face", [4, 302, 1]], ["slope", [4, 302, 2]], ["position", [4, 302, 3]], ["incline", [4, 302, 4]]]}, {"answer": "sign", "hint": "synonyms for sign", "clues": [["signboard", [4, 303, 0]], ["polarity", [4, 303, 1]], ["house", [4, 303, 2]], ["augury", [4, 303, 3]], ["signaling", [4, 303, 4]], ["foretoken", [4, 303, 5]], ["preindication", [4, 303, 6]], ["star sign", [4, 303, 7]], ["mark", [4, 303, 8]], ["planetary house", [4, 303, 9]], ["sign of the zodiac", [4, 303, 10]], ["mansion", [4, 303, 11]]]}, {"answer": "silver", "hint": "synonyms for silver", "clues": [["silver medal", [4, 304, 0]], ["silver gray", [4, 304, 1]], ["ash gray", [4, 304, 2]], ["atomic number 47", [4, 304, 3]], ["flatware", [4, 304, 4]]]}, {"answer": "single", "hint": "synonyms for single", "clues": [["1", [4, 305, 0]], ["unity", [4, 305, 1]], ["ace", [4, 305, 2]], ["bingle", [4, 305, 3]], ["one", [4, 305, 4]]]}, {"answer": "six", "hint": "synonyms for six", "clues": [["six-spot", [4, 306, 0]], ["sise", [4, 306, 1]], ["half a dozen", [4, 306, 2]], ["sextuplet", [4, 306, 3]], ["sestet", [4, 306, 4]], ["hexad", [4, 306, 5]], ["6", [4, 306, 6]], ["sixer", [4, 306, 7]], ["sextet", [4, 306, 8]]]}, {"answer": "sky-blue", "hint": "synonyms for sky-blue", "clues": [["lazuline", [4, 307, 0]], ["cerulean", [4, 307, 1]], ["azure", [4, 307, 2]], ["sapphire", [4, 307, 3]]]}, {"answer": "slack", "hint": "synonyms for slack", "clues": [["morass", [4, 308, 0]], ["slackness", [4, 308, 1]], ["drop-off", [4, 308, 2]], ["slack water", [4, 308, 3]], ["quagmire", [4, 308, 4]], ["mire", [4, 308, 5]], ["falloff", [4, 308, 6]], ["quag", [4, 308, 7]], ["falling off", [4, 308, 8]], ["slump", [4, 308, 9]]]}, {"answer": "slick", "hint": "synonyms for slick", "clues": [["slick magazine", [4, 309, 0]], ["slickness", [4, 309, 1]], ["slip", [4, 309, 2]], ["glossy", [4, 309, 3]], ["slipperiness", [4, 309, 4]]]}, {"answer": "snub", "hint": "synonyms for snub", "clues": [["rebuff", [4, 310, 0]], ["cut", [4, 310, 1]], ["cold shoulder", [4, 310, 2]], ["repulse", [4, 310, 3]]]}, {"answer": "soaring", "hint": "synonyms for soaring", "clues": [["sailing", [4, 311, 0]], ["gliding", [4, 311, 1]], ["glide", [4, 311, 2]], ["sailplaning", [4, 311, 3]]]}, {"answer": "solvent", "hint": "synonyms for solvent", "clues": [["dissolver", [4, 312, 0]], ["resolution", [4, 312, 1]], ["dissolvent", [4, 312, 2]], ["answer", [4, 312, 3]], ["result", [4, 312, 4]], ["dissolving agent", [4, 312, 5]], ["resolvent", [4, 312, 6]]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["strait", [4, 313, 0]], ["speech sound", [4, 313, 1]], ["phone", [4, 313, 2]], ["auditory sensation", [4, 313, 3]], ["audio", [4, 313, 4]]]}, {"answer": "speaking", "hint": "synonyms for speaking", "clues": [["oral presentation", [4, 314, 0]], ["speechmaking", [4, 314, 1]], ["public speaking", [4, 314, 2]], ["speech production", [4, 314, 3]]]}, {"answer": "speckless", "hint": "synonyms for speckless", "clues": [["maculation", [4, 315, 0]], ["patch", [4, 315, 1]], ["fleck", [4, 315, 2]], ["speckle", [4, 315, 3]], ["spot", [4, 315, 4]], ["dapple", [4, 315, 5]]]}, {"answer": "spiral", "hint": "synonyms for spiral", "clues": [["volute", [4, 316, 0]], ["helix", [4, 316, 1]], ["whorl", [4, 316, 2]], ["coil", [4, 316, 3]]]}, {"answer": "split", "hint": "synonyms for split", "clues": [["rent", [4, 317, 0]], ["schism", [4, 317, 1]], ["split up", [4, 317, 2]], ["rip", [4, 317, 3]], ["tear", [4, 317, 4]], ["snag", [4, 317, 5]], ["stock split", [4, 317, 6]]]}, {"answer": "spread", "hint": "synonyms for spread", "clues": [["gap", [4, 318, 0]], ["cattle ranch", [4, 318, 1]], ["spreading", [4, 318, 2]], ["ranch", [4, 318, 3]], ["bedspread", [4, 318, 4]], ["feast", [4, 318, 5]], ["spreadhead", [4, 318, 6]], ["bedcover", [4, 318, 7]], ["counterpane", [4, 318, 8]], ["bed covering", [4, 318, 9]], ["scatter", [4, 318, 10]], ["cattle farm", [4, 318, 11]], ["banquet", [4, 318, 12]], ["paste", [4, 318, 13]], ["facing pages", [4, 318, 14]]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["diddly", [4, 319, 0]], ["shit", [4, 319, 1]], ["knee bend", [4, 319, 2]], ["diddly-squat", [4, 319, 3]], ["diddly-shit", [4, 319, 4]], ["doodly-squat", [4, 319, 5]], ["jack", [4, 319, 6]], ["squatting", [4, 319, 7]]]}, {"answer": "standard", "hint": "synonyms for standard", "clues": [["banner", [4, 320, 0]], ["touchstone", [4, 320, 1]], ["criterion", [4, 320, 2]], ["monetary standard", [4, 320, 3]], ["measure", [4, 320, 4]]]}, {"answer": "stereo", "hint": "synonyms for stereo", "clues": [["stereo system", [4, 321, 0]], ["stereoscopic picture", [4, 321, 1]], ["stereophonic system", [4, 321, 2]], ["stereophony", [4, 321, 3]], ["stereoscopic photograph", [4, 321, 4]]]}, {"answer": "stern", "hint": "synonyms for stern", "clues": [["poop", [4, 322, 0]], ["quarter", [4, 322, 1]], ["after part", [4, 322, 2]], ["tail", [4, 322, 3]]]}, {"answer": "stimulant", "hint": "synonyms for stimulant", "clues": [["excitant", [4, 323, 0]], ["stimulus", [4, 323, 1]], ["stimulation", [4, 323, 2]], ["stimulant drug", [4, 323, 3]], ["input", [4, 323, 4]]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["line", [4, 324, 0]], ["origin", [4, 324, 1]], ["neckcloth", [4, 324, 2]], ["blood", [4, 324, 3]], ["pedigree", [4, 324, 4]], ["stemma", [4, 324, 5]], ["line of descent", [4, 324, 6]], ["blood line", [4, 324, 7]], ["gunstock", [4, 324, 8]], ["breed", [4, 324, 9]], ["inventory", [4, 324, 10]], ["broth", [4, 324, 11]], ["lineage", [4, 324, 12]], ["strain", [4, 324, 13]], ["fund", [4, 324, 14]], ["store", [4, 324, 15]], ["ancestry", [4, 324, 16]], ["stock certificate", [4, 324, 17]], ["parentage", [4, 324, 18]], ["descent", [4, 324, 19]]]}, {"answer": "straining", "hint": "synonyms for straining", "clues": [["strain", [4, 325, 0]], ["distortion", [4, 325, 1]], ["twisting", [4, 325, 2]], ["torture", [4, 325, 3]], ["overrefinement", [4, 325, 4]]]}, {"answer": "straw", "hint": "synonyms for straw", "clues": [["shuck", [4, 326, 0]], ["chaff", [4, 326, 1]], ["wheat", [4, 326, 2]], ["drinking straw", [4, 326, 3]], ["pale yellow", [4, 326, 4]], ["husk", [4, 326, 5]], ["stalk", [4, 326, 6]], ["stubble", [4, 326, 7]]]}, {"answer": "stretch", "hint": "synonyms for stretch", "clues": [["stretching", [4, 327, 0]], ["stretchiness", [4, 327, 1]], ["stint", [4, 327, 2]], ["stretchability", [4, 327, 3]], ["reaching", [4, 327, 4]]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["contact", [4, 328, 0]], ["hit", [4, 328, 1]], ["hitting", [4, 328, 2]], ["impinging", [4, 328, 3]]]}, {"answer": "subject", "hint": "synonyms for subject", "clues": [["field of study", [4, 329, 0]], ["depicted object", [4, 329, 1]], ["subject area", [4, 329, 2]], ["field", [4, 329, 3]], ["study", [4, 329, 4]], ["bailiwick", [4, 329, 5]], ["matter", [4, 329, 6]], ["subject field", [4, 329, 7]], ["content", [4, 329, 8]], ["topic", [4, 329, 9]], ["theme", [4, 329, 10]], ["issue", [4, 329, 11]], ["discipline", [4, 329, 12]]]}, {"answer": "submarine", "hint": "synonyms for submarine", "clues": [["bomber", [4, 330, 0]], ["torpedo", [4, 330, 1]], ["submarine sandwich", [4, 330, 2]], ["hoagie", [4, 330, 3]], ["poor boy", [4, 330, 4]], ["hero sandwich", [4, 330, 5]], ["hero", [4, 330, 6]], ["hoagy", [4, 330, 7]], ["sub", [4, 330, 8]], ["grinder", [4, 330, 9]], ["wedge", [4, 330, 10]], ["zep", [4, 330, 11]], ["pigboat", [4, 330, 12]]]}, {"answer": "sunrise", "hint": "synonyms for sunrise", "clues": [["break of day", [4, 331, 0]], ["first light", [4, 331, 1]], ["sunup", [4, 331, 2]], ["dawn", [4, 331, 3]], ["daybreak", [4, 331, 4]], ["aurora", [4, 331, 5]], ["dayspring", [4, 331, 6]], ["morning", [4, 331, 7]], ["cockcrow", [4, 331, 8]]]}, {"answer": "surface", "hint": "synonyms for surface", "clues": [["open", [4, 332, 0]], ["control surface", [4, 332, 1]], ["aerofoil", [4, 332, 2]], ["airfoil", [4, 332, 3]]]}, {"answer": "swank", "hint": "synonyms for swank", "clues": [["modishness", [4, 333, 0]], ["chichi", [4, 333, 1]], ["chic", [4, 333, 2]], ["stylishness", [4, 333, 3]], ["last word", [4, 333, 4]], ["chicness", [4, 333, 5]], ["smartness", [4, 333, 6]]]}, {"answer": "sweet", "hint": "synonyms for sweet", "clues": [["afters", [4, 334, 0]], ["sugariness", [4, 334, 1]], ["dessert", [4, 334, 2]], ["sweetness", [4, 334, 3]], ["confection", [4, 334, 4]]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["comb-out", [4, 335, 0]], ["tease", [4, 335, 1]], ["ribbing", [4, 335, 2]], ["tantalization", [4, 335, 3]]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["tattle", [4, 336, 0]], ["recounting", [4, 336, 1]], ["relation", [4, 336, 2]], ["singing", [4, 336, 3]], ["apprisal", [4, 336, 4]], ["notification", [4, 336, 5]]]}, {"answer": "ten", "hint": "synonyms for ten", "clues": [["decade", [4, 337, 0]], ["tenner", [4, 337, 1]], ["10", [4, 337, 2]], ["ten-spot", [4, 337, 3]]]}, {"answer": "tender", "hint": "synonyms for tender", "clues": [["ship's boat", [4, 338, 0]], ["stamp", [4, 338, 1]], ["legal tender", [4, 338, 2]], ["cutter", [4, 338, 3]], ["supply ship", [4, 338, 4]], ["bid", [4, 338, 5]], ["pinnace", [4, 338, 6]]]}, {"answer": "terminal", "hint": "synonyms for terminal", "clues": [["end", [4, 339, 0]], ["depot", [4, 339, 1]], ["terminus", [4, 339, 2]], ["pole", [4, 339, 3]]]}, {"answer": "ternary", "hint": "synonyms for ternary", "clues": [["threesome", [4, 340, 0]], ["troika", [4, 340, 1]], ["trey", [4, 340, 2]], ["deuce-ace", [4, 340, 3]], ["triad", [4, 340, 4]], ["terzetto", [4, 340, 5]], ["trio", [4, 340, 6]], ["triplet", [4, 340, 7]], ["tierce", [4, 340, 8]], ["leash", [4, 340, 9]], ["three", [4, 340, 10]], ["trinity", [4, 340, 11]], ["trine", [4, 340, 12]], ["3", [4, 340, 13]], ["ternion", [4, 340, 14]], ["tercet", [4, 340, 15]]]}, {"answer": "testimonial", "hint": "synonyms for testimonial", "clues": [["recommendation", [4, 341, 0]], ["good word", [4, 341, 1]], ["testimony", [4, 341, 2]], ["tribute", [4, 341, 3]]]}, {"answer": "textbook", "hint": "synonyms for textbook", "clues": [["schoolbook", [4, 342, 0]], ["school text", [4, 342, 1]], ["text", [4, 342, 2]], ["text edition", [4, 342, 3]]]}, {"answer": "thickening", "hint": "synonyms for thickening", "clues": [["inspissation", [4, 343, 0]], ["thickener", [4, 343, 1]], ["node", [4, 343, 2]], ["knob", [4, 343, 3]]]}, {"answer": "thieving", "hint": "synonyms for thieving", "clues": [["theft", [4, 344, 0]], ["larceny", [4, 344, 1]], ["thievery", [4, 344, 2]], ["stealing", [4, 344, 3]]]}, {"answer": "thinking", "hint": "synonyms for thinking", "clues": [["mentation", [4, 345, 0]], ["thought process", [4, 345, 1]], ["cerebration", [4, 345, 2]], ["intellection", [4, 345, 3]], ["thought", [4, 345, 4]]]}, {"answer": "third", "hint": "synonyms for third", "clues": [["third gear", [4, 346, 0]], ["one-third", [4, 346, 1]], ["third base", [4, 346, 2]], ["tierce", [4, 346, 3]]]}, {"answer": "thousand", "hint": "synonyms for thousand", "clues": [["chiliad", [4, 347, 0]], ["thou", [4, 347, 1]], ["yard", [4, 347, 2]], ["grand", [4, 347, 3]], ["one thousand", [4, 347, 4]], ["1000", [4, 347, 5]]]}, {"answer": "three", "hint": "synonyms for three", "clues": [["threesome", [4, 348, 0]], ["troika", [4, 348, 1]], ["trey", [4, 348, 2]], ["deuce-ace", [4, 348, 3]], ["triad", [4, 348, 4]], ["terzetto", [4, 348, 5]], ["trio", [4, 348, 6]], ["triplet", [4, 348, 7]], ["tierce", [4, 348, 8]], ["leash", [4, 348, 9]], ["ternary", [4, 348, 10]], ["trinity", [4, 348, 11]], ["trine", [4, 348, 12]], ["3", [4, 348, 13]], ["ternion", [4, 348, 14]], ["tercet", [4, 348, 15]]]}, {"answer": "throwaway", "hint": "synonyms for throwaway", "clues": [["broadside", [4, 349, 0]], ["circular", [4, 349, 1]], ["flier", [4, 349, 2]], ["broadsheet", [4, 349, 3]], ["handbill", [4, 349, 4]], ["flyer", [4, 349, 5]], ["bill", [4, 349, 6]]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["clump", [4, 350, 0]], ["thud", [4, 350, 1]], ["clunk", [4, 350, 2]], ["thump", [4, 350, 3]]]}, {"answer": "token", "hint": "synonyms for token", "clues": [["keepsake", [4, 351, 0]], ["souvenir", [4, 351, 1]], ["item", [4, 351, 2]], ["relic", [4, 351, 3]]]}, {"answer": "tonic", "hint": "synonyms for tonic", "clues": [["tonic water", [4, 352, 0]], ["keynote", [4, 352, 1]], ["soda pop", [4, 352, 2]], ["soda", [4, 352, 3]], ["soda water", [4, 352, 4]], ["restorative", [4, 352, 5]], ["pop", [4, 352, 6]], ["quinine water", [4, 352, 7]]]}, {"answer": "top", "hint": "synonyms for top", "clues": [["crown", [4, 353, 0]], ["round top", [4, 353, 1]], ["summit", [4, 353, 2]], ["teetotum", [4, 353, 3]], ["circus tent", [4, 353, 4]], ["tip", [4, 353, 5]], ["peak", [4, 353, 6]], ["top of the inning", [4, 353, 7]], ["crest", [4, 353, 8]], ["upper side", [4, 353, 9]], ["top side", [4, 353, 10]], ["whirligig", [4, 353, 11]], ["big top", [4, 353, 12]], ["spinning top", [4, 353, 13]], ["cover", [4, 353, 14]], ["upside", [4, 353, 15]]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["crown", [4, 354, 0]], ["circus tent", [4, 354, 1]], ["top", [4, 354, 2]], ["big top", [4, 354, 3]], ["spinning top", [4, 354, 4]], ["upside", [4, 354, 5]], ["teetotum", [4, 354, 6]], ["round top", [4, 354, 7]], ["tip", [4, 354, 8]], ["peak", [4, 354, 9]], ["top of the inning", [4, 354, 10]], ["crest", [4, 354, 11]], ["upper side", [4, 354, 12]], ["top side", [4, 354, 13]], ["whirligig", [4, 354, 14]], ["cover", [4, 354, 15]], ["summit", [4, 354, 16]]]}, {"answer": "total", "hint": "synonyms for total", "clues": [["totality", [4, 355, 0]], ["sum", [4, 355, 1]], ["aggregate", [4, 355, 2]], ["amount", [4, 355, 3]]]}, {"answer": "trillion", "hint": "synonyms for trillion", "clues": [["gazillion", [4, 356, 0]], ["1000000000000", [4, 356, 1]], ["one million million million", [4, 356, 2]], ["million", [4, 356, 3]], ["one million million", [4, 356, 4]]]}, {"answer": "triple", "hint": "synonyms for triple", "clues": [["trio", [4, 357, 0]], ["three-bagger", [4, 357, 1]], ["triplet", [4, 357, 2]], ["triad", [4, 357, 3]], ["three-base hit", [4, 357, 4]]]}, {"answer": "twilight", "hint": "synonyms for twilight", "clues": [["evenfall", [4, 358, 0]], ["gloam", [4, 358, 1]], ["crepuscle", [4, 358, 2]], ["fall", [4, 358, 3]], ["dusk", [4, 358, 4]], ["nightfall", [4, 358, 5]]]}, {"answer": "twinkling", "hint": "synonyms for twinkling", "clues": [["flash", [4, 359, 0]], ["instant", [4, 359, 1]], ["jiffy", [4, 359, 2]], ["trice", [4, 359, 3]], ["split second", [4, 359, 4]], ["blink of an eye", [4, 359, 5]], ["wink", [4, 359, 6]], ["heartbeat", [4, 359, 7]]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["whirl", [4, 360, 0]], ["twist", [4, 360, 1]], ["spin", [4, 360, 2]], ["twirl", [4, 360, 3]], ["distortion", [4, 360, 4]], ["torture", [4, 360, 5]], ["overrefinement", [4, 360, 6]], ["straining", [4, 360, 7]]]}, {"answer": "umber", "hint": "synonyms for umber", "clues": [["burnt umber", [4, 361, 0]], ["coffee", [4, 361, 1]], ["chocolate", [4, 361, 2]], ["deep brown", [4, 361, 3]]]}, {"answer": "underground", "hint": "synonyms for underground", "clues": [["metro", [4, 362, 0]], ["resistance", [4, 362, 1]], ["tube", [4, 362, 2]], ["subway system", [4, 362, 3]], ["subway", [4, 362, 4]]]}, {"answer": "understanding", "hint": "synonyms for understanding", "clues": [["savvy", [4, 363, 0]], ["intellect", [4, 363, 1]], ["reason", [4, 363, 2]], ["discernment", [4, 363, 3]], ["sympathy", [4, 363, 4]], ["agreement", [4, 363, 5]], ["apprehension", [4, 363, 6]]]}, {"answer": "union", "hint": "synonyms for union", "clues": [["mating", [4, 364, 0]], ["trades union", [4, 364, 1]], ["join", [4, 364, 2]], ["labor union", [4, 364, 3]], ["conjugation", [4, 364, 4]], ["uniting", [4, 364, 5]], ["sexual union", [4, 364, 6]], ["jointure", [4, 364, 7]], ["coupling", [4, 364, 8]], ["brotherhood", [4, 364, 9]], ["unification", [4, 364, 10]], ["pairing", [4, 364, 11]], ["conglutination", [4, 364, 12]], ["sum", [4, 364, 13]]]}, {"answer": "upper", "hint": "synonyms for upper", "clues": [["speed", [4, 365, 0]], ["pep pill", [4, 365, 1]], ["amphetamine", [4, 365, 2]], ["upper berth", [4, 365, 3]]]}, {"answer": "uppercase", "hint": "synonyms for uppercase", "clues": [["capital", [4, 366, 0]], ["majuscule", [4, 366, 1]], ["upper-case letter", [4, 366, 2]], ["capital letter", [4, 366, 3]]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["overturn", [4, 367, 0]], ["swage", [4, 367, 1]], ["derangement", [4, 367, 2]], ["overthrow", [4, 367, 3]], ["turnover", [4, 367, 4]]]}, {"answer": "utility", "hint": "synonyms for utility", "clues": [["service program", [4, 368, 0]], ["public utility", [4, 368, 1]], ["usefulness", [4, 368, 2]], ["public-service corporation", [4, 368, 3]], ["utility program", [4, 368, 4]], ["public utility company", [4, 368, 5]]]}, {"answer": "v", "hint": "synonyms for v", "clues": [["pentad", [4, 369, 0]], ["quintuplet", [4, 369, 1]], ["atomic number 23", [4, 369, 2]], ["cinque", [4, 369, 3]], ["5", [4, 369, 4]], ["fivesome", [4, 369, 5]], ["vanadium", [4, 369, 6]], ["fin", [4, 369, 7]], ["volt", [4, 369, 8]], ["quint", [4, 369, 9]], ["five", [4, 369, 10]], ["quintet", [4, 369, 11]]]}, {"answer": "variant", "hint": "synonyms for variant", "clues": [["form", [4, 370, 0]], ["stochastic variable", [4, 370, 1]], ["version", [4, 370, 2]], ["variation", [4, 370, 3]], ["variate", [4, 370, 4]], ["discrepancy", [4, 370, 5]], ["random variable", [4, 370, 6]], ["chance variable", [4, 370, 7]], ["variance", [4, 370, 8]], ["edition", [4, 370, 9]], ["var.", [4, 370, 10]], ["strain", [4, 370, 11]]]}, {"answer": "vernacular", "hint": "synonyms for vernacular", "clues": [["cant", [4, 371, 0]], ["argot", [4, 371, 1]], ["patois", [4, 371, 2]], ["slang", [4, 371, 3]], ["lingo", [4, 371, 4]], ["jargon", [4, 371, 5]]]}, {"answer": "vi", "hint": "synonyms for vi", "clues": [["sise", [4, 372, 0]], ["half a dozen", [4, 372, 1]], ["sextuplet", [4, 372, 2]], ["sestet", [4, 372, 3]], ["hexad", [4, 372, 4]], ["6", [4, 372, 5]], ["sixer", [4, 372, 6]], ["sextet", [4, 372, 7]], ["six", [4, 372, 8]]]}, {"answer": "vii", "hint": "synonyms for vii", "clues": [["seven", [4, 373, 0]], ["sevener", [4, 373, 1]], ["septenary", [4, 373, 2]], ["7", [4, 373, 3]], ["septet", [4, 373, 4]], ["heptad", [4, 373, 5]]]}, {"answer": "viii", "hint": "synonyms for viii", "clues": [["octad", [4, 374, 0]], ["8", [4, 374, 1]], ["eighter", [4, 374, 2]], ["octonary", [4, 374, 3]], ["eight", [4, 374, 4]], ["octet", [4, 374, 5]], ["eighter from Decatur", [4, 374, 6]], ["ogdoad", [4, 374, 7]]]}, {"answer": "volute", "hint": "synonyms for volute", "clues": [["spiral", [4, 375, 0]], ["helix", [4, 375, 1]], ["whorl", [4, 375, 2]], ["coil", [4, 375, 3]]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["slaughter", [4, 376, 0]], ["drubbing", [4, 376, 1]], ["whipping", [4, 376, 2]], ["trouncing", [4, 376, 3]], ["debacle", [4, 376, 4]], ["thrashing", [4, 376, 5]]]}, {"answer": "waste", "hint": "synonyms for waste", "clues": [["barren", [4, 377, 0]], ["thriftlessness", [4, 377, 1]], ["wasteland", [4, 377, 2]], ["wastefulness", [4, 377, 3]], ["dissipation", [4, 377, 4]], ["waste matter", [4, 377, 5]], ["permissive waste", [4, 377, 6]], ["waste material", [4, 377, 7]], ["waste product", [4, 377, 8]]]}, {"answer": "wearable", "hint": "synonyms for wearable", "clues": [["article of clothing", [4, 378, 0]], ["vesture", [4, 378, 1]], ["habiliment", [4, 378, 2]], ["clothing", [4, 378, 3]], ["wear", [4, 378, 4]]]}, {"answer": "wearing", "hint": "synonyms for wearing", "clues": [["wear", [4, 379, 0]], ["erosion", [4, 379, 1]], ["eating away", [4, 379, 2]], ["eroding", [4, 379, 3]]]}, {"answer": "whacking", "hint": "synonyms for whacking", "clues": [["drubbing", [4, 380, 0]], ["trouncing", [4, 380, 1]], ["lacing", [4, 380, 2]], ["beating", [4, 380, 3]], ["licking", [4, 380, 4]], ["thrashing", [4, 380, 5]]]}, {"answer": "whipping", "hint": "synonyms for whipping", "clues": [["flagellation", [4, 381, 0]], ["slaughter", [4, 381, 1]], ["beating", [4, 381, 2]], ["whipstitch", [4, 381, 3]], ["trouncing", [4, 381, 4]], ["walloping", [4, 381, 5]], ["lashing", [4, 381, 6]], ["flogging", [4, 381, 7]], ["drubbing", [4, 381, 8]], ["debacle", [4, 381, 9]], ["tanning", [4, 381, 10]], ["thrashing", [4, 381, 11]]]}, {"answer": "whispering", "hint": "synonyms for whispering", "clues": [["whisper", [4, 382, 0]], ["susurration", [4, 382, 1]], ["rustle", [4, 382, 2]], ["rustling", [4, 382, 3]], ["voicelessness", [4, 382, 4]]]}, {"answer": "white", "hint": "synonyms for white", "clues": [["ovalbumin", [4, 383, 0]], ["gabardine", [4, 383, 1]], ["flannel", [4, 383, 2]], ["tweed", [4, 383, 3]], ["albumen", [4, 383, 4]], ["egg white", [4, 383, 5]], ["whiteness", [4, 383, 6]]]}, {"answer": "windup", "hint": "synonyms for windup", "clues": [["closing", [4, 384, 0]], ["completion", [4, 384, 1]], ["culmination", [4, 384, 2]], ["mop up", [4, 384, 3]]]}, {"answer": "winking", "hint": "synonyms for winking", "clues": [["nictation", [4, 385, 0]], ["eye blink", [4, 385, 1]], ["wink", [4, 385, 2]], ["blinking", [4, 385, 3]]]}, {"answer": "wireless", "hint": "synonyms for wireless", "clues": [["radiocommunication", [4, 386, 0]], ["radio receiver", [4, 386, 1]], ["receiving set", [4, 386, 2]], ["radio", [4, 386, 3]], ["tuner", [4, 386, 4]], ["radio set", [4, 386, 5]]]}, {"answer": "world", "hint": "synonyms for world", "clues": [["cosmos", [4, 387, 0]], ["macrocosm", [4, 387, 1]], ["populace", [4, 387, 2]], ["domain", [4, 387, 3]], ["reality", [4, 387, 4]], ["existence", [4, 387, 5]], ["universe", [4, 387, 6]], ["earth", [4, 387, 7]], ["public", [4, 387, 8]], ["globe", [4, 387, 9]], ["earthly concern", [4, 387, 10]], ["worldly concern", [4, 387, 11]], ["creation", [4, 387, 12]]]}, {"answer": "x", "hint": "synonyms for x", "clues": [["go", [4, 388, 0]], ["ex", [4, 388, 1]], ["ten", [4, 388, 2]], ["10", [4, 388, 3]], ["disco biscuit", [4, 388, 4]], ["ecstasy", [4, 388, 5]], ["cristal", [4, 388, 6]], ["decade", [4, 388, 7]], ["tenner", [4, 388, 8]], ["hug drug", [4, 388, 9]]]}, {"answer": "xiii", "hint": "synonyms for xiii", "clues": [["thirteen", [4, 389, 0]], ["long dozen", [4, 389, 1]], ["13", [4, 389, 2]], ["baker's dozen", [4, 389, 3]]]}, {"answer": "yielding", "hint": "synonyms for yielding", "clues": [["concession", [4, 390, 0]], ["giving up", [4, 390, 1]], ["surrender", [4, 390, 2]], ["conceding", [4, 390, 3]]]}, {"answer": "zero", "hint": "synonyms for zero", "clues": [["zip", [4, 391, 0]], ["cypher", [4, 391, 1]], ["nought", [4, 391, 2]], ["zero point", [4, 391, 3]], ["naught", [4, 391, 4]], ["nix", [4, 391, 5]], ["cipher", [4, 391, 6]], ["zilch", [4, 391, 7]], ["nil", [4, 391, 8]], ["null", [4, 391, 9]], ["nothing", [4, 391, 10]], ["nada", [4, 391, 11]], ["zippo", [4, 391, 12]], ["0", [4, 391, 13]], ["goose egg", [4, 391, 14]]]}, {"answer": "as", "hint": "synonyms for as", "clues": [["arsenic", [4, 392, 0]], ["atomic number 33", [4, 392, 1]], ["vitamin A", [4, 392, 2]], ["antiophthalmic factor", [4, 392, 3]], ["adenine", [4, 392, 4]], ["a", [4, 392, 5]], ["amp", [4, 392, 6]], ["deoxyadenosine monophosphate", [4, 392, 7]], ["ampere", [4, 392, 8]], ["angstrom unit", [4, 392, 9]], ["axerophthol", [4, 392, 10]], ["angstrom", [4, 392, 11]]]}, {"answer": "aside", "hint": "synonyms for aside", "clues": [["excursus", [4, 393, 0]], ["digression", [4, 393, 1]], ["parenthesis", [4, 393, 2]], ["divagation", [4, 393, 3]]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["knock", [4, 394, 0]], ["smash", [4, 394, 1]], ["bash", [4, 394, 2]], ["boot", [4, 394, 3]], ["rush", [4, 394, 4]], ["strike", [4, 394, 5]], ["flush", [4, 394, 6]], ["kick", [4, 394, 7]], ["charge", [4, 394, 8]], ["bam", [4, 394, 9]], ["smasher", [4, 394, 10]], ["hit", [4, 394, 11]], ["belt", [4, 394, 12]], ["eruption", [4, 394, 13]], ["clap", [4, 394, 14]], ["blast", [4, 394, 15]], ["thrill", [4, 394, 16]]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["bolt of lightning", [4, 395, 0]], ["thunderbolt", [4, 395, 1]], ["dash", [4, 395, 2]], ["deadbolt", [4, 395, 3]]]}, {"answer": "con", "hint": "synonyms for con", "clues": [["con game", [4, 396, 0]], ["confidence game", [4, 396, 1]], ["gyp", [4, 396, 2]], ["confidence trick", [4, 396, 3]], ["bunko", [4, 396, 4]], ["hustle", [4, 396, 5]], ["bunko game", [4, 396, 6]], ["bunco", [4, 396, 7]], ["flimflam", [4, 396, 8]], ["sting", [4, 396, 9]]]}, {"answer": "course", "hint": "synonyms for course", "clues": [["course of action", [4, 397, 0]], ["course of study", [4, 397, 1]], ["form", [4, 397, 2]], ["course of instruction", [4, 397, 3]], ["class", [4, 397, 4]], ["row", [4, 397, 5]], ["trend", [4, 397, 6]], ["line", [4, 397, 7]], ["path", [4, 397, 8]], ["track", [4, 397, 9]], ["grade", [4, 397, 10]]]}, {"answer": "crossways", "hint": "synonyms for crossways", "clues": [["crossroad", [4, 398, 0]], ["crossway", [4, 398, 1]], ["carrefour", [4, 398, 2]], ["intersection", [4, 398, 3]], ["crossing", [4, 398, 4]]]}, {"answer": "flop", "hint": "synonyms for flop", "clues": [["floating-point operation", [4, 399, 0]], ["bust", [4, 399, 1]], ["collapse", [4, 399, 2]], ["fizzle", [4, 399, 3]]]}, {"answer": "heaps", "hint": "synonyms for heaps", "clues": [["oodles", [4, 400, 0]], ["heap", [4, 400, 1]], ["peck", [4, 400, 2]], ["mess", [4, 400, 3]], ["jalopy", [4, 400, 4]], ["slews", [4, 400, 5]], ["scores", [4, 400, 6]], ["agglomerate", [4, 400, 7]], ["plenty", [4, 400, 8]], ["stacks", [4, 400, 9]], ["pile", [4, 400, 10]], ["dozens", [4, 400, 11]], ["tons", [4, 400, 12]], ["wads", [4, 400, 13]], ["great deal", [4, 400, 14]], ["spate", [4, 400, 15]], ["mint", [4, 400, 16]], ["pot", [4, 400, 17]], ["loads", [4, 400, 18]], ["rafts", [4, 400, 19]], ["tidy sum", [4, 400, 20]], ["mass", [4, 400, 21]], ["mountain", [4, 400, 22]], ["bus", [4, 400, 23]], ["flock", [4, 400, 24]], ["quite a little", [4, 400, 25]], ["sight", [4, 400, 26]], ["cumulation", [4, 400, 27]], ["batch", [4, 400, 28]], ["hatful", [4, 400, 29]], ["gobs", [4, 400, 30]], ["mickle", [4, 400, 31]], ["passel", [4, 400, 32]], ["deal", [4, 400, 33]], ["lashings", [4, 400, 34]], ["mound", [4, 400, 35]], ["lot", [4, 400, 36]], ["cumulus", [4, 400, 37]], ["good deal", [4, 400, 38]], ["scads", [4, 400, 39]], ["muckle", [4, 400, 40]]]}, {"answer": "heart_and_soul", "hint": "synonyms for heart and soul", "clues": [["pith", [4, 401, 0]], ["marrow", [4, 401, 1]], ["nitty-gritty", [4, 401, 2]], ["centre", [4, 401, 3]], ["nub", [4, 401, 4]], ["inwardness", [4, 401, 5]], ["substance", [4, 401, 6]], ["sum", [4, 401, 7]], ["gist", [4, 401, 8]], ["essence", [4, 401, 9]], ["kernel", [4, 401, 10]], ["meat", [4, 401, 11]], ["core", [4, 401, 12]], ["heart", [4, 401, 13]], ["center", [4, 401, 14]]]}, {"answer": "hereafter", "hint": "synonyms for hereafter", "clues": [["time to come", [4, 402, 0]], ["futurity", [4, 402, 1]], ["future", [4, 402, 2]], ["afterlife", [4, 402, 3]]]}, {"answer": "item", "hint": "synonyms for item", "clues": [["token", [4, 403, 0]], ["detail", [4, 403, 1]], ["point", [4, 403, 2]], ["particular", [4, 403, 3]]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["oodles", [4, 404, 0]], ["heap", [4, 404, 1]], ["peck", [4, 404, 2]], ["caboodle", [4, 404, 3]], ["set", [4, 404, 4]], ["mess", [4, 404, 5]], ["lot", [4, 404, 6]], ["slews", [4, 404, 7]], ["scores", [4, 404, 8]], ["plenty", [4, 404, 9]], ["stacks", [4, 404, 10]], ["pile", [4, 404, 11]], ["dozens", [4, 404, 12]], ["tons", [4, 404, 13]], ["band", [4, 404, 14]], ["wads", [4, 404, 15]], ["great deal", [4, 404, 16]], ["draw", [4, 404, 17]], ["spate", [4, 404, 18]], ["mint", [4, 404, 19]], ["pot", [4, 404, 20]], ["loads", [4, 404, 21]], ["rafts", [4, 404, 22]], ["tidy sum", [4, 404, 23]], ["mass", [4, 404, 24]], ["mountain", [4, 404, 25]], ["flock", [4, 404, 26]], ["quite a little", [4, 404, 27]], ["sight", [4, 404, 28]], ["batch", [4, 404, 29]], ["hatful", [4, 404, 30]], ["gobs", [4, 404, 31]], ["mickle", [4, 404, 32]], ["passel", [4, 404, 33]], ["deal", [4, 404, 34]], ["bunch", [4, 404, 35]], ["lashings", [4, 404, 36]], ["circle", [4, 404, 37]], ["good deal", [4, 404, 38]], ["scads", [4, 404, 39]], ["muckle", [4, 404, 40]]]}, {"answer": "needs", "hint": "synonyms for needs", "clues": [["motive", [4, 405, 0]], ["want", [4, 405, 1]], ["motivation", [4, 405, 2]], ["need", [4, 405, 3]]]}, {"answer": "nothing", "hint": "synonyms for nothing", "clues": [["zip", [4, 406, 0]], ["naught", [4, 406, 1]], ["nix", [4, 406, 2]], ["zilch", [4, 406, 3]], ["cypher", [4, 406, 4]], ["nil", [4, 406, 5]], ["null", [4, 406, 6]], ["zero", [4, 406, 7]], ["nada", [4, 406, 8]], ["cipher", [4, 406, 9]], ["zippo", [4, 406, 10]], ["goose egg", [4, 406, 11]]]}, {"answer": "part", "hint": "synonyms for part", "clues": [["persona", [4, 407, 0]], ["character", [4, 407, 1]], ["share", [4, 407, 2]], ["section", [4, 407, 3]], ["constituent", [4, 407, 4]], ["portion", [4, 407, 5]], ["percentage", [4, 407, 6]], ["division", [4, 407, 7]], ["office", [4, 407, 8]], ["role", [4, 407, 9]], ["component part", [4, 407, 10]], ["component", [4, 407, 11]], ["voice", [4, 407, 12]], ["theatrical role", [4, 407, 13]], ["function", [4, 407, 14]], ["region", [4, 407, 15]], ["contribution", [4, 407, 16]], ["piece", [4, 407, 17]]]}, {"answer": "plenty", "hint": "synonyms for plenty", "clues": [["plenteousness", [4, 408, 0]], ["plentitude", [4, 408, 1]], ["heap", [4, 408, 2]], ["peck", [4, 408, 3]], ["flock", [4, 408, 4]], ["quite a little", [4, 408, 5]], ["plentifulness", [4, 408, 6]], ["mess", [4, 408, 7]], ["sight", [4, 408, 8]], ["wad", [4, 408, 9]], ["batch", [4, 408, 10]], ["hatful", [4, 408, 11]], ["mickle", [4, 408, 12]], ["stack", [4, 408, 13]], ["passel", [4, 408, 14]], ["deal", [4, 408, 15]], ["pile", [4, 408, 16]], ["slew", [4, 408, 17]], ["great deal", [4, 408, 18]], ["spate", [4, 408, 19]], ["muckle", [4, 408, 20]], ["mint", [4, 408, 21]], ["pot", [4, 408, 22]], ["lot", [4, 408, 23]], ["tidy sum", [4, 408, 24]], ["good deal", [4, 408, 25]], ["mass", [4, 408, 26]], ["mountain", [4, 408, 27]], ["raft", [4, 408, 28]]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["savor", [4, 409, 0]], ["hell dust", [4, 409, 1]], ["skag", [4, 409, 2]], ["slap", [4, 409, 3]], ["nip", [4, 409, 4]], ["relish", [4, 409, 5]], ["tang", [4, 409, 6]], ["scag", [4, 409, 7]], ["sapidity", [4, 409, 8]], ["flavor", [4, 409, 9]], ["nose drops", [4, 409, 10]], ["smacking", [4, 409, 11]], ["smooch", [4, 409, 12]], ["thunder", [4, 409, 13]], ["big H", [4, 409, 14]]]}, {"answer": "smash", "hint": "synonyms for smash", "clues": [["bang", [4, 410, 0]], ["knock", [4, 410, 1]], ["bash", [4, 410, 2]], ["strike", [4, 410, 3]], ["overhead", [4, 410, 4]], ["smash-up", [4, 410, 5]], ["smasher", [4, 410, 6]], ["hit", [4, 410, 7]], ["belt", [4, 410, 8]], ["crash", [4, 410, 9]]]}, {"answer": "soaking", "hint": "synonyms for soaking", "clues": [["souse", [4, 411, 0]], ["soakage", [4, 411, 1]], ["soak", [4, 411, 2]], ["drenching", [4, 411, 3]], ["sousing", [4, 411, 4]]]}, {"answer": "vis-a-vis", "hint": "synonyms for vis-a-vis", "clues": [["counterpart", [4, 412, 0]], ["loveseat", [4, 412, 1]], ["opposite number", [4, 412, 2]], ["tete-a-tete", [4, 412, 3]]]}, {"answer": "viva_voce", "hint": "synonyms for viva voce", "clues": [["oral", [4, 413, 0]], ["oral examination", [4, 413, 1]], ["viva", [4, 413, 2]], ["oral exam", [4, 413, 3]]]}, {"answer": "way", "hint": "synonyms for way", "clues": [["path", [4, 414, 0]], ["way of life", [4, 414, 1]], ["room", [4, 414, 2]], ["direction", [4, 414, 3]], ["elbow room", [4, 414, 4]], ["fashion", [4, 414, 5]], ["manner", [4, 414, 6]], ["means", [4, 414, 7]], ["agency", [4, 414, 8]], ["mode", [4, 414, 9]], ["style", [4, 414, 10]]]}, {"answer": "24-hour_interval", "hint": "synonyms for 24-hour interval", "clues": [["twenty-four hour period", [4, 415, 0]], ["twenty-four hours", [4, 415, 1]], ["mean solar day", [4, 415, 2]], ["solar day", [4, 415, 3]], ["day", [4, 415, 4]]]}, {"answer": "a", "hint": "synonyms for a", "clues": [["vitamin A", [4, 416, 0]], ["adenine", [4, 416, 1]], ["antiophthalmic factor", [4, 416, 2]], ["amp", [4, 416, 3]], ["deoxyadenosine monophosphate", [4, 416, 4]], ["ampere", [4, 416, 5]], ["angstrom unit", [4, 416, 6]], ["axerophthol", [4, 416, 7]], ["angstrom", [4, 416, 8]]]}, {"answer": "abatement", "hint": "synonyms for abatement", "clues": [["respite", [4, 417, 0]], ["suspension", [4, 417, 1]], ["reprieve", [4, 417, 2]], ["hiatus", [4, 417, 3]]]}, {"answer": "abc", "hint": "synonyms for abc", "clues": [["first principle", [4, 418, 0]], ["rudiment", [4, 418, 1]], ["alphabet", [4, 418, 2]], ["first rudiment", [4, 418, 3]]]}, {"answer": "abc's", "hint": "synonyms for abc's", "clues": [["first principle", [4, 419, 0]], ["rudiment", [4, 419, 1]], ["alphabet", [4, 419, 2]], ["first rudiment", [4, 419, 3]]]}, {"answer": "abcs", "hint": "synonyms for abcs", "clues": [["first principle", [4, 420, 0]], ["first rudiment", [4, 420, 1]], ["alphabet", [4, 420, 2]], ["rudiment", [4, 420, 3]]]}, {"answer": "abdominal_delivery", "hint": "synonyms for abdominal delivery", "clues": [["cesarean section", [4, 421, 0]], ["caesarian delivery", [4, 421, 1]], ["cesarian", [4, 421, 2]], ["caesarean", [4, 421, 3]]]}, {"answer": "abhorrence", "hint": "synonyms for abhorrence", "clues": [["execration", [4, 422, 0]], ["abomination", [4, 422, 1]], ["loathing", [4, 422, 2]], ["odium", [4, 422, 3]], ["detestation", [4, 422, 4]]]}, {"answer": "abidance", "hint": "synonyms for abidance", "clues": [["residence", [4, 423, 0]], ["conformity", [4, 423, 1]], ["compliance", [4, 423, 2]], ["conformation", [4, 423, 3]]]}, {"answer": "abnegation", "hint": "synonyms for abnegation", "clues": [["self-denial", [4, 424, 0]], ["self-abnegation", [4, 424, 1]], ["self-renunciation", [4, 424, 2]], ["denial", [4, 424, 3]]]}, {"answer": "abode", "hint": "synonyms for abode", "clues": [["residence", [4, 425, 0]], ["domicile", [4, 425, 1]], ["dwelling", [4, 425, 2]], ["habitation", [4, 425, 3]], ["home", [4, 425, 4]], ["dwelling house", [4, 425, 5]]]}, {"answer": "abomination", "hint": "synonyms for abomination", "clues": [["execration", [4, 426, 0]], ["loathing", [4, 426, 1]], ["odium", [4, 426, 2]], ["detestation", [4, 426, 3]], ["abhorrence", [4, 426, 4]]]}, {"answer": "about-face", "hint": "synonyms for about-face", "clues": [["policy change", [4, 427, 0]], ["about turn", [4, 427, 1]], ["volte-face", [4, 427, 2]], ["reversal", [4, 427, 3]]]}, {"answer": "abrasion", "hint": "synonyms for abrasion", "clues": [["corrasion", [4, 428, 0]], ["attrition", [4, 428, 1]], ["detrition", [4, 428, 2]], ["grinding", [4, 428, 3]]]}, {"answer": "abruptness", "hint": "synonyms for abruptness", "clues": [["precipitancy", [4, 429, 0]], ["suddenness", [4, 429, 1]], ["precipitateness", [4, 429, 2]], ["curtness", [4, 429, 3]], ["brusqueness", [4, 429, 4]], ["shortness", [4, 429, 5]], ["steepness", [4, 429, 6]], ["gruffness", [4, 429, 7]], ["precipitousness", [4, 429, 8]]]}, {"answer": "absolutism", "hint": "synonyms for absolutism", "clues": [["dictatorship", [4, 430, 0]], ["one-man rule", [4, 430, 1]], ["despotism", [4, 430, 2]], ["totalism", [4, 430, 3]], ["totalitarianism", [4, 430, 4]], ["monocracy", [4, 430, 5]], ["authoritarianism", [4, 430, 6]], ["shogunate", [4, 430, 7]], ["tyranny", [4, 430, 8]]]}, {"answer": "absorption", "hint": "synonyms for absorption", "clues": [["soaking up", [4, 431, 0]], ["immersion", [4, 431, 1]], ["preoccupancy", [4, 431, 2]], ["engrossment", [4, 431, 3]], ["assimilation", [4, 431, 4]], ["preoccupation", [4, 431, 5]], ["concentration", [4, 431, 6]]]}, {"answer": "abstraction", "hint": "synonyms for abstraction", "clues": [["generalization", [4, 432, 0]], ["abstract entity", [4, 432, 1]], ["abstractedness", [4, 432, 2]], ["abstract", [4, 432, 3]]]}, {"answer": "abstruseness", "hint": "synonyms for abstruseness", "clues": [["profoundness", [4, 433, 0]], ["profundity", [4, 433, 1]], ["abstrusity", [4, 433, 2]], ["reconditeness", [4, 433, 3]], ["obscurity", [4, 433, 4]], ["obscureness", [4, 433, 5]]]}, {"answer": "abstrusity", "hint": "synonyms for abstrusity", "clues": [["profoundness", [4, 434, 0]], ["reconditeness", [4, 434, 1]], ["profundity", [4, 434, 2]], ["abstruseness", [4, 434, 3]]]}, {"answer": "absurdity", "hint": "synonyms for absurdity", "clues": [["ridiculousness", [4, 435, 0]], ["silliness", [4, 435, 1]], ["fatuousness", [4, 435, 2]], ["fatuity", [4, 435, 3]], ["absurdness", [4, 435, 4]]]}, {"answer": "abuse", "hint": "synonyms for abuse", "clues": [["contumely", [4, 436, 0]], ["ill-usage", [4, 436, 1]], ["revilement", [4, 436, 2]], ["misuse", [4, 436, 3]], ["ill-treatment", [4, 436, 4]], ["insult", [4, 436, 5]], ["maltreatment", [4, 436, 6]], ["vilification", [4, 436, 7]]]}, {"answer": "ac", "hint": "synonyms for ac", "clues": [["actinium", [4, 437, 0]], ["alternating current", [4, 437, 1]], ["atomic number 89", [4, 437, 2]], ["alternating electric current", [4, 437, 3]]]}, {"answer": "acaroid_resin", "hint": "synonyms for acaroid resin", "clues": [["accroides gum", [4, 438, 0]], ["gum accroides", [4, 438, 1]], ["accroides resin", [4, 438, 2]], ["accroides", [4, 438, 3]]]}, {"answer": "accaroid_resin", "hint": "synonyms for accaroid resin", "clues": [["accroides gum", [4, 439, 0]], ["acaroid resin", [4, 439, 1]], ["gum accroides", [4, 439, 2]], ["accroides", [4, 439, 3]]]}, {"answer": "accelerator", "hint": "synonyms for accelerator", "clues": [["throttle", [4, 440, 0]], ["atom smasher", [4, 440, 1]], ["gun", [4, 440, 2]], ["gas", [4, 440, 3]], ["accelerator pedal", [4, 440, 4]], ["gas pedal", [4, 440, 5]], ["throttle valve", [4, 440, 6]], ["catalyst", [4, 440, 7]], ["particle accelerator", [4, 440, 8]]]}, {"answer": "accelerator_pedal", "hint": "synonyms for accelerator pedal", "clues": [["throttle", [4, 441, 0]], ["gun", [4, 441, 1]], ["gas", [4, 441, 2]], ["accelerator", [4, 441, 3]], ["gas pedal", [4, 441, 4]]]}, {"answer": "accent", "hint": "synonyms for accent", "clues": [["stress", [4, 442, 0]], ["accent mark", [4, 442, 1]], ["speech pattern", [4, 442, 2]], ["idiom", [4, 442, 3]], ["dialect", [4, 442, 4]], ["emphasis", [4, 442, 5]]]}, {"answer": "acceptance", "hint": "synonyms for acceptance", "clues": [["banker's acceptance", [4, 443, 0]], ["toleration", [4, 443, 1]], ["credence", [4, 443, 2]], ["espousal", [4, 443, 3]], ["sufferance", [4, 443, 4]], ["acceptation", [4, 443, 5]], ["adoption", [4, 443, 6]]]}, {"answer": "acceptation", "hint": "synonyms for acceptation", "clues": [["word sense", [4, 444, 0]], ["word meaning", [4, 444, 1]], ["espousal", [4, 444, 2]], ["acceptance", [4, 444, 3]], ["adoption", [4, 444, 4]]]}, {"answer": "acceptor_rna", "hint": "synonyms for acceptor rna", "clues": [["soluble RNA", [4, 445, 0]], ["tRNA", [4, 445, 1]], ["acceptor RNA", [4, 445, 2]], ["transfer RNA", [4, 445, 3]]]}, {"answer": "access", "hint": "synonyms for access", "clues": [["approach", [4, 446, 0]], ["admission", [4, 446, 1]], ["memory access", [4, 446, 2]], ["entree", [4, 446, 3]], ["access code", [4, 446, 4]], ["admittance", [4, 446, 5]], ["accession", [4, 446, 6]]]}, {"answer": "accessibility", "hint": "synonyms for accessibility", "clues": [["availability", [4, 447, 0]], ["availableness", [4, 447, 1]], ["approachability", [4, 447, 2]], ["handiness", [4, 447, 3]]]}, {"answer": "accession", "hint": "synonyms for accession", "clues": [["addition", [4, 448, 0]], ["access", [4, 448, 1]], ["assenting", [4, 448, 2]], ["admission", [4, 448, 3]], ["entree", [4, 448, 4]], ["rise to power", [4, 448, 5]], ["admittance", [4, 448, 6]]]}, {"answer": "acclivity", "hint": "synonyms for acclivity", "clues": [["rise", [4, 449, 0]], ["upgrade", [4, 449, 1]], ["ascent", [4, 449, 2]], ["climb", [4, 449, 3]]]}, {"answer": "accompaniment", "hint": "synonyms for accompaniment", "clues": [["backup", [4, 450, 0]], ["complement", [4, 450, 1]], ["attendant", [4, 450, 2]], ["concomitant", [4, 450, 3]], ["escort", [4, 450, 4]], ["support", [4, 450, 5]], ["musical accompaniment", [4, 450, 6]], ["co-occurrence", [4, 450, 7]]]}, {"answer": "accomplishment", "hint": "synonyms for accomplishment", "clues": [["attainment", [4, 451, 0]], ["acquisition", [4, 451, 1]], ["acquirement", [4, 451, 2]], ["skill", [4, 451, 3]], ["achievement", [4, 451, 4]]]}, {"answer": "accord", "hint": "synonyms for accord", "clues": [["conformity", [4, 452, 0]], ["treaty", [4, 452, 1]], ["pact", [4, 452, 2]], ["accordance", [4, 452, 3]]]}, {"answer": "account", "hint": "synonyms for account", "clues": [["report", [4, 453, 0]], ["accounting", [4, 453, 1]], ["account statement", [4, 453, 2]], ["news report", [4, 453, 3]], ["score", [4, 453, 4]], ["story", [4, 453, 5]], ["bill", [4, 453, 6]], ["history", [4, 453, 7]], ["explanation", [4, 453, 8]], ["write up", [4, 453, 9]], ["chronicle", [4, 453, 10]], ["invoice", [4, 453, 11]]]}, {"answer": "accounting", "hint": "synonyms for accounting", "clues": [["method of accounting", [4, 454, 0]], ["accountancy", [4, 454, 1]], ["accounting system", [4, 454, 2]], ["account statement", [4, 454, 3]], ["account", [4, 454, 4]]]}, {"answer": "accroides_resin", "hint": "synonyms for accroides resin", "clues": [["accroides gum", [4, 455, 0]], ["acaroid resin", [4, 455, 1]], ["gum accroides", [4, 455, 2]], ["accroides", [4, 455, 3]]]}, {"answer": "acculturation", "hint": "synonyms for acculturation", "clues": [["enculturation", [4, 456, 0]], ["culture", [4, 456, 1]], ["assimilation", [4, 456, 2]], ["socialisation", [4, 456, 3]]]}, {"answer": "accumulation", "hint": "synonyms for accumulation", "clues": [["accruement", [4, 457, 0]], ["collection", [4, 457, 1]], ["assemblage", [4, 457, 2]], ["accrual", [4, 457, 3]], ["accretion", [4, 457, 4]], ["aggregation", [4, 457, 5]]]}, {"answer": "acerbity", "hint": "synonyms for acerbity", "clues": [["thorniness", [4, 458, 0]], ["tartness", [4, 458, 1]], ["jaundice", [4, 458, 2]], ["bitterness", [4, 458, 3]], ["acrimony", [4, 458, 4]]]}, {"answer": "acetyl", "hint": "synonyms for acetyl", "clues": [["acetyl radical", [4, 459, 0]], ["ethanoyl radical", [4, 459, 1]], ["ethanoyl group", [4, 459, 2]], ["acetyl group", [4, 459, 3]]]}, {"answer": "acetyl_group", "hint": "synonyms for acetyl group", "clues": [["acetyl radical", [4, 460, 0]], ["ethanoyl radical", [4, 460, 1]], ["ethanoyl group", [4, 460, 2]], ["acetyl", [4, 460, 3]]]}, {"answer": "acetyl_radical", "hint": "synonyms for acetyl radical", "clues": [["ethanoyl radical", [4, 461, 0]], ["acetyl group", [4, 461, 1]], ["ethanoyl group", [4, 461, 2]], ["acetyl", [4, 461, 3]]]}, {"answer": "achromasia", "hint": "synonyms for achromasia", "clues": [["pallor", [4, 462, 0]], ["lividness", [4, 462, 1]], ["lividity", [4, 462, 2]], ["luridness", [4, 462, 3]], ["paleness", [4, 462, 4]], ["wanness", [4, 462, 5]], ["pallidness", [4, 462, 6]]]}, {"answer": "ack-ack", "hint": "synonyms for ack-ack", "clues": [["ack-ack gun", [4, 463, 0]], ["pom-pom", [4, 463, 1]], ["flak", [4, 463, 2]], ["antiaircraft gun", [4, 463, 3]]]}, {"answer": "ack-ack_gun", "hint": "synonyms for ack-ack gun", "clues": [["pom-pom", [4, 464, 0]], ["antiaircraft gun", [4, 464, 1]], ["flak", [4, 464, 2]], ["ack-ack", [4, 464, 3]]]}, {"answer": "acknowledgment", "hint": "synonyms for acknowledgment", "clues": [["mention", [4, 465, 0]], ["cite", [4, 465, 1]], ["reference", [4, 465, 2]], ["credit", [4, 465, 3]], ["acknowledgement", [4, 465, 4]], ["quotation", [4, 465, 5]], ["citation", [4, 465, 6]]]}, {"answer": "acquirement", "hint": "synonyms for acquirement", "clues": [["attainment", [4, 466, 0]], ["skill", [4, 466, 1]], ["accomplishment", [4, 466, 2]], ["acquisition", [4, 466, 3]]]}, {"answer": "acquisition", "hint": "synonyms for acquisition", "clues": [["attainment", [4, 467, 0]], ["acquirement", [4, 467, 1]], ["learning", [4, 467, 2]], ["skill", [4, 467, 3]], ["accomplishment", [4, 467, 4]]]}, {"answer": "acres", "hint": "synonyms for acres", "clues": [["land", [4, 468, 0]], ["estate", [4, 468, 1]], ["demesne", [4, 468, 2]], ["landed estate", [4, 468, 3]], ["acre", [4, 468, 4]]]}, {"answer": "acrimony", "hint": "synonyms for acrimony", "clues": [["thorniness", [4, 469, 0]], ["jaundice", [4, 469, 1]], ["tartness", [4, 469, 2]], ["acerbity", [4, 469, 3]], ["bitterness", [4, 469, 4]]]}, {"answer": "acrobatics", "hint": "synonyms for acrobatics", "clues": [["stunting", [4, 470, 0]], ["tumbling", [4, 470, 1]], ["stunt flying", [4, 470, 2]], ["aerobatics", [4, 470, 3]]]}, {"answer": "acrylic", "hint": "synonyms for acrylic", "clues": [["acrylate resin", [4, 471, 0]], ["acrylic fiber", [4, 471, 1]], ["acrylic paint", [4, 471, 2]], ["acrylic resin", [4, 471, 3]]]}, {"answer": "act", "hint": "synonyms for act", "clues": [["routine", [4, 472, 0]], ["deed", [4, 472, 1]], ["number", [4, 472, 2]], ["turn", [4, 472, 3]], ["human activity", [4, 472, 4]], ["bit", [4, 472, 5]], ["enactment", [4, 472, 6]], ["human action", [4, 472, 7]]]}, {"answer": "act_of_god", "hint": "synonyms for act of god", "clues": [["unavoidable casualty", [4, 473, 0]], ["vis major", [4, 473, 1]], ["force majeure", [4, 473, 2]], ["inevitable accident", [4, 473, 3]], ["act of God", [4, 473, 4]]]}, {"answer": "action", "hint": "synonyms for action", "clues": [["military action", [4, 474, 0]], ["action at law", [4, 474, 1]], ["natural process", [4, 474, 2]], ["activity", [4, 474, 3]], ["natural action", [4, 474, 4]], ["legal action", [4, 474, 5]], ["action mechanism", [4, 474, 6]]]}, {"answer": "activity", "hint": "synonyms for activity", "clues": [["bodily process", [4, 475, 0]], ["activeness", [4, 475, 1]], ["natural process", [4, 475, 2]], ["natural action", [4, 475, 3]], ["action", [4, 475, 4]], ["bodily function", [4, 475, 5]]]}, {"answer": "acts", "hint": "synonyms for acts", "clues": [["act", [4, 476, 0]], ["routine", [4, 476, 1]], ["deed", [4, 476, 2]], ["number", [4, 476, 3]], ["turn", [4, 476, 4]], ["human activity", [4, 476, 5]], ["bit", [4, 476, 6]], ["enactment", [4, 476, 7]], ["human action", [4, 476, 8]]]}, {"answer": "acuity", "hint": "synonyms for acuity", "clues": [["sharp-sightedness", [4, 477, 0]], ["visual acuity", [4, 477, 1]], ["sharpness", [4, 477, 2]], ["keenness", [4, 477, 3]], ["acuteness", [4, 477, 4]]]}, {"answer": "adam", "hint": "synonyms for adam", "clues": [["go", [4, 478, 0]], ["disco biscuit", [4, 478, 1]], ["ecstasy", [4, 478, 2]], ["cristal", [4, 478, 3]], ["hug drug", [4, 478, 4]]]}, {"answer": "adams", "hint": "synonyms for adams", "clues": [["go", [4, 479, 0]], ["disco biscuit", [4, 479, 1]], ["ecstasy", [4, 479, 2]], ["cristal", [4, 479, 3]], ["hug drug", [4, 479, 4]]]}, {"answer": "add-in", "hint": "synonyms for add-in", "clues": [["circuit board", [4, 480, 0]], ["card", [4, 480, 1]], ["board", [4, 480, 2]], ["plug-in", [4, 480, 3]]]}, {"answer": "add-on", "hint": "synonyms for add-on", "clues": [["addition", [4, 481, 0]], ["supplement", [4, 481, 1]], ["accessory", [4, 481, 2]], ["improver", [4, 481, 3]], ["appurtenance", [4, 481, 4]]]}, {"answer": "addition", "hint": "synonyms for addition", "clues": [["summation", [4, 482, 0]], ["increase", [4, 482, 1]], ["accession", [4, 482, 2]], ["improver", [4, 482, 3]], ["add-on", [4, 482, 4]], ["plus", [4, 482, 5]], ["gain", [4, 482, 6]]]}, {"answer": "address", "hint": "synonyms for address", "clues": [["reference", [4, 483, 0]], ["destination", [4, 483, 1]], ["speech", [4, 483, 2]], ["computer address", [4, 483, 3]], ["name and address", [4, 483, 4]], ["savoir-faire", [4, 483, 5]]]}, {"answer": "adeptness", "hint": "synonyms for adeptness", "clues": [["adroitness", [4, 484, 0]], ["deftness", [4, 484, 1]], ["quickness", [4, 484, 2]], ["facility", [4, 484, 3]]]}, {"answer": "adherence", "hint": "synonyms for adherence", "clues": [["adhesiveness", [4, 485, 0]], ["adhesion", [4, 485, 1]], ["attachment", [4, 485, 2]], ["bond", [4, 485, 3]]]}, {"answer": "adhesion", "hint": "synonyms for adhesion", "clues": [["adhesiveness", [4, 486, 0]], ["adherence", [4, 486, 1]], ["attachment", [4, 486, 2]], ["bond", [4, 486, 3]]]}, {"answer": "adieu", "hint": "synonyms for adieu", "clues": [["arrivederci", [4, 487, 0]], ["goodbye", [4, 487, 1]], ["sayonara", [4, 487, 2]], ["au revoir", [4, 487, 3]], ["bye", [4, 487, 4]], ["auf wiedersehen", [4, 487, 5]], ["bye-bye", [4, 487, 6]], ["adios", [4, 487, 7]], ["so long", [4, 487, 8]], ["cheerio", [4, 487, 9]], ["good day", [4, 487, 10]]]}, {"answer": "adios", "hint": "synonyms for adios", "clues": [["arrivederci", [4, 488, 0]], ["goodbye", [4, 488, 1]], ["sayonara", [4, 488, 2]], ["adieu", [4, 488, 3]], ["au revoir", [4, 488, 4]], ["bye", [4, 488, 5]], ["auf wiedersehen", [4, 488, 6]], ["bye-bye", [4, 488, 7]], ["so long", [4, 488, 8]], ["cheerio", [4, 488, 9]], ["good day", [4, 488, 10]]]}, {"answer": "adjustment", "hint": "synonyms for adjustment", "clues": [["allowance", [4, 489, 0]], ["alteration", [4, 489, 1]], ["fitting", [4, 489, 2]], ["readjustment", [4, 489, 3]], ["adaption", [4, 489, 4]], ["modification", [4, 489, 5]], ["registration", [4, 489, 6]], ["accommodation", [4, 489, 7]]]}, {"answer": "administration", "hint": "synonyms for administration", "clues": [["establishment", [4, 490, 0]], ["governing body", [4, 490, 1]], ["governance", [4, 490, 2]], ["giving medication", [4, 490, 3]], ["judicature", [4, 490, 4]], ["organisation", [4, 490, 5]], ["government", [4, 490, 6]], ["brass", [4, 490, 7]], ["presidency", [4, 490, 8]], ["presidential term", [4, 490, 9]], ["government activity", [4, 490, 10]], ["disposal", [4, 490, 11]], ["governing", [4, 490, 12]]]}, {"answer": "admiralty_mile", "hint": "synonyms for admiralty mile", "clues": [["mile", [4, 491, 0]], ["nautical mile", [4, 491, 1]], ["naut mi", [4, 491, 2]], ["mi", [4, 491, 3]], ["geographical mile", [4, 491, 4]]]}, {"answer": "admiration", "hint": "synonyms for admiration", "clues": [["wonderment", [4, 492, 0]], ["esteem", [4, 492, 1]], ["appreciation", [4, 492, 2]], ["wonder", [4, 492, 3]]]}, {"answer": "admission", "hint": "synonyms for admission", "clues": [["admission fee", [4, 493, 0]], ["price of admission", [4, 493, 1]], ["admittance", [4, 493, 2]], ["admission price", [4, 493, 3]], ["admission charge", [4, 493, 4]], ["entree", [4, 493, 5]], ["entrance money", [4, 493, 6]], ["entrance fee", [4, 493, 7]], ["accession", [4, 493, 8]], ["access", [4, 493, 9]]]}, {"answer": "admission_charge", "hint": "synonyms for admission charge", "clues": [["admission fee", [4, 494, 0]], ["price of admission", [4, 494, 1]], ["admission price", [4, 494, 2]], ["entrance money", [4, 494, 3]], ["entrance fee", [4, 494, 4]], ["admission", [4, 494, 5]]]}, {"answer": "admission_fee", "hint": "synonyms for admission fee", "clues": [["price of admission", [4, 495, 0]], ["admission price", [4, 495, 1]], ["admission charge", [4, 495, 2]], ["entrance money", [4, 495, 3]], ["entrance fee", [4, 495, 4]], ["admission", [4, 495, 5]]]}, {"answer": "admission_price", "hint": "synonyms for admission price", "clues": [["admission fee", [4, 496, 0]], ["price of admission", [4, 496, 1]], ["admission charge", [4, 496, 2]], ["entrance money", [4, 496, 3]], ["entrance fee", [4, 496, 4]], ["admission", [4, 496, 5]]]}, {"answer": "admittance", "hint": "synonyms for admittance", "clues": [["access", [4, 497, 0]], ["admission", [4, 497, 1]], ["entree", [4, 497, 2]], ["accession", [4, 497, 3]]]}, {"answer": "admixture", "hint": "synonyms for admixture", "clues": [["intermixture", [4, 498, 0]], ["commixture", [4, 498, 1]], ["mixing", [4, 498, 2]], ["mixture", [4, 498, 3]]]}, {"answer": "admonition", "hint": "synonyms for admonition", "clues": [["monition", [4, 499, 0]], ["admonishment", [4, 499, 1]], ["warning", [4, 499, 2]], ["word of advice", [4, 499, 3]]]}, {"answer": "ado", "hint": "synonyms for ado", "clues": [["fuss", [4, 500, 0]], ["hustle", [4, 500, 1]], ["stir", [4, 500, 2]], ["bustle", [4, 500, 3]], ["flurry", [4, 500, 4]]]}, {"answer": "adoption", "hint": "synonyms for adoption", "clues": [["acceptation", [4, 501, 0]], ["espousal", [4, 501, 1]], ["borrowing", [4, 501, 2]], ["acceptance", [4, 501, 3]]]}, {"answer": "adps", "hint": "synonyms for adps", "clues": [["automatic data processing system", [4, 502, 0]], ["computing system", [4, 502, 1]], ["computer system", [4, 502, 2]], ["adenosine diphosphate", [4, 502, 3]]]}, {"answer": "adroitness", "hint": "synonyms for adroitness", "clues": [["facility", [4, 503, 0]], ["adeptness", [4, 503, 1]], ["quickness", [4, 503, 2]], ["deftness", [4, 503, 3]]]}, {"answer": "advancement", "hint": "synonyms for advancement", "clues": [["forward motion", [4, 504, 0]], ["promotion", [4, 504, 1]], ["advance", [4, 504, 2]], ["procession", [4, 504, 3]], ["furtherance", [4, 504, 4]], ["progress", [4, 504, 5]]]}, {"answer": "advantageousness", "hint": "synonyms for advantageousness", "clues": [["positivity", [4, 505, 0]], ["positiveness", [4, 505, 1]], ["favorableness", [4, 505, 2]], ["profitableness", [4, 505, 3]]]}, {"answer": "advertisement", "hint": "synonyms for advertisement", "clues": [["advertizing", [4, 506, 0]], ["ad", [4, 506, 1]], ["advert", [4, 506, 2]], ["advertizement", [4, 506, 3]]]}, {"answer": "advertising", "hint": "synonyms for advertising", "clues": [["advertisement", [4, 507, 0]], ["advertizing", [4, 507, 1]], ["ad", [4, 507, 2]], ["advert", [4, 507, 3]], ["publicizing", [4, 507, 4]]]}, {"answer": "advertizement", "hint": "synonyms for advertizement", "clues": [["advertisement", [4, 508, 0]], ["advertizing", [4, 508, 1]], ["ad", [4, 508, 2]], ["advert", [4, 508, 3]]]}, {"answer": "advertizing", "hint": "synonyms for advertizing", "clues": [["advertisement", [4, 509, 0]], ["ad", [4, 509, 1]], ["advertising", [4, 509, 2]], ["advert", [4, 509, 3]]]}, {"answer": "aegir", "hint": "synonyms for aegir", "clues": [["eagre", [4, 510, 0]], ["bore", [4, 510, 1]], ["eager", [4, 510, 2]], ["tidal bore", [4, 510, 3]]]}, {"answer": "aegis", "hint": "synonyms for aegis", "clues": [["egis", [4, 511, 0]], ["breastplate", [4, 511, 1]], ["auspices", [4, 511, 2]], ["protection", [4, 511, 3]]]}, {"answer": "aerial_tramway", "hint": "synonyms for aerial tramway", "clues": [["ropeway", [4, 512, 0]], ["tram", [4, 512, 1]], ["cable tramway", [4, 512, 2]], ["tramway", [4, 512, 3]]]}, {"answer": "aerosol", "hint": "synonyms for aerosol", "clues": [["aerosol can", [4, 513, 0]], ["aerosol container", [4, 513, 1]], ["aerosol bomb", [4, 513, 2]], ["spray can", [4, 513, 3]]]}, {"answer": "aerosol_bomb", "hint": "synonyms for aerosol bomb", "clues": [["aerosol", [4, 514, 0]], ["volume-detonation bomb", [4, 514, 1]], ["fuel-air bomb", [4, 514, 2]], ["aerosol container", [4, 514, 3]], ["vacuum bomb", [4, 514, 4]], ["spray can", [4, 514, 5]], ["aerosol can", [4, 514, 6]], ["thermobaric bomb", [4, 514, 7]]]}, {"answer": "aerosol_can", "hint": "synonyms for aerosol can", "clues": [["spray can", [4, 515, 0]], ["aerosol container", [4, 515, 1]], ["aerosol bomb", [4, 515, 2]], ["aerosol", [4, 515, 3]]]}, {"answer": "aerosol_container", "hint": "synonyms for aerosol container", "clues": [["aerosol can", [4, 516, 0]], ["aerosol bomb", [4, 516, 1]], ["spray can", [4, 516, 2]], ["aerosol", [4, 516, 3]]]}, {"answer": "aesthesis", "hint": "synonyms for aesthesis", "clues": [["sense experience", [4, 517, 0]], ["sense datum", [4, 517, 1]], ["sensation", [4, 517, 2]], ["esthesis", [4, 517, 3]], ["sense impression", [4, 517, 4]]]}, {"answer": "affability", "hint": "synonyms for affability", "clues": [["geniality", [4, 518, 0]], ["bonhomie", [4, 518, 1]], ["amiability", [4, 518, 2]], ["amiableness", [4, 518, 3]], ["affableness", [4, 518, 4]]]}, {"answer": "affableness", "hint": "synonyms for affableness", "clues": [["geniality", [4, 519, 0]], ["bonhomie", [4, 519, 1]], ["amiability", [4, 519, 2]], ["amiableness", [4, 519, 3]], ["affability", [4, 519, 4]]]}, {"answer": "affair", "hint": "synonyms for affair", "clues": [["matter", [4, 520, 0]], ["function", [4, 520, 1]], ["social occasion", [4, 520, 2]], ["thing", [4, 520, 3]], ["occasion", [4, 520, 4]], ["social function", [4, 520, 5]]]}, {"answer": "affairs", "hint": "synonyms for affairs", "clues": [["matter", [4, 521, 0]], ["affair", [4, 521, 1]], ["thing", [4, 521, 2]], ["personal matters", [4, 521, 3]], ["occasion", [4, 521, 4]], ["function", [4, 521, 5]], ["social occasion", [4, 521, 6]], ["social function", [4, 521, 7]], ["personal business", [4, 521, 8]]]}, {"answer": "affection", "hint": "synonyms for affection", "clues": [["warmheartedness", [4, 522, 0]], ["philia", [4, 522, 1]], ["fondness", [4, 522, 2]], ["affectionateness", [4, 522, 3]], ["heart", [4, 522, 4]], ["tenderness", [4, 522, 5]], ["warmness", [4, 522, 6]]]}, {"answer": "affectionateness", "hint": "synonyms for affectionateness", "clues": [["warmheartedness", [4, 523, 0]], ["lovingness", [4, 523, 1]], ["heart", [4, 523, 2]], ["tenderness", [4, 523, 3]], ["philia", [4, 523, 4]], ["affection", [4, 523, 5]], ["fondness", [4, 523, 6]], ["warmth", [4, 523, 7]], ["warmness", [4, 523, 8]]]}, {"answer": "affirmation", "hint": "synonyms for affirmation", "clues": [["avouchment", [4, 524, 0]], ["statement", [4, 524, 1]], ["avowal", [4, 524, 2]], ["assertion", [4, 524, 3]]]}, {"answer": "affray", "hint": "synonyms for affray", "clues": [["disturbance", [4, 525, 0]], ["altercation", [4, 525, 1]], ["fray", [4, 525, 2]], ["ruffle", [4, 525, 3]], ["fracas", [4, 525, 4]]]}, {"answer": "after_part", "hint": "synonyms for after part", "clues": [["poop", [4, 526, 0]], ["quarter", [4, 526, 1]], ["tail", [4, 526, 2]], ["stern", [4, 526, 3]]]}, {"answer": "age", "hint": "synonyms for age", "clues": [["historic period", [4, 527, 0]], ["old age", [4, 527, 1]], ["years", [4, 527, 2]], ["eld", [4, 527, 3]], ["geezerhood", [4, 527, 4]], ["long time", [4, 527, 5]]]}, {"answer": "agency", "hint": "synonyms for agency", "clues": [["way", [4, 528, 0]], ["means", [4, 528, 1]], ["office", [4, 528, 2]], ["federal agency", [4, 528, 3]], ["bureau", [4, 528, 4]], ["government agency", [4, 528, 5]], ["authority", [4, 528, 6]]]}, {"answer": "agenda", "hint": "synonyms for agenda", "clues": [["agendum", [4, 529, 0]], ["schedule", [4, 529, 1]], ["docket", [4, 529, 2]], ["order of business", [4, 529, 3]]]}, {"answer": "aggravation", "hint": "synonyms for aggravation", "clues": [["provocation", [4, 530, 0]], ["exacerbation", [4, 530, 1]], ["exasperation", [4, 530, 2]], ["irritation", [4, 530, 3]]]}, {"answer": "aggregation", "hint": "synonyms for aggregation", "clues": [["accumulation", [4, 531, 0]], ["collection", [4, 531, 1]], ["assembling", [4, 531, 2]], ["assemblage", [4, 531, 3]]]}, {"answer": "agility", "hint": "synonyms for agility", "clues": [["legerity", [4, 532, 0]], ["nimbleness", [4, 532, 1]], ["lightsomeness", [4, 532, 2]], ["lightness", [4, 532, 3]]]}, {"answer": "agitation", "hint": "synonyms for agitation", "clues": [["hullabaloo", [4, 533, 0]], ["turmoil", [4, 533, 1]], ["excitement", [4, 533, 2]], ["upheaval", [4, 533, 3]]]}, {"answer": "agreement", "hint": "synonyms for agreement", "clues": [["concord", [4, 534, 0]], ["correspondence", [4, 534, 1]], ["arrangement", [4, 534, 2]], ["understanding", [4, 534, 3]]]}, {"answer": "agriculture", "hint": "synonyms for agriculture", "clues": [["husbandry", [4, 535, 0]], ["agribusiness", [4, 535, 1]], ["factory farm", [4, 535, 2]], ["farming", [4, 535, 3]]]}, {"answer": "aid", "hint": "synonyms for aid", "clues": [["help", [4, 536, 0]], ["economic aid", [4, 536, 1]], ["assistance", [4, 536, 2]], ["attention", [4, 536, 3]], ["assist", [4, 536, 4]], ["tending", [4, 536, 5]], ["care", [4, 536, 6]], ["financial aid", [4, 536, 7]]]}, {"answer": "aids", "hint": "synonyms for aids", "clues": [["help", [4, 537, 0]], ["economic aid", [4, 537, 1]], ["aid", [4, 537, 2]], ["assistance", [4, 537, 3]], ["attention", [4, 537, 4]], ["financial aid", [4, 537, 5]], ["tending", [4, 537, 6]], ["care", [4, 537, 7]], ["assist", [4, 537, 8]]]}, {"answer": "aim", "hint": "synonyms for aim", "clues": [["object", [4, 538, 0]], ["objective", [4, 538, 1]], ["intention", [4, 538, 2]], ["intent", [4, 538, 3]], ["bearing", [4, 538, 4]], ["heading", [4, 538, 5]], ["target", [4, 538, 6]], ["design", [4, 538, 7]], ["purpose", [4, 538, 8]]]}, {"answer": "air", "hint": "synonyms for air", "clues": [["air travel", [4, 539, 0]], ["aviation", [4, 539, 1]], ["melody", [4, 539, 2]], ["aura", [4, 539, 3]], ["breeze", [4, 539, 4]], ["gentle wind", [4, 539, 5]], ["line", [4, 539, 6]], ["zephyr", [4, 539, 7]], ["melodic line", [4, 539, 8]], ["melodic phrase", [4, 539, 9]], ["strain", [4, 539, 10]], ["tune", [4, 539, 11]], ["atmosphere", [4, 539, 12]], ["airwave", [4, 539, 13]]]}, {"answer": "air-sleeve", "hint": "synonyms for air-sleeve", "clues": [["sock", [4, 540, 0]], ["wind sleeve", [4, 540, 1]], ["windsock", [4, 540, 2]], ["wind cone", [4, 540, 3]], ["air sock", [4, 540, 4]], ["drogue", [4, 540, 5]]]}, {"answer": "air_castle", "hint": "synonyms for air castle", "clues": [["castle in the air", [4, 541, 0]], ["revery", [4, 541, 1]], ["daydream", [4, 541, 2]], ["oneirism", [4, 541, 3]], ["castle in Spain", [4, 541, 4]], ["reverie", [4, 541, 5]]]}, {"answer": "air_mile", "hint": "synonyms for air mile", "clues": [["knot", [4, 542, 0]], ["mile", [4, 542, 1]], ["nautical mile", [4, 542, 2]], ["international nautical mile", [4, 542, 3]], ["naut mi", [4, 542, 4]], ["mi", [4, 542, 5]]]}, {"answer": "air_sock", "hint": "synonyms for air sock", "clues": [["sock", [4, 543, 0]], ["wind sleeve", [4, 543, 1]], ["windsock", [4, 543, 2]], ["wind cone", [4, 543, 3]], ["air-sleeve", [4, 543, 4]], ["drogue", [4, 543, 5]]]}, {"answer": "airing", "hint": "synonyms for airing", "clues": [["ventilation", [4, 544, 0]], ["public exposure", [4, 544, 1]], ["spreading", [4, 544, 2]], ["dissemination", [4, 544, 3]]]}, {"answer": "airs", "hint": "synonyms for airs", "clues": [["aviation", [4, 545, 0]], ["aura", [4, 545, 1]], ["air", [4, 545, 2]], ["breeze", [4, 545, 3]], ["line", [4, 545, 4]], ["zephyr", [4, 545, 5]], ["pose", [4, 545, 6]], ["tune", [4, 545, 7]], ["atmosphere", [4, 545, 8]], ["melodic phrase", [4, 545, 9]], ["airwave", [4, 545, 10]], ["air travel", [4, 545, 11]], ["melody", [4, 545, 12]], ["gentle wind", [4, 545, 13]], ["melodic line", [4, 545, 14]], ["strain", [4, 545, 15]]]}, {"answer": "airstream", "hint": "synonyms for airstream", "clues": [["slipstream", [4, 546, 0]], ["wash", [4, 546, 1]], ["race", [4, 546, 2]], ["backwash", [4, 546, 3]]]}, {"answer": "airway", "hint": "synonyms for airway", "clues": [["flight path", [4, 547, 0]], ["air lane", [4, 547, 1]], ["airline", [4, 547, 2]], ["skyway", [4, 547, 3]], ["airline business", [4, 547, 4]], ["air duct", [4, 547, 5]], ["air passage", [4, 547, 6]]]}, {"answer": "alarm", "hint": "synonyms for alarm", "clues": [["warning signal", [4, 548, 0]], ["alarum", [4, 548, 1]], ["consternation", [4, 548, 2]], ["alarm clock", [4, 548, 3]], ["alarm system", [4, 548, 4]], ["warning device", [4, 548, 5]], ["dismay", [4, 548, 6]], ["alert", [4, 548, 7]]]}, {"answer": "alcohol", "hint": "synonyms for alcohol", "clues": [["inebriant", [4, 549, 0]], ["alcoholic drink", [4, 549, 1]], ["alcoholic beverage", [4, 549, 2]], ["intoxicant", [4, 549, 3]]]}, {"answer": "alcoholic_beverage", "hint": "synonyms for alcoholic beverage", "clues": [["inebriant", [4, 550, 0]], ["alcohol", [4, 550, 1]], ["alcoholic drink", [4, 550, 2]], ["intoxicant", [4, 550, 3]]]}, {"answer": "alcoholic_drink", "hint": "synonyms for alcoholic drink", "clues": [["inebriant", [4, 551, 0]], ["alcohol", [4, 551, 1]], ["alcoholic beverage", [4, 551, 2]], ["intoxicant", [4, 551, 3]]]}, {"answer": "alertness", "hint": "synonyms for alertness", "clues": [["watchfulness", [4, 552, 0]], ["vigilance", [4, 552, 1]], ["on the qui vive", [4, 552, 2]], ["wakefulness", [4, 552, 3]], ["sharp-sightedness", [4, 552, 4]]]}, {"answer": "alignment", "hint": "synonyms for alignment", "clues": [["conjunction", [4, 553, 0]], ["alliance", [4, 553, 1]], ["coalition", [4, 553, 2]], ["alinement", [4, 553, 3]]]}, {"answer": "aliment", "hint": "synonyms for aliment", "clues": [["nutrition", [4, 554, 0]], ["sustenance", [4, 554, 1]], ["victuals", [4, 554, 2]], ["nutriment", [4, 554, 3]], ["alimentation", [4, 554, 4]], ["nourishment", [4, 554, 5]]]}, {"answer": "alimentation", "hint": "synonyms for alimentation", "clues": [["nutrition", [4, 555, 0]], ["sustenance", [4, 555, 1]], ["victuals", [4, 555, 2]], ["nutriment", [4, 555, 3]], ["feeding", [4, 555, 4]], ["nourishment", [4, 555, 5]], ["aliment", [4, 555, 6]]]}, {"answer": "alkane", "hint": "synonyms for alkane", "clues": [["alkane series", [4, 556, 0]], ["methane series", [4, 556, 1]], ["paraffin series", [4, 556, 2]], ["paraffin", [4, 556, 3]]]}, {"answer": "alkane_series", "hint": "synonyms for alkane series", "clues": [["alkane", [4, 557, 0]], ["methane series", [4, 557, 1]], ["paraffin series", [4, 557, 2]], ["paraffin", [4, 557, 3]]]}, {"answer": "allegiance", "hint": "synonyms for allegiance", "clues": [["loyalty", [4, 558, 0]], ["commitment", [4, 558, 1]], ["dedication", [4, 558, 2]], ["fealty", [4, 558, 3]]]}, {"answer": "allegory", "hint": "synonyms for allegory", "clues": [["fable", [4, 559, 0]], ["apologue", [4, 559, 1]], ["parable", [4, 559, 2]], ["emblem", [4, 559, 3]]]}, {"answer": "alleviation", "hint": "synonyms for alleviation", "clues": [["relief", [4, 560, 0]], ["assuagement", [4, 560, 1]], ["easement", [4, 560, 2]], ["easing", [4, 560, 3]]]}, {"answer": "alley", "hint": "synonyms for alley", "clues": [["skittle alley", [4, 561, 0]], ["bowling alley", [4, 561, 1]], ["back street", [4, 561, 2]], ["alleyway", [4, 561, 3]]]}, {"answer": "alliance", "hint": "synonyms for alliance", "clues": [["confederation", [4, 562, 0]], ["alignment", [4, 562, 1]], ["bond", [4, 562, 2]], ["coalition", [4, 562, 3]]]}, {"answer": "allocation", "hint": "synonyms for allocation", "clues": [["apportionment", [4, 563, 0]], ["parcelling", [4, 563, 1]], ["assignation", [4, 563, 2]], ["apportioning", [4, 563, 3]], ["storage allocation", [4, 563, 4]], ["allotment", [4, 563, 5]]]}, {"answer": "allotment", "hint": "synonyms for allotment", "clues": [["apportionment", [4, 564, 0]], ["parcelling", [4, 564, 1]], ["allocation", [4, 564, 2]], ["assignation", [4, 564, 3]], ["apportioning", [4, 564, 4]]]}, {"answer": "allowance", "hint": "synonyms for allowance", "clues": [["tolerance", [4, 565, 0]], ["margin", [4, 565, 1]], ["allowance account", [4, 565, 2]], ["leeway", [4, 565, 3]], ["valuation reserve", [4, 565, 4]], ["valuation account", [4, 565, 5]], ["adjustment", [4, 565, 6]]]}, {"answer": "alluvion", "hint": "synonyms for alluvion", "clues": [["alluvium", [4, 566, 0]], ["deluge", [4, 566, 1]], ["alluvial sediment", [4, 566, 2]], ["inundation", [4, 566, 3]], ["alluvial deposit", [4, 566, 4]], ["flood", [4, 566, 5]]]}, {"answer": "aloofness", "hint": "synonyms for aloofness", "clues": [["standoffishness", [4, 567, 0]], ["distance", [4, 567, 1]], ["withdrawnness", [4, 567, 2]], ["remoteness", [4, 567, 3]]]}, {"answer": "alteration", "hint": "synonyms for alteration", "clues": [["change", [4, 568, 0]], ["revision", [4, 568, 1]], ["adjustment", [4, 568, 2]], ["modification", [4, 568, 3]]]}, {"answer": "ambit", "hint": "synonyms for ambit", "clues": [["orbit", [4, 569, 0]], ["reach", [4, 569, 1]], ["scope", [4, 569, 2]], ["range", [4, 569, 3]], ["compass", [4, 569, 4]]]}, {"answer": "amble", "hint": "synonyms for amble", "clues": [["stroll", [4, 570, 0]], ["promenade", [4, 570, 1]], ["perambulation", [4, 570, 2]], ["saunter", [4, 570, 3]]]}, {"answer": "ambo", "hint": "synonyms for ambo", "clues": [["stump", [4, 571, 0]], ["pulpit", [4, 571, 1]], ["dais", [4, 571, 2]], ["podium", [4, 571, 3]], ["soapbox", [4, 571, 4]], ["rostrum", [4, 571, 5]]]}, {"answer": "amends", "hint": "synonyms for amends", "clues": [["restitution", [4, 572, 0]], ["indemnity", [4, 572, 1]], ["damages", [4, 572, 2]], ["reparation", [4, 572, 3]], ["redress", [4, 572, 4]], ["indemnification", [4, 572, 5]]]}, {"answer": "amenities", "hint": "synonyms for amenities", "clues": [["creature comforts", [4, 573, 0]], ["conveniences", [4, 573, 1]], ["comforts", [4, 573, 2]], ["amenity", [4, 573, 3]], ["agreeableness", [4, 573, 4]]]}, {"answer": "amiability", "hint": "synonyms for amiability", "clues": [["geniality", [4, 574, 0]], ["bonhomie", [4, 574, 1]], ["affability", [4, 574, 2]], ["good humor", [4, 574, 3]], ["good temper", [4, 574, 4]], ["amiableness", [4, 574, 5]], ["affableness", [4, 574, 6]]]}, {"answer": "amiableness", "hint": "synonyms for amiableness", "clues": [["geniality", [4, 575, 0]], ["bonhomie", [4, 575, 1]], ["amiability", [4, 575, 2]], ["affableness", [4, 575, 3]], ["affability", [4, 575, 4]]]}, {"answer": "amorousness", "hint": "synonyms for amorousness", "clues": [["erotism", [4, 576, 0]], ["amativeness", [4, 576, 1]], ["sexiness", [4, 576, 2]], ["enamoredness", [4, 576, 3]]]}, {"answer": "amount", "hint": "synonyms for amount", "clues": [["sum", [4, 577, 0]], ["total", [4, 577, 1]], ["sum of money", [4, 577, 2]], ["quantity", [4, 577, 3]], ["amount of money", [4, 577, 4]], ["measure", [4, 577, 5]]]}, {"answer": "ampule", "hint": "synonyms for ampule", "clues": [["phial", [4, 578, 0]], ["ampul", [4, 578, 1]], ["ampoule", [4, 578, 2]], ["vial", [4, 578, 3]]]}, {"answer": "amytal", "hint": "synonyms for amytal", "clues": [["amobarbital sodium", [4, 579, 0]], ["blue", [4, 579, 1]], ["blue angel", [4, 579, 2]], ["blue devil", [4, 579, 3]]]}, {"answer": "anamnesis", "hint": "synonyms for anamnesis", "clues": [["recollection", [4, 580, 0]], ["remembrance", [4, 580, 1]], ["medical record", [4, 580, 2]], ["medical history", [4, 580, 3]]]}, {"answer": "ancestry", "hint": "synonyms for ancestry", "clues": [["derivation", [4, 581, 0]], ["lineage", [4, 581, 1]], ["bloodline", [4, 581, 2]], ["line", [4, 581, 3]], ["origin", [4, 581, 4]], ["filiation", [4, 581, 5]], ["blood", [4, 581, 6]], ["pedigree", [4, 581, 7]], ["stemma", [4, 581, 8]], ["stock", [4, 581, 9]], ["line of descent", [4, 581, 10]], ["parentage", [4, 581, 11]], ["descent", [4, 581, 12]]]}, {"answer": "anchor", "hint": "synonyms for anchor", "clues": [["lynchpin", [4, 582, 0]], ["backbone", [4, 582, 1]], ["ground tackle", [4, 582, 2]], ["keystone", [4, 582, 3]], ["mainstay", [4, 582, 4]]]}, {"answer": "anchor_ring", "hint": "synonyms for anchor ring", "clues": [["halo", [4, 583, 0]], ["doughnut", [4, 583, 1]], ["annulus", [4, 583, 2]], ["ring", [4, 583, 3]]]}, {"answer": "anger", "hint": "synonyms for anger", "clues": [["choler", [4, 584, 0]], ["ira", [4, 584, 1]], ["ire", [4, 584, 2]], ["wrath", [4, 584, 3]]]}, {"answer": "angle_of_dip", "hint": "synonyms for angle of dip", "clues": [["magnetic dip", [4, 585, 0]], ["inclination", [4, 585, 1]], ["magnetic inclination", [4, 585, 2]], ["dip", [4, 585, 3]]]}, {"answer": "animate_being", "hint": "synonyms for animate being", "clues": [["creature", [4, 586, 0]], ["animal", [4, 586, 1]], ["brute", [4, 586, 2]], ["fauna", [4, 586, 3]], ["beast", [4, 586, 4]]]}, {"answer": "animation", "hint": "synonyms for animation", "clues": [["spiritedness", [4, 587, 0]], ["vitality", [4, 587, 1]], ["invigoration", [4, 587, 2]], ["brio", [4, 587, 3]], ["liveliness", [4, 587, 4]], ["vivification", [4, 587, 5]]]}, {"answer": "announcement", "hint": "synonyms for announcement", "clues": [["proclamation", [4, 588, 0]], ["promulgation", [4, 588, 1]], ["annunciation", [4, 588, 2]], ["declaration", [4, 588, 3]]]}, {"answer": "annoyance", "hint": "synonyms for annoyance", "clues": [["bother", [4, 589, 0]], ["vexation", [4, 589, 1]], ["botheration", [4, 589, 2]], ["pain", [4, 589, 3]], ["pain in the neck", [4, 589, 4]], ["pain in the ass", [4, 589, 5]], ["infliction", [4, 589, 6]], ["annoying", [4, 589, 7]], ["irritation", [4, 589, 8]], ["chafe", [4, 589, 9]]]}, {"answer": "annulus", "hint": "synonyms for annulus", "clues": [["anchor ring", [4, 590, 0]], ["halo", [4, 590, 1]], ["doughnut", [4, 590, 2]], ["ring", [4, 590, 3]]]}, {"answer": "anovulant", "hint": "synonyms for anovulant", "clues": [["anovulatory drug", [4, 591, 0]], ["pill", [4, 591, 1]], ["birth control pill", [4, 591, 2]], ["oral contraceptive", [4, 591, 3]], ["contraceptive pill", [4, 591, 4]]]}, {"answer": "anovulatory_drug", "hint": "synonyms for anovulatory drug", "clues": [["anovulant", [4, 592, 0]], ["pill", [4, 592, 1]], ["birth control pill", [4, 592, 2]], ["oral contraceptive", [4, 592, 3]], ["contraceptive pill", [4, 592, 4]]]}, {"answer": "answer", "hint": "synonyms for answer", "clues": [["reply", [4, 593, 0]], ["result", [4, 593, 1]], ["resolution", [4, 593, 2]], ["solvent", [4, 593, 3]], ["response", [4, 593, 4]]]}, {"answer": "antecedence", "hint": "synonyms for antecedence", "clues": [["precedency", [4, 594, 0]], ["anteriority", [4, 594, 1]], ["priority", [4, 594, 2]], ["antecedency", [4, 594, 3]]]}, {"answer": "antecedency", "hint": "synonyms for antecedency", "clues": [["precedency", [4, 595, 0]], ["priority", [4, 595, 1]], ["antecedence", [4, 595, 2]], ["anteriority", [4, 595, 3]]]}, {"answer": "antechamber", "hint": "synonyms for antechamber", "clues": [["lobby", [4, 596, 0]], ["vestibule", [4, 596, 1]], ["hall", [4, 596, 2]], ["entrance hall", [4, 596, 3]], ["foyer", [4, 596, 4]], ["anteroom", [4, 596, 5]]]}, {"answer": "anteroom", "hint": "synonyms for anteroom", "clues": [["antechamber", [4, 597, 0]], ["lobby", [4, 597, 1]], ["vestibule", [4, 597, 2]], ["hall", [4, 597, 3]], ["entrance hall", [4, 597, 4]], ["foyer", [4, 597, 5]]]}, {"answer": "anthesis", "hint": "synonyms for anthesis", "clues": [["efflorescence", [4, 598, 0]], ["inflorescence", [4, 598, 1]], ["flowering", [4, 598, 2]], ["blossoming", [4, 598, 3]]]}, {"answer": "antiaircraft_gun", "hint": "synonyms for antiaircraft gun", "clues": [["ack-ack gun", [4, 599, 0]], ["pom-pom", [4, 599, 1]], ["flak", [4, 599, 2]], ["ack-ack", [4, 599, 3]], ["antiaircraft", [4, 599, 4]]]}, {"answer": "antianxiety_agent", "hint": "synonyms for antianxiety agent", "clues": [["ataractic", [4, 600, 0]], ["tranquilizer", [4, 600, 1]], ["ataractic drug", [4, 600, 2]], ["ataractic agent", [4, 600, 3]]]}, {"answer": "antifungal_agent", "hint": "synonyms for antifungal agent", "clues": [["antimycotic agent", [4, 601, 0]], ["fungicide", [4, 601, 1]], ["antifungal", [4, 601, 2]], ["antimycotic", [4, 601, 3]]]}, {"answer": "antimycotic", "hint": "synonyms for antimycotic", "clues": [["antimycotic agent", [4, 602, 0]], ["fungicide", [4, 602, 1]], ["antifungal", [4, 602, 2]], ["antifungal agent", [4, 602, 3]]]}, {"answer": "antimycotic_agent", "hint": "synonyms for antimycotic agent", "clues": [["fungicide", [4, 603, 0]], ["antifungal", [4, 603, 1]], ["antimycotic", [4, 603, 2]], ["antifungal agent", [4, 603, 3]]]}, {"answer": "antipsychotic", "hint": "synonyms for antipsychotic", "clues": [["major tranquilliser", [4, 604, 0]], ["antipsychotic drug", [4, 604, 1]], ["antipsychotic agent", [4, 604, 2]], ["neuroleptic", [4, 604, 3]], ["neuroleptic drug", [4, 604, 4]], ["neuroleptic agent", [4, 604, 5]]]}, {"answer": "antipsychotic_agent", "hint": "synonyms for antipsychotic agent", "clues": [["major tranquilliser", [4, 605, 0]], ["antipsychotic drug", [4, 605, 1]], ["neuroleptic", [4, 605, 2]], ["neuroleptic drug", [4, 605, 3]], ["antipsychotic", [4, 605, 4]], ["neuroleptic agent", [4, 605, 5]]]}, {"answer": "antipsychotic_drug", "hint": "synonyms for antipsychotic drug", "clues": [["major tranquilliser", [4, 606, 0]], ["antipsychotic agent", [4, 606, 1]], ["neuroleptic", [4, 606, 2]], ["neuroleptic drug", [4, 606, 3]], ["antipsychotic", [4, 606, 4]], ["neuroleptic agent", [4, 606, 5]]]}, {"answer": "apex", "hint": "synonyms for apex", "clues": [["apex of the sun's way", [4, 607, 0]], ["acme", [4, 607, 1]], ["solar apex", [4, 607, 2]], ["vertex", [4, 607, 3]], ["peak", [4, 607, 4]]]}, {"answer": "aplomb", "hint": "synonyms for aplomb", "clues": [["poise", [4, 608, 0]], ["cool", [4, 608, 1]], ["sang-froid", [4, 608, 2]], ["assuredness", [4, 608, 3]]]}, {"answer": "apothecary's_shop", "hint": "synonyms for apothecary's shop", "clues": [["chemist's", [4, 609, 0]], ["drugstore", [4, 609, 1]], ["pharmacy", [4, 609, 2]], ["chemist's shop", [4, 609, 3]]]}, {"answer": "apparel_industry", "hint": "synonyms for apparel industry", "clues": [["fashion business", [4, 610, 0]], ["fashion industry", [4, 610, 1]], ["garment industry", [4, 610, 2]], ["rag trade", [4, 610, 3]]]}, {"answer": "apparent_horizon", "hint": "synonyms for apparent horizon", "clues": [["skyline", [4, 611, 0]], ["horizon", [4, 611, 1]], ["visible horizon", [4, 611, 2]], ["sensible horizon", [4, 611, 3]]]}, {"answer": "apparition", "hint": "synonyms for apparition", "clues": [["shadow", [4, 612, 0]], ["phantasm", [4, 612, 1]], ["fantasm", [4, 612, 2]], ["phantom", [4, 612, 3]]]}, {"answer": "appeal", "hint": "synonyms for appeal", "clues": [["prayer", [4, 613, 0]], ["collection", [4, 613, 1]], ["ingathering", [4, 613, 2]], ["charm", [4, 613, 3]], ["appealingness", [4, 613, 4]], ["entreaty", [4, 613, 5]], ["solicitation", [4, 613, 6]]]}, {"answer": "appearance", "hint": "synonyms for appearance", "clues": [["show", [4, 614, 0]], ["visual aspect", [4, 614, 1]], ["appearing", [4, 614, 2]], ["coming into court", [4, 614, 3]]]}, {"answer": "applesauce", "hint": "synonyms for applesauce", "clues": [["folderol", [4, 615, 0]], ["trumpery", [4, 615, 1]], ["codswallop", [4, 615, 2]], ["trash", [4, 615, 3]], ["wish-wash", [4, 615, 4]], ["rubbish", [4, 615, 5]], ["tripe", [4, 615, 6]], ["apple sauce", [4, 615, 7]]]}, {"answer": "appliance", "hint": "synonyms for appliance", "clues": [["gismo", [4, 616, 0]], ["convenience", [4, 616, 1]], ["contraption", [4, 616, 2]], ["contrivance", [4, 616, 3]], ["gizmo", [4, 616, 4]], ["gadget", [4, 616, 5]], ["widget", [4, 616, 6]]]}, {"answer": "application", "hint": "synonyms for application", "clues": [["lotion", [4, 617, 0]], ["coating", [4, 617, 1]], ["application program", [4, 617, 2]], ["practical application", [4, 617, 3]], ["diligence", [4, 617, 4]], ["covering", [4, 617, 5]]]}, {"answer": "appointment", "hint": "synonyms for appointment", "clues": [["designation", [4, 618, 0]], ["naming", [4, 618, 1]], ["fitting", [4, 618, 2]], ["engagement", [4, 618, 3]], ["assignment", [4, 618, 4]], ["date", [4, 618, 5]]]}, {"answer": "apportioning", "hint": "synonyms for apportioning", "clues": [["apportionment", [4, 619, 0]], ["parcelling", [4, 619, 1]], ["assignation", [4, 619, 2]], ["allocation", [4, 619, 3]], ["allotment", [4, 619, 4]]]}, {"answer": "apportionment", "hint": "synonyms for apportionment", "clues": [["parcelling", [4, 620, 0]], ["assignation", [4, 620, 1]], ["allocation", [4, 620, 2]], ["apportioning", [4, 620, 3]], ["allotment", [4, 620, 4]]]}, {"answer": "appreciation", "hint": "synonyms for appreciation", "clues": [["discernment", [4, 621, 0]], ["hold", [4, 621, 1]], ["grasp", [4, 621, 2]], ["perceptiveness", [4, 621, 3]], ["taste", [4, 621, 4]], ["admiration", [4, 621, 5]]]}, {"answer": "apprehension", "hint": "synonyms for apprehension", "clues": [["pinch", [4, 622, 0]], ["dread", [4, 622, 1]], ["understanding", [4, 622, 2]], ["savvy", [4, 622, 3]], ["misgiving", [4, 622, 4]], ["catch", [4, 622, 5]], ["taking into custody", [4, 622, 6]], ["apprehensiveness", [4, 622, 7]], ["discernment", [4, 622, 8]], ["arrest", [4, 622, 9]], ["collar", [4, 622, 10]]]}, {"answer": "approach", "hint": "synonyms for approach", "clues": [["approaching", [4, 623, 0]], ["approach path", [4, 623, 1]], ["advance", [4, 623, 2]], ["approach shot", [4, 623, 3]], ["coming", [4, 623, 4]], ["feeler", [4, 623, 5]], ["plan of attack", [4, 623, 6]], ["glide path", [4, 623, 7]], ["glide slope", [4, 623, 8]], ["access", [4, 623, 9]], ["attack", [4, 623, 10]], ["overture", [4, 623, 11]]]}, {"answer": "approximation", "hint": "synonyms for approximation", "clues": [["bringing close together", [4, 624, 0]], ["idea", [4, 624, 1]], ["estimate", [4, 624, 2]], ["estimation", [4, 624, 3]]]}, {"answer": "appurtenance", "hint": "synonyms for appurtenance", "clues": [["gear", [4, 625, 0]], ["supplement", [4, 625, 1]], ["accessory", [4, 625, 2]], ["paraphernalia", [4, 625, 3]], ["add-on", [4, 625, 4]]]}, {"answer": "aqua", "hint": "synonyms for aqua", "clues": [["aquamarine", [4, 626, 0]], ["peacock blue", [4, 626, 1]], ["cobalt blue", [4, 626, 2]], ["greenish blue", [4, 626, 3]], ["turquoise", [4, 626, 4]]]}, {"answer": "aquamarine", "hint": "synonyms for aquamarine", "clues": [["aqua", [4, 627, 0]], ["peacock blue", [4, 627, 1]], ["cobalt blue", [4, 627, 2]], ["greenish blue", [4, 627, 3]], ["turquoise", [4, 627, 4]]]}, {"answer": "arbalest", "hint": "synonyms for arbalest", "clues": [["mangonel", [4, 628, 0]], ["trebucket", [4, 628, 1]], ["catapult", [4, 628, 2]], ["arbalist", [4, 628, 3]], ["onager", [4, 628, 4]], ["ballista", [4, 628, 5]], ["bricole", [4, 628, 6]]]}, {"answer": "arbalist", "hint": "synonyms for arbalist", "clues": [["mangonel", [4, 629, 0]], ["trebucket", [4, 629, 1]], ["catapult", [4, 629, 2]], ["onager", [4, 629, 3]], ["ballista", [4, 629, 4]], ["arbalest", [4, 629, 5]], ["bricole", [4, 629, 6]]]}, {"answer": "arbitrariness", "hint": "synonyms for arbitrariness", "clues": [["whimsey", [4, 630, 0]], ["whimsicality", [4, 630, 1]], ["capriciousness", [4, 630, 2]], ["flightiness", [4, 630, 3]]]}, {"answer": "arbor", "hint": "synonyms for arbor", "clues": [["bower", [4, 631, 0]], ["mandril", [4, 631, 1]], ["arbour", [4, 631, 2]], ["spindle", [4, 631, 3]], ["pergola", [4, 631, 4]]]}, {"answer": "arc", "hint": "synonyms for arc", "clues": [["discharge", [4, 632, 0]], ["electric arc", [4, 632, 1]], ["spark", [4, 632, 2]], ["electric discharge", [4, 632, 3]], ["bow", [4, 632, 4]]]}, {"answer": "archness", "hint": "synonyms for archness", "clues": [["impertinence", [4, 633, 0]], ["perkiness", [4, 633, 1]], ["pertness", [4, 633, 2]], ["sauciness", [4, 633, 3]]]}, {"answer": "ardor", "hint": "synonyms for ardor", "clues": [["fervour", [4, 634, 0]], ["ardour", [4, 634, 1]], ["fire", [4, 634, 2]], ["fervidness", [4, 634, 3]], ["zeal", [4, 634, 4]], ["fervency", [4, 634, 5]], ["elan", [4, 634, 6]]]}, {"answer": "ardour", "hint": "synonyms for ardour", "clues": [["fervour", [4, 635, 0]], ["ardor", [4, 635, 1]], ["fire", [4, 635, 2]], ["fervidness", [4, 635, 3]], ["zeal", [4, 635, 4]], ["fervency", [4, 635, 5]], ["elan", [4, 635, 6]]]}, {"answer": "arena", "hint": "synonyms for arena", "clues": [["scene of action", [4, 636, 0]], ["bowl", [4, 636, 1]], ["stadium", [4, 636, 2]], ["sports stadium", [4, 636, 3]]]}, {"answer": "argot", "hint": "synonyms for argot", "clues": [["cant", [4, 637, 0]], ["patois", [4, 637, 1]], ["slang", [4, 637, 2]], ["lingo", [4, 637, 3]], ["jargon", [4, 637, 4]], ["vernacular", [4, 637, 5]]]}, {"answer": "arguing", "hint": "synonyms for arguing", "clues": [["argument", [4, 638, 0]], ["contention", [4, 638, 1]], ["disceptation", [4, 638, 2]], ["contestation", [4, 638, 3]], ["controversy", [4, 638, 4]], ["tilt", [4, 638, 5]]]}, {"answer": "argument", "hint": "synonyms for argument", "clues": [["line of reasoning", [4, 639, 0]], ["statement", [4, 639, 1]], ["argumentation", [4, 639, 2]], ["disceptation", [4, 639, 3]], ["debate", [4, 639, 4]], ["controversy", [4, 639, 5]], ["line", [4, 639, 6]], ["parameter", [4, 639, 7]], ["literary argument", [4, 639, 8]], ["contention", [4, 639, 9]], ["logical argument", [4, 639, 10]], ["contestation", [4, 639, 11]], ["arguing", [4, 639, 12]], ["tilt", [4, 639, 13]]]}, {"answer": "argumentation", "hint": "synonyms for argumentation", "clues": [["argument", [4, 640, 0]], ["line of reasoning", [4, 640, 1]], ["logical argument", [4, 640, 2]], ["debate", [4, 640, 3]], ["line", [4, 640, 4]]]}, {"answer": "arm", "hint": "synonyms for arm", "clues": [["subdivision", [4, 641, 0]], ["limb", [4, 641, 1]], ["branch", [4, 641, 2]], ["weapon system", [4, 641, 3]], ["weapon", [4, 641, 4]], ["sleeve", [4, 641, 5]]]}, {"answer": "armed_forces", "hint": "synonyms for armed forces", "clues": [["war machine", [4, 642, 0]], ["armed services", [4, 642, 1]], ["military machine", [4, 642, 2]], ["military", [4, 642, 3]]]}, {"answer": "armed_services", "hint": "synonyms for armed services", "clues": [["armed service", [4, 643, 0]], ["military service", [4, 643, 1]], ["service", [4, 643, 2]], ["war machine", [4, 643, 3]], ["military", [4, 643, 4]], ["armed forces", [4, 643, 5]], ["military machine", [4, 643, 6]]]}, {"answer": "arms", "hint": "synonyms for arms", "clues": [["munition", [4, 644, 0]], ["coat of arms", [4, 644, 1]], ["limb", [4, 644, 2]], ["arm", [4, 644, 3]], ["branch", [4, 644, 4]], ["implements of war", [4, 644, 5]], ["blazon", [4, 644, 6]], ["weapons system", [4, 644, 7]], ["weaponry", [4, 644, 8]], ["subdivision", [4, 644, 9]], ["sleeve", [4, 644, 10]]]}, {"answer": "aroma", "hint": "synonyms for aroma", "clues": [["scent", [4, 645, 0]], ["odor", [4, 645, 1]], ["fragrance", [4, 645, 2]], ["perfume", [4, 645, 3]], ["olfactory property", [4, 645, 4]], ["smell", [4, 645, 5]]]}, {"answer": "arrangement", "hint": "synonyms for arrangement", "clues": [["musical arrangement", [4, 646, 0]], ["organization", [4, 646, 1]], ["agreement", [4, 646, 2]], ["system", [4, 646, 3]], ["arranging", [4, 646, 4]], ["placement", [4, 646, 5]], ["transcription", [4, 646, 6]]]}, {"answer": "arrest", "hint": "synonyms for arrest", "clues": [["pinch", [4, 647, 0]], ["catch", [4, 647, 1]], ["taking into custody", [4, 647, 2]], ["apprehension", [4, 647, 3]], ["collar", [4, 647, 4]]]}, {"answer": "arrivederci", "hint": "synonyms for arrivederci", "clues": [["goodbye", [4, 648, 0]], ["sayonara", [4, 648, 1]], ["adieu", [4, 648, 2]], ["au revoir", [4, 648, 3]], ["bye", [4, 648, 4]], ["auf wiedersehen", [4, 648, 5]], ["bye-bye", [4, 648, 6]], ["adios", [4, 648, 7]], ["so long", [4, 648, 8]], ["cheerio", [4, 648, 9]], ["good day", [4, 648, 10]]]}, {"answer": "arrogance", "hint": "synonyms for arrogance", "clues": [["hauteur", [4, 649, 0]], ["haughtiness", [4, 649, 1]], ["high-handedness", [4, 649, 2]], ["lordliness", [4, 649, 3]]]}, {"answer": "arsenic", "hint": "synonyms for arsenic", "clues": [["ratsbane", [4, 650, 0]], ["atomic number 33", [4, 650, 1]], ["arsenous oxide", [4, 650, 2]], ["arsenous anhydride", [4, 650, 3]], ["white arsenic", [4, 650, 4]], ["arsenic trioxide", [4, 650, 5]]]}, {"answer": "arsenic_trioxide", "hint": "synonyms for arsenic trioxide", "clues": [["ratsbane", [4, 651, 0]], ["arsenous oxide", [4, 651, 1]], ["arsenous anhydride", [4, 651, 2]], ["arsenic", [4, 651, 3]], ["white arsenic", [4, 651, 4]]]}, {"answer": "arsenous_anhydride", "hint": "synonyms for arsenous anhydride", "clues": [["ratsbane", [4, 652, 0]], ["arsenous oxide", [4, 652, 1]], ["arsenic", [4, 652, 2]], ["white arsenic", [4, 652, 3]], ["arsenic trioxide", [4, 652, 4]]]}, {"answer": "arsenous_oxide", "hint": "synonyms for arsenous oxide", "clues": [["ratsbane", [4, 653, 0]], ["arsenous anhydride", [4, 653, 1]], ["arsenic", [4, 653, 2]], ["white arsenic", [4, 653, 3]], ["arsenic trioxide", [4, 653, 4]]]}, {"answer": "art", "hint": "synonyms for art", "clues": [["prowess", [4, 654, 0]], ["artistic creation", [4, 654, 1]], ["artwork", [4, 654, 2]], ["artistic production", [4, 654, 3]], ["graphics", [4, 654, 4]], ["fine art", [4, 654, 5]], ["artistry", [4, 654, 6]], ["nontextual matter", [4, 654, 7]]]}, {"answer": "article_of_clothing", "hint": "synonyms for article of clothing", "clues": [["wearable", [4, 655, 0]], ["vesture", [4, 655, 1]], ["habiliment", [4, 655, 2]], ["clothing", [4, 655, 3]], ["wear", [4, 655, 4]]]}, {"answer": "articulated_lorry", "hint": "synonyms for articulated lorry", "clues": [["trucking rig", [4, 656, 0]], ["rig", [4, 656, 1]], ["trailer truck", [4, 656, 2]], ["tractor trailer", [4, 656, 3]], ["semi", [4, 656, 4]]]}, {"answer": "articulation", "hint": "synonyms for articulation", "clues": [["voice", [4, 657, 0]], ["junction", [4, 657, 1]], ["juncture", [4, 657, 2]], ["join", [4, 657, 3]]]}, {"answer": "artillery", "hint": "synonyms for artillery", "clues": [["artillery unit", [4, 658, 0]], ["heavy weapon", [4, 658, 1]], ["gun", [4, 658, 2]], ["ordnance", [4, 658, 3]], ["weapon", [4, 658, 4]]]}, {"answer": "arts", "hint": "synonyms for arts", "clues": [["prowess", [4, 659, 0]], ["artistic creation", [4, 659, 1]], ["artistic production", [4, 659, 2]], ["humanities", [4, 659, 3]], ["nontextual matter", [4, 659, 4]], ["art", [4, 659, 5]], ["humanistic discipline", [4, 659, 6]], ["artwork", [4, 659, 7]], ["graphics", [4, 659, 8]], ["fine art", [4, 659, 9]], ["artistry", [4, 659, 10]], ["liberal arts", [4, 659, 11]]]}, {"answer": "asa_dulcis", "hint": "synonyms for asa dulcis", "clues": [["benzoin", [4, 660, 0]], ["gum benzoin", [4, 660, 1]], ["gum benjamin", [4, 660, 2]], ["benjamin", [4, 660, 3]]]}, {"answer": "ascension", "hint": "synonyms for ascension", "clues": [["rise", [4, 661, 0]], ["ascending", [4, 661, 1]], ["ascent", [4, 661, 2]], ["rising", [4, 661, 3]]]}, {"answer": "ascent", "hint": "synonyms for ascent", "clues": [["rise", [4, 662, 0]], ["acclivity", [4, 662, 1]], ["ascension", [4, 662, 2]], ["rising", [4, 662, 3]], ["ascending", [4, 662, 4]], ["upgrade", [4, 662, 5]], ["climb", [4, 662, 6]]]}, {"answer": "ash-bin", "hint": "synonyms for ash-bin", "clues": [["ashbin", [4, 663, 0]], ["ashcan", [4, 663, 1]], ["garbage can", [4, 663, 2]], ["trash bin", [4, 663, 3]], ["trash can", [4, 663, 4]], ["trash barrel", [4, 663, 5]], ["dustbin", [4, 663, 6]], ["wastebin", [4, 663, 7]]]}, {"answer": "ash_bin", "hint": "synonyms for ash bin", "clues": [["ashbin", [4, 664, 0]], ["ashcan", [4, 664, 1]], ["garbage can", [4, 664, 2]], ["trash can", [4, 664, 3]], ["trash barrel", [4, 664, 4]], ["dustbin", [4, 664, 5]], ["wastebin", [4, 664, 6]], ["trash bin", [4, 664, 7]]]}, {"answer": "ashbin", "hint": "synonyms for ashbin", "clues": [["ashcan", [4, 665, 0]], ["ash-bin", [4, 665, 1]], ["garbage can", [4, 665, 2]], ["trash bin", [4, 665, 3]], ["trash can", [4, 665, 4]], ["trash barrel", [4, 665, 5]], ["dustbin", [4, 665, 6]], ["wastebin", [4, 665, 7]]]}, {"answer": "ashcan", "hint": "synonyms for ashcan", "clues": [["ashbin", [4, 666, 0]], ["garbage can", [4, 666, 1]], ["trash bin", [4, 666, 2]], ["trash can", [4, 666, 3]], ["trash barrel", [4, 666, 4]], ["dustbin", [4, 666, 5]], ["wastebin", [4, 666, 6]]]}, {"answer": "aspect", "hint": "synonyms for aspect", "clues": [["vista", [4, 667, 0]], ["prospect", [4, 667, 1]], ["facial expression", [4, 667, 2]], ["look", [4, 667, 3]], ["panorama", [4, 667, 4]], ["view", [4, 667, 5]], ["expression", [4, 667, 6]], ["facet", [4, 667, 7]], ["scene", [4, 667, 8]]]}, {"answer": "asperity", "hint": "synonyms for asperity", "clues": [["severity", [4, 668, 0]], ["sharpness", [4, 668, 1]], ["severeness", [4, 668, 2]], ["rigour", [4, 668, 3]], ["hardship", [4, 668, 4]], ["rigourousness", [4, 668, 5]], ["grimness", [4, 668, 6]]]}, {"answer": "aspersion", "hint": "synonyms for aspersion", "clues": [["defamation", [4, 669, 0]], ["slander", [4, 669, 1]], ["slur", [4, 669, 2]], ["calumny", [4, 669, 3]], ["sprinkling", [4, 669, 4]], ["denigration", [4, 669, 5]]]}, {"answer": "aspiration", "hint": "synonyms for aspiration", "clues": [["inspiration", [4, 670, 0]], ["dream", [4, 670, 1]], ["intake", [4, 670, 2]], ["ambition", [4, 670, 3]], ["inhalation", [4, 670, 4]], ["breathing in", [4, 670, 5]]]}, {"answer": "ass", "hint": "synonyms for ass", "clues": [["arsenic", [4, 671, 0]], ["piece of ass", [4, 671, 1]], ["roll in the hay", [4, 671, 2]], ["piece of tail", [4, 671, 3]], ["shtup", [4, 671, 4]], ["screw", [4, 671, 5]], ["nookie", [4, 671, 6]], ["atomic number 33", [4, 671, 7]], ["nooky", [4, 671, 8]], ["fucking", [4, 671, 9]], ["shag", [4, 671, 10]]]}, {"answer": "assemblage", "hint": "synonyms for assemblage", "clues": [["assembly", [4, 672, 0]], ["accumulation", [4, 672, 1]], ["hookup", [4, 672, 2]], ["gathering", [4, 672, 3]], ["collection", [4, 672, 4]], ["aggregation", [4, 672, 5]]]}, {"answer": "assembly", "hint": "synonyms for assembly", "clues": [["gathering", [4, 673, 0]], ["meeting place", [4, 673, 1]], ["assemblage", [4, 673, 2]], ["forum", [4, 673, 3]], ["fabrication", [4, 673, 4]]]}, {"answer": "assertion", "hint": "synonyms for assertion", "clues": [["averment", [4, 674, 0]], ["affirmation", [4, 674, 1]], ["asseveration", [4, 674, 2]], ["statement", [4, 674, 3]]]}, {"answer": "assignation", "hint": "synonyms for assignation", "clues": [["tryst", [4, 675, 0]], ["apportionment", [4, 675, 1]], ["parcelling", [4, 675, 2]], ["apportioning", [4, 675, 3]], ["allocation", [4, 675, 4]], ["allotment", [4, 675, 5]]]}, {"answer": "assignment", "hint": "synonyms for assignment", "clues": [["duty assignment", [4, 676, 0]], ["designation", [4, 676, 1]], ["grant", [4, 676, 2]], ["appointment", [4, 676, 3]], ["naming", [4, 676, 4]], ["assigning", [4, 676, 5]]]}, {"answer": "assortment", "hint": "synonyms for assortment", "clues": [["smorgasbord", [4, 677, 0]], ["mixed bag", [4, 677, 1]], ["potpourri", [4, 677, 2]], ["categorisation", [4, 677, 3]], ["miscellanea", [4, 677, 4]], ["mixture", [4, 677, 5]], ["classification", [4, 677, 6]], ["variety", [4, 677, 7]], ["motley", [4, 677, 8]], ["compartmentalisation", [4, 677, 9]], ["salmagundi", [4, 677, 10]]]}, {"answer": "assumption", "hint": "synonyms for assumption", "clues": [["premiss", [4, 678, 0]], ["supposal", [4, 678, 1]], ["laying claim", [4, 678, 2]], ["presumption", [4, 678, 3]], ["supposition", [4, 678, 4]], ["effrontery", [4, 678, 5]], ["presumptuousness", [4, 678, 6]]]}, {"answer": "assurance", "hint": "synonyms for assurance", "clues": [["self-confidence", [4, 679, 0]], ["pledge", [4, 679, 1]], ["authority", [4, 679, 2]], ["self-assurance", [4, 679, 3]], ["confidence", [4, 679, 4]], ["sureness", [4, 679, 5]]]}, {"answer": "assuredness", "hint": "synonyms for assuredness", "clues": [["poise", [4, 680, 0]], ["cool", [4, 680, 1]], ["sang-froid", [4, 680, 2]], ["aplomb", [4, 680, 3]]]}, {"answer": "astuteness", "hint": "synonyms for astuteness", "clues": [["perspicacity", [4, 681, 0]], ["profundity", [4, 681, 1]], ["deepness", [4, 681, 2]], ["perspicaciousness", [4, 681, 3]], ["depth", [4, 681, 4]], ["profoundness", [4, 681, 5]], ["shrewdness", [4, 681, 6]]]}, {"answer": "asylum", "hint": "synonyms for asylum", "clues": [["mental institution", [4, 682, 0]], ["mental home", [4, 682, 1]], ["refuge", [4, 682, 2]], ["sanctuary", [4, 682, 3]], ["institution", [4, 682, 4]], ["insane asylum", [4, 682, 5]], ["mental hospital", [4, 682, 6]], ["psychiatric hospital", [4, 682, 7]]]}, {"answer": "ataractic_agent", "hint": "synonyms for ataractic agent", "clues": [["antianxiety agent", [4, 683, 0]], ["ataractic", [4, 683, 1]], ["tranquilizer", [4, 683, 2]], ["ataractic drug", [4, 683, 3]]]}, {"answer": "ataractic_drug", "hint": "synonyms for ataractic drug", "clues": [["antianxiety agent", [4, 684, 0]], ["ataractic", [4, 684, 1]], ["tranquilizer", [4, 684, 2]], ["ataractic agent", [4, 684, 3]]]}, {"answer": "ataraxis", "hint": "synonyms for ataraxis", "clues": [["heartsease", [4, 685, 0]], ["repose", [4, 685, 1]], ["serenity", [4, 685, 2]], ["peace of mind", [4, 685, 3]], ["peacefulness", [4, 685, 4]], ["peace", [4, 685, 5]]]}, {"answer": "atherodyde", "hint": "synonyms for atherodyde", "clues": [["ramjet engine", [4, 686, 0]], ["ramjet", [4, 686, 1]], ["athodyd", [4, 686, 2]], ["flying drainpipe", [4, 686, 3]]]}, {"answer": "athletic_supporter", "hint": "synonyms for athletic supporter", "clues": [["supporter", [4, 687, 0]], ["jockstrap", [4, 687, 1]], ["jock", [4, 687, 2]], ["suspensor", [4, 687, 3]]]}, {"answer": "athodyd", "hint": "synonyms for athodyd", "clues": [["ramjet engine", [4, 688, 0]], ["atherodyde", [4, 688, 1]], ["ramjet", [4, 688, 2]], ["flying drainpipe", [4, 688, 3]]]}, {"answer": "atm", "hint": "synonyms for atm", "clues": [["cash machine", [4, 689, 0]], ["atmosphere", [4, 689, 1]], ["cash dispenser", [4, 689, 2]], ["standard atmosphere", [4, 689, 3]], ["automated teller", [4, 689, 4]], ["automated teller machine", [4, 689, 5]], ["asynchronous transfer mode", [4, 689, 6]], ["standard pressure", [4, 689, 7]]]}, {"answer": "atmosphere", "hint": "synonyms for atmosphere", "clues": [["atm", [4, 690, 0]], ["air", [4, 690, 1]], ["standard pressure", [4, 690, 2]], ["standard atmosphere", [4, 690, 3]], ["aura", [4, 690, 4]]]}, {"answer": "atom", "hint": "synonyms for atom", "clues": [["particle", [4, 691, 0]], ["corpuscle", [4, 691, 1]], ["mote", [4, 691, 2]], ["molecule", [4, 691, 3]], ["speck", [4, 691, 4]]]}, {"answer": "atomiser", "hint": "synonyms for atomiser", "clues": [["nebuliser", [4, 692, 0]], ["spray", [4, 692, 1]], ["atomizer", [4, 692, 2]], ["sprayer", [4, 692, 3]]]}, {"answer": "atomizer", "hint": "synonyms for atomizer", "clues": [["atomiser", [4, 693, 0]], ["nebuliser", [4, 693, 1]], ["spray", [4, 693, 2]], ["sprayer", [4, 693, 3]]]}, {"answer": "atrociousness", "hint": "synonyms for atrociousness", "clues": [["barbarity", [4, 694, 0]], ["barbarousness", [4, 694, 1]], ["heinousness", [4, 694, 2]], ["atrocity", [4, 694, 3]]]}, {"answer": "atrocity", "hint": "synonyms for atrocity", "clues": [["barbarousness", [4, 695, 0]], ["atrociousness", [4, 695, 1]], ["heinousness", [4, 695, 2]], ["inhumanity", [4, 695, 3]], ["barbarity", [4, 695, 4]]]}, {"answer": "attachment", "hint": "synonyms for attachment", "clues": [["bond", [4, 696, 0]], ["fastening", [4, 696, 1]], ["adherence", [4, 696, 2]], ["adhesion", [4, 696, 3]], ["fond regard", [4, 696, 4]], ["affixation", [4, 696, 5]]]}, {"answer": "attack", "hint": "synonyms for attack", "clues": [["fire", [4, 697, 0]], ["onset", [4, 697, 1]], ["attempt", [4, 697, 2]], ["tone-beginning", [4, 697, 3]], ["approach", [4, 697, 4]], ["flack", [4, 697, 5]], ["onrush", [4, 697, 6]], ["onslaught", [4, 697, 7]], ["blast", [4, 697, 8]], ["plan of attack", [4, 697, 9]]]}, {"answer": "attainment", "hint": "synonyms for attainment", "clues": [["skill", [4, 698, 0]], ["accomplishment", [4, 698, 1]], ["acquirement", [4, 698, 2]], ["acquisition", [4, 698, 3]]]}, {"answer": "attempt", "hint": "synonyms for attempt", "clues": [["endeavor", [4, 699, 0]], ["try", [4, 699, 1]], ["attack", [4, 699, 2]], ["effort", [4, 699, 3]]]}, {"answer": "attracter", "hint": "synonyms for attracter", "clues": [["attractor", [4, 700, 0]], ["attraction", [4, 700, 1]], ["magnet", [4, 700, 2]], ["attractive feature", [4, 700, 3]]]}, {"answer": "attraction", "hint": "synonyms for attraction", "clues": [["attractor", [4, 701, 0]], ["attractive force", [4, 701, 1]], ["attractiveness", [4, 701, 2]], ["magnet", [4, 701, 3]], ["attractive feature", [4, 701, 4]]]}, {"answer": "attractor", "hint": "synonyms for attractor", "clues": [["attracter", [4, 702, 0]], ["attraction", [4, 702, 1]], ["magnet", [4, 702, 2]], ["attractive feature", [4, 702, 3]]]}, {"answer": "attrition", "hint": "synonyms for attrition", "clues": [["corrasion", [4, 703, 0]], ["detrition", [4, 703, 1]], ["abrasion", [4, 703, 2]], ["contrition", [4, 703, 3]], ["contriteness", [4, 703, 4]], ["grinding", [4, 703, 5]]]}, {"answer": "au_revoir", "hint": "synonyms for au revoir", "clues": [["arrivederci", [4, 704, 0]], ["goodbye", [4, 704, 1]], ["sayonara", [4, 704, 2]], ["adieu", [4, 704, 3]], ["bye", [4, 704, 4]], ["auf wiedersehen", [4, 704, 5]], ["bye-bye", [4, 704, 6]], ["adios", [4, 704, 7]], ["so long", [4, 704, 8]], ["cheerio", [4, 704, 9]], ["good day", [4, 704, 10]]]}, {"answer": "audio", "hint": "synonyms for audio", "clues": [["sound", [4, 705, 0]], ["audio recording", [4, 705, 1]], ["sound recording", [4, 705, 2]], ["audio frequency", [4, 705, 3]]]}, {"answer": "audition", "hint": "synonyms for audition", "clues": [["tryout", [4, 706, 0]], ["auditory sense", [4, 706, 1]], ["hearing", [4, 706, 2]], ["auditory modality", [4, 706, 3]], ["sense of hearing", [4, 706, 4]]]}, {"answer": "auditory_modality", "hint": "synonyms for auditory modality", "clues": [["sense of hearing", [4, 707, 0]], ["auditory sense", [4, 707, 1]], ["hearing", [4, 707, 2]], ["audition", [4, 707, 3]]]}, {"answer": "auditory_sense", "hint": "synonyms for auditory sense", "clues": [["sense of hearing", [4, 708, 0]], ["hearing", [4, 708, 1]], ["auditory modality", [4, 708, 2]], ["audition", [4, 708, 3]]]}, {"answer": "auf_wiedersehen", "hint": "synonyms for auf wiedersehen", "clues": [["arrivederci", [4, 709, 0]], ["goodbye", [4, 709, 1]], ["sayonara", [4, 709, 2]], ["adieu", [4, 709, 3]], ["au revoir", [4, 709, 4]], ["bye", [4, 709, 5]], ["bye-bye", [4, 709, 6]], ["adios", [4, 709, 7]], ["so long", [4, 709, 8]], ["cheerio", [4, 709, 9]], ["good day", [4, 709, 10]]]}, {"answer": "auger", "hint": "synonyms for auger", "clues": [["plumber's snake", [4, 710, 0]], ["gimlet", [4, 710, 1]], ["screw auger", [4, 710, 2]], ["wimble", [4, 710, 3]]]}, {"answer": "aught", "hint": "synonyms for aught", "clues": [["zip", [4, 711, 0]], ["naught", [4, 711, 1]], ["nix", [4, 711, 2]], ["zilch", [4, 711, 3]], ["cypher", [4, 711, 4]], ["nil", [4, 711, 5]], ["null", [4, 711, 6]], ["nothing", [4, 711, 7]], ["zero", [4, 711, 8]], ["nada", [4, 711, 9]], ["cipher", [4, 711, 10]], ["zippo", [4, 711, 11]], ["goose egg", [4, 711, 12]]]}, {"answer": "aura", "hint": "synonyms for aura", "clues": [["glory", [4, 712, 0]], ["nimbus", [4, 712, 1]], ["aureole", [4, 712, 2]], ["gloriole", [4, 712, 3]], ["halo", [4, 712, 4]], ["air", [4, 712, 5]], ["atmosphere", [4, 712, 6]]]}, {"answer": "aureole", "hint": "synonyms for aureole", "clues": [["glory", [4, 713, 0]], ["gloriole", [4, 713, 1]], ["nimbus", [4, 713, 2]], ["corona", [4, 713, 3]], ["halo", [4, 713, 4]], ["aura", [4, 713, 5]]]}, {"answer": "aurora", "hint": "synonyms for aurora", "clues": [["break of day", [4, 714, 0]], ["first light", [4, 714, 1]], ["sunup", [4, 714, 2]], ["dawn", [4, 714, 3]], ["daybreak", [4, 714, 4]], ["dayspring", [4, 714, 5]], ["sunrise", [4, 714, 6]], ["morning", [4, 714, 7]], ["cockcrow", [4, 714, 8]]]}, {"answer": "authorisation", "hint": "synonyms for authorisation", "clues": [["sanction", [4, 715, 0]], ["say-so", [4, 715, 1]], ["dominance", [4, 715, 2]], ["authorization", [4, 715, 3]], ["potency", [4, 715, 4]], ["authority", [4, 715, 5]], ["mandate", [4, 715, 6]], ["empowerment", [4, 715, 7]]]}, {"answer": "authoritarianism", "hint": "synonyms for authoritarianism", "clues": [["dictatorship", [4, 716, 0]], ["one-man rule", [4, 716, 1]], ["despotism", [4, 716, 2]], ["totalitarianism", [4, 716, 3]], ["absolutism", [4, 716, 4]], ["monocracy", [4, 716, 5]], ["shogunate", [4, 716, 6]], ["tyranny", [4, 716, 7]]]}, {"answer": "authorities", "hint": "synonyms for authorities", "clues": [["sanction", [4, 717, 0]], ["government", [4, 717, 1]], ["potency", [4, 717, 2]], ["agency", [4, 717, 3]], ["authority", [4, 717, 4]], ["bureau", [4, 717, 5]], ["authorisation", [4, 717, 6]], ["confidence", [4, 717, 7]], ["regime", [4, 717, 8]], ["office", [4, 717, 9]], ["say-so", [4, 717, 10]], ["assurance", [4, 717, 11]], ["dominance", [4, 717, 12]], ["federal agency", [4, 717, 13]], ["government agency", [4, 717, 14]], ["self-assurance", [4, 717, 15]], ["sureness", [4, 717, 16]], ["self-confidence", [4, 717, 17]]]}, {"answer": "authority", "hint": "synonyms for authority", "clues": [["sanction", [4, 718, 0]], ["office", [4, 718, 1]], ["say-so", [4, 718, 2]], ["assurance", [4, 718, 3]], ["dominance", [4, 718, 4]], ["authorisation", [4, 718, 5]], ["federal agency", [4, 718, 6]], ["government agency", [4, 718, 7]], ["potency", [4, 718, 8]], ["self-assurance", [4, 718, 9]], ["agency", [4, 718, 10]], ["sureness", [4, 718, 11]], ["self-confidence", [4, 718, 12]], ["bureau", [4, 718, 13]], ["confidence", [4, 718, 14]]]}, {"answer": "authorization", "hint": "synonyms for authorization", "clues": [["authorisation", [4, 719, 0]], ["sanction", [4, 719, 1]], ["say-so", [4, 719, 2]], ["dominance", [4, 719, 3]], ["potency", [4, 719, 4]], ["authority", [4, 719, 5]], ["mandate", [4, 719, 6]], ["empowerment", [4, 719, 7]]]}, {"answer": "authorship", "hint": "synonyms for authorship", "clues": [["penning", [4, 720, 0]], ["writing", [4, 720, 1]], ["paternity", [4, 720, 2]], ["composition", [4, 720, 3]]]}, {"answer": "auto", "hint": "synonyms for auto", "clues": [["motorcar", [4, 721, 0]], ["machine", [4, 721, 1]], ["car", [4, 721, 2]], ["automobile", [4, 721, 3]]]}, {"answer": "auto_maker", "hint": "synonyms for auto maker", "clues": [["car manufacturer", [4, 722, 0]], ["auto manufacturer", [4, 722, 1]], ["car maker", [4, 722, 2]], ["automaker", [4, 722, 3]]]}, {"answer": "autobus", "hint": "synonyms for autobus", "clues": [["bus", [4, 723, 0]], ["charabanc", [4, 723, 1]], ["passenger vehicle", [4, 723, 2]], ["double-decker", [4, 723, 3]], ["omnibus", [4, 723, 4]], ["motorbus", [4, 723, 5]], ["jitney", [4, 723, 6]], ["motorcoach", [4, 723, 7]], ["coach", [4, 723, 8]]]}, {"answer": "automaker", "hint": "synonyms for automaker", "clues": [["car manufacturer", [4, 724, 0]], ["auto maker", [4, 724, 1]], ["auto manufacturer", [4, 724, 2]], ["car maker", [4, 724, 3]]]}, {"answer": "automated_teller", "hint": "synonyms for automated teller", "clues": [["cash machine", [4, 725, 0]], ["automated teller machine", [4, 725, 1]], ["cash dispenser", [4, 725, 2]], ["automatic teller", [4, 725, 3]]]}, {"answer": "automated_teller_machine", "hint": "synonyms for automated teller machine", "clues": [["cash machine", [4, 726, 0]], ["automatic teller machine", [4, 726, 1]], ["cash dispenser", [4, 726, 2]], ["automatic teller", [4, 726, 3]]]}, {"answer": "automatic_teller", "hint": "synonyms for automatic teller", "clues": [["cash machine", [4, 727, 0]], ["automated teller machine", [4, 727, 1]], ["cash dispenser", [4, 727, 2]], ["automated teller", [4, 727, 3]]]}, {"answer": "automatic_teller_machine", "hint": "synonyms for automatic teller machine", "clues": [["cash machine", [4, 728, 0]], ["automated teller machine", [4, 728, 1]], ["cash dispenser", [4, 728, 2]], ["automatic teller", [4, 728, 3]]]}, {"answer": "automobile", "hint": "synonyms for automobile", "clues": [["motorcar", [4, 729, 0]], ["auto", [4, 729, 1]], ["car", [4, 729, 2]], ["machine", [4, 729, 3]]]}, {"answer": "automobile_horn", "hint": "synonyms for automobile horn", "clues": [["car horn", [4, 730, 0]], ["horn", [4, 730, 1]], ["hooter", [4, 730, 2]], ["motor horn", [4, 730, 3]]]}, {"answer": "avarice", "hint": "synonyms for avarice", "clues": [["greed", [4, 731, 0]], ["rapacity", [4, 731, 1]], ["covetousness", [4, 731, 2]], ["cupidity", [4, 731, 3]], ["avaritia", [4, 731, 4]], ["avariciousness", [4, 731, 5]]]}, {"answer": "avaritia", "hint": "synonyms for avaritia", "clues": [["greed", [4, 732, 0]], ["rapacity", [4, 732, 1]], ["avarice", [4, 732, 2]], ["covetousness", [4, 732, 3]]]}, {"answer": "aviation", "hint": "synonyms for aviation", "clues": [["air travel", [4, 733, 0]], ["air", [4, 733, 1]], ["airmanship", [4, 733, 2]], ["air power", [4, 733, 3]]]}, {"answer": "avocation", "hint": "synonyms for avocation", "clues": [["pursuit", [4, 734, 0]], ["sideline", [4, 734, 1]], ["spare-time activity", [4, 734, 2]], ["by-line", [4, 734, 3]], ["hobby", [4, 734, 4]]]}, {"answer": "avoirdupois", "hint": "synonyms for avoirdupois", "clues": [["fatness", [4, 735, 0]], ["avoirdupois weight", [4, 735, 1]], ["blubber", [4, 735, 2]], ["fat", [4, 735, 3]]]}, {"answer": "award", "hint": "synonyms for award", "clues": [["laurels", [4, 736, 0]], ["honor", [4, 736, 1]], ["accolade", [4, 736, 2]], ["awarding", [4, 736, 3]], ["prize", [4, 736, 4]]]}, {"answer": "awareness", "hint": "synonyms for awareness", "clues": [["knowingness", [4, 737, 0]], ["consciousness", [4, 737, 1]], ["sentience", [4, 737, 2]], ["cognisance", [4, 737, 3]]]}, {"answer": "awkwardness", "hint": "synonyms for awkwardness", "clues": [["maladroitness", [4, 738, 0]], ["ineptness", [4, 738, 1]], ["ineptitude", [4, 738, 2]], ["clumsiness", [4, 738, 3]], ["unwieldiness", [4, 738, 4]], ["cumbersomeness", [4, 738, 5]], ["slowness", [4, 738, 6]], ["stiffness", [4, 738, 7]], ["nuisance value", [4, 738, 8]], ["gracelessness", [4, 738, 9]]]}, {"answer": "b", "hint": "synonyms for b", "clues": [["vitamin B", [4, 739, 0]], ["atomic number 5", [4, 739, 1]], ["barn", [4, 739, 2]], ["vitamin B complex", [4, 739, 3]], ["boron", [4, 739, 4]]]}, {"answer": "baby_buggy", "hint": "synonyms for baby buggy", "clues": [["pram", [4, 740, 0]], ["carriage", [4, 740, 1]], ["go-cart", [4, 740, 2]], ["stroller", [4, 740, 3]], ["pushchair", [4, 740, 4]], ["pusher", [4, 740, 5]], ["baby carriage", [4, 740, 6]], ["perambulator", [4, 740, 7]]]}, {"answer": "baby_carriage", "hint": "synonyms for baby carriage", "clues": [["pram", [4, 741, 0]], ["carriage", [4, 741, 1]], ["go-cart", [4, 741, 2]], ["stroller", [4, 741, 3]], ["pushchair", [4, 741, 4]], ["baby buggy", [4, 741, 5]], ["pusher", [4, 741, 6]], ["perambulator", [4, 741, 7]]]}, {"answer": "bacchanalia", "hint": "synonyms for bacchanalia", "clues": [["debauch", [4, 742, 0]], ["saturnalia", [4, 742, 1]], ["drunken revelry", [4, 742, 2]], ["orgy", [4, 742, 3]], ["riot", [4, 742, 4]], ["bacchanal", [4, 742, 5]], ["debauchery", [4, 742, 6]]]}, {"answer": "back_breaker", "hint": "synonyms for back breaker", "clues": [["loony toons", [4, 743, 0]], ["pane", [4, 743, 1]], ["battery-acid", [4, 743, 2]], ["dose", [4, 743, 3]], ["dot", [4, 743, 4]], ["window pane", [4, 743, 5]], ["acid", [4, 743, 6]], ["superman", [4, 743, 7]]]}, {"answer": "back_pack", "hint": "synonyms for back pack", "clues": [["backpack", [4, 744, 0]], ["packsack", [4, 744, 1]], ["rucksack", [4, 744, 2]], ["haversack", [4, 744, 3]], ["knapsack", [4, 744, 4]]]}, {"answer": "back_talk", "hint": "synonyms for back talk", "clues": [["lip", [4, 745, 0]], ["sass", [4, 745, 1]], ["backtalk", [4, 745, 2]], ["mouth", [4, 745, 3]]]}, {"answer": "backbone", "hint": "synonyms for backbone", "clues": [["gumption", [4, 746, 0]], ["anchor", [4, 746, 1]], ["keystone", [4, 746, 2]], ["mainstay", [4, 746, 3]], ["linchpin", [4, 746, 4]], ["grit", [4, 746, 5]], ["sand", [4, 746, 6]], ["spine", [4, 746, 7]], ["moxie", [4, 746, 8]], ["guts", [4, 746, 9]]]}, {"answer": "background", "hint": "synonyms for background", "clues": [["background signal", [4, 747, 0]], ["desktop", [4, 747, 1]], ["screen background", [4, 747, 2]], ["backcloth", [4, 747, 3]], ["ground", [4, 747, 4]], ["backdrop", [4, 747, 5]], ["background knowledge", [4, 747, 6]]]}, {"answer": "backing", "hint": "synonyms for backing", "clues": [["support", [4, 748, 0]], ["patronage", [4, 748, 1]], ["mount", [4, 748, 2]], ["financial backing", [4, 748, 3]], ["championship", [4, 748, 4]], ["financial support", [4, 748, 5]], ["funding", [4, 748, 6]], ["backup", [4, 748, 7]]]}, {"answer": "backpack", "hint": "synonyms for backpack", "clues": [["packsack", [4, 749, 0]], ["back pack", [4, 749, 1]], ["rucksack", [4, 749, 2]], ["haversack", [4, 749, 3]], ["knapsack", [4, 749, 4]]]}, {"answer": "backsheesh", "hint": "synonyms for backsheesh", "clues": [["tip", [4, 750, 0]], ["baksheesh", [4, 750, 1]], ["bakshis", [4, 750, 2]], ["pourboire", [4, 750, 3]], ["gratuity", [4, 750, 4]]]}, {"answer": "backsliding", "hint": "synonyms for backsliding", "clues": [["lapse", [4, 751, 0]], ["relapse", [4, 751, 1]], ["lapsing", [4, 751, 2]], ["reversion", [4, 751, 3]], ["reverting", [4, 751, 4]]]}, {"answer": "backtalk", "hint": "synonyms for backtalk", "clues": [["lip", [4, 752, 0]], ["sass", [4, 752, 1]], ["back talk", [4, 752, 2]], ["mouth", [4, 752, 3]]]}, {"answer": "backup", "hint": "synonyms for backup", "clues": [["championship", [4, 753, 0]], ["patronage", [4, 753, 1]], ["computer backup", [4, 753, 2]], ["support", [4, 753, 3]], ["musical accompaniment", [4, 753, 4]], ["backing", [4, 753, 5]], ["accompaniment", [4, 753, 6]]]}, {"answer": "backwardness", "hint": "synonyms for backwardness", "clues": [["retardation", [4, 754, 0]], ["slowness", [4, 754, 1]], ["subnormality", [4, 754, 2]], ["mental retardation", [4, 754, 3]]]}, {"answer": "backwash", "hint": "synonyms for backwash", "clues": [["wake", [4, 755, 0]], ["aftermath", [4, 755, 1]], ["airstream", [4, 755, 2]], ["slipstream", [4, 755, 3]], ["wash", [4, 755, 4]], ["race", [4, 755, 5]]]}, {"answer": "badness", "hint": "synonyms for badness", "clues": [["severity", [4, 756, 0]], ["mischievousness", [4, 756, 1]], ["naughtiness", [4, 756, 2]], ["severeness", [4, 756, 3]], ["bad", [4, 756, 4]]]}, {"answer": "bafflement", "hint": "synonyms for bafflement", "clues": [["obfuscation", [4, 757, 0]], ["bemusement", [4, 757, 1]], ["bewilderment", [4, 757, 2]], ["mystification", [4, 757, 3]], ["puzzlement", [4, 757, 4]], ["befuddlement", [4, 757, 5]]]}, {"answer": "bag", "hint": "synonyms for bag", "clues": [["traveling bag", [4, 758, 0]], ["pocketbook", [4, 758, 1]], ["dish", [4, 758, 2]], ["purse", [4, 758, 3]], ["base", [4, 758, 4]], ["cup of tea", [4, 758, 5]], ["handbag", [4, 758, 6]], ["bagful", [4, 758, 7]], ["suitcase", [4, 758, 8]], ["grip", [4, 758, 9]]]}, {"answer": "bagatelle", "hint": "synonyms for bagatelle", "clues": [["frippery", [4, 759, 0]], ["fluff", [4, 759, 1]], ["frivolity", [4, 759, 2]], ["bar billiards", [4, 759, 3]]]}, {"answer": "bagnio", "hint": "synonyms for bagnio", "clues": [["bathhouse", [4, 760, 0]], ["house of prostitution", [4, 760, 1]], ["sporting house", [4, 760, 2]], ["whorehouse", [4, 760, 3]], ["bawdyhouse", [4, 760, 4]], ["house of ill repute", [4, 760, 5]], ["cathouse", [4, 760, 6]], ["bordello", [4, 760, 7]], ["brothel", [4, 760, 8]]]}, {"answer": "bailiwick", "hint": "synonyms for bailiwick", "clues": [["field of study", [4, 761, 0]], ["subject area", [4, 761, 1]], ["field", [4, 761, 2]], ["study", [4, 761, 3]], ["subject", [4, 761, 4]], ["subject field", [4, 761, 5]], ["discipline", [4, 761, 6]]]}, {"answer": "bait", "hint": "synonyms for bait", "clues": [["hook", [4, 762, 0]], ["decoy", [4, 762, 1]], ["sweetener", [4, 762, 2]], ["lure", [4, 762, 3]], ["come-on", [4, 762, 4]]]}, {"answer": "baking_soda", "hint": "synonyms for baking soda", "clues": [["bicarbonate of soda", [4, 763, 0]], ["sodium bicarbonate", [4, 763, 1]], ["sodium hydrogen carbonate", [4, 763, 2]], ["saleratus", [4, 763, 3]]]}, {"answer": "baksheesh", "hint": "synonyms for baksheesh", "clues": [["tip", [4, 764, 0]], ["pourboire", [4, 764, 1]], ["backsheesh", [4, 764, 2]], ["bakshis", [4, 764, 3]], ["gratuity", [4, 764, 4]]]}, {"answer": "bakshis", "hint": "synonyms for bakshis", "clues": [["tip", [4, 765, 0]], ["baksheesh", [4, 765, 1]], ["pourboire", [4, 765, 2]], ["gratuity", [4, 765, 3]], ["bakshish", [4, 765, 4]]]}, {"answer": "bakshish", "hint": "synonyms for bakshish", "clues": [["tip", [4, 766, 0]], ["baksheesh", [4, 766, 1]], ["bakshis", [4, 766, 2]], ["pourboire", [4, 766, 3]], ["gratuity", [4, 766, 4]]]}, {"answer": "balance", "hint": "synonyms for balance", "clues": [["residuum", [4, 767, 0]], ["counterpoise", [4, 767, 1]], ["symmetricalness", [4, 767, 2]], ["equilibrium", [4, 767, 3]], ["rest", [4, 767, 4]], ["symmetry", [4, 767, 5]], ["proportion", [4, 767, 6]], ["proportionality", [4, 767, 7]], ["equaliser", [4, 767, 8]], ["remainder", [4, 767, 9]], ["counterweight", [4, 767, 10]], ["residue", [4, 767, 11]], ["equipoise", [4, 767, 12]], ["residual", [4, 767, 13]], ["balance wheel", [4, 767, 14]], ["counterbalance", [4, 767, 15]], ["correspondence", [4, 767, 16]]]}, {"answer": "balk", "hint": "synonyms for balk", "clues": [["impediment", [4, 768, 0]], ["baulk", [4, 768, 1]], ["check", [4, 768, 2]], ["hindrance", [4, 768, 3]], ["rafter", [4, 768, 4]], ["handicap", [4, 768, 5]], ["deterrent", [4, 768, 6]]]}, {"answer": "ball", "hint": "synonyms for ball", "clues": [["clump", [4, 769, 0]], ["musket ball", [4, 769, 1]], ["clod", [4, 769, 2]], ["formal", [4, 769, 3]], ["chunk", [4, 769, 4]], ["glob", [4, 769, 5]], ["orb", [4, 769, 6]]]}, {"answer": "ballista", "hint": "synonyms for ballista", "clues": [["mangonel", [4, 770, 0]], ["trebucket", [4, 770, 1]], ["arbalist", [4, 770, 2]], ["onager", [4, 770, 3]], ["bricole", [4, 770, 4]], ["catapult", [4, 770, 5]]]}, {"answer": "balm", "hint": "synonyms for balm", "clues": [["salve", [4, 771, 0]], ["unguent", [4, 771, 1]], ["unction", [4, 771, 2]], ["ointment", [4, 771, 3]]]}, {"answer": "baloney", "hint": "synonyms for baloney", "clues": [["tarradiddle", [4, 772, 0]], ["twaddle", [4, 772, 1]], ["tosh", [4, 772, 2]], ["bilgewater", [4, 772, 3]], ["bosh", [4, 772, 4]], ["boloney", [4, 772, 5]], ["tommyrot", [4, 772, 6]], ["humbug", [4, 772, 7]], ["drool", [4, 772, 8]]]}, {"answer": "balusters", "hint": "synonyms for balusters", "clues": [["bannister", [4, 773, 0]], ["balustrade", [4, 773, 1]], ["baluster", [4, 773, 2]], ["handrail", [4, 773, 3]]]}, {"answer": "bam", "hint": "synonyms for bam", "clues": [["eruption", [4, 774, 0]], ["bang", [4, 774, 1]], ["clap", [4, 774, 2]], ["blast", [4, 774, 3]]]}, {"answer": "ban", "hint": "synonyms for ban", "clues": [["forbidding", [4, 775, 0]], ["forbiddance", [4, 775, 1]], ["banning", [4, 775, 2]], ["prohibition", [4, 775, 3]], ["proscription", [4, 775, 4]]]}, {"answer": "banality", "hint": "synonyms for banality", "clues": [["bromide", [4, 776, 0]], ["commonplace", [4, 776, 1]], ["cliche", [4, 776, 2]], ["platitude", [4, 776, 3]]]}, {"answer": "band", "hint": "synonyms for band", "clues": [["banding", [4, 777, 0]], ["dance band", [4, 777, 1]], ["ring", [4, 777, 2]], ["set", [4, 777, 3]], ["lot", [4, 777, 4]], ["dance orchestra", [4, 777, 5]], ["stria", [4, 777, 6]], ["stripe", [4, 777, 7]], ["circle", [4, 777, 8]], ["striation", [4, 777, 9]]]}, {"answer": "bandelet", "hint": "synonyms for bandelet", "clues": [["bandlet", [4, 778, 0]], ["annulet", [4, 778, 1]], ["square and rabbet", [4, 778, 2]], ["bandelette", [4, 778, 3]]]}, {"answer": "banding", "hint": "synonyms for banding", "clues": [["stria", [4, 779, 0]], ["band", [4, 779, 1]], ["stripe", [4, 779, 2]], ["striation", [4, 779, 3]]]}, {"answer": "bangle", "hint": "synonyms for bangle", "clues": [["novelty", [4, 780, 0]], ["bauble", [4, 780, 1]], ["gewgaw", [4, 780, 2]], ["gaud", [4, 780, 3]], ["trinket", [4, 780, 4]], ["fallal", [4, 780, 5]], ["bracelet", [4, 780, 6]]]}, {"answer": "banister", "hint": "synonyms for banister", "clues": [["balusters", [4, 781, 0]], ["balustrade", [4, 781, 1]], ["bannister", [4, 781, 2]], ["handrail", [4, 781, 3]]]}, {"answer": "bank", "hint": "synonyms for bank", "clues": [["cant", [4, 782, 0]], ["banking concern", [4, 782, 1]], ["money box", [4, 782, 2]], ["coin bank", [4, 782, 3]], ["bank building", [4, 782, 4]], ["banking company", [4, 782, 5]], ["savings bank", [4, 782, 6]], ["camber", [4, 782, 7]], ["depository financial institution", [4, 782, 8]]]}, {"answer": "bank_bill", "hint": "synonyms for bank bill", "clues": [["greenback", [4, 783, 0]], ["government note", [4, 783, 1]], ["bank note", [4, 783, 2]], ["banker's bill", [4, 783, 3]], ["bill", [4, 783, 4]], ["note", [4, 783, 5]]]}, {"answer": "bank_line", "hint": "synonyms for bank line", "clues": [["line of credit", [4, 784, 0]], ["personal line of credit", [4, 784, 1]], ["line", [4, 784, 2]], ["credit line", [4, 784, 3]], ["personal credit line", [4, 784, 4]]]}, {"answer": "bank_note", "hint": "synonyms for bank note", "clues": [["greenback", [4, 785, 0]], ["bank bill", [4, 785, 1]], ["government note", [4, 785, 2]], ["banker's bill", [4, 785, 3]], ["bill", [4, 785, 4]], ["note", [4, 785, 5]], ["banknote", [4, 785, 6]]]}, {"answer": "banker's_bill", "hint": "synonyms for banker's bill", "clues": [["greenback", [4, 786, 0]], ["bank bill", [4, 786, 1]], ["government note", [4, 786, 2]], ["bank note", [4, 786, 3]], ["bill", [4, 786, 4]], ["note", [4, 786, 5]]]}, {"answer": "banknote", "hint": "synonyms for banknote", "clues": [["greenback", [4, 787, 0]], ["bank bill", [4, 787, 1]], ["bank note", [4, 787, 2]], ["government note", [4, 787, 3]], ["banker's bill", [4, 787, 4]], ["bill", [4, 787, 5]], ["note", [4, 787, 6]]]}, {"answer": "banks", "hint": "synonyms for banks", "clues": [["bank", [4, 788, 0]], ["bank building", [4, 788, 1]], ["savings bank", [4, 788, 2]], ["depository financial institution", [4, 788, 3]], ["cant", [4, 788, 4]], ["banking concern", [4, 788, 5]], ["money box", [4, 788, 6]], ["coin bank", [4, 788, 7]], ["banking company", [4, 788, 8]], ["camber", [4, 788, 9]]]}, {"answer": "bannister", "hint": "synonyms for bannister", "clues": [["banister", [4, 789, 0]], ["balusters", [4, 789, 1]], ["balustrade", [4, 789, 2]], ["handrail", [4, 789, 3]]]}, {"answer": "bar", "hint": "synonyms for bar", "clues": [["legal profession", [4, 790, 0]], ["stripe", [4, 790, 1]], ["barroom", [4, 790, 2]], ["prevention", [4, 790, 3]], ["taproom", [4, 790, 4]], ["cake", [4, 790, 5]], ["legal community", [4, 790, 6]], ["measure", [4, 790, 7]], ["streak", [4, 790, 8]], ["saloon", [4, 790, 9]], ["ginmill", [4, 790, 10]]]}, {"answer": "barb", "hint": "synonyms for barb", "clues": [["dig", [4, 791, 0]], ["shaft", [4, 791, 1]], ["jibe", [4, 791, 2]], ["gibe", [4, 791, 3]], ["shot", [4, 791, 4]], ["slam", [4, 791, 5]]]}, {"answer": "barbarity", "hint": "synonyms for barbarity", "clues": [["barbarism", [4, 792, 0]], ["barbarousness", [4, 792, 1]], ["atrociousness", [4, 792, 2]], ["heinousness", [4, 792, 3]], ["atrocity", [4, 792, 4]], ["savagery", [4, 792, 5]], ["brutality", [4, 792, 6]]]}, {"answer": "barbarousness", "hint": "synonyms for barbarousness", "clues": [["barbarity", [4, 793, 0]], ["atrociousness", [4, 793, 1]], ["heinousness", [4, 793, 2]], ["atrocity", [4, 793, 3]]]}, {"answer": "barbital", "hint": "synonyms for barbital", "clues": [["diethylbarbituric acid", [4, 794, 0]], ["diethylmalonylurea", [4, 794, 1]], ["veronal", [4, 794, 2]], ["barbitone", [4, 794, 3]]]}, {"answer": "barbitone", "hint": "synonyms for barbitone", "clues": [["diethylbarbituric acid", [4, 795, 0]], ["barbital", [4, 795, 1]], ["diethylmalonylurea", [4, 795, 2]], ["veronal", [4, 795, 3]]]}, {"answer": "baring", "hint": "synonyms for baring", "clues": [["husking", [4, 796, 0]], ["denudation", [4, 796, 1]], ["uncovering", [4, 796, 2]], ["stripping", [4, 796, 3]]]}, {"answer": "barium_sulphate", "hint": "synonyms for barium sulphate", "clues": [["barium sulfate", [4, 797, 0]], ["blanc fixe", [4, 797, 1]], ["barite", [4, 797, 2]], ["heavy spar", [4, 797, 3]], ["barytes", [4, 797, 4]]]}, {"answer": "barrage", "hint": "synonyms for barrage", "clues": [["shelling", [4, 798, 0]], ["battery", [4, 798, 1]], ["barrage fire", [4, 798, 2]], ["onslaught", [4, 798, 3]], ["bombardment", [4, 798, 4]], ["outpouring", [4, 798, 5]]]}, {"answer": "barrage_fire", "hint": "synonyms for barrage fire", "clues": [["shelling", [4, 799, 0]], ["battery", [4, 799, 1]], ["bombardment", [4, 799, 2]], ["barrage", [4, 799, 3]]]}, {"answer": "barrel", "hint": "synonyms for barrel", "clues": [["barrelful", [4, 800, 0]], ["cask", [4, 800, 1]], ["gun barrel", [4, 800, 2]], ["drum", [4, 800, 3]], ["bbl", [4, 800, 4]]]}, {"answer": "barrel_organ", "hint": "synonyms for barrel organ", "clues": [["hand organ", [4, 801, 0]], ["grind organ", [4, 801, 1]], ["street organ", [4, 801, 2]], ["hurdy-gurdy", [4, 801, 3]]]}, {"answer": "barrels", "hint": "synonyms for barrels", "clues": [["barrel", [4, 802, 0]], ["gun barrel", [4, 802, 1]], ["drum", [4, 802, 2]], ["bbl", [4, 802, 3]], ["barrelful", [4, 802, 4]], ["cask", [4, 802, 5]]]}, {"answer": "barroom", "hint": "synonyms for barroom", "clues": [["bar", [4, 803, 0]], ["taproom", [4, 803, 1]], ["saloon", [4, 803, 2]], ["ginmill", [4, 803, 3]]]}, {"answer": "barrow", "hint": "synonyms for barrow", "clues": [["tumulus", [4, 804, 0]], ["garden cart", [4, 804, 1]], ["burial mound", [4, 804, 2]], ["barrowful", [4, 804, 3]], ["grave mound", [4, 804, 4]], ["wheelbarrow", [4, 804, 5]], ["lawn cart", [4, 804, 6]]]}, {"answer": "bars", "hint": "synonyms for bars", "clues": [["stripe", [4, 805, 0]], ["barroom", [4, 805, 1]], ["bar", [4, 805, 2]], ["taproom", [4, 805, 3]], ["legal community", [4, 805, 4]], ["saloon", [4, 805, 5]], ["legal profession", [4, 805, 6]], ["ginmill", [4, 805, 7]], ["prevention", [4, 805, 8]], ["cake", [4, 805, 9]], ["parallel bars", [4, 805, 10]], ["measure", [4, 805, 11]], ["streak", [4, 805, 12]]]}, {"answer": "baseness", "hint": "synonyms for baseness", "clues": [["contemptibility", [4, 806, 0]], ["sordidness", [4, 806, 1]], ["despicableness", [4, 806, 2]], ["despicability", [4, 806, 3]]]}, {"answer": "bash", "hint": "synonyms for bash", "clues": [["bang", [4, 807, 0]], ["knock", [4, 807, 1]], ["smash", [4, 807, 2]], ["brawl", [4, 807, 3]], ["belt", [4, 807, 4]], ["do", [4, 807, 5]]]}, {"answer": "basic_principle", "hint": "synonyms for basic principle", "clues": [["fundamental principle", [4, 808, 0]], ["bedrock", [4, 808, 1]], ["basics", [4, 808, 2]], ["fundamentals", [4, 808, 3]]]}, {"answer": "basics", "hint": "synonyms for basics", "clues": [["bedrock", [4, 809, 0]], ["basic", [4, 809, 1]], ["fundamentals", [4, 809, 2]], ["fundamental principle", [4, 809, 3]], ["staple", [4, 809, 4]], ["rudiments", [4, 809, 5]], ["basic principle", [4, 809, 6]]]}, {"answer": "basin", "hint": "synonyms for basin", "clues": [["drainage basin", [4, 810, 0]], ["catchment basin", [4, 810, 1]], ["basinful", [4, 810, 2]], ["washbowl", [4, 810, 3]], ["watershed", [4, 810, 4]], ["washbasin", [4, 810, 5]], ["lavatory", [4, 810, 6]], ["drainage area", [4, 810, 7]], ["river basin", [4, 810, 8]], ["washstand", [4, 810, 9]], ["catchment area", [4, 810, 10]]]}, {"answer": "basis", "hint": "synonyms for basis", "clues": [["fundament", [4, 811, 0]], ["ground", [4, 811, 1]], ["base", [4, 811, 2]], ["groundwork", [4, 811, 3]], ["footing", [4, 811, 4]], ["foundation", [4, 811, 5]], ["cornerstone", [4, 811, 6]]]}, {"answer": "basket", "hint": "synonyms for basket", "clues": [["basketball hoop", [4, 812, 0]], ["field goal", [4, 812, 1]], ["basketful", [4, 812, 2]], ["hoop", [4, 812, 3]], ["handbasket", [4, 812, 4]]]}, {"answer": "bass_fiddle", "hint": "synonyms for bass fiddle", "clues": [["contrabass", [4, 813, 0]], ["double bass", [4, 813, 1]], ["bass viol", [4, 813, 2]], ["bull fiddle", [4, 813, 3]], ["string bass", [4, 813, 4]]]}, {"answer": "bass_viol", "hint": "synonyms for bass viol", "clues": [["viola da gamba", [4, 814, 0]], ["contrabass", [4, 814, 1]], ["double bass", [4, 814, 2]], ["gamba", [4, 814, 3]], ["bull fiddle", [4, 814, 4]], ["bass fiddle", [4, 814, 5]], ["string bass", [4, 814, 6]]]}, {"answer": "batch", "hint": "synonyms for batch", "clues": [["heap", [4, 815, 0]], ["peck", [4, 815, 1]], ["flock", [4, 815, 2]], ["clutch", [4, 815, 3]], ["quite a little", [4, 815, 4]], ["mess", [4, 815, 5]], ["sight", [4, 815, 6]], ["wad", [4, 815, 7]], ["hatful", [4, 815, 8]], ["mickle", [4, 815, 9]], ["stack", [4, 815, 10]], ["passel", [4, 815, 11]], ["deal", [4, 815, 12]], ["plenty", [4, 815, 13]], ["pile", [4, 815, 14]], ["slew", [4, 815, 15]], ["great deal", [4, 815, 16]], ["spate", [4, 815, 17]], ["muckle", [4, 815, 18]], ["mint", [4, 815, 19]], ["pot", [4, 815, 20]], ["lot", [4, 815, 21]], ["tidy sum", [4, 815, 22]], ["good deal", [4, 815, 23]], ["mass", [4, 815, 24]], ["mountain", [4, 815, 25]], ["raft", [4, 815, 26]]]}, {"answer": "bath", "hint": "synonyms for bath", "clues": [["bathing tub", [4, 816, 0]], ["tub", [4, 816, 1]], ["bathtub", [4, 816, 2]], ["bathroom", [4, 816, 3]]]}, {"answer": "bathing_costume", "hint": "synonyms for bathing costume", "clues": [["swimsuit", [4, 817, 0]], ["swimming costume", [4, 817, 1]], ["bathing suit", [4, 817, 2]], ["swimwear", [4, 817, 3]]]}, {"answer": "bathing_suit", "hint": "synonyms for bathing suit", "clues": [["swimming costume", [4, 818, 0]], ["bathing costume", [4, 818, 1]], ["swimsuit", [4, 818, 2]], ["swimwear", [4, 818, 3]]]}, {"answer": "bathroom", "hint": "synonyms for bathroom", "clues": [["toilet", [4, 819, 0]], ["privy", [4, 819, 1]], ["lav", [4, 819, 2]], ["john", [4, 819, 3]], ["bath", [4, 819, 4]], ["can", [4, 819, 5]], ["lavatory", [4, 819, 6]]]}, {"answer": "baton", "hint": "synonyms for baton", "clues": [["billy club", [4, 820, 0]], ["wand", [4, 820, 1]], ["billy", [4, 820, 2]], ["nightstick", [4, 820, 3]], ["truncheon", [4, 820, 4]], ["billystick", [4, 820, 5]]]}, {"answer": "battalion", "hint": "synonyms for battalion", "clues": [["pack", [4, 821, 0]], ["multitude", [4, 821, 1]], ["plurality", [4, 821, 2]], ["large number", [4, 821, 3]]]}, {"answer": "battercake", "hint": "synonyms for battercake", "clues": [["flapcake", [4, 822, 0]], ["hotcake", [4, 822, 1]], ["griddlecake", [4, 822, 2]], ["flannel cake", [4, 822, 3]], ["pancake", [4, 822, 4]], ["flapjack", [4, 822, 5]]]}, {"answer": "battery", "hint": "synonyms for battery", "clues": [["electric battery", [4, 823, 0]], ["shelling", [4, 823, 1]], ["barrage fire", [4, 823, 2]], ["bombardment", [4, 823, 3]], ["stamp battery", [4, 823, 4]], ["assault and battery", [4, 823, 5]], ["barrage", [4, 823, 6]]]}, {"answer": "battery-acid", "hint": "synonyms for battery-acid", "clues": [["back breaker", [4, 824, 0]], ["loony toons", [4, 824, 1]], ["pane", [4, 824, 2]], ["window pane", [4, 824, 3]], ["dose", [4, 824, 4]], ["dot", [4, 824, 5]], ["acid", [4, 824, 6]], ["superman", [4, 824, 7]]]}, {"answer": "battle", "hint": "synonyms for battle", "clues": [["engagement", [4, 825, 0]], ["fight", [4, 825, 1]], ["conflict", [4, 825, 2]], ["struggle", [4, 825, 3]]]}, {"answer": "battle_cry", "hint": "synonyms for battle cry", "clues": [["war cry", [4, 826, 0]], ["rallying cry", [4, 826, 1]], ["cry", [4, 826, 2]], ["watchword", [4, 826, 3]], ["war whoop", [4, 826, 4]]]}, {"answer": "battlefield", "hint": "synonyms for battlefield", "clues": [["battleground", [4, 827, 0]], ["field of battle", [4, 827, 1]], ["field", [4, 827, 2]], ["field of honor", [4, 827, 3]]]}, {"answer": "battleground", "hint": "synonyms for battleground", "clues": [["battlefield", [4, 828, 0]], ["field of battle", [4, 828, 1]], ["field", [4, 828, 2]], ["field of honor", [4, 828, 3]]]}, {"answer": "bauble", "hint": "synonyms for bauble", "clues": [["novelty", [4, 829, 0]], ["trinket", [4, 829, 1]], ["gewgaw", [4, 829, 2]], ["gaud", [4, 829, 3]], ["bangle", [4, 829, 4]], ["fallal", [4, 829, 5]]]}, {"answer": "baulk", "hint": "synonyms for baulk", "clues": [["impediment", [4, 830, 0]], ["check", [4, 830, 1]], ["hindrance", [4, 830, 2]], ["rafter", [4, 830, 3]], ["balk", [4, 830, 4]], ["handicap", [4, 830, 5]], ["deterrent", [4, 830, 6]]]}, {"answer": "bawdiness", "hint": "synonyms for bawdiness", "clues": [["lewdness", [4, 831, 0]], ["salacity", [4, 831, 1]], ["obscenity", [4, 831, 2]], ["salaciousness", [4, 831, 3]]]}, {"answer": "bawdyhouse", "hint": "synonyms for bawdyhouse", "clues": [["house of prostitution", [4, 832, 0]], ["sporting house", [4, 832, 1]], ["whorehouse", [4, 832, 2]], ["bagnio", [4, 832, 3]], ["house of ill repute", [4, 832, 4]], ["cathouse", [4, 832, 5]], ["bordello", [4, 832, 6]], ["brothel", [4, 832, 7]]]}, {"answer": "bawling_out", "hint": "synonyms for bawling out", "clues": [["chewing out", [4, 833, 0]], ["castigation", [4, 833, 1]], ["going-over", [4, 833, 2]], ["earful", [4, 833, 3]], ["upbraiding", [4, 833, 4]], ["dressing down", [4, 833, 5]]]}, {"answer": "beach_waggon", "hint": "synonyms for beach waggon", "clues": [["waggon", [4, 834, 0]], ["station waggon", [4, 834, 1]], ["estate car", [4, 834, 2]], ["beach wagon", [4, 834, 3]]]}, {"answer": "beach_wagon", "hint": "synonyms for beach wagon", "clues": [["beach waggon", [4, 835, 0]], ["waggon", [4, 835, 1]], ["station waggon", [4, 835, 2]], ["estate car", [4, 835, 3]]]}, {"answer": "beacon", "hint": "synonyms for beacon", "clues": [["radio beacon", [4, 836, 0]], ["beacon light", [4, 836, 1]], ["lighthouse", [4, 836, 2]], ["beacon fire", [4, 836, 3]], ["pharos", [4, 836, 4]]]}, {"answer": "bead", "hint": "synonyms for bead", "clues": [["drop", [4, 837, 0]], ["beadwork", [4, 837, 1]], ["pearl", [4, 837, 2]], ["astragal", [4, 837, 3]], ["beading", [4, 837, 4]]]}, {"answer": "beads", "hint": "synonyms for beads", "clues": [["drop", [4, 838, 0]], ["beadwork", [4, 838, 1]], ["bead", [4, 838, 2]], ["astragal", [4, 838, 3]], ["string of beads", [4, 838, 4]], ["pearl", [4, 838, 5]]]}, {"answer": "beam", "hint": "synonyms for beam", "clues": [["irradiation", [4, 839, 0]], ["ray of light", [4, 839, 1]], ["balance beam", [4, 839, 2]], ["radio beam", [4, 839, 3]], ["ray", [4, 839, 4]], ["light beam", [4, 839, 5]], ["shaft", [4, 839, 6]], ["electron beam", [4, 839, 7]], ["shaft of light", [4, 839, 8]], ["beam of light", [4, 839, 9]]]}, {"answer": "beam_of_light", "hint": "synonyms for beam of light", "clues": [["irradiation", [4, 840, 0]], ["light beam", [4, 840, 1]], ["beam", [4, 840, 2]], ["shaft of light", [4, 840, 3]], ["ray", [4, 840, 4]], ["ray of light", [4, 840, 5]], ["shaft", [4, 840, 6]]]}, {"answer": "beast", "hint": "synonyms for beast", "clues": [["creature", [4, 841, 0]], ["animate being", [4, 841, 1]], ["animal", [4, 841, 2]], ["brute", [4, 841, 3]], ["fauna", [4, 841, 4]]]}, {"answer": "beating", "hint": "synonyms for beating", "clues": [["whipping", [4, 842, 0]], ["drubbing", [4, 842, 1]], ["trouncing", [4, 842, 2]], ["lacing", [4, 842, 3]], ["licking", [4, 842, 4]], ["whacking", [4, 842, 5]], ["thrashing", [4, 842, 6]]]}, {"answer": "beats", "hint": "synonyms for beats", "clues": [["beat", [4, 843, 0]], ["heartbeat", [4, 843, 1]], ["beatniks", [4, 843, 2]], ["cadence", [4, 843, 3]], ["beat generation", [4, 843, 4]], ["musical rhythm", [4, 843, 5]], ["metre", [4, 843, 6]], ["round", [4, 843, 7]], ["pulse", [4, 843, 8]], ["pulsation", [4, 843, 9]], ["meter", [4, 843, 10]], ["measure", [4, 843, 11]], ["rhythm", [4, 843, 12]]]}, {"answer": "beau_monde", "hint": "synonyms for beau monde", "clues": [["smart set", [4, 844, 0]], ["bon ton", [4, 844, 1]], ["society", [4, 844, 2]], ["high society", [4, 844, 3]]]}, {"answer": "beauty_parlor", "hint": "synonyms for beauty parlor", "clues": [["beauty shop", [4, 845, 0]], ["beauty parlour", [4, 845, 1]], ["beauty salon", [4, 845, 2]], ["salon", [4, 845, 3]]]}, {"answer": "beauty_parlour", "hint": "synonyms for beauty parlour", "clues": [["beauty parlor", [4, 846, 0]], ["beauty shop", [4, 846, 1]], ["beauty salon", [4, 846, 2]], ["salon", [4, 846, 3]]]}, {"answer": "beaver", "hint": "synonyms for beaver", "clues": [["topper", [4, 847, 0]], ["beaver fur", [4, 847, 1]], ["opera hat", [4, 847, 2]], ["castor", [4, 847, 3]], ["stovepipe", [4, 847, 4]], ["top hat", [4, 847, 5]], ["silk hat", [4, 847, 6]], ["high hat", [4, 847, 7]], ["dress hat", [4, 847, 8]]]}, {"answer": "bed_cover", "hint": "synonyms for bed cover", "clues": [["bedcover", [4, 848, 0]], ["spread", [4, 848, 1]], ["bedspread", [4, 848, 2]], ["counterpane", [4, 848, 3]], ["bed covering", [4, 848, 4]]]}, {"answer": "bed_covering", "hint": "synonyms for bed covering", "clues": [["bedcover", [4, 849, 0]], ["counterpane", [4, 849, 1]], ["bedspread", [4, 849, 2]], ["spread", [4, 849, 3]]]}, {"answer": "bedchamber", "hint": "synonyms for bedchamber", "clues": [["chamber", [4, 850, 0]], ["sleeping room", [4, 850, 1]], ["sleeping accommodation", [4, 850, 2]], ["bedroom", [4, 850, 3]]]}, {"answer": "bedcover", "hint": "synonyms for bedcover", "clues": [["bed cover", [4, 851, 0]], ["spread", [4, 851, 1]], ["bedspread", [4, 851, 2]], ["counterpane", [4, 851, 3]]]}, {"answer": "bedding", "hint": "synonyms for bedding", "clues": [["bed clothing", [4, 852, 0]], ["litter", [4, 852, 1]], ["bedding material", [4, 852, 2]], ["bedclothes", [4, 852, 3]]]}, {"answer": "bedlam", "hint": "synonyms for bedlam", "clues": [["loony bin", [4, 853, 0]], ["sanatorium", [4, 853, 1]], ["funny farm", [4, 853, 2]], ["madhouse", [4, 853, 3]], ["funny house", [4, 853, 4]], ["nuthouse", [4, 853, 5]], ["cuckoo's nest", [4, 853, 6]], ["booby hatch", [4, 853, 7]], ["crazy house", [4, 853, 8]], ["snake pit", [4, 853, 9]]]}, {"answer": "bedrock", "hint": "synonyms for bedrock", "clues": [["basics", [4, 854, 0]], ["basic principle", [4, 854, 1]], ["fundamental principle", [4, 854, 2]], ["fundamentals", [4, 854, 3]]]}, {"answer": "bedroom", "hint": "synonyms for bedroom", "clues": [["sleeping accommodation", [4, 855, 0]], ["chamber", [4, 855, 1]], ["sleeping room", [4, 855, 2]], ["bedchamber", [4, 855, 3]]]}, {"answer": "bedspread", "hint": "synonyms for bedspread", "clues": [["bedcover", [4, 856, 0]], ["spread", [4, 856, 1]], ["counterpane", [4, 856, 2]], ["bed covering", [4, 856, 3]]]}, {"answer": "beef", "hint": "synonyms for beef", "clues": [["boeuf", [4, 857, 0]], ["kick", [4, 857, 1]], ["gripe", [4, 857, 2]], ["bitch", [4, 857, 3]], ["squawk", [4, 857, 4]]]}, {"answer": "befuddlement", "hint": "synonyms for befuddlement", "clues": [["bemusement", [4, 858, 0]], ["bewilderment", [4, 858, 1]], ["mystification", [4, 858, 2]], ["puzzlement", [4, 858, 3]], ["bafflement", [4, 858, 4]], ["obfuscation", [4, 858, 5]]]}, {"answer": "behavior", "hint": "synonyms for behavior", "clues": [["deportment", [4, 859, 0]], ["conduct", [4, 859, 1]], ["demeanor", [4, 859, 2]], ["behaviour", [4, 859, 3]], ["doings", [4, 859, 4]]]}, {"answer": "behaviour", "hint": "synonyms for behaviour", "clues": [["deportment", [4, 860, 0]], ["conduct", [4, 860, 1]], ["demeanor", [4, 860, 2]], ["doings", [4, 860, 3]], ["behavior", [4, 860, 4]]]}, {"answer": "belief", "hint": "synonyms for belief", "clues": [["impression", [4, 861, 0]], ["opinion", [4, 861, 1]], ["notion", [4, 861, 2]], ["feeling", [4, 861, 3]]]}, {"answer": "bell", "hint": "synonyms for bell", "clues": [["bell shape", [4, 862, 0]], ["campana", [4, 862, 1]], ["gong", [4, 862, 2]], ["chime", [4, 862, 3]], ["buzzer", [4, 862, 4]], ["ship's bell", [4, 862, 5]], ["toll", [4, 862, 6]], ["doorbell", [4, 862, 7]]]}, {"answer": "bell_ringing", "hint": "synonyms for bell ringing", "clues": [["canvassing", [4, 863, 0]], ["electioneering", [4, 863, 1]], ["carillon playing", [4, 863, 2]], ["carillon", [4, 863, 3]]]}, {"answer": "bellow", "hint": "synonyms for bellow", "clues": [["roar", [4, 864, 0]], ["hollering", [4, 864, 1]], ["holloa", [4, 864, 2]], ["bellowing", [4, 864, 3]], ["yowl", [4, 864, 4]]]}, {"answer": "bellowing", "hint": "synonyms for bellowing", "clues": [["roar", [4, 865, 0]], ["hollering", [4, 865, 1]], ["holloa", [4, 865, 2]], ["bellow", [4, 865, 3]], ["yowl", [4, 865, 4]]]}, {"answer": "bellows", "hint": "synonyms for bellows", "clues": [["roar", [4, 866, 0]], ["hollering", [4, 866, 1]], ["holloa", [4, 866, 2]], ["bellow", [4, 866, 3]], ["yowl", [4, 866, 4]]]}, {"answer": "belly_laugh", "hint": "synonyms for belly laugh", "clues": [["scream", [4, 867, 0]], ["thigh-slapper", [4, 867, 1]], ["howler", [4, 867, 2]], ["guffaw", [4, 867, 3]], ["sidesplitter", [4, 867, 4]], ["riot", [4, 867, 5]], ["wow", [4, 867, 6]]]}, {"answer": "belt", "hint": "synonyms for belt", "clues": [["bang", [4, 868, 0]], ["knock", [4, 868, 1]], ["bash", [4, 868, 2]], ["smash", [4, 868, 3]], ["belt ammunition", [4, 868, 4]], ["rap", [4, 868, 5]], ["whang", [4, 868, 6]], ["whack", [4, 868, 7]], ["swath", [4, 868, 8]]]}, {"answer": "bemusement", "hint": "synonyms for bemusement", "clues": [["obfuscation", [4, 869, 0]], ["bewilderment", [4, 869, 1]], ["mystification", [4, 869, 2]], ["puzzlement", [4, 869, 3]], ["bafflement", [4, 869, 4]], ["befuddlement", [4, 869, 5]]]}, {"answer": "bend", "hint": "synonyms for bend", "clues": [["flexure", [4, 870, 0]], ["crimp", [4, 870, 1]], ["plication", [4, 870, 2]], ["turn", [4, 870, 3]], ["fold", [4, 870, 4]], ["twist", [4, 870, 5]], ["crease", [4, 870, 6]], ["crook", [4, 870, 7]], ["bend dexter", [4, 870, 8]], ["curve", [4, 870, 9]], ["bending", [4, 870, 10]]]}, {"answer": "bender", "hint": "synonyms for bender", "clues": [["booze-up", [4, 871, 0]], ["breaking ball", [4, 871, 1]], ["curve ball", [4, 871, 2]], ["carousal", [4, 871, 3]], ["curve", [4, 871, 4]], ["carouse", [4, 871, 5]], ["toot", [4, 871, 6]]]}, {"answer": "bends", "hint": "synonyms for bends", "clues": [["flexure", [4, 872, 0]], ["bend", [4, 872, 1]], ["crimp", [4, 872, 2]], ["turn", [4, 872, 3]], ["plication", [4, 872, 4]], ["twist", [4, 872, 5]], ["fold", [4, 872, 6]], ["crease", [4, 872, 7]], ["bend dexter", [4, 872, 8]], ["crook", [4, 872, 9]], ["curve", [4, 872, 10]]]}, {"answer": "beneficiation", "hint": "synonyms for beneficiation", "clues": [["mineral processing", [4, 873, 0]], ["mineral extraction", [4, 873, 1]], ["ore dressing", [4, 873, 2]], ["ore processing", [4, 873, 3]]]}, {"answer": "benjamin", "hint": "synonyms for benjamin", "clues": [["asa dulcis", [4, 874, 0]], ["gum benzoin", [4, 874, 1]], ["gum benjamin", [4, 874, 2]], ["benzoin", [4, 874, 3]]]}, {"answer": "benzoin", "hint": "synonyms for benzoin", "clues": [["asa dulcis", [4, 875, 0]], ["gum benzoin", [4, 875, 1]], ["gum benjamin", [4, 875, 2]], ["benjamin", [4, 875, 3]]]}, {"answer": "berth", "hint": "synonyms for berth", "clues": [["bunk", [4, 876, 0]], ["office", [4, 876, 1]], ["moorage", [4, 876, 2]], ["spot", [4, 876, 3]], ["situation", [4, 876, 4]], ["built in bed", [4, 876, 5]], ["mooring", [4, 876, 6]], ["post", [4, 876, 7]], ["slip", [4, 876, 8]], ["place", [4, 876, 9]], ["position", [4, 876, 10]], ["billet", [4, 876, 11]]]}, {"answer": "betise", "hint": "synonyms for betise", "clues": [["folly", [4, 877, 0]], ["stupidity", [4, 877, 1]], ["imbecility", [4, 877, 2]], ["foolishness", [4, 877, 3]]]}, {"answer": "bewilderment", "hint": "synonyms for bewilderment", "clues": [["obfuscation", [4, 878, 0]], ["bemusement", [4, 878, 1]], ["mystification", [4, 878, 2]], ["puzzlement", [4, 878, 3]], ["bafflement", [4, 878, 4]], ["befuddlement", [4, 878, 5]]]}, {"answer": "bicarbonate_of_soda", "hint": "synonyms for bicarbonate of soda", "clues": [["baking soda", [4, 879, 0]], ["sodium bicarbonate", [4, 879, 1]], ["sodium hydrogen carbonate", [4, 879, 2]], ["saleratus", [4, 879, 3]]]}, {"answer": "bicker", "hint": "synonyms for bicker", "clues": [["pettifoggery", [4, 880, 0]], ["tiff", [4, 880, 1]], ["spat", [4, 880, 2]], ["squabble", [4, 880, 3]], ["bickering", [4, 880, 4]], ["fuss", [4, 880, 5]]]}, {"answer": "bickering", "hint": "synonyms for bickering", "clues": [["pettifoggery", [4, 881, 0]], ["tiff", [4, 881, 1]], ["spat", [4, 881, 2]], ["squabble", [4, 881, 3]], ["bicker", [4, 881, 4]], ["fuss", [4, 881, 5]]]}, {"answer": "bid", "hint": "synonyms for bid", "clues": [["bidding", [4, 882, 0]], ["command", [4, 882, 1]], ["tender", [4, 882, 2]], ["play", [4, 882, 3]], ["dictation", [4, 882, 4]]]}, {"answer": "bidding", "hint": "synonyms for bidding", "clues": [["bid", [4, 883, 0]], ["command", [4, 883, 1]], ["summons", [4, 883, 2]], ["dictation", [4, 883, 3]]]}, {"answer": "biff", "hint": "synonyms for biff", "clues": [["lick", [4, 884, 0]], ["clout", [4, 884, 1]], ["slug", [4, 884, 2]], ["punch", [4, 884, 3]], ["poke", [4, 884, 4]]]}, {"answer": "big_bucks", "hint": "synonyms for big bucks", "clues": [["megabucks", [4, 885, 0]], ["big money", [4, 885, 1]], ["pile", [4, 885, 2]], ["bundle", [4, 885, 3]]]}, {"answer": "big_h", "hint": "synonyms for big h", "clues": [["hell dust", [4, 886, 0]], ["skag", [4, 886, 1]], ["smack", [4, 886, 2]], ["nose drops", [4, 886, 3]], ["scag", [4, 886, 4]], ["thunder", [4, 886, 5]], ["big H", [4, 886, 6]]]}, {"answer": "big_money", "hint": "synonyms for big money", "clues": [["big bucks", [4, 887, 0]], ["megabucks", [4, 887, 1]], ["pile", [4, 887, 2]], ["bundle", [4, 887, 3]]]}, {"answer": "bike", "hint": "synonyms for bike", "clues": [["motorcycle", [4, 888, 0]], ["wheel", [4, 888, 1]], ["bicycle", [4, 888, 2]], ["cycle", [4, 888, 3]]]}, {"answer": "bilgewater", "hint": "synonyms for bilgewater", "clues": [["tarradiddle", [4, 889, 0]], ["twaddle", [4, 889, 1]], ["baloney", [4, 889, 2]], ["tosh", [4, 889, 3]], ["bosh", [4, 889, 4]], ["tommyrot", [4, 889, 5]], ["humbug", [4, 889, 6]], ["drool", [4, 889, 7]]]}, {"answer": "biliousness", "hint": "synonyms for biliousness", "clues": [["irritability", [4, 890, 0]], ["surliness", [4, 890, 1]], ["peevishness", [4, 890, 2]], ["snappishness", [4, 890, 3]], ["temper", [4, 890, 4]], ["pettishness", [4, 890, 5]]]}, {"answer": "bill", "hint": "synonyms for bill", "clues": [["vizor", [4, 891, 0]], ["banker's bill", [4, 891, 1]], ["card", [4, 891, 2]], ["measure", [4, 891, 3]], ["throwaway", [4, 891, 4]], ["bank bill", [4, 891, 5]], ["government note", [4, 891, 6]], ["placard", [4, 891, 7]], ["eyeshade", [4, 891, 8]], ["invoice", [4, 891, 9]], ["notice", [4, 891, 10]], ["greenback", [4, 891, 11]], ["circular", [4, 891, 12]], ["broadside", [4, 891, 13]], ["flier", [4, 891, 14]], ["broadsheet", [4, 891, 15]], ["handbill", [4, 891, 16]], ["bank note", [4, 891, 17]], ["account", [4, 891, 18]], ["billhook", [4, 891, 19]], ["note", [4, 891, 20]], ["peak", [4, 891, 21]], ["flyer", [4, 891, 22]], ["poster", [4, 891, 23]], ["visor", [4, 891, 24]], ["posting", [4, 891, 25]]]}, {"answer": "bill_of_fare", "hint": "synonyms for bill of fare", "clues": [["menu", [4, 892, 0]], ["carte", [4, 892, 1]], ["carte du jour", [4, 892, 2]], ["card", [4, 892, 3]]]}, {"answer": "billet", "hint": "synonyms for billet", "clues": [["office", [4, 893, 0]], ["line", [4, 893, 1]], ["spot", [4, 893, 2]], ["situation", [4, 893, 3]], ["note", [4, 893, 4]], ["post", [4, 893, 5]], ["berth", [4, 893, 6]], ["place", [4, 893, 7]], ["position", [4, 893, 8]], ["short letter", [4, 893, 9]]]}, {"answer": "billiard_parlor", "hint": "synonyms for billiard parlor", "clues": [["billiard parlour", [4, 894, 0]], ["billiard room", [4, 894, 1]], ["billiard hall", [4, 894, 2]], ["billiard saloon", [4, 894, 3]]]}, {"answer": "billiard_parlour", "hint": "synonyms for billiard parlour", "clues": [["billiard saloon", [4, 895, 0]], ["billiard room", [4, 895, 1]], ["billiard hall", [4, 895, 2]], ["billiard parlor", [4, 895, 3]]]}, {"answer": "billy", "hint": "synonyms for billy", "clues": [["billy club", [4, 896, 0]], ["nightstick", [4, 896, 1]], ["truncheon", [4, 896, 2]], ["baton", [4, 896, 3]], ["billystick", [4, 896, 4]]]}, {"answer": "billy_club", "hint": "synonyms for billy club", "clues": [["billy", [4, 897, 0]], ["nightstick", [4, 897, 1]], ["truncheon", [4, 897, 2]], ["baton", [4, 897, 3]], ["billystick", [4, 897, 4]]]}, {"answer": "billystick", "hint": "synonyms for billystick", "clues": [["billy club", [4, 898, 0]], ["billy", [4, 898, 1]], ["nightstick", [4, 898, 2]], ["truncheon", [4, 898, 3]], ["baton", [4, 898, 4]]]}, {"answer": "binge", "hint": "synonyms for binge", "clues": [["bout", [4, 899, 0]], ["orgy", [4, 899, 1]], ["bust", [4, 899, 2]], ["splurge", [4, 899, 3]], ["tear", [4, 899, 4]]]}, {"answer": "bird", "hint": "synonyms for bird", "clues": [["hiss", [4, 900, 0]], ["raspberry", [4, 900, 1]], ["fowl", [4, 900, 2]], ["snort", [4, 900, 3]], ["boo", [4, 900, 4]], ["birdie", [4, 900, 5]], ["shuttlecock", [4, 900, 6]], ["razzing", [4, 900, 7]], ["shuttle", [4, 900, 8]], ["hoot", [4, 900, 9]]]}, {"answer": "birth", "hint": "synonyms for birth", "clues": [["nascency", [4, 901, 0]], ["parentage", [4, 901, 1]], ["parturition", [4, 901, 2]], ["nativity", [4, 901, 3]], ["birthing", [4, 901, 4]], ["giving birth", [4, 901, 5]]]}, {"answer": "birth_control_device", "hint": "synonyms for birth control device", "clues": [["prophylactic device", [4, 902, 0]], ["preventive", [4, 902, 1]], ["contraceptive", [4, 902, 2]], ["contraceptive device", [4, 902, 3]]]}, {"answer": "birth_control_pill", "hint": "synonyms for birth control pill", "clues": [["anovulatory drug", [4, 903, 0]], ["anovulant", [4, 903, 1]], ["pill", [4, 903, 2]], ["oral contraceptive", [4, 903, 3]], ["contraceptive pill", [4, 903, 4]]]}, {"answer": "birth_rate", "hint": "synonyms for birth rate", "clues": [["birthrate", [4, 904, 0]], ["natality", [4, 904, 1]], ["fertility", [4, 904, 2]], ["fertility rate", [4, 904, 3]]]}, {"answer": "birthplace", "hint": "synonyms for birthplace", "clues": [["cradle", [4, 905, 0]], ["place of birth", [4, 905, 1]], ["provenance", [4, 905, 2]], ["place of origin", [4, 905, 3]]]}, {"answer": "birthrate", "hint": "synonyms for birthrate", "clues": [["birth rate", [4, 906, 0]], ["natality", [4, 906, 1]], ["fertility", [4, 906, 2]], ["fertility rate", [4, 906, 3]]]}, {"answer": "bit", "hint": "synonyms for bit", "clues": [["bite", [4, 907, 0]], ["minute", [4, 907, 1]], ["second", [4, 907, 2]], ["morsel", [4, 907, 3]], ["routine", [4, 907, 4]], ["number", [4, 907, 5]], ["chip", [4, 907, 6]], ["mo", [4, 907, 7]], ["flake", [4, 907, 8]], ["turn", [4, 907, 9]], ["snatch", [4, 907, 10]], ["fleck", [4, 907, 11]], ["act", [4, 907, 12]], ["scrap", [4, 907, 13]], ["moment", [4, 907, 14]], ["piece", [4, 907, 15]], ["spot", [4, 907, 16]]]}, {"answer": "bitch", "hint": "synonyms for bitch", "clues": [["beef", [4, 908, 0]], ["gripe", [4, 908, 1]], ["kick", [4, 908, 2]], ["squawk", [4, 908, 3]]]}, {"answer": "bitchiness", "hint": "synonyms for bitchiness", "clues": [["spitefulness", [4, 909, 0]], ["spite", [4, 909, 1]], ["cattiness", [4, 909, 2]], ["nastiness", [4, 909, 3]]]}, {"answer": "bite", "hint": "synonyms for bite", "clues": [["collation", [4, 910, 0]], ["morsel", [4, 910, 1]], ["pungency", [4, 910, 2]], ["snack", [4, 910, 3]], ["bit", [4, 910, 4]], ["raciness", [4, 910, 5]], ["chomp", [4, 910, 6]], ["sharpness", [4, 910, 7]]]}, {"answer": "bitterness", "hint": "synonyms for bitterness", "clues": [["jaundice", [4, 911, 0]], ["resentment", [4, 911, 1]], ["acerbity", [4, 911, 2]], ["bitter", [4, 911, 3]], ["rancor", [4, 911, 4]], ["thorniness", [4, 911, 5]], ["tartness", [4, 911, 6]], ["acrimony", [4, 911, 7]], ["gall", [4, 911, 8]]]}, {"answer": "bivouac", "hint": "synonyms for bivouac", "clues": [["cantonment", [4, 912, 0]], ["encampment", [4, 912, 1]], ["camp", [4, 912, 2]], ["camping site", [4, 912, 3]], ["campsite", [4, 912, 4]], ["campground", [4, 912, 5]], ["camping ground", [4, 912, 6]], ["camping area", [4, 912, 7]]]}, {"answer": "black_eye", "hint": "synonyms for black eye", "clues": [["reversal", [4, 913, 0]], ["setback", [4, 913, 1]], ["blow", [4, 913, 2]], ["reverse", [4, 913, 3]]]}, {"answer": "black_maria", "hint": "synonyms for black maria", "clues": [["police van", [4, 914, 0]], ["paddy wagon", [4, 914, 1]], ["wagon", [4, 914, 2]], ["police wagon", [4, 914, 3]], ["patrol wagon", [4, 914, 4]], ["black Maria", [4, 914, 5]], ["hearts", [4, 914, 6]]]}, {"answer": "blackjack", "hint": "synonyms for blackjack", "clues": [["black flag", [4, 915, 0]], ["vingt-et-un", [4, 915, 1]], ["cosh", [4, 915, 2]], ["twenty-one", [4, 915, 3]], ["pirate flag", [4, 915, 4]], ["sap", [4, 915, 5]]]}, {"answer": "blade", "hint": "synonyms for blade", "clues": [["vane", [4, 916, 0]], ["sword", [4, 916, 1]], ["steel", [4, 916, 2]], ["brand", [4, 916, 3]]]}, {"answer": "blah", "hint": "synonyms for blah", "clues": [["claptrap", [4, 917, 0]], ["fustian", [4, 917, 1]], ["rant", [4, 917, 2]], ["bombast", [4, 917, 3]]]}, {"answer": "blahs", "hint": "synonyms for blahs", "clues": [["blah", [4, 918, 0]], ["fustian", [4, 918, 1]], ["rant", [4, 918, 2]], ["bombast", [4, 918, 3]], ["claptrap", [4, 918, 4]]]}, {"answer": "blandness", "hint": "synonyms for blandness", "clues": [["suavity", [4, 919, 0]], ["smoothness", [4, 919, 1]], ["suaveness", [4, 919, 2]], ["insipidity", [4, 919, 3]], ["insipidness", [4, 919, 4]]]}, {"answer": "blare", "hint": "synonyms for blare", "clues": [["din", [4, 920, 0]], ["blaring", [4, 920, 1]], ["cacophony", [4, 920, 2]], ["clamor", [4, 920, 3]]]}, {"answer": "blast", "hint": "synonyms for blast", "clues": [["fire", [4, 921, 0]], ["bang", [4, 921, 1]], ["blow", [4, 921, 2]], ["flack", [4, 921, 3]], ["bam", [4, 921, 4]], ["attack", [4, 921, 5]], ["gust", [4, 921, 6]], ["eruption", [4, 921, 7]], ["good time", [4, 921, 8]], ["clap", [4, 921, 9]]]}, {"answer": "blaze", "hint": "synonyms for blaze", "clues": [["hell", [4, 922, 0]], ["glare", [4, 922, 1]], ["blazing", [4, 922, 2]], ["brilliance", [4, 922, 3]]]}, {"answer": "blessing", "hint": "synonyms for blessing", "clues": [["approval", [4, 923, 0]], ["thanksgiving", [4, 923, 1]], ["approving", [4, 923, 2]], ["benediction", [4, 923, 3]], ["grace", [4, 923, 4]]]}, {"answer": "blether", "hint": "synonyms for blether", "clues": [["idle talk", [4, 924, 0]], ["prate", [4, 924, 1]], ["prattle", [4, 924, 2]], ["chin music", [4, 924, 3]]]}, {"answer": "blink", "hint": "synonyms for blink", "clues": [["nictation", [4, 925, 0]], ["eye blink", [4, 925, 1]], ["wink", [4, 925, 2]], ["blinking", [4, 925, 3]]]}, {"answer": "blink_of_an_eye", "hint": "synonyms for blink of an eye", "clues": [["flash", [4, 926, 0]], ["instant", [4, 926, 1]], ["jiffy", [4, 926, 2]], ["trice", [4, 926, 3]], ["split second", [4, 926, 4]], ["wink", [4, 926, 5]], ["twinkling", [4, 926, 6]], ["heartbeat", [4, 926, 7]]]}, {"answer": "blinker", "hint": "synonyms for blinker", "clues": [["turn indicator", [4, 927, 0]], ["turn signal", [4, 927, 1]], ["blinder", [4, 927, 2]], ["winker", [4, 927, 3]], ["trafficator", [4, 927, 4]], ["flasher", [4, 927, 5]]]}, {"answer": "blinks", "hint": "synonyms for blinks", "clues": [["nictation", [4, 928, 0]], ["eye blink", [4, 928, 1]], ["wink", [4, 928, 2]], ["blinking", [4, 928, 3]]]}, {"answer": "blistering_agent", "hint": "synonyms for blistering agent", "clues": [["dichloroethyl sulfide", [4, 929, 0]], ["mustard agent", [4, 929, 1]], ["mustard gas", [4, 929, 2]], ["sulfur mustard", [4, 929, 3]]]}, {"answer": "block", "hint": "synonyms for block", "clues": [["engine block", [4, 930, 0]], ["closure", [4, 930, 1]], ["cube", [4, 930, 2]], ["pulley block", [4, 930, 3]], ["stoppage", [4, 930, 4]], ["blocking", [4, 930, 5]], ["occlusion", [4, 930, 6]], ["city block", [4, 930, 7]], ["mental block", [4, 930, 8]], ["auction block", [4, 930, 9]], ["blockage", [4, 930, 10]], ["stop", [4, 930, 11]], ["pulley", [4, 930, 12]], ["cylinder block", [4, 930, 13]]]}, {"answer": "blockage", "hint": "synonyms for blockage", "clues": [["occlusion", [4, 931, 0]], ["closure", [4, 931, 1]], ["block", [4, 931, 2]], ["stoppage", [4, 931, 3]], ["stop", [4, 931, 4]]]}, {"answer": "blood", "hint": "synonyms for blood", "clues": [["bloodline", [4, 932, 0]], ["line", [4, 932, 1]], ["lineage", [4, 932, 2]], ["origin", [4, 932, 3]], ["pedigree", [4, 932, 4]], ["stemma", [4, 932, 5]], ["stock", [4, 932, 6]], ["ancestry", [4, 932, 7]], ["line of descent", [4, 932, 8]], ["parentage", [4, 932, 9]], ["descent", [4, 932, 10]]]}, {"answer": "blood_line", "hint": "synonyms for blood line", "clues": [["bloodline", [4, 933, 0]], ["line", [4, 933, 1]], ["lineage", [4, 933, 2]], ["origin", [4, 933, 3]], ["blood", [4, 933, 4]], ["pedigree", [4, 933, 5]], ["stemma", [4, 933, 6]], ["stock", [4, 933, 7]], ["ancestry", [4, 933, 8]], ["line of descent", [4, 933, 9]], ["parentage", [4, 933, 10]], ["descent", [4, 933, 11]]]}, {"answer": "bloodline", "hint": "synonyms for bloodline", "clues": [["line", [4, 934, 0]], ["lineage", [4, 934, 1]], ["origin", [4, 934, 2]], ["pedigree", [4, 934, 3]], ["blood", [4, 934, 4]], ["stemma", [4, 934, 5]], ["stock", [4, 934, 6]], ["ancestry", [4, 934, 7]], ["line of descent", [4, 934, 8]], ["blood line", [4, 934, 9]], ["parentage", [4, 934, 10]], ["descent", [4, 934, 11]]]}, {"answer": "bloodshed", "hint": "synonyms for bloodshed", "clues": [["bloodbath", [4, 935, 0]], ["gore", [4, 935, 1]], ["bloodletting", [4, 935, 2]], ["battue", [4, 935, 3]]]}, {"answer": "bloom", "hint": "synonyms for bloom", "clues": [["flower", [4, 936, 0]], ["salad days", [4, 936, 1]], ["bloom of youth", [4, 936, 2]], ["blossom", [4, 936, 3]], ["efflorescence", [4, 936, 4]], ["flush", [4, 936, 5]], ["peak", [4, 936, 6]], ["prime", [4, 936, 7]], ["heyday", [4, 936, 8]], ["blooming", [4, 936, 9]]]}, {"answer": "bloomer", "hint": "synonyms for bloomer", "clues": [["blooper", [4, 937, 0]], ["botch", [4, 937, 1]], ["bungle", [4, 937, 2]], ["fuckup", [4, 937, 3]], ["boner", [4, 937, 4]], ["foul-up", [4, 937, 5]], ["pratfall", [4, 937, 6]], ["flub", [4, 937, 7]], ["blunder", [4, 937, 8]], ["boo-boo", [4, 937, 9]]]}, {"answer": "bloomers", "hint": "synonyms for bloomers", "clues": [["blooper", [4, 938, 0]], ["botch", [4, 938, 1]], ["bungle", [4, 938, 2]], ["fuckup", [4, 938, 3]], ["knickers", [4, 938, 4]], ["boner", [4, 938, 5]], ["foul-up", [4, 938, 6]], ["pants", [4, 938, 7]], ["pratfall", [4, 938, 8]], ["flub", [4, 938, 9]], ["blunder", [4, 938, 10]], ["boo-boo", [4, 938, 11]], ["drawers", [4, 938, 12]]]}, {"answer": "blooper", "hint": "synonyms for blooper", "clues": [["botch", [4, 939, 0]], ["bungle", [4, 939, 1]], ["fuckup", [4, 939, 2]], ["boner", [4, 939, 3]], ["foul-up", [4, 939, 4]], ["pratfall", [4, 939, 5]], ["flub", [4, 939, 6]], ["blunder", [4, 939, 7]], ["boo-boo", [4, 939, 8]], ["bloomer", [4, 939, 9]]]}, {"answer": "blossom", "hint": "synonyms for blossom", "clues": [["bloom", [4, 940, 0]], ["flower", [4, 940, 1]], ["efflorescence", [4, 940, 2]], ["flush", [4, 940, 3]], ["peak", [4, 940, 4]], ["prime", [4, 940, 5]], ["heyday", [4, 940, 6]]]}, {"answer": "blossoming", "hint": "synonyms for blossoming", "clues": [["efflorescence", [4, 941, 0]], ["inflorescence", [4, 941, 1]], ["flowering", [4, 941, 2]], ["anthesis", [4, 941, 3]]]}, {"answer": "blot", "hint": "synonyms for blot", "clues": [["smirch", [4, 942, 0]], ["spot", [4, 942, 1]], ["smear", [4, 942, 2]], ["slur", [4, 942, 3]], ["daub", [4, 942, 4]], ["stain", [4, 942, 5]], ["smudge", [4, 942, 6]]]}, {"answer": "blotter", "hint": "synonyms for blotter", "clues": [["blotting paper", [4, 943, 0]], ["day book", [4, 943, 1]], ["police blotter", [4, 943, 2]], ["charge sheet", [4, 943, 3]], ["rap sheet", [4, 943, 4]]]}, {"answer": "blow", "hint": "synonyms for blow", "clues": [["reversal", [4, 944, 0]], ["blast", [4, 944, 1]], ["black eye", [4, 944, 2]], ["bump", [4, 944, 3]], ["nose candy", [4, 944, 4]], ["coke", [4, 944, 5]], ["snow", [4, 944, 6]], ["gust", [4, 944, 7]], ["puff", [4, 944, 8]], ["reverse", [4, 944, 9]], ["shock", [4, 944, 10]], ["setback", [4, 944, 11]]]}, {"answer": "blowout", "hint": "synonyms for blowout", "clues": [["gala affair", [4, 945, 0]], ["laugher", [4, 945, 1]], ["jamboree", [4, 945, 2]], ["romp", [4, 945, 3]], ["walkaway", [4, 945, 4]], ["runaway", [4, 945, 5]], ["shoo-in", [4, 945, 6]], ["gala", [4, 945, 7]]]}, {"answer": "blowup", "hint": "synonyms for blowup", "clues": [["detonation", [4, 946, 0]], ["ebullition", [4, 946, 1]], ["explosion", [4, 946, 2]], ["effusion", [4, 946, 3]], ["gush", [4, 946, 4]], ["enlargement", [4, 946, 5]], ["outburst", [4, 946, 6]], ["magnification", [4, 946, 7]]]}, {"answer": "blue_devils", "hint": "synonyms for blue devils", "clues": [["amobarbital sodium", [4, 947, 0]], ["blue", [4, 947, 1]], ["blue angel", [4, 947, 2]], ["blue devil", [4, 947, 3]]]}, {"answer": "blues", "hint": "synonyms for blues", "clues": [["blue", [4, 948, 0]], ["blue air", [4, 948, 1]], ["blueness", [4, 948, 2]], ["wild blue yonder", [4, 948, 3]], ["blue sky", [4, 948, 4]], ["amobarbital sodium", [4, 948, 5]], ["bluing", [4, 948, 6]], ["blue angel", [4, 948, 7]], ["blue devil", [4, 948, 8]]]}, {"answer": "blunder", "hint": "synonyms for blunder", "clues": [["blooper", [4, 949, 0]], ["botch", [4, 949, 1]], ["bungle", [4, 949, 2]], ["fuckup", [4, 949, 3]], ["boner", [4, 949, 4]], ["foul-up", [4, 949, 5]], ["pratfall", [4, 949, 6]], ["flub", [4, 949, 7]], ["boo-boo", [4, 949, 8]]]}, {"answer": "blurriness", "hint": "synonyms for blurriness", "clues": [["indistinctness", [4, 950, 0]], ["fuzziness", [4, 950, 1]], ["softness", [4, 950, 2]], ["fogginess", [4, 950, 3]]]}, {"answer": "bm", "hint": "synonyms for bm", "clues": [["dejection", [4, 951, 0]], ["bowel movement", [4, 951, 1]], ["stool", [4, 951, 2]], ["movement", [4, 951, 3]], ["faeces", [4, 951, 4]], ["faecal matter", [4, 951, 5]], ["ordure", [4, 951, 6]]]}, {"answer": "board", "hint": "synonyms for board", "clues": [["circuit board", [4, 952, 0]], ["card", [4, 952, 1]], ["control board", [4, 952, 2]], ["plank", [4, 952, 3]], ["instrument panel", [4, 952, 4]], ["gameboard", [4, 952, 5]], ["add-in", [4, 952, 6]], ["dining table", [4, 952, 7]], ["control panel", [4, 952, 8]], ["table", [4, 952, 9]], ["panel", [4, 952, 10]], ["display panel", [4, 952, 11]], ["display board", [4, 952, 12]], ["plug-in", [4, 952, 13]]]}, {"answer": "boards", "hint": "synonyms for boards", "clues": [["board", [4, 953, 0]], ["circuit board", [4, 953, 1]], ["card", [4, 953, 2]], ["control board", [4, 953, 3]], ["plank", [4, 953, 4]], ["gameboard", [4, 953, 5]], ["dining table", [4, 953, 6]], ["control panel", [4, 953, 7]], ["table", [4, 953, 8]], ["instrument panel", [4, 953, 9]], ["panel", [4, 953, 10]], ["display panel", [4, 953, 11]], ["display board", [4, 953, 12]], ["plug-in", [4, 953, 13]], ["add-in", [4, 953, 14]]]}, {"answer": "boater", "hint": "synonyms for boater", "clues": [["straw hat", [4, 954, 0]], ["skimmer", [4, 954, 1]], ["sailor", [4, 954, 2]], ["leghorn", [4, 954, 3]]]}, {"answer": "bob", "hint": "synonyms for bob", "clues": [["shilling", [4, 955, 0]], ["cork", [4, 955, 1]], ["bobsled", [4, 955, 2]], ["bobsleigh", [4, 955, 3]], ["bobfloat", [4, 955, 4]], ["bobber", [4, 955, 5]]]}, {"answer": "body_armor", "hint": "synonyms for body armor", "clues": [["body armour", [4, 956, 0]], ["cataphract", [4, 956, 1]], ["coat of mail", [4, 956, 2]], ["suit of armour", [4, 956, 3]]]}, {"answer": "body_armour", "hint": "synonyms for body armour", "clues": [["body armor", [4, 957, 0]], ["cataphract", [4, 957, 1]], ["coat of mail", [4, 957, 2]], ["suit of armour", [4, 957, 3]]]}, {"answer": "body_politic", "hint": "synonyms for body politic", "clues": [["country", [4, 958, 0]], ["state", [4, 958, 1]], ["commonwealth", [4, 958, 2]], ["land", [4, 958, 3]], ["res publica", [4, 958, 4]], ["nation", [4, 958, 5]]]}, {"answer": "body_waste", "hint": "synonyms for body waste", "clues": [["excretory product", [4, 959, 0]], ["excretion", [4, 959, 1]], ["excrement", [4, 959, 2]], ["excreta", [4, 959, 3]]]}, {"answer": "boldness", "hint": "synonyms for boldness", "clues": [["hardihood", [4, 960, 0]], ["nerve", [4, 960, 1]], ["hardiness", [4, 960, 2]], ["cheek", [4, 960, 3]], ["brass", [4, 960, 4]], ["face", [4, 960, 5]], ["daring", [4, 960, 6]], ["strikingness", [4, 960, 7]]]}, {"answer": "boloney", "hint": "synonyms for boloney", "clues": [["tarradiddle", [4, 961, 0]], ["twaddle", [4, 961, 1]], ["baloney", [4, 961, 2]], ["tosh", [4, 961, 3]], ["bilgewater", [4, 961, 4]], ["bosh", [4, 961, 5]], ["tommyrot", [4, 961, 6]], ["humbug", [4, 961, 7]], ["drool", [4, 961, 8]]]}, {"answer": "bombardment", "hint": "synonyms for bombardment", "clues": [["shelling", [4, 962, 0]], ["battery", [4, 962, 1]], ["barrage fire", [4, 962, 2]], ["onslaught", [4, 962, 3]], ["bombing", [4, 962, 4]], ["barrage", [4, 962, 5]], ["outpouring", [4, 962, 6]]]}, {"answer": "bombast", "hint": "synonyms for bombast", "clues": [["blah", [4, 963, 0]], ["fustian", [4, 963, 1]], ["rant", [4, 963, 2]], ["claptrap", [4, 963, 3]]]}, {"answer": "bomber", "hint": "synonyms for bomber", "clues": [["torpedo", [4, 964, 0]], ["submarine sandwich", [4, 964, 1]], ["hoagie", [4, 964, 2]], ["poor boy", [4, 964, 3]], ["hero sandwich", [4, 964, 4]], ["hero", [4, 964, 5]], ["hoagy", [4, 964, 6]], ["submarine", [4, 964, 7]], ["grinder", [4, 964, 8]], ["wedge", [4, 964, 9]], ["zep", [4, 964, 10]], ["sub", [4, 964, 11]]]}, {"answer": "bon_ton", "hint": "synonyms for bon ton", "clues": [["smart set", [4, 965, 0]], ["beau monde", [4, 965, 1]], ["society", [4, 965, 2]], ["high society", [4, 965, 3]]]}, {"answer": "bonanza", "hint": "synonyms for bonanza", "clues": [["manna from heaven", [4, 966, 0]], ["bunce", [4, 966, 1]], ["gravy", [4, 966, 2]], ["gold rush", [4, 966, 3]], ["windfall", [4, 966, 4]], ["boom", [4, 966, 5]], ["godsend", [4, 966, 6]]]}, {"answer": "bond", "hint": "synonyms for bond", "clues": [["trammel", [4, 967, 0]], ["adhesiveness", [4, 967, 1]], ["bond paper", [4, 967, 2]], ["bond certificate", [4, 967, 3]], ["bail bond", [4, 967, 4]], ["attachment", [4, 967, 5]], ["chemical bond", [4, 967, 6]], ["shackle", [4, 967, 7]], ["adhesion", [4, 967, 8]], ["adherence", [4, 967, 9]], ["alliance", [4, 967, 10]], ["bail", [4, 967, 11]], ["hamper", [4, 967, 12]]]}, {"answer": "boner", "hint": "synonyms for boner", "clues": [["blooper", [4, 968, 0]], ["botch", [4, 968, 1]], ["bungle", [4, 968, 2]], ["fuckup", [4, 968, 3]], ["foul-up", [4, 968, 4]], ["pratfall", [4, 968, 5]], ["flub", [4, 968, 6]], ["blunder", [4, 968, 7]], ["boo-boo", [4, 968, 8]]]}, {"answer": "bones", "hint": "synonyms for bones", "clues": [["clappers", [4, 969, 0]], ["castanets", [4, 969, 1]], ["ivory", [4, 969, 2]], ["off-white", [4, 969, 3]], ["pearl", [4, 969, 4]], ["osseous tissue", [4, 969, 5]], ["finger cymbals", [4, 969, 6]], ["bone", [4, 969, 7]]]}, {"answer": "bonhomie", "hint": "synonyms for bonhomie", "clues": [["geniality", [4, 970, 0]], ["amiability", [4, 970, 1]], ["amiableness", [4, 970, 2]], ["affableness", [4, 970, 3]], ["affability", [4, 970, 4]]]}, {"answer": "boniness", "hint": "synonyms for boniness", "clues": [["gauntness", [4, 971, 0]], ["emaciation", [4, 971, 1]], ["bonyness", [4, 971, 2]], ["maceration", [4, 971, 3]]]}, {"answer": "bonyness", "hint": "synonyms for bonyness", "clues": [["gauntness", [4, 972, 0]], ["boniness", [4, 972, 1]], ["emaciation", [4, 972, 2]], ["maceration", [4, 972, 3]]]}, {"answer": "boo", "hint": "synonyms for boo", "clues": [["razzing", [4, 973, 0]], ["hiss", [4, 973, 1]], ["raspberry", [4, 973, 2]], ["bird", [4, 973, 3]], ["snort", [4, 973, 4]], ["hoot", [4, 973, 5]]]}, {"answer": "boo-boo", "hint": "synonyms for boo-boo", "clues": [["blooper", [4, 974, 0]], ["botch", [4, 974, 1]], ["bungle", [4, 974, 2]], ["fuckup", [4, 974, 3]], ["boner", [4, 974, 4]], ["foul-up", [4, 974, 5]], ["pratfall", [4, 974, 6]], ["flub", [4, 974, 7]], ["blunder", [4, 974, 8]]]}, {"answer": "boob_tube", "hint": "synonyms for boob tube", "clues": [["television", [4, 975, 0]], ["tv set", [4, 975, 1]], ["telly", [4, 975, 2]], ["television set", [4, 975, 3]], ["goggle box", [4, 975, 4]], ["idiot box", [4, 975, 5]], ["tv", [4, 975, 6]], ["television receiver", [4, 975, 7]]]}, {"answer": "booby_hatch", "hint": "synonyms for booby hatch", "clues": [["loony bin", [4, 976, 0]], ["sanatorium", [4, 976, 1]], ["funny farm", [4, 976, 2]], ["madhouse", [4, 976, 3]], ["funny house", [4, 976, 4]], ["nuthouse", [4, 976, 5]], ["cuckoo's nest", [4, 976, 6]], ["crazy house", [4, 976, 7]], ["snake pit", [4, 976, 8]]]}, {"answer": "boodle", "hint": "synonyms for boodle", "clues": [["kale", [4, 977, 0]], ["scratch", [4, 977, 1]], ["dinero", [4, 977, 2]], ["shekels", [4, 977, 3]], ["cabbage", [4, 977, 4]], ["lettuce", [4, 977, 5]], ["gelt", [4, 977, 6]], ["lucre", [4, 977, 7]], ["dough", [4, 977, 8]], ["wampum", [4, 977, 9]], ["pelf", [4, 977, 10]], ["stops", [4, 977, 11]], ["clams", [4, 977, 12]], ["lolly", [4, 977, 13]], ["loot", [4, 977, 14]], ["bread", [4, 977, 15]], ["sugar", [4, 977, 16]], ["simoleons", [4, 977, 17]], ["moolah", [4, 977, 18]]]}, {"answer": "book", "hint": "synonyms for book", "clues": [["al-Qur'an", [4, 978, 0]], ["volume", [4, 978, 1]], ["script", [4, 978, 2]], ["playscript", [4, 978, 3]], ["ledger", [4, 978, 4]], ["record", [4, 978, 5]], ["book of account", [4, 978, 6]], ["record book", [4, 978, 7]], ["rule book", [4, 978, 8]], ["account book", [4, 978, 9]]]}, {"answer": "booklet", "hint": "synonyms for booklet", "clues": [["brochure", [4, 979, 0]], ["folder", [4, 979, 1]], ["leaflet", [4, 979, 2]], ["pamphlet", [4, 979, 3]]]}, {"answer": "boom", "hint": "synonyms for boom", "clues": [["roar", [4, 980, 0]], ["bunce", [4, 980, 1]], ["microphone boom", [4, 980, 2]], ["windfall", [4, 980, 3]], ["godsend", [4, 980, 4]], ["bonanza", [4, 980, 5]], ["gravy", [4, 980, 6]], ["thunder", [4, 980, 7]], ["gold rush", [4, 980, 8]], ["manna from heaven", [4, 980, 9]]]}, {"answer": "boost", "hint": "synonyms for boost", "clues": [["hike", [4, 981, 0]], ["cost increase", [4, 981, 1]], ["rise", [4, 981, 2]], ["encouragement", [4, 981, 3]]]}, {"answer": "booster", "hint": "synonyms for booster", "clues": [["booster station", [4, 982, 0]], ["relay link", [4, 982, 1]], ["booster rocket", [4, 982, 2]], ["relay transmitter", [4, 982, 3]], ["booster unit", [4, 982, 4]], ["relay station", [4, 982, 5]], ["booster amplifier", [4, 982, 6]], ["takeoff booster", [4, 982, 7]], ["booster dose", [4, 982, 8]], ["recall dose", [4, 982, 9]], ["takeoff rocket", [4, 982, 10]], ["booster shot", [4, 982, 11]]]}, {"answer": "booster_amplifier", "hint": "synonyms for booster amplifier", "clues": [["booster station", [4, 983, 0]], ["relay link", [4, 983, 1]], ["relay transmitter", [4, 983, 2]], ["booster", [4, 983, 3]], ["relay station", [4, 983, 4]]]}, {"answer": "booster_rocket", "hint": "synonyms for booster rocket", "clues": [["takeoff booster", [4, 984, 0]], ["booster", [4, 984, 1]], ["takeoff rocket", [4, 984, 2]], ["booster unit", [4, 984, 3]]]}, {"answer": "booster_station", "hint": "synonyms for booster station", "clues": [["relay link", [4, 985, 0]], ["relay transmitter", [4, 985, 1]], ["booster", [4, 985, 2]], ["relay station", [4, 985, 3]], ["booster amplifier", [4, 985, 4]]]}, {"answer": "booster_unit", "hint": "synonyms for booster unit", "clues": [["takeoff booster", [4, 986, 0]], ["booster", [4, 986, 1]], ["takeoff rocket", [4, 986, 2]], ["booster rocket", [4, 986, 3]]]}, {"answer": "boot", "hint": "synonyms for boot", "clues": [["rush", [4, 987, 0]], ["kick", [4, 987, 1]], ["flush", [4, 987, 2]], ["iron heel", [4, 987, 3]], ["the boot", [4, 987, 4]], ["charge", [4, 987, 5]], ["iron boot", [4, 987, 6]], ["bang", [4, 987, 7]], ["thrill", [4, 987, 8]]]}, {"answer": "booty", "hint": "synonyms for booty", "clues": [["pillage", [4, 988, 0]], ["swag", [4, 988, 1]], ["plunder", [4, 988, 2]], ["prize", [4, 988, 3]], ["dirty money", [4, 988, 4]], ["loot", [4, 988, 5]]]}, {"answer": "booze", "hint": "synonyms for booze", "clues": [["strong drink", [4, 989, 0]], ["spirits", [4, 989, 1]], ["liquor", [4, 989, 2]], ["hard liquor", [4, 989, 3]], ["hard drink", [4, 989, 4]]]}, {"answer": "booze-up", "hint": "synonyms for booze-up", "clues": [["carouse", [4, 990, 0]], ["bender", [4, 990, 1]], ["carousal", [4, 990, 2]], ["toot", [4, 990, 3]]]}, {"answer": "bordello", "hint": "synonyms for bordello", "clues": [["house of prostitution", [4, 991, 0]], ["sporting house", [4, 991, 1]], ["whorehouse", [4, 991, 2]], ["bawdyhouse", [4, 991, 3]], ["bagnio", [4, 991, 4]], ["house of ill repute", [4, 991, 5]], ["cathouse", [4, 991, 6]], ["brothel", [4, 991, 7]]]}, {"answer": "border", "hint": "synonyms for border", "clues": [["edge", [4, 992, 0]], ["mete", [4, 992, 1]], ["perimeter", [4, 992, 2]], ["margin", [4, 992, 3]], ["delimitation", [4, 992, 4]], ["molding", [4, 992, 5]], ["boundary line", [4, 992, 6]], ["borderline", [4, 992, 7]]]}, {"answer": "bore", "hint": "synonyms for bore", "clues": [["calibre", [4, 993, 0]], ["aegir", [4, 993, 1]], ["eager", [4, 993, 2]], ["tidal bore", [4, 993, 3]], ["eagre", [4, 993, 4]], ["gauge", [4, 993, 5]], ["drill hole", [4, 993, 6]], ["bore-hole", [4, 993, 7]]]}, {"answer": "bosh", "hint": "synonyms for bosh", "clues": [["tarradiddle", [4, 994, 0]], ["twaddle", [4, 994, 1]], ["baloney", [4, 994, 2]], ["tosh", [4, 994, 3]], ["bilgewater", [4, 994, 4]], ["tommyrot", [4, 994, 5]], ["humbug", [4, 994, 6]], ["drool", [4, 994, 7]]]}, {"answer": "botch", "hint": "synonyms for botch", "clues": [["blooper", [4, 995, 0]], ["fuckup", [4, 995, 1]], ["bungle", [4, 995, 2]], ["boner", [4, 995, 3]], ["foul-up", [4, 995, 4]], ["pratfall", [4, 995, 5]], ["flub", [4, 995, 6]], ["blunder", [4, 995, 7]], ["boo-boo", [4, 995, 8]]]}, {"answer": "bother", "hint": "synonyms for bother", "clues": [["fuss", [4, 996, 0]], ["botheration", [4, 996, 1]], ["pain", [4, 996, 2]], ["pain in the neck", [4, 996, 3]], ["hassle", [4, 996, 4]], ["pain in the ass", [4, 996, 5]], ["annoyance", [4, 996, 6]], ["infliction", [4, 996, 7]], ["trouble", [4, 996, 8]]]}, {"answer": "botheration", "hint": "synonyms for botheration", "clues": [["pain in the ass", [4, 997, 0]], ["annoyance", [4, 997, 1]], ["bother", [4, 997, 2]], ["infliction", [4, 997, 3]], ["pain in the neck", [4, 997, 4]], ["pain", [4, 997, 5]]]}, {"answer": "bounce", "hint": "synonyms for bounce", "clues": [["bouncing", [4, 998, 0]], ["leaping", [4, 998, 1]], ["saltation", [4, 998, 2]], ["bound", [4, 998, 3]], ["bounciness", [4, 998, 4]], ["spring", [4, 998, 5]]]}, {"answer": "boundary_line", "hint": "synonyms for boundary line", "clues": [["mete", [4, 999, 0]], ["border", [4, 999, 1]], ["borderline", [4, 999, 2]], ["delimitation", [4, 999, 3]]]}, {"answer": "boundlessness", "hint": "synonyms for boundlessness", "clues": [["unboundedness", [4, 1000, 0]], ["limitlessness", [4, 1000, 1]], ["infinitude", [4, 1000, 2]], ["infiniteness", [4, 1000, 3]]]}, {"answer": "bounds", "hint": "synonyms for bounds", "clues": [["bound", [4, 1001, 0]], ["edge", [4, 1001, 1]], ["spring", [4, 1001, 2]], ["saltation", [4, 1001, 3]], ["boundary", [4, 1001, 4]], ["leaping", [4, 1001, 5]], ["limit", [4, 1001, 6]], ["bounce", [4, 1001, 7]]]}, {"answer": "bounty", "hint": "synonyms for bounty", "clues": [["premium", [4, 1002, 0]], ["bounteousness", [4, 1002, 1]], ["bountifulness", [4, 1002, 2]], ["amplitude", [4, 1002, 3]]]}, {"answer": "bouquet", "hint": "synonyms for bouquet", "clues": [["redolence", [4, 1003, 0]], ["fragrance", [4, 1003, 1]], ["corsage", [4, 1003, 2]], ["sweetness", [4, 1003, 3]], ["nosegay", [4, 1003, 4]], ["posy", [4, 1003, 5]]]}, {"answer": "bout", "hint": "synonyms for bout", "clues": [["round", [4, 1004, 0]], ["binge", [4, 1004, 1]], ["bust", [4, 1004, 2]], ["turn", [4, 1004, 3]], ["tear", [4, 1004, 4]]]}, {"answer": "bow", "hint": "synonyms for bow", "clues": [["curtain call", [4, 1005, 0]], ["arc", [4, 1005, 1]], ["prow", [4, 1005, 2]], ["stem", [4, 1005, 3]], ["obeisance", [4, 1005, 4]], ["bowknot", [4, 1005, 5]], ["fore", [4, 1005, 6]], ["bowing", [4, 1005, 7]]]}, {"answer": "bowl", "hint": "synonyms for bowl", "clues": [["bowlful", [4, 1006, 0]], ["pipe bowl", [4, 1006, 1]], ["sports stadium", [4, 1006, 2]], ["bowling ball", [4, 1006, 3]], ["arena", [4, 1006, 4]], ["roll", [4, 1006, 5]], ["stadium", [4, 1006, 6]], ["trough", [4, 1006, 7]]]}, {"answer": "bowler", "hint": "synonyms for bowler", "clues": [["derby hat", [4, 1007, 0]], ["derby", [4, 1007, 1]], ["bowler hat", [4, 1007, 2]], ["plug hat", [4, 1007, 3]]]}, {"answer": "bowler_hat", "hint": "synonyms for bowler hat", "clues": [["derby", [4, 1008, 0]], ["derby hat", [4, 1008, 1]], ["bowler", [4, 1008, 2]], ["plug hat", [4, 1008, 3]]]}, {"answer": "bowls", "hint": "synonyms for bowls", "clues": [["bowl", [4, 1009, 0]], ["sports stadium", [4, 1009, 1]], ["lawn bowling", [4, 1009, 2]], ["arena", [4, 1009, 3]], ["trough", [4, 1009, 4]], ["bowlful", [4, 1009, 5]], ["pipe bowl", [4, 1009, 6]], ["bowling ball", [4, 1009, 7]], ["roll", [4, 1009, 8]], ["stadium", [4, 1009, 9]]]}, {"answer": "boxberry", "hint": "synonyms for boxberry", "clues": [["checkerberry", [4, 1010, 0]], ["wintergreen", [4, 1010, 1]], ["spiceberry", [4, 1010, 2]], ["teaberry", [4, 1010, 3]]]}, {"answer": "boxers", "hint": "synonyms for boxers", "clues": [["boxershorts", [4, 1011, 0]], ["shorts", [4, 1011, 1]], ["underdrawers", [4, 1011, 2]], ["drawers", [4, 1011, 3]]]}, {"answer": "boxershorts", "hint": "synonyms for boxershorts", "clues": [["underdrawers", [4, 1012, 0]], ["shorts", [4, 1012, 1]], ["boxers", [4, 1012, 2]], ["drawers", [4, 1012, 3]]]}, {"answer": "brace", "hint": "synonyms for brace", "clues": [["twosome", [4, 1013, 0]], ["distich", [4, 1013, 1]], ["duet", [4, 1013, 2]], ["duo", [4, 1013, 3]], ["pair", [4, 1013, 4]], ["bitstock", [4, 1013, 5]], ["couplet", [4, 1013, 6]], ["orthodontic braces", [4, 1013, 7]], ["braces", [4, 1013, 8]], ["gallus", [4, 1013, 9]], ["duad", [4, 1013, 10]], ["span", [4, 1013, 11]], ["bracing", [4, 1013, 12]], ["dyad", [4, 1013, 13]], ["suspender", [4, 1013, 14]], ["yoke", [4, 1013, 15]], ["twain", [4, 1013, 16]]]}, {"answer": "bracelet", "hint": "synonyms for bracelet", "clues": [["watch bracelet", [4, 1014, 0]], ["watchstrap", [4, 1014, 1]], ["wristband", [4, 1014, 2]], ["bangle", [4, 1014, 3]], ["watchband", [4, 1014, 4]]]}, {"answer": "braces", "hint": "synonyms for braces", "clues": [["brace", [4, 1015, 0]], ["twosome", [4, 1015, 1]], ["distich", [4, 1015, 2]], ["duet", [4, 1015, 3]], ["duo", [4, 1015, 4]], ["pair", [4, 1015, 5]], ["bitstock", [4, 1015, 6]], ["couplet", [4, 1015, 7]], ["orthodontic braces", [4, 1015, 8]], ["gallus", [4, 1015, 9]], ["duad", [4, 1015, 10]], ["span", [4, 1015, 11]], ["bracing", [4, 1015, 12]], ["dyad", [4, 1015, 13]], ["suspender", [4, 1015, 14]], ["yoke", [4, 1015, 15]], ["twain", [4, 1015, 16]]]}, {"answer": "brain", "hint": "synonyms for brain", "clues": [["mental capacity", [4, 1016, 0]], ["mind", [4, 1016, 1]], ["nous", [4, 1016, 2]], ["mentality", [4, 1016, 3]], ["brainpower", [4, 1016, 4]], ["psyche", [4, 1016, 5]], ["learning ability", [4, 1016, 6]], ["head", [4, 1016, 7]], ["wit", [4, 1016, 8]]]}, {"answer": "brainpower", "hint": "synonyms for brainpower", "clues": [["mentality", [4, 1017, 0]], ["brain", [4, 1017, 1]], ["mental capacity", [4, 1017, 2]], ["learning ability", [4, 1017, 3]], ["wit", [4, 1017, 4]]]}, {"answer": "brainwave", "hint": "synonyms for brainwave", "clues": [["brain wave", [4, 1018, 0]], ["cortical potential", [4, 1018, 1]], ["insight", [4, 1018, 2]], ["brainstorm", [4, 1018, 3]]]}, {"answer": "branch", "hint": "synonyms for branch", "clues": [["subdivision", [4, 1019, 0]], ["leg", [4, 1019, 1]], ["limb", [4, 1019, 2]], ["offshoot", [4, 1019, 3]], ["outgrowth", [4, 1019, 4]], ["arm", [4, 1019, 5]], ["ramification", [4, 1019, 6]], ["offset", [4, 1019, 7]]]}, {"answer": "brand", "hint": "synonyms for brand", "clues": [["stigma", [4, 1020, 0]], ["sword", [4, 1020, 1]], ["stain", [4, 1020, 2]], ["marque", [4, 1020, 3]], ["trade name", [4, 1020, 4]], ["make", [4, 1020, 5]], ["mark", [4, 1020, 6]], ["blade", [4, 1020, 7]], ["brand name", [4, 1020, 8]], ["firebrand", [4, 1020, 9]], ["steel", [4, 1020, 10]]]}, {"answer": "brashness", "hint": "synonyms for brashness", "clues": [["glitz", [4, 1021, 0]], ["flashiness", [4, 1021, 1]], ["gaudiness", [4, 1021, 2]], ["tawdriness", [4, 1021, 3]], ["garishness", [4, 1021, 4]], ["meretriciousness", [4, 1021, 5]], ["loudness", [4, 1021, 6]]]}, {"answer": "brass", "hint": "synonyms for brass", "clues": [["brass instrument", [4, 1022, 0]], ["establishment", [4, 1022, 1]], ["governing body", [4, 1022, 2]], ["memorial tablet", [4, 1022, 3]], ["organisation", [4, 1022, 4]], ["governance", [4, 1022, 5]], ["face", [4, 1022, 6]], ["boldness", [4, 1022, 7]], ["nerve", [4, 1022, 8]], ["cheek", [4, 1022, 9]], ["plaque", [4, 1022, 10]], ["brass section", [4, 1022, 11]], ["administration", [4, 1022, 12]]]}, {"answer": "bravery", "hint": "synonyms for bravery", "clues": [["braveness", [4, 1023, 0]], ["fearlessness", [4, 1023, 1]], ["courageousness", [4, 1023, 2]], ["courage", [4, 1023, 3]]]}, {"answer": "brawn", "hint": "synonyms for brawn", "clues": [["sinew", [4, 1024, 0]], ["muscle", [4, 1024, 1]], ["heftiness", [4, 1024, 2]], ["brawniness", [4, 1024, 3]], ["muscularity", [4, 1024, 4]]]}, {"answer": "brawniness", "hint": "synonyms for brawniness", "clues": [["sinew", [4, 1025, 0]], ["muscle", [4, 1025, 1]], ["heftiness", [4, 1025, 2]], ["brawn", [4, 1025, 3]], ["muscularity", [4, 1025, 4]]]}, {"answer": "breach", "hint": "synonyms for breach", "clues": [["rift", [4, 1026, 0]], ["rupture", [4, 1026, 1]], ["break", [4, 1026, 2]], ["severance", [4, 1026, 3]], ["falling out", [4, 1026, 4]]]}, {"answer": "bread", "hint": "synonyms for bread", "clues": [["kale", [4, 1027, 0]], ["boodle", [4, 1027, 1]], ["scratch", [4, 1027, 2]], ["staff of life", [4, 1027, 3]], ["dinero", [4, 1027, 4]], ["shekels", [4, 1027, 5]], ["cabbage", [4, 1027, 6]], ["lettuce", [4, 1027, 7]], ["gelt", [4, 1027, 8]], ["lucre", [4, 1027, 9]], ["dough", [4, 1027, 10]], ["wampum", [4, 1027, 11]], ["pelf", [4, 1027, 12]], ["clams", [4, 1027, 13]], ["lolly", [4, 1027, 14]], ["loot", [4, 1027, 15]], ["sugar", [4, 1027, 16]], ["simoleons", [4, 1027, 17]], ["moolah", [4, 1027, 18]], ["breadstuff", [4, 1027, 19]]]}, {"answer": "bread_and_butter", "hint": "synonyms for bread and butter", "clues": [["keep", [4, 1028, 0]], ["livelihood", [4, 1028, 1]], ["support", [4, 1028, 2]], ["living", [4, 1028, 3]], ["sustenance", [4, 1028, 4]]]}, {"answer": "break", "hint": "synonyms for break", "clues": [["happy chance", [4, 1029, 0]], ["breakage", [4, 1029, 1]], ["fault", [4, 1029, 2]], ["intermission", [4, 1029, 3]], ["disruption", [4, 1029, 4]], ["interruption", [4, 1029, 5]], ["prisonbreak", [4, 1029, 6]], ["severance", [4, 1029, 7]], ["prison-breaking", [4, 1029, 8]], ["gap", [4, 1029, 9]], ["gaolbreak", [4, 1029, 10]], ["fracture", [4, 1029, 11]], ["jailbreak", [4, 1029, 12]], ["pause", [4, 1029, 13]], ["breaking", [4, 1029, 14]], ["breach", [4, 1029, 15]], ["falling out", [4, 1029, 16]], ["break of serve", [4, 1029, 17]], ["shift", [4, 1029, 18]], ["time out", [4, 1029, 19]], ["rift", [4, 1029, 20]], ["suspension", [4, 1029, 21]], ["respite", [4, 1029, 22]], ["good luck", [4, 1029, 23]], ["open frame", [4, 1029, 24]], ["recess", [4, 1029, 25]], ["breakout", [4, 1029, 26]], ["rupture", [4, 1029, 27]], ["geological fault", [4, 1029, 28]]]}, {"answer": "break_of_day", "hint": "synonyms for break of day", "clues": [["first light", [4, 1030, 0]], ["sunup", [4, 1030, 1]], ["dawning", [4, 1030, 2]], ["break of the day", [4, 1030, 3]], ["daybreak", [4, 1030, 4]], ["aurora", [4, 1030, 5]], ["dayspring", [4, 1030, 6]], ["sunrise", [4, 1030, 7]], ["morning", [4, 1030, 8]], ["cockcrow", [4, 1030, 9]]]}, {"answer": "break_of_the_day", "hint": "synonyms for break of the day", "clues": [["break of day", [4, 1031, 0]], ["first light", [4, 1031, 1]], ["sunup", [4, 1031, 2]], ["dawning", [4, 1031, 3]], ["daybreak", [4, 1031, 4]], ["aurora", [4, 1031, 5]], ["dayspring", [4, 1031, 6]], ["sunrise", [4, 1031, 7]], ["morning", [4, 1031, 8]], ["cockcrow", [4, 1031, 9]]]}, {"answer": "breakout", "hint": "synonyms for breakout", "clues": [["break", [4, 1032, 0]], ["gaolbreak", [4, 1032, 1]], ["prisonbreak", [4, 1032, 2]], ["prison-breaking", [4, 1032, 3]], ["jailbreak", [4, 1032, 4]]]}, {"answer": "breakwater", "hint": "synonyms for breakwater", "clues": [["bulwark", [4, 1033, 0]], ["jetty", [4, 1033, 1]], ["groin", [4, 1033, 2]], ["mole", [4, 1033, 3]], ["groyne", [4, 1033, 4]], ["seawall", [4, 1033, 5]]]}, {"answer": "breath", "hint": "synonyms for breath", "clues": [["breathing place", [4, 1034, 0]], ["breathing spell", [4, 1034, 1]], ["hint", [4, 1034, 2]], ["breather", [4, 1034, 3]], ["intimation", [4, 1034, 4]], ["breathing time", [4, 1034, 5]]]}, {"answer": "breather", "hint": "synonyms for breather", "clues": [["breathing place", [4, 1035, 0]], ["snorkel", [4, 1035, 1]], ["snorkel breather", [4, 1035, 2]], ["schnorchel", [4, 1035, 3]], ["breathing spell", [4, 1035, 4]], ["breath", [4, 1035, 5]], ["breathing time", [4, 1035, 6]]]}, {"answer": "breathing_space", "hint": "synonyms for breathing space", "clues": [["breathing place", [4, 1036, 0]], ["breathing room", [4, 1036, 1]], ["breathing spell", [4, 1036, 2]], ["breath", [4, 1036, 3]], ["breathing time", [4, 1036, 4]]]}, {"answer": "breeches", "hint": "synonyms for breeches", "clues": [["rear of barrel", [4, 1037, 0]], ["knickerbockers", [4, 1037, 1]], ["knee pants", [4, 1037, 2]], ["knickers", [4, 1037, 3]], ["rear of tube", [4, 1037, 4]], ["knee breeches", [4, 1037, 5]], ["breech", [4, 1037, 6]]]}, {"answer": "breeze", "hint": "synonyms for breeze", "clues": [["piece of cake", [4, 1038, 0]], ["pushover", [4, 1038, 1]], ["picnic", [4, 1038, 2]], ["child's play", [4, 1038, 3]], ["snap", [4, 1038, 4]], ["gentle wind", [4, 1038, 5]], ["air", [4, 1038, 6]], ["zephyr", [4, 1038, 7]], ["duck soup", [4, 1038, 8]], ["walkover", [4, 1038, 9]], ["cinch", [4, 1038, 10]]]}, {"answer": "bricole", "hint": "synonyms for bricole", "clues": [["mangonel", [4, 1039, 0]], ["trebucket", [4, 1039, 1]], ["arbalist", [4, 1039, 2]], ["onager", [4, 1039, 3]], ["ballista", [4, 1039, 4]], ["catapult", [4, 1039, 5]]]}, {"answer": "bridge", "hint": "synonyms for bridge", "clues": [["span", [4, 1040, 0]], ["bridge circuit", [4, 1040, 1]], ["nosepiece", [4, 1040, 2]], ["bridge deck", [4, 1040, 3]], ["bridgework", [4, 1040, 4]]]}, {"answer": "bridges", "hint": "synonyms for bridges", "clues": [["nosepiece", [4, 1041, 0]], ["bridge circuit", [4, 1041, 1]], ["bridge", [4, 1041, 2]], ["bridge deck", [4, 1041, 3]], ["span", [4, 1041, 4]], ["bridgework", [4, 1041, 5]]]}, {"answer": "brightness", "hint": "synonyms for brightness", "clues": [["luminosity", [4, 1042, 0]], ["luminousness", [4, 1042, 1]], ["light", [4, 1042, 2]], ["smartness", [4, 1042, 3]], ["brightness level", [4, 1042, 4]], ["luminance", [4, 1042, 5]], ["cleverness", [4, 1042, 6]]]}, {"answer": "brightness_level", "hint": "synonyms for brightness level", "clues": [["brightness", [4, 1043, 0]], ["light", [4, 1043, 1]], ["luminance", [4, 1043, 2]], ["luminosity", [4, 1043, 3]], ["luminousness", [4, 1043, 4]]]}, {"answer": "brilliance", "hint": "synonyms for brilliance", "clues": [["magnificence", [4, 1044, 0]], ["glare", [4, 1044, 1]], ["genius", [4, 1044, 2]], ["splendor", [4, 1044, 3]], ["grandeur", [4, 1044, 4]], ["blaze", [4, 1044, 5]], ["grandness", [4, 1044, 6]]]}, {"answer": "bringing_up", "hint": "synonyms for bringing up", "clues": [["nurture", [4, 1045, 0]], ["raising", [4, 1045, 1]], ["rearing", [4, 1045, 2]], ["upbringing", [4, 1045, 3]], ["fostering", [4, 1045, 4]], ["breeding", [4, 1045, 5]], ["fosterage", [4, 1045, 6]]]}, {"answer": "brio", "hint": "synonyms for brio", "clues": [["spiritedness", [4, 1046, 0]], ["vivification", [4, 1046, 1]], ["invigoration", [4, 1046, 2]], ["animation", [4, 1046, 3]]]}, {"answer": "broadsheet", "hint": "synonyms for broadsheet", "clues": [["broadside", [4, 1047, 0]], ["circular", [4, 1047, 1]], ["flier", [4, 1047, 2]], ["handbill", [4, 1047, 3]], ["flyer", [4, 1047, 4]], ["bill", [4, 1047, 5]], ["throwaway", [4, 1047, 6]]]}, {"answer": "brochure", "hint": "synonyms for brochure", "clues": [["folder", [4, 1048, 0]], ["leaflet", [4, 1048, 1]], ["booklet", [4, 1048, 2]], ["pamphlet", [4, 1048, 3]]]}, {"answer": "bromide", "hint": "synonyms for bromide", "clues": [["banality", [4, 1049, 0]], ["commonplace", [4, 1049, 1]], ["cliche", [4, 1049, 2]], ["platitude", [4, 1049, 3]]]}, {"answer": "bronx_cheer", "hint": "synonyms for bronx cheer", "clues": [["hiss", [4, 1050, 0]], ["raspberry", [4, 1050, 1]], ["snort", [4, 1050, 2]], ["boo", [4, 1050, 3]], ["razzing", [4, 1050, 4]], ["bird", [4, 1050, 5]], ["hoot", [4, 1050, 6]]]}, {"answer": "brothel", "hint": "synonyms for brothel", "clues": [["house of prostitution", [4, 1051, 0]], ["sporting house", [4, 1051, 1]], ["whorehouse", [4, 1051, 2]], ["bawdyhouse", [4, 1051, 3]], ["bagnio", [4, 1051, 4]], ["house of ill repute", [4, 1051, 5]], ["cathouse", [4, 1051, 6]], ["bordello", [4, 1051, 7]]]}, {"answer": "brotherhood", "hint": "synonyms for brotherhood", "clues": [["union", [4, 1052, 0]], ["sodality", [4, 1052, 1]], ["trades union", [4, 1052, 2]], ["fraternity", [4, 1052, 3]], ["labor union", [4, 1052, 4]]]}, {"answer": "brush", "hint": "synonyms for brush", "clues": [["skirmish", [4, 1053, 0]], ["copse", [4, 1053, 1]], ["brushwood", [4, 1053, 2]], ["brushing", [4, 1053, 3]], ["thicket", [4, 1053, 4]], ["clash", [4, 1053, 5]], ["light touch", [4, 1053, 6]], ["encounter", [4, 1053, 7]], ["coppice", [4, 1053, 8]]]}, {"answer": "brushwood", "hint": "synonyms for brushwood", "clues": [["copse", [4, 1054, 0]], ["brush", [4, 1054, 1]], ["coppice", [4, 1054, 2]], ["thicket", [4, 1054, 3]]]}, {"answer": "brusqueness", "hint": "synonyms for brusqueness", "clues": [["curtness", [4, 1055, 0]], ["abruptness", [4, 1055, 1]], ["shortness", [4, 1055, 2]], ["gruffness", [4, 1055, 3]]]}, {"answer": "brutality", "hint": "synonyms for brutality", "clues": [["savagery", [4, 1056, 0]], ["barbarism", [4, 1056, 1]], ["barbarity", [4, 1056, 2]], ["viciousness", [4, 1056, 3]], ["ferociousness", [4, 1056, 4]]]}, {"answer": "bs", "hint": "synonyms for bs", "clues": [["vitamin B", [4, 1057, 0]], ["atomic number 5", [4, 1057, 1]], ["barn", [4, 1057, 2]], ["b", [4, 1057, 3]], ["vitamin B complex", [4, 1057, 4]], ["boron", [4, 1057, 5]]]}, {"answer": "buck", "hint": "synonyms for buck", "clues": [["sawhorse", [4, 1058, 0]], ["vaulting horse", [4, 1058, 1]], ["horse", [4, 1058, 2]], ["one dollar bill", [4, 1058, 3]], ["long horse", [4, 1058, 4]], ["dollar", [4, 1058, 5]], ["sawbuck", [4, 1058, 6]], ["dollar bill", [4, 1058, 7]], ["clam", [4, 1058, 8]]]}, {"answer": "buffer", "hint": "synonyms for buffer", "clues": [["buff", [4, 1059, 0]], ["buffer zone", [4, 1059, 1]], ["pilot", [4, 1059, 2]], ["buffer storage", [4, 1059, 3]], ["fender", [4, 1059, 4]], ["cowcatcher", [4, 1059, 5]], ["polisher", [4, 1059, 6]]]}, {"answer": "buffet", "hint": "synonyms for buffet", "clues": [["counter", [4, 1060, 0]], ["sideboard", [4, 1060, 1]], ["snack counter", [4, 1060, 2]], ["snack bar", [4, 1060, 3]]]}, {"answer": "buffoonery", "hint": "synonyms for buffoonery", "clues": [["japery", [4, 1061, 0]], ["prank", [4, 1061, 1]], ["frivolity", [4, 1061, 2]], ["harlequinade", [4, 1061, 3]], ["clowning", [4, 1061, 4]]]}, {"answer": "bulb", "hint": "synonyms for bulb", "clues": [["light bulb", [4, 1062, 0]], ["incandescent lamp", [4, 1062, 1]], ["electric light", [4, 1062, 2]], ["electric-light bulb", [4, 1062, 3]]]}, {"answer": "bulge", "hint": "synonyms for bulge", "clues": [["jut", [4, 1063, 0]], ["swelling", [4, 1063, 1]], ["protuberance", [4, 1063, 2]], ["gibbosity", [4, 1063, 3]], ["gibbousness", [4, 1063, 4]], ["extrusion", [4, 1063, 5]], ["prominence", [4, 1063, 6]], ["bump", [4, 1063, 7]], ["excrescence", [4, 1063, 8]], ["protrusion", [4, 1063, 9]], ["hump", [4, 1063, 10]]]}, {"answer": "bull", "hint": "synonyms for bull", "clues": [["papal bull", [4, 1064, 0]], ["shit", [4, 1064, 1]], ["bullshit", [4, 1064, 2]], ["horseshit", [4, 1064, 3]], ["crap", [4, 1064, 4]], ["dogshit", [4, 1064, 5]], ["bull's eye", [4, 1064, 6]]]}, {"answer": "bull's_eye", "hint": "synonyms for bull's eye", "clues": [["mark", [4, 1065, 0]], ["bull", [4, 1065, 1]], ["home run", [4, 1065, 2]], ["bell ringer", [4, 1065, 3]]]}, {"answer": "bull_fiddle", "hint": "synonyms for bull fiddle", "clues": [["contrabass", [4, 1066, 0]], ["double bass", [4, 1066, 1]], ["bass viol", [4, 1066, 2]], ["bass fiddle", [4, 1066, 3]], ["string bass", [4, 1066, 4]]]}, {"answer": "bullet", "hint": "synonyms for bullet", "clues": [["fastball", [4, 1067, 0]], ["slug", [4, 1067, 1]], ["bullet train", [4, 1067, 2]], ["smoke", [4, 1067, 3]], ["hummer", [4, 1067, 4]], ["heater", [4, 1067, 5]]]}, {"answer": "bulletin_board", "hint": "synonyms for bulletin board", "clues": [["notice board", [4, 1068, 0]], ["bbs", [4, 1068, 1]], ["bulletin board system", [4, 1068, 2]], ["electronic bulletin board", [4, 1068, 3]]]}, {"answer": "bullheadedness", "hint": "synonyms for bullheadedness", "clues": [["self-will", [4, 1069, 0]], ["obstinance", [4, 1069, 1]], ["stubbornness", [4, 1069, 2]], ["pigheadedness", [4, 1069, 3]], ["obstinacy", [4, 1069, 4]]]}, {"answer": "bullshit", "hint": "synonyms for bullshit", "clues": [["shit", [4, 1070, 0]], ["horseshit", [4, 1070, 1]], ["crap", [4, 1070, 2]], ["dogshit", [4, 1070, 3]], ["bull", [4, 1070, 4]]]}, {"answer": "bulwark", "hint": "synonyms for bulwark", "clues": [["wall", [4, 1071, 0]], ["mole", [4, 1071, 1]], ["groyne", [4, 1071, 2]], ["rampart", [4, 1071, 3]], ["seawall", [4, 1071, 4]], ["jetty", [4, 1071, 5]], ["groin", [4, 1071, 6]], ["breakwater", [4, 1071, 7]]]}, {"answer": "bump", "hint": "synonyms for bump", "clues": [["jut", [4, 1072, 0]], ["swelling", [4, 1072, 1]], ["protuberance", [4, 1072, 2]], ["blow", [4, 1072, 3]], ["gibbosity", [4, 1072, 4]], ["gibbousness", [4, 1072, 5]], ["bulge", [4, 1072, 6]], ["extrusion", [4, 1072, 7]], ["prominence", [4, 1072, 8]], ["excrescence", [4, 1072, 9]], ["protrusion", [4, 1072, 10]], ["hump", [4, 1072, 11]]]}, {"answer": "bunce", "hint": "synonyms for bunce", "clues": [["bonanza", [4, 1073, 0]], ["manna from heaven", [4, 1073, 1]], ["gravy", [4, 1073, 2]], ["gold rush", [4, 1073, 3]], ["windfall", [4, 1073, 4]], ["boom", [4, 1073, 5]], ["godsend", [4, 1073, 6]]]}, {"answer": "bunch", "hint": "synonyms for bunch", "clues": [["crowd", [4, 1074, 0]], ["cluster", [4, 1074, 1]], ["caboodle", [4, 1074, 2]], ["crew", [4, 1074, 3]], ["lot", [4, 1074, 4]], ["clump", [4, 1074, 5]], ["gang", [4, 1074, 6]]]}, {"answer": "bunco", "hint": "synonyms for bunco", "clues": [["con", [4, 1075, 0]], ["con game", [4, 1075, 1]], ["confidence game", [4, 1075, 2]], ["gyp", [4, 1075, 3]], ["confidence trick", [4, 1075, 4]], ["bunko", [4, 1075, 5]], ["hustle", [4, 1075, 6]], ["bunko game", [4, 1075, 7]], ["flimflam", [4, 1075, 8]], ["sting", [4, 1075, 9]]]}, {"answer": "bunco_game", "hint": "synonyms for bunco game", "clues": [["con", [4, 1076, 0]], ["con game", [4, 1076, 1]], ["confidence game", [4, 1076, 2]], ["gyp", [4, 1076, 3]], ["confidence trick", [4, 1076, 4]], ["bunko", [4, 1076, 5]], ["hustle", [4, 1076, 6]], ["bunko game", [4, 1076, 7]], ["bunco", [4, 1076, 8]], ["flimflam", [4, 1076, 9]], ["sting", [4, 1076, 10]]]}, {"answer": "buncombe", "hint": "synonyms for buncombe", "clues": [["hogwash", [4, 1077, 0]], ["rot", [4, 1077, 1]], ["bunk", [4, 1077, 2]], ["guff", [4, 1077, 3]], ["bunkum", [4, 1077, 4]]]}, {"answer": "bundle", "hint": "synonyms for bundle", "clues": [["package", [4, 1078, 0]], ["parcel", [4, 1078, 1]], ["sheaf", [4, 1078, 2]], ["big bucks", [4, 1078, 3]], ["packet", [4, 1078, 4]], ["big money", [4, 1078, 5]], ["megabucks", [4, 1078, 6]], ["pile", [4, 1078, 7]]]}, {"answer": "bungle", "hint": "synonyms for bungle", "clues": [["blooper", [4, 1079, 0]], ["botch", [4, 1079, 1]], ["fuckup", [4, 1079, 2]], ["boner", [4, 1079, 3]], ["foul-up", [4, 1079, 4]], ["pratfall", [4, 1079, 5]], ["flub", [4, 1079, 6]], ["blunder", [4, 1079, 7]], ["boo-boo", [4, 1079, 8]]]}, {"answer": "bunk", "hint": "synonyms for bunk", "clues": [["hogwash", [4, 1080, 0]], ["berth", [4, 1080, 1]], ["meaninglessness", [4, 1080, 2]], ["bunk bed", [4, 1080, 3]], ["nonsensicality", [4, 1080, 4]], ["nonsense", [4, 1080, 5]], ["feed bunk", [4, 1080, 6]], ["buncombe", [4, 1080, 7]], ["rot", [4, 1080, 8]], ["built in bed", [4, 1080, 9]], ["guff", [4, 1080, 10]], ["bunkum", [4, 1080, 11]], ["hokum", [4, 1080, 12]]]}, {"answer": "bunko", "hint": "synonyms for bunko", "clues": [["con", [4, 1081, 0]], ["con game", [4, 1081, 1]], ["confidence game", [4, 1081, 2]], ["gyp", [4, 1081, 3]], ["confidence trick", [4, 1081, 4]], ["hustle", [4, 1081, 5]], ["bunko game", [4, 1081, 6]], ["bunco", [4, 1081, 7]], ["flimflam", [4, 1081, 8]], ["sting", [4, 1081, 9]]]}, {"answer": "bunko_game", "hint": "synonyms for bunko game", "clues": [["con", [4, 1082, 0]], ["con game", [4, 1082, 1]], ["confidence game", [4, 1082, 2]], ["gyp", [4, 1082, 3]], ["confidence trick", [4, 1082, 4]], ["bunko", [4, 1082, 5]], ["hustle", [4, 1082, 6]], ["bunco", [4, 1082, 7]], ["bunco game", [4, 1082, 8]], ["flimflam", [4, 1082, 9]], ["sting", [4, 1082, 10]]]}, {"answer": "bunkum", "hint": "synonyms for bunkum", "clues": [["hogwash", [4, 1083, 0]], ["rot", [4, 1083, 1]], ["bunk", [4, 1083, 2]], ["guff", [4, 1083, 3]], ["buncombe", [4, 1083, 4]]]}, {"answer": "burden", "hint": "synonyms for burden", "clues": [["incumbrance", [4, 1084, 0]], ["loading", [4, 1084, 1]], ["onus", [4, 1084, 2]], ["essence", [4, 1084, 3]], ["gist", [4, 1084, 4]], ["core", [4, 1084, 5]], ["effect", [4, 1084, 6]]]}, {"answer": "bureau", "hint": "synonyms for bureau", "clues": [["office", [4, 1085, 0]], ["federal agency", [4, 1085, 1]], ["chest of drawers", [4, 1085, 2]], ["dresser", [4, 1085, 3]], ["chest", [4, 1085, 4]], ["government agency", [4, 1085, 5]], ["agency", [4, 1085, 6]], ["authority", [4, 1085, 7]]]}, {"answer": "burial", "hint": "synonyms for burial", "clues": [["entombment", [4, 1086, 0]], ["sepulture", [4, 1086, 1]], ["interment", [4, 1086, 2]], ["inhumation", [4, 1086, 3]], ["burying", [4, 1086, 4]]]}, {"answer": "burial_ground", "hint": "synonyms for burial ground", "clues": [["cemetery", [4, 1087, 0]], ["graveyard", [4, 1087, 1]], ["necropolis", [4, 1087, 2]], ["burying ground", [4, 1087, 3]], ["burial site", [4, 1087, 4]], ["memorial park", [4, 1087, 5]]]}, {"answer": "burial_site", "hint": "synonyms for burial site", "clues": [["cemetery", [4, 1088, 0]], ["graveyard", [4, 1088, 1]], ["burying ground", [4, 1088, 2]], ["necropolis", [4, 1088, 3]], ["burial ground", [4, 1088, 4]], ["memorial park", [4, 1088, 5]]]}, {"answer": "burnt_lime", "hint": "synonyms for burnt lime", "clues": [["quicklime", [4, 1089, 0]], ["calx", [4, 1089, 1]], ["calcium oxide", [4, 1089, 2]], ["fluxing lime", [4, 1089, 3]], ["lime", [4, 1089, 4]], ["calcined lime", [4, 1089, 5]], ["unslaked lime", [4, 1089, 6]]]}, {"answer": "burnt_umber", "hint": "synonyms for burnt umber", "clues": [["chocolate", [4, 1090, 0]], ["umber", [4, 1090, 1]], ["coffee", [4, 1090, 2]], ["deep brown", [4, 1090, 3]]]}, {"answer": "burst", "hint": "synonyms for burst", "clues": [["volley", [4, 1091, 0]], ["explosion", [4, 1091, 1]], ["fit", [4, 1091, 2]], ["salvo", [4, 1091, 3]], ["outburst", [4, 1091, 4]], ["fusillade", [4, 1091, 5]], ["flare-up", [4, 1091, 6]]]}, {"answer": "burying_ground", "hint": "synonyms for burying ground", "clues": [["cemetery", [4, 1092, 0]], ["graveyard", [4, 1092, 1]], ["necropolis", [4, 1092, 2]], ["burial ground", [4, 1092, 3]], ["burial site", [4, 1092, 4]], ["memorial park", [4, 1092, 5]]]}, {"answer": "bus", "hint": "synonyms for bus", "clues": [["charabanc", [4, 1093, 0]], ["autobus", [4, 1093, 1]], ["passenger vehicle", [4, 1093, 2]], ["double-decker", [4, 1093, 3]], ["jalopy", [4, 1093, 4]], ["heap", [4, 1093, 5]], ["busbar", [4, 1093, 6]], ["omnibus", [4, 1093, 7]], ["motorbus", [4, 1093, 8]], ["bus topology", [4, 1093, 9]], ["jitney", [4, 1093, 10]], ["motorcoach", [4, 1093, 11]], ["coach", [4, 1093, 12]]]}, {"answer": "business", "hint": "synonyms for business", "clues": [["line of work", [4, 1094, 0]], ["business concern", [4, 1094, 1]], ["business sector", [4, 1094, 2]], ["patronage", [4, 1094, 3]], ["business enterprise", [4, 1094, 4]], ["job", [4, 1094, 5]], ["line", [4, 1094, 6]], ["business organization", [4, 1094, 7]], ["byplay", [4, 1094, 8]], ["stage business", [4, 1094, 9]], ["concern", [4, 1094, 10]], ["clientele", [4, 1094, 11]], ["occupation", [4, 1094, 12]], ["commercial enterprise", [4, 1094, 13]]]}, {"answer": "business_line", "hint": "synonyms for business line", "clues": [["line of business", [4, 1095, 0]], ["line of merchandise", [4, 1095, 1]], ["line", [4, 1095, 2]], ["line of products", [4, 1095, 3]], ["product line", [4, 1095, 4]]]}, {"answer": "business_organisation", "hint": "synonyms for business organisation", "clues": [["business", [4, 1096, 0]], ["concern", [4, 1096, 1]], ["business concern", [4, 1096, 2]], ["business organization", [4, 1096, 3]]]}, {"answer": "business_organization", "hint": "synonyms for business organization", "clues": [["business", [4, 1097, 0]], ["concern", [4, 1097, 1]], ["business concern", [4, 1097, 2]], ["business organisation", [4, 1097, 3]]]}, {"answer": "buskin", "hint": "synonyms for buskin", "clues": [["combat boot", [4, 1098, 0]], ["half boot", [4, 1098, 1]], ["top boot", [4, 1098, 2]], ["desert boot", [4, 1098, 3]]]}, {"answer": "buss", "hint": "synonyms for buss", "clues": [["kiss", [4, 1099, 0]], ["bus", [4, 1099, 1]], ["autobus", [4, 1099, 2]], ["double-decker", [4, 1099, 3]], ["jalopy", [4, 1099, 4]], ["busbar", [4, 1099, 5]], ["omnibus", [4, 1099, 6]], ["jitney", [4, 1099, 7]], ["motorcoach", [4, 1099, 8]], ["motorbus", [4, 1099, 9]], ["charabanc", [4, 1099, 10]], ["passenger vehicle", [4, 1099, 11]], ["heap", [4, 1099, 12]], ["bus topology", [4, 1099, 13]], ["osculation", [4, 1099, 14]], ["coach", [4, 1099, 15]]]}, {"answer": "bustle", "hint": "synonyms for bustle", "clues": [["ado", [4, 1100, 0]], ["fuss", [4, 1100, 1]], ["hustle", [4, 1100, 2]], ["stir", [4, 1100, 3]], ["flurry", [4, 1100, 4]]]}, {"answer": "butchery", "hint": "synonyms for butchery", "clues": [["butchering", [4, 1101, 0]], ["slaughter", [4, 1101, 1]], ["abattoir", [4, 1101, 2]], ["massacre", [4, 1101, 3]], ["mass murder", [4, 1101, 4]], ["carnage", [4, 1101, 5]], ["shambles", [4, 1101, 6]], ["slaughterhouse", [4, 1101, 7]]]}, {"answer": "butt", "hint": "synonyms for butt", "clues": [["cigarette", [4, 1102, 0]], ["coffin nail", [4, 1102, 1]], ["fag", [4, 1102, 2]], ["butt joint", [4, 1102, 3]], ["stub", [4, 1102, 4]], ["butt end", [4, 1102, 5]], ["target", [4, 1102, 6]]]}, {"answer": "by-line", "hint": "synonyms for by-line", "clues": [["pursuit", [4, 1103, 0]], ["sideline", [4, 1103, 1]], ["avocation", [4, 1103, 2]], ["spare-time activity", [4, 1103, 3]], ["hobby", [4, 1103, 4]], ["credit line", [4, 1103, 5]]]}, {"answer": "bye", "hint": "synonyms for bye", "clues": [["pass", [4, 1104, 0]], ["arrivederci", [4, 1104, 1]], ["goodbye", [4, 1104, 2]], ["sayonara", [4, 1104, 3]], ["adieu", [4, 1104, 4]], ["au revoir", [4, 1104, 5]], ["auf wiedersehen", [4, 1104, 6]], ["bye-bye", [4, 1104, 7]], ["adios", [4, 1104, 8]], ["so long", [4, 1104, 9]], ["cheerio", [4, 1104, 10]], ["good day", [4, 1104, 11]]]}, {"answer": "bye-bye", "hint": "synonyms for bye-bye", "clues": [["arrivederci", [4, 1105, 0]], ["goodbye", [4, 1105, 1]], ["sayonara", [4, 1105, 2]], ["adieu", [4, 1105, 3]], ["au revoir", [4, 1105, 4]], ["bye", [4, 1105, 5]], ["auf wiedersehen", [4, 1105, 6]], ["adios", [4, 1105, 7]], ["so long", [4, 1105, 8]], ["cheerio", [4, 1105, 9]], ["good day", [4, 1105, 10]]]}, {"answer": "byname", "hint": "synonyms for byname", "clues": [["soubriquet", [4, 1106, 0]], ["nickname", [4, 1106, 1]], ["moniker", [4, 1106, 2]], ["cognomen", [4, 1106, 3]]]}, {"answer": "bypass", "hint": "synonyms for bypass", "clues": [["beltway", [4, 1107, 0]], ["ringway", [4, 1107, 1]], ["ring road", [4, 1107, 2]], ["shunt", [4, 1107, 3]], ["electrical shunt", [4, 1107, 4]]]}, {"answer": "c-section", "hint": "synonyms for c-section", "clues": [["cesarean section", [4, 1108, 0]], ["caesarian delivery", [4, 1108, 1]], ["cesarian", [4, 1108, 2]], ["caesarean", [4, 1108, 3]], ["abdominal delivery", [4, 1108, 4]]]}, {"answer": "c.p.u.", "hint": "synonyms for c.p.u.", "clues": [["mainframe", [4, 1109, 0]], ["central processor", [4, 1109, 1]], ["processor", [4, 1109, 2]], ["central processing unit", [4, 1109, 3]]]}, {"answer": "cab", "hint": "synonyms for cab", "clues": [["cabriolet", [4, 1110, 0]], ["taxicab", [4, 1110, 1]], ["taxi", [4, 1110, 2]], ["hack", [4, 1110, 3]]]}, {"answer": "cabal", "hint": "synonyms for cabal", "clues": [["conspiracy", [4, 1111, 0]], ["faction", [4, 1111, 1]], ["camarilla", [4, 1111, 2]], ["junto", [4, 1111, 3]]]}, {"answer": "cabaret", "hint": "synonyms for cabaret", "clues": [["nightclub", [4, 1112, 0]], ["floorshow", [4, 1112, 1]], ["nightspot", [4, 1112, 2]], ["club", [4, 1112, 3]]]}, {"answer": "cabbage", "hint": "synonyms for cabbage", "clues": [["kale", [4, 1113, 0]], ["boodle", [4, 1113, 1]], ["scratch", [4, 1113, 2]], ["dinero", [4, 1113, 3]], ["shekels", [4, 1113, 4]], ["lettuce", [4, 1113, 5]], ["gelt", [4, 1113, 6]], ["lucre", [4, 1113, 7]], ["dough", [4, 1113, 8]], ["wampum", [4, 1113, 9]], ["chou", [4, 1113, 10]], ["pelf", [4, 1113, 11]], ["clams", [4, 1113, 12]], ["lolly", [4, 1113, 13]], ["loot", [4, 1113, 14]], ["bread", [4, 1113, 15]], ["sugar", [4, 1113, 16]], ["simoleons", [4, 1113, 17]], ["moolah", [4, 1113, 18]]]}, {"answer": "cable", "hint": "synonyms for cable", "clues": [["line", [4, 1114, 0]], ["transmission line", [4, 1114, 1]], ["cable television", [4, 1114, 2]], ["cable system", [4, 1114, 3]], ["cable length", [4, 1114, 4]], ["cablegram", [4, 1114, 5]], ["overseas telegram", [4, 1114, 6]], ["cable television service", [4, 1114, 7]]]}, {"answer": "cable_tramway", "hint": "synonyms for cable tramway", "clues": [["ropeway", [4, 1115, 0]], ["tram", [4, 1115, 1]], ["aerial tramway", [4, 1115, 2]], ["tramway", [4, 1115, 3]]]}, {"answer": "caboose", "hint": "synonyms for caboose", "clues": [["ship's galley", [4, 1116, 0]], ["cookhouse", [4, 1116, 1]], ["cabin car", [4, 1116, 2]], ["galley", [4, 1116, 3]]]}, {"answer": "cacodyl", "hint": "synonyms for cacodyl", "clues": [["tetramethyldiarsine", [4, 1117, 0]], ["arsenic group", [4, 1117, 1]], ["cacodyl group", [4, 1117, 2]], ["cacodyl radical", [4, 1117, 3]]]}, {"answer": "cacophony", "hint": "synonyms for cacophony", "clues": [["din", [4, 1118, 0]], ["blaring", [4, 1118, 1]], ["clamor", [4, 1118, 2]], ["blare", [4, 1118, 3]]]}, {"answer": "cadence", "hint": "synonyms for cadence", "clues": [["cadency", [4, 1119, 0]], ["meter", [4, 1119, 1]], ["metre", [4, 1119, 2]], ["beat", [4, 1119, 3]], ["measure", [4, 1119, 4]]]}, {"answer": "caesarean_delivery", "hint": "synonyms for caesarean delivery", "clues": [["cesarean section", [4, 1120, 0]], ["caesarian delivery", [4, 1120, 1]], ["cesarian", [4, 1120, 2]], ["caesarean", [4, 1120, 3]], ["abdominal delivery", [4, 1120, 4]]]}, {"answer": "caesarean_section", "hint": "synonyms for caesarean section", "clues": [["cesarean section", [4, 1121, 0]], ["caesarian delivery", [4, 1121, 1]], ["cesarian", [4, 1121, 2]], ["caesarean", [4, 1121, 3]], ["abdominal delivery", [4, 1121, 4]]]}, {"answer": "caesarian_delivery", "hint": "synonyms for caesarian delivery", "clues": [["cesarean section", [4, 1122, 0]], ["cesarian", [4, 1122, 1]], ["cesarean delivery", [4, 1122, 2]], ["caesarean", [4, 1122, 3]], ["abdominal delivery", [4, 1122, 4]]]}, {"answer": "caesarian_section", "hint": "synonyms for caesarian section", "clues": [["cesarean section", [4, 1123, 0]], ["caesarian delivery", [4, 1123, 1]], ["cesarian", [4, 1123, 2]], ["caesarean", [4, 1123, 3]], ["abdominal delivery", [4, 1123, 4]]]}, {"answer": "caesarism", "hint": "synonyms for caesarism", "clues": [["dictatorship", [4, 1124, 0]], ["one-man rule", [4, 1124, 1]], ["despotism", [4, 1124, 2]], ["totalitarianism", [4, 1124, 3]], ["absolutism", [4, 1124, 4]], ["monocracy", [4, 1124, 5]], ["authoritarianism", [4, 1124, 6]], ["shogunate", [4, 1124, 7]], ["tyranny", [4, 1124, 8]]]}, {"answer": "caisson", "hint": "synonyms for caisson", "clues": [["cofferdam", [4, 1125, 0]], ["lacuna", [4, 1125, 1]], ["ammunition chest", [4, 1125, 2]], ["pneumatic caisson", [4, 1125, 3]], ["coffer", [4, 1125, 4]]]}, {"answer": "calamity", "hint": "synonyms for calamity", "clues": [["tragedy", [4, 1126, 0]], ["cataclysm", [4, 1126, 1]], ["disaster", [4, 1126, 2]], ["catastrophe", [4, 1126, 3]]]}, {"answer": "calciferol", "hint": "synonyms for calciferol", "clues": [["cholecalciferol", [4, 1127, 0]], ["ergocalciferol", [4, 1127, 1]], ["viosterol", [4, 1127, 2]], ["vitamin D", [4, 1127, 3]]]}, {"answer": "calcined_lime", "hint": "synonyms for calcined lime", "clues": [["quicklime", [4, 1128, 0]], ["calx", [4, 1128, 1]], ["calcium oxide", [4, 1128, 2]], ["fluxing lime", [4, 1128, 3]], ["lime", [4, 1128, 4]], ["burnt lime", [4, 1128, 5]], ["unslaked lime", [4, 1128, 6]]]}, {"answer": "calcium_hydrate", "hint": "synonyms for calcium hydrate", "clues": [["lime hydrate", [4, 1129, 0]], ["lime", [4, 1129, 1]], ["calcium hydroxide", [4, 1129, 2]], ["caustic lime", [4, 1129, 3]], ["hydrated lime", [4, 1129, 4]], ["slaked lime", [4, 1129, 5]]]}, {"answer": "calcium_hydroxide", "hint": "synonyms for calcium hydroxide", "clues": [["lime hydrate", [4, 1130, 0]], ["lime", [4, 1130, 1]], ["calcium hydrate", [4, 1130, 2]], ["caustic lime", [4, 1130, 3]], ["hydrated lime", [4, 1130, 4]], ["slaked lime", [4, 1130, 5]]]}, {"answer": "calcium_oxide", "hint": "synonyms for calcium oxide", "clues": [["quicklime", [4, 1131, 0]], ["calx", [4, 1131, 1]], ["fluxing lime", [4, 1131, 2]], ["lime", [4, 1131, 3]], ["burnt lime", [4, 1131, 4]], ["calcined lime", [4, 1131, 5]], ["unslaked lime", [4, 1131, 6]]]}, {"answer": "calculation", "hint": "synonyms for calculation", "clues": [["computing", [4, 1132, 0]], ["computation", [4, 1132, 1]], ["figuring", [4, 1132, 2]], ["deliberation", [4, 1132, 3]], ["reckoning", [4, 1132, 4]]]}, {"answer": "calculus", "hint": "synonyms for calculus", "clues": [["tophus", [4, 1133, 0]], ["concretion", [4, 1133, 1]], ["infinitesimal calculus", [4, 1133, 2]], ["tartar", [4, 1133, 3]]]}, {"answer": "calean", "hint": "synonyms for calean", "clues": [["nargileh", [4, 1134, 0]], ["hubble-bubble", [4, 1134, 1]], ["chicha", [4, 1134, 2]], ["sheesha", [4, 1134, 3]], ["shisha", [4, 1134, 4]], ["hookah", [4, 1134, 5]], ["hubbly-bubbly", [4, 1134, 6]], ["kalian", [4, 1134, 7]], ["water pipe", [4, 1134, 8]]]}, {"answer": "calendar_method", "hint": "synonyms for calendar method", "clues": [["rhythm method", [4, 1135, 0]], ["rhythm method of birth control", [4, 1135, 1]], ["rhythm", [4, 1135, 2]], ["calendar method of birth control", [4, 1135, 3]]]}, {"answer": "calendar_method_of_birth_control", "hint": "synonyms for calendar method of birth control", "clues": [["rhythm method of birth control", [4, 1136, 0]], ["calendar method", [4, 1136, 1]], ["rhythm", [4, 1136, 2]], ["rhythm method", [4, 1136, 3]]]}, {"answer": "caliber", "hint": "synonyms for caliber", "clues": [["calibre", [4, 1137, 0]], ["quality", [4, 1137, 1]], ["gauge", [4, 1137, 2]], ["bore", [4, 1137, 3]]]}, {"answer": "calibre", "hint": "synonyms for calibre", "clues": [["caliber", [4, 1138, 0]], ["quality", [4, 1138, 1]], ["gauge", [4, 1138, 2]], ["bore", [4, 1138, 3]]]}, {"answer": "call", "hint": "synonyms for call", "clues": [["cry", [4, 1139, 0]], ["yell", [4, 1139, 1]], ["claim", [4, 1139, 2]], ["telephone call", [4, 1139, 3]], ["song", [4, 1139, 4]], ["margin call", [4, 1139, 5]], ["shout", [4, 1139, 6]], ["call option", [4, 1139, 7]], ["vociferation", [4, 1139, 8]], ["birdcall", [4, 1139, 9]], ["outcry", [4, 1139, 10]], ["phone call", [4, 1139, 11]], ["birdsong", [4, 1139, 12]]]}, {"answer": "call_box", "hint": "synonyms for call box", "clues": [["phone booth", [4, 1140, 0]], ["telephone box", [4, 1140, 1]], ["telephone kiosk", [4, 1140, 2]], ["letter box", [4, 1140, 3]]]}, {"answer": "callathump", "hint": "synonyms for callathump", "clues": [["belling", [4, 1141, 0]], ["shivaree", [4, 1141, 1]], ["callithump", [4, 1141, 2]], ["charivari", [4, 1141, 3]], ["callithump parade", [4, 1141, 4]]]}, {"answer": "callithump", "hint": "synonyms for callithump", "clues": [["belling", [4, 1142, 0]], ["shivaree", [4, 1142, 1]], ["callathump", [4, 1142, 2]], ["charivari", [4, 1142, 3]], ["callithump parade", [4, 1142, 4]]]}, {"answer": "callosity", "hint": "synonyms for callosity", "clues": [["unfeelingness", [4, 1143, 0]], ["insensibility", [4, 1143, 1]], ["callousness", [4, 1143, 2]], ["hardness", [4, 1143, 3]]]}, {"answer": "callousness", "hint": "synonyms for callousness", "clues": [["callosity", [4, 1144, 0]], ["insensibility", [4, 1144, 1]], ["unfeelingness", [4, 1144, 2]], ["hardness", [4, 1144, 3]]]}, {"answer": "calorie", "hint": "synonyms for calorie", "clues": [["nutritionist's calorie", [4, 1145, 0]], ["gram calorie", [4, 1145, 1]], ["large calorie", [4, 1145, 2]], ["kilocalorie", [4, 1145, 3]], ["small calorie", [4, 1145, 4]]]}, {"answer": "calumniation", "hint": "synonyms for calumniation", "clues": [["traducement", [4, 1146, 0]], ["defamation", [4, 1146, 1]], ["calumny", [4, 1146, 2]], ["obloquy", [4, 1146, 3]], ["hatchet job", [4, 1146, 4]]]}, {"answer": "calumny", "hint": "synonyms for calumny", "clues": [["slander", [4, 1147, 0]], ["obloquy", [4, 1147, 1]], ["hatchet job", [4, 1147, 2]], ["traducement", [4, 1147, 3]], ["defamation", [4, 1147, 4]], ["aspersion", [4, 1147, 5]], ["calumniation", [4, 1147, 6]], ["denigration", [4, 1147, 7]]]}, {"answer": "calx", "hint": "synonyms for calx", "clues": [["quicklime", [4, 1148, 0]], ["calcium oxide", [4, 1148, 1]], ["fluxing lime", [4, 1148, 2]], ["lime", [4, 1148, 3]], ["burnt lime", [4, 1148, 4]], ["calcined lime", [4, 1148, 5]], ["unslaked lime", [4, 1148, 6]]]}, {"answer": "camaraderie", "hint": "synonyms for camaraderie", "clues": [["comradery", [4, 1149, 0]], ["comradeship", [4, 1149, 1]], ["chumminess", [4, 1149, 2]], ["comradeliness", [4, 1149, 3]]]}, {"answer": "campaign", "hint": "synonyms for campaign", "clues": [["drive", [4, 1150, 0]], ["movement", [4, 1150, 1]], ["hunting expedition", [4, 1150, 2]], ["run", [4, 1150, 3]], ["effort", [4, 1150, 4]], ["crusade", [4, 1150, 5]], ["safari", [4, 1150, 6]], ["political campaign", [4, 1150, 7]], ["military campaign", [4, 1150, 8]], ["cause", [4, 1150, 9]]]}, {"answer": "campaigning", "hint": "synonyms for campaigning", "clues": [["electioneering", [4, 1151, 0]], ["candidature", [4, 1151, 1]], ["candidacy", [4, 1151, 2]], ["political campaign", [4, 1151, 3]]]}, {"answer": "campground", "hint": "synonyms for campground", "clues": [["campsite", [4, 1152, 0]], ["encampment", [4, 1152, 1]], ["camping site", [4, 1152, 2]], ["camping area", [4, 1152, 3]], ["bivouac", [4, 1152, 4]], ["camping ground", [4, 1152, 5]]]}, {"answer": "camping_area", "hint": "synonyms for camping area", "clues": [["campground", [4, 1153, 0]], ["campsite", [4, 1153, 1]], ["encampment", [4, 1153, 2]], ["camping site", [4, 1153, 3]], ["bivouac", [4, 1153, 4]], ["camping ground", [4, 1153, 5]]]}, {"answer": "camping_ground", "hint": "synonyms for camping ground", "clues": [["campground", [4, 1154, 0]], ["campsite", [4, 1154, 1]], ["encampment", [4, 1154, 2]], ["camping site", [4, 1154, 3]], ["camping area", [4, 1154, 4]], ["bivouac", [4, 1154, 5]]]}, {"answer": "camping_site", "hint": "synonyms for camping site", "clues": [["campground", [4, 1155, 0]], ["encampment", [4, 1155, 1]], ["campsite", [4, 1155, 2]], ["camping area", [4, 1155, 3]], ["bivouac", [4, 1155, 4]], ["camping ground", [4, 1155, 5]]]}, {"answer": "campsite", "hint": "synonyms for campsite", "clues": [["campground", [4, 1156, 0]], ["encampment", [4, 1156, 1]], ["camping site", [4, 1156, 2]], ["camping area", [4, 1156, 3]], ["bivouac", [4, 1156, 4]], ["camping ground", [4, 1156, 5]]]}, {"answer": "can", "hint": "synonyms for can", "clues": [["toilet", [4, 1157, 0]], ["bathroom", [4, 1157, 1]], ["tin", [4, 1157, 2]], ["potty", [4, 1157, 3]], ["can buoy", [4, 1157, 4]], ["pot", [4, 1157, 5]], ["stool", [4, 1157, 6]], ["tin can", [4, 1157, 7]], ["privy", [4, 1157, 8]], ["lav", [4, 1157, 9]], ["canful", [4, 1157, 10]], ["john", [4, 1157, 11]], ["throne", [4, 1157, 12]], ["lavatory", [4, 1157, 13]], ["commode", [4, 1157, 14]], ["crapper", [4, 1157, 15]]]}, {"answer": "candidacy", "hint": "synonyms for candidacy", "clues": [["electioneering", [4, 1158, 0]], ["candidature", [4, 1158, 1]], ["campaigning", [4, 1158, 2]], ["political campaign", [4, 1158, 3]]]}, {"answer": "candidature", "hint": "synonyms for candidature", "clues": [["candidacy", [4, 1159, 0]], ["electioneering", [4, 1159, 1]], ["campaigning", [4, 1159, 2]], ["political campaign", [4, 1159, 3]]]}, {"answer": "candidness", "hint": "synonyms for candidness", "clues": [["candor", [4, 1160, 0]], ["forthrightness", [4, 1160, 1]], ["frankness", [4, 1160, 2]], ["directness", [4, 1160, 3]]]}, {"answer": "candied_apple", "hint": "synonyms for candied apple", "clues": [["candy apple", [4, 1161, 0]], ["taffy apple", [4, 1161, 1]], ["caramel apple", [4, 1161, 2]], ["toffee apple", [4, 1161, 3]]]}, {"answer": "candle", "hint": "synonyms for candle", "clues": [["standard candle", [4, 1162, 0]], ["taper", [4, 1162, 1]], ["cd", [4, 1162, 2]], ["candela", [4, 1162, 3]], ["wax light", [4, 1162, 4]]]}, {"answer": "candor", "hint": "synonyms for candor", "clues": [["fair-mindedness", [4, 1163, 0]], ["frankness", [4, 1163, 1]], ["fairness", [4, 1163, 2]], ["candidness", [4, 1163, 3]], ["candour", [4, 1163, 4]], ["forthrightness", [4, 1163, 5]], ["directness", [4, 1163, 6]]]}, {"answer": "candour", "hint": "synonyms for candour", "clues": [["candidness", [4, 1164, 0]], ["fair-mindedness", [4, 1164, 1]], ["candor", [4, 1164, 2]], ["forthrightness", [4, 1164, 3]], ["frankness", [4, 1164, 4]], ["directness", [4, 1164, 5]], ["fairness", [4, 1164, 6]]]}, {"answer": "candy_apple", "hint": "synonyms for candy apple", "clues": [["caramel apple", [4, 1165, 0]], ["taffy apple", [4, 1165, 1]], ["candied apple", [4, 1165, 2]], ["toffee apple", [4, 1165, 3]]]}, {"answer": "canister", "hint": "synonyms for canister", "clues": [["tin", [4, 1166, 0]], ["canister shot", [4, 1166, 1]], ["case shot", [4, 1166, 2]], ["cannister", [4, 1166, 3]]]}, {"answer": "cant", "hint": "synonyms for cant", "clues": [["bevel", [4, 1167, 0]], ["buzzword", [4, 1167, 1]], ["slang", [4, 1167, 2]], ["vernacular", [4, 1167, 3]], ["lingo", [4, 1167, 4]], ["patois", [4, 1167, 5]], ["argot", [4, 1167, 6]], ["camber", [4, 1167, 7]], ["pious platitude", [4, 1167, 8]], ["bank", [4, 1167, 9]], ["chamfer", [4, 1167, 10]], ["jargon", [4, 1167, 11]]]}, {"answer": "canvas", "hint": "synonyms for canvas", "clues": [["canvass", [4, 1168, 0]], ["sail", [4, 1168, 1]], ["sheet", [4, 1168, 2]], ["canvas tent", [4, 1168, 3]]]}, {"answer": "canvass", "hint": "synonyms for canvass", "clues": [["canvas", [4, 1169, 0]], ["opinion poll", [4, 1169, 1]], ["poll", [4, 1169, 2]], ["public opinion poll", [4, 1169, 3]], ["sail", [4, 1169, 4]], ["canvas tent", [4, 1169, 5]], ["sheet", [4, 1169, 6]]]}, {"answer": "cap", "hint": "synonyms for cap", "clues": [["hood", [4, 1170, 0]], ["chapiter", [4, 1170, 1]], ["roof", [4, 1170, 2]], ["crownwork", [4, 1170, 3]], ["capital", [4, 1170, 4]], ["ceiling", [4, 1170, 5]], ["crown", [4, 1170, 6]], ["detonating device", [4, 1170, 7]], ["detonator", [4, 1170, 8]], ["jacket crown", [4, 1170, 9]], ["jacket", [4, 1170, 10]]]}, {"answer": "capacitance", "hint": "synonyms for capacitance", "clues": [["capacity", [4, 1171, 0]], ["electrical capacity", [4, 1171, 1]], ["condenser", [4, 1171, 2]], ["electrical condenser", [4, 1171, 3]], ["capacitor", [4, 1171, 4]]]}, {"answer": "capacity", "hint": "synonyms for capacity", "clues": [["content", [4, 1172, 0]], ["capacitance", [4, 1172, 1]], ["electrical capacity", [4, 1172, 2]], ["mental ability", [4, 1172, 3]]]}, {"answer": "capacity_measure", "hint": "synonyms for capacity measure", "clues": [["displacement unit", [4, 1173, 0]], ["cubage unit", [4, 1173, 1]], ["cubic content unit", [4, 1173, 2]], ["volume unit", [4, 1173, 3]], ["capacity unit", [4, 1173, 4]], ["cubic measure", [4, 1173, 5]], ["cubature unit", [4, 1173, 6]]]}, {"answer": "capacity_unit", "hint": "synonyms for capacity unit", "clues": [["capacity measure", [4, 1174, 0]], ["displacement unit", [4, 1174, 1]], ["cubage unit", [4, 1174, 2]], ["cubic content unit", [4, 1174, 3]], ["volume unit", [4, 1174, 4]], ["cubic measure", [4, 1174, 5]], ["cubature unit", [4, 1174, 6]]]}, {"answer": "caper", "hint": "synonyms for caper", "clues": [["romp", [4, 1175, 0]], ["gambol", [4, 1175, 1]], ["job", [4, 1175, 2]], ["joke", [4, 1175, 3]], ["antic", [4, 1175, 4]], ["put-on", [4, 1175, 5]], ["play", [4, 1175, 6]], ["prank", [4, 1175, 7]], ["trick", [4, 1175, 8]], ["frolic", [4, 1175, 9]], ["capriole", [4, 1175, 10]]]}, {"answer": "capital_letter", "hint": "synonyms for capital letter", "clues": [["capital", [4, 1176, 0]], ["uppercase", [4, 1176, 1]], ["majuscule", [4, 1176, 2]], ["upper-case letter", [4, 1176, 3]]]}, {"answer": "capriciousness", "hint": "synonyms for capriciousness", "clues": [["whimsey", [4, 1177, 0]], ["unpredictability", [4, 1177, 1]], ["arbitrariness", [4, 1177, 2]], ["whimsicality", [4, 1177, 3]], ["flightiness", [4, 1177, 4]]]}, {"answer": "capstone", "hint": "synonyms for capstone", "clues": [["copestone", [4, 1178, 0]], ["coping stone", [4, 1178, 1]], ["finishing touch", [4, 1178, 2]], ["stretcher", [4, 1178, 3]]]}, {"answer": "capsule", "hint": "synonyms for capsule", "clues": [["space capsule", [4, 1179, 0]], ["ejection seat", [4, 1179, 1]], ["condensation", [4, 1179, 2]], ["abridgment", [4, 1179, 3]]]}, {"answer": "captain_hicks", "hint": "synonyms for captain hicks", "clues": [["sise", [4, 1180, 0]], ["half a dozen", [4, 1180, 1]], ["sextuplet", [4, 1180, 2]], ["sestet", [4, 1180, 3]], ["hexad", [4, 1180, 4]], ["6", [4, 1180, 5]], ["sixer", [4, 1180, 6]], ["sextet", [4, 1180, 7]], ["six", [4, 1180, 8]]]}, {"answer": "car", "hint": "synonyms for car", "clues": [["elevator car", [4, 1181, 0]], ["railcar", [4, 1181, 1]], ["machine", [4, 1181, 2]], ["railroad car", [4, 1181, 3]], ["motorcar", [4, 1181, 4]], ["auto", [4, 1181, 5]], ["gondola", [4, 1181, 6]], ["automobile", [4, 1181, 7]], ["cable car", [4, 1181, 8]], ["railway car", [4, 1181, 9]]]}, {"answer": "car_horn", "hint": "synonyms for car horn", "clues": [["horn", [4, 1182, 0]], ["automobile horn", [4, 1182, 1]], ["hooter", [4, 1182, 2]], ["motor horn", [4, 1182, 3]]]}, {"answer": "car_maker", "hint": "synonyms for car maker", "clues": [["car manufacturer", [4, 1183, 0]], ["auto maker", [4, 1183, 1]], ["auto manufacturer", [4, 1183, 2]], ["carmaker", [4, 1183, 3]]]}, {"answer": "car_rental", "hint": "synonyms for car rental", "clues": [["rent-a-car", [4, 1184, 0]], ["hire car", [4, 1184, 1]], ["u-drive", [4, 1184, 2]], ["self-drive", [4, 1184, 3]]]}, {"answer": "caramel_apple", "hint": "synonyms for caramel apple", "clues": [["candy apple", [4, 1185, 0]], ["taffy apple", [4, 1185, 1]], ["candied apple", [4, 1185, 2]], ["toffee apple", [4, 1185, 3]]]}, {"answer": "carbolic_acid", "hint": "synonyms for carbolic acid", "clues": [["phenol", [4, 1186, 0]], ["hydroxybenzene", [4, 1186, 1]], ["phenylic acid", [4, 1186, 2]], ["oxybenzene", [4, 1186, 3]]]}, {"answer": "carbon_black", "hint": "synonyms for carbon black", "clues": [["lampblack", [4, 1187, 0]], ["crock", [4, 1187, 1]], ["smut", [4, 1187, 2]], ["soot", [4, 1187, 3]]]}, {"answer": "carbonated_water", "hint": "synonyms for carbonated water", "clues": [["sparkling water", [4, 1188, 0]], ["soda water", [4, 1188, 1]], ["seltzer", [4, 1188, 2]], ["club soda", [4, 1188, 3]]]}, {"answer": "card", "hint": "synonyms for card", "clues": [["scorecard", [4, 1189, 0]], ["circuit board", [4, 1189, 1]], ["carte du jour", [4, 1189, 2]], ["menu", [4, 1189, 3]], ["board", [4, 1189, 4]], ["identity card", [4, 1189, 5]], ["placard", [4, 1189, 6]], ["notice", [4, 1189, 7]], ["bill of fare", [4, 1189, 8]], ["plug-in", [4, 1189, 9]], ["carte", [4, 1189, 10]], ["bill", [4, 1189, 11]], ["lineup", [4, 1189, 12]], ["visiting card", [4, 1189, 13]], ["add-in", [4, 1189, 14]], ["poster", [4, 1189, 15]], ["calling card", [4, 1189, 16]], ["batting order", [4, 1189, 17]], ["posting", [4, 1189, 18]]]}, {"answer": "cards", "hint": "synonyms for cards", "clues": [["scorecard", [4, 1190, 0]], ["card", [4, 1190, 1]], ["circuit board", [4, 1190, 2]], ["carte du jour", [4, 1190, 3]], ["menu", [4, 1190, 4]], ["board", [4, 1190, 5]], ["identity card", [4, 1190, 6]], ["placard", [4, 1190, 7]], ["card game", [4, 1190, 8]], ["notice", [4, 1190, 9]], ["bill of fare", [4, 1190, 10]], ["plug-in", [4, 1190, 11]], ["carte", [4, 1190, 12]], ["bill", [4, 1190, 13]], ["lineup", [4, 1190, 14]], ["visiting card", [4, 1190, 15]], ["add-in", [4, 1190, 16]], ["poster", [4, 1190, 17]], ["calling card", [4, 1190, 18]], ["batting order", [4, 1190, 19]], ["posting", [4, 1190, 20]]]}, {"answer": "care", "hint": "synonyms for care", "clues": [["tutelage", [4, 1191, 0]], ["maintenance", [4, 1191, 1]], ["attention", [4, 1191, 2]], ["precaution", [4, 1191, 3]], ["guardianship", [4, 1191, 4]], ["fear", [4, 1191, 5]], ["concern", [4, 1191, 6]], ["upkeep", [4, 1191, 7]], ["caution", [4, 1191, 8]], ["forethought", [4, 1191, 9]], ["tending", [4, 1191, 10]], ["charge", [4, 1191, 11]], ["aid", [4, 1191, 12]]]}, {"answer": "carelessness", "hint": "synonyms for carelessness", "clues": [["neglect", [4, 1192, 0]], ["nonperformance", [4, 1192, 1]], ["sloppiness", [4, 1192, 2]], ["negligence", [4, 1192, 3]]]}, {"answer": "caressing", "hint": "synonyms for caressing", "clues": [["cuddling", [4, 1193, 0]], ["smooching", [4, 1193, 1]], ["fondling", [4, 1193, 2]], ["necking", [4, 1193, 3]], ["petting", [4, 1193, 4]], ["snuggling", [4, 1193, 5]], ["kissing", [4, 1193, 6]], ["hugging", [4, 1193, 7]]]}, {"answer": "cargo", "hint": "synonyms for cargo", "clues": [["payload", [4, 1194, 0]], ["load", [4, 1194, 1]], ["lading", [4, 1194, 2]], ["shipment", [4, 1194, 3]], ["consignment", [4, 1194, 4]], ["freight", [4, 1194, 5]]]}, {"answer": "cargo_area", "hint": "synonyms for cargo area", "clues": [["storage area", [4, 1195, 0]], ["cargo deck", [4, 1195, 1]], ["cargo hold", [4, 1195, 2]], ["hold", [4, 1195, 3]]]}, {"answer": "cargo_deck", "hint": "synonyms for cargo deck", "clues": [["storage area", [4, 1196, 0]], ["cargo hold", [4, 1196, 1]], ["hold", [4, 1196, 2]], ["cargo area", [4, 1196, 3]]]}, {"answer": "cargo_hold", "hint": "synonyms for cargo hold", "clues": [["storage area", [4, 1197, 0]], ["cargo deck", [4, 1197, 1]], ["hold", [4, 1197, 2]], ["cargo area", [4, 1197, 3]]]}, {"answer": "cargo_ships", "hint": "synonyms for cargo ships", "clues": [["merchant marine", [4, 1198, 0]], ["cargo vessel", [4, 1198, 1]], ["merchant vessels", [4, 1198, 2]], ["cargo ship", [4, 1198, 3]], ["shipping", [4, 1198, 4]]]}, {"answer": "carmaker", "hint": "synonyms for carmaker", "clues": [["car manufacturer", [4, 1199, 0]], ["auto maker", [4, 1199, 1]], ["auto manufacturer", [4, 1199, 2]], ["car maker", [4, 1199, 3]]]}, {"answer": "carnage", "hint": "synonyms for carnage", "clues": [["butchery", [4, 1200, 0]], ["massacre", [4, 1200, 1]], ["slaughter", [4, 1200, 2]], ["mass murder", [4, 1200, 3]]]}, {"answer": "carnal_knowledge", "hint": "synonyms for carnal knowledge", "clues": [["sexual congress", [4, 1201, 0]], ["sexual relation", [4, 1201, 1]], ["coition", [4, 1201, 2]], ["relation", [4, 1201, 3]], ["sex act", [4, 1201, 4]], ["intercourse", [4, 1201, 5]], ["congress", [4, 1201, 6]], ["copulation", [4, 1201, 7]], ["sexual intercourse", [4, 1201, 8]], ["coitus", [4, 1201, 9]]]}, {"answer": "carousal", "hint": "synonyms for carousal", "clues": [["carouse", [4, 1202, 0]], ["booze-up", [4, 1202, 1]], ["bender", [4, 1202, 2]], ["toot", [4, 1202, 3]]]}, {"answer": "carouse", "hint": "synonyms for carouse", "clues": [["booze-up", [4, 1203, 0]], ["bender", [4, 1203, 1]], ["carousal", [4, 1203, 2]], ["toot", [4, 1203, 3]]]}, {"answer": "carousel", "hint": "synonyms for carousel", "clues": [["whirligig", [4, 1204, 0]], ["carrousel", [4, 1204, 1]], ["merry-go-round", [4, 1204, 2]], ["roundabout", [4, 1204, 3]], ["luggage carousel", [4, 1204, 4]]]}, {"answer": "carrefour", "hint": "synonyms for carrefour", "clues": [["crossway", [4, 1205, 0]], ["crossroad", [4, 1205, 1]], ["intersection", [4, 1205, 2]], ["crossing", [4, 1205, 3]]]}, {"answer": "carriage", "hint": "synonyms for carriage", "clues": [["pram", [4, 1206, 0]], ["passenger car", [4, 1206, 1]], ["go-cart", [4, 1206, 2]], ["stroller", [4, 1206, 3]], ["coach", [4, 1206, 4]], ["rig", [4, 1206, 5]], ["equipage", [4, 1206, 6]], ["baby buggy", [4, 1206, 7]], ["pusher", [4, 1206, 8]], ["perambulator", [4, 1206, 9]], ["baby carriage", [4, 1206, 10]], ["pushchair", [4, 1206, 11]], ["posture", [4, 1206, 12]], ["bearing", [4, 1206, 13]]]}, {"answer": "carrier", "hint": "synonyms for carrier", "clues": [["common carrier", [4, 1207, 0]], ["attack aircraft carrier", [4, 1207, 1]], ["aircraft carrier", [4, 1207, 2]], ["carrier wave", [4, 1207, 3]], ["flattop", [4, 1207, 4]]]}, {"answer": "carrousel", "hint": "synonyms for carrousel", "clues": [["carousel", [4, 1208, 0]], ["merry-go-round", [4, 1208, 1]], ["whirligig", [4, 1208, 2]], ["roundabout", [4, 1208, 3]], ["luggage carousel", [4, 1208, 4]]]}, {"answer": "carrying_out", "hint": "synonyms for carrying out", "clues": [["implementation", [4, 1209, 0]], ["performance", [4, 1209, 1]], ["execution", [4, 1209, 2]], ["carrying into action", [4, 1209, 3]]]}, {"answer": "carte", "hint": "synonyms for carte", "clues": [["menu", [4, 1210, 0]], ["carte du jour", [4, 1210, 1]], ["card", [4, 1210, 2]], ["bill of fare", [4, 1210, 3]]]}, {"answer": "carte_du_jour", "hint": "synonyms for carte du jour", "clues": [["menu", [4, 1211, 0]], ["carte", [4, 1211, 1]], ["card", [4, 1211, 2]], ["bill of fare", [4, 1211, 3]]]}, {"answer": "case", "hint": "synonyms for case", "clues": [["pillowcase", [4, 1212, 0]], ["typesetter's case", [4, 1212, 1]], ["suit", [4, 1212, 2]], ["fount", [4, 1212, 3]], ["grammatical case", [4, 1212, 4]], ["casing", [4, 1212, 5]], ["shell", [4, 1212, 6]], ["instance", [4, 1212, 7]], ["cause", [4, 1212, 8]], ["slip", [4, 1212, 9]], ["face", [4, 1212, 10]], ["typeface", [4, 1212, 11]], ["vitrine", [4, 1212, 12]], ["caseful", [4, 1212, 13]], ["compositor's case", [4, 1212, 14]], ["display case", [4, 1212, 15]], ["example", [4, 1212, 16]], ["causa", [4, 1212, 17]], ["lawsuit", [4, 1212, 18]], ["pillow slip", [4, 1212, 19]], ["showcase", [4, 1212, 20]]]}, {"answer": "cash_in_hand", "hint": "synonyms for cash in hand", "clues": [["finances", [4, 1213, 0]], ["monetary resource", [4, 1213, 1]], ["funds", [4, 1213, 2]], ["pecuniary resource", [4, 1213, 3]]]}, {"answer": "cast", "hint": "synonyms for cast", "clues": [["dramatis personae", [4, 1214, 0]], ["mold", [4, 1214, 1]], ["stamp", [4, 1214, 2]], ["shape", [4, 1214, 3]], ["casting", [4, 1214, 4]], ["plaster cast", [4, 1214, 5]], ["hurl", [4, 1214, 6]], ["cast of characters", [4, 1214, 7]], ["form", [4, 1214, 8]], ["roll", [4, 1214, 9]], ["plaster bandage", [4, 1214, 10]]]}, {"answer": "castigation", "hint": "synonyms for castigation", "clues": [["chewing out", [4, 1215, 0]], ["going-over", [4, 1215, 1]], ["earful", [4, 1215, 2]], ["chastisement", [4, 1215, 3]], ["bawling out", [4, 1215, 4]], ["dressing down", [4, 1215, 5]], ["upbraiding", [4, 1215, 6]]]}, {"answer": "castle_in_spain", "hint": "synonyms for castle in spain", "clues": [["castle in the air", [4, 1216, 0]], ["revery", [4, 1216, 1]], ["daydream", [4, 1216, 2]], ["castle in Spain", [4, 1216, 3]], ["oneirism", [4, 1216, 4]], ["reverie", [4, 1216, 5]], ["air castle", [4, 1216, 6]]]}, {"answer": "castle_in_the_air", "hint": "synonyms for castle in the air", "clues": [["revery", [4, 1217, 0]], ["air castle", [4, 1217, 1]], ["daydream", [4, 1217, 2]], ["oneirism", [4, 1217, 3]], ["castle in Spain", [4, 1217, 4]], ["reverie", [4, 1217, 5]]]}, {"answer": "cat", "hint": "synonyms for cat", "clues": [["computerized tomography", [4, 1218, 0]], ["computed axial tomography", [4, 1218, 1]], ["quat", [4, 1218, 2]], ["cat-o'-nine-tails", [4, 1218, 3]], ["khat", [4, 1218, 4]]]}, {"answer": "cat_sleep", "hint": "synonyms for cat sleep", "clues": [["catnap", [4, 1219, 0]], ["snooze", [4, 1219, 1]], ["forty winks", [4, 1219, 2]], ["nap", [4, 1219, 3]], ["short sleep", [4, 1219, 4]]]}, {"answer": "cat_valium", "hint": "synonyms for cat valium", "clues": [["jet", [4, 1220, 0]], ["super acid", [4, 1220, 1]], ["super C", [4, 1220, 2]], ["special K", [4, 1220, 3]], ["green", [4, 1220, 4]], ["honey oil", [4, 1220, 5]]]}, {"answer": "cataclysm", "hint": "synonyms for cataclysm", "clues": [["tragedy", [4, 1221, 0]], ["catastrophe", [4, 1221, 1]], ["disaster", [4, 1221, 2]], ["calamity", [4, 1221, 3]]]}, {"answer": "catamenia", "hint": "synonyms for catamenia", "clues": [["menstruation", [4, 1222, 0]], ["period", [4, 1222, 1]], ["menstruum", [4, 1222, 2]], ["menses", [4, 1222, 3]], ["flow", [4, 1222, 4]]]}, {"answer": "catapult", "hint": "synonyms for catapult", "clues": [["mangonel", [4, 1223, 0]], ["slingshot", [4, 1223, 1]], ["trebucket", [4, 1223, 2]], ["arbalist", [4, 1223, 3]], ["sling", [4, 1223, 4]], ["onager", [4, 1223, 5]], ["ballista", [4, 1223, 6]], ["launcher", [4, 1223, 7]], ["bricole", [4, 1223, 8]]]}, {"answer": "catastrophe", "hint": "synonyms for catastrophe", "clues": [["tragedy", [4, 1224, 0]], ["cataclysm", [4, 1224, 1]], ["disaster", [4, 1224, 2]], ["calamity", [4, 1224, 3]]]}, {"answer": "catch", "hint": "synonyms for catch", "clues": [["gimmick", [4, 1225, 0]], ["pinch", [4, 1225, 1]], ["snap", [4, 1225, 2]], ["stop", [4, 1225, 3]], ["haul", [4, 1225, 4]], ["snatch", [4, 1225, 5]], ["taking into custody", [4, 1225, 6]], ["grab", [4, 1225, 7]], ["arrest", [4, 1225, 8]], ["collar", [4, 1225, 9]], ["apprehension", [4, 1225, 10]]]}, {"answer": "catchment_area", "hint": "synonyms for catchment area", "clues": [["drainage basin", [4, 1226, 0]], ["drainage area", [4, 1226, 1]], ["catchment basin", [4, 1226, 2]], ["basin", [4, 1226, 3]], ["river basin", [4, 1226, 4]], ["watershed", [4, 1226, 5]]]}, {"answer": "catchment_basin", "hint": "synonyms for catchment basin", "clues": [["drainage basin", [4, 1227, 0]], ["drainage area", [4, 1227, 1]], ["river basin", [4, 1227, 2]], ["basin", [4, 1227, 3]], ["catchment area", [4, 1227, 4]], ["watershed", [4, 1227, 5]]]}, {"answer": "catchword", "hint": "synonyms for catchword", "clues": [["slogan", [4, 1228, 0]], ["guide word", [4, 1228, 1]], ["motto", [4, 1228, 2]], ["shibboleth", [4, 1228, 3]]]}, {"answer": "categorisation", "hint": "synonyms for categorisation", "clues": [["categorization", [4, 1229, 0]], ["classification", [4, 1229, 1]], ["assortment", [4, 1229, 2]], ["sorting", [4, 1229, 3]], ["compartmentalisation", [4, 1229, 4]]]}, {"answer": "categorization", "hint": "synonyms for categorization", "clues": [["categorisation", [4, 1230, 0]], ["compartmentalization", [4, 1230, 1]], ["classification", [4, 1230, 2]], ["assortment", [4, 1230, 3]], ["sorting", [4, 1230, 4]]]}, {"answer": "cathouse", "hint": "synonyms for cathouse", "clues": [["house of prostitution", [4, 1231, 0]], ["sporting house", [4, 1231, 1]], ["whorehouse", [4, 1231, 2]], ["bawdyhouse", [4, 1231, 3]], ["bagnio", [4, 1231, 4]], ["house of ill repute", [4, 1231, 5]], ["bordello", [4, 1231, 6]], ["brothel", [4, 1231, 7]]]}, {"answer": "catnap", "hint": "synonyms for catnap", "clues": [["snooze", [4, 1232, 0]], ["cat sleep", [4, 1232, 1]], ["forty winks", [4, 1232, 2]], ["nap", [4, 1232, 3]], ["short sleep", [4, 1232, 4]]]}, {"answer": "cattiness", "hint": "synonyms for cattiness", "clues": [["spitefulness", [4, 1233, 0]], ["bitchiness", [4, 1233, 1]], ["spite", [4, 1233, 2]], ["nastiness", [4, 1233, 3]]]}, {"answer": "causal_factor", "hint": "synonyms for causal factor", "clues": [["determinant", [4, 1234, 0]], ["determining factor", [4, 1234, 1]], ["determinative", [4, 1234, 2]], ["determiner", [4, 1234, 3]]]}, {"answer": "cause", "hint": "synonyms for cause", "clues": [["reason", [4, 1235, 0]], ["case", [4, 1235, 1]], ["drive", [4, 1235, 2]], ["movement", [4, 1235, 3]], ["campaign", [4, 1235, 4]], ["effort", [4, 1235, 5]], ["causal agency", [4, 1235, 6]], ["suit", [4, 1235, 7]], ["crusade", [4, 1235, 8]], ["causa", [4, 1235, 9]], ["lawsuit", [4, 1235, 10]], ["grounds", [4, 1235, 11]]]}, {"answer": "causerie", "hint": "synonyms for causerie", "clues": [["chin wagging", [4, 1236, 0]], ["chin-wag", [4, 1236, 1]], ["small talk", [4, 1236, 2]], ["gab", [4, 1236, 3]], ["gabfest", [4, 1236, 4]], ["chit-chat", [4, 1236, 5]], ["gossip", [4, 1236, 6]], ["tittle-tattle", [4, 1236, 7]]]}, {"answer": "caustic_lime", "hint": "synonyms for caustic lime", "clues": [["lime hydrate", [4, 1237, 0]], ["lime", [4, 1237, 1]], ["calcium hydroxide", [4, 1237, 2]], ["calcium hydrate", [4, 1237, 3]], ["hydrated lime", [4, 1237, 4]], ["slaked lime", [4, 1237, 5]]]}, {"answer": "caution", "hint": "synonyms for caution", "clues": [["carefulness", [4, 1238, 0]], ["care", [4, 1238, 1]], ["forethought", [4, 1238, 2]], ["circumspection", [4, 1238, 3]], ["cautiousness", [4, 1238, 4]], ["precaution", [4, 1238, 5]], ["caveat", [4, 1238, 6]]]}, {"answer": "cavity", "hint": "synonyms for cavity", "clues": [["enclosed space", [4, 1239, 0]], ["pit", [4, 1239, 1]], ["dental caries", [4, 1239, 2]], ["tooth decay", [4, 1239, 3]], ["caries", [4, 1239, 4]]]}, {"answer": "celerity", "hint": "synonyms for celerity", "clues": [["rapidity", [4, 1240, 0]], ["quickness", [4, 1240, 1]], ["speediness", [4, 1240, 2]], ["rapidness", [4, 1240, 3]]]}, {"answer": "celestial_sphere", "hint": "synonyms for celestial sphere", "clues": [["firmament", [4, 1241, 0]], ["welkin", [4, 1241, 1]], ["empyrean", [4, 1241, 2]], ["vault of heaven", [4, 1241, 3]], ["sphere", [4, 1241, 4]], ["heavens", [4, 1241, 5]]]}, {"answer": "cell", "hint": "synonyms for cell", "clues": [["cellular telephone", [4, 1242, 0]], ["jail cell", [4, 1242, 1]], ["cadre", [4, 1242, 2]], ["mobile phone", [4, 1242, 3]], ["cubicle", [4, 1242, 4]], ["prison cell", [4, 1242, 5]], ["electric cell", [4, 1242, 6]], ["cellphone", [4, 1242, 7]]]}, {"answer": "cellular_phone", "hint": "synonyms for cellular phone", "clues": [["cellphone", [4, 1243, 0]], ["cellular telephone", [4, 1243, 1]], ["mobile phone", [4, 1243, 2]], ["cell", [4, 1243, 3]]]}, {"answer": "cellular_telephone", "hint": "synonyms for cellular telephone", "clues": [["cellphone", [4, 1244, 0]], ["cellular phone", [4, 1244, 1]], ["mobile phone", [4, 1244, 2]], ["cell", [4, 1244, 3]]]}, {"answer": "cemetery", "hint": "synonyms for cemetery", "clues": [["graveyard", [4, 1245, 0]], ["burying ground", [4, 1245, 1]], ["necropolis", [4, 1245, 2]], ["burial ground", [4, 1245, 3]], ["burial site", [4, 1245, 4]], ["memorial park", [4, 1245, 5]]]}, {"answer": "cental", "hint": "synonyms for cental", "clues": [["cwt", [4, 1246, 0]], ["centner", [4, 1246, 1]], ["short hundredweight", [4, 1246, 2]], ["hundredweight", [4, 1246, 3]], ["quintal", [4, 1246, 4]]]}, {"answer": "centering", "hint": "synonyms for centering", "clues": [["focus", [4, 1247, 0]], ["focussing", [4, 1247, 1]], ["focal point", [4, 1247, 2]], ["direction", [4, 1247, 3]], ["snap", [4, 1247, 4]]]}, {"answer": "centner", "hint": "synonyms for centner", "clues": [["cental", [4, 1248, 0]], ["short hundredweight", [4, 1248, 1]], ["hundredweight", [4, 1248, 2]], ["cwt", [4, 1248, 3]], ["metric hundredweight", [4, 1248, 4]], ["quintal", [4, 1248, 5]], ["doppelzentner", [4, 1248, 6]]]}, {"answer": "central_office", "hint": "synonyms for central office", "clues": [["home base", [4, 1249, 0]], ["home office", [4, 1249, 1]], ["main office", [4, 1249, 2]], ["headquarters", [4, 1249, 3]]]}, {"answer": "centre", "hint": "synonyms for centre", "clues": [["pith", [4, 1250, 0]], ["marrow", [4, 1250, 1]], ["heart", [4, 1250, 2]], ["nub", [4, 1250, 3]], ["sum", [4, 1250, 4]], ["center of attention", [4, 1250, 5]], ["gist", [4, 1250, 6]], ["eye", [4, 1250, 7]], ["middle", [4, 1250, 8]], ["center", [4, 1250, 9]], ["nitty-gritty", [4, 1250, 10]], ["inwardness", [4, 1250, 11]], ["substance", [4, 1250, 12]], ["essence", [4, 1250, 13]], ["kernel", [4, 1250, 14]], ["heart and soul", [4, 1250, 15]], ["core", [4, 1250, 16]], ["midpoint", [4, 1250, 17]], ["meat", [4, 1250, 18]]]}, {"answer": "cerebration", "hint": "synonyms for cerebration", "clues": [["mentation", [4, 1251, 0]], ["thought process", [4, 1251, 1]], ["intellection", [4, 1251, 2]], ["thought", [4, 1251, 3]], ["thinking", [4, 1251, 4]]]}, {"answer": "cerement", "hint": "synonyms for cerement", "clues": [["shroud", [4, 1252, 0]], ["pall", [4, 1252, 1]], ["winding-clothes", [4, 1252, 2]], ["winding-sheet", [4, 1252, 3]]]}, {"answer": "certification", "hint": "synonyms for certification", "clues": [["certificate", [4, 1253, 0]], ["enfranchisement", [4, 1253, 1]], ["credentials", [4, 1253, 2]], ["authentication", [4, 1253, 3]], ["corroboration", [4, 1253, 4]], ["documentation", [4, 1253, 5]]]}, {"answer": "cesarean_delivery", "hint": "synonyms for cesarean delivery", "clues": [["cesarean section", [4, 1254, 0]], ["caesarian delivery", [4, 1254, 1]], ["cesarian", [4, 1254, 2]], ["caesarean", [4, 1254, 3]], ["abdominal delivery", [4, 1254, 4]]]}, {"answer": "cesarean_section", "hint": "synonyms for cesarean section", "clues": [["caesarian delivery", [4, 1255, 0]], ["cesarian", [4, 1255, 1]], ["caesarean section", [4, 1255, 2]], ["caesarean", [4, 1255, 3]], ["abdominal delivery", [4, 1255, 4]]]}, {"answer": "cesarian_section", "hint": "synonyms for cesarian section", "clues": [["cesarean section", [4, 1256, 0]], ["caesarian delivery", [4, 1256, 1]], ["cesarian", [4, 1256, 2]], ["caesarean", [4, 1256, 3]], ["abdominal delivery", [4, 1256, 4]]]}, {"answer": "chaff", "hint": "synonyms for chaff", "clues": [["shuck", [4, 1257, 0]], ["straw", [4, 1257, 1]], ["husk", [4, 1257, 2]], ["stalk", [4, 1257, 3]], ["stubble", [4, 1257, 4]]]}, {"answer": "chain", "hint": "synonyms for chain", "clues": [["chemical chain", [4, 1258, 0]], ["chain of mountains", [4, 1258, 1]], ["string", [4, 1258, 2]], ["concatenation", [4, 1258, 3]], ["mountain chain", [4, 1258, 4]], ["mountain range", [4, 1258, 5]], ["range of mountains", [4, 1258, 6]], ["strand", [4, 1258, 7]], ["range", [4, 1258, 8]]]}, {"answer": "chain_armor", "hint": "synonyms for chain armor", "clues": [["ring mail", [4, 1259, 0]], ["chain armour", [4, 1259, 1]], ["mail", [4, 1259, 2]], ["ring armor", [4, 1259, 3]], ["chain mail", [4, 1259, 4]]]}, {"answer": "chain_armour", "hint": "synonyms for chain armour", "clues": [["ring mail", [4, 1260, 0]], ["mail", [4, 1260, 1]], ["chain armor", [4, 1260, 2]], ["ring armor", [4, 1260, 3]], ["chain mail", [4, 1260, 4]]]}, {"answer": "chain_mail", "hint": "synonyms for chain mail", "clues": [["ring mail", [4, 1261, 0]], ["chain armour", [4, 1261, 1]], ["mail", [4, 1261, 2]], ["ring armor", [4, 1261, 3]]]}, {"answer": "chain_of_mountains", "hint": "synonyms for chain of mountains", "clues": [["chain", [4, 1262, 0]], ["mountain chain", [4, 1262, 1]], ["mountain range", [4, 1262, 2]], ["range of mountains", [4, 1262, 3]], ["range", [4, 1262, 4]]]}, {"answer": "chains", "hint": "synonyms for chains", "clues": [["chain", [4, 1263, 0]], ["chain of mountains", [4, 1263, 1]], ["concatenation", [4, 1263, 2]], ["mountain range", [4, 1263, 3]], ["irons", [4, 1263, 4]], ["chemical chain", [4, 1263, 5]], ["string", [4, 1263, 6]], ["mountain chain", [4, 1263, 7]], ["range of mountains", [4, 1263, 8]], ["strand", [4, 1263, 9]], ["range", [4, 1263, 10]]]}, {"answer": "chair", "hint": "synonyms for chair", "clues": [["hot seat", [4, 1264, 0]], ["death chair", [4, 1264, 1]], ["professorship", [4, 1264, 2]], ["electric chair", [4, 1264, 3]]]}, {"answer": "chalk", "hint": "synonyms for chalk", "clues": [["glass", [4, 1265, 0]], ["methamphetamine", [4, 1265, 1]], ["crank", [4, 1265, 2]], ["methamphetamine hydrochloride", [4, 1265, 3]], ["trash", [4, 1265, 4]], ["ice", [4, 1265, 5]], ["deoxyephedrine", [4, 1265, 6]], ["chicken feed", [4, 1265, 7]], ["shabu", [4, 1265, 8]], ["meth", [4, 1265, 9]]]}, {"answer": "chamber", "hint": "synonyms for chamber", "clues": [["sleeping accommodation", [4, 1266, 0]], ["sleeping room", [4, 1266, 1]], ["bedchamber", [4, 1266, 2]], ["bedroom", [4, 1266, 3]]]}, {"answer": "chambers", "hint": "synonyms for chambers", "clues": [["chamber", [4, 1267, 0]], ["bedchamber", [4, 1267, 1]], ["bedroom", [4, 1267, 2]], ["sleeping accommodation", [4, 1267, 3]], ["sleeping room", [4, 1267, 4]]]}, {"answer": "chammy", "hint": "synonyms for chammy", "clues": [["chammy leather", [4, 1268, 0]], ["chamois leather", [4, 1268, 1]], ["shammy", [4, 1268, 2]], ["chamois", [4, 1268, 3]]]}, {"answer": "chammy_leather", "hint": "synonyms for chammy leather", "clues": [["chamois leather", [4, 1269, 0]], ["chamois", [4, 1269, 1]], ["shammy", [4, 1269, 2]], ["chammy", [4, 1269, 3]], ["shammy leather", [4, 1269, 4]]]}, {"answer": "chamois", "hint": "synonyms for chamois", "clues": [["chammy leather", [4, 1270, 0]], ["chamois leather", [4, 1270, 1]], ["shammy", [4, 1270, 2]], ["chammy", [4, 1270, 3]]]}, {"answer": "chamois_leather", "hint": "synonyms for chamois leather", "clues": [["chammy leather", [4, 1271, 0]], ["chamois", [4, 1271, 1]], ["shammy", [4, 1271, 2]], ["chammy", [4, 1271, 3]]]}, {"answer": "change_of_mind", "hint": "synonyms for change of mind", "clues": [["reversal", [4, 1272, 0]], ["turnaround", [4, 1272, 1]], ["flip-flop", [4, 1272, 2]], ["turnabout", [4, 1272, 3]]]}, {"answer": "channel", "hint": "synonyms for channel", "clues": [["television channel", [4, 1273, 0]], ["distribution channel", [4, 1273, 1]], ["transmission channel", [4, 1273, 2]], ["groove", [4, 1273, 3]], ["line", [4, 1273, 4]], ["communication channel", [4, 1273, 5]]]}, {"answer": "channels", "hint": "synonyms for channels", "clues": [["distribution channel", [4, 1274, 0]], ["channel", [4, 1274, 1]], ["groove", [4, 1274, 2]], ["line", [4, 1274, 3]], ["television channel", [4, 1274, 4]], ["communication channel", [4, 1274, 5]], ["transmission channel", [4, 1274, 6]]]}, {"answer": "chap", "hint": "synonyms for chap", "clues": [["fissure", [4, 1275, 0]], ["cranny", [4, 1275, 1]], ["crevice", [4, 1275, 2]], ["crack", [4, 1275, 3]]]}, {"answer": "chaplet", "hint": "synonyms for chaplet", "clues": [["wreath", [4, 1276, 0]], ["lei", [4, 1276, 1]], ["garland", [4, 1276, 2]], ["coronal", [4, 1276, 3]]]}, {"answer": "charabanc", "hint": "synonyms for charabanc", "clues": [["bus", [4, 1277, 0]], ["autobus", [4, 1277, 1]], ["passenger vehicle", [4, 1277, 2]], ["double-decker", [4, 1277, 3]], ["omnibus", [4, 1277, 4]], ["motorbus", [4, 1277, 5]], ["jitney", [4, 1277, 6]], ["motorcoach", [4, 1277, 7]], ["coach", [4, 1277, 8]]]}, {"answer": "character", "hint": "synonyms for character", "clues": [["role", [4, 1278, 0]], ["part", [4, 1278, 1]], ["grapheme", [4, 1278, 2]], ["fibre", [4, 1278, 3]], ["quality", [4, 1278, 4]], ["persona", [4, 1278, 5]], ["theatrical role", [4, 1278, 6]], ["fiber", [4, 1278, 7]], ["reference", [4, 1278, 8]], ["lineament", [4, 1278, 9]], ["character reference", [4, 1278, 10]], ["graphic symbol", [4, 1278, 11]]]}, {"answer": "characterisation", "hint": "synonyms for characterisation", "clues": [["delineation", [4, 1279, 0]], ["word picture", [4, 1279, 1]], ["characterization", [4, 1279, 2]], ["depiction", [4, 1279, 3]], ["word-painting", [4, 1279, 4]], ["picture", [4, 1279, 5]]]}, {"answer": "characterization", "hint": "synonyms for characterization", "clues": [["enactment", [4, 1280, 0]], ["portrayal", [4, 1280, 1]], ["delineation", [4, 1280, 2]], ["depiction", [4, 1280, 3]], ["personation", [4, 1280, 4]], ["characterisation", [4, 1280, 5]], ["word-painting", [4, 1280, 6]], ["word picture", [4, 1280, 7]], ["picture", [4, 1280, 8]]]}, {"answer": "charade", "hint": "synonyms for charade", "clues": [["sendup", [4, 1281, 0]], ["travesty", [4, 1281, 1]], ["pasquinade", [4, 1281, 2]], ["takeoff", [4, 1281, 3]], ["parody", [4, 1281, 4]], ["mockery", [4, 1281, 5]], ["spoof", [4, 1281, 6]], ["put-on", [4, 1281, 7]], ["burlesque", [4, 1281, 8]], ["lampoon", [4, 1281, 9]]]}, {"answer": "charades", "hint": "synonyms for charades", "clues": [["sendup", [4, 1282, 0]], ["travesty", [4, 1282, 1]], ["pasquinade", [4, 1282, 2]], ["charade", [4, 1282, 3]], ["takeoff", [4, 1282, 4]], ["parody", [4, 1282, 5]], ["mockery", [4, 1282, 6]], ["spoof", [4, 1282, 7]], ["put-on", [4, 1282, 8]], ["burlesque", [4, 1282, 9]], ["lampoon", [4, 1282, 10]]]}, {"answer": "charge", "hint": "synonyms for charge", "clues": [["cathexis", [4, 1283, 0]], ["electric charge", [4, 1283, 1]], ["mission", [4, 1283, 2]], ["direction", [4, 1283, 3]], ["billing", [4, 1283, 4]], ["care", [4, 1283, 5]], ["armorial bearing", [4, 1283, 6]], ["commission", [4, 1283, 7]], ["thrill", [4, 1283, 8]], ["tutelage", [4, 1283, 9]], ["boot", [4, 1283, 10]], ["rush", [4, 1283, 11]], ["bearing", [4, 1283, 12]], ["heraldic bearing", [4, 1283, 13]], ["flush", [4, 1283, 14]], ["kick", [4, 1283, 15]], ["bursting charge", [4, 1283, 16]], ["explosive charge", [4, 1283, 17]], ["guardianship", [4, 1283, 18]], ["burster", [4, 1283, 19]], ["complaint", [4, 1283, 20]], ["accusation", [4, 1283, 21]], ["bang", [4, 1283, 22]]]}, {"answer": "charge_sheet", "hint": "synonyms for charge sheet", "clues": [["day book", [4, 1284, 0]], ["rap sheet", [4, 1284, 1]], ["police blotter", [4, 1284, 2]], ["blotter", [4, 1284, 3]]]}, {"answer": "charity_shot", "hint": "synonyms for charity shot", "clues": [["penalty free throw", [4, 1285, 0]], ["charity throw", [4, 1285, 1]], ["charity toss", [4, 1285, 2]], ["foul shot", [4, 1285, 3]], ["free throw", [4, 1285, 4]]]}, {"answer": "charity_throw", "hint": "synonyms for charity throw", "clues": [["penalty free throw", [4, 1286, 0]], ["charity shot", [4, 1286, 1]], ["charity toss", [4, 1286, 2]], ["foul shot", [4, 1286, 3]], ["free throw", [4, 1286, 4]]]}, {"answer": "charity_toss", "hint": "synonyms for charity toss", "clues": [["penalty free throw", [4, 1287, 0]], ["charity throw", [4, 1287, 1]], ["charity shot", [4, 1287, 2]], ["foul shot", [4, 1287, 3]], ["free throw", [4, 1287, 4]]]}, {"answer": "charm", "hint": "synonyms for charm", "clues": [["magical spell", [4, 1288, 0]], ["spell", [4, 1288, 1]], ["good luck charm", [4, 1288, 2]], ["appeal", [4, 1288, 3]], ["appealingness", [4, 1288, 4]]]}, {"answer": "chastity", "hint": "synonyms for chastity", "clues": [["celibacy", [4, 1289, 0]], ["sexual abstention", [4, 1289, 1]], ["sexual morality", [4, 1289, 2]], ["virtue", [4, 1289, 3]]]}, {"answer": "chatter", "hint": "synonyms for chatter", "clues": [["yack", [4, 1290, 0]], ["yakety-yak", [4, 1290, 1]], ["cackle", [4, 1290, 2]], ["chattering", [4, 1290, 3]]]}, {"answer": "chauvinism", "hint": "synonyms for chauvinism", "clues": [["ultranationalism", [4, 1291, 0]], ["jingoism", [4, 1291, 1]], ["superpatriotism", [4, 1291, 2]], ["antifeminism", [4, 1291, 3]], ["male chauvinism", [4, 1291, 4]]]}, {"answer": "chaw", "hint": "synonyms for chaw", "clues": [["chew", [4, 1292, 0]], ["cud", [4, 1292, 1]], ["plug", [4, 1292, 2]], ["quid", [4, 1292, 3]], ["wad", [4, 1292, 4]]]}, {"answer": "cheapness", "hint": "synonyms for cheapness", "clues": [["cut price", [4, 1293, 0]], ["bargain rate", [4, 1293, 1]], ["cut rate", [4, 1293, 2]], ["sleaze", [4, 1293, 3]], ["tackiness", [4, 1293, 4]], ["tat", [4, 1293, 5]]]}, {"answer": "check", "hint": "synonyms for check", "clues": [["bank check", [4, 1294, 0]], ["chit", [4, 1294, 1]], ["impediment", [4, 1294, 2]], ["cheque", [4, 1294, 3]], ["tick", [4, 1294, 4]], ["check mark", [4, 1294, 5]], ["check-out procedure", [4, 1294, 6]], ["curb", [4, 1294, 7]], ["balk", [4, 1294, 8]], ["handicap", [4, 1294, 9]], ["deterrent", [4, 1294, 10]], ["checkout", [4, 1294, 11]], ["substantiation", [4, 1294, 12]], ["hindrance", [4, 1294, 13]], ["tab", [4, 1294, 14]], ["verification", [4, 1294, 15]], ["chip", [4, 1294, 16]], ["bridle", [4, 1294, 17]], ["confirmation", [4, 1294, 18]], ["assay", [4, 1294, 19]]]}, {"answer": "checkerberry", "hint": "synonyms for checkerberry", "clues": [["boxberry", [4, 1295, 0]], ["spiceberry", [4, 1295, 1]], ["wintergreen", [4, 1295, 2]], ["teaberry", [4, 1295, 3]]]}, {"answer": "checkout", "hint": "synonyms for checkout", "clues": [["checkout time", [4, 1296, 0]], ["checkout counter", [4, 1296, 1]], ["check-out procedure", [4, 1296, 2]], ["check", [4, 1296, 3]]]}, {"answer": "checkup", "hint": "synonyms for checkup", "clues": [["medical", [4, 1297, 0]], ["medical examination", [4, 1297, 1]], ["medical exam", [4, 1297, 2]], ["health check", [4, 1297, 3]], ["medical checkup", [4, 1297, 4]]]}, {"answer": "cheek", "hint": "synonyms for cheek", "clues": [["impertinence", [4, 1298, 0]], ["impudence", [4, 1298, 1]], ["boldness", [4, 1298, 2]], ["nerve", [4, 1298, 3]], ["brass", [4, 1298, 4]], ["face", [4, 1298, 5]]]}, {"answer": "cheekiness", "hint": "synonyms for cheekiness", "clues": [["insolence", [4, 1299, 0]], ["impudence", [4, 1299, 1]], ["crust", [4, 1299, 2]], ["gall", [4, 1299, 3]], ["impertinence", [4, 1299, 4]], ["freshness", [4, 1299, 5]]]}, {"answer": "cheerfulness", "hint": "synonyms for cheerfulness", "clues": [["sunniness", [4, 1300, 0]], ["sunshine", [4, 1300, 1]], ["cheer", [4, 1300, 2]], ["blitheness", [4, 1300, 3]]]}, {"answer": "cheerio", "hint": "synonyms for cheerio", "clues": [["arrivederci", [4, 1301, 0]], ["goodbye", [4, 1301, 1]], ["sayonara", [4, 1301, 2]], ["adieu", [4, 1301, 3]], ["au revoir", [4, 1301, 4]], ["bye", [4, 1301, 5]], ["auf wiedersehen", [4, 1301, 6]], ["bye-bye", [4, 1301, 7]], ["adios", [4, 1301, 8]], ["so long", [4, 1301, 9]], ["good day", [4, 1301, 10]]]}, {"answer": "chemise", "hint": "synonyms for chemise", "clues": [["shimmy", [4, 1302, 0]], ["sack", [4, 1302, 1]], ["teddy", [4, 1302, 2]], ["slip", [4, 1302, 3]], ["shift", [4, 1302, 4]]]}, {"answer": "chemist's", "hint": "synonyms for chemist's", "clues": [["drugstore", [4, 1303, 0]], ["apothecary's shop", [4, 1303, 1]], ["pharmacy", [4, 1303, 2]], ["chemist's shop", [4, 1303, 3]]]}, {"answer": "chemist's_shop", "hint": "synonyms for chemist's shop", "clues": [["chemist's", [4, 1304, 0]], ["drugstore", [4, 1304, 1]], ["apothecary's shop", [4, 1304, 2]], ["pharmacy", [4, 1304, 3]]]}, {"answer": "chew", "hint": "synonyms for chew", "clues": [["plug", [4, 1305, 0]], ["cud", [4, 1305, 1]], ["quid", [4, 1305, 2]], ["mastication", [4, 1305, 3]], ["chewing", [4, 1305, 4]], ["manduction", [4, 1305, 5]], ["chaw", [4, 1305, 6]], ["wad", [4, 1305, 7]]]}, {"answer": "chewing_out", "hint": "synonyms for chewing out", "clues": [["castigation", [4, 1306, 0]], ["going-over", [4, 1306, 1]], ["earful", [4, 1306, 2]], ["bawling out", [4, 1306, 3]], ["dressing down", [4, 1306, 4]], ["upbraiding", [4, 1306, 5]]]}, {"answer": "chicane", "hint": "synonyms for chicane", "clues": [["chicanery", [4, 1307, 0]], ["wile", [4, 1307, 1]], ["trickery", [4, 1307, 2]], ["guile", [4, 1307, 3]], ["shenanigan", [4, 1307, 4]]]}, {"answer": "chicanery", "hint": "synonyms for chicanery", "clues": [["wile", [4, 1308, 0]], ["trickery", [4, 1308, 1]], ["chicane", [4, 1308, 2]], ["guile", [4, 1308, 3]], ["shenanigan", [4, 1308, 4]]]}, {"answer": "chicha", "hint": "synonyms for chicha", "clues": [["nargileh", [4, 1309, 0]], ["hubble-bubble", [4, 1309, 1]], ["calean", [4, 1309, 2]], ["sheesha", [4, 1309, 3]], ["shisha", [4, 1309, 4]], ["hookah", [4, 1309, 5]], ["hubbly-bubbly", [4, 1309, 6]], ["kalian", [4, 1309, 7]], ["water pipe", [4, 1309, 8]]]}, {"answer": "chicken_feed", "hint": "synonyms for chicken feed", "clues": [["chalk", [4, 1310, 0]], ["glass", [4, 1310, 1]], ["methamphetamine", [4, 1310, 2]], ["crank", [4, 1310, 3]], ["methamphetamine hydrochloride", [4, 1310, 4]], ["ice", [4, 1310, 5]], ["scratch", [4, 1310, 6]], ["deoxyephedrine", [4, 1310, 7]], ["meth", [4, 1310, 8]], ["trash", [4, 1310, 9]], ["shabu", [4, 1310, 10]]]}, {"answer": "chicness", "hint": "synonyms for chicness", "clues": [["modishness", [4, 1311, 0]], ["chichi", [4, 1311, 1]], ["chic", [4, 1311, 2]], ["stylishness", [4, 1311, 3]], ["last word", [4, 1311, 4]], ["smartness", [4, 1311, 5]], ["swank", [4, 1311, 6]]]}, {"answer": "child's_play", "hint": "synonyms for child's play", "clues": [["piece of cake", [4, 1312, 0]], ["pushover", [4, 1312, 1]], ["picnic", [4, 1312, 2]], ["play", [4, 1312, 3]], ["snap", [4, 1312, 4]], ["breeze", [4, 1312, 5]], ["duck soup", [4, 1312, 6]], ["walkover", [4, 1312, 7]], ["cinch", [4, 1312, 8]]]}, {"answer": "chili", "hint": "synonyms for chili", "clues": [["chilly", [4, 1313, 0]], ["chile", [4, 1313, 1]], ["chili con carne", [4, 1313, 2]], ["chili pepper", [4, 1313, 3]], ["chilli", [4, 1313, 4]]]}, {"answer": "chiliad", "hint": "synonyms for chiliad", "clues": [["thou", [4, 1314, 0]], ["yard", [4, 1314, 1]], ["grand", [4, 1314, 2]], ["one thousand", [4, 1314, 3]], ["thousand", [4, 1314, 4]], ["1000", [4, 1314, 5]]]}, {"answer": "chill", "hint": "synonyms for chill", "clues": [["shudder", [4, 1315, 0]], ["iciness", [4, 1315, 1]], ["shiver", [4, 1315, 2]], ["frisson", [4, 1315, 3]], ["pall", [4, 1315, 4]], ["thrill", [4, 1315, 5]], ["quiver", [4, 1315, 6]], ["gelidity", [4, 1315, 7]], ["tingle", [4, 1315, 8]]]}, {"answer": "chilli", "hint": "synonyms for chilli", "clues": [["chili", [4, 1316, 0]], ["chili pepper", [4, 1316, 1]], ["chilly", [4, 1316, 2]], ["chile", [4, 1316, 3]]]}, {"answer": "chilliness", "hint": "synonyms for chilliness", "clues": [["frigidness", [4, 1317, 0]], ["nip", [4, 1317, 1]], ["iciness", [4, 1317, 2]], ["coldness", [4, 1317, 3]], ["frigidity", [4, 1317, 4]]]}, {"answer": "chin-wag", "hint": "synonyms for chin-wag", "clues": [["chin wagging", [4, 1318, 0]], ["small talk", [4, 1318, 1]], ["gab", [4, 1318, 2]], ["gabfest", [4, 1318, 3]], ["chit-chat", [4, 1318, 4]], ["chin wag", [4, 1318, 5]], ["gossip", [4, 1318, 6]], ["causerie", [4, 1318, 7]], ["tittle-tattle", [4, 1318, 8]]]}, {"answer": "chin-wagging", "hint": "synonyms for chin-wagging", "clues": [["chin wagging", [4, 1319, 0]], ["chin-wag", [4, 1319, 1]], ["small talk", [4, 1319, 2]], ["gab", [4, 1319, 3]], ["gabfest", [4, 1319, 4]], ["chit-chat", [4, 1319, 5]], ["gossip", [4, 1319, 6]], ["causerie", [4, 1319, 7]], ["tittle-tattle", [4, 1319, 8]]]}, {"answer": "chin_music", "hint": "synonyms for chin music", "clues": [["idle talk", [4, 1320, 0]], ["prate", [4, 1320, 1]], ["prattle", [4, 1320, 2]], ["blether", [4, 1320, 3]]]}, {"answer": "chin_wag", "hint": "synonyms for chin wag", "clues": [["chin wagging", [4, 1321, 0]], ["chin-wag", [4, 1321, 1]], ["small talk", [4, 1321, 2]], ["gab", [4, 1321, 3]], ["gabfest", [4, 1321, 4]], ["chit-chat", [4, 1321, 5]], ["gossip", [4, 1321, 6]], ["causerie", [4, 1321, 7]], ["tittle-tattle", [4, 1321, 8]]]}, {"answer": "chin_wagging", "hint": "synonyms for chin wagging", "clues": [["chin-wag", [4, 1322, 0]], ["small talk", [4, 1322, 1]], ["gab", [4, 1322, 2]], ["gabfest", [4, 1322, 3]], ["chit-chat", [4, 1322, 4]], ["chin-wagging", [4, 1322, 5]], ["gossip", [4, 1322, 6]], ["causerie", [4, 1322, 7]], ["tittle-tattle", [4, 1322, 8]]]}, {"answer": "china_clay", "hint": "synonyms for china clay", "clues": [["kaolin", [4, 1323, 0]], ["terra alba", [4, 1323, 1]], ["china stone", [4, 1323, 2]], ["porcelain clay", [4, 1323, 3]]]}, {"answer": "china_stone", "hint": "synonyms for china stone", "clues": [["kaolin", [4, 1324, 0]], ["terra alba", [4, 1324, 1]], ["china clay", [4, 1324, 2]], ["porcelain clay", [4, 1324, 3]]]}, {"answer": "chinook", "hint": "synonyms for chinook", "clues": [["chinook wind", [4, 1325, 0]], ["snow eater", [4, 1325, 1]], ["chinook salmon", [4, 1325, 2]], ["king salmon", [4, 1325, 3]]]}, {"answer": "chip", "hint": "synonyms for chip", "clues": [["cow chip", [4, 1326, 0]], ["microchip", [4, 1326, 1]], ["flake", [4, 1326, 2]], ["bit", [4, 1326, 3]], ["check", [4, 1326, 4]], ["microprocessor chip", [4, 1326, 5]], ["potato chip", [4, 1326, 6]], ["fleck", [4, 1326, 7]], ["buffalo chip", [4, 1326, 8]], ["chip shot", [4, 1326, 9]], ["chipping", [4, 1326, 10]], ["crisp", [4, 1326, 11]], ["scrap", [4, 1326, 12]], ["splintering", [4, 1326, 13]], ["cow dung", [4, 1326, 14]], ["poker chip", [4, 1326, 15]], ["silicon chip", [4, 1326, 16]]]}, {"answer": "chips", "hint": "synonyms for chips", "clues": [["chip", [4, 1327, 0]], ["flake", [4, 1327, 1]], ["check", [4, 1327, 2]], ["microprocessor chip", [4, 1327, 3]], ["french-fried potatoes", [4, 1327, 4]], ["chipping", [4, 1327, 5]], ["fleck", [4, 1327, 6]], ["french fries", [4, 1327, 7]], ["scrap", [4, 1327, 8]], ["poker chip", [4, 1327, 9]], ["silicon chip", [4, 1327, 10]], ["fries", [4, 1327, 11]], ["cow chip", [4, 1327, 12]], ["microchip", [4, 1327, 13]], ["bit", [4, 1327, 14]], ["potato chip", [4, 1327, 15]], ["chip shot", [4, 1327, 16]], ["buffalo chip", [4, 1327, 17]], ["crisp", [4, 1327, 18]], ["splintering", [4, 1327, 19]], ["cow dung", [4, 1327, 20]]]}, {"answer": "chit-chat", "hint": "synonyms for chit-chat", "clues": [["chin wagging", [4, 1328, 0]], ["chin-wag", [4, 1328, 1]], ["small talk", [4, 1328, 2]], ["gab", [4, 1328, 3]], ["gabfest", [4, 1328, 4]], ["chit chat", [4, 1328, 5]], ["gossip", [4, 1328, 6]], ["causerie", [4, 1328, 7]], ["tittle-tattle", [4, 1328, 8]]]}, {"answer": "chit_chat", "hint": "synonyms for chit chat", "clues": [["chin wagging", [4, 1329, 0]], ["chin-wag", [4, 1329, 1]], ["small talk", [4, 1329, 2]], ["gab", [4, 1329, 3]], ["gabfest", [4, 1329, 4]], ["chit-chat", [4, 1329, 5]], ["gossip", [4, 1329, 6]], ["causerie", [4, 1329, 7]], ["tittle-tattle", [4, 1329, 8]]]}, {"answer": "chitchat", "hint": "synonyms for chitchat", "clues": [["chin wagging", [4, 1330, 0]], ["chin-wag", [4, 1330, 1]], ["small talk", [4, 1330, 2]], ["gab", [4, 1330, 3]], ["gabfest", [4, 1330, 4]], ["chit-chat", [4, 1330, 5]], ["gossip", [4, 1330, 6]], ["causerie", [4, 1330, 7]], ["tittle-tattle", [4, 1330, 8]]]}, {"answer": "chivaree", "hint": "synonyms for chivaree", "clues": [["belling", [4, 1331, 0]], ["shivaree", [4, 1331, 1]], ["charivari", [4, 1331, 2]], ["callathump", [4, 1331, 3]]]}, {"answer": "chocolate", "hint": "synonyms for chocolate", "clues": [["deep brown", [4, 1332, 0]], ["umber", [4, 1332, 1]], ["drinking chocolate", [4, 1332, 2]], ["burnt umber", [4, 1332, 3]], ["cocoa", [4, 1332, 4]], ["hot chocolate", [4, 1332, 5]], ["coffee", [4, 1332, 6]]]}, {"answer": "choice_of_words", "hint": "synonyms for choice of words", "clues": [["diction", [4, 1333, 0]], ["phrasing", [4, 1333, 1]], ["phraseology", [4, 1333, 2]], ["verbiage", [4, 1333, 3]], ["wording", [4, 1333, 4]]]}, {"answer": "choker", "hint": "synonyms for choker", "clues": [["dog collar", [4, 1334, 0]], ["neckband", [4, 1334, 1]], ["collar", [4, 1334, 2]], ["neck ruff", [4, 1334, 3]], ["ruffle", [4, 1334, 4]], ["ruff", [4, 1334, 5]]]}, {"answer": "cholecalciferol", "hint": "synonyms for cholecalciferol", "clues": [["ergocalciferol", [4, 1335, 0]], ["calciferol", [4, 1335, 1]], ["vitamin D", [4, 1335, 2]], ["viosterol", [4, 1335, 3]]]}, {"answer": "choler", "hint": "synonyms for choler", "clues": [["fretfulness", [4, 1336, 0]], ["irritability", [4, 1336, 1]], ["ire", [4, 1336, 2]], ["crossness", [4, 1336, 3]], ["fussiness", [4, 1336, 4]], ["peevishness", [4, 1336, 5]], ["petulance", [4, 1336, 6]], ["anger", [4, 1336, 7]]]}, {"answer": "chop_steak", "hint": "synonyms for chop steak", "clues": [["chopsteak", [4, 1337, 0]], ["beef patty", [4, 1337, 1]], ["hamburger steak", [4, 1337, 2]], ["chopped steak", [4, 1337, 3]]]}, {"answer": "chopper", "hint": "synonyms for chopper", "clues": [["meat cleaver", [4, 1338, 0]], ["cleaver", [4, 1338, 1]], ["whirlybird", [4, 1338, 2]], ["helicopter", [4, 1338, 3]], ["eggbeater", [4, 1338, 4]], ["chop", [4, 1338, 5]]]}, {"answer": "chronological_sequence", "hint": "synonyms for chronological sequence", "clues": [["sequence", [4, 1339, 0]], ["chronological succession", [4, 1339, 1]], ["succession", [4, 1339, 2]], ["successiveness", [4, 1339, 3]]]}, {"answer": "chronological_succession", "hint": "synonyms for chronological succession", "clues": [["sequence", [4, 1340, 0]], ["chronological sequence", [4, 1340, 1]], ["succession", [4, 1340, 2]], ["successiveness", [4, 1340, 3]]]}, {"answer": "chumminess", "hint": "synonyms for chumminess", "clues": [["comradery", [4, 1341, 0]], ["comradeship", [4, 1341, 1]], ["camaraderie", [4, 1341, 2]], ["comradeliness", [4, 1341, 3]]]}, {"answer": "chunk", "hint": "synonyms for chunk", "clues": [["clump", [4, 1342, 0]], ["glob", [4, 1342, 1]], ["clod", [4, 1342, 2]], ["ball", [4, 1342, 3]]]}, {"answer": "chute", "hint": "synonyms for chute", "clues": [["sloping trough", [4, 1343, 0]], ["slideway", [4, 1343, 1]], ["parachute", [4, 1343, 2]], ["slide", [4, 1343, 3]]]}, {"answer": "cigaret", "hint": "synonyms for cigaret", "clues": [["fag", [4, 1344, 0]], ["cigarette", [4, 1344, 1]], ["butt", [4, 1344, 2]], ["coffin nail", [4, 1344, 3]]]}, {"answer": "cigarette", "hint": "synonyms for cigarette", "clues": [["fag", [4, 1345, 0]], ["coffin nail", [4, 1345, 1]], ["butt", [4, 1345, 2]], ["cigaret", [4, 1345, 3]]]}, {"answer": "cinch", "hint": "synonyms for cinch", "clues": [["piece of cake", [4, 1346, 0]], ["pushover", [4, 1346, 1]], ["picnic", [4, 1346, 2]], ["child's play", [4, 1346, 3]], ["snap", [4, 1346, 4]], ["breeze", [4, 1346, 5]], ["duck soup", [4, 1346, 6]], ["girth", [4, 1346, 7]], ["walkover", [4, 1346, 8]]]}, {"answer": "cincture", "hint": "synonyms for cincture", "clues": [["waistband", [4, 1347, 0]], ["waistcloth", [4, 1347, 1]], ["girdle", [4, 1347, 2]], ["sash", [4, 1347, 3]]]}, {"answer": "cinema", "hint": "synonyms for cinema", "clues": [["film", [4, 1348, 0]], ["movie theater", [4, 1348, 1]], ["celluloid", [4, 1348, 2]], ["movie house", [4, 1348, 3]], ["picture palace", [4, 1348, 4]]]}, {"answer": "cinque", "hint": "synonyms for cinque", "clues": [["pentad", [4, 1349, 0]], ["5", [4, 1349, 1]], ["fivesome", [4, 1349, 2]], ["fin", [4, 1349, 3]], ["quintuplet", [4, 1349, 4]], ["quint", [4, 1349, 5]], ["five", [4, 1349, 6]], ["quintet", [4, 1349, 7]]]}, {"answer": "cipher", "hint": "synonyms for cipher", "clues": [["cypher", [4, 1350, 0]], ["zip", [4, 1350, 1]], ["nix", [4, 1350, 2]], ["null", [4, 1350, 3]], ["nothing", [4, 1350, 4]], ["aught", [4, 1350, 5]], ["cryptograph", [4, 1350, 6]], ["nought", [4, 1350, 7]], ["secret code", [4, 1350, 8]], ["zilch", [4, 1350, 9]], ["zero", [4, 1350, 10]], ["nada", [4, 1350, 11]], ["nil", [4, 1350, 12]], ["zippo", [4, 1350, 13]], ["0", [4, 1350, 14]], ["goose egg", [4, 1350, 15]]]}, {"answer": "circle", "hint": "synonyms for circle", "clues": [["set", [4, 1351, 0]], ["traffic circle", [4, 1351, 1]], ["roundabout", [4, 1351, 2]], ["lot", [4, 1351, 3]], ["forget me drug", [4, 1351, 4]], ["rope", [4, 1351, 5]], ["dress circle", [4, 1351, 6]], ["lap", [4, 1351, 7]], ["circuit", [4, 1351, 8]], ["rophy", [4, 1351, 9]], ["rotary", [4, 1351, 10]], ["round", [4, 1351, 11]], ["roofy", [4, 1351, 12]], ["roach", [4, 1351, 13]], ["band", [4, 1351, 14]]]}, {"answer": "circuit", "hint": "synonyms for circuit", "clues": [["lap", [4, 1352, 0]], ["tour", [4, 1352, 1]], ["electrical circuit", [4, 1352, 2]], ["circumference", [4, 1352, 3]], ["racing circuit", [4, 1352, 4]], ["circle", [4, 1352, 5]]]}, {"answer": "circuit_board", "hint": "synonyms for circuit board", "clues": [["add-in", [4, 1353, 0]], ["board", [4, 1353, 1]], ["card", [4, 1353, 2]], ["plug-in", [4, 1353, 3]], ["circuit card", [4, 1353, 4]]]}, {"answer": "circuit_card", "hint": "synonyms for circuit card", "clues": [["add-in", [4, 1354, 0]], ["circuit board", [4, 1354, 1]], ["card", [4, 1354, 2]], ["board", [4, 1354, 3]], ["plug-in", [4, 1354, 4]]]}, {"answer": "circumspection", "hint": "synonyms for circumspection", "clues": [["discreetness", [4, 1355, 0]], ["prudence", [4, 1355, 1]], ["caution", [4, 1355, 2]], ["discretion", [4, 1355, 3]]]}, {"answer": "citation", "hint": "synonyms for citation", "clues": [["commendation", [4, 1356, 0]], ["quotation", [4, 1356, 1]], ["mention", [4, 1356, 2]], ["cite", [4, 1356, 3]], ["acknowledgment", [4, 1356, 4]], ["quote", [4, 1356, 5]], ["reference", [4, 1356, 6]], ["credit", [4, 1356, 7]]]}, {"answer": "cite", "hint": "synonyms for cite", "clues": [["mention", [4, 1357, 0]], ["acknowledgment", [4, 1357, 1]], ["reference", [4, 1357, 2]], ["credit", [4, 1357, 3]], ["quotation", [4, 1357, 4]], ["citation", [4, 1357, 5]]]}, {"answer": "cither", "hint": "synonyms for cither", "clues": [["zither", [4, 1358, 0]], ["citole", [4, 1358, 1]], ["cithern", [4, 1358, 2]], ["gittern", [4, 1358, 3]]]}, {"answer": "clam", "hint": "synonyms for clam", "clues": [["buck", [4, 1359, 0]], ["one dollar bill", [4, 1359, 1]], ["dollar", [4, 1359, 2]], ["dollar bill", [4, 1359, 3]]]}, {"answer": "clamor", "hint": "synonyms for clamor", "clues": [["clamoring", [4, 1360, 0]], ["din", [4, 1360, 1]], ["blaring", [4, 1360, 2]], ["hue and cry", [4, 1360, 3]], ["clamour", [4, 1360, 4]], ["cacophony", [4, 1360, 5]], ["blare", [4, 1360, 6]]]}, {"answer": "clams", "hint": "synonyms for clams", "clues": [["kale", [4, 1361, 0]], ["boodle", [4, 1361, 1]], ["scratch", [4, 1361, 2]], ["buck", [4, 1361, 3]], ["dinero", [4, 1361, 4]], ["shekels", [4, 1361, 5]], ["dollar", [4, 1361, 6]], ["cabbage", [4, 1361, 7]], ["lettuce", [4, 1361, 8]], ["gelt", [4, 1361, 9]], ["lucre", [4, 1361, 10]], ["dough", [4, 1361, 11]], ["wampum", [4, 1361, 12]], ["pelf", [4, 1361, 13]], ["one dollar bill", [4, 1361, 14]], ["lolly", [4, 1361, 15]], ["loot", [4, 1361, 16]], ["bread", [4, 1361, 17]], ["clam", [4, 1361, 18]], ["sugar", [4, 1361, 19]], ["simoleons", [4, 1361, 20]], ["dollar bill", [4, 1361, 21]], ["moolah", [4, 1361, 22]]]}, {"answer": "clan", "hint": "synonyms for clan", "clues": [["kin", [4, 1362, 0]], ["kinship group", [4, 1362, 1]], ["tribe", [4, 1362, 2]], ["kin group", [4, 1362, 3]], ["kindred", [4, 1362, 4]]]}, {"answer": "clang", "hint": "synonyms for clang", "clues": [["clash", [4, 1363, 0]], ["clank", [4, 1363, 1]], ["clangour", [4, 1363, 2]], ["clangoring", [4, 1363, 3]], ["crash", [4, 1363, 4]]]}, {"answer": "clangor", "hint": "synonyms for clangor", "clues": [["clang", [4, 1364, 0]], ["clash", [4, 1364, 1]], ["clank", [4, 1364, 2]], ["clangour", [4, 1364, 3]], ["clangoring", [4, 1364, 4]], ["crash", [4, 1364, 5]]]}, {"answer": "clangoring", "hint": "synonyms for clangoring", "clues": [["clang", [4, 1365, 0]], ["clank", [4, 1365, 1]], ["clangour", [4, 1365, 2]], ["clash", [4, 1365, 3]], ["crash", [4, 1365, 4]]]}, {"answer": "clangour", "hint": "synonyms for clangour", "clues": [["clang", [4, 1366, 0]], ["clash", [4, 1366, 1]], ["clank", [4, 1366, 2]], ["clangor", [4, 1366, 3]], ["crash", [4, 1366, 4]]]}, {"answer": "clank", "hint": "synonyms for clank", "clues": [["clang", [4, 1367, 0]], ["clash", [4, 1367, 1]], ["clangour", [4, 1367, 2]], ["clangoring", [4, 1367, 3]], ["crash", [4, 1367, 4]]]}, {"answer": "clap", "hint": "synonyms for clap", "clues": [["bam", [4, 1368, 0]], ["bang", [4, 1368, 1]], ["clack", [4, 1368, 2]], ["eruption", [4, 1368, 3]], ["blast", [4, 1368, 4]]]}, {"answer": "clappers", "hint": "synonyms for clappers", "clues": [["bones", [4, 1369, 0]], ["castanets", [4, 1369, 1]], ["clapper", [4, 1369, 2]], ["finger cymbals", [4, 1369, 3]], ["tongue", [4, 1369, 4]]]}, {"answer": "claptrap", "hint": "synonyms for claptrap", "clues": [["blah", [4, 1370, 0]], ["fustian", [4, 1370, 1]], ["rant", [4, 1370, 2]], ["bombast", [4, 1370, 3]]]}, {"answer": "clarity", "hint": "synonyms for clarity", "clues": [["clearness", [4, 1371, 0]], ["lucidity", [4, 1371, 1]], ["limpidity", [4, 1371, 2]], ["lucidness", [4, 1371, 3]], ["uncloudedness", [4, 1371, 4]], ["pellucidity", [4, 1371, 5]]]}, {"answer": "clash", "hint": "synonyms for clash", "clues": [["skirmish", [4, 1372, 0]], ["clank", [4, 1372, 1]], ["clangoring", [4, 1372, 2]], ["crash", [4, 1372, 3]], ["clang", [4, 1372, 4]], ["clangour", [4, 1372, 5]], ["brush", [4, 1372, 6]], ["encounter", [4, 1372, 7]]]}, {"answer": "clasp", "hint": "synonyms for clasp", "clues": [["clench", [4, 1373, 0]], ["clutches", [4, 1373, 1]], ["grip", [4, 1373, 2]], ["grasp", [4, 1373, 3]], ["hold", [4, 1373, 4]]]}, {"answer": "class", "hint": "synonyms for class", "clues": [["course of study", [4, 1374, 0]], ["family", [4, 1374, 1]], ["form", [4, 1374, 2]], ["course of instruction", [4, 1374, 3]], ["course", [4, 1374, 4]], ["social class", [4, 1374, 5]], ["division", [4, 1374, 6]], ["year", [4, 1374, 7]], ["stratum", [4, 1374, 8]], ["category", [4, 1374, 9]], ["grade", [4, 1374, 10]], ["socio-economic class", [4, 1374, 11]]]}, {"answer": "classification", "hint": "synonyms for classification", "clues": [["categorization", [4, 1375, 0]], ["assortment", [4, 1375, 1]], ["sorting", [4, 1375, 2]], ["compartmentalisation", [4, 1375, 3]]]}, {"answer": "cleanup", "hint": "synonyms for cleanup", "clues": [["cleanup position", [4, 1376, 0]], ["cleansing", [4, 1376, 1]], ["cleanup spot", [4, 1376, 2]], ["killing", [4, 1376, 3]]]}, {"answer": "clearness", "hint": "synonyms for clearness", "clues": [["limpidity", [4, 1377, 0]], ["lucidity", [4, 1377, 1]], ["lucidness", [4, 1377, 2]], ["uncloudedness", [4, 1377, 3]], ["clarity", [4, 1377, 4]], ["pellucidity", [4, 1377, 5]]]}, {"answer": "clench", "hint": "synonyms for clench", "clues": [["clutches", [4, 1378, 0]], ["grip", [4, 1378, 1]], ["clasp", [4, 1378, 2]], ["grasp", [4, 1378, 3]], ["hold", [4, 1378, 4]], ["clinch", [4, 1378, 5]]]}, {"answer": "cleverness", "hint": "synonyms for cleverness", "clues": [["ingeniousness", [4, 1379, 0]], ["ingenuity", [4, 1379, 1]], ["brightness", [4, 1379, 2]], ["smartness", [4, 1379, 3]], ["inventiveness", [4, 1379, 4]]]}, {"answer": "cliche", "hint": "synonyms for cliche", "clues": [["bromide", [4, 1380, 0]], ["banality", [4, 1380, 1]], ["platitude", [4, 1380, 2]], ["commonplace", [4, 1380, 3]]]}, {"answer": "click", "hint": "synonyms for click", "clues": [["pawl", [4, 1381, 0]], ["chink", [4, 1381, 1]], ["mouse click", [4, 1381, 2]], ["clink", [4, 1381, 3]], ["suction stop", [4, 1381, 4]], ["dog", [4, 1381, 5]], ["detent", [4, 1381, 6]]]}, {"answer": "climax", "hint": "synonyms for climax", "clues": [["sexual climax", [4, 1382, 0]], ["culmination", [4, 1382, 1]], ["coming", [4, 1382, 2]], ["orgasm", [4, 1382, 3]], ["flood tide", [4, 1382, 4]]]}, {"answer": "climb", "hint": "synonyms for climb", "clues": [["rise", [4, 1383, 0]], ["acclivity", [4, 1383, 1]], ["upgrade", [4, 1383, 2]], ["mounting", [4, 1383, 3]], ["ascent", [4, 1383, 4]], ["climbing", [4, 1383, 5]]]}, {"answer": "clinch", "hint": "synonyms for clinch", "clues": [["clamp", [4, 1384, 0]], ["clench", [4, 1384, 1]], ["hug", [4, 1384, 2]], ["squeeze", [4, 1384, 3]]]}, {"answer": "clink", "hint": "synonyms for clink", "clues": [["poky", [4, 1385, 0]], ["jail", [4, 1385, 1]], ["click", [4, 1385, 2]], ["chink", [4, 1385, 3]], ["jailhouse", [4, 1385, 4]], ["gaol", [4, 1385, 5]], ["slammer", [4, 1385, 6]]]}, {"answer": "clip", "hint": "synonyms for clip", "clues": [["time", [4, 1386, 0]], ["magazine", [4, 1386, 1]], ["cartridge holder", [4, 1386, 2]], ["clipping", [4, 1386, 3]], ["snip", [4, 1386, 4]], ["cartridge clip", [4, 1386, 5]]]}, {"answer": "clip-clop", "hint": "synonyms for clip-clop", "clues": [["clopping", [4, 1387, 0]], ["clumping", [4, 1387, 1]], ["clop", [4, 1387, 2]], ["clippety-clop", [4, 1387, 3]], ["clunking", [4, 1387, 4]]]}, {"answer": "clippety-clop", "hint": "synonyms for clippety-clop", "clues": [["clopping", [4, 1388, 0]], ["clip-clop", [4, 1388, 1]], ["clumping", [4, 1388, 2]], ["clop", [4, 1388, 3]], ["clunking", [4, 1388, 4]]]}, {"answer": "clipping", "hint": "synonyms for clipping", "clues": [["press cutting", [4, 1389, 0]], ["press clipping", [4, 1389, 1]], ["trimming", [4, 1389, 2]], ["clip", [4, 1389, 3]], ["trim", [4, 1389, 4]], ["snip", [4, 1389, 5]], ["cutting", [4, 1389, 6]], ["newspaper clipping", [4, 1389, 7]]]}, {"answer": "clique", "hint": "synonyms for clique", "clues": [["camp", [4, 1390, 0]], ["ingroup", [4, 1390, 1]], ["pack", [4, 1390, 2]], ["coterie", [4, 1390, 3]], ["inner circle", [4, 1390, 4]]]}, {"answer": "clod", "hint": "synonyms for clod", "clues": [["clump", [4, 1391, 0]], ["chunk", [4, 1391, 1]], ["glob", [4, 1391, 2]], ["ball", [4, 1391, 3]]]}, {"answer": "clog", "hint": "synonyms for clog", "clues": [["sabot", [4, 1392, 0]], ["clog dancing", [4, 1392, 1]], ["clog dance", [4, 1392, 2]], ["geta", [4, 1392, 3]], ["patten", [4, 1392, 4]]]}, {"answer": "clop", "hint": "synonyms for clop", "clues": [["clopping", [4, 1393, 0]], ["clip-clop", [4, 1393, 1]], ["clumping", [4, 1393, 2]], ["clippety-clop", [4, 1393, 3]], ["clunking", [4, 1393, 4]]]}, {"answer": "clopping", "hint": "synonyms for clopping", "clues": [["clip-clop", [4, 1394, 0]], ["clumping", [4, 1394, 1]], ["clop", [4, 1394, 2]], ["clippety-clop", [4, 1394, 3]], ["clunking", [4, 1394, 4]]]}, {"answer": "closeness", "hint": "synonyms for closeness", "clues": [["stuffiness", [4, 1395, 0]], ["intimacy", [4, 1395, 1]], ["minginess", [4, 1395, 2]], ["meanness", [4, 1395, 3]], ["tightfistedness", [4, 1395, 4]], ["niggardliness", [4, 1395, 5]], ["parsimoniousness", [4, 1395, 6]], ["familiarity", [4, 1395, 7]], ["secretiveness", [4, 1395, 8]], ["tightness", [4, 1395, 9]], ["parsimony", [4, 1395, 10]], ["nearness", [4, 1395, 11]]]}, {"answer": "closet", "hint": "synonyms for closet", "clues": [["water closet", [4, 1396, 0]], ["wardrobe", [4, 1396, 1]], ["cupboard", [4, 1396, 2]], ["loo", [4, 1396, 3]], ["press", [4, 1396, 4]]]}, {"answer": "closure", "hint": "synonyms for closure", "clues": [["law of closure", [4, 1397, 0]], ["resolution", [4, 1397, 1]], ["settlement", [4, 1397, 2]], ["closing", [4, 1397, 3]], ["block", [4, 1397, 4]], ["stoppage", [4, 1397, 5]], ["closedown", [4, 1397, 6]], ["cloture", [4, 1397, 7]], ["occlusion", [4, 1397, 8]], ["shutdown", [4, 1397, 9]], ["gag law", [4, 1397, 10]], ["blockage", [4, 1397, 11]], ["stop", [4, 1397, 12]], ["gag rule", [4, 1397, 13]]]}, {"answer": "clothing", "hint": "synonyms for clothing", "clues": [["wearable", [4, 1398, 0]], ["vesture", [4, 1398, 1]], ["article of clothing", [4, 1398, 2]], ["habiliment", [4, 1398, 3]], ["wear", [4, 1398, 4]]]}, {"answer": "cloudburst", "hint": "synonyms for cloudburst", "clues": [["pelter", [4, 1399, 0]], ["soaker", [4, 1399, 1]], ["downpour", [4, 1399, 2]], ["deluge", [4, 1399, 3]], ["torrent", [4, 1399, 4]], ["waterspout", [4, 1399, 5]]]}, {"answer": "clout", "hint": "synonyms for clout", "clues": [["lick", [4, 1400, 0]], ["slug", [4, 1400, 1]], ["biff", [4, 1400, 2]], ["punch", [4, 1400, 3]], ["poke", [4, 1400, 4]], ["clout nail", [4, 1400, 5]], ["pull", [4, 1400, 6]]]}, {"answer": "clowning", "hint": "synonyms for clowning", "clues": [["japery", [4, 1401, 0]], ["prank", [4, 1401, 1]], ["frivolity", [4, 1401, 2]], ["harlequinade", [4, 1401, 3]], ["buffoonery", [4, 1401, 4]], ["funniness", [4, 1401, 5]], ["drollery", [4, 1401, 6]], ["comedy", [4, 1401, 7]]]}, {"answer": "club", "hint": "synonyms for club", "clues": [["society", [4, 1402, 0]], ["baseball club", [4, 1402, 1]], ["nightspot", [4, 1402, 2]], ["ball club", [4, 1402, 3]], ["golf club", [4, 1402, 4]], ["cabaret", [4, 1402, 5]], ["social club", [4, 1402, 6]], ["guild", [4, 1402, 7]], ["night club", [4, 1402, 8]], ["nine", [4, 1402, 9]], ["lodge", [4, 1402, 10]], ["order", [4, 1402, 11]], ["clubhouse", [4, 1402, 12]]]}, {"answer": "club_soda", "hint": "synonyms for club soda", "clues": [["soda water", [4, 1403, 0]], ["carbonated water", [4, 1403, 1]], ["seltzer", [4, 1403, 2]], ["sparkling water", [4, 1403, 3]]]}, {"answer": "clump", "hint": "synonyms for clump", "clues": [["cluster", [4, 1404, 0]], ["lump", [4, 1404, 1]], ["bunch", [4, 1404, 2]], ["thump", [4, 1404, 3]], ["clod", [4, 1404, 4]], ["clunk", [4, 1404, 5]], ["chunk", [4, 1404, 6]], ["glob", [4, 1404, 7]], ["thud", [4, 1404, 8]], ["ball", [4, 1404, 9]]]}, {"answer": "clumping", "hint": "synonyms for clumping", "clues": [["clopping", [4, 1405, 0]], ["clip-clop", [4, 1405, 1]], ["clop", [4, 1405, 2]], ["clippety-clop", [4, 1405, 3]], ["clunking", [4, 1405, 4]]]}, {"answer": "clumsiness", "hint": "synonyms for clumsiness", "clues": [["maladroitness", [4, 1406, 0]], ["ineptness", [4, 1406, 1]], ["ineptitude", [4, 1406, 2]], ["awkwardness", [4, 1406, 3]], ["slowness", [4, 1406, 4]], ["stiffness", [4, 1406, 5]], ["gracelessness", [4, 1406, 6]]]}, {"answer": "clunking", "hint": "synonyms for clunking", "clues": [["clopping", [4, 1407, 0]], ["clip-clop", [4, 1407, 1]], ["clumping", [4, 1407, 2]], ["clop", [4, 1407, 3]], ["clippety-clop", [4, 1407, 4]]]}, {"answer": "clutch", "hint": "synonyms for clutch", "clues": [["grip", [4, 1408, 0]], ["clasp", [4, 1408, 1]], ["grasp", [4, 1408, 2]], ["hold", [4, 1408, 3]], ["clutch pedal", [4, 1408, 4]], ["clench", [4, 1408, 5]], ["clutches", [4, 1408, 6]], ["clutch bag", [4, 1408, 7]], ["batch", [4, 1408, 8]]]}, {"answer": "clutches", "hint": "synonyms for clutches", "clues": [["grip", [4, 1409, 0]], ["clasp", [4, 1409, 1]], ["clutch", [4, 1409, 2]], ["grasp", [4, 1409, 3]], ["hold", [4, 1409, 4]], ["clutch pedal", [4, 1409, 5]], ["clench", [4, 1409, 6]], ["clutch bag", [4, 1409, 7]], ["batch", [4, 1409, 8]]]}, {"answer": "co-occurrence", "hint": "synonyms for co-occurrence", "clues": [["coincidence", [4, 1410, 0]], ["attendant", [4, 1410, 1]], ["concomitant", [4, 1410, 2]], ["accompaniment", [4, 1410, 3]], ["concurrence", [4, 1410, 4]], ["conjunction", [4, 1410, 5]]]}, {"answer": "coach", "hint": "synonyms for coach", "clues": [["passenger car", [4, 1411, 0]], ["bus", [4, 1411, 1]], ["coach-and-four", [4, 1411, 2]], ["four-in-hand", [4, 1411, 3]], ["carriage", [4, 1411, 4]], ["charabanc", [4, 1411, 5]], ["autobus", [4, 1411, 6]], ["passenger vehicle", [4, 1411, 7]], ["double-decker", [4, 1411, 8]], ["omnibus", [4, 1411, 9]], ["jitney", [4, 1411, 10]], ["motorcoach", [4, 1411, 11]], ["motorbus", [4, 1411, 12]]]}, {"answer": "coal_black", "hint": "synonyms for coal black", "clues": [["ebony", [4, 1412, 0]], ["pitch black", [4, 1412, 1]], ["sable", [4, 1412, 2]], ["jet black", [4, 1412, 3]], ["soot black", [4, 1412, 4]]]}, {"answer": "coalescence", "hint": "synonyms for coalescence", "clues": [["conglutination", [4, 1413, 0]], ["concretion", [4, 1413, 1]], ["coalescency", [4, 1413, 2]], ["coalition", [4, 1413, 3]]]}, {"answer": "coalescency", "hint": "synonyms for coalescency", "clues": [["conglutination", [4, 1414, 0]], ["concretion", [4, 1414, 1]], ["coalescence", [4, 1414, 2]], ["coalition", [4, 1414, 3]]]}, {"answer": "coalition", "hint": "synonyms for coalition", "clues": [["alliance", [4, 1415, 0]], ["conglutination", [4, 1415, 1]], ["alignment", [4, 1415, 2]], ["coalescency", [4, 1415, 3]], ["concretion", [4, 1415, 4]]]}, {"answer": "coarseness", "hint": "synonyms for coarseness", "clues": [["commonness", [4, 1416, 0]], ["raunch", [4, 1416, 1]], ["grossness", [4, 1416, 2]], ["saltiness", [4, 1416, 3]], ["nubbiness", [4, 1416, 4]], ["granularity", [4, 1416, 5]], ["tweediness", [4, 1416, 6]], ["vulgarity", [4, 1416, 7]], ["vulgarism", [4, 1416, 8]], ["graininess", [4, 1416, 9]]]}, {"answer": "coast", "hint": "synonyms for coast", "clues": [["slide", [4, 1417, 0]], ["glide", [4, 1417, 1]], ["seacoast", [4, 1417, 2]], ["seashore", [4, 1417, 3]]]}, {"answer": "coating", "hint": "synonyms for coating", "clues": [["coat", [4, 1418, 0]], ["finishing", [4, 1418, 1]], ["covering", [4, 1418, 2]], ["application", [4, 1418, 3]]]}, {"answer": "cobalt_blue", "hint": "synonyms for cobalt blue", "clues": [["aqua", [4, 1419, 0]], ["aquamarine", [4, 1419, 1]], ["peacock blue", [4, 1419, 2]], ["greenish blue", [4, 1419, 3]], ["cobalt ultramarine", [4, 1419, 4]], ["turquoise", [4, 1419, 5]]]}, {"answer": "cockcrow", "hint": "synonyms for cockcrow", "clues": [["break of day", [4, 1420, 0]], ["first light", [4, 1420, 1]], ["sunup", [4, 1420, 2]], ["dawning", [4, 1420, 3]], ["daybreak", [4, 1420, 4]], ["aurora", [4, 1420, 5]], ["dayspring", [4, 1420, 6]], ["sunrise", [4, 1420, 7]], ["morning", [4, 1420, 8]]]}, {"answer": "cocoyam", "hint": "synonyms for cocoyam", "clues": [["taro", [4, 1421, 0]], ["dasheen", [4, 1421, 1]], ["edda", [4, 1421, 2]], ["taro root", [4, 1421, 3]]]}, {"answer": "codswallop", "hint": "synonyms for codswallop", "clues": [["folderol", [4, 1422, 0]], ["trash", [4, 1422, 1]], ["wish-wash", [4, 1422, 2]], ["rubbish", [4, 1422, 3]], ["applesauce", [4, 1422, 4]], ["trumpery", [4, 1422, 5]], ["tripe", [4, 1422, 6]]]}, {"answer": "coffee", "hint": "synonyms for coffee", "clues": [["deep brown", [4, 1423, 0]], ["coffee bean", [4, 1423, 1]], ["umber", [4, 1423, 2]], ["java", [4, 1423, 3]], ["chocolate", [4, 1423, 4]], ["coffee berry", [4, 1423, 5]], ["burnt umber", [4, 1423, 6]]]}, {"answer": "cognation", "hint": "synonyms for cognation", "clues": [["enation", [4, 1424, 0]], ["consanguinity", [4, 1424, 1]], ["matrilineage", [4, 1424, 2]], ["blood kinship", [4, 1424, 3]]]}, {"answer": "cognisance", "hint": "synonyms for cognisance", "clues": [["cognizance", [4, 1425, 0]], ["awareness", [4, 1425, 1]], ["consciousness", [4, 1425, 2]], ["knowingness", [4, 1425, 3]]]}, {"answer": "cognitive_operation", "hint": "synonyms for cognitive operation", "clues": [["mental process", [4, 1426, 0]], ["operation", [4, 1426, 1]], ["cognitive process", [4, 1426, 2]], ["process", [4, 1426, 3]]]}, {"answer": "cognitive_process", "hint": "synonyms for cognitive process", "clues": [["mental process", [4, 1427, 0]], ["operation", [4, 1427, 1]], ["cognitive operation", [4, 1427, 2]], ["process", [4, 1427, 3]]]}, {"answer": "cognizance", "hint": "synonyms for cognizance", "clues": [["awareness", [4, 1428, 0]], ["consciousness", [4, 1428, 1]], ["knowingness", [4, 1428, 2]], ["cognisance", [4, 1428, 3]], ["ken", [4, 1428, 4]]]}, {"answer": "cognomen", "hint": "synonyms for cognomen", "clues": [["last name", [4, 1429, 0]], ["soubriquet", [4, 1429, 1]], ["nickname", [4, 1429, 2]], ["surname", [4, 1429, 3]], ["moniker", [4, 1429, 4]], ["family name", [4, 1429, 5]], ["byname", [4, 1429, 6]]]}, {"answer": "cohesiveness", "hint": "synonyms for cohesiveness", "clues": [["ropiness", [4, 1430, 0]], ["gluiness", [4, 1430, 1]], ["viscidness", [4, 1430, 2]], ["gumminess", [4, 1430, 3]], ["tackiness", [4, 1430, 4]], ["glueyness", [4, 1430, 5]], ["viscidity", [4, 1430, 6]]]}, {"answer": "coil", "hint": "synonyms for coil", "clues": [["volute", [4, 1431, 0]], ["gyre", [4, 1431, 1]], ["whorl", [4, 1431, 2]], ["roll", [4, 1431, 3]], ["curlicue", [4, 1431, 4]], ["scroll", [4, 1431, 5]], ["curl", [4, 1431, 6]], ["helix", [4, 1431, 7]], ["ringlet", [4, 1431, 8]], ["spiral", [4, 1431, 9]]]}, {"answer": "coinage", "hint": "synonyms for coinage", "clues": [["neologism", [4, 1432, 0]], ["neology", [4, 1432, 1]], ["specie", [4, 1432, 2]], ["metal money", [4, 1432, 3]], ["mintage", [4, 1432, 4]]]}, {"answer": "coincidence", "hint": "synonyms for coincidence", "clues": [["concurrence", [4, 1433, 0]], ["conjunction", [4, 1433, 1]], ["co-occurrence", [4, 1433, 2]], ["happenstance", [4, 1433, 3]]]}, {"answer": "coition", "hint": "synonyms for coition", "clues": [["sexual congress", [4, 1434, 0]], ["sexual relation", [4, 1434, 1]], ["relation", [4, 1434, 2]], ["sex act", [4, 1434, 3]], ["intercourse", [4, 1434, 4]], ["carnal knowledge", [4, 1434, 5]], ["congress", [4, 1434, 6]], ["copulation", [4, 1434, 7]], ["sexual intercourse", [4, 1434, 8]], ["coitus", [4, 1434, 9]]]}, {"answer": "coitus", "hint": "synonyms for coitus", "clues": [["sexual congress", [4, 1435, 0]], ["sexual relation", [4, 1435, 1]], ["coition", [4, 1435, 2]], ["relation", [4, 1435, 3]], ["sex act", [4, 1435, 4]], ["intercourse", [4, 1435, 5]], ["carnal knowledge", [4, 1435, 6]], ["congress", [4, 1435, 7]], ["copulation", [4, 1435, 8]], ["sexual intercourse", [4, 1435, 9]]]}, {"answer": "coitus_interruptus", "hint": "synonyms for coitus interruptus", "clues": [["withdrawal", [4, 1436, 0]], ["pulling out", [4, 1436, 1]], ["onanism", [4, 1436, 2]], ["withdrawal method", [4, 1436, 3]]]}, {"answer": "coldness", "hint": "synonyms for coldness", "clues": [["cold", [4, 1437, 0]], ["frigidity", [4, 1437, 1]], ["frigidness", [4, 1437, 2]], ["iciness", [4, 1437, 3]], ["coolness", [4, 1437, 4]], ["low temperature", [4, 1437, 5]], ["chilliness", [4, 1437, 6]]]}, {"answer": "collar", "hint": "synonyms for collar", "clues": [["dog collar", [4, 1438, 0]], ["shoe collar", [4, 1438, 1]], ["leash", [4, 1438, 2]], ["pinch", [4, 1438, 3]], ["neckband", [4, 1438, 4]], ["choker", [4, 1438, 5]], ["catch", [4, 1438, 6]], ["taking into custody", [4, 1438, 7]], ["arrest", [4, 1438, 8]], ["apprehension", [4, 1438, 9]]]}, {"answer": "collection", "hint": "synonyms for collection", "clues": [["aggregation", [4, 1439, 0]], ["ingathering", [4, 1439, 1]], ["accumulation", [4, 1439, 2]], ["appeal", [4, 1439, 3]], ["assembling", [4, 1439, 4]], ["collecting", [4, 1439, 5]], ["compendium", [4, 1439, 6]], ["assemblage", [4, 1439, 7]], ["solicitation", [4, 1439, 8]]]}, {"answer": "coloring", "hint": "synonyms for coloring", "clues": [["colouring", [4, 1440, 0]], ["food colour", [4, 1440, 1]], ["color", [4, 1440, 2]], ["food coloring", [4, 1440, 3]]]}, {"answer": "colors", "hint": "synonyms for colors", "clues": [["color", [4, 1441, 0]], ["colouring", [4, 1441, 1]], ["colouring material", [4, 1441, 2]], ["colouration", [4, 1441, 3]], ["semblance", [4, 1441, 4]], ["colours", [4, 1441, 5]], ["people of color", [4, 1441, 6]], ["vividness", [4, 1441, 7]], ["gloss", [4, 1441, 8]]]}, {"answer": "colouring", "hint": "synonyms for colouring", "clues": [["coloring", [4, 1442, 0]], ["food colour", [4, 1442, 1]], ["food coloring", [4, 1442, 2]], ["colour", [4, 1442, 3]]]}, {"answer": "colours", "hint": "synonyms for colours", "clues": [["color", [4, 1443, 0]], ["colouring", [4, 1443, 1]], ["colouring material", [4, 1443, 2]], ["colouration", [4, 1443, 3]], ["semblance", [4, 1443, 4]], ["people of color", [4, 1443, 5]], ["vividness", [4, 1443, 6]], ["gloss", [4, 1443, 7]]]}, {"answer": "column", "hint": "synonyms for column", "clues": [["pillar", [4, 1444, 0]], ["tower", [4, 1444, 1]], ["newspaper column", [4, 1444, 2]], ["editorial", [4, 1444, 3]], ["chromatography column", [4, 1444, 4]]]}, {"answer": "combat_boot", "hint": "synonyms for combat boot", "clues": [["buskin", [4, 1445, 0]], ["half boot", [4, 1445, 1]], ["top boot", [4, 1445, 2]], ["desert boot", [4, 1445, 3]]]}, {"answer": "combine", "hint": "synonyms for combine", "clues": [["corporate trust", [4, 1446, 0]], ["combining", [4, 1446, 1]], ["trust", [4, 1446, 2]], ["cartel", [4, 1446, 3]]]}, {"answer": "come-on", "hint": "synonyms for come-on", "clues": [["hook", [4, 1447, 0]], ["lure", [4, 1447, 1]], ["sweetener", [4, 1447, 2]], ["enticement", [4, 1447, 3]], ["bait", [4, 1447, 4]]]}, {"answer": "comeback", "hint": "synonyms for comeback", "clues": [["rejoinder", [4, 1448, 0]], ["return", [4, 1448, 1]], ["retort", [4, 1448, 2]], ["replication", [4, 1448, 3]], ["riposte", [4, 1448, 4]], ["counter", [4, 1448, 5]]]}, {"answer": "comfort", "hint": "synonyms for comfort", "clues": [["solace", [4, 1449, 0]], ["quilt", [4, 1449, 1]], ["consolation", [4, 1449, 2]], ["puff", [4, 1449, 3]], ["comforter", [4, 1449, 4]]]}, {"answer": "comfort_station", "hint": "synonyms for comfort station", "clues": [["wash room", [4, 1450, 0]], ["toilet facility", [4, 1450, 1]], ["restroom", [4, 1450, 2]], ["convenience", [4, 1450, 3]], ["public convenience", [4, 1450, 4]], ["public lavatory", [4, 1450, 5]], ["public toilet", [4, 1450, 6]]]}, {"answer": "comforter", "hint": "synonyms for comforter", "clues": [["baby's dummy", [4, 1451, 0]], ["comfort", [4, 1451, 1]], ["quilt", [4, 1451, 2]], ["pacifier", [4, 1451, 3]], ["teething ring", [4, 1451, 4]], ["puff", [4, 1451, 5]]]}, {"answer": "comforts", "hint": "synonyms for comforts", "clues": [["conveniences", [4, 1452, 0]], ["solace", [4, 1452, 1]], ["comfort", [4, 1452, 2]], ["amenities", [4, 1452, 3]], ["quilt", [4, 1452, 4]], ["consolation", [4, 1452, 5]], ["creature comforts", [4, 1452, 6]], ["puff", [4, 1452, 7]]]}, {"answer": "command", "hint": "synonyms for command", "clues": [["control", [4, 1453, 0]], ["program line", [4, 1453, 1]], ["instruction", [4, 1453, 2]], ["bid", [4, 1453, 3]], ["mastery", [4, 1453, 4]], ["bidding", [4, 1453, 5]], ["statement", [4, 1453, 6]], ["dictation", [4, 1453, 7]]]}, {"answer": "commencement", "hint": "synonyms for commencement", "clues": [["beginning", [4, 1454, 0]], ["start", [4, 1454, 1]], ["graduation", [4, 1454, 2]], ["graduation exercise", [4, 1454, 3]], ["starting time", [4, 1454, 4]], ["commencement ceremony", [4, 1454, 5]], ["first", [4, 1454, 6]], ["outset", [4, 1454, 7]], ["showtime", [4, 1454, 8]], ["get-go", [4, 1454, 9]], ["offset", [4, 1454, 10]], ["commencement exercise", [4, 1454, 11]], ["kickoff", [4, 1454, 12]]]}, {"answer": "commencement_ceremony", "hint": "synonyms for commencement ceremony", "clues": [["graduation exercise", [4, 1455, 0]], ["graduation", [4, 1455, 1]], ["commencement exercise", [4, 1455, 2]], ["commencement", [4, 1455, 3]]]}, {"answer": "commencement_exercise", "hint": "synonyms for commencement exercise", "clues": [["graduation exercise", [4, 1456, 0]], ["commencement ceremony", [4, 1456, 1]], ["graduation", [4, 1456, 2]], ["commencement", [4, 1456, 3]]]}, {"answer": "comment", "hint": "synonyms for comment", "clues": [["scuttlebutt", [4, 1457, 0]], ["commentary", [4, 1457, 1]], ["input", [4, 1457, 2]], ["gossip", [4, 1457, 3]], ["remark", [4, 1457, 4]]]}, {"answer": "commiseration", "hint": "synonyms for commiseration", "clues": [["condolence", [4, 1458, 0]], ["pity", [4, 1458, 1]], ["ruth", [4, 1458, 2]], ["pathos", [4, 1458, 3]]]}, {"answer": "commissariat", "hint": "synonyms for commissariat", "clues": [["provisions", [4, 1459, 0]], ["victuals", [4, 1459, 1]], ["viands", [4, 1459, 2]], ["provender", [4, 1459, 3]]]}, {"answer": "commission", "hint": "synonyms for commission", "clues": [["charge", [4, 1460, 0]], ["delegation", [4, 1460, 1]], ["deputation", [4, 1460, 2]], ["mission", [4, 1460, 3]], ["military commission", [4, 1460, 4]], ["committee", [4, 1460, 5]], ["perpetration", [4, 1460, 6]], ["commissioning", [4, 1460, 7]], ["direction", [4, 1460, 8]], ["committal", [4, 1460, 9]], ["delegacy", [4, 1460, 10]]]}, {"answer": "commitment", "hint": "synonyms for commitment", "clues": [["committedness", [4, 1461, 0]], ["committal", [4, 1461, 1]], ["allegiance", [4, 1461, 2]], ["loyalty", [4, 1461, 3]], ["dedication", [4, 1461, 4]], ["consignment", [4, 1461, 5]]]}, {"answer": "committal", "hint": "synonyms for committal", "clues": [["perpetration", [4, 1462, 0]], ["commission", [4, 1462, 1]], ["commitment", [4, 1462, 2]], ["consignment", [4, 1462, 3]]]}, {"answer": "commode", "hint": "synonyms for commode", "clues": [["chiffonier", [4, 1463, 0]], ["can", [4, 1463, 1]], ["stool", [4, 1463, 2]], ["toilet", [4, 1463, 3]], ["throne", [4, 1463, 4]], ["potty", [4, 1463, 5]], ["pot", [4, 1463, 6]], ["crapper", [4, 1463, 7]]]}, {"answer": "common_measure", "hint": "synonyms for common measure", "clues": [["quadruple time", [4, 1464, 0]], ["common divisor", [4, 1464, 1]], ["four-four time", [4, 1464, 2]], ["common meter", [4, 1464, 3]], ["common factor", [4, 1464, 4]], ["common time", [4, 1464, 5]]]}, {"answer": "common_mood", "hint": "synonyms for common mood", "clues": [["indicative mood", [4, 1465, 0]], ["fact mood", [4, 1465, 1]], ["declarative mood", [4, 1465, 2]], ["indicative", [4, 1465, 3]], ["declarative", [4, 1465, 4]]]}, {"answer": "common_sense", "hint": "synonyms for common sense", "clues": [["mother wit", [4, 1466, 0]], ["sense", [4, 1466, 1]], ["good sense", [4, 1466, 2]], ["horse sense", [4, 1466, 3]], ["gumption", [4, 1466, 4]]]}, {"answer": "commonness", "hint": "synonyms for commonness", "clues": [["coarseness", [4, 1467, 0]], ["commonality", [4, 1467, 1]], ["everydayness", [4, 1467, 2]], ["raunch", [4, 1467, 3]], ["grossness", [4, 1467, 4]], ["vulgarity", [4, 1467, 5]], ["vulgarism", [4, 1467, 6]], ["commonplaceness", [4, 1467, 7]]]}, {"answer": "commons", "hint": "synonyms for commons", "clues": [["common land", [4, 1468, 0]], ["commonality", [4, 1468, 1]], ["park", [4, 1468, 2]], ["green", [4, 1468, 3]], ["third estate", [4, 1468, 4]], ["common", [4, 1468, 5]]]}, {"answer": "commonwealth", "hint": "synonyms for commonwealth", "clues": [["country", [4, 1469, 0]], ["body politic", [4, 1469, 1]], ["republic", [4, 1469, 2]], ["state", [4, 1469, 3]], ["democracy", [4, 1469, 4]], ["land", [4, 1469, 5]], ["res publica", [4, 1469, 6]], ["nation", [4, 1469, 7]]]}, {"answer": "commotion", "hint": "synonyms for commotion", "clues": [["rumpus", [4, 1470, 0]], ["din", [4, 1470, 1]], ["ruckus", [4, 1470, 2]], ["ruction", [4, 1470, 3]], ["tumult", [4, 1470, 4]], ["whirl", [4, 1470, 5]]]}, {"answer": "commutation", "hint": "synonyms for commutation", "clues": [["commuting", [4, 1471, 0]], ["substitution", [4, 1471, 1]], ["re-sentencing", [4, 1471, 2]], ["exchange", [4, 1471, 3]]]}, {"answer": "compaction", "hint": "synonyms for compaction", "clues": [["concretion", [4, 1472, 0]], ["crush", [4, 1472, 1]], ["densification", [4, 1472, 2]], ["crunch", [4, 1472, 3]], ["compression", [4, 1472, 4]]]}, {"answer": "compactness", "hint": "synonyms for compactness", "clues": [["concentration", [4, 1473, 0]], ["tightness", [4, 1473, 1]], ["denseness", [4, 1473, 2]], ["density", [4, 1473, 3]]]}, {"answer": "comparison", "hint": "synonyms for comparison", "clues": [["comparability", [4, 1474, 0]], ["comparing", [4, 1474, 1]], ["equivalence", [4, 1474, 2]], ["compare", [4, 1474, 3]]]}, {"answer": "compartmentalisation", "hint": "synonyms for compartmentalisation", "clues": [["classification", [4, 1475, 0]], ["categorization", [4, 1475, 1]], ["assortment", [4, 1475, 2]], ["compartmentalization", [4, 1475, 3]]]}, {"answer": "compartmentalization", "hint": "synonyms for compartmentalization", "clues": [["classification", [4, 1476, 0]], ["categorization", [4, 1476, 1]], ["compartmentalisation", [4, 1476, 2]], ["assortment", [4, 1476, 3]]]}, {"answer": "compass", "hint": "synonyms for compass", "clues": [["range", [4, 1477, 0]], ["orbit", [4, 1477, 1]], ["reach", [4, 1477, 2]], ["scope", [4, 1477, 3]], ["ambit", [4, 1477, 4]], ["grasp", [4, 1477, 5]]]}, {"answer": "completion", "hint": "synonyms for completion", "clues": [["windup", [4, 1478, 0]], ["mop up", [4, 1478, 1]], ["closing", [4, 1478, 2]], ["culmination", [4, 1478, 3]], ["pass completion", [4, 1478, 4]]]}, {"answer": "compliance", "hint": "synonyms for compliance", "clues": [["deference", [4, 1479, 0]], ["compliancy", [4, 1479, 1]], ["submission", [4, 1479, 2]], ["obligingness", [4, 1479, 3]], ["abidance", [4, 1479, 4]], ["complaisance", [4, 1479, 5]], ["conformity", [4, 1479, 6]], ["conformation", [4, 1479, 7]]]}, {"answer": "complication", "hint": "synonyms for complication", "clues": [["tortuousness", [4, 1480, 0]], ["ramification", [4, 1480, 1]], ["complicatedness", [4, 1480, 2]], ["knottiness", [4, 1480, 3]]]}, {"answer": "component", "hint": "synonyms for component", "clues": [["component part", [4, 1481, 0]], ["element", [4, 1481, 1]], ["factor", [4, 1481, 2]], ["ingredient", [4, 1481, 3]], ["constituent", [4, 1481, 4]], ["portion", [4, 1481, 5]], ["part", [4, 1481, 6]]]}, {"answer": "component_part", "hint": "synonyms for component part", "clues": [["part", [4, 1482, 0]], ["component", [4, 1482, 1]], ["constituent", [4, 1482, 2]], ["portion", [4, 1482, 3]]]}, {"answer": "composition", "hint": "synonyms for composition", "clues": [["physical composition", [4, 1483, 0]], ["penning", [4, 1483, 1]], ["writing", [4, 1483, 2]], ["report", [4, 1483, 3]], ["piece", [4, 1483, 4]], ["makeup", [4, 1483, 5]], ["constitution", [4, 1483, 6]], ["authorship", [4, 1483, 7]], ["paper", [4, 1483, 8]], ["piece of music", [4, 1483, 9]], ["opus", [4, 1483, 10]], ["composing", [4, 1483, 11]], ["typography", [4, 1483, 12]], ["theme", [4, 1483, 13]]]}, {"answer": "compression", "hint": "synonyms for compression", "clues": [["concretion", [4, 1484, 0]], ["compaction", [4, 1484, 1]], ["contraction", [4, 1484, 2]], ["condensation", [4, 1484, 3]], ["densification", [4, 1484, 4]], ["compressing", [4, 1484, 5]]]}, {"answer": "computation", "hint": "synonyms for computation", "clues": [["computing", [4, 1485, 0]], ["calculation", [4, 1485, 1]], ["figuring", [4, 1485, 2]], ["reckoning", [4, 1485, 3]]]}, {"answer": "computer", "hint": "synonyms for computer", "clues": [["electronic computer", [4, 1486, 0]], ["computing machine", [4, 1486, 1]], ["data processor", [4, 1486, 2]], ["information processing system", [4, 1486, 3]], ["computing device", [4, 1486, 4]]]}, {"answer": "computer_memory", "hint": "synonyms for computer memory", "clues": [["store", [4, 1487, 0]], ["memory", [4, 1487, 1]], ["computer storage", [4, 1487, 2]], ["storage", [4, 1487, 3]], ["memory board", [4, 1487, 4]]]}, {"answer": "computer_software", "hint": "synonyms for computer software", "clues": [["software package", [4, 1488, 0]], ["software system", [4, 1488, 1]], ["software", [4, 1488, 2]], ["software program", [4, 1488, 3]], ["package", [4, 1488, 4]]]}, {"answer": "computer_storage", "hint": "synonyms for computer storage", "clues": [["store", [4, 1489, 0]], ["memory", [4, 1489, 1]], ["computer memory", [4, 1489, 2]], ["storage", [4, 1489, 3]], ["memory board", [4, 1489, 4]]]}, {"answer": "computing_device", "hint": "synonyms for computing device", "clues": [["computer", [4, 1490, 0]], ["electronic computer", [4, 1490, 1]], ["computing machine", [4, 1490, 2]], ["data processor", [4, 1490, 3]], ["information processing system", [4, 1490, 4]]]}, {"answer": "computing_machine", "hint": "synonyms for computing machine", "clues": [["computer", [4, 1491, 0]], ["electronic computer", [4, 1491, 1]], ["data processor", [4, 1491, 2]], ["information processing system", [4, 1491, 3]], ["computing device", [4, 1491, 4]]]}, {"answer": "comradeliness", "hint": "synonyms for comradeliness", "clues": [["comradeship", [4, 1492, 0]], ["chumminess", [4, 1492, 1]], ["camaraderie", [4, 1492, 2]], ["comradery", [4, 1492, 3]]]}, {"answer": "comradery", "hint": "synonyms for comradery", "clues": [["comradeship", [4, 1493, 0]], ["chumminess", [4, 1493, 1]], ["camaraderie", [4, 1493, 2]], ["comradeliness", [4, 1493, 3]]]}, {"answer": "comradeship", "hint": "synonyms for comradeship", "clues": [["comradery", [4, 1494, 0]], ["chumminess", [4, 1494, 1]], ["camaraderie", [4, 1494, 2]], ["comradeliness", [4, 1494, 3]]]}, {"answer": "con_game", "hint": "synonyms for con game", "clues": [["con", [4, 1495, 0]], ["confidence game", [4, 1495, 1]], ["gyp", [4, 1495, 2]], ["confidence trick", [4, 1495, 3]], ["bunko", [4, 1495, 4]], ["hustle", [4, 1495, 5]], ["bunko game", [4, 1495, 6]], ["bunco", [4, 1495, 7]], ["flimflam", [4, 1495, 8]], ["sting", [4, 1495, 9]]]}, {"answer": "concavity", "hint": "synonyms for concavity", "clues": [["incurvature", [4, 1496, 0]], ["concaveness", [4, 1496, 1]], ["concave shape", [4, 1496, 2]], ["incurvation", [4, 1496, 3]]]}, {"answer": "concealment", "hint": "synonyms for concealment", "clues": [["screen", [4, 1497, 0]], ["concealing", [4, 1497, 1]], ["hiding", [4, 1497, 2]], ["cover", [4, 1497, 3]]]}, {"answer": "conceit", "hint": "synonyms for conceit", "clues": [["vanity", [4, 1498, 0]], ["conceitedness", [4, 1498, 1]], ["amour propre", [4, 1498, 2]], ["self-love", [4, 1498, 3]]]}, {"answer": "concentration", "hint": "synonyms for concentration", "clues": [["tightness", [4, 1499, 0]], ["immersion", [4, 1499, 1]], ["denseness", [4, 1499, 2]], ["absorption", [4, 1499, 3]], ["compactness", [4, 1499, 4]], ["engrossment", [4, 1499, 5]], ["assiduousness", [4, 1499, 6]], ["assiduity", [4, 1499, 7]], ["density", [4, 1499, 8]]]}, {"answer": "conception", "hint": "synonyms for conception", "clues": [["construct", [4, 1500, 0]], ["design", [4, 1500, 1]], ["invention", [4, 1500, 2]], ["concept", [4, 1500, 3]], ["excogitation", [4, 1500, 4]], ["innovation", [4, 1500, 5]], ["creation", [4, 1500, 6]]]}, {"answer": "concern", "hint": "synonyms for concern", "clues": [["business", [4, 1501, 0]], ["business concern", [4, 1501, 1]], ["headache", [4, 1501, 2]], ["fear", [4, 1501, 3]], ["vexation", [4, 1501, 4]], ["business organization", [4, 1501, 5]], ["worry", [4, 1501, 6]], ["care", [4, 1501, 7]]]}, {"answer": "conclusion", "hint": "synonyms for conclusion", "clues": [["ratiocination", [4, 1502, 0]], ["ending", [4, 1502, 1]], ["finish", [4, 1502, 2]], ["termination", [4, 1502, 3]], ["decision", [4, 1502, 4]], ["closing", [4, 1502, 5]], ["close", [4, 1502, 6]], ["stopping point", [4, 1502, 7]], ["finale", [4, 1502, 8]], ["last", [4, 1502, 9]]]}, {"answer": "concord", "hint": "synonyms for concord", "clues": [["agreement", [4, 1503, 0]], ["harmony", [4, 1503, 1]], ["capital of New Hampshire", [4, 1503, 2]], ["concordance", [4, 1503, 3]]]}, {"answer": "concretion", "hint": "synonyms for concretion", "clues": [["compaction", [4, 1504, 0]], ["coalescence", [4, 1504, 1]], ["densification", [4, 1504, 2]], ["coalition", [4, 1504, 3]], ["calculus", [4, 1504, 4]], ["compression", [4, 1504, 5]], ["conglutination", [4, 1504, 6]]]}, {"answer": "concurrence", "hint": "synonyms for concurrence", "clues": [["coincidence", [4, 1505, 0]], ["concurrency", [4, 1505, 1]], ["conjunction", [4, 1505, 2]], ["co-occurrence", [4, 1505, 3]]]}, {"answer": "condemnation", "hint": "synonyms for condemnation", "clues": [["execration", [4, 1506, 0]], ["disapprobation", [4, 1506, 1]], ["curse", [4, 1506, 2]], ["judgment of conviction", [4, 1506, 3]], ["conviction", [4, 1506, 4]], ["sentence", [4, 1506, 5]]]}, {"answer": "condensation", "hint": "synonyms for condensation", "clues": [["condensate", [4, 1507, 0]], ["contraction", [4, 1507, 1]], ["capsule", [4, 1507, 2]], ["abridgment", [4, 1507, 3]], ["condensing", [4, 1507, 4]], ["compression", [4, 1507, 5]]]}, {"answer": "condenser", "hint": "synonyms for condenser", "clues": [["electrical condenser", [4, 1508, 0]], ["capacitor", [4, 1508, 1]], ["capacitance", [4, 1508, 2]], ["optical condenser", [4, 1508, 3]]]}, {"answer": "condescension", "hint": "synonyms for condescension", "clues": [["disdain", [4, 1509, 0]], ["disdainfulness", [4, 1509, 1]], ["patronage", [4, 1509, 2]], ["condescendingness", [4, 1509, 3]], ["superciliousness", [4, 1509, 4]]]}, {"answer": "condition", "hint": "synonyms for condition", "clues": [["precondition", [4, 1510, 0]], ["circumstance", [4, 1510, 1]], ["consideration", [4, 1510, 2]], ["stipulation", [4, 1510, 3]], ["experimental condition", [4, 1510, 4]], ["term", [4, 1510, 5]]]}, {"answer": "conditional_reaction", "hint": "synonyms for conditional reaction", "clues": [["acquired reflex", [4, 1511, 0]], ["conditional reflex", [4, 1511, 1]], ["conditional response", [4, 1511, 2]], ["conditioned reaction", [4, 1511, 3]]]}, {"answer": "conditional_reflex", "hint": "synonyms for conditional reflex", "clues": [["acquired reflex", [4, 1512, 0]], ["conditional reaction", [4, 1512, 1]], ["conditioned reflex", [4, 1512, 2]], ["conditional response", [4, 1512, 3]]]}, {"answer": "conditional_response", "hint": "synonyms for conditional response", "clues": [["acquired reflex", [4, 1513, 0]], ["conditional reflex", [4, 1513, 1]], ["conditional reaction", [4, 1513, 2]], ["conditioned response", [4, 1513, 3]]]}, {"answer": "conditioned_reaction", "hint": "synonyms for conditioned reaction", "clues": [["acquired reflex", [4, 1514, 0]], ["conditional reflex", [4, 1514, 1]], ["conditional reaction", [4, 1514, 2]], ["conditional response", [4, 1514, 3]]]}, {"answer": "conditioned_reflex", "hint": "synonyms for conditioned reflex", "clues": [["acquired reflex", [4, 1515, 0]], ["conditional reflex", [4, 1515, 1]], ["conditional reaction", [4, 1515, 2]], ["conditional response", [4, 1515, 3]]]}, {"answer": "conditioned_response", "hint": "synonyms for conditioned response", "clues": [["acquired reflex", [4, 1516, 0]], ["conditional reflex", [4, 1516, 1]], ["conditional reaction", [4, 1516, 2]], ["conditional response", [4, 1516, 3]]]}, {"answer": "conditions", "hint": "synonyms for conditions", "clues": [["condition", [4, 1517, 0]], ["weather", [4, 1517, 1]], ["weather condition", [4, 1517, 2]], ["circumstance", [4, 1517, 3]], ["stipulation", [4, 1517, 4]], ["consideration", [4, 1517, 5]], ["atmospheric condition", [4, 1517, 6]], ["experimental condition", [4, 1517, 7]], ["term", [4, 1517, 8]]]}, {"answer": "condom", "hint": "synonyms for condom", "clues": [["safe", [4, 1518, 0]], ["rubber", [4, 1518, 1]], ["safety", [4, 1518, 2]], ["prophylactic", [4, 1518, 3]]]}, {"answer": "conduct", "hint": "synonyms for conduct", "clues": [["deportment", [4, 1519, 0]], ["demeanor", [4, 1519, 1]], ["behaviour", [4, 1519, 2]], ["doings", [4, 1519, 3]]]}, {"answer": "confidence", "hint": "synonyms for confidence", "clues": [["self-confidence", [4, 1520, 0]], ["assurance", [4, 1520, 1]], ["self-assurance", [4, 1520, 2]], ["authority", [4, 1520, 3]], ["sureness", [4, 1520, 4]]]}, {"answer": "confidence_game", "hint": "synonyms for confidence game", "clues": [["con", [4, 1521, 0]], ["con game", [4, 1521, 1]], ["gyp", [4, 1521, 2]], ["confidence trick", [4, 1521, 3]], ["bunko", [4, 1521, 4]], ["hustle", [4, 1521, 5]], ["bunko game", [4, 1521, 6]], ["bunco", [4, 1521, 7]], ["flimflam", [4, 1521, 8]], ["sting", [4, 1521, 9]]]}, {"answer": "confidence_trick", "hint": "synonyms for confidence trick", "clues": [["con", [4, 1522, 0]], ["con game", [4, 1522, 1]], ["confidence game", [4, 1522, 2]], ["gyp", [4, 1522, 3]], ["bunko", [4, 1522, 4]], ["hustle", [4, 1522, 5]], ["bunko game", [4, 1522, 6]], ["bunco", [4, 1522, 7]], ["flimflam", [4, 1522, 8]], ["sting", [4, 1522, 9]]]}, {"answer": "confidential_information", "hint": "synonyms for confidential information", "clues": [["wind", [4, 1523, 0]], ["hint", [4, 1523, 1]], ["tip", [4, 1523, 2]], ["steer", [4, 1523, 3]], ["lead", [4, 1523, 4]]]}, {"answer": "configuration", "hint": "synonyms for configuration", "clues": [["form", [4, 1524, 0]], ["conformation", [4, 1524, 1]], ["contour", [4, 1524, 2]], ["shape", [4, 1524, 3]], ["constellation", [4, 1524, 4]]]}, {"answer": "confirmation", "hint": "synonyms for confirmation", "clues": [["ratification", [4, 1525, 0]], ["verification", [4, 1525, 1]], ["substantiation", [4, 1525, 2]], ["check", [4, 1525, 3]]]}, {"answer": "conflict", "hint": "synonyms for conflict", "clues": [["difference", [4, 1526, 0]], ["engagement", [4, 1526, 1]], ["fight", [4, 1526, 2]], ["difference of opinion", [4, 1526, 3]], ["dispute", [4, 1526, 4]], ["battle", [4, 1526, 5]], ["struggle", [4, 1526, 6]]]}, {"answer": "confluence", "hint": "synonyms for confluence", "clues": [["concourse", [4, 1527, 0]], ["merging", [4, 1527, 1]], ["meeting", [4, 1527, 2]], ["conflux", [4, 1527, 3]]]}, {"answer": "conformation", "hint": "synonyms for conformation", "clues": [["form", [4, 1528, 0]], ["contour", [4, 1528, 1]], ["conformity", [4, 1528, 2]], ["abidance", [4, 1528, 3]], ["compliance", [4, 1528, 4]], ["shape", [4, 1528, 5]], ["configuration", [4, 1528, 6]]]}, {"answer": "conformity", "hint": "synonyms for conformity", "clues": [["ossification", [4, 1529, 0]], ["accordance", [4, 1529, 1]], ["abidance", [4, 1529, 2]], ["accord", [4, 1529, 3]], ["compliance", [4, 1529, 4]], ["conformism", [4, 1529, 5]], ["conformation", [4, 1529, 6]], ["conformance", [4, 1529, 7]]]}, {"answer": "confrontation", "hint": "synonyms for confrontation", "clues": [["showdown", [4, 1530, 0]], ["face-off", [4, 1530, 1]], ["encounter", [4, 1530, 2]], ["opposition", [4, 1530, 3]]]}, {"answer": "confusedness", "hint": "synonyms for confusedness", "clues": [["confusion", [4, 1531, 0]], ["mental confusion", [4, 1531, 1]], ["disarray", [4, 1531, 2]], ["muddiness", [4, 1531, 3]]]}, {"answer": "confusion", "hint": "synonyms for confusion", "clues": [["mental confusion", [4, 1532, 0]], ["disarray", [4, 1532, 1]], ["mix-up", [4, 1532, 2]], ["discombobulation", [4, 1532, 3]], ["confusedness", [4, 1532, 4]], ["muddiness", [4, 1532, 5]]]}, {"answer": "conglutination", "hint": "synonyms for conglutination", "clues": [["coalescency", [4, 1533, 0]], ["union", [4, 1533, 1]], ["coalition", [4, 1533, 2]], ["concretion", [4, 1533, 3]]]}, {"answer": "congratulations", "hint": "synonyms for congratulations", "clues": [["felicitation", [4, 1534, 0]], ["extolment", [4, 1534, 1]], ["congratulation", [4, 1534, 2]], ["praise", [4, 1534, 3]], ["kudos", [4, 1534, 4]]]}, {"answer": "congress", "hint": "synonyms for congress", "clues": [["sexual congress", [4, 1535, 0]], ["sexual relation", [4, 1535, 1]], ["coition", [4, 1535, 2]], ["relation", [4, 1535, 3]], ["sex act", [4, 1535, 4]], ["intercourse", [4, 1535, 5]], ["carnal knowledge", [4, 1535, 6]], ["sexual intercourse", [4, 1535, 7]], ["copulation", [4, 1535, 8]], ["coitus", [4, 1535, 9]]]}, {"answer": "conjecture", "hint": "synonyms for conjecture", "clues": [["guess", [4, 1536, 0]], ["speculation", [4, 1536, 1]], ["hypothesis", [4, 1536, 2]], ["supposition", [4, 1536, 3]], ["surmisal", [4, 1536, 4]], ["surmise", [4, 1536, 5]]]}, {"answer": "conjugation", "hint": "synonyms for conjugation", "clues": [["mating", [4, 1537, 0]], ["union", [4, 1537, 1]], ["sexual union", [4, 1537, 2]], ["jointure", [4, 1537, 3]], ["coupling", [4, 1537, 4]], ["unification", [4, 1537, 5]], ["pairing", [4, 1537, 6]], ["uniting", [4, 1537, 7]]]}, {"answer": "conjunction", "hint": "synonyms for conjunction", "clues": [["conjunctive", [4, 1538, 0]], ["coincidence", [4, 1538, 1]], ["junction", [4, 1538, 2]], ["concurrence", [4, 1538, 3]], ["continuative", [4, 1538, 4]], ["co-occurrence", [4, 1538, 5]], ["alignment", [4, 1538, 6]]]}, {"answer": "conjuration", "hint": "synonyms for conjuration", "clues": [["illusion", [4, 1539, 0]], ["deception", [4, 1539, 1]], ["invocation", [4, 1539, 2]], ["conjury", [4, 1539, 3]], ["legerdemain", [4, 1539, 4]], ["magic trick", [4, 1539, 5]], ["conjuring", [4, 1539, 6]], ["thaumaturgy", [4, 1539, 7]], ["incantation", [4, 1539, 8]], ["conjuring trick", [4, 1539, 9]], ["trick", [4, 1539, 10]], ["magic", [4, 1539, 11]]]}, {"answer": "conjuring_trick", "hint": "synonyms for conjuring trick", "clues": [["illusion", [4, 1540, 0]], ["deception", [4, 1540, 1]], ["legerdemain", [4, 1540, 2]], ["conjuration", [4, 1540, 3]], ["magic trick", [4, 1540, 4]], ["thaumaturgy", [4, 1540, 5]], ["trick", [4, 1540, 6]], ["magic", [4, 1540, 7]]]}, {"answer": "connecter", "hint": "synonyms for connecter", "clues": [["connexion", [4, 1541, 0]], ["connective", [4, 1541, 1]], ["connector", [4, 1541, 2]], ["connection", [4, 1541, 3]]]}, {"answer": "connection", "hint": "synonyms for connection", "clues": [["connexion", [4, 1542, 0]], ["joining", [4, 1542, 1]], ["connector", [4, 1542, 2]], ["connective", [4, 1542, 3]], ["association", [4, 1542, 4]], ["connectedness", [4, 1542, 5]], ["link", [4, 1542, 6]]]}, {"answer": "connector", "hint": "synonyms for connector", "clues": [["connecter", [4, 1543, 0]], ["connexion", [4, 1543, 1]], ["connective", [4, 1543, 2]], ["connection", [4, 1543, 3]]]}, {"answer": "connexion", "hint": "synonyms for connexion", "clues": [["joining", [4, 1544, 0]], ["connection", [4, 1544, 1]], ["connector", [4, 1544, 2]], ["connective", [4, 1544, 3]], ["association", [4, 1544, 4]], ["connectedness", [4, 1544, 5]], ["link", [4, 1544, 6]]]}, {"answer": "conquest", "hint": "synonyms for conquest", "clues": [["conquering", [4, 1545, 0]], ["subjection", [4, 1545, 1]], ["subjugation", [4, 1545, 2]], ["seduction", [4, 1545, 3]]]}, {"answer": "consequence", "hint": "synonyms for consequence", "clues": [["event", [4, 1546, 0]], ["effect", [4, 1546, 1]], ["moment", [4, 1546, 2]], ["upshot", [4, 1546, 3]], ["result", [4, 1546, 4]], ["outcome", [4, 1546, 5]], ["issue", [4, 1546, 6]], ["aftermath", [4, 1546, 7]], ["import", [4, 1546, 8]]]}, {"answer": "consideration", "hint": "synonyms for consideration", "clues": [["condition", [4, 1547, 0]], ["circumstance", [4, 1547, 1]], ["thoughtfulness", [4, 1547, 2]], ["retainer", [4, 1547, 3]], ["considerateness", [4, 1547, 4]]]}, {"answer": "consignment", "hint": "synonyms for consignment", "clues": [["committal", [4, 1548, 0]], ["payload", [4, 1548, 1]], ["lading", [4, 1548, 2]], ["shipment", [4, 1548, 3]], ["freight", [4, 1548, 4]], ["load", [4, 1548, 5]], ["commitment", [4, 1548, 6]], ["cargo", [4, 1548, 7]]]}, {"answer": "constitution", "hint": "synonyms for constitution", "clues": [["physical composition", [4, 1549, 0]], ["organisation", [4, 1549, 1]], ["establishment", [4, 1549, 2]], ["fundamental law", [4, 1549, 3]], ["organic law", [4, 1549, 4]], ["makeup", [4, 1549, 5]], ["composition", [4, 1549, 6]], ["formation", [4, 1549, 7]]]}, {"answer": "constriction", "hint": "synonyms for constriction", "clues": [["tightness", [4, 1550, 0]], ["chokepoint", [4, 1550, 1]], ["bottleneck", [4, 1550, 2]], ["coarctation", [4, 1550, 3]]]}, {"answer": "construction", "hint": "synonyms for construction", "clues": [["expression", [4, 1551, 0]], ["mental synthesis", [4, 1551, 1]], ["building", [4, 1551, 2]], ["grammatical construction", [4, 1551, 3]], ["structure", [4, 1551, 4]], ["twist", [4, 1551, 5]]]}, {"answer": "consumption", "hint": "synonyms for consumption", "clues": [["uptake", [4, 1552, 0]], ["intake", [4, 1552, 1]], ["use", [4, 1552, 2]], ["ingestion", [4, 1552, 3]], ["using up", [4, 1552, 4]], ["expenditure", [4, 1552, 5]], ["usance", [4, 1552, 6]], ["use of goods and services", [4, 1552, 7]], ["economic consumption", [4, 1552, 8]]]}, {"answer": "contact", "hint": "synonyms for contact", "clues": [["striking", [4, 1553, 0]], ["touch", [4, 1553, 1]], ["contact lens", [4, 1553, 2]], ["impinging", [4, 1553, 3]], ["liaison", [4, 1553, 4]], ["tangency", [4, 1553, 5]], ["physical contact", [4, 1553, 6]], ["inter-group communication", [4, 1553, 7]], ["link", [4, 1553, 8]]]}, {"answer": "contemplation", "hint": "synonyms for contemplation", "clues": [["musing", [4, 1554, 0]], ["thoughtfulness", [4, 1554, 1]], ["rumination", [4, 1554, 2]], ["reflexion", [4, 1554, 3]], ["reflection", [4, 1554, 4]]]}, {"answer": "contemporaneity", "hint": "synonyms for contemporaneity", "clues": [["contemporaneousness", [4, 1555, 0]], ["modernness", [4, 1555, 1]], ["modernity", [4, 1555, 2]], ["modernism", [4, 1555, 3]]]}, {"answer": "contemporaneousness", "hint": "synonyms for contemporaneousness", "clues": [["modernness", [4, 1556, 0]], ["modernity", [4, 1556, 1]], ["contemporaneity", [4, 1556, 2]], ["modernism", [4, 1556, 3]]]}, {"answer": "contempt", "hint": "synonyms for contempt", "clues": [["despite", [4, 1557, 0]], ["disdain", [4, 1557, 1]], ["disrespect", [4, 1557, 2]], ["scorn", [4, 1557, 3]]]}, {"answer": "contemptibility", "hint": "synonyms for contemptibility", "clues": [["baseness", [4, 1558, 0]], ["sordidness", [4, 1558, 1]], ["despicableness", [4, 1558, 2]], ["despicability", [4, 1558, 3]]]}, {"answer": "contention", "hint": "synonyms for contention", "clues": [["argument", [4, 1559, 0]], ["disceptation", [4, 1559, 1]], ["controversy", [4, 1559, 2]], ["competition", [4, 1559, 3]], ["rivalry", [4, 1559, 4]], ["contestation", [4, 1559, 5]], ["arguing", [4, 1559, 6]], ["tilt", [4, 1559, 7]]]}, {"answer": "contents", "hint": "synonyms for contents", "clues": [["content", [4, 1560, 0]], ["subject matter", [4, 1560, 1]], ["depicted object", [4, 1560, 2]], ["subject", [4, 1560, 3]], ["table of contents", [4, 1560, 4]], ["capacity", [4, 1560, 5]], ["message", [4, 1560, 6]], ["substance", [4, 1560, 7]], ["mental object", [4, 1560, 8]], ["cognitive content", [4, 1560, 9]]]}, {"answer": "contestation", "hint": "synonyms for contestation", "clues": [["argument", [4, 1561, 0]], ["contention", [4, 1561, 1]], ["disceptation", [4, 1561, 2]], ["arguing", [4, 1561, 3]], ["controversy", [4, 1561, 4]], ["tilt", [4, 1561, 5]]]}, {"answer": "continuation", "hint": "synonyms for continuation", "clues": [["continuance", [4, 1562, 0]], ["law of continuation", [4, 1562, 1]], ["lengthiness", [4, 1562, 2]], ["prolongation", [4, 1562, 3]], ["protraction", [4, 1562, 4]], ["sequel", [4, 1562, 5]], ["good continuation", [4, 1562, 6]]]}, {"answer": "continuous_tense", "hint": "synonyms for continuous tense", "clues": [["imperfect tense", [4, 1563, 0]], ["progressive tense", [4, 1563, 1]], ["imperfect", [4, 1563, 2]], ["progressive", [4, 1563, 3]]]}, {"answer": "contortion", "hint": "synonyms for contortion", "clues": [["crookedness", [4, 1564, 0]], ["tortuosity", [4, 1564, 1]], ["tortuousness", [4, 1564, 2]], ["deformation", [4, 1564, 3]], ["torsion", [4, 1564, 4]]]}, {"answer": "contour", "hint": "synonyms for contour", "clues": [["form", [4, 1565, 0]], ["conformation", [4, 1565, 1]], ["contour line", [4, 1565, 2]], ["shape", [4, 1565, 3]], ["configuration", [4, 1565, 4]]]}, {"answer": "contra_danse", "hint": "synonyms for contra danse", "clues": [["country dancing", [4, 1566, 0]], ["contradance", [4, 1566, 1]], ["contredanse", [4, 1566, 2]], ["country-dance", [4, 1566, 3]]]}, {"answer": "contraceptive_device", "hint": "synonyms for contraceptive device", "clues": [["prophylactic device", [4, 1567, 0]], ["preventive", [4, 1567, 1]], ["birth control device", [4, 1567, 2]], ["contraceptive", [4, 1567, 3]]]}, {"answer": "contraceptive_pill", "hint": "synonyms for contraceptive pill", "clues": [["anovulatory drug", [4, 1568, 0]], ["anovulant", [4, 1568, 1]], ["pill", [4, 1568, 2]], ["birth control pill", [4, 1568, 3]], ["oral contraceptive", [4, 1568, 4]]]}, {"answer": "contraption", "hint": "synonyms for contraption", "clues": [["gismo", [4, 1569, 0]], ["convenience", [4, 1569, 1]], ["contrivance", [4, 1569, 2]], ["gizmo", [4, 1569, 3]], ["appliance", [4, 1569, 4]], ["gadget", [4, 1569, 5]], ["widget", [4, 1569, 6]]]}, {"answer": "contrariness", "hint": "synonyms for contrariness", "clues": [["grumpiness", [4, 1570, 0]], ["perversity", [4, 1570, 1]], ["crotchetiness", [4, 1570, 2]], ["crankiness", [4, 1570, 3]], ["perverseness", [4, 1570, 4]]]}, {"answer": "contrast", "hint": "synonyms for contrast", "clues": [["demarcation", [4, 1571, 0]], ["dividing line", [4, 1571, 1]], ["line", [4, 1571, 2]], ["direct contrast", [4, 1571, 3]]]}, {"answer": "contrivance", "hint": "synonyms for contrivance", "clues": [["lash-up", [4, 1572, 0]], ["gismo", [4, 1572, 1]], ["convenience", [4, 1572, 2]], ["devisal", [4, 1572, 3]], ["contraption", [4, 1572, 4]], ["dodge", [4, 1572, 5]], ["gizmo", [4, 1572, 6]], ["appliance", [4, 1572, 7]], ["gadget", [4, 1572, 8]], ["widget", [4, 1572, 9]], ["stratagem", [4, 1572, 10]]]}, {"answer": "control", "hint": "synonyms for control", "clues": [["restraint", [4, 1573, 0]], ["controller", [4, 1573, 1]], ["command", [4, 1573, 2]], ["control condition", [4, 1573, 3]], ["mastery", [4, 1573, 4]]]}, {"answer": "control_board", "hint": "synonyms for control board", "clues": [["control panel", [4, 1574, 0]], ["instrument panel", [4, 1574, 1]], ["panel", [4, 1574, 2]], ["board", [4, 1574, 3]]]}, {"answer": "control_panel", "hint": "synonyms for control panel", "clues": [["panel", [4, 1575, 0]], ["control board", [4, 1575, 1]], ["instrument panel", [4, 1575, 2]], ["board", [4, 1575, 3]]]}, {"answer": "controversy", "hint": "synonyms for controversy", "clues": [["argument", [4, 1576, 0]], ["contention", [4, 1576, 1]], ["disceptation", [4, 1576, 2]], ["contestation", [4, 1576, 3]], ["arguing", [4, 1576, 4]], ["tilt", [4, 1576, 5]]]}, {"answer": "contumely", "hint": "synonyms for contumely", "clues": [["abuse", [4, 1577, 0]], ["insult", [4, 1577, 1]], ["revilement", [4, 1577, 2]], ["vilification", [4, 1577, 3]]]}, {"answer": "convenience", "hint": "synonyms for convenience", "clues": [["wash room", [4, 1578, 0]], ["gismo", [4, 1578, 1]], ["restroom", [4, 1578, 2]], ["contraption", [4, 1578, 3]], ["gizmo", [4, 1578, 4]], ["comfort station", [4, 1578, 5]], ["public convenience", [4, 1578, 6]], ["appliance", [4, 1578, 7]], ["public toilet", [4, 1578, 8]], ["gadget", [4, 1578, 9]], ["widget", [4, 1578, 10]], ["toilet facility", [4, 1578, 11]], ["contrivance", [4, 1578, 12]], ["public lavatory", [4, 1578, 13]]]}, {"answer": "conveniences", "hint": "synonyms for conveniences", "clues": [["amenities", [4, 1579, 0]], ["comforts", [4, 1579, 1]], ["contraption", [4, 1579, 2]], ["comfort station", [4, 1579, 3]], ["gadget", [4, 1579, 4]], ["widget", [4, 1579, 5]], ["creature comforts", [4, 1579, 6]], ["toilet facility", [4, 1579, 7]], ["contrivance", [4, 1579, 8]], ["public lavatory", [4, 1579, 9]], ["wash room", [4, 1579, 10]], ["gismo", [4, 1579, 11]], ["restroom", [4, 1579, 12]], ["convenience", [4, 1579, 13]], ["gizmo", [4, 1579, 14]], ["public convenience", [4, 1579, 15]], ["appliance", [4, 1579, 16]], ["public toilet", [4, 1579, 17]]]}, {"answer": "convention", "hint": "synonyms for convention", "clues": [["rule", [4, 1580, 0]], ["normal", [4, 1580, 1]], ["conventionalism", [4, 1580, 2]], ["convening", [4, 1580, 3]], ["formula", [4, 1580, 4]], ["pattern", [4, 1580, 5]]]}, {"answer": "convergence", "hint": "synonyms for convergence", "clues": [["overlap", [4, 1581, 0]], ["convergency", [4, 1581, 1]], ["converging", [4, 1581, 2]], ["intersection", [4, 1581, 3]]]}, {"answer": "conversion", "hint": "synonyms for conversion", "clues": [["changeover", [4, 1582, 0]], ["rebirth", [4, 1582, 1]], ["spiritual rebirth", [4, 1582, 2]], ["transition", [4, 1582, 3]]]}, {"answer": "conveyance", "hint": "synonyms for conveyance", "clues": [["conveying", [4, 1583, 0]], ["conveyance of title", [4, 1583, 1]], ["transport", [4, 1583, 2]], ["transferral", [4, 1583, 3]], ["transportation", [4, 1583, 4]], ["transfer", [4, 1583, 5]], ["impartation", [4, 1583, 6]], ["imparting", [4, 1583, 7]]]}, {"answer": "conviction", "hint": "synonyms for conviction", "clues": [["article of faith", [4, 1584, 0]], ["judgment of conviction", [4, 1584, 1]], ["condemnation", [4, 1584, 2]], ["sentence", [4, 1584, 3]], ["strong belief", [4, 1584, 4]]]}, {"answer": "cooking_stove", "hint": "synonyms for cooking stove", "clues": [["range", [4, 1585, 0]], ["kitchen stove", [4, 1585, 1]], ["kitchen range", [4, 1585, 2]], ["stove", [4, 1585, 3]]]}, {"answer": "coolness", "hint": "synonyms for coolness", "clues": [["imperturbability", [4, 1586, 0]], ["iciness", [4, 1586, 1]], ["imperturbableness", [4, 1586, 2]], ["nervelessness", [4, 1586, 3]], ["frigidness", [4, 1586, 4]], ["nip", [4, 1586, 5]], ["chilliness", [4, 1586, 6]], ["coldness", [4, 1586, 7]], ["frigidity", [4, 1586, 8]]]}, {"answer": "coop", "hint": "synonyms for coop", "clues": [["henhouse", [4, 1587, 0]], ["chicken coop", [4, 1587, 1]], ["hencoop", [4, 1587, 2]], ["cage", [4, 1587, 3]]]}, {"answer": "copestone", "hint": "synonyms for copestone", "clues": [["coping stone", [4, 1588, 0]], ["capstone", [4, 1588, 1]], ["finishing touch", [4, 1588, 2]], ["stretcher", [4, 1588, 3]]]}, {"answer": "coppice", "hint": "synonyms for coppice", "clues": [["copse", [4, 1589, 0]], ["brush", [4, 1589, 1]], ["brushwood", [4, 1589, 2]], ["thicket", [4, 1589, 3]]]}, {"answer": "copse", "hint": "synonyms for copse", "clues": [["brush", [4, 1590, 0]], ["brushwood", [4, 1590, 1]], ["coppice", [4, 1590, 2]], ["thicket", [4, 1590, 3]]]}, {"answer": "copulation", "hint": "synonyms for copulation", "clues": [["sexual congress", [4, 1591, 0]], ["sexual relation", [4, 1591, 1]], ["coition", [4, 1591, 2]], ["relation", [4, 1591, 3]], ["sex act", [4, 1591, 4]], ["intercourse", [4, 1591, 5]], ["carnal knowledge", [4, 1591, 6]], ["congress", [4, 1591, 7]], ["sexual intercourse", [4, 1591, 8]], ["coitus", [4, 1591, 9]]]}, {"answer": "coquetry", "hint": "synonyms for coquetry", "clues": [["toying", [4, 1592, 0]], ["flirting", [4, 1592, 1]], ["dalliance", [4, 1592, 2]], ["flirtation", [4, 1592, 3]]]}, {"answer": "core", "hint": "synonyms for core", "clues": [["pith", [4, 1593, 0]], ["marrow", [4, 1593, 1]], ["nub", [4, 1593, 2]], ["gist", [4, 1593, 3]], ["nucleus", [4, 1593, 4]], ["sum", [4, 1593, 5]], ["magnetic core", [4, 1593, 6]], ["center", [4, 1593, 7]], ["effect", [4, 1593, 8]], ["nitty-gritty", [4, 1593, 9]], ["centre", [4, 1593, 10]], ["inwardness", [4, 1593, 11]], ["core group", [4, 1593, 12]], ["substance", [4, 1593, 13]], ["essence", [4, 1593, 14]], ["kernel", [4, 1593, 15]], ["heart and soul", [4, 1593, 16]], ["meat", [4, 1593, 17]], ["burden", [4, 1593, 18]], ["heart", [4, 1593, 19]]]}, {"answer": "cork", "hint": "synonyms for cork", "clues": [["phellem", [4, 1594, 0]], ["bottle cork", [4, 1594, 1]], ["bobfloat", [4, 1594, 2]], ["bobber", [4, 1594, 3]], ["bob", [4, 1594, 4]]]}, {"answer": "corner", "hint": "synonyms for corner", "clues": [["nook", [4, 1595, 0]], ["niche", [4, 1595, 1]], ["recession", [4, 1595, 2]], ["quoin", [4, 1595, 3]], ["street corner", [4, 1595, 4]], ["recess", [4, 1595, 5]], ["turning point", [4, 1595, 6]]]}, {"answer": "cornerstone", "hint": "synonyms for cornerstone", "clues": [["fundament", [4, 1596, 0]], ["basis", [4, 1596, 1]], ["groundwork", [4, 1596, 2]], ["foundation", [4, 1596, 3]], ["base", [4, 1596, 4]]]}, {"answer": "cornucopia", "hint": "synonyms for cornucopia", "clues": [["profuseness", [4, 1597, 0]], ["richness", [4, 1597, 1]], ["profusion", [4, 1597, 2]], ["horn of plenty", [4, 1597, 3]]]}, {"answer": "corona", "hint": "synonyms for corona", "clues": [["electric glow", [4, 1598, 0]], ["corposant", [4, 1598, 1]], ["aureole", [4, 1598, 2]], ["corona discharge", [4, 1598, 3]]]}, {"answer": "coronach", "hint": "synonyms for coronach", "clues": [["lament", [4, 1599, 0]], ["dirge", [4, 1599, 1]], ["requiem", [4, 1599, 2]], ["threnody", [4, 1599, 3]]]}, {"answer": "coronal", "hint": "synonyms for coronal", "clues": [["wreath", [4, 1600, 0]], ["lei", [4, 1600, 1]], ["garland", [4, 1600, 2]], ["chaplet", [4, 1600, 3]]]}, {"answer": "corpuscle", "hint": "synonyms for corpuscle", "clues": [["particle", [4, 1601, 0]], ["mote", [4, 1601, 1]], ["atom", [4, 1601, 2]], ["molecule", [4, 1601, 3]], ["speck", [4, 1601, 4]]]}, {"answer": "correction", "hint": "synonyms for correction", "clues": [["discipline", [4, 1602, 0]], ["rectification", [4, 1602, 1]], ["chastisement", [4, 1602, 2]], ["fudge factor", [4, 1602, 3]], ["chastening", [4, 1602, 4]]]}, {"answer": "corrections", "hint": "synonyms for corrections", "clues": [["correction", [4, 1603, 0]], ["discipline", [4, 1603, 1]], ["department of corrections", [4, 1603, 2]], ["fudge factor", [4, 1603, 3]], ["chastening", [4, 1603, 4]], ["rectification", [4, 1603, 5]], ["chastisement", [4, 1603, 6]]]}, {"answer": "correlation", "hint": "synonyms for correlation", "clues": [["correlational statistics", [4, 1604, 0]], ["coefficient of correlation", [4, 1604, 1]], ["correlativity", [4, 1604, 2]], ["correlation coefficient", [4, 1604, 3]]]}, {"answer": "correspondence", "hint": "synonyms for correspondence", "clues": [["commensurateness", [4, 1605, 0]], ["symmetricalness", [4, 1605, 1]], ["balance", [4, 1605, 2]], ["proportionateness", [4, 1605, 3]], ["agreement", [4, 1605, 4]], ["symmetry", [4, 1605, 5]], ["parallelism", [4, 1605, 6]]]}, {"answer": "corruption", "hint": "synonyms for corruption", "clues": [["degeneracy", [4, 1606, 0]], ["depravation", [4, 1606, 1]], ["subversion", [4, 1606, 2]], ["corruptness", [4, 1606, 3]], ["depravity", [4, 1606, 4]], ["putrefaction", [4, 1606, 5]]]}, {"answer": "cos", "hint": "synonyms for cos", "clues": [["carbon monoxide gas", [4, 1607, 0]], ["cobalt", [4, 1607, 1]], ["romaine lettuce", [4, 1607, 2]], ["cos lettuce", [4, 1607, 3]], ["cosine", [4, 1607, 4]], ["romaine", [4, 1607, 5]], ["atomic number 27", [4, 1607, 6]]]}, {"answer": "cosmetic_surgery", "hint": "synonyms for cosmetic surgery", "clues": [["nip and tuck", [4, 1608, 0]], ["facelift", [4, 1608, 1]], ["lift", [4, 1608, 2]], ["rhytidectomy", [4, 1608, 3]], ["face lifting", [4, 1608, 4]], ["rhytidoplasty", [4, 1608, 5]]]}, {"answer": "cosmos", "hint": "synonyms for cosmos", "clues": [["universe", [4, 1609, 0]], ["macrocosm", [4, 1609, 1]], ["world", [4, 1609, 2]], ["creation", [4, 1609, 3]], ["existence", [4, 1609, 4]]]}, {"answer": "coss", "hint": "synonyms for coss", "clues": [["cos lettuce", [4, 1610, 0]], ["cos", [4, 1610, 1]], ["romaine lettuce", [4, 1610, 2]], ["cosine", [4, 1610, 3]], ["kos", [4, 1610, 4]], ["romaine", [4, 1610, 5]]]}, {"answer": "costs", "hint": "synonyms for costs", "clues": [["toll", [4, 1611, 0]], ["price", [4, 1611, 1]], ["cost", [4, 1611, 2]], ["monetary value", [4, 1611, 3]]]}, {"answer": "coterie", "hint": "synonyms for coterie", "clues": [["camp", [4, 1612, 0]], ["clique", [4, 1612, 1]], ["pack", [4, 1612, 2]], ["ingroup", [4, 1612, 3]], ["inner circle", [4, 1612, 4]]]}, {"answer": "counseling", "hint": "synonyms for counseling", "clues": [["counsel", [4, 1613, 0]], ["direction", [4, 1613, 1]], ["counselling", [4, 1613, 2]], ["guidance", [4, 1613, 3]]]}, {"answer": "count", "hint": "synonyms for count", "clues": [["enumeration", [4, 1614, 0]], ["counting", [4, 1614, 1]], ["reckoning", [4, 1614, 2]], ["tally", [4, 1614, 3]]]}, {"answer": "countenance", "hint": "synonyms for countenance", "clues": [["indorsement", [4, 1615, 0]], ["warrant", [4, 1615, 1]], ["visage", [4, 1615, 2]], ["imprimatur", [4, 1615, 3]], ["sanction", [4, 1615, 4]]]}, {"answer": "counterbalance", "hint": "synonyms for counterbalance", "clues": [["counterpoise", [4, 1616, 0]], ["equilibrium", [4, 1616, 1]], ["offset", [4, 1616, 2]], ["equaliser", [4, 1616, 3]], ["balance", [4, 1616, 4]], ["counterweight", [4, 1616, 5]], ["equipoise", [4, 1616, 6]]]}, {"answer": "countercurrent", "hint": "synonyms for countercurrent", "clues": [["rip", [4, 1617, 0]], ["tide rip", [4, 1617, 1]], ["crosscurrent", [4, 1617, 2]], ["riptide", [4, 1617, 3]]]}, {"answer": "counterpane", "hint": "synonyms for counterpane", "clues": [["bedcover", [4, 1618, 0]], ["spread", [4, 1618, 1]], ["bedspread", [4, 1618, 2]], ["bed covering", [4, 1618, 3]]]}, {"answer": "counterpart", "hint": "synonyms for counterpart", "clues": [["similitude", [4, 1619, 0]], ["opposite number", [4, 1619, 1]], ["twin", [4, 1619, 2]], ["vis-a-vis", [4, 1619, 3]]]}, {"answer": "counterpoise", "hint": "synonyms for counterpoise", "clues": [["equalizer", [4, 1620, 0]], ["counterweight", [4, 1620, 1]], ["counterbalance", [4, 1620, 2]], ["balance", [4, 1620, 3]]]}, {"answer": "countersign", "hint": "synonyms for countersign", "clues": [["password", [4, 1621, 0]], ["word", [4, 1621, 1]], ["countersignature", [4, 1621, 2]], ["parole", [4, 1621, 3]], ["watchword", [4, 1621, 4]]]}, {"answer": "counterweight", "hint": "synonyms for counterweight", "clues": [["counterpoise", [4, 1622, 0]], ["equalizer", [4, 1622, 1]], ["counterbalance", [4, 1622, 2]], ["balance", [4, 1622, 3]]]}, {"answer": "counting", "hint": "synonyms for counting", "clues": [["enumeration", [4, 1623, 0]], ["reckoning", [4, 1623, 1]], ["count", [4, 1623, 2]], ["tally", [4, 1623, 3]]]}, {"answer": "country", "hint": "synonyms for country", "clues": [["nation", [4, 1624, 0]], ["body politic", [4, 1624, 1]], ["state", [4, 1624, 2]], ["rural area", [4, 1624, 3]], ["land", [4, 1624, 4]], ["commonwealth", [4, 1624, 5]], ["area", [4, 1624, 6]], ["res publica", [4, 1624, 7]]]}, {"answer": "country_of_origin", "hint": "synonyms for country of origin", "clues": [["motherland", [4, 1625, 0]], ["fatherland", [4, 1625, 1]], ["homeland", [4, 1625, 2]], ["native land", [4, 1625, 3]], ["mother country", [4, 1625, 4]]]}, {"answer": "couple", "hint": "synonyms for couple", "clues": [["twosome", [4, 1626, 0]], ["brace", [4, 1626, 1]], ["distich", [4, 1626, 2]], ["duet", [4, 1626, 3]], ["duo", [4, 1626, 4]], ["mates", [4, 1626, 5]], ["couplet", [4, 1626, 6]], ["duad", [4, 1626, 7]], ["span", [4, 1626, 8]], ["pair", [4, 1626, 9]], ["dyad", [4, 1626, 10]], ["match", [4, 1626, 11]], ["yoke", [4, 1626, 12]], ["twain", [4, 1626, 13]]]}, {"answer": "couplet", "hint": "synonyms for couplet", "clues": [["twosome", [4, 1627, 0]], ["span", [4, 1627, 1]], ["brace", [4, 1627, 2]], ["pair", [4, 1627, 3]], ["distich", [4, 1627, 4]], ["dyad", [4, 1627, 5]], ["duet", [4, 1627, 6]], ["duo", [4, 1627, 7]], ["yoke", [4, 1627, 8]], ["twain", [4, 1627, 9]], ["couple", [4, 1627, 10]], ["duad", [4, 1627, 11]]]}, {"answer": "coupling", "hint": "synonyms for coupling", "clues": [["mating", [4, 1628, 0]], ["conjugation", [4, 1628, 1]], ["sexual union", [4, 1628, 2]], ["pairing", [4, 1628, 3]], ["union", [4, 1628, 4]], ["yoke", [4, 1628, 5]], ["coupler", [4, 1628, 6]]]}, {"answer": "course_of_study", "hint": "synonyms for course of study", "clues": [["course", [4, 1629, 0]], ["programme", [4, 1629, 1]], ["course of instruction", [4, 1629, 2]], ["class", [4, 1629, 3]], ["curriculum", [4, 1629, 4]], ["syllabus", [4, 1629, 5]]]}, {"answer": "court", "hint": "synonyms for court", "clues": [["royal court", [4, 1630, 0]], ["court of justice", [4, 1630, 1]], ["motor inn", [4, 1630, 2]], ["motor hotel", [4, 1630, 3]], ["tribunal", [4, 1630, 4]], ["motor lodge", [4, 1630, 5]], ["homage", [4, 1630, 6]], ["courtyard", [4, 1630, 7]], ["judicature", [4, 1630, 8]], ["tourist court", [4, 1630, 9]], ["lawcourt", [4, 1630, 10]], ["courtroom", [4, 1630, 11]], ["court of law", [4, 1630, 12]]]}, {"answer": "cover", "hint": "synonyms for cover", "clues": [["screening", [4, 1631, 0]], ["binding", [4, 1631, 1]], ["cover version", [4, 1631, 2]], ["covering fire", [4, 1631, 3]], ["back", [4, 1631, 4]], ["concealment", [4, 1631, 5]], ["top", [4, 1631, 6]], ["covering", [4, 1631, 7]], ["covert", [4, 1631, 8]], ["book binding", [4, 1631, 9]], ["masking", [4, 1631, 10]], ["cover charge", [4, 1631, 11]], ["blanket", [4, 1631, 12]], ["cover song", [4, 1631, 13]], ["natural covering", [4, 1631, 14]]]}, {"answer": "covering", "hint": "synonyms for covering", "clues": [["screening", [4, 1632, 0]], ["masking", [4, 1632, 1]], ["cover", [4, 1632, 2]], ["coating", [4, 1632, 3]], ["natural covering", [4, 1632, 4]], ["application", [4, 1632, 5]]]}, {"answer": "covetousness", "hint": "synonyms for covetousness", "clues": [["greed", [4, 1633, 0]], ["rapacity", [4, 1633, 1]], ["cupidity", [4, 1633, 2]], ["avariciousness", [4, 1633, 3]], ["avaritia", [4, 1633, 4]], ["avarice", [4, 1633, 5]]]}, {"answer": "cow_barn", "hint": "synonyms for cow barn", "clues": [["cowhouse", [4, 1634, 0]], ["cowbarn", [4, 1634, 1]], ["cowshed", [4, 1634, 2]], ["byre", [4, 1634, 3]]]}, {"answer": "cowbarn", "hint": "synonyms for cowbarn", "clues": [["cow barn", [4, 1635, 0]], ["cowhouse", [4, 1635, 1]], ["cowshed", [4, 1635, 2]], ["byre", [4, 1635, 3]]]}, {"answer": "cpr", "hint": "synonyms for cpr", "clues": [["cardiac resuscitation", [4, 1636, 0]], ["mouth-to-mouth resuscitation", [4, 1636, 1]], ["cardiopulmonary resuscitation", [4, 1636, 2]], ["kiss of life", [4, 1636, 3]]]}, {"answer": "cps", "hint": "synonyms for cps", "clues": [["cycle per second", [4, 1637, 0]], ["cycle", [4, 1637, 1]], ["cycles/second", [4, 1637, 2]], ["hertz", [4, 1637, 3]]]}, {"answer": "cpu", "hint": "synonyms for cpu", "clues": [["mainframe", [4, 1638, 0]], ["central processor", [4, 1638, 1]], ["processor", [4, 1638, 2]], ["central processing unit", [4, 1638, 3]]]}, {"answer": "crack_of_doom", "hint": "synonyms for crack of doom", "clues": [["doomsday", [4, 1639, 0]], ["eschaton", [4, 1639, 1]], ["end of the world", [4, 1639, 2]], ["day of reckoning", [4, 1639, 3]]]}, {"answer": "cracker", "hint": "synonyms for cracker", "clues": [["cracker bonbon", [4, 1640, 0]], ["firecracker", [4, 1640, 1]], ["banger", [4, 1640, 2]], ["snapper", [4, 1640, 3]]]}, {"answer": "cracklings", "hint": "synonyms for cracklings", "clues": [["crepitation", [4, 1641, 0]], ["crackling", [4, 1641, 1]], ["greaves", [4, 1641, 2]], ["crackle", [4, 1641, 3]]]}, {"answer": "cradle", "hint": "synonyms for cradle", "clues": [["rocker", [4, 1642, 0]], ["provenance", [4, 1642, 1]], ["place of origin", [4, 1642, 2]], ["birthplace", [4, 1642, 3]]]}, {"answer": "craft", "hint": "synonyms for craft", "clues": [["foxiness", [4, 1643, 0]], ["wiliness", [4, 1643, 1]], ["workmanship", [4, 1643, 2]], ["slyness", [4, 1643, 3]], ["guile", [4, 1643, 4]], ["trade", [4, 1643, 5]], ["craftiness", [4, 1643, 6]], ["cunning", [4, 1643, 7]], ["craftsmanship", [4, 1643, 8]]]}, {"answer": "craftiness", "hint": "synonyms for craftiness", "clues": [["foxiness", [4, 1644, 0]], ["wiliness", [4, 1644, 1]], ["craft", [4, 1644, 2]], ["slyness", [4, 1644, 3]], ["deceitfulness", [4, 1644, 4]], ["cunning", [4, 1644, 5]], ["guile", [4, 1644, 6]]]}, {"answer": "cranny", "hint": "synonyms for cranny", "clues": [["fissure", [4, 1645, 0]], ["crevice", [4, 1645, 1]], ["crack", [4, 1645, 2]], ["chap", [4, 1645, 3]]]}, {"answer": "crap", "hint": "synonyms for crap", "clues": [["shit", [4, 1646, 0]], ["dirt", [4, 1646, 1]], ["dogshit", [4, 1646, 2]], ["poop", [4, 1646, 3]], ["bull", [4, 1646, 4]], ["bullshit", [4, 1646, 5]], ["horseshit", [4, 1646, 6]], ["turd", [4, 1646, 7]]]}, {"answer": "crapper", "hint": "synonyms for crapper", "clues": [["can", [4, 1647, 0]], ["stool", [4, 1647, 1]], ["toilet", [4, 1647, 2]], ["throne", [4, 1647, 3]], ["potty", [4, 1647, 4]], ["pot", [4, 1647, 5]], ["commode", [4, 1647, 6]]]}, {"answer": "craps", "hint": "synonyms for craps", "clues": [["shit", [4, 1648, 0]], ["dirt", [4, 1648, 1]], ["dogshit", [4, 1648, 2]], ["poop", [4, 1648, 3]], ["bull", [4, 1648, 4]], ["snake eyes", [4, 1648, 5]], ["bullshit", [4, 1648, 6]], ["crap", [4, 1648, 7]], ["horseshit", [4, 1648, 8]], ["turd", [4, 1648, 9]]]}, {"answer": "crash", "hint": "synonyms for crash", "clues": [["wreck", [4, 1649, 0]], ["smash", [4, 1649, 1]], ["clank", [4, 1649, 2]], ["collapse", [4, 1649, 3]], ["clangoring", [4, 1649, 4]], ["clang", [4, 1649, 5]], ["clangour", [4, 1649, 6]], ["clash", [4, 1649, 7]]]}, {"answer": "crayfish", "hint": "synonyms for crayfish", "clues": [["spiny lobster", [4, 1650, 0]], ["langouste", [4, 1650, 1]], ["crawfish", [4, 1650, 2]], ["rock lobster", [4, 1650, 3]], ["crawdad", [4, 1650, 4]], ["ecrevisse", [4, 1650, 5]]]}, {"answer": "craze", "hint": "synonyms for craze", "clues": [["furor", [4, 1651, 0]], ["rage", [4, 1651, 1]], ["cult", [4, 1651, 2]], ["fad", [4, 1651, 3]]]}, {"answer": "craziness", "hint": "synonyms for craziness", "clues": [["folly", [4, 1652, 0]], ["madness", [4, 1652, 1]], ["tomfoolery", [4, 1652, 2]], ["foolery", [4, 1652, 3]], ["lunacy", [4, 1652, 4]], ["indulgence", [4, 1652, 5]], ["foolishness", [4, 1652, 6]]]}, {"answer": "crazy_house", "hint": "synonyms for crazy house", "clues": [["loony bin", [4, 1653, 0]], ["sanatorium", [4, 1653, 1]], ["funny farm", [4, 1653, 2]], ["madhouse", [4, 1653, 3]], ["funny house", [4, 1653, 4]], ["nuthouse", [4, 1653, 5]], ["cuckoo's nest", [4, 1653, 6]], ["booby hatch", [4, 1653, 7]], ["snake pit", [4, 1653, 8]]]}, {"answer": "crease", "hint": "synonyms for crease", "clues": [["flexure", [4, 1654, 0]], ["crimp", [4, 1654, 1]], ["furrow", [4, 1654, 2]], ["plication", [4, 1654, 3]], ["seam", [4, 1654, 4]], ["crinkle", [4, 1654, 5]], ["creese", [4, 1654, 6]], ["line", [4, 1654, 7]], ["bend", [4, 1654, 8]], ["fold", [4, 1654, 9]], ["kris", [4, 1654, 10]]]}, {"answer": "creation", "hint": "synonyms for creation", "clues": [["instauration", [4, 1655, 0]], ["introduction", [4, 1655, 1]], ["cosmos", [4, 1655, 2]], ["foundation", [4, 1655, 3]], ["conception", [4, 1655, 4]], ["macrocosm", [4, 1655, 5]], ["institution", [4, 1655, 6]], ["existence", [4, 1655, 7]], ["universe", [4, 1655, 8]], ["founding", [4, 1655, 9]], ["creative activity", [4, 1655, 10]], ["innovation", [4, 1655, 11]], ["world", [4, 1655, 12]], ["initiation", [4, 1655, 13]], ["origination", [4, 1655, 14]]]}, {"answer": "creature", "hint": "synonyms for creature", "clues": [["animate being", [4, 1656, 0]], ["animal", [4, 1656, 1]], ["brute", [4, 1656, 2]], ["fauna", [4, 1656, 3]], ["beast", [4, 1656, 4]]]}, {"answer": "credit", "hint": "synonyms for credit", "clues": [["credit entry", [4, 1657, 0]], ["citation", [4, 1657, 1]], ["quotation", [4, 1657, 2]], ["credit rating", [4, 1657, 3]], ["mention", [4, 1657, 4]], ["cite", [4, 1657, 5]], ["acknowledgment", [4, 1657, 6]], ["deferred payment", [4, 1657, 7]], ["course credit", [4, 1657, 8]], ["reference", [4, 1657, 9]], ["recognition", [4, 1657, 10]]]}, {"answer": "credit_line", "hint": "synonyms for credit line", "clues": [["line of credit", [4, 1658, 0]], ["bank line", [4, 1658, 1]], ["by-line", [4, 1658, 2]], ["line", [4, 1658, 3]], ["personal line of credit", [4, 1658, 4]], ["personal credit line", [4, 1658, 5]]]}, {"answer": "credits", "hint": "synonyms for credits", "clues": [["credit", [4, 1659, 0]], ["citation", [4, 1659, 1]], ["quotation", [4, 1659, 2]], ["deferred payment", [4, 1659, 3]], ["reference", [4, 1659, 4]], ["recognition", [4, 1659, 5]], ["credit entry", [4, 1659, 6]], ["credit rating", [4, 1659, 7]], ["mention", [4, 1659, 8]], ["cite", [4, 1659, 9]], ["acknowledgment", [4, 1659, 10]], ["course credit", [4, 1659, 11]]]}, {"answer": "creed", "hint": "synonyms for creed", "clues": [["credo", [4, 1660, 0]], ["gospel", [4, 1660, 1]], ["church doctrine", [4, 1660, 2]], ["religious doctrine", [4, 1660, 3]]]}, {"answer": "crenel", "hint": "synonyms for crenel", "clues": [["crenation", [4, 1661, 0]], ["scallop", [4, 1661, 1]], ["crenature", [4, 1661, 2]], ["crenelle", [4, 1661, 3]]]}, {"answer": "crenelle", "hint": "synonyms for crenelle", "clues": [["crenation", [4, 1662, 0]], ["scallop", [4, 1662, 1]], ["crenel", [4, 1662, 2]], ["crenature", [4, 1662, 3]]]}, {"answer": "crepuscle", "hint": "synonyms for crepuscle", "clues": [["evenfall", [4, 1663, 0]], ["gloam", [4, 1663, 1]], ["twilight", [4, 1663, 2]], ["fall", [4, 1663, 3]], ["dusk", [4, 1663, 4]], ["crepuscule", [4, 1663, 5]], ["nightfall", [4, 1663, 6]]]}, {"answer": "crepuscule", "hint": "synonyms for crepuscule", "clues": [["evenfall", [4, 1664, 0]], ["gloam", [4, 1664, 1]], ["crepuscle", [4, 1664, 2]], ["twilight", [4, 1664, 3]], ["fall", [4, 1664, 4]], ["dusk", [4, 1664, 5]], ["nightfall", [4, 1664, 6]]]}, {"answer": "crest", "hint": "synonyms for crest", "clues": [["top", [4, 1665, 0]], ["crown", [4, 1665, 1]], ["tip", [4, 1665, 2]], ["peak", [4, 1665, 3]], ["summit", [4, 1665, 4]]]}, {"answer": "crevice", "hint": "synonyms for crevice", "clues": [["cranny", [4, 1666, 0]], ["cleft", [4, 1666, 1]], ["fissure", [4, 1666, 2]], ["scissure", [4, 1666, 3]], ["chap", [4, 1666, 4]], ["crack", [4, 1666, 5]]]}, {"answer": "crew", "hint": "synonyms for crew", "clues": [["work party", [4, 1667, 0]], ["bunch", [4, 1667, 1]], ["crowd", [4, 1667, 2]], ["gang", [4, 1667, 3]]]}, {"answer": "crib", "hint": "synonyms for crib", "clues": [["pony", [4, 1668, 0]], ["trot", [4, 1668, 1]], ["cot", [4, 1668, 2]], ["cribbage", [4, 1668, 3]]]}, {"answer": "criminal_offence", "hint": "synonyms for criminal offence", "clues": [["law-breaking", [4, 1669, 0]], ["crime", [4, 1669, 1]], ["criminal offense", [4, 1669, 2]], ["offense", [4, 1669, 3]]]}, {"answer": "criminal_offense", "hint": "synonyms for criminal offense", "clues": [["law-breaking", [4, 1670, 0]], ["crime", [4, 1670, 1]], ["offense", [4, 1670, 2]], ["criminal offence", [4, 1670, 3]]]}, {"answer": "crimp", "hint": "synonyms for crimp", "clues": [["flexure", [4, 1671, 0]], ["crease", [4, 1671, 1]], ["plication", [4, 1671, 2]], ["bend", [4, 1671, 3]], ["fold", [4, 1671, 4]]]}, {"answer": "crinkle", "hint": "synonyms for crinkle", "clues": [["furrow", [4, 1672, 0]], ["line", [4, 1672, 1]], ["seam", [4, 1672, 2]], ["crease", [4, 1672, 3]], ["wrinkle", [4, 1672, 4]]]}, {"answer": "cristal", "hint": "synonyms for cristal", "clues": [["disco biscuit", [4, 1673, 0]], ["ecstasy", [4, 1673, 1]], ["hug drug", [4, 1673, 2]], ["go", [4, 1673, 3]]]}, {"answer": "critique", "hint": "synonyms for critique", "clues": [["critical review", [4, 1674, 0]], ["review", [4, 1674, 1]], ["criticism", [4, 1674, 2]], ["review article", [4, 1674, 3]]]}, {"answer": "crock", "hint": "synonyms for crock", "clues": [["carbon black", [4, 1675, 0]], ["lampblack", [4, 1675, 1]], ["soot", [4, 1675, 2]], ["earthenware jar", [4, 1675, 3]], ["smut", [4, 1675, 4]]]}, {"answer": "crook", "hint": "synonyms for crook", "clues": [["bend", [4, 1676, 0]], ["turn", [4, 1676, 1]], ["shepherd's crook", [4, 1676, 2]], ["twist", [4, 1676, 3]]]}, {"answer": "crookedness", "hint": "synonyms for crookedness", "clues": [["contortion", [4, 1677, 0]], ["tortuosity", [4, 1677, 1]], ["tortuousness", [4, 1677, 2]], ["torsion", [4, 1677, 3]], ["deviousness", [4, 1677, 4]]]}, {"answer": "crossbreeding", "hint": "synonyms for crossbreeding", "clues": [["interbreeding", [4, 1678, 0]], ["miscegenation", [4, 1678, 1]], ["crossing", [4, 1678, 2]], ["hybridisation", [4, 1678, 3]], ["hybridizing", [4, 1678, 4]]]}, {"answer": "crosscurrent", "hint": "synonyms for crosscurrent", "clues": [["rip", [4, 1679, 0]], ["tide rip", [4, 1679, 1]], ["countercurrent", [4, 1679, 2]], ["riptide", [4, 1679, 3]]]}, {"answer": "crossing", "hint": "synonyms for crossing", "clues": [["crossover", [4, 1680, 0]], ["crossbreeding", [4, 1680, 1]], ["hybridisation", [4, 1680, 2]], ["interbreeding", [4, 1680, 3]], ["ford", [4, 1680, 4]], ["carrefour", [4, 1680, 5]], ["hybridizing", [4, 1680, 6]], ["cross", [4, 1680, 7]], ["crossroad", [4, 1680, 8]], ["crosswalk", [4, 1680, 9]], ["intersection", [4, 1680, 10]], ["crossway", [4, 1680, 11]]]}, {"answer": "crossness", "hint": "synonyms for crossness", "clues": [["fretfulness", [4, 1681, 0]], ["irritability", [4, 1681, 1]], ["fussiness", [4, 1681, 2]], ["peevishness", [4, 1681, 3]], ["petulance", [4, 1681, 4]], ["crabbiness", [4, 1681, 5]], ["choler", [4, 1681, 6]]]}, {"answer": "crossroad", "hint": "synonyms for crossroad", "clues": [["crossway", [4, 1682, 0]], ["carrefour", [4, 1682, 1]], ["intersection", [4, 1682, 2]], ["crossing", [4, 1682, 3]]]}, {"answer": "crossroads", "hint": "synonyms for crossroads", "clues": [["crossroad", [4, 1683, 0]], ["crossway", [4, 1683, 1]], ["hamlet", [4, 1683, 2]], ["carrefour", [4, 1683, 3]], ["intersection", [4, 1683, 4]], ["crossing", [4, 1683, 5]]]}, {"answer": "crossway", "hint": "synonyms for crossway", "clues": [["crossroad", [4, 1684, 0]], ["carrefour", [4, 1684, 1]], ["intersection", [4, 1684, 2]], ["crossing", [4, 1684, 3]]]}, {"answer": "crotchet", "hint": "synonyms for crotchet", "clues": [["quirkiness", [4, 1685, 0]], ["queerness", [4, 1685, 1]], ["oddity", [4, 1685, 2]], ["quirk", [4, 1685, 3]], ["hook", [4, 1685, 4]], ["quarter note", [4, 1685, 5]]]}, {"answer": "crow", "hint": "synonyms for crow", "clues": [["vaporing", [4, 1686, 0]], ["gasconade", [4, 1686, 1]], ["bragging", [4, 1686, 2]], ["brag", [4, 1686, 3]], ["line-shooting", [4, 1686, 4]], ["crowing", [4, 1686, 5]]]}, {"answer": "crown", "hint": "synonyms for crown", "clues": [["cap", [4, 1687, 0]], ["tip", [4, 1687, 1]], ["peak", [4, 1687, 2]], ["crownwork", [4, 1687, 3]], ["crest", [4, 1687, 4]], ["top", [4, 1687, 5]], ["jacket", [4, 1687, 6]], ["jacket crown", [4, 1687, 7]], ["diadem", [4, 1687, 8]], ["pennant", [4, 1687, 9]], ["summit", [4, 1687, 10]]]}, {"answer": "crownwork", "hint": "synonyms for crownwork", "clues": [["cap", [4, 1688, 0]], ["crown", [4, 1688, 1]], ["jacket", [4, 1688, 2]], ["jacket crown", [4, 1688, 3]]]}, {"answer": "crude_oil", "hint": "synonyms for crude oil", "clues": [["petroleum", [4, 1689, 0]], ["oil", [4, 1689, 1]], ["rock oil", [4, 1689, 2]], ["fossil oil", [4, 1689, 3]], ["crude", [4, 1689, 4]]]}, {"answer": "cruelty", "hint": "synonyms for cruelty", "clues": [["ruthlessness", [4, 1690, 0]], ["harshness", [4, 1690, 1]], ["pitilessness", [4, 1690, 2]], ["cruelness", [4, 1690, 3]], ["mercilessness", [4, 1690, 4]], ["inhuman treatment", [4, 1690, 5]]]}, {"answer": "cruiser", "hint": "synonyms for cruiser", "clues": [["police car", [4, 1691, 0]], ["pleasure boat", [4, 1691, 1]], ["prowl car", [4, 1691, 2]], ["squad car", [4, 1691, 3]], ["cabin cruiser", [4, 1691, 4]], ["patrol car", [4, 1691, 5]], ["police cruiser", [4, 1691, 6]], ["pleasure craft", [4, 1691, 7]]]}, {"answer": "crusade", "hint": "synonyms for crusade", "clues": [["drive", [4, 1692, 0]], ["movement", [4, 1692, 1]], ["campaign", [4, 1692, 2]], ["effort", [4, 1692, 3]], ["cause", [4, 1692, 4]]]}, {"answer": "crush", "hint": "synonyms for crush", "clues": [["calf love", [4, 1693, 0]], ["puppy love", [4, 1693, 1]], ["jam", [4, 1693, 2]], ["press", [4, 1693, 3]], ["compaction", [4, 1693, 4]], ["crushed leather", [4, 1693, 5]], ["crunch", [4, 1693, 6]], ["infatuation", [4, 1693, 7]]]}, {"answer": "crust", "hint": "synonyms for crust", "clues": [["impudence", [4, 1694, 0]], ["freshness", [4, 1694, 1]], ["encrustation", [4, 1694, 2]], ["cheekiness", [4, 1694, 3]], ["insolence", [4, 1694, 4]], ["gall", [4, 1694, 5]], ["impertinence", [4, 1694, 6]]]}, {"answer": "cry", "hint": "synonyms for cry", "clues": [["war cry", [4, 1695, 0]], ["yell", [4, 1695, 1]], ["watchword", [4, 1695, 2]], ["battle cry", [4, 1695, 3]], ["call", [4, 1695, 4]], ["rallying cry", [4, 1695, 5]], ["shout", [4, 1695, 6]], ["vociferation", [4, 1695, 7]], ["outcry", [4, 1695, 8]]]}, {"answer": "cryptograph", "hint": "synonyms for cryptograph", "clues": [["cryptogram", [4, 1696, 0]], ["cipher", [4, 1696, 1]], ["secret writing", [4, 1696, 2]], ["secret code", [4, 1696, 3]], ["cypher", [4, 1696, 4]]]}, {"answer": "cryptography", "hint": "synonyms for cryptography", "clues": [["cryptanalysis", [4, 1697, 0]], ["secret writing", [4, 1697, 1]], ["steganography", [4, 1697, 2]], ["cryptology", [4, 1697, 3]], ["coding", [4, 1697, 4]]]}, {"answer": "crystal", "hint": "synonyms for crystal", "clues": [["quartz glass", [4, 1698, 0]], ["lechatelierite", [4, 1698, 1]], ["watch crystal", [4, 1698, 2]], ["watch glass", [4, 1698, 3]], ["crystallization", [4, 1698, 4]], ["quartz", [4, 1698, 5]], ["vitreous silica", [4, 1698, 6]]]}, {"answer": "cs", "hint": "synonyms for cs", "clues": [["ascorbic acid", [4, 1699, 0]], ["cytosine", [4, 1699, 1]], ["deoxycytidine monophosphate", [4, 1699, 2]], ["degree Celsius", [4, 1699, 3]], ["caesium", [4, 1699, 4]], ["100", [4, 1699, 5]], ["atomic number 6", [4, 1699, 6]], ["century", [4, 1699, 7]], ["coulomb", [4, 1699, 8]], ["hundred", [4, 1699, 9]], ["snow", [4, 1699, 10]], ["degree centigrade", [4, 1699, 11]], ["c", [4, 1699, 12]], ["one C", [4, 1699, 13]], ["blow", [4, 1699, 14]], ["ampere-second", [4, 1699, 15]], ["vitamin C", [4, 1699, 16]], ["nose candy", [4, 1699, 17]], ["coke", [4, 1699, 18]], ["light speed", [4, 1699, 19]], ["carbon", [4, 1699, 20]], ["speed of light", [4, 1699, 21]]]}, {"answer": "cubage_unit", "hint": "synonyms for cubage unit", "clues": [["capacity measure", [4, 1700, 0]], ["displacement unit", [4, 1700, 1]], ["cubic content unit", [4, 1700, 2]], ["volume unit", [4, 1700, 3]], ["capacity unit", [4, 1700, 4]], ["cubic measure", [4, 1700, 5]], ["cubature unit", [4, 1700, 6]]]}, {"answer": "cuban_sandwich", "hint": "synonyms for cuban sandwich", "clues": [["bomber", [4, 1701, 0]], ["torpedo", [4, 1701, 1]], ["submarine sandwich", [4, 1701, 2]], ["hoagie", [4, 1701, 3]], ["poor boy", [4, 1701, 4]], ["hero sandwich", [4, 1701, 5]], ["hero", [4, 1701, 6]], ["hoagy", [4, 1701, 7]], ["submarine", [4, 1701, 8]], ["grinder", [4, 1701, 9]], ["wedge", [4, 1701, 10]], ["zep", [4, 1701, 11]], ["sub", [4, 1701, 12]]]}, {"answer": "cubature_unit", "hint": "synonyms for cubature unit", "clues": [["capacity measure", [4, 1702, 0]], ["displacement unit", [4, 1702, 1]], ["cubage unit", [4, 1702, 2]], ["cubic content unit", [4, 1702, 3]], ["volume unit", [4, 1702, 4]], ["capacity unit", [4, 1702, 5]], ["cubic measure", [4, 1702, 6]]]}, {"answer": "cubbyhole", "hint": "synonyms for cubbyhole", "clues": [["snug", [4, 1703, 0]], ["pigeonhole", [4, 1703, 1]], ["snuggery", [4, 1703, 2]], ["cubby", [4, 1703, 3]]]}, {"answer": "cube", "hint": "synonyms for cube", "clues": [["square block", [4, 1704, 0]], ["regular hexahedron", [4, 1704, 1]], ["block", [4, 1704, 2]], ["third power", [4, 1704, 3]]]}, {"answer": "cubic_centimeter", "hint": "synonyms for cubic centimeter", "clues": [["milliliter", [4, 1705, 0]], ["cc", [4, 1705, 1]], ["cubic centimetre", [4, 1705, 2]], ["ml", [4, 1705, 3]], ["mil", [4, 1705, 4]]]}, {"answer": "cubic_centimetre", "hint": "synonyms for cubic centimetre", "clues": [["milliliter", [4, 1706, 0]], ["cc", [4, 1706, 1]], ["ml", [4, 1706, 2]], ["mil", [4, 1706, 3]], ["cubic centimeter", [4, 1706, 4]]]}, {"answer": "cubic_content_unit", "hint": "synonyms for cubic content unit", "clues": [["capacity measure", [4, 1707, 0]], ["displacement unit", [4, 1707, 1]], ["cubage unit", [4, 1707, 2]], ["volume unit", [4, 1707, 3]], ["capacity unit", [4, 1707, 4]], ["cubic measure", [4, 1707, 5]], ["cubature unit", [4, 1707, 6]]]}, {"answer": "cubic_decimeter", "hint": "synonyms for cubic decimeter", "clues": [["cubic decimetre", [4, 1708, 0]], ["litre", [4, 1708, 1]], ["l", [4, 1708, 2]], ["liter", [4, 1708, 3]]]}, {"answer": "cubic_decimetre", "hint": "synonyms for cubic decimetre", "clues": [["liter", [4, 1709, 0]], ["litre", [4, 1709, 1]], ["cubic decimeter", [4, 1709, 2]], ["l", [4, 1709, 3]]]}, {"answer": "cubic_measure", "hint": "synonyms for cubic measure", "clues": [["capacity measure", [4, 1710, 0]], ["displacement unit", [4, 1710, 1]], ["cubage unit", [4, 1710, 2]], ["cubic content unit", [4, 1710, 3]], ["capacity unit", [4, 1710, 4]], ["volume unit", [4, 1710, 5]], ["cubature unit", [4, 1710, 6]]]}, {"answer": "cubicle", "hint": "synonyms for cubicle", "clues": [["cell", [4, 1711, 0]], ["stall", [4, 1711, 1]], ["carrel", [4, 1711, 2]], ["booth", [4, 1711, 3]], ["kiosk", [4, 1711, 4]]]}, {"answer": "cuckoo's_nest", "hint": "synonyms for cuckoo's nest", "clues": [["loony bin", [4, 1712, 0]], ["sanatorium", [4, 1712, 1]], ["funny farm", [4, 1712, 2]], ["madhouse", [4, 1712, 3]], ["funny house", [4, 1712, 4]], ["nuthouse", [4, 1712, 5]], ["booby hatch", [4, 1712, 6]], ["crazy house", [4, 1712, 7]], ["snake pit", [4, 1712, 8]]]}, {"answer": "cud", "hint": "synonyms for cud", "clues": [["chew", [4, 1713, 0]], ["plug", [4, 1713, 1]], ["quid", [4, 1713, 2]], ["rechewed food", [4, 1713, 3]], ["chaw", [4, 1713, 4]], ["wad", [4, 1713, 5]]]}, {"answer": "cuddling", "hint": "synonyms for cuddling", "clues": [["smooching", [4, 1714, 0]], ["fondling", [4, 1714, 1]], ["necking", [4, 1714, 2]], ["petting", [4, 1714, 3]], ["snuggling", [4, 1714, 4]], ["caressing", [4, 1714, 5]], ["kissing", [4, 1714, 6]], ["hugging", [4, 1714, 7]]]}, {"answer": "cue", "hint": "synonyms for cue", "clues": [["cue stick", [4, 1715, 0]], ["discriminative stimulus", [4, 1715, 1]], ["clew", [4, 1715, 2]], ["pool cue", [4, 1715, 3]], ["pool stick", [4, 1715, 4]], ["clue", [4, 1715, 5]]]}, {"answer": "cuff", "hint": "synonyms for cuff", "clues": [["turnup", [4, 1716, 0]], ["handcuff", [4, 1716, 1]], ["manacle", [4, 1716, 2]], ["handlock", [4, 1716, 3]]]}, {"answer": "cul_de_sac", "hint": "synonyms for cul de sac", "clues": [["dead-end street", [4, 1717, 0]], ["impasse", [4, 1717, 1]], ["blind alley", [4, 1717, 2]], ["dead end", [4, 1717, 3]], ["cul", [4, 1717, 4]]]}, {"answer": "culmination", "hint": "synonyms for culmination", "clues": [["apogee", [4, 1718, 0]], ["climax", [4, 1718, 1]], ["completion", [4, 1718, 2]], ["windup", [4, 1718, 3]], ["mop up", [4, 1718, 4]], ["closing", [4, 1718, 5]]]}, {"answer": "cult", "hint": "synonyms for cult", "clues": [["furor", [4, 1719, 0]], ["craze", [4, 1719, 1]], ["rage", [4, 1719, 2]], ["cultus", [4, 1719, 3]], ["fad", [4, 1719, 4]], ["religious cult", [4, 1719, 5]]]}, {"answer": "cultivated_land", "hint": "synonyms for cultivated land", "clues": [["plowland", [4, 1720, 0]], ["tillage", [4, 1720, 1]], ["tilled land", [4, 1720, 2]], ["farmland", [4, 1720, 3]], ["tilth", [4, 1720, 4]], ["ploughland", [4, 1720, 5]]]}, {"answer": "cumulation", "hint": "synonyms for cumulation", "clues": [["heap", [4, 1721, 0]], ["cumulus", [4, 1721, 1]], ["agglomerate", [4, 1721, 2]], ["mound", [4, 1721, 3]], ["pile", [4, 1721, 4]]]}, {"answer": "cumulus", "hint": "synonyms for cumulus", "clues": [["heap", [4, 1722, 0]], ["agglomerate", [4, 1722, 1]], ["mound", [4, 1722, 2]], ["cumulus cloud", [4, 1722, 3]], ["cumulation", [4, 1722, 4]], ["pile", [4, 1722, 5]]]}, {"answer": "curb", "hint": "synonyms for curb", "clues": [["bridle", [4, 1723, 0]], ["curbing", [4, 1723, 1]], ["check", [4, 1723, 2]], ["curb bit", [4, 1723, 3]], ["kerb", [4, 1723, 4]]]}, {"answer": "curing", "hint": "synonyms for curing", "clues": [["solidifying", [4, 1724, 0]], ["hardening", [4, 1724, 1]], ["set", [4, 1724, 2]], ["solidification", [4, 1724, 3]]]}, {"answer": "curio", "hint": "synonyms for curio", "clues": [["peculiarity", [4, 1725, 0]], ["curiosity", [4, 1725, 1]], ["oddity", [4, 1725, 2]], ["rarity", [4, 1725, 3]], ["oddment", [4, 1725, 4]]]}, {"answer": "curiosity", "hint": "synonyms for curiosity", "clues": [["peculiarity", [4, 1726, 0]], ["wonder", [4, 1726, 1]], ["curio", [4, 1726, 2]], ["oddity", [4, 1726, 3]], ["rarity", [4, 1726, 4]], ["oddment", [4, 1726, 5]]]}, {"answer": "curl", "hint": "synonyms for curl", "clues": [["gyre", [4, 1727, 0]], ["whorl", [4, 1727, 1]], ["ringlet", [4, 1727, 2]], ["roll", [4, 1727, 3]], ["curlicue", [4, 1727, 4]], ["scroll", [4, 1727, 5]], ["coil", [4, 1727, 6]]]}, {"answer": "curlicue", "hint": "synonyms for curlicue", "clues": [["curl", [4, 1728, 0]], ["squiggle", [4, 1728, 1]], ["gyre", [4, 1728, 2]], ["whorl", [4, 1728, 3]], ["ringlet", [4, 1728, 4]], ["roll", [4, 1728, 5]], ["scroll", [4, 1728, 6]], ["coil", [4, 1728, 7]]]}, {"answer": "curse", "hint": "synonyms for curse", "clues": [["hex", [4, 1729, 0]], ["jinx", [4, 1729, 1]], ["swearword", [4, 1729, 2]], ["expletive", [4, 1729, 3]], ["oath", [4, 1729, 4]], ["torment", [4, 1729, 5]], ["condemnation", [4, 1729, 6]], ["cuss", [4, 1729, 7]], ["execration", [4, 1729, 8]], ["curse word", [4, 1729, 9]], ["swearing", [4, 1729, 10]], ["whammy", [4, 1729, 11]]]}, {"answer": "curse_word", "hint": "synonyms for curse word", "clues": [["swearword", [4, 1730, 0]], ["expletive", [4, 1730, 1]], ["oath", [4, 1730, 2]], ["swearing", [4, 1730, 3]], ["curse", [4, 1730, 4]], ["cuss", [4, 1730, 5]]]}, {"answer": "curtain", "hint": "synonyms for curtain", "clues": [["drape", [4, 1731, 0]], ["pall", [4, 1731, 1]], ["mantle", [4, 1731, 2]], ["drapery", [4, 1731, 3]]]}, {"answer": "curtness", "hint": "synonyms for curtness", "clues": [["shortness", [4, 1732, 0]], ["abruptness", [4, 1732, 1]], ["brusqueness", [4, 1732, 2]], ["gruffness", [4, 1732, 3]]]}, {"answer": "curve", "hint": "synonyms for curve", "clues": [["curved shape", [4, 1733, 0]], ["breaking ball", [4, 1733, 1]], ["curve ball", [4, 1733, 2]], ["bend", [4, 1733, 3]], ["bender", [4, 1733, 4]], ["curvature", [4, 1733, 5]]]}, {"answer": "cuss", "hint": "synonyms for cuss", "clues": [["swearword", [4, 1734, 0]], ["expletive", [4, 1734, 1]], ["oath", [4, 1734, 2]], ["curse word", [4, 1734, 3]], ["swearing", [4, 1734, 4]], ["curse", [4, 1734, 5]]]}, {"answer": "customs", "hint": "synonyms for customs", "clues": [["custom", [4, 1735, 0]], ["usage", [4, 1735, 1]], ["tradition", [4, 1735, 2]], ["usance", [4, 1735, 3]], ["customs duty", [4, 1735, 4]], ["impost", [4, 1735, 5]]]}, {"answer": "cutaneous_senses", "hint": "synonyms for cutaneous senses", "clues": [["touch", [4, 1736, 0]], ["touch modality", [4, 1736, 1]], ["sense of touch", [4, 1736, 2]], ["skin senses", [4, 1736, 3]]]}, {"answer": "cutter", "hint": "synonyms for cutter", "clues": [["cutlery", [4, 1737, 0]], ["ship's boat", [4, 1737, 1]], ["tender", [4, 1737, 2]], ["pinnace", [4, 1737, 3]], ["cutting tool", [4, 1737, 4]]]}, {"answer": "cwt", "hint": "synonyms for cwt", "clues": [["centner", [4, 1738, 0]], ["cental", [4, 1738, 1]], ["long hundredweight", [4, 1738, 2]], ["hundredweight", [4, 1738, 3]], ["short hundredweight", [4, 1738, 4]], ["quintal", [4, 1738, 5]]]}, {"answer": "cycle", "hint": "synonyms for cycle", "clues": [["cycle per second", [4, 1739, 0]], ["cycles/second", [4, 1739, 1]], ["hertz", [4, 1739, 2]], ["round", [4, 1739, 3]], ["rhythm", [4, 1739, 4]], ["oscillation", [4, 1739, 5]], ["bike", [4, 1739, 6]], ["cps", [4, 1739, 7]], ["bicycle", [4, 1739, 8]], ["wheel", [4, 1739, 9]]]}, {"answer": "cycle_per_second", "hint": "synonyms for cycle per second", "clues": [["cps", [4, 1740, 0]], ["cycles/second", [4, 1740, 1]], ["hertz", [4, 1740, 2]], ["cycle", [4, 1740, 3]]]}, {"answer": "cycles/second", "hint": "synonyms for cycles/second", "clues": [["cycle per second", [4, 1741, 0]], ["cps", [4, 1741, 1]], ["hertz", [4, 1741, 2]], ["cycle", [4, 1741, 3]]]}, {"answer": "cypher", "hint": "synonyms for cypher", "clues": [["zip", [4, 1742, 0]], ["cipher", [4, 1742, 1]], ["nix", [4, 1742, 2]], ["null", [4, 1742, 3]], ["nothing", [4, 1742, 4]], ["aught", [4, 1742, 5]], ["cryptograph", [4, 1742, 6]], ["nought", [4, 1742, 7]], ["secret code", [4, 1742, 8]], ["zilch", [4, 1742, 9]], ["zero", [4, 1742, 10]], ["nada", [4, 1742, 11]], ["nil", [4, 1742, 12]], ["zippo", [4, 1742, 13]], ["0", [4, 1742, 14]], ["goose egg", [4, 1742, 15]]]}, {"answer": "dab", "hint": "synonyms for dab", "clues": [["pat", [4, 1743, 0]], ["splatter", [4, 1743, 1]], ["tap", [4, 1743, 2]], ["splash", [4, 1743, 3]]]}, {"answer": "dais", "hint": "synonyms for dais", "clues": [["ambo", [4, 1744, 0]], ["stump", [4, 1744, 1]], ["pulpit", [4, 1744, 2]], ["rostrum", [4, 1744, 3]], ["soapbox", [4, 1744, 4]], ["podium", [4, 1744, 5]]]}, {"answer": "dalliance", "hint": "synonyms for dalliance", "clues": [["toying", [4, 1745, 0]], ["trifling", [4, 1745, 1]], ["dawdling", [4, 1745, 2]], ["flirting", [4, 1745, 3]], ["flirtation", [4, 1745, 4]], ["coquetry", [4, 1745, 5]]]}, {"answer": "dam", "hint": "synonyms for dam", "clues": [["dkm", [4, 1746, 0]], ["dekameter", [4, 1746, 1]], ["dyke", [4, 1746, 2]], ["decametre", [4, 1746, 3]], ["dike", [4, 1746, 4]]]}, {"answer": "damage", "hint": "synonyms for damage", "clues": [["harm", [4, 1747, 0]], ["impairment", [4, 1747, 1]], ["scathe", [4, 1747, 2]], ["terms", [4, 1747, 3]], ["hurt", [4, 1747, 4]], ["price", [4, 1747, 5]], ["legal injury", [4, 1747, 6]], ["wrong", [4, 1747, 7]], ["equipment casualty", [4, 1747, 8]]]}, {"answer": "damages", "hint": "synonyms for damages", "clues": [["damage", [4, 1748, 0]], ["terms", [4, 1748, 1]], ["hurt", [4, 1748, 2]], ["harm", [4, 1748, 3]], ["price", [4, 1748, 4]], ["restitution", [4, 1748, 5]], ["impairment", [4, 1748, 6]], ["scathe", [4, 1748, 7]], ["redress", [4, 1748, 8]], ["amends", [4, 1748, 9]], ["indemnity", [4, 1748, 10]], ["indemnification", [4, 1748, 11]], ["legal injury", [4, 1748, 12]], ["wrong", [4, 1748, 13]], ["equipment casualty", [4, 1748, 14]]]}, {"answer": "dandle_board", "hint": "synonyms for dandle board", "clues": [["teeter-totter", [4, 1749, 0]], ["tilting board", [4, 1749, 1]], ["teeterboard", [4, 1749, 2]], ["seesaw", [4, 1749, 3]], ["teeter", [4, 1749, 4]]]}, {"answer": "dapple", "hint": "synonyms for dapple", "clues": [["maculation", [4, 1750, 0]], ["patch", [4, 1750, 1]], ["fleck", [4, 1750, 2]], ["speckle", [4, 1750, 3]], ["spot", [4, 1750, 4]]]}, {"answer": "darkness", "hint": "synonyms for darkness", "clues": [["duskiness", [4, 1751, 0]], ["dark", [4, 1751, 1]], ["swarthiness", [4, 1751, 2]], ["shadow", [4, 1751, 3]]]}, {"answer": "darn", "hint": "synonyms for darn", "clues": [["tinker's dam", [4, 1752, 0]], ["red cent", [4, 1752, 1]], ["patch", [4, 1752, 2]], ["shucks", [4, 1752, 3]], ["mend", [4, 1752, 4]], ["hoot", [4, 1752, 5]], ["damn", [4, 1752, 6]], ["shit", [4, 1752, 7]]]}, {"answer": "dash", "hint": "synonyms for dash", "clues": [["hyphen", [4, 1753, 0]], ["bolt", [4, 1753, 1]], ["style", [4, 1753, 2]], ["flair", [4, 1753, 3]], ["dah", [4, 1753, 4]], ["sprint", [4, 1753, 5]], ["panache", [4, 1753, 6]], ["elan", [4, 1753, 7]]]}, {"answer": "dasheen", "hint": "synonyms for dasheen", "clues": [["taro", [4, 1754, 0]], ["taro root", [4, 1754, 1]], ["edda", [4, 1754, 2]], ["cocoyam", [4, 1754, 3]]]}, {"answer": "data_processor", "hint": "synonyms for data processor", "clues": [["computer", [4, 1755, 0]], ["electronic computer", [4, 1755, 1]], ["computing machine", [4, 1755, 2]], ["information processing system", [4, 1755, 3]], ["computing device", [4, 1755, 4]]]}, {"answer": "date", "hint": "synonyms for date", "clues": [["day of the month", [4, 1756, 0]], ["engagement", [4, 1756, 1]], ["appointment", [4, 1756, 2]], ["particular date", [4, 1756, 3]]]}, {"answer": "daub", "hint": "synonyms for daub", "clues": [["smirch", [4, 1757, 0]], ["blot", [4, 1757, 1]], ["spot", [4, 1757, 2]], ["smear", [4, 1757, 3]], ["slur", [4, 1757, 4]], ["smudge", [4, 1757, 5]]]}, {"answer": "davy_jones", "hint": "synonyms for davy jones", "clues": [["sea bottom", [4, 1758, 0]], ["ocean floor", [4, 1758, 1]], ["ocean bottom", [4, 1758, 2]], ["seabed", [4, 1758, 3]], ["sea floor", [4, 1758, 4]]]}, {"answer": "davy_jones's_locker", "hint": "synonyms for davy jones's locker", "clues": [["sea bottom", [4, 1759, 0]], ["ocean floor", [4, 1759, 1]], ["ocean bottom", [4, 1759, 2]], ["seabed", [4, 1759, 3]], ["sea floor", [4, 1759, 4]]]}, {"answer": "dawn", "hint": "synonyms for dawn", "clues": [["break of day", [4, 1760, 0]], ["first light", [4, 1760, 1]], ["sunup", [4, 1760, 2]], ["dawning", [4, 1760, 3]], ["morning", [4, 1760, 4]], ["daybreak", [4, 1760, 5]], ["aurora", [4, 1760, 6]], ["dayspring", [4, 1760, 7]], ["sunrise", [4, 1760, 8]], ["cockcrow", [4, 1760, 9]]]}, {"answer": "dawning", "hint": "synonyms for dawning", "clues": [["break of day", [4, 1761, 0]], ["first light", [4, 1761, 1]], ["sunup", [4, 1761, 2]], ["dawn", [4, 1761, 3]], ["daybreak", [4, 1761, 4]], ["aurora", [4, 1761, 5]], ["dayspring", [4, 1761, 6]], ["sunrise", [4, 1761, 7]], ["morning", [4, 1761, 8]], ["cockcrow", [4, 1761, 9]]]}, {"answer": "day", "hint": "synonyms for day", "clues": [["sidereal day", [4, 1762, 0]], ["24-hour interval", [4, 1762, 1]], ["daytime", [4, 1762, 2]], ["twenty-four hour period", [4, 1762, 3]], ["mean solar day", [4, 1762, 4]], ["twenty-four hours", [4, 1762, 5]], ["daylight", [4, 1762, 6]], ["solar day", [4, 1762, 7]]]}, {"answer": "day_book", "hint": "synonyms for day book", "clues": [["police blotter", [4, 1763, 0]], ["rap sheet", [4, 1763, 1]], ["charge sheet", [4, 1763, 2]], ["blotter", [4, 1763, 3]]]}, {"answer": "day_of_judgement", "hint": "synonyms for day of judgement", "clues": [["doomsday", [4, 1764, 0]], ["crack of doom", [4, 1764, 1]], ["end of the world", [4, 1764, 2]], ["eschaton", [4, 1764, 3]], ["day of reckoning", [4, 1764, 4]]]}, {"answer": "day_of_judgment", "hint": "synonyms for day of judgment", "clues": [["doomsday", [4, 1765, 0]], ["crack of doom", [4, 1765, 1]], ["end of the world", [4, 1765, 2]], ["eschaton", [4, 1765, 3]], ["day of reckoning", [4, 1765, 4]]]}, {"answer": "day_of_reckoning", "hint": "synonyms for day of reckoning", "clues": [["doomsday", [4, 1766, 0]], ["crack of doom", [4, 1766, 1]], ["doom", [4, 1766, 2]], ["end of the world", [4, 1766, 3]], ["eschaton", [4, 1766, 4]]]}, {"answer": "daybreak", "hint": "synonyms for daybreak", "clues": [["break of day", [4, 1767, 0]], ["first light", [4, 1767, 1]], ["sunup", [4, 1767, 2]], ["dawn", [4, 1767, 3]], ["aurora", [4, 1767, 4]], ["dayspring", [4, 1767, 5]], ["sunrise", [4, 1767, 6]], ["morning", [4, 1767, 7]], ["cockcrow", [4, 1767, 8]]]}, {"answer": "daydream", "hint": "synonyms for daydream", "clues": [["castle in the air", [4, 1768, 0]], ["revery", [4, 1768, 1]], ["air castle", [4, 1768, 2]], ["oneirism", [4, 1768, 3]], ["castle in Spain", [4, 1768, 4]], ["reverie", [4, 1768, 5]], ["daydreaming", [4, 1768, 6]]]}, {"answer": "daydreaming", "hint": "synonyms for daydreaming", "clues": [["castle in the air", [4, 1769, 0]], ["revery", [4, 1769, 1]], ["daydream", [4, 1769, 2]], ["oneirism", [4, 1769, 3]], ["castle in Spain", [4, 1769, 4]], ["reverie", [4, 1769, 5]], ["air castle", [4, 1769, 6]]]}, {"answer": "days", "hint": "synonyms for days", "clues": [["sidereal day", [4, 1770, 0]], ["mean solar day", [4, 1770, 1]], ["day", [4, 1770, 2]], ["twenty-four hours", [4, 1770, 3]], ["daytime", [4, 1770, 4]], ["daylight", [4, 1770, 5]], ["solar day", [4, 1770, 6]], ["years", [4, 1770, 7]], ["24-hour interval", [4, 1770, 8]], ["twenty-four hour period", [4, 1770, 9]]]}, {"answer": "dayspring", "hint": "synonyms for dayspring", "clues": [["break of day", [4, 1771, 0]], ["first light", [4, 1771, 1]], ["sunup", [4, 1771, 2]], ["dawn", [4, 1771, 3]], ["daybreak", [4, 1771, 4]], ["aurora", [4, 1771, 5]], ["sunrise", [4, 1771, 6]], ["morning", [4, 1771, 7]], ["cockcrow", [4, 1771, 8]]]}, {"answer": "daze", "hint": "synonyms for daze", "clues": [["fog", [4, 1772, 0]], ["shock", [4, 1772, 1]], ["stupor", [4, 1772, 2]], ["haze", [4, 1772, 3]]]}, {"answer": "db", "hint": "synonyms for db", "clues": [["dB", [4, 1773, 0]], ["atomic number 105", [4, 1773, 1]], ["decibel", [4, 1773, 2]], ["element 105", [4, 1773, 3]], ["dubnium", [4, 1773, 4]], ["hahnium", [4, 1773, 5]]]}, {"answer": "deal", "hint": "synonyms for deal", "clues": [["heap", [4, 1774, 0]], ["peck", [4, 1774, 1]], ["flock", [4, 1774, 2]], ["softwood", [4, 1774, 3]], ["quite a little", [4, 1774, 4]], ["hand", [4, 1774, 5]], ["mess", [4, 1774, 6]], ["sight", [4, 1774, 7]], ["wad", [4, 1774, 8]], ["batch", [4, 1774, 9]], ["hatful", [4, 1774, 10]], ["mickle", [4, 1774, 11]], ["stack", [4, 1774, 12]], ["passel", [4, 1774, 13]], ["plenty", [4, 1774, 14]], ["business deal", [4, 1774, 15]], ["bargain", [4, 1774, 16]], ["pile", [4, 1774, 17]], ["slew", [4, 1774, 18]], ["great deal", [4, 1774, 19]], ["spate", [4, 1774, 20]], ["muckle", [4, 1774, 21]], ["mint", [4, 1774, 22]], ["pot", [4, 1774, 23]], ["lot", [4, 1774, 24]], ["tidy sum", [4, 1774, 25]], ["good deal", [4, 1774, 26]], ["mass", [4, 1774, 27]], ["mountain", [4, 1774, 28]], ["trade", [4, 1774, 29]], ["raft", [4, 1774, 30]]]}, {"answer": "dealings", "hint": "synonyms for dealings", "clues": [["transaction", [4, 1775, 0]], ["dealing", [4, 1775, 1]], ["relations", [4, 1775, 2]], ["traffic", [4, 1775, 3]]]}, {"answer": "death", "hint": "synonyms for death", "clues": [["demise", [4, 1776, 0]], ["dying", [4, 1776, 1]], ["expiry", [4, 1776, 2]], ["decease", [4, 1776, 3]], ["last", [4, 1776, 4]]]}, {"answer": "death_rate", "hint": "synonyms for death rate", "clues": [["deathrate", [4, 1777, 0]], ["mortality", [4, 1777, 1]], ["mortality rate", [4, 1777, 2]], ["fatality rate", [4, 1777, 3]]]}, {"answer": "deathrate", "hint": "synonyms for deathrate", "clues": [["mortality rate", [4, 1778, 0]], ["mortality", [4, 1778, 1]], ["death rate", [4, 1778, 2]], ["fatality rate", [4, 1778, 3]]]}, {"answer": "debacle", "hint": "synonyms for debacle", "clues": [["slaughter", [4, 1779, 0]], ["drubbing", [4, 1779, 1]], ["whipping", [4, 1779, 2]], ["trouncing", [4, 1779, 3]], ["walloping", [4, 1779, 4]], ["fiasco", [4, 1779, 5]], ["thrashing", [4, 1779, 6]]]}, {"answer": "debate", "hint": "synonyms for debate", "clues": [["argument", [4, 1780, 0]], ["public debate", [4, 1780, 1]], ["disputation", [4, 1780, 2]], ["argumentation", [4, 1780, 3]]]}, {"answer": "debauch", "hint": "synonyms for debauch", "clues": [["saturnalia", [4, 1781, 0]], ["drunken revelry", [4, 1781, 1]], ["orgy", [4, 1781, 2]], ["bacchanalia", [4, 1781, 3]], ["riot", [4, 1781, 4]], ["debauchery", [4, 1781, 5]]]}, {"answer": "debauchery", "hint": "synonyms for debauchery", "clues": [["debauch", [4, 1782, 0]], ["saturnalia", [4, 1782, 1]], ["drunken revelry", [4, 1782, 2]], ["orgy", [4, 1782, 3]], ["bacchanalia", [4, 1782, 4]], ["riot", [4, 1782, 5]]]}, {"answer": "debris", "hint": "synonyms for debris", "clues": [["rubble", [4, 1783, 0]], ["junk", [4, 1783, 1]], ["dust", [4, 1783, 2]], ["detritus", [4, 1783, 3]]]}, {"answer": "debut", "hint": "synonyms for debut", "clues": [["unveiling", [4, 1784, 0]], ["launching", [4, 1784, 1]], ["introduction", [4, 1784, 2]], ["first appearance", [4, 1784, 3]], ["entry", [4, 1784, 4]]]}, {"answer": "decade", "hint": "synonyms for decade", "clues": [["decennary", [4, 1785, 0]], ["ten", [4, 1785, 1]], ["10", [4, 1785, 2]], ["tenner", [4, 1785, 3]], ["decennium", [4, 1785, 4]]]}, {"answer": "decalitre", "hint": "synonyms for decalitre", "clues": [["dekalitre", [4, 1786, 0]], ["dkl", [4, 1786, 1]], ["dal", [4, 1786, 2]], ["decaliter", [4, 1786, 3]]]}, {"answer": "decameter", "hint": "synonyms for decameter", "clues": [["dkm", [4, 1787, 0]], ["dekameter", [4, 1787, 1]], ["decametre", [4, 1787, 2]], ["dam", [4, 1787, 3]]]}, {"answer": "decay", "hint": "synonyms for decay", "clues": [["radioactive decay", [4, 1788, 0]], ["disintegration", [4, 1788, 1]], ["decomposition", [4, 1788, 2]], ["decline", [4, 1788, 3]]]}, {"answer": "deceit", "hint": "synonyms for deceit", "clues": [["dissimulation", [4, 1789, 0]], ["fraudulence", [4, 1789, 1]], ["deception", [4, 1789, 2]], ["dissembling", [4, 1789, 3]], ["misrepresentation", [4, 1789, 4]]]}, {"answer": "deception", "hint": "synonyms for deception", "clues": [["dissimulation", [4, 1790, 0]], ["illusion", [4, 1790, 1]], ["legerdemain", [4, 1790, 2]], ["dissembling", [4, 1790, 3]], ["conjuration", [4, 1790, 4]], ["deceit", [4, 1790, 5]], ["magic trick", [4, 1790, 6]], ["misrepresentation", [4, 1790, 7]], ["thaumaturgy", [4, 1790, 8]], ["conjuring trick", [4, 1790, 9]], ["trick", [4, 1790, 10]], ["magic", [4, 1790, 11]]]}, {"answer": "declaration", "hint": "synonyms for declaration", "clues": [["proclamation", [4, 1791, 0]], ["resolve", [4, 1791, 1]], ["announcement", [4, 1791, 2]], ["resolution", [4, 1791, 3]], ["contract", [4, 1791, 4]], ["annunciation", [4, 1791, 5]]]}, {"answer": "declarative_mood", "hint": "synonyms for declarative mood", "clues": [["indicative mood", [4, 1792, 0]], ["fact mood", [4, 1792, 1]], ["common mood", [4, 1792, 2]], ["indicative", [4, 1792, 3]], ["declarative", [4, 1792, 4]]]}, {"answer": "declension", "hint": "synonyms for declension", "clues": [["worsening", [4, 1793, 0]], ["declivity", [4, 1793, 1]], ["downslope", [4, 1793, 2]], ["fall", [4, 1793, 3]], ["declination", [4, 1793, 4]], ["decline in quality", [4, 1793, 5]], ["deterioration", [4, 1793, 6]], ["descent", [4, 1793, 7]], ["decline", [4, 1793, 8]]]}, {"answer": "declination", "hint": "synonyms for declination", "clues": [["declension", [4, 1794, 0]], ["regrets", [4, 1794, 1]], ["declivity", [4, 1794, 2]], ["downslope", [4, 1794, 3]], ["fall", [4, 1794, 4]], ["descent", [4, 1794, 5]], ["dec", [4, 1794, 6]], ["celestial latitude", [4, 1794, 7]], ["decline", [4, 1794, 8]]]}, {"answer": "decline", "hint": "synonyms for decline", "clues": [["declension", [4, 1795, 0]], ["diminution", [4, 1795, 1]], ["declivity", [4, 1795, 2]], ["downslope", [4, 1795, 3]], ["fall", [4, 1795, 4]], ["decay", [4, 1795, 5]], ["declination", [4, 1795, 6]], ["descent", [4, 1795, 7]]]}, {"answer": "declivity", "hint": "synonyms for declivity", "clues": [["declension", [4, 1796, 0]], ["descent", [4, 1796, 1]], ["fall", [4, 1796, 2]], ["downslope", [4, 1796, 3]], ["declination", [4, 1796, 4]], ["decline", [4, 1796, 5]]]}, {"answer": "decomposition", "hint": "synonyms for decomposition", "clues": [["rot", [4, 1797, 0]], ["rotting", [4, 1797, 1]], ["decay", [4, 1797, 2]], ["decomposition reaction", [4, 1797, 3]], ["vector decomposition", [4, 1797, 4]], ["chemical decomposition reaction", [4, 1797, 5]], ["putrefaction", [4, 1797, 6]]]}, {"answer": "decoration", "hint": "synonyms for decoration", "clues": [["laurel wreath", [4, 1798, 0]], ["medallion", [4, 1798, 1]], ["ornamentation", [4, 1798, 2]], ["ribbon", [4, 1798, 3]], ["palm", [4, 1798, 4]], ["ornament", [4, 1798, 5]], ["medal", [4, 1798, 6]]]}, {"answer": "decrease", "hint": "synonyms for decrease", "clues": [["diminution", [4, 1799, 0]], ["lessening", [4, 1799, 1]], ["step-down", [4, 1799, 2]], ["decrement", [4, 1799, 3]], ["drop-off", [4, 1799, 4]], ["reduction", [4, 1799, 5]]]}, {"answer": "decree", "hint": "synonyms for decree", "clues": [["edict", [4, 1800, 0]], ["fiat", [4, 1800, 1]], ["order", [4, 1800, 2]], ["rescript", [4, 1800, 3]]]}, {"answer": "dedication", "hint": "synonyms for dedication", "clues": [["commitment", [4, 1801, 0]], ["allegiance", [4, 1801, 1]], ["loyalty", [4, 1801, 2]], ["inscription", [4, 1801, 3]]]}, {"answer": "deduction", "hint": "synonyms for deduction", "clues": [["price reduction", [4, 1802, 0]], ["implication", [4, 1802, 1]], ["tax write-off", [4, 1802, 2]], ["entailment", [4, 1802, 3]], ["discount", [4, 1802, 4]], ["subtraction", [4, 1802, 5]], ["tax deduction", [4, 1802, 6]], ["deductive reasoning", [4, 1802, 7]], ["synthesis", [4, 1802, 8]]]}, {"answer": "deed", "hint": "synonyms for deed", "clues": [["act", [4, 1803, 0]], ["title", [4, 1803, 1]], ["human activity", [4, 1803, 2]], ["human action", [4, 1803, 3]], ["deed of conveyance", [4, 1803, 4]]]}, {"answer": "deeds", "hint": "synonyms for deeds", "clues": [["act", [4, 1804, 0]], ["works", [4, 1804, 1]], ["deed", [4, 1804, 2]], ["human activity", [4, 1804, 3]], ["title", [4, 1804, 4]], ["human action", [4, 1804, 5]], ["deed of conveyance", [4, 1804, 6]]]}, {"answer": "deep_brown", "hint": "synonyms for deep brown", "clues": [["burnt umber", [4, 1805, 0]], ["umber", [4, 1805, 1]], ["coffee", [4, 1805, 2]], ["chocolate", [4, 1805, 3]]]}, {"answer": "deepness", "hint": "synonyms for deepness", "clues": [["depth", [4, 1806, 0]], ["profoundness", [4, 1806, 1]], ["astuteness", [4, 1806, 2]], ["profundity", [4, 1806, 3]]]}, {"answer": "defalcation", "hint": "synonyms for defalcation", "clues": [["misapplication", [4, 1807, 0]], ["peculation", [4, 1807, 1]], ["misappropriation", [4, 1807, 2]], ["embezzlement", [4, 1807, 3]]]}, {"answer": "defamation", "hint": "synonyms for defamation", "clues": [["slander", [4, 1808, 0]], ["calumny", [4, 1808, 1]], ["obloquy", [4, 1808, 2]], ["hatchet job", [4, 1808, 3]], ["traducement", [4, 1808, 4]], ["aspersion", [4, 1808, 5]], ["calumniation", [4, 1808, 6]], ["denigration", [4, 1808, 7]]]}, {"answer": "defence", "hint": "synonyms for defence", "clues": [["demurrer", [4, 1809, 0]], ["refutation", [4, 1809, 1]], ["defense", [4, 1809, 2]], ["defence mechanism", [4, 1809, 3]], ["defense reaction", [4, 1809, 4]], ["defense lawyers", [4, 1809, 5]], ["denial", [4, 1809, 6]], ["defense force", [4, 1809, 7]], ["defensive structure", [4, 1809, 8]], ["vindication", [4, 1809, 9]], ["defense team", [4, 1809, 10]], ["defensive measure", [4, 1809, 11]], ["defending team", [4, 1809, 12]]]}, {"answer": "defense", "hint": "synonyms for defense", "clues": [["defence", [4, 1810, 0]], ["demurrer", [4, 1810, 1]], ["refutation", [4, 1810, 2]], ["defence mechanism", [4, 1810, 3]], ["defense reaction", [4, 1810, 4]], ["defense lawyers", [4, 1810, 5]], ["denial", [4, 1810, 6]], ["defense force", [4, 1810, 7]], ["vindication", [4, 1810, 8]], ["defense team", [4, 1810, 9]], ["defensive measure", [4, 1810, 10]], ["defensive structure", [4, 1810, 11]], ["defending team", [4, 1810, 12]]]}, {"answer": "deference", "hint": "synonyms for deference", "clues": [["compliance", [4, 1811, 0]], ["respect", [4, 1811, 1]], ["obligingness", [4, 1811, 2]], ["respectfulness", [4, 1811, 3]]]}, {"answer": "deflection", "hint": "synonyms for deflection", "clues": [["refraction", [4, 1812, 0]], ["deviation", [4, 1812, 1]], ["deflexion", [4, 1812, 2]], ["divagation", [4, 1812, 3]], ["digression", [4, 1812, 4]], ["bending", [4, 1812, 5]], ["diversion", [4, 1812, 6]]]}, {"answer": "deflexion", "hint": "synonyms for deflexion", "clues": [["deflection", [4, 1813, 0]], ["refraction", [4, 1813, 1]], ["deviation", [4, 1813, 2]], ["divagation", [4, 1813, 3]], ["digression", [4, 1813, 4]], ["bending", [4, 1813, 5]], ["diversion", [4, 1813, 6]]]}, {"answer": "deftness", "hint": "synonyms for deftness", "clues": [["adroitness", [4, 1814, 0]], ["adeptness", [4, 1814, 1]], ["quickness", [4, 1814, 2]], ["facility", [4, 1814, 3]]]}, {"answer": "degeneracy", "hint": "synonyms for degeneracy", "clues": [["putrefaction", [4, 1815, 0]], ["corruption", [4, 1815, 1]], ["depravity", [4, 1815, 2]], ["depravation", [4, 1815, 3]]]}, {"answer": "degree", "hint": "synonyms for degree", "clues": [["grade", [4, 1816, 0]], ["arcdegree", [4, 1816, 1]], ["level", [4, 1816, 2]], ["academic degree", [4, 1816, 3]]]}, {"answer": "dejectedness", "hint": "synonyms for dejectedness", "clues": [["dispiritedness", [4, 1817, 0]], ["lowness", [4, 1817, 1]], ["downheartedness", [4, 1817, 2]], ["low-spiritedness", [4, 1817, 3]]]}, {"answer": "dejection", "hint": "synonyms for dejection", "clues": [["stool", [4, 1818, 0]], ["faeces", [4, 1818, 1]], ["faecal matter", [4, 1818, 2]], ["ordure", [4, 1818, 3]]]}, {"answer": "dekaliter", "hint": "synonyms for dekaliter", "clues": [["dekalitre", [4, 1819, 0]], ["dkl", [4, 1819, 1]], ["dal", [4, 1819, 2]], ["decaliter", [4, 1819, 3]]]}, {"answer": "dekalitre", "hint": "synonyms for dekalitre", "clues": [["dekaliter", [4, 1820, 0]], ["dkl", [4, 1820, 1]], ["dal", [4, 1820, 2]], ["decalitre", [4, 1820, 3]]]}, {"answer": "dekametre", "hint": "synonyms for dekametre", "clues": [["dkm", [4, 1821, 0]], ["dekameter", [4, 1821, 1]], ["decametre", [4, 1821, 2]], ["dam", [4, 1821, 3]]]}, {"answer": "delay", "hint": "synonyms for delay", "clues": [["hold", [4, 1822, 0]], ["wait", [4, 1822, 1]], ["time lag", [4, 1822, 2]], ["postponement", [4, 1822, 3]], ["holdup", [4, 1822, 4]]]}, {"answer": "delegacy", "hint": "synonyms for delegacy", "clues": [["mission", [4, 1823, 0]], ["delegation", [4, 1823, 1]], ["commission", [4, 1823, 2]], ["deputation", [4, 1823, 3]]]}, {"answer": "delegation", "hint": "synonyms for delegation", "clues": [["deputation", [4, 1824, 0]], ["mission", [4, 1824, 1]], ["relegating", [4, 1824, 2]], ["commission", [4, 1824, 3]], ["delegacy", [4, 1824, 4]]]}, {"answer": "deliberation", "hint": "synonyms for deliberation", "clues": [["calculation", [4, 1825, 0]], ["slowness", [4, 1825, 1]], ["unhurriedness", [4, 1825, 2]], ["weighing", [4, 1825, 3]], ["advisement", [4, 1825, 4]], ["deliberateness", [4, 1825, 5]]]}, {"answer": "delicacy", "hint": "synonyms for delicacy", "clues": [["slightness", [4, 1826, 0]], ["fragility", [4, 1826, 1]], ["dainty", [4, 1826, 2]], ["goody", [4, 1826, 3]], ["kickshaw", [4, 1826, 4]], ["airiness", [4, 1826, 5]], ["treat", [4, 1826, 6]], ["discreetness", [4, 1826, 7]], ["daintiness", [4, 1826, 8]], ["fineness", [4, 1826, 9]], ["finesse", [4, 1826, 10]], ["discretion", [4, 1826, 11]], ["diplomacy", [4, 1826, 12]]]}, {"answer": "delimitation", "hint": "synonyms for delimitation", "clues": [["boundary line", [4, 1827, 0]], ["mete", [4, 1827, 1]], ["border", [4, 1827, 2]], ["borderline", [4, 1827, 3]]]}, {"answer": "delineation", "hint": "synonyms for delineation", "clues": [["line drawing", [4, 1828, 0]], ["depiction", [4, 1828, 1]], ["word-painting", [4, 1828, 2]], ["limning", [4, 1828, 3]], ["characterisation", [4, 1828, 4]], ["word picture", [4, 1828, 5]], ["portrayal", [4, 1828, 6]], ["picture", [4, 1828, 7]]]}, {"answer": "delivery", "hint": "synonyms for delivery", "clues": [["rescue", [4, 1829, 0]], ["manner of speaking", [4, 1829, 1]], ["deliverance", [4, 1829, 2]], ["speech", [4, 1829, 3]], ["livery", [4, 1829, 4]], ["pitch", [4, 1829, 5]], ["saving", [4, 1829, 6]], ["obstetrical delivery", [4, 1829, 7]], ["legal transfer", [4, 1829, 8]], ["bringing", [4, 1829, 9]]]}, {"answer": "deluge", "hint": "synonyms for deluge", "clues": [["pelter", [4, 1830, 0]], ["downpour", [4, 1830, 1]], ["soaker", [4, 1830, 2]], ["torrent", [4, 1830, 3]], ["inundation", [4, 1830, 4]], ["flood", [4, 1830, 5]], ["cloudburst", [4, 1830, 6]], ["alluvion", [4, 1830, 7]], ["waterspout", [4, 1830, 8]]]}, {"answer": "demarcation", "hint": "synonyms for demarcation", "clues": [["contrast", [4, 1831, 0]], ["dividing line", [4, 1831, 1]], ["limit", [4, 1831, 2]], ["line", [4, 1831, 3]], ["demarcation line", [4, 1831, 4]]]}, {"answer": "demeanor", "hint": "synonyms for demeanor", "clues": [["demeanour", [4, 1832, 0]], ["deportment", [4, 1832, 1]], ["behaviour", [4, 1832, 2]], ["conduct", [4, 1832, 3]]]}, {"answer": "demeanour", "hint": "synonyms for demeanour", "clues": [["deportment", [4, 1833, 0]], ["behaviour", [4, 1833, 1]], ["conduct", [4, 1833, 2]], ["demeanor", [4, 1833, 3]]]}, {"answer": "demesne", "hint": "synonyms for demesne", "clues": [["domain", [4, 1834, 0]], ["land", [4, 1834, 1]], ["estate", [4, 1834, 2]], ["acres", [4, 1834, 3]], ["landed estate", [4, 1834, 4]]]}, {"answer": "demonstration", "hint": "synonyms for demonstration", "clues": [["presentment", [4, 1835, 0]], ["manifestation", [4, 1835, 1]], ["demo", [4, 1835, 2]], ["monstrance", [4, 1835, 3]], ["presentation", [4, 1835, 4]]]}, {"answer": "demurrer", "hint": "synonyms for demurrer", "clues": [["defence", [4, 1836, 0]], ["denial", [4, 1836, 1]], ["demurral", [4, 1836, 2]], ["demur", [4, 1836, 3]]]}, {"answer": "denial", "hint": "synonyms for denial", "clues": [["defence", [4, 1837, 0]], ["self-denial", [4, 1837, 1]], ["abnegation", [4, 1837, 2]], ["demurrer", [4, 1837, 3]], ["disaffirmation", [4, 1837, 4]], ["self-renunciation", [4, 1837, 5]], ["self-abnegation", [4, 1837, 6]]]}, {"answer": "denigration", "hint": "synonyms for denigration", "clues": [["deprecation", [4, 1838, 0]], ["defamation", [4, 1838, 1]], ["slander", [4, 1838, 2]], ["aspersion", [4, 1838, 3]], ["calumny", [4, 1838, 4]], ["belittling", [4, 1838, 5]]]}, {"answer": "denseness", "hint": "synonyms for denseness", "clues": [["dumbness", [4, 1839, 0]], ["slow-wittedness", [4, 1839, 1]], ["compactness", [4, 1839, 2]], ["concentration", [4, 1839, 3]], ["density", [4, 1839, 4]], ["tightness", [4, 1839, 5]]]}, {"answer": "density", "hint": "synonyms for density", "clues": [["compactness", [4, 1840, 0]], ["concentration", [4, 1840, 1]], ["denseness", [4, 1840, 2]], ["tightness", [4, 1840, 3]]]}, {"answer": "dent", "hint": "synonyms for dent", "clues": [["ding", [4, 1841, 0]], ["prick", [4, 1841, 1]], ["nick", [4, 1841, 2]], ["incision", [4, 1841, 3]], ["scratch", [4, 1841, 4]], ["gouge", [4, 1841, 5]], ["slit", [4, 1841, 6]]]}, {"answer": "denudation", "hint": "synonyms for denudation", "clues": [["husking", [4, 1842, 0]], ["uncovering", [4, 1842, 1]], ["baring", [4, 1842, 2]], ["stripping", [4, 1842, 3]]]}, {"answer": "deoxyephedrine", "hint": "synonyms for deoxyephedrine", "clues": [["chalk", [4, 1843, 0]], ["glass", [4, 1843, 1]], ["methamphetamine", [4, 1843, 2]], ["crank", [4, 1843, 3]], ["methamphetamine hydrochloride", [4, 1843, 4]], ["trash", [4, 1843, 5]], ["ice", [4, 1843, 6]], ["chicken feed", [4, 1843, 7]], ["shabu", [4, 1843, 8]], ["meth", [4, 1843, 9]]]}, {"answer": "departure", "hint": "synonyms for departure", "clues": [["exit", [4, 1844, 0]], ["difference", [4, 1844, 1]], ["going", [4, 1844, 2]], ["loss", [4, 1844, 3]], ["passing", [4, 1844, 4]], ["divergence", [4, 1844, 5]], ["release", [4, 1844, 6]], ["expiration", [4, 1844, 7]], ["leaving", [4, 1844, 8]], ["deviation", [4, 1844, 9]], ["going away", [4, 1844, 10]]]}, {"answer": "depiction", "hint": "synonyms for depiction", "clues": [["delineation", [4, 1845, 0]], ["line drawing", [4, 1845, 1]], ["word-painting", [4, 1845, 2]], ["limning", [4, 1845, 3]], ["characterisation", [4, 1845, 4]], ["depicting", [4, 1845, 5]], ["word picture", [4, 1845, 6]], ["portrayal", [4, 1845, 7]], ["picture", [4, 1845, 8]], ["portraying", [4, 1845, 9]]]}, {"answer": "deposit", "hint": "synonyms for deposit", "clues": [["repository", [4, 1846, 0]], ["depositary", [4, 1846, 1]], ["sediment", [4, 1846, 2]], ["sedimentation", [4, 1846, 3]], ["deposition", [4, 1846, 4]], ["alluviation", [4, 1846, 5]], ["bank deposit", [4, 1846, 6]], ["down payment", [4, 1846, 7]]]}, {"answer": "depot", "hint": "synonyms for depot", "clues": [["terminal", [4, 1847, 0]], ["entrepot", [4, 1847, 1]], ["storage", [4, 1847, 2]], ["store", [4, 1847, 3]], ["storehouse", [4, 1847, 4]], ["terminus", [4, 1847, 5]]]}, {"answer": "depravation", "hint": "synonyms for depravation", "clues": [["degeneracy", [4, 1848, 0]], ["corruption", [4, 1848, 1]], ["depravity", [4, 1848, 2]], ["putrefaction", [4, 1848, 3]]]}, {"answer": "depravity", "hint": "synonyms for depravity", "clues": [["degeneracy", [4, 1849, 0]], ["corruption", [4, 1849, 1]], ["turpitude", [4, 1849, 2]], ["depravation", [4, 1849, 3]], ["putrefaction", [4, 1849, 4]]]}, {"answer": "depth", "hint": "synonyms for depth", "clues": [["deepness", [4, 1850, 0]], ["astuteness", [4, 1850, 1]], ["profundity", [4, 1850, 2]], ["profoundness", [4, 1850, 3]]]}, {"answer": "deputation", "hint": "synonyms for deputation", "clues": [["delegation", [4, 1851, 0]], ["mission", [4, 1851, 1]], ["relegating", [4, 1851, 2]], ["commission", [4, 1851, 3]], ["delegacy", [4, 1851, 4]]]}, {"answer": "derby", "hint": "synonyms for derby", "clues": [["derby hat", [4, 1852, 0]], ["bowler", [4, 1852, 1]], ["bowler hat", [4, 1852, 2]], ["plug hat", [4, 1852, 3]]]}, {"answer": "derby_hat", "hint": "synonyms for derby hat", "clues": [["derby", [4, 1853, 0]], ["bowler", [4, 1853, 1]], ["bowler hat", [4, 1853, 2]], ["plug hat", [4, 1853, 3]]]}, {"answer": "derivation", "hint": "synonyms for derivation", "clues": [["ancestry", [4, 1854, 0]], ["lineage", [4, 1854, 1]], ["deriving", [4, 1854, 2]], ["filiation", [4, 1854, 3]], ["etymologizing", [4, 1854, 4]]]}, {"answer": "derived_function", "hint": "synonyms for derived function", "clues": [["first derivative", [4, 1855, 0]], ["differential coefficient", [4, 1855, 1]], ["derivative", [4, 1855, 2]], ["differential", [4, 1855, 3]]]}, {"answer": "descent", "hint": "synonyms for descent", "clues": [["downslope", [4, 1856, 0]], ["line", [4, 1856, 1]], ["extraction", [4, 1856, 2]], ["declination", [4, 1856, 3]], ["origin", [4, 1856, 4]], ["blood", [4, 1856, 5]], ["pedigree", [4, 1856, 6]], ["stemma", [4, 1856, 7]], ["stock", [4, 1856, 8]], ["line of descent", [4, 1856, 9]], ["blood line", [4, 1856, 10]], ["declension", [4, 1856, 11]], ["declivity", [4, 1856, 12]], ["fall", [4, 1856, 13]], ["lineage", [4, 1856, 14]], ["ancestry", [4, 1856, 15]], ["filiation", [4, 1856, 16]], ["parentage", [4, 1856, 17]], ["decline", [4, 1856, 18]]]}, {"answer": "desert_boot", "hint": "synonyms for desert boot", "clues": [["buskin", [4, 1857, 0]], ["half boot", [4, 1857, 1]], ["top boot", [4, 1857, 2]], ["combat boot", [4, 1857, 3]]]}, {"answer": "design", "hint": "synonyms for design", "clues": [["figure", [4, 1858, 0]], ["invention", [4, 1858, 1]], ["excogitation", [4, 1858, 2]], ["pattern", [4, 1858, 3]], ["innovation", [4, 1858, 4]], ["intent", [4, 1858, 5]], ["blueprint", [4, 1858, 6]], ["designing", [4, 1858, 7]], ["aim", [4, 1858, 8]], ["conception", [4, 1858, 9]], ["plan", [4, 1858, 10]], ["purpose", [4, 1858, 11]]]}, {"answer": "designation", "hint": "synonyms for designation", "clues": [["denomination", [4, 1859, 0]], ["identification", [4, 1859, 1]], ["appointment", [4, 1859, 2]], ["appellative", [4, 1859, 3]], ["naming", [4, 1859, 4]], ["assignment", [4, 1859, 5]], ["appellation", [4, 1859, 6]]]}, {"answer": "despatch", "hint": "synonyms for despatch", "clues": [["dispatch", [4, 1860, 0]], ["communique", [4, 1860, 1]], ["expeditiousness", [4, 1860, 2]], ["shipment", [4, 1860, 3]], ["expedition", [4, 1860, 4]]]}, {"answer": "despicability", "hint": "synonyms for despicability", "clues": [["contemptibility", [4, 1861, 0]], ["baseness", [4, 1861, 1]], ["sordidness", [4, 1861, 2]], ["despicableness", [4, 1861, 3]]]}, {"answer": "despicableness", "hint": "synonyms for despicableness", "clues": [["contemptibility", [4, 1862, 0]], ["baseness", [4, 1862, 1]], ["sordidness", [4, 1862, 2]], ["despicability", [4, 1862, 3]]]}, {"answer": "despoilation", "hint": "synonyms for despoilation", "clues": [["despoliation", [4, 1863, 0]], ["spoil", [4, 1863, 1]], ["despoilment", [4, 1863, 2]], ["spoilation", [4, 1863, 3]]]}, {"answer": "despoliation", "hint": "synonyms for despoliation", "clues": [["spoil", [4, 1864, 0]], ["spoliation", [4, 1864, 1]], ["despoilment", [4, 1864, 2]], ["despoilation", [4, 1864, 3]]]}, {"answer": "despotism", "hint": "synonyms for despotism", "clues": [["dictatorship", [4, 1865, 0]], ["one-man rule", [4, 1865, 1]], ["totalitarianism", [4, 1865, 2]], ["absolutism", [4, 1865, 3]], ["monocracy", [4, 1865, 4]], ["authoritarianism", [4, 1865, 5]], ["shogunate", [4, 1865, 6]], ["tyranny", [4, 1865, 7]]]}, {"answer": "destination", "hint": "synonyms for destination", "clues": [["goal", [4, 1866, 0]], ["finish", [4, 1866, 1]], ["address", [4, 1866, 2]], ["terminus", [4, 1866, 3]], ["name and address", [4, 1866, 4]]]}, {"answer": "desynchronization", "hint": "synonyms for desynchronization", "clues": [["desynchronizing", [4, 1867, 0]], ["desynchronisation", [4, 1867, 1]], ["asynchronism", [4, 1867, 2]], ["asynchrony", [4, 1867, 3]]]}, {"answer": "detachment", "hint": "synonyms for detachment", "clues": [["breakup", [4, 1868, 0]], ["disengagement", [4, 1868, 1]], ["withdrawal", [4, 1868, 2]], ["separation", [4, 1868, 3]]]}, {"answer": "detail", "hint": "synonyms for detail", "clues": [["item", [4, 1869, 0]], ["contingent", [4, 1869, 1]], ["point", [4, 1869, 2]], ["particular", [4, 1869, 3]]]}, {"answer": "details", "hint": "synonyms for details", "clues": [["item", [4, 1870, 0]], ["detail", [4, 1870, 1]], ["contingent", [4, 1870, 2]], ["point", [4, 1870, 3]], ["particular", [4, 1870, 4]], ["inside information", [4, 1870, 5]]]}, {"answer": "detection", "hint": "synonyms for detection", "clues": [["spotting", [4, 1871, 0]], ["catching", [4, 1871, 1]], ["detecting", [4, 1871, 2]], ["signal detection", [4, 1871, 3]], ["sensing", [4, 1871, 4]], ["espial", [4, 1871, 5]], ["sleuthing", [4, 1871, 6]], ["detective work", [4, 1871, 7]], ["spying", [4, 1871, 8]]]}, {"answer": "determination", "hint": "synonyms for determination", "clues": [["conclusion", [4, 1872, 0]], ["purpose", [4, 1872, 1]], ["finding", [4, 1872, 2]], ["decision", [4, 1872, 3]]]}, {"answer": "determiner", "hint": "synonyms for determiner", "clues": [["determinant", [4, 1873, 0]], ["clincher", [4, 1873, 1]], ["determining factor", [4, 1873, 2]], ["determinative", [4, 1873, 3]], ["causal factor", [4, 1873, 4]]]}, {"answer": "determining_factor", "hint": "synonyms for determining factor", "clues": [["determinant", [4, 1874, 0]], ["determiner", [4, 1874, 1]], ["clincher", [4, 1874, 2]], ["causal factor", [4, 1874, 3]], ["determinative", [4, 1874, 4]]]}, {"answer": "detestation", "hint": "synonyms for detestation", "clues": [["execration", [4, 1875, 0]], ["abomination", [4, 1875, 1]], ["loathing", [4, 1875, 2]], ["odium", [4, 1875, 3]], ["abhorrence", [4, 1875, 4]]]}, {"answer": "detrition", "hint": "synonyms for detrition", "clues": [["corrasion", [4, 1876, 0]], ["attrition", [4, 1876, 1]], ["rubbing", [4, 1876, 2]], ["abrasion", [4, 1876, 3]], ["friction", [4, 1876, 4]], ["grinding", [4, 1876, 5]]]}, {"answer": "detritus", "hint": "synonyms for detritus", "clues": [["rubble", [4, 1877, 0]], ["dust", [4, 1877, 1]], ["junk", [4, 1877, 2]], ["debris", [4, 1877, 3]]]}, {"answer": "deuce", "hint": "synonyms for deuce", "clues": [["two", [4, 1878, 0]], ["2", [4, 1878, 1]], ["dickens", [4, 1878, 2]], ["devil", [4, 1878, 3]]]}, {"answer": "deuce-ace", "hint": "synonyms for deuce-ace", "clues": [["threesome", [4, 1879, 0]], ["troika", [4, 1879, 1]], ["trey", [4, 1879, 2]], ["triad", [4, 1879, 3]], ["terzetto", [4, 1879, 4]], ["trio", [4, 1879, 5]], ["triplet", [4, 1879, 6]], ["tierce", [4, 1879, 7]], ["leash", [4, 1879, 8]], ["three", [4, 1879, 9]], ["ternary", [4, 1879, 10]], ["trinity", [4, 1879, 11]], ["trine", [4, 1879, 12]], ["3", [4, 1879, 13]], ["ternion", [4, 1879, 14]], ["tercet", [4, 1879, 15]]]}, {"answer": "development", "hint": "synonyms for development", "clues": [["evolution", [4, 1880, 0]], ["growing", [4, 1880, 1]], ["ontogenesis", [4, 1880, 2]], ["exploitation", [4, 1880, 3]], ["ontogeny", [4, 1880, 4]], ["developing", [4, 1880, 5]], ["maturation", [4, 1880, 6]], ["growth", [4, 1880, 7]]]}, {"answer": "deviation", "hint": "synonyms for deviation", "clues": [["departure", [4, 1881, 0]], ["deviance", [4, 1881, 1]], ["difference", [4, 1881, 2]], ["divergence", [4, 1881, 3]], ["deflexion", [4, 1881, 4]], ["divagation", [4, 1881, 5]], ["digression", [4, 1881, 6]], ["deflection", [4, 1881, 7]], ["diversion", [4, 1881, 8]]]}, {"answer": "devilment", "hint": "synonyms for devilment", "clues": [["deviltry", [4, 1882, 0]], ["rascality", [4, 1882, 1]], ["mischief-making", [4, 1882, 2]], ["roguery", [4, 1882, 3]], ["mischief", [4, 1882, 4]], ["shenanigan", [4, 1882, 5]], ["mischievousness", [4, 1882, 6]], ["roguishness", [4, 1882, 7]]]}, {"answer": "devilry", "hint": "synonyms for devilry", "clues": [["deviltry", [4, 1883, 0]], ["rascality", [4, 1883, 1]], ["mischief-making", [4, 1883, 2]], ["devilment", [4, 1883, 3]], ["roguery", [4, 1883, 4]], ["mischief", [4, 1883, 5]], ["shenanigan", [4, 1883, 6]], ["mischievousness", [4, 1883, 7]], ["roguishness", [4, 1883, 8]]]}, {"answer": "deviltry", "hint": "synonyms for deviltry", "clues": [["rascality", [4, 1884, 0]], ["mischief-making", [4, 1884, 1]], ["devilment", [4, 1884, 2]], ["roguery", [4, 1884, 3]], ["mischief", [4, 1884, 4]], ["shenanigan", [4, 1884, 5]], ["roguishness", [4, 1884, 6]], ["devilry", [4, 1884, 7]], ["mischievousness", [4, 1884, 8]]]}, {"answer": "devotion", "hint": "synonyms for devotion", "clues": [["devotedness", [4, 1885, 0]], ["idolatry", [4, 1885, 1]], ["cultism", [4, 1885, 2]], ["veneration", [4, 1885, 3]]]}, {"answer": "dialogue", "hint": "synonyms for dialogue", "clues": [["negotiation", [4, 1886, 0]], ["duologue", [4, 1886, 1]], ["dialog", [4, 1886, 2]], ["talks", [4, 1886, 3]]]}, {"answer": "diamond", "hint": "synonyms for diamond", "clues": [["baseball diamond", [4, 1887, 0]], ["rhomb", [4, 1887, 1]], ["infield", [4, 1887, 2]], ["ball field", [4, 1887, 3]], ["adamant", [4, 1887, 4]], ["baseball field", [4, 1887, 5]], ["rhombus", [4, 1887, 6]]]}, {"answer": "diamond_dust", "hint": "synonyms for diamond dust", "clues": [["frost mist", [4, 1888, 0]], ["poudrin", [4, 1888, 1]], ["frost snow", [4, 1888, 2]], ["ice crystal", [4, 1888, 3]], ["snow mist", [4, 1888, 4]], ["ice needle", [4, 1888, 5]]]}, {"answer": "diaphoresis", "hint": "synonyms for diaphoresis", "clues": [["sweating", [4, 1889, 0]], ["perspiration", [4, 1889, 1]], ["hidrosis", [4, 1889, 2]], ["sudation", [4, 1889, 3]]]}, {"answer": "dichloroethyl_sulfide", "hint": "synonyms for dichloroethyl sulfide", "clues": [["blistering agent", [4, 1890, 0]], ["mustard agent", [4, 1890, 1]], ["mustard gas", [4, 1890, 2]], ["sulfur mustard", [4, 1890, 3]]]}, {"answer": "dictatorship", "hint": "synonyms for dictatorship", "clues": [["one-man rule", [4, 1891, 0]], ["despotism", [4, 1891, 1]], ["totalitarianism", [4, 1891, 2]], ["absolutism", [4, 1891, 3]], ["monocracy", [4, 1891, 4]], ["authoritarianism", [4, 1891, 5]], ["shogunate", [4, 1891, 6]], ["tyranny", [4, 1891, 7]]]}, {"answer": "diction", "hint": "synonyms for diction", "clues": [["enunciation", [4, 1892, 0]], ["phrasing", [4, 1892, 1]], ["phraseology", [4, 1892, 2]], ["verbiage", [4, 1892, 3]], ["wording", [4, 1892, 4]], ["choice of words", [4, 1892, 5]]]}, {"answer": "didactics", "hint": "synonyms for didactics", "clues": [["teaching", [4, 1893, 0]], ["instruction", [4, 1893, 1]], ["educational activity", [4, 1893, 2]], ["pedagogy", [4, 1893, 3]], ["education", [4, 1893, 4]]]}, {"answer": "diddley", "hint": "synonyms for diddley", "clues": [["diddly", [4, 1894, 0]], ["shit", [4, 1894, 1]], ["diddly-squat", [4, 1894, 2]], ["diddly-shit", [4, 1894, 3]], ["doodly-squat", [4, 1894, 4]], ["jack", [4, 1894, 5]], ["squat", [4, 1894, 6]]]}, {"answer": "diddly", "hint": "synonyms for diddly", "clues": [["shit", [4, 1895, 0]], ["diddly-squat", [4, 1895, 1]], ["diddly-shit", [4, 1895, 2]], ["diddley", [4, 1895, 3]], ["doodly-squat", [4, 1895, 4]], ["jack", [4, 1895, 5]], ["squat", [4, 1895, 6]]]}, {"answer": "diddly-shit", "hint": "synonyms for diddly-shit", "clues": [["diddly", [4, 1896, 0]], ["shit", [4, 1896, 1]], ["diddly-squat", [4, 1896, 2]], ["doodly-squat", [4, 1896, 3]], ["jack", [4, 1896, 4]], ["squat", [4, 1896, 5]], ["diddlyshit", [4, 1896, 6]]]}, {"answer": "diddly-squat", "hint": "synonyms for diddly-squat", "clues": [["diddly", [4, 1897, 0]], ["shit", [4, 1897, 1]], ["diddly-shit", [4, 1897, 2]], ["diddlysquat", [4, 1897, 3]], ["doodly-squat", [4, 1897, 4]], ["jack", [4, 1897, 5]], ["squat", [4, 1897, 6]]]}, {"answer": "diddlyshit", "hint": "synonyms for diddlyshit", "clues": [["diddly", [4, 1898, 0]], ["shit", [4, 1898, 1]], ["diddly-squat", [4, 1898, 2]], ["diddly-shit", [4, 1898, 3]], ["doodly-squat", [4, 1898, 4]], ["jack", [4, 1898, 5]], ["squat", [4, 1898, 6]]]}, {"answer": "diddlysquat", "hint": "synonyms for diddlysquat", "clues": [["diddly", [4, 1899, 0]], ["shit", [4, 1899, 1]], ["diddly-squat", [4, 1899, 2]], ["diddly-shit", [4, 1899, 3]], ["doodly-squat", [4, 1899, 4]], ["jack", [4, 1899, 5]], ["squat", [4, 1899, 6]]]}, {"answer": "diethyl_ether", "hint": "synonyms for diethyl ether", "clues": [["vinyl ether", [4, 1900, 0]], ["ether", [4, 1900, 1]], ["ethyl ether", [4, 1900, 2]], ["ethoxyethane", [4, 1900, 3]]]}, {"answer": "diethylbarbituric_acid", "hint": "synonyms for diethylbarbituric acid", "clues": [["barbital", [4, 1901, 0]], ["diethylmalonylurea", [4, 1901, 1]], ["veronal", [4, 1901, 2]], ["barbitone", [4, 1901, 3]]]}, {"answer": "diethylmalonylurea", "hint": "synonyms for diethylmalonylurea", "clues": [["diethylbarbituric acid", [4, 1902, 0]], ["barbital", [4, 1902, 1]], ["veronal", [4, 1902, 2]], ["barbitone", [4, 1902, 3]]]}, {"answer": "difference", "hint": "synonyms for difference", "clues": [["departure", [4, 1903, 0]], ["divergence", [4, 1903, 1]], ["dispute", [4, 1903, 2]], ["remainder", [4, 1903, 3]], ["conflict", [4, 1903, 4]], ["difference of opinion", [4, 1903, 5]], ["deviation", [4, 1903, 6]]]}, {"answer": "differential_coefficient", "hint": "synonyms for differential coefficient", "clues": [["derived function", [4, 1904, 0]], ["derivative", [4, 1904, 1]], ["differential", [4, 1904, 2]], ["first derivative", [4, 1904, 3]]]}, {"answer": "dig", "hint": "synonyms for dig", "clues": [["shaft", [4, 1905, 0]], ["jab", [4, 1905, 1]], ["digging", [4, 1905, 2]], ["shot", [4, 1905, 3]], ["archeological site", [4, 1905, 4]], ["slam", [4, 1905, 5]], ["excavation", [4, 1905, 6]], ["gibe", [4, 1905, 7]], ["jibe", [4, 1905, 8]], ["barb", [4, 1905, 9]]]}, {"answer": "diggings", "hint": "synonyms for diggings", "clues": [["pad", [4, 1906, 0]], ["digs", [4, 1906, 1]], ["lodgings", [4, 1906, 2]], ["domiciliation", [4, 1906, 3]], ["digging", [4, 1906, 4]], ["excavation", [4, 1906, 5]]]}, {"answer": "dignity", "hint": "synonyms for dignity", "clues": [["self-respect", [4, 1907, 0]], ["lordliness", [4, 1907, 1]], ["self-worth", [4, 1907, 2]], ["gravitas", [4, 1907, 3]], ["self-regard", [4, 1907, 4]]]}, {"answer": "digression", "hint": "synonyms for digression", "clues": [["diversion", [4, 1908, 0]], ["excursion", [4, 1908, 1]], ["deviation", [4, 1908, 2]], ["deflexion", [4, 1908, 3]], ["excursus", [4, 1908, 4]], ["divagation", [4, 1908, 5]], ["aside", [4, 1908, 6]], ["deflection", [4, 1908, 7]], ["parenthesis", [4, 1908, 8]]]}, {"answer": "digs", "hint": "synonyms for digs", "clues": [["diggings", [4, 1909, 0]], ["dig", [4, 1909, 1]], ["shot", [4, 1909, 2]], ["archeological site", [4, 1909, 3]], ["slam", [4, 1909, 4]], ["gibe", [4, 1909, 5]], ["jibe", [4, 1909, 6]], ["pad", [4, 1909, 7]], ["lodgings", [4, 1909, 8]], ["domiciliation", [4, 1909, 9]], ["shaft", [4, 1909, 10]], ["jab", [4, 1909, 11]], ["excavation", [4, 1909, 12]], ["barb", [4, 1909, 13]]]}, {"answer": "diminution", "hint": "synonyms for diminution", "clues": [["decrease", [4, 1910, 0]], ["reduction", [4, 1910, 1]], ["decline", [4, 1910, 2]], ["step-down", [4, 1910, 3]]]}, {"answer": "diminutiveness", "hint": "synonyms for diminutiveness", "clues": [["minuteness", [4, 1911, 0]], ["petiteness", [4, 1911, 1]], ["weeness", [4, 1911, 2]], ["tininess", [4, 1911, 3]]]}, {"answer": "din", "hint": "synonyms for din", "clues": [["commotion", [4, 1912, 0]], ["ruckus", [4, 1912, 1]], ["ruction", [4, 1912, 2]], ["tumult", [4, 1912, 3]], ["rumpus", [4, 1912, 4]], ["blaring", [4, 1912, 5]], ["clamor", [4, 1912, 6]], ["cacophony", [4, 1912, 7]], ["blare", [4, 1912, 8]]]}, {"answer": "dinero", "hint": "synonyms for dinero", "clues": [["kale", [4, 1913, 0]], ["boodle", [4, 1913, 1]], ["scratch", [4, 1913, 2]], ["shekels", [4, 1913, 3]], ["cabbage", [4, 1913, 4]], ["lettuce", [4, 1913, 5]], ["gelt", [4, 1913, 6]], ["lucre", [4, 1913, 7]], ["dough", [4, 1913, 8]], ["wampum", [4, 1913, 9]], ["pelf", [4, 1913, 10]], ["clams", [4, 1913, 11]], ["lolly", [4, 1913, 12]], ["loot", [4, 1913, 13]], ["bread", [4, 1913, 14]], ["sugar", [4, 1913, 15]], ["simoleons", [4, 1913, 16]], ["moolah", [4, 1913, 17]]]}, {"answer": "diode", "hint": "synonyms for diode", "clues": [["rectifying valve", [4, 1914, 0]], ["junction rectifier", [4, 1914, 1]], ["semiconductor diode", [4, 1914, 2]], ["crystal rectifier", [4, 1914, 3]], ["rectifying tube", [4, 1914, 4]]]}, {"answer": "dip", "hint": "synonyms for dip", "clues": [["drop", [4, 1915, 0]], ["inclination", [4, 1915, 1]], ["magnetic inclination", [4, 1915, 2]], ["plunge", [4, 1915, 3]], ["fall", [4, 1915, 4]], ["magnetic dip", [4, 1915, 5]], ["free fall", [4, 1915, 6]], ["angle of dip", [4, 1915, 7]]]}, {"answer": "diplomacy", "hint": "synonyms for diplomacy", "clues": [["statecraft", [4, 1916, 0]], ["discreetness", [4, 1916, 1]], ["finesse", [4, 1916, 2]], ["diplomatic negotiations", [4, 1916, 3]], ["delicacy", [4, 1916, 4]], ["statesmanship", [4, 1916, 5]]]}, {"answer": "direction", "hint": "synonyms for direction", "clues": [["counselling", [4, 1917, 0]], ["guidance", [4, 1917, 1]], ["charge", [4, 1917, 2]], ["way", [4, 1917, 3]], ["focal point", [4, 1917, 4]], ["counsel", [4, 1917, 5]], ["instruction", [4, 1917, 6]], ["steering", [4, 1917, 7]], ["centering", [4, 1917, 8]], ["focus", [4, 1917, 9]], ["focussing", [4, 1917, 10]], ["management", [4, 1917, 11]], ["commission", [4, 1917, 12]]]}, {"answer": "directness", "hint": "synonyms for directness", "clues": [["candidness", [4, 1918, 0]], ["straightness", [4, 1918, 1]], ["candor", [4, 1918, 2]], ["forthrightness", [4, 1918, 3]], ["frankness", [4, 1918, 4]]]}, {"answer": "dirge", "hint": "synonyms for dirge", "clues": [["coronach", [4, 1919, 0]], ["lament", [4, 1919, 1]], ["requiem", [4, 1919, 2]], ["threnody", [4, 1919, 3]]]}, {"answer": "dirty_money", "hint": "synonyms for dirty money", "clues": [["pillage", [4, 1920, 0]], ["swag", [4, 1920, 1]], ["plunder", [4, 1920, 2]], ["prize", [4, 1920, 3]], ["booty", [4, 1920, 4]], ["loot", [4, 1920, 5]]]}, {"answer": "dirty_word", "hint": "synonyms for dirty word", "clues": [["smut", [4, 1921, 0]], ["vulgarism", [4, 1921, 1]], ["obscenity", [4, 1921, 2]], ["filth", [4, 1921, 3]]]}, {"answer": "disarray", "hint": "synonyms for disarray", "clues": [["mental confusion", [4, 1922, 0]], ["confusion", [4, 1922, 1]], ["disorderliness", [4, 1922, 2]], ["confusedness", [4, 1922, 3]], ["muddiness", [4, 1922, 4]]]}, {"answer": "disaster", "hint": "synonyms for disaster", "clues": [["tragedy", [4, 1923, 0]], ["cataclysm", [4, 1923, 1]], ["calamity", [4, 1923, 2]], ["catastrophe", [4, 1923, 3]]]}, {"answer": "disbelief", "hint": "synonyms for disbelief", "clues": [["incredulity", [4, 1924, 0]], ["mental rejection", [4, 1924, 1]], ["unbelief", [4, 1924, 2]], ["skepticism", [4, 1924, 3]]]}, {"answer": "disbursal", "hint": "synonyms for disbursal", "clues": [["disbursement", [4, 1925, 0]], ["spending", [4, 1925, 1]], ["outlay", [4, 1925, 2]], ["expense", [4, 1925, 3]]]}, {"answer": "disbursement", "hint": "synonyms for disbursement", "clues": [["disbursal", [4, 1926, 0]], ["spending", [4, 1926, 1]], ["outlay", [4, 1926, 2]], ["expense", [4, 1926, 3]]]}, {"answer": "disc", "hint": "synonyms for disc", "clues": [["disk", [4, 1927, 0]], ["phonograph record", [4, 1927, 1]], ["record", [4, 1927, 2]], ["saucer", [4, 1927, 3]], ["magnetic disk", [4, 1927, 4]], ["platter", [4, 1927, 5]]]}, {"answer": "disceptation", "hint": "synonyms for disceptation", "clues": [["argument", [4, 1928, 0]], ["contention", [4, 1928, 1]], ["contestation", [4, 1928, 2]], ["arguing", [4, 1928, 3]], ["controversy", [4, 1928, 4]], ["tilt", [4, 1928, 5]], ["disputation", [4, 1928, 6]]]}, {"answer": "discernment", "hint": "synonyms for discernment", "clues": [["perceptiveness", [4, 1929, 0]], ["sagaciousness", [4, 1929, 1]], ["discretion", [4, 1929, 2]], ["understanding", [4, 1929, 3]], ["sagacity", [4, 1929, 4]], ["savvy", [4, 1929, 5]], ["judgment", [4, 1929, 6]], ["taste", [4, 1929, 7]], ["apprehension", [4, 1929, 8]], ["appreciation", [4, 1929, 9]]]}, {"answer": "discharge", "hint": "synonyms for discharge", "clues": [["arc", [4, 1930, 0]], ["run", [4, 1930, 1]], ["expelling", [4, 1930, 2]], ["release", [4, 1930, 3]], ["sacking", [4, 1930, 4]], ["waiver", [4, 1930, 5]], ["firing", [4, 1930, 6]], ["outpouring", [4, 1930, 7]], ["spark", [4, 1930, 8]], ["emission", [4, 1930, 9]], ["liberation", [4, 1930, 10]], ["electric discharge", [4, 1930, 11]], ["electric arc", [4, 1930, 12]], ["dismissal", [4, 1930, 13]], ["venting", [4, 1930, 14]], ["dismission", [4, 1930, 15]], ["firing off", [4, 1930, 16]]]}, {"answer": "discipline", "hint": "synonyms for discipline", "clues": [["field of study", [4, 1931, 0]], ["subject area", [4, 1931, 1]], ["correction", [4, 1931, 2]], ["field", [4, 1931, 3]], ["study", [4, 1931, 4]], ["bailiwick", [4, 1931, 5]], ["subject", [4, 1931, 6]], ["subject field", [4, 1931, 7]]]}, {"answer": "disco_biscuit", "hint": "synonyms for disco biscuit", "clues": [["go", [4, 1932, 0]], ["ecstasy", [4, 1932, 1]], ["cristal", [4, 1932, 2]], ["hug drug", [4, 1932, 3]]]}, {"answer": "discount", "hint": "synonyms for discount", "clues": [["deduction", [4, 1933, 0]], ["bank discount", [4, 1933, 1]], ["rebate", [4, 1933, 2]], ["discount rate", [4, 1933, 3]], ["price reduction", [4, 1933, 4]]]}, {"answer": "discourse", "hint": "synonyms for discourse", "clues": [["preaching", [4, 1934, 0]], ["sermon", [4, 1934, 1]], ["treatment", [4, 1934, 2]], ["discussion", [4, 1934, 3]]]}, {"answer": "discourtesy", "hint": "synonyms for discourtesy", "clues": [["offense", [4, 1935, 0]], ["rudeness", [4, 1935, 1]], ["offensive activity", [4, 1935, 2]], ["disrespect", [4, 1935, 3]]]}, {"answer": "discreetness", "hint": "synonyms for discreetness", "clues": [["circumspection", [4, 1936, 0]], ["prudence", [4, 1936, 1]], ["finesse", [4, 1936, 2]], ["delicacy", [4, 1936, 3]], ["discretion", [4, 1936, 4]], ["diplomacy", [4, 1936, 5]]]}, {"answer": "discrepancy", "hint": "synonyms for discrepancy", "clues": [["variant", [4, 1937, 0]], ["divergence", [4, 1937, 1]], ["variance", [4, 1937, 2]], ["disagreement", [4, 1937, 3]]]}, {"answer": "discretion", "hint": "synonyms for discretion", "clues": [["circumspection", [4, 1938, 0]], ["discreetness", [4, 1938, 1]], ["prudence", [4, 1938, 2]], ["discernment", [4, 1938, 3]], ["delicacy", [4, 1938, 4]], ["free will", [4, 1938, 5]]]}, {"answer": "discussion", "hint": "synonyms for discussion", "clues": [["treatment", [4, 1939, 0]], ["give-and-take", [4, 1939, 1]], ["discourse", [4, 1939, 2]], ["word", [4, 1939, 3]]]}, {"answer": "disdain", "hint": "synonyms for disdain", "clues": [["condescension", [4, 1940, 0]], ["contempt", [4, 1940, 1]], ["despite", [4, 1940, 2]], ["patronage", [4, 1940, 3]], ["scorn", [4, 1940, 4]]]}, {"answer": "disgorgement", "hint": "synonyms for disgorgement", "clues": [["regurgitation", [4, 1941, 0]], ["vomiting", [4, 1941, 1]], ["emesis", [4, 1941, 2]], ["puking", [4, 1941, 3]]]}, {"answer": "disgustingness", "hint": "synonyms for disgustingness", "clues": [["unsavoriness", [4, 1942, 0]], ["nauseatingness", [4, 1942, 1]], ["distastefulness", [4, 1942, 2]], ["sickeningness", [4, 1942, 3]]]}, {"answer": "dish", "hint": "synonyms for dish", "clues": [["dish antenna", [4, 1943, 0]], ["dishful", [4, 1943, 1]], ["cup of tea", [4, 1943, 2]], ["dish aerial", [4, 1943, 3]], ["bag", [4, 1943, 4]], ["saucer", [4, 1943, 5]]]}, {"answer": "disinclination", "hint": "synonyms for disinclination", "clues": [["hesitation", [4, 1944, 0]], ["indisposition", [4, 1944, 1]], ["reluctance", [4, 1944, 2]], ["hesitancy", [4, 1944, 3]]]}, {"answer": "disintegration", "hint": "synonyms for disintegration", "clues": [["radioactive decay", [4, 1945, 0]], ["decay", [4, 1945, 1]], ["dissolution", [4, 1945, 2]], ["annihilation", [4, 1945, 3]]]}, {"answer": "disk", "hint": "synonyms for disk", "clues": [["disc", [4, 1946, 0]], ["phonograph record", [4, 1946, 1]], ["record", [4, 1946, 2]], ["saucer", [4, 1946, 3]], ["magnetic disk", [4, 1946, 4]], ["platter", [4, 1946, 5]]]}, {"answer": "dismay", "hint": "synonyms for dismay", "clues": [["disheartenment", [4, 1947, 0]], ["discouragement", [4, 1947, 1]], ["consternation", [4, 1947, 2]], ["alarm", [4, 1947, 3]]]}, {"answer": "dismissal", "hint": "synonyms for dismissal", "clues": [["judgement of dismissal", [4, 1948, 0]], ["release", [4, 1948, 1]], ["discharge", [4, 1948, 2]], ["sacking", [4, 1948, 3]], ["pink slip", [4, 1948, 4]], ["dismission", [4, 1948, 5]], ["firing", [4, 1948, 6]], ["liberation", [4, 1948, 7]]]}, {"answer": "dismission", "hint": "synonyms for dismission", "clues": [["dismissal", [4, 1949, 0]], ["release", [4, 1949, 1]], ["discharge", [4, 1949, 2]], ["sacking", [4, 1949, 3]], ["pink slip", [4, 1949, 4]], ["firing", [4, 1949, 5]], ["liberation", [4, 1949, 6]]]}, {"answer": "dispatch", "hint": "synonyms for dispatch", "clues": [["communique", [4, 1950, 0]], ["despatch", [4, 1950, 1]], ["expeditiousness", [4, 1950, 2]], ["shipment", [4, 1950, 3]], ["expedition", [4, 1950, 4]]]}, {"answer": "dispersion", "hint": "synonyms for dispersion", "clues": [["dispersal", [4, 1951, 0]], ["diffusion", [4, 1951, 1]], ["distribution", [4, 1951, 2]], ["dissemination", [4, 1951, 3]], ["scattering", [4, 1951, 4]]]}, {"answer": "dispiritedness", "hint": "synonyms for dispiritedness", "clues": [["low-spiritedness", [4, 1952, 0]], ["lowness", [4, 1952, 1]], ["downheartedness", [4, 1952, 2]], ["dejectedness", [4, 1952, 3]]]}, {"answer": "displacement", "hint": "synonyms for displacement", "clues": [["shift", [4, 1953, 0]], ["translation", [4, 1953, 1]], ["supplanting", [4, 1953, 2]], ["displacement reaction", [4, 1953, 3]], ["deracination", [4, 1953, 4]]]}, {"answer": "displacement_unit", "hint": "synonyms for displacement unit", "clues": [["capacity measure", [4, 1954, 0]], ["cubage unit", [4, 1954, 1]], ["cubic content unit", [4, 1954, 2]], ["volume unit", [4, 1954, 3]], ["capacity unit", [4, 1954, 4]], ["cubic measure", [4, 1954, 5]], ["cubature unit", [4, 1954, 6]]]}, {"answer": "display", "hint": "synonyms for display", "clues": [["show", [4, 1955, 0]], ["presentation", [4, 1955, 1]], ["exhibit", [4, 1955, 2]], ["video display", [4, 1955, 3]]]}, {"answer": "disposal", "hint": "synonyms for disposal", "clues": [["administration", [4, 1956, 0]], ["electric pig", [4, 1956, 1]], ["garbage disposal", [4, 1956, 2]], ["disposition", [4, 1956, 3]]]}, {"answer": "disposition", "hint": "synonyms for disposition", "clues": [["tendency", [4, 1957, 0]], ["inclination", [4, 1957, 1]], ["temperament", [4, 1957, 2]], ["disposal", [4, 1957, 3]]]}, {"answer": "disproof", "hint": "synonyms for disproof", "clues": [["falsification", [4, 1958, 0]], ["refutation", [4, 1958, 1]], ["falsifying", [4, 1958, 2]], ["refutal", [4, 1958, 3]]]}, {"answer": "disputation", "hint": "synonyms for disputation", "clues": [["argument", [4, 1959, 0]], ["public debate", [4, 1959, 1]], ["disceptation", [4, 1959, 2]], ["controversy", [4, 1959, 3]], ["contention", [4, 1959, 4]], ["contestation", [4, 1959, 5]], ["arguing", [4, 1959, 6]], ["tilt", [4, 1959, 7]], ["debate", [4, 1959, 8]]]}, {"answer": "dispute", "hint": "synonyms for dispute", "clues": [["contravention", [4, 1960, 0]], ["difference", [4, 1960, 1]], ["difference of opinion", [4, 1960, 2]], ["conflict", [4, 1960, 3]]]}, {"answer": "disruption", "hint": "synonyms for disruption", "clues": [["break", [4, 1961, 0]], ["gap", [4, 1961, 1]], ["dislocation", [4, 1961, 2]], ["interruption", [4, 1961, 3]], ["perturbation", [4, 1961, 4]]]}, {"answer": "dissembling", "hint": "synonyms for dissembling", "clues": [["dissimulation", [4, 1962, 0]], ["feigning", [4, 1962, 1]], ["pretence", [4, 1962, 2]], ["deception", [4, 1962, 3]], ["deceit", [4, 1962, 4]]]}, {"answer": "dissemination", "hint": "synonyms for dissemination", "clues": [["dispersal", [4, 1963, 0]], ["spreading", [4, 1963, 1]], ["public exposure", [4, 1963, 2]], ["dispersion", [4, 1963, 3]], ["airing", [4, 1963, 4]], ["diffusion", [4, 1963, 5]]]}, {"answer": "dissipation", "hint": "synonyms for dissipation", "clues": [["licentiousness", [4, 1964, 0]], ["looseness", [4, 1964, 1]], ["wastefulness", [4, 1964, 2]], ["waste", [4, 1964, 3]], ["dissolution", [4, 1964, 4]], ["profligacy", [4, 1964, 5]]]}, {"answer": "dissolution", "hint": "synonyms for dissolution", "clues": [["licentiousness", [4, 1965, 0]], ["looseness", [4, 1965, 1]], ["dissipation", [4, 1965, 2]], ["adjournment", [4, 1965, 3]], ["disintegration", [4, 1965, 4]], ["breakup", [4, 1965, 5]], ["dissolving", [4, 1965, 6]], ["profligacy", [4, 1965, 7]]]}, {"answer": "distastefulness", "hint": "synonyms for distastefulness", "clues": [["odiousness", [4, 1966, 0]], ["unsavoriness", [4, 1966, 1]], ["nauseatingness", [4, 1966, 2]], ["offensiveness", [4, 1966, 3]], ["disgustingness", [4, 1966, 4]], ["sickeningness", [4, 1966, 5]]]}, {"answer": "distich", "hint": "synonyms for distich", "clues": [["twosome", [4, 1967, 0]], ["span", [4, 1967, 1]], ["brace", [4, 1967, 2]], ["pair", [4, 1967, 3]], ["dyad", [4, 1967, 4]], ["duet", [4, 1967, 5]], ["duo", [4, 1967, 6]], ["yoke", [4, 1967, 7]], ["couplet", [4, 1967, 8]], ["twain", [4, 1967, 9]], ["duad", [4, 1967, 10]]]}, {"answer": "distinctiveness", "hint": "synonyms for distinctiveness", "clues": [["peculiarity", [4, 1968, 0]], ["specialty", [4, 1968, 1]], ["disparateness", [4, 1968, 2]], ["specialness", [4, 1968, 3]]]}, {"answer": "distortion", "hint": "synonyms for distortion", "clues": [["deformation", [4, 1969, 0]], ["optical aberration", [4, 1969, 1]], ["distorted shape", [4, 1969, 2]], ["aberration", [4, 1969, 3]], ["twisting", [4, 1969, 4]], ["torture", [4, 1969, 5]], ["overrefinement", [4, 1969, 6]], ["straining", [4, 1969, 7]]]}, {"answer": "distrust", "hint": "synonyms for distrust", "clues": [["distrustfulness", [4, 1970, 0]], ["mistrust", [4, 1970, 1]], ["suspicion", [4, 1970, 2]], ["misgiving", [4, 1970, 3]]]}, {"answer": "disturbance", "hint": "synonyms for disturbance", "clues": [["noise", [4, 1971, 0]], ["interference", [4, 1971, 1]], ["affray", [4, 1971, 2]], ["perturbation", [4, 1971, 3]], ["ruffle", [4, 1971, 4]], ["fray", [4, 1971, 5]]]}, {"answer": "divagation", "hint": "synonyms for divagation", "clues": [["deviation", [4, 1972, 0]], ["deflexion", [4, 1972, 1]], ["excursus", [4, 1972, 2]], ["aside", [4, 1972, 3]], ["digression", [4, 1972, 4]], ["deflection", [4, 1972, 5]], ["parenthesis", [4, 1972, 6]], ["diversion", [4, 1972, 7]]]}, {"answer": "divergence", "hint": "synonyms for divergence", "clues": [["departure", [4, 1973, 0]], ["variance", [4, 1973, 1]], ["disagreement", [4, 1973, 2]], ["discrepancy", [4, 1973, 3]], ["divergency", [4, 1973, 4]], ["difference", [4, 1973, 5]], ["deviation", [4, 1973, 6]]]}, {"answer": "diversion", "hint": "synonyms for diversion", "clues": [["deflexion", [4, 1974, 0]], ["recreation", [4, 1974, 1]], ["divagation", [4, 1974, 2]], ["diversionary attack", [4, 1974, 3]], ["digression", [4, 1974, 4]], ["deflection", [4, 1974, 5]], ["deviation", [4, 1974, 6]]]}, {"answer": "divination", "hint": "synonyms for divination", "clues": [["fortune telling", [4, 1975, 0]], ["soothsaying", [4, 1975, 1]], ["prophecy", [4, 1975, 2]], ["foretelling", [4, 1975, 3]]]}, {"answer": "divinyl_ether", "hint": "synonyms for divinyl ether", "clues": [["vinyl ether", [4, 1976, 0]], ["ethyl ether", [4, 1976, 1]], ["ethoxyethane", [4, 1976, 2]], ["ether", [4, 1976, 3]]]}, {"answer": "division", "hint": "synonyms for division", "clues": [["variance", [4, 1977, 0]], ["section", [4, 1977, 1]], ["naval division", [4, 1977, 2]], ["part", [4, 1977, 3]], ["segmentation", [4, 1977, 4]], ["air division", [4, 1977, 5]], ["sectionalisation", [4, 1977, 6]], ["class", [4, 1977, 7]], ["partitioning", [4, 1977, 8]]]}, {"answer": "do", "hint": "synonyms for do", "clues": [["ut", [4, 1978, 0]], ["doh", [4, 1978, 1]], ["brawl", [4, 1978, 2]], ["bash", [4, 1978, 3]]]}, {"answer": "dock", "hint": "synonyms for dock", "clues": [["pier", [4, 1979, 0]], ["loading dock", [4, 1979, 1]], ["dockage", [4, 1979, 2]], ["wharfage", [4, 1979, 3]], ["wharf", [4, 1979, 4]], ["docking facility", [4, 1979, 5]]]}, {"answer": "dockage", "hint": "synonyms for dockage", "clues": [["tying up", [4, 1980, 0]], ["moorage", [4, 1980, 1]], ["docking fee", [4, 1980, 2]], ["dock", [4, 1980, 3]], ["docking facility", [4, 1980, 4]]]}, {"answer": "doctrine", "hint": "synonyms for doctrine", "clues": [["ism", [4, 1981, 0]], ["philosophy", [4, 1981, 1]], ["school of thought", [4, 1981, 2]], ["philosophical system", [4, 1981, 3]]]}, {"answer": "documentation", "hint": "synonyms for documentation", "clues": [["software documentation", [4, 1982, 0]], ["certification", [4, 1982, 1]], ["corroboration", [4, 1982, 2]], ["support", [4, 1982, 3]]]}, {"answer": "dodge", "hint": "synonyms for dodge", "clues": [["dodging", [4, 1983, 0]], ["stratagem", [4, 1983, 1]], ["scheme", [4, 1983, 2]], ["contrivance", [4, 1983, 3]]]}, {"answer": "dodging", "hint": "synonyms for dodging", "clues": [["evasion", [4, 1984, 0]], ["shunning", [4, 1984, 1]], ["turning away", [4, 1984, 2]], ["escape", [4, 1984, 3]], ["avoidance", [4, 1984, 4]], ["scheme", [4, 1984, 5]], ["dodge", [4, 1984, 6]]]}, {"answer": "dog", "hint": "synonyms for dog", "clues": [["pawl", [4, 1985, 0]], ["frankfurter", [4, 1985, 1]], ["hot dog", [4, 1985, 2]], ["andiron", [4, 1985, 3]], ["wienerwurst", [4, 1985, 4]], ["detent", [4, 1985, 5]], ["firedog", [4, 1985, 6]], ["weenie", [4, 1985, 7]], ["wiener", [4, 1985, 8]], ["frank", [4, 1985, 9]], ["click", [4, 1985, 10]], ["dog-iron", [4, 1985, 11]]]}, {"answer": "dog_collar", "hint": "synonyms for dog collar", "clues": [["clerical collar", [4, 1986, 0]], ["choker", [4, 1986, 1]], ["neckband", [4, 1986, 2]], ["collar", [4, 1986, 3]]]}, {"answer": "dogfight", "hint": "synonyms for dogfight", "clues": [["scuffle", [4, 1987, 0]], ["tussle", [4, 1987, 1]], ["hassle", [4, 1987, 2]], ["rough-and-tumble", [4, 1987, 3]]]}, {"answer": "doggedness", "hint": "synonyms for doggedness", "clues": [["persistence", [4, 1988, 0]], ["perseverance", [4, 1988, 1]], ["tenacity", [4, 1988, 2]], ["tenaciousness", [4, 1988, 3]], ["pertinacity", [4, 1988, 4]]]}, {"answer": "dogshit", "hint": "synonyms for dogshit", "clues": [["shit", [4, 1989, 0]], ["bullshit", [4, 1989, 1]], ["horseshit", [4, 1989, 2]], ["crap", [4, 1989, 3]], ["bull", [4, 1989, 4]]]}, {"answer": "dollar", "hint": "synonyms for dollar", "clues": [["dollar mark", [4, 1990, 0]], ["dollar bill", [4, 1990, 1]], ["dollar sign", [4, 1990, 2]], ["buck", [4, 1990, 3]], ["one dollar bill", [4, 1990, 4]], ["clam", [4, 1990, 5]]]}, {"answer": "dollar_bill", "hint": "synonyms for dollar bill", "clues": [["buck", [4, 1991, 0]], ["dollar", [4, 1991, 1]], ["one dollar bill", [4, 1991, 2]], ["clam", [4, 1991, 3]]]}, {"answer": "dolmen", "hint": "synonyms for dolmen", "clues": [["portal tomb", [4, 1992, 0]], ["dolman", [4, 1992, 1]], ["dolman jacket", [4, 1992, 2]], ["cromlech", [4, 1992, 3]]]}, {"answer": "dolophine_hydrochloride", "hint": "synonyms for dolophine hydrochloride", "clues": [["methadon", [4, 1993, 0]], ["synthetic heroin", [4, 1993, 1]], ["fixer", [4, 1993, 2]], ["methadone hydrochloride", [4, 1993, 3]]]}, {"answer": "domain", "hint": "synonyms for domain", "clues": [["domain of a function", [4, 1994, 0]], ["knowledge base", [4, 1994, 1]], ["world", [4, 1994, 2]], ["land", [4, 1994, 3]], ["demesne", [4, 1994, 4]], ["knowledge domain", [4, 1994, 5]]]}, {"answer": "domicile", "hint": "synonyms for domicile", "clues": [["abode", [4, 1995, 0]], ["dwelling house", [4, 1995, 1]], ["dwelling", [4, 1995, 2]], ["habitation", [4, 1995, 3]], ["home", [4, 1995, 4]], ["legal residence", [4, 1995, 5]]]}, {"answer": "domiciliation", "hint": "synonyms for domiciliation", "clues": [["pad", [4, 1996, 0]], ["diggings", [4, 1996, 1]], ["lodgings", [4, 1996, 2]], ["digs", [4, 1996, 3]]]}, {"answer": "dominance", "hint": "synonyms for dominance", "clues": [["authorization", [4, 1997, 0]], ["laterality", [4, 1997, 1]], ["say-so", [4, 1997, 2]], ["potency", [4, 1997, 3]], ["authority", [4, 1997, 4]]]}, {"answer": "doodad", "hint": "synonyms for doodad", "clues": [["thingummy", [4, 1998, 0]], ["thingmajig", [4, 1998, 1]], ["thingmabob", [4, 1998, 2]], ["widget", [4, 1998, 3]], ["whatchamacallit", [4, 1998, 4]], ["gismo", [4, 1998, 5]], ["doohickey", [4, 1998, 6]], ["gubbins", [4, 1998, 7]], ["gizmo", [4, 1998, 8]], ["whatsis", [4, 1998, 9]], ["gimmick", [4, 1998, 10]], ["doojigger", [4, 1998, 11]]]}, {"answer": "doodly-squat", "hint": "synonyms for doodly-squat", "clues": [["diddly", [4, 1999, 0]], ["shit", [4, 1999, 1]], ["diddly-squat", [4, 1999, 2]], ["diddly-shit", [4, 1999, 3]], ["jack", [4, 1999, 4]], ["squat", [4, 1999, 5]]]}, {"answer": "doohickey", "hint": "synonyms for doohickey", "clues": [["doodad", [4, 2000, 0]], ["thingummy", [4, 2000, 1]], ["thingmajig", [4, 2000, 2]], ["thingmabob", [4, 2000, 3]], ["widget", [4, 2000, 4]], ["whatchamacallit", [4, 2000, 5]], ["gismo", [4, 2000, 6]], ["gubbins", [4, 2000, 7]], ["gizmo", [4, 2000, 8]], ["whatsis", [4, 2000, 9]], ["gimmick", [4, 2000, 10]], ["doojigger", [4, 2000, 11]]]}, {"answer": "doojigger", "hint": "synonyms for doojigger", "clues": [["doodad", [4, 2001, 0]], ["thingummy", [4, 2001, 1]], ["thingmajig", [4, 2001, 2]], ["thingmabob", [4, 2001, 3]], ["widget", [4, 2001, 4]], ["whatchamacallit", [4, 2001, 5]], ["gismo", [4, 2001, 6]], ["doohickey", [4, 2001, 7]], ["gubbins", [4, 2001, 8]], ["gizmo", [4, 2001, 9]], ["whatsis", [4, 2001, 10]], ["gimmick", [4, 2001, 11]]]}, {"answer": "doomsday", "hint": "synonyms for doomsday", "clues": [["crack of doom", [4, 2002, 0]], ["doom", [4, 2002, 1]], ["end of the world", [4, 2002, 2]], ["eschaton", [4, 2002, 3]], ["day of reckoning", [4, 2002, 4]]]}, {"answer": "dope", "hint": "synonyms for dope", "clues": [["green goddess", [4, 2003, 0]], ["pot", [4, 2003, 1]], ["poop", [4, 2003, 2]], ["the skinny", [4, 2003, 3]], ["low-down", [4, 2003, 4]], ["skunk", [4, 2003, 5]], ["weed", [4, 2003, 6]], ["sens", [4, 2003, 7]], ["sess", [4, 2003, 8]], ["gage", [4, 2003, 9]], ["grass", [4, 2003, 10]], ["cola", [4, 2003, 11]], ["smoke", [4, 2003, 12]], ["locoweed", [4, 2003, 13]]]}, {"answer": "dorm", "hint": "synonyms for dorm", "clues": [["dormitory", [4, 2004, 0]], ["hall", [4, 2004, 1]], ["residence hall", [4, 2004, 2]], ["student residence", [4, 2004, 3]]]}, {"answer": "dormitory", "hint": "synonyms for dormitory", "clues": [["residence hall", [4, 2005, 0]], ["dorm", [4, 2005, 1]], ["hall", [4, 2005, 2]], ["dormitory room", [4, 2005, 3]], ["dorm room", [4, 2005, 4]], ["student residence", [4, 2005, 5]]]}, {"answer": "dos", "hint": "synonyms for dos", "clues": [["brawl", [4, 2006, 0]], ["disk operating system", [4, 2006, 1]], ["do", [4, 2006, 2]], ["ut", [4, 2006, 3]], ["doh", [4, 2006, 4]], ["bash", [4, 2006, 5]]]}, {"answer": "dose", "hint": "synonyms for dose", "clues": [["back breaker", [4, 2007, 0]], ["dosage", [4, 2007, 1]], ["loony toons", [4, 2007, 2]], ["pane", [4, 2007, 3]], ["battery-acid", [4, 2007, 4]], ["window pane", [4, 2007, 5]], ["dot", [4, 2007, 6]], ["acid", [4, 2007, 7]], ["superman", [4, 2007, 8]]]}, {"answer": "dot", "hint": "synonyms for dot", "clues": [["back breaker", [4, 2008, 0]], ["loony toons", [4, 2008, 1]], ["pane", [4, 2008, 2]], ["battery-acid", [4, 2008, 3]], ["dose", [4, 2008, 4]], ["window pane", [4, 2008, 5]], ["acid", [4, 2008, 6]], ["superman", [4, 2008, 7]], ["dit", [4, 2008, 8]], ["point", [4, 2008, 9]]]}, {"answer": "double-decker", "hint": "synonyms for double-decker", "clues": [["bus", [4, 2009, 0]], ["charabanc", [4, 2009, 1]], ["autobus", [4, 2009, 2]], ["passenger vehicle", [4, 2009, 3]], ["omnibus", [4, 2009, 4]], ["motorbus", [4, 2009, 5]], ["jitney", [4, 2009, 6]], ["motorcoach", [4, 2009, 7]], ["coach", [4, 2009, 8]]]}, {"answer": "double_bass", "hint": "synonyms for double bass", "clues": [["contrabass", [4, 2010, 0]], ["bass viol", [4, 2010, 1]], ["bull fiddle", [4, 2010, 2]], ["bass fiddle", [4, 2010, 3]], ["string bass", [4, 2010, 4]]]}, {"answer": "doubles", "hint": "synonyms for doubles", "clues": [["double", [4, 2011, 0]], ["doubling", [4, 2011, 1]], ["two-bagger", [4, 2011, 2]], ["two-base hit", [4, 2011, 3]], ["two-baser", [4, 2011, 4]]]}, {"answer": "doubt", "hint": "synonyms for doubt", "clues": [["dubiousness", [4, 2012, 0]], ["doubtfulness", [4, 2012, 1]], ["uncertainty", [4, 2012, 2]], ["dubiety", [4, 2012, 3]], ["incertitude", [4, 2012, 4]], ["question", [4, 2012, 5]]]}, {"answer": "doubtfulness", "hint": "synonyms for doubtfulness", "clues": [["dubiousness", [4, 2013, 0]], ["uncertainty", [4, 2013, 1]], ["doubt", [4, 2013, 2]], ["dubiety", [4, 2013, 3]], ["incertitude", [4, 2013, 4]], ["question", [4, 2013, 5]]]}, {"answer": "dough", "hint": "synonyms for dough", "clues": [["kale", [4, 2014, 0]], ["boodle", [4, 2014, 1]], ["scratch", [4, 2014, 2]], ["dinero", [4, 2014, 3]], ["shekels", [4, 2014, 4]], ["cabbage", [4, 2014, 5]], ["lettuce", [4, 2014, 6]], ["gelt", [4, 2014, 7]], ["lucre", [4, 2014, 8]], ["wampum", [4, 2014, 9]], ["pelf", [4, 2014, 10]], ["clams", [4, 2014, 11]], ["lolly", [4, 2014, 12]], ["loot", [4, 2014, 13]], ["bread", [4, 2014, 14]], ["sugar", [4, 2014, 15]], ["simoleons", [4, 2014, 16]], ["moolah", [4, 2014, 17]]]}, {"answer": "doughnut", "hint": "synonyms for doughnut", "clues": [["halo", [4, 2015, 0]], ["sinker", [4, 2015, 1]], ["annulus", [4, 2015, 2]], ["anchor ring", [4, 2015, 3]], ["donut", [4, 2015, 4]], ["ring", [4, 2015, 5]]]}, {"answer": "downfall", "hint": "synonyms for downfall", "clues": [["ruination", [4, 2016, 0]], ["ruin", [4, 2016, 1]], ["precipitation", [4, 2016, 2]], ["fall", [4, 2016, 3]]]}, {"answer": "downheartedness", "hint": "synonyms for downheartedness", "clues": [["dispiritedness", [4, 2017, 0]], ["low-spiritedness", [4, 2017, 1]], ["lowness", [4, 2017, 2]], ["dejectedness", [4, 2017, 3]]]}, {"answer": "downpour", "hint": "synonyms for downpour", "clues": [["pelter", [4, 2018, 0]], ["cloudburst", [4, 2018, 1]], ["soaker", [4, 2018, 2]], ["deluge", [4, 2018, 3]], ["torrent", [4, 2018, 4]], ["waterspout", [4, 2018, 5]]]}, {"answer": "downslope", "hint": "synonyms for downslope", "clues": [["declension", [4, 2019, 0]], ["descent", [4, 2019, 1]], ["declivity", [4, 2019, 2]], ["fall", [4, 2019, 3]], ["declination", [4, 2019, 4]], ["decline", [4, 2019, 5]]]}, {"answer": "dozens", "hint": "synonyms for dozens", "clues": [["tons", [4, 2020, 0]], ["oodles", [4, 2020, 1]], ["lashings", [4, 2020, 2]], ["wads", [4, 2020, 3]], ["piles", [4, 2020, 4]], ["12", [4, 2020, 5]], ["stacks", [4, 2020, 6]], ["twelve", [4, 2020, 7]], ["gobs", [4, 2020, 8]], ["lots", [4, 2020, 9]], ["loads", [4, 2020, 10]], ["rafts", [4, 2020, 11]], ["slews", [4, 2020, 12]], ["dozen", [4, 2020, 13]], ["scores", [4, 2020, 14]], ["scads", [4, 2020, 15]], ["heaps", [4, 2020, 16]]]}, {"answer": "draft", "hint": "synonyms for draft", "clues": [["draught", [4, 2021, 0]], ["order of payment", [4, 2021, 1]], ["rough drawing", [4, 2021, 2]], ["bill of exchange", [4, 2021, 3]], ["drawing", [4, 2021, 4]], ["selective service", [4, 2021, 5]], ["conscription", [4, 2021, 6]], ["draft copy", [4, 2021, 7]], ["gulp", [4, 2021, 8]], ["tipple", [4, 2021, 9]], ["muster", [4, 2021, 10]], ["potation", [4, 2021, 11]], ["swig", [4, 2021, 12]]]}, {"answer": "drainage_area", "hint": "synonyms for drainage area", "clues": [["drainage basin", [4, 2022, 0]], ["catchment area", [4, 2022, 1]], ["catchment basin", [4, 2022, 2]], ["basin", [4, 2022, 3]], ["river basin", [4, 2022, 4]], ["watershed", [4, 2022, 5]]]}, {"answer": "drainage_basin", "hint": "synonyms for drainage basin", "clues": [["catchment area", [4, 2023, 0]], ["drainage area", [4, 2023, 1]], ["catchment basin", [4, 2023, 2]], ["basin", [4, 2023, 3]], ["river basin", [4, 2023, 4]], ["watershed", [4, 2023, 5]]]}, {"answer": "drape", "hint": "synonyms for drape", "clues": [["curtain", [4, 2024, 0]], ["pall", [4, 2024, 1]], ["mantle", [4, 2024, 2]], ["drapery", [4, 2024, 3]]]}, {"answer": "drapery", "hint": "synonyms for drapery", "clues": [["curtain", [4, 2025, 0]], ["drape", [4, 2025, 1]], ["pall", [4, 2025, 2]], ["mantle", [4, 2025, 3]]]}, {"answer": "draught", "hint": "synonyms for draught", "clues": [["draft", [4, 2026, 0]], ["drawing", [4, 2026, 1]], ["gulp", [4, 2026, 2]], ["tipple", [4, 2026, 3]], ["potation", [4, 2026, 4]], ["swig", [4, 2026, 5]]]}, {"answer": "draughts", "hint": "synonyms for draughts", "clues": [["draft", [4, 2027, 0]], ["draught", [4, 2027, 1]], ["drawing", [4, 2027, 2]], ["checkers", [4, 2027, 3]], ["gulp", [4, 2027, 4]], ["tipple", [4, 2027, 5]], ["potation", [4, 2027, 6]], ["swig", [4, 2027, 7]]]}, {"answer": "draw", "hint": "synonyms for draw", "clues": [["hook", [4, 2028, 0]], ["haulage", [4, 2028, 1]], ["tie", [4, 2028, 2]], ["standoff", [4, 2028, 3]], ["draw play", [4, 2028, 4]], ["haul", [4, 2028, 5]], ["draw poker", [4, 2028, 6]], ["lot", [4, 2028, 7]]]}, {"answer": "drawers", "hint": "synonyms for drawers", "clues": [["bloomers", [4, 2029, 0]], ["pants", [4, 2029, 1]], ["knickers", [4, 2029, 2]], ["shorts", [4, 2029, 3]], ["boxershorts", [4, 2029, 4]], ["drawer", [4, 2029, 5]], ["underdrawers", [4, 2029, 6]], ["boxers", [4, 2029, 7]]]}, {"answer": "drawing", "hint": "synonyms for drawing", "clues": [["draught", [4, 2030, 0]], ["drafting", [4, 2030, 1]], ["draftsmanship", [4, 2030, 2]], ["drawing off", [4, 2030, 3]], ["lottery", [4, 2030, 4]]]}, {"answer": "dream", "hint": "synonyms for dream", "clues": [["dreaming", [4, 2031, 0]], ["ambition", [4, 2031, 1]], ["aspiration", [4, 2031, 2]], ["pipe dream", [4, 2031, 3]]]}, {"answer": "dress_hat", "hint": "synonyms for dress hat", "clues": [["topper", [4, 2032, 0]], ["top hat", [4, 2032, 1]], ["opera hat", [4, 2032, 2]], ["silk hat", [4, 2032, 3]], ["stovepipe", [4, 2032, 4]], ["beaver", [4, 2032, 5]], ["high hat", [4, 2032, 6]]]}, {"answer": "dress_suit", "hint": "synonyms for dress suit", "clues": [["tailcoat", [4, 2033, 0]], ["full dress", [4, 2033, 1]], ["white tie and tails", [4, 2033, 2]], ["white tie", [4, 2033, 3]], ["tails", [4, 2033, 4]]]}, {"answer": "dresser", "hint": "synonyms for dresser", "clues": [["bureau", [4, 2034, 0]], ["toilet table", [4, 2034, 1]], ["chest of drawers", [4, 2034, 2]], ["vanity", [4, 2034, 3]], ["chest", [4, 2034, 4]], ["dressing table", [4, 2034, 5]]]}, {"answer": "dressing", "hint": "synonyms for dressing", "clues": [["salad dressing", [4, 2035, 0]], ["fertilization", [4, 2035, 1]], ["binding", [4, 2035, 2]], ["grooming", [4, 2035, 3]], ["stuffing", [4, 2035, 4]], ["fecundation", [4, 2035, 5]], ["medical dressing", [4, 2035, 6]], ["bandaging", [4, 2035, 7]]]}, {"answer": "dressing_down", "hint": "synonyms for dressing down", "clues": [["chewing out", [4, 2036, 0]], ["castigation", [4, 2036, 1]], ["going-over", [4, 2036, 2]], ["earful", [4, 2036, 3]], ["upbraiding", [4, 2036, 4]], ["bawling out", [4, 2036, 5]]]}, {"answer": "drier", "hint": "synonyms for drier", "clues": [["desiccant", [4, 2037, 0]], ["dryer", [4, 2037, 1]], ["siccative", [4, 2037, 2]], ["drying agent", [4, 2037, 3]]]}, {"answer": "drift", "hint": "synonyms for drift", "clues": [["gallery", [4, 2038, 0]], ["impulsion", [4, 2038, 1]], ["trend", [4, 2038, 2]], ["purport", [4, 2038, 3]], ["impetus", [4, 2038, 4]], ["movement", [4, 2038, 5]], ["heading", [4, 2038, 6]]]}, {"answer": "drill", "hint": "synonyms for drill", "clues": [["recitation", [4, 2039, 0]], ["practice session", [4, 2039, 1]], ["exercise", [4, 2039, 2]], ["practice", [4, 2039, 3]]]}, {"answer": "drink", "hint": "synonyms for drink", "clues": [["deglutition", [4, 2040, 0]], ["crapulence", [4, 2040, 1]], ["beverage", [4, 2040, 2]], ["boozing", [4, 2040, 3]], ["swallow", [4, 2040, 4]], ["potable", [4, 2040, 5]], ["drinkable", [4, 2040, 6]], ["drunkenness", [4, 2040, 7]], ["drinking", [4, 2040, 8]]]}, {"answer": "drinking", "hint": "synonyms for drinking", "clues": [["imbibing", [4, 2041, 0]], ["boozing", [4, 2041, 1]], ["crapulence", [4, 2041, 2]], ["drunkenness", [4, 2041, 3]], ["drink", [4, 2041, 4]], ["imbibition", [4, 2041, 5]]]}, {"answer": "drip", "hint": "synonyms for drip", "clues": [["drip mould", [4, 2042, 0]], ["dripping", [4, 2042, 1]], ["dribble", [4, 2042, 2]], ["trickle", [4, 2042, 3]]]}, {"answer": "drippiness", "hint": "synonyms for drippiness", "clues": [["soupiness", [4, 2043, 0]], ["sentimentality", [4, 2043, 1]], ["sloppiness", [4, 2043, 2]], ["mawkishness", [4, 2043, 3]], ["mushiness", [4, 2043, 4]]]}, {"answer": "drive", "hint": "synonyms for drive", "clues": [["ride", [4, 2044, 0]], ["movement", [4, 2044, 1]], ["driveway", [4, 2044, 2]], ["campaign", [4, 2044, 3]], ["effort", [4, 2044, 4]], ["driving force", [4, 2044, 5]], ["crusade", [4, 2044, 6]], ["thrust", [4, 2044, 7]], ["parkway", [4, 2044, 8]], ["private road", [4, 2044, 9]], ["driving", [4, 2044, 10]], ["cause", [4, 2044, 11]]]}, {"answer": "drogue", "hint": "synonyms for drogue", "clues": [["wind sleeve", [4, 2045, 0]], ["windsock", [4, 2045, 1]], ["air sock", [4, 2045, 2]], ["air-sleeve", [4, 2045, 3]], ["drogue parachute", [4, 2045, 4]], ["sock", [4, 2045, 5]], ["wind cone", [4, 2045, 6]], ["sea anchor", [4, 2045, 7]]]}, {"answer": "drollery", "hint": "synonyms for drollery", "clues": [["waggery", [4, 2046, 0]], ["comedy", [4, 2046, 1]], ["funniness", [4, 2046, 2]], ["clowning", [4, 2046, 3]]]}, {"answer": "drone", "hint": "synonyms for drone", "clues": [["drone pipe", [4, 2047, 0]], ["droning", [4, 2047, 1]], ["radio-controlled aircraft", [4, 2047, 2]], ["monotone", [4, 2047, 3]], ["bourdon", [4, 2047, 4]], ["pilotless aircraft", [4, 2047, 5]]]}, {"answer": "drool", "hint": "synonyms for drool", "clues": [["tarradiddle", [4, 2048, 0]], ["twaddle", [4, 2048, 1]], ["baloney", [4, 2048, 2]], ["tosh", [4, 2048, 3]], ["bilgewater", [4, 2048, 4]], ["bosh", [4, 2048, 5]], ["tommyrot", [4, 2048, 6]], ["humbug", [4, 2048, 7]]]}, {"answer": "drop", "hint": "synonyms for drop", "clues": [["cliff", [4, 2049, 0]], ["drib", [4, 2049, 1]], ["drop-off", [4, 2049, 2]], ["bead", [4, 2049, 3]], ["dip", [4, 2049, 4]], ["drop cloth", [4, 2049, 5]], ["fall", [4, 2049, 6]], ["pearl", [4, 2049, 7]], ["free fall", [4, 2049, 8]], ["driblet", [4, 2049, 9]], ["drop curtain", [4, 2049, 10]]]}, {"answer": "drop-off", "hint": "synonyms for drop-off", "clues": [["cliff", [4, 2050, 0]], ["slack", [4, 2050, 1]], ["falloff", [4, 2050, 2]], ["lessening", [4, 2050, 3]], ["decrease", [4, 2050, 4]], ["drop", [4, 2050, 5]], ["falling off", [4, 2050, 6]], ["slump", [4, 2050, 7]]]}, {"answer": "drop_line", "hint": "synonyms for drop line", "clues": [["stephead", [4, 2051, 0]], ["stepped line", [4, 2051, 1]], ["stagger head", [4, 2051, 2]], ["dropline", [4, 2051, 3]]]}, {"answer": "dropline", "hint": "synonyms for dropline", "clues": [["stephead", [4, 2052, 0]], ["stepped line", [4, 2052, 1]], ["stagger head", [4, 2052, 2]], ["drop line", [4, 2052, 3]]]}, {"answer": "drubbing", "hint": "synonyms for drubbing", "clues": [["slaughter", [4, 2053, 0]], ["whipping", [4, 2053, 1]], ["trouncing", [4, 2053, 2]], ["beating", [4, 2053, 3]], ["walloping", [4, 2053, 4]], ["licking", [4, 2053, 5]], ["whacking", [4, 2053, 6]], ["thrashing", [4, 2053, 7]], ["debacle", [4, 2053, 8]], ["lacing", [4, 2053, 9]]]}, {"answer": "drugstore", "hint": "synonyms for drugstore", "clues": [["chemist's", [4, 2054, 0]], ["apothecary's shop", [4, 2054, 1]], ["pharmacy", [4, 2054, 2]], ["chemist's shop", [4, 2054, 3]]]}, {"answer": "drum", "hint": "synonyms for drum", "clues": [["membranophone", [4, 2055, 0]], ["brake drum", [4, 2055, 1]], ["barrel", [4, 2055, 2]], ["metal drum", [4, 2055, 3]], ["tympan", [4, 2055, 4]]]}, {"answer": "drunken_revelry", "hint": "synonyms for drunken revelry", "clues": [["debauch", [4, 2056, 0]], ["saturnalia", [4, 2056, 1]], ["orgy", [4, 2056, 2]], ["bacchanalia", [4, 2056, 3]], ["riot", [4, 2056, 4]], ["debauchery", [4, 2056, 5]]]}, {"answer": "dry_land", "hint": "synonyms for dry land", "clues": [["solid ground", [4, 2057, 0]], ["land", [4, 2057, 1]], ["ground", [4, 2057, 2]], ["earth", [4, 2057, 3]], ["terra firma", [4, 2057, 4]]]}, {"answer": "ds", "hint": "synonyms for ds", "clues": [["cholecalciferol", [4, 2058, 0]], ["ergocalciferol", [4, 2058, 1]], ["calciferol", [4, 2058, 2]], ["500", [4, 2058, 3]], ["d", [4, 2058, 4]], ["atomic number 110", [4, 2058, 5]], ["element 110", [4, 2058, 6]], ["five hundred", [4, 2058, 7]], ["viosterol", [4, 2058, 8]], ["vitamin D", [4, 2058, 9]], ["darmstadtium", [4, 2058, 10]]]}, {"answer": "duad", "hint": "synonyms for duad", "clues": [["twosome", [4, 2059, 0]], ["span", [4, 2059, 1]], ["brace", [4, 2059, 2]], ["pair", [4, 2059, 3]], ["distich", [4, 2059, 4]], ["dyad", [4, 2059, 5]], ["duet", [4, 2059, 6]], ["duo", [4, 2059, 7]], ["yoke", [4, 2059, 8]], ["couplet", [4, 2059, 9]], ["twain", [4, 2059, 10]]]}, {"answer": "dubiety", "hint": "synonyms for dubiety", "clues": [["dubiousness", [4, 2060, 0]], ["doubtfulness", [4, 2060, 1]], ["uncertainty", [4, 2060, 2]], ["doubt", [4, 2060, 3]], ["incertitude", [4, 2060, 4]]]}, {"answer": "dubiousness", "hint": "synonyms for dubiousness", "clues": [["doubtfulness", [4, 2061, 0]], ["uncertainty", [4, 2061, 1]], ["doubt", [4, 2061, 2]], ["dubiety", [4, 2061, 3]], ["incertitude", [4, 2061, 4]], ["question", [4, 2061, 5]]]}, {"answer": "duck_soup", "hint": "synonyms for duck soup", "clues": [["piece of cake", [4, 2062, 0]], ["pushover", [4, 2062, 1]], ["picnic", [4, 2062, 2]], ["child's play", [4, 2062, 3]], ["snap", [4, 2062, 4]], ["breeze", [4, 2062, 5]], ["walkover", [4, 2062, 6]], ["cinch", [4, 2062, 7]]]}, {"answer": "ducking", "hint": "synonyms for ducking", "clues": [["duck hunting", [4, 2063, 0]], ["submersion", [4, 2063, 1]], ["immersion", [4, 2063, 2]], ["dousing", [4, 2063, 3]]]}, {"answer": "duds", "hint": "synonyms for duds", "clues": [["misfire", [4, 2064, 0]], ["dud", [4, 2064, 1]], ["turkey", [4, 2064, 2]], ["bomb", [4, 2064, 3]], ["togs", [4, 2064, 4]], ["threads", [4, 2064, 5]]]}, {"answer": "duet", "hint": "synonyms for duet", "clues": [["pas de deux", [4, 2065, 0]], ["twosome", [4, 2065, 1]], ["duette", [4, 2065, 2]], ["brace", [4, 2065, 3]], ["distich", [4, 2065, 4]], ["duo", [4, 2065, 5]], ["couplet", [4, 2065, 6]], ["duad", [4, 2065, 7]], ["span", [4, 2065, 8]], ["pair", [4, 2065, 9]], ["dyad", [4, 2065, 10]], ["yoke", [4, 2065, 11]], ["twain", [4, 2065, 12]]]}, {"answer": "dump", "hint": "synonyms for dump", "clues": [["shit", [4, 2066, 0]], ["rubbish dump", [4, 2066, 1]], ["dumpsite", [4, 2066, 2]], ["wasteyard", [4, 2066, 3]], ["garbage dump", [4, 2066, 4]], ["trash dump", [4, 2066, 5]]]}, {"answer": "dump_truck", "hint": "synonyms for dump truck", "clues": [["tip truck", [4, 2067, 0]], ["tipper", [4, 2067, 1]], ["tipper lorry", [4, 2067, 2]], ["dumper", [4, 2067, 3]]]}, {"answer": "dumper", "hint": "synonyms for dumper", "clues": [["tip truck", [4, 2068, 0]], ["tipper", [4, 2068, 1]], ["tipper lorry", [4, 2068, 2]], ["dump truck", [4, 2068, 3]]]}, {"answer": "dumps", "hint": "synonyms for dumps", "clues": [["shit", [4, 2069, 0]], ["rubbish dump", [4, 2069, 1]], ["dumpsite", [4, 2069, 2]], ["wasteyard", [4, 2069, 3]], ["trash dump", [4, 2069, 4]], ["dump", [4, 2069, 5]], ["garbage dump", [4, 2069, 6]]]}, {"answer": "dumpsite", "hint": "synonyms for dumpsite", "clues": [["rubbish dump", [4, 2070, 0]], ["dump", [4, 2070, 1]], ["wasteyard", [4, 2070, 2]], ["garbage dump", [4, 2070, 3]], ["trash dump", [4, 2070, 4]]]}, {"answer": "duo", "hint": "synonyms for duo", "clues": [["twosome", [4, 2071, 0]], ["duette", [4, 2071, 1]], ["brace", [4, 2071, 2]], ["distich", [4, 2071, 3]], ["duet", [4, 2071, 4]], ["couplet", [4, 2071, 5]], ["duad", [4, 2071, 6]], ["span", [4, 2071, 7]], ["pair", [4, 2071, 8]], ["dyad", [4, 2071, 9]], ["yoke", [4, 2071, 10]], ["twain", [4, 2071, 11]]]}, {"answer": "dupery", "hint": "synonyms for dupery", "clues": [["fraud", [4, 2072, 0]], ["put-on", [4, 2072, 1]], ["fraudulence", [4, 2072, 2]], ["humbug", [4, 2072, 3]], ["hoax", [4, 2072, 4]]]}, {"answer": "dusk", "hint": "synonyms for dusk", "clues": [["evenfall", [4, 2073, 0]], ["gloam", [4, 2073, 1]], ["crepuscle", [4, 2073, 2]], ["twilight", [4, 2073, 3]], ["fall", [4, 2073, 4]], ["nightfall", [4, 2073, 5]]]}, {"answer": "dust", "hint": "synonyms for dust", "clues": [["rubble", [4, 2074, 0]], ["junk", [4, 2074, 1]], ["debris", [4, 2074, 2]], ["detritus", [4, 2074, 3]]]}, {"answer": "dust_cover", "hint": "synonyms for dust cover", "clues": [["dust sheet", [4, 2075, 0]], ["dust jacket", [4, 2075, 1]], ["dust wrapper", [4, 2075, 2]], ["book jacket", [4, 2075, 3]]]}, {"answer": "dustbin", "hint": "synonyms for dustbin", "clues": [["ashbin", [4, 2076, 0]], ["ashcan", [4, 2076, 1]], ["garbage can", [4, 2076, 2]], ["trash bin", [4, 2076, 3]], ["trash can", [4, 2076, 4]], ["trash barrel", [4, 2076, 5]], ["wastebin", [4, 2076, 6]]]}, {"answer": "duster", "hint": "synonyms for duster", "clues": [["gaberdine", [4, 2077, 0]], ["dustrag", [4, 2077, 1]], ["dustcloth", [4, 2077, 2]], ["smock", [4, 2077, 3]], ["sandstorm", [4, 2077, 4]], ["dust storm", [4, 2077, 5]], ["sirocco", [4, 2077, 6]], ["dust coat", [4, 2077, 7]]]}, {"answer": "dustup", "hint": "synonyms for dustup", "clues": [["wrangle", [4, 2078, 0]], ["run-in", [4, 2078, 1]], ["row", [4, 2078, 2]], ["quarrel", [4, 2078, 3]], ["words", [4, 2078, 4]]]}, {"answer": "duty_tour", "hint": "synonyms for duty tour", "clues": [["tour", [4, 2079, 0]], ["tour of duty", [4, 2079, 1]], ["hitch", [4, 2079, 2]], ["enlistment", [4, 2079, 3]], ["term of enlistment", [4, 2079, 4]]]}, {"answer": "dwelling", "hint": "synonyms for dwelling", "clues": [["domicile", [4, 2080, 0]], ["abode", [4, 2080, 1]], ["habitation", [4, 2080, 2]], ["home", [4, 2080, 3]], ["dwelling house", [4, 2080, 4]]]}, {"answer": "dwelling_house", "hint": "synonyms for dwelling house", "clues": [["domicile", [4, 2081, 0]], ["abode", [4, 2081, 1]], ["dwelling", [4, 2081, 2]], ["habitation", [4, 2081, 3]], ["home", [4, 2081, 4]]]}, {"answer": "dyad", "hint": "synonyms for dyad", "clues": [["twosome", [4, 2082, 0]], ["span", [4, 2082, 1]], ["brace", [4, 2082, 2]], ["pair", [4, 2082, 3]], ["distich", [4, 2082, 4]], ["duet", [4, 2082, 5]], ["duo", [4, 2082, 6]], ["yoke", [4, 2082, 7]], ["couplet", [4, 2082, 8]], ["twain", [4, 2082, 9]], ["duad", [4, 2082, 10]]]}, {"answer": "dynamism", "hint": "synonyms for dynamism", "clues": [["pizzaz", [4, 2083, 0]], ["oomph", [4, 2083, 1]], ["zing", [4, 2083, 2]], ["heartiness", [4, 2083, 3]], ["vigour", [4, 2083, 4]]]}, {"answer": "e", "hint": "synonyms for e", "clues": [["atomic number 99", [4, 2084, 0]], ["eastward", [4, 2084, 1]], ["east", [4, 2084, 2]], ["tocopherol", [4, 2084, 3]], ["einsteinium", [4, 2084, 4]], ["due east", [4, 2084, 5]], ["vitamin E", [4, 2084, 6]]]}, {"answer": "eagerness", "hint": "synonyms for eagerness", "clues": [["zeal", [4, 2085, 0]], ["avidness", [4, 2085, 1]], ["keenness", [4, 2085, 2]], ["readiness", [4, 2085, 3]], ["forwardness", [4, 2085, 4]], ["avidity", [4, 2085, 5]]]}, {"answer": "eagre", "hint": "synonyms for eagre", "clues": [["aegir", [4, 2086, 0]], ["eager", [4, 2086, 1]], ["bore", [4, 2086, 2]], ["tidal bore", [4, 2086, 3]]]}, {"answer": "earful", "hint": "synonyms for earful", "clues": [["chewing out", [4, 2087, 0]], ["castigation", [4, 2087, 1]], ["going-over", [4, 2087, 2]], ["bawling out", [4, 2087, 3]], ["dressing down", [4, 2087, 4]], ["upbraiding", [4, 2087, 5]]]}, {"answer": "earnings", "hint": "synonyms for earnings", "clues": [["salary", [4, 2088, 0]], ["profits", [4, 2088, 1]], ["pay", [4, 2088, 2]], ["net income", [4, 2088, 3]], ["wage", [4, 2088, 4]], ["remuneration", [4, 2088, 5]], ["lucre", [4, 2088, 6]], ["net", [4, 2088, 7]], ["net profit", [4, 2088, 8]]]}, {"answer": "earth", "hint": "synonyms for earth", "clues": [["solid ground", [4, 2089, 0]], ["ground", [4, 2089, 1]], ["world", [4, 2089, 2]], ["dry land", [4, 2089, 3]], ["terra firma", [4, 2089, 4]], ["land", [4, 2089, 5]], ["globe", [4, 2089, 6]], ["earthly concern", [4, 2089, 7]], ["worldly concern", [4, 2089, 8]]]}, {"answer": "earthnut", "hint": "synonyms for earthnut", "clues": [["groundnut", [4, 2090, 0]], ["peanut", [4, 2090, 1]], ["truffle", [4, 2090, 2]], ["monkey nut", [4, 2090, 3]], ["goober pea", [4, 2090, 4]], ["goober", [4, 2090, 5]]]}, {"answer": "ease", "hint": "synonyms for ease", "clues": [["simpleness", [4, 2091, 0]], ["relaxation", [4, 2091, 1]], ["simplicity", [4, 2091, 2]], ["repose", [4, 2091, 3]], ["rest", [4, 2091, 4]], ["easiness", [4, 2091, 5]], ["informality", [4, 2091, 6]]]}, {"answer": "easiness", "hint": "synonyms for easiness", "clues": [["relaxation", [4, 2092, 0]], ["ease", [4, 2092, 1]], ["simplicity", [4, 2092, 2]], ["simpleness", [4, 2092, 3]]]}, {"answer": "easing", "hint": "synonyms for easing", "clues": [["relief", [4, 2093, 0]], ["easement", [4, 2093, 1]], ["moderation", [4, 2093, 2]], ["alleviation", [4, 2093, 3]]]}, {"answer": "easy_lay", "hint": "synonyms for easy lay", "clues": [["scoop", [4, 2094, 0]], ["grievous bodily harm", [4, 2094, 1]], ["max", [4, 2094, 2]], ["liquid ecstasy", [4, 2094, 3]], ["soap", [4, 2094, 4]], ["goop", [4, 2094, 5]]]}, {"answer": "eating_away", "hint": "synonyms for eating away", "clues": [["erosion", [4, 2095, 0]], ["wearing away", [4, 2095, 1]], ["eroding", [4, 2095, 2]], ["wearing", [4, 2095, 3]]]}, {"answer": "ebs", "hint": "synonyms for ebs", "clues": [["exabit", [4, 2096, 0]], ["east by south", [4, 2096, 1]], ["exabyte", [4, 2096, 2]], ["exbibyte", [4, 2096, 3]]]}, {"answer": "ebullition", "hint": "synonyms for ebullition", "clues": [["effusion", [4, 2097, 0]], ["gush", [4, 2097, 1]], ["blowup", [4, 2097, 2]], ["outburst", [4, 2097, 3]]]}, {"answer": "eclat", "hint": "synonyms for eclat", "clues": [["acclaim", [4, 2098, 0]], ["acclamation", [4, 2098, 1]], ["pomp", [4, 2098, 2]], ["plaudit", [4, 2098, 3]]]}, {"answer": "economic_consumption", "hint": "synonyms for economic consumption", "clues": [["usance", [4, 2099, 0]], ["use", [4, 2099, 1]], ["consumption", [4, 2099, 2]], ["use of goods and services", [4, 2099, 3]]]}, {"answer": "ecstasy", "hint": "synonyms for ecstasy", "clues": [["disco biscuit", [4, 2100, 0]], ["cristal", [4, 2100, 1]], ["go", [4, 2100, 2]], ["hug drug", [4, 2100, 3]]]}, {"answer": "edacity", "hint": "synonyms for edacity", "clues": [["voracity", [4, 2101, 0]], ["rapacity", [4, 2101, 1]], ["voraciousness", [4, 2101, 2]], ["rapaciousness", [4, 2101, 3]], ["esurience", [4, 2101, 4]]]}, {"answer": "edda", "hint": "synonyms for edda", "clues": [["taro", [4, 2102, 0]], ["dasheen", [4, 2102, 1]], ["cocoyam", [4, 2102, 2]], ["taro root", [4, 2102, 3]]]}, {"answer": "eden", "hint": "synonyms for eden", "clues": [["heaven", [4, 2103, 0]], ["nirvana", [4, 2103, 1]], ["promised land", [4, 2103, 2]], ["paradise", [4, 2103, 3]]]}, {"answer": "edge", "hint": "synonyms for edge", "clues": [["boundary", [4, 2104, 0]], ["border", [4, 2104, 1]], ["bound", [4, 2104, 2]], ["sharpness", [4, 2104, 3]]]}, {"answer": "edict", "hint": "synonyms for edict", "clues": [["rescript", [4, 2105, 0]], ["fiat", [4, 2105, 1]], ["order", [4, 2105, 2]], ["decree", [4, 2105, 3]]]}, {"answer": "education", "hint": "synonyms for education", "clues": [["teaching", [4, 2106, 0]], ["breeding", [4, 2106, 1]], ["didactics", [4, 2106, 2]], ["educational activity", [4, 2106, 3]], ["pedagogy", [4, 2106, 4]], ["instruction", [4, 2106, 5]], ["training", [4, 2106, 6]]]}, {"answer": "educational_activity", "hint": "synonyms for educational activity", "clues": [["teaching", [4, 2107, 0]], ["didactics", [4, 2107, 1]], ["education", [4, 2107, 2]], ["pedagogy", [4, 2107, 3]], ["instruction", [4, 2107, 4]]]}, {"answer": "effect", "hint": "synonyms for effect", "clues": [["impression", [4, 2108, 0]], ["event", [4, 2108, 1]], ["essence", [4, 2108, 2]], ["gist", [4, 2108, 3]], ["upshot", [4, 2108, 4]], ["consequence", [4, 2108, 5]], ["result", [4, 2108, 6]], ["core", [4, 2108, 7]], ["outcome", [4, 2108, 8]], ["burden", [4, 2108, 9]], ["issue", [4, 2108, 10]], ["force", [4, 2108, 11]]]}, {"answer": "effectiveness", "hint": "synonyms for effectiveness", "clues": [["effectuality", [4, 2109, 0]], ["strength", [4, 2109, 1]], ["potency", [4, 2109, 2]], ["effectualness", [4, 2109, 3]], ["effectivity", [4, 2109, 4]]]}, {"answer": "effects", "hint": "synonyms for effects", "clues": [["effect", [4, 2110, 0]], ["personal effects", [4, 2110, 1]], ["event", [4, 2110, 2]], ["impression", [4, 2110, 3]], ["essence", [4, 2110, 4]], ["gist", [4, 2110, 5]], ["consequence", [4, 2110, 6]], ["result", [4, 2110, 7]], ["upshot", [4, 2110, 8]], ["outcome", [4, 2110, 9]], ["core", [4, 2110, 10]], ["burden", [4, 2110, 11]], ["issue", [4, 2110, 12]], ["force", [4, 2110, 13]]]}, {"answer": "effeminacy", "hint": "synonyms for effeminacy", "clues": [["sissiness", [4, 2111, 0]], ["unmanliness", [4, 2111, 1]], ["softness", [4, 2111, 2]], ["effeminateness", [4, 2111, 3]], ["womanishness", [4, 2111, 4]]]}, {"answer": "effeminateness", "hint": "synonyms for effeminateness", "clues": [["sissiness", [4, 2112, 0]], ["unmanliness", [4, 2112, 1]], ["effeminacy", [4, 2112, 2]], ["softness", [4, 2112, 3]], ["womanishness", [4, 2112, 4]]]}, {"answer": "efflorescence", "hint": "synonyms for efflorescence", "clues": [["bloom", [4, 2113, 0]], ["flower", [4, 2113, 1]], ["inflorescence", [4, 2113, 2]], ["anthesis", [4, 2113, 3]], ["blossom", [4, 2113, 4]], ["flush", [4, 2113, 5]], ["peak", [4, 2113, 6]], ["prime", [4, 2113, 7]], ["heyday", [4, 2113, 8]]]}, {"answer": "effort", "hint": "synonyms for effort", "clues": [["endeavor", [4, 2114, 0]], ["drive", [4, 2114, 1]], ["movement", [4, 2114, 2]], ["attempt", [4, 2114, 3]], ["feat", [4, 2114, 4]], ["exertion", [4, 2114, 5]], ["campaign", [4, 2114, 6]], ["cause", [4, 2114, 7]], ["travail", [4, 2114, 8]], ["exploit", [4, 2114, 9]], ["crusade", [4, 2114, 10]], ["try", [4, 2114, 11]], ["elbow grease", [4, 2114, 12]], ["sweat", [4, 2114, 13]]]}, {"answer": "effusion", "hint": "synonyms for effusion", "clues": [["ebullition", [4, 2115, 0]], ["blowup", [4, 2115, 1]], ["gush", [4, 2115, 2]], ["outburst", [4, 2115, 3]]]}, {"answer": "eggbeater", "hint": "synonyms for eggbeater", "clues": [["helicopter", [4, 2116, 0]], ["chopper", [4, 2116, 1]], ["eggwhisk", [4, 2116, 2]], ["whirlybird", [4, 2116, 3]]]}, {"answer": "egocentrism", "hint": "synonyms for egocentrism", "clues": [["egoism", [4, 2117, 0]], ["self-interest", [4, 2117, 1]], ["self-centeredness", [4, 2117, 2]], ["self-concern", [4, 2117, 3]]]}, {"answer": "egoism", "hint": "synonyms for egoism", "clues": [["self-concern", [4, 2118, 0]], ["self-interest", [4, 2118, 1]], ["self-centeredness", [4, 2118, 2]], ["egocentrism", [4, 2118, 3]]]}, {"answer": "egress", "hint": "synonyms for egress", "clues": [["egression", [4, 2119, 0]], ["emergence", [4, 2119, 1]], ["emersion", [4, 2119, 2]], ["issue", [4, 2119, 3]]]}, {"answer": "eighter", "hint": "synonyms for eighter", "clues": [["octad", [4, 2120, 0]], ["8", [4, 2120, 1]], ["octonary", [4, 2120, 2]], ["eighter from Decatur", [4, 2120, 3]], ["eight", [4, 2120, 4]], ["ogdoad", [4, 2120, 5]], ["octet", [4, 2120, 6]]]}, {"answer": "eighter_from_decatur", "hint": "synonyms for eighter from decatur", "clues": [["octad", [4, 2121, 0]], ["8", [4, 2121, 1]], ["eighter", [4, 2121, 2]], ["octonary", [4, 2121, 3]], ["eight", [4, 2121, 4]], ["octet", [4, 2121, 5]], ["eighter from Decatur", [4, 2121, 6]], ["ogdoad", [4, 2121, 7]]]}, {"answer": "eighties", "hint": "synonyms for eighties", "clues": [["fourscore", [4, 2122, 0]], ["1880s", [4, 2122, 1]], ["mid-eighties", [4, 2122, 2]], ["eighty", [4, 2122, 3]], ["1980s", [4, 2122, 4]], ["80", [4, 2122, 5]]]}, {"answer": "ejection", "hint": "synonyms for ejection", "clues": [["exclusion", [4, 2123, 0]], ["expulsion", [4, 2123, 1]], ["projection", [4, 2123, 2]], ["riddance", [4, 2123, 3]], ["forcing out", [4, 2123, 4]]]}, {"answer": "el", "hint": "synonyms for el", "clues": [["overhead railway", [4, 2124, 0]], ["elevated", [4, 2124, 1]], ["altitude", [4, 2124, 2]], ["elevation", [4, 2124, 3]], ["elevated railroad", [4, 2124, 4]], ["elevated railway", [4, 2124, 5]]]}, {"answer": "elaborateness", "hint": "synonyms for elaborateness", "clues": [["ornateness", [4, 2125, 0]], ["involution", [4, 2125, 1]], ["intricacy", [4, 2125, 2]], ["elaboration", [4, 2125, 3]]]}, {"answer": "elaboration", "hint": "synonyms for elaboration", "clues": [["elaborateness", [4, 2126, 0]], ["expansion", [4, 2126, 1]], ["enlargement", [4, 2126, 2]], ["working out", [4, 2126, 3]], ["involution", [4, 2126, 4]], ["intricacy", [4, 2126, 5]], ["refinement", [4, 2126, 6]], ["amplification", [4, 2126, 7]]]}, {"answer": "elan", "hint": "synonyms for elan", "clues": [["zeal", [4, 2127, 0]], ["style", [4, 2127, 1]], ["flair", [4, 2127, 2]], ["dash", [4, 2127, 3]], ["ardor", [4, 2127, 4]], ["panache", [4, 2127, 5]]]}, {"answer": "elbow_grease", "hint": "synonyms for elbow grease", "clues": [["effort", [4, 2128, 0]], ["exertion", [4, 2128, 1]], ["travail", [4, 2128, 2]], ["sweat", [4, 2128, 3]]]}, {"answer": "eld", "hint": "synonyms for eld", "clues": [["years", [4, 2129, 0]], ["old age", [4, 2129, 1]], ["age", [4, 2129, 2]], ["geezerhood", [4, 2129, 3]]]}, {"answer": "electioneering", "hint": "synonyms for electioneering", "clues": [["canvassing", [4, 2130, 0]], ["political campaign", [4, 2130, 1]], ["bell ringing", [4, 2130, 2]], ["candidature", [4, 2130, 3]], ["campaigning", [4, 2130, 4]], ["candidacy", [4, 2130, 5]]]}, {"answer": "electric-light_bulb", "hint": "synonyms for electric-light bulb", "clues": [["bulb", [4, 2131, 0]], ["light bulb", [4, 2131, 1]], ["incandescent lamp", [4, 2131, 2]], ["electric light", [4, 2131, 3]]]}, {"answer": "electric_arc", "hint": "synonyms for electric arc", "clues": [["arc", [4, 2132, 0]], ["spark", [4, 2132, 1]], ["discharge", [4, 2132, 2]], ["electric discharge", [4, 2132, 3]]]}, {"answer": "electric_discharge", "hint": "synonyms for electric discharge", "clues": [["arc", [4, 2133, 0]], ["electric arc", [4, 2133, 1]], ["discharge", [4, 2133, 2]], ["spark", [4, 2133, 3]]]}, {"answer": "electric_eye", "hint": "synonyms for electric eye", "clues": [["photoelectric cell", [4, 2134, 0]], ["photoconductive cell", [4, 2134, 1]], ["magic eye", [4, 2134, 2]], ["photocell", [4, 2134, 3]]]}, {"answer": "electric_light", "hint": "synonyms for electric light", "clues": [["bulb", [4, 2135, 0]], ["light bulb", [4, 2135, 1]], ["incandescent lamp", [4, 2135, 2]], ["electric-light bulb", [4, 2135, 3]]]}, {"answer": "electric_outlet", "hint": "synonyms for electric outlet", "clues": [["electrical outlet", [4, 2136, 0]], ["wall socket", [4, 2136, 1]], ["electric receptacle", [4, 2136, 2]], ["outlet", [4, 2136, 3]], ["wall plug", [4, 2136, 4]]]}, {"answer": "electric_potential", "hint": "synonyms for electric potential", "clues": [["potential drop", [4, 2137, 0]], ["potential difference", [4, 2137, 1]], ["potential", [4, 2137, 2]], ["voltage", [4, 2137, 3]]]}, {"answer": "electric_receptacle", "hint": "synonyms for electric receptacle", "clues": [["electric outlet", [4, 2138, 0]], ["wall socket", [4, 2138, 1]], ["outlet", [4, 2138, 2]], ["wall plug", [4, 2138, 3]]]}, {"answer": "electric_resistance", "hint": "synonyms for electric resistance", "clues": [["resistance", [4, 2139, 0]], ["impedance", [4, 2139, 1]], ["ohmic resistance", [4, 2139, 2]], ["resistivity", [4, 2139, 3]], ["electrical resistance", [4, 2139, 4]]]}, {"answer": "electrical_outlet", "hint": "synonyms for electrical outlet", "clues": [["electric outlet", [4, 2140, 0]], ["wall socket", [4, 2140, 1]], ["electric receptacle", [4, 2140, 2]], ["outlet", [4, 2140, 3]], ["wall plug", [4, 2140, 4]]]}, {"answer": "electrical_resistance", "hint": "synonyms for electrical resistance", "clues": [["electric resistance", [4, 2141, 0]], ["resistance", [4, 2141, 1]], ["impedance", [4, 2141, 2]], ["ohmic resistance", [4, 2141, 3]], ["resistivity", [4, 2141, 4]]]}, {"answer": "electron_tube", "hint": "synonyms for electron tube", "clues": [["tube", [4, 2142, 0]], ["thermionic valve", [4, 2142, 1]], ["thermionic tube", [4, 2142, 2]], ["thermionic vacuum tube", [4, 2142, 3]], ["vacuum tube", [4, 2142, 4]]]}, {"answer": "electronic_computer", "hint": "synonyms for electronic computer", "clues": [["computer", [4, 2143, 0]], ["computing machine", [4, 2143, 1]], ["data processor", [4, 2143, 2]], ["information processing system", [4, 2143, 3]], ["computing device", [4, 2143, 4]]]}, {"answer": "element", "hint": "synonyms for element", "clues": [["component", [4, 2144, 0]], ["factor", [4, 2144, 1]], ["chemical element", [4, 2144, 2]], ["ingredient", [4, 2144, 3]], ["constituent", [4, 2144, 4]]]}, {"answer": "elements", "hint": "synonyms for elements", "clues": [["component", [4, 2145, 0]], ["element", [4, 2145, 1]], ["factor", [4, 2145, 2]], ["chemical element", [4, 2145, 3]], ["ingredient", [4, 2145, 4]], ["constituent", [4, 2145, 5]]]}, {"answer": "elevated_railroad", "hint": "synonyms for elevated railroad", "clues": [["elevated railway", [4, 2146, 0]], ["overhead railway", [4, 2146, 1]], ["el", [4, 2146, 2]], ["elevated", [4, 2146, 3]]]}, {"answer": "elevated_railway", "hint": "synonyms for elevated railway", "clues": [["overhead railway", [4, 2147, 0]], ["elevated railroad", [4, 2147, 1]], ["el", [4, 2147, 2]], ["elevated", [4, 2147, 3]]]}, {"answer": "elevation", "hint": "synonyms for elevation", "clues": [["aggrandisement", [4, 2148, 0]], ["raising", [4, 2148, 1]], ["natural elevation", [4, 2148, 2]], ["altitude", [4, 2148, 3]], ["lift", [4, 2148, 4]]]}, {"answer": "elimination", "hint": "synonyms for elimination", "clues": [["liquidation", [4, 2149, 0]], ["voiding", [4, 2149, 1]], ["riddance", [4, 2149, 2]], ["reasoning by elimination", [4, 2149, 3]], ["excretion", [4, 2149, 4]], ["evacuation", [4, 2149, 5]]]}, {"answer": "elvis", "hint": "synonyms for elvis", "clues": [["back breaker", [4, 2150, 0]], ["loony toons", [4, 2150, 1]], ["pane", [4, 2150, 2]], ["battery-acid", [4, 2150, 3]], ["dose", [4, 2150, 4]], ["dot", [4, 2150, 5]], ["window pane", [4, 2150, 6]], ["acid", [4, 2150, 7]], ["superman", [4, 2150, 8]]]}, {"answer": "em", "hint": "synonyms for em", "clues": [["em quad", [4, 2151, 0]], ["pica em", [4, 2151, 1]], ["pica", [4, 2151, 2]], ["mutton quad", [4, 2151, 3]]]}, {"answer": "embezzlement", "hint": "synonyms for embezzlement", "clues": [["misapplication", [4, 2152, 0]], ["peculation", [4, 2152, 1]], ["misappropriation", [4, 2152, 2]], ["defalcation", [4, 2152, 3]]]}, {"answer": "embossment", "hint": "synonyms for embossment", "clues": [["imprint", [4, 2153, 0]], ["sculptural relief", [4, 2153, 1]], ["rilievo", [4, 2153, 2]], ["relief", [4, 2153, 3]]]}, {"answer": "emda", "hint": "synonyms for emda", "clues": [["ionic medication", [4, 2154, 0]], ["electromotive drug administration", [4, 2154, 1]], ["iontophoresis", [4, 2154, 2]], ["iontotherapy", [4, 2154, 3]]]}, {"answer": "emergence", "hint": "synonyms for emergence", "clues": [["egress", [4, 2155, 0]], ["emersion", [4, 2155, 1]], ["egression", [4, 2155, 2]], ["outgrowth", [4, 2155, 3]], ["growth", [4, 2155, 4]], ["issue", [4, 2155, 5]]]}, {"answer": "emergency", "hint": "synonyms for emergency", "clues": [["hand brake", [4, 2156, 0]], ["exigency", [4, 2156, 1]], ["emergency brake", [4, 2156, 2]], ["parking brake", [4, 2156, 3]], ["pinch", [4, 2156, 4]]]}, {"answer": "emesis", "hint": "synonyms for emesis", "clues": [["disgorgement", [4, 2157, 0]], ["regurgitation", [4, 2157, 1]], ["vomiting", [4, 2157, 2]], ["puking", [4, 2157, 3]]]}, {"answer": "emotionlessness", "hint": "synonyms for emotionlessness", "clues": [["impassivity", [4, 2158, 0]], ["indifference", [4, 2158, 1]], ["phlegm", [4, 2158, 2]], ["impassiveness", [4, 2158, 3]], ["unemotionality", [4, 2158, 4]], ["stolidity", [4, 2158, 5]]]}, {"answer": "employment", "hint": "synonyms for employment", "clues": [["use", [4, 2159, 0]], ["engagement", [4, 2159, 1]], ["utilisation", [4, 2159, 2]], ["usage", [4, 2159, 3]], ["exercise", [4, 2159, 4]], ["work", [4, 2159, 5]]]}, {"answer": "emptiness", "hint": "synonyms for emptiness", "clues": [["void", [4, 2160, 0]], ["vanity", [4, 2160, 1]], ["vacuum", [4, 2160, 2]], ["vacancy", [4, 2160, 3]]]}, {"answer": "empty_talk", "hint": "synonyms for empty talk", "clues": [["empty words", [4, 2161, 0]], ["palaver", [4, 2161, 1]], ["rhetoric", [4, 2161, 2]], ["hot air", [4, 2161, 3]]]}, {"answer": "empty_words", "hint": "synonyms for empty words", "clues": [["empty talk", [4, 2162, 0]], ["palaver", [4, 2162, 1]], ["rhetoric", [4, 2162, 2]], ["hot air", [4, 2162, 3]]]}, {"answer": "enactment", "hint": "synonyms for enactment", "clues": [["act", [4, 2163, 0]], ["portrayal", [4, 2163, 1]], ["passage", [4, 2163, 2]], ["personation", [4, 2163, 3]], ["characterization", [4, 2163, 4]]]}, {"answer": "encampment", "hint": "synonyms for encampment", "clues": [["camping", [4, 2164, 0]], ["tenting", [4, 2164, 1]], ["cantonment", [4, 2164, 2]], ["campsite", [4, 2164, 3]], ["camping site", [4, 2164, 4]], ["bivouac", [4, 2164, 5]], ["bivouacking", [4, 2164, 6]], ["campground", [4, 2164, 7]], ["camping ground", [4, 2164, 8]], ["camping area", [4, 2164, 9]]]}, {"answer": "enchantment", "hint": "synonyms for enchantment", "clues": [["captivation", [4, 2165, 0]], ["bewitchment", [4, 2165, 1]], ["enthrallment", [4, 2165, 2]], ["fascination", [4, 2165, 3]]]}, {"answer": "enclosure", "hint": "synonyms for enclosure", "clues": [["enclosing", [4, 2166, 0]], ["natural enclosure", [4, 2166, 1]], ["envelopment", [4, 2166, 2]], ["inclosure", [4, 2166, 3]]]}, {"answer": "encounter", "hint": "synonyms for encounter", "clues": [["showdown", [4, 2167, 0]], ["skirmish", [4, 2167, 1]], ["confrontation", [4, 2167, 2]], ["meeting", [4, 2167, 3]], ["clash", [4, 2167, 4]], ["face-off", [4, 2167, 5]], ["coming upon", [4, 2167, 6]], ["brush", [4, 2167, 7]]]}, {"answer": "encroachment", "hint": "synonyms for encroachment", "clues": [["intrusion", [4, 2168, 0]], ["impingement", [4, 2168, 1]], ["violation", [4, 2168, 2]], ["invasion", [4, 2168, 3]], ["trespass", [4, 2168, 4]], ["usurpation", [4, 2168, 5]], ["impact", [4, 2168, 6]]]}, {"answer": "encumbrance", "hint": "synonyms for encumbrance", "clues": [["incumbrance", [4, 2169, 0]], ["hindrance", [4, 2169, 1]], ["load", [4, 2169, 2]], ["interference", [4, 2169, 3]], ["onus", [4, 2169, 4]], ["preventive", [4, 2169, 5]], ["burden", [4, 2169, 6]], ["hitch", [4, 2169, 7]]]}, {"answer": "encyclopaedism", "hint": "synonyms for encyclopaedism", "clues": [["erudition", [4, 2170, 0]], ["scholarship", [4, 2170, 1]], ["eruditeness", [4, 2170, 2]], ["encyclopedism", [4, 2170, 3]], ["learnedness", [4, 2170, 4]], ["learning", [4, 2170, 5]]]}, {"answer": "encyclopedism", "hint": "synonyms for encyclopedism", "clues": [["erudition", [4, 2171, 0]], ["scholarship", [4, 2171, 1]], ["eruditeness", [4, 2171, 2]], ["encyclopaedism", [4, 2171, 3]], ["learnedness", [4, 2171, 4]], ["learning", [4, 2171, 5]]]}, {"answer": "end", "hint": "synonyms for end", "clues": [["final stage", [4, 2172, 0]], ["remnant", [4, 2172, 1]], ["terminal", [4, 2172, 2]], ["goal", [4, 2172, 3]], ["conclusion", [4, 2172, 4]], ["close", [4, 2172, 5]], ["last", [4, 2172, 6]], ["oddment", [4, 2172, 7]], ["remainder", [4, 2172, 8]], ["ending", [4, 2172, 9]], ["closing", [4, 2172, 10]]]}, {"answer": "end_of_the_world", "hint": "synonyms for end of the world", "clues": [["doomsday", [4, 2173, 0]], ["crack of doom", [4, 2173, 1]], ["doom", [4, 2173, 2]], ["eschaton", [4, 2173, 3]], ["day of reckoning", [4, 2173, 4]]]}, {"answer": "endeavor", "hint": "synonyms for endeavor", "clues": [["enterprise", [4, 2174, 0]], ["endeavour", [4, 2174, 1]], ["try", [4, 2174, 2]], ["attempt", [4, 2174, 3]], ["effort", [4, 2174, 4]]]}, {"answer": "endeavour", "hint": "synonyms for endeavour", "clues": [["enterprise", [4, 2175, 0]], ["endeavor", [4, 2175, 1]], ["try", [4, 2175, 2]], ["attempt", [4, 2175, 3]], ["effort", [4, 2175, 4]]]}, {"answer": "ending", "hint": "synonyms for ending", "clues": [["conclusion", [4, 2176, 0]], ["end", [4, 2176, 1]], ["finish", [4, 2176, 2]], ["termination", [4, 2176, 3]], ["close", [4, 2176, 4]], ["closing", [4, 2176, 5]]]}, {"answer": "endorsement", "hint": "synonyms for endorsement", "clues": [["indorsement", [4, 2177, 0]], ["blurb", [4, 2177, 1]], ["warrant", [4, 2177, 2]], ["secondment", [4, 2177, 3]], ["countenance", [4, 2177, 4]], ["second", [4, 2177, 5]], ["sanction", [4, 2177, 6]], ["imprimatur", [4, 2177, 7]]]}, {"answer": "endowment", "hint": "synonyms for endowment", "clues": [["gift", [4, 2178, 0]], ["endowment fund", [4, 2178, 1]], ["natural endowment", [4, 2178, 2]], ["talent", [4, 2178, 3]]]}, {"answer": "energy", "hint": "synonyms for energy", "clues": [["free energy", [4, 2179, 0]], ["push", [4, 2179, 1]], ["vigor", [4, 2179, 2]], ["zip", [4, 2179, 3]], ["muscularity", [4, 2179, 4]], ["vim", [4, 2179, 5]], ["get-up-and-go", [4, 2179, 6]]]}, {"answer": "engagement", "hint": "synonyms for engagement", "clues": [["fight", [4, 2180, 0]], ["interlocking", [4, 2180, 1]], ["involution", [4, 2180, 2]], ["employment", [4, 2180, 3]], ["involvement", [4, 2180, 4]], ["date", [4, 2180, 5]], ["participation", [4, 2180, 6]], ["appointment", [4, 2180, 7]], ["betrothal", [4, 2180, 8]], ["booking", [4, 2180, 9]], ["troth", [4, 2180, 10]], ["mesh", [4, 2180, 11]], ["battle", [4, 2180, 12]], ["conflict", [4, 2180, 13]]]}, {"answer": "engineering", "hint": "synonyms for engineering", "clues": [["applied science", [4, 2181, 0]], ["engineering science", [4, 2181, 1]], ["technology", [4, 2181, 2]], ["engine room", [4, 2181, 3]]]}, {"answer": "engrossment", "hint": "synonyms for engrossment", "clues": [["intentness", [4, 2182, 0]], ["preoccupation", [4, 2182, 1]], ["immersion", [4, 2182, 2]], ["preoccupancy", [4, 2182, 3]], ["concentration", [4, 2182, 4]], ["absorption", [4, 2182, 5]]]}, {"answer": "enigma", "hint": "synonyms for enigma", "clues": [["conundrum", [4, 2183, 0]], ["secret", [4, 2183, 1]], ["closed book", [4, 2183, 2]], ["riddle", [4, 2183, 3]], ["mystery", [4, 2183, 4]], ["brain-teaser", [4, 2183, 5]]]}, {"answer": "enlargement", "hint": "synonyms for enlargement", "clues": [["expansion", [4, 2184, 0]], ["magnification", [4, 2184, 1]], ["elaboration", [4, 2184, 2]], ["blowup", [4, 2184, 3]]]}, {"answer": "enlistment", "hint": "synonyms for enlistment", "clues": [["tour", [4, 2185, 0]], ["tour of duty", [4, 2185, 1]], ["hitch", [4, 2185, 2]], ["duty tour", [4, 2185, 3]], ["term of enlistment", [4, 2185, 4]]]}, {"answer": "enormousness", "hint": "synonyms for enormousness", "clues": [["greatness", [4, 2186, 0]], ["grandness", [4, 2186, 1]], ["immensity", [4, 2186, 2]], ["wideness", [4, 2186, 3]], ["immenseness", [4, 2186, 4]], ["sizeableness", [4, 2186, 5]], ["vastness", [4, 2186, 6]]]}, {"answer": "enquiry", "hint": "synonyms for enquiry", "clues": [["inquiry", [4, 2187, 0]], ["question", [4, 2187, 1]], ["research", [4, 2187, 2]], ["interrogation", [4, 2187, 3]], ["query", [4, 2187, 4]]]}, {"answer": "entering", "hint": "synonyms for entering", "clues": [["incoming", [4, 2188, 0]], ["entrance", [4, 2188, 1]], ["entry", [4, 2188, 2]], ["ingress", [4, 2188, 3]]]}, {"answer": "enterprise", "hint": "synonyms for enterprise", "clues": [["initiative", [4, 2189, 0]], ["endeavor", [4, 2189, 1]], ["enterprisingness", [4, 2189, 2]], ["go-ahead", [4, 2189, 3]]]}, {"answer": "enthronisation", "hint": "synonyms for enthronisation", "clues": [["enthronization", [4, 2190, 0]], ["coronation", [4, 2190, 1]], ["investiture", [4, 2190, 2]], ["enthronement", [4, 2190, 3]]]}, {"answer": "enthronization", "hint": "synonyms for enthronization", "clues": [["enthronisation", [4, 2191, 0]], ["coronation", [4, 2191, 1]], ["investiture", [4, 2191, 2]], ["enthronement", [4, 2191, 3]]]}, {"answer": "entombment", "hint": "synonyms for entombment", "clues": [["sepulture", [4, 2192, 0]], ["burial", [4, 2192, 1]], ["interment", [4, 2192, 2]], ["inhumation", [4, 2192, 3]]]}, {"answer": "entrance", "hint": "synonyms for entrance", "clues": [["entryway", [4, 2193, 0]], ["entranceway", [4, 2193, 1]], ["entering", [4, 2193, 2]], ["incoming", [4, 2193, 3]], ["entry", [4, 2193, 4]], ["entree", [4, 2193, 5]], ["ingress", [4, 2193, 6]]]}, {"answer": "entrance_fee", "hint": "synonyms for entrance fee", "clues": [["admission fee", [4, 2194, 0]], ["price of admission", [4, 2194, 1]], ["admission price", [4, 2194, 2]], ["admission charge", [4, 2194, 3]], ["entrance money", [4, 2194, 4]], ["admission", [4, 2194, 5]]]}, {"answer": "entrance_hall", "hint": "synonyms for entrance hall", "clues": [["antechamber", [4, 2195, 0]], ["lobby", [4, 2195, 1]], ["vestibule", [4, 2195, 2]], ["hall", [4, 2195, 3]], ["foyer", [4, 2195, 4]], ["anteroom", [4, 2195, 5]]]}, {"answer": "entrance_money", "hint": "synonyms for entrance money", "clues": [["admission fee", [4, 2196, 0]], ["price of admission", [4, 2196, 1]], ["admission price", [4, 2196, 2]], ["admission charge", [4, 2196, 3]], ["entrance fee", [4, 2196, 4]], ["admission", [4, 2196, 5]]]}, {"answer": "entranceway", "hint": "synonyms for entranceway", "clues": [["entrance", [4, 2197, 0]], ["entree", [4, 2197, 1]], ["entryway", [4, 2197, 2]], ["entry", [4, 2197, 3]]]}, {"answer": "entree", "hint": "synonyms for entree", "clues": [["main course", [4, 2198, 0]], ["admission", [4, 2198, 1]], ["entryway", [4, 2198, 2]], ["entranceway", [4, 2198, 3]], ["accession", [4, 2198, 4]], ["access", [4, 2198, 5]], ["entry", [4, 2198, 6]], ["entrance", [4, 2198, 7]], ["admittance", [4, 2198, 8]]]}, {"answer": "entrepot", "hint": "synonyms for entrepot", "clues": [["depot", [4, 2199, 0]], ["storage", [4, 2199, 1]], ["store", [4, 2199, 2]], ["storehouse", [4, 2199, 3]], ["transshipment center", [4, 2199, 4]]]}, {"answer": "entry", "hint": "synonyms for entry", "clues": [["unveiling", [4, 2200, 0]], ["launching", [4, 2200, 1]], ["entryway", [4, 2200, 2]], ["first appearance", [4, 2200, 3]], ["entranceway", [4, 2200, 4]], ["accounting entry", [4, 2200, 5]], ["ledger entry", [4, 2200, 6]], ["entrance", [4, 2200, 7]], ["incoming", [4, 2200, 8]], ["entering", [4, 2200, 9]], ["debut", [4, 2200, 10]], ["introduction", [4, 2200, 11]], ["entree", [4, 2200, 12]], ["submission", [4, 2200, 13]], ["ingress", [4, 2200, 14]]]}, {"answer": "entryway", "hint": "synonyms for entryway", "clues": [["entrance", [4, 2201, 0]], ["entree", [4, 2201, 1]], ["entranceway", [4, 2201, 2]], ["entry", [4, 2201, 3]]]}, {"answer": "enumeration", "hint": "synonyms for enumeration", "clues": [["counting", [4, 2202, 0]], ["reckoning", [4, 2202, 1]], ["numbering", [4, 2202, 2]], ["tally", [4, 2202, 3]], ["numeration", [4, 2202, 4]]]}, {"answer": "environs", "hint": "synonyms for environs", "clues": [["surroundings", [4, 2203, 0]], ["surround", [4, 2203, 1]], ["purlieu", [4, 2203, 2]], ["environment", [4, 2203, 3]]]}, {"answer": "episcopate", "hint": "synonyms for episcopate", "clues": [["bishopry", [4, 2204, 0]], ["episcopacy", [4, 2204, 1]], ["bishopric", [4, 2204, 2]], ["diocese", [4, 2204, 3]]]}, {"answer": "equaliser", "hint": "synonyms for equaliser", "clues": [["counterpoise", [4, 2205, 0]], ["equalizer", [4, 2205, 1]], ["counterweight", [4, 2205, 2]], ["counterbalance", [4, 2205, 3]], ["balance", [4, 2205, 4]]]}, {"answer": "equalizer", "hint": "synonyms for equalizer", "clues": [["counterpoise", [4, 2206, 0]], ["equaliser", [4, 2206, 1]], ["counterweight", [4, 2206, 2]], ["counterbalance", [4, 2206, 3]], ["balance", [4, 2206, 4]]]}, {"answer": "equilibrium", "hint": "synonyms for equilibrium", "clues": [["labyrinthine sense", [4, 2207, 0]], ["sense of equilibrium", [4, 2207, 1]], ["vestibular sense", [4, 2207, 2]], ["chemical equilibrium", [4, 2207, 3]], ["sense of balance", [4, 2207, 4]], ["equipoise", [4, 2207, 5]], ["counterbalance", [4, 2207, 6]], ["balance", [4, 2207, 7]]]}, {"answer": "equivocation", "hint": "synonyms for equivocation", "clues": [["evasiveness", [4, 2208, 0]], ["tergiversation", [4, 2208, 1]], ["prevarication", [4, 2208, 2]], ["evasion", [4, 2208, 3]]]}, {"answer": "ergocalciferol", "hint": "synonyms for ergocalciferol", "clues": [["cholecalciferol", [4, 2209, 0]], ["calciferol", [4, 2209, 1]], ["vitamin D", [4, 2209, 2]], ["viosterol", [4, 2209, 3]]]}, {"answer": "erosion", "hint": "synonyms for erosion", "clues": [["corroding", [4, 2210, 0]], ["corrosion", [4, 2210, 1]], ["eating away", [4, 2210, 2]], ["eroding", [4, 2210, 3]], ["wearing", [4, 2210, 4]]]}, {"answer": "eroticism", "hint": "synonyms for eroticism", "clues": [["erotism", [4, 2211, 0]], ["amorousness", [4, 2211, 1]], ["sexiness", [4, 2211, 2]], ["amativeness", [4, 2211, 3]]]}, {"answer": "erotism", "hint": "synonyms for erotism", "clues": [["amorousness", [4, 2212, 0]], ["sexiness", [4, 2212, 1]], ["amativeness", [4, 2212, 2]], ["eroticism", [4, 2212, 3]]]}, {"answer": "erratum", "hint": "synonyms for erratum", "clues": [["typographical error", [4, 2213, 0]], ["typo", [4, 2213, 1]], ["literal", [4, 2213, 2]], ["literal error", [4, 2213, 3]], ["misprint", [4, 2213, 4]]]}, {"answer": "error", "hint": "synonyms for error", "clues": [["erroneous belief", [4, 2214, 0]], ["computer error", [4, 2214, 1]], ["erroneousness", [4, 2214, 2]], ["mistake", [4, 2214, 3]], ["wrongdoing", [4, 2214, 4]], ["misplay", [4, 2214, 5]], ["fault", [4, 2214, 6]]]}, {"answer": "eruditeness", "hint": "synonyms for eruditeness", "clues": [["erudition", [4, 2215, 0]], ["scholarship", [4, 2215, 1]], ["encyclopedism", [4, 2215, 2]], ["learnedness", [4, 2215, 3]], ["learning", [4, 2215, 4]]]}, {"answer": "erudition", "hint": "synonyms for erudition", "clues": [["scholarship", [4, 2216, 0]], ["eruditeness", [4, 2216, 1]], ["encyclopedism", [4, 2216, 2]], ["learnedness", [4, 2216, 3]], ["learning", [4, 2216, 4]]]}, {"answer": "eruption", "hint": "synonyms for eruption", "clues": [["clap", [4, 2217, 0]], ["irruption", [4, 2217, 1]], ["outbreak", [4, 2217, 2]], ["bam", [4, 2217, 3]], ["bang", [4, 2217, 4]], ["volcanic eruption", [4, 2217, 5]], ["blast", [4, 2217, 6]]]}, {"answer": "es", "hint": "synonyms for es", "clues": [["atomic number 99", [4, 2218, 0]], ["east", [4, 2218, 1]], ["tocopherol", [4, 2218, 2]], ["vitamin E", [4, 2218, 3]], ["e", [4, 2218, 4]], ["eastward", [4, 2218, 5]], ["einsteinium", [4, 2218, 6]], ["due east", [4, 2218, 7]]]}, {"answer": "escapade", "hint": "synonyms for escapade", "clues": [["risky venture", [4, 2219, 0]], ["adventure", [4, 2219, 1]], ["lark", [4, 2219, 2]], ["dangerous undertaking", [4, 2219, 3]]]}, {"answer": "escape", "hint": "synonyms for escape", "clues": [["leak", [4, 2220, 0]], ["escape cock", [4, 2220, 1]], ["dodging", [4, 2220, 2]], ["escape valve", [4, 2220, 3]], ["relief valve", [4, 2220, 4]], ["escapism", [4, 2220, 5]], ["evasion", [4, 2220, 6]], ["flight", [4, 2220, 7]], ["safety valve", [4, 2220, 8]], ["leakage", [4, 2220, 9]], ["outflow", [4, 2220, 10]]]}, {"answer": "escape_cock", "hint": "synonyms for escape cock", "clues": [["escape valve", [4, 2221, 0]], ["escape", [4, 2221, 1]], ["relief valve", [4, 2221, 2]], ["safety valve", [4, 2221, 3]]]}, {"answer": "escape_valve", "hint": "synonyms for escape valve", "clues": [["safety valve", [4, 2222, 0]], ["escape", [4, 2222, 1]], ["relief valve", [4, 2222, 2]], ["escape cock", [4, 2222, 3]]]}, {"answer": "eschaton", "hint": "synonyms for eschaton", "clues": [["doomsday", [4, 2223, 0]], ["crack of doom", [4, 2223, 1]], ["end of the world", [4, 2223, 2]], ["day of reckoning", [4, 2223, 3]]]}, {"answer": "espial", "hint": "synonyms for espial", "clues": [["spotting", [4, 2224, 0]], ["detection", [4, 2224, 1]], ["catching", [4, 2224, 2]], ["spying", [4, 2224, 3]]]}, {"answer": "espousal", "hint": "synonyms for espousal", "clues": [["adoption", [4, 2225, 0]], ["acceptance", [4, 2225, 1]], ["betrothal", [4, 2225, 2]], ["acceptation", [4, 2225, 3]], ["bridal", [4, 2225, 4]]]}, {"answer": "esr", "hint": "synonyms for esr", "clues": [["erythrocyte sedimentation rate", [4, 2226, 0]], ["sedimentation rate", [4, 2226, 1]], ["sed rate", [4, 2226, 2]], ["electron paramagnetic resonance", [4, 2226, 3]], ["electron spin resonance", [4, 2226, 4]]]}, {"answer": "essence", "hint": "synonyms for essence", "clues": [["pith", [4, 2227, 0]], ["marrow", [4, 2227, 1]], ["nub", [4, 2227, 2]], ["gist", [4, 2227, 3]], ["sum", [4, 2227, 4]], ["center", [4, 2227, 5]], ["effect", [4, 2227, 6]], ["nitty-gritty", [4, 2227, 7]], ["centre", [4, 2227, 8]], ["inwardness", [4, 2227, 9]], ["substance", [4, 2227, 10]], ["core", [4, 2227, 11]], ["kernel", [4, 2227, 12]], ["heart and soul", [4, 2227, 13]], ["meat", [4, 2227, 14]], ["burden", [4, 2227, 15]], ["perfume", [4, 2227, 16]], ["heart", [4, 2227, 17]]]}, {"answer": "establishment", "hint": "synonyms for establishment", "clues": [["organisation", [4, 2228, 0]], ["governing body", [4, 2228, 1]], ["validation", [4, 2228, 2]], ["constitution", [4, 2228, 3]], ["brass", [4, 2228, 4]], ["governance", [4, 2228, 5]], ["ecesis", [4, 2228, 6]], ["formation", [4, 2228, 7]], ["administration", [4, 2228, 8]]]}, {"answer": "estate", "hint": "synonyms for estate", "clues": [["the three estates", [4, 2229, 0]], ["land", [4, 2229, 1]], ["demesne", [4, 2229, 2]], ["estate of the realm", [4, 2229, 3]], ["acres", [4, 2229, 4]], ["landed estate", [4, 2229, 5]]]}, {"answer": "esthesis", "hint": "synonyms for esthesis", "clues": [["sense experience", [4, 2230, 0]], ["sense datum", [4, 2230, 1]], ["sensation", [4, 2230, 2]], ["sense impression", [4, 2230, 3]], ["aesthesis", [4, 2230, 4]]]}, {"answer": "estimate", "hint": "synonyms for estimate", "clues": [["estimation", [4, 2231, 0]], ["appraisal", [4, 2231, 1]], ["approximation", [4, 2231, 2]], ["idea", [4, 2231, 3]]]}, {"answer": "estimation", "hint": "synonyms for estimation", "clues": [["appraisal", [4, 2232, 0]], ["estimate", [4, 2232, 1]], ["idea", [4, 2232, 2]], ["approximation", [4, 2232, 3]]]}, {"answer": "esurience", "hint": "synonyms for esurience", "clues": [["voracity", [4, 2233, 0]], ["rapacity", [4, 2233, 1]], ["voraciousness", [4, 2233, 2]], ["rapaciousness", [4, 2233, 3]], ["edacity", [4, 2233, 4]]]}, {"answer": "ethanoyl_group", "hint": "synonyms for ethanoyl group", "clues": [["acetyl radical", [4, 2234, 0]], ["acetyl group", [4, 2234, 1]], ["ethanoyl radical", [4, 2234, 2]], ["acetyl", [4, 2234, 3]]]}, {"answer": "ethanoyl_radical", "hint": "synonyms for ethanoyl radical", "clues": [["acetyl radical", [4, 2235, 0]], ["acetyl group", [4, 2235, 1]], ["ethanoyl group", [4, 2235, 2]], ["acetyl", [4, 2235, 3]]]}, {"answer": "ether", "hint": "synonyms for ether", "clues": [["vinyl ether", [4, 2236, 0]], ["diethyl ether", [4, 2236, 1]], ["quintessence", [4, 2236, 2]], ["aether", [4, 2236, 3]], ["ethoxyethane", [4, 2236, 4]]]}, {"answer": "ethic", "hint": "synonyms for ethic", "clues": [["ethical code", [4, 2237, 0]], ["value-system", [4, 2237, 1]], ["value orientation", [4, 2237, 2]], ["moral principle", [4, 2237, 3]]]}, {"answer": "ethics", "hint": "synonyms for ethics", "clues": [["ethic", [4, 2238, 0]], ["ethical motive", [4, 2238, 1]], ["morality", [4, 2238, 2]], ["morals", [4, 2238, 3]], ["value orientation", [4, 2238, 4]], ["ethical code", [4, 2238, 5]], ["moral philosophy", [4, 2238, 6]], ["value-system", [4, 2238, 7]], ["moral principle", [4, 2238, 8]]]}, {"answer": "ethyl_alcohol", "hint": "synonyms for ethyl alcohol", "clues": [["ethanol", [4, 2239, 0]], ["fermentation alcohol", [4, 2239, 1]], ["neutral spirits", [4, 2239, 2]], ["grain alcohol", [4, 2239, 3]]]}, {"answer": "ethyl_ether", "hint": "synonyms for ethyl ether", "clues": [["vinyl ether", [4, 2240, 0]], ["ether", [4, 2240, 1]], ["diethyl ether", [4, 2240, 2]], ["ethoxyethane", [4, 2240, 3]]]}, {"answer": "eulogy", "hint": "synonyms for eulogy", "clues": [["panegyric", [4, 2241, 0]], ["paean", [4, 2241, 1]], ["eulogium", [4, 2241, 2]], ["encomium", [4, 2241, 3]]]}, {"answer": "evacuation", "hint": "synonyms for evacuation", "clues": [["emptying", [4, 2242, 0]], ["elimination", [4, 2242, 1]], ["excreting", [4, 2242, 2]], ["voiding", [4, 2242, 3]], ["voidance", [4, 2242, 4]]]}, {"answer": "evaporation", "hint": "synonyms for evaporation", "clues": [["drying up", [4, 2243, 0]], ["desiccation", [4, 2243, 1]], ["vaporisation", [4, 2243, 2]], ["vapor", [4, 2243, 3]], ["dehydration", [4, 2243, 4]]]}, {"answer": "evasion", "hint": "synonyms for evasion", "clues": [["equivocation", [4, 2244, 0]], ["escape", [4, 2244, 1]], ["nonpayment", [4, 2244, 2]], ["dodging", [4, 2244, 3]]]}, {"answer": "evenfall", "hint": "synonyms for evenfall", "clues": [["gloam", [4, 2245, 0]], ["crepuscle", [4, 2245, 1]], ["twilight", [4, 2245, 2]], ["fall", [4, 2245, 3]], ["dusk", [4, 2245, 4]], ["nightfall", [4, 2245, 5]]]}, {"answer": "event", "hint": "synonyms for event", "clues": [["outcome", [4, 2246, 0]], ["upshot", [4, 2246, 1]], ["issue", [4, 2246, 2]], ["effect", [4, 2246, 3]], ["consequence", [4, 2246, 4]], ["result", [4, 2246, 5]]]}, {"answer": "evolution", "hint": "synonyms for evolution", "clues": [["phylogenesis", [4, 2247, 0]], ["development", [4, 2247, 1]], ["organic evolution", [4, 2247, 2]], ["phylogeny", [4, 2247, 3]]]}, {"answer": "examination", "hint": "synonyms for examination", "clues": [["scrutiny", [4, 2248, 0]], ["exam", [4, 2248, 1]], ["test", [4, 2248, 2]], ["examen", [4, 2248, 3]], ["interrogatory", [4, 2248, 4]], ["interrogation", [4, 2248, 5]]]}, {"answer": "example", "hint": "synonyms for example", "clues": [["model", [4, 2249, 0]], ["representative", [4, 2249, 1]], ["illustration", [4, 2249, 2]], ["instance", [4, 2249, 3]], ["good example", [4, 2249, 4]], ["case", [4, 2249, 5]], ["exemplar", [4, 2249, 6]], ["deterrent example", [4, 2249, 7]], ["lesson", [4, 2249, 8]], ["exercise", [4, 2249, 9]], ["object lesson", [4, 2249, 10]]]}, {"answer": "excavation", "hint": "synonyms for excavation", "clues": [["dig", [4, 2250, 0]], ["mining", [4, 2250, 1]], ["digging", [4, 2250, 2]], ["archeological site", [4, 2250, 3]]]}, {"answer": "exchange", "hint": "synonyms for exchange", "clues": [["interchange", [4, 2251, 0]], ["commutation", [4, 2251, 1]], ["central", [4, 2251, 2]], ["substitution", [4, 2251, 3]], ["rally", [4, 2251, 4]], ["telephone exchange", [4, 2251, 5]]]}, {"answer": "excision", "hint": "synonyms for excision", "clues": [["deletion", [4, 2252, 0]], ["cut", [4, 2252, 1]], ["cutting out", [4, 2252, 2]], ["ablation", [4, 2252, 3]], ["extirpation", [4, 2252, 4]], ["deracination", [4, 2252, 5]], ["excommunication", [4, 2252, 6]]]}, {"answer": "excitement", "hint": "synonyms for excitement", "clues": [["turmoil", [4, 2253, 0]], ["hullabaloo", [4, 2253, 1]], ["excitation", [4, 2253, 2]], ["agitation", [4, 2253, 3]], ["exhilaration", [4, 2253, 4]], ["upheaval", [4, 2253, 5]]]}, {"answer": "exclusion", "hint": "synonyms for exclusion", "clues": [["exception", [4, 2254, 0]], ["ejection", [4, 2254, 1]], ["expulsion", [4, 2254, 2]], ["elision", [4, 2254, 3]], ["riddance", [4, 2254, 4]]]}, {"answer": "excogitation", "hint": "synonyms for excogitation", "clues": [["invention", [4, 2255, 0]], ["innovation", [4, 2255, 1]], ["design", [4, 2255, 2]], ["conception", [4, 2255, 3]]]}, {"answer": "excrement", "hint": "synonyms for excrement", "clues": [["excretory product", [4, 2256, 0]], ["excretion", [4, 2256, 1]], ["body waste", [4, 2256, 2]], ["excreta", [4, 2256, 3]]]}, {"answer": "excrescence", "hint": "synonyms for excrescence", "clues": [["jut", [4, 2257, 0]], ["swelling", [4, 2257, 1]], ["protuberance", [4, 2257, 2]], ["gibbosity", [4, 2257, 3]], ["gibbousness", [4, 2257, 4]], ["bulge", [4, 2257, 5]], ["extrusion", [4, 2257, 6]], ["prominence", [4, 2257, 7]], ["bump", [4, 2257, 8]], ["hump", [4, 2257, 9]], ["protrusion", [4, 2257, 10]]]}, {"answer": "excreta", "hint": "synonyms for excreta", "clues": [["excretory product", [4, 2258, 0]], ["excrement", [4, 2258, 1]], ["body waste", [4, 2258, 2]], ["excretion", [4, 2258, 3]]]}, {"answer": "excreting", "hint": "synonyms for excreting", "clues": [["voiding", [4, 2259, 0]], ["excretion", [4, 2259, 1]], ["evacuation", [4, 2259, 2]], ["elimination", [4, 2259, 3]]]}, {"answer": "excretion", "hint": "synonyms for excretion", "clues": [["excretory product", [4, 2260, 0]], ["body waste", [4, 2260, 1]], ["excrement", [4, 2260, 2]], ["evacuation", [4, 2260, 3]], ["excreting", [4, 2260, 4]], ["elimination", [4, 2260, 5]], ["voiding", [4, 2260, 6]], ["excreta", [4, 2260, 7]]]}, {"answer": "excretory_product", "hint": "synonyms for excretory product", "clues": [["excrement", [4, 2261, 0]], ["body waste", [4, 2261, 1]], ["excretion", [4, 2261, 2]], ["excreta", [4, 2261, 3]]]}, {"answer": "excursion", "hint": "synonyms for excursion", "clues": [["sashay", [4, 2262, 0]], ["digression", [4, 2262, 1]], ["outing", [4, 2262, 2]], ["jaunt", [4, 2262, 3]], ["junket", [4, 2262, 4]], ["pleasure trip", [4, 2262, 5]], ["expedition", [4, 2262, 6]]]}, {"answer": "excursus", "hint": "synonyms for excursus", "clues": [["parenthesis", [4, 2263, 0]], ["digression", [4, 2263, 1]], ["aside", [4, 2263, 2]], ["divagation", [4, 2263, 3]]]}, {"answer": "excuse", "hint": "synonyms for excuse", "clues": [["alibi", [4, 2264, 0]], ["self-justification", [4, 2264, 1]], ["apology", [4, 2264, 2]], ["exculpation", [4, 2264, 3]]]}, {"answer": "execration", "hint": "synonyms for execration", "clues": [["abomination", [4, 2265, 0]], ["curse", [4, 2265, 1]], ["loathing", [4, 2265, 2]], ["odium", [4, 2265, 3]], ["condemnation", [4, 2265, 4]], ["detestation", [4, 2265, 5]], ["abhorrence", [4, 2265, 6]]]}, {"answer": "execution", "hint": "synonyms for execution", "clues": [["performance", [4, 2266, 0]], ["carrying out", [4, 2266, 1]], ["death penalty", [4, 2266, 2]], ["carrying into action", [4, 2266, 3]], ["instruction execution", [4, 2266, 4]], ["capital punishment", [4, 2266, 5]], ["implementation", [4, 2266, 6]], ["execution of instrument", [4, 2266, 7]], ["executing", [4, 2266, 8]], ["slaying", [4, 2266, 9]], ["murder", [4, 2266, 10]], ["writ of execution", [4, 2266, 11]]]}, {"answer": "exercise", "hint": "synonyms for exercise", "clues": [["workout", [4, 2267, 0]], ["utilisation", [4, 2267, 1]], ["practice", [4, 2267, 2]], ["exercising", [4, 2267, 3]], ["employment", [4, 2267, 4]], ["recitation", [4, 2267, 5]], ["use", [4, 2267, 6]], ["physical exercise", [4, 2267, 7]], ["usage", [4, 2267, 8]], ["physical exertion", [4, 2267, 9]], ["drill", [4, 2267, 10]], ["example", [4, 2267, 11]], ["practice session", [4, 2267, 12]]]}, {"answer": "exercising", "hint": "synonyms for exercising", "clues": [["physical exercise", [4, 2268, 0]], ["workout", [4, 2268, 1]], ["physical exertion", [4, 2268, 2]], ["exercise", [4, 2268, 3]]]}, {"answer": "exertion", "hint": "synonyms for exertion", "clues": [["effort", [4, 2269, 0]], ["travail", [4, 2269, 1]], ["elbow grease", [4, 2269, 2]], ["sweat", [4, 2269, 3]]]}, {"answer": "exiguity", "hint": "synonyms for exiguity", "clues": [["meagerness", [4, 2270, 0]], ["leanness", [4, 2270, 1]], ["scantness", [4, 2270, 2]], ["poorness", [4, 2270, 3]]]}, {"answer": "existence", "hint": "synonyms for existence", "clues": [["universe", [4, 2271, 0]], ["cosmos", [4, 2271, 1]], ["macrocosm", [4, 2271, 2]], ["world", [4, 2271, 3]], ["creation", [4, 2271, 4]]]}, {"answer": "exit", "hint": "synonyms for exit", "clues": [["way out", [4, 2272, 0]], ["loss", [4, 2272, 1]], ["passing", [4, 2272, 2]], ["issue", [4, 2272, 3]], ["outlet", [4, 2272, 4]], ["departure", [4, 2272, 5]], ["release", [4, 2272, 6]], ["expiration", [4, 2272, 7]], ["going", [4, 2272, 8]]]}, {"answer": "expatriation", "hint": "synonyms for expatriation", "clues": [["transportation", [4, 2273, 0]], ["deportation", [4, 2273, 1]], ["out-migration", [4, 2273, 2]], ["emigration", [4, 2273, 3]], ["exile", [4, 2273, 4]]]}, {"answer": "expectation", "hint": "synonyms for expectation", "clues": [["prospect", [4, 2274, 0]], ["outlook", [4, 2274, 1]], ["expected value", [4, 2274, 2]], ["first moment", [4, 2274, 3]], ["arithmetic mean", [4, 2274, 4]]]}, {"answer": "expedience", "hint": "synonyms for expedience", "clues": [["opportunism", [4, 2275, 0]], ["self-interest", [4, 2275, 1]], ["expediency", [4, 2275, 2]], ["self-seeking", [4, 2275, 3]]]}, {"answer": "expedition", "hint": "synonyms for expedition", "clues": [["sashay", [4, 2276, 0]], ["hostile expedition", [4, 2276, 1]], ["despatch", [4, 2276, 2]], ["military expedition", [4, 2276, 3]], ["outing", [4, 2276, 4]], ["junket", [4, 2276, 5]], ["expeditiousness", [4, 2276, 6]], ["excursion", [4, 2276, 7]], ["jaunt", [4, 2276, 8]], ["pleasure trip", [4, 2276, 9]]]}, {"answer": "expenditure", "hint": "synonyms for expenditure", "clues": [["outgo", [4, 2277, 0]], ["spending", [4, 2277, 1]], ["outlay", [4, 2277, 2]], ["expending", [4, 2277, 3]], ["consumption", [4, 2277, 4]], ["using up", [4, 2277, 5]]]}, {"answer": "expiration", "hint": "synonyms for expiration", "clues": [["termination", [4, 2278, 0]], ["loss", [4, 2278, 1]], ["passing", [4, 2278, 2]], ["breathing out", [4, 2278, 3]], ["departure", [4, 2278, 4]], ["exhalation", [4, 2278, 5]], ["release", [4, 2278, 6]], ["expiry", [4, 2278, 7]], ["going", [4, 2278, 8]], ["exit", [4, 2278, 9]]]}, {"answer": "expiry", "hint": "synonyms for expiry", "clues": [["termination", [4, 2279, 0]], ["decease", [4, 2279, 1]], ["expiration", [4, 2279, 2]], ["death", [4, 2279, 3]]]}, {"answer": "expletive", "hint": "synonyms for expletive", "clues": [["swearword", [4, 2280, 0]], ["curse word", [4, 2280, 1]], ["oath", [4, 2280, 2]], ["swearing", [4, 2280, 3]], ["curse", [4, 2280, 4]], ["cuss", [4, 2280, 5]]]}, {"answer": "explosion", "hint": "synonyms for explosion", "clues": [["detonation", [4, 2281, 0]], ["blowup", [4, 2281, 1]], ["plosion", [4, 2281, 2]], ["burst", [4, 2281, 3]]]}, {"answer": "exposure", "hint": "synonyms for exposure", "clues": [["photograph", [4, 2282, 0]], ["pic", [4, 2282, 1]], ["picture", [4, 2282, 2]], ["photo", [4, 2282, 3]]]}, {"answer": "expression", "hint": "synonyms for expression", "clues": [["formulation", [4, 2283, 0]], ["facial expression", [4, 2283, 1]], ["look", [4, 2283, 2]], ["saying", [4, 2283, 3]], ["reflexion", [4, 2283, 4]], ["locution", [4, 2283, 5]], ["aspect", [4, 2283, 6]], ["verbalism", [4, 2283, 7]], ["reflection", [4, 2283, 8]], ["construction", [4, 2283, 9]], ["formula", [4, 2283, 10]], ["grammatical construction", [4, 2283, 11]], ["verbal expression", [4, 2283, 12]], ["manifestation", [4, 2283, 13]], ["face", [4, 2283, 14]]]}, {"answer": "expressway", "hint": "synonyms for expressway", "clues": [["superhighway", [4, 2284, 0]], ["motorway", [4, 2284, 1]], ["state highway", [4, 2284, 2]], ["thruway", [4, 2284, 3]], ["pike", [4, 2284, 4]], ["freeway", [4, 2284, 5]], ["throughway", [4, 2284, 6]]]}, {"answer": "expulsion", "hint": "synonyms for expulsion", "clues": [["exclusion", [4, 2285, 0]], ["forcing out", [4, 2285, 1]], ["ejection", [4, 2285, 2]], ["projection", [4, 2285, 3]], ["riddance", [4, 2285, 4]], ["extrusion", [4, 2285, 5]]]}, {"answer": "extension", "hint": "synonyms for extension", "clues": [["propagation", [4, 2286, 0]], ["filename extension", [4, 2286, 1]], ["telephone extension", [4, 2286, 2]], ["annexe", [4, 2286, 3]], ["university extension", [4, 2286, 4]], ["extension service", [4, 2286, 5]], ["elongation", [4, 2286, 6]], ["extension phone", [4, 2286, 7]], ["reference", [4, 2286, 8]], ["wing", [4, 2286, 9]], ["lengthiness", [4, 2286, 10]], ["prolongation", [4, 2286, 11]], ["denotation", [4, 2286, 12]]]}, {"answer": "extinction", "hint": "synonyms for extinction", "clues": [["extinguishing", [4, 2287, 0]], ["extermination", [4, 2287, 1]], ["experimental extinction", [4, 2287, 2]], ["quenching", [4, 2287, 3]]]}, {"answer": "extirpation", "hint": "synonyms for extirpation", "clues": [["excision", [4, 2288, 0]], ["cutting out", [4, 2288, 1]], ["ablation", [4, 2288, 2]], ["deracination", [4, 2288, 3]]]}, {"answer": "extract", "hint": "synonyms for extract", "clues": [["selection", [4, 2289, 0]], ["infusion", [4, 2289, 1]], ["excerption", [4, 2289, 2]], ["excerpt", [4, 2289, 3]]]}, {"answer": "extractor", "hint": "synonyms for extractor", "clues": [["cartridge remover", [4, 2290, 0]], ["cartridge extractor", [4, 2290, 1]], ["separator", [4, 2290, 2]], ["centrifuge", [4, 2290, 3]]]}, {"answer": "extravagance", "hint": "synonyms for extravagance", "clues": [["prodigality", [4, 2291, 0]], ["high life", [4, 2291, 1]], ["profligacy", [4, 2291, 2]], ["extravagancy", [4, 2291, 3]], ["lavishness", [4, 2291, 4]]]}, {"answer": "extrusion", "hint": "synonyms for extrusion", "clues": [["jut", [4, 2292, 0]], ["swelling", [4, 2292, 1]], ["protuberance", [4, 2292, 2]], ["gibbosity", [4, 2292, 3]], ["gibbousness", [4, 2292, 4]], ["bulge", [4, 2292, 5]], ["prominence", [4, 2292, 6]], ["bump", [4, 2292, 7]], ["excrescence", [4, 2292, 8]], ["expulsion", [4, 2292, 9]], ["protrusion", [4, 2292, 10]], ["hump", [4, 2292, 11]]]}, {"answer": "eye", "hint": "synonyms for eye", "clues": [["centre", [4, 2293, 0]], ["heart", [4, 2293, 1]], ["center", [4, 2293, 2]], ["middle", [4, 2293, 3]]]}, {"answer": "eyeglasses", "hint": "synonyms for eyeglasses", "clues": [["eyeglass", [4, 2294, 0]], ["spectacles", [4, 2294, 1]], ["monocle", [4, 2294, 2]], ["specs", [4, 2294, 3]], ["glasses", [4, 2294, 4]]]}, {"answer": "eyelet", "hint": "synonyms for eyelet", "clues": [["loop", [4, 2295, 0]], ["grommet", [4, 2295, 1]], ["eyehole", [4, 2295, 2]], ["cringle", [4, 2295, 3]]]}, {"answer": "eyes", "hint": "synonyms for eyes", "clues": [["centre", [4, 2296, 0]], ["eye", [4, 2296, 1]], ["heart", [4, 2296, 2]], ["center", [4, 2296, 3]], ["middle", [4, 2296, 4]]]}, {"answer": "eyeshade", "hint": "synonyms for eyeshade", "clues": [["vizor", [4, 2297, 0]], ["peak", [4, 2297, 1]], ["visor", [4, 2297, 2]], ["bill", [4, 2297, 3]]]}, {"answer": "ezed", "hint": "synonyms for ezed", "clues": [["z", [4, 2298, 0]], ["zee", [4, 2298, 1]], ["zed", [4, 2298, 2]], ["izzard", [4, 2298, 3]]]}, {"answer": "f", "hint": "synonyms for f", "clues": [["atomic number 9", [4, 2299, 0]], ["farad", [4, 2299, 1]], ["degree Fahrenheit", [4, 2299, 2]], ["fluorine", [4, 2299, 3]]]}, {"answer": "fable", "hint": "synonyms for fable", "clues": [["parable", [4, 2300, 0]], ["apologue", [4, 2300, 1]], ["fabrication", [4, 2300, 2]], ["legend", [4, 2300, 3]], ["allegory", [4, 2300, 4]], ["fiction", [4, 2300, 5]]]}, {"answer": "fabric", "hint": "synonyms for fabric", "clues": [["textile", [4, 2301, 0]], ["cloth", [4, 2301, 1]], ["material", [4, 2301, 2]], ["framework", [4, 2301, 3]]]}, {"answer": "fabrication", "hint": "synonyms for fabrication", "clues": [["lying", [4, 2302, 0]], ["manufacturing", [4, 2302, 1]], ["assembly", [4, 2302, 2]], ["fictionalization", [4, 2302, 3]], ["manufacture", [4, 2302, 4]], ["fable", [4, 2302, 5]], ["prevarication", [4, 2302, 6]], ["fiction", [4, 2302, 7]]]}, {"answer": "face", "hint": "synonyms for face", "clues": [["facial expression", [4, 2303, 0]], ["look", [4, 2303, 1]], ["typeface", [4, 2303, 2]], ["brass", [4, 2303, 3]], ["side", [4, 2303, 4]], ["grimace", [4, 2303, 5]], ["aspect", [4, 2303, 6]], ["fount", [4, 2303, 7]], ["boldness", [4, 2303, 8]], ["expression", [4, 2303, 9]], ["case", [4, 2303, 10]], ["nerve", [4, 2303, 11]], ["cheek", [4, 2303, 12]]]}, {"answer": "face_lift", "hint": "synonyms for face lift", "clues": [["cosmetic surgery", [4, 2304, 0]], ["rhytidectomy", [4, 2304, 1]], ["face lifting", [4, 2304, 2]], ["nip and tuck", [4, 2304, 3]], ["facelift", [4, 2304, 4]], ["lift", [4, 2304, 5]], ["rhytidoplasty", [4, 2304, 6]]]}, {"answer": "face_lifting", "hint": "synonyms for face lifting", "clues": [["face lift", [4, 2305, 0]], ["cosmetic surgery", [4, 2305, 1]], ["rhytidectomy", [4, 2305, 2]], ["nip and tuck", [4, 2305, 3]], ["lift", [4, 2305, 4]], ["rhytidoplasty", [4, 2305, 5]]]}, {"answer": "facelift", "hint": "synonyms for facelift", "clues": [["cosmetic surgery", [4, 2306, 0]], ["face lift", [4, 2306, 1]], ["rhytidectomy", [4, 2306, 2]], ["nip and tuck", [4, 2306, 3]], ["lift", [4, 2306, 4]], ["rhytidoplasty", [4, 2306, 5]]]}, {"answer": "facial_expression", "hint": "synonyms for facial expression", "clues": [["look", [4, 2307, 0]], ["face", [4, 2307, 1]], ["expression", [4, 2307, 2]], ["facial gesture", [4, 2307, 3]], ["aspect", [4, 2307, 4]]]}, {"answer": "facility", "hint": "synonyms for facility", "clues": [["adroitness", [4, 2308, 0]], ["readiness", [4, 2308, 1]], ["adeptness", [4, 2308, 2]], ["quickness", [4, 2308, 3]], ["deftness", [4, 2308, 4]], ["installation", [4, 2308, 5]]]}, {"answer": "fact_mood", "hint": "synonyms for fact mood", "clues": [["declarative mood", [4, 2309, 0]], ["indicative mood", [4, 2309, 1]], ["declarative", [4, 2309, 2]], ["common mood", [4, 2309, 3]], ["indicative", [4, 2309, 4]]]}, {"answer": "faction", "hint": "synonyms for faction", "clues": [["cabal", [4, 2310, 0]], ["camarilla", [4, 2310, 1]], ["junto", [4, 2310, 2]], ["sect", [4, 2310, 3]]]}, {"answer": "factor", "hint": "synonyms for factor", "clues": [["component", [4, 2311, 0]], ["element", [4, 2311, 1]], ["divisor", [4, 2311, 2]], ["ingredient", [4, 2311, 3]], ["constituent", [4, 2311, 4]]]}, {"answer": "factor_v", "hint": "synonyms for factor v", "clues": [["factor V", [4, 2312, 0]], ["accelerator factor", [4, 2312, 1]], ["prothrombin accelerator", [4, 2312, 2]], ["proaccelerin", [4, 2312, 3]]]}, {"answer": "factor_vii", "hint": "synonyms for factor vii", "clues": [["proconvertin", [4, 2313, 0]], ["factor VII", [4, 2313, 1]], ["stable factor", [4, 2313, 2]], ["cothromboplastin", [4, 2313, 3]]]}, {"answer": "fad", "hint": "synonyms for fad", "clues": [["furor", [4, 2314, 0]], ["craze", [4, 2314, 1]], ["rage", [4, 2314, 2]], ["cult", [4, 2314, 3]]]}, {"answer": "faecal_matter", "hint": "synonyms for faecal matter", "clues": [["stool", [4, 2315, 0]], ["faeces", [4, 2315, 1]], ["dejection", [4, 2315, 2]], ["fecal matter", [4, 2315, 3]], ["ordure", [4, 2315, 4]]]}, {"answer": "faeces", "hint": "synonyms for faeces", "clues": [["stool", [4, 2316, 0]], ["feces", [4, 2316, 1]], ["faecal matter", [4, 2316, 2]], ["dejection", [4, 2316, 3]], ["ordure", [4, 2316, 4]]]}, {"answer": "fairness", "hint": "synonyms for fairness", "clues": [["equity", [4, 2317, 0]], ["fair-mindedness", [4, 2317, 1]], ["candor", [4, 2317, 2]], ["paleness", [4, 2317, 3]], ["loveliness", [4, 2317, 4]], ["beauteousness", [4, 2317, 5]], ["comeliness", [4, 2317, 6]], ["blondness", [4, 2317, 7]]]}, {"answer": "fairy_tale", "hint": "synonyms for fairy tale", "clues": [["fairy story", [4, 2318, 0]], ["fairytale", [4, 2318, 1]], ["cock-and-bull story", [4, 2318, 2]], ["song and dance", [4, 2318, 3]]]}, {"answer": "fairytale", "hint": "synonyms for fairytale", "clues": [["fairy story", [4, 2319, 0]], ["fairy tale", [4, 2319, 1]], ["cock-and-bull story", [4, 2319, 2]], ["song and dance", [4, 2319, 3]]]}, {"answer": "faith", "hint": "synonyms for faith", "clues": [["religion", [4, 2320, 0]], ["trust", [4, 2320, 1]], ["religious belief", [4, 2320, 2]], ["organized religion", [4, 2320, 3]]]}, {"answer": "falderol", "hint": "synonyms for falderol", "clues": [["trumpery", [4, 2321, 0]], ["gimcrackery", [4, 2321, 1]], ["nonsense", [4, 2321, 2]], ["frill", [4, 2321, 3]], ["gimcrack", [4, 2321, 4]], ["folderal", [4, 2321, 5]]]}, {"answer": "fall", "hint": "synonyms for fall", "clues": [["downslope", [4, 2322, 0]], ["gloam", [4, 2322, 1]], ["declination", [4, 2322, 2]], ["crepuscle", [4, 2322, 3]], ["surrender", [4, 2322, 4]], ["dusk", [4, 2322, 5]], ["drop", [4, 2322, 6]], ["autumn", [4, 2322, 7]], ["spill", [4, 2322, 8]], ["free fall", [4, 2322, 9]], ["pin", [4, 2322, 10]], ["declension", [4, 2322, 11]], ["declivity", [4, 2322, 12]], ["evenfall", [4, 2322, 13]], ["twilight", [4, 2322, 14]], ["downfall", [4, 2322, 15]], ["dip", [4, 2322, 16]], ["descent", [4, 2322, 17]], ["capitulation", [4, 2322, 18]], ["tumble", [4, 2322, 19]], ["nightfall", [4, 2322, 20]], ["decline", [4, 2322, 21]]]}, {"answer": "fallal", "hint": "synonyms for fallal", "clues": [["novelty", [4, 2323, 0]], ["bauble", [4, 2323, 1]], ["trinket", [4, 2323, 2]], ["gewgaw", [4, 2323, 3]], ["gaud", [4, 2323, 4]], ["bangle", [4, 2323, 5]]]}, {"answer": "falling_off", "hint": "synonyms for falling off", "clues": [["slump", [4, 2324, 0]], ["slack", [4, 2324, 1]], ["falloff", [4, 2324, 2]], ["drop-off", [4, 2324, 3]]]}, {"answer": "falling_out", "hint": "synonyms for falling out", "clues": [["rift", [4, 2325, 0]], ["rupture", [4, 2325, 1]], ["break", [4, 2325, 2]], ["severance", [4, 2325, 3]], ["breach", [4, 2325, 4]]]}, {"answer": "falloff", "hint": "synonyms for falloff", "clues": [["slump", [4, 2326, 0]], ["slack", [4, 2326, 1]], ["falling off", [4, 2326, 2]], ["drop-off", [4, 2326, 3]]]}, {"answer": "falls", "hint": "synonyms for falls", "clues": [["fall", [4, 2327, 0]], ["downslope", [4, 2327, 1]], ["gloam", [4, 2327, 2]], ["declination", [4, 2327, 3]], ["crepuscle", [4, 2327, 4]], ["surrender", [4, 2327, 5]], ["dusk", [4, 2327, 6]], ["drop", [4, 2327, 7]], ["autumn", [4, 2327, 8]], ["spill", [4, 2327, 9]], ["free fall", [4, 2327, 10]], ["pin", [4, 2327, 11]], ["declension", [4, 2327, 12]], ["declivity", [4, 2327, 13]], ["waterfall", [4, 2327, 14]], ["evenfall", [4, 2327, 15]], ["twilight", [4, 2327, 16]], ["downfall", [4, 2327, 17]], ["descent", [4, 2327, 18]], ["capitulation", [4, 2327, 19]], ["dip", [4, 2327, 20]], ["tumble", [4, 2327, 21]], ["nightfall", [4, 2327, 22]], ["decline", [4, 2327, 23]]]}, {"answer": "falseness", "hint": "synonyms for falseness", "clues": [["faithlessness", [4, 2328, 0]], ["insincerity", [4, 2328, 1]], ["fickleness", [4, 2328, 2]], ["inconstancy", [4, 2328, 3]], ["hollowness", [4, 2328, 4]]]}, {"answer": "falsification", "hint": "synonyms for falsification", "clues": [["falsehood", [4, 2329, 0]], ["disproof", [4, 2329, 1]], ["refutation", [4, 2329, 2]], ["refutal", [4, 2329, 3]], ["misrepresentation", [4, 2329, 4]], ["falsifying", [4, 2329, 5]]]}, {"answer": "falsifying", "hint": "synonyms for falsifying", "clues": [["falsification", [4, 2330, 0]], ["refutal", [4, 2330, 1]], ["disproof", [4, 2330, 2]], ["refutation", [4, 2330, 3]]]}, {"answer": "familiarity", "hint": "synonyms for familiarity", "clues": [["conversancy", [4, 2331, 0]], ["liberty", [4, 2331, 1]], ["closeness", [4, 2331, 2]], ["casualness", [4, 2331, 3]], ["indecorum", [4, 2331, 4]], ["impropriety", [4, 2331, 5]], ["intimacy", [4, 2331, 6]], ["acquaintance", [4, 2331, 7]]]}, {"answer": "family", "hint": "synonyms for family", "clues": [["kinsfolk", [4, 2332, 0]], ["home", [4, 2332, 1]], ["family line", [4, 2332, 2]], ["family unit", [4, 2332, 3]], ["phratry", [4, 2332, 4]], ["mob", [4, 2332, 5]], ["house", [4, 2332, 6]], ["menage", [4, 2332, 7]], ["class", [4, 2332, 8]], ["folk", [4, 2332, 9]], ["crime syndicate", [4, 2332, 10]], ["sept", [4, 2332, 11]], ["category", [4, 2332, 12]], ["household", [4, 2332, 13]], ["fellowship", [4, 2332, 14]], ["syndicate", [4, 2332, 15]]]}, {"answer": "family_line", "hint": "synonyms for family line", "clues": [["kinsfolk", [4, 2333, 0]], ["folk", [4, 2333, 1]], ["sept", [4, 2333, 2]], ["family", [4, 2333, 3]], ["phratry", [4, 2333, 4]]]}, {"answer": "fan-jet", "hint": "synonyms for fan-jet", "clues": [["fanjet", [4, 2334, 0]], ["turbojet engine", [4, 2334, 1]], ["turbofan engine", [4, 2334, 2]], ["fanjet engine", [4, 2334, 3]], ["turbofan", [4, 2334, 4]], ["turbojet", [4, 2334, 5]]]}, {"answer": "fanfare", "hint": "synonyms for fanfare", "clues": [["tucket", [4, 2335, 0]], ["flash", [4, 2335, 1]], ["flourish", [4, 2335, 2]], ["ostentation", [4, 2335, 3]]]}, {"answer": "fanjet", "hint": "synonyms for fanjet", "clues": [["turbojet engine", [4, 2336, 0]], ["fan-jet", [4, 2336, 1]], ["turbofan engine", [4, 2336, 2]], ["turbofan", [4, 2336, 3]], ["fanjet engine", [4, 2336, 4]], ["turbojet", [4, 2336, 5]]]}, {"answer": "fanjet_engine", "hint": "synonyms for fanjet engine", "clues": [["fanjet", [4, 2337, 0]], ["turbofan", [4, 2337, 1]], ["turbojet engine", [4, 2337, 2]], ["turbofan engine", [4, 2337, 3]], ["turbojet", [4, 2337, 4]]]}, {"answer": "fantasm", "hint": "synonyms for fantasm", "clues": [["shadow", [4, 2338, 0]], ["phantasm", [4, 2338, 1]], ["apparition", [4, 2338, 2]], ["phantom", [4, 2338, 3]]]}, {"answer": "farewell", "hint": "synonyms for farewell", "clues": [["leave-taking", [4, 2339, 0]], ["leave", [4, 2339, 1]], ["word of farewell", [4, 2339, 2]], ["parting", [4, 2339, 3]]]}, {"answer": "farmland", "hint": "synonyms for farmland", "clues": [["cultivated land", [4, 2340, 0]], ["plowland", [4, 2340, 1]], ["farming area", [4, 2340, 2]], ["tillage", [4, 2340, 3]], ["tilled land", [4, 2340, 4]], ["tilth", [4, 2340, 5]], ["ploughland", [4, 2340, 6]]]}, {"answer": "farrago", "hint": "synonyms for farrago", "clues": [["ragbag", [4, 2341, 0]], ["hodgepodge", [4, 2341, 1]], ["hotchpotch", [4, 2341, 2]], ["omnium-gatherum", [4, 2341, 3]], ["odds and ends", [4, 2341, 4]], ["gallimaufry", [4, 2341, 5]], ["mingle-mangle", [4, 2341, 6]], ["oddments", [4, 2341, 7]], ["mishmash", [4, 2341, 8]], ["melange", [4, 2341, 9]]]}, {"answer": "fart", "hint": "synonyms for fart", "clues": [["farting", [4, 2342, 0]], ["wind", [4, 2342, 1]], ["breaking wind", [4, 2342, 2]], ["flatus", [4, 2342, 3]]]}, {"answer": "farting", "hint": "synonyms for farting", "clues": [["wind", [4, 2343, 0]], ["breaking wind", [4, 2343, 1]], ["flatus", [4, 2343, 2]], ["fart", [4, 2343, 3]]]}, {"answer": "fashion", "hint": "synonyms for fashion", "clues": [["way", [4, 2344, 0]], ["manner", [4, 2344, 1]], ["style", [4, 2344, 2]], ["mode", [4, 2344, 3]]]}, {"answer": "fashion_business", "hint": "synonyms for fashion business", "clues": [["apparel industry", [4, 2345, 0]], ["fashion industry", [4, 2345, 1]], ["garment industry", [4, 2345, 2]], ["rag trade", [4, 2345, 3]]]}, {"answer": "fashion_industry", "hint": "synonyms for fashion industry", "clues": [["garment industry", [4, 2346, 0]], ["apparel industry", [4, 2346, 1]], ["fashion business", [4, 2346, 2]], ["rag trade", [4, 2346, 3]]]}, {"answer": "fastball", "hint": "synonyms for fastball", "clues": [["bullet", [4, 2347, 0]], ["hummer", [4, 2347, 1]], ["smoke", [4, 2347, 2]], ["heater", [4, 2347, 3]]]}, {"answer": "fastening", "hint": "synonyms for fastening", "clues": [["fastener", [4, 2348, 0]], ["fixing", [4, 2348, 1]], ["holdfast", [4, 2348, 2]], ["attachment", [4, 2348, 3]]]}, {"answer": "fastness", "hint": "synonyms for fastness", "clues": [["fixture", [4, 2349, 0]], ["stronghold", [4, 2349, 1]], ["fixity", [4, 2349, 2]], ["swiftness", [4, 2349, 3]], ["speed", [4, 2349, 4]], ["fixedness", [4, 2349, 5]], ["secureness", [4, 2349, 6]]]}, {"answer": "fatherland", "hint": "synonyms for fatherland", "clues": [["motherland", [4, 2350, 0]], ["homeland", [4, 2350, 1]], ["country of origin", [4, 2350, 2]], ["native land", [4, 2350, 3]], ["mother country", [4, 2350, 4]]]}, {"answer": "fault", "hint": "synonyms for fault", "clues": [["shift", [4, 2351, 0]], ["demerit", [4, 2351, 1]], ["break", [4, 2351, 2]], ["faulting", [4, 2351, 3]], ["fracture", [4, 2351, 4]], ["error", [4, 2351, 5]], ["mistake", [4, 2351, 6]], ["geological fault", [4, 2351, 7]]]}, {"answer": "faulting", "hint": "synonyms for faulting", "clues": [["shift", [4, 2352, 0]], ["fault", [4, 2352, 1]], ["fracture", [4, 2352, 2]], ["break", [4, 2352, 3]], ["geological fault", [4, 2352, 4]]]}, {"answer": "fauna", "hint": "synonyms for fauna", "clues": [["creature", [4, 2353, 0]], ["animate being", [4, 2353, 1]], ["animal", [4, 2353, 2]], ["brute", [4, 2353, 3]], ["zoology", [4, 2353, 4]], ["beast", [4, 2353, 5]]]}, {"answer": "faux_pas", "hint": "synonyms for faux pas", "clues": [["solecism", [4, 2354, 0]], ["slip", [4, 2354, 1]], ["gaffe", [4, 2354, 2]], ["gaucherie", [4, 2354, 3]]]}, {"answer": "favorableness", "hint": "synonyms for favorableness", "clues": [["positivity", [4, 2355, 0]], ["positiveness", [4, 2355, 1]], ["favourableness", [4, 2355, 2]], ["advantageousness", [4, 2355, 3]], ["profitableness", [4, 2355, 4]]]}, {"answer": "favourableness", "hint": "synonyms for favourableness", "clues": [["positivity", [4, 2356, 0]], ["positiveness", [4, 2356, 1]], ["favorableness", [4, 2356, 2]], ["advantageousness", [4, 2356, 3]], ["profitableness", [4, 2356, 4]]]}, {"answer": "fear", "hint": "synonyms for fear", "clues": [["fearfulness", [4, 2357, 0]], ["concern", [4, 2357, 1]], ["reverence", [4, 2357, 2]], ["awe", [4, 2357, 3]], ["veneration", [4, 2357, 4]], ["fright", [4, 2357, 5]], ["care", [4, 2357, 6]]]}, {"answer": "feast", "hint": "synonyms for feast", "clues": [["fete", [4, 2358, 0]], ["fiesta", [4, 2358, 1]], ["banquet", [4, 2358, 2]], ["spread", [4, 2358, 3]]]}, {"answer": "feature", "hint": "synonyms for feature", "clues": [["characteristic", [4, 2359, 0]], ["feature of speech", [4, 2359, 1]], ["feature film", [4, 2359, 2]], ["feature article", [4, 2359, 3]]]}, {"answer": "fecal_matter", "hint": "synonyms for fecal matter", "clues": [["stool", [4, 2360, 0]], ["faeces", [4, 2360, 1]], ["faecal matter", [4, 2360, 2]], ["dejection", [4, 2360, 3]], ["ordure", [4, 2360, 4]]]}, {"answer": "feces", "hint": "synonyms for feces", "clues": [["stool", [4, 2361, 0]], ["faeces", [4, 2361, 1]], ["faecal matter", [4, 2361, 2]], ["dejection", [4, 2361, 3]], ["ordure", [4, 2361, 4]]]}, {"answer": "federal_agency", "hint": "synonyms for federal agency", "clues": [["office", [4, 2362, 0]], ["bureau", [4, 2362, 1]], ["government agency", [4, 2362, 2]], ["agency", [4, 2362, 3]], ["authority", [4, 2362, 4]]]}, {"answer": "federal_reserve_note", "hint": "synonyms for federal reserve note", "clues": [["greenback", [4, 2363, 0]], ["banker's bill", [4, 2363, 1]], ["bank note", [4, 2363, 2]], ["note", [4, 2363, 3]], ["bank bill", [4, 2363, 4]], ["government note", [4, 2363, 5]], ["bill", [4, 2363, 6]]]}, {"answer": "feeder", "hint": "synonyms for feeder", "clues": [["self-feeder", [4, 2364, 0]], ["bird feeder", [4, 2364, 1]], ["confluent", [4, 2364, 2]], ["affluent", [4, 2364, 3]], ["tributary", [4, 2364, 4]]]}, {"answer": "feeler", "hint": "synonyms for feeler", "clues": [["approach", [4, 2365, 0]], ["antenna", [4, 2365, 1]], ["advance", [4, 2365, 2]], ["overture", [4, 2365, 3]]]}, {"answer": "feeling", "hint": "synonyms for feeling", "clues": [["touch sensation", [4, 2366, 0]], ["impression", [4, 2366, 1]], ["touch", [4, 2366, 2]], ["tactual sensation", [4, 2366, 3]], ["notion", [4, 2366, 4]], ["belief", [4, 2366, 5]], ["intuitive feeling", [4, 2366, 6]], ["opinion", [4, 2366, 7]]]}, {"answer": "feelings", "hint": "synonyms for feelings", "clues": [["touch sensation", [4, 2367, 0]], ["impression", [4, 2367, 1]], ["touch", [4, 2367, 2]], ["feeling", [4, 2367, 3]], ["tactual sensation", [4, 2367, 4]], ["notion", [4, 2367, 5]], ["belief", [4, 2367, 6]], ["intuitive feeling", [4, 2367, 7]], ["opinion", [4, 2367, 8]]]}, {"answer": "feigning", "hint": "synonyms for feigning", "clues": [["pretence", [4, 2368, 0]], ["dissembling", [4, 2368, 1]], ["pretending", [4, 2368, 2]], ["simulation", [4, 2368, 3]]]}, {"answer": "fender", "hint": "synonyms for fender", "clues": [["cowcatcher", [4, 2369, 0]], ["pilot", [4, 2369, 1]], ["buffer", [4, 2369, 2]], ["wing", [4, 2369, 3]]]}, {"answer": "fere_phenomenon", "hint": "synonyms for fere phenomenon", "clues": [["psychogalvanic response", [4, 2370, 0]], ["electrodermal response", [4, 2370, 1]], ["electrical skin response", [4, 2370, 2]], ["galvanic skin response", [4, 2370, 3]]]}, {"answer": "ferocity", "hint": "synonyms for ferocity", "clues": [["fury", [4, 2371, 0]], ["fierceness", [4, 2371, 1]], ["furiousness", [4, 2371, 2]], ["violence", [4, 2371, 3]], ["vehemence", [4, 2371, 4]], ["wildness", [4, 2371, 5]]]}, {"answer": "fertilisation", "hint": "synonyms for fertilisation", "clues": [["fertilization", [4, 2372, 0]], ["fecundation", [4, 2372, 1]], ["impregnation", [4, 2372, 2]], ["dressing", [4, 2372, 3]]]}, {"answer": "fertility", "hint": "synonyms for fertility", "clues": [["birth rate", [4, 2373, 0]], ["fertility rate", [4, 2373, 1]], ["prolificacy", [4, 2373, 2]], ["rankness", [4, 2373, 3]], ["natality", [4, 2373, 4]], ["richness", [4, 2373, 5]]]}, {"answer": "fertilization", "hint": "synonyms for fertilization", "clues": [["fertilisation", [4, 2374, 0]], ["fecundation", [4, 2374, 1]], ["impregnation", [4, 2374, 2]], ["dressing", [4, 2374, 3]]]}, {"answer": "fervency", "hint": "synonyms for fervency", "clues": [["fervidness", [4, 2375, 0]], ["fervor", [4, 2375, 1]], ["ardor", [4, 2375, 2]], ["fire", [4, 2375, 3]]]}, {"answer": "fervidness", "hint": "synonyms for fervidness", "clues": [["fervor", [4, 2376, 0]], ["fervency", [4, 2376, 1]], ["ardor", [4, 2376, 2]], ["fire", [4, 2376, 3]]]}, {"answer": "fervor", "hint": "synonyms for fervor", "clues": [["fervidness", [4, 2377, 0]], ["fervency", [4, 2377, 1]], ["fervour", [4, 2377, 2]], ["ardor", [4, 2377, 3]], ["fire", [4, 2377, 4]]]}, {"answer": "fervour", "hint": "synonyms for fervour", "clues": [["fervidness", [4, 2378, 0]], ["fervency", [4, 2378, 1]], ["fervor", [4, 2378, 2]], ["ardor", [4, 2378, 3]], ["fire", [4, 2378, 4]]]}, {"answer": "fetich", "hint": "synonyms for fetich", "clues": [["voodoo", [4, 2379, 0]], ["juju", [4, 2379, 1]], ["fetish", [4, 2379, 2]], ["hoodoo", [4, 2379, 3]]]}, {"answer": "fetidness", "hint": "synonyms for fetidness", "clues": [["malodorousness", [4, 2380, 0]], ["stinkiness", [4, 2380, 1]], ["foulness", [4, 2380, 2]], ["rankness", [4, 2380, 3]]]}, {"answer": "fetish", "hint": "synonyms for fetish", "clues": [["voodoo", [4, 2381, 0]], ["juju", [4, 2381, 1]], ["fetich", [4, 2381, 2]], ["hoodoo", [4, 2381, 3]]]}, {"answer": "fetor", "hint": "synonyms for fetor", "clues": [["mephitis", [4, 2382, 0]], ["stench", [4, 2382, 1]], ["stink", [4, 2382, 2]], ["foetor", [4, 2382, 3]], ["malodour", [4, 2382, 4]], ["reek", [4, 2382, 5]]]}, {"answer": "fiat", "hint": "synonyms for fiat", "clues": [["edict", [4, 2383, 0]], ["order", [4, 2383, 1]], ["rescript", [4, 2383, 2]], ["decree", [4, 2383, 3]]]}, {"answer": "fiber", "hint": "synonyms for fiber", "clues": [["fibre", [4, 2384, 0]], ["character", [4, 2384, 1]], ["vulcanized fiber", [4, 2384, 2]], ["roughage", [4, 2384, 3]]]}, {"answer": "field", "hint": "synonyms for field", "clues": [["athletic field", [4, 2385, 0]], ["subject area", [4, 2385, 1]], ["theatre of operations", [4, 2385, 2]], ["field of operations", [4, 2385, 3]], ["bailiwick", [4, 2385, 4]], ["landing field", [4, 2385, 5]], ["battleground", [4, 2385, 6]], ["subject field", [4, 2385, 7]], ["field of force", [4, 2385, 8]], ["airfield", [4, 2385, 9]], ["field of view", [4, 2385, 10]], ["plain", [4, 2385, 11]], ["playing field", [4, 2385, 12]], ["field of battle", [4, 2385, 13]], ["field of honor", [4, 2385, 14]], ["field of study", [4, 2385, 15]], ["line of business", [4, 2385, 16]], ["force field", [4, 2385, 17]], ["study", [4, 2385, 18]], ["playing area", [4, 2385, 19]], ["battlefield", [4, 2385, 20]], ["theater", [4, 2385, 21]], ["subject", [4, 2385, 22]], ["champaign", [4, 2385, 23]], ["discipline", [4, 2385, 24]]]}, {"answer": "field_glasses", "hint": "synonyms for field glasses", "clues": [["opera glasses", [4, 2386, 0]], ["glass", [4, 2386, 1]], ["binoculars", [4, 2386, 2]], ["field glass", [4, 2386, 3]], ["spyglass", [4, 2386, 4]]]}, {"answer": "field_of_battle", "hint": "synonyms for field of battle", "clues": [["battleground", [4, 2387, 0]], ["battlefield", [4, 2387, 1]], ["field", [4, 2387, 2]], ["field of honor", [4, 2387, 3]]]}, {"answer": "field_of_honor", "hint": "synonyms for field of honor", "clues": [["battleground", [4, 2388, 0]], ["battlefield", [4, 2388, 1]], ["field of battle", [4, 2388, 2]], ["field", [4, 2388, 3]]]}, {"answer": "field_of_operations", "hint": "synonyms for field of operations", "clues": [["theatre of operations", [4, 2389, 0]], ["field", [4, 2389, 1]], ["theater", [4, 2389, 2]], ["line of business", [4, 2389, 3]], ["field of operation", [4, 2389, 4]]]}, {"answer": "field_of_study", "hint": "synonyms for field of study", "clues": [["subject area", [4, 2390, 0]], ["field", [4, 2390, 1]], ["study", [4, 2390, 2]], ["bailiwick", [4, 2390, 3]], ["subject", [4, 2390, 4]], ["subject field", [4, 2390, 5]], ["discipline", [4, 2390, 6]]]}, {"answer": "fields", "hint": "synonyms for fields", "clues": [["athletic field", [4, 2391, 0]], ["subject area", [4, 2391, 1]], ["field of operations", [4, 2391, 2]], ["field", [4, 2391, 3]], ["bailiwick", [4, 2391, 4]], ["subject field", [4, 2391, 5]], ["field of force", [4, 2391, 6]], ["airfield", [4, 2391, 7]], ["field of view", [4, 2391, 8]], ["playing field", [4, 2391, 9]], ["field of honor", [4, 2391, 10]], ["field of study", [4, 2391, 11]], ["line of business", [4, 2391, 12]], ["force field", [4, 2391, 13]], ["battlefield", [4, 2391, 14]], ["subject", [4, 2391, 15]], ["theatre", [4, 2391, 16]], ["champaign", [4, 2391, 17]], ["theatre of operations", [4, 2391, 18]], ["landing field", [4, 2391, 19]], ["battleground", [4, 2391, 20]], ["plain", [4, 2391, 21]], ["field of battle", [4, 2391, 22]], ["study", [4, 2391, 23]], ["playing area", [4, 2391, 24]], ["discipline", [4, 2391, 25]]]}, {"answer": "fierceness", "hint": "synonyms for fierceness", "clues": [["ferocity", [4, 2392, 0]], ["fury", [4, 2392, 1]], ["furiousness", [4, 2392, 2]], ["violence", [4, 2392, 3]], ["vehemence", [4, 2392, 4]], ["wildness", [4, 2392, 5]]]}, {"answer": "fifties", "hint": "synonyms for fifties", "clues": [["fifty", [4, 2393, 0]], ["fifty dollar bill", [4, 2393, 1]], ["1950s", [4, 2393, 2]], ["mid-fifties", [4, 2393, 3]], ["50", [4, 2393, 4]]]}, {"answer": "fight", "hint": "synonyms for fight", "clues": [["engagement", [4, 2394, 0]], ["combat", [4, 2394, 1]], ["fighting", [4, 2394, 2]], ["competitiveness", [4, 2394, 3]], ["battle", [4, 2394, 4]], ["scrap", [4, 2394, 5]], ["conflict", [4, 2394, 6]]]}, {"answer": "figure", "hint": "synonyms for figure", "clues": [["trope", [4, 2395, 0]], ["figure of speech", [4, 2395, 1]], ["number", [4, 2395, 2]], ["pattern", [4, 2395, 3]], ["design", [4, 2395, 4]], ["image", [4, 2395, 5]], ["fig", [4, 2395, 6]], ["digit", [4, 2395, 7]]]}, {"answer": "file", "hint": "synonyms for file", "clues": [["single file", [4, 2396, 0]], ["file cabinet", [4, 2396, 1]], ["data file", [4, 2396, 2]], ["filing cabinet", [4, 2396, 3]]]}, {"answer": "filiation", "hint": "synonyms for filiation", "clues": [["ancestry", [4, 2397, 0]], ["derivation", [4, 2397, 1]], ["line of descent", [4, 2397, 2]], ["descent", [4, 2397, 3]], ["lineage", [4, 2397, 4]]]}, {"answer": "fillet", "hint": "synonyms for fillet", "clues": [["fish fillet", [4, 2398, 0]], ["stopping", [4, 2398, 1]], ["tenia", [4, 2398, 2]], ["filet", [4, 2398, 3]]]}, {"answer": "filling", "hint": "synonyms for filling", "clues": [["woof", [4, 2399, 0]], ["pick", [4, 2399, 1]], ["weft", [4, 2399, 2]], ["fill", [4, 2399, 3]]]}, {"answer": "film", "hint": "synonyms for film", "clues": [["movie", [4, 2400, 0]], ["picture", [4, 2400, 1]], ["plastic film", [4, 2400, 2]], ["cinema", [4, 2400, 3]], ["motion-picture show", [4, 2400, 4]], ["moving picture", [4, 2400, 5]], ["pic", [4, 2400, 6]], ["celluloid", [4, 2400, 7]], ["photographic film", [4, 2400, 8]], ["picture show", [4, 2400, 9]], ["flick", [4, 2400, 10]]]}, {"answer": "filth", "hint": "synonyms for filth", "clues": [["smut", [4, 2401, 0]], ["vulgarism", [4, 2401, 1]], ["obscenity", [4, 2401, 2]], ["crud", [4, 2401, 3]], ["dirty word", [4, 2401, 4]], ["skank", [4, 2401, 5]]]}, {"answer": "fin", "hint": "synonyms for fin", "clues": [["pentad", [4, 2402, 0]], ["flipper", [4, 2402, 1]], ["tail fin", [4, 2402, 2]], ["quintet", [4, 2402, 3]], ["louvre", [4, 2402, 4]], ["louver", [4, 2402, 5]], ["5", [4, 2402, 6]], ["fivesome", [4, 2402, 7]], ["quintuplet", [4, 2402, 8]], ["quint", [4, 2402, 9]], ["five", [4, 2402, 10]], ["cinque", [4, 2402, 11]]]}, {"answer": "final_result", "hint": "synonyms for final result", "clues": [["termination", [4, 2403, 0]], ["outcome", [4, 2403, 1]], ["resultant", [4, 2403, 2]], ["result", [4, 2403, 3]]]}, {"answer": "finale", "hint": "synonyms for finale", "clues": [["close", [4, 2404, 0]], ["finis", [4, 2404, 1]], ["closing curtain", [4, 2404, 2]], ["stopping point", [4, 2404, 3]], ["last", [4, 2404, 4]], ["coda", [4, 2404, 5]], ["conclusion", [4, 2404, 6]]]}, {"answer": "finances", "hint": "synonyms for finances", "clues": [["monetary resource", [4, 2405, 0]], ["funds", [4, 2405, 1]], ["pecuniary resource", [4, 2405, 2]], ["finance", [4, 2405, 3]], ["cash in hand", [4, 2405, 4]]]}, {"answer": "financial_backing", "hint": "synonyms for financial backing", "clues": [["backing", [4, 2406, 0]], ["financial support", [4, 2406, 1]], ["funding", [4, 2406, 2]], ["support", [4, 2406, 3]]]}, {"answer": "financial_support", "hint": "synonyms for financial support", "clues": [["backing", [4, 2407, 0]], ["financial backing", [4, 2407, 1]], ["funding", [4, 2407, 2]], ["support", [4, 2407, 3]]]}, {"answer": "fineness", "hint": "synonyms for fineness", "clues": [["daintiness", [4, 2408, 0]], ["delicacy", [4, 2408, 1]], ["thinness", [4, 2408, 2]], ["powderiness", [4, 2408, 3]], ["choiceness", [4, 2408, 4]]]}, {"answer": "finis", "hint": "synonyms for finis", "clues": [["close", [4, 2409, 0]], ["closing curtain", [4, 2409, 1]], ["finale", [4, 2409, 2]], ["stopping point", [4, 2409, 3]], ["finish", [4, 2409, 4]], ["last", [4, 2409, 5]], ["conclusion", [4, 2409, 6]]]}, {"answer": "finish", "hint": "synonyms for finish", "clues": [["close", [4, 2410, 0]], ["finishing", [4, 2410, 1]], ["ending", [4, 2410, 2]], ["finis", [4, 2410, 3]], ["coating", [4, 2410, 4]], ["stopping point", [4, 2410, 5]], ["finale", [4, 2410, 6]], ["destination", [4, 2410, 7]], ["last", [4, 2410, 8]], ["goal", [4, 2410, 9]], ["conclusion", [4, 2410, 10]]]}, {"answer": "fire", "hint": "synonyms for fire", "clues": [["flak", [4, 2411, 0]], ["flame", [4, 2411, 1]], ["firing", [4, 2411, 2]], ["ardour", [4, 2411, 3]], ["fervidness", [4, 2411, 4]], ["fervency", [4, 2411, 5]], ["fervor", [4, 2411, 6]], ["blast", [4, 2411, 7]], ["attack", [4, 2411, 8]], ["flaming", [4, 2411, 9]]]}, {"answer": "firing", "hint": "synonyms for firing", "clues": [["dismissal", [4, 2412, 0]], ["ignition", [4, 2412, 1]], ["inflammation", [4, 2412, 2]], ["release", [4, 2412, 3]], ["discharge", [4, 2412, 4]], ["sacking", [4, 2412, 5]], ["lighting", [4, 2412, 6]], ["kindling", [4, 2412, 7]], ["dismission", [4, 2412, 8]], ["liberation", [4, 2412, 9]], ["fire", [4, 2412, 10]], ["firing off", [4, 2412, 11]]]}, {"answer": "firmament", "hint": "synonyms for firmament", "clues": [["welkin", [4, 2413, 0]], ["celestial sphere", [4, 2413, 1]], ["empyrean", [4, 2413, 2]], ["vault of heaven", [4, 2413, 3]], ["sphere", [4, 2413, 4]], ["heavens", [4, 2413, 5]]]}, {"answer": "firmness", "hint": "synonyms for firmness", "clues": [["resoluteness", [4, 2414, 0]], ["steadiness", [4, 2414, 1]], ["resolve", [4, 2414, 2]], ["resolution", [4, 2414, 3]], ["firmness of purpose", [4, 2414, 4]], ["soundness", [4, 2414, 5]]]}, {"answer": "firmness_of_purpose", "hint": "synonyms for firmness of purpose", "clues": [["firmness", [4, 2415, 0]], ["resoluteness", [4, 2415, 1]], ["resolution", [4, 2415, 2]], ["resolve", [4, 2415, 3]]]}, {"answer": "first_appearance", "hint": "synonyms for first appearance", "clues": [["unveiling", [4, 2416, 0]], ["launching", [4, 2416, 1]], ["debut", [4, 2416, 2]], ["introduction", [4, 2416, 3]], ["entry", [4, 2416, 4]]]}, {"answer": "first_derivative", "hint": "synonyms for first derivative", "clues": [["derived function", [4, 2417, 0]], ["differential coefficient", [4, 2417, 1]], ["derivative", [4, 2417, 2]], ["differential", [4, 2417, 3]]]}, {"answer": "first_light", "hint": "synonyms for first light", "clues": [["break of day", [4, 2418, 0]], ["sunup", [4, 2418, 1]], ["dawn", [4, 2418, 2]], ["daybreak", [4, 2418, 3]], ["aurora", [4, 2418, 4]], ["dayspring", [4, 2418, 5]], ["sunrise", [4, 2418, 6]], ["morning", [4, 2418, 7]], ["cockcrow", [4, 2418, 8]]]}, {"answer": "fishgig", "hint": "synonyms for fishgig", "clues": [["lance", [4, 2419, 0]], ["spear", [4, 2419, 1]], ["gig", [4, 2419, 2]], ["fizgig", [4, 2419, 3]]]}, {"answer": "fishing_gear", "hint": "synonyms for fishing gear", "clues": [["tackle", [4, 2420, 0]], ["fishing rig", [4, 2420, 1]], ["rig", [4, 2420, 2]], ["fishing tackle", [4, 2420, 3]]]}, {"answer": "fishing_rig", "hint": "synonyms for fishing rig", "clues": [["tackle", [4, 2421, 0]], ["rig", [4, 2421, 1]], ["fishing tackle", [4, 2421, 2]], ["fishing gear", [4, 2421, 3]]]}, {"answer": "fishing_tackle", "hint": "synonyms for fishing tackle", "clues": [["tackle", [4, 2422, 0]], ["fishing rig", [4, 2422, 1]], ["rig", [4, 2422, 2]], ["fishing gear", [4, 2422, 3]]]}, {"answer": "fissure", "hint": "synonyms for fissure", "clues": [["cranny", [4, 2423, 0]], ["crevice", [4, 2423, 1]], ["cleft", [4, 2423, 2]], ["scissure", [4, 2423, 3]], ["chap", [4, 2423, 4]], ["crack", [4, 2423, 5]]]}, {"answer": "fisticuffs", "hint": "synonyms for fisticuffs", "clues": [["pugilism", [4, 2424, 0]], ["boxing", [4, 2424, 1]], ["slugfest", [4, 2424, 2]], ["fistfight", [4, 2424, 3]]]}, {"answer": "fives", "hint": "synonyms for fives", "clues": [["pentad", [4, 2425, 0]], ["five-spot", [4, 2425, 1]], ["quintet", [4, 2425, 2]], ["five", [4, 2425, 3]], ["5", [4, 2425, 4]], ["fivesome", [4, 2425, 5]], ["basketball team", [4, 2425, 6]], ["fin", [4, 2425, 7]], ["quintuplet", [4, 2425, 8]], ["quint", [4, 2425, 9]], ["cinque", [4, 2425, 10]]]}, {"answer": "fivesome", "hint": "synonyms for fivesome", "clues": [["pentad", [4, 2426, 0]], ["quintette", [4, 2426, 1]], ["5", [4, 2426, 2]], ["fin", [4, 2426, 3]], ["quintuplet", [4, 2426, 4]], ["quint", [4, 2426, 5]], ["five", [4, 2426, 6]], ["cinque", [4, 2426, 7]]]}, {"answer": "fix", "hint": "synonyms for fix", "clues": [["location", [4, 2427, 0]], ["localisation", [4, 2427, 1]], ["fixture", [4, 2427, 2]], ["fixing", [4, 2427, 3]], ["mending", [4, 2427, 4]], ["reparation", [4, 2427, 5]], ["repair", [4, 2427, 6]]]}, {"answer": "fixedness", "hint": "synonyms for fixedness", "clues": [["unalterability", [4, 2428, 0]], ["fixity", [4, 2428, 1]], ["fastness", [4, 2428, 2]], ["fixture", [4, 2428, 3]], ["secureness", [4, 2428, 4]]]}, {"answer": "fixer", "hint": "synonyms for fixer", "clues": [["methadon", [4, 2429, 0]], ["synthetic heroin", [4, 2429, 1]], ["fixing agent", [4, 2429, 2]], ["methadone hydrochloride", [4, 2429, 3]], ["dolophine hydrochloride", [4, 2429, 4]]]}, {"answer": "fixing", "hint": "synonyms for fixing", "clues": [["fixture", [4, 2430, 0]], ["altering", [4, 2430, 1]], ["mending", [4, 2430, 2]], ["neutering", [4, 2430, 3]], ["fastening", [4, 2430, 4]], ["reparation", [4, 2430, 5]], ["fastener", [4, 2430, 6]], ["fixation", [4, 2430, 7]], ["fix", [4, 2430, 8]], ["repair", [4, 2430, 9]], ["holdfast", [4, 2430, 10]]]}, {"answer": "fixings", "hint": "synonyms for fixings", "clues": [["fixing", [4, 2431, 0]], ["mend", [4, 2431, 1]], ["fixture", [4, 2431, 2]], ["altering", [4, 2431, 3]], ["neutering", [4, 2431, 4]], ["fastening", [4, 2431, 5]], ["reparation", [4, 2431, 6]], ["fastener", [4, 2431, 7]], ["fixation", [4, 2431, 8]], ["trimmings", [4, 2431, 9]], ["ingredient", [4, 2431, 10]], ["repair", [4, 2431, 11]], ["holdfast", [4, 2431, 12]]]}, {"answer": "fixity", "hint": "synonyms for fixity", "clues": [["immutableness", [4, 2432, 0]], ["immutability", [4, 2432, 1]], ["fastness", [4, 2432, 2]], ["fixedness", [4, 2432, 3]], ["fixture", [4, 2432, 4]], ["secureness", [4, 2432, 5]]]}, {"answer": "fixture", "hint": "synonyms for fixture", "clues": [["fixity", [4, 2433, 0]], ["fixing", [4, 2433, 1]], ["mending", [4, 2433, 2]], ["reparation", [4, 2433, 3]], ["fastness", [4, 2433, 4]], ["repair", [4, 2433, 5]], ["fixedness", [4, 2433, 6]], ["secureness", [4, 2433, 7]]]}, {"answer": "fizgig", "hint": "synonyms for fizgig", "clues": [["lance", [4, 2434, 0]], ["spear", [4, 2434, 1]], ["fishgig", [4, 2434, 2]], ["gig", [4, 2434, 3]]]}, {"answer": "fizzle", "hint": "synonyms for fizzle", "clues": [["hiss", [4, 2435, 0]], ["flop", [4, 2435, 1]], ["sibilation", [4, 2435, 2]], ["bust", [4, 2435, 3]], ["hushing", [4, 2435, 4]]]}, {"answer": "flack", "hint": "synonyms for flack", "clues": [["antiaircraft gun", [4, 2436, 0]], ["fire", [4, 2436, 1]], ["flak", [4, 2436, 2]], ["ack-ack", [4, 2436, 3]], ["ack-ack gun", [4, 2436, 4]], ["pom-pom", [4, 2436, 5]], ["blast", [4, 2436, 6]], ["attack", [4, 2436, 7]]]}, {"answer": "flag", "hint": "synonyms for flag", "clues": [["signal flag", [4, 2437, 0]], ["pin", [4, 2437, 1]], ["masthead", [4, 2437, 2]], ["flagstone", [4, 2437, 3]]]}, {"answer": "flagellation", "hint": "synonyms for flagellation", "clues": [["tanning", [4, 2438, 0]], ["whipping", [4, 2438, 1]], ["flogging", [4, 2438, 2]], ["lashing", [4, 2438, 3]]]}, {"answer": "flair", "hint": "synonyms for flair", "clues": [["genius", [4, 2439, 0]], ["style", [4, 2439, 1]], ["flare", [4, 2439, 2]], ["dash", [4, 2439, 3]], ["panache", [4, 2439, 4]], ["elan", [4, 2439, 5]]]}, {"answer": "flak", "hint": "synonyms for flak", "clues": [["antiaircraft gun", [4, 2440, 0]], ["fire", [4, 2440, 1]], ["flack", [4, 2440, 2]], ["ack-ack", [4, 2440, 3]], ["ack-ack gun", [4, 2440, 4]], ["pom-pom", [4, 2440, 5]], ["blast", [4, 2440, 6]], ["attack", [4, 2440, 7]]]}, {"answer": "flake", "hint": "synonyms for flake", "clues": [["fleck", [4, 2441, 0]], ["snowflake", [4, 2441, 1]], ["scrap", [4, 2441, 2]], ["bit", [4, 2441, 3]], ["chip", [4, 2441, 4]]]}, {"answer": "flannel", "hint": "synonyms for flannel", "clues": [["washrag", [4, 2442, 0]], ["washcloth", [4, 2442, 1]], ["tweed", [4, 2442, 2]], ["white", [4, 2442, 3]], ["gabardine", [4, 2442, 4]], ["face cloth", [4, 2442, 5]]]}, {"answer": "flannel-cake", "hint": "synonyms for flannel-cake", "clues": [["battercake", [4, 2443, 0]], ["flapcake", [4, 2443, 1]], ["hotcake", [4, 2443, 2]], ["griddlecake", [4, 2443, 3]], ["flannel cake", [4, 2443, 4]], ["pancake", [4, 2443, 5]], ["flapjack", [4, 2443, 6]]]}, {"answer": "flannel_cake", "hint": "synonyms for flannel cake", "clues": [["battercake", [4, 2444, 0]], ["flapcake", [4, 2444, 1]], ["hotcake", [4, 2444, 2]], ["griddlecake", [4, 2444, 3]], ["flannel-cake", [4, 2444, 4]], ["pancake", [4, 2444, 5]], ["flapjack", [4, 2444, 6]]]}, {"answer": "flapcake", "hint": "synonyms for flapcake", "clues": [["battercake", [4, 2445, 0]], ["hotcake", [4, 2445, 1]], ["griddlecake", [4, 2445, 2]], ["flannel cake", [4, 2445, 3]], ["pancake", [4, 2445, 4]], ["flapjack", [4, 2445, 5]]]}, {"answer": "flapjack", "hint": "synonyms for flapjack", "clues": [["battercake", [4, 2446, 0]], ["hotcake", [4, 2446, 1]], ["griddlecake", [4, 2446, 2]], ["flannel cake", [4, 2446, 3]], ["pancake", [4, 2446, 4]], ["flapcake", [4, 2446, 5]]]}, {"answer": "flare", "hint": "synonyms for flare", "clues": [["flare pass", [4, 2447, 0]], ["flash", [4, 2447, 1]], ["flair", [4, 2447, 2]], ["solar flare", [4, 2447, 3]]]}, {"answer": "flash_bulb", "hint": "synonyms for flash bulb", "clues": [["flashbulb", [4, 2448, 0]], ["flash lamp", [4, 2448, 1]], ["photoflash", [4, 2448, 2]], ["flashgun", [4, 2448, 3]], ["flash", [4, 2448, 4]]]}, {"answer": "flash_lamp", "hint": "synonyms for flash lamp", "clues": [["flashbulb", [4, 2449, 0]], ["photoflash", [4, 2449, 1]], ["flashgun", [4, 2449, 2]], ["flash", [4, 2449, 3]]]}, {"answer": "flashbulb", "hint": "synonyms for flashbulb", "clues": [["flash lamp", [4, 2450, 0]], ["photoflash", [4, 2450, 1]], ["flash bulb", [4, 2450, 2]], ["flashgun", [4, 2450, 3]], ["flash", [4, 2450, 4]]]}, {"answer": "flashgun", "hint": "synonyms for flashgun", "clues": [["flashbulb", [4, 2451, 0]], ["flash lamp", [4, 2451, 1]], ["photoflash", [4, 2451, 2]], ["flash", [4, 2451, 3]]]}, {"answer": "flashiness", "hint": "synonyms for flashiness", "clues": [["glitz", [4, 2452, 0]], ["gaudiness", [4, 2452, 1]], ["brashness", [4, 2452, 2]], ["tawdriness", [4, 2452, 3]], ["garishness", [4, 2452, 4]], ["meretriciousness", [4, 2452, 5]], ["loudness", [4, 2452, 6]]]}, {"answer": "flat_coat", "hint": "synonyms for flat coat", "clues": [["primer coat", [4, 2453, 0]], ["priming coat", [4, 2453, 1]], ["priming", [4, 2453, 2]], ["primer", [4, 2453, 3]], ["ground", [4, 2453, 4]], ["undercoat", [4, 2453, 5]]]}, {"answer": "flatness", "hint": "synonyms for flatness", "clues": [["phlegm", [4, 2454, 0]], ["mat", [4, 2454, 1]], ["two-dimensionality", [4, 2454, 2]], ["matte", [4, 2454, 3]], ["languor", [4, 2454, 4]], ["lustrelessness", [4, 2454, 5]], ["sluggishness", [4, 2454, 6]], ["planeness", [4, 2454, 7]], ["lethargy", [4, 2454, 8]]]}, {"answer": "flats", "hint": "synonyms for flats", "clues": [["flat", [4, 2455, 0]], ["apartment", [4, 2455, 1]], ["flatcar", [4, 2455, 2]], ["flatbed", [4, 2455, 3]], ["flat tire", [4, 2455, 4]]]}, {"answer": "flavor", "hint": "synonyms for flavor", "clues": [["savor", [4, 2456, 0]], ["flavour", [4, 2456, 1]], ["nip", [4, 2456, 2]], ["relish", [4, 2456, 3]], ["tang", [4, 2456, 4]], ["sapidity", [4, 2456, 5]], ["smack", [4, 2456, 6]]]}, {"answer": "flavorer", "hint": "synonyms for flavorer", "clues": [["seasoner", [4, 2457, 0]], ["flavoring", [4, 2457, 1]], ["seasoning", [4, 2457, 2]], ["flavourer", [4, 2457, 3]]]}, {"answer": "flavoring", "hint": "synonyms for flavoring", "clues": [["flavorer", [4, 2458, 0]], ["seasoner", [4, 2458, 1]], ["seasoning", [4, 2458, 2]], ["flavouring", [4, 2458, 3]]]}, {"answer": "flavour", "hint": "synonyms for flavour", "clues": [["flavor", [4, 2459, 0]], ["savor", [4, 2459, 1]], ["nip", [4, 2459, 2]], ["relish", [4, 2459, 3]], ["tang", [4, 2459, 4]], ["sapidity", [4, 2459, 5]], ["smack", [4, 2459, 6]]]}, {"answer": "flavourer", "hint": "synonyms for flavourer", "clues": [["flavorer", [4, 2460, 0]], ["seasoner", [4, 2460, 1]], ["flavoring", [4, 2460, 2]], ["seasoning", [4, 2460, 3]]]}, {"answer": "flavouring", "hint": "synonyms for flavouring", "clues": [["flavorer", [4, 2461, 0]], ["seasoner", [4, 2461, 1]], ["flavoring", [4, 2461, 2]], ["seasoning", [4, 2461, 3]]]}, {"answer": "fleck", "hint": "synonyms for fleck", "clues": [["chip", [4, 2462, 0]], ["flake", [4, 2462, 1]], ["bit", [4, 2462, 2]], ["spot", [4, 2462, 3]], ["dapple", [4, 2462, 4]], ["maculation", [4, 2462, 5]], ["speckle", [4, 2462, 6]], ["scrap", [4, 2462, 7]], ["patch", [4, 2462, 8]]]}, {"answer": "flexure", "hint": "synonyms for flexure", "clues": [["crimp", [4, 2463, 0]], ["crease", [4, 2463, 1]], ["plication", [4, 2463, 2]], ["bend", [4, 2463, 3]], ["fold", [4, 2463, 4]], ["flexion", [4, 2463, 5]]]}, {"answer": "flick", "hint": "synonyms for flick", "clues": [["movie", [4, 2464, 0]], ["picture", [4, 2464, 1]], ["motion-picture show", [4, 2464, 2]], ["film", [4, 2464, 3]], ["moving picture", [4, 2464, 4]], ["pic", [4, 2464, 5]], ["picture show", [4, 2464, 6]]]}, {"answer": "flicker", "hint": "synonyms for flicker", "clues": [["flutter", [4, 2465, 0]], ["spark", [4, 2465, 1]], ["glint", [4, 2465, 2]], ["waver", [4, 2465, 3]]]}, {"answer": "flier", "hint": "synonyms for flier", "clues": [["broadside", [4, 2466, 0]], ["circular", [4, 2466, 1]], ["handbill", [4, 2466, 2]], ["broadsheet", [4, 2466, 3]], ["flyer", [4, 2466, 4]], ["bill", [4, 2466, 5]], ["throwaway", [4, 2466, 6]]]}, {"answer": "flies", "hint": "synonyms for flies", "clues": [["fly", [4, 2467, 0]], ["rainfly", [4, 2467, 1]], ["fly sheet", [4, 2467, 2]], ["fly front", [4, 2467, 3]], ["tent-fly", [4, 2467, 4]], ["tent flap", [4, 2467, 5]], ["fly ball", [4, 2467, 6]]]}, {"answer": "flight", "hint": "synonyms for flight", "clues": [["escape", [4, 2468, 0]], ["flight of stairs", [4, 2468, 1]], ["flight of steps", [4, 2468, 2]], ["trajectory", [4, 2468, 3]], ["flying", [4, 2468, 4]]]}, {"answer": "flightiness", "hint": "synonyms for flightiness", "clues": [["whimsey", [4, 2469, 0]], ["arbitrariness", [4, 2469, 1]], ["whimsicality", [4, 2469, 2]], ["capriciousness", [4, 2469, 3]]]}, {"answer": "flimflam", "hint": "synonyms for flimflam", "clues": [["con", [4, 2470, 0]], ["con game", [4, 2470, 1]], ["confidence game", [4, 2470, 2]], ["gyp", [4, 2470, 3]], ["confidence trick", [4, 2470, 4]], ["bunko", [4, 2470, 5]], ["hustle", [4, 2470, 6]], ["bunko game", [4, 2470, 7]], ["bunco", [4, 2470, 8]], ["sting", [4, 2470, 9]]]}, {"answer": "fling", "hint": "synonyms for fling", "clues": [["pass", [4, 2471, 0]], ["offer", [4, 2471, 1]], ["go", [4, 2471, 2]], ["crack", [4, 2471, 3]], ["spree", [4, 2471, 4]], ["whirl", [4, 2471, 5]]]}, {"answer": "flip-flop", "hint": "synonyms for flip-flop", "clues": [["reversal", [4, 2472, 0]], ["change of mind", [4, 2472, 1]], ["turnaround", [4, 2472, 2]], ["thong", [4, 2472, 3]], ["turnabout", [4, 2472, 4]]]}, {"answer": "flirt", "hint": "synonyms for flirt", "clues": [["toying", [4, 2473, 0]], ["flirting", [4, 2473, 1]], ["dalliance", [4, 2473, 2]], ["flirtation", [4, 2473, 3]], ["coquetry", [4, 2473, 4]]]}, {"answer": "flirtation", "hint": "synonyms for flirtation", "clues": [["toying", [4, 2474, 0]], ["flirting", [4, 2474, 1]], ["dalliance", [4, 2474, 2]], ["coquetry", [4, 2474, 3]]]}, {"answer": "flirting", "hint": "synonyms for flirting", "clues": [["toying", [4, 2475, 0]], ["dalliance", [4, 2475, 1]], ["flirtation", [4, 2475, 2]], ["coquetry", [4, 2475, 3]], ["flirt", [4, 2475, 4]]]}, {"answer": "flock", "hint": "synonyms for flock", "clues": [["heap", [4, 2476, 0]], ["peck", [4, 2476, 1]], ["quite a little", [4, 2476, 2]], ["mess", [4, 2476, 3]], ["sight", [4, 2476, 4]], ["wad", [4, 2476, 5]], ["batch", [4, 2476, 6]], ["hatful", [4, 2476, 7]], ["mickle", [4, 2476, 8]], ["stack", [4, 2476, 9]], ["passel", [4, 2476, 10]], ["deal", [4, 2476, 11]], ["plenty", [4, 2476, 12]], ["pile", [4, 2476, 13]], ["slew", [4, 2476, 14]], ["great deal", [4, 2476, 15]], ["spate", [4, 2476, 16]], ["muckle", [4, 2476, 17]], ["mint", [4, 2476, 18]], ["pot", [4, 2476, 19]], ["lot", [4, 2476, 20]], ["troop", [4, 2476, 21]], ["fold", [4, 2476, 22]], ["tidy sum", [4, 2476, 23]], ["good deal", [4, 2476, 24]], ["mass", [4, 2476, 25]], ["mountain", [4, 2476, 26]], ["raft", [4, 2476, 27]]]}, {"answer": "flogging", "hint": "synonyms for flogging", "clues": [["flagellation", [4, 2477, 0]], ["tanning", [4, 2477, 1]], ["lashing", [4, 2477, 2]], ["whipping", [4, 2477, 3]]]}, {"answer": "flood", "hint": "synonyms for flood", "clues": [["deluge", [4, 2478, 0]], ["photoflood", [4, 2478, 1]], ["outpouring", [4, 2478, 2]], ["flowage", [4, 2478, 3]], ["rising tide", [4, 2478, 4]], ["overflow", [4, 2478, 5]], ["flood lamp", [4, 2478, 6]], ["floodlight", [4, 2478, 7]], ["inundation", [4, 2478, 8]], ["torrent", [4, 2478, 9]], ["flood tide", [4, 2478, 10]], ["alluvion", [4, 2478, 11]]]}, {"answer": "floodgate", "hint": "synonyms for floodgate", "clues": [["penstock", [4, 2479, 0]], ["water gate", [4, 2479, 1]], ["head gate", [4, 2479, 2]], ["sluice valve", [4, 2479, 3]], ["sluicegate", [4, 2479, 4]]]}, {"answer": "floor", "hint": "synonyms for floor", "clues": [["story", [4, 2480, 0]], ["base", [4, 2480, 1]], ["level", [4, 2480, 2]], ["flooring", [4, 2480, 3]], ["trading floor", [4, 2480, 4]]]}, {"answer": "flora", "hint": "synonyms for flora", "clues": [["botany", [4, 2481, 0]], ["vegetation", [4, 2481, 1]], ["plant life", [4, 2481, 2]], ["plant", [4, 2481, 3]]]}, {"answer": "florescence", "hint": "synonyms for florescence", "clues": [["efflorescence", [4, 2482, 0]], ["inflorescence", [4, 2482, 1]], ["flowering", [4, 2482, 2]], ["anthesis", [4, 2482, 3]], ["blossoming", [4, 2482, 4]]]}, {"answer": "flow", "hint": "synonyms for flow", "clues": [["menstruation", [4, 2483, 0]], ["period", [4, 2483, 1]], ["menstruum", [4, 2483, 2]], ["rate of flow", [4, 2483, 3]], ["menses", [4, 2483, 4]], ["catamenia", [4, 2483, 5]], ["flow rate", [4, 2483, 6]], ["stream", [4, 2483, 7]], ["current", [4, 2483, 8]], ["flowing", [4, 2483, 9]]]}, {"answer": "flower", "hint": "synonyms for flower", "clues": [["bloom", [4, 2484, 0]], ["efflorescence", [4, 2484, 1]], ["flush", [4, 2484, 2]], ["peak", [4, 2484, 3]], ["prime", [4, 2484, 4]], ["blossom", [4, 2484, 5]], ["heyday", [4, 2484, 6]]]}, {"answer": "flub", "hint": "synonyms for flub", "clues": [["blooper", [4, 2485, 0]], ["botch", [4, 2485, 1]], ["bungle", [4, 2485, 2]], ["fuckup", [4, 2485, 3]], ["boner", [4, 2485, 4]], ["foul-up", [4, 2485, 5]], ["pratfall", [4, 2485, 6]], ["blunder", [4, 2485, 7]], ["boo-boo", [4, 2485, 8]]]}, {"answer": "fluency", "hint": "synonyms for fluency", "clues": [["articulateness", [4, 2486, 0]], ["smoothness", [4, 2486, 1]], ["eloquence", [4, 2486, 2]], ["volubility", [4, 2486, 3]]]}, {"answer": "fluidity", "hint": "synonyms for fluidity", "clues": [["liquidness", [4, 2487, 0]], ["runniness", [4, 2487, 1]], ["fluidness", [4, 2487, 2]], ["liquidity", [4, 2487, 3]]]}, {"answer": "fluidness", "hint": "synonyms for fluidness", "clues": [["liquidness", [4, 2488, 0]], ["runniness", [4, 2488, 1]], ["fluidity", [4, 2488, 2]], ["liquidity", [4, 2488, 3]]]}, {"answer": "flurry", "hint": "synonyms for flurry", "clues": [["ado", [4, 2489, 0]], ["fuss", [4, 2489, 1]], ["snow flurry", [4, 2489, 2]], ["hustle", [4, 2489, 3]], ["stir", [4, 2489, 4]], ["bustle", [4, 2489, 5]]]}, {"answer": "flute", "hint": "synonyms for flute", "clues": [["fluting", [4, 2490, 0]], ["champagne flute", [4, 2490, 1]], ["flute glass", [4, 2490, 2]], ["transverse flute", [4, 2490, 3]]]}, {"answer": "flutter", "hint": "synonyms for flutter", "clues": [["flicker", [4, 2491, 0]], ["fluttering", [4, 2491, 1]], ["flapping", [4, 2491, 2]], ["flap", [4, 2491, 3]], ["waver", [4, 2491, 4]]]}, {"answer": "flux", "hint": "synonyms for flux", "clues": [["flux density", [4, 2492, 0]], ["magnetic field", [4, 2492, 1]], ["fluxion", [4, 2492, 2]], ["magnetic flux", [4, 2492, 3]]]}, {"answer": "fluxing_lime", "hint": "synonyms for fluxing lime", "clues": [["quicklime", [4, 2493, 0]], ["calx", [4, 2493, 1]], ["calcium oxide", [4, 2493, 2]], ["lime", [4, 2493, 3]], ["burnt lime", [4, 2493, 4]], ["calcined lime", [4, 2493, 5]], ["unslaked lime", [4, 2493, 6]]]}, {"answer": "fly_sheet", "hint": "synonyms for fly sheet", "clues": [["tent flap", [4, 2494, 0]], ["rainfly", [4, 2494, 1]], ["tent-fly", [4, 2494, 2]], ["fly", [4, 2494, 3]]]}, {"answer": "flyer", "hint": "synonyms for flyer", "clues": [["broadside", [4, 2495, 0]], ["circular", [4, 2495, 1]], ["flier", [4, 2495, 2]], ["broadsheet", [4, 2495, 3]], ["handbill", [4, 2495, 4]], ["bill", [4, 2495, 5]], ["throwaway", [4, 2495, 6]]]}, {"answer": "flying_drainpipe", "hint": "synonyms for flying drainpipe", "clues": [["atherodyde", [4, 2496, 0]], ["ramjet", [4, 2496, 1]], ["athodyd", [4, 2496, 2]], ["ramjet engine", [4, 2496, 3]]]}, {"answer": "focal_point", "hint": "synonyms for focal point", "clues": [["focus", [4, 2497, 0]], ["focussing", [4, 2497, 1]], ["direction", [4, 2497, 2]], ["centering", [4, 2497, 3]]]}, {"answer": "focus", "hint": "synonyms for focus", "clues": [["focussing", [4, 2498, 0]], ["focal point", [4, 2498, 1]], ["direction", [4, 2498, 2]], ["centering", [4, 2498, 3]]]}, {"answer": "focusing", "hint": "synonyms for focusing", "clues": [["focus", [4, 2499, 0]], ["focalization", [4, 2499, 1]], ["focussing", [4, 2499, 2]], ["focal point", [4, 2499, 3]], ["direction", [4, 2499, 4]], ["centering", [4, 2499, 5]]]}, {"answer": "focussing", "hint": "synonyms for focussing", "clues": [["focus", [4, 2500, 0]], ["focal point", [4, 2500, 1]], ["direction", [4, 2500, 2]], ["centering", [4, 2500, 3]]]}, {"answer": "foetor", "hint": "synonyms for foetor", "clues": [["fetor", [4, 2501, 0]], ["mephitis", [4, 2501, 1]], ["stench", [4, 2501, 2]], ["stink", [4, 2501, 3]], ["malodour", [4, 2501, 4]], ["reek", [4, 2501, 5]]]}, {"answer": "fogginess", "hint": "synonyms for fogginess", "clues": [["indistinctness", [4, 2502, 0]], ["fuzziness", [4, 2502, 1]], ["blurriness", [4, 2502, 2]], ["softness", [4, 2502, 3]]]}, {"answer": "folacin", "hint": "synonyms for folacin", "clues": [["vitamin Bc", [4, 2503, 0]], ["folic acid", [4, 2503, 1]], ["pteroylmonoglutamic acid", [4, 2503, 2]], ["vitamin M", [4, 2503, 3]], ["folate", [4, 2503, 4]]]}, {"answer": "folate", "hint": "synonyms for folate", "clues": [["vitamin Bc", [4, 2504, 0]], ["folic acid", [4, 2504, 1]], ["pteroylmonoglutamic acid", [4, 2504, 2]], ["vitamin M", [4, 2504, 3]], ["folacin", [4, 2504, 4]]]}, {"answer": "fold", "hint": "synonyms for fold", "clues": [["flexure", [4, 2505, 0]], ["crimp", [4, 2505, 1]], ["faithful", [4, 2505, 2]], ["plication", [4, 2505, 3]], ["sheep pen", [4, 2505, 4]], ["congregation", [4, 2505, 5]], ["sheepfold", [4, 2505, 6]], ["folding", [4, 2505, 7]], ["sheepcote", [4, 2505, 8]], ["crease", [4, 2505, 9]], ["flock", [4, 2505, 10]], ["bend", [4, 2505, 11]]]}, {"answer": "folder", "hint": "synonyms for folder", "clues": [["brochure", [4, 2506, 0]], ["leaflet", [4, 2506, 1]], ["booklet", [4, 2506, 2]], ["pamphlet", [4, 2506, 3]]]}, {"answer": "folderal", "hint": "synonyms for folderal", "clues": [["gimcrackery", [4, 2507, 0]], ["nonsense", [4, 2507, 1]], ["frill", [4, 2507, 2]], ["gimcrack", [4, 2507, 3]], ["falderol", [4, 2507, 4]], ["trumpery", [4, 2507, 5]]]}, {"answer": "folderol", "hint": "synonyms for folderol", "clues": [["codswallop", [4, 2508, 0]], ["trash", [4, 2508, 1]], ["wish-wash", [4, 2508, 2]], ["rubbish", [4, 2508, 3]], ["applesauce", [4, 2508, 4]], ["trumpery", [4, 2508, 5]], ["tripe", [4, 2508, 6]]]}, {"answer": "folic_acid", "hint": "synonyms for folic acid", "clues": [["vitamin Bc", [4, 2509, 0]], ["pteroylmonoglutamic acid", [4, 2509, 1]], ["vitamin M", [4, 2509, 2]], ["folacin", [4, 2509, 3]], ["folate", [4, 2509, 4]]]}, {"answer": "folio", "hint": "synonyms for folio", "clues": [["pagination", [4, 2510, 0]], ["page number", [4, 2510, 1]], ["leaf", [4, 2510, 2]], ["paging", [4, 2510, 3]]]}, {"answer": "folk", "hint": "synonyms for folk", "clues": [["kinsfolk", [4, 2511, 0]], ["common people", [4, 2511, 1]], ["family line", [4, 2511, 2]], ["folk music", [4, 2511, 3]], ["phratry", [4, 2511, 4]], ["tribe", [4, 2511, 5]], ["sept", [4, 2511, 6]], ["folks", [4, 2511, 7]], ["family", [4, 2511, 8]], ["ethnic music", [4, 2511, 9]]]}, {"answer": "folks", "hint": "synonyms for folks", "clues": [["folk", [4, 2512, 0]], ["kinsfolk", [4, 2512, 1]], ["common people", [4, 2512, 2]], ["family line", [4, 2512, 3]], ["folk music", [4, 2512, 4]], ["phratry", [4, 2512, 5]], ["tribe", [4, 2512, 6]], ["sept", [4, 2512, 7]], ["family", [4, 2512, 8]], ["ethnic music", [4, 2512, 9]]]}, {"answer": "follies", "hint": "synonyms for follies", "clues": [["foolishness", [4, 2513, 0]], ["folly", [4, 2513, 1]], ["madness", [4, 2513, 2]], ["unwiseness", [4, 2513, 3]], ["betise", [4, 2513, 4]], ["imbecility", [4, 2513, 5]], ["tomfoolery", [4, 2513, 6]], ["craziness", [4, 2513, 7]], ["foolery", [4, 2513, 8]], ["lunacy", [4, 2513, 9]], ["indulgence", [4, 2513, 10]], ["stupidity", [4, 2513, 11]]]}, {"answer": "folly", "hint": "synonyms for folly", "clues": [["foolishness", [4, 2514, 0]], ["madness", [4, 2514, 1]], ["betise", [4, 2514, 2]], ["unwiseness", [4, 2514, 3]], ["imbecility", [4, 2514, 4]], ["tomfoolery", [4, 2514, 5]], ["foolery", [4, 2514, 6]], ["craziness", [4, 2514, 7]], ["lunacy", [4, 2514, 8]], ["indulgence", [4, 2514, 9]], ["stupidity", [4, 2514, 10]]]}, {"answer": "fondling", "hint": "synonyms for fondling", "clues": [["cuddling", [4, 2515, 0]], ["smooching", [4, 2515, 1]], ["snuggling", [4, 2515, 2]], ["necking", [4, 2515, 3]], ["petting", [4, 2515, 4]], ["caressing", [4, 2515, 5]], ["kissing", [4, 2515, 6]], ["hugging", [4, 2515, 7]]]}, {"answer": "fondness", "hint": "synonyms for fondness", "clues": [["warmheartedness", [4, 2516, 0]], ["affectionateness", [4, 2516, 1]], ["lovingness", [4, 2516, 2]], ["partiality", [4, 2516, 3]], ["fancy", [4, 2516, 4]], ["heart", [4, 2516, 5]], ["tenderness", [4, 2516, 6]], ["philia", [4, 2516, 7]], ["affection", [4, 2516, 8]], ["warmness", [4, 2516, 9]], ["warmth", [4, 2516, 10]]]}, {"answer": "font", "hint": "synonyms for font", "clues": [["baptistry", [4, 2517, 0]], ["fount", [4, 2517, 1]], ["face", [4, 2517, 2]], ["typeface", [4, 2517, 3]], ["case", [4, 2517, 4]], ["baptismal font", [4, 2517, 5]]]}, {"answer": "food", "hint": "synonyms for food", "clues": [["intellectual nourishment", [4, 2518, 0]], ["nutrient", [4, 2518, 1]], ["food for thought", [4, 2518, 2]], ["solid food", [4, 2518, 3]]]}, {"answer": "foolery", "hint": "synonyms for foolery", "clues": [["lunacy", [4, 2519, 0]], ["folly", [4, 2519, 1]], ["indulgence", [4, 2519, 2]], ["tomfoolery", [4, 2519, 3]], ["craziness", [4, 2519, 4]]]}, {"answer": "foolishness", "hint": "synonyms for foolishness", "clues": [["folly", [4, 2520, 0]], ["madness", [4, 2520, 1]], ["unwiseness", [4, 2520, 2]], ["betise", [4, 2520, 3]], ["imbecility", [4, 2520, 4]], ["craziness", [4, 2520, 5]], ["stupidity", [4, 2520, 6]]]}, {"answer": "foot", "hint": "synonyms for foot", "clues": [["foundation", [4, 2521, 0]], ["metrical unit", [4, 2521, 1]], ["base", [4, 2521, 2]], ["fundament", [4, 2521, 3]], ["substructure", [4, 2521, 4]], ["metrical foot", [4, 2521, 5]], ["infantry", [4, 2521, 6]], ["ft", [4, 2521, 7]], ["understructure", [4, 2521, 8]], ["groundwork", [4, 2521, 9]]]}, {"answer": "footstep", "hint": "synonyms for footstep", "clues": [["step", [4, 2522, 0]], ["footfall", [4, 2522, 1]], ["stride", [4, 2522, 2]], ["pace", [4, 2522, 3]]]}, {"answer": "forage", "hint": "synonyms for forage", "clues": [["pasturage", [4, 2523, 0]], ["foraging", [4, 2523, 1]], ["eatage", [4, 2523, 2]], ["grass", [4, 2523, 3]]]}, {"answer": "forbiddance", "hint": "synonyms for forbiddance", "clues": [["forbidding", [4, 2524, 0]], ["prohibition", [4, 2524, 1]], ["inhibition", [4, 2524, 2]], ["banning", [4, 2524, 3]], ["ban", [4, 2524, 4]]]}, {"answer": "force", "hint": "synonyms for force", "clues": [["force play", [4, 2525, 0]], ["forcefulness", [4, 2525, 1]], ["force out", [4, 2525, 2]], ["effect", [4, 2525, 3]], ["military unit", [4, 2525, 4]], ["strength", [4, 2525, 5]], ["military group", [4, 2525, 6]], ["personnel", [4, 2525, 7]], ["military force", [4, 2525, 8]], ["violence", [4, 2525, 9]]]}, {"answer": "force-feed_lubricating_system", "hint": "synonyms for force-feed lubricating system", "clues": [["lubricating system", [4, 2526, 0]], ["force feed", [4, 2526, 1]], ["pressure-feed lubricating system", [4, 2526, 2]], ["pressure feed", [4, 2526, 3]]]}, {"answer": "force_majeure", "hint": "synonyms for force majeure", "clues": [["unavoidable casualty", [4, 2527, 0]], ["inevitable accident", [4, 2527, 1]], ["act of God", [4, 2527, 2]], ["vis major", [4, 2527, 3]]]}, {"answer": "foreign_mission", "hint": "synonyms for foreign mission", "clues": [["missionary post", [4, 2528, 0]], ["mission", [4, 2528, 1]], ["legation", [4, 2528, 2]], ["missionary station", [4, 2528, 3]]]}, {"answer": "forerunner", "hint": "synonyms for forerunner", "clues": [["precursor", [4, 2529, 0]], ["herald", [4, 2529, 1]], ["harbinger", [4, 2529, 2]], ["predecessor", [4, 2529, 3]], ["antecedent", [4, 2529, 4]]]}, {"answer": "foresight", "hint": "synonyms for foresight", "clues": [["prospicience", [4, 2530, 0]], ["foresightedness", [4, 2530, 1]], ["prevision", [4, 2530, 2]], ["foresightfulness", [4, 2530, 3]]]}, {"answer": "forest", "hint": "synonyms for forest", "clues": [["wood", [4, 2531, 0]], ["timber", [4, 2531, 1]], ["woodland", [4, 2531, 2]], ["timberland", [4, 2531, 3]]]}, {"answer": "foretelling", "hint": "synonyms for foretelling", "clues": [["forecasting", [4, 2532, 0]], ["prediction", [4, 2532, 1]], ["soothsaying", [4, 2532, 2]], ["fortune telling", [4, 2532, 3]], ["divination", [4, 2532, 4]], ["prognostication", [4, 2532, 5]]]}, {"answer": "forethought", "hint": "synonyms for forethought", "clues": [["care", [4, 2533, 0]], ["precaution", [4, 2533, 1]], ["caution", [4, 2533, 2]], ["premeditation", [4, 2533, 3]]]}, {"answer": "forget_me_drug", "hint": "synonyms for forget me drug", "clues": [["circle", [4, 2534, 0]], ["rophy", [4, 2534, 1]], ["roofy", [4, 2534, 2]], ["roach", [4, 2534, 3]], ["rope", [4, 2534, 4]]]}, {"answer": "fork", "hint": "synonyms for fork", "clues": [["crotch", [4, 2535, 0]], ["ramification", [4, 2535, 1]], ["forking", [4, 2535, 2]], ["branching", [4, 2535, 3]]]}, {"answer": "forking", "hint": "synonyms for forking", "clues": [["furcation", [4, 2536, 0]], ["ramification", [4, 2536, 1]], ["fork", [4, 2536, 2]], ["branching", [4, 2536, 3]]]}, {"answer": "form", "hint": "synonyms for form", "clues": [["mannikin", [4, 2537, 0]], ["shape", [4, 2537, 1]], ["descriptor", [4, 2537, 2]], ["mannequin", [4, 2537, 3]], ["class", [4, 2537, 4]], ["configuration", [4, 2537, 5]], ["kind", [4, 2537, 6]], ["cast", [4, 2537, 7]], ["course", [4, 2537, 8]], ["variant", [4, 2537, 9]], ["grade", [4, 2537, 10]], ["strain", [4, 2537, 11]], ["word form", [4, 2537, 12]], ["sort", [4, 2537, 13]], ["contour", [4, 2537, 14]], ["pattern", [4, 2537, 15]], ["manakin", [4, 2537, 16]], ["variety", [4, 2537, 17]], ["conformation", [4, 2537, 18]], ["signifier", [4, 2537, 19]], ["var.", [4, 2537, 20]]]}, {"answer": "formation", "hint": "synonyms for formation", "clues": [["organisation", [4, 2538, 0]], ["establishment", [4, 2538, 1]], ["geological formation", [4, 2538, 2]], ["constitution", [4, 2538, 3]], ["shaping", [4, 2538, 4]]]}, {"answer": "formula", "hint": "synonyms for formula", "clues": [["rule", [4, 2539, 0]], ["normal", [4, 2539, 1]], ["recipe", [4, 2539, 2]], ["chemical formula", [4, 2539, 3]], ["convention", [4, 2539, 4]], ["expression", [4, 2539, 5]], ["pattern", [4, 2539, 6]]]}, {"answer": "forthrightness", "hint": "synonyms for forthrightness", "clues": [["candidness", [4, 2540, 0]], ["candor", [4, 2540, 1]], ["frankness", [4, 2540, 2]], ["directness", [4, 2540, 3]]]}, {"answer": "forties", "hint": "synonyms for forties", "clues": [["forty", [4, 2541, 0]], ["40", [4, 2541, 1]], ["mid-forties", [4, 2541, 2]], ["1940s", [4, 2541, 3]]]}, {"answer": "forty_winks", "hint": "synonyms for forty winks", "clues": [["catnap", [4, 2542, 0]], ["snooze", [4, 2542, 1]], ["cat sleep", [4, 2542, 2]], ["nap", [4, 2542, 3]], ["short sleep", [4, 2542, 4]]]}, {"answer": "forward_motion", "hint": "synonyms for forward motion", "clues": [["procession", [4, 2543, 0]], ["onward motion", [4, 2543, 1]], ["advancement", [4, 2543, 2]], ["progress", [4, 2543, 3]], ["advance", [4, 2543, 4]]]}, {"answer": "forwardness", "hint": "synonyms for forwardness", "clues": [["zeal", [4, 2544, 0]], ["readiness", [4, 2544, 1]], ["eagerness", [4, 2544, 2]], ["pushiness", [4, 2544, 3]], ["bumptiousness", [4, 2544, 4]], ["cockiness", [4, 2544, 5]]]}, {"answer": "fossil_oil", "hint": "synonyms for fossil oil", "clues": [["petroleum", [4, 2545, 0]], ["oil", [4, 2545, 1]], ["rock oil", [4, 2545, 2]], ["crude", [4, 2545, 3]], ["crude oil", [4, 2545, 4]]]}, {"answer": "fosterage", "hint": "synonyms for fosterage", "clues": [["rearing", [4, 2546, 0]], ["fostering", [4, 2546, 1]], ["nurture", [4, 2546, 2]], ["raising", [4, 2546, 3]], ["upbringing", [4, 2546, 4]], ["bringing up", [4, 2546, 5]], ["breeding", [4, 2546, 6]]]}, {"answer": "fostering", "hint": "synonyms for fostering", "clues": [["fosterage", [4, 2547, 0]], ["rearing", [4, 2547, 1]], ["nurture", [4, 2547, 2]], ["raising", [4, 2547, 3]], ["upbringing", [4, 2547, 4]], ["bringing up", [4, 2547, 5]], ["breeding", [4, 2547, 6]]]}, {"answer": "foul-up", "hint": "synonyms for foul-up", "clues": [["blooper", [4, 2548, 0]], ["botch", [4, 2548, 1]], ["bungle", [4, 2548, 2]], ["fuckup", [4, 2548, 3]], ["boner", [4, 2548, 4]], ["pratfall", [4, 2548, 5]], ["flub", [4, 2548, 6]], ["blunder", [4, 2548, 7]], ["boo-boo", [4, 2548, 8]]]}, {"answer": "foul_shot", "hint": "synonyms for foul shot", "clues": [["charity throw", [4, 2549, 0]], ["charity shot", [4, 2549, 1]], ["charity toss", [4, 2549, 2]], ["penalty free throw", [4, 2549, 3]], ["free throw", [4, 2549, 4]]]}, {"answer": "foulness", "hint": "synonyms for foulness", "clues": [["raininess", [4, 2550, 0]], ["stinkiness", [4, 2550, 1]], ["malodorousness", [4, 2550, 2]], ["rankness", [4, 2550, 3]], ["fetidness", [4, 2550, 4]]]}, {"answer": "foundation", "hint": "synonyms for foundation", "clues": [["fundament", [4, 2551, 0]], ["base", [4, 2551, 1]], ["institution", [4, 2551, 2]], ["grounding", [4, 2551, 3]], ["innovation", [4, 2551, 4]], ["groundwork", [4, 2551, 5]], ["creation", [4, 2551, 6]], ["instauration", [4, 2551, 7]], ["introduction", [4, 2551, 8]], ["origination", [4, 2551, 9]], ["basis", [4, 2551, 10]], ["substructure", [4, 2551, 11]], ["cornerstone", [4, 2551, 12]], ["foundation garment", [4, 2551, 13]], ["founding", [4, 2551, 14]], ["foot", [4, 2551, 15]], ["understructure", [4, 2551, 16]], ["initiation", [4, 2551, 17]]]}, {"answer": "founding", "hint": "synonyms for founding", "clues": [["creation", [4, 2552, 0]], ["instauration", [4, 2552, 1]], ["introduction", [4, 2552, 2]], ["foundation", [4, 2552, 3]], ["institution", [4, 2552, 4]], ["innovation", [4, 2552, 5]], ["initiation", [4, 2552, 6]], ["origination", [4, 2552, 7]]]}, {"answer": "fount", "hint": "synonyms for fount", "clues": [["fountain", [4, 2553, 0]], ["face", [4, 2553, 1]], ["typeface", [4, 2553, 2]], ["case", [4, 2553, 3]], ["font", [4, 2553, 4]]]}, {"answer": "fountain", "hint": "synonyms for fountain", "clues": [["fount", [4, 2554, 0]], ["natural spring", [4, 2554, 1]], ["spring", [4, 2554, 2]], ["outflow", [4, 2554, 3]], ["jet", [4, 2554, 4]], ["outpouring", [4, 2554, 5]]]}, {"answer": "fountainhead", "hint": "synonyms for fountainhead", "clues": [["well", [4, 2555, 0]], ["headspring", [4, 2555, 1]], ["wellspring", [4, 2555, 2]], ["head", [4, 2555, 3]]]}, {"answer": "foursome", "hint": "synonyms for foursome", "clues": [["quatern", [4, 2556, 0]], ["quartet", [4, 2556, 1]], ["quaternion", [4, 2556, 2]], ["tetrad", [4, 2556, 3]], ["four", [4, 2556, 4]], ["4", [4, 2556, 5]], ["quadruplet", [4, 2556, 6]], ["quaternary", [4, 2556, 7]], ["quaternity", [4, 2556, 8]]]}, {"answer": "fourth_part", "hint": "synonyms for fourth part", "clues": [["quarter", [4, 2557, 0]], ["one-quarter", [4, 2557, 1]], ["one-fourth", [4, 2557, 2]], ["twenty-five percent", [4, 2557, 3]], ["fourth", [4, 2557, 4]]]}, {"answer": "foxiness", "hint": "synonyms for foxiness", "clues": [["wiliness", [4, 2558, 0]], ["craft", [4, 2558, 1]], ["slyness", [4, 2558, 2]], ["craftiness", [4, 2558, 3]], ["cunning", [4, 2558, 4]], ["guile", [4, 2558, 5]]]}, {"answer": "foyer", "hint": "synonyms for foyer", "clues": [["antechamber", [4, 2559, 0]], ["lobby", [4, 2559, 1]], ["vestibule", [4, 2559, 2]], ["hall", [4, 2559, 3]], ["entrance hall", [4, 2559, 4]], ["anteroom", [4, 2559, 5]]]}, {"answer": "fracture", "hint": "synonyms for fracture", "clues": [["shift", [4, 2560, 0]], ["cracking", [4, 2560, 1]], ["fault", [4, 2560, 2]], ["geological fault", [4, 2560, 3]], ["break", [4, 2560, 4]]]}, {"answer": "fragility", "hint": "synonyms for fragility", "clues": [["frangibility", [4, 2561, 0]], ["delicacy", [4, 2561, 1]], ["frangibleness", [4, 2561, 2]], ["breakability", [4, 2561, 3]]]}, {"answer": "fragrance", "hint": "synonyms for fragrance", "clues": [["scent", [4, 2562, 0]], ["redolence", [4, 2562, 1]], ["perfume", [4, 2562, 2]], ["sweetness", [4, 2562, 3]], ["aroma", [4, 2562, 4]], ["bouquet", [4, 2562, 5]], ["fragrancy", [4, 2562, 6]]]}, {"answer": "fragrancy", "hint": "synonyms for fragrancy", "clues": [["sweetness", [4, 2563, 0]], ["bouquet", [4, 2563, 1]], ["fragrance", [4, 2563, 2]], ["redolence", [4, 2563, 3]]]}, {"answer": "frame", "hint": "synonyms for frame", "clues": [["inning", [4, 2564, 0]], ["underframe", [4, 2564, 1]], ["frame of reference", [4, 2564, 2]], ["skeletal frame", [4, 2564, 3]], ["skeleton", [4, 2564, 4]], ["framing", [4, 2564, 5]]]}, {"answer": "frame_of_reference", "hint": "synonyms for frame of reference", "clues": [["frame", [4, 2565, 0]], ["coordinate system", [4, 2565, 1]], ["reference system", [4, 2565, 2]], ["reference frame", [4, 2565, 3]]]}, {"answer": "frankfurter", "hint": "synonyms for frankfurter", "clues": [["weenie", [4, 2566, 0]], ["dog", [4, 2566, 1]], ["hot dog", [4, 2566, 2]], ["wiener", [4, 2566, 3]], ["frank", [4, 2566, 4]], ["wienerwurst", [4, 2566, 5]]]}, {"answer": "frankness", "hint": "synonyms for frankness", "clues": [["candidness", [4, 2567, 0]], ["candor", [4, 2567, 1]], ["forthrightness", [4, 2567, 2]], ["outspokenness", [4, 2567, 3]], ["directness", [4, 2567, 4]]]}, {"answer": "fraud", "hint": "synonyms for fraud", "clues": [["dupery", [4, 2568, 0]], ["put-on", [4, 2568, 1]], ["fraudulence", [4, 2568, 2]], ["humbug", [4, 2568, 3]], ["hoax", [4, 2568, 4]]]}, {"answer": "fraudulence", "hint": "synonyms for fraudulence", "clues": [["deceit", [4, 2569, 0]], ["dupery", [4, 2569, 1]], ["fraud", [4, 2569, 2]], ["put-on", [4, 2569, 3]], ["humbug", [4, 2569, 4]], ["duplicity", [4, 2569, 5]], ["hoax", [4, 2569, 6]]]}, {"answer": "free_throw", "hint": "synonyms for free throw", "clues": [["penalty free throw", [4, 2570, 0]], ["charity throw", [4, 2570, 1]], ["charity shot", [4, 2570, 2]], ["charity toss", [4, 2570, 3]], ["foul shot", [4, 2570, 4]]]}, {"answer": "freeway", "hint": "synonyms for freeway", "clues": [["superhighway", [4, 2571, 0]], ["motorway", [4, 2571, 1]], ["state highway", [4, 2571, 2]], ["thruway", [4, 2571, 3]], ["pike", [4, 2571, 4]], ["expressway", [4, 2571, 5]], ["throughway", [4, 2571, 6]]]}, {"answer": "freight", "hint": "synonyms for freight", "clues": [["cargo", [4, 2572, 0]], ["payload", [4, 2572, 1]], ["lading", [4, 2572, 2]], ["shipment", [4, 2572, 3]], ["freightage", [4, 2572, 4]], ["freight rate", [4, 2572, 5]], ["load", [4, 2572, 6]], ["consignment", [4, 2572, 7]]]}, {"answer": "frequency", "hint": "synonyms for frequency", "clues": [["relative frequency", [4, 2573, 0]], ["oftenness", [4, 2573, 1]], ["frequence", [4, 2573, 2]], ["absolute frequency", [4, 2573, 3]]]}, {"answer": "freshness", "hint": "synonyms for freshness", "clues": [["impudence", [4, 2574, 0]], ["novelty", [4, 2574, 1]], ["cheekiness", [4, 2574, 2]], ["insolence", [4, 2574, 3]], ["crust", [4, 2574, 4]], ["gall", [4, 2574, 5]], ["impertinence", [4, 2574, 6]]]}, {"answer": "fretfulness", "hint": "synonyms for fretfulness", "clues": [["irritability", [4, 2575, 0]], ["crossness", [4, 2575, 1]], ["fussiness", [4, 2575, 2]], ["peevishness", [4, 2575, 3]], ["petulance", [4, 2575, 4]], ["choler", [4, 2575, 5]]]}, {"answer": "frigidity", "hint": "synonyms for frigidity", "clues": [["iciness", [4, 2576, 0]], ["cold", [4, 2576, 1]], ["frigidness", [4, 2576, 2]], ["coldness", [4, 2576, 3]], ["low temperature", [4, 2576, 4]], ["chilliness", [4, 2576, 5]]]}, {"answer": "frigidness", "hint": "synonyms for frigidness", "clues": [["frigidity", [4, 2577, 0]], ["cold", [4, 2577, 1]], ["iciness", [4, 2577, 2]], ["coldness", [4, 2577, 3]], ["low temperature", [4, 2577, 4]], ["chilliness", [4, 2577, 5]]]}, {"answer": "frill", "hint": "synonyms for frill", "clues": [["furbelow", [4, 2578, 0]], ["gimcrackery", [4, 2578, 1]], ["nonsense", [4, 2578, 2]], ["ruffle", [4, 2578, 3]], ["folderal", [4, 2578, 4]], ["flounce", [4, 2578, 5]], ["gimcrack", [4, 2578, 6]], ["falderol", [4, 2578, 7]], ["trumpery", [4, 2578, 8]]]}, {"answer": "fringe", "hint": "synonyms for fringe", "clues": [["periphery", [4, 2579, 0]], ["outskirt", [4, 2579, 1]], ["interference fringe", [4, 2579, 2]], ["outer boundary", [4, 2579, 3]]]}, {"answer": "frisson", "hint": "synonyms for frisson", "clues": [["chill", [4, 2580, 0]], ["shudder", [4, 2580, 1]], ["quiver", [4, 2580, 2]], ["shiver", [4, 2580, 3]], ["tingle", [4, 2580, 4]], ["thrill", [4, 2580, 5]]]}, {"answer": "frivolity", "hint": "synonyms for frivolity", "clues": [["harlequinade", [4, 2581, 0]], ["frippery", [4, 2581, 1]], ["frivolousness", [4, 2581, 2]], ["fluff", [4, 2581, 3]], ["clowning", [4, 2581, 4]], ["bagatelle", [4, 2581, 5]], ["japery", [4, 2581, 6]], ["prank", [4, 2581, 7]], ["buffoonery", [4, 2581, 8]]]}, {"answer": "frolic", "hint": "synonyms for frolic", "clues": [["romp", [4, 2582, 0]], ["caper", [4, 2582, 1]], ["gambol", [4, 2582, 2]], ["play", [4, 2582, 3]]]}, {"answer": "frost", "hint": "synonyms for frost", "clues": [["rime", [4, 2583, 0]], ["freeze", [4, 2583, 1]], ["icing", [4, 2583, 2]], ["hoar", [4, 2583, 3]], ["hoarfrost", [4, 2583, 4]]]}, {"answer": "frost_mist", "hint": "synonyms for frost mist", "clues": [["poudrin", [4, 2584, 0]], ["diamond dust", [4, 2584, 1]], ["frost snow", [4, 2584, 2]], ["ice crystal", [4, 2584, 3]], ["snow mist", [4, 2584, 4]], ["ice needle", [4, 2584, 5]]]}, {"answer": "frost_snow", "hint": "synonyms for frost snow", "clues": [["frost mist", [4, 2585, 0]], ["diamond dust", [4, 2585, 1]], ["poudrin", [4, 2585, 2]], ["ice crystal", [4, 2585, 3]], ["snow mist", [4, 2585, 4]], ["ice needle", [4, 2585, 5]]]}, {"answer": "fuck", "hint": "synonyms for fuck", "clues": [["piece of ass", [4, 2586, 0]], ["roll in the hay", [4, 2586, 1]], ["piece of tail", [4, 2586, 2]], ["shtup", [4, 2586, 3]], ["screw", [4, 2586, 4]], ["nookie", [4, 2586, 5]], ["ass", [4, 2586, 6]], ["fucking", [4, 2586, 7]], ["shag", [4, 2586, 8]], ["nooky", [4, 2586, 9]]]}, {"answer": "fuckup", "hint": "synonyms for fuckup", "clues": [["blooper", [4, 2587, 0]], ["botch", [4, 2587, 1]], ["bungle", [4, 2587, 2]], ["boner", [4, 2587, 3]], ["foul-up", [4, 2587, 4]], ["pratfall", [4, 2587, 5]], ["flub", [4, 2587, 6]], ["blunder", [4, 2587, 7]], ["boo-boo", [4, 2587, 8]]]}, {"answer": "fuel-air_bomb", "hint": "synonyms for fuel-air bomb", "clues": [["thermobaric bomb", [4, 2588, 0]], ["volume-detonation bomb", [4, 2588, 1]], ["vacuum bomb", [4, 2588, 2]], ["aerosol bomb", [4, 2588, 3]]]}, {"answer": "full_dress", "hint": "synonyms for full dress", "clues": [["tailcoat", [4, 2589, 0]], ["white tie and tails", [4, 2589, 1]], ["white tie", [4, 2589, 2]], ["tails", [4, 2589, 3]], ["dress suit", [4, 2589, 4]]]}, {"answer": "full_point", "hint": "synonyms for full point", "clues": [["period", [4, 2590, 0]], ["stop", [4, 2590, 1]], ["point", [4, 2590, 2]], ["full stop", [4, 2590, 3]]]}, {"answer": "full_stop", "hint": "synonyms for full stop", "clues": [["full point", [4, 2591, 0]], ["point", [4, 2591, 1]], ["period", [4, 2591, 2]], ["stop", [4, 2591, 3]]]}, {"answer": "fullness", "hint": "synonyms for fullness", "clues": [["mellowness", [4, 2592, 0]], ["richness", [4, 2592, 1]], ["voluminousness", [4, 2592, 2]], ["voluminosity", [4, 2592, 3]]]}, {"answer": "fulsomeness", "hint": "synonyms for fulsomeness", "clues": [["unction", [4, 2593, 0]], ["smarm", [4, 2593, 1]], ["unctuousness", [4, 2593, 2]], ["smarminess", [4, 2593, 3]], ["oiliness", [4, 2593, 4]], ["oleaginousness", [4, 2593, 5]]]}, {"answer": "fumes", "hint": "synonyms for fumes", "clues": [["exhaust", [4, 2594, 0]], ["smoke", [4, 2594, 1]], ["exhaust fumes", [4, 2594, 2]], ["fume", [4, 2594, 3]]]}, {"answer": "fun", "hint": "synonyms for fun", "clues": [["sport", [4, 2595, 0]], ["playfulness", [4, 2595, 1]], ["merriment", [4, 2595, 2]], ["play", [4, 2595, 3]]]}, {"answer": "function", "hint": "synonyms for function", "clues": [["affair", [4, 2596, 0]], ["purpose", [4, 2596, 1]], ["subroutine", [4, 2596, 2]], ["routine", [4, 2596, 3]], ["subprogram", [4, 2596, 4]], ["role", [4, 2596, 5]], ["use", [4, 2596, 6]], ["occasion", [4, 2596, 7]], ["part", [4, 2596, 8]], ["map", [4, 2596, 9]], ["social occasion", [4, 2596, 10]], ["mapping", [4, 2596, 11]], ["mathematical function", [4, 2596, 12]], ["procedure", [4, 2596, 13]], ["social function", [4, 2596, 14]], ["single-valued function", [4, 2596, 15]], ["office", [4, 2596, 16]]]}, {"answer": "fund", "hint": "synonyms for fund", "clues": [["stock", [4, 2597, 0]], ["investment trust", [4, 2597, 1]], ["investment firm", [4, 2597, 2]], ["investment company", [4, 2597, 3]], ["store", [4, 2597, 4]], ["monetary fund", [4, 2597, 5]]]}, {"answer": "fundament", "hint": "synonyms for fundament", "clues": [["foundation", [4, 2598, 0]], ["base", [4, 2598, 1]], ["basis", [4, 2598, 2]], ["substructure", [4, 2598, 3]], ["cornerstone", [4, 2598, 4]], ["foot", [4, 2598, 5]], ["groundwork", [4, 2598, 6]], ["understructure", [4, 2598, 7]]]}, {"answer": "fundamental_principle", "hint": "synonyms for fundamental principle", "clues": [["basics", [4, 2599, 0]], ["bedrock", [4, 2599, 1]], ["basic principle", [4, 2599, 2]], ["fundamentals", [4, 2599, 3]]]}, {"answer": "fundamentals", "hint": "synonyms for fundamentals", "clues": [["fundamental", [4, 2600, 0]], ["fundamental frequency", [4, 2600, 1]], ["bedrock", [4, 2600, 2]], ["first harmonic", [4, 2600, 3]], ["basic principle", [4, 2600, 4]], ["fundamental principle", [4, 2600, 5]], ["basics", [4, 2600, 6]]]}, {"answer": "funding", "hint": "synonyms for funding", "clues": [["backing", [4, 2601, 0]], ["support", [4, 2601, 1]], ["financial support", [4, 2601, 2]], ["financing", [4, 2601, 3]], ["financial backing", [4, 2601, 4]]]}, {"answer": "funds", "hint": "synonyms for funds", "clues": [["finances", [4, 2602, 0]], ["pecuniary resource", [4, 2602, 1]], ["fund", [4, 2602, 2]], ["stock", [4, 2602, 3]], ["investment trust", [4, 2602, 4]], ["investment firm", [4, 2602, 5]], ["store", [4, 2602, 6]], ["monetary fund", [4, 2602, 7]], ["monetary resource", [4, 2602, 8]], ["cash in hand", [4, 2602, 9]], ["investment company", [4, 2602, 10]]]}, {"answer": "funeral-residence", "hint": "synonyms for funeral-residence", "clues": [["funeral parlor", [4, 2603, 0]], ["funeral home", [4, 2603, 1]], ["funeral church", [4, 2603, 2]], ["funeral chapel", [4, 2603, 3]]]}, {"answer": "funeral_chapel", "hint": "synonyms for funeral chapel", "clues": [["funeral parlor", [4, 2604, 0]], ["funeral home", [4, 2604, 1]], ["funeral-residence", [4, 2604, 2]], ["funeral church", [4, 2604, 3]]]}, {"answer": "funeral_church", "hint": "synonyms for funeral church", "clues": [["funeral parlor", [4, 2605, 0]], ["funeral home", [4, 2605, 1]], ["funeral-residence", [4, 2605, 2]], ["funeral chapel", [4, 2605, 3]]]}, {"answer": "funeral_home", "hint": "synonyms for funeral home", "clues": [["funeral parlor", [4, 2606, 0]], ["funeral church", [4, 2606, 1]], ["funeral-residence", [4, 2606, 2]], ["funeral chapel", [4, 2606, 3]]]}, {"answer": "funeral_parlor", "hint": "synonyms for funeral parlor", "clues": [["funeral home", [4, 2607, 0]], ["funeral parlour", [4, 2607, 1]], ["funeral church", [4, 2607, 2]], ["funeral-residence", [4, 2607, 3]], ["funeral chapel", [4, 2607, 4]]]}, {"answer": "funeral_parlour", "hint": "synonyms for funeral parlour", "clues": [["funeral parlor", [4, 2608, 0]], ["funeral home", [4, 2608, 1]], ["funeral church", [4, 2608, 2]], ["funeral-residence", [4, 2608, 3]], ["funeral chapel", [4, 2608, 4]]]}, {"answer": "funfair", "hint": "synonyms for funfair", "clues": [["fair", [4, 2609, 0]], ["pleasure ground", [4, 2609, 1]], ["amusement park", [4, 2609, 2]], ["carnival", [4, 2609, 3]]]}, {"answer": "fungicide", "hint": "synonyms for fungicide", "clues": [["antimycotic agent", [4, 2610, 0]], ["antifungal", [4, 2610, 1]], ["antimycotic", [4, 2610, 2]], ["antifungal agent", [4, 2610, 3]]]}, {"answer": "funnies", "hint": "synonyms for funnies", "clues": [["funny story", [4, 2611, 0]], ["good story", [4, 2611, 1]], ["funny", [4, 2611, 2]], ["comic strip", [4, 2611, 3]], ["cartoon strip", [4, 2611, 4]], ["strip", [4, 2611, 5]], ["funny remark", [4, 2611, 6]]]}, {"answer": "funny_farm", "hint": "synonyms for funny farm", "clues": [["loony bin", [4, 2612, 0]], ["sanatorium", [4, 2612, 1]], ["madhouse", [4, 2612, 2]], ["funny house", [4, 2612, 3]], ["nuthouse", [4, 2612, 4]], ["cuckoo's nest", [4, 2612, 5]], ["booby hatch", [4, 2612, 6]], ["crazy house", [4, 2612, 7]], ["snake pit", [4, 2612, 8]]]}, {"answer": "funny_house", "hint": "synonyms for funny house", "clues": [["loony bin", [4, 2613, 0]], ["sanatorium", [4, 2613, 1]], ["funny farm", [4, 2613, 2]], ["madhouse", [4, 2613, 3]], ["nuthouse", [4, 2613, 4]], ["cuckoo's nest", [4, 2613, 5]], ["booby hatch", [4, 2613, 6]], ["crazy house", [4, 2613, 7]], ["snake pit", [4, 2613, 8]]]}, {"answer": "furiousness", "hint": "synonyms for furiousness", "clues": [["ferocity", [4, 2614, 0]], ["fury", [4, 2614, 1]], ["fierceness", [4, 2614, 2]], ["violence", [4, 2614, 3]], ["vehemence", [4, 2614, 4]], ["wildness", [4, 2614, 5]]]}, {"answer": "furor", "hint": "synonyms for furor", "clues": [["craze", [4, 2615, 0]], ["rage", [4, 2615, 1]], ["furore", [4, 2615, 2]], ["cult", [4, 2615, 3]], ["fad", [4, 2615, 4]]]}, {"answer": "furore", "hint": "synonyms for furore", "clues": [["furor", [4, 2616, 0]], ["craze", [4, 2616, 1]], ["rage", [4, 2616, 2]], ["cult", [4, 2616, 3]], ["fad", [4, 2616, 4]]]}, {"answer": "furrow", "hint": "synonyms for furrow", "clues": [["line", [4, 2617, 0]], ["seam", [4, 2617, 1]], ["crease", [4, 2617, 2]], ["crinkle", [4, 2617, 3]]]}, {"answer": "fury", "hint": "synonyms for fury", "clues": [["furiousness", [4, 2618, 0]], ["violence", [4, 2618, 1]], ["madness", [4, 2618, 2]], ["rage", [4, 2618, 3]], ["ferocity", [4, 2618, 4]], ["fierceness", [4, 2618, 5]], ["vehemence", [4, 2618, 6]], ["wildness", [4, 2618, 7]]]}, {"answer": "fuse", "hint": "synonyms for fuse", "clues": [["fuzee", [4, 2619, 0]], ["priming", [4, 2619, 1]], ["electrical fuse", [4, 2619, 2]], ["fusee", [4, 2619, 3]], ["primer", [4, 2619, 4]], ["safety fuse", [4, 2619, 5]]]}, {"answer": "fusee", "hint": "synonyms for fusee", "clues": [["fuzee", [4, 2620, 0]], ["fuse", [4, 2620, 1]], ["fusee drive", [4, 2620, 2]], ["priming", [4, 2620, 3]], ["primer", [4, 2620, 4]]]}, {"answer": "fusion", "hint": "synonyms for fusion", "clues": [["nuclear fusion reaction", [4, 2621, 0]], ["optical fusion", [4, 2621, 1]], ["spinal fusion", [4, 2621, 2]], ["unification", [4, 2621, 3]], ["nuclear fusion", [4, 2621, 4]], ["merger", [4, 2621, 5]]]}, {"answer": "fuss", "hint": "synonyms for fuss", "clues": [["pettifoggery", [4, 2622, 0]], ["ado", [4, 2622, 1]], ["hustle", [4, 2622, 2]], ["tiff", [4, 2622, 3]], ["stir", [4, 2622, 4]], ["flurry", [4, 2622, 5]], ["bother", [4, 2622, 6]], ["squabble", [4, 2622, 7]], ["hassle", [4, 2622, 8]], ["bickering", [4, 2622, 9]], ["spat", [4, 2622, 10]], ["bustle", [4, 2622, 11]], ["trouble", [4, 2622, 12]]]}, {"answer": "fussiness", "hint": "synonyms for fussiness", "clues": [["fretfulness", [4, 2623, 0]], ["irritability", [4, 2623, 1]], ["crossness", [4, 2623, 2]], ["peevishness", [4, 2623, 3]], ["petulance", [4, 2623, 4]], ["choler", [4, 2623, 5]]]}, {"answer": "fustian", "hint": "synonyms for fustian", "clues": [["blah", [4, 2624, 0]], ["claptrap", [4, 2624, 1]], ["rant", [4, 2624, 2]], ["bombast", [4, 2624, 3]]]}, {"answer": "fuze", "hint": "synonyms for fuze", "clues": [["priming", [4, 2625, 0]], ["fuse", [4, 2625, 1]], ["primer", [4, 2625, 2]], ["fuzee", [4, 2625, 3]]]}, {"answer": "fuzee", "hint": "synonyms for fuzee", "clues": [["priming", [4, 2626, 0]], ["fuse", [4, 2626, 1]], ["primer", [4, 2626, 2]], ["fuze", [4, 2626, 3]]]}, {"answer": "fuzziness", "hint": "synonyms for fuzziness", "clues": [["indistinctness", [4, 2627, 0]], ["blurriness", [4, 2627, 1]], ["fogginess", [4, 2627, 2]], ["softness", [4, 2627, 3]]]}, {"answer": "g", "hint": "synonyms for g", "clues": [["universal gravitational constant", [4, 2628, 0]], ["gigabyte", [4, 2628, 1]], ["thou", [4, 2628, 2]], ["gram", [4, 2628, 3]], ["constant of gravitation", [4, 2628, 4]], ["chiliad", [4, 2628, 5]], ["guanine", [4, 2628, 6]], ["gm", [4, 2628, 7]], ["one thousand", [4, 2628, 8]], ["gravitational constant", [4, 2628, 9]], ["deoxyguanosine monophosphate", [4, 2628, 10]], ["gibibyte", [4, 2628, 11]], ["gramme", [4, 2628, 12]], ["yard", [4, 2628, 13]], ["grand", [4, 2628, 14]], ["gee", [4, 2628, 15]], ["thousand", [4, 2628, 16]], ["1000", [4, 2628, 17]], ["g-force", [4, 2628, 18]]]}, {"answer": "gab", "hint": "synonyms for gab", "clues": [["chin wagging", [4, 2629, 0]], ["chin-wag", [4, 2629, 1]], ["small talk", [4, 2629, 2]], ["gabfest", [4, 2629, 3]], ["gossip", [4, 2629, 4]], ["chit-chat", [4, 2629, 5]], ["causerie", [4, 2629, 6]], ["tittle-tattle", [4, 2629, 7]]]}, {"answer": "gabardine", "hint": "synonyms for gabardine", "clues": [["gaberdine", [4, 2630, 0]], ["flannel", [4, 2630, 1]], ["white", [4, 2630, 2]], ["duster", [4, 2630, 3]], ["dust coat", [4, 2630, 4]], ["tweed", [4, 2630, 5]], ["smock", [4, 2630, 6]]]}, {"answer": "gaberdine", "hint": "synonyms for gaberdine", "clues": [["duster", [4, 2631, 0]], ["gabardine", [4, 2631, 1]], ["smock", [4, 2631, 2]], ["dust coat", [4, 2631, 3]]]}, {"answer": "gabfest", "hint": "synonyms for gabfest", "clues": [["chin wagging", [4, 2632, 0]], ["chin-wag", [4, 2632, 1]], ["small talk", [4, 2632, 2]], ["gab", [4, 2632, 3]], ["gossip", [4, 2632, 4]], ["chit-chat", [4, 2632, 5]], ["causerie", [4, 2632, 6]], ["tittle-tattle", [4, 2632, 7]]]}, {"answer": "gadget", "hint": "synonyms for gadget", "clues": [["gismo", [4, 2633, 0]], ["convenience", [4, 2633, 1]], ["contraption", [4, 2633, 2]], ["contrivance", [4, 2633, 3]], ["gizmo", [4, 2633, 4]], ["appliance", [4, 2633, 5]], ["widget", [4, 2633, 6]]]}, {"answer": "gaffe", "hint": "synonyms for gaffe", "clues": [["solecism", [4, 2634, 0]], ["slip", [4, 2634, 1]], ["faux pas", [4, 2634, 2]], ["gaucherie", [4, 2634, 3]]]}, {"answer": "gag", "hint": "synonyms for gag", "clues": [["jape", [4, 2635, 0]], ["jest", [4, 2635, 1]], ["joke", [4, 2635, 2]], ["muzzle", [4, 2635, 3]], ["laugh", [4, 2635, 4]]]}, {"answer": "gage", "hint": "synonyms for gage", "clues": [["green goddess", [4, 2636, 0]], ["pot", [4, 2636, 1]], ["gauge", [4, 2636, 2]], ["skunk", [4, 2636, 3]], ["weed", [4, 2636, 4]], ["sens", [4, 2636, 5]], ["sess", [4, 2636, 6]], ["dope", [4, 2636, 7]], ["grass", [4, 2636, 8]], ["smoke", [4, 2636, 9]], ["locoweed", [4, 2636, 10]]]}, {"answer": "gain", "hint": "synonyms for gain", "clues": [["addition", [4, 2637, 0]], ["profit", [4, 2637, 1]], ["amplification", [4, 2637, 2]], ["increase", [4, 2637, 3]]]}, {"answer": "gall", "hint": "synonyms for gall", "clues": [["impudence", [4, 2638, 0]], ["bitterness", [4, 2638, 1]], ["resentment", [4, 2638, 2]], ["freshness", [4, 2638, 3]], ["cheekiness", [4, 2638, 4]], ["rancor", [4, 2638, 5]], ["insolence", [4, 2638, 6]], ["crust", [4, 2638, 7]], ["impertinence", [4, 2638, 8]]]}, {"answer": "gallantry", "hint": "synonyms for gallantry", "clues": [["valorousness", [4, 2639, 0]], ["heroism", [4, 2639, 1]], ["politesse", [4, 2639, 2]], ["chivalry", [4, 2639, 3]], ["valour", [4, 2639, 4]], ["valiance", [4, 2639, 5]]]}, {"answer": "gallery", "hint": "synonyms for gallery", "clues": [["drift", [4, 2640, 0]], ["veranda", [4, 2640, 1]], ["heading", [4, 2640, 2]], ["art gallery", [4, 2640, 3]], ["picture gallery", [4, 2640, 4]]]}, {"answer": "gallimaufry", "hint": "synonyms for gallimaufry", "clues": [["farrago", [4, 2641, 0]], ["ragbag", [4, 2641, 1]], ["hodgepodge", [4, 2641, 2]], ["hotchpotch", [4, 2641, 3]], ["omnium-gatherum", [4, 2641, 4]], ["odds and ends", [4, 2641, 5]], ["mingle-mangle", [4, 2641, 6]], ["oddments", [4, 2641, 7]], ["mishmash", [4, 2641, 8]], ["melange", [4, 2641, 9]]]}, {"answer": "galosh", "hint": "synonyms for galosh", "clues": [["rubber", [4, 2642, 0]], ["arctic", [4, 2642, 1]], ["gumshoe", [4, 2642, 2]], ["golosh", [4, 2642, 3]]]}, {"answer": "gambol", "hint": "synonyms for gambol", "clues": [["frolic", [4, 2643, 0]], ["romp", [4, 2643, 1]], ["caper", [4, 2643, 2]], ["play", [4, 2643, 3]]]}, {"answer": "gang", "hint": "synonyms for gang", "clues": [["bunch", [4, 2644, 0]], ["work party", [4, 2644, 1]], ["crew", [4, 2644, 2]], ["mob", [4, 2644, 3]], ["crowd", [4, 2644, 4]], ["ring", [4, 2644, 5]], ["pack", [4, 2644, 6]]]}, {"answer": "gaol", "hint": "synonyms for gaol", "clues": [["poky", [4, 2645, 0]], ["clink", [4, 2645, 1]], ["jailhouse", [4, 2645, 2]], ["jail", [4, 2645, 3]], ["slammer", [4, 2645, 4]]]}, {"answer": "gaolbreak", "hint": "synonyms for gaolbreak", "clues": [["break", [4, 2646, 0]], ["breakout", [4, 2646, 1]], ["prisonbreak", [4, 2646, 2]], ["prison-breaking", [4, 2646, 3]], ["jailbreak", [4, 2646, 4]]]}, {"answer": "gap", "hint": "synonyms for gap", "clues": [["break", [4, 2647, 0]], ["col", [4, 2647, 1]], ["crack", [4, 2647, 2]], ["opening", [4, 2647, 3]], ["disruption", [4, 2647, 4]], ["interruption", [4, 2647, 5]], ["spread", [4, 2647, 6]]]}, {"answer": "garbage", "hint": "synonyms for garbage", "clues": [["drivel", [4, 2648, 0]], ["food waste", [4, 2648, 1]], ["refuse", [4, 2648, 2]], ["scraps", [4, 2648, 3]]]}, {"answer": "garbage_can", "hint": "synonyms for garbage can", "clues": [["ashbin", [4, 2649, 0]], ["ashcan", [4, 2649, 1]], ["trash bin", [4, 2649, 2]], ["trash can", [4, 2649, 3]], ["trash barrel", [4, 2649, 4]], ["dustbin", [4, 2649, 5]], ["wastebin", [4, 2649, 6]]]}, {"answer": "garbage_dump", "hint": "synonyms for garbage dump", "clues": [["rubbish dump", [4, 2650, 0]], ["dump", [4, 2650, 1]], ["dumpsite", [4, 2650, 2]], ["wasteyard", [4, 2650, 3]], ["trash dump", [4, 2650, 4]]]}, {"answer": "garbage_heap", "hint": "synonyms for garbage heap", "clues": [["refuse heap", [4, 2651, 0]], ["junk pile", [4, 2651, 1]], ["junk heap", [4, 2651, 2]], ["trash pile", [4, 2651, 3]], ["scrapheap", [4, 2651, 4]], ["trash heap", [4, 2651, 5]], ["rubbish heap", [4, 2651, 6]]]}, {"answer": "garishness", "hint": "synonyms for garishness", "clues": [["glitz", [4, 2652, 0]], ["flashiness", [4, 2652, 1]], ["gaudiness", [4, 2652, 2]], ["brashness", [4, 2652, 3]], ["tawdriness", [4, 2652, 4]], ["meretriciousness", [4, 2652, 5]], ["loudness", [4, 2652, 6]]]}, {"answer": "garland", "hint": "synonyms for garland", "clues": [["miscellany", [4, 2653, 0]], ["wreath", [4, 2653, 1]], ["coronal", [4, 2653, 2]], ["chaplet", [4, 2653, 3]], ["florilegium", [4, 2653, 4]], ["lei", [4, 2653, 5]]]}, {"answer": "garment_industry", "hint": "synonyms for garment industry", "clues": [["apparel industry", [4, 2654, 0]], ["fashion industry", [4, 2654, 1]], ["fashion business", [4, 2654, 2]], ["rag trade", [4, 2654, 3]]]}, {"answer": "garrulity", "hint": "synonyms for garrulity", "clues": [["talkativeness", [4, 2655, 0]], ["loquacity", [4, 2655, 1]], ["garrulousness", [4, 2655, 2]], ["loquaciousness", [4, 2655, 3]]]}, {"answer": "garrulousness", "hint": "synonyms for garrulousness", "clues": [["talkativeness", [4, 2656, 0]], ["loquacity", [4, 2656, 1]], ["garrulity", [4, 2656, 2]], ["loquaciousness", [4, 2656, 3]]]}, {"answer": "gas", "hint": "synonyms for gas", "clues": [["throttle", [4, 2657, 0]], ["natural gas", [4, 2657, 1]], ["gun", [4, 2657, 2]], ["accelerator pedal", [4, 2657, 3]], ["accelerator", [4, 2657, 4]], ["gas pedal", [4, 2657, 5]], ["gasoline", [4, 2657, 6]], ["petrol", [4, 2657, 7]]]}, {"answer": "gas_pedal", "hint": "synonyms for gas pedal", "clues": [["throttle", [4, 2658, 0]], ["gun", [4, 2658, 1]], ["accelerator", [4, 2658, 2]], ["gas", [4, 2658, 3]], ["accelerator pedal", [4, 2658, 4]]]}, {"answer": "gasconade", "hint": "synonyms for gasconade", "clues": [["vaporing", [4, 2659, 0]], ["bragging", [4, 2659, 1]], ["brag", [4, 2659, 2]], ["line-shooting", [4, 2659, 3]], ["crow", [4, 2659, 4]]]}, {"answer": "gaucherie", "hint": "synonyms for gaucherie", "clues": [["rusticity", [4, 2660, 0]], ["slip", [4, 2660, 1]], ["faux pas", [4, 2660, 2]], ["gaffe", [4, 2660, 3]], ["solecism", [4, 2660, 4]]]}, {"answer": "gaud", "hint": "synonyms for gaud", "clues": [["novelty", [4, 2661, 0]], ["bauble", [4, 2661, 1]], ["trinket", [4, 2661, 2]], ["gewgaw", [4, 2661, 3]], ["bangle", [4, 2661, 4]], ["fallal", [4, 2661, 5]]]}, {"answer": "gaudiness", "hint": "synonyms for gaudiness", "clues": [["glitz", [4, 2662, 0]], ["garishness", [4, 2662, 1]], ["flashiness", [4, 2662, 2]], ["brashness", [4, 2662, 3]], ["tawdriness", [4, 2662, 4]], ["meretriciousness", [4, 2662, 5]], ["loudness", [4, 2662, 6]]]}, {"answer": "gauge", "hint": "synonyms for gauge", "clues": [["gage", [4, 2663, 0]], ["calibre", [4, 2663, 1]], ["standard of measurement", [4, 2663, 2]], ["bore", [4, 2663, 3]]]}, {"answer": "gayness", "hint": "synonyms for gayness", "clues": [["homosexuality", [4, 2664, 0]], ["homosexualism", [4, 2664, 1]], ["homoeroticism", [4, 2664, 2]], ["queerness", [4, 2664, 3]]]}, {"answer": "gb", "hint": "synonyms for gb", "clues": [["gigabyte", [4, 2665, 0]], ["gibibyte", [4, 2665, 1]], ["sarin", [4, 2665, 2]], ["gilbert", [4, 2665, 3]], ["gigabit", [4, 2665, 4]]]}, {"answer": "gear", "hint": "synonyms for gear", "clues": [["gearing", [4, 2666, 0]], ["power train", [4, 2666, 1]], ["gear mechanism", [4, 2666, 2]], ["paraphernalia", [4, 2666, 3]], ["geartrain", [4, 2666, 4]], ["geared wheel", [4, 2666, 5]], ["appurtenance", [4, 2666, 6]], ["train", [4, 2666, 7]], ["cogwheel", [4, 2666, 8]]]}, {"answer": "gearing", "hint": "synonyms for gearing", "clues": [["gear", [4, 2667, 0]], ["train", [4, 2667, 1]], ["geartrain", [4, 2667, 2]], ["power train", [4, 2667, 3]]]}, {"answer": "geezerhood", "hint": "synonyms for geezerhood", "clues": [["age", [4, 2668, 0]], ["years", [4, 2668, 1]], ["eld", [4, 2668, 2]], ["old age", [4, 2668, 3]]]}, {"answer": "gelt", "hint": "synonyms for gelt", "clues": [["kale", [4, 2669, 0]], ["boodle", [4, 2669, 1]], ["scratch", [4, 2669, 2]], ["dinero", [4, 2669, 3]], ["shekels", [4, 2669, 4]], ["cabbage", [4, 2669, 5]], ["lettuce", [4, 2669, 6]], ["lucre", [4, 2669, 7]], ["dough", [4, 2669, 8]], ["wampum", [4, 2669, 9]], ["pelf", [4, 2669, 10]], ["clams", [4, 2669, 11]], ["lolly", [4, 2669, 12]], ["loot", [4, 2669, 13]], ["bread", [4, 2669, 14]], ["sugar", [4, 2669, 15]], ["simoleons", [4, 2669, 16]], ["moolah", [4, 2669, 17]]]}, {"answer": "gem", "hint": "synonyms for gem", "clues": [["treasure", [4, 2670, 0]], ["gemstone", [4, 2670, 1]], ["jewel", [4, 2670, 2]], ["stone", [4, 2670, 3]], ["muffin", [4, 2670, 4]], ["precious stone", [4, 2670, 5]]]}, {"answer": "general_assembly", "hint": "synonyms for general assembly", "clues": [["legislative assembly", [4, 2671, 0]], ["legislature", [4, 2671, 1]], ["legislative body", [4, 2671, 2]], ["law-makers", [4, 2671, 3]]]}, {"answer": "generalisation", "hint": "synonyms for generalisation", "clues": [["stimulus generalization", [4, 2672, 0]], ["abstraction", [4, 2672, 1]], ["generalization", [4, 2672, 2]], ["inductive reasoning", [4, 2672, 3]], ["generality", [4, 2672, 4]], ["induction", [4, 2672, 5]]]}, {"answer": "generalization", "hint": "synonyms for generalization", "clues": [["stimulus generalization", [4, 2673, 0]], ["abstraction", [4, 2673, 1]], ["generalisation", [4, 2673, 2]], ["inductive reasoning", [4, 2673, 3]], ["generality", [4, 2673, 4]], ["induction", [4, 2673, 5]]]}, {"answer": "generation", "hint": "synonyms for generation", "clues": [["multiplication", [4, 2674, 0]], ["contemporaries", [4, 2674, 1]], ["coevals", [4, 2674, 2]], ["propagation", [4, 2674, 3]], ["genesis", [4, 2674, 4]]]}, {"answer": "geniality", "hint": "synonyms for geniality", "clues": [["bonhomie", [4, 2675, 0]], ["amiability", [4, 2675, 1]], ["amiableness", [4, 2675, 2]], ["affableness", [4, 2675, 3]], ["affability", [4, 2675, 4]]]}, {"answer": "genre", "hint": "synonyms for genre", "clues": [["musical style", [4, 2676, 0]], ["music genre", [4, 2676, 1]], ["literary genre", [4, 2676, 2]], ["writing style", [4, 2676, 3]]]}, {"answer": "geographical_mile", "hint": "synonyms for geographical mile", "clues": [["mile", [4, 2677, 0]], ["mi", [4, 2677, 1]], ["nautical mile", [4, 2677, 2]], ["naut mi", [4, 2677, 3]]]}, {"answer": "geological_fault", "hint": "synonyms for geological fault", "clues": [["shift", [4, 2678, 0]], ["fault", [4, 2678, 1]], ["fracture", [4, 2678, 2]], ["break", [4, 2678, 3]]]}, {"answer": "georgia_home_boy", "hint": "synonyms for georgia home boy", "clues": [["scoop", [4, 2679, 0]], ["grievous bodily harm", [4, 2679, 1]], ["max", [4, 2679, 2]], ["liquid ecstasy", [4, 2679, 3]], ["soap", [4, 2679, 4]], ["easy lay", [4, 2679, 5]], ["goop", [4, 2679, 6]]]}, {"answer": "get-go", "hint": "synonyms for get-go", "clues": [["beginning", [4, 2680, 0]], ["start", [4, 2680, 1]], ["starting time", [4, 2680, 2]], ["first", [4, 2680, 3]], ["commencement", [4, 2680, 4]], ["outset", [4, 2680, 5]], ["showtime", [4, 2680, 6]], ["offset", [4, 2680, 7]], ["kickoff", [4, 2680, 8]]]}, {"answer": "gewgaw", "hint": "synonyms for gewgaw", "clues": [["novelty", [4, 2681, 0]], ["bauble", [4, 2681, 1]], ["trinket", [4, 2681, 2]], ["gaud", [4, 2681, 3]], ["bangle", [4, 2681, 4]], ["fallal", [4, 2681, 5]]]}, {"answer": "ghost", "hint": "synonyms for ghost", "clues": [["touch", [4, 2682, 0]], ["shade", [4, 2682, 1]], ["specter", [4, 2682, 2]], ["trace", [4, 2682, 3]], ["wraith", [4, 2682, 4]], ["spook", [4, 2682, 5]]]}, {"answer": "gibbosity", "hint": "synonyms for gibbosity", "clues": [["jut", [4, 2683, 0]], ["swelling", [4, 2683, 1]], ["protuberance", [4, 2683, 2]], ["gibbousness", [4, 2683, 3]], ["bulge", [4, 2683, 4]], ["extrusion", [4, 2683, 5]], ["prominence", [4, 2683, 6]], ["bump", [4, 2683, 7]], ["excrescence", [4, 2683, 8]], ["protrusion", [4, 2683, 9]], ["hump", [4, 2683, 10]]]}, {"answer": "gibbousness", "hint": "synonyms for gibbousness", "clues": [["jut", [4, 2684, 0]], ["swelling", [4, 2684, 1]], ["protuberance", [4, 2684, 2]], ["gibbosity", [4, 2684, 3]], ["bulge", [4, 2684, 4]], ["extrusion", [4, 2684, 5]], ["prominence", [4, 2684, 6]], ["bump", [4, 2684, 7]], ["excrescence", [4, 2684, 8]], ["protrusion", [4, 2684, 9]], ["hump", [4, 2684, 10]]]}, {"answer": "gibe", "hint": "synonyms for gibe", "clues": [["dig", [4, 2685, 0]], ["shaft", [4, 2685, 1]], ["jibe", [4, 2685, 2]], ["barb", [4, 2685, 3]], ["shot", [4, 2685, 4]], ["slam", [4, 2685, 5]]]}, {"answer": "gift", "hint": "synonyms for gift", "clues": [["talent", [4, 2686, 0]], ["endowment", [4, 2686, 1]], ["giving", [4, 2686, 2]], ["natural endowment", [4, 2686, 3]]]}, {"answer": "gig", "hint": "synonyms for gig", "clues": [["lance", [4, 2687, 0]], ["spear", [4, 2687, 1]], ["fishgig", [4, 2687, 2]], ["fizgig", [4, 2687, 3]]]}, {"answer": "gild", "hint": "synonyms for gild", "clues": [["lodge", [4, 2688, 0]], ["order", [4, 2688, 1]], ["society", [4, 2688, 2]], ["social club", [4, 2688, 3]], ["guild", [4, 2688, 4]], ["club", [4, 2688, 5]]]}, {"answer": "gimcrackery", "hint": "synonyms for gimcrackery", "clues": [["trumpery", [4, 2689, 0]], ["nonsense", [4, 2689, 1]], ["frill", [4, 2689, 2]], ["gimcrack", [4, 2689, 3]], ["falderol", [4, 2689, 4]], ["folderal", [4, 2689, 5]]]}, {"answer": "gimmick", "hint": "synonyms for gimmick", "clues": [["doodad", [4, 2690, 0]], ["thingummy", [4, 2690, 1]], ["thingmajig", [4, 2690, 2]], ["catch", [4, 2690, 3]], ["thingmabob", [4, 2690, 4]], ["widget", [4, 2690, 5]], ["whatchamacallit", [4, 2690, 6]], ["twist", [4, 2690, 7]], ["gismo", [4, 2690, 8]], ["doohickey", [4, 2690, 9]], ["gubbins", [4, 2690, 10]], ["gizmo", [4, 2690, 11]], ["whatsis", [4, 2690, 12]], ["device", [4, 2690, 13]], ["doojigger", [4, 2690, 14]]]}, {"answer": "gin", "hint": "synonyms for gin", "clues": [["cotton gin", [4, 2691, 0]], ["gin rummy", [4, 2691, 1]], ["noose", [4, 2691, 2]], ["snare", [4, 2691, 3]], ["knock rummy", [4, 2691, 4]]]}, {"answer": "gin_mill", "hint": "synonyms for gin mill", "clues": [["pub", [4, 2692, 0]], ["saloon", [4, 2692, 1]], ["pothouse", [4, 2692, 2]], ["public house", [4, 2692, 3]], ["taphouse", [4, 2692, 4]]]}, {"answer": "ginmill", "hint": "synonyms for ginmill", "clues": [["bar", [4, 2693, 0]], ["taproom", [4, 2693, 1]], ["barroom", [4, 2693, 2]], ["saloon", [4, 2693, 3]]]}, {"answer": "girdle", "hint": "synonyms for girdle", "clues": [["waistband", [4, 2694, 0]], ["waistcloth", [4, 2694, 1]], ["cincture", [4, 2694, 2]], ["stays", [4, 2694, 3]], ["corset", [4, 2694, 4]], ["sash", [4, 2694, 5]]]}, {"answer": "gismo", "hint": "synonyms for gismo", "clues": [["doodad", [4, 2695, 0]], ["thingummy", [4, 2695, 1]], ["thingmajig", [4, 2695, 2]], ["contraption", [4, 2695, 3]], ["gadget", [4, 2695, 4]], ["thingmabob", [4, 2695, 5]], ["widget", [4, 2695, 6]], ["whatchamacallit", [4, 2695, 7]], ["contrivance", [4, 2695, 8]], ["convenience", [4, 2695, 9]], ["doohickey", [4, 2695, 10]], ["gizmo", [4, 2695, 11]], ["gubbins", [4, 2695, 12]], ["appliance", [4, 2695, 13]], ["whatsis", [4, 2695, 14]], ["gimmick", [4, 2695, 15]], ["doojigger", [4, 2695, 16]]]}, {"answer": "gist", "hint": "synonyms for gist", "clues": [["pith", [4, 2696, 0]], ["marrow", [4, 2696, 1]], ["nub", [4, 2696, 2]], ["sum", [4, 2696, 3]], ["effect", [4, 2696, 4]], ["center", [4, 2696, 5]], ["nitty-gritty", [4, 2696, 6]], ["centre", [4, 2696, 7]], ["inwardness", [4, 2696, 8]], ["essence", [4, 2696, 9]], ["substance", [4, 2696, 10]], ["core", [4, 2696, 11]], ["kernel", [4, 2696, 12]], ["heart and soul", [4, 2696, 13]], ["burden", [4, 2696, 14]], ["meat", [4, 2696, 15]], ["heart", [4, 2696, 16]]]}, {"answer": "give-and-take", "hint": "synonyms for give-and-take", "clues": [["discussion", [4, 2697, 0]], ["banter", [4, 2697, 1]], ["interchange", [4, 2697, 2]], ["word", [4, 2697, 3]], ["reciprocation", [4, 2697, 4]], ["backchat", [4, 2697, 5]], ["raillery", [4, 2697, 6]]]}, {"answer": "gizmo", "hint": "synonyms for gizmo", "clues": [["doodad", [4, 2698, 0]], ["thingummy", [4, 2698, 1]], ["thingmajig", [4, 2698, 2]], ["contraption", [4, 2698, 3]], ["gadget", [4, 2698, 4]], ["thingmabob", [4, 2698, 5]], ["widget", [4, 2698, 6]], ["whatchamacallit", [4, 2698, 7]], ["contrivance", [4, 2698, 8]], ["gismo", [4, 2698, 9]], ["convenience", [4, 2698, 10]], ["doohickey", [4, 2698, 11]], ["gubbins", [4, 2698, 12]], ["appliance", [4, 2698, 13]], ["whatsis", [4, 2698, 14]], ["gimmick", [4, 2698, 15]], ["doojigger", [4, 2698, 16]]]}, {"answer": "glass", "hint": "synonyms for glass", "clues": [["chalk", [4, 2699, 0]], ["methamphetamine", [4, 2699, 1]], ["looking glass", [4, 2699, 2]], ["glassful", [4, 2699, 3]], ["crank", [4, 2699, 4]], ["methamphetamine hydrochloride", [4, 2699, 5]], ["field glass", [4, 2699, 6]], ["drinking glass", [4, 2699, 7]], ["shabu", [4, 2699, 8]], ["ice", [4, 2699, 9]], ["meth", [4, 2699, 10]], ["deoxyephedrine", [4, 2699, 11]], ["chicken feed", [4, 2699, 12]], ["trash", [4, 2699, 13]], ["spyglass", [4, 2699, 14]]]}, {"answer": "glasses", "hint": "synonyms for glasses", "clues": [["chalk", [4, 2700, 0]], ["spectacles", [4, 2700, 1]], ["glass", [4, 2700, 2]], ["methamphetamine", [4, 2700, 3]], ["looking glass", [4, 2700, 4]], ["specs", [4, 2700, 5]], ["methamphetamine hydrochloride", [4, 2700, 6]], ["field glass", [4, 2700, 7]], ["ice", [4, 2700, 8]], ["deoxyephedrine", [4, 2700, 9]], ["meth", [4, 2700, 10]], ["spyglass", [4, 2700, 11]], ["eyeglasses", [4, 2700, 12]], ["glassful", [4, 2700, 13]], ["crank", [4, 2700, 14]], ["shabu", [4, 2700, 15]], ["chicken feed", [4, 2700, 16]], ["trash", [4, 2700, 17]], ["drinking glass", [4, 2700, 18]]]}, {"answer": "gleam", "hint": "synonyms for gleam", "clues": [["lambency", [4, 2701, 0]], ["gleaming", [4, 2701, 1]], ["glimmer", [4, 2701, 2]], ["glow", [4, 2701, 3]]]}, {"answer": "glee", "hint": "synonyms for glee", "clues": [["gloat", [4, 2702, 0]], ["mirthfulness", [4, 2702, 1]], ["gleefulness", [4, 2702, 2]], ["mirth", [4, 2702, 3]], ["hilarity", [4, 2702, 4]]]}, {"answer": "gleefulness", "hint": "synonyms for gleefulness", "clues": [["mirth", [4, 2703, 0]], ["glee", [4, 2703, 1]], ["hilarity", [4, 2703, 2]], ["mirthfulness", [4, 2703, 3]]]}, {"answer": "glide", "hint": "synonyms for glide", "clues": [["semivowel", [4, 2704, 0]], ["slide", [4, 2704, 1]], ["sailing", [4, 2704, 2]], ["soaring", [4, 2704, 3]], ["sailplaning", [4, 2704, 4]], ["gliding", [4, 2704, 5]], ["coast", [4, 2704, 6]]]}, {"answer": "gliding", "hint": "synonyms for gliding", "clues": [["sailplaning", [4, 2705, 0]], ["sailing", [4, 2705, 1]], ["soaring", [4, 2705, 2]], ["glide", [4, 2705, 3]]]}, {"answer": "glimmer", "hint": "synonyms for glimmer", "clues": [["glimmering", [4, 2706, 0]], ["inkling", [4, 2706, 1]], ["intimation", [4, 2706, 2]], ["gleam", [4, 2706, 3]]]}, {"answer": "glister", "hint": "synonyms for glister", "clues": [["scintillation", [4, 2707, 0]], ["glitter", [4, 2707, 1]], ["glisten", [4, 2707, 2]], ["sparkle", [4, 2707, 3]]]}, {"answer": "glitter", "hint": "synonyms for glitter", "clues": [["glister", [4, 2708, 0]], ["sparkle", [4, 2708, 1]], ["coruscation", [4, 2708, 2]], ["scintillation", [4, 2708, 3]]]}, {"answer": "glitz", "hint": "synonyms for glitz", "clues": [["flashiness", [4, 2709, 0]], ["gaudiness", [4, 2709, 1]], ["brashness", [4, 2709, 2]], ["tawdriness", [4, 2709, 3]], ["garishness", [4, 2709, 4]], ["meretriciousness", [4, 2709, 5]], ["loudness", [4, 2709, 6]]]}, {"answer": "gloam", "hint": "synonyms for gloam", "clues": [["evenfall", [4, 2710, 0]], ["crepuscle", [4, 2710, 1]], ["twilight", [4, 2710, 2]], ["fall", [4, 2710, 3]], ["gloaming", [4, 2710, 4]], ["dusk", [4, 2710, 5]], ["nightfall", [4, 2710, 6]]]}, {"answer": "gloaming", "hint": "synonyms for gloaming", "clues": [["evenfall", [4, 2711, 0]], ["gloam", [4, 2711, 1]], ["crepuscle", [4, 2711, 2]], ["twilight", [4, 2711, 3]], ["fall", [4, 2711, 4]], ["dusk", [4, 2711, 5]], ["nightfall", [4, 2711, 6]]]}, {"answer": "glob", "hint": "synonyms for glob", "clues": [["clump", [4, 2712, 0]], ["chunk", [4, 2712, 1]], ["clod", [4, 2712, 2]], ["ball", [4, 2712, 3]]]}, {"answer": "globe", "hint": "synonyms for globe", "clues": [["earth", [4, 2713, 0]], ["world", [4, 2713, 1]], ["ball", [4, 2713, 2]], ["orb", [4, 2713, 3]]]}, {"answer": "globosity", "hint": "synonyms for globosity", "clues": [["globularness", [4, 2714, 0]], ["rotundity", [4, 2714, 1]], ["sphericity", [4, 2714, 2]], ["sphericalness", [4, 2714, 3]], ["rotundness", [4, 2714, 4]]]}, {"answer": "globularness", "hint": "synonyms for globularness", "clues": [["rotundity", [4, 2715, 0]], ["sphericity", [4, 2715, 1]], ["sphericalness", [4, 2715, 2]], ["globosity", [4, 2715, 3]], ["rotundness", [4, 2715, 4]]]}, {"answer": "gloominess", "hint": "synonyms for gloominess", "clues": [["gloom", [4, 2716, 0]], ["somberness", [4, 2716, 1]], ["lugubriousness", [4, 2716, 2]], ["sadness", [4, 2716, 3]]]}, {"answer": "gloriole", "hint": "synonyms for gloriole", "clues": [["glory", [4, 2717, 0]], ["nimbus", [4, 2717, 1]], ["aureole", [4, 2717, 2]], ["halo", [4, 2717, 3]], ["aura", [4, 2717, 4]]]}, {"answer": "glory", "hint": "synonyms for glory", "clues": [["gloriole", [4, 2718, 0]], ["resplendency", [4, 2718, 1]], ["nimbus", [4, 2718, 2]], ["aureole", [4, 2718, 3]], ["halo", [4, 2718, 4]], ["aura", [4, 2718, 5]]]}, {"answer": "gloss", "hint": "synonyms for gloss", "clues": [["burnish", [4, 2719, 0]], ["polish", [4, 2719, 1]], ["color", [4, 2719, 2]], ["glossiness", [4, 2719, 3]], ["rubric", [4, 2719, 4]], ["semblance", [4, 2719, 5]], ["glossary", [4, 2719, 6]]]}, {"answer": "glove", "hint": "synonyms for glove", "clues": [["boxing glove", [4, 2720, 0]], ["mitt", [4, 2720, 1]], ["baseball mitt", [4, 2720, 2]], ["baseball glove", [4, 2720, 3]]]}, {"answer": "glow", "hint": "synonyms for glow", "clues": [["luminescence", [4, 2721, 0]], ["radiance", [4, 2721, 1]], ["incandescence", [4, 2721, 2]], ["lambency", [4, 2721, 3]], ["gleaming", [4, 2721, 4]], ["glowing", [4, 2721, 5]]]}, {"answer": "glueyness", "hint": "synonyms for glueyness", "clues": [["ropiness", [4, 2722, 0]], ["cohesiveness", [4, 2722, 1]], ["gluiness", [4, 2722, 2]], ["viscidness", [4, 2722, 3]], ["gumminess", [4, 2722, 4]], ["tackiness", [4, 2722, 5]], ["viscidity", [4, 2722, 6]]]}, {"answer": "gluiness", "hint": "synonyms for gluiness", "clues": [["ropiness", [4, 2723, 0]], ["cohesiveness", [4, 2723, 1]], ["viscidness", [4, 2723, 2]], ["gumminess", [4, 2723, 3]], ["tackiness", [4, 2723, 4]], ["glueyness", [4, 2723, 5]], ["viscidity", [4, 2723, 6]]]}, {"answer": "glycol", "hint": "synonyms for glycol", "clues": [["diol", [4, 2724, 0]], ["dihydric alcohol", [4, 2724, 1]], ["ethanediol", [4, 2724, 2]], ["ethylene glycol", [4, 2724, 3]]]}, {"answer": "go-ahead", "hint": "synonyms for go-ahead", "clues": [["green light", [4, 2725, 0]], ["initiative", [4, 2725, 1]], ["enterprise", [4, 2725, 2]], ["enterprisingness", [4, 2725, 3]]]}, {"answer": "go-cart", "hint": "synonyms for go-cart", "clues": [["pram", [4, 2726, 0]], ["carriage", [4, 2726, 1]], ["pushcart", [4, 2726, 2]], ["stroller", [4, 2726, 3]], ["baby-walker", [4, 2726, 4]], ["handcart", [4, 2726, 5]], ["cart", [4, 2726, 6]], ["baby buggy", [4, 2726, 7]], ["pusher", [4, 2726, 8]], ["perambulator", [4, 2726, 9]], ["baby carriage", [4, 2726, 10]], ["walker", [4, 2726, 11]], ["pushchair", [4, 2726, 12]]]}, {"answer": "goad", "hint": "synonyms for goad", "clues": [["prod", [4, 2727, 0]], ["urging", [4, 2727, 1]], ["spur", [4, 2727, 2]], ["spurring", [4, 2727, 3]], ["goading", [4, 2727, 4]], ["prodding", [4, 2727, 5]]]}, {"answer": "goading", "hint": "synonyms for goading", "clues": [["prod", [4, 2728, 0]], ["urging", [4, 2728, 1]], ["goad", [4, 2728, 2]], ["spur", [4, 2728, 3]], ["spurring", [4, 2728, 4]], ["prodding", [4, 2728, 5]]]}, {"answer": "gobs", "hint": "synonyms for gobs", "clues": [["dozens", [4, 2729, 0]], ["tons", [4, 2729, 1]], ["oodles", [4, 2729, 2]], ["lashings", [4, 2729, 3]], ["wads", [4, 2729, 4]], ["piles", [4, 2729, 5]], ["stacks", [4, 2729, 6]], ["lots", [4, 2729, 7]], ["slews", [4, 2729, 8]], ["loads", [4, 2729, 9]], ["rafts", [4, 2729, 10]], ["gob", [4, 2729, 11]], ["scores", [4, 2729, 12]], ["scads", [4, 2729, 13]], ["heaps", [4, 2729, 14]]]}, {"answer": "godsend", "hint": "synonyms for godsend", "clues": [["bonanza", [4, 2730, 0]], ["manna from heaven", [4, 2730, 1]], ["bunce", [4, 2730, 2]], ["gravy", [4, 2730, 3]], ["gold rush", [4, 2730, 4]], ["windfall", [4, 2730, 5]], ["boom", [4, 2730, 6]]]}, {"answer": "goggle_box", "hint": "synonyms for goggle box", "clues": [["television", [4, 2731, 0]], ["tv set", [4, 2731, 1]], ["telly", [4, 2731, 2]], ["television set", [4, 2731, 3]], ["boob tube", [4, 2731, 4]], ["idiot box", [4, 2731, 5]], ["tv", [4, 2731, 6]], ["television receiver", [4, 2731, 7]]]}, {"answer": "going-over", "hint": "synonyms for going-over", "clues": [["chewing out", [4, 2732, 0]], ["castigation", [4, 2732, 1]], ["earful", [4, 2732, 2]], ["bawling out", [4, 2732, 3]], ["dressing down", [4, 2732, 4]], ["upbraiding", [4, 2732, 5]]]}, {"answer": "gold_rush", "hint": "synonyms for gold rush", "clues": [["bonanza", [4, 2733, 0]], ["manna from heaven", [4, 2733, 1]], ["bunce", [4, 2733, 2]], ["gravy", [4, 2733, 3]], ["windfall", [4, 2733, 4]], ["boom", [4, 2733, 5]], ["godsend", [4, 2733, 6]]]}, {"answer": "goldbricking", "hint": "synonyms for goldbricking", "clues": [["goofing off", [4, 2734, 0]], ["soldiering", [4, 2734, 1]], ["shirking", [4, 2734, 2]], ["slacking", [4, 2734, 3]]]}, {"answer": "golosh", "hint": "synonyms for golosh", "clues": [["rubber", [4, 2735, 0]], ["arctic", [4, 2735, 1]], ["galosh", [4, 2735, 2]], ["gumshoe", [4, 2735, 3]]]}, {"answer": "goo", "hint": "synonyms for goo", "clues": [["goop", [4, 2736, 0]], ["guck", [4, 2736, 1]], ["sludge", [4, 2736, 2]], ["ooze", [4, 2736, 3]], ["gunk", [4, 2736, 4]], ["muck", [4, 2736, 5]], ["gook", [4, 2736, 6]], ["slime", [4, 2736, 7]]]}, {"answer": "goober", "hint": "synonyms for goober", "clues": [["groundnut", [4, 2737, 0]], ["peanut", [4, 2737, 1]], ["earthnut", [4, 2737, 2]], ["monkey nut", [4, 2737, 3]], ["goober pea", [4, 2737, 4]]]}, {"answer": "goober_pea", "hint": "synonyms for goober pea", "clues": [["groundnut", [4, 2738, 0]], ["peanut", [4, 2738, 1]], ["earthnut", [4, 2738, 2]], ["monkey nut", [4, 2738, 3]], ["goober", [4, 2738, 4]]]}, {"answer": "good-by", "hint": "synonyms for good-by", "clues": [["arrivederci", [4, 2739, 0]], ["goodbye", [4, 2739, 1]], ["sayonara", [4, 2739, 2]], ["adieu", [4, 2739, 3]], ["au revoir", [4, 2739, 4]], ["bye", [4, 2739, 5]], ["auf wiedersehen", [4, 2739, 6]], ["bye-bye", [4, 2739, 7]], ["adios", [4, 2739, 8]], ["so long", [4, 2739, 9]], ["cheerio", [4, 2739, 10]], ["good day", [4, 2739, 11]]]}, {"answer": "good-bye", "hint": "synonyms for good-bye", "clues": [["arrivederci", [4, 2740, 0]], ["goodbye", [4, 2740, 1]], ["sayonara", [4, 2740, 2]], ["adieu", [4, 2740, 3]], ["au revoir", [4, 2740, 4]], ["bye", [4, 2740, 5]], ["auf wiedersehen", [4, 2740, 6]], ["bye-bye", [4, 2740, 7]], ["adios", [4, 2740, 8]], ["so long", [4, 2740, 9]], ["cheerio", [4, 2740, 10]], ["good day", [4, 2740, 11]]]}, {"answer": "good_day", "hint": "synonyms for good day", "clues": [["arrivederci", [4, 2741, 0]], ["goodbye", [4, 2741, 1]], ["sayonara", [4, 2741, 2]], ["adieu", [4, 2741, 3]], ["au revoir", [4, 2741, 4]], ["bye", [4, 2741, 5]], ["auf wiedersehen", [4, 2741, 6]], ["bye-bye", [4, 2741, 7]], ["adios", [4, 2741, 8]], ["so long", [4, 2741, 9]], ["cheerio", [4, 2741, 10]]]}, {"answer": "good_deal", "hint": "synonyms for good deal", "clues": [["heap", [4, 2742, 0]], ["peck", [4, 2742, 1]], ["flock", [4, 2742, 2]], ["quite a little", [4, 2742, 3]], ["mess", [4, 2742, 4]], ["sight", [4, 2742, 5]], ["wad", [4, 2742, 6]], ["batch", [4, 2742, 7]], ["hatful", [4, 2742, 8]], ["mickle", [4, 2742, 9]], ["stack", [4, 2742, 10]], ["passel", [4, 2742, 11]], ["deal", [4, 2742, 12]], ["plenty", [4, 2742, 13]], ["pile", [4, 2742, 14]], ["slew", [4, 2742, 15]], ["great deal", [4, 2742, 16]], ["spate", [4, 2742, 17]], ["muckle", [4, 2742, 18]], ["mint", [4, 2742, 19]], ["pot", [4, 2742, 20]], ["lot", [4, 2742, 21]], ["tidy sum", [4, 2742, 22]], ["mass", [4, 2742, 23]], ["mountain", [4, 2742, 24]], ["raft", [4, 2742, 25]]]}, {"answer": "good_luck", "hint": "synonyms for good luck", "clues": [["good fortune", [4, 2743, 0]], ["happy chance", [4, 2743, 1]], ["break", [4, 2743, 2]], ["fluke", [4, 2743, 3]]]}, {"answer": "good_sense", "hint": "synonyms for good sense", "clues": [["common sense", [4, 2744, 0]], ["mother wit", [4, 2744, 1]], ["sense", [4, 2744, 2]], ["horse sense", [4, 2744, 3]], ["gumption", [4, 2744, 4]]]}, {"answer": "goodby", "hint": "synonyms for goodby", "clues": [["arrivederci", [4, 2745, 0]], ["goodbye", [4, 2745, 1]], ["sayonara", [4, 2745, 2]], ["adieu", [4, 2745, 3]], ["au revoir", [4, 2745, 4]], ["bye", [4, 2745, 5]], ["auf wiedersehen", [4, 2745, 6]], ["bye-bye", [4, 2745, 7]], ["adios", [4, 2745, 8]], ["so long", [4, 2745, 9]], ["cheerio", [4, 2745, 10]], ["good day", [4, 2745, 11]]]}, {"answer": "goodbye", "hint": "synonyms for goodbye", "clues": [["arrivederci", [4, 2746, 0]], ["sayonara", [4, 2746, 1]], ["adieu", [4, 2746, 2]], ["good-by", [4, 2746, 3]], ["au revoir", [4, 2746, 4]], ["bye", [4, 2746, 5]], ["auf wiedersehen", [4, 2746, 6]], ["bye-bye", [4, 2746, 7]], ["adios", [4, 2746, 8]], ["so long", [4, 2746, 9]], ["cheerio", [4, 2746, 10]], ["good day", [4, 2746, 11]]]}, {"answer": "goody", "hint": "synonyms for goody", "clues": [["dainty", [4, 2747, 0]], ["delicacy", [4, 2747, 1]], ["kickshaw", [4, 2747, 2]], ["treat", [4, 2747, 3]]]}, {"answer": "goofing_off", "hint": "synonyms for goofing off", "clues": [["soldiering", [4, 2748, 0]], ["goldbricking", [4, 2748, 1]], ["shirking", [4, 2748, 2]], ["slacking", [4, 2748, 3]]]}, {"answer": "gook", "hint": "synonyms for gook", "clues": [["goop", [4, 2749, 0]], ["guck", [4, 2749, 1]], ["sludge", [4, 2749, 2]], ["ooze", [4, 2749, 3]], ["gunk", [4, 2749, 4]], ["muck", [4, 2749, 5]], ["slime", [4, 2749, 6]]]}, {"answer": "goop", "hint": "synonyms for goop", "clues": [["scoop", [4, 2750, 0]], ["grievous bodily harm", [4, 2750, 1]], ["max", [4, 2750, 2]], ["guck", [4, 2750, 3]], ["liquid ecstasy", [4, 2750, 4]], ["soap", [4, 2750, 5]], ["sludge", [4, 2750, 6]], ["ooze", [4, 2750, 7]], ["gunk", [4, 2750, 8]], ["muck", [4, 2750, 9]], ["gook", [4, 2750, 10]], ["easy lay", [4, 2750, 11]], ["slime", [4, 2750, 12]]]}, {"answer": "goose_bump", "hint": "synonyms for goose bump", "clues": [["horripilation", [4, 2751, 0]], ["goosebump", [4, 2751, 1]], ["gooseflesh", [4, 2751, 2]], ["goose pimple", [4, 2751, 3]], ["pilomotor reflex", [4, 2751, 4]], ["goose skin", [4, 2751, 5]]]}, {"answer": "goose_egg", "hint": "synonyms for goose egg", "clues": [["zip", [4, 2752, 0]], ["naught", [4, 2752, 1]], ["nix", [4, 2752, 2]], ["zilch", [4, 2752, 3]], ["cypher", [4, 2752, 4]], ["nil", [4, 2752, 5]], ["null", [4, 2752, 6]], ["nothing", [4, 2752, 7]], ["zero", [4, 2752, 8]], ["nada", [4, 2752, 9]], ["cipher", [4, 2752, 10]], ["zippo", [4, 2752, 11]]]}, {"answer": "goose_pimple", "hint": "synonyms for goose pimple", "clues": [["horripilation", [4, 2753, 0]], ["goose bump", [4, 2753, 1]], ["gooseflesh", [4, 2753, 2]], ["goose skin", [4, 2753, 3]], ["pilomotor reflex", [4, 2753, 4]]]}, {"answer": "goose_skin", "hint": "synonyms for goose skin", "clues": [["horripilation", [4, 2754, 0]], ["goose bump", [4, 2754, 1]], ["gooseflesh", [4, 2754, 2]], ["goose pimple", [4, 2754, 3]], ["pilomotor reflex", [4, 2754, 4]]]}, {"answer": "goosebump", "hint": "synonyms for goosebump", "clues": [["horripilation", [4, 2755, 0]], ["goose bump", [4, 2755, 1]], ["gooseflesh", [4, 2755, 2]], ["goose pimple", [4, 2755, 3]], ["pilomotor reflex", [4, 2755, 4]], ["goose skin", [4, 2755, 5]]]}, {"answer": "gooseflesh", "hint": "synonyms for gooseflesh", "clues": [["horripilation", [4, 2756, 0]], ["goose bump", [4, 2756, 1]], ["goose pimple", [4, 2756, 2]], ["pilomotor reflex", [4, 2756, 3]], ["goose skin", [4, 2756, 4]]]}, {"answer": "gospel", "hint": "synonyms for gospel", "clues": [["gospel singing", [4, 2757, 0]], ["evangel", [4, 2757, 1]], ["church doctrine", [4, 2757, 2]], ["religious doctrine", [4, 2757, 3]], ["gospel truth", [4, 2757, 4]], ["creed", [4, 2757, 5]]]}, {"answer": "gospels", "hint": "synonyms for gospels", "clues": [["gospel singing", [4, 2758, 0]], ["gospel", [4, 2758, 1]], ["church doctrine", [4, 2758, 2]], ["gospel truth", [4, 2758, 3]], ["evangel", [4, 2758, 4]], ["religious doctrine", [4, 2758, 5]], ["creed", [4, 2758, 6]]]}, {"answer": "gossip", "hint": "synonyms for gossip", "clues": [["chin wagging", [4, 2759, 0]], ["chin-wag", [4, 2759, 1]], ["comment", [4, 2759, 2]], ["small talk", [4, 2759, 3]], ["gab", [4, 2759, 4]], ["gabfest", [4, 2759, 5]], ["chit-chat", [4, 2759, 6]], ["scuttlebutt", [4, 2759, 7]], ["causerie", [4, 2759, 8]], ["tittle-tattle", [4, 2759, 9]]]}, {"answer": "governance", "hint": "synonyms for governance", "clues": [["establishment", [4, 2760, 0]], ["governing body", [4, 2760, 1]], ["organisation", [4, 2760, 2]], ["government", [4, 2760, 3]], ["brass", [4, 2760, 4]], ["administration", [4, 2760, 5]], ["government activity", [4, 2760, 6]], ["governing", [4, 2760, 7]]]}, {"answer": "governing_body", "hint": "synonyms for governing body", "clues": [["establishment", [4, 2761, 0]], ["organization", [4, 2761, 1]], ["brass", [4, 2761, 2]], ["governance", [4, 2761, 3]], ["administration", [4, 2761, 4]]]}, {"answer": "government", "hint": "synonyms for government", "clues": [["regime", [4, 2762, 0]], ["administration", [4, 2762, 1]], ["political science", [4, 2762, 2]], ["politics", [4, 2762, 3]], ["government activity", [4, 2762, 4]], ["authorities", [4, 2762, 5]], ["governance", [4, 2762, 6]], ["governing", [4, 2762, 7]]]}, {"answer": "government_activity", "hint": "synonyms for government activity", "clues": [["government", [4, 2763, 0]], ["governing", [4, 2763, 1]], ["governance", [4, 2763, 2]], ["administration", [4, 2763, 3]]]}, {"answer": "government_agency", "hint": "synonyms for government agency", "clues": [["office", [4, 2764, 0]], ["federal agency", [4, 2764, 1]], ["bureau", [4, 2764, 2]], ["agency", [4, 2764, 3]], ["authority", [4, 2764, 4]]]}, {"answer": "government_note", "hint": "synonyms for government note", "clues": [["greenback", [4, 2765, 0]], ["bank bill", [4, 2765, 1]], ["bank note", [4, 2765, 2]], ["banker's bill", [4, 2765, 3]], ["bill", [4, 2765, 4]], ["note", [4, 2765, 5]]]}, {"answer": "gown", "hint": "synonyms for gown", "clues": [["robe", [4, 2766, 0]], ["nightie", [4, 2766, 1]], ["surgical gown", [4, 2766, 2]], ["night-robe", [4, 2766, 3]], ["scrubs", [4, 2766, 4]], ["nightgown", [4, 2766, 5]], ["nightdress", [4, 2766, 6]]]}, {"answer": "grace", "hint": "synonyms for grace", "clues": [["seemliness", [4, 2767, 0]], ["good will", [4, 2767, 1]], ["gracility", [4, 2767, 2]], ["blessing", [4, 2767, 3]], ["thanksgiving", [4, 2767, 4]], ["free grace", [4, 2767, 5]], ["grace of God", [4, 2767, 6]]]}, {"answer": "gracelessness", "hint": "synonyms for gracelessness", "clues": [["clumsiness", [4, 2768, 0]], ["awkwardness", [4, 2768, 1]], ["ungracefulness", [4, 2768, 2]], ["stiffness", [4, 2768, 3]]]}, {"answer": "grade", "hint": "synonyms for grade", "clues": [["gradation", [4, 2769, 0]], ["degree", [4, 2769, 1]], ["form", [4, 2769, 2]], ["class", [4, 2769, 3]], ["score", [4, 2769, 4]], ["ground level", [4, 2769, 5]], ["level", [4, 2769, 6]], ["course", [4, 2769, 7]], ["grad", [4, 2769, 8]], ["mark", [4, 2769, 9]]]}, {"answer": "grading", "hint": "synonyms for grading", "clues": [["scoring", [4, 2770, 0]], ["leveling", [4, 2770, 1]], ["scaling", [4, 2770, 2]], ["marking", [4, 2770, 3]]]}, {"answer": "graduation", "hint": "synonyms for graduation", "clues": [["graduation exercise", [4, 2771, 0]], ["gradation", [4, 2771, 1]], ["commencement ceremony", [4, 2771, 2]], ["commencement", [4, 2771, 3]], ["commencement exercise", [4, 2771, 4]]]}, {"answer": "graduation_exercise", "hint": "synonyms for graduation exercise", "clues": [["commencement ceremony", [4, 2772, 0]], ["graduation", [4, 2772, 1]], ["commencement exercise", [4, 2772, 2]], ["commencement", [4, 2772, 3]]]}, {"answer": "grain", "hint": "synonyms for grain", "clues": [["metric grain", [4, 2773, 0]], ["food grain", [4, 2773, 1]], ["texture", [4, 2773, 2]], ["cereal", [4, 2773, 3]]]}, {"answer": "grandeur", "hint": "synonyms for grandeur", "clues": [["magnificence", [4, 2774, 0]], ["nobleness", [4, 2774, 1]], ["nobility", [4, 2774, 2]], ["magnanimousness", [4, 2774, 3]], ["splendor", [4, 2774, 4]], ["brilliance", [4, 2774, 5]], ["grandness", [4, 2774, 6]]]}, {"answer": "grandiloquence", "hint": "synonyms for grandiloquence", "clues": [["magniloquence", [4, 2775, 0]], ["ornateness", [4, 2775, 1]], ["rhetoric", [4, 2775, 2]], ["grandiosity", [4, 2775, 3]]]}, {"answer": "grandiosity", "hint": "synonyms for grandiosity", "clues": [["magniloquence", [4, 2776, 0]], ["ornateness", [4, 2776, 1]], ["rhetoric", [4, 2776, 2]], ["grandiloquence", [4, 2776, 3]]]}, {"answer": "grandness", "hint": "synonyms for grandness", "clues": [["immensity", [4, 2777, 0]], ["wideness", [4, 2777, 1]], ["impressiveness", [4, 2777, 2]], ["magnificence", [4, 2777, 3]], ["brilliance", [4, 2777, 4]], ["splendor", [4, 2777, 5]], ["richness", [4, 2777, 6]], ["greatness", [4, 2777, 7]], ["enormousness", [4, 2777, 8]], ["immenseness", [4, 2777, 9]], ["sizeableness", [4, 2777, 10]], ["grandeur", [4, 2777, 11]], ["vastness", [4, 2777, 12]]]}, {"answer": "graphics", "hint": "synonyms for graphics", "clues": [["artwork", [4, 2778, 0]], ["computer graphic", [4, 2778, 1]], ["graphic", [4, 2778, 2]], ["nontextual matter", [4, 2778, 3]], ["art", [4, 2778, 4]]]}, {"answer": "grapnel", "hint": "synonyms for grapnel", "clues": [["grapple", [4, 2779, 0]], ["grappling hook", [4, 2779, 1]], ["grappling iron", [4, 2779, 2]], ["grapnel anchor", [4, 2779, 3]]]}, {"answer": "grapple", "hint": "synonyms for grapple", "clues": [["hand-to-hand struggle", [4, 2780, 0]], ["grappling", [4, 2780, 1]], ["grappling hook", [4, 2780, 2]], ["clamshell", [4, 2780, 3]], ["grappling iron", [4, 2780, 4]], ["grappler", [4, 2780, 5]], ["wrestle", [4, 2780, 6]], ["grapnel", [4, 2780, 7]], ["wrestling", [4, 2780, 8]]]}, {"answer": "grappler", "hint": "synonyms for grappler", "clues": [["grapnel", [4, 2781, 0]], ["grappling hook", [4, 2781, 1]], ["grappling iron", [4, 2781, 2]], ["grapple", [4, 2781, 3]]]}, {"answer": "grappling", "hint": "synonyms for grappling", "clues": [["rassling", [4, 2782, 0]], ["hand-to-hand struggle", [4, 2782, 1]], ["wrestle", [4, 2782, 2]], ["wrestling", [4, 2782, 3]], ["grapple", [4, 2782, 4]]]}, {"answer": "grasp", "hint": "synonyms for grasp", "clues": [["compass", [4, 2783, 0]], ["grip", [4, 2783, 1]], ["clasp", [4, 2783, 2]], ["hold", [4, 2783, 3]], ["appreciation", [4, 2783, 4]], ["range", [4, 2783, 5]], ["clench", [4, 2783, 6]], ["clutches", [4, 2783, 7]], ["reach", [4, 2783, 8]]]}, {"answer": "grass", "hint": "synonyms for grass", "clues": [["green goddess", [4, 2784, 0]], ["pasturage", [4, 2784, 1]], ["pot", [4, 2784, 2]], ["forage", [4, 2784, 3]], ["locoweed", [4, 2784, 4]], ["eatage", [4, 2784, 5]], ["skunk", [4, 2784, 6]], ["sens", [4, 2784, 7]], ["sess", [4, 2784, 8]], ["gage", [4, 2784, 9]], ["dope", [4, 2784, 10]], ["smoke", [4, 2784, 11]], ["weed", [4, 2784, 12]]]}, {"answer": "gratuity", "hint": "synonyms for gratuity", "clues": [["tip", [4, 2785, 0]], ["baksheesh", [4, 2785, 1]], ["bakshis", [4, 2785, 2]], ["pourboire", [4, 2785, 3]]]}, {"answer": "graveyard", "hint": "synonyms for graveyard", "clues": [["cemetery", [4, 2786, 0]], ["burying ground", [4, 2786, 1]], ["necropolis", [4, 2786, 2]], ["burial ground", [4, 2786, 3]], ["burial site", [4, 2786, 4]], ["memorial park", [4, 2786, 5]]]}, {"answer": "gravity", "hint": "synonyms for gravity", "clues": [["gravitational attraction", [4, 2787, 0]], ["gravitational force", [4, 2787, 1]], ["somberness", [4, 2787, 2]], ["graveness", [4, 2787, 3]], ["solemnity", [4, 2787, 4]], ["gravitation", [4, 2787, 5]], ["sobriety", [4, 2787, 6]]]}, {"answer": "gravure", "hint": "synonyms for gravure", "clues": [["intaglio printing", [4, 2788, 0]], ["intaglio", [4, 2788, 1]], ["heliogravure", [4, 2788, 2]], ["photogravure", [4, 2788, 3]]]}, {"answer": "gravy", "hint": "synonyms for gravy", "clues": [["bunce", [4, 2789, 0]], ["windfall", [4, 2789, 1]], ["boom", [4, 2789, 2]], ["godsend", [4, 2789, 3]], ["bonanza", [4, 2789, 4]], ["pan gravy", [4, 2789, 5]], ["gold rush", [4, 2789, 6]], ["manna from heaven", [4, 2789, 7]]]}, {"answer": "grazing_land", "hint": "synonyms for grazing land", "clues": [["pastureland", [4, 2790, 0]], ["lea", [4, 2790, 1]], ["ley", [4, 2790, 2]], ["pasture", [4, 2790, 3]]]}, {"answer": "great_deal", "hint": "synonyms for great deal", "clues": [["heap", [4, 2791, 0]], ["peck", [4, 2791, 1]], ["flock", [4, 2791, 2]], ["quite a little", [4, 2791, 3]], ["mess", [4, 2791, 4]], ["sight", [4, 2791, 5]], ["wad", [4, 2791, 6]], ["batch", [4, 2791, 7]], ["hatful", [4, 2791, 8]], ["mickle", [4, 2791, 9]], ["stack", [4, 2791, 10]], ["passel", [4, 2791, 11]], ["deal", [4, 2791, 12]], ["plenty", [4, 2791, 13]], ["pile", [4, 2791, 14]], ["slew", [4, 2791, 15]], ["spate", [4, 2791, 16]], ["muckle", [4, 2791, 17]], ["mint", [4, 2791, 18]], ["pot", [4, 2791, 19]], ["lot", [4, 2791, 20]], ["tidy sum", [4, 2791, 21]], ["good deal", [4, 2791, 22]], ["mass", [4, 2791, 23]], ["mountain", [4, 2791, 24]], ["raft", [4, 2791, 25]]]}, {"answer": "great_power", "hint": "synonyms for great power", "clues": [["world power", [4, 2792, 0]], ["superpower", [4, 2792, 1]], ["major power", [4, 2792, 2]], ["power", [4, 2792, 3]]]}, {"answer": "greatness", "hint": "synonyms for greatness", "clues": [["immensity", [4, 2793, 0]], ["wideness", [4, 2793, 1]], ["illustriousness", [4, 2793, 2]], ["grandness", [4, 2793, 3]], ["enormousness", [4, 2793, 4]], ["immenseness", [4, 2793, 5]], ["sizeableness", [4, 2793, 6]], ["vastness", [4, 2793, 7]]]}, {"answer": "greed", "hint": "synonyms for greed", "clues": [["rapacity", [4, 2794, 0]], ["avaritia", [4, 2794, 1]], ["avarice", [4, 2794, 2]], ["covetousness", [4, 2794, 3]]]}, {"answer": "greediness", "hint": "synonyms for greediness", "clues": [["hoggishness", [4, 2795, 0]], ["voraciousness", [4, 2795, 1]], ["piggishness", [4, 2795, 2]], ["rapaciousness", [4, 2795, 3]]]}, {"answer": "green_goddess", "hint": "synonyms for green goddess", "clues": [["pot", [4, 2796, 0]], ["skunk", [4, 2796, 1]], ["weed", [4, 2796, 2]], ["sens", [4, 2796, 3]], ["sess", [4, 2796, 4]], ["gage", [4, 2796, 5]], ["dope", [4, 2796, 6]], ["grass", [4, 2796, 7]], ["smoke", [4, 2796, 8]], ["locoweed", [4, 2796, 9]]]}, {"answer": "greenback", "hint": "synonyms for greenback", "clues": [["bank bill", [4, 2797, 0]], ["bank note", [4, 2797, 1]], ["government note", [4, 2797, 2]], ["banker's bill", [4, 2797, 3]], ["bill", [4, 2797, 4]], ["note", [4, 2797, 5]]]}, {"answer": "greenish_blue", "hint": "synonyms for greenish blue", "clues": [["aqua", [4, 2798, 0]], ["aquamarine", [4, 2798, 1]], ["peacock blue", [4, 2798, 2]], ["cobalt blue", [4, 2798, 3]], ["turquoise", [4, 2798, 4]]]}, {"answer": "greenness", "hint": "synonyms for greenness", "clues": [["verdancy", [4, 2799, 0]], ["verdure", [4, 2799, 1]], ["viridity", [4, 2799, 2]], ["green", [4, 2799, 3]]]}, {"answer": "greens", "hint": "synonyms for greens", "clues": [["green", [4, 2800, 0]], ["jet", [4, 2800, 1]], ["park", [4, 2800, 2]], ["putting surface", [4, 2800, 3]], ["leafy vegetable", [4, 2800, 4]], ["special K", [4, 2800, 5]], ["commons", [4, 2800, 6]], ["cat valium", [4, 2800, 7]], ["putting green", [4, 2800, 8]], ["greenness", [4, 2800, 9]], ["super acid", [4, 2800, 10]], ["honey oil", [4, 2800, 11]], ["viridity", [4, 2800, 12]], ["super C", [4, 2800, 13]]]}, {"answer": "grid", "hint": "synonyms for grid", "clues": [["power system", [4, 2801, 0]], ["gridiron", [4, 2801, 1]], ["power grid", [4, 2801, 2]], ["control grid", [4, 2801, 3]], ["storage-battery grid", [4, 2801, 4]]]}, {"answer": "griddlecake", "hint": "synonyms for griddlecake", "clues": [["battercake", [4, 2802, 0]], ["hotcake", [4, 2802, 1]], ["flapjack", [4, 2802, 2]], ["drop scone", [4, 2802, 3]], ["flannel cake", [4, 2802, 4]], ["pancake", [4, 2802, 5]], ["flapcake", [4, 2802, 6]]]}, {"answer": "grief", "hint": "synonyms for grief", "clues": [["heartache", [4, 2803, 0]], ["sorrow", [4, 2803, 1]], ["brokenheartedness", [4, 2803, 2]], ["heartbreak", [4, 2803, 3]]]}, {"answer": "grievous_bodily_harm", "hint": "synonyms for grievous bodily harm", "clues": [["scoop", [4, 2804, 0]], ["max", [4, 2804, 1]], ["liquid ecstasy", [4, 2804, 2]], ["soap", [4, 2804, 3]], ["easy lay", [4, 2804, 4]], ["goop", [4, 2804, 5]]]}, {"answer": "grille", "hint": "synonyms for grille", "clues": [["radiator grille", [4, 2805, 0]], ["grillwork", [4, 2805, 1]], ["lattice", [4, 2805, 2]], ["grill", [4, 2805, 3]], ["wicket", [4, 2805, 4]]]}, {"answer": "grimness", "hint": "synonyms for grimness", "clues": [["asperity", [4, 2806, 0]], ["severity", [4, 2806, 1]], ["luridness", [4, 2806, 2]], ["severeness", [4, 2806, 3]], ["rigour", [4, 2806, 4]], ["ghastliness", [4, 2806, 5]], ["hardship", [4, 2806, 6]], ["rigourousness", [4, 2806, 7]], ["gruesomeness", [4, 2806, 8]]]}, {"answer": "grind", "hint": "synonyms for grind", "clues": [["mill", [4, 2807, 0]], ["donkeywork", [4, 2807, 1]], ["plodding", [4, 2807, 2]], ["drudgery", [4, 2807, 3]], ["pulverization", [4, 2807, 4]]]}, {"answer": "grind_organ", "hint": "synonyms for grind organ", "clues": [["hand organ", [4, 2808, 0]], ["street organ", [4, 2808, 1]], ["hurdy-gurdy", [4, 2808, 2]], ["barrel organ", [4, 2808, 3]]]}, {"answer": "grinder", "hint": "synonyms for grinder", "clues": [["bomber", [4, 2809, 0]], ["torpedo", [4, 2809, 1]], ["mill", [4, 2809, 2]], ["submarine sandwich", [4, 2809, 3]], ["hoagie", [4, 2809, 4]], ["milling machinery", [4, 2809, 5]], ["poor boy", [4, 2809, 6]], ["hero sandwich", [4, 2809, 7]], ["hero", [4, 2809, 8]], ["hoagy", [4, 2809, 9]], ["submarine", [4, 2809, 10]], ["wedge", [4, 2809, 11]], ["zep", [4, 2809, 12]], ["sub", [4, 2809, 13]]]}, {"answer": "grip", "hint": "synonyms for grip", "clues": [["handgrip", [4, 2810, 0]], ["hold", [4, 2810, 1]], ["clasp", [4, 2810, 2]], ["bag", [4, 2810, 3]], ["traveling bag", [4, 2810, 4]], ["traction", [4, 2810, 5]], ["grasp", [4, 2810, 6]], ["clench", [4, 2810, 7]], ["clutches", [4, 2810, 8]], ["hairgrip", [4, 2810, 9]], ["adhesive friction", [4, 2810, 10]], ["bobby pin", [4, 2810, 11]], ["handle", [4, 2810, 12]], ["suitcase", [4, 2810, 13]]]}, {"answer": "gripe", "hint": "synonyms for gripe", "clues": [["beef", [4, 2811, 0]], ["kick", [4, 2811, 1]], ["bitch", [4, 2811, 2]], ["squawk", [4, 2811, 3]]]}, {"answer": "gripes", "hint": "synonyms for gripes", "clues": [["beef", [4, 2812, 0]], ["kick", [4, 2812, 1]], ["gripe", [4, 2812, 2]], ["bitch", [4, 2812, 3]], ["squawk", [4, 2812, 4]]]}, {"answer": "grit", "hint": "synonyms for grit", "clues": [["gumption", [4, 2813, 0]], ["gritrock", [4, 2813, 1]], ["sand", [4, 2813, 2]], ["backbone", [4, 2813, 3]], ["gritstone", [4, 2813, 4]], ["moxie", [4, 2813, 5]], ["guts", [4, 2813, 6]]]}, {"answer": "grits", "hint": "synonyms for grits", "clues": [["gumption", [4, 2814, 0]], ["grit", [4, 2814, 1]], ["sand", [4, 2814, 2]], ["gritrock", [4, 2814, 3]], ["backbone", [4, 2814, 4]], ["gritstone", [4, 2814, 5]], ["hominy grits", [4, 2814, 6]], ["moxie", [4, 2814, 7]], ["guts", [4, 2814, 8]]]}, {"answer": "grocery", "hint": "synonyms for grocery", "clues": [["market", [4, 2815, 0]], ["foodstuff", [4, 2815, 1]], ["food market", [4, 2815, 2]], ["grocery store", [4, 2815, 3]]]}, {"answer": "groin", "hint": "synonyms for groin", "clues": [["bulwark", [4, 2816, 0]], ["jetty", [4, 2816, 1]], ["mole", [4, 2816, 2]], ["groyne", [4, 2816, 3]], ["breakwater", [4, 2816, 4]], ["seawall", [4, 2816, 5]]]}, {"answer": "grommet", "hint": "synonyms for grommet", "clues": [["loop", [4, 2817, 0]], ["eyelet", [4, 2817, 1]], ["cringle", [4, 2817, 2]], ["grummet", [4, 2817, 3]]]}, {"answer": "grossness", "hint": "synonyms for grossness", "clues": [["commonness", [4, 2818, 0]], ["coarseness", [4, 2818, 1]], ["raunch", [4, 2818, 2]], ["vulgarity", [4, 2818, 3]], ["vulgarism", [4, 2818, 4]]]}, {"answer": "ground", "hint": "synonyms for ground", "clues": [["flat coat", [4, 2819, 0]], ["background", [4, 2819, 1]], ["primer coat", [4, 2819, 2]], ["basis", [4, 2819, 3]], ["undercoat", [4, 2819, 4]], ["earth", [4, 2819, 5]], ["land", [4, 2819, 6]], ["solid ground", [4, 2819, 7]], ["dry land", [4, 2819, 8]], ["terra firma", [4, 2819, 9]], ["footing", [4, 2819, 10]], ["priming", [4, 2819, 11]], ["primer", [4, 2819, 12]], ["reason", [4, 2819, 13]], ["soil", [4, 2819, 14]], ["priming coat", [4, 2819, 15]]]}, {"answer": "groundnut", "hint": "synonyms for groundnut", "clues": [["goober", [4, 2820, 0]], ["peanut", [4, 2820, 1]], ["earthnut", [4, 2820, 2]], ["monkey nut", [4, 2820, 3]], ["goober pea", [4, 2820, 4]], ["wild bean", [4, 2820, 5]], ["potato bean", [4, 2820, 6]]]}, {"answer": "grounds", "hint": "synonyms for grounds", "clues": [["ground", [4, 2821, 0]], ["reason", [4, 2821, 1]], ["flat coat", [4, 2821, 2]], ["background", [4, 2821, 3]], ["primer coat", [4, 2821, 4]], ["basis", [4, 2821, 5]], ["evidence", [4, 2821, 6]], ["undercoat", [4, 2821, 7]], ["priming coat", [4, 2821, 8]], ["earth", [4, 2821, 9]], ["land", [4, 2821, 10]], ["solid ground", [4, 2821, 11]], ["curtilage", [4, 2821, 12]], ["yard", [4, 2821, 13]], ["dry land", [4, 2821, 14]], ["terra firma", [4, 2821, 15]], ["footing", [4, 2821, 16]], ["priming", [4, 2821, 17]], ["primer", [4, 2821, 18]], ["soil", [4, 2821, 19]], ["cause", [4, 2821, 20]]]}, {"answer": "groundwork", "hint": "synonyms for groundwork", "clues": [["foundation", [4, 2822, 0]], ["fundament", [4, 2822, 1]], ["base", [4, 2822, 2]], ["basis", [4, 2822, 3]], ["substructure", [4, 2822, 4]], ["cornerstone", [4, 2822, 5]], ["foot", [4, 2822, 6]], ["understructure", [4, 2822, 7]]]}, {"answer": "group", "hint": "synonyms for group", "clues": [["mathematical group", [4, 2823, 0]], ["grouping", [4, 2823, 1]], ["chemical group", [4, 2823, 2]], ["radical", [4, 2823, 3]]]}, {"answer": "groves", "hint": "synonyms for groves", "clues": [["grove", [4, 2824, 0]], ["plantation", [4, 2824, 1]], ["woodlet", [4, 2824, 2]], ["orchard", [4, 2824, 3]]]}, {"answer": "growth", "hint": "synonyms for growth", "clues": [["development", [4, 2825, 0]], ["emergence", [4, 2825, 1]], ["outgrowth", [4, 2825, 2]], ["ontogeny", [4, 2825, 3]], ["increase", [4, 2825, 4]], ["growing", [4, 2825, 5]], ["increment", [4, 2825, 6]], ["ontogenesis", [4, 2825, 7]], ["maturation", [4, 2825, 8]]]}, {"answer": "groyne", "hint": "synonyms for groyne", "clues": [["bulwark", [4, 2826, 0]], ["jetty", [4, 2826, 1]], ["mole", [4, 2826, 2]], ["groin", [4, 2826, 3]], ["breakwater", [4, 2826, 4]], ["seawall", [4, 2826, 5]]]}, {"answer": "gruffness", "hint": "synonyms for gruffness", "clues": [["brusqueness", [4, 2827, 0]], ["curtness", [4, 2827, 1]], ["abruptness", [4, 2827, 2]], ["hoarseness", [4, 2827, 3]], ["shortness", [4, 2827, 4]], ["huskiness", [4, 2827, 5]]]}, {"answer": "grumble", "hint": "synonyms for grumble", "clues": [["grumbling", [4, 2828, 0]], ["rumble", [4, 2828, 1]], ["murmuring", [4, 2828, 2]], ["mutter", [4, 2828, 3]]]}, {"answer": "grummet", "hint": "synonyms for grummet", "clues": [["loop", [4, 2829, 0]], ["eyelet", [4, 2829, 1]], ["cringle", [4, 2829, 2]], ["grommet", [4, 2829, 3]]]}, {"answer": "gsr", "hint": "synonyms for gsr", "clues": [["psychogalvanic response", [4, 2830, 0]], ["electrodermal response", [4, 2830, 1]], ["electrical skin response", [4, 2830, 2]], ["galvanic skin response", [4, 2830, 3]]]}, {"answer": "guard", "hint": "synonyms for guard", "clues": [["sentry go", [4, 2831, 0]], ["guard duty", [4, 2831, 1]], ["sentry duty", [4, 2831, 2]], ["safeguard", [4, 2831, 3]], ["precaution", [4, 2831, 4]], ["safety device", [4, 2831, 5]], ["safety", [4, 2831, 6]]]}, {"answer": "guardianship", "hint": "synonyms for guardianship", "clues": [["tutelage", [4, 2832, 0]], ["care", [4, 2832, 1]], ["safekeeping", [4, 2832, 2]], ["keeping", [4, 2832, 3]], ["charge", [4, 2832, 4]]]}, {"answer": "gubbins", "hint": "synonyms for gubbins", "clues": [["doodad", [4, 2833, 0]], ["thingummy", [4, 2833, 1]], ["thingmajig", [4, 2833, 2]], ["thingmabob", [4, 2833, 3]], ["widget", [4, 2833, 4]], ["whatchamacallit", [4, 2833, 5]], ["gismo", [4, 2833, 6]], ["doohickey", [4, 2833, 7]], ["gizmo", [4, 2833, 8]], ["whatsis", [4, 2833, 9]], ["gimmick", [4, 2833, 10]], ["doojigger", [4, 2833, 11]]]}, {"answer": "guck", "hint": "synonyms for guck", "clues": [["goop", [4, 2834, 0]], ["sludge", [4, 2834, 1]], ["ooze", [4, 2834, 2]], ["gunk", [4, 2834, 3]], ["muck", [4, 2834, 4]], ["gook", [4, 2834, 5]], ["slime", [4, 2834, 6]]]}, {"answer": "guess", "hint": "synonyms for guess", "clues": [["speculation", [4, 2835, 0]], ["conjecture", [4, 2835, 1]], ["shot", [4, 2835, 2]], ["guessing", [4, 2835, 3]], ["dead reckoning", [4, 2835, 4]], ["hypothesis", [4, 2835, 5]], ["supposition", [4, 2835, 6]], ["surmisal", [4, 2835, 7]], ["guesswork", [4, 2835, 8]], ["surmise", [4, 2835, 9]]]}, {"answer": "guessing", "hint": "synonyms for guessing", "clues": [["shot", [4, 2836, 0]], ["guesswork", [4, 2836, 1]], ["dead reckoning", [4, 2836, 2]], ["guess", [4, 2836, 3]]]}, {"answer": "guff", "hint": "synonyms for guff", "clues": [["hogwash", [4, 2837, 0]], ["rot", [4, 2837, 1]], ["bunk", [4, 2837, 2]], ["bunkum", [4, 2837, 3]], ["buncombe", [4, 2837, 4]]]}, {"answer": "guidance", "hint": "synonyms for guidance", "clues": [["counselling", [4, 2838, 0]], ["steering", [4, 2838, 1]], ["direction", [4, 2838, 2]], ["counsel", [4, 2838, 3]]]}, {"answer": "guild", "hint": "synonyms for guild", "clues": [["lodge", [4, 2839, 0]], ["order", [4, 2839, 1]], ["society", [4, 2839, 2]], ["club", [4, 2839, 3]], ["social club", [4, 2839, 4]], ["gild", [4, 2839, 5]]]}, {"answer": "guile", "hint": "synonyms for guile", "clues": [["foxiness", [4, 2840, 0]], ["wiliness", [4, 2840, 1]], ["deceitfulness", [4, 2840, 2]], ["slyness", [4, 2840, 3]], ["chicanery", [4, 2840, 4]], ["wile", [4, 2840, 5]], ["shenanigan", [4, 2840, 6]], ["craftiness", [4, 2840, 7]], ["craft", [4, 2840, 8]], ["trickery", [4, 2840, 9]], ["cunning", [4, 2840, 10]]]}, {"answer": "gulp", "hint": "synonyms for gulp", "clues": [["draught", [4, 2841, 0]], ["swig", [4, 2841, 1]], ["gulping", [4, 2841, 2]], ["draft", [4, 2841, 3]]]}, {"answer": "gum_benjamin", "hint": "synonyms for gum benjamin", "clues": [["benzoin", [4, 2842, 0]], ["asa dulcis", [4, 2842, 1]], ["gum benzoin", [4, 2842, 2]], ["benjamin", [4, 2842, 3]]]}, {"answer": "gum_benzoin", "hint": "synonyms for gum benzoin", "clues": [["benzoin", [4, 2843, 0]], ["asa dulcis", [4, 2843, 1]], ["gum benjamin", [4, 2843, 2]], ["benjamin", [4, 2843, 3]]]}, {"answer": "gumminess", "hint": "synonyms for gumminess", "clues": [["ropiness", [4, 2844, 0]], ["gluiness", [4, 2844, 1]], ["viscidness", [4, 2844, 2]], ["cohesiveness", [4, 2844, 3]], ["tackiness", [4, 2844, 4]], ["glueyness", [4, 2844, 5]], ["viscidity", [4, 2844, 6]]]}, {"answer": "gumption", "hint": "synonyms for gumption", "clues": [["common sense", [4, 2845, 0]], ["mother wit", [4, 2845, 1]], ["sense", [4, 2845, 2]], ["good sense", [4, 2845, 3]], ["horse sense", [4, 2845, 4]], ["grit", [4, 2845, 5]], ["sand", [4, 2845, 6]], ["backbone", [4, 2845, 7]], ["moxie", [4, 2845, 8]], ["guts", [4, 2845, 9]]]}, {"answer": "gumshoe", "hint": "synonyms for gumshoe", "clues": [["rubber", [4, 2846, 0]], ["arctic", [4, 2846, 1]], ["galosh", [4, 2846, 2]], ["golosh", [4, 2846, 3]]]}, {"answer": "gun", "hint": "synonyms for gun", "clues": [["throttle", [4, 2847, 0]], ["heavy weapon", [4, 2847, 1]], ["artillery", [4, 2847, 2]], ["ordnance", [4, 2847, 3]], ["gas", [4, 2847, 4]], ["grease-gun", [4, 2847, 5]], ["accelerator pedal", [4, 2847, 6]], ["accelerator", [4, 2847, 7]], ["gas pedal", [4, 2847, 8]]]}, {"answer": "gunk", "hint": "synonyms for gunk", "clues": [["goop", [4, 2848, 0]], ["guck", [4, 2848, 1]], ["sludge", [4, 2848, 2]], ["ooze", [4, 2848, 3]], ["muck", [4, 2848, 4]], ["gook", [4, 2848, 5]], ["slime", [4, 2848, 6]]]}, {"answer": "gush", "hint": "synonyms for gush", "clues": [["outpouring", [4, 2849, 0]], ["ebullition", [4, 2849, 1]], ["flush", [4, 2849, 2]], ["effusion", [4, 2849, 3]], ["blowup", [4, 2849, 4]], ["outburst", [4, 2849, 5]]]}, {"answer": "gustatory_perception", "hint": "synonyms for gustatory perception", "clues": [["taste sensation", [4, 2850, 0]], ["taste", [4, 2850, 1]], ["gustatory sensation", [4, 2850, 2]], ["taste perception", [4, 2850, 3]]]}, {"answer": "gustatory_sensation", "hint": "synonyms for gustatory sensation", "clues": [["taste sensation", [4, 2851, 0]], ["taste", [4, 2851, 1]], ["gustatory perception", [4, 2851, 2]], ["taste perception", [4, 2851, 3]]]}, {"answer": "guts", "hint": "synonyms for guts", "clues": [["gut", [4, 2852, 0]], ["gumption", [4, 2852, 1]], ["sand", [4, 2852, 2]], ["backbone", [4, 2852, 3]], ["catgut", [4, 2852, 4]], ["moxie", [4, 2852, 5]], ["grit", [4, 2852, 6]]]}, {"answer": "gymnasium", "hint": "synonyms for gymnasium", "clues": [["lycee", [4, 2853, 0]], ["gym", [4, 2853, 1]], ["secondary school", [4, 2853, 2]], ["lyceum", [4, 2853, 3]], ["middle school", [4, 2853, 4]]]}, {"answer": "gyp", "hint": "synonyms for gyp", "clues": [["con", [4, 2854, 0]], ["con game", [4, 2854, 1]], ["confidence game", [4, 2854, 2]], ["confidence trick", [4, 2854, 3]], ["bunko", [4, 2854, 4]], ["hustle", [4, 2854, 5]], ["bunko game", [4, 2854, 6]], ["bunco", [4, 2854, 7]], ["flimflam", [4, 2854, 8]], ["sting", [4, 2854, 9]]]}, {"answer": "gyps", "hint": "synonyms for gyps", "clues": [["con", [4, 2855, 0]], ["con game", [4, 2855, 1]], ["confidence game", [4, 2855, 2]], ["gyp", [4, 2855, 3]], ["confidence trick", [4, 2855, 4]], ["bunko", [4, 2855, 5]], ["hustle", [4, 2855, 6]], ["bunko game", [4, 2855, 7]], ["bunco", [4, 2855, 8]], ["flimflam", [4, 2855, 9]], ["sting", [4, 2855, 10]]]}, {"answer": "gyre", "hint": "synonyms for gyre", "clues": [["curl", [4, 2856, 0]], ["whorl", [4, 2856, 1]], ["ringlet", [4, 2856, 2]], ["curlicue", [4, 2856, 3]], ["roll", [4, 2856, 4]], ["scroll", [4, 2856, 5]], ["coil", [4, 2856, 6]]]}, {"answer": "h", "hint": "synonyms for h", "clues": [["atomic number 1", [4, 2857, 0]], ["hydrogen", [4, 2857, 1]], ["henry", [4, 2857, 2]], ["total heat", [4, 2857, 3]], ["heat content", [4, 2857, 4]], ["enthalpy", [4, 2857, 5]]]}, {"answer": "ha-ha", "hint": "synonyms for ha-ha", "clues": [["horselaugh", [4, 2858, 0]], ["sunk fence", [4, 2858, 1]], ["hee-haw", [4, 2858, 2]], ["haw-haw", [4, 2858, 3]]]}, {"answer": "haberdashery", "hint": "synonyms for haberdashery", "clues": [["mens store", [4, 2859, 0]], ["haberdashery store", [4, 2859, 1]], ["clothing store", [4, 2859, 2]], ["men's furnishings", [4, 2859, 3]]]}, {"answer": "habiliment", "hint": "synonyms for habiliment", "clues": [["wearable", [4, 2860, 0]], ["vesture", [4, 2860, 1]], ["article of clothing", [4, 2860, 2]], ["clothing", [4, 2860, 3]], ["wear", [4, 2860, 4]]]}, {"answer": "habit", "hint": "synonyms for habit", "clues": [["riding habit", [4, 2861, 0]], ["wont", [4, 2861, 1]], ["drug abuse", [4, 2861, 2]], ["substance abuse", [4, 2861, 3]], ["use", [4, 2861, 4]]]}, {"answer": "habitation", "hint": "synonyms for habitation", "clues": [["domicile", [4, 2862, 0]], ["abode", [4, 2862, 1]], ["dwelling", [4, 2862, 2]], ["inhabitation", [4, 2862, 3]], ["home", [4, 2862, 4]], ["inhabitancy", [4, 2862, 5]], ["dwelling house", [4, 2862, 6]]]}, {"answer": "haem", "hint": "synonyms for haem", "clues": [["protoheme", [4, 2863, 0]], ["haemitin", [4, 2863, 1]], ["heme", [4, 2863, 2]], ["hematin", [4, 2863, 3]]]}, {"answer": "haemitin", "hint": "synonyms for haemitin", "clues": [["haem", [4, 2864, 0]], ["protoheme", [4, 2864, 1]], ["heme", [4, 2864, 2]], ["hematin", [4, 2864, 3]]]}, {"answer": "hairdressing", "hint": "synonyms for hairdressing", "clues": [["hair tonic", [4, 2865, 0]], ["hair care", [4, 2865, 1]], ["hair oil", [4, 2865, 2]], ["hair grease", [4, 2865, 3]]]}, {"answer": "half_a_dozen", "hint": "synonyms for half a dozen", "clues": [["sise", [4, 2866, 0]], ["sextuplet", [4, 2866, 1]], ["sestet", [4, 2866, 2]], ["hexad", [4, 2866, 3]], ["6", [4, 2866, 4]], ["sixer", [4, 2866, 5]], ["sextet", [4, 2866, 6]], ["six", [4, 2866, 7]]]}, {"answer": "half_boot", "hint": "synonyms for half boot", "clues": [["buskin", [4, 2867, 0]], ["desert boot", [4, 2867, 1]], ["top boot", [4, 2867, 2]], ["combat boot", [4, 2867, 3]]]}, {"answer": "hall", "hint": "synonyms for hall", "clues": [["antechamber", [4, 2868, 0]], ["lobby", [4, 2868, 1]], ["hallway", [4, 2868, 2]], ["dorm", [4, 2868, 3]], ["vestibule", [4, 2868, 4]], ["entrance hall", [4, 2868, 5]], ["dormitory", [4, 2868, 6]], ["manor hall", [4, 2868, 7]], ["mansion house", [4, 2868, 8]], ["foyer", [4, 2868, 9]], ["anteroom", [4, 2868, 10]], ["mansion", [4, 2868, 11]], ["residence hall", [4, 2868, 12]], ["residence", [4, 2868, 13]], ["manse", [4, 2868, 14]], ["student residence", [4, 2868, 15]]]}, {"answer": "hallmark", "hint": "synonyms for hallmark", "clues": [["assay-mark", [4, 2869, 0]], ["stylemark", [4, 2869, 1]], ["authentication", [4, 2869, 2]], ["earmark", [4, 2869, 3]], ["trademark", [4, 2869, 4]]]}, {"answer": "halo", "hint": "synonyms for halo", "clues": [["glory", [4, 2870, 0]], ["doughnut", [4, 2870, 1]], ["nimbus", [4, 2870, 2]], ["anchor ring", [4, 2870, 3]], ["aura", [4, 2870, 4]], ["ring", [4, 2870, 5]], ["aureole", [4, 2870, 6]], ["annulus", [4, 2870, 7]], ["gloriole", [4, 2870, 8]]]}, {"answer": "halter", "hint": "synonyms for halter", "clues": [["hempen necktie", [4, 2871, 0]], ["hangman's halter", [4, 2871, 1]], ["hemp", [4, 2871, 2]], ["hangman's rope", [4, 2871, 3]], ["hackamore", [4, 2871, 4]]]}, {"answer": "hammer", "hint": "synonyms for hammer", "clues": [["cock", [4, 2872, 0]], ["pound", [4, 2872, 1]], ["power hammer", [4, 2872, 2]], ["mallet", [4, 2872, 3]], ["hammering", [4, 2872, 4]]]}, {"answer": "hammock", "hint": "synonyms for hammock", "clues": [["hummock", [4, 2873, 0]], ["hillock", [4, 2873, 1]], ["sack", [4, 2873, 2]], ["knoll", [4, 2873, 3]], ["mound", [4, 2873, 4]]]}, {"answer": "hand", "hint": "synonyms for hand", "clues": [["script", [4, 2874, 0]], ["deal", [4, 2874, 1]], ["handwriting", [4, 2874, 2]], ["helping hand", [4, 2874, 3]]]}, {"answer": "hand-to-hand_struggle", "hint": "synonyms for hand-to-hand struggle", "clues": [["grappling", [4, 2875, 0]], ["wrestle", [4, 2875, 1]], ["grapple", [4, 2875, 2]], ["wrestling", [4, 2875, 3]]]}, {"answer": "hand_organ", "hint": "synonyms for hand organ", "clues": [["grind organ", [4, 2876, 0]], ["street organ", [4, 2876, 1]], ["hurdy-gurdy", [4, 2876, 2]], ["barrel organ", [4, 2876, 3]]]}, {"answer": "handbasin", "hint": "synonyms for handbasin", "clues": [["washbowl", [4, 2877, 0]], ["lavabo", [4, 2877, 1]], ["wash-hand basin", [4, 2877, 2]], ["washbasin", [4, 2877, 3]]]}, {"answer": "handbill", "hint": "synonyms for handbill", "clues": [["broadside", [4, 2878, 0]], ["circular", [4, 2878, 1]], ["flier", [4, 2878, 2]], ["broadsheet", [4, 2878, 3]], ["flyer", [4, 2878, 4]], ["bill", [4, 2878, 5]], ["throwaway", [4, 2878, 6]]]}, {"answer": "handicap", "hint": "synonyms for handicap", "clues": [["impediment", [4, 2879, 0]], ["check", [4, 2879, 1]], ["hinderance", [4, 2879, 2]], ["balk", [4, 2879, 3]], ["deterrent", [4, 2879, 4]]]}, {"answer": "hands", "hint": "synonyms for hands", "clues": [["manpower", [4, 2880, 0]], ["workforce", [4, 2880, 1]], ["hand", [4, 2880, 2]], ["deal", [4, 2880, 3]], ["script", [4, 2880, 4]], ["custody", [4, 2880, 5]], ["handwriting", [4, 2880, 6]], ["helping hand", [4, 2880, 7]]]}, {"answer": "hangman's_halter", "hint": "synonyms for hangman's halter", "clues": [["hemp", [4, 2881, 0]], ["hangman's rope", [4, 2881, 1]], ["hempen necktie", [4, 2881, 2]], ["halter", [4, 2881, 3]]]}, {"answer": "hangman's_rope", "hint": "synonyms for hangman's rope", "clues": [["hemp", [4, 2882, 0]], ["hangman's halter", [4, 2882, 1]], ["halter", [4, 2882, 2]], ["hempen necktie", [4, 2882, 3]]]}, {"answer": "hangout", "hint": "synonyms for hangout", "clues": [["repair", [4, 2883, 0]], ["haunt", [4, 2883, 1]], ["stamping ground", [4, 2883, 2]], ["resort", [4, 2883, 3]]]}, {"answer": "hanky_panky", "hint": "synonyms for hanky panky", "clues": [["hocus-pocus", [4, 2884, 0]], ["slickness", [4, 2884, 1]], ["skullduggery", [4, 2884, 2]], ["jiggery-pokery", [4, 2884, 3]], ["trickery", [4, 2884, 4]]]}, {"answer": "harbinger", "hint": "synonyms for harbinger", "clues": [["predecessor", [4, 2885, 0]], ["herald", [4, 2885, 1]], ["forerunner", [4, 2885, 2]], ["precursor", [4, 2885, 3]]]}, {"answer": "hard_drink", "hint": "synonyms for hard drink", "clues": [["strong drink", [4, 2886, 0]], ["spirits", [4, 2886, 1]], ["liquor", [4, 2886, 2]], ["booze", [4, 2886, 3]], ["hard liquor", [4, 2886, 4]]]}, {"answer": "hard_liquor", "hint": "synonyms for hard liquor", "clues": [["strong drink", [4, 2887, 0]], ["spirits", [4, 2887, 1]], ["liquor", [4, 2887, 2]], ["booze", [4, 2887, 3]], ["hard drink", [4, 2887, 4]]]}, {"answer": "hardening", "hint": "synonyms for hardening", "clues": [["solidifying", [4, 2888, 0]], ["curing", [4, 2888, 1]], ["set", [4, 2888, 2]], ["solidification", [4, 2888, 3]]]}, {"answer": "hardiness", "hint": "synonyms for hardiness", "clues": [["robustness", [4, 2889, 0]], ["hardihood", [4, 2889, 1]], ["boldness", [4, 2889, 2]], ["lustiness", [4, 2889, 3]], ["validity", [4, 2889, 4]], ["daring", [4, 2889, 5]]]}, {"answer": "hardness", "hint": "synonyms for hardness", "clues": [["callosity", [4, 2890, 0]], ["severity", [4, 2890, 1]], ["insensibility", [4, 2890, 2]], ["severeness", [4, 2890, 3]], ["rigour", [4, 2890, 4]], ["unfeelingness", [4, 2890, 5]], ["rigorousness", [4, 2890, 6]], ["callousness", [4, 2890, 7]], ["ruggedness", [4, 2890, 8]], ["harshness", [4, 2890, 9]], ["stiffness", [4, 2890, 10]], ["inclemency", [4, 2890, 11]]]}, {"answer": "hardship", "hint": "synonyms for hardship", "clues": [["asperity", [4, 2891, 0]], ["severity", [4, 2891, 1]], ["severeness", [4, 2891, 2]], ["rigour", [4, 2891, 3]], ["rigourousness", [4, 2891, 4]], ["grimness", [4, 2891, 5]]]}, {"answer": "hardtack", "hint": "synonyms for hardtack", "clues": [["pilot biscuit", [4, 2892, 0]], ["pilot bread", [4, 2892, 1]], ["ship biscuit", [4, 2892, 2]], ["sea biscuit", [4, 2892, 3]]]}, {"answer": "harlequinade", "hint": "synonyms for harlequinade", "clues": [["japery", [4, 2893, 0]], ["prank", [4, 2893, 1]], ["frivolity", [4, 2893, 2]], ["buffoonery", [4, 2893, 3]], ["clowning", [4, 2893, 4]]]}, {"answer": "harm", "hint": "synonyms for harm", "clues": [["impairment", [4, 2894, 0]], ["hurt", [4, 2894, 1]], ["scathe", [4, 2894, 2]], ["damage", [4, 2894, 3]]]}, {"answer": "harmony", "hint": "synonyms for harmony", "clues": [["concord", [4, 2895, 0]], ["harmoniousness", [4, 2895, 1]], ["concordance", [4, 2895, 2]], ["musical harmony", [4, 2895, 3]]]}, {"answer": "harshness", "hint": "synonyms for harshness", "clues": [["severity", [4, 2896, 0]], ["cruelty", [4, 2896, 1]], ["rigor", [4, 2896, 2]], ["stiffness", [4, 2896, 3]], ["severeness", [4, 2896, 4]], ["rigourousness", [4, 2896, 5]], ["abrasiveness", [4, 2896, 6]], ["roughness", [4, 2896, 7]], ["cruelness", [4, 2896, 8]], ["inclemency", [4, 2896, 9]], ["scratchiness", [4, 2896, 10]], ["hardness", [4, 2896, 11]]]}, {"answer": "hassle", "hint": "synonyms for hassle", "clues": [["scuffle", [4, 2897, 0]], ["rough-and-tumble", [4, 2897, 1]], ["fuss", [4, 2897, 2]], ["tussle", [4, 2897, 3]], ["bother", [4, 2897, 4]], ["dogfight", [4, 2897, 5]], ["trouble", [4, 2897, 6]]]}, {"answer": "hassock", "hint": "synonyms for hassock", "clues": [["pouffe", [4, 2898, 0]], ["puff", [4, 2898, 1]], ["ottoman", [4, 2898, 2]], ["pouf", [4, 2898, 3]]]}, {"answer": "haste", "hint": "synonyms for haste", "clues": [["hastiness", [4, 2899, 0]], ["precipitation", [4, 2899, 1]], ["hurry", [4, 2899, 2]], ["rush", [4, 2899, 3]], ["hurriedness", [4, 2899, 4]]]}, {"answer": "hastiness", "hint": "synonyms for hastiness", "clues": [["precipitation", [4, 2900, 0]], ["haste", [4, 2900, 1]], ["hurry", [4, 2900, 2]], ["hurriedness", [4, 2900, 3]]]}, {"answer": "hatchet_job", "hint": "synonyms for hatchet job", "clues": [["traducement", [4, 2901, 0]], ["defamation", [4, 2901, 1]], ["calumny", [4, 2901, 2]], ["obloquy", [4, 2901, 3]], ["calumniation", [4, 2901, 4]]]}, {"answer": "hatful", "hint": "synonyms for hatful", "clues": [["heap", [4, 2902, 0]], ["peck", [4, 2902, 1]], ["flock", [4, 2902, 2]], ["quite a little", [4, 2902, 3]], ["mess", [4, 2902, 4]], ["sight", [4, 2902, 5]], ["wad", [4, 2902, 6]], ["batch", [4, 2902, 7]], ["mickle", [4, 2902, 8]], ["stack", [4, 2902, 9]], ["passel", [4, 2902, 10]], ["deal", [4, 2902, 11]], ["plenty", [4, 2902, 12]], ["pile", [4, 2902, 13]], ["slew", [4, 2902, 14]], ["great deal", [4, 2902, 15]], ["spate", [4, 2902, 16]], ["muckle", [4, 2902, 17]], ["mint", [4, 2902, 18]], ["pot", [4, 2902, 19]], ["lot", [4, 2902, 20]], ["tidy sum", [4, 2902, 21]], ["good deal", [4, 2902, 22]], ["mass", [4, 2902, 23]], ["mountain", [4, 2902, 24]], ["raft", [4, 2902, 25]]]}, {"answer": "haughtiness", "hint": "synonyms for haughtiness", "clues": [["hauteur", [4, 2903, 0]], ["high-handedness", [4, 2903, 1]], ["arrogance", [4, 2903, 2]], ["lordliness", [4, 2903, 3]]]}, {"answer": "haunt", "hint": "synonyms for haunt", "clues": [["repair", [4, 2904, 0]], ["stamping ground", [4, 2904, 1]], ["hangout", [4, 2904, 2]], ["resort", [4, 2904, 3]]]}, {"answer": "hauteur", "hint": "synonyms for hauteur", "clues": [["lordliness", [4, 2905, 0]], ["haughtiness", [4, 2905, 1]], ["high-handedness", [4, 2905, 2]], ["arrogance", [4, 2905, 3]]]}, {"answer": "haversack", "hint": "synonyms for haversack", "clues": [["backpack", [4, 2906, 0]], ["packsack", [4, 2906, 1]], ["rucksack", [4, 2906, 2]], ["knapsack", [4, 2906, 3]]]}, {"answer": "haw-haw", "hint": "synonyms for haw-haw", "clues": [["horselaugh", [4, 2907, 0]], ["sunk fence", [4, 2907, 1]], ["hee-haw", [4, 2907, 2]], ["ha-ha", [4, 2907, 3]]]}, {"answer": "head", "hint": "synonyms for head", "clues": [["mind", [4, 2908, 0]], ["nous", [4, 2908, 1]], ["foreland", [4, 2908, 2]], ["drumhead", [4, 2908, 3]], ["pass", [4, 2908, 4]], ["heading", [4, 2908, 5]], ["brain", [4, 2908, 6]], ["read/write head", [4, 2908, 7]], ["promontory", [4, 2908, 8]], ["straits", [4, 2908, 9]], ["point", [4, 2908, 10]], ["headway", [4, 2908, 11]], ["oral sex", [4, 2908, 12]], ["forefront", [4, 2908, 13]], ["headland", [4, 2908, 14]], ["question", [4, 2908, 15]], ["header", [4, 2908, 16]], ["psyche", [4, 2908, 17]], ["headspring", [4, 2908, 18]], ["head word", [4, 2908, 19]], ["fountainhead", [4, 2908, 20]]]}, {"answer": "head_gate", "hint": "synonyms for head gate", "clues": [["penstock", [4, 2909, 0]], ["floodgate", [4, 2909, 1]], ["water gate", [4, 2909, 2]], ["sluice valve", [4, 2909, 3]], ["sluicegate", [4, 2909, 4]]]}, {"answer": "header", "hint": "synonyms for header", "clues": [["cope", [4, 2910, 0]], ["heading", [4, 2910, 1]], ["coping", [4, 2910, 2]], ["lintel", [4, 2910, 3]]]}, {"answer": "heading", "hint": "synonyms for heading", "clues": [["gallery", [4, 2911, 0]], ["header", [4, 2911, 1]], ["bearing", [4, 2911, 2]], ["aim", [4, 2911, 3]], ["drift", [4, 2911, 4]], ["head", [4, 2911, 5]]]}, {"answer": "headquarters", "hint": "synonyms for headquarters", "clues": [["home base", [4, 2912, 0]], ["central office", [4, 2912, 1]], ["home office", [4, 2912, 2]], ["military headquarters", [4, 2912, 3]], ["main office", [4, 2912, 4]]]}, {"answer": "headstone", "hint": "synonyms for headstone", "clues": [["key", [4, 2913, 0]], ["keystone", [4, 2913, 1]], ["gravestone", [4, 2913, 2]], ["tombstone", [4, 2913, 3]]]}, {"answer": "health_check", "hint": "synonyms for health check", "clues": [["medical", [4, 2914, 0]], ["medical examination", [4, 2914, 1]], ["medical exam", [4, 2914, 2]], ["medical checkup", [4, 2914, 3]], ["checkup", [4, 2914, 4]]]}, {"answer": "heap", "hint": "synonyms for heap", "clues": [["peck", [4, 2915, 0]], ["flock", [4, 2915, 1]], ["quite a little", [4, 2915, 2]], ["mess", [4, 2915, 3]], ["raft", [4, 2915, 4]], ["cumulation", [4, 2915, 5]], ["sight", [4, 2915, 6]], ["wad", [4, 2915, 7]], ["batch", [4, 2915, 8]], ["hatful", [4, 2915, 9]], ["jalopy", [4, 2915, 10]], ["mickle", [4, 2915, 11]], ["stack", [4, 2915, 12]], ["passel", [4, 2915, 13]], ["deal", [4, 2915, 14]], ["agglomerate", [4, 2915, 15]], ["plenty", [4, 2915, 16]], ["pile", [4, 2915, 17]], ["slew", [4, 2915, 18]], ["great deal", [4, 2915, 19]], ["spate", [4, 2915, 20]], ["muckle", [4, 2915, 21]], ["mint", [4, 2915, 22]], ["mound", [4, 2915, 23]], ["pot", [4, 2915, 24]], ["lot", [4, 2915, 25]], ["tidy sum", [4, 2915, 26]], ["cumulus", [4, 2915, 27]], ["good deal", [4, 2915, 28]], ["mass", [4, 2915, 29]], ["mountain", [4, 2915, 30]], ["bus", [4, 2915, 31]]]}, {"answer": "heart", "hint": "synonyms for heart", "clues": [["pith", [4, 2916, 0]], ["marrow", [4, 2916, 1]], ["nub", [4, 2916, 2]], ["affectionateness", [4, 2916, 3]], ["nerve", [4, 2916, 4]], ["sum", [4, 2916, 5]], ["tenderness", [4, 2916, 6]], ["gist", [4, 2916, 7]], ["spunk", [4, 2916, 8]], ["eye", [4, 2916, 9]], ["philia", [4, 2916, 10]], ["middle", [4, 2916, 11]], ["warmness", [4, 2916, 12]], ["mettle", [4, 2916, 13]], ["center", [4, 2916, 14]], ["warmheartedness", [4, 2916, 15]], ["bosom", [4, 2916, 16]], ["nitty-gritty", [4, 2916, 17]], ["centre", [4, 2916, 18]], ["inwardness", [4, 2916, 19]], ["spirit", [4, 2916, 20]], ["substance", [4, 2916, 21]], ["essence", [4, 2916, 22]], ["kernel", [4, 2916, 23]], ["heart and soul", [4, 2916, 24]], ["core", [4, 2916, 25]], ["meat", [4, 2916, 26]], ["affection", [4, 2916, 27]], ["fondness", [4, 2916, 28]]]}, {"answer": "heartbeat", "hint": "synonyms for heartbeat", "clues": [["flash", [4, 2917, 0]], ["instant", [4, 2917, 1]], ["jiffy", [4, 2917, 2]], ["trice", [4, 2917, 3]], ["split second", [4, 2917, 4]], ["blink of an eye", [4, 2917, 5]], ["wink", [4, 2917, 6]], ["pulse", [4, 2917, 7]], ["pulsation", [4, 2917, 8]], ["twinkling", [4, 2917, 9]], ["beat", [4, 2917, 10]]]}, {"answer": "hearts", "hint": "synonyms for hearts", "clues": [["heart", [4, 2918, 0]], ["tenderness", [4, 2918, 1]], ["spunk", [4, 2918, 2]], ["eye", [4, 2918, 3]], ["philia", [4, 2918, 4]], ["middle", [4, 2918, 5]], ["center", [4, 2918, 6]], ["warmheartedness", [4, 2918, 7]], ["bosom", [4, 2918, 8]], ["nitty-gritty", [4, 2918, 9]], ["centre", [4, 2918, 10]], ["spirit", [4, 2918, 11]], ["substance", [4, 2918, 12]], ["essence", [4, 2918, 13]], ["heart and soul", [4, 2918, 14]], ["core", [4, 2918, 15]], ["meat", [4, 2918, 16]], ["affection", [4, 2918, 17]], ["pith", [4, 2918, 18]], ["marrow", [4, 2918, 19]], ["nub", [4, 2918, 20]], ["affectionateness", [4, 2918, 21]], ["nerve", [4, 2918, 22]], ["sum", [4, 2918, 23]], ["gist", [4, 2918, 24]], ["warmness", [4, 2918, 25]], ["mettle", [4, 2918, 26]], ["inwardness", [4, 2918, 27]], ["kernel", [4, 2918, 28]], ["fondness", [4, 2918, 29]]]}, {"answer": "heartsease", "hint": "synonyms for heartsease", "clues": [["repose", [4, 2919, 0]], ["ataraxis", [4, 2919, 1]], ["serenity", [4, 2919, 2]], ["peace of mind", [4, 2919, 3]], ["peacefulness", [4, 2919, 4]], ["peace", [4, 2919, 5]]]}, {"answer": "heat", "hint": "synonyms for heat", "clues": [["warmth", [4, 2920, 0]], ["heating", [4, 2920, 1]], ["heating plant", [4, 2920, 2]], ["heating system", [4, 2920, 3]], ["hotness", [4, 2920, 4]], ["heat energy", [4, 2920, 5]], ["high temperature", [4, 2920, 6]], ["passion", [4, 2920, 7]]]}, {"answer": "heater", "hint": "synonyms for heater", "clues": [["bullet", [4, 2921, 0]], ["warmer", [4, 2921, 1]], ["smoke", [4, 2921, 2]], ["hummer", [4, 2921, 3]], ["fastball", [4, 2921, 4]]]}, {"answer": "heating", "hint": "synonyms for heating", "clues": [["warming", [4, 2922, 0]], ["heating system", [4, 2922, 1]], ["heat", [4, 2922, 2]], ["heating plant", [4, 2922, 3]]]}, {"answer": "heave", "hint": "synonyms for heave", "clues": [["heaving", [4, 2923, 0]], ["lift", [4, 2923, 1]], ["retch", [4, 2923, 2]], ["raise", [4, 2923, 3]]]}, {"answer": "heavens", "hint": "synonyms for heavens", "clues": [["nirvana", [4, 2924, 0]], ["celestial sphere", [4, 2924, 1]], ["paradise", [4, 2924, 2]], ["firmament", [4, 2924, 3]], ["welkin", [4, 2924, 4]], ["heaven", [4, 2924, 5]], ["promised land", [4, 2924, 6]], ["empyrean", [4, 2924, 7]], ["vault of heaven", [4, 2924, 8]], ["sphere", [4, 2924, 9]]]}, {"answer": "heaves", "hint": "synonyms for heaves", "clues": [["retch", [4, 2925, 0]], ["heave", [4, 2925, 1]], ["raise", [4, 2925, 2]], ["heaving", [4, 2925, 3]], ["lift", [4, 2925, 4]]]}, {"answer": "heaviness", "hint": "synonyms for heaviness", "clues": [["oppressiveness", [4, 2926, 0]], ["ponderousness", [4, 2926, 1]], ["weightiness", [4, 2926, 2]], ["burdensomeness", [4, 2926, 3]], ["thickness", [4, 2926, 4]]]}, {"answer": "heedlessness", "hint": "synonyms for heedlessness", "clues": [["inadvertency", [4, 2927, 0]], ["unmindfulness", [4, 2927, 1]], ["rashness", [4, 2927, 2]], ["mindlessness", [4, 2927, 3]], ["inattentiveness", [4, 2927, 4]]]}, {"answer": "heft", "hint": "synonyms for heft", "clues": [["ponderosity", [4, 2928, 0]], ["massiveness", [4, 2928, 1]], ["ponderousness", [4, 2928, 2]], ["heftiness", [4, 2928, 3]]]}, {"answer": "heftiness", "hint": "synonyms for heftiness", "clues": [["ponderosity", [4, 2929, 0]], ["sinew", [4, 2929, 1]], ["muscle", [4, 2929, 2]], ["massiveness", [4, 2929, 3]], ["brawn", [4, 2929, 4]], ["heft", [4, 2929, 5]], ["ponderousness", [4, 2929, 6]], ["brawniness", [4, 2929, 7]], ["muscularity", [4, 2929, 8]]]}, {"answer": "heights", "hint": "synonyms for heights", "clues": [["stature", [4, 2930, 0]], ["high", [4, 2930, 1]], ["height", [4, 2930, 2]], ["tallness", [4, 2930, 3]], ["altitude", [4, 2930, 4]]]}, {"answer": "heinousness", "hint": "synonyms for heinousness", "clues": [["barbarity", [4, 2931, 0]], ["barbarousness", [4, 2931, 1]], ["atrociousness", [4, 2931, 2]], ["atrocity", [4, 2931, 3]]]}, {"answer": "heist", "hint": "synonyms for heist", "clues": [["armed robbery", [4, 2932, 0]], ["rip-off", [4, 2932, 1]], ["stickup", [4, 2932, 2]], ["holdup", [4, 2932, 3]]]}, {"answer": "helix", "hint": "synonyms for helix", "clues": [["volute", [4, 2933, 0]], ["whorl", [4, 2933, 1]], ["spiral", [4, 2933, 2]], ["coil", [4, 2933, 3]]]}, {"answer": "hell", "hint": "synonyms for hell", "clues": [["hell on earth", [4, 2934, 0]], ["perdition", [4, 2934, 1]], ["hellhole", [4, 2934, 2]], ["nether region", [4, 2934, 3]], ["infernal region", [4, 2934, 4]], ["blaze", [4, 2934, 5]], ["pit", [4, 2934, 6]], ["inferno", [4, 2934, 7]], ["sin", [4, 2934, 8]], ["netherworld", [4, 2934, 9]], ["the pits", [4, 2934, 10]], ["underworld", [4, 2934, 11]], ["snake pit", [4, 2934, 12]]]}, {"answer": "hell_dust", "hint": "synonyms for hell dust", "clues": [["smack", [4, 2935, 0]], ["skag", [4, 2935, 1]], ["nose drops", [4, 2935, 2]], ["scag", [4, 2935, 3]], ["thunder", [4, 2935, 4]], ["big H", [4, 2935, 5]]]}, {"answer": "hell_on_earth", "hint": "synonyms for hell on earth", "clues": [["hellhole", [4, 2936, 0]], ["hell", [4, 2936, 1]], ["inferno", [4, 2936, 2]], ["the pits", [4, 2936, 3]], ["snake pit", [4, 2936, 4]]]}, {"answer": "hellhole", "hint": "synonyms for hellhole", "clues": [["hell on earth", [4, 2937, 0]], ["hell", [4, 2937, 1]], ["inferno", [4, 2937, 2]], ["the pits", [4, 2937, 3]], ["snake pit", [4, 2937, 4]]]}, {"answer": "hello", "hint": "synonyms for hello", "clues": [["how-do-you-do", [4, 2938, 0]], ["hullo", [4, 2938, 1]], ["hi", [4, 2938, 2]], ["howdy", [4, 2938, 3]]]}, {"answer": "help", "hint": "synonyms for help", "clues": [["assistance", [4, 2939, 0]], ["avail", [4, 2939, 1]], ["service", [4, 2939, 2]], ["aid", [4, 2939, 3]], ["assist", [4, 2939, 4]]]}, {"answer": "hematin", "hint": "synonyms for hematin", "clues": [["protoheme", [4, 2940, 0]], ["haem", [4, 2940, 1]], ["haemitin", [4, 2940, 2]], ["heme", [4, 2940, 3]]]}, {"answer": "heme", "hint": "synonyms for heme", "clues": [["protoheme", [4, 2941, 0]], ["haem", [4, 2941, 1]], ["haemitin", [4, 2941, 2]], ["hematin", [4, 2941, 3]]]}, {"answer": "hemp", "hint": "synonyms for hemp", "clues": [["hangman's rope", [4, 2942, 0]], ["hangman's halter", [4, 2942, 1]], ["halter", [4, 2942, 2]], ["hempen necktie", [4, 2942, 3]]]}, {"answer": "hempen_necktie", "hint": "synonyms for hempen necktie", "clues": [["hemp", [4, 2943, 0]], ["hangman's rope", [4, 2943, 1]], ["hangman's halter", [4, 2943, 2]], ["halter", [4, 2943, 3]]]}, {"answer": "hepatoflavin", "hint": "synonyms for hepatoflavin", "clues": [["vitamin B2", [4, 2944, 0]], ["riboflavin", [4, 2944, 1]], ["lactoflavin", [4, 2944, 2]], ["vitamin G", [4, 2944, 3]], ["ovoflavin", [4, 2944, 4]]]}, {"answer": "heptad", "hint": "synonyms for heptad", "clues": [["seven", [4, 2945, 0]], ["sevener", [4, 2945, 1]], ["septenary", [4, 2945, 2]], ["7", [4, 2945, 3]], ["septet", [4, 2945, 4]]]}, {"answer": "herald", "hint": "synonyms for herald", "clues": [["harbinger", [4, 2946, 0]], ["precursor", [4, 2946, 1]], ["predecessor", [4, 2946, 2]], ["forerunner", [4, 2946, 3]]]}, {"answer": "hero", "hint": "synonyms for hero", "clues": [["bomber", [4, 2947, 0]], ["torpedo", [4, 2947, 1]], ["submarine sandwich", [4, 2947, 2]], ["hoagie", [4, 2947, 3]], ["poor boy", [4, 2947, 4]], ["hero sandwich", [4, 2947, 5]], ["hoagy", [4, 2947, 6]], ["submarine", [4, 2947, 7]], ["grinder", [4, 2947, 8]], ["wedge", [4, 2947, 9]], ["zep", [4, 2947, 10]], ["sub", [4, 2947, 11]]]}, {"answer": "hero_sandwich", "hint": "synonyms for hero sandwich", "clues": [["bomber", [4, 2948, 0]], ["torpedo", [4, 2948, 1]], ["submarine sandwich", [4, 2948, 2]], ["hoagie", [4, 2948, 3]], ["poor boy", [4, 2948, 4]], ["hero", [4, 2948, 5]], ["hoagy", [4, 2948, 6]], ["submarine", [4, 2948, 7]], ["grinder", [4, 2948, 8]], ["wedge", [4, 2948, 9]], ["zep", [4, 2948, 10]], ["sub", [4, 2948, 11]]]}, {"answer": "heroism", "hint": "synonyms for heroism", "clues": [["gallantry", [4, 2949, 0]], ["valorousness", [4, 2949, 1]], ["valour", [4, 2949, 2]], ["valiance", [4, 2949, 3]]]}, {"answer": "hertz", "hint": "synonyms for hertz", "clues": [["cycle per second", [4, 2950, 0]], ["cps", [4, 2950, 1]], ["cycles/second", [4, 2950, 2]], ["cycle", [4, 2950, 3]]]}, {"answer": "hesitancy", "hint": "synonyms for hesitancy", "clues": [["reluctance", [4, 2951, 0]], ["hesitance", [4, 2951, 1]], ["disinclination", [4, 2951, 2]], ["indisposition", [4, 2951, 3]], ["hesitation", [4, 2951, 4]]]}, {"answer": "hesitation", "hint": "synonyms for hesitation", "clues": [["vacillation", [4, 2952, 0]], ["falter", [4, 2952, 1]], ["indisposition", [4, 2952, 2]], ["waver", [4, 2952, 3]], ["reluctance", [4, 2952, 4]], ["hesitancy", [4, 2952, 5]], ["disinclination", [4, 2952, 6]]]}, {"answer": "hexad", "hint": "synonyms for hexad", "clues": [["sise", [4, 2953, 0]], ["half a dozen", [4, 2953, 1]], ["sextuplet", [4, 2953, 2]], ["sestet", [4, 2953, 3]], ["6", [4, 2953, 4]], ["sixer", [4, 2953, 5]], ["sextet", [4, 2953, 6]], ["six", [4, 2953, 7]]]}, {"answer": "heyday", "hint": "synonyms for heyday", "clues": [["bloom", [4, 2954, 0]], ["flower", [4, 2954, 1]], ["efflorescence", [4, 2954, 2]], ["flush", [4, 2954, 3]], ["peak", [4, 2954, 4]], ["prime", [4, 2954, 5]], ["blossom", [4, 2954, 6]]]}, {"answer": "hg", "hint": "synonyms for hg", "clues": [["mercury", [4, 2955, 0]], ["hydrargyrum", [4, 2955, 1]], ["atomic number 80", [4, 2955, 2]], ["hectogram", [4, 2955, 3]], ["quicksilver", [4, 2955, 4]]]}, {"answer": "hi", "hint": "synonyms for hi", "clues": [["how-do-you-do", [4, 2956, 0]], ["hullo", [4, 2956, 1]], ["howdy", [4, 2956, 2]], ["hello", [4, 2956, 3]]]}, {"answer": "hiatus", "hint": "synonyms for hiatus", "clues": [["reprieve", [4, 2957, 0]], ["suspension", [4, 2957, 1]], ["abatement", [4, 2957, 2]], ["respite", [4, 2957, 3]]]}, {"answer": "hidrosis", "hint": "synonyms for hidrosis", "clues": [["sweating", [4, 2958, 0]], ["perspiration", [4, 2958, 1]], ["sudation", [4, 2958, 2]], ["diaphoresis", [4, 2958, 3]]]}, {"answer": "high-handedness", "hint": "synonyms for high-handedness", "clues": [["hauteur", [4, 2959, 0]], ["haughtiness", [4, 2959, 1]], ["lordliness", [4, 2959, 2]], ["arrogance", [4, 2959, 3]]]}, {"answer": "high_hat", "hint": "synonyms for high hat", "clues": [["topper", [4, 2960, 0]], ["high-hat cymbal", [4, 2960, 1]], ["opera hat", [4, 2960, 2]], ["stovepipe", [4, 2960, 3]], ["top hat", [4, 2960, 4]], ["silk hat", [4, 2960, 5]], ["dress hat", [4, 2960, 6]], ["beaver", [4, 2960, 7]]]}, {"answer": "high_life", "hint": "synonyms for high life", "clues": [["prodigality", [4, 2961, 0]], ["extravagance", [4, 2961, 1]], ["lavishness", [4, 2961, 2]], ["highlife", [4, 2961, 3]]]}, {"answer": "high_noon", "hint": "synonyms for high noon", "clues": [["noonday", [4, 2962, 0]], ["noon", [4, 2962, 1]], ["midday", [4, 2962, 2]], ["twelve noon", [4, 2962, 3]], ["noontide", [4, 2962, 4]]]}, {"answer": "high_school", "hint": "synonyms for high school", "clues": [["high", [4, 2963, 0]], ["senior high school", [4, 2963, 1]], ["senior high", [4, 2963, 2]], ["highschool", [4, 2963, 3]]]}, {"answer": "high_society", "hint": "synonyms for high society", "clues": [["society", [4, 2964, 0]], ["bon ton", [4, 2964, 1]], ["beau monde", [4, 2964, 2]], ["smart set", [4, 2964, 3]]]}, {"answer": "highlife", "hint": "synonyms for highlife", "clues": [["prodigality", [4, 2965, 0]], ["extravagance", [4, 2965, 1]], ["lavishness", [4, 2965, 2]], ["high life", [4, 2965, 3]]]}, {"answer": "highschool", "hint": "synonyms for highschool", "clues": [["high", [4, 2966, 0]], ["senior high school", [4, 2966, 1]], ["senior high", [4, 2966, 2]], ["high school", [4, 2966, 3]]]}, {"answer": "hike", "hint": "synonyms for hike", "clues": [["cost increase", [4, 2967, 0]], ["rise", [4, 2967, 1]], ["hiking", [4, 2967, 2]], ["tramp", [4, 2967, 3]], ["wage hike", [4, 2967, 4]], ["wage increase", [4, 2967, 5]], ["salary increase", [4, 2967, 6]], ["boost", [4, 2967, 7]]]}, {"answer": "hilarity", "hint": "synonyms for hilarity", "clues": [["gleefulness", [4, 2968, 0]], ["glee", [4, 2968, 1]], ["mirthfulness", [4, 2968, 2]], ["mirth", [4, 2968, 3]]]}, {"answer": "hinderance", "hint": "synonyms for hinderance", "clues": [["incumbrance", [4, 2969, 0]], ["impediment", [4, 2969, 1]], ["check", [4, 2969, 2]], ["hindrance", [4, 2969, 3]], ["interference", [4, 2969, 4]], ["preventative", [4, 2969, 5]], ["balk", [4, 2969, 6]], ["handicap", [4, 2969, 7]], ["deterrent", [4, 2969, 8]], ["hitch", [4, 2969, 9]]]}, {"answer": "hindrance", "hint": "synonyms for hindrance", "clues": [["incumbrance", [4, 2970, 0]], ["impediment", [4, 2970, 1]], ["check", [4, 2970, 2]], ["interference", [4, 2970, 3]], ["preventative", [4, 2970, 4]], ["hinderance", [4, 2970, 5]], ["balk", [4, 2970, 6]], ["handicap", [4, 2970, 7]], ["deterrent", [4, 2970, 8]], ["hitch", [4, 2970, 9]]]}, {"answer": "hint", "hint": "synonyms for hint", "clues": [["speck", [4, 2971, 0]], ["touch", [4, 2971, 1]], ["mite", [4, 2971, 2]], ["tinge", [4, 2971, 3]], ["clue", [4, 2971, 4]], ["breath", [4, 2971, 5]], ["soupcon", [4, 2971, 6]], ["suggestion", [4, 2971, 7]], ["confidential information", [4, 2971, 8]], ["tip", [4, 2971, 9]], ["intimation", [4, 2971, 10]], ["jot", [4, 2971, 11]], ["trace", [4, 2971, 12]], ["lead", [4, 2971, 13]], ["wind", [4, 2971, 14]], ["steer", [4, 2971, 15]], ["pinch", [4, 2971, 16]]]}, {"answer": "hire_car", "hint": "synonyms for hire car", "clues": [["rent-a-car", [4, 2972, 0]], ["u-drive", [4, 2972, 1]], ["self-drive", [4, 2972, 2]], ["car rental", [4, 2972, 3]]]}, {"answer": "hiss", "hint": "synonyms for hiss", "clues": [["raspberry", [4, 2973, 0]], ["snort", [4, 2973, 1]], ["sibilation", [4, 2973, 2]], ["boo", [4, 2973, 3]], ["hissing", [4, 2973, 4]], ["hushing", [4, 2973, 5]], ["razzing", [4, 2973, 6]], ["fizzle", [4, 2973, 7]], ["bird", [4, 2973, 8]], ["hoot", [4, 2973, 9]]]}, {"answer": "hissing", "hint": "synonyms for hissing", "clues": [["hiss", [4, 2974, 0]], ["fizzle", [4, 2974, 1]], ["hushing", [4, 2974, 2]], ["sibilation", [4, 2974, 3]]]}, {"answer": "hit", "hint": "synonyms for hit", "clues": [["striking", [4, 2975, 0]], ["collision", [4, 2975, 1]], ["strike", [4, 2975, 2]], ["smasher", [4, 2975, 3]], ["hitting", [4, 2975, 4]], ["bang", [4, 2975, 5]], ["smash", [4, 2975, 6]]]}, {"answer": "hitch", "hint": "synonyms for hitch", "clues": [["incumbrance", [4, 2976, 0]], ["tour of duty", [4, 2976, 1]], ["snag", [4, 2976, 2]], ["limp", [4, 2976, 3]], ["hindrance", [4, 2976, 4]], ["interference", [4, 2976, 5]], ["rub", [4, 2976, 6]], ["hobble", [4, 2976, 7]], ["preventative", [4, 2976, 8]], ["tour", [4, 2976, 9]], ["hang-up", [4, 2976, 10]], ["enlistment", [4, 2976, 11]], ["duty tour", [4, 2976, 12]], ["term of enlistment", [4, 2976, 13]]]}, {"answer": "hoagie", "hint": "synonyms for hoagie", "clues": [["bomber", [4, 2977, 0]], ["torpedo", [4, 2977, 1]], ["submarine sandwich", [4, 2977, 2]], ["poor boy", [4, 2977, 3]], ["hero sandwich", [4, 2977, 4]], ["hero", [4, 2977, 5]], ["hoagy", [4, 2977, 6]], ["submarine", [4, 2977, 7]], ["grinder", [4, 2977, 8]], ["wedge", [4, 2977, 9]], ["zep", [4, 2977, 10]], ["sub", [4, 2977, 11]]]}, {"answer": "hoagy", "hint": "synonyms for hoagy", "clues": [["bomber", [4, 2978, 0]], ["torpedo", [4, 2978, 1]], ["submarine sandwich", [4, 2978, 2]], ["hoagie", [4, 2978, 3]], ["poor boy", [4, 2978, 4]], ["hero sandwich", [4, 2978, 5]], ["hero", [4, 2978, 6]], ["submarine", [4, 2978, 7]], ["grinder", [4, 2978, 8]], ["wedge", [4, 2978, 9]], ["zep", [4, 2978, 10]], ["sub", [4, 2978, 11]]]}, {"answer": "hoax", "hint": "synonyms for hoax", "clues": [["dupery", [4, 2979, 0]], ["fraud", [4, 2979, 1]], ["put-on", [4, 2979, 2]], ["fraudulence", [4, 2979, 3]], ["humbug", [4, 2979, 4]]]}, {"answer": "hobby", "hint": "synonyms for hobby", "clues": [["hobbyhorse", [4, 2980, 0]], ["rocking horse", [4, 2980, 1]], ["pursuit", [4, 2980, 2]], ["sideline", [4, 2980, 3]], ["avocation", [4, 2980, 4]], ["spare-time activity", [4, 2980, 5]], ["by-line", [4, 2980, 6]]]}, {"answer": "hocus-pocus", "hint": "synonyms for hocus-pocus", "clues": [["hanky panky", [4, 2981, 0]], ["slickness", [4, 2981, 1]], ["skullduggery", [4, 2981, 2]], ["jiggery-pokery", [4, 2981, 3]], ["trickery", [4, 2981, 4]]]}, {"answer": "hodgepodge", "hint": "synonyms for hodgepodge", "clues": [["farrago", [4, 2982, 0]], ["jumble", [4, 2982, 1]], ["ragbag", [4, 2982, 2]], ["patchwork", [4, 2982, 3]], ["hotchpotch", [4, 2982, 4]], ["omnium-gatherum", [4, 2982, 5]], ["odds and ends", [4, 2982, 6]], ["gallimaufry", [4, 2982, 7]], ["mingle-mangle", [4, 2982, 8]], ["oddments", [4, 2982, 9]], ["mishmash", [4, 2982, 10]], ["melange", [4, 2982, 11]]]}, {"answer": "hogwash", "hint": "synonyms for hogwash", "clues": [["rot", [4, 2983, 0]], ["bunk", [4, 2983, 1]], ["guff", [4, 2983, 2]], ["bunkum", [4, 2983, 3]], ["buncombe", [4, 2983, 4]]]}, {"answer": "hoi_polloi", "hint": "synonyms for hoi polloi", "clues": [["multitude", [4, 2984, 0]], ["the great unwashed", [4, 2984, 1]], ["masses", [4, 2984, 2]], ["people", [4, 2984, 3]]]}, {"answer": "hokum", "hint": "synonyms for hokum", "clues": [["nonsensicality", [4, 2985, 0]], ["bunk", [4, 2985, 1]], ["meaninglessness", [4, 2985, 2]], ["nonsense", [4, 2985, 3]]]}, {"answer": "hold", "hint": "synonyms for hold", "clues": [["handgrip", [4, 2986, 0]], ["clasp", [4, 2986, 1]], ["grip", [4, 2986, 2]], ["cargo area", [4, 2986, 3]], ["grasp", [4, 2986, 4]], ["cargo hold", [4, 2986, 5]], ["storage area", [4, 2986, 6]], ["appreciation", [4, 2986, 7]], ["cargo deck", [4, 2986, 8]], ["keep", [4, 2986, 9]], ["delay", [4, 2986, 10]], ["clutch", [4, 2986, 11]], ["time lag", [4, 2986, 12]], ["wait", [4, 2986, 13]], ["clench", [4, 2986, 14]], ["handle", [4, 2986, 15]], ["postponement", [4, 2986, 16]]]}, {"answer": "holding", "hint": "synonyms for holding", "clues": [["belongings", [4, 2987, 0]], ["retention", [4, 2987, 1]], ["property", [4, 2987, 2]], ["keeping", [4, 2987, 3]]]}, {"answer": "holdup", "hint": "synonyms for holdup", "clues": [["armed robbery", [4, 2988, 0]], ["stickup", [4, 2988, 1]], ["heist", [4, 2988, 2]], ["delay", [4, 2988, 3]]]}, {"answer": "holla", "hint": "synonyms for holla", "clues": [["roar", [4, 2989, 0]], ["hollering", [4, 2989, 1]], ["holloa", [4, 2989, 2]], ["bellow", [4, 2989, 3]], ["yowl", [4, 2989, 4]]]}, {"answer": "holler", "hint": "synonyms for holler", "clues": [["roar", [4, 2990, 0]], ["hollering", [4, 2990, 1]], ["holloa", [4, 2990, 2]], ["bellow", [4, 2990, 3]], ["hollow", [4, 2990, 4]], ["yowl", [4, 2990, 5]]]}, {"answer": "hollering", "hint": "synonyms for hollering", "clues": [["roar", [4, 2991, 0]], ["holloa", [4, 2991, 1]], ["bellow", [4, 2991, 2]], ["holler", [4, 2991, 3]], ["yowl", [4, 2991, 4]]]}, {"answer": "hollo", "hint": "synonyms for hollo", "clues": [["roar", [4, 2992, 0]], ["hollering", [4, 2992, 1]], ["holloa", [4, 2992, 2]], ["bellow", [4, 2992, 3]], ["yowl", [4, 2992, 4]]]}, {"answer": "holloa", "hint": "synonyms for holloa", "clues": [["roar", [4, 2993, 0]], ["hollering", [4, 2993, 1]], ["bellow", [4, 2993, 2]], ["holla", [4, 2993, 3]], ["hollo", [4, 2993, 4]], ["yowl", [4, 2993, 5]]]}, {"answer": "home_base", "hint": "synonyms for home base", "clues": [["main office", [4, 2994, 0]], ["central office", [4, 2994, 1]], ["home office", [4, 2994, 2]], ["home plate", [4, 2994, 3]], ["plate", [4, 2994, 4]], ["home", [4, 2994, 5]], ["headquarters", [4, 2994, 6]]]}, {"answer": "home_office", "hint": "synonyms for home office", "clues": [["home base", [4, 2995, 0]], ["main office", [4, 2995, 1]], ["central office", [4, 2995, 2]], ["headquarters", [4, 2995, 3]]]}, {"answer": "home_run", "hint": "synonyms for home run", "clues": [["bell ringer", [4, 2996, 0]], ["bull's eye", [4, 2996, 1]], ["mark", [4, 2996, 2]], ["homer", [4, 2996, 3]]]}, {"answer": "homeland", "hint": "synonyms for homeland", "clues": [["motherland", [4, 2997, 0]], ["fatherland", [4, 2997, 1]], ["country of origin", [4, 2997, 2]], ["native land", [4, 2997, 3]], ["mother country", [4, 2997, 4]]]}, {"answer": "homoeroticism", "hint": "synonyms for homoeroticism", "clues": [["homosexualism", [4, 2998, 0]], ["homosexuality", [4, 2998, 1]], ["gayness", [4, 2998, 2]], ["queerness", [4, 2998, 3]]]}, {"answer": "homosexualism", "hint": "synonyms for homosexualism", "clues": [["homosexuality", [4, 2999, 0]], ["gayness", [4, 2999, 1]], ["homoeroticism", [4, 2999, 2]], ["queerness", [4, 2999, 3]]]}, {"answer": "homosexuality", "hint": "synonyms for homosexuality", "clues": [["homosexualism", [4, 3000, 0]], ["gayness", [4, 3000, 1]], ["homoeroticism", [4, 3000, 2]], ["queerness", [4, 3000, 3]]]}, {"answer": "honey_oil", "hint": "synonyms for honey oil", "clues": [["jet", [4, 3001, 0]], ["super acid", [4, 3001, 1]], ["super C", [4, 3001, 2]], ["special K", [4, 3001, 3]], ["green", [4, 3001, 4]], ["cat valium", [4, 3001, 5]]]}, {"answer": "honor", "hint": "synonyms for honor", "clues": [["honour", [4, 3002, 0]], ["pureness", [4, 3002, 1]], ["laurels", [4, 3002, 2]], ["purity", [4, 3002, 3]], ["award", [4, 3002, 4]], ["accolade", [4, 3002, 5]]]}, {"answer": "honour", "hint": "synonyms for honour", "clues": [["pureness", [4, 3003, 0]], ["laurels", [4, 3003, 1]], ["honor", [4, 3003, 2]], ["award", [4, 3003, 3]], ["purity", [4, 3003, 4]], ["accolade", [4, 3003, 5]]]}, {"answer": "honours", "hint": "synonyms for honours", "clues": [["honour", [4, 3004, 0]], ["accolade", [4, 3004, 1]], ["honours degree", [4, 3004, 2]], ["laurels", [4, 3004, 3]], ["pureness", [4, 3004, 4]], ["award", [4, 3004, 5]], ["purity", [4, 3004, 6]]]}, {"answer": "hood", "hint": "synonyms for hood", "clues": [["cap", [4, 3005, 0]], ["bonnet", [4, 3005, 1]], ["exhaust hood", [4, 3005, 2]], ["lens hood", [4, 3005, 3]], ["cowl", [4, 3005, 4]]]}, {"answer": "hoodoo", "hint": "synonyms for hoodoo", "clues": [["voodoo", [4, 3006, 0]], ["juju", [4, 3006, 1]], ["fetich", [4, 3006, 2]], ["fetish", [4, 3006, 3]]]}, {"answer": "hook", "hint": "synonyms for hook", "clues": [["claw", [4, 3007, 0]], ["bait", [4, 3007, 1]], ["crotchet", [4, 3007, 2]], ["hooking", [4, 3007, 3]], ["hook shot", [4, 3007, 4]], ["sweetener", [4, 3007, 5]], ["lure", [4, 3007, 6]], ["come-on", [4, 3007, 7]], ["draw", [4, 3007, 8]]]}, {"answer": "hookah", "hint": "synonyms for hookah", "clues": [["nargileh", [4, 3008, 0]], ["hubble-bubble", [4, 3008, 1]], ["calean", [4, 3008, 2]], ["chicha", [4, 3008, 3]], ["sheesha", [4, 3008, 4]], ["shisha", [4, 3008, 5]], ["hubbly-bubbly", [4, 3008, 6]], ["kalian", [4, 3008, 7]], ["water pipe", [4, 3008, 8]]]}, {"answer": "hooks", "hint": "synonyms for hooks", "clues": [["claw", [4, 3009, 0]], ["hook", [4, 3009, 1]], ["bait", [4, 3009, 2]], ["crotchet", [4, 3009, 3]], ["hook shot", [4, 3009, 4]], ["sweetener", [4, 3009, 5]], ["lure", [4, 3009, 6]], ["come-on", [4, 3009, 7]], ["draw", [4, 3009, 8]]]}, {"answer": "hoop", "hint": "synonyms for hoop", "clues": [["ring", [4, 3010, 0]], ["basketball hoop", [4, 3010, 1]], ["wicket", [4, 3010, 2]], ["basket", [4, 3010, 3]]]}, {"answer": "hoops", "hint": "synonyms for hoops", "clues": [["basketball hoop", [4, 3011, 0]], ["hoop", [4, 3011, 1]], ["basket", [4, 3011, 2]], ["wicket", [4, 3011, 3]], ["basketball", [4, 3011, 4]], ["ring", [4, 3011, 5]], ["basketball game", [4, 3011, 6]]]}, {"answer": "hoot", "hint": "synonyms for hoot", "clues": [["hiss", [4, 3012, 0]], ["raspberry", [4, 3012, 1]], ["snort", [4, 3012, 2]], ["tinker's dam", [4, 3012, 3]], ["boo", [4, 3012, 4]], ["red cent", [4, 3012, 5]], ["razzing", [4, 3012, 6]], ["bird", [4, 3012, 7]], ["shucks", [4, 3012, 8]], ["damn", [4, 3012, 9]], ["darn", [4, 3012, 10]], ["shit", [4, 3012, 11]]]}, {"answer": "hooter", "hint": "synonyms for hooter", "clues": [["car horn", [4, 3013, 0]], ["horn", [4, 3013, 1]], ["automobile horn", [4, 3013, 2]], ["motor horn", [4, 3013, 3]]]}, {"answer": "horde", "hint": "synonyms for horde", "clues": [["legion", [4, 3014, 0]], ["swarm", [4, 3014, 1]], ["host", [4, 3014, 2]], ["drove", [4, 3014, 3]]]}, {"answer": "horizon", "hint": "synonyms for horizon", "clues": [["apparent horizon", [4, 3015, 0]], ["skyline", [4, 3015, 1]], ["view", [4, 3015, 2]], ["visible horizon", [4, 3015, 3]], ["sensible horizon", [4, 3015, 4]], ["celestial horizon", [4, 3015, 5]], ["purview", [4, 3015, 6]]]}, {"answer": "horn", "hint": "synonyms for horn", "clues": [["trump", [4, 3016, 0]], ["hooter", [4, 3016, 1]], ["cornet", [4, 3016, 2]], ["car horn", [4, 3016, 3]], ["motor horn", [4, 3016, 4]], ["automobile horn", [4, 3016, 5]], ["trumpet", [4, 3016, 6]], ["saddle horn", [4, 3016, 7]]]}, {"answer": "horripilation", "hint": "synonyms for horripilation", "clues": [["goose bump", [4, 3017, 0]], ["gooseflesh", [4, 3017, 1]], ["goose pimple", [4, 3017, 2]], ["pilomotor reflex", [4, 3017, 3]], ["goose skin", [4, 3017, 4]]]}, {"answer": "horse", "hint": "synonyms for horse", "clues": [["sawbuck", [4, 3018, 0]], ["sawhorse", [4, 3018, 1]], ["horse cavalry", [4, 3018, 2]], ["knight", [4, 3018, 3]], ["gymnastic horse", [4, 3018, 4]], ["cavalry", [4, 3018, 5]], ["buck", [4, 3018, 6]]]}, {"answer": "horse_sense", "hint": "synonyms for horse sense", "clues": [["common sense", [4, 3019, 0]], ["mother wit", [4, 3019, 1]], ["sense", [4, 3019, 2]], ["good sense", [4, 3019, 3]], ["gumption", [4, 3019, 4]]]}, {"answer": "horseshit", "hint": "synonyms for horseshit", "clues": [["shit", [4, 3020, 0]], ["bullshit", [4, 3020, 1]], ["crap", [4, 3020, 2]], ["dogshit", [4, 3020, 3]], ["bull", [4, 3020, 4]]]}, {"answer": "hostel", "hint": "synonyms for hostel", "clues": [["inn", [4, 3021, 0]], ["student lodging", [4, 3021, 1]], ["lodge", [4, 3021, 2]], ["hostelry", [4, 3021, 3]], ["youth hostel", [4, 3021, 4]], ["auberge", [4, 3021, 5]]]}, {"answer": "hostelry", "hint": "synonyms for hostelry", "clues": [["inn", [4, 3022, 0]], ["lodge", [4, 3022, 1]], ["hostel", [4, 3022, 2]], ["auberge", [4, 3022, 3]]]}, {"answer": "hostilities", "hint": "synonyms for hostilities", "clues": [["enmity", [4, 3023, 0]], ["aggression", [4, 3023, 1]], ["belligerency", [4, 3023, 2]], ["ill will", [4, 3023, 3]], ["hostility", [4, 3023, 4]]]}, {"answer": "hot_air", "hint": "synonyms for hot air", "clues": [["empty talk", [4, 3024, 0]], ["rhetoric", [4, 3024, 1]], ["palaver", [4, 3024, 2]], ["empty words", [4, 3024, 3]]]}, {"answer": "hot_cake", "hint": "synonyms for hot cake", "clues": [["battercake", [4, 3025, 0]], ["flapcake", [4, 3025, 1]], ["hotcake", [4, 3025, 2]], ["griddlecake", [4, 3025, 3]], ["flannel cake", [4, 3025, 4]], ["pancake", [4, 3025, 5]], ["flapjack", [4, 3025, 6]]]}, {"answer": "hot_dog", "hint": "synonyms for hot dog", "clues": [["dog", [4, 3026, 0]], ["frankfurter", [4, 3026, 1]], ["hotdog", [4, 3026, 2]], ["wienerwurst", [4, 3026, 3]], ["weenie", [4, 3026, 4]], ["red hot", [4, 3026, 5]], ["wiener", [4, 3026, 6]], ["frank", [4, 3026, 7]]]}, {"answer": "hotcake", "hint": "synonyms for hotcake", "clues": [["battercake", [4, 3027, 0]], ["flapcake", [4, 3027, 1]], ["hot cake", [4, 3027, 2]], ["griddlecake", [4, 3027, 3]], ["flannel cake", [4, 3027, 4]], ["pancake", [4, 3027, 5]], ["flapjack", [4, 3027, 6]]]}, {"answer": "hotchpotch", "hint": "synonyms for hotchpotch", "clues": [["farrago", [4, 3028, 0]], ["ragbag", [4, 3028, 1]], ["hodgepodge", [4, 3028, 2]], ["omnium-gatherum", [4, 3028, 3]], ["odds and ends", [4, 3028, 4]], ["gallimaufry", [4, 3028, 5]], ["mingle-mangle", [4, 3028, 6]], ["oddments", [4, 3028, 7]], ["mishmash", [4, 3028, 8]], ["melange", [4, 3028, 9]]]}, {"answer": "hotdog", "hint": "synonyms for hotdog", "clues": [["dog", [4, 3029, 0]], ["hot dog", [4, 3029, 1]], ["frankfurter", [4, 3029, 2]], ["wienerwurst", [4, 3029, 3]], ["weenie", [4, 3029, 4]], ["red hot", [4, 3029, 5]], ["wiener", [4, 3029, 6]], ["frank", [4, 3029, 7]]]}, {"answer": "hour", "hint": "synonyms for hour", "clues": [["60 minutes", [4, 3030, 0]], ["time of day", [4, 3030, 1]], ["minute", [4, 3030, 2]], ["hr", [4, 3030, 3]]]}, {"answer": "hours", "hint": "synonyms for hours", "clues": [["60 minutes", [4, 3031, 0]], ["hour", [4, 3031, 1]], ["minute", [4, 3031, 2]], ["hr", [4, 3031, 3]], ["time of day", [4, 3031, 4]]]}, {"answer": "house", "hint": "synonyms for house", "clues": [["theatre", [4, 3032, 0]], ["sign", [4, 3032, 1]], ["business firm", [4, 3032, 2]], ["home", [4, 3032, 3]], ["firm", [4, 3032, 4]], ["star sign", [4, 3032, 5]], ["menage", [4, 3032, 6]], ["planetary house", [4, 3032, 7]], ["household", [4, 3032, 8]], ["family", [4, 3032, 9]], ["sign of the zodiac", [4, 3032, 10]], ["mansion", [4, 3032, 11]]]}, {"answer": "house_of_god", "hint": "synonyms for house of god", "clues": [["house of prayer", [4, 3033, 0]], ["house of God", [4, 3033, 1]], ["house of worship", [4, 3033, 2]], ["place of worship", [4, 3033, 3]]]}, {"answer": "house_of_ill_repute", "hint": "synonyms for house of ill repute", "clues": [["house of prostitution", [4, 3034, 0]], ["sporting house", [4, 3034, 1]], ["whorehouse", [4, 3034, 2]], ["bawdyhouse", [4, 3034, 3]], ["bagnio", [4, 3034, 4]], ["cathouse", [4, 3034, 5]], ["bordello", [4, 3034, 6]], ["brothel", [4, 3034, 7]]]}, {"answer": "house_of_prostitution", "hint": "synonyms for house of prostitution", "clues": [["sporting house", [4, 3035, 0]], ["whorehouse", [4, 3035, 1]], ["bawdyhouse", [4, 3035, 2]], ["bagnio", [4, 3035, 3]], ["house of ill repute", [4, 3035, 4]], ["cathouse", [4, 3035, 5]], ["bordello", [4, 3035, 6]], ["brothel", [4, 3035, 7]]]}, {"answer": "household", "hint": "synonyms for household", "clues": [["home", [4, 3036, 0]], ["house", [4, 3036, 1]], ["family", [4, 3036, 2]], ["menage", [4, 3036, 3]]]}, {"answer": "housing", "hint": "synonyms for housing", "clues": [["caparison", [4, 3037, 0]], ["lodging", [4, 3037, 1]], ["living accommodations", [4, 3037, 2]], ["trapping", [4, 3037, 3]]]}, {"answer": "hovel", "hint": "synonyms for hovel", "clues": [["hutch", [4, 3038, 0]], ["shanty", [4, 3038, 1]], ["shack", [4, 3038, 2]], ["hut", [4, 3038, 3]]]}, {"answer": "how-do-you-do", "hint": "synonyms for how-do-you-do", "clues": [["howdy", [4, 3039, 0]], ["hullo", [4, 3039, 1]], ["hi", [4, 3039, 2]], ["hello", [4, 3039, 3]]]}, {"answer": "howdy", "hint": "synonyms for howdy", "clues": [["how-do-you-do", [4, 3040, 0]], ["hullo", [4, 3040, 1]], ["hi", [4, 3040, 2]], ["hello", [4, 3040, 3]]]}, {"answer": "howler", "hint": "synonyms for howler", "clues": [["scream", [4, 3041, 0]], ["thigh-slapper", [4, 3041, 1]], ["belly laugh", [4, 3041, 2]], ["riot", [4, 3041, 3]], ["sidesplitter", [4, 3041, 4]], ["wow", [4, 3041, 5]]]}, {"answer": "hs", "hint": "synonyms for hs", "clues": [["h", [4, 3042, 0]], ["element 108", [4, 3042, 1]], ["enthalpy", [4, 3042, 2]], ["hassium", [4, 3042, 3]], ["heat content", [4, 3042, 4]], ["atomic number 1", [4, 3042, 5]], ["hydrogen", [4, 3042, 6]], ["henry", [4, 3042, 7]], ["total heat", [4, 3042, 8]]]}, {"answer": "hubble-bubble", "hint": "synonyms for hubble-bubble", "clues": [["nargileh", [4, 3043, 0]], ["calean", [4, 3043, 1]], ["chicha", [4, 3043, 2]], ["sheesha", [4, 3043, 3]], ["shisha", [4, 3043, 4]], ["hookah", [4, 3043, 5]], ["hubbly-bubbly", [4, 3043, 6]], ["kalian", [4, 3043, 7]], ["water pipe", [4, 3043, 8]]]}, {"answer": "hubbly-bubbly", "hint": "synonyms for hubbly-bubbly", "clues": [["nargileh", [4, 3044, 0]], ["hubble-bubble", [4, 3044, 1]], ["calean", [4, 3044, 2]], ["chicha", [4, 3044, 3]], ["sheesha", [4, 3044, 4]], ["shisha", [4, 3044, 5]], ["hookah", [4, 3044, 6]], ["kalian", [4, 3044, 7]], ["water pipe", [4, 3044, 8]]]}, {"answer": "hug_drug", "hint": "synonyms for hug drug", "clues": [["disco biscuit", [4, 3045, 0]], ["ecstasy", [4, 3045, 1]], ["cristal", [4, 3045, 2]], ["go", [4, 3045, 3]]]}, {"answer": "hugging", "hint": "synonyms for hugging", "clues": [["cuddling", [4, 3046, 0]], ["smooching", [4, 3046, 1]], ["fondling", [4, 3046, 2]], ["necking", [4, 3046, 3]], ["petting", [4, 3046, 4]], ["snuggling", [4, 3046, 5]], ["caressing", [4, 3046, 6]], ["kissing", [4, 3046, 7]]]}, {"answer": "hullabaloo", "hint": "synonyms for hullabaloo", "clues": [["upheaval", [4, 3047, 0]], ["turmoil", [4, 3047, 1]], ["excitement", [4, 3047, 2]], ["agitation", [4, 3047, 3]]]}, {"answer": "hullo", "hint": "synonyms for hullo", "clues": [["how-do-you-do", [4, 3048, 0]], ["howdy", [4, 3048, 1]], ["hi", [4, 3048, 2]], ["hello", [4, 3048, 3]]]}, {"answer": "humanities", "hint": "synonyms for humanities", "clues": [["humanistic discipline", [4, 3049, 0]], ["manhood", [4, 3049, 1]], ["humanity", [4, 3049, 2]], ["humanness", [4, 3049, 3]], ["arts", [4, 3049, 4]], ["liberal arts", [4, 3049, 5]]]}, {"answer": "humbug", "hint": "synonyms for humbug", "clues": [["tarradiddle", [4, 3050, 0]], ["twaddle", [4, 3050, 1]], ["fraudulence", [4, 3050, 2]], ["baloney", [4, 3050, 3]], ["tosh", [4, 3050, 4]], ["bilgewater", [4, 3050, 5]], ["dupery", [4, 3050, 6]], ["bosh", [4, 3050, 7]], ["fraud", [4, 3050, 8]], ["put-on", [4, 3050, 9]], ["snake oil", [4, 3050, 10]], ["tommyrot", [4, 3050, 11]], ["drool", [4, 3050, 12]], ["hoax", [4, 3050, 13]]]}, {"answer": "hummer", "hint": "synonyms for hummer", "clues": [["bullet", [4, 3051, 0]], ["smoke", [4, 3051, 1]], ["heater", [4, 3051, 2]], ["fastball", [4, 3051, 3]]]}, {"answer": "hummock", "hint": "synonyms for hummock", "clues": [["hammock", [4, 3052, 0]], ["hillock", [4, 3052, 1]], ["knoll", [4, 3052, 2]], ["mound", [4, 3052, 3]]]}, {"answer": "humor", "hint": "synonyms for humor", "clues": [["wittiness", [4, 3053, 0]], ["humour", [4, 3053, 1]], ["witticism", [4, 3053, 2]], ["sense of humour", [4, 3053, 3]], ["wit", [4, 3053, 4]], ["temper", [4, 3053, 5]], ["mood", [4, 3053, 6]]]}, {"answer": "humour", "hint": "synonyms for humour", "clues": [["wittiness", [4, 3054, 0]], ["witticism", [4, 3054, 1]], ["sense of humour", [4, 3054, 2]], ["wit", [4, 3054, 3]], ["humor", [4, 3054, 4]], ["temper", [4, 3054, 5]], ["mood", [4, 3054, 6]]]}, {"answer": "hump", "hint": "synonyms for hump", "clues": [["jut", [4, 3055, 0]], ["swelling", [4, 3055, 1]], ["protuberance", [4, 3055, 2]], ["gibbosity", [4, 3055, 3]], ["gibbousness", [4, 3055, 4]], ["bulge", [4, 3055, 5]], ["extrusion", [4, 3055, 6]], ["prominence", [4, 3055, 7]], ["bump", [4, 3055, 8]], ["excrescence", [4, 3055, 9]], ["protrusion", [4, 3055, 10]]]}, {"answer": "hundredweight", "hint": "synonyms for hundredweight", "clues": [["cental", [4, 3056, 0]], ["short hundredweight", [4, 3056, 1]], ["cwt", [4, 3056, 2]], ["centner", [4, 3056, 3]], ["metric hundredweight", [4, 3056, 4]], ["long hundredweight", [4, 3056, 5]], ["quintal", [4, 3056, 6]], ["doppelzentner", [4, 3056, 7]]]}, {"answer": "hungriness", "hint": "synonyms for hungriness", "clues": [["longing", [4, 3057, 0]], ["thirst", [4, 3057, 1]], ["yearning", [4, 3057, 2]], ["thirstiness", [4, 3057, 3]], ["hunger", [4, 3057, 4]]]}, {"answer": "hurdles", "hint": "synonyms for hurdles", "clues": [["hurdle race", [4, 3058, 0]], ["vault", [4, 3058, 1]], ["hurdle", [4, 3058, 2]], ["hurdling", [4, 3058, 3]]]}, {"answer": "hurdy-gurdy", "hint": "synonyms for hurdy-gurdy", "clues": [["hand organ", [4, 3059, 0]], ["grind organ", [4, 3059, 1]], ["street organ", [4, 3059, 2]], ["hurdy gurdy", [4, 3059, 3]], ["barrel organ", [4, 3059, 4]]]}, {"answer": "hurdy_gurdy", "hint": "synonyms for hurdy gurdy", "clues": [["hand organ", [4, 3060, 0]], ["grind organ", [4, 3060, 1]], ["street organ", [4, 3060, 2]], ["hurdy-gurdy", [4, 3060, 3]], ["barrel organ", [4, 3060, 4]]]}, {"answer": "hurricane_lamp", "hint": "synonyms for hurricane lamp", "clues": [["storm lantern", [4, 3061, 0]], ["hurricane lantern", [4, 3061, 1]], ["tornado lantern", [4, 3061, 2]], ["storm lamp", [4, 3061, 3]]]}, {"answer": "hurricane_lantern", "hint": "synonyms for hurricane lantern", "clues": [["storm lantern", [4, 3062, 0]], ["hurricane lamp", [4, 3062, 1]], ["tornado lantern", [4, 3062, 2]], ["storm lamp", [4, 3062, 3]]]}, {"answer": "hurriedness", "hint": "synonyms for hurriedness", "clues": [["hastiness", [4, 3063, 0]], ["haste", [4, 3063, 1]], ["hurry", [4, 3063, 2]], ["precipitation", [4, 3063, 3]]]}, {"answer": "hurry", "hint": "synonyms for hurry", "clues": [["hastiness", [4, 3064, 0]], ["precipitation", [4, 3064, 1]], ["rush", [4, 3064, 2]], ["haste", [4, 3064, 3]], ["hurriedness", [4, 3064, 4]]]}, {"answer": "husk", "hint": "synonyms for husk", "clues": [["shuck", [4, 3065, 0]], ["chaff", [4, 3065, 1]], ["straw", [4, 3065, 2]], ["stalk", [4, 3065, 3]], ["stubble", [4, 3065, 4]]]}, {"answer": "huskiness", "hint": "synonyms for huskiness", "clues": [["gruffness", [4, 3066, 0]], ["ruggedness", [4, 3066, 1]], ["hoarseness", [4, 3066, 2]], ["toughness", [4, 3066, 3]]]}, {"answer": "husking", "hint": "synonyms for husking", "clues": [["denudation", [4, 3067, 0]], ["uncovering", [4, 3067, 1]], ["baring", [4, 3067, 2]], ["stripping", [4, 3067, 3]]]}, {"answer": "hustle", "hint": "synonyms for hustle", "clues": [["ado", [4, 3068, 0]], ["fuss", [4, 3068, 1]], ["con", [4, 3068, 2]], ["con game", [4, 3068, 3]], ["stir", [4, 3068, 4]], ["confidence game", [4, 3068, 5]], ["flurry", [4, 3068, 6]], ["gyp", [4, 3068, 7]], ["confidence trick", [4, 3068, 8]], ["bunko", [4, 3068, 9]], ["bunko game", [4, 3068, 10]], ["bustle", [4, 3068, 11]], ["bunco", [4, 3068, 12]], ["flimflam", [4, 3068, 13]], ["sting", [4, 3068, 14]]]}, {"answer": "hut", "hint": "synonyms for hut", "clues": [["hovel", [4, 3069, 0]], ["field hut", [4, 3069, 1]], ["shanty", [4, 3069, 2]], ["shack", [4, 3069, 3]], ["hutch", [4, 3069, 4]], ["army hut", [4, 3069, 5]]]}, {"answer": "hutch", "hint": "synonyms for hutch", "clues": [["hovel", [4, 3070, 0]], ["shanty", [4, 3070, 1]], ["shack", [4, 3070, 2]], ["hut", [4, 3070, 3]]]}, {"answer": "hybridisation", "hint": "synonyms for hybridisation", "clues": [["crossbreeding", [4, 3071, 0]], ["crossing", [4, 3071, 1]], ["interbreeding", [4, 3071, 2]], ["hybridizing", [4, 3071, 3]], ["hybridization", [4, 3071, 4]]]}, {"answer": "hybridization", "hint": "synonyms for hybridization", "clues": [["crossbreeding", [4, 3072, 0]], ["crossing", [4, 3072, 1]], ["hybridisation", [4, 3072, 2]], ["interbreeding", [4, 3072, 3]], ["hybridizing", [4, 3072, 4]]]}, {"answer": "hybridizing", "hint": "synonyms for hybridizing", "clues": [["crossbreeding", [4, 3073, 0]], ["crossing", [4, 3073, 1]], ["hybridisation", [4, 3073, 2]], ["interbreeding", [4, 3073, 3]]]}, {"answer": "hydrated_lime", "hint": "synonyms for hydrated lime", "clues": [["lime hydrate", [4, 3074, 0]], ["lime", [4, 3074, 1]], ["calcium hydroxide", [4, 3074, 2]], ["calcium hydrate", [4, 3074, 3]], ["caustic lime", [4, 3074, 4]], ["slaked lime", [4, 3074, 5]]]}, {"answer": "hydroxybenzene", "hint": "synonyms for hydroxybenzene", "clues": [["carbolic acid", [4, 3075, 0]], ["phenol", [4, 3075, 1]], ["phenylic acid", [4, 3075, 2]], ["oxybenzene", [4, 3075, 3]]]}, {"answer": "hymeneals", "hint": "synonyms for hymeneals", "clues": [["nuptials", [4, 3076, 0]], ["hymeneal", [4, 3076, 1]], ["wedding", [4, 3076, 2]], ["wedding ceremony", [4, 3076, 3]]]}, {"answer": "hypothesis", "hint": "synonyms for hypothesis", "clues": [["speculation", [4, 3077, 0]], ["conjecture", [4, 3077, 1]], ["guess", [4, 3077, 2]], ["theory", [4, 3077, 3]], ["supposition", [4, 3077, 4]], ["surmisal", [4, 3077, 5]], ["surmise", [4, 3077, 6]], ["possibility", [4, 3077, 7]]]}, {"answer": "hz", "hint": "synonyms for hz", "clues": [["cycle per second", [4, 3078, 0]], ["cps", [4, 3078, 1]], ["cycle", [4, 3078, 2]], ["cycles/second", [4, 3078, 3]], ["hertz", [4, 3078, 4]]]}, {"answer": "ice", "hint": "synonyms for ice", "clues": [["chalk", [4, 3079, 0]], ["internal-combustion engine", [4, 3079, 1]], ["glass", [4, 3079, 2]], ["methamphetamine", [4, 3079, 3]], ["ice-skating rink", [4, 3079, 4]], ["crank", [4, 3079, 5]], ["sparkler", [4, 3079, 6]], ["methamphetamine hydrochloride", [4, 3079, 7]], ["water ice", [4, 3079, 8]], ["shabu", [4, 3079, 9]], ["meth", [4, 3079, 10]], ["frappe", [4, 3079, 11]], ["deoxyephedrine", [4, 3079, 12]], ["ice rink", [4, 3079, 13]], ["chicken feed", [4, 3079, 14]], ["trash", [4, 3079, 15]], ["frosting", [4, 3079, 16]], ["icing", [4, 3079, 17]]]}, {"answer": "ice_crystal", "hint": "synonyms for ice crystal", "clues": [["poudrin", [4, 3080, 0]], ["diamond dust", [4, 3080, 1]], ["frost snow", [4, 3080, 2]], ["frost mist", [4, 3080, 3]], ["snow mist", [4, 3080, 4]], ["ice needle", [4, 3080, 5]]]}, {"answer": "ice_needle", "hint": "synonyms for ice needle", "clues": [["frost mist", [4, 3081, 0]], ["diamond dust", [4, 3081, 1]], ["poudrin", [4, 3081, 2]], ["frost snow", [4, 3081, 3]], ["ice crystal", [4, 3081, 4]], ["snow mist", [4, 3081, 5]]]}, {"answer": "iciness", "hint": "synonyms for iciness", "clues": [["gelidity", [4, 3082, 0]], ["frigidness", [4, 3082, 1]], ["chill", [4, 3082, 2]], ["coldness", [4, 3082, 3]], ["chilliness", [4, 3082, 4]], ["frigidity", [4, 3082, 5]]]}, {"answer": "idea", "hint": "synonyms for idea", "clues": [["thought", [4, 3083, 0]], ["estimate", [4, 3083, 1]], ["estimation", [4, 3083, 2]], ["melodic theme", [4, 3083, 3]], ["approximation", [4, 3083, 4]], ["theme", [4, 3083, 5]], ["musical theme", [4, 3083, 6]], ["mind", [4, 3083, 7]]]}, {"answer": "identity", "hint": "synonyms for identity", "clues": [["personal identity", [4, 3084, 0]], ["individuality", [4, 3084, 1]], ["identicalness", [4, 3084, 2]], ["indistinguishability", [4, 3084, 3]], ["identity element", [4, 3084, 4]], ["identity operator", [4, 3084, 5]]]}, {"answer": "idiom", "hint": "synonyms for idiom", "clues": [["artistic style", [4, 3085, 0]], ["idiomatic expression", [4, 3085, 1]], ["phrase", [4, 3085, 2]], ["phrasal idiom", [4, 3085, 3]], ["accent", [4, 3085, 4]], ["dialect", [4, 3085, 5]], ["parlance", [4, 3085, 6]], ["set phrase", [4, 3085, 7]]]}, {"answer": "idiomatic_expression", "hint": "synonyms for idiomatic expression", "clues": [["phrase", [4, 3086, 0]], ["idiom", [4, 3086, 1]], ["phrasal idiom", [4, 3086, 2]], ["set phrase", [4, 3086, 3]]]}, {"answer": "idiot_box", "hint": "synonyms for idiot box", "clues": [["television", [4, 3087, 0]], ["tv set", [4, 3087, 1]], ["telly", [4, 3087, 2]], ["television set", [4, 3087, 3]], ["goggle box", [4, 3087, 4]], ["boob tube", [4, 3087, 5]], ["tv", [4, 3087, 6]], ["television receiver", [4, 3087, 7]]]}, {"answer": "idle_talk", "hint": "synonyms for idle talk", "clues": [["chin music", [4, 3088, 0]], ["prate", [4, 3088, 1]], ["prattle", [4, 3088, 2]], ["blether", [4, 3088, 3]]]}, {"answer": "idle_words", "hint": "synonyms for idle words", "clues": [["malarkey", [4, 3089, 0]], ["wind", [4, 3089, 1]], ["nothingness", [4, 3089, 2]], ["jazz", [4, 3089, 3]]]}, {"answer": "idleness", "hint": "synonyms for idleness", "clues": [["faineance", [4, 3090, 0]], ["idling", [4, 3090, 1]], ["groundlessness", [4, 3090, 2]], ["loafing", [4, 3090, 3]]]}, {"answer": "idol", "hint": "synonyms for idol", "clues": [["beau ideal", [4, 3091, 0]], ["graven image", [4, 3091, 1]], ["paragon", [4, 3091, 2]], ["god", [4, 3091, 3]], ["perfection", [4, 3091, 4]]]}, {"answer": "idolatry", "hint": "synonyms for idolatry", "clues": [["veneration", [4, 3092, 0]], ["idol worship", [4, 3092, 1]], ["devotion", [4, 3092, 2]], ["cultism", [4, 3092, 3]]]}, {"answer": "idyl", "hint": "synonyms for idyl", "clues": [["idyll", [4, 3093, 0]], ["pastorale", [4, 3093, 1]], ["eclogue", [4, 3093, 2]], ["bucolic", [4, 3093, 3]]]}, {"answer": "idyll", "hint": "synonyms for idyll", "clues": [["pastorale", [4, 3094, 0]], ["idyl", [4, 3094, 1]], ["eclogue", [4, 3094, 2]], ["bucolic", [4, 3094, 3]]]}, {"answer": "ignition", "hint": "synonyms for ignition", "clues": [["lighting", [4, 3095, 0]], ["kindling", [4, 3095, 1]], ["ignition system", [4, 3095, 2]], ["firing", [4, 3095, 3]], ["inflammation", [4, 3095, 4]]]}, {"answer": "illumination", "hint": "synonyms for illumination", "clues": [["elucidation", [4, 3096, 0]], ["clarification", [4, 3096, 1]], ["illuminance", [4, 3096, 2]], ["miniature", [4, 3096, 3]]]}, {"answer": "illusion", "hint": "synonyms for illusion", "clues": [["deception", [4, 3097, 0]], ["legerdemain", [4, 3097, 1]], ["fancy", [4, 3097, 2]], ["phantasy", [4, 3097, 3]], ["conjuration", [4, 3097, 4]], ["delusion", [4, 3097, 5]], ["magic trick", [4, 3097, 6]], ["thaumaturgy", [4, 3097, 7]], ["fantasy", [4, 3097, 8]], ["head game", [4, 3097, 9]], ["conjuring trick", [4, 3097, 10]], ["semblance", [4, 3097, 11]], ["trick", [4, 3097, 12]], ["magic", [4, 3097, 13]]]}, {"answer": "illustration", "hint": "synonyms for illustration", "clues": [["representative", [4, 3098, 0]], ["example", [4, 3098, 1]], ["exemplification", [4, 3098, 2]], ["instance", [4, 3098, 3]]]}, {"answer": "image", "hint": "synonyms for image", "clues": [["range", [4, 3099, 0]], ["effigy", [4, 3099, 1]], ["persona", [4, 3099, 2]], ["simulacrum", [4, 3099, 3]], ["ikon", [4, 3099, 4]], ["icon", [4, 3099, 5]], ["picture", [4, 3099, 6]], ["prototype", [4, 3099, 7]], ["trope", [4, 3099, 8]], ["figure of speech", [4, 3099, 9]], ["paradigm", [4, 3099, 10]], ["epitome", [4, 3099, 11]], ["mental image", [4, 3099, 12]], ["figure", [4, 3099, 13]], ["range of a function", [4, 3099, 14]]]}, {"answer": "imagination", "hint": "synonyms for imagination", "clues": [["vision", [4, 3100, 0]], ["mental imagery", [4, 3100, 1]], ["resourcefulness", [4, 3100, 2]], ["imaginativeness", [4, 3100, 3]], ["imagery", [4, 3100, 4]], ["imaging", [4, 3100, 5]], ["resource", [4, 3100, 6]]]}, {"answer": "imaging", "hint": "synonyms for imaging", "clues": [["mental imagery", [4, 3101, 0]], ["imagery", [4, 3101, 1]], ["imagination", [4, 3101, 2]], ["tomography", [4, 3101, 3]]]}, {"answer": "imbecility", "hint": "synonyms for imbecility", "clues": [["folly", [4, 3102, 0]], ["betise", [4, 3102, 1]], ["stupidity", [4, 3102, 2]], ["foolishness", [4, 3102, 3]]]}, {"answer": "immediacy", "hint": "synonyms for immediacy", "clues": [["immediateness", [4, 3103, 0]], ["immediate apprehension", [4, 3103, 1]], ["instancy", [4, 3103, 2]], ["instantaneousness", [4, 3103, 3]]]}, {"answer": "immenseness", "hint": "synonyms for immenseness", "clues": [["greatness", [4, 3104, 0]], ["grandness", [4, 3104, 1]], ["immensity", [4, 3104, 2]], ["wideness", [4, 3104, 3]], ["enormousness", [4, 3104, 4]], ["sizeableness", [4, 3104, 5]], ["vastness", [4, 3104, 6]]]}, {"answer": "immensity", "hint": "synonyms for immensity", "clues": [["greatness", [4, 3105, 0]], ["grandness", [4, 3105, 1]], ["wideness", [4, 3105, 2]], ["enormousness", [4, 3105, 3]], ["immenseness", [4, 3105, 4]], ["sizeableness", [4, 3105, 5]], ["vastness", [4, 3105, 6]]]}, {"answer": "immersion", "hint": "synonyms for immersion", "clues": [["submerging", [4, 3106, 0]], ["submersion", [4, 3106, 1]], ["dousing", [4, 3106, 2]], ["absorption", [4, 3106, 3]], ["engrossment", [4, 3106, 4]], ["ducking", [4, 3106, 5]], ["submergence", [4, 3106, 6]], ["concentration", [4, 3106, 7]], ["ingress", [4, 3106, 8]]]}, {"answer": "immunosuppressive_drug", "hint": "synonyms for immunosuppressive drug", "clues": [["immunosuppressant", [4, 3107, 0]], ["immunosuppressor", [4, 3107, 1]], ["immune suppressant drug", [4, 3107, 2]], ["immunosuppressive", [4, 3107, 3]]]}, {"answer": "impact", "hint": "synonyms for impact", "clues": [["shock", [4, 3108, 0]], ["impingement", [4, 3108, 1]], ["wallop", [4, 3108, 2]], ["encroachment", [4, 3108, 3]]]}, {"answer": "impairment", "hint": "synonyms for impairment", "clues": [["constipation", [4, 3109, 0]], ["stultification", [4, 3109, 1]], ["harm", [4, 3109, 2]], ["damage", [4, 3109, 3]], ["deadening", [4, 3109, 4]]]}, {"answer": "impassiveness", "hint": "synonyms for impassiveness", "clues": [["impassivity", [4, 3110, 0]], ["indifference", [4, 3110, 1]], ["phlegm", [4, 3110, 2]], ["unemotionality", [4, 3110, 3]], ["emotionlessness", [4, 3110, 4]], ["stolidity", [4, 3110, 5]]]}, {"answer": "impassivity", "hint": "synonyms for impassivity", "clues": [["indifference", [4, 3111, 0]], ["phlegm", [4, 3111, 1]], ["impassiveness", [4, 3111, 2]], ["unemotionality", [4, 3111, 3]], ["emotionlessness", [4, 3111, 4]], ["stolidity", [4, 3111, 5]]]}, {"answer": "impedance", "hint": "synonyms for impedance", "clues": [["electric resistance", [4, 3112, 0]], ["resistance", [4, 3112, 1]], ["ohmic resistance", [4, 3112, 2]], ["resistivity", [4, 3112, 3]]]}, {"answer": "impediment", "hint": "synonyms for impediment", "clues": [["check", [4, 3113, 0]], ["hindrance", [4, 3113, 1]], ["impedimenta", [4, 3113, 2]], ["obstructor", [4, 3113, 3]], ["balk", [4, 3113, 4]], ["handicap", [4, 3113, 5]], ["deterrent", [4, 3113, 6]]]}, {"answer": "imperfect_tense", "hint": "synonyms for imperfect tense", "clues": [["progressive tense", [4, 3114, 0]], ["imperfect", [4, 3114, 1]], ["progressive", [4, 3114, 2]], ["continuous tense", [4, 3114, 3]]]}, {"answer": "impersonation", "hint": "synonyms for impersonation", "clues": [["personation", [4, 3115, 0]], ["caricature", [4, 3115, 1]], ["imitation", [4, 3115, 2]], ["imposture", [4, 3115, 3]]]}, {"answer": "impertinence", "hint": "synonyms for impertinence", "clues": [["archness", [4, 3116, 0]], ["impudence", [4, 3116, 1]], ["sauciness", [4, 3116, 2]], ["freshness", [4, 3116, 3]], ["cheekiness", [4, 3116, 4]], ["insolence", [4, 3116, 5]], ["crust", [4, 3116, 6]], ["perkiness", [4, 3116, 7]], ["pertness", [4, 3116, 8]], ["gall", [4, 3116, 9]], ["cheek", [4, 3116, 10]]]}, {"answer": "implements_of_war", "hint": "synonyms for implements of war", "clues": [["munition", [4, 3117, 0]], ["arms", [4, 3117, 1]], ["weaponry", [4, 3117, 2]], ["weapons system", [4, 3117, 3]]]}, {"answer": "implication", "hint": "synonyms for implication", "clues": [["deduction", [4, 3118, 0]], ["import", [4, 3118, 1]], ["entailment", [4, 3118, 2]], ["significance", [4, 3118, 3]], ["logical implication", [4, 3118, 4]], ["conditional relation", [4, 3118, 5]]]}, {"answer": "import", "hint": "synonyms for import", "clues": [["importation", [4, 3119, 0]], ["implication", [4, 3119, 1]], ["signification", [4, 3119, 2]], ["significance", [4, 3119, 3]], ["consequence", [4, 3119, 4]], ["moment", [4, 3119, 5]], ["meaning", [4, 3119, 6]]]}, {"answer": "impression", "hint": "synonyms for impression", "clues": [["mental picture", [4, 3120, 0]], ["printing", [4, 3120, 1]], ["imprint", [4, 3120, 2]], ["notion", [4, 3120, 3]], ["effect", [4, 3120, 4]], ["depression", [4, 3120, 5]], ["belief", [4, 3120, 6]], ["stamp", [4, 3120, 7]], ["picture", [4, 3120, 8]], ["opinion", [4, 3120, 9]], ["feeling", [4, 3120, 10]]]}, {"answer": "imprimatur", "hint": "synonyms for imprimatur", "clues": [["indorsement", [4, 3121, 0]], ["warrant", [4, 3121, 1]], ["countenance", [4, 3121, 2]], ["sanction", [4, 3121, 3]]]}, {"answer": "impropriety", "hint": "synonyms for impropriety", "clues": [["improperness", [4, 3122, 0]], ["indecency", [4, 3122, 1]], ["liberty", [4, 3122, 2]], ["indecorum", [4, 3122, 3]], ["familiarity", [4, 3122, 4]]]}, {"answer": "impudence", "hint": "synonyms for impudence", "clues": [["impertinence", [4, 3123, 0]], ["freshness", [4, 3123, 1]], ["cheekiness", [4, 3123, 2]], ["insolence", [4, 3123, 3]], ["crust", [4, 3123, 4]], ["gall", [4, 3123, 5]], ["cheek", [4, 3123, 6]]]}, {"answer": "impulse", "hint": "synonyms for impulse", "clues": [["nerve impulse", [4, 3124, 0]], ["pulse", [4, 3124, 1]], ["pulsation", [4, 3124, 2]], ["neural impulse", [4, 3124, 3]], ["pulsing", [4, 3124, 4]], ["impetus", [4, 3124, 5]], ["urge", [4, 3124, 6]], ["caprice", [4, 3124, 7]], ["momentum", [4, 3124, 8]], ["whim", [4, 3124, 9]], ["impulsion", [4, 3124, 10]]]}, {"answer": "inadvertence", "hint": "synonyms for inadvertence", "clues": [["oversight", [4, 3125, 0]], ["inadvertency", [4, 3125, 1]], ["heedlessness", [4, 3125, 2]], ["unmindfulness", [4, 3125, 3]]]}, {"answer": "inanity", "hint": "synonyms for inanity", "clues": [["senselessness", [4, 3126, 0]], ["mindlessness", [4, 3126, 1]], ["pointlessness", [4, 3126, 2]], ["vacuity", [4, 3126, 3]]]}, {"answer": "inborn_reflex", "hint": "synonyms for inborn reflex", "clues": [["reflex action", [4, 3127, 0]], ["instinctive reflex", [4, 3127, 1]], ["innate reflex", [4, 3127, 2]], ["unconditioned reflex", [4, 3127, 3]], ["physiological reaction", [4, 3127, 4]], ["reflex", [4, 3127, 5]], ["reflex response", [4, 3127, 6]]]}, {"answer": "incandescent_lamp", "hint": "synonyms for incandescent lamp", "clues": [["bulb", [4, 3128, 0]], ["light bulb", [4, 3128, 1]], ["electric light", [4, 3128, 2]], ["electric-light bulb", [4, 3128, 3]]]}, {"answer": "incertitude", "hint": "synonyms for incertitude", "clues": [["dubiousness", [4, 3129, 0]], ["doubtfulness", [4, 3129, 1]], ["uncertainty", [4, 3129, 2]], ["dubiety", [4, 3129, 3]], ["doubt", [4, 3129, 4]]]}, {"answer": "incision", "hint": "synonyms for incision", "clues": [["surgical incision", [4, 3130, 0]], ["prick", [4, 3130, 1]], ["section", [4, 3130, 2]], ["scratch", [4, 3130, 3]], ["dent", [4, 3130, 4]], ["slit", [4, 3130, 5]]]}, {"answer": "inclemency", "hint": "synonyms for inclemency", "clues": [["severity", [4, 3131, 0]], ["severeness", [4, 3131, 1]], ["rigour", [4, 3131, 2]], ["hardness", [4, 3131, 3]], ["rigorousness", [4, 3131, 4]], ["harshness", [4, 3131, 5]], ["stiffness", [4, 3131, 6]]]}, {"answer": "inclination", "hint": "synonyms for inclination", "clues": [["disposition", [4, 3132, 0]], ["inclining", [4, 3132, 1]], ["list", [4, 3132, 2]], ["magnetic dip", [4, 3132, 3]], ["inclination of an orbit", [4, 3132, 4]], ["tendency", [4, 3132, 5]], ["lean", [4, 3132, 6]], ["tilt", [4, 3132, 7]], ["magnetic inclination", [4, 3132, 8]], ["angle of inclination", [4, 3132, 9]], ["dip", [4, 3132, 10]], ["angle of dip", [4, 3132, 11]]]}, {"answer": "inconstancy", "hint": "synonyms for inconstancy", "clues": [["fickleness", [4, 3133, 0]], ["changefulness", [4, 3133, 1]], ["falseness", [4, 3133, 2]], ["faithlessness", [4, 3133, 3]]]}, {"answer": "increase", "hint": "synonyms for increase", "clues": [["addition", [4, 3134, 0]], ["increment", [4, 3134, 1]], ["step-up", [4, 3134, 2]], ["growth", [4, 3134, 3]], ["gain", [4, 3134, 4]]]}, {"answer": "incumbrance", "hint": "synonyms for incumbrance", "clues": [["hindrance", [4, 3135, 0]], ["load", [4, 3135, 1]], ["interference", [4, 3135, 2]], ["onus", [4, 3135, 3]], ["preventative", [4, 3135, 4]], ["burden", [4, 3135, 5]], ["encumbrance", [4, 3135, 6]], ["hitch", [4, 3135, 7]]]}, {"answer": "indecorum", "hint": "synonyms for indecorum", "clues": [["impropriety", [4, 3136, 0]], ["familiarity", [4, 3136, 1]], ["liberty", [4, 3136, 2]], ["indecorousness", [4, 3136, 3]]]}, {"answer": "indefiniteness", "hint": "synonyms for indefiniteness", "clues": [["indefinity", [4, 3137, 0]], ["indetermination", [4, 3137, 1]], ["indeterminateness", [4, 3137, 2]], ["indeterminacy", [4, 3137, 3]]]}, {"answer": "indefinity", "hint": "synonyms for indefinity", "clues": [["indefiniteness", [4, 3138, 0]], ["indetermination", [4, 3138, 1]], ["indeterminateness", [4, 3138, 2]], ["indeterminacy", [4, 3138, 3]]]}, {"answer": "indemnification", "hint": "synonyms for indemnification", "clues": [["restitution", [4, 3139, 0]], ["indemnity", [4, 3139, 1]], ["damages", [4, 3139, 2]], ["redress", [4, 3139, 3]], ["amends", [4, 3139, 4]]]}, {"answer": "indemnity", "hint": "synonyms for indemnity", "clues": [["restitution", [4, 3140, 0]], ["indemnification", [4, 3140, 1]], ["damages", [4, 3140, 2]], ["redress", [4, 3140, 3]], ["amends", [4, 3140, 4]]]}, {"answer": "indentation", "hint": "synonyms for indentation", "clues": [["indention", [4, 3141, 0]], ["indenture", [4, 3141, 1]], ["roughness", [4, 3141, 2]], ["indent", [4, 3141, 3]], ["pitting", [4, 3141, 4]]]}, {"answer": "indeterminacy", "hint": "synonyms for indeterminacy", "clues": [["indefiniteness", [4, 3142, 0]], ["indetermination", [4, 3142, 1]], ["indeterminateness", [4, 3142, 2]], ["indefinity", [4, 3142, 3]]]}, {"answer": "indeterminateness", "hint": "synonyms for indeterminateness", "clues": [["indefiniteness", [4, 3143, 0]], ["indeterminacy", [4, 3143, 1]], ["indetermination", [4, 3143, 2]], ["indefinity", [4, 3143, 3]]]}, {"answer": "indetermination", "hint": "synonyms for indetermination", "clues": [["indefiniteness", [4, 3144, 0]], ["indeterminacy", [4, 3144, 1]], ["indeterminateness", [4, 3144, 2]], ["indefinity", [4, 3144, 3]]]}, {"answer": "index", "hint": "synonyms for index", "clues": [["index number", [4, 3145, 0]], ["exponent", [4, 3145, 1]], ["indicant", [4, 3145, 2]], ["indicator", [4, 3145, 3]], ["power", [4, 3145, 4]]]}, {"answer": "india_rubber", "hint": "synonyms for india rubber", "clues": [["gum elastic", [4, 3146, 0]], ["caoutchouc", [4, 3146, 1]], ["natural rubber", [4, 3146, 2]], ["rubber", [4, 3146, 3]]]}, {"answer": "indicant", "hint": "synonyms for indicant", "clues": [["index", [4, 3147, 0]], ["indicator", [4, 3147, 1]], ["indication", [4, 3147, 2]], ["index number", [4, 3147, 3]]]}, {"answer": "indication", "hint": "synonyms for indication", "clues": [["reading", [4, 3148, 0]], ["meter reading", [4, 3148, 1]], ["indicant", [4, 3148, 2]], ["denotation", [4, 3148, 3]]]}, {"answer": "indicative_mood", "hint": "synonyms for indicative mood", "clues": [["declarative mood", [4, 3149, 0]], ["fact mood", [4, 3149, 1]], ["common mood", [4, 3149, 2]], ["indicative", [4, 3149, 3]], ["declarative", [4, 3149, 4]]]}, {"answer": "indifference", "hint": "synonyms for indifference", "clues": [["phlegm", [4, 3150, 0]], ["numbness", [4, 3150, 1]], ["apathy", [4, 3150, 2]], ["unconcern", [4, 3150, 3]], ["nonchalance", [4, 3150, 4]], ["impassivity", [4, 3150, 5]], ["impassiveness", [4, 3150, 6]], ["unemotionality", [4, 3150, 7]], ["spiritlessness", [4, 3150, 8]], ["emotionlessness", [4, 3150, 9]], ["stolidity", [4, 3150, 10]]]}, {"answer": "indisposition", "hint": "synonyms for indisposition", "clues": [["disinclination", [4, 3151, 0]], ["hesitation", [4, 3151, 1]], ["reluctance", [4, 3151, 2]], ["hesitancy", [4, 3151, 3]]]}, {"answer": "indistinctness", "hint": "synonyms for indistinctness", "clues": [["softness", [4, 3152, 0]], ["fuzziness", [4, 3152, 1]], ["blurriness", [4, 3152, 2]], ["fogginess", [4, 3152, 3]]]}, {"answer": "individuality", "hint": "synonyms for individuality", "clues": [["personal identity", [4, 3153, 0]], ["individuation", [4, 3153, 1]], ["identity", [4, 3153, 2]], ["individualism", [4, 3153, 3]]]}, {"answer": "indorsement", "hint": "synonyms for indorsement", "clues": [["blurb", [4, 3154, 0]], ["endorsement", [4, 3154, 1]], ["warrant", [4, 3154, 2]], ["secondment", [4, 3154, 3]], ["countenance", [4, 3154, 4]], ["second", [4, 3154, 5]], ["sanction", [4, 3154, 6]], ["imprimatur", [4, 3154, 7]]]}, {"answer": "induction", "hint": "synonyms for induction", "clues": [["elicitation", [4, 3155, 0]], ["trigger", [4, 3155, 1]], ["initiation", [4, 3155, 2]], ["installation", [4, 3155, 3]], ["inductive reasoning", [4, 3155, 4]], ["generalisation", [4, 3155, 5]], ["evocation", [4, 3155, 6]], ["inductance", [4, 3155, 7]]]}, {"answer": "indulgence", "hint": "synonyms for indulgence", "clues": [["leniency", [4, 3156, 0]], ["humoring", [4, 3156, 1]], ["tomfoolery", [4, 3156, 2]], ["self-indulgence", [4, 3156, 3]], ["foolery", [4, 3156, 4]], ["lunacy", [4, 3156, 5]], ["pampering", [4, 3156, 6]], ["folly", [4, 3156, 7]], ["indulging", [4, 3156, 8]], ["craziness", [4, 3156, 9]]]}, {"answer": "inebriant", "hint": "synonyms for inebriant", "clues": [["alcohol", [4, 3157, 0]], ["alcoholic drink", [4, 3157, 1]], ["alcoholic beverage", [4, 3157, 2]], ["intoxicant", [4, 3157, 3]]]}, {"answer": "ineptitude", "hint": "synonyms for ineptitude", "clues": [["maladroitness", [4, 3158, 0]], ["ineptness", [4, 3158, 1]], ["awkwardness", [4, 3158, 2]], ["slowness", [4, 3158, 3]], ["worthlessness", [4, 3158, 4]], ["clumsiness", [4, 3158, 5]]]}, {"answer": "ineptness", "hint": "synonyms for ineptness", "clues": [["maladroitness", [4, 3159, 0]], ["unsuitability", [4, 3159, 1]], ["ineptitude", [4, 3159, 2]], ["awkwardness", [4, 3159, 3]], ["slowness", [4, 3159, 4]], ["unsuitableness", [4, 3159, 5]], ["clumsiness", [4, 3159, 6]]]}, {"answer": "inevitable_accident", "hint": "synonyms for inevitable accident", "clues": [["unavoidable casualty", [4, 3160, 0]], ["act of God", [4, 3160, 1]], ["force majeure", [4, 3160, 2]], ["vis major", [4, 3160, 3]]]}, {"answer": "infernal_region", "hint": "synonyms for infernal region", "clues": [["perdition", [4, 3161, 0]], ["pit", [4, 3161, 1]], ["nether region", [4, 3161, 2]], ["netherworld", [4, 3161, 3]], ["underworld", [4, 3161, 4]]]}, {"answer": "inferno", "hint": "synonyms for inferno", "clues": [["hell on earth", [4, 3162, 0]], ["perdition", [4, 3162, 1]], ["hellhole", [4, 3162, 2]], ["conflagration", [4, 3162, 3]], ["hell", [4, 3162, 4]], ["nether region", [4, 3162, 5]], ["pit", [4, 3162, 6]], ["infernal region", [4, 3162, 7]], ["the pits", [4, 3162, 8]], ["snake pit", [4, 3162, 9]]]}, {"answer": "infiniteness", "hint": "synonyms for infiniteness", "clues": [["unboundedness", [4, 3163, 0]], ["limitlessness", [4, 3163, 1]], ["infinitude", [4, 3163, 2]], ["boundlessness", [4, 3163, 3]]]}, {"answer": "infinitude", "hint": "synonyms for infinitude", "clues": [["unboundedness", [4, 3164, 0]], ["limitlessness", [4, 3164, 1]], ["boundlessness", [4, 3164, 2]], ["infiniteness", [4, 3164, 3]]]}, {"answer": "inflammation", "hint": "synonyms for inflammation", "clues": [["lighting", [4, 3165, 0]], ["kindling", [4, 3165, 1]], ["ignition", [4, 3165, 2]], ["inflaming", [4, 3165, 3]], ["firing", [4, 3165, 4]]]}, {"answer": "inflation", "hint": "synonyms for inflation", "clues": [["rising prices", [4, 3166, 0]], ["pomposity", [4, 3166, 1]], ["pompousness", [4, 3166, 2]], ["ostentation", [4, 3166, 3]], ["splashiness", [4, 3166, 4]], ["puffiness", [4, 3166, 5]], ["ostentatiousness", [4, 3166, 6]], ["pretentiousness", [4, 3166, 7]]]}, {"answer": "inflection", "hint": "synonyms for inflection", "clues": [["flection", [4, 3167, 0]], ["inflexion", [4, 3167, 1]], ["modulation", [4, 3167, 2]], ["prosody", [4, 3167, 3]]]}, {"answer": "infliction", "hint": "synonyms for infliction", "clues": [["pain in the neck", [4, 3168, 0]], ["annoyance", [4, 3168, 1]], ["bother", [4, 3168, 2]], ["pain in the ass", [4, 3168, 3]], ["botheration", [4, 3168, 4]], ["imposition", [4, 3168, 5]], ["pain", [4, 3168, 6]]]}, {"answer": "inflorescence", "hint": "synonyms for inflorescence", "clues": [["efflorescence", [4, 3169, 0]], ["flowering", [4, 3169, 1]], ["anthesis", [4, 3169, 2]], ["blossoming", [4, 3169, 3]]]}, {"answer": "information", "hint": "synonyms for information", "clues": [["info", [4, 3170, 0]], ["data", [4, 3170, 1]], ["entropy", [4, 3170, 2]], ["selective information", [4, 3170, 3]]]}, {"answer": "information_processing_system", "hint": "synonyms for information processing system", "clues": [["computer", [4, 3171, 0]], ["electronic computer", [4, 3171, 1]], ["computing machine", [4, 3171, 2]], ["data processor", [4, 3171, 3]], ["computing device", [4, 3171, 4]]]}, {"answer": "informational_rna", "hint": "synonyms for informational rna", "clues": [["mRNA", [4, 3172, 0]], ["template RNA", [4, 3172, 1]], ["informational RNA", [4, 3172, 2]], ["messenger RNA", [4, 3172, 3]]]}, {"answer": "ingredient", "hint": "synonyms for ingredient", "clues": [["component", [4, 3173, 0]], ["element", [4, 3173, 1]], ["factor", [4, 3173, 2]], ["fixings", [4, 3173, 3]], ["constituent", [4, 3173, 4]]]}, {"answer": "ingress", "hint": "synonyms for ingress", "clues": [["incoming", [4, 3174, 0]], ["entrance", [4, 3174, 1]], ["immersion", [4, 3174, 2]], ["entry", [4, 3174, 3]], ["entering", [4, 3174, 4]]]}, {"answer": "ingroup", "hint": "synonyms for ingroup", "clues": [["camp", [4, 3175, 0]], ["clique", [4, 3175, 1]], ["pack", [4, 3175, 2]], ["coterie", [4, 3175, 3]], ["inner circle", [4, 3175, 4]]]}, {"answer": "inhalation", "hint": "synonyms for inhalation", "clues": [["inspiration", [4, 3176, 0]], ["intake", [4, 3176, 1]], ["breathing in", [4, 3176, 2]], ["inhalant", [4, 3176, 3]]]}, {"answer": "inhumation", "hint": "synonyms for inhumation", "clues": [["entombment", [4, 3177, 0]], ["sepulture", [4, 3177, 1]], ["burial", [4, 3177, 2]], ["interment", [4, 3177, 3]]]}, {"answer": "iniquity", "hint": "synonyms for iniquity", "clues": [["injustice", [4, 3178, 0]], ["wickedness", [4, 3178, 1]], ["immorality", [4, 3178, 2]], ["unfairness", [4, 3178, 3]], ["evil", [4, 3178, 4]], ["shabbiness", [4, 3178, 5]]]}, {"answer": "initiation", "hint": "synonyms for initiation", "clues": [["creation", [4, 3179, 0]], ["instauration", [4, 3179, 1]], ["introduction", [4, 3179, 2]], ["knowledgeability", [4, 3179, 3]], ["foundation", [4, 3179, 4]], ["trigger", [4, 3179, 5]], ["institution", [4, 3179, 6]], ["installation", [4, 3179, 7]], ["founding", [4, 3179, 8]], ["innovation", [4, 3179, 9]], ["knowledgeableness", [4, 3179, 10]], ["origination", [4, 3179, 11]]]}, {"answer": "injustice", "hint": "synonyms for injustice", "clues": [["shabbiness", [4, 3180, 0]], ["unfairness", [4, 3180, 1]], ["iniquity", [4, 3180, 2]], ["unjustness", [4, 3180, 3]]]}, {"answer": "innate_reflex", "hint": "synonyms for innate reflex", "clues": [["reflex action", [4, 3181, 0]], ["reflex response", [4, 3181, 1]], ["instinctive reflex", [4, 3181, 2]], ["unconditioned reflex", [4, 3181, 3]], ["physiological reaction", [4, 3181, 4]], ["reflex", [4, 3181, 5]], ["inborn reflex", [4, 3181, 6]]]}, {"answer": "inner_circle", "hint": "synonyms for inner circle", "clues": [["camp", [4, 3182, 0]], ["ingroup", [4, 3182, 1]], ["clique", [4, 3182, 2]], ["pack", [4, 3182, 3]], ["coterie", [4, 3182, 4]]]}, {"answer": "innovation", "hint": "synonyms for innovation", "clues": [["creation", [4, 3183, 0]], ["instauration", [4, 3183, 1]], ["introduction", [4, 3183, 2]], ["foundation", [4, 3183, 3]], ["invention", [4, 3183, 4]], ["excogitation", [4, 3183, 5]], ["institution", [4, 3183, 6]], ["founding", [4, 3183, 7]], ["design", [4, 3183, 8]], ["conception", [4, 3183, 9]], ["initiation", [4, 3183, 10]], ["origination", [4, 3183, 11]]]}, {"answer": "input", "hint": "synonyms for input", "clues": [["stimulus", [4, 3184, 0]], ["stimulation", [4, 3184, 1]], ["comment", [4, 3184, 2]], ["input signal", [4, 3184, 3]], ["remark", [4, 3184, 4]], ["stimulant", [4, 3184, 5]]]}, {"answer": "inquiry", "hint": "synonyms for inquiry", "clues": [["question", [4, 3185, 0]], ["research", [4, 3185, 1]], ["enquiry", [4, 3185, 2]], ["interrogation", [4, 3185, 3]], ["query", [4, 3185, 4]]]}, {"answer": "ins", "hint": "synonyms for ins", "clues": [["in", [4, 3186, 0]], ["inch", [4, 3186, 1]], ["atomic number 49", [4, 3186, 2]], ["indium", [4, 3186, 3]]]}, {"answer": "insane_asylum", "hint": "synonyms for insane asylum", "clues": [["mental hospital", [4, 3187, 0]], ["mental home", [4, 3187, 1]], ["mental institution", [4, 3187, 2]], ["psychiatric hospital", [4, 3187, 3]], ["institution", [4, 3187, 4]], ["asylum", [4, 3187, 5]]]}, {"answer": "insensibility", "hint": "synonyms for insensibility", "clues": [["callosity", [4, 3188, 0]], ["unfeelingness", [4, 3188, 1]], ["callousness", [4, 3188, 2]], ["hardness", [4, 3188, 3]]]}, {"answer": "insight", "hint": "synonyms for insight", "clues": [["brainwave", [4, 3189, 0]], ["perceptivity", [4, 3189, 1]], ["sixth sense", [4, 3189, 2]], ["penetration", [4, 3189, 3]], ["brainstorm", [4, 3189, 4]], ["perceptiveness", [4, 3189, 5]]]}, {"answer": "insipidity", "hint": "synonyms for insipidity", "clues": [["boringness", [4, 3190, 0]], ["insipidness", [4, 3190, 1]], ["dreariness", [4, 3190, 2]], ["blandness", [4, 3190, 3]]]}, {"answer": "insipidness", "hint": "synonyms for insipidness", "clues": [["boringness", [4, 3191, 0]], ["insipidity", [4, 3191, 1]], ["dreariness", [4, 3191, 2]], ["blandness", [4, 3191, 3]]]}, {"answer": "insolence", "hint": "synonyms for insolence", "clues": [["cheekiness", [4, 3192, 0]], ["impudence", [4, 3192, 1]], ["crust", [4, 3192, 2]], ["gall", [4, 3192, 3]], ["impertinence", [4, 3192, 4]], ["freshness", [4, 3192, 5]]]}, {"answer": "inspiration", "hint": "synonyms for inspiration", "clues": [["brainchild", [4, 3193, 0]], ["intake", [4, 3193, 1]], ["inhalation", [4, 3193, 2]], ["divine guidance", [4, 3193, 3]], ["aspiration", [4, 3193, 4]], ["breathing in", [4, 3193, 5]], ["stirring", [4, 3193, 6]]]}, {"answer": "installation", "hint": "synonyms for installation", "clues": [["installing", [4, 3194, 0]], ["installment", [4, 3194, 1]], ["initiation", [4, 3194, 2]], ["induction", [4, 3194, 3]], ["facility", [4, 3194, 4]]]}, {"answer": "installment", "hint": "synonyms for installment", "clues": [["instalment", [4, 3195, 0]], ["installing", [4, 3195, 1]], ["installation", [4, 3195, 2]], ["episode", [4, 3195, 3]]]}, {"answer": "instalment", "hint": "synonyms for instalment", "clues": [["installing", [4, 3196, 0]], ["installment", [4, 3196, 1]], ["installation", [4, 3196, 2]], ["episode", [4, 3196, 3]]]}, {"answer": "instance", "hint": "synonyms for instance", "clues": [["representative", [4, 3197, 0]], ["illustration", [4, 3197, 1]], ["example", [4, 3197, 2]], ["case", [4, 3197, 3]]]}, {"answer": "instancy", "hint": "synonyms for instancy", "clues": [["immediateness", [4, 3198, 0]], ["immediacy", [4, 3198, 1]], ["instantaneousness", [4, 3198, 2]], ["imperativeness", [4, 3198, 3]]]}, {"answer": "instauration", "hint": "synonyms for instauration", "clues": [["creation", [4, 3199, 0]], ["introduction", [4, 3199, 1]], ["foundation", [4, 3199, 2]], ["institution", [4, 3199, 3]], ["founding", [4, 3199, 4]], ["innovation", [4, 3199, 5]], ["initiation", [4, 3199, 6]], ["origination", [4, 3199, 7]]]}, {"answer": "instinctive_reflex", "hint": "synonyms for instinctive reflex", "clues": [["reflex action", [4, 3200, 0]], ["reflex response", [4, 3200, 1]], ["innate reflex", [4, 3200, 2]], ["unconditioned reflex", [4, 3200, 3]], ["physiological reaction", [4, 3200, 4]], ["reflex", [4, 3200, 5]], ["inborn reflex", [4, 3200, 6]]]}, {"answer": "institution", "hint": "synonyms for institution", "clues": [["creation", [4, 3201, 0]], ["instauration", [4, 3201, 1]], ["introduction", [4, 3201, 2]], ["foundation", [4, 3201, 3]], ["mental institution", [4, 3201, 4]], ["mental home", [4, 3201, 5]], ["establishment", [4, 3201, 6]], ["insane asylum", [4, 3201, 7]], ["asylum", [4, 3201, 8]], ["founding", [4, 3201, 9]], ["innovation", [4, 3201, 10]], ["mental hospital", [4, 3201, 11]], ["psychiatric hospital", [4, 3201, 12]], ["initiation", [4, 3201, 13]], ["origination", [4, 3201, 14]]]}, {"answer": "instruction", "hint": "synonyms for instruction", "clues": [["didactics", [4, 3202, 0]], ["educational activity", [4, 3202, 1]], ["pedagogy", [4, 3202, 2]], ["education", [4, 3202, 3]], ["direction", [4, 3202, 4]], ["statement", [4, 3202, 5]], ["teaching", [4, 3202, 6]], ["command", [4, 3202, 7]], ["program line", [4, 3202, 8]]]}, {"answer": "instructions", "hint": "synonyms for instructions", "clues": [["didactics", [4, 3203, 0]], ["operating instructions", [4, 3203, 1]], ["instruction", [4, 3203, 2]], ["direction", [4, 3203, 3]], ["instruction manual", [4, 3203, 4]], ["pedagogy", [4, 3203, 5]], ["education", [4, 3203, 6]], ["teaching", [4, 3203, 7]], ["statement", [4, 3203, 8]], ["book of instructions", [4, 3203, 9]], ["command", [4, 3203, 10]], ["educational activity", [4, 3203, 11]], ["program line", [4, 3203, 12]]]}, {"answer": "instrument", "hint": "synonyms for instrument", "clues": [["tool", [4, 3204, 0]], ["musical instrument", [4, 3204, 1]], ["instrumental role", [4, 3204, 2]], ["official document", [4, 3204, 3]], ["legal instrument", [4, 3204, 4]], ["legal document", [4, 3204, 5]]]}, {"answer": "instrument_panel", "hint": "synonyms for instrument panel", "clues": [["control panel", [4, 3205, 0]], ["control board", [4, 3205, 1]], ["panel", [4, 3205, 2]], ["board", [4, 3205, 3]]]}, {"answer": "insult", "hint": "synonyms for insult", "clues": [["abuse", [4, 3206, 0]], ["contumely", [4, 3206, 1]], ["affront", [4, 3206, 2]], ["revilement", [4, 3206, 3]], ["vilification", [4, 3206, 4]]]}, {"answer": "insurance_company", "hint": "synonyms for insurance company", "clues": [["insurer", [4, 3207, 0]], ["insurance firm", [4, 3207, 1]], ["underwriter", [4, 3207, 2]], ["insurance underwriter", [4, 3207, 3]]]}, {"answer": "insurance_firm", "hint": "synonyms for insurance firm", "clues": [["insurance underwriter", [4, 3208, 0]], ["insurer", [4, 3208, 1]], ["underwriter", [4, 3208, 2]], ["insurance company", [4, 3208, 3]]]}, {"answer": "insurance_underwriter", "hint": "synonyms for insurance underwriter", "clues": [["insurer", [4, 3209, 0]], ["insurance firm", [4, 3209, 1]], ["underwriter", [4, 3209, 2]], ["insurance company", [4, 3209, 3]]]}, {"answer": "insurer", "hint": "synonyms for insurer", "clues": [["insurance underwriter", [4, 3210, 0]], ["insurance firm", [4, 3210, 1]], ["underwriter", [4, 3210, 2]], ["insurance company", [4, 3210, 3]]]}, {"answer": "intake", "hint": "synonyms for intake", "clues": [["uptake", [4, 3211, 0]], ["aspiration", [4, 3211, 1]], ["inlet", [4, 3211, 2]], ["breathing in", [4, 3211, 3]], ["consumption", [4, 3211, 4]], ["inhalation", [4, 3211, 5]], ["ingestion", [4, 3211, 6]]]}, {"answer": "intellection", "hint": "synonyms for intellection", "clues": [["mentation", [4, 3212, 0]], ["thought process", [4, 3212, 1]], ["cerebration", [4, 3212, 2]], ["thought", [4, 3212, 3]], ["thinking", [4, 3212, 4]]]}, {"answer": "intelligence", "hint": "synonyms for intelligence", "clues": [["intelligence agency", [4, 3213, 0]], ["word", [4, 3213, 1]], ["intelligence service", [4, 3213, 2]], ["intelligence information", [4, 3213, 3]], ["news", [4, 3213, 4]], ["intelligence activity", [4, 3213, 5]], ["tidings", [4, 3213, 6]]]}, {"answer": "intensity", "hint": "synonyms for intensity", "clues": [["intensity level", [4, 3214, 0]], ["volume", [4, 3214, 1]], ["intensiveness", [4, 3214, 2]], ["vividness", [4, 3214, 3]], ["strength", [4, 3214, 4]], ["chroma", [4, 3214, 5]], ["loudness", [4, 3214, 6]], ["saturation", [4, 3214, 7]]]}, {"answer": "intention", "hint": "synonyms for intention", "clues": [["intent", [4, 3215, 0]], ["design", [4, 3215, 1]], ["purpose", [4, 3215, 2]], ["aim", [4, 3215, 3]]]}, {"answer": "interbreeding", "hint": "synonyms for interbreeding", "clues": [["crossbreeding", [4, 3216, 0]], ["miscegenation", [4, 3216, 1]], ["crossing", [4, 3216, 2]], ["hybridisation", [4, 3216, 3]], ["hybridizing", [4, 3216, 4]]]}, {"answer": "intercourse", "hint": "synonyms for intercourse", "clues": [["social intercourse", [4, 3217, 0]], ["sexual congress", [4, 3217, 1]], ["sexual relation", [4, 3217, 2]], ["coition", [4, 3217, 3]], ["relation", [4, 3217, 4]], ["sex act", [4, 3217, 5]], ["carnal knowledge", [4, 3217, 6]], ["congress", [4, 3217, 7]], ["copulation", [4, 3217, 8]], ["sexual intercourse", [4, 3217, 9]], ["coitus", [4, 3217, 10]]]}, {"answer": "interest", "hint": "synonyms for interest", "clues": [["sake", [4, 3218, 0]], ["involvement", [4, 3218, 1]], ["interestingness", [4, 3218, 2]], ["interest group", [4, 3218, 3]], ["pursuit", [4, 3218, 4]], ["pastime", [4, 3218, 5]]]}, {"answer": "interference", "hint": "synonyms for interference", "clues": [["incumbrance", [4, 3219, 0]], ["intervention", [4, 3219, 1]], ["hindrance", [4, 3219, 2]], ["noise", [4, 3219, 3]], ["disturbance", [4, 3219, 4]], ["preventive", [4, 3219, 5]], ["hitch", [4, 3219, 6]]]}, {"answer": "interment", "hint": "synonyms for interment", "clues": [["entombment", [4, 3220, 0]], ["sepulture", [4, 3220, 1]], ["burial", [4, 3220, 2]], ["inhumation", [4, 3220, 3]]]}, {"answer": "intermission", "hint": "synonyms for intermission", "clues": [["interruption", [4, 3221, 0]], ["pause", [4, 3221, 1]], ["break", [4, 3221, 2]], ["suspension", [4, 3221, 3]]]}, {"answer": "intermixture", "hint": "synonyms for intermixture", "clues": [["mix", [4, 3222, 0]], ["mixture", [4, 3222, 1]], ["commixture", [4, 3222, 2]], ["concoction", [4, 3222, 3]]]}, {"answer": "international_mile", "hint": "synonyms for international mile", "clues": [["mile", [4, 3223, 0]], ["statute mile", [4, 3223, 1]], ["stat mi", [4, 3223, 2]], ["mi", [4, 3223, 3]], ["land mile", [4, 3223, 4]]]}, {"answer": "international_nautical_mile", "hint": "synonyms for international nautical mile", "clues": [["knot", [4, 3224, 0]], ["mile", [4, 3224, 1]], ["air mile", [4, 3224, 2]], ["nautical mile", [4, 3224, 3]], ["naut mi", [4, 3224, 4]], ["mi", [4, 3224, 5]]]}, {"answer": "internment", "hint": "synonyms for internment", "clues": [["impoundment", [4, 3225, 0]], ["poundage", [4, 3225, 1]], ["impounding", [4, 3225, 2]], ["imprisonment", [4, 3225, 3]]]}, {"answer": "interpolation", "hint": "synonyms for interpolation", "clues": [["interpellation", [4, 3226, 0]], ["insertion", [4, 3226, 1]], ["interjection", [4, 3226, 2]], ["interposition", [4, 3226, 3]]]}, {"answer": "interpretation", "hint": "synonyms for interpretation", "clues": [["version", [4, 3227, 0]], ["rendering", [4, 3227, 1]], ["interpreting", [4, 3227, 2]], ["rendition", [4, 3227, 3]], ["reading", [4, 3227, 4]]]}, {"answer": "interrogation", "hint": "synonyms for interrogation", "clues": [["question", [4, 3228, 0]], ["enquiry", [4, 3228, 1]], ["examination", [4, 3228, 2]], ["interrogative sentence", [4, 3228, 3]], ["query", [4, 3228, 4]], ["interrogative", [4, 3228, 5]], ["interrogatory", [4, 3228, 6]]]}, {"answer": "interruption", "hint": "synonyms for interruption", "clues": [["break", [4, 3229, 0]], ["disruption", [4, 3229, 1]], ["suspension", [4, 3229, 2]], ["gap", [4, 3229, 3]], ["pause", [4, 3229, 4]], ["intermission", [4, 3229, 5]]]}, {"answer": "intersection", "hint": "synonyms for intersection", "clues": [["overlap", [4, 3230, 0]], ["intersection point", [4, 3230, 1]], ["carrefour", [4, 3230, 2]], ["convergence", [4, 3230, 3]], ["crossing", [4, 3230, 4]], ["point of intersection", [4, 3230, 5]], ["crossroad", [4, 3230, 6]], ["product", [4, 3230, 7]], ["crossway", [4, 3230, 8]]]}, {"answer": "intervention", "hint": "synonyms for intervention", "clues": [["treatment", [4, 3231, 0]], ["interference", [4, 3231, 1]], ["intercession", [4, 3231, 2]], ["interposition", [4, 3231, 3]]]}, {"answer": "intimation", "hint": "synonyms for intimation", "clues": [["glimmering", [4, 3232, 0]], ["inkling", [4, 3232, 1]], ["breath", [4, 3232, 2]], ["hint", [4, 3232, 3]]]}, {"answer": "introduction", "hint": "synonyms for introduction", "clues": [["unveiling", [4, 3233, 0]], ["creation", [4, 3233, 1]], ["instauration", [4, 3233, 2]], ["intro", [4, 3233, 3]], ["launching", [4, 3233, 4]], ["foundation", [4, 3233, 5]], ["insertion", [4, 3233, 6]], ["institution", [4, 3233, 7]], ["origination", [4, 3233, 8]], ["presentation", [4, 3233, 9]], ["founding", [4, 3233, 10]], ["debut", [4, 3233, 11]], ["innovation", [4, 3233, 12]], ["first appearance", [4, 3233, 13]], ["intromission", [4, 3233, 14]], ["initiation", [4, 3233, 15]], ["entry", [4, 3233, 16]]]}, {"answer": "intrusion", "hint": "synonyms for intrusion", "clues": [["encroachment", [4, 3234, 0]], ["violation", [4, 3234, 1]], ["invasion", [4, 3234, 2]], ["trespass", [4, 3234, 3]], ["usurpation", [4, 3234, 4]]]}, {"answer": "inundation", "hint": "synonyms for inundation", "clues": [["torrent", [4, 3235, 0]], ["deluge", [4, 3235, 1]], ["flood", [4, 3235, 2]], ["alluvion", [4, 3235, 3]]]}, {"answer": "invention", "hint": "synonyms for invention", "clues": [["design", [4, 3236, 0]], ["conception", [4, 3236, 1]], ["innovation", [4, 3236, 2]], ["excogitation", [4, 3236, 3]]]}, {"answer": "inventory", "hint": "synonyms for inventory", "clues": [["stock list", [4, 3237, 0]], ["stocktaking", [4, 3237, 1]], ["stock", [4, 3237, 2]], ["armory", [4, 3237, 3]], ["inventorying", [4, 3237, 4]]]}, {"answer": "inversion", "hint": "synonyms for inversion", "clues": [["sexual inversion", [4, 3238, 0]], ["everting", [4, 3238, 1]], ["anastrophe", [4, 3238, 2]], ["eversion", [4, 3238, 3]], ["upending", [4, 3238, 4]]]}, {"answer": "investiture", "hint": "synonyms for investiture", "clues": [["enthronisation", [4, 3239, 0]], ["enthronement", [4, 3239, 1]], ["investment", [4, 3239, 2]], ["coronation", [4, 3239, 3]]]}, {"answer": "invigoration", "hint": "synonyms for invigoration", "clues": [["spiritedness", [4, 3240, 0]], ["brio", [4, 3240, 1]], ["animation", [4, 3240, 2]], ["vivification", [4, 3240, 3]]]}, {"answer": "invocation", "hint": "synonyms for invocation", "clues": [["conjuration", [4, 3241, 0]], ["conjury", [4, 3241, 1]], ["supplication", [4, 3241, 2]], ["conjuring", [4, 3241, 3]]]}, {"answer": "involution", "hint": "synonyms for involution", "clues": [["elaborateness", [4, 3242, 0]], ["elaboration", [4, 3242, 1]], ["participation", [4, 3242, 2]], ["intricacy", [4, 3242, 3]], ["enfolding", [4, 3242, 4]], ["involvement", [4, 3242, 5]], ["exponentiation", [4, 3242, 6]], ["engagement", [4, 3242, 7]]]}, {"answer": "involvement", "hint": "synonyms for involvement", "clues": [["interest", [4, 3243, 0]], ["engagement", [4, 3243, 1]], ["involution", [4, 3243, 2]], ["participation", [4, 3243, 3]]]}, {"answer": "inwardness", "hint": "synonyms for inwardness", "clues": [["pith", [4, 3244, 0]], ["marrow", [4, 3244, 1]], ["nitty-gritty", [4, 3244, 2]], ["centre", [4, 3244, 3]], ["nub", [4, 3244, 4]], ["substance", [4, 3244, 5]], ["internality", [4, 3244, 6]], ["sum", [4, 3244, 7]], ["gist", [4, 3244, 8]], ["essence", [4, 3244, 9]], ["kernel", [4, 3244, 10]], ["heart and soul", [4, 3244, 11]], ["core", [4, 3244, 12]], ["meat", [4, 3244, 13]], ["heart", [4, 3244, 14]], ["center", [4, 3244, 15]]]}, {"answer": "iota", "hint": "synonyms for iota", "clues": [["whit", [4, 3245, 0]], ["smidgeon", [4, 3245, 1]], ["tittle", [4, 3245, 2]], ["scintilla", [4, 3245, 3]], ["shred", [4, 3245, 4]], ["smidgin", [4, 3245, 5]]]}, {"answer": "ira", "hint": "synonyms for ira", "clues": [["ire", [4, 3246, 0]], ["wrath", [4, 3246, 1]], ["individual retirement account", [4, 3246, 2]], ["anger", [4, 3246, 3]]]}, {"answer": "ire", "hint": "synonyms for ire", "clues": [["choler", [4, 3247, 0]], ["ira", [4, 3247, 1]], ["anger", [4, 3247, 2]], ["wrath", [4, 3247, 3]]]}, {"answer": "irish_bull", "hint": "synonyms for irish bull", "clues": [["shit", [4, 3248, 0]], ["bullshit", [4, 3248, 1]], ["horseshit", [4, 3248, 2]], ["crap", [4, 3248, 3]], ["dogshit", [4, 3248, 4]], ["bull", [4, 3248, 5]]]}, {"answer": "irish_potato", "hint": "synonyms for irish potato", "clues": [["tater", [4, 3249, 0]], ["white potato", [4, 3249, 1]], ["murphy", [4, 3249, 2]], ["potato", [4, 3249, 3]], ["spud", [4, 3249, 4]]]}, {"answer": "irons", "hint": "synonyms for irons", "clues": [["iron", [4, 3250, 0]], ["atomic number 26", [4, 3250, 1]], ["smoothing iron", [4, 3250, 2]], ["branding iron", [4, 3250, 3]], ["chains", [4, 3250, 4]]]}, {"answer": "irradiation", "hint": "synonyms for irradiation", "clues": [["actinotherapy", [4, 3251, 0]], ["beam of light", [4, 3251, 1]], ["light beam", [4, 3251, 2]], ["ray", [4, 3251, 3]], ["radiation therapy", [4, 3251, 4]], ["shaft", [4, 3251, 5]], ["radiation", [4, 3251, 6]], ["radiotherapy", [4, 3251, 7]], ["beam", [4, 3251, 8]], ["shaft of light", [4, 3251, 9]], ["ray of light", [4, 3251, 10]]]}, {"answer": "irritability", "hint": "synonyms for irritability", "clues": [["excitability", [4, 3252, 0]], ["surliness", [4, 3252, 1]], ["petulance", [4, 3252, 2]], ["snappishness", [4, 3252, 3]], ["choler", [4, 3252, 4]], ["fretfulness", [4, 3252, 5]], ["crossness", [4, 3252, 6]], ["fussiness", [4, 3252, 7]], ["peevishness", [4, 3252, 8]], ["biliousness", [4, 3252, 9]], ["temper", [4, 3252, 10]], ["pettishness", [4, 3252, 11]]]}, {"answer": "irritation", "hint": "synonyms for irritation", "clues": [["discomfort", [4, 3253, 0]], ["vexation", [4, 3253, 1]], ["pique", [4, 3253, 2]], ["temper", [4, 3253, 3]], ["provocation", [4, 3253, 4]], ["annoyance", [4, 3253, 5]], ["annoying", [4, 3253, 6]], ["soreness", [4, 3253, 7]], ["aggravation", [4, 3253, 8]]]}, {"answer": "ism", "hint": "synonyms for ism", "clues": [["philosophy", [4, 3254, 0]], ["doctrine", [4, 3254, 1]], ["school of thought", [4, 3254, 2]], ["philosophical system", [4, 3254, 3]]]}, {"answer": "issue", "hint": "synonyms for issue", "clues": [["publication", [4, 3255, 0]], ["way out", [4, 3255, 1]], ["payoff", [4, 3255, 2]], ["event", [4, 3255, 3]], ["consequence", [4, 3255, 4]], ["take", [4, 3255, 5]], ["result", [4, 3255, 6]], ["upshot", [4, 3255, 7]], ["outlet", [4, 3255, 8]], ["issuance", [4, 3255, 9]], ["return", [4, 3255, 10]], ["emergence", [4, 3255, 11]], ["exit", [4, 3255, 12]], ["military issue", [4, 3255, 13]], ["subject", [4, 3255, 14]], ["takings", [4, 3255, 15]], ["issuing", [4, 3255, 16]], ["yield", [4, 3255, 17]], ["matter", [4, 3255, 18]], ["government issue", [4, 3255, 19]], ["effect", [4, 3255, 20]], ["topic", [4, 3255, 21]], ["number", [4, 3255, 22]], ["proceeds", [4, 3255, 23]], ["outcome", [4, 3255, 24]], ["egress", [4, 3255, 25]]]}, {"answer": "italian_sandwich", "hint": "synonyms for italian sandwich", "clues": [["bomber", [4, 3256, 0]], ["torpedo", [4, 3256, 1]], ["submarine sandwich", [4, 3256, 2]], ["hoagie", [4, 3256, 3]], ["poor boy", [4, 3256, 4]], ["hero sandwich", [4, 3256, 5]], ["hero", [4, 3256, 6]], ["hoagy", [4, 3256, 7]], ["submarine", [4, 3256, 8]], ["grinder", [4, 3256, 9]], ["wedge", [4, 3256, 10]], ["zep", [4, 3256, 11]], ["sub", [4, 3256, 12]]]}, {"answer": "itinerary", "hint": "synonyms for itinerary", "clues": [["travel plan", [4, 3257, 0]], ["path", [4, 3257, 1]], ["route", [4, 3257, 2]], ["travel guidebook", [4, 3257, 3]]]}, {"answer": "ivory", "hint": "synonyms for ivory", "clues": [["pearl", [4, 3258, 0]], ["bone", [4, 3258, 1]], ["off-white", [4, 3258, 2]], ["tusk", [4, 3258, 3]]]}, {"answer": "jab", "hint": "synonyms for jab", "clues": [["jabbing", [4, 3259, 0]], ["poke", [4, 3259, 1]], ["thrusting", [4, 3259, 2]], ["poking", [4, 3259, 3]], ["dig", [4, 3259, 4]]]}, {"answer": "jabbing", "hint": "synonyms for jabbing", "clues": [["poke", [4, 3260, 0]], ["thrusting", [4, 3260, 1]], ["poking", [4, 3260, 2]], ["jab", [4, 3260, 3]]]}, {"answer": "jack", "hint": "synonyms for jack", "clues": [["diddly", [4, 3261, 0]], ["jak", [4, 3261, 1]], ["shit", [4, 3261, 2]], ["diddly-squat", [4, 3261, 3]], ["diddly-shit", [4, 3261, 4]], ["doodly-squat", [4, 3261, 5]], ["squat", [4, 3261, 6]], ["jackfruit", [4, 3261, 7]], ["knave", [4, 3261, 8]], ["jackstones", [4, 3261, 9]]]}, {"answer": "jacket", "hint": "synonyms for jacket", "clues": [["crownwork", [4, 3262, 0]], ["cap", [4, 3262, 1]], ["crown", [4, 3262, 2]], ["jacket crown", [4, 3262, 3]]]}, {"answer": "jacket_crown", "hint": "synonyms for jacket crown", "clues": [["crownwork", [4, 3263, 0]], ["cap", [4, 3263, 1]], ["crown", [4, 3263, 2]], ["jacket", [4, 3263, 3]]]}, {"answer": "jacks", "hint": "synonyms for jacks", "clues": [["jack", [4, 3264, 0]], ["shit", [4, 3264, 1]], ["jackstones", [4, 3264, 2]], ["diddly-shit", [4, 3264, 3]], ["squat", [4, 3264, 4]], ["diddly", [4, 3264, 5]], ["diddly-squat", [4, 3264, 6]], ["doodly-squat", [4, 3264, 7]], ["jackfruit", [4, 3264, 8]], ["knave", [4, 3264, 9]], ["knucklebones", [4, 3264, 10]]]}, {"answer": "jail", "hint": "synonyms for jail", "clues": [["poky", [4, 3265, 0]], ["gaol", [4, 3265, 1]], ["clink", [4, 3265, 2]], ["jailhouse", [4, 3265, 3]], ["slammer", [4, 3265, 4]]]}, {"answer": "jailbreak", "hint": "synonyms for jailbreak", "clues": [["break", [4, 3266, 0]], ["gaolbreak", [4, 3266, 1]], ["breakout", [4, 3266, 2]], ["prisonbreak", [4, 3266, 3]], ["prison-breaking", [4, 3266, 4]]]}, {"answer": "jailhouse", "hint": "synonyms for jailhouse", "clues": [["poky", [4, 3267, 0]], ["clink", [4, 3267, 1]], ["gaol", [4, 3267, 2]], ["jail", [4, 3267, 3]], ["slammer", [4, 3267, 4]]]}, {"answer": "jam", "hint": "synonyms for jam", "clues": [["press", [4, 3268, 0]], ["jamming", [4, 3268, 1]], ["electronic jamming", [4, 3268, 2]], ["crush", [4, 3268, 3]]]}, {"answer": "jape", "hint": "synonyms for jape", "clues": [["joke", [4, 3269, 0]], ["gag", [4, 3269, 1]], ["laugh", [4, 3269, 2]], ["jest", [4, 3269, 3]]]}, {"answer": "japery", "hint": "synonyms for japery", "clues": [["prank", [4, 3270, 0]], ["frivolity", [4, 3270, 1]], ["harlequinade", [4, 3270, 2]], ["buffoonery", [4, 3270, 3]], ["clowning", [4, 3270, 4]]]}, {"answer": "jar", "hint": "synonyms for jar", "clues": [["jounce", [4, 3271, 0]], ["jarful", [4, 3271, 1]], ["jolt", [4, 3271, 2]], ["shock", [4, 3271, 3]]]}, {"answer": "jargon", "hint": "synonyms for jargon", "clues": [["cant", [4, 3272, 0]], ["argot", [4, 3272, 1]], ["jargoon", [4, 3272, 2]], ["patois", [4, 3272, 3]], ["slang", [4, 3272, 4]], ["lingo", [4, 3272, 5]], ["vernacular", [4, 3272, 6]]]}, {"answer": "jaundice", "hint": "synonyms for jaundice", "clues": [["acrimony", [4, 3273, 0]], ["thorniness", [4, 3273, 1]], ["tartness", [4, 3273, 2]], ["acerbity", [4, 3273, 3]], ["bitterness", [4, 3273, 4]]]}, {"answer": "jaunt", "hint": "synonyms for jaunt", "clues": [["sashay", [4, 3274, 0]], ["junket", [4, 3274, 1]], ["outing", [4, 3274, 2]], ["excursion", [4, 3274, 3]], ["pleasure trip", [4, 3274, 4]], ["expedition", [4, 3274, 5]]]}, {"answer": "jauntiness", "hint": "synonyms for jauntiness", "clues": [["nattiness", [4, 3275, 0]], ["rakishness", [4, 3275, 1]], ["dapperness", [4, 3275, 2]], ["breeziness", [4, 3275, 3]]]}, {"answer": "jazz", "hint": "synonyms for jazz", "clues": [["malarkey", [4, 3276, 0]], ["wind", [4, 3276, 1]], ["nothingness", [4, 3276, 2]], ["idle words", [4, 3276, 3]]]}, {"answer": "jejuneness", "hint": "synonyms for jejuneness", "clues": [["vapidity", [4, 3277, 0]], ["tameness", [4, 3277, 1]], ["vapidness", [4, 3277, 2]], ["jejunity", [4, 3277, 3]]]}, {"answer": "jejunity", "hint": "synonyms for jejunity", "clues": [["vapidity", [4, 3278, 0]], ["jejuneness", [4, 3278, 1]], ["tameness", [4, 3278, 2]], ["vapidness", [4, 3278, 3]]]}, {"answer": "jerk", "hint": "synonyms for jerk", "clues": [["tug", [4, 3279, 0]], ["jolt", [4, 3279, 1]], ["saccade", [4, 3279, 2]], ["jerking", [4, 3279, 3]], ["jerked meat", [4, 3279, 4]], ["jerky", [4, 3279, 5]]]}, {"answer": "jest", "hint": "synonyms for jest", "clues": [["jocularity", [4, 3280, 0]], ["jape", [4, 3280, 1]], ["joke", [4, 3280, 2]], ["gag", [4, 3280, 3]], ["laugh", [4, 3280, 4]]]}, {"answer": "jet_black", "hint": "synonyms for jet black", "clues": [["ebony", [4, 3281, 0]], ["coal black", [4, 3281, 1]], ["pitch black", [4, 3281, 2]], ["sable", [4, 3281, 3]], ["soot black", [4, 3281, 4]]]}, {"answer": "jetty", "hint": "synonyms for jetty", "clues": [["bulwark", [4, 3282, 0]], ["groin", [4, 3282, 1]], ["mole", [4, 3282, 2]], ["groyne", [4, 3282, 3]], ["breakwater", [4, 3282, 4]], ["seawall", [4, 3282, 5]]]}, {"answer": "jibe", "hint": "synonyms for jibe", "clues": [["dig", [4, 3283, 0]], ["shaft", [4, 3283, 1]], ["gibe", [4, 3283, 2]], ["shot", [4, 3283, 3]], ["barb", [4, 3283, 4]], ["slam", [4, 3283, 5]]]}, {"answer": "jiffy", "hint": "synonyms for jiffy", "clues": [["flash", [4, 3284, 0]], ["instant", [4, 3284, 1]], ["trice", [4, 3284, 2]], ["split second", [4, 3284, 3]], ["blink of an eye", [4, 3284, 4]], ["wink", [4, 3284, 5]], ["twinkling", [4, 3284, 6]], ["heartbeat", [4, 3284, 7]]]}, {"answer": "jiggery-pokery", "hint": "synonyms for jiggery-pokery", "clues": [["hocus-pocus", [4, 3285, 0]], ["slickness", [4, 3285, 1]], ["skullduggery", [4, 3285, 2]], ["hanky panky", [4, 3285, 3]], ["trickery", [4, 3285, 4]]]}, {"answer": "jigsaw", "hint": "synonyms for jigsaw", "clues": [["fretsaw", [4, 3286, 0]], ["scroll saw", [4, 3286, 1]], ["saber saw", [4, 3286, 2]], ["reciprocating saw", [4, 3286, 3]]]}, {"answer": "jingoism", "hint": "synonyms for jingoism", "clues": [["chauvinism", [4, 3287, 0]], ["ultranationalism", [4, 3287, 1]], ["superpatriotism", [4, 3287, 2]], ["flag waving", [4, 3287, 3]]]}, {"answer": "jitney", "hint": "synonyms for jitney", "clues": [["bus", [4, 3288, 0]], ["charabanc", [4, 3288, 1]], ["autobus", [4, 3288, 2]], ["passenger vehicle", [4, 3288, 3]], ["double-decker", [4, 3288, 4]], ["omnibus", [4, 3288, 5]], ["motorbus", [4, 3288, 6]], ["motorcoach", [4, 3288, 7]], ["coach", [4, 3288, 8]]]}, {"answer": "job", "hint": "synonyms for job", "clues": [["line of work", [4, 3289, 0]], ["task", [4, 3289, 1]], ["occupation", [4, 3289, 2]], ["caper", [4, 3289, 3]], ["chore", [4, 3289, 4]], ["business", [4, 3289, 5]], ["line", [4, 3289, 6]]]}, {"answer": "jock", "hint": "synonyms for jock", "clues": [["supporter", [4, 3290, 0]], ["jockstrap", [4, 3290, 1]], ["suspensor", [4, 3290, 2]], ["athletic supporter", [4, 3290, 3]]]}, {"answer": "jockstrap", "hint": "synonyms for jockstrap", "clues": [["supporter", [4, 3291, 0]], ["jock", [4, 3291, 1]], ["suspensor", [4, 3291, 2]], ["athletic supporter", [4, 3291, 3]]]}, {"answer": "jocosity", "hint": "synonyms for jocosity", "clues": [["jocularity", [4, 3292, 0]], ["jocoseness", [4, 3292, 1]], ["humorousness", [4, 3292, 2]], ["merriness", [4, 3292, 3]]]}, {"answer": "jocularity", "hint": "synonyms for jocularity", "clues": [["jocundity", [4, 3293, 0]], ["joke", [4, 3293, 1]], ["jest", [4, 3293, 2]], ["jocosity", [4, 3293, 3]]]}, {"answer": "jodhpurs", "hint": "synonyms for jodhpurs", "clues": [["jodhpur", [4, 3294, 0]], ["jodhpur shoe", [4, 3294, 1]], ["riding breeches", [4, 3294, 2]], ["jodhpur breeches", [4, 3294, 3]], ["jodhpur boot", [4, 3294, 4]]]}, {"answer": "john", "hint": "synonyms for john", "clues": [["toilet", [4, 3295, 0]], ["privy", [4, 3295, 1]], ["lav", [4, 3295, 2]], ["bathroom", [4, 3295, 3]], ["can", [4, 3295, 4]], ["lavatory", [4, 3295, 5]]]}, {"answer": "john_barleycorn", "hint": "synonyms for john barleycorn", "clues": [["strong drink", [4, 3296, 0]], ["spirits", [4, 3296, 1]], ["liquor", [4, 3296, 2]], ["booze", [4, 3296, 3]], ["hard liquor", [4, 3296, 4]], ["hard drink", [4, 3296, 5]]]}, {"answer": "johns", "hint": "synonyms for johns", "clues": [["toilet", [4, 3297, 0]], ["privy", [4, 3297, 1]], ["lav", [4, 3297, 2]], ["bathroom", [4, 3297, 3]], ["john", [4, 3297, 4]], ["can", [4, 3297, 5]], ["lavatory", [4, 3297, 6]]]}, {"answer": "join", "hint": "synonyms for join", "clues": [["junction", [4, 3298, 0]], ["juncture", [4, 3298, 1]], ["union", [4, 3298, 2]], ["articulation", [4, 3298, 3]], ["sum", [4, 3298, 4]], ["joint", [4, 3298, 5]]]}, {"answer": "jointure", "hint": "synonyms for jointure", "clues": [["union", [4, 3299, 0]], ["unification", [4, 3299, 1]], ["uniting", [4, 3299, 2]], ["legal jointure", [4, 3299, 3]], ["conjugation", [4, 3299, 4]]]}, {"answer": "joke", "hint": "synonyms for joke", "clues": [["jocularity", [4, 3300, 0]], ["jape", [4, 3300, 1]], ["jest", [4, 3300, 2]], ["antic", [4, 3300, 3]], ["gag", [4, 3300, 4]], ["put-on", [4, 3300, 5]], ["prank", [4, 3300, 6]], ["trick", [4, 3300, 7]], ["laugh", [4, 3300, 8]], ["caper", [4, 3300, 9]]]}, {"answer": "jolt", "hint": "synonyms for jolt", "clues": [["jounce", [4, 3301, 0]], ["jerking", [4, 3301, 1]], ["saccade", [4, 3301, 2]], ["jar", [4, 3301, 3]], ["shock", [4, 3301, 4]]]}, {"answer": "jook", "hint": "synonyms for jook", "clues": [["juke", [4, 3302, 0]], ["jook house", [4, 3302, 1]], ["juke joint", [4, 3302, 2]], ["juke house", [4, 3302, 3]], ["jook joint", [4, 3302, 4]], ["congee", [4, 3302, 5]]]}, {"answer": "jook_house", "hint": "synonyms for jook house", "clues": [["juke", [4, 3303, 0]], ["juke joint", [4, 3303, 1]], ["juke house", [4, 3303, 2]], ["jook joint", [4, 3303, 3]], ["jook", [4, 3303, 4]]]}, {"answer": "jook_joint", "hint": "synonyms for jook joint", "clues": [["juke", [4, 3304, 0]], ["jook house", [4, 3304, 1]], ["juke joint", [4, 3304, 2]], ["juke house", [4, 3304, 3]], ["jook", [4, 3304, 4]]]}, {"answer": "jot", "hint": "synonyms for jot", "clues": [["speck", [4, 3305, 0]], ["touch", [4, 3305, 1]], ["mite", [4, 3305, 2]], ["tinge", [4, 3305, 3]], ["soupcon", [4, 3305, 4]], ["jotting", [4, 3305, 5]], ["hint", [4, 3305, 6]], ["pinch", [4, 3305, 7]]]}, {"answer": "joy", "hint": "synonyms for joy", "clues": [["pleasure", [4, 3306, 0]], ["joyousness", [4, 3306, 1]], ["delight", [4, 3306, 2]], ["joyfulness", [4, 3306, 3]]]}, {"answer": "jubilation", "hint": "synonyms for jubilation", "clues": [["exultation", [4, 3307, 0]], ["rejoicing", [4, 3307, 1]], ["jubilance", [4, 3307, 2]], ["celebration", [4, 3307, 3]]]}, {"answer": "judgement", "hint": "synonyms for judgement", "clues": [["perspicacity", [4, 3308, 0]], ["judgment", [4, 3308, 1]], ["sagacity", [4, 3308, 2]], ["judicial decision", [4, 3308, 3]], ["opinion", [4, 3308, 4]], ["sound judgment", [4, 3308, 5]], ["legal opinion", [4, 3308, 6]], ["judging", [4, 3308, 7]], ["discernment", [4, 3308, 8]], ["sagaciousness", [4, 3308, 9]], ["assessment", [4, 3308, 10]], ["mind", [4, 3308, 11]]]}, {"answer": "judgement_day", "hint": "synonyms for judgement day", "clues": [["doomsday", [4, 3309, 0]], ["crack of doom", [4, 3309, 1]], ["end of the world", [4, 3309, 2]], ["eschaton", [4, 3309, 3]], ["day of reckoning", [4, 3309, 4]]]}, {"answer": "judgment", "hint": "synonyms for judgment", "clues": [["perspicacity", [4, 3310, 0]], ["judgement", [4, 3310, 1]], ["sagacity", [4, 3310, 2]], ["judicial decision", [4, 3310, 3]], ["opinion", [4, 3310, 4]], ["sound judgment", [4, 3310, 5]], ["legal opinion", [4, 3310, 6]], ["mind", [4, 3310, 7]], ["judging", [4, 3310, 8]], ["discernment", [4, 3310, 9]], ["sagaciousness", [4, 3310, 10]], ["assessment", [4, 3310, 11]]]}, {"answer": "judgment_day", "hint": "synonyms for judgment day", "clues": [["doomsday", [4, 3311, 0]], ["crack of doom", [4, 3311, 1]], ["end of the world", [4, 3311, 2]], ["eschaton", [4, 3311, 3]], ["day of reckoning", [4, 3311, 4]]]}, {"answer": "judicature", "hint": "synonyms for judicature", "clues": [["court", [4, 3312, 0]], ["judicial system", [4, 3312, 1]], ["judiciary", [4, 3312, 2]], ["tribunal", [4, 3312, 3]], ["judicatory", [4, 3312, 4]], ["judgeship", [4, 3312, 5]], ["administration", [4, 3312, 6]]]}, {"answer": "judiciary", "hint": "synonyms for judiciary", "clues": [["judicatory", [4, 3313, 0]], ["judicature", [4, 3313, 1]], ["bench", [4, 3313, 2]], ["judicial system", [4, 3313, 3]]]}, {"answer": "juju", "hint": "synonyms for juju", "clues": [["voodoo", [4, 3314, 0]], ["hoodoo", [4, 3314, 1]], ["fetich", [4, 3314, 2]], ["fetish", [4, 3314, 3]]]}, {"answer": "juke", "hint": "synonyms for juke", "clues": [["jook house", [4, 3315, 0]], ["juke joint", [4, 3315, 1]], ["fake", [4, 3315, 2]], ["juke house", [4, 3315, 3]], ["jook joint", [4, 3315, 4]], ["jook", [4, 3315, 5]]]}, {"answer": "juke_house", "hint": "synonyms for juke house", "clues": [["juke", [4, 3316, 0]], ["jook house", [4, 3316, 1]], ["juke joint", [4, 3316, 2]], ["jook joint", [4, 3316, 3]], ["jook", [4, 3316, 4]]]}, {"answer": "juke_joint", "hint": "synonyms for juke joint", "clues": [["juke", [4, 3317, 0]], ["jook house", [4, 3317, 1]], ["juke house", [4, 3317, 2]], ["jook joint", [4, 3317, 3]], ["jook", [4, 3317, 4]]]}, {"answer": "jump", "hint": "synonyms for jump", "clues": [["leap", [4, 3318, 0]], ["start", [4, 3318, 1]], ["jumping", [4, 3318, 2]], ["startle", [4, 3318, 3]], ["saltation", [4, 3318, 4]], ["parachuting", [4, 3318, 5]]]}, {"answer": "jumper", "hint": "synonyms for jumper", "clues": [["pinny", [4, 3319, 0]], ["jump shot", [4, 3319, 1]], ["pinafore", [4, 3319, 2]], ["sweater", [4, 3319, 3]]]}, {"answer": "junction", "hint": "synonyms for junction", "clues": [["juncture", [4, 3320, 0]], ["conjunction", [4, 3320, 1]], ["join", [4, 3320, 2]], ["adjunction", [4, 3320, 3]], ["articulation", [4, 3320, 4]]]}, {"answer": "juncture", "hint": "synonyms for juncture", "clues": [["junction", [4, 3321, 0]], ["occasion", [4, 3321, 1]], ["join", [4, 3321, 2]], ["articulation", [4, 3321, 3]]]}, {"answer": "junk", "hint": "synonyms for junk", "clues": [["rubble", [4, 3322, 0]], ["dust", [4, 3322, 1]], ["debris", [4, 3322, 2]], ["detritus", [4, 3322, 3]]]}, {"answer": "junk_heap", "hint": "synonyms for junk heap", "clues": [["refuse heap", [4, 3323, 0]], ["junk pile", [4, 3323, 1]], ["garbage heap", [4, 3323, 2]], ["trash pile", [4, 3323, 3]], ["scrapheap", [4, 3323, 4]], ["trash heap", [4, 3323, 5]], ["rubbish heap", [4, 3323, 6]]]}, {"answer": "junk_pile", "hint": "synonyms for junk pile", "clues": [["refuse heap", [4, 3324, 0]], ["garbage heap", [4, 3324, 1]], ["junk heap", [4, 3324, 2]], ["trash pile", [4, 3324, 3]], ["scrapheap", [4, 3324, 4]], ["trash heap", [4, 3324, 5]], ["rubbish heap", [4, 3324, 6]]]}, {"answer": "junket", "hint": "synonyms for junket", "clues": [["sashay", [4, 3325, 0]], ["outing", [4, 3325, 1]], ["jaunt", [4, 3325, 2]], ["excursion", [4, 3325, 3]], ["pleasure trip", [4, 3325, 4]], ["expedition", [4, 3325, 5]]]}, {"answer": "jut", "hint": "synonyms for jut", "clues": [["protrusion", [4, 3326, 0]], ["swelling", [4, 3326, 1]], ["projection", [4, 3326, 2]], ["protuberance", [4, 3326, 3]], ["gibbosity", [4, 3326, 4]], ["gibbousness", [4, 3326, 5]], ["bulge", [4, 3326, 6]], ["extrusion", [4, 3326, 7]], ["prominence", [4, 3326, 8]], ["jutting", [4, 3326, 9]], ["bump", [4, 3326, 10]], ["excrescence", [4, 3326, 11]], ["hump", [4, 3326, 12]]]}, {"answer": "kale", "hint": "synonyms for kale", "clues": [["boodle", [4, 3327, 0]], ["scratch", [4, 3327, 1]], ["dinero", [4, 3327, 2]], ["shekels", [4, 3327, 3]], ["cabbage", [4, 3327, 4]], ["lettuce", [4, 3327, 5]], ["gelt", [4, 3327, 6]], ["lucre", [4, 3327, 7]], ["dough", [4, 3327, 8]], ["wampum", [4, 3327, 9]], ["cole", [4, 3327, 10]], ["pelf", [4, 3327, 11]], ["clams", [4, 3327, 12]], ["lolly", [4, 3327, 13]], ["loot", [4, 3327, 14]], ["bread", [4, 3327, 15]], ["sugar", [4, 3327, 16]], ["simoleons", [4, 3327, 17]], ["kail", [4, 3327, 18]], ["moolah", [4, 3327, 19]]]}, {"answer": "kalian", "hint": "synonyms for kalian", "clues": [["nargileh", [4, 3328, 0]], ["hubble-bubble", [4, 3328, 1]], ["calean", [4, 3328, 2]], ["chicha", [4, 3328, 3]], ["sheesha", [4, 3328, 4]], ["shisha", [4, 3328, 5]], ["hookah", [4, 3328, 6]], ["hubbly-bubbly", [4, 3328, 7]], ["water pipe", [4, 3328, 8]]]}, {"answer": "kaolin", "hint": "synonyms for kaolin", "clues": [["terra alba", [4, 3329, 0]], ["china stone", [4, 3329, 1]], ["china clay", [4, 3329, 2]], ["kaoline", [4, 3329, 3]], ["porcelain clay", [4, 3329, 4]]]}, {"answer": "kaoline", "hint": "synonyms for kaoline", "clues": [["kaolin", [4, 3330, 0]], ["terra alba", [4, 3330, 1]], ["china stone", [4, 3330, 2]], ["china clay", [4, 3330, 3]], ["porcelain clay", [4, 3330, 4]]]}, {"answer": "kb", "hint": "synonyms for kb", "clues": [["kilobyte", [4, 3331, 0]], ["kB", [4, 3331, 1]], ["kilobit", [4, 3331, 2]], ["kbit", [4, 3331, 3]], ["kibibyte", [4, 3331, 4]]]}, {"answer": "kc", "hint": "synonyms for kc", "clues": [["kHz", [4, 3332, 0]], ["kilocycle per second", [4, 3332, 1]], ["kilocycle", [4, 3332, 2]], ["kilohertz", [4, 3332, 3]]]}, {"answer": "keenness", "hint": "synonyms for keenness", "clues": [["avidness", [4, 3333, 0]], ["sharpness", [4, 3333, 1]], ["eagerness", [4, 3333, 2]], ["acuity", [4, 3333, 3]], ["avidity", [4, 3333, 4]], ["acuteness", [4, 3333, 5]]]}, {"answer": "keep", "hint": "synonyms for keep", "clues": [["livelihood", [4, 3334, 0]], ["bread and butter", [4, 3334, 1]], ["donjon", [4, 3334, 2]], ["hold", [4, 3334, 3]], ["support", [4, 3334, 4]], ["dungeon", [4, 3334, 5]], ["living", [4, 3334, 6]], ["sustenance", [4, 3334, 7]]]}, {"answer": "keeping", "hint": "synonyms for keeping", "clues": [["safekeeping", [4, 3335, 0]], ["guardianship", [4, 3335, 1]], ["retention", [4, 3335, 2]], ["holding", [4, 3335, 3]]]}, {"answer": "kernel", "hint": "synonyms for kernel", "clues": [["pith", [4, 3336, 0]], ["marrow", [4, 3336, 1]], ["nitty-gritty", [4, 3336, 2]], ["centre", [4, 3336, 3]], ["nub", [4, 3336, 4]], ["inwardness", [4, 3336, 5]], ["substance", [4, 3336, 6]], ["sum", [4, 3336, 7]], ["gist", [4, 3336, 8]], ["essence", [4, 3336, 9]], ["heart and soul", [4, 3336, 10]], ["core", [4, 3336, 11]], ["meat", [4, 3336, 12]], ["heart", [4, 3336, 13]], ["center", [4, 3336, 14]]]}, {"answer": "kettle", "hint": "synonyms for kettle", "clues": [["boiler", [4, 3337, 0]], ["kettleful", [4, 3337, 1]], ["tympani", [4, 3337, 2]], ["tympanum", [4, 3337, 3]], ["kettle hole", [4, 3337, 4]], ["kettledrum", [4, 3337, 5]]]}, {"answer": "keystone", "hint": "synonyms for keystone", "clues": [["lynchpin", [4, 3338, 0]], ["backbone", [4, 3338, 1]], ["headstone", [4, 3338, 2]], ["anchor", [4, 3338, 3]], ["key", [4, 3338, 4]], ["mainstay", [4, 3338, 5]]]}, {"answer": "khz", "hint": "synonyms for khz", "clues": [["kHz", [4, 3339, 0]], ["kc", [4, 3339, 1]], ["kilocycle per second", [4, 3339, 2]], ["kilocycle", [4, 3339, 3]], ["kilohertz", [4, 3339, 4]]]}, {"answer": "kick", "hint": "synonyms for kick", "clues": [["boot", [4, 3340, 0]], ["rush", [4, 3340, 1]], ["squawk", [4, 3340, 2]], ["flush", [4, 3340, 3]], ["gripe", [4, 3340, 4]], ["kicking", [4, 3340, 5]], ["charge", [4, 3340, 6]], ["beef", [4, 3340, 7]], ["bang", [4, 3340, 8]], ["recoil", [4, 3340, 9]], ["bitch", [4, 3340, 10]], ["thrill", [4, 3340, 11]]]}, {"answer": "kickoff", "hint": "synonyms for kickoff", "clues": [["beginning", [4, 3341, 0]], ["start-off", [4, 3341, 1]], ["send-off", [4, 3341, 2]], ["start", [4, 3341, 3]], ["starting time", [4, 3341, 4]], ["first", [4, 3341, 5]], ["commencement", [4, 3341, 6]], ["outset", [4, 3341, 7]], ["showtime", [4, 3341, 8]], ["get-go", [4, 3341, 9]], ["offset", [4, 3341, 10]]]}, {"answer": "kickshaw", "hint": "synonyms for kickshaw", "clues": [["dainty", [4, 3342, 0]], ["goody", [4, 3342, 1]], ["delicacy", [4, 3342, 2]], ["treat", [4, 3342, 3]]]}, {"answer": "kilocycle", "hint": "synonyms for kilocycle", "clues": [["kHz", [4, 3343, 0]], ["kc", [4, 3343, 1]], ["kilocycle per second", [4, 3343, 2]], ["kilohertz", [4, 3343, 3]]]}, {"answer": "kilocycle_per_second", "hint": "synonyms for kilocycle per second", "clues": [["kHz", [4, 3344, 0]], ["kc", [4, 3344, 1]], ["kilocycle", [4, 3344, 2]], ["kilohertz", [4, 3344, 3]]]}, {"answer": "kilohertz", "hint": "synonyms for kilohertz", "clues": [["kHz", [4, 3345, 0]], ["kc", [4, 3345, 1]], ["kilocycle per second", [4, 3345, 2]], ["kilocycle", [4, 3345, 3]]]}, {"answer": "kin_group", "hint": "synonyms for kin group", "clues": [["kin", [4, 3346, 0]], ["kinship group", [4, 3346, 1]], ["tribe", [4, 3346, 2]], ["kindred", [4, 3346, 3]], ["clan", [4, 3346, 4]]]}, {"answer": "kinaesthesia", "hint": "synonyms for kinaesthesia", "clues": [["feeling of movement", [4, 3347, 0]], ["sense of movement", [4, 3347, 1]], ["kinesthesia", [4, 3347, 2]], ["muscle sense", [4, 3347, 3]], ["kinesthetics", [4, 3347, 4]]]}, {"answer": "kindling", "hint": "synonyms for kindling", "clues": [["ignition", [4, 3348, 0]], ["firing", [4, 3348, 1]], ["inflammation", [4, 3348, 2]], ["tinder", [4, 3348, 3]], ["lighting", [4, 3348, 4]], ["touchwood", [4, 3348, 5]], ["spunk", [4, 3348, 6]]]}, {"answer": "kinesthesia", "hint": "synonyms for kinesthesia", "clues": [["feeling of movement", [4, 3349, 0]], ["kinaesthesia", [4, 3349, 1]], ["sense of movement", [4, 3349, 2]], ["muscle sense", [4, 3349, 3]], ["kinesthetics", [4, 3349, 4]]]}, {"answer": "kinesthesis", "hint": "synonyms for kinesthesis", "clues": [["muscle sense", [4, 3350, 0]], ["kinesthetics", [4, 3350, 1]], ["kinaesthesis", [4, 3350, 2]], ["sense of movement", [4, 3350, 3]]]}, {"answer": "kinfolk", "hint": "synonyms for kinfolk", "clues": [["kinsfolk", [4, 3351, 0]], ["folk", [4, 3351, 1]], ["sept", [4, 3351, 2]], ["family line", [4, 3351, 3]], ["family", [4, 3351, 4]], ["phratry", [4, 3351, 5]]]}, {"answer": "kinsfolk", "hint": "synonyms for kinsfolk", "clues": [["folk", [4, 3352, 0]], ["sept", [4, 3352, 1]], ["kinfolk", [4, 3352, 2]], ["family line", [4, 3352, 3]], ["family", [4, 3352, 4]], ["phratry", [4, 3352, 5]]]}, {"answer": "kinship_group", "hint": "synonyms for kinship group", "clues": [["kin", [4, 3353, 0]], ["tribe", [4, 3353, 1]], ["kin group", [4, 3353, 2]], ["kindred", [4, 3353, 3]], ["clan", [4, 3353, 4]]]}, {"answer": "kissing", "hint": "synonyms for kissing", "clues": [["cuddling", [4, 3354, 0]], ["smooching", [4, 3354, 1]], ["fondling", [4, 3354, 2]], ["necking", [4, 3354, 3]], ["petting", [4, 3354, 4]], ["snuggling", [4, 3354, 5]], ["caressing", [4, 3354, 6]], ["hugging", [4, 3354, 7]]]}, {"answer": "kitchen_range", "hint": "synonyms for kitchen range", "clues": [["kitchen stove", [4, 3355, 0]], ["range", [4, 3355, 1]], ["stove", [4, 3355, 2]], ["cooking stove", [4, 3355, 3]]]}, {"answer": "kitchen_stove", "hint": "synonyms for kitchen stove", "clues": [["range", [4, 3356, 0]], ["kitchen range", [4, 3356, 1]], ["stove", [4, 3356, 2]], ["cooking stove", [4, 3356, 3]]]}, {"answer": "knapsack", "hint": "synonyms for knapsack", "clues": [["backpack", [4, 3357, 0]], ["packsack", [4, 3357, 1]], ["rucksack", [4, 3357, 2]], ["haversack", [4, 3357, 3]]]}, {"answer": "knee_breeches", "hint": "synonyms for knee breeches", "clues": [["knickers", [4, 3358, 0]], ["breeches", [4, 3358, 1]], ["knee pants", [4, 3358, 2]], ["knickerbockers", [4, 3358, 3]]]}, {"answer": "knee_pants", "hint": "synonyms for knee pants", "clues": [["knee breeches", [4, 3359, 0]], ["breeches", [4, 3359, 1]], ["knickers", [4, 3359, 2]], ["knickerbockers", [4, 3359, 3]]]}, {"answer": "knickerbockers", "hint": "synonyms for knickerbockers", "clues": [["knee breeches", [4, 3360, 0]], ["breeches", [4, 3360, 1]], ["knee pants", [4, 3360, 2]], ["knickers", [4, 3360, 3]]]}, {"answer": "knickers", "hint": "synonyms for knickers", "clues": [["bloomers", [4, 3361, 0]], ["pants", [4, 3361, 1]], ["breeches", [4, 3361, 2]], ["knee pants", [4, 3361, 3]], ["knickerbockers", [4, 3361, 4]], ["knee breeches", [4, 3361, 5]], ["drawers", [4, 3361, 6]]]}, {"answer": "knickknack", "hint": "synonyms for knickknack", "clues": [["whatnot", [4, 3362, 0]], ["knickknackery", [4, 3362, 1]], ["novelty", [4, 3362, 2]], ["bric-a-brac", [4, 3362, 3]], ["nicknack", [4, 3362, 4]]]}, {"answer": "knit", "hint": "synonyms for knit", "clues": [["plain stitch", [4, 3363, 0]], ["knitting", [4, 3363, 1]], ["plain", [4, 3363, 2]], ["knitwork", [4, 3363, 3]], ["knit stitch", [4, 3363, 4]]]}, {"answer": "knob", "hint": "synonyms for knob", "clues": [["pommel", [4, 3364, 0]], ["boss", [4, 3364, 1]], ["thickening", [4, 3364, 2]], ["node", [4, 3364, 3]]]}, {"answer": "knock", "hint": "synonyms for knock", "clues": [["bang", [4, 3365, 0]], ["smash", [4, 3365, 1]], ["bash", [4, 3365, 2]], ["knocking", [4, 3365, 3]], ["rap", [4, 3365, 4]], ["whang", [4, 3365, 5]], ["belt", [4, 3365, 6]], ["roast", [4, 3365, 7]], ["whack", [4, 3365, 8]]]}, {"answer": "knot", "hint": "synonyms for knot", "clues": [["burl", [4, 3366, 0]], ["mile", [4, 3366, 1]], ["air mile", [4, 3366, 2]], ["nautical mile", [4, 3366, 3]], ["gnarl", [4, 3366, 4]], ["mi", [4, 3366, 5]], ["international nautical mile", [4, 3366, 6]], ["slub", [4, 3366, 7]], ["naut mi", [4, 3366, 8]]]}, {"answer": "ks", "hint": "synonyms for ks", "clues": [["kilobyte", [4, 3367, 0]], ["jet", [4, 3367, 1]], ["kibibyte", [4, 3367, 2]], ["green", [4, 3367, 3]], ["special K", [4, 3367, 4]], ["thou", [4, 3367, 5]], ["chiliad", [4, 3367, 6]], ["potassium", [4, 3367, 7]], ["cat valium", [4, 3367, 8]], ["kelvin", [4, 3367, 9]], ["kB", [4, 3367, 10]], ["super acid", [4, 3367, 11]], ["one thousand", [4, 3367, 12]], ["honey oil", [4, 3367, 13]], ["atomic number 19", [4, 3367, 14]], ["yard", [4, 3367, 15]], ["grand", [4, 3367, 16]], ["super C", [4, 3367, 17]], ["k", [4, 3367, 18]], ["thousand", [4, 3367, 19]], ["1000", [4, 3367, 20]]]}, {"answer": "lab", "hint": "synonyms for lab", "clues": [["laboratory", [4, 3368, 0]], ["research lab", [4, 3368, 1]], ["science lab", [4, 3368, 2]], ["science laboratory", [4, 3368, 3]], ["research laboratory", [4, 3368, 4]]]}, {"answer": "labor", "hint": "synonyms for labor", "clues": [["working class", [4, 3369, 0]], ["labour", [4, 3369, 1]], ["trade union movement", [4, 3369, 2]], ["project", [4, 3369, 3]], ["toil", [4, 3369, 4]], ["labor movement", [4, 3369, 5]], ["undertaking", [4, 3369, 6]], ["proletariat", [4, 3369, 7]], ["task", [4, 3369, 8]]]}, {"answer": "laboratory", "hint": "synonyms for laboratory", "clues": [["research lab", [4, 3370, 0]], ["science lab", [4, 3370, 1]], ["science laboratory", [4, 3370, 2]], ["research laboratory", [4, 3370, 3]], ["testing ground", [4, 3370, 4]], ["lab", [4, 3370, 5]]]}, {"answer": "labour", "hint": "synonyms for labour", "clues": [["working class", [4, 3371, 0]], ["proletariat", [4, 3371, 1]], ["labor", [4, 3371, 2]], ["toil", [4, 3371, 3]]]}, {"answer": "labyrinthine_sense", "hint": "synonyms for labyrinthine sense", "clues": [["sense of equilibrium", [4, 3372, 0]], ["equilibrium", [4, 3372, 1]], ["vestibular sense", [4, 3372, 2]], ["sense of balance", [4, 3372, 3]]]}, {"answer": "lacing", "hint": "synonyms for lacing", "clues": [["drubbing", [4, 3373, 0]], ["lace", [4, 3373, 1]], ["trouncing", [4, 3373, 2]], ["beating", [4, 3373, 3]], ["licking", [4, 3373, 4]], ["whacking", [4, 3373, 5]], ["thrashing", [4, 3373, 6]]]}, {"answer": "lactoflavin", "hint": "synonyms for lactoflavin", "clues": [["vitamin B2", [4, 3374, 0]], ["riboflavin", [4, 3374, 1]], ["vitamin G", [4, 3374, 2]], ["hepatoflavin", [4, 3374, 3]], ["ovoflavin", [4, 3374, 4]]]}, {"answer": "lading", "hint": "synonyms for lading", "clues": [["load", [4, 3375, 0]], ["cargo", [4, 3375, 1]], ["payload", [4, 3375, 2]], ["shipment", [4, 3375, 3]], ["consignment", [4, 3375, 4]], ["freight", [4, 3375, 5]]]}, {"answer": "lag", "hint": "synonyms for lag", "clues": [["meanwhile", [4, 3376, 0]], ["interim", [4, 3376, 1]], ["stave", [4, 3376, 2]], ["slowdown", [4, 3376, 3]], ["meantime", [4, 3376, 4]], ["retardation", [4, 3376, 5]]]}, {"answer": "lament", "hint": "synonyms for lament", "clues": [["coronach", [4, 3377, 0]], ["requiem", [4, 3377, 1]], ["plaint", [4, 3377, 2]], ["elegy", [4, 3377, 3]], ["lamentation", [4, 3377, 4]], ["wail", [4, 3377, 5]], ["dirge", [4, 3377, 6]], ["threnody", [4, 3377, 7]]]}, {"answer": "lamentation", "hint": "synonyms for lamentation", "clues": [["lament", [4, 3378, 0]], ["plaint", [4, 3378, 1]], ["wail", [4, 3378, 2]], ["mourning", [4, 3378, 3]]]}, {"answer": "lamentations", "hint": "synonyms for lamentations", "clues": [["plaint", [4, 3379, 0]], ["mourning", [4, 3379, 1]], ["lamentation", [4, 3379, 2]], ["lament", [4, 3379, 3]], ["wail", [4, 3379, 4]]]}, {"answer": "lampblack", "hint": "synonyms for lampblack", "clues": [["carbon black", [4, 3380, 0]], ["crock", [4, 3380, 1]], ["smut", [4, 3380, 2]], ["soot", [4, 3380, 3]]]}, {"answer": "lampoon", "hint": "synonyms for lampoon", "clues": [["sendup", [4, 3381, 0]], ["travesty", [4, 3381, 1]], ["pasquinade", [4, 3381, 2]], ["takeoff", [4, 3381, 3]], ["parody", [4, 3381, 4]], ["mockery", [4, 3381, 5]], ["spoof", [4, 3381, 6]], ["put-on", [4, 3381, 7]], ["charade", [4, 3381, 8]], ["burlesque", [4, 3381, 9]]]}, {"answer": "lance", "hint": "synonyms for lance", "clues": [["lancet", [4, 3382, 0]], ["shaft", [4, 3382, 1]], ["fishgig", [4, 3382, 2]], ["gig", [4, 3382, 3]], ["fizgig", [4, 3382, 4]], ["spear", [4, 3382, 5]]]}, {"answer": "land", "hint": "synonyms for land", "clues": [["country", [4, 3383, 0]], ["domain", [4, 3383, 1]], ["demesne", [4, 3383, 2]], ["nation", [4, 3383, 3]], ["commonwealth", [4, 3383, 4]], ["ground", [4, 3383, 5]], ["earth", [4, 3383, 6]], ["state", [4, 3383, 7]], ["solid ground", [4, 3383, 8]], ["body politic", [4, 3383, 9]], ["dry land", [4, 3383, 10]], ["terra firma", [4, 3383, 11]], ["acres", [4, 3383, 12]], ["farming", [4, 3383, 13]], ["landed estate", [4, 3383, 14]], ["soil", [4, 3383, 15]], ["res publica", [4, 3383, 16]]]}, {"answer": "land_mile", "hint": "synonyms for land mile", "clues": [["mile", [4, 3384, 0]], ["international mile", [4, 3384, 1]], ["statute mile", [4, 3384, 2]], ["stat mi", [4, 3384, 3]], ["mi", [4, 3384, 4]]]}, {"answer": "landed_estate", "hint": "synonyms for landed estate", "clues": [["demesne", [4, 3385, 0]], ["land", [4, 3385, 1]], ["acres", [4, 3385, 2]], ["estate", [4, 3385, 3]]]}, {"answer": "language", "hint": "synonyms for language", "clues": [["speech", [4, 3386, 0]], ["speech communication", [4, 3386, 1]], ["spoken language", [4, 3386, 2]], ["terminology", [4, 3386, 3]], ["lyric", [4, 3386, 4]], ["nomenclature", [4, 3386, 5]], ["linguistic process", [4, 3386, 6]], ["oral communication", [4, 3386, 7]], ["words", [4, 3386, 8]], ["voice communication", [4, 3386, 9]], ["linguistic communication", [4, 3386, 10]]]}, {"answer": "languor", "hint": "synonyms for languor", "clues": [["phlegm", [4, 3387, 0]], ["listlessness", [4, 3387, 1]], ["dreaminess", [4, 3387, 2]], ["sluggishness", [4, 3387, 3]], ["lethargy", [4, 3387, 4]], ["lassitude", [4, 3387, 5]], ["flatness", [4, 3387, 6]]]}, {"answer": "lanthanide", "hint": "synonyms for lanthanide", "clues": [["rare-earth element", [4, 3388, 0]], ["lanthanoid", [4, 3388, 1]], ["rare earth", [4, 3388, 2]], ["lanthanon", [4, 3388, 3]]]}, {"answer": "lanthanoid", "hint": "synonyms for lanthanoid", "clues": [["lanthanon", [4, 3389, 0]], ["rare earth", [4, 3389, 1]], ["lanthanide", [4, 3389, 2]], ["rare-earth element", [4, 3389, 3]]]}, {"answer": "lap", "hint": "synonyms for lap", "clues": [["circuit", [4, 3390, 0]], ["lick", [4, 3390, 1]], ["overlap", [4, 3390, 2]], ["lap covering", [4, 3390, 3]], ["circle", [4, 3390, 4]]]}, {"answer": "lapse", "hint": "synonyms for lapse", "clues": [["relapse", [4, 3391, 0]], ["lapsing", [4, 3391, 1]], ["oversight", [4, 3391, 2]], ["reversion", [4, 3391, 3]], ["backsliding", [4, 3391, 4]], ["reverting", [4, 3391, 5]]]}, {"answer": "lapsing", "hint": "synonyms for lapsing", "clues": [["lapse", [4, 3392, 0]], ["relapse", [4, 3392, 1]], ["reversion", [4, 3392, 2]], ["relapsing", [4, 3392, 3]], ["backsliding", [4, 3392, 4]], ["reverting", [4, 3392, 5]]]}, {"answer": "larceny", "hint": "synonyms for larceny", "clues": [["thievery", [4, 3393, 0]], ["thieving", [4, 3393, 1]], ["theft", [4, 3393, 2]], ["stealing", [4, 3393, 3]]]}, {"answer": "large_number", "hint": "synonyms for large number", "clues": [["pack", [4, 3394, 0]], ["multitude", [4, 3394, 1]], ["plurality", [4, 3394, 2]], ["battalion", [4, 3394, 3]]]}, {"answer": "largeness", "hint": "synonyms for largeness", "clues": [["comprehensiveness", [4, 3395, 0]], ["pretension", [4, 3395, 1]], ["extensiveness", [4, 3395, 2]], ["breadth", [4, 3395, 3]], ["pretentiousness", [4, 3395, 4]], ["bigness", [4, 3395, 5]]]}, {"answer": "largess", "hint": "synonyms for largess", "clues": [["largesse", [4, 3396, 0]], ["magnanimity", [4, 3396, 1]], ["munificence", [4, 3396, 2]], ["openhandedness", [4, 3396, 3]]]}, {"answer": "largesse", "hint": "synonyms for largesse", "clues": [["magnanimity", [4, 3397, 0]], ["munificence", [4, 3397, 1]], ["largess", [4, 3397, 2]], ["openhandedness", [4, 3397, 3]]]}, {"answer": "lashings", "hint": "synonyms for lashings", "clues": [["lashing", [4, 3398, 0]], ["flagellation", [4, 3398, 1]], ["oodles", [4, 3398, 2]], ["gobs", [4, 3398, 3]], ["slews", [4, 3398, 4]], ["flogging", [4, 3398, 5]], ["scores", [4, 3398, 6]], ["tanning", [4, 3398, 7]], ["stacks", [4, 3398, 8]], ["dozens", [4, 3398, 9]], ["tons", [4, 3398, 10]], ["wads", [4, 3398, 11]], ["piles", [4, 3398, 12]], ["lots", [4, 3398, 13]], ["loads", [4, 3398, 14]], ["rafts", [4, 3398, 15]], ["whipping", [4, 3398, 16]], ["scads", [4, 3398, 17]], ["heaps", [4, 3398, 18]]]}, {"answer": "lassitude", "hint": "synonyms for lassitude", "clues": [["languor", [4, 3399, 0]], ["listlessness", [4, 3399, 1]], ["lethargy", [4, 3399, 2]], ["inanition", [4, 3399, 3]], ["slackness", [4, 3399, 4]]]}, {"answer": "last_day", "hint": "synonyms for last day", "clues": [["doomsday", [4, 3400, 0]], ["crack of doom", [4, 3400, 1]], ["end of the world", [4, 3400, 2]], ["eschaton", [4, 3400, 3]], ["day of reckoning", [4, 3400, 4]]]}, {"answer": "last_judgement", "hint": "synonyms for last judgement", "clues": [["doomsday", [4, 3401, 0]], ["crack of doom", [4, 3401, 1]], ["end of the world", [4, 3401, 2]], ["eschaton", [4, 3401, 3]], ["day of reckoning", [4, 3401, 4]]]}, {"answer": "last_judgment", "hint": "synonyms for last judgment", "clues": [["doomsday", [4, 3402, 0]], ["crack of doom", [4, 3402, 1]], ["end of the world", [4, 3402, 2]], ["eschaton", [4, 3402, 3]], ["day of reckoning", [4, 3402, 4]]]}, {"answer": "last_word", "hint": "synonyms for last word", "clues": [["modishness", [4, 3403, 0]], ["chichi", [4, 3403, 1]], ["chic", [4, 3403, 2]], ["stylishness", [4, 3403, 3]], ["chicness", [4, 3403, 4]], ["smartness", [4, 3403, 5]], ["swank", [4, 3403, 6]]]}, {"answer": "latency", "hint": "synonyms for latency", "clues": [["response time", [4, 3404, 0]], ["latent period", [4, 3404, 1]], ["reaction time", [4, 3404, 2]], ["rotational latency", [4, 3404, 3]]]}, {"answer": "lattice", "hint": "synonyms for lattice", "clues": [["wicket", [4, 3405, 0]], ["fretwork", [4, 3405, 1]], ["latticework", [4, 3405, 2]], ["grille", [4, 3405, 3]]]}, {"answer": "laugh", "hint": "synonyms for laugh", "clues": [["jape", [4, 3406, 0]], ["jest", [4, 3406, 1]], ["joke", [4, 3406, 2]], ["gag", [4, 3406, 3]], ["laughter", [4, 3406, 4]]]}, {"answer": "laugh_line", "hint": "synonyms for laugh line", "clues": [["gag line", [4, 3407, 0]], ["crow's feet", [4, 3407, 1]], ["punch line", [4, 3407, 2]], ["crow's foot", [4, 3407, 3]]]}, {"answer": "laugher", "hint": "synonyms for laugher", "clues": [["romp", [4, 3408, 0]], ["walkaway", [4, 3408, 1]], ["runaway", [4, 3408, 2]], ["blowout", [4, 3408, 3]], ["shoo-in", [4, 3408, 4]]]}, {"answer": "launch_pad", "hint": "synonyms for launch pad", "clues": [["launch area", [4, 3409, 0]], ["launchpad", [4, 3409, 1]], ["pad", [4, 3409, 2]], ["launching pad", [4, 3409, 3]]]}, {"answer": "launching", "hint": "synonyms for launching", "clues": [["unveiling", [4, 3410, 0]], ["debut", [4, 3410, 1]], ["introduction", [4, 3410, 2]], ["launch", [4, 3410, 3]], ["first appearance", [4, 3410, 4]], ["entry", [4, 3410, 5]]]}, {"answer": "laurel_wreath", "hint": "synonyms for laurel wreath", "clues": [["bay wreath", [4, 3411, 0]], ["medal", [4, 3411, 1]], ["laurel", [4, 3411, 2]], ["ribbon", [4, 3411, 3]], ["palm", [4, 3411, 4]], ["medallion", [4, 3411, 5]], ["decoration", [4, 3411, 6]]]}, {"answer": "laurels", "hint": "synonyms for laurels", "clues": [["bay wreath", [4, 3412, 0]], ["honor", [4, 3412, 1]], ["award", [4, 3412, 2]], ["laurel", [4, 3412, 3]], ["laurel wreath", [4, 3412, 4]], ["accolade", [4, 3412, 5]]]}, {"answer": "lav", "hint": "synonyms for lav", "clues": [["toilet", [4, 3413, 0]], ["privy", [4, 3413, 1]], ["bathroom", [4, 3413, 2]], ["john", [4, 3413, 3]], ["can", [4, 3413, 4]], ["lavatory", [4, 3413, 5]]]}, {"answer": "lavabo", "hint": "synonyms for lavabo", "clues": [["washbowl", [4, 3414, 0]], ["wash-hand basin", [4, 3414, 1]], ["washbasin", [4, 3414, 2]], ["handbasin", [4, 3414, 3]]]}, {"answer": "lavatory", "hint": "synonyms for lavatory", "clues": [["toilet", [4, 3415, 0]], ["bathroom", [4, 3415, 1]], ["basin", [4, 3415, 2]], ["washbowl", [4, 3415, 3]], ["washbasin", [4, 3415, 4]], ["privy", [4, 3415, 5]], ["lav", [4, 3415, 6]], ["john", [4, 3415, 7]], ["can", [4, 3415, 8]], ["washstand", [4, 3415, 9]], ["flush toilet", [4, 3415, 10]]]}, {"answer": "lavishness", "hint": "synonyms for lavishness", "clues": [["sumptuosity", [4, 3416, 0]], ["luxury", [4, 3416, 1]], ["extravagance", [4, 3416, 2]], ["high life", [4, 3416, 3]], ["sumptuousness", [4, 3416, 4]], ["prodigality", [4, 3416, 5]]]}, {"answer": "law", "hint": "synonyms for law", "clues": [["constabulary", [4, 3417, 0]], ["jurisprudence", [4, 3417, 1]], ["law of nature", [4, 3417, 2]], ["police force", [4, 3417, 3]], ["natural law", [4, 3417, 4]], ["police", [4, 3417, 5]], ["legal philosophy", [4, 3417, 6]], ["practice of law", [4, 3417, 7]]]}, {"answer": "law-makers", "hint": "synonyms for law-makers", "clues": [["general assembly", [4, 3418, 0]], ["legislative assembly", [4, 3418, 1]], ["legislature", [4, 3418, 2]], ["legislative body", [4, 3418, 3]]]}, {"answer": "laws", "hint": "synonyms for laws", "clues": [["constabulary", [4, 3419, 0]], ["jurisprudence", [4, 3419, 1]], ["law", [4, 3419, 2]], ["law of nature", [4, 3419, 3]], ["police force", [4, 3419, 4]], ["natural law", [4, 3419, 5]], ["police", [4, 3419, 6]], ["legal philosophy", [4, 3419, 7]], ["practice of law", [4, 3419, 8]]]}, {"answer": "lay-by", "hint": "synonyms for lay-by", "clues": [["rest stop", [4, 3420, 0]], ["rest area", [4, 3420, 1]], ["pull-off", [4, 3420, 2]], ["layby", [4, 3420, 3]]]}, {"answer": "layby", "hint": "synonyms for layby", "clues": [["rest stop", [4, 3421, 0]], ["rest area", [4, 3421, 1]], ["pull-off", [4, 3421, 2]], ["lay-by", [4, 3421, 3]]]}, {"answer": "lazaretto", "hint": "synonyms for lazaretto", "clues": [["lazar house", [4, 3422, 0]], ["glory hole", [4, 3422, 1]], ["lazarette", [4, 3422, 2]], ["pesthouse", [4, 3422, 3]]]}, {"answer": "lazuline", "hint": "synonyms for lazuline", "clues": [["sapphire", [4, 3423, 0]], ["cerulean", [4, 3423, 1]], ["sky-blue", [4, 3423, 2]], ["azure", [4, 3423, 3]]]}, {"answer": "lea", "hint": "synonyms for lea", "clues": [["grazing land", [4, 3424, 0]], ["pastureland", [4, 3424, 1]], ["ley", [4, 3424, 2]], ["pasture", [4, 3424, 3]]]}, {"answer": "lead", "hint": "synonyms for lead", "clues": [["lead story", [4, 3425, 0]], ["tip", [4, 3425, 1]], ["atomic number 82", [4, 3425, 2]], ["pencil lead", [4, 3425, 3]], ["wind", [4, 3425, 4]], ["spark advance", [4, 3425, 5]], ["hint", [4, 3425, 6]], ["jumper lead", [4, 3425, 7]], ["lede", [4, 3425, 8]], ["booster cable", [4, 3425, 9]], ["lead-in", [4, 3425, 10]], ["confidential information", [4, 3425, 11]], ["tether", [4, 3425, 12]], ["trail", [4, 3425, 13]], ["leash", [4, 3425, 14]], ["jumper cable", [4, 3425, 15]], ["steer", [4, 3425, 16]], ["track", [4, 3425, 17]]]}, {"answer": "leaders", "hint": "synonyms for leaders", "clues": [["leader", [4, 3426, 0]], ["drawing card", [4, 3426, 1]], ["loss leader", [4, 3426, 2]], ["leadership", [4, 3426, 3]]]}, {"answer": "leaflet", "hint": "synonyms for leaflet", "clues": [["brochure", [4, 3427, 0]], ["folder", [4, 3427, 1]], ["booklet", [4, 3427, 2]], ["pamphlet", [4, 3427, 3]]]}, {"answer": "leak", "hint": "synonyms for leak", "clues": [["wetting", [4, 3428, 0]], ["passing water", [4, 3428, 1]], ["leakage", [4, 3428, 2]], ["news leak", [4, 3428, 3]], ["escape", [4, 3428, 4]], ["making water", [4, 3428, 5]], ["outflow", [4, 3428, 6]]]}, {"answer": "leanness", "hint": "synonyms for leanness", "clues": [["meagerness", [4, 3429, 0]], ["scantness", [4, 3429, 1]], ["exiguity", [4, 3429, 2]], ["poorness", [4, 3429, 3]], ["thinness", [4, 3429, 4]], ["spareness", [4, 3429, 5]]]}, {"answer": "leap", "hint": "synonyms for leap", "clues": [["jump", [4, 3430, 0]], ["leaping", [4, 3430, 1]], ["bound", [4, 3430, 2]], ["bounce", [4, 3430, 3]], ["saltation", [4, 3430, 4]], ["spring", [4, 3430, 5]]]}, {"answer": "leaping", "hint": "synonyms for leaping", "clues": [["leap", [4, 3431, 0]], ["bound", [4, 3431, 1]], ["bounce", [4, 3431, 2]], ["saltation", [4, 3431, 3]], ["spring", [4, 3431, 4]]]}, {"answer": "learnedness", "hint": "synonyms for learnedness", "clues": [["erudition", [4, 3432, 0]], ["scholarship", [4, 3432, 1]], ["eruditeness", [4, 3432, 2]], ["encyclopedism", [4, 3432, 3]], ["learning", [4, 3432, 4]]]}, {"answer": "learning", "hint": "synonyms for learning", "clues": [["erudition", [4, 3433, 0]], ["eruditeness", [4, 3433, 1]], ["acquisition", [4, 3433, 2]], ["encyclopedism", [4, 3433, 3]], ["learnedness", [4, 3433, 4]], ["scholarship", [4, 3433, 5]]]}, {"answer": "learning_ability", "hint": "synonyms for learning ability", "clues": [["mentality", [4, 3434, 0]], ["brain", [4, 3434, 1]], ["brainpower", [4, 3434, 2]], ["mental capacity", [4, 3434, 3]], ["wit", [4, 3434, 4]]]}, {"answer": "leash", "hint": "synonyms for leash", "clues": [["lead", [4, 3435, 0]], ["threesome", [4, 3435, 1]], ["troika", [4, 3435, 2]], ["trey", [4, 3435, 3]], ["deuce-ace", [4, 3435, 4]], ["triad", [4, 3435, 5]], ["terzetto", [4, 3435, 6]], ["trio", [4, 3435, 7]], ["collar", [4, 3435, 8]], ["triplet", [4, 3435, 9]], ["tierce", [4, 3435, 10]], ["three", [4, 3435, 11]], ["tether", [4, 3435, 12]], ["ternary", [4, 3435, 13]], ["trinity", [4, 3435, 14]], ["trine", [4, 3435, 15]], ["3", [4, 3435, 16]], ["ternion", [4, 3435, 17]], ["tercet", [4, 3435, 18]]]}, {"answer": "leave", "hint": "synonyms for leave", "clues": [["parting", [4, 3436, 0]], ["farewell", [4, 3436, 1]], ["leave-taking", [4, 3436, 2]], ["leave of absence", [4, 3436, 3]]]}, {"answer": "lechatelierite", "hint": "synonyms for lechatelierite", "clues": [["quartz glass", [4, 3437, 0]], ["crystal", [4, 3437, 1]], ["quartz", [4, 3437, 2]], ["vitreous silica", [4, 3437, 3]]]}, {"answer": "lecture", "hint": "synonyms for lecture", "clues": [["talking to", [4, 3438, 0]], ["lecturing", [4, 3438, 1]], ["talk", [4, 3438, 2]], ["public lecture", [4, 3438, 3]], ["speech", [4, 3438, 4]]]}, {"answer": "ledger", "hint": "synonyms for ledger", "clues": [["book", [4, 3439, 0]], ["daybook", [4, 3439, 1]], ["account book", [4, 3439, 2]], ["leger", [4, 3439, 3]], ["book of account", [4, 3439, 4]]]}, {"answer": "leechee", "hint": "synonyms for leechee", "clues": [["lichi", [4, 3440, 0]], ["lychee", [4, 3440, 1]], ["litchee", [4, 3440, 2]], ["litchi nut", [4, 3440, 3]]]}, {"answer": "leg", "hint": "synonyms for leg", "clues": [["stage", [4, 3441, 0]], ["peg", [4, 3441, 1]], ["pegleg", [4, 3441, 2]], ["wooden leg", [4, 3441, 3]], ["branch", [4, 3441, 4]], ["ramification", [4, 3441, 5]]]}, {"answer": "leger", "hint": "synonyms for leger", "clues": [["ledger", [4, 3442, 0]], ["book", [4, 3442, 1]], ["account book", [4, 3442, 2]], ["book of account", [4, 3442, 3]]]}, {"answer": "legerdemain", "hint": "synonyms for legerdemain", "clues": [["illusion", [4, 3443, 0]], ["deception", [4, 3443, 1]], ["conjuration", [4, 3443, 2]], ["magic trick", [4, 3443, 3]], ["thaumaturgy", [4, 3443, 4]], ["conjuring trick", [4, 3443, 5]], ["trick", [4, 3443, 6]], ["magic", [4, 3443, 7]]]}, {"answer": "legerity", "hint": "synonyms for legerity", "clues": [["nimbleness", [4, 3444, 0]], ["lightsomeness", [4, 3444, 1]], ["lightness", [4, 3444, 2]], ["agility", [4, 3444, 3]]]}, {"answer": "leghorn", "hint": "synonyms for leghorn", "clues": [["straw hat", [4, 3445, 0]], ["sailor", [4, 3445, 1]], ["skimmer", [4, 3445, 2]], ["boater", [4, 3445, 3]]]}, {"answer": "legislative_assembly", "hint": "synonyms for legislative assembly", "clues": [["general assembly", [4, 3446, 0]], ["legislature", [4, 3446, 1]], ["legislative body", [4, 3446, 2]], ["law-makers", [4, 3446, 3]]]}, {"answer": "legislative_body", "hint": "synonyms for legislative body", "clues": [["general assembly", [4, 3447, 0]], ["legislative assembly", [4, 3447, 1]], ["legislature", [4, 3447, 2]], ["law-makers", [4, 3447, 3]]]}, {"answer": "legislature", "hint": "synonyms for legislature", "clues": [["general assembly", [4, 3448, 0]], ["legislative assembly", [4, 3448, 1]], ["legislative body", [4, 3448, 2]], ["law-makers", [4, 3448, 3]]]}, {"answer": "legs", "hint": "synonyms for legs", "clues": [["stage", [4, 3449, 0]], ["leg", [4, 3449, 1]], ["wooden leg", [4, 3449, 2]], ["ramification", [4, 3449, 3]], ["peg", [4, 3449, 4]], ["pegleg", [4, 3449, 5]], ["branch", [4, 3449, 6]]]}, {"answer": "lei", "hint": "synonyms for lei", "clues": [["wreath", [4, 3450, 0]], ["garland", [4, 3450, 1]], ["coronal", [4, 3450, 2]], ["chaplet", [4, 3450, 3]], ["leu", [4, 3450, 4]]]}, {"answer": "lemon", "hint": "synonyms for lemon", "clues": [["lemon yellow", [4, 3451, 0]], ["maize", [4, 3451, 1]], ["gamboge", [4, 3451, 2]], ["stinker", [4, 3451, 3]]]}, {"answer": "lengthiness", "hint": "synonyms for lengthiness", "clues": [["extension", [4, 3452, 0]], ["prolongation", [4, 3452, 1]], ["protraction", [4, 3452, 2]], ["continuation", [4, 3452, 3]]]}, {"answer": "lenience", "hint": "synonyms for lenience", "clues": [["leniency", [4, 3453, 0]], ["indulgence", [4, 3453, 1]], ["mildness", [4, 3453, 2]], ["lenity", [4, 3453, 3]]]}, {"answer": "leniency", "hint": "synonyms for leniency", "clues": [["indulgence", [4, 3454, 0]], ["lenience", [4, 3454, 1]], ["mildness", [4, 3454, 2]], ["lenity", [4, 3454, 3]]]}, {"answer": "leotards", "hint": "synonyms for leotards", "clues": [["tights", [4, 3455, 0]], ["body suit", [4, 3455, 1]], ["unitard", [4, 3455, 2]], ["leotard", [4, 3455, 3]], ["cat suit", [4, 3455, 4]]]}, {"answer": "lesson", "hint": "synonyms for lesson", "clues": [["deterrent example", [4, 3456, 0]], ["example", [4, 3456, 1]], ["moral", [4, 3456, 2]], ["object lesson", [4, 3456, 3]]]}, {"answer": "lethargy", "hint": "synonyms for lethargy", "clues": [["lassitude", [4, 3457, 0]], ["phlegm", [4, 3457, 1]], ["sluggishness", [4, 3457, 2]], ["inanition", [4, 3457, 3]], ["slackness", [4, 3457, 4]], ["languor", [4, 3457, 5]], ["flatness", [4, 3457, 6]]]}, {"answer": "letter", "hint": "synonyms for letter", "clues": [["missive", [4, 3458, 0]], ["alphabetic character", [4, 3458, 1]], ["letter of the alphabet", [4, 3458, 2]], ["varsity letter", [4, 3458, 3]]]}, {"answer": "letters", "hint": "synonyms for letters", "clues": [["letter", [4, 3459, 0]], ["varsity letter", [4, 3459, 1]], ["letter of the alphabet", [4, 3459, 2]], ["missive", [4, 3459, 3]], ["alphabetic character", [4, 3459, 4]]]}, {"answer": "lettuce", "hint": "synonyms for lettuce", "clues": [["kale", [4, 3460, 0]], ["boodle", [4, 3460, 1]], ["scratch", [4, 3460, 2]], ["dinero", [4, 3460, 3]], ["shekels", [4, 3460, 4]], ["cabbage", [4, 3460, 5]], ["gelt", [4, 3460, 6]], ["lucre", [4, 3460, 7]], ["dough", [4, 3460, 8]], ["wampum", [4, 3460, 9]], ["pelf", [4, 3460, 10]], ["clams", [4, 3460, 11]], ["lolly", [4, 3460, 12]], ["loot", [4, 3460, 13]], ["bread", [4, 3460, 14]], ["sugar", [4, 3460, 15]], ["simoleons", [4, 3460, 16]], ["moolah", [4, 3460, 17]]]}, {"answer": "leucotomy", "hint": "synonyms for leucotomy", "clues": [["prefrontal leukotomy", [4, 3461, 0]], ["leukotomy", [4, 3461, 1]], ["lobotomy", [4, 3461, 2]], ["frontal lobotomy", [4, 3461, 3]]]}, {"answer": "leukotomy", "hint": "synonyms for leukotomy", "clues": [["prefrontal leukotomy", [4, 3462, 0]], ["lobotomy", [4, 3462, 1]], ["leucotomy", [4, 3462, 2]], ["frontal lobotomy", [4, 3462, 3]]]}, {"answer": "leveling", "hint": "synonyms for leveling", "clues": [["equalization", [4, 3463, 0]], ["demolishing", [4, 3463, 1]], ["razing", [4, 3463, 2]], ["tearing down", [4, 3463, 3]], ["grading", [4, 3463, 4]]]}, {"answer": "lewdness", "hint": "synonyms for lewdness", "clues": [["bawdiness", [4, 3464, 0]], ["salacity", [4, 3464, 1]], ["obscenity", [4, 3464, 2]], ["salaciousness", [4, 3464, 3]]]}, {"answer": "ley", "hint": "synonyms for ley", "clues": [["grazing land", [4, 3465, 0]], ["lea", [4, 3465, 1]], ["pastureland", [4, 3465, 2]], ["pasture", [4, 3465, 3]]]}, {"answer": "liberation", "hint": "synonyms for liberation", "clues": [["dismissal", [4, 3466, 0]], ["release", [4, 3466, 1]], ["discharge", [4, 3466, 2]], ["freeing", [4, 3466, 3]], ["sacking", [4, 3466, 4]], ["firing", [4, 3466, 5]], ["dismission", [4, 3466, 6]]]}, {"answer": "liberty", "hint": "synonyms for liberty", "clues": [["impropriety", [4, 3467, 0]], ["familiarity", [4, 3467, 1]], ["shore leave", [4, 3467, 2]], ["indecorum", [4, 3467, 3]]]}, {"answer": "licentiousness", "hint": "synonyms for licentiousness", "clues": [["looseness", [4, 3468, 0]], ["dissipation", [4, 3468, 1]], ["wantonness", [4, 3468, 2]], ["dissolution", [4, 3468, 3]], ["profligacy", [4, 3468, 4]]]}, {"answer": "lichee", "hint": "synonyms for lichee", "clues": [["lichi", [4, 3469, 0]], ["lychee", [4, 3469, 1]], ["litchee", [4, 3469, 2]], ["leechee", [4, 3469, 3]], ["litchi nut", [4, 3469, 4]]]}, {"answer": "lichi", "hint": "synonyms for lichi", "clues": [["lychee", [4, 3470, 0]], ["litchee", [4, 3470, 1]], ["litchi", [4, 3470, 2]], ["leechee", [4, 3470, 3]], ["litchi nut", [4, 3470, 4]]]}, {"answer": "lick", "hint": "synonyms for lick", "clues": [["slug", [4, 3471, 0]], ["clout", [4, 3471, 1]], ["poke", [4, 3471, 2]], ["lap", [4, 3471, 3]], ["biff", [4, 3471, 4]], ["punch", [4, 3471, 5]], ["salt lick", [4, 3471, 6]]]}, {"answer": "licking", "hint": "synonyms for licking", "clues": [["defeat", [4, 3472, 0]], ["drubbing", [4, 3472, 1]], ["trouncing", [4, 3472, 2]], ["lacing", [4, 3472, 3]], ["beating", [4, 3472, 4]], ["whacking", [4, 3472, 5]], ["thrashing", [4, 3472, 6]]]}, {"answer": "life", "hint": "synonyms for life", "clues": [["life-time", [4, 3473, 0]], ["liveliness", [4, 3473, 1]], ["sprightliness", [4, 3473, 2]], ["biography", [4, 3473, 3]], ["life story", [4, 3473, 4]], ["lifespan", [4, 3473, 5]], ["living", [4, 3473, 6]], ["life sentence", [4, 3473, 7]], ["spirit", [4, 3473, 8]]]}, {"answer": "life_belt", "hint": "synonyms for life belt", "clues": [["lifesaver", [4, 3474, 0]], ["life ring", [4, 3474, 1]], ["safety harness", [4, 3474, 2]], ["safety belt", [4, 3474, 3]], ["life buoy", [4, 3474, 4]]]}, {"answer": "life_history", "hint": "synonyms for life history", "clues": [["biography", [4, 3475, 0]], ["career", [4, 3475, 1]], ["life story", [4, 3475, 2]], ["life", [4, 3475, 3]]]}, {"answer": "lift", "hint": "synonyms for lift", "clues": [["cosmetic surgery", [4, 3476, 0]], ["airlift", [4, 3476, 1]], ["ski tow", [4, 3476, 2]], ["ski lift", [4, 3476, 3]], ["rise", [4, 3476, 4]], ["rhytidectomy", [4, 3476, 5]], ["heave", [4, 3476, 6]], ["aerodynamic lift", [4, 3476, 7]], ["elevation", [4, 3476, 8]], ["face lift", [4, 3476, 9]], ["elevator", [4, 3476, 10]], ["nip and tuck", [4, 3476, 11]], ["raising", [4, 3476, 12]], ["rhytidoplasty", [4, 3476, 13]]]}, {"answer": "light_beam", "hint": "synonyms for light beam", "clues": [["irradiation", [4, 3477, 0]], ["ray of light", [4, 3477, 1]], ["beam", [4, 3477, 2]], ["shaft of light", [4, 3477, 3]], ["ray", [4, 3477, 4]], ["beam of light", [4, 3477, 5]], ["shaft", [4, 3477, 6]]]}, {"answer": "light_bulb", "hint": "synonyms for light bulb", "clues": [["bulb", [4, 3478, 0]], ["incandescent lamp", [4, 3478, 1]], ["electric light", [4, 3478, 2]], ["electric-light bulb", [4, 3478, 3]], ["lightbulb", [4, 3478, 4]]]}, {"answer": "lightbulb", "hint": "synonyms for lightbulb", "clues": [["bulb", [4, 3479, 0]], ["light bulb", [4, 3479, 1]], ["incandescent lamp", [4, 3479, 2]], ["electric light", [4, 3479, 3]], ["electric-light bulb", [4, 3479, 4]]]}, {"answer": "lighter", "hint": "synonyms for lighter", "clues": [["ignitor", [4, 3480, 0]], ["barge", [4, 3480, 1]], ["hoy", [4, 3480, 2]], ["flatboat", [4, 3480, 3]], ["light", [4, 3480, 4]]]}, {"answer": "lighting", "hint": "synonyms for lighting", "clues": [["ignition", [4, 3481, 0]], ["firing", [4, 3481, 1]], ["kindling", [4, 3481, 2]], ["inflammation", [4, 3481, 3]]]}, {"answer": "lightness", "hint": "synonyms for lightness", "clues": [["legerity", [4, 3482, 0]], ["elation", [4, 3482, 1]], ["weightlessness", [4, 3482, 2]], ["high spirits", [4, 3482, 3]], ["light", [4, 3482, 4]], ["agility", [4, 3482, 5]], ["lightsomeness", [4, 3482, 6]], ["nimbleness", [4, 3482, 7]]]}, {"answer": "lightning_arrester", "hint": "synonyms for lightning arrester", "clues": [["surge suppressor", [4, 3483, 0]], ["spike arrester", [4, 3483, 1]], ["surge protector", [4, 3483, 2]], ["spike suppressor", [4, 3483, 3]]]}, {"answer": "lightsomeness", "hint": "synonyms for lightsomeness", "clues": [["carefreeness", [4, 3484, 0]], ["insouciance", [4, 3484, 1]], ["agility", [4, 3484, 2]], ["legerity", [4, 3484, 3]], ["lightness", [4, 3484, 4]], ["nimbleness", [4, 3484, 5]], ["lightheartedness", [4, 3484, 6]]]}, {"answer": "lime", "hint": "synonyms for lime", "clues": [["calcium hydroxide", [4, 3485, 0]], ["calcium hydrate", [4, 3485, 1]], ["birdlime", [4, 3485, 2]], ["calcined lime", [4, 3485, 3]], ["caustic lime", [4, 3485, 4]], ["hydrated lime", [4, 3485, 5]], ["slaked lime", [4, 3485, 6]], ["quicklime", [4, 3485, 7]], ["calx", [4, 3485, 8]], ["lime hydrate", [4, 3485, 9]], ["fluxing lime", [4, 3485, 10]], ["burnt lime", [4, 3485, 11]]]}, {"answer": "lime_hydrate", "hint": "synonyms for lime hydrate", "clues": [["lime", [4, 3486, 0]], ["calcium hydroxide", [4, 3486, 1]], ["calcium hydrate", [4, 3486, 2]], ["caustic lime", [4, 3486, 3]], ["hydrated lime", [4, 3486, 4]], ["slaked lime", [4, 3486, 5]]]}, {"answer": "limit", "hint": "synonyms for limit", "clues": [["point of accumulation", [4, 3487, 0]], ["bound", [4, 3487, 1]], ["demarcation line", [4, 3487, 2]], ["terminus ad quem", [4, 3487, 3]], ["limitation", [4, 3487, 4]], ["terminal point", [4, 3487, 5]], ["demarcation", [4, 3487, 6]], ["boundary", [4, 3487, 7]], ["limit point", [4, 3487, 8]]]}, {"answer": "limitlessness", "hint": "synonyms for limitlessness", "clues": [["unboundedness", [4, 3488, 0]], ["infinitude", [4, 3488, 1]], ["boundlessness", [4, 3488, 2]], ["infiniteness", [4, 3488, 3]]]}, {"answer": "limpidity", "hint": "synonyms for limpidity", "clues": [["clearness", [4, 3489, 0]], ["lucidity", [4, 3489, 1]], ["lucidness", [4, 3489, 2]], ["pellucidity", [4, 3489, 3]], ["clarity", [4, 3489, 4]]]}, {"answer": "linchpin", "hint": "synonyms for linchpin", "clues": [["lynchpin", [4, 3490, 0]], ["backbone", [4, 3490, 1]], ["anchor", [4, 3490, 2]], ["keystone", [4, 3490, 3]], ["mainstay", [4, 3490, 4]]]}, {"answer": "line", "hint": "synonyms for line", "clues": [["line of work", [4, 3491, 0]], ["line of reasoning", [4, 3491, 1]], ["seam", [4, 3491, 2]], ["argument", [4, 3491, 3]], ["demarcation", [4, 3491, 4]], ["telephone line", [4, 3491, 5]], ["pedigree", [4, 3491, 6]], ["stemma", [4, 3491, 7]], ["phone line", [4, 3491, 8]], ["line of merchandise", [4, 3491, 9]], ["air", [4, 3491, 10]], ["logical argument", [4, 3491, 11]], ["tune", [4, 3491, 12]], ["personal credit line", [4, 3491, 13]], ["argumentation", [4, 3491, 14]], ["rail line", [4, 3491, 15]], ["bloodline", [4, 3491, 16]], ["dividing line", [4, 3491, 17]], ["job", [4, 3491, 18]], ["billet", [4, 3491, 19]], ["line of products", [4, 3491, 20]], ["production line", [4, 3491, 21]], ["channel", [4, 3491, 22]], ["ancestry", [4, 3491, 23]], ["line of credit", [4, 3491, 24]], ["business line", [4, 3491, 25]], ["pipeline", [4, 3491, 26]], ["strain", [4, 3491, 27]], ["parentage", [4, 3491, 28]], ["crinkle", [4, 3491, 29]], ["short letter", [4, 3491, 30]], ["furrow", [4, 3491, 31]], ["cable", [4, 3491, 32]], ["transmission line", [4, 3491, 33]], ["crease", [4, 3491, 34]], ["origin", [4, 3491, 35]], ["blood", [4, 3491, 36]], ["subscriber line", [4, 3491, 37]], ["communication channel", [4, 3491, 38]], ["stock", [4, 3491, 39]], ["line of descent", [4, 3491, 40]], ["agate line", [4, 3491, 41]], ["bank line", [4, 3491, 42]], ["business", [4, 3491, 43]], ["melodic phrase", [4, 3491, 44]], ["course", [4, 3491, 45]], ["line of business", [4, 3491, 46]], ["telephone circuit", [4, 3491, 47]], ["melody", [4, 3491, 48]], ["lineage", [4, 3491, 49]], ["credit line", [4, 3491, 50]], ["melodic line", [4, 3491, 51]], ["contrast", [4, 3491, 52]], ["note", [4, 3491, 53]], ["assembly line", [4, 3491, 54]], ["personal line of credit", [4, 3491, 55]], ["occupation", [4, 3491, 56]], ["descent", [4, 3491, 57]]]}, {"answer": "line-shooting", "hint": "synonyms for line-shooting", "clues": [["vaporing", [4, 3492, 0]], ["gasconade", [4, 3492, 1]], ["bragging", [4, 3492, 2]], ["brag", [4, 3492, 3]], ["crow", [4, 3492, 4]]]}, {"answer": "line_of_business", "hint": "synonyms for line of business", "clues": [["field", [4, 3493, 0]], ["line of merchandise", [4, 3493, 1]], ["field of operation", [4, 3493, 2]], ["business line", [4, 3493, 3]], ["line", [4, 3493, 4]], ["line of products", [4, 3493, 5]], ["product line", [4, 3493, 6]]]}, {"answer": "line_of_credit", "hint": "synonyms for line of credit", "clues": [["personal line of credit", [4, 3494, 0]], ["bank line", [4, 3494, 1]], ["line", [4, 3494, 2]], ["credit line", [4, 3494, 3]], ["personal credit line", [4, 3494, 4]]]}, {"answer": "line_of_descent", "hint": "synonyms for line of descent", "clues": [["descent", [4, 3495, 0]], ["bloodline", [4, 3495, 1]], ["line", [4, 3495, 2]], ["lineage", [4, 3495, 3]], ["origin", [4, 3495, 4]], ["blood", [4, 3495, 5]], ["pedigree", [4, 3495, 6]], ["stemma", [4, 3495, 7]], ["stock", [4, 3495, 8]], ["ancestry", [4, 3495, 9]], ["filiation", [4, 3495, 10]], ["parentage", [4, 3495, 11]]]}, {"answer": "line_of_merchandise", "hint": "synonyms for line of merchandise", "clues": [["line of business", [4, 3496, 0]], ["business line", [4, 3496, 1]], ["line", [4, 3496, 2]], ["line of products", [4, 3496, 3]], ["product line", [4, 3496, 4]]]}, {"answer": "line_of_products", "hint": "synonyms for line of products", "clues": [["line of business", [4, 3497, 0]], ["line of merchandise", [4, 3497, 1]], ["business line", [4, 3497, 2]], ["line", [4, 3497, 3]], ["product line", [4, 3497, 4]]]}, {"answer": "line_of_reasoning", "hint": "synonyms for line of reasoning", "clues": [["argument", [4, 3498, 0]], ["logical argument", [4, 3498, 1]], ["line", [4, 3498, 2]], ["argumentation", [4, 3498, 3]]]}, {"answer": "line_of_work", "hint": "synonyms for line of work", "clues": [["job", [4, 3499, 0]], ["business", [4, 3499, 1]], ["line", [4, 3499, 2]], ["occupation", [4, 3499, 3]]]}, {"answer": "lineage", "hint": "synonyms for lineage", "clues": [["descent", [4, 3500, 0]], ["line", [4, 3500, 1]], ["origin", [4, 3500, 2]], ["filiation", [4, 3500, 3]], ["blood", [4, 3500, 4]], ["pedigree", [4, 3500, 5]], ["stemma", [4, 3500, 6]], ["stock", [4, 3500, 7]], ["ancestry", [4, 3500, 8]], ["line of descent", [4, 3500, 9]], ["blood line", [4, 3500, 10]], ["linage", [4, 3500, 11]], ["derivation", [4, 3500, 12]], ["parentage", [4, 3500, 13]]]}, {"answer": "lingo", "hint": "synonyms for lingo", "clues": [["cant", [4, 3501, 0]], ["argot", [4, 3501, 1]], ["patois", [4, 3501, 2]], ["slang", [4, 3501, 3]], ["jargon", [4, 3501, 4]], ["vernacular", [4, 3501, 5]]]}, {"answer": "link", "hint": "synonyms for link", "clues": [["tie", [4, 3502, 0]], ["liaison", [4, 3502, 1]], ["contact", [4, 3502, 2]], ["connection", [4, 3502, 3]], ["data link", [4, 3502, 4]], ["connexion", [4, 3502, 5]], ["inter-group communication", [4, 3502, 6]], ["tie-in", [4, 3502, 7]], ["nexus", [4, 3502, 8]], ["radio link", [4, 3502, 9]], ["linkup", [4, 3502, 10]]]}, {"answer": "links", "hint": "synonyms for links", "clues": [["link", [4, 3503, 0]], ["tie", [4, 3503, 1]], ["liaison", [4, 3503, 2]], ["contact", [4, 3503, 3]], ["golf links", [4, 3503, 4]], ["connexion", [4, 3503, 5]], ["linkup", [4, 3503, 6]], ["connection", [4, 3503, 7]], ["data link", [4, 3503, 8]], ["inter-group communication", [4, 3503, 9]], ["tie-in", [4, 3503, 10]], ["nexus", [4, 3503, 11]], ["radio link", [4, 3503, 12]]]}, {"answer": "lip", "hint": "synonyms for lip", "clues": [["sass", [4, 3504, 0]], ["backtalk", [4, 3504, 1]], ["rim", [4, 3504, 2]], ["mouth", [4, 3504, 3]]]}, {"answer": "liquid_ecstasy", "hint": "synonyms for liquid ecstasy", "clues": [["scoop", [4, 3505, 0]], ["grievous bodily harm", [4, 3505, 1]], ["max", [4, 3505, 2]], ["soap", [4, 3505, 3]], ["easy lay", [4, 3505, 4]], ["goop", [4, 3505, 5]]]}, {"answer": "liquidity", "hint": "synonyms for liquidity", "clues": [["liquidness", [4, 3506, 0]], ["fluidity", [4, 3506, 1]], ["runniness", [4, 3506, 2]], ["fluidness", [4, 3506, 3]]]}, {"answer": "liquidness", "hint": "synonyms for liquidness", "clues": [["runniness", [4, 3507, 0]], ["fluidity", [4, 3507, 1]], ["liquidity", [4, 3507, 2]], ["fluidness", [4, 3507, 3]]]}, {"answer": "liquor", "hint": "synonyms for liquor", "clues": [["strong drink", [4, 3508, 0]], ["spirits", [4, 3508, 1]], ["pot liquor", [4, 3508, 2]], ["booze", [4, 3508, 3]], ["hard liquor", [4, 3508, 4]], ["pot likker", [4, 3508, 5]], ["hard drink", [4, 3508, 6]]]}, {"answer": "list", "hint": "synonyms for list", "clues": [["lean", [4, 3509, 0]], ["listing", [4, 3509, 1]], ["tilt", [4, 3509, 2]], ["inclination", [4, 3509, 3]]]}, {"answer": "lister", "hint": "synonyms for lister", "clues": [["lister plough", [4, 3510, 0]], ["lister plow", [4, 3510, 1]], ["middle buster", [4, 3510, 2]], ["middlebreaker", [4, 3510, 3]]]}, {"answer": "lister_plough", "hint": "synonyms for lister plough", "clues": [["lister plow", [4, 3511, 0]], ["lister", [4, 3511, 1]], ["middle buster", [4, 3511, 2]], ["middlebreaker", [4, 3511, 3]]]}, {"answer": "lister_plow", "hint": "synonyms for lister plow", "clues": [["lister plough", [4, 3512, 0]], ["lister", [4, 3512, 1]], ["middle buster", [4, 3512, 2]], ["middlebreaker", [4, 3512, 3]]]}, {"answer": "listlessness", "hint": "synonyms for listlessness", "clues": [["languor", [4, 3513, 0]], ["torpor", [4, 3513, 1]], ["torpidity", [4, 3513, 2]], ["torpidness", [4, 3513, 3]], ["lassitude", [4, 3513, 4]]]}, {"answer": "litchee", "hint": "synonyms for litchee", "clues": [["lichi", [4, 3514, 0]], ["lychee", [4, 3514, 1]], ["leechee", [4, 3514, 2]], ["litchi nut", [4, 3514, 3]], ["lichee", [4, 3514, 4]]]}, {"answer": "litchi", "hint": "synonyms for litchi", "clues": [["lichi", [4, 3515, 0]], ["lychee", [4, 3515, 1]], ["litchee", [4, 3515, 2]], ["leechee", [4, 3515, 3]], ["litchi nut", [4, 3515, 4]]]}, {"answer": "litchi_nut", "hint": "synonyms for litchi nut", "clues": [["lichi", [4, 3516, 0]], ["lychee", [4, 3516, 1]], ["litchee", [4, 3516, 2]], ["leechee", [4, 3516, 3]]]}, {"answer": "literal_error", "hint": "synonyms for literal error", "clues": [["typographical error", [4, 3517, 0]], ["typo", [4, 3517, 1]], ["literal", [4, 3517, 2]], ["misprint", [4, 3517, 3]], ["erratum", [4, 3517, 4]]]}, {"answer": "little_joe", "hint": "synonyms for little joe", "clues": [["quatern", [4, 3518, 0]], ["quartet", [4, 3518, 1]], ["quaternion", [4, 3518, 2]], ["tetrad", [4, 3518, 3]], ["four", [4, 3518, 4]], ["4", [4, 3518, 5]], ["quadruplet", [4, 3518, 6]], ["foursome", [4, 3518, 7]], ["quaternary", [4, 3518, 8]], ["quaternity", [4, 3518, 9]]]}, {"answer": "little_phoebe", "hint": "synonyms for little phoebe", "clues": [["pentad", [4, 3519, 0]], ["quintet", [4, 3519, 1]], ["5", [4, 3519, 2]], ["fivesome", [4, 3519, 3]], ["fin", [4, 3519, 4]], ["quintuplet", [4, 3519, 5]], ["quint", [4, 3519, 6]], ["five", [4, 3519, 7]], ["cinque", [4, 3519, 8]]]}, {"answer": "livelihood", "hint": "synonyms for livelihood", "clues": [["keep", [4, 3520, 0]], ["bread and butter", [4, 3520, 1]], ["support", [4, 3520, 2]], ["living", [4, 3520, 3]], ["sustenance", [4, 3520, 4]]]}, {"answer": "liveliness", "hint": "synonyms for liveliness", "clues": [["spirit", [4, 3521, 0]], ["animation", [4, 3521, 1]], ["life", [4, 3521, 2]], ["sprightliness", [4, 3521, 3]]]}, {"answer": "lividity", "hint": "synonyms for lividity", "clues": [["pallor", [4, 3522, 0]], ["lividness", [4, 3522, 1]], ["luridness", [4, 3522, 2]], ["paleness", [4, 3522, 3]], ["achromasia", [4, 3522, 4]], ["wanness", [4, 3522, 5]], ["pallidness", [4, 3522, 6]]]}, {"answer": "lividness", "hint": "synonyms for lividness", "clues": [["pallor", [4, 3523, 0]], ["lividity", [4, 3523, 1]], ["luridness", [4, 3523, 2]], ["paleness", [4, 3523, 3]], ["achromasia", [4, 3523, 4]], ["wanness", [4, 3523, 5]], ["pallidness", [4, 3523, 6]]]}, {"answer": "living-room", "hint": "synonyms for living-room", "clues": [["sitting room", [4, 3524, 0]], ["parlor", [4, 3524, 1]], ["front room", [4, 3524, 2]], ["living room", [4, 3524, 3]]]}, {"answer": "living_room", "hint": "synonyms for living room", "clues": [["sitting room", [4, 3525, 0]], ["living-room", [4, 3525, 1]], ["parlor", [4, 3525, 2]], ["front room", [4, 3525, 3]]]}, {"answer": "load", "hint": "synonyms for load", "clues": [["burden", [4, 3526, 0]], ["loading", [4, 3526, 1]], ["incumbrance", [4, 3526, 2]], ["payload", [4, 3526, 3]], ["shipment", [4, 3526, 4]], ["freight", [4, 3526, 5]], ["onus", [4, 3526, 6]], ["cargo", [4, 3526, 7]], ["lode", [4, 3526, 8]], ["consignment", [4, 3526, 9]], ["warhead", [4, 3526, 10]]]}, {"answer": "loading", "hint": "synonyms for loading", "clues": [["burden", [4, 3527, 0]], ["lading", [4, 3527, 1]], ["payload", [4, 3527, 2]], ["load", [4, 3527, 3]], ["shipment", [4, 3527, 4]], ["freight", [4, 3527, 5]], ["cargo", [4, 3527, 6]], ["consignment", [4, 3527, 7]]]}, {"answer": "loads", "hint": "synonyms for loads", "clues": [["burden", [4, 3528, 0]], ["oodles", [4, 3528, 1]], ["loading", [4, 3528, 2]], ["slews", [4, 3528, 3]], ["scores", [4, 3528, 4]], ["payload", [4, 3528, 5]], ["stacks", [4, 3528, 6]], ["warhead", [4, 3528, 7]], ["dozens", [4, 3528, 8]], ["tons", [4, 3528, 9]], ["incumbrance", [4, 3528, 10]], ["wads", [4, 3528, 11]], ["heaps", [4, 3528, 12]], ["rafts", [4, 3528, 13]], ["freight", [4, 3528, 14]], ["gobs", [4, 3528, 15]], ["cargo", [4, 3528, 16]], ["consignment", [4, 3528, 17]], ["lashings", [4, 3528, 18]], ["piles", [4, 3528, 19]], ["shipment", [4, 3528, 20]], ["onus", [4, 3528, 21]], ["lots", [4, 3528, 22]], ["lode", [4, 3528, 23]], ["scads", [4, 3528, 24]]]}, {"answer": "loathing", "hint": "synonyms for loathing", "clues": [["execration", [4, 3529, 0]], ["abomination", [4, 3529, 1]], ["odium", [4, 3529, 2]], ["detestation", [4, 3529, 3]], ["abhorrence", [4, 3529, 4]]]}, {"answer": "loathsomeness", "hint": "synonyms for loathsomeness", "clues": [["lousiness", [4, 3530, 0]], ["repulsiveness", [4, 3530, 1]], ["sliminess", [4, 3530, 2]], ["wickedness", [4, 3530, 3]], ["vileness", [4, 3530, 4]]]}, {"answer": "lobby", "hint": "synonyms for lobby", "clues": [["third house", [4, 3531, 0]], ["antechamber", [4, 3531, 1]], ["pressure group", [4, 3531, 2]], ["vestibule", [4, 3531, 3]], ["hall", [4, 3531, 4]], ["entrance hall", [4, 3531, 5]], ["foyer", [4, 3531, 6]], ["anteroom", [4, 3531, 7]]]}, {"answer": "localisation", "hint": "synonyms for localisation", "clues": [["localization of function", [4, 3532, 0]], ["fix", [4, 3532, 1]], ["localization", [4, 3532, 2]], ["location", [4, 3532, 3]], ["localisation principle", [4, 3532, 4]]]}, {"answer": "localization", "hint": "synonyms for localization", "clues": [["localization of function", [4, 3533, 0]], ["fix", [4, 3533, 1]], ["location", [4, 3533, 2]], ["localisation", [4, 3533, 3]], ["localisation principle", [4, 3533, 4]]]}, {"answer": "locating", "hint": "synonyms for locating", "clues": [["fix", [4, 3534, 0]], ["positioning", [4, 3534, 1]], ["location", [4, 3534, 2]], ["localisation", [4, 3534, 3]], ["placement", [4, 3534, 4]]]}, {"answer": "location", "hint": "synonyms for location", "clues": [["fix", [4, 3535, 0]], ["positioning", [4, 3535, 1]], ["locating", [4, 3535, 2]], ["localisation", [4, 3535, 3]], ["placement", [4, 3535, 4]]]}, {"answer": "locoweed", "hint": "synonyms for locoweed", "clues": [["green goddess", [4, 3536, 0]], ["pot", [4, 3536, 1]], ["skunk", [4, 3536, 2]], ["sens", [4, 3536, 3]], ["sess", [4, 3536, 4]], ["gage", [4, 3536, 5]], ["dope", [4, 3536, 6]], ["grass", [4, 3536, 7]], ["smoke", [4, 3536, 8]], ["weed", [4, 3536, 9]]]}, {"answer": "lodge", "hint": "synonyms for lodge", "clues": [["inn", [4, 3537, 0]], ["society", [4, 3537, 1]], ["indian lodge", [4, 3537, 2]], ["social club", [4, 3537, 3]], ["guild", [4, 3537, 4]], ["auberge", [4, 3537, 5]], ["club", [4, 3537, 6]], ["order", [4, 3537, 7]], ["hostel", [4, 3537, 8]], ["hunting lodge", [4, 3537, 9]]]}, {"answer": "lodgings", "hint": "synonyms for lodgings", "clues": [["pad", [4, 3538, 0]], ["diggings", [4, 3538, 1]], ["domiciliation", [4, 3538, 2]], ["lodgement", [4, 3538, 3]], ["lodging", [4, 3538, 4]], ["digs", [4, 3538, 5]], ["living accommodations", [4, 3538, 6]], ["housing", [4, 3538, 7]]]}, {"answer": "logical_argument", "hint": "synonyms for logical argument", "clues": [["argument", [4, 3539, 0]], ["line of reasoning", [4, 3539, 1]], ["line", [4, 3539, 2]], ["argumentation", [4, 3539, 3]]]}, {"answer": "lollipop", "hint": "synonyms for lollipop", "clues": [["sucker", [4, 3540, 0]], ["ice lolly", [4, 3540, 1]], ["popsicle", [4, 3540, 2]], ["lolly", [4, 3540, 3]], ["all-day sucker", [4, 3540, 4]]]}, {"answer": "lolly", "hint": "synonyms for lolly", "clues": [["kale", [4, 3541, 0]], ["lollipop", [4, 3541, 1]], ["boodle", [4, 3541, 2]], ["scratch", [4, 3541, 3]], ["dinero", [4, 3541, 4]], ["shekels", [4, 3541, 5]], ["cabbage", [4, 3541, 6]], ["lettuce", [4, 3541, 7]], ["gelt", [4, 3541, 8]], ["lucre", [4, 3541, 9]], ["dough", [4, 3541, 10]], ["wampum", [4, 3541, 11]], ["popsicle", [4, 3541, 12]], ["pelf", [4, 3541, 13]], ["clams", [4, 3541, 14]], ["loot", [4, 3541, 15]], ["bread", [4, 3541, 16]], ["sugar", [4, 3541, 17]], ["ice lolly", [4, 3541, 18]], ["simoleons", [4, 3541, 19]], ["moolah", [4, 3541, 20]]]}, {"answer": "loneliness", "hint": "synonyms for loneliness", "clues": [["solitariness", [4, 3542, 0]], ["desolation", [4, 3542, 1]], ["lonesomeness", [4, 3542, 2]], ["aloneness", [4, 3542, 3]], ["forlornness", [4, 3542, 4]]]}, {"answer": "long-windedness", "hint": "synonyms for long-windedness", "clues": [["prolixity", [4, 3543, 0]], ["prolixness", [4, 3543, 1]], ["windiness", [4, 3543, 2]], ["wordiness", [4, 3543, 3]]]}, {"answer": "long_suit", "hint": "synonyms for long suit", "clues": [["strength", [4, 3544, 0]], ["speciality", [4, 3544, 1]], ["strong point", [4, 3544, 2]], ["metier", [4, 3544, 3]], ["forte", [4, 3544, 4]], ["strong suit", [4, 3544, 5]]]}, {"answer": "look", "hint": "synonyms for look", "clues": [["facial expression", [4, 3545, 0]], ["expression", [4, 3545, 1]], ["looking", [4, 3545, 2]], ["looking at", [4, 3545, 3]], ["face", [4, 3545, 4]], ["aspect", [4, 3545, 5]]]}, {"answer": "lookout", "hint": "synonyms for lookout", "clues": [["observation tower", [4, 3546, 0]], ["lookout station", [4, 3546, 1]], ["outlook", [4, 3546, 2]], ["observatory", [4, 3546, 3]], ["observation post", [4, 3546, 4]]]}, {"answer": "loony_bin", "hint": "synonyms for loony bin", "clues": [["sanatorium", [4, 3547, 0]], ["funny farm", [4, 3547, 1]], ["madhouse", [4, 3547, 2]], ["funny house", [4, 3547, 3]], ["nuthouse", [4, 3547, 4]], ["cuckoo's nest", [4, 3547, 5]], ["booby hatch", [4, 3547, 6]], ["crazy house", [4, 3547, 7]], ["snake pit", [4, 3547, 8]]]}, {"answer": "loony_toons", "hint": "synonyms for loony toons", "clues": [["back breaker", [4, 3548, 0]], ["pane", [4, 3548, 1]], ["battery-acid", [4, 3548, 2]], ["dose", [4, 3548, 3]], ["dot", [4, 3548, 4]], ["window pane", [4, 3548, 5]], ["acid", [4, 3548, 6]], ["superman", [4, 3548, 7]]]}, {"answer": "loop", "hint": "synonyms for loop", "clues": [["loop-the-loop", [4, 3549, 0]], ["iteration", [4, 3549, 1]], ["grommet", [4, 3549, 2]], ["loop topology", [4, 3549, 3]], ["closed circuit", [4, 3549, 4]], ["eyelet", [4, 3549, 5]], ["cringle", [4, 3549, 6]]]}, {"answer": "looseness", "hint": "synonyms for looseness", "clues": [["licentiousness", [4, 3550, 0]], ["dissipation", [4, 3550, 1]], ["play", [4, 3550, 2]], ["dissolution", [4, 3550, 3]], ["profligacy", [4, 3550, 4]]]}, {"answer": "loot", "hint": "synonyms for loot", "clues": [["kale", [4, 3551, 0]], ["boodle", [4, 3551, 1]], ["scratch", [4, 3551, 2]], ["dinero", [4, 3551, 3]], ["shekels", [4, 3551, 4]], ["cabbage", [4, 3551, 5]], ["swag", [4, 3551, 6]], ["lettuce", [4, 3551, 7]], ["gelt", [4, 3551, 8]], ["booty", [4, 3551, 9]], ["lucre", [4, 3551, 10]], ["dough", [4, 3551, 11]], ["wampum", [4, 3551, 12]], ["plunder", [4, 3551, 13]], ["pelf", [4, 3551, 14]], ["prize", [4, 3551, 15]], ["dirty money", [4, 3551, 16]], ["clams", [4, 3551, 17]], ["lolly", [4, 3551, 18]], ["bread", [4, 3551, 19]], ["sugar", [4, 3551, 20]], ["simoleons", [4, 3551, 21]], ["pillage", [4, 3551, 22]], ["moolah", [4, 3551, 23]]]}, {"answer": "loquaciousness", "hint": "synonyms for loquaciousness", "clues": [["talkativeness", [4, 3552, 0]], ["loquacity", [4, 3552, 1]], ["garrulity", [4, 3552, 2]], ["garrulousness", [4, 3552, 3]]]}, {"answer": "loquacity", "hint": "synonyms for loquacity", "clues": [["talkativeness", [4, 3553, 0]], ["garrulity", [4, 3553, 1]], ["garrulousness", [4, 3553, 2]], ["loquaciousness", [4, 3553, 3]]]}, {"answer": "lordliness", "hint": "synonyms for lordliness", "clues": [["hauteur", [4, 3554, 0]], ["high-handedness", [4, 3554, 1]], ["haughtiness", [4, 3554, 2]], ["dignity", [4, 3554, 3]], ["arrogance", [4, 3554, 4]], ["gravitas", [4, 3554, 5]]]}, {"answer": "loss", "hint": "synonyms for loss", "clues": [["passing", [4, 3555, 0]], ["departure", [4, 3555, 1]], ["red", [4, 3555, 2]], ["release", [4, 3555, 3]], ["expiration", [4, 3555, 4]], ["deprivation", [4, 3555, 5]], ["personnel casualty", [4, 3555, 6]], ["going", [4, 3555, 7]], ["red ink", [4, 3555, 8]], ["exit", [4, 3555, 9]]]}, {"answer": "losses", "hint": "synonyms for losses", "clues": [["loss", [4, 3556, 0]], ["passing", [4, 3556, 1]], ["departure", [4, 3556, 2]], ["expiration", [4, 3556, 3]], ["deprivation", [4, 3556, 4]], ["exit", [4, 3556, 5]], ["red ink", [4, 3556, 6]], ["losings", [4, 3556, 7]], ["release", [4, 3556, 8]], ["red", [4, 3556, 9]], ["personnel casualty", [4, 3556, 10]], ["going", [4, 3556, 11]]]}, {"answer": "lot", "hint": "synonyms for lot", "clues": [["heap", [4, 3557, 0]], ["peck", [4, 3557, 1]], ["flock", [4, 3557, 2]], ["caboodle", [4, 3557, 3]], ["quite a little", [4, 3557, 4]], ["set", [4, 3557, 5]], ["mess", [4, 3557, 6]], ["sight", [4, 3557, 7]], ["wad", [4, 3557, 8]], ["batch", [4, 3557, 9]], ["hatful", [4, 3557, 10]], ["mickle", [4, 3557, 11]], ["stack", [4, 3557, 12]], ["passel", [4, 3557, 13]], ["deal", [4, 3557, 14]], ["plenty", [4, 3557, 15]], ["pile", [4, 3557, 16]], ["slew", [4, 3557, 17]], ["band", [4, 3557, 18]], ["bunch", [4, 3557, 19]], ["great deal", [4, 3557, 20]], ["draw", [4, 3557, 21]], ["spate", [4, 3557, 22]], ["muckle", [4, 3557, 23]], ["mint", [4, 3557, 24]], ["pot", [4, 3557, 25]], ["tidy sum", [4, 3557, 26]], ["circle", [4, 3557, 27]], ["good deal", [4, 3557, 28]], ["mass", [4, 3557, 29]], ["mountain", [4, 3557, 30]], ["raft", [4, 3557, 31]]]}, {"answer": "loudness", "hint": "synonyms for loudness", "clues": [["glitz", [4, 3558, 0]], ["gaudiness", [4, 3558, 1]], ["brashness", [4, 3558, 2]], ["tawdriness", [4, 3558, 3]], ["intensity", [4, 3558, 4]], ["garishness", [4, 3558, 5]], ["meretriciousness", [4, 3558, 6]], ["volume", [4, 3558, 7]], ["flashiness", [4, 3558, 8]]]}, {"answer": "loudspeaker_system", "hint": "synonyms for loudspeaker system", "clues": [["speaker unit", [4, 3559, 0]], ["speaker", [4, 3559, 1]], ["loudspeaker", [4, 3559, 2]], ["speaker system", [4, 3559, 3]]]}, {"answer": "lounge", "hint": "synonyms for lounge", "clues": [["waiting room", [4, 3560, 0]], ["sofa", [4, 3560, 1]], ["couch", [4, 3560, 2]], ["waiting area", [4, 3560, 3]]]}, {"answer": "lousiness", "hint": "synonyms for lousiness", "clues": [["loathsomeness", [4, 3561, 0]], ["repulsiveness", [4, 3561, 1]], ["sliminess", [4, 3561, 2]], ["wickedness", [4, 3561, 3]], ["vileness", [4, 3561, 4]]]}, {"answer": "love", "hint": "synonyms for love", "clues": [["love life", [4, 3562, 0]], ["lovemaking", [4, 3562, 1]], ["making love", [4, 3562, 2]], ["erotic love", [4, 3562, 3]], ["passion", [4, 3562, 4]], ["sexual love", [4, 3562, 5]]]}, {"answer": "love_life", "hint": "synonyms for love life", "clues": [["love", [4, 3563, 0]], ["sexual love", [4, 3563, 1]], ["making love", [4, 3563, 2]], ["lovemaking", [4, 3563, 3]]]}, {"answer": "lovemaking", "hint": "synonyms for lovemaking", "clues": [["love", [4, 3564, 0]], ["making love", [4, 3564, 1]], ["sexual love", [4, 3564, 2]], ["love life", [4, 3564, 3]]]}, {"answer": "lovingness", "hint": "synonyms for lovingness", "clues": [["warmth", [4, 3565, 0]], ["affectionateness", [4, 3565, 1]], ["fondness", [4, 3565, 2]], ["caring", [4, 3565, 3]]]}, {"answer": "low-spiritedness", "hint": "synonyms for low-spiritedness", "clues": [["dispiritedness", [4, 3566, 0]], ["lowness", [4, 3566, 1]], ["downheartedness", [4, 3566, 2]], ["dejectedness", [4, 3566, 3]]]}, {"answer": "low_temperature", "hint": "synonyms for low temperature", "clues": [["frigidity", [4, 3567, 0]], ["cold", [4, 3567, 1]], ["coldness", [4, 3567, 2]], ["frigidness", [4, 3567, 3]]]}, {"answer": "lowness", "hint": "synonyms for lowness", "clues": [["dispiritedness", [4, 3568, 0]], ["low-spiritedness", [4, 3568, 1]], ["downheartedness", [4, 3568, 2]], ["dejectedness", [4, 3568, 3]]]}, {"answer": "loyalty", "hint": "synonyms for loyalty", "clues": [["dedication", [4, 3569, 0]], ["allegiance", [4, 3569, 1]], ["trueness", [4, 3569, 2]], ["commitment", [4, 3569, 3]]]}, {"answer": "lucidity", "hint": "synonyms for lucidity", "clues": [["clearness", [4, 3570, 0]], ["limpidity", [4, 3570, 1]], ["lucidness", [4, 3570, 2]], ["pellucidity", [4, 3570, 3]], ["clarity", [4, 3570, 4]]]}, {"answer": "lucidness", "hint": "synonyms for lucidness", "clues": [["clearness", [4, 3571, 0]], ["lucidity", [4, 3571, 1]], ["limpidity", [4, 3571, 2]], ["pellucidity", [4, 3571, 3]], ["clarity", [4, 3571, 4]]]}, {"answer": "lucifer", "hint": "synonyms for lucifer", "clues": [["daystar", [4, 3572, 0]], ["morning star", [4, 3572, 1]], ["match", [4, 3572, 2]], ["friction match", [4, 3572, 3]]]}, {"answer": "lucre", "hint": "synonyms for lucre", "clues": [["kale", [4, 3573, 0]], ["profit", [4, 3573, 1]], ["boodle", [4, 3573, 2]], ["scratch", [4, 3573, 3]], ["net income", [4, 3573, 4]], ["dinero", [4, 3573, 5]], ["shekels", [4, 3573, 6]], ["net", [4, 3573, 7]], ["cabbage", [4, 3573, 8]], ["lettuce", [4, 3573, 9]], ["gelt", [4, 3573, 10]], ["net profit", [4, 3573, 11]], ["dough", [4, 3573, 12]], ["wampum", [4, 3573, 13]], ["pelf", [4, 3573, 14]], ["clams", [4, 3573, 15]], ["lolly", [4, 3573, 16]], ["loot", [4, 3573, 17]], ["bread", [4, 3573, 18]], ["earnings", [4, 3573, 19]], ["sugar", [4, 3573, 20]], ["simoleons", [4, 3573, 21]], ["moolah", [4, 3573, 22]]]}, {"answer": "lucy_in_the_sky_with_diamonds", "hint": "synonyms for lucy in the sky with diamonds", "clues": [["back breaker", [4, 3574, 0]], ["loony toons", [4, 3574, 1]], ["pane", [4, 3574, 2]], ["battery-acid", [4, 3574, 3]], ["dose", [4, 3574, 4]], ["dot", [4, 3574, 5]], ["window pane", [4, 3574, 6]], ["acid", [4, 3574, 7]], ["superman", [4, 3574, 8]]]}, {"answer": "luminal", "hint": "synonyms for luminal", "clues": [["phenobarbitone", [4, 3575, 0]], ["purple heart", [4, 3575, 1]], ["phenobarbital", [4, 3575, 2]], ["sodium thiopental", [4, 3575, 3]]]}, {"answer": "luminance", "hint": "synonyms for luminance", "clues": [["luminosity", [4, 3576, 0]], ["brightness", [4, 3576, 1]], ["light", [4, 3576, 2]], ["brightness level", [4, 3576, 3]], ["luminousness", [4, 3576, 4]]]}, {"answer": "luminosity", "hint": "synonyms for luminosity", "clues": [["brightness", [4, 3577, 0]], ["light", [4, 3577, 1]], ["luminance", [4, 3577, 2]], ["brightness level", [4, 3577, 3]], ["luminousness", [4, 3577, 4]]]}, {"answer": "luminousness", "hint": "synonyms for luminousness", "clues": [["luminosity", [4, 3578, 0]], ["brightness", [4, 3578, 1]], ["light", [4, 3578, 2]], ["luminance", [4, 3578, 3]], ["brightness level", [4, 3578, 4]]]}, {"answer": "lump", "hint": "synonyms for lump", "clues": [["clump", [4, 3579, 0]], ["chunk", [4, 3579, 1]], ["glob", [4, 3579, 2]], ["clod", [4, 3579, 3]], ["ball", [4, 3579, 4]]]}, {"answer": "lunacy", "hint": "synonyms for lunacy", "clues": [["folly", [4, 3580, 0]], ["indulgence", [4, 3580, 1]], ["tomfoolery", [4, 3580, 2]], ["foolery", [4, 3580, 3]], ["craziness", [4, 3580, 4]]]}, {"answer": "lurch", "hint": "synonyms for lurch", "clues": [["stagger", [4, 3581, 0]], ["pitch", [4, 3581, 1]], ["lunge", [4, 3581, 2]], ["stumble", [4, 3581, 3]]]}, {"answer": "lure", "hint": "synonyms for lure", "clues": [["hook", [4, 3582, 0]], ["decoy", [4, 3582, 1]], ["come-on", [4, 3582, 2]], ["sweetener", [4, 3582, 3]], ["bait", [4, 3582, 4]], ["enticement", [4, 3582, 5]]]}, {"answer": "luridness", "hint": "synonyms for luridness", "clues": [["lividity", [4, 3583, 0]], ["grimness", [4, 3583, 1]], ["paleness", [4, 3583, 2]], ["pallor", [4, 3583, 3]], ["sensationalism", [4, 3583, 4]], ["pallidness", [4, 3583, 5]], ["ghastliness", [4, 3583, 6]], ["lividness", [4, 3583, 7]], ["achromasia", [4, 3583, 8]], ["wanness", [4, 3583, 9]], ["gruesomeness", [4, 3583, 10]]]}, {"answer": "luster", "hint": "synonyms for luster", "clues": [["lustre", [4, 3584, 0]], ["splendour", [4, 3584, 1]], ["brilliancy", [4, 3584, 2]], ["shininess", [4, 3584, 3]], ["sheen", [4, 3584, 4]]]}, {"answer": "lusterlessness", "hint": "synonyms for lusterlessness", "clues": [["lustrelessness", [4, 3585, 0]], ["mat", [4, 3585, 1]], ["flatness", [4, 3585, 2]], ["matte", [4, 3585, 3]]]}, {"answer": "lustre", "hint": "synonyms for lustre", "clues": [["luster", [4, 3586, 0]], ["splendour", [4, 3586, 1]], ["brilliancy", [4, 3586, 2]], ["shininess", [4, 3586, 3]], ["sheen", [4, 3586, 4]]]}, {"answer": "lustrelessness", "hint": "synonyms for lustrelessness", "clues": [["mat", [4, 3587, 0]], ["flatness", [4, 3587, 1]], ["matte", [4, 3587, 2]], ["lusterlessness", [4, 3587, 3]]]}, {"answer": "lychee", "hint": "synonyms for lychee", "clues": [["lichi", [4, 3588, 0]], ["litchee", [4, 3588, 1]], ["leechee", [4, 3588, 2]], ["litchi nut", [4, 3588, 3]]]}, {"answer": "lynchpin", "hint": "synonyms for lynchpin", "clues": [["backbone", [4, 3589, 0]], ["anchor", [4, 3589, 1]], ["linchpin", [4, 3589, 2]], ["keystone", [4, 3589, 3]], ["mainstay", [4, 3589, 4]]]}, {"answer": "machine", "hint": "synonyms for machine", "clues": [["auto", [4, 3590, 0]], ["political machine", [4, 3590, 1]], ["simple machine", [4, 3590, 2]], ["car", [4, 3590, 3]], ["automobile", [4, 3590, 4]], ["motorcar", [4, 3590, 5]]]}, {"answer": "machine_language", "hint": "synonyms for machine language", "clues": [["computer-oriented language", [4, 3591, 0]], ["machine code", [4, 3591, 1]], ["machine-oriented language", [4, 3591, 2]], ["computer language", [4, 3591, 3]]]}, {"answer": "macrocosm", "hint": "synonyms for macrocosm", "clues": [["universe", [4, 3592, 0]], ["cosmos", [4, 3592, 1]], ["world", [4, 3592, 2]], ["creation", [4, 3592, 3]], ["existence", [4, 3592, 4]]]}, {"answer": "maculation", "hint": "synonyms for maculation", "clues": [["patch", [4, 3593, 0]], ["fleck", [4, 3593, 1]], ["speckle", [4, 3593, 2]], ["spotting", [4, 3593, 3]], ["staining", [4, 3593, 4]], ["spot", [4, 3593, 5]], ["dapple", [4, 3593, 6]]]}, {"answer": "madhouse", "hint": "synonyms for madhouse", "clues": [["loony bin", [4, 3594, 0]], ["sanatorium", [4, 3594, 1]], ["funny farm", [4, 3594, 2]], ["funny house", [4, 3594, 3]], ["nuthouse", [4, 3594, 4]], ["cuckoo's nest", [4, 3594, 5]], ["booby hatch", [4, 3594, 6]], ["crazy house", [4, 3594, 7]], ["snake pit", [4, 3594, 8]]]}, {"answer": "madness", "hint": "synonyms for madness", "clues": [["rage", [4, 3595, 0]], ["craziness", [4, 3595, 1]], ["folly", [4, 3595, 2]], ["rabidity", [4, 3595, 3]], ["rabidness", [4, 3595, 4]], ["fury", [4, 3595, 5]], ["foolishness", [4, 3595, 6]]]}, {"answer": "magazine", "hint": "synonyms for magazine", "clues": [["powder store", [4, 3596, 0]], ["cartridge", [4, 3596, 1]], ["cartridge holder", [4, 3596, 2]], ["mag", [4, 3596, 3]], ["clip", [4, 3596, 4]], ["powder magazine", [4, 3596, 5]], ["magazine publisher", [4, 3596, 6]], ["cartridge clip", [4, 3596, 7]]]}, {"answer": "magic_eye", "hint": "synonyms for magic eye", "clues": [["photoelectric cell", [4, 3597, 0]], ["photoconductive cell", [4, 3597, 1]], ["photocell", [4, 3597, 2]], ["electric eye", [4, 3597, 3]]]}, {"answer": "magic_trick", "hint": "synonyms for magic trick", "clues": [["illusion", [4, 3598, 0]], ["deception", [4, 3598, 1]], ["legerdemain", [4, 3598, 2]], ["conjuration", [4, 3598, 3]], ["thaumaturgy", [4, 3598, 4]], ["conjuring trick", [4, 3598, 5]], ["trick", [4, 3598, 6]], ["magic", [4, 3598, 7]]]}, {"answer": "magnetic_dip", "hint": "synonyms for magnetic dip", "clues": [["inclination", [4, 3599, 0]], ["magnetic inclination", [4, 3599, 1]], ["dip", [4, 3599, 2]], ["angle of dip", [4, 3599, 3]]]}, {"answer": "magnetic_inclination", "hint": "synonyms for magnetic inclination", "clues": [["magnetic dip", [4, 3600, 0]], ["inclination", [4, 3600, 1]], ["dip", [4, 3600, 2]], ["angle of dip", [4, 3600, 3]]]}, {"answer": "magnetic_induction", "hint": "synonyms for magnetic induction", "clues": [["magnetic field strength", [4, 3601, 0]], ["magnetization", [4, 3601, 1]], ["magnetic intensity", [4, 3601, 2]], ["magnetic flux density", [4, 3601, 3]]]}, {"answer": "magnification", "hint": "synonyms for magnification", "clues": [["overstatement", [4, 3602, 0]], ["blowup", [4, 3602, 1]], ["enlargement", [4, 3602, 2]], ["exaggeration", [4, 3602, 3]]]}, {"answer": "magnificence", "hint": "synonyms for magnificence", "clues": [["impressiveness", [4, 3603, 0]], ["grandness", [4, 3603, 1]], ["brilliance", [4, 3603, 2]], ["splendor", [4, 3603, 3]], ["grandeur", [4, 3603, 4]], ["richness", [4, 3603, 5]]]}, {"answer": "magniloquence", "hint": "synonyms for magniloquence", "clues": [["ornateness", [4, 3604, 0]], ["rhetoric", [4, 3604, 1]], ["grandiloquence", [4, 3604, 2]], ["grandiosity", [4, 3604, 3]]]}, {"answer": "mail", "hint": "synonyms for mail", "clues": [["chain mail", [4, 3605, 0]], ["post", [4, 3605, 1]], ["mail service", [4, 3605, 2]], ["ring armor", [4, 3605, 3]], ["ring mail", [4, 3605, 4]], ["chain armour", [4, 3605, 5]], ["postal service", [4, 3605, 6]]]}, {"answer": "main_office", "hint": "synonyms for main office", "clues": [["home base", [4, 3606, 0]], ["home office", [4, 3606, 1]], ["central office", [4, 3606, 2]], ["headquarters", [4, 3606, 3]]]}, {"answer": "mainframe", "hint": "synonyms for mainframe", "clues": [["central processor", [4, 3607, 0]], ["processor", [4, 3607, 1]], ["mainframe computer", [4, 3607, 2]], ["central processing unit", [4, 3607, 3]]]}, {"answer": "mainsheet", "hint": "synonyms for mainsheet", "clues": [["shroud", [4, 3608, 0]], ["weather sheet", [4, 3608, 1]], ["tack", [4, 3608, 2]], ["sheet", [4, 3608, 3]]]}, {"answer": "mainstay", "hint": "synonyms for mainstay", "clues": [["lynchpin", [4, 3609, 0]], ["backbone", [4, 3609, 1]], ["anchor", [4, 3609, 2]], ["keystone", [4, 3609, 3]]]}, {"answer": "maintenance", "hint": "synonyms for maintenance", "clues": [["sustainment", [4, 3610, 0]], ["sustentation", [4, 3610, 1]], ["alimony", [4, 3610, 2]], ["sustenance", [4, 3610, 3]], ["criminal maintenance", [4, 3610, 4]], ["care", [4, 3610, 5]], ["upkeep", [4, 3610, 6]]]}, {"answer": "major_power", "hint": "synonyms for major power", "clues": [["world power", [4, 3611, 0]], ["great power", [4, 3611, 1]], ["superpower", [4, 3611, 2]], ["power", [4, 3611, 3]]]}, {"answer": "major_tranquilizer", "hint": "synonyms for major tranquilizer", "clues": [["major tranquilliser", [4, 3612, 0]], ["antipsychotic drug", [4, 3612, 1]], ["antipsychotic agent", [4, 3612, 2]], ["neuroleptic", [4, 3612, 3]], ["neuroleptic drug", [4, 3612, 4]], ["antipsychotic", [4, 3612, 5]], ["neuroleptic agent", [4, 3612, 6]]]}, {"answer": "major_tranquilliser", "hint": "synonyms for major tranquilliser", "clues": [["antipsychotic drug", [4, 3613, 0]], ["major tranquillizer", [4, 3613, 1]], ["antipsychotic agent", [4, 3613, 2]], ["neuroleptic", [4, 3613, 3]], ["neuroleptic drug", [4, 3613, 4]], ["antipsychotic", [4, 3613, 5]], ["neuroleptic agent", [4, 3613, 6]]]}, {"answer": "major_tranquillizer", "hint": "synonyms for major tranquillizer", "clues": [["major tranquilliser", [4, 3614, 0]], ["antipsychotic drug", [4, 3614, 1]], ["antipsychotic agent", [4, 3614, 2]], ["neuroleptic", [4, 3614, 3]], ["neuroleptic drug", [4, 3614, 4]], ["antipsychotic", [4, 3614, 5]], ["neuroleptic agent", [4, 3614, 6]]]}, {"answer": "make-up", "hint": "synonyms for make-up", "clues": [["physical composition", [4, 3615, 0]], ["war paint", [4, 3615, 1]], ["makeup", [4, 3615, 2]], ["composition", [4, 3615, 3]], ["constitution", [4, 3615, 4]]]}, {"answer": "makeup", "hint": "synonyms for makeup", "clues": [["war paint", [4, 3616, 0]], ["physical composition", [4, 3616, 1]], ["make-up", [4, 3616, 2]], ["composition", [4, 3616, 3]], ["constitution", [4, 3616, 4]]]}, {"answer": "making_love", "hint": "synonyms for making love", "clues": [["love", [4, 3617, 0]], ["sexual love", [4, 3617, 1]], ["lovemaking", [4, 3617, 2]], ["love life", [4, 3617, 3]]]}, {"answer": "maladroitness", "hint": "synonyms for maladroitness", "clues": [["ineptness", [4, 3618, 0]], ["ineptitude", [4, 3618, 1]], ["awkwardness", [4, 3618, 2]], ["slowness", [4, 3618, 3]], ["clumsiness", [4, 3618, 4]]]}, {"answer": "malarkey", "hint": "synonyms for malarkey", "clues": [["wind", [4, 3619, 0]], ["malarky", [4, 3619, 1]], ["nothingness", [4, 3619, 2]], ["idle words", [4, 3619, 3]], ["jazz", [4, 3619, 4]]]}, {"answer": "malarky", "hint": "synonyms for malarky", "clues": [["malarkey", [4, 3620, 0]], ["wind", [4, 3620, 1]], ["nothingness", [4, 3620, 2]], ["idle words", [4, 3620, 3]], ["jazz", [4, 3620, 4]]]}, {"answer": "malice", "hint": "synonyms for malice", "clues": [["spite", [4, 3621, 0]], ["malevolency", [4, 3621, 1]], ["maliciousness", [4, 3621, 2]], ["venom", [4, 3621, 3]], ["spitefulness", [4, 3621, 4]]]}, {"answer": "maliciousness", "hint": "synonyms for maliciousness", "clues": [["malice", [4, 3622, 0]], ["spite", [4, 3622, 1]], ["venom", [4, 3622, 2]], ["spitefulness", [4, 3622, 3]]]}, {"answer": "mall", "hint": "synonyms for mall", "clues": [["promenade", [4, 3623, 0]], ["shopping center", [4, 3623, 1]], ["plaza", [4, 3623, 2]], ["center", [4, 3623, 3]], ["shopping mall", [4, 3623, 4]]]}, {"answer": "malodor", "hint": "synonyms for malodor", "clues": [["fetor", [4, 3624, 0]], ["mephitis", [4, 3624, 1]], ["stench", [4, 3624, 2]], ["stink", [4, 3624, 3]], ["malodour", [4, 3624, 4]], ["reek", [4, 3624, 5]]]}, {"answer": "malodorousness", "hint": "synonyms for malodorousness", "clues": [["stinkiness", [4, 3625, 0]], ["foulness", [4, 3625, 1]], ["rankness", [4, 3625, 2]], ["fetidness", [4, 3625, 3]]]}, {"answer": "malodour", "hint": "synonyms for malodour", "clues": [["fetor", [4, 3626, 0]], ["mephitis", [4, 3626, 1]], ["stench", [4, 3626, 2]], ["stink", [4, 3626, 3]], ["malodor", [4, 3626, 4]], ["reek", [4, 3626, 5]]]}, {"answer": "mammee", "hint": "synonyms for mammee", "clues": [["mamey", [4, 3627, 0]], ["mammee apple", [4, 3627, 1]], ["marmalade plum", [4, 3627, 2]], ["sapote", [4, 3627, 3]]]}, {"answer": "maneuver", "hint": "synonyms for maneuver", "clues": [["manoeuvre", [4, 3628, 0]], ["tactic", [4, 3628, 1]], ["play", [4, 3628, 2]], ["tactical manoeuvre", [4, 3628, 3]], ["evasive action", [4, 3628, 4]], ["simulated military operation", [4, 3628, 5]]]}, {"answer": "mangonel", "hint": "synonyms for mangonel", "clues": [["trebucket", [4, 3629, 0]], ["arbalist", [4, 3629, 1]], ["onager", [4, 3629, 2]], ["ballista", [4, 3629, 3]], ["bricole", [4, 3629, 4]], ["catapult", [4, 3629, 5]]]}, {"answer": "manifestation", "hint": "synonyms for manifestation", "clues": [["reflection", [4, 3630, 0]], ["demonstration", [4, 3630, 1]], ["expression", [4, 3630, 2]], ["materialization", [4, 3630, 3]], ["reflexion", [4, 3630, 4]]]}, {"answer": "manikin", "hint": "synonyms for manikin", "clues": [["mannikin", [4, 3631, 0]], ["form", [4, 3631, 1]], ["mannequin", [4, 3631, 2]], ["manakin", [4, 3631, 3]]]}, {"answer": "manna_from_heaven", "hint": "synonyms for manna from heaven", "clues": [["miraculous food", [4, 3632, 0]], ["bunce", [4, 3632, 1]], ["windfall", [4, 3632, 2]], ["boom", [4, 3632, 3]], ["godsend", [4, 3632, 4]], ["bonanza", [4, 3632, 5]], ["gravy", [4, 3632, 6]], ["gold rush", [4, 3632, 7]], ["manna", [4, 3632, 8]]]}, {"answer": "manner", "hint": "synonyms for manner", "clues": [["fashion", [4, 3633, 0]], ["personal manner", [4, 3633, 1]], ["way", [4, 3633, 2]], ["mode", [4, 3633, 3]], ["style", [4, 3633, 4]]]}, {"answer": "mannerism", "hint": "synonyms for mannerism", "clues": [["pose", [4, 3634, 0]], ["affectedness", [4, 3634, 1]], ["foible", [4, 3634, 2]], ["idiosyncrasy", [4, 3634, 3]], ["affectation", [4, 3634, 4]]]}, {"answer": "manners", "hint": "synonyms for manners", "clues": [["fashion", [4, 3635, 0]], ["manner", [4, 3635, 1]], ["style", [4, 3635, 2]], ["personal manner", [4, 3635, 3]], ["mode", [4, 3635, 4]], ["way", [4, 3635, 5]]]}, {"answer": "manoeuvre", "hint": "synonyms for manoeuvre", "clues": [["tactic", [4, 3636, 0]], ["play", [4, 3636, 1]], ["maneuver", [4, 3636, 2]], ["tactical manoeuvre", [4, 3636, 3]], ["evasive action", [4, 3636, 4]], ["simulated military operation", [4, 3636, 5]]]}, {"answer": "manse", "hint": "synonyms for manse", "clues": [["mansion", [4, 3637, 0]], ["hall", [4, 3637, 1]], ["mansion house", [4, 3637, 2]], ["residence", [4, 3637, 3]]]}, {"answer": "mansion", "hint": "synonyms for mansion", "clues": [["house", [4, 3638, 0]], ["sign", [4, 3638, 1]], ["mansion house", [4, 3638, 2]], ["star sign", [4, 3638, 3]], ["residence", [4, 3638, 4]], ["planetary house", [4, 3638, 5]], ["sign of the zodiac", [4, 3638, 6]], ["manse", [4, 3638, 7]], ["hall", [4, 3638, 8]]]}, {"answer": "mansion_house", "hint": "synonyms for mansion house", "clues": [["mansion", [4, 3639, 0]], ["hall", [4, 3639, 1]], ["residence", [4, 3639, 2]], ["manse", [4, 3639, 3]]]}, {"answer": "mantelpiece", "hint": "synonyms for mantelpiece", "clues": [["mantel", [4, 3640, 0]], ["mantlepiece", [4, 3640, 1]], ["chimneypiece", [4, 3640, 2]], ["mantle", [4, 3640, 3]]]}, {"answer": "mantle", "hint": "synonyms for mantle", "clues": [["blanket", [4, 3641, 0]], ["curtain", [4, 3641, 1]], ["drape", [4, 3641, 2]], ["pall", [4, 3641, 3]], ["drapery", [4, 3641, 4]], ["mantel", [4, 3641, 5]], ["mantlepiece", [4, 3641, 6]], ["cape", [4, 3641, 7]], ["chimneypiece", [4, 3641, 8]]]}, {"answer": "mantlepiece", "hint": "synonyms for mantlepiece", "clues": [["mantel", [4, 3642, 0]], ["mantelpiece", [4, 3642, 1]], ["chimneypiece", [4, 3642, 2]], ["mantle", [4, 3642, 3]]]}, {"answer": "map", "hint": "synonyms for map", "clues": [["function", [4, 3643, 0]], ["single-valued function", [4, 3643, 1]], ["mapping", [4, 3643, 2]], ["mathematical function", [4, 3643, 3]]]}, {"answer": "mapping", "hint": "synonyms for mapping", "clues": [["map", [4, 3644, 0]], ["chromosome mapping", [4, 3644, 1]], ["mathematical function", [4, 3644, 2]], ["function", [4, 3644, 3]], ["single-valued function", [4, 3644, 4]]]}, {"answer": "march", "hint": "synonyms for march", "clues": [["border district", [4, 3645, 0]], ["borderland", [4, 3645, 1]], ["marching", [4, 3645, 2]], ["marchland", [4, 3645, 3]], ["marching music", [4, 3645, 4]]]}, {"answer": "marches", "hint": "synonyms for marches", "clues": [["marching", [4, 3646, 0]], ["borderland", [4, 3646, 1]], ["marchland", [4, 3646, 2]], ["marching music", [4, 3646, 3]], ["border district", [4, 3646, 4]]]}, {"answer": "margarin", "hint": "synonyms for margarin", "clues": [["glycerol trimargarate", [4, 3647, 0]], ["margarine", [4, 3647, 1]], ["oleo", [4, 3647, 2]], ["oleomargarine", [4, 3647, 3]], ["marge", [4, 3647, 4]]]}, {"answer": "margarine", "hint": "synonyms for margarine", "clues": [["oleomargarine", [4, 3648, 0]], ["oleo", [4, 3648, 1]], ["margarin", [4, 3648, 2]], ["marge", [4, 3648, 3]]]}, {"answer": "margin", "hint": "synonyms for margin", "clues": [["tolerance", [4, 3649, 0]], ["allowance", [4, 3649, 1]], ["gross profit", [4, 3649, 2]], ["security deposit", [4, 3649, 3]], ["gross profit margin", [4, 3649, 4]], ["perimeter", [4, 3649, 5]], ["border", [4, 3649, 6]], ["leeway", [4, 3649, 7]]]}, {"answer": "marijuana_cigarette", "hint": "synonyms for marijuana cigarette", "clues": [["stick", [4, 3650, 0]], ["joint", [4, 3650, 1]], ["spliff", [4, 3650, 2]], ["reefer", [4, 3650, 3]]]}, {"answer": "mark", "hint": "synonyms for mark", "clues": [["stigma", [4, 3651, 0]], ["scar", [4, 3651, 1]], ["print", [4, 3651, 2]], ["target", [4, 3651, 3]], ["stain", [4, 3651, 4]], ["home run", [4, 3651, 5]], ["scrape", [4, 3651, 6]], ["crisscross", [4, 3651, 7]], ["bull's eye", [4, 3651, 8]], ["score", [4, 3651, 9]], ["sign", [4, 3651, 10]], ["brand", [4, 3651, 11]], ["cross", [4, 3651, 12]], ["marking", [4, 3651, 13]], ["grade", [4, 3651, 14]], ["scratch", [4, 3651, 15]], ["bell ringer", [4, 3651, 16]], ["marker", [4, 3651, 17]]]}, {"answer": "market", "hint": "synonyms for market", "clues": [["market place", [4, 3652, 0]], ["food market", [4, 3652, 1]], ["grocery store", [4, 3652, 2]], ["mart", [4, 3652, 3]], ["securities industry", [4, 3652, 4]], ["grocery", [4, 3652, 5]]]}, {"answer": "marking", "hint": "synonyms for marking", "clues": [["scoring", [4, 3653, 0]], ["grading", [4, 3653, 1]], ["mark", [4, 3653, 2]], ["marker", [4, 3653, 3]]]}, {"answer": "marks", "hint": "synonyms for marks", "clues": [["stigma", [4, 3654, 0]], ["stain", [4, 3654, 1]], ["home run", [4, 3654, 2]], ["bull's eye", [4, 3654, 3]], ["mark", [4, 3654, 4]], ["scar", [4, 3654, 5]], ["print", [4, 3654, 6]], ["target", [4, 3654, 7]], ["scrape", [4, 3654, 8]], ["crisscross", [4, 3654, 9]], ["score", [4, 3654, 10]], ["sign", [4, 3654, 11]], ["brand", [4, 3654, 12]], ["cross", [4, 3654, 13]], ["grade", [4, 3654, 14]], ["scratch", [4, 3654, 15]], ["bell ringer", [4, 3654, 16]], ["marker", [4, 3654, 17]]]}, {"answer": "marriage", "hint": "synonyms for marriage", "clues": [["wedding", [4, 3655, 0]], ["married couple", [4, 3655, 1]], ["man and wife", [4, 3655, 2]], ["marriage ceremony", [4, 3655, 3]]]}, {"answer": "marrow", "hint": "synonyms for marrow", "clues": [["pith", [4, 3656, 0]], ["nub", [4, 3656, 1]], ["sum", [4, 3656, 2]], ["gist", [4, 3656, 3]], ["bone marrow", [4, 3656, 4]], ["center", [4, 3656, 5]], ["nitty-gritty", [4, 3656, 6]], ["centre", [4, 3656, 7]], ["inwardness", [4, 3656, 8]], ["substance", [4, 3656, 9]], ["essence", [4, 3656, 10]], ["kernel", [4, 3656, 11]], ["heart and soul", [4, 3656, 12]], ["core", [4, 3656, 13]], ["meat", [4, 3656, 14]], ["heart", [4, 3656, 15]], ["vegetable marrow", [4, 3656, 16]]]}, {"answer": "mary_jane", "hint": "synonyms for mary jane", "clues": [["green goddess", [4, 3657, 0]], ["pot", [4, 3657, 1]], ["skunk", [4, 3657, 2]], ["weed", [4, 3657, 3]], ["sens", [4, 3657, 4]], ["sess", [4, 3657, 5]], ["gage", [4, 3657, 6]], ["dope", [4, 3657, 7]], ["grass", [4, 3657, 8]], ["smoke", [4, 3657, 9]], ["locoweed", [4, 3657, 10]]]}, {"answer": "masquerade", "hint": "synonyms for masquerade", "clues": [["fancy dress", [4, 3658, 0]], ["masque", [4, 3658, 1]], ["masquerade costume", [4, 3658, 2]], ["mask", [4, 3658, 3]], ["masquerade party", [4, 3658, 4]]]}, {"answer": "mass_murder", "hint": "synonyms for mass murder", "clues": [["butchery", [4, 3659, 0]], ["slaughter", [4, 3659, 1]], ["massacre", [4, 3659, 2]], ["carnage", [4, 3659, 3]]]}, {"answer": "massacre", "hint": "synonyms for massacre", "clues": [["butchery", [4, 3660, 0]], ["slaughter", [4, 3660, 1]], ["mass murder", [4, 3660, 2]], ["carnage", [4, 3660, 3]]]}, {"answer": "masses", "hint": "synonyms for masses", "clues": [["heap", [4, 3661, 0]], ["peck", [4, 3661, 1]], ["masse", [4, 3661, 2]], ["mess", [4, 3661, 3]], ["bulk", [4, 3661, 4]], ["plenty", [4, 3661, 5]], ["pile", [4, 3661, 6]], ["slew", [4, 3661, 7]], ["the great unwashed", [4, 3661, 8]], ["great deal", [4, 3661, 9]], ["spate", [4, 3661, 10]], ["mint", [4, 3661, 11]], ["pot", [4, 3661, 12]], ["hoi polloi", [4, 3661, 13]], ["tidy sum", [4, 3661, 14]], ["people", [4, 3661, 15]], ["mountain", [4, 3661, 16]], ["raft", [4, 3661, 17]], ["multitude", [4, 3661, 18]], ["flock", [4, 3661, 19]], ["quite a little", [4, 3661, 20]], ["volume", [4, 3661, 21]], ["sight", [4, 3661, 22]], ["wad", [4, 3661, 23]], ["batch", [4, 3661, 24]], ["hatful", [4, 3661, 25]], ["masse shot", [4, 3661, 26]], ["mickle", [4, 3661, 27]], ["stack", [4, 3661, 28]], ["passel", [4, 3661, 29]], ["deal", [4, 3661, 30]], ["lot", [4, 3661, 31]], ["good deal", [4, 3661, 32]], ["muckle", [4, 3661, 33]]]}, {"answer": "massiveness", "hint": "synonyms for massiveness", "clues": [["ponderosity", [4, 3662, 0]], ["ponderousness", [4, 3662, 1]], ["bulkiness", [4, 3662, 2]], ["heftiness", [4, 3662, 3]], ["heft", [4, 3662, 4]]]}, {"answer": "masters", "hint": "synonyms for masters", "clues": [["master copy", [4, 3663, 0]], ["master", [4, 3663, 1]], ["passe-partout", [4, 3663, 2]], ["original", [4, 3663, 3]], ["master key", [4, 3663, 4]], ["passkey", [4, 3663, 5]]]}, {"answer": "match", "hint": "synonyms for match", "clues": [["mates", [4, 3664, 0]], ["couple", [4, 3664, 1]], ["lucifer", [4, 3664, 2]], ["friction match", [4, 3664, 3]]]}, {"answer": "maternity", "hint": "synonyms for maternity", "clues": [["maternal quality", [4, 3665, 0]], ["motherliness", [4, 3665, 1]], ["motherhood", [4, 3665, 2]], ["maternalism", [4, 3665, 3]]]}, {"answer": "mates", "hint": "synonyms for mates", "clues": [["mate", [4, 3666, 0]], ["checkmate", [4, 3666, 1]], ["fellow", [4, 3666, 2]], ["couple", [4, 3666, 3]], ["match", [4, 3666, 4]]]}, {"answer": "mathematical_function", "hint": "synonyms for mathematical function", "clues": [["function", [4, 3667, 0]], ["single-valued function", [4, 3667, 1]], ["map", [4, 3667, 2]], ["mapping", [4, 3667, 3]]]}, {"answer": "mating", "hint": "synonyms for mating", "clues": [["conjugation", [4, 3668, 0]], ["pairing", [4, 3668, 1]], ["union", [4, 3668, 2]], ["sexual union", [4, 3668, 3]], ["coupling", [4, 3668, 4]]]}, {"answer": "matter", "hint": "synonyms for matter", "clues": [["issue", [4, 3669, 0]], ["thing", [4, 3669, 1]], ["affair", [4, 3669, 2]], ["subject", [4, 3669, 3]], ["topic", [4, 3669, 4]]]}, {"answer": "maturation", "hint": "synonyms for maturation", "clues": [["development", [4, 3670, 0]], ["ontogeny", [4, 3670, 1]], ["maturement", [4, 3670, 2]], ["ripening", [4, 3670, 3]], ["growing", [4, 3670, 4]], ["suppuration", [4, 3670, 5]], ["ontogenesis", [4, 3670, 6]], ["growth", [4, 3670, 7]], ["festering", [4, 3670, 8]]]}, {"answer": "mawkishness", "hint": "synonyms for mawkishness", "clues": [["soupiness", [4, 3671, 0]], ["bathos", [4, 3671, 1]], ["drippiness", [4, 3671, 2]], ["sloppiness", [4, 3671, 3]], ["sentimentality", [4, 3671, 4]], ["mushiness", [4, 3671, 5]]]}, {"answer": "max", "hint": "synonyms for max", "clues": [["scoop", [4, 3672, 0]], ["grievous bodily harm", [4, 3672, 1]], ["liquid ecstasy", [4, 3672, 2]], ["soap", [4, 3672, 3]], ["easy lay", [4, 3672, 4]], ["goop", [4, 3672, 5]]]}, {"answer": "meagerness", "hint": "synonyms for meagerness", "clues": [["leanness", [4, 3673, 0]], ["scantness", [4, 3673, 1]], ["exiguity", [4, 3673, 2]], ["poorness", [4, 3673, 3]], ["meagreness", [4, 3673, 4]]]}, {"answer": "meagreness", "hint": "synonyms for meagreness", "clues": [["meagerness", [4, 3674, 0]], ["leanness", [4, 3674, 1]], ["scantness", [4, 3674, 2]], ["exiguity", [4, 3674, 3]], ["poorness", [4, 3674, 4]]]}, {"answer": "mean_solar_day", "hint": "synonyms for mean solar day", "clues": [["24-hour interval", [4, 3675, 0]], ["twenty-four hour period", [4, 3675, 1]], ["twenty-four hours", [4, 3675, 2]], ["day", [4, 3675, 3]], ["solar day", [4, 3675, 4]]]}, {"answer": "meaninglessness", "hint": "synonyms for meaninglessness", "clues": [["hokum", [4, 3676, 0]], ["bunk", [4, 3676, 1]], ["nonsense", [4, 3676, 2]], ["nonsensicality", [4, 3676, 3]]]}, {"answer": "meanness", "hint": "synonyms for meanness", "clues": [["minginess", [4, 3677, 0]], ["closeness", [4, 3677, 1]], ["tightfistedness", [4, 3677, 2]], ["parsimoniousness", [4, 3677, 3]], ["niggardliness", [4, 3677, 4]], ["tightness", [4, 3677, 5]], ["beastliness", [4, 3677, 6]], ["parsimony", [4, 3677, 7]]]}, {"answer": "means", "hint": "synonyms for means", "clues": [["way", [4, 3678, 0]], ["substance", [4, 3678, 1]], ["mean", [4, 3678, 2]], ["mean value", [4, 3678, 3]], ["agency", [4, 3678, 4]]]}, {"answer": "measure", "hint": "synonyms for measure", "clues": [["measuring rod", [4, 3679, 0]], ["metre", [4, 3679, 1]], ["mensuration", [4, 3679, 2]], ["standard", [4, 3679, 3]], ["bill", [4, 3679, 4]], ["bar", [4, 3679, 5]], ["measuring", [4, 3679, 6]], ["step", [4, 3679, 7]], ["measuring stick", [4, 3679, 8]], ["measurement", [4, 3679, 9]], ["cadence", [4, 3679, 10]], ["meter", [4, 3679, 11]], ["quantity", [4, 3679, 12]], ["amount", [4, 3679, 13]], ["beat", [4, 3679, 14]], ["criterion", [4, 3679, 15]], ["touchstone", [4, 3679, 16]]]}, {"answer": "meat", "hint": "synonyms for meat", "clues": [["pith", [4, 3680, 0]], ["marrow", [4, 3680, 1]], ["nitty-gritty", [4, 3680, 2]], ["centre", [4, 3680, 3]], ["nub", [4, 3680, 4]], ["inwardness", [4, 3680, 5]], ["substance", [4, 3680, 6]], ["sum", [4, 3680, 7]], ["gist", [4, 3680, 8]], ["essence", [4, 3680, 9]], ["kernel", [4, 3680, 10]], ["heart and soul", [4, 3680, 11]], ["core", [4, 3680, 12]], ["heart", [4, 3680, 13]], ["center", [4, 3680, 14]]]}, {"answer": "medal", "hint": "synonyms for medal", "clues": [["laurel wreath", [4, 3681, 0]], ["ribbon", [4, 3681, 1]], ["palm", [4, 3681, 2]], ["medallion", [4, 3681, 3]], ["decoration", [4, 3681, 4]]]}, {"answer": "medallion", "hint": "synonyms for medallion", "clues": [["laurel wreath", [4, 3682, 0]], ["medal", [4, 3682, 1]], ["ribbon", [4, 3682, 2]], ["palm", [4, 3682, 3]], ["decoration", [4, 3682, 4]]]}, {"answer": "medical_checkup", "hint": "synonyms for medical checkup", "clues": [["medical", [4, 3683, 0]], ["medical examination", [4, 3683, 1]], ["medical exam", [4, 3683, 2]], ["health check", [4, 3683, 3]], ["checkup", [4, 3683, 4]]]}, {"answer": "medical_exam", "hint": "synonyms for medical exam", "clues": [["medical", [4, 3684, 0]], ["medical examination", [4, 3684, 1]], ["health check", [4, 3684, 2]], ["medical checkup", [4, 3684, 3]], ["checkup", [4, 3684, 4]]]}, {"answer": "medical_examination", "hint": "synonyms for medical examination", "clues": [["medical", [4, 3685, 0]], ["medical exam", [4, 3685, 1]], ["health check", [4, 3685, 2]], ["medical checkup", [4, 3685, 3]], ["checkup", [4, 3685, 4]]]}, {"answer": "medicine", "hint": "synonyms for medicine", "clues": [["practice of medicine", [4, 3686, 0]], ["medicinal drug", [4, 3686, 1]], ["music", [4, 3686, 2]], ["medication", [4, 3686, 3]], ["medical specialty", [4, 3686, 4]], ["medicament", [4, 3686, 5]]]}, {"answer": "meeting", "hint": "synonyms for meeting", "clues": [["get together", [4, 3687, 0]], ["merging", [4, 3687, 1]], ["group meeting", [4, 3687, 2]], ["coming together", [4, 3687, 3]], ["confluence", [4, 3687, 4]], ["encounter", [4, 3687, 5]]]}, {"answer": "megabucks", "hint": "synonyms for megabucks", "clues": [["big bucks", [4, 3688, 0]], ["big money", [4, 3688, 1]], ["pile", [4, 3688, 2]], ["bundle", [4, 3688, 3]]]}, {"answer": "melange", "hint": "synonyms for melange", "clues": [["farrago", [4, 3689, 0]], ["ragbag", [4, 3689, 1]], ["hodgepodge", [4, 3689, 2]], ["hotchpotch", [4, 3689, 3]], ["omnium-gatherum", [4, 3689, 4]], ["odds and ends", [4, 3689, 5]], ["gallimaufry", [4, 3689, 6]], ["mingle-mangle", [4, 3689, 7]], ["oddments", [4, 3689, 8]], ["mishmash", [4, 3689, 9]]]}, {"answer": "melodic_line", "hint": "synonyms for melodic line", "clues": [["air", [4, 3690, 0]], ["melodic phrase", [4, 3690, 1]], ["melody", [4, 3690, 2]], ["strain", [4, 3690, 3]], ["tune", [4, 3690, 4]], ["line", [4, 3690, 5]]]}, {"answer": "melodic_phrase", "hint": "synonyms for melodic phrase", "clues": [["melodic line", [4, 3691, 0]], ["air", [4, 3691, 1]], ["melody", [4, 3691, 2]], ["strain", [4, 3691, 3]], ["tune", [4, 3691, 4]], ["line", [4, 3691, 5]]]}, {"answer": "melody", "hint": "synonyms for melody", "clues": [["melodic line", [4, 3692, 0]], ["melodic phrase", [4, 3692, 1]], ["air", [4, 3692, 2]], ["strain", [4, 3692, 3]], ["tune", [4, 3692, 4]], ["line", [4, 3692, 5]], ["tonal pattern", [4, 3692, 6]]]}, {"answer": "memorial_park", "hint": "synonyms for memorial park", "clues": [["cemetery", [4, 3693, 0]], ["graveyard", [4, 3693, 1]], ["burying ground", [4, 3693, 2]], ["necropolis", [4, 3693, 3]], ["burial ground", [4, 3693, 4]], ["burial site", [4, 3693, 5]]]}, {"answer": "memory", "hint": "synonyms for memory", "clues": [["remembering", [4, 3694, 0]], ["store", [4, 3694, 1]], ["retention", [4, 3694, 2]], ["retentivity", [4, 3694, 3]], ["computer storage", [4, 3694, 4]], ["computer memory", [4, 3694, 5]], ["storage", [4, 3694, 6]], ["retentiveness", [4, 3694, 7]], ["memory board", [4, 3694, 8]]]}, {"answer": "memory_board", "hint": "synonyms for memory board", "clues": [["store", [4, 3695, 0]], ["memory", [4, 3695, 1]], ["computer storage", [4, 3695, 2]], ["computer memory", [4, 3695, 3]], ["storage", [4, 3695, 4]]]}, {"answer": "men", "hint": "synonyms for men", "clues": [["manpower", [4, 3696, 0]], ["workforce", [4, 3696, 1]], ["piece", [4, 3696, 2]], ["hands", [4, 3696, 3]]]}, {"answer": "menage", "hint": "synonyms for menage", "clues": [["home", [4, 3697, 0]], ["house", [4, 3697, 1]], ["family", [4, 3697, 2]], ["household", [4, 3697, 3]]]}, {"answer": "mend", "hint": "synonyms for mend", "clues": [["darn", [4, 3698, 0]], ["fixing", [4, 3698, 1]], ["fixture", [4, 3698, 2]], ["mending", [4, 3698, 3]], ["patch", [4, 3698, 4]], ["reparation", [4, 3698, 5]], ["repair", [4, 3698, 6]]]}, {"answer": "mending", "hint": "synonyms for mending", "clues": [["mend", [4, 3699, 0]], ["fix", [4, 3699, 1]], ["fixture", [4, 3699, 2]], ["repair", [4, 3699, 3]], ["reparation", [4, 3699, 4]]]}, {"answer": "menses", "hint": "synonyms for menses", "clues": [["menstruation", [4, 3700, 0]], ["period", [4, 3700, 1]], ["menstruum", [4, 3700, 2]], ["catamenia", [4, 3700, 3]], ["flow", [4, 3700, 4]]]}, {"answer": "menstruation", "hint": "synonyms for menstruation", "clues": [["period", [4, 3701, 0]], ["menstruum", [4, 3701, 1]], ["menses", [4, 3701, 2]], ["catamenia", [4, 3701, 3]], ["flow", [4, 3701, 4]]]}, {"answer": "menstruum", "hint": "synonyms for menstruum", "clues": [["menstruation", [4, 3702, 0]], ["period", [4, 3702, 1]], ["menses", [4, 3702, 2]], ["catamenia", [4, 3702, 3]], ["flow", [4, 3702, 4]]]}, {"answer": "mental_capacity", "hint": "synonyms for mental capacity", "clues": [["mentality", [4, 3703, 0]], ["brain", [4, 3703, 1]], ["brainpower", [4, 3703, 2]], ["learning ability", [4, 3703, 3]], ["wit", [4, 3703, 4]]]}, {"answer": "mental_confusion", "hint": "synonyms for mental confusion", "clues": [["confusion", [4, 3704, 0]], ["disarray", [4, 3704, 1]], ["confusedness", [4, 3704, 2]], ["muddiness", [4, 3704, 3]]]}, {"answer": "mental_home", "hint": "synonyms for mental home", "clues": [["asylum", [4, 3705, 0]], ["mental hospital", [4, 3705, 1]], ["mental institution", [4, 3705, 2]], ["psychiatric hospital", [4, 3705, 3]], ["institution", [4, 3705, 4]], ["insane asylum", [4, 3705, 5]]]}, {"answer": "mental_hospital", "hint": "synonyms for mental hospital", "clues": [["asylum", [4, 3706, 0]], ["mental institution", [4, 3706, 1]], ["mental home", [4, 3706, 2]], ["psychiatric hospital", [4, 3706, 3]], ["institution", [4, 3706, 4]], ["insane asylum", [4, 3706, 5]]]}, {"answer": "mental_institution", "hint": "synonyms for mental institution", "clues": [["asylum", [4, 3707, 0]], ["mental hospital", [4, 3707, 1]], ["mental home", [4, 3707, 2]], ["psychiatric hospital", [4, 3707, 3]], ["institution", [4, 3707, 4]], ["insane asylum", [4, 3707, 5]]]}, {"answer": "mental_process", "hint": "synonyms for mental process", "clues": [["operation", [4, 3708, 0]], ["cognitive operation", [4, 3708, 1]], ["cognitive process", [4, 3708, 2]], ["process", [4, 3708, 3]]]}, {"answer": "mental_retardation", "hint": "synonyms for mental retardation", "clues": [["retardation", [4, 3709, 0]], ["slowness", [4, 3709, 1]], ["backwardness", [4, 3709, 2]], ["subnormality", [4, 3709, 3]]]}, {"answer": "mentality", "hint": "synonyms for mentality", "clues": [["mindset", [4, 3710, 0]], ["brain", [4, 3710, 1]], ["mental capacity", [4, 3710, 2]], ["outlook", [4, 3710, 3]], ["brainpower", [4, 3710, 4]], ["learning ability", [4, 3710, 5]], ["wit", [4, 3710, 6]]]}, {"answer": "mentation", "hint": "synonyms for mentation", "clues": [["thought process", [4, 3711, 0]], ["cerebration", [4, 3711, 1]], ["intellection", [4, 3711, 2]], ["thought", [4, 3711, 3]], ["thinking", [4, 3711, 4]]]}, {"answer": "mention", "hint": "synonyms for mention", "clues": [["cite", [4, 3712, 0]], ["acknowledgment", [4, 3712, 1]], ["reference", [4, 3712, 2]], ["credit", [4, 3712, 3]], ["honorable mention", [4, 3712, 4]], ["quotation", [4, 3712, 5]], ["citation", [4, 3712, 6]]]}, {"answer": "menu", "hint": "synonyms for menu", "clues": [["carte du jour", [4, 3713, 0]], ["card", [4, 3713, 1]], ["fare", [4, 3713, 2]], ["carte", [4, 3713, 3]], ["computer menu", [4, 3713, 4]], ["bill of fare", [4, 3713, 5]]]}, {"answer": "meow", "hint": "synonyms for meow", "clues": [["miaul", [4, 3714, 0]], ["mew", [4, 3714, 1]], ["miaow", [4, 3714, 2]], ["miaou", [4, 3714, 3]]]}, {"answer": "mephitis", "hint": "synonyms for mephitis", "clues": [["fetor", [4, 3715, 0]], ["stench", [4, 3715, 1]], ["stink", [4, 3715, 2]], ["malodour", [4, 3715, 3]], ["reek", [4, 3715, 4]]]}, {"answer": "mercilessness", "hint": "synonyms for mercilessness", "clues": [["unmercifulness", [4, 3716, 0]], ["ruthlessness", [4, 3716, 1]], ["pitilessness", [4, 3716, 2]], ["cruelty", [4, 3716, 3]]]}, {"answer": "meretriciousness", "hint": "synonyms for meretriciousness", "clues": [["glitz", [4, 3717, 0]], ["gaudiness", [4, 3717, 1]], ["brashness", [4, 3717, 2]], ["speciousness", [4, 3717, 3]], ["tawdriness", [4, 3717, 4]], ["garishness", [4, 3717, 5]], ["loudness", [4, 3717, 6]], ["flashiness", [4, 3717, 7]]]}, {"answer": "merger", "hint": "synonyms for merger", "clues": [["amalgamation", [4, 3718, 0]], ["unification", [4, 3718, 1]], ["fusion", [4, 3718, 2]], ["uniting", [4, 3718, 3]]]}, {"answer": "mesh", "hint": "synonyms for mesh", "clues": [["engagement", [4, 3719, 0]], ["interlock", [4, 3719, 1]], ["network", [4, 3719, 2]], ["meshing", [4, 3719, 3]], ["net", [4, 3719, 4]], ["meshwork", [4, 3719, 5]], ["mesh topology", [4, 3719, 6]]]}, {"answer": "meshing", "hint": "synonyms for meshing", "clues": [["engagement", [4, 3720, 0]], ["interlock", [4, 3720, 1]], ["network", [4, 3720, 2]], ["net", [4, 3720, 3]], ["mesh", [4, 3720, 4]], ["meshwork", [4, 3720, 5]]]}, {"answer": "mess", "hint": "synonyms for mess", "clues": [["heap", [4, 3721, 0]], ["peck", [4, 3721, 1]], ["flock", [4, 3721, 2]], ["quite a little", [4, 3721, 3]], ["sight", [4, 3721, 4]], ["wad", [4, 3721, 5]], ["batch", [4, 3721, 6]], ["hatful", [4, 3721, 7]], ["mickle", [4, 3721, 8]], ["stack", [4, 3721, 9]], ["passel", [4, 3721, 10]], ["deal", [4, 3721, 11]], ["plenty", [4, 3721, 12]], ["pile", [4, 3721, 13]], ["slew", [4, 3721, 14]], ["mess hall", [4, 3721, 15]], ["great deal", [4, 3721, 16]], ["spate", [4, 3721, 17]], ["muckle", [4, 3721, 18]], ["mint", [4, 3721, 19]], ["pot", [4, 3721, 20]], ["lot", [4, 3721, 21]], ["tidy sum", [4, 3721, 22]], ["good deal", [4, 3721, 23]], ["mass", [4, 3721, 24]], ["mountain", [4, 3721, 25]], ["raft", [4, 3721, 26]]]}, {"answer": "messenger_rna", "hint": "synonyms for messenger rna", "clues": [["mRNA", [4, 3722, 0]], ["template RNA", [4, 3722, 1]], ["informational RNA", [4, 3722, 2]], ["messenger RNA", [4, 3722, 3]]]}, {"answer": "mete", "hint": "synonyms for mete", "clues": [["boundary line", [4, 3723, 0]], ["border", [4, 3723, 1]], ["borderline", [4, 3723, 2]], ["delimitation", [4, 3723, 3]]]}, {"answer": "meter", "hint": "synonyms for meter", "clues": [["m", [4, 3724, 0]], ["cadence", [4, 3724, 1]], ["time", [4, 3724, 2]], ["metre", [4, 3724, 3]], ["beat", [4, 3724, 4]], ["measure", [4, 3724, 5]]]}, {"answer": "meth", "hint": "synonyms for meth", "clues": [["chalk", [4, 3725, 0]], ["glass", [4, 3725, 1]], ["methamphetamine", [4, 3725, 2]], ["crank", [4, 3725, 3]], ["methamphetamine hydrochloride", [4, 3725, 4]], ["trash", [4, 3725, 5]], ["ice", [4, 3725, 6]], ["deoxyephedrine", [4, 3725, 7]], ["chicken feed", [4, 3725, 8]], ["shabu", [4, 3725, 9]]]}, {"answer": "methadon", "hint": "synonyms for methadon", "clues": [["synthetic heroin", [4, 3726, 0]], ["methadone", [4, 3726, 1]], ["fixer", [4, 3726, 2]], ["methadone hydrochloride", [4, 3726, 3]], ["dolophine hydrochloride", [4, 3726, 4]]]}, {"answer": "methadone", "hint": "synonyms for methadone", "clues": [["methadon", [4, 3727, 0]], ["synthetic heroin", [4, 3727, 1]], ["fixer", [4, 3727, 2]], ["methadone hydrochloride", [4, 3727, 3]], ["dolophine hydrochloride", [4, 3727, 4]]]}, {"answer": "methadone_hydrochloride", "hint": "synonyms for methadone hydrochloride", "clues": [["synthetic heroin", [4, 3728, 0]], ["methadone", [4, 3728, 1]], ["fixer", [4, 3728, 2]], ["dolophine hydrochloride", [4, 3728, 3]]]}, {"answer": "methamphetamine", "hint": "synonyms for methamphetamine", "clues": [["chalk", [4, 3729, 0]], ["glass", [4, 3729, 1]], ["crank", [4, 3729, 2]], ["methamphetamine hydrochloride", [4, 3729, 3]], ["trash", [4, 3729, 4]], ["ice", [4, 3729, 5]], ["deoxyephedrine", [4, 3729, 6]], ["chicken feed", [4, 3729, 7]], ["shabu", [4, 3729, 8]], ["meth", [4, 3729, 9]]]}, {"answer": "methamphetamine_hydrochloride", "hint": "synonyms for methamphetamine hydrochloride", "clues": [["chalk", [4, 3730, 0]], ["glass", [4, 3730, 1]], ["methamphetamine", [4, 3730, 2]], ["crank", [4, 3730, 3]], ["trash", [4, 3730, 4]], ["ice", [4, 3730, 5]], ["deoxyephedrine", [4, 3730, 6]], ["chicken feed", [4, 3730, 7]], ["shabu", [4, 3730, 8]], ["meth", [4, 3730, 9]]]}, {"answer": "methane_series", "hint": "synonyms for methane series", "clues": [["alkane", [4, 3731, 0]], ["alkane series", [4, 3731, 1]], ["paraffin series", [4, 3731, 2]], ["paraffin", [4, 3731, 3]]]}, {"answer": "methedrine", "hint": "synonyms for methedrine", "clues": [["chalk", [4, 3732, 0]], ["glass", [4, 3732, 1]], ["methamphetamine", [4, 3732, 2]], ["crank", [4, 3732, 3]], ["methamphetamine hydrochloride", [4, 3732, 4]], ["trash", [4, 3732, 5]], ["ice", [4, 3732, 6]], ["deoxyephedrine", [4, 3732, 7]], ["chicken feed", [4, 3732, 8]], ["shabu", [4, 3732, 9]], ["meth", [4, 3732, 10]]]}, {"answer": "metier", "hint": "synonyms for metier", "clues": [["strength", [4, 3733, 0]], ["speciality", [4, 3733, 1]], ["strong point", [4, 3733, 2]], ["long suit", [4, 3733, 3]], ["medium", [4, 3733, 4]], ["forte", [4, 3733, 5]], ["strong suit", [4, 3733, 6]]]}, {"answer": "metre", "hint": "synonyms for metre", "clues": [["m", [4, 3734, 0]], ["cadence", [4, 3734, 1]], ["meter", [4, 3734, 2]], ["time", [4, 3734, 3]], ["beat", [4, 3734, 4]], ["measure", [4, 3734, 5]]]}, {"answer": "metrics", "hint": "synonyms for metrics", "clues": [["metric", [4, 3735, 0]], ["metric unit", [4, 3735, 1]], ["metric function", [4, 3735, 2]], ["prosody", [4, 3735, 3]], ["system of measurement", [4, 3735, 4]]]}, {"answer": "metro", "hint": "synonyms for metro", "clues": [["subway system", [4, 3736, 0]], ["subway", [4, 3736, 1]], ["underground", [4, 3736, 2]], ["tube", [4, 3736, 3]]]}, {"answer": "mew", "hint": "synonyms for mew", "clues": [["miaul", [4, 3737, 0]], ["miaou", [4, 3737, 1]], ["meow", [4, 3737, 2]], ["miaow", [4, 3737, 3]]]}, {"answer": "mews", "hint": "synonyms for mews", "clues": [["mew", [4, 3738, 0]], ["miaow", [4, 3738, 1]], ["miaul", [4, 3738, 2]], ["miaou", [4, 3738, 3]]]}, {"answer": "mexican_valium", "hint": "synonyms for mexican valium", "clues": [["circle", [4, 3739, 0]], ["roach", [4, 3739, 1]], ["rophy", [4, 3739, 2]], ["roofy", [4, 3739, 3]], ["forget me drug", [4, 3739, 4]], ["rope", [4, 3739, 5]]]}, {"answer": "mi", "hint": "synonyms for mi", "clues": [["mile", [4, 3740, 0]], ["nautical mile", [4, 3740, 1]], ["knot", [4, 3740, 2]], ["statute mile", [4, 3740, 3]], ["air mile", [4, 3740, 4]], ["geographical mile", [4, 3740, 5]], ["international mile", [4, 3740, 6]], ["stat mi", [4, 3740, 7]], ["naut mi", [4, 3740, 8]], ["international nautical mile", [4, 3740, 9]], ["land mile", [4, 3740, 10]]]}, {"answer": "mickle", "hint": "synonyms for mickle", "clues": [["heap", [4, 3741, 0]], ["peck", [4, 3741, 1]], ["flock", [4, 3741, 2]], ["quite a little", [4, 3741, 3]], ["mess", [4, 3741, 4]], ["sight", [4, 3741, 5]], ["wad", [4, 3741, 6]], ["batch", [4, 3741, 7]], ["hatful", [4, 3741, 8]], ["stack", [4, 3741, 9]], ["passel", [4, 3741, 10]], ["deal", [4, 3741, 11]], ["plenty", [4, 3741, 12]], ["pile", [4, 3741, 13]], ["slew", [4, 3741, 14]], ["great deal", [4, 3741, 15]], ["spate", [4, 3741, 16]], ["muckle", [4, 3741, 17]], ["mint", [4, 3741, 18]], ["pot", [4, 3741, 19]], ["lot", [4, 3741, 20]], ["tidy sum", [4, 3741, 21]], ["good deal", [4, 3741, 22]], ["mass", [4, 3741, 23]], ["mountain", [4, 3741, 24]], ["raft", [4, 3741, 25]]]}, {"answer": "micro_chip", "hint": "synonyms for micro chip", "clues": [["microchip", [4, 3742, 0]], ["chip", [4, 3742, 1]], ["microprocessor chip", [4, 3742, 2]], ["silicon chip", [4, 3742, 3]]]}, {"answer": "microchip", "hint": "synonyms for microchip", "clues": [["chip", [4, 3743, 0]], ["microprocessor chip", [4, 3743, 1]], ["micro chip", [4, 3743, 2]], ["silicon chip", [4, 3743, 3]]]}, {"answer": "micromillimeter", "hint": "synonyms for micromillimeter", "clues": [["nm", [4, 3744, 0]], ["millimicron", [4, 3744, 1]], ["nanometre", [4, 3744, 2]], ["micromillimetre", [4, 3744, 3]]]}, {"answer": "micromillimetre", "hint": "synonyms for micromillimetre", "clues": [["nm", [4, 3745, 0]], ["millimicron", [4, 3745, 1]], ["micromillimeter", [4, 3745, 2]], ["nanometre", [4, 3745, 3]]]}, {"answer": "midday", "hint": "synonyms for midday", "clues": [["noonday", [4, 3746, 0]], ["high noon", [4, 3746, 1]], ["noon", [4, 3746, 2]], ["twelve noon", [4, 3746, 3]], ["noontide", [4, 3746, 4]]]}, {"answer": "midden", "hint": "synonyms for midden", "clues": [["kitchen midden", [4, 3747, 0]], ["dunghill", [4, 3747, 1]], ["muckheap", [4, 3747, 2]], ["muckhill", [4, 3747, 3]]]}, {"answer": "middle_buster", "hint": "synonyms for middle buster", "clues": [["lister plough", [4, 3748, 0]], ["lister plow", [4, 3748, 1]], ["lister", [4, 3748, 2]], ["middlebreaker", [4, 3748, 3]]]}, {"answer": "middlebreaker", "hint": "synonyms for middlebreaker", "clues": [["lister plough", [4, 3749, 0]], ["lister plow", [4, 3749, 1]], ["lister", [4, 3749, 2]], ["middle buster", [4, 3749, 3]]]}, {"answer": "mil", "hint": "synonyms for mil", "clues": [["milliliter", [4, 3750, 0]], ["cc", [4, 3750, 1]], ["cubic centimetre", [4, 3750, 2]], ["ml", [4, 3750, 3]], ["mile", [4, 3750, 4]]]}, {"answer": "mildness", "hint": "synonyms for mildness", "clues": [["softness", [4, 3751, 0]], ["gentleness", [4, 3751, 1]], ["leniency", [4, 3751, 2]], ["lenity", [4, 3751, 3]]]}, {"answer": "mile", "hint": "synonyms for mile", "clues": [["knot", [4, 3752, 0]], ["nautical mile", [4, 3752, 1]], ["naut mi", [4, 3752, 2]], ["air mile", [4, 3752, 3]], ["mi", [4, 3752, 4]], ["mil", [4, 3752, 5]], ["geographical mile", [4, 3752, 6]], ["sea mile", [4, 3752, 7]], ["international mile", [4, 3752, 8]], ["stat mi", [4, 3752, 9]], ["statute mile", [4, 3752, 10]], ["international nautical mile", [4, 3752, 11]], ["land mile", [4, 3752, 12]]]}, {"answer": "mileage", "hint": "synonyms for mileage", "clues": [["gasoline mileage", [4, 3753, 0]], ["milage", [4, 3753, 1]], ["fuel consumption rate", [4, 3753, 2]], ["gas mileage", [4, 3753, 3]]]}, {"answer": "military_capability", "hint": "synonyms for military capability", "clues": [["military posture", [4, 3754, 0]], ["strength", [4, 3754, 1]], ["military strength", [4, 3754, 2]], ["posture", [4, 3754, 3]]]}, {"answer": "military_machine", "hint": "synonyms for military machine", "clues": [["war machine", [4, 3755, 0]], ["armed services", [4, 3755, 1]], ["armed forces", [4, 3755, 2]], ["military", [4, 3755, 3]]]}, {"answer": "military_posture", "hint": "synonyms for military posture", "clues": [["posture", [4, 3756, 0]], ["strength", [4, 3756, 1]], ["military strength", [4, 3756, 2]], ["military capability", [4, 3756, 3]]]}, {"answer": "military_strength", "hint": "synonyms for military strength", "clues": [["military posture", [4, 3757, 0]], ["strength", [4, 3757, 1]], ["military capability", [4, 3757, 2]], ["posture", [4, 3757, 3]]]}, {"answer": "mill", "hint": "synonyms for mill", "clues": [["grind", [4, 3758, 0]], ["milling machinery", [4, 3758, 1]], ["grinder", [4, 3758, 2]], ["manufactory", [4, 3758, 3]], ["pulverization", [4, 3758, 4]], ["manufacturing plant", [4, 3758, 5]], ["factory", [4, 3758, 6]]]}, {"answer": "milliliter", "hint": "synonyms for milliliter", "clues": [["cc", [4, 3759, 0]], ["cubic centimetre", [4, 3759, 1]], ["ml", [4, 3759, 2]], ["mil", [4, 3759, 3]], ["millilitre", [4, 3759, 4]]]}, {"answer": "millilitre", "hint": "synonyms for millilitre", "clues": [["milliliter", [4, 3760, 0]], ["cc", [4, 3760, 1]], ["cubic centimetre", [4, 3760, 2]], ["ml", [4, 3760, 3]], ["mil", [4, 3760, 4]]]}, {"answer": "mills", "hint": "synonyms for mills", "clues": [["mill", [4, 3761, 0]], ["grinder", [4, 3761, 1]], ["manufactory", [4, 3761, 2]], ["pulverization", [4, 3761, 3]], ["grind", [4, 3761, 4]], ["milling machinery", [4, 3761, 5]], ["manufacturing plant", [4, 3761, 6]], ["factory", [4, 3761, 7]]]}, {"answer": "mind", "hint": "synonyms for mind", "clues": [["intellect", [4, 3762, 0]], ["judgment", [4, 3762, 1]], ["psyche", [4, 3762, 2]], ["brain", [4, 3762, 3]], ["idea", [4, 3762, 4]], ["head", [4, 3762, 5]], ["nous", [4, 3762, 6]]]}, {"answer": "mindlessness", "hint": "synonyms for mindlessness", "clues": [["inanity", [4, 3763, 0]], ["vacuity", [4, 3763, 1]], ["senselessness", [4, 3763, 2]], ["rashness", [4, 3763, 3]], ["pointlessness", [4, 3763, 4]], ["heedlessness", [4, 3763, 5]]]}, {"answer": "mineral_dressing", "hint": "synonyms for mineral dressing", "clues": [["beneficiation", [4, 3764, 0]], ["mineral extraction", [4, 3764, 1]], ["ore dressing", [4, 3764, 2]], ["mineral processing", [4, 3764, 3]], ["ore processing", [4, 3764, 4]]]}, {"answer": "mineral_extraction", "hint": "synonyms for mineral extraction", "clues": [["beneficiation", [4, 3765, 0]], ["mineral processing", [4, 3765, 1]], ["ore dressing", [4, 3765, 2]], ["ore processing", [4, 3765, 3]]]}, {"answer": "mineral_processing", "hint": "synonyms for mineral processing", "clues": [["beneficiation", [4, 3766, 0]], ["mineral extraction", [4, 3766, 1]], ["ore dressing", [4, 3766, 2]], ["mineral dressing", [4, 3766, 3]], ["ore processing", [4, 3766, 4]]]}, {"answer": "minginess", "hint": "synonyms for minginess", "clues": [["meanness", [4, 3767, 0]], ["tightfistedness", [4, 3767, 1]], ["parsimoniousness", [4, 3767, 2]], ["niggardliness", [4, 3767, 3]], ["tightness", [4, 3767, 4]], ["closeness", [4, 3767, 5]], ["parsimony", [4, 3767, 6]]]}, {"answer": "mingle-mangle", "hint": "synonyms for mingle-mangle", "clues": [["farrago", [4, 3768, 0]], ["ragbag", [4, 3768, 1]], ["hodgepodge", [4, 3768, 2]], ["hotchpotch", [4, 3768, 3]], ["omnium-gatherum", [4, 3768, 4]], ["odds and ends", [4, 3768, 5]], ["gallimaufry", [4, 3768, 6]], ["oddments", [4, 3768, 7]], ["mishmash", [4, 3768, 8]], ["melange", [4, 3768, 9]]]}, {"answer": "minor_tranquilizer", "hint": "synonyms for minor tranquilizer", "clues": [["antianxiety drug", [4, 3769, 0]], ["minor tranquillizer", [4, 3769, 1]], ["anxiolytic drug", [4, 3769, 2]], ["anxiolytic", [4, 3769, 3]]]}, {"answer": "minor_tranquilliser", "hint": "synonyms for minor tranquilliser", "clues": [["minor tranquilizer", [4, 3770, 0]], ["antianxiety drug", [4, 3770, 1]], ["anxiolytic drug", [4, 3770, 2]], ["anxiolytic", [4, 3770, 3]]]}, {"answer": "minor_tranquillizer", "hint": "synonyms for minor tranquillizer", "clues": [["antianxiety drug", [4, 3771, 0]], ["minor tranquilizer", [4, 3771, 1]], ["anxiolytic drug", [4, 3771, 2]], ["anxiolytic", [4, 3771, 3]]]}, {"answer": "minuteness", "hint": "synonyms for minuteness", "clues": [["weeness", [4, 3772, 0]], ["tininess", [4, 3772, 1]], ["petiteness", [4, 3772, 2]], ["diminutiveness", [4, 3772, 3]]]}, {"answer": "minutes", "hint": "synonyms for minutes", "clues": [["hour", [4, 3773, 0]], ["minute", [4, 3773, 1]], ["transactions", [4, 3773, 2]], ["instant", [4, 3773, 3]], ["second", [4, 3773, 4]], ["moment", [4, 3773, 5]], ["proceedings", [4, 3773, 6]], ["mo", [4, 3773, 7]], ["minute of arc", [4, 3773, 8]], ["min", [4, 3773, 9]], ["arcminute", [4, 3773, 10]], ["bit", [4, 3773, 11]]]}, {"answer": "miosis", "hint": "synonyms for miosis", "clues": [["reduction division", [4, 3774, 0]], ["pupillary reflex", [4, 3774, 1]], ["myosis", [4, 3774, 2]], ["light reflex", [4, 3774, 3]], ["meiosis", [4, 3774, 4]]]}, {"answer": "mire", "hint": "synonyms for mire", "clues": [["slop", [4, 3775, 0]], ["slack", [4, 3775, 1]], ["quag", [4, 3775, 2]], ["quagmire", [4, 3775, 3]], ["morass", [4, 3775, 4]]]}, {"answer": "mirth", "hint": "synonyms for mirth", "clues": [["gleefulness", [4, 3776, 0]], ["glee", [4, 3776, 1]], ["hilarity", [4, 3776, 2]], ["mirthfulness", [4, 3776, 3]]]}, {"answer": "mirthfulness", "hint": "synonyms for mirthfulness", "clues": [["gleefulness", [4, 3777, 0]], ["glee", [4, 3777, 1]], ["hilarity", [4, 3777, 2]], ["mirth", [4, 3777, 3]]]}, {"answer": "misapplication", "hint": "synonyms for misapplication", "clues": [["embezzlement", [4, 3778, 0]], ["peculation", [4, 3778, 1]], ["misappropriation", [4, 3778, 2]], ["defalcation", [4, 3778, 3]]]}, {"answer": "misappropriation", "hint": "synonyms for misappropriation", "clues": [["embezzlement", [4, 3779, 0]], ["misapplication", [4, 3779, 1]], ["peculation", [4, 3779, 2]], ["defalcation", [4, 3779, 3]]]}, {"answer": "miscellanea", "hint": "synonyms for miscellanea", "clues": [["smorgasbord", [4, 3780, 0]], ["mixed bag", [4, 3780, 1]], ["potpourri", [4, 3780, 2]], ["assortment", [4, 3780, 3]], ["mixture", [4, 3780, 4]], ["miscellany", [4, 3780, 5]], ["variety", [4, 3780, 6]], ["motley", [4, 3780, 7]], ["salmagundi", [4, 3780, 8]]]}, {"answer": "miscellany", "hint": "synonyms for miscellany", "clues": [["smorgasbord", [4, 3781, 0]], ["mixed bag", [4, 3781, 1]], ["florilegium", [4, 3781, 2]], ["garland", [4, 3781, 3]], ["potpourri", [4, 3781, 4]], ["miscellanea", [4, 3781, 5]], ["assortment", [4, 3781, 6]], ["mixture", [4, 3781, 7]], ["variety", [4, 3781, 8]], ["motley", [4, 3781, 9]], ["salmagundi", [4, 3781, 10]]]}, {"answer": "mischief", "hint": "synonyms for mischief", "clues": [["deviltry", [4, 3782, 0]], ["rascality", [4, 3782, 1]], ["maleficence", [4, 3782, 2]], ["mischief-making", [4, 3782, 3]], ["devilment", [4, 3782, 4]], ["roguery", [4, 3782, 5]], ["shenanigan", [4, 3782, 6]], ["balefulness", [4, 3782, 7]], ["mischievousness", [4, 3782, 8]], ["roguishness", [4, 3782, 9]]]}, {"answer": "mischief-making", "hint": "synonyms for mischief-making", "clues": [["deviltry", [4, 3783, 0]], ["rascality", [4, 3783, 1]], ["devilment", [4, 3783, 2]], ["roguery", [4, 3783, 3]], ["mischief", [4, 3783, 4]], ["shenanigan", [4, 3783, 5]], ["mischievousness", [4, 3783, 6]], ["roguishness", [4, 3783, 7]]]}, {"answer": "mischievousness", "hint": "synonyms for mischievousness", "clues": [["deviltry", [4, 3784, 0]], ["rascality", [4, 3784, 1]], ["impishness", [4, 3784, 2]], ["mischief-making", [4, 3784, 3]], ["devilment", [4, 3784, 4]], ["roguery", [4, 3784, 5]], ["mischief", [4, 3784, 6]], ["badness", [4, 3784, 7]], ["naughtiness", [4, 3784, 8]], ["shenanigan", [4, 3784, 9]], ["whimsicality", [4, 3784, 10]], ["puckishness", [4, 3784, 11]], ["roguishness", [4, 3784, 12]]]}, {"answer": "misdemeanor", "hint": "synonyms for misdemeanor", "clues": [["misdemeanour", [4, 3785, 0]], ["infraction", [4, 3785, 1]], ["violation", [4, 3785, 2]], ["infringement", [4, 3785, 3]]]}, {"answer": "misdemeanour", "hint": "synonyms for misdemeanour", "clues": [["misdemeanor", [4, 3786, 0]], ["infraction", [4, 3786, 1]], ["violation", [4, 3786, 2]], ["infringement", [4, 3786, 3]]]}, {"answer": "misgiving", "hint": "synonyms for misgiving", "clues": [["apprehension", [4, 3787, 0]], ["mistrust", [4, 3787, 1]], ["qualm", [4, 3787, 2]], ["suspicion", [4, 3787, 3]], ["scruple", [4, 3787, 4]]]}, {"answer": "mishmash", "hint": "synonyms for mishmash", "clues": [["farrago", [4, 3788, 0]], ["ragbag", [4, 3788, 1]], ["hodgepodge", [4, 3788, 2]], ["hotchpotch", [4, 3788, 3]], ["omnium-gatherum", [4, 3788, 4]], ["odds and ends", [4, 3788, 5]], ["gallimaufry", [4, 3788, 6]], ["mingle-mangle", [4, 3788, 7]], ["oddments", [4, 3788, 8]], ["melange", [4, 3788, 9]]]}, {"answer": "misprint", "hint": "synonyms for misprint", "clues": [["typographical error", [4, 3789, 0]], ["typo", [4, 3789, 1]], ["literal", [4, 3789, 2]], ["literal error", [4, 3789, 3]], ["erratum", [4, 3789, 4]]]}, {"answer": "mission", "hint": "synonyms for mission", "clues": [["charge", [4, 3790, 0]], ["delegation", [4, 3790, 1]], ["missionary station", [4, 3790, 2]], ["missionary work", [4, 3790, 3]], ["deputation", [4, 3790, 4]], ["foreign mission", [4, 3790, 5]], ["commission", [4, 3790, 6]], ["missionary post", [4, 3790, 7]], ["military mission", [4, 3790, 8]], ["delegacy", [4, 3790, 9]]]}, {"answer": "mistake", "hint": "synonyms for mistake", "clues": [["misapprehension", [4, 3791, 0]], ["misunderstanding", [4, 3791, 1]], ["error", [4, 3791, 2]], ["fault", [4, 3791, 3]]]}, {"answer": "mistrust", "hint": "synonyms for mistrust", "clues": [["distrust", [4, 3792, 0]], ["distrustfulness", [4, 3792, 1]], ["suspicion", [4, 3792, 2]], ["misgiving", [4, 3792, 3]]]}, {"answer": "misunderstanding", "hint": "synonyms for misunderstanding", "clues": [["mistaking", [4, 3793, 0]], ["misapprehension", [4, 3793, 1]], ["misinterpretation", [4, 3793, 2]], ["mistake", [4, 3793, 3]]]}, {"answer": "mite", "hint": "synonyms for mite", "clues": [["speck", [4, 3794, 0]], ["touch", [4, 3794, 1]], ["tinge", [4, 3794, 2]], ["soupcon", [4, 3794, 3]], ["hint", [4, 3794, 4]], ["pinch", [4, 3794, 5]], ["jot", [4, 3794, 6]]]}, {"answer": "mix", "hint": "synonyms for mix", "clues": [["admixture", [4, 3795, 0]], ["intermixture", [4, 3795, 1]], ["commixture", [4, 3795, 2]], ["mixing", [4, 3795, 3]], ["premix", [4, 3795, 4]]]}, {"answer": "mixed_bag", "hint": "synonyms for mixed bag", "clues": [["smorgasbord", [4, 3796, 0]], ["potpourri", [4, 3796, 1]], ["miscellanea", [4, 3796, 2]], ["assortment", [4, 3796, 3]], ["mixture", [4, 3796, 4]], ["variety", [4, 3796, 5]], ["motley", [4, 3796, 6]], ["salmagundi", [4, 3796, 7]]]}, {"answer": "mixing", "hint": "synonyms for mixing", "clues": [["admixture", [4, 3797, 0]], ["intermixture", [4, 3797, 1]], ["commixture", [4, 3797, 2]], ["mix", [4, 3797, 3]]]}, {"answer": "mixture", "hint": "synonyms for mixture", "clues": [["intermixture", [4, 3798, 0]], ["mix", [4, 3798, 1]], ["smorgasbord", [4, 3798, 2]], ["mixed bag", [4, 3798, 3]], ["potpourri", [4, 3798, 4]], ["miscellanea", [4, 3798, 5]], ["assortment", [4, 3798, 6]], ["commixture", [4, 3798, 7]], ["variety", [4, 3798, 8]], ["concoction", [4, 3798, 9]], ["motley", [4, 3798, 10]], ["salmagundi", [4, 3798, 11]], ["admixture", [4, 3798, 12]]]}, {"answer": "ml", "hint": "synonyms for ml", "clues": [["milliliter", [4, 3799, 0]], ["cc", [4, 3799, 1]], ["cubic centimetre", [4, 3799, 2]], ["mil", [4, 3799, 3]]]}, {"answer": "mls", "hint": "synonyms for mls", "clues": [["milliliter", [4, 3800, 0]], ["cc", [4, 3800, 1]], ["cubic centimetre", [4, 3800, 2]], ["ml", [4, 3800, 3]], ["mil", [4, 3800, 4]]]}, {"answer": "mo", "hint": "synonyms for mo", "clues": [["second", [4, 3801, 0]], ["moment", [4, 3801, 1]], ["bit", [4, 3801, 2]], ["minute", [4, 3801, 3]], ["molybdenum", [4, 3801, 4]], ["atomic number 42", [4, 3801, 5]]]}, {"answer": "mob", "hint": "synonyms for mob", "clues": [["rout", [4, 3802, 0]], ["gang", [4, 3802, 1]], ["crime syndicate", [4, 3802, 2]], ["rabble", [4, 3802, 3]], ["family", [4, 3802, 4]], ["ring", [4, 3802, 5]], ["pack", [4, 3802, 6]], ["syndicate", [4, 3802, 7]]]}, {"answer": "mockery", "hint": "synonyms for mockery", "clues": [["sendup", [4, 3803, 0]], ["travesty", [4, 3803, 1]], ["scoffing", [4, 3803, 2]], ["jeering", [4, 3803, 3]], ["pasquinade", [4, 3803, 4]], ["takeoff", [4, 3803, 5]], ["parody", [4, 3803, 6]], ["spoof", [4, 3803, 7]], ["put-on", [4, 3803, 8]], ["charade", [4, 3803, 9]], ["burlesque", [4, 3803, 10]], ["lampoon", [4, 3803, 11]]]}, {"answer": "modality", "hint": "synonyms for modality", "clues": [["sense modality", [4, 3804, 0]], ["mode", [4, 3804, 1]], ["sensory system", [4, 3804, 2]], ["mood", [4, 3804, 3]]]}, {"answer": "mode", "hint": "synonyms for mode", "clues": [["modality", [4, 3805, 0]], ["style", [4, 3805, 1]], ["modal value", [4, 3805, 2]], ["musical mode", [4, 3805, 3]], ["mood", [4, 3805, 4]], ["fashion", [4, 3805, 5]], ["manner", [4, 3805, 6]], ["way", [4, 3805, 7]]]}, {"answer": "modeling", "hint": "synonyms for modeling", "clues": [["molding", [4, 3806, 0]], ["clay sculpture", [4, 3806, 1]], ["model", [4, 3806, 2]], ["mould", [4, 3806, 3]], ["modelling", [4, 3806, 4]]]}, {"answer": "moderation", "hint": "synonyms for moderation", "clues": [["relief", [4, 3807, 0]], ["easing", [4, 3807, 1]], ["moderateness", [4, 3807, 2]], ["temperance", [4, 3807, 3]], ["mitigation", [4, 3807, 4]]]}, {"answer": "modernism", "hint": "synonyms for modernism", "clues": [["modernness", [4, 3808, 0]], ["modernity", [4, 3808, 1]], ["contemporaneity", [4, 3808, 2]], ["contemporaneousness", [4, 3808, 3]]]}, {"answer": "modernity", "hint": "synonyms for modernity", "clues": [["modernness", [4, 3809, 0]], ["contemporaneity", [4, 3809, 1]], ["contemporaneousness", [4, 3809, 2]], ["modernism", [4, 3809, 3]]]}, {"answer": "modernness", "hint": "synonyms for modernness", "clues": [["modernity", [4, 3810, 0]], ["contemporaneity", [4, 3810, 1]], ["contemporaneousness", [4, 3810, 2]], ["modernism", [4, 3810, 3]]]}, {"answer": "modification", "hint": "synonyms for modification", "clues": [["alteration", [4, 3811, 0]], ["adjustment", [4, 3811, 1]], ["change", [4, 3811, 2]], ["limiting", [4, 3811, 3]], ["qualifying", [4, 3811, 4]]]}, {"answer": "modishness", "hint": "synonyms for modishness", "clues": [["chichi", [4, 3812, 0]], ["chic", [4, 3812, 1]], ["smartness", [4, 3812, 2]], ["stylishness", [4, 3812, 3]], ["last word", [4, 3812, 4]], ["chicness", [4, 3812, 5]], ["swank", [4, 3812, 6]]]}, {"answer": "modulation", "hint": "synonyms for modulation", "clues": [["intonation", [4, 3813, 0]], ["inflection", [4, 3813, 1]], ["transition", [4, 3813, 2]], ["pitch contour", [4, 3813, 3]]]}, {"answer": "mold", "hint": "synonyms for mold", "clues": [["stamp", [4, 3814, 0]], ["clay sculpture", [4, 3814, 1]], ["mould", [4, 3814, 2]], ["modeling", [4, 3814, 3]], ["cast", [4, 3814, 4]], ["mildew", [4, 3814, 5]], ["molding", [4, 3814, 6]]]}, {"answer": "molding", "hint": "synonyms for molding", "clues": [["casting", [4, 3815, 0]], ["mold", [4, 3815, 1]], ["clay sculpture", [4, 3815, 2]], ["modeling", [4, 3815, 3]], ["border", [4, 3815, 4]], ["moulding", [4, 3815, 5]]]}, {"answer": "mole", "hint": "synonyms for mole", "clues": [["gram molecule", [4, 3816, 0]], ["mol", [4, 3816, 1]], ["groyne", [4, 3816, 2]], ["seawall", [4, 3816, 3]], ["bulwark", [4, 3816, 4]], ["jetty", [4, 3816, 5]], ["groin", [4, 3816, 6]], ["breakwater", [4, 3816, 7]]]}, {"answer": "molecule", "hint": "synonyms for molecule", "clues": [["particle", [4, 3817, 0]], ["corpuscle", [4, 3817, 1]], ["mote", [4, 3817, 2]], ["atom", [4, 3817, 3]], ["speck", [4, 3817, 4]]]}, {"answer": "moment", "hint": "synonyms for moment", "clues": [["here and now", [4, 3818, 0]], ["present moment", [4, 3818, 1]], ["consequence", [4, 3818, 2]], ["mo", [4, 3818, 3]], ["instant", [4, 3818, 4]], ["second", [4, 3818, 5]], ["bit", [4, 3818, 6]], ["minute", [4, 3818, 7]], ["import", [4, 3818, 8]]]}, {"answer": "monetary_resource", "hint": "synonyms for monetary resource", "clues": [["cash in hand", [4, 3819, 0]], ["pecuniary resource", [4, 3819, 1]], ["finances", [4, 3819, 2]], ["funds", [4, 3819, 3]]]}, {"answer": "money_box", "hint": "synonyms for money box", "clues": [["bank", [4, 3820, 0]], ["cashbox", [4, 3820, 1]], ["coin bank", [4, 3820, 2]], ["till", [4, 3820, 3]], ["savings bank", [4, 3820, 4]]]}, {"answer": "moniker", "hint": "synonyms for moniker", "clues": [["soubriquet", [4, 3821, 0]], ["nickname", [4, 3821, 1]], ["byname", [4, 3821, 2]], ["cognomen", [4, 3821, 3]]]}, {"answer": "monition", "hint": "synonyms for monition", "clues": [["admonition", [4, 3822, 0]], ["process of monition", [4, 3822, 1]], ["admonishment", [4, 3822, 2]], ["warning", [4, 3822, 3]], ["word of advice", [4, 3822, 4]]]}, {"answer": "monkey_nut", "hint": "synonyms for monkey nut", "clues": [["groundnut", [4, 3823, 0]], ["peanut", [4, 3823, 1]], ["earthnut", [4, 3823, 2]], ["goober pea", [4, 3823, 3]], ["goober", [4, 3823, 4]]]}, {"answer": "monocracy", "hint": "synonyms for monocracy", "clues": [["dictatorship", [4, 3824, 0]], ["one-man rule", [4, 3824, 1]], ["despotism", [4, 3824, 2]], ["totalitarianism", [4, 3824, 3]], ["absolutism", [4, 3824, 4]], ["authoritarianism", [4, 3824, 5]], ["shogunate", [4, 3824, 6]], ["tyranny", [4, 3824, 7]]]}, {"answer": "mood", "hint": "synonyms for mood", "clues": [["humour", [4, 3825, 0]], ["mode", [4, 3825, 1]], ["modality", [4, 3825, 2]], ["temper", [4, 3825, 3]]]}, {"answer": "moolah", "hint": "synonyms for moolah", "clues": [["kale", [4, 3826, 0]], ["boodle", [4, 3826, 1]], ["scratch", [4, 3826, 2]], ["dinero", [4, 3826, 3]], ["shekels", [4, 3826, 4]], ["cabbage", [4, 3826, 5]], ["lettuce", [4, 3826, 6]], ["gelt", [4, 3826, 7]], ["lucre", [4, 3826, 8]], ["dough", [4, 3826, 9]], ["wampum", [4, 3826, 10]], ["pelf", [4, 3826, 11]], ["clams", [4, 3826, 12]], ["loot", [4, 3826, 13]], ["bread", [4, 3826, 14]], ["sugar", [4, 3826, 15]], ["simoleons", [4, 3826, 16]], ["lolly", [4, 3826, 17]]]}, {"answer": "moon", "hint": "synonyms for moon", "clues": [["synodic month", [4, 3827, 0]], ["moonshine", [4, 3827, 1]], ["moonlight", [4, 3827, 2]], ["lunation", [4, 3827, 3]], ["lunar month", [4, 3827, 4]]]}, {"answer": "moorage", "hint": "synonyms for moorage", "clues": [["tying up", [4, 3828, 0]], ["dockage", [4, 3828, 1]], ["berth", [4, 3828, 2]], ["mooring", [4, 3828, 3]], ["slip", [4, 3828, 4]], ["docking", [4, 3828, 5]]]}, {"answer": "mooring", "hint": "synonyms for mooring", "clues": [["moorage", [4, 3829, 0]], ["slip", [4, 3829, 1]], ["mooring line", [4, 3829, 2]], ["berth", [4, 3829, 3]]]}, {"answer": "mop_up", "hint": "synonyms for mop up", "clues": [["closing", [4, 3830, 0]], ["completion", [4, 3830, 1]], ["windup", [4, 3830, 2]], ["culmination", [4, 3830, 3]]]}, {"answer": "morals", "hint": "synonyms for morals", "clues": [["moral", [4, 3831, 0]], ["ethical motive", [4, 3831, 1]], ["morality", [4, 3831, 2]], ["lesson", [4, 3831, 3]], ["ethics", [4, 3831, 4]]]}, {"answer": "morass", "hint": "synonyms for morass", "clues": [["quagmire", [4, 3832, 0]], ["slack", [4, 3832, 1]], ["quag", [4, 3832, 2]], ["mire", [4, 3832, 3]]]}, {"answer": "morning", "hint": "synonyms for morning", "clues": [["break of day", [4, 3833, 0]], ["good morning", [4, 3833, 1]], ["first light", [4, 3833, 2]], ["dawn", [4, 3833, 3]], ["forenoon", [4, 3833, 4]], ["sunup", [4, 3833, 5]], ["morn", [4, 3833, 6]], ["cockcrow", [4, 3833, 7]], ["daybreak", [4, 3833, 8]], ["aurora", [4, 3833, 9]], ["morning time", [4, 3833, 10]], ["dayspring", [4, 3833, 11]], ["sunrise", [4, 3833, 12]]]}, {"answer": "moroseness", "hint": "synonyms for moroseness", "clues": [["sourness", [4, 3834, 0]], ["sullenness", [4, 3834, 1]], ["glumness", [4, 3834, 2]], ["sulkiness", [4, 3834, 3]]]}, {"answer": "morphology", "hint": "synonyms for morphology", "clues": [["syllable structure", [4, 3835, 0]], ["geomorphology", [4, 3835, 1]], ["word structure", [4, 3835, 2]], ["sound structure", [4, 3835, 3]]]}, {"answer": "mortification", "hint": "synonyms for mortification", "clues": [["chagrin", [4, 3836, 0]], ["humiliation", [4, 3836, 1]], ["necrosis", [4, 3836, 2]], ["gangrene", [4, 3836, 3]], ["sphacelus", [4, 3836, 4]]]}, {"answer": "mote", "hint": "synonyms for mote", "clues": [["particle", [4, 3837, 0]], ["corpuscle", [4, 3837, 1]], ["atom", [4, 3837, 2]], ["molecule", [4, 3837, 3]], ["speck", [4, 3837, 4]]]}, {"answer": "mother_country", "hint": "synonyms for mother country", "clues": [["motherland", [4, 3838, 0]], ["fatherland", [4, 3838, 1]], ["homeland", [4, 3838, 2]], ["country of origin", [4, 3838, 3]], ["native land", [4, 3838, 4]]]}, {"answer": "mother_wit", "hint": "synonyms for mother wit", "clues": [["common sense", [4, 3839, 0]], ["sense", [4, 3839, 1]], ["good sense", [4, 3839, 2]], ["horse sense", [4, 3839, 3]], ["gumption", [4, 3839, 4]]]}, {"answer": "motherland", "hint": "synonyms for motherland", "clues": [["fatherland", [4, 3840, 0]], ["homeland", [4, 3840, 1]], ["country of origin", [4, 3840, 2]], ["native land", [4, 3840, 3]], ["mother country", [4, 3840, 4]]]}, {"answer": "motion", "hint": "synonyms for motion", "clues": [["move", [4, 3841, 0]], ["apparent movement", [4, 3841, 1]], ["question", [4, 3841, 2]], ["movement", [4, 3841, 3]], ["motility", [4, 3841, 4]], ["gesture", [4, 3841, 5]], ["apparent motion", [4, 3841, 6]]]}, {"answer": "motion-picture_show", "hint": "synonyms for motion-picture show", "clues": [["movie", [4, 3842, 0]], ["picture", [4, 3842, 1]], ["film", [4, 3842, 2]], ["moving picture", [4, 3842, 3]], ["moving-picture show", [4, 3842, 4]], ["pic", [4, 3842, 5]], ["picture show", [4, 3842, 6]], ["flick", [4, 3842, 7]]]}, {"answer": "motion_picture", "hint": "synonyms for motion picture", "clues": [["movie", [4, 3843, 0]], ["picture", [4, 3843, 1]], ["motion-picture show", [4, 3843, 2]], ["film", [4, 3843, 3]], ["moving picture", [4, 3843, 4]], ["pic", [4, 3843, 5]], ["picture show", [4, 3843, 6]], ["flick", [4, 3843, 7]]]}, {"answer": "motor_horn", "hint": "synonyms for motor horn", "clues": [["car horn", [4, 3844, 0]], ["horn", [4, 3844, 1]], ["automobile horn", [4, 3844, 2]], ["hooter", [4, 3844, 3]]]}, {"answer": "motor_hotel", "hint": "synonyms for motor hotel", "clues": [["motor lodge", [4, 3845, 0]], ["court", [4, 3845, 1]], ["motor inn", [4, 3845, 2]], ["tourist court", [4, 3845, 3]]]}, {"answer": "motor_inn", "hint": "synonyms for motor inn", "clues": [["motor lodge", [4, 3846, 0]], ["court", [4, 3846, 1]], ["motor hotel", [4, 3846, 2]], ["tourist court", [4, 3846, 3]]]}, {"answer": "motor_lodge", "hint": "synonyms for motor lodge", "clues": [["court", [4, 3847, 0]], ["motor inn", [4, 3847, 1]], ["motor hotel", [4, 3847, 2]], ["tourist court", [4, 3847, 3]]]}, {"answer": "motorbus", "hint": "synonyms for motorbus", "clues": [["bus", [4, 3848, 0]], ["charabanc", [4, 3848, 1]], ["autobus", [4, 3848, 2]], ["passenger vehicle", [4, 3848, 3]], ["double-decker", [4, 3848, 4]], ["omnibus", [4, 3848, 5]], ["jitney", [4, 3848, 6]], ["motorcoach", [4, 3848, 7]], ["coach", [4, 3848, 8]]]}, {"answer": "motorcar", "hint": "synonyms for motorcar", "clues": [["auto", [4, 3849, 0]], ["machine", [4, 3849, 1]], ["car", [4, 3849, 2]], ["automobile", [4, 3849, 3]]]}, {"answer": "motorcoach", "hint": "synonyms for motorcoach", "clues": [["bus", [4, 3850, 0]], ["charabanc", [4, 3850, 1]], ["autobus", [4, 3850, 2]], ["passenger vehicle", [4, 3850, 3]], ["double-decker", [4, 3850, 4]], ["omnibus", [4, 3850, 5]], ["motorbus", [4, 3850, 6]], ["jitney", [4, 3850, 7]], ["coach", [4, 3850, 8]]]}, {"answer": "motorway", "hint": "synonyms for motorway", "clues": [["superhighway", [4, 3851, 0]], ["state highway", [4, 3851, 1]], ["thruway", [4, 3851, 2]], ["pike", [4, 3851, 3]], ["freeway", [4, 3851, 4]], ["expressway", [4, 3851, 5]], ["throughway", [4, 3851, 6]]]}, {"answer": "mould", "hint": "synonyms for mould", "clues": [["mold", [4, 3852, 0]], ["stamp", [4, 3852, 1]], ["clay sculpture", [4, 3852, 2]], ["modeling", [4, 3852, 3]], ["cast", [4, 3852, 4]], ["mildew", [4, 3852, 5]], ["moulding", [4, 3852, 6]]]}, {"answer": "moulding", "hint": "synonyms for moulding", "clues": [["molding", [4, 3853, 0]], ["clay sculpture", [4, 3853, 1]], ["modeling", [4, 3853, 2]], ["border", [4, 3853, 3]], ["mould", [4, 3853, 4]]]}, {"answer": "mound", "hint": "synonyms for mound", "clues": [["hammock", [4, 3854, 0]], ["heap", [4, 3854, 1]], ["hill", [4, 3854, 2]], ["cumulation", [4, 3854, 3]], ["pitcher", [4, 3854, 4]], ["cumulus", [4, 3854, 5]], ["agglomerate", [4, 3854, 6]], ["hillock", [4, 3854, 7]], ["knoll", [4, 3854, 8]], ["pile", [4, 3854, 9]], ["pitcher's mound", [4, 3854, 10]]]}, {"answer": "mount", "hint": "synonyms for mount", "clues": [["climb", [4, 3855, 0]], ["backing", [4, 3855, 1]], ["mountain", [4, 3855, 2]], ["setting", [4, 3855, 3]]]}, {"answer": "mountain", "hint": "synonyms for mountain", "clues": [["heap", [4, 3856, 0]], ["peck", [4, 3856, 1]], ["flock", [4, 3856, 2]], ["quite a little", [4, 3856, 3]], ["mess", [4, 3856, 4]], ["sight", [4, 3856, 5]], ["wad", [4, 3856, 6]], ["batch", [4, 3856, 7]], ["hatful", [4, 3856, 8]], ["mickle", [4, 3856, 9]], ["stack", [4, 3856, 10]], ["passel", [4, 3856, 11]], ["deal", [4, 3856, 12]], ["plenty", [4, 3856, 13]], ["mount", [4, 3856, 14]], ["pile", [4, 3856, 15]], ["slew", [4, 3856, 16]], ["great deal", [4, 3856, 17]], ["spate", [4, 3856, 18]], ["muckle", [4, 3856, 19]], ["mint", [4, 3856, 20]], ["pot", [4, 3856, 21]], ["lot", [4, 3856, 22]], ["tidy sum", [4, 3856, 23]], ["good deal", [4, 3856, 24]], ["mass", [4, 3856, 25]], ["raft", [4, 3856, 26]]]}, {"answer": "mountain_chain", "hint": "synonyms for mountain chain", "clues": [["chain", [4, 3857, 0]], ["chain of mountains", [4, 3857, 1]], ["mountain range", [4, 3857, 2]], ["range of mountains", [4, 3857, 3]], ["range", [4, 3857, 4]]]}, {"answer": "mountain_range", "hint": "synonyms for mountain range", "clues": [["chain", [4, 3858, 0]], ["mountain chain", [4, 3858, 1]], ["chain of mountains", [4, 3858, 2]], ["range of mountains", [4, 3858, 3]], ["range", [4, 3858, 4]]]}, {"answer": "move", "hint": "synonyms for move", "clues": [["motility", [4, 3859, 0]], ["motion", [4, 3859, 1]], ["movement", [4, 3859, 2]], ["relocation", [4, 3859, 3]]]}, {"answer": "movement", "hint": "synonyms for movement", "clues": [["drift", [4, 3860, 0]], ["drive", [4, 3860, 1]], ["motion", [4, 3860, 2]], ["apparent movement", [4, 3860, 3]], ["effort", [4, 3860, 4]], ["front", [4, 3860, 5]], ["social movement", [4, 3860, 6]], ["motility", [4, 3860, 7]], ["bowel movement", [4, 3860, 8]], ["apparent motion", [4, 3860, 9]], ["cause", [4, 3860, 10]], ["move", [4, 3860, 11]], ["campaign", [4, 3860, 12]], ["trend", [4, 3860, 13]], ["crusade", [4, 3860, 14]], ["bm", [4, 3860, 15]]]}, {"answer": "mover", "hint": "synonyms for mover", "clues": [["removal firm", [4, 3861, 0]], ["moving company", [4, 3861, 1]], ["public mover", [4, 3861, 2]], ["removal company", [4, 3861, 3]]]}, {"answer": "movie", "hint": "synonyms for movie", "clues": [["picture", [4, 3862, 0]], ["motion-picture show", [4, 3862, 1]], ["film", [4, 3862, 2]], ["moving picture", [4, 3862, 3]], ["pic", [4, 3862, 4]], ["picture show", [4, 3862, 5]], ["flick", [4, 3862, 6]]]}, {"answer": "movie_theater", "hint": "synonyms for movie theater", "clues": [["movie theatre", [4, 3863, 0]], ["movie house", [4, 3863, 1]], ["picture palace", [4, 3863, 2]], ["cinema", [4, 3863, 3]]]}, {"answer": "movie_theatre", "hint": "synonyms for movie theatre", "clues": [["movie theater", [4, 3864, 0]], ["movie house", [4, 3864, 1]], ["picture palace", [4, 3864, 2]], ["cinema", [4, 3864, 3]]]}, {"answer": "moving-picture_show", "hint": "synonyms for moving-picture show", "clues": [["movie", [4, 3865, 0]], ["picture", [4, 3865, 1]], ["motion-picture show", [4, 3865, 2]], ["film", [4, 3865, 3]], ["moving picture", [4, 3865, 4]], ["pic", [4, 3865, 5]], ["picture show", [4, 3865, 6]], ["flick", [4, 3865, 7]]]}, {"answer": "moving_company", "hint": "synonyms for moving company", "clues": [["removal firm", [4, 3866, 0]], ["mover", [4, 3866, 1]], ["public mover", [4, 3866, 2]], ["removal company", [4, 3866, 3]]]}, {"answer": "moving_picture", "hint": "synonyms for moving picture", "clues": [["movie", [4, 3867, 0]], ["picture", [4, 3867, 1]], ["motion-picture show", [4, 3867, 2]], ["film", [4, 3867, 3]], ["pic", [4, 3867, 4]], ["picture show", [4, 3867, 5]], ["motion picture", [4, 3867, 6]], ["flick", [4, 3867, 7]]]}, {"answer": "moxie", "hint": "synonyms for moxie", "clues": [["gumption", [4, 3868, 0]], ["sand", [4, 3868, 1]], ["backbone", [4, 3868, 2]], ["grit", [4, 3868, 3]], ["guts", [4, 3868, 4]]]}, {"answer": "mrna", "hint": "synonyms for mrna", "clues": [["mRNA", [4, 3869, 0]], ["template RNA", [4, 3869, 1]], ["informational RNA", [4, 3869, 2]], ["messenger RNA", [4, 3869, 3]]]}, {"answer": "ms", "hint": "synonyms for ms", "clues": [["m", [4, 3870, 0]], ["megabyte", [4, 3870, 1]], ["one thousand", [4, 3870, 2]], ["molar concentration", [4, 3870, 3]], ["thousand", [4, 3870, 4]], ["metre", [4, 3870, 5]], ["chiliad", [4, 3870, 6]], ["thou", [4, 3870, 7]], ["yard", [4, 3870, 8]], ["meter", [4, 3870, 9]], ["grand", [4, 3870, 10]], ["mebibyte", [4, 3870, 11]], ["manuscript", [4, 3870, 12]], ["1000", [4, 3870, 13]], ["molarity", [4, 3870, 14]]]}, {"answer": "mt", "hint": "synonyms for mt", "clues": [["tonne", [4, 3871, 0]], ["machine translation", [4, 3871, 1]], ["element 109", [4, 3871, 2]], ["atomic number 109", [4, 3871, 3]], ["metric ton", [4, 3871, 4]], ["t", [4, 3871, 5]], ["meitnerium", [4, 3871, 6]]]}, {"answer": "muck", "hint": "synonyms for muck", "clues": [["goop", [4, 3872, 0]], ["guck", [4, 3872, 1]], ["sludge", [4, 3872, 2]], ["ooze", [4, 3872, 3]], ["gunk", [4, 3872, 4]], ["dung", [4, 3872, 5]], ["droppings", [4, 3872, 6]], ["gook", [4, 3872, 7]], ["slime", [4, 3872, 8]]]}, {"answer": "muckle", "hint": "synonyms for muckle", "clues": [["heap", [4, 3873, 0]], ["peck", [4, 3873, 1]], ["flock", [4, 3873, 2]], ["quite a little", [4, 3873, 3]], ["mess", [4, 3873, 4]], ["sight", [4, 3873, 5]], ["wad", [4, 3873, 6]], ["batch", [4, 3873, 7]], ["hatful", [4, 3873, 8]], ["mickle", [4, 3873, 9]], ["stack", [4, 3873, 10]], ["passel", [4, 3873, 11]], ["deal", [4, 3873, 12]], ["plenty", [4, 3873, 13]], ["pile", [4, 3873, 14]], ["slew", [4, 3873, 15]], ["great deal", [4, 3873, 16]], ["spate", [4, 3873, 17]], ["mint", [4, 3873, 18]], ["pot", [4, 3873, 19]], ["lot", [4, 3873, 20]], ["tidy sum", [4, 3873, 21]], ["good deal", [4, 3873, 22]], ["mass", [4, 3873, 23]], ["mountain", [4, 3873, 24]], ["raft", [4, 3873, 25]]]}, {"answer": "muddiness", "hint": "synonyms for muddiness", "clues": [["mental confusion", [4, 3874, 0]], ["disarray", [4, 3874, 1]], ["cloudiness", [4, 3874, 2]], ["confusion", [4, 3874, 3]], ["confusedness", [4, 3874, 4]], ["murkiness", [4, 3874, 5]]]}, {"answer": "multitude", "hint": "synonyms for multitude", "clues": [["pack", [4, 3875, 0]], ["the great unwashed", [4, 3875, 1]], ["battalion", [4, 3875, 2]], ["concourse", [4, 3875, 3]], ["plurality", [4, 3875, 4]], ["large number", [4, 3875, 5]], ["hoi polloi", [4, 3875, 6]], ["throng", [4, 3875, 7]], ["masses", [4, 3875, 8]], ["people", [4, 3875, 9]]]}, {"answer": "mundaneness", "hint": "synonyms for mundaneness", "clues": [["sophistication", [4, 3876, 0]], ["mundanity", [4, 3876, 1]], ["ordinariness", [4, 3876, 2]], ["worldliness", [4, 3876, 3]]]}, {"answer": "mundanity", "hint": "synonyms for mundanity", "clues": [["sophistication", [4, 3877, 0]], ["ordinariness", [4, 3877, 1]], ["mundaneness", [4, 3877, 2]], ["worldliness", [4, 3877, 3]]]}, {"answer": "munition", "hint": "synonyms for munition", "clues": [["ordnance store", [4, 3878, 0]], ["arms", [4, 3878, 1]], ["fortification", [4, 3878, 2]], ["weaponry", [4, 3878, 3]], ["ordnance", [4, 3878, 4]], ["implements of war", [4, 3878, 5]], ["weapons system", [4, 3878, 6]]]}, {"answer": "murmur", "hint": "synonyms for murmur", "clues": [["grumbling", [4, 3879, 0]], ["murmuring", [4, 3879, 1]], ["murmuration", [4, 3879, 2]], ["mutter", [4, 3879, 3]], ["grumble", [4, 3879, 4]], ["mussitation", [4, 3879, 5]], ["murmur vowel", [4, 3879, 6]]]}, {"answer": "murphy", "hint": "synonyms for murphy", "clues": [["tater", [4, 3880, 0]], ["potato", [4, 3880, 1]], ["spud", [4, 3880, 2]], ["white potato", [4, 3880, 3]]]}, {"answer": "muscat", "hint": "synonyms for muscat", "clues": [["capital of Oman", [4, 3881, 0]], ["muscat grape", [4, 3881, 1]], ["muscatel", [4, 3881, 2]], ["muscadelle", [4, 3881, 3]]]}, {"answer": "muscle", "hint": "synonyms for muscle", "clues": [["sinew", [4, 3882, 0]], ["heftiness", [4, 3882, 1]], ["brawniness", [4, 3882, 2]], ["brawn", [4, 3882, 3]], ["muscularity", [4, 3882, 4]]]}, {"answer": "muscularity", "hint": "synonyms for muscularity", "clues": [["vigor", [4, 3883, 0]], ["sinew", [4, 3883, 1]], ["muscle", [4, 3883, 2]], ["brawn", [4, 3883, 3]], ["heftiness", [4, 3883, 4]], ["brawniness", [4, 3883, 5]], ["energy", [4, 3883, 6]], ["vim", [4, 3883, 7]]]}, {"answer": "mush", "hint": "synonyms for mush", "clues": [["cornmeal mush", [4, 3884, 0]], ["glop", [4, 3884, 1]], ["slop", [4, 3884, 2]], ["treacle", [4, 3884, 3]], ["pulp", [4, 3884, 4]]]}, {"answer": "mushiness", "hint": "synonyms for mushiness", "clues": [["soupiness", [4, 3885, 0]], ["drippiness", [4, 3885, 1]], ["sentimentality", [4, 3885, 2]], ["pulpiness", [4, 3885, 3]], ["mawkishness", [4, 3885, 4]], ["sloppiness", [4, 3885, 5]]]}, {"answer": "musical_composition", "hint": "synonyms for musical composition", "clues": [["piece", [4, 3886, 0]], ["piece of music", [4, 3886, 1]], ["composition", [4, 3886, 2]], ["opus", [4, 3886, 3]]]}, {"answer": "mustard_agent", "hint": "synonyms for mustard agent", "clues": [["blistering agent", [4, 3887, 0]], ["mustard gas", [4, 3887, 1]], ["dichloroethyl sulfide", [4, 3887, 2]], ["sulfur mustard", [4, 3887, 3]]]}, {"answer": "mustard_gas", "hint": "synonyms for mustard gas", "clues": [["blistering agent", [4, 3888, 0]], ["mustard agent", [4, 3888, 1]], ["dichloroethyl sulfide", [4, 3888, 2]], ["sulfur mustard", [4, 3888, 3]]]}, {"answer": "mutter", "hint": "synonyms for mutter", "clues": [["grumbling", [4, 3889, 0]], ["murmuring", [4, 3889, 1]], ["murmuration", [4, 3889, 2]], ["muttering", [4, 3889, 3]], ["grumble", [4, 3889, 4]], ["mussitation", [4, 3889, 5]]]}, {"answer": "muttering", "hint": "synonyms for muttering", "clues": [["grumbling", [4, 3890, 0]], ["murmuring", [4, 3890, 1]], ["murmuration", [4, 3890, 2]], ["mutter", [4, 3890, 3]], ["grumble", [4, 3890, 4]], ["mussitation", [4, 3890, 5]]]}, {"answer": "mv", "hint": "synonyms for mv", "clues": [["mendelevium", [4, 3891, 0]], ["millivolt", [4, 3891, 1]], ["atomic number 101", [4, 3891, 2]], ["mV", [4, 3891, 3]]]}, {"answer": "mystery", "hint": "synonyms for mystery", "clues": [["secret", [4, 3892, 0]], ["enigma", [4, 3892, 1]], ["closed book", [4, 3892, 2]], ["whodunit", [4, 3892, 3]], ["mystery story", [4, 3892, 4]]]}, {"answer": "mystification", "hint": "synonyms for mystification", "clues": [["obfuscation", [4, 3893, 0]], ["bemusement", [4, 3893, 1]], ["bewilderment", [4, 3893, 2]], ["puzzlement", [4, 3893, 3]], ["bafflement", [4, 3893, 4]], ["befuddlement", [4, 3893, 5]]]}, {"answer": "n", "hint": "synonyms for n", "clues": [["nitrogen", [4, 3894, 0]], ["due north", [4, 3894, 1]], ["normality", [4, 3894, 2]], ["newton", [4, 3894, 3]], ["northward", [4, 3894, 4]], ["atomic number 7", [4, 3894, 5]], ["north", [4, 3894, 6]]]}, {"answer": "nada", "hint": "synonyms for nada", "clues": [["zip", [4, 3895, 0]], ["naught", [4, 3895, 1]], ["nix", [4, 3895, 2]], ["zilch", [4, 3895, 3]], ["cypher", [4, 3895, 4]], ["nil", [4, 3895, 5]], ["null", [4, 3895, 6]], ["nothing", [4, 3895, 7]], ["zero", [4, 3895, 8]], ["cipher", [4, 3895, 9]], ["zippo", [4, 3895, 10]], ["goose egg", [4, 3895, 11]]]}, {"answer": "naive_art", "hint": "synonyms for naive art", "clues": [["outsider art", [4, 3896, 0]], ["primitive art", [4, 3896, 1]], ["self-taught art", [4, 3896, 2]], ["vernacular art", [4, 3896, 3]]]}, {"answer": "names", "hint": "synonyms for names", "clues": [["name", [4, 3897, 0]], ["epithet", [4, 3897, 1]], ["name calling", [4, 3897, 2]], ["gens", [4, 3897, 3]]]}, {"answer": "nanometer", "hint": "synonyms for nanometer", "clues": [["nm", [4, 3898, 0]], ["millimicron", [4, 3898, 1]], ["micromillimeter", [4, 3898, 2]], ["nanometre", [4, 3898, 3]]]}, {"answer": "nanometre", "hint": "synonyms for nanometre", "clues": [["nm", [4, 3899, 0]], ["millimicron", [4, 3899, 1]], ["micromillimeter", [4, 3899, 2]], ["nanometer", [4, 3899, 3]]]}, {"answer": "nap", "hint": "synonyms for nap", "clues": [["catnap", [4, 3900, 0]], ["snooze", [4, 3900, 1]], ["cat sleep", [4, 3900, 2]], ["sleep", [4, 3900, 3]], ["pile", [4, 3900, 4]], ["forty winks", [4, 3900, 5]], ["short sleep", [4, 3900, 6]]]}, {"answer": "napkin", "hint": "synonyms for napkin", "clues": [["diaper", [4, 3901, 0]], ["nappy", [4, 3901, 1]], ["serviette", [4, 3901, 2]], ["table napkin", [4, 3901, 3]]]}, {"answer": "narghile", "hint": "synonyms for narghile", "clues": [["nargileh", [4, 3902, 0]], ["hubble-bubble", [4, 3902, 1]], ["calean", [4, 3902, 2]], ["chicha", [4, 3902, 3]], ["sheesha", [4, 3902, 4]], ["shisha", [4, 3902, 5]], ["hookah", [4, 3902, 6]], ["hubbly-bubbly", [4, 3902, 7]], ["kalian", [4, 3902, 8]], ["water pipe", [4, 3902, 9]]]}, {"answer": "nargileh", "hint": "synonyms for nargileh", "clues": [["hubble-bubble", [4, 3903, 0]], ["calean", [4, 3903, 1]], ["chicha", [4, 3903, 2]], ["sheesha", [4, 3903, 3]], ["shisha", [4, 3903, 4]], ["hookah", [4, 3903, 5]], ["hubbly-bubbly", [4, 3903, 6]], ["kalian", [4, 3903, 7]], ["narghile", [4, 3903, 8]], ["water pipe", [4, 3903, 9]]]}, {"answer": "narration", "hint": "synonyms for narration", "clues": [["narrative", [4, 3904, 0]], ["yarn", [4, 3904, 1]], ["story", [4, 3904, 2]], ["tale", [4, 3904, 3]], ["recital", [4, 3904, 4]]]}, {"answer": "nastiness", "hint": "synonyms for nastiness", "clues": [["spitefulness", [4, 3905, 0]], ["bitchiness", [4, 3905, 1]], ["spite", [4, 3905, 2]], ["cattiness", [4, 3905, 3]]]}, {"answer": "nation", "hint": "synonyms for nation", "clues": [["country", [4, 3906, 0]], ["land", [4, 3906, 1]], ["body politic", [4, 3906, 2]], ["state", [4, 3906, 3]], ["res publica", [4, 3906, 4]], ["commonwealth", [4, 3906, 5]]]}, {"answer": "native_land", "hint": "synonyms for native land", "clues": [["motherland", [4, 3907, 0]], ["fatherland", [4, 3907, 1]], ["homeland", [4, 3907, 2]], ["country of origin", [4, 3907, 3]], ["mother country", [4, 3907, 4]]]}, {"answer": "natural_spring", "hint": "synonyms for natural spring", "clues": [["fountain", [4, 3908, 0]], ["spring", [4, 3908, 1]], ["outpouring", [4, 3908, 2]], ["outflow", [4, 3908, 3]]]}, {"answer": "naught", "hint": "synonyms for naught", "clues": [["zip", [4, 3909, 0]], ["nix", [4, 3909, 1]], ["aught", [4, 3909, 2]], ["zilch", [4, 3909, 3]], ["cypher", [4, 3909, 4]], ["nil", [4, 3909, 5]], ["null", [4, 3909, 6]], ["nothing", [4, 3909, 7]], ["zero", [4, 3909, 8]], ["nada", [4, 3909, 9]], ["cipher", [4, 3909, 10]], ["zippo", [4, 3909, 11]], ["goose egg", [4, 3909, 12]]]}, {"answer": "nauseatingness", "hint": "synonyms for nauseatingness", "clues": [["distastefulness", [4, 3910, 0]], ["unsavoriness", [4, 3910, 1]], ["sickeningness", [4, 3910, 2]], ["disgustingness", [4, 3910, 3]]]}, {"answer": "naut_mi", "hint": "synonyms for naut mi", "clues": [["mile", [4, 3911, 0]], ["nautical mile", [4, 3911, 1]], ["knot", [4, 3911, 2]], ["air mile", [4, 3911, 3]], ["mi", [4, 3911, 4]], ["geographical mile", [4, 3911, 5]], ["international nautical mile", [4, 3911, 6]]]}, {"answer": "nautical_mile", "hint": "synonyms for nautical mile", "clues": [["mile", [4, 3912, 0]], ["knot", [4, 3912, 1]], ["air mile", [4, 3912, 2]], ["mi", [4, 3912, 3]], ["geographical mile", [4, 3912, 4]], ["naut mi", [4, 3912, 5]], ["international nautical mile", [4, 3912, 6]]]}, {"answer": "navigation", "hint": "synonyms for navigation", "clues": [["piloting", [4, 3913, 0]], ["seafaring", [4, 3913, 1]], ["pilotage", [4, 3913, 2]], ["sailing", [4, 3913, 3]]]}, {"answer": "ne", "hint": "synonyms for ne", "clues": [["northeastward", [4, 3914, 0]], ["nor'-east", [4, 3914, 1]], ["neon", [4, 3914, 2]], ["atomic number 10", [4, 3914, 3]], ["northeast", [4, 3914, 4]]]}, {"answer": "nebuliser", "hint": "synonyms for nebuliser", "clues": [["atomiser", [4, 3915, 0]], ["spray", [4, 3915, 1]], ["nebulizer", [4, 3915, 2]], ["sprayer", [4, 3915, 3]]]}, {"answer": "nebulizer", "hint": "synonyms for nebulizer", "clues": [["atomiser", [4, 3916, 0]], ["nebuliser", [4, 3916, 1]], ["spray", [4, 3916, 2]], ["sprayer", [4, 3916, 3]]]}, {"answer": "necessity", "hint": "synonyms for necessity", "clues": [["requirement", [4, 3917, 0]], ["requisite", [4, 3917, 1]], ["necessary", [4, 3917, 2]], ["essential", [4, 3917, 3]]]}, {"answer": "necking", "hint": "synonyms for necking", "clues": [["gorgerin", [4, 3918, 0]], ["cuddling", [4, 3918, 1]], ["smooching", [4, 3918, 2]], ["fondling", [4, 3918, 3]], ["petting", [4, 3918, 4]], ["snuggling", [4, 3918, 5]], ["caressing", [4, 3918, 6]], ["kissing", [4, 3918, 7]], ["hugging", [4, 3918, 8]]]}, {"answer": "necropolis", "hint": "synonyms for necropolis", "clues": [["cemetery", [4, 3919, 0]], ["graveyard", [4, 3919, 1]], ["burying ground", [4, 3919, 2]], ["memorial park", [4, 3919, 3]], ["burial ground", [4, 3919, 4]], ["burial site", [4, 3919, 5]]]}, {"answer": "neglect", "hint": "synonyms for neglect", "clues": [["neglectfulness", [4, 3920, 0]], ["negligence", [4, 3920, 1]], ["disregard", [4, 3920, 2]], ["carelessness", [4, 3920, 3]], ["nonperformance", [4, 3920, 4]]]}, {"answer": "neglige", "hint": "synonyms for neglige", "clues": [["peignoir", [4, 3921, 0]], ["wrapper", [4, 3921, 1]], ["housecoat", [4, 3921, 2]], ["negligee", [4, 3921, 3]]]}, {"answer": "negligee", "hint": "synonyms for negligee", "clues": [["peignoir", [4, 3922, 0]], ["wrapper", [4, 3922, 1]], ["housecoat", [4, 3922, 2]], ["neglige", [4, 3922, 3]]]}, {"answer": "negligence", "hint": "synonyms for negligence", "clues": [["neglectfulness", [4, 3923, 0]], ["neglect", [4, 3923, 1]], ["nonperformance", [4, 3923, 2]], ["carelessness", [4, 3923, 3]]]}, {"answer": "neighborhood", "hint": "synonyms for neighborhood", "clues": [["neighbourhood", [4, 3924, 0]], ["locality", [4, 3924, 1]], ["neck of the woods", [4, 3924, 2]], ["region", [4, 3924, 3]], ["vicinity", [4, 3924, 4]]]}, {"answer": "neighbourhood", "hint": "synonyms for neighbourhood", "clues": [["locality", [4, 3925, 0]], ["neighborhood", [4, 3925, 1]], ["neck of the woods", [4, 3925, 2]], ["vicinity", [4, 3925, 3]]]}, {"answer": "nerve", "hint": "synonyms for nerve", "clues": [["spunk", [4, 3926, 0]], ["boldness", [4, 3926, 1]], ["cheek", [4, 3926, 2]], ["brass", [4, 3926, 3]], ["face", [4, 3926, 4]], ["mettle", [4, 3926, 5]], ["heart", [4, 3926, 6]]]}, {"answer": "nerves", "hint": "synonyms for nerves", "clues": [["brass", [4, 3927, 0]], ["nerve", [4, 3927, 1]], ["spunk", [4, 3927, 2]], ["boldness", [4, 3927, 3]], ["cheek", [4, 3927, 4]], ["face", [4, 3927, 5]], ["mettle", [4, 3927, 6]], ["heart", [4, 3927, 7]]]}, {"answer": "net_income", "hint": "synonyms for net income", "clues": [["earnings", [4, 3928, 0]], ["lucre", [4, 3928, 1]], ["net", [4, 3928, 2]], ["profit", [4, 3928, 3]], ["net profit", [4, 3928, 4]]]}, {"answer": "net_profit", "hint": "synonyms for net profit", "clues": [["earnings", [4, 3929, 0]], ["lucre", [4, 3929, 1]], ["net", [4, 3929, 2]], ["profit", [4, 3929, 3]], ["net income", [4, 3929, 4]]]}, {"answer": "network", "hint": "synonyms for network", "clues": [["web", [4, 3930, 0]], ["meshwork", [4, 3930, 1]], ["meshing", [4, 3930, 2]], ["electronic network", [4, 3930, 3]], ["net", [4, 3930, 4]]]}, {"answer": "neuroleptic", "hint": "synonyms for neuroleptic", "clues": [["major tranquilliser", [4, 3931, 0]], ["antipsychotic drug", [4, 3931, 1]], ["antipsychotic agent", [4, 3931, 2]], ["neuroleptic drug", [4, 3931, 3]], ["antipsychotic", [4, 3931, 4]], ["neuroleptic agent", [4, 3931, 5]]]}, {"answer": "neuroleptic_agent", "hint": "synonyms for neuroleptic agent", "clues": [["major tranquilliser", [4, 3932, 0]], ["antipsychotic drug", [4, 3932, 1]], ["antipsychotic agent", [4, 3932, 2]], ["neuroleptic", [4, 3932, 3]], ["neuroleptic drug", [4, 3932, 4]], ["antipsychotic", [4, 3932, 5]]]}, {"answer": "neuroleptic_drug", "hint": "synonyms for neuroleptic drug", "clues": [["major tranquilliser", [4, 3933, 0]], ["antipsychotic drug", [4, 3933, 1]], ["antipsychotic agent", [4, 3933, 2]], ["neuroleptic", [4, 3933, 3]], ["antipsychotic", [4, 3933, 4]], ["neuroleptic agent", [4, 3933, 5]]]}, {"answer": "new_york_minute", "hint": "synonyms for new york minute", "clues": [["flash", [4, 3934, 0]], ["instant", [4, 3934, 1]], ["jiffy", [4, 3934, 2]], ["trice", [4, 3934, 3]], ["split second", [4, 3934, 4]], ["blink of an eye", [4, 3934, 5]], ["wink", [4, 3934, 6]], ["twinkling", [4, 3934, 7]], ["heartbeat", [4, 3934, 8]]]}, {"answer": "news", "hint": "synonyms for news", "clues": [["news program", [4, 3935, 0]], ["word", [4, 3935, 1]], ["intelligence", [4, 3935, 2]], ["news show", [4, 3935, 3]], ["newsworthiness", [4, 3935, 4]], ["tidings", [4, 3935, 5]]]}, {"answer": "news_agency", "hint": "synonyms for news agency", "clues": [["news organization", [4, 3936, 0]], ["press agency", [4, 3936, 1]], ["press association", [4, 3936, 2]], ["wire service", [4, 3936, 3]]]}, {"answer": "news_organisation", "hint": "synonyms for news organisation", "clues": [["news agency", [4, 3937, 0]], ["news organization", [4, 3937, 1]], ["press agency", [4, 3937, 2]], ["wire service", [4, 3937, 3]], ["press association", [4, 3937, 4]]]}, {"answer": "news_organization", "hint": "synonyms for news organization", "clues": [["news agency", [4, 3938, 0]], ["press agency", [4, 3938, 1]], ["news organisation", [4, 3938, 2]], ["press association", [4, 3938, 3]], ["wire service", [4, 3938, 4]]]}, {"answer": "news_report", "hint": "synonyms for news report", "clues": [["story", [4, 3939, 0]], ["write up", [4, 3939, 1]], ["report", [4, 3939, 2]], ["account", [4, 3939, 3]]]}, {"answer": "newspaper_clipping", "hint": "synonyms for newspaper clipping", "clues": [["clipping", [4, 3940, 0]], ["cutting", [4, 3940, 1]], ["press clipping", [4, 3940, 2]], ["press cutting", [4, 3940, 3]]]}, {"answer": "nicety", "hint": "synonyms for nicety", "clues": [["justness", [4, 3941, 0]], ["nuance", [4, 3941, 1]], ["refinement", [4, 3941, 2]], ["shade", [4, 3941, 3]], ["rightness", [4, 3941, 4]], ["subtlety", [4, 3941, 5]]]}, {"answer": "nick", "hint": "synonyms for nick", "clues": [["ding", [4, 3942, 0]], ["notch", [4, 3942, 1]], ["dent", [4, 3942, 2]], ["gouge", [4, 3942, 3]], ["snick", [4, 3942, 4]]]}, {"answer": "nickname", "hint": "synonyms for nickname", "clues": [["soubriquet", [4, 3943, 0]], ["moniker", [4, 3943, 1]], ["byname", [4, 3943, 2]], ["cognomen", [4, 3943, 3]]]}, {"answer": "nictation", "hint": "synonyms for nictation", "clues": [["nictitation", [4, 3944, 0]], ["eye blink", [4, 3944, 1]], ["wink", [4, 3944, 2]], ["blinking", [4, 3944, 3]]]}, {"answer": "nictitation", "hint": "synonyms for nictitation", "clues": [["nictation", [4, 3945, 0]], ["eye blink", [4, 3945, 1]], ["wink", [4, 3945, 2]], ["blinking", [4, 3945, 3]]]}, {"answer": "niggardliness", "hint": "synonyms for niggardliness", "clues": [["minginess", [4, 3946, 0]], ["meanness", [4, 3946, 1]], ["tightfistedness", [4, 3946, 2]], ["parsimoniousness", [4, 3946, 3]], ["niggardness", [4, 3946, 4]], ["tightness", [4, 3946, 5]], ["closeness", [4, 3946, 6]], ["parsimony", [4, 3946, 7]]]}, {"answer": "niggardness", "hint": "synonyms for niggardness", "clues": [["minginess", [4, 3947, 0]], ["meanness", [4, 3947, 1]], ["tightfistedness", [4, 3947, 2]], ["parsimoniousness", [4, 3947, 3]], ["niggardliness", [4, 3947, 4]], ["tightness", [4, 3947, 5]], ["closeness", [4, 3947, 6]], ["parsimony", [4, 3947, 7]]]}, {"answer": "night-robe", "hint": "synonyms for night-robe", "clues": [["nightgown", [4, 3948, 0]], ["nightie", [4, 3948, 1]], ["gown", [4, 3948, 2]], ["nightdress", [4, 3948, 3]]]}, {"answer": "night_club", "hint": "synonyms for night club", "clues": [["cabaret", [4, 3949, 0]], ["nightclub", [4, 3949, 1]], ["club", [4, 3949, 2]], ["nightspot", [4, 3949, 3]]]}, {"answer": "nightclub", "hint": "synonyms for nightclub", "clues": [["cabaret", [4, 3950, 0]], ["night club", [4, 3950, 1]], ["club", [4, 3950, 2]], ["nightspot", [4, 3950, 3]]]}, {"answer": "nightdress", "hint": "synonyms for nightdress", "clues": [["nightgown", [4, 3951, 0]], ["nightie", [4, 3951, 1]], ["gown", [4, 3951, 2]], ["night-robe", [4, 3951, 3]]]}, {"answer": "nightfall", "hint": "synonyms for nightfall", "clues": [["evenfall", [4, 3952, 0]], ["gloam", [4, 3952, 1]], ["crepuscle", [4, 3952, 2]], ["twilight", [4, 3952, 3]], ["fall", [4, 3952, 4]], ["dusk", [4, 3952, 5]]]}, {"answer": "nightgown", "hint": "synonyms for nightgown", "clues": [["nightie", [4, 3953, 0]], ["gown", [4, 3953, 1]], ["night-robe", [4, 3953, 2]], ["nightdress", [4, 3953, 3]]]}, {"answer": "nightie", "hint": "synonyms for nightie", "clues": [["nightgown", [4, 3954, 0]], ["gown", [4, 3954, 1]], ["night-robe", [4, 3954, 2]], ["nightdress", [4, 3954, 3]]]}, {"answer": "nightstick", "hint": "synonyms for nightstick", "clues": [["billy club", [4, 3955, 0]], ["billy", [4, 3955, 1]], ["truncheon", [4, 3955, 2]], ["baton", [4, 3955, 3]], ["billystick", [4, 3955, 4]]]}, {"answer": "nil", "hint": "synonyms for nil", "clues": [["zip", [4, 3956, 0]], ["naught", [4, 3956, 1]], ["nix", [4, 3956, 2]], ["zilch", [4, 3956, 3]], ["cypher", [4, 3956, 4]], ["null", [4, 3956, 5]], ["nothing", [4, 3956, 6]], ["zero", [4, 3956, 7]], ["nada", [4, 3956, 8]], ["cipher", [4, 3956, 9]], ["zippo", [4, 3956, 10]], ["goose egg", [4, 3956, 11]]]}, {"answer": "nimbleness", "hint": "synonyms for nimbleness", "clues": [["mental dexterity", [4, 3957, 0]], ["agility", [4, 3957, 1]], ["legerity", [4, 3957, 2]], ["lightsomeness", [4, 3957, 3]], ["lightness", [4, 3957, 4]]]}, {"answer": "nimbus", "hint": "synonyms for nimbus", "clues": [["rain cloud", [4, 3958, 0]], ["nimbus cloud", [4, 3958, 1]], ["glory", [4, 3958, 2]], ["aureole", [4, 3958, 3]], ["gloriole", [4, 3958, 4]], ["halo", [4, 3958, 5]], ["aura", [4, 3958, 6]]]}, {"answer": "nineties", "hint": "synonyms for nineties", "clues": [["mid-nineties", [4, 3959, 0]], ["1990s", [4, 3959, 1]], ["1890s", [4, 3959, 2]], ["90", [4, 3959, 3]], ["ninety", [4, 3959, 4]]]}, {"answer": "nip", "hint": "synonyms for nip", "clues": [["tang", [4, 3960, 0]], ["savor", [4, 3960, 1]], ["piquantness", [4, 3960, 2]], ["relish", [4, 3960, 3]], ["pinch", [4, 3960, 4]], ["sapidity", [4, 3960, 5]], ["flavor", [4, 3960, 6]], ["smack", [4, 3960, 7]], ["chilliness", [4, 3960, 8]], ["zest", [4, 3960, 9]], ["piquancy", [4, 3960, 10]], ["shot", [4, 3960, 11]], ["tanginess", [4, 3960, 12]], ["coolness", [4, 3960, 13]]]}, {"answer": "nitty-gritty", "hint": "synonyms for nitty-gritty", "clues": [["pith", [4, 3961, 0]], ["marrow", [4, 3961, 1]], ["nub", [4, 3961, 2]], ["centre", [4, 3961, 3]], ["inwardness", [4, 3961, 4]], ["substance", [4, 3961, 5]], ["sum", [4, 3961, 6]], ["gist", [4, 3961, 7]], ["essence", [4, 3961, 8]], ["kernel", [4, 3961, 9]], ["heart and soul", [4, 3961, 10]], ["core", [4, 3961, 11]], ["meat", [4, 3961, 12]], ["heart", [4, 3961, 13]], ["center", [4, 3961, 14]]]}, {"answer": "nix", "hint": "synonyms for nix", "clues": [["zip", [4, 3962, 0]], ["naught", [4, 3962, 1]], ["zilch", [4, 3962, 2]], ["cypher", [4, 3962, 3]], ["nil", [4, 3962, 4]], ["null", [4, 3962, 5]], ["nothing", [4, 3962, 6]], ["zero", [4, 3962, 7]], ["nada", [4, 3962, 8]], ["cipher", [4, 3962, 9]], ["zippo", [4, 3962, 10]], ["goose egg", [4, 3962, 11]]]}, {"answer": "nobility", "hint": "synonyms for nobility", "clues": [["aristocracy", [4, 3963, 0]], ["nobleness", [4, 3963, 1]], ["magnanimousness", [4, 3963, 2]], ["grandeur", [4, 3963, 3]]]}, {"answer": "noctambulation", "hint": "synonyms for noctambulation", "clues": [["somnambulation", [4, 3964, 0]], ["somnambulism", [4, 3964, 1]], ["noctambulism", [4, 3964, 2]], ["sleepwalking", [4, 3964, 3]]]}, {"answer": "noctambulism", "hint": "synonyms for noctambulism", "clues": [["somnambulation", [4, 3965, 0]], ["noctambulation", [4, 3965, 1]], ["somnambulism", [4, 3965, 2]], ["sleepwalking", [4, 3965, 3]]]}, {"answer": "node", "hint": "synonyms for node", "clues": [["client", [4, 3966, 0]], ["guest", [4, 3966, 1]], ["thickening", [4, 3966, 2]], ["knob", [4, 3966, 3]]]}, {"answer": "noise", "hint": "synonyms for noise", "clues": [["racket", [4, 3967, 0]], ["randomness", [4, 3967, 1]], ["stochasticity", [4, 3967, 2]], ["interference", [4, 3967, 3]], ["haphazardness", [4, 3967, 4]], ["dissonance", [4, 3967, 5]], ["disturbance", [4, 3967, 6]]]}, {"answer": "nonsensicality", "hint": "synonyms for nonsensicality", "clues": [["hokum", [4, 3968, 0]], ["bunk", [4, 3968, 1]], ["meaninglessness", [4, 3968, 2]], ["nonsense", [4, 3968, 3]]]}, {"answer": "nookie", "hint": "synonyms for nookie", "clues": [["piece of ass", [4, 3969, 0]], ["roll in the hay", [4, 3969, 1]], ["piece of tail", [4, 3969, 2]], ["shtup", [4, 3969, 3]], ["screw", [4, 3969, 4]], ["ass", [4, 3969, 5]], ["nooky", [4, 3969, 6]], ["fucking", [4, 3969, 7]], ["shag", [4, 3969, 8]]]}, {"answer": "nooky", "hint": "synonyms for nooky", "clues": [["piece of ass", [4, 3970, 0]], ["roll in the hay", [4, 3970, 1]], ["piece of tail", [4, 3970, 2]], ["shtup", [4, 3970, 3]], ["screw", [4, 3970, 4]], ["nookie", [4, 3970, 5]], ["ass", [4, 3970, 6]], ["fucking", [4, 3970, 7]], ["shag", [4, 3970, 8]]]}, {"answer": "noon", "hint": "synonyms for noon", "clues": [["noonday", [4, 3971, 0]], ["high noon", [4, 3971, 1]], ["midday", [4, 3971, 2]], ["twelve noon", [4, 3971, 3]], ["noontide", [4, 3971, 4]]]}, {"answer": "noonday", "hint": "synonyms for noonday", "clues": [["high noon", [4, 3972, 0]], ["noon", [4, 3972, 1]], ["midday", [4, 3972, 2]], ["twelve noon", [4, 3972, 3]], ["noontide", [4, 3972, 4]]]}, {"answer": "noontide", "hint": "synonyms for noontide", "clues": [["noonday", [4, 3973, 0]], ["high noon", [4, 3973, 1]], ["midday", [4, 3973, 2]], ["twelve noon", [4, 3973, 3]], ["noon", [4, 3973, 4]]]}, {"answer": "noose", "hint": "synonyms for noose", "clues": [["gin", [4, 3974, 0]], ["slip noose", [4, 3974, 1]], ["running noose", [4, 3974, 2]], ["snare", [4, 3974, 3]]]}, {"answer": "nose_drops", "hint": "synonyms for nose drops", "clues": [["hell dust", [4, 3975, 0]], ["smack", [4, 3975, 1]], ["skag", [4, 3975, 2]], ["scag", [4, 3975, 3]], ["thunder", [4, 3975, 4]], ["big H", [4, 3975, 5]]]}, {"answer": "note", "hint": "synonyms for note", "clues": [["musical note", [4, 3976, 0]], ["greenback", [4, 3976, 1]], ["notation", [4, 3976, 2]], ["promissory note", [4, 3976, 3]], ["banker's bill", [4, 3976, 4]], ["bank note", [4, 3976, 5]], ["billet", [4, 3976, 6]], ["line", [4, 3976, 7]], ["tone", [4, 3976, 8]], ["bank bill", [4, 3976, 9]], ["government note", [4, 3976, 10]], ["note of hand", [4, 3976, 11]], ["bill", [4, 3976, 12]], ["short letter", [4, 3976, 13]]]}, {"answer": "nothingness", "hint": "synonyms for nothingness", "clues": [["malarkey", [4, 3977, 0]], ["wind", [4, 3977, 1]], ["idle words", [4, 3977, 2]], ["jazz", [4, 3977, 3]]]}, {"answer": "nothings", "hint": "synonyms for nothings", "clues": [["zip", [4, 3978, 0]], ["naught", [4, 3978, 1]], ["nix", [4, 3978, 2]], ["zilch", [4, 3978, 3]], ["cypher", [4, 3978, 4]], ["nil", [4, 3978, 5]], ["null", [4, 3978, 6]], ["nothing", [4, 3978, 7]], ["zero", [4, 3978, 8]], ["nada", [4, 3978, 9]], ["cipher", [4, 3978, 10]], ["zippo", [4, 3978, 11]], ["goose egg", [4, 3978, 12]]]}, {"answer": "notice", "hint": "synonyms for notice", "clues": [["notification", [4, 3979, 0]], ["observation", [4, 3979, 1]], ["card", [4, 3979, 2]], ["bill", [4, 3979, 3]], ["observance", [4, 3979, 4]], ["poster", [4, 3979, 5]], ["placard", [4, 3979, 6]], ["posting", [4, 3979, 7]]]}, {"answer": "notification", "hint": "synonyms for notification", "clues": [["notice", [4, 3980, 0]], ["telling", [4, 3980, 1]], ["apprisal", [4, 3980, 2]], ["presentment", [4, 3980, 3]]]}, {"answer": "notion", "hint": "synonyms for notion", "clues": [["whimsey", [4, 3981, 0]], ["belief", [4, 3981, 1]], ["impression", [4, 3981, 2]], ["whim", [4, 3981, 3]], ["opinion", [4, 3981, 4]], ["feeling", [4, 3981, 5]]]}, {"answer": "nought", "hint": "synonyms for nought", "clues": [["cypher", [4, 3982, 0]], ["cipher", [4, 3982, 1]], ["0", [4, 3982, 2]], ["zero", [4, 3982, 3]]]}, {"answer": "nourishment", "hint": "synonyms for nourishment", "clues": [["nutrition", [4, 3983, 0]], ["sustenance", [4, 3983, 1]], ["victuals", [4, 3983, 2]], ["nutriment", [4, 3983, 3]], ["alimentation", [4, 3983, 4]], ["aliment", [4, 3983, 5]]]}, {"answer": "nous", "hint": "synonyms for nous", "clues": [["head", [4, 3984, 0]], ["mind", [4, 3984, 1]], ["psyche", [4, 3984, 2]], ["brain", [4, 3984, 3]]]}, {"answer": "novelty", "hint": "synonyms for novelty", "clues": [["knickknack", [4, 3985, 0]], ["gaud", [4, 3985, 1]], ["bangle", [4, 3985, 2]], ["trinket", [4, 3985, 3]], ["fallal", [4, 3985, 4]], ["freshness", [4, 3985, 5]], ["bauble", [4, 3985, 6]], ["gewgaw", [4, 3985, 7]]]}, {"answer": "nuance", "hint": "synonyms for nuance", "clues": [["nicety", [4, 3986, 0]], ["refinement", [4, 3986, 1]], ["subtlety", [4, 3986, 2]], ["shade", [4, 3986, 3]]]}, {"answer": "nub", "hint": "synonyms for nub", "clues": [["pith", [4, 3987, 0]], ["marrow", [4, 3987, 1]], ["sum", [4, 3987, 2]], ["gist", [4, 3987, 3]], ["center", [4, 3987, 4]], ["nitty-gritty", [4, 3987, 5]], ["centre", [4, 3987, 6]], ["inwardness", [4, 3987, 7]], ["substance", [4, 3987, 8]], ["essence", [4, 3987, 9]], ["kernel", [4, 3987, 10]], ["nubble", [4, 3987, 11]], ["heart and soul", [4, 3987, 12]], ["core", [4, 3987, 13]], ["meat", [4, 3987, 14]], ["heart", [4, 3987, 15]], ["stub", [4, 3987, 16]]]}, {"answer": "number", "hint": "synonyms for number", "clues": [["routine", [4, 3988, 0]], ["turn", [4, 3988, 1]], ["phone number", [4, 3988, 2]], ["numeral", [4, 3988, 3]], ["figure", [4, 3988, 4]], ["bit", [4, 3988, 5]], ["act", [4, 3988, 6]], ["identification number", [4, 3988, 7]], ["issue", [4, 3988, 8]]]}, {"answer": "numbers", "hint": "synonyms for numbers", "clues": [["number", [4, 3989, 0]], ["phone number", [4, 3989, 1]], ["numbers racket", [4, 3989, 2]], ["numeral", [4, 3989, 3]], ["numbers pool", [4, 3989, 4]], ["bit", [4, 3989, 5]], ["numbers game", [4, 3989, 6]], ["act", [4, 3989, 7]], ["identification number", [4, 3989, 8]], ["routine", [4, 3989, 9]], ["turn", [4, 3989, 10]], ["figure", [4, 3989, 11]], ["issue", [4, 3989, 12]]]}, {"answer": "numeration", "hint": "synonyms for numeration", "clues": [["enumeration", [4, 3990, 0]], ["counting", [4, 3990, 1]], ["reckoning", [4, 3990, 2]], ["tally", [4, 3990, 3]]]}, {"answer": "nurture", "hint": "synonyms for nurture", "clues": [["rearing", [4, 3991, 0]], ["fostering", [4, 3991, 1]], ["raising", [4, 3991, 2]], ["upbringing", [4, 3991, 3]], ["bringing up", [4, 3991, 4]], ["breeding", [4, 3991, 5]], ["fosterage", [4, 3991, 6]]]}, {"answer": "nut_house", "hint": "synonyms for nut house", "clues": [["loony bin", [4, 3992, 0]], ["sanatorium", [4, 3992, 1]], ["funny farm", [4, 3992, 2]], ["madhouse", [4, 3992, 3]], ["funny house", [4, 3992, 4]], ["nuthouse", [4, 3992, 5]], ["cuckoo's nest", [4, 3992, 6]], ["booby hatch", [4, 3992, 7]], ["crazy house", [4, 3992, 8]], ["snake pit", [4, 3992, 9]]]}, {"answer": "nuthouse", "hint": "synonyms for nuthouse", "clues": [["loony bin", [4, 3993, 0]], ["sanatorium", [4, 3993, 1]], ["funny farm", [4, 3993, 2]], ["madhouse", [4, 3993, 3]], ["funny house", [4, 3993, 4]], ["cuckoo's nest", [4, 3993, 5]], ["booby hatch", [4, 3993, 6]], ["crazy house", [4, 3993, 7]], ["snake pit", [4, 3993, 8]], ["nut house", [4, 3993, 9]]]}, {"answer": "nutriment", "hint": "synonyms for nutriment", "clues": [["nutrition", [4, 3994, 0]], ["sustenance", [4, 3994, 1]], ["victuals", [4, 3994, 2]], ["alimentation", [4, 3994, 3]], ["nourishment", [4, 3994, 4]], ["aliment", [4, 3994, 5]]]}, {"answer": "nutrition", "hint": "synonyms for nutrition", "clues": [["sustenance", [4, 3995, 0]], ["victuals", [4, 3995, 1]], ["nutriment", [4, 3995, 2]], ["alimentation", [4, 3995, 3]], ["nourishment", [4, 3995, 4]], ["aliment", [4, 3995, 5]]]}, {"answer": "nylon_stocking", "hint": "synonyms for nylon stocking", "clues": [["rayon stocking", [4, 3996, 0]], ["nylons", [4, 3996, 1]], ["rayons", [4, 3996, 2]], ["silk stocking", [4, 3996, 3]]]}, {"answer": "nylons", "hint": "synonyms for nylons", "clues": [["nylon", [4, 3997, 0]], ["silk stocking", [4, 3997, 1]], ["rayons", [4, 3997, 2]], ["nylon stocking", [4, 3997, 3]]]}, {"answer": "oarlock", "hint": "synonyms for oarlock", "clues": [["peg", [4, 3998, 0]], ["tholepin", [4, 3998, 1]], ["thole", [4, 3998, 2]], ["pin", [4, 3998, 3]], ["rowlock", [4, 3998, 4]]]}, {"answer": "oath", "hint": "synonyms for oath", "clues": [["swearword", [4, 3999, 0]], ["expletive", [4, 3999, 1]], ["curse word", [4, 3999, 2]], ["swearing", [4, 3999, 3]], ["curse", [4, 3999, 4]], ["cuss", [4, 3999, 5]]]}, {"answer": "obfuscation", "hint": "synonyms for obfuscation", "clues": [["mystification", [4, 4000, 0]], ["bemusement", [4, 4000, 1]], ["bewilderment", [4, 4000, 2]], ["puzzlement", [4, 4000, 3]], ["bafflement", [4, 4000, 4]], ["befuddlement", [4, 4000, 5]]]}, {"answer": "object", "hint": "synonyms for object", "clues": [["physical object", [4, 4001, 0]], ["objective", [4, 4001, 1]], ["aim", [4, 4001, 2]], ["target", [4, 4001, 3]]]}, {"answer": "objection", "hint": "synonyms for objection", "clues": [["dissent", [4, 4002, 0]], ["remonstration", [4, 4002, 1]], ["expostulation", [4, 4002, 2]], ["protest", [4, 4002, 3]], ["remonstrance", [4, 4002, 4]]]}, {"answer": "obligation", "hint": "synonyms for obligation", "clues": [["duty", [4, 4003, 0]], ["debt instrument", [4, 4003, 1]], ["responsibility", [4, 4003, 2]], ["indebtedness", [4, 4003, 3]], ["certificate of indebtedness", [4, 4003, 4]]]}, {"answer": "obloquy", "hint": "synonyms for obloquy", "clues": [["traducement", [4, 4004, 0]], ["defamation", [4, 4004, 1]], ["calumny", [4, 4004, 2]], ["calumniation", [4, 4004, 3]], ["hatchet job", [4, 4004, 4]]]}, {"answer": "obscenity", "hint": "synonyms for obscenity", "clues": [["vulgarism", [4, 4005, 0]], ["filth", [4, 4005, 1]], ["bawdiness", [4, 4005, 2]], ["salacity", [4, 4005, 3]], ["smut", [4, 4005, 4]], ["lewdness", [4, 4005, 5]], ["salaciousness", [4, 4005, 6]], ["dirty word", [4, 4005, 7]]]}, {"answer": "observance", "hint": "synonyms for observance", "clues": [["ceremonial occasion", [4, 4006, 0]], ["watching", [4, 4006, 1]], ["ceremony", [4, 4006, 2]], ["observation", [4, 4006, 3]], ["notice", [4, 4006, 4]], ["honoring", [4, 4006, 5]], ["ceremonial", [4, 4006, 6]]]}, {"answer": "observation", "hint": "synonyms for observation", "clues": [["observance", [4, 4007, 0]], ["watching", [4, 4007, 1]], ["reflexion", [4, 4007, 2]], ["notice", [4, 4007, 3]], ["reflection", [4, 4007, 4]]]}, {"answer": "obstinacy", "hint": "synonyms for obstinacy", "clues": [["obstinance", [4, 4008, 0]], ["bullheadedness", [4, 4008, 1]], ["stubbornness", [4, 4008, 2]], ["self-will", [4, 4008, 3]], ["mulishness", [4, 4008, 4]], ["pigheadedness", [4, 4008, 5]]]}, {"answer": "obstinance", "hint": "synonyms for obstinance", "clues": [["obstinacy", [4, 4009, 0]], ["bullheadedness", [4, 4009, 1]], ["stubbornness", [4, 4009, 2]], ["self-will", [4, 4009, 3]], ["mulishness", [4, 4009, 4]], ["pigheadedness", [4, 4009, 5]]]}, {"answer": "occasion", "hint": "synonyms for occasion", "clues": [["affair", [4, 4010, 0]], ["function", [4, 4010, 1]], ["social occasion", [4, 4010, 2]], ["juncture", [4, 4010, 3]], ["social function", [4, 4010, 4]]]}, {"answer": "occasions", "hint": "synonyms for occasions", "clues": [["affair", [4, 4011, 0]], ["occasion", [4, 4011, 1]], ["function", [4, 4011, 2]], ["social occasion", [4, 4011, 3]], ["juncture", [4, 4011, 4]], ["social function", [4, 4011, 5]]]}, {"answer": "occlusion", "hint": "synonyms for occlusion", "clues": [["closure", [4, 4012, 0]], ["block", [4, 4012, 1]], ["stoppage", [4, 4012, 2]], ["blockage", [4, 4012, 3]], ["stop", [4, 4012, 4]], ["occluded front", [4, 4012, 5]]]}, {"answer": "occupation", "hint": "synonyms for occupation", "clues": [["moving in", [4, 4013, 0]], ["line of work", [4, 4013, 1]], ["military control", [4, 4013, 2]], ["occupancy", [4, 4013, 3]], ["job", [4, 4013, 4]], ["business", [4, 4013, 5]], ["line", [4, 4013, 6]]]}, {"answer": "ocean_bottom", "hint": "synonyms for ocean bottom", "clues": [["seabed", [4, 4014, 0]], ["sea bottom", [4, 4014, 1]], ["sea floor", [4, 4014, 2]], ["ocean floor", [4, 4014, 3]]]}, {"answer": "ocean_floor", "hint": "synonyms for ocean floor", "clues": [["ocean bottom", [4, 4015, 0]], ["seabed", [4, 4015, 1]], ["sea bottom", [4, 4015, 2]], ["sea floor", [4, 4015, 3]]]}, {"answer": "octad", "hint": "synonyms for octad", "clues": [["8", [4, 4016, 0]], ["eighter", [4, 4016, 1]], ["octonary", [4, 4016, 2]], ["eighter from Decatur", [4, 4016, 3]], ["eight", [4, 4016, 4]], ["ogdoad", [4, 4016, 5]], ["octet", [4, 4016, 6]]]}, {"answer": "octet", "hint": "synonyms for octet", "clues": [["octad", [4, 4017, 0]], ["8", [4, 4017, 1]], ["eighter", [4, 4017, 2]], ["octette", [4, 4017, 3]], ["eightsome", [4, 4017, 4]], ["eight", [4, 4017, 5]], ["octonary", [4, 4017, 6]], ["eighter from Decatur", [4, 4017, 7]], ["ogdoad", [4, 4017, 8]]]}, {"answer": "octonary", "hint": "synonyms for octonary", "clues": [["octad", [4, 4018, 0]], ["8", [4, 4018, 1]], ["eighter", [4, 4018, 2]], ["octet", [4, 4018, 3]], ["eighter from Decatur", [4, 4018, 4]], ["eight", [4, 4018, 5]], ["ogdoad", [4, 4018, 6]]]}, {"answer": "oddity", "hint": "synonyms for oddity", "clues": [["oddness", [4, 4019, 0]], ["quirk", [4, 4019, 1]], ["crotchet", [4, 4019, 2]], ["rarity", [4, 4019, 3]], ["oddment", [4, 4019, 4]], ["quirkiness", [4, 4019, 5]], ["peculiarity", [4, 4019, 6]], ["queerness", [4, 4019, 7]], ["curio", [4, 4019, 8]], ["curiosity", [4, 4019, 9]]]}, {"answer": "oddment", "hint": "synonyms for oddment", "clues": [["remnant", [4, 4020, 0]], ["rarity", [4, 4020, 1]], ["peculiarity", [4, 4020, 2]], ["curio", [4, 4020, 3]], ["curiosity", [4, 4020, 4]], ["remainder", [4, 4020, 5]], ["end", [4, 4020, 6]], ["oddity", [4, 4020, 7]]]}, {"answer": "oddments", "hint": "synonyms for oddments", "clues": [["remnant", [4, 4021, 0]], ["hodgepodge", [4, 4021, 1]], ["omnium-gatherum", [4, 4021, 2]], ["end", [4, 4021, 3]], ["mingle-mangle", [4, 4021, 4]], ["mishmash", [4, 4021, 5]], ["farrago", [4, 4021, 6]], ["ragbag", [4, 4021, 7]], ["gallimaufry", [4, 4021, 8]], ["rarity", [4, 4021, 9]], ["hotchpotch", [4, 4021, 10]], ["oddment", [4, 4021, 11]], ["peculiarity", [4, 4021, 12]], ["odds and ends", [4, 4021, 13]], ["curio", [4, 4021, 14]], ["remainder", [4, 4021, 15]], ["curiosity", [4, 4021, 16]], ["oddity", [4, 4021, 17]], ["melange", [4, 4021, 18]]]}, {"answer": "odds_and_ends", "hint": "synonyms for odds and ends", "clues": [["farrago", [4, 4022, 0]], ["ragbag", [4, 4022, 1]], ["hodgepodge", [4, 4022, 2]], ["hotchpotch", [4, 4022, 3]], ["omnium-gatherum", [4, 4022, 4]], ["gallimaufry", [4, 4022, 5]], ["mingle-mangle", [4, 4022, 6]], ["oddments", [4, 4022, 7]], ["mishmash", [4, 4022, 8]], ["melange", [4, 4022, 9]]]}, {"answer": "odium", "hint": "synonyms for odium", "clues": [["execration", [4, 4023, 0]], ["abomination", [4, 4023, 1]], ["loathing", [4, 4023, 2]], ["detestation", [4, 4023, 3]], ["abhorrence", [4, 4023, 4]]]}, {"answer": "odor", "hint": "synonyms for odor", "clues": [["scent", [4, 4024, 0]], ["odour", [4, 4024, 1]], ["olfactory perception", [4, 4024, 2]], ["smell", [4, 4024, 3]], ["olfactory sensation", [4, 4024, 4]], ["olfactory property", [4, 4024, 5]], ["aroma", [4, 4024, 6]]]}, {"answer": "odour", "hint": "synonyms for odour", "clues": [["scent", [4, 4025, 0]], ["odor", [4, 4025, 1]], ["olfactory perception", [4, 4025, 2]], ["smell", [4, 4025, 3]], ["olfactory sensation", [4, 4025, 4]], ["olfactory property", [4, 4025, 5]], ["aroma", [4, 4025, 6]]]}, {"answer": "offence", "hint": "synonyms for offence", "clues": [["law-breaking", [4, 4026, 0]], ["offense", [4, 4026, 1]], ["criminal offense", [4, 4026, 2]], ["crime", [4, 4026, 3]], ["discourtesy", [4, 4026, 4]], ["umbrage", [4, 4026, 5]], ["offensive activity", [4, 4026, 6]]]}, {"answer": "offense", "hint": "synonyms for offense", "clues": [["law-breaking", [4, 4027, 0]], ["criminal offense", [4, 4027, 1]], ["crime", [4, 4027, 2]], ["discourtesy", [4, 4027, 3]], ["offence", [4, 4027, 4]], ["umbrage", [4, 4027, 5]], ["offensive", [4, 4027, 6]], ["offensive activity", [4, 4027, 7]]]}, {"answer": "offer", "hint": "synonyms for offer", "clues": [["pass", [4, 4028, 0]], ["offering", [4, 4028, 1]], ["go", [4, 4028, 2]], ["crack", [4, 4028, 3]], ["fling", [4, 4028, 4]], ["whirl", [4, 4028, 5]]]}, {"answer": "office", "hint": "synonyms for office", "clues": [["business office", [4, 4029, 0]], ["federal agency", [4, 4029, 1]], ["government agency", [4, 4029, 2]], ["role", [4, 4029, 3]], ["spot", [4, 4029, 4]], ["situation", [4, 4029, 5]], ["agency", [4, 4029, 6]], ["authority", [4, 4029, 7]], ["function", [4, 4029, 8]], ["part", [4, 4029, 9]], ["bureau", [4, 4029, 10]], ["post", [4, 4029, 11]], ["berth", [4, 4029, 12]], ["place", [4, 4029, 13]], ["position", [4, 4029, 14]], ["office staff", [4, 4029, 15]], ["billet", [4, 4029, 16]]]}, {"answer": "offset", "hint": "synonyms for offset", "clues": [["beginning", [4, 4030, 0]], ["offset printing", [4, 4030, 1]], ["outgrowth", [4, 4030, 2]], ["offshoot", [4, 4030, 3]], ["branch", [4, 4030, 4]], ["set-back", [4, 4030, 5]], ["start", [4, 4030, 6]], ["setoff", [4, 4030, 7]], ["starting time", [4, 4030, 8]], ["first", [4, 4030, 9]], ["commencement", [4, 4030, 10]], ["outset", [4, 4030, 11]], ["showtime", [4, 4030, 12]], ["get-go", [4, 4030, 13]], ["counterbalance", [4, 4030, 14]], ["kickoff", [4, 4030, 15]]]}, {"answer": "ogdoad", "hint": "synonyms for ogdoad", "clues": [["octad", [4, 4031, 0]], ["8", [4, 4031, 1]], ["eighter", [4, 4031, 2]], ["octonary", [4, 4031, 3]], ["eighter from Decatur", [4, 4031, 4]], ["eight", [4, 4031, 5]], ["octet", [4, 4031, 6]]]}, {"answer": "ohmic_resistance", "hint": "synonyms for ohmic resistance", "clues": [["electric resistance", [4, 4032, 0]], ["resistance", [4, 4032, 1]], ["impedance", [4, 4032, 2]], ["resistivity", [4, 4032, 3]]]}, {"answer": "oil", "hint": "synonyms for oil", "clues": [["petroleum", [4, 4033, 0]], ["rock oil", [4, 4033, 1]], ["vegetable oil", [4, 4033, 2]], ["oil colour", [4, 4033, 3]], ["fossil oil", [4, 4033, 4]], ["crude", [4, 4033, 5]], ["crude oil", [4, 4033, 6]]]}, {"answer": "oiler", "hint": "synonyms for oiler", "clues": [["oil tanker", [4, 4034, 0]], ["tanker", [4, 4034, 1]], ["oil well", [4, 4034, 2]], ["tank ship", [4, 4034, 3]]]}, {"answer": "oiliness", "hint": "synonyms for oiliness", "clues": [["fulsomeness", [4, 4035, 0]], ["unction", [4, 4035, 1]], ["unctuousness", [4, 4035, 2]], ["smarminess", [4, 4035, 3]], ["oleaginousness", [4, 4035, 4]], ["greasiness", [4, 4035, 5]]]}, {"answer": "ointment", "hint": "synonyms for ointment", "clues": [["salve", [4, 4036, 0]], ["unguent", [4, 4036, 1]], ["unction", [4, 4036, 2]], ["cream", [4, 4036, 3]], ["balm", [4, 4036, 4]], ["emollient", [4, 4036, 5]]]}, {"answer": "old-age_pension", "hint": "synonyms for old-age pension", "clues": [["retirement check", [4, 4037, 0]], ["superannuation", [4, 4037, 1]], ["retirement pension", [4, 4037, 2]], ["retirement benefit", [4, 4037, 3]], ["retirement fund", [4, 4037, 4]]]}, {"answer": "old_age", "hint": "synonyms for old age", "clues": [["age", [4, 4038, 0]], ["geezerhood", [4, 4038, 1]], ["eld", [4, 4038, 2]], ["years", [4, 4038, 3]]]}, {"answer": "oleaginousness", "hint": "synonyms for oleaginousness", "clues": [["oiliness", [4, 4039, 0]], ["fulsomeness", [4, 4039, 1]], ["unction", [4, 4039, 2]], ["unctuousness", [4, 4039, 3]], ["smarminess", [4, 4039, 4]], ["greasiness", [4, 4039, 5]]]}, {"answer": "olfactory_property", "hint": "synonyms for olfactory property", "clues": [["scent", [4, 4040, 0]], ["odor", [4, 4040, 1]], ["smell", [4, 4040, 2]], ["aroma", [4, 4040, 3]]]}, {"answer": "omen", "hint": "synonyms for omen", "clues": [["prognostic", [4, 4041, 0]], ["prodigy", [4, 4041, 1]], ["prognostication", [4, 4041, 2]], ["presage", [4, 4041, 3]], ["portent", [4, 4041, 4]]]}, {"answer": "omnium-gatherum", "hint": "synonyms for omnium-gatherum", "clues": [["farrago", [4, 4042, 0]], ["ragbag", [4, 4042, 1]], ["hodgepodge", [4, 4042, 2]], ["hotchpotch", [4, 4042, 3]], ["odds and ends", [4, 4042, 4]], ["gallimaufry", [4, 4042, 5]], ["mingle-mangle", [4, 4042, 6]], ["oddments", [4, 4042, 7]], ["mishmash", [4, 4042, 8]], ["melange", [4, 4042, 9]]]}, {"answer": "onager", "hint": "synonyms for onager", "clues": [["mangonel", [4, 4043, 0]], ["trebucket", [4, 4043, 1]], ["arbalist", [4, 4043, 2]], ["ballista", [4, 4043, 3]], ["bricole", [4, 4043, 4]], ["catapult", [4, 4043, 5]]]}, {"answer": "onanism", "hint": "synonyms for onanism", "clues": [["coitus interruptus", [4, 4044, 0]], ["masturbation", [4, 4044, 1]], ["withdrawal", [4, 4044, 2]], ["pulling out", [4, 4044, 3]], ["withdrawal method", [4, 4044, 4]]]}, {"answer": "one-fourth", "hint": "synonyms for one-fourth", "clues": [["fourth part", [4, 4045, 0]], ["quarter", [4, 4045, 1]], ["one-quarter", [4, 4045, 2]], ["twenty-five percent", [4, 4045, 3]], ["fourth", [4, 4045, 4]]]}, {"answer": "one-man_rule", "hint": "synonyms for one-man rule", "clues": [["dictatorship", [4, 4046, 0]], ["despotism", [4, 4046, 1]], ["totalitarianism", [4, 4046, 2]], ["absolutism", [4, 4046, 3]], ["monocracy", [4, 4046, 4]], ["authoritarianism", [4, 4046, 5]], ["shogunate", [4, 4046, 6]], ["tyranny", [4, 4046, 7]]]}, {"answer": "one-quarter", "hint": "synonyms for one-quarter", "clues": [["fourth part", [4, 4047, 0]], ["quarter", [4, 4047, 1]], ["twenty-five percent", [4, 4047, 2]], ["one-fourth", [4, 4047, 3]], ["fourth", [4, 4047, 4]]]}, {"answer": "one_c", "hint": "synonyms for one c", "clues": [["century", [4, 4048, 0]], ["one C", [4, 4048, 1]], ["100", [4, 4048, 2]], ["hundred", [4, 4048, 3]]]}, {"answer": "one_dollar_bill", "hint": "synonyms for one dollar bill", "clues": [["buck", [4, 4049, 0]], ["dollar", [4, 4049, 1]], ["dollar bill", [4, 4049, 2]], ["clam", [4, 4049, 3]]]}, {"answer": "oneirism", "hint": "synonyms for oneirism", "clues": [["castle in the air", [4, 4050, 0]], ["revery", [4, 4050, 1]], ["air castle", [4, 4050, 2]], ["daydream", [4, 4050, 3]], ["castle in Spain", [4, 4050, 4]], ["reverie", [4, 4050, 5]]]}, {"answer": "onset", "hint": "synonyms for onset", "clues": [["onrush", [4, 4051, 0]], ["onslaught", [4, 4051, 1]], ["attack", [4, 4051, 2]], ["oncoming", [4, 4051, 3]]]}, {"answer": "onslaught", "hint": "synonyms for onslaught", "clues": [["onrush", [4, 4052, 0]], ["onset", [4, 4052, 1]], ["attack", [4, 4052, 2]], ["bombardment", [4, 4052, 3]], ["barrage", [4, 4052, 4]], ["outpouring", [4, 4052, 5]]]}, {"answer": "ontogenesis", "hint": "synonyms for ontogenesis", "clues": [["development", [4, 4053, 0]], ["growing", [4, 4053, 1]], ["ontogeny", [4, 4053, 2]], ["maturation", [4, 4053, 3]], ["growth", [4, 4053, 4]]]}, {"answer": "ontogeny", "hint": "synonyms for ontogeny", "clues": [["development", [4, 4054, 0]], ["growing", [4, 4054, 1]], ["ontogenesis", [4, 4054, 2]], ["maturation", [4, 4054, 3]], ["growth", [4, 4054, 4]]]}, {"answer": "onward_motion", "hint": "synonyms for onward motion", "clues": [["procession", [4, 4055, 0]], ["forward motion", [4, 4055, 1]], ["advancement", [4, 4055, 2]], ["progress", [4, 4055, 3]], ["advance", [4, 4055, 4]]]}, {"answer": "oodles", "hint": "synonyms for oodles", "clues": [["dozens", [4, 4056, 0]], ["tons", [4, 4056, 1]], ["lashings", [4, 4056, 2]], ["wads", [4, 4056, 3]], ["piles", [4, 4056, 4]], ["stacks", [4, 4056, 5]], ["gobs", [4, 4056, 6]], ["lots", [4, 4056, 7]], ["loads", [4, 4056, 8]], ["rafts", [4, 4056, 9]], ["slews", [4, 4056, 10]], ["scores", [4, 4056, 11]], ["scads", [4, 4056, 12]], ["heaps", [4, 4056, 13]]]}, {"answer": "oomph", "hint": "synonyms for oomph", "clues": [["pizzaz", [4, 4057, 0]], ["desirability", [4, 4057, 1]], ["zing", [4, 4057, 2]], ["sex appeal", [4, 4057, 3]], ["desirableness", [4, 4057, 4]], ["dynamism", [4, 4057, 5]]]}, {"answer": "ooze", "hint": "synonyms for ooze", "clues": [["goop", [4, 4058, 0]], ["seepage", [4, 4058, 1]], ["guck", [4, 4058, 2]], ["sludge", [4, 4058, 3]], ["gunk", [4, 4058, 4]], ["oozing", [4, 4058, 5]], ["gook", [4, 4058, 6]], ["muck", [4, 4058, 7]], ["slime", [4, 4058, 8]]]}, {"answer": "opera_hat", "hint": "synonyms for opera hat", "clues": [["topper", [4, 4059, 0]], ["top hat", [4, 4059, 1]], ["silk hat", [4, 4059, 2]], ["stovepipe", [4, 4059, 3]], ["dress hat", [4, 4059, 4]], ["beaver", [4, 4059, 5]], ["high hat", [4, 4059, 6]]]}, {"answer": "operation", "hint": "synonyms for operation", "clues": [["mathematical process", [4, 4060, 0]], ["functioning", [4, 4060, 1]], ["surgery", [4, 4060, 2]], ["process", [4, 4060, 3]], ["procedure", [4, 4060, 4]], ["surgical procedure", [4, 4060, 5]], ["mental process", [4, 4060, 6]], ["surgical process", [4, 4060, 7]], ["performance", [4, 4060, 8]], ["military operation", [4, 4060, 9]], ["surgical operation", [4, 4060, 10]], ["cognitive operation", [4, 4060, 11]], ["cognitive process", [4, 4060, 12]], ["mathematical operation", [4, 4060, 13]]]}, {"answer": "operations", "hint": "synonyms for operations", "clues": [["functioning", [4, 4061, 0]], ["operation", [4, 4061, 1]], ["surgery", [4, 4061, 2]], ["process", [4, 4061, 3]], ["performance", [4, 4061, 4]], ["military operation", [4, 4061, 5]], ["cognitive operation", [4, 4061, 6]], ["mathematical operation", [4, 4061, 7]], ["mathematical process", [4, 4061, 8]], ["trading operations", [4, 4061, 9]], ["procedure", [4, 4061, 10]], ["surgical procedure", [4, 4061, 11]], ["mental process", [4, 4061, 12]], ["surgical process", [4, 4061, 13]], ["surgical operation", [4, 4061, 14]], ["cognitive process", [4, 4061, 15]]]}, {"answer": "opinion", "hint": "synonyms for opinion", "clues": [["ruling", [4, 4062, 0]], ["impression", [4, 4062, 1]], ["judgment", [4, 4062, 2]], ["popular opinion", [4, 4062, 3]], ["notion", [4, 4062, 4]], ["view", [4, 4062, 5]], ["thought", [4, 4062, 6]], ["belief", [4, 4062, 7]], ["persuasion", [4, 4062, 8]], ["sentiment", [4, 4062, 9]], ["legal opinion", [4, 4062, 10]], ["vox populi", [4, 4062, 11]], ["feeling", [4, 4062, 12]], ["public opinion", [4, 4062, 13]]]}, {"answer": "oppressiveness", "hint": "synonyms for oppressiveness", "clues": [["onerousness", [4, 4063, 0]], ["oppression", [4, 4063, 1]], ["burdensomeness", [4, 4063, 2]], ["heaviness", [4, 4063, 3]]]}, {"answer": "option", "hint": "synonyms for option", "clues": [["alternative", [4, 4064, 0]], ["pick", [4, 4064, 1]], ["selection", [4, 4064, 2]], ["choice", [4, 4064, 3]]]}, {"answer": "opus", "hint": "synonyms for opus", "clues": [["piece", [4, 4065, 0]], ["musical composition", [4, 4065, 1]], ["piece of music", [4, 4065, 2]], ["composition", [4, 4065, 3]]]}, {"answer": "oral_communication", "hint": "synonyms for oral communication", "clues": [["speech", [4, 4066, 0]], ["speech communication", [4, 4066, 1]], ["voice communication", [4, 4066, 2]], ["spoken language", [4, 4066, 3]], ["language", [4, 4066, 4]]]}, {"answer": "oral_contraceptive", "hint": "synonyms for oral contraceptive", "clues": [["anovulatory drug", [4, 4067, 0]], ["anovulant", [4, 4067, 1]], ["pill", [4, 4067, 2]], ["birth control pill", [4, 4067, 3]], ["contraceptive pill", [4, 4067, 4]]]}, {"answer": "oral_contraceptive_pill", "hint": "synonyms for oral contraceptive pill", "clues": [["anovulatory drug", [4, 4068, 0]], ["anovulant", [4, 4068, 1]], ["pill", [4, 4068, 2]], ["birth control pill", [4, 4068, 3]], ["oral contraceptive", [4, 4068, 4]], ["contraceptive pill", [4, 4068, 5]]]}, {"answer": "oral_exam", "hint": "synonyms for oral exam", "clues": [["oral", [4, 4069, 0]], ["oral examination", [4, 4069, 1]], ["viva", [4, 4069, 2]], ["viva voce", [4, 4069, 3]]]}, {"answer": "oral_examination", "hint": "synonyms for oral examination", "clues": [["oral", [4, 4070, 0]], ["viva voce", [4, 4070, 1]], ["viva", [4, 4070, 2]], ["oral exam", [4, 4070, 3]]]}, {"answer": "orbit", "hint": "synonyms for orbit", "clues": [["celestial orbit", [4, 4071, 0]], ["reach", [4, 4071, 1]], ["scope", [4, 4071, 2]], ["electron orbit", [4, 4071, 3]], ["ambit", [4, 4071, 4]], ["range", [4, 4071, 5]], ["compass", [4, 4071, 6]]]}, {"answer": "order", "hint": "synonyms for order", "clues": [["society", [4, 4072, 0]], ["ordering", [4, 4072, 1]], ["ordination", [4, 4072, 2]], ["guild", [4, 4072, 3]], ["monastic order", [4, 4072, 4]], ["edict", [4, 4072, 5]], ["fiat", [4, 4072, 6]], ["purchase order", [4, 4072, 7]], ["order of magnitude", [4, 4072, 8]], ["social club", [4, 4072, 9]], ["club", [4, 4072, 10]], ["decree", [4, 4072, 11]], ["rules of order", [4, 4072, 12]], ["parliamentary law", [4, 4072, 13]], ["parliamentary procedure", [4, 4072, 14]], ["rescript", [4, 4072, 15]], ["lodge", [4, 4072, 16]]]}, {"answer": "ordnance", "hint": "synonyms for ordnance", "clues": [["ordnance store", [4, 4073, 0]], ["heavy weapon", [4, 4073, 1]], ["gun", [4, 4073, 2]], ["artillery", [4, 4073, 3]], ["munition", [4, 4073, 4]]]}, {"answer": "ordure", "hint": "synonyms for ordure", "clues": [["stool", [4, 4074, 0]], ["faeces", [4, 4074, 1]], ["faecal matter", [4, 4074, 2]], ["dejection", [4, 4074, 3]]]}, {"answer": "ore_dressing", "hint": "synonyms for ore dressing", "clues": [["beneficiation", [4, 4075, 0]], ["mineral extraction", [4, 4075, 1]], ["mineral processing", [4, 4075, 2]], ["ore processing", [4, 4075, 3]]]}, {"answer": "ore_processing", "hint": "synonyms for ore processing", "clues": [["beneficiation", [4, 4076, 0]], ["mineral extraction", [4, 4076, 1]], ["mineral processing", [4, 4076, 2]], ["ore dressing", [4, 4076, 3]]]}, {"answer": "organ", "hint": "synonyms for organ", "clues": [["electronic organ", [4, 4077, 0]], ["harmonium", [4, 4077, 1]], ["reed organ", [4, 4077, 2]], ["pipe organ", [4, 4077, 3]]]}, {"answer": "organisation", "hint": "synonyms for organisation", "clues": [["arrangement", [4, 4078, 0]], ["establishment", [4, 4078, 1]], ["governing body", [4, 4078, 2]], ["system", [4, 4078, 3]], ["brass", [4, 4078, 4]], ["governance", [4, 4078, 5]], ["constitution", [4, 4078, 6]], ["organization", [4, 4078, 7]], ["formation", [4, 4078, 8]], ["administration", [4, 4078, 9]]]}, {"answer": "organization", "hint": "synonyms for organization", "clues": [["organisation", [4, 4079, 0]], ["arrangement", [4, 4079, 1]], ["establishment", [4, 4079, 2]], ["governing body", [4, 4079, 3]], ["system", [4, 4079, 4]], ["brass", [4, 4079, 5]], ["governance", [4, 4079, 6]], ["constitution", [4, 4079, 7]], ["formation", [4, 4079, 8]], ["administration", [4, 4079, 9]]]}, {"answer": "organs", "hint": "synonyms for organs", "clues": [["electronic organ", [4, 4080, 0]], ["harmonium", [4, 4080, 1]], ["organ", [4, 4080, 2]], ["reed organ", [4, 4080, 3]], ["pipe organ", [4, 4080, 4]], ["variety meat", [4, 4080, 5]]]}, {"answer": "orgy", "hint": "synonyms for orgy", "clues": [["drunken revelry", [4, 4081, 0]], ["binge", [4, 4081, 1]], ["bacchanalia", [4, 4081, 2]], ["riot", [4, 4081, 3]], ["debauchery", [4, 4081, 4]], ["debauch", [4, 4081, 5]], ["saturnalia", [4, 4081, 6]], ["splurge", [4, 4081, 7]]]}, {"answer": "origin", "hint": "synonyms for origin", "clues": [["source", [4, 4082, 0]], ["origination", [4, 4082, 1]], ["descent", [4, 4082, 2]], ["extraction", [4, 4082, 3]], ["line", [4, 4082, 4]], ["blood", [4, 4082, 5]], ["pedigree", [4, 4082, 6]], ["stemma", [4, 4082, 7]], ["beginning", [4, 4082, 8]], ["inception", [4, 4082, 9]], ["stock", [4, 4082, 10]], ["line of descent", [4, 4082, 11]], ["blood line", [4, 4082, 12]], ["parentage", [4, 4082, 13]], ["rootage", [4, 4082, 14]], ["lineage", [4, 4082, 15]], ["ancestry", [4, 4082, 16]], ["root", [4, 4082, 17]]]}, {"answer": "origination", "hint": "synonyms for origination", "clues": [["creation", [4, 4083, 0]], ["instauration", [4, 4083, 1]], ["introduction", [4, 4083, 2]], ["foundation", [4, 4083, 3]], ["institution", [4, 4083, 4]], ["origin", [4, 4083, 5]], ["inception", [4, 4083, 6]], ["founding", [4, 4083, 7]], ["innovation", [4, 4083, 8]], ["initiation", [4, 4083, 9]]]}, {"answer": "ornateness", "hint": "synonyms for ornateness", "clues": [["rhetoric", [4, 4084, 0]], ["grandiloquence", [4, 4084, 1]], ["magniloquence", [4, 4084, 2]], ["elaborateness", [4, 4084, 3]], ["grandiosity", [4, 4084, 4]]]}, {"answer": "os", "hint": "synonyms for os", "clues": [["osmium", [4, 4085, 0]], ["operating system", [4, 4085, 1]], ["o", [4, 4085, 2]], ["oxygen", [4, 4085, 3]], ["atomic number 76", [4, 4085, 4]]]}, {"answer": "ostentation", "hint": "synonyms for ostentation", "clues": [["pomposity", [4, 4086, 0]], ["pompousness", [4, 4086, 1]], ["flash", [4, 4086, 2]], ["splashiness", [4, 4086, 3]], ["puffiness", [4, 4086, 4]], ["ostentatiousness", [4, 4086, 5]], ["inflation", [4, 4086, 6]], ["pretentiousness", [4, 4086, 7]], ["fanfare", [4, 4086, 8]]]}, {"answer": "ostentatiousness", "hint": "synonyms for ostentatiousness", "clues": [["pretentiousness", [4, 4087, 0]], ["splashiness", [4, 4087, 1]], ["pomposity", [4, 4087, 2]], ["puffiness", [4, 4087, 3]], ["pompousness", [4, 4087, 4]], ["inflation", [4, 4087, 5]], ["ostentation", [4, 4087, 6]]]}, {"answer": "outburst", "hint": "synonyms for outburst", "clues": [["ebullition", [4, 4088, 0]], ["gush", [4, 4088, 1]], ["effusion", [4, 4088, 2]], ["blowup", [4, 4088, 3]], ["burst", [4, 4088, 4]], ["flare-up", [4, 4088, 5]], ["tumultuous disturbance", [4, 4088, 6]]]}, {"answer": "outcome", "hint": "synonyms for outcome", "clues": [["termination", [4, 4089, 0]], ["final result", [4, 4089, 1]], ["event", [4, 4089, 2]], ["resultant", [4, 4089, 3]], ["effect", [4, 4089, 4]], ["consequence", [4, 4089, 5]], ["result", [4, 4089, 6]], ["upshot", [4, 4089, 7]], ["issue", [4, 4089, 8]]]}, {"answer": "outcry", "hint": "synonyms for outcry", "clues": [["yell", [4, 4090, 0]], ["cry", [4, 4090, 1]], ["shout", [4, 4090, 2]], ["call", [4, 4090, 3]], ["vociferation", [4, 4090, 4]]]}, {"answer": "outfit", "hint": "synonyms for outfit", "clues": [["turnout", [4, 4091, 0]], ["kit", [4, 4091, 1]], ["rig", [4, 4091, 2]], ["getup", [4, 4091, 3]]]}, {"answer": "outflow", "hint": "synonyms for outflow", "clues": [["fountain", [4, 4092, 0]], ["leak", [4, 4092, 1]], ["effluence", [4, 4092, 2]], ["natural spring", [4, 4092, 3]], ["escape", [4, 4092, 4]], ["efflux", [4, 4092, 5]], ["outpouring", [4, 4092, 6]], ["spring", [4, 4092, 7]], ["leakage", [4, 4092, 8]]]}, {"answer": "outgrowth", "hint": "synonyms for outgrowth", "clues": [["emergence", [4, 4093, 0]], ["offshoot", [4, 4093, 1]], ["growth", [4, 4093, 2]], ["branch", [4, 4093, 3]], ["offset", [4, 4093, 4]]]}, {"answer": "outing", "hint": "synonyms for outing", "clues": [["picnic", [4, 4094, 0]], ["sashay", [4, 4094, 1]], ["excursion", [4, 4094, 2]], ["jaunt", [4, 4094, 3]], ["junket", [4, 4094, 4]], ["pleasure trip", [4, 4094, 5]], ["expedition", [4, 4094, 6]], ["field day", [4, 4094, 7]]]}, {"answer": "outlay", "hint": "synonyms for outlay", "clues": [["outgo", [4, 4095, 0]], ["spending", [4, 4095, 1]], ["disbursement", [4, 4095, 2]], ["expenditure", [4, 4095, 3]], ["disbursal", [4, 4095, 4]]]}, {"answer": "outlet", "hint": "synonyms for outlet", "clues": [["mercantile establishment", [4, 4096, 0]], ["electric outlet", [4, 4096, 1]], ["retail store", [4, 4096, 2]], ["way out", [4, 4096, 3]], ["release", [4, 4096, 4]], ["exit", [4, 4096, 5]], ["issue", [4, 4096, 6]], ["sales outlet", [4, 4096, 7]], ["vent", [4, 4096, 8]], ["wall socket", [4, 4096, 9]], ["electric receptacle", [4, 4096, 10]], ["wall plug", [4, 4096, 11]]]}, {"answer": "outline", "hint": "synonyms for outline", "clues": [["schema", [4, 4097, 0]], ["scheme", [4, 4097, 1]], ["synopsis", [4, 4097, 2]], ["abstract", [4, 4097, 3]], ["lineation", [4, 4097, 4]], ["precis", [4, 4097, 5]]]}, {"answer": "outlook", "hint": "synonyms for outlook", "clues": [["mindset", [4, 4098, 0]], ["prospect", [4, 4098, 1]], ["expectation", [4, 4098, 2]], ["lookout", [4, 4098, 3]], ["mentality", [4, 4098, 4]]]}, {"answer": "outpouring", "hint": "synonyms for outpouring", "clues": [["fountain", [4, 4099, 0]], ["gush", [4, 4099, 1]], ["flush", [4, 4099, 2]], ["discharge", [4, 4099, 3]], ["bombardment", [4, 4099, 4]], ["run", [4, 4099, 5]], ["natural spring", [4, 4099, 6]], ["onslaught", [4, 4099, 7]], ["flood", [4, 4099, 8]], ["spring", [4, 4099, 9]], ["barrage", [4, 4099, 10]], ["overflow", [4, 4099, 11]], ["outflow", [4, 4099, 12]]]}, {"answer": "output", "hint": "synonyms for output", "clues": [["output signal", [4, 4100, 0]], ["end product", [4, 4100, 1]], ["production", [4, 4100, 2]], ["yield", [4, 4100, 3]], ["outturn", [4, 4100, 4]], ["turnout", [4, 4100, 5]]]}, {"answer": "outset", "hint": "synonyms for outset", "clues": [["beginning", [4, 4101, 0]], ["starting time", [4, 4101, 1]], ["first", [4, 4101, 2]], ["commencement", [4, 4101, 3]], ["showtime", [4, 4101, 4]], ["start", [4, 4101, 5]], ["get-go", [4, 4101, 6]], ["offset", [4, 4101, 7]], ["kickoff", [4, 4101, 8]]]}, {"answer": "outsider_art", "hint": "synonyms for outsider art", "clues": [["primitive art", [4, 4102, 0]], ["self-taught art", [4, 4102, 1]], ["naive art", [4, 4102, 2]], ["vernacular art", [4, 4102, 3]]]}, {"answer": "overestimate", "hint": "synonyms for overestimate", "clues": [["overrating", [4, 4103, 0]], ["overreckoning", [4, 4103, 1]], ["overestimation", [4, 4103, 2]], ["overappraisal", [4, 4103, 3]], ["overvaluation", [4, 4103, 4]]]}, {"answer": "overestimation", "hint": "synonyms for overestimation", "clues": [["overrating", [4, 4104, 0]], ["overreckoning", [4, 4104, 1]], ["overestimate", [4, 4104, 2]], ["overappraisal", [4, 4104, 3]], ["overvaluation", [4, 4104, 4]]]}, {"answer": "overflow", "hint": "synonyms for overflow", "clues": [["runoff", [4, 4105, 0]], ["outpouring", [4, 4105, 1]], ["flood", [4, 4105, 2]], ["overspill", [4, 4105, 3]]]}, {"answer": "overhaul", "hint": "synonyms for overhaul", "clues": [["service", [4, 4106, 0]], ["renovation", [4, 4106, 1]], ["inspection and repair", [4, 4106, 2]], ["redevelopment", [4, 4106, 3]]]}, {"answer": "overhead_railway", "hint": "synonyms for overhead railway", "clues": [["elevated railway", [4, 4107, 0]], ["elevated railroad", [4, 4107, 1]], ["el", [4, 4107, 2]], ["elevated", [4, 4107, 3]]]}, {"answer": "overrefinement", "hint": "synonyms for overrefinement", "clues": [["twisting", [4, 4108, 0]], ["torture", [4, 4108, 1]], ["straining", [4, 4108, 2]], ["distortion", [4, 4108, 3]]]}, {"answer": "oversight", "hint": "synonyms for oversight", "clues": [["lapse", [4, 4109, 0]], ["inadvertence", [4, 4109, 1]], ["supervision", [4, 4109, 2]], ["superintendence", [4, 4109, 3]]]}, {"answer": "overture", "hint": "synonyms for overture", "clues": [["prelude", [4, 4110, 0]], ["approach", [4, 4110, 1]], ["advance", [4, 4110, 2]], ["feeler", [4, 4110, 3]], ["preliminary", [4, 4110, 4]]]}, {"answer": "ovoflavin", "hint": "synonyms for ovoflavin", "clues": [["vitamin B2", [4, 4111, 0]], ["riboflavin", [4, 4111, 1]], ["lactoflavin", [4, 4111, 2]], ["vitamin G", [4, 4111, 3]], ["hepatoflavin", [4, 4111, 4]]]}, {"answer": "oxybenzene", "hint": "synonyms for oxybenzene", "clues": [["phenol", [4, 4112, 0]], ["carbolic acid", [4, 4112, 1]], ["hydroxybenzene", [4, 4112, 2]], ["phenylic acid", [4, 4112, 3]]]}, {"answer": "ozocerite", "hint": "synonyms for ozocerite", "clues": [["earth wax", [4, 4113, 0]], ["ozokerite", [4, 4113, 1]], ["ader wax", [4, 4113, 2]], ["mineral wax", [4, 4113, 3]]]}, {"answer": "ozokerite", "hint": "synonyms for ozokerite", "clues": [["earth wax", [4, 4114, 0]], ["ozocerite", [4, 4114, 1]], ["ader wax", [4, 4114, 2]], ["mineral wax", [4, 4114, 3]]]}, {"answer": "pa", "hint": "synonyms for pa", "clues": [["atomic number 91", [4, 4115, 0]], ["pascal", [4, 4115, 1]], ["protactinium", [4, 4115, 2]], ["public address system", [4, 4115, 3]]]}, {"answer": "pabulum", "hint": "synonyms for pabulum", "clues": [["edible", [4, 4116, 0]], ["eatable", [4, 4116, 1]], ["comestible", [4, 4116, 2]], ["victuals", [4, 4116, 3]]]}, {"answer": "pace", "hint": "synonyms for pace", "clues": [["footstep", [4, 4117, 0]], ["stride", [4, 4117, 1]], ["gait", [4, 4117, 2]], ["yard", [4, 4117, 3]], ["rate", [4, 4117, 4]], ["step", [4, 4117, 5]], ["tread", [4, 4117, 6]], ["tempo", [4, 4117, 7]]]}, {"answer": "pacification", "hint": "synonyms for pacification", "clues": [["counterinsurgency", [4, 4118, 0]], ["peace", [4, 4118, 1]], ["peace treaty", [4, 4118, 2]], ["mollification", [4, 4118, 3]]]}, {"answer": "pack", "hint": "synonyms for pack", "clues": [["multitude", [4, 4119, 0]], ["battalion", [4, 4119, 1]], ["mob", [4, 4119, 2]], ["clique", [4, 4119, 3]], ["coterie", [4, 4119, 4]], ["ingroup", [4, 4119, 5]], ["ring", [4, 4119, 6]], ["plurality", [4, 4119, 7]], ["large number", [4, 4119, 8]], ["gang", [4, 4119, 9]], ["camp", [4, 4119, 10]], ["face pack", [4, 4119, 11]], ["inner circle", [4, 4119, 12]]]}, {"answer": "package", "hint": "synonyms for package", "clues": [["software", [4, 4120, 0]], ["parcel", [4, 4120, 1]], ["software program", [4, 4120, 2]], ["packet", [4, 4120, 3]], ["software package", [4, 4120, 4]], ["software system", [4, 4120, 5]], ["computer software", [4, 4120, 6]], ["bundle", [4, 4120, 7]]]}, {"answer": "packet", "hint": "synonyms for packet", "clues": [["mail boat", [4, 4121, 0]], ["package", [4, 4121, 1]], ["parcel", [4, 4121, 2]], ["packet boat", [4, 4121, 3]], ["bundle", [4, 4121, 4]]]}, {"answer": "packing", "hint": "synonyms for packing", "clues": [["boxing", [4, 4122, 0]], ["packing material", [4, 4122, 1]], ["backpacking", [4, 4122, 2]], ["wadding", [4, 4122, 3]]]}, {"answer": "packsack", "hint": "synonyms for packsack", "clues": [["backpack", [4, 4123, 0]], ["rucksack", [4, 4123, 1]], ["haversack", [4, 4123, 2]], ["knapsack", [4, 4123, 3]]]}, {"answer": "pad", "hint": "synonyms for pad", "clues": [["launch area", [4, 4124, 0]], ["diggings", [4, 4124, 1]], ["lodgings", [4, 4124, 2]], ["domiciliation", [4, 4124, 3]], ["inking pad", [4, 4124, 4]], ["tablet", [4, 4124, 5]], ["launching pad", [4, 4124, 6]], ["stamp pad", [4, 4124, 7]], ["inkpad", [4, 4124, 8]], ["digs", [4, 4124, 9]], ["launchpad", [4, 4124, 10]], ["pad of paper", [4, 4124, 11]]]}, {"answer": "paddy_wagon", "hint": "synonyms for paddy wagon", "clues": [["police van", [4, 4125, 0]], ["wagon", [4, 4125, 1]], ["police wagon", [4, 4125, 2]], ["patrol wagon", [4, 4125, 3]], ["black Maria", [4, 4125, 4]]]}, {"answer": "paean", "hint": "synonyms for paean", "clues": [["panegyric", [4, 4126, 0]], ["pean", [4, 4126, 1]], ["encomium", [4, 4126, 2]], ["eulogy", [4, 4126, 3]]]}, {"answer": "pain", "hint": "synonyms for pain", "clues": [["pain sensation", [4, 4127, 0]], ["bother", [4, 4127, 1]], ["botheration", [4, 4127, 2]], ["pain in the neck", [4, 4127, 3]], ["painfulness", [4, 4127, 4]], ["annoyance", [4, 4127, 5]], ["infliction", [4, 4127, 6]], ["pain in the ass", [4, 4127, 7]]]}, {"answer": "pain_in_the_ass", "hint": "synonyms for pain in the ass", "clues": [["pain in the neck", [4, 4128, 0]], ["annoyance", [4, 4128, 1]], ["bother", [4, 4128, 2]], ["infliction", [4, 4128, 3]], ["botheration", [4, 4128, 4]], ["pain", [4, 4128, 5]]]}, {"answer": "pain_in_the_neck", "hint": "synonyms for pain in the neck", "clues": [["annoyance", [4, 4129, 0]], ["bother", [4, 4129, 1]], ["infliction", [4, 4129, 2]], ["botheration", [4, 4129, 3]], ["pain", [4, 4129, 4]], ["pain in the ass", [4, 4129, 5]]]}, {"answer": "pains", "hint": "synonyms for pains", "clues": [["pain sensation", [4, 4130, 0]], ["striving", [4, 4130, 1]], ["bother", [4, 4130, 2]], ["botheration", [4, 4130, 3]], ["pain", [4, 4130, 4]], ["pain in the neck", [4, 4130, 5]], ["painfulness", [4, 4130, 6]], ["annoyance", [4, 4130, 7]], ["strain", [4, 4130, 8]], ["infliction", [4, 4130, 9]], ["nisus", [4, 4130, 10]], ["pain in the ass", [4, 4130, 11]]]}, {"answer": "paint", "hint": "synonyms for paint", "clues": [["pigment", [4, 4131, 0]], ["blusher", [4, 4131, 1]], ["rouge", [4, 4131, 2]], ["key", [4, 4131, 3]]]}, {"answer": "pair", "hint": "synonyms for pair", "clues": [["twosome", [4, 4132, 0]], ["span", [4, 4132, 1]], ["brace", [4, 4132, 2]], ["distich", [4, 4132, 3]], ["dyad", [4, 4132, 4]], ["duet", [4, 4132, 5]], ["duo", [4, 4132, 6]], ["yoke", [4, 4132, 7]], ["couplet", [4, 4132, 8]], ["twain", [4, 4132, 9]], ["duad", [4, 4132, 10]]]}, {"answer": "pairing", "hint": "synonyms for pairing", "clues": [["mating", [4, 4133, 0]], ["conjugation", [4, 4133, 1]], ["union", [4, 4133, 2]], ["sexual union", [4, 4133, 3]], ["coupling", [4, 4133, 4]]]}, {"answer": "palaver", "hint": "synonyms for palaver", "clues": [["empty talk", [4, 4134, 0]], ["empty words", [4, 4134, 1]], ["cajolery", [4, 4134, 2]], ["rhetoric", [4, 4134, 3]], ["hot air", [4, 4134, 4]], ["blandishment", [4, 4134, 5]]]}, {"answer": "paleness", "hint": "synonyms for paleness", "clues": [["lividity", [4, 4135, 0]], ["pallor", [4, 4135, 1]], ["fairness", [4, 4135, 2]], ["pallidity", [4, 4135, 3]], ["pallidness", [4, 4135, 4]], ["lividness", [4, 4135, 5]], ["luridness", [4, 4135, 6]], ["blondness", [4, 4135, 7]], ["achromasia", [4, 4135, 8]], ["wanness", [4, 4135, 9]]]}, {"answer": "pall", "hint": "synonyms for pall", "clues": [["winding-clothes", [4, 4136, 0]], ["curtain", [4, 4136, 1]], ["drape", [4, 4136, 2]], ["drapery", [4, 4136, 3]], ["shroud", [4, 4136, 4]], ["winding-sheet", [4, 4136, 5]], ["cerement", [4, 4136, 6]], ["chill", [4, 4136, 7]], ["mantle", [4, 4136, 8]]]}, {"answer": "pallidness", "hint": "synonyms for pallidness", "clues": [["pallor", [4, 4137, 0]], ["lividness", [4, 4137, 1]], ["lividity", [4, 4137, 2]], ["luridness", [4, 4137, 3]], ["paleness", [4, 4137, 4]], ["achromasia", [4, 4137, 5]], ["wanness", [4, 4137, 6]]]}, {"answer": "pallor", "hint": "synonyms for pallor", "clues": [["lividness", [4, 4138, 0]], ["lividity", [4, 4138, 1]], ["luridness", [4, 4138, 2]], ["paleness", [4, 4138, 3]], ["achromasia", [4, 4138, 4]], ["wanness", [4, 4138, 5]], ["pallidness", [4, 4138, 6]]]}, {"answer": "palm", "hint": "synonyms for palm", "clues": [["laurel wreath", [4, 4139, 0]], ["medal", [4, 4139, 1]], ["ribbon", [4, 4139, 2]], ["medallion", [4, 4139, 3]], ["decoration", [4, 4139, 4]]]}, {"answer": "pamphlet", "hint": "synonyms for pamphlet", "clues": [["brochure", [4, 4140, 0]], ["leaflet", [4, 4140, 1]], ["tract", [4, 4140, 2]], ["booklet", [4, 4140, 3]], ["folder", [4, 4140, 4]]]}, {"answer": "panache", "hint": "synonyms for panache", "clues": [["style", [4, 4141, 0]], ["dash", [4, 4141, 1]], ["flair", [4, 4141, 2]], ["elan", [4, 4141, 3]]]}, {"answer": "panama", "hint": "synonyms for panama", "clues": [["sailor", [4, 4142, 0]], ["skimmer", [4, 4142, 1]], ["boater", [4, 4142, 2]], ["straw hat", [4, 4142, 3]], ["leghorn", [4, 4142, 4]]]}, {"answer": "panama_hat", "hint": "synonyms for panama hat", "clues": [["sailor", [4, 4143, 0]], ["skimmer", [4, 4143, 1]], ["boater", [4, 4143, 2]], ["straw hat", [4, 4143, 3]], ["leghorn", [4, 4143, 4]]]}, {"answer": "pancake", "hint": "synonyms for pancake", "clues": [["battercake", [4, 4144, 0]], ["flapcake", [4, 4144, 1]], ["hotcake", [4, 4144, 2]], ["griddlecake", [4, 4144, 3]], ["flannel cake", [4, 4144, 4]], ["flapjack", [4, 4144, 5]]]}, {"answer": "pane", "hint": "synonyms for pane", "clues": [["back breaker", [4, 4145, 0]], ["loony toons", [4, 4145, 1]], ["window pane", [4, 4145, 2]], ["battery-acid", [4, 4145, 3]], ["dose", [4, 4145, 4]], ["dot", [4, 4145, 5]], ["paneling", [4, 4145, 6]], ["window glass", [4, 4145, 7]], ["acid", [4, 4145, 8]], ["pane of glass", [4, 4145, 9]], ["superman", [4, 4145, 10]]]}, {"answer": "panel", "hint": "synonyms for panel", "clues": [["gore", [4, 4146, 0]], ["jury", [4, 4146, 1]], ["control board", [4, 4146, 2]], ["control panel", [4, 4146, 3]], ["board", [4, 4146, 4]], ["dialog box", [4, 4146, 5]], ["venire", [4, 4146, 6]], ["instrument panel", [4, 4146, 7]]]}, {"answer": "panorama", "hint": "synonyms for panorama", "clues": [["view", [4, 4147, 0]], ["vista", [4, 4147, 1]], ["prospect", [4, 4147, 2]], ["diorama", [4, 4147, 3]], ["aspect", [4, 4147, 4]], ["cyclorama", [4, 4147, 5]], ["scene", [4, 4147, 6]]]}, {"answer": "pants", "hint": "synonyms for pants", "clues": [["bloomers", [4, 4148, 0]], ["pant", [4, 4148, 1]], ["trouser", [4, 4148, 2]], ["drawers", [4, 4148, 3]], ["knickers", [4, 4148, 4]], ["gasp", [4, 4148, 5]]]}, {"answer": "paper", "hint": "synonyms for paper", "clues": [["newspaper", [4, 4149, 0]], ["newspaper publisher", [4, 4149, 1]], ["report", [4, 4149, 2]], ["composition", [4, 4149, 3]], ["theme", [4, 4149, 4]]]}, {"answer": "paper-back_book", "hint": "synonyms for paper-back book", "clues": [["soft-cover book", [4, 4150, 0]], ["softback book", [4, 4150, 1]], ["paperback book", [4, 4150, 2]], ["soft-cover", [4, 4150, 3]], ["paperback", [4, 4150, 4]], ["softback", [4, 4150, 5]]]}, {"answer": "paperback_book", "hint": "synonyms for paperback book", "clues": [["soft-cover book", [4, 4151, 0]], ["paperback", [4, 4151, 1]], ["softback book", [4, 4151, 2]], ["soft-cover", [4, 4151, 3]], ["paper-back book", [4, 4151, 4]], ["softback", [4, 4151, 5]]]}, {"answer": "papers", "hint": "synonyms for papers", "clues": [["newspaper", [4, 4152, 0]], ["newspaper publisher", [4, 4152, 1]], ["written document", [4, 4152, 2]], ["report", [4, 4152, 3]], ["composition", [4, 4152, 4]], ["paper", [4, 4152, 5]], ["document", [4, 4152, 6]], ["theme", [4, 4152, 7]]]}, {"answer": "paradigm", "hint": "synonyms for paradigm", "clues": [["image", [4, 4153, 0]], ["prototype", [4, 4153, 1]], ["substitution class", [4, 4153, 2]], ["epitome", [4, 4153, 3]]]}, {"answer": "paraffin", "hint": "synonyms for paraffin", "clues": [["alkane", [4, 4154, 0]], ["alkane series", [4, 4154, 1]], ["paraffin series", [4, 4154, 2]], ["paraffin wax", [4, 4154, 3]], ["paraffin oil", [4, 4154, 4]], ["methane series", [4, 4154, 5]]]}, {"answer": "paraffin_series", "hint": "synonyms for paraffin series", "clues": [["alkane", [4, 4155, 0]], ["alkane series", [4, 4155, 1]], ["methane series", [4, 4155, 2]], ["paraffin", [4, 4155, 3]]]}, {"answer": "paramilitary_organisation", "hint": "synonyms for paramilitary organisation", "clues": [["paramilitary unit", [4, 4156, 0]], ["paramilitary force", [4, 4156, 1]], ["paramilitary", [4, 4156, 2]], ["paramilitary organization", [4, 4156, 3]]]}, {"answer": "paramilitary_organization", "hint": "synonyms for paramilitary organization", "clues": [["paramilitary unit", [4, 4157, 0]], ["paramilitary force", [4, 4157, 1]], ["paramilitary", [4, 4157, 2]], ["paramilitary organisation", [4, 4157, 3]]]}, {"answer": "parcel", "hint": "synonyms for parcel", "clues": [["piece of ground", [4, 4158, 0]], ["package", [4, 4158, 1]], ["tract", [4, 4158, 2]], ["portion", [4, 4158, 3]], ["packet", [4, 4158, 4]], ["piece of land", [4, 4158, 5]], ["share", [4, 4158, 6]], ["parcel of land", [4, 4158, 7]], ["bundle", [4, 4158, 8]]]}, {"answer": "parcel_of_land", "hint": "synonyms for parcel of land", "clues": [["parcel", [4, 4159, 0]], ["tract", [4, 4159, 1]], ["piece of ground", [4, 4159, 2]], ["piece of land", [4, 4159, 3]]]}, {"answer": "parceling", "hint": "synonyms for parceling", "clues": [["apportionment", [4, 4160, 0]], ["parcelling", [4, 4160, 1]], ["assignation", [4, 4160, 2]], ["allocation", [4, 4160, 3]], ["apportioning", [4, 4160, 4]], ["allotment", [4, 4160, 5]]]}, {"answer": "parcelling", "hint": "synonyms for parcelling", "clues": [["apportionment", [4, 4161, 0]], ["assignation", [4, 4161, 1]], ["parceling", [4, 4161, 2]], ["allocation", [4, 4161, 3]], ["apportioning", [4, 4161, 4]], ["allotment", [4, 4161, 5]]]}, {"answer": "parentage", "hint": "synonyms for parentage", "clues": [["birth", [4, 4162, 0]], ["bloodline", [4, 4162, 1]], ["line", [4, 4162, 2]], ["lineage", [4, 4162, 3]], ["origin", [4, 4162, 4]], ["blood", [4, 4162, 5]], ["pedigree", [4, 4162, 6]], ["stemma", [4, 4162, 7]], ["stock", [4, 4162, 8]], ["ancestry", [4, 4162, 9]], ["line of descent", [4, 4162, 10]], ["descent", [4, 4162, 11]]]}, {"answer": "parenthesis", "hint": "synonyms for parenthesis", "clues": [["excursus", [4, 4163, 0]], ["digression", [4, 4163, 1]], ["aside", [4, 4163, 2]], ["divagation", [4, 4163, 3]]]}, {"answer": "parity", "hint": "synonyms for parity", "clues": [["check bit", [4, 4164, 0]], ["conservation of parity", [4, 4164, 1]], ["mirror symmetry", [4, 4164, 2]], ["space-reflection symmetry", [4, 4164, 3]], ["parity bit", [4, 4164, 4]]]}, {"answer": "park", "hint": "synonyms for park", "clues": [["parking area", [4, 4165, 0]], ["commons", [4, 4165, 1]], ["ballpark", [4, 4165, 2]], ["parkland", [4, 4165, 3]], ["car park", [4, 4165, 4]], ["parking lot", [4, 4165, 5]], ["green", [4, 4165, 6]]]}, {"answer": "parks", "hint": "synonyms for parks", "clues": [["parking area", [4, 4166, 0]], ["park", [4, 4166, 1]], ["parkland", [4, 4166, 2]], ["parking lot", [4, 4166, 3]], ["green", [4, 4166, 4]], ["commons", [4, 4166, 5]], ["ballpark", [4, 4166, 6]], ["car park", [4, 4166, 7]]]}, {"answer": "parlor", "hint": "synonyms for parlor", "clues": [["sitting room", [4, 4167, 0]], ["living-room", [4, 4167, 1]], ["front room", [4, 4167, 2]], ["parlour", [4, 4167, 3]]]}, {"answer": "parlor_car", "hint": "synonyms for parlor car", "clues": [["palace car", [4, 4168, 0]], ["drawing-room car", [4, 4168, 1]], ["chair car", [4, 4168, 2]], ["parlour car", [4, 4168, 3]]]}, {"answer": "parlor_grand", "hint": "synonyms for parlor grand", "clues": [["parlour grand", [4, 4169, 0]], ["baby grand", [4, 4169, 1]], ["parlour grand piano", [4, 4169, 2]], ["baby grand piano", [4, 4169, 3]]]}, {"answer": "parlor_grand_piano", "hint": "synonyms for parlor grand piano", "clues": [["parlor grand", [4, 4170, 0]], ["baby grand", [4, 4170, 1]], ["parlour grand piano", [4, 4170, 2]], ["baby grand piano", [4, 4170, 3]]]}, {"answer": "parlour", "hint": "synonyms for parlour", "clues": [["sitting room", [4, 4171, 0]], ["living-room", [4, 4171, 1]], ["parlor", [4, 4171, 2]], ["front room", [4, 4171, 3]]]}, {"answer": "parlour_car", "hint": "synonyms for parlour car", "clues": [["palace car", [4, 4172, 0]], ["drawing-room car", [4, 4172, 1]], ["chair car", [4, 4172, 2]], ["parlor car", [4, 4172, 3]]]}, {"answer": "parlour_grand", "hint": "synonyms for parlour grand", "clues": [["parlor grand", [4, 4173, 0]], ["baby grand", [4, 4173, 1]], ["parlour grand piano", [4, 4173, 2]], ["baby grand piano", [4, 4173, 3]]]}, {"answer": "parlour_grand_piano", "hint": "synonyms for parlour grand piano", "clues": [["parlor grand", [4, 4174, 0]], ["baby grand", [4, 4174, 1]], ["parlor grand piano", [4, 4174, 2]], ["baby grand piano", [4, 4174, 3]]]}, {"answer": "parody", "hint": "synonyms for parody", "clues": [["sendup", [4, 4175, 0]], ["travesty", [4, 4175, 1]], ["pasquinade", [4, 4175, 2]], ["takeoff", [4, 4175, 3]], ["mockery", [4, 4175, 4]], ["spoof", [4, 4175, 5]], ["put-on", [4, 4175, 6]], ["charade", [4, 4175, 7]], ["burlesque", [4, 4175, 8]], ["lampoon", [4, 4175, 9]]]}, {"answer": "parole", "hint": "synonyms for parole", "clues": [["word", [4, 4176, 0]], ["password", [4, 4176, 1]], ["countersign", [4, 4176, 2]], ["watchword", [4, 4176, 3]], ["word of honor", [4, 4176, 4]]]}, {"answer": "parsimoniousness", "hint": "synonyms for parsimoniousness", "clues": [["minginess", [4, 4177, 0]], ["meanness", [4, 4177, 1]], ["tightfistedness", [4, 4177, 2]], ["thrift", [4, 4177, 3]], ["niggardliness", [4, 4177, 4]], ["parsimony", [4, 4177, 5]], ["tightness", [4, 4177, 6]], ["penny-pinching", [4, 4177, 7]], ["closeness", [4, 4177, 8]]]}, {"answer": "parsimony", "hint": "synonyms for parsimony", "clues": [["parsimoniousness", [4, 4178, 0]], ["minginess", [4, 4178, 1]], ["meanness", [4, 4178, 2]], ["tightfistedness", [4, 4178, 3]], ["thrift", [4, 4178, 4]], ["niggardliness", [4, 4178, 5]], ["tightness", [4, 4178, 6]], ["penny-pinching", [4, 4178, 7]], ["closeness", [4, 4178, 8]]]}, {"answer": "parti_pris", "hint": "synonyms for parti pris", "clues": [["prepossession", [4, 4179, 0]], ["preconceived opinion", [4, 4179, 1]], ["preconception", [4, 4179, 2]], ["preconceived idea", [4, 4179, 3]]]}, {"answer": "particle", "hint": "synonyms for particle", "clues": [["mote", [4, 4180, 0]], ["corpuscle", [4, 4180, 1]], ["atom", [4, 4180, 2]], ["molecule", [4, 4180, 3]], ["speck", [4, 4180, 4]], ["subatomic particle", [4, 4180, 5]]]}, {"answer": "partition", "hint": "synonyms for partition", "clues": [["division", [4, 4181, 0]], ["sectionalisation", [4, 4181, 1]], ["partitioning", [4, 4181, 2]], ["divider", [4, 4181, 3]], ["segmentation", [4, 4181, 4]]]}, {"answer": "partitioning", "hint": "synonyms for partitioning", "clues": [["division", [4, 4182, 0]], ["breakdown", [4, 4182, 1]], ["sectionalisation", [4, 4182, 2]], ["partition", [4, 4182, 3]], ["segmentation", [4, 4182, 4]]]}, {"answer": "parts", "hint": "synonyms for parts", "clues": [["portion", [4, 4183, 0]], ["part", [4, 4183, 1]], ["persona", [4, 4183, 2]], ["character", [4, 4183, 3]], ["share", [4, 4183, 4]], ["section", [4, 4183, 5]], ["constituent", [4, 4183, 6]], ["percentage", [4, 4183, 7]], ["division", [4, 4183, 8]], ["office", [4, 4183, 9]], ["role", [4, 4183, 10]], ["component part", [4, 4183, 11]], ["component", [4, 4183, 12]], ["voice", [4, 4183, 13]], ["theatrical role", [4, 4183, 14]], ["function", [4, 4183, 15]], ["region", [4, 4183, 16]], ["contribution", [4, 4183, 17]], ["piece", [4, 4183, 18]]]}, {"answer": "pas", "hint": "synonyms for pas", "clues": [["atomic number 91", [4, 4184, 0]], ["pascal", [4, 4184, 1]], ["protactinium", [4, 4184, 2]], ["public address system", [4, 4184, 3]]]}, {"answer": "pasquinade", "hint": "synonyms for pasquinade", "clues": [["sendup", [4, 4185, 0]], ["travesty", [4, 4185, 1]], ["takeoff", [4, 4185, 2]], ["parody", [4, 4185, 3]], ["mockery", [4, 4185, 4]], ["spoof", [4, 4185, 5]], ["put-on", [4, 4185, 6]], ["charade", [4, 4185, 7]], ["burlesque", [4, 4185, 8]], ["lampoon", [4, 4185, 9]]]}, {"answer": "passage", "hint": "synonyms for passage", "clues": [["transition", [4, 4186, 0]], ["handing over", [4, 4186, 1]], ["transit", [4, 4186, 2]], ["passing", [4, 4186, 3]], ["musical passage", [4, 4186, 4]], ["enactment", [4, 4186, 5]]]}, {"answer": "passel", "hint": "synonyms for passel", "clues": [["heap", [4, 4187, 0]], ["peck", [4, 4187, 1]], ["flock", [4, 4187, 2]], ["quite a little", [4, 4187, 3]], ["mess", [4, 4187, 4]], ["sight", [4, 4187, 5]], ["wad", [4, 4187, 6]], ["batch", [4, 4187, 7]], ["hatful", [4, 4187, 8]], ["mickle", [4, 4187, 9]], ["stack", [4, 4187, 10]], ["deal", [4, 4187, 11]], ["plenty", [4, 4187, 12]], ["pile", [4, 4187, 13]], ["slew", [4, 4187, 14]], ["great deal", [4, 4187, 15]], ["spate", [4, 4187, 16]], ["muckle", [4, 4187, 17]], ["mint", [4, 4187, 18]], ["pot", [4, 4187, 19]], ["lot", [4, 4187, 20]], ["tidy sum", [4, 4187, 21]], ["good deal", [4, 4187, 22]], ["mass", [4, 4187, 23]], ["mountain", [4, 4187, 24]], ["raft", [4, 4187, 25]]]}, {"answer": "passenger_vehicle", "hint": "synonyms for passenger vehicle", "clues": [["bus", [4, 4188, 0]], ["charabanc", [4, 4188, 1]], ["autobus", [4, 4188, 2]], ["double-decker", [4, 4188, 3]], ["omnibus", [4, 4188, 4]], ["motorbus", [4, 4188, 5]], ["jitney", [4, 4188, 6]], ["motorcoach", [4, 4188, 7]], ["coach", [4, 4188, 8]]]}, {"answer": "passion", "hint": "synonyms for passion", "clues": [["mania", [4, 4189, 0]], ["heat", [4, 4189, 1]], ["passionateness", [4, 4189, 2]], ["love", [4, 4189, 3]], ["cacoethes", [4, 4189, 4]], ["warmth", [4, 4189, 5]]]}, {"answer": "password", "hint": "synonyms for password", "clues": [["watchword", [4, 4190, 0]], ["countersign", [4, 4190, 1]], ["word", [4, 4190, 2]], ["parole", [4, 4190, 3]]]}, {"answer": "pasturage", "hint": "synonyms for pasturage", "clues": [["eatage", [4, 4191, 0]], ["grass", [4, 4191, 1]], ["forage", [4, 4191, 2]], ["pasture", [4, 4191, 3]]]}, {"answer": "pasture", "hint": "synonyms for pasture", "clues": [["grazing land", [4, 4192, 0]], ["pasturage", [4, 4192, 1]], ["lea", [4, 4192, 2]], ["forage", [4, 4192, 3]], ["eatage", [4, 4192, 4]], ["ley", [4, 4192, 5]], ["pastureland", [4, 4192, 6]], ["grass", [4, 4192, 7]]]}, {"answer": "pastureland", "hint": "synonyms for pastureland", "clues": [["grazing land", [4, 4193, 0]], ["lea", [4, 4193, 1]], ["ley", [4, 4193, 2]], ["pasture", [4, 4193, 3]]]}, {"answer": "patch", "hint": "synonyms for patch", "clues": [["piece", [4, 4194, 0]], ["darn", [4, 4194, 1]], ["eyepatch", [4, 4194, 2]], ["spot", [4, 4194, 3]], ["dapple", [4, 4194, 4]], ["maculation", [4, 4194, 5]], ["bandage", [4, 4194, 6]], ["fleck", [4, 4194, 7]], ["speckle", [4, 4194, 8]], ["spell", [4, 4194, 9]], ["mend", [4, 4194, 10]], ["plot of land", [4, 4194, 11]], ["plot", [4, 4194, 12]], ["temporary hookup", [4, 4194, 13]], ["plot of ground", [4, 4194, 14]], ["while", [4, 4194, 15]]]}, {"answer": "path", "hint": "synonyms for path", "clues": [["itinerary", [4, 4195, 0]], ["route", [4, 4195, 1]], ["way of life", [4, 4195, 2]], ["way", [4, 4195, 3]], ["course", [4, 4195, 4]], ["track", [4, 4195, 5]]]}, {"answer": "pathos", "hint": "synonyms for pathos", "clues": [["commiseration", [4, 4196, 0]], ["poignancy", [4, 4196, 1]], ["ruth", [4, 4196, 2]], ["pity", [4, 4196, 3]]]}, {"answer": "patois", "hint": "synonyms for patois", "clues": [["cant", [4, 4197, 0]], ["argot", [4, 4197, 1]], ["slang", [4, 4197, 2]], ["lingo", [4, 4197, 3]], ["jargon", [4, 4197, 4]], ["vernacular", [4, 4197, 5]]]}, {"answer": "patrol_car", "hint": "synonyms for patrol car", "clues": [["police car", [4, 4198, 0]], ["prowl car", [4, 4198, 1]], ["squad car", [4, 4198, 2]], ["police cruiser", [4, 4198, 3]], ["cruiser", [4, 4198, 4]]]}, {"answer": "patrol_wagon", "hint": "synonyms for patrol wagon", "clues": [["police van", [4, 4199, 0]], ["paddy wagon", [4, 4199, 1]], ["wagon", [4, 4199, 2]], ["police wagon", [4, 4199, 3]], ["black Maria", [4, 4199, 4]]]}, {"answer": "patronage", "hint": "synonyms for patronage", "clues": [["championship", [4, 4200, 0]], ["business", [4, 4200, 1]], ["condescension", [4, 4200, 2]], ["disdain", [4, 4200, 3]], ["clientele", [4, 4200, 4]], ["trade", [4, 4200, 5]], ["backup", [4, 4200, 6]], ["backing", [4, 4200, 7]]]}, {"answer": "pattern", "hint": "synonyms for pattern", "clues": [["practice", [4, 4201, 0]], ["traffic pattern", [4, 4201, 1]], ["shape", [4, 4201, 2]], ["figure", [4, 4201, 3]], ["design", [4, 4201, 4]], ["formula", [4, 4201, 5]], ["convention", [4, 4201, 6]], ["radiation diagram", [4, 4201, 7]], ["approach pattern", [4, 4201, 8]], ["form", [4, 4201, 9]], ["rule", [4, 4201, 10]], ["normal", [4, 4201, 11]], ["blueprint", [4, 4201, 12]], ["radiation pattern", [4, 4201, 13]]]}, {"answer": "pause", "hint": "synonyms for pause", "clues": [["interruption", [4, 4202, 0]], ["break", [4, 4202, 1]], ["suspension", [4, 4202, 2]], ["intermission", [4, 4202, 3]]]}, {"answer": "pay", "hint": "synonyms for pay", "clues": [["remuneration", [4, 4203, 0]], ["salary", [4, 4203, 1]], ["earnings", [4, 4203, 2]], ["wage", [4, 4203, 3]]]}, {"answer": "payload", "hint": "synonyms for payload", "clues": [["load", [4, 4204, 0]], ["lading", [4, 4204, 1]], ["shipment", [4, 4204, 2]], ["freight", [4, 4204, 3]], ["cargo", [4, 4204, 4]], ["consignment", [4, 4204, 5]], ["warhead", [4, 4204, 6]]]}, {"answer": "payoff", "hint": "synonyms for payoff", "clues": [["wages", [4, 4205, 0]], ["yield", [4, 4205, 1]], ["reward", [4, 4205, 2]], ["take", [4, 4205, 3]], ["bribe", [4, 4205, 4]], ["proceeds", [4, 4205, 5]], ["return", [4, 4205, 6]], ["final payment", [4, 4205, 7]], ["takings", [4, 4205, 8]], ["issue", [4, 4205, 9]]]}, {"answer": "pb", "hint": "synonyms for pb", "clues": [["atomic number 82", [4, 4206, 0]], ["lead", [4, 4206, 1]], ["petabyte", [4, 4206, 2]], ["pebibyte", [4, 4206, 3]], ["petabit", [4, 4206, 4]]]}, {"answer": "pbs", "hint": "synonyms for pbs", "clues": [["atomic number 82", [4, 4207, 0]], ["lead", [4, 4207, 1]], ["phosphate buffer solution", [4, 4207, 2]], ["petabyte", [4, 4207, 3]], ["pebibyte", [4, 4207, 4]], ["petabit", [4, 4207, 5]]]}, {"answer": "peace", "hint": "synonyms for peace", "clues": [["heartsease", [4, 4208, 0]], ["repose", [4, 4208, 1]], ["ataraxis", [4, 4208, 2]], ["pacification", [4, 4208, 3]], ["peace treaty", [4, 4208, 4]], ["serenity", [4, 4208, 5]], ["peace of mind", [4, 4208, 6]], ["peacefulness", [4, 4208, 7]]]}, {"answer": "peace_of_mind", "hint": "synonyms for peace of mind", "clues": [["heartsease", [4, 4209, 0]], ["repose", [4, 4209, 1]], ["ataraxis", [4, 4209, 2]], ["serenity", [4, 4209, 3]], ["peacefulness", [4, 4209, 4]], ["peace", [4, 4209, 5]]]}, {"answer": "peacefulness", "hint": "synonyms for peacefulness", "clues": [["heartsease", [4, 4210, 0]], ["repose", [4, 4210, 1]], ["ataraxis", [4, 4210, 2]], ["serenity", [4, 4210, 3]], ["peace of mind", [4, 4210, 4]], ["peace", [4, 4210, 5]]]}, {"answer": "peacock_blue", "hint": "synonyms for peacock blue", "clues": [["aqua", [4, 4211, 0]], ["aquamarine", [4, 4211, 1]], ["cobalt blue", [4, 4211, 2]], ["greenish blue", [4, 4211, 3]], ["turquoise", [4, 4211, 4]]]}, {"answer": "peak", "hint": "synonyms for peak", "clues": [["crown", [4, 4212, 0]], ["flower", [4, 4212, 1]], ["vizor", [4, 4212, 2]], ["extremum", [4, 4212, 3]], ["acme", [4, 4212, 4]], ["visor", [4, 4212, 5]], ["flush", [4, 4212, 6]], ["point", [4, 4212, 7]], ["eyeshade", [4, 4212, 8]], ["bloom", [4, 4212, 9]], ["tip", [4, 4212, 10]], ["blossom", [4, 4212, 11]], ["vertex", [4, 4212, 12]], ["apex", [4, 4212, 13]], ["crest", [4, 4212, 14]], ["top", [4, 4212, 15]], ["efflorescence", [4, 4212, 16]], ["bill", [4, 4212, 17]], ["prime", [4, 4212, 18]], ["heyday", [4, 4212, 19]], ["summit", [4, 4212, 20]]]}, {"answer": "pean", "hint": "synonyms for pean", "clues": [["paean", [4, 4213, 0]], ["panegyric", [4, 4213, 1]], ["encomium", [4, 4213, 2]], ["eulogy", [4, 4213, 3]]]}, {"answer": "peanuts", "hint": "synonyms for peanuts", "clues": [["groundnut", [4, 4214, 0]], ["peanut", [4, 4214, 1]], ["earthnut", [4, 4214, 2]], ["monkey nut", [4, 4214, 3]], ["goober pea", [4, 4214, 4]], ["goober", [4, 4214, 5]]]}, {"answer": "pearl", "hint": "synonyms for pearl", "clues": [["drop", [4, 4215, 0]], ["ivory", [4, 4215, 1]], ["bead", [4, 4215, 2]], ["bone", [4, 4215, 3]], ["off-white", [4, 4215, 4]]]}, {"answer": "peck", "hint": "synonyms for peck", "clues": [["heap", [4, 4216, 0]], ["flock", [4, 4216, 1]], ["quite a little", [4, 4216, 2]], ["mess", [4, 4216, 3]], ["sight", [4, 4216, 4]], ["wad", [4, 4216, 5]], ["batch", [4, 4216, 6]], ["hatful", [4, 4216, 7]], ["mickle", [4, 4216, 8]], ["stack", [4, 4216, 9]], ["passel", [4, 4216, 10]], ["deal", [4, 4216, 11]], ["plenty", [4, 4216, 12]], ["pile", [4, 4216, 13]], ["slew", [4, 4216, 14]], ["great deal", [4, 4216, 15]], ["spate", [4, 4216, 16]], ["muckle", [4, 4216, 17]], ["mint", [4, 4216, 18]], ["pot", [4, 4216, 19]], ["lot", [4, 4216, 20]], ["tidy sum", [4, 4216, 21]], ["good deal", [4, 4216, 22]], ["mass", [4, 4216, 23]], ["mountain", [4, 4216, 24]], ["raft", [4, 4216, 25]]]}, {"answer": "peculation", "hint": "synonyms for peculation", "clues": [["embezzlement", [4, 4217, 0]], ["misapplication", [4, 4217, 1]], ["misappropriation", [4, 4217, 2]], ["defalcation", [4, 4217, 3]]]}, {"answer": "peculiarity", "hint": "synonyms for peculiarity", "clues": [["specialty", [4, 4218, 0]], ["specialness", [4, 4218, 1]], ["rarity", [4, 4218, 2]], ["distinctive feature", [4, 4218, 3]], ["distinguishing characteristic", [4, 4218, 4]], ["oddment", [4, 4218, 5]], ["curio", [4, 4218, 6]], ["curiosity", [4, 4218, 7]], ["distinctiveness", [4, 4218, 8]], ["oddity", [4, 4218, 9]]]}, {"answer": "pecuniary_resource", "hint": "synonyms for pecuniary resource", "clues": [["cash in hand", [4, 4219, 0]], ["monetary resource", [4, 4219, 1]], ["finances", [4, 4219, 2]], ["funds", [4, 4219, 3]]]}, {"answer": "pedagogy", "hint": "synonyms for pedagogy", "clues": [["didactics", [4, 4220, 0]], ["instruction", [4, 4220, 1]], ["education", [4, 4220, 2]], ["pedagogics", [4, 4220, 3]], ["teaching", [4, 4220, 4]], ["teaching method", [4, 4220, 5]], ["educational activity", [4, 4220, 6]]]}, {"answer": "pedestal", "hint": "synonyms for pedestal", "clues": [["stand", [4, 4221, 0]], ["base", [4, 4221, 1]], ["footstall", [4, 4221, 2]], ["plinth", [4, 4221, 3]]]}, {"answer": "pee", "hint": "synonyms for pee", "clues": [["piss", [4, 4222, 0]], ["water", [4, 4222, 1]], ["urine", [4, 4222, 2]], ["piddle", [4, 4222, 3]], ["weewee", [4, 4222, 4]], ["peeing", [4, 4222, 5]]]}, {"answer": "peevishness", "hint": "synonyms for peevishness", "clues": [["surliness", [4, 4223, 0]], ["petulance", [4, 4223, 1]], ["snappishness", [4, 4223, 2]], ["choler", [4, 4223, 3]], ["fretfulness", [4, 4223, 4]], ["irritability", [4, 4223, 5]], ["crossness", [4, 4223, 6]], ["fussiness", [4, 4223, 7]], ["biliousness", [4, 4223, 8]], ["temper", [4, 4223, 9]], ["pettishness", [4, 4223, 10]]]}, {"answer": "peg", "hint": "synonyms for peg", "clues": [["pin", [4, 4224, 0]], ["tholepin", [4, 4224, 1]], ["nog", [4, 4224, 2]], ["wooden leg", [4, 4224, 3]], ["rowlock", [4, 4224, 4]], ["pegleg", [4, 4224, 5]], ["oarlock", [4, 4224, 6]], ["thole", [4, 4224, 7]], ["leg", [4, 4224, 8]]]}, {"answer": "pelf", "hint": "synonyms for pelf", "clues": [["kale", [4, 4225, 0]], ["boodle", [4, 4225, 1]], ["scratch", [4, 4225, 2]], ["dinero", [4, 4225, 3]], ["shekels", [4, 4225, 4]], ["cabbage", [4, 4225, 5]], ["lettuce", [4, 4225, 6]], ["gelt", [4, 4225, 7]], ["lucre", [4, 4225, 8]], ["dough", [4, 4225, 9]], ["wampum", [4, 4225, 10]], ["clams", [4, 4225, 11]], ["lolly", [4, 4225, 12]], ["loot", [4, 4225, 13]], ["bread", [4, 4225, 14]], ["sugar", [4, 4225, 15]], ["simoleons", [4, 4225, 16]], ["moolah", [4, 4225, 17]]]}, {"answer": "pellucidity", "hint": "synonyms for pellucidity", "clues": [["clearness", [4, 4226, 0]], ["lucidity", [4, 4226, 1]], ["lucidness", [4, 4226, 2]], ["limpidity", [4, 4226, 3]], ["clarity", [4, 4226, 4]]]}, {"answer": "pelter", "hint": "synonyms for pelter", "clues": [["soaker", [4, 4227, 0]], ["cloudburst", [4, 4227, 1]], ["downpour", [4, 4227, 2]], ["deluge", [4, 4227, 3]], ["torrent", [4, 4227, 4]], ["waterspout", [4, 4227, 5]]]}, {"answer": "penalty_free_throw", "hint": "synonyms for penalty free throw", "clues": [["charity throw", [4, 4228, 0]], ["charity shot", [4, 4228, 1]], ["charity toss", [4, 4228, 2]], ["foul shot", [4, 4228, 3]], ["free throw", [4, 4228, 4]]]}, {"answer": "penance", "hint": "synonyms for penance", "clues": [["penitence", [4, 4229, 0]], ["repentance", [4, 4229, 1]], ["self-mortification", [4, 4229, 2]], ["self-abasement", [4, 4229, 3]]]}, {"answer": "pennant", "hint": "synonyms for pennant", "clues": [["waft", [4, 4230, 0]], ["crown", [4, 4230, 1]], ["pennon", [4, 4230, 2]], ["streamer", [4, 4230, 3]]]}, {"answer": "pension_account", "hint": "synonyms for pension account", "clues": [["retirement savings account", [4, 4231, 0]], ["retirement program", [4, 4231, 1]], ["retirement plan", [4, 4231, 2]], ["retirement account", [4, 4231, 3]], ["pension plan", [4, 4231, 4]]]}, {"answer": "pension_plan", "hint": "synonyms for pension plan", "clues": [["retirement savings account", [4, 4232, 0]], ["retirement program", [4, 4232, 1]], ["retirement plan", [4, 4232, 2]], ["retirement account", [4, 4232, 3]], ["pension account", [4, 4232, 4]]]}, {"answer": "penstock", "hint": "synonyms for penstock", "clues": [["sluice", [4, 4233, 0]], ["floodgate", [4, 4233, 1]], ["water gate", [4, 4233, 2]], ["head gate", [4, 4233, 3]], ["sluice valve", [4, 4233, 4]], ["sluicegate", [4, 4233, 5]], ["sluiceway", [4, 4233, 6]]]}, {"answer": "pentad", "hint": "synonyms for pentad", "clues": [["quintet", [4, 4234, 0]], ["5", [4, 4234, 1]], ["fivesome", [4, 4234, 2]], ["fin", [4, 4234, 3]], ["quintuplet", [4, 4234, 4]], ["quint", [4, 4234, 5]], ["five", [4, 4234, 6]], ["cinque", [4, 4234, 7]]]}, {"answer": "people", "hint": "synonyms for people", "clues": [["multitude", [4, 4235, 0]], ["the great unwashed", [4, 4235, 1]], ["masses", [4, 4235, 2]], ["citizenry", [4, 4235, 3]], ["hoi polloi", [4, 4235, 4]]]}, {"answer": "peoples", "hint": "synonyms for peoples", "clues": [["people", [4, 4236, 0]], ["multitude", [4, 4236, 1]], ["the great unwashed", [4, 4236, 2]], ["hoi polloi", [4, 4236, 3]], ["masses", [4, 4236, 4]], ["citizenry", [4, 4236, 5]]]}, {"answer": "perambulation", "hint": "synonyms for perambulation", "clues": [["stroll", [4, 4237, 0]], ["promenade", [4, 4237, 1]], ["amble", [4, 4237, 2]], ["saunter", [4, 4237, 3]]]}, {"answer": "perambulator", "hint": "synonyms for perambulator", "clues": [["pram", [4, 4238, 0]], ["carriage", [4, 4238, 1]], ["go-cart", [4, 4238, 2]], ["stroller", [4, 4238, 3]], ["baby buggy", [4, 4238, 4]], ["pusher", [4, 4238, 5]], ["baby carriage", [4, 4238, 6]], ["pushchair", [4, 4238, 7]]]}, {"answer": "percentage", "hint": "synonyms for percentage", "clues": [["part", [4, 4239, 0]], ["percent", [4, 4239, 1]], ["share", [4, 4239, 2]], ["pct", [4, 4239, 3]], ["portion", [4, 4239, 4]], ["per centum", [4, 4239, 5]]]}, {"answer": "perceptiveness", "hint": "synonyms for perceptiveness", "clues": [["discernment", [4, 4240, 0]], ["perceptivity", [4, 4240, 1]], ["insight", [4, 4240, 2]], ["taste", [4, 4240, 3]], ["appreciation", [4, 4240, 4]]]}, {"answer": "perfidy", "hint": "synonyms for perfidy", "clues": [["perfidiousness", [4, 4241, 0]], ["betrayal", [4, 4241, 1]], ["treachery", [4, 4241, 2]], ["treason", [4, 4241, 3]]]}, {"answer": "performance", "hint": "synonyms for performance", "clues": [["operation", [4, 4242, 0]], ["execution", [4, 4242, 1]], ["carrying into action", [4, 4242, 2]], ["functioning", [4, 4242, 3]], ["carrying out", [4, 4242, 4]], ["public presentation", [4, 4242, 5]]]}, {"answer": "perfume", "hint": "synonyms for perfume", "clues": [["scent", [4, 4243, 0]], ["essence", [4, 4243, 1]], ["aroma", [4, 4243, 2]], ["fragrance", [4, 4243, 3]]]}, {"answer": "period", "hint": "synonyms for period", "clues": [["menstruation", [4, 4244, 0]], ["full point", [4, 4244, 1]], ["menstruum", [4, 4244, 2]], ["stop", [4, 4244, 3]], ["menses", [4, 4244, 4]], ["catamenia", [4, 4244, 5]], ["flow", [4, 4244, 6]], ["full stop", [4, 4244, 7]], ["point", [4, 4244, 8]], ["time period", [4, 4244, 9]], ["period of time", [4, 4244, 10]], ["geological period", [4, 4244, 11]]]}, {"answer": "perkiness", "hint": "synonyms for perkiness", "clues": [["impertinence", [4, 4245, 0]], ["buoyancy", [4, 4245, 1]], ["archness", [4, 4245, 2]], ["pertness", [4, 4245, 3]], ["sauciness", [4, 4245, 4]]]}, {"answer": "permutation", "hint": "synonyms for permutation", "clues": [["substitution", [4, 4246, 0]], ["switch", [4, 4246, 1]], ["transposition", [4, 4246, 2]], ["replacement", [4, 4246, 3]]]}, {"answer": "perquisite", "hint": "synonyms for perquisite", "clues": [["prerogative", [4, 4247, 0]], ["privilege", [4, 4247, 1]], ["perk", [4, 4247, 2]], ["exclusive right", [4, 4247, 3]], ["fringe benefit", [4, 4247, 4]]]}, {"answer": "perseverance", "hint": "synonyms for perseverance", "clues": [["persistence", [4, 4248, 0]], ["perseveration", [4, 4248, 1]], ["tenacity", [4, 4248, 2]], ["tenaciousness", [4, 4248, 3]], ["doggedness", [4, 4248, 4]], ["pertinacity", [4, 4248, 5]]]}, {"answer": "persistence", "hint": "synonyms for persistence", "clues": [["perseveration", [4, 4249, 0]], ["tenacity", [4, 4249, 1]], ["perseverance", [4, 4249, 2]], ["pertinacity", [4, 4249, 3]], ["persistency", [4, 4249, 4]], ["continuity", [4, 4249, 5]], ["tenaciousness", [4, 4249, 6]], ["doggedness", [4, 4249, 7]]]}, {"answer": "persistency", "hint": "synonyms for persistency", "clues": [["perseverance", [4, 4250, 0]], ["persistence", [4, 4250, 1]], ["tenacity", [4, 4250, 2]], ["tenaciousness", [4, 4250, 3]], ["doggedness", [4, 4250, 4]], ["pertinacity", [4, 4250, 5]]]}, {"answer": "person", "hint": "synonyms for person", "clues": [["individual", [4, 4251, 0]], ["somebody", [4, 4251, 1]], ["someone", [4, 4251, 2]], ["soul", [4, 4251, 3]], ["mortal", [4, 4251, 4]]]}, {"answer": "persona", "hint": "synonyms for persona", "clues": [["role", [4, 4252, 0]], ["part", [4, 4252, 1]], ["image", [4, 4252, 2]], ["theatrical role", [4, 4252, 3]], ["character", [4, 4252, 4]]]}, {"answer": "personal_credit_line", "hint": "synonyms for personal credit line", "clues": [["line of credit", [4, 4253, 0]], ["personal line of credit", [4, 4253, 1]], ["bank line", [4, 4253, 2]], ["line", [4, 4253, 3]], ["credit line", [4, 4253, 4]]]}, {"answer": "personal_line_of_credit", "hint": "synonyms for personal line of credit", "clues": [["line of credit", [4, 4254, 0]], ["bank line", [4, 4254, 1]], ["line", [4, 4254, 2]], ["credit line", [4, 4254, 3]], ["personal credit line", [4, 4254, 4]]]}, {"answer": "personation", "hint": "synonyms for personation", "clues": [["enactment", [4, 4255, 0]], ["impersonation", [4, 4255, 1]], ["characterization", [4, 4255, 2]], ["portrayal", [4, 4255, 3]]]}, {"answer": "personnel", "hint": "synonyms for personnel", "clues": [["force", [4, 4256, 0]], ["personnel department", [4, 4256, 1]], ["staff office", [4, 4256, 2]], ["personnel office", [4, 4256, 3]]]}, {"answer": "perspicacity", "hint": "synonyms for perspicacity", "clues": [["judgment", [4, 4257, 0]], ["sound judgement", [4, 4257, 1]], ["perspicaciousness", [4, 4257, 2]], ["astuteness", [4, 4257, 3]], ["shrewdness", [4, 4257, 4]]]}, {"answer": "perspiration", "hint": "synonyms for perspiration", "clues": [["sweating", [4, 4258, 0]], ["hidrosis", [4, 4258, 1]], ["sudation", [4, 4258, 2]], ["diaphoresis", [4, 4258, 3]]]}, {"answer": "persuasion", "hint": "synonyms for persuasion", "clues": [["opinion", [4, 4259, 0]], ["thought", [4, 4259, 1]], ["sentiment", [4, 4259, 2]], ["view", [4, 4259, 3]], ["suasion", [4, 4259, 4]]]}, {"answer": "pertinacity", "hint": "synonyms for pertinacity", "clues": [["perseverance", [4, 4260, 0]], ["persistence", [4, 4260, 1]], ["tenacity", [4, 4260, 2]], ["tenaciousness", [4, 4260, 3]], ["doggedness", [4, 4260, 4]]]}, {"answer": "pertness", "hint": "synonyms for pertness", "clues": [["impertinence", [4, 4261, 0]], ["archness", [4, 4261, 1]], ["perkiness", [4, 4261, 2]], ["sauciness", [4, 4261, 3]]]}, {"answer": "petiteness", "hint": "synonyms for petiteness", "clues": [["weeness", [4, 4262, 0]], ["minuteness", [4, 4262, 1]], ["tininess", [4, 4262, 2]], ["diminutiveness", [4, 4262, 3]]]}, {"answer": "petition", "hint": "synonyms for petition", "clues": [["prayer", [4, 4263, 0]], ["postulation", [4, 4263, 1]], ["request", [4, 4263, 2]], ["orison", [4, 4263, 3]]]}, {"answer": "petroleum", "hint": "synonyms for petroleum", "clues": [["oil", [4, 4264, 0]], ["rock oil", [4, 4264, 1]], ["fossil oil", [4, 4264, 2]], ["crude", [4, 4264, 3]], ["crude oil", [4, 4264, 4]]]}, {"answer": "pettifoggery", "hint": "synonyms for pettifoggery", "clues": [["tiff", [4, 4265, 0]], ["spat", [4, 4265, 1]], ["bicker", [4, 4265, 2]], ["squabble", [4, 4265, 3]], ["fuss", [4, 4265, 4]]]}, {"answer": "pettiness", "hint": "synonyms for pettiness", "clues": [["slightness", [4, 4266, 0]], ["puniness", [4, 4266, 1]], ["smallness", [4, 4266, 2]], ["littleness", [4, 4266, 3]], ["triviality", [4, 4266, 4]]]}, {"answer": "petting", "hint": "synonyms for petting", "clues": [["cuddling", [4, 4267, 0]], ["smooching", [4, 4267, 1]], ["fondling", [4, 4267, 2]], ["necking", [4, 4267, 3]], ["snuggling", [4, 4267, 4]], ["caressing", [4, 4267, 5]], ["kissing", [4, 4267, 6]], ["hugging", [4, 4267, 7]]]}, {"answer": "pettishness", "hint": "synonyms for pettishness", "clues": [["irritability", [4, 4268, 0]], ["surliness", [4, 4268, 1]], ["biliousness", [4, 4268, 2]], ["peevishness", [4, 4268, 3]], ["snappishness", [4, 4268, 4]], ["temper", [4, 4268, 5]]]}, {"answer": "petulance", "hint": "synonyms for petulance", "clues": [["fretfulness", [4, 4269, 0]], ["irritability", [4, 4269, 1]], ["crossness", [4, 4269, 2]], ["fussiness", [4, 4269, 3]], ["peevishness", [4, 4269, 4]], ["choler", [4, 4269, 5]]]}, {"answer": "phantasm", "hint": "synonyms for phantasm", "clues": [["shadow", [4, 4270, 0]], ["phantasma", [4, 4270, 1]], ["apparition", [4, 4270, 2]], ["fantasm", [4, 4270, 3]], ["phantom", [4, 4270, 4]]]}, {"answer": "phantasma", "hint": "synonyms for phantasma", "clues": [["shadow", [4, 4271, 0]], ["phantasm", [4, 4271, 1]], ["apparition", [4, 4271, 2]], ["fantasm", [4, 4271, 3]], ["phantom", [4, 4271, 4]]]}, {"answer": "pharmacy", "hint": "synonyms for pharmacy", "clues": [["chemist's", [4, 4272, 0]], ["drugstore", [4, 4272, 1]], ["apothecary's shop", [4, 4272, 2]], ["pharmaceutics", [4, 4272, 3]], ["chemist's shop", [4, 4272, 4]]]}, {"answer": "phenol", "hint": "synonyms for phenol", "clues": [["carbolic acid", [4, 4273, 0]], ["hydroxybenzene", [4, 4273, 1]], ["phenylic acid", [4, 4273, 2]], ["oxybenzene", [4, 4273, 3]]]}, {"answer": "phenylic_acid", "hint": "synonyms for phenylic acid", "clues": [["phenol", [4, 4274, 0]], ["carbolic acid", [4, 4274, 1]], ["hydroxybenzene", [4, 4274, 2]], ["oxybenzene", [4, 4274, 3]]]}, {"answer": "philia", "hint": "synonyms for philia", "clues": [["warmheartedness", [4, 4275, 0]], ["fondness", [4, 4275, 1]], ["affection", [4, 4275, 2]], ["affectionateness", [4, 4275, 3]], ["heart", [4, 4275, 4]], ["tenderness", [4, 4275, 5]], ["warmness", [4, 4275, 6]]]}, {"answer": "philosophical_system", "hint": "synonyms for philosophical system", "clues": [["ism", [4, 4276, 0]], ["philosophy", [4, 4276, 1]], ["doctrine", [4, 4276, 2]], ["school of thought", [4, 4276, 3]]]}, {"answer": "philosophy", "hint": "synonyms for philosophy", "clues": [["ism", [4, 4277, 0]], ["doctrine", [4, 4277, 1]], ["school of thought", [4, 4277, 2]], ["philosophical system", [4, 4277, 3]]]}, {"answer": "phlegm", "hint": "synonyms for phlegm", "clues": [["indifference", [4, 4278, 0]], ["languor", [4, 4278, 1]], ["flatness", [4, 4278, 2]], ["impassivity", [4, 4278, 3]], ["sluggishness", [4, 4278, 4]], ["impassiveness", [4, 4278, 5]], ["unemotionality", [4, 4278, 6]], ["lethargy", [4, 4278, 7]], ["emotionlessness", [4, 4278, 8]], ["stolidity", [4, 4278, 9]]]}, {"answer": "phoebe", "hint": "synonyms for phoebe", "clues": [["pentad", [4, 4279, 0]], ["quintet", [4, 4279, 1]], ["5", [4, 4279, 2]], ["fivesome", [4, 4279, 3]], ["fin", [4, 4279, 4]], ["quintuplet", [4, 4279, 5]], ["quint", [4, 4279, 6]], ["five", [4, 4279, 7]], ["cinque", [4, 4279, 8]]]}, {"answer": "phonation", "hint": "synonyms for phonation", "clues": [["vocalization", [4, 4280, 0]], ["vox", [4, 4280, 1]], ["voice", [4, 4280, 2]], ["vocalism", [4, 4280, 3]]]}, {"answer": "phone", "hint": "synonyms for phone", "clues": [["earpiece", [4, 4281, 0]], ["telephone", [4, 4281, 1]], ["sound", [4, 4281, 2]], ["speech sound", [4, 4281, 3]], ["headphone", [4, 4281, 4]], ["telephone set", [4, 4281, 5]], ["earphone", [4, 4281, 6]]]}, {"answer": "phone_line", "hint": "synonyms for phone line", "clues": [["telephone line", [4, 4282, 0]], ["telephone circuit", [4, 4282, 1]], ["line", [4, 4282, 2]], ["subscriber line", [4, 4282, 3]]]}, {"answer": "phonograph_record", "hint": "synonyms for phonograph record", "clues": [["record", [4, 4283, 0]], ["disc", [4, 4283, 1]], ["phonograph recording", [4, 4283, 2]], ["disk", [4, 4283, 3]], ["platter", [4, 4283, 4]]]}, {"answer": "phonograph_recording", "hint": "synonyms for phonograph recording", "clues": [["record", [4, 4284, 0]], ["disc", [4, 4284, 1]], ["phonograph record", [4, 4284, 2]], ["disk", [4, 4284, 3]], ["platter", [4, 4284, 4]]]}, {"answer": "photo", "hint": "synonyms for photo", "clues": [["photograph", [4, 4285, 0]], ["pic", [4, 4285, 1]], ["picture", [4, 4285, 2]], ["exposure", [4, 4285, 3]]]}, {"answer": "photocell", "hint": "synonyms for photocell", "clues": [["photoelectric cell", [4, 4286, 0]], ["photoconductive cell", [4, 4286, 1]], ["magic eye", [4, 4286, 2]], ["electric eye", [4, 4286, 3]]]}, {"answer": "photoconductive_cell", "hint": "synonyms for photoconductive cell", "clues": [["photoelectric cell", [4, 4287, 0]], ["photocell", [4, 4287, 1]], ["magic eye", [4, 4287, 2]], ["electric eye", [4, 4287, 3]]]}, {"answer": "photoelectric_cell", "hint": "synonyms for photoelectric cell", "clues": [["photocell", [4, 4288, 0]], ["magic eye", [4, 4288, 1]], ["electric eye", [4, 4288, 2]], ["photoconductive cell", [4, 4288, 3]]]}, {"answer": "photoflash", "hint": "synonyms for photoflash", "clues": [["flashbulb", [4, 4289, 0]], ["flash lamp", [4, 4289, 1]], ["flashgun", [4, 4289, 2]], ["flash", [4, 4289, 3]]]}, {"answer": "photograph", "hint": "synonyms for photograph", "clues": [["photo", [4, 4290, 0]], ["pic", [4, 4290, 1]], ["picture", [4, 4290, 2]], ["exposure", [4, 4290, 3]]]}, {"answer": "phrasal_idiom", "hint": "synonyms for phrasal idiom", "clues": [["idiomatic expression", [4, 4291, 0]], ["idiom", [4, 4291, 1]], ["phrase", [4, 4291, 2]], ["set phrase", [4, 4291, 3]]]}, {"answer": "phrase", "hint": "synonyms for phrase", "clues": [["idiomatic expression", [4, 4292, 0]], ["idiom", [4, 4292, 1]], ["musical phrase", [4, 4292, 2]], ["phrasal idiom", [4, 4292, 3]], ["set phrase", [4, 4292, 4]]]}, {"answer": "phraseology", "hint": "synonyms for phraseology", "clues": [["diction", [4, 4293, 0]], ["phrasing", [4, 4293, 1]], ["verbiage", [4, 4293, 2]], ["wording", [4, 4293, 3]], ["choice of words", [4, 4293, 4]]]}, {"answer": "phrasing", "hint": "synonyms for phrasing", "clues": [["diction", [4, 4294, 0]], ["phraseology", [4, 4294, 1]], ["verbiage", [4, 4294, 2]], ["wording", [4, 4294, 3]], ["choice of words", [4, 4294, 4]]]}, {"answer": "phratry", "hint": "synonyms for phratry", "clues": [["kinsfolk", [4, 4295, 0]], ["folk", [4, 4295, 1]], ["sept", [4, 4295, 2]], ["family line", [4, 4295, 3]], ["family", [4, 4295, 4]]]}, {"answer": "physical_exercise", "hint": "synonyms for physical exercise", "clues": [["exercising", [4, 4296, 0]], ["workout", [4, 4296, 1]], ["physical exertion", [4, 4296, 2]], ["exercise", [4, 4296, 3]]]}, {"answer": "physical_exertion", "hint": "synonyms for physical exertion", "clues": [["physical exercise", [4, 4297, 0]], ["exercising", [4, 4297, 1]], ["workout", [4, 4297, 2]], ["exercise", [4, 4297, 3]]]}, {"answer": "physics", "hint": "synonyms for physics", "clues": [["physical science", [4, 4298, 0]], ["natural philosophy", [4, 4298, 1]], ["cathartic", [4, 4298, 2]], ["physic", [4, 4298, 3]], ["aperient", [4, 4298, 4]], ["purgative", [4, 4298, 5]]]}, {"answer": "physiological_reaction", "hint": "synonyms for physiological reaction", "clues": [["reflex action", [4, 4299, 0]], ["reflex response", [4, 4299, 1]], ["innate reflex", [4, 4299, 2]], ["unconditioned reflex", [4, 4299, 3]], ["instinctive reflex", [4, 4299, 4]], ["reflex", [4, 4299, 5]], ["inborn reflex", [4, 4299, 6]]]}, {"answer": "pic", "hint": "synonyms for pic", "clues": [["movie", [4, 4300, 0]], ["picture", [4, 4300, 1]], ["photo", [4, 4300, 2]], ["photograph", [4, 4300, 3]], ["exposure", [4, 4300, 4]], ["motion-picture show", [4, 4300, 5]], ["film", [4, 4300, 6]], ["moving picture", [4, 4300, 7]], ["picture show", [4, 4300, 8]], ["flick", [4, 4300, 9]]]}, {"answer": "pick", "hint": "synonyms for pick", "clues": [["plectron", [4, 4301, 0]], ["pickaxe", [4, 4301, 1]], ["plectrum", [4, 4301, 2]], ["filling", [4, 4301, 3]], ["selection", [4, 4301, 4]], ["woof", [4, 4301, 5]], ["weft", [4, 4301, 6]], ["choice", [4, 4301, 7]], ["cream", [4, 4301, 8]], ["picking", [4, 4301, 9]], ["option", [4, 4301, 10]]]}, {"answer": "pickup", "hint": "synonyms for pickup", "clues": [["tone arm", [4, 4302, 0]], ["pick-me-up", [4, 4302, 1]], ["cartridge", [4, 4302, 2]], ["getaway", [4, 4302, 3]], ["pickup truck", [4, 4302, 4]], ["pickup arm", [4, 4302, 5]]]}, {"answer": "picnic", "hint": "synonyms for picnic", "clues": [["piece of cake", [4, 4303, 0]], ["pushover", [4, 4303, 1]], ["child's play", [4, 4303, 2]], ["outing", [4, 4303, 3]], ["snap", [4, 4303, 4]], ["field day", [4, 4303, 5]], ["breeze", [4, 4303, 6]], ["duck soup", [4, 4303, 7]], ["walkover", [4, 4303, 8]], ["cinch", [4, 4303, 9]]]}, {"answer": "picture", "hint": "synonyms for picture", "clues": [["delineation", [4, 4304, 0]], ["photo", [4, 4304, 1]], ["motion-picture show", [4, 4304, 2]], ["film", [4, 4304, 3]], ["pic", [4, 4304, 4]], ["word picture", [4, 4304, 5]], ["icon", [4, 4304, 6]], ["image", [4, 4304, 7]], ["flick", [4, 4304, 8]], ["mental picture", [4, 4304, 9]], ["movie", [4, 4304, 10]], ["depiction", [4, 4304, 11]], ["word-painting", [4, 4304, 12]], ["painting", [4, 4304, 13]], ["ikon", [4, 4304, 14]], ["video", [4, 4304, 15]], ["characterisation", [4, 4304, 16]], ["exposure", [4, 4304, 17]], ["photograph", [4, 4304, 18]], ["impression", [4, 4304, 19]], ["moving picture", [4, 4304, 20]], ["pictorial matter", [4, 4304, 21]], ["picture show", [4, 4304, 22]]]}, {"answer": "picture_show", "hint": "synonyms for picture show", "clues": [["movie", [4, 4305, 0]], ["picture", [4, 4305, 1]], ["motion-picture show", [4, 4305, 2]], ["film", [4, 4305, 3]], ["moving picture", [4, 4305, 4]], ["pic", [4, 4305, 5]], ["flick", [4, 4305, 6]]]}, {"answer": "piddle", "hint": "synonyms for piddle", "clues": [["pee", [4, 4306, 0]], ["water", [4, 4306, 1]], ["urine", [4, 4306, 2]], ["piss", [4, 4306, 3]], ["weewee", [4, 4306, 4]]]}, {"answer": "piece", "hint": "synonyms for piece", "clues": [["small-arm", [4, 4307, 0]], ["bit", [4, 4307, 1]], ["objet d'art", [4, 4307, 2]], ["composition", [4, 4307, 3]], ["art object", [4, 4307, 4]], ["musical composition", [4, 4307, 5]], ["piece of music", [4, 4307, 6]], ["slice", [4, 4307, 7]], ["spell", [4, 4307, 8]], ["opus", [4, 4307, 9]], ["firearm", [4, 4307, 10]], ["part", [4, 4307, 11]], ["while", [4, 4307, 12]], ["patch", [4, 4307, 13]]]}, {"answer": "piece_of_ass", "hint": "synonyms for piece of ass", "clues": [["roll in the hay", [4, 4308, 0]], ["piece of tail", [4, 4308, 1]], ["shtup", [4, 4308, 2]], ["screw", [4, 4308, 3]], ["nookie", [4, 4308, 4]], ["ass", [4, 4308, 5]], ["fucking", [4, 4308, 6]], ["shag", [4, 4308, 7]], ["nooky", [4, 4308, 8]]]}, {"answer": "piece_of_cake", "hint": "synonyms for piece of cake", "clues": [["pushover", [4, 4309, 0]], ["picnic", [4, 4309, 1]], ["child's play", [4, 4309, 2]], ["snap", [4, 4309, 3]], ["breeze", [4, 4309, 4]], ["duck soup", [4, 4309, 5]], ["walkover", [4, 4309, 6]], ["cinch", [4, 4309, 7]]]}, {"answer": "piece_of_ground", "hint": "synonyms for piece of ground", "clues": [["parcel", [4, 4310, 0]], ["tract", [4, 4310, 1]], ["parcel of land", [4, 4310, 2]], ["piece of land", [4, 4310, 3]]]}, {"answer": "piece_of_land", "hint": "synonyms for piece of land", "clues": [["parcel", [4, 4311, 0]], ["tract", [4, 4311, 1]], ["parcel of land", [4, 4311, 2]], ["piece of ground", [4, 4311, 3]]]}, {"answer": "piece_of_music", "hint": "synonyms for piece of music", "clues": [["piece", [4, 4312, 0]], ["musical composition", [4, 4312, 1]], ["composition", [4, 4312, 2]], ["opus", [4, 4312, 3]]]}, {"answer": "piece_of_tail", "hint": "synonyms for piece of tail", "clues": [["piece of ass", [4, 4313, 0]], ["roll in the hay", [4, 4313, 1]], ["shtup", [4, 4313, 2]], ["screw", [4, 4313, 3]], ["nookie", [4, 4313, 4]], ["ass", [4, 4313, 5]], ["fucking", [4, 4313, 6]], ["shag", [4, 4313, 7]], ["nooky", [4, 4313, 8]]]}, {"answer": "pigheadedness", "hint": "synonyms for pigheadedness", "clues": [["self-will", [4, 4314, 0]], ["obstinance", [4, 4314, 1]], ["bullheadedness", [4, 4314, 2]], ["obstinacy", [4, 4314, 3]], ["stubbornness", [4, 4314, 4]]]}, {"answer": "pike", "hint": "synonyms for pike", "clues": [["superhighway", [4, 4315, 0]], ["motorway", [4, 4315, 1]], ["state highway", [4, 4315, 2]], ["thruway", [4, 4315, 3]], ["freeway", [4, 4315, 4]], ["expressway", [4, 4315, 5]], ["throughway", [4, 4315, 6]]]}, {"answer": "pile", "hint": "synonyms for pile", "clues": [["heap", [4, 4316, 0]], ["peck", [4, 4316, 1]], ["mess", [4, 4316, 2]], ["big money", [4, 4316, 3]], ["voltaic pile", [4, 4316, 4]], ["atomic reactor", [4, 4316, 5]], ["agglomerate", [4, 4316, 6]], ["plenty", [4, 4316, 7]], ["slew", [4, 4316, 8]], ["great deal", [4, 4316, 9]], ["big bucks", [4, 4316, 10]], ["spate", [4, 4316, 11]], ["mint", [4, 4316, 12]], ["pot", [4, 4316, 13]], ["bundle", [4, 4316, 14]], ["tidy sum", [4, 4316, 15]], ["nap", [4, 4316, 16]], ["mass", [4, 4316, 17]], ["mountain", [4, 4316, 18]], ["piling", [4, 4316, 19]], ["galvanic pile", [4, 4316, 20]], ["raft", [4, 4316, 21]], ["atomic pile", [4, 4316, 22]], ["flock", [4, 4316, 23]], ["quite a little", [4, 4316, 24]], ["sight", [4, 4316, 25]], ["cumulation", [4, 4316, 26]], ["wad", [4, 4316, 27]], ["batch", [4, 4316, 28]], ["hatful", [4, 4316, 29]], ["mickle", [4, 4316, 30]], ["stack", [4, 4316, 31]], ["passel", [4, 4316, 32]], ["deal", [4, 4316, 33]], ["chain reactor", [4, 4316, 34]], ["spile", [4, 4316, 35]], ["mound", [4, 4316, 36]], ["lot", [4, 4316, 37]], ["megabucks", [4, 4316, 38]], ["cumulus", [4, 4316, 39]], ["good deal", [4, 4316, 40]], ["stilt", [4, 4316, 41]], ["muckle", [4, 4316, 42]]]}, {"answer": "piles", "hint": "synonyms for piles", "clues": [["pile", [4, 4317, 0]], ["oodles", [4, 4317, 1]], ["heap", [4, 4317, 2]], ["peck", [4, 4317, 3]], ["mess", [4, 4317, 4]], ["big money", [4, 4317, 5]], ["slews", [4, 4317, 6]], ["voltaic pile", [4, 4317, 7]], ["scores", [4, 4317, 8]], ["agglomerate", [4, 4317, 9]], ["plenty", [4, 4317, 10]], ["atomic reactor", [4, 4317, 11]], ["stacks", [4, 4317, 12]], ["stilt", [4, 4317, 13]], ["dozens", [4, 4317, 14]], ["tons", [4, 4317, 15]], ["wads", [4, 4317, 16]], ["great deal", [4, 4317, 17]], ["big bucks", [4, 4317, 18]], ["spate", [4, 4317, 19]], ["mint", [4, 4317, 20]], ["pot", [4, 4317, 21]], ["bundle", [4, 4317, 22]], ["loads", [4, 4317, 23]], ["rafts", [4, 4317, 24]], ["tidy sum", [4, 4317, 25]], ["nap", [4, 4317, 26]], ["mass", [4, 4317, 27]], ["mountain", [4, 4317, 28]], ["piling", [4, 4317, 29]], ["galvanic pile", [4, 4317, 30]], ["atomic pile", [4, 4317, 31]], ["flock", [4, 4317, 32]], ["quite a little", [4, 4317, 33]], ["sight", [4, 4317, 34]], ["cumulation", [4, 4317, 35]], ["batch", [4, 4317, 36]], ["hatful", [4, 4317, 37]], ["gobs", [4, 4317, 38]], ["mickle", [4, 4317, 39]], ["passel", [4, 4317, 40]], ["deal", [4, 4317, 41]], ["chain reactor", [4, 4317, 42]], ["lashings", [4, 4317, 43]], ["mound", [4, 4317, 44]], ["lot", [4, 4317, 45]], ["megabucks", [4, 4317, 46]], ["cumulus", [4, 4317, 47]], ["good deal", [4, 4317, 48]], ["scads", [4, 4317, 49]], ["muckle", [4, 4317, 50]]]}, {"answer": "pill", "hint": "synonyms for pill", "clues": [["lozenge", [4, 4318, 0]], ["birth control pill", [4, 4318, 1]], ["oral contraceptive", [4, 4318, 2]], ["contraceptive pill", [4, 4318, 3]], ["anovulatory drug", [4, 4318, 4]], ["anovulant", [4, 4318, 5]], ["tablet", [4, 4318, 6]], ["tab", [4, 4318, 7]]]}, {"answer": "pillage", "hint": "synonyms for pillage", "clues": [["plundering", [4, 4319, 0]], ["pillaging", [4, 4319, 1]], ["booty", [4, 4319, 2]], ["swag", [4, 4319, 3]], ["prize", [4, 4319, 4]], ["dirty money", [4, 4319, 5]], ["loot", [4, 4319, 6]]]}, {"answer": "pilomotor_reflex", "hint": "synonyms for pilomotor reflex", "clues": [["goose bump", [4, 4320, 0]], ["horripilation", [4, 4320, 1]], ["gooseflesh", [4, 4320, 2]], ["goose pimple", [4, 4320, 3]], ["goose skin", [4, 4320, 4]]]}, {"answer": "pilot", "hint": "synonyms for pilot", "clues": [["archetype", [4, 4321, 0]], ["pilot film", [4, 4321, 1]], ["fender", [4, 4321, 2]], ["original", [4, 4321, 3]], ["pilot program", [4, 4321, 4]], ["pilot burner", [4, 4321, 5]], ["cowcatcher", [4, 4321, 6]], ["buffer", [4, 4321, 7]], ["pilot light", [4, 4321, 8]]]}, {"answer": "pilot_biscuit", "hint": "synonyms for pilot biscuit", "clues": [["hardtack", [4, 4322, 0]], ["pilot bread", [4, 4322, 1]], ["ship biscuit", [4, 4322, 2]], ["sea biscuit", [4, 4322, 3]]]}, {"answer": "pilot_bread", "hint": "synonyms for pilot bread", "clues": [["pilot biscuit", [4, 4323, 0]], ["hardtack", [4, 4323, 1]], ["ship biscuit", [4, 4323, 2]], ["sea biscuit", [4, 4323, 3]]]}, {"answer": "pilot_light", "hint": "synonyms for pilot light", "clues": [["indicator lamp", [4, 4324, 0]], ["pilot", [4, 4324, 1]], ["pilot lamp", [4, 4324, 2]], ["pilot burner", [4, 4324, 3]]]}, {"answer": "pin", "hint": "synonyms for pin", "clues": [["tholepin", [4, 4325, 0]], ["fall", [4, 4325, 1]], ["bowling pin", [4, 4325, 2]], ["pivot", [4, 4325, 3]], ["pin tumbler", [4, 4325, 4]], ["personal identification number", [4, 4325, 5]], ["rowlock", [4, 4325, 6]], ["flag", [4, 4325, 7]], ["peg", [4, 4325, 8]], ["oarlock", [4, 4325, 9]], ["thole", [4, 4325, 10]]]}, {"answer": "pinch", "hint": "synonyms for pinch", "clues": [["speck", [4, 4326, 0]], ["touch", [4, 4326, 1]], ["mite", [4, 4326, 2]], ["tinge", [4, 4326, 3]], ["soupcon", [4, 4326, 4]], ["collar", [4, 4326, 5]], ["jot", [4, 4326, 6]], ["emergency", [4, 4326, 7]], ["exigency", [4, 4326, 8]], ["catch", [4, 4326, 9]], ["taking into custody", [4, 4326, 10]], ["nip", [4, 4326, 11]], ["hint", [4, 4326, 12]], ["arrest", [4, 4326, 13]], ["tweak", [4, 4326, 14]], ["apprehension", [4, 4326, 15]]]}, {"answer": "pipe", "hint": "synonyms for pipe", "clues": [["tube", [4, 4327, 0]], ["piping", [4, 4327, 1]], ["pipework", [4, 4327, 2]], ["tobacco pipe", [4, 4327, 3]], ["organ pipe", [4, 4327, 4]], ["pipage", [4, 4327, 5]]]}, {"answer": "piquance", "hint": "synonyms for piquance", "clues": [["nip", [4, 4328, 0]], ["zest", [4, 4328, 1]], ["piquancy", [4, 4328, 2]], ["piquantness", [4, 4328, 3]], ["tanginess", [4, 4328, 4]], ["tang", [4, 4328, 5]]]}, {"answer": "piquancy", "hint": "synonyms for piquancy", "clues": [["zest", [4, 4329, 0]], ["piquantness", [4, 4329, 1]], ["tanginess", [4, 4329, 2]], ["piquance", [4, 4329, 3]], ["nip", [4, 4329, 4]], ["tang", [4, 4329, 5]]]}, {"answer": "piquantness", "hint": "synonyms for piquantness", "clues": [["nip", [4, 4330, 0]], ["zest", [4, 4330, 1]], ["piquancy", [4, 4330, 2]], ["tanginess", [4, 4330, 3]], ["tang", [4, 4330, 4]]]}, {"answer": "piss", "hint": "synonyms for piss", "clues": [["pee", [4, 4331, 0]], ["water", [4, 4331, 1]], ["urine", [4, 4331, 2]], ["piddle", [4, 4331, 3]], ["pissing", [4, 4331, 4]], ["weewee", [4, 4331, 5]]]}, {"answer": "pit", "hint": "synonyms for pit", "clues": [["perdition", [4, 4332, 0]], ["quarry", [4, 4332, 1]], ["nether region", [4, 4332, 2]], ["fossa", [4, 4332, 3]], ["orchestra pit", [4, 4332, 4]], ["colliery", [4, 4332, 5]], ["infernal region", [4, 4332, 6]], ["stone pit", [4, 4332, 7]], ["cavity", [4, 4332, 8]], ["pitfall", [4, 4332, 9]]]}, {"answer": "pitch", "hint": "synonyms for pitch", "clues": [["tar", [4, 4333, 0]], ["sales talk", [4, 4333, 1]], ["delivery", [4, 4333, 2]], ["auction pitch", [4, 4333, 3]], ["slant", [4, 4333, 4]], ["pitch shot", [4, 4333, 5]], ["rake", [4, 4333, 6]], ["lurch", [4, 4333, 7]], ["sales pitch", [4, 4333, 8]], ["pitching", [4, 4333, 9]]]}, {"answer": "pitch_black", "hint": "synonyms for pitch black", "clues": [["ebony", [4, 4334, 0]], ["coal black", [4, 4334, 1]], ["sable", [4, 4334, 2]], ["jet black", [4, 4334, 3]], ["soot black", [4, 4334, 4]]]}, {"answer": "pith", "hint": "synonyms for pith", "clues": [["marrow", [4, 4335, 0]], ["nitty-gritty", [4, 4335, 1]], ["centre", [4, 4335, 2]], ["nub", [4, 4335, 3]], ["inwardness", [4, 4335, 4]], ["substance", [4, 4335, 5]], ["sum", [4, 4335, 6]], ["gist", [4, 4335, 7]], ["essence", [4, 4335, 8]], ["kernel", [4, 4335, 9]], ["heart and soul", [4, 4335, 10]], ["core", [4, 4335, 11]], ["meat", [4, 4335, 12]], ["heart", [4, 4335, 13]], ["center", [4, 4335, 14]]]}, {"answer": "pith_hat", "hint": "synonyms for pith hat", "clues": [["pith helmet", [4, 4336, 0]], ["topi", [4, 4336, 1]], ["sun helmet", [4, 4336, 2]], ["topee", [4, 4336, 3]]]}, {"answer": "pith_helmet", "hint": "synonyms for pith helmet", "clues": [["topi", [4, 4337, 0]], ["sun helmet", [4, 4337, 1]], ["topee", [4, 4337, 2]], ["pith hat", [4, 4337, 3]]]}, {"answer": "pity", "hint": "synonyms for pity", "clues": [["shame", [4, 4338, 0]], ["pathos", [4, 4338, 1]], ["commiseration", [4, 4338, 2]], ["ruth", [4, 4338, 3]], ["compassion", [4, 4338, 4]]]}, {"answer": "pizzaz", "hint": "synonyms for pizzaz", "clues": [["zing", [4, 4339, 0]], ["dynamism", [4, 4339, 1]], ["pizzazz", [4, 4339, 2]], ["oomph", [4, 4339, 3]]]}, {"answer": "pizzazz", "hint": "synonyms for pizzazz", "clues": [["pizzaz", [4, 4340, 0]], ["dynamism", [4, 4340, 1]], ["zing", [4, 4340, 2]], ["oomph", [4, 4340, 3]]]}, {"answer": "placard", "hint": "synonyms for placard", "clues": [["card", [4, 4341, 0]], ["poster", [4, 4341, 1]], ["bill", [4, 4341, 2]], ["posting", [4, 4341, 3]], ["notice", [4, 4341, 4]]]}, {"answer": "place", "hint": "synonyms for place", "clues": [["stead", [4, 4342, 0]], ["space", [4, 4342, 1]], ["spot", [4, 4342, 2]], ["topographic point", [4, 4342, 3]], ["post", [4, 4342, 4]], ["lieu", [4, 4342, 5]], ["berth", [4, 4342, 6]], ["position", [4, 4342, 7]], ["billet", [4, 4342, 8]], ["home", [4, 4342, 9]], ["plaza", [4, 4342, 10]], ["office", [4, 4342, 11]], ["situation", [4, 4342, 12]], ["blank space", [4, 4342, 13]], ["property", [4, 4342, 14]], ["seat", [4, 4342, 15]], ["piazza", [4, 4342, 16]]]}, {"answer": "placement", "hint": "synonyms for placement", "clues": [["locating", [4, 4343, 0]], ["positioning", [4, 4343, 1]], ["emplacement", [4, 4343, 2]], ["arrangement", [4, 4343, 3]]]}, {"answer": "placidity", "hint": "synonyms for placidity", "clues": [["tranquility", [4, 4344, 0]], ["repose", [4, 4344, 1]], ["placidness", [4, 4344, 2]], ["quiet", [4, 4344, 3]], ["serenity", [4, 4344, 4]]]}, {"answer": "planetary_house", "hint": "synonyms for planetary house", "clues": [["star sign", [4, 4345, 0]], ["house", [4, 4345, 1]], ["sign", [4, 4345, 2]], ["sign of the zodiac", [4, 4345, 3]], ["mansion", [4, 4345, 4]]]}, {"answer": "plangency", "hint": "synonyms for plangency", "clues": [["ringing", [4, 4346, 0]], ["sonority", [4, 4346, 1]], ["sonorousness", [4, 4346, 2]], ["vibrancy", [4, 4346, 3]], ["resonance", [4, 4346, 4]], ["reverberance", [4, 4346, 5]]]}, {"answer": "plant", "hint": "synonyms for plant", "clues": [["plant life", [4, 4347, 0]], ["works", [4, 4347, 1]], ["industrial plant", [4, 4347, 2]], ["flora", [4, 4347, 3]]]}, {"answer": "plaster", "hint": "synonyms for plaster", "clues": [["plasterwork", [4, 4348, 0]], ["adhesive plaster", [4, 4348, 1]], ["poultice", [4, 4348, 2]], ["sticking plaster", [4, 4348, 3]], ["plaster of Paris", [4, 4348, 4]], ["cataplasm", [4, 4348, 5]]]}, {"answer": "plate", "hint": "synonyms for plate", "clues": [["shell", [4, 4349, 0]], ["plateful", [4, 4349, 1]], ["collection plate", [4, 4349, 2]], ["denture", [4, 4349, 3]], ["scale", [4, 4349, 4]], ["home base", [4, 4349, 5]], ["home", [4, 4349, 6]], ["dental plate", [4, 4349, 7]], ["photographic plate", [4, 4349, 8]], ["home plate", [4, 4349, 9]], ["crustal plate", [4, 4349, 10]]]}, {"answer": "platform", "hint": "synonyms for platform", "clues": [["weapons platform", [4, 4350, 0]], ["political program", [4, 4350, 1]], ["chopine", [4, 4350, 2]], ["political platform", [4, 4350, 3]], ["program", [4, 4350, 4]]]}, {"answer": "platitude", "hint": "synonyms for platitude", "clues": [["bromide", [4, 4351, 0]], ["banality", [4, 4351, 1]], ["commonplace", [4, 4351, 2]], ["cliche", [4, 4351, 3]]]}, {"answer": "platonic_body", "hint": "synonyms for platonic body", "clues": [["regular convex polyhedron", [4, 4352, 0]], ["regular polyhedron", [4, 4352, 1]], ["ideal solid", [4, 4352, 2]], ["regular convex solid", [4, 4352, 3]]]}, {"answer": "platonic_solid", "hint": "synonyms for platonic solid", "clues": [["regular convex polyhedron", [4, 4353, 0]], ["regular polyhedron", [4, 4353, 1]], ["ideal solid", [4, 4353, 2]], ["regular convex solid", [4, 4353, 3]]]}, {"answer": "platter", "hint": "synonyms for platter", "clues": [["record", [4, 4354, 0]], ["disc", [4, 4354, 1]], ["phonograph record", [4, 4354, 2]], ["disk", [4, 4354, 3]]]}, {"answer": "plaudit", "hint": "synonyms for plaudit", "clues": [["eclat", [4, 4355, 0]], ["acclaim", [4, 4355, 1]], ["plaudits", [4, 4355, 2]], ["acclamation", [4, 4355, 3]]]}, {"answer": "plaudits", "hint": "synonyms for plaudits", "clues": [["eclat", [4, 4356, 0]], ["plaudit", [4, 4356, 1]], ["acclaim", [4, 4356, 2]], ["acclamation", [4, 4356, 3]]]}, {"answer": "play", "hint": "synonyms for play", "clues": [["romp", [4, 4357, 0]], ["manoeuvre", [4, 4357, 1]], ["shimmer", [4, 4357, 2]], ["gambol", [4, 4357, 3]], ["caper", [4, 4357, 4]], ["child's play", [4, 4357, 5]], ["playing period", [4, 4357, 6]], ["gambling", [4, 4357, 7]], ["looseness", [4, 4357, 8]], ["period of play", [4, 4357, 9]], ["dramatic play", [4, 4357, 10]], ["bid", [4, 4357, 11]], ["sport", [4, 4357, 12]], ["swordplay", [4, 4357, 13]], ["fun", [4, 4357, 14]], ["frolic", [4, 4357, 15]], ["drama", [4, 4357, 16]], ["turn", [4, 4357, 17]], ["maneuver", [4, 4357, 18]]]}, {"answer": "plaza", "hint": "synonyms for plaza", "clues": [["mall", [4, 4358, 0]], ["shopping mall", [4, 4358, 1]], ["shopping centre", [4, 4358, 2]], ["place", [4, 4358, 3]], ["center", [4, 4358, 4]], ["piazza", [4, 4358, 5]]]}, {"answer": "pleasure_trip", "hint": "synonyms for pleasure trip", "clues": [["sashay", [4, 4359, 0]], ["junket", [4, 4359, 1]], ["outing", [4, 4359, 2]], ["jaunt", [4, 4359, 3]], ["excursion", [4, 4359, 4]], ["expedition", [4, 4359, 5]]]}, {"answer": "plenitude", "hint": "synonyms for plenitude", "clues": [["plenteousness", [4, 4360, 0]], ["plentitude", [4, 4360, 1]], ["plentifulness", [4, 4360, 2]], ["plenty", [4, 4360, 3]]]}, {"answer": "plentitude", "hint": "synonyms for plentitude", "clues": [["plenteousness", [4, 4361, 0]], ["plentifulness", [4, 4361, 1]], ["plenitude", [4, 4361, 2]], ["plenty", [4, 4361, 3]]]}, {"answer": "pliability", "hint": "synonyms for pliability", "clues": [["pliancy", [4, 4362, 0]], ["pliantness", [4, 4362, 1]], ["bendability", [4, 4362, 2]], ["suppleness", [4, 4362, 3]]]}, {"answer": "plication", "hint": "synonyms for plication", "clues": [["flexure", [4, 4363, 0]], ["crimp", [4, 4363, 1]], ["crease", [4, 4363, 2]], ["pleating", [4, 4363, 3]], ["bend", [4, 4363, 4]], ["fold", [4, 4363, 5]]]}, {"answer": "plosive", "hint": "synonyms for plosive", "clues": [["stop", [4, 4364, 0]], ["plosive consonant", [4, 4364, 1]], ["occlusive", [4, 4364, 2]], ["stop consonant", [4, 4364, 3]], ["plosive speech sound", [4, 4364, 4]]]}, {"answer": "plosive_consonant", "hint": "synonyms for plosive consonant", "clues": [["stop", [4, 4365, 0]], ["occlusive", [4, 4365, 1]], ["stop consonant", [4, 4365, 2]], ["plosive", [4, 4365, 3]], ["plosive speech sound", [4, 4365, 4]]]}, {"answer": "plosive_speech_sound", "hint": "synonyms for plosive speech sound", "clues": [["stop", [4, 4366, 0]], ["plosive consonant", [4, 4366, 1]], ["occlusive", [4, 4366, 2]], ["stop consonant", [4, 4366, 3]], ["plosive", [4, 4366, 4]]]}, {"answer": "plot", "hint": "synonyms for plot", "clues": [["patch", [4, 4367, 0]], ["secret plan", [4, 4367, 1]], ["plot of land", [4, 4367, 2]], ["game", [4, 4367, 3]], ["plot of ground", [4, 4367, 4]]]}, {"answer": "ploughland", "hint": "synonyms for ploughland", "clues": [["cultivated land", [4, 4368, 0]], ["plowland", [4, 4368, 1]], ["tillage", [4, 4368, 2]], ["farmland", [4, 4368, 3]], ["tilled land", [4, 4368, 4]], ["tilth", [4, 4368, 5]]]}, {"answer": "plowland", "hint": "synonyms for plowland", "clues": [["cultivated land", [4, 4369, 0]], ["tillage", [4, 4369, 1]], ["farmland", [4, 4369, 2]], ["tilled land", [4, 4369, 3]], ["tilth", [4, 4369, 4]], ["ploughland", [4, 4369, 5]]]}, {"answer": "plug", "hint": "synonyms for plug", "clues": [["stopper", [4, 4370, 0]], ["cud", [4, 4370, 1]], ["male plug", [4, 4370, 2]], ["fire hydrant", [4, 4370, 3]], ["hoopla", [4, 4370, 4]], ["hype", [4, 4370, 5]], ["ballyhoo", [4, 4370, 6]], ["chew", [4, 4370, 7]], ["quid", [4, 4370, 8]], ["spark plug", [4, 4370, 9]], ["chaw", [4, 4370, 10]], ["fireplug", [4, 4370, 11]], ["wad", [4, 4370, 12]]]}, {"answer": "plug-in", "hint": "synonyms for plug-in", "clues": [["add-in", [4, 4371, 0]], ["circuit board", [4, 4371, 1]], ["card", [4, 4371, 2]], ["board", [4, 4371, 3]]]}, {"answer": "plug_hat", "hint": "synonyms for plug hat", "clues": [["derby", [4, 4372, 0]], ["derby hat", [4, 4372, 1]], ["bowler", [4, 4372, 2]], ["bowler hat", [4, 4372, 3]]]}, {"answer": "plunder", "hint": "synonyms for plunder", "clues": [["pillage", [4, 4373, 0]], ["swag", [4, 4373, 1]], ["prize", [4, 4373, 2]], ["dirty money", [4, 4373, 3]], ["loot", [4, 4373, 4]], ["booty", [4, 4373, 5]]]}, {"answer": "plurality", "hint": "synonyms for plurality", "clues": [["pack", [4, 4374, 0]], ["relative majority", [4, 4374, 1]], ["multitude", [4, 4374, 2]], ["battalion", [4, 4374, 3]], ["large number", [4, 4374, 4]]]}, {"answer": "pm", "hint": "synonyms for pm", "clues": [["necropsy", [4, 4375, 0]], ["post-mortem examination", [4, 4375, 1]], ["autopsy", [4, 4375, 2]], ["postmortem", [4, 4375, 3]], ["phase modulation", [4, 4375, 4]], ["promethium", [4, 4375, 5]], ["atomic number 61", [4, 4375, 6]]]}, {"answer": "pms", "hint": "synonyms for pms", "clues": [["necropsy", [4, 4376, 0]], ["post-mortem examination", [4, 4376, 1]], ["autopsy", [4, 4376, 2]], ["postmortem", [4, 4376, 3]], ["phase modulation", [4, 4376, 4]], ["promethium", [4, 4376, 5]], ["atomic number 61", [4, 4376, 6]]]}, {"answer": "pocket", "hint": "synonyms for pocket", "clues": [["scoop", [4, 4377, 0]], ["air pocket", [4, 4377, 1]], ["pouch", [4, 4377, 2]], ["sack", [4, 4377, 3]], ["air hole", [4, 4377, 4]]]}, {"answer": "pocketbook", "hint": "synonyms for pocketbook", "clues": [["billfold", [4, 4378, 0]], ["notecase", [4, 4378, 1]], ["bag", [4, 4378, 2]], ["pocket edition", [4, 4378, 3]], ["handbag", [4, 4378, 4]], ["purse", [4, 4378, 5]], ["wallet", [4, 4378, 6]], ["pocket book", [4, 4378, 7]]]}, {"answer": "podium", "hint": "synonyms for podium", "clues": [["ambo", [4, 4379, 0]], ["stump", [4, 4379, 1]], ["pulpit", [4, 4379, 2]], ["dais", [4, 4379, 3]], ["soapbox", [4, 4379, 4]], ["rostrum", [4, 4379, 5]]]}, {"answer": "podsol_soil", "hint": "synonyms for podsol soil", "clues": [["podsol", [4, 4380, 0]], ["podsolic soil", [4, 4380, 1]], ["podzol", [4, 4380, 2]], ["podzol soil", [4, 4380, 3]]]}, {"answer": "point", "hint": "synonyms for point", "clues": [["head", [4, 4381, 0]], ["item", [4, 4381, 1]], ["spot", [4, 4381, 2]], ["point in time", [4, 4381, 3]], ["power point", [4, 4381, 4]], ["decimal point", [4, 4381, 5]], ["full stop", [4, 4381, 6]], ["dot", [4, 4381, 7]], ["pointedness", [4, 4381, 8]], ["full point", [4, 4381, 9]], ["period", [4, 4381, 10]], ["breaker point", [4, 4381, 11]], ["gunpoint", [4, 4381, 12]], ["stop", [4, 4381, 13]], ["tip", [4, 4381, 14]], ["peak", [4, 4381, 15]], ["distributor point", [4, 4381, 16]], ["percentage point", [4, 4381, 17]], ["detail", [4, 4381, 18]], ["compass point", [4, 4381, 19]]]}, {"answer": "pointlessness", "hint": "synonyms for pointlessness", "clues": [["senselessness", [4, 4382, 0]], ["inanity", [4, 4382, 1]], ["vacuity", [4, 4382, 2]], ["mindlessness", [4, 4382, 3]]]}, {"answer": "poise", "hint": "synonyms for poise", "clues": [["assuredness", [4, 4383, 0]], ["cool", [4, 4383, 1]], ["sang-froid", [4, 4383, 2]], ["aplomb", [4, 4383, 3]]]}, {"answer": "poke", "hint": "synonyms for poke", "clues": [["jabbing", [4, 4384, 0]], ["thrusting", [4, 4384, 1]], ["poking", [4, 4384, 2]], ["biff", [4, 4384, 3]], ["paper bag", [4, 4384, 4]], ["carrier bag", [4, 4384, 5]], ["lick", [4, 4384, 6]], ["clout", [4, 4384, 7]], ["slug", [4, 4384, 8]], ["punch", [4, 4384, 9]], ["sack", [4, 4384, 10]], ["jab", [4, 4384, 11]]]}, {"answer": "poker", "hint": "synonyms for poker", "clues": [["stove poker", [4, 4385, 0]], ["poker game", [4, 4385, 1]], ["salamander", [4, 4385, 2]], ["fire hook", [4, 4385, 3]]]}, {"answer": "poking", "hint": "synonyms for poking", "clues": [["jabbing", [4, 4386, 0]], ["poke", [4, 4386, 1]], ["thrusting", [4, 4386, 2]], ["jab", [4, 4386, 3]]]}, {"answer": "pole", "hint": "synonyms for pole", "clues": [["magnetic pole", [4, 4387, 0]], ["rod", [4, 4387, 1]], ["perch", [4, 4387, 2]], ["terminal", [4, 4387, 3]], ["celestial pole", [4, 4387, 4]]]}, {"answer": "police_blotter", "hint": "synonyms for police blotter", "clues": [["day book", [4, 4388, 0]], ["rap sheet", [4, 4388, 1]], ["charge sheet", [4, 4388, 2]], ["blotter", [4, 4388, 3]]]}, {"answer": "police_car", "hint": "synonyms for police car", "clues": [["prowl car", [4, 4389, 0]], ["squad car", [4, 4389, 1]], ["patrol car", [4, 4389, 2]], ["police cruiser", [4, 4389, 3]], ["cruiser", [4, 4389, 4]]]}, {"answer": "police_cruiser", "hint": "synonyms for police cruiser", "clues": [["police car", [4, 4390, 0]], ["prowl car", [4, 4390, 1]], ["patrol car", [4, 4390, 2]], ["squad car", [4, 4390, 3]], ["cruiser", [4, 4390, 4]]]}, {"answer": "police_van", "hint": "synonyms for police van", "clues": [["paddy wagon", [4, 4391, 0]], ["wagon", [4, 4391, 1]], ["police wagon", [4, 4391, 2]], ["patrol wagon", [4, 4391, 3]], ["black Maria", [4, 4391, 4]]]}, {"answer": "police_wagon", "hint": "synonyms for police wagon", "clues": [["police van", [4, 4392, 0]], ["paddy wagon", [4, 4392, 1]], ["wagon", [4, 4392, 2]], ["patrol wagon", [4, 4392, 3]], ["black Maria", [4, 4392, 4]]]}, {"answer": "political_campaign", "hint": "synonyms for political campaign", "clues": [["campaign", [4, 4393, 0]], ["run", [4, 4393, 1]], ["electioneering", [4, 4393, 2]], ["candidature", [4, 4393, 3]], ["candidacy", [4, 4393, 4]]]}, {"answer": "politics", "hint": "synonyms for politics", "clues": [["political sympathies", [4, 4394, 0]], ["political relation", [4, 4394, 1]], ["political science", [4, 4394, 2]], ["government", [4, 4394, 3]]]}, {"answer": "polls", "hint": "synonyms for polls", "clues": [["opinion poll", [4, 4395, 0]], ["poll", [4, 4395, 1]], ["canvass", [4, 4395, 2]], ["public opinion poll", [4, 4395, 3]]]}, {"answer": "pom-pom", "hint": "synonyms for pom-pom", "clues": [["ack-ack gun", [4, 4396, 0]], ["antiaircraft gun", [4, 4396, 1]], ["flak", [4, 4396, 2]], ["ack-ack", [4, 4396, 3]], ["pompon", [4, 4396, 4]]]}, {"answer": "pomposity", "hint": "synonyms for pomposity", "clues": [["pretentiousness", [4, 4397, 0]], ["splashiness", [4, 4397, 1]], ["puffiness", [4, 4397, 2]], ["pompousness", [4, 4397, 3]], ["ostentatiousness", [4, 4397, 4]], ["inflation", [4, 4397, 5]], ["ostentation", [4, 4397, 6]]]}, {"answer": "pompousness", "hint": "synonyms for pompousness", "clues": [["pretentiousness", [4, 4398, 0]], ["splashiness", [4, 4398, 1]], ["pomposity", [4, 4398, 2]], ["puffiness", [4, 4398, 3]], ["ostentatiousness", [4, 4398, 4]], ["inflation", [4, 4398, 5]], ["ostentation", [4, 4398, 6]]]}, {"answer": "ponderosity", "hint": "synonyms for ponderosity", "clues": [["heft", [4, 4399, 0]], ["ponderousness", [4, 4399, 1]], ["massiveness", [4, 4399, 2]], ["heftiness", [4, 4399, 3]]]}, {"answer": "ponderousness", "hint": "synonyms for ponderousness", "clues": [["ponderosity", [4, 4400, 0]], ["massiveness", [4, 4400, 1]], ["heftiness", [4, 4400, 2]], ["heft", [4, 4400, 3]], ["heaviness", [4, 4400, 4]]]}, {"answer": "pony", "hint": "synonyms for pony", "clues": [["trot", [4, 4401, 0]], ["crib", [4, 4401, 1]], ["jigger", [4, 4401, 2]], ["shot glass", [4, 4401, 3]]]}, {"answer": "pool", "hint": "synonyms for pool", "clues": [["pocket billiards", [4, 4402, 0]], ["puddle", [4, 4402, 1]], ["kitty", [4, 4402, 2]], ["consortium", [4, 4402, 3]], ["pond", [4, 4402, 4]], ["syndicate", [4, 4402, 5]]]}, {"answer": "poop", "hint": "synonyms for poop", "clues": [["dirt", [4, 4403, 0]], ["after part", [4, 4403, 1]], ["the skinny", [4, 4403, 2]], ["low-down", [4, 4403, 3]], ["tail", [4, 4403, 4]], ["stern", [4, 4403, 5]], ["shite", [4, 4403, 6]], ["crap", [4, 4403, 7]], ["dope", [4, 4403, 8]], ["turd", [4, 4403, 9]], ["quarter", [4, 4403, 10]]]}, {"answer": "poor_boy", "hint": "synonyms for poor boy", "clues": [["bomber", [4, 4404, 0]], ["torpedo", [4, 4404, 1]], ["submarine sandwich", [4, 4404, 2]], ["hoagie", [4, 4404, 3]], ["hero sandwich", [4, 4404, 4]], ["hero", [4, 4404, 5]], ["hoagy", [4, 4404, 6]], ["submarine", [4, 4404, 7]], ["grinder", [4, 4404, 8]], ["wedge", [4, 4404, 9]], ["zep", [4, 4404, 10]], ["sub", [4, 4404, 11]]]}, {"answer": "poorness", "hint": "synonyms for poorness", "clues": [["meagerness", [4, 4405, 0]], ["leanness", [4, 4405, 1]], ["scantness", [4, 4405, 2]], ["exiguity", [4, 4405, 3]]]}, {"answer": "porcelain_clay", "hint": "synonyms for porcelain clay", "clues": [["kaolin", [4, 4406, 0]], ["terra alba", [4, 4406, 1]], ["china stone", [4, 4406, 2]], ["china clay", [4, 4406, 3]]]}, {"answer": "porn", "hint": "synonyms for porn", "clues": [["porno", [4, 4407, 0]], ["pornography", [4, 4407, 1]], ["smut", [4, 4407, 2]], ["erotica", [4, 4407, 3]]]}, {"answer": "porno", "hint": "synonyms for porno", "clues": [["pornography", [4, 4408, 0]], ["smut", [4, 4408, 1]], ["porn", [4, 4408, 2]], ["erotica", [4, 4408, 3]]]}, {"answer": "portent", "hint": "synonyms for portent", "clues": [["prognostic", [4, 4409, 0]], ["omen", [4, 4409, 1]], ["prodigy", [4, 4409, 2]], ["prognostication", [4, 4409, 3]], ["presage", [4, 4409, 4]]]}, {"answer": "portion", "hint": "synonyms for portion", "clues": [["part", [4, 4410, 0]], ["dower", [4, 4410, 1]], ["component part", [4, 4410, 2]], ["component", [4, 4410, 3]], ["share", [4, 4410, 4]], ["serving", [4, 4410, 5]], ["helping", [4, 4410, 6]], ["constituent", [4, 4410, 7]], ["percentage", [4, 4410, 8]], ["parcel", [4, 4410, 9]], ["dowry", [4, 4410, 10]]]}, {"answer": "portrayal", "hint": "synonyms for portrayal", "clues": [["enactment", [4, 4411, 0]], ["personation", [4, 4411, 1]], ["portrait", [4, 4411, 2]], ["characterization", [4, 4411, 3]], ["depicting", [4, 4411, 4]], ["delineation", [4, 4411, 5]], ["portraiture", [4, 4411, 6]], ["portraying", [4, 4411, 7]]]}, {"answer": "pose", "hint": "synonyms for pose", "clues": [["affectedness", [4, 4412, 0]], ["affectation", [4, 4412, 1]], ["airs", [4, 4412, 2]], ["mannerism", [4, 4412, 3]]]}, {"answer": "position", "hint": "synonyms for position", "clues": [["stead", [4, 4413, 0]], ["military position", [4, 4413, 1]], ["positioning", [4, 4413, 2]], ["view", [4, 4413, 3]], ["spot", [4, 4413, 4]], ["spatial relation", [4, 4413, 5]], ["location", [4, 4413, 6]], ["perspective", [4, 4413, 7]], ["post", [4, 4413, 8]], ["place", [4, 4413, 9]], ["lieu", [4, 4413, 10]], ["berth", [4, 4413, 11]], ["posture", [4, 4413, 12]], ["billet", [4, 4413, 13]], ["office", [4, 4413, 14]], ["side", [4, 4413, 15]], ["attitude", [4, 4413, 16]], ["situation", [4, 4413, 17]], ["placement", [4, 4413, 18]], ["stance", [4, 4413, 19]]]}, {"answer": "positiveness", "hint": "synonyms for positiveness", "clues": [["positivity", [4, 4414, 0]], ["favorableness", [4, 4414, 1]], ["positivism", [4, 4414, 2]], ["profitableness", [4, 4414, 3]], ["incontrovertibility", [4, 4414, 4]], ["incontrovertibleness", [4, 4414, 5]], ["advantageousness", [4, 4414, 6]]]}, {"answer": "positivity", "hint": "synonyms for positivity", "clues": [["favorableness", [4, 4415, 0]], ["positivism", [4, 4415, 1]], ["profitableness", [4, 4415, 2]], ["positiveness", [4, 4415, 3]], ["incontrovertibility", [4, 4415, 4]], ["incontrovertibleness", [4, 4415, 5]], ["advantageousness", [4, 4415, 6]]]}, {"answer": "possession", "hint": "synonyms for possession", "clues": [["will power", [4, 4416, 0]], ["self-possession", [4, 4416, 1]], ["ownership", [4, 4416, 2]], ["self-will", [4, 4416, 3]], ["monomania", [4, 4416, 4]], ["self-control", [4, 4416, 5]], ["self-command", [4, 4416, 6]]]}, {"answer": "possibility", "hint": "synonyms for possibility", "clues": [["possible action", [4, 4417, 0]], ["theory", [4, 4417, 1]], ["opening", [4, 4417, 2]], ["hypothesis", [4, 4417, 3]]]}, {"answer": "post", "hint": "synonyms for post", "clues": [["mail", [4, 4418, 0]], ["stake", [4, 4418, 1]], ["office", [4, 4418, 2]], ["mail service", [4, 4418, 3]], ["spot", [4, 4418, 4]], ["situation", [4, 4418, 5]], ["military post", [4, 4418, 6]], ["berth", [4, 4418, 7]], ["postal service", [4, 4418, 8]], ["place", [4, 4418, 9]], ["position", [4, 4418, 10]], ["billet", [4, 4418, 11]]]}, {"answer": "post-mortem", "hint": "synonyms for post-mortem", "clues": [["necropsy", [4, 4419, 0]], ["post-mortem examination", [4, 4419, 1]], ["postmortem", [4, 4419, 2]], ["autopsy", [4, 4419, 3]]]}, {"answer": "post-mortem_examination", "hint": "synonyms for post-mortem examination", "clues": [["necropsy", [4, 4420, 0]], ["postmortem examination", [4, 4420, 1]], ["autopsy", [4, 4420, 2]], ["postmortem", [4, 4420, 3]]]}, {"answer": "poster", "hint": "synonyms for poster", "clues": [["card", [4, 4421, 0]], ["bill", [4, 4421, 1]], ["placard", [4, 4421, 2]], ["posting", [4, 4421, 3]], ["notice", [4, 4421, 4]]]}, {"answer": "postiche", "hint": "synonyms for postiche", "clues": [["false hair", [4, 4422, 0]], ["hairpiece", [4, 4422, 1]], ["fake", [4, 4422, 2]], ["sham", [4, 4422, 3]]]}, {"answer": "posting", "hint": "synonyms for posting", "clues": [["mailing", [4, 4423, 0]], ["card", [4, 4423, 1]], ["poster", [4, 4423, 2]], ["bill", [4, 4423, 3]], ["placard", [4, 4423, 4]], ["notice", [4, 4423, 5]]]}, {"answer": "postmortem_examination", "hint": "synonyms for postmortem examination", "clues": [["necropsy", [4, 4424, 0]], ["post-mortem examination", [4, 4424, 1]], ["autopsy", [4, 4424, 2]], ["postmortem", [4, 4424, 3]]]}, {"answer": "postponement", "hint": "synonyms for postponement", "clues": [["hold", [4, 4425, 0]], ["deferral", [4, 4425, 1]], ["deferment", [4, 4425, 2]], ["delay", [4, 4425, 3]], ["wait", [4, 4425, 4]], ["time lag", [4, 4425, 5]]]}, {"answer": "posture", "hint": "synonyms for posture", "clues": [["position", [4, 4426, 0]], ["military strength", [4, 4426, 1]], ["attitude", [4, 4426, 2]], ["military capability", [4, 4426, 3]], ["military posture", [4, 4426, 4]], ["strength", [4, 4426, 5]], ["stance", [4, 4426, 6]], ["carriage", [4, 4426, 7]], ["bearing", [4, 4426, 8]]]}, {"answer": "pot", "hint": "synonyms for pot", "clues": [["heap", [4, 4427, 0]], ["peck", [4, 4427, 1]], ["potentiometer", [4, 4427, 2]], ["mess", [4, 4427, 3]], ["gage", [4, 4427, 4]], ["toilet", [4, 4427, 5]], ["throne", [4, 4427, 6]], ["grass", [4, 4427, 7]], ["plenty", [4, 4427, 8]], ["kitty", [4, 4427, 9]], ["crapper", [4, 4427, 10]], ["pile", [4, 4427, 11]], ["slew", [4, 4427, 12]], ["green goddess", [4, 4427, 13]], ["can", [4, 4427, 14]], ["great deal", [4, 4427, 15]], ["locoweed", [4, 4427, 16]], ["potty", [4, 4427, 17]], ["spate", [4, 4427, 18]], ["stool", [4, 4427, 19]], ["mint", [4, 4427, 20]], ["skunk", [4, 4427, 21]], ["sess", [4, 4427, 22]], ["tidy sum", [4, 4427, 23]], ["jackpot", [4, 4427, 24]], ["mass", [4, 4427, 25]], ["mountain", [4, 4427, 26]], ["commode", [4, 4427, 27]], ["raft", [4, 4427, 28]], ["flowerpot", [4, 4427, 29]], ["flock", [4, 4427, 30]], ["quite a little", [4, 4427, 31]], ["sight", [4, 4427, 32]], ["wad", [4, 4427, 33]], ["batch", [4, 4427, 34]], ["hatful", [4, 4427, 35]], ["sens", [4, 4427, 36]], ["mickle", [4, 4427, 37]], ["dope", [4, 4427, 38]], ["stack", [4, 4427, 39]], ["passel", [4, 4427, 40]], ["deal", [4, 4427, 41]], ["smoke", [4, 4427, 42]], ["lot", [4, 4427, 43]], ["potful", [4, 4427, 44]], ["good deal", [4, 4427, 45]], ["muckle", [4, 4427, 46]], ["weed", [4, 4427, 47]]]}, {"answer": "potato", "hint": "synonyms for potato", "clues": [["tater", [4, 4428, 0]], ["white potato", [4, 4428, 1]], ["spud", [4, 4428, 2]], ["murphy", [4, 4428, 3]]]}, {"answer": "potency", "hint": "synonyms for potency", "clues": [["authorization", [4, 4429, 0]], ["strength", [4, 4429, 1]], ["say-so", [4, 4429, 2]], ["effectiveness", [4, 4429, 3]], ["dominance", [4, 4429, 4]], ["authority", [4, 4429, 5]]]}, {"answer": "potential_difference", "hint": "synonyms for potential difference", "clues": [["potential drop", [4, 4430, 0]], ["potential", [4, 4430, 1]], ["electric potential", [4, 4430, 2]], ["voltage", [4, 4430, 3]]]}, {"answer": "potential_drop", "hint": "synonyms for potential drop", "clues": [["potential difference", [4, 4431, 0]], ["potential", [4, 4431, 1]], ["electric potential", [4, 4431, 2]], ["voltage", [4, 4431, 3]]]}, {"answer": "pothouse", "hint": "synonyms for pothouse", "clues": [["pub", [4, 4432, 0]], ["saloon", [4, 4432, 1]], ["gin mill", [4, 4432, 2]], ["public house", [4, 4432, 3]], ["taphouse", [4, 4432, 4]]]}, {"answer": "potpourri", "hint": "synonyms for potpourri", "clues": [["smorgasbord", [4, 4433, 0]], ["mixed bag", [4, 4433, 1]], ["pastiche", [4, 4433, 2]], ["miscellanea", [4, 4433, 3]], ["assortment", [4, 4433, 4]], ["mixture", [4, 4433, 5]], ["medley", [4, 4433, 6]], ["variety", [4, 4433, 7]], ["motley", [4, 4433, 8]], ["salmagundi", [4, 4433, 9]]]}, {"answer": "poudrin", "hint": "synonyms for poudrin", "clues": [["frost mist", [4, 4434, 0]], ["diamond dust", [4, 4434, 1]], ["frost snow", [4, 4434, 2]], ["ice crystal", [4, 4434, 3]], ["snow mist", [4, 4434, 4]], ["ice needle", [4, 4434, 5]]]}, {"answer": "pouf", "hint": "synonyms for pouf", "clues": [["hassock", [4, 4435, 0]], ["puff", [4, 4435, 1]], ["ottoman", [4, 4435, 2]], ["pouffe", [4, 4435, 3]]]}, {"answer": "pouffe", "hint": "synonyms for pouffe", "clues": [["hassock", [4, 4436, 0]], ["puff", [4, 4436, 1]], ["ottoman", [4, 4436, 2]], ["pouf", [4, 4436, 3]]]}, {"answer": "pound", "hint": "synonyms for pound", "clues": [["pounding", [4, 4437, 0]], ["hammering", [4, 4437, 1]], ["pound sign", [4, 4437, 2]], ["quid", [4, 4437, 3]], ["pound sterling", [4, 4437, 4]], ["punt", [4, 4437, 5]], ["lb", [4, 4437, 6]], ["lbf.", [4, 4437, 7]], ["dog pound", [4, 4437, 8]]]}, {"answer": "pounding", "hint": "synonyms for pounding", "clues": [["pound", [4, 4438, 0]], ["throbbing", [4, 4438, 1]], ["hammering", [4, 4438, 2]], ["buffeting", [4, 4438, 3]], ["throb", [4, 4438, 4]]]}, {"answer": "pourboire", "hint": "synonyms for pourboire", "clues": [["tip", [4, 4439, 0]], ["baksheesh", [4, 4439, 1]], ["bakshis", [4, 4439, 2]], ["gratuity", [4, 4439, 3]]]}, {"answer": "power", "hint": "synonyms for power", "clues": [["ability", [4, 4440, 0]], ["mightiness", [4, 4440, 1]], ["powerfulness", [4, 4440, 2]], ["index", [4, 4440, 3]], ["world power", [4, 4440, 4]], ["exponent", [4, 4440, 5]], ["great power", [4, 4440, 6]], ["might", [4, 4440, 7]], ["superpower", [4, 4440, 8]], ["major power", [4, 4440, 9]]]}, {"answer": "practice", "hint": "synonyms for practice", "clues": [["recitation", [4, 4441, 0]], ["praxis", [4, 4441, 1]], ["exercise", [4, 4441, 2]], ["pattern", [4, 4441, 3]], ["drill", [4, 4441, 4]], ["practice session", [4, 4441, 5]]]}, {"answer": "practice_session", "hint": "synonyms for practice session", "clues": [["recitation", [4, 4442, 0]], ["drill", [4, 4442, 1]], ["exercise", [4, 4442, 2]], ["practice", [4, 4442, 3]]]}, {"answer": "pram", "hint": "synonyms for pram", "clues": [["carriage", [4, 4443, 0]], ["go-cart", [4, 4443, 1]], ["stroller", [4, 4443, 2]], ["pushchair", [4, 4443, 3]], ["baby buggy", [4, 4443, 4]], ["pusher", [4, 4443, 5]], ["baby carriage", [4, 4443, 6]], ["perambulator", [4, 4443, 7]]]}, {"answer": "prank", "hint": "synonyms for prank", "clues": [["frivolity", [4, 4444, 0]], ["harlequinade", [4, 4444, 1]], ["joke", [4, 4444, 2]], ["antic", [4, 4444, 3]], ["put-on", [4, 4444, 4]], ["clowning", [4, 4444, 5]], ["japery", [4, 4444, 6]], ["buffoonery", [4, 4444, 7]], ["trick", [4, 4444, 8]], ["caper", [4, 4444, 9]]]}, {"answer": "prate", "hint": "synonyms for prate", "clues": [["chin music", [4, 4445, 0]], ["idle talk", [4, 4445, 1]], ["prattle", [4, 4445, 2]], ["blether", [4, 4445, 3]]]}, {"answer": "pratfall", "hint": "synonyms for pratfall", "clues": [["blooper", [4, 4446, 0]], ["botch", [4, 4446, 1]], ["bungle", [4, 4446, 2]], ["fuckup", [4, 4446, 3]], ["boner", [4, 4446, 4]], ["foul-up", [4, 4446, 5]], ["flub", [4, 4446, 6]], ["blunder", [4, 4446, 7]], ["boo-boo", [4, 4446, 8]]]}, {"answer": "prattle", "hint": "synonyms for prattle", "clues": [["chin music", [4, 4447, 0]], ["idle talk", [4, 4447, 1]], ["prate", [4, 4447, 2]], ["blether", [4, 4447, 3]]]}, {"answer": "prayer", "hint": "synonyms for prayer", "clues": [["supplication", [4, 4448, 0]], ["appeal", [4, 4448, 1]], ["orison", [4, 4448, 2]], ["entreaty", [4, 4448, 3]], ["petition", [4, 4448, 4]]]}, {"answer": "precaution", "hint": "synonyms for precaution", "clues": [["care", [4, 4449, 0]], ["caution", [4, 4449, 1]], ["safeguard", [4, 4449, 2]], ["forethought", [4, 4449, 3]], ["guard", [4, 4449, 4]]]}, {"answer": "precedence", "hint": "synonyms for precedence", "clues": [["precedency", [4, 4450, 0]], ["anteriority", [4, 4450, 1]], ["precession", [4, 4450, 2]], ["priority", [4, 4450, 3]], ["antecedence", [4, 4450, 4]]]}, {"answer": "precedency", "hint": "synonyms for precedency", "clues": [["precedence", [4, 4451, 0]], ["anteriority", [4, 4451, 1]], ["precession", [4, 4451, 2]], ["priority", [4, 4451, 3]], ["antecedence", [4, 4451, 4]]]}, {"answer": "preciousness", "hint": "synonyms for preciousness", "clues": [["invaluableness", [4, 4452, 0]], ["dearness", [4, 4452, 1]], ["costliness", [4, 4452, 2]], ["preciosity", [4, 4452, 3]], ["pricelessness", [4, 4452, 4]]]}, {"answer": "precipitance", "hint": "synonyms for precipitance", "clues": [["precipitancy", [4, 4453, 0]], ["abruptness", [4, 4453, 1]], ["suddenness", [4, 4453, 2]], ["precipitateness", [4, 4453, 3]], ["precipitousness", [4, 4453, 4]]]}, {"answer": "precipitancy", "hint": "synonyms for precipitancy", "clues": [["precipitance", [4, 4454, 0]], ["abruptness", [4, 4454, 1]], ["suddenness", [4, 4454, 2]], ["precipitateness", [4, 4454, 3]], ["precipitousness", [4, 4454, 4]]]}, {"answer": "precipitateness", "hint": "synonyms for precipitateness", "clues": [["precipitance", [4, 4455, 0]], ["abruptness", [4, 4455, 1]], ["suddenness", [4, 4455, 2]], ["precipitousness", [4, 4455, 3]]]}, {"answer": "precipitation", "hint": "synonyms for precipitation", "clues": [["hurriedness", [4, 4456, 0]], ["hastiness", [4, 4456, 1]], ["haste", [4, 4456, 2]], ["hurry", [4, 4456, 3]], ["downfall", [4, 4456, 4]]]}, {"answer": "precipitousness", "hint": "synonyms for precipitousness", "clues": [["steepness", [4, 4457, 0]], ["precipitancy", [4, 4457, 1]], ["abruptness", [4, 4457, 2]], ["suddenness", [4, 4457, 3]], ["precipitateness", [4, 4457, 4]]]}, {"answer": "preconceived_idea", "hint": "synonyms for preconceived idea", "clues": [["prepossession", [4, 4458, 0]], ["preconceived opinion", [4, 4458, 1]], ["parti pris", [4, 4458, 2]], ["preconception", [4, 4458, 3]]]}, {"answer": "preconceived_notion", "hint": "synonyms for preconceived notion", "clues": [["prepossession", [4, 4459, 0]], ["preconceived opinion", [4, 4459, 1]], ["parti pris", [4, 4459, 2]], ["preconception", [4, 4459, 3]], ["preconceived idea", [4, 4459, 4]]]}, {"answer": "preconceived_opinion", "hint": "synonyms for preconceived opinion", "clues": [["prepossession", [4, 4460, 0]], ["parti pris", [4, 4460, 1]], ["preconception", [4, 4460, 2]], ["preconceived notion", [4, 4460, 3]], ["preconceived idea", [4, 4460, 4]]]}, {"answer": "preconception", "hint": "synonyms for preconception", "clues": [["prepossession", [4, 4461, 0]], ["prejudice", [4, 4461, 1]], ["bias", [4, 4461, 2]], ["preconceived opinion", [4, 4461, 3]], ["parti pris", [4, 4461, 4]], ["preconceived idea", [4, 4461, 5]]]}, {"answer": "precondition", "hint": "synonyms for precondition", "clues": [["presumption", [4, 4462, 0]], ["condition", [4, 4462, 1]], ["stipulation", [4, 4462, 2]], ["given", [4, 4462, 3]]]}, {"answer": "precursor", "hint": "synonyms for precursor", "clues": [["harbinger", [4, 4463, 0]], ["herald", [4, 4463, 1]], ["predecessor", [4, 4463, 2]], ["forerunner", [4, 4463, 3]]]}, {"answer": "predecessor", "hint": "synonyms for predecessor", "clues": [["harbinger", [4, 4464, 0]], ["herald", [4, 4464, 1]], ["forerunner", [4, 4464, 2]], ["precursor", [4, 4464, 3]]]}, {"answer": "prediction", "hint": "synonyms for prediction", "clues": [["anticipation", [4, 4465, 0]], ["prevision", [4, 4465, 1]], ["forecasting", [4, 4465, 2]], ["foretelling", [4, 4465, 3]], ["prognostication", [4, 4465, 4]]]}, {"answer": "predilection", "hint": "synonyms for predilection", "clues": [["preference", [4, 4466, 0]], ["orientation", [4, 4466, 1]], ["penchant", [4, 4466, 2]], ["taste", [4, 4466, 3]]]}, {"answer": "preference", "hint": "synonyms for preference", "clues": [["orientation", [4, 4467, 0]], ["predilection", [4, 4467, 1]], ["druthers", [4, 4467, 2]], ["penchant", [4, 4467, 3]], ["taste", [4, 4467, 4]]]}, {"answer": "prefrontal_leucotomy", "hint": "synonyms for prefrontal leucotomy", "clues": [["prefrontal leukotomy", [4, 4468, 0]], ["leukotomy", [4, 4468, 1]], ["lobotomy", [4, 4468, 2]], ["frontal lobotomy", [4, 4468, 3]]]}, {"answer": "prefrontal_lobotomy", "hint": "synonyms for prefrontal lobotomy", "clues": [["prefrontal leukotomy", [4, 4469, 0]], ["leukotomy", [4, 4469, 1]], ["lobotomy", [4, 4469, 2]], ["frontal lobotomy", [4, 4469, 3]]]}, {"answer": "prelims", "hint": "synonyms for prelims", "clues": [["preliminary exam", [4, 4470, 0]], ["preliminary", [4, 4470, 1]], ["preliminary examination", [4, 4470, 2]], ["front matter", [4, 4470, 3]], ["prelim", [4, 4470, 4]]]}, {"answer": "premonition", "hint": "synonyms for premonition", "clues": [["boding", [4, 4471, 0]], ["forewarning", [4, 4471, 1]], ["foreboding", [4, 4471, 2]], ["presentiment", [4, 4471, 3]]]}, {"answer": "preparation", "hint": "synonyms for preparation", "clues": [["readying", [4, 4472, 0]], ["grooming", [4, 4472, 1]], ["training", [4, 4472, 2]], ["planning", [4, 4472, 3]], ["formulation", [4, 4472, 4]], ["cookery", [4, 4472, 5]], ["provision", [4, 4472, 6]], ["prep", [4, 4472, 7]], ["cooking", [4, 4472, 8]], ["homework", [4, 4472, 9]]]}, {"answer": "prepossession", "hint": "synonyms for prepossession", "clues": [["preconceived opinion", [4, 4473, 0]], ["parti pris", [4, 4473, 1]], ["preconception", [4, 4473, 2]], ["preconceived idea", [4, 4473, 3]]]}, {"answer": "presage", "hint": "synonyms for presage", "clues": [["prognostic", [4, 4474, 0]], ["omen", [4, 4474, 1]], ["prodigy", [4, 4474, 2]], ["prognostication", [4, 4474, 3]], ["portent", [4, 4474, 4]]]}, {"answer": "presence", "hint": "synonyms for presence", "clues": [["comportment", [4, 4475, 0]], ["bearing", [4, 4475, 1]], ["front", [4, 4475, 2]], ["mien", [4, 4475, 3]]]}, {"answer": "presentation", "hint": "synonyms for presentation", "clues": [["display", [4, 4476, 0]], ["presentment", [4, 4476, 1]], ["intro", [4, 4476, 2]], ["demonstration", [4, 4476, 3]], ["introduction", [4, 4476, 4]]]}, {"answer": "press", "hint": "synonyms for press", "clues": [["wardrobe", [4, 4477, 0]], ["mechanical press", [4, 4477, 1]], ["pressing", [4, 4477, 2]], ["military press", [4, 4477, 3]], ["closet", [4, 4477, 4]], ["pressure", [4, 4477, 5]], ["crush", [4, 4477, 6]], ["printing press", [4, 4477, 7]], ["jam", [4, 4477, 8]], ["public press", [4, 4477, 9]]]}, {"answer": "press_agency", "hint": "synonyms for press agency", "clues": [["news agency", [4, 4478, 0]], ["news organization", [4, 4478, 1]], ["press association", [4, 4478, 2]], ["wire service", [4, 4478, 3]]]}, {"answer": "press_association", "hint": "synonyms for press association", "clues": [["news agency", [4, 4479, 0]], ["news organization", [4, 4479, 1]], ["press agency", [4, 4479, 2]], ["wire service", [4, 4479, 3]]]}, {"answer": "press_clipping", "hint": "synonyms for press clipping", "clues": [["clipping", [4, 4480, 0]], ["cutting", [4, 4480, 1]], ["newspaper clipping", [4, 4480, 2]], ["press cutting", [4, 4480, 3]]]}, {"answer": "press_cutting", "hint": "synonyms for press cutting", "clues": [["clipping", [4, 4481, 0]], ["cutting", [4, 4481, 1]], ["newspaper clipping", [4, 4481, 2]], ["press clipping", [4, 4481, 3]]]}, {"answer": "pressure", "hint": "synonyms for pressure", "clues": [["pressure level", [4, 4482, 0]], ["press", [4, 4482, 1]], ["atmospheric pressure", [4, 4482, 2]], ["pressure sensation", [4, 4482, 3]], ["air pressure", [4, 4482, 4]], ["force per unit area", [4, 4482, 5]]]}, {"answer": "pressure-feed_lubricating_system", "hint": "synonyms for pressure-feed lubricating system", "clues": [["lubricating system", [4, 4483, 0]], ["force feed", [4, 4483, 1]], ["force-feed lubricating system", [4, 4483, 2]], ["pressure feed", [4, 4483, 3]]]}, {"answer": "presumption", "hint": "synonyms for presumption", "clues": [["assumption", [4, 4484, 0]], ["precondition", [4, 4484, 1]], ["effrontery", [4, 4484, 2]], ["presumptuousness", [4, 4484, 3]], ["given", [4, 4484, 4]]]}, {"answer": "pretence", "hint": "synonyms for pretence", "clues": [["pretense", [4, 4485, 0]], ["pretending", [4, 4485, 1]], ["feigning", [4, 4485, 2]], ["pretension", [4, 4485, 3]], ["make-believe", [4, 4485, 4]], ["dissembling", [4, 4485, 5]], ["pretext", [4, 4485, 6]], ["simulation", [4, 4485, 7]], ["guise", [4, 4485, 8]]]}, {"answer": "pretense", "hint": "synonyms for pretense", "clues": [["pretence", [4, 4486, 0]], ["pretending", [4, 4486, 1]], ["feigning", [4, 4486, 2]], ["guise", [4, 4486, 3]], ["dissembling", [4, 4486, 4]], ["pretension", [4, 4486, 5]], ["simulation", [4, 4486, 6]], ["pretext", [4, 4486, 7]], ["make-believe", [4, 4486, 8]]]}, {"answer": "pretentiousness", "hint": "synonyms for pretentiousness", "clues": [["pomposity", [4, 4487, 0]], ["pretension", [4, 4487, 1]], ["pompousness", [4, 4487, 2]], ["ostentation", [4, 4487, 3]], ["splashiness", [4, 4487, 4]], ["puffiness", [4, 4487, 5]], ["largeness", [4, 4487, 6]], ["ostentatiousness", [4, 4487, 7]], ["inflation", [4, 4487, 8]]]}, {"answer": "prevarication", "hint": "synonyms for prevarication", "clues": [["evasiveness", [4, 4488, 0]], ["fabrication", [4, 4488, 1]], ["lie", [4, 4488, 2]], ["equivocation", [4, 4488, 3]], ["lying", [4, 4488, 4]]]}, {"answer": "prevision", "hint": "synonyms for prevision", "clues": [["anticipation", [4, 4489, 0]], ["prospicience", [4, 4489, 1]], ["foresight", [4, 4489, 2]], ["prescience", [4, 4489, 3]], ["prediction", [4, 4489, 4]], ["farsightedness", [4, 4489, 5]]]}, {"answer": "price", "hint": "synonyms for price", "clues": [["terms", [4, 4490, 0]], ["toll", [4, 4490, 1]], ["cost", [4, 4490, 2]], ["damage", [4, 4490, 3]], ["monetary value", [4, 4490, 4]]]}, {"answer": "price_of_admission", "hint": "synonyms for price of admission", "clues": [["admission fee", [4, 4491, 0]], ["admission price", [4, 4491, 1]], ["admission charge", [4, 4491, 2]], ["entrance money", [4, 4491, 3]], ["entrance fee", [4, 4491, 4]], ["admission", [4, 4491, 5]]]}, {"answer": "prick", "hint": "synonyms for prick", "clues": [["pricking", [4, 4492, 0]], ["incision", [4, 4492, 1]], ["scratch", [4, 4492, 2]], ["dent", [4, 4492, 3]], ["slit", [4, 4492, 4]]]}, {"answer": "primer", "hint": "synonyms for primer", "clues": [["flat coat", [4, 4493, 0]], ["primer coat", [4, 4493, 1]], ["priming", [4, 4493, 2]], ["fuze", [4, 4493, 3]], ["ground", [4, 4493, 4]], ["undercoat", [4, 4493, 5]], ["fusee", [4, 4493, 6]], ["priming coat", [4, 4493, 7]]]}, {"answer": "primer_coat", "hint": "synonyms for primer coat", "clues": [["flat coat", [4, 4494, 0]], ["priming coat", [4, 4494, 1]], ["priming", [4, 4494, 2]], ["primer", [4, 4494, 3]], ["ground", [4, 4494, 4]], ["undercoat", [4, 4494, 5]]]}, {"answer": "priming", "hint": "synonyms for priming", "clues": [["flat coat", [4, 4495, 0]], ["primer coat", [4, 4495, 1]], ["primer", [4, 4495, 2]], ["fuze", [4, 4495, 3]], ["ground", [4, 4495, 4]], ["undercoat", [4, 4495, 5]], ["fusee", [4, 4495, 6]], ["priming coat", [4, 4495, 7]]]}, {"answer": "priming_coat", "hint": "synonyms for priming coat", "clues": [["flat coat", [4, 4496, 0]], ["primer coat", [4, 4496, 1]], ["priming", [4, 4496, 2]], ["primer", [4, 4496, 3]], ["ground", [4, 4496, 4]], ["undercoat", [4, 4496, 5]]]}, {"answer": "primitive_art", "hint": "synonyms for primitive art", "clues": [["outsider art", [4, 4497, 0]], ["self-taught art", [4, 4497, 1]], ["naive art", [4, 4497, 2]], ["vernacular art", [4, 4497, 3]]]}, {"answer": "prison-breaking", "hint": "synonyms for prison-breaking", "clues": [["break", [4, 4498, 0]], ["gaolbreak", [4, 4498, 1]], ["breakout", [4, 4498, 2]], ["prisonbreak", [4, 4498, 3]], ["jailbreak", [4, 4498, 4]]]}, {"answer": "prison_camp", "hint": "synonyms for prison camp", "clues": [["prison farm", [4, 4499, 0]], ["prisoner of war camp", [4, 4499, 1]], ["work camp", [4, 4499, 2]], ["internment camp", [4, 4499, 3]]]}, {"answer": "prisonbreak", "hint": "synonyms for prisonbreak", "clues": [["break", [4, 4500, 0]], ["gaolbreak", [4, 4500, 1]], ["breakout", [4, 4500, 2]], ["prison-breaking", [4, 4500, 3]], ["jailbreak", [4, 4500, 4]]]}, {"answer": "procedure", "hint": "synonyms for procedure", "clues": [["subroutine", [4, 4501, 0]], ["subprogram", [4, 4501, 1]], ["function", [4, 4501, 2]], ["routine", [4, 4501, 3]], ["operation", [4, 4501, 4]], ["process", [4, 4501, 5]]]}, {"answer": "proceedings", "hint": "synonyms for proceedings", "clues": [["minutes", [4, 4502, 0]], ["transactions", [4, 4502, 1]], ["legal proceeding", [4, 4502, 2]], ["proceeding", [4, 4502, 3]]]}, {"answer": "proceeds", "hint": "synonyms for proceeds", "clues": [["payoff", [4, 4503, 0]], ["yield", [4, 4503, 1]], ["return", [4, 4503, 2]], ["issue", [4, 4503, 3]], ["takings", [4, 4503, 4]], ["take", [4, 4503, 5]]]}, {"answer": "process", "hint": "synonyms for process", "clues": [["procedure", [4, 4504, 0]], ["mental process", [4, 4504, 1]], ["physical process", [4, 4504, 2]], ["operation", [4, 4504, 3]], ["unconscious process", [4, 4504, 4]], ["cognitive operation", [4, 4504, 5]], ["cognitive process", [4, 4504, 6]], ["summons", [4, 4504, 7]]]}, {"answer": "procession", "hint": "synonyms for procession", "clues": [["forward motion", [4, 4505, 0]], ["advancement", [4, 4505, 1]], ["advance", [4, 4505, 2]], ["progress", [4, 4505, 3]], ["progression", [4, 4505, 4]], ["emanation", [4, 4505, 5]], ["rise", [4, 4505, 6]]]}, {"answer": "proclamation", "hint": "synonyms for proclamation", "clues": [["promulgation", [4, 4506, 0]], ["announcement", [4, 4506, 1]], ["annunciation", [4, 4506, 2]], ["declaration", [4, 4506, 3]]]}, {"answer": "prod", "hint": "synonyms for prod", "clues": [["urging", [4, 4507, 0]], ["goad", [4, 4507, 1]], ["spur", [4, 4507, 2]], ["spurring", [4, 4507, 3]], ["prodding", [4, 4507, 4]]]}, {"answer": "prodding", "hint": "synonyms for prodding", "clues": [["prod", [4, 4508, 0]], ["urging", [4, 4508, 1]], ["goad", [4, 4508, 2]], ["spur", [4, 4508, 3]], ["spurring", [4, 4508, 4]]]}, {"answer": "prodigality", "hint": "synonyms for prodigality", "clues": [["extravagance", [4, 4509, 0]], ["high life", [4, 4509, 1]], ["profligacy", [4, 4509, 2]], ["lavishness", [4, 4509, 3]]]}, {"answer": "prodigy", "hint": "synonyms for prodigy", "clues": [["prognostic", [4, 4510, 0]], ["omen", [4, 4510, 1]], ["prognostication", [4, 4510, 2]], ["presage", [4, 4510, 3]], ["portent", [4, 4510, 4]]]}, {"answer": "product", "hint": "synonyms for product", "clues": [["production", [4, 4511, 0]], ["intersection", [4, 4511, 1]], ["ware", [4, 4511, 2]], ["mathematical product", [4, 4511, 3]], ["merchandise", [4, 4511, 4]]]}, {"answer": "product_line", "hint": "synonyms for product line", "clues": [["line of business", [4, 4512, 0]], ["line of merchandise", [4, 4512, 1]], ["business line", [4, 4512, 2]], ["line", [4, 4512, 3]], ["line of products", [4, 4512, 4]]]}, {"answer": "profit", "hint": "synonyms for profit", "clues": [["earnings", [4, 4513, 0]], ["lucre", [4, 4513, 1]], ["net", [4, 4513, 2]], ["gain", [4, 4513, 3]], ["net profit", [4, 4513, 4]], ["net income", [4, 4513, 5]], ["profits", [4, 4513, 6]]]}, {"answer": "profitableness", "hint": "synonyms for profitableness", "clues": [["positivity", [4, 4514, 0]], ["positiveness", [4, 4514, 1]], ["favorableness", [4, 4514, 2]], ["advantageousness", [4, 4514, 3]], ["profitability", [4, 4514, 4]], ["lucrativeness", [4, 4514, 5]], ["gainfulness", [4, 4514, 6]]]}, {"answer": "profits", "hint": "synonyms for profits", "clues": [["profit", [4, 4515, 0]], ["gain", [4, 4515, 1]], ["net income", [4, 4515, 2]], ["earnings", [4, 4515, 3]], ["lucre", [4, 4515, 4]], ["net", [4, 4515, 5]], ["winnings", [4, 4515, 6]], ["net profit", [4, 4515, 7]], ["win", [4, 4515, 8]]]}, {"answer": "profligacy", "hint": "synonyms for profligacy", "clues": [["licentiousness", [4, 4516, 0]], ["extravagance", [4, 4516, 1]], ["prodigality", [4, 4516, 2]], ["looseness", [4, 4516, 3]], ["dissolution", [4, 4516, 4]], ["dissipation", [4, 4516, 5]]]}, {"answer": "profoundness", "hint": "synonyms for profoundness", "clues": [["profundity", [4, 4517, 0]], ["abstrusity", [4, 4517, 1]], ["deepness", [4, 4517, 2]], ["astuteness", [4, 4517, 3]], ["reconditeness", [4, 4517, 4]], ["depth", [4, 4517, 5]], ["abstruseness", [4, 4517, 6]]]}, {"answer": "profundity", "hint": "synonyms for profundity", "clues": [["abstrusity", [4, 4518, 0]], ["deepness", [4, 4518, 1]], ["profoundness", [4, 4518, 2]], ["reconditeness", [4, 4518, 3]], ["astuteness", [4, 4518, 4]], ["depth", [4, 4518, 5]], ["abstruseness", [4, 4518, 6]]]}, {"answer": "prognostication", "hint": "synonyms for prognostication", "clues": [["prognostic", [4, 4519, 0]], ["forecasting", [4, 4519, 1]], ["vaticination", [4, 4519, 2]], ["prodigy", [4, 4519, 3]], ["prediction", [4, 4519, 4]], ["presage", [4, 4519, 5]], ["portent", [4, 4519, 6]], ["prophecy", [4, 4519, 7]], ["omen", [4, 4519, 8]], ["foretelling", [4, 4519, 9]]]}, {"answer": "program", "hint": "synonyms for program", "clues": [["programme", [4, 4520, 0]], ["computer programme", [4, 4520, 1]], ["political program", [4, 4520, 2]], ["plan", [4, 4520, 3]], ["platform", [4, 4520, 4]], ["course of study", [4, 4520, 5]], ["broadcast", [4, 4520, 6]], ["political platform", [4, 4520, 7]], ["curriculum", [4, 4520, 8]], ["syllabus", [4, 4520, 9]]]}, {"answer": "programme", "hint": "synonyms for programme", "clues": [["program", [4, 4521, 0]], ["computer programme", [4, 4521, 1]], ["course of study", [4, 4521, 2]], ["plan", [4, 4521, 3]], ["broadcast", [4, 4521, 4]], ["syllabus", [4, 4521, 5]], ["curriculum", [4, 4521, 6]]]}, {"answer": "progress", "hint": "synonyms for progress", "clues": [["forward motion", [4, 4522, 0]], ["advancement", [4, 4522, 1]], ["advance", [4, 4522, 2]], ["progression", [4, 4522, 3]]]}, {"answer": "progression", "hint": "synonyms for progression", "clues": [["forward motion", [4, 4523, 0]], ["patterned advance", [4, 4523, 1]], ["advancement", [4, 4523, 2]], ["advance", [4, 4523, 3]], ["procession", [4, 4523, 4]], ["progress", [4, 4523, 5]]]}, {"answer": "progressive_tense", "hint": "synonyms for progressive tense", "clues": [["imperfect tense", [4, 4524, 0]], ["imperfect", [4, 4524, 1]], ["progressive", [4, 4524, 2]], ["continuous tense", [4, 4524, 3]]]}, {"answer": "prohibition", "hint": "synonyms for prohibition", "clues": [["prohibition era", [4, 4525, 0]], ["inhibition", [4, 4525, 1]], ["ban", [4, 4525, 2]], ["forbiddance", [4, 4525, 3]], ["proscription", [4, 4525, 4]]]}, {"answer": "project", "hint": "synonyms for project", "clues": [["labor", [4, 4526, 0]], ["undertaking", [4, 4526, 1]], ["task", [4, 4526, 2]], ["projection", [4, 4526, 3]]]}, {"answer": "projection", "hint": "synonyms for projection", "clues": [["project", [4, 4527, 0]], ["protrusion", [4, 4527, 1]], ["expulsion", [4, 4527, 2]], ["jut", [4, 4527, 3]], ["forcing out", [4, 4527, 4]], ["jutting", [4, 4527, 5]], ["sound projection", [4, 4527, 6]], ["ejection", [4, 4527, 7]], ["acoustic projection", [4, 4527, 8]]]}, {"answer": "prolixity", "hint": "synonyms for prolixity", "clues": [["wordiness", [4, 4528, 0]], ["prolixness", [4, 4528, 1]], ["windiness", [4, 4528, 2]], ["long-windedness", [4, 4528, 3]]]}, {"answer": "prolixness", "hint": "synonyms for prolixness", "clues": [["prolixity", [4, 4529, 0]], ["windiness", [4, 4529, 1]], ["long-windedness", [4, 4529, 2]], ["wordiness", [4, 4529, 3]]]}, {"answer": "prolongation", "hint": "synonyms for prolongation", "clues": [["lengthiness", [4, 4530, 0]], ["protraction", [4, 4530, 1]], ["extension", [4, 4530, 2]], ["continuation", [4, 4530, 3]], ["perpetuation", [4, 4530, 4]], ["lengthening", [4, 4530, 5]]]}, {"answer": "prolusion", "hint": "synonyms for prolusion", "clues": [["tune-up", [4, 4531, 0]], ["preface", [4, 4531, 1]], ["warm-up", [4, 4531, 2]], ["foreword", [4, 4531, 3]]]}, {"answer": "promenade", "hint": "synonyms for promenade", "clues": [["stroll", [4, 4532, 0]], ["amble", [4, 4532, 1]], ["prom", [4, 4532, 2]], ["perambulation", [4, 4532, 3]], ["saunter", [4, 4532, 4]], ["mall", [4, 4532, 5]]]}, {"answer": "prominence", "hint": "synonyms for prominence", "clues": [["jut", [4, 4533, 0]], ["swelling", [4, 4533, 1]], ["protuberance", [4, 4533, 2]], ["gibbosity", [4, 4533, 3]], ["gibbousness", [4, 4533, 4]], ["bulge", [4, 4533, 5]], ["extrusion", [4, 4533, 6]], ["bump", [4, 4533, 7]], ["excrescence", [4, 4533, 8]], ["protrusion", [4, 4533, 9]], ["hump", [4, 4533, 10]]]}, {"answer": "promotion", "hint": "synonyms for promotion", "clues": [["furtherance", [4, 4534, 0]], ["publicity", [4, 4534, 1]], ["forwarding", [4, 4534, 2]], ["promotional material", [4, 4534, 3]], ["packaging", [4, 4534, 4]], ["advancement", [4, 4534, 5]]]}, {"answer": "propensity", "hint": "synonyms for propensity", "clues": [["leaning", [4, 4535, 0]], ["aptness", [4, 4535, 1]], ["proclivity", [4, 4535, 2]], ["tendency", [4, 4535, 3]]]}, {"answer": "property", "hint": "synonyms for property", "clues": [["prop", [4, 4536, 0]], ["holding", [4, 4536, 1]], ["dimension", [4, 4536, 2]], ["attribute", [4, 4536, 3]], ["place", [4, 4536, 4]], ["belongings", [4, 4536, 5]]]}, {"answer": "prophylactic_device", "hint": "synonyms for prophylactic device", "clues": [["preventive", [4, 4537, 0]], ["birth control device", [4, 4537, 1]], ["contraceptive", [4, 4537, 2]], ["contraceptive device", [4, 4537, 3]]]}, {"answer": "propitiation", "hint": "synonyms for propitiation", "clues": [["placation", [4, 4538, 0]], ["atonement", [4, 4538, 1]], ["conciliation", [4, 4538, 2]], ["expiation", [4, 4538, 3]]]}, {"answer": "proportion", "hint": "synonyms for proportion", "clues": [["symmetry", [4, 4539, 0]], ["dimension", [4, 4539, 1]], ["ratio", [4, 4539, 2]], ["proportionality", [4, 4539, 3]], ["balance", [4, 4539, 4]]]}, {"answer": "proposal", "hint": "synonyms for proposal", "clues": [["proposal of marriage", [4, 4540, 0]], ["proposition", [4, 4540, 1]], ["marriage offer", [4, 4540, 2]], ["marriage proposal", [4, 4540, 3]]]}, {"answer": "props", "hint": "synonyms for props", "clues": [["prop", [4, 4541, 0]], ["property", [4, 4541, 1]], ["airplane propeller", [4, 4541, 2]], ["airscrew", [4, 4541, 3]]]}, {"answer": "prosody", "hint": "synonyms for prosody", "clues": [["metrics", [4, 4542, 0]], ["inflection", [4, 4542, 1]], ["rhythmic pattern", [4, 4542, 2]], ["poetic rhythm", [4, 4542, 3]]]}, {"answer": "prospect", "hint": "synonyms for prospect", "clues": [["vista", [4, 4543, 0]], ["outlook", [4, 4543, 1]], ["medical prognosis", [4, 4543, 2]], ["aspect", [4, 4543, 3]], ["panorama", [4, 4543, 4]], ["view", [4, 4543, 5]], ["prognosis", [4, 4543, 6]], ["scene", [4, 4543, 7]], ["expectation", [4, 4543, 8]]]}, {"answer": "protection", "hint": "synonyms for protection", "clues": [["protective covering", [4, 4544, 0]], ["auspices", [4, 4544, 1]], ["aegis", [4, 4544, 2]], ["trade protection", [4, 4544, 3]], ["security", [4, 4544, 4]], ["tribute", [4, 4544, 5]]]}, {"answer": "protoheme", "hint": "synonyms for protoheme", "clues": [["haem", [4, 4545, 0]], ["haemitin", [4, 4545, 1]], ["heme", [4, 4545, 2]], ["hematin", [4, 4545, 3]]]}, {"answer": "protraction", "hint": "synonyms for protraction", "clues": [["lengthiness", [4, 4546, 0]], ["prolongation", [4, 4546, 1]], ["continuation", [4, 4546, 2]], ["perpetuation", [4, 4546, 3]], ["lengthening", [4, 4546, 4]]]}, {"answer": "protrusion", "hint": "synonyms for protrusion", "clues": [["jut", [4, 4547, 0]], ["swelling", [4, 4547, 1]], ["projection", [4, 4547, 2]], ["protuberance", [4, 4547, 3]], ["gibbosity", [4, 4547, 4]], ["gibbousness", [4, 4547, 5]], ["bulge", [4, 4547, 6]], ["extrusion", [4, 4547, 7]], ["prominence", [4, 4547, 8]], ["jutting", [4, 4547, 9]], ["bump", [4, 4547, 10]], ["excrescence", [4, 4547, 11]], ["hump", [4, 4547, 12]]]}, {"answer": "protuberance", "hint": "synonyms for protuberance", "clues": [["jut", [4, 4548, 0]], ["swelling", [4, 4548, 1]], ["gibbosity", [4, 4548, 2]], ["gibbousness", [4, 4548, 3]], ["bulge", [4, 4548, 4]], ["extrusion", [4, 4548, 5]], ["prominence", [4, 4548, 6]], ["bump", [4, 4548, 7]], ["excrescence", [4, 4548, 8]], ["protrusion", [4, 4548, 9]], ["hump", [4, 4548, 10]]]}, {"answer": "provenance", "hint": "synonyms for provenance", "clues": [["cradle", [4, 4549, 0]], ["birthplace", [4, 4549, 1]], ["provenience", [4, 4549, 2]], ["place of origin", [4, 4549, 3]]]}, {"answer": "provender", "hint": "synonyms for provender", "clues": [["commissariat", [4, 4550, 0]], ["feed", [4, 4550, 1]], ["provisions", [4, 4550, 2]], ["viands", [4, 4550, 3]], ["victuals", [4, 4550, 4]]]}, {"answer": "provenience", "hint": "synonyms for provenience", "clues": [["cradle", [4, 4551, 0]], ["provenance", [4, 4551, 1]], ["birthplace", [4, 4551, 2]], ["place of origin", [4, 4551, 3]]]}, {"answer": "proverbs", "hint": "synonyms for proverbs", "clues": [["proverb", [4, 4552, 0]], ["adage", [4, 4552, 1]], ["byword", [4, 4552, 2]], ["saw", [4, 4552, 3]]]}, {"answer": "provision", "hint": "synonyms for provision", "clues": [["planning", [4, 4553, 0]], ["preparation", [4, 4553, 1]], ["supplying", [4, 4553, 2]], ["proviso", [4, 4553, 3]]]}, {"answer": "provisions", "hint": "synonyms for provisions", "clues": [["preparation", [4, 4554, 0]], ["provision", [4, 4554, 1]], ["supplying", [4, 4554, 2]], ["viands", [4, 4554, 3]], ["victuals", [4, 4554, 4]], ["planning", [4, 4554, 5]], ["provender", [4, 4554, 6]], ["commissariat", [4, 4554, 7]]]}, {"answer": "provocation", "hint": "synonyms for provocation", "clues": [["incitement", [4, 4555, 0]], ["incitation", [4, 4555, 1]], ["aggravation", [4, 4555, 2]], ["irritation", [4, 4555, 3]]]}, {"answer": "prowl_car", "hint": "synonyms for prowl car", "clues": [["police car", [4, 4556, 0]], ["squad car", [4, 4556, 1]], ["patrol car", [4, 4556, 2]], ["police cruiser", [4, 4556, 3]], ["cruiser", [4, 4556, 4]]]}, {"answer": "prurience", "hint": "synonyms for prurience", "clues": [["lasciviousness", [4, 4557, 0]], ["carnality", [4, 4557, 1]], ["lubricity", [4, 4557, 2]], ["pruriency", [4, 4557, 3]]]}, {"answer": "pruriency", "hint": "synonyms for pruriency", "clues": [["lasciviousness", [4, 4558, 0]], ["carnality", [4, 4558, 1]], ["prurience", [4, 4558, 2]], ["lubricity", [4, 4558, 3]]]}, {"answer": "ps", "hint": "synonyms for ps", "clues": [["atomic number 15", [4, 4559, 0]], ["phosphorus", [4, 4559, 1]], ["p", [4, 4559, 2]], ["postscript", [4, 4559, 3]]]}, {"answer": "psyche", "hint": "synonyms for psyche", "clues": [["head", [4, 4560, 0]], ["mind", [4, 4560, 1]], ["nous", [4, 4560, 2]], ["brain", [4, 4560, 3]]]}, {"answer": "psychiatric_hospital", "hint": "synonyms for psychiatric hospital", "clues": [["asylum", [4, 4561, 0]], ["mental hospital", [4, 4561, 1]], ["mental home", [4, 4561, 2]], ["mental institution", [4, 4561, 3]], ["institution", [4, 4561, 4]], ["insane asylum", [4, 4561, 5]]]}, {"answer": "pteroylglutamic_acid", "hint": "synonyms for pteroylglutamic acid", "clues": [["folic acid", [4, 4562, 0]], ["pteroylmonoglutamic acid", [4, 4562, 1]], ["vitamin M", [4, 4562, 2]], ["folacin", [4, 4562, 3]], ["folate", [4, 4562, 4]], ["vitamin Bc", [4, 4562, 5]]]}, {"answer": "pteroylmonoglutamic_acid", "hint": "synonyms for pteroylmonoglutamic acid", "clues": [["vitamin Bc", [4, 4563, 0]], ["folic acid", [4, 4563, 1]], ["vitamin M", [4, 4563, 2]], ["folacin", [4, 4563, 3]], ["folate", [4, 4563, 4]], ["pteroylglutamic acid", [4, 4563, 5]]]}, {"answer": "pub", "hint": "synonyms for pub", "clues": [["pothouse", [4, 4564, 0]], ["saloon", [4, 4564, 1]], ["gin mill", [4, 4564, 2]], ["public house", [4, 4564, 3]], ["taphouse", [4, 4564, 4]]]}, {"answer": "public_convenience", "hint": "synonyms for public convenience", "clues": [["wash room", [4, 4565, 0]], ["toilet facility", [4, 4565, 1]], ["restroom", [4, 4565, 2]], ["convenience", [4, 4565, 3]], ["comfort station", [4, 4565, 4]], ["public lavatory", [4, 4565, 5]], ["public toilet", [4, 4565, 6]]]}, {"answer": "public_house", "hint": "synonyms for public house", "clues": [["pub", [4, 4566, 0]], ["pothouse", [4, 4566, 1]], ["saloon", [4, 4566, 2]], ["gin mill", [4, 4566, 3]], ["taphouse", [4, 4566, 4]]]}, {"answer": "public_lavatory", "hint": "synonyms for public lavatory", "clues": [["wash room", [4, 4567, 0]], ["toilet facility", [4, 4567, 1]], ["restroom", [4, 4567, 2]], ["convenience", [4, 4567, 3]], ["comfort station", [4, 4567, 4]], ["public convenience", [4, 4567, 5]], ["public toilet", [4, 4567, 6]]]}, {"answer": "public_mover", "hint": "synonyms for public mover", "clues": [["removal firm", [4, 4568, 0]], ["moving company", [4, 4568, 1]], ["mover", [4, 4568, 2]], ["removal company", [4, 4568, 3]]]}, {"answer": "public_toilet", "hint": "synonyms for public toilet", "clues": [["wash room", [4, 4569, 0]], ["toilet facility", [4, 4569, 1]], ["restroom", [4, 4569, 2]], ["convenience", [4, 4569, 3]], ["comfort station", [4, 4569, 4]], ["public convenience", [4, 4569, 5]], ["public lavatory", [4, 4569, 6]]]}, {"answer": "puffiness", "hint": "synonyms for puffiness", "clues": [["pretentiousness", [4, 4570, 0]], ["splashiness", [4, 4570, 1]], ["pomposity", [4, 4570, 2]], ["pompousness", [4, 4570, 3]], ["ostentatiousness", [4, 4570, 4]], ["inflation", [4, 4570, 5]], ["ostentation", [4, 4570, 6]]]}, {"answer": "puking", "hint": "synonyms for puking", "clues": [["disgorgement", [4, 4571, 0]], ["regurgitation", [4, 4571, 1]], ["vomiting", [4, 4571, 2]], ["emesis", [4, 4571, 3]]]}, {"answer": "pull", "hint": "synonyms for pull", "clues": [["clout", [4, 4572, 0]], ["pulling", [4, 4572, 1]], ["drag", [4, 4572, 2]], ["puff", [4, 4572, 3]]]}, {"answer": "pulling_out", "hint": "synonyms for pulling out", "clues": [["coitus interruptus", [4, 4573, 0]], ["withdrawal", [4, 4573, 1]], ["withdrawal method", [4, 4573, 2]], ["onanism", [4, 4573, 3]]]}, {"answer": "pulpit", "hint": "synonyms for pulpit", "clues": [["ambo", [4, 4574, 0]], ["stump", [4, 4574, 1]], ["dais", [4, 4574, 2]], ["rostrum", [4, 4574, 3]], ["soapbox", [4, 4574, 4]], ["podium", [4, 4574, 5]]]}, {"answer": "pulsation", "hint": "synonyms for pulsation", "clues": [["pulse", [4, 4575, 0]], ["heartbeat", [4, 4575, 1]], ["impulse", [4, 4575, 2]], ["beat", [4, 4575, 3]], ["pulsing", [4, 4575, 4]]]}, {"answer": "pulse", "hint": "synonyms for pulse", "clues": [["heart rate", [4, 4576, 0]], ["pulsation", [4, 4576, 1]], ["heartbeat", [4, 4576, 2]], ["impulse", [4, 4576, 3]], ["beat", [4, 4576, 4]], ["pulse rate", [4, 4576, 5]], ["pulsing", [4, 4576, 6]]]}, {"answer": "pulverisation", "hint": "synonyms for pulverisation", "clues": [["mill", [4, 4577, 0]], ["grind", [4, 4577, 1]], ["pulverization", [4, 4577, 2]], ["powder", [4, 4577, 3]]]}, {"answer": "pulverization", "hint": "synonyms for pulverization", "clues": [["mill", [4, 4578, 0]], ["pulverisation", [4, 4578, 1]], ["grind", [4, 4578, 2]], ["powder", [4, 4578, 3]]]}, {"answer": "punch", "hint": "synonyms for punch", "clues": [["lick", [4, 4579, 0]], ["clout", [4, 4579, 1]], ["slug", [4, 4579, 2]], ["biff", [4, 4579, 3]], ["puncher", [4, 4579, 4]], ["poke", [4, 4579, 5]]]}, {"answer": "puniness", "hint": "synonyms for puniness", "clues": [["slightness", [4, 4580, 0]], ["runtiness", [4, 4580, 1]], ["stuntedness", [4, 4580, 2]], ["triviality", [4, 4580, 3]], ["pettiness", [4, 4580, 4]]]}, {"answer": "punks", "hint": "synonyms for punks", "clues": [["tinder", [4, 4581, 0]], ["kindling", [4, 4581, 1]], ["punk", [4, 4581, 2]], ["touchwood", [4, 4581, 3]], ["punk rock", [4, 4581, 4]]]}, {"answer": "purgation", "hint": "synonyms for purgation", "clues": [["purge", [4, 4582, 0]], ["catharsis", [4, 4582, 1]], ["purification", [4, 4582, 2]], ["purging", [4, 4582, 3]]]}, {"answer": "purpose", "hint": "synonyms for purpose", "clues": [["intent", [4, 4583, 0]], ["determination", [4, 4583, 1]], ["function", [4, 4583, 2]], ["aim", [4, 4583, 3]], ["intention", [4, 4583, 4]], ["design", [4, 4583, 5]], ["role", [4, 4583, 6]], ["use", [4, 4583, 7]]]}, {"answer": "pursuit", "hint": "synonyms for pursuit", "clues": [["interest", [4, 4584, 0]], ["chase", [4, 4584, 1]], ["pursual", [4, 4584, 2]], ["following", [4, 4584, 3]], ["spare-time activity", [4, 4584, 4]], ["by-line", [4, 4584, 5]], ["hobby", [4, 4584, 6]], ["quest", [4, 4584, 7]], ["pursuance", [4, 4584, 8]], ["sideline", [4, 4584, 9]], ["avocation", [4, 4584, 10]], ["pastime", [4, 4584, 11]]]}, {"answer": "push", "hint": "synonyms for push", "clues": [["button", [4, 4585, 0]], ["pushing", [4, 4585, 1]], ["energy", [4, 4585, 2]], ["thrust", [4, 4585, 3]], ["get-up-and-go", [4, 4585, 4]], ["push button", [4, 4585, 5]]]}, {"answer": "pushchair", "hint": "synonyms for pushchair", "clues": [["pram", [4, 4586, 0]], ["carriage", [4, 4586, 1]], ["go-cart", [4, 4586, 2]], ["stroller", [4, 4586, 3]], ["baby buggy", [4, 4586, 4]], ["pusher", [4, 4586, 5]], ["baby carriage", [4, 4586, 6]], ["perambulator", [4, 4586, 7]]]}, {"answer": "pusher", "hint": "synonyms for pusher", "clues": [["pram", [4, 4587, 0]], ["carriage", [4, 4587, 1]], ["go-cart", [4, 4587, 2]], ["stroller", [4, 4587, 3]], ["baby buggy", [4, 4587, 4]], ["perambulator", [4, 4587, 5]], ["zori", [4, 4587, 6]], ["baby carriage", [4, 4587, 7]], ["pushchair", [4, 4587, 8]]]}, {"answer": "pushover", "hint": "synonyms for pushover", "clues": [["piece of cake", [4, 4588, 0]], ["picnic", [4, 4588, 1]], ["child's play", [4, 4588, 2]], ["snap", [4, 4588, 3]], ["breeze", [4, 4588, 4]], ["duck soup", [4, 4588, 5]], ["walkover", [4, 4588, 6]], ["cinch", [4, 4588, 7]]]}, {"answer": "put-on", "hint": "synonyms for put-on", "clues": [["sendup", [4, 4589, 0]], ["joke", [4, 4589, 1]], ["antic", [4, 4589, 2]], ["pasquinade", [4, 4589, 3]], ["takeoff", [4, 4589, 4]], ["parody", [4, 4589, 5]], ["mockery", [4, 4589, 6]], ["fraudulence", [4, 4589, 7]], ["humbug", [4, 4589, 8]], ["charade", [4, 4589, 9]], ["burlesque", [4, 4589, 10]], ["hoax", [4, 4589, 11]], ["lampoon", [4, 4589, 12]], ["travesty", [4, 4589, 13]], ["dupery", [4, 4589, 14]], ["fraud", [4, 4589, 15]], ["spoof", [4, 4589, 16]], ["prank", [4, 4589, 17]], ["trick", [4, 4589, 18]], ["caper", [4, 4589, 19]]]}, {"answer": "putrefaction", "hint": "synonyms for putrefaction", "clues": [["rot", [4, 4590, 0]], ["rotting", [4, 4590, 1]], ["degeneracy", [4, 4590, 2]], ["decomposition", [4, 4590, 3]], ["corruption", [4, 4590, 4]], ["depravation", [4, 4590, 5]], ["depravity", [4, 4590, 6]]]}, {"answer": "puzzlement", "hint": "synonyms for puzzlement", "clues": [["bemusement", [4, 4591, 0]], ["befuddlement", [4, 4591, 1]], ["bewilderment", [4, 4591, 2]], ["mystification", [4, 4591, 3]], ["bafflement", [4, 4591, 4]], ["obfuscation", [4, 4591, 5]]]}, {"answer": "pyridoxamine", "hint": "synonyms for pyridoxamine", "clues": [["pyridoxine", [4, 4592, 0]], ["vitamin B6", [4, 4592, 1]], ["adermin", [4, 4592, 2]], ["pyridoxal", [4, 4592, 3]]]}, {"answer": "pyridoxine", "hint": "synonyms for pyridoxine", "clues": [["pyridoxamine", [4, 4593, 0]], ["vitamin B6", [4, 4593, 1]], ["adermin", [4, 4593, 2]], ["pyridoxal", [4, 4593, 3]]]}, {"answer": "quadruplet", "hint": "synonyms for quadruplet", "clues": [["quatern", [4, 4594, 0]], ["quartet", [4, 4594, 1]], ["quaternion", [4, 4594, 2]], ["tetrad", [4, 4594, 3]], ["four", [4, 4594, 4]], ["quadruple", [4, 4594, 5]], ["4", [4, 4594, 6]], ["foursome", [4, 4594, 7]], ["quaternary", [4, 4594, 8]], ["quaternity", [4, 4594, 9]]]}, {"answer": "quag", "hint": "synonyms for quag", "clues": [["slack", [4, 4595, 0]], ["quagmire", [4, 4595, 1]], ["morass", [4, 4595, 2]], ["mire", [4, 4595, 3]]]}, {"answer": "quagmire", "hint": "synonyms for quagmire", "clues": [["slack", [4, 4596, 0]], ["quag", [4, 4596, 1]], ["morass", [4, 4596, 2]], ["mire", [4, 4596, 3]]]}, {"answer": "quarrel", "hint": "synonyms for quarrel", "clues": [["wrangle", [4, 4597, 0]], ["dustup", [4, 4597, 1]], ["run-in", [4, 4597, 2]], ["row", [4, 4597, 3]], ["words", [4, 4597, 4]]]}, {"answer": "quarter", "hint": "synonyms for quarter", "clues": [["after part", [4, 4598, 0]], ["one-quarter", [4, 4598, 1]], ["one-fourth", [4, 4598, 2]], ["quartern", [4, 4598, 3]], ["fourth", [4, 4598, 4]], ["tail", [4, 4598, 5]], ["stern", [4, 4598, 6]], ["poop", [4, 4598, 7]], ["fourth part", [4, 4598, 8]], ["twenty-five percent", [4, 4598, 9]]]}, {"answer": "quartern", "hint": "synonyms for quartern", "clues": [["fourth part", [4, 4599, 0]], ["quarter", [4, 4599, 1]], ["one-quarter", [4, 4599, 2]], ["one-fourth", [4, 4599, 3]], ["twenty-five percent", [4, 4599, 4]], ["fourth", [4, 4599, 5]]]}, {"answer": "quarters", "hint": "synonyms for quarters", "clues": [["one-quarter", [4, 4600, 0]], ["tail", [4, 4600, 1]], ["stern", [4, 4600, 2]], ["quarter", [4, 4600, 3]], ["poop", [4, 4600, 4]], ["living quarters", [4, 4600, 5]], ["fourth part", [4, 4600, 6]], ["twenty-five percent", [4, 4600, 7]], ["after part", [4, 4600, 8]], ["one-fourth", [4, 4600, 9]], ["fourth", [4, 4600, 10]]]}, {"answer": "quartet", "hint": "synonyms for quartet", "clues": [["quatern", [4, 4601, 0]], ["quaternion", [4, 4601, 1]], ["tetrad", [4, 4601, 2]], ["four", [4, 4601, 3]], ["quartette", [4, 4601, 4]], ["quadruple", [4, 4601, 5]], ["4", [4, 4601, 6]], ["foursome", [4, 4601, 7]], ["quaternary", [4, 4601, 8]], ["quaternity", [4, 4601, 9]]]}, {"answer": "quartz", "hint": "synonyms for quartz", "clues": [["quartz glass", [4, 4602, 0]], ["crystal", [4, 4602, 1]], ["lechatelierite", [4, 4602, 2]], ["vitreous silica", [4, 4602, 3]]]}, {"answer": "quartz_glass", "hint": "synonyms for quartz glass", "clues": [["crystal", [4, 4603, 0]], ["lechatelierite", [4, 4603, 1]], ["quartz", [4, 4603, 2]], ["vitreous silica", [4, 4603, 3]]]}, {"answer": "quatern", "hint": "synonyms for quatern", "clues": [["quaternion", [4, 4604, 0]], ["quartet", [4, 4604, 1]], ["tetrad", [4, 4604, 2]], ["four", [4, 4604, 3]], ["4", [4, 4604, 4]], ["quadruplet", [4, 4604, 5]], ["foursome", [4, 4604, 6]], ["quaternary", [4, 4604, 7]], ["quaternity", [4, 4604, 8]]]}, {"answer": "quaternion", "hint": "synonyms for quaternion", "clues": [["quatern", [4, 4605, 0]], ["quartet", [4, 4605, 1]], ["tetrad", [4, 4605, 2]], ["four", [4, 4605, 3]], ["4", [4, 4605, 4]], ["quadruplet", [4, 4605, 5]], ["foursome", [4, 4605, 6]], ["quaternary", [4, 4605, 7]], ["quaternity", [4, 4605, 8]]]}, {"answer": "quaternity", "hint": "synonyms for quaternity", "clues": [["quatern", [4, 4606, 0]], ["quartet", [4, 4606, 1]], ["quaternion", [4, 4606, 2]], ["tetrad", [4, 4606, 3]], ["four", [4, 4606, 4]], ["4", [4, 4606, 5]], ["quadruplet", [4, 4606, 6]], ["foursome", [4, 4606, 7]], ["quaternary", [4, 4606, 8]]]}, {"answer": "queerness", "hint": "synonyms for queerness", "clues": [["quirk", [4, 4607, 0]], ["crotchet", [4, 4607, 1]], ["gayness", [4, 4607, 2]], ["quirkiness", [4, 4607, 3]], ["homosexualism", [4, 4607, 4]], ["homoeroticism", [4, 4607, 5]], ["oddity", [4, 4607, 6]], ["homosexuality", [4, 4607, 7]]]}, {"answer": "question", "hint": "synonyms for question", "clues": [["enquiry", [4, 4608, 0]], ["head", [4, 4608, 1]], ["interrogation", [4, 4608, 2]], ["interrogative sentence", [4, 4608, 3]], ["query", [4, 4608, 4]], ["doubt", [4, 4608, 5]], ["interrogative", [4, 4608, 6]], ["dubiousness", [4, 4608, 7]], ["doubtfulness", [4, 4608, 8]], ["motion", [4, 4608, 9]]]}, {"answer": "quicklime", "hint": "synonyms for quicklime", "clues": [["calx", [4, 4609, 0]], ["lime", [4, 4609, 1]], ["calcium oxide", [4, 4609, 2]], ["fluxing lime", [4, 4609, 3]], ["calcined lime", [4, 4609, 4]], ["burnt lime", [4, 4609, 5]], ["unslaked lime", [4, 4609, 6]]]}, {"answer": "quickness", "hint": "synonyms for quickness", "clues": [["adroitness", [4, 4610, 0]], ["rapidity", [4, 4610, 1]], ["speediness", [4, 4610, 2]], ["mental quickness", [4, 4610, 3]], ["quick-wittedness", [4, 4610, 4]], ["deftness", [4, 4610, 5]], ["facility", [4, 4610, 6]], ["adeptness", [4, 4610, 7]], ["rapidness", [4, 4610, 8]], ["celerity", [4, 4610, 9]]]}, {"answer": "quid", "hint": "synonyms for quid", "clues": [["cud", [4, 4611, 0]], ["quid pro quo", [4, 4611, 1]], ["pound sterling", [4, 4611, 2]], ["chew", [4, 4611, 3]], ["plug", [4, 4611, 4]], ["pound", [4, 4611, 5]], ["chaw", [4, 4611, 6]], ["wad", [4, 4611, 7]]]}, {"answer": "quint", "hint": "synonyms for quint", "clues": [["pentad", [4, 4612, 0]], ["quintet", [4, 4612, 1]], ["5", [4, 4612, 2]], ["fivesome", [4, 4612, 3]], ["fin", [4, 4612, 4]], ["quintuplet", [4, 4612, 5]], ["five", [4, 4612, 6]], ["cinque", [4, 4612, 7]]]}, {"answer": "quintal", "hint": "synonyms for quintal", "clues": [["cwt", [4, 4613, 0]], ["centner", [4, 4613, 1]], ["cental", [4, 4613, 2]], ["short hundredweight", [4, 4613, 3]], ["hundredweight", [4, 4613, 4]]]}, {"answer": "quintet", "hint": "synonyms for quintet", "clues": [["pentad", [4, 4614, 0]], ["quintuplet", [4, 4614, 1]], ["quintette", [4, 4614, 2]], ["5", [4, 4614, 3]], ["fivesome", [4, 4614, 4]], ["fin", [4, 4614, 5]], ["quint", [4, 4614, 6]], ["five", [4, 4614, 7]], ["cinque", [4, 4614, 8]]]}, {"answer": "quintuplet", "hint": "synonyms for quintuplet", "clues": [["pentad", [4, 4615, 0]], ["quintuple", [4, 4615, 1]], ["quintet", [4, 4615, 2]], ["5", [4, 4615, 3]], ["fivesome", [4, 4615, 4]], ["fin", [4, 4615, 5]], ["quint", [4, 4615, 6]], ["five", [4, 4615, 7]], ["cinque", [4, 4615, 8]]]}, {"answer": "quip", "hint": "synonyms for quip", "clues": [["epigram", [4, 4616, 0]], ["wisecrack", [4, 4616, 1]], ["sally", [4, 4616, 2]], ["crack", [4, 4616, 3]]]}, {"answer": "quirk", "hint": "synonyms for quirk", "clues": [["crotchet", [4, 4617, 0]], ["queerness", [4, 4617, 1]], ["oddity", [4, 4617, 2]], ["quirkiness", [4, 4617, 3]]]}, {"answer": "quirkiness", "hint": "synonyms for quirkiness", "clues": [["crotchet", [4, 4618, 0]], ["queerness", [4, 4618, 1]], ["oddity", [4, 4618, 2]], ["quirk", [4, 4618, 3]]]}, {"answer": "quite_a_little", "hint": "synonyms for quite a little", "clues": [["heap", [4, 4619, 0]], ["peck", [4, 4619, 1]], ["flock", [4, 4619, 2]], ["mess", [4, 4619, 3]], ["sight", [4, 4619, 4]], ["wad", [4, 4619, 5]], ["batch", [4, 4619, 6]], ["hatful", [4, 4619, 7]], ["mickle", [4, 4619, 8]], ["stack", [4, 4619, 9]], ["passel", [4, 4619, 10]], ["deal", [4, 4619, 11]], ["plenty", [4, 4619, 12]], ["pile", [4, 4619, 13]], ["slew", [4, 4619, 14]], ["great deal", [4, 4619, 15]], ["spate", [4, 4619, 16]], ["muckle", [4, 4619, 17]], ["mint", [4, 4619, 18]], ["pot", [4, 4619, 19]], ["lot", [4, 4619, 20]], ["tidy sum", [4, 4619, 21]], ["good deal", [4, 4619, 22]], ["mass", [4, 4619, 23]], ["mountain", [4, 4619, 24]], ["raft", [4, 4619, 25]]]}, {"answer": "quiver", "hint": "synonyms for quiver", "clues": [["chill", [4, 4620, 0]], ["shudder", [4, 4620, 1]], ["tingle", [4, 4620, 2]], ["shiver", [4, 4620, 3]], ["frisson", [4, 4620, 4]], ["vibration", [4, 4620, 5]], ["thrill", [4, 4620, 6]], ["quivering", [4, 4620, 7]]]}, {"answer": "quotation", "hint": "synonyms for quotation", "clues": [["cite", [4, 4621, 0]], ["acknowledgment", [4, 4621, 1]], ["quote", [4, 4621, 2]], ["reference", [4, 4621, 3]], ["credit", [4, 4621, 4]], ["citation", [4, 4621, 5]], ["mention", [4, 4621, 6]]]}, {"answer": "quote", "hint": "synonyms for quote", "clues": [["citation", [4, 4622, 0]], ["quotation", [4, 4622, 1]], ["quotation mark", [4, 4622, 2]], ["inverted comma", [4, 4622, 3]]]}, {"answer": "r", "hint": "synonyms for r", "clues": [["universal gas constant", [4, 4623, 0]], ["roentgen", [4, 4623, 1]], ["radius", [4, 4623, 2]], ["gas constant", [4, 4623, 3]]]}, {"answer": "r-2", "hint": "synonyms for r-2", "clues": [["circle", [4, 4624, 0]], ["roach", [4, 4624, 1]], ["rophy", [4, 4624, 2]], ["roofy", [4, 4624, 3]], ["forget me drug", [4, 4624, 4]], ["rope", [4, 4624, 5]]]}, {"answer": "ra", "hint": "synonyms for ra", "clues": [["right ascension", [4, 4625, 0]], ["celestial longitude", [4, 4625, 1]], ["radium", [4, 4625, 2]], ["atomic number 88", [4, 4625, 3]]]}, {"answer": "rabble", "hint": "synonyms for rabble", "clues": [["riffraff", [4, 4626, 0]], ["rout", [4, 4626, 1]], ["ragtag", [4, 4626, 2]], ["ragtag and bobtail", [4, 4626, 3]], ["mob", [4, 4626, 4]]]}, {"answer": "race", "hint": "synonyms for race", "clues": [["airstream", [4, 4627, 0]], ["slipstream", [4, 4627, 1]], ["raceway", [4, 4627, 2]], ["wash", [4, 4627, 3]], ["backwash", [4, 4627, 4]], ["subspecies", [4, 4627, 5]]]}, {"answer": "raceway", "hint": "synonyms for raceway", "clues": [["race", [4, 4628, 0]], ["racetrack", [4, 4628, 1]], ["racecourse", [4, 4628, 2]], ["track", [4, 4628, 3]]]}, {"answer": "raciness", "hint": "synonyms for raciness", "clues": [["bite", [4, 4629, 0]], ["spiciness", [4, 4629, 1]], ["gaminess", [4, 4629, 2]], ["pungency", [4, 4629, 3]], ["ribaldry", [4, 4629, 4]], ["sharpness", [4, 4629, 5]]]}, {"answer": "rack", "hint": "synonyms for rack", "clues": [["wheel", [4, 4630, 0]], ["wrack", [4, 4630, 1]], ["stand", [4, 4630, 2]], ["single-foot", [4, 4630, 3]]]}, {"answer": "racket", "hint": "synonyms for racket", "clues": [["illegitimate enterprise", [4, 4631, 0]], ["racquet", [4, 4631, 1]], ["fraudulent scheme", [4, 4631, 2]], ["noise", [4, 4631, 3]], ["dissonance", [4, 4631, 4]]]}, {"answer": "radiance", "hint": "synonyms for radiance", "clues": [["effulgence", [4, 4632, 0]], ["glow", [4, 4632, 1]], ["shine", [4, 4632, 2]], ["refulgency", [4, 4632, 3]], ["radiancy", [4, 4632, 4]]]}, {"answer": "radiancy", "hint": "synonyms for radiancy", "clues": [["effulgence", [4, 4633, 0]], ["shine", [4, 4633, 1]], ["refulgency", [4, 4633, 2]], ["radiance", [4, 4633, 3]]]}, {"answer": "radiation", "hint": "synonyms for radiation", "clues": [["radioactivity", [4, 4634, 0]], ["actinotherapy", [4, 4634, 1]], ["radiotherapy", [4, 4634, 2]], ["radiation therapy", [4, 4634, 3]], ["irradiation", [4, 4634, 4]]]}, {"answer": "radio_receiver", "hint": "synonyms for radio receiver", "clues": [["receiving set", [4, 4635, 0]], ["wireless", [4, 4635, 1]], ["tuner", [4, 4635, 2]], ["radio", [4, 4635, 3]], ["radio set", [4, 4635, 4]]]}, {"answer": "radio_set", "hint": "synonyms for radio set", "clues": [["radio receiver", [4, 4636, 0]], ["receiving set", [4, 4636, 1]], ["wireless", [4, 4636, 2]], ["tuner", [4, 4636, 3]], ["radio", [4, 4636, 4]]]}, {"answer": "radiogram", "hint": "synonyms for radiogram", "clues": [["shadowgraph", [4, 4637, 0]], ["skiagram", [4, 4637, 1]], ["radiograph", [4, 4637, 2]], ["skiagraph", [4, 4637, 3]]]}, {"answer": "radiograph", "hint": "synonyms for radiograph", "clues": [["radiogram", [4, 4638, 0]], ["shadowgraph", [4, 4638, 1]], ["skiagram", [4, 4638, 2]], ["skiagraph", [4, 4638, 3]]]}, {"answer": "raft", "hint": "synonyms for raft", "clues": [["heap", [4, 4639, 0]], ["peck", [4, 4639, 1]], ["flock", [4, 4639, 2]], ["quite a little", [4, 4639, 3]], ["mess", [4, 4639, 4]], ["sight", [4, 4639, 5]], ["wad", [4, 4639, 6]], ["batch", [4, 4639, 7]], ["hatful", [4, 4639, 8]], ["mickle", [4, 4639, 9]], ["stack", [4, 4639, 10]], ["passel", [4, 4639, 11]], ["deal", [4, 4639, 12]], ["plenty", [4, 4639, 13]], ["pile", [4, 4639, 14]], ["slew", [4, 4639, 15]], ["great deal", [4, 4639, 16]], ["spate", [4, 4639, 17]], ["mint", [4, 4639, 18]], ["pot", [4, 4639, 19]], ["lot", [4, 4639, 20]], ["tidy sum", [4, 4639, 21]], ["good deal", [4, 4639, 22]], ["mass", [4, 4639, 23]], ["mountain", [4, 4639, 24]], ["muckle", [4, 4639, 25]]]}, {"answer": "rafts", "hint": "synonyms for rafts", "clues": [["oodles", [4, 4640, 0]], ["heap", [4, 4640, 1]], ["peck", [4, 4640, 2]], ["mess", [4, 4640, 3]], ["slews", [4, 4640, 4]], ["scores", [4, 4640, 5]], ["plenty", [4, 4640, 6]], ["stacks", [4, 4640, 7]], ["pile", [4, 4640, 8]], ["dozens", [4, 4640, 9]], ["tons", [4, 4640, 10]], ["wads", [4, 4640, 11]], ["great deal", [4, 4640, 12]], ["spate", [4, 4640, 13]], ["mint", [4, 4640, 14]], ["pot", [4, 4640, 15]], ["raft", [4, 4640, 16]], ["loads", [4, 4640, 17]], ["tidy sum", [4, 4640, 18]], ["mass", [4, 4640, 19]], ["mountain", [4, 4640, 20]], ["flock", [4, 4640, 21]], ["quite a little", [4, 4640, 22]], ["sight", [4, 4640, 23]], ["batch", [4, 4640, 24]], ["hatful", [4, 4640, 25]], ["gobs", [4, 4640, 26]], ["mickle", [4, 4640, 27]], ["passel", [4, 4640, 28]], ["deal", [4, 4640, 29]], ["lashings", [4, 4640, 30]], ["lot", [4, 4640, 31]], ["good deal", [4, 4640, 32]], ["scads", [4, 4640, 33]], ["muckle", [4, 4640, 34]]]}, {"answer": "rag", "hint": "synonyms for rag", "clues": [["rag week", [4, 4641, 0]], ["tag", [4, 4641, 1]], ["tag end", [4, 4641, 2]], ["tatter", [4, 4641, 3]], ["shred", [4, 4641, 4]], ["tabloid", [4, 4641, 5]], ["sheet", [4, 4641, 6]], ["ragtime", [4, 4641, 7]]]}, {"answer": "rag_trade", "hint": "synonyms for rag trade", "clues": [["garment industry", [4, 4642, 0]], ["apparel industry", [4, 4642, 1]], ["fashion industry", [4, 4642, 2]], ["fashion business", [4, 4642, 3]]]}, {"answer": "ragbag", "hint": "synonyms for ragbag", "clues": [["farrago", [4, 4643, 0]], ["hodgepodge", [4, 4643, 1]], ["hotchpotch", [4, 4643, 2]], ["omnium-gatherum", [4, 4643, 3]], ["odds and ends", [4, 4643, 4]], ["gallimaufry", [4, 4643, 5]], ["mingle-mangle", [4, 4643, 6]], ["oddments", [4, 4643, 7]], ["mishmash", [4, 4643, 8]], ["melange", [4, 4643, 9]]]}, {"answer": "rage", "hint": "synonyms for rage", "clues": [["furor", [4, 4644, 0]], ["craze", [4, 4644, 1]], ["fury", [4, 4644, 2]], ["cult", [4, 4644, 3]], ["fad", [4, 4644, 4]], ["madness", [4, 4644, 5]]]}, {"answer": "rail", "hint": "synonyms for rail", "clues": [["track", [4, 4645, 0]], ["railing", [4, 4645, 1]], ["runway", [4, 4645, 2]], ["rails", [4, 4645, 3]]]}, {"answer": "railroad", "hint": "synonyms for railroad", "clues": [["railway", [4, 4646, 0]], ["railroad line", [4, 4646, 1]], ["railway system", [4, 4646, 2]], ["railway line", [4, 4646, 3]], ["railroad track", [4, 4646, 4]]]}, {"answer": "railroad_line", "hint": "synonyms for railroad line", "clues": [["railroad", [4, 4647, 0]], ["railway system", [4, 4647, 1]], ["railway line", [4, 4647, 2]], ["railway", [4, 4647, 3]]]}, {"answer": "railroad_station", "hint": "synonyms for railroad station", "clues": [["railroad terminal", [4, 4648, 0]], ["train station", [4, 4648, 1]], ["train depot", [4, 4648, 2]], ["railway station", [4, 4648, 3]]]}, {"answer": "railroad_terminal", "hint": "synonyms for railroad terminal", "clues": [["railway station", [4, 4649, 0]], ["train station", [4, 4649, 1]], ["train depot", [4, 4649, 2]], ["railroad station", [4, 4649, 3]]]}, {"answer": "railway", "hint": "synonyms for railway", "clues": [["railroad line", [4, 4650, 0]], ["railroad", [4, 4650, 1]], ["railway system", [4, 4650, 2]], ["railway line", [4, 4650, 3]], ["railroad track", [4, 4650, 4]]]}, {"answer": "railway_line", "hint": "synonyms for railway line", "clues": [["rail line", [4, 4651, 0]], ["railroad line", [4, 4651, 1]], ["railway", [4, 4651, 2]], ["line", [4, 4651, 3]], ["railroad", [4, 4651, 4]], ["railway system", [4, 4651, 5]]]}, {"answer": "railway_station", "hint": "synonyms for railway station", "clues": [["railroad terminal", [4, 4652, 0]], ["train station", [4, 4652, 1]], ["train depot", [4, 4652, 2]], ["railroad station", [4, 4652, 3]]]}, {"answer": "railway_system", "hint": "synonyms for railway system", "clues": [["railroad", [4, 4653, 0]], ["railway line", [4, 4653, 1]], ["railroad line", [4, 4653, 2]], ["railway", [4, 4653, 3]]]}, {"answer": "rainfly", "hint": "synonyms for rainfly", "clues": [["tent flap", [4, 4654, 0]], ["tent-fly", [4, 4654, 1]], ["fly", [4, 4654, 2]], ["fly sheet", [4, 4654, 3]]]}, {"answer": "raise", "hint": "synonyms for raise", "clues": [["rise", [4, 4655, 0]], ["acclivity", [4, 4655, 1]], ["hike", [4, 4655, 2]], ["heave", [4, 4655, 3]], ["wage hike", [4, 4655, 4]], ["upgrade", [4, 4655, 5]], ["wage increase", [4, 4655, 6]], ["ascent", [4, 4655, 7]], ["salary increase", [4, 4655, 8]], ["climb", [4, 4655, 9]], ["lift", [4, 4655, 10]]]}, {"answer": "rallying_cry", "hint": "synonyms for rallying cry", "clues": [["war cry", [4, 4656, 0]], ["cry", [4, 4656, 1]], ["watchword", [4, 4656, 2]], ["war whoop", [4, 4656, 3]], ["battle cry", [4, 4656, 4]]]}, {"answer": "ramification", "hint": "synonyms for ramification", "clues": [["fork", [4, 4657, 0]], ["leg", [4, 4657, 1]], ["branching", [4, 4657, 2]], ["complication", [4, 4657, 3]]]}, {"answer": "ramjet", "hint": "synonyms for ramjet", "clues": [["ramjet engine", [4, 4658, 0]], ["atherodyde", [4, 4658, 1]], ["athodyd", [4, 4658, 2]], ["flying drainpipe", [4, 4658, 3]]]}, {"answer": "ramjet_engine", "hint": "synonyms for ramjet engine", "clues": [["atherodyde", [4, 4659, 0]], ["ramjet", [4, 4659, 1]], ["athodyd", [4, 4659, 2]], ["flying drainpipe", [4, 4659, 3]]]}, {"answer": "rancor", "hint": "synonyms for rancor", "clues": [["bitterness", [4, 4660, 0]], ["rancour", [4, 4660, 1]], ["resentment", [4, 4660, 2]], ["gall", [4, 4660, 3]]]}, {"answer": "rancour", "hint": "synonyms for rancour", "clues": [["bitterness", [4, 4661, 0]], ["rancor", [4, 4661, 1]], ["resentment", [4, 4661, 2]], ["gall", [4, 4661, 3]]]}, {"answer": "randomness", "hint": "synonyms for randomness", "clues": [["entropy", [4, 4662, 0]], ["stochasticity", [4, 4662, 1]], ["noise", [4, 4662, 2]], ["haphazardness", [4, 4662, 3]]]}, {"answer": "range", "hint": "synonyms for range", "clues": [["chain of mountains", [4, 4663, 0]], ["kitchen range", [4, 4663, 1]], ["scope", [4, 4663, 2]], ["orbit", [4, 4663, 3]], ["reach", [4, 4663, 4]], ["mountain range", [4, 4663, 5]], ["cooking stove", [4, 4663, 6]], ["ambit", [4, 4663, 7]], ["kitchen stove", [4, 4663, 8]], ["grasp", [4, 4663, 9]], ["range of a function", [4, 4663, 10]], ["image", [4, 4663, 11]], ["compass", [4, 4663, 12]], ["chain", [4, 4663, 13]], ["mountain chain", [4, 4663, 14]], ["stove", [4, 4663, 15]], ["range of mountains", [4, 4663, 16]]]}, {"answer": "range_of_mountains", "hint": "synonyms for range of mountains", "clues": [["chain", [4, 4664, 0]], ["mountain chain", [4, 4664, 1]], ["chain of mountains", [4, 4664, 2]], ["mountain range", [4, 4664, 3]], ["range", [4, 4664, 4]]]}, {"answer": "rankness", "hint": "synonyms for rankness", "clues": [["prolificacy", [4, 4665, 0]], ["fertility", [4, 4665, 1]], ["malodorousness", [4, 4665, 2]], ["stinkiness", [4, 4665, 3]], ["foulness", [4, 4665, 4]], ["richness", [4, 4665, 5]], ["fetidness", [4, 4665, 6]]]}, {"answer": "rant", "hint": "synonyms for rant", "clues": [["ranting", [4, 4666, 0]], ["blah", [4, 4666, 1]], ["fustian", [4, 4666, 2]], ["harangue", [4, 4666, 3]], ["bombast", [4, 4666, 4]], ["claptrap", [4, 4666, 5]]]}, {"answer": "rap", "hint": "synonyms for rap", "clues": [["strike", [4, 4667, 0]], ["knock", [4, 4667, 1]], ["blame", [4, 4667, 2]], ["whack", [4, 4667, 3]], ["tap", [4, 4667, 4]], ["hip-hop", [4, 4667, 5]], ["pat", [4, 4667, 6]], ["whang", [4, 4667, 7]], ["rap music", [4, 4667, 8]], ["belt", [4, 4667, 9]]]}, {"answer": "rap_sheet", "hint": "synonyms for rap sheet", "clues": [["police blotter", [4, 4668, 0]], ["day book", [4, 4668, 1]], ["charge sheet", [4, 4668, 2]], ["blotter", [4, 4668, 3]]]}, {"answer": "rapaciousness", "hint": "synonyms for rapaciousness", "clues": [["greediness", [4, 4669, 0]], ["esurience", [4, 4669, 1]], ["voracity", [4, 4669, 2]], ["rapacity", [4, 4669, 3]], ["voraciousness", [4, 4669, 4]], ["edacity", [4, 4669, 5]]]}, {"answer": "rapacity", "hint": "synonyms for rapacity", "clues": [["greed", [4, 4670, 0]], ["edacity", [4, 4670, 1]], ["voracity", [4, 4670, 2]], ["covetousness", [4, 4670, 3]], ["voraciousness", [4, 4670, 4]], ["rapaciousness", [4, 4670, 5]], ["avarice", [4, 4670, 6]], ["avaritia", [4, 4670, 7]], ["esurience", [4, 4670, 8]]]}, {"answer": "rape", "hint": "synonyms for rape", "clues": [["ravishment", [4, 4671, 0]], ["rapine", [4, 4671, 1]], ["assault", [4, 4671, 2]], ["violation", [4, 4671, 3]]]}, {"answer": "rapidity", "hint": "synonyms for rapidity", "clues": [["speediness", [4, 4672, 0]], ["quickness", [4, 4672, 1]], ["rapidness", [4, 4672, 2]], ["celerity", [4, 4672, 3]]]}, {"answer": "rapidness", "hint": "synonyms for rapidness", "clues": [["rapidity", [4, 4673, 0]], ["quickness", [4, 4673, 1]], ["speediness", [4, 4673, 2]], ["celerity", [4, 4673, 3]]]}, {"answer": "rarity", "hint": "synonyms for rarity", "clues": [["low density", [4, 4674, 0]], ["infrequency", [4, 4674, 1]], ["rareness", [4, 4674, 2]], ["oddment", [4, 4674, 3]], ["peculiarity", [4, 4674, 4]], ["curio", [4, 4674, 5]], ["curiosity", [4, 4674, 6]], ["oddity", [4, 4674, 7]], ["tenuity", [4, 4674, 8]]]}, {"answer": "ras", "hint": "synonyms for ras", "clues": [["right ascension", [4, 4675, 0]], ["celestial longitude", [4, 4675, 1]], ["radium", [4, 4675, 2]], ["atomic number 88", [4, 4675, 3]]]}, {"answer": "rascality", "hint": "synonyms for rascality", "clues": [["deviltry", [4, 4676, 0]], ["shiftiness", [4, 4676, 1]], ["mischief-making", [4, 4676, 2]], ["prankishness", [4, 4676, 3]], ["devilment", [4, 4676, 4]], ["roguery", [4, 4676, 5]], ["mischief", [4, 4676, 6]], ["shenanigan", [4, 4676, 7]], ["roguishness", [4, 4676, 8]], ["slipperiness", [4, 4676, 9]], ["trickiness", [4, 4676, 10]], ["mischievousness", [4, 4676, 11]]]}, {"answer": "rashness", "hint": "synonyms for rashness", "clues": [["foolhardiness", [4, 4677, 0]], ["mindlessness", [4, 4677, 1]], ["heedlessness", [4, 4677, 2]], ["recklessness", [4, 4677, 3]]]}, {"answer": "raspberry", "hint": "synonyms for raspberry", "clues": [["razzing", [4, 4678, 0]], ["hiss", [4, 4678, 1]], ["bird", [4, 4678, 2]], ["snort", [4, 4678, 3]], ["boo", [4, 4678, 4]], ["hoot", [4, 4678, 5]]]}, {"answer": "ratsbane", "hint": "synonyms for ratsbane", "clues": [["arsenous oxide", [4, 4679, 0]], ["arsenous anhydride", [4, 4679, 1]], ["arsenic", [4, 4679, 2]], ["white arsenic", [4, 4679, 3]], ["arsenic trioxide", [4, 4679, 4]]]}, {"answer": "raunch", "hint": "synonyms for raunch", "clues": [["commonness", [4, 4680, 0]], ["coarseness", [4, 4680, 1]], ["grossness", [4, 4680, 2]], ["vulgarity", [4, 4680, 3]], ["vulgarism", [4, 4680, 4]]]}, {"answer": "ravishment", "hint": "synonyms for ravishment", "clues": [["entrancement", [4, 4681, 0]], ["assault", [4, 4681, 1]], ["violation", [4, 4681, 2]], ["rape", [4, 4681, 3]]]}, {"answer": "raw_sienna", "hint": "synonyms for raw sienna", "clues": [["buff", [4, 4682, 0]], ["caramel", [4, 4682, 1]], ["yellowish brown", [4, 4682, 2]], ["caramel brown", [4, 4682, 3]]]}, {"answer": "ray", "hint": "synonyms for ray", "clues": [["irradiation", [4, 4683, 0]], ["beam", [4, 4683, 1]], ["beam of light", [4, 4683, 2]], ["light beam", [4, 4683, 3]], ["shaft", [4, 4683, 4]], ["electron beam", [4, 4683, 5]], ["re", [4, 4683, 6]], ["shaft of light", [4, 4683, 7]], ["ray of light", [4, 4683, 8]]]}, {"answer": "ray_of_light", "hint": "synonyms for ray of light", "clues": [["irradiation", [4, 4684, 0]], ["light beam", [4, 4684, 1]], ["beam", [4, 4684, 2]], ["shaft of light", [4, 4684, 3]], ["ray", [4, 4684, 4]], ["beam of light", [4, 4684, 5]], ["shaft", [4, 4684, 6]]]}, {"answer": "rayon_stocking", "hint": "synonyms for rayon stocking", "clues": [["nylons", [4, 4685, 0]], ["rayons", [4, 4685, 1]], ["silk stocking", [4, 4685, 2]], ["nylon stocking", [4, 4685, 3]]]}, {"answer": "rayons", "hint": "synonyms for rayons", "clues": [["nylons", [4, 4686, 0]], ["silk stocking", [4, 4686, 1]], ["rayon", [4, 4686, 2]], ["nylon stocking", [4, 4686, 3]]]}, {"answer": "razing", "hint": "synonyms for razing", "clues": [["wrecking", [4, 4687, 0]], ["tearing down", [4, 4687, 1]], ["leveling", [4, 4687, 2]], ["demolishing", [4, 4687, 3]]]}, {"answer": "razz", "hint": "synonyms for razz", "clues": [["razzing", [4, 4688, 0]], ["hiss", [4, 4688, 1]], ["raspberry", [4, 4688, 2]], ["bird", [4, 4688, 3]], ["snort", [4, 4688, 4]], ["boo", [4, 4688, 5]], ["hoot", [4, 4688, 6]]]}, {"answer": "razzing", "hint": "synonyms for razzing", "clues": [["hiss", [4, 4689, 0]], ["raspberry", [4, 4689, 1]], ["bird", [4, 4689, 2]], ["snort", [4, 4689, 3]], ["razz", [4, 4689, 4]], ["boo", [4, 4689, 5]], ["hoot", [4, 4689, 6]]]}, {"answer": "reach", "hint": "synonyms for reach", "clues": [["range", [4, 4690, 0]], ["compass", [4, 4690, 1]], ["scope", [4, 4690, 2]], ["reaching", [4, 4690, 3]], ["ambit", [4, 4690, 4]], ["orbit", [4, 4690, 5]], ["stretch", [4, 4690, 6]], ["grasp", [4, 4690, 7]]]}, {"answer": "readiness", "hint": "synonyms for readiness", "clues": [["zeal", [4, 4691, 0]], ["eagerness", [4, 4691, 1]], ["facility", [4, 4691, 2]], ["forwardness", [4, 4691, 3]], ["set", [4, 4691, 4]]]}, {"answer": "reading", "hint": "synonyms for reading", "clues": [["version", [4, 4692, 0]], ["reading material", [4, 4692, 1]], ["interpretation", [4, 4692, 2]], ["recitation", [4, 4692, 3]], ["recital", [4, 4692, 4]], ["indication", [4, 4692, 5]], ["meter reading", [4, 4692, 6]]]}, {"answer": "realisation", "hint": "synonyms for realisation", "clues": [["actualization", [4, 4693, 0]], ["realization", [4, 4693, 1]], ["fruition", [4, 4693, 2]], ["recognition", [4, 4693, 3]]]}, {"answer": "realization", "hint": "synonyms for realization", "clues": [["actualization", [4, 4694, 0]], ["realisation", [4, 4694, 1]], ["fruition", [4, 4694, 2]], ["recognition", [4, 4694, 3]]]}, {"answer": "reason", "hint": "synonyms for reason", "clues": [["ground", [4, 4695, 0]], ["cause", [4, 4695, 1]], ["understanding", [4, 4695, 2]], ["intellect", [4, 4695, 3]]]}, {"answer": "reasonableness", "hint": "synonyms for reasonableness", "clues": [["tenableness", [4, 4696, 0]], ["moderateness", [4, 4696, 1]], ["tenability", [4, 4696, 2]], ["modestness", [4, 4696, 3]]]}, {"answer": "rebirth", "hint": "synonyms for rebirth", "clues": [["conversion", [4, 4697, 0]], ["renascence", [4, 4697, 1]], ["reincarnation", [4, 4697, 2]], ["metempsychosis", [4, 4697, 3]], ["spiritual rebirth", [4, 4697, 4]]]}, {"answer": "rebuke", "hint": "synonyms for rebuke", "clues": [["reprimand", [4, 4698, 0]], ["reprehension", [4, 4698, 1]], ["reproof", [4, 4698, 2]], ["reproval", [4, 4698, 3]]]}, {"answer": "receipts", "hint": "synonyms for receipts", "clues": [["receipt", [4, 4699, 0]], ["gross", [4, 4699, 1]], ["reception", [4, 4699, 2]], ["revenue", [4, 4699, 3]]]}, {"answer": "receiving_set", "hint": "synonyms for receiving set", "clues": [["radio receiver", [4, 4700, 0]], ["wireless", [4, 4700, 1]], ["tuner", [4, 4700, 2]], ["radio", [4, 4700, 3]], ["radio set", [4, 4700, 4]]]}, {"answer": "recess", "hint": "synonyms for recess", "clues": [["corner", [4, 4701, 0]], ["time out", [4, 4701, 1]], ["respite", [4, 4701, 2]], ["niche", [4, 4701, 3]], ["recession", [4, 4701, 4]], ["break", [4, 4701, 5]], ["inlet", [4, 4701, 6]]]}, {"answer": "recession", "hint": "synonyms for recession", "clues": [["corner", [4, 4702, 0]], ["recessional", [4, 4702, 1]], ["ceding back", [4, 4702, 2]], ["niche", [4, 4702, 3]], ["receding", [4, 4702, 4]], ["recess", [4, 4702, 5]]]}, {"answer": "recital", "hint": "synonyms for recital", "clues": [["recitation", [4, 4703, 0]], ["yarn", [4, 4703, 1]], ["reading", [4, 4703, 2]], ["narration", [4, 4703, 3]]]}, {"answer": "recitation", "hint": "synonyms for recitation", "clues": [["practice", [4, 4704, 0]], ["class period", [4, 4704, 1]], ["reading", [4, 4704, 2]], ["course session", [4, 4704, 3]], ["exercise", [4, 4704, 4]], ["recital", [4, 4704, 5]], ["drill", [4, 4704, 6]], ["practice session", [4, 4704, 7]]]}, {"answer": "reckoning", "hint": "synonyms for reckoning", "clues": [["figuring", [4, 4705, 0]], ["calculation", [4, 4705, 1]], ["tally", [4, 4705, 2]], ["enumeration", [4, 4705, 3]], ["counting", [4, 4705, 4]], ["computation", [4, 4705, 5]]]}, {"answer": "recoil", "hint": "synonyms for recoil", "clues": [["rebound", [4, 4706, 0]], ["kick", [4, 4706, 1]], ["backlash", [4, 4706, 2]], ["repercussion", [4, 4706, 3]]]}, {"answer": "recollection", "hint": "synonyms for recollection", "clues": [["anamnesis", [4, 4707, 0]], ["reminiscence", [4, 4707, 1]], ["remembrance", [4, 4707, 2]], ["recall", [4, 4707, 3]]]}, {"answer": "reconditeness", "hint": "synonyms for reconditeness", "clues": [["profoundness", [4, 4708, 0]], ["profundity", [4, 4708, 1]], ["abstrusity", [4, 4708, 2]], ["abstruseness", [4, 4708, 3]], ["obscureness", [4, 4708, 4]], ["obscurity", [4, 4708, 5]]]}, {"answer": "record", "hint": "synonyms for record", "clues": [["criminal record", [4, 4709, 0]], ["disc", [4, 4709, 1]], ["phonograph record", [4, 4709, 2]], ["disk", [4, 4709, 3]], ["track record", [4, 4709, 4]], ["record book", [4, 4709, 5]], ["book", [4, 4709, 6]], ["platter", [4, 4709, 7]]]}, {"answer": "recorder", "hint": "synonyms for recorder", "clues": [["fipple pipe", [4, 4710, 0]], ["fipple flute", [4, 4710, 1]], ["recording equipment", [4, 4710, 2]], ["vertical flute", [4, 4710, 3]], ["recording machine", [4, 4710, 4]]]}, {"answer": "red_cent", "hint": "synonyms for red cent", "clues": [["tinker's dam", [4, 4711, 0]], ["shucks", [4, 4711, 1]], ["hoot", [4, 4711, 2]], ["damn", [4, 4711, 3]], ["darn", [4, 4711, 4]], ["shit", [4, 4711, 5]]]}, {"answer": "redress", "hint": "synonyms for redress", "clues": [["restitution", [4, 4712, 0]], ["indemnification", [4, 4712, 1]], ["indemnity", [4, 4712, 2]], ["damages", [4, 4712, 3]], ["remediation", [4, 4712, 4]], ["amends", [4, 4712, 5]], ["remedy", [4, 4712, 6]]]}, {"answer": "reduction", "hint": "synonyms for reduction", "clues": [["diminution", [4, 4713, 0]], ["simplification", [4, 4713, 1]], ["reducing", [4, 4713, 2]], ["step-down", [4, 4713, 3]], ["decrease", [4, 4713, 4]]]}, {"answer": "reefer", "hint": "synonyms for reefer", "clues": [["stick", [4, 4714, 0]], ["marijuana cigarette", [4, 4714, 1]], ["joint", [4, 4714, 2]], ["spliff", [4, 4714, 3]]]}, {"answer": "reek", "hint": "synonyms for reek", "clues": [["fetor", [4, 4715, 0]], ["mephitis", [4, 4715, 1]], ["stench", [4, 4715, 2]], ["stink", [4, 4715, 3]], ["malodour", [4, 4715, 4]]]}, {"answer": "reference", "hint": "synonyms for reference", "clues": [["extension", [4, 4716, 0]], ["source", [4, 4716, 1]], ["consultation", [4, 4716, 2]], ["quotation", [4, 4716, 3]], ["citation", [4, 4716, 4]], ["credit", [4, 4716, 5]], ["reference book", [4, 4716, 6]], ["denotation", [4, 4716, 7]], ["point of reference", [4, 4716, 8]], ["reference point", [4, 4716, 9]], ["computer address", [4, 4716, 10]], ["mention", [4, 4716, 11]], ["book of facts", [4, 4716, 12]], ["cite", [4, 4716, 13]], ["acknowledgment", [4, 4716, 14]], ["character", [4, 4716, 15]], ["address", [4, 4716, 16]], ["character reference", [4, 4716, 17]]]}, {"answer": "refinement", "hint": "synonyms for refinement", "clues": [["nuance", [4, 4717, 0]], ["elaboration", [4, 4717, 1]], ["shade", [4, 4717, 2]], ["nicety", [4, 4717, 3]], ["civilisation", [4, 4717, 4]], ["subtlety", [4, 4717, 5]], ["refining", [4, 4717, 6]], ["purification", [4, 4717, 7]]]}, {"answer": "reflection", "hint": "synonyms for reflection", "clues": [["reflexion", [4, 4718, 0]], ["thoughtfulness", [4, 4718, 1]], ["rumination", [4, 4718, 2]], ["reflectivity", [4, 4718, 3]], ["musing", [4, 4718, 4]], ["mirror image", [4, 4718, 5]], ["expression", [4, 4718, 6]], ["contemplation", [4, 4718, 7]], ["manifestation", [4, 4718, 8]], ["observation", [4, 4718, 9]]]}, {"answer": "reflectivity", "hint": "synonyms for reflectivity", "clues": [["coefficient of reflection", [4, 4719, 0]], ["reflection", [4, 4719, 1]], ["reflectance", [4, 4719, 2]], ["reflectiveness", [4, 4719, 3]], ["reflexion", [4, 4719, 4]], ["reflection factor", [4, 4719, 5]]]}, {"answer": "reflex_action", "hint": "synonyms for reflex action", "clues": [["reflex response", [4, 4720, 0]], ["instinctive reflex", [4, 4720, 1]], ["innate reflex", [4, 4720, 2]], ["unconditioned reflex", [4, 4720, 3]], ["physiological reaction", [4, 4720, 4]], ["reflex", [4, 4720, 5]], ["inborn reflex", [4, 4720, 6]]]}, {"answer": "reflex_response", "hint": "synonyms for reflex response", "clues": [["reflex action", [4, 4721, 0]], ["instinctive reflex", [4, 4721, 1]], ["innate reflex", [4, 4721, 2]], ["unconditioned reflex", [4, 4721, 3]], ["physiological reaction", [4, 4721, 4]], ["reflex", [4, 4721, 5]], ["inborn reflex", [4, 4721, 6]]]}, {"answer": "reflexion", "hint": "synonyms for reflexion", "clues": [["thoughtfulness", [4, 4722, 0]], ["rumination", [4, 4722, 1]], ["reflection", [4, 4722, 2]], ["reflectivity", [4, 4722, 3]], ["musing", [4, 4722, 4]], ["mirror image", [4, 4722, 5]], ["expression", [4, 4722, 6]], ["contemplation", [4, 4722, 7]], ["manifestation", [4, 4722, 8]], ["observation", [4, 4722, 9]]]}, {"answer": "refuge", "hint": "synonyms for refuge", "clues": [["recourse", [4, 4723, 0]], ["resort", [4, 4723, 1]], ["sanctuary", [4, 4723, 2]], ["safety", [4, 4723, 3]], ["asylum", [4, 4723, 4]]]}, {"answer": "refulgence", "hint": "synonyms for refulgence", "clues": [["effulgence", [4, 4724, 0]], ["shine", [4, 4724, 1]], ["refulgency", [4, 4724, 2]], ["radiancy", [4, 4724, 3]]]}, {"answer": "refuse_heap", "hint": "synonyms for refuse heap", "clues": [["junk pile", [4, 4725, 0]], ["garbage heap", [4, 4725, 1]], ["junk heap", [4, 4725, 2]], ["trash pile", [4, 4725, 3]], ["scrapheap", [4, 4725, 4]], ["trash heap", [4, 4725, 5]], ["rubbish heap", [4, 4725, 6]]]}, {"answer": "refutal", "hint": "synonyms for refutal", "clues": [["falsification", [4, 4726, 0]], ["disproof", [4, 4726, 1]], ["refutation", [4, 4726, 2]], ["falsifying", [4, 4726, 3]]]}, {"answer": "refutation", "hint": "synonyms for refutation", "clues": [["falsification", [4, 4727, 0]], ["disproof", [4, 4727, 1]], ["defense", [4, 4727, 2]], ["refutal", [4, 4727, 3]], ["falsifying", [4, 4727, 4]]]}, {"answer": "regard", "hint": "synonyms for regard", "clues": [["paying attention", [4, 4728, 0]], ["esteem", [4, 4728, 1]], ["respect", [4, 4728, 2]], ["wish", [4, 4728, 3]], ["gaze", [4, 4728, 4]], ["heed", [4, 4728, 5]], ["compliments", [4, 4728, 6]], ["attentiveness", [4, 4728, 7]]]}, {"answer": "regression", "hint": "synonyms for regression", "clues": [["regression toward the mean", [4, 4729, 0]], ["reversion", [4, 4729, 1]], ["statistical regression", [4, 4729, 2]], ["regress", [4, 4729, 3]], ["simple regression", [4, 4729, 4]], ["retrogression", [4, 4729, 5]]]}, {"answer": "regrets", "hint": "synonyms for regrets", "clues": [["sorrow", [4, 4730, 0]], ["ruefulness", [4, 4730, 1]], ["declination", [4, 4730, 2]], ["regret", [4, 4730, 3]], ["rue", [4, 4730, 4]]]}, {"answer": "regurgitation", "hint": "synonyms for regurgitation", "clues": [["disgorgement", [4, 4731, 0]], ["vomiting", [4, 4731, 1]], ["emesis", [4, 4731, 2]], ["puking", [4, 4731, 3]]]}, {"answer": "reinforcement", "hint": "synonyms for reinforcement", "clues": [["strengthener", [4, 4732, 0]], ["reenforcement", [4, 4732, 1]], ["reinforcing stimulus", [4, 4732, 2]], ["reward", [4, 4732, 3]], ["support", [4, 4732, 4]], ["reinforcer", [4, 4732, 5]]]}, {"answer": "rejoinder", "hint": "synonyms for rejoinder", "clues": [["return", [4, 4733, 0]], ["retort", [4, 4733, 1]], ["replication", [4, 4733, 2]], ["riposte", [4, 4733, 3]], ["counter", [4, 4733, 4]], ["comeback", [4, 4733, 5]]]}, {"answer": "relapse", "hint": "synonyms for relapse", "clues": [["lapse", [4, 4734, 0]], ["lapsing", [4, 4734, 1]], ["reversion", [4, 4734, 2]], ["backsliding", [4, 4734, 3]], ["reverting", [4, 4734, 4]]]}, {"answer": "relapsing", "hint": "synonyms for relapsing", "clues": [["lapse", [4, 4735, 0]], ["relapse", [4, 4735, 1]], ["lapsing", [4, 4735, 2]], ["reversion", [4, 4735, 3]], ["backsliding", [4, 4735, 4]], ["reverting", [4, 4735, 5]]]}, {"answer": "relation", "hint": "synonyms for relation", "clues": [["sexual congress", [4, 4736, 0]], ["recounting", [4, 4736, 1]], ["sexual relation", [4, 4736, 2]], ["coition", [4, 4736, 3]], ["telling", [4, 4736, 4]], ["sex act", [4, 4736, 5]], ["carnal knowledge", [4, 4736, 6]], ["intercourse", [4, 4736, 7]], ["congress", [4, 4736, 8]], ["copulation", [4, 4736, 9]], ["sexual intercourse", [4, 4736, 10]], ["relation back", [4, 4736, 11]], ["coitus", [4, 4736, 12]]]}, {"answer": "relations", "hint": "synonyms for relations", "clues": [["relation", [4, 4737, 0]], ["sexual relation", [4, 4737, 1]], ["coition", [4, 4737, 2]], ["sex act", [4, 4737, 3]], ["intercourse", [4, 4737, 4]], ["relation back", [4, 4737, 5]], ["sexual congress", [4, 4737, 6]], ["recounting", [4, 4737, 7]], ["telling", [4, 4737, 8]], ["carnal knowledge", [4, 4737, 9]], ["congress", [4, 4737, 10]], ["copulation", [4, 4737, 11]], ["sexual intercourse", [4, 4737, 12]], ["dealings", [4, 4737, 13]], ["coitus", [4, 4737, 14]]]}, {"answer": "relaxation", "hint": "synonyms for relaxation", "clues": [["relaxation behavior", [4, 4738, 0]], ["slackening", [4, 4738, 1]], ["loosening", [4, 4738, 2]], ["easiness", [4, 4738, 3]], ["liberalisation", [4, 4738, 4]], ["ease", [4, 4738, 5]], ["relaxation method", [4, 4738, 6]], ["repose", [4, 4738, 7]], ["rest", [4, 4738, 8]]]}, {"answer": "relay_link", "hint": "synonyms for relay link", "clues": [["booster station", [4, 4739, 0]], ["relay transmitter", [4, 4739, 1]], ["booster", [4, 4739, 2]], ["relay station", [4, 4739, 3]], ["booster amplifier", [4, 4739, 4]]]}, {"answer": "relay_station", "hint": "synonyms for relay station", "clues": [["booster station", [4, 4740, 0]], ["relay link", [4, 4740, 1]], ["relay transmitter", [4, 4740, 2]], ["booster", [4, 4740, 3]], ["booster amplifier", [4, 4740, 4]]]}, {"answer": "relay_transmitter", "hint": "synonyms for relay transmitter", "clues": [["booster station", [4, 4741, 0]], ["relay link", [4, 4741, 1]], ["booster", [4, 4741, 2]], ["relay station", [4, 4741, 3]], ["booster amplifier", [4, 4741, 4]]]}, {"answer": "release", "hint": "synonyms for release", "clues": [["spillage", [4, 4742, 0]], ["spill", [4, 4742, 1]], ["discharge", [4, 4742, 2]], ["liberation", [4, 4742, 3]], ["loss", [4, 4742, 4]], ["passing", [4, 4742, 5]], ["freeing", [4, 4742, 6]], ["handout", [4, 4742, 7]], ["press release", [4, 4742, 8]], ["sacking", [4, 4742, 9]], ["departure", [4, 4742, 10]], ["waiver", [4, 4742, 11]], ["expiration", [4, 4742, 12]], ["firing", [4, 4742, 13]], ["exit", [4, 4742, 14]], ["acquittance", [4, 4742, 15]], ["dismissal", [4, 4742, 16]], ["vent", [4, 4742, 17]], ["button", [4, 4742, 18]], ["tone ending", [4, 4742, 19]], ["dismission", [4, 4742, 20]], ["outlet", [4, 4742, 21]], ["going", [4, 4742, 22]]]}, {"answer": "relief", "hint": "synonyms for relief", "clues": [["alleviation", [4, 4743, 0]], ["assuagement", [4, 4743, 1]], ["embossment", [4, 4743, 2]], ["rilievo", [4, 4743, 3]], ["easing", [4, 4743, 4]], ["moderation", [4, 4743, 5]], ["ministration", [4, 4743, 6]], ["succour", [4, 4743, 7]], ["easement", [4, 4743, 8]], ["sculptural relief", [4, 4743, 9]], ["rest period", [4, 4743, 10]], ["rest", [4, 4743, 11]], ["respite", [4, 4743, 12]]]}, {"answer": "relief_valve", "hint": "synonyms for relief valve", "clues": [["safety valve", [4, 4744, 0]], ["escape valve", [4, 4744, 1]], ["escape", [4, 4744, 2]], ["escape cock", [4, 4744, 3]]]}, {"answer": "relievo", "hint": "synonyms for relievo", "clues": [["relief", [4, 4745, 0]], ["rilievo", [4, 4745, 1]], ["sculptural relief", [4, 4745, 2]], ["embossment", [4, 4745, 3]]]}, {"answer": "relish", "hint": "synonyms for relish", "clues": [["savor", [4, 4746, 0]], ["nip", [4, 4746, 1]], ["tang", [4, 4746, 2]], ["gusto", [4, 4746, 3]], ["zestfulness", [4, 4746, 4]], ["sapidity", [4, 4746, 5]], ["zest", [4, 4746, 6]], ["flavor", [4, 4746, 7]], ["smack", [4, 4746, 8]]]}, {"answer": "reluctance", "hint": "synonyms for reluctance", "clues": [["disinclination", [4, 4747, 0]], ["indisposition", [4, 4747, 1]], ["hesitation", [4, 4747, 2]], ["hesitancy", [4, 4747, 3]]]}, {"answer": "remainder", "hint": "synonyms for remainder", "clues": [["remnant", [4, 4748, 0]], ["residuum", [4, 4748, 1]], ["rest", [4, 4748, 2]], ["balance", [4, 4748, 3]], ["oddment", [4, 4748, 4]], ["end", [4, 4748, 5]], ["residue", [4, 4748, 6]], ["difference", [4, 4748, 7]], ["residual", [4, 4748, 8]]]}, {"answer": "remedy", "hint": "synonyms for remedy", "clues": [["cure", [4, 4749, 0]], ["curative", [4, 4749, 1]], ["therapeutic", [4, 4749, 2]], ["redress", [4, 4749, 3]], ["remediation", [4, 4749, 4]]]}, {"answer": "remembrance", "hint": "synonyms for remembrance", "clues": [["memorial", [4, 4750, 0]], ["anamnesis", [4, 4750, 1]], ["recollection", [4, 4750, 2]], ["commemoration", [4, 4750, 3]]]}, {"answer": "remission", "hint": "synonyms for remission", "clues": [["remittal", [4, 4751, 0]], ["subsidence", [4, 4751, 1]], ["absolution", [4, 4751, 2]], ["remitment", [4, 4751, 3]], ["remission of sin", [4, 4751, 4]], ["remittance", [4, 4751, 5]], ["remit", [4, 4751, 6]]]}, {"answer": "remitment", "hint": "synonyms for remitment", "clues": [["remittance", [4, 4752, 0]], ["remission", [4, 4752, 1]], ["remittal", [4, 4752, 2]], ["remit", [4, 4752, 3]]]}, {"answer": "remittal", "hint": "synonyms for remittal", "clues": [["remittance", [4, 4753, 0]], ["remitment", [4, 4753, 1]], ["subsidence", [4, 4753, 2]], ["remission", [4, 4753, 3]], ["remission of sin", [4, 4753, 4]], ["absolution", [4, 4753, 5]]]}, {"answer": "remnant", "hint": "synonyms for remnant", "clues": [["end", [4, 4754, 0]], ["leftover", [4, 4754, 1]], ["oddment", [4, 4754, 2]], ["remainder", [4, 4754, 3]]]}, {"answer": "remoteness", "hint": "synonyms for remoteness", "clues": [["farawayness", [4, 4755, 0]], ["withdrawnness", [4, 4755, 1]], ["aloofness", [4, 4755, 2]], ["standoffishness", [4, 4755, 3]], ["farness", [4, 4755, 4]]]}, {"answer": "removal_company", "hint": "synonyms for removal company", "clues": [["removal firm", [4, 4756, 0]], ["moving company", [4, 4756, 1]], ["mover", [4, 4756, 2]], ["public mover", [4, 4756, 3]]]}, {"answer": "removal_firm", "hint": "synonyms for removal firm", "clues": [["moving company", [4, 4757, 0]], ["mover", [4, 4757, 1]], ["public mover", [4, 4757, 2]], ["removal company", [4, 4757, 3]]]}, {"answer": "remuneration", "hint": "synonyms for remuneration", "clues": [["salary", [4, 4758, 0]], ["earnings", [4, 4758, 1]], ["wage", [4, 4758, 2]], ["pay", [4, 4758, 3]]]}, {"answer": "rendering", "hint": "synonyms for rendering", "clues": [["rendition", [4, 4759, 0]], ["interpreting", [4, 4759, 1]], ["version", [4, 4759, 2]], ["interpretation", [4, 4759, 3]], ["translation", [4, 4759, 4]], ["interlingual rendition", [4, 4759, 5]]]}, {"answer": "renewal", "hint": "synonyms for renewal", "clues": [["reclamation", [4, 4760, 0]], ["rehabilitation", [4, 4760, 1]], ["replenishment", [4, 4760, 2]], ["refilling", [4, 4760, 3]], ["replacement", [4, 4760, 4]]]}, {"answer": "rent", "hint": "synonyms for rent", "clues": [["split", [4, 4761, 0]], ["rip", [4, 4761, 1]], ["economic rent", [4, 4761, 2]], ["snag", [4, 4761, 3]], ["tear", [4, 4761, 4]]]}, {"answer": "rent-a-car", "hint": "synonyms for rent-a-car", "clues": [["hire car", [4, 4762, 0]], ["u-drive", [4, 4762, 1]], ["self-drive", [4, 4762, 2]], ["car rental", [4, 4762, 3]]]}, {"answer": "renunciation", "hint": "synonyms for renunciation", "clues": [["repudiation", [4, 4763, 0]], ["renouncement", [4, 4763, 1]], ["forswearing", [4, 4763, 2]], ["forgoing", [4, 4763, 3]]]}, {"answer": "repair", "hint": "synonyms for repair", "clues": [["fixture", [4, 4764, 0]], ["fixing", [4, 4764, 1]], ["mending", [4, 4764, 2]], ["reparation", [4, 4764, 3]], ["resort", [4, 4764, 4]], ["stamping ground", [4, 4764, 5]], ["haunt", [4, 4764, 6]], ["hangout", [4, 4764, 7]]]}, {"answer": "reparation", "hint": "synonyms for reparation", "clues": [["mend", [4, 4765, 0]], ["fix", [4, 4765, 1]], ["fixture", [4, 4765, 2]], ["amends", [4, 4765, 3]], ["repair", [4, 4765, 4]]]}, {"answer": "repercussion", "hint": "synonyms for repercussion", "clues": [["backlash", [4, 4766, 0]], ["rebound", [4, 4766, 1]], ["reverberation", [4, 4766, 2]], ["recoil", [4, 4766, 3]]]}, {"answer": "replacement", "hint": "synonyms for replacement", "clues": [["switch", [4, 4767, 0]], ["replacing", [4, 4767, 1]], ["substitution", [4, 4767, 2]], ["renewal", [4, 4767, 3]], ["replenishment", [4, 4767, 4]], ["refilling", [4, 4767, 5]], ["permutation", [4, 4767, 6]], ["transposition", [4, 4767, 7]], ["substitute", [4, 4767, 8]]]}, {"answer": "replication", "hint": "synonyms for replication", "clues": [["rejoinder", [4, 4768, 0]], ["reverberation", [4, 4768, 1]], ["retort", [4, 4768, 2]], ["riposte", [4, 4768, 3]], ["sound reflection", [4, 4768, 4]], ["replica", [4, 4768, 5]], ["echo", [4, 4768, 6]], ["return", [4, 4768, 7]], ["reproduction", [4, 4768, 8]], ["counter", [4, 4768, 9]], ["comeback", [4, 4768, 10]]]}, {"answer": "report", "hint": "synonyms for report", "clues": [["written report", [4, 4769, 0]], ["news report", [4, 4769, 1]], ["report card", [4, 4769, 2]], ["composition", [4, 4769, 3]], ["story", [4, 4769, 4]], ["paper", [4, 4769, 5]], ["study", [4, 4769, 6]], ["account", [4, 4769, 7]], ["write up", [4, 4769, 8]], ["reputation", [4, 4769, 9]], ["theme", [4, 4769, 10]]]}, {"answer": "repose", "hint": "synonyms for repose", "clues": [["heartsease", [4, 4770, 0]], ["relaxation", [4, 4770, 1]], ["ataraxis", [4, 4770, 2]], ["placidity", [4, 4770, 3]], ["serenity", [4, 4770, 4]], ["peace of mind", [4, 4770, 5]], ["tranquillity", [4, 4770, 6]], ["ease", [4, 4770, 7]], ["peacefulness", [4, 4770, 8]], ["peace", [4, 4770, 9]], ["quiet", [4, 4770, 10]], ["rest", [4, 4770, 11]]]}, {"answer": "reprehension", "hint": "synonyms for reprehension", "clues": [["reprimand", [4, 4771, 0]], ["reproof", [4, 4771, 1]], ["rebuke", [4, 4771, 2]], ["reproval", [4, 4771, 3]]]}, {"answer": "representation", "hint": "synonyms for representation", "clues": [["histrionics", [4, 4772, 0]], ["theatrical performance", [4, 4772, 1]], ["internal representation", [4, 4772, 2]], ["theatrical", [4, 4772, 3]]]}, {"answer": "reprieve", "hint": "synonyms for reprieve", "clues": [["respite", [4, 4773, 0]], ["suspension", [4, 4773, 1]], ["abatement", [4, 4773, 2]], ["hiatus", [4, 4773, 3]]]}, {"answer": "reprimand", "hint": "synonyms for reprimand", "clues": [["reprehension", [4, 4774, 0]], ["reproof", [4, 4774, 1]], ["rebuke", [4, 4774, 2]], ["reproval", [4, 4774, 3]]]}, {"answer": "reprint", "hint": "synonyms for reprint", "clues": [["separate", [4, 4775, 0]], ["reissue", [4, 4775, 1]], ["reprinting", [4, 4775, 2]], ["offprint", [4, 4775, 3]]]}, {"answer": "reproduction", "hint": "synonyms for reproduction", "clues": [["breeding", [4, 4776, 0]], ["facts of life", [4, 4776, 1]], ["replication", [4, 4776, 2]], ["procreation", [4, 4776, 3]], ["replica", [4, 4776, 4]], ["reproductive memory", [4, 4776, 5]]]}, {"answer": "reproof", "hint": "synonyms for reproof", "clues": [["reprimand", [4, 4777, 0]], ["reprehension", [4, 4777, 1]], ["rebuke", [4, 4777, 2]], ["reproval", [4, 4777, 3]]]}, {"answer": "reproval", "hint": "synonyms for reproval", "clues": [["reprimand", [4, 4778, 0]], ["reprehension", [4, 4778, 1]], ["reproof", [4, 4778, 2]], ["rebuke", [4, 4778, 3]]]}, {"answer": "repugnance", "hint": "synonyms for repugnance", "clues": [["horror", [4, 4779, 0]], ["inconsistency", [4, 4779, 1]], ["mutual exclusiveness", [4, 4779, 2]], ["repulsion", [4, 4779, 3]], ["incompatibility", [4, 4779, 4]]]}, {"answer": "repulsion", "hint": "synonyms for repulsion", "clues": [["horror", [4, 4780, 0]], ["standoff", [4, 4780, 1]], ["repulsive force", [4, 4780, 2]], ["repugnance", [4, 4780, 3]], ["revulsion", [4, 4780, 4]]]}, {"answer": "repulsiveness", "hint": "synonyms for repulsiveness", "clues": [["lousiness", [4, 4781, 0]], ["loathsomeness", [4, 4781, 1]], ["sliminess", [4, 4781, 2]], ["wickedness", [4, 4781, 3]], ["vileness", [4, 4781, 4]]]}, {"answer": "requiem", "hint": "synonyms for requiem", "clues": [["coronach", [4, 4782, 0]], ["lament", [4, 4782, 1]], ["dirge", [4, 4782, 2]], ["threnody", [4, 4782, 3]]]}, {"answer": "requirement", "hint": "synonyms for requirement", "clues": [["prerequisite", [4, 4783, 0]], ["necessary", [4, 4783, 1]], ["essential", [4, 4783, 2]], ["demand", [4, 4783, 3]], ["necessity", [4, 4783, 4]]]}, {"answer": "res", "hint": "synonyms for res", "clues": [["ray", [4, 4784, 0]], ["re", [4, 4784, 1]], ["rhenium", [4, 4784, 2]], ["atomic number 75", [4, 4784, 3]]]}, {"answer": "res_publica", "hint": "synonyms for res publica", "clues": [["country", [4, 4785, 0]], ["body politic", [4, 4785, 1]], ["state", [4, 4785, 2]], ["commonwealth", [4, 4785, 3]], ["land", [4, 4785, 4]], ["nation", [4, 4785, 5]]]}, {"answer": "rescript", "hint": "synonyms for rescript", "clues": [["revision", [4, 4786, 0]], ["fiat", [4, 4786, 1]], ["rewrite", [4, 4786, 2]], ["order", [4, 4786, 3]], ["decree", [4, 4786, 4]], ["revisal", [4, 4786, 5]], ["revise", [4, 4786, 6]], ["edict", [4, 4786, 7]]]}, {"answer": "research_lab", "hint": "synonyms for research lab", "clues": [["laboratory", [4, 4787, 0]], ["science lab", [4, 4787, 1]], ["science laboratory", [4, 4787, 2]], ["research laboratory", [4, 4787, 3]], ["lab", [4, 4787, 4]]]}, {"answer": "research_laboratory", "hint": "synonyms for research laboratory", "clues": [["laboratory", [4, 4788, 0]], ["research lab", [4, 4788, 1]], ["science lab", [4, 4788, 2]], ["science laboratory", [4, 4788, 3]], ["lab", [4, 4788, 4]]]}, {"answer": "reservation", "hint": "synonyms for reservation", "clues": [["mental reservation", [4, 4789, 0]], ["qualification", [4, 4789, 1]], ["reserve", [4, 4789, 2]], ["booking", [4, 4789, 3]], ["arriere pensee", [4, 4789, 4]]]}, {"answer": "reserve", "hint": "synonyms for reserve", "clues": [["reservation", [4, 4790, 0]], ["military reserve", [4, 4790, 1]], ["modesty", [4, 4790, 2]], ["backlog", [4, 4790, 3]], ["reticence", [4, 4790, 4]], ["stockpile", [4, 4790, 5]], ["taciturnity", [4, 4790, 6]]]}, {"answer": "reserves", "hint": "synonyms for reserves", "clues": [["reserve", [4, 4791, 0]], ["modesty", [4, 4791, 1]], ["militia", [4, 4791, 2]], ["reticence", [4, 4791, 3]], ["taciturnity", [4, 4791, 4]], ["reservation", [4, 4791, 5]], ["military reserve", [4, 4791, 6]], ["backlog", [4, 4791, 7]], ["stockpile", [4, 4791, 8]]]}, {"answer": "residence", "hint": "synonyms for residence", "clues": [["mansion", [4, 4792, 0]], ["abode", [4, 4792, 1]], ["abidance", [4, 4792, 2]], ["hall", [4, 4792, 3]], ["mansion house", [4, 4792, 4]], ["residency", [4, 4792, 5]], ["manse", [4, 4792, 6]]]}, {"answer": "residence_hall", "hint": "synonyms for residence hall", "clues": [["dormitory", [4, 4793, 0]], ["hall", [4, 4793, 1]], ["dorm", [4, 4793, 2]], ["student residence", [4, 4793, 3]]]}, {"answer": "residue", "hint": "synonyms for residue", "clues": [["residuum", [4, 4794, 0]], ["balance", [4, 4794, 1]], ["remainder", [4, 4794, 2]], ["rest", [4, 4794, 3]], ["residual", [4, 4794, 4]]]}, {"answer": "residuum", "hint": "synonyms for residuum", "clues": [["balance", [4, 4795, 0]], ["remainder", [4, 4795, 1]], ["rest", [4, 4795, 2]], ["residue", [4, 4795, 3]], ["residual", [4, 4795, 4]]]}, {"answer": "resistance", "hint": "synonyms for resistance", "clues": [["electric resistance", [4, 4796, 0]], ["underground", [4, 4796, 1]], ["impedance", [4, 4796, 2]], ["ohmic resistance", [4, 4796, 3]], ["opposition", [4, 4796, 4]], ["resistor", [4, 4796, 5]], ["resistivity", [4, 4796, 6]]]}, {"answer": "resistivity", "hint": "synonyms for resistivity", "clues": [["electric resistance", [4, 4797, 0]], ["resistance", [4, 4797, 1]], ["impedance", [4, 4797, 2]], ["ohmic resistance", [4, 4797, 3]]]}, {"answer": "resoluteness", "hint": "synonyms for resoluteness", "clues": [["firmness", [4, 4798, 0]], ["firmness of purpose", [4, 4798, 1]], ["resolution", [4, 4798, 2]], ["resolve", [4, 4798, 3]]]}, {"answer": "resolution", "hint": "synonyms for resolution", "clues": [["resolve", [4, 4799, 0]], ["settlement", [4, 4799, 1]], ["resolving power", [4, 4799, 2]], ["resoluteness", [4, 4799, 3]], ["solution", [4, 4799, 4]], ["solving", [4, 4799, 5]], ["firmness of purpose", [4, 4799, 6]], ["closure", [4, 4799, 7]], ["firmness", [4, 4799, 8]], ["answer", [4, 4799, 9]], ["result", [4, 4799, 10]], ["declaration", [4, 4799, 11]], ["solvent", [4, 4799, 12]]]}, {"answer": "resolve", "hint": "synonyms for resolve", "clues": [["firmness", [4, 4800, 0]], ["resoluteness", [4, 4800, 1]], ["resolution", [4, 4800, 2]], ["declaration", [4, 4800, 3]], ["firmness of purpose", [4, 4800, 4]]]}, {"answer": "resolvent", "hint": "synonyms for resolvent", "clues": [["dissolver", [4, 4801, 0]], ["solvent", [4, 4801, 1]], ["dissolving agent", [4, 4801, 2]], ["dissolvent", [4, 4801, 3]]]}, {"answer": "resonance", "hint": "synonyms for resonance", "clues": [["ringing", [4, 4802, 0]], ["sonority", [4, 4802, 1]], ["plangency", [4, 4802, 2]], ["sonorousness", [4, 4802, 3]], ["vibrancy", [4, 4802, 4]], ["rapport", [4, 4802, 5]], ["reverberance", [4, 4802, 6]]]}, {"answer": "resort", "hint": "synonyms for resort", "clues": [["resort hotel", [4, 4803, 0]], ["repair", [4, 4803, 1]], ["refuge", [4, 4803, 2]], ["recourse", [4, 4803, 3]], ["holiday resort", [4, 4803, 4]], ["stamping ground", [4, 4803, 5]], ["haunt", [4, 4803, 6]], ["hangout", [4, 4803, 7]]]}, {"answer": "respect", "hint": "synonyms for respect", "clues": [["obedience", [4, 4804, 0]], ["esteem", [4, 4804, 1]], ["regard", [4, 4804, 2]], ["deference", [4, 4804, 3]], ["respectfulness", [4, 4804, 4]]]}, {"answer": "respects", "hint": "synonyms for respects", "clues": [["obedience", [4, 4805, 0]], ["esteem", [4, 4805, 1]], ["regard", [4, 4805, 2]], ["respect", [4, 4805, 3]], ["respectfulness", [4, 4805, 4]], ["deference", [4, 4805, 5]]]}, {"answer": "respiration", "hint": "synonyms for respiration", "clues": [["external respiration", [4, 4806, 0]], ["cellular respiration", [4, 4806, 1]], ["ventilation", [4, 4806, 2]], ["breathing", [4, 4806, 3]]]}, {"answer": "respite", "hint": "synonyms for respite", "clues": [["time out", [4, 4807, 0]], ["hiatus", [4, 4807, 1]], ["reprieve", [4, 4807, 2]], ["suspension", [4, 4807, 3]], ["recess", [4, 4807, 4]], ["rest period", [4, 4807, 5]], ["rest", [4, 4807, 6]], ["break", [4, 4807, 7]], ["relief", [4, 4807, 8]], ["abatement", [4, 4807, 9]]]}, {"answer": "response", "hint": "synonyms for response", "clues": [["reception", [4, 4808, 0]], ["reaction", [4, 4808, 1]], ["reply", [4, 4808, 2]], ["answer", [4, 4808, 3]]]}, {"answer": "rest", "hint": "synonyms for rest", "clues": [["residuum", [4, 4809, 0]], ["relaxation", [4, 4809, 1]], ["ease", [4, 4809, 2]], ["balance", [4, 4809, 3]], ["remainder", [4, 4809, 4]], ["repose", [4, 4809, 5]], ["respite", [4, 4809, 6]], ["rest period", [4, 4809, 7]], ["residue", [4, 4809, 8]], ["relief", [4, 4809, 9]], ["residual", [4, 4809, 10]]]}, {"answer": "restitution", "hint": "synonyms for restitution", "clues": [["restoration", [4, 4810, 0]], ["return", [4, 4810, 1]], ["indemnification", [4, 4810, 2]], ["regaining", [4, 4810, 3]], ["indemnity", [4, 4810, 4]], ["damages", [4, 4810, 5]], ["redress", [4, 4810, 6]], ["amends", [4, 4810, 7]]]}, {"answer": "restiveness", "hint": "synonyms for restiveness", "clues": [["nervousness", [4, 4811, 0]], ["skittishness", [4, 4811, 1]], ["jitteriness", [4, 4811, 2]], ["jumpiness", [4, 4811, 3]]]}, {"answer": "restraint", "hint": "synonyms for restraint", "clues": [["constraint", [4, 4812, 0]], ["simplicity", [4, 4812, 1]], ["simpleness", [4, 4812, 2]], ["chasteness", [4, 4812, 3]], ["control", [4, 4812, 4]]]}, {"answer": "restroom", "hint": "synonyms for restroom", "clues": [["wash room", [4, 4813, 0]], ["toilet facility", [4, 4813, 1]], ["convenience", [4, 4813, 2]], ["comfort station", [4, 4813, 3]], ["public convenience", [4, 4813, 4]], ["public lavatory", [4, 4813, 5]], ["public toilet", [4, 4813, 6]]]}, {"answer": "result", "hint": "synonyms for result", "clues": [["termination", [4, 4814, 0]], ["final result", [4, 4814, 1]], ["resolution", [4, 4814, 2]], ["event", [4, 4814, 3]], ["effect", [4, 4814, 4]], ["resultant", [4, 4814, 5]], ["upshot", [4, 4814, 6]], ["consequence", [4, 4814, 7]], ["answer", [4, 4814, 8]], ["outcome", [4, 4814, 9]], ["solvent", [4, 4814, 10]], ["resultant role", [4, 4814, 11]], ["issue", [4, 4814, 12]]]}, {"answer": "retardation", "hint": "synonyms for retardation", "clues": [["lag", [4, 4815, 0]], ["subnormality", [4, 4815, 1]], ["retardent", [4, 4815, 2]], ["slowness", [4, 4815, 3]], ["mental retardation", [4, 4815, 4]], ["slowing", [4, 4815, 5]], ["backwardness", [4, 4815, 6]], ["deceleration", [4, 4815, 7]], ["slowdown", [4, 4815, 8]]]}, {"answer": "retention", "hint": "synonyms for retention", "clues": [["memory", [4, 4816, 0]], ["holding", [4, 4816, 1]], ["retentivity", [4, 4816, 2]], ["retentiveness", [4, 4816, 3]], ["keeping", [4, 4816, 4]]]}, {"answer": "retirement_account", "hint": "synonyms for retirement account", "clues": [["retirement savings account", [4, 4817, 0]], ["retirement program", [4, 4817, 1]], ["retirement plan", [4, 4817, 2]], ["pension account", [4, 4817, 3]], ["pension plan", [4, 4817, 4]]]}, {"answer": "retirement_benefit", "hint": "synonyms for retirement benefit", "clues": [["retirement check", [4, 4818, 0]], ["superannuation", [4, 4818, 1]], ["old-age pension", [4, 4818, 2]], ["retirement fund", [4, 4818, 3]], ["retirement pension", [4, 4818, 4]]]}, {"answer": "retirement_check", "hint": "synonyms for retirement check", "clues": [["superannuation", [4, 4819, 0]], ["old-age pension", [4, 4819, 1]], ["retirement benefit", [4, 4819, 2]], ["retirement fund", [4, 4819, 3]], ["retirement pension", [4, 4819, 4]]]}, {"answer": "retirement_fund", "hint": "synonyms for retirement fund", "clues": [["retirement check", [4, 4820, 0]], ["superannuation", [4, 4820, 1]], ["old-age pension", [4, 4820, 2]], ["retirement benefit", [4, 4820, 3]], ["retirement pension", [4, 4820, 4]]]}, {"answer": "retirement_pension", "hint": "synonyms for retirement pension", "clues": [["retirement check", [4, 4821, 0]], ["superannuation", [4, 4821, 1]], ["old-age pension", [4, 4821, 2]], ["retirement benefit", [4, 4821, 3]], ["retirement fund", [4, 4821, 4]]]}, {"answer": "retirement_plan", "hint": "synonyms for retirement plan", "clues": [["retirement savings account", [4, 4822, 0]], ["retirement program", [4, 4822, 1]], ["retirement account", [4, 4822, 2]], ["pension account", [4, 4822, 3]], ["pension plan", [4, 4822, 4]]]}, {"answer": "retirement_program", "hint": "synonyms for retirement program", "clues": [["retirement savings account", [4, 4823, 0]], ["retirement account", [4, 4823, 1]], ["retirement plan", [4, 4823, 2]], ["pension account", [4, 4823, 3]], ["pension plan", [4, 4823, 4]]]}, {"answer": "retirement_savings_account", "hint": "synonyms for retirement savings account", "clues": [["retirement savings plan", [4, 4824, 0]], ["retirement program", [4, 4824, 1]], ["retirement plan", [4, 4824, 2]], ["retirement account", [4, 4824, 3]], ["pension account", [4, 4824, 4]], ["pension plan", [4, 4824, 5]]]}, {"answer": "retirement_savings_plan", "hint": "synonyms for retirement savings plan", "clues": [["retirement savings account", [4, 4825, 0]], ["retirement program", [4, 4825, 1]], ["retirement plan", [4, 4825, 2]], ["retirement account", [4, 4825, 3]], ["pension account", [4, 4825, 4]], ["pension plan", [4, 4825, 5]]]}, {"answer": "retort", "hint": "synonyms for retort", "clues": [["rejoinder", [4, 4826, 0]], ["return", [4, 4826, 1]], ["replication", [4, 4826, 2]], ["riposte", [4, 4826, 3]], ["counter", [4, 4826, 4]], ["comeback", [4, 4826, 5]]]}, {"answer": "retrogression", "hint": "synonyms for retrogression", "clues": [["regression", [4, 4827, 0]], ["reversion", [4, 4827, 1]], ["degeneration", [4, 4827, 2]], ["regress", [4, 4827, 3]]]}, {"answer": "return", "hint": "synonyms for return", "clues": [["rejoinder", [4, 4828, 0]], ["payoff", [4, 4828, 1]], ["regaining", [4, 4828, 2]], ["replication", [4, 4828, 3]], ["riposte", [4, 4828, 4]], ["income tax return", [4, 4828, 5]], ["take", [4, 4828, 6]], ["restitution", [4, 4828, 7]], ["return key", [4, 4828, 8]], ["takings", [4, 4828, 9]], ["counter", [4, 4828, 10]], ["comeback", [4, 4828, 11]], ["reappearance", [4, 4828, 12]], ["homecoming", [4, 4828, 13]], ["yield", [4, 4828, 14]], ["retort", [4, 4828, 15]], ["proceeds", [4, 4828, 16]], ["getting even", [4, 4828, 17]], ["tax return", [4, 4828, 18]], ["issue", [4, 4828, 19]], ["paying back", [4, 4828, 20]], ["restoration", [4, 4828, 21]], ["coming back", [4, 4828, 22]], ["recurrence", [4, 4828, 23]]]}, {"answer": "revenue", "hint": "synonyms for revenue", "clues": [["tax income", [4, 4829, 0]], ["gross", [4, 4829, 1]], ["receipts", [4, 4829, 2]], ["taxation", [4, 4829, 3]], ["tax revenue", [4, 4829, 4]]]}, {"answer": "reverberance", "hint": "synonyms for reverberance", "clues": [["ringing", [4, 4830, 0]], ["sonority", [4, 4830, 1]], ["plangency", [4, 4830, 2]], ["sonorousness", [4, 4830, 3]], ["vibrancy", [4, 4830, 4]], ["resonance", [4, 4830, 5]]]}, {"answer": "reverberation", "hint": "synonyms for reverberation", "clues": [["repercussion", [4, 4831, 0]], ["replication", [4, 4831, 1]], ["echo", [4, 4831, 2]], ["sound reflection", [4, 4831, 3]]]}, {"answer": "reverie", "hint": "synonyms for reverie", "clues": [["castle in the air", [4, 4832, 0]], ["revery", [4, 4832, 1]], ["daydream", [4, 4832, 2]], ["oneirism", [4, 4832, 3]], ["castle in Spain", [4, 4832, 4]], ["air castle", [4, 4832, 5]]]}, {"answer": "reversal", "hint": "synonyms for reversal", "clues": [["turnabout", [4, 4833, 0]], ["flip-flop", [4, 4833, 1]], ["change of mind", [4, 4833, 2]], ["blow", [4, 4833, 3]], ["turn around", [4, 4833, 4]], ["black eye", [4, 4833, 5]], ["reversion", [4, 4833, 6]], ["volte-face", [4, 4833, 7]], ["transposition", [4, 4833, 8]], ["policy change", [4, 4833, 9]], ["reverse", [4, 4833, 10]], ["about-face", [4, 4833, 11]], ["setback", [4, 4833, 12]]]}, {"answer": "reversion", "hint": "synonyms for reversion", "clues": [["turnabout", [4, 4834, 0]], ["retroversion", [4, 4834, 1]], ["regression", [4, 4834, 2]], ["lapse", [4, 4834, 3]], ["relapsing", [4, 4834, 4]], ["regress", [4, 4834, 5]], ["throwback", [4, 4834, 6]], ["atavism", [4, 4834, 7]], ["relapse", [4, 4834, 8]], ["reverse", [4, 4834, 9]], ["reversal", [4, 4834, 10]], ["backsliding", [4, 4834, 11]], ["turnaround", [4, 4834, 12]], ["reverting", [4, 4834, 13]]]}, {"answer": "revery", "hint": "synonyms for revery", "clues": [["castle in the air", [4, 4835, 0]], ["daydream", [4, 4835, 1]], ["castle in Spain", [4, 4835, 2]], ["reverie", [4, 4835, 3]], ["oneirism", [4, 4835, 4]], ["air castle", [4, 4835, 5]]]}, {"answer": "review", "hint": "synonyms for review", "clues": [["critique", [4, 4836, 0]], ["reexamination", [4, 4836, 1]], ["followup", [4, 4836, 2]], ["recap", [4, 4836, 3]], ["inspection", [4, 4836, 4]], ["reassessment", [4, 4836, 5]], ["recapitulation", [4, 4836, 6]], ["revue", [4, 4836, 7]], ["critical review", [4, 4836, 8]], ["brushup", [4, 4836, 9]], ["reappraisal", [4, 4836, 10]], ["revaluation", [4, 4836, 11]], ["limited review", [4, 4836, 12]], ["review article", [4, 4836, 13]]]}, {"answer": "revilement", "hint": "synonyms for revilement", "clues": [["abuse", [4, 4837, 0]], ["insult", [4, 4837, 1]], ["contumely", [4, 4837, 2]], ["vilification", [4, 4837, 3]]]}, {"answer": "revision", "hint": "synonyms for revision", "clues": [["revisal", [4, 4838, 0]], ["rewrite", [4, 4838, 1]], ["rescript", [4, 4838, 2]], ["revise", [4, 4838, 3]], ["alteration", [4, 4838, 4]]]}, {"answer": "revitalisation", "hint": "synonyms for revitalisation", "clues": [["revivification", [4, 4839, 0]], ["resurgence", [4, 4839, 1]], ["revival", [4, 4839, 2]], ["revitalization", [4, 4839, 3]]]}, {"answer": "revitalization", "hint": "synonyms for revitalization", "clues": [["resurgence", [4, 4840, 0]], ["revivification", [4, 4840, 1]], ["revival", [4, 4840, 2]], ["revitalisation", [4, 4840, 3]]]}, {"answer": "revival", "hint": "synonyms for revival", "clues": [["resurgence", [4, 4841, 0]], ["revivification", [4, 4841, 1]], ["revitalisation", [4, 4841, 2]], ["revival meeting", [4, 4841, 3]]]}, {"answer": "reward", "hint": "synonyms for reward", "clues": [["payoff", [4, 4842, 0]], ["advantage", [4, 4842, 1]], ["wages", [4, 4842, 2]], ["reinforcement", [4, 4842, 3]]]}, {"answer": "rf", "hint": "synonyms for rf", "clues": [["unnilquadium", [4, 4843, 0]], ["rutherfordium", [4, 4843, 1]], ["releasing hormone", [4, 4843, 2]], ["element 104", [4, 4843, 3]], ["atomic number 104", [4, 4843, 4]], ["releasing factor", [4, 4843, 5]]]}, {"answer": "rhetoric", "hint": "synonyms for rhetoric", "clues": [["magniloquence", [4, 4844, 0]], ["palaver", [4, 4844, 1]], ["empty talk", [4, 4844, 2]], ["empty words", [4, 4844, 3]], ["grandiloquence", [4, 4844, 4]], ["hot air", [4, 4844, 5]], ["ornateness", [4, 4844, 6]], ["grandiosity", [4, 4844, 7]]]}, {"answer": "rhythm", "hint": "synonyms for rhythm", "clues": [["calendar method", [4, 4845, 0]], ["musical rhythm", [4, 4845, 1]], ["rhythm method", [4, 4845, 2]], ["round", [4, 4845, 3]], ["rhythm method of birth control", [4, 4845, 4]], ["regular recurrence", [4, 4845, 5]], ["beat", [4, 4845, 6]], ["calendar method of birth control", [4, 4845, 7]], ["speech rhythm", [4, 4845, 8]], ["cycle", [4, 4845, 9]]]}, {"answer": "rhythm_method", "hint": "synonyms for rhythm method", "clues": [["rhythm method of birth control", [4, 4846, 0]], ["calendar method", [4, 4846, 1]], ["rhythm", [4, 4846, 2]], ["calendar method of birth control", [4, 4846, 3]]]}, {"answer": "rhythm_method_of_birth_control", "hint": "synonyms for rhythm method of birth control", "clues": [["rhythm method", [4, 4847, 0]], ["calendar method", [4, 4847, 1]], ["rhythm", [4, 4847, 2]], ["calendar method of birth control", [4, 4847, 3]]]}, {"answer": "rhytidectomy", "hint": "synonyms for rhytidectomy", "clues": [["cosmetic surgery", [4, 4848, 0]], ["nip and tuck", [4, 4848, 1]], ["facelift", [4, 4848, 2]], ["lift", [4, 4848, 3]], ["face lifting", [4, 4848, 4]], ["rhytidoplasty", [4, 4848, 5]]]}, {"answer": "rhytidoplasty", "hint": "synonyms for rhytidoplasty", "clues": [["cosmetic surgery", [4, 4849, 0]], ["nip and tuck", [4, 4849, 1]], ["facelift", [4, 4849, 2]], ["lift", [4, 4849, 3]], ["rhytidectomy", [4, 4849, 4]], ["face lifting", [4, 4849, 5]]]}, {"answer": "ribbon", "hint": "synonyms for ribbon", "clues": [["thread", [4, 4850, 0]], ["laurel wreath", [4, 4850, 1]], ["medal", [4, 4850, 2]], ["typewriter ribbon", [4, 4850, 3]], ["palm", [4, 4850, 4]], ["medallion", [4, 4850, 5]], ["decoration", [4, 4850, 6]]]}, {"answer": "riboflavin", "hint": "synonyms for riboflavin", "clues": [["vitamin B2", [4, 4851, 0]], ["lactoflavin", [4, 4851, 1]], ["vitamin G", [4, 4851, 2]], ["hepatoflavin", [4, 4851, 3]], ["ovoflavin", [4, 4851, 4]]]}, {"answer": "richness", "hint": "synonyms for richness", "clues": [["mellowness", [4, 4852, 0]], ["fertility", [4, 4852, 1]], ["profusion", [4, 4852, 2]], ["impressiveness", [4, 4852, 3]], ["grandness", [4, 4852, 4]], ["magnificence", [4, 4852, 5]], ["cornucopia", [4, 4852, 6]], ["prolificacy", [4, 4852, 7]], ["fullness", [4, 4852, 8]], ["profuseness", [4, 4852, 9]], ["rankness", [4, 4852, 10]]]}, {"answer": "riddance", "hint": "synonyms for riddance", "clues": [["elimination", [4, 4853, 0]], ["exclusion", [4, 4853, 1]], ["expulsion", [4, 4853, 2]], ["ejection", [4, 4853, 3]]]}, {"answer": "rift", "hint": "synonyms for rift", "clues": [["rupture", [4, 4854, 0]], ["break", [4, 4854, 1]], ["severance", [4, 4854, 2]], ["breach", [4, 4854, 3]], ["falling out", [4, 4854, 4]]]}, {"answer": "rig", "hint": "synonyms for rig", "clues": [["fishing rig", [4, 4855, 0]], ["rigging", [4, 4855, 1]], ["fishing tackle", [4, 4855, 2]], ["articulated lorry", [4, 4855, 3]], ["equipage", [4, 4855, 4]], ["getup", [4, 4855, 5]], ["swindle", [4, 4855, 6]], ["semi", [4, 4855, 7]], ["trucking rig", [4, 4855, 8]], ["trailer truck", [4, 4855, 9]], ["tackle", [4, 4855, 10]], ["carriage", [4, 4855, 11]], ["turnout", [4, 4855, 12]], ["cheat", [4, 4855, 13]], ["outfit", [4, 4855, 14]], ["tractor trailer", [4, 4855, 15]], ["fishing gear", [4, 4855, 16]]]}, {"answer": "rightness", "hint": "synonyms for rightness", "clues": [["appropriateness", [4, 4856, 0]], ["nicety", [4, 4856, 1]], ["correctness", [4, 4856, 2]], ["justness", [4, 4856, 3]]]}, {"answer": "rigor", "hint": "synonyms for rigor", "clues": [["severity", [4, 4857, 0]], ["severeness", [4, 4857, 1]], ["validity", [4, 4857, 2]], ["rigour", [4, 4857, 3]], ["cogency", [4, 4857, 4]], ["grimness", [4, 4857, 5]], ["inclemency", [4, 4857, 6]], ["asperity", [4, 4857, 7]], ["hardship", [4, 4857, 8]], ["rigorousness", [4, 4857, 9]], ["harshness", [4, 4857, 10]], ["stiffness", [4, 4857, 11]], ["hardness", [4, 4857, 12]]]}, {"answer": "rigorousness", "hint": "synonyms for rigorousness", "clues": [["asperity", [4, 4858, 0]], ["severity", [4, 4858, 1]], ["inclemency", [4, 4858, 2]], ["severeness", [4, 4858, 3]], ["rigor", [4, 4858, 4]], ["hardship", [4, 4858, 5]], ["rigourousness", [4, 4858, 6]], ["harshness", [4, 4858, 7]], ["stiffness", [4, 4858, 8]], ["grimness", [4, 4858, 9]], ["hardness", [4, 4858, 10]]]}, {"answer": "rigour", "hint": "synonyms for rigour", "clues": [["severity", [4, 4859, 0]], ["severeness", [4, 4859, 1]], ["validity", [4, 4859, 2]], ["cogency", [4, 4859, 3]], ["grimness", [4, 4859, 4]], ["inclemency", [4, 4859, 5]], ["asperity", [4, 4859, 6]], ["rigor", [4, 4859, 7]], ["hardship", [4, 4859, 8]], ["rigorousness", [4, 4859, 9]], ["harshness", [4, 4859, 10]], ["stiffness", [4, 4859, 11]], ["hardness", [4, 4859, 12]]]}, {"answer": "rigourousness", "hint": "synonyms for rigourousness", "clues": [["asperity", [4, 4860, 0]], ["severity", [4, 4860, 1]], ["inclemency", [4, 4860, 2]], ["severeness", [4, 4860, 3]], ["rigor", [4, 4860, 4]], ["hardship", [4, 4860, 5]], ["rigorousness", [4, 4860, 6]], ["harshness", [4, 4860, 7]], ["stiffness", [4, 4860, 8]], ["grimness", [4, 4860, 9]], ["hardness", [4, 4860, 10]]]}, {"answer": "rilievo", "hint": "synonyms for rilievo", "clues": [["relief", [4, 4861, 0]], ["relievo", [4, 4861, 1]], ["sculptural relief", [4, 4861, 2]], ["embossment", [4, 4861, 3]]]}, {"answer": "rill", "hint": "synonyms for rill", "clues": [["rivulet", [4, 4862, 0]], ["run", [4, 4862, 1]], ["streamlet", [4, 4862, 2]], ["runnel", [4, 4862, 3]]]}, {"answer": "rime", "hint": "synonyms for rime", "clues": [["rhyme", [4, 4863, 0]], ["hoar", [4, 4863, 1]], ["hoarfrost", [4, 4863, 2]], ["frost", [4, 4863, 3]]]}, {"answer": "ring", "hint": "synonyms for ring", "clues": [["ringing", [4, 4864, 0]], ["halo", [4, 4864, 1]], ["tintinnabulation", [4, 4864, 2]], ["doughnut", [4, 4864, 3]], ["closed chain", [4, 4864, 4]], ["mob", [4, 4864, 5]], ["hoop", [4, 4864, 6]], ["anchor ring", [4, 4864, 7]], ["band", [4, 4864, 8]], ["gang", [4, 4864, 9]], ["annulus", [4, 4864, 10]], ["pack", [4, 4864, 11]]]}, {"answer": "ring_armor", "hint": "synonyms for ring armor", "clues": [["ring mail", [4, 4865, 0]], ["chain armour", [4, 4865, 1]], ["mail", [4, 4865, 2]], ["chain mail", [4, 4865, 3]], ["ring armour", [4, 4865, 4]]]}, {"answer": "ring_armour", "hint": "synonyms for ring armour", "clues": [["ring mail", [4, 4866, 0]], ["chain armour", [4, 4866, 1]], ["mail", [4, 4866, 2]], ["ring armor", [4, 4866, 3]], ["chain mail", [4, 4866, 4]]]}, {"answer": "ring_mail", "hint": "synonyms for ring mail", "clues": [["chain armour", [4, 4867, 0]], ["mail", [4, 4867, 1]], ["ring armor", [4, 4867, 2]], ["chain mail", [4, 4867, 3]]]}, {"answer": "ringing", "hint": "synonyms for ringing", "clues": [["tintinnabulation", [4, 4868, 0]], ["vibrancy", [4, 4868, 1]], ["resonance", [4, 4868, 2]], ["ring", [4, 4868, 3]], ["sonority", [4, 4868, 4]], ["plangency", [4, 4868, 5]], ["sonorousness", [4, 4868, 6]], ["reverberance", [4, 4868, 7]]]}, {"answer": "ringlet", "hint": "synonyms for ringlet", "clues": [["curl", [4, 4869, 0]], ["gyre", [4, 4869, 1]], ["whorl", [4, 4869, 2]], ["curlicue", [4, 4869, 3]], ["roll", [4, 4869, 4]], ["scroll", [4, 4869, 5]], ["coil", [4, 4869, 6]]]}, {"answer": "rings", "hint": "synonyms for rings", "clues": [["ringing", [4, 4870, 0]], ["halo", [4, 4870, 1]], ["doughnut", [4, 4870, 2]], ["mob", [4, 4870, 3]], ["anchor ring", [4, 4870, 4]], ["band", [4, 4870, 5]], ["gang", [4, 4870, 6]], ["pack", [4, 4870, 7]], ["tintinnabulation", [4, 4870, 8]], ["closed chain", [4, 4870, 9]], ["hoop", [4, 4870, 10]], ["annulus", [4, 4870, 11]]]}, {"answer": "riot", "hint": "synonyms for riot", "clues": [["drunken revelry", [4, 4871, 0]], ["bacchanalia", [4, 4871, 1]], ["orgy", [4, 4871, 2]], ["howler", [4, 4871, 3]], ["public violence", [4, 4871, 4]], ["sidesplitter", [4, 4871, 5]], ["debauchery", [4, 4871, 6]], ["debauch", [4, 4871, 7]], ["saturnalia", [4, 4871, 8]], ["belly laugh", [4, 4871, 9]], ["thigh-slapper", [4, 4871, 10]], ["scream", [4, 4871, 11]], ["wow", [4, 4871, 12]]]}, {"answer": "rip", "hint": "synonyms for rip", "clues": [["countercurrent", [4, 4872, 0]], ["rent", [4, 4872, 1]], ["crosscurrent", [4, 4872, 2]], ["riptide", [4, 4872, 3]], ["split", [4, 4872, 4]], ["tear", [4, 4872, 5]], ["tide rip", [4, 4872, 6]], ["snag", [4, 4872, 7]]]}, {"answer": "riposte", "hint": "synonyms for riposte", "clues": [["rejoinder", [4, 4873, 0]], ["retort", [4, 4873, 1]], ["replication", [4, 4873, 2]], ["return", [4, 4873, 3]], ["counter", [4, 4873, 4]], ["comeback", [4, 4873, 5]]]}, {"answer": "riptide", "hint": "synonyms for riptide", "clues": [["rip current", [4, 4874, 0]], ["rip", [4, 4874, 1]], ["tide rip", [4, 4874, 2]], ["crosscurrent", [4, 4874, 3]], ["countercurrent", [4, 4874, 4]]]}, {"answer": "rise", "hint": "synonyms for rise", "clues": [["procession", [4, 4875, 0]], ["raise", [4, 4875, 1]], ["ascending", [4, 4875, 2]], ["rising slope", [4, 4875, 3]], ["lift", [4, 4875, 4]], ["wage hike", [4, 4875, 5]], ["upgrade", [4, 4875, 6]], ["ascent", [4, 4875, 7]], ["wage increase", [4, 4875, 8]], ["emanation", [4, 4875, 9]], ["climb", [4, 4875, 10]], ["ascension", [4, 4875, 11]], ["boost", [4, 4875, 12]], ["acclivity", [4, 4875, 13]], ["cost increase", [4, 4875, 14]], ["hike", [4, 4875, 15]], ["rising", [4, 4875, 16]], ["advance", [4, 4875, 17]], ["salary increase", [4, 4875, 18]]]}, {"answer": "risk", "hint": "synonyms for risk", "clues": [["danger", [4, 4876, 0]], ["peril", [4, 4876, 1]], ["risk of exposure", [4, 4876, 2]], ["risk of infection", [4, 4876, 3]]]}, {"answer": "river_basin", "hint": "synonyms for river basin", "clues": [["drainage basin", [4, 4877, 0]], ["drainage area", [4, 4877, 1]], ["catchment basin", [4, 4877, 2]], ["basin", [4, 4877, 3]], ["catchment area", [4, 4877, 4]], ["watershed", [4, 4877, 5]]]}, {"answer": "rivulet", "hint": "synonyms for rivulet", "clues": [["rill", [4, 4878, 0]], ["run", [4, 4878, 1]], ["streamlet", [4, 4878, 2]], ["runnel", [4, 4878, 3]]]}, {"answer": "roach", "hint": "synonyms for roach", "clues": [["circle", [4, 4879, 0]], ["rophy", [4, 4879, 1]], ["roofy", [4, 4879, 2]], ["forget me drug", [4, 4879, 3]], ["rope", [4, 4879, 4]]]}, {"answer": "roar", "hint": "synonyms for roar", "clues": [["hollering", [4, 4880, 0]], ["holloa", [4, 4880, 1]], ["bellow", [4, 4880, 2]], ["roaring", [4, 4880, 3]], ["boom", [4, 4880, 4]], ["thunder", [4, 4880, 5]], ["yowl", [4, 4880, 6]]]}, {"answer": "rock", "hint": "synonyms for rock", "clues": [["tilt", [4, 4881, 0]], ["rock 'n' roll", [4, 4881, 1]], ["rock-and-roll", [4, 4881, 2]], ["careen", [4, 4881, 3]], ["stone", [4, 4881, 4]], ["sway", [4, 4881, 5]], ["rock and roll", [4, 4881, 6]], ["rock candy", [4, 4881, 7]], ["rock music", [4, 4881, 8]]]}, {"answer": "rock'n'roll", "hint": "synonyms for rock'n'roll", "clues": [["rock", [4, 4882, 0]], ["rock 'n' roll", [4, 4882, 1]], ["rock-and-roll", [4, 4882, 2]], ["rock and roll", [4, 4882, 3]], ["rock music", [4, 4882, 4]]]}, {"answer": "rock-and-roll", "hint": "synonyms for rock-and-roll", "clues": [["rock", [4, 4883, 0]], ["rock 'n' roll", [4, 4883, 1]], ["rock and roll", [4, 4883, 2]], ["rock music", [4, 4883, 3]]]}, {"answer": "rock_'n'_roll", "hint": "synonyms for rock 'n' roll", "clues": [["rock", [4, 4884, 0]], ["rock-and-roll", [4, 4884, 1]], ["rock and roll", [4, 4884, 2]], ["rock'n'roll", [4, 4884, 3]], ["rock music", [4, 4884, 4]]]}, {"answer": "rock_and_roll", "hint": "synonyms for rock and roll", "clues": [["rock", [4, 4885, 0]], ["rock 'n' roll", [4, 4885, 1]], ["rock-and-roll", [4, 4885, 2]], ["rock music", [4, 4885, 3]]]}, {"answer": "rock_music", "hint": "synonyms for rock music", "clues": [["rock", [4, 4886, 0]], ["rock 'n' roll", [4, 4886, 1]], ["rock-and-roll", [4, 4886, 2]], ["rock and roll", [4, 4886, 3]]]}, {"answer": "rock_oil", "hint": "synonyms for rock oil", "clues": [["petroleum", [4, 4887, 0]], ["oil", [4, 4887, 1]], ["fossil oil", [4, 4887, 2]], ["crude", [4, 4887, 3]], ["crude oil", [4, 4887, 4]]]}, {"answer": "rockers", "hint": "synonyms for rockers", "clues": [["rocking chair", [4, 4888, 0]], ["rocker", [4, 4888, 1]], ["cradle", [4, 4888, 2]], ["bikers", [4, 4888, 3]]]}, {"answer": "roguery", "hint": "synonyms for roguery", "clues": [["deviltry", [4, 4889, 0]], ["rascality", [4, 4889, 1]], ["mischief-making", [4, 4889, 2]], ["devilment", [4, 4889, 3]], ["mischief", [4, 4889, 4]], ["shenanigan", [4, 4889, 5]], ["mischievousness", [4, 4889, 6]], ["roguishness", [4, 4889, 7]]]}, {"answer": "roguishness", "hint": "synonyms for roguishness", "clues": [["deviltry", [4, 4890, 0]], ["rascality", [4, 4890, 1]], ["mischief-making", [4, 4890, 2]], ["prankishness", [4, 4890, 3]], ["devilment", [4, 4890, 4]], ["roguery", [4, 4890, 5]], ["mischief", [4, 4890, 6]], ["shenanigan", [4, 4890, 7]], ["mischievousness", [4, 4890, 8]]]}, {"answer": "role", "hint": "synonyms for role", "clues": [["purpose", [4, 4891, 0]], ["part", [4, 4891, 1]], ["function", [4, 4891, 2]], ["persona", [4, 4891, 3]], ["theatrical role", [4, 4891, 4]], ["use", [4, 4891, 5]], ["office", [4, 4891, 6]], ["character", [4, 4891, 7]]]}, {"answer": "roll", "hint": "synonyms for roll", "clues": [["curlicue", [4, 4892, 0]], ["curl", [4, 4892, 1]], ["drum roll", [4, 4892, 2]], ["paradiddle", [4, 4892, 3]], ["scroll", [4, 4892, 4]], ["rolling wave", [4, 4892, 5]], ["whorl", [4, 4892, 6]], ["rolling", [4, 4892, 7]], ["roller", [4, 4892, 8]], ["bankroll", [4, 4892, 9]], ["roster", [4, 4892, 10]], ["axial rotation", [4, 4892, 11]], ["bun", [4, 4892, 12]], ["axial motion", [4, 4892, 13]], ["gyre", [4, 4892, 14]], ["bowl", [4, 4892, 15]], ["pealing", [4, 4892, 16]], ["cast", [4, 4892, 17]], ["ringlet", [4, 4892, 18]], ["coil", [4, 4892, 19]]]}, {"answer": "roll_in_the_hay", "hint": "synonyms for roll in the hay", "clues": [["piece of ass", [4, 4893, 0]], ["piece of tail", [4, 4893, 1]], ["shtup", [4, 4893, 2]], ["screw", [4, 4893, 3]], ["nookie", [4, 4893, 4]], ["ass", [4, 4893, 5]], ["fucking", [4, 4893, 6]], ["shag", [4, 4893, 7]], ["nooky", [4, 4893, 8]]]}, {"answer": "roller", "hint": "synonyms for roller", "clues": [["roll", [4, 4894, 0]], ["rolling wave", [4, 4894, 1]], ["crimper", [4, 4894, 2]], ["hair curler", [4, 4894, 3]], ["curler", [4, 4894, 4]]]}, {"answer": "roma", "hint": "synonyms for roma", "clues": [["fixed storage", [4, 4895, 0]], ["capital of Italy", [4, 4895, 1]], ["read-only memory", [4, 4895, 2]], ["read-only storage", [4, 4895, 3]]]}, {"answer": "romans", "hint": "synonyms for romans", "clues": [["roman letters", [4, 4896, 0]], ["roman", [4, 4896, 1]], ["roman type", [4, 4896, 2]], ["roman print", [4, 4896, 3]]]}, {"answer": "romp", "hint": "synonyms for romp", "clues": [["laugher", [4, 4897, 0]], ["gambol", [4, 4897, 1]], ["caper", [4, 4897, 2]], ["blowout", [4, 4897, 3]], ["shoo-in", [4, 4897, 4]], ["play", [4, 4897, 5]], ["walkaway", [4, 4897, 6]], ["frolic", [4, 4897, 7]], ["runaway", [4, 4897, 8]]]}, {"answer": "roofy", "hint": "synonyms for roofy", "clues": [["circle", [4, 4898, 0]], ["roach", [4, 4898, 1]], ["rophy", [4, 4898, 2]], ["forget me drug", [4, 4898, 3]], ["rope", [4, 4898, 4]]]}, {"answer": "rooms", "hint": "synonyms for rooms", "clues": [["way", [4, 4899, 0]], ["room", [4, 4899, 1]], ["elbow room", [4, 4899, 2]], ["suite", [4, 4899, 3]]]}, {"answer": "root", "hint": "synonyms for root", "clues": [["origin", [4, 4900, 0]], ["source", [4, 4900, 1]], ["root word", [4, 4900, 2]], ["rootage", [4, 4900, 3]], ["radical", [4, 4900, 4]], ["beginning", [4, 4900, 5]], ["theme", [4, 4900, 6]], ["solution", [4, 4900, 7]], ["etymon", [4, 4900, 8]], ["base", [4, 4900, 9]], ["stem", [4, 4900, 10]]]}, {"answer": "root_word", "hint": "synonyms for root word", "clues": [["radical", [4, 4901, 0]], ["theme", [4, 4901, 1]], ["base", [4, 4901, 2]], ["root", [4, 4901, 3]], ["stem", [4, 4901, 4]]]}, {"answer": "rootage", "hint": "synonyms for rootage", "clues": [["source", [4, 4902, 0]], ["beginning", [4, 4902, 1]], ["origin", [4, 4902, 2]], ["root", [4, 4902, 3]]]}, {"answer": "roots", "hint": "synonyms for roots", "clues": [["origin", [4, 4903, 0]], ["source", [4, 4903, 1]], ["root word", [4, 4903, 2]], ["root", [4, 4903, 3]], ["rootage", [4, 4903, 4]], ["radical", [4, 4903, 5]], ["beginning", [4, 4903, 6]], ["theme", [4, 4903, 7]], ["solution", [4, 4903, 8]], ["base", [4, 4903, 9]], ["etymon", [4, 4903, 10]], ["stem", [4, 4903, 11]]]}, {"answer": "rope", "hint": "synonyms for rope", "clues": [["circle", [4, 4904, 0]], ["roach", [4, 4904, 1]], ["rophy", [4, 4904, 2]], ["roofy", [4, 4904, 3]], ["forget me drug", [4, 4904, 4]]]}, {"answer": "ropeway", "hint": "synonyms for ropeway", "clues": [["tram", [4, 4905, 0]], ["aerial tramway", [4, 4905, 1]], ["cable tramway", [4, 4905, 2]], ["tramway", [4, 4905, 3]]]}, {"answer": "rophy", "hint": "synonyms for rophy", "clues": [["circle", [4, 4906, 0]], ["roach", [4, 4906, 1]], ["roofy", [4, 4906, 2]], ["forget me drug", [4, 4906, 3]], ["rope", [4, 4906, 4]]]}, {"answer": "ropiness", "hint": "synonyms for ropiness", "clues": [["cohesiveness", [4, 4907, 0]], ["gluiness", [4, 4907, 1]], ["viscidness", [4, 4907, 2]], ["gumminess", [4, 4907, 3]], ["tackiness", [4, 4907, 4]], ["glueyness", [4, 4907, 5]], ["viscidity", [4, 4907, 6]]]}, {"answer": "rostrum", "hint": "synonyms for rostrum", "clues": [["ambo", [4, 4908, 0]], ["stump", [4, 4908, 1]], ["pulpit", [4, 4908, 2]], ["dais", [4, 4908, 3]], ["soapbox", [4, 4908, 4]], ["podium", [4, 4908, 5]]]}, {"answer": "rot", "hint": "synonyms for rot", "clues": [["rotting", [4, 4909, 0]], ["hogwash", [4, 4909, 1]], ["bunk", [4, 4909, 2]], ["buncombe", [4, 4909, 3]], ["decomposition", [4, 4909, 4]], ["guff", [4, 4909, 5]], ["bunkum", [4, 4909, 6]], ["putrefaction", [4, 4909, 7]]]}, {"answer": "rotundity", "hint": "synonyms for rotundity", "clues": [["roundness", [4, 4910, 0]], ["globularness", [4, 4910, 1]], ["sphericity", [4, 4910, 2]], ["sphericalness", [4, 4910, 3]], ["globosity", [4, 4910, 4]]]}, {"answer": "rotundness", "hint": "synonyms for rotundness", "clues": [["globularness", [4, 4911, 0]], ["rotundity", [4, 4911, 1]], ["sphericalness", [4, 4911, 2]], ["globosity", [4, 4911, 3]], ["sphericity", [4, 4911, 4]]]}, {"answer": "roughness", "hint": "synonyms for roughness", "clues": [["harshness", [4, 4912, 0]], ["indentation", [4, 4912, 1]], ["crudeness", [4, 4912, 2]], ["raggedness", [4, 4912, 3]], ["pitting", [4, 4912, 4]]]}, {"answer": "row", "hint": "synonyms for row", "clues": [["wrangle", [4, 4913, 0]], ["rowing", [4, 4913, 1]], ["run-in", [4, 4913, 2]], ["dustup", [4, 4913, 3]], ["course", [4, 4913, 4]], ["quarrel", [4, 4913, 5]], ["words", [4, 4913, 6]]]}, {"answer": "rowlock", "hint": "synonyms for rowlock", "clues": [["peg", [4, 4914, 0]], ["tholepin", [4, 4914, 1]], ["oarlock", [4, 4914, 2]], ["thole", [4, 4914, 3]], ["pin", [4, 4914, 4]]]}, {"answer": "rub", "hint": "synonyms for rub", "clues": [["wipe", [4, 4915, 0]], ["snag", [4, 4915, 1]], ["hitch", [4, 4915, 2]], ["hang-up", [4, 4915, 3]]]}, {"answer": "rubbish", "hint": "synonyms for rubbish", "clues": [["folderol", [4, 4916, 0]], ["applesauce", [4, 4916, 1]], ["trumpery", [4, 4916, 2]], ["codswallop", [4, 4916, 3]], ["trash", [4, 4916, 4]], ["scrap", [4, 4916, 5]], ["wish-wash", [4, 4916, 6]], ["tripe", [4, 4916, 7]]]}, {"answer": "rubbish_dump", "hint": "synonyms for rubbish dump", "clues": [["dump", [4, 4917, 0]], ["dumpsite", [4, 4917, 1]], ["wasteyard", [4, 4917, 2]], ["garbage dump", [4, 4917, 3]], ["trash dump", [4, 4917, 4]]]}, {"answer": "rubbish_heap", "hint": "synonyms for rubbish heap", "clues": [["refuse heap", [4, 4918, 0]], ["junk pile", [4, 4918, 1]], ["garbage heap", [4, 4918, 2]], ["junk heap", [4, 4918, 3]], ["trash pile", [4, 4918, 4]], ["scrapheap", [4, 4918, 5]], ["trash heap", [4, 4918, 6]]]}, {"answer": "rubble", "hint": "synonyms for rubble", "clues": [["dust", [4, 4919, 0]], ["junk", [4, 4919, 1]], ["debris", [4, 4919, 2]], ["detritus", [4, 4919, 3]]]}, {"answer": "rucksack", "hint": "synonyms for rucksack", "clues": [["backpack", [4, 4920, 0]], ["packsack", [4, 4920, 1]], ["haversack", [4, 4920, 2]], ["knapsack", [4, 4920, 3]]]}, {"answer": "ruckus", "hint": "synonyms for ruckus", "clues": [["rumpus", [4, 4921, 0]], ["commotion", [4, 4921, 1]], ["din", [4, 4921, 2]], ["ruction", [4, 4921, 3]], ["tumult", [4, 4921, 4]]]}, {"answer": "ruction", "hint": "synonyms for ruction", "clues": [["rumpus", [4, 4922, 0]], ["commotion", [4, 4922, 1]], ["ruckus", [4, 4922, 2]], ["din", [4, 4922, 3]], ["tumult", [4, 4922, 4]]]}, {"answer": "rudiments", "hint": "synonyms for rudiments", "clues": [["first principle", [4, 4923, 0]], ["alphabet", [4, 4923, 1]], ["first rudiment", [4, 4923, 2]], ["basics", [4, 4923, 3]], ["rudiment", [4, 4923, 4]]]}, {"answer": "ruff", "hint": "synonyms for ruff", "clues": [["neck ruff", [4, 4924, 0]], ["ruffle", [4, 4924, 1]], ["choker", [4, 4924, 2]], ["trumping", [4, 4924, 3]]]}, {"answer": "ruffle", "hint": "synonyms for ruffle", "clues": [["furbelow", [4, 4925, 0]], ["choker", [4, 4925, 1]], ["fray", [4, 4925, 2]], ["neck ruff", [4, 4925, 3]], ["ruff", [4, 4925, 4]], ["disturbance", [4, 4925, 5]], ["flounce", [4, 4925, 6]], ["affray", [4, 4925, 7]], ["frill", [4, 4925, 8]]]}, {"answer": "ruin", "hint": "synonyms for ruin", "clues": [["laying waste", [4, 4926, 0]], ["ruining", [4, 4926, 1]], ["downfall", [4, 4926, 2]], ["ruination", [4, 4926, 3]], ["dilapidation", [4, 4926, 4]], ["wrecking", [4, 4926, 5]]]}, {"answer": "ruination", "hint": "synonyms for ruination", "clues": [["laying waste", [4, 4927, 0]], ["ruin", [4, 4927, 1]], ["downfall", [4, 4927, 2]], ["wrecking", [4, 4927, 3]]]}, {"answer": "ruining", "hint": "synonyms for ruining", "clues": [["laying waste", [4, 4928, 0]], ["ruination", [4, 4928, 1]], ["ruin", [4, 4928, 2]], ["wrecking", [4, 4928, 3]]]}, {"answer": "rule", "hint": "synonyms for rule", "clues": [["principle", [4, 4929, 0]], ["formula", [4, 4929, 1]], ["prescript", [4, 4929, 2]], ["linguistic rule", [4, 4929, 3]], ["convention", [4, 4929, 4]], ["pattern", [4, 4929, 5]], ["ruler", [4, 4929, 6]], ["normal", [4, 4929, 7]], ["regulation", [4, 4929, 8]]]}, {"answer": "rumination", "hint": "synonyms for rumination", "clues": [["musing", [4, 4930, 0]], ["thoughtfulness", [4, 4930, 1]], ["reflexion", [4, 4930, 2]], ["contemplation", [4, 4930, 3]], ["reflection", [4, 4930, 4]]]}, {"answer": "rumpus", "hint": "synonyms for rumpus", "clues": [["commotion", [4, 4931, 0]], ["din", [4, 4931, 1]], ["ruckus", [4, 4931, 2]], ["ruction", [4, 4931, 3]], ["tumult", [4, 4931, 4]]]}, {"answer": "run", "hint": "synonyms for run", "clues": [["running", [4, 4932, 0]], ["campaign", [4, 4932, 1]], ["footrace", [4, 4932, 2]], ["test", [4, 4932, 3]], ["rill", [4, 4932, 4]], ["political campaign", [4, 4932, 5]], ["rivulet", [4, 4932, 6]], ["outpouring", [4, 4932, 7]], ["running play", [4, 4932, 8]], ["ravel", [4, 4932, 9]], ["streamlet", [4, 4932, 10]], ["tally", [4, 4932, 11]], ["streak", [4, 4932, 12]], ["discharge", [4, 4932, 13]], ["runnel", [4, 4932, 14]], ["ladder", [4, 4932, 15]], ["trial", [4, 4932, 16]], ["running game", [4, 4932, 17]]]}, {"answer": "run-in", "hint": "synonyms for run-in", "clues": [["wrangle", [4, 4933, 0]], ["dustup", [4, 4933, 1]], ["row", [4, 4933, 2]], ["quarrel", [4, 4933, 3]], ["words", [4, 4933, 4]]]}, {"answer": "rung", "hint": "synonyms for rung", "clues": [["spoke", [4, 4934, 0]], ["round", [4, 4934, 1]], ["rundle", [4, 4934, 2]], ["stave", [4, 4934, 3]]]}, {"answer": "runnel", "hint": "synonyms for runnel", "clues": [["rill", [4, 4935, 0]], ["rivulet", [4, 4935, 1]], ["run", [4, 4935, 2]], ["streamlet", [4, 4935, 3]]]}, {"answer": "runniness", "hint": "synonyms for runniness", "clues": [["liquidness", [4, 4936, 0]], ["fluidity", [4, 4936, 1]], ["liquidity", [4, 4936, 2]], ["fluidness", [4, 4936, 3]]]}, {"answer": "rupture", "hint": "synonyms for rupture", "clues": [["rift", [4, 4937, 0]], ["break", [4, 4937, 1]], ["severance", [4, 4937, 2]], ["breach", [4, 4937, 3]], ["falling out", [4, 4937, 4]]]}, {"answer": "s", "hint": "synonyms for s", "clues": [["reciprocal ohm", [4, 4938, 0]], ["siemens", [4, 4938, 1]], ["south", [4, 4938, 2]], ["due south", [4, 4938, 3]], ["entropy", [4, 4938, 4]], ["atomic number 16", [4, 4938, 5]], ["southward", [4, 4938, 6]], ["mho", [4, 4938, 7]], ["sec", [4, 4938, 8]], ["second", [4, 4938, 9]], ["sulphur", [4, 4938, 10]], ["sulfur", [4, 4938, 11]], ["randomness", [4, 4938, 12]]]}, {"answer": "sabot", "hint": "synonyms for sabot", "clues": [["wooden shoe", [4, 4939, 0]], ["clog", [4, 4939, 1]], ["geta", [4, 4939, 2]], ["patten", [4, 4939, 3]]]}, {"answer": "sack", "hint": "synonyms for sack", "clues": [["sackful", [4, 4940, 0]], ["dismissal", [4, 4940, 1]], ["paper bag", [4, 4940, 2]], ["carrier bag", [4, 4940, 3]], ["sac", [4, 4940, 4]], ["sacque", [4, 4940, 5]], ["release", [4, 4940, 6]], ["discharge", [4, 4940, 7]], ["sacking", [4, 4940, 8]], ["pocket", [4, 4940, 9]], ["liberation", [4, 4940, 10]], ["poke", [4, 4940, 11]], ["dismission", [4, 4940, 12]], ["pouch", [4, 4940, 13]], ["firing", [4, 4940, 14]], ["hammock", [4, 4940, 15]], ["chemise", [4, 4940, 16]], ["shift", [4, 4940, 17]]]}, {"answer": "sacking", "hint": "synonyms for sacking", "clues": [["dismissal", [4, 4941, 0]], ["bagging", [4, 4941, 1]], ["release", [4, 4941, 2]], ["discharge", [4, 4941, 3]], ["firing", [4, 4941, 4]], ["dismission", [4, 4941, 5]], ["liberation", [4, 4941, 6]], ["sack", [4, 4941, 7]]]}, {"answer": "saddleback", "hint": "synonyms for saddleback", "clues": [["gable roof", [4, 4942, 0]], ["saddle", [4, 4942, 1]], ["saddle roof", [4, 4942, 2]], ["saddleback roof", [4, 4942, 3]]]}, {"answer": "safe-deposit", "hint": "synonyms for safe-deposit", "clues": [["deposit box", [4, 4943, 0]], ["lockbox", [4, 4943, 1]], ["safety-deposit", [4, 4943, 2]], ["safe-deposit box", [4, 4943, 3]]]}, {"answer": "safe-deposit_box", "hint": "synonyms for safe-deposit box", "clues": [["safe-deposit", [4, 4944, 0]], ["deposit box", [4, 4944, 1]], ["lockbox", [4, 4944, 2]], ["safety deposit box", [4, 4944, 3]]]}, {"answer": "safety", "hint": "synonyms for safety", "clues": [["safe", [4, 4945, 0]], ["rubber", [4, 4945, 1]], ["base hit", [4, 4945, 2]], ["condom", [4, 4945, 3]], ["guard", [4, 4945, 4]], ["prophylactic", [4, 4945, 5]], ["refuge", [4, 4945, 6]], ["safety device", [4, 4945, 7]]]}, {"answer": "safety-deposit", "hint": "synonyms for safety-deposit", "clues": [["safe-deposit", [4, 4946, 0]], ["deposit box", [4, 4946, 1]], ["lockbox", [4, 4946, 2]], ["safety deposit box", [4, 4946, 3]]]}, {"answer": "safety_valve", "hint": "synonyms for safety valve", "clues": [["escape valve", [4, 4947, 0]], ["escape", [4, 4947, 1]], ["relief valve", [4, 4947, 2]], ["escape cock", [4, 4947, 3]]]}, {"answer": "sagaciousness", "hint": "synonyms for sagaciousness", "clues": [["judgment", [4, 4948, 0]], ["discernment", [4, 4948, 1]], ["sagacity", [4, 4948, 2]], ["judiciousness", [4, 4948, 3]]]}, {"answer": "sagacity", "hint": "synonyms for sagacity", "clues": [["judgment", [4, 4949, 0]], ["discernment", [4, 4949, 1]], ["sagaciousness", [4, 4949, 2]], ["judiciousness", [4, 4949, 3]]]}, {"answer": "sailing", "hint": "synonyms for sailing", "clues": [["navigation", [4, 4950, 0]], ["soaring", [4, 4950, 1]], ["glide", [4, 4950, 2]], ["gliding", [4, 4950, 3]], ["sailplaning", [4, 4950, 4]], ["seafaring", [4, 4950, 5]]]}, {"answer": "sailor", "hint": "synonyms for sailor", "clues": [["straw hat", [4, 4951, 0]], ["skimmer", [4, 4951, 1]], ["leghorn", [4, 4951, 2]], ["boater", [4, 4951, 3]]]}, {"answer": "sailplaning", "hint": "synonyms for sailplaning", "clues": [["sailing", [4, 4952, 0]], ["gliding", [4, 4952, 1]], ["soaring", [4, 4952, 2]], ["glide", [4, 4952, 3]]]}, {"answer": "saint_elmo's_fire", "hint": "synonyms for saint elmo's fire", "clues": [["electric glow", [4, 4953, 0]], ["corposant", [4, 4953, 1]], ["corona", [4, 4953, 2]], ["corona discharge", [4, 4953, 3]]]}, {"answer": "saint_elmo's_light", "hint": "synonyms for saint elmo's light", "clues": [["electric glow", [4, 4954, 0]], ["corposant", [4, 4954, 1]], ["corona", [4, 4954, 2]], ["corona discharge", [4, 4954, 3]]]}, {"answer": "saint_ulmo's_fire", "hint": "synonyms for saint ulmo's fire", "clues": [["electric glow", [4, 4955, 0]], ["corposant", [4, 4955, 1]], ["corona", [4, 4955, 2]], ["corona discharge", [4, 4955, 3]]]}, {"answer": "saint_ulmo's_light", "hint": "synonyms for saint ulmo's light", "clues": [["electric glow", [4, 4956, 0]], ["corposant", [4, 4956, 1]], ["corona", [4, 4956, 2]], ["corona discharge", [4, 4956, 3]]]}, {"answer": "sal_soda", "hint": "synonyms for sal soda", "clues": [["sodium carbonate", [4, 4957, 0]], ["washing soda", [4, 4957, 1]], ["soda ash", [4, 4957, 2]], ["soda", [4, 4957, 3]]]}, {"answer": "salaciousness", "hint": "synonyms for salaciousness", "clues": [["bawdiness", [4, 4958, 0]], ["salacity", [4, 4958, 1]], ["lewdness", [4, 4958, 2]], ["obscenity", [4, 4958, 3]]]}, {"answer": "salacity", "hint": "synonyms for salacity", "clues": [["bawdiness", [4, 4959, 0]], ["lewdness", [4, 4959, 1]], ["obscenity", [4, 4959, 2]], ["salaciousness", [4, 4959, 3]]]}, {"answer": "salary", "hint": "synonyms for salary", "clues": [["remuneration", [4, 4960, 0]], ["earnings", [4, 4960, 1]], ["wage", [4, 4960, 2]], ["pay", [4, 4960, 3]]]}, {"answer": "salary_increase", "hint": "synonyms for salary increase", "clues": [["wage hike", [4, 4961, 0]], ["hike", [4, 4961, 1]], ["wage increase", [4, 4961, 2]], ["rise", [4, 4961, 3]]]}, {"answer": "saleratus", "hint": "synonyms for saleratus", "clues": [["bicarbonate of soda", [4, 4962, 0]], ["baking soda", [4, 4962, 1]], ["sodium bicarbonate", [4, 4962, 2]], ["sodium hydrogen carbonate", [4, 4962, 3]]]}, {"answer": "sales", "hint": "synonyms for sales", "clues": [["sale", [4, 4963, 0]], ["gross sales", [4, 4963, 1]], ["gross revenue", [4, 4963, 2]], ["sales event", [4, 4963, 3]], ["sales agreement", [4, 4963, 4]], ["cut-rate sale", [4, 4963, 5]]]}, {"answer": "sally", "hint": "synonyms for sally", "clues": [["crack", [4, 4964, 0]], ["sortie", [4, 4964, 1]], ["wisecrack", [4, 4964, 2]], ["sallying forth", [4, 4964, 3]], ["quip", [4, 4964, 4]]]}, {"answer": "salmagundi", "hint": "synonyms for salmagundi", "clues": [["smorgasbord", [4, 4965, 0]], ["mixed bag", [4, 4965, 1]], ["potpourri", [4, 4965, 2]], ["miscellanea", [4, 4965, 3]], ["assortment", [4, 4965, 4]], ["mixture", [4, 4965, 5]], ["variety", [4, 4965, 6]], ["motley", [4, 4965, 7]]]}, {"answer": "saloon", "hint": "synonyms for saloon", "clues": [["barroom", [4, 4966, 0]], ["gin mill", [4, 4966, 1]], ["pothouse", [4, 4966, 2]], ["public house", [4, 4966, 3]], ["taproom", [4, 4966, 4]], ["sedan", [4, 4966, 5]], ["pub", [4, 4966, 6]], ["bar", [4, 4966, 7]], ["taphouse", [4, 4966, 8]]]}, {"answer": "saltation", "hint": "synonyms for saltation", "clues": [["jump", [4, 4967, 0]], ["dance", [4, 4967, 1]], ["leap", [4, 4967, 2]], ["terpsichore", [4, 4967, 3]], ["spring", [4, 4967, 4]], ["bounce", [4, 4967, 5]], ["dancing", [4, 4967, 6]], ["bound", [4, 4967, 7]]]}, {"answer": "saltpeter", "hint": "synonyms for saltpeter", "clues": [["potassium nitrate", [4, 4968, 0]], ["niter", [4, 4968, 1]], ["nitre", [4, 4968, 2]], ["saltpetre", [4, 4968, 3]]]}, {"answer": "saltpetre", "hint": "synonyms for saltpetre", "clues": [["potassium nitrate", [4, 4969, 0]], ["niter", [4, 4969, 1]], ["nitre", [4, 4969, 2]], ["saltpeter", [4, 4969, 3]]]}, {"answer": "salve", "hint": "synonyms for salve", "clues": [["unguent", [4, 4970, 0]], ["unction", [4, 4970, 1]], ["balm", [4, 4970, 2]], ["ointment", [4, 4970, 3]]]}, {"answer": "sanatorium", "hint": "synonyms for sanatorium", "clues": [["loony bin", [4, 4971, 0]], ["funny farm", [4, 4971, 1]], ["madhouse", [4, 4971, 2]], ["sanatarium", [4, 4971, 3]], ["funny house", [4, 4971, 4]], ["nuthouse", [4, 4971, 5]], ["cuckoo's nest", [4, 4971, 6]], ["booby hatch", [4, 4971, 7]], ["crazy house", [4, 4971, 8]], ["snake pit", [4, 4971, 9]]]}, {"answer": "sanction", "hint": "synonyms for sanction", "clues": [["authorisation", [4, 4972, 0]], ["indorsement", [4, 4972, 1]], ["authority", [4, 4972, 2]], ["warrant", [4, 4972, 3]], ["imprimatur", [4, 4972, 4]], ["countenance", [4, 4972, 5]]]}, {"answer": "sanctuary", "hint": "synonyms for sanctuary", "clues": [["chancel", [4, 4973, 0]], ["refuge", [4, 4973, 1]], ["bema", [4, 4973, 2]], ["asylum", [4, 4973, 3]]]}, {"answer": "sand", "hint": "synonyms for sand", "clues": [["gumption", [4, 4974, 0]], ["backbone", [4, 4974, 1]], ["moxie", [4, 4974, 2]], ["grit", [4, 4974, 3]], ["guts", [4, 4974, 4]]]}, {"answer": "sands", "hint": "synonyms for sands", "clues": [["gumption", [4, 4975, 0]], ["litoral", [4, 4975, 1]], ["grit", [4, 4975, 2]], ["sand", [4, 4975, 3]], ["littoral zone", [4, 4975, 4]], ["backbone", [4, 4975, 5]], ["moxie", [4, 4975, 6]], ["guts", [4, 4975, 7]]]}, {"answer": "sang-froid", "hint": "synonyms for sang-froid", "clues": [["assuredness", [4, 4976, 0]], ["cool", [4, 4976, 1]], ["poise", [4, 4976, 2]], ["aplomb", [4, 4976, 3]]]}, {"answer": "sapidity", "hint": "synonyms for sapidity", "clues": [["savor", [4, 4977, 0]], ["nip", [4, 4977, 1]], ["relish", [4, 4977, 2]], ["tang", [4, 4977, 3]], ["smack", [4, 4977, 4]], ["flavor", [4, 4977, 5]], ["sapidness", [4, 4977, 6]]]}, {"answer": "sash", "hint": "synonyms for sash", "clues": [["window sash", [4, 4978, 0]], ["waistband", [4, 4978, 1]], ["waistcloth", [4, 4978, 2]], ["girdle", [4, 4978, 3]], ["cincture", [4, 4978, 4]]]}, {"answer": "sashay", "hint": "synonyms for sashay", "clues": [["outing", [4, 4979, 0]], ["junket", [4, 4979, 1]], ["chasse", [4, 4979, 2]], ["jaunt", [4, 4979, 3]], ["excursion", [4, 4979, 4]], ["pleasure trip", [4, 4979, 5]], ["expedition", [4, 4979, 6]]]}, {"answer": "sass", "hint": "synonyms for sass", "clues": [["lip", [4, 4980, 0]], ["sassing", [4, 4980, 1]], ["backtalk", [4, 4980, 2]], ["mouth", [4, 4980, 3]]]}, {"answer": "sassing", "hint": "synonyms for sassing", "clues": [["lip", [4, 4981, 0]], ["sass", [4, 4981, 1]], ["backtalk", [4, 4981, 2]], ["mouth", [4, 4981, 3]]]}, {"answer": "saturation", "hint": "synonyms for saturation", "clues": [["vividness", [4, 4982, 0]], ["chroma", [4, 4982, 1]], ["impregnation", [4, 4982, 2]], ["intensity", [4, 4982, 3]]]}, {"answer": "saturnalia", "hint": "synonyms for saturnalia", "clues": [["debauch", [4, 4983, 0]], ["drunken revelry", [4, 4983, 1]], ["bacchanalia", [4, 4983, 2]], ["orgy", [4, 4983, 3]], ["riot", [4, 4983, 4]], ["debauchery", [4, 4983, 5]]]}, {"answer": "saucer", "hint": "synonyms for saucer", "clues": [["dish", [4, 4984, 0]], ["dish antenna", [4, 4984, 1]], ["disc", [4, 4984, 2]], ["dish aerial", [4, 4984, 3]], ["disk", [4, 4984, 4]], ["discus", [4, 4984, 5]]]}, {"answer": "sauciness", "hint": "synonyms for sauciness", "clues": [["impertinence", [4, 4985, 0]], ["archness", [4, 4985, 1]], ["perkiness", [4, 4985, 2]], ["pertness", [4, 4985, 3]]]}, {"answer": "saunter", "hint": "synonyms for saunter", "clues": [["stroll", [4, 4986, 0]], ["promenade", [4, 4986, 1]], ["amble", [4, 4986, 2]], ["perambulation", [4, 4986, 3]]]}, {"answer": "savagery", "hint": "synonyms for savagery", "clues": [["barbarism", [4, 4987, 0]], ["savageness", [4, 4987, 1]], ["barbarity", [4, 4987, 2]], ["viciousness", [4, 4987, 3]], ["ferociousness", [4, 4987, 4]], ["brutality", [4, 4987, 5]]]}, {"answer": "savings", "hint": "synonyms for savings", "clues": [["saving", [4, 4988, 0]], ["nest egg", [4, 4988, 1]], ["rescue", [4, 4988, 2]], ["deliverance", [4, 4988, 3]], ["delivery", [4, 4988, 4]], ["economy", [4, 4988, 5]], ["preservation", [4, 4988, 6]]]}, {"answer": "savor", "hint": "synonyms for savor", "clues": [["savour", [4, 4989, 0]], ["nip", [4, 4989, 1]], ["relish", [4, 4989, 2]], ["tang", [4, 4989, 3]], ["sapidity", [4, 4989, 4]], ["flavor", [4, 4989, 5]], ["smack", [4, 4989, 6]]]}, {"answer": "savoring", "hint": "synonyms for savoring", "clues": [["tasting", [4, 4990, 0]], ["savouring", [4, 4990, 1]], ["relishing", [4, 4990, 2]], ["degustation", [4, 4990, 3]]]}, {"answer": "savour", "hint": "synonyms for savour", "clues": [["savor", [4, 4991, 0]], ["nip", [4, 4991, 1]], ["relish", [4, 4991, 2]], ["tang", [4, 4991, 3]], ["sapidity", [4, 4991, 4]], ["flavor", [4, 4991, 5]], ["smack", [4, 4991, 6]]]}, {"answer": "savouring", "hint": "synonyms for savouring", "clues": [["tasting", [4, 4992, 0]], ["savoring", [4, 4992, 1]], ["relishing", [4, 4992, 2]], ["degustation", [4, 4992, 3]]]}, {"answer": "saw", "hint": "synonyms for saw", "clues": [["proverb", [4, 4993, 0]], ["adage", [4, 4993, 1]], ["sawing machine", [4, 4993, 2]], ["power saw", [4, 4993, 3]], ["byword", [4, 4993, 4]]]}, {"answer": "say-so", "hint": "synonyms for say-so", "clues": [["authorization", [4, 4994, 0]], ["dominance", [4, 4994, 1]], ["pronouncement", [4, 4994, 2]], ["potency", [4, 4994, 3]], ["authority", [4, 4994, 4]], ["dictum", [4, 4994, 5]]]}, {"answer": "sayonara", "hint": "synonyms for sayonara", "clues": [["arrivederci", [4, 4995, 0]], ["goodbye", [4, 4995, 1]], ["adieu", [4, 4995, 2]], ["au revoir", [4, 4995, 3]], ["bye", [4, 4995, 4]], ["auf wiedersehen", [4, 4995, 5]], ["bye-bye", [4, 4995, 6]], ["adios", [4, 4995, 7]], ["so long", [4, 4995, 8]], ["cheerio", [4, 4995, 9]], ["good day", [4, 4995, 10]]]}, {"answer": "scads", "hint": "synonyms for scads", "clues": [["dozens", [4, 4996, 0]], ["tons", [4, 4996, 1]], ["oodles", [4, 4996, 2]], ["lashings", [4, 4996, 3]], ["wads", [4, 4996, 4]], ["piles", [4, 4996, 5]], ["stacks", [4, 4996, 6]], ["gobs", [4, 4996, 7]], ["lots", [4, 4996, 8]], ["loads", [4, 4996, 9]], ["rafts", [4, 4996, 10]], ["slews", [4, 4996, 11]], ["scores", [4, 4996, 12]], ["heaps", [4, 4996, 13]]]}, {"answer": "scag", "hint": "synonyms for scag", "clues": [["hell dust", [4, 4997, 0]], ["smack", [4, 4997, 1]], ["skag", [4, 4997, 2]], ["nose drops", [4, 4997, 3]], ["thunder", [4, 4997, 4]], ["big H", [4, 4997, 5]]]}, {"answer": "scale", "hint": "synonyms for scale", "clues": [["musical scale", [4, 4998, 0]], ["shell", [4, 4998, 1]], ["exfoliation", [4, 4998, 2]], ["plate", [4, 4998, 3]], ["ordered series", [4, 4998, 4]], ["scurf", [4, 4998, 5]], ["scale of measurement", [4, 4998, 6]], ["graduated table", [4, 4998, 7]], ["weighing machine", [4, 4998, 8]]]}, {"answer": "scallop", "hint": "synonyms for scallop", "clues": [["crenation", [4, 4999, 0]], ["cutlet", [4, 4999, 1]], ["crenel", [4, 4999, 2]], ["escallop", [4, 4999, 3]], ["scollop", [4, 4999, 4]], ["crenature", [4, 4999, 5]]]}, {"answer": "scantiness", "hint": "synonyms for scantiness", "clues": [["meagerness", [4, 5000, 0]], ["leanness", [4, 5000, 1]], ["scantness", [4, 5000, 2]], ["exiguity", [4, 5000, 3]], ["poorness", [4, 5000, 4]]]}, {"answer": "scantness", "hint": "synonyms for scantness", "clues": [["meagerness", [4, 5001, 0]], ["leanness", [4, 5001, 1]], ["exiguity", [4, 5001, 2]], ["poorness", [4, 5001, 3]], ["scantiness", [4, 5001, 4]]]}, {"answer": "scattering", "hint": "synonyms for scattering", "clues": [["sprinkling", [4, 5002, 0]], ["scatter", [4, 5002, 1]], ["strewing", [4, 5002, 2]], ["sprinkle", [4, 5002, 3]], ["dispersion", [4, 5002, 4]]]}, {"answer": "scene", "hint": "synonyms for scene", "clues": [["vista", [4, 5003, 0]], ["prospect", [4, 5003, 1]], ["aspect", [4, 5003, 2]], ["panorama", [4, 5003, 3]], ["scenery", [4, 5003, 4]], ["view", [4, 5003, 5]], ["setting", [4, 5003, 6]], ["shot", [4, 5003, 7]]]}, {"answer": "scent", "hint": "synonyms for scent", "clues": [["odor", [4, 5004, 0]], ["fragrance", [4, 5004, 1]], ["perfume", [4, 5004, 2]], ["olfactory property", [4, 5004, 3]], ["aroma", [4, 5004, 4]], ["smell", [4, 5004, 5]]]}, {"answer": "scheme", "hint": "synonyms for scheme", "clues": [["schema", [4, 5005, 0]], ["system", [4, 5005, 1]], ["strategy", [4, 5005, 2]], ["outline", [4, 5005, 3]], ["dodging", [4, 5005, 4]], ["dodge", [4, 5005, 5]]]}, {"answer": "schmoose", "hint": "synonyms for schmoose", "clues": [["confab", [4, 5006, 0]], ["chat", [4, 5006, 1]], ["schmooze", [4, 5006, 2]], ["confabulation", [4, 5006, 3]]]}, {"answer": "schmooze", "hint": "synonyms for schmooze", "clues": [["confab", [4, 5007, 0]], ["chat", [4, 5007, 1]], ["confabulation", [4, 5007, 2]], ["schmoose", [4, 5007, 3]]]}, {"answer": "schnorkel", "hint": "synonyms for schnorkel", "clues": [["snorkel", [4, 5008, 0]], ["schnorchel", [4, 5008, 1]], ["snorkel breather", [4, 5008, 2]], ["breather", [4, 5008, 3]]]}, {"answer": "scholarship", "hint": "synonyms for scholarship", "clues": [["erudition", [4, 5009, 0]], ["eruditeness", [4, 5009, 1]], ["encyclopedism", [4, 5009, 2]], ["learnedness", [4, 5009, 3]], ["learning", [4, 5009, 4]]]}, {"answer": "school", "hint": "synonyms for school", "clues": [["schooling", [4, 5010, 0]], ["schoolhouse", [4, 5010, 1]], ["school day", [4, 5010, 2]], ["shoal", [4, 5010, 3]], ["schooltime", [4, 5010, 4]]]}, {"answer": "school_of_thought", "hint": "synonyms for school of thought", "clues": [["ism", [4, 5011, 0]], ["philosophy", [4, 5011, 1]], ["doctrine", [4, 5011, 2]], ["philosophical system", [4, 5011, 3]]]}, {"answer": "school_text", "hint": "synonyms for school text", "clues": [["schoolbook", [4, 5012, 0]], ["text", [4, 5012, 1]], ["textbook", [4, 5012, 2]], ["text edition", [4, 5012, 3]]]}, {"answer": "schoolbook", "hint": "synonyms for schoolbook", "clues": [["school text", [4, 5013, 0]], ["text", [4, 5013, 1]], ["textbook", [4, 5013, 2]], ["text edition", [4, 5013, 3]]]}, {"answer": "science_lab", "hint": "synonyms for science lab", "clues": [["laboratory", [4, 5014, 0]], ["research lab", [4, 5014, 1]], ["science laboratory", [4, 5014, 2]], ["research laboratory", [4, 5014, 3]], ["lab", [4, 5014, 4]]]}, {"answer": "science_laboratory", "hint": "synonyms for science laboratory", "clues": [["laboratory", [4, 5015, 0]], ["research lab", [4, 5015, 1]], ["science lab", [4, 5015, 2]], ["research laboratory", [4, 5015, 3]], ["lab", [4, 5015, 4]]]}, {"answer": "scintilla", "hint": "synonyms for scintilla", "clues": [["whit", [4, 5016, 0]], ["iota", [4, 5016, 1]], ["smidgeon", [4, 5016, 2]], ["tittle", [4, 5016, 3]], ["shred", [4, 5016, 4]], ["smidgin", [4, 5016, 5]]]}, {"answer": "scintillation", "hint": "synonyms for scintillation", "clues": [["glister", [4, 5017, 0]], ["twinkle", [4, 5017, 1]], ["sparkle", [4, 5017, 2]], ["sparkling", [4, 5017, 3]]]}, {"answer": "scissure", "hint": "synonyms for scissure", "clues": [["crevice", [4, 5018, 0]], ["crack", [4, 5018, 1]], ["fissure", [4, 5018, 2]], ["cleft", [4, 5018, 3]]]}, {"answer": "scoop", "hint": "synonyms for scoop", "clues": [["grievous bodily harm", [4, 5019, 0]], ["max", [4, 5019, 1]], ["exclusive", [4, 5019, 2]], ["liquid ecstasy", [4, 5019, 3]], ["soap", [4, 5019, 4]], ["scoopful", [4, 5019, 5]], ["pocket", [4, 5019, 6]], ["scoop shovel", [4, 5019, 7]], ["easy lay", [4, 5019, 8]], ["goop", [4, 5019, 9]]]}, {"answer": "scooter", "hint": "synonyms for scooter", "clues": [["sea scooter", [4, 5020, 0]], ["water scooter", [4, 5020, 1]], ["motor scooter", [4, 5020, 2]], ["ice yacht", [4, 5020, 3]], ["iceboat", [4, 5020, 4]]]}, {"answer": "scope", "hint": "synonyms for scope", "clues": [["orbit", [4, 5021, 0]], ["reach", [4, 5021, 1]], ["oscilloscope", [4, 5021, 2]], ["cathode-ray oscilloscope", [4, 5021, 3]], ["telescope", [4, 5021, 4]], ["ambit", [4, 5021, 5]], ["range", [4, 5021, 6]], ["compass", [4, 5021, 7]]]}, {"answer": "scopes", "hint": "synonyms for scopes", "clues": [["scope", [4, 5022, 0]], ["telescope", [4, 5022, 1]], ["range", [4, 5022, 2]], ["orbit", [4, 5022, 3]], ["reach", [4, 5022, 4]], ["oscilloscope", [4, 5022, 5]], ["cathode-ray oscilloscope", [4, 5022, 6]], ["ambit", [4, 5022, 7]], ["compass", [4, 5022, 8]]]}, {"answer": "score", "hint": "synonyms for score", "clues": [["scotch", [4, 5023, 0]], ["grievance", [4, 5023, 1]], ["grade", [4, 5023, 2]], ["sexual conquest", [4, 5023, 3]], ["musical score", [4, 5023, 4]], ["grudge", [4, 5023, 5]], ["account", [4, 5023, 6]], ["mark", [4, 5023, 7]]]}, {"answer": "scores", "hint": "synonyms for scores", "clues": [["oodles", [4, 5024, 0]], ["grudge", [4, 5024, 1]], ["score", [4, 5024, 2]], ["account", [4, 5024, 3]], ["grievance", [4, 5024, 4]], ["gobs", [4, 5024, 5]], ["slews", [4, 5024, 6]], ["musical score", [4, 5024, 7]], ["stacks", [4, 5024, 8]], ["dozens", [4, 5024, 9]], ["tons", [4, 5024, 10]], ["scotch", [4, 5024, 11]], ["lashings", [4, 5024, 12]], ["wads", [4, 5024, 13]], ["piles", [4, 5024, 14]], ["sexual conquest", [4, 5024, 15]], ["lots", [4, 5024, 16]], ["loads", [4, 5024, 17]], ["rafts", [4, 5024, 18]], ["grade", [4, 5024, 19]], ["scads", [4, 5024, 20]], ["heaps", [4, 5024, 21]], ["mark", [4, 5024, 22]]]}, {"answer": "scrap", "hint": "synonyms for scrap", "clues": [["fight", [4, 5025, 0]], ["chip", [4, 5025, 1]], ["flake", [4, 5025, 2]], ["bit", [4, 5025, 3]], ["fleck", [4, 5025, 4]], ["combat", [4, 5025, 5]], ["trash", [4, 5025, 6]], ["rubbish", [4, 5025, 7]]]}, {"answer": "scrape", "hint": "synonyms for scrape", "clues": [["scar", [4, 5026, 0]], ["scraping", [4, 5026, 1]], ["scratch", [4, 5026, 2]], ["mark", [4, 5026, 3]]]}, {"answer": "scrapheap", "hint": "synonyms for scrapheap", "clues": [["refuse heap", [4, 5027, 0]], ["junk pile", [4, 5027, 1]], ["garbage heap", [4, 5027, 2]], ["junk heap", [4, 5027, 3]], ["trash pile", [4, 5027, 4]], ["trash heap", [4, 5027, 5]], ["rubbish heap", [4, 5027, 6]]]}, {"answer": "scraps", "hint": "synonyms for scraps", "clues": [["garbage", [4, 5028, 0]], ["fight", [4, 5028, 1]], ["chip", [4, 5028, 2]], ["food waste", [4, 5028, 3]], ["refuse", [4, 5028, 4]], ["flake", [4, 5028, 5]], ["bit", [4, 5028, 6]], ["scrap", [4, 5028, 7]], ["fleck", [4, 5028, 8]], ["combat", [4, 5028, 9]], ["trash", [4, 5028, 10]], ["rubbish", [4, 5028, 11]]]}, {"answer": "scratch", "hint": "synonyms for scratch", "clues": [["scrape", [4, 5029, 0]], ["kale", [4, 5029, 1]], ["chicken feed", [4, 5029, 2]], ["cacography", [4, 5029, 3]], ["boodle", [4, 5029, 4]], ["dinero", [4, 5029, 5]], ["shekels", [4, 5029, 6]], ["prick", [4, 5029, 7]], ["cabbage", [4, 5029, 8]], ["incision", [4, 5029, 9]], ["lettuce", [4, 5029, 10]], ["gelt", [4, 5029, 11]], ["lucre", [4, 5029, 12]], ["dough", [4, 5029, 13]], ["scraping", [4, 5029, 14]], ["scrawl", [4, 5029, 15]], ["wampum", [4, 5029, 16]], ["scar", [4, 5029, 17]], ["scratching", [4, 5029, 18]], ["scribble", [4, 5029, 19]], ["mark", [4, 5029, 20]], ["pelf", [4, 5029, 21]], ["dent", [4, 5029, 22]], ["scratch line", [4, 5029, 23]], ["clams", [4, 5029, 24]], ["slit", [4, 5029, 25]], ["loot", [4, 5029, 26]], ["bread", [4, 5029, 27]], ["lolly", [4, 5029, 28]], ["sugar", [4, 5029, 29]], ["starting line", [4, 5029, 30]], ["simoleons", [4, 5029, 31]], ["moolah", [4, 5029, 32]], ["start", [4, 5029, 33]]]}, {"answer": "scream", "hint": "synonyms for scream", "clues": [["shrieking", [4, 5030, 0]], ["wow", [4, 5030, 1]], ["howler", [4, 5030, 2]], ["screech", [4, 5030, 3]], ["sidesplitter", [4, 5030, 4]], ["screaming", [4, 5030, 5]], ["riot", [4, 5030, 6]], ["thigh-slapper", [4, 5030, 7]], ["belly laugh", [4, 5030, 8]]]}, {"answer": "screen", "hint": "synonyms for screen", "clues": [["screen door", [4, 5031, 0]], ["cover", [4, 5031, 1]], ["concealment", [4, 5031, 2]], ["blind", [4, 5031, 3]], ["projection screen", [4, 5031, 4]], ["sieve", [4, 5031, 5]], ["screenland", [4, 5031, 6]], ["filmdom", [4, 5031, 7]], ["silver screen", [4, 5031, 8]]]}, {"answer": "screening", "hint": "synonyms for screening", "clues": [["masking", [4, 5032, 0]], ["viewing", [4, 5032, 1]], ["cover", [4, 5032, 2]], ["showing", [4, 5032, 3]]]}, {"answer": "screw", "hint": "synonyms for screw", "clues": [["piece of ass", [4, 5033, 0]], ["roll in the hay", [4, 5033, 1]], ["piece of tail", [4, 5033, 2]], ["shtup", [4, 5033, 3]], ["screwing", [4, 5033, 4]], ["nookie", [4, 5033, 5]], ["ass", [4, 5033, 6]], ["fuck", [4, 5033, 7]], ["shag", [4, 5033, 8]], ["nooky", [4, 5033, 9]], ["screw propeller", [4, 5033, 10]]]}, {"answer": "screwing", "hint": "synonyms for screwing", "clues": [["piece of ass", [4, 5034, 0]], ["roll in the hay", [4, 5034, 1]], ["piece of tail", [4, 5034, 2]], ["shtup", [4, 5034, 3]], ["screw", [4, 5034, 4]], ["nookie", [4, 5034, 5]], ["ass", [4, 5034, 6]], ["fucking", [4, 5034, 7]], ["shag", [4, 5034, 8]], ["nooky", [4, 5034, 9]]]}, {"answer": "scribble", "hint": "synonyms for scribble", "clues": [["cacography", [4, 5035, 0]], ["scratch", [4, 5035, 1]], ["doodle", [4, 5035, 2]], ["scrabble", [4, 5035, 3]], ["scrawl", [4, 5035, 4]]]}, {"answer": "script", "hint": "synonyms for script", "clues": [["hand", [4, 5036, 0]], ["playscript", [4, 5036, 1]], ["book", [4, 5036, 2]], ["handwriting", [4, 5036, 3]]]}, {"answer": "scroll", "hint": "synonyms for scroll", "clues": [["curl", [4, 5037, 0]], ["gyre", [4, 5037, 1]], ["whorl", [4, 5037, 2]], ["roll", [4, 5037, 3]], ["ringlet", [4, 5037, 4]], ["curlicue", [4, 5037, 5]], ["coil", [4, 5037, 6]]]}, {"answer": "scrubs", "hint": "synonyms for scrubs", "clues": [["bush", [4, 5038, 0]], ["gown", [4, 5038, 1]], ["surgical gown", [4, 5038, 2]], ["chaparral", [4, 5038, 3]], ["scrubbing", [4, 5038, 4]], ["scrub", [4, 5038, 5]], ["scouring", [4, 5038, 6]]]}, {"answer": "scruples", "hint": "synonyms for scruples", "clues": [["conscience", [4, 5039, 0]], ["scruple", [4, 5039, 1]], ["misgiving", [4, 5039, 2]], ["qualm", [4, 5039, 3]], ["sense of right and wrong", [4, 5039, 4]], ["moral sense", [4, 5039, 5]]]}, {"answer": "scrutin_uninominal_voting_system", "hint": "synonyms for scrutin uninominal voting system", "clues": [["single-member system", [4, 5040, 0]], ["uninominal system", [4, 5040, 1]], ["scrutin uninomial system", [4, 5040, 2]], ["uninominal voting system", [4, 5040, 3]]]}, {"answer": "scuffle", "hint": "synonyms for scuffle", "clues": [["scuffle hoe", [4, 5041, 0]], ["scramble", [4, 5041, 1]], ["rough-and-tumble", [4, 5041, 2]], ["tussle", [4, 5041, 3]], ["hassle", [4, 5041, 4]], ["dogfight", [4, 5041, 5]]]}, {"answer": "se", "hint": "synonyms for se", "clues": [["southeast", [4, 5042, 0]], ["southeastward", [4, 5042, 1]], ["selenium", [4, 5042, 2]], ["sou'-east", [4, 5042, 3]], ["atomic number 34", [4, 5042, 4]]]}, {"answer": "sea-purse", "hint": "synonyms for sea-purse", "clues": [["sea puss", [4, 5043, 0]], ["sea purse", [4, 5043, 1]], ["sea-poose", [4, 5043, 2]], ["undertow", [4, 5043, 3]]]}, {"answer": "sea-puss", "hint": "synonyms for sea-puss", "clues": [["sea purse", [4, 5044, 0]], ["sea puss", [4, 5044, 1]], ["sea-poose", [4, 5044, 2]], ["undertow", [4, 5044, 3]]]}, {"answer": "sea_biscuit", "hint": "synonyms for sea biscuit", "clues": [["pilot biscuit", [4, 5045, 0]], ["hardtack", [4, 5045, 1]], ["pilot bread", [4, 5045, 2]], ["ship biscuit", [4, 5045, 3]]]}, {"answer": "sea_bottom", "hint": "synonyms for sea bottom", "clues": [["ocean bottom", [4, 5046, 0]], ["seabed", [4, 5046, 1]], ["sea floor", [4, 5046, 2]], ["ocean floor", [4, 5046, 3]]]}, {"answer": "sea_floor", "hint": "synonyms for sea floor", "clues": [["ocean bottom", [4, 5047, 0]], ["seabed", [4, 5047, 1]], ["sea bottom", [4, 5047, 2]], ["ocean floor", [4, 5047, 3]]]}, {"answer": "sea_purse", "hint": "synonyms for sea purse", "clues": [["sea puss", [4, 5048, 0]], ["sea-purse", [4, 5048, 1]], ["sea-poose", [4, 5048, 2]], ["undertow", [4, 5048, 3]]]}, {"answer": "sea_puss", "hint": "synonyms for sea puss", "clues": [["sea purse", [4, 5049, 0]], ["sea-poose", [4, 5049, 1]], ["sea-puss", [4, 5049, 2]], ["undertow", [4, 5049, 3]]]}, {"answer": "seabed", "hint": "synonyms for seabed", "clues": [["ocean bottom", [4, 5050, 0]], ["sea bottom", [4, 5050, 1]], ["sea floor", [4, 5050, 2]], ["ocean floor", [4, 5050, 3]]]}, {"answer": "seal", "hint": "synonyms for seal", "clues": [["stamp", [4, 5051, 0]], ["cachet", [4, 5051, 1]], ["sealing wax", [4, 5051, 2]], ["seal of approval", [4, 5051, 3]], ["sealskin", [4, 5051, 4]]]}, {"answer": "seam", "hint": "synonyms for seam", "clues": [["furrow", [4, 5052, 0]], ["line", [4, 5052, 1]], ["bed", [4, 5052, 2]], ["crease", [4, 5052, 3]], ["crinkle", [4, 5052, 4]]]}, {"answer": "seats", "hint": "synonyms for seats", "clues": [["seat", [4, 5053, 0]], ["seating room", [4, 5053, 1]], ["seating area", [4, 5053, 2]], ["place", [4, 5053, 3]]]}, {"answer": "seawall", "hint": "synonyms for seawall", "clues": [["bulwark", [4, 5054, 0]], ["jetty", [4, 5054, 1]], ["mole", [4, 5054, 2]], ["groyne", [4, 5054, 3]], ["breakwater", [4, 5054, 4]], ["groin", [4, 5054, 5]]]}, {"answer": "secret_writing", "hint": "synonyms for secret writing", "clues": [["cryptography", [4, 5055, 0]], ["cryptogram", [4, 5055, 1]], ["steganography", [4, 5055, 2]], ["coding", [4, 5055, 3]]]}, {"answer": "section", "hint": "synonyms for section", "clues": [["surgical incision", [4, 5056, 0]], ["segment", [4, 5056, 1]], ["plane section", [4, 5056, 2]], ["subdivision", [4, 5056, 3]], ["part", [4, 5056, 4]], ["division", [4, 5056, 5]], ["incision", [4, 5056, 6]], ["department", [4, 5056, 7]], ["discussion section", [4, 5056, 8]]]}, {"answer": "sectionalisation", "hint": "synonyms for sectionalisation", "clues": [["division", [4, 5057, 0]], ["partitioning", [4, 5057, 1]], ["sectionalization", [4, 5057, 2]], ["segmentation", [4, 5057, 3]]]}, {"answer": "sectionalization", "hint": "synonyms for sectionalization", "clues": [["division", [4, 5058, 0]], ["sectionalisation", [4, 5058, 1]], ["partitioning", [4, 5058, 2]], ["segmentation", [4, 5058, 3]]]}, {"answer": "secureness", "hint": "synonyms for secureness", "clues": [["fastness", [4, 5059, 0]], ["fixture", [4, 5059, 1]], ["fixedness", [4, 5059, 2]], ["fixity", [4, 5059, 3]]]}, {"answer": "security", "hint": "synonyms for security", "clues": [["protection", [4, 5060, 0]], ["security system", [4, 5060, 1]], ["surety", [4, 5060, 2]], ["security measures", [4, 5060, 3]], ["certificate", [4, 5060, 4]], ["security department", [4, 5060, 5]]]}, {"answer": "seesaw", "hint": "synonyms for seesaw", "clues": [["teeter-totter", [4, 5061, 0]], ["tilting board", [4, 5061, 1]], ["teeterboard", [4, 5061, 2]], ["teeter", [4, 5061, 3]], ["dandle board", [4, 5061, 4]]]}, {"answer": "segmentation", "hint": "synonyms for segmentation", "clues": [["division", [4, 5062, 0]], ["cleavage", [4, 5062, 1]], ["sectionalisation", [4, 5062, 2]], ["partitioning", [4, 5062, 3]]]}, {"answer": "selection", "hint": "synonyms for selection", "clues": [["excerption", [4, 5063, 0]], ["natural selection", [4, 5063, 1]], ["survival", [4, 5063, 2]], ["pick", [4, 5063, 3]], ["survival of the fittest", [4, 5063, 4]], ["choice", [4, 5063, 5]], ["extract", [4, 5063, 6]], ["option", [4, 5063, 7]], ["excerpt", [4, 5063, 8]]]}, {"answer": "self-abnegation", "hint": "synonyms for self-abnegation", "clues": [["self-denial", [4, 5064, 0]], ["abnegation", [4, 5064, 1]], ["self-renunciation", [4, 5064, 2]], ["denial", [4, 5064, 3]]]}, {"answer": "self-assurance", "hint": "synonyms for self-assurance", "clues": [["self-confidence", [4, 5065, 0]], ["assurance", [4, 5065, 1]], ["confidence", [4, 5065, 2]], ["authority", [4, 5065, 3]], ["sureness", [4, 5065, 4]]]}, {"answer": "self-centeredness", "hint": "synonyms for self-centeredness", "clues": [["egoism", [4, 5066, 0]], ["self-interest", [4, 5066, 1]], ["self-concern", [4, 5066, 2]], ["egocentrism", [4, 5066, 3]]]}, {"answer": "self-command", "hint": "synonyms for self-command", "clues": [["will power", [4, 5067, 0]], ["self-control", [4, 5067, 1]], ["self-possession", [4, 5067, 2]], ["self-will", [4, 5067, 3]], ["possession", [4, 5067, 4]]]}, {"answer": "self-concern", "hint": "synonyms for self-concern", "clues": [["egoism", [4, 5068, 0]], ["self-interest", [4, 5068, 1]], ["self-centeredness", [4, 5068, 2]], ["egocentrism", [4, 5068, 3]]]}, {"answer": "self-confidence", "hint": "synonyms for self-confidence", "clues": [["assurance", [4, 5069, 0]], ["authority", [4, 5069, 1]], ["self-assurance", [4, 5069, 2]], ["confidence", [4, 5069, 3]], ["sureness", [4, 5069, 4]]]}, {"answer": "self-control", "hint": "synonyms for self-control", "clues": [["will power", [4, 5070, 0]], ["self-possession", [4, 5070, 1]], ["self-will", [4, 5070, 2]], ["self-denial", [4, 5070, 3]], ["possession", [4, 5070, 4]], ["self-command", [4, 5070, 5]], ["self-discipline", [4, 5070, 6]]]}, {"answer": "self-denial", "hint": "synonyms for self-denial", "clues": [["abnegation", [4, 5071, 0]], ["self-control", [4, 5071, 1]], ["self-discipline", [4, 5071, 2]], ["self-renunciation", [4, 5071, 3]], ["self-abnegation", [4, 5071, 4]], ["denial", [4, 5071, 5]]]}, {"answer": "self-drive", "hint": "synonyms for self-drive", "clues": [["rent-a-car", [4, 5072, 0]], ["hire car", [4, 5072, 1]], ["u-drive", [4, 5072, 2]], ["car rental", [4, 5072, 3]]]}, {"answer": "self-interest", "hint": "synonyms for self-interest", "clues": [["expedience", [4, 5073, 0]], ["egoism", [4, 5073, 1]], ["self-seeking", [4, 5073, 2]], ["self-centeredness", [4, 5073, 3]], ["egocentrism", [4, 5073, 4]], ["opportunism", [4, 5073, 5]], ["self-concern", [4, 5073, 6]]]}, {"answer": "self-love", "hint": "synonyms for self-love", "clues": [["conceit", [4, 5074, 0]], ["amour propre", [4, 5074, 1]], ["narcissism", [4, 5074, 2]], ["vanity", [4, 5074, 3]], ["narcism", [4, 5074, 4]]]}, {"answer": "self-possession", "hint": "synonyms for self-possession", "clues": [["will power", [4, 5075, 0]], ["self-control", [4, 5075, 1]], ["self-command", [4, 5075, 2]], ["self-will", [4, 5075, 3]], ["possession", [4, 5075, 4]]]}, {"answer": "self-renunciation", "hint": "synonyms for self-renunciation", "clues": [["self-denial", [4, 5076, 0]], ["self-abnegation", [4, 5076, 1]], ["abnegation", [4, 5076, 2]], ["denial", [4, 5076, 3]]]}, {"answer": "self-taught_art", "hint": "synonyms for self-taught art", "clues": [["outsider art", [4, 5077, 0]], ["primitive art", [4, 5077, 1]], ["naive art", [4, 5077, 2]], ["vernacular art", [4, 5077, 3]]]}, {"answer": "self-will", "hint": "synonyms for self-will", "clues": [["will power", [4, 5078, 0]], ["obstinance", [4, 5078, 1]], ["self-possession", [4, 5078, 2]], ["bullheadedness", [4, 5078, 3]], ["stubbornness", [4, 5078, 4]], ["obstinacy", [4, 5078, 5]], ["possession", [4, 5078, 6]], ["self-control", [4, 5078, 7]], ["pigheadedness", [4, 5078, 8]], ["self-command", [4, 5078, 9]]]}, {"answer": "seltzer", "hint": "synonyms for seltzer", "clues": [["sparkling water", [4, 5079, 0]], ["soda water", [4, 5079, 1]], ["carbonated water", [4, 5079, 2]], ["club soda", [4, 5079, 3]]]}, {"answer": "semblance", "hint": "synonyms for semblance", "clues": [["illusion", [4, 5080, 0]], ["likeness", [4, 5080, 1]], ["color", [4, 5080, 2]], ["gloss", [4, 5080, 3]]]}, {"answer": "semi", "hint": "synonyms for semi", "clues": [["trucking rig", [4, 5081, 0]], ["semitrailer", [4, 5081, 1]], ["rig", [4, 5081, 2]], ["trailer truck", [4, 5081, 3]], ["articulated lorry", [4, 5081, 4]], ["semifinal", [4, 5081, 5]], ["tractor trailer", [4, 5081, 6]]]}, {"answer": "sendup", "hint": "synonyms for sendup", "clues": [["travesty", [4, 5082, 0]], ["pasquinade", [4, 5082, 1]], ["takeoff", [4, 5082, 2]], ["parody", [4, 5082, 3]], ["mockery", [4, 5082, 4]], ["spoof", [4, 5082, 5]], ["put-on", [4, 5082, 6]], ["charade", [4, 5082, 7]], ["burlesque", [4, 5082, 8]], ["lampoon", [4, 5082, 9]]]}, {"answer": "sens", "hint": "synonyms for sens", "clues": [["green goddess", [4, 5083, 0]], ["pot", [4, 5083, 1]], ["sen", [4, 5083, 2]], ["skunk", [4, 5083, 3]], ["weed", [4, 5083, 4]], ["sess", [4, 5083, 5]], ["gage", [4, 5083, 6]], ["dope", [4, 5083, 7]], ["grass", [4, 5083, 8]], ["smoke", [4, 5083, 9]], ["locoweed", [4, 5083, 10]]]}, {"answer": "sensation", "hint": "synonyms for sensation", "clues": [["sense impression", [4, 5084, 0]], ["sentience", [4, 5084, 1]], ["sensory faculty", [4, 5084, 2]], ["sense experience", [4, 5084, 3]], ["sense", [4, 5084, 4]], ["sense datum", [4, 5084, 5]], ["esthesis", [4, 5084, 6]]]}, {"answer": "sensationalism", "hint": "synonyms for sensationalism", "clues": [["empiricism", [4, 5085, 0]], ["sensualism", [4, 5085, 1]], ["empiricist philosophy", [4, 5085, 2]], ["luridness", [4, 5085, 3]]]}, {"answer": "sense", "hint": "synonyms for sense", "clues": [["common sense", [4, 5086, 0]], ["mother wit", [4, 5086, 1]], ["good sense", [4, 5086, 2]], ["horse sense", [4, 5086, 3]], ["sentiency", [4, 5086, 4]], ["sensory faculty", [4, 5086, 5]], ["sensation", [4, 5086, 6]], ["signified", [4, 5086, 7]], ["gumption", [4, 5086, 8]]]}, {"answer": "sense_datum", "hint": "synonyms for sense datum", "clues": [["sense experience", [4, 5087, 0]], ["esthesis", [4, 5087, 1]], ["sensation", [4, 5087, 2]], ["sense impression", [4, 5087, 3]]]}, {"answer": "sense_experience", "hint": "synonyms for sense experience", "clues": [["sense datum", [4, 5088, 0]], ["sensation", [4, 5088, 1]], ["esthesis", [4, 5088, 2]], ["sense impression", [4, 5088, 3]]]}, {"answer": "sense_impression", "hint": "synonyms for sense impression", "clues": [["sense experience", [4, 5089, 0]], ["sense datum", [4, 5089, 1]], ["sensation", [4, 5089, 2]], ["esthesis", [4, 5089, 3]]]}, {"answer": "sense_of_balance", "hint": "synonyms for sense of balance", "clues": [["sense of equilibrium", [4, 5090, 0]], ["equilibrium", [4, 5090, 1]], ["vestibular sense", [4, 5090, 2]], ["labyrinthine sense", [4, 5090, 3]]]}, {"answer": "sense_of_equilibrium", "hint": "synonyms for sense of equilibrium", "clues": [["equilibrium", [4, 5091, 0]], ["sense of balance", [4, 5091, 1]], ["vestibular sense", [4, 5091, 2]], ["labyrinthine sense", [4, 5091, 3]]]}, {"answer": "sense_of_hearing", "hint": "synonyms for sense of hearing", "clues": [["hearing", [4, 5092, 0]], ["auditory sense", [4, 5092, 1]], ["auditory modality", [4, 5092, 2]], ["audition", [4, 5092, 3]]]}, {"answer": "sense_of_touch", "hint": "synonyms for sense of touch", "clues": [["touch modality", [4, 5093, 0]], ["skin senses", [4, 5093, 1]], ["touch", [4, 5093, 2]], ["cutaneous senses", [4, 5093, 3]]]}, {"answer": "senselessness", "hint": "synonyms for senselessness", "clues": [["inanity", [4, 5094, 0]], ["pointlessness", [4, 5094, 1]], ["vacuity", [4, 5094, 2]], ["mindlessness", [4, 5094, 3]]]}, {"answer": "sensible_horizon", "hint": "synonyms for sensible horizon", "clues": [["apparent horizon", [4, 5095, 0]], ["skyline", [4, 5095, 1]], ["horizon", [4, 5095, 2]], ["visible horizon", [4, 5095, 3]]]}, {"answer": "sentence", "hint": "synonyms for sentence", "clues": [["time", [4, 5096, 0]], ["judgment of conviction", [4, 5096, 1]], ["condemnation", [4, 5096, 2]], ["prison term", [4, 5096, 3]], ["conviction", [4, 5096, 4]]]}, {"answer": "sentience", "hint": "synonyms for sentience", "clues": [["sensation", [4, 5097, 0]], ["sense", [4, 5097, 1]], ["sentiency", [4, 5097, 2]], ["awareness", [4, 5097, 3]], ["sensory faculty", [4, 5097, 4]]]}, {"answer": "sentiency", "hint": "synonyms for sentiency", "clues": [["sensation", [4, 5098, 0]], ["sentience", [4, 5098, 1]], ["sense", [4, 5098, 2]], ["sensory faculty", [4, 5098, 3]]]}, {"answer": "sentiment", "hint": "synonyms for sentiment", "clues": [["opinion", [4, 5099, 0]], ["thought", [4, 5099, 1]], ["persuasion", [4, 5099, 2]], ["view", [4, 5099, 3]]]}, {"answer": "sentimentality", "hint": "synonyms for sentimentality", "clues": [["soupiness", [4, 5100, 0]], ["drippiness", [4, 5100, 1]], ["sloppiness", [4, 5100, 2]], ["mawkishness", [4, 5100, 3]], ["mushiness", [4, 5100, 4]]]}, {"answer": "separation", "hint": "synonyms for separation", "clues": [["legal separation", [4, 5101, 0]], ["interval", [4, 5101, 1]], ["breakup", [4, 5101, 2]], ["detachment", [4, 5101, 3]]]}, {"answer": "separatrix", "hint": "synonyms for separatrix", "clues": [["slash", [4, 5102, 0]], ["stroke", [4, 5102, 1]], ["diagonal", [4, 5102, 2]], ["virgule", [4, 5102, 3]], ["solidus", [4, 5102, 4]]]}, {"answer": "sept", "hint": "synonyms for sept", "clues": [["kinsfolk", [4, 5103, 0]], ["folk", [4, 5103, 1]], ["family line", [4, 5103, 2]], ["family", [4, 5103, 3]], ["phratry", [4, 5103, 4]]]}, {"answer": "septenary", "hint": "synonyms for septenary", "clues": [["seven", [4, 5104, 0]], ["sevener", [4, 5104, 1]], ["7", [4, 5104, 2]], ["septet", [4, 5104, 3]], ["heptad", [4, 5104, 4]]]}, {"answer": "septet", "hint": "synonyms for septet", "clues": [["septette", [4, 5105, 0]], ["sevensome", [4, 5105, 1]], ["seven", [4, 5105, 2]], ["septenary", [4, 5105, 3]], ["7", [4, 5105, 4]], ["heptad", [4, 5105, 5]], ["sevener", [4, 5105, 6]]]}, {"answer": "sepulture", "hint": "synonyms for sepulture", "clues": [["entombment", [4, 5106, 0]], ["sepulcher", [4, 5106, 1]], ["burial chamber", [4, 5106, 2]], ["interment", [4, 5106, 3]], ["inhumation", [4, 5106, 4]], ["burial", [4, 5106, 5]]]}, {"answer": "sequence", "hint": "synonyms for sequence", "clues": [["succession", [4, 5107, 0]], ["episode", [4, 5107, 1]], ["chronological succession", [4, 5107, 2]], ["chronological sequence", [4, 5107, 3]], ["successiveness", [4, 5107, 4]]]}, {"answer": "serenity", "hint": "synonyms for serenity", "clues": [["heartsease", [4, 5108, 0]], ["repose", [4, 5108, 1]], ["placidity", [4, 5108, 2]], ["ataraxis", [4, 5108, 3]], ["tranquillity", [4, 5108, 4]], ["peace of mind", [4, 5108, 5]], ["peacefulness", [4, 5108, 6]], ["peace", [4, 5108, 7]], ["quiet", [4, 5108, 8]]]}, {"answer": "seriousness", "hint": "synonyms for seriousness", "clues": [["sincerity", [4, 5109, 0]], ["earnestness", [4, 5109, 1]], ["distressfulness", [4, 5109, 2]], ["serious-mindedness", [4, 5109, 3]]]}, {"answer": "service", "hint": "synonyms for service", "clues": [["serve", [4, 5110, 0]], ["avail", [4, 5110, 1]], ["religious service", [4, 5110, 2]], ["table service", [4, 5110, 3]], ["help", [4, 5110, 4]], ["servicing", [4, 5110, 5]], ["divine service", [4, 5110, 6]], ["inspection and repair", [4, 5110, 7]], ["armed service", [4, 5110, 8]], ["military service", [4, 5110, 9]], ["overhaul", [4, 5110, 10]], ["service of process", [4, 5110, 11]]]}, {"answer": "services", "hint": "synonyms for services", "clues": [["avail", [4, 5111, 0]], ["service", [4, 5111, 1]], ["servicing", [4, 5111, 2]], ["inspection and repair", [4, 5111, 3]], ["armed service", [4, 5111, 4]], ["overhaul", [4, 5111, 5]], ["serve", [4, 5111, 6]], ["religious service", [4, 5111, 7]], ["table service", [4, 5111, 8]], ["help", [4, 5111, 9]], ["divine service", [4, 5111, 10]], ["military service", [4, 5111, 11]], ["service of process", [4, 5111, 12]]]}, {"answer": "serving", "hint": "synonyms for serving", "clues": [["service", [4, 5112, 0]], ["portion", [4, 5112, 1]], ["service of process", [4, 5112, 2]], ["helping", [4, 5112, 3]]]}, {"answer": "sess", "hint": "synonyms for sess", "clues": [["green goddess", [4, 5113, 0]], ["pot", [4, 5113, 1]], ["skunk", [4, 5113, 2]], ["weed", [4, 5113, 3]], ["sens", [4, 5113, 4]], ["gage", [4, 5113, 5]], ["dope", [4, 5113, 6]], ["grass", [4, 5113, 7]], ["smoke", [4, 5113, 8]], ["locoweed", [4, 5113, 9]]]}, {"answer": "session", "hint": "synonyms for session", "clues": [["academic session", [4, 5114, 0]], ["seance", [4, 5114, 1]], ["sitting", [4, 5114, 2]], ["school term", [4, 5114, 3]], ["academic term", [4, 5114, 4]]]}, {"answer": "sessions", "hint": "synonyms for sessions", "clues": [["seance", [4, 5115, 0]], ["session", [4, 5115, 1]], ["sitting", [4, 5115, 2]], ["academic session", [4, 5115, 3]], ["school term", [4, 5115, 4]], ["academic term", [4, 5115, 5]]]}, {"answer": "sestet", "hint": "synonyms for sestet", "clues": [["sise", [4, 5116, 0]], ["half a dozen", [4, 5116, 1]], ["sextette", [4, 5116, 2]], ["sextuplet", [4, 5116, 3]], ["hexad", [4, 5116, 4]], ["6", [4, 5116, 5]], ["sixer", [4, 5116, 6]], ["six", [4, 5116, 7]]]}, {"answer": "set_phrase", "hint": "synonyms for set phrase", "clues": [["phrase", [4, 5117, 0]], ["idiomatic expression", [4, 5117, 1]], ["idiom", [4, 5117, 2]], ["phrasal idiom", [4, 5117, 3]]]}, {"answer": "setback", "hint": "synonyms for setback", "clues": [["reversal", [4, 5118, 0]], ["blow", [4, 5118, 1]], ["reverse", [4, 5118, 2]], ["black eye", [4, 5118, 3]]]}, {"answer": "setline", "hint": "synonyms for setline", "clues": [["trawl line", [4, 5119, 0]], ["trotline", [4, 5119, 1]], ["spiller", [4, 5119, 2]], ["trawl", [4, 5119, 3]]]}, {"answer": "setting", "hint": "synonyms for setting", "clues": [["place setting", [4, 5120, 0]], ["mise en scene", [4, 5120, 1]], ["stage setting", [4, 5120, 2]], ["mount", [4, 5120, 3]], ["scene", [4, 5120, 4]]]}, {"answer": "settlement", "hint": "synonyms for settlement", "clues": [["colony", [4, 5121, 0]], ["small town", [4, 5121, 1]], ["colonisation", [4, 5121, 2]], ["resolution", [4, 5121, 3]], ["liquidation", [4, 5121, 4]], ["village", [4, 5121, 5]], ["closure", [4, 5121, 6]]]}, {"answer": "settlings", "hint": "synonyms for settlings", "clues": [["settling", [4, 5122, 0]], ["subsiding", [4, 5122, 1]], ["dregs", [4, 5122, 2]], ["subsidence", [4, 5122, 3]]]}, {"answer": "sevener", "hint": "synonyms for sevener", "clues": [["seven", [4, 5123, 0]], ["septenary", [4, 5123, 1]], ["7", [4, 5123, 2]], ["septet", [4, 5123, 3]], ["heptad", [4, 5123, 4]]]}, {"answer": "sevens", "hint": "synonyms for sevens", "clues": [["parliament", [4, 5124, 0]], ["seven", [4, 5124, 1]], ["septenary", [4, 5124, 2]], ["7", [4, 5124, 3]], ["heptad", [4, 5124, 4]], ["fantan", [4, 5124, 5]], ["sevener", [4, 5124, 6]], ["septet", [4, 5124, 7]], ["seven-spot", [4, 5124, 8]]]}, {"answer": "seventies", "hint": "synonyms for seventies", "clues": [["70", [4, 5125, 0]], ["seventy", [4, 5125, 1]], ["1970s", [4, 5125, 2]], ["mid-seventies", [4, 5125, 3]]]}, {"answer": "severance", "hint": "synonyms for severance", "clues": [["rift", [4, 5126, 0]], ["severing", [4, 5126, 1]], ["break", [4, 5126, 2]], ["rupture", [4, 5126, 3]], ["breach", [4, 5126, 4]], ["falling out", [4, 5126, 5]]]}, {"answer": "severeness", "hint": "synonyms for severeness", "clues": [["severity", [4, 5127, 0]], ["austereness", [4, 5127, 1]], ["grimness", [4, 5127, 2]], ["inclemency", [4, 5127, 3]], ["asperity", [4, 5127, 4]], ["rigor", [4, 5127, 5]], ["badness", [4, 5127, 6]], ["hardship", [4, 5127, 7]], ["rigorousness", [4, 5127, 8]], ["harshness", [4, 5127, 9]], ["stiffness", [4, 5127, 10]], ["hardness", [4, 5127, 11]]]}, {"answer": "severity", "hint": "synonyms for severity", "clues": [["severeness", [4, 5128, 0]], ["austereness", [4, 5128, 1]], ["grimness", [4, 5128, 2]], ["inclemency", [4, 5128, 3]], ["asperity", [4, 5128, 4]], ["rigor", [4, 5128, 5]], ["badness", [4, 5128, 6]], ["hardship", [4, 5128, 7]], ["rigorousness", [4, 5128, 8]], ["harshness", [4, 5128, 9]], ["stiffness", [4, 5128, 10]], ["hardness", [4, 5128, 11]]]}, {"answer": "sex", "hint": "synonyms for sex", "clues": [["sexuality", [4, 5129, 0]], ["sexual urge", [4, 5129, 1]], ["sex activity", [4, 5129, 2]], ["sexual practice", [4, 5129, 3]], ["gender", [4, 5129, 4]]]}, {"answer": "sex_act", "hint": "synonyms for sex act", "clues": [["sexual congress", [4, 5130, 0]], ["sexual relation", [4, 5130, 1]], ["coition", [4, 5130, 2]], ["relation", [4, 5130, 3]], ["carnal knowledge", [4, 5130, 4]], ["intercourse", [4, 5130, 5]], ["congress", [4, 5130, 6]], ["copulation", [4, 5130, 7]], ["sexual intercourse", [4, 5130, 8]], ["coitus", [4, 5130, 9]]]}, {"answer": "sextet", "hint": "synonyms for sextet", "clues": [["sise", [4, 5131, 0]], ["half a dozen", [4, 5131, 1]], ["sextette", [4, 5131, 2]], ["sextuplet", [4, 5131, 3]], ["sestet", [4, 5131, 4]], ["hexad", [4, 5131, 5]], ["sixsome", [4, 5131, 6]], ["6", [4, 5131, 7]], ["sixer", [4, 5131, 8]], ["six", [4, 5131, 9]]]}, {"answer": "sextuplet", "hint": "synonyms for sextuplet", "clues": [["sise", [4, 5132, 0]], ["half a dozen", [4, 5132, 1]], ["sestet", [4, 5132, 2]], ["hexad", [4, 5132, 3]], ["6", [4, 5132, 4]], ["sixer", [4, 5132, 5]], ["sextet", [4, 5132, 6]], ["six", [4, 5132, 7]]]}, {"answer": "sexual_congress", "hint": "synonyms for sexual congress", "clues": [["sexual relation", [4, 5133, 0]], ["coition", [4, 5133, 1]], ["relation", [4, 5133, 2]], ["sex act", [4, 5133, 3]], ["carnal knowledge", [4, 5133, 4]], ["intercourse", [4, 5133, 5]], ["congress", [4, 5133, 6]], ["copulation", [4, 5133, 7]], ["sexual intercourse", [4, 5133, 8]], ["coitus", [4, 5133, 9]]]}, {"answer": "sexual_intercourse", "hint": "synonyms for sexual intercourse", "clues": [["sexual congress", [4, 5134, 0]], ["sexual relation", [4, 5134, 1]], ["coition", [4, 5134, 2]], ["relation", [4, 5134, 3]], ["sex act", [4, 5134, 4]], ["carnal knowledge", [4, 5134, 5]], ["intercourse", [4, 5134, 6]], ["congress", [4, 5134, 7]], ["copulation", [4, 5134, 8]], ["coitus", [4, 5134, 9]]]}, {"answer": "sexual_love", "hint": "synonyms for sexual love", "clues": [["lovemaking", [4, 5135, 0]], ["love life", [4, 5135, 1]], ["making love", [4, 5135, 2]], ["erotic love", [4, 5135, 3]], ["love", [4, 5135, 4]]]}, {"answer": "sexual_relation", "hint": "synonyms for sexual relation", "clues": [["sexual congress", [4, 5136, 0]], ["coition", [4, 5136, 1]], ["relation", [4, 5136, 2]], ["sex act", [4, 5136, 3]], ["carnal knowledge", [4, 5136, 4]], ["intercourse", [4, 5136, 5]], ["congress", [4, 5136, 6]], ["copulation", [4, 5136, 7]], ["sexual intercourse", [4, 5136, 8]], ["coitus", [4, 5136, 9]]]}, {"answer": "sexual_union", "hint": "synonyms for sexual union", "clues": [["mating", [4, 5137, 0]], ["conjugation", [4, 5137, 1]], ["pairing", [4, 5137, 2]], ["union", [4, 5137, 3]], ["coupling", [4, 5137, 4]]]}, {"answer": "shabbiness", "hint": "synonyms for shabbiness", "clues": [["injustice", [4, 5138, 0]], ["sleaziness", [4, 5138, 1]], ["unfairness", [4, 5138, 2]], ["iniquity", [4, 5138, 3]], ["seediness", [4, 5138, 4]], ["manginess", [4, 5138, 5]]]}, {"answer": "shabu", "hint": "synonyms for shabu", "clues": [["chalk", [4, 5139, 0]], ["glass", [4, 5139, 1]], ["methamphetamine", [4, 5139, 2]], ["crank", [4, 5139, 3]], ["methamphetamine hydrochloride", [4, 5139, 4]], ["ice", [4, 5139, 5]], ["deoxyephedrine", [4, 5139, 6]], ["chicken feed", [4, 5139, 7]], ["trash", [4, 5139, 8]], ["meth", [4, 5139, 9]]]}, {"answer": "shack", "hint": "synonyms for shack", "clues": [["hovel", [4, 5140, 0]], ["shanty", [4, 5140, 1]], ["hutch", [4, 5140, 2]], ["hut", [4, 5140, 3]]]}, {"answer": "shade", "hint": "synonyms for shade", "clues": [["nuance", [4, 5141, 0]], ["refinement", [4, 5141, 1]], ["spook", [4, 5141, 2]], ["nicety", [4, 5141, 3]], ["tone", [4, 5141, 4]], ["specter", [4, 5141, 5]], ["ghost", [4, 5141, 6]], ["wraith", [4, 5141, 7]], ["tint", [4, 5141, 8]], ["tad", [4, 5141, 9]], ["subtlety", [4, 5141, 10]], ["tincture", [4, 5141, 11]]]}, {"answer": "shades", "hint": "synonyms for shades", "clues": [["shade", [4, 5142, 0]], ["tone", [4, 5142, 1]], ["specter", [4, 5142, 2]], ["wraith", [4, 5142, 3]], ["tad", [4, 5142, 4]], ["dark glasses", [4, 5142, 5]], ["sunglasses", [4, 5142, 6]], ["nuance", [4, 5142, 7]], ["refinement", [4, 5142, 8]], ["spook", [4, 5142, 9]], ["nicety", [4, 5142, 10]], ["ghost", [4, 5142, 11]], ["tint", [4, 5142, 12]], ["subtlety", [4, 5142, 13]], ["tincture", [4, 5142, 14]]]}, {"answer": "shadow", "hint": "synonyms for shadow", "clues": [["phantasm", [4, 5143, 0]], ["apparition", [4, 5143, 1]], ["tincture", [4, 5143, 2]], ["fantasm", [4, 5143, 3]], ["trace", [4, 5143, 4]], ["phantom", [4, 5143, 5]], ["vestige", [4, 5143, 6]], ["dark", [4, 5143, 7]], ["darkness", [4, 5143, 8]]]}, {"answer": "shadowgraph", "hint": "synonyms for shadowgraph", "clues": [["radiogram", [4, 5144, 0]], ["skiagram", [4, 5144, 1]], ["radiograph", [4, 5144, 2]], ["skiagraph", [4, 5144, 3]]]}, {"answer": "shaft", "hint": "synonyms for shaft", "clues": [["dig", [4, 5145, 0]], ["irradiation", [4, 5145, 1]], ["scape", [4, 5145, 2]], ["beam of light", [4, 5145, 3]], ["rotating shaft", [4, 5145, 4]], ["shot", [4, 5145, 5]], ["spear", [4, 5145, 6]], ["ray", [4, 5145, 7]], ["light beam", [4, 5145, 8]], ["slam", [4, 5145, 9]], ["lance", [4, 5145, 10]], ["gibe", [4, 5145, 11]], ["jibe", [4, 5145, 12]], ["beam", [4, 5145, 13]], ["shaft of light", [4, 5145, 14]], ["barb", [4, 5145, 15]], ["ray of light", [4, 5145, 16]]]}, {"answer": "shaft_of_light", "hint": "synonyms for shaft of light", "clues": [["irradiation", [4, 5146, 0]], ["light beam", [4, 5146, 1]], ["beam of light", [4, 5146, 2]], ["beam", [4, 5146, 3]], ["ray", [4, 5146, 4]], ["ray of light", [4, 5146, 5]], ["shaft", [4, 5146, 6]]]}, {"answer": "shag", "hint": "synonyms for shag", "clues": [["piece of ass", [4, 5147, 0]], ["roll in the hay", [4, 5147, 1]], ["piece of tail", [4, 5147, 2]], ["shtup", [4, 5147, 3]], ["screw", [4, 5147, 4]], ["nookie", [4, 5147, 5]], ["ass", [4, 5147, 6]], ["fucking", [4, 5147, 7]], ["nooky", [4, 5147, 8]]]}, {"answer": "shake", "hint": "synonyms for shake", "clues": [["tremble", [4, 5148, 0]], ["trill", [4, 5148, 1]], ["waggle", [4, 5148, 2]], ["handshaking", [4, 5148, 3]], ["shingle", [4, 5148, 4]], ["handshake", [4, 5148, 5]], ["milkshake", [4, 5148, 6]], ["wag", [4, 5148, 7]], ["shiver", [4, 5148, 8]], ["handclasp", [4, 5148, 9]]]}, {"answer": "shambles", "hint": "synonyms for shambles", "clues": [["abattoir", [4, 5149, 0]], ["butchery", [4, 5149, 1]], ["shambling", [4, 5149, 2]], ["shamble", [4, 5149, 3]], ["shuffle", [4, 5149, 4]], ["shuffling", [4, 5149, 5]], ["slaughterhouse", [4, 5149, 6]]]}, {"answer": "shammy", "hint": "synonyms for shammy", "clues": [["chammy leather", [4, 5150, 0]], ["chamois leather", [4, 5150, 1]], ["chamois", [4, 5150, 2]], ["chammy", [4, 5150, 3]]]}, {"answer": "shammy_leather", "hint": "synonyms for shammy leather", "clues": [["chammy leather", [4, 5151, 0]], ["chamois leather", [4, 5151, 1]], ["chamois", [4, 5151, 2]], ["shammy", [4, 5151, 3]], ["chammy", [4, 5151, 4]]]}, {"answer": "shangri-la", "hint": "synonyms for shangri-la", "clues": [["heaven", [4, 5152, 0]], ["nirvana", [4, 5152, 1]], ["promised land", [4, 5152, 2]], ["paradise", [4, 5152, 3]]]}, {"answer": "shanty", "hint": "synonyms for shanty", "clues": [["hovel", [4, 5153, 0]], ["chantey", [4, 5153, 1]], ["shack", [4, 5153, 2]], ["hut", [4, 5153, 3]], ["hutch", [4, 5153, 4]], ["sea chantey", [4, 5153, 5]]]}, {"answer": "shape", "hint": "synonyms for shape", "clues": [["form", [4, 5154, 0]], ["contour", [4, 5154, 1]], ["pattern", [4, 5154, 2]], ["cast", [4, 5154, 3]], ["configuration", [4, 5154, 4]], ["embodiment", [4, 5154, 5]], ["conformation", [4, 5154, 6]]]}, {"answer": "share", "hint": "synonyms for share", "clues": [["part", [4, 5155, 0]], ["portion", [4, 5155, 1]], ["percentage", [4, 5155, 2]], ["contribution", [4, 5155, 3]], ["ploughshare", [4, 5155, 4]], ["plowshare", [4, 5155, 5]], ["parcel", [4, 5155, 6]]]}, {"answer": "sharp-sightedness", "hint": "synonyms for sharp-sightedness", "clues": [["acuity", [4, 5156, 0]], ["on the qui vive", [4, 5156, 1]], ["alertness", [4, 5156, 2]], ["visual acuity", [4, 5156, 3]]]}, {"answer": "sharpness", "hint": "synonyms for sharpness", "clues": [["asperity", [4, 5157, 0]], ["keenness", [4, 5157, 1]], ["pungency", [4, 5157, 2]], ["acuity", [4, 5157, 3]], ["acuteness", [4, 5157, 4]], ["bite", [4, 5157, 5]], ["distinctness", [4, 5157, 6]], ["raciness", [4, 5157, 7]], ["edge", [4, 5157, 8]]]}, {"answer": "shaving", "hint": "synonyms for shaving", "clues": [["sliver", [4, 5158, 0]], ["grazing", [4, 5158, 1]], ["paring", [4, 5158, 2]], ["shave", [4, 5158, 3]], ["skimming", [4, 5158, 4]]]}, {"answer": "sheepskin", "hint": "synonyms for sheepskin", "clues": [["fleece", [4, 5159, 0]], ["parchment", [4, 5159, 1]], ["lambskin", [4, 5159, 2]], ["diploma", [4, 5159, 3]]]}, {"answer": "sheesha", "hint": "synonyms for sheesha", "clues": [["nargileh", [4, 5160, 0]], ["hubble-bubble", [4, 5160, 1]], ["calean", [4, 5160, 2]], ["chicha", [4, 5160, 3]], ["shisha", [4, 5160, 4]], ["hookah", [4, 5160, 5]], ["hubbly-bubbly", [4, 5160, 6]], ["kalian", [4, 5160, 7]], ["water pipe", [4, 5160, 8]]]}, {"answer": "sheet", "hint": "synonyms for sheet", "clues": [["bed sheet", [4, 5161, 0]], ["canvas", [4, 5161, 1]], ["tabloid", [4, 5161, 2]], ["sheet of paper", [4, 5161, 3]], ["shroud", [4, 5161, 4]], ["plane", [4, 5161, 5]], ["flat solid", [4, 5161, 6]], ["sail", [4, 5161, 7]], ["piece of paper", [4, 5161, 8]], ["mainsheet", [4, 5161, 9]], ["weather sheet", [4, 5161, 10]], ["rag", [4, 5161, 11]], ["tack", [4, 5161, 12]]]}, {"answer": "shekels", "hint": "synonyms for shekels", "clues": [["kale", [4, 5162, 0]], ["boodle", [4, 5162, 1]], ["scratch", [4, 5162, 2]], ["dinero", [4, 5162, 3]], ["cabbage", [4, 5162, 4]], ["lettuce", [4, 5162, 5]], ["gelt", [4, 5162, 6]], ["lucre", [4, 5162, 7]], ["dough", [4, 5162, 8]], ["wampum", [4, 5162, 9]], ["pelf", [4, 5162, 10]], ["clams", [4, 5162, 11]], ["lolly", [4, 5162, 12]], ["loot", [4, 5162, 13]], ["bread", [4, 5162, 14]], ["shekel", [4, 5162, 15]], ["sugar", [4, 5162, 16]], ["simoleons", [4, 5162, 17]], ["moolah", [4, 5162, 18]]]}, {"answer": "shell", "hint": "synonyms for shell", "clues": [["racing shell", [4, 5163, 0]], ["plate", [4, 5163, 1]], ["eggshell", [4, 5163, 2]], ["scale", [4, 5163, 3]], ["casing", [4, 5163, 4]], ["case", [4, 5163, 5]]]}, {"answer": "shelling", "hint": "synonyms for shelling", "clues": [["battery", [4, 5164, 0]], ["barrage fire", [4, 5164, 1]], ["bombardment", [4, 5164, 2]], ["barrage", [4, 5164, 3]]]}, {"answer": "shenanigan", "hint": "synonyms for shenanigan", "clues": [["deviltry", [4, 5165, 0]], ["rascality", [4, 5165, 1]], ["chicanery", [4, 5165, 2]], ["wile", [4, 5165, 3]], ["mischief-making", [4, 5165, 4]], ["devilment", [4, 5165, 5]], ["roguery", [4, 5165, 6]], ["mischief", [4, 5165, 7]], ["trickery", [4, 5165, 8]], ["guile", [4, 5165, 9]], ["mischievousness", [4, 5165, 10]], ["roguishness", [4, 5165, 11]]]}, {"answer": "shift", "hint": "synonyms for shift", "clues": [["shimmy", [4, 5166, 0]], ["sack", [4, 5166, 1]], ["shift key", [4, 5166, 2]], ["shifting", [4, 5166, 3]], ["fault", [4, 5166, 4]], ["teddy", [4, 5166, 5]], ["chemise", [4, 5166, 6]], ["slip", [4, 5166, 7]], ["break", [4, 5166, 8]], ["switching", [4, 5166, 9]], ["fracture", [4, 5166, 10]], ["transformation", [4, 5166, 11]], ["transmutation", [4, 5166, 12]], ["displacement", [4, 5166, 13]], ["work shift", [4, 5166, 14]], ["duty period", [4, 5166, 15]], ["geological fault", [4, 5166, 16]]]}, {"answer": "shimmy", "hint": "synonyms for shimmy", "clues": [["chemise", [4, 5167, 0]], ["shift", [4, 5167, 1]], ["teddy", [4, 5167, 2]], ["slip", [4, 5167, 3]]]}, {"answer": "ship_biscuit", "hint": "synonyms for ship biscuit", "clues": [["pilot biscuit", [4, 5168, 0]], ["hardtack", [4, 5168, 1]], ["pilot bread", [4, 5168, 2]], ["sea biscuit", [4, 5168, 3]]]}, {"answer": "shipment", "hint": "synonyms for shipment", "clues": [["dispatch", [4, 5169, 0]], ["payload", [4, 5169, 1]], ["lading", [4, 5169, 2]], ["freight", [4, 5169, 3]], ["load", [4, 5169, 4]], ["cargo", [4, 5169, 5]], ["consignment", [4, 5169, 6]]]}, {"answer": "shipping", "hint": "synonyms for shipping", "clues": [["merchant marine", [4, 5170, 0]], ["transportation", [4, 5170, 1]], ["transport", [4, 5170, 2]], ["cargo ships", [4, 5170, 3]], ["merchant vessels", [4, 5170, 4]]]}, {"answer": "shirking", "hint": "synonyms for shirking", "clues": [["goofing off", [4, 5171, 0]], ["soldiering", [4, 5171, 1]], ["goldbricking", [4, 5171, 2]], ["slacking", [4, 5171, 3]]]}, {"answer": "shisha", "hint": "synonyms for shisha", "clues": [["nargileh", [4, 5172, 0]], ["hubble-bubble", [4, 5172, 1]], ["calean", [4, 5172, 2]], ["chicha", [4, 5172, 3]], ["sheesha", [4, 5172, 4]], ["hookah", [4, 5172, 5]], ["hubbly-bubbly", [4, 5172, 6]], ["kalian", [4, 5172, 7]], ["water pipe", [4, 5172, 8]]]}, {"answer": "shit", "hint": "synonyms for shit", "clues": [["tinker's dam", [4, 5173, 0]], ["red cent", [4, 5173, 1]], ["diddly-shit", [4, 5173, 2]], ["bullshit", [4, 5173, 3]], ["squat", [4, 5173, 4]], ["shucks", [4, 5173, 5]], ["turd", [4, 5173, 6]], ["darn", [4, 5173, 7]], ["dump", [4, 5173, 8]], ["diddly", [4, 5173, 9]], ["dirt", [4, 5173, 10]], ["dogshit", [4, 5173, 11]], ["poop", [4, 5173, 12]], ["bull", [4, 5173, 13]], ["diddly-squat", [4, 5173, 14]], ["doodly-squat", [4, 5173, 15]], ["shite", [4, 5173, 16]], ["jack", [4, 5173, 17]], ["crap", [4, 5173, 18]], ["horseshit", [4, 5173, 19]], ["hoot", [4, 5173, 20]], ["damn", [4, 5173, 21]]]}, {"answer": "shite", "hint": "synonyms for shite", "clues": [["dirt", [4, 5174, 0]], ["crap", [4, 5174, 1]], ["turd", [4, 5174, 2]], ["poop", [4, 5174, 3]], ["shit", [4, 5174, 4]]]}, {"answer": "shivaree", "hint": "synonyms for shivaree", "clues": [["belling", [4, 5175, 0]], ["chivaree", [4, 5175, 1]], ["charivari", [4, 5175, 2]], ["callathump", [4, 5175, 3]]]}, {"answer": "shiver", "hint": "synonyms for shiver", "clues": [["shudder", [4, 5176, 0]], ["tremble", [4, 5176, 1]], ["frisson", [4, 5176, 2]], ["thrill", [4, 5176, 3]], ["chill", [4, 5176, 4]], ["quiver", [4, 5176, 5]], ["shake", [4, 5176, 6]], ["tingle", [4, 5176, 7]]]}, {"answer": "shock", "hint": "synonyms for shock", "clues": [["jolt", [4, 5177, 0]], ["electrical shock", [4, 5177, 1]], ["seismic disturbance", [4, 5177, 2]], ["jounce", [4, 5177, 3]], ["impact", [4, 5177, 4]], ["daze", [4, 5177, 5]], ["jar", [4, 5177, 6]], ["blow", [4, 5177, 7]], ["shock absorber", [4, 5177, 8]], ["stupor", [4, 5177, 9]], ["cushion", [4, 5177, 10]]]}, {"answer": "shoes", "hint": "synonyms for shoes", "clues": [["shoe", [4, 5178, 0]], ["skid", [4, 5178, 1]], ["horseshoe", [4, 5178, 2]], ["brake shoe", [4, 5178, 3]]]}, {"answer": "shogunate", "hint": "synonyms for shogunate", "clues": [["dictatorship", [4, 5179, 0]], ["one-man rule", [4, 5179, 1]], ["despotism", [4, 5179, 2]], ["totalitarianism", [4, 5179, 3]], ["absolutism", [4, 5179, 4]], ["monocracy", [4, 5179, 5]], ["authoritarianism", [4, 5179, 6]], ["tyranny", [4, 5179, 7]]]}, {"answer": "shoo-in", "hint": "synonyms for shoo-in", "clues": [["laugher", [4, 5180, 0]], ["romp", [4, 5180, 1]], ["walkaway", [4, 5180, 2]], ["runaway", [4, 5180, 3]], ["blowout", [4, 5180, 4]]]}, {"answer": "shopping_center", "hint": "synonyms for shopping center", "clues": [["mall", [4, 5181, 0]], ["shopping centre", [4, 5181, 1]], ["plaza", [4, 5181, 2]], ["center", [4, 5181, 3]], ["shopping mall", [4, 5181, 4]]]}, {"answer": "shopping_centre", "hint": "synonyms for shopping centre", "clues": [["mall", [4, 5182, 0]], ["shopping center", [4, 5182, 1]], ["plaza", [4, 5182, 2]], ["center", [4, 5182, 3]], ["shopping mall", [4, 5182, 4]]]}, {"answer": "shopping_mall", "hint": "synonyms for shopping mall", "clues": [["mall", [4, 5183, 0]], ["shopping center", [4, 5183, 1]], ["plaza", [4, 5183, 2]], ["center", [4, 5183, 3]]]}, {"answer": "short_hundredweight", "hint": "synonyms for short hundredweight", "clues": [["cwt", [4, 5184, 0]], ["centner", [4, 5184, 1]], ["cental", [4, 5184, 2]], ["hundredweight", [4, 5184, 3]], ["quintal", [4, 5184, 4]]]}, {"answer": "short_sleep", "hint": "synonyms for short sleep", "clues": [["catnap", [4, 5185, 0]], ["snooze", [4, 5185, 1]], ["cat sleep", [4, 5185, 2]], ["forty winks", [4, 5185, 3]], ["nap", [4, 5185, 4]]]}, {"answer": "shortness", "hint": "synonyms for shortness", "clues": [["abruptness", [4, 5186, 0]], ["gruffness", [4, 5186, 1]], ["curtness", [4, 5186, 2]], ["brusqueness", [4, 5186, 3]], ["truncation", [4, 5186, 4]]]}, {"answer": "shorts", "hint": "synonyms for shorts", "clues": [["short", [4, 5187, 0]], ["boxershorts", [4, 5187, 1]], ["underdrawers", [4, 5187, 2]], ["drawers", [4, 5187, 3]], ["short circuit", [4, 5187, 4]], ["trunks", [4, 5187, 5]], ["shortstop", [4, 5187, 6]], ["short pants", [4, 5187, 7]], ["boxers", [4, 5187, 8]]]}, {"answer": "shout", "hint": "synonyms for shout", "clues": [["yell", [4, 5188, 0]], ["cry", [4, 5188, 1]], ["call", [4, 5188, 2]], ["vociferation", [4, 5188, 3]], ["outcry", [4, 5188, 4]]]}, {"answer": "shovel", "hint": "synonyms for shovel", "clues": [["shovelful", [4, 5189, 0]], ["excavator", [4, 5189, 1]], ["power shovel", [4, 5189, 2]], ["digger", [4, 5189, 3]], ["spadeful", [4, 5189, 4]]]}, {"answer": "showing", "hint": "synonyms for showing", "clues": [["screening", [4, 5190, 0]], ["exhibit", [4, 5190, 1]], ["viewing", [4, 5190, 2]], ["display", [4, 5190, 3]]]}, {"answer": "showtime", "hint": "synonyms for showtime", "clues": [["beginning", [4, 5191, 0]], ["starting time", [4, 5191, 1]], ["first", [4, 5191, 2]], ["commencement", [4, 5191, 3]], ["outset", [4, 5191, 4]], ["start", [4, 5191, 5]], ["get-go", [4, 5191, 6]], ["offset", [4, 5191, 7]], ["kickoff", [4, 5191, 8]]]}, {"answer": "shred", "hint": "synonyms for shred", "clues": [["tatter", [4, 5192, 0]], ["whit", [4, 5192, 1]], ["tag", [4, 5192, 2]], ["iota", [4, 5192, 3]], ["tag end", [4, 5192, 4]], ["smidgeon", [4, 5192, 5]], ["tittle", [4, 5192, 6]], ["scintilla", [4, 5192, 7]], ["rag", [4, 5192, 8]], ["smidgin", [4, 5192, 9]]]}, {"answer": "shroud", "hint": "synonyms for shroud", "clues": [["winding-clothes", [4, 5193, 0]], ["sheet", [4, 5193, 1]], ["pall", [4, 5193, 2]], ["winding-sheet", [4, 5193, 3]], ["mainsheet", [4, 5193, 4]], ["cerement", [4, 5193, 5]], ["weather sheet", [4, 5193, 6]], ["tack", [4, 5193, 7]]]}, {"answer": "shtup", "hint": "synonyms for shtup", "clues": [["piece of ass", [4, 5194, 0]], ["roll in the hay", [4, 5194, 1]], ["piece of tail", [4, 5194, 2]], ["screw", [4, 5194, 3]], ["nookie", [4, 5194, 4]], ["ass", [4, 5194, 5]], ["fucking", [4, 5194, 6]], ["shag", [4, 5194, 7]], ["nooky", [4, 5194, 8]]]}, {"answer": "shuck", "hint": "synonyms for shuck", "clues": [["chaff", [4, 5195, 0]], ["straw", [4, 5195, 1]], ["husk", [4, 5195, 2]], ["stalk", [4, 5195, 3]], ["stubble", [4, 5195, 4]]]}, {"answer": "shucks", "hint": "synonyms for shucks", "clues": [["chaff", [4, 5196, 0]], ["tinker's dam", [4, 5196, 1]], ["husk", [4, 5196, 2]], ["straw", [4, 5196, 3]], ["red cent", [4, 5196, 4]], ["stalk", [4, 5196, 5]], ["stubble", [4, 5196, 6]], ["shuck", [4, 5196, 7]], ["hoot", [4, 5196, 8]], ["damn", [4, 5196, 9]], ["darn", [4, 5196, 10]], ["shit", [4, 5196, 11]]]}, {"answer": "shudder", "hint": "synonyms for shudder", "clues": [["chill", [4, 5197, 0]], ["tingle", [4, 5197, 1]], ["quiver", [4, 5197, 2]], ["shiver", [4, 5197, 3]], ["frisson", [4, 5197, 4]], ["tremor", [4, 5197, 5]], ["thrill", [4, 5197, 6]]]}, {"answer": "shuffle", "hint": "synonyms for shuffle", "clues": [["shuffling", [4, 5198, 0]], ["shambling", [4, 5198, 1]], ["make", [4, 5198, 2]], ["shamble", [4, 5198, 3]]]}, {"answer": "shuffling", "hint": "synonyms for shuffling", "clues": [["shuffle", [4, 5199, 0]], ["shambling", [4, 5199, 1]], ["make", [4, 5199, 2]], ["shamble", [4, 5199, 3]]]}, {"answer": "si", "hint": "synonyms for si", "clues": [["te", [4, 5200, 0]], ["atomic number 14", [4, 5200, 1]], ["silicon", [4, 5200, 2]], ["ti", [4, 5200, 3]]]}, {"answer": "sibilation", "hint": "synonyms for sibilation", "clues": [["hiss", [4, 5201, 0]], ["fizzle", [4, 5201, 1]], ["assibilation", [4, 5201, 2]], ["hushing", [4, 5201, 3]]]}, {"answer": "sickeningness", "hint": "synonyms for sickeningness", "clues": [["distastefulness", [4, 5202, 0]], ["unsavoriness", [4, 5202, 1]], ["nauseatingness", [4, 5202, 2]], ["disgustingness", [4, 5202, 3]]]}, {"answer": "sideline", "hint": "synonyms for sideline", "clues": [["pursuit", [4, 5203, 0]], ["avocation", [4, 5203, 1]], ["spare-time activity", [4, 5203, 2]], ["out of bounds", [4, 5203, 3]], ["by-line", [4, 5203, 4]], ["hobby", [4, 5203, 5]]]}, {"answer": "sidesplitter", "hint": "synonyms for sidesplitter", "clues": [["thigh-slapper", [4, 5204, 0]], ["belly laugh", [4, 5204, 1]], ["howler", [4, 5204, 2]], ["riot", [4, 5204, 3]], ["scream", [4, 5204, 4]], ["wow", [4, 5204, 5]]]}, {"answer": "sight", "hint": "synonyms for sight", "clues": [["heap", [4, 5205, 0]], ["peck", [4, 5205, 1]], ["mess", [4, 5205, 2]], ["plenty", [4, 5205, 3]], ["visual modality", [4, 5205, 4]], ["pile", [4, 5205, 5]], ["slew", [4, 5205, 6]], ["visual sense", [4, 5205, 7]], ["view", [4, 5205, 8]], ["great deal", [4, 5205, 9]], ["spate", [4, 5205, 10]], ["mint", [4, 5205, 11]], ["pot", [4, 5205, 12]], ["tidy sum", [4, 5205, 13]], ["mass", [4, 5205, 14]], ["mountain", [4, 5205, 15]], ["raft", [4, 5205, 16]], ["flock", [4, 5205, 17]], ["quite a little", [4, 5205, 18]], ["wad", [4, 5205, 19]], ["batch", [4, 5205, 20]], ["hatful", [4, 5205, 21]], ["ken", [4, 5205, 22]], ["mickle", [4, 5205, 23]], ["stack", [4, 5205, 24]], ["passel", [4, 5205, 25]], ["deal", [4, 5205, 26]], ["vision", [4, 5205, 27]], ["lot", [4, 5205, 28]], ["survey", [4, 5205, 29]], ["good deal", [4, 5205, 30]], ["muckle", [4, 5205, 31]]]}, {"answer": "sights", "hint": "synonyms for sights", "clues": [["sight", [4, 5206, 0]], ["heap", [4, 5206, 1]], ["peck", [4, 5206, 2]], ["mess", [4, 5206, 3]], ["plenty", [4, 5206, 4]], ["visual modality", [4, 5206, 5]], ["pile", [4, 5206, 6]], ["slew", [4, 5206, 7]], ["visual sense", [4, 5206, 8]], ["view", [4, 5206, 9]], ["great deal", [4, 5206, 10]], ["spate", [4, 5206, 11]], ["mint", [4, 5206, 12]], ["pot", [4, 5206, 13]], ["tidy sum", [4, 5206, 14]], ["mass", [4, 5206, 15]], ["mountain", [4, 5206, 16]], ["raft", [4, 5206, 17]], ["flock", [4, 5206, 18]], ["quite a little", [4, 5206, 19]], ["wad", [4, 5206, 20]], ["batch", [4, 5206, 21]], ["hatful", [4, 5206, 22]], ["ken", [4, 5206, 23]], ["mickle", [4, 5206, 24]], ["stack", [4, 5206, 25]], ["passel", [4, 5206, 26]], ["deal", [4, 5206, 27]], ["vision", [4, 5206, 28]], ["lot", [4, 5206, 29]], ["survey", [4, 5206, 30]], ["good deal", [4, 5206, 31]], ["muckle", [4, 5206, 32]]]}, {"answer": "sign_of_the_zodiac", "hint": "synonyms for sign of the zodiac", "clues": [["star sign", [4, 5207, 0]], ["house", [4, 5207, 1]], ["sign", [4, 5207, 2]], ["planetary house", [4, 5207, 3]], ["mansion", [4, 5207, 4]]]}, {"answer": "signature", "hint": "synonyms for signature", "clues": [["signature tune", [4, 5208, 0]], ["key signature", [4, 5208, 1]], ["touch", [4, 5208, 2]], ["theme song", [4, 5208, 3]]]}, {"answer": "significance", "hint": "synonyms for significance", "clues": [["import", [4, 5209, 0]], ["implication", [4, 5209, 1]], ["signification", [4, 5209, 2]], ["meaning", [4, 5209, 3]]]}, {"answer": "silence", "hint": "synonyms for silence", "clues": [["secrecy", [4, 5210, 0]], ["quiet", [4, 5210, 1]], ["muteness", [4, 5210, 2]], ["secretiveness", [4, 5210, 3]]]}, {"answer": "silk_hat", "hint": "synonyms for silk hat", "clues": [["topper", [4, 5211, 0]], ["top hat", [4, 5211, 1]], ["opera hat", [4, 5211, 2]], ["stovepipe", [4, 5211, 3]], ["dress hat", [4, 5211, 4]], ["beaver", [4, 5211, 5]], ["high hat", [4, 5211, 6]]]}, {"answer": "silliness", "hint": "synonyms for silliness", "clues": [["absurdity", [4, 5212, 0]], ["giddiness", [4, 5212, 1]], ["fatuousness", [4, 5212, 2]], ["fatuity", [4, 5212, 3]]]}, {"answer": "simoleons", "hint": "synonyms for simoleons", "clues": [["kale", [4, 5213, 0]], ["boodle", [4, 5213, 1]], ["scratch", [4, 5213, 2]], ["dinero", [4, 5213, 3]], ["shekels", [4, 5213, 4]], ["cabbage", [4, 5213, 5]], ["lettuce", [4, 5213, 6]], ["gelt", [4, 5213, 7]], ["lucre", [4, 5213, 8]], ["dough", [4, 5213, 9]], ["wampum", [4, 5213, 10]], ["pelf", [4, 5213, 11]], ["clams", [4, 5213, 12]], ["lolly", [4, 5213, 13]], ["loot", [4, 5213, 14]], ["bread", [4, 5213, 15]], ["sugar", [4, 5213, 16]], ["moolah", [4, 5213, 17]]]}, {"answer": "simpleness", "hint": "synonyms for simpleness", "clues": [["ease", [4, 5214, 0]], ["simplicity", [4, 5214, 1]], ["chasteness", [4, 5214, 2]], ["simple mindedness", [4, 5214, 3]], ["easiness", [4, 5214, 4]], ["restraint", [4, 5214, 5]]]}, {"answer": "simplicity", "hint": "synonyms for simplicity", "clues": [["restraint", [4, 5215, 0]], ["simpleness", [4, 5215, 1]], ["ease", [4, 5215, 2]], ["chasteness", [4, 5215, 3]], ["simple mindedness", [4, 5215, 4]], ["easiness", [4, 5215, 5]]]}, {"answer": "simulation", "hint": "synonyms for simulation", "clues": [["pretence", [4, 5216, 0]], ["computer simulation", [4, 5216, 1]], ["pretending", [4, 5216, 2]], ["feigning", [4, 5216, 3]], ["model", [4, 5216, 4]]]}, {"answer": "sin", "hint": "synonyms for sin", "clues": [["wickedness", [4, 5217, 0]], ["sinfulness", [4, 5217, 1]], ["sine", [4, 5217, 2]], ["hell", [4, 5217, 3]], ["sinning", [4, 5217, 4]]]}, {"answer": "sincerity", "hint": "synonyms for sincerity", "clues": [["unassumingness", [4, 5218, 0]], ["earnestness", [4, 5218, 1]], ["seriousness", [4, 5218, 2]], ["serious-mindedness", [4, 5218, 3]]]}, {"answer": "sinew", "hint": "synonyms for sinew", "clues": [["heftiness", [4, 5219, 0]], ["muscle", [4, 5219, 1]], ["brawniness", [4, 5219, 2]], ["brawn", [4, 5219, 3]], ["muscularity", [4, 5219, 4]]]}, {"answer": "single-valued_function", "hint": "synonyms for single-valued function", "clues": [["function", [4, 5220, 0]], ["map", [4, 5220, 1]], ["mapping", [4, 5220, 2]], ["mathematical function", [4, 5220, 3]]]}, {"answer": "singles", "hint": "synonyms for singles", "clues": [["1", [4, 5221, 0]], ["one", [4, 5221, 1]], ["unity", [4, 5221, 2]], ["ace", [4, 5221, 3]], ["bingle", [4, 5221, 4]], ["single", [4, 5221, 5]]]}, {"answer": "sink", "hint": "synonyms for sink", "clues": [["cesspool", [4, 5222, 0]], ["swallow hole", [4, 5222, 1]], ["sump", [4, 5222, 2]], ["cesspit", [4, 5222, 3]], ["sinkhole", [4, 5222, 4]]]}, {"answer": "sis", "hint": "synonyms for sis", "clues": [["si", [4, 5223, 0]], ["atomic number 14", [4, 5223, 1]], ["silicon", [4, 5223, 2]], ["ti", [4, 5223, 3]], ["te", [4, 5223, 4]]]}, {"answer": "sise", "hint": "synonyms for sise", "clues": [["half a dozen", [4, 5224, 0]], ["sextuplet", [4, 5224, 1]], ["sestet", [4, 5224, 2]], ["hexad", [4, 5224, 3]], ["6", [4, 5224, 4]], ["sixer", [4, 5224, 5]], ["sextet", [4, 5224, 6]], ["six", [4, 5224, 7]]]}, {"answer": "sissiness", "hint": "synonyms for sissiness", "clues": [["unmanliness", [4, 5225, 0]], ["effeminacy", [4, 5225, 1]], ["softness", [4, 5225, 2]], ["effeminateness", [4, 5225, 3]], ["womanishness", [4, 5225, 4]]]}, {"answer": "site", "hint": "synonyms for site", "clues": [["web site", [4, 5226, 0]], ["internet site", [4, 5226, 1]], ["situation", [4, 5226, 2]], ["land site", [4, 5226, 3]]]}, {"answer": "situation", "hint": "synonyms for situation", "clues": [["office", [4, 5227, 0]], ["spot", [4, 5227, 1]], ["post", [4, 5227, 2]], ["berth", [4, 5227, 3]], ["site", [4, 5227, 4]], ["place", [4, 5227, 5]], ["position", [4, 5227, 6]], ["billet", [4, 5227, 7]]]}, {"answer": "sixer", "hint": "synonyms for sixer", "clues": [["sise", [4, 5228, 0]], ["half a dozen", [4, 5228, 1]], ["sextuplet", [4, 5228, 2]], ["sestet", [4, 5228, 3]], ["hexad", [4, 5228, 4]], ["6", [4, 5228, 5]], ["sextet", [4, 5228, 6]], ["six", [4, 5228, 7]]]}, {"answer": "sixties", "hint": "synonyms for sixties", "clues": [["60", [4, 5229, 0]], ["mid-sixties", [4, 5229, 1]], ["1960s", [4, 5229, 2]], ["sixty", [4, 5229, 3]]]}, {"answer": "sizeableness", "hint": "synonyms for sizeableness", "clues": [["greatness", [4, 5230, 0]], ["grandness", [4, 5230, 1]], ["immensity", [4, 5230, 2]], ["wideness", [4, 5230, 3]], ["enormousness", [4, 5230, 4]], ["immenseness", [4, 5230, 5]], ["vastness", [4, 5230, 6]]]}, {"answer": "skag", "hint": "synonyms for skag", "clues": [["hell dust", [4, 5231, 0]], ["smack", [4, 5231, 1]], ["nose drops", [4, 5231, 2]], ["scag", [4, 5231, 3]], ["thunder", [4, 5231, 4]], ["big H", [4, 5231, 5]]]}, {"answer": "skeleton", "hint": "synonyms for skeleton", "clues": [["skeleton in the cupboard", [4, 5232, 0]], ["underframe", [4, 5232, 1]], ["skeletal frame", [4, 5232, 2]], ["skeleton in the closet", [4, 5232, 3]], ["frame", [4, 5232, 4]]]}, {"answer": "skepticism", "hint": "synonyms for skepticism", "clues": [["mental rejection", [4, 5233, 0]], ["agnosticism", [4, 5233, 1]], ["incredulity", [4, 5233, 2]], ["scepticism", [4, 5233, 3]], ["disbelief", [4, 5233, 4]]]}, {"answer": "sketch", "hint": "synonyms for sketch", "clues": [["resume", [4, 5234, 0]], ["vignette", [4, 5234, 1]], ["cartoon", [4, 5234, 2]], ["study", [4, 5234, 3]], ["survey", [4, 5234, 4]]]}, {"answer": "skiagram", "hint": "synonyms for skiagram", "clues": [["radiogram", [4, 5235, 0]], ["shadowgraph", [4, 5235, 1]], ["skiagraph", [4, 5235, 2]], ["radiograph", [4, 5235, 3]]]}, {"answer": "skiagraph", "hint": "synonyms for skiagraph", "clues": [["radiogram", [4, 5236, 0]], ["shadowgraph", [4, 5236, 1]], ["skiagram", [4, 5236, 2]], ["radiograph", [4, 5236, 3]]]}, {"answer": "skid", "hint": "synonyms for skid", "clues": [["slip", [4, 5237, 0]], ["brake shoe", [4, 5237, 1]], ["shoe", [4, 5237, 2]], ["sideslip", [4, 5237, 3]]]}, {"answer": "skill", "hint": "synonyms for skill", "clues": [["science", [4, 5238, 0]], ["attainment", [4, 5238, 1]], ["acquisition", [4, 5238, 2]], ["acquirement", [4, 5238, 3]], ["accomplishment", [4, 5238, 4]]]}, {"answer": "skimmer", "hint": "synonyms for skimmer", "clues": [["straw hat", [4, 5239, 0]], ["sailor", [4, 5239, 1]], ["leghorn", [4, 5239, 2]], ["boater", [4, 5239, 3]]]}, {"answer": "skin_senses", "hint": "synonyms for skin senses", "clues": [["touch", [4, 5240, 0]], ["touch modality", [4, 5240, 1]], ["sense of touch", [4, 5240, 2]], ["cutaneous senses", [4, 5240, 3]]]}, {"answer": "skulduggery", "hint": "synonyms for skulduggery", "clues": [["hanky panky", [4, 5241, 0]], ["hocus-pocus", [4, 5241, 1]], ["slickness", [4, 5241, 2]], ["skullduggery", [4, 5241, 3]], ["jiggery-pokery", [4, 5241, 4]], ["trickery", [4, 5241, 5]]]}, {"answer": "skullduggery", "hint": "synonyms for skullduggery", "clues": [["hanky panky", [4, 5242, 0]], ["hocus-pocus", [4, 5242, 1]], ["slickness", [4, 5242, 2]], ["skulduggery", [4, 5242, 3]], ["jiggery-pokery", [4, 5242, 4]], ["trickery", [4, 5242, 5]]]}, {"answer": "skunk", "hint": "synonyms for skunk", "clues": [["green goddess", [4, 5243, 0]], ["pot", [4, 5243, 1]], ["locoweed", [4, 5243, 2]], ["shutout", [4, 5243, 3]], ["sens", [4, 5243, 4]], ["sess", [4, 5243, 5]], ["gage", [4, 5243, 6]], ["dope", [4, 5243, 7]], ["grass", [4, 5243, 8]], ["smoke", [4, 5243, 9]], ["weed", [4, 5243, 10]]]}, {"answer": "skyline", "hint": "synonyms for skyline", "clues": [["apparent horizon", [4, 5244, 0]], ["horizon", [4, 5244, 1]], ["visible horizon", [4, 5244, 2]], ["sensible horizon", [4, 5244, 3]]]}, {"answer": "slacking", "hint": "synonyms for slacking", "clues": [["goofing off", [4, 5245, 0]], ["soldiering", [4, 5245, 1]], ["goldbricking", [4, 5245, 2]], ["shirking", [4, 5245, 3]]]}, {"answer": "slackness", "hint": "synonyms for slackness", "clues": [["lassitude", [4, 5246, 0]], ["remissness", [4, 5246, 1]], ["lethargy", [4, 5246, 2]], ["inanition", [4, 5246, 3]], ["laxity", [4, 5246, 4]], ["slack", [4, 5246, 5]], ["laxness", [4, 5246, 6]]]}, {"answer": "slacks", "hint": "synonyms for slacks", "clues": [["slack", [4, 5247, 0]], ["morass", [4, 5247, 1]], ["slackness", [4, 5247, 2]], ["drop-off", [4, 5247, 3]], ["slack water", [4, 5247, 4]], ["quagmire", [4, 5247, 5]], ["mire", [4, 5247, 6]], ["falloff", [4, 5247, 7]], ["quag", [4, 5247, 8]], ["falling off", [4, 5247, 9]], ["slump", [4, 5247, 10]]]}, {"answer": "slaked_lime", "hint": "synonyms for slaked lime", "clues": [["lime hydrate", [4, 5248, 0]], ["lime", [4, 5248, 1]], ["calcium hydroxide", [4, 5248, 2]], ["calcium hydrate", [4, 5248, 3]], ["caustic lime", [4, 5248, 4]], ["hydrated lime", [4, 5248, 5]]]}, {"answer": "slam", "hint": "synonyms for slam", "clues": [["dig", [4, 5249, 0]], ["shaft", [4, 5249, 1]], ["jibe", [4, 5249, 2]], ["gibe", [4, 5249, 3]], ["shot", [4, 5249, 4]], ["barb", [4, 5249, 5]], ["sweep", [4, 5249, 6]]]}, {"answer": "slammer", "hint": "synonyms for slammer", "clues": [["poky", [4, 5250, 0]], ["jailhouse", [4, 5250, 1]], ["clink", [4, 5250, 2]], ["gaol", [4, 5250, 3]], ["jail", [4, 5250, 4]]]}, {"answer": "slander", "hint": "synonyms for slander", "clues": [["defamation", [4, 5251, 0]], ["aspersion", [4, 5251, 1]], ["calumny", [4, 5251, 2]], ["denigration", [4, 5251, 3]]]}, {"answer": "slang", "hint": "synonyms for slang", "clues": [["cant", [4, 5252, 0]], ["vernacular", [4, 5252, 1]], ["lingo", [4, 5252, 2]], ["slang term", [4, 5252, 3]], ["argot", [4, 5252, 4]], ["patois", [4, 5252, 5]], ["jargon", [4, 5252, 6]], ["slang expression", [4, 5252, 7]]]}, {"answer": "slash", "hint": "synonyms for slash", "clues": [["stroke", [4, 5253, 0]], ["diagonal", [4, 5253, 1]], ["separatrix", [4, 5253, 2]], ["virgule", [4, 5253, 3]], ["gash", [4, 5253, 4]], ["solidus", [4, 5253, 5]]]}, {"answer": "slaughter", "hint": "synonyms for slaughter", "clues": [["whipping", [4, 5254, 0]], ["trouncing", [4, 5254, 1]], ["walloping", [4, 5254, 2]], ["carnage", [4, 5254, 3]], ["butchery", [4, 5254, 4]], ["drubbing", [4, 5254, 5]], ["debacle", [4, 5254, 6]], ["massacre", [4, 5254, 7]], ["mass murder", [4, 5254, 8]], ["thrashing", [4, 5254, 9]]]}, {"answer": "sledge", "hint": "synonyms for sledge", "clues": [["sled", [4, 5255, 0]], ["sleigh", [4, 5255, 1]], ["sledgehammer", [4, 5255, 2]], ["maul", [4, 5255, 3]]]}, {"answer": "sleeper", "hint": "synonyms for sleeper", "clues": [["railroad tie", [4, 5256, 0]], ["wagon-lit", [4, 5256, 1]], ["crosstie", [4, 5256, 2]], ["sleeping car", [4, 5256, 3]], ["tie", [4, 5256, 4]]]}, {"answer": "sleeping_accommodation", "hint": "synonyms for sleeping accommodation", "clues": [["chamber", [4, 5257, 0]], ["sleeping room", [4, 5257, 1]], ["bedchamber", [4, 5257, 2]], ["bedroom", [4, 5257, 3]]]}, {"answer": "sleeping_room", "hint": "synonyms for sleeping room", "clues": [["sleeping accommodation", [4, 5258, 0]], ["chamber", [4, 5258, 1]], ["bedchamber", [4, 5258, 2]], ["bedroom", [4, 5258, 3]]]}, {"answer": "sleepwalking", "hint": "synonyms for sleepwalking", "clues": [["somnambulation", [4, 5259, 0]], ["noctambulation", [4, 5259, 1]], ["noctambulism", [4, 5259, 2]], ["somnambulism", [4, 5259, 3]]]}, {"answer": "slenderness", "hint": "synonyms for slenderness", "clues": [["thinness", [4, 5260, 0]], ["slightness", [4, 5260, 1]], ["tenuity", [4, 5260, 2]], ["slimness", [4, 5260, 3]]]}, {"answer": "slew", "hint": "synonyms for slew", "clues": [["heap", [4, 5261, 0]], ["peck", [4, 5261, 1]], ["flock", [4, 5261, 2]], ["quite a little", [4, 5261, 3]], ["mess", [4, 5261, 4]], ["sight", [4, 5261, 5]], ["wad", [4, 5261, 6]], ["batch", [4, 5261, 7]], ["hatful", [4, 5261, 8]], ["mickle", [4, 5261, 9]], ["stack", [4, 5261, 10]], ["passel", [4, 5261, 11]], ["deal", [4, 5261, 12]], ["plenty", [4, 5261, 13]], ["pile", [4, 5261, 14]], ["great deal", [4, 5261, 15]], ["spate", [4, 5261, 16]], ["muckle", [4, 5261, 17]], ["mint", [4, 5261, 18]], ["pot", [4, 5261, 19]], ["lot", [4, 5261, 20]], ["tidy sum", [4, 5261, 21]], ["good deal", [4, 5261, 22]], ["mass", [4, 5261, 23]], ["mountain", [4, 5261, 24]], ["raft", [4, 5261, 25]]]}, {"answer": "slews", "hint": "synonyms for slews", "clues": [["oodles", [4, 5262, 0]], ["heap", [4, 5262, 1]], ["peck", [4, 5262, 2]], ["mess", [4, 5262, 3]], ["scores", [4, 5262, 4]], ["plenty", [4, 5262, 5]], ["stacks", [4, 5262, 6]], ["pile", [4, 5262, 7]], ["dozens", [4, 5262, 8]], ["tons", [4, 5262, 9]], ["slew", [4, 5262, 10]], ["wads", [4, 5262, 11]], ["great deal", [4, 5262, 12]], ["spate", [4, 5262, 13]], ["mint", [4, 5262, 14]], ["pot", [4, 5262, 15]], ["loads", [4, 5262, 16]], ["rafts", [4, 5262, 17]], ["tidy sum", [4, 5262, 18]], ["mass", [4, 5262, 19]], ["mountain", [4, 5262, 20]], ["flock", [4, 5262, 21]], ["quite a little", [4, 5262, 22]], ["sight", [4, 5262, 23]], ["batch", [4, 5262, 24]], ["hatful", [4, 5262, 25]], ["gobs", [4, 5262, 26]], ["mickle", [4, 5262, 27]], ["passel", [4, 5262, 28]], ["deal", [4, 5262, 29]], ["lashings", [4, 5262, 30]], ["lot", [4, 5262, 31]], ["good deal", [4, 5262, 32]], ["scads", [4, 5262, 33]], ["muckle", [4, 5262, 34]]]}, {"answer": "slickness", "hint": "synonyms for slickness", "clues": [["slip", [4, 5263, 0]], ["skulduggery", [4, 5263, 1]], ["hanky panky", [4, 5263, 2]], ["jiggery-pokery", [4, 5263, 3]], ["glibness", [4, 5263, 4]], ["slick", [4, 5263, 5]], ["hocus-pocus", [4, 5263, 6]], ["trickery", [4, 5263, 7]], ["slipperiness", [4, 5263, 8]]]}, {"answer": "slide", "hint": "synonyms for slide", "clues": [["glide", [4, 5264, 0]], ["playground slide", [4, 5264, 1]], ["lantern slide", [4, 5264, 2]], ["chute", [4, 5264, 3]], ["slideway", [4, 5264, 4]], ["sloping trough", [4, 5264, 5]], ["microscope slide", [4, 5264, 6]], ["swoop", [4, 5264, 7]], ["sliding board", [4, 5264, 8]], ["coast", [4, 5264, 9]]]}, {"answer": "slightness", "hint": "synonyms for slightness", "clues": [["delicacy", [4, 5265, 0]], ["puniness", [4, 5265, 1]], ["triviality", [4, 5265, 2]], ["pettiness", [4, 5265, 3]], ["slimness", [4, 5265, 4]], ["slenderness", [4, 5265, 5]]]}, {"answer": "slime", "hint": "synonyms for slime", "clues": [["goop", [4, 5266, 0]], ["guck", [4, 5266, 1]], ["sludge", [4, 5266, 2]], ["ooze", [4, 5266, 3]], ["gunk", [4, 5266, 4]], ["gook", [4, 5266, 5]], ["muck", [4, 5266, 6]]]}, {"answer": "sliminess", "hint": "synonyms for sliminess", "clues": [["lousiness", [4, 5267, 0]], ["loathsomeness", [4, 5267, 1]], ["repulsiveness", [4, 5267, 2]], ["wickedness", [4, 5267, 3]], ["vileness", [4, 5267, 4]]]}, {"answer": "slimness", "hint": "synonyms for slimness", "clues": [["slightness", [4, 5268, 0]], ["narrow margin", [4, 5268, 1]], ["narrowness", [4, 5268, 2]], ["slenderness", [4, 5268, 3]]]}, {"answer": "sling", "hint": "synonyms for sling", "clues": [["triangular bandage", [4, 5269, 0]], ["slingshot", [4, 5269, 1]], ["scarf bandage", [4, 5269, 2]], ["catapult", [4, 5269, 3]], ["slingback", [4, 5269, 4]]]}, {"answer": "slip", "hint": "synonyms for slip", "clues": [["shimmy", [4, 5270, 0]], ["pillowcase", [4, 5270, 1]], ["skid", [4, 5270, 2]], ["teddy", [4, 5270, 3]], ["sideslip", [4, 5270, 4]], ["slickness", [4, 5270, 5]], ["berth", [4, 5270, 6]], ["solecism", [4, 5270, 7]], ["chemise", [4, 5270, 8]], ["shift", [4, 5270, 9]], ["elusion", [4, 5270, 10]], ["parapraxis", [4, 5270, 11]], ["faux pas", [4, 5270, 12]], ["slip-up", [4, 5270, 13]], ["case", [4, 5270, 14]], ["strip", [4, 5270, 15]], ["eluding", [4, 5270, 16]], ["miscue", [4, 5270, 17]], ["moorage", [4, 5270, 18]], ["slip of paper", [4, 5270, 19]], ["slick", [4, 5270, 20]], ["gaffe", [4, 5270, 21]], ["mooring", [4, 5270, 22]], ["gaucherie", [4, 5270, 23]], ["pillow slip", [4, 5270, 24]], ["slipperiness", [4, 5270, 25]]]}, {"answer": "slipperiness", "hint": "synonyms for slipperiness", "clues": [["shiftiness", [4, 5271, 0]], ["trickiness", [4, 5271, 1]], ["slickness", [4, 5271, 2]], ["slip", [4, 5271, 3]], ["slick", [4, 5271, 4]], ["rascality", [4, 5271, 5]]]}, {"answer": "slipstream", "hint": "synonyms for slipstream", "clues": [["wash", [4, 5272, 0]], ["race", [4, 5272, 1]], ["backwash", [4, 5272, 2]], ["airstream", [4, 5272, 3]]]}, {"answer": "slit", "hint": "synonyms for slit", "clues": [["incision", [4, 5273, 0]], ["scratch", [4, 5273, 1]], ["prick", [4, 5273, 2]], ["dent", [4, 5273, 3]]]}, {"answer": "slop", "hint": "synonyms for slop", "clues": [["swill", [4, 5274, 0]], ["pigswill", [4, 5274, 1]], ["glop", [4, 5274, 2]], ["mire", [4, 5274, 3]], ["mush", [4, 5274, 4]], ["treacle", [4, 5274, 5]], ["pigwash", [4, 5274, 6]], ["slops", [4, 5274, 7]]]}, {"answer": "sloppiness", "hint": "synonyms for sloppiness", "clues": [["soupiness", [4, 5275, 0]], ["drippiness", [4, 5275, 1]], ["sentimentality", [4, 5275, 2]], ["carelessness", [4, 5275, 3]], ["mawkishness", [4, 5275, 4]], ["mushiness", [4, 5275, 5]]]}, {"answer": "slops", "hint": "synonyms for slops", "clues": [["swill", [4, 5276, 0]], ["slop", [4, 5276, 1]], ["pigswill", [4, 5276, 2]], ["glop", [4, 5276, 3]], ["mire", [4, 5276, 4]], ["mush", [4, 5276, 5]], ["treacle", [4, 5276, 6]], ["pigwash", [4, 5276, 7]]]}, {"answer": "slowness", "hint": "synonyms for slowness", "clues": [["maladroitness", [4, 5277, 0]], ["ineptness", [4, 5277, 1]], ["ineptitude", [4, 5277, 2]], ["unhurriedness", [4, 5277, 3]], ["subnormality", [4, 5277, 4]], ["deliberation", [4, 5277, 5]], ["awkwardness", [4, 5277, 6]], ["clumsiness", [4, 5277, 7]], ["retardation", [4, 5277, 8]], ["mental retardation", [4, 5277, 9]], ["deliberateness", [4, 5277, 10]]]}, {"answer": "sludge", "hint": "synonyms for sludge", "clues": [["goop", [4, 5278, 0]], ["guck", [4, 5278, 1]], ["ooze", [4, 5278, 2]], ["gunk", [4, 5278, 3]], ["gook", [4, 5278, 4]], ["muck", [4, 5278, 5]], ["slime", [4, 5278, 6]]]}, {"answer": "slug", "hint": "synonyms for slug", "clues": [["lick", [4, 5279, 0]], ["clout", [4, 5279, 1]], ["type slug", [4, 5279, 2]], ["bullet", [4, 5279, 3]], ["biff", [4, 5279, 4]], ["punch", [4, 5279, 5]], ["poke", [4, 5279, 6]]]}, {"answer": "sluggishness", "hint": "synonyms for sluggishness", "clues": [["phlegm", [4, 5280, 0]], ["lethargy", [4, 5280, 1]], ["languor", [4, 5280, 2]], ["flatness", [4, 5280, 3]]]}, {"answer": "sluice_valve", "hint": "synonyms for sluice valve", "clues": [["penstock", [4, 5281, 0]], ["floodgate", [4, 5281, 1]], ["water gate", [4, 5281, 2]], ["head gate", [4, 5281, 3]], ["sluicegate", [4, 5281, 4]]]}, {"answer": "sluicegate", "hint": "synonyms for sluicegate", "clues": [["penstock", [4, 5282, 0]], ["floodgate", [4, 5282, 1]], ["water gate", [4, 5282, 2]], ["head gate", [4, 5282, 3]], ["sluice valve", [4, 5282, 4]]]}, {"answer": "slump", "hint": "synonyms for slump", "clues": [["slack", [4, 5283, 0]], ["falling off", [4, 5283, 1]], ["falloff", [4, 5283, 2]], ["drop-off", [4, 5283, 3]]]}, {"answer": "slur", "hint": "synonyms for slur", "clues": [["smirch", [4, 5284, 0]], ["blot", [4, 5284, 1]], ["spot", [4, 5284, 2]], ["smear", [4, 5284, 3]], ["aspersion", [4, 5284, 4]], ["daub", [4, 5284, 5]], ["smudge", [4, 5284, 6]]]}, {"answer": "slyness", "hint": "synonyms for slyness", "clues": [["foxiness", [4, 5285, 0]], ["wiliness", [4, 5285, 1]], ["craft", [4, 5285, 2]], ["craftiness", [4, 5285, 3]], ["cunning", [4, 5285, 4]], ["guile", [4, 5285, 5]]]}, {"answer": "small_talk", "hint": "synonyms for small talk", "clues": [["chin wagging", [4, 5286, 0]], ["chin-wag", [4, 5286, 1]], ["gab", [4, 5286, 2]], ["gabfest", [4, 5286, 3]], ["chit-chat", [4, 5286, 4]], ["gossip", [4, 5286, 5]], ["causerie", [4, 5286, 6]], ["tittle-tattle", [4, 5286, 7]]]}, {"answer": "smarminess", "hint": "synonyms for smarminess", "clues": [["fulsomeness", [4, 5287, 0]], ["unction", [4, 5287, 1]], ["unctuousness", [4, 5287, 2]], ["oiliness", [4, 5287, 3]], ["oleaginousness", [4, 5287, 4]]]}, {"answer": "smart_set", "hint": "synonyms for smart set", "clues": [["society", [4, 5288, 0]], ["bon ton", [4, 5288, 1]], ["beau monde", [4, 5288, 2]], ["high society", [4, 5288, 3]]]}, {"answer": "smartness", "hint": "synonyms for smartness", "clues": [["briskness", [4, 5289, 0]], ["brightness", [4, 5289, 1]], ["chic", [4, 5289, 2]], ["stylishness", [4, 5289, 3]], ["last word", [4, 5289, 4]], ["swank", [4, 5289, 5]], ["modishness", [4, 5289, 6]], ["chichi", [4, 5289, 7]], ["chicness", [4, 5289, 8]], ["cleverness", [4, 5289, 9]], ["alacrity", [4, 5289, 10]]]}, {"answer": "smasher", "hint": "synonyms for smasher", "clues": [["hit", [4, 5290, 0]], ["strike", [4, 5290, 1]], ["bang", [4, 5290, 2]], ["smash", [4, 5290, 3]]]}, {"answer": "smear", "hint": "synonyms for smear", "clues": [["vilification", [4, 5291, 0]], ["smirch", [4, 5291, 1]], ["smudge", [4, 5291, 2]], ["blot", [4, 5291, 3]], ["spot", [4, 5291, 4]], ["slur", [4, 5291, 5]], ["daub", [4, 5291, 6]], ["stain", [4, 5291, 7]], ["malignment", [4, 5291, 8]]]}, {"answer": "smell", "hint": "synonyms for smell", "clues": [["scent", [4, 5292, 0]], ["odor", [4, 5292, 1]], ["olfactory perception", [4, 5292, 2]], ["olfaction", [4, 5292, 3]], ["olfactory sensation", [4, 5292, 4]], ["olfactory modality", [4, 5292, 5]], ["smelling", [4, 5292, 6]], ["olfactory property", [4, 5292, 7]], ["sense of smell", [4, 5292, 8]], ["aroma", [4, 5292, 9]]]}, {"answer": "smidge", "hint": "synonyms for smidge", "clues": [["whit", [4, 5293, 0]], ["iota", [4, 5293, 1]], ["smidgeon", [4, 5293, 2]], ["tittle", [4, 5293, 3]], ["scintilla", [4, 5293, 4]], ["shred", [4, 5293, 5]], ["smidgin", [4, 5293, 6]]]}, {"answer": "smidgen", "hint": "synonyms for smidgen", "clues": [["whit", [4, 5294, 0]], ["iota", [4, 5294, 1]], ["smidgeon", [4, 5294, 2]], ["tittle", [4, 5294, 3]], ["scintilla", [4, 5294, 4]], ["shred", [4, 5294, 5]], ["smidgin", [4, 5294, 6]]]}, {"answer": "smidgeon", "hint": "synonyms for smidgeon", "clues": [["whit", [4, 5295, 0]], ["iota", [4, 5295, 1]], ["tittle", [4, 5295, 2]], ["smidge", [4, 5295, 3]], ["scintilla", [4, 5295, 4]], ["shred", [4, 5295, 5]], ["smidgin", [4, 5295, 6]]]}, {"answer": "smidgin", "hint": "synonyms for smidgin", "clues": [["whit", [4, 5296, 0]], ["iota", [4, 5296, 1]], ["smidgeon", [4, 5296, 2]], ["tittle", [4, 5296, 3]], ["scintilla", [4, 5296, 4]], ["shred", [4, 5296, 5]]]}, {"answer": "smirch", "hint": "synonyms for smirch", "clues": [["blot", [4, 5297, 0]], ["spot", [4, 5297, 1]], ["smear", [4, 5297, 2]], ["slur", [4, 5297, 3]], ["daub", [4, 5297, 4]], ["stain", [4, 5297, 5]], ["smudge", [4, 5297, 6]]]}, {"answer": "smoke", "hint": "synonyms for smoke", "clues": [["green goddess", [4, 5298, 0]], ["pot", [4, 5298, 1]], ["smoking", [4, 5298, 2]], ["fume", [4, 5298, 3]], ["locoweed", [4, 5298, 4]], ["roll of tobacco", [4, 5298, 5]], ["heater", [4, 5298, 6]], ["skunk", [4, 5298, 7]], ["fastball", [4, 5298, 8]], ["sens", [4, 5298, 9]], ["sess", [4, 5298, 10]], ["gage", [4, 5298, 11]], ["dope", [4, 5298, 12]], ["grass", [4, 5298, 13]], ["bullet", [4, 5298, 14]], ["hummer", [4, 5298, 15]], ["weed", [4, 5298, 16]]]}, {"answer": "smoker", "hint": "synonyms for smoker", "clues": [["smoking carriage", [4, 5299, 0]], ["stag party", [4, 5299, 1]], ["smoking car", [4, 5299, 2]], ["smoking compartment", [4, 5299, 3]]]}, {"answer": "smooching", "hint": "synonyms for smooching", "clues": [["cuddling", [4, 5300, 0]], ["fondling", [4, 5300, 1]], ["necking", [4, 5300, 2]], ["petting", [4, 5300, 3]], ["snuggling", [4, 5300, 4]], ["caressing", [4, 5300, 5]], ["kissing", [4, 5300, 6]], ["hugging", [4, 5300, 7]]]}, {"answer": "smoothness", "hint": "synonyms for smoothness", "clues": [["suavity", [4, 5301, 0]], ["suaveness", [4, 5301, 1]], ["fluency", [4, 5301, 2]], ["blandness", [4, 5301, 3]], ["eloquence", [4, 5301, 4]]]}, {"answer": "smorgasbord", "hint": "synonyms for smorgasbord", "clues": [["mixed bag", [4, 5302, 0]], ["potpourri", [4, 5302, 1]], ["miscellanea", [4, 5302, 2]], ["assortment", [4, 5302, 3]], ["mixture", [4, 5302, 4]], ["variety", [4, 5302, 5]], ["motley", [4, 5302, 6]], ["salmagundi", [4, 5302, 7]]]}, {"answer": "smudge", "hint": "synonyms for smudge", "clues": [["smirch", [4, 5303, 0]], ["blot", [4, 5303, 1]], ["spot", [4, 5303, 2]], ["smear", [4, 5303, 3]], ["daub", [4, 5303, 4]], ["slur", [4, 5303, 5]]]}, {"answer": "smut", "hint": "synonyms for smut", "clues": [["vulgarism", [4, 5304, 0]], ["carbon black", [4, 5304, 1]], ["lampblack", [4, 5304, 2]], ["crock", [4, 5304, 3]], ["filth", [4, 5304, 4]], ["erotica", [4, 5304, 5]], ["obscenity", [4, 5304, 6]], ["porn", [4, 5304, 7]], ["pornography", [4, 5304, 8]], ["soot", [4, 5304, 9]], ["dirty word", [4, 5304, 10]]]}, {"answer": "smuts", "hint": "synonyms for smuts", "clues": [["vulgarism", [4, 5305, 0]], ["carbon black", [4, 5305, 1]], ["lampblack", [4, 5305, 2]], ["pornography", [4, 5305, 3]], ["crock", [4, 5305, 4]], ["filth", [4, 5305, 5]], ["smut", [4, 5305, 6]], ["obscenity", [4, 5305, 7]], ["porn", [4, 5305, 8]], ["erotica", [4, 5305, 9]], ["soot", [4, 5305, 10]], ["dirty word", [4, 5305, 11]]]}, {"answer": "snag", "hint": "synonyms for snag", "clues": [["split", [4, 5306, 0]], ["rip", [4, 5306, 1]], ["rent", [4, 5306, 2]], ["hitch", [4, 5306, 3]], ["hang-up", [4, 5306, 4]], ["rub", [4, 5306, 5]], ["tear", [4, 5306, 6]]]}, {"answer": "snake_pit", "hint": "synonyms for snake pit", "clues": [["loony bin", [4, 5307, 0]], ["hell on earth", [4, 5307, 1]], ["sanatorium", [4, 5307, 2]], ["funny farm", [4, 5307, 3]], ["hellhole", [4, 5307, 4]], ["madhouse", [4, 5307, 5]], ["hell", [4, 5307, 6]], ["funny house", [4, 5307, 7]], ["nuthouse", [4, 5307, 8]], ["cuckoo's nest", [4, 5307, 9]], ["booby hatch", [4, 5307, 10]], ["crazy house", [4, 5307, 11]], ["inferno", [4, 5307, 12]], ["the pits", [4, 5307, 13]]]}, {"answer": "snap", "hint": "synonyms for snap", "clues": [["snap fastener", [4, 5308, 0]], ["picnic", [4, 5308, 1]], ["child's play", [4, 5308, 2]], ["centering", [4, 5308, 3]], ["press stud", [4, 5308, 4]], ["ginger nut", [4, 5308, 5]], ["shot", [4, 5308, 6]], ["breeze", [4, 5308, 7]], ["catch", [4, 5308, 8]], ["cracking", [4, 5308, 9]], ["walkover", [4, 5308, 10]], ["grab", [4, 5308, 11]], ["gingersnap", [4, 5308, 12]], ["elasticity", [4, 5308, 13]], ["piece of cake", [4, 5308, 14]], ["pushover", [4, 5308, 15]], ["snap bean", [4, 5308, 16]], ["duck soup", [4, 5308, 17]], ["snatch", [4, 5308, 18]], ["snapshot", [4, 5308, 19]], ["cinch", [4, 5308, 20]]]}, {"answer": "snappishness", "hint": "synonyms for snappishness", "clues": [["irritability", [4, 5309, 0]], ["surliness", [4, 5309, 1]], ["biliousness", [4, 5309, 2]], ["peevishness", [4, 5309, 3]], ["temper", [4, 5309, 4]], ["pettishness", [4, 5309, 5]]]}, {"answer": "snare", "hint": "synonyms for snare", "clues": [["snare drum", [4, 5310, 0]], ["noose", [4, 5310, 1]], ["gin", [4, 5310, 2]], ["side drum", [4, 5310, 3]], ["trap", [4, 5310, 4]]]}, {"answer": "snatch", "hint": "synonyms for snatch", "clues": [["snap", [4, 5311, 0]], ["catch", [4, 5311, 1]], ["kidnapping", [4, 5311, 2]], ["grab", [4, 5311, 3]], ["bit", [4, 5311, 4]]]}, {"answer": "snip", "hint": "synonyms for snip", "clues": [["snippet", [4, 5312, 0]], ["clip", [4, 5312, 1]], ["clipping", [4, 5312, 2]], ["snipping", [4, 5312, 3]]]}, {"answer": "snips", "hint": "synonyms for snips", "clues": [["snip", [4, 5313, 0]], ["clip", [4, 5313, 1]], ["clipping", [4, 5313, 2]], ["snipping", [4, 5313, 3]], ["tinsnips", [4, 5313, 4]], ["snippet", [4, 5313, 5]]]}, {"answer": "snooze", "hint": "synonyms for snooze", "clues": [["catnap", [4, 5314, 0]], ["cat sleep", [4, 5314, 1]], ["forty winks", [4, 5314, 2]], ["nap", [4, 5314, 3]], ["short sleep", [4, 5314, 4]]]}, {"answer": "snorkel", "hint": "synonyms for snorkel", "clues": [["schnorchel", [4, 5315, 0]], ["snorkel breather", [4, 5315, 1]], ["schnorkel", [4, 5315, 2]], ["breather", [4, 5315, 3]]]}, {"answer": "snort", "hint": "synonyms for snort", "clues": [["hiss", [4, 5316, 0]], ["raspberry", [4, 5316, 1]], ["boo", [4, 5316, 2]], ["snicker", [4, 5316, 3]], ["razzing", [4, 5316, 4]], ["bird", [4, 5316, 5]], ["snigger", [4, 5316, 6]], ["hoot", [4, 5316, 7]]]}, {"answer": "snow", "hint": "synonyms for snow", "clues": [["nose candy", [4, 5317, 0]], ["snowfall", [4, 5317, 1]], ["coke", [4, 5317, 2]], ["blow", [4, 5317, 3]]]}, {"answer": "snow_mist", "hint": "synonyms for snow mist", "clues": [["frost mist", [4, 5318, 0]], ["diamond dust", [4, 5318, 1]], ["poudrin", [4, 5318, 2]], ["frost snow", [4, 5318, 3]], ["ice crystal", [4, 5318, 4]], ["ice needle", [4, 5318, 5]]]}, {"answer": "snuggling", "hint": "synonyms for snuggling", "clues": [["cuddling", [4, 5319, 0]], ["smooching", [4, 5319, 1]], ["fondling", [4, 5319, 2]], ["necking", [4, 5319, 3]], ["petting", [4, 5319, 4]], ["caressing", [4, 5319, 5]], ["kissing", [4, 5319, 6]], ["hugging", [4, 5319, 7]]]}, {"answer": "so_long", "hint": "synonyms for so long", "clues": [["arrivederci", [4, 5320, 0]], ["goodbye", [4, 5320, 1]], ["sayonara", [4, 5320, 2]], ["adieu", [4, 5320, 3]], ["au revoir", [4, 5320, 4]], ["bye", [4, 5320, 5]], ["auf wiedersehen", [4, 5320, 6]], ["bye-bye", [4, 5320, 7]], ["adios", [4, 5320, 8]], ["cheerio", [4, 5320, 9]], ["good day", [4, 5320, 10]]]}, {"answer": "soaker", "hint": "synonyms for soaker", "clues": [["pelter", [4, 5321, 0]], ["cloudburst", [4, 5321, 1]], ["downpour", [4, 5321, 2]], ["deluge", [4, 5321, 3]], ["torrent", [4, 5321, 4]], ["waterspout", [4, 5321, 5]]]}, {"answer": "soap", "hint": "synonyms for soap", "clues": [["scoop", [4, 5322, 0]], ["grievous bodily harm", [4, 5322, 1]], ["max", [4, 5322, 2]], ["liquid ecstasy", [4, 5322, 3]], ["easy lay", [4, 5322, 4]], ["goop", [4, 5322, 5]]]}, {"answer": "soapbox", "hint": "synonyms for soapbox", "clues": [["ambo", [4, 5323, 0]], ["stump", [4, 5323, 1]], ["pulpit", [4, 5323, 2]], ["dais", [4, 5323, 3]], ["podium", [4, 5323, 4]], ["rostrum", [4, 5323, 5]]]}, {"answer": "soberness", "hint": "synonyms for soberness", "clues": [["sobriety", [4, 5324, 0]], ["somberness", [4, 5324, 1]], ["graveness", [4, 5324, 2]], ["gravity", [4, 5324, 3]]]}, {"answer": "sobriety", "hint": "synonyms for sobriety", "clues": [["dryness", [4, 5325, 0]], ["temperance", [4, 5325, 1]], ["somberness", [4, 5325, 2]], ["graveness", [4, 5325, 3]], ["gravity", [4, 5325, 4]]]}, {"answer": "sobriquet", "hint": "synonyms for sobriquet", "clues": [["soubriquet", [4, 5326, 0]], ["nickname", [4, 5326, 1]], ["moniker", [4, 5326, 2]], ["byname", [4, 5326, 3]], ["cognomen", [4, 5326, 4]]]}, {"answer": "social_club", "hint": "synonyms for social club", "clues": [["lodge", [4, 5327, 0]], ["order", [4, 5327, 1]], ["society", [4, 5327, 2]], ["club", [4, 5327, 3]], ["guild", [4, 5327, 4]]]}, {"answer": "social_function", "hint": "synonyms for social function", "clues": [["affair", [4, 5328, 0]], ["social occasion", [4, 5328, 1]], ["function", [4, 5328, 2]], ["occasion", [4, 5328, 3]]]}, {"answer": "social_occasion", "hint": "synonyms for social occasion", "clues": [["affair", [4, 5329, 0]], ["function", [4, 5329, 1]], ["occasion", [4, 5329, 2]], ["social function", [4, 5329, 3]]]}, {"answer": "social_organisation", "hint": "synonyms for social organisation", "clues": [["structure", [4, 5330, 0]], ["social organization", [4, 5330, 1]], ["social structure", [4, 5330, 2]], ["social system", [4, 5330, 3]]]}, {"answer": "social_organization", "hint": "synonyms for social organization", "clues": [["structure", [4, 5331, 0]], ["social organisation", [4, 5331, 1]], ["social structure", [4, 5331, 2]], ["social system", [4, 5331, 3]]]}, {"answer": "socialisation", "hint": "synonyms for socialisation", "clues": [["enculturation", [4, 5332, 0]], ["socialising", [4, 5332, 1]], ["acculturation", [4, 5332, 2]], ["socialization", [4, 5332, 3]]]}, {"answer": "socialization", "hint": "synonyms for socialization", "clues": [["enculturation", [4, 5333, 0]], ["socialisation", [4, 5333, 1]], ["socialising", [4, 5333, 2]], ["acculturation", [4, 5333, 3]]]}, {"answer": "society", "hint": "synonyms for society", "clues": [["social club", [4, 5334, 0]], ["guild", [4, 5334, 1]], ["club", [4, 5334, 2]], ["smart set", [4, 5334, 3]], ["beau monde", [4, 5334, 4]], ["order", [4, 5334, 5]], ["bon ton", [4, 5334, 6]], ["high society", [4, 5334, 7]], ["lodge", [4, 5334, 8]]]}, {"answer": "sock", "hint": "synonyms for sock", "clues": [["air sock", [4, 5335, 0]], ["wind sleeve", [4, 5335, 1]], ["windsock", [4, 5335, 2]], ["wind cone", [4, 5335, 3]], ["air-sleeve", [4, 5335, 4]], ["drogue", [4, 5335, 5]]]}, {"answer": "sod", "hint": "synonyms for sod", "clues": [["superoxide dismutase", [4, 5336, 0]], ["turf", [4, 5336, 1]], ["greensward", [4, 5336, 2]], ["sward", [4, 5336, 3]]]}, {"answer": "soda", "hint": "synonyms for soda", "clues": [["washing soda", [4, 5337, 0]], ["pop", [4, 5337, 1]], ["sal soda", [4, 5337, 2]], ["soda ash", [4, 5337, 3]], ["tonic", [4, 5337, 4]], ["sodium carbonate", [4, 5337, 5]], ["soda pop", [4, 5337, 6]], ["soda water", [4, 5337, 7]]]}, {"answer": "soda_ash", "hint": "synonyms for soda ash", "clues": [["sodium carbonate", [4, 5338, 0]], ["washing soda", [4, 5338, 1]], ["sal soda", [4, 5338, 2]], ["soda", [4, 5338, 3]]]}, {"answer": "soda_pop", "hint": "synonyms for soda pop", "clues": [["pop", [4, 5339, 0]], ["tonic", [4, 5339, 1]], ["soda", [4, 5339, 2]], ["soda water", [4, 5339, 3]]]}, {"answer": "soda_water", "hint": "synonyms for soda water", "clues": [["carbonated water", [4, 5340, 0]], ["seltzer", [4, 5340, 1]], ["pop", [4, 5340, 2]], ["tonic", [4, 5340, 3]], ["club soda", [4, 5340, 4]], ["soda pop", [4, 5340, 5]], ["soda", [4, 5340, 6]], ["sparkling water", [4, 5340, 7]]]}, {"answer": "sodium_bicarbonate", "hint": "synonyms for sodium bicarbonate", "clues": [["bicarbonate of soda", [4, 5341, 0]], ["baking soda", [4, 5341, 1]], ["sodium hydrogen carbonate", [4, 5341, 2]], ["saleratus", [4, 5341, 3]]]}, {"answer": "sodium_carbonate", "hint": "synonyms for sodium carbonate", "clues": [["soda ash", [4, 5342, 0]], ["sal soda", [4, 5342, 1]], ["soda", [4, 5342, 2]], ["washing soda", [4, 5342, 3]]]}, {"answer": "sodium_hydrogen_carbonate", "hint": "synonyms for sodium hydrogen carbonate", "clues": [["bicarbonate of soda", [4, 5343, 0]], ["baking soda", [4, 5343, 1]], ["sodium bicarbonate", [4, 5343, 2]], ["saleratus", [4, 5343, 3]]]}, {"answer": "soft-cover", "hint": "synonyms for soft-cover", "clues": [["soft-cover book", [4, 5344, 0]], ["paperback", [4, 5344, 1]], ["softback book", [4, 5344, 2]], ["paperback book", [4, 5344, 3]], ["softback", [4, 5344, 4]]]}, {"answer": "soft-cover_book", "hint": "synonyms for soft-cover book", "clues": [["paperback", [4, 5345, 0]], ["softback book", [4, 5345, 1]], ["paperback book", [4, 5345, 2]], ["soft-cover", [4, 5345, 3]], ["softback", [4, 5345, 4]]]}, {"answer": "soft_soap", "hint": "synonyms for soft soap", "clues": [["coaxing", [4, 5346, 0]], ["green soap", [4, 5346, 1]], ["blarney", [4, 5346, 2]], ["sweet talk", [4, 5346, 3]]]}, {"answer": "softback", "hint": "synonyms for softback", "clues": [["soft-cover book", [4, 5347, 0]], ["paperback", [4, 5347, 1]], ["softback book", [4, 5347, 2]], ["paperback book", [4, 5347, 3]], ["soft-cover", [4, 5347, 4]]]}, {"answer": "softback_book", "hint": "synonyms for softback book", "clues": [["soft-cover book", [4, 5348, 0]], ["paperback", [4, 5348, 1]], ["paperback book", [4, 5348, 2]], ["soft-cover", [4, 5348, 3]], ["softback", [4, 5348, 4]]]}, {"answer": "softness", "hint": "synonyms for softness", "clues": [["unmanliness", [4, 5349, 0]], ["blurriness", [4, 5349, 1]], ["effeminacy", [4, 5349, 2]], ["fogginess", [4, 5349, 3]], ["sissiness", [4, 5349, 4]], ["gentleness", [4, 5349, 5]], ["mildness", [4, 5349, 6]], ["indistinctness", [4, 5349, 7]], ["fuzziness", [4, 5349, 8]], ["effeminateness", [4, 5349, 9]], ["womanishness", [4, 5349, 10]]]}, {"answer": "software", "hint": "synonyms for software", "clues": [["software package", [4, 5350, 0]], ["software system", [4, 5350, 1]], ["computer software", [4, 5350, 2]], ["software program", [4, 5350, 3]], ["package", [4, 5350, 4]]]}, {"answer": "software_package", "hint": "synonyms for software package", "clues": [["software product", [4, 5351, 0]], ["software system", [4, 5351, 1]], ["software", [4, 5351, 2]], ["computer software", [4, 5351, 3]], ["software program", [4, 5351, 4]], ["package", [4, 5351, 5]]]}, {"answer": "software_program", "hint": "synonyms for software program", "clues": [["software package", [4, 5352, 0]], ["software system", [4, 5352, 1]], ["software", [4, 5352, 2]], ["computer software", [4, 5352, 3]], ["package", [4, 5352, 4]]]}, {"answer": "software_system", "hint": "synonyms for software system", "clues": [["software package", [4, 5353, 0]], ["software", [4, 5353, 1]], ["computer software", [4, 5353, 2]], ["software program", [4, 5353, 3]], ["package", [4, 5353, 4]]]}, {"answer": "soil", "hint": "synonyms for soil", "clues": [["territory", [4, 5354, 0]], ["land", [4, 5354, 1]], ["dirt", [4, 5354, 2]], ["ground", [4, 5354, 3]]]}, {"answer": "sol", "hint": "synonyms for sol", "clues": [["colloidal solution", [4, 5355, 0]], ["so", [4, 5355, 1]], ["soh", [4, 5355, 2]], ["colloidal suspension", [4, 5355, 3]]]}, {"answer": "solar_day", "hint": "synonyms for solar day", "clues": [["24-hour interval", [4, 5356, 0]], ["twenty-four hour period", [4, 5356, 1]], ["twenty-four hours", [4, 5356, 2]], ["mean solar day", [4, 5356, 3]], ["day", [4, 5356, 4]]]}, {"answer": "solarium", "hint": "synonyms for solarium", "clues": [["sun porch", [4, 5357, 0]], ["sun parlor", [4, 5357, 1]], ["sunroom", [4, 5357, 2]], ["sun lounge", [4, 5357, 3]]]}, {"answer": "soldiering", "hint": "synonyms for soldiering", "clues": [["goofing off", [4, 5358, 0]], ["shirking", [4, 5358, 1]], ["slacking", [4, 5358, 2]], ["goldbricking", [4, 5358, 3]], ["soldiership", [4, 5358, 4]]]}, {"answer": "solecism", "hint": "synonyms for solecism", "clues": [["slip", [4, 5359, 0]], ["faux pas", [4, 5359, 1]], ["gaffe", [4, 5359, 2]], ["gaucherie", [4, 5359, 3]]]}, {"answer": "solemnity", "hint": "synonyms for solemnity", "clues": [["staidness", [4, 5360, 0]], ["gravity", [4, 5360, 1]], ["sedateness", [4, 5360, 2]], ["solemness", [4, 5360, 3]]]}, {"answer": "solicitation", "hint": "synonyms for solicitation", "clues": [["collection", [4, 5361, 0]], ["ingathering", [4, 5361, 1]], ["allurement", [4, 5361, 2]], ["appeal", [4, 5361, 3]]]}, {"answer": "solid_ground", "hint": "synonyms for solid ground", "clues": [["land", [4, 5362, 0]], ["ground", [4, 5362, 1]], ["earth", [4, 5362, 2]], ["dry land", [4, 5362, 3]], ["terra firma", [4, 5362, 4]]]}, {"answer": "solidification", "hint": "synonyms for solidification", "clues": [["solidifying", [4, 5363, 0]], ["hardening", [4, 5363, 1]], ["curing", [4, 5363, 2]], ["set", [4, 5363, 3]]]}, {"answer": "solidifying", "hint": "synonyms for solidifying", "clues": [["hardening", [4, 5364, 0]], ["curing", [4, 5364, 1]], ["set", [4, 5364, 2]], ["solidification", [4, 5364, 3]]]}, {"answer": "solidus", "hint": "synonyms for solidus", "clues": [["bezzant", [4, 5365, 0]], ["stroke", [4, 5365, 1]], ["diagonal", [4, 5365, 2]], ["separatrix", [4, 5365, 3]], ["slash", [4, 5365, 4]], ["byzant", [4, 5365, 5]], ["virgule", [4, 5365, 6]]]}, {"answer": "soluble_rna", "hint": "synonyms for soluble rna", "clues": [["soluble RNA", [4, 5366, 0]], ["tRNA", [4, 5366, 1]], ["acceptor RNA", [4, 5366, 2]], ["transfer RNA", [4, 5366, 3]]]}, {"answer": "solution", "hint": "synonyms for solution", "clues": [["answer", [4, 5367, 0]], ["result", [4, 5367, 1]], ["root", [4, 5367, 2]], ["resolution", [4, 5367, 3]], ["solvent", [4, 5367, 4]]]}, {"answer": "somaesthesia", "hint": "synonyms for somaesthesia", "clues": [["somatesthesia", [4, 5368, 0]], ["somatosensory system", [4, 5368, 1]], ["somatic sensation", [4, 5368, 2]], ["somatic sense", [4, 5368, 3]], ["somesthesis", [4, 5368, 4]]]}, {"answer": "somaesthesis", "hint": "synonyms for somaesthesis", "clues": [["somatesthesia", [4, 5369, 0]], ["somatosensory system", [4, 5369, 1]], ["somesthesis", [4, 5369, 2]], ["somatic sense", [4, 5369, 3]]]}, {"answer": "somataesthesis", "hint": "synonyms for somataesthesis", "clues": [["somatesthesia", [4, 5370, 0]], ["somatosensory system", [4, 5370, 1]], ["somesthesis", [4, 5370, 2]], ["somatic sense", [4, 5370, 3]]]}, {"answer": "somatesthesia", "hint": "synonyms for somatesthesia", "clues": [["somesthesia", [4, 5371, 0]], ["somatosensory system", [4, 5371, 1]], ["somatic sensation", [4, 5371, 2]], ["somataesthesis", [4, 5371, 3]], ["somatic sense", [4, 5371, 4]]]}, {"answer": "somatic_sensory_system", "hint": "synonyms for somatic sensory system", "clues": [["somatesthesia", [4, 5372, 0]], ["somatosensory system", [4, 5372, 1]], ["somesthesis", [4, 5372, 2]], ["somatic sense", [4, 5372, 3]]]}, {"answer": "somatosensory_system", "hint": "synonyms for somatosensory system", "clues": [["somatesthesia", [4, 5373, 0]], ["somesthesis", [4, 5373, 1]], ["somatic sense", [4, 5373, 2]], ["somatic sensory system", [4, 5373, 3]]]}, {"answer": "somberness", "hint": "synonyms for somberness", "clues": [["graveness", [4, 5374, 0]], ["gloom", [4, 5374, 1]], ["sobriety", [4, 5374, 2]], ["gloominess", [4, 5374, 3]], ["sombreness", [4, 5374, 4]], ["gravity", [4, 5374, 5]], ["soberness", [4, 5374, 6]]]}, {"answer": "sombreness", "hint": "synonyms for sombreness", "clues": [["somberness", [4, 5375, 0]], ["graveness", [4, 5375, 1]], ["gloom", [4, 5375, 2]], ["sobriety", [4, 5375, 3]], ["gloominess", [4, 5375, 4]], ["gravity", [4, 5375, 5]]]}, {"answer": "somebody", "hint": "synonyms for somebody", "clues": [["person", [4, 5376, 0]], ["individual", [4, 5376, 1]], ["someone", [4, 5376, 2]], ["soul", [4, 5376, 3]], ["mortal", [4, 5376, 4]]]}, {"answer": "someone", "hint": "synonyms for someone", "clues": [["person", [4, 5377, 0]], ["individual", [4, 5377, 1]], ["somebody", [4, 5377, 2]], ["soul", [4, 5377, 3]], ["mortal", [4, 5377, 4]]]}, {"answer": "somersault", "hint": "synonyms for somersault", "clues": [["summerset", [4, 5378, 0]], ["somerset", [4, 5378, 1]], ["summersault", [4, 5378, 2]], ["flip", [4, 5378, 3]], ["somersaulting", [4, 5378, 4]]]}, {"answer": "somersaulting", "hint": "synonyms for somersaulting", "clues": [["summerset", [4, 5379, 0]], ["somerset", [4, 5379, 1]], ["flip", [4, 5379, 2]], ["summersault", [4, 5379, 3]]]}, {"answer": "somerset", "hint": "synonyms for somerset", "clues": [["summerset", [4, 5380, 0]], ["summersault", [4, 5380, 1]], ["flip", [4, 5380, 2]], ["somersaulting", [4, 5380, 3]]]}, {"answer": "somesthesia", "hint": "synonyms for somesthesia", "clues": [["somatesthesia", [4, 5381, 0]], ["somatosensory system", [4, 5381, 1]], ["somatic sensation", [4, 5381, 2]], ["somatic sense", [4, 5381, 3]], ["somesthesis", [4, 5381, 4]]]}, {"answer": "somnambulation", "hint": "synonyms for somnambulation", "clues": [["noctambulation", [4, 5382, 0]], ["somnambulism", [4, 5382, 1]], ["noctambulism", [4, 5382, 2]], ["sleepwalking", [4, 5382, 3]]]}, {"answer": "somnambulism", "hint": "synonyms for somnambulism", "clues": [["somnambulation", [4, 5383, 0]], ["noctambulation", [4, 5383, 1]], ["noctambulism", [4, 5383, 2]], ["sleepwalking", [4, 5383, 3]]]}, {"answer": "song", "hint": "synonyms for song", "clues": [["strain", [4, 5384, 0]], ["vocal", [4, 5384, 1]], ["call", [4, 5384, 2]], ["birdcall", [4, 5384, 3]], ["birdsong", [4, 5384, 4]]]}, {"answer": "sonority", "hint": "synonyms for sonority", "clues": [["ringing", [4, 5385, 0]], ["plangency", [4, 5385, 1]], ["sonorousness", [4, 5385, 2]], ["vibrancy", [4, 5385, 3]], ["resonance", [4, 5385, 4]], ["reverberance", [4, 5385, 5]]]}, {"answer": "sonorousness", "hint": "synonyms for sonorousness", "clues": [["ringing", [4, 5386, 0]], ["sonority", [4, 5386, 1]], ["plangency", [4, 5386, 2]], ["vibrancy", [4, 5386, 3]], ["resonance", [4, 5386, 4]], ["reverberance", [4, 5386, 5]]]}, {"answer": "soot", "hint": "synonyms for soot", "clues": [["carbon black", [4, 5387, 0]], ["lampblack", [4, 5387, 1]], ["crock", [4, 5387, 2]], ["smut", [4, 5387, 3]]]}, {"answer": "soot_black", "hint": "synonyms for soot black", "clues": [["ebony", [4, 5388, 0]], ["coal black", [4, 5388, 1]], ["pitch black", [4, 5388, 2]], ["sable", [4, 5388, 3]], ["jet black", [4, 5388, 4]]]}, {"answer": "sophistication", "hint": "synonyms for sophistication", "clues": [["sophism", [4, 5389, 0]], ["sophistry", [4, 5389, 1]], ["edification", [4, 5389, 2]], ["mundaneness", [4, 5389, 3]], ["mundanity", [4, 5389, 4]], ["worldliness", [4, 5389, 5]]]}, {"answer": "sordidness", "hint": "synonyms for sordidness", "clues": [["contemptibility", [4, 5390, 0]], ["baseness", [4, 5390, 1]], ["despicableness", [4, 5390, 2]], ["despicability", [4, 5390, 3]]]}, {"answer": "sorrow", "hint": "synonyms for sorrow", "clues": [["regret", [4, 5391, 0]], ["grief", [4, 5391, 1]], ["rue", [4, 5391, 2]], ["ruefulness", [4, 5391, 3]]]}, {"answer": "sort", "hint": "synonyms for sort", "clues": [["kind", [4, 5392, 0]], ["sorting", [4, 5392, 1]], ["variety", [4, 5392, 2]], ["form", [4, 5392, 3]]]}, {"answer": "soubriquet", "hint": "synonyms for soubriquet", "clues": [["nickname", [4, 5393, 0]], ["sobriquet", [4, 5393, 1]], ["moniker", [4, 5393, 2]], ["byname", [4, 5393, 3]], ["cognomen", [4, 5393, 4]]]}, {"answer": "soul", "hint": "synonyms for soul", "clues": [["person", [4, 5394, 0]], ["soulfulness", [4, 5394, 1]], ["individual", [4, 5394, 2]], ["somebody", [4, 5394, 3]], ["someone", [4, 5394, 4]], ["mortal", [4, 5394, 5]]]}, {"answer": "soupcon", "hint": "synonyms for soupcon", "clues": [["speck", [4, 5395, 0]], ["touch", [4, 5395, 1]], ["mite", [4, 5395, 2]], ["tinge", [4, 5395, 3]], ["hint", [4, 5395, 4]], ["pinch", [4, 5395, 5]], ["jot", [4, 5395, 6]]]}, {"answer": "soupiness", "hint": "synonyms for soupiness", "clues": [["drippiness", [4, 5396, 0]], ["sentimentality", [4, 5396, 1]], ["creaminess", [4, 5396, 2]], ["sloppiness", [4, 5396, 3]], ["mawkishness", [4, 5396, 4]], ["mushiness", [4, 5396, 5]]]}, {"answer": "source", "hint": "synonyms for source", "clues": [["beginning", [4, 5397, 0]], ["origin", [4, 5397, 1]], ["seed", [4, 5397, 2]], ["reservoir", [4, 5397, 3]], ["reference", [4, 5397, 4]], ["rootage", [4, 5397, 5]], ["root", [4, 5397, 6]], ["germ", [4, 5397, 7]]]}, {"answer": "sourness", "hint": "synonyms for sourness", "clues": [["tartness", [4, 5398, 0]], ["acidity", [4, 5398, 1]], ["sour", [4, 5398, 2]], ["sullenness", [4, 5398, 3]], ["sulkiness", [4, 5398, 4]], ["moroseness", [4, 5398, 5]]]}, {"answer": "souvenir", "hint": "synonyms for souvenir", "clues": [["relic", [4, 5399, 0]], ["memento", [4, 5399, 1]], ["token", [4, 5399, 2]], ["keepsake", [4, 5399, 3]]]}, {"answer": "spa", "hint": "synonyms for spa", "clues": [["health spa", [4, 5400, 0]], ["watering hole", [4, 5400, 1]], ["resort hotel", [4, 5400, 2]], ["watering place", [4, 5400, 3]], ["health club", [4, 5400, 4]]]}, {"answer": "space", "hint": "synonyms for space", "clues": [["blank space", [4, 5401, 0]], ["distance", [4, 5401, 1]], ["place", [4, 5401, 2]], ["infinite", [4, 5401, 3]], ["blank", [4, 5401, 4]], ["outer space", [4, 5401, 5]], ["quad", [4, 5401, 6]]]}, {"answer": "span", "hint": "synonyms for span", "clues": [["twosome", [4, 5402, 0]], ["brace", [4, 5402, 1]], ["bridge", [4, 5402, 2]], ["straddle", [4, 5402, 3]], ["pair", [4, 5402, 4]], ["distich", [4, 5402, 5]], ["dyad", [4, 5402, 6]], ["duet", [4, 5402, 7]], ["duo", [4, 5402, 8]], ["yoke", [4, 5402, 9]], ["couplet", [4, 5402, 10]], ["twain", [4, 5402, 11]], ["duad", [4, 5402, 12]]]}, {"answer": "spare-time_activity", "hint": "synonyms for spare-time activity", "clues": [["pursuit", [4, 5403, 0]], ["sideline", [4, 5403, 1]], ["avocation", [4, 5403, 2]], ["by-line", [4, 5403, 3]], ["hobby", [4, 5403, 4]]]}, {"answer": "spareness", "hint": "synonyms for spareness", "clues": [["leanness", [4, 5404, 0]], ["sparseness", [4, 5404, 1]], ["sparsity", [4, 5404, 2]], ["thinness", [4, 5404, 3]]]}, {"answer": "spark", "hint": "synonyms for spark", "clues": [["sparkle", [4, 5405, 0]], ["arc", [4, 5405, 1]], ["twinkle", [4, 5405, 2]], ["glint", [4, 5405, 3]], ["electric arc", [4, 5405, 4]], ["light", [4, 5405, 5]], ["discharge", [4, 5405, 6]], ["flicker", [4, 5405, 7]], ["electric discharge", [4, 5405, 8]]]}, {"answer": "sparkle", "hint": "synonyms for sparkle", "clues": [["twinkle", [4, 5406, 0]], ["glister", [4, 5406, 1]], ["light", [4, 5406, 2]], ["spark", [4, 5406, 3]], ["coruscation", [4, 5406, 4]], ["scintillation", [4, 5406, 5]]]}, {"answer": "sparkling_water", "hint": "synonyms for sparkling water", "clues": [["soda water", [4, 5407, 0]], ["carbonated water", [4, 5407, 1]], ["seltzer", [4, 5407, 2]], ["club soda", [4, 5407, 3]]]}, {"answer": "spat", "hint": "synonyms for spat", "clues": [["pettifoggery", [4, 5408, 0]], ["tiff", [4, 5408, 1]], ["gaiter", [4, 5408, 2]], ["bicker", [4, 5408, 3]], ["squabble", [4, 5408, 4]], ["fuss", [4, 5408, 5]]]}, {"answer": "spate", "hint": "synonyms for spate", "clues": [["heap", [4, 5409, 0]], ["peck", [4, 5409, 1]], ["flock", [4, 5409, 2]], ["quite a little", [4, 5409, 3]], ["mess", [4, 5409, 4]], ["sight", [4, 5409, 5]], ["wad", [4, 5409, 6]], ["batch", [4, 5409, 7]], ["hatful", [4, 5409, 8]], ["surge", [4, 5409, 9]], ["mickle", [4, 5409, 10]], ["stack", [4, 5409, 11]], ["passel", [4, 5409, 12]], ["deal", [4, 5409, 13]], ["plenty", [4, 5409, 14]], ["freshet", [4, 5409, 15]], ["pile", [4, 5409, 16]], ["slew", [4, 5409, 17]], ["great deal", [4, 5409, 18]], ["muckle", [4, 5409, 19]], ["mint", [4, 5409, 20]], ["pot", [4, 5409, 21]], ["lot", [4, 5409, 22]], ["upsurge", [4, 5409, 23]], ["tidy sum", [4, 5409, 24]], ["rush", [4, 5409, 25]], ["good deal", [4, 5409, 26]], ["mass", [4, 5409, 27]], ["mountain", [4, 5409, 28]], ["raft", [4, 5409, 29]]]}, {"answer": "speaker_system", "hint": "synonyms for speaker system", "clues": [["speaker", [4, 5410, 0]], ["loudspeaker", [4, 5410, 1]], ["speaker unit", [4, 5410, 2]], ["loudspeaker system", [4, 5410, 3]]]}, {"answer": "spear", "hint": "synonyms for spear", "clues": [["lance", [4, 5411, 0]], ["shaft", [4, 5411, 1]], ["fishgig", [4, 5411, 2]], ["gig", [4, 5411, 3]], ["fizgig", [4, 5411, 4]]]}, {"answer": "special_k", "hint": "synonyms for special k", "clues": [["jet", [4, 5412, 0]], ["super acid", [4, 5412, 1]], ["super C", [4, 5412, 2]], ["special K", [4, 5412, 3]], ["green", [4, 5412, 4]], ["cat valium", [4, 5412, 5]], ["honey oil", [4, 5412, 6]]]}, {"answer": "specialisation", "hint": "synonyms for specialisation", "clues": [["specialization", [4, 5413, 0]], ["speciality", [4, 5413, 1]], ["specialism", [4, 5413, 2]], ["differentiation", [4, 5413, 3]]]}, {"answer": "speciality", "hint": "synonyms for speciality", "clues": [["strong point", [4, 5414, 0]], ["long suit", [4, 5414, 1]], ["specialty", [4, 5414, 2]], ["specialness", [4, 5414, 3]], ["forte", [4, 5414, 4]], ["strong suit", [4, 5414, 5]], ["specialism", [4, 5414, 6]], ["strength", [4, 5414, 7]], ["peculiarity", [4, 5414, 8]], ["specialisation", [4, 5414, 9]], ["metier", [4, 5414, 10]], ["distinctiveness", [4, 5414, 11]]]}, {"answer": "specialization", "hint": "synonyms for specialization", "clues": [["specialisation", [4, 5415, 0]], ["speciality", [4, 5415, 1]], ["specialism", [4, 5415, 2]], ["differentiation", [4, 5415, 3]]]}, {"answer": "specialness", "hint": "synonyms for specialness", "clues": [["peculiarity", [4, 5416, 0]], ["specialty", [4, 5416, 1]], ["distinctiveness", [4, 5416, 2]], ["particularity", [4, 5416, 3]]]}, {"answer": "specialty", "hint": "synonyms for specialty", "clues": [["speciality", [4, 5417, 0]], ["strong point", [4, 5417, 1]], ["long suit", [4, 5417, 2]], ["specialness", [4, 5417, 3]], ["forte", [4, 5417, 4]], ["strong suit", [4, 5417, 5]], ["specialism", [4, 5417, 6]], ["strength", [4, 5417, 7]], ["peculiarity", [4, 5417, 8]], ["specialisation", [4, 5417, 9]], ["metier", [4, 5417, 10]], ["distinctiveness", [4, 5417, 11]]]}, {"answer": "species", "hint": "synonyms for species", "clues": [["metal money", [4, 5418, 0]], ["mintage", [4, 5418, 1]], ["specie", [4, 5418, 2]], ["coinage", [4, 5418, 3]]]}, {"answer": "speck", "hint": "synonyms for speck", "clues": [["touch", [4, 5419, 0]], ["particle", [4, 5419, 1]], ["corpuscle", [4, 5419, 2]], ["mite", [4, 5419, 3]], ["tinge", [4, 5419, 4]], ["atom", [4, 5419, 5]], ["molecule", [4, 5419, 6]], ["soupcon", [4, 5419, 7]], ["pinch", [4, 5419, 8]], ["jot", [4, 5419, 9]], ["mote", [4, 5419, 10]], ["hint", [4, 5419, 11]], ["pinpoint", [4, 5419, 12]]]}, {"answer": "speckle", "hint": "synonyms for speckle", "clues": [["maculation", [4, 5420, 0]], ["patch", [4, 5420, 1]], ["fleck", [4, 5420, 2]], ["spot", [4, 5420, 3]], ["dapple", [4, 5420, 4]]]}, {"answer": "specs", "hint": "synonyms for specs", "clues": [["eyeglasses", [4, 5421, 0]], ["spec", [4, 5421, 1]], ["spectacles", [4, 5421, 2]], ["specification", [4, 5421, 3]], ["glasses", [4, 5421, 4]]]}, {"answer": "spectacles", "hint": "synonyms for spectacles", "clues": [["eyeglasses", [4, 5422, 0]], ["spectacle", [4, 5422, 1]], ["specs", [4, 5422, 2]], ["glasses", [4, 5422, 3]]]}, {"answer": "specter", "hint": "synonyms for specter", "clues": [["shade", [4, 5423, 0]], ["ghost", [4, 5423, 1]], ["wraith", [4, 5423, 2]], ["spook", [4, 5423, 3]], ["spectre", [4, 5423, 4]]]}, {"answer": "spectre", "hint": "synonyms for spectre", "clues": [["shade", [4, 5424, 0]], ["specter", [4, 5424, 1]], ["ghost", [4, 5424, 2]], ["wraith", [4, 5424, 3]], ["spook", [4, 5424, 4]]]}, {"answer": "spectrographic_analysis", "hint": "synonyms for spectrographic analysis", "clues": [["spectroscopy", [4, 5425, 0]], ["spectrometry", [4, 5425, 1]], ["spectrum analysis", [4, 5425, 2]], ["spectroscopic analysis", [4, 5425, 3]]]}, {"answer": "spectrometry", "hint": "synonyms for spectrometry", "clues": [["spectrographic analysis", [4, 5426, 0]], ["spectroscopic analysis", [4, 5426, 1]], ["spectrum analysis", [4, 5426, 2]], ["spectroscopy", [4, 5426, 3]]]}, {"answer": "spectroscopic_analysis", "hint": "synonyms for spectroscopic analysis", "clues": [["spectrographic analysis", [4, 5427, 0]], ["spectrometry", [4, 5427, 1]], ["spectrum analysis", [4, 5427, 2]], ["spectroscopy", [4, 5427, 3]]]}, {"answer": "spectroscopy", "hint": "synonyms for spectroscopy", "clues": [["spectrographic analysis", [4, 5428, 0]], ["spectrometry", [4, 5428, 1]], ["spectrum analysis", [4, 5428, 2]], ["spectroscopic analysis", [4, 5428, 3]]]}, {"answer": "spectrum_analysis", "hint": "synonyms for spectrum analysis", "clues": [["spectrographic analysis", [4, 5429, 0]], ["spectroscopy", [4, 5429, 1]], ["spectrometry", [4, 5429, 2]], ["spectroscopic analysis", [4, 5429, 3]]]}, {"answer": "speculation", "hint": "synonyms for speculation", "clues": [["conjecture", [4, 5430, 0]], ["meditation", [4, 5430, 1]], ["venture", [4, 5430, 2]], ["guess", [4, 5430, 3]], ["hypothesis", [4, 5430, 4]], ["supposition", [4, 5430, 5]], ["surmisal", [4, 5430, 6]], ["surmise", [4, 5430, 7]]]}, {"answer": "speech", "hint": "synonyms for speech", "clues": [["speech communication", [4, 5431, 0]], ["spoken language", [4, 5431, 1]], ["talking to", [4, 5431, 2]], ["manner of speaking", [4, 5431, 3]], ["delivery", [4, 5431, 4]], ["lecture", [4, 5431, 5]], ["oral communication", [4, 5431, 6]], ["language", [4, 5431, 7]], ["address", [4, 5431, 8]], ["voice communication", [4, 5431, 9]], ["actor's line", [4, 5431, 10]], ["words", [4, 5431, 11]]]}, {"answer": "speech_communication", "hint": "synonyms for speech communication", "clues": [["speech", [4, 5432, 0]], ["voice communication", [4, 5432, 1]], ["spoken language", [4, 5432, 2]], ["spoken communication", [4, 5432, 3]], ["oral communication", [4, 5432, 4]], ["language", [4, 5432, 5]]]}, {"answer": "speed", "hint": "synonyms for speed", "clues": [["velocity", [4, 5433, 0]], ["f number", [4, 5433, 1]], ["hurrying", [4, 5433, 2]], ["speeding", [4, 5433, 3]], ["upper", [4, 5433, 4]], ["fastness", [4, 5433, 5]], ["swiftness", [4, 5433, 6]], ["pep pill", [4, 5433, 7]], ["amphetamine", [4, 5433, 8]], ["stop number", [4, 5433, 9]], ["focal ratio", [4, 5433, 10]]]}, {"answer": "speediness", "hint": "synonyms for speediness", "clues": [["rapidity", [4, 5434, 0]], ["quickness", [4, 5434, 1]], ["rapidness", [4, 5434, 2]], ["celerity", [4, 5434, 3]]]}, {"answer": "spell", "hint": "synonyms for spell", "clues": [["magical spell", [4, 5435, 0]], ["turn", [4, 5435, 1]], ["piece", [4, 5435, 2]], ["charm", [4, 5435, 3]], ["tour", [4, 5435, 4]], ["go", [4, 5435, 5]], ["while", [4, 5435, 6]], ["patch", [4, 5435, 7]]]}, {"answer": "spending", "hint": "synonyms for spending", "clues": [["outgo", [4, 5436, 0]], ["outlay", [4, 5436, 1]], ["disbursement", [4, 5436, 2]], ["expenditure", [4, 5436, 3]], ["disbursal", [4, 5436, 4]]]}, {"answer": "sphere", "hint": "synonyms for sphere", "clues": [["vault of heaven", [4, 5437, 0]], ["celestial sphere", [4, 5437, 1]], ["heavens", [4, 5437, 2]], ["firmament", [4, 5437, 3]], ["welkin", [4, 5437, 4]], ["sector", [4, 5437, 5]], ["empyrean", [4, 5437, 6]], ["sphere of influence", [4, 5437, 7]]]}, {"answer": "sphericalness", "hint": "synonyms for sphericalness", "clues": [["globularness", [4, 5438, 0]], ["rotundity", [4, 5438, 1]], ["sphericity", [4, 5438, 2]], ["globosity", [4, 5438, 3]], ["rotundness", [4, 5438, 4]]]}, {"answer": "sphericity", "hint": "synonyms for sphericity", "clues": [["globularness", [4, 5439, 0]], ["rotundity", [4, 5439, 1]], ["sphericalness", [4, 5439, 2]], ["globosity", [4, 5439, 3]], ["rotundness", [4, 5439, 4]]]}, {"answer": "spiceberry", "hint": "synonyms for spiceberry", "clues": [["boxberry", [4, 5440, 0]], ["checkerberry", [4, 5440, 1]], ["wintergreen", [4, 5440, 2]], ["teaberry", [4, 5440, 3]]]}, {"answer": "spiciness", "hint": "synonyms for spiciness", "clues": [["spice", [4, 5441, 0]], ["gaminess", [4, 5441, 1]], ["spicery", [4, 5441, 2]], ["ribaldry", [4, 5441, 3]], ["raciness", [4, 5441, 4]]]}, {"answer": "spike_arrester", "hint": "synonyms for spike arrester", "clues": [["lightning arrester", [4, 5442, 0]], ["surge suppressor", [4, 5442, 1]], ["surge protector", [4, 5442, 2]], ["spike suppressor", [4, 5442, 3]]]}, {"answer": "spike_suppressor", "hint": "synonyms for spike suppressor", "clues": [["lightning arrester", [4, 5443, 0]], ["spike arrester", [4, 5443, 1]], ["surge protector", [4, 5443, 2]], ["surge suppressor", [4, 5443, 3]]]}, {"answer": "spile", "hint": "synonyms for spile", "clues": [["piling", [4, 5444, 0]], ["pile", [4, 5444, 1]], ["bung", [4, 5444, 2]], ["stilt", [4, 5444, 3]]]}, {"answer": "spill", "hint": "synonyms for spill", "clues": [["wasteweir", [4, 5445, 0]], ["release", [4, 5445, 1]], ["fall", [4, 5445, 2]], ["spillage", [4, 5445, 3]], ["tumble", [4, 5445, 4]], ["spillway", [4, 5445, 5]]]}, {"answer": "spiller", "hint": "synonyms for spiller", "clues": [["trawl line", [4, 5446, 0]], ["setline", [4, 5446, 1]], ["trotline", [4, 5446, 2]], ["trawl", [4, 5446, 3]]]}, {"answer": "spin", "hint": "synonyms for spin", "clues": [["twisting", [4, 5447, 0]], ["whirl", [4, 5447, 1]], ["twirl", [4, 5447, 2]], ["tailspin", [4, 5447, 3]]]}, {"answer": "spirit", "hint": "synonyms for spirit", "clues": [["heart", [4, 5448, 0]], ["intent", [4, 5448, 1]], ["liveliness", [4, 5448, 2]], ["life", [4, 5448, 3]], ["purport", [4, 5448, 4]], ["sprightliness", [4, 5448, 5]]]}, {"answer": "spiritedness", "hint": "synonyms for spiritedness", "clues": [["vivification", [4, 5449, 0]], ["invigoration", [4, 5449, 1]], ["brio", [4, 5449, 2]], ["animation", [4, 5449, 3]]]}, {"answer": "spirits", "hint": "synonyms for spirits", "clues": [["strong drink", [4, 5450, 0]], ["spirit", [4, 5450, 1]], ["liquor", [4, 5450, 2]], ["intent", [4, 5450, 3]], ["booze", [4, 5450, 4]], ["heart", [4, 5450, 5]], ["liveliness", [4, 5450, 6]], ["hard drink", [4, 5450, 7]], ["hard liquor", [4, 5450, 8]], ["life", [4, 5450, 9]], ["purport", [4, 5450, 10]], ["sprightliness", [4, 5450, 11]]]}, {"answer": "spirituality", "hint": "synonyms for spirituality", "clues": [["spiritualism", [4, 5451, 0]], ["church property", [4, 5451, 1]], ["spiritualty", [4, 5451, 2]], ["otherworldliness", [4, 5451, 3]]]}, {"answer": "spite", "hint": "synonyms for spite", "clues": [["spitefulness", [4, 5452, 0]], ["cattiness", [4, 5452, 1]], ["nastiness", [4, 5452, 2]], ["maliciousness", [4, 5452, 3]], ["venom", [4, 5452, 4]], ["malice", [4, 5452, 5]], ["bitchiness", [4, 5452, 6]]]}, {"answer": "spitefulness", "hint": "synonyms for spitefulness", "clues": [["spite", [4, 5453, 0]], ["cattiness", [4, 5453, 1]], ["nastiness", [4, 5453, 2]], ["maliciousness", [4, 5453, 3]], ["venom", [4, 5453, 4]], ["malice", [4, 5453, 5]], ["bitchiness", [4, 5453, 6]]]}, {"answer": "splash", "hint": "synonyms for splash", "clues": [["splatter", [4, 5454, 0]], ["dab", [4, 5454, 1]], ["splashing", [4, 5454, 2]], ["spattering", [4, 5454, 3]], ["plash", [4, 5454, 4]]]}, {"answer": "splashiness", "hint": "synonyms for splashiness", "clues": [["pretentiousness", [4, 5455, 0]], ["pomposity", [4, 5455, 1]], ["puffiness", [4, 5455, 2]], ["pompousness", [4, 5455, 3]], ["ostentatiousness", [4, 5455, 4]], ["inflation", [4, 5455, 5]], ["ostentation", [4, 5455, 6]]]}, {"answer": "splatter", "hint": "synonyms for splatter", "clues": [["sputter", [4, 5456, 0]], ["spattering", [4, 5456, 1]], ["splash", [4, 5456, 2]], ["dab", [4, 5456, 3]]]}, {"answer": "splattering", "hint": "synonyms for splattering", "clues": [["sputter", [4, 5457, 0]], ["splash", [4, 5457, 1]], ["spattering", [4, 5457, 2]], ["splatter", [4, 5457, 3]]]}, {"answer": "splendor", "hint": "synonyms for splendor", "clues": [["brilliancy", [4, 5458, 0]], ["grandness", [4, 5458, 1]], ["splendour", [4, 5458, 2]], ["magnificence", [4, 5458, 3]], ["lustre", [4, 5458, 4]], ["grandeur", [4, 5458, 5]], ["luster", [4, 5458, 6]]]}, {"answer": "splendour", "hint": "synonyms for splendour", "clues": [["brilliancy", [4, 5459, 0]], ["splendor", [4, 5459, 1]], ["grandness", [4, 5459, 2]], ["magnificence", [4, 5459, 3]], ["lustre", [4, 5459, 4]], ["grandeur", [4, 5459, 5]], ["luster", [4, 5459, 6]]]}, {"answer": "spliff", "hint": "synonyms for spliff", "clues": [["stick", [4, 5460, 0]], ["marijuana cigarette", [4, 5460, 1]], ["joint", [4, 5460, 2]], ["reefer", [4, 5460, 3]]]}, {"answer": "split_second", "hint": "synonyms for split second", "clues": [["flash", [4, 5461, 0]], ["instant", [4, 5461, 1]], ["jiffy", [4, 5461, 2]], ["trice", [4, 5461, 3]], ["blink of an eye", [4, 5461, 4]], ["wink", [4, 5461, 5]], ["twinkling", [4, 5461, 6]], ["heartbeat", [4, 5461, 7]]]}, {"answer": "spoil", "hint": "synonyms for spoil", "clues": [["despoliation", [4, 5462, 0]], ["spoiling", [4, 5462, 1]], ["despoilment", [4, 5462, 2]], ["spoilation", [4, 5462, 3]], ["spoilage", [4, 5462, 4]]]}, {"answer": "spoke", "hint": "synonyms for spoke", "clues": [["rung", [4, 5463, 0]], ["wheel spoke", [4, 5463, 1]], ["rundle", [4, 5463, 2]], ["radius", [4, 5463, 3]]]}, {"answer": "spoken_communication", "hint": "synonyms for spoken communication", "clues": [["speech", [4, 5464, 0]], ["speech communication", [4, 5464, 1]], ["voice communication", [4, 5464, 2]], ["spoken language", [4, 5464, 3]], ["oral communication", [4, 5464, 4]], ["language", [4, 5464, 5]]]}, {"answer": "spoken_language", "hint": "synonyms for spoken language", "clues": [["speech", [4, 5465, 0]], ["speech communication", [4, 5465, 1]], ["voice communication", [4, 5465, 2]], ["oral communication", [4, 5465, 3]], ["language", [4, 5465, 4]]]}, {"answer": "spoliation", "hint": "synonyms for spoliation", "clues": [["despoliation", [4, 5466, 0]], ["spoil", [4, 5466, 1]], ["despoilment", [4, 5466, 2]], ["spoilation", [4, 5466, 3]]]}, {"answer": "spoof", "hint": "synonyms for spoof", "clues": [["sendup", [4, 5467, 0]], ["travesty", [4, 5467, 1]], ["pasquinade", [4, 5467, 2]], ["takeoff", [4, 5467, 3]], ["parody", [4, 5467, 4]], ["mockery", [4, 5467, 5]], ["put-on", [4, 5467, 6]], ["charade", [4, 5467, 7]], ["burlesque", [4, 5467, 8]], ["lampoon", [4, 5467, 9]]]}, {"answer": "spook", "hint": "synonyms for spook", "clues": [["shade", [4, 5468, 0]], ["specter", [4, 5468, 1]], ["ghost", [4, 5468, 2]], ["wraith", [4, 5468, 3]]]}, {"answer": "sporting_house", "hint": "synonyms for sporting house", "clues": [["house of prostitution", [4, 5469, 0]], ["whorehouse", [4, 5469, 1]], ["bawdyhouse", [4, 5469, 2]], ["bagnio", [4, 5469, 3]], ["house of ill repute", [4, 5469, 4]], ["cathouse", [4, 5469, 5]], ["bordello", [4, 5469, 6]], ["brothel", [4, 5469, 7]]]}, {"answer": "spot", "hint": "synonyms for spot", "clues": [["point", [4, 5470, 0]], ["blot", [4, 5470, 1]], ["smear", [4, 5470, 2]], ["dapple", [4, 5470, 3]], ["slur", [4, 5470, 4]], ["smirch", [4, 5470, 5]], ["topographic point", [4, 5470, 6]], ["maculation", [4, 5470, 7]], ["post", [4, 5470, 8]], ["stain", [4, 5470, 9]], ["berth", [4, 5470, 10]], ["pip", [4, 5470, 11]], ["place", [4, 5470, 12]], ["position", [4, 5470, 13]], ["billet", [4, 5470, 14]], ["office", [4, 5470, 15]], ["situation", [4, 5470, 16]], ["bit", [4, 5470, 17]], ["fleck", [4, 5470, 18]], ["speckle", [4, 5470, 19]], ["daub", [4, 5470, 20]], ["patch", [4, 5470, 21]], ["spotlight", [4, 5470, 22]], ["smudge", [4, 5470, 23]]]}, {"answer": "spots", "hint": "synonyms for spots", "clues": [["patch", [4, 5471, 0]], ["spot", [4, 5471, 1]], ["blot", [4, 5471, 2]], ["smear", [4, 5471, 3]], ["slur", [4, 5471, 4]], ["topographic point", [4, 5471, 5]], ["stain", [4, 5471, 6]], ["pip", [4, 5471, 7]], ["position", [4, 5471, 8]], ["smirch", [4, 5471, 9]], ["office", [4, 5471, 10]], ["fleck", [4, 5471, 11]], ["daub", [4, 5471, 12]], ["point", [4, 5471, 13]], ["dapple", [4, 5471, 14]], ["maculation", [4, 5471, 15]], ["post", [4, 5471, 16]], ["berth", [4, 5471, 17]], ["place", [4, 5471, 18]], ["billet", [4, 5471, 19]], ["situation", [4, 5471, 20]], ["speckle", [4, 5471, 21]], ["bit", [4, 5471, 22]], ["spotlight", [4, 5471, 23]], ["smudge", [4, 5471, 24]]]}, {"answer": "spotting", "hint": "synonyms for spotting", "clues": [["espial", [4, 5472, 0]], ["detection", [4, 5472, 1]], ["staining", [4, 5472, 2]], ["catching", [4, 5472, 3]], ["maculation", [4, 5472, 4]], ["spying", [4, 5472, 5]]]}, {"answer": "spray", "hint": "synonyms for spray", "clues": [["nebuliser", [4, 5473, 0]], ["atomiser", [4, 5473, 1]], ["spraying", [4, 5473, 2]], ["sprayer", [4, 5473, 3]]]}, {"answer": "spray_can", "hint": "synonyms for spray can", "clues": [["aerosol can", [4, 5474, 0]], ["aerosol container", [4, 5474, 1]], ["aerosol bomb", [4, 5474, 2]], ["aerosol", [4, 5474, 3]]]}, {"answer": "spreading", "hint": "synonyms for spreading", "clues": [["public exposure", [4, 5475, 0]], ["airing", [4, 5475, 1]], ["spread", [4, 5475, 2]], ["dissemination", [4, 5475, 3]]]}, {"answer": "spring", "hint": "synonyms for spring", "clues": [["fountain", [4, 5476, 0]], ["give", [4, 5476, 1]], ["springtime", [4, 5476, 2]], ["natural spring", [4, 5476, 3]], ["springiness", [4, 5476, 4]], ["outpouring", [4, 5476, 5]], ["leaping", [4, 5476, 6]], ["bounce", [4, 5476, 7]], ["saltation", [4, 5476, 8]], ["bound", [4, 5476, 9]], ["outflow", [4, 5476, 10]]]}, {"answer": "sprinkles", "hint": "synonyms for sprinkles", "clues": [["sprinkling", [4, 5477, 0]], ["scattering", [4, 5477, 1]], ["jimmies", [4, 5477, 2]], ["sprinkle", [4, 5477, 3]], ["sparge", [4, 5477, 4]]]}, {"answer": "sprinkling", "hint": "synonyms for sprinkling", "clues": [["aspersion", [4, 5478, 0]], ["scattering", [4, 5478, 1]], ["sprinkle", [4, 5478, 2]], ["sparge", [4, 5478, 3]]]}, {"answer": "spud", "hint": "synonyms for spud", "clues": [["tater", [4, 5479, 0]], ["white potato", [4, 5479, 1]], ["murphy", [4, 5479, 2]], ["potato", [4, 5479, 3]], ["stump spud", [4, 5479, 4]]]}, {"answer": "spunk", "hint": "synonyms for spunk", "clues": [["tinder", [4, 5480, 0]], ["kindling", [4, 5480, 1]], ["touchwood", [4, 5480, 2]], ["nerve", [4, 5480, 3]], ["mettle", [4, 5480, 4]], ["heart", [4, 5480, 5]], ["punk", [4, 5480, 6]]]}, {"answer": "spur", "hint": "synonyms for spur", "clues": [["prod", [4, 5481, 0]], ["urging", [4, 5481, 1]], ["spine", [4, 5481, 2]], ["gad", [4, 5481, 3]], ["goading", [4, 5481, 4]], ["prodding", [4, 5481, 5]], ["branch line", [4, 5481, 6]], ["acantha", [4, 5481, 7]], ["spur track", [4, 5481, 8]], ["spurring", [4, 5481, 9]]]}, {"answer": "spurring", "hint": "synonyms for spurring", "clues": [["prod", [4, 5482, 0]], ["urging", [4, 5482, 1]], ["goad", [4, 5482, 2]], ["spur", [4, 5482, 3]], ["prodding", [4, 5482, 4]]]}, {"answer": "spying", "hint": "synonyms for spying", "clues": [["espial", [4, 5483, 0]], ["undercover work", [4, 5483, 1]], ["detection", [4, 5483, 2]], ["spotting", [4, 5483, 3]], ["catching", [4, 5483, 4]]]}, {"answer": "squabble", "hint": "synonyms for squabble", "clues": [["pettifoggery", [4, 5484, 0]], ["tiff", [4, 5484, 1]], ["spat", [4, 5484, 2]], ["bicker", [4, 5484, 3]], ["fuss", [4, 5484, 4]]]}, {"answer": "squad_car", "hint": "synonyms for squad car", "clues": [["police car", [4, 5485, 0]], ["prowl car", [4, 5485, 1]], ["patrol car", [4, 5485, 2]], ["police cruiser", [4, 5485, 3]], ["cruiser", [4, 5485, 4]]]}, {"answer": "squawk", "hint": "synonyms for squawk", "clues": [["beef", [4, 5486, 0]], ["gripe", [4, 5486, 1]], ["kick", [4, 5486, 2]], ["bitch", [4, 5486, 3]]]}, {"answer": "squeak", "hint": "synonyms for squeak", "clues": [["close shave", [4, 5487, 0]], ["close call", [4, 5487, 1]], ["narrow escape", [4, 5487, 2]], ["squeaker", [4, 5487, 3]]]}, {"answer": "squeaker", "hint": "synonyms for squeaker", "clues": [["close shave", [4, 5488, 0]], ["close call", [4, 5488, 1]], ["narrow escape", [4, 5488, 2]], ["squeak", [4, 5488, 3]]]}, {"answer": "squeeze", "hint": "synonyms for squeeze", "clues": [["clinch", [4, 5489, 0]], ["squeeze play", [4, 5489, 1]], ["wring", [4, 5489, 2]], ["power play", [4, 5489, 3]], ["squeezing", [4, 5489, 4]], ["hug", [4, 5489, 5]]]}, {"answer": "squelch", "hint": "synonyms for squelch", "clues": [["squelcher", [4, 5490, 0]], ["takedown", [4, 5490, 1]], ["squelch circuit", [4, 5490, 2]], ["put-down", [4, 5490, 3]]]}, {"answer": "squelcher", "hint": "synonyms for squelcher", "clues": [["squelch", [4, 5491, 0]], ["takedown", [4, 5491, 1]], ["squelch circuit", [4, 5491, 2]], ["put-down", [4, 5491, 3]]]}, {"answer": "ss", "hint": "synonyms for ss", "clues": [["reciprocal ohm", [4, 5492, 0]], ["s", [4, 5492, 1]], ["siemens", [4, 5492, 2]], ["south", [4, 5492, 3]], ["due south", [4, 5492, 4]], ["entropy", [4, 5492, 5]], ["atomic number 16", [4, 5492, 6]], ["southward", [4, 5492, 7]], ["mho", [4, 5492, 8]], ["sec", [4, 5492, 9]], ["second", [4, 5492, 10]], ["sulphur", [4, 5492, 11]], ["sulfur", [4, 5492, 12]], ["randomness", [4, 5492, 13]]]}, {"answer": "st._elmo's_fire", "hint": "synonyms for st. elmo's fire", "clues": [["electric glow", [4, 5493, 0]], ["corposant", [4, 5493, 1]], ["corona", [4, 5493, 2]], ["corona discharge", [4, 5493, 3]]]}, {"answer": "stab", "hint": "synonyms for stab", "clues": [["knife thrust", [4, 5494, 0]], ["thrust", [4, 5494, 1]], ["shot", [4, 5494, 2]], ["pang", [4, 5494, 3]], ["twinge", [4, 5494, 4]]]}, {"answer": "stack", "hint": "synonyms for stack", "clues": [["push-down storage", [4, 5495, 0]], ["heap", [4, 5495, 1]], ["peck", [4, 5495, 2]], ["flock", [4, 5495, 3]], ["quite a little", [4, 5495, 4]], ["mess", [4, 5495, 5]], ["sight", [4, 5495, 6]], ["wad", [4, 5495, 7]], ["batch", [4, 5495, 8]], ["hatful", [4, 5495, 9]], ["mickle", [4, 5495, 10]], ["passel", [4, 5495, 11]], ["deal", [4, 5495, 12]], ["plenty", [4, 5495, 13]], ["pile", [4, 5495, 14]], ["slew", [4, 5495, 15]], ["push-down list", [4, 5495, 16]], ["great deal", [4, 5495, 17]], ["spate", [4, 5495, 18]], ["muckle", [4, 5495, 19]], ["mint", [4, 5495, 20]], ["pot", [4, 5495, 21]], ["lot", [4, 5495, 22]], ["smokestack", [4, 5495, 23]], ["tidy sum", [4, 5495, 24]], ["good deal", [4, 5495, 25]], ["mass", [4, 5495, 26]], ["mountain", [4, 5495, 27]], ["push-down stack", [4, 5495, 28]], ["raft", [4, 5495, 29]]]}, {"answer": "stacks", "hint": "synonyms for stacks", "clues": [["push-down storage", [4, 5496, 0]], ["oodles", [4, 5496, 1]], ["heap", [4, 5496, 2]], ["stack", [4, 5496, 3]], ["peck", [4, 5496, 4]], ["mess", [4, 5496, 5]], ["slews", [4, 5496, 6]], ["scores", [4, 5496, 7]], ["plenty", [4, 5496, 8]], ["pile", [4, 5496, 9]], ["dozens", [4, 5496, 10]], ["tons", [4, 5496, 11]], ["wads", [4, 5496, 12]], ["push-down list", [4, 5496, 13]], ["great deal", [4, 5496, 14]], ["spate", [4, 5496, 15]], ["mint", [4, 5496, 16]], ["pot", [4, 5496, 17]], ["loads", [4, 5496, 18]], ["rafts", [4, 5496, 19]], ["tidy sum", [4, 5496, 20]], ["mass", [4, 5496, 21]], ["mountain", [4, 5496, 22]], ["push-down stack", [4, 5496, 23]], ["flock", [4, 5496, 24]], ["quite a little", [4, 5496, 25]], ["sight", [4, 5496, 26]], ["batch", [4, 5496, 27]], ["hatful", [4, 5496, 28]], ["gobs", [4, 5496, 29]], ["mickle", [4, 5496, 30]], ["passel", [4, 5496, 31]], ["deal", [4, 5496, 32]], ["lashings", [4, 5496, 33]], ["lot", [4, 5496, 34]], ["smokestack", [4, 5496, 35]], ["good deal", [4, 5496, 36]], ["scads", [4, 5496, 37]], ["muckle", [4, 5496, 38]]]}, {"answer": "stage", "hint": "synonyms for stage", "clues": [["phase", [4, 5497, 0]], ["microscope stage", [4, 5497, 1]], ["stagecoach", [4, 5497, 2]], ["leg", [4, 5497, 3]]]}, {"answer": "stagger_head", "hint": "synonyms for stagger head", "clues": [["stephead", [4, 5498, 0]], ["stepped line", [4, 5498, 1]], ["staggered head", [4, 5498, 2]], ["dropline", [4, 5498, 3]]]}, {"answer": "staggered_head", "hint": "synonyms for staggered head", "clues": [["stephead", [4, 5499, 0]], ["stepped line", [4, 5499, 1]], ["stagger head", [4, 5499, 2]], ["dropline", [4, 5499, 3]]]}, {"answer": "stain", "hint": "synonyms for stain", "clues": [["discoloration", [4, 5500, 0]], ["stigma", [4, 5500, 1]], ["smirch", [4, 5500, 2]], ["spot", [4, 5500, 3]], ["smear", [4, 5500, 4]], ["brand", [4, 5500, 5]], ["mark", [4, 5500, 6]], ["blot", [4, 5500, 7]]]}, {"answer": "stake", "hint": "synonyms for stake", "clues": [["interest", [4, 5501, 0]], ["wager", [4, 5501, 1]], ["stakes", [4, 5501, 2]], ["post", [4, 5501, 3]], ["bet", [4, 5501, 4]]]}, {"answer": "stakes", "hint": "synonyms for stakes", "clues": [["stake", [4, 5502, 0]], ["interest", [4, 5502, 1]], ["wager", [4, 5502, 2]], ["post", [4, 5502, 3]], ["bet", [4, 5502, 4]]]}, {"answer": "stalinism", "hint": "synonyms for stalinism", "clues": [["dictatorship", [4, 5503, 0]], ["one-man rule", [4, 5503, 1]], ["despotism", [4, 5503, 2]], ["totalitarianism", [4, 5503, 3]], ["absolutism", [4, 5503, 4]], ["monocracy", [4, 5503, 5]], ["authoritarianism", [4, 5503, 6]], ["shogunate", [4, 5503, 7]], ["tyranny", [4, 5503, 8]]]}, {"answer": "stalk", "hint": "synonyms for stalk", "clues": [["stalking", [4, 5504, 0]], ["chaff", [4, 5504, 1]], ["straw", [4, 5504, 2]], ["husk", [4, 5504, 3]], ["angry walk", [4, 5504, 4]], ["stubble", [4, 5504, 5]], ["shuck", [4, 5504, 6]], ["still hunt", [4, 5504, 7]]]}, {"answer": "stall", "hint": "synonyms for stall", "clues": [["cubicle", [4, 5505, 0]], ["stalling", [4, 5505, 1]], ["booth", [4, 5505, 2]], ["kiosk", [4, 5505, 3]], ["carrell", [4, 5505, 4]], ["stand", [4, 5505, 5]], ["sales booth", [4, 5505, 6]]]}, {"answer": "stalls", "hint": "synonyms for stalls", "clues": [["cubicle", [4, 5506, 0]], ["horse barn", [4, 5506, 1]], ["stable", [4, 5506, 2]], ["stall", [4, 5506, 3]], ["booth", [4, 5506, 4]], ["kiosk", [4, 5506, 5]], ["carrell", [4, 5506, 6]], ["stand", [4, 5506, 7]], ["sales booth", [4, 5506, 8]]]}, {"answer": "stamp", "hint": "synonyms for stamp", "clues": [["mold", [4, 5507, 0]], ["revenue stamp", [4, 5507, 1]], ["cast", [4, 5507, 2]], ["pestle", [4, 5507, 3]], ["seal", [4, 5507, 4]], ["legal tender", [4, 5507, 5]], ["postage stamp", [4, 5507, 6]], ["postage", [4, 5507, 7]], ["impression", [4, 5507, 8]], ["tender", [4, 5507, 9]]]}, {"answer": "stamping_ground", "hint": "synonyms for stamping ground", "clues": [["repair", [4, 5508, 0]], ["haunt", [4, 5508, 1]], ["hangout", [4, 5508, 2]], ["resort", [4, 5508, 3]]]}, {"answer": "stand", "hint": "synonyms for stand", "clues": [["outdoor stage", [4, 5509, 0]], ["sales booth", [4, 5509, 1]], ["standstill", [4, 5509, 2]], ["pedestal", [4, 5509, 3]], ["base", [4, 5509, 4]], ["stall", [4, 5509, 5]], ["bandstand", [4, 5509, 6]], ["standpoint", [4, 5509, 7]], ["tie-up", [4, 5509, 8]], ["point of view", [4, 5509, 9]], ["rack", [4, 5509, 10]], ["viewpoint", [4, 5509, 11]]]}, {"answer": "star_sign", "hint": "synonyms for star sign", "clues": [["house", [4, 5510, 0]], ["sign", [4, 5510, 1]], ["planetary house", [4, 5510, 2]], ["sign of the zodiac", [4, 5510, 3]], ["mansion", [4, 5510, 4]]]}, {"answer": "start", "hint": "synonyms for start", "clues": [["starting", [4, 5511, 0]], ["beginning", [4, 5511, 1]], ["head start", [4, 5511, 2]], ["starting time", [4, 5511, 3]], ["commencement", [4, 5511, 4]], ["outset", [4, 5511, 5]], ["showtime", [4, 5511, 6]], ["get-go", [4, 5511, 7]], ["jump", [4, 5511, 8]], ["kickoff", [4, 5511, 9]], ["startle", [4, 5511, 10]], ["scratch", [4, 5511, 11]], ["scratch line", [4, 5511, 12]], ["first", [4, 5511, 13]], ["starting line", [4, 5511, 14]], ["starting signal", [4, 5511, 15]], ["offset", [4, 5511, 16]]]}, {"answer": "starter", "hint": "synonyms for starter", "clues": [["starting motor", [4, 5512, 0]], ["appetiser", [4, 5512, 1]], ["crank", [4, 5512, 2]], ["starter motor", [4, 5512, 3]]]}, {"answer": "starting_time", "hint": "synonyms for starting time", "clues": [["beginning", [4, 5513, 0]], ["start", [4, 5513, 1]], ["first", [4, 5513, 2]], ["commencement", [4, 5513, 3]], ["outset", [4, 5513, 4]], ["showtime", [4, 5513, 5]], ["get-go", [4, 5513, 6]], ["offset", [4, 5513, 7]], ["kickoff", [4, 5513, 8]]]}, {"answer": "stat_mi", "hint": "synonyms for stat mi", "clues": [["mile", [4, 5514, 0]], ["international mile", [4, 5514, 1]], ["statute mile", [4, 5514, 2]], ["mi", [4, 5514, 3]], ["land mile", [4, 5514, 4]]]}, {"answer": "state", "hint": "synonyms for state", "clues": [["country", [4, 5515, 0]], ["body politic", [4, 5515, 1]], ["land", [4, 5515, 2]], ["commonwealth", [4, 5515, 3]], ["nation", [4, 5515, 4]], ["province", [4, 5515, 5]], ["res publica", [4, 5515, 6]]]}, {"answer": "state_highway", "hint": "synonyms for state highway", "clues": [["superhighway", [4, 5516, 0]], ["motorway", [4, 5516, 1]], ["thruway", [4, 5516, 2]], ["pike", [4, 5516, 3]], ["freeway", [4, 5516, 4]], ["expressway", [4, 5516, 5]], ["throughway", [4, 5516, 6]]]}, {"answer": "statement", "hint": "synonyms for statement", "clues": [["affirmation", [4, 5517, 0]], ["command", [4, 5517, 1]], ["assertion", [4, 5517, 2]], ["instruction", [4, 5517, 3]], ["argument", [4, 5517, 4]], ["financial statement", [4, 5517, 5]], ["program line", [4, 5517, 6]]]}, {"answer": "station_waggon", "hint": "synonyms for station waggon", "clues": [["beach waggon", [4, 5518, 0]], ["waggon", [4, 5518, 1]], ["estate car", [4, 5518, 2]], ["station wagon", [4, 5518, 3]]]}, {"answer": "station_wagon", "hint": "synonyms for station wagon", "clues": [["beach waggon", [4, 5519, 0]], ["waggon", [4, 5519, 1]], ["station waggon", [4, 5519, 2]], ["estate car", [4, 5519, 3]]]}, {"answer": "statute_mile", "hint": "synonyms for statute mile", "clues": [["mile", [4, 5520, 0]], ["international mile", [4, 5520, 1]], ["stat mi", [4, 5520, 2]], ["mi", [4, 5520, 3]], ["land mile", [4, 5520, 4]]]}, {"answer": "stave", "hint": "synonyms for stave", "clues": [["staff", [4, 5521, 0]], ["round", [4, 5521, 1]], ["lag", [4, 5521, 2]], ["rung", [4, 5521, 3]]]}, {"answer": "stealing", "hint": "synonyms for stealing", "clues": [["thievery", [4, 5522, 0]], ["thieving", [4, 5522, 1]], ["theft", [4, 5522, 2]], ["stealth", [4, 5522, 3]], ["larceny", [4, 5522, 4]]]}, {"answer": "steamer", "hint": "synonyms for steamer", "clues": [["steamer clam", [4, 5523, 0]], ["long-neck clam", [4, 5523, 1]], ["soft-shell clam", [4, 5523, 2]], ["steamship", [4, 5523, 3]]]}, {"answer": "steer", "hint": "synonyms for steer", "clues": [["wind", [4, 5524, 0]], ["hint", [4, 5524, 1]], ["confidential information", [4, 5524, 2]], ["tip", [4, 5524, 3]], ["lead", [4, 5524, 4]]]}, {"answer": "stem", "hint": "synonyms for stem", "clues": [["root word", [4, 5525, 0]], ["bow", [4, 5525, 1]], ["prow", [4, 5525, 2]], ["shank", [4, 5525, 3]], ["radical", [4, 5525, 4]], ["theme", [4, 5525, 5]], ["base", [4, 5525, 6]], ["stem turn", [4, 5525, 7]], ["fore", [4, 5525, 8]], ["root", [4, 5525, 9]]]}, {"answer": "stemma", "hint": "synonyms for stemma", "clues": [["bloodline", [4, 5526, 0]], ["line", [4, 5526, 1]], ["lineage", [4, 5526, 2]], ["origin", [4, 5526, 3]], ["blood", [4, 5526, 4]], ["pedigree", [4, 5526, 5]], ["stock", [4, 5526, 6]], ["ancestry", [4, 5526, 7]], ["line of descent", [4, 5526, 8]], ["parentage", [4, 5526, 9]], ["descent", [4, 5526, 10]]]}, {"answer": "stench", "hint": "synonyms for stench", "clues": [["fetor", [4, 5527, 0]], ["reek", [4, 5527, 1]], ["mephitis", [4, 5527, 2]], ["stink", [4, 5527, 3]], ["malodour", [4, 5527, 4]]]}, {"answer": "step", "hint": "synonyms for step", "clues": [["footprint", [4, 5528, 0]], ["footstep", [4, 5528, 1]], ["whole tone", [4, 5528, 2]], ["footmark", [4, 5528, 3]], ["tone", [4, 5528, 4]], ["footfall", [4, 5528, 5]], ["whole step", [4, 5528, 6]], ["pace", [4, 5528, 7]], ["stone's throw", [4, 5528, 8]], ["stair", [4, 5528, 9]], ["measure", [4, 5528, 10]], ["dance step", [4, 5528, 11]], ["stride", [4, 5528, 12]]]}, {"answer": "steps", "hint": "synonyms for steps", "clues": [["step", [4, 5529, 0]], ["tone", [4, 5529, 1]], ["stairs", [4, 5529, 2]], ["footstep", [4, 5529, 3]], ["stone's throw", [4, 5529, 4]], ["dance step", [4, 5529, 5]], ["stride", [4, 5529, 6]], ["whole tone", [4, 5529, 7]], ["footprint", [4, 5529, 8]], ["footmark", [4, 5529, 9]], ["footfall", [4, 5529, 10]], ["whole step", [4, 5529, 11]], ["pace", [4, 5529, 12]], ["measure", [4, 5529, 13]]]}, {"answer": "stetson", "hint": "synonyms for stetson", "clues": [["fedora", [4, 5530, 0]], ["homburg", [4, 5530, 1]], ["felt hat", [4, 5530, 2]], ["trilby", [4, 5530, 3]]]}, {"answer": "stick", "hint": "synonyms for stick", "clues": [["control stick", [4, 5531, 0]], ["reefer", [4, 5531, 1]], ["joystick", [4, 5531, 2]], ["marijuana cigarette", [4, 5531, 3]], ["joint", [4, 5531, 4]], ["spliff", [4, 5531, 5]]]}, {"answer": "sticker", "hint": "synonyms for sticker", "clues": [["toughie", [4, 5532, 0]], ["gummed label", [4, 5532, 1]], ["poser", [4, 5532, 2]], ["stumper", [4, 5532, 3]], ["dagger", [4, 5532, 4]], ["paster", [4, 5532, 5]]]}, {"answer": "stiffness", "hint": "synonyms for stiffness", "clues": [["clumsiness", [4, 5533, 0]], ["severity", [4, 5533, 1]], ["rigor", [4, 5533, 2]], ["severeness", [4, 5533, 3]], ["rigorousness", [4, 5533, 4]], ["harshness", [4, 5533, 5]], ["awkwardness", [4, 5533, 6]], ["inclemency", [4, 5533, 7]], ["hardness", [4, 5533, 8]], ["gracelessness", [4, 5533, 9]]]}, {"answer": "stigmata", "hint": "synonyms for stigmata", "clues": [["stigma", [4, 5534, 0]], ["stain", [4, 5534, 1]], ["brand", [4, 5534, 2]], ["mark", [4, 5534, 3]]]}, {"answer": "stimulation", "hint": "synonyms for stimulation", "clues": [["stimulus", [4, 5535, 0]], ["foreplay", [4, 5535, 1]], ["input", [4, 5535, 2]], ["arousal", [4, 5535, 3]], ["stimulant", [4, 5535, 4]]]}, {"answer": "sting", "hint": "synonyms for sting", "clues": [["con", [4, 5536, 0]], ["con game", [4, 5536, 1]], ["confidence game", [4, 5536, 2]], ["gyp", [4, 5536, 3]], ["confidence trick", [4, 5536, 4]], ["bunko", [4, 5536, 5]], ["hustle", [4, 5536, 6]], ["bunko game", [4, 5536, 7]], ["bunco", [4, 5536, 8]], ["flimflam", [4, 5536, 9]]]}, {"answer": "stink", "hint": "synonyms for stink", "clues": [["fetor", [4, 5537, 0]], ["reek", [4, 5537, 1]], ["stench", [4, 5537, 2]], ["mephitis", [4, 5537, 3]], ["malodour", [4, 5537, 4]]]}, {"answer": "stinkiness", "hint": "synonyms for stinkiness", "clues": [["malodorousness", [4, 5538, 0]], ["foulness", [4, 5538, 1]], ["rankness", [4, 5538, 2]], ["fetidness", [4, 5538, 3]]]}, {"answer": "stir", "hint": "synonyms for stir", "clues": [["ado", [4, 5539, 0]], ["fuss", [4, 5539, 1]], ["hustle", [4, 5539, 2]], ["bustle", [4, 5539, 3]], ["flurry", [4, 5539, 4]]]}, {"answer": "stocks", "hint": "synonyms for stocks", "clues": [["stock", [4, 5540, 0]], ["line", [4, 5540, 1]], ["origin", [4, 5540, 2]], ["neckcloth", [4, 5540, 3]], ["blood", [4, 5540, 4]], ["pedigree", [4, 5540, 5]], ["stemma", [4, 5540, 6]], ["descent", [4, 5540, 7]], ["line of descent", [4, 5540, 8]], ["blood line", [4, 5540, 9]], ["gunstock", [4, 5540, 10]], ["breed", [4, 5540, 11]], ["inventory", [4, 5540, 12]], ["broth", [4, 5540, 13]], ["lineage", [4, 5540, 14]], ["strain", [4, 5540, 15]], ["store", [4, 5540, 16]], ["fund", [4, 5540, 17]], ["ancestry", [4, 5540, 18]], ["stock certificate", [4, 5540, 19]], ["parentage", [4, 5540, 20]]]}, {"answer": "stolidity", "hint": "synonyms for stolidity", "clues": [["impassivity", [4, 5541, 0]], ["indifference", [4, 5541, 1]], ["phlegm", [4, 5541, 2]], ["impassiveness", [4, 5541, 3]], ["unemotionality", [4, 5541, 4]], ["stoicism", [4, 5541, 5]], ["stolidness", [4, 5541, 6]], ["emotionlessness", [4, 5541, 7]]]}, {"answer": "stool", "hint": "synonyms for stool", "clues": [["can", [4, 5542, 0]], ["dejection", [4, 5542, 1]], ["potty", [4, 5542, 2]], ["pot", [4, 5542, 3]], ["faeces", [4, 5542, 4]], ["toilet", [4, 5542, 5]], ["throne", [4, 5542, 6]], ["faecal matter", [4, 5542, 7]], ["ordure", [4, 5542, 8]], ["commode", [4, 5542, 9]], ["crapper", [4, 5542, 10]]]}, {"answer": "stop", "hint": "synonyms for stop", "clues": [["halt", [4, 5543, 0]], ["closure", [4, 5543, 1]], ["stoppage", [4, 5543, 2]], ["occlusive", [4, 5543, 3]], ["diaphragm", [4, 5543, 4]], ["occlusion", [4, 5543, 5]], ["plosive speech sound", [4, 5543, 6]], ["full stop", [4, 5543, 7]], ["blockage", [4, 5543, 8]], ["plosive", [4, 5543, 9]], ["catch", [4, 5543, 10]], ["stopover", [4, 5543, 11]], ["full point", [4, 5543, 12]], ["period", [4, 5543, 13]], ["plosive consonant", [4, 5543, 14]], ["block", [4, 5543, 15]], ["layover", [4, 5543, 16]], ["point", [4, 5543, 17]], ["stop consonant", [4, 5543, 18]]]}, {"answer": "stop_consonant", "hint": "synonyms for stop consonant", "clues": [["stop", [4, 5544, 0]], ["plosive consonant", [4, 5544, 1]], ["occlusive", [4, 5544, 2]], ["plosive", [4, 5544, 3]], ["plosive speech sound", [4, 5544, 4]]]}, {"answer": "stoppage", "hint": "synonyms for stoppage", "clues": [["closure", [4, 5545, 0]], ["block", [4, 5545, 1]], ["blockage", [4, 5545, 2]], ["stop", [4, 5545, 3]], ["occlusion", [4, 5545, 4]]]}, {"answer": "stopper", "hint": "synonyms for stopper", "clues": [["conversation stopper", [4, 5546, 0]], ["showstopper", [4, 5546, 1]], ["plug", [4, 5546, 2]], ["stopple", [4, 5546, 3]]]}, {"answer": "stopping_point", "hint": "synonyms for stopping point", "clues": [["finale", [4, 5547, 0]], ["close", [4, 5547, 1]], ["finish", [4, 5547, 2]], ["last", [4, 5547, 3]], ["conclusion", [4, 5547, 4]]]}, {"answer": "stops", "hint": "synonyms for stops", "clues": [["halt", [4, 5548, 0]], ["closure", [4, 5548, 1]], ["stoppage", [4, 5548, 2]], ["occlusive", [4, 5548, 3]], ["stop", [4, 5548, 4]], ["diaphragm", [4, 5548, 5]], ["occlusion", [4, 5548, 6]], ["plosive speech sound", [4, 5548, 7]], ["full stop", [4, 5548, 8]], ["blockage", [4, 5548, 9]], ["plosive", [4, 5548, 10]], ["catch", [4, 5548, 11]], ["stopover", [4, 5548, 12]], ["full point", [4, 5548, 13]], ["plosive consonant", [4, 5548, 14]], ["period", [4, 5548, 15]], ["block", [4, 5548, 16]], ["layover", [4, 5548, 17]], ["boodle", [4, 5548, 18]], ["point", [4, 5548, 19]], ["stop consonant", [4, 5548, 20]]]}, {"answer": "storage", "hint": "synonyms for storage", "clues": [["store", [4, 5549, 0]], ["memory", [4, 5549, 1]], ["depot", [4, 5549, 2]], ["storehouse", [4, 5549, 3]], ["warehousing", [4, 5549, 4]], ["entrepot", [4, 5549, 5]], ["computer storage", [4, 5549, 6]], ["computer memory", [4, 5549, 7]], ["repositing", [4, 5549, 8]], ["memory board", [4, 5549, 9]]]}, {"answer": "storage_area", "hint": "synonyms for storage area", "clues": [["cargo deck", [4, 5550, 0]], ["cargo hold", [4, 5550, 1]], ["hold", [4, 5550, 2]], ["cargo area", [4, 5550, 3]]]}, {"answer": "store", "hint": "synonyms for store", "clues": [["memory", [4, 5551, 0]], ["depot", [4, 5551, 1]], ["stock", [4, 5551, 2]], ["storage", [4, 5551, 3]], ["storehouse", [4, 5551, 4]], ["fund", [4, 5551, 5]], ["shop", [4, 5551, 6]], ["entrepot", [4, 5551, 7]], ["computer storage", [4, 5551, 8]], ["computer memory", [4, 5551, 9]], ["memory board", [4, 5551, 10]]]}, {"answer": "storehouse", "hint": "synonyms for storehouse", "clues": [["store", [4, 5552, 0]], ["depot", [4, 5552, 1]], ["entrepot", [4, 5552, 2]], ["storage", [4, 5552, 3]]]}, {"answer": "storm_lamp", "hint": "synonyms for storm lamp", "clues": [["storm lantern", [4, 5553, 0]], ["hurricane lantern", [4, 5553, 1]], ["hurricane lamp", [4, 5553, 2]], ["tornado lantern", [4, 5553, 3]]]}, {"answer": "storm_lantern", "hint": "synonyms for storm lantern", "clues": [["hurricane lantern", [4, 5554, 0]], ["hurricane lamp", [4, 5554, 1]], ["tornado lantern", [4, 5554, 2]], ["storm lamp", [4, 5554, 3]]]}, {"answer": "story", "hint": "synonyms for story", "clues": [["fib", [4, 5555, 0]], ["narrative", [4, 5555, 1]], ["tarradiddle", [4, 5555, 2]], ["narration", [4, 5555, 3]], ["news report", [4, 5555, 4]], ["storey", [4, 5555, 5]], ["tale", [4, 5555, 6]], ["chronicle", [4, 5555, 7]], ["account", [4, 5555, 8]], ["report", [4, 5555, 9]], ["history", [4, 5555, 10]], ["level", [4, 5555, 11]], ["write up", [4, 5555, 12]], ["floor", [4, 5555, 13]]]}, {"answer": "stoutness", "hint": "synonyms for stoutness", "clues": [["stalwartness", [4, 5556, 0]], ["corpulence", [4, 5556, 1]], ["adiposis", [4, 5556, 2]], ["overweight", [4, 5556, 3]]]}, {"answer": "stove", "hint": "synonyms for stove", "clues": [["range", [4, 5557, 0]], ["kitchen stove", [4, 5557, 1]], ["kitchen range", [4, 5557, 2]], ["cooking stove", [4, 5557, 3]]]}, {"answer": "stovepipe", "hint": "synonyms for stovepipe", "clues": [["topper", [4, 5558, 0]], ["top hat", [4, 5558, 1]], ["opera hat", [4, 5558, 2]], ["silk hat", [4, 5558, 3]], ["high hat", [4, 5558, 4]], ["dress hat", [4, 5558, 5]], ["beaver", [4, 5558, 6]]]}, {"answer": "strain", "hint": "synonyms for strain", "clues": [["form", [4, 5559, 0]], ["striving", [4, 5559, 1]], ["breed", [4, 5559, 2]], ["melody", [4, 5559, 3]], ["stock", [4, 5559, 4]], ["pains", [4, 5559, 5]], ["straining", [4, 5559, 6]], ["line", [4, 5559, 7]], ["tenor", [4, 5559, 8]], ["melodic line", [4, 5559, 9]], ["nisus", [4, 5559, 10]], ["variant", [4, 5559, 11]], ["air", [4, 5559, 12]], ["var.", [4, 5559, 13]], ["tune", [4, 5559, 14]], ["song", [4, 5559, 15]], ["melodic phrase", [4, 5559, 16]]]}, {"answer": "straits", "hint": "synonyms for straits", "clues": [["pass", [4, 5560, 0]], ["sound", [4, 5560, 1]], ["strait", [4, 5560, 2]], ["head", [4, 5560, 3]]]}, {"answer": "strand", "hint": "synonyms for strand", "clues": [["chain", [4, 5561, 0]], ["fibril", [4, 5561, 1]], ["filament", [4, 5561, 2]], ["string", [4, 5561, 3]]]}, {"answer": "stratagem", "hint": "synonyms for stratagem", "clues": [["gambit", [4, 5562, 0]], ["contrivance", [4, 5562, 1]], ["ploy", [4, 5562, 2]], ["dodge", [4, 5562, 3]]]}, {"answer": "stratum", "hint": "synonyms for stratum", "clues": [["level", [4, 5563, 0]], ["class", [4, 5563, 1]], ["layer", [4, 5563, 2]], ["socio-economic class", [4, 5563, 3]], ["social class", [4, 5563, 4]]]}, {"answer": "straw_hat", "hint": "synonyms for straw hat", "clues": [["skimmer", [4, 5564, 0]], ["sailor", [4, 5564, 1]], ["leghorn", [4, 5564, 2]], ["boater", [4, 5564, 3]]]}, {"answer": "straw_man", "hint": "synonyms for straw man", "clues": [["strawman", [4, 5565, 0]], ["bird-scarer", [4, 5565, 1]], ["scarer", [4, 5565, 2]], ["scarecrow", [4, 5565, 3]]]}, {"answer": "strawman", "hint": "synonyms for strawman", "clues": [["straw man", [4, 5566, 0]], ["bird-scarer", [4, 5566, 1]], ["scarer", [4, 5566, 2]], ["scarecrow", [4, 5566, 3]]]}, {"answer": "streamer", "hint": "synonyms for streamer", "clues": [["pennon", [4, 5567, 0]], ["banner", [4, 5567, 1]], ["waft", [4, 5567, 2]], ["pennant", [4, 5567, 3]]]}, {"answer": "streamlet", "hint": "synonyms for streamlet", "clues": [["rill", [4, 5568, 0]], ["rivulet", [4, 5568, 1]], ["run", [4, 5568, 2]], ["runnel", [4, 5568, 3]]]}, {"answer": "street_organ", "hint": "synonyms for street organ", "clues": [["hand organ", [4, 5569, 0]], ["grind organ", [4, 5569, 1]], ["hurdy-gurdy", [4, 5569, 2]], ["barrel organ", [4, 5569, 3]]]}, {"answer": "streetcar", "hint": "synonyms for streetcar", "clues": [["tram", [4, 5570, 0]], ["trolley car", [4, 5570, 1]], ["trolley", [4, 5570, 2]], ["tramcar", [4, 5570, 3]]]}, {"answer": "strength", "hint": "synonyms for strength", "clues": [["forcefulness", [4, 5571, 0]], ["strong point", [4, 5571, 1]], ["durability", [4, 5571, 2]], ["long suit", [4, 5571, 3]], ["enduringness", [4, 5571, 4]], ["forte", [4, 5571, 5]], ["strong suit", [4, 5571, 6]], ["military posture", [4, 5571, 7]], ["intensity level", [4, 5571, 8]], ["persuasiveness", [4, 5571, 9]], ["metier", [4, 5571, 10]], ["lastingness", [4, 5571, 11]], ["intensity", [4, 5571, 12]], ["force", [4, 5571, 13]], ["specialty", [4, 5571, 14]], ["posture", [4, 5571, 15]], ["military strength", [4, 5571, 16]], ["effectiveness", [4, 5571, 17]], ["military capability", [4, 5571, 18]], ["potency", [4, 5571, 19]]]}, {"answer": "stride", "hint": "synonyms for stride", "clues": [["step", [4, 5572, 0]], ["footstep", [4, 5572, 1]], ["tread", [4, 5572, 2]], ["pace", [4, 5572, 3]]]}, {"answer": "strike", "hint": "synonyms for strike", "clues": [["work stoppage", [4, 5573, 0]], ["ten-strike", [4, 5573, 1]], ["smash", [4, 5573, 2]], ["smasher", [4, 5573, 3]], ["hit", [4, 5573, 4]], ["tap", [4, 5573, 5]], ["bang", [4, 5573, 6]], ["rap", [4, 5573, 7]]]}, {"answer": "string", "hint": "synonyms for string", "clues": [["train", [4, 5574, 0]], ["drawing string", [4, 5574, 1]], ["cosmic string", [4, 5574, 2]], ["drawstring", [4, 5574, 3]], ["strand", [4, 5574, 4]], ["chain", [4, 5574, 5]], ["twine", [4, 5574, 6]], ["bowed stringed instrument", [4, 5574, 7]]]}, {"answer": "string_bass", "hint": "synonyms for string bass", "clues": [["contrabass", [4, 5575, 0]], ["double bass", [4, 5575, 1]], ["bass viol", [4, 5575, 2]], ["bull fiddle", [4, 5575, 3]], ["bass fiddle", [4, 5575, 4]]]}, {"answer": "strings", "hint": "synonyms for strings", "clues": [["train", [4, 5576, 0]], ["cosmic string", [4, 5576, 1]], ["string", [4, 5576, 2]], ["string section", [4, 5576, 3]], ["drawing string", [4, 5576, 4]], ["chain", [4, 5576, 5]], ["bowed stringed instrument", [4, 5576, 6]], ["drawstring", [4, 5576, 7]], ["strand", [4, 5576, 8]], ["twine", [4, 5576, 9]]]}, {"answer": "strip", "hint": "synonyms for strip", "clues": [["landing strip", [4, 5577, 0]], ["slip", [4, 5577, 1]], ["airstrip", [4, 5577, 2]], ["comic strip", [4, 5577, 3]], ["cartoon strip", [4, 5577, 4]], ["strip show", [4, 5577, 5]], ["flight strip", [4, 5577, 6]], ["funnies", [4, 5577, 7]], ["striptease", [4, 5577, 8]]]}, {"answer": "stripe", "hint": "synonyms for stripe", "clues": [["banding", [4, 5578, 0]], ["bar", [4, 5578, 1]], ["stripes", [4, 5578, 2]], ["streak", [4, 5578, 3]], ["chevron", [4, 5578, 4]], ["grade insignia", [4, 5578, 5]]]}, {"answer": "stripes", "hint": "synonyms for stripes", "clues": [["banding", [4, 5579, 0]], ["stripe", [4, 5579, 1]], ["bar", [4, 5579, 2]], ["streak", [4, 5579, 3]], ["chevron", [4, 5579, 4]], ["grade insignia", [4, 5579, 5]]]}, {"answer": "stripping", "hint": "synonyms for stripping", "clues": [["husking", [4, 5580, 0]], ["denudation", [4, 5580, 1]], ["uncovering", [4, 5580, 2]], ["baring", [4, 5580, 3]]]}, {"answer": "stroke", "hint": "synonyms for stroke", "clues": [["diagonal", [4, 5581, 0]], ["separatrix", [4, 5581, 1]], ["shot", [4, 5581, 2]], ["throw", [4, 5581, 3]], ["chance event", [4, 5581, 4]], ["stroking", [4, 5581, 5]], ["cam stroke", [4, 5581, 6]], ["solidus", [4, 5581, 7]], ["slash", [4, 5581, 8]], ["fortuity", [4, 5581, 9]], ["virgule", [4, 5581, 10]], ["accident", [4, 5581, 11]]]}, {"answer": "stroll", "hint": "synonyms for stroll", "clues": [["promenade", [4, 5582, 0]], ["amble", [4, 5582, 1]], ["perambulation", [4, 5582, 2]], ["saunter", [4, 5582, 3]]]}, {"answer": "stroller", "hint": "synonyms for stroller", "clues": [["pram", [4, 5583, 0]], ["carriage", [4, 5583, 1]], ["go-cart", [4, 5583, 2]], ["pushchair", [4, 5583, 3]], ["baby buggy", [4, 5583, 4]], ["pusher", [4, 5583, 5]], ["baby carriage", [4, 5583, 6]], ["perambulator", [4, 5583, 7]]]}, {"answer": "strong_drink", "hint": "synonyms for strong drink", "clues": [["spirits", [4, 5584, 0]], ["liquor", [4, 5584, 1]], ["booze", [4, 5584, 2]], ["hard liquor", [4, 5584, 3]], ["hard drink", [4, 5584, 4]]]}, {"answer": "strong_point", "hint": "synonyms for strong point", "clues": [["strength", [4, 5585, 0]], ["speciality", [4, 5585, 1]], ["long suit", [4, 5585, 2]], ["metier", [4, 5585, 3]], ["forte", [4, 5585, 4]], ["strong suit", [4, 5585, 5]]]}, {"answer": "strong_suit", "hint": "synonyms for strong suit", "clues": [["strength", [4, 5586, 0]], ["speciality", [4, 5586, 1]], ["strong point", [4, 5586, 2]], ["long suit", [4, 5586, 3]], ["metier", [4, 5586, 4]], ["forte", [4, 5586, 5]]]}, {"answer": "structure", "hint": "synonyms for structure", "clues": [["construction", [4, 5587, 0]], ["social structure", [4, 5587, 1]], ["social organization", [4, 5587, 2]], ["social system", [4, 5587, 3]]]}, {"answer": "stub", "hint": "synonyms for stub", "clues": [["counterfoil", [4, 5588, 0]], ["nub", [4, 5588, 1]], ["butt", [4, 5588, 2]], ["check stub", [4, 5588, 3]], ["ticket stub", [4, 5588, 4]]]}, {"answer": "stubble", "hint": "synonyms for stubble", "clues": [["shuck", [4, 5589, 0]], ["chaff", [4, 5589, 1]], ["straw", [4, 5589, 2]], ["husk", [4, 5589, 3]], ["stalk", [4, 5589, 4]]]}, {"answer": "stubbornness", "hint": "synonyms for stubbornness", "clues": [["obstinacy", [4, 5590, 0]], ["obstinance", [4, 5590, 1]], ["bullheadedness", [4, 5590, 2]], ["self-will", [4, 5590, 3]], ["mulishness", [4, 5590, 4]], ["pigheadedness", [4, 5590, 5]]]}, {"answer": "student_residence", "hint": "synonyms for student residence", "clues": [["dormitory", [4, 5591, 0]], ["hall", [4, 5591, 1]], ["residence hall", [4, 5591, 2]], ["dorm", [4, 5591, 3]]]}, {"answer": "study", "hint": "synonyms for study", "clues": [["field of study", [4, 5592, 0]], ["subject area", [4, 5592, 1]], ["field", [4, 5592, 2]], ["bailiwick", [4, 5592, 3]], ["survey", [4, 5592, 4]], ["subject field", [4, 5592, 5]], ["written report", [4, 5592, 6]], ["cogitation", [4, 5592, 7]], ["work", [4, 5592, 8]], ["subject", [4, 5592, 9]], ["discipline", [4, 5592, 10]], ["sketch", [4, 5592, 11]], ["report", [4, 5592, 12]]]}, {"answer": "stuff", "hint": "synonyms for stuff", "clues": [["material", [4, 5593, 0]], ["clobber", [4, 5593, 1]], ["hooey", [4, 5593, 2]], ["stuff and nonsense", [4, 5593, 3]], ["poppycock", [4, 5593, 4]]]}, {"answer": "stultification", "hint": "synonyms for stultification", "clues": [["constipation", [4, 5594, 0]], ["deadening", [4, 5594, 1]], ["befooling", [4, 5594, 2]], ["impairment", [4, 5594, 3]]]}, {"answer": "stumble", "hint": "synonyms for stumble", "clues": [["misstep", [4, 5595, 0]], ["trip", [4, 5595, 1]], ["stagger", [4, 5595, 2]], ["trip-up", [4, 5595, 3]], ["lurch", [4, 5595, 4]]]}, {"answer": "stump", "hint": "synonyms for stump", "clues": [["ambo", [4, 5596, 0]], ["pulpit", [4, 5596, 1]], ["dais", [4, 5596, 2]], ["podium", [4, 5596, 3]], ["soapbox", [4, 5596, 4]], ["rostrum", [4, 5596, 5]]]}, {"answer": "stupidity", "hint": "synonyms for stupidity", "clues": [["folly", [4, 5597, 0]], ["betise", [4, 5597, 1]], ["imbecility", [4, 5597, 2]], ["foolishness", [4, 5597, 3]]]}, {"answer": "stupor", "hint": "synonyms for stupor", "clues": [["shock", [4, 5598, 0]], ["stupefaction", [4, 5598, 1]], ["daze", [4, 5598, 2]], ["grogginess", [4, 5598, 3]], ["semiconsciousness", [4, 5598, 4]]]}, {"answer": "style", "hint": "synonyms for style", "clues": [["stylus", [4, 5599, 0]], ["dash", [4, 5599, 1]], ["trend", [4, 5599, 2]], ["way", [4, 5599, 3]], ["panache", [4, 5599, 4]], ["elan", [4, 5599, 5]], ["fashion", [4, 5599, 6]], ["vogue", [4, 5599, 7]], ["flair", [4, 5599, 8]], ["mode", [4, 5599, 9]], ["expressive style", [4, 5599, 10]], ["manner", [4, 5599, 11]]]}, {"answer": "stylishness", "hint": "synonyms for stylishness", "clues": [["modishness", [4, 5600, 0]], ["chichi", [4, 5600, 1]], ["chic", [4, 5600, 2]], ["last word", [4, 5600, 3]], ["chicness", [4, 5600, 4]], ["smartness", [4, 5600, 5]], ["swank", [4, 5600, 6]]]}, {"answer": "sub", "hint": "synonyms for sub", "clues": [["bomber", [4, 5601, 0]], ["torpedo", [4, 5601, 1]], ["submarine sandwich", [4, 5601, 2]], ["hoagie", [4, 5601, 3]], ["poor boy", [4, 5601, 4]], ["hero sandwich", [4, 5601, 5]], ["hero", [4, 5601, 6]], ["submarine", [4, 5601, 7]], ["hoagy", [4, 5601, 8]], ["grinder", [4, 5601, 9]], ["wedge", [4, 5601, 10]], ["zep", [4, 5601, 11]], ["pigboat", [4, 5601, 12]]]}, {"answer": "subdivision", "hint": "synonyms for subdivision", "clues": [["subsection", [4, 5602, 0]], ["arm", [4, 5602, 1]], ["branch", [4, 5602, 2]], ["section", [4, 5602, 3]]]}, {"answer": "subject_area", "hint": "synonyms for subject area", "clues": [["field of study", [4, 5603, 0]], ["field", [4, 5603, 1]], ["study", [4, 5603, 2]], ["bailiwick", [4, 5603, 3]], ["subject", [4, 5603, 4]], ["subject field", [4, 5603, 5]], ["discipline", [4, 5603, 6]]]}, {"answer": "subject_field", "hint": "synonyms for subject field", "clues": [["field of study", [4, 5604, 0]], ["subject area", [4, 5604, 1]], ["field", [4, 5604, 2]], ["study", [4, 5604, 3]], ["bailiwick", [4, 5604, 4]], ["subject", [4, 5604, 5]], ["discipline", [4, 5604, 6]]]}, {"answer": "subjugation", "hint": "synonyms for subjugation", "clues": [["conquering", [4, 5605, 0]], ["oppression", [4, 5605, 1]], ["subjection", [4, 5605, 2]], ["conquest", [4, 5605, 3]]]}, {"answer": "submarine_sandwich", "hint": "synonyms for submarine sandwich", "clues": [["bomber", [4, 5606, 0]], ["torpedo", [4, 5606, 1]], ["hoagie", [4, 5606, 2]], ["poor boy", [4, 5606, 3]], ["hero sandwich", [4, 5606, 4]], ["hero", [4, 5606, 5]], ["hoagy", [4, 5606, 6]], ["submarine", [4, 5606, 7]], ["grinder", [4, 5606, 8]], ["wedge", [4, 5606, 9]], ["zep", [4, 5606, 10]], ["sub", [4, 5606, 11]]]}, {"answer": "submersion", "hint": "synonyms for submersion", "clues": [["submerging", [4, 5607, 0]], ["immersion", [4, 5607, 1]], ["submergence", [4, 5607, 2]], ["dousing", [4, 5607, 3]], ["ducking", [4, 5607, 4]]]}, {"answer": "subnormality", "hint": "synonyms for subnormality", "clues": [["retardation", [4, 5608, 0]], ["slowness", [4, 5608, 1]], ["backwardness", [4, 5608, 2]], ["mental retardation", [4, 5608, 3]]]}, {"answer": "subprogram", "hint": "synonyms for subprogram", "clues": [["subroutine", [4, 5609, 0]], ["procedure", [4, 5609, 1]], ["function", [4, 5609, 2]], ["routine", [4, 5609, 3]]]}, {"answer": "subroutine", "hint": "synonyms for subroutine", "clues": [["subprogram", [4, 5610, 0]], ["procedure", [4, 5610, 1]], ["function", [4, 5610, 2]], ["routine", [4, 5610, 3]]]}, {"answer": "subscriber_line", "hint": "synonyms for subscriber line", "clues": [["telephone circuit", [4, 5611, 0]], ["phone line", [4, 5611, 1]], ["line", [4, 5611, 2]], ["telephone line", [4, 5611, 3]]]}, {"answer": "subsidence", "hint": "synonyms for subsidence", "clues": [["remittal", [4, 5612, 0]], ["subsiding", [4, 5612, 1]], ["settling", [4, 5612, 2]], ["cave in", [4, 5612, 3]], ["remission", [4, 5612, 4]]]}, {"answer": "substance", "hint": "synonyms for substance", "clues": [["pith", [4, 5613, 0]], ["subject matter", [4, 5613, 1]], ["marrow", [4, 5613, 2]], ["nub", [4, 5613, 3]], ["means", [4, 5613, 4]], ["meaning", [4, 5613, 5]], ["sum", [4, 5613, 6]], ["gist", [4, 5613, 7]], ["message", [4, 5613, 8]], ["center", [4, 5613, 9]], ["content", [4, 5613, 10]], ["nitty-gritty", [4, 5613, 11]], ["centre", [4, 5613, 12]], ["inwardness", [4, 5613, 13]], ["essence", [4, 5613, 14]], ["kernel", [4, 5613, 15]], ["heart and soul", [4, 5613, 16]], ["core", [4, 5613, 17]], ["meat", [4, 5613, 18]], ["heart", [4, 5613, 19]]]}, {"answer": "substantiation", "hint": "synonyms for substantiation", "clues": [["validation", [4, 5614, 0]], ["proof", [4, 5614, 1]], ["confirmation", [4, 5614, 2]], ["verification", [4, 5614, 3]], ["check", [4, 5614, 4]]]}, {"answer": "substitution", "hint": "synonyms for substitution", "clues": [["commutation", [4, 5615, 0]], ["switch", [4, 5615, 1]], ["transposition", [4, 5615, 2]], ["exchange", [4, 5615, 3]], ["replacement", [4, 5615, 4]], ["permutation", [4, 5615, 5]]]}, {"answer": "substructure", "hint": "synonyms for substructure", "clues": [["foundation", [4, 5616, 0]], ["base", [4, 5616, 1]], ["foot", [4, 5616, 2]], ["understructure", [4, 5616, 3]], ["fundament", [4, 5616, 4]], ["infrastructure", [4, 5616, 5]], ["groundwork", [4, 5616, 6]]]}, {"answer": "subtlety", "hint": "synonyms for subtlety", "clues": [["nuance", [4, 5617, 0]], ["refinement", [4, 5617, 1]], ["shade", [4, 5617, 2]], ["nicety", [4, 5617, 3]], ["niceness", [4, 5617, 4]]]}, {"answer": "subway", "hint": "synonyms for subway", "clues": [["metro", [4, 5618, 0]], ["underpass", [4, 5618, 1]], ["tube", [4, 5618, 2]], ["subway system", [4, 5618, 3]], ["underground", [4, 5618, 4]]]}, {"answer": "subway_system", "hint": "synonyms for subway system", "clues": [["tube", [4, 5619, 0]], ["subway", [4, 5619, 1]], ["underground", [4, 5619, 2]], ["metro", [4, 5619, 3]]]}, {"answer": "succession", "hint": "synonyms for succession", "clues": [["ecological succession", [4, 5620, 0]], ["sequence", [4, 5620, 1]], ["taking over", [4, 5620, 2]], ["chronological sequence", [4, 5620, 3]], ["successiveness", [4, 5620, 4]]]}, {"answer": "successiveness", "hint": "synonyms for successiveness", "clues": [["sequence", [4, 5621, 0]], ["chronological succession", [4, 5621, 1]], ["chronological sequence", [4, 5621, 2]], ["succession", [4, 5621, 3]]]}, {"answer": "sudation", "hint": "synonyms for sudation", "clues": [["sweating", [4, 5622, 0]], ["perspiration", [4, 5622, 1]], ["hidrosis", [4, 5622, 2]], ["diaphoresis", [4, 5622, 3]]]}, {"answer": "suddenness", "hint": "synonyms for suddenness", "clues": [["precipitance", [4, 5623, 0]], ["abruptness", [4, 5623, 1]], ["precipitateness", [4, 5623, 2]], ["precipitousness", [4, 5623, 3]]]}, {"answer": "sugar", "hint": "synonyms for sugar", "clues": [["kale", [4, 5624, 0]], ["boodle", [4, 5624, 1]], ["saccharide", [4, 5624, 2]], ["scratch", [4, 5624, 3]], ["refined sugar", [4, 5624, 4]], ["dinero", [4, 5624, 5]], ["shekels", [4, 5624, 6]], ["cabbage", [4, 5624, 7]], ["carbohydrate", [4, 5624, 8]], ["lettuce", [4, 5624, 9]], ["gelt", [4, 5624, 10]], ["lucre", [4, 5624, 11]], ["dough", [4, 5624, 12]], ["wampum", [4, 5624, 13]], ["pelf", [4, 5624, 14]], ["clams", [4, 5624, 15]], ["lolly", [4, 5624, 16]], ["loot", [4, 5624, 17]], ["bread", [4, 5624, 18]], ["simoleons", [4, 5624, 19]], ["moolah", [4, 5624, 20]]]}, {"answer": "suggestion", "hint": "synonyms for suggestion", "clues": [["prompting", [4, 5625, 0]], ["mesmerism", [4, 5625, 1]], ["hint", [4, 5625, 2]], ["hypnotism", [4, 5625, 3]], ["proffer", [4, 5625, 4]], ["proposition", [4, 5625, 5]], ["trace", [4, 5625, 6]]]}, {"answer": "suit", "hint": "synonyms for suit", "clues": [["wooing", [4, 5626, 0]], ["courting", [4, 5626, 1]], ["case", [4, 5626, 2]], ["courtship", [4, 5626, 3]], ["causa", [4, 5626, 4]], ["lawsuit", [4, 5626, 5]], ["suit of clothes", [4, 5626, 6]]]}, {"answer": "suit_of_armor", "hint": "synonyms for suit of armor", "clues": [["body armor", [4, 5627, 0]], ["cataphract", [4, 5627, 1]], ["coat of mail", [4, 5627, 2]], ["suit of armour", [4, 5627, 3]]]}, {"answer": "suit_of_armour", "hint": "synonyms for suit of armour", "clues": [["body armor", [4, 5628, 0]], ["cataphract", [4, 5628, 1]], ["coat of mail", [4, 5628, 2]], ["suit of armor", [4, 5628, 3]]]}, {"answer": "suite", "hint": "synonyms for suite", "clues": [["entourage", [4, 5629, 0]], ["retinue", [4, 5629, 1]], ["rooms", [4, 5629, 2]], ["cortege", [4, 5629, 3]]]}, {"answer": "sulfur_mustard", "hint": "synonyms for sulfur mustard", "clues": [["blistering agent", [4, 5630, 0]], ["mustard agent", [4, 5630, 1]], ["mustard gas", [4, 5630, 2]], ["dichloroethyl sulfide", [4, 5630, 3]]]}, {"answer": "sulkiness", "hint": "synonyms for sulkiness", "clues": [["sourness", [4, 5631, 0]], ["huffishness", [4, 5631, 1]], ["sulk", [4, 5631, 2]], ["sullenness", [4, 5631, 3]], ["moroseness", [4, 5631, 4]]]}, {"answer": "sullenness", "hint": "synonyms for sullenness", "clues": [["sourness", [4, 5632, 0]], ["glumness", [4, 5632, 1]], ["moroseness", [4, 5632, 2]], ["sulkiness", [4, 5632, 3]]]}, {"answer": "sum", "hint": "synonyms for sum", "clues": [["pith", [4, 5633, 0]], ["amount", [4, 5633, 1]], ["marrow", [4, 5633, 2]], ["nub", [4, 5633, 3]], ["total", [4, 5633, 4]], ["join", [4, 5633, 5]], ["gist", [4, 5633, 6]], ["aggregate", [4, 5633, 7]], ["summation", [4, 5633, 8]], ["center", [4, 5633, 9]], ["nitty-gritty", [4, 5633, 10]], ["sum of money", [4, 5633, 11]], ["centre", [4, 5633, 12]], ["inwardness", [4, 5633, 13]], ["amount of money", [4, 5633, 14]], ["substance", [4, 5633, 15]], ["essence", [4, 5633, 16]], ["totality", [4, 5633, 17]], ["kernel", [4, 5633, 18]], ["heart and soul", [4, 5633, 19]], ["core", [4, 5633, 20]], ["meat", [4, 5633, 21]], ["sum total", [4, 5633, 22]], ["union", [4, 5633, 23]], ["heart", [4, 5633, 24]]]}, {"answer": "summation", "hint": "synonyms for summation", "clues": [["plus", [4, 5634, 0]], ["addition", [4, 5634, 1]], ["sum", [4, 5634, 2]], ["sum total", [4, 5634, 3]], ["rundown", [4, 5634, 4]], ["summing up", [4, 5634, 5]]]}, {"answer": "summersault", "hint": "synonyms for summersault", "clues": [["summerset", [4, 5635, 0]], ["somerset", [4, 5635, 1]], ["flip", [4, 5635, 2]], ["somersaulting", [4, 5635, 3]]]}, {"answer": "summerset", "hint": "synonyms for summerset", "clues": [["somerset", [4, 5636, 0]], ["summersault", [4, 5636, 1]], ["flip", [4, 5636, 2]], ["somersaulting", [4, 5636, 3]]]}, {"answer": "summit", "hint": "synonyms for summit", "clues": [["top", [4, 5637, 0]], ["crown", [4, 5637, 1]], ["summit meeting", [4, 5637, 2]], ["tip", [4, 5637, 3]], ["peak", [4, 5637, 4]], ["crest", [4, 5637, 5]]]}, {"answer": "sun_helmet", "hint": "synonyms for sun helmet", "clues": [["pith helmet", [4, 5638, 0]], ["topi", [4, 5638, 1]], ["topee", [4, 5638, 2]], ["pith hat", [4, 5638, 3]]]}, {"answer": "sun_lounge", "hint": "synonyms for sun lounge", "clues": [["solarium", [4, 5639, 0]], ["sun porch", [4, 5639, 1]], ["sun parlor", [4, 5639, 2]], ["sunroom", [4, 5639, 3]]]}, {"answer": "sun_parlor", "hint": "synonyms for sun parlor", "clues": [["solarium", [4, 5640, 0]], ["sun porch", [4, 5640, 1]], ["sunroom", [4, 5640, 2]], ["sun lounge", [4, 5640, 3]], ["sun parlour", [4, 5640, 4]]]}, {"answer": "sun_parlour", "hint": "synonyms for sun parlour", "clues": [["solarium", [4, 5641, 0]], ["sun porch", [4, 5641, 1]], ["sun parlor", [4, 5641, 2]], ["sunroom", [4, 5641, 3]], ["sun lounge", [4, 5641, 4]]]}, {"answer": "sun_porch", "hint": "synonyms for sun porch", "clues": [["solarium", [4, 5642, 0]], ["sunporch", [4, 5642, 1]], ["sun parlor", [4, 5642, 2]], ["sunroom", [4, 5642, 3]], ["sun lounge", [4, 5642, 4]]]}, {"answer": "sunporch", "hint": "synonyms for sunporch", "clues": [["solarium", [4, 5643, 0]], ["sun porch", [4, 5643, 1]], ["sun parlor", [4, 5643, 2]], ["sunroom", [4, 5643, 3]], ["sun lounge", [4, 5643, 4]]]}, {"answer": "sunroom", "hint": "synonyms for sunroom", "clues": [["solarium", [4, 5644, 0]], ["sun porch", [4, 5644, 1]], ["sun parlor", [4, 5644, 2]], ["sun lounge", [4, 5644, 3]]]}, {"answer": "sunshine", "hint": "synonyms for sunshine", "clues": [["fair weather", [4, 5645, 0]], ["cheerfulness", [4, 5645, 1]], ["sunlight", [4, 5645, 2]], ["sun", [4, 5645, 3]], ["temperateness", [4, 5645, 4]], ["sunniness", [4, 5645, 5]], ["cheer", [4, 5645, 6]]]}, {"answer": "sunup", "hint": "synonyms for sunup", "clues": [["break of day", [4, 5646, 0]], ["first light", [4, 5646, 1]], ["dawn", [4, 5646, 2]], ["daybreak", [4, 5646, 3]], ["aurora", [4, 5646, 4]], ["dayspring", [4, 5646, 5]], ["sunrise", [4, 5646, 6]], ["morning", [4, 5646, 7]], ["cockcrow", [4, 5646, 8]]]}, {"answer": "super_acid", "hint": "synonyms for super acid", "clues": [["jet", [4, 5647, 0]], ["super C", [4, 5647, 1]], ["special K", [4, 5647, 2]], ["green", [4, 5647, 3]], ["cat valium", [4, 5647, 4]], ["honey oil", [4, 5647, 5]]]}, {"answer": "super_c", "hint": "synonyms for super c", "clues": [["jet", [4, 5648, 0]], ["super acid", [4, 5648, 1]], ["super C", [4, 5648, 2]], ["special K", [4, 5648, 3]], ["green", [4, 5648, 4]], ["cat valium", [4, 5648, 5]], ["honey oil", [4, 5648, 6]]]}, {"answer": "superannuation", "hint": "synonyms for superannuation", "clues": [["retirement check", [4, 5649, 0]], ["obsoleteness", [4, 5649, 1]], ["old-age pension", [4, 5649, 2]], ["retirement benefit", [4, 5649, 3]], ["retirement fund", [4, 5649, 4]], ["retirement pension", [4, 5649, 5]]]}, {"answer": "superhighway", "hint": "synonyms for superhighway", "clues": [["motorway", [4, 5650, 0]], ["state highway", [4, 5650, 1]], ["information superhighway", [4, 5650, 2]], ["thruway", [4, 5650, 3]], ["pike", [4, 5650, 4]], ["freeway", [4, 5650, 5]], ["expressway", [4, 5650, 6]], ["throughway", [4, 5650, 7]]]}, {"answer": "superman", "hint": "synonyms for superman", "clues": [["back breaker", [4, 5651, 0]], ["loony toons", [4, 5651, 1]], ["pane", [4, 5651, 2]], ["battery-acid", [4, 5651, 3]], ["dose", [4, 5651, 4]], ["dot", [4, 5651, 5]], ["window pane", [4, 5651, 6]], ["acid", [4, 5651, 7]]]}, {"answer": "superpower", "hint": "synonyms for superpower", "clues": [["world power", [4, 5652, 0]], ["great power", [4, 5652, 1]], ["major power", [4, 5652, 2]], ["power", [4, 5652, 3]]]}, {"answer": "supplement", "hint": "synonyms for supplement", "clues": [["postscript", [4, 5653, 0]], ["supplementation", [4, 5653, 1]], ["accessory", [4, 5653, 2]], ["addendum", [4, 5653, 3]], ["appurtenance", [4, 5653, 4]], ["add-on", [4, 5653, 5]]]}, {"answer": "suppleness", "hint": "synonyms for suppleness", "clues": [["pliantness", [4, 5654, 0]], ["pliancy", [4, 5654, 1]], ["litheness", [4, 5654, 2]], ["pliability", [4, 5654, 3]], ["lissomeness", [4, 5654, 4]]]}, {"answer": "support", "hint": "synonyms for support", "clues": [["reinforcement", [4, 5655, 0]], ["bread and butter", [4, 5655, 1]], ["backup", [4, 5655, 2]], ["financial backing", [4, 5655, 3]], ["accompaniment", [4, 5655, 4]], ["documentation", [4, 5655, 5]], ["keep", [4, 5655, 6]], ["supporting", [4, 5655, 7]], ["backing", [4, 5655, 8]], ["livelihood", [4, 5655, 9]], ["financial support", [4, 5655, 10]], ["funding", [4, 5655, 11]], ["living", [4, 5655, 12]], ["sustenance", [4, 5655, 13]], ["musical accompaniment", [4, 5655, 14]]]}, {"answer": "supporter", "hint": "synonyms for supporter", "clues": [["garter", [4, 5656, 0]], ["suspensor", [4, 5656, 1]], ["athletic supporter", [4, 5656, 2]], ["jockstrap", [4, 5656, 3]], ["jock", [4, 5656, 4]]]}, {"answer": "supposition", "hint": "synonyms for supposition", "clues": [["supposal", [4, 5657, 0]], ["speculation", [4, 5657, 1]], ["conjecture", [4, 5657, 2]], ["assumption", [4, 5657, 3]], ["guess", [4, 5657, 4]], ["hypothesis", [4, 5657, 5]], ["surmisal", [4, 5657, 6]], ["surmise", [4, 5657, 7]]]}, {"answer": "suppression", "hint": "synonyms for suppression", "clues": [["stifling", [4, 5658, 0]], ["inhibition", [4, 5658, 1]], ["crushing", [4, 5658, 2]], ["curtailment", [4, 5658, 3]], ["quelling", [4, 5658, 4]]]}, {"answer": "sureness", "hint": "synonyms for sureness", "clues": [["self-confidence", [4, 5659, 0]], ["assurance", [4, 5659, 1]], ["authority", [4, 5659, 2]], ["self-assurance", [4, 5659, 3]], ["confidence", [4, 5659, 4]]]}, {"answer": "surge", "hint": "synonyms for surge", "clues": [["spate", [4, 5660, 0]], ["billow", [4, 5660, 1]], ["rush", [4, 5660, 2]], ["upsurge", [4, 5660, 3]]]}, {"answer": "surge_protector", "hint": "synonyms for surge protector", "clues": [["lightning arrester", [4, 5661, 0]], ["surge suppressor", [4, 5661, 1]], ["spike arrester", [4, 5661, 2]], ["spike suppressor", [4, 5661, 3]]]}, {"answer": "surge_suppressor", "hint": "synonyms for surge suppressor", "clues": [["lightning arrester", [4, 5662, 0]], ["spike arrester", [4, 5662, 1]], ["surge protector", [4, 5662, 2]], ["spike suppressor", [4, 5662, 3]]]}, {"answer": "surgery", "hint": "synonyms for surgery", "clues": [["operating theatre", [4, 5663, 0]], ["surgical procedure", [4, 5663, 1]], ["operation", [4, 5663, 2]], ["operating room", [4, 5663, 3]], ["surgical process", [4, 5663, 4]], ["surgical operation", [4, 5663, 5]]]}, {"answer": "surgical_operation", "hint": "synonyms for surgical operation", "clues": [["surgical procedure", [4, 5664, 0]], ["operation", [4, 5664, 1]], ["surgical process", [4, 5664, 2]], ["surgery", [4, 5664, 3]]]}, {"answer": "surgical_procedure", "hint": "synonyms for surgical procedure", "clues": [["surgical operation", [4, 5665, 0]], ["operation", [4, 5665, 1]], ["surgical process", [4, 5665, 2]], ["surgery", [4, 5665, 3]]]}, {"answer": "surgical_process", "hint": "synonyms for surgical process", "clues": [["surgical operation", [4, 5666, 0]], ["surgical procedure", [4, 5666, 1]], ["operation", [4, 5666, 2]], ["surgery", [4, 5666, 3]]]}, {"answer": "surliness", "hint": "synonyms for surliness", "clues": [["irritability", [4, 5667, 0]], ["biliousness", [4, 5667, 1]], ["peevishness", [4, 5667, 2]], ["snappishness", [4, 5667, 3]], ["temper", [4, 5667, 4]], ["pettishness", [4, 5667, 5]]]}, {"answer": "surmisal", "hint": "synonyms for surmisal", "clues": [["guess", [4, 5668, 0]], ["speculation", [4, 5668, 1]], ["hypothesis", [4, 5668, 2]], ["conjecture", [4, 5668, 3]], ["supposition", [4, 5668, 4]], ["surmise", [4, 5668, 5]]]}, {"answer": "surmise", "hint": "synonyms for surmise", "clues": [["guess", [4, 5669, 0]], ["speculation", [4, 5669, 1]], ["hypothesis", [4, 5669, 2]], ["conjecture", [4, 5669, 3]], ["supposition", [4, 5669, 4]], ["surmisal", [4, 5669, 5]]]}, {"answer": "surrender", "hint": "synonyms for surrender", "clues": [["capitulation", [4, 5670, 0]], ["resignation", [4, 5670, 1]], ["fall", [4, 5670, 2]], ["giving up", [4, 5670, 3]], ["yielding", [4, 5670, 4]]]}, {"answer": "survey", "hint": "synonyms for survey", "clues": [["resume", [4, 5671, 0]], ["view", [4, 5671, 1]], ["study", [4, 5671, 2]], ["sight", [4, 5671, 3]], ["sketch", [4, 5671, 4]]]}, {"answer": "suspension", "hint": "synonyms for suspension", "clues": [["hanging", [4, 5672, 0]], ["dangling", [4, 5672, 1]], ["respite", [4, 5672, 2]], ["break", [4, 5672, 3]], ["hiatus", [4, 5672, 4]], ["temporary removal", [4, 5672, 5]], ["interruption", [4, 5672, 6]], ["reprieve", [4, 5672, 7]], ["suspension system", [4, 5672, 8]], ["pause", [4, 5672, 9]], ["abatement", [4, 5672, 10]], ["intermission", [4, 5672, 11]]]}, {"answer": "suspensor", "hint": "synonyms for suspensor", "clues": [["supporter", [4, 5673, 0]], ["jockstrap", [4, 5673, 1]], ["jock", [4, 5673, 2]], ["athletic supporter", [4, 5673, 3]]]}, {"answer": "suspicion", "hint": "synonyms for suspicion", "clues": [["intuition", [4, 5674, 0]], ["hunch", [4, 5674, 1]], ["mistrust", [4, 5674, 2]], ["suspiciousness", [4, 5674, 3]], ["misgiving", [4, 5674, 4]]]}, {"answer": "sustainment", "hint": "synonyms for sustainment", "clues": [["sustenance", [4, 5675, 0]], ["maintenance", [4, 5675, 1]], ["sustentation", [4, 5675, 2]], ["upkeep", [4, 5675, 3]]]}, {"answer": "sustenance", "hint": "synonyms for sustenance", "clues": [["maintenance", [4, 5676, 0]], ["victuals", [4, 5676, 1]], ["nutriment", [4, 5676, 2]], ["bread and butter", [4, 5676, 3]], ["support", [4, 5676, 4]], ["living", [4, 5676, 5]], ["aliment", [4, 5676, 6]], ["sustentation", [4, 5676, 7]], ["upkeep", [4, 5676, 8]], ["keep", [4, 5676, 9]], ["nutrition", [4, 5676, 10]], ["livelihood", [4, 5676, 11]], ["alimentation", [4, 5676, 12]], ["nourishment", [4, 5676, 13]], ["sustainment", [4, 5676, 14]]]}, {"answer": "sustentation", "hint": "synonyms for sustentation", "clues": [["sustenance", [4, 5677, 0]], ["maintenance", [4, 5677, 1]], ["upkeep", [4, 5677, 2]], ["sustainment", [4, 5677, 3]]]}, {"answer": "swag", "hint": "synonyms for swag", "clues": [["pillage", [4, 5678, 0]], ["plunder", [4, 5678, 1]], ["prize", [4, 5678, 2]], ["dirty money", [4, 5678, 3]], ["loot", [4, 5678, 4]], ["booty", [4, 5678, 5]]]}, {"answer": "swearing", "hint": "synonyms for swearing", "clues": [["swearword", [4, 5679, 0]], ["expletive", [4, 5679, 1]], ["oath", [4, 5679, 2]], ["curse word", [4, 5679, 3]], ["curse", [4, 5679, 4]], ["cuss", [4, 5679, 5]]]}, {"answer": "swearword", "hint": "synonyms for swearword", "clues": [["expletive", [4, 5680, 0]], ["oath", [4, 5680, 1]], ["curse word", [4, 5680, 2]], ["swearing", [4, 5680, 3]], ["curse", [4, 5680, 4]], ["cuss", [4, 5680, 5]]]}, {"answer": "sweat", "hint": "synonyms for sweat", "clues": [["effort", [4, 5681, 0]], ["exertion", [4, 5681, 1]], ["elbow grease", [4, 5681, 2]], ["travail", [4, 5681, 3]]]}, {"answer": "sweating", "hint": "synonyms for sweating", "clues": [["perspiration", [4, 5682, 0]], ["hidrosis", [4, 5682, 1]], ["sudation", [4, 5682, 2]], ["diaphoresis", [4, 5682, 3]]]}, {"answer": "sweats", "hint": "synonyms for sweats", "clues": [["sweat", [4, 5683, 0]], ["exertion", [4, 5683, 1]], ["travail", [4, 5683, 2]], ["sweatsuit", [4, 5683, 3]], ["elbow grease", [4, 5683, 4]], ["effort", [4, 5683, 5]], ["workout suit", [4, 5683, 6]]]}, {"answer": "sweep", "hint": "synonyms for sweep", "clues": [["slam", [4, 5684, 0]], ["expanse", [4, 5684, 1]], ["sweep oar", [4, 5684, 2]], ["end run", [4, 5684, 3]]]}, {"answer": "sweetener", "hint": "synonyms for sweetener", "clues": [["hook", [4, 5685, 0]], ["come-on", [4, 5685, 1]], ["sweetening", [4, 5685, 2]], ["lure", [4, 5685, 3]], ["bait", [4, 5685, 4]]]}, {"answer": "sweetness", "hint": "synonyms for sweetness", "clues": [["sugariness", [4, 5686, 0]], ["sweet", [4, 5686, 1]], ["redolence", [4, 5686, 2]], ["fragrance", [4, 5686, 3]], ["pleasantness", [4, 5686, 4]], ["bouquet", [4, 5686, 5]]]}, {"answer": "swelling", "hint": "synonyms for swelling", "clues": [["jut", [4, 5687, 0]], ["intumescence", [4, 5687, 1]], ["protuberance", [4, 5687, 2]], ["gibbosity", [4, 5687, 3]], ["gibbousness", [4, 5687, 4]], ["bulge", [4, 5687, 5]], ["extrusion", [4, 5687, 6]], ["prominence", [4, 5687, 7]], ["bump", [4, 5687, 8]], ["excrescence", [4, 5687, 9]], ["protrusion", [4, 5687, 10]], ["hump", [4, 5687, 11]]]}, {"answer": "swimming_costume", "hint": "synonyms for swimming costume", "clues": [["swimsuit", [4, 5688, 0]], ["bathing costume", [4, 5688, 1]], ["bathing suit", [4, 5688, 2]], ["swimwear", [4, 5688, 3]]]}, {"answer": "swimsuit", "hint": "synonyms for swimsuit", "clues": [["swimming costume", [4, 5689, 0]], ["bathing costume", [4, 5689, 1]], ["bathing suit", [4, 5689, 2]], ["swimwear", [4, 5689, 3]]]}, {"answer": "swimwear", "hint": "synonyms for swimwear", "clues": [["swimming costume", [4, 5690, 0]], ["bathing costume", [4, 5690, 1]], ["bathing suit", [4, 5690, 2]], ["swimsuit", [4, 5690, 3]]]}, {"answer": "swing", "hint": "synonyms for swing", "clues": [["golf shot", [4, 5691, 0]], ["jive", [4, 5691, 1]], ["cut", [4, 5691, 2]], ["lilt", [4, 5691, 3]], ["swinging", [4, 5691, 4]], ["baseball swing", [4, 5691, 5]], ["vacillation", [4, 5691, 6]], ["golf stroke", [4, 5691, 7]], ["swing music", [4, 5691, 8]]]}, {"answer": "switch", "hint": "synonyms for switch", "clues": [["transposition", [4, 5692, 0]], ["substitution", [4, 5692, 1]], ["switching", [4, 5692, 2]], ["shift", [4, 5692, 3]], ["electric switch", [4, 5692, 4]], ["replacement", [4, 5692, 5]], ["permutation", [4, 5692, 6]]]}, {"answer": "symbolisation", "hint": "synonyms for symbolisation", "clues": [["symbolization", [4, 5693, 0]], ["symbolic representation", [4, 5693, 1]], ["symbolism", [4, 5693, 2]], ["symbol", [4, 5693, 3]]]}, {"answer": "symbolization", "hint": "synonyms for symbolization", "clues": [["symbolisation", [4, 5694, 0]], ["symbolic representation", [4, 5694, 1]], ["symbolism", [4, 5694, 2]], ["symbol", [4, 5694, 3]]]}, {"answer": "symmetry", "hint": "synonyms for symmetry", "clues": [["isotropy", [4, 5695, 0]], ["symmetricalness", [4, 5695, 1]], ["proportion", [4, 5695, 2]], ["balance", [4, 5695, 3]], ["correspondence", [4, 5695, 4]]]}, {"answer": "synchroneity", "hint": "synonyms for synchroneity", "clues": [["synchrony", [4, 5696, 0]], ["synchronizing", [4, 5696, 1]], ["synchronicity", [4, 5696, 2]], ["synchronism", [4, 5696, 3]], ["synchronisation", [4, 5696, 4]]]}, {"answer": "synchronicity", "hint": "synonyms for synchronicity", "clues": [["synchrony", [4, 5697, 0]], ["synchronizing", [4, 5697, 1]], ["synchronism", [4, 5697, 2]], ["synchronisation", [4, 5697, 3]]]}, {"answer": "synchronisation", "hint": "synonyms for synchronisation", "clues": [["synchrony", [4, 5698, 0]], ["synchronicity", [4, 5698, 1]], ["synchronization", [4, 5698, 2]], ["synchronising", [4, 5698, 3]], ["synchronism", [4, 5698, 4]]]}, {"answer": "synchronism", "hint": "synonyms for synchronism", "clues": [["synchrony", [4, 5699, 0]], ["synchronizing", [4, 5699, 1]], ["synchronicity", [4, 5699, 2]], ["synchronisation", [4, 5699, 3]]]}, {"answer": "synchronization", "hint": "synonyms for synchronization", "clues": [["synchrony", [4, 5700, 0]], ["synchronicity", [4, 5700, 1]], ["synchronisation", [4, 5700, 2]], ["synchronizing", [4, 5700, 3]], ["synchronism", [4, 5700, 4]]]}, {"answer": "synchronizing", "hint": "synonyms for synchronizing", "clues": [["synchrony", [4, 5701, 0]], ["synchronicity", [4, 5701, 1]], ["synchronization", [4, 5701, 2]], ["synchronising", [4, 5701, 3]], ["synchronism", [4, 5701, 4]]]}, {"answer": "synchrony", "hint": "synonyms for synchrony", "clues": [["synchronizing", [4, 5702, 0]], ["synchronicity", [4, 5702, 1]], ["synchronism", [4, 5702, 2]], ["synchronisation", [4, 5702, 3]]]}, {"answer": "syncope", "hint": "synonyms for syncope", "clues": [["faint", [4, 5703, 0]], ["deliquium", [4, 5703, 1]], ["syncopation", [4, 5703, 2]], ["swoon", [4, 5703, 3]]]}, {"answer": "syndicate", "hint": "synonyms for syndicate", "clues": [["mob", [4, 5704, 0]], ["crime syndicate", [4, 5704, 1]], ["pool", [4, 5704, 2]], ["family", [4, 5704, 3]], ["consortium", [4, 5704, 4]]]}, {"answer": "synthetic_heroin", "hint": "synonyms for synthetic heroin", "clues": [["methadon", [4, 5705, 0]], ["fixer", [4, 5705, 1]], ["methadone hydrochloride", [4, 5705, 2]], ["dolophine hydrochloride", [4, 5705, 3]]]}, {"answer": "system", "hint": "synonyms for system", "clues": [["organization", [4, 5706, 0]], ["arrangement", [4, 5706, 1]], ["system of rules", [4, 5706, 2]], ["scheme", [4, 5706, 3]]]}, {"answer": "t", "hint": "synonyms for t", "clues": [["tonne", [4, 5707, 0]], ["thymine", [4, 5707, 1]], ["metric ton", [4, 5707, 2]], ["deoxythymidine monophosphate", [4, 5707, 3]]]}, {"answer": "tab", "hint": "synonyms for tab", "clues": [["chit", [4, 5708, 0]], ["lozenge", [4, 5708, 1]], ["check", [4, 5708, 2]], ["tabloid", [4, 5708, 3]], ["tab key", [4, 5708, 4]], ["yellow journalism", [4, 5708, 5]], ["tablet", [4, 5708, 6]], ["pill", [4, 5708, 7]]]}, {"answer": "tablet", "hint": "synonyms for tablet", "clues": [["pad", [4, 5709, 0]], ["lozenge", [4, 5709, 1]], ["pad of paper", [4, 5709, 2]], ["tab", [4, 5709, 3]], ["pill", [4, 5709, 4]]]}, {"answer": "tabloid", "hint": "synonyms for tabloid", "clues": [["yellow journalism", [4, 5710, 0]], ["tab", [4, 5710, 1]], ["sheet", [4, 5710, 2]], ["rag", [4, 5710, 3]]]}, {"answer": "tack", "hint": "synonyms for tack", "clues": [["saddlery", [4, 5711, 0]], ["mainsheet", [4, 5711, 1]], ["stable gear", [4, 5711, 2]], ["tacking", [4, 5711, 3]], ["shroud", [4, 5711, 4]], ["weather sheet", [4, 5711, 5]], ["sheet", [4, 5711, 6]]]}, {"answer": "tackiness", "hint": "synonyms for tackiness", "clues": [["ropiness", [4, 5712, 0]], ["gumminess", [4, 5712, 1]], ["viscidity", [4, 5712, 2]], ["gluiness", [4, 5712, 3]], ["sleaze", [4, 5712, 4]], ["viscidness", [4, 5712, 5]], ["cohesiveness", [4, 5712, 6]], ["cheapness", [4, 5712, 7]], ["tat", [4, 5712, 8]], ["glueyness", [4, 5712, 9]]]}, {"answer": "tacking", "hint": "synonyms for tacking", "clues": [["basting stitch", [4, 5713, 0]], ["tack", [4, 5713, 1]], ["baste", [4, 5713, 2]], ["basting", [4, 5713, 3]]]}, {"answer": "tackle", "hint": "synonyms for tackle", "clues": [["fishing rig", [4, 5714, 0]], ["rig", [4, 5714, 1]], ["fishing tackle", [4, 5714, 2]], ["rigging", [4, 5714, 3]], ["fishing gear", [4, 5714, 4]]]}, {"answer": "tactile_sensation", "hint": "synonyms for tactile sensation", "clues": [["touch", [4, 5715, 0]], ["tactual sensation", [4, 5715, 1]], ["touch sensation", [4, 5715, 2]], ["feeling", [4, 5715, 3]]]}, {"answer": "tactual_sensation", "hint": "synonyms for tactual sensation", "clues": [["skin perceptiveness", [4, 5716, 0]], ["touch sensation", [4, 5716, 1]], ["feeling", [4, 5716, 2]], ["touch perception", [4, 5716, 3]], ["touch", [4, 5716, 4]], ["tactile sensation", [4, 5716, 5]], ["tactility", [4, 5716, 6]]]}, {"answer": "taffy_apple", "hint": "synonyms for taffy apple", "clues": [["candy apple", [4, 5717, 0]], ["caramel apple", [4, 5717, 1]], ["candied apple", [4, 5717, 2]], ["toffee apple", [4, 5717, 3]]]}, {"answer": "tag", "hint": "synonyms for tag", "clues": [["tatter", [4, 5718, 0]], ["tag end", [4, 5718, 1]], ["shred", [4, 5718, 2]], ["ticket", [4, 5718, 3]], ["rag", [4, 5718, 4]]]}, {"answer": "tag_end", "hint": "synonyms for tag end", "clues": [["tag", [4, 5719, 0]], ["rag", [4, 5719, 1]], ["shred", [4, 5719, 2]], ["tatter", [4, 5719, 3]]]}, {"answer": "tail", "hint": "synonyms for tail", "clues": [["tail assembly", [4, 5720, 0]], ["tail end", [4, 5720, 1]], ["empennage", [4, 5720, 2]], ["after part", [4, 5720, 3]], ["stern", [4, 5720, 4]], ["poop", [4, 5720, 5]], ["fag end", [4, 5720, 6]], ["quarter", [4, 5720, 7]]]}, {"answer": "tail_coat", "hint": "synonyms for tail coat", "clues": [["tailcoat", [4, 5721, 0]], ["full dress", [4, 5721, 1]], ["white tie and tails", [4, 5721, 2]], ["white tie", [4, 5721, 3]], ["tails", [4, 5721, 4]], ["dress suit", [4, 5721, 5]]]}, {"answer": "tail_fin", "hint": "synonyms for tail fin", "clues": [["vertical fin", [4, 5722, 0]], ["tailfin", [4, 5722, 1]], ["vertical stabilizer", [4, 5722, 2]], ["fin", [4, 5722, 3]]]}, {"answer": "tailcoat", "hint": "synonyms for tailcoat", "clues": [["full dress", [4, 5723, 0]], ["white tie and tails", [4, 5723, 1]], ["tail coat", [4, 5723, 2]], ["white tie", [4, 5723, 3]], ["tails", [4, 5723, 4]], ["dress suit", [4, 5723, 5]]]}, {"answer": "tailfin", "hint": "synonyms for tailfin", "clues": [["vertical fin", [4, 5724, 0]], ["tail fin", [4, 5724, 1]], ["vertical stabilizer", [4, 5724, 2]], ["fin", [4, 5724, 3]]]}, {"answer": "tails", "hint": "synonyms for tails", "clues": [["tail assembly", [4, 5725, 0]], ["tailcoat", [4, 5725, 1]], ["tail", [4, 5725, 2]], ["stern", [4, 5725, 3]], ["poop", [4, 5725, 4]], ["tail end", [4, 5725, 5]], ["dress suit", [4, 5725, 6]], ["fag end", [4, 5725, 7]], ["quarter", [4, 5725, 8]], ["empennage", [4, 5725, 9]], ["after part", [4, 5725, 10]], ["white tie", [4, 5725, 11]], ["full dress", [4, 5725, 12]], ["white tie and tails", [4, 5725, 13]]]}, {"answer": "take", "hint": "synonyms for take", "clues": [["proceeds", [4, 5726, 0]], ["payoff", [4, 5726, 1]], ["yield", [4, 5726, 2]], ["return", [4, 5726, 3]], ["issue", [4, 5726, 4]], ["takings", [4, 5726, 5]]]}, {"answer": "takeoff", "hint": "synonyms for takeoff", "clues": [["sendup", [4, 5727, 0]], ["travesty", [4, 5727, 1]], ["pasquinade", [4, 5727, 2]], ["parody", [4, 5727, 3]], ["mockery", [4, 5727, 4]], ["spoof", [4, 5727, 5]], ["put-on", [4, 5727, 6]], ["charade", [4, 5727, 7]], ["burlesque", [4, 5727, 8]], ["lampoon", [4, 5727, 9]]]}, {"answer": "takeoff_booster", "hint": "synonyms for takeoff booster", "clues": [["booster unit", [4, 5728, 0]], ["booster", [4, 5728, 1]], ["takeoff rocket", [4, 5728, 2]], ["booster rocket", [4, 5728, 3]]]}, {"answer": "takeoff_rocket", "hint": "synonyms for takeoff rocket", "clues": [["takeoff booster", [4, 5729, 0]], ["booster unit", [4, 5729, 1]], ["booster", [4, 5729, 2]], ["booster rocket", [4, 5729, 3]]]}, {"answer": "taking_into_custody", "hint": "synonyms for taking into custody", "clues": [["pinch", [4, 5730, 0]], ["catch", [4, 5730, 1]], ["arrest", [4, 5730, 2]], ["collar", [4, 5730, 3]], ["apprehension", [4, 5730, 4]]]}, {"answer": "takings", "hint": "synonyms for takings", "clues": [["proceeds", [4, 5731, 0]], ["taking", [4, 5731, 1]], ["payoff", [4, 5731, 2]], ["yield", [4, 5731, 3]], ["return", [4, 5731, 4]], ["pickings", [4, 5731, 5]], ["issue", [4, 5731, 6]], ["take", [4, 5731, 7]]]}, {"answer": "tale", "hint": "synonyms for tale", "clues": [["fib", [4, 5732, 0]], ["taradiddle", [4, 5732, 1]], ["narrative", [4, 5732, 2]], ["story", [4, 5732, 3]], ["narration", [4, 5732, 4]]]}, {"answer": "talk", "hint": "synonyms for talk", "clues": [["lecture", [4, 5733, 0]], ["talk of the town", [4, 5733, 1]], ["talking", [4, 5733, 2]], ["public lecture", [4, 5733, 3]]]}, {"answer": "talkativeness", "hint": "synonyms for talkativeness", "clues": [["loquacity", [4, 5734, 0]], ["garrulity", [4, 5734, 1]], ["garrulousness", [4, 5734, 2]], ["loquaciousness", [4, 5734, 3]]]}, {"answer": "talks", "hint": "synonyms for talks", "clues": [["talk", [4, 5735, 0]], ["lecture", [4, 5735, 1]], ["talk of the town", [4, 5735, 2]], ["dialogue", [4, 5735, 3]], ["public lecture", [4, 5735, 4]], ["negotiation", [4, 5735, 5]]]}, {"answer": "tally", "hint": "synonyms for tally", "clues": [["reckoning", [4, 5736, 0]], ["enumeration", [4, 5736, 1]], ["counting", [4, 5736, 2]], ["run", [4, 5736, 3]]]}, {"answer": "tameness", "hint": "synonyms for tameness", "clues": [["vapidity", [4, 5737, 0]], ["jejuneness", [4, 5737, 1]], ["domestication", [4, 5737, 2]], ["vapidness", [4, 5737, 3]], ["jejunity", [4, 5737, 4]]]}, {"answer": "tang", "hint": "synonyms for tang", "clues": [["savor", [4, 5738, 0]], ["piquantness", [4, 5738, 1]], ["nip", [4, 5738, 2]], ["relish", [4, 5738, 3]], ["sapidity", [4, 5738, 4]], ["zest", [4, 5738, 5]], ["flavor", [4, 5738, 6]], ["smack", [4, 5738, 7]], ["piquancy", [4, 5738, 8]], ["tanginess", [4, 5738, 9]]]}, {"answer": "tanginess", "hint": "synonyms for tanginess", "clues": [["zest", [4, 5739, 0]], ["piquantness", [4, 5739, 1]], ["piquancy", [4, 5739, 2]], ["nip", [4, 5739, 3]], ["tang", [4, 5739, 4]]]}, {"answer": "tank", "hint": "synonyms for tank", "clues": [["armored combat vehicle", [4, 5740, 0]], ["army tank", [4, 5740, 1]], ["cooler", [4, 5740, 2]], ["tank car", [4, 5740, 3]], ["tankful", [4, 5740, 4]], ["storage tank", [4, 5740, 5]]]}, {"answer": "tanning", "hint": "synonyms for tanning", "clues": [["flagellation", [4, 5741, 0]], ["whipping", [4, 5741, 1]], ["flogging", [4, 5741, 2]], ["lashing", [4, 5741, 3]]]}, {"answer": "tap", "hint": "synonyms for tap", "clues": [["hydrant", [4, 5742, 0]], ["spigot", [4, 5742, 1]], ["strike", [4, 5742, 2]], ["wiretap", [4, 5742, 3]], ["dab", [4, 5742, 4]], ["water tap", [4, 5742, 5]], ["water faucet", [4, 5742, 6]], ["pat", [4, 5742, 7]], ["rap", [4, 5742, 8]]]}, {"answer": "tape", "hint": "synonyms for tape", "clues": [["tape recording", [4, 5743, 0]], ["tape measure", [4, 5743, 1]], ["taping", [4, 5743, 2]], ["magnetic tape", [4, 5743, 3]], ["mag tape", [4, 5743, 4]], ["tapeline", [4, 5743, 5]]]}, {"answer": "taphouse", "hint": "synonyms for taphouse", "clues": [["pub", [4, 5744, 0]], ["pothouse", [4, 5744, 1]], ["saloon", [4, 5744, 2]], ["gin mill", [4, 5744, 3]], ["public house", [4, 5744, 4]]]}, {"answer": "taproom", "hint": "synonyms for taproom", "clues": [["saloon", [4, 5745, 0]], ["bar", [4, 5745, 1]], ["barroom", [4, 5745, 2]], ["ginmill", [4, 5745, 3]]]}, {"answer": "taps", "hint": "synonyms for taps", "clues": [["spigot", [4, 5746, 0]], ["dab", [4, 5746, 1]], ["tap", [4, 5746, 2]], ["pat", [4, 5746, 3]], ["rap", [4, 5746, 4]], ["hydrant", [4, 5746, 5]], ["strike", [4, 5746, 6]], ["wiretap", [4, 5746, 7]], ["water tap", [4, 5746, 8]], ["water faucet", [4, 5746, 9]], ["lights-out", [4, 5746, 10]]]}, {"answer": "taradiddle", "hint": "synonyms for taradiddle", "clues": [["tarradiddle", [4, 5747, 0]], ["fib", [4, 5747, 1]], ["twaddle", [4, 5747, 2]], ["baloney", [4, 5747, 3]], ["tosh", [4, 5747, 4]], ["bilgewater", [4, 5747, 5]], ["bosh", [4, 5747, 6]], ["tale", [4, 5747, 7]], ["tommyrot", [4, 5747, 8]], ["humbug", [4, 5747, 9]], ["story", [4, 5747, 10]], ["drool", [4, 5747, 11]]]}, {"answer": "tarchanoff_phenomenon", "hint": "synonyms for tarchanoff phenomenon", "clues": [["psychogalvanic response", [4, 5748, 0]], ["electrodermal response", [4, 5748, 1]], ["electrical skin response", [4, 5748, 2]], ["galvanic skin response", [4, 5748, 3]]]}, {"answer": "target", "hint": "synonyms for target", "clues": [["target area", [4, 5749, 0]], ["mark", [4, 5749, 1]], ["object", [4, 5749, 2]], ["aim", [4, 5749, 3]], ["objective", [4, 5749, 4]], ["butt", [4, 5749, 5]]]}, {"answer": "taro", "hint": "synonyms for taro", "clues": [["taro root", [4, 5750, 0]], ["dasheen", [4, 5750, 1]], ["edda", [4, 5750, 2]], ["cocoyam", [4, 5750, 3]]]}, {"answer": "taro_root", "hint": "synonyms for taro root", "clues": [["taro", [4, 5751, 0]], ["dasheen", [4, 5751, 1]], ["edda", [4, 5751, 2]], ["cocoyam", [4, 5751, 3]]]}, {"answer": "tarradiddle", "hint": "synonyms for tarradiddle", "clues": [["fib", [4, 5752, 0]], ["twaddle", [4, 5752, 1]], ["baloney", [4, 5752, 2]], ["tosh", [4, 5752, 3]], ["bilgewater", [4, 5752, 4]], ["bosh", [4, 5752, 5]], ["taradiddle", [4, 5752, 6]], ["tale", [4, 5752, 7]], ["tommyrot", [4, 5752, 8]], ["humbug", [4, 5752, 9]], ["story", [4, 5752, 10]], ["drool", [4, 5752, 11]]]}, {"answer": "tartar", "hint": "synonyms for tartar", "clues": [["tophus", [4, 5753, 0]], ["calculus", [4, 5753, 1]], ["cream of tartar", [4, 5753, 2]], ["potassium bitartrate", [4, 5753, 3]], ["potassium hydrogen tartrate", [4, 5753, 4]]]}, {"answer": "tartness", "hint": "synonyms for tartness", "clues": [["sourness", [4, 5754, 0]], ["sour", [4, 5754, 1]], ["jaundice", [4, 5754, 2]], ["acerbity", [4, 5754, 3]], ["bitterness", [4, 5754, 4]], ["thorniness", [4, 5754, 5]], ["acrimony", [4, 5754, 6]]]}, {"answer": "task", "hint": "synonyms for task", "clues": [["undertaking", [4, 5755, 0]], ["job", [4, 5755, 1]], ["labor", [4, 5755, 2]], ["project", [4, 5755, 3]], ["chore", [4, 5755, 4]]]}, {"answer": "taste", "hint": "synonyms for taste", "clues": [["discernment", [4, 5756, 0]], ["tasting", [4, 5756, 1]], ["perceptiveness", [4, 5756, 2]], ["gustatory sensation", [4, 5756, 3]], ["predilection", [4, 5756, 4]], ["mouthful", [4, 5756, 5]], ["taste sensation", [4, 5756, 6]], ["penchant", [4, 5756, 7]], ["gustatory modality", [4, 5756, 8]], ["gustation", [4, 5756, 9]], ["preference", [4, 5756, 10]], ["gustatory perception", [4, 5756, 11]], ["sense of taste", [4, 5756, 12]], ["taste perception", [4, 5756, 13]], ["appreciation", [4, 5756, 14]]]}, {"answer": "taste_perception", "hint": "synonyms for taste perception", "clues": [["taste sensation", [4, 5757, 0]], ["taste", [4, 5757, 1]], ["gustatory perception", [4, 5757, 2]], ["gustatory sensation", [4, 5757, 3]]]}, {"answer": "taste_sensation", "hint": "synonyms for taste sensation", "clues": [["taste", [4, 5758, 0]], ["gustatory perception", [4, 5758, 1]], ["gustatory sensation", [4, 5758, 2]], ["taste perception", [4, 5758, 3]]]}, {"answer": "tasting", "hint": "synonyms for tasting", "clues": [["taste", [4, 5759, 0]], ["degustation", [4, 5759, 1]], ["savoring", [4, 5759, 2]], ["relishing", [4, 5759, 3]]]}, {"answer": "tater", "hint": "synonyms for tater", "clues": [["white potato", [4, 5760, 0]], ["potato", [4, 5760, 1]], ["spud", [4, 5760, 2]], ["murphy", [4, 5760, 3]]]}, {"answer": "tatter", "hint": "synonyms for tatter", "clues": [["tag", [4, 5761, 0]], ["tag end", [4, 5761, 1]], ["rag", [4, 5761, 2]], ["shred", [4, 5761, 3]]]}, {"answer": "tawdriness", "hint": "synonyms for tawdriness", "clues": [["glitz", [4, 5762, 0]], ["flashiness", [4, 5762, 1]], ["gaudiness", [4, 5762, 2]], ["brashness", [4, 5762, 3]], ["garishness", [4, 5762, 4]], ["meretriciousness", [4, 5762, 5]], ["loudness", [4, 5762, 6]]]}, {"answer": "taxation", "hint": "synonyms for taxation", "clues": [["revenue enhancement", [4, 5763, 0]], ["tax income", [4, 5763, 1]], ["tax", [4, 5763, 2]], ["revenue", [4, 5763, 3]], ["tax revenue", [4, 5763, 4]]]}, {"answer": "taxis", "hint": "synonyms for taxis", "clues": [["cab", [4, 5764, 0]], ["hack", [4, 5764, 1]], ["taxicab", [4, 5764, 2]], ["taxi", [4, 5764, 3]]]}, {"answer": "tb", "hint": "synonyms for tb", "clues": [["terbium", [4, 5765, 0]], ["terabyte", [4, 5765, 1]], ["tebibyte", [4, 5765, 2]], ["atomic number 65", [4, 5765, 3]], ["terabit", [4, 5765, 4]]]}, {"answer": "te", "hint": "synonyms for te", "clues": [["si", [4, 5766, 0]], ["atomic number 52", [4, 5766, 1]], ["ti", [4, 5766, 2]], ["tellurium", [4, 5766, 3]]]}, {"answer": "tea_parlor", "hint": "synonyms for tea parlor", "clues": [["teahouse", [4, 5767, 0]], ["teashop", [4, 5767, 1]], ["tearoom", [4, 5767, 2]], ["tea parlour", [4, 5767, 3]]]}, {"answer": "tea_parlour", "hint": "synonyms for tea parlour", "clues": [["teahouse", [4, 5768, 0]], ["tearoom", [4, 5768, 1]], ["teashop", [4, 5768, 2]], ["tea parlor", [4, 5768, 3]]]}, {"answer": "teaberry", "hint": "synonyms for teaberry", "clues": [["boxberry", [4, 5769, 0]], ["checkerberry", [4, 5769, 1]], ["spiceberry", [4, 5769, 2]], ["wintergreen", [4, 5769, 3]]]}, {"answer": "teaching", "hint": "synonyms for teaching", "clues": [["precept", [4, 5770, 0]], ["didactics", [4, 5770, 1]], ["educational activity", [4, 5770, 2]], ["pedagogy", [4, 5770, 3]], ["instruction", [4, 5770, 4]], ["education", [4, 5770, 5]], ["commandment", [4, 5770, 6]]]}, {"answer": "tear", "hint": "synonyms for tear", "clues": [["split", [4, 5771, 0]], ["bout", [4, 5771, 1]], ["rip", [4, 5771, 2]], ["rent", [4, 5771, 3]], ["binge", [4, 5771, 4]], ["bust", [4, 5771, 5]], ["snag", [4, 5771, 6]]]}, {"answer": "tears", "hint": "synonyms for tears", "clues": [["weeping", [4, 5772, 0]], ["tear", [4, 5772, 1]], ["rent", [4, 5772, 2]], ["binge", [4, 5772, 3]], ["bust", [4, 5772, 4]], ["split", [4, 5772, 5]], ["bout", [4, 5772, 6]], ["rip", [4, 5772, 7]], ["snag", [4, 5772, 8]], ["crying", [4, 5772, 9]]]}, {"answer": "teddy", "hint": "synonyms for teddy", "clues": [["shimmy", [4, 5773, 0]], ["slip", [4, 5773, 1]], ["chemise", [4, 5773, 2]], ["shift", [4, 5773, 3]], ["teddy bear", [4, 5773, 4]]]}, {"answer": "tedium", "hint": "synonyms for tedium", "clues": [["ennui", [4, 5774, 0]], ["boredom", [4, 5774, 1]], ["tediousness", [4, 5774, 2]], ["tiresomeness", [4, 5774, 3]]]}, {"answer": "teeter", "hint": "synonyms for teeter", "clues": [["teeter-totter", [4, 5775, 0]], ["tilting board", [4, 5775, 1]], ["teeterboard", [4, 5775, 2]], ["seesaw", [4, 5775, 3]], ["dandle board", [4, 5775, 4]]]}, {"answer": "teeter-totter", "hint": "synonyms for teeter-totter", "clues": [["tilting board", [4, 5776, 0]], ["teetertotter", [4, 5776, 1]], ["teeterboard", [4, 5776, 2]], ["seesaw", [4, 5776, 3]], ["teeter", [4, 5776, 4]], ["dandle board", [4, 5776, 5]]]}, {"answer": "teeterboard", "hint": "synonyms for teeterboard", "clues": [["teeter-totter", [4, 5777, 0]], ["tilting board", [4, 5777, 1]], ["seesaw", [4, 5777, 2]], ["teeter", [4, 5777, 3]], ["dandle board", [4, 5777, 4]]]}, {"answer": "teetertotter", "hint": "synonyms for teetertotter", "clues": [["teeter-totter", [4, 5778, 0]], ["tilting board", [4, 5778, 1]], ["teeterboard", [4, 5778, 2]], ["seesaw", [4, 5778, 3]], ["teeter", [4, 5778, 4]], ["dandle board", [4, 5778, 5]]]}, {"answer": "telephone_booth", "hint": "synonyms for telephone booth", "clues": [["telephone kiosk", [4, 5779, 0]], ["phone booth", [4, 5779, 1]], ["telephone box", [4, 5779, 2]], ["call box", [4, 5779, 3]]]}, {"answer": "telephone_box", "hint": "synonyms for telephone box", "clues": [["phone booth", [4, 5780, 0]], ["telephone kiosk", [4, 5780, 1]], ["call box", [4, 5780, 2]], ["telephone booth", [4, 5780, 3]]]}, {"answer": "telephone_circuit", "hint": "synonyms for telephone circuit", "clues": [["telephone line", [4, 5781, 0]], ["phone line", [4, 5781, 1]], ["line", [4, 5781, 2]], ["subscriber line", [4, 5781, 3]]]}, {"answer": "telephone_line", "hint": "synonyms for telephone line", "clues": [["telegraph line", [4, 5782, 0]], ["telephone wire", [4, 5782, 1]], ["telephone circuit", [4, 5782, 2]], ["phone line", [4, 5782, 3]], ["line", [4, 5782, 4]], ["subscriber line", [4, 5782, 5]]]}, {"answer": "teleprinter", "hint": "synonyms for teleprinter", "clues": [["telex", [4, 5783, 0]], ["teletypewriter", [4, 5783, 1]], ["telex machine", [4, 5783, 2]], ["teletype machine", [4, 5783, 3]]]}, {"answer": "teletype_machine", "hint": "synonyms for teletype machine", "clues": [["teleprinter", [4, 5784, 0]], ["telex", [4, 5784, 1]], ["teletypewriter", [4, 5784, 2]], ["telex machine", [4, 5784, 3]]]}, {"answer": "teletypewriter", "hint": "synonyms for teletypewriter", "clues": [["teleprinter", [4, 5785, 0]], ["telex", [4, 5785, 1]], ["telex machine", [4, 5785, 2]], ["teletype machine", [4, 5785, 3]]]}, {"answer": "television", "hint": "synonyms for television", "clues": [["television system", [4, 5786, 0]], ["tv set", [4, 5786, 1]], ["telly", [4, 5786, 2]], ["telecasting", [4, 5786, 3]], ["television set", [4, 5786, 4]], ["video", [4, 5786, 5]], ["goggle box", [4, 5786, 6]], ["boob tube", [4, 5786, 7]], ["idiot box", [4, 5786, 8]], ["tv", [4, 5786, 9]], ["television receiver", [4, 5786, 10]]]}, {"answer": "television_receiver", "hint": "synonyms for television receiver", "clues": [["television", [4, 5787, 0]], ["tv set", [4, 5787, 1]], ["telly", [4, 5787, 2]], ["television set", [4, 5787, 3]], ["goggle box", [4, 5787, 4]], ["boob tube", [4, 5787, 5]], ["idiot box", [4, 5787, 6]], ["tv", [4, 5787, 7]]]}, {"answer": "television_set", "hint": "synonyms for television set", "clues": [["television", [4, 5788, 0]], ["tv set", [4, 5788, 1]], ["telly", [4, 5788, 2]], ["goggle box", [4, 5788, 3]], ["boob tube", [4, 5788, 4]], ["idiot box", [4, 5788, 5]], ["tv", [4, 5788, 6]], ["television receiver", [4, 5788, 7]]]}, {"answer": "telex", "hint": "synonyms for telex", "clues": [["teleprinter", [4, 5789, 0]], ["teletypewriter", [4, 5789, 1]], ["telex machine", [4, 5789, 2]], ["teletype machine", [4, 5789, 3]]]}, {"answer": "telex_machine", "hint": "synonyms for telex machine", "clues": [["teleprinter", [4, 5790, 0]], ["telex", [4, 5790, 1]], ["teletypewriter", [4, 5790, 2]], ["teletype machine", [4, 5790, 3]]]}, {"answer": "telly", "hint": "synonyms for telly", "clues": [["television", [4, 5791, 0]], ["tv set", [4, 5791, 1]], ["television set", [4, 5791, 2]], ["goggle box", [4, 5791, 3]], ["boob tube", [4, 5791, 4]], ["idiot box", [4, 5791, 5]], ["tv", [4, 5791, 6]], ["television receiver", [4, 5791, 7]]]}, {"answer": "temper", "hint": "synonyms for temper", "clues": [["surliness", [4, 5792, 0]], ["toughness", [4, 5792, 1]], ["snappishness", [4, 5792, 2]], ["pique", [4, 5792, 3]], ["humor", [4, 5792, 4]], ["irritability", [4, 5792, 5]], ["irritation", [4, 5792, 6]], ["biliousness", [4, 5792, 7]], ["peevishness", [4, 5792, 8]], ["mood", [4, 5792, 9]], ["pettishness", [4, 5792, 10]]]}, {"answer": "template_rna", "hint": "synonyms for template rna", "clues": [["mRNA", [4, 5793, 0]], ["template RNA", [4, 5793, 1]], ["informational RNA", [4, 5793, 2]], ["messenger RNA", [4, 5793, 3]]]}, {"answer": "tenaciousness", "hint": "synonyms for tenaciousness", "clues": [["persistence", [4, 5794, 0]], ["perseverance", [4, 5794, 1]], ["tenacity", [4, 5794, 2]], ["pertinacity", [4, 5794, 3]], ["doggedness", [4, 5794, 4]]]}, {"answer": "tenacity", "hint": "synonyms for tenacity", "clues": [["persistence", [4, 5795, 0]], ["perseverance", [4, 5795, 1]], ["tenaciousness", [4, 5795, 2]], ["pertinacity", [4, 5795, 3]], ["doggedness", [4, 5795, 4]]]}, {"answer": "tendency", "hint": "synonyms for tendency", "clues": [["inclination", [4, 5796, 0]], ["disposition", [4, 5796, 1]], ["leaning", [4, 5796, 2]], ["propensity", [4, 5796, 3]], ["trend", [4, 5796, 4]]]}, {"answer": "tenderness", "hint": "synonyms for tenderness", "clues": [["warmheartedness", [4, 5797, 0]], ["softheartedness", [4, 5797, 1]], ["affectionateness", [4, 5797, 2]], ["tenderheartedness", [4, 5797, 3]], ["heart", [4, 5797, 4]], ["philia", [4, 5797, 5]], ["affection", [4, 5797, 6]], ["fondness", [4, 5797, 7]], ["warmness", [4, 5797, 8]]]}, {"answer": "tenner", "hint": "synonyms for tenner", "clues": [["decade", [4, 5798, 0]], ["10", [4, 5798, 1]], ["ten", [4, 5798, 2]], ["ten dollar bill", [4, 5798, 3]]]}, {"answer": "tent-fly", "hint": "synonyms for tent-fly", "clues": [["tent flap", [4, 5799, 0]], ["rainfly", [4, 5799, 1]], ["fly", [4, 5799, 2]], ["fly sheet", [4, 5799, 3]]]}, {"answer": "tent_flap", "hint": "synonyms for tent flap", "clues": [["rainfly", [4, 5800, 0]], ["tent-fly", [4, 5800, 1]], ["fly", [4, 5800, 2]], ["fly sheet", [4, 5800, 3]]]}, {"answer": "tenuity", "hint": "synonyms for tenuity", "clues": [["low density", [4, 5801, 0]], ["thinness", [4, 5801, 1]], ["feebleness", [4, 5801, 2]], ["rarity", [4, 5801, 3]], ["slenderness", [4, 5801, 4]]]}, {"answer": "tercet", "hint": "synonyms for tercet", "clues": [["threesome", [4, 5802, 0]], ["troika", [4, 5802, 1]], ["trey", [4, 5802, 2]], ["deuce-ace", [4, 5802, 3]], ["triad", [4, 5802, 4]], ["terzetto", [4, 5802, 5]], ["trio", [4, 5802, 6]], ["triplet", [4, 5802, 7]], ["tierce", [4, 5802, 8]], ["leash", [4, 5802, 9]], ["three", [4, 5802, 10]], ["ternary", [4, 5802, 11]], ["trinity", [4, 5802, 12]], ["trine", [4, 5802, 13]], ["3", [4, 5802, 14]], ["ternion", [4, 5802, 15]]]}, {"answer": "term", "hint": "synonyms for term", "clues": [["terminal figure", [4, 5803, 0]], ["terminus", [4, 5803, 1]], ["full term", [4, 5803, 2]], ["condition", [4, 5803, 3]]]}, {"answer": "term_of_enlistment", "hint": "synonyms for term of enlistment", "clues": [["tour", [4, 5804, 0]], ["tour of duty", [4, 5804, 1]], ["hitch", [4, 5804, 2]], ["enlistment", [4, 5804, 3]], ["duty tour", [4, 5804, 4]]]}, {"answer": "termination", "hint": "synonyms for termination", "clues": [["final result", [4, 5805, 0]], ["ending", [4, 5805, 1]], ["expiration", [4, 5805, 2]], ["conclusion", [4, 5805, 3]], ["endpoint", [4, 5805, 4]], ["terminus", [4, 5805, 5]], ["resultant", [4, 5805, 6]], ["result", [4, 5805, 7]], ["outcome", [4, 5805, 8]], ["expiry", [4, 5805, 9]]]}, {"answer": "terminus", "hint": "synonyms for terminus", "clues": [["terminal figure", [4, 5806, 0]], ["terminal", [4, 5806, 1]], ["depot", [4, 5806, 2]], ["destination", [4, 5806, 3]], ["termination", [4, 5806, 4]], ["endpoint", [4, 5806, 5]], ["term", [4, 5806, 6]]]}, {"answer": "terms", "hint": "synonyms for terms", "clues": [["term", [4, 5807, 0]], ["damage", [4, 5807, 1]], ["full term", [4, 5807, 2]], ["terminus", [4, 5807, 3]], ["terminal figure", [4, 5807, 4]], ["price", [4, 5807, 5]], ["condition", [4, 5807, 6]]]}, {"answer": "ternion", "hint": "synonyms for ternion", "clues": [["threesome", [4, 5808, 0]], ["troika", [4, 5808, 1]], ["trey", [4, 5808, 2]], ["deuce-ace", [4, 5808, 3]], ["triad", [4, 5808, 4]], ["terzetto", [4, 5808, 5]], ["trio", [4, 5808, 6]], ["triplet", [4, 5808, 7]], ["tierce", [4, 5808, 8]], ["leash", [4, 5808, 9]], ["three", [4, 5808, 10]], ["ternary", [4, 5808, 11]], ["trinity", [4, 5808, 12]], ["trine", [4, 5808, 13]], ["3", [4, 5808, 14]], ["tercet", [4, 5808, 15]]]}, {"answer": "terra_alba", "hint": "synonyms for terra alba", "clues": [["kaolin", [4, 5809, 0]], ["china clay", [4, 5809, 1]], ["china stone", [4, 5809, 2]], ["pipeclay", [4, 5809, 3]], ["porcelain clay", [4, 5809, 4]]]}, {"answer": "terra_firma", "hint": "synonyms for terra firma", "clues": [["solid ground", [4, 5810, 0]], ["land", [4, 5810, 1]], ["ground", [4, 5810, 2]], ["earth", [4, 5810, 3]], ["dry land", [4, 5810, 4]]]}, {"answer": "territory", "hint": "synonyms for territory", "clues": [["district", [4, 5811, 0]], ["dominion", [4, 5811, 1]], ["territorial dominion", [4, 5811, 2]], ["soil", [4, 5811, 3]]]}, {"answer": "terzetto", "hint": "synonyms for terzetto", "clues": [["threesome", [4, 5812, 0]], ["troika", [4, 5812, 1]], ["trey", [4, 5812, 2]], ["deuce-ace", [4, 5812, 3]], ["triad", [4, 5812, 4]], ["trio", [4, 5812, 5]], ["triplet", [4, 5812, 6]], ["tierce", [4, 5812, 7]], ["leash", [4, 5812, 8]], ["three", [4, 5812, 9]], ["ternary", [4, 5812, 10]], ["trinity", [4, 5812, 11]], ["trine", [4, 5812, 12]], ["3", [4, 5812, 13]], ["ternion", [4, 5812, 14]], ["tercet", [4, 5812, 15]]]}, {"answer": "test", "hint": "synonyms for test", "clues": [["trial", [4, 5813, 0]], ["mental testing", [4, 5813, 1]], ["psychometric test", [4, 5813, 2]], ["tryout", [4, 5813, 3]], ["exam", [4, 5813, 4]], ["trial run", [4, 5813, 5]], ["run", [4, 5813, 6]], ["examination", [4, 5813, 7]]]}, {"answer": "tetrad", "hint": "synonyms for tetrad", "clues": [["quatern", [4, 5814, 0]], ["quartet", [4, 5814, 1]], ["quaternion", [4, 5814, 2]], ["four", [4, 5814, 3]], ["4", [4, 5814, 4]], ["quadruplet", [4, 5814, 5]], ["foursome", [4, 5814, 6]], ["quaternary", [4, 5814, 7]], ["quaternity", [4, 5814, 8]]]}, {"answer": "text", "hint": "synonyms for text", "clues": [["schoolbook", [4, 5815, 0]], ["school text", [4, 5815, 1]], ["textual matter", [4, 5815, 2]], ["textbook", [4, 5815, 3]], ["text edition", [4, 5815, 4]]]}, {"answer": "text_edition", "hint": "synonyms for text edition", "clues": [["schoolbook", [4, 5816, 0]], ["school text", [4, 5816, 1]], ["text", [4, 5816, 2]], ["textbook", [4, 5816, 3]]]}, {"answer": "thaumaturgy", "hint": "synonyms for thaumaturgy", "clues": [["illusion", [4, 5817, 0]], ["deception", [4, 5817, 1]], ["legerdemain", [4, 5817, 2]], ["conjuration", [4, 5817, 3]], ["magic", [4, 5817, 4]], ["magic trick", [4, 5817, 5]], ["conjuring trick", [4, 5817, 6]], ["trick", [4, 5817, 7]]]}, {"answer": "the_great_calamity", "hint": "synonyms for the great calamity", "clues": [["the Irish Famine", [4, 5818, 0]], ["the Great Hunger", [4, 5818, 1]], ["the Great Calamity", [4, 5818, 2]], ["the Great Starvation", [4, 5818, 3]]]}, {"answer": "the_great_hunger", "hint": "synonyms for the great hunger", "clues": [["the Irish Famine", [4, 5819, 0]], ["the Great Hunger", [4, 5819, 1]], ["the Great Calamity", [4, 5819, 2]], ["the Great Starvation", [4, 5819, 3]]]}, {"answer": "the_great_starvation", "hint": "synonyms for the great starvation", "clues": [["the Irish Famine", [4, 5820, 0]], ["the Great Hunger", [4, 5820, 1]], ["the Great Calamity", [4, 5820, 2]], ["the Great Starvation", [4, 5820, 3]]]}, {"answer": "the_great_unwashed", "hint": "synonyms for the great unwashed", "clues": [["multitude", [4, 5821, 0]], ["masses", [4, 5821, 1]], ["people", [4, 5821, 2]], ["hoi polloi", [4, 5821, 3]]]}, {"answer": "the_irish_famine", "hint": "synonyms for the irish famine", "clues": [["the Irish Famine", [4, 5822, 0]], ["the Great Hunger", [4, 5822, 1]], ["the Great Calamity", [4, 5822, 2]], ["the Great Starvation", [4, 5822, 3]]]}, {"answer": "the_pits", "hint": "synonyms for the pits", "clues": [["hell on earth", [4, 5823, 0]], ["hellhole", [4, 5823, 1]], ["hell", [4, 5823, 2]], ["inferno", [4, 5823, 3]], ["snake pit", [4, 5823, 4]]]}, {"answer": "theater", "hint": "synonyms for theater", "clues": [["theatre", [4, 5824, 0]], ["theatre of operations", [4, 5824, 1]], ["field of operations", [4, 5824, 2]], ["dramatic art", [4, 5824, 3]], ["dramaturgy", [4, 5824, 4]], ["house", [4, 5824, 5]], ["dramatics", [4, 5824, 6]], ["field", [4, 5824, 7]]]}, {"answer": "theater_of_operations", "hint": "synonyms for theater of operations", "clues": [["theatre of operations", [4, 5825, 0]], ["field of operations", [4, 5825, 1]], ["theater", [4, 5825, 2]], ["field", [4, 5825, 3]]]}, {"answer": "theatre", "hint": "synonyms for theatre", "clues": [["theatre of operations", [4, 5826, 0]], ["field of operations", [4, 5826, 1]], ["dramatic art", [4, 5826, 2]], ["dramaturgy", [4, 5826, 3]], ["house", [4, 5826, 4]], ["dramatics", [4, 5826, 5]], ["theater", [4, 5826, 6]], ["field", [4, 5826, 7]]]}, {"answer": "theatre_of_operations", "hint": "synonyms for theatre of operations", "clues": [["field of operations", [4, 5827, 0]], ["theater of operations", [4, 5827, 1]], ["theater", [4, 5827, 2]], ["field", [4, 5827, 3]]]}, {"answer": "theatrical_role", "hint": "synonyms for theatrical role", "clues": [["role", [4, 5828, 0]], ["part", [4, 5828, 1]], ["character", [4, 5828, 2]], ["persona", [4, 5828, 3]]]}, {"answer": "theft", "hint": "synonyms for theft", "clues": [["thievery", [4, 5829, 0]], ["thieving", [4, 5829, 1]], ["larceny", [4, 5829, 2]], ["stealing", [4, 5829, 3]]]}, {"answer": "theme", "hint": "synonyms for theme", "clues": [["root word", [4, 5830, 0]], ["report", [4, 5830, 1]], ["motif", [4, 5830, 2]], ["idea", [4, 5830, 3]], ["composition", [4, 5830, 4]], ["melodic theme", [4, 5830, 5]], ["musical theme", [4, 5830, 6]], ["topic", [4, 5830, 7]], ["paper", [4, 5830, 8]], ["radical", [4, 5830, 9]], ["base", [4, 5830, 10]], ["subject", [4, 5830, 11]], ["root", [4, 5830, 12]], ["stem", [4, 5830, 13]]]}, {"answer": "therapeutics", "hint": "synonyms for therapeutics", "clues": [["cure", [4, 5831, 0]], ["curative", [4, 5831, 1]], ["remedy", [4, 5831, 2]], ["therapeutic", [4, 5831, 3]]]}, {"answer": "thermionic_tube", "hint": "synonyms for thermionic tube", "clues": [["tube", [4, 5832, 0]], ["thermionic valve", [4, 5832, 1]], ["thermionic vacuum tube", [4, 5832, 2]], ["vacuum tube", [4, 5832, 3]], ["electron tube", [4, 5832, 4]]]}, {"answer": "thermionic_vacuum_tube", "hint": "synonyms for thermionic vacuum tube", "clues": [["tube", [4, 5833, 0]], ["thermionic valve", [4, 5833, 1]], ["thermionic tube", [4, 5833, 2]], ["electron tube", [4, 5833, 3]], ["vacuum tube", [4, 5833, 4]]]}, {"answer": "thermionic_valve", "hint": "synonyms for thermionic valve", "clues": [["tube", [4, 5834, 0]], ["thermionic tube", [4, 5834, 1]], ["thermionic vacuum tube", [4, 5834, 2]], ["vacuum tube", [4, 5834, 3]], ["electron tube", [4, 5834, 4]]]}, {"answer": "thermobaric_bomb", "hint": "synonyms for thermobaric bomb", "clues": [["fuel-air bomb", [4, 5835, 0]], ["vacuum bomb", [4, 5835, 1]], ["volume-detonation bomb", [4, 5835, 2]], ["aerosol bomb", [4, 5835, 3]]]}, {"answer": "thiamin", "hint": "synonyms for thiamin", "clues": [["aneurin", [4, 5836, 0]], ["thiamine", [4, 5836, 1]], ["antiberiberi factor", [4, 5836, 2]], ["vitamin B1", [4, 5836, 3]]]}, {"answer": "thiamine", "hint": "synonyms for thiamine", "clues": [["aneurin", [4, 5837, 0]], ["vitamin B1", [4, 5837, 1]], ["antiberiberi factor", [4, 5837, 2]], ["thiamin", [4, 5837, 3]]]}, {"answer": "thicket", "hint": "synonyms for thicket", "clues": [["copse", [4, 5838, 0]], ["brush", [4, 5838, 1]], ["brushwood", [4, 5838, 2]], ["coppice", [4, 5838, 3]]]}, {"answer": "thievery", "hint": "synonyms for thievery", "clues": [["theft", [4, 5839, 0]], ["thieving", [4, 5839, 1]], ["larceny", [4, 5839, 2]], ["stealing", [4, 5839, 3]]]}, {"answer": "thigh-slapper", "hint": "synonyms for thigh-slapper", "clues": [["scream", [4, 5840, 0]], ["belly laugh", [4, 5840, 1]], ["howler", [4, 5840, 2]], ["riot", [4, 5840, 3]], ["sidesplitter", [4, 5840, 4]], ["wow", [4, 5840, 5]]]}, {"answer": "thingamabob", "hint": "synonyms for thingamabob", "clues": [["doodad", [4, 5841, 0]], ["thingummy", [4, 5841, 1]], ["thingmajig", [4, 5841, 2]], ["thingmabob", [4, 5841, 3]], ["widget", [4, 5841, 4]], ["whatchamacallit", [4, 5841, 5]], ["gismo", [4, 5841, 6]], ["doohickey", [4, 5841, 7]], ["gubbins", [4, 5841, 8]], ["gizmo", [4, 5841, 9]], ["whatsis", [4, 5841, 10]], ["gimmick", [4, 5841, 11]], ["doojigger", [4, 5841, 12]]]}, {"answer": "thingamajig", "hint": "synonyms for thingamajig", "clues": [["doodad", [4, 5842, 0]], ["thingummy", [4, 5842, 1]], ["thingmajig", [4, 5842, 2]], ["widget", [4, 5842, 3]], ["thingumabob", [4, 5842, 4]], ["whatchamacallit", [4, 5842, 5]], ["gismo", [4, 5842, 6]], ["doohickey", [4, 5842, 7]], ["gubbins", [4, 5842, 8]], ["gizmo", [4, 5842, 9]], ["whatsis", [4, 5842, 10]], ["gimmick", [4, 5842, 11]], ["doojigger", [4, 5842, 12]]]}, {"answer": "thingmabob", "hint": "synonyms for thingmabob", "clues": [["doodad", [4, 5843, 0]], ["thingummy", [4, 5843, 1]], ["thingmajig", [4, 5843, 2]], ["widget", [4, 5843, 3]], ["thingumabob", [4, 5843, 4]], ["whatchamacallit", [4, 5843, 5]], ["gismo", [4, 5843, 6]], ["doohickey", [4, 5843, 7]], ["gubbins", [4, 5843, 8]], ["gizmo", [4, 5843, 9]], ["whatsis", [4, 5843, 10]], ["gimmick", [4, 5843, 11]], ["doojigger", [4, 5843, 12]]]}, {"answer": "thingmajig", "hint": "synonyms for thingmajig", "clues": [["doodad", [4, 5844, 0]], ["thingummy", [4, 5844, 1]], ["thingmabob", [4, 5844, 2]], ["widget", [4, 5844, 3]], ["whatchamacallit", [4, 5844, 4]], ["thingamajig", [4, 5844, 5]], ["gismo", [4, 5844, 6]], ["doohickey", [4, 5844, 7]], ["gubbins", [4, 5844, 8]], ["gizmo", [4, 5844, 9]], ["whatsis", [4, 5844, 10]], ["gimmick", [4, 5844, 11]], ["doojigger", [4, 5844, 12]]]}, {"answer": "thingumabob", "hint": "synonyms for thingumabob", "clues": [["doodad", [4, 5845, 0]], ["thingummy", [4, 5845, 1]], ["thingmajig", [4, 5845, 2]], ["thingmabob", [4, 5845, 3]], ["widget", [4, 5845, 4]], ["whatchamacallit", [4, 5845, 5]], ["gismo", [4, 5845, 6]], ["doohickey", [4, 5845, 7]], ["gubbins", [4, 5845, 8]], ["gizmo", [4, 5845, 9]], ["whatsis", [4, 5845, 10]], ["gimmick", [4, 5845, 11]], ["doojigger", [4, 5845, 12]]]}, {"answer": "thingumajig", "hint": "synonyms for thingumajig", "clues": [["doodad", [4, 5846, 0]], ["thingummy", [4, 5846, 1]], ["thingmajig", [4, 5846, 2]], ["thingmabob", [4, 5846, 3]], ["widget", [4, 5846, 4]], ["whatchamacallit", [4, 5846, 5]], ["gismo", [4, 5846, 6]], ["doohickey", [4, 5846, 7]], ["gubbins", [4, 5846, 8]], ["gizmo", [4, 5846, 9]], ["whatsis", [4, 5846, 10]], ["gimmick", [4, 5846, 11]], ["doojigger", [4, 5846, 12]]]}, {"answer": "thingummy", "hint": "synonyms for thingummy", "clues": [["doodad", [4, 5847, 0]], ["thingmajig", [4, 5847, 1]], ["thingmabob", [4, 5847, 2]], ["widget", [4, 5847, 3]], ["whatchamacallit", [4, 5847, 4]], ["gismo", [4, 5847, 5]], ["doohickey", [4, 5847, 6]], ["gubbins", [4, 5847, 7]], ["gizmo", [4, 5847, 8]], ["whatsis", [4, 5847, 9]], ["gimmick", [4, 5847, 10]], ["doojigger", [4, 5847, 11]]]}, {"answer": "thinness", "hint": "synonyms for thinness", "clues": [["leanness", [4, 5848, 0]], ["tenuity", [4, 5848, 1]], ["sparsity", [4, 5848, 2]], ["sparseness", [4, 5848, 3]], ["slenderness", [4, 5848, 4]], ["fineness", [4, 5848, 5]]]}, {"answer": "thirties", "hint": "synonyms for thirties", "clues": [["thirty", [4, 5849, 0]], ["mid-thirties", [4, 5849, 1]], ["30", [4, 5849, 2]], ["1930s", [4, 5849, 3]], ["thirty-something", [4, 5849, 4]]]}, {"answer": "thole", "hint": "synonyms for thole", "clues": [["peg", [4, 5850, 0]], ["tholepin", [4, 5850, 1]], ["oarlock", [4, 5850, 2]], ["pin", [4, 5850, 3]], ["rowlock", [4, 5850, 4]]]}, {"answer": "tholepin", "hint": "synonyms for tholepin", "clues": [["peg", [4, 5851, 0]], ["oarlock", [4, 5851, 1]], ["thole", [4, 5851, 2]], ["pin", [4, 5851, 3]], ["rowlock", [4, 5851, 4]]]}, {"answer": "thorniness", "hint": "synonyms for thorniness", "clues": [["bristliness", [4, 5852, 0]], ["jaundice", [4, 5852, 1]], ["acerbity", [4, 5852, 2]], ["bitterness", [4, 5852, 3]], ["spininess", [4, 5852, 4]], ["acrimony", [4, 5852, 5]], ["prickliness", [4, 5852, 6]], ["tartness", [4, 5852, 7]]]}, {"answer": "thou", "hint": "synonyms for thou", "clues": [["chiliad", [4, 5853, 0]], ["yard", [4, 5853, 1]], ["grand", [4, 5853, 2]], ["one thousand", [4, 5853, 3]], ["thousand", [4, 5853, 4]], ["1000", [4, 5853, 5]]]}, {"answer": "thought", "hint": "synonyms for thought", "clues": [["mentation", [4, 5854, 0]], ["intellection", [4, 5854, 1]], ["view", [4, 5854, 2]], ["thought process", [4, 5854, 3]], ["cerebration", [4, 5854, 4]], ["opinion", [4, 5854, 5]], ["persuasion", [4, 5854, 6]], ["sentiment", [4, 5854, 7]], ["idea", [4, 5854, 8]], ["thinking", [4, 5854, 9]]]}, {"answer": "thought_process", "hint": "synonyms for thought process", "clues": [["mentation", [4, 5855, 0]], ["cerebration", [4, 5855, 1]], ["intellection", [4, 5855, 2]], ["thought", [4, 5855, 3]], ["thinking", [4, 5855, 4]]]}, {"answer": "thoughtfulness", "hint": "synonyms for thoughtfulness", "clues": [["musing", [4, 5856, 0]], ["consideration", [4, 5856, 1]], ["rumination", [4, 5856, 2]], ["reflexion", [4, 5856, 3]], ["considerateness", [4, 5856, 4]], ["contemplation", [4, 5856, 5]], ["reflection", [4, 5856, 6]]]}, {"answer": "thrashing", "hint": "synonyms for thrashing", "clues": [["slaughter", [4, 5857, 0]], ["whipping", [4, 5857, 1]], ["trouncing", [4, 5857, 2]], ["beating", [4, 5857, 3]], ["walloping", [4, 5857, 4]], ["licking", [4, 5857, 5]], ["whacking", [4, 5857, 6]], ["drubbing", [4, 5857, 7]], ["debacle", [4, 5857, 8]], ["lacing", [4, 5857, 9]]]}, {"answer": "thread", "hint": "synonyms for thread", "clues": [["train of thought", [4, 5858, 0]], ["screw thread", [4, 5858, 1]], ["ribbon", [4, 5858, 2]], ["yarn", [4, 5858, 3]]]}, {"answer": "threads", "hint": "synonyms for threads", "clues": [["thread", [4, 5859, 0]], ["train of thought", [4, 5859, 1]], ["screw thread", [4, 5859, 2]], ["togs", [4, 5859, 3]], ["yarn", [4, 5859, 4]], ["ribbon", [4, 5859, 5]], ["duds", [4, 5859, 6]]]}, {"answer": "threesome", "hint": "synonyms for threesome", "clues": [["troika", [4, 5860, 0]], ["trey", [4, 5860, 1]], ["trinity", [4, 5860, 2]], ["deuce-ace", [4, 5860, 3]], ["triad", [4, 5860, 4]], ["terzetto", [4, 5860, 5]], ["trio", [4, 5860, 6]], ["triplet", [4, 5860, 7]], ["tierce", [4, 5860, 8]], ["leash", [4, 5860, 9]], ["three", [4, 5860, 10]], ["ternary", [4, 5860, 11]], ["trine", [4, 5860, 12]], ["3", [4, 5860, 13]], ["ternion", [4, 5860, 14]], ["tercet", [4, 5860, 15]]]}, {"answer": "threnody", "hint": "synonyms for threnody", "clues": [["coronach", [4, 5861, 0]], ["lament", [4, 5861, 1]], ["dirge", [4, 5861, 2]], ["requiem", [4, 5861, 3]]]}, {"answer": "threshold", "hint": "synonyms for threshold", "clues": [["doorsill", [4, 5862, 0]], ["brink", [4, 5862, 1]], ["verge", [4, 5862, 2]], ["limen", [4, 5862, 3]], ["door", [4, 5862, 4]], ["doorstep", [4, 5862, 5]], ["room access", [4, 5862, 6]], ["doorway", [4, 5862, 7]]]}, {"answer": "thrill", "hint": "synonyms for thrill", "clues": [["shudder", [4, 5863, 0]], ["boot", [4, 5863, 1]], ["rush", [4, 5863, 2]], ["shiver", [4, 5863, 3]], ["frisson", [4, 5863, 4]], ["kick", [4, 5863, 5]], ["flush", [4, 5863, 6]], ["chill", [4, 5863, 7]], ["charge", [4, 5863, 8]], ["quiver", [4, 5863, 9]], ["tingle", [4, 5863, 10]], ["bang", [4, 5863, 11]]]}, {"answer": "throne", "hint": "synonyms for throne", "clues": [["can", [4, 5864, 0]], ["stool", [4, 5864, 1]], ["toilet", [4, 5864, 2]], ["potty", [4, 5864, 3]], ["pot", [4, 5864, 4]], ["commode", [4, 5864, 5]], ["crapper", [4, 5864, 6]]]}, {"answer": "throttle", "hint": "synonyms for throttle", "clues": [["throttle valve", [4, 5865, 0]], ["accelerator", [4, 5865, 1]], ["gun", [4, 5865, 2]], ["gas", [4, 5865, 3]], ["accelerator pedal", [4, 5865, 4]], ["gas pedal", [4, 5865, 5]]]}, {"answer": "throughway", "hint": "synonyms for throughway", "clues": [["superhighway", [4, 5866, 0]], ["state highway", [4, 5866, 1]], ["thruway", [4, 5866, 2]], ["pike", [4, 5866, 3]], ["freeway", [4, 5866, 4]], ["expressway", [4, 5866, 5]], ["motorway", [4, 5866, 6]]]}, {"answer": "throwing_stick", "hint": "synonyms for throwing stick", "clues": [["throw stick", [4, 5867, 0]], ["spear thrower", [4, 5867, 1]], ["boomerang", [4, 5867, 2]], ["dart thrower", [4, 5867, 3]], ["throwing board", [4, 5867, 4]]]}, {"answer": "thrust", "hint": "synonyms for thrust", "clues": [["stab", [4, 5868, 0]], ["jabbing", [4, 5868, 1]], ["thrusting", [4, 5868, 2]], ["poking", [4, 5868, 3]], ["push", [4, 5868, 4]], ["driving force", [4, 5868, 5]], ["poke", [4, 5868, 6]], ["knife thrust", [4, 5868, 7]], ["drive", [4, 5868, 8]], ["jab", [4, 5868, 9]]]}, {"answer": "thrusting", "hint": "synonyms for thrusting", "clues": [["jabbing", [4, 5869, 0]], ["poke", [4, 5869, 1]], ["poking", [4, 5869, 2]], ["thrust", [4, 5869, 3]], ["jab", [4, 5869, 4]]]}, {"answer": "thruway", "hint": "synonyms for thruway", "clues": [["superhighway", [4, 5870, 0]], ["motorway", [4, 5870, 1]], ["state highway", [4, 5870, 2]], ["pike", [4, 5870, 3]], ["freeway", [4, 5870, 4]], ["expressway", [4, 5870, 5]], ["throughway", [4, 5870, 6]]]}, {"answer": "thump", "hint": "synonyms for thump", "clues": [["clump", [4, 5871, 0]], ["thud", [4, 5871, 1]], ["thumping", [4, 5871, 2]], ["clunk", [4, 5871, 3]]]}, {"answer": "thunder", "hint": "synonyms for thunder", "clues": [["hell dust", [4, 5872, 0]], ["roar", [4, 5872, 1]], ["skag", [4, 5872, 2]], ["smack", [4, 5872, 3]], ["scag", [4, 5872, 4]], ["nose drops", [4, 5872, 5]], ["boom", [4, 5872, 6]], ["big H", [4, 5872, 7]]]}, {"answer": "thunderbolt", "hint": "synonyms for thunderbolt", "clues": [["bombshell", [4, 5873, 0]], ["bolt of lightning", [4, 5873, 1]], ["thunderclap", [4, 5873, 2]], ["bolt", [4, 5873, 3]]]}, {"answer": "ti", "hint": "synonyms for ti", "clues": [["titanium", [4, 5874, 0]], ["si", [4, 5874, 1]], ["atomic number 22", [4, 5874, 2]], ["te", [4, 5874, 3]]]}, {"answer": "tic-tac-toe", "hint": "synonyms for tic-tac-toe", "clues": [["tick-tack-toe", [4, 5875, 0]], ["tit-tat-toe", [4, 5875, 1]], ["ticktacktoo", [4, 5875, 2]], ["noughts and crosses", [4, 5875, 3]]]}, {"answer": "tick-tack-toe", "hint": "synonyms for tick-tack-toe", "clues": [["tit-tat-toe", [4, 5876, 0]], ["ticktacktoo", [4, 5876, 1]], ["tic-tac-toe", [4, 5876, 2]], ["noughts and crosses", [4, 5876, 3]]]}, {"answer": "ticktacktoe", "hint": "synonyms for ticktacktoe", "clues": [["tick-tack-toe", [4, 5877, 0]], ["tit-tat-toe", [4, 5877, 1]], ["ticktacktoo", [4, 5877, 2]], ["noughts and crosses", [4, 5877, 3]]]}, {"answer": "tidal_bore", "hint": "synonyms for tidal bore", "clues": [["eagre", [4, 5878, 0]], ["aegir", [4, 5878, 1]], ["eager", [4, 5878, 2]], ["bore", [4, 5878, 3]]]}, {"answer": "tide_rip", "hint": "synonyms for tide rip", "clues": [["countercurrent", [4, 5879, 0]], ["rip", [4, 5879, 1]], ["riptide", [4, 5879, 2]], ["crosscurrent", [4, 5879, 3]]]}, {"answer": "tidy_sum", "hint": "synonyms for tidy sum", "clues": [["heap", [4, 5880, 0]], ["peck", [4, 5880, 1]], ["flock", [4, 5880, 2]], ["quite a little", [4, 5880, 3]], ["mess", [4, 5880, 4]], ["sight", [4, 5880, 5]], ["wad", [4, 5880, 6]], ["batch", [4, 5880, 7]], ["hatful", [4, 5880, 8]], ["mickle", [4, 5880, 9]], ["stack", [4, 5880, 10]], ["passel", [4, 5880, 11]], ["deal", [4, 5880, 12]], ["plenty", [4, 5880, 13]], ["pile", [4, 5880, 14]], ["slew", [4, 5880, 15]], ["great deal", [4, 5880, 16]], ["spate", [4, 5880, 17]], ["muckle", [4, 5880, 18]], ["mint", [4, 5880, 19]], ["pot", [4, 5880, 20]], ["lot", [4, 5880, 21]], ["good deal", [4, 5880, 22]], ["mass", [4, 5880, 23]], ["mountain", [4, 5880, 24]], ["raft", [4, 5880, 25]]]}, {"answer": "tie", "hint": "synonyms for tie", "clues": [["tie beam", [4, 5881, 0]], ["draw", [4, 5881, 1]], ["necktie", [4, 5881, 2]], ["railroad tie", [4, 5881, 3]], ["sleeper", [4, 5881, 4]], ["crosstie", [4, 5881, 5]], ["standoff", [4, 5881, 6]], ["link", [4, 5881, 7]], ["tie-in", [4, 5881, 8]], ["linkup", [4, 5881, 9]]]}, {"answer": "tierce", "hint": "synonyms for tierce", "clues": [["threesome", [4, 5882, 0]], ["terce", [4, 5882, 1]], ["troika", [4, 5882, 2]], ["trey", [4, 5882, 3]], ["third", [4, 5882, 4]], ["deuce-ace", [4, 5882, 5]], ["triad", [4, 5882, 6]], ["terzetto", [4, 5882, 7]], ["trio", [4, 5882, 8]], ["triplet", [4, 5882, 9]], ["one-third", [4, 5882, 10]], ["leash", [4, 5882, 11]], ["three", [4, 5882, 12]], ["ternary", [4, 5882, 13]], ["trinity", [4, 5882, 14]], ["trine", [4, 5882, 15]], ["3", [4, 5882, 16]], ["ternion", [4, 5882, 17]]]}, {"answer": "tiff", "hint": "synonyms for tiff", "clues": [["pettifoggery", [4, 5883, 0]], ["spat", [4, 5883, 1]], ["bicker", [4, 5883, 2]], ["squabble", [4, 5883, 3]], ["fuss", [4, 5883, 4]]]}, {"answer": "tightfistedness", "hint": "synonyms for tightfistedness", "clues": [["minginess", [4, 5884, 0]], ["meanness", [4, 5884, 1]], ["niggardliness", [4, 5884, 2]], ["parsimoniousness", [4, 5884, 3]], ["tightness", [4, 5884, 4]], ["closeness", [4, 5884, 5]], ["parsimony", [4, 5884, 6]]]}, {"answer": "tightness", "hint": "synonyms for tightness", "clues": [["minginess", [4, 5885, 0]], ["constriction", [4, 5885, 1]], ["meanness", [4, 5885, 2]], ["tautness", [4, 5885, 3]], ["concentration", [4, 5885, 4]], ["tightfistedness", [4, 5885, 5]], ["denseness", [4, 5885, 6]], ["niggardliness", [4, 5885, 7]], ["compactness", [4, 5885, 8]], ["parsimoniousness", [4, 5885, 9]], ["closeness", [4, 5885, 10]], ["parsimony", [4, 5885, 11]], ["density", [4, 5885, 12]]]}, {"answer": "till", "hint": "synonyms for till", "clues": [["trough", [4, 5886, 0]], ["boulder clay", [4, 5886, 1]], ["money box", [4, 5886, 2]], ["cashbox", [4, 5886, 3]], ["public treasury", [4, 5886, 4]]]}, {"answer": "tillage", "hint": "synonyms for tillage", "clues": [["cultivated land", [4, 5887, 0]], ["plowland", [4, 5887, 1]], ["farmland", [4, 5887, 2]], ["tilled land", [4, 5887, 3]], ["tilth", [4, 5887, 4]], ["ploughland", [4, 5887, 5]]]}, {"answer": "tilled_land", "hint": "synonyms for tilled land", "clues": [["cultivated land", [4, 5888, 0]], ["plowland", [4, 5888, 1]], ["tillage", [4, 5888, 2]], ["farmland", [4, 5888, 3]], ["tilth", [4, 5888, 4]], ["ploughland", [4, 5888, 5]]]}, {"answer": "tilt", "hint": "synonyms for tilt", "clues": [["argument", [4, 5889, 0]], ["careen", [4, 5889, 1]], ["list", [4, 5889, 2]], ["disceptation", [4, 5889, 3]], ["sway", [4, 5889, 4]], ["rock", [4, 5889, 5]], ["joust", [4, 5889, 6]], ["controversy", [4, 5889, 7]], ["inclination", [4, 5889, 8]], ["lean", [4, 5889, 9]], ["contention", [4, 5889, 10]], ["contestation", [4, 5889, 11]], ["arguing", [4, 5889, 12]]]}, {"answer": "tilth", "hint": "synonyms for tilth", "clues": [["cultivated land", [4, 5890, 0]], ["plowland", [4, 5890, 1]], ["tillage", [4, 5890, 2]], ["farmland", [4, 5890, 3]], ["tilled land", [4, 5890, 4]], ["ploughland", [4, 5890, 5]]]}, {"answer": "tilting_board", "hint": "synonyms for tilting board", "clues": [["teeter-totter", [4, 5891, 0]], ["teeterboard", [4, 5891, 1]], ["seesaw", [4, 5891, 2]], ["teeter", [4, 5891, 3]], ["dandle board", [4, 5891, 4]]]}, {"answer": "timber", "hint": "synonyms for timber", "clues": [["tone", [4, 5892, 0]], ["quality", [4, 5892, 1]], ["timbre", [4, 5892, 2]], ["forest", [4, 5892, 3]], ["lumber", [4, 5892, 4]], ["woodland", [4, 5892, 5]], ["timberland", [4, 5892, 6]]]}, {"answer": "time", "hint": "synonyms for time", "clues": [["fourth dimension", [4, 5893, 0]], ["meter", [4, 5893, 1]], ["metre", [4, 5893, 2]], ["prison term", [4, 5893, 3]], ["clip", [4, 5893, 4]], ["sentence", [4, 5893, 5]], ["clock time", [4, 5893, 6]]]}, {"answer": "time-and-motion_study", "hint": "synonyms for time-and-motion study", "clues": [["time-motion study", [4, 5894, 0]], ["motion study", [4, 5894, 1]], ["work study", [4, 5894, 2]], ["time study", [4, 5894, 3]], ["time and motion study", [4, 5894, 4]]]}, {"answer": "time-motion_study", "hint": "synonyms for time-motion study", "clues": [["time-and-motion study", [4, 5895, 0]], ["motion study", [4, 5895, 1]], ["work study", [4, 5895, 2]], ["time study", [4, 5895, 3]]]}, {"answer": "time_and_motion_study", "hint": "synonyms for time and motion study", "clues": [["time-and-motion study", [4, 5896, 0]], ["motion study", [4, 5896, 1]], ["work study", [4, 5896, 2]], ["time study", [4, 5896, 3]]]}, {"answer": "time_lag", "hint": "synonyms for time lag", "clues": [["delay", [4, 5897, 0]], ["hold", [4, 5897, 1]], ["wait", [4, 5897, 2]], ["postponement", [4, 5897, 3]]]}, {"answer": "times", "hint": "synonyms for times", "clues": [["time", [4, 5898, 0]], ["fourth dimension", [4, 5898, 1]], ["clip", [4, 5898, 2]], ["metre", [4, 5898, 3]], ["multiplication", [4, 5898, 4]], ["sentence", [4, 5898, 5]], ["meter", [4, 5898, 6]], ["prison term", [4, 5898, 7]], ["clock time", [4, 5898, 8]]]}, {"answer": "timpani", "hint": "synonyms for timpani", "clues": [["tympanum", [4, 5899, 0]], ["tympani", [4, 5899, 1]], ["kettle", [4, 5899, 2]], ["kettledrum", [4, 5899, 3]]]}, {"answer": "tin", "hint": "synonyms for tin", "clues": [["tin can", [4, 5900, 0]], ["cannister", [4, 5900, 1]], ["atomic number 50", [4, 5900, 2]], ["can", [4, 5900, 3]]]}, {"answer": "tincture", "hint": "synonyms for tincture", "clues": [["vestige", [4, 5901, 0]], ["shade", [4, 5901, 1]], ["shadow", [4, 5901, 2]], ["tone", [4, 5901, 3]], ["tint", [4, 5901, 4]], ["trace", [4, 5901, 5]]]}, {"answer": "tinge", "hint": "synonyms for tinge", "clues": [["speck", [4, 5902, 0]], ["touch", [4, 5902, 1]], ["mite", [4, 5902, 2]], ["undertone", [4, 5902, 3]], ["soupcon", [4, 5902, 4]], ["hint", [4, 5902, 5]], ["pinch", [4, 5902, 6]], ["jot", [4, 5902, 7]]]}, {"answer": "tingle", "hint": "synonyms for tingle", "clues": [["chill", [4, 5903, 0]], ["shudder", [4, 5903, 1]], ["quiver", [4, 5903, 2]], ["tingling", [4, 5903, 3]], ["prickling", [4, 5903, 4]], ["shiver", [4, 5903, 5]], ["frisson", [4, 5903, 6]], ["thrill", [4, 5903, 7]]]}, {"answer": "tininess", "hint": "synonyms for tininess", "clues": [["weeness", [4, 5904, 0]], ["minuteness", [4, 5904, 1]], ["petiteness", [4, 5904, 2]], ["diminutiveness", [4, 5904, 3]]]}, {"answer": "tinker's_dam", "hint": "synonyms for tinker's dam", "clues": [["shucks", [4, 5905, 0]], ["hoot", [4, 5905, 1]], ["damn", [4, 5905, 2]], ["tinker's damn", [4, 5905, 3]], ["red cent", [4, 5905, 4]], ["darn", [4, 5905, 5]], ["shit", [4, 5905, 6]]]}, {"answer": "tinker's_damn", "hint": "synonyms for tinker's damn", "clues": [["tinker's dam", [4, 5906, 0]], ["shucks", [4, 5906, 1]], ["hoot", [4, 5906, 2]], ["damn", [4, 5906, 3]], ["darn", [4, 5906, 4]], ["red cent", [4, 5906, 5]], ["shit", [4, 5906, 6]]]}, {"answer": "tip", "hint": "synonyms for tip", "clues": [["crown", [4, 5907, 0]], ["point", [4, 5907, 1]], ["peak", [4, 5907, 2]], ["confidential information", [4, 5907, 3]], ["pourboire", [4, 5907, 4]], ["gratuity", [4, 5907, 5]], ["bakshish", [4, 5907, 6]], ["lead", [4, 5907, 7]], ["crest", [4, 5907, 8]], ["baksheesh", [4, 5907, 9]], ["top", [4, 5907, 10]], ["wind", [4, 5907, 11]], ["hint", [4, 5907, 12]], ["steer", [4, 5907, 13]], ["summit", [4, 5907, 14]]]}, {"answer": "tip_truck", "hint": "synonyms for tip truck", "clues": [["tipper", [4, 5908, 0]], ["tipper truck", [4, 5908, 1]], ["tipper lorry", [4, 5908, 2]], ["dump truck", [4, 5908, 3]], ["dumper", [4, 5908, 4]]]}, {"answer": "tipper", "hint": "synonyms for tipper", "clues": [["tip truck", [4, 5909, 0]], ["tipper lorry", [4, 5909, 1]], ["dump truck", [4, 5909, 2]], ["dumper", [4, 5909, 3]]]}, {"answer": "tipper_lorry", "hint": "synonyms for tipper lorry", "clues": [["tip truck", [4, 5910, 0]], ["tipper", [4, 5910, 1]], ["dump truck", [4, 5910, 2]], ["dumper", [4, 5910, 3]]]}, {"answer": "tipper_truck", "hint": "synonyms for tipper truck", "clues": [["tip truck", [4, 5911, 0]], ["tipper", [4, 5911, 1]], ["tipper lorry", [4, 5911, 2]], ["dump truck", [4, 5911, 3]], ["dumper", [4, 5911, 4]]]}, {"answer": "title", "hint": "synonyms for title", "clues": [["title of respect", [4, 5912, 0]], ["deed", [4, 5912, 1]], ["form of address", [4, 5912, 2]], ["claim", [4, 5912, 3]], ["deed of conveyance", [4, 5912, 4]], ["statute title", [4, 5912, 5]], ["rubric", [4, 5912, 6]]]}, {"answer": "tittle", "hint": "synonyms for tittle", "clues": [["whit", [4, 5913, 0]], ["iota", [4, 5913, 1]], ["smidgeon", [4, 5913, 2]], ["scintilla", [4, 5913, 3]], ["shred", [4, 5913, 4]], ["smidgin", [4, 5913, 5]]]}, {"answer": "tittle-tattle", "hint": "synonyms for tittle-tattle", "clues": [["chin wagging", [4, 5914, 0]], ["chin-wag", [4, 5914, 1]], ["small talk", [4, 5914, 2]], ["gab", [4, 5914, 3]], ["gabfest", [4, 5914, 4]], ["chit-chat", [4, 5914, 5]], ["gossip", [4, 5914, 6]], ["causerie", [4, 5914, 7]]]}, {"answer": "toffee_apple", "hint": "synonyms for toffee apple", "clues": [["candy apple", [4, 5915, 0]], ["caramel apple", [4, 5915, 1]], ["taffy apple", [4, 5915, 2]], ["candied apple", [4, 5915, 3]]]}, {"answer": "toilet", "hint": "synonyms for toilet", "clues": [["bathroom", [4, 5916, 0]], ["can", [4, 5916, 1]], ["toilette", [4, 5916, 2]], ["potty", [4, 5916, 3]], ["pot", [4, 5916, 4]], ["stool", [4, 5916, 5]], ["privy", [4, 5916, 6]], ["lav", [4, 5916, 7]], ["john", [4, 5916, 8]], ["throne", [4, 5916, 9]], ["lavatory", [4, 5916, 10]], ["commode", [4, 5916, 11]], ["crapper", [4, 5916, 12]]]}, {"answer": "toilet_facility", "hint": "synonyms for toilet facility", "clues": [["wash room", [4, 5917, 0]], ["restroom", [4, 5917, 1]], ["convenience", [4, 5917, 2]], ["comfort station", [4, 5917, 3]], ["public convenience", [4, 5917, 4]], ["public lavatory", [4, 5917, 5]], ["public toilet", [4, 5917, 6]]]}, {"answer": "tolerance", "hint": "synonyms for tolerance", "clues": [["permissiveness", [4, 5918, 0]], ["allowance", [4, 5918, 1]], ["leeway", [4, 5918, 2]], ["margin", [4, 5918, 3]]]}, {"answer": "tomfoolery", "hint": "synonyms for tomfoolery", "clues": [["lunacy", [4, 5919, 0]], ["folly", [4, 5919, 1]], ["indulgence", [4, 5919, 2]], ["foolery", [4, 5919, 3]], ["craziness", [4, 5919, 4]]]}, {"answer": "tommyrot", "hint": "synonyms for tommyrot", "clues": [["tarradiddle", [4, 5920, 0]], ["twaddle", [4, 5920, 1]], ["baloney", [4, 5920, 2]], ["tosh", [4, 5920, 3]], ["bilgewater", [4, 5920, 4]], ["bosh", [4, 5920, 5]], ["humbug", [4, 5920, 6]], ["drool", [4, 5920, 7]]]}, {"answer": "ton", "hint": "synonyms for ton", "clues": [["gross ton", [4, 5921, 0]], ["short ton", [4, 5921, 1]], ["net ton", [4, 5921, 2]], ["long ton", [4, 5921, 3]]]}, {"answer": "tone", "hint": "synonyms for tone", "clues": [["shade", [4, 5922, 0]], ["musical note", [4, 5922, 1]], ["timber", [4, 5922, 2]], ["quality", [4, 5922, 3]], ["whole tone", [4, 5922, 4]], ["pure tone", [4, 5922, 5]], ["note", [4, 5922, 6]], ["whole step", [4, 5922, 7]], ["timbre", [4, 5922, 8]], ["tint", [4, 5922, 9]], ["step", [4, 5922, 10]], ["tone of voice", [4, 5922, 11]], ["tincture", [4, 5922, 12]]]}, {"answer": "tongue", "hint": "synonyms for tongue", "clues": [["knife", [4, 5923, 0]], ["natural language", [4, 5923, 1]], ["clapper", [4, 5923, 2]], ["spit", [4, 5923, 3]]]}, {"answer": "tons", "hint": "synonyms for tons", "clues": [["oodles", [4, 5924, 0]], ["gobs", [4, 5924, 1]], ["slews", [4, 5924, 2]], ["ton", [4, 5924, 3]], ["scores", [4, 5924, 4]], ["net ton", [4, 5924, 5]], ["stacks", [4, 5924, 6]], ["dozens", [4, 5924, 7]], ["lashings", [4, 5924, 8]], ["wads", [4, 5924, 9]], ["piles", [4, 5924, 10]], ["lots", [4, 5924, 11]], ["short ton", [4, 5924, 12]], ["loads", [4, 5924, 13]], ["rafts", [4, 5924, 14]], ["gross ton", [4, 5924, 15]], ["scads", [4, 5924, 16]], ["heaps", [4, 5924, 17]], ["long ton", [4, 5924, 18]]]}, {"answer": "toot", "hint": "synonyms for toot", "clues": [["carouse", [4, 5925, 0]], ["booze-up", [4, 5925, 1]], ["bender", [4, 5925, 2]], ["carousal", [4, 5925, 3]]]}, {"answer": "top_boot", "hint": "synonyms for top boot", "clues": [["buskin", [4, 5926, 0]], ["half boot", [4, 5926, 1]], ["desert boot", [4, 5926, 2]], ["combat boot", [4, 5926, 3]]]}, {"answer": "top_hat", "hint": "synonyms for top hat", "clues": [["topper", [4, 5927, 0]], ["opera hat", [4, 5927, 1]], ["silk hat", [4, 5927, 2]], ["stovepipe", [4, 5927, 3]], ["dress hat", [4, 5927, 4]], ["beaver", [4, 5927, 5]], ["high hat", [4, 5927, 6]]]}, {"answer": "topee", "hint": "synonyms for topee", "clues": [["pith helmet", [4, 5928, 0]], ["sun helmet", [4, 5928, 1]], ["topi", [4, 5928, 2]], ["pith hat", [4, 5928, 3]]]}, {"answer": "topi", "hint": "synonyms for topi", "clues": [["pith helmet", [4, 5929, 0]], ["sun helmet", [4, 5929, 1]], ["topee", [4, 5929, 2]], ["pith hat", [4, 5929, 3]]]}, {"answer": "topic", "hint": "synonyms for topic", "clues": [["theme", [4, 5930, 0]], ["issue", [4, 5930, 1]], ["matter", [4, 5930, 2]], ["subject", [4, 5930, 3]]]}, {"answer": "topology", "hint": "synonyms for topology", "clues": [["topographic anatomy", [4, 5931, 0]], ["network topology", [4, 5931, 1]], ["regional anatomy", [4, 5931, 2]], ["analysis situs", [4, 5931, 3]]]}, {"answer": "topper", "hint": "synonyms for topper", "clues": [["top hat", [4, 5932, 0]], ["opera hat", [4, 5932, 1]], ["silk hat", [4, 5932, 2]], ["stovepipe", [4, 5932, 3]], ["dress hat", [4, 5932, 4]], ["beaver", [4, 5932, 5]], ["high hat", [4, 5932, 6]]]}, {"answer": "torment", "hint": "synonyms for torment", "clues": [["torture", [4, 5933, 0]], ["bedevilment", [4, 5933, 1]], ["agony", [4, 5933, 2]], ["worrying", [4, 5933, 3]], ["anguish", [4, 5933, 4]], ["badgering", [4, 5933, 5]], ["curse", [4, 5933, 6]], ["harassment", [4, 5933, 7]]]}, {"answer": "tornado_lantern", "hint": "synonyms for tornado lantern", "clues": [["storm lantern", [4, 5934, 0]], ["hurricane lantern", [4, 5934, 1]], ["hurricane lamp", [4, 5934, 2]], ["storm lamp", [4, 5934, 3]]]}, {"answer": "torpedo", "hint": "synonyms for torpedo", "clues": [["bomber", [4, 5935, 0]], ["submarine sandwich", [4, 5935, 1]], ["hoagie", [4, 5935, 2]], ["poor boy", [4, 5935, 3]], ["hero sandwich", [4, 5935, 4]], ["hero", [4, 5935, 5]], ["hoagy", [4, 5935, 6]], ["submarine", [4, 5935, 7]], ["grinder", [4, 5935, 8]], ["wedge", [4, 5935, 9]], ["zep", [4, 5935, 10]], ["sub", [4, 5935, 11]]]}, {"answer": "torrent", "hint": "synonyms for torrent", "clues": [["pelter", [4, 5936, 0]], ["violent stream", [4, 5936, 1]], ["soaker", [4, 5936, 2]], ["downpour", [4, 5936, 3]], ["inundation", [4, 5936, 4]], ["flood", [4, 5936, 5]], ["cloudburst", [4, 5936, 6]], ["deluge", [4, 5936, 7]], ["waterspout", [4, 5936, 8]]]}, {"answer": "torsion", "hint": "synonyms for torsion", "clues": [["tortuosity", [4, 5937, 0]], ["contortion", [4, 5937, 1]], ["crookedness", [4, 5937, 2]], ["tortuousness", [4, 5937, 3]], ["torque", [4, 5937, 4]]]}, {"answer": "tortuosity", "hint": "synonyms for tortuosity", "clues": [["crookedness", [4, 5938, 0]], ["contortion", [4, 5938, 1]], ["tortuousness", [4, 5938, 2]], ["torsion", [4, 5938, 3]]]}, {"answer": "tortuousness", "hint": "synonyms for tortuousness", "clues": [["contortion", [4, 5939, 0]], ["complication", [4, 5939, 1]], ["complicatedness", [4, 5939, 2]], ["crookedness", [4, 5939, 3]], ["tortuosity", [4, 5939, 4]], ["torsion", [4, 5939, 5]], ["knottiness", [4, 5939, 6]]]}, {"answer": "torture", "hint": "synonyms for torture", "clues": [["torment", [4, 5940, 0]], ["torturing", [4, 5940, 1]], ["agony", [4, 5940, 2]], ["anguish", [4, 5940, 3]], ["distortion", [4, 5940, 4]], ["twisting", [4, 5940, 5]], ["overrefinement", [4, 5940, 6]], ["straining", [4, 5940, 7]]]}, {"answer": "tosh", "hint": "synonyms for tosh", "clues": [["tarradiddle", [4, 5941, 0]], ["twaddle", [4, 5941, 1]], ["baloney", [4, 5941, 2]], ["bilgewater", [4, 5941, 3]], ["bosh", [4, 5941, 4]], ["tommyrot", [4, 5941, 5]], ["humbug", [4, 5941, 6]], ["drool", [4, 5941, 7]]]}, {"answer": "totaliser", "hint": "synonyms for totaliser", "clues": [["totalizer", [4, 5942, 0]], ["totalisator", [4, 5942, 1]], ["pari-mutuel machine", [4, 5942, 2]], ["adding machine", [4, 5942, 3]]]}, {"answer": "totalitarianism", "hint": "synonyms for totalitarianism", "clues": [["dictatorship", [4, 5943, 0]], ["absolutism", [4, 5943, 1]], ["one-man rule", [4, 5943, 2]], ["despotism", [4, 5943, 3]], ["totalism", [4, 5943, 4]], ["monocracy", [4, 5943, 5]], ["authoritarianism", [4, 5943, 6]], ["shogunate", [4, 5943, 7]], ["tyranny", [4, 5943, 8]]]}, {"answer": "totalizer", "hint": "synonyms for totalizer", "clues": [["totaliser", [4, 5944, 0]], ["totalisator", [4, 5944, 1]], ["pari-mutuel machine", [4, 5944, 2]], ["adding machine", [4, 5944, 3]]]}, {"answer": "touch", "hint": "synonyms for touch", "clues": [["speck", [4, 5945, 0]], ["tinge", [4, 5945, 1]], ["cutaneous senses", [4, 5945, 2]], ["touch modality", [4, 5945, 3]], ["signature", [4, 5945, 4]], ["jot", [4, 5945, 5]], ["hint", [4, 5945, 6]], ["tactile sensation", [4, 5945, 7]], ["contact", [4, 5945, 8]], ["mite", [4, 5945, 9]], ["trace", [4, 5945, 10]], ["sense of touch", [4, 5945, 11]], ["touch sensation", [4, 5945, 12]], ["skin senses", [4, 5945, 13]], ["soupcon", [4, 5945, 14]], ["feeling", [4, 5945, 15]], ["ghost", [4, 5945, 16]], ["touching", [4, 5945, 17]], ["pinch", [4, 5945, 18]]]}, {"answer": "touch_modality", "hint": "synonyms for touch modality", "clues": [["touch", [4, 5946, 0]], ["skin senses", [4, 5946, 1]], ["sense of touch", [4, 5946, 2]], ["cutaneous senses", [4, 5946, 3]]]}, {"answer": "toughness", "hint": "synonyms for toughness", "clues": [["staying power", [4, 5947, 0]], ["ruggedness", [4, 5947, 1]], ["temper", [4, 5947, 2]], ["stamina", [4, 5947, 3]], ["formidability", [4, 5947, 4]], ["huskiness", [4, 5947, 5]]]}, {"answer": "tour", "hint": "synonyms for tour", "clues": [["turn", [4, 5948, 0]], ["tour of duty", [4, 5948, 1]], ["hitch", [4, 5948, 2]], ["circuit", [4, 5948, 3]], ["spell", [4, 5948, 4]], ["go", [4, 5948, 5]], ["enlistment", [4, 5948, 6]], ["duty tour", [4, 5948, 7]], ["term of enlistment", [4, 5948, 8]]]}, {"answer": "tour_of_duty", "hint": "synonyms for tour of duty", "clues": [["tour", [4, 5949, 0]], ["hitch", [4, 5949, 1]], ["enlistment", [4, 5949, 2]], ["duty tour", [4, 5949, 3]], ["term of enlistment", [4, 5949, 4]]]}, {"answer": "tourist_court", "hint": "synonyms for tourist court", "clues": [["motor lodge", [4, 5950, 0]], ["court", [4, 5950, 1]], ["motor inn", [4, 5950, 2]], ["motor hotel", [4, 5950, 3]]]}, {"answer": "tours", "hint": "synonyms for tours", "clues": [["turn", [4, 5951, 0]], ["tour of duty", [4, 5951, 1]], ["tour", [4, 5951, 2]], ["hitch", [4, 5951, 3]], ["circuit", [4, 5951, 4]], ["spell", [4, 5951, 5]], ["go", [4, 5951, 6]], ["enlistment", [4, 5951, 7]], ["duty tour", [4, 5951, 8]], ["term of enlistment", [4, 5951, 9]]]}, {"answer": "tower", "hint": "synonyms for tower", "clues": [["pillar", [4, 5952, 0]], ["tug", [4, 5952, 1]], ["tugboat", [4, 5952, 2]], ["towboat", [4, 5952, 3]], ["column", [4, 5952, 4]]]}, {"answer": "toying", "hint": "synonyms for toying", "clues": [["flirting", [4, 5953, 0]], ["dalliance", [4, 5953, 1]], ["flirtation", [4, 5953, 2]], ["coquetry", [4, 5953, 3]]]}, {"answer": "trace", "hint": "synonyms for trace", "clues": [["vestige", [4, 5954, 0]], ["touch", [4, 5954, 1]], ["shadow", [4, 5954, 2]], ["hint", [4, 5954, 3]], ["ghost", [4, 5954, 4]], ["suggestion", [4, 5954, 5]], ["tincture", [4, 5954, 6]], ["tracing", [4, 5954, 7]]]}, {"answer": "track", "hint": "synonyms for track", "clues": [["cut", [4, 5955, 0]], ["racecourse", [4, 5955, 1]], ["rails", [4, 5955, 2]], ["path", [4, 5955, 3]], ["trail", [4, 5955, 4]], ["lead", [4, 5955, 5]], ["racetrack", [4, 5955, 6]], ["course", [4, 5955, 7]], ["caterpillar track", [4, 5955, 8]], ["cart track", [4, 5955, 9]], ["cartroad", [4, 5955, 10]], ["raceway", [4, 5955, 11]], ["data track", [4, 5955, 12]], ["running", [4, 5955, 13]], ["runway", [4, 5955, 14]]]}, {"answer": "tract", "hint": "synonyms for tract", "clues": [["piece of ground", [4, 5956, 0]], ["pamphlet", [4, 5956, 1]], ["parcel", [4, 5956, 2]], ["parcel of land", [4, 5956, 3]], ["piece of land", [4, 5956, 4]]]}, {"answer": "tractor_trailer", "hint": "synonyms for tractor trailer", "clues": [["trucking rig", [4, 5957, 0]], ["rig", [4, 5957, 1]], ["trailer truck", [4, 5957, 2]], ["articulated lorry", [4, 5957, 3]], ["semi", [4, 5957, 4]]]}, {"answer": "trade", "hint": "synonyms for trade", "clues": [["craft", [4, 5958, 0]], ["patronage", [4, 5958, 1]], ["swap", [4, 5958, 2]], ["barter", [4, 5958, 3]], ["swop", [4, 5958, 4]], ["business deal", [4, 5958, 5]], ["trade wind", [4, 5958, 6]], ["deal", [4, 5958, 7]]]}, {"answer": "trade_union", "hint": "synonyms for trade union", "clues": [["brotherhood", [4, 5959, 0]], ["trades union", [4, 5959, 1]], ["union", [4, 5959, 2]], ["labor union", [4, 5959, 3]]]}, {"answer": "trades_union", "hint": "synonyms for trades union", "clues": [["brotherhood", [4, 5960, 0]], ["trade union", [4, 5960, 1]], ["union", [4, 5960, 2]], ["labor union", [4, 5960, 3]]]}, {"answer": "traducement", "hint": "synonyms for traducement", "clues": [["defamation", [4, 5961, 0]], ["calumny", [4, 5961, 1]], ["obloquy", [4, 5961, 2]], ["calumniation", [4, 5961, 3]], ["hatchet job", [4, 5961, 4]]]}, {"answer": "tragedy", "hint": "synonyms for tragedy", "clues": [["cataclysm", [4, 5962, 0]], ["disaster", [4, 5962, 1]], ["calamity", [4, 5962, 2]], ["catastrophe", [4, 5962, 3]]]}, {"answer": "trailer_truck", "hint": "synonyms for trailer truck", "clues": [["trucking rig", [4, 5963, 0]], ["rig", [4, 5963, 1]], ["articulated lorry", [4, 5963, 2]], ["tractor trailer", [4, 5963, 3]], ["semi", [4, 5963, 4]]]}, {"answer": "train", "hint": "synonyms for train", "clues": [["power train", [4, 5964, 0]], ["string", [4, 5964, 1]], ["geartrain", [4, 5964, 2]], ["gear", [4, 5964, 3]], ["wagon train", [4, 5964, 4]], ["railroad train", [4, 5964, 5]], ["caravan", [4, 5964, 6]]]}, {"answer": "train_depot", "hint": "synonyms for train depot", "clues": [["railroad terminal", [4, 5965, 0]], ["train station", [4, 5965, 1]], ["railway station", [4, 5965, 2]], ["railroad station", [4, 5965, 3]]]}, {"answer": "train_station", "hint": "synonyms for train station", "clues": [["railroad terminal", [4, 5966, 0]], ["train depot", [4, 5966, 1]], ["railway station", [4, 5966, 2]], ["railroad station", [4, 5966, 3]]]}, {"answer": "training", "hint": "synonyms for training", "clues": [["breeding", [4, 5967, 0]], ["preparation", [4, 5967, 1]], ["education", [4, 5967, 2]], ["grooming", [4, 5967, 3]]]}, {"answer": "tram", "hint": "synonyms for tram", "clues": [["trolley", [4, 5968, 0]], ["ropeway", [4, 5968, 1]], ["tramcar", [4, 5968, 2]], ["cable tramway", [4, 5968, 3]], ["tramway", [4, 5968, 4]], ["streetcar", [4, 5968, 5]], ["aerial tramway", [4, 5968, 6]], ["trolley car", [4, 5968, 7]]]}, {"answer": "tramcar", "hint": "synonyms for tramcar", "clues": [["tram", [4, 5969, 0]], ["trolley", [4, 5969, 1]], ["trolley car", [4, 5969, 2]], ["streetcar", [4, 5969, 3]]]}, {"answer": "trammel", "hint": "synonyms for trammel", "clues": [["bond", [4, 5970, 0]], ["hamper", [4, 5970, 1]], ["shackle", [4, 5970, 2]], ["trammel net", [4, 5970, 3]]]}, {"answer": "tramway", "hint": "synonyms for tramway", "clues": [["tram", [4, 5971, 0]], ["aerial tramway", [4, 5971, 1]], ["streetcar track", [4, 5971, 2]], ["ropeway", [4, 5971, 3]], ["tramline", [4, 5971, 4]], ["cable tramway", [4, 5971, 5]]]}, {"answer": "tranquility", "hint": "synonyms for tranquility", "clues": [["quietness", [4, 5972, 0]], ["repose", [4, 5972, 1]], ["placidity", [4, 5972, 2]], ["tranquillity", [4, 5972, 3]], ["quiet", [4, 5972, 4]], ["quietude", [4, 5972, 5]], ["serenity", [4, 5972, 6]]]}, {"answer": "tranquilizer", "hint": "synonyms for tranquilizer", "clues": [["antianxiety agent", [4, 5973, 0]], ["ataractic", [4, 5973, 1]], ["ataractic drug", [4, 5973, 2]], ["ataractic agent", [4, 5973, 3]], ["tranquillizer", [4, 5973, 4]]]}, {"answer": "tranquilliser", "hint": "synonyms for tranquilliser", "clues": [["antianxiety agent", [4, 5974, 0]], ["ataractic", [4, 5974, 1]], ["tranquilizer", [4, 5974, 2]], ["ataractic drug", [4, 5974, 3]], ["ataractic agent", [4, 5974, 4]]]}, {"answer": "tranquillity", "hint": "synonyms for tranquillity", "clues": [["placidity", [4, 5975, 0]], ["quietude", [4, 5975, 1]], ["serenity", [4, 5975, 2]], ["tranquility", [4, 5975, 3]], ["quietness", [4, 5975, 4]], ["quiet", [4, 5975, 5]], ["repose", [4, 5975, 6]]]}, {"answer": "tranquillizer", "hint": "synonyms for tranquillizer", "clues": [["antianxiety agent", [4, 5976, 0]], ["ataractic", [4, 5976, 1]], ["tranquilizer", [4, 5976, 2]], ["ataractic drug", [4, 5976, 3]], ["ataractic agent", [4, 5976, 4]]]}, {"answer": "transactions", "hint": "synonyms for transactions", "clues": [["proceedings", [4, 5977, 0]], ["dealings", [4, 5977, 1]], ["transaction", [4, 5977, 2]], ["minutes", [4, 5977, 3]]]}, {"answer": "transcription", "hint": "synonyms for transcription", "clues": [["arrangement", [4, 5978, 0]], ["arranging", [4, 5978, 1]], ["recording", [4, 5978, 2]], ["written text", [4, 5978, 3]]]}, {"answer": "transfer", "hint": "synonyms for transfer", "clues": [["transportation", [4, 5979, 0]], ["transfer of training", [4, 5979, 1]], ["carry-over", [4, 5979, 2]], ["transport", [4, 5979, 3]], ["transference", [4, 5979, 4]], ["transferral", [4, 5979, 5]], ["conveyance", [4, 5979, 6]]]}, {"answer": "transfer_rna", "hint": "synonyms for transfer rna", "clues": [["soluble RNA", [4, 5980, 0]], ["tRNA", [4, 5980, 1]], ["acceptor RNA", [4, 5980, 2]], ["transfer RNA", [4, 5980, 3]]]}, {"answer": "transferral", "hint": "synonyms for transferral", "clues": [["transport", [4, 5981, 0]], ["transportation", [4, 5981, 1]], ["conveyance", [4, 5981, 2]], ["transfer", [4, 5981, 3]]]}, {"answer": "transience", "hint": "synonyms for transience", "clues": [["brevity", [4, 5982, 0]], ["transitoriness", [4, 5982, 1]], ["transiency", [4, 5982, 2]], ["briefness", [4, 5982, 3]]]}, {"answer": "transit", "hint": "synonyms for transit", "clues": [["theodolite", [4, 5983, 0]], ["transportation", [4, 5983, 1]], ["passage", [4, 5983, 2]], ["transportation system", [4, 5983, 3]]]}, {"answer": "transition", "hint": "synonyms for transition", "clues": [["changeover", [4, 5984, 0]], ["conversion", [4, 5984, 1]], ["modulation", [4, 5984, 2]], ["passage", [4, 5984, 3]]]}, {"answer": "translation", "hint": "synonyms for translation", "clues": [["displacement", [4, 5985, 0]], ["version", [4, 5985, 1]], ["rendering", [4, 5985, 2]], ["interlingual rendition", [4, 5985, 3]], ["transformation", [4, 5985, 4]]]}, {"answer": "transmission", "hint": "synonyms for transmission", "clues": [["transmission system", [4, 5986, 0]], ["transmitting", [4, 5986, 1]], ["contagion", [4, 5986, 2]], ["transmittal", [4, 5986, 3]], ["transmittance", [4, 5986, 4]], ["infection", [4, 5986, 5]]]}, {"answer": "transport", "hint": "synonyms for transport", "clues": [["transportation", [4, 5987, 0]], ["transferral", [4, 5987, 1]], ["conveyance", [4, 5987, 2]], ["tape drive", [4, 5987, 3]], ["tape transport", [4, 5987, 4]], ["shipping", [4, 5987, 5]], ["transfer", [4, 5987, 6]]]}, {"answer": "transportation", "hint": "synonyms for transportation", "clues": [["shipping", [4, 5988, 0]], ["deportation", [4, 5988, 1]], ["transport", [4, 5988, 2]], ["exile", [4, 5988, 3]], ["transferral", [4, 5988, 4]], ["fare", [4, 5988, 5]], ["transit", [4, 5988, 6]], ["transportation system", [4, 5988, 7]], ["expatriation", [4, 5988, 8]], ["conveyance", [4, 5988, 9]], ["transfer", [4, 5988, 10]]]}, {"answer": "transposition", "hint": "synonyms for transposition", "clues": [["switch", [4, 5989, 0]], ["substitution", [4, 5989, 1]], ["reversal", [4, 5989, 2]], ["replacement", [4, 5989, 3]], ["permutation", [4, 5989, 4]]]}, {"answer": "trap", "hint": "synonyms for trap", "clues": [["snare", [4, 5990, 0]], ["sand trap", [4, 5990, 1]], ["lying in wait", [4, 5990, 2]], ["ambush", [4, 5990, 3]], ["ambuscade", [4, 5990, 4]], ["bunker", [4, 5990, 5]]]}, {"answer": "trappings", "hint": "synonyms for trappings", "clues": [["housing", [4, 5991, 0]], ["furnishing", [4, 5991, 1]], ["caparison", [4, 5991, 2]], ["trapping", [4, 5991, 3]]]}, {"answer": "trash", "hint": "synonyms for trash", "clues": [["chalk", [4, 5992, 0]], ["glass", [4, 5992, 1]], ["methamphetamine", [4, 5992, 2]], ["applesauce", [4, 5992, 3]], ["trumpery", [4, 5992, 4]], ["methamphetamine hydrochloride", [4, 5992, 5]], ["ice", [4, 5992, 6]], ["scrap", [4, 5992, 7]], ["rubbish", [4, 5992, 8]], ["deoxyephedrine", [4, 5992, 9]], ["meth", [4, 5992, 10]], ["folderol", [4, 5992, 11]], ["crank", [4, 5992, 12]], ["codswallop", [4, 5992, 13]], ["wish-wash", [4, 5992, 14]], ["chicken feed", [4, 5992, 15]], ["shabu", [4, 5992, 16]], ["tripe", [4, 5992, 17]], ["scum", [4, 5992, 18]]]}, {"answer": "trash_barrel", "hint": "synonyms for trash barrel", "clues": [["ashbin", [4, 5993, 0]], ["ashcan", [4, 5993, 1]], ["garbage can", [4, 5993, 2]], ["trash bin", [4, 5993, 3]], ["trash can", [4, 5993, 4]], ["dustbin", [4, 5993, 5]], ["wastebin", [4, 5993, 6]]]}, {"answer": "trash_bin", "hint": "synonyms for trash bin", "clues": [["ashbin", [4, 5994, 0]], ["ashcan", [4, 5994, 1]], ["garbage can", [4, 5994, 2]], ["trash can", [4, 5994, 3]], ["trash barrel", [4, 5994, 4]], ["dustbin", [4, 5994, 5]], ["wastebin", [4, 5994, 6]]]}, {"answer": "trash_can", "hint": "synonyms for trash can", "clues": [["ashbin", [4, 5995, 0]], ["ashcan", [4, 5995, 1]], ["garbage can", [4, 5995, 2]], ["trash bin", [4, 5995, 3]], ["trash barrel", [4, 5995, 4]], ["dustbin", [4, 5995, 5]], ["wastebin", [4, 5995, 6]]]}, {"answer": "trash_dump", "hint": "synonyms for trash dump", "clues": [["rubbish dump", [4, 5996, 0]], ["dump", [4, 5996, 1]], ["dumpsite", [4, 5996, 2]], ["wasteyard", [4, 5996, 3]], ["garbage dump", [4, 5996, 4]]]}, {"answer": "trash_heap", "hint": "synonyms for trash heap", "clues": [["refuse heap", [4, 5997, 0]], ["junk pile", [4, 5997, 1]], ["garbage heap", [4, 5997, 2]], ["junk heap", [4, 5997, 3]], ["trash pile", [4, 5997, 4]], ["scrapheap", [4, 5997, 5]], ["rubbish heap", [4, 5997, 6]]]}, {"answer": "trash_pile", "hint": "synonyms for trash pile", "clues": [["refuse heap", [4, 5998, 0]], ["junk pile", [4, 5998, 1]], ["garbage heap", [4, 5998, 2]], ["junk heap", [4, 5998, 3]], ["scrapheap", [4, 5998, 4]], ["trash heap", [4, 5998, 5]], ["rubbish heap", [4, 5998, 6]]]}, {"answer": "travail", "hint": "synonyms for travail", "clues": [["effort", [4, 5999, 0]], ["exertion", [4, 5999, 1]], ["elbow grease", [4, 5999, 2]], ["sweat", [4, 5999, 3]]]}, {"answer": "traveling_bag", "hint": "synonyms for traveling bag", "clues": [["suitcase", [4, 6000, 0]], ["bag", [4, 6000, 1]], ["travelling bag", [4, 6000, 2]], ["grip", [4, 6000, 3]]]}, {"answer": "travelling_bag", "hint": "synonyms for travelling bag", "clues": [["suitcase", [4, 6001, 0]], ["bag", [4, 6001, 1]], ["traveling bag", [4, 6001, 2]], ["grip", [4, 6001, 3]]]}, {"answer": "traverse", "hint": "synonyms for traverse", "clues": [["crosspiece", [4, 6002, 0]], ["traversal", [4, 6002, 1]], ["transom", [4, 6002, 2]], ["trave", [4, 6002, 3]], ["crossbeam", [4, 6002, 4]]]}, {"answer": "travesty", "hint": "synonyms for travesty", "clues": [["sendup", [4, 6003, 0]], ["pasquinade", [4, 6003, 1]], ["takeoff", [4, 6003, 2]], ["parody", [4, 6003, 3]], ["farce", [4, 6003, 4]], ["mockery", [4, 6003, 5]], ["spoof", [4, 6003, 6]], ["farce comedy", [4, 6003, 7]], ["put-on", [4, 6003, 8]], ["charade", [4, 6003, 9]], ["burlesque", [4, 6003, 10]], ["lampoon", [4, 6003, 11]]]}, {"answer": "trawl", "hint": "synonyms for trawl", "clues": [["trawl line", [4, 6004, 0]], ["setline", [4, 6004, 1]], ["trotline", [4, 6004, 2]], ["dragnet", [4, 6004, 3]], ["spiller", [4, 6004, 4]], ["trawl net", [4, 6004, 5]]]}, {"answer": "trawl_line", "hint": "synonyms for trawl line", "clues": [["setline", [4, 6005, 0]], ["spiller", [4, 6005, 1]], ["trawl", [4, 6005, 2]], ["trotline", [4, 6005, 3]]]}, {"answer": "treachery", "hint": "synonyms for treachery", "clues": [["perfidiousness", [4, 6006, 0]], ["betrayal", [4, 6006, 1]], ["perfidy", [4, 6006, 2]], ["treason", [4, 6006, 3]]]}, {"answer": "treacle", "hint": "synonyms for treacle", "clues": [["slop", [4, 6007, 0]], ["mush", [4, 6007, 1]], ["glop", [4, 6007, 2]], ["golden syrup", [4, 6007, 3]]]}, {"answer": "treason", "hint": "synonyms for treason", "clues": [["subversiveness", [4, 6008, 0]], ["betrayal", [4, 6008, 1]], ["high treason", [4, 6008, 2]], ["lese majesty", [4, 6008, 3]], ["treachery", [4, 6008, 4]], ["perfidy", [4, 6008, 5]], ["traitorousness", [4, 6008, 6]]]}, {"answer": "treat", "hint": "synonyms for treat", "clues": [["dainty", [4, 6009, 0]], ["goody", [4, 6009, 1]], ["delicacy", [4, 6009, 2]], ["kickshaw", [4, 6009, 3]]]}, {"answer": "treatment", "hint": "synonyms for treatment", "clues": [["discourse", [4, 6010, 0]], ["discussion", [4, 6010, 1]], ["handling", [4, 6010, 2]], ["intervention", [4, 6010, 3]]]}, {"answer": "trebuchet", "hint": "synonyms for trebuchet", "clues": [["mangonel", [4, 6011, 0]], ["trebucket", [4, 6011, 1]], ["arbalist", [4, 6011, 2]], ["onager", [4, 6011, 3]], ["ballista", [4, 6011, 4]], ["bricole", [4, 6011, 5]], ["catapult", [4, 6011, 6]]]}, {"answer": "trebucket", "hint": "synonyms for trebucket", "clues": [["mangonel", [4, 6012, 0]], ["arbalist", [4, 6012, 1]], ["onager", [4, 6012, 2]], ["ballista", [4, 6012, 3]], ["bricole", [4, 6012, 4]], ["catapult", [4, 6012, 5]], ["trebuchet", [4, 6012, 6]]]}, {"answer": "trend", "hint": "synonyms for trend", "clues": [["drift", [4, 6013, 0]], ["tendency", [4, 6013, 1]], ["course", [4, 6013, 2]], ["vogue", [4, 6013, 3]], ["style", [4, 6013, 4]], ["movement", [4, 6013, 5]]]}, {"answer": "trespass", "hint": "synonyms for trespass", "clues": [["intrusion", [4, 6014, 0]], ["usurpation", [4, 6014, 1]], ["violation", [4, 6014, 2]], ["encroachment", [4, 6014, 3]]]}, {"answer": "trey", "hint": "synonyms for trey", "clues": [["threesome", [4, 6015, 0]], ["troika", [4, 6015, 1]], ["deuce-ace", [4, 6015, 2]], ["triad", [4, 6015, 3]], ["terzetto", [4, 6015, 4]], ["trio", [4, 6015, 5]], ["triplet", [4, 6015, 6]], ["tierce", [4, 6015, 7]], ["leash", [4, 6015, 8]], ["three", [4, 6015, 9]], ["ternary", [4, 6015, 10]], ["trinity", [4, 6015, 11]], ["trine", [4, 6015, 12]], ["3", [4, 6015, 13]], ["ternion", [4, 6015, 14]], ["tercet", [4, 6015, 15]]]}, {"answer": "triad", "hint": "synonyms for triad", "clues": [["threesome", [4, 6016, 0]], ["troika", [4, 6016, 1]], ["trey", [4, 6016, 2]], ["trinity", [4, 6016, 3]], ["deuce-ace", [4, 6016, 4]], ["terzetto", [4, 6016, 5]], ["trio", [4, 6016, 6]], ["triplet", [4, 6016, 7]], ["tierce", [4, 6016, 8]], ["leash", [4, 6016, 9]], ["three", [4, 6016, 10]], ["common chord", [4, 6016, 11]], ["ternary", [4, 6016, 12]], ["trine", [4, 6016, 13]], ["3", [4, 6016, 14]], ["ternion", [4, 6016, 15]], ["tercet", [4, 6016, 16]]]}, {"answer": "trial", "hint": "synonyms for trial", "clues": [["test", [4, 6017, 0]], ["tribulation", [4, 6017, 1]], ["visitation", [4, 6017, 2]], ["run", [4, 6017, 3]], ["tryout", [4, 6017, 4]], ["trial run", [4, 6017, 5]]]}, {"answer": "tribe", "hint": "synonyms for tribe", "clues": [["folk", [4, 6018, 0]], ["kin", [4, 6018, 1]], ["kinship group", [4, 6018, 2]], ["federation of tribes", [4, 6018, 3]], ["kin group", [4, 6018, 4]], ["kindred", [4, 6018, 5]], ["clan", [4, 6018, 6]]]}, {"answer": "trice", "hint": "synonyms for trice", "clues": [["flash", [4, 6019, 0]], ["instant", [4, 6019, 1]], ["jiffy", [4, 6019, 2]], ["split second", [4, 6019, 3]], ["blink of an eye", [4, 6019, 4]], ["wink", [4, 6019, 5]], ["twinkling", [4, 6019, 6]], ["heartbeat", [4, 6019, 7]]]}, {"answer": "trick", "hint": "synonyms for trick", "clues": [["illusion", [4, 6020, 0]], ["deception", [4, 6020, 1]], ["legerdemain", [4, 6020, 2]], ["joke", [4, 6020, 3]], ["antic", [4, 6020, 4]], ["fast one", [4, 6020, 5]], ["put-on", [4, 6020, 6]], ["conjuration", [4, 6020, 7]], ["magic trick", [4, 6020, 8]], ["thaumaturgy", [4, 6020, 9]], ["prank", [4, 6020, 10]], ["conjuring trick", [4, 6020, 11]], ["caper", [4, 6020, 12]], ["magic", [4, 6020, 13]]]}, {"answer": "trickery", "hint": "synonyms for trickery", "clues": [["slickness", [4, 6021, 0]], ["chicanery", [4, 6021, 1]], ["wile", [4, 6021, 2]], ["skulduggery", [4, 6021, 3]], ["hanky panky", [4, 6021, 4]], ["jiggery-pokery", [4, 6021, 5]], ["shenanigan", [4, 6021, 6]], ["hocus-pocus", [4, 6021, 7]], ["guile", [4, 6021, 8]]]}, {"answer": "trifle", "hint": "synonyms for trifle", "clues": [["technicality", [4, 6022, 0]], ["trivia", [4, 6022, 1]], ["triviality", [4, 6022, 2]], ["small beer", [4, 6022, 3]]]}, {"answer": "trimmings", "hint": "synonyms for trimmings", "clues": [["trimming", [4, 6023, 0]], ["clipping", [4, 6023, 1]], ["passementerie", [4, 6023, 2]], ["trim", [4, 6023, 3]], ["fixings", [4, 6023, 4]]]}, {"answer": "trine", "hint": "synonyms for trine", "clues": [["threesome", [4, 6024, 0]], ["troika", [4, 6024, 1]], ["trey", [4, 6024, 2]], ["deuce-ace", [4, 6024, 3]], ["triad", [4, 6024, 4]], ["terzetto", [4, 6024, 5]], ["trio", [4, 6024, 6]], ["triplet", [4, 6024, 7]], ["tierce", [4, 6024, 8]], ["leash", [4, 6024, 9]], ["three", [4, 6024, 10]], ["ternary", [4, 6024, 11]], ["trinity", [4, 6024, 12]], ["3", [4, 6024, 13]], ["ternion", [4, 6024, 14]], ["tercet", [4, 6024, 15]]]}, {"answer": "trinity", "hint": "synonyms for trinity", "clues": [["threesome", [4, 6025, 0]], ["troika", [4, 6025, 1]], ["trey", [4, 6025, 2]], ["deuce-ace", [4, 6025, 3]], ["triad", [4, 6025, 4]], ["terzetto", [4, 6025, 5]], ["trio", [4, 6025, 6]], ["triplet", [4, 6025, 7]], ["tierce", [4, 6025, 8]], ["leash", [4, 6025, 9]], ["three", [4, 6025, 10]], ["ternary", [4, 6025, 11]], ["trine", [4, 6025, 12]], ["3", [4, 6025, 13]], ["ternion", [4, 6025, 14]], ["tercet", [4, 6025, 15]]]}, {"answer": "trinket", "hint": "synonyms for trinket", "clues": [["novelty", [4, 6026, 0]], ["bauble", [4, 6026, 1]], ["gewgaw", [4, 6026, 2]], ["gaud", [4, 6026, 3]], ["bangle", [4, 6026, 4]], ["fallal", [4, 6026, 5]]]}, {"answer": "trio", "hint": "synonyms for trio", "clues": [["threesome", [4, 6027, 0]], ["troika", [4, 6027, 1]], ["trey", [4, 6027, 2]], ["trinity", [4, 6027, 3]], ["deuce-ace", [4, 6027, 4]], ["triad", [4, 6027, 5]], ["terzetto", [4, 6027, 6]], ["triplet", [4, 6027, 7]], ["tierce", [4, 6027, 8]], ["leash", [4, 6027, 9]], ["three", [4, 6027, 10]], ["ternary", [4, 6027, 11]], ["trine", [4, 6027, 12]], ["3", [4, 6027, 13]], ["ternion", [4, 6027, 14]], ["tercet", [4, 6027, 15]]]}, {"answer": "trip", "hint": "synonyms for trip", "clues": [["tripper", [4, 6028, 0]], ["trip-up", [4, 6028, 1]], ["misstep", [4, 6028, 2]], ["head trip", [4, 6028, 3]], ["stumble", [4, 6028, 4]], ["slip", [4, 6028, 5]]]}, {"answer": "tripe", "hint": "synonyms for tripe", "clues": [["folderol", [4, 6029, 0]], ["codswallop", [4, 6029, 1]], ["trash", [4, 6029, 2]], ["wish-wash", [4, 6029, 3]], ["rubbish", [4, 6029, 4]], ["applesauce", [4, 6029, 5]], ["trumpery", [4, 6029, 6]]]}, {"answer": "triplet", "hint": "synonyms for triplet", "clues": [["threesome", [4, 6030, 0]], ["troika", [4, 6030, 1]], ["trey", [4, 6030, 2]], ["deuce-ace", [4, 6030, 3]], ["triad", [4, 6030, 4]], ["terzetto", [4, 6030, 5]], ["trio", [4, 6030, 6]], ["tierce", [4, 6030, 7]], ["leash", [4, 6030, 8]], ["three", [4, 6030, 9]], ["ternary", [4, 6030, 10]], ["trinity", [4, 6030, 11]], ["trine", [4, 6030, 12]], ["3", [4, 6030, 13]], ["ternion", [4, 6030, 14]], ["triple", [4, 6030, 15]], ["tercet", [4, 6030, 16]]]}, {"answer": "trivia", "hint": "synonyms for trivia", "clues": [["small beer", [4, 6031, 0]], ["trifle", [4, 6031, 1]], ["trivium", [4, 6031, 2]], ["triviality", [4, 6031, 3]]]}, {"answer": "triviality", "hint": "synonyms for triviality", "clues": [["slightness", [4, 6032, 0]], ["trifle", [4, 6032, 1]], ["trivia", [4, 6032, 2]], ["puniness", [4, 6032, 3]], ["small beer", [4, 6032, 4]], ["pettiness", [4, 6032, 5]], ["technicality", [4, 6032, 6]]]}, {"answer": "trna", "hint": "synonyms for trna", "clues": [["soluble RNA", [4, 6033, 0]], ["tRNA", [4, 6033, 1]], ["acceptor RNA", [4, 6033, 2]], ["transfer RNA", [4, 6033, 3]]]}, {"answer": "troika", "hint": "synonyms for troika", "clues": [["threesome", [4, 6034, 0]], ["trey", [4, 6034, 1]], ["deuce-ace", [4, 6034, 2]], ["triad", [4, 6034, 3]], ["terzetto", [4, 6034, 4]], ["trio", [4, 6034, 5]], ["triplet", [4, 6034, 6]], ["tierce", [4, 6034, 7]], ["leash", [4, 6034, 8]], ["three", [4, 6034, 9]], ["ternary", [4, 6034, 10]], ["trinity", [4, 6034, 11]], ["trine", [4, 6034, 12]], ["3", [4, 6034, 13]], ["ternion", [4, 6034, 14]], ["tercet", [4, 6034, 15]]]}, {"answer": "trolley", "hint": "synonyms for trolley", "clues": [["tram", [4, 6035, 0]], ["trolley car", [4, 6035, 1]], ["streetcar", [4, 6035, 2]], ["tramcar", [4, 6035, 3]]]}, {"answer": "trolley_car", "hint": "synonyms for trolley car", "clues": [["tram", [4, 6036, 0]], ["trolley", [4, 6036, 1]], ["streetcar", [4, 6036, 2]], ["tramcar", [4, 6036, 3]]]}, {"answer": "troops", "hint": "synonyms for troops", "clues": [["soldiery", [4, 6037, 0]], ["troop", [4, 6037, 1]], ["scout troop", [4, 6037, 2]], ["flock", [4, 6037, 3]], ["military personnel", [4, 6037, 4]], ["scout group", [4, 6037, 5]]]}, {"answer": "trot", "hint": "synonyms for trot", "clues": [["pony", [4, 6038, 0]], ["lope", [4, 6038, 1]], ["crib", [4, 6038, 2]], ["jog", [4, 6038, 3]]]}, {"answer": "trotline", "hint": "synonyms for trotline", "clues": [["trawl line", [4, 6039, 0]], ["setline", [4, 6039, 1]], ["spiller", [4, 6039, 2]], ["trawl", [4, 6039, 3]]]}, {"answer": "trouble", "hint": "synonyms for trouble", "clues": [["difficulty", [4, 6040, 0]], ["problem", [4, 6040, 1]], ["fuss", [4, 6040, 2]], ["bother", [4, 6040, 3]], ["worry", [4, 6040, 4]], ["hassle", [4, 6040, 5]]]}, {"answer": "trough", "hint": "synonyms for trough", "clues": [["manger", [4, 6041, 0]], ["bowl", [4, 6041, 1]], ["till", [4, 6041, 2]], ["gutter", [4, 6041, 3]], ["public treasury", [4, 6041, 4]]]}, {"answer": "trouncing", "hint": "synonyms for trouncing", "clues": [["slaughter", [4, 6042, 0]], ["whipping", [4, 6042, 1]], ["beating", [4, 6042, 2]], ["walloping", [4, 6042, 3]], ["licking", [4, 6042, 4]], ["whacking", [4, 6042, 5]], ["thrashing", [4, 6042, 6]], ["drubbing", [4, 6042, 7]], ["debacle", [4, 6042, 8]], ["lacing", [4, 6042, 9]]]}, {"answer": "trucking_rig", "hint": "synonyms for trucking rig", "clues": [["rig", [4, 6043, 0]], ["trailer truck", [4, 6043, 1]], ["articulated lorry", [4, 6043, 2]], ["tractor trailer", [4, 6043, 3]], ["semi", [4, 6043, 4]]]}, {"answer": "trump", "hint": "synonyms for trump", "clues": [["horn", [4, 6044, 0]], ["trumpet", [4, 6044, 1]], ["cornet", [4, 6044, 2]], ["trump card", [4, 6044, 3]]]}, {"answer": "trumpery", "hint": "synonyms for trumpery", "clues": [["folderol", [4, 6045, 0]], ["gimcrackery", [4, 6045, 1]], ["nonsense", [4, 6045, 2]], ["applesauce", [4, 6045, 3]], ["codswallop", [4, 6045, 4]], ["trash", [4, 6045, 5]], ["wish-wash", [4, 6045, 6]], ["frill", [4, 6045, 7]], ["gimcrack", [4, 6045, 8]], ["rubbish", [4, 6045, 9]], ["tripe", [4, 6045, 10]]]}, {"answer": "trumpets", "hint": "synonyms for trumpets", "clues": [["horn", [4, 6046, 0]], ["trumpet", [4, 6046, 1]], ["cornet", [4, 6046, 2]], ["trump", [4, 6046, 3]]]}, {"answer": "truncheon", "hint": "synonyms for truncheon", "clues": [["billy club", [4, 6047, 0]], ["billy", [4, 6047, 1]], ["nightstick", [4, 6047, 2]], ["billystick", [4, 6047, 3]], ["baton", [4, 6047, 4]]]}, {"answer": "trunks", "hint": "synonyms for trunks", "clues": [["shorts", [4, 6048, 0]], ["trunk", [4, 6048, 1]], ["automobile trunk", [4, 6048, 2]], ["luggage compartment", [4, 6048, 3]], ["short pants", [4, 6048, 4]]]}, {"answer": "trust", "hint": "synonyms for trust", "clues": [["combine", [4, 6049, 0]], ["faith", [4, 6049, 1]], ["trustfulness", [4, 6049, 2]], ["reliance", [4, 6049, 3]], ["trustingness", [4, 6049, 4]], ["corporate trust", [4, 6049, 5]], ["cartel", [4, 6049, 6]]]}, {"answer": "tryout", "hint": "synonyms for tryout", "clues": [["trial", [4, 6050, 0]], ["test", [4, 6050, 1]], ["audition", [4, 6050, 2]], ["trial run", [4, 6050, 3]]]}, {"answer": "tub", "hint": "synonyms for tub", "clues": [["bath", [4, 6051, 0]], ["bathtub", [4, 6051, 1]], ["vat", [4, 6051, 2]], ["tubful", [4, 6051, 3]], ["bathing tub", [4, 6051, 4]]]}, {"answer": "tube", "hint": "synonyms for tube", "clues": [["tubing", [4, 6052, 0]], ["subway", [4, 6052, 1]], ["metro", [4, 6052, 2]], ["underground", [4, 6052, 3]], ["thermionic vacuum tube", [4, 6052, 4]], ["pipe", [4, 6052, 5]], ["thermionic valve", [4, 6052, 6]], ["subway system", [4, 6052, 7]], ["thermionic tube", [4, 6052, 8]], ["electron tube", [4, 6052, 9]], ["vacuum tube", [4, 6052, 10]]]}, {"answer": "tug", "hint": "synonyms for tug", "clues": [["towboat", [4, 6053, 0]], ["tower", [4, 6053, 1]], ["tugboat", [4, 6053, 2]], ["jerk", [4, 6053, 3]]]}, {"answer": "tumult", "hint": "synonyms for tumult", "clues": [["turmoil", [4, 6054, 0]], ["rumpus", [4, 6054, 1]], ["commotion", [4, 6054, 2]], ["din", [4, 6054, 3]], ["ruckus", [4, 6054, 4]], ["ruction", [4, 6054, 5]]]}, {"answer": "tune", "hint": "synonyms for tune", "clues": [["melodic line", [4, 6055, 0]], ["air", [4, 6055, 1]], ["melodic phrase", [4, 6055, 2]], ["melody", [4, 6055, 3]], ["strain", [4, 6055, 4]], ["line", [4, 6055, 5]]]}, {"answer": "tuner", "hint": "synonyms for tuner", "clues": [["radio receiver", [4, 6056, 0]], ["receiving set", [4, 6056, 1]], ["wireless", [4, 6056, 2]], ["radio", [4, 6056, 3]], ["radio set", [4, 6056, 4]]]}, {"answer": "turbofan", "hint": "synonyms for turbofan", "clues": [["fanjet", [4, 6057, 0]], ["turbojet engine", [4, 6057, 1]], ["turbofan engine", [4, 6057, 2]], ["fanjet engine", [4, 6057, 3]], ["turbojet", [4, 6057, 4]]]}, {"answer": "turbofan_engine", "hint": "synonyms for turbofan engine", "clues": [["fanjet", [4, 6058, 0]], ["turbofan", [4, 6058, 1]], ["turbojet engine", [4, 6058, 2]], ["turbojet", [4, 6058, 3]], ["fanjet engine", [4, 6058, 4]]]}, {"answer": "turbojet", "hint": "synonyms for turbojet", "clues": [["fanjet", [4, 6059, 0]], ["turbojet engine", [4, 6059, 1]], ["turbofan engine", [4, 6059, 2]], ["turbofan", [4, 6059, 3]], ["fanjet engine", [4, 6059, 4]]]}, {"answer": "turbojet_engine", "hint": "synonyms for turbojet engine", "clues": [["fanjet", [4, 6060, 0]], ["turbofan", [4, 6060, 1]], ["turbofan engine", [4, 6060, 2]], ["fanjet engine", [4, 6060, 3]], ["turbojet", [4, 6060, 4]]]}, {"answer": "turd", "hint": "synonyms for turd", "clues": [["shite", [4, 6061, 0]], ["dirt", [4, 6061, 1]], ["crap", [4, 6061, 2]], ["poop", [4, 6061, 3]]]}, {"answer": "turmoil", "hint": "synonyms for turmoil", "clues": [["excitement", [4, 6062, 0]], ["hullabaloo", [4, 6062, 1]], ["agitation", [4, 6062, 2]], ["tumult", [4, 6062, 3]], ["upheaval", [4, 6062, 4]]]}, {"answer": "turn", "hint": "synonyms for turn", "clues": [["twist", [4, 6063, 0]], ["good turn", [4, 6063, 1]], ["turning", [4, 6063, 2]], ["number", [4, 6063, 3]], ["bit", [4, 6063, 4]], ["act", [4, 6063, 5]], ["crook", [4, 6063, 6]], ["play", [4, 6063, 7]], ["bend", [4, 6063, 8]], ["routine", [4, 6063, 9]], ["round", [4, 6063, 10]], ["tour", [4, 6063, 11]], ["spell", [4, 6063, 12]], ["turn of events", [4, 6063, 13]], ["go", [4, 6063, 14]], ["bout", [4, 6063, 15]]]}, {"answer": "turnabout", "hint": "synonyms for turnabout", "clues": [["flip-flop", [4, 6064, 0]], ["change of mind", [4, 6064, 1]], ["reversion", [4, 6064, 2]], ["reverse", [4, 6064, 3]], ["reversal", [4, 6064, 4]], ["turnaround", [4, 6064, 5]]]}, {"answer": "turnaround", "hint": "synonyms for turnaround", "clues": [["turnabout", [4, 6065, 0]], ["turnround", [4, 6065, 1]], ["turnaround time", [4, 6065, 2]], ["flip-flop", [4, 6065, 3]], ["change of mind", [4, 6065, 4]], ["reversion", [4, 6065, 5]], ["reverse", [4, 6065, 6]], ["reversal", [4, 6065, 7]]]}, {"answer": "turning_point", "hint": "synonyms for turning point", "clues": [["corner", [4, 6066, 0]], ["landmark", [4, 6066, 1]], ["watershed", [4, 6066, 2]], ["street corner", [4, 6066, 3]]]}, {"answer": "turnout", "hint": "synonyms for turnout", "clues": [["output", [4, 6067, 0]], ["sidetrack", [4, 6067, 1]], ["getup", [4, 6067, 2]], ["rig", [4, 6067, 3]], ["siding", [4, 6067, 4]], ["widening", [4, 6067, 5]], ["outfit", [4, 6067, 6]], ["railroad siding", [4, 6067, 7]], ["outturn", [4, 6067, 8]]]}, {"answer": "turnover", "hint": "synonyms for turnover", "clues": [["upset", [4, 6068, 0]], ["overturn", [4, 6068, 1]], ["employee turnover", [4, 6068, 2]], ["dollar volume", [4, 6068, 3]], ["turnover rate", [4, 6068, 4]]]}, {"answer": "turpentine", "hint": "synonyms for turpentine", "clues": [["turps", [4, 6069, 0]], ["oil of turpentine", [4, 6069, 1]], ["spirit of turpentine", [4, 6069, 2]], ["gum terpentine", [4, 6069, 3]]]}, {"answer": "turps", "hint": "synonyms for turps", "clues": [["turpentine", [4, 6070, 0]], ["oil of turpentine", [4, 6070, 1]], ["spirit of turpentine", [4, 6070, 2]], ["transurethral resection of the prostate", [4, 6070, 3]]]}, {"answer": "turquoise", "hint": "synonyms for turquoise", "clues": [["aqua", [4, 6071, 0]], ["aquamarine", [4, 6071, 1]], ["peacock blue", [4, 6071, 2]], ["cobalt blue", [4, 6071, 3]], ["greenish blue", [4, 6071, 4]]]}, {"answer": "tussle", "hint": "synonyms for tussle", "clues": [["scuffle", [4, 6072, 0]], ["hassle", [4, 6072, 1]], ["dogfight", [4, 6072, 2]], ["rough-and-tumble", [4, 6072, 3]]]}, {"answer": "tutelage", "hint": "synonyms for tutelage", "clues": [["tuition", [4, 6073, 0]], ["tutorship", [4, 6073, 1]], ["care", [4, 6073, 2]], ["charge", [4, 6073, 3]], ["guardianship", [4, 6073, 4]]]}, {"answer": "tv", "hint": "synonyms for tv", "clues": [["television", [4, 6074, 0]], ["tv set", [4, 6074, 1]], ["telly", [4, 6074, 2]], ["telecasting", [4, 6074, 3]], ["television set", [4, 6074, 4]], ["video", [4, 6074, 5]], ["goggle box", [4, 6074, 6]], ["boob tube", [4, 6074, 7]], ["idiot box", [4, 6074, 8]], ["television receiver", [4, 6074, 9]]]}, {"answer": "tv_set", "hint": "synonyms for tv set", "clues": [["television", [4, 6075, 0]], ["telly", [4, 6075, 1]], ["television set", [4, 6075, 2]], ["goggle box", [4, 6075, 3]], ["boob tube", [4, 6075, 4]], ["idiot box", [4, 6075, 5]], ["tv", [4, 6075, 6]], ["television receiver", [4, 6075, 7]]]}, {"answer": "twaddle", "hint": "synonyms for twaddle", "clues": [["tarradiddle", [4, 6076, 0]], ["baloney", [4, 6076, 1]], ["tosh", [4, 6076, 2]], ["bilgewater", [4, 6076, 3]], ["bosh", [4, 6076, 4]], ["tommyrot", [4, 6076, 5]], ["humbug", [4, 6076, 6]], ["drool", [4, 6076, 7]]]}, {"answer": "twain", "hint": "synonyms for twain", "clues": [["twosome", [4, 6077, 0]], ["span", [4, 6077, 1]], ["brace", [4, 6077, 2]], ["pair", [4, 6077, 3]], ["distich", [4, 6077, 4]], ["dyad", [4, 6077, 5]], ["duet", [4, 6077, 6]], ["duo", [4, 6077, 7]], ["yoke", [4, 6077, 8]], ["couplet", [4, 6077, 9]], ["duad", [4, 6077, 10]]]}, {"answer": "twelve_noon", "hint": "synonyms for twelve noon", "clues": [["noonday", [4, 6078, 0]], ["high noon", [4, 6078, 1]], ["midday", [4, 6078, 2]], ["noon", [4, 6078, 3]], ["noontide", [4, 6078, 4]]]}, {"answer": "twenties", "hint": "synonyms for twenties", "clues": [["20", [4, 6079, 0]], ["twenty", [4, 6079, 1]], ["1920s", [4, 6079, 2]], ["mid-twenties", [4, 6079, 3]], ["twenty dollar bill", [4, 6079, 4]]]}, {"answer": "twenty-five_percent", "hint": "synonyms for twenty-five percent", "clues": [["fourth part", [4, 6080, 0]], ["quarter", [4, 6080, 1]], ["one-quarter", [4, 6080, 2]], ["one-fourth", [4, 6080, 3]], ["fourth", [4, 6080, 4]]]}, {"answer": "twenty-four_hour_period", "hint": "synonyms for twenty-four hour period", "clues": [["24-hour interval", [4, 6081, 0]], ["twenty-four hours", [4, 6081, 1]], ["mean solar day", [4, 6081, 2]], ["solar day", [4, 6081, 3]], ["day", [4, 6081, 4]]]}, {"answer": "twenty-four_hours", "hint": "synonyms for twenty-four hours", "clues": [["24-hour interval", [4, 6082, 0]], ["twenty-four hour period", [4, 6082, 1]], ["mean solar day", [4, 6082, 2]], ["day", [4, 6082, 3]], ["solar day", [4, 6082, 4]]]}, {"answer": "twinkle", "hint": "synonyms for twinkle", "clues": [["sparkle", [4, 6083, 0]], ["scintillation", [4, 6083, 1]], ["light", [4, 6083, 2]], ["spark", [4, 6083, 3]], ["sparkling", [4, 6083, 4]]]}, {"answer": "twirl", "hint": "synonyms for twirl", "clues": [["twist", [4, 6084, 0]], ["whirl", [4, 6084, 1]], ["kink", [4, 6084, 2]], ["spin", [4, 6084, 3]]]}, {"answer": "twist", "hint": "synonyms for twist", "clues": [["whirl", [4, 6085, 0]], ["construction", [4, 6085, 1]], ["turn", [4, 6085, 2]], ["wrench", [4, 6085, 3]], ["crook", [4, 6085, 4]], ["gimmick", [4, 6085, 5]], ["twisting", [4, 6085, 6]], ["bend", [4, 6085, 7]], ["winding", [4, 6085, 8]], ["kink", [4, 6085, 9]], ["twirl", [4, 6085, 10]], ["eddy", [4, 6085, 11]], ["spin", [4, 6085, 12]], ["turn of events", [4, 6085, 13]], ["device", [4, 6085, 14]]]}, {"answer": "twosome", "hint": "synonyms for twosome", "clues": [["span", [4, 6086, 0]], ["brace", [4, 6086, 1]], ["pair", [4, 6086, 2]], ["distich", [4, 6086, 3]], ["dyad", [4, 6086, 4]], ["duet", [4, 6086, 5]], ["duo", [4, 6086, 6]], ["couple", [4, 6086, 7]], ["yoke", [4, 6086, 8]], ["twain", [4, 6086, 9]], ["duad", [4, 6086, 10]]]}, {"answer": "tympani", "hint": "synonyms for tympani", "clues": [["tympanum", [4, 6087, 0]], ["timpani", [4, 6087, 1]], ["kettle", [4, 6087, 2]], ["kettledrum", [4, 6087, 3]]]}, {"answer": "typo", "hint": "synonyms for typo", "clues": [["typographical error", [4, 6088, 0]], ["literal", [4, 6088, 1]], ["literal error", [4, 6088, 2]], ["misprint", [4, 6088, 3]], ["erratum", [4, 6088, 4]]]}, {"answer": "typographical_error", "hint": "synonyms for typographical error", "clues": [["typo", [4, 6089, 0]], ["literal", [4, 6089, 1]], ["literal error", [4, 6089, 2]], ["misprint", [4, 6089, 3]], ["erratum", [4, 6089, 4]]]}, {"answer": "tyranny", "hint": "synonyms for tyranny", "clues": [["dictatorship", [4, 6090, 0]], ["one-man rule", [4, 6090, 1]], ["despotism", [4, 6090, 2]], ["totalitarianism", [4, 6090, 3]], ["absolutism", [4, 6090, 4]], ["monocracy", [4, 6090, 5]], ["authoritarianism", [4, 6090, 6]], ["shogunate", [4, 6090, 7]]]}, {"answer": "u-drive", "hint": "synonyms for u-drive", "clues": [["rent-a-car", [4, 6091, 0]], ["hire car", [4, 6091, 1]], ["self-drive", [4, 6091, 2]], ["you-drive", [4, 6091, 3]], ["car rental", [4, 6091, 4]]]}, {"answer": "unavoidable_casualty", "hint": "synonyms for unavoidable casualty", "clues": [["inevitable accident", [4, 6092, 0]], ["act of God", [4, 6092, 1]], ["force majeure", [4, 6092, 2]], ["vis major", [4, 6092, 3]]]}, {"answer": "unboundedness", "hint": "synonyms for unboundedness", "clues": [["limitlessness", [4, 6093, 0]], ["infinitude", [4, 6093, 1]], ["boundlessness", [4, 6093, 2]], ["infiniteness", [4, 6093, 3]]]}, {"answer": "uncertainty", "hint": "synonyms for uncertainty", "clues": [["dubiousness", [4, 6094, 0]], ["doubtfulness", [4, 6094, 1]], ["incertitude", [4, 6094, 2]], ["dubiety", [4, 6094, 3]], ["precariousness", [4, 6094, 4]], ["doubt", [4, 6094, 5]], ["uncertainness", [4, 6094, 6]]]}, {"answer": "unconditioned_reflex", "hint": "synonyms for unconditioned reflex", "clues": [["reflex action", [4, 6095, 0]], ["reflex response", [4, 6095, 1]], ["instinctive reflex", [4, 6095, 2]], ["innate reflex", [4, 6095, 3]], ["physiological reaction", [4, 6095, 4]], ["reflex", [4, 6095, 5]], ["inborn reflex", [4, 6095, 6]]]}, {"answer": "uncovering", "hint": "synonyms for uncovering", "clues": [["husking", [4, 6096, 0]], ["find", [4, 6096, 1]], ["baring", [4, 6096, 2]], ["discovery", [4, 6096, 3]], ["denudation", [4, 6096, 4]], ["stripping", [4, 6096, 5]]]}, {"answer": "unction", "hint": "synonyms for unction", "clues": [["unguent", [4, 6097, 0]], ["fulsomeness", [4, 6097, 1]], ["smarm", [4, 6097, 2]], ["balm", [4, 6097, 3]], ["inunction", [4, 6097, 4]], ["oiliness", [4, 6097, 5]], ["ointment", [4, 6097, 6]], ["salve", [4, 6097, 7]], ["unctuousness", [4, 6097, 8]], ["smarminess", [4, 6097, 9]], ["oleaginousness", [4, 6097, 10]]]}, {"answer": "unctuousness", "hint": "synonyms for unctuousness", "clues": [["fulsomeness", [4, 6098, 0]], ["unction", [4, 6098, 1]], ["smarminess", [4, 6098, 2]], ["oiliness", [4, 6098, 3]], ["oleaginousness", [4, 6098, 4]]]}, {"answer": "undercoat", "hint": "synonyms for undercoat", "clues": [["flat coat", [4, 6099, 0]], ["primer coat", [4, 6099, 1]], ["priming coat", [4, 6099, 2]], ["priming", [4, 6099, 3]], ["primer", [4, 6099, 4]], ["ground", [4, 6099, 5]], ["underseal", [4, 6099, 6]]]}, {"answer": "underdrawers", "hint": "synonyms for underdrawers", "clues": [["boxershorts", [4, 6100, 0]], ["shorts", [4, 6100, 1]], ["boxers", [4, 6100, 2]], ["drawers", [4, 6100, 3]]]}, {"answer": "understructure", "hint": "synonyms for understructure", "clues": [["foundation", [4, 6101, 0]], ["base", [4, 6101, 1]], ["foot", [4, 6101, 2]], ["fundament", [4, 6101, 3]], ["substructure", [4, 6101, 4]], ["groundwork", [4, 6101, 5]]]}, {"answer": "underwriter", "hint": "synonyms for underwriter", "clues": [["insurance underwriter", [4, 6102, 0]], ["insurance firm", [4, 6102, 1]], ["insurer", [4, 6102, 2]], ["insurance company", [4, 6102, 3]]]}, {"answer": "uneasiness", "hint": "synonyms for uneasiness", "clues": [["restlessness", [4, 6103, 0]], ["unease", [4, 6103, 1]], ["inquietude", [4, 6103, 2]], ["edginess", [4, 6103, 3]], ["self-consciousness", [4, 6103, 4]], ["uncomfortableness", [4, 6103, 5]], ["queasiness", [4, 6103, 6]], ["disquiet", [4, 6103, 7]]]}, {"answer": "unemotionality", "hint": "synonyms for unemotionality", "clues": [["impassivity", [4, 6104, 0]], ["emotionlessness", [4, 6104, 1]], ["indifference", [4, 6104, 2]], ["phlegm", [4, 6104, 3]], ["impassiveness", [4, 6104, 4]], ["stolidity", [4, 6104, 5]]]}, {"answer": "unfeelingness", "hint": "synonyms for unfeelingness", "clues": [["callosity", [4, 6105, 0]], ["insensibility", [4, 6105, 1]], ["callousness", [4, 6105, 2]], ["hardness", [4, 6105, 3]]]}, {"answer": "unguent", "hint": "synonyms for unguent", "clues": [["salve", [4, 6106, 0]], ["unction", [4, 6106, 1]], ["balm", [4, 6106, 2]], ["ointment", [4, 6106, 3]]]}, {"answer": "unification", "hint": "synonyms for unification", "clues": [["union", [4, 6107, 0]], ["fusion", [4, 6107, 1]], ["uniting", [4, 6107, 2]], ["jointure", [4, 6107, 3]], ["merger", [4, 6107, 4]], ["conjugation", [4, 6107, 5]]]}, {"answer": "unit", "hint": "synonyms for unit", "clues": [["whole", [4, 6108, 0]], ["social unit", [4, 6108, 1]], ["building block", [4, 6108, 2]], ["unit of measurement", [4, 6108, 3]]]}, {"answer": "uniting", "hint": "synonyms for uniting", "clues": [["union", [4, 6109, 0]], ["amalgamation", [4, 6109, 1]], ["merger", [4, 6109, 2]], ["jointure", [4, 6109, 3]], ["unification", [4, 6109, 4]], ["conjugation", [4, 6109, 5]]]}, {"answer": "unity", "hint": "synonyms for unity", "clues": [["1", [4, 6110, 0]], ["one", [4, 6110, 1]], ["oneness", [4, 6110, 2]], ["ace", [4, 6110, 3]], ["single", [4, 6110, 4]]]}, {"answer": "universe", "hint": "synonyms for universe", "clues": [["cosmos", [4, 6111, 0]], ["universe of discourse", [4, 6111, 1]], ["population", [4, 6111, 2]], ["macrocosm", [4, 6111, 3]], ["world", [4, 6111, 4]], ["creation", [4, 6111, 5]], ["existence", [4, 6111, 6]]]}, {"answer": "unknowingness", "hint": "synonyms for unknowingness", "clues": [["unknowing", [4, 6112, 0]], ["ignorantness", [4, 6112, 1]], ["unawareness", [4, 6112, 2]], ["nescience", [4, 6112, 3]]]}, {"answer": "unmanliness", "hint": "synonyms for unmanliness", "clues": [["sissiness", [4, 6113, 0]], ["effeminacy", [4, 6113, 1]], ["softness", [4, 6113, 2]], ["effeminateness", [4, 6113, 3]], ["womanishness", [4, 6113, 4]]]}, {"answer": "unq", "hint": "synonyms for unq", "clues": [["atomic number 104", [4, 6114, 0]], ["element 104", [4, 6114, 1]], ["unnilquadium", [4, 6114, 2]], ["rutherfordium", [4, 6114, 3]]]}, {"answer": "unsavoriness", "hint": "synonyms for unsavoriness", "clues": [["nauseatingness", [4, 6115, 0]], ["disgustingness", [4, 6115, 1]], ["distastefulness", [4, 6115, 2]], ["sickeningness", [4, 6115, 3]]]}, {"answer": "unslaked_lime", "hint": "synonyms for unslaked lime", "clues": [["quicklime", [4, 6116, 0]], ["calx", [4, 6116, 1]], ["lime", [4, 6116, 2]], ["calcium oxide", [4, 6116, 3]], ["fluxing lime", [4, 6116, 4]], ["calcined lime", [4, 6116, 5]], ["burnt lime", [4, 6116, 6]]]}, {"answer": "unveiling", "hint": "synonyms for unveiling", "clues": [["launching", [4, 6117, 0]], ["debut", [4, 6117, 1]], ["introduction", [4, 6117, 2]], ["first appearance", [4, 6117, 3]], ["entry", [4, 6117, 4]]]}, {"answer": "upbraiding", "hint": "synonyms for upbraiding", "clues": [["chewing out", [4, 6118, 0]], ["castigation", [4, 6118, 1]], ["going-over", [4, 6118, 2]], ["earful", [4, 6118, 3]], ["bawling out", [4, 6118, 4]], ["dressing down", [4, 6118, 5]]]}, {"answer": "upbringing", "hint": "synonyms for upbringing", "clues": [["nurture", [4, 6119, 0]], ["raising", [4, 6119, 1]], ["rearing", [4, 6119, 2]], ["bringing up", [4, 6119, 3]], ["fostering", [4, 6119, 4]], ["breeding", [4, 6119, 5]], ["fosterage", [4, 6119, 6]]]}, {"answer": "upgrade", "hint": "synonyms for upgrade", "clues": [["rise", [4, 6120, 0]], ["acclivity", [4, 6120, 1]], ["ascent", [4, 6120, 2]], ["climb", [4, 6120, 3]], ["rising slope", [4, 6120, 4]]]}, {"answer": "upheaval", "hint": "synonyms for upheaval", "clues": [["turmoil", [4, 6121, 0]], ["uplift", [4, 6121, 1]], ["upthrow", [4, 6121, 2]], ["hullabaloo", [4, 6121, 3]], ["upthrust", [4, 6121, 4]], ["excitement", [4, 6121, 5]], ["agitation", [4, 6121, 6]]]}, {"answer": "upkeep", "hint": "synonyms for upkeep", "clues": [["maintenance", [4, 6122, 0]], ["care", [4, 6122, 1]], ["sustenance", [4, 6122, 2]], ["sustentation", [4, 6122, 3]], ["sustainment", [4, 6122, 4]]]}, {"answer": "upper-case_letter", "hint": "synonyms for upper-case letter", "clues": [["capital", [4, 6123, 0]], ["uppercase", [4, 6123, 1]], ["majuscule", [4, 6123, 2]], ["capital letter", [4, 6123, 3]]]}, {"answer": "uprightness", "hint": "synonyms for uprightness", "clues": [["erectness", [4, 6124, 0]], ["verticality", [4, 6124, 1]], ["verticalness", [4, 6124, 2]], ["rectitude", [4, 6124, 3]]]}, {"answer": "uprising", "hint": "synonyms for uprising", "clues": [["rising", [4, 6125, 0]], ["insurrection", [4, 6125, 1]], ["rebellion", [4, 6125, 2]], ["revolt", [4, 6125, 3]]]}, {"answer": "upshot", "hint": "synonyms for upshot", "clues": [["outcome", [4, 6126, 0]], ["event", [4, 6126, 1]], ["issue", [4, 6126, 2]], ["effect", [4, 6126, 3]], ["consequence", [4, 6126, 4]], ["result", [4, 6126, 5]]]}, {"answer": "urging", "hint": "synonyms for urging", "clues": [["prod", [4, 6127, 0]], ["goad", [4, 6127, 1]], ["spur", [4, 6127, 2]], ["spurring", [4, 6127, 3]], ["urgency", [4, 6127, 4]], ["importunity", [4, 6127, 5]], ["prodding", [4, 6127, 6]]]}, {"answer": "urine", "hint": "synonyms for urine", "clues": [["pee", [4, 6128, 0]], ["water", [4, 6128, 1]], ["piddle", [4, 6128, 2]], ["piss", [4, 6128, 3]], ["weewee", [4, 6128, 4]]]}, {"answer": "us", "hint": "synonyms for us", "clues": [["atomic number 92", [4, 6129, 0]], ["the States", [4, 6129, 1]], ["uracil", [4, 6129, 2]], ["u", [4, 6129, 3]], ["uranium", [4, 6129, 4]]]}, {"answer": "usableness", "hint": "synonyms for usableness", "clues": [["usability", [4, 6130, 0]], ["useableness", [4, 6130, 1]], ["serviceability", [4, 6130, 2]], ["serviceableness", [4, 6130, 3]]]}, {"answer": "usage", "hint": "synonyms for usage", "clues": [["custom", [4, 6131, 0]], ["usance", [4, 6131, 1]], ["exercise", [4, 6131, 2]], ["use", [4, 6131, 3]], ["utilisation", [4, 6131, 4]], ["employment", [4, 6131, 5]]]}, {"answer": "usance", "hint": "synonyms for usance", "clues": [["custom", [4, 6132, 0]], ["use", [4, 6132, 1]], ["consumption", [4, 6132, 2]], ["use of goods and services", [4, 6132, 3]], ["economic consumption", [4, 6132, 4]], ["usage", [4, 6132, 5]]]}, {"answer": "use", "hint": "synonyms for use", "clues": [["purpose", [4, 6133, 0]], ["function", [4, 6133, 1]], ["utilisation", [4, 6133, 2]], ["consumption", [4, 6133, 3]], ["exercise", [4, 6133, 4]], ["employment", [4, 6133, 5]], ["habit", [4, 6133, 6]], ["usance", [4, 6133, 7]], ["manipulation", [4, 6133, 8]], ["enjoyment", [4, 6133, 9]], ["use of goods and services", [4, 6133, 10]], ["economic consumption", [4, 6133, 11]], ["usage", [4, 6133, 12]], ["role", [4, 6133, 13]]]}, {"answer": "use_of_goods_and_services", "hint": "synonyms for use of goods and services", "clues": [["economic consumption", [4, 6134, 0]], ["usance", [4, 6134, 1]], ["use", [4, 6134, 2]], ["consumption", [4, 6134, 3]]]}, {"answer": "useableness", "hint": "synonyms for useableness", "clues": [["usability", [4, 6135, 0]], ["usableness", [4, 6135, 1]], ["serviceability", [4, 6135, 2]], ["serviceableness", [4, 6135, 3]]]}, {"answer": "usurpation", "hint": "synonyms for usurpation", "clues": [["intrusion", [4, 6136, 0]], ["trespass", [4, 6136, 1]], ["violation", [4, 6136, 2]], ["encroachment", [4, 6136, 3]]]}, {"answer": "utilisation", "hint": "synonyms for utilisation", "clues": [["exercise", [4, 6137, 0]], ["use", [4, 6137, 1]], ["usage", [4, 6137, 2]], ["employment", [4, 6137, 3]], ["utilization", [4, 6137, 4]]]}, {"answer": "utilization", "hint": "synonyms for utilization", "clues": [["exercise", [4, 6138, 0]], ["use", [4, 6138, 1]], ["utilisation", [4, 6138, 2]], ["usage", [4, 6138, 3]], ["employment", [4, 6138, 4]]]}, {"answer": "uv", "hint": "synonyms for uv", "clues": [["ultraviolet light", [4, 6139, 0]], ["ultraviolet radiation", [4, 6139, 1]], ["ultraviolet", [4, 6139, 2]], ["ultraviolet illumination", [4, 6139, 3]]]}, {"answer": "v-1", "hint": "synonyms for v-1", "clues": [["buzz bomb", [4, 6140, 0]], ["doodlebug", [4, 6140, 1]], ["robot bomb", [4, 6140, 2]], ["flying bomb", [4, 6140, 3]]]}, {"answer": "vacuity", "hint": "synonyms for vacuity", "clues": [["inanity", [4, 6141, 0]], ["mindlessness", [4, 6141, 1]], ["vacuum", [4, 6141, 2]], ["senselessness", [4, 6141, 3]], ["pointlessness", [4, 6141, 4]]]}, {"answer": "vacuum", "hint": "synonyms for vacuum", "clues": [["void", [4, 6142, 0]], ["emptiness", [4, 6142, 1]], ["vacuity", [4, 6142, 2]], ["vacuum cleaner", [4, 6142, 3]], ["vacancy", [4, 6142, 4]]]}, {"answer": "vacuum_bomb", "hint": "synonyms for vacuum bomb", "clues": [["thermobaric bomb", [4, 6143, 0]], ["fuel-air bomb", [4, 6143, 1]], ["volume-detonation bomb", [4, 6143, 2]], ["aerosol bomb", [4, 6143, 3]]]}, {"answer": "vacuum_tube", "hint": "synonyms for vacuum tube", "clues": [["tube", [4, 6144, 0]], ["thermionic valve", [4, 6144, 1]], ["thermionic tube", [4, 6144, 2]], ["thermionic vacuum tube", [4, 6144, 3]], ["electron tube", [4, 6144, 4]]]}, {"answer": "valiance", "hint": "synonyms for valiance", "clues": [["gallantry", [4, 6145, 0]], ["valorousness", [4, 6145, 1]], ["heroism", [4, 6145, 2]], ["valour", [4, 6145, 3]], ["valiancy", [4, 6145, 4]]]}, {"answer": "valiancy", "hint": "synonyms for valiancy", "clues": [["gallantry", [4, 6146, 0]], ["valorousness", [4, 6146, 1]], ["heroism", [4, 6146, 2]], ["valour", [4, 6146, 3]], ["valiance", [4, 6146, 4]]]}, {"answer": "validity", "hint": "synonyms for validity", "clues": [["rigour", [4, 6147, 0]], ["validness", [4, 6147, 1]], ["robustness", [4, 6147, 2]], ["cogency", [4, 6147, 3]], ["lustiness", [4, 6147, 4]], ["hardiness", [4, 6147, 5]]]}, {"answer": "valor", "hint": "synonyms for valor", "clues": [["gallantry", [4, 6148, 0]], ["valorousness", [4, 6148, 1]], ["heroism", [4, 6148, 2]], ["valour", [4, 6148, 3]], ["valiance", [4, 6148, 4]]]}, {"answer": "valorousness", "hint": "synonyms for valorousness", "clues": [["gallantry", [4, 6149, 0]], ["heroism", [4, 6149, 1]], ["valour", [4, 6149, 2]], ["valiance", [4, 6149, 3]]]}, {"answer": "valour", "hint": "synonyms for valour", "clues": [["gallantry", [4, 6150, 0]], ["valorousness", [4, 6150, 1]], ["heroism", [4, 6150, 2]], ["valiance", [4, 6150, 3]], ["valor", [4, 6150, 4]]]}, {"answer": "values", "hint": "synonyms for values", "clues": [["value", [4, 6151, 0]], ["economic value", [4, 6151, 1]], ["time value", [4, 6151, 2]], ["note value", [4, 6151, 3]]]}, {"answer": "van", "hint": "synonyms for van", "clues": [["vanguard", [4, 6152, 0]], ["caravan", [4, 6152, 1]], ["avant-garde", [4, 6152, 2]], ["new wave", [4, 6152, 3]]]}, {"answer": "vanguard", "hint": "synonyms for vanguard", "clues": [["forefront", [4, 6153, 0]], ["van", [4, 6153, 1]], ["avant-garde", [4, 6153, 2]], ["cutting edge", [4, 6153, 3]], ["new wave", [4, 6153, 4]]]}, {"answer": "vanity", "hint": "synonyms for vanity", "clues": [["conceitedness", [4, 6154, 0]], ["conceit", [4, 6154, 1]], ["dresser", [4, 6154, 2]], ["toilet table", [4, 6154, 3]], ["dressing table", [4, 6154, 4]], ["amour propre", [4, 6154, 5]], ["self-love", [4, 6154, 6]], ["emptiness", [4, 6154, 7]]]}, {"answer": "vapidity", "hint": "synonyms for vapidity", "clues": [["jejuneness", [4, 6155, 0]], ["tameness", [4, 6155, 1]], ["jejunity", [4, 6155, 2]], ["vapidness", [4, 6155, 3]]]}, {"answer": "vapidness", "hint": "synonyms for vapidness", "clues": [["vapidity", [4, 6156, 0]], ["jejuneness", [4, 6156, 1]], ["tameness", [4, 6156, 2]], ["jejunity", [4, 6156, 3]]]}, {"answer": "vaporing", "hint": "synonyms for vaporing", "clues": [["gasconade", [4, 6157, 0]], ["bragging", [4, 6157, 1]], ["brag", [4, 6157, 2]], ["line-shooting", [4, 6157, 3]], ["crow", [4, 6157, 4]]]}, {"answer": "vaporousness", "hint": "synonyms for vaporousness", "clues": [["vapourousness", [4, 6158, 0]], ["mistiness", [4, 6158, 1]], ["haziness", [4, 6158, 2]], ["steaminess", [4, 6158, 3]]]}, {"answer": "vapourousness", "hint": "synonyms for vapourousness", "clues": [["vaporousness", [4, 6159, 0]], ["mistiness", [4, 6159, 1]], ["haziness", [4, 6159, 2]], ["steaminess", [4, 6159, 3]]]}, {"answer": "variance", "hint": "synonyms for variance", "clues": [["variability", [4, 6160, 0]], ["variation", [4, 6160, 1]], ["division", [4, 6160, 2]], ["variableness", [4, 6160, 3]], ["variant", [4, 6160, 4]], ["discrepancy", [4, 6160, 5]], ["divergence", [4, 6160, 6]], ["disagreement", [4, 6160, 7]]]}, {"answer": "variate", "hint": "synonyms for variate", "clues": [["random variable", [4, 6161, 0]], ["stochastic variable", [4, 6161, 1]], ["chance variable", [4, 6161, 2]], ["variant", [4, 6161, 3]]]}, {"answer": "variation", "hint": "synonyms for variation", "clues": [["magnetic declination", [4, 6162, 0]], ["fluctuation", [4, 6162, 1]], ["version", [4, 6162, 2]], ["magnetic variation", [4, 6162, 3]], ["edition", [4, 6162, 4]], ["variant", [4, 6162, 5]], ["variance", [4, 6162, 6]], ["pas seul", [4, 6162, 7]]]}, {"answer": "variety", "hint": "synonyms for variety", "clues": [["smorgasbord", [4, 6163, 0]], ["mixed bag", [4, 6163, 1]], ["form", [4, 6163, 2]], ["sort", [4, 6163, 3]], ["diversity", [4, 6163, 4]], ["potpourri", [4, 6163, 5]], ["miscellanea", [4, 6163, 6]], ["assortment", [4, 6163, 7]], ["mixture", [4, 6163, 8]], ["kind", [4, 6163, 9]], ["variety show", [4, 6163, 10]], ["change", [4, 6163, 11]], ["motley", [4, 6163, 12]], ["multifariousness", [4, 6163, 13]], ["diverseness", [4, 6163, 14]], ["salmagundi", [4, 6163, 15]]]}, {"answer": "vastness", "hint": "synonyms for vastness", "clues": [["greatness", [4, 6164, 0]], ["grandness", [4, 6164, 1]], ["immensity", [4, 6164, 2]], ["wideness", [4, 6164, 3]], ["enormousness", [4, 6164, 4]], ["immenseness", [4, 6164, 5]], ["sizeableness", [4, 6164, 6]]]}, {"answer": "vault_of_heaven", "hint": "synonyms for vault of heaven", "clues": [["firmament", [4, 6165, 0]], ["welkin", [4, 6165, 1]], ["celestial sphere", [4, 6165, 2]], ["empyrean", [4, 6165, 3]], ["heavens", [4, 6165, 4]], ["sphere", [4, 6165, 5]]]}, {"answer": "vehemence", "hint": "synonyms for vehemence", "clues": [["ferocity", [4, 6166, 0]], ["fury", [4, 6166, 1]], ["fierceness", [4, 6166, 2]], ["furiousness", [4, 6166, 3]], ["violence", [4, 6166, 4]], ["wildness", [4, 6166, 5]], ["emphasis", [4, 6166, 6]]]}, {"answer": "veneration", "hint": "synonyms for veneration", "clues": [["idolatry", [4, 6167, 0]], ["cultism", [4, 6167, 1]], ["devotion", [4, 6167, 2]], ["reverence", [4, 6167, 3]], ["fear", [4, 6167, 4]], ["awe", [4, 6167, 5]]]}, {"answer": "venetian_red", "hint": "synonyms for venetian red", "clues": [["reddish brown", [4, 6168, 0]], ["mahogany", [4, 6168, 1]], ["sepia", [4, 6168, 2]], ["burnt sienna", [4, 6168, 3]]]}, {"answer": "venom", "hint": "synonyms for venom", "clues": [["malice", [4, 6169, 0]], ["spite", [4, 6169, 1]], ["maliciousness", [4, 6169, 2]], ["spitefulness", [4, 6169, 3]]]}, {"answer": "vent", "hint": "synonyms for vent", "clues": [["blowhole", [4, 6170, 0]], ["vent-hole", [4, 6170, 1]], ["volcano", [4, 6170, 2]], ["outlet", [4, 6170, 3]], ["release", [4, 6170, 4]]]}, {"answer": "ventilation", "hint": "synonyms for ventilation", "clues": [["external respiration", [4, 6171, 0]], ["public discussion", [4, 6171, 1]], ["airing", [4, 6171, 2]], ["ventilation system", [4, 6171, 3]], ["breathing", [4, 6171, 4]], ["respiration", [4, 6171, 5]]]}, {"answer": "verbiage", "hint": "synonyms for verbiage", "clues": [["diction", [4, 6172, 0]], ["verbalism", [4, 6172, 1]], ["phrasing", [4, 6172, 2]], ["phraseology", [4, 6172, 3]], ["wording", [4, 6172, 4]], ["choice of words", [4, 6172, 5]]]}, {"answer": "verge", "hint": "synonyms for verge", "clues": [["scepter", [4, 6173, 0]], ["brink", [4, 6173, 1]], ["threshold", [4, 6173, 2]], ["wand", [4, 6173, 3]]]}, {"answer": "vernacular_art", "hint": "synonyms for vernacular art", "clues": [["outsider art", [4, 6174, 0]], ["primitive art", [4, 6174, 1]], ["self-taught art", [4, 6174, 2]], ["naive art", [4, 6174, 3]]]}, {"answer": "veronal", "hint": "synonyms for veronal", "clues": [["diethylbarbituric acid", [4, 6175, 0]], ["barbital", [4, 6175, 1]], ["diethylmalonylurea", [4, 6175, 2]], ["barbitone", [4, 6175, 3]]]}, {"answer": "verse", "hint": "synonyms for verse", "clues": [["verse line", [4, 6176, 0]], ["poetry", [4, 6176, 1]], ["poesy", [4, 6176, 2]], ["rhyme", [4, 6176, 3]]]}, {"answer": "version", "hint": "synonyms for version", "clues": [["adaptation", [4, 6177, 0]], ["rendering", [4, 6177, 1]], ["variant", [4, 6177, 2]], ["variation", [4, 6177, 3]], ["edition", [4, 6177, 4]], ["interpretation", [4, 6177, 5]], ["translation", [4, 6177, 6]], ["interlingual rendition", [4, 6177, 7]], ["reading", [4, 6177, 8]]]}, {"answer": "vestibular_sense", "hint": "synonyms for vestibular sense", "clues": [["sense of equilibrium", [4, 6178, 0]], ["equilibrium", [4, 6178, 1]], ["sense of balance", [4, 6178, 2]], ["labyrinthine sense", [4, 6178, 3]]]}, {"answer": "vestibule", "hint": "synonyms for vestibule", "clues": [["antechamber", [4, 6179, 0]], ["lobby", [4, 6179, 1]], ["hall", [4, 6179, 2]], ["entrance hall", [4, 6179, 3]], ["foyer", [4, 6179, 4]], ["anteroom", [4, 6179, 5]]]}, {"answer": "vesture", "hint": "synonyms for vesture", "clues": [["wearable", [4, 6180, 0]], ["article of clothing", [4, 6180, 1]], ["habiliment", [4, 6180, 2]], ["clothing", [4, 6180, 3]], ["wear", [4, 6180, 4]]]}, {"answer": "vexation", "hint": "synonyms for vexation", "clues": [["annoyance", [4, 6181, 0]], ["worry", [4, 6181, 1]], ["concern", [4, 6181, 2]], ["annoying", [4, 6181, 3]], ["headache", [4, 6181, 4]], ["irritation", [4, 6181, 5]], ["chafe", [4, 6181, 6]]]}, {"answer": "viands", "hint": "synonyms for viands", "clues": [["viand", [4, 6182, 0]], ["provender", [4, 6182, 1]], ["commissariat", [4, 6182, 2]], ["provisions", [4, 6182, 3]], ["victuals", [4, 6182, 4]]]}, {"answer": "vibes", "hint": "synonyms for vibes", "clues": [["vibraharp", [4, 6183, 0]], ["vibe", [4, 6183, 1]], ["vibraphone", [4, 6183, 2]], ["vibration", [4, 6183, 3]]]}, {"answer": "vibrancy", "hint": "synonyms for vibrancy", "clues": [["ringing", [4, 6184, 0]], ["sonority", [4, 6184, 1]], ["plangency", [4, 6184, 2]], ["sonorousness", [4, 6184, 3]], ["resonance", [4, 6184, 4]], ["reverberance", [4, 6184, 5]]]}, {"answer": "victual", "hint": "synonyms for victual", "clues": [["edible", [4, 6185, 0]], ["eatable", [4, 6185, 1]], ["victuals", [4, 6185, 2]], ["comestible", [4, 6185, 3]], ["pabulum", [4, 6185, 4]]]}, {"answer": "victuals", "hint": "synonyms for victuals", "clues": [["sustenance", [4, 6186, 0]], ["eatable", [4, 6186, 1]], ["provisions", [4, 6186, 2]], ["aliment", [4, 6186, 3]], ["viands", [4, 6186, 4]], ["provender", [4, 6186, 5]], ["commissariat", [4, 6186, 6]], ["pabulum", [4, 6186, 7]], ["edible", [4, 6186, 8]], ["nutriment", [4, 6186, 9]], ["victual", [4, 6186, 10]], ["comestible", [4, 6186, 11]], ["nutrition", [4, 6186, 12]], ["alimentation", [4, 6186, 13]], ["nourishment", [4, 6186, 14]]]}, {"answer": "video", "hint": "synonyms for video", "clues": [["television", [4, 6187, 0]], ["telecasting", [4, 6187, 1]], ["video recording", [4, 6187, 2]], ["picture", [4, 6187, 3]]]}, {"answer": "view", "hint": "synonyms for view", "clues": [["vista", [4, 6188, 0]], ["prospect", [4, 6188, 1]], ["sight", [4, 6188, 2]], ["aspect", [4, 6188, 3]], ["eyeshot", [4, 6188, 4]], ["horizon", [4, 6188, 5]], ["panorama", [4, 6188, 6]], ["purview", [4, 6188, 7]], ["opinion", [4, 6188, 8]], ["survey", [4, 6188, 9]], ["perspective", [4, 6188, 10]], ["thought", [4, 6188, 11]], ["persuasion", [4, 6188, 12]], ["sentiment", [4, 6188, 13]], ["scene", [4, 6188, 14]], ["position", [4, 6188, 15]]]}, {"answer": "viewpoint", "hint": "synonyms for viewpoint", "clues": [["standpoint", [4, 6189, 0]], ["vantage point", [4, 6189, 1]], ["point of view", [4, 6189, 2]], ["stand", [4, 6189, 3]]]}, {"answer": "vigilance", "hint": "synonyms for vigilance", "clues": [["watchfulness", [4, 6190, 0]], ["weather eye", [4, 6190, 1]], ["alertness", [4, 6190, 2]], ["wakefulness", [4, 6190, 3]]]}, {"answer": "vigor", "hint": "synonyms for vigor", "clues": [["vigour", [4, 6191, 0]], ["zip", [4, 6191, 1]], ["heartiness", [4, 6191, 2]], ["muscularity", [4, 6191, 3]], ["dynamism", [4, 6191, 4]], ["energy", [4, 6191, 5]], ["vim", [4, 6191, 6]]]}, {"answer": "vigour", "hint": "synonyms for vigour", "clues": [["vigor", [4, 6192, 0]], ["zip", [4, 6192, 1]], ["heartiness", [4, 6192, 2]], ["muscularity", [4, 6192, 3]], ["dynamism", [4, 6192, 4]], ["energy", [4, 6192, 5]], ["vim", [4, 6192, 6]]]}, {"answer": "vileness", "hint": "synonyms for vileness", "clues": [["wickedness", [4, 6193, 0]], ["lousiness", [4, 6193, 1]], ["nefariousness", [4, 6193, 2]], ["loathsomeness", [4, 6193, 3]], ["repulsiveness", [4, 6193, 4]], ["sliminess", [4, 6193, 5]], ["ugliness", [4, 6193, 6]]]}, {"answer": "vilification", "hint": "synonyms for vilification", "clues": [["abuse", [4, 6194, 0]], ["contumely", [4, 6194, 1]], ["smear", [4, 6194, 2]], ["insult", [4, 6194, 3]], ["revilement", [4, 6194, 4]], ["malignment", [4, 6194, 5]]]}, {"answer": "vinyl_ether", "hint": "synonyms for vinyl ether", "clues": [["ether", [4, 6195, 0]], ["ethyl ether", [4, 6195, 1]], ["ethoxyethane", [4, 6195, 2]], ["divinyl ether", [4, 6195, 3]]]}, {"answer": "violation", "hint": "synonyms for violation", "clues": [["infringement", [4, 6196, 0]], ["encroachment", [4, 6196, 1]], ["ravishment", [4, 6196, 2]], ["trespass", [4, 6196, 3]], ["infraction", [4, 6196, 4]], ["assault", [4, 6196, 5]], ["rape", [4, 6196, 6]], ["intrusion", [4, 6196, 7]], ["irreverence", [4, 6196, 8]], ["misdemeanor", [4, 6196, 9]], ["usurpation", [4, 6196, 10]]]}, {"answer": "violence", "hint": "synonyms for violence", "clues": [["ferocity", [4, 6197, 0]], ["fury", [4, 6197, 1]], ["fierceness", [4, 6197, 2]], ["furiousness", [4, 6197, 3]], ["force", [4, 6197, 4]], ["vehemence", [4, 6197, 5]], ["wildness", [4, 6197, 6]]]}, {"answer": "viosterol", "hint": "synonyms for viosterol", "clues": [["cholecalciferol", [4, 6198, 0]], ["ergocalciferol", [4, 6198, 1]], ["calciferol", [4, 6198, 2]], ["vitamin D", [4, 6198, 3]]]}, {"answer": "virgule", "hint": "synonyms for virgule", "clues": [["slash", [4, 6199, 0]], ["stroke", [4, 6199, 1]], ["diagonal", [4, 6199, 2]], ["separatrix", [4, 6199, 3]], ["solidus", [4, 6199, 4]]]}, {"answer": "virtue", "hint": "synonyms for virtue", "clues": [["virtuousness", [4, 6200, 0]], ["moral excellence", [4, 6200, 1]], ["chastity", [4, 6200, 2]], ["sexual morality", [4, 6200, 3]], ["merit", [4, 6200, 4]]]}, {"answer": "vis_major", "hint": "synonyms for vis major", "clues": [["unavoidable casualty", [4, 6201, 0]], ["inevitable accident", [4, 6201, 1]], ["act of God", [4, 6201, 2]], ["force majeure", [4, 6201, 3]]]}, {"answer": "viscidity", "hint": "synonyms for viscidity", "clues": [["ropiness", [4, 6202, 0]], ["cohesiveness", [4, 6202, 1]], ["gluiness", [4, 6202, 2]], ["viscidness", [4, 6202, 3]], ["gumminess", [4, 6202, 4]], ["tackiness", [4, 6202, 5]], ["glueyness", [4, 6202, 6]]]}, {"answer": "viscidness", "hint": "synonyms for viscidness", "clues": [["ropiness", [4, 6203, 0]], ["cohesiveness", [4, 6203, 1]], ["gluiness", [4, 6203, 2]], ["gumminess", [4, 6203, 3]], ["tackiness", [4, 6203, 4]], ["glueyness", [4, 6203, 5]], ["viscidity", [4, 6203, 6]]]}, {"answer": "visible_horizon", "hint": "synonyms for visible horizon", "clues": [["apparent horizon", [4, 6204, 0]], ["skyline", [4, 6204, 1]], ["horizon", [4, 6204, 2]], ["sensible horizon", [4, 6204, 3]]]}, {"answer": "vision", "hint": "synonyms for vision", "clues": [["sight", [4, 6205, 0]], ["visual sense", [4, 6205, 1]], ["imaginativeness", [4, 6205, 2]], ["imagination", [4, 6205, 3]], ["visual sensation", [4, 6205, 4]], ["visual modality", [4, 6205, 5]]]}, {"answer": "visor", "hint": "synonyms for visor", "clues": [["peak", [4, 6206, 0]], ["vizor", [4, 6206, 1]], ["eyeshade", [4, 6206, 2]], ["bill", [4, 6206, 3]]]}, {"answer": "vista", "hint": "synonyms for vista", "clues": [["view", [4, 6207, 0]], ["prospect", [4, 6207, 1]], ["scene", [4, 6207, 2]], ["aspect", [4, 6207, 3]], ["panorama", [4, 6207, 4]]]}, {"answer": "vitality", "hint": "synonyms for vitality", "clues": [["animation", [4, 6208, 0]], ["elan vital", [4, 6208, 1]], ["verve", [4, 6208, 2]], ["vital force", [4, 6208, 3]], ["life force", [4, 6208, 4]]]}, {"answer": "vitamin_b1", "hint": "synonyms for vitamin b1", "clues": [["thiamine", [4, 6209, 0]], ["vitamin B1", [4, 6209, 1]], ["aneurin", [4, 6209, 2]], ["antiberiberi factor", [4, 6209, 3]]]}, {"answer": "vitamin_b12", "hint": "synonyms for vitamin b12", "clues": [["antipernicious anemia factor", [4, 6210, 0]], ["cyanocobalamin", [4, 6210, 1]], ["vitamin B12", [4, 6210, 2]], ["cobalamin", [4, 6210, 3]]]}, {"answer": "vitamin_b2", "hint": "synonyms for vitamin b2", "clues": [["vitamin B2", [4, 6211, 0]], ["riboflavin", [4, 6211, 1]], ["lactoflavin", [4, 6211, 2]], ["vitamin G", [4, 6211, 3]], ["hepatoflavin", [4, 6211, 4]], ["ovoflavin", [4, 6211, 5]]]}, {"answer": "vitamin_b6", "hint": "synonyms for vitamin b6", "clues": [["pyridoxamine", [4, 6212, 0]], ["vitamin B6", [4, 6212, 1]], ["adermin", [4, 6212, 2]], ["pyridoxal", [4, 6212, 3]]]}, {"answer": "vitamin_bc", "hint": "synonyms for vitamin bc", "clues": [["vitamin Bc", [4, 6213, 0]], ["folic acid", [4, 6213, 1]], ["pteroylmonoglutamic acid", [4, 6213, 2]], ["vitamin M", [4, 6213, 3]], ["folacin", [4, 6213, 4]], ["folate", [4, 6213, 5]]]}, {"answer": "vitamin_d", "hint": "synonyms for vitamin d", "clues": [["cholecalciferol", [4, 6214, 0]], ["ergocalciferol", [4, 6214, 1]], ["calciferol", [4, 6214, 2]], ["viosterol", [4, 6214, 3]], ["vitamin D", [4, 6214, 4]]]}, {"answer": "vitamin_g", "hint": "synonyms for vitamin g", "clues": [["vitamin B2", [4, 6215, 0]], ["riboflavin", [4, 6215, 1]], ["lactoflavin", [4, 6215, 2]], ["vitamin G", [4, 6215, 3]], ["hepatoflavin", [4, 6215, 4]], ["ovoflavin", [4, 6215, 5]]]}, {"answer": "vitamin_m", "hint": "synonyms for vitamin m", "clues": [["vitamin Bc", [4, 6216, 0]], ["folic acid", [4, 6216, 1]], ["pteroylmonoglutamic acid", [4, 6216, 2]], ["vitamin M", [4, 6216, 3]], ["folacin", [4, 6216, 4]], ["folate", [4, 6216, 5]]]}, {"answer": "vitreous_silica", "hint": "synonyms for vitreous silica", "clues": [["quartz glass", [4, 6217, 0]], ["crystal", [4, 6217, 1]], ["lechatelierite", [4, 6217, 2]], ["quartz", [4, 6217, 3]]]}, {"answer": "vitriol", "hint": "synonyms for vitriol", "clues": [["sulfuric acid", [4, 6218, 0]], ["oil of vitriol", [4, 6218, 1]], ["invective", [4, 6218, 2]], ["vituperation", [4, 6218, 3]]]}, {"answer": "viva", "hint": "synonyms for viva", "clues": [["oral", [4, 6219, 0]], ["oral examination", [4, 6219, 1]], ["oral exam", [4, 6219, 2]], ["viva voce", [4, 6219, 3]]]}, {"answer": "vividness", "hint": "synonyms for vividness", "clues": [["color", [4, 6220, 0]], ["chroma", [4, 6220, 1]], ["intensity", [4, 6220, 2]], ["saturation", [4, 6220, 3]]]}, {"answer": "vivification", "hint": "synonyms for vivification", "clues": [["spiritedness", [4, 6221, 0]], ["brio", [4, 6221, 1]], ["animation", [4, 6221, 2]], ["invigoration", [4, 6221, 3]]]}, {"answer": "vizor", "hint": "synonyms for vizor", "clues": [["peak", [4, 6222, 0]], ["eyeshade", [4, 6222, 1]], ["visor", [4, 6222, 2]], ["bill", [4, 6222, 3]]]}, {"answer": "vocalisation", "hint": "synonyms for vocalisation", "clues": [["phonation", [4, 6223, 0]], ["vocalization", [4, 6223, 1]], ["vox", [4, 6223, 2]], ["voice", [4, 6223, 3]], ["vocalism", [4, 6223, 4]]]}, {"answer": "vocalism", "hint": "synonyms for vocalism", "clues": [["phonation", [4, 6224, 0]], ["vox", [4, 6224, 1]], ["vocalization", [4, 6224, 2]], ["voice", [4, 6224, 3]], ["vowel system", [4, 6224, 4]]]}, {"answer": "vocalization", "hint": "synonyms for vocalization", "clues": [["phonation", [4, 6225, 0]], ["vox", [4, 6225, 1]], ["utterance", [4, 6225, 2]], ["voice", [4, 6225, 3]], ["vocalism", [4, 6225, 4]], ["vocalisation", [4, 6225, 5]]]}, {"answer": "vociferation", "hint": "synonyms for vociferation", "clues": [["yell", [4, 6226, 0]], ["cry", [4, 6226, 1]], ["shout", [4, 6226, 2]], ["call", [4, 6226, 3]], ["outcry", [4, 6226, 4]]]}, {"answer": "voice", "hint": "synonyms for voice", "clues": [["phonation", [4, 6227, 0]], ["vox", [4, 6227, 1]], ["vocalization", [4, 6227, 2]], ["part", [4, 6227, 3]], ["articulation", [4, 6227, 4]], ["vocalism", [4, 6227, 5]]]}, {"answer": "voice_communication", "hint": "synonyms for voice communication", "clues": [["speech", [4, 6228, 0]], ["speech communication", [4, 6228, 1]], ["spoken language", [4, 6228, 2]], ["oral communication", [4, 6228, 3]], ["language", [4, 6228, 4]]]}, {"answer": "voider", "hint": "synonyms for voider", "clues": [["clothes basket", [4, 6229, 0]], ["laundry basket", [4, 6229, 1]], ["clothes hamper", [4, 6229, 2]], ["gusset", [4, 6229, 3]]]}, {"answer": "voltage", "hint": "synonyms for voltage", "clues": [["potential drop", [4, 6230, 0]], ["electric potential", [4, 6230, 1]], ["potential difference", [4, 6230, 2]], ["potential", [4, 6230, 3]], ["emf", [4, 6230, 4]], ["electromotive force", [4, 6230, 5]]]}, {"answer": "volume", "hint": "synonyms for volume", "clues": [["mass", [4, 6231, 0]], ["book", [4, 6231, 1]], ["intensity", [4, 6231, 2]], ["bulk", [4, 6231, 3]], ["loudness", [4, 6231, 4]]]}, {"answer": "volume-detonation_bomb", "hint": "synonyms for volume-detonation bomb", "clues": [["thermobaric bomb", [4, 6232, 0]], ["fuel-air bomb", [4, 6232, 1]], ["vacuum bomb", [4, 6232, 2]], ["aerosol bomb", [4, 6232, 3]]]}, {"answer": "volume_unit", "hint": "synonyms for volume unit", "clues": [["capacity measure", [4, 6233, 0]], ["displacement unit", [4, 6233, 1]], ["cubage unit", [4, 6233, 2]], ["cubic content unit", [4, 6233, 3]], ["capacity unit", [4, 6233, 4]], ["cubic measure", [4, 6233, 5]], ["cubature unit", [4, 6233, 6]]]}, {"answer": "voluptuousness", "hint": "synonyms for voluptuousness", "clues": [["lushness", [4, 6234, 0]], ["curvaceousness", [4, 6234, 1]], ["hot stuff", [4, 6234, 2]], ["luxuriance", [4, 6234, 3]], ["shapeliness", [4, 6234, 4]]]}, {"answer": "vomit", "hint": "synonyms for vomit", "clues": [["puke", [4, 6235, 0]], ["emetic", [4, 6235, 1]], ["vomitus", [4, 6235, 2]], ["regurgitation", [4, 6235, 3]], ["vomiting", [4, 6235, 4]], ["emesis", [4, 6235, 5]], ["barf", [4, 6235, 6]], ["disgorgement", [4, 6235, 7]], ["vomitive", [4, 6235, 8]], ["nauseant", [4, 6235, 9]], ["puking", [4, 6235, 10]]]}, {"answer": "vomiting", "hint": "synonyms for vomiting", "clues": [["disgorgement", [4, 6236, 0]], ["regurgitation", [4, 6236, 1]], ["emesis", [4, 6236, 2]], ["puking", [4, 6236, 3]], ["vomit", [4, 6236, 4]]]}, {"answer": "voodoo", "hint": "synonyms for voodoo", "clues": [["juju", [4, 6237, 0]], ["fetich", [4, 6237, 1]], ["voodooism", [4, 6237, 2]], ["vodoun", [4, 6237, 3]], ["fetish", [4, 6237, 4]], ["hoodoo", [4, 6237, 5]]]}, {"answer": "voraciousness", "hint": "synonyms for voraciousness", "clues": [["greediness", [4, 6238, 0]], ["esurience", [4, 6238, 1]], ["voracity", [4, 6238, 2]], ["rapacity", [4, 6238, 3]], ["rapaciousness", [4, 6238, 4]], ["edacity", [4, 6238, 5]]]}, {"answer": "voracity", "hint": "synonyms for voracity", "clues": [["esurience", [4, 6239, 0]], ["rapacity", [4, 6239, 1]], ["voraciousness", [4, 6239, 2]], ["rapaciousness", [4, 6239, 3]], ["edacity", [4, 6239, 4]]]}, {"answer": "vortex", "hint": "synonyms for vortex", "clues": [["swirl", [4, 6240, 0]], ["maelstrom", [4, 6240, 1]], ["convolution", [4, 6240, 2]], ["whirlpool", [4, 6240, 3]], ["whirl", [4, 6240, 4]]]}, {"answer": "vote", "hint": "synonyms for vote", "clues": [["suffrage", [4, 6241, 0]], ["balloting", [4, 6241, 1]], ["right to vote", [4, 6241, 2]], ["voter turnout", [4, 6241, 3]], ["voting", [4, 6241, 4]]]}, {"answer": "vox", "hint": "synonyms for vox", "clues": [["phonation", [4, 6242, 0]], ["vocalization", [4, 6242, 1]], ["voice", [4, 6242, 2]], ["vocalism", [4, 6242, 3]]]}, {"answer": "vulgarism", "hint": "synonyms for vulgarism", "clues": [["commonness", [4, 6243, 0]], ["raunch", [4, 6243, 1]], ["filth", [4, 6243, 2]], ["grossness", [4, 6243, 3]], ["smut", [4, 6243, 4]], ["coarseness", [4, 6243, 5]], ["vulgarity", [4, 6243, 6]], ["obscenity", [4, 6243, 7]], ["dirty word", [4, 6243, 8]]]}, {"answer": "vulgarity", "hint": "synonyms for vulgarity", "clues": [["commonness", [4, 6244, 0]], ["coarseness", [4, 6244, 1]], ["raunch", [4, 6244, 2]], ["grossness", [4, 6244, 3]], ["vulgarism", [4, 6244, 4]]]}, {"answer": "w", "hint": "synonyms for w", "clues": [["westward", [4, 6245, 0]], ["atomic number 74", [4, 6245, 1]], ["wolfram", [4, 6245, 2]], ["tungsten", [4, 6245, 3]], ["due west", [4, 6245, 4]], ["watt", [4, 6245, 5]], ["west", [4, 6245, 6]], ["double-u", [4, 6245, 7]]]}, {"answer": "wad", "hint": "synonyms for wad", "clues": [["cud", [4, 6246, 0]], ["heap", [4, 6246, 1]], ["peck", [4, 6246, 2]], ["flock", [4, 6246, 3]], ["quite a little", [4, 6246, 4]], ["mess", [4, 6246, 5]], ["sight", [4, 6246, 6]], ["batch", [4, 6246, 7]], ["hatful", [4, 6246, 8]], ["chew", [4, 6246, 9]], ["plug", [4, 6246, 10]], ["mickle", [4, 6246, 11]], ["stack", [4, 6246, 12]], ["passel", [4, 6246, 13]], ["deal", [4, 6246, 14]], ["plenty", [4, 6246, 15]], ["chaw", [4, 6246, 16]], ["pile", [4, 6246, 17]], ["slew", [4, 6246, 18]], ["great deal", [4, 6246, 19]], ["spate", [4, 6246, 20]], ["muckle", [4, 6246, 21]], ["mint", [4, 6246, 22]], ["pot", [4, 6246, 23]], ["lot", [4, 6246, 24]], ["quid", [4, 6246, 25]], ["tidy sum", [4, 6246, 26]], ["good deal", [4, 6246, 27]], ["mass", [4, 6246, 28]], ["mountain", [4, 6246, 29]], ["raft", [4, 6246, 30]]]}, {"answer": "wads", "hint": "synonyms for wads", "clues": [["cud", [4, 6247, 0]], ["oodles", [4, 6247, 1]], ["heap", [4, 6247, 2]], ["peck", [4, 6247, 3]], ["mess", [4, 6247, 4]], ["plug", [4, 6247, 5]], ["slews", [4, 6247, 6]], ["chaw", [4, 6247, 7]], ["scores", [4, 6247, 8]], ["plenty", [4, 6247, 9]], ["stacks", [4, 6247, 10]], ["pile", [4, 6247, 11]], ["dozens", [4, 6247, 12]], ["tons", [4, 6247, 13]], ["wad", [4, 6247, 14]], ["great deal", [4, 6247, 15]], ["spate", [4, 6247, 16]], ["mint", [4, 6247, 17]], ["pot", [4, 6247, 18]], ["loads", [4, 6247, 19]], ["rafts", [4, 6247, 20]], ["tidy sum", [4, 6247, 21]], ["mass", [4, 6247, 22]], ["mountain", [4, 6247, 23]], ["flock", [4, 6247, 24]], ["quite a little", [4, 6247, 25]], ["sight", [4, 6247, 26]], ["batch", [4, 6247, 27]], ["hatful", [4, 6247, 28]], ["gobs", [4, 6247, 29]], ["chew", [4, 6247, 30]], ["mickle", [4, 6247, 31]], ["passel", [4, 6247, 32]], ["deal", [4, 6247, 33]], ["lashings", [4, 6247, 34]], ["lot", [4, 6247, 35]], ["quid", [4, 6247, 36]], ["good deal", [4, 6247, 37]], ["scads", [4, 6247, 38]], ["muckle", [4, 6247, 39]]]}, {"answer": "wage", "hint": "synonyms for wage", "clues": [["remuneration", [4, 6248, 0]], ["salary", [4, 6248, 1]], ["earnings", [4, 6248, 2]], ["pay", [4, 6248, 3]]]}, {"answer": "wage_hike", "hint": "synonyms for wage hike", "clues": [["hike", [4, 6249, 0]], ["wage increase", [4, 6249, 1]], ["salary increase", [4, 6249, 2]], ["rise", [4, 6249, 3]]]}, {"answer": "wage_increase", "hint": "synonyms for wage increase", "clues": [["wage hike", [4, 6250, 0]], ["hike", [4, 6250, 1]], ["rise", [4, 6250, 2]], ["salary increase", [4, 6250, 3]]]}, {"answer": "wages", "hint": "synonyms for wages", "clues": [["salary", [4, 6251, 0]], ["remuneration", [4, 6251, 1]], ["earnings", [4, 6251, 2]], ["payoff", [4, 6251, 3]], ["pay", [4, 6251, 4]], ["wage", [4, 6251, 5]], ["reward", [4, 6251, 6]]]}, {"answer": "waggon", "hint": "synonyms for waggon", "clues": [["beach waggon", [4, 6252, 0]], ["station waggon", [4, 6252, 1]], ["wagon", [4, 6252, 2]], ["estate car", [4, 6252, 3]]]}, {"answer": "wagon", "hint": "synonyms for wagon", "clues": [["beach waggon", [4, 6253, 0]], ["police van", [4, 6253, 1]], ["paddy wagon", [4, 6253, 2]], ["waggon", [4, 6253, 3]], ["estate car", [4, 6253, 4]], ["black Maria", [4, 6253, 5]], ["coaster wagon", [4, 6253, 6]], ["station waggon", [4, 6253, 7]], ["police wagon", [4, 6253, 8]], ["patrol wagon", [4, 6253, 9]]]}, {"answer": "waistband", "hint": "synonyms for waistband", "clues": [["waistcloth", [4, 6254, 0]], ["girdle", [4, 6254, 1]], ["cincture", [4, 6254, 2]], ["sash", [4, 6254, 3]]]}, {"answer": "waistcloth", "hint": "synonyms for waistcloth", "clues": [["waistband", [4, 6255, 0]], ["girdle", [4, 6255, 1]], ["cincture", [4, 6255, 2]], ["sash", [4, 6255, 3]]]}, {"answer": "wait", "hint": "synonyms for wait", "clues": [["hold", [4, 6256, 0]], ["delay", [4, 6256, 1]], ["waiting", [4, 6256, 2]], ["time lag", [4, 6256, 3]], ["postponement", [4, 6256, 4]]]}, {"answer": "walk", "hint": "synonyms for walk", "clues": [["base on balls", [4, 6257, 0]], ["paseo", [4, 6257, 1]], ["walking", [4, 6257, 2]], ["walkway", [4, 6257, 3]], ["manner of walking", [4, 6257, 4]], ["pass", [4, 6257, 5]], ["walk of life", [4, 6257, 6]]]}, {"answer": "walkaway", "hint": "synonyms for walkaway", "clues": [["laugher", [4, 6258, 0]], ["romp", [4, 6258, 1]], ["runaway", [4, 6258, 2]], ["blowout", [4, 6258, 3]], ["shoo-in", [4, 6258, 4]]]}, {"answer": "walkover", "hint": "synonyms for walkover", "clues": [["piece of cake", [4, 6259, 0]], ["pushover", [4, 6259, 1]], ["picnic", [4, 6259, 2]], ["child's play", [4, 6259, 3]], ["snap", [4, 6259, 4]], ["breeze", [4, 6259, 5]], ["duck soup", [4, 6259, 6]], ["cinch", [4, 6259, 7]]]}, {"answer": "wall_plug", "hint": "synonyms for wall plug", "clues": [["electric outlet", [4, 6260, 0]], ["wall socket", [4, 6260, 1]], ["electric receptacle", [4, 6260, 2]], ["outlet", [4, 6260, 3]]]}, {"answer": "wall_socket", "hint": "synonyms for wall socket", "clues": [["electric outlet", [4, 6261, 0]], ["electric receptacle", [4, 6261, 1]], ["outlet", [4, 6261, 2]], ["wall plug", [4, 6261, 3]]]}, {"answer": "wampum", "hint": "synonyms for wampum", "clues": [["kale", [4, 6262, 0]], ["boodle", [4, 6262, 1]], ["scratch", [4, 6262, 2]], ["dinero", [4, 6262, 3]], ["shekels", [4, 6262, 4]], ["cabbage", [4, 6262, 5]], ["lettuce", [4, 6262, 6]], ["gelt", [4, 6262, 7]], ["lucre", [4, 6262, 8]], ["dough", [4, 6262, 9]], ["wampumpeag", [4, 6262, 10]], ["peag", [4, 6262, 11]], ["pelf", [4, 6262, 12]], ["clams", [4, 6262, 13]], ["lolly", [4, 6262, 14]], ["loot", [4, 6262, 15]], ["bread", [4, 6262, 16]], ["sugar", [4, 6262, 17]], ["simoleons", [4, 6262, 18]], ["moolah", [4, 6262, 19]]]}, {"answer": "wanness", "hint": "synonyms for wanness", "clues": [["pallor", [4, 6263, 0]], ["lividness", [4, 6263, 1]], ["lividity", [4, 6263, 2]], ["luridness", [4, 6263, 3]], ["paleness", [4, 6263, 4]], ["achromasia", [4, 6263, 5]], ["pallidness", [4, 6263, 6]]]}, {"answer": "war_cry", "hint": "synonyms for war cry", "clues": [["rallying cry", [4, 6264, 0]], ["cry", [4, 6264, 1]], ["watchword", [4, 6264, 2]], ["war whoop", [4, 6264, 3]], ["battle cry", [4, 6264, 4]]]}, {"answer": "war_machine", "hint": "synonyms for war machine", "clues": [["armed services", [4, 6265, 0]], ["military machine", [4, 6265, 1]], ["armed forces", [4, 6265, 2]], ["military", [4, 6265, 3]]]}, {"answer": "warmheartedness", "hint": "synonyms for warmheartedness", "clues": [["warmth", [4, 6266, 0]], ["affectionateness", [4, 6266, 1]], ["heart", [4, 6266, 2]], ["tenderness", [4, 6266, 3]], ["philia", [4, 6266, 4]], ["affection", [4, 6266, 5]], ["fondness", [4, 6266, 6]], ["warmness", [4, 6266, 7]]]}, {"answer": "warmness", "hint": "synonyms for warmness", "clues": [["warmheartedness", [4, 6267, 0]], ["philia", [4, 6267, 1]], ["affection", [4, 6267, 2]], ["fondness", [4, 6267, 3]], ["affectionateness", [4, 6267, 4]], ["heart", [4, 6267, 5]], ["tenderness", [4, 6267, 6]], ["warmth", [4, 6267, 7]]]}, {"answer": "warmth", "hint": "synonyms for warmth", "clues": [["heat", [4, 6268, 0]], ["affectionateness", [4, 6268, 1]], ["warmheartedness", [4, 6268, 2]], ["fondness", [4, 6268, 3]], ["warmness", [4, 6268, 4]], ["lovingness", [4, 6268, 5]], ["passion", [4, 6268, 6]]]}, {"answer": "warrant", "hint": "synonyms for warrant", "clues": [["stock-purchase warrant", [4, 6269, 0]], ["indorsement", [4, 6269, 1]], ["countenance", [4, 6269, 2]], ["sanction", [4, 6269, 3]], ["warranty", [4, 6269, 4]], ["imprimatur", [4, 6269, 5]], ["guarantee", [4, 6269, 6]], ["stock warrant", [4, 6269, 7]], ["warrantee", [4, 6269, 8]]]}, {"answer": "wash", "hint": "synonyms for wash", "clues": [["washing", [4, 6270, 0]], ["slipstream", [4, 6270, 1]], ["dry wash", [4, 6270, 2]], ["lavation", [4, 6270, 3]], ["washout", [4, 6270, 4]], ["washables", [4, 6270, 5]], ["wash drawing", [4, 6270, 6]], ["laundry", [4, 6270, 7]], ["airstream", [4, 6270, 8]], ["race", [4, 6270, 9]], ["backwash", [4, 6270, 10]]]}, {"answer": "wash-hand_basin", "hint": "synonyms for wash-hand basin", "clues": [["lavabo", [4, 6271, 0]], ["washbowl", [4, 6271, 1]], ["washbasin", [4, 6271, 2]], ["handbasin", [4, 6271, 3]]]}, {"answer": "wash_room", "hint": "synonyms for wash room", "clues": [["toilet facility", [4, 6272, 0]], ["restroom", [4, 6272, 1]], ["convenience", [4, 6272, 2]], ["comfort station", [4, 6272, 3]], ["public convenience", [4, 6272, 4]], ["public lavatory", [4, 6272, 5]], ["public toilet", [4, 6272, 6]]]}, {"answer": "washbasin", "hint": "synonyms for washbasin", "clues": [["basin", [4, 6273, 0]], ["washbowl", [4, 6273, 1]], ["handbasin", [4, 6273, 2]], ["wash-hand basin", [4, 6273, 3]], ["lavatory", [4, 6273, 4]], ["washstand", [4, 6273, 5]], ["lavabo", [4, 6273, 6]]]}, {"answer": "washbowl", "hint": "synonyms for washbowl", "clues": [["basin", [4, 6274, 0]], ["washbasin", [4, 6274, 1]], ["handbasin", [4, 6274, 2]], ["wash-hand basin", [4, 6274, 3]], ["lavatory", [4, 6274, 4]], ["washstand", [4, 6274, 5]], ["lavabo", [4, 6274, 6]]]}, {"answer": "washing", "hint": "synonyms for washing", "clues": [["wash", [4, 6275, 0]], ["washables", [4, 6275, 1]], ["laundry", [4, 6275, 2]], ["lavation", [4, 6275, 3]]]}, {"answer": "washing_soda", "hint": "synonyms for washing soda", "clues": [["sodium carbonate", [4, 6276, 0]], ["soda ash", [4, 6276, 1]], ["sal soda", [4, 6276, 2]], ["soda", [4, 6276, 3]]]}, {"answer": "washstand", "hint": "synonyms for washstand", "clues": [["lavatory", [4, 6277, 0]], ["basin", [4, 6277, 1]], ["washbowl", [4, 6277, 2]], ["wash-hand stand", [4, 6277, 3]], ["washbasin", [4, 6277, 4]]]}, {"answer": "waste-yard", "hint": "synonyms for waste-yard", "clues": [["rubbish dump", [4, 6278, 0]], ["dump", [4, 6278, 1]], ["dumpsite", [4, 6278, 2]], ["wasteyard", [4, 6278, 3]], ["garbage dump", [4, 6278, 4]], ["trash dump", [4, 6278, 5]]]}, {"answer": "wastebin", "hint": "synonyms for wastebin", "clues": [["ashbin", [4, 6279, 0]], ["ashcan", [4, 6279, 1]], ["garbage can", [4, 6279, 2]], ["trash bin", [4, 6279, 3]], ["trash can", [4, 6279, 4]], ["trash barrel", [4, 6279, 5]], ["dustbin", [4, 6279, 6]]]}, {"answer": "wasteyard", "hint": "synonyms for wasteyard", "clues": [["rubbish dump", [4, 6280, 0]], ["dump", [4, 6280, 1]], ["dumpsite", [4, 6280, 2]], ["garbage dump", [4, 6280, 3]], ["trash dump", [4, 6280, 4]], ["waste-yard", [4, 6280, 5]]]}, {"answer": "watch_bracelet", "hint": "synonyms for watch bracelet", "clues": [["watchstrap", [4, 6281, 0]], ["wristband", [4, 6281, 1]], ["watchband", [4, 6281, 2]], ["bracelet", [4, 6281, 3]]]}, {"answer": "watchband", "hint": "synonyms for watchband", "clues": [["watchstrap", [4, 6282, 0]], ["wristband", [4, 6282, 1]], ["watch bracelet", [4, 6282, 2]], ["bracelet", [4, 6282, 3]]]}, {"answer": "watchfulness", "hint": "synonyms for watchfulness", "clues": [["vigilance", [4, 6283, 0]], ["weather eye", [4, 6283, 1]], ["alertness", [4, 6283, 2]], ["wakefulness", [4, 6283, 3]]]}, {"answer": "watchstrap", "hint": "synonyms for watchstrap", "clues": [["wristband", [4, 6284, 0]], ["watchband", [4, 6284, 1]], ["watch bracelet", [4, 6284, 2]], ["bracelet", [4, 6284, 3]]]}, {"answer": "watchword", "hint": "synonyms for watchword", "clues": [["cry", [4, 6285, 0]], ["word", [4, 6285, 1]], ["rallying cry", [4, 6285, 2]], ["password", [4, 6285, 3]], ["countersign", [4, 6285, 4]], ["parole", [4, 6285, 5]], ["battle cry", [4, 6285, 6]], ["war cry", [4, 6285, 7]]]}, {"answer": "water", "hint": "synonyms for water", "clues": [["water system", [4, 6286, 0]], ["pee", [4, 6286, 1]], ["urine", [4, 6286, 2]], ["weewee", [4, 6286, 3]], ["piddle", [4, 6286, 4]], ["water supply", [4, 6286, 5]], ["body of water", [4, 6286, 6]], ["piss", [4, 6286, 7]]]}, {"answer": "water_finder", "hint": "synonyms for water finder", "clues": [["dowsing rod", [4, 6287, 0]], ["dowser", [4, 6287, 1]], ["waterfinder", [4, 6287, 2]], ["divining rod", [4, 6287, 3]]]}, {"answer": "water_gate", "hint": "synonyms for water gate", "clues": [["penstock", [4, 6288, 0]], ["floodgate", [4, 6288, 1]], ["head gate", [4, 6288, 2]], ["sluice valve", [4, 6288, 3]], ["sluicegate", [4, 6288, 4]]]}, {"answer": "water_glass", "hint": "synonyms for water glass", "clues": [["soluble glass", [4, 6289, 0]], ["sodium silicate", [4, 6289, 1]], ["water clock", [4, 6289, 2]], ["clepsydra", [4, 6289, 3]], ["water gage", [4, 6289, 4]]]}, {"answer": "water_pipe", "hint": "synonyms for water pipe", "clues": [["nargileh", [4, 6290, 0]], ["hubble-bubble", [4, 6290, 1]], ["calean", [4, 6290, 2]], ["chicha", [4, 6290, 3]], ["sheesha", [4, 6290, 4]], ["shisha", [4, 6290, 5]], ["hookah", [4, 6290, 6]], ["hubbly-bubbly", [4, 6290, 7]], ["kalian", [4, 6290, 8]]]}, {"answer": "waterfinder", "hint": "synonyms for waterfinder", "clues": [["water finder", [4, 6291, 0]], ["dowsing rod", [4, 6291, 1]], ["dowser", [4, 6291, 2]], ["divining rod", [4, 6291, 3]]]}, {"answer": "waters", "hint": "synonyms for waters", "clues": [["water", [4, 6292, 0]], ["water system", [4, 6292, 1]], ["pee", [4, 6292, 2]], ["urine", [4, 6292, 3]], ["weewee", [4, 6292, 4]], ["piddle", [4, 6292, 5]], ["water supply", [4, 6292, 6]], ["body of water", [4, 6292, 7]], ["piss", [4, 6292, 8]]]}, {"answer": "watershed", "hint": "synonyms for watershed", "clues": [["drainage basin", [4, 6293, 0]], ["landmark", [4, 6293, 1]], ["catchment basin", [4, 6293, 2]], ["basin", [4, 6293, 3]], ["turning point", [4, 6293, 4]], ["drainage area", [4, 6293, 5]], ["water parting", [4, 6293, 6]], ["divide", [4, 6293, 7]], ["catchment area", [4, 6293, 8]], ["river basin", [4, 6293, 9]]]}, {"answer": "waterspout", "hint": "synonyms for waterspout", "clues": [["pelter", [4, 6294, 0]], ["soaker", [4, 6294, 1]], ["cloudburst", [4, 6294, 2]], ["downpour", [4, 6294, 3]], ["deluge", [4, 6294, 4]], ["torrent", [4, 6294, 5]]]}, {"answer": "wave", "hint": "synonyms for wave", "clues": [["undulation", [4, 6295, 0]], ["moving ridge", [4, 6295, 1]], ["waving", [4, 6295, 2]], ["wafture", [4, 6295, 3]]]}, {"answer": "waver", "hint": "synonyms for waver", "clues": [["flicker", [4, 6296, 0]], ["falter", [4, 6296, 1]], ["flutter", [4, 6296, 2]], ["hesitation", [4, 6296, 3]]]}, {"answer": "ways", "hint": "synonyms for ways", "clues": [["path", [4, 6297, 0]], ["way", [4, 6297, 1]], ["room", [4, 6297, 2]], ["slipway", [4, 6297, 3]], ["manner", [4, 6297, 4]], ["agency", [4, 6297, 5]], ["way of life", [4, 6297, 6]], ["direction", [4, 6297, 7]], ["fashion", [4, 6297, 8]], ["elbow room", [4, 6297, 9]], ["means", [4, 6297, 10]], ["mode", [4, 6297, 11]], ["style", [4, 6297, 12]]]}, {"answer": "weaponry", "hint": "synonyms for weaponry", "clues": [["munition", [4, 6298, 0]], ["arms", [4, 6298, 1]], ["implements of war", [4, 6298, 2]], ["weapons system", [4, 6298, 3]]]}, {"answer": "weapons_system", "hint": "synonyms for weapons system", "clues": [["munition", [4, 6299, 0]], ["arms", [4, 6299, 1]], ["implements of war", [4, 6299, 2]], ["weaponry", [4, 6299, 3]]]}, {"answer": "wear", "hint": "synonyms for wear", "clues": [["wearable", [4, 6300, 0]], ["vesture", [4, 6300, 1]], ["article of clothing", [4, 6300, 2]], ["habiliment", [4, 6300, 3]], ["clothing", [4, 6300, 4]], ["wearing", [4, 6300, 5]]]}, {"answer": "wearing_away", "hint": "synonyms for wearing away", "clues": [["eating away", [4, 6301, 0]], ["wearing", [4, 6301, 1]], ["eroding", [4, 6301, 2]], ["erosion", [4, 6301, 3]]]}, {"answer": "weather_sheet", "hint": "synonyms for weather sheet", "clues": [["shroud", [4, 6302, 0]], ["mainsheet", [4, 6302, 1]], ["tack", [4, 6302, 2]], ["sheet", [4, 6302, 3]]]}, {"answer": "weatherboard", "hint": "synonyms for weatherboard", "clues": [["clapboard", [4, 6303, 0]], ["windward side", [4, 6303, 1]], ["to windward", [4, 6303, 2]], ["weatherboarding", [4, 6303, 3]], ["weather side", [4, 6303, 4]]]}, {"answer": "wedding", "hint": "synonyms for wedding", "clues": [["nuptials", [4, 6304, 0]], ["marriage", [4, 6304, 1]], ["marriage ceremony", [4, 6304, 2]], ["wedding party", [4, 6304, 3]], ["hymeneals", [4, 6304, 4]], ["wedding ceremony", [4, 6304, 5]]]}, {"answer": "wedge", "hint": "synonyms for wedge", "clues": [["cuneus", [4, 6305, 0]], ["bomber", [4, 6305, 1]], ["torpedo", [4, 6305, 2]], ["submarine sandwich", [4, 6305, 3]], ["hoagie", [4, 6305, 4]], ["chock", [4, 6305, 5]], ["poor boy", [4, 6305, 6]], ["hero sandwich", [4, 6305, 7]], ["wedge shape", [4, 6305, 8]], ["wedge heel", [4, 6305, 9]], ["hero", [4, 6305, 10]], ["hacek", [4, 6305, 11]], ["hoagy", [4, 6305, 12]], ["submarine", [4, 6305, 13]], ["grinder", [4, 6305, 14]], ["zep", [4, 6305, 15]], ["sub", [4, 6305, 16]]]}, {"answer": "weed", "hint": "synonyms for weed", "clues": [["green goddess", [4, 6306, 0]], ["pot", [4, 6306, 1]], ["skunk", [4, 6306, 2]], ["sens", [4, 6306, 3]], ["sess", [4, 6306, 4]], ["gage", [4, 6306, 5]], ["mourning band", [4, 6306, 6]], ["dope", [4, 6306, 7]], ["grass", [4, 6306, 8]], ["smoke", [4, 6306, 9]], ["locoweed", [4, 6306, 10]]]}, {"answer": "weeds", "hint": "synonyms for weeds", "clues": [["green goddess", [4, 6307, 0]], ["pot", [4, 6307, 1]], ["locoweed", [4, 6307, 2]], ["weed", [4, 6307, 3]], ["skunk", [4, 6307, 4]], ["sens", [4, 6307, 5]], ["sess", [4, 6307, 6]], ["gage", [4, 6307, 7]], ["mourning band", [4, 6307, 8]], ["dope", [4, 6307, 9]], ["grass", [4, 6307, 10]], ["widow's weeds", [4, 6307, 11]], ["smoke", [4, 6307, 12]]]}, {"answer": "weeness", "hint": "synonyms for weeness", "clues": [["minuteness", [4, 6308, 0]], ["petiteness", [4, 6308, 1]], ["diminutiveness", [4, 6308, 2]], ["tininess", [4, 6308, 3]]]}, {"answer": "weenie", "hint": "synonyms for weenie", "clues": [["dog", [4, 6309, 0]], ["hot dog", [4, 6309, 1]], ["frankfurter", [4, 6309, 2]], ["wiener", [4, 6309, 3]], ["frank", [4, 6309, 4]], ["wienerwurst", [4, 6309, 5]]]}, {"answer": "weewee", "hint": "synonyms for weewee", "clues": [["pee", [4, 6310, 0]], ["water", [4, 6310, 1]], ["urine", [4, 6310, 2]], ["piss", [4, 6310, 3]], ["piddle", [4, 6310, 4]]]}, {"answer": "weight", "hint": "synonyms for weight", "clues": [["system of weights", [4, 6311, 0]], ["exercising weight", [4, 6311, 1]], ["weight unit", [4, 6311, 2]], ["weightiness", [4, 6311, 3]], ["free weight", [4, 6311, 4]], ["weighting", [4, 6311, 5]]]}, {"answer": "welkin", "hint": "synonyms for welkin", "clues": [["firmament", [4, 6312, 0]], ["celestial sphere", [4, 6312, 1]], ["empyrean", [4, 6312, 2]], ["vault of heaven", [4, 6312, 3]], ["sphere", [4, 6312, 4]], ["heavens", [4, 6312, 5]]]}, {"answer": "whack", "hint": "synonyms for whack", "clues": [["rap", [4, 6313, 0]], ["knock", [4, 6313, 1]], ["whang", [4, 6313, 2]], ["belt", [4, 6313, 3]]]}, {"answer": "whang", "hint": "synonyms for whang", "clues": [["rap", [4, 6314, 0]], ["knock", [4, 6314, 1]], ["whack", [4, 6314, 2]], ["belt", [4, 6314, 3]]]}, {"answer": "wharfage", "hint": "synonyms for wharfage", "clues": [["wharf", [4, 6315, 0]], ["pier", [4, 6315, 1]], ["quayage", [4, 6315, 2]], ["dock", [4, 6315, 3]]]}, {"answer": "whatchamacallit", "hint": "synonyms for whatchamacallit", "clues": [["doodad", [4, 6316, 0]], ["thingummy", [4, 6316, 1]], ["thingmajig", [4, 6316, 2]], ["thingmabob", [4, 6316, 3]], ["widget", [4, 6316, 4]], ["gismo", [4, 6316, 5]], ["doohickey", [4, 6316, 6]], ["gubbins", [4, 6316, 7]], ["gizmo", [4, 6316, 8]], ["whatsis", [4, 6316, 9]], ["gimmick", [4, 6316, 10]], ["doojigger", [4, 6316, 11]], ["whatchamacallum", [4, 6316, 12]]]}, {"answer": "whatchamacallum", "hint": "synonyms for whatchamacallum", "clues": [["doodad", [4, 6317, 0]], ["thingummy", [4, 6317, 1]], ["thingmajig", [4, 6317, 2]], ["widget", [4, 6317, 3]], ["thingumabob", [4, 6317, 4]], ["whatchamacallit", [4, 6317, 5]], ["gismo", [4, 6317, 6]], ["doohickey", [4, 6317, 7]], ["gubbins", [4, 6317, 8]], ["gizmo", [4, 6317, 9]], ["whatsis", [4, 6317, 10]], ["gimmick", [4, 6317, 11]], ["doojigger", [4, 6317, 12]]]}, {"answer": "whatsis", "hint": "synonyms for whatsis", "clues": [["doodad", [4, 6318, 0]], ["thingummy", [4, 6318, 1]], ["thingmajig", [4, 6318, 2]], ["thingmabob", [4, 6318, 3]], ["widget", [4, 6318, 4]], ["whatchamacallit", [4, 6318, 5]], ["gismo", [4, 6318, 6]], ["doohickey", [4, 6318, 7]], ["gubbins", [4, 6318, 8]], ["gizmo", [4, 6318, 9]], ["gimmick", [4, 6318, 10]], ["doojigger", [4, 6318, 11]]]}, {"answer": "wheel", "hint": "synonyms for wheel", "clues": [["bicycle", [4, 6319, 0]], ["steering wheel", [4, 6319, 1]], ["roulette wheel", [4, 6319, 2]], ["rack", [4, 6319, 3]], ["cycle", [4, 6319, 4]], ["bike", [4, 6319, 5]]]}, {"answer": "whim", "hint": "synonyms for whim", "clues": [["whimsey", [4, 6320, 0]], ["impulse", [4, 6320, 1]], ["notion", [4, 6320, 2]], ["caprice", [4, 6320, 3]]]}, {"answer": "whimsey", "hint": "synonyms for whimsey", "clues": [["arbitrariness", [4, 6321, 0]], ["notion", [4, 6321, 1]], ["flightiness", [4, 6321, 2]], ["whimsy", [4, 6321, 3]], ["capriciousness", [4, 6321, 4]], ["whimsicality", [4, 6321, 5]], ["whim", [4, 6321, 6]]]}, {"answer": "whimsicality", "hint": "synonyms for whimsicality", "clues": [["whimsey", [4, 6322, 0]], ["mischievousness", [4, 6322, 1]], ["arbitrariness", [4, 6322, 2]], ["puckishness", [4, 6322, 3]], ["impishness", [4, 6322, 4]], ["capriciousness", [4, 6322, 5]], ["flightiness", [4, 6322, 6]]]}, {"answer": "whimsy", "hint": "synonyms for whimsy", "clues": [["whimsey", [4, 6323, 0]], ["arbitrariness", [4, 6323, 1]], ["notion", [4, 6323, 2]], ["flightiness", [4, 6323, 3]], ["capriciousness", [4, 6323, 4]], ["whimsicality", [4, 6323, 5]], ["whim", [4, 6323, 6]]]}, {"answer": "whirl", "hint": "synonyms for whirl", "clues": [["vortex", [4, 6324, 0]], ["twisting", [4, 6324, 1]], ["go", [4, 6324, 2]], ["commotion", [4, 6324, 3]], ["spin", [4, 6324, 4]], ["swirl", [4, 6324, 5]], ["pass", [4, 6324, 6]], ["offer", [4, 6324, 7]], ["crack", [4, 6324, 8]], ["twirl", [4, 6324, 9]], ["fling", [4, 6324, 10]], ["convolution", [4, 6324, 11]]]}, {"answer": "whirligig", "hint": "synonyms for whirligig", "clues": [["carousel", [4, 6325, 0]], ["teetotum", [4, 6325, 1]], ["top", [4, 6325, 2]], ["merry-go-round", [4, 6325, 3]], ["spinning top", [4, 6325, 4]], ["roundabout", [4, 6325, 5]]]}, {"answer": "whisper", "hint": "synonyms for whisper", "clues": [["susurration", [4, 6326, 0]], ["rustling", [4, 6326, 1]], ["rustle", [4, 6326, 2]], ["whispering", [4, 6326, 3]], ["voicelessness", [4, 6326, 4]]]}, {"answer": "whit", "hint": "synonyms for whit", "clues": [["iota", [4, 6327, 0]], ["smidgeon", [4, 6327, 1]], ["tittle", [4, 6327, 2]], ["scintilla", [4, 6327, 3]], ["shred", [4, 6327, 4]], ["smidgin", [4, 6327, 5]]]}, {"answer": "white_arsenic", "hint": "synonyms for white arsenic", "clues": [["ratsbane", [4, 6328, 0]], ["arsenous oxide", [4, 6328, 1]], ["arsenous anhydride", [4, 6328, 2]], ["arsenic", [4, 6328, 3]], ["arsenic trioxide", [4, 6328, 4]]]}, {"answer": "white_potato", "hint": "synonyms for white potato", "clues": [["tater", [4, 6329, 0]], ["potato", [4, 6329, 1]], ["spud", [4, 6329, 2]], ["murphy", [4, 6329, 3]]]}, {"answer": "white_tie", "hint": "synonyms for white tie", "clues": [["tailcoat", [4, 6330, 0]], ["full dress", [4, 6330, 1]], ["white tie and tails", [4, 6330, 2]], ["tails", [4, 6330, 3]], ["dress suit", [4, 6330, 4]]]}, {"answer": "white_tie_and_tails", "hint": "synonyms for white tie and tails", "clues": [["tailcoat", [4, 6331, 0]], ["full dress", [4, 6331, 1]], ["white tie", [4, 6331, 2]], ["tails", [4, 6331, 3]], ["dress suit", [4, 6331, 4]]]}, {"answer": "whorehouse", "hint": "synonyms for whorehouse", "clues": [["house of prostitution", [4, 6332, 0]], ["sporting house", [4, 6332, 1]], ["bawdyhouse", [4, 6332, 2]], ["bagnio", [4, 6332, 3]], ["house of ill repute", [4, 6332, 4]], ["cathouse", [4, 6332, 5]], ["bordello", [4, 6332, 6]], ["brothel", [4, 6332, 7]]]}, {"answer": "whorl", "hint": "synonyms for whorl", "clues": [["gyre", [4, 6333, 0]], ["volute", [4, 6333, 1]], ["roll", [4, 6333, 2]], ["curlicue", [4, 6333, 3]], ["scroll", [4, 6333, 4]], ["coil", [4, 6333, 5]], ["curl", [4, 6333, 6]], ["helix", [4, 6333, 7]], ["ringlet", [4, 6333, 8]], ["spiral", [4, 6333, 9]]]}, {"answer": "wickedness", "hint": "synonyms for wickedness", "clues": [["lousiness", [4, 6334, 0]], ["nefariousness", [4, 6334, 1]], ["vileness", [4, 6334, 2]], ["sin", [4, 6334, 3]], ["loathsomeness", [4, 6334, 4]], ["immorality", [4, 6334, 5]], ["repulsiveness", [4, 6334, 6]], ["evil", [4, 6334, 7]], ["sinfulness", [4, 6334, 8]], ["ugliness", [4, 6334, 9]], ["sliminess", [4, 6334, 10]], ["iniquity", [4, 6334, 11]]]}, {"answer": "wicket", "hint": "synonyms for wicket", "clues": [["hoop", [4, 6335, 0]], ["grille", [4, 6335, 1]], ["lattice", [4, 6335, 2]], ["wicket gate", [4, 6335, 3]], ["wicket door", [4, 6335, 4]]]}, {"answer": "wideness", "hint": "synonyms for wideness", "clues": [["immensity", [4, 6336, 0]], ["broadness", [4, 6336, 1]], ["greatness", [4, 6336, 2]], ["grandness", [4, 6336, 3]], ["enormousness", [4, 6336, 4]], ["immenseness", [4, 6336, 5]], ["sizeableness", [4, 6336, 6]], ["vastness", [4, 6336, 7]]]}, {"answer": "widget", "hint": "synonyms for widget", "clues": [["doodad", [4, 6337, 0]], ["thingummy", [4, 6337, 1]], ["thingmajig", [4, 6337, 2]], ["contraption", [4, 6337, 3]], ["gadget", [4, 6337, 4]], ["thingmabob", [4, 6337, 5]], ["whatchamacallit", [4, 6337, 6]], ["contrivance", [4, 6337, 7]], ["gismo", [4, 6337, 8]], ["convenience", [4, 6337, 9]], ["doohickey", [4, 6337, 10]], ["gizmo", [4, 6337, 11]], ["gubbins", [4, 6337, 12]], ["appliance", [4, 6337, 13]], ["whatsis", [4, 6337, 14]], ["gimmick", [4, 6337, 15]], ["doojigger", [4, 6337, 16]]]}, {"answer": "wiener", "hint": "synonyms for wiener", "clues": [["weenie", [4, 6338, 0]], ["dog", [4, 6338, 1]], ["hot dog", [4, 6338, 2]], ["frankfurter", [4, 6338, 3]], ["frank", [4, 6338, 4]], ["wienerwurst", [4, 6338, 5]]]}, {"answer": "wienerwurst", "hint": "synonyms for wienerwurst", "clues": [["weenie", [4, 6339, 0]], ["dog", [4, 6339, 1]], ["hot dog", [4, 6339, 2]], ["frankfurter", [4, 6339, 3]], ["wiener", [4, 6339, 4]], ["frank", [4, 6339, 5]]]}, {"answer": "wildness", "hint": "synonyms for wildness", "clues": [["ferocity", [4, 6340, 0]], ["fury", [4, 6340, 1]], ["fierceness", [4, 6340, 2]], ["furiousness", [4, 6340, 3]], ["violence", [4, 6340, 4]], ["abandon", [4, 6340, 5]], ["vehemence", [4, 6340, 6]]]}, {"answer": "wile", "hint": "synonyms for wile", "clues": [["chicanery", [4, 6341, 0]], ["trickery", [4, 6341, 1]], ["guile", [4, 6341, 2]], ["shenanigan", [4, 6341, 3]]]}, {"answer": "wiliness", "hint": "synonyms for wiliness", "clues": [["foxiness", [4, 6342, 0]], ["craft", [4, 6342, 1]], ["craftiness", [4, 6342, 2]], ["slyness", [4, 6342, 3]], ["cunning", [4, 6342, 4]], ["guile", [4, 6342, 5]]]}, {"answer": "will_power", "hint": "synonyms for will power", "clues": [["self-control", [4, 6343, 0]], ["willpower", [4, 6343, 1]], ["self-possession", [4, 6343, 2]], ["self-command", [4, 6343, 3]], ["self-will", [4, 6343, 4]], ["possession", [4, 6343, 5]]]}, {"answer": "willpower", "hint": "synonyms for willpower", "clues": [["will power", [4, 6344, 0]], ["self-control", [4, 6344, 1]], ["self-possession", [4, 6344, 2]], ["self-command", [4, 6344, 3]], ["self-will", [4, 6344, 4]], ["possession", [4, 6344, 5]]]}, {"answer": "wind", "hint": "synonyms for wind", "clues": [["wind instrument", [4, 6345, 0]], ["tip", [4, 6345, 1]], ["jazz", [4, 6345, 2]], ["malarkey", [4, 6345, 3]], ["twist", [4, 6345, 4]], ["hint", [4, 6345, 5]], ["winding", [4, 6345, 6]], ["confidential information", [4, 6345, 7]], ["farting", [4, 6345, 8]], ["air current", [4, 6345, 9]], ["lead", [4, 6345, 10]], ["idle words", [4, 6345, 11]], ["current of air", [4, 6345, 12]], ["nothingness", [4, 6345, 13]], ["steer", [4, 6345, 14]], ["breaking wind", [4, 6345, 15]], ["flatus", [4, 6345, 16]]]}, {"answer": "wind_cone", "hint": "synonyms for wind cone", "clues": [["sock", [4, 6346, 0]], ["wind sleeve", [4, 6346, 1]], ["windsock", [4, 6346, 2]], ["air sock", [4, 6346, 3]], ["air-sleeve", [4, 6346, 4]], ["drogue", [4, 6346, 5]]]}, {"answer": "wind_sleeve", "hint": "synonyms for wind sleeve", "clues": [["sock", [4, 6347, 0]], ["air sock", [4, 6347, 1]], ["windsock", [4, 6347, 2]], ["wind cone", [4, 6347, 3]], ["air-sleeve", [4, 6347, 4]], ["drogue", [4, 6347, 5]]]}, {"answer": "wind_sock", "hint": "synonyms for wind sock", "clues": [["sock", [4, 6348, 0]], ["air sock", [4, 6348, 1]], ["wind sleeve", [4, 6348, 2]], ["windsock", [4, 6348, 3]], ["wind cone", [4, 6348, 4]], ["air-sleeve", [4, 6348, 5]], ["drogue", [4, 6348, 6]]]}, {"answer": "windfall", "hint": "synonyms for windfall", "clues": [["bonanza", [4, 6349, 0]], ["manna from heaven", [4, 6349, 1]], ["bunce", [4, 6349, 2]], ["gravy", [4, 6349, 3]], ["gold rush", [4, 6349, 4]], ["boom", [4, 6349, 5]], ["godsend", [4, 6349, 6]]]}, {"answer": "windiness", "hint": "synonyms for windiness", "clues": [["prolixity", [4, 6350, 0]], ["prolixness", [4, 6350, 1]], ["wordiness", [4, 6350, 2]], ["long-windedness", [4, 6350, 3]]]}, {"answer": "winding-clothes", "hint": "synonyms for winding-clothes", "clues": [["cerement", [4, 6351, 0]], ["pall", [4, 6351, 1]], ["winding-sheet", [4, 6351, 2]], ["shroud", [4, 6351, 3]]]}, {"answer": "winding-sheet", "hint": "synonyms for winding-sheet", "clues": [["cerement", [4, 6352, 0]], ["pall", [4, 6352, 1]], ["winding-clothes", [4, 6352, 2]], ["shroud", [4, 6352, 3]]]}, {"answer": "window_pane", "hint": "synonyms for window pane", "clues": [["back breaker", [4, 6353, 0]], ["loony toons", [4, 6353, 1]], ["pane", [4, 6353, 2]], ["battery-acid", [4, 6353, 3]], ["dose", [4, 6353, 4]], ["dot", [4, 6353, 5]], ["acid", [4, 6353, 6]], ["superman", [4, 6353, 7]]]}, {"answer": "windsock", "hint": "synonyms for windsock", "clues": [["sock", [4, 6354, 0]], ["wind sleeve", [4, 6354, 1]], ["air sock", [4, 6354, 2]], ["wind sock", [4, 6354, 3]], ["wind cone", [4, 6354, 4]], ["air-sleeve", [4, 6354, 5]], ["drogue", [4, 6354, 6]]]}, {"answer": "wing", "hint": "synonyms for wing", "clues": [["flank", [4, 6355, 0]], ["backstage", [4, 6355, 1]], ["fender", [4, 6355, 2]], ["annexe", [4, 6355, 3]], ["extension", [4, 6355, 4]], ["offstage", [4, 6355, 5]]]}, {"answer": "wing-nut", "hint": "synonyms for wing-nut", "clues": [["wing nut", [4, 6356, 0]], ["thumbnut", [4, 6356, 1]], ["butterfly nut", [4, 6356, 2]], ["wing screw", [4, 6356, 3]]]}, {"answer": "wing_nut", "hint": "synonyms for wing nut", "clues": [["thumbnut", [4, 6357, 0]], ["butterfly nut", [4, 6357, 1]], ["wing-nut", [4, 6357, 2]], ["wing screw", [4, 6357, 3]]]}, {"answer": "wings", "hint": "synonyms for wings", "clues": [["backstage", [4, 6358, 0]], ["fender", [4, 6358, 1]], ["wing", [4, 6358, 2]], ["annexe", [4, 6358, 3]], ["extension", [4, 6358, 4]], ["flank", [4, 6358, 5]], ["offstage", [4, 6358, 6]]]}, {"answer": "wink", "hint": "synonyms for wink", "clues": [["nictation", [4, 6359, 0]], ["flash", [4, 6359, 1]], ["instant", [4, 6359, 2]], ["jiffy", [4, 6359, 3]], ["trice", [4, 6359, 4]], ["blinking", [4, 6359, 5]], ["split second", [4, 6359, 6]], ["blink of an eye", [4, 6359, 7]], ["winking", [4, 6359, 8]], ["eye blink", [4, 6359, 9]], ["heartbeat", [4, 6359, 10]]]}, {"answer": "wintergreen", "hint": "synonyms for wintergreen", "clues": [["boxberry", [4, 6360, 0]], ["checkerberry", [4, 6360, 1]], ["spiceberry", [4, 6360, 2]], ["teaberry", [4, 6360, 3]]]}, {"answer": "wiper", "hint": "synonyms for wiper", "clues": [["contact arm", [4, 6361, 0]], ["wiper blade", [4, 6361, 1]], ["windshield wiper", [4, 6361, 2]], ["windscreen wiper", [4, 6361, 3]], ["wiper arm", [4, 6361, 4]]]}, {"answer": "wire_service", "hint": "synonyms for wire service", "clues": [["news agency", [4, 6362, 0]], ["news organization", [4, 6362, 1]], ["press agency", [4, 6362, 2]], ["press association", [4, 6362, 3]]]}, {"answer": "wish", "hint": "synonyms for wish", "clues": [["regard", [4, 6363, 0]], ["compliments", [4, 6363, 1]], ["wishing", [4, 6363, 2]], ["indirect request", [4, 6363, 3]], ["want", [4, 6363, 4]]]}, {"answer": "wish-wash", "hint": "synonyms for wish-wash", "clues": [["folderol", [4, 6364, 0]], ["codswallop", [4, 6364, 1]], ["trash", [4, 6364, 2]], ["rubbish", [4, 6364, 3]], ["applesauce", [4, 6364, 4]], ["trumpery", [4, 6364, 5]], ["tripe", [4, 6364, 6]]]}, {"answer": "wit", "hint": "synonyms for wit", "clues": [["wittiness", [4, 6365, 0]], ["brain", [4, 6365, 1]], ["humour", [4, 6365, 2]], ["witticism", [4, 6365, 3]], ["mental capacity", [4, 6365, 4]], ["mentality", [4, 6365, 5]], ["brainpower", [4, 6365, 6]], ["learning ability", [4, 6365, 7]]]}, {"answer": "withdrawal", "hint": "synonyms for withdrawal", "clues": [["onanism", [4, 6366, 0]], ["coitus interruptus", [4, 6366, 1]], ["backdown", [4, 6366, 2]], ["secession", [4, 6366, 3]], ["climb-down", [4, 6366, 4]], ["pulling out", [4, 6366, 5]], ["drug withdrawal", [4, 6366, 6]], ["detachment", [4, 6366, 7]], ["withdrawal method", [4, 6366, 8]]]}, {"answer": "withdrawal_method", "hint": "synonyms for withdrawal method", "clues": [["coitus interruptus", [4, 6367, 0]], ["withdrawal", [4, 6367, 1]], ["pulling out", [4, 6367, 2]], ["onanism", [4, 6367, 3]]]}, {"answer": "wits", "hint": "synonyms for wits", "clues": [["wittiness", [4, 6368, 0]], ["brain", [4, 6368, 1]], ["humour", [4, 6368, 2]], ["witticism", [4, 6368, 3]], ["mental capacity", [4, 6368, 4]], ["wit", [4, 6368, 5]], ["marbles", [4, 6368, 6]], ["mentality", [4, 6368, 7]], ["brainpower", [4, 6368, 8]], ["learning ability", [4, 6368, 9]]]}, {"answer": "womanishness", "hint": "synonyms for womanishness", "clues": [["sissiness", [4, 6369, 0]], ["unmanliness", [4, 6369, 1]], ["effeminacy", [4, 6369, 2]], ["softness", [4, 6369, 3]], ["effeminateness", [4, 6369, 4]]]}, {"answer": "wonder", "hint": "synonyms for wonder", "clues": [["wonderment", [4, 6370, 0]], ["admiration", [4, 6370, 1]], ["marvel", [4, 6370, 2]], ["curiosity", [4, 6370, 3]]]}, {"answer": "wood", "hint": "synonyms for wood", "clues": [["woodwind", [4, 6371, 0]], ["forest", [4, 6371, 1]], ["woodwind instrument", [4, 6371, 2]], ["woods", [4, 6371, 3]]]}, {"answer": "woods", "hint": "synonyms for woods", "clues": [["wood", [4, 6372, 0]], ["forest", [4, 6372, 1]], ["woodwind instrument", [4, 6372, 2]], ["woodwind", [4, 6372, 3]]]}, {"answer": "word", "hint": "synonyms for word", "clues": [["discussion", [4, 6373, 0]], ["parole", [4, 6373, 1]], ["intelligence", [4, 6373, 2]], ["news", [4, 6373, 3]], ["give-and-take", [4, 6373, 4]], ["tidings", [4, 6373, 5]], ["password", [4, 6373, 6]], ["countersign", [4, 6373, 7]], ["watchword", [4, 6373, 8]], ["word of honor", [4, 6373, 9]]]}, {"answer": "word-painting", "hint": "synonyms for word-painting", "clues": [["delineation", [4, 6374, 0]], ["word picture", [4, 6374, 1]], ["characterization", [4, 6374, 2]], ["depiction", [4, 6374, 3]], ["picture", [4, 6374, 4]]]}, {"answer": "word_picture", "hint": "synonyms for word picture", "clues": [["delineation", [4, 6375, 0]], ["characterization", [4, 6375, 1]], ["depiction", [4, 6375, 2]], ["word-painting", [4, 6375, 3]], ["picture", [4, 6375, 4]]]}, {"answer": "wordiness", "hint": "synonyms for wordiness", "clues": [["prolixity", [4, 6376, 0]], ["prolixness", [4, 6376, 1]], ["windiness", [4, 6376, 2]], ["long-windedness", [4, 6376, 3]]]}, {"answer": "wording", "hint": "synonyms for wording", "clues": [["diction", [4, 6377, 0]], ["phrasing", [4, 6377, 1]], ["phraseology", [4, 6377, 2]], ["verbiage", [4, 6377, 3]], ["choice of words", [4, 6377, 4]]]}, {"answer": "words", "hint": "synonyms for words", "clues": [["language", [4, 6378, 0]], ["discussion", [4, 6378, 1]], ["word", [4, 6378, 2]], ["lyric", [4, 6378, 3]], ["run-in", [4, 6378, 4]], ["tidings", [4, 6378, 5]], ["parole", [4, 6378, 6]], ["actor's line", [4, 6378, 7]], ["quarrel", [4, 6378, 8]], ["word of honor", [4, 6378, 9]], ["wrangle", [4, 6378, 10]], ["intelligence", [4, 6378, 11]], ["dustup", [4, 6378, 12]], ["news", [4, 6378, 13]], ["give-and-take", [4, 6378, 14]], ["password", [4, 6378, 15]], ["countersign", [4, 6378, 16]], ["row", [4, 6378, 17]], ["watchword", [4, 6378, 18]], ["speech", [4, 6378, 19]]]}, {"answer": "work", "hint": "synonyms for work", "clues": [["oeuvre", [4, 6379, 0]], ["piece of work", [4, 6379, 1]], ["employment", [4, 6379, 2]], ["workplace", [4, 6379, 3]], ["study", [4, 6379, 4]], ["body of work", [4, 6379, 5]]]}, {"answer": "workout", "hint": "synonyms for workout", "clues": [["physical exercise", [4, 6380, 0]], ["exercising", [4, 6380, 1]], ["physical exertion", [4, 6380, 2]], ["exercise", [4, 6380, 3]]]}, {"answer": "works", "hint": "synonyms for works", "clues": [["work", [4, 6381, 0]], ["piece of work", [4, 6381, 1]], ["employment", [4, 6381, 2]], ["study", [4, 6381, 3]], ["workings", [4, 6381, 4]], ["plant", [4, 6381, 5]], ["oeuvre", [4, 6381, 6]], ["workplace", [4, 6381, 7]], ["body of work", [4, 6381, 8]], ["industrial plant", [4, 6381, 9]], ["deeds", [4, 6381, 10]]]}, {"answer": "world_power", "hint": "synonyms for world power", "clues": [["great power", [4, 6382, 0]], ["superpower", [4, 6382, 1]], ["major power", [4, 6382, 2]], ["power", [4, 6382, 3]]]}, {"answer": "worry", "hint": "synonyms for worry", "clues": [["headache", [4, 6383, 0]], ["trouble", [4, 6383, 1]], ["concern", [4, 6383, 2]], ["vexation", [4, 6383, 3]]]}, {"answer": "wow", "hint": "synonyms for wow", "clues": [["scream", [4, 6384, 0]], ["belly laugh", [4, 6384, 1]], ["howler", [4, 6384, 2]], ["thigh-slapper", [4, 6384, 3]], ["sidesplitter", [4, 6384, 4]], ["riot", [4, 6384, 5]]]}, {"answer": "wraith", "hint": "synonyms for wraith", "clues": [["shade", [4, 6385, 0]], ["specter", [4, 6385, 1]], ["ghost", [4, 6385, 2]], ["spook", [4, 6385, 3]]]}, {"answer": "wrangle", "hint": "synonyms for wrangle", "clues": [["dustup", [4, 6386, 0]], ["haggling", [4, 6386, 1]], ["run-in", [4, 6386, 2]], ["row", [4, 6386, 3]], ["haggle", [4, 6386, 4]], ["quarrel", [4, 6386, 5]], ["words", [4, 6386, 6]], ["wrangling", [4, 6386, 7]]]}, {"answer": "wrapper", "hint": "synonyms for wrapper", "clues": [["wrapping", [4, 6387, 0]], ["peignoir", [4, 6387, 1]], ["negligee", [4, 6387, 2]], ["wrap", [4, 6387, 3]], ["housecoat", [4, 6387, 4]]]}, {"answer": "wreath", "hint": "synonyms for wreath", "clues": [["lei", [4, 6388, 0]], ["garland", [4, 6388, 1]], ["coronal", [4, 6388, 2]], ["chaplet", [4, 6388, 3]]]}, {"answer": "wrecking", "hint": "synonyms for wrecking", "clues": [["laying waste", [4, 6389, 0]], ["ruin", [4, 6389, 1]], ["razing", [4, 6389, 2]], ["ruination", [4, 6389, 3]]]}, {"answer": "wrestle", "hint": "synonyms for wrestle", "clues": [["grappling", [4, 6390, 0]], ["grapple", [4, 6390, 1]], ["wrestling", [4, 6390, 2]], ["hand-to-hand struggle", [4, 6390, 3]]]}, {"answer": "wrestling", "hint": "synonyms for wrestling", "clues": [["grappling", [4, 6391, 0]], ["rassling", [4, 6391, 1]], ["hand-to-hand struggle", [4, 6391, 2]], ["wrestle", [4, 6391, 3]], ["grapple", [4, 6391, 4]]]}, {"answer": "wrinkle", "hint": "synonyms for wrinkle", "clues": [["furrow", [4, 6392, 0]], ["line", [4, 6392, 1]], ["seam", [4, 6392, 2]], ["crease", [4, 6392, 3]], ["crinkle", [4, 6392, 4]]]}, {"answer": "wristband", "hint": "synonyms for wristband", "clues": [["watchstrap", [4, 6393, 0]], ["watchband", [4, 6393, 1]], ["watch bracelet", [4, 6393, 2]], ["bracelet", [4, 6393, 3]]]}, {"answer": "write_up", "hint": "synonyms for write up", "clues": [["story", [4, 6394, 0]], ["report", [4, 6394, 1]], ["account", [4, 6394, 2]], ["news report", [4, 6394, 3]]]}, {"answer": "writing", "hint": "synonyms for writing", "clues": [["penning", [4, 6395, 0]], ["piece of writing", [4, 6395, 1]], ["composition", [4, 6395, 2]], ["written material", [4, 6395, 3]], ["committal to writing", [4, 6395, 4]], ["authorship", [4, 6395, 5]]]}, {"answer": "writings", "hint": "synonyms for writings", "clues": [["penning", [4, 6396, 0]], ["writing", [4, 6396, 1]], ["composition", [4, 6396, 2]], ["written material", [4, 6396, 3]], ["authorship", [4, 6396, 4]], ["committal to writing", [4, 6396, 5]], ["piece of writing", [4, 6396, 6]]]}, {"answer": "wrongdoing", "hint": "synonyms for wrongdoing", "clues": [["wrongful conduct", [4, 6397, 0]], ["error", [4, 6397, 1]], ["actus reus", [4, 6397, 2]], ["misconduct", [4, 6397, 3]]]}, {"answer": "xtc", "hint": "synonyms for xtc", "clues": [["go", [4, 6398, 0]], ["disco biscuit", [4, 6398, 1]], ["ecstasy", [4, 6398, 2]], ["cristal", [4, 6398, 3]], ["hug drug", [4, 6398, 4]]]}, {"answer": "yack", "hint": "synonyms for yack", "clues": [["yak", [4, 6399, 0]], ["cackle", [4, 6399, 1]], ["chatter", [4, 6399, 2]], ["yakety-yak", [4, 6399, 3]]]}, {"answer": "yak", "hint": "synonyms for yak", "clues": [["yakety-yak", [4, 6400, 0]], ["cackle", [4, 6400, 1]], ["chatter", [4, 6400, 2]], ["yack", [4, 6400, 3]]]}, {"answer": "yard", "hint": "synonyms for yard", "clues": [["curtilage", [4, 6401, 0]], ["cubic yard", [4, 6401, 1]], ["one thousand", [4, 6401, 2]], ["pace", [4, 6401, 3]], ["chiliad", [4, 6401, 4]], ["thou", [4, 6401, 5]], ["railyard", [4, 6401, 6]], ["grounds", [4, 6401, 7]], ["grand", [4, 6401, 8]], ["railway yard", [4, 6401, 9]], ["thousand", [4, 6401, 10]], ["1000", [4, 6401, 11]]]}, {"answer": "yb", "hint": "synonyms for yb", "clues": [["yottabit", [4, 6402, 0]], ["yottabyte", [4, 6402, 1]], ["yobibyte", [4, 6402, 2]], ["atomic number 70", [4, 6402, 3]], ["ytterbium", [4, 6402, 4]]]}, {"answer": "years", "hint": "synonyms for years", "clues": [["age", [4, 6403, 0]], ["yr", [4, 6403, 1]], ["twelvemonth", [4, 6403, 2]], ["old age", [4, 6403, 3]], ["class", [4, 6403, 4]], ["year", [4, 6403, 5]], ["eld", [4, 6403, 6]], ["long time", [4, 6403, 7]], ["geezerhood", [4, 6403, 8]], ["days", [4, 6403, 9]]]}, {"answer": "yell", "hint": "synonyms for yell", "clues": [["cry", [4, 6404, 0]], ["shout", [4, 6404, 1]], ["call", [4, 6404, 2]], ["vociferation", [4, 6404, 3]], ["outcry", [4, 6404, 4]]]}, {"answer": "yellowish_brown", "hint": "synonyms for yellowish brown", "clues": [["raw sienna", [4, 6405, 0]], ["buff", [4, 6405, 1]], ["caramel", [4, 6405, 2]], ["caramel brown", [4, 6405, 3]]]}, {"answer": "yield", "hint": "synonyms for yield", "clues": [["production", [4, 6406, 0]], ["output", [4, 6406, 1]], ["payoff", [4, 6406, 2]], ["fruit", [4, 6406, 3]], ["take", [4, 6406, 4]], ["proceeds", [4, 6406, 5]], ["return", [4, 6406, 6]], ["issue", [4, 6406, 7]], ["takings", [4, 6406, 8]]]}, {"answer": "yoke", "hint": "synonyms for yoke", "clues": [["twosome", [4, 6407, 0]], ["span", [4, 6407, 1]], ["brace", [4, 6407, 2]], ["pair", [4, 6407, 3]], ["distich", [4, 6407, 4]], ["dyad", [4, 6407, 5]], ["duet", [4, 6407, 6]], ["duo", [4, 6407, 7]], ["coupling", [4, 6407, 8]], ["couplet", [4, 6407, 9]], ["twain", [4, 6407, 10]], ["duad", [4, 6407, 11]]]}, {"answer": "you-drive", "hint": "synonyms for you-drive", "clues": [["rent-a-car", [4, 6408, 0]], ["hire car", [4, 6408, 1]], ["u-drive", [4, 6408, 2]], ["self-drive", [4, 6408, 3]], ["car rental", [4, 6408, 4]]]}, {"answer": "youth", "hint": "synonyms for youth", "clues": [["juvenility", [4, 6409, 0]], ["youthfulness", [4, 6409, 1]], ["early days", [4, 6409, 2]], ["young", [4, 6409, 3]]]}, {"answer": "yowl", "hint": "synonyms for yowl", "clues": [["roar", [4, 6410, 0]], ["hollering", [4, 6410, 1]], ["holloa", [4, 6410, 2]], ["bellow", [4, 6410, 3]]]}, {"answer": "z", "hint": "synonyms for z", "clues": [["zee", [4, 6411, 0]], ["ezed", [4, 6411, 1]], ["izzard", [4, 6411, 2]], ["omega", [4, 6411, 3]]]}, {"answer": "zeal", "hint": "synonyms for zeal", "clues": [["readiness", [4, 6412, 0]], ["eagerness", [4, 6412, 1]], ["ardor", [4, 6412, 2]], ["forwardness", [4, 6412, 3]], ["elan", [4, 6412, 4]]]}, {"answer": "zed", "hint": "synonyms for zed", "clues": [["z", [4, 6413, 0]], ["zee", [4, 6413, 1]], ["ezed", [4, 6413, 2]], ["izzard", [4, 6413, 3]]]}, {"answer": "zen", "hint": "synonyms for zen", "clues": [["back breaker", [4, 6414, 0]], ["loony toons", [4, 6414, 1]], ["pane", [4, 6414, 2]], ["battery-acid", [4, 6414, 3]], ["dose", [4, 6414, 4]], ["dot", [4, 6414, 5]], ["window pane", [4, 6414, 6]], ["acid", [4, 6414, 7]], ["superman", [4, 6414, 8]]]}, {"answer": "zep", "hint": "synonyms for zep", "clues": [["bomber", [4, 6415, 0]], ["torpedo", [4, 6415, 1]], ["submarine sandwich", [4, 6415, 2]], ["hoagie", [4, 6415, 3]], ["poor boy", [4, 6415, 4]], ["hero sandwich", [4, 6415, 5]], ["hero", [4, 6415, 6]], ["hoagy", [4, 6415, 7]], ["submarine", [4, 6415, 8]], ["grinder", [4, 6415, 9]], ["wedge", [4, 6415, 10]], ["sub", [4, 6415, 11]]]}, {"answer": "zest", "hint": "synonyms for zest", "clues": [["piquantness", [4, 6416, 0]], ["gusto", [4, 6416, 1]], ["zestfulness", [4, 6416, 2]], ["nip", [4, 6416, 3]], ["relish", [4, 6416, 4]], ["piquancy", [4, 6416, 5]], ["tanginess", [4, 6416, 6]], ["tang", [4, 6416, 7]]]}, {"answer": "zilch", "hint": "synonyms for zilch", "clues": [["zip", [4, 6417, 0]], ["naught", [4, 6417, 1]], ["nix", [4, 6417, 2]], ["cypher", [4, 6417, 3]], ["nil", [4, 6417, 4]], ["null", [4, 6417, 5]], ["nothing", [4, 6417, 6]], ["zero", [4, 6417, 7]], ["nada", [4, 6417, 8]], ["cipher", [4, 6417, 9]], ["zippo", [4, 6417, 10]], ["goose egg", [4, 6417, 11]]]}, {"answer": "zip", "hint": "synonyms for zip", "clues": [["nix", [4, 6418, 0]], ["zipper", [4, 6418, 1]], ["null", [4, 6418, 2]], ["zippo", [4, 6418, 3]], ["nothing", [4, 6418, 4]], ["slide fastener", [4, 6418, 5]], ["cipher", [4, 6418, 6]], ["aught", [4, 6418, 7]], ["postcode", [4, 6418, 8]], ["zip fastener", [4, 6418, 9]], ["vigour", [4, 6418, 10]], ["zilch", [4, 6418, 11]], ["cypher", [4, 6418, 12]], ["energy", [4, 6418, 13]], ["zero", [4, 6418, 14]], ["nada", [4, 6418, 15]], ["nil", [4, 6418, 16]], ["goose egg", [4, 6418, 17]], ["postal code", [4, 6418, 18]]]}, {"answer": "zippo", "hint": "synonyms for zippo", "clues": [["zip", [4, 6419, 0]], ["naught", [4, 6419, 1]], ["nix", [4, 6419, 2]], ["zilch", [4, 6419, 3]], ["cypher", [4, 6419, 4]], ["nil", [4, 6419, 5]], ["null", [4, 6419, 6]], ["nothing", [4, 6419, 7]], ["zero", [4, 6419, 8]], ["nada", [4, 6419, 9]], ["cipher", [4, 6419, 10]], ["goose egg", [4, 6419, 11]]]}, {"answer": "assess", "hint": "synonyms for assess", "clues": [["piece of ass", [4, 6420, 0]], ["roll in the hay", [4, 6420, 1]], ["piece of tail", [4, 6420, 2]], ["shtup", [4, 6420, 3]], ["screw", [4, 6420, 4]], ["nookie", [4, 6420, 5]], ["ass", [4, 6420, 6]], ["fucking", [4, 6420, 7]], ["shag", [4, 6420, 8]], ["nooky", [4, 6420, 9]]]}], "portion": 0.2}, {"name": "adjectives", "groups": [{"answer": "1000", "hint": "synonyms for 1000", "clues": [["one thousand", [5, 0, 0]], ["m", [5, 0, 1]], ["k", [5, 0, 2]], ["thousand", [5, 0, 3]]]}, {"answer": "a-one", "hint": "synonyms for a-one", "clues": [["super", [5, 1, 0]], ["first-rate", [5, 1, 1]], ["top-notch", [5, 1, 2]], ["tops", [5, 1, 3]], ["ace", [5, 1, 4]], ["crack", [5, 1, 5]], ["tiptop", [5, 1, 6]]]}, {"answer": "a_la_mode", "hint": "synonyms for a la mode", "clues": [["in style", [5, 2, 0]], ["latest", [5, 2, 1]], ["modish", [5, 2, 2]], ["in vogue", [5, 2, 3]]]}, {"answer": "abhorrent", "hint": "synonyms for abhorrent", "clues": [["repulsive", [5, 3, 0]], ["detestable", [5, 3, 1]], ["obscene", [5, 3, 2]], ["repugnant", [5, 3, 3]]]}, {"answer": "abject", "hint": "synonyms for abject", "clues": [["low-down", [5, 4, 0]], ["low", [5, 4, 1]], ["unhopeful", [5, 4, 2]], ["scummy", [5, 4, 3]], ["miserable", [5, 4, 4]], ["scurvy", [5, 4, 5]]]}, {"answer": "ablaze", "hint": "synonyms for ablaze", "clues": [["aroused", [5, 5, 0]], ["aflare", [5, 5, 1]], ["on fire", [5, 5, 2]], ["afire", [5, 5, 3]], ["aflame", [5, 5, 4]], ["reddened", [5, 5, 5]], ["inflamed", [5, 5, 6]], ["alight", [5, 5, 7]]]}, {"answer": "abominable", "hint": "synonyms for abominable", "clues": [["execrable", [5, 6, 0]], ["unspeakable", [5, 6, 1]], ["awful", [5, 6, 2]], ["odious", [5, 6, 3]], ["terrible", [5, 6, 4]], ["painful", [5, 6, 5]], ["atrocious", [5, 6, 6]], ["detestable", [5, 6, 7]], ["dreadful", [5, 6, 8]]]}, {"answer": "aboriginal", "hint": "synonyms for aboriginal", "clues": [["primaeval", [5, 7, 0]], ["primordial", [5, 7, 1]], ["native", [5, 7, 2]], ["primal", [5, 7, 3]]]}, {"answer": "absent", "hint": "synonyms for absent", "clues": [["abstracted", [5, 8, 0]], ["lacking", [5, 8, 1]], ["missing", [5, 8, 2]], ["absentminded", [5, 8, 3]], ["scatty", [5, 8, 4]], ["wanting", [5, 8, 5]]]}, {"answer": "absolute", "hint": "synonyms for absolute", "clues": [["sheer", [5, 9, 0]], ["infrangible", [5, 9, 1]], ["out-and-out", [5, 9, 2]], ["inviolable", [5, 9, 3]], ["rank", [5, 9, 4]], ["downright", [5, 9, 5]], ["right-down", [5, 9, 6]]]}, {"answer": "absolved", "hint": "synonyms for absolved", "clues": [["clear", [5, 10, 0]], ["cleared", [5, 10, 1]], ["exculpated", [5, 10, 2]], ["vindicated", [5, 10, 3]], ["exonerated", [5, 10, 4]]]}, {"answer": "absorbed", "hint": "synonyms for absorbed", "clues": [["engrossed", [5, 11, 0]], ["captive", [5, 11, 1]], ["intent", [5, 11, 2]], ["enwrapped", [5, 11, 3]]]}, {"answer": "absorbing", "hint": "synonyms for absorbing", "clues": [["fascinating", [5, 12, 0]], ["gripping", [5, 12, 1]], ["engrossing", [5, 12, 2]], ["riveting", [5, 12, 3]]]}, {"answer": "absurd", "hint": "synonyms for absurd", "clues": [["preposterous", [5, 13, 0]], ["ludicrous", [5, 13, 1]], ["laughable", [5, 13, 2]], ["nonsensical", [5, 13, 3]], ["derisory", [5, 13, 4]], ["cockeyed", [5, 13, 5]], ["idiotic", [5, 13, 6]], ["ridiculous", [5, 13, 7]]]}, {"answer": "accessory", "hint": "synonyms for accessory", "clues": [["adjunct", [5, 14, 0]], ["appurtenant", [5, 14, 1]], ["ancillary", [5, 14, 2]], ["adjuvant", [5, 14, 3]], ["auxiliary", [5, 14, 4]], ["accessary", [5, 14, 5]]]}, {"answer": "accompanying", "hint": "synonyms for accompanying", "clues": [["consequent", [5, 15, 0]], ["attendant", [5, 15, 1]], ["concomitant", [5, 15, 2]], ["resultant", [5, 15, 3]], ["ensuant", [5, 15, 4]], ["incidental", [5, 15, 5]], ["sequent", [5, 15, 6]]]}, {"answer": "accomplishable", "hint": "synonyms for accomplishable", "clues": [["realizable", [5, 16, 0]], ["doable", [5, 16, 1]], ["achievable", [5, 16, 2]], ["manageable", [5, 16, 3]]]}, {"answer": "accomplished", "hint": "synonyms for accomplished", "clues": [["completed", [5, 17, 0]], ["realised", [5, 17, 1]], ["effected", [5, 17, 2]], ["established", [5, 17, 3]]]}, {"answer": "accordant", "hint": "synonyms for accordant", "clues": [["agreeable", [5, 18, 0]], ["concordant", [5, 18, 1]], ["conformable", [5, 18, 2]], ["consonant", [5, 18, 3]]]}, {"answer": "accusative", "hint": "synonyms for accusative", "clues": [["objective", [5, 19, 0]], ["accusing", [5, 19, 1]], ["accusatory", [5, 19, 2]], ["accusive", [5, 19, 3]]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["topnotch", [5, 20, 0]], ["super", [5, 20, 1]], ["first-rate", [5, 20, 2]], ["crack", [5, 20, 3]], ["tops", [5, 20, 4]], ["tiptop", [5, 20, 5]]]}, {"answer": "acerb", "hint": "synonyms for acerb", "clues": [["acid", [5, 21, 0]], ["sulfurous", [5, 21, 1]], ["vitriolic", [5, 21, 2]], ["virulent", [5, 21, 3]], ["blistering", [5, 21, 4]], ["astringent", [5, 21, 5]], ["bitter", [5, 21, 6]], ["caustic", [5, 21, 7]], ["acerbic", [5, 21, 8]], ["sulphurous", [5, 21, 9]]]}, {"answer": "acerbic", "hint": "synonyms for acerbic", "clues": [["acid", [5, 22, 0]], ["sulfurous", [5, 22, 1]], ["vitriolic", [5, 22, 2]], ["acerb", [5, 22, 3]], ["virulent", [5, 22, 4]], ["blistering", [5, 22, 5]], ["astringent", [5, 22, 6]], ["bitter", [5, 22, 7]], ["caustic", [5, 22, 8]], ["sulphurous", [5, 22, 9]]]}, {"answer": "achievable", "hint": "synonyms for achievable", "clues": [["accomplishable", [5, 23, 0]], ["doable", [5, 23, 1]], ["realizable", [5, 23, 2]], ["manageable", [5, 23, 3]]]}, {"answer": "acid", "hint": "synonyms for acid", "clues": [["acerbic", [5, 24, 0]], ["sulfurous", [5, 24, 1]], ["vitriolic", [5, 24, 2]], ["virulent", [5, 24, 3]], ["acerb", [5, 24, 4]], ["blistering", [5, 24, 5]], ["bitter", [5, 24, 6]], ["caustic", [5, 24, 7]], ["acidic", [5, 24, 8]], ["acidulent", [5, 24, 9]], ["acidulous", [5, 24, 10]], ["sulphurous", [5, 24, 11]], ["acrid", [5, 24, 12]]]}, {"answer": "acrid", "hint": "synonyms for acrid", "clues": [["acid", [5, 25, 0]], ["sulfurous", [5, 25, 1]], ["vitriolic", [5, 25, 2]], ["pungent", [5, 25, 3]], ["virulent", [5, 25, 4]], ["acerb", [5, 25, 5]], ["blistering", [5, 25, 6]], ["bitter", [5, 25, 7]], ["caustic", [5, 25, 8]], ["sulphurous", [5, 25, 9]], ["acerbic", [5, 25, 10]]]}, {"answer": "across-the-board", "hint": "synonyms for across-the-board", "clues": [["wide", [5, 26, 0]], ["extensive", [5, 26, 1]], ["blanket", [5, 26, 2]], ["encompassing", [5, 26, 3]], ["panoptic", [5, 26, 4]], ["broad", [5, 26, 5]], ["all-embracing", [5, 26, 6]], ["all-inclusive", [5, 26, 7]]]}, {"answer": "active", "hint": "synonyms for active", "clues": [["combat-ready", [5, 27, 0]], ["fighting", [5, 27, 1]], ["participating", [5, 27, 2]], ["alive", [5, 27, 3]], ["dynamic", [5, 27, 4]]]}, {"answer": "actual", "hint": "synonyms for actual", "clues": [["literal", [5, 28, 0]], ["existent", [5, 28, 1]], ["real", [5, 28, 2]], ["genuine", [5, 28, 3]], ["factual", [5, 28, 4]]]}, {"answer": "acute", "hint": "synonyms for acute", "clues": [["discriminating", [5, 29, 0]], ["penetrative", [5, 29, 1]], ["knifelike", [5, 29, 2]], ["intense", [5, 29, 3]], ["sharp", [5, 29, 4]], ["penetrating", [5, 29, 5]], ["keen", [5, 29, 6]], ["incisive", [5, 29, 7]], ["piercing", [5, 29, 8]], ["needlelike", [5, 29, 9]], ["acuate", [5, 29, 10]]]}, {"answer": "ad-lib", "hint": "synonyms for ad-lib", "clues": [["unwritten", [5, 30, 0]], ["extemporaneous", [5, 30, 1]], ["extemporary", [5, 30, 2]], ["extempore", [5, 30, 3]], ["offhand", [5, 30, 4]], ["off-the-cuff", [5, 30, 5]], ["unrehearsed", [5, 30, 6]], ["spontaneous", [5, 30, 7]], ["impromptu", [5, 30, 8]]]}, {"answer": "addled", "hint": "synonyms for addled", "clues": [["wooly", [5, 31, 0]], ["muzzy", [5, 31, 1]], ["wooly-minded", [5, 31, 2]], ["befuddled", [5, 31, 3]], ["woolly-headed", [5, 31, 4]], ["muddled", [5, 31, 5]]]}, {"answer": "adept", "hint": "synonyms for adept", "clues": [["practiced", [5, 32, 0]], ["expert", [5, 32, 1]], ["skilful", [5, 32, 2]], ["good", [5, 32, 3]], ["proficient", [5, 32, 4]]]}, {"answer": "adequate", "hint": "synonyms for adequate", "clues": [["equal", [5, 33, 0]], ["enough", [5, 33, 1]], ["passable", [5, 33, 2]], ["decent", [5, 33, 3]], ["tolerable", [5, 33, 4]], ["fair to middling", [5, 33, 5]]]}, {"answer": "adjacent", "hint": "synonyms for adjacent", "clues": [["next", [5, 34, 0]], ["side by side", [5, 34, 1]], ["neighboring", [5, 34, 2]], ["conterminous", [5, 34, 3]], ["contiguous", [5, 34, 4]]]}, {"answer": "adjunct", "hint": "synonyms for adjunct", "clues": [["appurtenant", [5, 35, 0]], ["ancillary", [5, 35, 1]], ["adjuvant", [5, 35, 2]], ["auxiliary", [5, 35, 3]], ["assistant", [5, 35, 4]], ["accessory", [5, 35, 5]]]}, {"answer": "adjuvant", "hint": "synonyms for adjuvant", "clues": [["adjunct", [5, 36, 0]], ["appurtenant", [5, 36, 1]], ["ancillary", [5, 36, 2]], ["auxiliary", [5, 36, 3]], ["accessory", [5, 36, 4]]]}, {"answer": "admonitory", "hint": "synonyms for admonitory", "clues": [["reproachful", [5, 37, 0]], ["cautionary", [5, 37, 1]], ["admonishing", [5, 37, 2]], ["monitory", [5, 37, 3]], ["exemplary", [5, 37, 4]], ["warning", [5, 37, 5]], ["reproving", [5, 37, 6]]]}, {"answer": "adolescent", "hint": "synonyms for adolescent", "clues": [["jejune", [5, 38, 0]], ["teenage", [5, 38, 1]], ["puerile", [5, 38, 2]], ["teen", [5, 38, 3]], ["juvenile", [5, 38, 4]]]}, {"answer": "adrift", "hint": "synonyms for adrift", "clues": [["afloat", [5, 39, 0]], ["aimless", [5, 39, 1]], ["directionless", [5, 39, 2]], ["rudderless", [5, 39, 3]], ["planless", [5, 39, 4]], ["undirected", [5, 39, 5]]]}, {"answer": "adult", "hint": "synonyms for adult", "clues": [["grownup", [5, 40, 0]], ["pornographic", [5, 40, 1]], ["full-grown", [5, 40, 2]], ["grown", [5, 40, 3]], ["big", [5, 40, 4]]]}, {"answer": "adulterous", "hint": "synonyms for adulterous", "clues": [["extramarital", [5, 41, 0]], ["extracurricular", [5, 41, 1]], ["two-timing", [5, 41, 2]], ["cheating", [5, 41, 3]]]}, {"answer": "adust", "hint": "synonyms for adust", "clues": [["sunbaked", [5, 42, 0]], ["parched", [5, 42, 1]], ["scorched", [5, 42, 2]], ["baked", [5, 42, 3]]]}, {"answer": "advanced", "hint": "synonyms for advanced", "clues": [["in advance", [5, 43, 0]], ["sophisticated", [5, 43, 1]], ["advance", [5, 43, 2]], ["innovative", [5, 43, 3]], ["modern", [5, 43, 4]], ["ripe", [5, 43, 5]], ["forward-looking", [5, 43, 6]]]}, {"answer": "adynamic", "hint": "synonyms for adynamic", "clues": [["asthenic", [5, 44, 0]], ["undynamic", [5, 44, 1]], ["debilitated", [5, 44, 2]], ["enervated", [5, 44, 3]]]}, {"answer": "aeonian", "hint": "synonyms for aeonian", "clues": [["eonian", [5, 45, 0]], ["unending", [5, 45, 1]], ["unceasing", [5, 45, 2]], ["perpetual", [5, 45, 3]], ["everlasting", [5, 45, 4]], ["ageless", [5, 45, 5]], ["eternal", [5, 45, 6]]]}, {"answer": "aerial", "hint": "synonyms for aerial", "clues": [["aeriform", [5, 46, 0]], ["ethereal", [5, 46, 1]], ["airy", [5, 46, 2]], ["aery", [5, 46, 3]]]}, {"answer": "aeriform", "hint": "synonyms for aeriform", "clues": [["aerial", [5, 47, 0]], ["airlike", [5, 47, 1]], ["ethereal", [5, 47, 2]], ["airy", [5, 47, 3]], ["aery", [5, 47, 4]]]}, {"answer": "aery", "hint": "synonyms for aery", "clues": [["aeriform", [5, 48, 0]], ["ethereal", [5, 48, 1]], ["aerial", [5, 48, 2]], ["airy", [5, 48, 3]]]}, {"answer": "affected", "hint": "synonyms for affected", "clues": [["moved", [5, 49, 0]], ["stirred", [5, 49, 1]], ["touched", [5, 49, 2]], ["unnatural", [5, 49, 3]]]}, {"answer": "affectionate", "hint": "synonyms for affectionate", "clues": [["fond", [5, 50, 0]], ["lovesome", [5, 50, 1]], ["tender", [5, 50, 2]], ["warm", [5, 50, 3]]]}, {"answer": "affirmative", "hint": "synonyms for affirmative", "clues": [["plausive", [5, 51, 0]], ["approbatory", [5, 51, 1]], ["approbative", [5, 51, 2]], ["optimistic", [5, 51, 3]], ["approving", [5, 51, 4]], ["affirmatory", [5, 51, 5]]]}, {"answer": "affluent", "hint": "synonyms for affluent", "clues": [["moneyed", [5, 52, 0]], ["wealthy", [5, 52, 1]], ["loaded", [5, 52, 2]], ["flush", [5, 52, 3]]]}, {"answer": "afire", "hint": "synonyms for afire", "clues": [["aflare", [5, 53, 0]], ["on fire", [5, 53, 1]], ["aflame", [5, 53, 2]], ["alight", [5, 53, 3]], ["ablaze", [5, 53, 4]]]}, {"answer": "aflame", "hint": "synonyms for aflame", "clues": [["aroused", [5, 54, 0]], ["ablaze", [5, 54, 1]], ["on fire", [5, 54, 2]], ["afire", [5, 54, 3]], ["alight", [5, 54, 4]], ["aflare", [5, 54, 5]]]}, {"answer": "aflare", "hint": "synonyms for aflare", "clues": [["alight", [5, 55, 0]], ["aflame", [5, 55, 1]], ["on fire", [5, 55, 2]], ["afire", [5, 55, 3]], ["flaring", [5, 55, 4]], ["ablaze", [5, 55, 5]]]}, {"answer": "afloat", "hint": "synonyms for afloat", "clues": [["aimless", [5, 56, 0]], ["directionless", [5, 56, 1]], ["flooded", [5, 56, 2]], ["adrift", [5, 56, 3]], ["planless", [5, 56, 4]], ["rudderless", [5, 56, 5]], ["inundated", [5, 56, 6]], ["overflowing", [5, 56, 7]], ["awash", [5, 56, 8]], ["undirected", [5, 56, 9]]]}, {"answer": "agamic", "hint": "synonyms for agamic", "clues": [["agamogenetic", [5, 57, 0]], ["agamous", [5, 57, 1]], ["apomictic", [5, 57, 2]], ["parthenogenetic", [5, 57, 3]]]}, {"answer": "agamogenetic", "hint": "synonyms for agamogenetic", "clues": [["agamous", [5, 58, 0]], ["apomictic", [5, 58, 1]], ["agamic", [5, 58, 2]], ["parthenogenetic", [5, 58, 3]]]}, {"answer": "agamous", "hint": "synonyms for agamous", "clues": [["agamogenetic", [5, 59, 0]], ["apomictic", [5, 59, 1]], ["agamic", [5, 59, 2]], ["parthenogenetic", [5, 59, 3]]]}, {"answer": "aged", "hint": "synonyms for aged", "clues": [["older", [5, 60, 0]], ["ripened", [5, 60, 1]], ["cured", [5, 60, 2]], ["of age", [5, 60, 3]], ["elderly", [5, 60, 4]], ["senior", [5, 60, 5]]]}, {"answer": "ageless", "hint": "synonyms for ageless", "clues": [["unending", [5, 61, 0]], ["unceasing", [5, 61, 1]], ["perpetual", [5, 61, 2]], ["everlasting", [5, 61, 3]], ["aeonian", [5, 61, 4]], ["eternal", [5, 61, 5]]]}, {"answer": "aglitter", "hint": "synonyms for aglitter", "clues": [["glinting", [5, 62, 0]], ["fulgid", [5, 62, 1]], ["glittery", [5, 62, 2]], ["scintillating", [5, 62, 3]], ["glittering", [5, 62, 4]], ["sparkly", [5, 62, 5]], ["scintillant", [5, 62, 6]], ["coruscant", [5, 62, 7]]]}, {"answer": "agonising", "hint": "synonyms for agonising", "clues": [["excruciating", [5, 63, 0]], ["harrowing", [5, 63, 1]], ["agonizing", [5, 63, 2]], ["torturesome", [5, 63, 3]], ["torturing", [5, 63, 4]], ["torturous", [5, 63, 5]]]}, {"answer": "agonizing", "hint": "synonyms for agonizing", "clues": [["excruciating", [5, 64, 0]], ["harrowing", [5, 64, 1]], ["torturesome", [5, 64, 2]], ["agonising", [5, 64, 3]], ["torturing", [5, 64, 4]], ["torturous", [5, 64, 5]]]}, {"answer": "agreeable", "hint": "synonyms for agreeable", "clues": [["conformable", [5, 65, 0]], ["concordant", [5, 65, 1]], ["accordant", [5, 65, 2]], ["consonant", [5, 65, 3]]]}, {"answer": "ailing", "hint": "synonyms for ailing", "clues": [["sickly", [5, 66, 0]], ["under the weather", [5, 66, 1]], ["indisposed", [5, 66, 2]], ["peaked", [5, 66, 3]], ["poorly", [5, 66, 4]], ["unwell", [5, 66, 5]], ["seedy", [5, 66, 6]]]}, {"answer": "aimless", "hint": "synonyms for aimless", "clues": [["afloat", [5, 67, 0]], ["rudderless", [5, 67, 1]], ["floating", [5, 67, 2]], ["adrift", [5, 67, 3]], ["planless", [5, 67, 4]], ["vagabond", [5, 67, 5]], ["vagrant", [5, 67, 6]], ["drifting", [5, 67, 7]], ["directionless", [5, 67, 8]], ["undirected", [5, 67, 9]]]}, {"answer": "airheaded", "hint": "synonyms for airheaded", "clues": [["dizzy", [5, 68, 0]], ["light-headed", [5, 68, 1]], ["silly", [5, 68, 2]], ["empty-headed", [5, 68, 3]], ["giddy", [5, 68, 4]], ["featherbrained", [5, 68, 5]]]}, {"answer": "airy", "hint": "synonyms for airy", "clues": [["aerial", [5, 69, 0]], ["aired", [5, 69, 1]], ["visionary", [5, 69, 2]], ["windy", [5, 69, 3]], ["aery", [5, 69, 4]], ["aeriform", [5, 69, 5]], ["ethereal", [5, 69, 6]], ["impractical", [5, 69, 7]]]}, {"answer": "akin", "hint": "synonyms for akin", "clues": [["cognate", [5, 70, 0]], ["blood-related", [5, 70, 1]], ["consanguineous", [5, 70, 2]], ["kin", [5, 70, 3]], ["kindred", [5, 70, 4]], ["consanguineal", [5, 70, 5]]]}, {"answer": "alar", "hint": "synonyms for alar", "clues": [["aliform", [5, 71, 0]], ["wing-shaped", [5, 71, 1]], ["alary", [5, 71, 2]], ["axillary", [5, 71, 3]]]}, {"answer": "alert", "hint": "synonyms for alert", "clues": [["awake", [5, 72, 0]], ["merry", [5, 72, 1]], ["brisk", [5, 72, 2]], ["snappy", [5, 72, 3]], ["lively", [5, 72, 4]], ["spanking", [5, 72, 5]], ["zippy", [5, 72, 6]], ["rattling", [5, 72, 7]], ["alive", [5, 72, 8]], ["watchful", [5, 72, 9]]]}, {"answer": "alight", "hint": "synonyms for alight", "clues": [["aflame", [5, 73, 0]], ["aflare", [5, 73, 1]], ["on fire", [5, 73, 2]], ["afire", [5, 73, 3]], ["ablaze", [5, 73, 4]]]}, {"answer": "alimental", "hint": "synonyms for alimental", "clues": [["nutrient", [5, 74, 0]], ["alimentary", [5, 74, 1]], ["nutritive", [5, 74, 2]], ["nutritious", [5, 74, 3]], ["nourishing", [5, 74, 4]]]}, {"answer": "alimentary", "hint": "synonyms for alimentary", "clues": [["nutrient", [5, 75, 0]], ["alimental", [5, 75, 1]], ["nutritive", [5, 75, 2]], ["nutritious", [5, 75, 3]], ["nourishing", [5, 75, 4]]]}, {"answer": "alive", "hint": "synonyms for alive", "clues": [["awake", [5, 76, 0]], ["live", [5, 76, 1]], ["active", [5, 76, 2]], ["alert", [5, 76, 3]], ["animated", [5, 76, 4]]]}, {"answer": "all-embracing", "hint": "synonyms for all-embracing", "clues": [["wide", [5, 77, 0]], ["extensive", [5, 77, 1]], ["blanket", [5, 77, 2]], ["encompassing", [5, 77, 3]], ["panoptic", [5, 77, 4]], ["across-the-board", [5, 77, 5]], ["broad", [5, 77, 6]], ["all-inclusive", [5, 77, 7]]]}, {"answer": "all-encompassing", "hint": "synonyms for all-encompassing", "clues": [["wide", [5, 78, 0]], ["extensive", [5, 78, 1]], ["blanket", [5, 78, 2]], ["encompassing", [5, 78, 3]], ["panoptic", [5, 78, 4]], ["across-the-board", [5, 78, 5]], ["broad", [5, 78, 6]], ["all-embracing", [5, 78, 7]], ["all-inclusive", [5, 78, 8]]]}, {"answer": "all-important", "hint": "synonyms for all-important", "clues": [["of the essence", [5, 79, 0]], ["crucial", [5, 79, 1]], ["essential", [5, 79, 2]], ["all important", [5, 79, 3]]]}, {"answer": "all-inclusive", "hint": "synonyms for all-inclusive", "clues": [["wide", [5, 80, 0]], ["extensive", [5, 80, 1]], ["blanket", [5, 80, 2]], ["encompassing", [5, 80, 3]], ["panoptic", [5, 80, 4]], ["across-the-board", [5, 80, 5]], ["broad", [5, 80, 6]], ["all-embracing", [5, 80, 7]]]}, {"answer": "all_important", "hint": "synonyms for all important", "clues": [["crucial", [5, 81, 0]], ["all-important", [5, 81, 1]], ["of the essence", [5, 81, 2]], ["essential", [5, 81, 3]]]}, {"answer": "all_over", "hint": "synonyms for all over", "clues": [["complete", [5, 82, 0]], ["ended", [5, 82, 1]], ["over", [5, 82, 2]], ["terminated", [5, 82, 3]], ["concluded", [5, 82, 4]]]}, {"answer": "all_right", "hint": "synonyms for all right", "clues": [["hunky-dory", [5, 83, 0]], ["ok", [5, 83, 1]], ["o.k.", [5, 83, 2]], ["fine", [5, 83, 3]], ["okay", [5, 83, 4]]]}, {"answer": "alleviative", "hint": "synonyms for alleviative", "clues": [["mitigatory", [5, 84, 0]], ["lenitive", [5, 84, 1]], ["alleviatory", [5, 84, 2]], ["mitigative", [5, 84, 3]], ["palliative", [5, 84, 4]]]}, {"answer": "alleviatory", "hint": "synonyms for alleviatory", "clues": [["mitigative", [5, 85, 0]], ["mitigatory", [5, 85, 1]], ["lenitive", [5, 85, 2]], ["palliative", [5, 85, 3]]]}, {"answer": "alone", "hint": "synonyms for alone", "clues": [["unequaled", [5, 86, 0]], ["unparalleled", [5, 86, 1]], ["lone", [5, 86, 2]], ["only", [5, 86, 3]], ["solitary", [5, 86, 4]], ["unique", [5, 86, 5]]]}, {"answer": "alterative", "hint": "synonyms for alterative", "clues": [["remedial", [5, 87, 0]], ["sanative", [5, 87, 1]], ["healing", [5, 87, 2]], ["therapeutic", [5, 87, 3]], ["curative", [5, 87, 4]]]}, {"answer": "alveolate", "hint": "synonyms for alveolate", "clues": [["honeycombed", [5, 88, 0]], ["faveolate", [5, 88, 1]], ["cavitied", [5, 88, 2]], ["pitted", [5, 88, 3]]]}, {"answer": "amalgamate", "hint": "synonyms for amalgamate", "clues": [["coalesced", [5, 89, 0]], ["consolidated", [5, 89, 1]], ["fused", [5, 89, 2]], ["amalgamated", [5, 89, 3]]]}, {"answer": "amalgamated", "hint": "synonyms for amalgamated", "clues": [["coalesced", [5, 90, 0]], ["amalgamate", [5, 90, 1]], ["fused", [5, 90, 2]], ["consolidated", [5, 90, 3]]]}, {"answer": "amateur", "hint": "synonyms for amateur", "clues": [["unskilled", [5, 91, 0]], ["amateurish", [5, 91, 1]], ["unpaid", [5, 91, 2]], ["recreational", [5, 91, 3]], ["inexpert", [5, 91, 4]]]}, {"answer": "amazing", "hint": "synonyms for amazing", "clues": [["astonishing", [5, 92, 0]], ["awful", [5, 92, 1]], ["awe-inspiring", [5, 92, 2]], ["awing", [5, 92, 3]], ["awesome", [5, 92, 4]]]}, {"answer": "ambidextrous", "hint": "synonyms for ambidextrous", "clues": [["two-handed", [5, 93, 0]], ["double-tongued", [5, 93, 1]], ["double-dealing", [5, 93, 2]], ["double-faced", [5, 93, 3]], ["deceitful", [5, 93, 4]], ["duplicitous", [5, 93, 5]], ["two-faced", [5, 93, 6]]]}, {"answer": "amiable", "hint": "synonyms for amiable", "clues": [["cordial", [5, 94, 0]], ["genial", [5, 94, 1]], ["good-humoured", [5, 94, 2]], ["affable", [5, 94, 3]]]}, {"answer": "amok", "hint": "synonyms for amok", "clues": [["possessed", [5, 95, 0]], ["berserk", [5, 95, 1]], ["amuck", [5, 95, 2]], ["demoniac", [5, 95, 3]]]}, {"answer": "amorphous", "hint": "synonyms for amorphous", "clues": [["uncrystallized", [5, 96, 0]], ["formless", [5, 96, 1]], ["shapeless", [5, 96, 2]], ["unstructured", [5, 96, 3]]]}, {"answer": "ample", "hint": "synonyms for ample", "clues": [["copious", [5, 97, 0]], ["plentiful", [5, 97, 1]], ["rich", [5, 97, 2]], ["sizeable", [5, 97, 3]], ["plenteous", [5, 97, 4]]]}, {"answer": "amuck", "hint": "synonyms for amuck", "clues": [["possessed", [5, 98, 0]], ["berserk", [5, 98, 1]], ["amok", [5, 98, 2]], ["demoniac", [5, 98, 3]]]}, {"answer": "amusing", "hint": "synonyms for amusing", "clues": [["amusive", [5, 99, 0]], ["mirthful", [5, 99, 1]], ["laughable", [5, 99, 2]], ["risible", [5, 99, 3]], ["diverting", [5, 99, 4]], ["comic", [5, 99, 5]], ["comical", [5, 99, 6]], ["funny", [5, 99, 7]]]}, {"answer": "amyloid", "hint": "synonyms for amyloid", "clues": [["farinaceous", [5, 100, 0]], ["amyloidal", [5, 100, 1]], ["amylaceous", [5, 100, 2]], ["starchlike", [5, 100, 3]]]}, {"answer": "amyloidal", "hint": "synonyms for amyloidal", "clues": [["farinaceous", [5, 101, 0]], ["amylaceous", [5, 101, 1]], ["starchlike", [5, 101, 2]], ["amyloid", [5, 101, 3]]]}, {"answer": "ancillary", "hint": "synonyms for ancillary", "clues": [["adjunct", [5, 102, 0]], ["appurtenant", [5, 102, 1]], ["adjuvant", [5, 102, 2]], ["auxiliary", [5, 102, 3]], ["accessory", [5, 102, 4]]]}, {"answer": "angelic", "hint": "synonyms for angelic", "clues": [["beatific", [5, 103, 0]], ["saintlike", [5, 103, 1]], ["sainted", [5, 103, 2]], ["angelical", [5, 103, 3]], ["seraphic", [5, 103, 4]], ["saintly", [5, 103, 5]], ["sweet", [5, 103, 6]], ["cherubic", [5, 103, 7]]]}, {"answer": "angelical", "hint": "synonyms for angelical", "clues": [["beatific", [5, 104, 0]], ["saintlike", [5, 104, 1]], ["sainted", [5, 104, 2]], ["angelic", [5, 104, 3]], ["seraphic", [5, 104, 4]], ["saintly", [5, 104, 5]], ["sweet", [5, 104, 6]], ["cherubic", [5, 104, 7]]]}, {"answer": "angered", "hint": "synonyms for angered", "clues": [["furious", [5, 105, 0]], ["infuriated", [5, 105, 1]], ["maddened", [5, 105, 2]], ["enraged", [5, 105, 3]]]}, {"answer": "angry", "hint": "synonyms for angry", "clues": [["furious", [5, 106, 0]], ["tempestuous", [5, 106, 1]], ["raging", [5, 106, 2]], ["wild", [5, 106, 3]]]}, {"answer": "annoyed", "hint": "synonyms for annoyed", "clues": [["nettled", [5, 107, 0]], ["peeved", [5, 107, 1]], ["irritated", [5, 107, 2]], ["pissed", [5, 107, 3]], ["riled", [5, 107, 4]], ["steamed", [5, 107, 5]], ["vexed", [5, 107, 6]], ["harried", [5, 107, 7]], ["harassed", [5, 107, 8]], ["miffed", [5, 107, 9]], ["stung", [5, 107, 10]], ["pissed off", [5, 107, 11]], ["pestered", [5, 107, 12]]]}, {"answer": "annoying", "hint": "synonyms for annoying", "clues": [["pestering", [5, 108, 0]], ["vexing", [5, 108, 1]], ["pesky", [5, 108, 2]], ["plaguy", [5, 108, 3]], ["galling", [5, 108, 4]], ["teasing", [5, 108, 5]], ["vexatious", [5, 108, 6]], ["nettlesome", [5, 108, 7]], ["irritating", [5, 108, 8]], ["pestiferous", [5, 108, 9]], ["bothersome", [5, 108, 10]]]}, {"answer": "annular", "hint": "synonyms for annular", "clues": [["annulate", [5, 109, 0]], ["ring-shaped", [5, 109, 1]], ["ringed", [5, 109, 2]], ["circinate", [5, 109, 3]], ["doughnut-shaped", [5, 109, 4]]]}, {"answer": "annulate", "hint": "synonyms for annulate", "clues": [["annulated", [5, 110, 0]], ["ring-shaped", [5, 110, 1]], ["ringed", [5, 110, 2]], ["annular", [5, 110, 3]], ["circinate", [5, 110, 4]], ["doughnut-shaped", [5, 110, 5]]]}, {"answer": "annulated", "hint": "synonyms for annulated", "clues": [["annulate", [5, 111, 0]], ["ring-shaped", [5, 111, 1]], ["ringed", [5, 111, 2]], ["annular", [5, 111, 3]], ["circinate", [5, 111, 4]], ["doughnut-shaped", [5, 111, 5]]]}, {"answer": "anserine", "hint": "synonyms for anserine", "clues": [["goosy", [5, 112, 0]], ["dopy", [5, 112, 1]], ["jerky", [5, 112, 2]], ["foolish", [5, 112, 3]], ["gooselike", [5, 112, 4]]]}, {"answer": "antipathetic", "hint": "synonyms for antipathetic", "clues": [["indisposed", [5, 113, 0]], ["loth", [5, 113, 1]], ["antipathetical", [5, 113, 2]], ["averse", [5, 113, 3]], ["antagonistic", [5, 113, 4]]]}, {"answer": "antipathetical", "hint": "synonyms for antipathetical", "clues": [["indisposed", [5, 114, 0]], ["antipathetic", [5, 114, 1]], ["loth", [5, 114, 2]], ["averse", [5, 114, 3]], ["antagonistic", [5, 114, 4]]]}, {"answer": "antique", "hint": "synonyms for antique", "clues": [["age-old", [5, 115, 0]], ["outmoded", [5, 115, 1]], ["ex", [5, 115, 2]], ["passee", [5, 115, 3]], ["demode", [5, 115, 4]], ["old-fashioned", [5, 115, 5]], ["old-hat", [5, 115, 6]]]}, {"answer": "anxious", "hint": "synonyms for anxious", "clues": [["unquiet", [5, 116, 0]], ["uneasy", [5, 116, 1]], ["dying", [5, 116, 2]], ["nervous", [5, 116, 3]], ["queasy", [5, 116, 4]]]}, {"answer": "apomictic", "hint": "synonyms for apomictic", "clues": [["agamogenetic", [5, 117, 0]], ["agamous", [5, 117, 1]], ["apomictical", [5, 117, 2]], ["agamic", [5, 117, 3]], ["parthenogenetic", [5, 117, 4]]]}, {"answer": "appareled", "hint": "synonyms for appareled", "clues": [["dressed", [5, 118, 0]], ["garmented", [5, 118, 1]], ["garbed", [5, 118, 2]], ["robed", [5, 118, 3]], ["attired", [5, 118, 4]], ["habilimented", [5, 118, 5]]]}, {"answer": "apparent", "hint": "synonyms for apparent", "clues": [["ostensible", [5, 119, 0]], ["patent", [5, 119, 1]], ["evident", [5, 119, 2]], ["unmistakable", [5, 119, 3]], ["plain", [5, 119, 4]], ["manifest", [5, 119, 5]], ["seeming", [5, 119, 6]]]}, {"answer": "apparitional", "hint": "synonyms for apparitional", "clues": [["ghostlike", [5, 120, 0]], ["phantasmal", [5, 120, 1]], ["spectral", [5, 120, 2]], ["spiritual", [5, 120, 3]], ["ghostly", [5, 120, 4]]]}, {"answer": "appointed", "hint": "synonyms for appointed", "clues": [["decreed", [5, 121, 0]], ["prescribed", [5, 121, 1]], ["appointive", [5, 121, 2]], ["ordained", [5, 121, 3]]]}, {"answer": "apportioned", "hint": "synonyms for apportioned", "clues": [["dealt out", [5, 122, 0]], ["meted out", [5, 122, 1]], ["parceled out", [5, 122, 2]], ["doled out", [5, 122, 3]]]}, {"answer": "apprehensible", "hint": "synonyms for apprehensible", "clues": [["intelligible", [5, 123, 0]], ["perceivable", [5, 123, 1]], ["graspable", [5, 123, 2]], ["understandable", [5, 123, 3]]]}, {"answer": "approbative", "hint": "synonyms for approbative", "clues": [["approving", [5, 124, 0]], ["plausive", [5, 124, 1]], ["affirmative", [5, 124, 2]], ["approbatory", [5, 124, 3]]]}, {"answer": "approbatory", "hint": "synonyms for approbatory", "clues": [["plausive", [5, 125, 0]], ["approbative", [5, 125, 1]], ["affirmative", [5, 125, 2]], ["approving", [5, 125, 3]]]}, {"answer": "approving", "hint": "synonyms for approving", "clues": [["plausive", [5, 126, 0]], ["approbative", [5, 126, 1]], ["affirmative", [5, 126, 2]], ["approbatory", [5, 126, 3]]]}, {"answer": "approximate", "hint": "synonyms for approximate", "clues": [["close together", [5, 127, 0]], ["near", [5, 127, 1]], ["rough", [5, 127, 2]], ["approximative", [5, 127, 3]]]}, {"answer": "appurtenant", "hint": "synonyms for appurtenant", "clues": [["adjunct", [5, 128, 0]], ["ancillary", [5, 128, 1]], ["adjuvant", [5, 128, 2]], ["auxiliary", [5, 128, 3]], ["accessory", [5, 128, 4]]]}, {"answer": "apt", "hint": "synonyms for apt", "clues": [["disposed", [5, 129, 0]], ["minded", [5, 129, 1]], ["tending", [5, 129, 2]], ["clever", [5, 129, 3]], ["liable", [5, 129, 4]], ["apposite", [5, 129, 5]], ["pertinent", [5, 129, 6]], ["given", [5, 129, 7]]]}, {"answer": "arboreal", "hint": "synonyms for arboreal", "clues": [["dendroid", [5, 130, 0]], ["arboresque", [5, 130, 1]], ["arborous", [5, 130, 2]], ["arborary", [5, 130, 3]], ["arborescent", [5, 130, 4]], ["treelike", [5, 130, 5]], ["tree-shaped", [5, 130, 6]], ["dendriform", [5, 130, 7]], ["arborical", [5, 130, 8]], ["tree-living", [5, 130, 9]], ["arboriform", [5, 130, 10]]]}, {"answer": "arboreous", "hint": "synonyms for arboreous", "clues": [["arboraceous", [5, 131, 0]], ["dendroid", [5, 131, 1]], ["arboresque", [5, 131, 2]], ["arboreal", [5, 131, 3]], ["arborescent", [5, 131, 4]], ["woodsy", [5, 131, 5]], ["treelike", [5, 131, 6]], ["dendriform", [5, 131, 7]], ["tree-living", [5, 131, 8]], ["tree-shaped", [5, 131, 9]], ["arboriform", [5, 131, 10]]]}, {"answer": "arborescent", "hint": "synonyms for arborescent", "clues": [["dendroid", [5, 132, 0]], ["arboresque", [5, 132, 1]], ["treelike", [5, 132, 2]], ["arboreous", [5, 132, 3]], ["arboreal", [5, 132, 4]], ["dendriform", [5, 132, 5]], ["tree-shaped", [5, 132, 6]], ["arboriform", [5, 132, 7]]]}, {"answer": "arboresque", "hint": "synonyms for arboresque", "clues": [["dendroid", [5, 133, 0]], ["arborescent", [5, 133, 1]], ["treelike", [5, 133, 2]], ["arboreous", [5, 133, 3]], ["arboreal", [5, 133, 4]], ["dendriform", [5, 133, 5]], ["tree-shaped", [5, 133, 6]], ["arboriform", [5, 133, 7]]]}, {"answer": "arboriform", "hint": "synonyms for arboriform", "clues": [["dendroid", [5, 134, 0]], ["arboresque", [5, 134, 1]], ["arborescent", [5, 134, 2]], ["treelike", [5, 134, 3]], ["arboreous", [5, 134, 4]], ["arboreal", [5, 134, 5]], ["dendriform", [5, 134, 6]], ["tree-shaped", [5, 134, 7]]]}, {"answer": "arced", "hint": "synonyms for arced", "clues": [["bowed", [5, 135, 0]], ["arciform", [5, 135, 1]], ["arcuate", [5, 135, 2]], ["arching", [5, 135, 3]], ["arched", [5, 135, 4]]]}, {"answer": "arch", "hint": "synonyms for arch", "clues": [["wicked", [5, 136, 0]], ["condescending", [5, 136, 1]], ["patronizing", [5, 136, 2]], ["pixilated", [5, 136, 3]], ["implike", [5, 136, 4]], ["prankish", [5, 136, 5]], ["impish", [5, 136, 6]], ["mischievous", [5, 136, 7]], ["puckish", [5, 136, 8]]]}, {"answer": "arched", "hint": "synonyms for arched", "clues": [["bowed", [5, 137, 0]], ["arciform", [5, 137, 1]], ["arcuate", [5, 137, 2]], ["arching", [5, 137, 3]], ["arced", [5, 137, 4]]]}, {"answer": "arching", "hint": "synonyms for arching", "clues": [["bowed", [5, 138, 0]], ["arciform", [5, 138, 1]], ["arcuate", [5, 138, 2]], ["arched", [5, 138, 3]]]}, {"answer": "arciform", "hint": "synonyms for arciform", "clues": [["bowed", [5, 139, 0]], ["arcuate", [5, 139, 1]], ["arching", [5, 139, 2]], ["arced", [5, 139, 3]]]}, {"answer": "arctic", "hint": "synonyms for arctic", "clues": [["polar", [5, 140, 0]], ["glacial", [5, 140, 1]], ["gelid", [5, 140, 2]], ["frigid", [5, 140, 3]], ["north-polar", [5, 140, 4]], ["icy", [5, 140, 5]]]}, {"answer": "arcuate", "hint": "synonyms for arcuate", "clues": [["bowed", [5, 141, 0]], ["arciform", [5, 141, 1]], ["arching", [5, 141, 2]], ["arched", [5, 141, 3]]]}, {"answer": "ardent", "hint": "synonyms for ardent", "clues": [["warm", [5, 142, 0]], ["fiery", [5, 142, 1]], ["perfervid", [5, 142, 2]], ["impassioned", [5, 142, 3]], ["torrid", [5, 142, 4]], ["fervid", [5, 142, 5]], ["fervent", [5, 142, 6]]]}, {"answer": "arduous", "hint": "synonyms for arduous", "clues": [["heavy", [5, 143, 0]], ["toilsome", [5, 143, 1]], ["straining", [5, 143, 2]], ["grueling", [5, 143, 3]], ["laborious", [5, 143, 4]], ["backbreaking", [5, 143, 5]], ["operose", [5, 143, 6]], ["punishing", [5, 143, 7]], ["strenuous", [5, 143, 8]], ["hard", [5, 143, 9]]]}, {"answer": "argus-eyed", "hint": "synonyms for argus-eyed", "clues": [["open-eyed", [5, 144, 0]], ["lynx-eyed", [5, 144, 1]], ["keen-sighted", [5, 144, 2]], ["wakeful", [5, 144, 3]], ["sharp-eyed", [5, 144, 4]], ["quick-sighted", [5, 144, 5]], ["vigilant", [5, 144, 6]], ["sharp-sighted", [5, 144, 7]], ["hawk-eyed", [5, 144, 8]]]}, {"answer": "aristocratic", "hint": "synonyms for aristocratic", "clues": [["aristocratical", [5, 145, 0]], ["blue", [5, 145, 1]], ["blue-blooded", [5, 145, 2]], ["gentle", [5, 145, 3]], ["patrician", [5, 145, 4]]]}, {"answer": "aristocratical", "hint": "synonyms for aristocratical", "clues": [["aristocratic", [5, 146, 0]], ["blue", [5, 146, 1]], ["blue-blooded", [5, 146, 2]], ["gentle", [5, 146, 3]], ["patrician", [5, 146, 4]]]}, {"answer": "around_the_bend", "hint": "synonyms for around the bend", "clues": [["round the bend", [5, 147, 0]], ["loco", [5, 147, 1]], ["balmy", [5, 147, 2]], ["bonkers", [5, 147, 3]], ["loony", [5, 147, 4]], ["barmy", [5, 147, 5]], ["buggy", [5, 147, 6]], ["nutty", [5, 147, 7]], ["kookie", [5, 147, 8]], ["dotty", [5, 147, 9]], ["daft", [5, 147, 10]], ["fruity", [5, 147, 11]], ["haywire", [5, 147, 12]], ["bats", [5, 147, 13]], ["nuts", [5, 147, 14]], ["crackers", [5, 147, 15]], ["kooky", [5, 147, 16]], ["loopy", [5, 147, 17]], ["batty", [5, 147, 18]], ["whacky", [5, 147, 19]], ["cracked", [5, 147, 20]]]}, {"answer": "aroused", "hint": "synonyms for aroused", "clues": [["stimulated", [5, 148, 0]], ["stirred", [5, 148, 1]], ["turned on", [5, 148, 2]], ["stirred up", [5, 148, 3]], ["horny", [5, 148, 4]], ["worked up", [5, 148, 5]], ["steamy", [5, 148, 6]], ["emotional", [5, 148, 7]], ["excited", [5, 148, 8]], ["aflame", [5, 148, 9]], ["wound up", [5, 148, 10]], ["ruttish", [5, 148, 11]], ["ablaze", [5, 148, 12]], ["randy", [5, 148, 13]]]}, {"answer": "arrant", "hint": "synonyms for arrant", "clues": [["double-dyed", [5, 149, 0]], ["pure", [5, 149, 1]], ["unadulterated", [5, 149, 2]], ["thoroughgoing", [5, 149, 3]], ["utter", [5, 149, 4]], ["everlasting", [5, 149, 5]], ["staring", [5, 149, 6]], ["stark", [5, 149, 7]], ["gross", [5, 149, 8]], ["consummate", [5, 149, 9]], ["sodding", [5, 149, 10]], ["complete", [5, 149, 11]], ["perfect", [5, 149, 12]]]}, {"answer": "arthritic", "hint": "synonyms for arthritic", "clues": [["creaky", [5, 150, 0]], ["rheumatoid", [5, 150, 1]], ["rheumatic", [5, 150, 2]], ["rheumy", [5, 150, 3]]]}, {"answer": "artificial", "hint": "synonyms for artificial", "clues": [["contrived", [5, 151, 0]], ["stilted", [5, 151, 1]], ["unreal", [5, 151, 2]], ["hokey", [5, 151, 3]]]}, {"answer": "ashen", "hint": "synonyms for ashen", "clues": [["livid", [5, 152, 0]], ["bloodless", [5, 152, 1]], ["white", [5, 152, 2]], ["blanched", [5, 152, 3]]]}, {"answer": "asinine", "hint": "synonyms for asinine", "clues": [["inane", [5, 153, 0]], ["fatuous", [5, 153, 1]], ["mindless", [5, 153, 2]], ["vacuous", [5, 153, 3]]]}, {"answer": "askance", "hint": "synonyms for askance", "clues": [["sidelong", [5, 154, 0]], ["squinty", [5, 154, 1]], ["askant", [5, 154, 2]], ["squint-eyed", [5, 154, 3]]]}, {"answer": "askant", "hint": "synonyms for askant", "clues": [["sidelong", [5, 155, 0]], ["squinty", [5, 155, 1]], ["squint-eyed", [5, 155, 2]], ["askance", [5, 155, 3]]]}, {"answer": "askew", "hint": "synonyms for askew", "clues": [["awry", [5, 156, 0]], ["cockeyed", [5, 156, 1]], ["wonky", [5, 156, 2]], ["skew-whiff", [5, 156, 3]], ["lopsided", [5, 156, 4]]]}, {"answer": "aslant", "hint": "synonyms for aslant", "clues": [["diagonal", [5, 157, 0]], ["aslope", [5, 157, 1]], ["slanted", [5, 157, 2]], ["sloped", [5, 157, 3]], ["sloping", [5, 157, 4]], ["slanting", [5, 157, 5]]]}, {"answer": "asleep", "hint": "synonyms for asleep", "clues": [["at rest", [5, 158, 0]], ["gone", [5, 158, 1]], ["deceased", [5, 158, 2]], ["benumbed", [5, 158, 3]], ["numb", [5, 158, 4]], ["at peace", [5, 158, 5]], ["departed", [5, 158, 6]]]}, {"answer": "aslope", "hint": "synonyms for aslope", "clues": [["diagonal", [5, 159, 0]], ["slanted", [5, 159, 1]], ["aslant", [5, 159, 2]], ["sloping", [5, 159, 3]], ["slanting", [5, 159, 4]], ["sloped", [5, 159, 5]]]}, {"answer": "asquint", "hint": "synonyms for asquint", "clues": [["sidelong", [5, 160, 0]], ["squinty", [5, 160, 1]], ["askant", [5, 160, 2]], ["squint-eyed", [5, 160, 3]], ["askance", [5, 160, 4]]]}, {"answer": "assorted", "hint": "synonyms for assorted", "clues": [["mixed", [5, 161, 0]], ["motley", [5, 161, 1]], ["miscellaneous", [5, 161, 2]], ["various", [5, 161, 3]], ["sundry", [5, 161, 4]]]}, {"answer": "assumed", "hint": "synonyms for assumed", "clues": [["pretended", [5, 162, 0]], ["sham", [5, 162, 1]], ["false", [5, 162, 2]], ["put on", [5, 162, 3]], ["fictitious", [5, 162, 4]], ["fictive", [5, 162, 5]]]}, {"answer": "astonied", "hint": "synonyms for astonied", "clues": [["amazed", [5, 163, 0]], ["astonished", [5, 163, 1]], ["astounded", [5, 163, 2]], ["stunned", [5, 163, 3]]]}, {"answer": "astonished", "hint": "synonyms for astonished", "clues": [["amazed", [5, 164, 0]], ["astounded", [5, 164, 1]], ["stunned", [5, 164, 2]], ["astonied", [5, 164, 3]]]}, {"answer": "astonishing", "hint": "synonyms for astonishing", "clues": [["stupefying", [5, 165, 0]], ["astounding", [5, 165, 1]], ["staggering", [5, 165, 2]], ["amazing", [5, 165, 3]]]}, {"answer": "astounding", "hint": "synonyms for astounding", "clues": [["staggering", [5, 166, 0]], ["dumbfounding", [5, 166, 1]], ["astonishing", [5, 166, 2]], ["stupefying", [5, 166, 3]]]}, {"answer": "at_hand", "hint": "synonyms for at hand", "clues": [["impendent", [5, 167, 0]], ["close at hand", [5, 167, 1]], ["impending", [5, 167, 2]], ["imminent", [5, 167, 3]]]}, {"answer": "at_peace", "hint": "synonyms for at peace", "clues": [["at rest", [5, 168, 0]], ["gone", [5, 168, 1]], ["deceased", [5, 168, 2]], ["asleep", [5, 168, 3]], ["departed", [5, 168, 4]]]}, {"answer": "at_rest", "hint": "synonyms for at rest", "clues": [["deceased", [5, 169, 0]], ["gone", [5, 169, 1]], ["at peace", [5, 169, 2]], ["asleep", [5, 169, 3]], ["departed", [5, 169, 4]]]}, {"answer": "at_sea", "hint": "synonyms for at sea", "clues": [["bemused", [5, 170, 0]], ["befuddled", [5, 170, 1]], ["confused", [5, 170, 2]], ["mazed", [5, 170, 3]], ["baffled", [5, 170, 4]], ["lost", [5, 170, 5]], ["mixed-up", [5, 170, 6]], ["confounded", [5, 170, 7]], ["bewildered", [5, 170, 8]]]}, {"answer": "atilt", "hint": "synonyms for atilt", "clues": [["tipped", [5, 171, 0]], ["canted", [5, 171, 1]], ["tilted", [5, 171, 2]], ["leaning", [5, 171, 3]]]}, {"answer": "atrocious", "hint": "synonyms for atrocious", "clues": [["grievous", [5, 172, 0]], ["unspeakable", [5, 172, 1]], ["awful", [5, 172, 2]], ["horrible", [5, 172, 3]], ["abominable", [5, 172, 4]], ["flagitious", [5, 172, 5]], ["frightful", [5, 172, 6]], ["terrible", [5, 172, 7]], ["ugly", [5, 172, 8]], ["painful", [5, 172, 9]], ["monstrous", [5, 172, 10]], ["horrifying", [5, 172, 11]], ["dreadful", [5, 172, 12]]]}, {"answer": "attendant", "hint": "synonyms for attendant", "clues": [["consequent", [5, 173, 0]], ["concomitant", [5, 173, 1]], ["resultant", [5, 173, 2]], ["ensuant", [5, 173, 3]], ["accompanying", [5, 173, 4]], ["incidental", [5, 173, 5]], ["sequent", [5, 173, 6]]]}, {"answer": "attired", "hint": "synonyms for attired", "clues": [["dressed", [5, 174, 0]], ["garmented", [5, 174, 1]], ["garbed", [5, 174, 2]], ["robed", [5, 174, 3]], ["habilimented", [5, 174, 4]], ["appareled", [5, 174, 5]]]}, {"answer": "audacious", "hint": "synonyms for audacious", "clues": [["intrepid", [5, 175, 0]], ["daring", [5, 175, 1]], ["dauntless", [5, 175, 2]], ["unfearing", [5, 175, 3]], ["insolent", [5, 175, 4]], ["bald-faced", [5, 175, 5]], ["bodacious", [5, 175, 6]], ["barefaced", [5, 175, 7]], ["venturous", [5, 175, 8]], ["brazen-faced", [5, 175, 9]], ["venturesome", [5, 175, 10]], ["hardy", [5, 175, 11]], ["fearless", [5, 175, 12]], ["brassy", [5, 175, 13]], ["brazen", [5, 175, 14]], ["brave", [5, 175, 15]]]}, {"answer": "august", "hint": "synonyms for august", "clues": [["revered", [5, 176, 0]], ["lordly", [5, 176, 1]], ["grand", [5, 176, 2]], ["venerable", [5, 176, 3]]]}, {"answer": "aureate", "hint": "synonyms for aureate", "clues": [["gold", [5, 177, 0]], ["flamboyant", [5, 177, 1]], ["gilded", [5, 177, 2]], ["gilt", [5, 177, 3]], ["golden", [5, 177, 4]], ["florid", [5, 177, 5]]]}, {"answer": "austere", "hint": "synonyms for austere", "clues": [["stark", [5, 178, 0]], ["stern", [5, 178, 1]], ["ascetical", [5, 178, 2]], ["severe", [5, 178, 3]], ["spartan", [5, 178, 4]]]}, {"answer": "authentic", "hint": "synonyms for authentic", "clues": [["bona fide", [5, 179, 0]], ["veritable", [5, 179, 1]], ["unquestionable", [5, 179, 2]], ["reliable", [5, 179, 3]]]}, {"answer": "authoritarian", "hint": "synonyms for authoritarian", "clues": [["despotic", [5, 180, 0]], ["tyrannic", [5, 180, 1]], ["autocratic", [5, 180, 2]], ["overbearing", [5, 180, 3]], ["dictatorial", [5, 180, 4]]]}, {"answer": "authoritative", "hint": "synonyms for authoritative", "clues": [["authorized", [5, 181, 0]], ["definitive", [5, 181, 1]], ["classical", [5, 181, 2]], ["important", [5, 181, 3]]]}, {"answer": "autochthonal", "hint": "synonyms for autochthonal", "clues": [["endemic", [5, 182, 0]], ["autochthonous", [5, 182, 1]], ["autochthonic", [5, 182, 2]], ["indigenous", [5, 182, 3]]]}, {"answer": "autochthonic", "hint": "synonyms for autochthonic", "clues": [["autochthonal", [5, 183, 0]], ["autochthonous", [5, 183, 1]], ["endemic", [5, 183, 2]], ["indigenous", [5, 183, 3]]]}, {"answer": "autochthonous", "hint": "synonyms for autochthonous", "clues": [["autochthonal", [5, 184, 0]], ["indigenous", [5, 184, 1]], ["autochthonic", [5, 184, 2]], ["endemic", [5, 184, 3]]]}, {"answer": "autocratic", "hint": "synonyms for autocratic", "clues": [["high-and-mighty", [5, 185, 0]], ["despotic", [5, 185, 1]], ["tyrannic", [5, 185, 2]], ["dictatorial", [5, 185, 3]], ["authoritarian", [5, 185, 4]], ["dominating", [5, 185, 5]], ["peremptory", [5, 185, 6]], ["bossy", [5, 185, 7]], ["magisterial", [5, 185, 8]]]}, {"answer": "automatic", "hint": "synonyms for automatic", "clues": [["reflexive", [5, 186, 0]], ["automatonlike", [5, 186, 1]], ["reflex", [5, 186, 2]], ["machinelike", [5, 186, 3]], ["robotic", [5, 186, 4]], ["robotlike", [5, 186, 5]]]}, {"answer": "automatonlike", "hint": "synonyms for automatonlike", "clues": [["machinelike", [5, 187, 0]], ["automatic", [5, 187, 1]], ["robotic", [5, 187, 2]], ["robotlike", [5, 187, 3]]]}, {"answer": "autonomous", "hint": "synonyms for autonomous", "clues": [["sovereign", [5, 188, 0]], ["self-reliant", [5, 188, 1]], ["self-directed", [5, 188, 2]], ["self-governing", [5, 188, 3]], ["independent", [5, 188, 4]]]}, {"answer": "autumn-blooming", "hint": "synonyms for autumn-blooming", "clues": [["autumn-flowering", [5, 189, 0]], ["late-blooming", [5, 189, 1]], ["late-flowering", [5, 189, 2]], ["fall-flowering", [5, 189, 3]], ["fall-blooming", [5, 189, 4]]]}, {"answer": "autumn-flowering", "hint": "synonyms for autumn-flowering", "clues": [["late-blooming", [5, 190, 0]], ["late-flowering", [5, 190, 1]], ["fall-flowering", [5, 190, 2]], ["autumn-blooming", [5, 190, 3]], ["fall-blooming", [5, 190, 4]]]}, {"answer": "auxiliary", "hint": "synonyms for auxiliary", "clues": [["adjunct", [5, 191, 0]], ["subsidiary", [5, 191, 1]], ["adjuvant", [5, 191, 2]], ["accessory", [5, 191, 3]], ["supplemental", [5, 191, 4]], ["appurtenant", [5, 191, 5]], ["ancillary", [5, 191, 6]]]}, {"answer": "avaricious", "hint": "synonyms for avaricious", "clues": [["covetous", [5, 192, 0]], ["prehensile", [5, 192, 1]], ["greedy", [5, 192, 2]], ["grasping", [5, 192, 3]], ["grabby", [5, 192, 4]]]}, {"answer": "average", "hint": "synonyms for average", "clues": [["mean", [5, 193, 0]], ["ordinary", [5, 193, 1]], ["fair", [5, 193, 2]], ["mediocre", [5, 193, 3]], ["middling", [5, 193, 4]], ["modal", [5, 193, 5]], ["medium", [5, 193, 6]], ["intermediate", [5, 193, 7]], ["median", [5, 193, 8]]]}, {"answer": "avid", "hint": "synonyms for avid", "clues": [["devouring", [5, 194, 0]], ["zealous", [5, 194, 1]], ["greedy", [5, 194, 2]], ["esurient", [5, 194, 3]]]}, {"answer": "awash", "hint": "synonyms for awash", "clues": [["flooded", [5, 195, 0]], ["afloat", [5, 195, 1]], ["inundated", [5, 195, 2]], ["overflowing", [5, 195, 3]]]}, {"answer": "awe-inspiring", "hint": "synonyms for awe-inspiring", "clues": [["awful", [5, 196, 0]], ["awing", [5, 196, 1]], ["awesome", [5, 196, 2]], ["amazing", [5, 196, 3]]]}, {"answer": "awesome", "hint": "synonyms for awesome", "clues": [["awful", [5, 197, 0]], ["awe-inspiring", [5, 197, 1]], ["awing", [5, 197, 2]], ["amazing", [5, 197, 3]]]}, {"answer": "awful", "hint": "synonyms for awful", "clues": [["fearful", [5, 198, 0]], ["dire", [5, 198, 1]], ["nasty", [5, 198, 2]], ["abominable", [5, 198, 3]], ["awing", [5, 198, 4]], ["dread", [5, 198, 5]], ["frightening", [5, 198, 6]], ["amazing", [5, 198, 7]], ["horrific", [5, 198, 8]], ["atrocious", [5, 198, 9]], ["frightful", [5, 198, 10]], ["terrible", [5, 198, 11]], ["horrendous", [5, 198, 12]], ["unspeakable", [5, 198, 13]], ["direful", [5, 198, 14]], ["awe-inspiring", [5, 198, 15]], ["awed", [5, 198, 16]], ["fearsome", [5, 198, 17]], ["tremendous", [5, 198, 18]], ["dreaded", [5, 198, 19]], ["dreadful", [5, 198, 20]], ["painful", [5, 198, 21]], ["awesome", [5, 198, 22]]]}, {"answer": "awing", "hint": "synonyms for awing", "clues": [["awful", [5, 199, 0]], ["awe-inspiring", [5, 199, 1]], ["awesome", [5, 199, 2]], ["amazing", [5, 199, 3]]]}, {"answer": "awkward", "hint": "synonyms for awkward", "clues": [["ungainly", [5, 200, 0]], ["cumbersome", [5, 200, 1]], ["inept", [5, 200, 2]], ["ill at ease", [5, 200, 3]], ["clumsy", [5, 200, 4]], ["uneasy", [5, 200, 5]], ["embarrassing", [5, 200, 6]], ["bunglesome", [5, 200, 7]], ["ill-chosen", [5, 200, 8]], ["unenviable", [5, 200, 9]], ["sticky", [5, 200, 10]], ["inapt", [5, 200, 11]]]}, {"answer": "awry", "hint": "synonyms for awry", "clues": [["cockeyed", [5, 201, 0]], ["haywire", [5, 201, 1]], ["askew", [5, 201, 2]], ["wrong", [5, 201, 3]], ["wonky", [5, 201, 4]], ["skew-whiff", [5, 201, 5]], ["lopsided", [5, 201, 6]], ["amiss", [5, 201, 7]]]}, {"answer": "axiomatic", "hint": "synonyms for axiomatic", "clues": [["axiomatical", [5, 202, 0]], ["aphoristic", [5, 202, 1]], ["self-evident", [5, 202, 2]], ["taken for granted", [5, 202, 3]], ["postulational", [5, 202, 4]]]}, {"answer": "bacchanal", "hint": "synonyms for bacchanal", "clues": [["bacchic", [5, 203, 0]], ["bacchanalian", [5, 203, 1]], ["carousing", [5, 203, 2]], ["orgiastic", [5, 203, 3]]]}, {"answer": "bacchanalian", "hint": "synonyms for bacchanalian", "clues": [["bacchanal", [5, 204, 0]], ["bacchic", [5, 204, 1]], ["carousing", [5, 204, 2]], ["orgiastic", [5, 204, 3]]]}, {"answer": "backbreaking", "hint": "synonyms for backbreaking", "clues": [["heavy", [5, 205, 0]], ["toilsome", [5, 205, 1]], ["arduous", [5, 205, 2]], ["grueling", [5, 205, 3]], ["laborious", [5, 205, 4]], ["operose", [5, 205, 5]], ["punishing", [5, 205, 6]], ["hard", [5, 205, 7]]]}, {"answer": "bad", "hint": "synonyms for bad", "clues": [["unfit", [5, 206, 0]], ["uncollectible", [5, 206, 1]], ["unsound", [5, 206, 2]], ["spoiled", [5, 206, 3]], ["big", [5, 206, 4]], ["speculative", [5, 206, 5]], ["forged", [5, 206, 6]], ["defective", [5, 206, 7]], ["high-risk", [5, 206, 8]], ["spoilt", [5, 206, 9]], ["regretful", [5, 206, 10]], ["tough", [5, 206, 11]], ["risky", [5, 206, 12]], ["sorry", [5, 206, 13]]]}, {"answer": "bad-mannered", "hint": "synonyms for bad-mannered", "clues": [["rude", [5, 207, 0]], ["unmannered", [5, 207, 1]], ["ill-mannered", [5, 207, 2]], ["unmannerly", [5, 207, 3]]]}, {"answer": "bad-tempered", "hint": "synonyms for bad-tempered", "clues": [["crabbed", [5, 208, 0]], ["fussy", [5, 208, 1]], ["grouchy", [5, 208, 2]], ["cross", [5, 208, 3]], ["grumpy", [5, 208, 4]], ["crabby", [5, 208, 5]], ["ill-tempered", [5, 208, 6]]]}, {"answer": "baffled", "hint": "synonyms for baffled", "clues": [["bemused", [5, 209, 0]], ["befuddled", [5, 209, 1]], ["confused", [5, 209, 2]], ["mazed", [5, 209, 3]], ["mixed-up", [5, 209, 4]], ["lost", [5, 209, 5]], ["confounded", [5, 209, 6]], ["at sea", [5, 209, 7]], ["bewildered", [5, 209, 8]]]}, {"answer": "baffling", "hint": "synonyms for baffling", "clues": [["problematical", [5, 210, 0]], ["elusive", [5, 210, 1]], ["knotty", [5, 210, 2]], ["tough", [5, 210, 3]]]}, {"answer": "baked", "hint": "synonyms for baked", "clues": [["sunbaked", [5, 211, 0]], ["adust", [5, 211, 1]], ["scorched", [5, 211, 2]], ["parched", [5, 211, 3]]]}, {"answer": "bald", "hint": "synonyms for bald", "clues": [["denuded", [5, 212, 0]], ["bald-pated", [5, 212, 1]], ["denudate", [5, 212, 2]], ["bald-headed", [5, 212, 3]], ["barefaced", [5, 212, 4]]]}, {"answer": "bald-faced", "hint": "synonyms for bald-faced", "clues": [["brazen-faced", [5, 213, 0]], ["insolent", [5, 213, 1]], ["audacious", [5, 213, 2]], ["brassy", [5, 213, 3]], ["bodacious", [5, 213, 4]], ["brazen", [5, 213, 5]], ["barefaced", [5, 213, 6]]]}, {"answer": "baleful", "hint": "synonyms for baleful", "clues": [["minacious", [5, 214, 0]], ["threatening", [5, 214, 1]], ["baneful", [5, 214, 2]], ["forbidding", [5, 214, 3]], ["menacing", [5, 214, 4]], ["minatory", [5, 214, 5]], ["ominous", [5, 214, 6]], ["sinister", [5, 214, 7]]]}, {"answer": "ball-shaped", "hint": "synonyms for ball-shaped", "clues": [["global", [5, 215, 0]], ["globular", [5, 215, 1]], ["globose", [5, 215, 2]], ["orbicular", [5, 215, 3]], ["spheric", [5, 215, 4]]]}, {"answer": "bally", "hint": "synonyms for bally", "clues": [["blinking", [5, 216, 0]], ["blooming", [5, 216, 1]], ["bloody", [5, 216, 2]], ["flaming", [5, 216, 3]], ["crashing", [5, 216, 4]], ["fucking", [5, 216, 5]]]}, {"answer": "balmy", "hint": "synonyms for balmy", "clues": [["round the bend", [5, 217, 0]], ["soft", [5, 217, 1]], ["loco", [5, 217, 2]], ["bonkers", [5, 217, 3]], ["loony", [5, 217, 4]], ["barmy", [5, 217, 5]], ["buggy", [5, 217, 6]], ["nutty", [5, 217, 7]], ["kookie", [5, 217, 8]], ["mild", [5, 217, 9]], ["dotty", [5, 217, 10]], ["daft", [5, 217, 11]], ["fruity", [5, 217, 12]], ["haywire", [5, 217, 13]], ["bats", [5, 217, 14]], ["nuts", [5, 217, 15]], ["crackers", [5, 217, 16]], ["kooky", [5, 217, 17]], ["loopy", [5, 217, 18]], ["batty", [5, 217, 19]], ["whacky", [5, 217, 20]], ["cracked", [5, 217, 21]]]}, {"answer": "banal", "hint": "synonyms for banal", "clues": [["trite", [5, 218, 0]], ["stock", [5, 218, 1]], ["timeworn", [5, 218, 2]], ["shopworn", [5, 218, 3]], ["old-hat", [5, 218, 4]], ["hackneyed", [5, 218, 5]], ["threadbare", [5, 218, 6]], ["tired", [5, 218, 7]], ["well-worn", [5, 218, 8]], ["commonplace", [5, 218, 9]]]}, {"answer": "bandy", "hint": "synonyms for bandy", "clues": [["bowleg", [5, 219, 0]], ["bowed", [5, 219, 1]], ["bowlegged", [5, 219, 2]], ["bandy-legged", [5, 219, 3]]]}, {"answer": "bandy-legged", "hint": "synonyms for bandy-legged", "clues": [["bowleg", [5, 220, 0]], ["bowed", [5, 220, 1]], ["bandy", [5, 220, 2]], ["bowlegged", [5, 220, 3]]]}, {"answer": "baneful", "hint": "synonyms for baneful", "clues": [["pernicious", [5, 221, 0]], ["baleful", [5, 221, 1]], ["pestilent", [5, 221, 2]], ["deadly", [5, 221, 3]]]}, {"answer": "bang-up", "hint": "synonyms for bang-up", "clues": [["nifty", [5, 222, 0]], ["great", [5, 222, 1]], ["not bad", [5, 222, 2]], ["cracking", [5, 222, 3]], ["smashing", [5, 222, 4]], ["groovy", [5, 222, 5]], ["swell", [5, 222, 6]], ["neat", [5, 222, 7]], ["bully", [5, 222, 8]], ["peachy", [5, 222, 9]], ["dandy", [5, 222, 10]], ["keen", [5, 222, 11]], ["corking", [5, 222, 12]], ["slap-up", [5, 222, 13]]]}, {"answer": "banging", "hint": "synonyms for banging", "clues": [["walloping", [5, 223, 0]], ["thumping", [5, 223, 1]], ["whopping", [5, 223, 2]], ["humongous", [5, 223, 3]]]}, {"answer": "bantam", "hint": "synonyms for bantam", "clues": [["petite", [5, 224, 0]], ["midget", [5, 224, 1]], ["tiny", [5, 224, 2]], ["lilliputian", [5, 224, 3]], ["flyspeck", [5, 224, 4]], ["diminutive", [5, 224, 5]]]}, {"answer": "barbarian", "hint": "synonyms for barbarian", "clues": [["barbaric", [5, 225, 0]], ["uncivilised", [5, 225, 1]], ["savage", [5, 225, 2]], ["wild", [5, 225, 3]]]}, {"answer": "barbaric", "hint": "synonyms for barbaric", "clues": [["uncivilised", [5, 226, 0]], ["barbarian", [5, 226, 1]], ["savage", [5, 226, 2]], ["wild", [5, 226, 3]]]}, {"answer": "barbarous", "hint": "synonyms for barbarous", "clues": [["savage", [5, 227, 0]], ["cruel", [5, 227, 1]], ["vicious", [5, 227, 2]], ["roughshod", [5, 227, 3]], ["brutal", [5, 227, 4]], ["fell", [5, 227, 5]]]}, {"answer": "barbed", "hint": "synonyms for barbed", "clues": [["setaceous", [5, 228, 0]], ["spiny", [5, 228, 1]], ["pungent", [5, 228, 2]], ["briery", [5, 228, 3]], ["barbellate", [5, 228, 4]], ["briary", [5, 228, 5]], ["nipping", [5, 228, 6]], ["prickly", [5, 228, 7]], ["bristly", [5, 228, 8]], ["setose", [5, 228, 9]], ["bristled", [5, 228, 10]], ["burry", [5, 228, 11]], ["burred", [5, 228, 12]], ["biting", [5, 228, 13]], ["mordacious", [5, 228, 14]], ["thorny", [5, 228, 15]]]}, {"answer": "barbellate", "hint": "synonyms for barbellate", "clues": [["barbed", [5, 229, 0]], ["bristled", [5, 229, 1]], ["burry", [5, 229, 2]], ["setaceous", [5, 229, 3]], ["burred", [5, 229, 4]], ["spiny", [5, 229, 5]], ["briery", [5, 229, 6]], ["briary", [5, 229, 7]], ["prickly", [5, 229, 8]], ["thorny", [5, 229, 9]], ["bristly", [5, 229, 10]], ["setose", [5, 229, 11]]]}, {"answer": "bare", "hint": "synonyms for bare", "clues": [["unembellished", [5, 230, 0]], ["unsheathed", [5, 230, 1]], ["stark", [5, 230, 2]], ["mere", [5, 230, 3]], ["scanty", [5, 230, 4]], ["spare", [5, 230, 5]], ["barren", [5, 230, 6]], ["desolate", [5, 230, 7]], ["naked", [5, 230, 8]], ["unfinished", [5, 230, 9]], ["au naturel", [5, 230, 10]], ["simple", [5, 230, 11]], ["stripped", [5, 230, 12]], ["plain", [5, 230, 13]], ["nude", [5, 230, 14]], ["bleak", [5, 230, 15]], ["marginal", [5, 230, 16]], ["unornamented", [5, 230, 17]]]}, {"answer": "bare-ass", "hint": "synonyms for bare-ass", "clues": [["in the raw", [5, 231, 0]], ["naked as a jaybird", [5, 231, 1]], ["peeled", [5, 231, 2]], ["raw", [5, 231, 3]], ["stark naked", [5, 231, 4]], ["in the altogether", [5, 231, 5]], ["in the buff", [5, 231, 6]], ["bare-assed", [5, 231, 7]]]}, {"answer": "bare-assed", "hint": "synonyms for bare-assed", "clues": [["bare-ass", [5, 232, 0]], ["in the raw", [5, 232, 1]], ["naked as a jaybird", [5, 232, 2]], ["peeled", [5, 232, 3]], ["raw", [5, 232, 4]], ["stark naked", [5, 232, 5]], ["in the altogether", [5, 232, 6]], ["in the buff", [5, 232, 7]]]}, {"answer": "barefaced", "hint": "synonyms for barefaced", "clues": [["bald", [5, 233, 0]], ["insolent", [5, 233, 1]], ["bald-faced", [5, 233, 2]], ["bodacious", [5, 233, 3]], ["brazen-faced", [5, 233, 4]], ["audacious", [5, 233, 5]], ["brassy", [5, 233, 6]], ["brazen", [5, 233, 7]]]}, {"answer": "barmy", "hint": "synonyms for barmy", "clues": [["round the bend", [5, 234, 0]], ["zestful", [5, 234, 1]], ["loco", [5, 234, 2]], ["zesty", [5, 234, 3]], ["balmy", [5, 234, 4]], ["bonkers", [5, 234, 5]], ["loony", [5, 234, 6]], ["buggy", [5, 234, 7]], ["nutty", [5, 234, 8]], ["kookie", [5, 234, 9]], ["yeasty", [5, 234, 10]], ["dotty", [5, 234, 11]], ["daft", [5, 234, 12]], ["fruity", [5, 234, 13]], ["haywire", [5, 234, 14]], ["bats", [5, 234, 15]], ["nuts", [5, 234, 16]], ["crackers", [5, 234, 17]], ["kooky", [5, 234, 18]], ["loopy", [5, 234, 19]], ["batty", [5, 234, 20]], ["whacky", [5, 234, 21]], ["cracked", [5, 234, 22]]]}, {"answer": "barren", "hint": "synonyms for barren", "clues": [["devoid", [5, 235, 0]], ["desolate", [5, 235, 1]], ["bare", [5, 235, 2]], ["innocent", [5, 235, 3]], ["stark", [5, 235, 4]], ["free", [5, 235, 5]], ["destitute", [5, 235, 6]], ["bleak", [5, 235, 7]]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["humble", [5, 236, 0]], ["immoral", [5, 236, 1]], ["meanspirited", [5, 236, 2]], ["baseborn", [5, 236, 3]], ["mean", [5, 236, 4]], ["lowly", [5, 236, 5]], ["basal", [5, 236, 6]]]}, {"answer": "baseless", "hint": "synonyms for baseless", "clues": [["unfounded", [5, 237, 0]], ["groundless", [5, 237, 1]], ["wild", [5, 237, 2]], ["unwarranted", [5, 237, 3]], ["idle", [5, 237, 4]]]}, {"answer": "bastardly", "hint": "synonyms for bastardly", "clues": [["misbegotten", [5, 238, 0]], ["misbegot", [5, 238, 1]], ["spurious", [5, 238, 2]], ["mean", [5, 238, 3]]]}, {"answer": "bathetic", "hint": "synonyms for bathetic", "clues": [["drippy", [5, 239, 0]], ["mawkish", [5, 239, 1]], ["slushy", [5, 239, 2]], ["kitschy", [5, 239, 3]], ["hokey", [5, 239, 4]], ["schmaltzy", [5, 239, 5]], ["maudlin", [5, 239, 6]], ["sentimental", [5, 239, 7]], ["soupy", [5, 239, 8]], ["mushy", [5, 239, 9]], ["soppy", [5, 239, 10]]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["round the bend", [5, 240, 0]], ["loco", [5, 240, 1]], ["balmy", [5, 240, 2]], ["bonkers", [5, 240, 3]], ["loony", [5, 240, 4]], ["barmy", [5, 240, 5]], ["buggy", [5, 240, 6]], ["nutty", [5, 240, 7]], ["kookie", [5, 240, 8]], ["dotty", [5, 240, 9]], ["daft", [5, 240, 10]], ["fruity", [5, 240, 11]], ["haywire", [5, 240, 12]], ["nuts", [5, 240, 13]], ["kooky", [5, 240, 14]], ["crackers", [5, 240, 15]], ["loopy", [5, 240, 16]], ["batty", [5, 240, 17]], ["whacky", [5, 240, 18]], ["cracked", [5, 240, 19]]]}, {"answer": "batty", "hint": "synonyms for batty", "clues": [["round the bend", [5, 241, 0]], ["loco", [5, 241, 1]], ["balmy", [5, 241, 2]], ["bonkers", [5, 241, 3]], ["loony", [5, 241, 4]], ["barmy", [5, 241, 5]], ["buggy", [5, 241, 6]], ["nutty", [5, 241, 7]], ["kookie", [5, 241, 8]], ["dotty", [5, 241, 9]], ["daft", [5, 241, 10]], ["fruity", [5, 241, 11]], ["haywire", [5, 241, 12]], ["bats", [5, 241, 13]], ["nuts", [5, 241, 14]], ["crackers", [5, 241, 15]], ["kooky", [5, 241, 16]], ["loopy", [5, 241, 17]], ["whacky", [5, 241, 18]], ["cracked", [5, 241, 19]]]}, {"answer": "beady", "hint": "synonyms for beady", "clues": [["spangled", [5, 242, 0]], ["gemmed", [5, 242, 1]], ["buttonlike", [5, 242, 2]], ["beadlike", [5, 242, 3]], ["spangly", [5, 242, 4]], ["jeweled", [5, 242, 5]], ["sequined", [5, 242, 6]], ["buttony", [5, 242, 7]]]}, {"answer": "beaming", "hint": "synonyms for beaming", "clues": [["glad", [5, 243, 0]], ["radiant", [5, 243, 1]], ["refulgent", [5, 243, 2]], ["beamy", [5, 243, 3]]]}, {"answer": "beastly", "hint": "synonyms for beastly", "clues": [["brutish", [5, 244, 0]], ["hellish", [5, 244, 1]], ["brutal", [5, 244, 2]], ["god-awful", [5, 244, 3]], ["bestial", [5, 244, 4]], ["brute", [5, 244, 5]]]}, {"answer": "beatific", "hint": "synonyms for beatific", "clues": [["saintlike", [5, 245, 0]], ["angelical", [5, 245, 1]], ["sainted", [5, 245, 2]], ["saintly", [5, 245, 3]]]}, {"answer": "becoming", "hint": "synonyms for becoming", "clues": [["comme il faut", [5, 246, 0]], ["comely", [5, 246, 1]], ["decorous", [5, 246, 2]], ["decent", [5, 246, 3]], ["seemly", [5, 246, 4]]]}, {"answer": "bedraggled", "hint": "synonyms for bedraggled", "clues": [["derelict", [5, 247, 0]], ["tumble-down", [5, 247, 1]], ["tatterdemalion", [5, 247, 2]], ["broken-down", [5, 247, 3]], ["draggled", [5, 247, 4]], ["ramshackle", [5, 247, 5]], ["dilapidated", [5, 247, 6]]]}, {"answer": "beefy", "hint": "synonyms for beefy", "clues": [["strapping", [5, 248, 0]], ["burly", [5, 248, 1]], ["buirdly", [5, 248, 2]], ["husky", [5, 248, 3]]]}, {"answer": "befuddled", "hint": "synonyms for befuddled", "clues": [["wooly", [5, 249, 0]], ["wooly-minded", [5, 249, 1]], ["befogged", [5, 249, 2]], ["bemused", [5, 249, 3]], ["muddled", [5, 249, 4]], ["addled", [5, 249, 5]], ["confused", [5, 249, 6]], ["mazed", [5, 249, 7]], ["muzzy", [5, 249, 8]], ["baffled", [5, 249, 9]], ["lost", [5, 249, 10]], ["mixed-up", [5, 249, 11]], ["confounded", [5, 249, 12]], ["at sea", [5, 249, 13]], ["bewildered", [5, 249, 14]], ["woolly-headed", [5, 249, 15]]]}, {"answer": "begrimed", "hint": "synonyms for begrimed", "clues": [["dingy", [5, 250, 0]], ["raunchy", [5, 250, 1]], ["grimy", [5, 250, 2]], ["grungy", [5, 250, 3]], ["grubby", [5, 250, 4]]]}, {"answer": "beguiled", "hint": "synonyms for beguiled", "clues": [["charmed", [5, 251, 0]], ["entranced", [5, 251, 1]], ["enthralled", [5, 251, 2]], ["delighted", [5, 251, 3]], ["captivated", [5, 251, 4]]]}, {"answer": "belittling", "hint": "synonyms for belittling", "clues": [["deprecative", [5, 252, 0]], ["deprecatory", [5, 252, 1]], ["slighting", [5, 252, 2]], ["deprecating", [5, 252, 3]]]}, {"answer": "bellied", "hint": "synonyms for bellied", "clues": [["bulging", [5, 253, 0]], ["bulgy", [5, 253, 1]], ["bellying", [5, 253, 2]], ["bulbous", [5, 253, 3]], ["protuberant", [5, 253, 4]]]}, {"answer": "belligerent", "hint": "synonyms for belligerent", "clues": [["warring", [5, 254, 0]], ["aggressive", [5, 254, 1]], ["war-ridden", [5, 254, 2]], ["militant", [5, 254, 3]]]}, {"answer": "bellying", "hint": "synonyms for bellying", "clues": [["bulging", [5, 255, 0]], ["bulgy", [5, 255, 1]], ["bulbous", [5, 255, 2]], ["bellied", [5, 255, 3]], ["protuberant", [5, 255, 4]]]}, {"answer": "bemused", "hint": "synonyms for bemused", "clues": [["deep in thought", [5, 256, 0]], ["lost", [5, 256, 1]], ["preoccupied", [5, 256, 2]], ["befuddled", [5, 256, 3]], ["confused", [5, 256, 4]], ["mazed", [5, 256, 5]], ["baffled", [5, 256, 6]], ["mixed-up", [5, 256, 7]], ["confounded", [5, 256, 8]], ["at sea", [5, 256, 9]], ["bewildered", [5, 256, 10]]]}, {"answer": "benevolent", "hint": "synonyms for benevolent", "clues": [["charitable", [5, 257, 0]], ["kindly", [5, 257, 1]], ["sympathetic", [5, 257, 2]], ["beneficent", [5, 257, 3]], ["large-hearted", [5, 257, 4]], ["eleemosynary", [5, 257, 5]], ["good-hearted", [5, 257, 6]], ["openhearted", [5, 257, 7]], ["freehearted", [5, 257, 8]], ["philanthropic", [5, 257, 9]]]}, {"answer": "bent", "hint": "synonyms for bent", "clues": [["bent on", [5, 258, 0]], ["dented", [5, 258, 1]], ["bended", [5, 258, 2]], ["out to", [5, 258, 3]], ["crumpled", [5, 258, 4]], ["dead set", [5, 258, 5]]]}, {"answer": "bereaved", "hint": "synonyms for bereaved", "clues": [["mourning", [5, 259, 0]], ["sorrowing", [5, 259, 1]], ["bereft", [5, 259, 2]], ["grieving", [5, 259, 3]], ["grief-stricken", [5, 259, 4]]]}, {"answer": "bereft", "hint": "synonyms for bereft", "clues": [["lovelorn", [5, 260, 0]], ["unbeloved", [5, 260, 1]], ["mourning", [5, 260, 2]], ["sorrowing", [5, 260, 3]], ["bereaved", [5, 260, 4]], ["grieving", [5, 260, 5]], ["grief-stricken", [5, 260, 6]]]}, {"answer": "berserk", "hint": "synonyms for berserk", "clues": [["possessed", [5, 261, 0]], ["amuck", [5, 261, 1]], ["amok", [5, 261, 2]], ["demoniac", [5, 261, 3]]]}, {"answer": "besotted", "hint": "synonyms for besotted", "clues": [["fuddled", [5, 262, 0]], ["sloshed", [5, 262, 1]], ["stiff", [5, 262, 2]], ["cockeyed", [5, 262, 3]], ["sozzled", [5, 262, 4]], ["pie-eyed", [5, 262, 5]], ["soaked", [5, 262, 6]], ["pixilated", [5, 262, 7]], ["blotto", [5, 262, 8]], ["wet", [5, 262, 9]], ["pissed", [5, 262, 10]], ["soused", [5, 262, 11]], ["slopped", [5, 262, 12]], ["smashed", [5, 262, 13]], ["blind drunk", [5, 262, 14]], ["plastered", [5, 262, 15]], ["crocked", [5, 262, 16]], ["loaded", [5, 262, 17]], ["tight", [5, 262, 18]], ["squiffy", [5, 262, 19]]]}, {"answer": "bespoke", "hint": "synonyms for bespoke", "clues": [["bespoken", [5, 263, 0]], ["tailored", [5, 263, 1]], ["made-to-order", [5, 263, 2]], ["tailor-made", [5, 263, 3]]]}, {"answer": "bespoken", "hint": "synonyms for bespoken", "clues": [["made-to-order", [5, 264, 0]], ["tailor-made", [5, 264, 1]], ["tailored", [5, 264, 2]], ["bespoke", [5, 264, 3]], ["betrothed", [5, 264, 4]]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["good", [5, 265, 0]], ["beneficial", [5, 265, 1]], ["serious", [5, 265, 2]], ["skillful", [5, 265, 3]], ["adept", [5, 265, 4]], ["undecomposed", [5, 265, 5]], ["unspoilt", [5, 265, 6]], ["near", [5, 265, 7]], ["secure", [5, 265, 8]], ["in effect", [5, 265, 9]], ["safe", [5, 265, 10]], ["just", [5, 265, 11]], ["full", [5, 265, 12]], ["honest", [5, 265, 13]], ["respectable", [5, 265, 14]], ["expert", [5, 265, 15]], ["right", [5, 265, 16]], ["honorable", [5, 265, 17]], ["in force", [5, 265, 18]], ["dear", [5, 265, 19]], ["upright", [5, 265, 20]], ["well", [5, 265, 21]], ["proficient", [5, 265, 22]], ["unspoiled", [5, 265, 23]], ["estimable", [5, 265, 24]], ["effective", [5, 265, 25]], ["ripe", [5, 265, 26]], ["better", [5, 265, 27]], ["dependable", [5, 265, 28]], ["practiced", [5, 265, 29]], ["sound", [5, 265, 30]], ["salutary", [5, 265, 31]]]}, {"answer": "best-loved", "hint": "synonyms for best-loved", "clues": [["favorite", [5, 266, 0]], ["pet", [5, 266, 1]], ["preferred", [5, 266, 2]], ["favored", [5, 266, 3]], ["preferent", [5, 266, 4]]]}, {"answer": "bestial", "hint": "synonyms for bestial", "clues": [["brutal", [5, 267, 0]], ["brutish", [5, 267, 1]], ["brute", [5, 267, 2]], ["beastly", [5, 267, 3]]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["good", [5, 268, 0]], ["beneficial", [5, 268, 1]], ["serious", [5, 268, 2]], ["well", [5, 268, 3]], ["skillful", [5, 268, 4]], ["adept", [5, 268, 5]], ["best", [5, 268, 6]], ["undecomposed", [5, 268, 7]], ["unspoilt", [5, 268, 8]], ["near", [5, 268, 9]], ["secure", [5, 268, 10]], ["in effect", [5, 268, 11]], ["safe", [5, 268, 12]], ["just", [5, 268, 13]], ["full", [5, 268, 14]], ["honest", [5, 268, 15]], ["respectable", [5, 268, 16]], ["expert", [5, 268, 17]], ["right", [5, 268, 18]], ["honorable", [5, 268, 19]], ["in force", [5, 268, 20]], ["dear", [5, 268, 21]], ["upright", [5, 268, 22]], ["proficient", [5, 268, 23]], ["unspoiled", [5, 268, 24]], ["estimable", [5, 268, 25]], ["effective", [5, 268, 26]], ["ripe", [5, 268, 27]], ["dependable", [5, 268, 28]], ["practiced", [5, 268, 29]], ["sound", [5, 268, 30]], ["salutary", [5, 268, 31]]]}, {"answer": "better-looking", "hint": "synonyms for better-looking", "clues": [["fine-looking", [5, 269, 0]], ["well-favored", [5, 269, 1]], ["good-looking", [5, 269, 2]], ["handsome", [5, 269, 3]]]}, {"answer": "bewhiskered", "hint": "synonyms for bewhiskered", "clues": [["barbate", [5, 270, 0]], ["whiskery", [5, 270, 1]], ["bearded", [5, 270, 2]], ["whiskered", [5, 270, 3]]]}, {"answer": "bewildered", "hint": "synonyms for bewildered", "clues": [["bemused", [5, 271, 0]], ["befuddled", [5, 271, 1]], ["confused", [5, 271, 2]], ["mazed", [5, 271, 3]], ["baffled", [5, 271, 4]], ["lost", [5, 271, 5]], ["mixed-up", [5, 271, 6]], ["confounded", [5, 271, 7]], ["at sea", [5, 271, 8]]]}, {"answer": "bewitching", "hint": "synonyms for bewitching", "clues": [["enchanting", [5, 272, 0]], ["fascinating", [5, 272, 1]], ["entrancing", [5, 272, 2]], ["captivating", [5, 272, 3]], ["enthralling", [5, 272, 4]]]}, {"answer": "bicolor", "hint": "synonyms for bicolor", "clues": [["bicolored", [5, 273, 0]], ["bicolour", [5, 273, 1]], ["bichrome", [5, 273, 2]], ["dichromatic", [5, 273, 3]]]}, {"answer": "bicoloured", "hint": "synonyms for bicoloured", "clues": [["bicolored", [5, 274, 0]], ["bicolour", [5, 274, 1]], ["bichrome", [5, 274, 2]], ["dichromatic", [5, 274, 3]]]}, {"answer": "bifurcate", "hint": "synonyms for bifurcate", "clues": [["prongy", [5, 275, 0]], ["forked", [5, 275, 1]], ["branched", [5, 275, 2]], ["biramous", [5, 275, 3]], ["forficate", [5, 275, 4]], ["fork-like", [5, 275, 5]], ["pronged", [5, 275, 6]]]}, {"answer": "big", "hint": "synonyms for big", "clues": [["great", [5, 276, 0]], ["freehanded", [5, 276, 1]], ["bragging", [5, 276, 2]], ["bountiful", [5, 276, 3]], ["boastful", [5, 276, 4]], ["bad", [5, 276, 5]], ["grown", [5, 276, 6]], ["fully grown", [5, 276, 7]], ["heavy", [5, 276, 8]], ["magnanimous", [5, 276, 9]], ["enceinte", [5, 276, 10]], ["vainglorious", [5, 276, 11]], ["braggy", [5, 276, 12]], ["bighearted", [5, 276, 13]], ["large", [5, 276, 14]], ["bounteous", [5, 276, 15]], ["openhanded", [5, 276, 16]], ["liberal", [5, 276, 17]], ["cock-a-hoop", [5, 276, 18]], ["adult", [5, 276, 19]], ["grownup", [5, 276, 20]], ["prominent", [5, 276, 21]], ["giving", [5, 276, 22]], ["with child", [5, 276, 23]], ["crowing", [5, 276, 24]], ["expectant", [5, 276, 25]], ["gravid", [5, 276, 26]], ["braggart", [5, 276, 27]], ["self-aggrandising", [5, 276, 28]], ["handsome", [5, 276, 29]], ["swelled", [5, 276, 30]]]}, {"answer": "bigger", "hint": "synonyms for bigger", "clues": [["great", [5, 277, 0]], ["freehanded", [5, 277, 1]], ["bragging", [5, 277, 2]], ["boastful", [5, 277, 3]], ["bad", [5, 277, 4]], ["enceinte", [5, 277, 5]], ["fully grown", [5, 277, 6]], ["heavy", [5, 277, 7]], ["braggy", [5, 277, 8]], ["large", [5, 277, 9]], ["big", [5, 277, 10]], ["openhanded", [5, 277, 11]], ["adult", [5, 277, 12]], ["grownup", [5, 277, 13]], ["giving", [5, 277, 14]], ["crowing", [5, 277, 15]], ["expectant", [5, 277, 16]], ["swelled", [5, 277, 17]], ["self-aggrandizing", [5, 277, 18]], ["bountiful", [5, 277, 19]], ["grown", [5, 277, 20]], ["magnanimous", [5, 277, 21]], ["vainglorious", [5, 277, 22]], ["bighearted", [5, 277, 23]], ["bounteous", [5, 277, 24]], ["liberal", [5, 277, 25]], ["cock-a-hoop", [5, 277, 26]], ["prominent", [5, 277, 27]], ["with child", [5, 277, 28]], ["gravid", [5, 277, 29]], ["braggart", [5, 277, 30]], ["handsome", [5, 277, 31]]]}, {"answer": "bigheaded", "hint": "synonyms for bigheaded", "clues": [["stuck-up", [5, 278, 0]], ["uppish", [5, 278, 1]], ["snooty", [5, 278, 2]], ["persnickety", [5, 278, 3]], ["snot-nosed", [5, 278, 4]], ["snotty", [5, 278, 5]], ["too big for one's breeches", [5, 278, 6]]]}, {"answer": "bighearted", "hint": "synonyms for bighearted", "clues": [["freehanded", [5, 279, 0]], ["bountiful", [5, 279, 1]], ["giving", [5, 279, 2]], ["handsome", [5, 279, 3]], ["openhanded", [5, 279, 4]], ["bounteous", [5, 279, 5]], ["big", [5, 279, 6]], ["liberal", [5, 279, 7]]]}, {"answer": "bilaterally_symmetrical", "hint": "synonyms for bilaterally symmetrical", "clues": [["bilateral", [5, 280, 0]], ["zygomorphous", [5, 280, 1]], ["zygomorphic", [5, 280, 2]], ["bilaterally symmetric", [5, 280, 3]]]}, {"answer": "bilious", "hint": "synonyms for bilious", "clues": [["biliary", [5, 281, 0]], ["atrabilious", [5, 281, 1]], ["dyspeptic", [5, 281, 2]], ["liverish", [5, 281, 3]], ["livery", [5, 281, 4]]]}, {"answer": "biramous", "hint": "synonyms for biramous", "clues": [["prongy", [5, 282, 0]], ["forked", [5, 282, 1]], ["branched", [5, 282, 2]], ["forficate", [5, 282, 3]], ["fork-like", [5, 282, 4]], ["bifurcate", [5, 282, 5]], ["pronged", [5, 282, 6]]]}, {"answer": "bit-by-bit", "hint": "synonyms for bit-by-bit", "clues": [["in small stages", [5, 283, 0]], ["stepwise", [5, 283, 1]], ["piecemeal", [5, 283, 2]], ["step-by-step", [5, 283, 3]]]}, {"answer": "biting", "hint": "synonyms for biting", "clues": [["bitter", [5, 284, 0]], ["nipping", [5, 284, 1]], ["mordacious", [5, 284, 2]], ["pungent", [5, 284, 3]], ["barbed", [5, 284, 4]]]}, {"answer": "bitter", "hint": "synonyms for bitter", "clues": [["acid", [5, 285, 0]], ["sulfurous", [5, 285, 1]], ["vitriolic", [5, 285, 2]], ["biting", [5, 285, 3]], ["virulent", [5, 285, 4]], ["acerb", [5, 285, 5]], ["blistering", [5, 285, 6]], ["caustic", [5, 285, 7]], ["sulphurous", [5, 285, 8]], ["acerbic", [5, 285, 9]], ["acrimonious", [5, 285, 10]]]}, {"answer": "bittie", "hint": "synonyms for bittie", "clues": [["itty-bitty", [5, 286, 0]], ["teensy", [5, 286, 1]], ["teeny-weeny", [5, 286, 2]], ["wee", [5, 286, 3]], ["bitty", [5, 286, 4]], ["itsy-bitsy", [5, 286, 5]], ["weeny", [5, 286, 6]]]}, {"answer": "bitty", "hint": "synonyms for bitty", "clues": [["bittie", [5, 287, 0]], ["itty-bitty", [5, 287, 1]], ["teensy", [5, 287, 2]], ["teeny-weeny", [5, 287, 3]], ["wee", [5, 287, 4]], ["weeny", [5, 287, 5]], ["itsy-bitsy", [5, 287, 6]]]}, {"answer": "biyearly", "hint": "synonyms for biyearly", "clues": [["biennial", [5, 288, 0]], ["half-yearly", [5, 288, 1]], ["semiannual", [5, 288, 2]], ["biannual", [5, 288, 3]]]}, {"answer": "bizarre", "hint": "synonyms for bizarre", "clues": [["freakish", [5, 289, 0]], ["freaky", [5, 289, 1]], ["outre", [5, 289, 2]], ["flakey", [5, 289, 3]], ["outlandish", [5, 289, 4]], ["gonzo", [5, 289, 5]], ["off-the-wall", [5, 289, 6]], ["eccentric", [5, 289, 7]]]}, {"answer": "blabbermouthed", "hint": "synonyms for blabbermouthed", "clues": [["tattling", [5, 290, 0]], ["blabby", [5, 290, 1]], ["talebearing", [5, 290, 2]], ["talkative", [5, 290, 3]], ["leaky", [5, 290, 4]], ["bigmouthed", [5, 290, 5]]]}, {"answer": "black", "hint": "synonyms for black", "clues": [["contraband", [5, 291, 0]], ["pitch-black", [5, 291, 1]], ["sinister", [5, 291, 2]], ["disgraceful", [5, 291, 3]], ["bleak", [5, 291, 4]], ["shameful", [5, 291, 5]], ["dark", [5, 291, 6]], ["black-market", [5, 291, 7]], ["mordant", [5, 291, 8]], ["bootleg", [5, 291, 9]], ["smuggled", [5, 291, 10]], ["smutty", [5, 291, 11]], ["fateful", [5, 291, 12]], ["ignominious", [5, 291, 13]], ["pitch-dark", [5, 291, 14]], ["disastrous", [5, 291, 15]], ["inglorious", [5, 291, 16]], ["calamitous", [5, 291, 17]], ["dim", [5, 291, 18]], ["opprobrious", [5, 291, 19]], ["grim", [5, 291, 20]], ["fatal", [5, 291, 21]], ["blackened", [5, 291, 22]]]}, {"answer": "black-market", "hint": "synonyms for black-market", "clues": [["smuggled", [5, 292, 0]], ["contraband", [5, 292, 1]], ["bootleg", [5, 292, 2]], ["black", [5, 292, 3]]]}, {"answer": "blamable", "hint": "synonyms for blamable", "clues": [["culpable", [5, 293, 0]], ["blameable", [5, 293, 1]], ["censurable", [5, 293, 2]], ["blameful", [5, 293, 3]], ["blameworthy", [5, 293, 4]]]}, {"answer": "blame", "hint": "synonyms for blame", "clues": [["blasted", [5, 294, 0]], ["damn", [5, 294, 1]], ["blessed", [5, 294, 2]], ["goddam", [5, 294, 3]], ["infernal", [5, 294, 4]], ["blamed", [5, 294, 5]], ["goddamned", [5, 294, 6]], ["damned", [5, 294, 7]], ["darned", [5, 294, 8]], ["deuced", [5, 294, 9]]]}, {"answer": "blameable", "hint": "synonyms for blameable", "clues": [["culpable", [5, 295, 0]], ["blamable", [5, 295, 1]], ["censurable", [5, 295, 2]], ["blameful", [5, 295, 3]], ["blameworthy", [5, 295, 4]]]}, {"answer": "blamed", "hint": "synonyms for blamed", "clues": [["blasted", [5, 296, 0]], ["damn", [5, 296, 1]], ["blessed", [5, 296, 2]], ["darned", [5, 296, 3]], ["goddam", [5, 296, 4]], ["goddamned", [5, 296, 5]], ["infernal", [5, 296, 6]], ["damned", [5, 296, 7]], ["blame", [5, 296, 8]], ["deuced", [5, 296, 9]]]}, {"answer": "blameful", "hint": "synonyms for blameful", "clues": [["culpable", [5, 297, 0]], ["blamable", [5, 297, 1]], ["censurable", [5, 297, 2]], ["blameworthy", [5, 297, 3]]]}, {"answer": "blameworthy", "hint": "synonyms for blameworthy", "clues": [["culpable", [5, 298, 0]], ["blamable", [5, 298, 1]], ["censurable", [5, 298, 2]], ["blameful", [5, 298, 3]]]}, {"answer": "blanched", "hint": "synonyms for blanched", "clues": [["bloodless", [5, 299, 0]], ["white", [5, 299, 1]], ["etiolate", [5, 299, 2]], ["ashen", [5, 299, 3]], ["livid", [5, 299, 4]]]}, {"answer": "bland", "hint": "synonyms for bland", "clues": [["flat", [5, 300, 0]], ["savourless", [5, 300, 1]], ["politic", [5, 300, 2]], ["flavorless", [5, 300, 3]], ["suave", [5, 300, 4]], ["insipid", [5, 300, 5]], ["smooth", [5, 300, 6]], ["vapid", [5, 300, 7]]]}, {"answer": "blanket", "hint": "synonyms for blanket", "clues": [["wide", [5, 301, 0]], ["extensive", [5, 301, 1]], ["encompassing", [5, 301, 2]], ["panoptic", [5, 301, 3]], ["across-the-board", [5, 301, 4]], ["broad", [5, 301, 5]], ["all-embracing", [5, 301, 6]], ["all-inclusive", [5, 301, 7]]]}, {"answer": "blasted", "hint": "synonyms for blasted", "clues": [["damn", [5, 302, 0]], ["blessed", [5, 302, 1]], ["darned", [5, 302, 2]], ["goddam", [5, 302, 3]], ["blamed", [5, 302, 4]], ["goddamned", [5, 302, 5]], ["infernal", [5, 302, 6]], ["damned", [5, 302, 7]], ["deuced", [5, 302, 8]]]}, {"answer": "blatant", "hint": "synonyms for blatant", "clues": [["vociferous", [5, 303, 0]], ["clamorous", [5, 303, 1]], ["conspicuous", [5, 303, 2]], ["strident", [5, 303, 3]], ["clamant", [5, 303, 4]], ["blazing", [5, 303, 5]]]}, {"answer": "blazing", "hint": "synonyms for blazing", "clues": [["blinding", [5, 304, 0]], ["glary", [5, 304, 1]], ["fulgent", [5, 304, 2]], ["dazzling", [5, 304, 3]], ["blatant", [5, 304, 4]], ["glaring", [5, 304, 5]], ["conspicuous", [5, 304, 6]]]}, {"answer": "bleached", "hint": "synonyms for bleached", "clues": [["dyed", [5, 305, 0]], ["washed-out", [5, 305, 1]], ["colored", [5, 305, 2]], ["washy", [5, 305, 3]], ["faded", [5, 305, 4]]]}, {"answer": "bleak", "hint": "synonyms for bleak", "clues": [["raw", [5, 306, 0]], ["black", [5, 306, 1]], ["desolate", [5, 306, 2]], ["dim", [5, 306, 3]], ["bare", [5, 306, 4]], ["cutting", [5, 306, 5]], ["stark", [5, 306, 6]], ["barren", [5, 306, 7]]]}, {"answer": "bleary", "hint": "synonyms for bleary", "clues": [["bleary-eyed", [5, 307, 0]], ["blurry", [5, 307, 1]], ["foggy", [5, 307, 2]], ["blurred", [5, 307, 3]], ["blear", [5, 307, 4]], ["muzzy", [5, 307, 5]], ["fuzzy", [5, 307, 6]], ["hazy", [5, 307, 7]]]}, {"answer": "blessed", "hint": "synonyms for blessed", "clues": [["blame", [5, 308, 0]], ["deuced", [5, 308, 1]], ["blasted", [5, 308, 2]], ["damn", [5, 308, 3]], ["blest", [5, 308, 4]], ["goddam", [5, 308, 5]], ["infernal", [5, 308, 6]], ["beatified", [5, 308, 7]], ["damned", [5, 308, 8]], ["darned", [5, 308, 9]], ["goddamned", [5, 308, 10]]]}, {"answer": "blind_drunk", "hint": "synonyms for blind drunk", "clues": [["fuddled", [5, 309, 0]], ["sloshed", [5, 309, 1]], ["stiff", [5, 309, 2]], ["cockeyed", [5, 309, 3]], ["sozzled", [5, 309, 4]], ["pie-eyed", [5, 309, 5]], ["soaked", [5, 309, 6]], ["pixilated", [5, 309, 7]], ["blotto", [5, 309, 8]], ["wet", [5, 309, 9]], ["pissed", [5, 309, 10]], ["besotted", [5, 309, 11]], ["soused", [5, 309, 12]], ["slopped", [5, 309, 13]], ["smashed", [5, 309, 14]], ["plastered", [5, 309, 15]], ["crocked", [5, 309, 16]], ["loaded", [5, 309, 17]], ["tight", [5, 309, 18]], ["squiffy", [5, 309, 19]]]}, {"answer": "blinding", "hint": "synonyms for blinding", "clues": [["blazing", [5, 310, 0]], ["glary", [5, 310, 1]], ["fulgent", [5, 310, 2]], ["dazzling", [5, 310, 3]], ["glaring", [5, 310, 4]]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["blooming", [5, 311, 0]], ["bally", [5, 311, 1]], ["bloody", [5, 311, 2]], ["flaming", [5, 311, 3]], ["crashing", [5, 311, 4]], ["fucking", [5, 311, 5]], ["winking", [5, 311, 6]]]}, {"answer": "blistering", "hint": "synonyms for blistering", "clues": [["acid", [5, 312, 0]], ["acerbic", [5, 312, 1]], ["sulfurous", [5, 312, 2]], ["vitriolic", [5, 312, 3]], ["red-hot", [5, 312, 4]], ["virulent", [5, 312, 5]], ["acerb", [5, 312, 6]], ["blistery", [5, 312, 7]], ["bitter", [5, 312, 8]], ["caustic", [5, 312, 9]], ["hot", [5, 312, 10]], ["sulphurous", [5, 312, 11]]]}, {"answer": "blockheaded", "hint": "synonyms for blockheaded", "clues": [["thick", [5, 313, 0]], ["fatheaded", [5, 313, 1]], ["wooden-headed", [5, 313, 2]], ["duncical", [5, 313, 3]], ["thickheaded", [5, 313, 4]], ["loggerheaded", [5, 313, 5]], ["thick-skulled", [5, 313, 6]], ["boneheaded", [5, 313, 7]], ["duncish", [5, 313, 8]]]}, {"answer": "blood-red", "hint": "synonyms for blood-red", "clues": [["reddish", [5, 314, 0]], ["ruby-red", [5, 314, 1]], ["ruddy", [5, 314, 2]], ["cherry-red", [5, 314, 3]], ["cerise", [5, 314, 4]], ["ruby", [5, 314, 5]], ["red", [5, 314, 6]], ["scarlet", [5, 314, 7]], ["crimson", [5, 314, 8]], ["cherry", [5, 314, 9]], ["carmine", [5, 314, 10]]]}, {"answer": "blood-related", "hint": "synonyms for blood-related", "clues": [["cognate", [5, 315, 0]], ["consanguineous", [5, 315, 1]], ["kin", [5, 315, 2]], ["consanguineal", [5, 315, 3]]]}, {"answer": "bloodless", "hint": "synonyms for bloodless", "clues": [["exsanguinous", [5, 316, 0]], ["white", [5, 316, 1]], ["exsanguine", [5, 316, 2]], ["blanched", [5, 316, 3]], ["livid", [5, 316, 4]], ["ashen", [5, 316, 5]]]}, {"answer": "bloody", "hint": "synonyms for bloody", "clues": [["blinking", [5, 317, 0]], ["blooming", [5, 317, 1]], ["flaming", [5, 317, 2]], ["crashing", [5, 317, 3]], ["fucking", [5, 317, 4]], ["bally", [5, 317, 5]]]}, {"answer": "blooming", "hint": "synonyms for blooming", "clues": [["blinking", [5, 318, 0]], ["bloody", [5, 318, 1]], ["flaming", [5, 318, 2]], ["crashing", [5, 318, 3]], ["fucking", [5, 318, 4]], ["bally", [5, 318, 5]]]}, {"answer": "blotto", "hint": "synonyms for blotto", "clues": [["fuddled", [5, 319, 0]], ["sloshed", [5, 319, 1]], ["stiff", [5, 319, 2]], ["cockeyed", [5, 319, 3]], ["sozzled", [5, 319, 4]], ["pie-eyed", [5, 319, 5]], ["soaked", [5, 319, 6]], ["pixilated", [5, 319, 7]], ["wet", [5, 319, 8]], ["pissed", [5, 319, 9]], ["besotted", [5, 319, 10]], ["soused", [5, 319, 11]], ["slopped", [5, 319, 12]], ["smashed", [5, 319, 13]], ["blind drunk", [5, 319, 14]], ["plastered", [5, 319, 15]], ["crocked", [5, 319, 16]], ["loaded", [5, 319, 17]], ["tight", [5, 319, 18]], ["squiffy", [5, 319, 19]]]}, {"answer": "blue", "hint": "synonyms for blue", "clues": [["disconsolate", [5, 320, 0]], ["risque", [5, 320, 1]], ["grim", [5, 320, 2]], ["sorry", [5, 320, 3]], ["puritanical", [5, 320, 4]], ["low-spirited", [5, 320, 5]], ["gloomy", [5, 320, 6]], ["blue-blooded", [5, 320, 7]], ["dingy", [5, 320, 8]], ["aristocratical", [5, 320, 9]], ["drab", [5, 320, 10]], ["low", [5, 320, 11]], ["downhearted", [5, 320, 12]], ["juicy", [5, 320, 13]], ["dispirited", [5, 320, 14]], ["gentle", [5, 320, 15]], ["spicy", [5, 320, 16]], ["down in the mouth", [5, 320, 17]], ["bluish", [5, 320, 18]], ["patrician", [5, 320, 19]], ["racy", [5, 320, 20]], ["gamy", [5, 320, 21]], ["dismal", [5, 320, 22]], ["dreary", [5, 320, 23]], ["down", [5, 320, 24]], ["blasphemous", [5, 320, 25]], ["depressed", [5, 320, 26]], ["dark", [5, 320, 27]], ["downcast", [5, 320, 28]], ["naughty", [5, 320, 29]], ["profane", [5, 320, 30]]]}, {"answer": "blue-blooded", "hint": "synonyms for blue-blooded", "clues": [["aristocratical", [5, 321, 0]], ["blue", [5, 321, 1]], ["gentle", [5, 321, 2]], ["patrician", [5, 321, 3]]]}, {"answer": "blunt", "hint": "synonyms for blunt", "clues": [["stark", [5, 322, 0]], ["free-spoken", [5, 322, 1]], ["forthright", [5, 322, 2]], ["point-blank", [5, 322, 3]], ["candid", [5, 322, 4]], ["straight-from-the-shoulder", [5, 322, 5]], ["crude", [5, 322, 6]], ["frank", [5, 322, 7]], ["plainspoken", [5, 322, 8]], ["outspoken", [5, 322, 9]]]}, {"answer": "blurred", "hint": "synonyms for blurred", "clues": [["blurry", [5, 323, 0]], ["bleary", [5, 323, 1]], ["foggy", [5, 323, 2]], ["fuzzy", [5, 323, 3]], ["clouded", [5, 323, 4]], ["muzzy", [5, 323, 5]], ["hazy", [5, 323, 6]]]}, {"answer": "blurry", "hint": "synonyms for blurry", "clues": [["muzzy", [5, 324, 0]], ["bleary", [5, 324, 1]], ["foggy", [5, 324, 2]], ["fuzzy", [5, 324, 3]], ["blurred", [5, 324, 4]], ["hazy", [5, 324, 5]]]}, {"answer": "boastful", "hint": "synonyms for boastful", "clues": [["big", [5, 325, 0]], ["bragging", [5, 325, 1]], ["cock-a-hoop", [5, 325, 2]], ["crowing", [5, 325, 3]], ["braggy", [5, 325, 4]], ["braggart", [5, 325, 5]], ["self-aggrandising", [5, 325, 6]]]}, {"answer": "bodacious", "hint": "synonyms for bodacious", "clues": [["brazen-faced", [5, 326, 0]], ["insolent", [5, 326, 1]], ["audacious", [5, 326, 2]], ["bald-faced", [5, 326, 3]], ["brassy", [5, 326, 4]], ["brazen", [5, 326, 5]], ["barefaced", [5, 326, 6]]]}, {"answer": "bodied", "hint": "synonyms for bodied", "clues": [["corporal", [5, 327, 0]], ["corporate", [5, 327, 1]], ["incarnate", [5, 327, 2]], ["embodied", [5, 327, 3]]]}, {"answer": "bodiless", "hint": "synonyms for bodiless", "clues": [["disembodied", [5, 328, 0]], ["unbodied", [5, 328, 1]], ["discorporate", [5, 328, 2]], ["bodyless", [5, 328, 3]]]}, {"answer": "boggy", "hint": "synonyms for boggy", "clues": [["marshy", [5, 329, 0]], ["miry", [5, 329, 1]], ["waterlogged", [5, 329, 2]], ["mucky", [5, 329, 3]], ["sloppy", [5, 329, 4]], ["soggy", [5, 329, 5]], ["swampy", [5, 329, 6]], ["sloughy", [5, 329, 7]], ["quaggy", [5, 329, 8]], ["squashy", [5, 329, 9]], ["muddy", [5, 329, 10]]]}, {"answer": "boisterous", "hint": "synonyms for boisterous", "clues": [["rambunctious", [5, 330, 0]], ["fierce", [5, 330, 1]], ["rough", [5, 330, 2]], ["unruly", [5, 330, 3]], ["knockabout", [5, 330, 4]], ["rumbustious", [5, 330, 5]]]}, {"answer": "bombastic", "hint": "synonyms for bombastic", "clues": [["turgid", [5, 331, 0]], ["orotund", [5, 331, 1]], ["tumid", [5, 331, 2]], ["declamatory", [5, 331, 3]], ["large", [5, 331, 4]]]}, {"answer": "boneheaded", "hint": "synonyms for boneheaded", "clues": [["thick", [5, 332, 0]], ["fatheaded", [5, 332, 1]], ["wooden-headed", [5, 332, 2]], ["duncical", [5, 332, 3]], ["thickheaded", [5, 332, 4]], ["blockheaded", [5, 332, 5]], ["loggerheaded", [5, 332, 6]], ["thick-skulled", [5, 332, 7]], ["duncish", [5, 332, 8]]]}, {"answer": "boney", "hint": "synonyms for boney", "clues": [["underweight", [5, 333, 0]], ["scrawny", [5, 333, 1]], ["scraggy", [5, 333, 2]], ["bony", [5, 333, 3]], ["weedy", [5, 333, 4]], ["skinny", [5, 333, 5]]]}, {"answer": "bonkers", "hint": "synonyms for bonkers", "clues": [["round the bend", [5, 334, 0]], ["loco", [5, 334, 1]], ["balmy", [5, 334, 2]], ["loony", [5, 334, 3]], ["barmy", [5, 334, 4]], ["buggy", [5, 334, 5]], ["nutty", [5, 334, 6]], ["kookie", [5, 334, 7]], ["dotty", [5, 334, 8]], ["daft", [5, 334, 9]], ["fruity", [5, 334, 10]], ["haywire", [5, 334, 11]], ["bats", [5, 334, 12]], ["nuts", [5, 334, 13]], ["crackers", [5, 334, 14]], ["kooky", [5, 334, 15]], ["loopy", [5, 334, 16]], ["batty", [5, 334, 17]], ["whacky", [5, 334, 18]], ["cracked", [5, 334, 19]]]}, {"answer": "bonnie", "hint": "synonyms for bonnie", "clues": [["fair", [5, 335, 0]], ["bonny", [5, 335, 1]], ["comely", [5, 335, 2]], ["sightly", [5, 335, 3]]]}, {"answer": "bonny", "hint": "synonyms for bonny", "clues": [["bonnie", [5, 336, 0]], ["fair", [5, 336, 1]], ["comely", [5, 336, 2]], ["sightly", [5, 336, 3]]]}, {"answer": "bony", "hint": "synonyms for bony", "clues": [["cadaverous", [5, 337, 0]], ["boney", [5, 337, 1]], ["wasted", [5, 337, 2]], ["pinched", [5, 337, 3]], ["haggard", [5, 337, 4]], ["emaciated", [5, 337, 5]], ["skeletal", [5, 337, 6]], ["osteal", [5, 337, 7]], ["osseous", [5, 337, 8]], ["gaunt", [5, 337, 9]]]}, {"answer": "booming", "hint": "synonyms for booming", "clues": [["palmy", [5, 338, 0]], ["stentorian", [5, 338, 1]], ["prospering", [5, 338, 2]], ["thriving", [5, 338, 3]], ["flourishing", [5, 338, 4]], ["prosperous", [5, 338, 5]], ["roaring", [5, 338, 6]]]}, {"answer": "boorish", "hint": "synonyms for boorish", "clues": [["neandertal", [5, 339, 0]], ["loutish", [5, 339, 1]], ["swinish", [5, 339, 2]], ["oafish", [5, 339, 3]]]}, {"answer": "bootleg", "hint": "synonyms for bootleg", "clues": [["smuggled", [5, 340, 0]], ["black-market", [5, 340, 1]], ["contraband", [5, 340, 2]], ["black", [5, 340, 3]]]}, {"answer": "bootless", "hint": "synonyms for bootless", "clues": [["futile", [5, 341, 0]], ["fruitless", [5, 341, 1]], ["sleeveless", [5, 341, 2]], ["vain", [5, 341, 3]]]}, {"answer": "bootlicking", "hint": "synonyms for bootlicking", "clues": [["obsequious", [5, 342, 0]], ["sycophantic", [5, 342, 1]], ["toadyish", [5, 342, 2]], ["fawning", [5, 342, 3]]]}, {"answer": "boring", "hint": "synonyms for boring", "clues": [["irksome", [5, 343, 0]], ["dull", [5, 343, 1]], ["deadening", [5, 343, 2]], ["tedious", [5, 343, 3]], ["slow", [5, 343, 4]], ["tiresome", [5, 343, 5]], ["ho-hum", [5, 343, 6]], ["wearisome", [5, 343, 7]]]}, {"answer": "bosomy", "hint": "synonyms for bosomy", "clues": [["voluptuous", [5, 344, 0]], ["curvy", [5, 344, 1]], ["well-endowed", [5, 344, 2]], ["full-bosomed", [5, 344, 3]], ["curvaceous", [5, 344, 4]], ["stacked", [5, 344, 5]], ["busty", [5, 344, 6]], ["sonsie", [5, 344, 7]], ["sonsy", [5, 344, 8]], ["buxom", [5, 344, 9]]]}, {"answer": "bossy", "hint": "synonyms for bossy", "clues": [["dominating", [5, 345, 0]], ["high-and-mighty", [5, 345, 1]], ["peremptory", [5, 345, 2]], ["autocratic", [5, 345, 3]], ["magisterial", [5, 345, 4]]]}, {"answer": "bothersome", "hint": "synonyms for bothersome", "clues": [["pestering", [5, 346, 0]], ["vexing", [5, 346, 1]], ["pesky", [5, 346, 2]], ["plaguy", [5, 346, 3]], ["galling", [5, 346, 4]], ["teasing", [5, 346, 5]], ["vexatious", [5, 346, 6]], ["irritating", [5, 346, 7]], ["annoying", [5, 346, 8]], ["pestiferous", [5, 346, 9]], ["nettlesome", [5, 346, 10]]]}, {"answer": "bouncing", "hint": "synonyms for bouncing", "clues": [["spirited", [5, 347, 0]], ["peppy", [5, 347, 1]], ["bouncy", [5, 347, 2]], ["zippy", [5, 347, 3]]]}, {"answer": "bouncy", "hint": "synonyms for bouncy", "clues": [["springy", [5, 348, 0]], ["lively", [5, 348, 1]], ["spirited", [5, 348, 2]], ["peppy", [5, 348, 3]], ["resilient", [5, 348, 4]], ["zippy", [5, 348, 5]], ["bouncing", [5, 348, 6]]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["apprenticed", [5, 349, 0]], ["indentured", [5, 349, 1]], ["bandaged", [5, 349, 2]], ["destined", [5, 349, 3]], ["articled", [5, 349, 4]]]}, {"answer": "bounderish", "hint": "synonyms for bounderish", "clues": [["ill-bred", [5, 350, 0]], ["underbred", [5, 350, 1]], ["yokelish", [5, 350, 2]], ["rude", [5, 350, 3]], ["lowbred", [5, 350, 4]]]}, {"answer": "bounteous", "hint": "synonyms for bounteous", "clues": [["freehanded", [5, 351, 0]], ["bountiful", [5, 351, 1]], ["giving", [5, 351, 2]], ["bighearted", [5, 351, 3]], ["handsome", [5, 351, 4]], ["openhanded", [5, 351, 5]], ["big", [5, 351, 6]], ["liberal", [5, 351, 7]]]}, {"answer": "bountiful", "hint": "synonyms for bountiful", "clues": [["freehanded", [5, 352, 0]], ["giving", [5, 352, 1]], ["plentiful", [5, 352, 2]], ["bighearted", [5, 352, 3]], ["handsome", [5, 352, 4]], ["openhanded", [5, 352, 5]], ["bounteous", [5, 352, 6]], ["big", [5, 352, 7]], ["liberal", [5, 352, 8]]]}, {"answer": "bowed", "hint": "synonyms for bowed", "clues": [["bowleg", [5, 353, 0]], ["bandy", [5, 353, 1]], ["bowlegged", [5, 353, 2]], ["bowing", [5, 353, 3]], ["bandy-legged", [5, 353, 4]], ["arciform", [5, 353, 5]], ["arcuate", [5, 353, 6]], ["arching", [5, 353, 7]], ["arced", [5, 353, 8]]]}, {"answer": "bowleg", "hint": "synonyms for bowleg", "clues": [["bowlegged", [5, 354, 0]], ["bowed", [5, 354, 1]], ["bandy", [5, 354, 2]], ["bandy-legged", [5, 354, 3]]]}, {"answer": "bowlegged", "hint": "synonyms for bowlegged", "clues": [["bowleg", [5, 355, 0]], ["bowed", [5, 355, 1]], ["bandy", [5, 355, 2]], ["bandy-legged", [5, 355, 3]]]}, {"answer": "bracing", "hint": "synonyms for bracing", "clues": [["fresh", [5, 356, 0]], ["refreshful", [5, 356, 1]], ["tonic", [5, 356, 2]], ["refreshing", [5, 356, 3]], ["brisk", [5, 356, 4]]]}, {"answer": "braggart", "hint": "synonyms for braggart", "clues": [["big", [5, 357, 0]], ["bragging", [5, 357, 1]], ["cock-a-hoop", [5, 357, 2]], ["boastful", [5, 357, 3]], ["crowing", [5, 357, 4]], ["braggy", [5, 357, 5]], ["self-aggrandising", [5, 357, 6]]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["big", [5, 358, 0]], ["cock-a-hoop", [5, 358, 1]], ["boastful", [5, 358, 2]], ["crowing", [5, 358, 3]], ["braggy", [5, 358, 4]], ["braggart", [5, 358, 5]], ["self-aggrandising", [5, 358, 6]]]}, {"answer": "braggy", "hint": "synonyms for braggy", "clues": [["big", [5, 359, 0]], ["bragging", [5, 359, 1]], ["cock-a-hoop", [5, 359, 2]], ["boastful", [5, 359, 3]], ["crowing", [5, 359, 4]], ["braggart", [5, 359, 5]], ["self-aggrandising", [5, 359, 6]]]}, {"answer": "brainish", "hint": "synonyms for brainish", "clues": [["tearaway", [5, 360, 0]], ["hotheaded", [5, 360, 1]], ["madcap", [5, 360, 2]], ["impulsive", [5, 360, 3]], ["impetuous", [5, 360, 4]]]}, {"answer": "brainsick", "hint": "synonyms for brainsick", "clues": [["unbalanced", [5, 361, 0]], ["sick", [5, 361, 1]], ["demented", [5, 361, 2]], ["unhinged", [5, 361, 3]], ["disturbed", [5, 361, 4]], ["mad", [5, 361, 5]], ["crazy", [5, 361, 6]]]}, {"answer": "branched", "hint": "synonyms for branched", "clues": [["prongy", [5, 362, 0]], ["biramous", [5, 362, 1]], ["forficate", [5, 362, 2]], ["ramate", [5, 362, 3]], ["ramose", [5, 362, 4]], ["forked", [5, 362, 5]], ["fork-like", [5, 362, 6]], ["bifurcate", [5, 362, 7]], ["branching", [5, 362, 8]], ["pronged", [5, 362, 9]]]}, {"answer": "branching", "hint": "synonyms for branching", "clues": [["ramous", [5, 363, 0]], ["branched", [5, 363, 1]], ["ramate", [5, 363, 2]], ["ramose", [5, 363, 3]]]}, {"answer": "brassy", "hint": "synonyms for brassy", "clues": [["tatty", [5, 364, 0]], ["brasslike", [5, 364, 1]], ["flash", [5, 364, 2]], ["tacky", [5, 364, 3]], ["meretricious", [5, 364, 4]], ["tawdry", [5, 364, 5]], ["cheap", [5, 364, 6]], ["brazen-faced", [5, 364, 7]], ["gaudy", [5, 364, 8]], ["audacious", [5, 364, 9]], ["brazen", [5, 364, 10]], ["loud", [5, 364, 11]], ["trashy", [5, 364, 12]], ["insolent", [5, 364, 13]], ["gimcrack", [5, 364, 14]], ["bald-faced", [5, 364, 15]], ["bodacious", [5, 364, 16]], ["barefaced", [5, 364, 17]], ["garish", [5, 364, 18]]]}, {"answer": "brave", "hint": "synonyms for brave", "clues": [["intrepid", [5, 365, 0]], ["dauntless", [5, 365, 1]], ["unfearing", [5, 365, 2]], ["braw", [5, 365, 3]], ["audacious", [5, 365, 4]], ["gay", [5, 365, 5]], ["hardy", [5, 365, 6]], ["fearless", [5, 365, 7]], ["courageous", [5, 365, 8]]]}, {"answer": "brawny", "hint": "synonyms for brawny", "clues": [["muscular", [5, 366, 0]], ["powerful", [5, 366, 1]], ["hefty", [5, 366, 2]], ["sinewy", [5, 366, 3]]]}, {"answer": "brazen", "hint": "synonyms for brazen", "clues": [["brassy", [5, 367, 0]], ["brazen-faced", [5, 367, 1]], ["insolent", [5, 367, 2]], ["audacious", [5, 367, 3]], ["bald-faced", [5, 367, 4]], ["bodacious", [5, 367, 5]], ["barefaced", [5, 367, 6]]]}, {"answer": "brazen-faced", "hint": "synonyms for brazen-faced", "clues": [["brassy", [5, 368, 0]], ["insolent", [5, 368, 1]], ["audacious", [5, 368, 2]], ["bald-faced", [5, 368, 3]], ["bodacious", [5, 368, 4]], ["brazen", [5, 368, 5]], ["barefaced", [5, 368, 6]]]}, {"answer": "breathless", "hint": "synonyms for breathless", "clues": [["dyspneal", [5, 369, 0]], ["dyspnoeic", [5, 369, 1]], ["pulseless", [5, 369, 2]], ["breathtaking", [5, 369, 3]], ["inanimate", [5, 369, 4]]]}, {"answer": "briary", "hint": "synonyms for briary", "clues": [["barbed", [5, 370, 0]], ["bristled", [5, 370, 1]], ["burry", [5, 370, 2]], ["setaceous", [5, 370, 3]], ["burred", [5, 370, 4]], ["spiny", [5, 370, 5]], ["briery", [5, 370, 6]], ["barbellate", [5, 370, 7]], ["prickly", [5, 370, 8]], ["thorny", [5, 370, 9]], ["bristly", [5, 370, 10]], ["setose", [5, 370, 11]]]}, {"answer": "bribable", "hint": "synonyms for bribable", "clues": [["corruptible", [5, 371, 0]], ["purchasable", [5, 371, 1]], ["dishonest", [5, 371, 2]], ["venal", [5, 371, 3]]]}, {"answer": "briery", "hint": "synonyms for briery", "clues": [["barbed", [5, 372, 0]], ["bristled", [5, 372, 1]], ["burry", [5, 372, 2]], ["setaceous", [5, 372, 3]], ["burred", [5, 372, 4]], ["spiny", [5, 372, 5]], ["barbellate", [5, 372, 6]], ["briary", [5, 372, 7]], ["prickly", [5, 372, 8]], ["thorny", [5, 372, 9]], ["bristly", [5, 372, 10]], ["setose", [5, 372, 11]]]}, {"answer": "bright", "hint": "synonyms for bright", "clues": [["promising", [5, 373, 0]], ["lustrous", [5, 373, 1]], ["shiny", [5, 373, 2]], ["shining", [5, 373, 3]], ["brilliant", [5, 373, 4]], ["hopeful", [5, 373, 5]], ["smart", [5, 373, 6]], ["undimmed", [5, 373, 7]], ["vivid", [5, 373, 8]], ["burnished", [5, 373, 9]]]}, {"answer": "brilliant", "hint": "synonyms for brilliant", "clues": [["splendid", [5, 374, 0]], ["magnificent", [5, 374, 1]], ["bright", [5, 374, 2]], ["superb", [5, 374, 3]], ["brainy", [5, 374, 4]], ["vivid", [5, 374, 5]], ["smart as a whip", [5, 374, 6]], ["glorious", [5, 374, 7]]]}, {"answer": "brisk", "hint": "synonyms for brisk", "clues": [["refreshful", [5, 375, 0]], ["tonic", [5, 375, 1]], ["merry", [5, 375, 2]], ["bracing", [5, 375, 3]], ["refreshing", [5, 375, 4]], ["snappy", [5, 375, 5]], ["lively", [5, 375, 6]], ["spanking", [5, 375, 7]], ["fresh", [5, 375, 8]], ["zippy", [5, 375, 9]], ["rattling", [5, 375, 10]], ["alert", [5, 375, 11]]]}, {"answer": "bristled", "hint": "synonyms for bristled", "clues": [["barbed", [5, 376, 0]], ["burry", [5, 376, 1]], ["setaceous", [5, 376, 2]], ["burred", [5, 376, 3]], ["spiny", [5, 376, 4]], ["briery", [5, 376, 5]], ["barbellate", [5, 376, 6]], ["briary", [5, 376, 7]], ["prickly", [5, 376, 8]], ["thorny", [5, 376, 9]], ["bristly", [5, 376, 10]], ["setose", [5, 376, 11]]]}, {"answer": "bristly", "hint": "synonyms for bristly", "clues": [["barbed", [5, 377, 0]], ["bristled", [5, 377, 1]], ["prickly", [5, 377, 2]], ["burry", [5, 377, 3]], ["setaceous", [5, 377, 4]], ["burred", [5, 377, 5]], ["spiny", [5, 377, 6]], ["briery", [5, 377, 7]], ["splenetic", [5, 377, 8]], ["barbellate", [5, 377, 9]], ["briary", [5, 377, 10]], ["waspish", [5, 377, 11]], ["thorny", [5, 377, 12]], ["setose", [5, 377, 13]]]}, {"answer": "broad", "hint": "synonyms for broad", "clues": [["wide", [5, 378, 0]], ["unspecific", [5, 378, 1]], ["unsubtle", [5, 378, 2]], ["extensive", [5, 378, 3]], ["liberal", [5, 378, 4]], ["blanket", [5, 378, 5]], ["encompassing", [5, 378, 6]], ["spacious", [5, 378, 7]], ["panoptic", [5, 378, 8]], ["across-the-board", [5, 378, 9]], ["all-embracing", [5, 378, 10]], ["full", [5, 378, 11]], ["large-minded", [5, 378, 12]], ["all-inclusive", [5, 378, 13]], ["tolerant", [5, 378, 14]]]}, {"answer": "broken", "hint": "synonyms for broken", "clues": [["crushed", [5, 379, 0]], ["upset", [5, 379, 1]], ["humiliated", [5, 379, 2]], ["broken in", [5, 379, 3]], ["unkept", [5, 379, 4]], ["disordered", [5, 379, 5]], ["rugged", [5, 379, 6]], ["wiped out", [5, 379, 7]], ["impoverished", [5, 379, 8]], ["humbled", [5, 379, 9]], ["busted", [5, 379, 10]], ["confused", [5, 379, 11]], ["low", [5, 379, 12]]]}, {"answer": "broken-down", "hint": "synonyms for broken-down", "clues": [["derelict", [5, 380, 0]], ["tumble-down", [5, 380, 1]], ["tatterdemalion", [5, 380, 2]], ["bedraggled", [5, 380, 3]], ["ramshackle", [5, 380, 4]], ["dilapidated", [5, 380, 5]]]}, {"answer": "brooding", "hint": "synonyms for brooding", "clues": [["ruminative", [5, 381, 0]], ["contemplative", [5, 381, 1]], ["pensive", [5, 381, 2]], ["pondering", [5, 381, 3]], ["reflective", [5, 381, 4]], ["meditative", [5, 381, 5]], ["broody", [5, 381, 6]], ["musing", [5, 381, 7]]]}, {"answer": "broody", "hint": "synonyms for broody", "clues": [["ruminative", [5, 382, 0]], ["contemplative", [5, 382, 1]], ["pensive", [5, 382, 2]], ["brooding", [5, 382, 3]], ["pondering", [5, 382, 4]], ["reflective", [5, 382, 5]], ["meditative", [5, 382, 6]], ["musing", [5, 382, 7]]]}, {"answer": "brown", "hint": "synonyms for brown", "clues": [["dark-brown", [5, 383, 0]], ["brownish", [5, 383, 1]], ["browned", [5, 383, 2]], ["chocolate-brown", [5, 383, 3]]]}, {"answer": "brutal", "hint": "synonyms for brutal", "clues": [["barbarous", [5, 384, 0]], ["brutish", [5, 384, 1]], ["vicious", [5, 384, 2]], ["unrelenting", [5, 384, 3]], ["bestial", [5, 384, 4]], ["savage", [5, 384, 5]], ["cruel", [5, 384, 6]], ["beastly", [5, 384, 7]], ["roughshod", [5, 384, 8]], ["fell", [5, 384, 9]], ["brute", [5, 384, 10]]]}, {"answer": "brute", "hint": "synonyms for brute", "clues": [["brutal", [5, 385, 0]], ["bestial", [5, 385, 1]], ["brutish", [5, 385, 2]], ["beastly", [5, 385, 3]]]}, {"answer": "brutish", "hint": "synonyms for brutish", "clues": [["brutal", [5, 386, 0]], ["bestial", [5, 386, 1]], ["brute", [5, 386, 2]], ["beastly", [5, 386, 3]]]}, {"answer": "bubbling", "hint": "synonyms for bubbling", "clues": [["foamy", [5, 387, 0]], ["effervescent", [5, 387, 1]], ["spumy", [5, 387, 2]], ["sparkly", [5, 387, 3]], ["frothy", [5, 387, 4]], ["foaming", [5, 387, 5]], ["scintillating", [5, 387, 6]], ["effervescing", [5, 387, 7]], ["bubbly", [5, 387, 8]]]}, {"answer": "bubbly", "hint": "synonyms for bubbly", "clues": [["foamy", [5, 388, 0]], ["foaming", [5, 388, 1]], ["bubbling", [5, 388, 2]], ["spumy", [5, 388, 3]], ["frothy", [5, 388, 4]], ["effervescing", [5, 388, 5]]]}, {"answer": "buffeted", "hint": "synonyms for buffeted", "clues": [["storm-tossed", [5, 389, 0]], ["tempest-swept", [5, 389, 1]], ["tempest-tossed", [5, 389, 2]], ["tempest-tost", [5, 389, 3]]]}, {"answer": "buggy", "hint": "synonyms for buggy", "clues": [["round the bend", [5, 390, 0]], ["loco", [5, 390, 1]], ["balmy", [5, 390, 2]], ["bonkers", [5, 390, 3]], ["loony", [5, 390, 4]], ["barmy", [5, 390, 5]], ["nutty", [5, 390, 6]], ["kookie", [5, 390, 7]], ["dotty", [5, 390, 8]], ["daft", [5, 390, 9]], ["fruity", [5, 390, 10]], ["haywire", [5, 390, 11]], ["bats", [5, 390, 12]], ["nuts", [5, 390, 13]], ["crackers", [5, 390, 14]], ["kooky", [5, 390, 15]], ["loopy", [5, 390, 16]], ["batty", [5, 390, 17]], ["whacky", [5, 390, 18]], ["cracked", [5, 390, 19]]]}, {"answer": "built-in", "hint": "synonyms for built-in", "clues": [["inbuilt", [5, 391, 0]], ["integral", [5, 391, 1]], ["constitutional", [5, 391, 2]], ["inherent", [5, 391, 3]]]}, {"answer": "buirdly", "hint": "synonyms for buirdly", "clues": [["beefy", [5, 392, 0]], ["strapping", [5, 392, 1]], ["burly", [5, 392, 2]], ["husky", [5, 392, 3]]]}, {"answer": "bulbous", "hint": "synonyms for bulbous", "clues": [["bulblike", [5, 393, 0]], ["bulging", [5, 393, 1]], ["bulgy", [5, 393, 2]], ["bellying", [5, 393, 3]], ["bellied", [5, 393, 4]], ["bulb-shaped", [5, 393, 5]], ["protuberant", [5, 393, 6]]]}, {"answer": "bulging", "hint": "synonyms for bulging", "clues": [["convex", [5, 394, 0]], ["bulgy", [5, 394, 1]], ["bellying", [5, 394, 2]], ["bulbous", [5, 394, 3]], ["bellied", [5, 394, 4]], ["protuberant", [5, 394, 5]]]}, {"answer": "bulgy", "hint": "synonyms for bulgy", "clues": [["bulging", [5, 395, 0]], ["bellying", [5, 395, 1]], ["bulbous", [5, 395, 2]], ["bellied", [5, 395, 3]], ["protuberant", [5, 395, 4]]]}, {"answer": "bully", "hint": "synonyms for bully", "clues": [["nifty", [5, 396, 0]], ["great", [5, 396, 1]], ["not bad", [5, 396, 2]], ["bang-up", [5, 396, 3]], ["cracking", [5, 396, 4]], ["smashing", [5, 396, 5]], ["groovy", [5, 396, 6]], ["swell", [5, 396, 7]], ["neat", [5, 396, 8]], ["peachy", [5, 396, 9]], ["dandy", [5, 396, 10]], ["keen", [5, 396, 11]], ["corking", [5, 396, 12]], ["slap-up", [5, 396, 13]]]}, {"answer": "bum", "hint": "synonyms for bum", "clues": [["crummy", [5, 397, 0]], ["tinny", [5, 397, 1]], ["cheesy", [5, 397, 2]], ["sleazy", [5, 397, 3]], ["chintzy", [5, 397, 4]], ["cheap", [5, 397, 5]], ["punk", [5, 397, 6]]]}, {"answer": "bumbling", "hint": "synonyms for bumbling", "clues": [["handless", [5, 398, 0]], ["ham-fisted", [5, 398, 1]], ["butterfingered", [5, 398, 2]], ["left-handed", [5, 398, 3]], ["bungling", [5, 398, 4]], ["ham-handed", [5, 398, 5]], ["heavy-handed", [5, 398, 6]]]}, {"answer": "bumpy", "hint": "synonyms for bumpy", "clues": [["jolty", [5, 399, 0]], ["rocky", [5, 399, 1]], ["jolting", [5, 399, 2]], ["rough", [5, 399, 3]], ["jumpy", [5, 399, 4]]]}, {"answer": "bungling", "hint": "synonyms for bungling", "clues": [["bumbling", [5, 400, 0]], ["left-handed", [5, 400, 1]], ["ham-handed", [5, 400, 2]], ["ham-fisted", [5, 400, 3]], ["clumsy", [5, 400, 4]], ["handless", [5, 400, 5]], ["butterfingered", [5, 400, 6]], ["heavy-handed", [5, 400, 7]], ["incompetent", [5, 400, 8]]]}, {"answer": "burly", "hint": "synonyms for burly", "clues": [["beefy", [5, 401, 0]], ["strapping", [5, 401, 1]], ["buirdly", [5, 401, 2]], ["husky", [5, 401, 3]]]}, {"answer": "burned", "hint": "synonyms for burned", "clues": [["burnt", [5, 402, 0]], ["burned-over", [5, 402, 1]], ["burnt-out", [5, 402, 2]], ["burned-out", [5, 402, 3]]]}, {"answer": "burned-out", "hint": "synonyms for burned-out", "clues": [["burnt", [5, 403, 0]], ["burnt-out", [5, 403, 1]], ["burned-over", [5, 403, 2]], ["burned", [5, 403, 3]]]}, {"answer": "burned-over", "hint": "synonyms for burned-over", "clues": [["burnt-out", [5, 404, 0]], ["burned-out", [5, 404, 1]], ["burned", [5, 404, 2]], ["burnt", [5, 404, 3]]]}, {"answer": "burnished", "hint": "synonyms for burnished", "clues": [["shining", [5, 405, 0]], ["lustrous", [5, 405, 1]], ["bright", [5, 405, 2]], ["shiny", [5, 405, 3]]]}, {"answer": "burnt", "hint": "synonyms for burnt", "clues": [["burned-over", [5, 406, 0]], ["burnt-out", [5, 406, 1]], ["burned-out", [5, 406, 2]], ["burned", [5, 406, 3]]]}, {"answer": "burnt-out", "hint": "synonyms for burnt-out", "clues": [["burned-out", [5, 407, 0]], ["burnt", [5, 407, 1]], ["burned", [5, 407, 2]], ["burned-over", [5, 407, 3]]]}, {"answer": "burred", "hint": "synonyms for burred", "clues": [["barbed", [5, 408, 0]], ["bristled", [5, 408, 1]], ["burry", [5, 408, 2]], ["setaceous", [5, 408, 3]], ["spiny", [5, 408, 4]], ["briery", [5, 408, 5]], ["barbellate", [5, 408, 6]], ["briary", [5, 408, 7]], ["prickly", [5, 408, 8]], ["thorny", [5, 408, 9]], ["bristly", [5, 408, 10]], ["setose", [5, 408, 11]]]}, {"answer": "burry", "hint": "synonyms for burry", "clues": [["barbed", [5, 409, 0]], ["bristled", [5, 409, 1]], ["setaceous", [5, 409, 2]], ["burred", [5, 409, 3]], ["spiny", [5, 409, 4]], ["briery", [5, 409, 5]], ["barbellate", [5, 409, 6]], ["briary", [5, 409, 7]], ["prickly", [5, 409, 8]], ["thorny", [5, 409, 9]], ["bristly", [5, 409, 10]], ["setose", [5, 409, 11]]]}, {"answer": "busty", "hint": "synonyms for busty", "clues": [["voluptuous", [5, 410, 0]], ["curvy", [5, 410, 1]], ["well-endowed", [5, 410, 2]], ["full-bosomed", [5, 410, 3]], ["curvaceous", [5, 410, 4]], ["stacked", [5, 410, 5]], ["sonsy", [5, 410, 6]], ["sonsie", [5, 410, 7]], ["buxom", [5, 410, 8]], ["bosomy", [5, 410, 9]]]}, {"answer": "busy", "hint": "synonyms for busy", "clues": [["in use", [5, 411, 0]], ["meddlesome", [5, 411, 1]], ["interfering", [5, 411, 2]], ["meddling", [5, 411, 3]], ["busybodied", [5, 411, 4]], ["engaged", [5, 411, 5]], ["fussy", [5, 411, 6]], ["officious", [5, 411, 7]]]}, {"answer": "busybodied", "hint": "synonyms for busybodied", "clues": [["busy", [5, 412, 0]], ["meddlesome", [5, 412, 1]], ["interfering", [5, 412, 2]], ["meddling", [5, 412, 3]], ["officious", [5, 412, 4]]]}, {"answer": "butcherly", "hint": "synonyms for butcherly", "clues": [["unskillful", [5, 413, 0]], ["gory", [5, 413, 1]], ["slaughterous", [5, 413, 2]], ["sanguineous", [5, 413, 3]], ["sanguinary", [5, 413, 4]], ["botchy", [5, 413, 5]]]}, {"answer": "butterfingered", "hint": "synonyms for butterfingered", "clues": [["handless", [5, 414, 0]], ["bumbling", [5, 414, 1]], ["ham-fisted", [5, 414, 2]], ["left-handed", [5, 414, 3]], ["bungling", [5, 414, 4]], ["ham-handed", [5, 414, 5]], ["heavy-handed", [5, 414, 6]]]}, {"answer": "buttery", "hint": "synonyms for buttery", "clues": [["unctuous", [5, 415, 0]], ["smarmy", [5, 415, 1]], ["oleaginous", [5, 415, 2]], ["fulsome", [5, 415, 3]], ["soapy", [5, 415, 4]], ["oily", [5, 415, 5]]]}, {"answer": "buxom", "hint": "synonyms for buxom", "clues": [["voluptuous", [5, 416, 0]], ["curvy", [5, 416, 1]], ["well-endowed", [5, 416, 2]], ["full-bosomed", [5, 416, 3]], ["curvaceous", [5, 416, 4]], ["zaftig", [5, 416, 5]], ["zoftig", [5, 416, 6]], ["stacked", [5, 416, 7]], ["busty", [5, 416, 8]], ["sonsie", [5, 416, 9]], ["sonsy", [5, 416, 10]], ["bosomy", [5, 416, 11]]]}, {"answer": "bygone", "hint": "synonyms for bygone", "clues": [["departed", [5, 417, 0]], ["foregone", [5, 417, 1]], ["bypast", [5, 417, 2]], ["gone", [5, 417, 3]]]}, {"answer": "bypast", "hint": "synonyms for bypast", "clues": [["foregone", [5, 418, 0]], ["bygone", [5, 418, 1]], ["departed", [5, 418, 2]], ["gone", [5, 418, 3]]]}, {"answer": "byzantine", "hint": "synonyms for byzantine", "clues": [["convoluted", [5, 419, 0]], ["tangled", [5, 419, 1]], ["tortuous", [5, 419, 2]], ["involved", [5, 419, 3]], ["knotty", [5, 419, 4]]]}, {"answer": "cadaverous", "hint": "synonyms for cadaverous", "clues": [["gaunt", [5, 420, 0]], ["skeletal", [5, 420, 1]], ["cadaveric", [5, 420, 2]], ["haggard", [5, 420, 3]], ["bony", [5, 420, 4]], ["wasted", [5, 420, 5]], ["pinched", [5, 420, 6]], ["emaciated", [5, 420, 7]]]}, {"answer": "cagey", "hint": "synonyms for cagey", "clues": [["canny", [5, 421, 0]], ["chary", [5, 421, 1]], ["cagy", [5, 421, 2]], ["clever", [5, 421, 3]]]}, {"answer": "cagy", "hint": "synonyms for cagy", "clues": [["canny", [5, 422, 0]], ["chary", [5, 422, 1]], ["cagey", [5, 422, 2]], ["clever", [5, 422, 3]]]}, {"answer": "calamitous", "hint": "synonyms for calamitous", "clues": [["fateful", [5, 423, 0]], ["black", [5, 423, 1]], ["fatal", [5, 423, 2]], ["disastrous", [5, 423, 3]]]}, {"answer": "calculating", "hint": "synonyms for calculating", "clues": [["conniving", [5, 424, 0]], ["calculative", [5, 424, 1]], ["scheming", [5, 424, 2]], ["shrewd", [5, 424, 3]]]}, {"answer": "calculative", "hint": "synonyms for calculative", "clues": [["calculating", [5, 425, 0]], ["conniving", [5, 425, 1]], ["scheming", [5, 425, 2]], ["shrewd", [5, 425, 3]]]}, {"answer": "calico", "hint": "synonyms for calico", "clues": [["particolored", [5, 426, 0]], ["multi-coloured", [5, 426, 1]], ["multicolor", [5, 426, 2]], ["varicoloured", [5, 426, 3]], ["motley", [5, 426, 4]], ["painted", [5, 426, 5]], ["pied", [5, 426, 6]], ["piebald", [5, 426, 7]]]}, {"answer": "callous", "hint": "synonyms for callous", "clues": [["calloused", [5, 427, 0]], ["thickened", [5, 427, 1]], ["indurate", [5, 427, 2]], ["pachydermatous", [5, 427, 3]]]}, {"answer": "calumniatory", "hint": "synonyms for calumniatory", "clues": [["slanderous", [5, 428, 0]], ["calumnious", [5, 428, 1]], ["denigrative", [5, 428, 2]], ["libellous", [5, 428, 3]], ["denigrating", [5, 428, 4]], ["defamatory", [5, 428, 5]], ["denigratory", [5, 428, 6]]]}, {"answer": "calumnious", "hint": "synonyms for calumnious", "clues": [["slanderous", [5, 429, 0]], ["denigrative", [5, 429, 1]], ["libellous", [5, 429, 2]], ["denigrating", [5, 429, 3]], ["defamatory", [5, 429, 4]], ["denigratory", [5, 429, 5]], ["calumniatory", [5, 429, 6]]]}, {"answer": "candid", "hint": "synonyms for candid", "clues": [["open", [5, 430, 0]], ["free-spoken", [5, 430, 1]], ["forthright", [5, 430, 2]], ["blunt", [5, 430, 3]], ["point-blank", [5, 430, 4]], ["heart-to-heart", [5, 430, 5]], ["straight-from-the-shoulder", [5, 430, 6]], ["frank", [5, 430, 7]], ["plainspoken", [5, 430, 8]], ["outspoken", [5, 430, 9]]]}, {"answer": "cannular", "hint": "synonyms for cannular", "clues": [["tubular", [5, 431, 0]], ["vasiform", [5, 431, 1]], ["tube-shaped", [5, 431, 2]], ["tubelike", [5, 431, 3]]]}, {"answer": "canted", "hint": "synonyms for canted", "clues": [["atilt", [5, 432, 0]], ["tipped", [5, 432, 1]], ["tilted", [5, 432, 2]], ["leaning", [5, 432, 3]]]}, {"answer": "capable", "hint": "synonyms for capable", "clues": [["equal to", [5, 433, 0]], ["able", [5, 433, 1]], ["subject", [5, 433, 2]], ["adequate to", [5, 433, 3]], ["up to", [5, 433, 4]], ["open", [5, 433, 5]]]}, {"answer": "captivated", "hint": "synonyms for captivated", "clues": [["charmed", [5, 434, 0]], ["enthralled", [5, 434, 1]], ["beguiled", [5, 434, 2]], ["delighted", [5, 434, 3]], ["entranced", [5, 434, 4]]]}, {"answer": "captivating", "hint": "synonyms for captivating", "clues": [["bewitching", [5, 435, 0]], ["enchanting", [5, 435, 1]], ["fascinating", [5, 435, 2]], ["entrancing", [5, 435, 3]], ["enthralling", [5, 435, 4]]]}, {"answer": "captive", "hint": "synonyms for captive", "clues": [["intent", [5, 436, 0]], ["wrapped", [5, 436, 1]], ["imprisoned", [5, 436, 2]], ["confined", [5, 436, 3]], ["engrossed", [5, 436, 4]], ["absorbed", [5, 436, 5]], ["jailed", [5, 436, 6]]]}, {"answer": "cardinal", "hint": "synonyms for cardinal", "clues": [["primal", [5, 437, 0]], ["central", [5, 437, 1]], ["key", [5, 437, 2]], ["fundamental", [5, 437, 3]]]}, {"answer": "carefree", "hint": "synonyms for carefree", "clues": [["happy-go-lucky", [5, 438, 0]], ["devil-may-care", [5, 438, 1]], ["freewheeling", [5, 438, 2]], ["unworried", [5, 438, 3]], ["harum-scarum", [5, 438, 4]], ["slaphappy", [5, 438, 5]]]}, {"answer": "careful", "hint": "synonyms for careful", "clues": [["thrifty", [5, 439, 0]], ["deliberate", [5, 439, 1]], ["measured", [5, 439, 2]], ["heedful", [5, 439, 3]]]}, {"answer": "careworn", "hint": "synonyms for careworn", "clues": [["worn", [5, 440, 0]], ["drawn", [5, 440, 1]], ["haggard", [5, 440, 2]], ["raddled", [5, 440, 3]]]}, {"answer": "carmine", "hint": "synonyms for carmine", "clues": [["reddish", [5, 441, 0]], ["ruby-red", [5, 441, 1]], ["blood-red", [5, 441, 2]], ["cherry-red", [5, 441, 3]], ["cerise", [5, 441, 4]], ["ruddy", [5, 441, 5]], ["ruby", [5, 441, 6]], ["red", [5, 441, 7]], ["crimson", [5, 441, 8]], ["cherry", [5, 441, 9]], ["scarlet", [5, 441, 10]]]}, {"answer": "casual", "hint": "synonyms for casual", "clues": [["nonchalant", [5, 442, 0]], ["chance", [5, 442, 1]], ["effortless", [5, 442, 2]], ["insouciant", [5, 442, 3]], ["occasional", [5, 442, 4]], ["free-and-easy", [5, 442, 5]], ["cursory", [5, 442, 6]], ["passing", [5, 442, 7]], ["fooling", [5, 442, 8]], ["daily", [5, 442, 9]], ["everyday", [5, 442, 10]], ["perfunctory", [5, 442, 11]]]}, {"answer": "cata-cornered", "hint": "synonyms for cata-cornered", "clues": [["catty-corner", [5, 443, 0]], ["catacorner", [5, 443, 1]], ["kitty-corner", [5, 443, 2]], ["cater-cornered", [5, 443, 3]]]}, {"answer": "catacorner", "hint": "synonyms for catacorner", "clues": [["catty-corner", [5, 444, 0]], ["cata-cornered", [5, 444, 1]], ["kitty-corner", [5, 444, 2]], ["catercorner", [5, 444, 3]]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["transmissible", [5, 445, 0]], ["transmittable", [5, 445, 1]], ["contagious", [5, 445, 2]], ["contractable", [5, 445, 3]], ["communicable", [5, 445, 4]]]}, {"answer": "cater-cornered", "hint": "synonyms for cater-cornered", "clues": [["catty-corner", [5, 446, 0]], ["cata-cornered", [5, 446, 1]], ["kitty-corner", [5, 446, 2]], ["catercorner", [5, 446, 3]]]}, {"answer": "cathartic", "hint": "synonyms for cathartic", "clues": [["purgative", [5, 447, 0]], ["evacuant", [5, 447, 1]], ["psychotherapeutic", [5, 447, 2]], ["releasing", [5, 447, 3]]]}, {"answer": "catty-cornered", "hint": "synonyms for catty-cornered", "clues": [["catty-corner", [5, 448, 0]], ["cata-cornered", [5, 448, 1]], ["kitty-corner", [5, 448, 2]], ["catercorner", [5, 448, 3]]]}, {"answer": "caustic", "hint": "synonyms for caustic", "clues": [["acid", [5, 449, 0]], ["acerbic", [5, 449, 1]], ["sulfurous", [5, 449, 2]], ["vitriolic", [5, 449, 3]], ["virulent", [5, 449, 4]], ["acerb", [5, 449, 5]], ["mordant", [5, 449, 6]], ["blistering", [5, 449, 7]], ["bitter", [5, 449, 8]], ["erosive", [5, 449, 9]], ["sulphurous", [5, 449, 10]], ["corrosive", [5, 449, 11]]]}, {"answer": "cautionary", "hint": "synonyms for cautionary", "clues": [["prophylactic", [5, 450, 0]], ["monitory", [5, 450, 1]], ["exemplary", [5, 450, 2]], ["warning", [5, 450, 3]]]}, {"answer": "ceaseless", "hint": "synonyms for ceaseless", "clues": [["never-ending", [5, 451, 0]], ["unremitting", [5, 451, 1]], ["unceasing", [5, 451, 2]], ["constant", [5, 451, 3]], ["incessant", [5, 451, 4]], ["perpetual", [5, 451, 5]]]}, {"answer": "celebrated", "hint": "synonyms for celebrated", "clues": [["notable", [5, 452, 0]], ["renowned", [5, 452, 1]], ["far-famed", [5, 452, 2]], ["famous", [5, 452, 3]], ["historied", [5, 452, 4]], ["famed", [5, 452, 5]], ["noted", [5, 452, 6]], ["illustrious", [5, 452, 7]]]}, {"answer": "censurable", "hint": "synonyms for censurable", "clues": [["culpable", [5, 453, 0]], ["blamable", [5, 453, 1]], ["blameful", [5, 453, 2]], ["blameworthy", [5, 453, 3]]]}, {"answer": "central", "hint": "synonyms for central", "clues": [["cardinal", [5, 454, 0]], ["primal", [5, 454, 1]], ["key", [5, 454, 2]], ["fundamental", [5, 454, 3]]]}, {"answer": "cerise", "hint": "synonyms for cerise", "clues": [["reddish", [5, 455, 0]], ["ruby-red", [5, 455, 1]], ["blood-red", [5, 455, 2]], ["cherry-red", [5, 455, 3]], ["ruddy", [5, 455, 4]], ["ruby", [5, 455, 5]], ["red", [5, 455, 6]], ["scarlet", [5, 455, 7]], ["crimson", [5, 455, 8]], ["cherry", [5, 455, 9]], ["carmine", [5, 455, 10]]]}, {"answer": "cernuous", "hint": "synonyms for cernuous", "clues": [["weeping", [5, 456, 0]], ["nodding", [5, 456, 1]], ["drooping", [5, 456, 2]], ["pendulous", [5, 456, 3]]]}, {"answer": "chancy", "hint": "synonyms for chancy", "clues": [["dicey", [5, 457, 0]], ["iffy", [5, 457, 1]], ["chanceful", [5, 457, 2]], ["flukey", [5, 457, 3]], ["dodgy", [5, 457, 4]]]}, {"answer": "changeable", "hint": "synonyms for changeable", "clues": [["uncertain", [5, 458, 0]], ["shot", [5, 458, 1]], ["unsettled", [5, 458, 2]], ["iridescent", [5, 458, 3]], ["mutable", [5, 458, 4]], ["changeful", [5, 458, 5]], ["chatoyant", [5, 458, 6]]]}, {"answer": "changeless", "hint": "synonyms for changeless", "clues": [["constant", [5, 459, 0]], ["invariant", [5, 459, 1]], ["unalterable", [5, 459, 2]], ["unvarying", [5, 459, 3]], ["immutable", [5, 459, 4]]]}, {"answer": "charitable", "hint": "synonyms for charitable", "clues": [["kindly", [5, 460, 0]], ["good-hearted", [5, 460, 1]], ["benevolent", [5, 460, 2]], ["openhearted", [5, 460, 3]], ["sympathetic", [5, 460, 4]], ["large-hearted", [5, 460, 5]]]}, {"answer": "charmed", "hint": "synonyms for charmed", "clues": [["captivated", [5, 461, 0]], ["entranced", [5, 461, 1]], ["enthralled", [5, 461, 2]], ["beguiled", [5, 461, 3]], ["delighted", [5, 461, 4]]]}, {"answer": "charming", "hint": "synonyms for charming", "clues": [["wizardly", [5, 462, 0]], ["magic", [5, 462, 1]], ["magical", [5, 462, 2]], ["sorcerous", [5, 462, 3]], ["witching", [5, 462, 4]]]}, {"answer": "chatty", "hint": "synonyms for chatty", "clues": [["gossipy", [5, 463, 0]], ["talky", [5, 463, 1]], ["gabby", [5, 463, 2]], ["newsy", [5, 463, 3]], ["talkative", [5, 463, 4]], ["loquacious", [5, 463, 5]], ["garrulous", [5, 463, 6]]]}, {"answer": "chauvinistic", "hint": "synonyms for chauvinistic", "clues": [["flag-waving", [5, 464, 0]], ["ultranationalistic", [5, 464, 1]], ["jingoistic", [5, 464, 2]], ["superpatriotic", [5, 464, 3]], ["nationalistic", [5, 464, 4]]]}, {"answer": "cheap", "hint": "synonyms for cheap", "clues": [["crummy", [5, 465, 0]], ["tinny", [5, 465, 1]], ["tatty", [5, 465, 2]], ["sleazy", [5, 465, 3]], ["flash", [5, 465, 4]], ["tacky", [5, 465, 5]], ["inexpensive", [5, 465, 6]], ["meretricious", [5, 465, 7]], ["tawdry", [5, 465, 8]], ["cheesy", [5, 465, 9]], ["gaudy", [5, 465, 10]], ["chintzy", [5, 465, 11]], ["loud", [5, 465, 12]], ["chinchy", [5, 465, 13]], ["bum", [5, 465, 14]], ["trashy", [5, 465, 15]], ["gimcrack", [5, 465, 16]], ["brassy", [5, 465, 17]], ["punk", [5, 465, 18]], ["garish", [5, 465, 19]]]}, {"answer": "cheating", "hint": "synonyms for cheating", "clues": [["unsportsmanlike", [5, 466, 0]], ["two-timing", [5, 466, 1]], ["adulterous", [5, 466, 2]], ["dirty", [5, 466, 3]], ["unsporting", [5, 466, 4]], ["foul", [5, 466, 5]]]}, {"answer": "cheeseparing", "hint": "synonyms for cheeseparing", "clues": [["skinny", [5, 467, 0]], ["near", [5, 467, 1]], ["close", [5, 467, 2]], ["penny-pinching", [5, 467, 3]]]}, {"answer": "cheesy", "hint": "synonyms for cheesy", "clues": [["crummy", [5, 468, 0]], ["tinny", [5, 468, 1]], ["sleazy", [5, 468, 2]], ["chintzy", [5, 468, 3]], ["cheap", [5, 468, 4]], ["punk", [5, 468, 5]], ["bum", [5, 468, 6]]]}, {"answer": "cherry", "hint": "synonyms for cherry", "clues": [["reddish", [5, 469, 0]], ["ruby-red", [5, 469, 1]], ["blood-red", [5, 469, 2]], ["cherry-red", [5, 469, 3]], ["cerise", [5, 469, 4]], ["ruddy", [5, 469, 5]], ["ruby", [5, 469, 6]], ["red", [5, 469, 7]], ["crimson", [5, 469, 8]], ["scarlet", [5, 469, 9]], ["carmine", [5, 469, 10]]]}, {"answer": "cherry-red", "hint": "synonyms for cherry-red", "clues": [["reddish", [5, 470, 0]], ["ruby-red", [5, 470, 1]], ["blood-red", [5, 470, 2]], ["ruddy", [5, 470, 3]], ["cerise", [5, 470, 4]], ["ruby", [5, 470, 5]], ["red", [5, 470, 6]], ["scarlet", [5, 470, 7]], ["crimson", [5, 470, 8]], ["cherry", [5, 470, 9]], ["carmine", [5, 470, 10]]]}, {"answer": "chicken", "hint": "synonyms for chicken", "clues": [["yellow", [5, 471, 0]], ["white-livered", [5, 471, 1]], ["yellow-bellied", [5, 471, 2]], ["chickenhearted", [5, 471, 3]], ["lily-livered", [5, 471, 4]]]}, {"answer": "chickenhearted", "hint": "synonyms for chickenhearted", "clues": [["yellow", [5, 472, 0]], ["white-livered", [5, 472, 1]], ["chicken", [5, 472, 2]], ["yellow-bellied", [5, 472, 3]], ["lily-livered", [5, 472, 4]]]}, {"answer": "chief", "hint": "synonyms for chief", "clues": [["primary", [5, 473, 0]], ["master", [5, 473, 1]], ["main", [5, 473, 2]], ["principal", [5, 473, 3]]]}, {"answer": "childlike", "hint": "synonyms for childlike", "clues": [["childly", [5, 474, 0]], ["simple", [5, 474, 1]], ["wide-eyed", [5, 474, 2]], ["dewy-eyed", [5, 474, 3]], ["round-eyed", [5, 474, 4]]]}, {"answer": "chintzy", "hint": "synonyms for chintzy", "clues": [["chinchy", [5, 475, 0]], ["crummy", [5, 475, 1]], ["tinny", [5, 475, 2]], ["cheap", [5, 475, 3]], ["sleazy", [5, 475, 4]], ["cheesy", [5, 475, 5]], ["punk", [5, 475, 6]], ["bum", [5, 475, 7]]]}, {"answer": "chock-full", "hint": "synonyms for chock-full", "clues": [["cram full", [5, 476, 0]], ["chuck-full", [5, 476, 1]], ["choke-full", [5, 476, 2]], ["chockablock", [5, 476, 3]], ["chockful", [5, 476, 4]]]}, {"answer": "choice", "hint": "synonyms for choice", "clues": [["prize", [5, 477, 0]], ["select", [5, 477, 1]], ["prime", [5, 477, 2]], ["quality", [5, 477, 3]]]}, {"answer": "choleric", "hint": "synonyms for choleric", "clues": [["hot-tempered", [5, 478, 0]], ["quick-tempered", [5, 478, 1]], ["hotheaded", [5, 478, 2]], ["irascible", [5, 478, 3]]]}, {"answer": "chummy", "hint": "synonyms for chummy", "clues": [["pally", [5, 479, 0]], ["palsy-walsy", [5, 479, 1]], ["buddy-buddy", [5, 479, 2]], ["thick", [5, 479, 3]], ["matey", [5, 479, 4]]]}, {"answer": "chunky", "hint": "synonyms for chunky", "clues": [["lumpy", [5, 480, 0]], ["low-set", [5, 480, 1]], ["squatty", [5, 480, 2]], ["dumpy", [5, 480, 3]], ["squat", [5, 480, 4]], ["stumpy", [5, 480, 5]]]}, {"answer": "churning", "hint": "synonyms for churning", "clues": [["roiling", [5, 481, 0]], ["turbulent", [5, 481, 1]], ["roily", [5, 481, 2]], ["churned-up", [5, 481, 3]], ["roiled", [5, 481, 4]]]}, {"answer": "circinate", "hint": "synonyms for circinate", "clues": [["annulate", [5, 482, 0]], ["ring-shaped", [5, 482, 1]], ["ringed", [5, 482, 2]], ["annular", [5, 482, 3]], ["doughnut-shaped", [5, 482, 4]]]}, {"answer": "cissy", "hint": "synonyms for cissy", "clues": [["effeminate", [5, 483, 0]], ["sissified", [5, 483, 1]], ["emasculate", [5, 483, 2]], ["sissy", [5, 483, 3]], ["epicene", [5, 483, 4]], ["sissyish", [5, 483, 5]]]}, {"answer": "civilised", "hint": "synonyms for civilised", "clues": [["civilized", [5, 484, 0]], ["polite", [5, 484, 1]], ["cultivated", [5, 484, 2]], ["cultured", [5, 484, 3]], ["genteel", [5, 484, 4]]]}, {"answer": "civilized", "hint": "synonyms for civilized", "clues": [["cultured", [5, 485, 0]], ["civilised", [5, 485, 1]], ["polite", [5, 485, 2]], ["cultivated", [5, 485, 3]], ["genteel", [5, 485, 4]]]}, {"answer": "clamant", "hint": "synonyms for clamant", "clues": [["crying", [5, 486, 0]], ["insistent", [5, 486, 1]], ["exigent", [5, 486, 2]], ["strident", [5, 486, 3]], ["blatant", [5, 486, 4]], ["instant", [5, 486, 5]], ["vociferous", [5, 486, 6]], ["clamorous", [5, 486, 7]]]}, {"answer": "clamorous", "hint": "synonyms for clamorous", "clues": [["strident", [5, 487, 0]], ["blatant", [5, 487, 1]], ["vociferous", [5, 487, 2]], ["clamant", [5, 487, 3]]]}, {"answer": "clandestine", "hint": "synonyms for clandestine", "clues": [["undercover", [5, 488, 0]], ["hush-hush", [5, 488, 1]], ["surreptitious", [5, 488, 2]], ["secret", [5, 488, 3]], ["hugger-mugger", [5, 488, 4]], ["underground", [5, 488, 5]], ["cloak-and-dagger", [5, 488, 6]], ["hole-and-corner", [5, 488, 7]]]}, {"answer": "clannish", "hint": "synonyms for clannish", "clues": [["snobby", [5, 489, 0]], ["cliquish", [5, 489, 1]], ["clubby", [5, 489, 2]], ["snobbish", [5, 489, 3]]]}, {"answer": "clean", "hint": "synonyms for clean", "clues": [["clear", [5, 490, 0]], ["clean-living", [5, 490, 1]], ["white", [5, 490, 2]], ["uncontaminating", [5, 490, 3]], ["light", [5, 490, 4]], ["fresh", [5, 490, 5]], ["unclouded", [5, 490, 6]], ["blank", [5, 490, 7]], ["sportsmanlike", [5, 490, 8]], ["sporty", [5, 490, 9]], ["fair", [5, 490, 10]], ["sporting", [5, 490, 11]], ["uninfected", [5, 490, 12]], ["neat", [5, 490, 13]], ["unobjectionable", [5, 490, 14]]]}, {"answer": "clean-cut", "hint": "synonyms for clean-cut", "clues": [["trig", [5, 491, 0]], ["clear-cut", [5, 491, 1]], ["clear", [5, 491, 2]], ["trim", [5, 491, 3]]]}, {"answer": "clear", "hint": "synonyms for clear", "clues": [["absolved", [5, 492, 0]], ["clear-cut", [5, 492, 1]], ["well-defined", [5, 492, 2]], ["clean", [5, 492, 3]], ["light", [5, 492, 4]], ["vindicated", [5, 492, 5]], ["percipient", [5, 492, 6]], ["readable", [5, 492, 7]], ["open", [5, 492, 8]], ["unclouded", [5, 492, 9]], ["cleared", [5, 492, 10]], ["exonerated", [5, 492, 11]], ["decipherable", [5, 492, 12]], ["exculpated", [5, 492, 13]], ["unmortgaged", [5, 492, 14]]]}, {"answer": "clear-cut", "hint": "synonyms for clear-cut", "clues": [["distinct", [5, 493, 0]], ["clear", [5, 493, 1]], ["clean-cut", [5, 493, 2]], ["trenchant", [5, 493, 3]]]}, {"answer": "cleared", "hint": "synonyms for cleared", "clues": [["absolved", [5, 494, 0]], ["clear", [5, 494, 1]], ["exculpated", [5, 494, 2]], ["vindicated", [5, 494, 3]], ["exonerated", [5, 494, 4]]]}, {"answer": "clever", "hint": "synonyms for clever", "clues": [["ingenious", [5, 495, 0]], ["apt", [5, 495, 1]], ["canny", [5, 495, 2]], ["cunning", [5, 495, 3]], ["cagy", [5, 495, 4]]]}, {"answer": "cliquish", "hint": "synonyms for cliquish", "clues": [["snobby", [5, 496, 0]], ["snobbish", [5, 496, 1]], ["clannish", [5, 496, 2]], ["clubby", [5, 496, 3]]]}, {"answer": "cloak-and-dagger", "hint": "synonyms for cloak-and-dagger", "clues": [["clandestine", [5, 497, 0]], ["undercover", [5, 497, 1]], ["hush-hush", [5, 497, 2]], ["surreptitious", [5, 497, 3]], ["secret", [5, 497, 4]], ["hugger-mugger", [5, 497, 5]], ["underground", [5, 497, 6]], ["hole-and-corner", [5, 497, 7]]]}, {"answer": "cloaked", "hint": "synonyms for cloaked", "clues": [["masked", [5, 498, 0]], ["clothed", [5, 498, 1]], ["disguised", [5, 498, 2]], ["draped", [5, 498, 3]], ["wrapped", [5, 498, 4]], ["mantled", [5, 498, 5]]]}, {"answer": "cloistered", "hint": "synonyms for cloistered", "clues": [["cloistral", [5, 499, 0]], ["sequestered", [5, 499, 1]], ["secluded", [5, 499, 2]], ["monastic", [5, 499, 3]], ["reclusive", [5, 499, 4]], ["conventual", [5, 499, 5]]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["skinny", [5, 500, 0]], ["unaired", [5, 500, 1]], ["closelipped", [5, 500, 2]], ["airless", [5, 500, 3]], ["near", [5, 500, 4]], ["secretive", [5, 500, 5]], ["close-fitting", [5, 500, 6]], ["tight", [5, 500, 7]], ["penny-pinching", [5, 500, 8]], ["tightlipped", [5, 500, 9]], ["closemouthed", [5, 500, 10]], ["snug", [5, 500, 11]], ["confining", [5, 500, 12]], ["stuffy", [5, 500, 13]], ["nigh", [5, 500, 14]], ["cheeseparing", [5, 500, 15]], ["faithful", [5, 500, 16]]]}, {"answer": "close_at_hand", "hint": "synonyms for close at hand", "clues": [["at hand", [5, 501, 0]], ["impending", [5, 501, 1]], ["impendent", [5, 501, 2]], ["imminent", [5, 501, 3]]]}, {"answer": "closed", "hint": "synonyms for closed", "clues": [["unopen", [5, 502, 0]], ["closed in", [5, 502, 1]], ["shut", [5, 502, 2]], ["unsympathetic", [5, 502, 3]]]}, {"answer": "closelipped", "hint": "synonyms for closelipped", "clues": [["closemouthed", [5, 503, 0]], ["close", [5, 503, 1]], ["secretive", [5, 503, 2]], ["tightlipped", [5, 503, 3]]]}, {"answer": "closemouthed", "hint": "synonyms for closemouthed", "clues": [["closelipped", [5, 504, 0]], ["close", [5, 504, 1]], ["secretive", [5, 504, 2]], ["tightlipped", [5, 504, 3]]]}, {"answer": "clothed", "hint": "synonyms for clothed", "clues": [["draped", [5, 505, 0]], ["clad", [5, 505, 1]], ["cloaked", [5, 505, 2]], ["wrapped", [5, 505, 3]], ["mantled", [5, 505, 4]]]}, {"answer": "clouded", "hint": "synonyms for clouded", "clues": [["blurred", [5, 506, 0]], ["cloud-covered", [5, 506, 1]], ["sunless", [5, 506, 2]], ["overcast", [5, 506, 3]]]}, {"answer": "cloudy", "hint": "synonyms for cloudy", "clues": [["turbid", [5, 507, 0]], ["mirky", [5, 507, 1]], ["nebulose", [5, 507, 2]], ["muddy", [5, 507, 3]], ["murky", [5, 507, 4]]]}, {"answer": "clubby", "hint": "synonyms for clubby", "clues": [["clubbish", [5, 508, 0]], ["snobby", [5, 508, 1]], ["cliquish", [5, 508, 2]], ["clannish", [5, 508, 3]], ["snobbish", [5, 508, 4]]]}, {"answer": "clumsy", "hint": "synonyms for clumsy", "clues": [["ungainly", [5, 509, 0]], ["cumbersome", [5, 509, 1]], ["inept", [5, 509, 2]], ["gawky", [5, 509, 3]], ["unwieldy", [5, 509, 4]], ["awkward", [5, 509, 5]], ["bunglesome", [5, 509, 6]], ["ill-chosen", [5, 509, 7]], ["fumbling", [5, 509, 8]], ["clunky", [5, 509, 9]], ["bungling", [5, 509, 10]], ["incompetent", [5, 509, 11]], ["inapt", [5, 509, 12]]]}, {"answer": "clunky", "hint": "synonyms for clunky", "clues": [["gawky", [5, 510, 0]], ["clumsy", [5, 510, 1]], ["ungainly", [5, 510, 2]], ["unwieldy", [5, 510, 3]]]}, {"answer": "co-occurrent", "hint": "synonyms for co-occurrent", "clues": [["concurrent", [5, 511, 0]], ["cooccurring", [5, 511, 1]], ["coincident", [5, 511, 2]], ["coinciding", [5, 511, 3]], ["simultaneous", [5, 511, 4]]]}, {"answer": "co-ordinated", "hint": "synonyms for co-ordinated", "clues": [["matching", [5, 512, 0]], ["coordinated", [5, 512, 1]], ["interconnected", [5, 512, 2]], ["unified", [5, 512, 3]]]}, {"answer": "coagulated", "hint": "synonyms for coagulated", "clues": [["coagulate", [5, 513, 0]], ["grumose", [5, 513, 1]], ["curdled", [5, 513, 2]], ["solidified", [5, 513, 3]]]}, {"answer": "coal-black", "hint": "synonyms for coal-black", "clues": [["jet-black", [5, 514, 0]], ["sooty", [5, 514, 1]], ["pitchy", [5, 514, 2]], ["jet", [5, 514, 3]]]}, {"answer": "coarse", "hint": "synonyms for coarse", "clues": [["common", [5, 515, 0]], ["uncouth", [5, 515, 1]], ["rough-cut", [5, 515, 2]], ["harsh", [5, 515, 3]], ["vulgar", [5, 515, 4]]]}, {"answer": "coarse-grained", "hint": "synonyms for coarse-grained", "clues": [["farinaceous", [5, 516, 0]], ["mealy", [5, 516, 1]], ["grainy", [5, 516, 2]], ["granulose", [5, 516, 3]], ["large-grained", [5, 516, 4]], ["granular", [5, 516, 5]], ["gritty", [5, 516, 6]]]}, {"answer": "cobwebby", "hint": "synonyms for cobwebby", "clues": [["gossamer", [5, 517, 0]], ["vaporous", [5, 517, 1]], ["diaphanous", [5, 517, 2]], ["see-through", [5, 517, 3]], ["transparent", [5, 517, 4]], ["gauze-like", [5, 517, 5]], ["gauzy", [5, 517, 6]], ["sheer", [5, 517, 7]], ["filmy", [5, 517, 8]]]}, {"answer": "cock-a-hoop", "hint": "synonyms for cock-a-hoop", "clues": [["big", [5, 518, 0]], ["bragging", [5, 518, 1]], ["boastful", [5, 518, 2]], ["crowing", [5, 518, 3]], ["braggy", [5, 518, 4]], ["braggart", [5, 518, 5]], ["self-aggrandising", [5, 518, 6]]]}, {"answer": "cockamamie", "hint": "synonyms for cockamamie", "clues": [["goofy", [5, 519, 0]], ["sappy", [5, 519, 1]], ["silly", [5, 519, 2]], ["whacky", [5, 519, 3]], ["zany", [5, 519, 4]], ["cockamamy", [5, 519, 5]]]}, {"answer": "cockamamy", "hint": "synonyms for cockamamy", "clues": [["goofy", [5, 520, 0]], ["sappy", [5, 520, 1]], ["silly", [5, 520, 2]], ["whacky", [5, 520, 3]], ["zany", [5, 520, 4]], ["cockamamie", [5, 520, 5]]]}, {"answer": "cockeyed", "hint": "synonyms for cockeyed", "clues": [["fuddled", [5, 521, 0]], ["sloshed", [5, 521, 1]], ["laughable", [5, 521, 2]], ["pie-eyed", [5, 521, 3]], ["soaked", [5, 521, 4]], ["blotto", [5, 521, 5]], ["derisory", [5, 521, 6]], ["pissed", [5, 521, 7]], ["soused", [5, 521, 8]], ["ludicrous", [5, 521, 9]], ["skew-whiff", [5, 521, 10]], ["smashed", [5, 521, 11]], ["blind drunk", [5, 521, 12]], ["crocked", [5, 521, 13]], ["loaded", [5, 521, 14]], ["askew", [5, 521, 15]], ["stiff", [5, 521, 16]], ["preposterous", [5, 521, 17]], ["sozzled", [5, 521, 18]], ["lopsided", [5, 521, 19]], ["pixilated", [5, 521, 20]], ["nonsensical", [5, 521, 21]], ["wet", [5, 521, 22]], ["besotted", [5, 521, 23]], ["awry", [5, 521, 24]], ["absurd", [5, 521, 25]], ["slopped", [5, 521, 26]], ["plastered", [5, 521, 27]], ["tight", [5, 521, 28]], ["squiffy", [5, 521, 29]], ["wonky", [5, 521, 30]], ["idiotic", [5, 521, 31]], ["ridiculous", [5, 521, 32]]]}, {"answer": "cognate", "hint": "synonyms for cognate", "clues": [["connate", [5, 522, 0]], ["blood-related", [5, 522, 1]], ["consanguineous", [5, 522, 2]], ["kin", [5, 522, 3]], ["consanguineal", [5, 522, 4]]]}, {"answer": "coherent", "hint": "synonyms for coherent", "clues": [["consistent", [5, 523, 0]], ["lucid", [5, 523, 1]], ["logical", [5, 523, 2]], ["tenacious", [5, 523, 3]], ["ordered", [5, 523, 4]]]}, {"answer": "coiling", "hint": "synonyms for coiling", "clues": [["whorled", [5, 524, 0]], ["volute", [5, 524, 1]], ["helical", [5, 524, 2]], ["turbinate", [5, 524, 3]], ["spiral", [5, 524, 4]]]}, {"answer": "coincident", "hint": "synonyms for coincident", "clues": [["concurrent", [5, 525, 0]], ["cooccurring", [5, 525, 1]], ["co-occurrent", [5, 525, 2]], ["coinciding", [5, 525, 3]], ["simultaneous", [5, 525, 4]], ["coincidental", [5, 525, 5]]]}, {"answer": "coincidental", "hint": "synonyms for coincidental", "clues": [["concurrent", [5, 526, 0]], ["cooccurring", [5, 526, 1]], ["coincident", [5, 526, 2]], ["co-occurrent", [5, 526, 3]], ["coinciding", [5, 526, 4]], ["simultaneous", [5, 526, 5]]]}, {"answer": "coinciding", "hint": "synonyms for coinciding", "clues": [["concurrent", [5, 527, 0]], ["cooccurring", [5, 527, 1]], ["coincident", [5, 527, 2]], ["co-occurrent", [5, 527, 3]], ["simultaneous", [5, 527, 4]]]}, {"answer": "cold", "hint": "synonyms for cold", "clues": [["dusty", [5, 528, 0]], ["cold-blooded", [5, 528, 1]], ["stale", [5, 528, 2]], ["inhuman", [5, 528, 3]], ["frigid", [5, 528, 4]], ["insensate", [5, 528, 5]], ["moth-eaten", [5, 528, 6]]]}, {"answer": "collateral", "hint": "synonyms for collateral", "clues": [["substantiative", [5, 529, 0]], ["corroborative", [5, 529, 1]], ["validatory", [5, 529, 2]], ["confirmative", [5, 529, 3]], ["validating", [5, 529, 4]], ["corroboratory", [5, 529, 5]], ["confirmatory", [5, 529, 6]], ["verifying", [5, 529, 7]], ["verificatory", [5, 529, 8]], ["confirming", [5, 529, 9]], ["indirect", [5, 529, 10]]]}, {"answer": "collected", "hint": "synonyms for collected", "clues": [["poised", [5, 530, 0]], ["self-contained", [5, 530, 1]], ["gathered", [5, 530, 2]], ["self-collected", [5, 530, 3]], ["equanimous", [5, 530, 4]], ["self-possessed", [5, 530, 5]]]}, {"answer": "colored", "hint": "synonyms for colored", "clues": [["dark", [5, 531, 0]], ["one-sided", [5, 531, 1]], ["slanted", [5, 531, 2]], ["coloured", [5, 531, 3]], ["non-white", [5, 531, 4]], ["dyed", [5, 531, 5]], ["colorful", [5, 531, 6]], ["dark-skinned", [5, 531, 7]], ["bleached", [5, 531, 8]], ["biased", [5, 531, 9]]]}, {"answer": "coloured", "hint": "synonyms for coloured", "clues": [["colored", [5, 532, 0]], ["one-sided", [5, 532, 1]], ["dark", [5, 532, 2]], ["slanted", [5, 532, 3]], ["dyed", [5, 532, 4]], ["non-white", [5, 532, 5]], ["colorful", [5, 532, 6]], ["dark-skinned", [5, 532, 7]], ["biased", [5, 532, 8]], ["bleached", [5, 532, 9]]]}, {"answer": "coltish", "hint": "synonyms for coltish", "clues": [["frolicsome", [5, 533, 0]], ["sportive", [5, 533, 1]], ["rollicking", [5, 533, 2]], ["frolicky", [5, 533, 3]]]}, {"answer": "combative", "hint": "synonyms for combative", "clues": [["litigious", [5, 534, 0]], ["agonistic", [5, 534, 1]], ["disputatious", [5, 534, 2]], ["disputative", [5, 534, 3]], ["bellicose", [5, 534, 4]], ["battleful", [5, 534, 5]], ["contentious", [5, 534, 6]]]}, {"answer": "combinatory", "hint": "synonyms for combinatory", "clues": [["combinative", [5, 535, 0]], ["combinable", [5, 535, 1]], ["combinatorial", [5, 535, 2]], ["combinational", [5, 535, 3]]]}, {"answer": "comely", "hint": "synonyms for comely", "clues": [["comme il faut", [5, 536, 0]], ["sightly", [5, 536, 1]], ["fair", [5, 536, 2]], ["decent", [5, 536, 3]], ["bonny", [5, 536, 4]], ["seemly", [5, 536, 5]], ["bonnie", [5, 536, 6]], ["decorous", [5, 536, 7]], ["becoming", [5, 536, 8]]]}, {"answer": "comfortable", "hint": "synonyms for comfortable", "clues": [["well-heeled", [5, 537, 0]], ["easy", [5, 537, 1]], ["well-situated", [5, 537, 2]], ["well-fixed", [5, 537, 3]], ["comfy", [5, 537, 4]], ["prosperous", [5, 537, 5]], ["well-to-do", [5, 537, 6]], ["well-off", [5, 537, 7]]]}, {"answer": "comforting", "hint": "synonyms for comforting", "clues": [["cheering", [5, 538, 0]], ["consolatory", [5, 538, 1]], ["consoling", [5, 538, 2]], ["satisfying", [5, 538, 3]]]}, {"answer": "comic", "hint": "synonyms for comic", "clues": [["risible", [5, 539, 0]], ["comical", [5, 539, 1]], ["funny", [5, 539, 2]], ["amusing", [5, 539, 3]], ["mirthful", [5, 539, 4]], ["laughable", [5, 539, 5]]]}, {"answer": "comical", "hint": "synonyms for comical", "clues": [["risible", [5, 540, 0]], ["comic", [5, 540, 1]], ["funny", [5, 540, 2]], ["amusing", [5, 540, 3]], ["mirthful", [5, 540, 4]], ["laughable", [5, 540, 5]]]}, {"answer": "comme_il_faut", "hint": "synonyms for comme il faut", "clues": [["comely", [5, 541, 0]], ["decorous", [5, 541, 1]], ["decent", [5, 541, 2]], ["becoming", [5, 541, 3]], ["seemly", [5, 541, 4]]]}, {"answer": "common", "hint": "synonyms for common", "clues": [["coarse", [5, 542, 0]], ["plebeian", [5, 542, 1]], ["mutual", [5, 542, 2]], ["vulgar", [5, 542, 3]], ["rough-cut", [5, 542, 4]], ["vernacular", [5, 542, 5]], ["uncouth", [5, 542, 6]], ["usual", [5, 542, 7]], ["unwashed", [5, 542, 8]]]}, {"answer": "commonplace", "hint": "synonyms for commonplace", "clues": [["stock", [5, 543, 0]], ["unglamorous", [5, 543, 1]], ["timeworn", [5, 543, 2]], ["banal", [5, 543, 3]], ["shopworn", [5, 543, 4]], ["prosaic", [5, 543, 5]], ["humdrum", [5, 543, 6]], ["old-hat", [5, 543, 7]], ["hackneyed", [5, 543, 8]], ["threadbare", [5, 543, 9]], ["tired", [5, 543, 10]], ["well-worn", [5, 543, 11]], ["trite", [5, 543, 12]]]}, {"answer": "communicable", "hint": "synonyms for communicable", "clues": [["transmissible", [5, 544, 0]], ["contagious", [5, 544, 1]], ["contractable", [5, 544, 2]], ["catching", [5, 544, 3]], ["transmittable", [5, 544, 4]]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["heavyset", [5, 545, 0]], ["thick", [5, 545, 1]], ["stocky", [5, 545, 2]], ["compendious", [5, 545, 3]], ["thickset", [5, 545, 4]], ["summary", [5, 545, 5]], ["succinct", [5, 545, 6]]]}, {"answer": "compensable", "hint": "synonyms for compensable", "clues": [["salaried", [5, 546, 0]], ["paying", [5, 546, 1]], ["remunerative", [5, 546, 2]], ["stipendiary", [5, 546, 3]]]}, {"answer": "competitive", "hint": "synonyms for competitive", "clues": [["free-enterprise", [5, 547, 0]], ["militant", [5, 547, 1]], ["private-enterprise", [5, 547, 2]], ["competitory", [5, 547, 3]]]}, {"answer": "complete", "hint": "synonyms for complete", "clues": [["double-dyed", [5, 548, 0]], ["terminated", [5, 548, 1]], ["arrant", [5, 548, 2]], ["utter", [5, 548, 3]], ["concluded", [5, 548, 4]], ["stark", [5, 548, 5]], ["pure", [5, 548, 6]], ["consummate", [5, 548, 7]], ["all over", [5, 548, 8]], ["unadulterated", [5, 548, 9]], ["ended", [5, 548, 10]], ["accomplished", [5, 548, 11]], ["thoroughgoing", [5, 548, 12]], ["everlasting", [5, 548, 13]], ["staring", [5, 548, 14]], ["over", [5, 548, 15]], ["gross", [5, 548, 16]], ["sodding", [5, 548, 17]], ["perfect", [5, 548, 18]]]}, {"answer": "complimentary", "hint": "synonyms for complimentary", "clues": [["free", [5, 549, 0]], ["gratis", [5, 549, 1]], ["gratuitous", [5, 549, 2]], ["costless", [5, 549, 3]]]}, {"answer": "conceited", "hint": "synonyms for conceited", "clues": [["vain", [5, 550, 0]], ["swollen-headed", [5, 550, 1]], ["egotistic", [5, 550, 2]], ["self-conceited", [5, 550, 3]], ["swollen", [5, 550, 4]]]}, {"answer": "concluded", "hint": "synonyms for concluded", "clues": [["ended", [5, 551, 0]], ["over", [5, 551, 1]], ["terminated", [5, 551, 2]], ["all over", [5, 551, 3]], ["complete", [5, 551, 4]]]}, {"answer": "concomitant", "hint": "synonyms for concomitant", "clues": [["consequent", [5, 552, 0]], ["attendant", [5, 552, 1]], ["resultant", [5, 552, 2]], ["ensuant", [5, 552, 3]], ["accompanying", [5, 552, 4]], ["incidental", [5, 552, 5]], ["sequent", [5, 552, 6]]]}, {"answer": "concordant", "hint": "synonyms for concordant", "clues": [["agreeable", [5, 553, 0]], ["conformable", [5, 553, 1]], ["concurring", [5, 553, 2]], ["accordant", [5, 553, 3]], ["consonant", [5, 553, 4]]]}, {"answer": "concurrent", "hint": "synonyms for concurrent", "clues": [["cooccurring", [5, 554, 0]], ["coincident", [5, 554, 1]], ["co-occurrent", [5, 554, 2]], ["coinciding", [5, 554, 3]], ["simultaneous", [5, 554, 4]]]}, {"answer": "condemnable", "hint": "synonyms for condemnable", "clues": [["deplorable", [5, 555, 0]], ["reprehensible", [5, 555, 1]], ["vicious", [5, 555, 2]], ["criminal", [5, 555, 3]]]}, {"answer": "conducive", "hint": "synonyms for conducive", "clues": [["contributing", [5, 556, 0]], ["tributary", [5, 556, 1]], ["contributory", [5, 556, 2]], ["contributive", [5, 556, 3]]]}, {"answer": "confining", "hint": "synonyms for confining", "clues": [["restricting", [5, 557, 0]], ["constrictive", [5, 557, 1]], ["constraining", [5, 557, 2]], ["close", [5, 557, 3]], ["limiting", [5, 557, 4]]]}, {"answer": "confirmative", "hint": "synonyms for confirmative", "clues": [["substantiative", [5, 558, 0]], ["corroborative", [5, 558, 1]], ["validatory", [5, 558, 2]], ["validating", [5, 558, 3]], ["corroboratory", [5, 558, 4]], ["confirmatory", [5, 558, 5]], ["verifying", [5, 558, 6]], ["confirming", [5, 558, 7]], ["collateral", [5, 558, 8]], ["verificatory", [5, 558, 9]]]}, {"answer": "confirmatory", "hint": "synonyms for confirmatory", "clues": [["substantiative", [5, 559, 0]], ["corroborative", [5, 559, 1]], ["validatory", [5, 559, 2]], ["validating", [5, 559, 3]], ["corroboratory", [5, 559, 4]], ["verifying", [5, 559, 5]], ["confirming", [5, 559, 6]], ["confirmative", [5, 559, 7]], ["collateral", [5, 559, 8]], ["verificatory", [5, 559, 9]]]}, {"answer": "confirming", "hint": "synonyms for confirming", "clues": [["substantiative", [5, 560, 0]], ["corroborative", [5, 560, 1]], ["validatory", [5, 560, 2]], ["confirmative", [5, 560, 3]], ["validating", [5, 560, 4]], ["corroboratory", [5, 560, 5]], ["confirmatory", [5, 560, 6]], ["verifying", [5, 560, 7]], ["positive", [5, 560, 8]], ["collateral", [5, 560, 9]], ["verificatory", [5, 560, 10]]]}, {"answer": "conformable", "hint": "synonyms for conformable", "clues": [["agreeable", [5, 561, 0]], ["concordant", [5, 561, 1]], ["accordant", [5, 561, 2]], ["consonant", [5, 561, 3]], ["amenable", [5, 561, 4]]]}, {"answer": "confounded", "hint": "synonyms for confounded", "clues": [["bemused", [5, 562, 0]], ["befuddled", [5, 562, 1]], ["confused", [5, 562, 2]], ["mazed", [5, 562, 3]], ["baffled", [5, 562, 4]], ["lost", [5, 562, 5]], ["mixed-up", [5, 562, 6]], ["at sea", [5, 562, 7]], ["bewildered", [5, 562, 8]]]}, {"answer": "confused", "hint": "synonyms for confused", "clues": [["upset", [5, 563, 0]], ["illogical", [5, 563, 1]], ["broken", [5, 563, 2]], ["baffled", [5, 563, 3]], ["mixed-up", [5, 563, 4]], ["scattered", [5, 563, 5]], ["bewildered", [5, 563, 6]], ["disoriented", [5, 563, 7]], ["disconnected", [5, 563, 8]], ["unconnected", [5, 563, 9]], ["bemused", [5, 563, 10]], ["garbled", [5, 563, 11]], ["lost", [5, 563, 12]], ["disordered", [5, 563, 13]], ["befuddled", [5, 563, 14]], ["mazed", [5, 563, 15]], ["confounded", [5, 563, 16]], ["at sea", [5, 563, 17]]]}, {"answer": "conjectural", "hint": "synonyms for conjectural", "clues": [["divinatory", [5, 564, 0]], ["hypothetical", [5, 564, 1]], ["supposed", [5, 564, 2]], ["supposititious", [5, 564, 3]], ["suppositional", [5, 564, 4]]]}, {"answer": "conniving", "hint": "synonyms for conniving", "clues": [["collusive", [5, 565, 0]], ["scheming", [5, 565, 1]], ["calculating", [5, 565, 2]], ["shrewd", [5, 565, 3]], ["calculative", [5, 565, 4]]]}, {"answer": "consanguine", "hint": "synonyms for consanguine", "clues": [["cognate", [5, 566, 0]], ["blood-related", [5, 566, 1]], ["consanguineous", [5, 566, 2]], ["akin", [5, 566, 3]], ["consanguineal", [5, 566, 4]]]}, {"answer": "consanguineal", "hint": "synonyms for consanguineal", "clues": [["cognate", [5, 567, 0]], ["blood-related", [5, 567, 1]], ["consanguineous", [5, 567, 2]], ["kin", [5, 567, 3]]]}, {"answer": "consanguineous", "hint": "synonyms for consanguineous", "clues": [["cognate", [5, 568, 0]], ["blood-related", [5, 568, 1]], ["kin", [5, 568, 2]], ["consanguineal", [5, 568, 3]]]}, {"answer": "consecrated", "hint": "synonyms for consecrated", "clues": [["consecrate", [5, 569, 0]], ["sacred", [5, 569, 1]], ["dedicated", [5, 569, 2]], ["sanctified", [5, 569, 3]]]}, {"answer": "consecutive", "hint": "synonyms for consecutive", "clues": [["back-to-back", [5, 570, 0]], ["serial", [5, 570, 1]], ["sequent", [5, 570, 2]], ["sequential", [5, 570, 3]], ["straight", [5, 570, 4]], ["successive", [5, 570, 5]]]}, {"answer": "consequent", "hint": "synonyms for consequent", "clues": [["attendant", [5, 571, 0]], ["concomitant", [5, 571, 1]], ["resultant", [5, 571, 2]], ["ensuant", [5, 571, 3]], ["accompanying", [5, 571, 4]], ["incidental", [5, 571, 5]], ["sequent", [5, 571, 6]]]}, {"answer": "conservative", "hint": "synonyms for conservative", "clues": [["cautious", [5, 572, 0]], ["bourgeois", [5, 572, 1]], ["button-down", [5, 572, 2]], ["materialistic", [5, 572, 3]]]}, {"answer": "consistent", "hint": "synonyms for consistent", "clues": [["coherent", [5, 573, 0]], ["uniform", [5, 573, 1]], ["ordered", [5, 573, 2]], ["logical", [5, 573, 3]], ["reproducible", [5, 573, 4]]]}, {"answer": "consonant", "hint": "synonyms for consonant", "clues": [["conformable", [5, 574, 0]], ["concordant", [5, 574, 1]], ["harmonised", [5, 574, 2]], ["accordant", [5, 574, 3]], ["harmonical", [5, 574, 4]], ["agreeable", [5, 574, 5]]]}, {"answer": "constant", "hint": "synonyms for constant", "clues": [["never-ending", [5, 575, 0]], ["ceaseless", [5, 575, 1]], ["changeless", [5, 575, 2]], ["unremitting", [5, 575, 3]], ["unceasing", [5, 575, 4]], ["invariant", [5, 575, 5]], ["incessant", [5, 575, 6]], ["perpetual", [5, 575, 7]], ["unvarying", [5, 575, 8]]]}, {"answer": "constitutional", "hint": "synonyms for constitutional", "clues": [["inbuilt", [5, 576, 0]], ["constitutive", [5, 576, 1]], ["integral", [5, 576, 2]], ["inherent", [5, 576, 3]], ["constituent", [5, 576, 4]], ["organic", [5, 576, 5]], ["built-in", [5, 576, 6]]]}, {"answer": "constraining", "hint": "synonyms for constraining", "clues": [["restricting", [5, 577, 0]], ["confining", [5, 577, 1]], ["limiting", [5, 577, 2]], ["constrictive", [5, 577, 3]]]}, {"answer": "constrictive", "hint": "synonyms for constrictive", "clues": [["restricting", [5, 578, 0]], ["constraining", [5, 578, 1]], ["constricting", [5, 578, 2]], ["confining", [5, 578, 3]], ["limiting", [5, 578, 4]], ["narrowing", [5, 578, 5]]]}, {"answer": "consummate", "hint": "synonyms for consummate", "clues": [["complete", [5, 579, 0]], ["double-dyed", [5, 579, 1]], ["arrant", [5, 579, 2]], ["utter", [5, 579, 3]], ["stark", [5, 579, 4]], ["masterful", [5, 579, 5]], ["pure", [5, 579, 6]], ["unadulterated", [5, 579, 7]], ["masterly", [5, 579, 8]], ["virtuoso", [5, 579, 9]], ["everlasting", [5, 579, 10]], ["staring", [5, 579, 11]], ["gross", [5, 579, 12]], ["thoroughgoing", [5, 579, 13]], ["sodding", [5, 579, 14]], ["perfect", [5, 579, 15]]]}, {"answer": "contagious", "hint": "synonyms for contagious", "clues": [["transmissible", [5, 580, 0]], ["transmittable", [5, 580, 1]], ["contractable", [5, 580, 2]], ["catching", [5, 580, 3]], ["communicable", [5, 580, 4]]]}, {"answer": "contemplative", "hint": "synonyms for contemplative", "clues": [["ruminative", [5, 581, 0]], ["pensive", [5, 581, 1]], ["brooding", [5, 581, 2]], ["pondering", [5, 581, 3]], ["reflective", [5, 581, 4]], ["meditative", [5, 581, 5]], ["broody", [5, 581, 6]], ["musing", [5, 581, 7]]]}, {"answer": "contentious", "hint": "synonyms for contentious", "clues": [["disputative", [5, 582, 0]], ["combative", [5, 582, 1]], ["litigious", [5, 582, 2]], ["disputatious", [5, 582, 3]]]}, {"answer": "conterminous", "hint": "synonyms for conterminous", "clues": [["coextensive", [5, 583, 0]], ["contiguous", [5, 583, 1]], ["coterminous", [5, 583, 2]], ["neighboring", [5, 583, 3]], ["adjacent", [5, 583, 4]]]}, {"answer": "contiguous", "hint": "synonyms for contiguous", "clues": [["immediate", [5, 584, 0]], ["neighboring", [5, 584, 1]], ["conterminous", [5, 584, 2]], ["adjacent", [5, 584, 3]]]}, {"answer": "contingent", "hint": "synonyms for contingent", "clues": [["dependant on", [5, 585, 0]], ["contingent upon", [5, 585, 1]], ["dependent upon", [5, 585, 2]], ["depending on", [5, 585, 3]]]}, {"answer": "contingent_on", "hint": "synonyms for contingent on", "clues": [["dependant on", [5, 586, 0]], ["contingent upon", [5, 586, 1]], ["depending on", [5, 586, 2]], ["dependent upon", [5, 586, 3]], ["contingent", [5, 586, 4]]]}, {"answer": "contingent_upon", "hint": "synonyms for contingent upon", "clues": [["dependant on", [5, 587, 0]], ["dependent upon", [5, 587, 1]], ["depending on", [5, 587, 2]], ["contingent on", [5, 587, 3]]]}, {"answer": "continuant", "hint": "synonyms for continuant", "clues": [["spirant", [5, 588, 0]], ["fricative", [5, 588, 1]], ["sibilant", [5, 588, 2]], ["strident", [5, 588, 3]]]}, {"answer": "contraband", "hint": "synonyms for contraband", "clues": [["black-market", [5, 589, 0]], ["smuggled", [5, 589, 1]], ["bootleg", [5, 589, 2]], ["black", [5, 589, 3]]]}, {"answer": "contractable", "hint": "synonyms for contractable", "clues": [["transmissible", [5, 590, 0]], ["transmittable", [5, 590, 1]], ["contagious", [5, 590, 2]], ["catching", [5, 590, 3]], ["communicable", [5, 590, 4]]]}, {"answer": "contradictory", "hint": "synonyms for contradictory", "clues": [["confounding", [5, 591, 0]], ["at odds", [5, 591, 1]], ["mutually exclusive", [5, 591, 2]], ["conflicting", [5, 591, 3]], ["self-contradictory", [5, 591, 4]]]}, {"answer": "contrary", "hint": "synonyms for contrary", "clues": [["obstinate", [5, 592, 0]], ["perverse", [5, 592, 1]], ["wayward", [5, 592, 2]], ["adverse", [5, 592, 3]]]}, {"answer": "contributing", "hint": "synonyms for contributing", "clues": [["contributory", [5, 593, 0]], ["tributary", [5, 593, 1]], ["conducive", [5, 593, 2]], ["contributive", [5, 593, 3]]]}, {"answer": "contributive", "hint": "synonyms for contributive", "clues": [["contributing", [5, 594, 0]], ["tributary", [5, 594, 1]], ["conducive", [5, 594, 2]], ["contributory", [5, 594, 3]]]}, {"answer": "contributory", "hint": "synonyms for contributory", "clues": [["contributing", [5, 595, 0]], ["tributary", [5, 595, 1]], ["conducive", [5, 595, 2]], ["contributive", [5, 595, 3]]]}, {"answer": "conventional", "hint": "synonyms for conventional", "clues": [["schematic", [5, 596, 0]], ["established", [5, 596, 1]], ["formal", [5, 596, 2]], ["ceremonious", [5, 596, 3]]]}, {"answer": "convertible", "hint": "synonyms for convertible", "clues": [["translatable", [5, 597, 0]], ["transformable", [5, 597, 1]], ["transmutable", [5, 597, 2]], ["exchangeable", [5, 597, 3]]]}, {"answer": "convoluted", "hint": "synonyms for convoluted", "clues": [["tangled", [5, 598, 0]], ["tortuous", [5, 598, 1]], ["convolute", [5, 598, 2]], ["involved", [5, 598, 3]], ["knotty", [5, 598, 4]]]}, {"answer": "cooccurring", "hint": "synonyms for cooccurring", "clues": [["concurrent", [5, 599, 0]], ["coincident", [5, 599, 1]], ["co-occurrent", [5, 599, 2]], ["coinciding", [5, 599, 3]], ["simultaneous", [5, 599, 4]]]}, {"answer": "cooperative", "hint": "synonyms for cooperative", "clues": [["conjunct", [5, 600, 0]], ["accommodative", [5, 600, 1]], ["conjunctive", [5, 600, 2]], ["concerted", [5, 600, 3]]]}, {"answer": "coordinated", "hint": "synonyms for coordinated", "clues": [["matching", [5, 601, 0]], ["co-ordinated", [5, 601, 1]], ["interconnected", [5, 601, 2]], ["unified", [5, 601, 3]]]}, {"answer": "copious", "hint": "synonyms for copious", "clues": [["ample", [5, 602, 0]], ["rich", [5, 602, 1]], ["plentiful", [5, 602, 2]], ["voluminous", [5, 602, 3]], ["plenteous", [5, 602, 4]]]}, {"answer": "corking", "hint": "synonyms for corking", "clues": [["nifty", [5, 603, 0]], ["great", [5, 603, 1]], ["not bad", [5, 603, 2]], ["bang-up", [5, 603, 3]], ["cracking", [5, 603, 4]], ["smashing", [5, 603, 5]], ["groovy", [5, 603, 6]], ["swell", [5, 603, 7]], ["neat", [5, 603, 8]], ["bully", [5, 603, 9]], ["peachy", [5, 603, 10]], ["dandy", [5, 603, 11]], ["keen", [5, 603, 12]], ["slap-up", [5, 603, 13]]]}, {"answer": "corporal", "hint": "synonyms for corporal", "clues": [["bodily", [5, 604, 0]], ["corporate", [5, 604, 1]], ["embodied", [5, 604, 2]], ["somatic", [5, 604, 3]], ["incarnate", [5, 604, 4]], ["corporeal", [5, 604, 5]]]}, {"answer": "corporate", "hint": "synonyms for corporate", "clues": [["corporal", [5, 605, 0]], ["collective", [5, 605, 1]], ["embodied", [5, 605, 2]], ["incarnate", [5, 605, 3]], ["incorporated", [5, 605, 4]]]}, {"answer": "corporeal", "hint": "synonyms for corporeal", "clues": [["material", [5, 606, 0]], ["bodily", [5, 606, 1]], ["corporal", [5, 606, 2]], ["somatic", [5, 606, 3]]]}, {"answer": "corroborative", "hint": "synonyms for corroborative", "clues": [["substantiative", [5, 607, 0]], ["validatory", [5, 607, 1]], ["validating", [5, 607, 2]], ["corroboratory", [5, 607, 3]], ["confirmatory", [5, 607, 4]], ["verifying", [5, 607, 5]], ["confirming", [5, 607, 6]], ["confirmative", [5, 607, 7]], ["collateral", [5, 607, 8]], ["verificatory", [5, 607, 9]]]}, {"answer": "corroboratory", "hint": "synonyms for corroboratory", "clues": [["substantiative", [5, 608, 0]], ["corroborative", [5, 608, 1]], ["validatory", [5, 608, 2]], ["validating", [5, 608, 3]], ["confirmatory", [5, 608, 4]], ["verifying", [5, 608, 5]], ["confirming", [5, 608, 6]], ["confirmative", [5, 608, 7]], ["collateral", [5, 608, 8]], ["verificatory", [5, 608, 9]]]}, {"answer": "corrosive", "hint": "synonyms for corrosive", "clues": [["caustic", [5, 609, 0]], ["erosive", [5, 609, 1]], ["mordant", [5, 609, 2]], ["vitriolic", [5, 609, 3]]]}, {"answer": "corruptible", "hint": "synonyms for corruptible", "clues": [["bribable", [5, 610, 0]], ["purchasable", [5, 610, 1]], ["dishonest", [5, 610, 2]], ["venal", [5, 610, 3]]]}, {"answer": "coruscant", "hint": "synonyms for coruscant", "clues": [["glinting", [5, 611, 0]], ["fulgid", [5, 611, 1]], ["glittery", [5, 611, 2]], ["scintillating", [5, 611, 3]], ["glittering", [5, 611, 4]], ["sparkly", [5, 611, 5]], ["scintillant", [5, 611, 6]]]}, {"answer": "cosmopolitan", "hint": "synonyms for cosmopolitan", "clues": [["universal", [5, 612, 0]], ["widely distributed", [5, 612, 1]], ["general", [5, 612, 2]], ["world-wide", [5, 612, 3]], ["ecumenical", [5, 612, 4]]]}, {"answer": "costless", "hint": "synonyms for costless", "clues": [["free", [5, 613, 0]], ["gratis", [5, 613, 1]], ["gratuitous", [5, 613, 2]], ["complimentary", [5, 613, 3]]]}, {"answer": "costly", "hint": "synonyms for costly", "clues": [["high-priced", [5, 614, 0]], ["pricey", [5, 614, 1]], ["dearly-won", [5, 614, 2]], ["dear", [5, 614, 3]]]}, {"answer": "countless", "hint": "synonyms for countless", "clues": [["multitudinous", [5, 615, 0]], ["unnumberable", [5, 615, 1]], ["unnumbered", [5, 615, 2]], ["myriad", [5, 615, 3]], ["infinite", [5, 615, 4]], ["numberless", [5, 615, 5]], ["uncounted", [5, 615, 6]], ["innumerous", [5, 615, 7]]]}, {"answer": "covetous", "hint": "synonyms for covetous", "clues": [["greedy", [5, 616, 0]], ["prehensile", [5, 616, 1]], ["grasping", [5, 616, 2]], ["envious", [5, 616, 3]], ["jealous", [5, 616, 4]], ["avaricious", [5, 616, 5]], ["grabby", [5, 616, 6]]]}, {"answer": "cozy", "hint": "synonyms for cozy", "clues": [["informal", [5, 617, 0]], ["snug", [5, 617, 1]], ["intimate", [5, 617, 2]], ["cosy", [5, 617, 3]]]}, {"answer": "crabbed", "hint": "synonyms for crabbed", "clues": [["grouchy", [5, 618, 0]], ["fussy", [5, 618, 1]], ["cross", [5, 618, 2]], ["grumpy", [5, 618, 3]], ["crabby", [5, 618, 4]], ["bad-tempered", [5, 618, 5]], ["ill-tempered", [5, 618, 6]]]}, {"answer": "crabby", "hint": "synonyms for crabby", "clues": [["crabbed", [5, 619, 0]], ["fussy", [5, 619, 1]], ["grouchy", [5, 619, 2]], ["cross", [5, 619, 3]], ["grumpy", [5, 619, 4]], ["bad-tempered", [5, 619, 5]], ["ill-tempered", [5, 619, 6]]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["ace", [5, 620, 0]], ["topnotch", [5, 620, 1]], ["super", [5, 620, 2]], ["first-rate", [5, 620, 3]], ["tops", [5, 620, 4]], ["tiptop", [5, 620, 5]]]}, {"answer": "cracked", "hint": "synonyms for cracked", "clues": [["round the bend", [5, 621, 0]], ["roughened", [5, 621, 1]], ["loco", [5, 621, 2]], ["balmy", [5, 621, 3]], ["bonkers", [5, 621, 4]], ["loony", [5, 621, 5]], ["alligatored", [5, 621, 6]], ["barmy", [5, 621, 7]], ["buggy", [5, 621, 8]], ["nutty", [5, 621, 9]], ["kookie", [5, 621, 10]], ["dotty", [5, 621, 11]], ["daft", [5, 621, 12]], ["fruity", [5, 621, 13]], ["haywire", [5, 621, 14]], ["bats", [5, 621, 15]], ["nuts", [5, 621, 16]], ["crackers", [5, 621, 17]], ["kooky", [5, 621, 18]], ["chapped", [5, 621, 19]], ["loopy", [5, 621, 20]], ["batty", [5, 621, 21]], ["whacky", [5, 621, 22]]]}, {"answer": "crackers", "hint": "synonyms for crackers", "clues": [["round the bend", [5, 622, 0]], ["loco", [5, 622, 1]], ["balmy", [5, 622, 2]], ["bonkers", [5, 622, 3]], ["loony", [5, 622, 4]], ["barmy", [5, 622, 5]], ["buggy", [5, 622, 6]], ["nutty", [5, 622, 7]], ["kookie", [5, 622, 8]], ["dotty", [5, 622, 9]], ["daft", [5, 622, 10]], ["fruity", [5, 622, 11]], ["haywire", [5, 622, 12]], ["bats", [5, 622, 13]], ["nuts", [5, 622, 14]], ["kooky", [5, 622, 15]], ["loopy", [5, 622, 16]], ["batty", [5, 622, 17]], ["whacky", [5, 622, 18]], ["cracked", [5, 622, 19]]]}, {"answer": "cracking", "hint": "synonyms for cracking", "clues": [["nifty", [5, 623, 0]], ["great", [5, 623, 1]], ["not bad", [5, 623, 2]], ["bang-up", [5, 623, 3]], ["smashing", [5, 623, 4]], ["groovy", [5, 623, 5]], ["swell", [5, 623, 6]], ["neat", [5, 623, 7]], ["bully", [5, 623, 8]], ["peachy", [5, 623, 9]], ["dandy", [5, 623, 10]], ["keen", [5, 623, 11]], ["corking", [5, 623, 12]], ["slap-up", [5, 623, 13]]]}, {"answer": "crafty", "hint": "synonyms for crafty", "clues": [["cunning", [5, 624, 0]], ["sly", [5, 624, 1]], ["tricksy", [5, 624, 2]], ["foxy", [5, 624, 3]], ["slick", [5, 624, 4]], ["dodgy", [5, 624, 5]], ["knavish", [5, 624, 6]], ["wily", [5, 624, 7]], ["guileful", [5, 624, 8]]]}, {"answer": "cranky", "hint": "synonyms for cranky", "clues": [["nettlesome", [5, 625, 0]], ["scratchy", [5, 625, 1]], ["techy", [5, 625, 2]], ["crank", [5, 625, 3]], ["fractious", [5, 625, 4]], ["irritable", [5, 625, 5]], ["pettish", [5, 625, 6]], ["tippy", [5, 625, 7]], ["tender", [5, 625, 8]], ["testy", [5, 625, 9]], ["peevish", [5, 625, 10]], ["petulant", [5, 625, 11]], ["peckish", [5, 625, 12]]]}, {"answer": "crappy", "hint": "synonyms for crappy", "clues": [["rotten", [5, 626, 0]], ["stinking", [5, 626, 1]], ["icky", [5, 626, 2]], ["lousy", [5, 626, 3]], ["stinky", [5, 626, 4]], ["shitty", [5, 626, 5]]]}, {"answer": "crashing", "hint": "synonyms for crashing", "clues": [["blinking", [5, 627, 0]], ["blooming", [5, 627, 1]], ["bloody", [5, 627, 2]], ["flaming", [5, 627, 3]], ["fucking", [5, 627, 4]], ["bally", [5, 627, 5]]]}, {"answer": "crazy", "hint": "synonyms for crazy", "clues": [["unbalanced", [5, 628, 0]], ["dotty", [5, 628, 1]], ["sick", [5, 628, 2]], ["gaga", [5, 628, 3]], ["softheaded", [5, 628, 4]], ["wild", [5, 628, 5]], ["brainsick", [5, 628, 6]], ["half-baked", [5, 628, 7]], ["demented", [5, 628, 8]], ["screwball", [5, 628, 9]], ["unhinged", [5, 628, 10]], ["disturbed", [5, 628, 11]], ["mad", [5, 628, 12]]]}, {"answer": "creaky", "hint": "synonyms for creaky", "clues": [["woebegone", [5, 629, 0]], ["run-down", [5, 629, 1]], ["flea-bitten", [5, 629, 2]], ["rheumy", [5, 629, 3]], ["rheumatoid", [5, 629, 4]], ["rheumatic", [5, 629, 5]], ["arthritic", [5, 629, 6]], ["decrepit", [5, 629, 7]], ["screaky", [5, 629, 8]], ["derelict", [5, 629, 9]]]}, {"answer": "criminal", "hint": "synonyms for criminal", "clues": [["felonious", [5, 630, 0]], ["condemnable", [5, 630, 1]], ["deplorable", [5, 630, 2]], ["vicious", [5, 630, 3]], ["reprehensible", [5, 630, 4]]]}, {"answer": "crimson", "hint": "synonyms for crimson", "clues": [["reddish", [5, 631, 0]], ["ruby-red", [5, 631, 1]], ["blood-red", [5, 631, 2]], ["cherry-red", [5, 631, 3]], ["cerise", [5, 631, 4]], ["ruddy", [5, 631, 5]], ["ruby", [5, 631, 6]], ["violent", [5, 631, 7]], ["red", [5, 631, 8]], ["reddened", [5, 631, 9]], ["red-faced", [5, 631, 10]], ["scarlet", [5, 631, 11]], ["flushed", [5, 631, 12]], ["cherry", [5, 631, 13]], ["carmine", [5, 631, 14]]]}, {"answer": "crinkled", "hint": "synonyms for crinkled", "clues": [["wavelike", [5, 632, 0]], ["crinkly", [5, 632, 1]], ["rippled", [5, 632, 2]], ["wavy", [5, 632, 3]]]}, {"answer": "crinkly", "hint": "synonyms for crinkly", "clues": [["wavelike", [5, 633, 0]], ["wavy", [5, 633, 1]], ["rippled", [5, 633, 2]], ["crinkled", [5, 633, 3]]]}, {"answer": "crippled", "hint": "synonyms for crippled", "clues": [["halt", [5, 634, 0]], ["game", [5, 634, 1]], ["lame", [5, 634, 2]], ["gimpy", [5, 634, 3]]]}, {"answer": "crisp", "hint": "synonyms for crisp", "clues": [["sharp", [5, 635, 0]], ["frosty", [5, 635, 1]], ["frizzy", [5, 635, 2]], ["snappy", [5, 635, 3]], ["curt", [5, 635, 4]], ["laconic", [5, 635, 5]], ["crispy", [5, 635, 6]], ["nipping", [5, 635, 7]], ["kinky", [5, 635, 8]], ["terse", [5, 635, 9]], ["nippy", [5, 635, 10]]]}, {"answer": "crocked", "hint": "synonyms for crocked", "clues": [["fuddled", [5, 636, 0]], ["sloshed", [5, 636, 1]], ["stiff", [5, 636, 2]], ["cockeyed", [5, 636, 3]], ["sozzled", [5, 636, 4]], ["pie-eyed", [5, 636, 5]], ["soaked", [5, 636, 6]], ["pixilated", [5, 636, 7]], ["blotto", [5, 636, 8]], ["wet", [5, 636, 9]], ["pissed", [5, 636, 10]], ["besotted", [5, 636, 11]], ["soused", [5, 636, 12]], ["slopped", [5, 636, 13]], ["smashed", [5, 636, 14]], ["blind drunk", [5, 636, 15]], ["plastered", [5, 636, 16]], ["loaded", [5, 636, 17]], ["tight", [5, 636, 18]], ["squiffy", [5, 636, 19]]]}, {"answer": "crookback", "hint": "synonyms for crookback", "clues": [["kyphotic", [5, 637, 0]], ["crookbacked", [5, 637, 1]], ["hunchbacked", [5, 637, 2]], ["humpbacked", [5, 637, 3]], ["gibbous", [5, 637, 4]], ["humped", [5, 637, 5]]]}, {"answer": "crookbacked", "hint": "synonyms for crookbacked", "clues": [["kyphotic", [5, 638, 0]], ["crookback", [5, 638, 1]], ["hunchbacked", [5, 638, 2]], ["humpbacked", [5, 638, 3]], ["gibbous", [5, 638, 4]], ["humped", [5, 638, 5]]]}, {"answer": "crooked", "hint": "synonyms for crooked", "clues": [["stooping", [5, 639, 0]], ["stooped", [5, 639, 1]], ["round-backed", [5, 639, 2]], ["corrupt", [5, 639, 3]], ["round-shouldered", [5, 639, 4]], ["hunched", [5, 639, 5]], ["asymmetrical", [5, 639, 6]]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["fussy", [5, 640, 0]], ["grumpy", [5, 640, 1]], ["bad-tempered", [5, 640, 2]], ["thwartwise", [5, 640, 3]], ["transverse", [5, 640, 4]], ["crabbed", [5, 640, 5]], ["grouchy", [5, 640, 6]], ["crabby", [5, 640, 7]], ["ill-tempered", [5, 640, 8]]]}, {"answer": "crowing", "hint": "synonyms for crowing", "clues": [["big", [5, 641, 0]], ["bragging", [5, 641, 1]], ["cock-a-hoop", [5, 641, 2]], ["boastful", [5, 641, 3]], ["braggy", [5, 641, 4]], ["braggart", [5, 641, 5]], ["self-aggrandising", [5, 641, 6]]]}, {"answer": "crucial", "hint": "synonyms for crucial", "clues": [["of the essence", [5, 642, 0]], ["all important", [5, 642, 1]], ["important", [5, 642, 2]], ["essential", [5, 642, 3]]]}, {"answer": "cruddy", "hint": "synonyms for cruddy", "clues": [["smutty", [5, 643, 0]], ["foul", [5, 643, 1]], ["filthy", [5, 643, 2]], ["nasty", [5, 643, 3]]]}, {"answer": "crude", "hint": "synonyms for crude", "clues": [["stark", [5, 644, 0]], ["earthy", [5, 644, 1]], ["unrefined", [5, 644, 2]], ["vulgar", [5, 644, 3]], ["gross", [5, 644, 4]], ["primitive", [5, 644, 5]], ["raw", [5, 644, 6]], ["rude", [5, 644, 7]], ["unprocessed", [5, 644, 8]], ["rough", [5, 644, 9]], ["blunt", [5, 644, 10]]]}, {"answer": "cruel", "hint": "synonyms for cruel", "clues": [["savage", [5, 645, 0]], ["barbarous", [5, 645, 1]], ["vicious", [5, 645, 2]], ["roughshod", [5, 645, 3]], ["brutal", [5, 645, 4]], ["fell", [5, 645, 5]]]}, {"answer": "crummy", "hint": "synonyms for crummy", "clues": [["cheesy", [5, 646, 0]], ["tinny", [5, 646, 1]], ["sleazy", [5, 646, 2]], ["chintzy", [5, 646, 3]], ["cheap", [5, 646, 4]], ["punk", [5, 646, 5]], ["bum", [5, 646, 6]]]}, {"answer": "crushed", "hint": "synonyms for crushed", "clues": [["broken", [5, 647, 0]], ["humiliated", [5, 647, 1]], ["low", [5, 647, 2]], ["humbled", [5, 647, 3]]]}, {"answer": "crusty", "hint": "synonyms for crusty", "clues": [["curmudgeonly", [5, 648, 0]], ["encrusted", [5, 648, 1]], ["ill-humoured", [5, 648, 2]], ["crustlike", [5, 648, 3]], ["gruff", [5, 648, 4]]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["glaring", [5, 649, 0]], ["insistent", [5, 649, 1]], ["egregious", [5, 649, 2]], ["exigent", [5, 649, 3]], ["rank", [5, 649, 4]], ["instant", [5, 649, 5]], ["flagrant", [5, 649, 6]], ["clamant", [5, 649, 7]], ["gross", [5, 649, 8]]]}, {"answer": "cryptic", "hint": "synonyms for cryptic", "clues": [["deep", [5, 650, 0]], ["sibylline", [5, 650, 1]], ["mystifying", [5, 650, 2]], ["cryptical", [5, 650, 3]], ["qabalistic", [5, 650, 4]], ["mysterious", [5, 650, 5]], ["inscrutable", [5, 650, 6]]]}, {"answer": "cryptical", "hint": "synonyms for cryptical", "clues": [["deep", [5, 651, 0]], ["sibylline", [5, 651, 1]], ["mystifying", [5, 651, 2]], ["cryptic", [5, 651, 3]], ["qabalistic", [5, 651, 4]], ["mysterious", [5, 651, 5]], ["inscrutable", [5, 651, 6]]]}, {"answer": "crystal_clear", "hint": "synonyms for crystal clear", "clues": [["lucid", [5, 652, 0]], ["crystalline", [5, 652, 1]], ["pellucid", [5, 652, 2]], ["transparent", [5, 652, 3]], ["perspicuous", [5, 652, 4]], ["limpid", [5, 652, 5]], ["luculent", [5, 652, 6]]]}, {"answer": "crystalline", "hint": "synonyms for crystalline", "clues": [["transparent", [5, 653, 0]], ["limpid", [5, 653, 1]], ["crystal clear", [5, 653, 2]], ["pellucid", [5, 653, 3]], ["lucid", [5, 653, 4]]]}, {"answer": "cube-shaped", "hint": "synonyms for cube-shaped", "clues": [["cuboidal", [5, 654, 0]], ["cubiform", [5, 654, 1]], ["cubelike", [5, 654, 2]], ["cubical", [5, 654, 3]]]}, {"answer": "cubelike", "hint": "synonyms for cubelike", "clues": [["cuboidal", [5, 655, 0]], ["cubiform", [5, 655, 1]], ["cubical", [5, 655, 2]], ["cube-shaped", [5, 655, 3]]]}, {"answer": "cubical", "hint": "synonyms for cubical", "clues": [["cuboidal", [5, 656, 0]], ["cubiform", [5, 656, 1]], ["cubelike", [5, 656, 2]], ["cube-shaped", [5, 656, 3]]]}, {"answer": "cubiform", "hint": "synonyms for cubiform", "clues": [["cuboidal", [5, 657, 0]], ["cubelike", [5, 657, 1]], ["cubical", [5, 657, 2]], ["cube-shaped", [5, 657, 3]]]}, {"answer": "cuboid", "hint": "synonyms for cuboid", "clues": [["cuboidal", [5, 658, 0]], ["cubiform", [5, 658, 1]], ["cubelike", [5, 658, 2]], ["cubical", [5, 658, 3]], ["cube-shaped", [5, 658, 4]]]}, {"answer": "cuboidal", "hint": "synonyms for cuboidal", "clues": [["cubiform", [5, 659, 0]], ["cuboid", [5, 659, 1]], ["cubelike", [5, 659, 2]], ["cubical", [5, 659, 3]], ["cube-shaped", [5, 659, 4]]]}, {"answer": "culpable", "hint": "synonyms for culpable", "clues": [["blamable", [5, 660, 0]], ["censurable", [5, 660, 1]], ["blameful", [5, 660, 2]], ["blameworthy", [5, 660, 3]]]}, {"answer": "cultivated", "hint": "synonyms for cultivated", "clues": [["civilized", [5, 661, 0]], ["polite", [5, 661, 1]], ["cultured", [5, 661, 2]], ["genteel", [5, 661, 3]]]}, {"answer": "cultured", "hint": "synonyms for cultured", "clues": [["civilized", [5, 662, 0]], ["polite", [5, 662, 1]], ["cultivated", [5, 662, 2]], ["genteel", [5, 662, 3]]]}, {"answer": "cumbersome", "hint": "synonyms for cumbersome", "clues": [["awkward", [5, 663, 0]], ["cumbrous", [5, 663, 1]], ["inept", [5, 663, 2]], ["clumsy", [5, 663, 3]], ["inapt", [5, 663, 4]], ["ill-chosen", [5, 663, 5]]]}, {"answer": "cunning", "hint": "synonyms for cunning", "clues": [["clever", [5, 664, 0]], ["sly", [5, 664, 1]], ["tricksy", [5, 664, 2]], ["ingenious", [5, 664, 3]], ["crafty", [5, 664, 4]], ["cute", [5, 664, 5]], ["foxy", [5, 664, 6]], ["slick", [5, 664, 7]], ["dodgy", [5, 664, 8]], ["knavish", [5, 664, 9]], ["wily", [5, 664, 10]], ["guileful", [5, 664, 11]]]}, {"answer": "curative", "hint": "synonyms for curative", "clues": [["remedial", [5, 665, 0]], ["sanative", [5, 665, 1]], ["healing", [5, 665, 2]], ["therapeutic", [5, 665, 3]], ["alterative", [5, 665, 4]]]}, {"answer": "cured", "hint": "synonyms for cured", "clues": [["aged", [5, 666, 0]], ["vulcanised", [5, 666, 1]], ["corned", [5, 666, 2]], ["recovered", [5, 666, 3]], ["healed", [5, 666, 4]]]}, {"answer": "curious", "hint": "synonyms for curious", "clues": [["rum", [5, 667, 0]], ["odd", [5, 667, 1]], ["queer", [5, 667, 2]], ["peculiar", [5, 667, 3]], ["funny", [5, 667, 4]], ["singular", [5, 667, 5]], ["rummy", [5, 667, 6]]]}, {"answer": "cursed", "hint": "synonyms for cursed", "clues": [["curst", [5, 668, 0]], ["damned", [5, 668, 1]], ["unsaved", [5, 668, 2]], ["doomed", [5, 668, 3]], ["unredeemed", [5, 668, 4]]]}, {"answer": "curt", "hint": "synonyms for curt", "clues": [["brusk", [5, 669, 0]], ["laconic", [5, 669, 1]], ["brusque", [5, 669, 2]], ["short", [5, 669, 3]], ["terse", [5, 669, 4]], ["crisp", [5, 669, 5]]]}, {"answer": "curvaceous", "hint": "synonyms for curvaceous", "clues": [["voluptuous", [5, 670, 0]], ["curvy", [5, 670, 1]], ["well-endowed", [5, 670, 2]], ["full-bosomed", [5, 670, 3]], ["stacked", [5, 670, 4]], ["busty", [5, 670, 5]], ["sonsie", [5, 670, 6]], ["sonsy", [5, 670, 7]], ["buxom", [5, 670, 8]], ["bosomy", [5, 670, 9]]]}, {"answer": "curvy", "hint": "synonyms for curvy", "clues": [["voluptuous", [5, 671, 0]], ["well-endowed", [5, 671, 1]], ["full-bosomed", [5, 671, 2]], ["curvaceous", [5, 671, 3]], ["stacked", [5, 671, 4]], ["busty", [5, 671, 5]], ["sonsie", [5, 671, 6]], ["sonsy", [5, 671, 7]], ["curvey", [5, 671, 8]], ["buxom", [5, 671, 9]], ["bosomy", [5, 671, 10]]]}, {"answer": "cuspated", "hint": "synonyms for cuspated", "clues": [["cuspidal", [5, 672, 0]], ["cuspate", [5, 672, 1]], ["cuspidated", [5, 672, 2]], ["cusped", [5, 672, 3]]]}, {"answer": "cuspidate", "hint": "synonyms for cuspidate", "clues": [["cuspidal", [5, 673, 0]], ["cuspate", [5, 673, 1]], ["cuspidated", [5, 673, 2]], ["cusped", [5, 673, 3]]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["trimmed", [5, 674, 0]], ["weakened", [5, 674, 1]], ["emasculated", [5, 674, 2]], ["slashed", [5, 674, 3]], ["shortened", [5, 674, 4]], ["gelded", [5, 674, 5]], ["mown", [5, 674, 6]], ["thinned", [5, 674, 7]]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["stinging", [5, 675, 0]], ["piercing", [5, 675, 1]], ["stabbing", [5, 675, 2]], ["raw", [5, 675, 3]], ["lancinating", [5, 675, 4]], ["knifelike", [5, 675, 5]], ["bleak", [5, 675, 6]], ["lancinate", [5, 675, 7]], ["keen", [5, 675, 8]], ["edged", [5, 675, 9]]]}, {"answer": "daft", "hint": "synonyms for daft", "clues": [["round the bend", [5, 676, 0]], ["loco", [5, 676, 1]], ["balmy", [5, 676, 2]], ["bonkers", [5, 676, 3]], ["loony", [5, 676, 4]], ["barmy", [5, 676, 5]], ["buggy", [5, 676, 6]], ["nutty", [5, 676, 7]], ["kookie", [5, 676, 8]], ["dotty", [5, 676, 9]], ["fruity", [5, 676, 10]], ["haywire", [5, 676, 11]], ["bats", [5, 676, 12]], ["nuts", [5, 676, 13]], ["crackers", [5, 676, 14]], ["kooky", [5, 676, 15]], ["loopy", [5, 676, 16]], ["batty", [5, 676, 17]], ["whacky", [5, 676, 18]], ["cracked", [5, 676, 19]]]}, {"answer": "daily", "hint": "synonyms for daily", "clues": [["day-to-day", [5, 677, 0]], ["casual", [5, 677, 1]], ["day-after-day", [5, 677, 2]], ["everyday", [5, 677, 3]], ["day-by-day", [5, 677, 4]]]}, {"answer": "dainty", "hint": "synonyms for dainty", "clues": [["squeamish", [5, 678, 0]], ["nice", [5, 678, 1]], ["prim", [5, 678, 2]], ["mincing", [5, 678, 3]], ["twee", [5, 678, 4]], ["overnice", [5, 678, 5]], ["prissy", [5, 678, 6]], ["exquisite", [5, 678, 7]], ["niminy-piminy", [5, 678, 8]]]}, {"answer": "damaging", "hint": "synonyms for damaging", "clues": [["detrimental", [5, 679, 0]], ["negative", [5, 679, 1]], ["prejudicious", [5, 679, 2]], ["prejudicial", [5, 679, 3]]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["blame", [5, 680, 0]], ["deuced", [5, 680, 1]], ["blasted", [5, 680, 2]], ["blessed", [5, 680, 3]], ["goddamn", [5, 680, 4]], ["infernal", [5, 680, 5]], ["damned", [5, 680, 6]], ["darned", [5, 680, 7]]]}, {"answer": "damned", "hint": "synonyms for damned", "clues": [["blasted", [5, 681, 0]], ["damn", [5, 681, 1]], ["blessed", [5, 681, 2]], ["unredeemed", [5, 681, 3]], ["darned", [5, 681, 4]], ["goddam", [5, 681, 5]], ["blamed", [5, 681, 6]], ["goddamned", [5, 681, 7]], ["infernal", [5, 681, 8]], ["unsaved", [5, 681, 9]], ["doomed", [5, 681, 10]], ["deuced", [5, 681, 11]], ["cursed", [5, 681, 12]]]}, {"answer": "dandy", "hint": "synonyms for dandy", "clues": [["nifty", [5, 682, 0]], ["great", [5, 682, 1]], ["not bad", [5, 682, 2]], ["bang-up", [5, 682, 3]], ["cracking", [5, 682, 4]], ["smashing", [5, 682, 5]], ["groovy", [5, 682, 6]], ["swell", [5, 682, 7]], ["neat", [5, 682, 8]], ["bully", [5, 682, 9]], ["peachy", [5, 682, 10]], ["keen", [5, 682, 11]], ["corking", [5, 682, 12]], ["slap-up", [5, 682, 13]]]}, {"answer": "dangerous", "hint": "synonyms for dangerous", "clues": [["unsafe", [5, 683, 0]], ["life-threatening", [5, 683, 1]], ["grievous", [5, 683, 2]], ["serious", [5, 683, 3]], ["grave", [5, 683, 4]], ["severe", [5, 683, 5]]]}, {"answer": "dapper", "hint": "synonyms for dapper", "clues": [["natty", [5, 684, 0]], ["spruce", [5, 684, 1]], ["snappy", [5, 684, 2]], ["spiffy", [5, 684, 3]], ["raffish", [5, 684, 4]], ["dashing", [5, 684, 5]], ["rakish", [5, 684, 6]], ["jaunty", [5, 684, 7]]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["audacious", [5, 685, 0]], ["venturesome", [5, 685, 1]], ["avant-garde", [5, 685, 2]], ["venturous", [5, 685, 3]]]}, {"answer": "dark", "hint": "synonyms for dark", "clues": [["disconsolate", [5, 686, 0]], ["sullen", [5, 686, 1]], ["obscure", [5, 686, 2]], ["grim", [5, 686, 3]], ["blue", [5, 686, 4]], ["sinister", [5, 686, 5]], ["glowering", [5, 686, 6]], ["sorry", [5, 686, 7]], ["non-white", [5, 686, 8]], ["coloured", [5, 686, 9]], ["glum", [5, 686, 10]], ["dour", [5, 686, 11]], ["black", [5, 686, 12]], ["dark-skinned", [5, 686, 13]], ["moody", [5, 686, 14]], ["morose", [5, 686, 15]], ["dismal", [5, 686, 16]], ["gloomy", [5, 686, 17]], ["dreary", [5, 686, 18]], ["benighted", [5, 686, 19]], ["dingy", [5, 686, 20]], ["sour", [5, 686, 21]], ["saturnine", [5, 686, 22]], ["drab", [5, 686, 23]]]}, {"answer": "dark-skinned", "hint": "synonyms for dark-skinned", "clues": [["dark", [5, 687, 0]], ["swarthy", [5, 687, 1]], ["dusky", [5, 687, 2]], ["colored", [5, 687, 3]], ["swart", [5, 687, 4]], ["non-white", [5, 687, 5]]]}, {"answer": "darned", "hint": "synonyms for darned", "clues": [["blasted", [5, 688, 0]], ["damn", [5, 688, 1]], ["blessed", [5, 688, 2]], ["goddam", [5, 688, 3]], ["infernal", [5, 688, 4]], ["blamed", [5, 688, 5]], ["goddamned", [5, 688, 6]], ["damned", [5, 688, 7]], ["deuced", [5, 688, 8]]]}, {"answer": "dashing", "hint": "synonyms for dashing", "clues": [["natty", [5, 689, 0]], ["spruce", [5, 689, 1]], ["gallant", [5, 689, 2]], ["snappy", [5, 689, 3]], ["spiffy", [5, 689, 4]], ["raffish", [5, 689, 5]], ["dapper", [5, 689, 6]], ["rakish", [5, 689, 7]], ["jaunty", [5, 689, 8]]]}, {"answer": "dateless", "hint": "synonyms for dateless", "clues": [["sempiternal", [5, 690, 0]], ["undated", [5, 690, 1]], ["endless", [5, 690, 2]], ["timeless", [5, 690, 3]]]}, {"answer": "dauntless", "hint": "synonyms for dauntless", "clues": [["intrepid", [5, 691, 0]], ["hardy", [5, 691, 1]], ["unfearing", [5, 691, 2]], ["fearless", [5, 691, 3]], ["audacious", [5, 691, 4]], ["brave", [5, 691, 5]]]}, {"answer": "dazed", "hint": "synonyms for dazed", "clues": [["stunned", [5, 692, 0]], ["stuporous", [5, 692, 1]], ["groggy", [5, 692, 2]], ["foggy", [5, 692, 3]], ["logy", [5, 692, 4]], ["stupefied", [5, 692, 5]], ["stupid", [5, 692, 6]]]}, {"answer": "dazzling", "hint": "synonyms for dazzling", "clues": [["fulgurous", [5, 693, 0]], ["blinding", [5, 693, 1]], ["blazing", [5, 693, 2]], ["fulgent", [5, 693, 3]], ["eye-popping", [5, 693, 4]], ["glaring", [5, 693, 5]], ["glary", [5, 693, 6]], ["fulgurant", [5, 693, 7]]]}, {"answer": "dead", "hint": "synonyms for dead", "clues": [["beat", [5, 694, 0]], ["utter", [5, 694, 1]], ["deadened", [5, 694, 2]], ["bushed", [5, 694, 3]], ["all in", [5, 694, 4]], ["drained", [5, 694, 5]], ["numb", [5, 694, 6]], ["stagnant", [5, 694, 7]], ["idle", [5, 694, 8]]]}, {"answer": "deadening", "hint": "synonyms for deadening", "clues": [["irksome", [5, 695, 0]], ["dull", [5, 695, 1]], ["tedious", [5, 695, 2]], ["slow", [5, 695, 3]], ["tiresome", [5, 695, 4]], ["boring", [5, 695, 5]], ["ho-hum", [5, 695, 6]], ["wearisome", [5, 695, 7]]]}, {"answer": "deadly", "hint": "synonyms for deadly", "clues": [["lethal", [5, 696, 0]], ["venomous", [5, 696, 1]], ["pernicious", [5, 696, 2]], ["deathly", [5, 696, 3]], ["mortal", [5, 696, 4]], ["virulent", [5, 696, 5]], ["baneful", [5, 696, 6]], ["pestilent", [5, 696, 7]]]}, {"answer": "deadpan", "hint": "synonyms for deadpan", "clues": [["unexpressive", [5, 697, 0]], ["impassive", [5, 697, 1]], ["poker-faced", [5, 697, 2]], ["expressionless", [5, 697, 3]]]}, {"answer": "dealt_out", "hint": "synonyms for dealt out", "clues": [["parceled out", [5, 698, 0]], ["apportioned", [5, 698, 1]], ["meted out", [5, 698, 2]], ["doled out", [5, 698, 3]]]}, {"answer": "dear", "hint": "synonyms for dear", "clues": [["high-priced", [5, 699, 0]], ["good", [5, 699, 1]], ["pricey", [5, 699, 2]], ["costly", [5, 699, 3]], ["heartfelt", [5, 699, 4]], ["devout", [5, 699, 5]], ["earnest", [5, 699, 6]], ["beloved", [5, 699, 7]], ["darling", [5, 699, 8]], ["near", [5, 699, 9]]]}, {"answer": "debased", "hint": "synonyms for debased", "clues": [["corrupted", [5, 700, 0]], ["devalued", [5, 700, 1]], ["degraded", [5, 700, 2]], ["adulterate", [5, 700, 3]], ["vitiated", [5, 700, 4]]]}, {"answer": "debatable", "hint": "synonyms for debatable", "clues": [["problematical", [5, 701, 0]], ["disputable", [5, 701, 1]], ["arguable", [5, 701, 2]], ["moot", [5, 701, 3]]]}, {"answer": "debauched", "hint": "synonyms for debauched", "clues": [["riotous", [5, 702, 0]], ["degenerate", [5, 702, 1]], ["dissipated", [5, 702, 2]], ["fast", [5, 702, 3]], ["libertine", [5, 702, 4]], ["dissolute", [5, 702, 5]], ["degraded", [5, 702, 6]], ["profligate", [5, 702, 7]]]}, {"answer": "debile", "hint": "synonyms for debile", "clues": [["weakly", [5, 703, 0]], ["decrepit", [5, 703, 1]], ["infirm", [5, 703, 2]], ["sapless", [5, 703, 3]], ["rickety", [5, 703, 4]], ["feeble", [5, 703, 5]]]}, {"answer": "debonair", "hint": "synonyms for debonair", "clues": [["suave", [5, 704, 0]], ["chipper", [5, 704, 1]], ["debonnaire", [5, 704, 2]], ["jaunty", [5, 704, 3]]]}, {"answer": "debonaire", "hint": "synonyms for debonaire", "clues": [["debonair", [5, 705, 0]], ["suave", [5, 705, 1]], ["chipper", [5, 705, 2]], ["jaunty", [5, 705, 3]]]}, {"answer": "deceased", "hint": "synonyms for deceased", "clues": [["at rest", [5, 706, 0]], ["gone", [5, 706, 1]], ["at peace", [5, 706, 2]], ["asleep", [5, 706, 3]], ["departed", [5, 706, 4]]]}, {"answer": "deceitful", "hint": "synonyms for deceitful", "clues": [["double-tongued", [5, 707, 0]], ["double-dealing", [5, 707, 1]], ["two-faced", [5, 707, 2]], ["fallacious", [5, 707, 3]], ["ambidextrous", [5, 707, 4]], ["double-faced", [5, 707, 5]], ["duplicitous", [5, 707, 6]], ["fraudulent", [5, 707, 7]]]}, {"answer": "decent", "hint": "synonyms for decent", "clues": [["enough", [5, 708, 0]], ["comme il faut", [5, 708, 1]], ["comely", [5, 708, 2]], ["adequate", [5, 708, 3]], ["decorous", [5, 708, 4]], ["nice", [5, 708, 5]], ["becoming", [5, 708, 6]], ["seemly", [5, 708, 7]]]}, {"answer": "declamatory", "hint": "synonyms for declamatory", "clues": [["turgid", [5, 709, 0]], ["orotund", [5, 709, 1]], ["tumid", [5, 709, 2]], ["bombastic", [5, 709, 3]], ["large", [5, 709, 4]]]}, {"answer": "decorous", "hint": "synonyms for decorous", "clues": [["comme il faut", [5, 710, 0]], ["comely", [5, 710, 1]], ["decent", [5, 710, 2]], ["becoming", [5, 710, 3]], ["seemly", [5, 710, 4]]]}, {"answer": "decrepit", "hint": "synonyms for decrepit", "clues": [["weakly", [5, 711, 0]], ["infirm", [5, 711, 1]], ["rickety", [5, 711, 2]], ["woebegone", [5, 711, 3]], ["feeble", [5, 711, 4]], ["run-down", [5, 711, 5]], ["flea-bitten", [5, 711, 6]], ["creaky", [5, 711, 7]], ["sapless", [5, 711, 8]], ["debile", [5, 711, 9]], ["derelict", [5, 711, 10]]]}, {"answer": "deep", "hint": "synonyms for deep", "clues": [["cryptical", [5, 712, 0]], ["abstruse", [5, 712, 1]], ["mystifying", [5, 712, 2]], ["recondite", [5, 712, 3]], ["rich", [5, 712, 4]], ["mysterious", [5, 712, 5]], ["thick", [5, 712, 6]], ["inscrutable", [5, 712, 7]], ["bass", [5, 712, 8]]]}, {"answer": "defamatory", "hint": "synonyms for defamatory", "clues": [["slanderous", [5, 713, 0]], ["calumnious", [5, 713, 1]], ["denigrative", [5, 713, 2]], ["libellous", [5, 713, 3]], ["denigrating", [5, 713, 4]], ["denigratory", [5, 713, 5]], ["calumniatory", [5, 713, 6]]]}, {"answer": "defeated", "hint": "synonyms for defeated", "clues": [["foiled", [5, 714, 0]], ["disappointed", [5, 714, 1]], ["discomfited", [5, 714, 2]], ["thwarted", [5, 714, 3]], ["frustrated", [5, 714, 4]]]}, {"answer": "deficient", "hint": "synonyms for deficient", "clues": [["substandard", [5, 715, 0]], ["lacking", [5, 715, 1]], ["insufficient", [5, 715, 2]], ["inferior", [5, 715, 3]], ["wanting", [5, 715, 4]]]}, {"answer": "definitive", "hint": "synonyms for definitive", "clues": [["determinate", [5, 716, 0]], ["classical", [5, 716, 1]], ["unequivocal", [5, 716, 2]], ["authoritative", [5, 716, 3]]]}, {"answer": "deformed", "hint": "synonyms for deformed", "clues": [["malformed", [5, 717, 0]], ["distorted", [5, 717, 1]], ["ill-shapen", [5, 717, 2]], ["misshapen", [5, 717, 3]]]}, {"answer": "degenerate", "hint": "synonyms for degenerate", "clues": [["riotous", [5, 718, 0]], ["dissipated", [5, 718, 1]], ["fast", [5, 718, 2]], ["debauched", [5, 718, 3]], ["libertine", [5, 718, 4]], ["dissolute", [5, 718, 5]], ["degraded", [5, 718, 6]], ["profligate", [5, 718, 7]]]}, {"answer": "degraded", "hint": "synonyms for degraded", "clues": [["riotous", [5, 719, 0]], ["devalued", [5, 719, 1]], ["degenerate", [5, 719, 2]], ["fast", [5, 719, 3]], ["dissipated", [5, 719, 4]], ["debauched", [5, 719, 5]], ["debased", [5, 719, 6]], ["libertine", [5, 719, 7]], ["dissolute", [5, 719, 8]], ["profligate", [5, 719, 9]]]}, {"answer": "delectable", "hint": "synonyms for delectable", "clues": [["luscious", [5, 720, 0]], ["toothsome", [5, 720, 1]], ["sexually attractive", [5, 720, 2]], ["pleasant-tasting", [5, 720, 3]], ["scrumptious", [5, 720, 4]], ["yummy", [5, 720, 5]], ["delicious", [5, 720, 6]]]}, {"answer": "delicate", "hint": "synonyms for delicate", "clues": [["ticklish", [5, 721, 0]], ["touchy", [5, 721, 1]], ["fragile", [5, 721, 2]], ["soft", [5, 721, 3]], ["frail", [5, 721, 4]], ["finespun", [5, 721, 5]]]}, {"answer": "delicious", "hint": "synonyms for delicious", "clues": [["luscious", [5, 722, 0]], ["delectable", [5, 722, 1]], ["toothsome", [5, 722, 2]], ["delightful", [5, 722, 3]], ["pleasant-tasting", [5, 722, 4]], ["scrumptious", [5, 722, 5]], ["yummy", [5, 722, 6]]]}, {"answer": "delighted", "hint": "synonyms for delighted", "clues": [["charmed", [5, 723, 0]], ["entranced", [5, 723, 1]], ["enthralled", [5, 723, 2]], ["beguiled", [5, 723, 3]], ["captivated", [5, 723, 4]]]}, {"answer": "delinquent", "hint": "synonyms for delinquent", "clues": [["remiss", [5, 724, 0]], ["neglectful", [5, 724, 1]], ["overdue", [5, 724, 2]], ["derelict", [5, 724, 3]]]}, {"answer": "delirious", "hint": "synonyms for delirious", "clues": [["unrestrained", [5, 725, 0]], ["hallucinating", [5, 725, 1]], ["excited", [5, 725, 2]], ["mad", [5, 725, 3]], ["frantic", [5, 725, 4]]]}, {"answer": "deluxe", "hint": "synonyms for deluxe", "clues": [["luxe", [5, 726, 0]], ["grand", [5, 726, 1]], ["gilded", [5, 726, 2]], ["de luxe", [5, 726, 3]], ["opulent", [5, 726, 4]], ["luxurious", [5, 726, 5]], ["sumptuous", [5, 726, 6]], ["princely", [5, 726, 7]]]}, {"answer": "demented", "hint": "synonyms for demented", "clues": [["unbalanced", [5, 727, 0]], ["sick", [5, 727, 1]], ["crazy", [5, 727, 2]], ["unhinged", [5, 727, 3]], ["disturbed", [5, 727, 4]], ["mad", [5, 727, 5]], ["brainsick", [5, 727, 6]]]}, {"answer": "demode", "hint": "synonyms for demode", "clues": [["antique", [5, 728, 0]], ["outmoded", [5, 728, 1]], ["ex", [5, 728, 2]], ["passee", [5, 728, 3]], ["old-fashioned", [5, 728, 4]], ["old-hat", [5, 728, 5]]]}, {"answer": "demoniac", "hint": "synonyms for demoniac", "clues": [["possessed", [5, 729, 0]], ["berserk", [5, 729, 1]], ["amuck", [5, 729, 2]], ["amok", [5, 729, 3]], ["demoniacal", [5, 729, 4]]]}, {"answer": "demoniacal", "hint": "synonyms for demoniacal", "clues": [["possessed", [5, 730, 0]], ["berserk", [5, 730, 1]], ["amuck", [5, 730, 2]], ["amok", [5, 730, 3]], ["demoniac", [5, 730, 4]]]}, {"answer": "demonic", "hint": "synonyms for demonic", "clues": [["diabolic", [5, 731, 0]], ["hellish", [5, 731, 1]], ["satanic", [5, 731, 2]], ["fiendish", [5, 731, 3]], ["infernal", [5, 731, 4]], ["unholy", [5, 731, 5]]]}, {"answer": "dendriform", "hint": "synonyms for dendriform", "clues": [["dendroid", [5, 732, 0]], ["arboresque", [5, 732, 1]], ["arborescent", [5, 732, 2]], ["treelike", [5, 732, 3]], ["arboreous", [5, 732, 4]], ["arboreal", [5, 732, 5]], ["tree-shaped", [5, 732, 6]], ["arboriform", [5, 732, 7]]]}, {"answer": "dendroid", "hint": "synonyms for dendroid", "clues": [["arboresque", [5, 733, 0]], ["arborescent", [5, 733, 1]], ["treelike", [5, 733, 2]], ["dendroidal", [5, 733, 3]], ["arboreous", [5, 733, 4]], ["arboreal", [5, 733, 5]], ["dendriform", [5, 733, 6]], ["tree-shaped", [5, 733, 7]], ["arboriform", [5, 733, 8]]]}, {"answer": "dendroidal", "hint": "synonyms for dendroidal", "clues": [["dendroid", [5, 734, 0]], ["arboresque", [5, 734, 1]], ["arborescent", [5, 734, 2]], ["treelike", [5, 734, 3]], ["arboreous", [5, 734, 4]], ["arboreal", [5, 734, 5]], ["dendriform", [5, 734, 6]], ["tree-shaped", [5, 734, 7]], ["arboriform", [5, 734, 8]]]}, {"answer": "denigrating", "hint": "synonyms for denigrating", "clues": [["slanderous", [5, 735, 0]], ["calumnious", [5, 735, 1]], ["denigrative", [5, 735, 2]], ["libellous", [5, 735, 3]], ["defamatory", [5, 735, 4]], ["denigratory", [5, 735, 5]], ["calumniatory", [5, 735, 6]]]}, {"answer": "denigrative", "hint": "synonyms for denigrative", "clues": [["slanderous", [5, 736, 0]], ["calumnious", [5, 736, 1]], ["libellous", [5, 736, 2]], ["denigrating", [5, 736, 3]], ["defamatory", [5, 736, 4]], ["denigratory", [5, 736, 5]], ["calumniatory", [5, 736, 6]]]}, {"answer": "denigratory", "hint": "synonyms for denigratory", "clues": [["slanderous", [5, 737, 0]], ["calumnious", [5, 737, 1]], ["denigrative", [5, 737, 2]], ["libellous", [5, 737, 3]], ["denigrating", [5, 737, 4]], ["defamatory", [5, 737, 5]], ["calumniatory", [5, 737, 6]]]}, {"answer": "dense", "hint": "synonyms for dense", "clues": [["slow", [5, 738, 0]], ["thick", [5, 738, 1]], ["obtuse", [5, 738, 2]], ["dim", [5, 738, 3]], ["dumb", [5, 738, 4]], ["impenetrable", [5, 738, 5]], ["dull", [5, 738, 6]], ["heavy", [5, 738, 7]]]}, {"answer": "departed", "hint": "synonyms for departed", "clues": [["at rest", [5, 739, 0]], ["gone", [5, 739, 1]], ["deceased", [5, 739, 2]], ["bypast", [5, 739, 3]], ["foregone", [5, 739, 4]], ["at peace", [5, 739, 5]], ["bygone", [5, 739, 6]], ["asleep", [5, 739, 7]]]}, {"answer": "dependable", "hint": "synonyms for dependable", "clues": [["steady-going", [5, 740, 0]], ["safe", [5, 740, 1]], ["honest", [5, 740, 2]], ["reliable", [5, 740, 3]], ["good", [5, 740, 4]], ["true", [5, 740, 5]], ["rock-steady", [5, 740, 6]], ["secure", [5, 740, 7]]]}, {"answer": "dependant", "hint": "synonyms for dependant", "clues": [["qualified", [5, 741, 0]], ["drug-addicted", [5, 741, 1]], ["hooked", [5, 741, 2]], ["dependent", [5, 741, 3]], ["strung-out", [5, 741, 4]]]}, {"answer": "dependant_on", "hint": "synonyms for dependant on", "clues": [["dependent on", [5, 742, 0]], ["contingent upon", [5, 742, 1]], ["depending on", [5, 742, 2]], ["dependant upon", [5, 742, 3]], ["contingent", [5, 742, 4]]]}, {"answer": "dependant_upon", "hint": "synonyms for dependant upon", "clues": [["dependant on", [5, 743, 0]], ["contingent upon", [5, 743, 1]], ["dependent upon", [5, 743, 2]], ["depending on", [5, 743, 3]], ["contingent", [5, 743, 4]]]}, {"answer": "dependent", "hint": "synonyms for dependent", "clues": [["subject", [5, 744, 0]], ["pendant", [5, 744, 1]], ["subordinate", [5, 744, 2]], ["qualified", [5, 744, 3]], ["drug-addicted", [5, 744, 4]], ["hooked", [5, 744, 5]], ["strung-out", [5, 744, 6]]]}, {"answer": "dependent_on", "hint": "synonyms for dependent on", "clues": [["dependant on", [5, 745, 0]], ["contingent upon", [5, 745, 1]], ["dependent upon", [5, 745, 2]], ["depending on", [5, 745, 3]], ["contingent", [5, 745, 4]]]}, {"answer": "dependent_upon", "hint": "synonyms for dependent upon", "clues": [["dependant on", [5, 746, 0]], ["contingent upon", [5, 746, 1]], ["depending on", [5, 746, 2]], ["contingent", [5, 746, 3]]]}, {"answer": "depending_on", "hint": "synonyms for depending on", "clues": [["dependant on", [5, 747, 0]], ["contingent upon", [5, 747, 1]], ["dependent upon", [5, 747, 2]], ["contingent", [5, 747, 3]]]}, {"answer": "deplorable", "hint": "synonyms for deplorable", "clues": [["distressing", [5, 748, 0]], ["woeful", [5, 748, 1]], ["condemnable", [5, 748, 2]], ["miserable", [5, 748, 3]], ["sad", [5, 748, 4]], ["execrable", [5, 748, 5]], ["criminal", [5, 748, 6]], ["pitiful", [5, 748, 7]], ["wretched", [5, 748, 8]], ["reprehensible", [5, 748, 9]], ["sorry", [5, 748, 10]], ["lamentable", [5, 748, 11]], ["vicious", [5, 748, 12]]]}, {"answer": "deprecating", "hint": "synonyms for deprecating", "clues": [["deprecative", [5, 749, 0]], ["deprecatory", [5, 749, 1]], ["slighting", [5, 749, 2]], ["belittling", [5, 749, 3]]]}, {"answer": "deprecative", "hint": "synonyms for deprecative", "clues": [["depreciative", [5, 750, 0]], ["deprecatory", [5, 750, 1]], ["slighting", [5, 750, 2]], ["belittling", [5, 750, 3]], ["deprecating", [5, 750, 4]]]}, {"answer": "deprecatory", "hint": "synonyms for deprecatory", "clues": [["deprecative", [5, 751, 0]], ["slighting", [5, 751, 1]], ["belittling", [5, 751, 2]], ["depreciatory", [5, 751, 3]], ["deprecating", [5, 751, 4]]]}, {"answer": "depreciative", "hint": "synonyms for depreciative", "clues": [["deprecative", [5, 752, 0]], ["belittling", [5, 752, 1]], ["depreciatory", [5, 752, 2]], ["deprecating", [5, 752, 3]], ["slighting", [5, 752, 4]]]}, {"answer": "depreciatory", "hint": "synonyms for depreciatory", "clues": [["deprecative", [5, 753, 0]], ["belittling", [5, 753, 1]], ["deprecating", [5, 753, 2]], ["slighting", [5, 753, 3]], ["deprecatory", [5, 753, 4]]]}, {"answer": "depressed", "hint": "synonyms for depressed", "clues": [["low", [5, 754, 0]], ["downhearted", [5, 754, 1]], ["low-spirited", [5, 754, 2]], ["down", [5, 754, 3]], ["gloomy", [5, 754, 4]], ["dispirited", [5, 754, 5]], ["grim", [5, 754, 6]], ["down in the mouth", [5, 754, 7]], ["downcast", [5, 754, 8]], ["blue", [5, 754, 9]]]}, {"answer": "derelict", "hint": "synonyms for derelict", "clues": [["woebegone", [5, 755, 0]], ["deserted", [5, 755, 1]], ["neglectful", [5, 755, 2]], ["run-down", [5, 755, 3]], ["bedraggled", [5, 755, 4]], ["abandoned", [5, 755, 5]], ["flea-bitten", [5, 755, 6]], ["creaky", [5, 755, 7]], ["delinquent", [5, 755, 8]], ["broken-down", [5, 755, 9]], ["tumble-down", [5, 755, 10]], ["tatterdemalion", [5, 755, 11]], ["decrepit", [5, 755, 12]], ["remiss", [5, 755, 13]], ["ramshackle", [5, 755, 14]], ["dilapidated", [5, 755, 15]]]}, {"answer": "derisive", "hint": "synonyms for derisive", "clues": [["jeering", [5, 756, 0]], ["taunting", [5, 756, 1]], ["mocking", [5, 756, 2]], ["gibelike", [5, 756, 3]]]}, {"answer": "derisory", "hint": "synonyms for derisory", "clues": [["preposterous", [5, 757, 0]], ["ludicrous", [5, 757, 1]], ["absurd", [5, 757, 2]], ["laughable", [5, 757, 3]], ["nonsensical", [5, 757, 4]], ["cockeyed", [5, 757, 5]], ["idiotic", [5, 757, 6]], ["ridiculous", [5, 757, 7]]]}, {"answer": "dermal", "hint": "synonyms for dermal", "clues": [["epidermal", [5, 758, 0]], ["epidermic", [5, 758, 1]], ["cutaneal", [5, 758, 2]], ["dermic", [5, 758, 3]], ["cutaneous", [5, 758, 4]], ["cuticular", [5, 758, 5]]]}, {"answer": "desiccated", "hint": "synonyms for desiccated", "clues": [["desiccate", [5, 759, 0]], ["dried", [5, 759, 1]], ["dehydrated", [5, 759, 2]], ["dried-out", [5, 759, 3]], ["arid", [5, 759, 4]]]}, {"answer": "desired", "hint": "synonyms for desired", "clues": [["in demand", [5, 760, 0]], ["craved", [5, 760, 1]], ["coveted", [5, 760, 2]], ["sought after", [5, 760, 3]]]}, {"answer": "desolate", "hint": "synonyms for desolate", "clues": [["bare", [5, 761, 0]], ["stark", [5, 761, 1]], ["bleak", [5, 761, 2]], ["barren", [5, 761, 3]]]}, {"answer": "desperate", "hint": "synonyms for desperate", "clues": [["dire", [5, 762, 0]], ["heroic", [5, 762, 1]], ["despairing", [5, 762, 2]], ["do-or-die", [5, 762, 3]]]}, {"answer": "despicable", "hint": "synonyms for despicable", "clues": [["slimy", [5, 763, 0]], ["worthless", [5, 763, 1]], ["ugly", [5, 763, 2]], ["wretched", [5, 763, 3]], ["unworthy", [5, 763, 4]], ["vile", [5, 763, 5]]]}, {"answer": "despoiled", "hint": "synonyms for despoiled", "clues": [["raped", [5, 764, 0]], ["ravaged", [5, 764, 1]], ["pillaged", [5, 764, 2]], ["sacked", [5, 764, 3]]]}, {"answer": "despotic", "hint": "synonyms for despotic", "clues": [["tyrannical", [5, 765, 0]], ["despotical", [5, 765, 1]], ["dictatorial", [5, 765, 2]], ["authoritarian", [5, 765, 3]], ["autocratic", [5, 765, 4]]]}, {"answer": "destitute", "hint": "synonyms for destitute", "clues": [["poverty-stricken", [5, 766, 0]], ["devoid", [5, 766, 1]], ["needy", [5, 766, 2]], ["barren", [5, 766, 3]], ["innocent", [5, 766, 4]], ["free", [5, 766, 5]], ["impoverished", [5, 766, 6]], ["necessitous", [5, 766, 7]], ["indigent", [5, 766, 8]]]}, {"answer": "detached", "hint": "synonyms for detached", "clues": [["uncaring", [5, 767, 0]], ["unaffectionate", [5, 767, 1]], ["separated", [5, 767, 2]], ["isolated", [5, 767, 3]], ["degage", [5, 767, 4]], ["free", [5, 767, 5]], ["set-apart", [5, 767, 6]], ["uninvolved", [5, 767, 7]]]}, {"answer": "determined", "hint": "synonyms for determined", "clues": [["compulsive", [5, 768, 0]], ["set", [5, 768, 1]], ["driven", [5, 768, 2]], ["dictated", [5, 768, 3]]]}, {"answer": "detestable", "hint": "synonyms for detestable", "clues": [["repulsive", [5, 769, 0]], ["odious", [5, 769, 1]], ["execrable", [5, 769, 2]], ["abhorrent", [5, 769, 3]], ["abominable", [5, 769, 4]], ["obscene", [5, 769, 5]], ["repugnant", [5, 769, 6]]]}, {"answer": "deuced", "hint": "synonyms for deuced", "clues": [["blasted", [5, 770, 0]], ["damn", [5, 770, 1]], ["blessed", [5, 770, 2]], ["darned", [5, 770, 3]], ["goddam", [5, 770, 4]], ["blamed", [5, 770, 5]], ["infernal", [5, 770, 6]], ["damned", [5, 770, 7]], ["goddamned", [5, 770, 8]]]}, {"answer": "devastating", "hint": "synonyms for devastating", "clues": [["annihilative", [5, 771, 0]], ["crushing", [5, 771, 1]], ["withering", [5, 771, 2]], ["annihilating", [5, 771, 3]]]}, {"answer": "devil-may-care", "hint": "synonyms for devil-may-care", "clues": [["carefree", [5, 772, 0]], ["rakish", [5, 772, 1]], ["raffish", [5, 772, 2]], ["freewheeling", [5, 772, 3]], ["happy-go-lucky", [5, 772, 4]], ["harum-scarum", [5, 772, 5]], ["slaphappy", [5, 772, 6]]]}, {"answer": "devilish", "hint": "synonyms for devilish", "clues": [["mephistophelean", [5, 773, 0]], ["roguish", [5, 773, 1]], ["rascally", [5, 773, 2]], ["diabolic", [5, 773, 3]]]}, {"answer": "devious", "hint": "synonyms for devious", "clues": [["oblique", [5, 774, 0]], ["circuitous", [5, 774, 1]], ["shifty", [5, 774, 2]], ["roundabout", [5, 774, 3]]]}, {"answer": "devoid", "hint": "synonyms for devoid", "clues": [["barren", [5, 775, 0]], ["innocent", [5, 775, 1]], ["free", [5, 775, 2]], ["destitute", [5, 775, 3]]]}, {"answer": "devout", "hint": "synonyms for devout", "clues": [["dear", [5, 776, 0]], ["god-fearing", [5, 776, 1]], ["earnest", [5, 776, 2]], ["heartfelt", [5, 776, 3]]]}, {"answer": "dewy-eyed", "hint": "synonyms for dewy-eyed", "clues": [["childlike", [5, 777, 0]], ["simple", [5, 777, 1]], ["round-eyed", [5, 777, 2]], ["wide-eyed", [5, 777, 3]]]}, {"answer": "diabolic", "hint": "synonyms for diabolic", "clues": [["mephistophelean", [5, 778, 0]], ["diabolical", [5, 778, 1]], ["demonic", [5, 778, 2]], ["hellish", [5, 778, 3]], ["devilish", [5, 778, 4]], ["unholy", [5, 778, 5]], ["fiendish", [5, 778, 6]], ["satanic", [5, 778, 7]], ["infernal", [5, 778, 8]]]}, {"answer": "diabolical", "hint": "synonyms for diabolical", "clues": [["mephistophelean", [5, 779, 0]], ["demonic", [5, 779, 1]], ["hellish", [5, 779, 2]], ["devilish", [5, 779, 3]], ["unholy", [5, 779, 4]], ["fiendish", [5, 779, 5]], ["diabolic", [5, 779, 6]], ["satanic", [5, 779, 7]], ["infernal", [5, 779, 8]]]}, {"answer": "diagonal", "hint": "synonyms for diagonal", "clues": [["aslope", [5, 780, 0]], ["slanted", [5, 780, 1]], ["aslant", [5, 780, 2]], ["sloping", [5, 780, 3]], ["slanting", [5, 780, 4]], ["sloped", [5, 780, 5]]]}, {"answer": "diametrical", "hint": "synonyms for diametrical", "clues": [["diametric", [5, 781, 0]], ["opposite", [5, 781, 1]], ["diametral", [5, 781, 2]], ["polar", [5, 781, 3]]]}, {"answer": "diaphanous", "hint": "synonyms for diaphanous", "clues": [["gossamer", [5, 782, 0]], ["vaporous", [5, 782, 1]], ["see-through", [5, 782, 2]], ["transparent", [5, 782, 3]], ["gauze-like", [5, 782, 4]], ["gauzy", [5, 782, 5]], ["sheer", [5, 782, 6]], ["cobwebby", [5, 782, 7]], ["filmy", [5, 782, 8]]]}, {"answer": "dictatorial", "hint": "synonyms for dictatorial", "clues": [["despotic", [5, 783, 0]], ["tyrannical", [5, 783, 1]], ["authoritarian", [5, 783, 2]], ["overbearing", [5, 783, 3]], ["autocratic", [5, 783, 4]]]}, {"answer": "digressive", "hint": "synonyms for digressive", "clues": [["tangential", [5, 784, 0]], ["discursive", [5, 784, 1]], ["rambling", [5, 784, 2]], ["excursive", [5, 784, 3]]]}, {"answer": "dilapidated", "hint": "synonyms for dilapidated", "clues": [["derelict", [5, 785, 0]], ["tumble-down", [5, 785, 1]], ["tatterdemalion", [5, 785, 2]], ["bedraggled", [5, 785, 3]], ["broken-down", [5, 785, 4]], ["ramshackle", [5, 785, 5]]]}, {"answer": "dim", "hint": "synonyms for dim", "clues": [["dimmed", [5, 786, 0]], ["obtuse", [5, 786, 1]], ["subdued", [5, 786, 2]], ["wispy", [5, 786, 3]], ["faint", [5, 786, 4]], ["dumb", [5, 786, 5]], ["bleak", [5, 786, 6]], ["shadowy", [5, 786, 7]], ["dull", [5, 786, 8]], ["black", [5, 786, 9]], ["dense", [5, 786, 10]], ["vague", [5, 786, 11]], ["slow", [5, 786, 12]]]}, {"answer": "dim-sighted", "hint": "synonyms for dim-sighted", "clues": [["purblind", [5, 787, 0]], ["visually impaired", [5, 787, 1]], ["visually challenged", [5, 787, 2]], ["near-blind", [5, 787, 3]], ["sand-blind", [5, 787, 4]]]}, {"answer": "diminished", "hint": "synonyms for diminished", "clues": [["weakened", [5, 788, 0]], ["lessened", [5, 788, 1]], ["vitiated", [5, 788, 2]], ["wasted", [5, 788, 3]], ["small", [5, 788, 4]], ["belittled", [5, 788, 5]], ["atrophied", [5, 788, 6]]]}, {"answer": "diminutive", "hint": "synonyms for diminutive", "clues": [["petite", [5, 789, 0]], ["midget", [5, 789, 1]], ["tiny", [5, 789, 2]], ["bantam", [5, 789, 3]], ["lilliputian", [5, 789, 4]], ["flyspeck", [5, 789, 5]]]}, {"answer": "dingy", "hint": "synonyms for dingy", "clues": [["dirty", [5, 790, 0]], ["disconsolate", [5, 790, 1]], ["grim", [5, 790, 2]], ["sorry", [5, 790, 3]], ["begrimed", [5, 790, 4]], ["muddy", [5, 790, 5]], ["dismal", [5, 790, 6]], ["gloomy", [5, 790, 7]], ["dreary", [5, 790, 8]], ["muddied", [5, 790, 9]], ["grungy", [5, 790, 10]], ["raunchy", [5, 790, 11]], ["dark", [5, 790, 12]], ["blue", [5, 790, 13]], ["drab", [5, 790, 14]], ["grubby", [5, 790, 15]]]}, {"answer": "dire", "hint": "synonyms for dire", "clues": [["fearful", [5, 791, 0]], ["terrible", [5, 791, 1]], ["direful", [5, 791, 2]], ["dread", [5, 791, 3]], ["frightening", [5, 791, 4]], ["fearsome", [5, 791, 5]], ["dreaded", [5, 791, 6]], ["dreadful", [5, 791, 7]], ["horrific", [5, 791, 8]], ["desperate", [5, 791, 9]], ["awful", [5, 791, 10]], ["horrendous", [5, 791, 11]]]}, {"answer": "directionless", "hint": "synonyms for directionless", "clues": [["afloat", [5, 792, 0]], ["aimless", [5, 792, 1]], ["rudderless", [5, 792, 2]], ["adrift", [5, 792, 3]], ["planless", [5, 792, 4]], ["undirected", [5, 792, 5]]]}, {"answer": "direful", "hint": "synonyms for direful", "clues": [["fearful", [5, 793, 0]], ["terrible", [5, 793, 1]], ["dire", [5, 793, 2]], ["dread", [5, 793, 3]], ["frightening", [5, 793, 4]], ["fearsome", [5, 793, 5]], ["dreaded", [5, 793, 6]], ["dreadful", [5, 793, 7]], ["horrific", [5, 793, 8]], ["awful", [5, 793, 9]], ["horrendous", [5, 793, 10]]]}, {"answer": "dirty", "hint": "synonyms for dirty", "clues": [["unsportsmanlike", [5, 794, 0]], ["foul", [5, 794, 1]], ["sordid", [5, 794, 2]], ["pestiferous", [5, 794, 3]], ["contaminating", [5, 794, 4]], ["dingy", [5, 794, 5]], ["lousy", [5, 794, 6]], ["marked-up", [5, 794, 7]], ["muddied", [5, 794, 8]], ["unsporting", [5, 794, 9]], ["ill-gotten", [5, 794, 10]], ["filthy", [5, 794, 11]], ["muddy", [5, 794, 12]], ["unclean", [5, 794, 13]], ["cheating", [5, 794, 14]], ["soiled", [5, 794, 15]]]}, {"answer": "disappointed", "hint": "synonyms for disappointed", "clues": [["foiled", [5, 795, 0]], ["defeated", [5, 795, 1]], ["discomfited", [5, 795, 2]], ["thwarted", [5, 795, 3]], ["frustrated", [5, 795, 4]]]}, {"answer": "disastrous", "hint": "synonyms for disastrous", "clues": [["fateful", [5, 796, 0]], ["black", [5, 796, 1]], ["fatal", [5, 796, 2]], ["calamitous", [5, 796, 3]]]}, {"answer": "discharged", "hint": "synonyms for discharged", "clues": [["pink-slipped", [5, 797, 0]], ["fired", [5, 797, 1]], ["dismissed", [5, 797, 2]], ["laid-off", [5, 797, 3]]]}, {"answer": "discomfited", "hint": "synonyms for discomfited", "clues": [["foiled", [5, 798, 0]], ["disappointed", [5, 798, 1]], ["defeated", [5, 798, 2]], ["thwarted", [5, 798, 3]], ["frustrated", [5, 798, 4]]]}, {"answer": "disconnected", "hint": "synonyms for disconnected", "clues": [["disunited", [5, 799, 0]], ["abrupt", [5, 799, 1]], ["confused", [5, 799, 2]], ["staccato", [5, 799, 3]], ["illogical", [5, 799, 4]], ["unconnected", [5, 799, 5]], ["disjointed", [5, 799, 6]], ["garbled", [5, 799, 7]], ["fragmented", [5, 799, 8]], ["split", [5, 799, 9]], ["scattered", [5, 799, 10]], ["disordered", [5, 799, 11]]]}, {"answer": "disconsolate", "hint": "synonyms for disconsolate", "clues": [["dismal", [5, 800, 0]], ["gloomy", [5, 800, 1]], ["inconsolable", [5, 800, 2]], ["dreary", [5, 800, 3]], ["grim", [5, 800, 4]], ["sorry", [5, 800, 5]], ["dingy", [5, 800, 6]], ["dark", [5, 800, 7]], ["blue", [5, 800, 8]], ["drab", [5, 800, 9]]]}, {"answer": "discredited", "hint": "synonyms for discredited", "clues": [["disgraced", [5, 801, 0]], ["damaged", [5, 801, 1]], ["dishonored", [5, 801, 2]], ["shamed", [5, 801, 3]]]}, {"answer": "discrepant", "hint": "synonyms for discrepant", "clues": [["inconsistent", [5, 802, 0]], ["dissonant", [5, 802, 1]], ["incompatible", [5, 802, 2]], ["at variance", [5, 802, 3]]]}, {"answer": "discriminating", "hint": "synonyms for discriminating", "clues": [["penetrative", [5, 803, 0]], ["acute", [5, 803, 1]], ["knifelike", [5, 803, 2]], ["sharp", [5, 803, 3]], ["penetrating", [5, 803, 4]], ["keen", [5, 803, 5]], ["incisive", [5, 803, 6]], ["piercing", [5, 803, 7]]]}, {"answer": "discriminatory", "hint": "synonyms for discriminatory", "clues": [["preferential", [5, 804, 0]], ["discriminative", [5, 804, 1]], ["invidious", [5, 804, 2]], ["prejudiced", [5, 804, 3]]]}, {"answer": "discursive", "hint": "synonyms for discursive", "clues": [["dianoetic", [5, 805, 0]], ["digressive", [5, 805, 1]], ["rambling", [5, 805, 2]], ["excursive", [5, 805, 3]]]}, {"answer": "disdainful", "hint": "synonyms for disdainful", "clues": [["contemptuous", [5, 806, 0]], ["haughty", [5, 806, 1]], ["lordly", [5, 806, 2]], ["insulting", [5, 806, 3]], ["prideful", [5, 806, 4]], ["swaggering", [5, 806, 5]], ["sniffy", [5, 806, 6]], ["supercilious", [5, 806, 7]], ["imperious", [5, 806, 8]], ["overbearing", [5, 806, 9]], ["scornful", [5, 806, 10]]]}, {"answer": "disgraceful", "hint": "synonyms for disgraceful", "clues": [["shocking", [5, 807, 0]], ["ignominious", [5, 807, 1]], ["shameful", [5, 807, 2]], ["black", [5, 807, 3]], ["inglorious", [5, 807, 4]], ["scandalous", [5, 807, 5]], ["opprobrious", [5, 807, 6]]]}, {"answer": "disgusted", "hint": "synonyms for disgusted", "clues": [["tired of", [5, 808, 0]], ["sick", [5, 808, 1]], ["fed up", [5, 808, 2]], ["sick of", [5, 808, 3]]]}, {"answer": "disgustful", "hint": "synonyms for disgustful", "clues": [["foul", [5, 809, 0]], ["distasteful", [5, 809, 1]], ["loathly", [5, 809, 2]], ["revolting", [5, 809, 3]], ["wicked", [5, 809, 4]], ["disgusting", [5, 809, 5]], ["skanky", [5, 809, 6]], ["yucky", [5, 809, 7]], ["repellant", [5, 809, 8]], ["repelling", [5, 809, 9]], ["loathsome", [5, 809, 10]]]}, {"answer": "disgusting", "hint": "synonyms for disgusting", "clues": [["foul", [5, 810, 0]], ["distasteful", [5, 810, 1]], ["loathly", [5, 810, 2]], ["revolting", [5, 810, 3]], ["wicked", [5, 810, 4]], ["skanky", [5, 810, 5]], ["yucky", [5, 810, 6]], ["disgustful", [5, 810, 7]], ["repellant", [5, 810, 8]], ["repelling", [5, 810, 9]], ["loathsome", [5, 810, 10]]]}, {"answer": "disheveled", "hint": "synonyms for disheveled", "clues": [["rumpled", [5, 811, 0]], ["tousled", [5, 811, 1]], ["dishevelled", [5, 811, 2]], ["frowzled", [5, 811, 3]]]}, {"answer": "dishevelled", "hint": "synonyms for dishevelled", "clues": [["rumpled", [5, 812, 0]], ["disheveled", [5, 812, 1]], ["tousled", [5, 812, 2]], ["frowzled", [5, 812, 3]]]}, {"answer": "dishonest", "hint": "synonyms for dishonest", "clues": [["bribable", [5, 813, 0]], ["purchasable", [5, 813, 1]], ["dishonorable", [5, 813, 2]], ["venal", [5, 813, 3]], ["corruptible", [5, 813, 4]]]}, {"answer": "disjointed", "hint": "synonyms for disjointed", "clues": [["confused", [5, 814, 0]], ["disconnected", [5, 814, 1]], ["illogical", [5, 814, 2]], ["unconnected", [5, 814, 3]], ["garbled", [5, 814, 4]], ["scattered", [5, 814, 5]], ["separated", [5, 814, 6]], ["disordered", [5, 814, 7]], ["dislocated", [5, 814, 8]]]}, {"answer": "dismal", "hint": "synonyms for dismal", "clues": [["disconsolate", [5, 815, 0]], ["gloomy", [5, 815, 1]], ["dreary", [5, 815, 2]], ["grim", [5, 815, 3]], ["sorry", [5, 815, 4]], ["dingy", [5, 815, 5]], ["dark", [5, 815, 6]], ["blue", [5, 815, 7]], ["drab", [5, 815, 8]]]}, {"answer": "dismissed", "hint": "synonyms for dismissed", "clues": [["fired", [5, 816, 0]], ["discharged", [5, 816, 1]], ["pink-slipped", [5, 816, 2]], ["laid-off", [5, 816, 3]]]}, {"answer": "disordered", "hint": "synonyms for disordered", "clues": [["confused", [5, 817, 0]], ["upset", [5, 817, 1]], ["disconnected", [5, 817, 2]], ["illogical", [5, 817, 3]], ["unconnected", [5, 817, 4]], ["disjointed", [5, 817, 5]], ["garbled", [5, 817, 6]], ["unordered", [5, 817, 7]], ["broken", [5, 817, 8]], ["scattered", [5, 817, 9]]]}, {"answer": "disorderly", "hint": "synonyms for disorderly", "clues": [["chaotic", [5, 818, 0]], ["jumbled", [5, 818, 1]], ["higgledy-piggledy", [5, 818, 2]], ["topsy-turvy", [5, 818, 3]], ["hugger-mugger", [5, 818, 4]]]}, {"answer": "disoriented", "hint": "synonyms for disoriented", "clues": [["lost", [5, 819, 0]], ["confused", [5, 819, 1]], ["anomic", [5, 819, 2]], ["alienated", [5, 819, 3]]]}, {"answer": "dispirited", "hint": "synonyms for dispirited", "clues": [["low", [5, 820, 0]], ["downhearted", [5, 820, 1]], ["low-spirited", [5, 820, 2]], ["gloomy", [5, 820, 3]], ["grim", [5, 820, 4]], ["down", [5, 820, 5]], ["listless", [5, 820, 6]], ["down in the mouth", [5, 820, 7]], ["depressed", [5, 820, 8]], ["downcast", [5, 820, 9]], ["blue", [5, 820, 10]]]}, {"answer": "disposed", "hint": "synonyms for disposed", "clues": [["fain", [5, 821, 0]], ["inclined", [5, 821, 1]], ["minded", [5, 821, 2]], ["tending", [5, 821, 3]], ["prepared", [5, 821, 4]], ["apt", [5, 821, 5]], ["given", [5, 821, 6]]]}, {"answer": "disputatious", "hint": "synonyms for disputatious", "clues": [["disputative", [5, 822, 0]], ["combative", [5, 822, 1]], ["litigious", [5, 822, 2]], ["contentious", [5, 822, 3]]]}, {"answer": "disputative", "hint": "synonyms for disputative", "clues": [["disputatious", [5, 823, 0]], ["combative", [5, 823, 1]], ["litigious", [5, 823, 2]], ["contentious", [5, 823, 3]]]}, {"answer": "disquieted", "hint": "synonyms for disquieted", "clues": [["upset", [5, 824, 0]], ["disturbed", [5, 824, 1]], ["distressed", [5, 824, 2]], ["worried", [5, 824, 3]]]}, {"answer": "disruptive", "hint": "synonyms for disruptive", "clues": [["troubled", [5, 825, 0]], ["riotous", [5, 825, 1]], ["turbulent", [5, 825, 2]], ["tumultuous", [5, 825, 3]]]}, {"answer": "dissipated", "hint": "synonyms for dissipated", "clues": [["card-playing", [5, 826, 0]], ["riotous", [5, 826, 1]], ["sporting", [5, 826, 2]], ["degenerate", [5, 826, 3]], ["fast", [5, 826, 4]], ["debauched", [5, 826, 5]], ["libertine", [5, 826, 6]], ["dissolute", [5, 826, 7]], ["betting", [5, 826, 8]], ["degraded", [5, 826, 9]], ["profligate", [5, 826, 10]]]}, {"answer": "dissolute", "hint": "synonyms for dissolute", "clues": [["riotous", [5, 827, 0]], ["degenerate", [5, 827, 1]], ["dissipated", [5, 827, 2]], ["fast", [5, 827, 3]], ["debauched", [5, 827, 4]], ["libertine", [5, 827, 5]], ["degraded", [5, 827, 6]], ["profligate", [5, 827, 7]]]}, {"answer": "dissonant", "hint": "synonyms for dissonant", "clues": [["discordant", [5, 828, 0]], ["inharmonic", [5, 828, 1]], ["disharmonious", [5, 828, 2]], ["at variance", [5, 828, 3]], ["unresolved", [5, 828, 4]], ["discrepant", [5, 828, 5]]]}, {"answer": "distant", "hint": "synonyms for distant", "clues": [["remote", [5, 829, 0]], ["removed", [5, 829, 1]], ["upstage", [5, 829, 2]], ["aloof", [5, 829, 3]]]}, {"answer": "distasteful", "hint": "synonyms for distasteful", "clues": [["foul", [5, 830, 0]], ["unsavory", [5, 830, 1]], ["loathly", [5, 830, 2]], ["revolting", [5, 830, 3]], ["wicked", [5, 830, 4]], ["repellent", [5, 830, 5]], ["disgusting", [5, 830, 6]], ["skanky", [5, 830, 7]], ["disgustful", [5, 830, 8]], ["repelling", [5, 830, 9]], ["loathsome", [5, 830, 10]], ["yucky", [5, 830, 11]]]}, {"answer": "distinct", "hint": "synonyms for distinct", "clues": [["clear-cut", [5, 831, 0]], ["trenchant", [5, 831, 1]], ["discrete", [5, 831, 2]], ["distinguishable", [5, 831, 3]], ["decided", [5, 831, 4]]]}, {"answer": "distorted", "hint": "synonyms for distorted", "clues": [["malformed", [5, 832, 0]], ["perverted", [5, 832, 1]], ["misrepresented", [5, 832, 2]], ["deformed", [5, 832, 3]], ["misshapen", [5, 832, 4]], ["twisted", [5, 832, 5]], ["ill-shapen", [5, 832, 6]]]}, {"answer": "distressed", "hint": "synonyms for distressed", "clues": [["hard-pressed", [5, 833, 0]], ["stressed", [5, 833, 1]], ["unhappy", [5, 833, 2]], ["hard put", [5, 833, 3]], ["in a bad way", [5, 833, 4]], ["disquieted", [5, 833, 5]], ["disturbed", [5, 833, 6]], ["worried", [5, 833, 7]], ["upset", [5, 833, 8]], ["dysphoric", [5, 833, 9]]]}, {"answer": "distressful", "hint": "synonyms for distressful", "clues": [["worrisome", [5, 834, 0]], ["distressing", [5, 834, 1]], ["troubling", [5, 834, 2]], ["disturbing", [5, 834, 3]], ["worrying", [5, 834, 4]], ["perturbing", [5, 834, 5]]]}, {"answer": "distressing", "hint": "synonyms for distressing", "clues": [["sad", [5, 835, 0]], ["disturbing", [5, 835, 1]], ["pitiful", [5, 835, 2]], ["perturbing", [5, 835, 3]], ["deplorable", [5, 835, 4]], ["distressful", [5, 835, 5]], ["sorry", [5, 835, 6]], ["worrisome", [5, 835, 7]], ["lamentable", [5, 835, 8]], ["troubling", [5, 835, 9]], ["worrying", [5, 835, 10]]]}, {"answer": "disturbed", "hint": "synonyms for disturbed", "clues": [["unbalanced", [5, 836, 0]], ["sick", [5, 836, 1]], ["maladjusted", [5, 836, 2]], ["crazy", [5, 836, 3]], ["unhinged", [5, 836, 4]], ["brainsick", [5, 836, 5]], ["disquieted", [5, 836, 6]], ["demented", [5, 836, 7]], ["worried", [5, 836, 8]], ["upset", [5, 836, 9]], ["distressed", [5, 836, 10]], ["mad", [5, 836, 11]]]}, {"answer": "disturbing", "hint": "synonyms for disturbing", "clues": [["distressful", [5, 837, 0]], ["worrisome", [5, 837, 1]], ["distressing", [5, 837, 2]], ["troubling", [5, 837, 3]], ["worrying", [5, 837, 4]], ["perturbing", [5, 837, 5]]]}, {"answer": "divided", "hint": "synonyms for divided", "clues": [["shared", [5, 838, 0]], ["shared out", [5, 838, 1]], ["divided up", [5, 838, 2]], ["dual-lane", [5, 838, 3]]]}, {"answer": "divinatory", "hint": "synonyms for divinatory", "clues": [["vatic", [5, 839, 0]], ["supposed", [5, 839, 1]], ["conjectural", [5, 839, 2]], ["mantic", [5, 839, 3]], ["supposititious", [5, 839, 4]], ["suppositional", [5, 839, 5]], ["vatical", [5, 839, 6]], ["hypothetical", [5, 839, 7]], ["sibylline", [5, 839, 8]], ["sibyllic", [5, 839, 9]]]}, {"answer": "divine", "hint": "synonyms for divine", "clues": [["godlike", [5, 840, 0]], ["godly", [5, 840, 1]], ["elysian", [5, 840, 2]], ["inspired", [5, 840, 3]], ["providential", [5, 840, 4]]]}, {"answer": "dizzy", "hint": "synonyms for dizzy", "clues": [["light-headed", [5, 841, 0]], ["featherbrained", [5, 841, 1]], ["airheaded", [5, 841, 2]], ["giddy", [5, 841, 3]], ["silly", [5, 841, 4]], ["empty-headed", [5, 841, 5]], ["woozy", [5, 841, 6]], ["vertiginous", [5, 841, 7]]]}, {"answer": "doable", "hint": "synonyms for doable", "clues": [["accomplishable", [5, 842, 0]], ["realizable", [5, 842, 1]], ["achievable", [5, 842, 2]], ["manageable", [5, 842, 3]]]}, {"answer": "dodgy", "hint": "synonyms for dodgy", "clues": [["dicey", [5, 843, 0]], ["cunning", [5, 843, 1]], ["sly", [5, 843, 2]], ["tricksy", [5, 843, 3]], ["chancy", [5, 843, 4]], ["chanceful", [5, 843, 5]], ["crafty", [5, 843, 6]], ["foxy", [5, 843, 7]], ["slick", [5, 843, 8]], ["knavish", [5, 843, 9]], ["wily", [5, 843, 10]], ["guileful", [5, 843, 11]]]}, {"answer": "dog-tired", "hint": "synonyms for dog-tired", "clues": [["worn out", [5, 844, 0]], ["played out", [5, 844, 1]], ["washed-out", [5, 844, 2]], ["spent", [5, 844, 3]], ["exhausted", [5, 844, 4]], ["fatigued", [5, 844, 5]], ["fagged", [5, 844, 6]]]}, {"answer": "dogged", "hint": "synonyms for dogged", "clues": [["persistent", [5, 845, 0]], ["tenacious", [5, 845, 1]], ["unyielding", [5, 845, 2]], ["pertinacious", [5, 845, 3]], ["dour", [5, 845, 4]]]}, {"answer": "doled_out", "hint": "synonyms for doled out", "clues": [["dealt out", [5, 846, 0]], ["apportioned", [5, 846, 1]], ["meted out", [5, 846, 2]], ["parceled out", [5, 846, 3]]]}, {"answer": "dolled_up", "hint": "synonyms for dolled up", "clues": [["spiffed up", [5, 847, 0]], ["dressed-up", [5, 847, 1]], ["dressed to the nines", [5, 847, 2]], ["spruced up", [5, 847, 3]], ["togged up", [5, 847, 4]], ["dressed", [5, 847, 5]], ["dressed to kill", [5, 847, 6]]]}, {"answer": "dolorous", "hint": "synonyms for dolorous", "clues": [["weeping", [5, 848, 0]], ["dolourous", [5, 848, 1]], ["tearful", [5, 848, 2]], ["lachrymose", [5, 848, 3]]]}, {"answer": "dolourous", "hint": "synonyms for dolourous", "clues": [["weeping", [5, 849, 0]], ["dolorous", [5, 849, 1]], ["tearful", [5, 849, 2]], ["lachrymose", [5, 849, 3]]]}, {"answer": "dominant", "hint": "synonyms for dominant", "clues": [["prevailing", [5, 850, 0]], ["prevalent", [5, 850, 1]], ["predominant", [5, 850, 2]], ["rife", [5, 850, 3]]]}, {"answer": "dominating", "hint": "synonyms for dominating", "clues": [["high-and-mighty", [5, 851, 0]], ["ascendent", [5, 851, 1]], ["commanding", [5, 851, 2]], ["overlooking", [5, 851, 3]], ["magisterial", [5, 851, 4]], ["peremptory", [5, 851, 5]], ["autocratic", [5, 851, 6]], ["bossy", [5, 851, 7]]]}, {"answer": "done_for", "hint": "synonyms for done for", "clues": [["sunk", [5, 852, 0]], ["kaput", [5, 852, 1]], ["gone", [5, 852, 2]], ["ruined", [5, 852, 3]], ["undone", [5, 852, 4]], ["washed-up", [5, 852, 5]]]}, {"answer": "doomed", "hint": "synonyms for doomed", "clues": [["unlucky", [5, 853, 0]], ["damned", [5, 853, 1]], ["ill-fated", [5, 853, 2]], ["ill-omened", [5, 853, 3]], ["unredeemed", [5, 853, 4]], ["unsaved", [5, 853, 5]], ["ill-starred", [5, 853, 6]], ["fated", [5, 853, 7]], ["cursed", [5, 853, 8]]]}, {"answer": "dopey", "hint": "synonyms for dopey", "clues": [["goosy", [5, 854, 0]], ["dopy", [5, 854, 1]], ["jerky", [5, 854, 2]], ["anserine", [5, 854, 3]], ["foolish", [5, 854, 4]], ["gooselike", [5, 854, 5]]]}, {"answer": "dopy", "hint": "synonyms for dopy", "clues": [["goosy", [5, 855, 0]], ["dopey", [5, 855, 1]], ["jerky", [5, 855, 2]], ["anserine", [5, 855, 3]], ["foolish", [5, 855, 4]], ["gooselike", [5, 855, 5]]]}, {"answer": "dormant", "hint": "synonyms for dormant", "clues": [["abeyant", [5, 856, 0]], ["sleeping", [5, 856, 1]], ["torpid", [5, 856, 2]], ["hibernating", [5, 856, 3]], ["inactive", [5, 856, 4]]]}, {"answer": "dotted", "hint": "synonyms for dotted", "clues": [["flecked", [5, 857, 0]], ["dashed", [5, 857, 1]], ["speckled", [5, 857, 2]], ["stippled", [5, 857, 3]]]}, {"answer": "dotty", "hint": "synonyms for dotty", "clues": [["round the bend", [5, 858, 0]], ["loco", [5, 858, 1]], ["balmy", [5, 858, 2]], ["bonkers", [5, 858, 3]], ["loony", [5, 858, 4]], ["barmy", [5, 858, 5]], ["buggy", [5, 858, 6]], ["nutty", [5, 858, 7]], ["kookie", [5, 858, 8]], ["gaga", [5, 858, 9]], ["daft", [5, 858, 10]], ["fruity", [5, 858, 11]], ["haywire", [5, 858, 12]], ["bats", [5, 858, 13]], ["nuts", [5, 858, 14]], ["crackers", [5, 858, 15]], ["kooky", [5, 858, 16]], ["crazy", [5, 858, 17]], ["wild", [5, 858, 18]], ["loopy", [5, 858, 19]], ["batty", [5, 858, 20]], ["whacky", [5, 858, 21]], ["cracked", [5, 858, 22]]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["duple", [5, 859, 0]], ["two-fold", [5, 859, 1]], ["threefold", [5, 859, 2]], ["dual", [5, 859, 3]], ["forked", [5, 859, 4]], ["treble", [5, 859, 5]], ["doubled", [5, 859, 6]], ["bivalent", [5, 859, 7]]]}, {"answer": "double-dealing", "hint": "synonyms for double-dealing", "clues": [["double-tongued", [5, 860, 0]], ["ambidextrous", [5, 860, 1]], ["double-faced", [5, 860, 2]], ["deceitful", [5, 860, 3]], ["duplicitous", [5, 860, 4]], ["two-faced", [5, 860, 5]]]}, {"answer": "double-dyed", "hint": "synonyms for double-dyed", "clues": [["pure", [5, 861, 0]], ["unadulterated", [5, 861, 1]], ["arrant", [5, 861, 2]], ["thoroughgoing", [5, 861, 3]], ["utter", [5, 861, 4]], ["everlasting", [5, 861, 5]], ["staring", [5, 861, 6]], ["stark", [5, 861, 7]], ["gross", [5, 861, 8]], ["consummate", [5, 861, 9]], ["sodding", [5, 861, 10]], ["complete", [5, 861, 11]], ["perfect", [5, 861, 12]]]}, {"answer": "double-faced", "hint": "synonyms for double-faced", "clues": [["double-tongued", [5, 862, 0]], ["ambidextrous", [5, 862, 1]], ["double-dealing", [5, 862, 2]], ["deceitful", [5, 862, 3]], ["duplicitous", [5, 862, 4]], ["two-faced", [5, 862, 5]]]}, {"answer": "double-tongued", "hint": "synonyms for double-tongued", "clues": [["ambidextrous", [5, 863, 0]], ["double-dealing", [5, 863, 1]], ["double-faced", [5, 863, 2]], ["deceitful", [5, 863, 3]], ["duplicitous", [5, 863, 4]], ["two-faced", [5, 863, 5]]]}, {"answer": "doubtful", "hint": "synonyms for doubtful", "clues": [["dubious", [5, 864, 0]], ["dubitable", [5, 864, 1]], ["tentative", [5, 864, 2]], ["in question", [5, 864, 3]]]}, {"answer": "doughnut-shaped", "hint": "synonyms for doughnut-shaped", "clues": [["annulate", [5, 865, 0]], ["ring-shaped", [5, 865, 1]], ["ringed", [5, 865, 2]], ["annular", [5, 865, 3]], ["circinate", [5, 865, 4]]]}, {"answer": "dour", "hint": "synonyms for dour", "clues": [["persistent", [5, 866, 0]], ["dogged", [5, 866, 1]], ["grim", [5, 866, 2]], ["morose", [5, 866, 3]], ["tenacious", [5, 866, 4]], ["dark", [5, 866, 5]], ["sullen", [5, 866, 6]], ["pertinacious", [5, 866, 7]], ["glowering", [5, 866, 8]], ["glum", [5, 866, 9]], ["unyielding", [5, 866, 10]], ["forbidding", [5, 866, 11]], ["sour", [5, 866, 12]], ["saturnine", [5, 866, 13]], ["moody", [5, 866, 14]]]}, {"answer": "down", "hint": "synonyms for down", "clues": [["low", [5, 867, 0]], ["downhearted", [5, 867, 1]], ["low-spirited", [5, 867, 2]], ["down pat", [5, 867, 3]], ["gloomy", [5, 867, 4]], ["downward", [5, 867, 5]], ["dispirited", [5, 867, 6]], ["grim", [5, 867, 7]], ["mastered", [5, 867, 8]], ["down in the mouth", [5, 867, 9]], ["depressed", [5, 867, 10]], ["downcast", [5, 867, 11]], ["blue", [5, 867, 12]]]}, {"answer": "down_in_the_mouth", "hint": "synonyms for down in the mouth", "clues": [["low", [5, 868, 0]], ["downhearted", [5, 868, 1]], ["low-spirited", [5, 868, 2]], ["gloomy", [5, 868, 3]], ["dispirited", [5, 868, 4]], ["grim", [5, 868, 5]], ["down", [5, 868, 6]], ["depressed", [5, 868, 7]], ["downcast", [5, 868, 8]], ["blue", [5, 868, 9]]]}, {"answer": "downcast", "hint": "synonyms for downcast", "clues": [["low", [5, 869, 0]], ["downhearted", [5, 869, 1]], ["low-spirited", [5, 869, 2]], ["gloomy", [5, 869, 3]], ["dispirited", [5, 869, 4]], ["grim", [5, 869, 5]], ["down", [5, 869, 6]], ["down in the mouth", [5, 869, 7]], ["depressed", [5, 869, 8]], ["blue", [5, 869, 9]]]}, {"answer": "downhearted", "hint": "synonyms for downhearted", "clues": [["low", [5, 870, 0]], ["low-spirited", [5, 870, 1]], ["gloomy", [5, 870, 2]], ["dispirited", [5, 870, 3]], ["grim", [5, 870, 4]], ["down", [5, 870, 5]], ["down in the mouth", [5, 870, 6]], ["depressed", [5, 870, 7]], ["downcast", [5, 870, 8]], ["blue", [5, 870, 9]]]}, {"answer": "downright", "hint": "synonyms for downright", "clues": [["sheer", [5, 871, 0]], ["absolute", [5, 871, 1]], ["out-and-out", [5, 871, 2]], ["rank", [5, 871, 3]], ["right-down", [5, 871, 4]]]}, {"answer": "downy", "hint": "synonyms for downy", "clues": [["puberulent", [5, 872, 0]], ["flossy", [5, 872, 1]], ["sericeous", [5, 872, 2]], ["fluffy", [5, 872, 3]], ["pubescent", [5, 872, 4]], ["downlike", [5, 872, 5]]]}, {"answer": "drab", "hint": "synonyms for drab", "clues": [["disconsolate", [5, 873, 0]], ["somber", [5, 873, 1]], ["dreary", [5, 873, 2]], ["dismal", [5, 873, 3]], ["gloomy", [5, 873, 4]], ["grim", [5, 873, 5]], ["blue", [5, 873, 6]], ["sorry", [5, 873, 7]], ["dingy", [5, 873, 8]], ["olive-drab", [5, 873, 9]], ["dark", [5, 873, 10]], ["sombre", [5, 873, 11]]]}, {"answer": "draped", "hint": "synonyms for draped", "clues": [["cloaked", [5, 874, 0]], ["clothed", [5, 874, 1]], ["wrapped", [5, 874, 2]], ["mantled", [5, 874, 3]]]}, {"answer": "drawn", "hint": "synonyms for drawn", "clues": [["careworn", [5, 875, 0]], ["worn", [5, 875, 1]], ["haggard", [5, 875, 2]], ["raddled", [5, 875, 3]]]}, {"answer": "drawn-out", "hint": "synonyms for drawn-out", "clues": [["protracted", [5, 876, 0]], ["extended", [5, 876, 1]], ["prolonged", [5, 876, 2]], ["lengthy", [5, 876, 3]]]}, {"answer": "dread", "hint": "synonyms for dread", "clues": [["fearful", [5, 877, 0]], ["terrible", [5, 877, 1]], ["dire", [5, 877, 2]], ["direful", [5, 877, 3]], ["frightening", [5, 877, 4]], ["fearsome", [5, 877, 5]], ["dreaded", [5, 877, 6]], ["dreadful", [5, 877, 7]], ["horrific", [5, 877, 8]], ["awful", [5, 877, 9]], ["horrendous", [5, 877, 10]]]}, {"answer": "dreaded", "hint": "synonyms for dreaded", "clues": [["fearful", [5, 878, 0]], ["terrible", [5, 878, 1]], ["dire", [5, 878, 2]], ["direful", [5, 878, 3]], ["dread", [5, 878, 4]], ["frightening", [5, 878, 5]], ["fearsome", [5, 878, 6]], ["dreadful", [5, 878, 7]], ["horrific", [5, 878, 8]], ["awful", [5, 878, 9]], ["horrendous", [5, 878, 10]]]}, {"answer": "dreadful", "hint": "synonyms for dreadful", "clues": [["fearful", [5, 879, 0]], ["terrible", [5, 879, 1]], ["dire", [5, 879, 2]], ["unspeakable", [5, 879, 3]], ["direful", [5, 879, 4]], ["awful", [5, 879, 5]], ["abominable", [5, 879, 6]], ["dread", [5, 879, 7]], ["frightening", [5, 879, 8]], ["fearsome", [5, 879, 9]], ["dreaded", [5, 879, 10]], ["painful", [5, 879, 11]], ["horrific", [5, 879, 12]], ["atrocious", [5, 879, 13]], ["horrendous", [5, 879, 14]]]}, {"answer": "dreamy", "hint": "synonyms for dreamy", "clues": [["lackadaisical", [5, 880, 0]], ["woolgathering", [5, 880, 1]], ["languorous", [5, 880, 2]], ["languid", [5, 880, 3]], ["moony", [5, 880, 4]]]}, {"answer": "drear", "hint": "synonyms for drear", "clues": [["disconsolate", [5, 881, 0]], ["dismal", [5, 881, 1]], ["gloomy", [5, 881, 2]], ["dreary", [5, 881, 3]], ["grim", [5, 881, 4]], ["sorry", [5, 881, 5]], ["dingy", [5, 881, 6]], ["dark", [5, 881, 7]], ["blue", [5, 881, 8]], ["drab", [5, 881, 9]]]}, {"answer": "dreary", "hint": "synonyms for dreary", "clues": [["disconsolate", [5, 882, 0]], ["dismal", [5, 882, 1]], ["gloomy", [5, 882, 2]], ["grim", [5, 882, 3]], ["sorry", [5, 882, 4]], ["dingy", [5, 882, 5]], ["drear", [5, 882, 6]], ["dark", [5, 882, 7]], ["blue", [5, 882, 8]], ["drab", [5, 882, 9]]]}, {"answer": "dressed", "hint": "synonyms for dressed", "clues": [["garmented", [5, 883, 0]], ["dolled up", [5, 883, 1]], ["spruced up", [5, 883, 2]], ["attired", [5, 883, 3]], ["habilimented", [5, 883, 4]], ["polished", [5, 883, 5]], ["appareled", [5, 883, 6]], ["dressed to kill", [5, 883, 7]], ["dressed-up", [5, 883, 8]], ["garbed", [5, 883, 9]], ["robed", [5, 883, 10]], ["dressed to the nines", [5, 883, 11]], ["togged up", [5, 883, 12]], ["spiffed up", [5, 883, 13]]]}, {"answer": "dressed-up", "hint": "synonyms for dressed-up", "clues": [["spiffed up", [5, 884, 0]], ["dolled up", [5, 884, 1]], ["spruced up", [5, 884, 2]], ["togged up", [5, 884, 3]], ["dressed to the nines", [5, 884, 4]], ["dressed", [5, 884, 5]], ["dressed to kill", [5, 884, 6]]]}, {"answer": "dressed_to_kill", "hint": "synonyms for dressed to kill", "clues": [["dressed-up", [5, 885, 0]], ["dolled up", [5, 885, 1]], ["spruced up", [5, 885, 2]], ["togged up", [5, 885, 3]], ["dressed to the nines", [5, 885, 4]], ["dressed", [5, 885, 5]], ["spiffed up", [5, 885, 6]]]}, {"answer": "dressed_to_the_nines", "hint": "synonyms for dressed to the nines", "clues": [["spiffed up", [5, 886, 0]], ["dressed-up", [5, 886, 1]], ["dolled up", [5, 886, 2]], ["spruced up", [5, 886, 3]], ["togged up", [5, 886, 4]], ["dressed", [5, 886, 5]], ["dressed to kill", [5, 886, 6]]]}, {"answer": "dried-up", "hint": "synonyms for dried-up", "clues": [["shrivelled", [5, 887, 0]], ["withered", [5, 887, 1]], ["sear", [5, 887, 2]], ["sere", [5, 887, 3]]]}, {"answer": "drifting", "hint": "synonyms for drifting", "clues": [["vagrant", [5, 888, 0]], ["floating", [5, 888, 1]], ["vagabond", [5, 888, 2]], ["aimless", [5, 888, 3]]]}, {"answer": "drippy", "hint": "synonyms for drippy", "clues": [["mawkish", [5, 889, 0]], ["slushy", [5, 889, 1]], ["kitschy", [5, 889, 2]], ["hokey", [5, 889, 3]], ["schmaltzy", [5, 889, 4]], ["maudlin", [5, 889, 5]], ["sentimental", [5, 889, 6]], ["bathetic", [5, 889, 7]], ["soupy", [5, 889, 8]], ["drizzly", [5, 889, 9]], ["mushy", [5, 889, 10]], ["soppy", [5, 889, 11]]]}, {"answer": "driven", "hint": "synonyms for driven", "clues": [["compulsive", [5, 890, 0]], ["goaded", [5, 890, 1]], ["impelled", [5, 890, 2]], ["determined", [5, 890, 3]]]}, {"answer": "drooping", "hint": "synonyms for drooping", "clues": [["nodding", [5, 891, 0]], ["sagging", [5, 891, 1]], ["pendulous", [5, 891, 2]], ["flagging", [5, 891, 3]], ["cernuous", [5, 891, 4]], ["weeping", [5, 891, 5]], ["droopy", [5, 891, 6]]]}, {"answer": "drowsy", "hint": "synonyms for drowsy", "clues": [["dozy", [5, 892, 0]], ["oscitant", [5, 892, 1]], ["drowsing", [5, 892, 2]], ["yawning", [5, 892, 3]]]}, {"answer": "dry", "hint": "synonyms for dry", "clues": [["wry", [5, 893, 0]], ["teetotal", [5, 893, 1]], ["ironic", [5, 893, 2]], ["juiceless", [5, 893, 3]]]}, {"answer": "dual", "hint": "synonyms for dual", "clues": [["duple", [5, 894, 0]], ["two-fold", [5, 894, 1]], ["threefold", [5, 894, 2]], ["double", [5, 894, 3]], ["treble", [5, 894, 4]]]}, {"answer": "ductile", "hint": "synonyms for ductile", "clues": [["pliant", [5, 895, 0]], ["pliable", [5, 895, 1]], ["malleable", [5, 895, 2]], ["tractile", [5, 895, 3]], ["tensile", [5, 895, 4]]]}, {"answer": "dulcet", "hint": "synonyms for dulcet", "clues": [["sweet", [5, 896, 0]], ["mellifluous", [5, 896, 1]], ["mellisonant", [5, 896, 2]], ["honeyed", [5, 896, 3]]]}, {"answer": "dull", "hint": "synonyms for dull", "clues": [["irksome", [5, 897, 0]], ["muted", [5, 897, 1]], ["deadening", [5, 897, 2]], ["obtuse", [5, 897, 3]], ["leaden", [5, 897, 4]], ["muffled", [5, 897, 5]], ["dumb", [5, 897, 6]], ["softened", [5, 897, 7]], ["tedious", [5, 897, 8]], ["dense", [5, 897, 9]], ["thudding", [5, 897, 10]], ["slow", [5, 897, 11]], ["boring", [5, 897, 12]], ["ho-hum", [5, 897, 13]], ["sluggish", [5, 897, 14]], ["dim", [5, 897, 15]], ["tiresome", [5, 897, 16]], ["wearisome", [5, 897, 17]]]}, {"answer": "dumb", "hint": "synonyms for dumb", "clues": [["dull", [5, 898, 0]], ["dense", [5, 898, 1]], ["silent", [5, 898, 2]], ["obtuse", [5, 898, 3]], ["dim", [5, 898, 4]], ["speechless", [5, 898, 5]], ["slow", [5, 898, 6]], ["mute", [5, 898, 7]]]}, {"answer": "dumbfounded", "hint": "synonyms for dumbfounded", "clues": [["flabbergasted", [5, 899, 0]], ["dumbstruck", [5, 899, 1]], ["dumbstricken", [5, 899, 2]], ["dumfounded", [5, 899, 3]], ["stupefied", [5, 899, 4]], ["thunderstruck", [5, 899, 5]]]}, {"answer": "dumbstricken", "hint": "synonyms for dumbstricken", "clues": [["flabbergasted", [5, 900, 0]], ["dumbstruck", [5, 900, 1]], ["dumbfounded", [5, 900, 2]], ["stupefied", [5, 900, 3]], ["thunderstruck", [5, 900, 4]]]}, {"answer": "dumbstruck", "hint": "synonyms for dumbstruck", "clues": [["flabbergasted", [5, 901, 0]], ["dumbstricken", [5, 901, 1]], ["dumbfounded", [5, 901, 2]], ["stupefied", [5, 901, 3]], ["thunderstruck", [5, 901, 4]]]}, {"answer": "dumfounded", "hint": "synonyms for dumfounded", "clues": [["flabbergasted", [5, 902, 0]], ["dumbstruck", [5, 902, 1]], ["dumbfounded", [5, 902, 2]], ["stupefied", [5, 902, 3]], ["dumbstricken", [5, 902, 4]], ["thunderstruck", [5, 902, 5]]]}, {"answer": "dumpy", "hint": "synonyms for dumpy", "clues": [["podgy", [5, 903, 0]], ["squat", [5, 903, 1]], ["chunky", [5, 903, 2]], ["tubby", [5, 903, 3]], ["low-set", [5, 903, 4]], ["squatty", [5, 903, 5]], ["pudgy", [5, 903, 6]], ["stumpy", [5, 903, 7]], ["roly-poly", [5, 903, 8]]]}, {"answer": "duncical", "hint": "synonyms for duncical", "clues": [["thick", [5, 904, 0]], ["fatheaded", [5, 904, 1]], ["wooden-headed", [5, 904, 2]], ["thickheaded", [5, 904, 3]], ["blockheaded", [5, 904, 4]], ["loggerheaded", [5, 904, 5]], ["thick-skulled", [5, 904, 6]], ["boneheaded", [5, 904, 7]], ["duncish", [5, 904, 8]]]}, {"answer": "duncish", "hint": "synonyms for duncish", "clues": [["thick", [5, 905, 0]], ["fatheaded", [5, 905, 1]], ["wooden-headed", [5, 905, 2]], ["duncical", [5, 905, 3]], ["thickheaded", [5, 905, 4]], ["blockheaded", [5, 905, 5]], ["loggerheaded", [5, 905, 6]], ["thick-skulled", [5, 905, 7]], ["boneheaded", [5, 905, 8]]]}, {"answer": "duplicitous", "hint": "synonyms for duplicitous", "clues": [["double-tongued", [5, 906, 0]], ["ambidextrous", [5, 906, 1]], ["double-dealing", [5, 906, 2]], ["double-faced", [5, 906, 3]], ["deceitful", [5, 906, 4]], ["two-faced", [5, 906, 5]]]}, {"answer": "durable", "hint": "synonyms for durable", "clues": [["long-lived", [5, 907, 0]], ["perdurable", [5, 907, 1]], ["long-wearing", [5, 907, 2]], ["long-lasting", [5, 907, 3]], ["lasting", [5, 907, 4]], ["undestroyable", [5, 907, 5]], ["indestructible", [5, 907, 6]]]}, {"answer": "dusky", "hint": "synonyms for dusky", "clues": [["twilit", [5, 908, 0]], ["swarthy", [5, 908, 1]], ["dark-skinned", [5, 908, 2]], ["swart", [5, 908, 3]]]}, {"answer": "dusty", "hint": "synonyms for dusty", "clues": [["cold", [5, 909, 0]], ["moth-eaten", [5, 909, 1]], ["stale", [5, 909, 2]], ["dust-covered", [5, 909, 3]]]}, {"answer": "earlier", "hint": "synonyms for earlier", "clues": [["earliest", [5, 910, 0]], ["early", [5, 910, 1]], ["former", [5, 910, 2]], ["other", [5, 910, 3]]]}, {"answer": "earliest", "hint": "synonyms for earliest", "clues": [["early", [5, 911, 0]], ["earlier", [5, 911, 1]], ["former", [5, 911, 2]], ["other", [5, 911, 3]]]}, {"answer": "earnest", "hint": "synonyms for earnest", "clues": [["businesslike", [5, 912, 0]], ["solemn", [5, 912, 1]], ["sincere", [5, 912, 2]], ["dear", [5, 912, 3]], ["heartfelt", [5, 912, 4]], ["devout", [5, 912, 5]]]}, {"answer": "earthy", "hint": "synonyms for earthy", "clues": [["vulgar", [5, 913, 0]], ["down-to-earth", [5, 913, 1]], ["crude", [5, 913, 2]], ["gross", [5, 913, 3]]]}, {"answer": "easy", "hint": "synonyms for easy", "clues": [["leisurely", [5, 914, 0]], ["soft", [5, 914, 1]], ["well-heeled", [5, 914, 2]], ["sluttish", [5, 914, 3]], ["light", [5, 914, 4]], ["well-situated", [5, 914, 5]], ["loose", [5, 914, 6]], ["promiscuous", [5, 914, 7]], ["well-fixed", [5, 914, 8]], ["prosperous", [5, 914, 9]], ["comfortable", [5, 914, 10]], ["wanton", [5, 914, 11]], ["well-to-do", [5, 914, 12]], ["easygoing", [5, 914, 13]], ["gentle", [5, 914, 14]], ["well-off", [5, 914, 15]]]}, {"answer": "easygoing", "hint": "synonyms for easygoing", "clues": [["leisurely", [5, 915, 0]], ["easy", [5, 915, 1]], ["cushy", [5, 915, 2]], ["soft", [5, 915, 3]]]}, {"answer": "eccentric", "hint": "synonyms for eccentric", "clues": [["bizarre", [5, 916, 0]], ["freakish", [5, 916, 1]], ["freaky", [5, 916, 2]], ["outre", [5, 916, 3]], ["flakey", [5, 916, 4]], ["outlandish", [5, 916, 5]], ["nonconcentric", [5, 916, 6]], ["gonzo", [5, 916, 7]], ["off-the-wall", [5, 916, 8]]]}, {"answer": "economical", "hint": "synonyms for economical", "clues": [["frugal", [5, 917, 0]], ["sparing", [5, 917, 1]], ["scotch", [5, 917, 2]], ["stinting", [5, 917, 3]], ["economic", [5, 917, 4]]]}, {"answer": "ecstatic", "hint": "synonyms for ecstatic", "clues": [["enraptured", [5, 918, 0]], ["rhapsodic", [5, 918, 1]], ["rapturous", [5, 918, 2]], ["rapt", [5, 918, 3]]]}, {"answer": "ecumenical", "hint": "synonyms for ecumenical", "clues": [["oecumenic", [5, 919, 0]], ["cosmopolitan", [5, 919, 1]], ["general", [5, 919, 2]], ["universal", [5, 919, 3]], ["world-wide", [5, 919, 4]]]}, {"answer": "edacious", "hint": "synonyms for edacious", "clues": [["ravenous", [5, 920, 0]], ["voracious", [5, 920, 1]], ["wolfish", [5, 920, 2]], ["rapacious", [5, 920, 3]], ["esurient", [5, 920, 4]], ["ravening", [5, 920, 5]]]}, {"answer": "edgy", "hint": "synonyms for edgy", "clues": [["jumpy", [5, 921, 0]], ["uptight", [5, 921, 1]], ["restive", [5, 921, 2]], ["overstrung", [5, 921, 3]], ["high-strung", [5, 921, 4]], ["highly strung", [5, 921, 5]], ["nervy", [5, 921, 6]], ["jittery", [5, 921, 7]]]}, {"answer": "effective", "hint": "synonyms for effective", "clues": [["efficacious", [5, 922, 0]], ["in force", [5, 922, 1]], ["efficient", [5, 922, 2]], ["in effect", [5, 922, 3]], ["good", [5, 922, 4]], ["effectual", [5, 922, 5]]]}, {"answer": "effectual", "hint": "synonyms for effectual", "clues": [["sound", [5, 923, 0]], ["efficacious", [5, 923, 1]], ["legal", [5, 923, 2]], ["effective", [5, 923, 3]]]}, {"answer": "effeminate", "hint": "synonyms for effeminate", "clues": [["sissified", [5, 924, 0]], ["cissy", [5, 924, 1]], ["emasculate", [5, 924, 2]], ["sissy", [5, 924, 3]], ["epicene", [5, 924, 4]], ["sissyish", [5, 924, 5]]]}, {"answer": "effervescent", "hint": "synonyms for effervescent", "clues": [["frothy", [5, 925, 0]], ["scintillating", [5, 925, 1]], ["bubbling", [5, 925, 2]], ["sparkly", [5, 925, 3]], ["sparkling", [5, 925, 4]]]}, {"answer": "effervescing", "hint": "synonyms for effervescing", "clues": [["foamy", [5, 926, 0]], ["foaming", [5, 926, 1]], ["bubbling", [5, 926, 2]], ["spumy", [5, 926, 3]], ["frothy", [5, 926, 4]], ["bubbly", [5, 926, 5]]]}, {"answer": "effulgent", "hint": "synonyms for effulgent", "clues": [["radiant", [5, 927, 0]], ["beamy", [5, 927, 1]], ["refulgent", [5, 927, 2]], ["beaming", [5, 927, 3]]]}, {"answer": "effusive", "hint": "synonyms for effusive", "clues": [["burbly", [5, 928, 0]], ["gushing", [5, 928, 1]], ["gushy", [5, 928, 2]], ["burbling", [5, 928, 3]]]}, {"answer": "egg-shaped", "hint": "synonyms for egg-shaped", "clues": [["ovate", [5, 929, 0]], ["oval-shaped", [5, 929, 1]], ["oviform", [5, 929, 2]], ["elliptic", [5, 929, 3]], ["ovoid", [5, 929, 4]], ["prolate", [5, 929, 5]], ["oval", [5, 929, 6]]]}, {"answer": "egotistic", "hint": "synonyms for egotistic", "clues": [["narcissistic", [5, 930, 0]], ["swollen", [5, 930, 1]], ["egotistical", [5, 930, 2]], ["vain", [5, 930, 3]], ["conceited", [5, 930, 4]], ["swollen-headed", [5, 930, 5]], ["self-loving", [5, 930, 6]], ["self-conceited", [5, 930, 7]]]}, {"answer": "egotistical", "hint": "synonyms for egotistical", "clues": [["narcissistic", [5, 931, 0]], ["egotistic", [5, 931, 1]], ["swollen", [5, 931, 2]], ["vain", [5, 931, 3]], ["swollen-headed", [5, 931, 4]], ["conceited", [5, 931, 5]], ["self-loving", [5, 931, 6]], ["self-conceited", [5, 931, 7]]]}, {"answer": "egregious", "hint": "synonyms for egregious", "clues": [["glaring", [5, 932, 0]], ["rank", [5, 932, 1]], ["crying", [5, 932, 2]], ["gross", [5, 932, 3]], ["flagrant", [5, 932, 4]]]}, {"answer": "elementary", "hint": "synonyms for elementary", "clues": [["primary", [5, 933, 0]], ["simple", [5, 933, 1]], ["elemental", [5, 933, 2]], ["unproblematic", [5, 933, 3]], ["uncomplicated", [5, 933, 4]]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["grand", [5, 934, 0]], ["sublime", [5, 934, 1]], ["rarified", [5, 934, 2]], ["high-flown", [5, 934, 3]], ["exalted", [5, 934, 4]], ["noble-minded", [5, 934, 5]], ["lofty", [5, 934, 6]], ["raised", [5, 934, 7]], ["high-minded", [5, 934, 8]], ["idealistic", [5, 934, 9]]]}, {"answer": "elfin", "hint": "synonyms for elfin", "clues": [["elfish", [5, 935, 0]], ["elvish", [5, 935, 1]], ["fey", [5, 935, 2]], ["elflike", [5, 935, 3]]]}, {"answer": "elliptic", "hint": "synonyms for elliptic", "clues": [["ovate", [5, 936, 0]], ["oval-shaped", [5, 936, 1]], ["oviform", [5, 936, 2]], ["elliptical", [5, 936, 3]], ["ovoid", [5, 936, 4]], ["prolate", [5, 936, 5]], ["egg-shaped", [5, 936, 6]], ["oval", [5, 936, 7]]]}, {"answer": "elliptical", "hint": "synonyms for elliptical", "clues": [["ovate", [5, 937, 0]], ["oval-shaped", [5, 937, 1]], ["oviform", [5, 937, 2]], ["elliptic", [5, 937, 3]], ["ovoid", [5, 937, 4]], ["prolate", [5, 937, 5]], ["egg-shaped", [5, 937, 6]], ["oval", [5, 937, 7]]]}, {"answer": "elongated", "hint": "synonyms for elongated", "clues": [["elongate", [5, 938, 0]], ["lengthened", [5, 938, 1]], ["extended", [5, 938, 2]], ["prolonged", [5, 938, 3]]]}, {"answer": "eloquent", "hint": "synonyms for eloquent", "clues": [["fluent", [5, 939, 0]], ["silver-tongued", [5, 939, 1]], ["smooth-spoken", [5, 939, 2]], ["facile", [5, 939, 3]], ["silver", [5, 939, 4]]]}, {"answer": "elusive", "hint": "synonyms for elusive", "clues": [["baffling", [5, 940, 0]], ["problematical", [5, 940, 1]], ["knotty", [5, 940, 2]], ["subtle", [5, 940, 3]], ["tough", [5, 940, 4]]]}, {"answer": "emaciated", "hint": "synonyms for emaciated", "clues": [["gaunt", [5, 941, 0]], ["cadaverous", [5, 941, 1]], ["pinched", [5, 941, 2]], ["bony", [5, 941, 3]], ["wasted", [5, 941, 4]], ["haggard", [5, 941, 5]], ["skeletal", [5, 941, 6]]]}, {"answer": "emasculate", "hint": "synonyms for emasculate", "clues": [["effeminate", [5, 942, 0]], ["sissified", [5, 942, 1]], ["cissy", [5, 942, 2]], ["sissy", [5, 942, 3]], ["epicene", [5, 942, 4]], ["sissyish", [5, 942, 5]]]}, {"answer": "embarrassed", "hint": "synonyms for embarrassed", "clues": [["abashed", [5, 943, 0]], ["humiliated", [5, 943, 1]], ["mortified", [5, 943, 2]], ["chagrined", [5, 943, 3]]]}, {"answer": "embarrassing", "hint": "synonyms for embarrassing", "clues": [["unenviable", [5, 944, 0]], ["awkward", [5, 944, 1]], ["mortifying", [5, 944, 2]], ["sticky", [5, 944, 3]]]}, {"answer": "emblematic", "hint": "synonyms for emblematic", "clues": [["symbolic", [5, 945, 0]], ["emblematical", [5, 945, 1]], ["exemplary", [5, 945, 2]], ["typic", [5, 945, 3]]]}, {"answer": "embodied", "hint": "synonyms for embodied", "clues": [["corporal", [5, 946, 0]], ["bodied", [5, 946, 1]], ["corporate", [5, 946, 2]], ["incarnate", [5, 946, 3]]]}, {"answer": "eminent", "hint": "synonyms for eminent", "clues": [["soaring", [5, 947, 0]], ["high", [5, 947, 1]], ["lofty", [5, 947, 2]], ["towering", [5, 947, 3]]]}, {"answer": "empty-headed", "hint": "synonyms for empty-headed", "clues": [["dizzy", [5, 948, 0]], ["light-headed", [5, 948, 1]], ["silly", [5, 948, 2]], ["giddy", [5, 948, 3]], ["airheaded", [5, 948, 4]], ["featherbrained", [5, 948, 5]]]}, {"answer": "enamored", "hint": "synonyms for enamored", "clues": [["taken with", [5, 949, 0]], ["in love", [5, 949, 1]], ["potty", [5, 949, 2]], ["soft on", [5, 949, 3]], ["infatuated", [5, 949, 4]], ["smitten", [5, 949, 5]]]}, {"answer": "enceinte", "hint": "synonyms for enceinte", "clues": [["great", [5, 950, 0]], ["large", [5, 950, 1]], ["with child", [5, 950, 2]], ["heavy", [5, 950, 3]], ["expectant", [5, 950, 4]], ["gravid", [5, 950, 5]], ["big", [5, 950, 6]]]}, {"answer": "enchanting", "hint": "synonyms for enchanting", "clues": [["bewitching", [5, 951, 0]], ["fascinating", [5, 951, 1]], ["entrancing", [5, 951, 2]], ["captivating", [5, 951, 3]], ["enthralling", [5, 951, 4]]]}, {"answer": "encompassing", "hint": "synonyms for encompassing", "clues": [["wide", [5, 952, 0]], ["extensive", [5, 952, 1]], ["circumferent", [5, 952, 2]], ["blanket", [5, 952, 3]], ["panoptic", [5, 952, 4]], ["across-the-board", [5, 952, 5]], ["broad", [5, 952, 6]], ["all-embracing", [5, 952, 7]], ["all-inclusive", [5, 952, 8]], ["all-encompassing", [5, 952, 9]], ["surrounding", [5, 952, 10]]]}, {"answer": "ended", "hint": "synonyms for ended", "clues": [["complete", [5, 953, 0]], ["over", [5, 953, 1]], ["terminated", [5, 953, 2]], ["all over", [5, 953, 3]], ["concluded", [5, 953, 4]]]}, {"answer": "endemic", "hint": "synonyms for endemic", "clues": [["autochthonal", [5, 954, 0]], ["indigenous", [5, 954, 1]], ["autochthonous", [5, 954, 2]], ["autochthonic", [5, 954, 3]], ["endemical", [5, 954, 4]]]}, {"answer": "endless", "hint": "synonyms for endless", "clues": [["sempiternal", [5, 955, 0]], ["dateless", [5, 955, 1]], ["interminable", [5, 955, 2]], ["eternal", [5, 955, 3]]]}, {"answer": "engaged", "hint": "synonyms for engaged", "clues": [["busy", [5, 956, 0]], ["in use", [5, 956, 1]], ["booked", [5, 956, 2]], ["set-aside", [5, 956, 3]], ["meshed", [5, 956, 4]], ["intermeshed", [5, 956, 5]], ["occupied", [5, 956, 6]]]}, {"answer": "engraved", "hint": "synonyms for engraved", "clues": [["inscribed", [5, 957, 0]], ["graven", [5, 957, 1]], ["incised", [5, 957, 2]], ["etched", [5, 957, 3]]]}, {"answer": "engrossed", "hint": "synonyms for engrossed", "clues": [["captive", [5, 958, 0]], ["intent", [5, 958, 1]], ["absorbed", [5, 958, 2]], ["enwrapped", [5, 958, 3]]]}, {"answer": "engrossing", "hint": "synonyms for engrossing", "clues": [["fascinating", [5, 959, 0]], ["gripping", [5, 959, 1]], ["absorbing", [5, 959, 2]], ["riveting", [5, 959, 3]]]}, {"answer": "enlarged", "hint": "synonyms for enlarged", "clues": [["blown-up", [5, 960, 0]], ["hypertrophied", [5, 960, 1]], ["magnified", [5, 960, 2]], ["exaggerated", [5, 960, 3]]]}, {"answer": "enraged", "hint": "synonyms for enraged", "clues": [["maddened", [5, 961, 0]], ["angered", [5, 961, 1]], ["infuriated", [5, 961, 2]], ["furious", [5, 961, 3]]]}, {"answer": "enraptured", "hint": "synonyms for enraptured", "clues": [["rhapsodic", [5, 962, 0]], ["rapturous", [5, 962, 1]], ["rapt", [5, 962, 2]], ["ecstatic", [5, 962, 3]]]}, {"answer": "ensuant", "hint": "synonyms for ensuant", "clues": [["consequent", [5, 963, 0]], ["attendant", [5, 963, 1]], ["concomitant", [5, 963, 2]], ["resultant", [5, 963, 3]], ["accompanying", [5, 963, 4]], ["incidental", [5, 963, 5]], ["sequent", [5, 963, 6]]]}, {"answer": "enthralled", "hint": "synonyms for enthralled", "clues": [["charmed", [5, 964, 0]], ["entranced", [5, 964, 1]], ["beguiled", [5, 964, 2]], ["delighted", [5, 964, 3]], ["captivated", [5, 964, 4]]]}, {"answer": "enthralling", "hint": "synonyms for enthralling", "clues": [["bewitching", [5, 965, 0]], ["enchanting", [5, 965, 1]], ["fascinating", [5, 965, 2]], ["entrancing", [5, 965, 3]], ["captivating", [5, 965, 4]]]}, {"answer": "entire", "hint": "synonyms for entire", "clues": [["intact", [5, 966, 0]], ["total", [5, 966, 1]], ["full", [5, 966, 2]], ["integral", [5, 966, 3]]]}, {"answer": "entranced", "hint": "synonyms for entranced", "clues": [["charmed", [5, 967, 0]], ["enthralled", [5, 967, 1]], ["beguiled", [5, 967, 2]], ["delighted", [5, 967, 3]], ["captivated", [5, 967, 4]]]}, {"answer": "entrancing", "hint": "synonyms for entrancing", "clues": [["bewitching", [5, 968, 0]], ["enchanting", [5, 968, 1]], ["fascinating", [5, 968, 2]], ["captivating", [5, 968, 3]], ["enthralling", [5, 968, 4]]]}, {"answer": "enwrapped", "hint": "synonyms for enwrapped", "clues": [["engrossed", [5, 969, 0]], ["captive", [5, 969, 1]], ["intent", [5, 969, 2]], ["absorbed", [5, 969, 3]], ["wrapped", [5, 969, 4]]]}, {"answer": "eonian", "hint": "synonyms for eonian", "clues": [["everlasting", [5, 970, 0]], ["unending", [5, 970, 1]], ["unceasing", [5, 970, 2]], ["perpetual", [5, 970, 3]], ["aeonian", [5, 970, 4]], ["ageless", [5, 970, 5]], ["eternal", [5, 970, 6]]]}, {"answer": "ephemeral", "hint": "synonyms for ephemeral", "clues": [["transient", [5, 971, 0]], ["short-lived", [5, 971, 1]], ["fugacious", [5, 971, 2]], ["passing", [5, 971, 3]], ["transitory", [5, 971, 4]]]}, {"answer": "epicene", "hint": "synonyms for epicene", "clues": [["effeminate", [5, 972, 0]], ["sissified", [5, 972, 1]], ["bisexual", [5, 972, 2]], ["emasculate", [5, 972, 3]], ["sissy", [5, 972, 4]], ["cissy", [5, 972, 5]], ["sissyish", [5, 972, 6]]]}, {"answer": "epicurean", "hint": "synonyms for epicurean", "clues": [["sybaritic", [5, 973, 0]], ["hedonistic", [5, 973, 1]], ["luxuriant", [5, 973, 2]], ["voluptuary", [5, 973, 3]], ["luxurious", [5, 973, 4]], ["voluptuous", [5, 973, 5]], ["hedonic", [5, 973, 6]]]}, {"answer": "equanimous", "hint": "synonyms for equanimous", "clues": [["collected", [5, 974, 0]], ["poised", [5, 974, 1]], ["self-contained", [5, 974, 2]], ["self-possessed", [5, 974, 3]], ["self-collected", [5, 974, 4]]]}, {"answer": "equipped", "hint": "synonyms for equipped", "clues": [["fitted out", [5, 975, 0]], ["equipt", [5, 975, 1]], ["furnished", [5, 975, 2]], ["weaponed", [5, 975, 3]]]}, {"answer": "erose", "hint": "synonyms for erose", "clues": [["toothed", [5, 976, 0]], ["jaggy", [5, 976, 1]], ["notched", [5, 976, 2]], ["jagged", [5, 976, 3]]]}, {"answer": "erosive", "hint": "synonyms for erosive", "clues": [["caustic", [5, 977, 0]], ["corrosive", [5, 977, 1]], ["mordant", [5, 977, 2]], ["vitriolic", [5, 977, 3]]]}, {"answer": "erratic", "hint": "synonyms for erratic", "clues": [["fickle", [5, 978, 0]], ["quicksilver", [5, 978, 1]], ["mercurial", [5, 978, 2]], ["temperamental", [5, 978, 3]], ["planetary", [5, 978, 4]], ["wandering", [5, 978, 5]]]}, {"answer": "erstwhile", "hint": "synonyms for erstwhile", "clues": [["quondam", [5, 979, 0]], ["former", [5, 979, 1]], ["one-time", [5, 979, 2]], ["sometime", [5, 979, 3]], ["old", [5, 979, 4]]]}, {"answer": "essential", "hint": "synonyms for essential", "clues": [["of the essence", [5, 980, 0]], ["substantive", [5, 980, 1]], ["indispensable", [5, 980, 2]], ["crucial", [5, 980, 3]], ["all-important", [5, 980, 4]]]}, {"answer": "established", "hint": "synonyms for established", "clues": [["effected", [5, 981, 0]], ["accomplished", [5, 981, 1]], ["naturalized", [5, 981, 2]], ["conventional", [5, 981, 3]], ["constituted", [5, 981, 4]]]}, {"answer": "estimable", "hint": "synonyms for estimable", "clues": [["honorable", [5, 982, 0]], ["computable", [5, 982, 1]], ["respectable", [5, 982, 2]], ["good", [5, 982, 3]]]}, {"answer": "esurient", "hint": "synonyms for esurient", "clues": [["famished", [5, 983, 0]], ["ravenous", [5, 983, 1]], ["voracious", [5, 983, 2]], ["wolfish", [5, 983, 3]], ["rapacious", [5, 983, 4]], ["starved", [5, 983, 5]], ["ravening", [5, 983, 6]], ["devouring", [5, 983, 7]], ["greedy", [5, 983, 8]], ["avid", [5, 983, 9]], ["sharp-set", [5, 983, 10]], ["edacious", [5, 983, 11]]]}, {"answer": "etched", "hint": "synonyms for etched", "clues": [["inscribed", [5, 984, 0]], ["graven", [5, 984, 1]], ["incised", [5, 984, 2]], ["engraved", [5, 984, 3]]]}, {"answer": "eternal", "hint": "synonyms for eternal", "clues": [["interminable", [5, 985, 0]], ["eonian", [5, 985, 1]], ["endless", [5, 985, 2]], ["unending", [5, 985, 3]], ["unceasing", [5, 985, 4]], ["perpetual", [5, 985, 5]], ["everlasting", [5, 985, 6]], ["ageless", [5, 985, 7]]]}, {"answer": "ethereal", "hint": "synonyms for ethereal", "clues": [["gossamer", [5, 986, 0]], ["supernal", [5, 986, 1]], ["aeriform", [5, 986, 2]], ["celestial", [5, 986, 3]], ["aerial", [5, 986, 4]], ["airy", [5, 986, 5]], ["aery", [5, 986, 6]]]}, {"answer": "ethnic", "hint": "synonyms for ethnic", "clues": [["cultural", [5, 987, 0]], ["ethnical", [5, 987, 1]], ["heathenish", [5, 987, 2]], ["heathen", [5, 987, 3]], ["pagan", [5, 987, 4]]]}, {"answer": "even", "hint": "synonyms for even", "clues": [["tied", [5, 988, 0]], ["regular", [5, 988, 1]], ["level", [5, 988, 2]], ["fifty-fifty", [5, 988, 3]]]}, {"answer": "everlasting", "hint": "synonyms for everlasting", "clues": [["double-dyed", [5, 989, 0]], ["arrant", [5, 989, 1]], ["utter", [5, 989, 2]], ["unending", [5, 989, 3]], ["stark", [5, 989, 4]], ["pure", [5, 989, 5]], ["unadulterated", [5, 989, 6]], ["consummate", [5, 989, 7]], ["perfect", [5, 989, 8]], ["eonian", [5, 989, 9]], ["thoroughgoing", [5, 989, 10]], ["unceasing", [5, 989, 11]], ["staring", [5, 989, 12]], ["perpetual", [5, 989, 13]], ["ageless", [5, 989, 14]], ["gross", [5, 989, 15]], ["sodding", [5, 989, 16]], ["complete", [5, 989, 17]], ["eternal", [5, 989, 18]]]}, {"answer": "everyday", "hint": "synonyms for everyday", "clues": [["daily", [5, 990, 0]], ["quotidian", [5, 990, 1]], ["routine", [5, 990, 2]], ["casual", [5, 990, 3]], ["mundane", [5, 990, 4]], ["unremarkable", [5, 990, 5]], ["workaday", [5, 990, 6]]]}, {"answer": "evident", "hint": "synonyms for evident", "clues": [["patent", [5, 991, 0]], ["discernible", [5, 991, 1]], ["apparent", [5, 991, 2]], ["unmistakable", [5, 991, 3]], ["plain", [5, 991, 4]], ["manifest", [5, 991, 5]], ["observable", [5, 991, 6]]]}, {"answer": "evil", "hint": "synonyms for evil", "clues": [["vicious", [5, 992, 0]], ["malefic", [5, 992, 1]], ["malign", [5, 992, 2]], ["malevolent", [5, 992, 3]]]}, {"answer": "evocative", "hint": "synonyms for evocative", "clues": [["resonant", [5, 993, 0]], ["remindful", [5, 993, 1]], ["redolent", [5, 993, 2]], ["reminiscent", [5, 993, 3]]]}, {"answer": "ex", "hint": "synonyms for ex", "clues": [["antique", [5, 994, 0]], ["outmoded", [5, 994, 1]], ["passee", [5, 994, 2]], ["demode", [5, 994, 3]], ["old-fashioned", [5, 994, 4]], ["old-hat", [5, 994, 5]]]}, {"answer": "exacting", "hint": "synonyms for exacting", "clues": [["stern", [5, 995, 0]], ["fastidious", [5, 995, 1]], ["exigent", [5, 995, 2]], ["strict", [5, 995, 3]]]}, {"answer": "exaggerated", "hint": "synonyms for exaggerated", "clues": [["magnified", [5, 996, 0]], ["overdone", [5, 996, 1]], ["enlarged", [5, 996, 2]], ["overstated", [5, 996, 3]]]}, {"answer": "exalted", "hint": "synonyms for exalted", "clues": [["grand", [5, 997, 0]], ["sublime", [5, 997, 1]], ["elevated", [5, 997, 2]], ["rarified", [5, 997, 3]], ["high-flown", [5, 997, 4]], ["noble-minded", [5, 997, 5]], ["lofty", [5, 997, 6]], ["high-minded", [5, 997, 7]], ["idealistic", [5, 997, 8]]]}, {"answer": "exasperating", "hint": "synonyms for exasperating", "clues": [["infuriating", [5, 998, 0]], ["exacerbating", [5, 998, 1]], ["vexing", [5, 998, 2]], ["maddening", [5, 998, 3]], ["aggravating", [5, 998, 4]]]}, {"answer": "exceeding", "hint": "synonyms for exceeding", "clues": [["exceptional", [5, 999, 0]], ["prodigious", [5, 999, 1]], ["surpassing", [5, 999, 2]], ["olympian", [5, 999, 3]]]}, {"answer": "exceptional", "hint": "synonyms for exceptional", "clues": [["special", [5, 1000, 0]], ["exceeding", [5, 1000, 1]], ["particular", [5, 1000, 2]], ["prodigious", [5, 1000, 3]], ["surpassing", [5, 1000, 4]], ["olympian", [5, 1000, 5]]]}, {"answer": "excess", "hint": "synonyms for excess", "clues": [["supererogatory", [5, 1001, 0]], ["redundant", [5, 1001, 1]], ["spare", [5, 1001, 2]], ["surplus", [5, 1001, 3]], ["supernumerary", [5, 1001, 4]], ["superfluous", [5, 1001, 5]], ["extra", [5, 1001, 6]]]}, {"answer": "excessive", "hint": "synonyms for excessive", "clues": [["extravagant", [5, 1002, 0]], ["overweening", [5, 1002, 1]], ["undue", [5, 1002, 2]], ["unreasonable", [5, 1002, 3]], ["inordinate", [5, 1002, 4]], ["exuberant", [5, 1002, 5]]]}, {"answer": "exchangeable", "hint": "synonyms for exchangeable", "clues": [["standardised", [5, 1003, 0]], ["interchangeable", [5, 1003, 1]], ["similar", [5, 1003, 2]], ["convertible", [5, 1003, 3]]]}, {"answer": "excited", "hint": "synonyms for excited", "clues": [["frantic", [5, 1004, 0]], ["emotional", [5, 1004, 1]], ["activated", [5, 1004, 2]], ["mad", [5, 1004, 3]], ["unrestrained", [5, 1004, 4]], ["worked up", [5, 1004, 5]], ["delirious", [5, 1004, 6]], ["aroused", [5, 1004, 7]]]}, {"answer": "excruciating", "hint": "synonyms for excruciating", "clues": [["harrowing", [5, 1005, 0]], ["agonizing", [5, 1005, 1]], ["torturesome", [5, 1005, 2]], ["torturing", [5, 1005, 3]], ["torturous", [5, 1005, 4]]]}, {"answer": "exculpated", "hint": "synonyms for exculpated", "clues": [["absolved", [5, 1006, 0]], ["clear", [5, 1006, 1]], ["cleared", [5, 1006, 2]], ["vindicated", [5, 1006, 3]], ["exonerated", [5, 1006, 4]]]}, {"answer": "execrable", "hint": "synonyms for execrable", "clues": [["odious", [5, 1007, 0]], ["abominable", [5, 1007, 1]], ["woeful", [5, 1007, 2]], ["deplorable", [5, 1007, 3]], ["miserable", [5, 1007, 4]], ["damnable", [5, 1007, 5]], ["detestable", [5, 1007, 6]], ["wretched", [5, 1007, 7]]]}, {"answer": "executable", "hint": "synonyms for executable", "clues": [["feasible", [5, 1008, 0]], ["practicable", [5, 1008, 1]], ["viable", [5, 1008, 2]], ["workable", [5, 1008, 3]]]}, {"answer": "exemplary", "hint": "synonyms for exemplary", "clues": [["emblematic", [5, 1009, 0]], ["model", [5, 1009, 1]], ["cautionary", [5, 1009, 2]], ["monitory", [5, 1009, 3]], ["typic", [5, 1009, 4]], ["warning", [5, 1009, 5]]]}, {"answer": "exhausted", "hint": "synonyms for exhausted", "clues": [["worn out", [5, 1010, 0]], ["played out", [5, 1010, 1]], ["washed-out", [5, 1010, 2]], ["spent", [5, 1010, 3]], ["dog-tired", [5, 1010, 4]], ["fagged", [5, 1010, 5]], ["fatigued", [5, 1010, 6]]]}, {"answer": "exigent", "hint": "synonyms for exigent", "clues": [["exacting", [5, 1011, 0]], ["crying", [5, 1011, 1]], ["insistent", [5, 1011, 2]], ["clamant", [5, 1011, 3]], ["instant", [5, 1011, 4]]]}, {"answer": "exonerated", "hint": "synonyms for exonerated", "clues": [["absolved", [5, 1012, 0]], ["clear", [5, 1012, 1]], ["cleared", [5, 1012, 2]], ["exculpated", [5, 1012, 3]], ["vindicated", [5, 1012, 4]]]}, {"answer": "exorbitant", "hint": "synonyms for exorbitant", "clues": [["extortionate", [5, 1013, 0]], ["unconscionable", [5, 1013, 1]], ["usurious", [5, 1013, 2]], ["outrageous", [5, 1013, 3]], ["steep", [5, 1013, 4]]]}, {"answer": "expectant", "hint": "synonyms for expectant", "clues": [["great", [5, 1014, 0]], ["enceinte", [5, 1014, 1]], ["with child", [5, 1014, 2]], ["gravid", [5, 1014, 3]], ["heavy", [5, 1014, 4]], ["big", [5, 1014, 5]], ["large", [5, 1014, 6]], ["anticipant", [5, 1014, 7]], ["anticipative", [5, 1014, 8]]]}, {"answer": "expert", "hint": "synonyms for expert", "clues": [["practiced", [5, 1015, 0]], ["technical", [5, 1015, 1]], ["skilful", [5, 1015, 2]], ["good", [5, 1015, 3]], ["proficient", [5, 1015, 4]], ["adept", [5, 1015, 5]]]}, {"answer": "exploited", "hint": "synonyms for exploited", "clues": [["ill-used", [5, 1016, 0]], ["victimized", [5, 1016, 1]], ["used", [5, 1016, 2]], ["put-upon", [5, 1016, 3]]]}, {"answer": "expressionless", "hint": "synonyms for expressionless", "clues": [["unexpressive", [5, 1017, 0]], ["poker-faced", [5, 1017, 1]], ["deadpan", [5, 1017, 2]], ["impassive", [5, 1017, 3]]]}, {"answer": "extemporaneous", "hint": "synonyms for extemporaneous", "clues": [["extemporary", [5, 1018, 0]], ["ad-lib", [5, 1018, 1]], ["extempore", [5, 1018, 2]], ["offhand", [5, 1018, 3]], ["off-the-cuff", [5, 1018, 4]], ["unrehearsed", [5, 1018, 5]], ["impromptu", [5, 1018, 6]]]}, {"answer": "extemporary", "hint": "synonyms for extemporary", "clues": [["extemporaneous", [5, 1019, 0]], ["ad-lib", [5, 1019, 1]], ["extempore", [5, 1019, 2]], ["offhand", [5, 1019, 3]], ["off-the-cuff", [5, 1019, 4]], ["unrehearsed", [5, 1019, 5]], ["impromptu", [5, 1019, 6]]]}, {"answer": "extempore", "hint": "synonyms for extempore", "clues": [["extemporaneous", [5, 1020, 0]], ["extemporary", [5, 1020, 1]], ["ad-lib", [5, 1020, 2]], ["offhand", [5, 1020, 3]], ["off-the-cuff", [5, 1020, 4]], ["unrehearsed", [5, 1020, 5]], ["impromptu", [5, 1020, 6]]]}, {"answer": "extended", "hint": "synonyms for extended", "clues": [["protracted", [5, 1021, 0]], ["extensive", [5, 1021, 1]], ["lengthened", [5, 1021, 2]], ["prolonged", [5, 1021, 3]], ["elongated", [5, 1021, 4]], ["drawn-out", [5, 1021, 5]], ["lengthy", [5, 1021, 6]]]}, {"answer": "extensive", "hint": "synonyms for extensive", "clues": [["wide", [5, 1022, 0]], ["blanket", [5, 1022, 1]], ["encompassing", [5, 1022, 2]], ["panoptic", [5, 1022, 3]], ["across-the-board", [5, 1022, 4]], ["broad", [5, 1022, 5]], ["extended", [5, 1022, 6]], ["all-embracing", [5, 1022, 7]], ["all-inclusive", [5, 1022, 8]]]}, {"answer": "extortionate", "hint": "synonyms for extortionate", "clues": [["unconscionable", [5, 1023, 0]], ["usurious", [5, 1023, 1]], ["outrageous", [5, 1023, 2]], ["steep", [5, 1023, 3]], ["exorbitant", [5, 1023, 4]]]}, {"answer": "extra", "hint": "synonyms for extra", "clues": [["supererogatory", [5, 1024, 0]], ["redundant", [5, 1024, 1]], ["spare", [5, 1024, 2]], ["supernumerary", [5, 1024, 3]], ["superfluous", [5, 1024, 4]], ["special", [5, 1024, 5]], ["excess", [5, 1024, 6]], ["surplus", [5, 1024, 7]], ["additional", [5, 1024, 8]]]}, {"answer": "extraneous", "hint": "synonyms for extraneous", "clues": [["external", [5, 1025, 0]], ["immaterial", [5, 1025, 1]], ["outside", [5, 1025, 2]], ["orthogonal", [5, 1025, 3]], ["impertinent", [5, 1025, 4]], ["foreign", [5, 1025, 5]]]}, {"answer": "extravagant", "hint": "synonyms for extravagant", "clues": [["overweening", [5, 1026, 0]], ["profligate", [5, 1026, 1]], ["excessive", [5, 1026, 2]], ["prodigal", [5, 1026, 3]], ["exuberant", [5, 1026, 4]], ["spendthrift", [5, 1026, 5]]]}, {"answer": "extroverted", "hint": "synonyms for extroverted", "clues": [["extrovertive", [5, 1027, 0]], ["extraverted", [5, 1027, 1]], ["forthcoming", [5, 1027, 2]], ["extrospective", [5, 1027, 3]], ["outgoing", [5, 1027, 4]]]}, {"answer": "exuberant", "hint": "synonyms for exuberant", "clues": [["high-spirited", [5, 1028, 0]], ["extravagant", [5, 1028, 1]], ["overweening", [5, 1028, 2]], ["excessive", [5, 1028, 3]], ["luxuriant", [5, 1028, 4]], ["profuse", [5, 1028, 5]], ["riotous", [5, 1028, 6]], ["ebullient", [5, 1028, 7]], ["lush", [5, 1028, 8]]]}, {"answer": "exultant", "hint": "synonyms for exultant", "clues": [["rejoicing", [5, 1029, 0]], ["jubilant", [5, 1029, 1]], ["triumphal", [5, 1029, 2]], ["triumphant", [5, 1029, 3]], ["prideful", [5, 1029, 4]], ["exulting", [5, 1029, 5]]]}, {"answer": "exulting", "hint": "synonyms for exulting", "clues": [["rejoicing", [5, 1030, 0]], ["exultant", [5, 1030, 1]], ["jubilant", [5, 1030, 2]], ["triumphal", [5, 1030, 3]], ["triumphant", [5, 1030, 4]], ["prideful", [5, 1030, 5]]]}, {"answer": "facile", "hint": "synonyms for facile", "clues": [["fluent", [5, 1031, 0]], ["silver-tongued", [5, 1031, 1]], ["smooth-spoken", [5, 1031, 2]], ["eloquent", [5, 1031, 3]], ["silver", [5, 1031, 4]]]}, {"answer": "faded", "hint": "synonyms for faded", "clues": [["weakened", [5, 1032, 0]], ["bleached", [5, 1032, 1]], ["washed-out", [5, 1032, 2]], ["attenuated", [5, 1032, 3]], ["washy", [5, 1032, 4]]]}, {"answer": "fagged", "hint": "synonyms for fagged", "clues": [["worn out", [5, 1033, 0]], ["played out", [5, 1033, 1]], ["washed-out", [5, 1033, 2]], ["spent", [5, 1033, 3]], ["exhausted", [5, 1033, 4]], ["dog-tired", [5, 1033, 5]], ["fatigued", [5, 1033, 6]]]}, {"answer": "faineant", "hint": "synonyms for faineant", "clues": [["lazy", [5, 1034, 0]], ["work-shy", [5, 1034, 1]], ["slothful", [5, 1034, 2]], ["indolent", [5, 1034, 3]], ["otiose", [5, 1034, 4]]]}, {"answer": "faint", "hint": "synonyms for faint", "clues": [["light", [5, 1035, 0]], ["dim", [5, 1035, 1]], ["wispy", [5, 1035, 2]], ["light-headed", [5, 1035, 3]], ["swooning", [5, 1035, 4]], ["timid", [5, 1035, 5]], ["faint-hearted", [5, 1035, 6]], ["shadowy", [5, 1035, 7]], ["vague", [5, 1035, 8]], ["weak", [5, 1035, 9]], ["feeble", [5, 1035, 10]]]}, {"answer": "fair", "hint": "synonyms for fair", "clues": [["just", [5, 1036, 0]], ["sightly", [5, 1036, 1]], ["fairish", [5, 1036, 2]], ["bonny", [5, 1036, 3]], ["comely", [5, 1036, 4]], ["mediocre", [5, 1036, 5]], ["reasonable", [5, 1036, 6]], ["bonnie", [5, 1036, 7]], ["middling", [5, 1036, 8]], ["clean", [5, 1036, 9]], ["honest", [5, 1036, 10]], ["average", [5, 1036, 11]]]}, {"answer": "faithless", "hint": "synonyms for faithless", "clues": [["treasonous", [5, 1037, 0]], ["traitorous", [5, 1037, 1]], ["treasonable", [5, 1037, 2]], ["unfaithful", [5, 1037, 3]]]}, {"answer": "fake", "hint": "synonyms for fake", "clues": [["simulated", [5, 1038, 0]], ["phoney", [5, 1038, 1]], ["bogus", [5, 1038, 2]], ["bastard", [5, 1038, 3]], ["imitation", [5, 1038, 4]], ["faux", [5, 1038, 5]], ["false", [5, 1038, 6]]]}, {"answer": "fall-blooming", "hint": "synonyms for fall-blooming", "clues": [["autumn-flowering", [5, 1039, 0]], ["late-blooming", [5, 1039, 1]], ["late-flowering", [5, 1039, 2]], ["fall-flowering", [5, 1039, 3]], ["autumn-blooming", [5, 1039, 4]]]}, {"answer": "fall-flowering", "hint": "synonyms for fall-flowering", "clues": [["autumn-flowering", [5, 1040, 0]], ["late-blooming", [5, 1040, 1]], ["late-flowering", [5, 1040, 2]], ["autumn-blooming", [5, 1040, 3]], ["fall-blooming", [5, 1040, 4]]]}, {"answer": "false", "hint": "synonyms for false", "clues": [["pretended", [5, 1041, 0]], ["simulated", [5, 1041, 1]], ["off-key", [5, 1041, 2]], ["assumed", [5, 1041, 3]], ["untrue", [5, 1041, 4]], ["put on", [5, 1041, 5]], ["fictitious", [5, 1041, 6]], ["fictive", [5, 1041, 7]], ["fake", [5, 1041, 8]], ["sham", [5, 1041, 9]], ["delusive", [5, 1041, 10]], ["mistaken", [5, 1041, 11]], ["imitation", [5, 1041, 12]], ["faux", [5, 1041, 13]], ["sour", [5, 1041, 14]]]}, {"answer": "famed", "hint": "synonyms for famed", "clues": [["notable", [5, 1042, 0]], ["far-famed", [5, 1042, 1]], ["renowned", [5, 1042, 2]], ["famous", [5, 1042, 3]], ["noted", [5, 1042, 4]], ["celebrated", [5, 1042, 5]], ["illustrious", [5, 1042, 6]]]}, {"answer": "familial", "hint": "synonyms for familial", "clues": [["hereditary", [5, 1043, 0]], ["genetic", [5, 1043, 1]], ["transmissible", [5, 1043, 2]], ["transmitted", [5, 1043, 3]], ["inherited", [5, 1043, 4]]]}, {"answer": "famished", "hint": "synonyms for famished", "clues": [["ravenous", [5, 1044, 0]], ["sharp-set", [5, 1044, 1]], ["starved", [5, 1044, 2]], ["esurient", [5, 1044, 3]]]}, {"answer": "famous", "hint": "synonyms for famous", "clues": [["notable", [5, 1045, 0]], ["far-famed", [5, 1045, 1]], ["renowned", [5, 1045, 2]], ["famed", [5, 1045, 3]], ["noted", [5, 1045, 4]], ["celebrated", [5, 1045, 5]], ["illustrious", [5, 1045, 6]]]}, {"answer": "fantastic", "hint": "synonyms for fantastic", "clues": [["marvellous", [5, 1046, 0]], ["fantastical", [5, 1046, 1]], ["antic", [5, 1046, 2]], ["wondrous", [5, 1046, 3]], ["grotesque", [5, 1046, 4]], ["wonderful", [5, 1046, 5]], ["rattling", [5, 1046, 6]], ["terrific", [5, 1046, 7]], ["tremendous", [5, 1046, 8]], ["howling", [5, 1046, 9]], ["grand", [5, 1046, 10]], ["wild", [5, 1046, 11]]]}, {"answer": "far-famed", "hint": "synonyms for far-famed", "clues": [["notable", [5, 1047, 0]], ["famous", [5, 1047, 1]], ["renowned", [5, 1047, 2]], ["famed", [5, 1047, 3]], ["noted", [5, 1047, 4]], ["celebrated", [5, 1047, 5]], ["illustrious", [5, 1047, 6]]]}, {"answer": "far-out", "hint": "synonyms for far-out", "clues": [["offbeat", [5, 1048, 0]], ["way-out", [5, 1048, 1]], ["quirky", [5, 1048, 2]], ["kinky", [5, 1048, 3]]]}, {"answer": "farinaceous", "hint": "synonyms for farinaceous", "clues": [["coarse-grained", [5, 1049, 0]], ["grainy", [5, 1049, 1]], ["amyloid", [5, 1049, 2]], ["mealy", [5, 1049, 3]], ["starchlike", [5, 1049, 4]], ["granulose", [5, 1049, 5]], ["amylaceous", [5, 1049, 6]], ["granular", [5, 1049, 7]], ["gritty", [5, 1049, 8]]]}, {"answer": "farseeing", "hint": "synonyms for farseeing", "clues": [["eagle-eyed", [5, 1050, 0]], ["prospicient", [5, 1050, 1]], ["foresighted", [5, 1050, 2]], ["keen-sighted", [5, 1050, 3]], ["long", [5, 1050, 4]], ["longsighted", [5, 1050, 5]], ["foresightful", [5, 1050, 6]]]}, {"answer": "farsighted", "hint": "synonyms for farsighted", "clues": [["foresighted", [5, 1051, 0]], ["long", [5, 1051, 1]], ["longsighted", [5, 1051, 2]], ["foresightful", [5, 1051, 3]], ["presbyopic", [5, 1051, 4]], ["prospicient", [5, 1051, 5]], ["farseeing", [5, 1051, 6]]]}, {"answer": "farthermost", "hint": "synonyms for farthermost", "clues": [["furthermost", [5, 1052, 0]], ["farthest", [5, 1052, 1]], ["uttermost", [5, 1052, 2]], ["utmost", [5, 1052, 3]]]}, {"answer": "farthest", "hint": "synonyms for farthest", "clues": [["furthermost", [5, 1053, 0]], ["furthest", [5, 1053, 1]], ["uttermost", [5, 1053, 2]], ["utmost", [5, 1053, 3]]]}, {"answer": "fascinated", "hint": "synonyms for fascinated", "clues": [["spell-bound", [5, 1054, 0]], ["hypnotized", [5, 1054, 1]], ["mesmerised", [5, 1054, 2]], ["transfixed", [5, 1054, 3]]]}, {"answer": "fascinating", "hint": "synonyms for fascinating", "clues": [["bewitching", [5, 1055, 0]], ["engrossing", [5, 1055, 1]], ["absorbing", [5, 1055, 2]], ["entrancing", [5, 1055, 3]], ["enthralling", [5, 1055, 4]], ["captivating", [5, 1055, 5]], ["enchanting", [5, 1055, 6]], ["gripping", [5, 1055, 7]], ["riveting", [5, 1055, 8]]]}, {"answer": "fast", "hint": "synonyms for fast", "clues": [["flying", [5, 1056, 0]], ["immobile", [5, 1056, 1]], ["riotous", [5, 1056, 2]], ["degenerate", [5, 1056, 3]], ["loyal", [5, 1056, 4]], ["dissipated", [5, 1056, 5]], ["firm", [5, 1056, 6]], ["debauched", [5, 1056, 7]], ["libertine", [5, 1056, 8]], ["dissolute", [5, 1056, 9]], ["truehearted", [5, 1056, 10]], ["degraded", [5, 1056, 11]], ["profligate", [5, 1056, 12]], ["quick", [5, 1056, 13]]]}, {"answer": "fat", "hint": "synonyms for fat", "clues": [["fatty", [5, 1057, 0]], ["juicy", [5, 1057, 1]], ["rich", [5, 1057, 2]], ["productive", [5, 1057, 3]], ["fertile", [5, 1057, 4]]]}, {"answer": "fatal", "hint": "synonyms for fatal", "clues": [["fateful", [5, 1058, 0]], ["calamitous", [5, 1058, 1]], ["black", [5, 1058, 2]], ["disastrous", [5, 1058, 3]]]}, {"answer": "fateful", "hint": "synonyms for fateful", "clues": [["foreboding", [5, 1059, 0]], ["fatal", [5, 1059, 1]], ["portentous", [5, 1059, 2]], ["calamitous", [5, 1059, 3]], ["black", [5, 1059, 4]], ["disastrous", [5, 1059, 5]]]}, {"answer": "fatheaded", "hint": "synonyms for fatheaded", "clues": [["thick", [5, 1060, 0]], ["wooden-headed", [5, 1060, 1]], ["duncical", [5, 1060, 2]], ["thickheaded", [5, 1060, 3]], ["blockheaded", [5, 1060, 4]], ["loggerheaded", [5, 1060, 5]], ["thick-skulled", [5, 1060, 6]], ["boneheaded", [5, 1060, 7]], ["duncish", [5, 1060, 8]]]}, {"answer": "fatigued", "hint": "synonyms for fatigued", "clues": [["worn out", [5, 1061, 0]], ["played out", [5, 1061, 1]], ["washed-out", [5, 1061, 2]], ["spent", [5, 1061, 3]], ["exhausted", [5, 1061, 4]], ["dog-tired", [5, 1061, 5]], ["fagged", [5, 1061, 6]]]}, {"answer": "fatuous", "hint": "synonyms for fatuous", "clues": [["asinine", [5, 1062, 0]], ["vacuous", [5, 1062, 1]], ["mindless", [5, 1062, 2]], ["inane", [5, 1062, 3]]]}, {"answer": "faux", "hint": "synonyms for faux", "clues": [["fake", [5, 1063, 0]], ["simulated", [5, 1063, 1]], ["false", [5, 1063, 2]], ["imitation", [5, 1063, 3]]]}, {"answer": "faveolate", "hint": "synonyms for faveolate", "clues": [["alveolate", [5, 1064, 0]], ["honeycombed", [5, 1064, 1]], ["cavitied", [5, 1064, 2]], ["pitted", [5, 1064, 3]]]}, {"answer": "favorable", "hint": "synonyms for favorable", "clues": [["friendly", [5, 1065, 0]], ["golden", [5, 1065, 1]], ["favourable", [5, 1065, 2]], ["lucky", [5, 1065, 3]], ["well-disposed", [5, 1065, 4]], ["prosperous", [5, 1065, 5]]]}, {"answer": "favored", "hint": "synonyms for favored", "clues": [["best-loved", [5, 1066, 0]], ["favorite", [5, 1066, 1]], ["pet", [5, 1066, 2]], ["preferred", [5, 1066, 3]], ["preferent", [5, 1066, 4]]]}, {"answer": "favorite", "hint": "synonyms for favorite", "clues": [["best-loved", [5, 1067, 0]], ["pet", [5, 1067, 1]], ["preferred", [5, 1067, 2]], ["favourite", [5, 1067, 3]], ["favored", [5, 1067, 4]], ["preferent", [5, 1067, 5]]]}, {"answer": "favourable", "hint": "synonyms for favourable", "clues": [["lucky", [5, 1068, 0]], ["favorable", [5, 1068, 1]], ["golden", [5, 1068, 2]], ["prosperous", [5, 1068, 3]]]}, {"answer": "favourite", "hint": "synonyms for favourite", "clues": [["best-loved", [5, 1069, 0]], ["favorite", [5, 1069, 1]], ["preferent", [5, 1069, 2]], ["pet", [5, 1069, 3]], ["preferred", [5, 1069, 4]], ["favored", [5, 1069, 5]]]}, {"answer": "fawning", "hint": "synonyms for fawning", "clues": [["obsequious", [5, 1070, 0]], ["sycophantic", [5, 1070, 1]], ["toadyish", [5, 1070, 2]], ["bootlicking", [5, 1070, 3]]]}, {"answer": "fearful", "hint": "synonyms for fearful", "clues": [["terrible", [5, 1071, 0]], ["cowardly", [5, 1071, 1]], ["dire", [5, 1071, 2]], ["trepid", [5, 1071, 3]], ["direful", [5, 1071, 4]], ["frightful", [5, 1071, 5]], ["dread", [5, 1071, 6]], ["frightening", [5, 1071, 7]], ["fearsome", [5, 1071, 8]], ["dreaded", [5, 1071, 9]], ["timorous", [5, 1071, 10]], ["dreadful", [5, 1071, 11]], ["horrific", [5, 1071, 12]], ["awful", [5, 1071, 13]], ["horrendous", [5, 1071, 14]]]}, {"answer": "fearless", "hint": "synonyms for fearless", "clues": [["intrepid", [5, 1072, 0]], ["unafraid", [5, 1072, 1]], ["hardy", [5, 1072, 2]], ["dauntless", [5, 1072, 3]], ["audacious", [5, 1072, 4]], ["unfearing", [5, 1072, 5]], ["brave", [5, 1072, 6]]]}, {"answer": "fearsome", "hint": "synonyms for fearsome", "clues": [["fearful", [5, 1073, 0]], ["terrible", [5, 1073, 1]], ["dire", [5, 1073, 2]], ["direful", [5, 1073, 3]], ["dread", [5, 1073, 4]], ["frightening", [5, 1073, 5]], ["dreaded", [5, 1073, 6]], ["dreadful", [5, 1073, 7]], ["horrific", [5, 1073, 8]], ["awful", [5, 1073, 9]], ["horrendous", [5, 1073, 10]]]}, {"answer": "feasible", "hint": "synonyms for feasible", "clues": [["practicable", [5, 1074, 0]], ["viable", [5, 1074, 1]], ["executable", [5, 1074, 2]], ["workable", [5, 1074, 3]]]}, {"answer": "featherbrained", "hint": "synonyms for featherbrained", "clues": [["dizzy", [5, 1075, 0]], ["light-headed", [5, 1075, 1]], ["silly", [5, 1075, 2]], ["empty-headed", [5, 1075, 3]], ["giddy", [5, 1075, 4]], ["airheaded", [5, 1075, 5]]]}, {"answer": "fed_up", "hint": "synonyms for fed up", "clues": [["tired of", [5, 1076, 0]], ["sick", [5, 1076, 1]], ["sick of", [5, 1076, 2]], ["disgusted", [5, 1076, 3]]]}, {"answer": "feeble", "hint": "synonyms for feeble", "clues": [["weakly", [5, 1077, 0]], ["decrepit", [5, 1077, 1]], ["infirm", [5, 1077, 2]], ["rickety", [5, 1077, 3]], ["faint", [5, 1077, 4]], ["sapless", [5, 1077, 5]], ["nerveless", [5, 1077, 6]], ["debile", [5, 1077, 7]], ["lame", [5, 1077, 8]]]}, {"answer": "feisty", "hint": "synonyms for feisty", "clues": [["spunky", [5, 1078, 0]], ["huffy", [5, 1078, 1]], ["thin-skinned", [5, 1078, 2]], ["plucky", [5, 1078, 3]], ["touchy", [5, 1078, 4]]]}, {"answer": "fell", "hint": "synonyms for fell", "clues": [["savage", [5, 1079, 0]], ["barbarous", [5, 1079, 1]], ["cruel", [5, 1079, 2]], ["vicious", [5, 1079, 3]], ["roughshod", [5, 1079, 4]], ["brutal", [5, 1079, 5]]]}, {"answer": "fertile", "hint": "synonyms for fertile", "clues": [["prolific", [5, 1080, 0]], ["rich", [5, 1080, 1]], ["productive", [5, 1080, 2]], ["fecund", [5, 1080, 3]], ["fat", [5, 1080, 4]]]}, {"answer": "fervent", "hint": "synonyms for fervent", "clues": [["fervid", [5, 1081, 0]], ["fiery", [5, 1081, 1]], ["impassioned", [5, 1081, 2]], ["perfervid", [5, 1081, 3]], ["ardent", [5, 1081, 4]], ["torrid", [5, 1081, 5]]]}, {"answer": "fervid", "hint": "synonyms for fervid", "clues": [["fiery", [5, 1082, 0]], ["impassioned", [5, 1082, 1]], ["perfervid", [5, 1082, 2]], ["ardent", [5, 1082, 3]], ["fervent", [5, 1082, 4]], ["torrid", [5, 1082, 5]]]}, {"answer": "fetid", "hint": "synonyms for fetid", "clues": [["smelly", [5, 1083, 0]], ["stinking", [5, 1083, 1]], ["noisome", [5, 1083, 2]], ["ill-scented", [5, 1083, 3]], ["foul-smelling", [5, 1083, 4]], ["funky", [5, 1083, 5]], ["foetid", [5, 1083, 6]], ["foul", [5, 1083, 7]]]}, {"answer": "fibrous", "hint": "synonyms for fibrous", "clues": [["stringy", [5, 1084, 0]], ["hempen", [5, 1084, 1]], ["sinewy", [5, 1084, 2]], ["unchewable", [5, 1084, 3]]]}, {"answer": "fickle", "hint": "synonyms for fickle", "clues": [["mercurial", [5, 1085, 0]], ["erratic", [5, 1085, 1]], ["quicksilver", [5, 1085, 2]], ["volatile", [5, 1085, 3]]]}, {"answer": "fictitious", "hint": "synonyms for fictitious", "clues": [["pretended", [5, 1086, 0]], ["assumed", [5, 1086, 1]], ["put on", [5, 1086, 2]], ["sham", [5, 1086, 3]], ["fictive", [5, 1086, 4]], ["fabricated", [5, 1086, 5]], ["fancied", [5, 1086, 6]], ["fictional", [5, 1086, 7]], ["false", [5, 1086, 8]]]}, {"answer": "fictive", "hint": "synonyms for fictive", "clues": [["pretended", [5, 1087, 0]], ["sham", [5, 1087, 1]], ["assumed", [5, 1087, 2]], ["false", [5, 1087, 3]], ["put on", [5, 1087, 4]], ["fictitious", [5, 1087, 5]]]}, {"answer": "fiddling", "hint": "synonyms for fiddling", "clues": [["petty", [5, 1088, 0]], ["little", [5, 1088, 1]], ["lilliputian", [5, 1088, 2]], ["niggling", [5, 1088, 3]], ["footling", [5, 1088, 4]], ["picayune", [5, 1088, 5]], ["piddling", [5, 1088, 6]], ["piffling", [5, 1088, 7]], ["trivial", [5, 1088, 8]]]}, {"answer": "fiendish", "hint": "synonyms for fiendish", "clues": [["diabolic", [5, 1089, 0]], ["demonic", [5, 1089, 1]], ["hellish", [5, 1089, 2]], ["satanic", [5, 1089, 3]], ["infernal", [5, 1089, 4]], ["unholy", [5, 1089, 5]]]}, {"answer": "fierce", "hint": "synonyms for fierce", "clues": [["violent", [5, 1090, 0]], ["rough", [5, 1090, 1]], ["vehement", [5, 1090, 2]], ["furious", [5, 1090, 3]], ["savage", [5, 1090, 4]], ["tearing", [5, 1090, 5]], ["boisterous", [5, 1090, 6]], ["trigger-happy", [5, 1090, 7]], ["ferocious", [5, 1090, 8]], ["cutthroat", [5, 1090, 9]], ["bowelless", [5, 1090, 10]]]}, {"answer": "fiery", "hint": "synonyms for fiery", "clues": [["igneous", [5, 1091, 0]], ["impassioned", [5, 1091, 1]], ["perfervid", [5, 1091, 2]], ["ardent", [5, 1091, 3]], ["torrid", [5, 1091, 4]], ["fervid", [5, 1091, 5]], ["fervent", [5, 1091, 6]], ["flaming", [5, 1091, 7]]]}, {"answer": "filamentlike", "hint": "synonyms for filamentlike", "clues": [["filamentous", [5, 1092, 0]], ["filiform", [5, 1092, 1]], ["threadlike", [5, 1092, 2]], ["thready", [5, 1092, 3]]]}, {"answer": "filamentous", "hint": "synonyms for filamentous", "clues": [["filiform", [5, 1093, 0]], ["threadlike", [5, 1093, 1]], ["thready", [5, 1093, 2]], ["filamentlike", [5, 1093, 3]]]}, {"answer": "filiform", "hint": "synonyms for filiform", "clues": [["filamentous", [5, 1094, 0]], ["threadlike", [5, 1094, 1]], ["thready", [5, 1094, 2]], ["filamentlike", [5, 1094, 3]]]}, {"answer": "filmy", "hint": "synonyms for filmy", "clues": [["gossamer", [5, 1095, 0]], ["vaporous", [5, 1095, 1]], ["diaphanous", [5, 1095, 2]], ["transparent", [5, 1095, 3]], ["gauze-like", [5, 1095, 4]], ["gauzy", [5, 1095, 5]], ["sheer", [5, 1095, 6]], ["cobwebby", [5, 1095, 7]], ["see-through", [5, 1095, 8]]]}, {"answer": "filthy", "hint": "synonyms for filthy", "clues": [["nasty", [5, 1096, 0]], ["smutty", [5, 1096, 1]], ["lousy", [5, 1096, 2]], ["foul", [5, 1096, 3]], ["dirty", [5, 1096, 4]], ["cruddy", [5, 1096, 5]]]}, {"answer": "final", "hint": "synonyms for final", "clues": [["last", [5, 1097, 0]], ["terminal", [5, 1097, 1]], ["concluding", [5, 1097, 2]], ["net", [5, 1097, 3]]]}, {"answer": "fine", "hint": "synonyms for fine", "clues": [["hunky-dory", [5, 1098, 0]], ["all right", [5, 1098, 1]], ["ok", [5, 1098, 2]], ["o.k.", [5, 1098, 3]], ["okay", [5, 1098, 4]]]}, {"answer": "fine-grained", "hint": "synonyms for fine-grained", "clues": [["pulverized", [5, 1099, 0]], ["small-grained", [5, 1099, 1]], ["close-grained", [5, 1099, 2]], ["powdery", [5, 1099, 3]], ["powdered", [5, 1099, 4]]]}, {"answer": "fine-looking", "hint": "synonyms for fine-looking", "clues": [["better-looking", [5, 1100, 0]], ["well-favored", [5, 1100, 1]], ["good-looking", [5, 1100, 2]], ["handsome", [5, 1100, 3]]]}, {"answer": "finer", "hint": "synonyms for finer", "clues": [["hunky-dory", [5, 1101, 0]], ["ok", [5, 1101, 1]], ["o.k.", [5, 1101, 2]], ["okay", [5, 1101, 3]], ["all right", [5, 1101, 4]], ["fine", [5, 1101, 5]]]}, {"answer": "finical", "hint": "synonyms for finical", "clues": [["fussy", [5, 1102, 0]], ["picky", [5, 1102, 1]], ["finicky", [5, 1102, 2]], ["particular", [5, 1102, 3]]]}, {"answer": "finicky", "hint": "synonyms for finicky", "clues": [["finical", [5, 1103, 0]], ["picky", [5, 1103, 1]], ["particular", [5, 1103, 2]], ["fussy", [5, 1103, 3]]]}, {"answer": "fired", "hint": "synonyms for fired", "clues": [["pink-slipped", [5, 1104, 0]], ["discharged", [5, 1104, 1]], ["dismissed", [5, 1104, 2]], ["laid-off", [5, 1104, 3]]]}, {"answer": "firm", "hint": "synonyms for firm", "clues": [["immobile", [5, 1105, 0]], ["fast", [5, 1105, 1]], ["unfaltering", [5, 1105, 2]], ["unwavering", [5, 1105, 3]], ["unbendable", [5, 1105, 4]], ["unshakable", [5, 1105, 5]], ["solid", [5, 1105, 6]], ["steady", [5, 1105, 7]], ["unfluctuating", [5, 1105, 8]], ["loyal", [5, 1105, 9]], ["stiff", [5, 1105, 10]], ["strong", [5, 1105, 11]], ["steadfast", [5, 1105, 12]], ["truehearted", [5, 1105, 13]]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["foremost", [5, 1106, 0]], ["initiatory", [5, 1106, 1]], ["initiative", [5, 1106, 2]], ["maiden", [5, 1106, 3]], ["inaugural", [5, 1106, 4]], ["world-class", [5, 1106, 5]], ["1st", [5, 1106, 6]], ["beginning", [5, 1106, 7]]]}, {"answer": "first-rate", "hint": "synonyms for first-rate", "clues": [["ace", [5, 1107, 0]], ["topnotch", [5, 1107, 1]], ["super", [5, 1107, 2]], ["crack", [5, 1107, 3]], ["tops", [5, 1107, 4]], ["tiptop", [5, 1107, 5]]]}, {"answer": "fishy", "hint": "synonyms for fishy", "clues": [["funny", [5, 1108, 0]], ["suspect", [5, 1108, 1]], ["shady", [5, 1108, 2]], ["suspicious", [5, 1108, 3]]]}, {"answer": "fitter", "hint": "synonyms for fitter", "clues": [["fit", [5, 1109, 0]], ["primed", [5, 1109, 1]], ["healthier", [5, 1109, 2]], ["set", [5, 1109, 3]]]}, {"answer": "flabbergasted", "hint": "synonyms for flabbergasted", "clues": [["dumbstruck", [5, 1110, 0]], ["dumbstricken", [5, 1110, 1]], ["dumbfounded", [5, 1110, 2]], ["stupefied", [5, 1110, 3]], ["thunderstruck", [5, 1110, 4]]]}, {"answer": "flag-waving", "hint": "synonyms for flag-waving", "clues": [["ultranationalistic", [5, 1111, 0]], ["chauvinistic", [5, 1111, 1]], ["jingoistic", [5, 1111, 2]], ["superpatriotic", [5, 1111, 3]], ["nationalistic", [5, 1111, 4]]]}, {"answer": "flagitious", "hint": "synonyms for flagitious", "clues": [["grievous", [5, 1112, 0]], ["atrocious", [5, 1112, 1]], ["monstrous", [5, 1112, 2]], ["heinous", [5, 1112, 3]]]}, {"answer": "flagrant", "hint": "synonyms for flagrant", "clues": [["glaring", [5, 1113, 0]], ["egregious", [5, 1113, 1]], ["rank", [5, 1113, 2]], ["crying", [5, 1113, 3]], ["gross", [5, 1113, 4]]]}, {"answer": "flakey", "hint": "synonyms for flakey", "clues": [["bizarre", [5, 1114, 0]], ["freakish", [5, 1114, 1]], ["freaky", [5, 1114, 2]], ["outre", [5, 1114, 3]], ["flaky", [5, 1114, 4]], ["outlandish", [5, 1114, 5]], ["gonzo", [5, 1114, 6]], ["off-the-wall", [5, 1114, 7]], ["eccentric", [5, 1114, 8]]]}, {"answer": "flaky", "hint": "synonyms for flaky", "clues": [["bizarre", [5, 1115, 0]], ["flakey", [5, 1115, 1]], ["freakish", [5, 1115, 2]], ["freaky", [5, 1115, 3]], ["outre", [5, 1115, 4]], ["outlandish", [5, 1115, 5]], ["gonzo", [5, 1115, 6]], ["off-the-wall", [5, 1115, 7]], ["eccentric", [5, 1115, 8]]]}, {"answer": "flamboyant", "hint": "synonyms for flamboyant", "clues": [["aureate", [5, 1116, 0]], ["splashy", [5, 1116, 1]], ["showy", [5, 1116, 2]], ["florid", [5, 1116, 3]]]}, {"answer": "flaming", "hint": "synonyms for flaming", "clues": [["blinking", [5, 1117, 0]], ["blooming", [5, 1117, 1]], ["bloody", [5, 1117, 2]], ["crashing", [5, 1117, 3]], ["fucking", [5, 1117, 4]], ["fiery", [5, 1117, 5]], ["bally", [5, 1117, 6]]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["loud", [5, 1118, 0]], ["tatty", [5, 1118, 1]], ["trashy", [5, 1118, 2]], ["gimcrack", [5, 1118, 3]], ["tacky", [5, 1118, 4]], ["meretricious", [5, 1118, 5]], ["brassy", [5, 1118, 6]], ["tawdry", [5, 1118, 7]], ["cheap", [5, 1118, 8]], ["flashy", [5, 1118, 9]], ["gaudy", [5, 1118, 10]], ["garish", [5, 1118, 11]]]}, {"answer": "flashy", "hint": "synonyms for flashy", "clues": [["loud", [5, 1119, 0]], ["tatty", [5, 1119, 1]], ["showy", [5, 1119, 2]], ["trashy", [5, 1119, 3]], ["jazzy", [5, 1119, 4]], ["flash", [5, 1119, 5]], ["gimcrack", [5, 1119, 6]], ["tacky", [5, 1119, 7]], ["meretricious", [5, 1119, 8]], ["brassy", [5, 1119, 9]], ["sporty", [5, 1119, 10]], ["tawdry", [5, 1119, 11]], ["cheap", [5, 1119, 12]], ["gaudy", [5, 1119, 13]], ["garish", [5, 1119, 14]]]}, {"answer": "flat", "hint": "synonyms for flat", "clues": [["categoric", [5, 1120, 0]], ["savorless", [5, 1120, 1]], ["prostrate", [5, 1120, 2]], ["two-dimensional", [5, 1120, 3]], ["monotonous", [5, 1120, 4]], ["insipid", [5, 1120, 5]], ["plane", [5, 1120, 6]], ["compressed", [5, 1120, 7]], ["flavourless", [5, 1120, 8]], ["matte", [5, 1120, 9]], ["bland", [5, 1120, 10]], ["monotone", [5, 1120, 11]], ["monotonic", [5, 1120, 12]], ["level", [5, 1120, 13]], ["unconditional", [5, 1120, 14]], ["mat", [5, 1120, 15]], ["vapid", [5, 1120, 16]]]}, {"answer": "flavorful", "hint": "synonyms for flavorful", "clues": [["flavoursome", [5, 1121, 0]], ["saporous", [5, 1121, 1]], ["flavourful", [5, 1121, 2]], ["flavourous", [5, 1121, 3]], ["sapid", [5, 1121, 4]]]}, {"answer": "flavorless", "hint": "synonyms for flavorless", "clues": [["flat", [5, 1122, 0]], ["savourless", [5, 1122, 1]], ["insipid", [5, 1122, 2]], ["bland", [5, 1122, 3]], ["vapid", [5, 1122, 4]]]}, {"answer": "flavorous", "hint": "synonyms for flavorous", "clues": [["flavoursome", [5, 1123, 0]], ["saporous", [5, 1123, 1]], ["flavourful", [5, 1123, 2]], ["flavourous", [5, 1123, 3]], ["sapid", [5, 1123, 4]]]}, {"answer": "flavorsome", "hint": "synonyms for flavorsome", "clues": [["flavoursome", [5, 1124, 0]], ["saporous", [5, 1124, 1]], ["flavourful", [5, 1124, 2]], ["flavourous", [5, 1124, 3]], ["sapid", [5, 1124, 4]]]}, {"answer": "flavourful", "hint": "synonyms for flavourful", "clues": [["flavoursome", [5, 1125, 0]], ["saporous", [5, 1125, 1]], ["flavourous", [5, 1125, 2]], ["sapid", [5, 1125, 3]], ["flavorful", [5, 1125, 4]]]}, {"answer": "flavourless", "hint": "synonyms for flavourless", "clues": [["flat", [5, 1126, 0]], ["savourless", [5, 1126, 1]], ["insipid", [5, 1126, 2]], ["flavorless", [5, 1126, 3]], ["bland", [5, 1126, 4]], ["vapid", [5, 1126, 5]]]}, {"answer": "flavourous", "hint": "synonyms for flavourous", "clues": [["flavoursome", [5, 1127, 0]], ["saporous", [5, 1127, 1]], ["flavourful", [5, 1127, 2]], ["sapid", [5, 1127, 3]], ["flavorous", [5, 1127, 4]]]}, {"answer": "flavoursome", "hint": "synonyms for flavoursome", "clues": [["flavorsome", [5, 1128, 0]], ["saporous", [5, 1128, 1]], ["flavourful", [5, 1128, 2]], ["flavourous", [5, 1128, 3]], ["sapid", [5, 1128, 4]]]}, {"answer": "flea-bitten", "hint": "synonyms for flea-bitten", "clues": [["decrepit", [5, 1129, 0]], ["woebegone", [5, 1129, 1]], ["run-down", [5, 1129, 2]], ["creaky", [5, 1129, 3]], ["derelict", [5, 1129, 4]]]}, {"answer": "flexible", "hint": "synonyms for flexible", "clues": [["pliable", [5, 1130, 0]], ["pliant", [5, 1130, 1]], ["flexile", [5, 1130, 2]], ["whippy", [5, 1130, 3]], ["elastic", [5, 1130, 4]], ["compromising", [5, 1130, 5]], ["conciliatory", [5, 1130, 6]]]}, {"answer": "flighty", "hint": "synonyms for flighty", "clues": [["scatterbrained", [5, 1131, 0]], ["flyaway", [5, 1131, 1]], ["skittish", [5, 1131, 2]], ["spooky", [5, 1131, 3]], ["head-in-the-clouds", [5, 1131, 4]], ["nervous", [5, 1131, 5]]]}, {"answer": "flimsy", "hint": "synonyms for flimsy", "clues": [["slight", [5, 1132, 0]], ["fragile", [5, 1132, 1]], ["unconvincing", [5, 1132, 2]], ["thin", [5, 1132, 3]], ["tenuous", [5, 1132, 4]]]}, {"answer": "flint", "hint": "synonyms for flint", "clues": [["flinty", [5, 1133, 0]], ["granitic", [5, 1133, 1]], ["obdurate", [5, 1133, 2]], ["stony", [5, 1133, 3]]]}, {"answer": "flinty", "hint": "synonyms for flinty", "clues": [["stony", [5, 1134, 0]], ["granitic", [5, 1134, 1]], ["flint", [5, 1134, 2]], ["obdurate", [5, 1134, 3]]]}, {"answer": "floating", "hint": "synonyms for floating", "clues": [["vagrant", [5, 1135, 0]], ["drifting", [5, 1135, 1]], ["aimless", [5, 1135, 2]], ["vagabond", [5, 1135, 3]]]}, {"answer": "flooded", "hint": "synonyms for flooded", "clues": [["afloat", [5, 1136, 0]], ["inundated", [5, 1136, 1]], ["overflowing", [5, 1136, 2]], ["awash", [5, 1136, 3]]]}, {"answer": "florid", "hint": "synonyms for florid", "clues": [["ruddy", [5, 1137, 0]], ["sanguine", [5, 1137, 1]], ["rubicund", [5, 1137, 2]], ["flamboyant", [5, 1137, 3]], ["aureate", [5, 1137, 4]]]}, {"answer": "flourishing", "hint": "synonyms for flourishing", "clues": [["palmy", [5, 1138, 0]], ["prospering", [5, 1138, 1]], ["thriving", [5, 1138, 2]], ["booming", [5, 1138, 3]], ["prosperous", [5, 1138, 4]], ["roaring", [5, 1138, 5]]]}, {"answer": "fluent", "hint": "synonyms for fluent", "clues": [["smooth-spoken", [5, 1139, 0]], ["silver", [5, 1139, 1]], ["fluid", [5, 1139, 2]], ["silver-tongued", [5, 1139, 3]], ["eloquent", [5, 1139, 4]], ["smooth", [5, 1139, 5]], ["liquid", [5, 1139, 6]], ["facile", [5, 1139, 7]]]}, {"answer": "fluid", "hint": "synonyms for fluid", "clues": [["mobile", [5, 1140, 0]], ["liquid", [5, 1140, 1]], ["unstable", [5, 1140, 2]], ["smooth", [5, 1140, 3]], ["runny", [5, 1140, 4]], ["fluent", [5, 1140, 5]]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["moneyed", [5, 1141, 0]], ["affluent", [5, 1141, 1]], ["wealthy", [5, 1141, 2]], ["loaded", [5, 1141, 3]]]}, {"answer": "flushed", "hint": "synonyms for flushed", "clues": [["rosy-cheeked", [5, 1142, 0]], ["crimson", [5, 1142, 1]], ["reddened", [5, 1142, 2]], ["red-faced", [5, 1142, 3]], ["red", [5, 1142, 4]], ["rosy", [5, 1142, 5]]]}, {"answer": "flyspeck", "hint": "synonyms for flyspeck", "clues": [["petite", [5, 1143, 0]], ["midget", [5, 1143, 1]], ["tiny", [5, 1143, 2]], ["bantam", [5, 1143, 3]], ["lilliputian", [5, 1143, 4]], ["diminutive", [5, 1143, 5]]]}, {"answer": "foaming", "hint": "synonyms for foaming", "clues": [["foamy", [5, 1144, 0]], ["frothing", [5, 1144, 1]], ["bubbling", [5, 1144, 2]], ["spumy", [5, 1144, 3]], ["frothy", [5, 1144, 4]], ["effervescing", [5, 1144, 5]], ["bubbly", [5, 1144, 6]]]}, {"answer": "foamy", "hint": "synonyms for foamy", "clues": [["frothy", [5, 1145, 0]], ["bubbling", [5, 1145, 1]], ["spumy", [5, 1145, 2]], ["foaming", [5, 1145, 3]], ["frothing", [5, 1145, 4]], ["effervescing", [5, 1145, 5]], ["bubbly", [5, 1145, 6]]]}, {"answer": "foetid", "hint": "synonyms for foetid", "clues": [["smelly", [5, 1146, 0]], ["fetid", [5, 1146, 1]], ["stinking", [5, 1146, 2]], ["noisome", [5, 1146, 3]], ["ill-scented", [5, 1146, 4]], ["foul-smelling", [5, 1146, 5]], ["funky", [5, 1146, 6]], ["foul", [5, 1146, 7]]]}, {"answer": "foggy", "hint": "synonyms for foggy", "clues": [["blurry", [5, 1147, 0]], ["dazed", [5, 1147, 1]], ["groggy", [5, 1147, 2]], ["blurred", [5, 1147, 3]], ["muzzy", [5, 1147, 4]], ["brumous", [5, 1147, 5]], ["hazy", [5, 1147, 6]], ["fogged", [5, 1147, 7]], ["misty", [5, 1147, 8]], ["stuporous", [5, 1147, 9]], ["bleary", [5, 1147, 10]], ["fuzzy", [5, 1147, 11]], ["logy", [5, 1147, 12]]]}, {"answer": "fogyish", "hint": "synonyms for fogyish", "clues": [["moss-grown", [5, 1148, 0]], ["stick-in-the-mud", [5, 1148, 1]], ["stodgy", [5, 1148, 2]], ["mossy", [5, 1148, 3]]]}, {"answer": "foiled", "hint": "synonyms for foiled", "clues": [["disappointed", [5, 1149, 0]], ["defeated", [5, 1149, 1]], ["discomfited", [5, 1149, 2]], ["thwarted", [5, 1149, 3]], ["frustrated", [5, 1149, 4]]]}, {"answer": "fond", "hint": "synonyms for fond", "clues": [["lovesome", [5, 1150, 0]], ["tender", [5, 1150, 1]], ["adoring", [5, 1150, 2]], ["doting", [5, 1150, 3]], ["partial", [5, 1150, 4]], ["affectionate", [5, 1150, 5]], ["warm", [5, 1150, 6]]]}, {"answer": "foolish", "hint": "synonyms for foolish", "clues": [["goosy", [5, 1151, 0]], ["dopy", [5, 1151, 1]], ["jerky", [5, 1151, 2]], ["anserine", [5, 1151, 3]], ["gooselike", [5, 1151, 4]]]}, {"answer": "footling", "hint": "synonyms for footling", "clues": [["petty", [5, 1152, 0]], ["little", [5, 1152, 1]], ["lilliputian", [5, 1152, 2]], ["fiddling", [5, 1152, 3]], ["niggling", [5, 1152, 4]], ["picayune", [5, 1152, 5]], ["piffling", [5, 1152, 6]], ["trivial", [5, 1152, 7]]]}, {"answer": "forbidden", "hint": "synonyms for forbidden", "clues": [["taboo", [5, 1153, 0]], ["prohibited", [5, 1153, 1]], ["verboten", [5, 1153, 2]], ["out", [5, 1153, 3]], ["proscribed", [5, 1153, 4]], ["tabu", [5, 1153, 5]]]}, {"answer": "forbidding", "hint": "synonyms for forbidding", "clues": [["grim", [5, 1154, 0]], ["minacious", [5, 1154, 1]], ["baleful", [5, 1154, 2]], ["threatening", [5, 1154, 3]], ["menacing", [5, 1154, 4]], ["minatory", [5, 1154, 5]], ["ominous", [5, 1154, 6]], ["sinister", [5, 1154, 7]], ["dour", [5, 1154, 8]]]}, {"answer": "foregone", "hint": "synonyms for foregone", "clues": [["departed", [5, 1155, 0]], ["gone", [5, 1155, 1]], ["bygone", [5, 1155, 2]], ["bypast", [5, 1155, 3]]]}, {"answer": "foresighted", "hint": "synonyms for foresighted", "clues": [["long", [5, 1156, 0]], ["longsighted", [5, 1156, 1]], ["foresightful", [5, 1156, 2]], ["prospicient", [5, 1156, 3]], ["farsighted", [5, 1156, 4]], ["farseeing", [5, 1156, 5]]]}, {"answer": "foresightful", "hint": "synonyms for foresightful", "clues": [["foresighted", [5, 1157, 0]], ["long", [5, 1157, 1]], ["longsighted", [5, 1157, 2]], ["prospicient", [5, 1157, 3]], ["farseeing", [5, 1157, 4]]]}, {"answer": "forficate", "hint": "synonyms for forficate", "clues": [["prongy", [5, 1158, 0]], ["forked", [5, 1158, 1]], ["branched", [5, 1158, 2]], ["biramous", [5, 1158, 3]], ["fork-like", [5, 1158, 4]], ["bifurcate", [5, 1158, 5]], ["pronged", [5, 1158, 6]]]}, {"answer": "forgetful", "hint": "synonyms for forgetful", "clues": [["oblivious", [5, 1159, 0]], ["unmindful", [5, 1159, 1]], ["mindless", [5, 1159, 2]], ["short", [5, 1159, 3]], ["unretentive", [5, 1159, 4]]]}, {"answer": "fork-like", "hint": "synonyms for fork-like", "clues": [["prongy", [5, 1160, 0]], ["forked", [5, 1160, 1]], ["branched", [5, 1160, 2]], ["biramous", [5, 1160, 3]], ["forficate", [5, 1160, 4]], ["bifurcate", [5, 1160, 5]], ["pronged", [5, 1160, 6]]]}, {"answer": "forked", "hint": "synonyms for forked", "clues": [["prongy", [5, 1161, 0]], ["branched", [5, 1161, 1]], ["biramous", [5, 1161, 2]], ["forficate", [5, 1161, 3]], ["fork-like", [5, 1161, 4]], ["bifurcate", [5, 1161, 5]], ["double", [5, 1161, 6]], ["pronged", [5, 1161, 7]]]}, {"answer": "formal", "hint": "synonyms for formal", "clues": [["conventional", [5, 1162, 0]], ["stately", [5, 1162, 1]], ["schematic", [5, 1162, 2]], ["courtly", [5, 1162, 3]]]}, {"answer": "former", "hint": "synonyms for former", "clues": [["late", [5, 1163, 0]], ["previous", [5, 1163, 1]], ["erstwhile", [5, 1163, 2]], ["onetime", [5, 1163, 3]], ["quondam", [5, 1163, 4]], ["other", [5, 1163, 5]], ["sometime", [5, 1163, 6]], ["old", [5, 1163, 7]], ["early", [5, 1163, 8]]]}, {"answer": "forthcoming", "hint": "synonyms for forthcoming", "clues": [["extroverted", [5, 1164, 0]], ["coming", [5, 1164, 1]], ["approaching", [5, 1164, 2]], ["outgoing", [5, 1164, 3]]]}, {"answer": "forthright", "hint": "synonyms for forthright", "clues": [["free-spoken", [5, 1165, 0]], ["blunt", [5, 1165, 1]], ["point-blank", [5, 1165, 2]], ["candid", [5, 1165, 3]], ["straight-from-the-shoulder", [5, 1165, 4]], ["frank", [5, 1165, 5]], ["plainspoken", [5, 1165, 6]], ["outspoken", [5, 1165, 7]]]}, {"answer": "foul", "hint": "synonyms for foul", "clues": [["distasteful", [5, 1166, 0]], ["smutty", [5, 1166, 1]], ["smelly", [5, 1166, 2]], ["revolting", [5, 1166, 3]], ["afoul", [5, 1166, 4]], ["repellent", [5, 1166, 5]], ["unsporting", [5, 1166, 6]], ["fouled", [5, 1166, 7]], ["stinking", [5, 1166, 8]], ["noisome", [5, 1166, 9]], ["ill-scented", [5, 1166, 10]], ["filthy", [5, 1166, 11]], ["foul-smelling", [5, 1166, 12]], ["funky", [5, 1166, 13]], ["cruddy", [5, 1166, 14]], ["cheating", [5, 1166, 15]], ["nasty", [5, 1166, 16]], ["unsportsmanlike", [5, 1166, 17]], ["dirty", [5, 1166, 18]], ["loathly", [5, 1166, 19]], ["wicked", [5, 1166, 20]], ["marked-up", [5, 1166, 21]], ["disgusting", [5, 1166, 22]], ["skanky", [5, 1166, 23]], ["fetid", [5, 1166, 24]], ["disgustful", [5, 1166, 25]], ["repelling", [5, 1166, 26]], ["loathsome", [5, 1166, 27]], ["yucky", [5, 1166, 28]]]}, {"answer": "foul-smelling", "hint": "synonyms for foul-smelling", "clues": [["smelly", [5, 1167, 0]], ["fetid", [5, 1167, 1]], ["stinking", [5, 1167, 2]], ["noisome", [5, 1167, 3]], ["ill-scented", [5, 1167, 4]], ["funky", [5, 1167, 5]], ["foul", [5, 1167, 6]]]}, {"answer": "foxy", "hint": "synonyms for foxy", "clues": [["cunning", [5, 1168, 0]], ["sly", [5, 1168, 1]], ["tricksy", [5, 1168, 2]], ["crafty", [5, 1168, 3]], ["slick", [5, 1168, 4]], ["dodgy", [5, 1168, 5]], ["knavish", [5, 1168, 6]], ["wily", [5, 1168, 7]], ["guileful", [5, 1168, 8]]]}, {"answer": "fractious", "hint": "synonyms for fractious", "clues": [["refractory", [5, 1169, 0]], ["nettlesome", [5, 1169, 1]], ["scratchy", [5, 1169, 2]], ["techy", [5, 1169, 3]], ["recalcitrant", [5, 1169, 4]], ["cranky", [5, 1169, 5]], ["irritable", [5, 1169, 6]], ["pettish", [5, 1169, 7]], ["testy", [5, 1169, 8]], ["peevish", [5, 1169, 9]], ["petulant", [5, 1169, 10]], ["peckish", [5, 1169, 11]]]}, {"answer": "fragile", "hint": "synonyms for fragile", "clues": [["slight", [5, 1170, 0]], ["flimsy", [5, 1170, 1]], ["delicate", [5, 1170, 2]], ["thin", [5, 1170, 3]], ["frail", [5, 1170, 4]], ["tenuous", [5, 1170, 5]]]}, {"answer": "frail", "hint": "synonyms for frail", "clues": [["fragile", [5, 1171, 0]], ["delicate", [5, 1171, 1]], ["weak", [5, 1171, 2]], ["fallible", [5, 1171, 3]], ["imperfect", [5, 1171, 4]]]}, {"answer": "frank", "hint": "synonyms for frank", "clues": [["free-spoken", [5, 1172, 0]], ["forthright", [5, 1172, 1]], ["blunt", [5, 1172, 2]], ["point-blank", [5, 1172, 3]], ["candid", [5, 1172, 4]], ["straight-from-the-shoulder", [5, 1172, 5]], ["plainspoken", [5, 1172, 6]], ["outspoken", [5, 1172, 7]]]}, {"answer": "frantic", "hint": "synonyms for frantic", "clues": [["phrenetic", [5, 1173, 0]], ["unrestrained", [5, 1173, 1]], ["frenetic", [5, 1173, 2]], ["excited", [5, 1173, 3]], ["mad", [5, 1173, 4]], ["delirious", [5, 1173, 5]], ["frenzied", [5, 1173, 6]]]}, {"answer": "freakish", "hint": "synonyms for freakish", "clues": [["bizarre", [5, 1174, 0]], ["freaky", [5, 1174, 1]], ["outre", [5, 1174, 2]], ["flakey", [5, 1174, 3]], ["capricious", [5, 1174, 4]], ["outlandish", [5, 1174, 5]], ["gonzo", [5, 1174, 6]], ["off-the-wall", [5, 1174, 7]], ["eccentric", [5, 1174, 8]]]}, {"answer": "freaky", "hint": "synonyms for freaky", "clues": [["bizarre", [5, 1175, 0]], ["freakish", [5, 1175, 1]], ["outre", [5, 1175, 2]], ["flakey", [5, 1175, 3]], ["outlandish", [5, 1175, 4]], ["gonzo", [5, 1175, 5]], ["off-the-wall", [5, 1175, 6]], ["eccentric", [5, 1175, 7]]]}, {"answer": "free", "hint": "synonyms for free", "clues": [["devoid", [5, 1176, 0]], ["detached", [5, 1176, 1]], ["costless", [5, 1176, 2]], ["barren", [5, 1176, 3]], ["innocent", [5, 1176, 4]], ["gratis", [5, 1176, 5]], ["complimentary", [5, 1176, 6]], ["liberal", [5, 1176, 7]], ["destitute", [5, 1176, 8]], ["loose", [5, 1176, 9]], ["gratuitous", [5, 1176, 10]], ["spare", [5, 1176, 11]]]}, {"answer": "free-spoken", "hint": "synonyms for free-spoken", "clues": [["forthright", [5, 1177, 0]], ["blunt", [5, 1177, 1]], ["point-blank", [5, 1177, 2]], ["candid", [5, 1177, 3]], ["straight-from-the-shoulder", [5, 1177, 4]], ["frank", [5, 1177, 5]], ["plainspoken", [5, 1177, 6]], ["outspoken", [5, 1177, 7]]]}, {"answer": "freehanded", "hint": "synonyms for freehanded", "clues": [["bountiful", [5, 1178, 0]], ["freehand", [5, 1178, 1]], ["giving", [5, 1178, 2]], ["big", [5, 1178, 3]], ["bighearted", [5, 1178, 4]], ["handsome", [5, 1178, 5]], ["bounteous", [5, 1178, 6]], ["openhanded", [5, 1178, 7]], ["liberal", [5, 1178, 8]]]}, {"answer": "freewheeling", "hint": "synonyms for freewheeling", "clues": [["carefree", [5, 1179, 0]], ["devil-may-care", [5, 1179, 1]], ["happy-go-lucky", [5, 1179, 2]], ["harum-scarum", [5, 1179, 3]], ["slaphappy", [5, 1179, 4]]]}, {"answer": "frenzied", "hint": "synonyms for frenzied", "clues": [["frenetic", [5, 1180, 0]], ["phrenetic", [5, 1180, 1]], ["manic", [5, 1180, 2]], ["frantic", [5, 1180, 3]]]}, {"answer": "fresh", "hint": "synonyms for fresh", "clues": [["impudent", [5, 1181, 0]], ["invigorated", [5, 1181, 1]], ["sassy", [5, 1181, 2]], ["refreshing", [5, 1181, 3]], ["bracing", [5, 1181, 4]], ["sweet", [5, 1181, 5]], ["impertinent", [5, 1181, 6]], ["wise", [5, 1181, 7]], ["smart", [5, 1181, 8]], ["clean", [5, 1181, 9]], ["saucy", [5, 1181, 10]], ["tonic", [5, 1181, 11]], ["unfermented", [5, 1181, 12]], ["novel", [5, 1181, 13]], ["refreshful", [5, 1181, 14]], ["overbold", [5, 1181, 15]], ["unused", [5, 1181, 16]], ["new", [5, 1181, 17]], ["refreshed", [5, 1181, 18]], ["brisk", [5, 1181, 19]]]}, {"answer": "fretful", "hint": "synonyms for fretful", "clues": [["itchy", [5, 1182, 0]], ["fidgety", [5, 1182, 1]], ["whiny", [5, 1182, 2]], ["querulous", [5, 1182, 3]], ["antsy", [5, 1182, 4]]]}, {"answer": "fricative", "hint": "synonyms for fricative", "clues": [["continuant", [5, 1183, 0]], ["strident", [5, 1183, 1]], ["spirant", [5, 1183, 2]], ["sibilant", [5, 1183, 3]]]}, {"answer": "frightened", "hint": "synonyms for frightened", "clues": [["panicked", [5, 1184, 0]], ["terrified", [5, 1184, 1]], ["panic-stricken", [5, 1184, 2]], ["scared", [5, 1184, 3]], ["panicky", [5, 1184, 4]], ["panic-struck", [5, 1184, 5]]]}, {"answer": "frightening", "hint": "synonyms for frightening", "clues": [["fearful", [5, 1185, 0]], ["terrible", [5, 1185, 1]], ["dire", [5, 1185, 2]], ["direful", [5, 1185, 3]], ["dread", [5, 1185, 4]], ["fearsome", [5, 1185, 5]], ["dreaded", [5, 1185, 6]], ["dreadful", [5, 1185, 7]], ["horrific", [5, 1185, 8]], ["awful", [5, 1185, 9]], ["horrendous", [5, 1185, 10]]]}, {"answer": "frightful", "hint": "synonyms for frightful", "clues": [["tremendous", [5, 1186, 0]], ["ugly", [5, 1186, 1]], ["horrible", [5, 1186, 2]], ["terrible", [5, 1186, 3]], ["awful", [5, 1186, 4]], ["fearful", [5, 1186, 5]], ["atrocious", [5, 1186, 6]], ["horrifying", [5, 1186, 7]]]}, {"answer": "frigid", "hint": "synonyms for frigid", "clues": [["glacial", [5, 1187, 0]], ["gelid", [5, 1187, 1]], ["icy", [5, 1187, 2]], ["cold", [5, 1187, 3]], ["frosty", [5, 1187, 4]], ["wintry", [5, 1187, 5]], ["frozen", [5, 1187, 6]], ["arctic", [5, 1187, 7]], ["polar", [5, 1187, 8]]]}, {"answer": "frizzly", "hint": "synonyms for frizzly", "clues": [["frizzy", [5, 1188, 0]], ["crisp", [5, 1188, 1]], ["nappy", [5, 1188, 2]], ["kinky", [5, 1188, 3]]]}, {"answer": "frizzy", "hint": "synonyms for frizzy", "clues": [["frizzly", [5, 1189, 0]], ["crisp", [5, 1189, 1]], ["nappy", [5, 1189, 2]], ["kinky", [5, 1189, 3]]]}, {"answer": "frolicky", "hint": "synonyms for frolicky", "clues": [["frolicsome", [5, 1190, 0]], ["sportive", [5, 1190, 1]], ["coltish", [5, 1190, 2]], ["rollicking", [5, 1190, 3]]]}, {"answer": "frolicsome", "hint": "synonyms for frolicsome", "clues": [["rollicking", [5, 1191, 0]], ["sportive", [5, 1191, 1]], ["coltish", [5, 1191, 2]], ["frolicky", [5, 1191, 3]]]}, {"answer": "frosty", "hint": "synonyms for frosty", "clues": [["crisp", [5, 1192, 0]], ["rimy", [5, 1192, 1]], ["frozen", [5, 1192, 2]], ["snappy", [5, 1192, 3]], ["icy", [5, 1192, 4]], ["nipping", [5, 1192, 5]], ["frigid", [5, 1192, 6]], ["rimed", [5, 1192, 7]], ["wintry", [5, 1192, 8]], ["glacial", [5, 1192, 9]], ["nippy", [5, 1192, 10]]]}, {"answer": "frothy", "hint": "synonyms for frothy", "clues": [["foamy", [5, 1193, 0]], ["bubbling", [5, 1193, 1]], ["effervescent", [5, 1193, 2]], ["spumy", [5, 1193, 3]], ["sparkly", [5, 1193, 4]], ["foaming", [5, 1193, 5]], ["scintillating", [5, 1193, 6]], ["effervescing", [5, 1193, 7]], ["bubbly", [5, 1193, 8]]]}, {"answer": "frozen", "hint": "synonyms for frozen", "clues": [["flash-frozen", [5, 1194, 0]], ["icy", [5, 1194, 1]], ["fixed", [5, 1194, 2]], ["frosty", [5, 1194, 3]], ["frigid", [5, 1194, 4]], ["quick-frozen", [5, 1194, 5]], ["wintry", [5, 1194, 6]], ["glacial", [5, 1194, 7]], ["rooted", [5, 1194, 8]], ["stock-still", [5, 1194, 9]]]}, {"answer": "frugal", "hint": "synonyms for frugal", "clues": [["sparing", [5, 1195, 0]], ["economical", [5, 1195, 1]], ["stinting", [5, 1195, 2]], ["scotch", [5, 1195, 3]]]}, {"answer": "fruitless", "hint": "synonyms for fruitless", "clues": [["vain", [5, 1196, 0]], ["futile", [5, 1196, 1]], ["sleeveless", [5, 1196, 2]], ["bootless", [5, 1196, 3]]]}, {"answer": "fruity", "hint": "synonyms for fruity", "clues": [["round the bend", [5, 1197, 0]], ["loco", [5, 1197, 1]], ["balmy", [5, 1197, 2]], ["bonkers", [5, 1197, 3]], ["loony", [5, 1197, 4]], ["barmy", [5, 1197, 5]], ["buggy", [5, 1197, 6]], ["nutty", [5, 1197, 7]], ["kookie", [5, 1197, 8]], ["dotty", [5, 1197, 9]], ["daft", [5, 1197, 10]], ["haywire", [5, 1197, 11]], ["bats", [5, 1197, 12]], ["nuts", [5, 1197, 13]], ["crackers", [5, 1197, 14]], ["kooky", [5, 1197, 15]], ["loopy", [5, 1197, 16]], ["batty", [5, 1197, 17]], ["whacky", [5, 1197, 18]], ["cracked", [5, 1197, 19]]]}, {"answer": "frustrated", "hint": "synonyms for frustrated", "clues": [["foiled", [5, 1198, 0]], ["disappointed", [5, 1198, 1]], ["defeated", [5, 1198, 2]], ["discomfited", [5, 1198, 3]], ["thwarted", [5, 1198, 4]]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["blinking", [5, 1199, 0]], ["blooming", [5, 1199, 1]], ["bloody", [5, 1199, 2]], ["flaming", [5, 1199, 3]], ["crashing", [5, 1199, 4]], ["bally", [5, 1199, 5]]]}, {"answer": "fuddled", "hint": "synonyms for fuddled", "clues": [["sloshed", [5, 1200, 0]], ["stiff", [5, 1200, 1]], ["cockeyed", [5, 1200, 2]], ["sozzled", [5, 1200, 3]], ["pie-eyed", [5, 1200, 4]], ["soaked", [5, 1200, 5]], ["pixilated", [5, 1200, 6]], ["blotto", [5, 1200, 7]], ["wet", [5, 1200, 8]], ["pissed", [5, 1200, 9]], ["besotted", [5, 1200, 10]], ["soused", [5, 1200, 11]], ["slopped", [5, 1200, 12]], ["smashed", [5, 1200, 13]], ["blind drunk", [5, 1200, 14]], ["plastered", [5, 1200, 15]], ["crocked", [5, 1200, 16]], ["loaded", [5, 1200, 17]], ["tight", [5, 1200, 18]], ["squiffy", [5, 1200, 19]]]}, {"answer": "fugacious", "hint": "synonyms for fugacious", "clues": [["transient", [5, 1201, 0]], ["short-lived", [5, 1201, 1]], ["ephemeral", [5, 1201, 2]], ["passing", [5, 1201, 3]], ["transitory", [5, 1201, 4]]]}, {"answer": "fulgent", "hint": "synonyms for fulgent", "clues": [["blinding", [5, 1202, 0]], ["blazing", [5, 1202, 1]], ["glary", [5, 1202, 2]], ["dazzling", [5, 1202, 3]], ["glaring", [5, 1202, 4]]]}, {"answer": "fulgid", "hint": "synonyms for fulgid", "clues": [["glinting", [5, 1203, 0]], ["glittery", [5, 1203, 1]], ["scintillating", [5, 1203, 2]], ["glittering", [5, 1203, 3]], ["sparkly", [5, 1203, 4]], ["scintillant", [5, 1203, 5]], ["coruscant", [5, 1203, 6]]]}, {"answer": "full", "hint": "synonyms for full", "clues": [["total", [5, 1204, 0]], ["entire", [5, 1204, 1]], ["wide", [5, 1204, 2]], ["good", [5, 1204, 3]], ["wide-cut", [5, 1204, 4]], ["broad", [5, 1204, 5]], ["replete", [5, 1204, 6]]]}, {"answer": "full-blooded", "hint": "synonyms for full-blooded", "clues": [["full-blood", [5, 1205, 0]], ["lusty", [5, 1205, 1]], ["red-blooded", [5, 1205, 2]], ["blooded", [5, 1205, 3]], ["hearty", [5, 1205, 4]]]}, {"answer": "full-bosomed", "hint": "synonyms for full-bosomed", "clues": [["voluptuous", [5, 1206, 0]], ["curvy", [5, 1206, 1]], ["well-endowed", [5, 1206, 2]], ["curvaceous", [5, 1206, 3]], ["stacked", [5, 1206, 4]], ["busty", [5, 1206, 5]], ["sonsie", [5, 1206, 6]], ["sonsy", [5, 1206, 7]], ["buxom", [5, 1206, 8]], ["bosomy", [5, 1206, 9]]]}, {"answer": "full-grown", "hint": "synonyms for full-grown", "clues": [["adult", [5, 1207, 0]], ["grownup", [5, 1207, 1]], ["grown", [5, 1207, 2]], ["fully grown", [5, 1207, 3]], ["big", [5, 1207, 4]]]}, {"answer": "fully_grown", "hint": "synonyms for fully grown", "clues": [["adult", [5, 1208, 0]], ["grownup", [5, 1208, 1]], ["full-grown", [5, 1208, 2]], ["grown", [5, 1208, 3]], ["big", [5, 1208, 4]]]}, {"answer": "fulsome", "hint": "synonyms for fulsome", "clues": [["unctuous", [5, 1209, 0]], ["smarmy", [5, 1209, 1]], ["oleaginous", [5, 1209, 2]], ["buttery", [5, 1209, 3]], ["soapy", [5, 1209, 4]], ["oily", [5, 1209, 5]]]}, {"answer": "functional", "hint": "synonyms for functional", "clues": [["operable", [5, 1210, 0]], ["operative", [5, 1210, 1]], ["usable", [5, 1210, 2]], ["running", [5, 1210, 3]], ["working", [5, 1210, 4]], ["operational", [5, 1210, 5]]]}, {"answer": "fundamental", "hint": "synonyms for fundamental", "clues": [["cardinal", [5, 1211, 0]], ["profound", [5, 1211, 1]], ["rudimentary", [5, 1211, 2]], ["central", [5, 1211, 3]], ["key", [5, 1211, 4]], ["primal", [5, 1211, 5]], ["underlying", [5, 1211, 6]]]}, {"answer": "funky", "hint": "synonyms for funky", "clues": [["low-down", [5, 1212, 0]], ["smelly", [5, 1212, 1]], ["fetid", [5, 1212, 2]], ["stinking", [5, 1212, 3]], ["noisome", [5, 1212, 4]], ["ill-scented", [5, 1212, 5]], ["foul-smelling", [5, 1212, 6]], ["foul", [5, 1212, 7]]]}, {"answer": "funny", "hint": "synonyms for funny", "clues": [["rum", [5, 1213, 0]], ["suspect", [5, 1213, 1]], ["odd", [5, 1213, 2]], ["amusing", [5, 1213, 3]], ["mirthful", [5, 1213, 4]], ["laughable", [5, 1213, 5]], ["rummy", [5, 1213, 6]], ["risible", [5, 1213, 7]], ["singular", [5, 1213, 8]], ["shady", [5, 1213, 9]], ["fishy", [5, 1213, 10]], ["queer", [5, 1213, 11]], ["peculiar", [5, 1213, 12]], ["comic", [5, 1213, 13]], ["comical", [5, 1213, 14]], ["curious", [5, 1213, 15]], ["suspicious", [5, 1213, 16]]]}, {"answer": "furious", "hint": "synonyms for furious", "clues": [["infuriated", [5, 1214, 0]], ["savage", [5, 1214, 1]], ["wild", [5, 1214, 2]], ["angered", [5, 1214, 3]], ["tempestuous", [5, 1214, 4]], ["fierce", [5, 1214, 5]], ["enraged", [5, 1214, 6]], ["ferocious", [5, 1214, 7]], ["angry", [5, 1214, 8]], ["raging", [5, 1214, 9]], ["maddened", [5, 1214, 10]]]}, {"answer": "furthermost", "hint": "synonyms for furthermost", "clues": [["farthest", [5, 1215, 0]], ["uttermost", [5, 1215, 1]], ["farthermost", [5, 1215, 2]], ["utmost", [5, 1215, 3]]]}, {"answer": "furthest", "hint": "synonyms for furthest", "clues": [["furthermost", [5, 1216, 0]], ["farthest", [5, 1216, 1]], ["uttermost", [5, 1216, 2]], ["utmost", [5, 1216, 3]]]}, {"answer": "furtive", "hint": "synonyms for furtive", "clues": [["sneaky", [5, 1217, 0]], ["stealthy", [5, 1217, 1]], ["backstair", [5, 1217, 2]], ["surreptitious", [5, 1217, 3]]]}, {"answer": "fussy", "hint": "synonyms for fussy", "clues": [["grumpy", [5, 1218, 0]], ["bad-tempered", [5, 1218, 1]], ["crabbed", [5, 1218, 2]], ["grouchy", [5, 1218, 3]], ["busy", [5, 1218, 4]], ["cross", [5, 1218, 5]], ["finical", [5, 1218, 6]], ["picky", [5, 1218, 7]], ["finicky", [5, 1218, 8]], ["crabby", [5, 1218, 9]], ["ill-tempered", [5, 1218, 10]], ["particular", [5, 1218, 11]]]}, {"answer": "fusty", "hint": "synonyms for fusty", "clues": [["musty", [5, 1219, 0]], ["unprogressive", [5, 1219, 1]], ["standpat", [5, 1219, 2]], ["frowsty", [5, 1219, 3]]]}, {"answer": "futile", "hint": "synonyms for futile", "clues": [["bootless", [5, 1220, 0]], ["otiose", [5, 1220, 1]], ["unavailing", [5, 1220, 2]], ["fruitless", [5, 1220, 3]], ["vain", [5, 1220, 4]], ["sleeveless", [5, 1220, 5]], ["ineffectual", [5, 1220, 6]]]}, {"answer": "fuzzy", "hint": "synonyms for fuzzy", "clues": [["muzzy", [5, 1221, 0]], ["blurry", [5, 1221, 1]], ["bleary", [5, 1221, 2]], ["foggy", [5, 1221, 3]], ["fuzzed", [5, 1221, 4]], ["blurred", [5, 1221, 5]], ["hazy", [5, 1221, 6]]]}, {"answer": "gabby", "hint": "synonyms for gabby", "clues": [["talky", [5, 1222, 0]], ["garrulous", [5, 1222, 1]], ["talkative", [5, 1222, 2]], ["loquacious", [5, 1222, 3]], ["chatty", [5, 1222, 4]]]}, {"answer": "gaga", "hint": "synonyms for gaga", "clues": [["dotty", [5, 1223, 0]], ["doddery", [5, 1223, 1]], ["doddering", [5, 1223, 2]], ["senile", [5, 1223, 3]], ["crazy", [5, 1223, 4]], ["wild", [5, 1223, 5]]]}, {"answer": "gallant", "hint": "synonyms for gallant", "clues": [["knightly", [5, 1224, 0]], ["proud", [5, 1224, 1]], ["lofty", [5, 1224, 2]], ["majestic", [5, 1224, 3]], ["chivalrous", [5, 1224, 4]], ["dashing", [5, 1224, 5]]]}, {"answer": "galling", "hint": "synonyms for galling", "clues": [["pestering", [5, 1225, 0]], ["vexing", [5, 1225, 1]], ["pesky", [5, 1225, 2]], ["plaguy", [5, 1225, 3]], ["teasing", [5, 1225, 4]], ["vexatious", [5, 1225, 5]], ["nettlesome", [5, 1225, 6]], ["irritating", [5, 1225, 7]], ["annoying", [5, 1225, 8]], ["pestiferous", [5, 1225, 9]], ["bothersome", [5, 1225, 10]]]}, {"answer": "game", "hint": "synonyms for game", "clues": [["halt", [5, 1226, 0]], ["gamey", [5, 1226, 1]], ["spunky", [5, 1226, 2]], ["spirited", [5, 1226, 3]], ["lame", [5, 1226, 4]], ["gimpy", [5, 1226, 5]], ["crippled", [5, 1226, 6]], ["gritty", [5, 1226, 7]], ["mettlesome", [5, 1226, 8]]]}, {"answer": "gamey", "hint": "synonyms for gamey", "clues": [["gamy", [5, 1227, 0]], ["racy", [5, 1227, 1]], ["juicy", [5, 1227, 2]], ["risque", [5, 1227, 3]], ["blue", [5, 1227, 4]], ["spunky", [5, 1227, 5]], ["spirited", [5, 1227, 6]], ["spicy", [5, 1227, 7]], ["game", [5, 1227, 8]], ["high", [5, 1227, 9]], ["naughty", [5, 1227, 10]], ["gritty", [5, 1227, 11]], ["mettlesome", [5, 1227, 12]]]}, {"answer": "gamy", "hint": "synonyms for gamy", "clues": [["racy", [5, 1228, 0]], ["juicy", [5, 1228, 1]], ["risque", [5, 1228, 2]], ["blue", [5, 1228, 3]], ["gamey", [5, 1228, 4]], ["spunky", [5, 1228, 5]], ["spirited", [5, 1228, 6]], ["spicy", [5, 1228, 7]], ["high", [5, 1228, 8]], ["mettlesome", [5, 1228, 9]], ["naughty", [5, 1228, 10]], ["gritty", [5, 1228, 11]]]}, {"answer": "garbed", "hint": "synonyms for garbed", "clues": [["dressed", [5, 1229, 0]], ["garmented", [5, 1229, 1]], ["robed", [5, 1229, 2]], ["attired", [5, 1229, 3]], ["habilimented", [5, 1229, 4]], ["appareled", [5, 1229, 5]]]}, {"answer": "garbled", "hint": "synonyms for garbled", "clues": [["confused", [5, 1230, 0]], ["disconnected", [5, 1230, 1]], ["illogical", [5, 1230, 2]], ["unconnected", [5, 1230, 3]], ["scattered", [5, 1230, 4]], ["disordered", [5, 1230, 5]], ["disjointed", [5, 1230, 6]]]}, {"answer": "garish", "hint": "synonyms for garish", "clues": [["loud", [5, 1231, 0]], ["tatty", [5, 1231, 1]], ["trashy", [5, 1231, 2]], ["flash", [5, 1231, 3]], ["gimcrack", [5, 1231, 4]], ["tacky", [5, 1231, 5]], ["meretricious", [5, 1231, 6]], ["brassy", [5, 1231, 7]], ["tawdry", [5, 1231, 8]], ["cheap", [5, 1231, 9]], ["gaudy", [5, 1231, 10]]]}, {"answer": "garmented", "hint": "synonyms for garmented", "clues": [["dressed", [5, 1232, 0]], ["garbed", [5, 1232, 1]], ["robed", [5, 1232, 2]], ["attired", [5, 1232, 3]], ["habilimented", [5, 1232, 4]], ["appareled", [5, 1232, 5]]]}, {"answer": "garrulous", "hint": "synonyms for garrulous", "clues": [["talky", [5, 1233, 0]], ["gabby", [5, 1233, 1]], ["talkative", [5, 1233, 2]], ["loquacious", [5, 1233, 3]], ["chatty", [5, 1233, 4]]]}, {"answer": "gaudy", "hint": "synonyms for gaudy", "clues": [["loud", [5, 1234, 0]], ["tatty", [5, 1234, 1]], ["showy", [5, 1234, 2]], ["trashy", [5, 1234, 3]], ["jazzy", [5, 1234, 4]], ["flash", [5, 1234, 5]], ["gimcrack", [5, 1234, 6]], ["tacky", [5, 1234, 7]], ["meretricious", [5, 1234, 8]], ["brassy", [5, 1234, 9]], ["sporty", [5, 1234, 10]], ["tawdry", [5, 1234, 11]], ["cheap", [5, 1234, 12]], ["garish", [5, 1234, 13]]]}, {"answer": "gaunt", "hint": "synonyms for gaunt", "clues": [["cadaverous", [5, 1235, 0]], ["skeletal", [5, 1235, 1]], ["pinched", [5, 1235, 2]], ["bony", [5, 1235, 3]], ["wasted", [5, 1235, 4]], ["haggard", [5, 1235, 5]], ["emaciated", [5, 1235, 6]]]}, {"answer": "gauze-like", "hint": "synonyms for gauze-like", "clues": [["gossamer", [5, 1236, 0]], ["vaporous", [5, 1236, 1]], ["diaphanous", [5, 1236, 2]], ["see-through", [5, 1236, 3]], ["transparent", [5, 1236, 4]], ["gauzy", [5, 1236, 5]], ["sheer", [5, 1236, 6]], ["cobwebby", [5, 1236, 7]], ["filmy", [5, 1236, 8]]]}, {"answer": "gauzy", "hint": "synonyms for gauzy", "clues": [["gossamer", [5, 1237, 0]], ["vaporous", [5, 1237, 1]], ["diaphanous", [5, 1237, 2]], ["see-through", [5, 1237, 3]], ["transparent", [5, 1237, 4]], ["gauze-like", [5, 1237, 5]], ["sheer", [5, 1237, 6]], ["cobwebby", [5, 1237, 7]], ["filmy", [5, 1237, 8]]]}, {"answer": "gawky", "hint": "synonyms for gawky", "clues": [["clumsy", [5, 1238, 0]], ["ungainly", [5, 1238, 1]], ["unwieldy", [5, 1238, 2]], ["clunky", [5, 1238, 3]]]}, {"answer": "gay", "hint": "synonyms for gay", "clues": [["mirthful", [5, 1239, 0]], ["jocund", [5, 1239, 1]], ["cheery", [5, 1239, 2]], ["jolly", [5, 1239, 3]], ["merry", [5, 1239, 4]], ["queer", [5, 1239, 5]], ["braw", [5, 1239, 6]], ["festive", [5, 1239, 7]], ["festal", [5, 1239, 8]], ["brave", [5, 1239, 9]], ["homophile", [5, 1239, 10]], ["sunny", [5, 1239, 11]], ["jovial", [5, 1239, 12]]]}, {"answer": "gelid", "hint": "synonyms for gelid", "clues": [["glacial", [5, 1240, 0]], ["frigid", [5, 1240, 1]], ["arctic", [5, 1240, 2]], ["polar", [5, 1240, 3]], ["icy", [5, 1240, 4]]]}, {"answer": "gemmed", "hint": "synonyms for gemmed", "clues": [["spangled", [5, 1241, 0]], ["sequined", [5, 1241, 1]], ["jewelled", [5, 1241, 2]], ["beady", [5, 1241, 3]], ["spangly", [5, 1241, 4]]]}, {"answer": "general", "hint": "synonyms for general", "clues": [["universal", [5, 1242, 0]], ["cosmopolitan", [5, 1242, 1]], ["world-wide", [5, 1242, 2]], ["ecumenical", [5, 1242, 3]]]}, {"answer": "genetic", "hint": "synonyms for genetic", "clues": [["familial", [5, 1243, 0]], ["hereditary", [5, 1243, 1]], ["genic", [5, 1243, 2]], ["genetical", [5, 1243, 3]], ["transmissible", [5, 1243, 4]], ["transmitted", [5, 1243, 5]], ["inherited", [5, 1243, 6]]]}, {"answer": "genial", "hint": "synonyms for genial", "clues": [["mental", [5, 1244, 0]], ["amiable", [5, 1244, 1]], ["kind", [5, 1244, 2]], ["affable", [5, 1244, 3]], ["cordial", [5, 1244, 4]]]}, {"answer": "genteel", "hint": "synonyms for genteel", "clues": [["civilized", [5, 1245, 0]], ["polite", [5, 1245, 1]], ["cultivated", [5, 1245, 2]], ["cultured", [5, 1245, 3]]]}, {"answer": "gentle", "hint": "synonyms for gentle", "clues": [["soft", [5, 1246, 0]], ["aristocratic", [5, 1246, 1]], ["easy", [5, 1246, 2]], ["blue-blooded", [5, 1246, 3]], ["blue", [5, 1246, 4]], ["docile", [5, 1246, 5]], ["patrician", [5, 1246, 6]]]}, {"answer": "genuine", "hint": "synonyms for genuine", "clues": [["true", [5, 1247, 0]], ["literal", [5, 1247, 1]], ["real", [5, 1247, 2]], ["unfeigned", [5, 1247, 3]], ["actual", [5, 1247, 4]], ["echt", [5, 1247, 5]]]}, {"answer": "gestural", "hint": "synonyms for gestural", "clues": [["sign-language", [5, 1248, 0]], ["signed", [5, 1248, 1]], ["nonverbal", [5, 1248, 2]], ["sign", [5, 1248, 3]]]}, {"answer": "ghastly", "hint": "synonyms for ghastly", "clues": [["grisly", [5, 1249, 0]], ["charnel", [5, 1249, 1]], ["sick", [5, 1249, 2]], ["macabre", [5, 1249, 3]], ["sepulchral", [5, 1249, 4]], ["grim", [5, 1249, 5]], ["gruesome", [5, 1249, 6]]]}, {"answer": "ghostlike", "hint": "synonyms for ghostlike", "clues": [["apparitional", [5, 1250, 0]], ["phantasmal", [5, 1250, 1]], ["spectral", [5, 1250, 2]], ["spiritual", [5, 1250, 3]], ["ghostly", [5, 1250, 4]]]}, {"answer": "ghostly", "hint": "synonyms for ghostly", "clues": [["ghostlike", [5, 1251, 0]], ["apparitional", [5, 1251, 1]], ["phantasmal", [5, 1251, 2]], ["spectral", [5, 1251, 3]], ["spiritual", [5, 1251, 4]]]}, {"answer": "gibbous", "hint": "synonyms for gibbous", "clues": [["kyphotic", [5, 1252, 0]], ["crookbacked", [5, 1252, 1]], ["gibbose", [5, 1252, 2]], ["hunchbacked", [5, 1252, 3]], ["humpbacked", [5, 1252, 4]], ["humped", [5, 1252, 5]]]}, {"answer": "gibelike", "hint": "synonyms for gibelike", "clues": [["jeering", [5, 1253, 0]], ["taunting", [5, 1253, 1]], ["mocking", [5, 1253, 2]], ["derisive", [5, 1253, 3]]]}, {"answer": "giddy", "hint": "synonyms for giddy", "clues": [["light-headed", [5, 1254, 0]], ["dizzy", [5, 1254, 1]], ["airheaded", [5, 1254, 2]], ["featherbrained", [5, 1254, 3]], ["silly", [5, 1254, 4]], ["empty-headed", [5, 1254, 5]], ["woozy", [5, 1254, 6]], ["vertiginous", [5, 1254, 7]]]}, {"answer": "gilded", "hint": "synonyms for gilded", "clues": [["gold", [5, 1255, 0]], ["grand", [5, 1255, 1]], ["meretricious", [5, 1255, 2]], ["sumptuous", [5, 1255, 3]], ["deluxe", [5, 1255, 4]], ["princely", [5, 1255, 5]], ["opulent", [5, 1255, 6]], ["aureate", [5, 1255, 7]], ["golden", [5, 1255, 8]], ["luxurious", [5, 1255, 9]], ["gilt", [5, 1255, 10]], ["specious", [5, 1255, 11]]]}, {"answer": "gilt", "hint": "synonyms for gilt", "clues": [["aureate", [5, 1256, 0]], ["gold", [5, 1256, 1]], ["gilded", [5, 1256, 2]], ["golden", [5, 1256, 3]]]}, {"answer": "gimcrack", "hint": "synonyms for gimcrack", "clues": [["loud", [5, 1257, 0]], ["tatty", [5, 1257, 1]], ["trashy", [5, 1257, 2]], ["flash", [5, 1257, 3]], ["tacky", [5, 1257, 4]], ["meretricious", [5, 1257, 5]], ["brassy", [5, 1257, 6]], ["tawdry", [5, 1257, 7]], ["cheap", [5, 1257, 8]], ["gaudy", [5, 1257, 9]], ["garish", [5, 1257, 10]]]}, {"answer": "gimpy", "hint": "synonyms for gimpy", "clues": [["halt", [5, 1258, 0]], ["game", [5, 1258, 1]], ["lame", [5, 1258, 2]], ["crippled", [5, 1258, 3]]]}, {"answer": "given", "hint": "synonyms for given", "clues": [["disposed", [5, 1259, 0]], ["minded", [5, 1259, 1]], ["tending", [5, 1259, 2]], ["apt", [5, 1259, 3]], ["granted", [5, 1259, 4]]]}, {"answer": "giving", "hint": "synonyms for giving", "clues": [["freehanded", [5, 1260, 0]], ["bountiful", [5, 1260, 1]], ["bighearted", [5, 1260, 2]], ["handsome", [5, 1260, 3]], ["openhanded", [5, 1260, 4]], ["bounteous", [5, 1260, 5]], ["big", [5, 1260, 6]], ["liberal", [5, 1260, 7]]]}, {"answer": "glacial", "hint": "synonyms for glacial", "clues": [["gelid", [5, 1261, 0]], ["frozen", [5, 1261, 1]], ["icy", [5, 1261, 2]], ["frosty", [5, 1261, 3]], ["frigid", [5, 1261, 4]], ["wintry", [5, 1261, 5]], ["arctic", [5, 1261, 6]], ["polar", [5, 1261, 7]]]}, {"answer": "glaring", "hint": "synonyms for glaring", "clues": [["blinding", [5, 1262, 0]], ["blazing", [5, 1262, 1]], ["fulgent", [5, 1262, 2]], ["egregious", [5, 1262, 3]], ["dazzling", [5, 1262, 4]], ["rank", [5, 1262, 5]], ["flagrant", [5, 1262, 6]], ["glary", [5, 1262, 7]], ["crying", [5, 1262, 8]], ["gross", [5, 1262, 9]]]}, {"answer": "glary", "hint": "synonyms for glary", "clues": [["blinding", [5, 1263, 0]], ["blazing", [5, 1263, 1]], ["fulgent", [5, 1263, 2]], ["dazzling", [5, 1263, 3]], ["glaring", [5, 1263, 4]]]}, {"answer": "glib", "hint": "synonyms for glib", "clues": [["pat", [5, 1264, 0]], ["glib-tongued", [5, 1264, 1]], ["slick", [5, 1264, 2]], ["smooth-tongued", [5, 1264, 3]]]}, {"answer": "glinting", "hint": "synonyms for glinting", "clues": [["fulgid", [5, 1265, 0]], ["glittery", [5, 1265, 1]], ["scintillating", [5, 1265, 2]], ["glittering", [5, 1265, 3]], ["sparkly", [5, 1265, 4]], ["scintillant", [5, 1265, 5]], ["coruscant", [5, 1265, 6]]]}, {"answer": "glistening", "hint": "synonyms for glistening", "clues": [["shining", [5, 1266, 0]], ["sheeny", [5, 1266, 1]], ["lustrous", [5, 1266, 2]], ["glossy", [5, 1266, 3]], ["shiny", [5, 1266, 4]]]}, {"answer": "glistering", "hint": "synonyms for glistering", "clues": [["glinting", [5, 1267, 0]], ["fulgid", [5, 1267, 1]], ["glittery", [5, 1267, 2]], ["scintillating", [5, 1267, 3]], ["glittering", [5, 1267, 4]], ["sparkly", [5, 1267, 5]], ["scintillant", [5, 1267, 6]], ["coruscant", [5, 1267, 7]]]}, {"answer": "glittering", "hint": "synonyms for glittering", "clues": [["glinting", [5, 1268, 0]], ["fulgid", [5, 1268, 1]], ["glittery", [5, 1268, 2]], ["scintillating", [5, 1268, 3]], ["sparkly", [5, 1268, 4]], ["glistering", [5, 1268, 5]], ["scintillant", [5, 1268, 6]], ["coruscant", [5, 1268, 7]]]}, {"answer": "glittery", "hint": "synonyms for glittery", "clues": [["glinting", [5, 1269, 0]], ["fulgid", [5, 1269, 1]], ["scintillating", [5, 1269, 2]], ["aglitter", [5, 1269, 3]], ["glittering", [5, 1269, 4]], ["sparkly", [5, 1269, 5]], ["scintillant", [5, 1269, 6]], ["coruscant", [5, 1269, 7]]]}, {"answer": "global", "hint": "synonyms for global", "clues": [["world", [5, 1270, 0]], ["spheric", [5, 1270, 1]], ["worldwide", [5, 1270, 2]], ["globose", [5, 1270, 3]], ["globular", [5, 1270, 4]], ["planetary", [5, 1270, 5]], ["orbicular", [5, 1270, 6]], ["ball-shaped", [5, 1270, 7]]]}, {"answer": "globose", "hint": "synonyms for globose", "clues": [["spheric", [5, 1271, 0]], ["global", [5, 1271, 1]], ["globular", [5, 1271, 2]], ["orbicular", [5, 1271, 3]], ["ball-shaped", [5, 1271, 4]]]}, {"answer": "globular", "hint": "synonyms for globular", "clues": [["spheric", [5, 1272, 0]], ["global", [5, 1272, 1]], ["globose", [5, 1272, 2]], ["orbicular", [5, 1272, 3]], ["ball-shaped", [5, 1272, 4]]]}, {"answer": "gloomy", "hint": "synonyms for gloomy", "clues": [["low", [5, 1273, 0]], ["downhearted", [5, 1273, 1]], ["disconsolate", [5, 1273, 2]], ["dispirited", [5, 1273, 3]], ["sulky", [5, 1273, 4]], ["grim", [5, 1273, 5]], ["sorry", [5, 1273, 6]], ["down in the mouth", [5, 1273, 7]], ["glooming", [5, 1273, 8]], ["low-spirited", [5, 1273, 9]], ["dismal", [5, 1273, 10]], ["dreary", [5, 1273, 11]], ["down", [5, 1273, 12]], ["dingy", [5, 1273, 13]], ["depressed", [5, 1273, 14]], ["dark", [5, 1273, 15]], ["blue", [5, 1273, 16]], ["downcast", [5, 1273, 17]], ["gloomful", [5, 1273, 18]], ["drab", [5, 1273, 19]]]}, {"answer": "glorious", "hint": "synonyms for glorious", "clues": [["splendid", [5, 1274, 0]], ["brilliant", [5, 1274, 1]], ["splendiferous", [5, 1274, 2]], ["resplendent", [5, 1274, 3]], ["magnificent", [5, 1274, 4]]]}, {"answer": "glossy", "hint": "synonyms for glossy", "clues": [["shining", [5, 1275, 0]], ["calendered", [5, 1275, 1]], ["sheeny", [5, 1275, 2]], ["glistening", [5, 1275, 3]], ["lustrous", [5, 1275, 4]], ["showy", [5, 1275, 5]], ["shiny", [5, 1275, 6]]]}, {"answer": "glowering", "hint": "synonyms for glowering", "clues": [["morose", [5, 1276, 0]], ["dark", [5, 1276, 1]], ["sullen", [5, 1276, 2]], ["glum", [5, 1276, 3]], ["dour", [5, 1276, 4]], ["sour", [5, 1276, 5]], ["saturnine", [5, 1276, 6]], ["moody", [5, 1276, 7]]]}, {"answer": "gluey", "hint": "synonyms for gluey", "clues": [["mucilaginous", [5, 1277, 0]], ["viscous", [5, 1277, 1]], ["pasty", [5, 1277, 2]], ["viscid", [5, 1277, 3]], ["glutinous", [5, 1277, 4]], ["gummy", [5, 1277, 5]], ["sticky", [5, 1277, 6]]]}, {"answer": "glum", "hint": "synonyms for glum", "clues": [["morose", [5, 1278, 0]], ["dark", [5, 1278, 1]], ["sullen", [5, 1278, 2]], ["glowering", [5, 1278, 3]], ["dour", [5, 1278, 4]], ["sour", [5, 1278, 5]], ["saturnine", [5, 1278, 6]], ["moody", [5, 1278, 7]]]}, {"answer": "glutinous", "hint": "synonyms for glutinous", "clues": [["gluey", [5, 1279, 0]], ["mucilaginous", [5, 1279, 1]], ["viscous", [5, 1279, 2]], ["pasty", [5, 1279, 3]], ["viscid", [5, 1279, 4]], ["gummy", [5, 1279, 5]], ["sticky", [5, 1279, 6]]]}, {"answer": "gnarled", "hint": "synonyms for gnarled", "clues": [["knotty", [5, 1280, 0]], ["knotted", [5, 1280, 1]], ["gnarly", [5, 1280, 2]], ["knobbed", [5, 1280, 3]]]}, {"answer": "gnarly", "hint": "synonyms for gnarly", "clues": [["knotty", [5, 1281, 0]], ["knotted", [5, 1281, 1]], ["knobbed", [5, 1281, 2]], ["gnarled", [5, 1281, 3]]]}, {"answer": "goddam", "hint": "synonyms for goddam", "clues": [["blasted", [5, 1282, 0]], ["damn", [5, 1282, 1]], ["blessed", [5, 1282, 2]], ["darned", [5, 1282, 3]], ["infernal", [5, 1282, 4]], ["blamed", [5, 1282, 5]], ["goddamned", [5, 1282, 6]], ["damned", [5, 1282, 7]], ["deuced", [5, 1282, 8]]]}, {"answer": "goddamn", "hint": "synonyms for goddamn", "clues": [["blame", [5, 1283, 0]], ["deuced", [5, 1283, 1]], ["blasted", [5, 1283, 2]], ["damn", [5, 1283, 3]], ["blessed", [5, 1283, 4]], ["goddam", [5, 1283, 5]], ["infernal", [5, 1283, 6]], ["damned", [5, 1283, 7]], ["darned", [5, 1283, 8]], ["goddamned", [5, 1283, 9]]]}, {"answer": "goddamned", "hint": "synonyms for goddamned", "clues": [["blasted", [5, 1284, 0]], ["damn", [5, 1284, 1]], ["blessed", [5, 1284, 2]], ["darned", [5, 1284, 3]], ["goddam", [5, 1284, 4]], ["blamed", [5, 1284, 5]], ["infernal", [5, 1284, 6]], ["damned", [5, 1284, 7]], ["deuced", [5, 1284, 8]]]}, {"answer": "gold", "hint": "synonyms for gold", "clues": [["aureate", [5, 1285, 0]], ["gilded", [5, 1285, 1]], ["gilt", [5, 1285, 2]], ["golden", [5, 1285, 3]]]}, {"answer": "golden", "hint": "synonyms for golden", "clues": [["gold", [5, 1286, 0]], ["favorable", [5, 1286, 1]], ["gilded", [5, 1286, 2]], ["aureate", [5, 1286, 3]], ["prosperous", [5, 1286, 4]], ["lucky", [5, 1286, 5]], ["halcyon", [5, 1286, 6]], ["fortunate", [5, 1286, 7]], ["gilt", [5, 1286, 8]]]}, {"answer": "gone", "hint": "synonyms for gone", "clues": [["at rest", [5, 1287, 0]], ["kaput", [5, 1287, 1]], ["deceased", [5, 1287, 2]], ["bypast", [5, 1287, 3]], ["done for", [5, 1287, 4]], ["departed", [5, 1287, 5]], ["foregone", [5, 1287, 6]], ["at peace", [5, 1287, 7]], ["bygone", [5, 1287, 8]], ["asleep", [5, 1287, 9]]]}, {"answer": "gonzo", "hint": "synonyms for gonzo", "clues": [["bizarre", [5, 1288, 0]], ["freakish", [5, 1288, 1]], ["freaky", [5, 1288, 2]], ["outre", [5, 1288, 3]], ["flakey", [5, 1288, 4]], ["outlandish", [5, 1288, 5]], ["off-the-wall", [5, 1288, 6]], ["eccentric", [5, 1288, 7]]]}, {"answer": "good", "hint": "synonyms for good", "clues": [["in force", [5, 1289, 0]], ["beneficial", [5, 1289, 1]], ["serious", [5, 1289, 2]], ["skilful", [5, 1289, 3]], ["dear", [5, 1289, 4]], ["upright", [5, 1289, 5]], ["well", [5, 1289, 6]], ["proficient", [5, 1289, 7]], ["adept", [5, 1289, 8]], ["unspoiled", [5, 1289, 9]], ["undecomposed", [5, 1289, 10]], ["honorable", [5, 1289, 11]], ["estimable", [5, 1289, 12]], ["unspoilt", [5, 1289, 13]], ["effective", [5, 1289, 14]], ["secure", [5, 1289, 15]], ["near", [5, 1289, 16]], ["ripe", [5, 1289, 17]], ["in effect", [5, 1289, 18]], ["safe", [5, 1289, 19]], ["right", [5, 1289, 20]], ["salutary", [5, 1289, 21]], ["just", [5, 1289, 22]], ["dependable", [5, 1289, 23]], ["full", [5, 1289, 24]], ["practiced", [5, 1289, 25]], ["sound", [5, 1289, 26]], ["honest", [5, 1289, 27]], ["respectable", [5, 1289, 28]], ["expert", [5, 1289, 29]]]}, {"answer": "good-for-naught", "hint": "synonyms for good-for-naught", "clues": [["meritless", [5, 1290, 0]], ["no-account", [5, 1290, 1]], ["no-good", [5, 1290, 2]], ["good-for-nothing", [5, 1290, 3]], ["sorry", [5, 1290, 4]]]}, {"answer": "good-for-nothing", "hint": "synonyms for good-for-nothing", "clues": [["meritless", [5, 1291, 0]], ["no-account", [5, 1291, 1]], ["no-good", [5, 1291, 2]], ["good-for-naught", [5, 1291, 3]], ["sorry", [5, 1291, 4]]]}, {"answer": "good-hearted", "hint": "synonyms for good-hearted", "clues": [["charitable", [5, 1292, 0]], ["kindly", [5, 1292, 1]], ["benevolent", [5, 1292, 2]], ["openhearted", [5, 1292, 3]], ["sympathetic", [5, 1292, 4]], ["large-hearted", [5, 1292, 5]]]}, {"answer": "good-looking", "hint": "synonyms for good-looking", "clues": [["fine-looking", [5, 1293, 0]], ["well-favored", [5, 1293, 1]], ["better-looking", [5, 1293, 2]], ["handsome", [5, 1293, 3]]]}, {"answer": "goodish", "hint": "synonyms for goodish", "clues": [["goodly", [5, 1294, 0]], ["sizeable", [5, 1294, 1]], ["hefty", [5, 1294, 2]], ["tidy", [5, 1294, 3]], ["healthy", [5, 1294, 4]], ["respectable", [5, 1294, 5]]]}, {"answer": "goodly", "hint": "synonyms for goodly", "clues": [["sizeable", [5, 1295, 0]], ["goodish", [5, 1295, 1]], ["hefty", [5, 1295, 2]], ["tidy", [5, 1295, 3]], ["healthy", [5, 1295, 4]], ["respectable", [5, 1295, 5]]]}, {"answer": "goofy", "hint": "synonyms for goofy", "clues": [["sappy", [5, 1296, 0]], ["whacky", [5, 1296, 1]], ["silly", [5, 1296, 2]], ["zany", [5, 1296, 3]], ["cockamamy", [5, 1296, 4]], ["cockamamie", [5, 1296, 5]]]}, {"answer": "gooselike", "hint": "synonyms for gooselike", "clues": [["goosy", [5, 1297, 0]], ["dopy", [5, 1297, 1]], ["jerky", [5, 1297, 2]], ["anserine", [5, 1297, 3]], ["foolish", [5, 1297, 4]]]}, {"answer": "goosey", "hint": "synonyms for goosey", "clues": [["goosy", [5, 1298, 0]], ["dopey", [5, 1298, 1]], ["jerky", [5, 1298, 2]], ["anserine", [5, 1298, 3]], ["foolish", [5, 1298, 4]], ["gooselike", [5, 1298, 5]]]}, {"answer": "goosy", "hint": "synonyms for goosy", "clues": [["dopey", [5, 1299, 0]], ["jerky", [5, 1299, 1]], ["anserine", [5, 1299, 2]], ["foolish", [5, 1299, 3]], ["goosey", [5, 1299, 4]], ["gooselike", [5, 1299, 5]]]}, {"answer": "gory", "hint": "synonyms for gory", "clues": [["butcherly", [5, 1300, 0]], ["sanguineous", [5, 1300, 1]], ["sanguinary", [5, 1300, 2]], ["slaughterous", [5, 1300, 3]], ["bloodstained", [5, 1300, 4]]]}, {"answer": "gossamer", "hint": "synonyms for gossamer", "clues": [["ethereal", [5, 1301, 0]], ["vaporous", [5, 1301, 1]], ["diaphanous", [5, 1301, 2]], ["transparent", [5, 1301, 3]], ["filmy", [5, 1301, 4]], ["gauze-like", [5, 1301, 5]], ["gauzy", [5, 1301, 6]], ["sheer", [5, 1301, 7]], ["cobwebby", [5, 1301, 8]], ["see-through", [5, 1301, 9]]]}, {"answer": "grabby", "hint": "synonyms for grabby", "clues": [["covetous", [5, 1302, 0]], ["prehensile", [5, 1302, 1]], ["greedy", [5, 1302, 2]], ["grasping", [5, 1302, 3]], ["avaricious", [5, 1302, 4]]]}, {"answer": "graceless", "hint": "synonyms for graceless", "clues": [["gauche", [5, 1303, 0]], ["unpleasing", [5, 1303, 1]], ["unpolished", [5, 1303, 2]], ["ungraceful", [5, 1303, 3]]]}, {"answer": "grainy", "hint": "synonyms for grainy", "clues": [["farinaceous", [5, 1304, 0]], ["mealy", [5, 1304, 1]], ["coarse-grained", [5, 1304, 2]], ["granulose", [5, 1304, 3]], ["granular", [5, 1304, 4]], ["gritty", [5, 1304, 5]]]}, {"answer": "grand", "hint": "synonyms for grand", "clues": [["marvellous", [5, 1305, 0]], ["expansive", [5, 1305, 1]], ["lordly", [5, 1305, 2]], ["sublime", [5, 1305, 3]], ["rarified", [5, 1305, 4]], ["high-flown", [5, 1305, 5]], ["wondrous", [5, 1305, 6]], ["wonderful", [5, 1305, 7]], ["deluxe", [5, 1305, 8]], ["opulent", [5, 1305, 9]], ["august", [5, 1305, 10]], ["lofty", [5, 1305, 11]], ["terrific", [5, 1305, 12]], ["idealistic", [5, 1305, 13]], ["howling", [5, 1305, 14]], ["gilded", [5, 1305, 15]], ["magisterial", [5, 1305, 16]], ["luxurious", [5, 1305, 17]], ["high-minded", [5, 1305, 18]], ["fantastic", [5, 1305, 19]], ["elevated", [5, 1305, 20]], ["exalted", [5, 1305, 21]], ["noble-minded", [5, 1305, 22]], ["sumptuous", [5, 1305, 23]], ["distinguished", [5, 1305, 24]], ["princely", [5, 1305, 25]], ["heroic", [5, 1305, 26]], ["rattling", [5, 1305, 27]], ["tremendous", [5, 1305, 28]], ["imposing", [5, 1305, 29]]]}, {"answer": "grandiloquent", "hint": "synonyms for grandiloquent", "clues": [["pontifical", [5, 1306, 0]], ["pompous", [5, 1306, 1]], ["portentous", [5, 1306, 2]], ["overblown", [5, 1306, 3]], ["magniloquent", [5, 1306, 4]], ["tall", [5, 1306, 5]]]}, {"answer": "granitic", "hint": "synonyms for granitic", "clues": [["stony", [5, 1307, 0]], ["flint", [5, 1307, 1]], ["obdurate", [5, 1307, 2]], ["rocklike", [5, 1307, 3]], ["granitelike", [5, 1307, 4]]]}, {"answer": "granular", "hint": "synonyms for granular", "clues": [["farinaceous", [5, 1308, 0]], ["mealy", [5, 1308, 1]], ["coarse-grained", [5, 1308, 2]], ["chondritic", [5, 1308, 3]], ["granulose", [5, 1308, 4]], ["grainy", [5, 1308, 5]], ["gritty", [5, 1308, 6]]]}, {"answer": "granulose", "hint": "synonyms for granulose", "clues": [["farinaceous", [5, 1309, 0]], ["mealy", [5, 1309, 1]], ["coarse-grained", [5, 1309, 2]], ["grainy", [5, 1309, 3]], ["granular", [5, 1309, 4]], ["gritty", [5, 1309, 5]]]}, {"answer": "graphic", "hint": "synonyms for graphic", "clues": [["vivid", [5, 1310, 0]], ["in writing", [5, 1310, 1]], ["lifelike", [5, 1310, 2]], ["graphical", [5, 1310, 3]], ["pictorial", [5, 1310, 4]]]}, {"answer": "graspable", "hint": "synonyms for graspable", "clues": [["intelligible", [5, 1311, 0]], ["apprehensible", [5, 1311, 1]], ["perceivable", [5, 1311, 2]], ["understandable", [5, 1311, 3]]]}, {"answer": "grasping", "hint": "synonyms for grasping", "clues": [["covetous", [5, 1312, 0]], ["prehensile", [5, 1312, 1]], ["greedy", [5, 1312, 2]], ["avaricious", [5, 1312, 3]], ["grabby", [5, 1312, 4]]]}, {"answer": "grating", "hint": "synonyms for grating", "clues": [["raspy", [5, 1313, 0]], ["gravelly", [5, 1313, 1]], ["rasping", [5, 1313, 2]], ["rough", [5, 1313, 3]], ["scratchy", [5, 1313, 4]]]}, {"answer": "gratis", "hint": "synonyms for gratis", "clues": [["free", [5, 1314, 0]], ["gratuitous", [5, 1314, 1]], ["complimentary", [5, 1314, 2]], ["costless", [5, 1314, 3]]]}, {"answer": "gratuitous", "hint": "synonyms for gratuitous", "clues": [["free", [5, 1315, 0]], ["needless", [5, 1315, 1]], ["costless", [5, 1315, 2]], ["gratis", [5, 1315, 3]], ["uncalled-for", [5, 1315, 4]], ["complimentary", [5, 1315, 5]]]}, {"answer": "grave", "hint": "synonyms for grave", "clues": [["life-threatening", [5, 1316, 0]], ["grievous", [5, 1316, 1]], ["sober", [5, 1316, 2]], ["severe", [5, 1316, 3]], ["heavy", [5, 1316, 4]], ["sedate", [5, 1316, 5]], ["serious", [5, 1316, 6]], ["weighty", [5, 1316, 7]], ["dangerous", [5, 1316, 8]], ["solemn", [5, 1316, 9]]]}, {"answer": "gravelly", "hint": "synonyms for gravelly", "clues": [["raspy", [5, 1317, 0]], ["pebbly", [5, 1317, 1]], ["grating", [5, 1317, 2]], ["rasping", [5, 1317, 3]], ["shingly", [5, 1317, 4]], ["rough", [5, 1317, 5]], ["scratchy", [5, 1317, 6]]]}, {"answer": "graven", "hint": "synonyms for graven", "clues": [["inscribed", [5, 1318, 0]], ["sculptured", [5, 1318, 1]], ["incised", [5, 1318, 2]], ["engraved", [5, 1318, 3]], ["etched", [5, 1318, 4]]]}, {"answer": "gravid", "hint": "synonyms for gravid", "clues": [["big", [5, 1319, 0]], ["great", [5, 1319, 1]], ["large", [5, 1319, 2]], ["enceinte", [5, 1319, 3]], ["with child", [5, 1319, 4]], ["expectant", [5, 1319, 5]], ["heavy", [5, 1319, 6]]]}, {"answer": "gray", "hint": "synonyms for gray", "clues": [["hoary", [5, 1320, 0]], ["greyish", [5, 1320, 1]], ["white-haired", [5, 1320, 2]], ["grey", [5, 1320, 3]], ["grizzly", [5, 1320, 4]], ["gray-headed", [5, 1320, 5]], ["gray-haired", [5, 1320, 6]]]}, {"answer": "gray-haired", "hint": "synonyms for gray-haired", "clues": [["gray", [5, 1321, 0]], ["hoary", [5, 1321, 1]], ["white-haired", [5, 1321, 2]], ["grizzly", [5, 1321, 3]], ["gray-headed", [5, 1321, 4]], ["grey", [5, 1321, 5]], ["grey-haired", [5, 1321, 6]]]}, {"answer": "gray-headed", "hint": "synonyms for gray-headed", "clues": [["gray", [5, 1322, 0]], ["hoary", [5, 1322, 1]], ["white-haired", [5, 1322, 2]], ["grizzly", [5, 1322, 3]], ["gray-haired", [5, 1322, 4]], ["grey-headed", [5, 1322, 5]], ["grey", [5, 1322, 6]]]}, {"answer": "great", "hint": "synonyms for great", "clues": [["majuscule", [5, 1323, 0]], ["enceinte", [5, 1323, 1]], ["not bad", [5, 1323, 2]], ["outstanding", [5, 1323, 3]], ["swell", [5, 1323, 4]], ["heavy", [5, 1323, 5]], ["neat", [5, 1323, 6]], ["keen", [5, 1323, 7]], ["nifty", [5, 1323, 8]], ["with child", [5, 1323, 9]], ["bang-up", [5, 1323, 10]], ["cracking", [5, 1323, 11]], ["expectant", [5, 1323, 12]], ["groovy", [5, 1323, 13]], ["gravid", [5, 1323, 14]], ["big", [5, 1323, 15]], ["large", [5, 1323, 16]], ["capital", [5, 1323, 17]], ["bully", [5, 1323, 18]], ["peachy", [5, 1323, 19]], ["dandy", [5, 1323, 20]], ["smashing", [5, 1323, 21]], ["corking", [5, 1323, 22]], ["slap-up", [5, 1323, 23]]]}, {"answer": "greater", "hint": "synonyms for greater", "clues": [["great", [5, 1324, 0]], ["majuscule", [5, 1324, 1]], ["enceinte", [5, 1324, 2]], ["not bad", [5, 1324, 3]], ["outstanding", [5, 1324, 4]], ["swell", [5, 1324, 5]], ["heavy", [5, 1324, 6]], ["neat", [5, 1324, 7]], ["keen", [5, 1324, 8]], ["nifty", [5, 1324, 9]], ["with child", [5, 1324, 10]], ["bang-up", [5, 1324, 11]], ["cracking", [5, 1324, 12]], ["expectant", [5, 1324, 13]], ["groovy", [5, 1324, 14]], ["gravid", [5, 1324, 15]], ["big", [5, 1324, 16]], ["large", [5, 1324, 17]], ["capital", [5, 1324, 18]], ["bully", [5, 1324, 19]], ["peachy", [5, 1324, 20]], ["dandy", [5, 1324, 21]], ["smashing", [5, 1324, 22]], ["corking", [5, 1324, 23]], ["slap-up", [5, 1324, 24]]]}, {"answer": "greatest", "hint": "synonyms for greatest", "clues": [["great", [5, 1325, 0]], ["majuscule", [5, 1325, 1]], ["enceinte", [5, 1325, 2]], ["not bad", [5, 1325, 3]], ["outstanding", [5, 1325, 4]], ["swell", [5, 1325, 5]], ["heavy", [5, 1325, 6]], ["superlative", [5, 1325, 7]], ["neat", [5, 1325, 8]], ["keen", [5, 1325, 9]], ["sterling", [5, 1325, 10]], ["nifty", [5, 1325, 11]], ["with child", [5, 1325, 12]], ["bang-up", [5, 1325, 13]], ["cracking", [5, 1325, 14]], ["expectant", [5, 1325, 15]], ["groovy", [5, 1325, 16]], ["gravid", [5, 1325, 17]], ["big", [5, 1325, 18]], ["large", [5, 1325, 19]], ["capital", [5, 1325, 20]], ["bully", [5, 1325, 21]], ["peachy", [5, 1325, 22]], ["dandy", [5, 1325, 23]], ["smashing", [5, 1325, 24]], ["corking", [5, 1325, 25]], ["slap-up", [5, 1325, 26]]]}, {"answer": "greedy", "hint": "synonyms for greedy", "clues": [["devouring", [5, 1326, 0]], ["covetous", [5, 1326, 1]], ["prehensile", [5, 1326, 2]], ["grasping", [5, 1326, 3]], ["avid", [5, 1326, 4]], ["avaricious", [5, 1326, 5]], ["grabby", [5, 1326, 6]], ["esurient", [5, 1326, 7]]]}, {"answer": "green", "hint": "synonyms for green", "clues": [["greenish", [5, 1327, 0]], ["dark-green", [5, 1327, 1]], ["light-green", [5, 1327, 2]], ["immature", [5, 1327, 3]], ["fleeceable", [5, 1327, 4]], ["unripened", [5, 1327, 5]], ["gullible", [5, 1327, 6]], ["unripe", [5, 1327, 7]]]}, {"answer": "grey", "hint": "synonyms for grey", "clues": [["gray", [5, 1328, 0]], ["hoary", [5, 1328, 1]], ["greyish", [5, 1328, 2]], ["white-haired", [5, 1328, 3]], ["grizzly", [5, 1328, 4]], ["gray-headed", [5, 1328, 5]], ["gray-haired", [5, 1328, 6]]]}, {"answer": "grey-haired", "hint": "synonyms for grey-haired", "clues": [["gray", [5, 1329, 0]], ["hoary", [5, 1329, 1]], ["white-haired", [5, 1329, 2]], ["grizzly", [5, 1329, 3]], ["gray-headed", [5, 1329, 4]], ["gray-haired", [5, 1329, 5]], ["grey", [5, 1329, 6]]]}, {"answer": "grey-headed", "hint": "synonyms for grey-headed", "clues": [["gray", [5, 1330, 0]], ["hoary", [5, 1330, 1]], ["white-haired", [5, 1330, 2]], ["grizzly", [5, 1330, 3]], ["gray-headed", [5, 1330, 4]], ["gray-haired", [5, 1330, 5]], ["grey", [5, 1330, 6]]]}, {"answer": "grief-stricken", "hint": "synonyms for grief-stricken", "clues": [["mourning", [5, 1331, 0]], ["sorrowing", [5, 1331, 1]], ["bereft", [5, 1331, 2]], ["bereaved", [5, 1331, 3]], ["grieving", [5, 1331, 4]]]}, {"answer": "grieving", "hint": "synonyms for grieving", "clues": [["mourning", [5, 1332, 0]], ["sorrowing", [5, 1332, 1]], ["bereft", [5, 1332, 2]], ["bereaved", [5, 1332, 3]], ["grief-stricken", [5, 1332, 4]]]}, {"answer": "grievous", "hint": "synonyms for grievous", "clues": [["heartbreaking", [5, 1333, 0]], ["life-threatening", [5, 1333, 1]], ["heartrending", [5, 1333, 2]], ["flagitious", [5, 1333, 3]], ["grave", [5, 1333, 4]], ["atrocious", [5, 1333, 5]], ["severe", [5, 1333, 6]], ["heavy", [5, 1333, 7]], ["serious", [5, 1333, 8]], ["weighty", [5, 1333, 9]], ["dangerous", [5, 1333, 10]], ["monstrous", [5, 1333, 11]]]}, {"answer": "grim", "hint": "synonyms for grim", "clues": [["low", [5, 1334, 0]], ["downhearted", [5, 1334, 1]], ["disconsolate", [5, 1334, 2]], ["dispirited", [5, 1334, 3]], ["stern", [5, 1334, 4]], ["unappeasable", [5, 1334, 5]], ["sorry", [5, 1334, 6]], ["grisly", [5, 1334, 7]], ["down in the mouth", [5, 1334, 8]], ["forbidding", [5, 1334, 9]], ["mordant", [5, 1334, 10]], ["unrelenting", [5, 1334, 11]], ["dour", [5, 1334, 12]], ["low-spirited", [5, 1334, 13]], ["dismal", [5, 1334, 14]], ["unforgiving", [5, 1334, 15]], ["gloomy", [5, 1334, 16]], ["macabre", [5, 1334, 17]], ["dreary", [5, 1334, 18]], ["relentless", [5, 1334, 19]], ["gruesome", [5, 1334, 20]], ["sick", [5, 1334, 21]], ["down", [5, 1334, 22]], ["dingy", [5, 1334, 23]], ["black", [5, 1334, 24]], ["inexorable", [5, 1334, 25]], ["depressed", [5, 1334, 26]], ["ghastly", [5, 1334, 27]], ["blue", [5, 1334, 28]], ["downcast", [5, 1334, 29]], ["dark", [5, 1334, 30]], ["drab", [5, 1334, 31]]]}, {"answer": "grimy", "hint": "synonyms for grimy", "clues": [["dingy", [5, 1335, 0]], ["raunchy", [5, 1335, 1]], ["begrimed", [5, 1335, 2]], ["grungy", [5, 1335, 3]], ["grubby", [5, 1335, 4]]]}, {"answer": "gripping", "hint": "synonyms for gripping", "clues": [["fascinating", [5, 1336, 0]], ["engrossing", [5, 1336, 1]], ["absorbing", [5, 1336, 2]], ["riveting", [5, 1336, 3]]]}, {"answer": "grisly", "hint": "synonyms for grisly", "clues": [["sick", [5, 1337, 0]], ["macabre", [5, 1337, 1]], ["grim", [5, 1337, 2]], ["gruesome", [5, 1337, 3]], ["ghastly", [5, 1337, 4]]]}, {"answer": "gritty", "hint": "synonyms for gritty", "clues": [["coarse-grained", [5, 1338, 0]], ["granular", [5, 1338, 1]], ["grainy", [5, 1338, 2]], ["gamey", [5, 1338, 3]], ["spunky", [5, 1338, 4]], ["spirited", [5, 1338, 5]], ["mealy", [5, 1338, 6]], ["granulose", [5, 1338, 7]], ["farinaceous", [5, 1338, 8]], ["mettlesome", [5, 1338, 9]]]}, {"answer": "grizzly", "hint": "synonyms for grizzly", "clues": [["gray", [5, 1339, 0]], ["hoary", [5, 1339, 1]], ["white-haired", [5, 1339, 2]], ["gray-headed", [5, 1339, 3]], ["gray-haired", [5, 1339, 4]], ["grey", [5, 1339, 5]]]}, {"answer": "groggy", "hint": "synonyms for groggy", "clues": [["logy", [5, 1340, 0]], ["stuporous", [5, 1340, 1]], ["dazed", [5, 1340, 2]], ["foggy", [5, 1340, 3]]]}, {"answer": "groovy", "hint": "synonyms for groovy", "clues": [["nifty", [5, 1341, 0]], ["swagger", [5, 1341, 1]], ["great", [5, 1341, 2]], ["not bad", [5, 1341, 3]], ["bang-up", [5, 1341, 4]], ["cracking", [5, 1341, 5]], ["smashing", [5, 1341, 6]], ["swell", [5, 1341, 7]], ["neat", [5, 1341, 8]], ["bully", [5, 1341, 9]], ["peachy", [5, 1341, 10]], ["dandy", [5, 1341, 11]], ["keen", [5, 1341, 12]], ["corking", [5, 1341, 13]], ["slap-up", [5, 1341, 14]]]}, {"answer": "gross", "hint": "synonyms for gross", "clues": [["glaring", [5, 1342, 0]], ["porcine", [5, 1342, 1]], ["earthy", [5, 1342, 2]], ["double-dyed", [5, 1342, 3]], ["egregious", [5, 1342, 4]], ["arrant", [5, 1342, 5]], ["utter", [5, 1342, 6]], ["megascopic", [5, 1342, 7]], ["stark", [5, 1342, 8]], ["crude", [5, 1342, 9]], ["vulgar", [5, 1342, 10]], ["pure", [5, 1342, 11]], ["unadulterated", [5, 1342, 12]], ["rank", [5, 1342, 13]], ["crying", [5, 1342, 14]], ["thoroughgoing", [5, 1342, 15]], ["flagrant", [5, 1342, 16]], ["everlasting", [5, 1342, 17]], ["staring", [5, 1342, 18]], ["consummate", [5, 1342, 19]], ["sodding", [5, 1342, 20]], ["complete", [5, 1342, 21]], ["perfect", [5, 1342, 22]]]}, {"answer": "grouchy", "hint": "synonyms for grouchy", "clues": [["crabbed", [5, 1343, 0]], ["fussy", [5, 1343, 1]], ["cross", [5, 1343, 2]], ["grumpy", [5, 1343, 3]], ["crabby", [5, 1343, 4]], ["bad-tempered", [5, 1343, 5]], ["ill-tempered", [5, 1343, 6]]]}, {"answer": "groundless", "hint": "synonyms for groundless", "clues": [["unfounded", [5, 1344, 0]], ["baseless", [5, 1344, 1]], ["wild", [5, 1344, 2]], ["unwarranted", [5, 1344, 3]], ["idle", [5, 1344, 4]]]}, {"answer": "groveling", "hint": "synonyms for groveling", "clues": [["wormy", [5, 1345, 0]], ["cringing", [5, 1345, 1]], ["wormlike", [5, 1345, 2]], ["grovelling", [5, 1345, 3]]]}, {"answer": "grovelling", "hint": "synonyms for grovelling", "clues": [["wormy", [5, 1346, 0]], ["cringing", [5, 1346, 1]], ["wormlike", [5, 1346, 2]], ["groveling", [5, 1346, 3]]]}, {"answer": "grown", "hint": "synonyms for grown", "clues": [["adult", [5, 1347, 0]], ["grownup", [5, 1347, 1]], ["full-grown", [5, 1347, 2]], ["big", [5, 1347, 3]]]}, {"answer": "grownup", "hint": "synonyms for grownup", "clues": [["adult", [5, 1348, 0]], ["full-grown", [5, 1348, 1]], ["grown", [5, 1348, 2]], ["big", [5, 1348, 3]]]}, {"answer": "grubby", "hint": "synonyms for grubby", "clues": [["dingy", [5, 1349, 0]], ["raunchy", [5, 1349, 1]], ["begrimed", [5, 1349, 2]], ["grimy", [5, 1349, 3]], ["grungy", [5, 1349, 4]]]}, {"answer": "grueling", "hint": "synonyms for grueling", "clues": [["heavy", [5, 1350, 0]], ["toilsome", [5, 1350, 1]], ["arduous", [5, 1350, 2]], ["laborious", [5, 1350, 3]], ["backbreaking", [5, 1350, 4]], ["operose", [5, 1350, 5]], ["punishing", [5, 1350, 6]], ["gruelling", [5, 1350, 7]], ["hard", [5, 1350, 8]]]}, {"answer": "gruelling", "hint": "synonyms for gruelling", "clues": [["heavy", [5, 1351, 0]], ["toilsome", [5, 1351, 1]], ["arduous", [5, 1351, 2]], ["grueling", [5, 1351, 3]], ["laborious", [5, 1351, 4]], ["backbreaking", [5, 1351, 5]], ["operose", [5, 1351, 6]], ["punishing", [5, 1351, 7]], ["hard", [5, 1351, 8]]]}, {"answer": "gruesome", "hint": "synonyms for gruesome", "clues": [["grisly", [5, 1352, 0]], ["macabre", [5, 1352, 1]], ["grim", [5, 1352, 2]], ["sick", [5, 1352, 3]], ["ghastly", [5, 1352, 4]]]}, {"answer": "gruff", "hint": "synonyms for gruff", "clues": [["crusty", [5, 1353, 0]], ["curmudgeonly", [5, 1353, 1]], ["husky", [5, 1353, 2]], ["ill-humoured", [5, 1353, 3]], ["hoarse", [5, 1353, 4]]]}, {"answer": "grumpy", "hint": "synonyms for grumpy", "clues": [["crabbed", [5, 1354, 0]], ["fussy", [5, 1354, 1]], ["grouchy", [5, 1354, 2]], ["cross", [5, 1354, 3]], ["crabby", [5, 1354, 4]], ["bad-tempered", [5, 1354, 5]], ["ill-tempered", [5, 1354, 6]]]}, {"answer": "grungy", "hint": "synonyms for grungy", "clues": [["dingy", [5, 1355, 0]], ["raunchy", [5, 1355, 1]], ["begrimed", [5, 1355, 2]], ["grimy", [5, 1355, 3]], ["grubby", [5, 1355, 4]]]}, {"answer": "guileful", "hint": "synonyms for guileful", "clues": [["cunning", [5, 1356, 0]], ["sly", [5, 1356, 1]], ["tricksy", [5, 1356, 2]], ["crafty", [5, 1356, 3]], ["foxy", [5, 1356, 4]], ["slick", [5, 1356, 5]], ["dodgy", [5, 1356, 6]], ["knavish", [5, 1356, 7]], ["wily", [5, 1356, 8]]]}, {"answer": "gummy", "hint": "synonyms for gummy", "clues": [["gluey", [5, 1357, 0]], ["mucilaginous", [5, 1357, 1]], ["viscous", [5, 1357, 2]], ["pasty", [5, 1357, 3]], ["gummed", [5, 1357, 4]], ["glutinous", [5, 1357, 5]], ["viscid", [5, 1357, 6]], ["sticky", [5, 1357, 7]]]}, {"answer": "gushing", "hint": "synonyms for gushing", "clues": [["burbly", [5, 1358, 0]], ["gushy", [5, 1358, 1]], ["pouring", [5, 1358, 2]], ["effusive", [5, 1358, 3]], ["burbling", [5, 1358, 4]]]}, {"answer": "habilimented", "hint": "synonyms for habilimented", "clues": [["dressed", [5, 1359, 0]], ["garmented", [5, 1359, 1]], ["garbed", [5, 1359, 2]], ["robed", [5, 1359, 3]], ["attired", [5, 1359, 4]], ["appareled", [5, 1359, 5]]]}, {"answer": "hackneyed", "hint": "synonyms for hackneyed", "clues": [["trite", [5, 1360, 0]], ["stock", [5, 1360, 1]], ["timeworn", [5, 1360, 2]], ["banal", [5, 1360, 3]], ["shopworn", [5, 1360, 4]], ["old-hat", [5, 1360, 5]], ["threadbare", [5, 1360, 6]], ["tired", [5, 1360, 7]], ["well-worn", [5, 1360, 8]], ["commonplace", [5, 1360, 9]]]}, {"answer": "haggard", "hint": "synonyms for haggard", "clues": [["cadaverous", [5, 1361, 0]], ["wasted", [5, 1361, 1]], ["pinched", [5, 1361, 2]], ["drawn", [5, 1361, 3]], ["emaciated", [5, 1361, 4]], ["careworn", [5, 1361, 5]], ["gaunt", [5, 1361, 6]], ["bony", [5, 1361, 7]], ["worn", [5, 1361, 8]], ["skeletal", [5, 1361, 9]], ["raddled", [5, 1361, 10]]]}, {"answer": "half-baked", "hint": "synonyms for half-baked", "clues": [["underdone", [5, 1362, 0]], ["crazy", [5, 1362, 1]], ["softheaded", [5, 1362, 2]], ["screwball", [5, 1362, 3]]]}, {"answer": "half-dozen", "hint": "synonyms for half-dozen", "clues": [["vi", [5, 1363, 0]], ["6", [5, 1363, 1]], ["half dozen", [5, 1363, 2]], ["six", [5, 1363, 3]]]}, {"answer": "half_dozen", "hint": "synonyms for half dozen", "clues": [["vi", [5, 1364, 0]], ["6", [5, 1364, 1]], ["half-dozen", [5, 1364, 2]], ["six", [5, 1364, 3]]]}, {"answer": "halt", "hint": "synonyms for halt", "clues": [["game", [5, 1365, 0]], ["lame", [5, 1365, 1]], ["gimpy", [5, 1365, 2]], ["crippled", [5, 1365, 3]], ["halting", [5, 1365, 4]]]}, {"answer": "halting", "hint": "synonyms for halting", "clues": [["halt", [5, 1366, 0]], ["game", [5, 1366, 1]], ["lame", [5, 1366, 2]], ["gimpy", [5, 1366, 3]], ["crippled", [5, 1366, 4]]]}, {"answer": "ham-fisted", "hint": "synonyms for ham-fisted", "clues": [["handless", [5, 1367, 0]], ["bumbling", [5, 1367, 1]], ["butterfingered", [5, 1367, 2]], ["left-handed", [5, 1367, 3]], ["bungling", [5, 1367, 4]], ["ham-handed", [5, 1367, 5]], ["heavy-handed", [5, 1367, 6]]]}, {"answer": "ham-handed", "hint": "synonyms for ham-handed", "clues": [["handless", [5, 1368, 0]], ["bumbling", [5, 1368, 1]], ["butterfingered", [5, 1368, 2]], ["left-handed", [5, 1368, 3]], ["bungling", [5, 1368, 4]], ["ham-fisted", [5, 1368, 5]], ["heavy-handed", [5, 1368, 6]]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["butterfingered", [5, 1369, 0]], ["bumbling", [5, 1369, 1]], ["ham-fisted", [5, 1369, 2]], ["left-handed", [5, 1369, 3]], ["bungling", [5, 1369, 4]], ["ham-handed", [5, 1369, 5]], ["heavy-handed", [5, 1369, 6]]]}, {"answer": "handsome", "hint": "synonyms for handsome", "clues": [["freehanded", [5, 1370, 0]], ["good-looking", [5, 1370, 1]], ["bountiful", [5, 1370, 2]], ["fine-looking", [5, 1370, 3]], ["well-favored", [5, 1370, 4]], ["giving", [5, 1370, 5]], ["big", [5, 1370, 6]], ["bighearted", [5, 1370, 7]], ["better-looking", [5, 1370, 8]], ["bounteous", [5, 1370, 9]], ["openhanded", [5, 1370, 10]], ["liberal", [5, 1370, 11]]]}, {"answer": "haphazard", "hint": "synonyms for haphazard", "clues": [["sloppy", [5, 1371, 0]], ["slapdash", [5, 1371, 1]], ["hit-or-miss", [5, 1371, 2]], ["slipshod", [5, 1371, 3]]]}, {"answer": "hapless", "hint": "synonyms for hapless", "clues": [["pathetic", [5, 1372, 0]], ["miserable", [5, 1372, 1]], ["pitiable", [5, 1372, 2]], ["pitiful", [5, 1372, 3]], ["wretched", [5, 1372, 4]], ["piteous", [5, 1372, 5]], ["poor", [5, 1372, 6]], ["misfortunate", [5, 1372, 7]]]}, {"answer": "happy-go-lucky", "hint": "synonyms for happy-go-lucky", "clues": [["carefree", [5, 1373, 0]], ["devil-may-care", [5, 1373, 1]], ["freewheeling", [5, 1373, 2]], ["harum-scarum", [5, 1373, 3]], ["slaphappy", [5, 1373, 4]]]}, {"answer": "harassed", "hint": "synonyms for harassed", "clues": [["annoyed", [5, 1374, 0]], ["vexed", [5, 1374, 1]], ["harried", [5, 1374, 2]], ["pestered", [5, 1374, 3]]]}, {"answer": "hard", "hint": "synonyms for hard", "clues": [["heavy", [5, 1375, 0]], ["surd", [5, 1375, 1]], ["concentrated", [5, 1375, 2]], ["knockout", [5, 1375, 3]], ["arduous", [5, 1375, 4]], ["grueling", [5, 1375, 5]], ["laborious", [5, 1375, 6]], ["backbreaking", [5, 1375, 7]], ["operose", [5, 1375, 8]], ["punishing", [5, 1375, 9]], ["strong", [5, 1375, 10]], ["toilsome", [5, 1375, 11]], ["unvoiced", [5, 1375, 12]], ["intemperate", [5, 1375, 13]], ["tough", [5, 1375, 14]], ["severe", [5, 1375, 15]], ["difficult", [5, 1375, 16]], ["voiceless", [5, 1375, 17]]]}, {"answer": "hard-boiled", "hint": "synonyms for hard-boiled", "clues": [["case-hardened", [5, 1376, 0]], ["hardened", [5, 1376, 1]], ["hard-bitten", [5, 1376, 2]], ["pugnacious", [5, 1376, 3]]]}, {"answer": "hard_up", "hint": "synonyms for hard up", "clues": [["in straitened circumstances", [5, 1377, 0]], ["impecunious", [5, 1377, 1]], ["penniless", [5, 1377, 2]], ["penurious", [5, 1377, 3]], ["pinched", [5, 1377, 4]]]}, {"answer": "hardened", "hint": "synonyms for hardened", "clues": [["treated", [5, 1378, 0]], ["tempered", [5, 1378, 1]], ["enured", [5, 1378, 2]], ["case-hardened", [5, 1378, 3]], ["inured", [5, 1378, 4]], ["hard-boiled", [5, 1378, 5]], ["set", [5, 1378, 6]], ["toughened", [5, 1378, 7]]]}, {"answer": "hardheaded", "hint": "synonyms for hardheaded", "clues": [["mulish", [5, 1379, 0]], ["practical", [5, 1379, 1]], ["pragmatic", [5, 1379, 2]], ["hard-nosed", [5, 1379, 3]]]}, {"answer": "hardy", "hint": "synonyms for hardy", "clues": [["intrepid", [5, 1380, 0]], ["stout", [5, 1380, 1]], ["stalwart", [5, 1380, 2]], ["dauntless", [5, 1380, 3]], ["unfearing", [5, 1380, 4]], ["audacious", [5, 1380, 5]], ["sturdy", [5, 1380, 6]], ["fearless", [5, 1380, 7]], ["brave", [5, 1380, 8]]]}, {"answer": "harmonic", "hint": "synonyms for harmonic", "clues": [["sympathetic", [5, 1381, 0]], ["harmonized", [5, 1381, 1]], ["consonant", [5, 1381, 2]], ["harmonical", [5, 1381, 3]]]}, {"answer": "harried", "hint": "synonyms for harried", "clues": [["annoyed", [5, 1382, 0]], ["vexed", [5, 1382, 1]], ["harassed", [5, 1382, 2]], ["pestered", [5, 1382, 3]]]}, {"answer": "harrowing", "hint": "synonyms for harrowing", "clues": [["excruciating", [5, 1383, 0]], ["agonizing", [5, 1383, 1]], ["torturesome", [5, 1383, 2]], ["torturing", [5, 1383, 3]], ["torturous", [5, 1383, 4]]]}, {"answer": "harum-scarum", "hint": "synonyms for harum-scarum", "clues": [["carefree", [5, 1384, 0]], ["devil-may-care", [5, 1384, 1]], ["freewheeling", [5, 1384, 2]], ["happy-go-lucky", [5, 1384, 3]], ["slaphappy", [5, 1384, 4]]]}, {"answer": "hasty", "hint": "synonyms for hasty", "clues": [["precipitant", [5, 1385, 0]], ["precipitous", [5, 1385, 1]], ["headlong", [5, 1385, 2]], ["overhasty", [5, 1385, 3]]]}, {"answer": "haughty", "hint": "synonyms for haughty", "clues": [["disdainful", [5, 1386, 0]], ["lordly", [5, 1386, 1]], ["prideful", [5, 1386, 2]], ["swaggering", [5, 1386, 3]], ["sniffy", [5, 1386, 4]], ["supercilious", [5, 1386, 5]], ["imperious", [5, 1386, 6]], ["overbearing", [5, 1386, 7]]]}, {"answer": "hawk-eyed", "hint": "synonyms for hawk-eyed", "clues": [["quick-sighted", [5, 1387, 0]], ["argus-eyed", [5, 1387, 1]], ["sharp-sighted", [5, 1387, 2]], ["lynx-eyed", [5, 1387, 3]], ["keen-sighted", [5, 1387, 4]], ["sharp-eyed", [5, 1387, 5]]]}, {"answer": "haywire", "hint": "synonyms for haywire", "clues": [["round the bend", [5, 1388, 0]], ["loco", [5, 1388, 1]], ["balmy", [5, 1388, 2]], ["bonkers", [5, 1388, 3]], ["loony", [5, 1388, 4]], ["barmy", [5, 1388, 5]], ["buggy", [5, 1388, 6]], ["nutty", [5, 1388, 7]], ["kookie", [5, 1388, 8]], ["wrong", [5, 1388, 9]], ["dotty", [5, 1388, 10]], ["awry", [5, 1388, 11]], ["daft", [5, 1388, 12]], ["fruity", [5, 1388, 13]], ["bats", [5, 1388, 14]], ["nuts", [5, 1388, 15]], ["kooky", [5, 1388, 16]], ["crackers", [5, 1388, 17]], ["loopy", [5, 1388, 18]], ["batty", [5, 1388, 19]], ["whacky", [5, 1388, 20]], ["amiss", [5, 1388, 21]], ["cracked", [5, 1388, 22]]]}, {"answer": "hazy", "hint": "synonyms for hazy", "clues": [["blurry", [5, 1389, 0]], ["foggy", [5, 1389, 1]], ["brumous", [5, 1389, 2]], ["blurred", [5, 1389, 3]], ["muzzy", [5, 1389, 4]], ["misty", [5, 1389, 5]], ["bleary", [5, 1389, 6]], ["fuzzy", [5, 1389, 7]]]}, {"answer": "heady", "hint": "synonyms for heady", "clues": [["rash", [5, 1390, 0]], ["foolhardy", [5, 1390, 1]], ["wise", [5, 1390, 2]], ["judicious", [5, 1390, 3]], ["intoxicating", [5, 1390, 4]], ["reckless", [5, 1390, 5]]]}, {"answer": "healing", "hint": "synonyms for healing", "clues": [["remedial", [5, 1391, 0]], ["sanative", [5, 1391, 1]], ["therapeutic", [5, 1391, 2]], ["alterative", [5, 1391, 3]], ["curative", [5, 1391, 4]]]}, {"answer": "healthier", "hint": "synonyms for healthier", "clues": [["fitter", [5, 1392, 0]], ["healthy", [5, 1392, 1]], ["goodish", [5, 1392, 2]], ["hefty", [5, 1392, 3]], ["sound", [5, 1392, 4]], ["salubrious", [5, 1392, 5]], ["intelligent", [5, 1392, 6]], ["level-headed", [5, 1392, 7]], ["sizeable", [5, 1392, 8]], ["goodly", [5, 1392, 9]], ["tidy", [5, 1392, 10]], ["good for you", [5, 1392, 11]], ["respectable", [5, 1392, 12]]]}, {"answer": "healthy", "hint": "synonyms for healthy", "clues": [["goodly", [5, 1393, 0]], ["sizable", [5, 1393, 1]], ["goodish", [5, 1393, 2]], ["hefty", [5, 1393, 3]], ["sound", [5, 1393, 4]], ["tidy", [5, 1393, 5]], ["salubrious", [5, 1393, 6]], ["intelligent", [5, 1393, 7]], ["level-headed", [5, 1393, 8]], ["good for you", [5, 1393, 9]], ["respectable", [5, 1393, 10]]]}, {"answer": "hearty", "hint": "synonyms for hearty", "clues": [["lusty", [5, 1394, 0]], ["red-blooded", [5, 1394, 1]], ["full-blooded", [5, 1394, 2]], ["solid", [5, 1394, 3]], ["satisfying", [5, 1394, 4]], ["substantial", [5, 1394, 5]], ["square", [5, 1394, 6]]]}, {"answer": "heavy", "hint": "synonyms for heavy", "clues": [["cloggy", [5, 1395, 0]], ["laboured", [5, 1395, 1]], ["great", [5, 1395, 2]], ["enceinte", [5, 1395, 3]], ["arduous", [5, 1395, 4]], ["sound", [5, 1395, 5]], ["clayey", [5, 1395, 6]], ["threatening", [5, 1395, 7]], ["backbreaking", [5, 1395, 8]], ["grievous", [5, 1395, 9]], ["wakeless", [5, 1395, 10]], ["dense", [5, 1395, 11]], ["expectant", [5, 1395, 12]], ["big", [5, 1395, 13]], ["impenetrable", [5, 1395, 14]], ["overweight", [5, 1395, 15]], ["ponderous", [5, 1395, 16]], ["hard", [5, 1395, 17]], ["grueling", [5, 1395, 18]], ["laborious", [5, 1395, 19]], ["profound", [5, 1395, 20]], ["operose", [5, 1395, 21]], ["punishing", [5, 1395, 22]], ["weighed down", [5, 1395, 23]], ["fleshy", [5, 1395, 24]], ["sonorous", [5, 1395, 25]], ["toilsome", [5, 1395, 26]], ["with child", [5, 1395, 27]], ["lowering", [5, 1395, 28]], ["intemperate", [5, 1395, 29]], ["sullen", [5, 1395, 30]], ["gravid", [5, 1395, 31]], ["grave", [5, 1395, 32]], ["large", [5, 1395, 33]], ["lumbering", [5, 1395, 34]], ["leaden", [5, 1395, 35]], ["weighty", [5, 1395, 36]]]}, {"answer": "heavy-handed", "hint": "synonyms for heavy-handed", "clues": [["butterfingered", [5, 1396, 0]], ["handless", [5, 1396, 1]], ["bumbling", [5, 1396, 2]], ["ham-fisted", [5, 1396, 3]], ["left-handed", [5, 1396, 4]], ["bungling", [5, 1396, 5]], ["ham-handed", [5, 1396, 6]], ["roughshod", [5, 1396, 7]]]}, {"answer": "heavyset", "hint": "synonyms for heavyset", "clues": [["thickset", [5, 1397, 0]], ["thick", [5, 1397, 1]], ["stocky", [5, 1397, 2]], ["compact", [5, 1397, 3]]]}, {"answer": "heedful", "hint": "synonyms for heedful", "clues": [["advertent", [5, 1398, 0]], ["attentive", [5, 1398, 1]], ["careful", [5, 1398, 2]], ["thoughtful", [5, 1398, 3]], ["paying attention", [5, 1398, 4]]]}, {"answer": "hefty", "hint": "synonyms for hefty", "clues": [["goodly", [5, 1399, 0]], ["sizable", [5, 1399, 1]], ["goodish", [5, 1399, 2]], ["tidy", [5, 1399, 3]], ["powerful", [5, 1399, 4]], ["sinewy", [5, 1399, 5]], ["muscular", [5, 1399, 6]], ["brawny", [5, 1399, 7]], ["healthy", [5, 1399, 8]], ["respectable", [5, 1399, 9]]]}, {"answer": "helical", "hint": "synonyms for helical", "clues": [["whorled", [5, 1400, 0]], ["volute", [5, 1400, 1]], ["turbinate", [5, 1400, 2]], ["spiraling", [5, 1400, 3]], ["coiling", [5, 1400, 4]]]}, {"answer": "hellish", "hint": "synonyms for hellish", "clues": [["diabolical", [5, 1401, 0]], ["demonic", [5, 1401, 1]], ["god-awful", [5, 1401, 2]], ["unholy", [5, 1401, 3]], ["beastly", [5, 1401, 4]], ["fiendish", [5, 1401, 5]], ["satanic", [5, 1401, 6]], ["infernal", [5, 1401, 7]]]}, {"answer": "hereditary", "hint": "synonyms for hereditary", "clues": [["familial", [5, 1402, 0]], ["genetic", [5, 1402, 1]], ["transmissible", [5, 1402, 2]], ["ancestral", [5, 1402, 3]], ["transmitted", [5, 1402, 4]], ["patrimonial", [5, 1402, 5]], ["inherited", [5, 1402, 6]]]}, {"answer": "heroic", "hint": "synonyms for heroic", "clues": [["expansive", [5, 1403, 0]], ["epic", [5, 1403, 1]], ["heroical", [5, 1403, 2]], ["desperate", [5, 1403, 3]], ["grand", [5, 1403, 4]], ["larger-than-life", [5, 1403, 5]]]}, {"answer": "hidden", "hint": "synonyms for hidden", "clues": [["out of sight", [5, 1404, 0]], ["obscure", [5, 1404, 1]], ["secret", [5, 1404, 2]], ["concealed", [5, 1404, 3]]]}, {"answer": "hideous", "hint": "synonyms for hideous", "clues": [["horrific", [5, 1405, 0]], ["outrageous", [5, 1405, 1]], ["horrid", [5, 1405, 2]], ["repulsive", [5, 1405, 3]]]}, {"answer": "hifalutin", "hint": "synonyms for hifalutin", "clues": [["hoity-toity", [5, 1406, 0]], ["highfalutin", [5, 1406, 1]], ["grandiose", [5, 1406, 2]], ["la-di-da", [5, 1406, 3]]]}, {"answer": "higgledy-piggledy", "hint": "synonyms for higgledy-piggledy", "clues": [["disorderly", [5, 1407, 0]], ["topsy-turvy", [5, 1407, 1]], ["jumbled", [5, 1407, 2]], ["hugger-mugger", [5, 1407, 3]]]}, {"answer": "high", "hint": "synonyms for high", "clues": [["gamy", [5, 1408, 0]], ["eminent", [5, 1408, 1]], ["high-pitched", [5, 1408, 2]], ["mellow", [5, 1408, 3]], ["in high spirits", [5, 1408, 4]]]}, {"answer": "high-and-mighty", "hint": "synonyms for high-and-mighty", "clues": [["dominating", [5, 1409, 0]], ["peremptory", [5, 1409, 1]], ["autocratic", [5, 1409, 2]], ["bossy", [5, 1409, 3]], ["magisterial", [5, 1409, 4]]]}, {"answer": "high-flown", "hint": "synonyms for high-flown", "clues": [["grand", [5, 1410, 0]], ["sublime", [5, 1410, 1]], ["elevated", [5, 1410, 2]], ["rarified", [5, 1410, 3]], ["noble-minded", [5, 1410, 4]], ["inflated", [5, 1410, 5]], ["lofty", [5, 1410, 6]], ["high-sounding", [5, 1410, 7]], ["idealistic", [5, 1410, 8]], ["high-minded", [5, 1410, 9]], ["exalted", [5, 1410, 10]]]}, {"answer": "high-minded", "hint": "synonyms for high-minded", "clues": [["grand", [5, 1411, 0]], ["sublime", [5, 1411, 1]], ["elevated", [5, 1411, 2]], ["rarified", [5, 1411, 3]], ["high-flown", [5, 1411, 4]], ["exalted", [5, 1411, 5]], ["noble-minded", [5, 1411, 6]], ["lofty", [5, 1411, 7]], ["idealistic", [5, 1411, 8]]]}, {"answer": "high-power", "hint": "synonyms for high-power", "clues": [["high-voltage", [5, 1412, 0]], ["high-powered", [5, 1412, 1]], ["high-energy", [5, 1412, 2]], ["high-octane", [5, 1412, 3]]]}, {"answer": "high-powered", "hint": "synonyms for high-powered", "clues": [["high-voltage", [5, 1413, 0]], ["high-power", [5, 1413, 1]], ["high-energy", [5, 1413, 2]], ["high-octane", [5, 1413, 3]]]}, {"answer": "high-strung", "hint": "synonyms for high-strung", "clues": [["jumpy", [5, 1414, 0]], ["uptight", [5, 1414, 1]], ["edgy", [5, 1414, 2]], ["restive", [5, 1414, 3]], ["overstrung", [5, 1414, 4]], ["highly strung", [5, 1414, 5]], ["nervy", [5, 1414, 6]], ["jittery", [5, 1414, 7]]]}, {"answer": "high-voltage", "hint": "synonyms for high-voltage", "clues": [["high-energy", [5, 1415, 0]], ["high-power", [5, 1415, 1]], ["high-octane", [5, 1415, 2]], ["high-potential", [5, 1415, 3]]]}, {"answer": "higher", "hint": "synonyms for higher", "clues": [["gamy", [5, 1416, 0]], ["high", [5, 1416, 1]], ["eminent", [5, 1416, 2]], ["high-pitched", [5, 1416, 3]], ["mellow", [5, 1416, 4]], ["in high spirits", [5, 1416, 5]]]}, {"answer": "highfalutin", "hint": "synonyms for highfalutin", "clues": [["hoity-toity", [5, 1417, 0]], ["highfaluting", [5, 1417, 1]], ["grandiose", [5, 1417, 2]], ["la-di-da", [5, 1417, 3]]]}, {"answer": "highfaluting", "hint": "synonyms for highfaluting", "clues": [["hoity-toity", [5, 1418, 0]], ["highfalutin", [5, 1418, 1]], ["grandiose", [5, 1418, 2]], ["la-di-da", [5, 1418, 3]]]}, {"answer": "highly_strung", "hint": "synonyms for highly strung", "clues": [["jumpy", [5, 1419, 0]], ["uptight", [5, 1419, 1]], ["edgy", [5, 1419, 2]], ["restive", [5, 1419, 3]], ["overstrung", [5, 1419, 4]], ["high-strung", [5, 1419, 5]], ["nervy", [5, 1419, 6]], ["jittery", [5, 1419, 7]]]}, {"answer": "ho-hum", "hint": "synonyms for ho-hum", "clues": [["irksome", [5, 1420, 0]], ["dull", [5, 1420, 1]], ["deadening", [5, 1420, 2]], ["tedious", [5, 1420, 3]], ["slow", [5, 1420, 4]], ["tiresome", [5, 1420, 5]], ["boring", [5, 1420, 6]], ["wearisome", [5, 1420, 7]]]}, {"answer": "hoar", "hint": "synonyms for hoar", "clues": [["gray", [5, 1421, 0]], ["hoary", [5, 1421, 1]], ["white-haired", [5, 1421, 2]], ["grizzly", [5, 1421, 3]], ["gray-headed", [5, 1421, 4]], ["gray-haired", [5, 1421, 5]], ["grey", [5, 1421, 6]]]}, {"answer": "hoary", "hint": "synonyms for hoary", "clues": [["gray", [5, 1422, 0]], ["white-haired", [5, 1422, 1]], ["hoar", [5, 1422, 2]], ["grizzly", [5, 1422, 3]], ["canescent", [5, 1422, 4]], ["gray-headed", [5, 1422, 5]], ["gray-haired", [5, 1422, 6]], ["grey", [5, 1422, 7]], ["rusty", [5, 1422, 8]]]}, {"answer": "hoggish", "hint": "synonyms for hoggish", "clues": [["piggish", [5, 1423, 0]], ["porcine", [5, 1423, 1]], ["swinish", [5, 1423, 2]], ["piggy", [5, 1423, 3]]]}, {"answer": "hokey", "hint": "synonyms for hokey", "clues": [["drippy", [5, 1424, 0]], ["mawkish", [5, 1424, 1]], ["slushy", [5, 1424, 2]], ["contrived", [5, 1424, 3]], ["kitschy", [5, 1424, 4]], ["artificial", [5, 1424, 5]], ["stilted", [5, 1424, 6]], ["schmaltzy", [5, 1424, 7]], ["maudlin", [5, 1424, 8]], ["sentimental", [5, 1424, 9]], ["bathetic", [5, 1424, 10]], ["soupy", [5, 1424, 11]], ["mushy", [5, 1424, 12]], ["soppy", [5, 1424, 13]]]}, {"answer": "hole-and-corner", "hint": "synonyms for hole-and-corner", "clues": [["clandestine", [5, 1425, 0]], ["undercover", [5, 1425, 1]], ["hush-hush", [5, 1425, 2]], ["surreptitious", [5, 1425, 3]], ["hole-in-corner", [5, 1425, 4]], ["secret", [5, 1425, 5]], ["hugger-mugger", [5, 1425, 6]], ["underground", [5, 1425, 7]], ["cloak-and-dagger", [5, 1425, 8]]]}, {"answer": "holier-than-thou", "hint": "synonyms for holier-than-thou", "clues": [["pietistic", [5, 1426, 0]], ["self-righteous", [5, 1426, 1]], ["pharisaical", [5, 1426, 2]], ["sanctimonious", [5, 1426, 3]]]}, {"answer": "homespun", "hint": "synonyms for homespun", "clues": [["folksy", [5, 1427, 0]], ["nubbly", [5, 1427, 1]], ["tweedy", [5, 1427, 2]], ["slubbed", [5, 1427, 3]], ["cracker-barrel", [5, 1427, 4]]]}, {"answer": "honest", "hint": "synonyms for honest", "clues": [["honorable", [5, 1428, 0]], ["dependable", [5, 1428, 1]], ["good", [5, 1428, 2]], ["fair", [5, 1428, 3]], ["reliable", [5, 1428, 4]], ["true", [5, 1428, 5]]]}, {"answer": "honeyed", "hint": "synonyms for honeyed", "clues": [["honied", [5, 1429, 0]], ["dulcet", [5, 1429, 1]], ["syrupy", [5, 1429, 2]], ["sweet", [5, 1429, 3]], ["mellisonant", [5, 1429, 4]], ["mellifluous", [5, 1429, 5]]]}, {"answer": "honorable", "hint": "synonyms for honorable", "clues": [["honourable", [5, 1430, 0]], ["estimable", [5, 1430, 1]], ["honest", [5, 1430, 2]], ["respectable", [5, 1430, 3]], ["ethical", [5, 1430, 4]], ["good", [5, 1430, 5]]]}, {"answer": "hooked", "hint": "synonyms for hooked", "clues": [["drug-addicted", [5, 1431, 0]], ["dependent", [5, 1431, 1]], ["strung-out", [5, 1431, 2]], ["hooklike", [5, 1431, 3]], ["aquiline", [5, 1431, 4]]]}, {"answer": "horny", "hint": "synonyms for horny", "clues": [["steamy", [5, 1432, 0]], ["aroused", [5, 1432, 1]], ["corneous", [5, 1432, 2]], ["ruttish", [5, 1432, 3]], ["turned on", [5, 1432, 4]], ["randy", [5, 1432, 5]], ["hornlike", [5, 1432, 6]]]}, {"answer": "horrendous", "hint": "synonyms for horrendous", "clues": [["fearful", [5, 1433, 0]], ["terrible", [5, 1433, 1]], ["dire", [5, 1433, 2]], ["direful", [5, 1433, 3]], ["dread", [5, 1433, 4]], ["frightening", [5, 1433, 5]], ["fearsome", [5, 1433, 6]], ["dreaded", [5, 1433, 7]], ["dreadful", [5, 1433, 8]], ["horrific", [5, 1433, 9]], ["awful", [5, 1433, 10]]]}, {"answer": "horrible", "hint": "synonyms for horrible", "clues": [["horrifying", [5, 1434, 0]], ["frightful", [5, 1434, 1]], ["ugly", [5, 1434, 2]], ["atrocious", [5, 1434, 3]]]}, {"answer": "horrific", "hint": "synonyms for horrific", "clues": [["fearful", [5, 1435, 0]], ["terrible", [5, 1435, 1]], ["dire", [5, 1435, 2]], ["outrageous", [5, 1435, 3]], ["horrid", [5, 1435, 4]], ["direful", [5, 1435, 5]], ["hideous", [5, 1435, 6]], ["dread", [5, 1435, 7]], ["frightening", [5, 1435, 8]], ["fearsome", [5, 1435, 9]], ["dreaded", [5, 1435, 10]], ["dreadful", [5, 1435, 11]], ["awful", [5, 1435, 12]], ["horrendous", [5, 1435, 13]]]}, {"answer": "horrifying", "hint": "synonyms for horrifying", "clues": [["horrible", [5, 1436, 0]], ["frightful", [5, 1436, 1]], ["ugly", [5, 1436, 2]], ["atrocious", [5, 1436, 3]]]}, {"answer": "hot", "hint": "synonyms for hot", "clues": [["raging", [5, 1437, 0]], ["blistering", [5, 1437, 1]], ["red-hot", [5, 1437, 2]], ["spicy", [5, 1437, 3]], ["live", [5, 1437, 4]]]}, {"answer": "hot-tempered", "hint": "synonyms for hot-tempered", "clues": [["quick-tempered", [5, 1438, 0]], ["short-tempered", [5, 1438, 1]], ["hotheaded", [5, 1438, 2]], ["choleric", [5, 1438, 3]], ["irascible", [5, 1438, 4]]]}, {"answer": "hotheaded", "hint": "synonyms for hotheaded", "clues": [["hot-tempered", [5, 1439, 0]], ["tearaway", [5, 1439, 1]], ["quick-tempered", [5, 1439, 2]], ["madcap", [5, 1439, 3]], ["brainish", [5, 1439, 4]], ["impulsive", [5, 1439, 5]], ["impetuous", [5, 1439, 6]], ["choleric", [5, 1439, 7]], ["irascible", [5, 1439, 8]]]}, {"answer": "howling", "hint": "synonyms for howling", "clues": [["marvellous", [5, 1440, 0]], ["fantastic", [5, 1440, 1]], ["wondrous", [5, 1440, 2]], ["wonderful", [5, 1440, 3]], ["rattling", [5, 1440, 4]], ["terrific", [5, 1440, 5]], ["tremendous", [5, 1440, 6]], ["grand", [5, 1440, 7]]]}, {"answer": "huffy", "hint": "synonyms for huffy", "clues": [["feisty", [5, 1441, 0]], ["thin-skinned", [5, 1441, 1]], ["sore", [5, 1441, 2]], ["touchy", [5, 1441, 3]], ["mad", [5, 1441, 4]]]}, {"answer": "hugger-mugger", "hint": "synonyms for hugger-mugger", "clues": [["clandestine", [5, 1442, 0]], ["jumbled", [5, 1442, 1]], ["higgledy-piggledy", [5, 1442, 2]], ["undercover", [5, 1442, 3]], ["disorderly", [5, 1442, 4]], ["hush-hush", [5, 1442, 5]], ["surreptitious", [5, 1442, 6]], ["cloak-and-dagger", [5, 1442, 7]], ["secret", [5, 1442, 8]], ["underground", [5, 1442, 9]], ["topsy-turvy", [5, 1442, 10]], ["hole-and-corner", [5, 1442, 11]]]}, {"answer": "humanist", "hint": "synonyms for humanist", "clues": [["human-centred", [5, 1443, 0]], ["humane", [5, 1443, 1]], ["humanitarian", [5, 1443, 2]], ["humanistic", [5, 1443, 3]]]}, {"answer": "humanistic", "hint": "synonyms for humanistic", "clues": [["human-centred", [5, 1444, 0]], ["humane", [5, 1444, 1]], ["humanitarian", [5, 1444, 2]], ["humanist", [5, 1444, 3]]]}, {"answer": "humble", "hint": "synonyms for humble", "clues": [["lowly", [5, 1445, 0]], ["baseborn", [5, 1445, 1]], ["modest", [5, 1445, 2]], ["menial", [5, 1445, 3]], ["small", [5, 1445, 4]], ["base", [5, 1445, 5]]]}, {"answer": "humbled", "hint": "synonyms for humbled", "clues": [["broken", [5, 1446, 0]], ["crushed", [5, 1446, 1]], ["humiliated", [5, 1446, 2]], ["low", [5, 1446, 3]]]}, {"answer": "humdrum", "hint": "synonyms for humdrum", "clues": [["prosaic", [5, 1447, 0]], ["monotonous", [5, 1447, 1]], ["unglamorous", [5, 1447, 2]], ["commonplace", [5, 1447, 3]]]}, {"answer": "humiliated", "hint": "synonyms for humiliated", "clues": [["broken", [5, 1448, 0]], ["crushed", [5, 1448, 1]], ["embarrassed", [5, 1448, 2]], ["mortified", [5, 1448, 3]], ["humbled", [5, 1448, 4]], ["low", [5, 1448, 5]]]}, {"answer": "humongous", "hint": "synonyms for humongous", "clues": [["walloping", [5, 1449, 0]], ["thumping", [5, 1449, 1]], ["whopping", [5, 1449, 2]], ["banging", [5, 1449, 3]]]}, {"answer": "humpbacked", "hint": "synonyms for humpbacked", "clues": [["kyphotic", [5, 1450, 0]], ["crookbacked", [5, 1450, 1]], ["hunchbacked", [5, 1450, 2]], ["gibbous", [5, 1450, 3]], ["humped", [5, 1450, 4]]]}, {"answer": "humped", "hint": "synonyms for humped", "clues": [["kyphotic", [5, 1451, 0]], ["crookbacked", [5, 1451, 1]], ["hunchbacked", [5, 1451, 2]], ["humpbacked", [5, 1451, 3]], ["gibbous", [5, 1451, 4]]]}, {"answer": "hunchbacked", "hint": "synonyms for hunchbacked", "clues": [["kyphotic", [5, 1452, 0]], ["crookbacked", [5, 1452, 1]], ["humpbacked", [5, 1452, 2]], ["gibbous", [5, 1452, 3]], ["humped", [5, 1452, 4]]]}, {"answer": "hunched", "hint": "synonyms for hunched", "clues": [["stooped", [5, 1453, 0]], ["round-backed", [5, 1453, 1]], ["round-shouldered", [5, 1453, 2]], ["crooked", [5, 1453, 3]], ["stooping", [5, 1453, 4]]]}, {"answer": "hunky-dory", "hint": "synonyms for hunky-dory", "clues": [["all right", [5, 1454, 0]], ["ok", [5, 1454, 1]], ["o.k.", [5, 1454, 2]], ["fine", [5, 1454, 3]], ["okay", [5, 1454, 4]]]}, {"answer": "hush-hush", "hint": "synonyms for hush-hush", "clues": [["clandestine", [5, 1455, 0]], ["undercover", [5, 1455, 1]], ["surreptitious", [5, 1455, 2]], ["secret", [5, 1455, 3]], ["hugger-mugger", [5, 1455, 4]], ["underground", [5, 1455, 5]], ["cloak-and-dagger", [5, 1455, 6]], ["hole-and-corner", [5, 1455, 7]]]}, {"answer": "husky", "hint": "synonyms for husky", "clues": [["beefy", [5, 1456, 0]], ["strapping", [5, 1456, 1]], ["burly", [5, 1456, 2]], ["buirdly", [5, 1456, 3]], ["gruff", [5, 1456, 4]], ["hoarse", [5, 1456, 5]]]}, {"answer": "hypersensitised", "hint": "synonyms for hypersensitised", "clues": [["sensitised", [5, 1457, 0]], ["hypersensitized", [5, 1457, 1]], ["allergic", [5, 1457, 2]], ["supersensitive", [5, 1457, 3]]]}, {"answer": "hypersensitive", "hint": "synonyms for hypersensitive", "clues": [["sensitised", [5, 1458, 0]], ["hypersensitized", [5, 1458, 1]], ["allergic", [5, 1458, 2]], ["supersensitive", [5, 1458, 3]]]}, {"answer": "hypersensitized", "hint": "synonyms for hypersensitized", "clues": [["sensitised", [5, 1459, 0]], ["hypersensitive", [5, 1459, 1]], ["supersensitized", [5, 1459, 2]], ["allergic", [5, 1459, 3]]]}, {"answer": "hypnagogic", "hint": "synonyms for hypnagogic", "clues": [["somniferous", [5, 1460, 0]], ["soporiferous", [5, 1460, 1]], ["somnific", [5, 1460, 2]], ["hypnogogic", [5, 1460, 3]], ["soporific", [5, 1460, 4]]]}, {"answer": "hypnogogic", "hint": "synonyms for hypnogogic", "clues": [["somniferous", [5, 1461, 0]], ["soporiferous", [5, 1461, 1]], ["hypnagogic", [5, 1461, 2]], ["somnific", [5, 1461, 3]], ["soporific", [5, 1461, 4]]]}, {"answer": "hypnotised", "hint": "synonyms for hypnotised", "clues": [["spell-bound", [5, 1462, 0]], ["fascinated", [5, 1462, 1]], ["hypnotized", [5, 1462, 2]], ["mesmerised", [5, 1462, 3]], ["transfixed", [5, 1462, 4]]]}, {"answer": "hypnotized", "hint": "synonyms for hypnotized", "clues": [["spell-bound", [5, 1463, 0]], ["fascinated", [5, 1463, 1]], ["mesmerised", [5, 1463, 2]], ["transfixed", [5, 1463, 3]], ["hypnotised", [5, 1463, 4]]]}, {"answer": "hypothetic", "hint": "synonyms for hypothetic", "clues": [["divinatory", [5, 1464, 0]], ["hypothetical", [5, 1464, 1]], ["supposed", [5, 1464, 2]], ["conjectural", [5, 1464, 3]], ["supposititious", [5, 1464, 4]], ["suppositional", [5, 1464, 5]]]}, {"answer": "hypothetical", "hint": "synonyms for hypothetical", "clues": [["divinatory", [5, 1465, 0]], ["supposed", [5, 1465, 1]], ["conjectural", [5, 1465, 2]], ["supposititious", [5, 1465, 3]], ["hypothetic", [5, 1465, 4]], ["suppositional", [5, 1465, 5]]]}, {"answer": "icky", "hint": "synonyms for icky", "clues": [["rotten", [5, 1466, 0]], ["stinking", [5, 1466, 1]], ["stinky", [5, 1466, 2]], ["lousy", [5, 1466, 3]], ["crappy", [5, 1466, 4]], ["gooey", [5, 1466, 5]], ["shitty", [5, 1466, 6]]]}, {"answer": "icy", "hint": "synonyms for icy", "clues": [["glacial", [5, 1467, 0]], ["gelid", [5, 1467, 1]], ["frozen", [5, 1467, 2]], ["frosty", [5, 1467, 3]], ["frigid", [5, 1467, 4]], ["wintry", [5, 1467, 5]], ["arctic", [5, 1467, 6]], ["polar", [5, 1467, 7]]]}, {"answer": "idealistic", "hint": "synonyms for idealistic", "clues": [["grand", [5, 1468, 0]], ["sublime", [5, 1468, 1]], ["elevated", [5, 1468, 2]], ["rarified", [5, 1468, 3]], ["high-flown", [5, 1468, 4]], ["noble-minded", [5, 1468, 5]], ["lofty", [5, 1468, 6]], ["high-minded", [5, 1468, 7]], ["ideal", [5, 1468, 8]], ["exalted", [5, 1468, 9]]]}, {"answer": "identical", "hint": "synonyms for identical", "clues": [["indistinguishable", [5, 1469, 0]], ["selfsame", [5, 1469, 1]], ["very", [5, 1469, 2]], ["superposable", [5, 1469, 3]], ["monovular", [5, 1469, 4]]]}, {"answer": "idiotic", "hint": "synonyms for idiotic", "clues": [["preposterous", [5, 1470, 0]], ["ludicrous", [5, 1470, 1]], ["laughable", [5, 1470, 2]], ["absurd", [5, 1470, 3]], ["nonsensical", [5, 1470, 4]], ["derisory", [5, 1470, 5]], ["imbecilic", [5, 1470, 6]], ["imbecile", [5, 1470, 7]], ["cockeyed", [5, 1470, 8]], ["crackbrained", [5, 1470, 9]], ["ridiculous", [5, 1470, 10]]]}, {"answer": "idle", "hint": "synonyms for idle", "clues": [["wild", [5, 1471, 0]], ["jobless", [5, 1471, 1]], ["baseless", [5, 1471, 2]], ["unused", [5, 1471, 3]], ["unfounded", [5, 1471, 4]], ["groundless", [5, 1471, 5]], ["loose", [5, 1471, 6]], ["dead", [5, 1471, 7]], ["out of work", [5, 1471, 8]], ["light", [5, 1471, 9]], ["unwarranted", [5, 1471, 10]]]}, {"answer": "igneous", "hint": "synonyms for igneous", "clues": [["fiery", [5, 1472, 0]], ["pyrogenous", [5, 1472, 1]], ["eruptive", [5, 1472, 2]], ["pyrogenic", [5, 1472, 3]]]}, {"answer": "ignominious", "hint": "synonyms for ignominious", "clues": [["opprobrious", [5, 1473, 0]], ["inglorious", [5, 1473, 1]], ["black", [5, 1473, 2]], ["disgraceful", [5, 1473, 3]], ["shameful", [5, 1473, 4]]]}, {"answer": "ignorant", "hint": "synonyms for ignorant", "clues": [["unlettered", [5, 1474, 0]], ["unwitting", [5, 1474, 1]], ["unlearned", [5, 1474, 2]], ["nescient", [5, 1474, 3]], ["illiterate", [5, 1474, 4]], ["unknowledgeable", [5, 1474, 5]], ["unknowing", [5, 1474, 6]]]}, {"answer": "ill-bred", "hint": "synonyms for ill-bred", "clues": [["underbred", [5, 1475, 0]], ["bounderish", [5, 1475, 1]], ["yokelish", [5, 1475, 2]], ["rude", [5, 1475, 3]], ["lowbred", [5, 1475, 4]]]}, {"answer": "ill-chosen", "hint": "synonyms for ill-chosen", "clues": [["awkward", [5, 1476, 0]], ["cumbersome", [5, 1476, 1]], ["inept", [5, 1476, 2]], ["clumsy", [5, 1476, 3]], ["inapt", [5, 1476, 4]]]}, {"answer": "ill-fated", "hint": "synonyms for ill-fated", "clues": [["unlucky", [5, 1477, 0]], ["doomed", [5, 1477, 1]], ["ill-omened", [5, 1477, 2]], ["ill-starred", [5, 1477, 3]]]}, {"answer": "ill-humored", "hint": "synonyms for ill-humored", "clues": [["crusty", [5, 1478, 0]], ["ill-humoured", [5, 1478, 1]], ["curmudgeonly", [5, 1478, 2]], ["gruff", [5, 1478, 3]]]}, {"answer": "ill-humoured", "hint": "synonyms for ill-humoured", "clues": [["crusty", [5, 1479, 0]], ["curmudgeonly", [5, 1479, 1]], ["ill-humored", [5, 1479, 2]], ["gruff", [5, 1479, 3]]]}, {"answer": "ill-mannered", "hint": "synonyms for ill-mannered", "clues": [["rude", [5, 1480, 0]], ["bad-mannered", [5, 1480, 1]], ["unmannered", [5, 1480, 2]], ["unmannerly", [5, 1480, 3]]]}, {"answer": "ill-omened", "hint": "synonyms for ill-omened", "clues": [["unlucky", [5, 1481, 0]], ["doomed", [5, 1481, 1]], ["ill-fated", [5, 1481, 2]], ["ill-starred", [5, 1481, 3]]]}, {"answer": "ill-scented", "hint": "synonyms for ill-scented", "clues": [["smelly", [5, 1482, 0]], ["fetid", [5, 1482, 1]], ["stinking", [5, 1482, 2]], ["noisome", [5, 1482, 3]], ["foul-smelling", [5, 1482, 4]], ["funky", [5, 1482, 5]], ["foul", [5, 1482, 6]]]}, {"answer": "ill-shapen", "hint": "synonyms for ill-shapen", "clues": [["distorted", [5, 1483, 0]], ["malformed", [5, 1483, 1]], ["deformed", [5, 1483, 2]], ["misshapen", [5, 1483, 3]]]}, {"answer": "ill-starred", "hint": "synonyms for ill-starred", "clues": [["unlucky", [5, 1484, 0]], ["doomed", [5, 1484, 1]], ["ill-fated", [5, 1484, 2]], ["ill-omened", [5, 1484, 3]]]}, {"answer": "ill-tempered", "hint": "synonyms for ill-tempered", "clues": [["crabbed", [5, 1485, 0]], ["fussy", [5, 1485, 1]], ["grouchy", [5, 1485, 2]], ["cross", [5, 1485, 3]], ["grumpy", [5, 1485, 4]], ["crabby", [5, 1485, 5]], ["bad-tempered", [5, 1485, 6]]]}, {"answer": "ill-used", "hint": "synonyms for ill-used", "clues": [["victimized", [5, 1486, 0]], ["used", [5, 1486, 1]], ["exploited", [5, 1486, 2]], ["put-upon", [5, 1486, 3]]]}, {"answer": "illogical", "hint": "synonyms for illogical", "clues": [["unlogical", [5, 1487, 0]], ["confused", [5, 1487, 1]], ["disconnected", [5, 1487, 2]], ["unconnected", [5, 1487, 3]], ["disjointed", [5, 1487, 4]], ["garbled", [5, 1487, 5]], ["scattered", [5, 1487, 6]], ["disordered", [5, 1487, 7]]]}, {"answer": "illustrious", "hint": "synonyms for illustrious", "clues": [["notable", [5, 1488, 0]], ["far-famed", [5, 1488, 1]], ["renowned", [5, 1488, 2]], ["famous", [5, 1488, 3]], ["famed", [5, 1488, 4]], ["noted", [5, 1488, 5]], ["celebrated", [5, 1488, 6]]]}, {"answer": "imitation", "hint": "synonyms for imitation", "clues": [["fake", [5, 1489, 0]], ["simulated", [5, 1489, 1]], ["false", [5, 1489, 2]], ["faux", [5, 1489, 3]]]}, {"answer": "immaculate", "hint": "synonyms for immaculate", "clues": [["spic-and-span", [5, 1490, 0]], ["speckless", [5, 1490, 1]], ["faultless", [5, 1490, 2]], ["spick", [5, 1490, 3]], ["spotless", [5, 1490, 4]], ["impeccable", [5, 1490, 5]], ["undefiled", [5, 1490, 6]]]}, {"answer": "immaterial", "hint": "synonyms for immaterial", "clues": [["nonmaterial", [5, 1491, 0]], ["extraneous", [5, 1491, 1]], ["indifferent", [5, 1491, 2]], ["incorporeal", [5, 1491, 3]], ["orthogonal", [5, 1491, 4]], ["impertinent", [5, 1491, 5]]]}, {"answer": "immature", "hint": "synonyms for immature", "clues": [["young", [5, 1492, 0]], ["unfledged", [5, 1492, 1]], ["green", [5, 1492, 2]], ["unripened", [5, 1492, 3]], ["unripe", [5, 1492, 4]]]}, {"answer": "immeasurable", "hint": "synonyms for immeasurable", "clues": [["incomputable", [5, 1493, 0]], ["immensurable", [5, 1493, 1]], ["unmeasurable", [5, 1493, 2]], ["inestimable", [5, 1493, 3]], ["unmeasured", [5, 1493, 4]]]}, {"answer": "immediate", "hint": "synonyms for immediate", "clues": [["straightaway", [5, 1494, 0]], ["quick", [5, 1494, 1]], ["prompt", [5, 1494, 2]], ["contiguous", [5, 1494, 3]]]}, {"answer": "imminent", "hint": "synonyms for imminent", "clues": [["close at hand", [5, 1495, 0]], ["impending", [5, 1495, 1]], ["impendent", [5, 1495, 2]], ["at hand", [5, 1495, 3]]]}, {"answer": "impassioned", "hint": "synonyms for impassioned", "clues": [["fiery", [5, 1496, 0]], ["perfervid", [5, 1496, 1]], ["ardent", [5, 1496, 2]], ["torrid", [5, 1496, 3]], ["fervid", [5, 1496, 4]], ["fervent", [5, 1496, 5]]]}, {"answer": "impassive", "hint": "synonyms for impassive", "clues": [["unexpressive", [5, 1497, 0]], ["poker-faced", [5, 1497, 1]], ["expressionless", [5, 1497, 2]], ["deadpan", [5, 1497, 3]], ["stolid", [5, 1497, 4]]]}, {"answer": "impecunious", "hint": "synonyms for impecunious", "clues": [["in straitened circumstances", [5, 1498, 0]], ["penniless", [5, 1498, 1]], ["penurious", [5, 1498, 2]], ["pinched", [5, 1498, 3]], ["hard up", [5, 1498, 4]]]}, {"answer": "impendent", "hint": "synonyms for impendent", "clues": [["close at hand", [5, 1499, 0]], ["impending", [5, 1499, 1]], ["imminent", [5, 1499, 2]], ["at hand", [5, 1499, 3]]]}, {"answer": "impending", "hint": "synonyms for impending", "clues": [["close at hand", [5, 1500, 0]], ["impendent", [5, 1500, 1]], ["imminent", [5, 1500, 2]], ["at hand", [5, 1500, 3]]]}, {"answer": "imperial", "hint": "synonyms for imperial", "clues": [["majestic", [5, 1501, 0]], ["royal", [5, 1501, 1]], ["purple", [5, 1501, 2]], ["regal", [5, 1501, 3]]]}, {"answer": "imperious", "hint": "synonyms for imperious", "clues": [["disdainful", [5, 1502, 0]], ["haughty", [5, 1502, 1]], ["lordly", [5, 1502, 2]], ["prideful", [5, 1502, 3]], ["swaggering", [5, 1502, 4]], ["sniffy", [5, 1502, 5]], ["supercilious", [5, 1502, 6]], ["overbearing", [5, 1502, 7]]]}, {"answer": "impertinent", "hint": "synonyms for impertinent", "clues": [["impudent", [5, 1503, 0]], ["sassy", [5, 1503, 1]], ["orthogonal", [5, 1503, 2]], ["fresh", [5, 1503, 3]], ["pert", [5, 1503, 4]], ["wise", [5, 1503, 5]], ["overbold", [5, 1503, 6]], ["smart", [5, 1503, 7]], ["extraneous", [5, 1503, 8]], ["immaterial", [5, 1503, 9]], ["irreverent", [5, 1503, 10]], ["saucy", [5, 1503, 11]]]}, {"answer": "impetuous", "hint": "synonyms for impetuous", "clues": [["tearaway", [5, 1504, 0]], ["hotheaded", [5, 1504, 1]], ["madcap", [5, 1504, 2]], ["brainish", [5, 1504, 3]], ["impulsive", [5, 1504, 4]]]}, {"answer": "impish", "hint": "synonyms for impish", "clues": [["mischievous", [5, 1505, 0]], ["wicked", [5, 1505, 1]], ["implike", [5, 1505, 2]], ["prankish", [5, 1505, 3]], ["arch", [5, 1505, 4]], ["puckish", [5, 1505, 5]], ["pixilated", [5, 1505, 6]]]}, {"answer": "implanted", "hint": "synonyms for implanted", "clues": [["planted", [5, 1506, 0]], ["ingrained", [5, 1506, 1]], ["deep-rooted", [5, 1506, 2]], ["deep-seated", [5, 1506, 3]]]}, {"answer": "implike", "hint": "synonyms for implike", "clues": [["wicked", [5, 1507, 0]], ["arch", [5, 1507, 1]], ["prankish", [5, 1507, 2]], ["impish", [5, 1507, 3]], ["mischievous", [5, 1507, 4]], ["puckish", [5, 1507, 5]], ["pixilated", [5, 1507, 6]]]}, {"answer": "important", "hint": "synonyms for important", "clues": [["authoritative", [5, 1508, 0]], ["of import", [5, 1508, 1]], ["significant", [5, 1508, 2]], ["crucial", [5, 1508, 3]]]}, {"answer": "imposing", "hint": "synonyms for imposing", "clues": [["distinguished", [5, 1509, 0]], ["stately", [5, 1509, 1]], ["baronial", [5, 1509, 2]], ["magisterial", [5, 1509, 3]], ["noble", [5, 1509, 4]], ["grand", [5, 1509, 5]]]}, {"answer": "impossible", "hint": "synonyms for impossible", "clues": [["unimaginable", [5, 1510, 0]], ["insufferable", [5, 1510, 1]], ["inconceivable", [5, 1510, 2]], ["unacceptable", [5, 1510, 3]], ["out of the question", [5, 1510, 4]]]}, {"answer": "impoverished", "hint": "synonyms for impoverished", "clues": [["poverty-stricken", [5, 1511, 0]], ["necessitous", [5, 1511, 1]], ["needy", [5, 1511, 2]], ["wiped out", [5, 1511, 3]], ["destitute", [5, 1511, 4]], ["broken", [5, 1511, 5]], ["indigent", [5, 1511, 6]]]}, {"answer": "impregnable", "hint": "synonyms for impregnable", "clues": [["conceptive", [5, 1512, 0]], ["inexpugnable", [5, 1512, 1]], ["secure", [5, 1512, 2]], ["unattackable", [5, 1512, 3]], ["strong", [5, 1512, 4]], ["unassailable", [5, 1512, 5]], ["inviolable", [5, 1512, 6]]]}, {"answer": "improbable", "hint": "synonyms for improbable", "clues": [["unlikely", [5, 1513, 0]], ["tall", [5, 1513, 1]], ["unconvincing", [5, 1513, 2]], ["marvelous", [5, 1513, 3]], ["unbelievable", [5, 1513, 4]]]}, {"answer": "impromptu", "hint": "synonyms for impromptu", "clues": [["extemporaneous", [5, 1514, 0]], ["extemporary", [5, 1514, 1]], ["ad-lib", [5, 1514, 2]], ["extempore", [5, 1514, 3]], ["offhand", [5, 1514, 4]], ["off-the-cuff", [5, 1514, 5]], ["unrehearsed", [5, 1514, 6]]]}, {"answer": "impudent", "hint": "synonyms for impudent", "clues": [["sassy", [5, 1515, 0]], ["fresh", [5, 1515, 1]], ["insolent", [5, 1515, 2]], ["impertinent", [5, 1515, 3]], ["wise", [5, 1515, 4]], ["flip", [5, 1515, 5]], ["overbold", [5, 1515, 6]], ["snotty-nosed", [5, 1515, 7]], ["smart", [5, 1515, 8]], ["saucy", [5, 1515, 9]]]}, {"answer": "impulsive", "hint": "synonyms for impulsive", "clues": [["tearaway", [5, 1516, 0]], ["unprompted", [5, 1516, 1]], ["hotheaded", [5, 1516, 2]], ["whimsical", [5, 1516, 3]], ["driving", [5, 1516, 4]], ["capricious", [5, 1516, 5]], ["madcap", [5, 1516, 6]], ["brainish", [5, 1516, 7]], ["impetuous", [5, 1516, 8]]]}, {"answer": "in_love", "hint": "synonyms for in love", "clues": [["taken with", [5, 1517, 0]], ["potty", [5, 1517, 1]], ["enamored", [5, 1517, 2]], ["soft on", [5, 1517, 3]], ["infatuated", [5, 1517, 4]], ["smitten", [5, 1517, 5]]]}, {"answer": "in_one's_birthday_suit", "hint": "synonyms for in one's birthday suit", "clues": [["mother-naked", [5, 1518, 0]], ["naked as the day you were born", [5, 1518, 1]], ["in your birthday suit", [5, 1518, 2]], ["naked as the day one was born", [5, 1518, 3]]]}, {"answer": "in_small_stages", "hint": "synonyms for in small stages", "clues": [["piecemeal", [5, 1519, 0]], ["bit-by-bit", [5, 1519, 1]], ["stepwise", [5, 1519, 2]], ["step-by-step", [5, 1519, 3]]]}, {"answer": "in_straitened_circumstances", "hint": "synonyms for in straitened circumstances", "clues": [["impecunious", [5, 1520, 0]], ["penniless", [5, 1520, 1]], ["penurious", [5, 1520, 2]], ["pinched", [5, 1520, 3]], ["hard up", [5, 1520, 4]]]}, {"answer": "in_style", "hint": "synonyms for in style", "clues": [["a la mode", [5, 1521, 0]], ["latest", [5, 1521, 1]], ["modish", [5, 1521, 2]], ["in vogue", [5, 1521, 3]]]}, {"answer": "in_the_altogether", "hint": "synonyms for in the altogether", "clues": [["bare-ass", [5, 1522, 0]], ["in the raw", [5, 1522, 1]], ["naked as a jaybird", [5, 1522, 2]], ["peeled", [5, 1522, 3]], ["raw", [5, 1522, 4]], ["stark naked", [5, 1522, 5]], ["in the buff", [5, 1522, 6]]]}, {"answer": "in_the_buff", "hint": "synonyms for in the buff", "clues": [["bare-ass", [5, 1523, 0]], ["in the raw", [5, 1523, 1]], ["naked as a jaybird", [5, 1523, 2]], ["peeled", [5, 1523, 3]], ["raw", [5, 1523, 4]], ["stark naked", [5, 1523, 5]], ["in the altogether", [5, 1523, 6]]]}, {"answer": "in_the_raw", "hint": "synonyms for in the raw", "clues": [["bare-ass", [5, 1524, 0]], ["naked as a jaybird", [5, 1524, 1]], ["peeled", [5, 1524, 2]], ["raw", [5, 1524, 3]], ["stark naked", [5, 1524, 4]], ["in the altogether", [5, 1524, 5]], ["in the buff", [5, 1524, 6]]]}, {"answer": "in_vogue", "hint": "synonyms for in vogue", "clues": [["a la mode", [5, 1525, 0]], ["latest", [5, 1525, 1]], ["in style", [5, 1525, 2]], ["modish", [5, 1525, 3]]]}, {"answer": "in_your_birthday_suit", "hint": "synonyms for in your birthday suit", "clues": [["mother-naked", [5, 1526, 0]], ["naked as the day you were born", [5, 1526, 1]], ["naked as the day one was born", [5, 1526, 2]], ["in one's birthday suit", [5, 1526, 3]]]}, {"answer": "inaccessible", "hint": "synonyms for inaccessible", "clues": [["unaccessible", [5, 1527, 0]], ["unobtainable", [5, 1527, 1]], ["unprocurable", [5, 1527, 2]], ["untouchable", [5, 1527, 3]]]}, {"answer": "inactive", "hint": "synonyms for inactive", "clues": [["still", [5, 1528, 0]], ["nonoperational", [5, 1528, 1]], ["motionless", [5, 1528, 2]], ["passive", [5, 1528, 3]], ["static", [5, 1528, 4]], ["dormant", [5, 1528, 5]]]}, {"answer": "inane", "hint": "synonyms for inane", "clues": [["asinine", [5, 1529, 0]], ["fatuous", [5, 1529, 1]], ["mindless", [5, 1529, 2]], ["vacuous", [5, 1529, 3]]]}, {"answer": "inapt", "hint": "synonyms for inapt", "clues": [["awkward", [5, 1530, 0]], ["cumbersome", [5, 1530, 1]], ["inept", [5, 1530, 2]], ["clumsy", [5, 1530, 3]], ["ill-chosen", [5, 1530, 4]]]}, {"answer": "inaugural", "hint": "synonyms for inaugural", "clues": [["initiatory", [5, 1531, 0]], ["initiative", [5, 1531, 1]], ["first", [5, 1531, 2]], ["maiden", [5, 1531, 3]]]}, {"answer": "inauspicious", "hint": "synonyms for inauspicious", "clues": [["unfortunate", [5, 1532, 0]], ["ill", [5, 1532, 1]], ["adverse", [5, 1532, 2]], ["ominous", [5, 1532, 3]], ["untoward", [5, 1532, 4]]]}, {"answer": "inborn", "hint": "synonyms for inborn", "clues": [["inbred", [5, 1533, 0]], ["connatural", [5, 1533, 1]], ["congenital", [5, 1533, 2]], ["innate", [5, 1533, 3]]]}, {"answer": "inbuilt", "hint": "synonyms for inbuilt", "clues": [["integral", [5, 1534, 0]], ["built-in", [5, 1534, 1]], ["constitutional", [5, 1534, 2]], ["inherent", [5, 1534, 3]]]}, {"answer": "incendiary", "hint": "synonyms for incendiary", "clues": [["instigative", [5, 1535, 0]], ["rabble-rousing", [5, 1535, 1]], ["seditious", [5, 1535, 2]], ["inflammatory", [5, 1535, 3]], ["incitive", [5, 1535, 4]]]}, {"answer": "incessant", "hint": "synonyms for incessant", "clues": [["never-ending", [5, 1536, 0]], ["unremitting", [5, 1536, 1]], ["unceasing", [5, 1536, 2]], ["ceaseless", [5, 1536, 3]], ["constant", [5, 1536, 4]], ["perpetual", [5, 1536, 5]]]}, {"answer": "incidental", "hint": "synonyms for incidental", "clues": [["ensuant", [5, 1537, 0]], ["accompanying", [5, 1537, 1]], ["nonessential", [5, 1537, 2]], ["consequent", [5, 1537, 3]], ["attendant", [5, 1537, 4]], ["concomitant", [5, 1537, 5]], ["resultant", [5, 1537, 6]], ["incident", [5, 1537, 7]], ["sequent", [5, 1537, 8]]]}, {"answer": "incised", "hint": "synonyms for incised", "clues": [["inscribed", [5, 1538, 0]], ["graven", [5, 1538, 1]], ["engraved", [5, 1538, 2]], ["etched", [5, 1538, 3]]]}, {"answer": "incisive", "hint": "synonyms for incisive", "clues": [["discriminating", [5, 1539, 0]], ["penetrative", [5, 1539, 1]], ["acute", [5, 1539, 2]], ["knifelike", [5, 1539, 3]], ["sharp", [5, 1539, 4]], ["penetrating", [5, 1539, 5]], ["keen", [5, 1539, 6]], ["piercing", [5, 1539, 7]]]}, {"answer": "incitive", "hint": "synonyms for incitive", "clues": [["instigative", [5, 1540, 0]], ["rabble-rousing", [5, 1540, 1]], ["seditious", [5, 1540, 2]], ["inflammatory", [5, 1540, 3]], ["incendiary", [5, 1540, 4]]]}, {"answer": "incompatible", "hint": "synonyms for incompatible", "clues": [["out or keeping", [5, 1541, 0]], ["contrastive", [5, 1541, 1]], ["ill-sorted", [5, 1541, 2]], ["unfitting", [5, 1541, 3]], ["inappropriate", [5, 1541, 4]], ["antagonistic", [5, 1541, 5]], ["uncongenial", [5, 1541, 6]], ["unsuited", [5, 1541, 7]], ["discrepant", [5, 1541, 8]], ["mismated", [5, 1541, 9]]]}, {"answer": "incompetent", "hint": "synonyms for incompetent", "clues": [["clumsy", [5, 1542, 0]], ["incapable", [5, 1542, 1]], ["fumbling", [5, 1542, 2]], ["unequal to", [5, 1542, 3]], ["bungling", [5, 1542, 4]], ["unskilled", [5, 1542, 5]], ["unqualified", [5, 1542, 6]]]}, {"answer": "incorporate", "hint": "synonyms for incorporate", "clues": [["merged", [5, 1543, 0]], ["incorporated", [5, 1543, 1]], ["unified", [5, 1543, 2]], ["integrated", [5, 1543, 3]]]}, {"answer": "incorporated", "hint": "synonyms for incorporated", "clues": [["merged", [5, 1544, 0]], ["corporate", [5, 1544, 1]], ["integrated", [5, 1544, 2]], ["unified", [5, 1544, 3]]]}, {"answer": "indecent", "hint": "synonyms for indecent", "clues": [["indecorous", [5, 1545, 0]], ["unbecoming", [5, 1545, 1]], ["untoward", [5, 1545, 2]], ["uncomely", [5, 1545, 3]], ["unseemly", [5, 1545, 4]]]}, {"answer": "indecorous", "hint": "synonyms for indecorous", "clues": [["unbecoming", [5, 1546, 0]], ["untoward", [5, 1546, 1]], ["indecent", [5, 1546, 2]], ["indelicate", [5, 1546, 3]], ["uncomely", [5, 1546, 4]], ["unseemly", [5, 1546, 5]]]}, {"answer": "indefensible", "hint": "synonyms for indefensible", "clues": [["unwarranted", [5, 1547, 0]], ["unjustifiable", [5, 1547, 1]], ["unwarrantable", [5, 1547, 2]], ["insupportable", [5, 1547, 3]], ["untenable", [5, 1547, 4]]]}, {"answer": "indefinable", "hint": "synonyms for indefinable", "clues": [["indescribable", [5, 1548, 0]], ["untellable", [5, 1548, 1]], ["ineffable", [5, 1548, 2]], ["unspeakable", [5, 1548, 3]], ["undefinable", [5, 1548, 4]], ["unutterable", [5, 1548, 5]]]}, {"answer": "independent", "hint": "synonyms for independent", "clues": [["autonomous", [5, 1549, 0]], ["self-governing", [5, 1549, 1]], ["main", [5, 1549, 2]], ["sovereign", [5, 1549, 3]]]}, {"answer": "indescribable", "hint": "synonyms for indescribable", "clues": [["untellable", [5, 1550, 0]], ["ineffable", [5, 1550, 1]], ["unspeakable", [5, 1550, 2]], ["indefinable", [5, 1550, 3]], ["unutterable", [5, 1550, 4]]]}, {"answer": "indicative", "hint": "synonyms for indicative", "clues": [["revelatory", [5, 1551, 0]], ["indicatory", [5, 1551, 1]], ["suggestive", [5, 1551, 2]], ["declarative", [5, 1551, 3]], ["significative", [5, 1551, 4]]]}, {"answer": "indicatory", "hint": "synonyms for indicatory", "clues": [["suggestive", [5, 1552, 0]], ["revelatory", [5, 1552, 1]], ["significative", [5, 1552, 2]], ["indicative", [5, 1552, 3]]]}, {"answer": "indifferent", "hint": "synonyms for indifferent", "clues": [["immaterial", [5, 1553, 0]], ["unbiased", [5, 1553, 1]], ["neutral", [5, 1553, 2]], ["inert", [5, 1553, 3]], ["deaf", [5, 1553, 4]], ["so-so", [5, 1553, 5]], ["apathetic", [5, 1553, 6]]]}, {"answer": "indigenous", "hint": "synonyms for indigenous", "clues": [["autochthonal", [5, 1554, 0]], ["autochthonous", [5, 1554, 1]], ["autochthonic", [5, 1554, 2]], ["endemic", [5, 1554, 3]]]}, {"answer": "indigent", "hint": "synonyms for indigent", "clues": [["poverty-stricken", [5, 1555, 0]], ["necessitous", [5, 1555, 1]], ["impoverished", [5, 1555, 2]], ["needy", [5, 1555, 3]], ["destitute", [5, 1555, 4]]]}, {"answer": "indisposed", "hint": "synonyms for indisposed", "clues": [["sickly", [5, 1556, 0]], ["loth", [5, 1556, 1]], ["antipathetic", [5, 1556, 2]], ["poorly", [5, 1556, 3]], ["under the weather", [5, 1556, 4]], ["peaked", [5, 1556, 5]], ["averse", [5, 1556, 6]], ["unwell", [5, 1556, 7]], ["ailing", [5, 1556, 8]], ["seedy", [5, 1556, 9]]]}, {"answer": "individual", "hint": "synonyms for individual", "clues": [["case-by-case", [5, 1557, 0]], ["item-by-item", [5, 1557, 1]], ["single", [5, 1557, 2]], ["private", [5, 1557, 3]]]}, {"answer": "indolent", "hint": "synonyms for indolent", "clues": [["lazy", [5, 1558, 0]], ["work-shy", [5, 1558, 1]], ["slothful", [5, 1558, 2]], ["faineant", [5, 1558, 3]], ["otiose", [5, 1558, 4]]]}, {"answer": "industrious", "hint": "synonyms for industrious", "clues": [["untiring", [5, 1559, 0]], ["up-and-coming", [5, 1559, 1]], ["hardworking", [5, 1559, 2]], ["energetic", [5, 1559, 3]], ["tireless", [5, 1559, 4]], ["gumptious", [5, 1559, 5]]]}, {"answer": "ineffable", "hint": "synonyms for ineffable", "clues": [["indescribable", [5, 1560, 0]], ["untellable", [5, 1560, 1]], ["unspeakable", [5, 1560, 2]], ["unnameable", [5, 1560, 3]], ["indefinable", [5, 1560, 4]], ["unutterable", [5, 1560, 5]]]}, {"answer": "ineffective", "hint": "synonyms for ineffective", "clues": [["ineffectual", [5, 1561, 0]], ["unable", [5, 1561, 1]], ["uneffective", [5, 1561, 2]], ["inefficient", [5, 1561, 3]]]}, {"answer": "ineffectual", "hint": "synonyms for ineffectual", "clues": [["unable", [5, 1562, 0]], ["otiose", [5, 1562, 1]], ["unavailing", [5, 1562, 2]], ["ineffective", [5, 1562, 3]], ["futile", [5, 1562, 4]]]}, {"answer": "inept", "hint": "synonyms for inept", "clues": [["awkward", [5, 1563, 0]], ["tactless", [5, 1563, 1]], ["cumbersome", [5, 1563, 2]], ["feckless", [5, 1563, 3]], ["clumsy", [5, 1563, 4]], ["inapt", [5, 1563, 5]], ["ill-chosen", [5, 1563, 6]]]}, {"answer": "inert", "hint": "synonyms for inert", "clues": [["soggy", [5, 1564, 0]], ["torpid", [5, 1564, 1]], ["neutral", [5, 1564, 2]], ["sluggish", [5, 1564, 3]], ["indifferent", [5, 1564, 4]]]}, {"answer": "inexorable", "hint": "synonyms for inexorable", "clues": [["unforgiving", [5, 1565, 0]], ["stern", [5, 1565, 1]], ["unappeasable", [5, 1565, 2]], ["relentless", [5, 1565, 3]], ["intransigent", [5, 1565, 4]], ["adamant", [5, 1565, 5]], ["unrelenting", [5, 1565, 6]], ["adamantine", [5, 1565, 7]], ["grim", [5, 1565, 8]]]}, {"answer": "infatuated", "hint": "synonyms for infatuated", "clues": [["taken with", [5, 1566, 0]], ["in love", [5, 1566, 1]], ["potty", [5, 1566, 2]], ["enamored", [5, 1566, 3]], ["soft on", [5, 1566, 4]], ["smitten", [5, 1566, 5]]]}, {"answer": "infernal", "hint": "synonyms for infernal", "clues": [["blame", [5, 1567, 0]], ["diabolical", [5, 1567, 1]], ["blasted", [5, 1567, 2]], ["damn", [5, 1567, 3]], ["blessed", [5, 1567, 4]], ["unholy", [5, 1567, 5]], ["goddamn", [5, 1567, 6]], ["fiendish", [5, 1567, 7]], ["darned", [5, 1567, 8]], ["demonic", [5, 1567, 9]], ["hellish", [5, 1567, 10]], ["damned", [5, 1567, 11]], ["satanic", [5, 1567, 12]], ["deuced", [5, 1567, 13]]]}, {"answer": "infinite", "hint": "synonyms for infinite", "clues": [["multitudinous", [5, 1568, 0]], ["unnumberable", [5, 1568, 1]], ["unnumbered", [5, 1568, 2]], ["myriad", [5, 1568, 3]], ["non-finite", [5, 1568, 4]], ["numberless", [5, 1568, 5]], ["uncounted", [5, 1568, 6]], ["innumerous", [5, 1568, 7]], ["countless", [5, 1568, 8]]]}, {"answer": "infirm", "hint": "synonyms for infirm", "clues": [["weakly", [5, 1569, 0]], ["decrepit", [5, 1569, 1]], ["sapless", [5, 1569, 2]], ["rickety", [5, 1569, 3]], ["feeble", [5, 1569, 4]], ["debile", [5, 1569, 5]]]}, {"answer": "inflammatory", "hint": "synonyms for inflammatory", "clues": [["instigative", [5, 1570, 0]], ["rabble-rousing", [5, 1570, 1]], ["seditious", [5, 1570, 2]], ["incendiary", [5, 1570, 3]], ["incitive", [5, 1570, 4]]]}, {"answer": "inflexible", "hint": "synonyms for inflexible", "clues": [["unbending", [5, 1571, 0]], ["uncompromising", [5, 1571, 1]], ["sturdy", [5, 1571, 2]], ["rigid", [5, 1571, 3]]]}, {"answer": "informative", "hint": "synonyms for informative", "clues": [["illuminating", [5, 1572, 0]], ["informatory", [5, 1572, 1]], ["instructive", [5, 1572, 2]], ["enlightening", [5, 1572, 3]]]}, {"answer": "infuriated", "hint": "synonyms for infuriated", "clues": [["furious", [5, 1573, 0]], ["angered", [5, 1573, 1]], ["maddened", [5, 1573, 2]], ["enraged", [5, 1573, 3]]]}, {"answer": "inglorious", "hint": "synonyms for inglorious", "clues": [["opprobrious", [5, 1574, 0]], ["black", [5, 1574, 1]], ["ignominious", [5, 1574, 2]], ["disgraceful", [5, 1574, 3]], ["shameful", [5, 1574, 4]]]}, {"answer": "inherent", "hint": "synonyms for inherent", "clues": [["underlying", [5, 1575, 0]], ["inbuilt", [5, 1575, 1]], ["implicit in", [5, 1575, 2]], ["integral", [5, 1575, 3]], ["constitutional", [5, 1575, 4]], ["built-in", [5, 1575, 5]]]}, {"answer": "inherited", "hint": "synonyms for inherited", "clues": [["familial", [5, 1576, 0]], ["hereditary", [5, 1576, 1]], ["genetic", [5, 1576, 2]], ["transmissible", [5, 1576, 3]], ["transmitted", [5, 1576, 4]]]}, {"answer": "initiative", "hint": "synonyms for initiative", "clues": [["initiatory", [5, 1577, 0]], ["first", [5, 1577, 1]], ["maiden", [5, 1577, 2]], ["inaugural", [5, 1577, 3]]]}, {"answer": "initiatory", "hint": "synonyms for initiatory", "clues": [["initiative", [5, 1578, 0]], ["first", [5, 1578, 1]], ["maiden", [5, 1578, 2]], ["inaugural", [5, 1578, 3]]]}, {"answer": "innate", "hint": "synonyms for innate", "clues": [["born", [5, 1579, 0]], ["unconditioned", [5, 1579, 1]], ["congenital", [5, 1579, 2]], ["natural", [5, 1579, 3]], ["inborn", [5, 1579, 4]], ["unlearned", [5, 1579, 5]]]}, {"answer": "inner", "hint": "synonyms for inner", "clues": [["internal", [5, 1580, 0]], ["inside", [5, 1580, 1]], ["privileged", [5, 1580, 2]], ["interior", [5, 1580, 3]], ["intimate", [5, 1580, 4]]]}, {"answer": "innocent", "hint": "synonyms for innocent", "clues": [["devoid", [5, 1581, 0]], ["barren", [5, 1581, 1]], ["clean-handed", [5, 1581, 2]], ["impeccant", [5, 1581, 3]], ["unacquainted", [5, 1581, 4]], ["free", [5, 1581, 5]], ["innocuous", [5, 1581, 6]], ["guiltless", [5, 1581, 7]], ["destitute", [5, 1581, 8]], ["sinless", [5, 1581, 9]], ["ingenuous", [5, 1581, 10]]]}, {"answer": "innovative", "hint": "synonyms for innovative", "clues": [["innovational", [5, 1582, 0]], ["groundbreaking", [5, 1582, 1]], ["modern", [5, 1582, 2]], ["forward-looking", [5, 1582, 3]], ["advanced", [5, 1582, 4]]]}, {"answer": "innumerable", "hint": "synonyms for innumerable", "clues": [["multitudinous", [5, 1583, 0]], ["unnumberable", [5, 1583, 1]], ["unnumbered", [5, 1583, 2]], ["numberless", [5, 1583, 3]], ["myriad", [5, 1583, 4]], ["infinite", [5, 1583, 5]], ["uncounted", [5, 1583, 6]], ["innumerous", [5, 1583, 7]], ["countless", [5, 1583, 8]]]}, {"answer": "innumerous", "hint": "synonyms for innumerous", "clues": [["multitudinous", [5, 1584, 0]], ["unnumberable", [5, 1584, 1]], ["unnumbered", [5, 1584, 2]], ["myriad", [5, 1584, 3]], ["infinite", [5, 1584, 4]], ["numberless", [5, 1584, 5]], ["uncounted", [5, 1584, 6]], ["countless", [5, 1584, 7]]]}, {"answer": "inscribed", "hint": "synonyms for inscribed", "clues": [["graven", [5, 1585, 0]], ["incised", [5, 1585, 1]], ["engraved", [5, 1585, 2]], ["etched", [5, 1585, 3]]]}, {"answer": "inscrutable", "hint": "synonyms for inscrutable", "clues": [["deep", [5, 1586, 0]], ["mystifying", [5, 1586, 1]], ["cryptic", [5, 1586, 2]], ["mysterious", [5, 1586, 3]]]}, {"answer": "insensate", "hint": "synonyms for insensate", "clues": [["insentient", [5, 1587, 0]], ["cold-blooded", [5, 1587, 1]], ["cold", [5, 1587, 2]], ["inhuman", [5, 1587, 3]]]}, {"answer": "insensible", "hint": "synonyms for insensible", "clues": [["undetectable", [5, 1588, 0]], ["senseless", [5, 1588, 1]], ["indiscernible", [5, 1588, 2]], ["unaffected", [5, 1588, 3]]]}, {"answer": "insipid", "hint": "synonyms for insipid", "clues": [["flat", [5, 1589, 0]], ["savourless", [5, 1589, 1]], ["flavorless", [5, 1589, 2]], ["bland", [5, 1589, 3]], ["jejune", [5, 1589, 4]], ["vapid", [5, 1589, 5]]]}, {"answer": "insistent", "hint": "synonyms for insistent", "clues": [["repetitive", [5, 1590, 0]], ["crying", [5, 1590, 1]], ["clamant", [5, 1590, 2]], ["exigent", [5, 1590, 3]], ["instant", [5, 1590, 4]]]}, {"answer": "insolent", "hint": "synonyms for insolent", "clues": [["bald-faced", [5, 1591, 0]], ["bodacious", [5, 1591, 1]], ["flip", [5, 1591, 2]], ["barefaced", [5, 1591, 3]], ["impudent", [5, 1591, 4]], ["snotty-nosed", [5, 1591, 5]], ["brazen-faced", [5, 1591, 6]], ["audacious", [5, 1591, 7]], ["brassy", [5, 1591, 8]], ["brazen", [5, 1591, 9]]]}, {"answer": "instant", "hint": "synonyms for instant", "clues": [["insistent", [5, 1592, 0]], ["crying", [5, 1592, 1]], ["instantaneous", [5, 1592, 2]], ["clamant", [5, 1592, 3]], ["exigent", [5, 1592, 4]], ["inst", [5, 1592, 5]]]}, {"answer": "instigative", "hint": "synonyms for instigative", "clues": [["rabble-rousing", [5, 1593, 0]], ["seditious", [5, 1593, 1]], ["inflammatory", [5, 1593, 2]], ["incendiary", [5, 1593, 3]], ["incitive", [5, 1593, 4]]]}, {"answer": "insupportable", "hint": "synonyms for insupportable", "clues": [["indefensible", [5, 1594, 0]], ["unjustifiable", [5, 1594, 1]], ["unwarrantable", [5, 1594, 2]], ["unwarranted", [5, 1594, 3]]]}, {"answer": "integral", "hint": "synonyms for integral", "clues": [["intact", [5, 1595, 0]], ["inbuilt", [5, 1595, 1]], ["entire", [5, 1595, 2]], ["constitutional", [5, 1595, 3]], ["inherent", [5, 1595, 4]], ["built-in", [5, 1595, 5]]]}, {"answer": "integrated", "hint": "synonyms for integrated", "clues": [["merged", [5, 1596, 0]], ["incorporated", [5, 1596, 1]], ["unified", [5, 1596, 2]], ["structured", [5, 1596, 3]]]}, {"answer": "intelligent", "hint": "synonyms for intelligent", "clues": [["levelheaded", [5, 1597, 0]], ["well-informed", [5, 1597, 1]], ["sound", [5, 1597, 2]], ["thinking", [5, 1597, 3]], ["healthy", [5, 1597, 4]], ["reasoning", [5, 1597, 5]]]}, {"answer": "intelligible", "hint": "synonyms for intelligible", "clues": [["apprehensible", [5, 1598, 0]], ["perceivable", [5, 1598, 1]], ["graspable", [5, 1598, 2]], ["understandable", [5, 1598, 3]]]}, {"answer": "intent", "hint": "synonyms for intent", "clues": [["engrossed", [5, 1599, 0]], ["captive", [5, 1599, 1]], ["absorbed", [5, 1599, 2]], ["enwrapped", [5, 1599, 3]]]}, {"answer": "interfering", "hint": "synonyms for interfering", "clues": [["busy", [5, 1600, 0]], ["meddlesome", [5, 1600, 1]], ["meddling", [5, 1600, 2]], ["busybodied", [5, 1600, 3]], ["officious", [5, 1600, 4]]]}, {"answer": "interior", "hint": "synonyms for interior", "clues": [["national", [5, 1601, 0]], ["internal", [5, 1601, 1]], ["home", [5, 1601, 2]], ["inner", [5, 1601, 3]], ["midland", [5, 1601, 4]], ["upcountry", [5, 1601, 5]]]}, {"answer": "internal", "hint": "synonyms for internal", "clues": [["national", [5, 1602, 0]], ["home", [5, 1602, 1]], ["inner", [5, 1602, 2]], ["interior", [5, 1602, 3]], ["intragroup", [5, 1602, 4]], ["intimate", [5, 1602, 5]]]}, {"answer": "intimate", "hint": "synonyms for intimate", "clues": [["informal", [5, 1603, 0]], ["internal", [5, 1603, 1]], ["cozy", [5, 1603, 2]], ["familiar", [5, 1603, 3]], ["versed", [5, 1603, 4]], ["knowledgeable", [5, 1603, 5]], ["inner", [5, 1603, 6]], ["sexual", [5, 1603, 7]]]}, {"answer": "intrepid", "hint": "synonyms for intrepid", "clues": [["hardy", [5, 1604, 0]], ["dauntless", [5, 1604, 1]], ["fearless", [5, 1604, 2]], ["audacious", [5, 1604, 3]], ["unfearing", [5, 1604, 4]], ["brave", [5, 1604, 5]]]}, {"answer": "intumescent", "hint": "synonyms for intumescent", "clues": [["tumescent", [5, 1605, 0]], ["tumid", [5, 1605, 1]], ["puffy", [5, 1605, 2]], ["turgid", [5, 1605, 3]]]}, {"answer": "inundated", "hint": "synonyms for inundated", "clues": [["flooded", [5, 1606, 0]], ["afloat", [5, 1606, 1]], ["overflowing", [5, 1606, 2]], ["awash", [5, 1606, 3]]]}, {"answer": "invasive", "hint": "synonyms for invasive", "clues": [["trespassing", [5, 1607, 0]], ["invading", [5, 1607, 1]], ["encroaching", [5, 1607, 2]], ["incursive", [5, 1607, 3]]]}, {"answer": "inviolable", "hint": "synonyms for inviolable", "clues": [["sacrosanct", [5, 1608, 0]], ["inviolate", [5, 1608, 1]], ["infrangible", [5, 1608, 2]], ["secure", [5, 1608, 3]], ["unassailable", [5, 1608, 4]], ["impregnable", [5, 1608, 5]], ["unattackable", [5, 1608, 6]], ["absolute", [5, 1608, 7]], ["strong", [5, 1608, 8]]]}, {"answer": "involved", "hint": "synonyms for involved", "clues": [["convoluted", [5, 1609, 0]], ["mired", [5, 1609, 1]], ["tangled", [5, 1609, 2]], ["tortuous", [5, 1609, 3]], ["knotty", [5, 1609, 4]]]}, {"answer": "irascible", "hint": "synonyms for irascible", "clues": [["hot-tempered", [5, 1610, 0]], ["quick-tempered", [5, 1610, 1]], ["choleric", [5, 1610, 2]], ["hotheaded", [5, 1610, 3]]]}, {"answer": "iridescent", "hint": "synonyms for iridescent", "clues": [["opaline", [5, 1611, 0]], ["shot", [5, 1611, 1]], ["changeable", [5, 1611, 2]], ["pearlescent", [5, 1611, 3]], ["nacreous", [5, 1611, 4]], ["chatoyant", [5, 1611, 5]]]}, {"answer": "irksome", "hint": "synonyms for irksome", "clues": [["dull", [5, 1612, 0]], ["deadening", [5, 1612, 1]], ["tedious", [5, 1612, 2]], ["slow", [5, 1612, 3]], ["tiresome", [5, 1612, 4]], ["boring", [5, 1612, 5]], ["ho-hum", [5, 1612, 6]], ["wearisome", [5, 1612, 7]]]}, {"answer": "irregular", "hint": "synonyms for irregular", "clues": [["atypical", [5, 1613, 0]], ["maverick", [5, 1613, 1]], ["unpredictable", [5, 1613, 2]], ["unorthodox", [5, 1613, 3]], ["temporary", [5, 1613, 4]]]}, {"answer": "irreverent", "hint": "synonyms for irreverent", "clues": [["saucy", [5, 1614, 0]], ["impertinent", [5, 1614, 1]], ["pert", [5, 1614, 2]], ["godless", [5, 1614, 3]]]}, {"answer": "irritable", "hint": "synonyms for irritable", "clues": [["nettlesome", [5, 1615, 0]], ["scratchy", [5, 1615, 1]], ["techy", [5, 1615, 2]], ["fractious", [5, 1615, 3]], ["cranky", [5, 1615, 4]], ["excitable", [5, 1615, 5]], ["pettish", [5, 1615, 6]], ["testy", [5, 1615, 7]], ["peevish", [5, 1615, 8]], ["petulant", [5, 1615, 9]], ["peckish", [5, 1615, 10]]]}, {"answer": "irritated", "hint": "synonyms for irritated", "clues": [["nettled", [5, 1616, 0]], ["peeved", [5, 1616, 1]], ["pissed", [5, 1616, 2]], ["riled", [5, 1616, 3]], ["annoyed", [5, 1616, 4]], ["steamed", [5, 1616, 5]], ["miffed", [5, 1616, 6]], ["stung", [5, 1616, 7]], ["pissed off", [5, 1616, 8]]]}, {"answer": "irritating", "hint": "synonyms for irritating", "clues": [["pestering", [5, 1617, 0]], ["vexing", [5, 1617, 1]], ["pesky", [5, 1617, 2]], ["plaguy", [5, 1617, 3]], ["galling", [5, 1617, 4]], ["teasing", [5, 1617, 5]], ["vexatious", [5, 1617, 6]], ["irritative", [5, 1617, 7]], ["nettlesome", [5, 1617, 8]], ["annoying", [5, 1617, 9]], ["painful", [5, 1617, 10]], ["pestiferous", [5, 1617, 11]], ["bothersome", [5, 1617, 12]]]}, {"answer": "isolated", "hint": "synonyms for isolated", "clues": [["stranded", [5, 1618, 0]], ["obscure", [5, 1618, 1]], ["apart", [5, 1618, 2]], ["separated", [5, 1618, 3]], ["marooned", [5, 1618, 4]], ["stray", [5, 1618, 5]], ["disjunct", [5, 1618, 6]], ["quarantined", [5, 1618, 7]], ["set-apart", [5, 1618, 8]], ["detached", [5, 1618, 9]]]}, {"answer": "itsy-bitsy", "hint": "synonyms for itsy-bitsy", "clues": [["bittie", [5, 1619, 0]], ["itty-bitty", [5, 1619, 1]], ["teensy", [5, 1619, 2]], ["teeny-weeny", [5, 1619, 3]], ["wee", [5, 1619, 4]], ["bitty", [5, 1619, 5]], ["weeny", [5, 1619, 6]]]}, {"answer": "itty-bitty", "hint": "synonyms for itty-bitty", "clues": [["bittie", [5, 1620, 0]], ["teensy", [5, 1620, 1]], ["teeny-weeny", [5, 1620, 2]], ["wee", [5, 1620, 3]], ["bitty", [5, 1620, 4]], ["itsy-bitsy", [5, 1620, 5]], ["weeny", [5, 1620, 6]]]}, {"answer": "jagged", "hint": "synonyms for jagged", "clues": [["jaggy", [5, 1621, 0]], ["erose", [5, 1621, 1]], ["toothed", [5, 1621, 2]], ["scraggy", [5, 1621, 3]], ["notched", [5, 1621, 4]]]}, {"answer": "jaggy", "hint": "synonyms for jaggy", "clues": [["erose", [5, 1622, 0]], ["toothed", [5, 1622, 1]], ["jagged", [5, 1622, 2]], ["scraggy", [5, 1622, 3]], ["notched", [5, 1622, 4]]]}, {"answer": "janus-faced", "hint": "synonyms for janus-faced", "clues": [["double-tongued", [5, 1623, 0]], ["two-faced", [5, 1623, 1]], ["ambidextrous", [5, 1623, 2]], ["double-dealing", [5, 1623, 3]], ["double-faced", [5, 1623, 4]], ["deceitful", [5, 1623, 5]], ["duplicitous", [5, 1623, 6]]]}, {"answer": "jaunty", "hint": "synonyms for jaunty", "clues": [["natty", [5, 1624, 0]], ["debonair", [5, 1624, 1]], ["spruce", [5, 1624, 2]], ["snappy", [5, 1624, 3]], ["spiffy", [5, 1624, 4]], ["raffish", [5, 1624, 5]], ["dapper", [5, 1624, 6]], ["dashing", [5, 1624, 7]], ["rakish", [5, 1624, 8]], ["chipper", [5, 1624, 9]]]}, {"answer": "jazzy", "hint": "synonyms for jazzy", "clues": [["sporty", [5, 1625, 0]], ["gaudy", [5, 1625, 1]], ["flashy", [5, 1625, 2]], ["showy", [5, 1625, 3]]]}, {"answer": "jealous", "hint": "synonyms for jealous", "clues": [["overjealous", [5, 1626, 0]], ["envious", [5, 1626, 1]], ["covetous", [5, 1626, 2]], ["green-eyed", [5, 1626, 3]]]}, {"answer": "jeering", "hint": "synonyms for jeering", "clues": [["mocking", [5, 1627, 0]], ["taunting", [5, 1627, 1]], ["gibelike", [5, 1627, 2]], ["derisive", [5, 1627, 3]]]}, {"answer": "jejune", "hint": "synonyms for jejune", "clues": [["adolescent", [5, 1628, 0]], ["insipid", [5, 1628, 1]], ["puerile", [5, 1628, 2]], ["insubstantial", [5, 1628, 3]], ["juvenile", [5, 1628, 4]]]}, {"answer": "jerky", "hint": "synonyms for jerky", "clues": [["jerking", [5, 1629, 0]], ["dopey", [5, 1629, 1]], ["foolish", [5, 1629, 2]], ["goosey", [5, 1629, 3]], ["arrhythmic", [5, 1629, 4]], ["choppy", [5, 1629, 5]], ["gooselike", [5, 1629, 6]], ["anserine", [5, 1629, 7]]]}, {"answer": "jet", "hint": "synonyms for jet", "clues": [["jet-black", [5, 1630, 0]], ["sooty", [5, 1630, 1]], ["pitchy", [5, 1630, 2]], ["coal-black", [5, 1630, 3]]]}, {"answer": "jet-black", "hint": "synonyms for jet-black", "clues": [["sooty", [5, 1631, 0]], ["pitchy", [5, 1631, 1]], ["jet", [5, 1631, 2]], ["coal-black", [5, 1631, 3]]]}, {"answer": "jeweled", "hint": "synonyms for jeweled", "clues": [["spangled", [5, 1632, 0]], ["sequined", [5, 1632, 1]], ["gemmed", [5, 1632, 2]], ["jewelled", [5, 1632, 3]], ["beady", [5, 1632, 4]], ["spangly", [5, 1632, 5]]]}, {"answer": "jewelled", "hint": "synonyms for jewelled", "clues": [["spangled", [5, 1633, 0]], ["sequined", [5, 1633, 1]], ["gemmed", [5, 1633, 2]], ["beady", [5, 1633, 3]], ["spangly", [5, 1633, 4]], ["jeweled", [5, 1633, 5]]]}, {"answer": "jingoistic", "hint": "synonyms for jingoistic", "clues": [["flag-waving", [5, 1634, 0]], ["ultranationalistic", [5, 1634, 1]], ["chauvinistic", [5, 1634, 2]], ["superpatriotic", [5, 1634, 3]], ["nationalistic", [5, 1634, 4]]]}, {"answer": "jittery", "hint": "synonyms for jittery", "clues": [["jumpy", [5, 1635, 0]], ["uptight", [5, 1635, 1]], ["edgy", [5, 1635, 2]], ["restive", [5, 1635, 3]], ["overstrung", [5, 1635, 4]], ["high-strung", [5, 1635, 5]], ["highly strung", [5, 1635, 6]], ["nervy", [5, 1635, 7]]]}, {"answer": "jocund", "hint": "synonyms for jocund", "clues": [["mirthful", [5, 1636, 0]], ["gay", [5, 1636, 1]], ["jovial", [5, 1636, 2]], ["merry", [5, 1636, 3]], ["jolly", [5, 1636, 4]]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["mirthful", [5, 1637, 0]], ["jocund", [5, 1637, 1]], ["gay", [5, 1637, 2]], ["merry", [5, 1637, 3]], ["jovial", [5, 1637, 4]]]}, {"answer": "jolting", "hint": "synonyms for jolting", "clues": [["jolty", [5, 1638, 0]], ["rocky", [5, 1638, 1]], ["rough", [5, 1638, 2]], ["bumpy", [5, 1638, 3]], ["jumpy", [5, 1638, 4]]]}, {"answer": "jolty", "hint": "synonyms for jolty", "clues": [["rocky", [5, 1639, 0]], ["jolting", [5, 1639, 1]], ["rough", [5, 1639, 2]], ["bumpy", [5, 1639, 3]], ["jumpy", [5, 1639, 4]]]}, {"answer": "jovial", "hint": "synonyms for jovial", "clues": [["mirthful", [5, 1640, 0]], ["jocund", [5, 1640, 1]], ["gay", [5, 1640, 2]], ["merry", [5, 1640, 3]], ["jolly", [5, 1640, 4]]]}, {"answer": "jubilant", "hint": "synonyms for jubilant", "clues": [["rejoicing", [5, 1641, 0]], ["elated", [5, 1641, 1]], ["triumphal", [5, 1641, 2]], ["triumphant", [5, 1641, 3]], ["prideful", [5, 1641, 4]], ["joyful", [5, 1641, 5]], ["exultant", [5, 1641, 6]], ["gleeful", [5, 1641, 7]], ["exulting", [5, 1641, 8]]]}, {"answer": "juicy", "hint": "synonyms for juicy", "clues": [["red-hot", [5, 1642, 0]], ["racy", [5, 1642, 1]], ["gamy", [5, 1642, 2]], ["risque", [5, 1642, 3]], ["blue", [5, 1642, 4]], ["voluptuous", [5, 1642, 5]], ["fat", [5, 1642, 6]], ["toothsome", [5, 1642, 7]], ["luscious", [5, 1642, 8]], ["spicy", [5, 1642, 9]], ["naughty", [5, 1642, 10]]]}, {"answer": "jumbled", "hint": "synonyms for jumbled", "clues": [["disorderly", [5, 1643, 0]], ["hugger-mugger", [5, 1643, 1]], ["topsy-turvy", [5, 1643, 2]], ["higgledy-piggledy", [5, 1643, 3]]]}, {"answer": "jumpy", "hint": "synonyms for jumpy", "clues": [["jolting", [5, 1644, 0]], ["uptight", [5, 1644, 1]], ["edgy", [5, 1644, 2]], ["restive", [5, 1644, 3]], ["overstrung", [5, 1644, 4]], ["bumpy", [5, 1644, 5]], ["high-strung", [5, 1644, 6]], ["highly strung", [5, 1644, 7]], ["jolty", [5, 1644, 8]], ["nervy", [5, 1644, 9]], ["rough", [5, 1644, 10]], ["rocky", [5, 1644, 11]], ["jittery", [5, 1644, 12]]]}, {"answer": "junior-grade", "hint": "synonyms for junior-grade", "clues": [["subaltern", [5, 1645, 0]], ["lowly", [5, 1645, 1]], ["secondary", [5, 1645, 2]], ["petty", [5, 1645, 3]], ["lower-ranking", [5, 1645, 4]]]}, {"answer": "just", "hint": "synonyms for just", "clues": [["equitable", [5, 1646, 0]], ["good", [5, 1646, 1]], ["upright", [5, 1646, 2]], ["fair", [5, 1646, 3]]]}, {"answer": "jutting", "hint": "synonyms for jutting", "clues": [["protruding", [5, 1647, 0]], ["sticking out", [5, 1647, 1]], ["sticking", [5, 1647, 2]], ["relieved", [5, 1647, 3]], ["projected", [5, 1647, 4]], ["projecting", [5, 1647, 5]]]}, {"answer": "k", "hint": "synonyms for k", "clues": [["one thousand", [5, 1648, 0]], ["m", [5, 1648, 1]], ["thousand", [5, 1648, 2]], ["1000", [5, 1648, 3]]]}, {"answer": "keen", "hint": "synonyms for keen", "clues": [["penetrative", [5, 1649, 0]], ["great", [5, 1649, 1]], ["not bad", [5, 1649, 2]], ["knifelike", [5, 1649, 3]], ["penetrating", [5, 1649, 4]], ["swell", [5, 1649, 5]], ["piercing", [5, 1649, 6]], ["neat", [5, 1649, 7]], ["cutting", [5, 1649, 8]], ["lancinate", [5, 1649, 9]], ["discriminating", [5, 1649, 10]], ["nifty", [5, 1649, 11]], ["stabbing", [5, 1649, 12]], ["acute", [5, 1649, 13]], ["bang-up", [5, 1649, 14]], ["cracking", [5, 1649, 15]], ["lancinating", [5, 1649, 16]], ["sharp", [5, 1649, 17]], ["groovy", [5, 1649, 18]], ["incisive", [5, 1649, 19]], ["bully", [5, 1649, 20]], ["peachy", [5, 1649, 21]], ["dandy", [5, 1649, 22]], ["smashing", [5, 1649, 23]], ["corking", [5, 1649, 24]], ["slap-up", [5, 1649, 25]], ["exquisite", [5, 1649, 26]]]}, {"answer": "keen-sighted", "hint": "synonyms for keen-sighted", "clues": [["eagle-eyed", [5, 1650, 0]], ["lynx-eyed", [5, 1650, 1]], ["farseeing", [5, 1650, 2]], ["sharp-eyed", [5, 1650, 3]], ["quick-sighted", [5, 1650, 4]], ["sharp-sighted", [5, 1650, 5]], ["argus-eyed", [5, 1650, 6]], ["hawk-eyed", [5, 1650, 7]], ["longsighted", [5, 1650, 8]]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["cardinal", [5, 1651, 0]], ["primal", [5, 1651, 1]], ["central", [5, 1651, 2]], ["fundamental", [5, 1651, 3]]]}, {"answer": "kin", "hint": "synonyms for kin", "clues": [["cognate", [5, 1652, 0]], ["blood-related", [5, 1652, 1]], ["consanguineous", [5, 1652, 2]], ["akin", [5, 1652, 3]], ["consanguineal", [5, 1652, 4]]]}, {"answer": "kindly", "hint": "synonyms for kindly", "clues": [["charitable", [5, 1653, 0]], ["good-hearted", [5, 1653, 1]], ["benevolent", [5, 1653, 2]], ["openhearted", [5, 1653, 3]], ["sympathetic", [5, 1653, 4]], ["large-hearted", [5, 1653, 5]]]}, {"answer": "kinky", "hint": "synonyms for kinky", "clues": [["frizzy", [5, 1654, 0]], ["offbeat", [5, 1654, 1]], ["far-out", [5, 1654, 2]], ["perverted", [5, 1654, 3]], ["crisp", [5, 1654, 4]], ["way-out", [5, 1654, 5]], ["quirky", [5, 1654, 6]], ["nappy", [5, 1654, 7]]]}, {"answer": "kitschy", "hint": "synonyms for kitschy", "clues": [["drippy", [5, 1655, 0]], ["mawkish", [5, 1655, 1]], ["slushy", [5, 1655, 2]], ["hokey", [5, 1655, 3]], ["schmaltzy", [5, 1655, 4]], ["maudlin", [5, 1655, 5]], ["sentimental", [5, 1655, 6]], ["bathetic", [5, 1655, 7]], ["soupy", [5, 1655, 8]], ["mushy", [5, 1655, 9]], ["soppy", [5, 1655, 10]]]}, {"answer": "kitty-corner", "hint": "synonyms for kitty-corner", "clues": [["catty-corner", [5, 1656, 0]], ["cata-cornered", [5, 1656, 1]], ["kitty-cornered", [5, 1656, 2]], ["catercorner", [5, 1656, 3]]]}, {"answer": "kitty-cornered", "hint": "synonyms for kitty-cornered", "clues": [["catty-corner", [5, 1657, 0]], ["cata-cornered", [5, 1657, 1]], ["kitty-corner", [5, 1657, 2]], ["catercorner", [5, 1657, 3]]]}, {"answer": "knavish", "hint": "synonyms for knavish", "clues": [["cunning", [5, 1658, 0]], ["sly", [5, 1658, 1]], ["tricksy", [5, 1658, 2]], ["crafty", [5, 1658, 3]], ["foxy", [5, 1658, 4]], ["slick", [5, 1658, 5]], ["dodgy", [5, 1658, 6]], ["wily", [5, 1658, 7]], ["guileful", [5, 1658, 8]]]}, {"answer": "knifelike", "hint": "synonyms for knifelike", "clues": [["discriminating", [5, 1659, 0]], ["piercing", [5, 1659, 1]], ["penetrative", [5, 1659, 2]], ["stabbing", [5, 1659, 3]], ["acute", [5, 1659, 4]], ["lancinating", [5, 1659, 5]], ["sharp", [5, 1659, 6]], ["penetrating", [5, 1659, 7]], ["keen", [5, 1659, 8]], ["incisive", [5, 1659, 9]], ["cutting", [5, 1659, 10]], ["lancinate", [5, 1659, 11]]]}, {"answer": "knightly", "hint": "synonyms for knightly", "clues": [["gallant", [5, 1660, 0]], ["medieval", [5, 1660, 1]], ["chivalric", [5, 1660, 2]], ["chivalrous", [5, 1660, 3]]]}, {"answer": "knobbed", "hint": "synonyms for knobbed", "clues": [["knotty", [5, 1661, 0]], ["knotted", [5, 1661, 1]], ["gnarly", [5, 1661, 2]], ["gnarled", [5, 1661, 3]]]}, {"answer": "knotted", "hint": "synonyms for knotted", "clues": [["knotty", [5, 1662, 0]], ["gnarly", [5, 1662, 1]], ["knobbed", [5, 1662, 2]], ["gnarled", [5, 1662, 3]]]}, {"answer": "knotty", "hint": "synonyms for knotty", "clues": [["convoluted", [5, 1663, 0]], ["problematical", [5, 1663, 1]], ["gnarled", [5, 1663, 2]], ["tangled", [5, 1663, 3]], ["tortuous", [5, 1663, 4]], ["tough", [5, 1663, 5]], ["knotted", [5, 1663, 6]], ["involved", [5, 1663, 7]], ["snarly", [5, 1663, 8]], ["baffling", [5, 1663, 9]], ["gnarly", [5, 1663, 10]], ["knobbed", [5, 1663, 11]], ["elusive", [5, 1663, 12]]]}, {"answer": "knowing", "hint": "synonyms for knowing", "clues": [["intentional", [5, 1664, 0]], ["wise", [5, 1664, 1]], ["lettered", [5, 1664, 2]], ["learned", [5, 1664, 3]], ["well-read", [5, 1664, 4]], ["knowledgeable", [5, 1664, 5]], ["wise to", [5, 1664, 6]], ["well-educated", [5, 1664, 7]]]}, {"answer": "knowledgeable", "hint": "synonyms for knowledgeable", "clues": [["knowing", [5, 1665, 0]], ["intimate", [5, 1665, 1]], ["lettered", [5, 1665, 2]], ["well-read", [5, 1665, 3]], ["learned", [5, 1665, 4]], ["versed", [5, 1665, 5]], ["well-educated", [5, 1665, 6]]]}, {"answer": "ko'd", "hint": "synonyms for ko'd", "clues": [["stunned", [5, 1666, 0]], ["knocked out", [5, 1666, 1]], ["out", [5, 1666, 2]], ["kayoed", [5, 1666, 3]]]}, {"answer": "kookie", "hint": "synonyms for kookie", "clues": [["round the bend", [5, 1667, 0]], ["loco", [5, 1667, 1]], ["balmy", [5, 1667, 2]], ["bonkers", [5, 1667, 3]], ["loony", [5, 1667, 4]], ["barmy", [5, 1667, 5]], ["buggy", [5, 1667, 6]], ["nutty", [5, 1667, 7]], ["dotty", [5, 1667, 8]], ["daft", [5, 1667, 9]], ["fruity", [5, 1667, 10]], ["haywire", [5, 1667, 11]], ["bats", [5, 1667, 12]], ["nuts", [5, 1667, 13]], ["crackers", [5, 1667, 14]], ["kooky", [5, 1667, 15]], ["loopy", [5, 1667, 16]], ["batty", [5, 1667, 17]], ["whacky", [5, 1667, 18]], ["cracked", [5, 1667, 19]]]}, {"answer": "kooky", "hint": "synonyms for kooky", "clues": [["round the bend", [5, 1668, 0]], ["loco", [5, 1668, 1]], ["balmy", [5, 1668, 2]], ["bonkers", [5, 1668, 3]], ["loony", [5, 1668, 4]], ["barmy", [5, 1668, 5]], ["buggy", [5, 1668, 6]], ["nutty", [5, 1668, 7]], ["kookie", [5, 1668, 8]], ["dotty", [5, 1668, 9]], ["daft", [5, 1668, 10]], ["fruity", [5, 1668, 11]], ["haywire", [5, 1668, 12]], ["bats", [5, 1668, 13]], ["nuts", [5, 1668, 14]], ["crackers", [5, 1668, 15]], ["loopy", [5, 1668, 16]], ["batty", [5, 1668, 17]], ["whacky", [5, 1668, 18]], ["cracked", [5, 1668, 19]]]}, {"answer": "kyphotic", "hint": "synonyms for kyphotic", "clues": [["crookbacked", [5, 1669, 0]], ["hunchbacked", [5, 1669, 1]], ["humpbacked", [5, 1669, 2]], ["gibbous", [5, 1669, 3]], ["humped", [5, 1669, 4]]]}, {"answer": "laborious", "hint": "synonyms for laborious", "clues": [["heavy", [5, 1670, 0]], ["toilsome", [5, 1670, 1]], ["arduous", [5, 1670, 2]], ["grueling", [5, 1670, 3]], ["backbreaking", [5, 1670, 4]], ["operose", [5, 1670, 5]], ["punishing", [5, 1670, 6]], ["hard", [5, 1670, 7]]]}, {"answer": "lacking", "hint": "synonyms for lacking", "clues": [["absent", [5, 1671, 0]], ["missing", [5, 1671, 1]], ["wanting", [5, 1671, 2]], ["deficient", [5, 1671, 3]]]}, {"answer": "lacy", "hint": "synonyms for lacy", "clues": [["lacelike", [5, 1672, 0]], ["netted", [5, 1672, 1]], ["weblike", [5, 1672, 2]], ["netlike", [5, 1672, 3]], ["webby", [5, 1672, 4]], ["webbed", [5, 1672, 5]]]}, {"answer": "laid-off", "hint": "synonyms for laid-off", "clues": [["pink-slipped", [5, 1673, 0]], ["fired", [5, 1673, 1]], ["discharged", [5, 1673, 2]], ["dismissed", [5, 1673, 3]]]}, {"answer": "lame", "hint": "synonyms for lame", "clues": [["halt", [5, 1674, 0]], ["game", [5, 1674, 1]], ["feeble", [5, 1674, 2]], ["gimpy", [5, 1674, 3]], ["crippled", [5, 1674, 4]]]}, {"answer": "lamentable", "hint": "synonyms for lamentable", "clues": [["distressing", [5, 1675, 0]], ["deplorable", [5, 1675, 1]], ["sorry", [5, 1675, 2]], ["sad", [5, 1675, 3]], ["pitiful", [5, 1675, 4]]]}, {"answer": "lancinate", "hint": "synonyms for lancinate", "clues": [["knifelike", [5, 1676, 0]], ["piercing", [5, 1676, 1]], ["stabbing", [5, 1676, 2]], ["lancinating", [5, 1676, 3]], ["cutting", [5, 1676, 4]], ["keen", [5, 1676, 5]]]}, {"answer": "lancinating", "hint": "synonyms for lancinating", "clues": [["knifelike", [5, 1677, 0]], ["piercing", [5, 1677, 1]], ["stabbing", [5, 1677, 2]], ["cutting", [5, 1677, 3]], ["keen", [5, 1677, 4]], ["lancinate", [5, 1677, 5]]]}, {"answer": "laputan", "hint": "synonyms for laputan", "clues": [["airy", [5, 1678, 0]], ["impractical", [5, 1678, 1]], ["windy", [5, 1678, 2]], ["visionary", [5, 1678, 3]]]}, {"answer": "large", "hint": "synonyms for large", "clues": [["turgid", [5, 1679, 0]], ["great", [5, 1679, 1]], ["orotund", [5, 1679, 2]], ["tumid", [5, 1679, 3]], ["big", [5, 1679, 4]], ["magnanimous", [5, 1679, 5]], ["bombastic", [5, 1679, 6]], ["prominent", [5, 1679, 7]], ["enceinte", [5, 1679, 8]], ["with child", [5, 1679, 9]], ["expectant", [5, 1679, 10]], ["gravid", [5, 1679, 11]], ["heavy", [5, 1679, 12]], ["declamatory", [5, 1679, 13]]]}, {"answer": "large-hearted", "hint": "synonyms for large-hearted", "clues": [["charitable", [5, 1680, 0]], ["kindly", [5, 1680, 1]], ["good-hearted", [5, 1680, 2]], ["benevolent", [5, 1680, 3]], ["openhearted", [5, 1680, 4]], ["sympathetic", [5, 1680, 5]]]}, {"answer": "larger", "hint": "synonyms for larger", "clues": [["turgid", [5, 1681, 0]], ["great", [5, 1681, 1]], ["tumid", [5, 1681, 2]], ["enceinte", [5, 1681, 3]], ["magnanimous", [5, 1681, 4]], ["large", [5, 1681, 5]], ["heavy", [5, 1681, 6]], ["bigger", [5, 1681, 7]], ["big", [5, 1681, 8]], ["orotund", [5, 1681, 9]], ["prominent", [5, 1681, 10]], ["bombastic", [5, 1681, 11]], ["with child", [5, 1681, 12]], ["expectant", [5, 1681, 13]], ["gravid", [5, 1681, 14]], ["declamatory", [5, 1681, 15]]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["final", [5, 1682, 0]], ["terminal", [5, 1682, 1]], ["concluding", [5, 1682, 2]], ["net", [5, 1682, 3]], ["utmost", [5, 1682, 4]], ["last-place", [5, 1682, 5]], ["lowest", [5, 1682, 6]]]}, {"answer": "lasting", "hint": "synonyms for lasting", "clues": [["long-lived", [5, 1683, 0]], ["persistent", [5, 1683, 1]], ["durable", [5, 1683, 2]], ["long-lasting", [5, 1683, 3]], ["permanent", [5, 1683, 4]]]}, {"answer": "late", "hint": "synonyms for late", "clues": [["previous", [5, 1684, 0]], ["belated", [5, 1684, 1]], ["later", [5, 1684, 2]], ["recent", [5, 1684, 3]], ["tardy", [5, 1684, 4]], ["former", [5, 1684, 5]]]}, {"answer": "late-blooming", "hint": "synonyms for late-blooming", "clues": [["autumn-flowering", [5, 1685, 0]], ["late-flowering", [5, 1685, 1]], ["fall-flowering", [5, 1685, 2]], ["autumn-blooming", [5, 1685, 3]], ["fall-blooming", [5, 1685, 4]]]}, {"answer": "late-flowering", "hint": "synonyms for late-flowering", "clues": [["autumn-flowering", [5, 1686, 0]], ["late-blooming", [5, 1686, 1]], ["fall-flowering", [5, 1686, 2]], ["autumn-blooming", [5, 1686, 3]], ["fall-blooming", [5, 1686, 4]]]}, {"answer": "late-spring-blooming", "hint": "synonyms for late-spring-blooming", "clues": [["early-flowering", [5, 1687, 0]], ["spring-blooming", [5, 1687, 1]], ["early-blooming", [5, 1687, 2]], ["spring-flowering", [5, 1687, 3]]]}, {"answer": "later", "hint": "synonyms for later", "clues": [["late", [5, 1688, 0]], ["belated", [5, 1688, 1]], ["ulterior", [5, 1688, 2]], ["previous", [5, 1688, 3]], ["former", [5, 1688, 4]], ["posterior", [5, 1688, 5]], ["recent", [5, 1688, 6]], ["tardy", [5, 1688, 7]]]}, {"answer": "latest", "hint": "synonyms for latest", "clues": [["in style", [5, 1689, 0]], ["late", [5, 1689, 1]], ["belated", [5, 1689, 2]], ["previous", [5, 1689, 3]], ["former", [5, 1689, 4]], ["modish", [5, 1689, 5]], ["recent", [5, 1689, 6]], ["in vogue", [5, 1689, 7]], ["up-to-the-minute", [5, 1689, 8]], ["a la mode", [5, 1689, 9]], ["tardy", [5, 1689, 10]]]}, {"answer": "laughable", "hint": "synonyms for laughable", "clues": [["preposterous", [5, 1690, 0]], ["ludicrous", [5, 1690, 1]], ["absurd", [5, 1690, 2]], ["amusing", [5, 1690, 3]], ["mirthful", [5, 1690, 4]], ["nonsensical", [5, 1690, 5]], ["derisory", [5, 1690, 6]], ["risible", [5, 1690, 7]], ["cockeyed", [5, 1690, 8]], ["idiotic", [5, 1690, 9]], ["comic", [5, 1690, 10]], ["comical", [5, 1690, 11]], ["funny", [5, 1690, 12]], ["ridiculous", [5, 1690, 13]]]}, {"answer": "lavish", "hint": "synonyms for lavish", "clues": [["unstinted", [5, 1691, 0]], ["overgenerous", [5, 1691, 1]], ["unstinting", [5, 1691, 2]], ["plush", [5, 1691, 3]], ["too-generous", [5, 1691, 4]], ["munificent", [5, 1691, 5]], ["unsparing", [5, 1691, 6]], ["lucullan", [5, 1691, 7]]]}, {"answer": "lawful", "hint": "synonyms for lawful", "clues": [["legitimate", [5, 1692, 0]], ["rule-governed", [5, 1692, 1]], ["licit", [5, 1692, 2]], ["rightful", [5, 1692, 3]], ["true", [5, 1692, 4]]]}, {"answer": "lazy", "hint": "synonyms for lazy", "clues": [["work-shy", [5, 1693, 0]], ["slothful", [5, 1693, 1]], ["faineant", [5, 1693, 2]], ["indolent", [5, 1693, 3]], ["otiose", [5, 1693, 4]]]}, {"answer": "leaden", "hint": "synonyms for leaden", "clues": [["heavy", [5, 1694, 0]], ["dull", [5, 1694, 1]], ["weighted", [5, 1694, 2]], ["plodding", [5, 1694, 3]]]}, {"answer": "leading", "hint": "synonyms for leading", "clues": [["ahead", [5, 1695, 0]], ["in the lead", [5, 1695, 1]], ["star", [5, 1695, 2]], ["prima", [5, 1695, 3]], ["stellar", [5, 1695, 4]], ["preeminent", [5, 1695, 5]], ["starring", [5, 1695, 6]]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["atilt", [5, 1696, 0]], ["canted", [5, 1696, 1]], ["tipped", [5, 1696, 2]], ["tilted", [5, 1696, 3]]]}, {"answer": "learned", "hint": "synonyms for learned", "clues": [["knowing", [5, 1697, 0]], ["erudite", [5, 1697, 1]], ["lettered", [5, 1697, 2]], ["well-read", [5, 1697, 3]], ["conditioned", [5, 1697, 4]], ["knowledgeable", [5, 1697, 5]], ["well-educated", [5, 1697, 6]]]}, {"answer": "leery", "hint": "synonyms for leery", "clues": [["suspicious", [5, 1698, 0]], ["mistrustful", [5, 1698, 1]], ["wary", [5, 1698, 2]], ["untrusting", [5, 1698, 3]]]}, {"answer": "left", "hint": "synonyms for left", "clues": [["remaining", [5, 1699, 0]], ["left-hand", [5, 1699, 1]], ["unexpended", [5, 1699, 2]], ["left over", [5, 1699, 3]], ["odd", [5, 1699, 4]]]}, {"answer": "left-handed", "hint": "synonyms for left-handed", "clues": [["levorotary", [5, 1700, 0]], ["bumbling", [5, 1700, 1]], ["ham-handed", [5, 1700, 2]], ["ham-fisted", [5, 1700, 3]], ["morganatic", [5, 1700, 4]], ["handless", [5, 1700, 5]], ["butterfingered", [5, 1700, 6]], ["bungling", [5, 1700, 7]], ["heavy-handed", [5, 1700, 8]]]}, {"answer": "left_over", "hint": "synonyms for left over", "clues": [["remaining", [5, 1701, 0]], ["left", [5, 1701, 1]], ["unexpended", [5, 1701, 2]], ["odd", [5, 1701, 3]], ["leftover", [5, 1701, 4]]]}, {"answer": "leftover", "hint": "synonyms for leftover", "clues": [["remaining", [5, 1702, 0]], ["left", [5, 1702, 1]], ["unexpended", [5, 1702, 2]], ["left over", [5, 1702, 3]], ["odd", [5, 1702, 4]]]}, {"answer": "lemonlike", "hint": "synonyms for lemonlike", "clues": [["tangy", [5, 1703, 0]], ["lemony", [5, 1703, 1]], ["sourish", [5, 1703, 2]], ["tart", [5, 1703, 3]]]}, {"answer": "lemony", "hint": "synonyms for lemony", "clues": [["tangy", [5, 1704, 0]], ["sourish", [5, 1704, 1]], ["lemonlike", [5, 1704, 2]], ["tart", [5, 1704, 3]]]}, {"answer": "lengthy", "hint": "synonyms for lengthy", "clues": [["protracted", [5, 1705, 0]], ["drawn-out", [5, 1705, 1]], ["extended", [5, 1705, 2]], ["prolonged", [5, 1705, 3]]]}, {"answer": "lenitive", "hint": "synonyms for lenitive", "clues": [["mitigative", [5, 1706, 0]], ["mitigatory", [5, 1706, 1]], ["alleviatory", [5, 1706, 2]], ["alleviative", [5, 1706, 3]]]}, {"answer": "lepidote", "hint": "synonyms for lepidote", "clues": [["scabrous", [5, 1707, 0]], ["scaly", [5, 1707, 1]], ["leprose", [5, 1707, 2]], ["scurfy", [5, 1707, 3]]]}, {"answer": "leprose", "hint": "synonyms for leprose", "clues": [["scabrous", [5, 1708, 0]], ["scaly", [5, 1708, 1]], ["lepidote", [5, 1708, 2]], ["scurfy", [5, 1708, 3]]]}, {"answer": "lettered", "hint": "synonyms for lettered", "clues": [["knowing", [5, 1709, 0]], ["well-read", [5, 1709, 1]], ["learned", [5, 1709, 2]], ["knowledgeable", [5, 1709, 3]], ["well-educated", [5, 1709, 4]]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["unwavering", [5, 1710, 0]], ["tied", [5, 1710, 1]], ["plane", [5, 1710, 2]], ["even", [5, 1710, 3]], ["flat", [5, 1710, 4]]]}, {"answer": "level-headed", "hint": "synonyms for level-headed", "clues": [["levelheaded", [5, 1711, 0]], ["healthy", [5, 1711, 1]], ["intelligent", [5, 1711, 2]], ["sound", [5, 1711, 3]]]}, {"answer": "levelheaded", "hint": "synonyms for levelheaded", "clues": [["healthy", [5, 1712, 0]], ["intelligent", [5, 1712, 1]], ["level-headed", [5, 1712, 2]], ["sound", [5, 1712, 3]]]}, {"answer": "lewd", "hint": "synonyms for lewd", "clues": [["lascivious", [5, 1713, 0]], ["lustful", [5, 1713, 1]], ["raunchy", [5, 1713, 2]], ["salacious", [5, 1713, 3]], ["libidinous", [5, 1713, 4]], ["obscene", [5, 1713, 5]]]}, {"answer": "libellous", "hint": "synonyms for libellous", "clues": [["slanderous", [5, 1714, 0]], ["calumnious", [5, 1714, 1]], ["denigrative", [5, 1714, 2]], ["denigrating", [5, 1714, 3]], ["defamatory", [5, 1714, 4]], ["denigratory", [5, 1714, 5]], ["calumniatory", [5, 1714, 6]], ["libelous", [5, 1714, 7]]]}, {"answer": "libelous", "hint": "synonyms for libelous", "clues": [["slanderous", [5, 1715, 0]], ["calumnious", [5, 1715, 1]], ["denigrative", [5, 1715, 2]], ["libellous", [5, 1715, 3]], ["denigrating", [5, 1715, 4]], ["defamatory", [5, 1715, 5]], ["denigratory", [5, 1715, 6]], ["calumniatory", [5, 1715, 7]]]}, {"answer": "liberal", "hint": "synonyms for liberal", "clues": [["freehanded", [5, 1716, 0]], ["bountiful", [5, 1716, 1]], ["giving", [5, 1716, 2]], ["big", [5, 1716, 3]], ["free", [5, 1716, 4]], ["loose", [5, 1716, 5]], ["bighearted", [5, 1716, 6]], ["large-minded", [5, 1716, 7]], ["broad", [5, 1716, 8]], ["handsome", [5, 1716, 9]], ["bounteous", [5, 1716, 10]], ["openhanded", [5, 1716, 11]], ["tolerant", [5, 1716, 12]]]}, {"answer": "libertine", "hint": "synonyms for libertine", "clues": [["riotous", [5, 1717, 0]], ["degenerate", [5, 1717, 1]], ["dissipated", [5, 1717, 2]], ["fast", [5, 1717, 3]], ["debauched", [5, 1717, 4]], ["dissolute", [5, 1717, 5]], ["degraded", [5, 1717, 6]], ["profligate", [5, 1717, 7]]]}, {"answer": "life-threatening", "hint": "synonyms for life-threatening", "clues": [["grievous", [5, 1718, 0]], ["serious", [5, 1718, 1]], ["dangerous", [5, 1718, 2]], ["grave", [5, 1718, 3]], ["severe", [5, 1718, 4]]]}, {"answer": "lifelike", "hint": "synonyms for lifelike", "clues": [["graphic", [5, 1719, 0]], ["natural", [5, 1719, 1]], ["pictorial", [5, 1719, 2]], ["vivid", [5, 1719, 3]]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["idle", [5, 1720, 0]], ["light-headed", [5, 1720, 1]], ["swooning", [5, 1720, 2]], ["sluttish", [5, 1720, 3]], ["loose", [5, 1720, 4]], ["wakeful", [5, 1720, 5]], ["scant", [5, 1720, 6]], ["easy", [5, 1720, 7]], ["light-colored", [5, 1720, 8]], ["faint", [5, 1720, 9]], ["weak", [5, 1720, 10]], ["calorie-free", [5, 1720, 11]], ["lightsome", [5, 1720, 12]], ["clear", [5, 1720, 13]], ["abstemious", [5, 1720, 14]], ["low-cal", [5, 1720, 15]], ["promiscuous", [5, 1720, 16]], ["tripping", [5, 1720, 17]], ["clean", [5, 1720, 18]], ["unclouded", [5, 1720, 19]], ["short", [5, 1720, 20]], ["unaccented", [5, 1720, 21]], ["wanton", [5, 1720, 22]], ["lite", [5, 1720, 23]]]}, {"answer": "light-headed", "hint": "synonyms for light-headed", "clues": [["light", [5, 1721, 0]], ["swooning", [5, 1721, 1]], ["airheaded", [5, 1721, 2]], ["lightheaded", [5, 1721, 3]], ["dizzy", [5, 1721, 4]], ["silly", [5, 1721, 5]], ["empty-headed", [5, 1721, 6]], ["giddy", [5, 1721, 7]], ["faint", [5, 1721, 8]], ["featherbrained", [5, 1721, 9]]]}, {"answer": "light-hearted", "hint": "synonyms for light-hearted", "clues": [["blithe", [5, 1722, 0]], ["lighthearted", [5, 1722, 1]], ["lightsome", [5, 1722, 2]], ["blithesome", [5, 1722, 3]]]}, {"answer": "lightheaded", "hint": "synonyms for lightheaded", "clues": [["light", [5, 1723, 0]], ["light-headed", [5, 1723, 1]], ["swooning", [5, 1723, 2]], ["airheaded", [5, 1723, 3]], ["dizzy", [5, 1723, 4]], ["silly", [5, 1723, 5]], ["empty-headed", [5, 1723, 6]], ["giddy", [5, 1723, 7]], ["faint", [5, 1723, 8]], ["featherbrained", [5, 1723, 9]]]}, {"answer": "lighthearted", "hint": "synonyms for lighthearted", "clues": [["blithe", [5, 1724, 0]], ["light-hearted", [5, 1724, 1]], ["lightsome", [5, 1724, 2]], ["blithesome", [5, 1724, 3]]]}, {"answer": "lightsome", "hint": "synonyms for lightsome", "clues": [["blithe", [5, 1725, 0]], ["light-hearted", [5, 1725, 1]], ["light", [5, 1725, 2]], ["tripping", [5, 1725, 3]], ["blithesome", [5, 1725, 4]]]}, {"answer": "like", "hint": "synonyms for like", "clues": [["same", [5, 1726, 0]], ["corresponding", [5, 1726, 1]], ["comparable", [5, 1726, 2]], ["similar", [5, 1726, 3]], ["alike", [5, 1726, 4]]]}, {"answer": "lilliputian", "hint": "synonyms for lilliputian", "clues": [["midget", [5, 1727, 0]], ["tiny", [5, 1727, 1]], ["petty", [5, 1727, 2]], ["little", [5, 1727, 3]], ["flyspeck", [5, 1727, 4]], ["fiddling", [5, 1727, 5]], ["petite", [5, 1727, 6]], ["niggling", [5, 1727, 7]], ["footling", [5, 1727, 8]], ["picayune", [5, 1727, 9]], ["bantam", [5, 1727, 10]], ["piffling", [5, 1727, 11]], ["diminutive", [5, 1727, 12]], ["trivial", [5, 1727, 13]]]}, {"answer": "lily-livered", "hint": "synonyms for lily-livered", "clues": [["yellow", [5, 1728, 0]], ["white-livered", [5, 1728, 1]], ["chicken", [5, 1728, 2]], ["yellow-bellied", [5, 1728, 3]], ["chickenhearted", [5, 1728, 4]]]}, {"answer": "limiting", "hint": "synonyms for limiting", "clues": [["restricting", [5, 1729, 0]], ["confining", [5, 1729, 1]], ["constrictive", [5, 1729, 2]], ["constraining", [5, 1729, 3]]]}, {"answer": "limitless", "hint": "synonyms for limitless", "clues": [["illimitable", [5, 1730, 0]], ["measureless", [5, 1730, 1]], ["unlimited", [5, 1730, 2]], ["unbounded", [5, 1730, 3]], ["boundless", [5, 1730, 4]]]}, {"answer": "limpid", "hint": "synonyms for limpid", "clues": [["lucid", [5, 1731, 0]], ["crystalline", [5, 1731, 1]], ["crystal clear", [5, 1731, 2]], ["pellucid", [5, 1731, 3]], ["liquid", [5, 1731, 4]], ["transparent", [5, 1731, 5]], ["perspicuous", [5, 1731, 6]], ["luculent", [5, 1731, 7]]]}, {"answer": "linear", "hint": "synonyms for linear", "clues": [["one-dimensional", [5, 1732, 0]], ["analog", [5, 1732, 1]], ["additive", [5, 1732, 2]], ["elongate", [5, 1732, 3]], ["running", [5, 1732, 4]]]}, {"answer": "liquid", "hint": "synonyms for liquid", "clues": [["fluid", [5, 1733, 0]], ["swimming", [5, 1733, 1]], ["smooth", [5, 1733, 2]], ["limpid", [5, 1733, 3]], ["liquified", [5, 1733, 4]], ["melted", [5, 1733, 5]], ["fluent", [5, 1733, 6]]]}, {"answer": "liquified", "hint": "synonyms for liquified", "clues": [["liquefied", [5, 1734, 0]], ["liquid", [5, 1734, 1]], ["melted", [5, 1734, 2]], ["molten", [5, 1734, 3]]]}, {"answer": "lissom", "hint": "synonyms for lissom", "clues": [["lissome", [5, 1735, 0]], ["lithe", [5, 1735, 1]], ["svelte", [5, 1735, 2]], ["slender", [5, 1735, 3]], ["lithesome", [5, 1735, 4]], ["sylphlike", [5, 1735, 5]], ["supple", [5, 1735, 6]]]}, {"answer": "lissome", "hint": "synonyms for lissome", "clues": [["lissom", [5, 1736, 0]], ["lithe", [5, 1736, 1]], ["svelte", [5, 1736, 2]], ["slender", [5, 1736, 3]], ["lithesome", [5, 1736, 4]], ["sylphlike", [5, 1736, 5]], ["supple", [5, 1736, 6]]]}, {"answer": "lithe", "hint": "synonyms for lithe", "clues": [["lissom", [5, 1737, 0]], ["svelte", [5, 1737, 1]], ["slender", [5, 1737, 2]], ["lithesome", [5, 1737, 3]], ["sylphlike", [5, 1737, 4]], ["supple", [5, 1737, 5]]]}, {"answer": "lithesome", "hint": "synonyms for lithesome", "clues": [["lissom", [5, 1738, 0]], ["lithe", [5, 1738, 1]], ["svelte", [5, 1738, 2]], ["slender", [5, 1738, 3]], ["sylphlike", [5, 1738, 4]], ["supple", [5, 1738, 5]]]}, {"answer": "litigious", "hint": "synonyms for litigious", "clues": [["disputatious", [5, 1739, 0]], ["combative", [5, 1739, 1]], ["disputative", [5, 1739, 2]], ["contentious", [5, 1739, 3]]]}, {"answer": "little", "hint": "synonyms for little", "clues": [["slight", [5, 1740, 0]], ["petty", [5, 1740, 1]], ["small", [5, 1740, 2]], ["minuscule", [5, 1740, 3]], ["lilliputian", [5, 1740, 4]], ["fiddling", [5, 1740, 5]], ["niggling", [5, 1740, 6]], ["footling", [5, 1740, 7]], ["picayune", [5, 1740, 8]], ["piffling", [5, 1740, 9]], ["trivial", [5, 1740, 10]], ["short", [5, 1740, 11]]]}, {"answer": "littler", "hint": "synonyms for littler", "clues": [["slight", [5, 1741, 0]], ["little", [5, 1741, 1]], ["petty", [5, 1741, 2]], ["smaller", [5, 1741, 3]], ["small", [5, 1741, 4]], ["niggling", [5, 1741, 5]], ["picayune", [5, 1741, 6]], ["piffling", [5, 1741, 7]], ["piddling", [5, 1741, 8]], ["minuscule", [5, 1741, 9]], ["lilliputian", [5, 1741, 10]], ["footling", [5, 1741, 11]], ["trivial", [5, 1741, 12]], ["short", [5, 1741, 13]]]}, {"answer": "live", "hint": "synonyms for live", "clues": [["unrecorded", [5, 1742, 0]], ["alive", [5, 1742, 1]], ["springy", [5, 1742, 2]], ["lively", [5, 1742, 3]], ["bouncy", [5, 1742, 4]], ["resilient", [5, 1742, 5]], ["hot", [5, 1742, 6]]]}, {"answer": "lively", "hint": "synonyms for lively", "clues": [["racy", [5, 1743, 0]], ["springy", [5, 1743, 1]], ["merry", [5, 1743, 2]], ["brisk", [5, 1743, 3]], ["snappy", [5, 1743, 4]], ["resilient", [5, 1743, 5]], ["spanking", [5, 1743, 6]], ["bouncy", [5, 1743, 7]], ["zippy", [5, 1743, 8]], ["live", [5, 1743, 9]], ["vital", [5, 1743, 10]], ["rattling", [5, 1743, 11]], ["alert", [5, 1743, 12]], ["full of life", [5, 1743, 13]]]}, {"answer": "liverish", "hint": "synonyms for liverish", "clues": [["atrabilious", [5, 1744, 0]], ["dyspeptic", [5, 1744, 1]], ["bilious", [5, 1744, 2]], ["livery", [5, 1744, 3]]]}, {"answer": "livid", "hint": "synonyms for livid", "clues": [["bloodless", [5, 1745, 0]], ["white", [5, 1745, 1]], ["blanched", [5, 1745, 2]], ["black-and-blue", [5, 1745, 3]], ["ashen", [5, 1745, 4]]]}, {"answer": "loaded", "hint": "synonyms for loaded", "clues": [["fuddled", [5, 1746, 0]], ["ladened", [5, 1746, 1]], ["sloshed", [5, 1746, 2]], ["stiff", [5, 1746, 3]], ["cockeyed", [5, 1746, 4]], ["sozzled", [5, 1746, 5]], ["moneyed", [5, 1746, 6]], ["pie-eyed", [5, 1746, 7]], ["soaked", [5, 1746, 8]], ["pixilated", [5, 1746, 9]], ["blotto", [5, 1746, 10]], ["wet", [5, 1746, 11]], ["pissed", [5, 1746, 12]], ["wealthy", [5, 1746, 13]], ["besotted", [5, 1746, 14]], ["soused", [5, 1746, 15]], ["flush", [5, 1746, 16]], ["slopped", [5, 1746, 17]], ["smashed", [5, 1746, 18]], ["blind drunk", [5, 1746, 19]], ["plastered", [5, 1746, 20]], ["affluent", [5, 1746, 21]], ["crocked", [5, 1746, 22]], ["tight", [5, 1746, 23]], ["squiffy", [5, 1746, 24]], ["laden", [5, 1746, 25]]]}, {"answer": "loaded_down", "hint": "synonyms for loaded down", "clues": [["heavy-laden", [5, 1747, 0]], ["bowed down", [5, 1747, 1]], ["burdened", [5, 1747, 2]], ["overburdened", [5, 1747, 3]], ["weighed down", [5, 1747, 4]]]}, {"answer": "loath", "hint": "synonyms for loath", "clues": [["indisposed", [5, 1748, 0]], ["loth", [5, 1748, 1]], ["antipathetic", [5, 1748, 2]], ["reluctant", [5, 1748, 3]], ["averse", [5, 1748, 4]]]}, {"answer": "loathly", "hint": "synonyms for loathly", "clues": [["foul", [5, 1749, 0]], ["distasteful", [5, 1749, 1]], ["revolting", [5, 1749, 2]], ["wicked", [5, 1749, 3]], ["disgusting", [5, 1749, 4]], ["skanky", [5, 1749, 5]], ["yucky", [5, 1749, 6]], ["disgustful", [5, 1749, 7]], ["repellant", [5, 1749, 8]], ["repelling", [5, 1749, 9]], ["loathsome", [5, 1749, 10]]]}, {"answer": "loathsome", "hint": "synonyms for loathsome", "clues": [["foul", [5, 1750, 0]], ["distasteful", [5, 1750, 1]], ["revolting", [5, 1750, 2]], ["noisome", [5, 1750, 3]], ["repellent", [5, 1750, 4]], ["nauseous", [5, 1750, 5]], ["sickening", [5, 1750, 6]], ["nauseating", [5, 1750, 7]], ["loathly", [5, 1750, 8]], ["offensive", [5, 1750, 9]], ["wicked", [5, 1750, 10]], ["queasy", [5, 1750, 11]], ["disgusting", [5, 1750, 12]], ["skanky", [5, 1750, 13]], ["vile", [5, 1750, 14]], ["disgustful", [5, 1750, 15]], ["repelling", [5, 1750, 16]], ["yucky", [5, 1750, 17]]]}, {"answer": "loco", "hint": "synonyms for loco", "clues": [["round the bend", [5, 1751, 0]], ["balmy", [5, 1751, 1]], ["bonkers", [5, 1751, 2]], ["loony", [5, 1751, 3]], ["barmy", [5, 1751, 4]], ["buggy", [5, 1751, 5]], ["nutty", [5, 1751, 6]], ["kookie", [5, 1751, 7]], ["dotty", [5, 1751, 8]], ["daft", [5, 1751, 9]], ["fruity", [5, 1751, 10]], ["haywire", [5, 1751, 11]], ["bats", [5, 1751, 12]], ["nuts", [5, 1751, 13]], ["crackers", [5, 1751, 14]], ["kooky", [5, 1751, 15]], ["loopy", [5, 1751, 16]], ["batty", [5, 1751, 17]], ["whacky", [5, 1751, 18]], ["cracked", [5, 1751, 19]]]}, {"answer": "lofty", "hint": "synonyms for lofty", "clues": [["grand", [5, 1752, 0]], ["soaring", [5, 1752, 1]], ["sublime", [5, 1752, 2]], ["elevated", [5, 1752, 3]], ["rarified", [5, 1752, 4]], ["high-flown", [5, 1752, 5]], ["eminent", [5, 1752, 6]], ["proud", [5, 1752, 7]], ["noble-minded", [5, 1752, 8]], ["towering", [5, 1752, 9]], ["gallant", [5, 1752, 10]], ["idealistic", [5, 1752, 11]], ["majestic", [5, 1752, 12]], ["high-minded", [5, 1752, 13]], ["exalted", [5, 1752, 14]]]}, {"answer": "loggerheaded", "hint": "synonyms for loggerheaded", "clues": [["thick", [5, 1753, 0]], ["fatheaded", [5, 1753, 1]], ["wooden-headed", [5, 1753, 2]], ["duncical", [5, 1753, 3]], ["thickheaded", [5, 1753, 4]], ["blockheaded", [5, 1753, 5]], ["thick-skulled", [5, 1753, 6]], ["boneheaded", [5, 1753, 7]], ["duncish", [5, 1753, 8]]]}, {"answer": "logical", "hint": "synonyms for logical", "clues": [["consistent", [5, 1754, 0]], ["lucid", [5, 1754, 1]], ["coherent", [5, 1754, 2]], ["ordered", [5, 1754, 3]], ["legitimate", [5, 1754, 4]]]}, {"answer": "logy", "hint": "synonyms for logy", "clues": [["stuporous", [5, 1755, 0]], ["groggy", [5, 1755, 1]], ["dazed", [5, 1755, 2]], ["foggy", [5, 1755, 3]]]}, {"answer": "lone", "hint": "synonyms for lone", "clues": [["lonesome", [5, 1756, 0]], ["lonely", [5, 1756, 1]], ["alone", [5, 1756, 2]], ["solitary", [5, 1756, 3]], ["sole", [5, 1756, 4]], ["only", [5, 1756, 5]]]}, {"answer": "lonely", "hint": "synonyms for lonely", "clues": [["lonesome", [5, 1757, 0]], ["alone", [5, 1757, 1]], ["solitary", [5, 1757, 2]], ["unfrequented", [5, 1757, 3]]]}, {"answer": "lonesome", "hint": "synonyms for lonesome", "clues": [["sole", [5, 1758, 0]], ["only", [5, 1758, 1]], ["solitary", [5, 1758, 2]], ["lone", [5, 1758, 3]]]}, {"answer": "long", "hint": "synonyms for long", "clues": [["recollective", [5, 1759, 0]], ["retentive", [5, 1759, 1]], ["prospicient", [5, 1759, 2]], ["farseeing", [5, 1759, 3]], ["foresighted", [5, 1759, 4]], ["tenacious", [5, 1759, 5]], ["longsighted", [5, 1759, 6]], ["foresightful", [5, 1759, 7]]]}, {"answer": "long-winded", "hint": "synonyms for long-winded", "clues": [["tedious", [5, 1760, 0]], ["wordy", [5, 1760, 1]], ["windy", [5, 1760, 2]], ["verbose", [5, 1760, 3]]]}, {"answer": "longsighted", "hint": "synonyms for longsighted", "clues": [["eagle-eyed", [5, 1761, 0]], ["prospicient", [5, 1761, 1]], ["farseeing", [5, 1761, 2]], ["foresighted", [5, 1761, 3]], ["keen-sighted", [5, 1761, 4]], ["long", [5, 1761, 5]], ["foresightful", [5, 1761, 6]]]}, {"answer": "loony", "hint": "synonyms for loony", "clues": [["round the bend", [5, 1762, 0]], ["loco", [5, 1762, 1]], ["balmy", [5, 1762, 2]], ["bonkers", [5, 1762, 3]], ["barmy", [5, 1762, 4]], ["buggy", [5, 1762, 5]], ["nutty", [5, 1762, 6]], ["kookie", [5, 1762, 7]], ["dotty", [5, 1762, 8]], ["daft", [5, 1762, 9]], ["fruity", [5, 1762, 10]], ["haywire", [5, 1762, 11]], ["bats", [5, 1762, 12]], ["nuts", [5, 1762, 13]], ["crackers", [5, 1762, 14]], ["kooky", [5, 1762, 15]], ["loopy", [5, 1762, 16]], ["batty", [5, 1762, 17]], ["whacky", [5, 1762, 18]], ["cracked", [5, 1762, 19]]]}, {"answer": "loopy", "hint": "synonyms for loopy", "clues": [["round the bend", [5, 1763, 0]], ["loco", [5, 1763, 1]], ["balmy", [5, 1763, 2]], ["bonkers", [5, 1763, 3]], ["loony", [5, 1763, 4]], ["barmy", [5, 1763, 5]], ["buggy", [5, 1763, 6]], ["nutty", [5, 1763, 7]], ["kookie", [5, 1763, 8]], ["dotty", [5, 1763, 9]], ["daft", [5, 1763, 10]], ["fruity", [5, 1763, 11]], ["haywire", [5, 1763, 12]], ["bats", [5, 1763, 13]], ["nuts", [5, 1763, 14]], ["crackers", [5, 1763, 15]], ["kooky", [5, 1763, 16]], ["batty", [5, 1763, 17]], ["whacky", [5, 1763, 18]], ["cracked", [5, 1763, 19]]]}, {"answer": "loose", "hint": "synonyms for loose", "clues": [["open", [5, 1764, 0]], ["at large", [5, 1764, 1]], ["sluttish", [5, 1764, 2]], ["light", [5, 1764, 3]], ["promiscuous", [5, 1764, 4]], ["lax", [5, 1764, 5]], ["unaffixed", [5, 1764, 6]], ["liberal", [5, 1764, 7]], ["informal", [5, 1764, 8]], ["on the loose", [5, 1764, 9]], ["easy", [5, 1764, 10]], ["slack", [5, 1764, 11]], ["escaped", [5, 1764, 12]], ["wanton", [5, 1764, 13]], ["free", [5, 1764, 14]], ["idle", [5, 1764, 15]]]}, {"answer": "lopsided", "hint": "synonyms for lopsided", "clues": [["awry", [5, 1765, 0]], ["cockeyed", [5, 1765, 1]], ["askew", [5, 1765, 2]], ["wonky", [5, 1765, 3]], ["skew-whiff", [5, 1765, 4]]]}, {"answer": "loquacious", "hint": "synonyms for loquacious", "clues": [["talky", [5, 1766, 0]], ["gabby", [5, 1766, 1]], ["garrulous", [5, 1766, 2]], ["talkative", [5, 1766, 3]], ["chatty", [5, 1766, 4]]]}, {"answer": "lordly", "hint": "synonyms for lordly", "clues": [["grand", [5, 1767, 0]], ["disdainful", [5, 1767, 1]], ["haughty", [5, 1767, 2]], ["august", [5, 1767, 3]], ["prideful", [5, 1767, 4]], ["swaggering", [5, 1767, 5]], ["sniffy", [5, 1767, 6]], ["supercilious", [5, 1767, 7]], ["imperious", [5, 1767, 8]], ["overbearing", [5, 1767, 9]]]}, {"answer": "lost", "hint": "synonyms for lost", "clues": [["disoriented", [5, 1768, 0]], ["bemused", [5, 1768, 1]], ["deep in thought", [5, 1768, 2]], ["helpless", [5, 1768, 3]], ["confused", [5, 1768, 4]], ["preoccupied", [5, 1768, 5]], ["befuddled", [5, 1768, 6]], ["mazed", [5, 1768, 7]], ["baffled", [5, 1768, 8]], ["mixed-up", [5, 1768, 9]], ["confounded", [5, 1768, 10]], ["at sea", [5, 1768, 11]], ["missed", [5, 1768, 12]], ["bewildered", [5, 1768, 13]]]}, {"answer": "loth", "hint": "synonyms for loth", "clues": [["loath", [5, 1769, 0]], ["indisposed", [5, 1769, 1]], ["antipathetic", [5, 1769, 2]], ["reluctant", [5, 1769, 3]], ["averse", [5, 1769, 4]]]}, {"answer": "loud", "hint": "synonyms for loud", "clues": [["forte", [5, 1770, 0]], ["tatty", [5, 1770, 1]], ["trashy", [5, 1770, 2]], ["flash", [5, 1770, 3]], ["gimcrack", [5, 1770, 4]], ["tacky", [5, 1770, 5]], ["meretricious", [5, 1770, 6]], ["brassy", [5, 1770, 7]], ["tawdry", [5, 1770, 8]], ["cheap", [5, 1770, 9]], ["gaudy", [5, 1770, 10]], ["garish", [5, 1770, 11]]]}, {"answer": "lousy", "hint": "synonyms for lousy", "clues": [["rotten", [5, 1771, 0]], ["stinking", [5, 1771, 1]], ["icky", [5, 1771, 2]], ["stinky", [5, 1771, 3]], ["filthy", [5, 1771, 4]], ["crappy", [5, 1771, 5]], ["shitty", [5, 1771, 6]], ["dirty", [5, 1771, 7]]]}, {"answer": "loutish", "hint": "synonyms for loutish", "clues": [["neandertal", [5, 1772, 0]], ["swinish", [5, 1772, 1]], ["oafish", [5, 1772, 2]], ["boorish", [5, 1772, 3]]]}, {"answer": "lovesome", "hint": "synonyms for lovesome", "clues": [["fond", [5, 1773, 0]], ["tender", [5, 1773, 1]], ["affectionate", [5, 1773, 2]], ["warm", [5, 1773, 3]]]}, {"answer": "low", "hint": "synonyms for low", "clues": [["broken", [5, 1774, 0]], ["downhearted", [5, 1774, 1]], ["humble", [5, 1774, 2]], ["dispirited", [5, 1774, 3]], ["grim", [5, 1774, 4]], ["scurvy", [5, 1774, 5]], ["down in the mouth", [5, 1774, 6]], ["abject", [5, 1774, 7]], ["miserable", [5, 1774, 8]], ["low-pitched", [5, 1774, 9]], ["low-spirited", [5, 1774, 10]], ["crushed", [5, 1774, 11]], ["low-down", [5, 1774, 12]], ["scummy", [5, 1774, 13]], ["gloomy", [5, 1774, 14]], ["humiliated", [5, 1774, 15]], ["modest", [5, 1774, 16]], ["low-toned", [5, 1774, 17]], ["down", [5, 1774, 18]], ["lowly", [5, 1774, 19]], ["small", [5, 1774, 20]], ["depressed", [5, 1774, 21]], ["depleted", [5, 1774, 22]], ["downcast", [5, 1774, 23]], ["blue", [5, 1774, 24]]]}, {"answer": "low-down", "hint": "synonyms for low-down", "clues": [["low", [5, 1775, 0]], ["abject", [5, 1775, 1]], ["funky", [5, 1775, 2]], ["scummy", [5, 1775, 3]], ["miserable", [5, 1775, 4]], ["scurvy", [5, 1775, 5]]]}, {"answer": "low-set", "hint": "synonyms for low-set", "clues": [["chunky", [5, 1776, 0]], ["lowset", [5, 1776, 1]], ["squatty", [5, 1776, 2]], ["dumpy", [5, 1776, 3]], ["squat", [5, 1776, 4]], ["stumpy", [5, 1776, 5]]]}, {"answer": "low-spirited", "hint": "synonyms for low-spirited", "clues": [["low", [5, 1777, 0]], ["downhearted", [5, 1777, 1]], ["gloomy", [5, 1777, 2]], ["dispirited", [5, 1777, 3]], ["grim", [5, 1777, 4]], ["down", [5, 1777, 5]], ["down in the mouth", [5, 1777, 6]], ["depressed", [5, 1777, 7]], ["downcast", [5, 1777, 8]], ["blue", [5, 1777, 9]]]}, {"answer": "lowbred", "hint": "synonyms for lowbred", "clues": [["ill-bred", [5, 1778, 0]], ["underbred", [5, 1778, 1]], ["bounderish", [5, 1778, 2]], ["yokelish", [5, 1778, 3]], ["rude", [5, 1778, 4]]]}, {"answer": "lower-ranking", "hint": "synonyms for lower-ranking", "clues": [["subaltern", [5, 1779, 0]], ["lowly", [5, 1779, 1]], ["junior-grade", [5, 1779, 2]], ["petty", [5, 1779, 3]], ["secondary", [5, 1779, 4]]]}, {"answer": "lowest", "hint": "synonyms for lowest", "clues": [["broken", [5, 1780, 0]], ["low", [5, 1780, 1]], ["grim", [5, 1780, 2]], ["abject", [5, 1780, 3]], ["humbled", [5, 1780, 4]], ["low-spirited", [5, 1780, 5]], ["crushed", [5, 1780, 6]], ["gloomy", [5, 1780, 7]], ["small", [5, 1780, 8]], ["depleted", [5, 1780, 9]], ["last-place", [5, 1780, 10]], ["downcast", [5, 1780, 11]], ["downhearted", [5, 1780, 12]], ["dispirited", [5, 1780, 13]], ["scurvy", [5, 1780, 14]], ["down in the mouth", [5, 1780, 15]], ["miserable", [5, 1780, 16]], ["low-pitched", [5, 1780, 17]], ["low-down", [5, 1780, 18]], ["scummy", [5, 1780, 19]], ["humiliated", [5, 1780, 20]], ["modest", [5, 1780, 21]], ["low-toned", [5, 1780, 22]], ["down", [5, 1780, 23]], ["depressed", [5, 1780, 24]], ["last", [5, 1780, 25]], ["blue", [5, 1780, 26]]]}, {"answer": "lowly", "hint": "synonyms for lowly", "clues": [["humble", [5, 1781, 0]], ["secondary", [5, 1781, 1]], ["low", [5, 1781, 2]], ["junior-grade", [5, 1781, 3]], ["modest", [5, 1781, 4]], ["baseborn", [5, 1781, 5]], ["petty", [5, 1781, 6]], ["menial", [5, 1781, 7]], ["small", [5, 1781, 8]], ["subaltern", [5, 1781, 9]], ["base", [5, 1781, 10]], ["lower-ranking", [5, 1781, 11]]]}, {"answer": "loyal", "hint": "synonyms for loyal", "clues": [["fast", [5, 1782, 0]], ["patriotic", [5, 1782, 1]], ["truehearted", [5, 1782, 2]], ["firm", [5, 1782, 3]]]}, {"answer": "lucid", "hint": "synonyms for lucid", "clues": [["crystalline", [5, 1783, 0]], ["logical", [5, 1783, 1]], ["crystal clear", [5, 1783, 2]], ["pellucid", [5, 1783, 3]], ["perspicuous", [5, 1783, 4]], ["coherent", [5, 1783, 5]], ["transparent", [5, 1783, 6]], ["limpid", [5, 1783, 7]], ["luculent", [5, 1783, 8]]]}, {"answer": "luculent", "hint": "synonyms for luculent", "clues": [["lucid", [5, 1784, 0]], ["perspicuous", [5, 1784, 1]], ["crystal clear", [5, 1784, 2]], ["pellucid", [5, 1784, 3]], ["limpid", [5, 1784, 4]]]}, {"answer": "ludicrous", "hint": "synonyms for ludicrous", "clues": [["preposterous", [5, 1785, 0]], ["ridiculous", [5, 1785, 1]], ["absurd", [5, 1785, 2]], ["laughable", [5, 1785, 3]], ["nonsensical", [5, 1785, 4]], ["derisory", [5, 1785, 5]], ["farcical", [5, 1785, 6]], ["cockeyed", [5, 1785, 7]], ["idiotic", [5, 1785, 8]]]}, {"answer": "luscious", "hint": "synonyms for luscious", "clues": [["red-hot", [5, 1786, 0]], ["delectable", [5, 1786, 1]], ["pleasant-tasting", [5, 1786, 2]], ["voluptuous", [5, 1786, 3]], ["toothsome", [5, 1786, 4]], ["yummy", [5, 1786, 5]], ["scrumptious", [5, 1786, 6]], ["juicy", [5, 1786, 7]], ["delicious", [5, 1786, 8]]]}, {"answer": "lush", "hint": "synonyms for lush", "clues": [["exuberant", [5, 1787, 0]], ["luxuriant", [5, 1787, 1]], ["profuse", [5, 1787, 2]], ["riotous", [5, 1787, 3]], ["plush", [5, 1787, 4]], ["lavish", [5, 1787, 5]], ["lucullan", [5, 1787, 6]], ["succulent", [5, 1787, 7]]]}, {"answer": "lustful", "hint": "synonyms for lustful", "clues": [["lusty", [5, 1788, 0]], ["prurient", [5, 1788, 1]], ["concupiscent", [5, 1788, 2]], ["lascivious", [5, 1788, 3]], ["libidinous", [5, 1788, 4]], ["lewd", [5, 1788, 5]], ["salacious", [5, 1788, 6]], ["lubricious", [5, 1788, 7]]]}, {"answer": "lustrous", "hint": "synonyms for lustrous", "clues": [["shining", [5, 1789, 0]], ["sheeny", [5, 1789, 1]], ["bright", [5, 1789, 2]], ["glistening", [5, 1789, 3]], ["shiny", [5, 1789, 4]], ["glossy", [5, 1789, 5]], ["burnished", [5, 1789, 6]]]}, {"answer": "lusty", "hint": "synonyms for lusty", "clues": [["red-blooded", [5, 1790, 0]], ["full-blooded", [5, 1790, 1]], ["concupiscent", [5, 1790, 2]], ["lustful", [5, 1790, 3]], ["hearty", [5, 1790, 4]]]}, {"answer": "luxuriant", "hint": "synonyms for luxuriant", "clues": [["exuberant", [5, 1791, 0]], ["profuse", [5, 1791, 1]], ["riotous", [5, 1791, 2]], ["elaborate", [5, 1791, 3]], ["luxurious", [5, 1791, 4]], ["sybaritic", [5, 1791, 5]], ["voluptuary", [5, 1791, 6]], ["lush", [5, 1791, 7]], ["epicurean", [5, 1791, 8]], ["voluptuous", [5, 1791, 9]]]}, {"answer": "luxurious", "hint": "synonyms for luxurious", "clues": [["grand", [5, 1792, 0]], ["luxuriant", [5, 1792, 1]], ["sumptuous", [5, 1792, 2]], ["deluxe", [5, 1792, 3]], ["opulent", [5, 1792, 4]], ["princely", [5, 1792, 5]], ["sybaritic", [5, 1792, 6]], ["voluptuary", [5, 1792, 7]], ["gilded", [5, 1792, 8]], ["epicurean", [5, 1792, 9]], ["voluptuous", [5, 1792, 10]]]}, {"answer": "lynx-eyed", "hint": "synonyms for lynx-eyed", "clues": [["quick-sighted", [5, 1793, 0]], ["argus-eyed", [5, 1793, 1]], ["sharp-sighted", [5, 1793, 2]], ["keen-sighted", [5, 1793, 3]], ["hawk-eyed", [5, 1793, 4]], ["sharp-eyed", [5, 1793, 5]]]}, {"answer": "m", "hint": "synonyms for m", "clues": [["one thousand", [5, 1794, 0]], ["k", [5, 1794, 1]], ["thousand", [5, 1794, 2]], ["1000", [5, 1794, 3]]]}, {"answer": "macabre", "hint": "synonyms for macabre", "clues": [["grisly", [5, 1795, 0]], ["sick", [5, 1795, 1]], ["ghastly", [5, 1795, 2]], ["grim", [5, 1795, 3]], ["gruesome", [5, 1795, 4]]]}, {"answer": "machinelike", "hint": "synonyms for machinelike", "clues": [["automatic", [5, 1796, 0]], ["robotic", [5, 1796, 1]], ["robotlike", [5, 1796, 2]], ["automatonlike", [5, 1796, 3]]]}, {"answer": "mad", "hint": "synonyms for mad", "clues": [["unbalanced", [5, 1797, 0]], ["frantic", [5, 1797, 1]], ["huffy", [5, 1797, 2]], ["sick", [5, 1797, 3]], ["sore", [5, 1797, 4]], ["unrestrained", [5, 1797, 5]], ["delirious", [5, 1797, 6]], ["brainsick", [5, 1797, 7]], ["demented", [5, 1797, 8]], ["insane", [5, 1797, 9]], ["unhinged", [5, 1797, 10]], ["disturbed", [5, 1797, 11]], ["excited", [5, 1797, 12]], ["harebrained", [5, 1797, 13]], ["crazy", [5, 1797, 14]]]}, {"answer": "madcap", "hint": "synonyms for madcap", "clues": [["tearaway", [5, 1798, 0]], ["hotheaded", [5, 1798, 1]], ["brainish", [5, 1798, 2]], ["impulsive", [5, 1798, 3]], ["impetuous", [5, 1798, 4]]]}, {"answer": "maddened", "hint": "synonyms for maddened", "clues": [["furious", [5, 1799, 0]], ["angered", [5, 1799, 1]], ["infuriated", [5, 1799, 2]], ["enraged", [5, 1799, 3]]]}, {"answer": "made-to-order", "hint": "synonyms for made-to-order", "clues": [["bespoken", [5, 1800, 0]], ["tailor-made", [5, 1800, 1]], ["tailored", [5, 1800, 2]], ["custom-built", [5, 1800, 3]]]}, {"answer": "magic", "hint": "synonyms for magic", "clues": [["wizardly", [5, 1801, 0]], ["magical", [5, 1801, 1]], ["sorcerous", [5, 1801, 2]], ["witching", [5, 1801, 3]], ["charming", [5, 1801, 4]]]}, {"answer": "magical", "hint": "synonyms for magical", "clues": [["wizardly", [5, 1802, 0]], ["magic", [5, 1802, 1]], ["sorcerous", [5, 1802, 2]], ["witching", [5, 1802, 3]], ["charming", [5, 1802, 4]]]}, {"answer": "magisterial", "hint": "synonyms for magisterial", "clues": [["dominating", [5, 1803, 0]], ["high-and-mighty", [5, 1803, 1]], ["imposing", [5, 1803, 2]], ["peremptory", [5, 1803, 3]], ["autocratic", [5, 1803, 4]], ["bossy", [5, 1803, 5]], ["distinguished", [5, 1803, 6]], ["grand", [5, 1803, 7]]]}, {"answer": "maiden", "hint": "synonyms for maiden", "clues": [["initiatory", [5, 1804, 0]], ["initiative", [5, 1804, 1]], ["first", [5, 1804, 2]], ["inaugural", [5, 1804, 3]]]}, {"answer": "main", "hint": "synonyms for main", "clues": [["principal", [5, 1805, 0]], ["chief", [5, 1805, 1]], ["primary", [5, 1805, 2]], ["master", [5, 1805, 3]], ["independent", [5, 1805, 4]]]}, {"answer": "majestic", "hint": "synonyms for majestic", "clues": [["proud", [5, 1806, 0]], ["lofty", [5, 1806, 1]], ["purple", [5, 1806, 2]], ["gallant", [5, 1806, 3]], ["olympian", [5, 1806, 4]], ["royal", [5, 1806, 5]], ["imperial", [5, 1806, 6]], ["regal", [5, 1806, 7]]]}, {"answer": "male", "hint": "synonyms for male", "clues": [["virile", [5, 1807, 0]], ["manful", [5, 1807, 1]], ["manly", [5, 1807, 2]], ["manlike", [5, 1807, 3]]]}, {"answer": "malformed", "hint": "synonyms for malformed", "clues": [["distorted", [5, 1808, 0]], ["deformed", [5, 1808, 1]], ["ill-shapen", [5, 1808, 2]], ["misshapen", [5, 1808, 3]]]}, {"answer": "malleable", "hint": "synonyms for malleable", "clues": [["ductile", [5, 1809, 0]], ["pliant", [5, 1809, 1]], ["pliable", [5, 1809, 2]], ["tractile", [5, 1809, 3]], ["tensile", [5, 1809, 4]]]}, {"answer": "malodorous", "hint": "synonyms for malodorous", "clues": [["malodourous", [5, 1810, 0]], ["stinky", [5, 1810, 1]], ["ill-smelling", [5, 1810, 2]], ["unpleasant-smelling", [5, 1810, 3]]]}, {"answer": "malodourous", "hint": "synonyms for malodourous", "clues": [["stinky", [5, 1811, 0]], ["malodorous", [5, 1811, 1]], ["unpleasant-smelling", [5, 1811, 2]], ["ill-smelling", [5, 1811, 3]]]}, {"answer": "manageable", "hint": "synonyms for manageable", "clues": [["accomplishable", [5, 1812, 0]], ["realizable", [5, 1812, 1]], ["doable", [5, 1812, 2]], ["achievable", [5, 1812, 3]]]}, {"answer": "manful", "hint": "synonyms for manful", "clues": [["manly", [5, 1813, 0]], ["manlike", [5, 1813, 1]], ["male", [5, 1813, 2]], ["virile", [5, 1813, 3]]]}, {"answer": "manifest", "hint": "synonyms for manifest", "clues": [["patent", [5, 1814, 0]], ["evident", [5, 1814, 1]], ["apparent", [5, 1814, 2]], ["unmistakable", [5, 1814, 3]], ["plain", [5, 1814, 4]]]}, {"answer": "manlike", "hint": "synonyms for manlike", "clues": [["manly", [5, 1815, 0]], ["manful", [5, 1815, 1]], ["male", [5, 1815, 2]], ["virile", [5, 1815, 3]], ["anthropoid", [5, 1815, 4]]]}, {"answer": "manly", "hint": "synonyms for manly", "clues": [["manlike", [5, 1816, 0]], ["male", [5, 1816, 1]], ["manful", [5, 1816, 2]], ["virile", [5, 1816, 3]]]}, {"answer": "mantic", "hint": "synonyms for mantic", "clues": [["vatic", [5, 1817, 0]], ["sibylline", [5, 1817, 1]], ["vatical", [5, 1817, 2]], ["divinatory", [5, 1817, 3]], ["sibyllic", [5, 1817, 4]]]}, {"answer": "mantled", "hint": "synonyms for mantled", "clues": [["cloaked", [5, 1818, 0]], ["clothed", [5, 1818, 1]], ["wrapped", [5, 1818, 2]], ["draped", [5, 1818, 3]]]}, {"answer": "many-sided", "hint": "synonyms for many-sided", "clues": [["multifaceted", [5, 1819, 0]], ["multilateral", [5, 1819, 1]], ["miscellaneous", [5, 1819, 2]], ["multifarious", [5, 1819, 3]]]}, {"answer": "marshy", "hint": "synonyms for marshy", "clues": [["miry", [5, 1820, 0]], ["waterlogged", [5, 1820, 1]], ["mucky", [5, 1820, 2]], ["sloppy", [5, 1820, 3]], ["soggy", [5, 1820, 4]], ["swampy", [5, 1820, 5]], ["boggy", [5, 1820, 6]], ["sloughy", [5, 1820, 7]], ["quaggy", [5, 1820, 8]], ["squashy", [5, 1820, 9]], ["muddy", [5, 1820, 10]]]}, {"answer": "martial", "hint": "synonyms for martial", "clues": [["warriorlike", [5, 1821, 0]], ["soldierlike", [5, 1821, 1]], ["soldierly", [5, 1821, 2]], ["warlike", [5, 1821, 3]]]}, {"answer": "marvellous", "hint": "synonyms for marvellous", "clues": [["improbable", [5, 1822, 0]], ["fantastic", [5, 1822, 1]], ["miraculous", [5, 1822, 2]], ["wondrous", [5, 1822, 3]], ["wonderful", [5, 1822, 4]], ["marvelous", [5, 1822, 5]], ["rattling", [5, 1822, 6]], ["terrific", [5, 1822, 7]], ["tremendous", [5, 1822, 8]], ["howling", [5, 1822, 9]], ["grand", [5, 1822, 10]], ["tall", [5, 1822, 11]]]}, {"answer": "marvelous", "hint": "synonyms for marvelous", "clues": [["marvellous", [5, 1823, 0]], ["improbable", [5, 1823, 1]], ["fantastic", [5, 1823, 2]], ["miraculous", [5, 1823, 3]], ["wondrous", [5, 1823, 4]], ["wonderful", [5, 1823, 5]], ["rattling", [5, 1823, 6]], ["terrific", [5, 1823, 7]], ["tremendous", [5, 1823, 8]], ["howling", [5, 1823, 9]], ["grand", [5, 1823, 10]], ["tall", [5, 1823, 11]]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["chief", [5, 1824, 0]], ["primary", [5, 1824, 1]], ["main", [5, 1824, 2]], ["principal", [5, 1824, 3]]]}, {"answer": "matching", "hint": "synonyms for matching", "clues": [["duplicate", [5, 1825, 0]], ["co-ordinated", [5, 1825, 1]], ["twinned", [5, 1825, 2]], ["twin", [5, 1825, 3]]]}, {"answer": "matchless", "hint": "synonyms for matchless", "clues": [["peerless", [5, 1826, 0]], ["nonpareil", [5, 1826, 1]], ["unrivalled", [5, 1826, 2]], ["unmatched", [5, 1826, 3]], ["one", [5, 1826, 4]], ["one and only", [5, 1826, 5]], ["unmatchable", [5, 1826, 6]]]}, {"answer": "materialistic", "hint": "synonyms for materialistic", "clues": [["conservative", [5, 1827, 0]], ["mercenary", [5, 1827, 1]], ["bourgeois", [5, 1827, 2]], ["worldly-minded", [5, 1827, 3]]]}, {"answer": "maternal", "hint": "synonyms for maternal", "clues": [["enatic", [5, 1828, 0]], ["enate", [5, 1828, 1]], ["paternal", [5, 1828, 2]], ["parental", [5, 1828, 3]]]}, {"answer": "maudlin", "hint": "synonyms for maudlin", "clues": [["drippy", [5, 1829, 0]], ["mawkish", [5, 1829, 1]], ["slushy", [5, 1829, 2]], ["kitschy", [5, 1829, 3]], ["hokey", [5, 1829, 4]], ["schmaltzy", [5, 1829, 5]], ["sentimental", [5, 1829, 6]], ["bathetic", [5, 1829, 7]], ["soupy", [5, 1829, 8]], ["mushy", [5, 1829, 9]], ["soppy", [5, 1829, 10]]]}, {"answer": "mawkish", "hint": "synonyms for mawkish", "clues": [["drippy", [5, 1830, 0]], ["slushy", [5, 1830, 1]], ["kitschy", [5, 1830, 2]], ["hokey", [5, 1830, 3]], ["schmaltzy", [5, 1830, 4]], ["maudlin", [5, 1830, 5]], ["sentimental", [5, 1830, 6]], ["bathetic", [5, 1830, 7]], ["soupy", [5, 1830, 8]], ["mushy", [5, 1830, 9]], ["soppy", [5, 1830, 10]]]}, {"answer": "mazed", "hint": "synonyms for mazed", "clues": [["bemused", [5, 1831, 0]], ["befuddled", [5, 1831, 1]], ["confused", [5, 1831, 2]], ["baffled", [5, 1831, 3]], ["lost", [5, 1831, 4]], ["mixed-up", [5, 1831, 5]], ["confounded", [5, 1831, 6]], ["at sea", [5, 1831, 7]], ["bewildered", [5, 1831, 8]]]}, {"answer": "meager", "hint": "synonyms for meager", "clues": [["meagre", [5, 1832, 0]], ["scrimpy", [5, 1832, 1]], ["meagerly", [5, 1832, 2]], ["stingy", [5, 1832, 3]]]}, {"answer": "meagerly", "hint": "synonyms for meagerly", "clues": [["meagre", [5, 1833, 0]], ["scrimpy", [5, 1833, 1]], ["meager", [5, 1833, 2]], ["stingy", [5, 1833, 3]]]}, {"answer": "mealy", "hint": "synonyms for mealy", "clues": [["farinaceous", [5, 1834, 0]], ["coarse-grained", [5, 1834, 1]], ["grainy", [5, 1834, 2]], ["granulose", [5, 1834, 3]], ["granular", [5, 1834, 4]], ["gritty", [5, 1834, 5]]]}, {"answer": "mean", "hint": "synonyms for mean", "clues": [["beggarly", [5, 1835, 0]], ["meanspirited", [5, 1835, 1]], ["hateful", [5, 1835, 2]], ["mingy", [5, 1835, 3]], ["bastardly", [5, 1835, 4]], ["tight", [5, 1835, 5]], ["miserly", [5, 1835, 6]], ["average", [5, 1835, 7]], ["base", [5, 1835, 8]]]}, {"answer": "measured", "hint": "synonyms for measured", "clues": [["calculated", [5, 1836, 0]], ["careful", [5, 1836, 1]], ["mensurable", [5, 1836, 2]], ["metric", [5, 1836, 3]], ["deliberate", [5, 1836, 4]]]}, {"answer": "meddlesome", "hint": "synonyms for meddlesome", "clues": [["busy", [5, 1837, 0]], ["interfering", [5, 1837, 1]], ["meddling", [5, 1837, 2]], ["busybodied", [5, 1837, 3]], ["officious", [5, 1837, 4]]]}, {"answer": "meddling", "hint": "synonyms for meddling", "clues": [["busy", [5, 1838, 0]], ["meddlesome", [5, 1838, 1]], ["interfering", [5, 1838, 2]], ["busybodied", [5, 1838, 3]], ["officious", [5, 1838, 4]]]}, {"answer": "medieval", "hint": "synonyms for medieval", "clues": [["knightly", [5, 1839, 0]], ["chivalric", [5, 1839, 1]], ["gothic", [5, 1839, 2]], ["mediaeval", [5, 1839, 3]]]}, {"answer": "mediocre", "hint": "synonyms for mediocre", "clues": [["fair", [5, 1840, 0]], ["second-rate", [5, 1840, 1]], ["average", [5, 1840, 2]], ["middling", [5, 1840, 3]]]}, {"answer": "meditative", "hint": "synonyms for meditative", "clues": [["ruminative", [5, 1841, 0]], ["contemplative", [5, 1841, 1]], ["pensive", [5, 1841, 2]], ["brooding", [5, 1841, 3]], ["pondering", [5, 1841, 4]], ["reflective", [5, 1841, 5]], ["broody", [5, 1841, 6]], ["musing", [5, 1841, 7]]]}, {"answer": "meek", "hint": "synonyms for meek", "clues": [["modest", [5, 1842, 0]], ["spiritless", [5, 1842, 1]], ["tame", [5, 1842, 2]], ["mild", [5, 1842, 3]]]}, {"answer": "mellifluous", "hint": "synonyms for mellifluous", "clues": [["sweet", [5, 1843, 0]], ["mellisonant", [5, 1843, 1]], ["dulcet", [5, 1843, 2]], ["honeyed", [5, 1843, 3]]]}, {"answer": "mellisonant", "hint": "synonyms for mellisonant", "clues": [["sweet", [5, 1844, 0]], ["mellifluous", [5, 1844, 1]], ["dulcet", [5, 1844, 2]], ["honeyed", [5, 1844, 3]]]}, {"answer": "menacing", "hint": "synonyms for menacing", "clues": [["minacious", [5, 1845, 0]], ["baleful", [5, 1845, 1]], ["threatening", [5, 1845, 2]], ["minatory", [5, 1845, 3]], ["forbidding", [5, 1845, 4]], ["ominous", [5, 1845, 5]], ["sinister", [5, 1845, 6]]]}, {"answer": "mercenary", "hint": "synonyms for mercenary", "clues": [["materialistic", [5, 1846, 0]], ["mercantile", [5, 1846, 1]], ["worldly-minded", [5, 1846, 2]], ["freelance", [5, 1846, 3]], ["moneymaking", [5, 1846, 4]]]}, {"answer": "meretricious", "hint": "synonyms for meretricious", "clues": [["loud", [5, 1847, 0]], ["tatty", [5, 1847, 1]], ["trashy", [5, 1847, 2]], ["flash", [5, 1847, 3]], ["gimcrack", [5, 1847, 4]], ["tacky", [5, 1847, 5]], ["brassy", [5, 1847, 6]], ["tawdry", [5, 1847, 7]], ["cheap", [5, 1847, 8]], ["gilded", [5, 1847, 9]], ["gaudy", [5, 1847, 10]], ["specious", [5, 1847, 11]], ["garish", [5, 1847, 12]]]}, {"answer": "meritless", "hint": "synonyms for meritless", "clues": [["no-account", [5, 1848, 0]], ["good-for-nothing", [5, 1848, 1]], ["no-good", [5, 1848, 2]], ["good-for-naught", [5, 1848, 3]], ["sorry", [5, 1848, 4]]]}, {"answer": "merry", "hint": "synonyms for merry", "clues": [["mirthful", [5, 1849, 0]], ["jocund", [5, 1849, 1]], ["jolly", [5, 1849, 2]], ["brisk", [5, 1849, 3]], ["festive", [5, 1849, 4]], ["snappy", [5, 1849, 5]], ["festal", [5, 1849, 6]], ["lively", [5, 1849, 7]], ["spanking", [5, 1849, 8]], ["zippy", [5, 1849, 9]], ["gay", [5, 1849, 10]], ["rattling", [5, 1849, 11]], ["alert", [5, 1849, 12]], ["jovial", [5, 1849, 13]]]}, {"answer": "mesmerised", "hint": "synonyms for mesmerised", "clues": [["spell-bound", [5, 1850, 0]], ["fascinated", [5, 1850, 1]], ["hypnotized", [5, 1850, 2]], ["transfixed", [5, 1850, 3]], ["mesmerized", [5, 1850, 4]]]}, {"answer": "mesmerized", "hint": "synonyms for mesmerized", "clues": [["spell-bound", [5, 1851, 0]], ["fascinated", [5, 1851, 1]], ["hypnotized", [5, 1851, 2]], ["mesmerised", [5, 1851, 3]], ["transfixed", [5, 1851, 4]]]}, {"answer": "meted_out", "hint": "synonyms for meted out", "clues": [["dealt out", [5, 1852, 0]], ["apportioned", [5, 1852, 1]], ["parceled out", [5, 1852, 2]], ["doled out", [5, 1852, 3]]]}, {"answer": "mettlesome", "hint": "synonyms for mettlesome", "clues": [["spunky", [5, 1853, 0]], ["game", [5, 1853, 1]], ["gamy", [5, 1853, 2]], ["spirited", [5, 1853, 3]], ["gritty", [5, 1853, 4]]]}, {"answer": "middle", "hint": "synonyms for middle", "clues": [["midway", [5, 1854, 0]], ["in-between", [5, 1854, 1]], ["mediate", [5, 1854, 2]], ["halfway", [5, 1854, 3]], ["center", [5, 1854, 4]]]}, {"answer": "midget", "hint": "synonyms for midget", "clues": [["petite", [5, 1855, 0]], ["tiny", [5, 1855, 1]], ["bantam", [5, 1855, 2]], ["lilliputian", [5, 1855, 3]], ["flyspeck", [5, 1855, 4]], ["diminutive", [5, 1855, 5]]]}, {"answer": "miffed", "hint": "synonyms for miffed", "clues": [["nettled", [5, 1856, 0]], ["peeved", [5, 1856, 1]], ["irritated", [5, 1856, 2]], ["pissed", [5, 1856, 3]], ["annoyed", [5, 1856, 4]], ["riled", [5, 1856, 5]], ["steamed", [5, 1856, 6]], ["stung", [5, 1856, 7]], ["pissed off", [5, 1856, 8]]]}, {"answer": "mild", "hint": "synonyms for mild", "clues": [["soft", [5, 1857, 0]], ["meek", [5, 1857, 1]], ["modest", [5, 1857, 2]], ["balmy", [5, 1857, 3]]]}, {"answer": "militant", "hint": "synonyms for militant", "clues": [["warlike", [5, 1858, 0]], ["war-ridden", [5, 1858, 1]], ["belligerent", [5, 1858, 2]], ["competitive", [5, 1858, 3]], ["warring", [5, 1858, 4]], ["hawkish", [5, 1858, 5]]]}, {"answer": "minacious", "hint": "synonyms for minacious", "clues": [["threatening", [5, 1859, 0]], ["baleful", [5, 1859, 1]], ["ominous", [5, 1859, 2]], ["forbidding", [5, 1859, 3]], ["minatory", [5, 1859, 4]], ["sinister", [5, 1859, 5]], ["menacing", [5, 1859, 6]]]}, {"answer": "minatory", "hint": "synonyms for minatory", "clues": [["minacious", [5, 1860, 0]], ["baleful", [5, 1860, 1]], ["threatening", [5, 1860, 2]], ["forbidding", [5, 1860, 3]], ["ominous", [5, 1860, 4]], ["sinister", [5, 1860, 5]], ["menacing", [5, 1860, 6]]]}, {"answer": "mincing", "hint": "synonyms for mincing", "clues": [["prim", [5, 1861, 0]], ["twee", [5, 1861, 1]], ["dainty", [5, 1861, 2]], ["niminy-piminy", [5, 1861, 3]]]}, {"answer": "minded", "hint": "synonyms for minded", "clues": [["disposed", [5, 1862, 0]], ["apt", [5, 1862, 1]], ["tending", [5, 1862, 2]], ["given", [5, 1862, 3]]]}, {"answer": "mindless", "hint": "synonyms for mindless", "clues": [["asinine", [5, 1863, 0]], ["unmindful", [5, 1863, 1]], ["fatuous", [5, 1863, 2]], ["vacuous", [5, 1863, 3]], ["inane", [5, 1863, 4]], ["forgetful", [5, 1863, 5]], ["reasonless", [5, 1863, 6]], ["senseless", [5, 1863, 7]]]}, {"answer": "minor", "hint": "synonyms for minor", "clues": [["small-scale", [5, 1864, 0]], ["pocket-sized", [5, 1864, 1]], ["underage", [5, 1864, 2]], ["venial", [5, 1864, 3]], ["nonaged", [5, 1864, 4]], ["modest", [5, 1864, 5]], ["small", [5, 1864, 6]]]}, {"answer": "minuscule", "hint": "synonyms for minuscule", "clues": [["little", [5, 1865, 0]], ["minuscular", [5, 1865, 1]], ["miniscule", [5, 1865, 2]], ["small", [5, 1865, 3]]]}, {"answer": "mirky", "hint": "synonyms for mirky", "clues": [["turbid", [5, 1866, 0]], ["murky", [5, 1866, 1]], ["cloudy", [5, 1866, 2]], ["muddy", [5, 1866, 3]]]}, {"answer": "mirthful", "hint": "synonyms for mirthful", "clues": [["jocund", [5, 1867, 0]], ["jolly", [5, 1867, 1]], ["merry", [5, 1867, 2]], ["amusing", [5, 1867, 3]], ["laughable", [5, 1867, 4]], ["risible", [5, 1867, 5]], ["gay", [5, 1867, 6]], ["comic", [5, 1867, 7]], ["comical", [5, 1867, 8]], ["funny", [5, 1867, 9]], ["jovial", [5, 1867, 10]]]}, {"answer": "miry", "hint": "synonyms for miry", "clues": [["marshy", [5, 1868, 0]], ["waterlogged", [5, 1868, 1]], ["mucky", [5, 1868, 2]], ["sloppy", [5, 1868, 3]], ["soggy", [5, 1868, 4]], ["swampy", [5, 1868, 5]], ["boggy", [5, 1868, 6]], ["sloughy", [5, 1868, 7]], ["quaggy", [5, 1868, 8]], ["squashy", [5, 1868, 9]], ["muddy", [5, 1868, 10]]]}, {"answer": "miscellaneous", "hint": "synonyms for miscellaneous", "clues": [["mixed", [5, 1869, 0]], ["multifarious", [5, 1869, 1]], ["assorted", [5, 1869, 2]], ["motley", [5, 1869, 3]], ["many-sided", [5, 1869, 4]], ["multifaceted", [5, 1869, 5]], ["sundry", [5, 1869, 6]]]}, {"answer": "mischievous", "hint": "synonyms for mischievous", "clues": [["wicked", [5, 1870, 0]], ["implike", [5, 1870, 1]], ["prankish", [5, 1870, 2]], ["impish", [5, 1870, 3]], ["arch", [5, 1870, 4]], ["puckish", [5, 1870, 5]], ["pixilated", [5, 1870, 6]]]}, {"answer": "miserable", "hint": "synonyms for miserable", "clues": [["pathetic", [5, 1871, 0]], ["pitiful", [5, 1871, 1]], ["scurvy", [5, 1871, 2]], ["wretched", [5, 1871, 3]], ["piteous", [5, 1871, 4]], ["low", [5, 1871, 5]], ["abject", [5, 1871, 6]], ["deplorable", [5, 1871, 7]], ["measly", [5, 1871, 8]], ["poor", [5, 1871, 9]], ["misfortunate", [5, 1871, 10]], ["low-down", [5, 1871, 11]], ["woeful", [5, 1871, 12]], ["scummy", [5, 1871, 13]], ["execrable", [5, 1871, 14]], ["pitiable", [5, 1871, 15]], ["hapless", [5, 1871, 16]], ["suffering", [5, 1871, 17]], ["paltry", [5, 1871, 18]]]}, {"answer": "misfortunate", "hint": "synonyms for misfortunate", "clues": [["pathetic", [5, 1872, 0]], ["miserable", [5, 1872, 1]], ["pitiable", [5, 1872, 2]], ["pitiful", [5, 1872, 3]], ["wretched", [5, 1872, 4]], ["piteous", [5, 1872, 5]], ["poor", [5, 1872, 6]], ["hapless", [5, 1872, 7]]]}, {"answer": "misshapen", "hint": "synonyms for misshapen", "clues": [["distorted", [5, 1873, 0]], ["malformed", [5, 1873, 1]], ["deformed", [5, 1873, 2]], ["ill-shapen", [5, 1873, 3]]]}, {"answer": "mistrustful", "hint": "synonyms for mistrustful", "clues": [["suspicious", [5, 1874, 0]], ["wary", [5, 1874, 1]], ["leery", [5, 1874, 2]], ["untrusting", [5, 1874, 3]]]}, {"answer": "mitigative", "hint": "synonyms for mitigative", "clues": [["mitigatory", [5, 1875, 0]], ["lenitive", [5, 1875, 1]], ["alleviatory", [5, 1875, 2]], ["alleviative", [5, 1875, 3]]]}, {"answer": "mitigatory", "hint": "synonyms for mitigatory", "clues": [["mitigative", [5, 1876, 0]], ["lenitive", [5, 1876, 1]], ["alleviatory", [5, 1876, 2]], ["alleviative", [5, 1876, 3]]]}, {"answer": "mixed", "hint": "synonyms for mixed", "clues": [["assorted", [5, 1877, 0]], ["motley", [5, 1877, 1]], ["interracial", [5, 1877, 2]], ["miscellaneous", [5, 1877, 3]], ["sundry", [5, 1877, 4]]]}, {"answer": "mixed-up", "hint": "synonyms for mixed-up", "clues": [["bemused", [5, 1878, 0]], ["befuddled", [5, 1878, 1]], ["confused", [5, 1878, 2]], ["mazed", [5, 1878, 3]], ["baffled", [5, 1878, 4]], ["lost", [5, 1878, 5]], ["confounded", [5, 1878, 6]], ["at sea", [5, 1878, 7]], ["bewildered", [5, 1878, 8]]]}, {"answer": "mobile", "hint": "synonyms for mobile", "clues": [["wandering", [5, 1879, 0]], ["peregrine", [5, 1879, 1]], ["nomadic", [5, 1879, 2]], ["fluid", [5, 1879, 3]], ["roving", [5, 1879, 4]]]}, {"answer": "mocking", "hint": "synonyms for mocking", "clues": [["quizzical", [5, 1880, 0]], ["gibelike", [5, 1880, 1]], ["jeering", [5, 1880, 2]], ["taunting", [5, 1880, 3]], ["teasing", [5, 1880, 4]], ["derisive", [5, 1880, 5]]]}, {"answer": "modern", "hint": "synonyms for modern", "clues": [["innovative", [5, 1881, 0]], ["mod", [5, 1881, 1]], ["modernistic", [5, 1881, 2]], ["forward-looking", [5, 1881, 3]], ["advanced", [5, 1881, 4]]]}, {"answer": "modest", "hint": "synonyms for modest", "clues": [["small-scale", [5, 1882, 0]], ["pocket-sized", [5, 1882, 1]], ["small", [5, 1882, 2]], ["humble", [5, 1882, 3]], ["low", [5, 1882, 4]], ["mild", [5, 1882, 5]], ["meek", [5, 1882, 6]], ["minor", [5, 1882, 7]]]}, {"answer": "modish", "hint": "synonyms for modish", "clues": [["a la mode", [5, 1883, 0]], ["latest", [5, 1883, 1]], ["in style", [5, 1883, 2]], ["in vogue", [5, 1883, 3]]]}, {"answer": "monastic", "hint": "synonyms for monastic", "clues": [["monastical", [5, 1884, 0]], ["cloistered", [5, 1884, 1]], ["cloistral", [5, 1884, 2]], ["conventual", [5, 1884, 3]]]}, {"answer": "monastical", "hint": "synonyms for monastical", "clues": [["cloistered", [5, 1885, 0]], ["monastic", [5, 1885, 1]], ["cloistral", [5, 1885, 2]], ["conventual", [5, 1885, 3]]]}, {"answer": "moneyed", "hint": "synonyms for moneyed", "clues": [["affluent", [5, 1886, 0]], ["loaded", [5, 1886, 1]], ["flush", [5, 1886, 2]], ["monied", [5, 1886, 3]], ["wealthy", [5, 1886, 4]]]}, {"answer": "moneymaking", "hint": "synonyms for moneymaking", "clues": [["mercantile", [5, 1887, 0]], ["lucrative", [5, 1887, 1]], ["remunerative", [5, 1887, 2]], ["mercenary", [5, 1887, 3]]]}, {"answer": "monitory", "hint": "synonyms for monitory", "clues": [["warning", [5, 1888, 0]], ["admonitory", [5, 1888, 1]], ["cautionary", [5, 1888, 2]], ["exemplary", [5, 1888, 3]]]}, {"answer": "monotonous", "hint": "synonyms for monotonous", "clues": [["flat", [5, 1889, 0]], ["monotone", [5, 1889, 1]], ["humdrum", [5, 1889, 2]], ["monotonic", [5, 1889, 3]]]}, {"answer": "monstrous", "hint": "synonyms for monstrous", "clues": [["grievous", [5, 1890, 0]], ["grotesque", [5, 1890, 1]], ["flagitious", [5, 1890, 2]], ["atrocious", [5, 1890, 3]]]}, {"answer": "moody", "hint": "synonyms for moody", "clues": [["morose", [5, 1891, 0]], ["dark", [5, 1891, 1]], ["sullen", [5, 1891, 2]], ["temperamental", [5, 1891, 3]], ["glowering", [5, 1891, 4]], ["glum", [5, 1891, 5]], ["dour", [5, 1891, 6]], ["sour", [5, 1891, 7]], ["saturnine", [5, 1891, 8]]]}, {"answer": "mordacious", "hint": "synonyms for mordacious", "clues": [["biting", [5, 1892, 0]], ["nipping", [5, 1892, 1]], ["pungent", [5, 1892, 2]], ["barbed", [5, 1892, 3]]]}, {"answer": "mordant", "hint": "synonyms for mordant", "clues": [["vitriolic", [5, 1893, 0]], ["black", [5, 1893, 1]], ["caustic", [5, 1893, 2]], ["corrosive", [5, 1893, 3]], ["erosive", [5, 1893, 4]], ["grim", [5, 1893, 5]]]}, {"answer": "morose", "hint": "synonyms for morose", "clues": [["dark", [5, 1894, 0]], ["sullen", [5, 1894, 1]], ["glowering", [5, 1894, 2]], ["glum", [5, 1894, 3]], ["dour", [5, 1894, 4]], ["sour", [5, 1894, 5]], ["saturnine", [5, 1894, 6]], ["moody", [5, 1894, 7]]]}, {"answer": "mortifying", "hint": "synonyms for mortifying", "clues": [["humiliating", [5, 1895, 0]], ["embarrassing", [5, 1895, 1]], ["demeaning", [5, 1895, 2]], ["humbling", [5, 1895, 3]]]}, {"answer": "moss-grown", "hint": "synonyms for moss-grown", "clues": [["mossy", [5, 1896, 0]], ["fogyish", [5, 1896, 1]], ["stick-in-the-mud", [5, 1896, 2]], ["stodgy", [5, 1896, 3]]]}, {"answer": "mossy", "hint": "synonyms for mossy", "clues": [["moss-grown", [5, 1897, 0]], ["fogyish", [5, 1897, 1]], ["stick-in-the-mud", [5, 1897, 2]], ["stodgy", [5, 1897, 3]]]}, {"answer": "moth-eaten", "hint": "synonyms for moth-eaten", "clues": [["mothy", [5, 1898, 0]], ["dusty", [5, 1898, 1]], ["ratty", [5, 1898, 2]], ["cold", [5, 1898, 3]], ["tatty", [5, 1898, 4]], ["shabby", [5, 1898, 5]], ["stale", [5, 1898, 6]]]}, {"answer": "mother-naked", "hint": "synonyms for mother-naked", "clues": [["naked as the day you were born", [5, 1899, 0]], ["in your birthday suit", [5, 1899, 1]], ["naked as the day one was born", [5, 1899, 2]], ["in one's birthday suit", [5, 1899, 3]]]}, {"answer": "motley", "hint": "synonyms for motley", "clues": [["particolored", [5, 1900, 0]], ["multi-coloured", [5, 1900, 1]], ["calico", [5, 1900, 2]], ["assorted", [5, 1900, 3]], ["multicolor", [5, 1900, 4]], ["varicoloured", [5, 1900, 5]], ["mixed", [5, 1900, 6]], ["painted", [5, 1900, 7]], ["sundry", [5, 1900, 8]], ["pied", [5, 1900, 9]], ["piebald", [5, 1900, 10]], ["miscellaneous", [5, 1900, 11]]]}, {"answer": "mourning", "hint": "synonyms for mourning", "clues": [["sorrowing", [5, 1901, 0]], ["bereft", [5, 1901, 1]], ["bereaved", [5, 1901, 2]], ["grieving", [5, 1901, 3]], ["grief-stricken", [5, 1901, 4]]]}, {"answer": "mucilaginous", "hint": "synonyms for mucilaginous", "clues": [["gluey", [5, 1902, 0]], ["viscous", [5, 1902, 1]], ["pasty", [5, 1902, 2]], ["viscid", [5, 1902, 3]], ["glutinous", [5, 1902, 4]], ["gummy", [5, 1902, 5]], ["sticky", [5, 1902, 6]]]}, {"answer": "mucky", "hint": "synonyms for mucky", "clues": [["muddy", [5, 1903, 0]], ["marshy", [5, 1903, 1]], ["miry", [5, 1903, 2]], ["waterlogged", [5, 1903, 3]], ["soggy", [5, 1903, 4]], ["sloppy", [5, 1903, 5]], ["swampy", [5, 1903, 6]], ["boggy", [5, 1903, 7]], ["sloughy", [5, 1903, 8]], ["quaggy", [5, 1903, 9]], ["squashy", [5, 1903, 10]]]}, {"answer": "muddled", "hint": "synonyms for muddled", "clues": [["addled", [5, 1904, 0]], ["wooly", [5, 1904, 1]], ["muzzy", [5, 1904, 2]], ["wooly-minded", [5, 1904, 3]], ["befuddled", [5, 1904, 4]], ["woolly-headed", [5, 1904, 5]]]}, {"answer": "muddy", "hint": "synonyms for muddy", "clues": [["dirty", [5, 1905, 0]], ["mirky", [5, 1905, 1]], ["cloudy", [5, 1905, 2]], ["mucky", [5, 1905, 3]], ["sloppy", [5, 1905, 4]], ["boggy", [5, 1905, 5]], ["murky", [5, 1905, 6]], ["squashy", [5, 1905, 7]], ["marshy", [5, 1905, 8]], ["waterlogged", [5, 1905, 9]], ["dingy", [5, 1905, 10]], ["muddied", [5, 1905, 11]], ["soggy", [5, 1905, 12]], ["turbid", [5, 1905, 13]], ["sloughy", [5, 1905, 14]], ["quaggy", [5, 1905, 15]], ["swampy", [5, 1905, 16]]]}, {"answer": "multi-color", "hint": "synonyms for multi-color", "clues": [["particolored", [5, 1906, 0]], ["multi-coloured", [5, 1906, 1]], ["calico", [5, 1906, 2]], ["multicolor", [5, 1906, 3]], ["varicoloured", [5, 1906, 4]], ["motley", [5, 1906, 5]], ["painted", [5, 1906, 6]], ["pied", [5, 1906, 7]], ["piebald", [5, 1906, 8]]]}, {"answer": "multi-colored", "hint": "synonyms for multi-colored", "clues": [["particolored", [5, 1907, 0]], ["multi-coloured", [5, 1907, 1]], ["calico", [5, 1907, 2]], ["multicolor", [5, 1907, 3]], ["varicoloured", [5, 1907, 4]], ["motley", [5, 1907, 5]], ["painted", [5, 1907, 6]], ["pied", [5, 1907, 7]], ["piebald", [5, 1907, 8]]]}, {"answer": "multi-colour", "hint": "synonyms for multi-colour", "clues": [["particolored", [5, 1908, 0]], ["multi-coloured", [5, 1908, 1]], ["calico", [5, 1908, 2]], ["multicolor", [5, 1908, 3]], ["varicoloured", [5, 1908, 4]], ["motley", [5, 1908, 5]], ["painted", [5, 1908, 6]], ["pied", [5, 1908, 7]], ["piebald", [5, 1908, 8]]]}, {"answer": "multi-coloured", "hint": "synonyms for multi-coloured", "clues": [["particolored", [5, 1909, 0]], ["multicoloured", [5, 1909, 1]], ["calico", [5, 1909, 2]], ["varicoloured", [5, 1909, 3]], ["motley", [5, 1909, 4]], ["painted", [5, 1909, 5]], ["multi-color", [5, 1909, 6]], ["pied", [5, 1909, 7]], ["piebald", [5, 1909, 8]]]}, {"answer": "multicolor", "hint": "synonyms for multicolor", "clues": [["particolored", [5, 1910, 0]], ["multi-coloured", [5, 1910, 1]], ["calico", [5, 1910, 2]], ["varicoloured", [5, 1910, 3]], ["motley", [5, 1910, 4]], ["painted", [5, 1910, 5]], ["pied", [5, 1910, 6]], ["piebald", [5, 1910, 7]]]}, {"answer": "multicolored", "hint": "synonyms for multicolored", "clues": [["particolored", [5, 1911, 0]], ["multi-coloured", [5, 1911, 1]], ["calico", [5, 1911, 2]], ["multicolor", [5, 1911, 3]], ["varicoloured", [5, 1911, 4]], ["motley", [5, 1911, 5]], ["painted", [5, 1911, 6]], ["pied", [5, 1911, 7]], ["piebald", [5, 1911, 8]]]}, {"answer": "multicolour", "hint": "synonyms for multicolour", "clues": [["particolored", [5, 1912, 0]], ["multi-coloured", [5, 1912, 1]], ["calico", [5, 1912, 2]], ["multicolor", [5, 1912, 3]], ["varicoloured", [5, 1912, 4]], ["motley", [5, 1912, 5]], ["painted", [5, 1912, 6]], ["pied", [5, 1912, 7]], ["piebald", [5, 1912, 8]]]}, {"answer": "multicoloured", "hint": "synonyms for multicoloured", "clues": [["particolored", [5, 1913, 0]], ["multi-coloured", [5, 1913, 1]], ["calico", [5, 1913, 2]], ["multicolor", [5, 1913, 3]], ["varicoloured", [5, 1913, 4]], ["motley", [5, 1913, 5]], ["painted", [5, 1913, 6]], ["pied", [5, 1913, 7]], ["piebald", [5, 1913, 8]]]}, {"answer": "multitudinous", "hint": "synonyms for multitudinous", "clues": [["unnumberable", [5, 1914, 0]], ["unnumbered", [5, 1914, 1]], ["myriad", [5, 1914, 2]], ["infinite", [5, 1914, 3]], ["numberless", [5, 1914, 4]], ["uncounted", [5, 1914, 5]], ["innumerous", [5, 1914, 6]], ["countless", [5, 1914, 7]]]}, {"answer": "mundane", "hint": "synonyms for mundane", "clues": [["quotidian", [5, 1915, 0]], ["everyday", [5, 1915, 1]], ["routine", [5, 1915, 2]], ["terrene", [5, 1915, 3]], ["unremarkable", [5, 1915, 4]], ["terrestrial", [5, 1915, 5]], ["workaday", [5, 1915, 6]]]}, {"answer": "munificent", "hint": "synonyms for munificent", "clues": [["unstinted", [5, 1916, 0]], ["overgenerous", [5, 1916, 1]], ["too-generous", [5, 1916, 2]], ["unstinting", [5, 1916, 3]], ["unsparing", [5, 1916, 4]], ["lavish", [5, 1916, 5]]]}, {"answer": "murky", "hint": "synonyms for murky", "clues": [["turbid", [5, 1917, 0]], ["mirky", [5, 1917, 1]], ["cloudy", [5, 1917, 2]], ["muddy", [5, 1917, 3]]]}, {"answer": "muscular", "hint": "synonyms for muscular", "clues": [["hefty", [5, 1918, 0]], ["brawny", [5, 1918, 1]], ["mesomorphic", [5, 1918, 2]], ["powerful", [5, 1918, 3]], ["sinewy", [5, 1918, 4]]]}, {"answer": "mushy", "hint": "synonyms for mushy", "clues": [["drippy", [5, 1919, 0]], ["mawkish", [5, 1919, 1]], ["slushy", [5, 1919, 2]], ["kitschy", [5, 1919, 3]], ["hokey", [5, 1919, 4]], ["schmaltzy", [5, 1919, 5]], ["maudlin", [5, 1919, 6]], ["sentimental", [5, 1919, 7]], ["bathetic", [5, 1919, 8]], ["soupy", [5, 1919, 9]], ["soppy", [5, 1919, 10]]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["ruminative", [5, 1920, 0]], ["pensive", [5, 1920, 1]], ["brooding", [5, 1920, 2]], ["pondering", [5, 1920, 3]], ["reflective", [5, 1920, 4]], ["meditative", [5, 1920, 5]], ["broody", [5, 1920, 6]], ["contemplative", [5, 1920, 7]]]}, {"answer": "mute", "hint": "synonyms for mute", "clues": [["tongueless", [5, 1921, 0]], ["wordless", [5, 1921, 1]], ["dumb", [5, 1921, 2]], ["silent", [5, 1921, 3]], ["unspoken", [5, 1921, 4]]]}, {"answer": "muted", "hint": "synonyms for muted", "clues": [["softened", [5, 1922, 0]], ["subdued", [5, 1922, 1]], ["hushed", [5, 1922, 2]], ["muffled", [5, 1922, 3]], ["dull", [5, 1922, 4]], ["quiet", [5, 1922, 5]]]}, {"answer": "muzzy", "hint": "synonyms for muzzy", "clues": [["wooly", [5, 1923, 0]], ["blurry", [5, 1923, 1]], ["wooly-minded", [5, 1923, 2]], ["foggy", [5, 1923, 3]], ["blurred", [5, 1923, 4]], ["muddled", [5, 1923, 5]], ["addled", [5, 1923, 6]], ["bleary", [5, 1923, 7]], ["befuddled", [5, 1923, 8]], ["fuzzy", [5, 1923, 9]], ["woolly-headed", [5, 1923, 10]], ["hazy", [5, 1923, 11]]]}, {"answer": "myopic", "hint": "synonyms for myopic", "clues": [["nearsighted", [5, 1924, 0]], ["short", [5, 1924, 1]], ["unforesightful", [5, 1924, 2]], ["shortsighted", [5, 1924, 3]]]}, {"answer": "myriad", "hint": "synonyms for myriad", "clues": [["multitudinous", [5, 1925, 0]], ["unnumberable", [5, 1925, 1]], ["unnumbered", [5, 1925, 2]], ["infinite", [5, 1925, 3]], ["numberless", [5, 1925, 4]], ["uncounted", [5, 1925, 5]], ["innumerous", [5, 1925, 6]], ["countless", [5, 1925, 7]]]}, {"answer": "mysterious", "hint": "synonyms for mysterious", "clues": [["deep", [5, 1926, 0]], ["mystifying", [5, 1926, 1]], ["mystical", [5, 1926, 2]], ["occult", [5, 1926, 3]], ["secret", [5, 1926, 4]], ["cryptic", [5, 1926, 5]], ["orphic", [5, 1926, 6]], ["inscrutable", [5, 1926, 7]]]}, {"answer": "mystic", "hint": "synonyms for mystic", "clues": [["mystical", [5, 1927, 0]], ["secret", [5, 1927, 1]], ["orphic", [5, 1927, 2]], ["mysterious", [5, 1927, 3]], ["occult", [5, 1927, 4]]]}, {"answer": "mystical", "hint": "synonyms for mystical", "clues": [["secret", [5, 1928, 0]], ["mystic", [5, 1928, 1]], ["orphic", [5, 1928, 2]], ["mysterious", [5, 1928, 3]], ["occult", [5, 1928, 4]]]}, {"answer": "mystifying", "hint": "synonyms for mystifying", "clues": [["deep", [5, 1929, 0]], ["cryptic", [5, 1929, 1]], ["inscrutable", [5, 1929, 2]], ["mysterious", [5, 1929, 3]]]}, {"answer": "naive", "hint": "synonyms for naive", "clues": [["uninstructed", [5, 1930, 0]], ["uninitiated", [5, 1930, 1]], ["naif", [5, 1930, 2]], ["primitive", [5, 1930, 3]], ["unenlightened", [5, 1930, 4]]]}, {"answer": "naked", "hint": "synonyms for naked", "clues": [["bare", [5, 1931, 0]], ["nude", [5, 1931, 1]], ["defenseless", [5, 1931, 2]], ["raw", [5, 1931, 3]], ["au naturel", [5, 1931, 4]]]}, {"answer": "naked_as_a_jaybird", "hint": "synonyms for naked as a jaybird", "clues": [["bare-ass", [5, 1932, 0]], ["in the raw", [5, 1932, 1]], ["peeled", [5, 1932, 2]], ["raw", [5, 1932, 3]], ["stark naked", [5, 1932, 4]], ["in the altogether", [5, 1932, 5]], ["in the buff", [5, 1932, 6]]]}, {"answer": "naked_as_the_day_one_was_born", "hint": "synonyms for naked as the day one was born", "clues": [["mother-naked", [5, 1933, 0]], ["naked as the day you were born", [5, 1933, 1]], ["in your birthday suit", [5, 1933, 2]], ["in one's birthday suit", [5, 1933, 3]]]}, {"answer": "naked_as_the_day_you_were_born", "hint": "synonyms for naked as the day you were born", "clues": [["mother-naked", [5, 1934, 0]], ["in your birthday suit", [5, 1934, 1]], ["naked as the day one was born", [5, 1934, 2]], ["in one's birthday suit", [5, 1934, 3]]]}, {"answer": "napping", "hint": "synonyms for napping", "clues": [["off her guard", [5, 1935, 0]], ["off his guard", [5, 1935, 1]], ["off guard", [5, 1935, 2]], ["off one's guard", [5, 1935, 3]], ["off your guard", [5, 1935, 4]]]}, {"answer": "narrowing", "hint": "synonyms for narrowing", "clues": [["tapered", [5, 1936, 0]], ["tapering", [5, 1936, 1]], ["constrictive", [5, 1936, 2]], ["constricting", [5, 1936, 3]]]}, {"answer": "nasty", "hint": "synonyms for nasty", "clues": [["smutty", [5, 1937, 0]], ["foul", [5, 1937, 1]], ["filthy", [5, 1937, 2]], ["cruddy", [5, 1937, 3]], ["awful", [5, 1937, 4]], ["tight", [5, 1937, 5]]]}, {"answer": "nationalistic", "hint": "synonyms for nationalistic", "clues": [["flag-waving", [5, 1938, 0]], ["nationalist", [5, 1938, 1]], ["ultranationalistic", [5, 1938, 2]], ["chauvinistic", [5, 1938, 3]], ["jingoistic", [5, 1938, 4]], ["superpatriotic", [5, 1938, 5]]]}, {"answer": "natty", "hint": "synonyms for natty", "clues": [["spruce", [5, 1939, 0]], ["snappy", [5, 1939, 1]], ["spiffy", [5, 1939, 2]], ["raffish", [5, 1939, 3]], ["dapper", [5, 1939, 4]], ["dashing", [5, 1939, 5]], ["rakish", [5, 1939, 6]], ["jaunty", [5, 1939, 7]]]}, {"answer": "natural", "hint": "synonyms for natural", "clues": [["rude", [5, 1940, 0]], ["innate", [5, 1940, 1]], ["born", [5, 1940, 2]], ["lifelike", [5, 1940, 3]], ["raw", [5, 1940, 4]], ["instinctive", [5, 1940, 5]]]}, {"answer": "naughty", "hint": "synonyms for naughty", "clues": [["racy", [5, 1941, 0]], ["gamy", [5, 1941, 1]], ["juicy", [5, 1941, 2]], ["risque", [5, 1941, 3]], ["spicy", [5, 1941, 4]], ["blue", [5, 1941, 5]]]}, {"answer": "nauseated", "hint": "synonyms for nauseated", "clues": [["sickish", [5, 1942, 0]], ["sick", [5, 1942, 1]], ["queasy", [5, 1942, 2]], ["nauseous", [5, 1942, 3]]]}, {"answer": "nauseating", "hint": "synonyms for nauseating", "clues": [["vile", [5, 1943, 0]], ["sickening", [5, 1943, 1]], ["offensive", [5, 1943, 2]], ["noisome", [5, 1943, 3]], ["loathsome", [5, 1943, 4]], ["queasy", [5, 1943, 5]], ["nauseous", [5, 1943, 6]]]}, {"answer": "nauseous", "hint": "synonyms for nauseous", "clues": [["sick", [5, 1944, 0]], ["sickish", [5, 1944, 1]], ["offensive", [5, 1944, 2]], ["noisome", [5, 1944, 3]], ["loathsome", [5, 1944, 4]], ["queasy", [5, 1944, 5]], ["nauseated", [5, 1944, 6]], ["vile", [5, 1944, 7]], ["sickening", [5, 1944, 8]], ["nauseating", [5, 1944, 9]]]}, {"answer": "neandertal", "hint": "synonyms for neandertal", "clues": [["loutish", [5, 1945, 0]], ["swinish", [5, 1945, 1]], ["neanderthal", [5, 1945, 2]], ["oafish", [5, 1945, 3]], ["boorish", [5, 1945, 4]]]}, {"answer": "neanderthal", "hint": "synonyms for neanderthal", "clues": [["neandertal", [5, 1946, 0]], ["loutish", [5, 1946, 1]], ["swinish", [5, 1946, 2]], ["oafish", [5, 1946, 3]], ["boorish", [5, 1946, 4]]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["skinny", [5, 1947, 0]], ["good", [5, 1947, 1]], ["approximate", [5, 1947, 2]], ["penny-pinching", [5, 1947, 3]], ["dear", [5, 1947, 4]], ["nigh", [5, 1947, 5]], ["close", [5, 1947, 6]], ["cheeseparing", [5, 1947, 7]]]}, {"answer": "near-blind", "hint": "synonyms for near-blind", "clues": [["purblind", [5, 1948, 0]], ["dim-sighted", [5, 1948, 1]], ["visually impaired", [5, 1948, 2]], ["visually challenged", [5, 1948, 3]], ["sand-blind", [5, 1948, 4]]]}, {"answer": "neat", "hint": "synonyms for neat", "clues": [["great", [5, 1949, 0]], ["clean", [5, 1949, 1]], ["not bad", [5, 1949, 2]], ["straight", [5, 1949, 3]], ["swell", [5, 1949, 4]], ["orderly", [5, 1949, 5]], ["corking", [5, 1949, 6]], ["keen", [5, 1949, 7]], ["nifty", [5, 1949, 8]], ["bang-up", [5, 1949, 9]], ["cracking", [5, 1949, 10]], ["groovy", [5, 1949, 11]], ["tasteful", [5, 1949, 12]], ["full-strength", [5, 1949, 13]], ["bully", [5, 1949, 14]], ["peachy", [5, 1949, 15]], ["dandy", [5, 1949, 16]], ["smashing", [5, 1949, 17]], ["refined", [5, 1949, 18]], ["slap-up", [5, 1949, 19]]]}, {"answer": "nebulous", "hint": "synonyms for nebulous", "clues": [["unfixed", [5, 1950, 0]], ["nebulose", [5, 1950, 1]], ["nebular", [5, 1950, 2]], ["cloudy", [5, 1950, 3]]]}, {"answer": "necessitous", "hint": "synonyms for necessitous", "clues": [["poverty-stricken", [5, 1951, 0]], ["impoverished", [5, 1951, 1]], ["needy", [5, 1951, 2]], ["destitute", [5, 1951, 3]], ["indigent", [5, 1951, 4]]]}, {"answer": "neck-deep", "hint": "synonyms for neck-deep", "clues": [["up to my neck", [5, 1952, 0]], ["up to his neck", [5, 1952, 1]], ["up to our necks", [5, 1952, 2]], ["up to their necks", [5, 1952, 3]]]}, {"answer": "needy", "hint": "synonyms for needy", "clues": [["poverty-stricken", [5, 1953, 0]], ["necessitous", [5, 1953, 1]], ["impoverished", [5, 1953, 2]], ["destitute", [5, 1953, 3]], ["indigent", [5, 1953, 4]]]}, {"answer": "negative", "hint": "synonyms for negative", "clues": [["minus", [5, 1954, 0]], ["damaging", [5, 1954, 1]], ["negatively charged", [5, 1954, 2]], ["electronegative", [5, 1954, 3]], ["disconfirming", [5, 1954, 4]]]}, {"answer": "neglectful", "hint": "synonyms for neglectful", "clues": [["remiss", [5, 1955, 0]], ["inattentive", [5, 1955, 1]], ["derelict", [5, 1955, 2]], ["delinquent", [5, 1955, 3]]]}, {"answer": "negotiable", "hint": "synonyms for negotiable", "clues": [["on the table", [5, 1956, 0]], ["conveyable", [5, 1956, 1]], ["transferable", [5, 1956, 2]], ["assignable", [5, 1956, 3]]]}, {"answer": "nervous", "hint": "synonyms for nervous", "clues": [["unquiet", [5, 1957, 0]], ["uneasy", [5, 1957, 1]], ["queasy", [5, 1957, 2]], ["flighty", [5, 1957, 3]], ["skittish", [5, 1957, 4]], ["aflutter", [5, 1957, 5]], ["spooky", [5, 1957, 6]], ["neural", [5, 1957, 7]], ["anxious", [5, 1957, 8]]]}, {"answer": "nervy", "hint": "synonyms for nervy", "clues": [["jumpy", [5, 1958, 0]], ["uptight", [5, 1958, 1]], ["edgy", [5, 1958, 2]], ["restive", [5, 1958, 3]], ["overstrung", [5, 1958, 4]], ["high-strung", [5, 1958, 5]], ["highly strung", [5, 1958, 6]], ["cheeky", [5, 1958, 7]], ["brash", [5, 1958, 8]], ["jittery", [5, 1958, 9]]]}, {"answer": "nescient", "hint": "synonyms for nescient", "clues": [["unbelieving", [5, 1959, 0]], ["unlearned", [5, 1959, 1]], ["ignorant", [5, 1959, 2]], ["unlettered", [5, 1959, 3]]]}, {"answer": "netlike", "hint": "synonyms for netlike", "clues": [["netted", [5, 1960, 0]], ["weblike", [5, 1960, 1]], ["lacy", [5, 1960, 2]], ["webby", [5, 1960, 3]], ["webbed", [5, 1960, 4]]]}, {"answer": "netted", "hint": "synonyms for netted", "clues": [["weblike", [5, 1961, 0]], ["lacy", [5, 1961, 1]], ["netlike", [5, 1961, 2]], ["webby", [5, 1961, 3]], ["webbed", [5, 1961, 4]]]}, {"answer": "nettled", "hint": "synonyms for nettled", "clues": [["peeved", [5, 1962, 0]], ["irritated", [5, 1962, 1]], ["pissed", [5, 1962, 2]], ["annoyed", [5, 1962, 3]], ["riled", [5, 1962, 4]], ["steamed", [5, 1962, 5]], ["miffed", [5, 1962, 6]], ["stung", [5, 1962, 7]], ["pissed off", [5, 1962, 8]]]}, {"answer": "nettlesome", "hint": "synonyms for nettlesome", "clues": [["pestering", [5, 1963, 0]], ["plaguy", [5, 1963, 1]], ["galling", [5, 1963, 2]], ["cranky", [5, 1963, 3]], ["testy", [5, 1963, 4]], ["peevish", [5, 1963, 5]], ["tetchy", [5, 1963, 6]], ["peckish", [5, 1963, 7]], ["bothersome", [5, 1963, 8]], ["scratchy", [5, 1963, 9]], ["vexing", [5, 1963, 10]], ["pesky", [5, 1963, 11]], ["fractious", [5, 1963, 12]], ["teasing", [5, 1963, 13]], ["vexatious", [5, 1963, 14]], ["irritable", [5, 1963, 15]], ["pettish", [5, 1963, 16]], ["irritating", [5, 1963, 17]], ["annoying", [5, 1963, 18]], ["petulant", [5, 1963, 19]], ["pestiferous", [5, 1963, 20]]]}, {"answer": "neutral", "hint": "synonyms for neutral", "clues": [["achromatic", [5, 1964, 0]], ["impersonal", [5, 1964, 1]], ["electroneutral", [5, 1964, 2]], ["inert", [5, 1964, 3]], ["indifferent", [5, 1964, 4]]]}, {"answer": "never-ending", "hint": "synonyms for never-ending", "clues": [["unremitting", [5, 1965, 0]], ["unceasing", [5, 1965, 1]], ["ceaseless", [5, 1965, 2]], ["constant", [5, 1965, 3]], ["incessant", [5, 1965, 4]], ["perpetual", [5, 1965, 5]]]}, {"answer": "new", "hint": "synonyms for new", "clues": [["newfangled", [5, 1966, 0]], ["fresh", [5, 1966, 1]], ["raw", [5, 1966, 2]], ["young", [5, 1966, 3]], ["unexampled", [5, 1966, 4]], ["novel", [5, 1966, 5]]]}, {"answer": "next", "hint": "synonyms for next", "clues": [["future", [5, 1967, 0]], ["following", [5, 1967, 1]], ["side by side", [5, 1967, 2]], ["succeeding", [5, 1967, 3]], ["adjacent", [5, 1967, 4]]]}, {"answer": "nice", "hint": "synonyms for nice", "clues": [["squeamish", [5, 1968, 0]], ["decent", [5, 1968, 1]], ["dainty", [5, 1968, 2]], ["prissy", [5, 1968, 3]], ["skillful", [5, 1968, 4]], ["overnice", [5, 1968, 5]], ["gracious", [5, 1968, 6]], ["courteous", [5, 1968, 7]]]}, {"answer": "nifty", "hint": "synonyms for nifty", "clues": [["great", [5, 1969, 0]], ["not bad", [5, 1969, 1]], ["bang-up", [5, 1969, 2]], ["cracking", [5, 1969, 3]], ["smashing", [5, 1969, 4]], ["groovy", [5, 1969, 5]], ["swell", [5, 1969, 6]], ["neat", [5, 1969, 7]], ["bully", [5, 1969, 8]], ["peachy", [5, 1969, 9]], ["dandy", [5, 1969, 10]], ["keen", [5, 1969, 11]], ["corking", [5, 1969, 12]], ["slap-up", [5, 1969, 13]]]}, {"answer": "niggling", "hint": "synonyms for niggling", "clues": [["petty", [5, 1970, 0]], ["little", [5, 1970, 1]], ["lilliputian", [5, 1970, 2]], ["fiddling", [5, 1970, 3]], ["picayune", [5, 1970, 4]], ["footling", [5, 1970, 5]], ["piffling", [5, 1970, 6]], ["trivial", [5, 1970, 7]]]}, {"answer": "niminy-piminy", "hint": "synonyms for niminy-piminy", "clues": [["prim", [5, 1971, 0]], ["twee", [5, 1971, 1]], ["dainty", [5, 1971, 2]], ["mincing", [5, 1971, 3]]]}, {"answer": "nipping", "hint": "synonyms for nipping", "clues": [["frosty", [5, 1972, 0]], ["crisp", [5, 1972, 1]], ["snappy", [5, 1972, 2]], ["pungent", [5, 1972, 3]], ["biting", [5, 1972, 4]], ["mordacious", [5, 1972, 5]], ["nippy", [5, 1972, 6]], ["barbed", [5, 1972, 7]]]}, {"answer": "nippy", "hint": "synonyms for nippy", "clues": [["snappy", [5, 1973, 0]], ["frosty", [5, 1973, 1]], ["crisp", [5, 1973, 2]], ["nipping", [5, 1973, 3]]]}, {"answer": "no-account", "hint": "synonyms for no-account", "clues": [["meritless", [5, 1974, 0]], ["no-count", [5, 1974, 1]], ["good-for-nothing", [5, 1974, 2]], ["no-good", [5, 1974, 3]], ["good-for-naught", [5, 1974, 4]], ["sorry", [5, 1974, 5]]]}, {"answer": "no-count", "hint": "synonyms for no-count", "clues": [["meritless", [5, 1975, 0]], ["no-account", [5, 1975, 1]], ["good-for-nothing", [5, 1975, 2]], ["no-good", [5, 1975, 3]], ["good-for-naught", [5, 1975, 4]], ["sorry", [5, 1975, 5]]]}, {"answer": "no-good", "hint": "synonyms for no-good", "clues": [["meritless", [5, 1976, 0]], ["no-account", [5, 1976, 1]], ["rubber", [5, 1976, 2]], ["good-for-nothing", [5, 1976, 3]], ["good-for-naught", [5, 1976, 4]], ["sorry", [5, 1976, 5]]]}, {"answer": "noble-minded", "hint": "synonyms for noble-minded", "clues": [["grand", [5, 1977, 0]], ["sublime", [5, 1977, 1]], ["elevated", [5, 1977, 2]], ["rarified", [5, 1977, 3]], ["high-flown", [5, 1977, 4]], ["lofty", [5, 1977, 5]], ["idealistic", [5, 1977, 6]], ["high-minded", [5, 1977, 7]], ["exalted", [5, 1977, 8]]]}, {"answer": "nodding", "hint": "synonyms for nodding", "clues": [["weeping", [5, 1978, 0]], ["cernuous", [5, 1978, 1]], ["drooping", [5, 1978, 2]], ["pendulous", [5, 1978, 3]]]}, {"answer": "noisome", "hint": "synonyms for noisome", "clues": [["smelly", [5, 1979, 0]], ["offensive", [5, 1979, 1]], ["loathsome", [5, 1979, 2]], ["queasy", [5, 1979, 3]], ["nauseous", [5, 1979, 4]], ["foul-smelling", [5, 1979, 5]], ["fetid", [5, 1979, 6]], ["vile", [5, 1979, 7]], ["stinking", [5, 1979, 8]], ["ill-scented", [5, 1979, 9]], ["sickening", [5, 1979, 10]], ["nauseating", [5, 1979, 11]], ["funky", [5, 1979, 12]], ["foul", [5, 1979, 13]]]}, {"answer": "nomadic", "hint": "synonyms for nomadic", "clues": [["roving", [5, 1980, 0]], ["peregrine", [5, 1980, 1]], ["wandering", [5, 1980, 2]], ["mobile", [5, 1980, 3]]]}, {"answer": "nominal", "hint": "synonyms for nominal", "clues": [["tokenish", [5, 1981, 0]], ["nominative", [5, 1981, 1]], ["titular", [5, 1981, 2]], ["token", [5, 1981, 3]]]}, {"answer": "nonpareil", "hint": "synonyms for nonpareil", "clues": [["peerless", [5, 1982, 0]], ["unrivalled", [5, 1982, 1]], ["matchless", [5, 1982, 2]], ["unmatched", [5, 1982, 3]], ["one", [5, 1982, 4]], ["one and only", [5, 1982, 5]], ["unmatchable", [5, 1982, 6]]]}, {"answer": "nonsensical", "hint": "synonyms for nonsensical", "clues": [["nonsense", [5, 1983, 0]], ["preposterous", [5, 1983, 1]], ["absurd", [5, 1983, 2]], ["laughable", [5, 1983, 3]], ["ludicrous", [5, 1983, 4]], ["derisory", [5, 1983, 5]], ["cockeyed", [5, 1983, 6]], ["idiotic", [5, 1983, 7]], ["ridiculous", [5, 1983, 8]]]}, {"answer": "not_bad", "hint": "synonyms for not bad", "clues": [["nifty", [5, 1984, 0]], ["great", [5, 1984, 1]], ["bang-up", [5, 1984, 2]], ["cracking", [5, 1984, 3]], ["smashing", [5, 1984, 4]], ["groovy", [5, 1984, 5]], ["swell", [5, 1984, 6]], ["neat", [5, 1984, 7]], ["bully", [5, 1984, 8]], ["peachy", [5, 1984, 9]], ["dandy", [5, 1984, 10]], ["keen", [5, 1984, 11]], ["corking", [5, 1984, 12]], ["slap-up", [5, 1984, 13]]]}, {"answer": "notable", "hint": "synonyms for notable", "clues": [["renowned", [5, 1985, 0]], ["noteworthy", [5, 1985, 1]], ["celebrated", [5, 1985, 2]], ["far-famed", [5, 1985, 3]], ["famous", [5, 1985, 4]], ["famed", [5, 1985, 5]], ["noted", [5, 1985, 6]], ["illustrious", [5, 1985, 7]]]}, {"answer": "notched", "hint": "synonyms for notched", "clues": [["jaggy", [5, 1986, 0]], ["toothed", [5, 1986, 1]], ["erose", [5, 1986, 2]], ["saw-toothed", [5, 1986, 3]], ["serrate", [5, 1986, 4]], ["jagged", [5, 1986, 5]]]}, {"answer": "noted", "hint": "synonyms for noted", "clues": [["notable", [5, 1987, 0]], ["far-famed", [5, 1987, 1]], ["renowned", [5, 1987, 2]], ["famous", [5, 1987, 3]], ["famed", [5, 1987, 4]], ["celebrated", [5, 1987, 5]], ["illustrious", [5, 1987, 6]]]}, {"answer": "notional", "hint": "synonyms for notional", "clues": [["fanciful", [5, 1988, 0]], ["imaginary", [5, 1988, 1]], ["ideational", [5, 1988, 2]], ["conceptional", [5, 1988, 3]], ["speculative", [5, 1988, 4]]]}, {"answer": "nourishing", "hint": "synonyms for nourishing", "clues": [["alimental", [5, 1989, 0]], ["nutrient", [5, 1989, 1]], ["alimentary", [5, 1989, 2]], ["nutritive", [5, 1989, 3]], ["nutritious", [5, 1989, 4]]]}, {"answer": "nubbly", "hint": "synonyms for nubbly", "clues": [["homespun", [5, 1990, 0]], ["nubby", [5, 1990, 1]], ["tweedy", [5, 1990, 2]], ["slubbed", [5, 1990, 3]]]}, {"answer": "nubby", "hint": "synonyms for nubby", "clues": [["homespun", [5, 1991, 0]], ["tweedy", [5, 1991, 1]], ["nubbly", [5, 1991, 2]], ["slubbed", [5, 1991, 3]]]}, {"answer": "numberless", "hint": "synonyms for numberless", "clues": [["multitudinous", [5, 1992, 0]], ["unnumberable", [5, 1992, 1]], ["unnumbered", [5, 1992, 2]], ["infinite", [5, 1992, 3]], ["myriad", [5, 1992, 4]], ["uncounted", [5, 1992, 5]], ["innumerous", [5, 1992, 6]], ["countless", [5, 1992, 7]]]}, {"answer": "nutrient", "hint": "synonyms for nutrient", "clues": [["alimental", [5, 1993, 0]], ["alimentary", [5, 1993, 1]], ["nutritive", [5, 1993, 2]], ["nutritious", [5, 1993, 3]], ["nourishing", [5, 1993, 4]]]}, {"answer": "nutritious", "hint": "synonyms for nutritious", "clues": [["alimental", [5, 1994, 0]], ["nutrient", [5, 1994, 1]], ["alimentary", [5, 1994, 2]], ["nutritive", [5, 1994, 3]], ["nourishing", [5, 1994, 4]]]}, {"answer": "nutritive", "hint": "synonyms for nutritive", "clues": [["alimental", [5, 1995, 0]], ["nutrient", [5, 1995, 1]], ["alimentary", [5, 1995, 2]], ["nutritious", [5, 1995, 3]], ["nourishing", [5, 1995, 4]]]}, {"answer": "nuts", "hint": "synonyms for nuts", "clues": [["round the bend", [5, 1996, 0]], ["loco", [5, 1996, 1]], ["balmy", [5, 1996, 2]], ["bonkers", [5, 1996, 3]], ["loony", [5, 1996, 4]], ["barmy", [5, 1996, 5]], ["buggy", [5, 1996, 6]], ["nutty", [5, 1996, 7]], ["kookie", [5, 1996, 8]], ["dotty", [5, 1996, 9]], ["daft", [5, 1996, 10]], ["fruity", [5, 1996, 11]], ["haywire", [5, 1996, 12]], ["bats", [5, 1996, 13]], ["kooky", [5, 1996, 14]], ["crackers", [5, 1996, 15]], ["loopy", [5, 1996, 16]], ["batty", [5, 1996, 17]], ["whacky", [5, 1996, 18]], ["cracked", [5, 1996, 19]]]}, {"answer": "nutty", "hint": "synonyms for nutty", "clues": [["round the bend", [5, 1997, 0]], ["loco", [5, 1997, 1]], ["balmy", [5, 1997, 2]], ["bonkers", [5, 1997, 3]], ["loony", [5, 1997, 4]], ["barmy", [5, 1997, 5]], ["buggy", [5, 1997, 6]], ["kookie", [5, 1997, 7]], ["dotty", [5, 1997, 8]], ["daft", [5, 1997, 9]], ["fruity", [5, 1997, 10]], ["haywire", [5, 1997, 11]], ["bats", [5, 1997, 12]], ["nuts", [5, 1997, 13]], ["crackers", [5, 1997, 14]], ["kooky", [5, 1997, 15]], ["nutlike", [5, 1997, 16]], ["loopy", [5, 1997, 17]], ["batty", [5, 1997, 18]], ["whacky", [5, 1997, 19]], ["cracked", [5, 1997, 20]]]}, {"answer": "o.k.", "hint": "synonyms for o.k.", "clues": [["hunky-dory", [5, 1998, 0]], ["all right", [5, 1998, 1]], ["ok", [5, 1998, 2]], ["fine", [5, 1998, 3]], ["okay", [5, 1998, 4]]]}, {"answer": "oafish", "hint": "synonyms for oafish", "clues": [["neandertal", [5, 1999, 0]], ["loutish", [5, 1999, 1]], ["swinish", [5, 1999, 2]], ["boorish", [5, 1999, 3]]]}, {"answer": "obdurate", "hint": "synonyms for obdurate", "clues": [["stony", [5, 2000, 0]], ["granitic", [5, 2000, 1]], ["obstinate", [5, 2000, 2]], ["flint", [5, 2000, 3]], ["unrepentant", [5, 2000, 4]], ["cussed", [5, 2000, 5]]]}, {"answer": "obscene", "hint": "synonyms for obscene", "clues": [["repulsive", [5, 2001, 0]], ["salacious", [5, 2001, 1]], ["abhorrent", [5, 2001, 2]], ["lewd", [5, 2001, 3]], ["raunchy", [5, 2001, 4]], ["detestable", [5, 2001, 5]], ["repugnant", [5, 2001, 6]]]}, {"answer": "obscure", "hint": "synonyms for obscure", "clues": [["apart", [5, 2002, 0]], ["unsung", [5, 2002, 1]], ["hidden", [5, 2002, 2]], ["dark", [5, 2002, 3]], ["unnoticeable", [5, 2002, 4]], ["isolated", [5, 2002, 5]], ["vague", [5, 2002, 6]], ["unknown", [5, 2002, 7]]]}, {"answer": "obsequious", "hint": "synonyms for obsequious", "clues": [["sycophantic", [5, 2003, 0]], ["toadyish", [5, 2003, 1]], ["fawning", [5, 2003, 2]], ["bootlicking", [5, 2003, 3]]]}, {"answer": "obsessed", "hint": "synonyms for obsessed", "clues": [["possessed", [5, 2004, 0]], ["preoccupied", [5, 2004, 1]], ["haunted", [5, 2004, 2]], ["taken up", [5, 2004, 3]]]}, {"answer": "obstinate", "hint": "synonyms for obstinate", "clues": [["unregenerate", [5, 2005, 0]], ["contrary", [5, 2005, 1]], ["obdurate", [5, 2005, 2]], ["stubborn", [5, 2005, 3]], ["perverse", [5, 2005, 4]], ["wayward", [5, 2005, 5]], ["unrepentant", [5, 2005, 6]], ["cussed", [5, 2005, 7]]]}, {"answer": "obtuse", "hint": "synonyms for obtuse", "clues": [["dull", [5, 2006, 0]], ["dense", [5, 2006, 1]], ["purblind", [5, 2006, 2]], ["dim", [5, 2006, 3]], ["slow", [5, 2006, 4]], ["dumb", [5, 2006, 5]]]}, {"answer": "occult", "hint": "synonyms for occult", "clues": [["secret", [5, 2007, 0]], ["mystical", [5, 2007, 1]], ["orphic", [5, 2007, 2]], ["mysterious", [5, 2007, 3]]]}, {"answer": "ocular", "hint": "synonyms for ocular", "clues": [["optic", [5, 2008, 0]], ["optical", [5, 2008, 1]], ["visual", [5, 2008, 2]], ["opthalmic", [5, 2008, 3]]]}, {"answer": "odd", "hint": "synonyms for odd", "clues": [["rum", [5, 2009, 0]], ["uneven", [5, 2009, 1]], ["left", [5, 2009, 2]], ["unmated", [5, 2009, 3]], ["rummy", [5, 2009, 4]], ["singular", [5, 2009, 5]], ["leftover", [5, 2009, 6]], ["remaining", [5, 2009, 7]], ["queer", [5, 2009, 8]], ["peculiar", [5, 2009, 9]], ["unpaired", [5, 2009, 10]], ["curious", [5, 2009, 11]], ["funny", [5, 2009, 12]], ["unexpended", [5, 2009, 13]]]}, {"answer": "odoriferous", "hint": "synonyms for odoriferous", "clues": [["sweet-scented", [5, 2010, 0]], ["scented", [5, 2010, 1]], ["odorous", [5, 2010, 2]], ["sweet-smelling", [5, 2010, 3]], ["sweet", [5, 2010, 4]], ["perfumed", [5, 2010, 5]]]}, {"answer": "odorous", "hint": "synonyms for odorous", "clues": [["odoriferous", [5, 2011, 0]], ["sweet-scented", [5, 2011, 1]], ["scented", [5, 2011, 2]], ["perfumed", [5, 2011, 3]], ["sweet-smelling", [5, 2011, 4]], ["sweet", [5, 2011, 5]]]}, {"answer": "oecumenical", "hint": "synonyms for oecumenical", "clues": [["oecumenic", [5, 2012, 0]], ["cosmopolitan", [5, 2012, 1]], ["general", [5, 2012, 2]], ["universal", [5, 2012, 3]], ["ecumenical", [5, 2012, 4]], ["world-wide", [5, 2012, 5]]]}, {"answer": "off-color", "hint": "synonyms for off-color", "clues": [["indelicate", [5, 2013, 0]], ["off-colour", [5, 2013, 1]], ["bawdy", [5, 2013, 2]], ["ribald", [5, 2013, 3]]]}, {"answer": "off-guard", "hint": "synonyms for off-guard", "clues": [["off her guard", [5, 2014, 0]], ["off his guard", [5, 2014, 1]], ["off guard", [5, 2014, 2]], ["off one's guard", [5, 2014, 3]], ["napping", [5, 2014, 4]], ["off your guard", [5, 2014, 5]]]}, {"answer": "off-the-cuff", "hint": "synonyms for off-the-cuff", "clues": [["extemporaneous", [5, 2015, 0]], ["extemporary", [5, 2015, 1]], ["ad-lib", [5, 2015, 2]], ["extempore", [5, 2015, 3]], ["offhand", [5, 2015, 4]], ["unrehearsed", [5, 2015, 5]], ["impromptu", [5, 2015, 6]]]}, {"answer": "off-the-wall", "hint": "synonyms for off-the-wall", "clues": [["bizarre", [5, 2016, 0]], ["freakish", [5, 2016, 1]], ["freaky", [5, 2016, 2]], ["outre", [5, 2016, 3]], ["flakey", [5, 2016, 4]], ["outlandish", [5, 2016, 5]], ["gonzo", [5, 2016, 6]], ["eccentric", [5, 2016, 7]]]}, {"answer": "off_guard", "hint": "synonyms for off guard", "clues": [["off her guard", [5, 2017, 0]], ["off his guard", [5, 2017, 1]], ["off one's guard", [5, 2017, 2]], ["off-guard", [5, 2017, 3]], ["napping", [5, 2017, 4]], ["off your guard", [5, 2017, 5]]]}, {"answer": "off_her_guard", "hint": "synonyms for off her guard", "clues": [["off his guard", [5, 2018, 0]], ["off guard", [5, 2018, 1]], ["off one's guard", [5, 2018, 2]], ["napping", [5, 2018, 3]], ["off your guard", [5, 2018, 4]]]}, {"answer": "off_his_guard", "hint": "synonyms for off his guard", "clues": [["off her guard", [5, 2019, 0]], ["off guard", [5, 2019, 1]], ["off one's guard", [5, 2019, 2]], ["napping", [5, 2019, 3]], ["off your guard", [5, 2019, 4]]]}, {"answer": "off_one's_guard", "hint": "synonyms for off one's guard", "clues": [["off her guard", [5, 2020, 0]], ["off his guard", [5, 2020, 1]], ["off guard", [5, 2020, 2]], ["napping", [5, 2020, 3]], ["off your guard", [5, 2020, 4]]]}, {"answer": "off_your_guard", "hint": "synonyms for off your guard", "clues": [["off her guard", [5, 2021, 0]], ["off his guard", [5, 2021, 1]], ["off guard", [5, 2021, 2]], ["napping", [5, 2021, 3]], ["off one's guard", [5, 2021, 4]]]}, {"answer": "offbeat", "hint": "synonyms for offbeat", "clues": [["way-out", [5, 2022, 0]], ["quirky", [5, 2022, 1]], ["kinky", [5, 2022, 2]], ["far-out", [5, 2022, 3]]]}, {"answer": "offensive", "hint": "synonyms for offensive", "clues": [["dysphemistic", [5, 2023, 0]], ["unsavoury", [5, 2023, 1]], ["violative", [5, 2023, 2]], ["noisome", [5, 2023, 3]], ["loathsome", [5, 2023, 4]], ["queasy", [5, 2023, 5]], ["nauseous", [5, 2023, 6]], ["vile", [5, 2023, 7]], ["sickening", [5, 2023, 8]], ["nauseating", [5, 2023, 9]]]}, {"answer": "offhand", "hint": "synonyms for offhand", "clues": [["offhanded", [5, 2024, 0]], ["extemporaneous", [5, 2024, 1]], ["extemporary", [5, 2024, 2]], ["ad-lib", [5, 2024, 3]], ["extempore", [5, 2024, 4]], ["off-the-cuff", [5, 2024, 5]], ["unrehearsed", [5, 2024, 6]], ["impromptu", [5, 2024, 7]]]}, {"answer": "offhanded", "hint": "synonyms for offhanded", "clues": [["offhand", [5, 2025, 0]], ["extemporaneous", [5, 2025, 1]], ["extemporary", [5, 2025, 2]], ["ad-lib", [5, 2025, 3]], ["extempore", [5, 2025, 4]], ["off-the-cuff", [5, 2025, 5]], ["unrehearsed", [5, 2025, 6]], ["impromptu", [5, 2025, 7]]]}, {"answer": "officious", "hint": "synonyms for officious", "clues": [["busy", [5, 2026, 0]], ["meddlesome", [5, 2026, 1]], ["interfering", [5, 2026, 2]], ["meddling", [5, 2026, 3]], ["busybodied", [5, 2026, 4]]]}, {"answer": "oily", "hint": "synonyms for oily", "clues": [["smarmy", [5, 2027, 0]], ["greasy", [5, 2027, 1]], ["fulsome", [5, 2027, 2]], ["buttery", [5, 2027, 3]], ["soapy", [5, 2027, 4]], ["unctuous", [5, 2027, 5]], ["oleaginous", [5, 2027, 6]], ["sebaceous", [5, 2027, 7]]]}, {"answer": "ok", "hint": "synonyms for ok", "clues": [["hunky-dory", [5, 2028, 0]], ["all right", [5, 2028, 1]], ["o.k.", [5, 2028, 2]], ["fine", [5, 2028, 3]], ["okay", [5, 2028, 4]]]}, {"answer": "okay", "hint": "synonyms for okay", "clues": [["hunky-dory", [5, 2029, 0]], ["all right", [5, 2029, 1]], ["ok", [5, 2029, 2]], ["o.k.", [5, 2029, 3]], ["fine", [5, 2029, 4]]]}, {"answer": "old", "hint": "synonyms for old", "clues": [["sure-enough", [5, 2030, 0]], ["honest-to-god", [5, 2030, 1]], ["erstwhile", [5, 2030, 2]], ["onetime", [5, 2030, 3]], ["older", [5, 2030, 4]], ["honest-to-goodness", [5, 2030, 5]], ["quondam", [5, 2030, 6]], ["former", [5, 2030, 7]], ["sometime", [5, 2030, 8]], ["previous", [5, 2030, 9]]]}, {"answer": "old-fashioned", "hint": "synonyms for old-fashioned", "clues": [["antique", [5, 2031, 0]], ["outmoded", [5, 2031, 1]], ["ex", [5, 2031, 2]], ["passee", [5, 2031, 3]], ["demode", [5, 2031, 4]], ["old-hat", [5, 2031, 5]]]}, {"answer": "old-hat", "hint": "synonyms for old-hat", "clues": [["trite", [5, 2032, 0]], ["stock", [5, 2032, 1]], ["timeworn", [5, 2032, 2]], ["banal", [5, 2032, 3]], ["passee", [5, 2032, 4]], ["shopworn", [5, 2032, 5]], ["demode", [5, 2032, 6]], ["old-fashioned", [5, 2032, 7]], ["antique", [5, 2032, 8]], ["ex", [5, 2032, 9]], ["hackneyed", [5, 2032, 10]], ["outmoded", [5, 2032, 11]], ["threadbare", [5, 2032, 12]], ["tired", [5, 2032, 13]], ["well-worn", [5, 2032, 14]], ["commonplace", [5, 2032, 15]]]}, {"answer": "older", "hint": "synonyms for older", "clues": [["elderly", [5, 2033, 0]], ["erstwhile", [5, 2033, 1]], ["former", [5, 2033, 2]], ["one-time", [5, 2033, 3]], ["sometime", [5, 2033, 4]], ["previous", [5, 2033, 5]], ["old", [5, 2033, 6]], ["sure-enough", [5, 2033, 7]], ["senior", [5, 2033, 8]], ["honest-to-god", [5, 2033, 9]], ["sr.", [5, 2033, 10]], ["honest-to-goodness", [5, 2033, 11]], ["quondam", [5, 2033, 12]], ["aged", [5, 2033, 13]]]}, {"answer": "oleaginous", "hint": "synonyms for oleaginous", "clues": [["smarmy", [5, 2034, 0]], ["oily", [5, 2034, 1]], ["sebaceous", [5, 2034, 2]], ["greasy", [5, 2034, 3]], ["fulsome", [5, 2034, 4]], ["buttery", [5, 2034, 5]], ["soapy", [5, 2034, 6]], ["unctuous", [5, 2034, 7]]]}, {"answer": "olympian", "hint": "synonyms for olympian", "clues": [["exceeding", [5, 2035, 0]], ["exceptional", [5, 2035, 1]], ["prodigious", [5, 2035, 2]], ["majestic", [5, 2035, 3]], ["surpassing", [5, 2035, 4]]]}, {"answer": "ominous", "hint": "synonyms for ominous", "clues": [["minacious", [5, 2036, 0]], ["baleful", [5, 2036, 1]], ["threatening", [5, 2036, 2]], ["forbidding", [5, 2036, 3]], ["ill", [5, 2036, 4]], ["inauspicious", [5, 2036, 5]], ["menacing", [5, 2036, 6]], ["minatory", [5, 2036, 7]], ["sinister", [5, 2036, 8]]]}, {"answer": "on_fire", "hint": "synonyms for on fire", "clues": [["aflare", [5, 2037, 0]], ["afire", [5, 2037, 1]], ["aflame", [5, 2037, 2]], ["alight", [5, 2037, 3]], ["ablaze", [5, 2037, 4]]]}, {"answer": "one", "hint": "synonyms for one", "clues": [["peerless", [5, 2038, 0]], ["nonpareil", [5, 2038, 1]], ["unitary", [5, 2038, 2]], ["1", [5, 2038, 3]], ["unrivalled", [5, 2038, 4]], ["matchless", [5, 2038, 5]], ["unmatched", [5, 2038, 6]], ["i", [5, 2038, 7]], ["ane", [5, 2038, 8]], ["one and only", [5, 2038, 9]], ["unmatchable", [5, 2038, 10]]]}, {"answer": "one-sided", "hint": "synonyms for one-sided", "clues": [["biased", [5, 2039, 0]], ["slanted", [5, 2039, 1]], ["nonreversible", [5, 2039, 2]], ["colored", [5, 2039, 3]], ["unilateral", [5, 2039, 4]]]}, {"answer": "one-time", "hint": "synonyms for one-time", "clues": [["quondam", [5, 2040, 0]], ["former", [5, 2040, 1]], ["old", [5, 2040, 2]], ["sometime", [5, 2040, 3]], ["erstwhile", [5, 2040, 4]], ["onetime", [5, 2040, 5]]]}, {"answer": "one_and_only", "hint": "synonyms for one and only", "clues": [["peerless", [5, 2041, 0]], ["nonpareil", [5, 2041, 1]], ["unrivalled", [5, 2041, 2]], ["matchless", [5, 2041, 3]], ["unmatched", [5, 2041, 4]], ["one", [5, 2041, 5]], ["unmatchable", [5, 2041, 6]]]}, {"answer": "one_thousand", "hint": "synonyms for one thousand", "clues": [["m", [5, 2042, 0]], ["k", [5, 2042, 1]], ["thousand", [5, 2042, 2]], ["1000", [5, 2042, 3]]]}, {"answer": "onetime", "hint": "synonyms for onetime", "clues": [["quondam", [5, 2043, 0]], ["former", [5, 2043, 1]], ["one-time", [5, 2043, 2]], ["old", [5, 2043, 3]], ["sometime", [5, 2043, 4]], ["erstwhile", [5, 2043, 5]]]}, {"answer": "only", "hint": "synonyms for only", "clues": [["lonesome", [5, 2044, 0]], ["alone", [5, 2044, 1]], ["sole", [5, 2044, 2]], ["solitary", [5, 2044, 3]]]}, {"answer": "opalescent", "hint": "synonyms for opalescent", "clues": [["opaline", [5, 2045, 0]], ["nacreous", [5, 2045, 1]], ["iridescent", [5, 2045, 2]], ["pearlescent", [5, 2045, 3]]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["assailable", [5, 2046, 0]], ["capable", [5, 2046, 1]], ["undefendable", [5, 2046, 2]], ["opened", [5, 2046, 3]], ["unfastened", [5, 2046, 4]], ["candid", [5, 2046, 5]], ["receptive", [5, 2046, 6]], ["undefended", [5, 2046, 7]], ["unresolved", [5, 2046, 8]], ["heart-to-heart", [5, 2046, 9]], ["undecided", [5, 2046, 10]], ["exposed", [5, 2046, 11]], ["subject", [5, 2046, 12]], ["overt", [5, 2046, 13]], ["undetermined", [5, 2046, 14]], ["loose", [5, 2046, 15]], ["clear", [5, 2046, 16]]]}, {"answer": "openhanded", "hint": "synonyms for openhanded", "clues": [["freehanded", [5, 2047, 0]], ["bountiful", [5, 2047, 1]], ["giving", [5, 2047, 2]], ["bighearted", [5, 2047, 3]], ["handsome", [5, 2047, 4]], ["bounteous", [5, 2047, 5]], ["big", [5, 2047, 6]], ["liberal", [5, 2047, 7]]]}, {"answer": "openhearted", "hint": "synonyms for openhearted", "clues": [["charitable", [5, 2048, 0]], ["kindly", [5, 2048, 1]], ["good-hearted", [5, 2048, 2]], ["benevolent", [5, 2048, 3]], ["sympathetic", [5, 2048, 4]], ["large-hearted", [5, 2048, 5]]]}, {"answer": "operable", "hint": "synonyms for operable", "clues": [["functional", [5, 2049, 0]], ["usable", [5, 2049, 1]], ["practicable", [5, 2049, 2]], ["operational", [5, 2049, 3]]]}, {"answer": "operational", "hint": "synonyms for operational", "clues": [["functional", [5, 2050, 0]], ["operable", [5, 2050, 1]], ["in operation", [5, 2050, 2]], ["operating", [5, 2050, 3]], ["usable", [5, 2050, 4]]]}, {"answer": "operative", "hint": "synonyms for operative", "clues": [["running", [5, 2051, 0]], ["functional", [5, 2051, 1]], ["surgical", [5, 2051, 2]], ["working", [5, 2051, 3]]]}, {"answer": "operose", "hint": "synonyms for operose", "clues": [["heavy", [5, 2052, 0]], ["toilsome", [5, 2052, 1]], ["arduous", [5, 2052, 2]], ["grueling", [5, 2052, 3]], ["laborious", [5, 2052, 4]], ["backbreaking", [5, 2052, 5]], ["punishing", [5, 2052, 6]], ["hard", [5, 2052, 7]]]}, {"answer": "opprobrious", "hint": "synonyms for opprobrious", "clues": [["scurrilous", [5, 2053, 0]], ["inglorious", [5, 2053, 1]], ["black", [5, 2053, 2]], ["ignominious", [5, 2053, 3]], ["disgraceful", [5, 2053, 4]], ["abusive", [5, 2053, 5]], ["shameful", [5, 2053, 6]]]}, {"answer": "optic", "hint": "synonyms for optic", "clues": [["ocular", [5, 2054, 0]], ["optical", [5, 2054, 1]], ["opthalmic", [5, 2054, 2]], ["visual", [5, 2054, 3]]]}, {"answer": "optical", "hint": "synonyms for optical", "clues": [["optic", [5, 2055, 0]], ["ocular", [5, 2055, 1]], ["visual", [5, 2055, 2]], ["opthalmic", [5, 2055, 3]]]}, {"answer": "opulent", "hint": "synonyms for opulent", "clues": [["grand", [5, 2056, 0]], ["gilded", [5, 2056, 1]], ["luxurious", [5, 2056, 2]], ["sumptuous", [5, 2056, 3]], ["deluxe", [5, 2056, 4]], ["princely", [5, 2056, 5]]]}, {"answer": "orbicular", "hint": "synonyms for orbicular", "clues": [["spheric", [5, 2057, 0]], ["orbiculate", [5, 2057, 1]], ["global", [5, 2057, 2]], ["globular", [5, 2057, 3]], ["globose", [5, 2057, 4]], ["ball-shaped", [5, 2057, 5]]]}, {"answer": "ordered", "hint": "synonyms for ordered", "clues": [["consistent", [5, 2058, 0]], ["arranged", [5, 2058, 1]], ["logical", [5, 2058, 2]], ["coherent", [5, 2058, 3]]]}, {"answer": "orotund", "hint": "synonyms for orotund", "clues": [["turgid", [5, 2059, 0]], ["pear-shaped", [5, 2059, 1]], ["tumid", [5, 2059, 2]], ["rotund", [5, 2059, 3]], ["bombastic", [5, 2059, 4]], ["declamatory", [5, 2059, 5]], ["large", [5, 2059, 6]]]}, {"answer": "orphic", "hint": "synonyms for orphic", "clues": [["secret", [5, 2060, 0]], ["mystical", [5, 2060, 1]], ["mysterious", [5, 2060, 2]], ["occult", [5, 2060, 3]]]}, {"answer": "orthogonal", "hint": "synonyms for orthogonal", "clues": [["rectangular", [5, 2061, 0]], ["impertinent", [5, 2061, 1]], ["extraneous", [5, 2061, 2]], ["immaterial", [5, 2061, 3]]]}, {"answer": "otiose", "hint": "synonyms for otiose", "clues": [["lazy", [5, 2062, 0]], ["senseless", [5, 2062, 1]], ["unavailing", [5, 2062, 2]], ["pointless", [5, 2062, 3]], ["wasted", [5, 2062, 4]], ["work-shy", [5, 2062, 5]], ["faineant", [5, 2062, 6]], ["futile", [5, 2062, 7]], ["superfluous", [5, 2062, 8]], ["slothful", [5, 2062, 9]], ["indolent", [5, 2062, 10]], ["purposeless", [5, 2062, 11]], ["ineffectual", [5, 2062, 12]]]}, {"answer": "out", "hint": "synonyms for out", "clues": [["stunned", [5, 2063, 0]], ["taboo", [5, 2063, 1]], ["prohibited", [5, 2063, 2]], ["verboten", [5, 2063, 3]], ["extinct", [5, 2063, 4]], ["tabu", [5, 2063, 5]], ["kayoed", [5, 2063, 6]], ["knocked out", [5, 2063, 7]], ["proscribed", [5, 2063, 8]], ["forbidden", [5, 2063, 9]]]}, {"answer": "out-and-out", "hint": "synonyms for out-and-out", "clues": [["sheer", [5, 2064, 0]], ["absolute", [5, 2064, 1]], ["rank", [5, 2064, 2]], ["downright", [5, 2064, 3]], ["right-down", [5, 2064, 4]]]}, {"answer": "outer", "hint": "synonyms for outer", "clues": [["stunned", [5, 2065, 0]], ["out", [5, 2065, 1]], ["extinct", [5, 2065, 2]], ["verboten", [5, 2065, 3]], ["kayoed", [5, 2065, 4]], ["proscribed", [5, 2065, 5]], ["forbidden", [5, 2065, 6]], ["taboo", [5, 2065, 7]], ["prohibited", [5, 2065, 8]], ["tabu", [5, 2065, 9]], ["knocked out", [5, 2065, 10]]]}, {"answer": "outlandish", "hint": "synonyms for outlandish", "clues": [["bizarre", [5, 2066, 0]], ["freakish", [5, 2066, 1]], ["freaky", [5, 2066, 2]], ["outre", [5, 2066, 3]], ["flakey", [5, 2066, 4]], ["gonzo", [5, 2066, 5]], ["off-the-wall", [5, 2066, 6]], ["eccentric", [5, 2066, 7]]]}, {"answer": "outlaw", "hint": "synonyms for outlaw", "clues": [["outlawed", [5, 2067, 0]], ["unlawful", [5, 2067, 1]], ["illegitimate", [5, 2067, 2]], ["lawless", [5, 2067, 3]], ["illicit", [5, 2067, 4]]]}, {"answer": "outlawed", "hint": "synonyms for outlawed", "clues": [["outlaw", [5, 2068, 0]], ["unlawful", [5, 2068, 1]], ["illegitimate", [5, 2068, 2]], ["illicit", [5, 2068, 3]]]}, {"answer": "outmoded", "hint": "synonyms for outmoded", "clues": [["antique", [5, 2069, 0]], ["ex", [5, 2069, 1]], ["passee", [5, 2069, 2]], ["demode", [5, 2069, 3]], ["old-fashioned", [5, 2069, 4]], ["old-hat", [5, 2069, 5]]]}, {"answer": "outrageous", "hint": "synonyms for outrageous", "clues": [["extortionate", [5, 2070, 0]], ["unconscionable", [5, 2070, 1]], ["usurious", [5, 2070, 2]], ["horrid", [5, 2070, 3]], ["hideous", [5, 2070, 4]], ["steep", [5, 2070, 5]], ["exorbitant", [5, 2070, 6]], ["horrific", [5, 2070, 7]]]}, {"answer": "outre", "hint": "synonyms for outre", "clues": [["bizarre", [5, 2071, 0]], ["freakish", [5, 2071, 1]], ["freaky", [5, 2071, 2]], ["flakey", [5, 2071, 3]], ["outlandish", [5, 2071, 4]], ["gonzo", [5, 2071, 5]], ["off-the-wall", [5, 2071, 6]], ["eccentric", [5, 2071, 7]]]}, {"answer": "outside", "hint": "synonyms for outside", "clues": [["remote", [5, 2072, 0]], ["extraneous", [5, 2072, 1]], ["external", [5, 2072, 2]], ["outdoor", [5, 2072, 3]], ["out-of-door", [5, 2072, 4]], ["away", [5, 2072, 5]], ["international", [5, 2072, 6]]]}, {"answer": "outspoken", "hint": "synonyms for outspoken", "clues": [["free-spoken", [5, 2073, 0]], ["forthright", [5, 2073, 1]], ["blunt", [5, 2073, 2]], ["point-blank", [5, 2073, 3]], ["candid", [5, 2073, 4]], ["straight-from-the-shoulder", [5, 2073, 5]], ["frank", [5, 2073, 6]], ["vocal", [5, 2073, 7]], ["plainspoken", [5, 2073, 8]]]}, {"answer": "outstanding", "hint": "synonyms for outstanding", "clues": [["prominent", [5, 2074, 0]], ["striking", [5, 2074, 1]], ["salient", [5, 2074, 2]], ["owing", [5, 2074, 3]], ["great", [5, 2074, 4]], ["spectacular", [5, 2074, 5]], ["undischarged", [5, 2074, 6]]]}, {"answer": "oval", "hint": "synonyms for oval", "clues": [["ovate", [5, 2075, 0]], ["oval-shaped", [5, 2075, 1]], ["oviform", [5, 2075, 2]], ["elliptic", [5, 2075, 3]], ["ovoid", [5, 2075, 4]], ["prolate", [5, 2075, 5]], ["egg-shaped", [5, 2075, 6]]]}, {"answer": "oval-shaped", "hint": "synonyms for oval-shaped", "clues": [["ovate", [5, 2076, 0]], ["oviform", [5, 2076, 1]], ["elliptic", [5, 2076, 2]], ["ovoid", [5, 2076, 3]], ["prolate", [5, 2076, 4]], ["egg-shaped", [5, 2076, 5]], ["oval", [5, 2076, 6]]]}, {"answer": "ovate", "hint": "synonyms for ovate", "clues": [["oval-shaped", [5, 2077, 0]], ["oviform", [5, 2077, 1]], ["elliptic", [5, 2077, 2]], ["ovoid", [5, 2077, 3]], ["prolate", [5, 2077, 4]], ["egg-shaped", [5, 2077, 5]], ["oval", [5, 2077, 6]]]}, {"answer": "over", "hint": "synonyms for over", "clues": [["complete", [5, 2078, 0]], ["ended", [5, 2078, 1]], ["terminated", [5, 2078, 2]], ["all over", [5, 2078, 3]], ["concluded", [5, 2078, 4]]]}, {"answer": "overbearing", "hint": "synonyms for overbearing", "clues": [["disdainful", [5, 2079, 0]], ["haughty", [5, 2079, 1]], ["lordly", [5, 2079, 2]], ["prideful", [5, 2079, 3]], ["swaggering", [5, 2079, 4]], ["authoritarian", [5, 2079, 5]], ["sniffy", [5, 2079, 6]], ["supercilious", [5, 2079, 7]], ["imperious", [5, 2079, 8]], ["dictatorial", [5, 2079, 9]]]}, {"answer": "overblown", "hint": "synonyms for overblown", "clues": [["pontifical", [5, 2080, 0]], ["pompous", [5, 2080, 1]], ["portentous", [5, 2080, 2]], ["grandiloquent", [5, 2080, 3]]]}, {"answer": "overbold", "hint": "synonyms for overbold", "clues": [["impudent", [5, 2081, 0]], ["smart", [5, 2081, 1]], ["sassy", [5, 2081, 2]], ["saucy", [5, 2081, 3]], ["fresh", [5, 2081, 4]], ["impertinent", [5, 2081, 5]], ["wise", [5, 2081, 6]]]}, {"answer": "overflowing", "hint": "synonyms for overflowing", "clues": [["flooded", [5, 2082, 0]], ["afloat", [5, 2082, 1]], ["inundated", [5, 2082, 2]], ["awash", [5, 2082, 3]]]}, {"answer": "overgenerous", "hint": "synonyms for overgenerous", "clues": [["unstinted", [5, 2083, 0]], ["too-generous", [5, 2083, 1]], ["munificent", [5, 2083, 2]], ["unstinting", [5, 2083, 3]], ["unsparing", [5, 2083, 4]], ["lavish", [5, 2083, 5]]]}, {"answer": "overnice", "hint": "synonyms for overnice", "clues": [["squeamish", [5, 2084, 0]], ["dainty", [5, 2084, 1]], ["prissy", [5, 2084, 2]], ["nice", [5, 2084, 3]]]}, {"answer": "overriding", "hint": "synonyms for overriding", "clues": [["predominant", [5, 2085, 0]], ["preponderating", [5, 2085, 1]], ["preponderant", [5, 2085, 2]], ["paramount", [5, 2085, 3]]]}, {"answer": "overstrung", "hint": "synonyms for overstrung", "clues": [["jumpy", [5, 2086, 0]], ["uptight", [5, 2086, 1]], ["edgy", [5, 2086, 2]], ["restive", [5, 2086, 3]], ["high-strung", [5, 2086, 4]], ["highly strung", [5, 2086, 5]], ["nervy", [5, 2086, 6]], ["jittery", [5, 2086, 7]]]}, {"answer": "overweening", "hint": "synonyms for overweening", "clues": [["extravagant", [5, 2087, 0]], ["exuberant", [5, 2087, 1]], ["excessive", [5, 2087, 2]], ["uppity", [5, 2087, 3]]]}, {"answer": "oviform", "hint": "synonyms for oviform", "clues": [["ovate", [5, 2088, 0]], ["oval-shaped", [5, 2088, 1]], ["elliptic", [5, 2088, 2]], ["ovoid", [5, 2088, 3]], ["prolate", [5, 2088, 4]], ["egg-shaped", [5, 2088, 5]], ["oval", [5, 2088, 6]]]}, {"answer": "ovoid", "hint": "synonyms for ovoid", "clues": [["ovate", [5, 2089, 0]], ["oval-shaped", [5, 2089, 1]], ["oviform", [5, 2089, 2]], ["elliptic", [5, 2089, 3]], ["prolate", [5, 2089, 4]], ["egg-shaped", [5, 2089, 5]], ["oval", [5, 2089, 6]]]}, {"answer": "pachydermatous", "hint": "synonyms for pachydermatous", "clues": [["pachydermic", [5, 2090, 0]], ["indurate", [5, 2090, 1]], ["pachydermous", [5, 2090, 2]], ["pachydermal", [5, 2090, 3]], ["callous", [5, 2090, 4]]]}, {"answer": "painful", "hint": "synonyms for painful", "clues": [["unspeakable", [5, 2091, 0]], ["awful", [5, 2091, 1]], ["sore", [5, 2091, 2]], ["abominable", [5, 2091, 3]], ["afflictive", [5, 2091, 4]], ["terrible", [5, 2091, 5]], ["atrocious", [5, 2091, 6]], ["irritating", [5, 2091, 7]], ["dreadful", [5, 2091, 8]]]}, {"answer": "painted", "hint": "synonyms for painted", "clues": [["particolored", [5, 2092, 0]], ["multi-coloured", [5, 2092, 1]], ["calico", [5, 2092, 2]], ["multicolor", [5, 2092, 3]], ["varicoloured", [5, 2092, 4]], ["motley", [5, 2092, 5]], ["pied", [5, 2092, 6]], ["piebald", [5, 2092, 7]]]}, {"answer": "palliative", "hint": "synonyms for palliative", "clues": [["mitigative", [5, 2093, 0]], ["mitigatory", [5, 2093, 1]], ["lenitive", [5, 2093, 2]], ["alleviatory", [5, 2093, 3]], ["alleviative", [5, 2093, 4]]]}, {"answer": "palmy", "hint": "synonyms for palmy", "clues": [["prospering", [5, 2094, 0]], ["thriving", [5, 2094, 1]], ["flourishing", [5, 2094, 2]], ["booming", [5, 2094, 3]], ["prosperous", [5, 2094, 4]], ["roaring", [5, 2094, 5]]]}, {"answer": "paltry", "hint": "synonyms for paltry", "clues": [["negligible", [5, 2095, 0]], ["measly", [5, 2095, 1]], ["miserable", [5, 2095, 2]], ["trifling", [5, 2095, 3]]]}, {"answer": "panic-stricken", "hint": "synonyms for panic-stricken", "clues": [["panic-struck", [5, 2096, 0]], ["terrified", [5, 2096, 1]], ["panicky", [5, 2096, 2]], ["frightened", [5, 2096, 3]], ["panicked", [5, 2096, 4]]]}, {"answer": "panic-struck", "hint": "synonyms for panic-struck", "clues": [["terrified", [5, 2097, 0]], ["panic-stricken", [5, 2097, 1]], ["panicky", [5, 2097, 2]], ["frightened", [5, 2097, 3]], ["panicked", [5, 2097, 4]]]}, {"answer": "panicked", "hint": "synonyms for panicked", "clues": [["terrified", [5, 2098, 0]], ["panic-stricken", [5, 2098, 1]], ["panicky", [5, 2098, 2]], ["frightened", [5, 2098, 3]], ["panic-struck", [5, 2098, 4]]]}, {"answer": "panicky", "hint": "synonyms for panicky", "clues": [["panicked", [5, 2099, 0]], ["terrified", [5, 2099, 1]], ["panic-stricken", [5, 2099, 2]], ["frightened", [5, 2099, 3]], ["panic-struck", [5, 2099, 4]]]}, {"answer": "panoptic", "hint": "synonyms for panoptic", "clues": [["wide", [5, 2100, 0]], ["extensive", [5, 2100, 1]], ["blanket", [5, 2100, 2]], ["encompassing", [5, 2100, 3]], ["panoptical", [5, 2100, 4]], ["across-the-board", [5, 2100, 5]], ["broad", [5, 2100, 6]], ["all-embracing", [5, 2100, 7]], ["all-inclusive", [5, 2100, 8]]]}, {"answer": "papistic", "hint": "synonyms for papistic", "clues": [["papistical", [5, 2101, 0]], ["romish", [5, 2101, 1]], ["popish", [5, 2101, 2]], ["papist", [5, 2101, 3]]]}, {"answer": "paramount", "hint": "synonyms for paramount", "clues": [["predominant", [5, 2102, 0]], ["preponderating", [5, 2102, 1]], ["preponderant", [5, 2102, 2]], ["overriding", [5, 2102, 3]]]}, {"answer": "parasitic", "hint": "synonyms for parasitic", "clues": [["parasitical", [5, 2103, 0]], ["leechlike", [5, 2103, 1]], ["epenthetic", [5, 2103, 2]], ["bloodsucking", [5, 2103, 3]]]}, {"answer": "parceled_out", "hint": "synonyms for parceled out", "clues": [["dealt out", [5, 2104, 0]], ["apportioned", [5, 2104, 1]], ["meted out", [5, 2104, 2]], ["doled out", [5, 2104, 3]]]}, {"answer": "parched", "hint": "synonyms for parched", "clues": [["sunbaked", [5, 2105, 0]], ["adust", [5, 2105, 1]], ["scorched", [5, 2105, 2]], ["baked", [5, 2105, 3]]]}, {"answer": "parthenogenetic", "hint": "synonyms for parthenogenetic", "clues": [["agamogenetic", [5, 2106, 0]], ["agamous", [5, 2106, 1]], ["apomictic", [5, 2106, 2]], ["agamic", [5, 2106, 3]]]}, {"answer": "particolored", "hint": "synonyms for particolored", "clues": [["multi-coloured", [5, 2107, 0]], ["calico", [5, 2107, 1]], ["varicolored", [5, 2107, 2]], ["multicolor", [5, 2107, 3]], ["motley", [5, 2107, 4]], ["painted", [5, 2107, 5]], ["pied", [5, 2107, 6]], ["piebald", [5, 2107, 7]], ["particoloured", [5, 2107, 8]]]}, {"answer": "particoloured", "hint": "synonyms for particoloured", "clues": [["particolored", [5, 2108, 0]], ["multi-coloured", [5, 2108, 1]], ["calico", [5, 2108, 2]], ["multicolor", [5, 2108, 3]], ["varicoloured", [5, 2108, 4]], ["motley", [5, 2108, 5]], ["painted", [5, 2108, 6]], ["pied", [5, 2108, 7]], ["piebald", [5, 2108, 8]]]}, {"answer": "particular", "hint": "synonyms for particular", "clues": [["special", [5, 2109, 0]], ["peculiar", [5, 2109, 1]], ["fussy", [5, 2109, 2]], ["exceptional", [5, 2109, 3]], ["finical", [5, 2109, 4]], ["finicky", [5, 2109, 5]], ["picky", [5, 2109, 6]]]}, {"answer": "passe", "hint": "synonyms for passe", "clues": [["antique", [5, 2110, 0]], ["outmoded", [5, 2110, 1]], ["ex", [5, 2110, 2]], ["passee", [5, 2110, 3]], ["demode", [5, 2110, 4]], ["old-fashioned", [5, 2110, 5]], ["old-hat", [5, 2110, 6]]]}, {"answer": "passee", "hint": "synonyms for passee", "clues": [["antique", [5, 2111, 0]], ["ex", [5, 2111, 1]], ["outmoded", [5, 2111, 2]], ["passe", [5, 2111, 3]], ["demode", [5, 2111, 4]], ["old-fashioned", [5, 2111, 5]], ["old-hat", [5, 2111, 6]]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["short-lived", [5, 2112, 0]], ["transient", [5, 2112, 1]], ["pass", [5, 2112, 2]], ["cursory", [5, 2112, 3]], ["casual", [5, 2112, 4]], ["ephemeral", [5, 2112, 5]], ["fugacious", [5, 2112, 6]], ["perfunctory", [5, 2112, 7]], ["transitory", [5, 2112, 8]]]}, {"answer": "pasty", "hint": "synonyms for pasty", "clues": [["gluey", [5, 2113, 0]], ["mucilaginous", [5, 2113, 1]], ["viscous", [5, 2113, 2]], ["gummy", [5, 2113, 3]], ["pastelike", [5, 2113, 4]], ["glutinous", [5, 2113, 5]], ["viscid", [5, 2113, 6]], ["sticky", [5, 2113, 7]]]}, {"answer": "patent", "hint": "synonyms for patent", "clues": [["evident", [5, 2114, 0]], ["apparent", [5, 2114, 1]], ["unmistakable", [5, 2114, 2]], ["plain", [5, 2114, 3]], ["manifest", [5, 2114, 4]]]}, {"answer": "paternal", "hint": "synonyms for paternal", "clues": [["agnate", [5, 2115, 0]], ["agnatic", [5, 2115, 1]], ["parental", [5, 2115, 2]], ["maternal", [5, 2115, 3]]]}, {"answer": "pathetic", "hint": "synonyms for pathetic", "clues": [["ridiculous", [5, 2116, 0]], ["pitiable", [5, 2116, 1]], ["pitiful", [5, 2116, 2]], ["silly", [5, 2116, 3]], ["miserable", [5, 2116, 4]], ["wretched", [5, 2116, 5]], ["piteous", [5, 2116, 6]], ["misfortunate", [5, 2116, 7]], ["poor", [5, 2116, 8]], ["hapless", [5, 2116, 9]]]}, {"answer": "pathless", "hint": "synonyms for pathless", "clues": [["roadless", [5, 2117, 0]], ["untrodden", [5, 2117, 1]], ["trackless", [5, 2117, 2]], ["untracked", [5, 2117, 3]], ["untrod", [5, 2117, 4]]]}, {"answer": "patrician", "hint": "synonyms for patrician", "clues": [["aristocratical", [5, 2118, 0]], ["blue", [5, 2118, 1]], ["blue-blooded", [5, 2118, 2]], ["gentle", [5, 2118, 3]]]}, {"answer": "paying", "hint": "synonyms for paying", "clues": [["salaried", [5, 2119, 0]], ["gainful", [5, 2119, 1]], ["compensable", [5, 2119, 2]], ["remunerative", [5, 2119, 3]], ["stipendiary", [5, 2119, 4]], ["paid", [5, 2119, 5]]]}, {"answer": "peachy", "hint": "synonyms for peachy", "clues": [["nifty", [5, 2120, 0]], ["great", [5, 2120, 1]], ["not bad", [5, 2120, 2]], ["bang-up", [5, 2120, 3]], ["cracking", [5, 2120, 4]], ["smashing", [5, 2120, 5]], ["groovy", [5, 2120, 6]], ["swell", [5, 2120, 7]], ["neat", [5, 2120, 8]], ["bully", [5, 2120, 9]], ["peachy-colored", [5, 2120, 10]], ["dandy", [5, 2120, 11]], ["keen", [5, 2120, 12]], ["corking", [5, 2120, 13]], ["slap-up", [5, 2120, 14]]]}, {"answer": "peaked", "hint": "synonyms for peaked", "clues": [["sickly", [5, 2121, 0]], ["under the weather", [5, 2121, 1]], ["indisposed", [5, 2121, 2]], ["poorly", [5, 2121, 3]], ["unwell", [5, 2121, 4]], ["ailing", [5, 2121, 5]], ["seedy", [5, 2121, 6]]]}, {"answer": "pearlescent", "hint": "synonyms for pearlescent", "clues": [["opaline", [5, 2122, 0]], ["nacreous", [5, 2122, 1]], ["iridescent", [5, 2122, 2]], ["opalescent", [5, 2122, 3]]]}, {"answer": "peckish", "hint": "synonyms for peckish", "clues": [["nettlesome", [5, 2123, 0]], ["scratchy", [5, 2123, 1]], ["techy", [5, 2123, 2]], ["fractious", [5, 2123, 3]], ["cranky", [5, 2123, 4]], ["irritable", [5, 2123, 5]], ["pettish", [5, 2123, 6]], ["testy", [5, 2123, 7]], ["peevish", [5, 2123, 8]], ["petulant", [5, 2123, 9]]]}, {"answer": "peculiar", "hint": "synonyms for peculiar", "clues": [["rum", [5, 2124, 0]], ["odd", [5, 2124, 1]], ["special", [5, 2124, 2]], ["singular", [5, 2124, 3]], ["rummy", [5, 2124, 4]], ["queer", [5, 2124, 5]], ["particular", [5, 2124, 6]], ["curious", [5, 2124, 7]], ["funny", [5, 2124, 8]]]}, {"answer": "peeled", "hint": "synonyms for peeled", "clues": [["bare-ass", [5, 2125, 0]], ["in the raw", [5, 2125, 1]], ["naked as a jaybird", [5, 2125, 2]], ["raw", [5, 2125, 3]], ["stark naked", [5, 2125, 4]], ["in the altogether", [5, 2125, 5]], ["in the buff", [5, 2125, 6]]]}, {"answer": "peerless", "hint": "synonyms for peerless", "clues": [["nonpareil", [5, 2126, 0]], ["unrivalled", [5, 2126, 1]], ["matchless", [5, 2126, 2]], ["unmatched", [5, 2126, 3]], ["one", [5, 2126, 4]], ["one and only", [5, 2126, 5]], ["unmatchable", [5, 2126, 6]]]}, {"answer": "peeved", "hint": "synonyms for peeved", "clues": [["nettled", [5, 2127, 0]], ["riled", [5, 2127, 1]], ["irritated", [5, 2127, 2]], ["pissed", [5, 2127, 3]], ["annoyed", [5, 2127, 4]], ["steamed", [5, 2127, 5]], ["miffed", [5, 2127, 6]], ["stung", [5, 2127, 7]], ["pissed off", [5, 2127, 8]]]}, {"answer": "peevish", "hint": "synonyms for peevish", "clues": [["nettlesome", [5, 2128, 0]], ["scratchy", [5, 2128, 1]], ["techy", [5, 2128, 2]], ["fractious", [5, 2128, 3]], ["cranky", [5, 2128, 4]], ["irritable", [5, 2128, 5]], ["pettish", [5, 2128, 6]], ["testy", [5, 2128, 7]], ["petulant", [5, 2128, 8]], ["peckish", [5, 2128, 9]]]}, {"answer": "pellucid", "hint": "synonyms for pellucid", "clues": [["lucid", [5, 2129, 0]], ["crystalline", [5, 2129, 1]], ["crystal clear", [5, 2129, 2]], ["transparent", [5, 2129, 3]], ["perspicuous", [5, 2129, 4]], ["limpid", [5, 2129, 5]], ["luculent", [5, 2129, 6]]]}, {"answer": "pendulous", "hint": "synonyms for pendulous", "clues": [["cernuous", [5, 2130, 0]], ["nodding", [5, 2130, 1]], ["drooping", [5, 2130, 2]], ["weeping", [5, 2130, 3]]]}, {"answer": "penetrating", "hint": "synonyms for penetrating", "clues": [["discriminating", [5, 2131, 0]], ["penetrative", [5, 2131, 1]], ["acute", [5, 2131, 2]], ["knifelike", [5, 2131, 3]], ["sharp", [5, 2131, 4]], ["keen", [5, 2131, 5]], ["incisive", [5, 2131, 6]], ["piercing", [5, 2131, 7]]]}, {"answer": "penetrative", "hint": "synonyms for penetrative", "clues": [["discriminating", [5, 2132, 0]], ["acute", [5, 2132, 1]], ["knifelike", [5, 2132, 2]], ["sharp", [5, 2132, 3]], ["penetrating", [5, 2132, 4]], ["keen", [5, 2132, 5]], ["incisive", [5, 2132, 6]], ["piercing", [5, 2132, 7]]]}, {"answer": "penniless", "hint": "synonyms for penniless", "clues": [["in straitened circumstances", [5, 2133, 0]], ["impecunious", [5, 2133, 1]], ["penurious", [5, 2133, 2]], ["pinched", [5, 2133, 3]], ["hard up", [5, 2133, 4]]]}, {"answer": "penny-pinching", "hint": "synonyms for penny-pinching", "clues": [["skinny", [5, 2134, 0]], ["near", [5, 2134, 1]], ["cheeseparing", [5, 2134, 2]], ["close", [5, 2134, 3]]]}, {"answer": "pensive", "hint": "synonyms for pensive", "clues": [["ruminative", [5, 2135, 0]], ["contemplative", [5, 2135, 1]], ["brooding", [5, 2135, 2]], ["pondering", [5, 2135, 3]], ["wistful", [5, 2135, 4]], ["reflective", [5, 2135, 5]], ["meditative", [5, 2135, 6]], ["broody", [5, 2135, 7]], ["musing", [5, 2135, 8]]]}, {"answer": "penurious", "hint": "synonyms for penurious", "clues": [["in straitened circumstances", [5, 2136, 0]], ["impecunious", [5, 2136, 1]], ["penniless", [5, 2136, 2]], ["parsimonious", [5, 2136, 3]], ["pinched", [5, 2136, 4]], ["hard up", [5, 2136, 5]]]}, {"answer": "peppy", "hint": "synonyms for peppy", "clues": [["spirited", [5, 2137, 0]], ["zippy", [5, 2137, 1]], ["bouncing", [5, 2137, 2]], ["bouncy", [5, 2137, 3]]]}, {"answer": "perceivable", "hint": "synonyms for perceivable", "clues": [["intelligible", [5, 2138, 0]], ["apprehensible", [5, 2138, 1]], ["graspable", [5, 2138, 2]], ["understandable", [5, 2138, 3]]]}, {"answer": "peregrine", "hint": "synonyms for peregrine", "clues": [["nomadic", [5, 2139, 0]], ["wandering", [5, 2139, 1]], ["roving", [5, 2139, 2]], ["mobile", [5, 2139, 3]]]}, {"answer": "peremptory", "hint": "synonyms for peremptory", "clues": [["dominating", [5, 2140, 0]], ["high-and-mighty", [5, 2140, 1]], ["autocratic", [5, 2140, 2]], ["bossy", [5, 2140, 3]], ["magisterial", [5, 2140, 4]]]}, {"answer": "perfect", "hint": "synonyms for perfect", "clues": [["double-dyed", [5, 2141, 0]], ["pure", [5, 2141, 1]], ["arrant", [5, 2141, 2]], ["thoroughgoing", [5, 2141, 3]], ["utter", [5, 2141, 4]], ["everlasting", [5, 2141, 5]], ["staring", [5, 2141, 6]], ["stark", [5, 2141, 7]], ["gross", [5, 2141, 8]], ["consummate", [5, 2141, 9]], ["sodding", [5, 2141, 10]], ["complete", [5, 2141, 11]], ["unadulterated", [5, 2141, 12]]]}, {"answer": "perfervid", "hint": "synonyms for perfervid", "clues": [["fiery", [5, 2142, 0]], ["impassioned", [5, 2142, 1]], ["ardent", [5, 2142, 2]], ["torrid", [5, 2142, 3]], ["fervid", [5, 2142, 4]], ["fervent", [5, 2142, 5]]]}, {"answer": "perfumed", "hint": "synonyms for perfumed", "clues": [["odoriferous", [5, 2143, 0]], ["sweet-scented", [5, 2143, 1]], ["scented", [5, 2143, 2]], ["odorous", [5, 2143, 3]], ["sweet-smelling", [5, 2143, 4]], ["sweet", [5, 2143, 5]]]}, {"answer": "perfunctory", "hint": "synonyms for perfunctory", "clues": [["cursory", [5, 2144, 0]], ["pro forma", [5, 2144, 1]], ["casual", [5, 2144, 2]], ["passing", [5, 2144, 3]]]}, {"answer": "pernicious", "hint": "synonyms for pernicious", "clues": [["subtle", [5, 2145, 0]], ["baneful", [5, 2145, 1]], ["insidious", [5, 2145, 2]], ["pestilent", [5, 2145, 3]], ["deadly", [5, 2145, 4]]]}, {"answer": "perpetual", "hint": "synonyms for perpetual", "clues": [["never-ending", [5, 2146, 0]], ["ceaseless", [5, 2146, 1]], ["constant", [5, 2146, 2]], ["eonian", [5, 2146, 3]], ["unending", [5, 2146, 4]], ["unremitting", [5, 2146, 5]], ["unceasing", [5, 2146, 6]], ["everlasting", [5, 2146, 7]], ["ageless", [5, 2146, 8]], ["incessant", [5, 2146, 9]], ["eternal", [5, 2146, 10]]]}, {"answer": "persistent", "hint": "synonyms for persistent", "clues": [["haunting", [5, 2147, 0]], ["unrelenting", [5, 2147, 1]], ["dogged", [5, 2147, 2]], ["tenacious", [5, 2147, 3]], ["pertinacious", [5, 2147, 4]], ["dour", [5, 2147, 5]], ["unyielding", [5, 2147, 6]], ["relentless", [5, 2147, 7]], ["lasting", [5, 2147, 8]]]}, {"answer": "persnickety", "hint": "synonyms for persnickety", "clues": [["pernickety", [5, 2148, 0]], ["stuck-up", [5, 2148, 1]], ["uppish", [5, 2148, 2]], ["bigheaded", [5, 2148, 3]], ["snooty", [5, 2148, 4]], ["snot-nosed", [5, 2148, 5]], ["snotty", [5, 2148, 6]], ["too big for one's breeches", [5, 2148, 7]]]}, {"answer": "perspicacious", "hint": "synonyms for perspicacious", "clues": [["clear-eyed", [5, 2149, 0]], ["sagacious", [5, 2149, 1]], ["clear-sighted", [5, 2149, 2]], ["sapient", [5, 2149, 3]]]}, {"answer": "perspicuous", "hint": "synonyms for perspicuous", "clues": [["lucid", [5, 2150, 0]], ["crystal clear", [5, 2150, 1]], ["luculent", [5, 2150, 2]], ["pellucid", [5, 2150, 3]], ["limpid", [5, 2150, 4]]]}, {"answer": "pertinacious", "hint": "synonyms for pertinacious", "clues": [["persistent", [5, 2151, 0]], ["dogged", [5, 2151, 1]], ["tenacious", [5, 2151, 2]], ["unyielding", [5, 2151, 3]], ["dour", [5, 2151, 4]]]}, {"answer": "perturbing", "hint": "synonyms for perturbing", "clues": [["distressful", [5, 2152, 0]], ["worrisome", [5, 2152, 1]], ["distressing", [5, 2152, 2]], ["troubling", [5, 2152, 3]], ["disturbing", [5, 2152, 4]], ["worrying", [5, 2152, 5]]]}, {"answer": "perverse", "hint": "synonyms for perverse", "clues": [["depraved", [5, 2153, 0]], ["contrary", [5, 2153, 1]], ["obstinate", [5, 2153, 2]], ["wayward", [5, 2153, 3]], ["reprobate", [5, 2153, 4]], ["perverted", [5, 2153, 5]]]}, {"answer": "perverted", "hint": "synonyms for perverted", "clues": [["depraved", [5, 2154, 0]], ["misrepresented", [5, 2154, 1]], ["perverse", [5, 2154, 2]], ["twisted", [5, 2154, 3]], ["kinky", [5, 2154, 4]], ["reprobate", [5, 2154, 5]], ["distorted", [5, 2154, 6]]]}, {"answer": "pesky", "hint": "synonyms for pesky", "clues": [["pestering", [5, 2155, 0]], ["vexing", [5, 2155, 1]], ["plaguy", [5, 2155, 2]], ["galling", [5, 2155, 3]], ["teasing", [5, 2155, 4]], ["vexatious", [5, 2155, 5]], ["nettlesome", [5, 2155, 6]], ["irritating", [5, 2155, 7]], ["annoying", [5, 2155, 8]], ["pestiferous", [5, 2155, 9]], ["bothersome", [5, 2155, 10]]]}, {"answer": "pestered", "hint": "synonyms for pestered", "clues": [["annoyed", [5, 2156, 0]], ["vexed", [5, 2156, 1]], ["harassed", [5, 2156, 2]], ["harried", [5, 2156, 3]]]}, {"answer": "pestering", "hint": "synonyms for pestering", "clues": [["vexing", [5, 2157, 0]], ["pesky", [5, 2157, 1]], ["plaguy", [5, 2157, 2]], ["galling", [5, 2157, 3]], ["teasing", [5, 2157, 4]], ["vexatious", [5, 2157, 5]], ["nettlesome", [5, 2157, 6]], ["irritating", [5, 2157, 7]], ["annoying", [5, 2157, 8]], ["pestiferous", [5, 2157, 9]], ["bothersome", [5, 2157, 10]]]}, {"answer": "pestiferous", "hint": "synonyms for pestiferous", "clues": [["pestering", [5, 2158, 0]], ["corruptive", [5, 2158, 1]], ["plaguy", [5, 2158, 2]], ["galling", [5, 2158, 3]], ["pestilent", [5, 2158, 4]], ["nettlesome", [5, 2158, 5]], ["bothersome", [5, 2158, 6]], ["perversive", [5, 2158, 7]], ["vexing", [5, 2158, 8]], ["pesky", [5, 2158, 9]], ["teasing", [5, 2158, 10]], ["vexatious", [5, 2158, 11]], ["dirty", [5, 2158, 12]], ["irritating", [5, 2158, 13]], ["annoying", [5, 2158, 14]]]}, {"answer": "pestilent", "hint": "synonyms for pestilent", "clues": [["pestilential", [5, 2159, 0]], ["baneful", [5, 2159, 1]], ["pernicious", [5, 2159, 2]], ["plaguey", [5, 2159, 3]], ["pestiferous", [5, 2159, 4]], ["deadly", [5, 2159, 5]]]}, {"answer": "pet", "hint": "synonyms for pet", "clues": [["best-loved", [5, 2160, 0]], ["favorite", [5, 2160, 1]], ["preferred", [5, 2160, 2]], ["favored", [5, 2160, 3]], ["preferent", [5, 2160, 4]]]}, {"answer": "petite", "hint": "synonyms for petite", "clues": [["midget", [5, 2161, 0]], ["tiny", [5, 2161, 1]], ["bantam", [5, 2161, 2]], ["lilliputian", [5, 2161, 3]], ["flyspeck", [5, 2161, 4]], ["diminutive", [5, 2161, 5]]]}, {"answer": "pettish", "hint": "synonyms for pettish", "clues": [["nettlesome", [5, 2162, 0]], ["scratchy", [5, 2162, 1]], ["techy", [5, 2162, 2]], ["fractious", [5, 2162, 3]], ["cranky", [5, 2162, 4]], ["irritable", [5, 2162, 5]], ["testy", [5, 2162, 6]], ["peevish", [5, 2162, 7]], ["petulant", [5, 2162, 8]], ["peckish", [5, 2162, 9]]]}, {"answer": "petty", "hint": "synonyms for petty", "clues": [["junior-grade", [5, 2163, 0]], ["little", [5, 2163, 1]], ["small-minded", [5, 2163, 2]], ["trivial", [5, 2163, 3]], ["lower-ranking", [5, 2163, 4]], ["lilliputian", [5, 2163, 5]], ["fiddling", [5, 2163, 6]], ["niggling", [5, 2163, 7]], ["footling", [5, 2163, 8]], ["subaltern", [5, 2163, 9]], ["lowly", [5, 2163, 10]], ["picayune", [5, 2163, 11]], ["piffling", [5, 2163, 12]], ["secondary", [5, 2163, 13]]]}, {"answer": "petulant", "hint": "synonyms for petulant", "clues": [["nettlesome", [5, 2164, 0]], ["scratchy", [5, 2164, 1]], ["techy", [5, 2164, 2]], ["fractious", [5, 2164, 3]], ["cranky", [5, 2164, 4]], ["irritable", [5, 2164, 5]], ["pettish", [5, 2164, 6]], ["testy", [5, 2164, 7]], ["peevish", [5, 2164, 8]], ["peckish", [5, 2164, 9]]]}, {"answer": "phantasmal", "hint": "synonyms for phantasmal", "clues": [["apparitional", [5, 2165, 0]], ["ghostlike", [5, 2165, 1]], ["spectral", [5, 2165, 2]], ["spiritual", [5, 2165, 3]], ["ghostly", [5, 2165, 4]]]}, {"answer": "pharisaic", "hint": "synonyms for pharisaic", "clues": [["pietistic", [5, 2166, 0]], ["holier-than-thou", [5, 2166, 1]], ["self-righteous", [5, 2166, 2]], ["pharisaical", [5, 2166, 3]], ["sanctimonious", [5, 2166, 4]]]}, {"answer": "pharisaical", "hint": "synonyms for pharisaical", "clues": [["pietistic", [5, 2167, 0]], ["holier-than-thou", [5, 2167, 1]], ["self-righteous", [5, 2167, 2]], ["pharisaic", [5, 2167, 3]], ["sanctimonious", [5, 2167, 4]]]}, {"answer": "phoney", "hint": "synonyms for phoney", "clues": [["phony", [5, 2168, 0]], ["bastard", [5, 2168, 1]], ["fake", [5, 2168, 2]], ["bogus", [5, 2168, 3]]]}, {"answer": "phony", "hint": "synonyms for phony", "clues": [["phoney", [5, 2169, 0]], ["bastard", [5, 2169, 1]], ["fake", [5, 2169, 2]], ["bogus", [5, 2169, 3]]]}, {"answer": "picayune", "hint": "synonyms for picayune", "clues": [["petty", [5, 2170, 0]], ["little", [5, 2170, 1]], ["lilliputian", [5, 2170, 2]], ["fiddling", [5, 2170, 3]], ["niggling", [5, 2170, 4]], ["footling", [5, 2170, 5]], ["piffling", [5, 2170, 6]], ["trivial", [5, 2170, 7]]]}, {"answer": "picky", "hint": "synonyms for picky", "clues": [["finical", [5, 2171, 0]], ["finicky", [5, 2171, 1]], ["particular", [5, 2171, 2]], ["fussy", [5, 2171, 3]]]}, {"answer": "pictorial", "hint": "synonyms for pictorial", "clues": [["graphic", [5, 2172, 0]], ["pictural", [5, 2172, 1]], ["lifelike", [5, 2172, 2]], ["vivid", [5, 2172, 3]]]}, {"answer": "pictured", "hint": "synonyms for pictured", "clues": [["portrayed", [5, 2173, 0]], ["visualized", [5, 2173, 1]], ["depicted", [5, 2173, 2]], ["envisioned", [5, 2173, 3]]]}, {"answer": "piddling", "hint": "synonyms for piddling", "clues": [["petty", [5, 2174, 0]], ["little", [5, 2174, 1]], ["lilliputian", [5, 2174, 2]], ["fiddling", [5, 2174, 3]], ["niggling", [5, 2174, 4]], ["footling", [5, 2174, 5]], ["picayune", [5, 2174, 6]], ["piffling", [5, 2174, 7]], ["trivial", [5, 2174, 8]]]}, {"answer": "pie-eyed", "hint": "synonyms for pie-eyed", "clues": [["fuddled", [5, 2175, 0]], ["sloshed", [5, 2175, 1]], ["stiff", [5, 2175, 2]], ["cockeyed", [5, 2175, 3]], ["sozzled", [5, 2175, 4]], ["soaked", [5, 2175, 5]], ["pixilated", [5, 2175, 6]], ["blotto", [5, 2175, 7]], ["wet", [5, 2175, 8]], ["pissed", [5, 2175, 9]], ["besotted", [5, 2175, 10]], ["soused", [5, 2175, 11]], ["slopped", [5, 2175, 12]], ["smashed", [5, 2175, 13]], ["blind drunk", [5, 2175, 14]], ["plastered", [5, 2175, 15]], ["crocked", [5, 2175, 16]], ["loaded", [5, 2175, 17]], ["tight", [5, 2175, 18]], ["squiffy", [5, 2175, 19]]]}, {"answer": "piebald", "hint": "synonyms for piebald", "clues": [["particolored", [5, 2176, 0]], ["multi-coloured", [5, 2176, 1]], ["calico", [5, 2176, 2]], ["multicolor", [5, 2176, 3]], ["varicoloured", [5, 2176, 4]], ["motley", [5, 2176, 5]], ["painted", [5, 2176, 6]], ["pied", [5, 2176, 7]]]}, {"answer": "piecemeal", "hint": "synonyms for piecemeal", "clues": [["in small stages", [5, 2177, 0]], ["bit-by-bit", [5, 2177, 1]], ["stepwise", [5, 2177, 2]], ["step-by-step", [5, 2177, 3]]]}, {"answer": "pied", "hint": "synonyms for pied", "clues": [["particolored", [5, 2178, 0]], ["multi-coloured", [5, 2178, 1]], ["calico", [5, 2178, 2]], ["multicolor", [5, 2178, 3]], ["varicoloured", [5, 2178, 4]], ["motley", [5, 2178, 5]], ["painted", [5, 2178, 6]], ["piebald", [5, 2178, 7]]]}, {"answer": "piercing", "hint": "synonyms for piercing", "clues": [["discriminating", [5, 2179, 0]], ["penetrative", [5, 2179, 1]], ["stabbing", [5, 2179, 2]], ["acute", [5, 2179, 3]], ["knifelike", [5, 2179, 4]], ["lancinating", [5, 2179, 5]], ["sharp", [5, 2179, 6]], ["penetrating", [5, 2179, 7]], ["keen", [5, 2179, 8]], ["incisive", [5, 2179, 9]], ["cutting", [5, 2179, 10]], ["lancinate", [5, 2179, 11]]]}, {"answer": "pietistic", "hint": "synonyms for pietistic", "clues": [["holier-than-thou", [5, 2180, 0]], ["pietistical", [5, 2180, 1]], ["self-righteous", [5, 2180, 2]], ["pharisaical", [5, 2180, 3]], ["sanctimonious", [5, 2180, 4]]]}, {"answer": "pietistical", "hint": "synonyms for pietistical", "clues": [["pietistic", [5, 2181, 0]], ["holier-than-thou", [5, 2181, 1]], ["self-righteous", [5, 2181, 2]], ["pharisaical", [5, 2181, 3]], ["sanctimonious", [5, 2181, 4]]]}, {"answer": "piffling", "hint": "synonyms for piffling", "clues": [["petty", [5, 2182, 0]], ["little", [5, 2182, 1]], ["lilliputian", [5, 2182, 2]], ["fiddling", [5, 2182, 3]], ["niggling", [5, 2182, 4]], ["footling", [5, 2182, 5]], ["picayune", [5, 2182, 6]], ["trivial", [5, 2182, 7]]]}, {"answer": "piggish", "hint": "synonyms for piggish", "clues": [["hoggish", [5, 2183, 0]], ["porcine", [5, 2183, 1]], ["swinish", [5, 2183, 2]], ["piggy", [5, 2183, 3]]]}, {"answer": "piggy", "hint": "synonyms for piggy", "clues": [["hoggish", [5, 2184, 0]], ["porcine", [5, 2184, 1]], ["swinish", [5, 2184, 2]], ["piggish", [5, 2184, 3]]]}, {"answer": "pillaged", "hint": "synonyms for pillaged", "clues": [["sacked", [5, 2185, 0]], ["plundered", [5, 2185, 1]], ["despoiled", [5, 2185, 2]], ["ransacked", [5, 2185, 3]], ["raped", [5, 2185, 4]], ["looted", [5, 2185, 5]], ["ravaged", [5, 2185, 6]]]}, {"answer": "pinched", "hint": "synonyms for pinched", "clues": [["cadaverous", [5, 2186, 0]], ["in straitened circumstances", [5, 2186, 1]], ["nasal", [5, 2186, 2]], ["impecunious", [5, 2186, 3]], ["wasted", [5, 2186, 4]], ["haggard", [5, 2186, 5]], ["emaciated", [5, 2186, 6]], ["adenoidal", [5, 2186, 7]], ["gaunt", [5, 2186, 8]], ["penniless", [5, 2186, 9]], ["bony", [5, 2186, 10]], ["penurious", [5, 2186, 11]], ["skeletal", [5, 2186, 12]], ["hard up", [5, 2186, 13]]]}, {"answer": "pink-slipped", "hint": "synonyms for pink-slipped", "clues": [["fired", [5, 2187, 0]], ["discharged", [5, 2187, 1]], ["dismissed", [5, 2187, 2]], ["laid-off", [5, 2187, 3]]]}, {"answer": "pint-size", "hint": "synonyms for pint-size", "clues": [["sawn-off", [5, 2188, 0]], ["pint-sized", [5, 2188, 1]], ["runty", [5, 2188, 2]], ["sawed-off", [5, 2188, 3]]]}, {"answer": "pint-sized", "hint": "synonyms for pint-sized", "clues": [["pint-size", [5, 2189, 0]], ["sawn-off", [5, 2189, 1]], ["runty", [5, 2189, 2]], ["sawed-off", [5, 2189, 3]]]}, {"answer": "piquant", "hint": "synonyms for piquant", "clues": [["savoury", [5, 2190, 0]], ["zesty", [5, 2190, 1]], ["salty", [5, 2190, 2]], ["engaging", [5, 2190, 3]], ["spicy", [5, 2190, 4]]]}, {"answer": "pissed", "hint": "synonyms for pissed", "clues": [["fuddled", [5, 2191, 0]], ["sloshed", [5, 2191, 1]], ["stiff", [5, 2191, 2]], ["nettled", [5, 2191, 3]], ["cockeyed", [5, 2191, 4]], ["sozzled", [5, 2191, 5]], ["peeved", [5, 2191, 6]], ["irritated", [5, 2191, 7]], ["pie-eyed", [5, 2191, 8]], ["soaked", [5, 2191, 9]], ["pixilated", [5, 2191, 10]], ["blotto", [5, 2191, 11]], ["wet", [5, 2191, 12]], ["roiled", [5, 2191, 13]], ["pissed off", [5, 2191, 14]], ["besotted", [5, 2191, 15]], ["soused", [5, 2191, 16]], ["steamed", [5, 2191, 17]], ["smashed", [5, 2191, 18]], ["annoyed", [5, 2191, 19]], ["blind drunk", [5, 2191, 20]], ["slopped", [5, 2191, 21]], ["plastered", [5, 2191, 22]], ["crocked", [5, 2191, 23]], ["loaded", [5, 2191, 24]], ["tight", [5, 2191, 25]], ["squiffy", [5, 2191, 26]], ["miffed", [5, 2191, 27]], ["stung", [5, 2191, 28]]]}, {"answer": "pissed_off", "hint": "synonyms for pissed off", "clues": [["nettled", [5, 2192, 0]], ["peeved", [5, 2192, 1]], ["irritated", [5, 2192, 2]], ["pissed", [5, 2192, 3]], ["annoyed", [5, 2192, 4]], ["riled", [5, 2192, 5]], ["steamed", [5, 2192, 6]], ["miffed", [5, 2192, 7]], ["stung", [5, 2192, 8]]]}, {"answer": "pitchy", "hint": "synonyms for pitchy", "clues": [["resinous", [5, 2193, 0]], ["resiny", [5, 2193, 1]], ["tarry", [5, 2193, 2]], ["jet", [5, 2193, 3]], ["jet-black", [5, 2193, 4]], ["sooty", [5, 2193, 5]], ["coal-black", [5, 2193, 6]]]}, {"answer": "piteous", "hint": "synonyms for piteous", "clues": [["pathetic", [5, 2194, 0]], ["miserable", [5, 2194, 1]], ["pitiable", [5, 2194, 2]], ["pitiful", [5, 2194, 3]], ["wretched", [5, 2194, 4]], ["misfortunate", [5, 2194, 5]], ["poor", [5, 2194, 6]], ["hapless", [5, 2194, 7]]]}, {"answer": "pitiable", "hint": "synonyms for pitiable", "clues": [["pitiful", [5, 2195, 0]], ["pathetic", [5, 2195, 1]], ["hapless", [5, 2195, 2]], ["miserable", [5, 2195, 3]], ["wretched", [5, 2195, 4]], ["piteous", [5, 2195, 5]], ["poor", [5, 2195, 6]], ["misfortunate", [5, 2195, 7]]]}, {"answer": "pitiful", "hint": "synonyms for pitiful", "clues": [["distressing", [5, 2196, 0]], ["pitiable", [5, 2196, 1]], ["pathetic", [5, 2196, 2]], ["sad", [5, 2196, 3]], ["miserable", [5, 2196, 4]], ["hapless", [5, 2196, 5]], ["deplorable", [5, 2196, 6]], ["wretched", [5, 2196, 7]], ["sorry", [5, 2196, 8]], ["piteous", [5, 2196, 9]], ["lamentable", [5, 2196, 10]], ["poor", [5, 2196, 11]], ["misfortunate", [5, 2196, 12]]]}, {"answer": "pitiless", "hint": "synonyms for pitiless", "clues": [["unpitying", [5, 2197, 0]], ["remorseless", [5, 2197, 1]], ["ruthless", [5, 2197, 2]], ["unkind", [5, 2197, 3]]]}, {"answer": "pixilated", "hint": "synonyms for pixilated", "clues": [["fuddled", [5, 2198, 0]], ["sloshed", [5, 2198, 1]], ["stiff", [5, 2198, 2]], ["cockeyed", [5, 2198, 3]], ["sozzled", [5, 2198, 4]], ["pie-eyed", [5, 2198, 5]], ["soaked", [5, 2198, 6]], ["blotto", [5, 2198, 7]], ["wet", [5, 2198, 8]], ["pissed", [5, 2198, 9]], ["prankish", [5, 2198, 10]], ["mischievous", [5, 2198, 11]], ["implike", [5, 2198, 12]], ["arch", [5, 2198, 13]], ["besotted", [5, 2198, 14]], ["wicked", [5, 2198, 15]], ["soused", [5, 2198, 16]], ["slopped", [5, 2198, 17]], ["smashed", [5, 2198, 18]], ["blind drunk", [5, 2198, 19]], ["plastered", [5, 2198, 20]], ["crocked", [5, 2198, 21]], ["loaded", [5, 2198, 22]], ["tight", [5, 2198, 23]], ["squiffy", [5, 2198, 24]], ["impish", [5, 2198, 25]], ["puckish", [5, 2198, 26]]]}, {"answer": "placid", "hint": "synonyms for placid", "clues": [["good-tempered", [5, 2199, 0]], ["still", [5, 2199, 1]], ["tranquil", [5, 2199, 2]], ["equable", [5, 2199, 3]], ["quiet", [5, 2199, 4]], ["smooth", [5, 2199, 5]], ["unruffled", [5, 2199, 6]], ["even-tempered", [5, 2199, 7]]]}, {"answer": "plaguey", "hint": "synonyms for plaguey", "clues": [["pestering", [5, 2200, 0]], ["vexing", [5, 2200, 1]], ["pesky", [5, 2200, 2]], ["plaguy", [5, 2200, 3]], ["galling", [5, 2200, 4]], ["teasing", [5, 2200, 5]], ["vexatious", [5, 2200, 6]], ["pestiferous", [5, 2200, 7]], ["irritating", [5, 2200, 8]], ["annoying", [5, 2200, 9]], ["pestilential", [5, 2200, 10]], ["bothersome", [5, 2200, 11]], ["nettlesome", [5, 2200, 12]]]}, {"answer": "plaguy", "hint": "synonyms for plaguy", "clues": [["pestering", [5, 2201, 0]], ["vexing", [5, 2201, 1]], ["pesky", [5, 2201, 2]], ["galling", [5, 2201, 3]], ["teasing", [5, 2201, 4]], ["vexatious", [5, 2201, 5]], ["nettlesome", [5, 2201, 6]], ["irritating", [5, 2201, 7]], ["annoying", [5, 2201, 8]], ["pestiferous", [5, 2201, 9]], ["bothersome", [5, 2201, 10]], ["plaguey", [5, 2201, 11]]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["patent", [5, 2202, 0]], ["evident", [5, 2202, 1]], ["unvarnished", [5, 2202, 2]], ["apparent", [5, 2202, 3]], ["unmistakable", [5, 2202, 4]], ["unembellished", [5, 2202, 5]], ["manifest", [5, 2202, 6]], ["unmixed", [5, 2202, 7]], ["bare", [5, 2202, 8]], ["homely", [5, 2202, 9]], ["unpatterned", [5, 2202, 10]], ["spare", [5, 2202, 11]], ["unmingled", [5, 2202, 12]], ["sheer", [5, 2202, 13]], ["unornamented", [5, 2202, 14]]]}, {"answer": "plainspoken", "hint": "synonyms for plainspoken", "clues": [["free-spoken", [5, 2203, 0]], ["forthright", [5, 2203, 1]], ["blunt", [5, 2203, 2]], ["point-blank", [5, 2203, 3]], ["candid", [5, 2203, 4]], ["straight-from-the-shoulder", [5, 2203, 5]], ["frank", [5, 2203, 6]], ["outspoken", [5, 2203, 7]]]}, {"answer": "planetary", "hint": "synonyms for planetary", "clues": [["world", [5, 2204, 0]], ["worldwide", [5, 2204, 1]], ["global", [5, 2204, 2]], ["wandering", [5, 2204, 3]], ["erratic", [5, 2204, 4]], ["terrestrial", [5, 2204, 5]], ["planetal", [5, 2204, 6]]]}, {"answer": "planless", "hint": "synonyms for planless", "clues": [["afloat", [5, 2205, 0]], ["aimless", [5, 2205, 1]], ["directionless", [5, 2205, 2]], ["rudderless", [5, 2205, 3]], ["adrift", [5, 2205, 4]], ["undirected", [5, 2205, 5]]]}, {"answer": "planted", "hint": "synonyms for planted", "clues": [["implanted", [5, 2206, 0]], ["deep-rooted", [5, 2206, 1]], ["deep-seated", [5, 2206, 2]], ["ingrained", [5, 2206, 3]]]}, {"answer": "plastered", "hint": "synonyms for plastered", "clues": [["fuddled", [5, 2207, 0]], ["sloshed", [5, 2207, 1]], ["stiff", [5, 2207, 2]], ["slicked", [5, 2207, 3]], ["cockeyed", [5, 2207, 4]], ["sozzled", [5, 2207, 5]], ["pie-eyed", [5, 2207, 6]], ["soaked", [5, 2207, 7]], ["pixilated", [5, 2207, 8]], ["blotto", [5, 2207, 9]], ["wet", [5, 2207, 10]], ["pissed", [5, 2207, 11]], ["besotted", [5, 2207, 12]], ["soused", [5, 2207, 13]], ["slopped", [5, 2207, 14]], ["sealed", [5, 2207, 15]], ["smashed", [5, 2207, 16]], ["blind drunk", [5, 2207, 17]], ["crocked", [5, 2207, 18]], ["loaded", [5, 2207, 19]], ["tight", [5, 2207, 20]], ["squiffy", [5, 2207, 21]]]}, {"answer": "plastic", "hint": "synonyms for plastic", "clues": [["formative", [5, 2208, 0]], ["moldable", [5, 2208, 1]], ["fictile", [5, 2208, 2]], ["pliant", [5, 2208, 3]], ["shaping", [5, 2208, 4]]]}, {"answer": "platyrrhinian", "hint": "synonyms for platyrrhinian", "clues": [["platyrhine", [5, 2209, 0]], ["platyrhinian", [5, 2209, 1]], ["platyrrhinic", [5, 2209, 2]], ["broadnosed", [5, 2209, 3]]]}, {"answer": "plausive", "hint": "synonyms for plausive", "clues": [["approving", [5, 2210, 0]], ["approbative", [5, 2210, 1]], ["affirmative", [5, 2210, 2]], ["approbatory", [5, 2210, 3]]]}, {"answer": "played_out", "hint": "synonyms for played out", "clues": [["worn out", [5, 2211, 0]], ["washed-out", [5, 2211, 1]], ["spent", [5, 2211, 2]], ["exhausted", [5, 2211, 3]], ["dog-tired", [5, 2211, 4]], ["fagged", [5, 2211, 5]], ["fatigued", [5, 2211, 6]]]}, {"answer": "pleasant-tasting", "hint": "synonyms for pleasant-tasting", "clues": [["luscious", [5, 2212, 0]], ["delectable", [5, 2212, 1]], ["toothsome", [5, 2212, 2]], ["scrumptious", [5, 2212, 3]], ["yummy", [5, 2212, 4]], ["delicious", [5, 2212, 5]]]}, {"answer": "plenteous", "hint": "synonyms for plenteous", "clues": [["ample", [5, 2213, 0]], ["copious", [5, 2213, 1]], ["plentiful", [5, 2213, 2]], ["rich", [5, 2213, 3]]]}, {"answer": "plentiful", "hint": "synonyms for plentiful", "clues": [["ample", [5, 2214, 0]], ["copious", [5, 2214, 1]], ["rich", [5, 2214, 2]], ["bountiful", [5, 2214, 3]], ["plenteous", [5, 2214, 4]]]}, {"answer": "pliable", "hint": "synonyms for pliable", "clues": [["tractile", [5, 2215, 0]], ["pliant", [5, 2215, 1]], ["malleable", [5, 2215, 2]], ["fictile", [5, 2215, 3]], ["waxy", [5, 2215, 4]], ["flexible", [5, 2215, 5]], ["bendable", [5, 2215, 6]], ["ductile", [5, 2215, 7]], ["tensile", [5, 2215, 8]], ["elastic", [5, 2215, 9]]]}, {"answer": "pliant", "hint": "synonyms for pliant", "clues": [["pliable", [5, 2216, 0]], ["tractile", [5, 2216, 1]], ["malleable", [5, 2216, 2]], ["waxy", [5, 2216, 3]], ["flexible", [5, 2216, 4]], ["bendable", [5, 2216, 5]], ["plastic", [5, 2216, 6]], ["ductile", [5, 2216, 7]], ["tensile", [5, 2216, 8]]]}, {"answer": "plumed", "hint": "synonyms for plumed", "clues": [["plumy", [5, 2217, 0]], ["plumate", [5, 2217, 1]], ["crested", [5, 2217, 2]], ["plumose", [5, 2217, 3]]]}, {"answer": "plumy", "hint": "synonyms for plumy", "clues": [["plumed", [5, 2218, 0]], ["plumelike", [5, 2218, 1]], ["feathered", [5, 2218, 2]], ["feathery", [5, 2218, 3]]]}, {"answer": "plush", "hint": "synonyms for plush", "clues": [["lavish", [5, 2219, 0]], ["lucullan", [5, 2219, 1]], ["plushy", [5, 2219, 2]], ["lush", [5, 2219, 3]]]}, {"answer": "plushy", "hint": "synonyms for plushy", "clues": [["plush", [5, 2220, 0]], ["lavish", [5, 2220, 1]], ["lucullan", [5, 2220, 2]], ["plush-like", [5, 2220, 3]]]}, {"answer": "pocket-size", "hint": "synonyms for pocket-size", "clues": [["small-scale", [5, 2221, 0]], ["pocket-sized", [5, 2221, 1]], ["small", [5, 2221, 2]], ["minor", [5, 2221, 3]], ["pocketable", [5, 2221, 4]], ["modest", [5, 2221, 5]]]}, {"answer": "pocket-sized", "hint": "synonyms for pocket-sized", "clues": [["small-scale", [5, 2222, 0]], ["pocket-size", [5, 2222, 1]], ["small", [5, 2222, 2]], ["minor", [5, 2222, 3]], ["pocketable", [5, 2222, 4]], ["modest", [5, 2222, 5]]]}, {"answer": "podgy", "hint": "synonyms for podgy", "clues": [["tubby", [5, 2223, 0]], ["pudgy", [5, 2223, 1]], ["dumpy", [5, 2223, 2]], ["roly-poly", [5, 2223, 3]]]}, {"answer": "point-blank", "hint": "synonyms for point-blank", "clues": [["free-spoken", [5, 2224, 0]], ["forthright", [5, 2224, 1]], ["blunt", [5, 2224, 2]], ["candid", [5, 2224, 3]], ["straight-from-the-shoulder", [5, 2224, 4]], ["frank", [5, 2224, 5]], ["plainspoken", [5, 2224, 6]], ["outspoken", [5, 2224, 7]]]}, {"answer": "pointless", "hint": "synonyms for pointless", "clues": [["senseless", [5, 2225, 0]], ["otiose", [5, 2225, 1]], ["wasted", [5, 2225, 2]], ["purposeless", [5, 2225, 3]], ["superfluous", [5, 2225, 4]], ["unpointed", [5, 2225, 5]]]}, {"answer": "poised", "hint": "synonyms for poised", "clues": [["collected", [5, 2226, 0]], ["self-contained", [5, 2226, 1]], ["self-possessed", [5, 2226, 2]], ["self-collected", [5, 2226, 3]], ["equanimous", [5, 2226, 4]]]}, {"answer": "poker-faced", "hint": "synonyms for poker-faced", "clues": [["unexpressive", [5, 2227, 0]], ["impassive", [5, 2227, 1]], ["deadpan", [5, 2227, 2]], ["expressionless", [5, 2227, 3]]]}, {"answer": "pokey", "hint": "synonyms for pokey", "clues": [["one-horse", [5, 2228, 0]], ["poky", [5, 2228, 1]], ["jerkwater", [5, 2228, 2]], ["dilatory", [5, 2228, 3]], ["laggard", [5, 2228, 4]]]}, {"answer": "poky", "hint": "synonyms for poky", "clues": [["one-horse", [5, 2229, 0]], ["pokey", [5, 2229, 1]], ["jerkwater", [5, 2229, 2]], ["dilatory", [5, 2229, 3]], ["laggard", [5, 2229, 4]]]}, {"answer": "polar", "hint": "synonyms for polar", "clues": [["glacial", [5, 2230, 0]], ["gelid", [5, 2230, 1]], ["diametrical", [5, 2230, 2]], ["icy", [5, 2230, 3]], ["pivotal", [5, 2230, 4]], ["opposite", [5, 2230, 5]], ["frigid", [5, 2230, 6]], ["arctic", [5, 2230, 7]]]}, {"answer": "polished", "hint": "synonyms for polished", "clues": [["urbane", [5, 2231, 0]], ["svelte", [5, 2231, 1]], ["dressed", [5, 2231, 2]], ["refined", [5, 2231, 3]], ["milled", [5, 2231, 4]]]}, {"answer": "polite", "hint": "synonyms for polite", "clues": [["civilized", [5, 2232, 0]], ["cultivated", [5, 2232, 1]], ["cultured", [5, 2232, 2]], ["genteel", [5, 2232, 3]], ["civil", [5, 2232, 4]]]}, {"answer": "pompous", "hint": "synonyms for pompous", "clues": [["pontifical", [5, 2233, 0]], ["portentous", [5, 2233, 1]], ["grandiloquent", [5, 2233, 2]], ["overblown", [5, 2233, 3]], ["ceremonious", [5, 2233, 4]]]}, {"answer": "pondering", "hint": "synonyms for pondering", "clues": [["ruminative", [5, 2234, 0]], ["contemplative", [5, 2234, 1]], ["pensive", [5, 2234, 2]], ["brooding", [5, 2234, 3]], ["reflective", [5, 2234, 4]], ["meditative", [5, 2234, 5]], ["broody", [5, 2234, 6]], ["musing", [5, 2234, 7]]]}, {"answer": "pontifical", "hint": "synonyms for pontifical", "clues": [["apostolic", [5, 2235, 0]], ["portentous", [5, 2235, 1]], ["grandiloquent", [5, 2235, 2]], ["overblown", [5, 2235, 3]], ["pompous", [5, 2235, 4]], ["papal", [5, 2235, 5]], ["episcopal", [5, 2235, 6]]]}, {"answer": "poor", "hint": "synonyms for poor", "clues": [["pathetic", [5, 2236, 0]], ["inadequate", [5, 2236, 1]], ["miserable", [5, 2236, 2]], ["pitiable", [5, 2236, 3]], ["pitiful", [5, 2236, 4]], ["wretched", [5, 2236, 5]], ["piteous", [5, 2236, 6]], ["misfortunate", [5, 2236, 7]], ["hapless", [5, 2236, 8]], ["short", [5, 2236, 9]]]}, {"answer": "poorly", "hint": "synonyms for poorly", "clues": [["sickly", [5, 2237, 0]], ["under the weather", [5, 2237, 1]], ["indisposed", [5, 2237, 2]], ["peaked", [5, 2237, 3]], ["unwell", [5, 2237, 4]], ["ailing", [5, 2237, 5]], ["seedy", [5, 2237, 6]]]}, {"answer": "porcine", "hint": "synonyms for porcine", "clues": [["gross", [5, 2238, 0]], ["hoggish", [5, 2238, 1]], ["piggish", [5, 2238, 2]], ["piggy", [5, 2238, 3]], ["swinish", [5, 2238, 4]]]}, {"answer": "portentous", "hint": "synonyms for portentous", "clues": [["foreboding", [5, 2239, 0]], ["pontifical", [5, 2239, 1]], ["pompous", [5, 2239, 2]], ["fateful", [5, 2239, 3]], ["grandiloquent", [5, 2239, 4]], ["prodigious", [5, 2239, 5]], ["overblown", [5, 2239, 6]]]}, {"answer": "positive", "hint": "synonyms for positive", "clues": [["incontrovertible", [5, 2240, 0]], ["overconfident", [5, 2240, 1]], ["prescribed", [5, 2240, 2]], ["irrefutable", [5, 2240, 3]], ["positively charged", [5, 2240, 4]], ["cocksure", [5, 2240, 5]], ["confirming", [5, 2240, 6]], ["positivist", [5, 2240, 7]], ["electropositive", [5, 2240, 8]], ["plus", [5, 2240, 9]], ["convinced", [5, 2240, 10]], ["confident", [5, 2240, 11]]]}, {"answer": "possessed", "hint": "synonyms for possessed", "clues": [["berserk", [5, 2241, 0]], ["amuck", [5, 2241, 1]], ["obsessed", [5, 2241, 2]], ["amok", [5, 2241, 3]], ["demoniac", [5, 2241, 4]]]}, {"answer": "potent", "hint": "synonyms for potent", "clues": [["strong", [5, 2242, 0]], ["stiff", [5, 2242, 1]], ["powerful", [5, 2242, 2]], ["virile", [5, 2242, 3]]]}, {"answer": "potty", "hint": "synonyms for potty", "clues": [["tipsy", [5, 2243, 0]], ["taken with", [5, 2243, 1]], ["in love", [5, 2243, 2]], ["enamored", [5, 2243, 3]], ["soft on", [5, 2243, 4]], ["tiddly", [5, 2243, 5]], ["infatuated", [5, 2243, 6]], ["smitten", [5, 2243, 7]]]}, {"answer": "poverty-stricken", "hint": "synonyms for poverty-stricken", "clues": [["necessitous", [5, 2244, 0]], ["impoverished", [5, 2244, 1]], ["needy", [5, 2244, 2]], ["destitute", [5, 2244, 3]], ["indigent", [5, 2244, 4]]]}, {"answer": "powdered", "hint": "synonyms for powdered", "clues": [["fine-grained", [5, 2245, 0]], ["pulverized", [5, 2245, 1]], ["small-grained", [5, 2245, 2]], ["powdery", [5, 2245, 3]]]}, {"answer": "powdery", "hint": "synonyms for powdery", "clues": [["fine-grained", [5, 2246, 0]], ["pulverized", [5, 2246, 1]], ["small-grained", [5, 2246, 2]], ["powdered", [5, 2246, 3]]]}, {"answer": "powerful", "hint": "synonyms for powerful", "clues": [["muscular", [5, 2247, 0]], ["hefty", [5, 2247, 1]], ["knock-down", [5, 2247, 2]], ["brawny", [5, 2247, 3]], ["herculean", [5, 2247, 4]], ["sinewy", [5, 2247, 5]], ["potent", [5, 2247, 6]]]}, {"answer": "practicable", "hint": "synonyms for practicable", "clues": [["viable", [5, 2248, 0]], ["executable", [5, 2248, 1]], ["feasible", [5, 2248, 2]], ["workable", [5, 2248, 3]], ["operable", [5, 2248, 4]]]}, {"answer": "practical", "hint": "synonyms for practical", "clues": [["virtual", [5, 2249, 0]], ["pragmatic", [5, 2249, 1]], ["hard-nosed", [5, 2249, 2]], ["hardheaded", [5, 2249, 3]]]}, {"answer": "practiced", "hint": "synonyms for practiced", "clues": [["expert", [5, 2250, 0]], ["skilful", [5, 2250, 1]], ["practised", [5, 2250, 2]], ["good", [5, 2250, 3]], ["proficient", [5, 2250, 4]], ["adept", [5, 2250, 5]]]}, {"answer": "pragmatic", "hint": "synonyms for pragmatic", "clues": [["matter-of-fact", [5, 2251, 0]], ["hardheaded", [5, 2251, 1]], ["practical", [5, 2251, 2]], ["pragmatical", [5, 2251, 3]], ["hard-nosed", [5, 2251, 4]]]}, {"answer": "prankish", "hint": "synonyms for prankish", "clues": [["wicked", [5, 2252, 0]], ["implike", [5, 2252, 1]], ["mischievous", [5, 2252, 2]], ["impish", [5, 2252, 3]], ["arch", [5, 2252, 4]], ["puckish", [5, 2252, 5]], ["pixilated", [5, 2252, 6]]]}, {"answer": "precarious", "hint": "synonyms for precarious", "clues": [["parlous", [5, 2253, 0]], ["perilous", [5, 2253, 1]], ["unstable", [5, 2253, 2]], ["touch-and-go", [5, 2253, 3]], ["shaky", [5, 2253, 4]]]}, {"answer": "precious", "hint": "synonyms for precious", "clues": [["cute", [5, 2254, 0]], ["treasured", [5, 2254, 1]], ["cherished", [5, 2254, 2]], ["wanted", [5, 2254, 3]], ["valued", [5, 2254, 4]]]}, {"answer": "precipitant", "hint": "synonyms for precipitant", "clues": [["hasty", [5, 2255, 0]], ["precipitate", [5, 2255, 1]], ["precipitous", [5, 2255, 2]], ["overhasty", [5, 2255, 3]]]}, {"answer": "precipitate", "hint": "synonyms for precipitate", "clues": [["hasty", [5, 2256, 0]], ["precipitant", [5, 2256, 1]], ["precipitous", [5, 2256, 2]], ["overhasty", [5, 2256, 3]]]}, {"answer": "precipitous", "hint": "synonyms for precipitous", "clues": [["precipitant", [5, 2257, 0]], ["abrupt", [5, 2257, 1]], ["hasty", [5, 2257, 2]], ["sharp", [5, 2257, 3]], ["overhasty", [5, 2257, 4]]]}, {"answer": "predatory", "hint": "synonyms for predatory", "clues": [["predaceous", [5, 2258, 0]], ["vulturous", [5, 2258, 1]], ["vulturine", [5, 2258, 2]], ["marauding", [5, 2258, 3]], ["raiding", [5, 2258, 4]], ["rapacious", [5, 2258, 5]], ["ravening", [5, 2258, 6]], ["raptorial", [5, 2258, 7]]]}, {"answer": "predominant", "hint": "synonyms for predominant", "clues": [["dominant", [5, 2259, 0]], ["preponderating", [5, 2259, 1]], ["paramount", [5, 2259, 2]], ["overriding", [5, 2259, 3]], ["rife", [5, 2259, 4]], ["predominate", [5, 2259, 5]], ["preponderant", [5, 2259, 6]], ["prevailing", [5, 2259, 7]], ["prevalent", [5, 2259, 8]]]}, {"answer": "predominate", "hint": "synonyms for predominate", "clues": [["predominant", [5, 2260, 0]], ["preponderating", [5, 2260, 1]], ["preponderant", [5, 2260, 2]], ["paramount", [5, 2260, 3]], ["overriding", [5, 2260, 4]]]}, {"answer": "preferent", "hint": "synonyms for preferent", "clues": [["best-loved", [5, 2261, 0]], ["favorite", [5, 2261, 1]], ["pet", [5, 2261, 2]], ["preferred", [5, 2261, 3]], ["favored", [5, 2261, 4]]]}, {"answer": "preferred", "hint": "synonyms for preferred", "clues": [["best-loved", [5, 2262, 0]], ["favorite", [5, 2262, 1]], ["preferable", [5, 2262, 2]], ["pet", [5, 2262, 3]], ["favored", [5, 2262, 4]], ["preferent", [5, 2262, 5]]]}, {"answer": "prehensile", "hint": "synonyms for prehensile", "clues": [["covetous", [5, 2263, 0]], ["greedy", [5, 2263, 1]], ["grasping", [5, 2263, 2]], ["avaricious", [5, 2263, 3]], ["grabby", [5, 2263, 4]]]}, {"answer": "preoccupied", "hint": "synonyms for preoccupied", "clues": [["obsessed", [5, 2264, 0]], ["haunted", [5, 2264, 1]], ["bemused", [5, 2264, 2]], ["taken up", [5, 2264, 3]], ["deep in thought", [5, 2264, 4]], ["lost", [5, 2264, 5]]]}, {"answer": "preponderant", "hint": "synonyms for preponderant", "clues": [["predominant", [5, 2265, 0]], ["preponderating", [5, 2265, 1]], ["paramount", [5, 2265, 2]], ["overriding", [5, 2265, 3]]]}, {"answer": "preponderating", "hint": "synonyms for preponderating", "clues": [["predominant", [5, 2266, 0]], ["preponderant", [5, 2266, 1]], ["paramount", [5, 2266, 2]], ["overriding", [5, 2266, 3]]]}, {"answer": "preposterous", "hint": "synonyms for preposterous", "clues": [["absurd", [5, 2267, 0]], ["laughable", [5, 2267, 1]], ["ludicrous", [5, 2267, 2]], ["nonsensical", [5, 2267, 3]], ["derisory", [5, 2267, 4]], ["cockeyed", [5, 2267, 5]], ["idiotic", [5, 2267, 6]], ["ridiculous", [5, 2267, 7]]]}, {"answer": "prescribed", "hint": "synonyms for prescribed", "clues": [["positive", [5, 2268, 0]], ["official", [5, 2268, 1]], ["ordained", [5, 2268, 2]], ["appointed", [5, 2268, 3]], ["decreed", [5, 2268, 4]]]}, {"answer": "pretended", "hint": "synonyms for pretended", "clues": [["sham", [5, 2269, 0]], ["assumed", [5, 2269, 1]], ["false", [5, 2269, 2]], ["put on", [5, 2269, 3]], ["fictitious", [5, 2269, 4]], ["fictive", [5, 2269, 5]]]}, {"answer": "preternatural", "hint": "synonyms for preternatural", "clues": [["otherworldly", [5, 2270, 0]], ["nonnatural", [5, 2270, 1]], ["uncanny", [5, 2270, 2]], ["transcendental", [5, 2270, 3]]]}, {"answer": "prevailing", "hint": "synonyms for prevailing", "clues": [["dominant", [5, 2271, 0]], ["prevalent", [5, 2271, 1]], ["predominant", [5, 2271, 2]], ["rife", [5, 2271, 3]]]}, {"answer": "prevalent", "hint": "synonyms for prevalent", "clues": [["dominant", [5, 2272, 0]], ["prevailing", [5, 2272, 1]], ["predominant", [5, 2272, 2]], ["rife", [5, 2272, 3]]]}, {"answer": "previous", "hint": "synonyms for previous", "clues": [["late", [5, 2273, 0]], ["old", [5, 2273, 1]], ["premature", [5, 2273, 2]], ["former", [5, 2273, 3]]]}, {"answer": "pricey", "hint": "synonyms for pricey", "clues": [["pricy", [5, 2274, 0]], ["high-priced", [5, 2274, 1]], ["dear", [5, 2274, 2]], ["costly", [5, 2274, 3]]]}, {"answer": "prickly", "hint": "synonyms for prickly", "clues": [["barbed", [5, 2275, 0]], ["bristled", [5, 2275, 1]], ["burry", [5, 2275, 2]], ["setaceous", [5, 2275, 3]], ["burred", [5, 2275, 4]], ["bristly", [5, 2275, 5]], ["spiny", [5, 2275, 6]], ["splenetic", [5, 2275, 7]], ["briery", [5, 2275, 8]], ["barbellate", [5, 2275, 9]], ["waspish", [5, 2275, 10]], ["briary", [5, 2275, 11]], ["thorny", [5, 2275, 12]], ["setose", [5, 2275, 13]]]}, {"answer": "pricy", "hint": "synonyms for pricy", "clues": [["high-priced", [5, 2276, 0]], ["pricey", [5, 2276, 1]], ["dear", [5, 2276, 2]], ["costly", [5, 2276, 3]]]}, {"answer": "prideful", "hint": "synonyms for prideful", "clues": [["rejoicing", [5, 2277, 0]], ["jubilant", [5, 2277, 1]], ["disdainful", [5, 2277, 2]], ["haughty", [5, 2277, 3]], ["lordly", [5, 2277, 4]], ["triumphal", [5, 2277, 5]], ["triumphant", [5, 2277, 6]], ["swaggering", [5, 2277, 7]], ["exultant", [5, 2277, 8]], ["sniffy", [5, 2277, 9]], ["supercilious", [5, 2277, 10]], ["imperious", [5, 2277, 11]], ["exulting", [5, 2277, 12]], ["overbearing", [5, 2277, 13]]]}, {"answer": "priggish", "hint": "synonyms for priggish", "clues": [["prim", [5, 2278, 0]], ["straitlaced", [5, 2278, 1]], ["victorian", [5, 2278, 2]], ["prudish", [5, 2278, 3]], ["tight-laced", [5, 2278, 4]], ["square-toed", [5, 2278, 5]], ["puritanical", [5, 2278, 6]], ["prissy", [5, 2278, 7]]]}, {"answer": "prim", "hint": "synonyms for prim", "clues": [["straightlaced", [5, 2279, 0]], ["priggish", [5, 2279, 1]], ["victorian", [5, 2279, 2]], ["prudish", [5, 2279, 3]], ["dainty", [5, 2279, 4]], ["mincing", [5, 2279, 5]], ["twee", [5, 2279, 6]], ["tight-laced", [5, 2279, 7]], ["square-toed", [5, 2279, 8]], ["puritanical", [5, 2279, 9]], ["prissy", [5, 2279, 10]], ["niminy-piminy", [5, 2279, 11]]]}, {"answer": "prima", "hint": "synonyms for prima", "clues": [["star", [5, 2280, 0]], ["leading", [5, 2280, 1]], ["starring", [5, 2280, 2]], ["stellar", [5, 2280, 3]]]}, {"answer": "primal", "hint": "synonyms for primal", "clues": [["primaeval", [5, 2281, 0]], ["primordial", [5, 2281, 1]], ["central", [5, 2281, 2]], ["key", [5, 2281, 3]], ["aboriginal", [5, 2281, 4]], ["fundamental", [5, 2281, 5]], ["cardinal", [5, 2281, 6]]]}, {"answer": "primary", "hint": "synonyms for primary", "clues": [["principal", [5, 2282, 0]], ["elemental", [5, 2282, 1]], ["basal", [5, 2282, 2]], ["elementary", [5, 2282, 3]], ["chief", [5, 2282, 4]], ["master", [5, 2282, 5]], ["main", [5, 2282, 6]]]}, {"answer": "prime", "hint": "synonyms for prime", "clues": [["prize", [5, 2283, 0]], ["select", [5, 2283, 1]], ["meridian", [5, 2283, 2]], ["choice", [5, 2283, 3]], ["premier", [5, 2283, 4]], ["quality", [5, 2283, 5]]]}, {"answer": "primeval", "hint": "synonyms for primeval", "clues": [["primaeval", [5, 2284, 0]], ["primal", [5, 2284, 1]], ["primordial", [5, 2284, 2]], ["aboriginal", [5, 2284, 3]]]}, {"answer": "princely", "hint": "synonyms for princely", "clues": [["grand", [5, 2285, 0]], ["gilded", [5, 2285, 1]], ["luxurious", [5, 2285, 2]], ["sumptuous", [5, 2285, 3]], ["deluxe", [5, 2285, 4]], ["opulent", [5, 2285, 5]]]}, {"answer": "principal", "hint": "synonyms for principal", "clues": [["chief", [5, 2286, 0]], ["primary", [5, 2286, 1]], ["master", [5, 2286, 2]], ["main", [5, 2286, 3]]]}, {"answer": "prissy", "hint": "synonyms for prissy", "clues": [["squeamish", [5, 2287, 0]], ["dainty", [5, 2287, 1]], ["prim", [5, 2287, 2]], ["priggish", [5, 2287, 3]], ["straitlaced", [5, 2287, 4]], ["victorian", [5, 2287, 5]], ["nice", [5, 2287, 6]], ["prudish", [5, 2287, 7]], ["tight-laced", [5, 2287, 8]], ["overnice", [5, 2287, 9]], ["square-toed", [5, 2287, 10]], ["puritanical", [5, 2287, 11]]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["select", [5, 2288, 0]], ["prime", [5, 2288, 1]], ["choice", [5, 2288, 2]], ["quality", [5, 2288, 3]]]}, {"answer": "problematic", "hint": "synonyms for problematic", "clues": [["baffling", [5, 2289, 0]], ["problematical", [5, 2289, 1]], ["elusive", [5, 2289, 2]], ["knotty", [5, 2289, 3]], ["debatable", [5, 2289, 4]], ["tough", [5, 2289, 5]]]}, {"answer": "problematical", "hint": "synonyms for problematical", "clues": [["baffling", [5, 2290, 0]], ["elusive", [5, 2290, 1]], ["debatable", [5, 2290, 2]], ["problematic", [5, 2290, 3]], ["knotty", [5, 2290, 4]], ["tough", [5, 2290, 5]]]}, {"answer": "prodigious", "hint": "synonyms for prodigious", "clues": [["stupendous", [5, 2291, 0]], ["exceeding", [5, 2291, 1]], ["exceptional", [5, 2291, 2]], ["colossal", [5, 2291, 3]], ["surpassing", [5, 2291, 4]], ["olympian", [5, 2291, 5]], ["portentous", [5, 2291, 6]]]}, {"answer": "productive", "hint": "synonyms for productive", "clues": [["fertile", [5, 2292, 0]], ["rich", [5, 2292, 1]], ["generative", [5, 2292, 2]], ["fat", [5, 2292, 3]]]}, {"answer": "profane", "hint": "synonyms for profane", "clues": [["unconsecrated", [5, 2293, 0]], ["unsanctified", [5, 2293, 1]], ["blasphemous", [5, 2293, 2]], ["sacrilegious", [5, 2293, 3]], ["blue", [5, 2293, 4]], ["secular", [5, 2293, 5]]]}, {"answer": "proficient", "hint": "synonyms for proficient", "clues": [["practiced", [5, 2294, 0]], ["expert", [5, 2294, 1]], ["skilful", [5, 2294, 2]], ["good", [5, 2294, 3]], ["technical", [5, 2294, 4]], ["adept", [5, 2294, 5]]]}, {"answer": "profligate", "hint": "synonyms for profligate", "clues": [["riotous", [5, 2295, 0]], ["degenerate", [5, 2295, 1]], ["dissipated", [5, 2295, 2]], ["prodigal", [5, 2295, 3]], ["fast", [5, 2295, 4]], ["debauched", [5, 2295, 5]], ["extravagant", [5, 2295, 6]], ["libertine", [5, 2295, 7]], ["dissolute", [5, 2295, 8]], ["degraded", [5, 2295, 9]], ["spendthrift", [5, 2295, 10]]]}, {"answer": "profound", "hint": "synonyms for profound", "clues": [["fundamental", [5, 2296, 0]], ["unsounded", [5, 2296, 1]], ["unplumbed", [5, 2296, 2]], ["sound", [5, 2296, 3]], ["unfathomed", [5, 2296, 4]], ["heavy", [5, 2296, 5]], ["wakeless", [5, 2296, 6]]]}, {"answer": "profuse", "hint": "synonyms for profuse", "clues": [["exuberant", [5, 2297, 0]], ["riotous", [5, 2297, 1]], ["lush", [5, 2297, 2]], ["luxuriant", [5, 2297, 3]]]}, {"answer": "prohibited", "hint": "synonyms for prohibited", "clues": [["taboo", [5, 2298, 0]], ["banned", [5, 2298, 1]], ["verboten", [5, 2298, 2]], ["out", [5, 2298, 3]], ["proscribed", [5, 2298, 4]], ["tabu", [5, 2298, 5]], ["forbidden", [5, 2298, 6]]]}, {"answer": "projected", "hint": "synonyms for projected", "clues": [["protruding", [5, 2299, 0]], ["sticking out", [5, 2299, 1]], ["sticking", [5, 2299, 2]], ["relieved", [5, 2299, 3]], ["projecting", [5, 2299, 4]], ["jutting", [5, 2299, 5]]]}, {"answer": "projecting", "hint": "synonyms for projecting", "clues": [["protruding", [5, 2300, 0]], ["sticking out", [5, 2300, 1]], ["sticking", [5, 2300, 2]], ["relieved", [5, 2300, 3]], ["projected", [5, 2300, 4]], ["jutting", [5, 2300, 5]]]}, {"answer": "prolate", "hint": "synonyms for prolate", "clues": [["ovate", [5, 2301, 0]], ["oval-shaped", [5, 2301, 1]], ["oviform", [5, 2301, 2]], ["elliptic", [5, 2301, 3]], ["ovoid", [5, 2301, 4]], ["egg-shaped", [5, 2301, 5]], ["oval", [5, 2301, 6]], ["watermelon-shaped", [5, 2301, 7]]]}, {"answer": "prolonged", "hint": "synonyms for prolonged", "clues": [["protracted", [5, 2302, 0]], ["extended", [5, 2302, 1]], ["lengthened", [5, 2302, 2]], ["elongated", [5, 2302, 3]], ["drawn-out", [5, 2302, 4]], ["lengthy", [5, 2302, 5]]]}, {"answer": "prominent", "hint": "synonyms for prominent", "clues": [["big", [5, 2303, 0]], ["outstanding", [5, 2303, 1]], ["striking", [5, 2303, 2]], ["salient", [5, 2303, 3]], ["spectacular", [5, 2303, 4]], ["large", [5, 2303, 5]]]}, {"answer": "promiscuous", "hint": "synonyms for promiscuous", "clues": [["easy", [5, 2304, 0]], ["loose", [5, 2304, 1]], ["wanton", [5, 2304, 2]], ["sluttish", [5, 2304, 3]], ["light", [5, 2304, 4]]]}, {"answer": "pronged", "hint": "synonyms for pronged", "clues": [["prongy", [5, 2305, 0]], ["biramous", [5, 2305, 1]], ["forficate", [5, 2305, 2]], ["forked", [5, 2305, 3]], ["branched", [5, 2305, 4]], ["bifurcate", [5, 2305, 5]], ["fork-like", [5, 2305, 6]], ["tined", [5, 2305, 7]]]}, {"answer": "prongy", "hint": "synonyms for prongy", "clues": [["forked", [5, 2306, 0]], ["branched", [5, 2306, 1]], ["biramous", [5, 2306, 2]], ["forficate", [5, 2306, 3]], ["fork-like", [5, 2306, 4]], ["bifurcate", [5, 2306, 5]], ["pronged", [5, 2306, 6]]]}, {"answer": "prophylactic", "hint": "synonyms for prophylactic", "clues": [["contraceptive", [5, 2307, 0]], ["antifertility", [5, 2307, 1]], ["preventative", [5, 2307, 2]], ["cautionary", [5, 2307, 3]]]}, {"answer": "prosaic", "hint": "synonyms for prosaic", "clues": [["earthbound", [5, 2308, 0]], ["prosy", [5, 2308, 1]], ["unglamorous", [5, 2308, 2]], ["matter-of-fact", [5, 2308, 3]], ["humdrum", [5, 2308, 4]], ["commonplace", [5, 2308, 5]], ["pedestrian", [5, 2308, 6]]]}, {"answer": "proscribed", "hint": "synonyms for proscribed", "clues": [["taboo", [5, 2309, 0]], ["prohibited", [5, 2309, 1]], ["verboten", [5, 2309, 2]], ["out", [5, 2309, 3]], ["forbidden", [5, 2309, 4]], ["tabu", [5, 2309, 5]]]}, {"answer": "prospering", "hint": "synonyms for prospering", "clues": [["palmy", [5, 2310, 0]], ["thriving", [5, 2310, 1]], ["flourishing", [5, 2310, 2]], ["booming", [5, 2310, 3]], ["prosperous", [5, 2310, 4]], ["roaring", [5, 2310, 5]]]}, {"answer": "prosperous", "hint": "synonyms for prosperous", "clues": [["well-heeled", [5, 2311, 0]], ["favorable", [5, 2311, 1]], ["golden", [5, 2311, 2]], ["easy", [5, 2311, 3]], ["well-to-do", [5, 2311, 4]], ["roaring", [5, 2311, 5]], ["flourishing", [5, 2311, 6]], ["lucky", [5, 2311, 7]], ["halcyon", [5, 2311, 8]], ["comfortable", [5, 2311, 9]], ["thriving", [5, 2311, 10]], ["well-situated", [5, 2311, 11]], ["well-fixed", [5, 2311, 12]], ["palmy", [5, 2311, 13]], ["prospering", [5, 2311, 14]], ["booming", [5, 2311, 15]], ["well-off", [5, 2311, 16]]]}, {"answer": "prospicient", "hint": "synonyms for prospicient", "clues": [["foresighted", [5, 2312, 0]], ["long", [5, 2312, 1]], ["longsighted", [5, 2312, 2]], ["foresightful", [5, 2312, 3]], ["farseeing", [5, 2312, 4]]]}, {"answer": "protracted", "hint": "synonyms for protracted", "clues": [["drawn-out", [5, 2313, 0]], ["extended", [5, 2313, 1]], ["prolonged", [5, 2313, 2]], ["lengthy", [5, 2313, 3]]]}, {"answer": "protruding", "hint": "synonyms for protruding", "clues": [["sticking out", [5, 2314, 0]], ["sticking", [5, 2314, 1]], ["relieved", [5, 2314, 2]], ["projected", [5, 2314, 3]], ["projecting", [5, 2314, 4]], ["jutting", [5, 2314, 5]]]}, {"answer": "protuberant", "hint": "synonyms for protuberant", "clues": [["bulging", [5, 2315, 0]], ["bulgy", [5, 2315, 1]], ["bellying", [5, 2315, 2]], ["bulbous", [5, 2315, 3]], ["bellied", [5, 2315, 4]]]}, {"answer": "prudish", "hint": "synonyms for prudish", "clues": [["prim", [5, 2316, 0]], ["priggish", [5, 2316, 1]], ["straitlaced", [5, 2316, 2]], ["victorian", [5, 2316, 3]], ["tight-laced", [5, 2316, 4]], ["square-toed", [5, 2316, 5]], ["puritanical", [5, 2316, 6]], ["prissy", [5, 2316, 7]]]}, {"answer": "puckish", "hint": "synonyms for puckish", "clues": [["wicked", [5, 2317, 0]], ["implike", [5, 2317, 1]], ["prankish", [5, 2317, 2]], ["impish", [5, 2317, 3]], ["arch", [5, 2317, 4]], ["mischievous", [5, 2317, 5]], ["pixilated", [5, 2317, 6]]]}, {"answer": "pudgy", "hint": "synonyms for pudgy", "clues": [["tubby", [5, 2318, 0]], ["dumpy", [5, 2318, 1]], ["podgy", [5, 2318, 2]], ["roly-poly", [5, 2318, 3]]]}, {"answer": "puffy", "hint": "synonyms for puffy", "clues": [["tumescent", [5, 2319, 0]], ["bouffant", [5, 2319, 1]], ["turgid", [5, 2319, 2]], ["gusty", [5, 2319, 3]], ["tumid", [5, 2319, 4]]]}, {"answer": "pulverised", "hint": "synonyms for pulverised", "clues": [["fine-grained", [5, 2320, 0]], ["pulverized", [5, 2320, 1]], ["small-grained", [5, 2320, 2]], ["powdery", [5, 2320, 3]], ["powdered", [5, 2320, 4]]]}, {"answer": "pulverized", "hint": "synonyms for pulverized", "clues": [["fine-grained", [5, 2321, 0]], ["small-grained", [5, 2321, 1]], ["powdery", [5, 2321, 2]], ["powdered", [5, 2321, 3]], ["pulverised", [5, 2321, 4]]]}, {"answer": "pungent", "hint": "synonyms for pungent", "clues": [["biting", [5, 2322, 0]], ["nipping", [5, 2322, 1]], ["mordacious", [5, 2322, 2]], ["acrid", [5, 2322, 3]], ["barbed", [5, 2322, 4]]]}, {"answer": "punishing", "hint": "synonyms for punishing", "clues": [["heavy", [5, 2323, 0]], ["toilsome", [5, 2323, 1]], ["arduous", [5, 2323, 2]], ["grueling", [5, 2323, 3]], ["laborious", [5, 2323, 4]], ["backbreaking", [5, 2323, 5]], ["operose", [5, 2323, 6]], ["hard", [5, 2323, 7]]]}, {"answer": "punk", "hint": "synonyms for punk", "clues": [["crummy", [5, 2324, 0]], ["tinny", [5, 2324, 1]], ["cheesy", [5, 2324, 2]], ["sleazy", [5, 2324, 3]], ["chintzy", [5, 2324, 4]], ["cheap", [5, 2324, 5]], ["bum", [5, 2324, 6]]]}, {"answer": "purblind", "hint": "synonyms for purblind", "clues": [["dim-sighted", [5, 2325, 0]], ["visually impaired", [5, 2325, 1]], ["obtuse", [5, 2325, 2]], ["visually challenged", [5, 2325, 3]], ["near-blind", [5, 2325, 4]], ["sand-blind", [5, 2325, 5]]]}, {"answer": "purchasable", "hint": "synonyms for purchasable", "clues": [["bribable", [5, 2326, 0]], ["venal", [5, 2326, 1]], ["for sale", [5, 2326, 2]], ["corruptible", [5, 2326, 3]], ["dishonest", [5, 2326, 4]]]}, {"answer": "pure", "hint": "synonyms for pure", "clues": [["vestal", [5, 2327, 0]], ["virtuous", [5, 2327, 1]], ["double-dyed", [5, 2327, 2]], ["virginal", [5, 2327, 3]], ["unadulterated", [5, 2327, 4]], ["arrant", [5, 2327, 5]], ["saturated", [5, 2327, 6]], ["thoroughgoing", [5, 2327, 7]], ["utter", [5, 2327, 8]], ["everlasting", [5, 2327, 9]], ["staring", [5, 2327, 10]], ["stark", [5, 2327, 11]], ["gross", [5, 2327, 12]], ["consummate", [5, 2327, 13]], ["sodding", [5, 2327, 14]], ["complete", [5, 2327, 15]], ["perfect", [5, 2327, 16]]]}, {"answer": "puritanical", "hint": "synonyms for puritanical", "clues": [["blue", [5, 2328, 0]], ["prim", [5, 2328, 1]], ["priggish", [5, 2328, 2]], ["straitlaced", [5, 2328, 3]], ["victorian", [5, 2328, 4]], ["prudish", [5, 2328, 5]], ["tight-laced", [5, 2328, 6]], ["square-toed", [5, 2328, 7]], ["prissy", [5, 2328, 8]], ["puritanic", [5, 2328, 9]]]}, {"answer": "purple", "hint": "synonyms for purple", "clues": [["empurpled", [5, 2329, 0]], ["purplish", [5, 2329, 1]], ["majestic", [5, 2329, 2]], ["royal", [5, 2329, 3]], ["violet", [5, 2329, 4]], ["imperial", [5, 2329, 5]], ["over-embellished", [5, 2329, 6]], ["regal", [5, 2329, 7]]]}, {"answer": "purposeless", "hint": "synonyms for purposeless", "clues": [["senseless", [5, 2330, 0]], ["pointless", [5, 2330, 1]], ["otiose", [5, 2330, 2]], ["wasted", [5, 2330, 3]], ["superfluous", [5, 2330, 4]]]}, {"answer": "put-upon", "hint": "synonyms for put-upon", "clues": [["ill-used", [5, 2331, 0]], ["victimized", [5, 2331, 1]], ["used", [5, 2331, 2]], ["exploited", [5, 2331, 3]]]}, {"answer": "put_on", "hint": "synonyms for put on", "clues": [["pretended", [5, 2332, 0]], ["assumed", [5, 2332, 1]], ["false", [5, 2332, 2]], ["sham", [5, 2332, 3]], ["fictitious", [5, 2332, 4]], ["fictive", [5, 2332, 5]]]}, {"answer": "quaggy", "hint": "synonyms for quaggy", "clues": [["marshy", [5, 2333, 0]], ["miry", [5, 2333, 1]], ["waterlogged", [5, 2333, 2]], ["mucky", [5, 2333, 3]], ["sloppy", [5, 2333, 4]], ["soggy", [5, 2333, 5]], ["swampy", [5, 2333, 6]], ["boggy", [5, 2333, 7]], ["sloughy", [5, 2333, 8]], ["squashy", [5, 2333, 9]], ["muddy", [5, 2333, 10]]]}, {"answer": "quality", "hint": "synonyms for quality", "clues": [["prize", [5, 2334, 0]], ["select", [5, 2334, 1]], ["prime", [5, 2334, 2]], ["choice", [5, 2334, 3]]]}, {"answer": "queasy", "hint": "synonyms for queasy", "clues": [["sick", [5, 2335, 0]], ["unquiet", [5, 2335, 1]], ["uneasy", [5, 2335, 2]], ["sickish", [5, 2335, 3]], ["offensive", [5, 2335, 4]], ["nauseous", [5, 2335, 5]], ["noisome", [5, 2335, 6]], ["loathsome", [5, 2335, 7]], ["nauseated", [5, 2335, 8]], ["vile", [5, 2335, 9]], ["sickening", [5, 2335, 10]], ["nauseating", [5, 2335, 11]], ["nervous", [5, 2335, 12]], ["anxious", [5, 2335, 13]]]}, {"answer": "queer", "hint": "synonyms for queer", "clues": [["rum", [5, 2336, 0]], ["odd", [5, 2336, 1]], ["gay", [5, 2336, 2]], ["singular", [5, 2336, 3]], ["rummy", [5, 2336, 4]], ["peculiar", [5, 2336, 5]], ["homophile", [5, 2336, 6]], ["curious", [5, 2336, 7]], ["funny", [5, 2336, 8]]]}, {"answer": "quenched", "hint": "synonyms for quenched", "clues": [["quelled", [5, 2337, 0]], ["slaked", [5, 2337, 1]], ["squelched", [5, 2337, 2]], ["satisfied", [5, 2337, 3]]]}, {"answer": "questioning", "hint": "synonyms for questioning", "clues": [["wondering", [5, 2338, 0]], ["skeptical", [5, 2338, 1]], ["doubting", [5, 2338, 2]], ["speculative", [5, 2338, 3]], ["quizzical", [5, 2338, 4]], ["inquisitive", [5, 2338, 5]]]}, {"answer": "quick", "hint": "synonyms for quick", "clues": [["flying", [5, 2339, 0]], ["ready", [5, 2339, 1]], ["spry", [5, 2339, 2]], ["immediate", [5, 2339, 3]], ["straightaway", [5, 2339, 4]], ["fast", [5, 2339, 5]], ["warm", [5, 2339, 6]], ["speedy", [5, 2339, 7]], ["agile", [5, 2339, 8]], ["nimble", [5, 2339, 9]], ["prompt", [5, 2339, 10]]]}, {"answer": "quick-sighted", "hint": "synonyms for quick-sighted", "clues": [["argus-eyed", [5, 2340, 0]], ["sharp-sighted", [5, 2340, 1]], ["lynx-eyed", [5, 2340, 2]], ["keen-sighted", [5, 2340, 3]], ["hawk-eyed", [5, 2340, 4]], ["sharp-eyed", [5, 2340, 5]]]}, {"answer": "quick-tempered", "hint": "synonyms for quick-tempered", "clues": [["hot-tempered", [5, 2341, 0]], ["hotheaded", [5, 2341, 1]], ["choleric", [5, 2341, 2]], ["irascible", [5, 2341, 3]]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["restrained", [5, 2342, 0]], ["subdued", [5, 2342, 1]], ["tranquil", [5, 2342, 2]], ["hushed", [5, 2342, 3]], ["unruffled", [5, 2342, 4]], ["still", [5, 2342, 5]], ["muted", [5, 2342, 6]], ["smooth", [5, 2342, 7]], ["placid", [5, 2342, 8]]]}, {"answer": "quirky", "hint": "synonyms for quirky", "clues": [["offbeat", [5, 2343, 0]], ["way-out", [5, 2343, 1]], ["kinky", [5, 2343, 2]], ["far-out", [5, 2343, 3]]]}, {"answer": "quondam", "hint": "synonyms for quondam", "clues": [["former", [5, 2344, 0]], ["one-time", [5, 2344, 1]], ["old", [5, 2344, 2]], ["sometime", [5, 2344, 3]], ["erstwhile", [5, 2344, 4]]]}, {"answer": "quotidian", "hint": "synonyms for quotidian", "clues": [["routine", [5, 2345, 0]], ["everyday", [5, 2345, 1]], ["mundane", [5, 2345, 2]], ["unremarkable", [5, 2345, 3]], ["workaday", [5, 2345, 4]]]}, {"answer": "r.c.", "hint": "synonyms for r.c.", "clues": [["papistical", [5, 2346, 0]], ["romish", [5, 2346, 1]], ["popish", [5, 2346, 2]], ["papist", [5, 2346, 3]]]}, {"answer": "rabble-rousing", "hint": "synonyms for rabble-rousing", "clues": [["instigative", [5, 2347, 0]], ["seditious", [5, 2347, 1]], ["inflammatory", [5, 2347, 2]], ["incendiary", [5, 2347, 3]], ["incitive", [5, 2347, 4]]]}, {"answer": "racy", "hint": "synonyms for racy", "clues": [["gamy", [5, 2348, 0]], ["juicy", [5, 2348, 1]], ["risque", [5, 2348, 2]], ["robust", [5, 2348, 3]], ["full-bodied", [5, 2348, 4]], ["blue", [5, 2348, 5]], ["rich", [5, 2348, 6]], ["spicy", [5, 2348, 7]], ["naughty", [5, 2348, 8]], ["lively", [5, 2348, 9]]]}, {"answer": "raddled", "hint": "synonyms for raddled", "clues": [["careworn", [5, 2349, 0]], ["drawn", [5, 2349, 1]], ["haggard", [5, 2349, 2]], ["worn", [5, 2349, 3]], ["worn-out", [5, 2349, 4]]]}, {"answer": "radical", "hint": "synonyms for radical", "clues": [["ultra", [5, 2350, 0]], ["basal", [5, 2350, 1]], ["extremist", [5, 2350, 2]], ["revolutionary", [5, 2350, 3]]]}, {"answer": "raffish", "hint": "synonyms for raffish", "clues": [["natty", [5, 2351, 0]], ["spruce", [5, 2351, 1]], ["devil-may-care", [5, 2351, 2]], ["snappy", [5, 2351, 3]], ["spiffy", [5, 2351, 4]], ["dapper", [5, 2351, 5]], ["dashing", [5, 2351, 6]], ["rakish", [5, 2351, 7]], ["jaunty", [5, 2351, 8]]]}, {"answer": "raging", "hint": "synonyms for raging", "clues": [["tempestuous", [5, 2352, 0]], ["hot", [5, 2352, 1]], ["furious", [5, 2352, 2]], ["angry", [5, 2352, 3]], ["wild", [5, 2352, 4]]]}, {"answer": "rakish", "hint": "synonyms for rakish", "clues": [["natty", [5, 2353, 0]], ["spruce", [5, 2353, 1]], ["devil-may-care", [5, 2353, 2]], ["snappy", [5, 2353, 3]], ["spiffy", [5, 2353, 4]], ["raffish", [5, 2353, 5]], ["dapper", [5, 2353, 6]], ["dashing", [5, 2353, 7]], ["jaunty", [5, 2353, 8]]]}, {"answer": "ramate", "hint": "synonyms for ramate", "clues": [["ramous", [5, 2354, 0]], ["branched", [5, 2354, 1]], ["branching", [5, 2354, 2]], ["ramose", [5, 2354, 3]]]}, {"answer": "rambling", "hint": "synonyms for rambling", "clues": [["winding", [5, 2355, 0]], ["meandering", [5, 2355, 1]], ["sprawling", [5, 2355, 2]], ["digressive", [5, 2355, 3]], ["excursive", [5, 2355, 4]], ["discursive", [5, 2355, 5]], ["wandering", [5, 2355, 6]], ["straggling", [5, 2355, 7]], ["straggly", [5, 2355, 8]]]}, {"answer": "ramose", "hint": "synonyms for ramose", "clues": [["ramous", [5, 2356, 0]], ["branched", [5, 2356, 1]], ["ramate", [5, 2356, 2]], ["branching", [5, 2356, 3]]]}, {"answer": "ramous", "hint": "synonyms for ramous", "clues": [["branched", [5, 2357, 0]], ["ramate", [5, 2357, 1]], ["branching", [5, 2357, 2]], ["ramose", [5, 2357, 3]]]}, {"answer": "ramshackle", "hint": "synonyms for ramshackle", "clues": [["derelict", [5, 2358, 0]], ["tumble-down", [5, 2358, 1]], ["tatterdemalion", [5, 2358, 2]], ["bedraggled", [5, 2358, 3]], ["broken-down", [5, 2358, 4]], ["dilapidated", [5, 2358, 5]]]}, {"answer": "randy", "hint": "synonyms for randy", "clues": [["steamy", [5, 2359, 0]], ["aroused", [5, 2359, 1]], ["ruttish", [5, 2359, 2]], ["turned on", [5, 2359, 3]], ["horny", [5, 2359, 4]]]}, {"answer": "rank", "hint": "synonyms for rank", "clues": [["sheer", [5, 2360, 0]], ["glaring", [5, 2360, 1]], ["absolute", [5, 2360, 2]], ["egregious", [5, 2360, 3]], ["downright", [5, 2360, 4]], ["flagrant", [5, 2360, 5]], ["right-down", [5, 2360, 6]], ["out-and-out", [5, 2360, 7]], ["crying", [5, 2360, 8]], ["gross", [5, 2360, 9]]]}, {"answer": "rapacious", "hint": "synonyms for rapacious", "clues": [["vulturous", [5, 2361, 0]], ["ravenous", [5, 2361, 1]], ["ravening", [5, 2361, 2]], ["voracious", [5, 2361, 3]], ["wolfish", [5, 2361, 4]], ["vulturine", [5, 2361, 5]], ["predatory", [5, 2361, 6]], ["edacious", [5, 2361, 7]], ["raptorial", [5, 2361, 8]], ["esurient", [5, 2361, 9]]]}, {"answer": "raped", "hint": "synonyms for raped", "clues": [["sacked", [5, 2362, 0]], ["ravaged", [5, 2362, 1]], ["despoiled", [5, 2362, 2]], ["pillaged", [5, 2362, 3]]]}, {"answer": "rapt", "hint": "synonyms for rapt", "clues": [["enraptured", [5, 2363, 0]], ["rhapsodic", [5, 2363, 1]], ["rapturous", [5, 2363, 2]], ["ecstatic", [5, 2363, 3]]]}, {"answer": "raptorial", "hint": "synonyms for raptorial", "clues": [["rapacious", [5, 2364, 0]], ["vulturous", [5, 2364, 1]], ["ravening", [5, 2364, 2]], ["vulturine", [5, 2364, 3]], ["predatory", [5, 2364, 4]]]}, {"answer": "rapturous", "hint": "synonyms for rapturous", "clues": [["enraptured", [5, 2365, 0]], ["rhapsodic", [5, 2365, 1]], ["rapt", [5, 2365, 2]], ["ecstatic", [5, 2365, 3]]]}, {"answer": "rarefied", "hint": "synonyms for rarefied", "clues": [["grand", [5, 2366, 0]], ["sublime", [5, 2366, 1]], ["elevated", [5, 2366, 2]], ["rarified", [5, 2366, 3]], ["high-flown", [5, 2366, 4]], ["exalted", [5, 2366, 5]], ["noble-minded", [5, 2366, 6]], ["lofty", [5, 2366, 7]], ["rare", [5, 2366, 8]], ["high-minded", [5, 2366, 9]], ["idealistic", [5, 2366, 10]]]}, {"answer": "rarified", "hint": "synonyms for rarified", "clues": [["grand", [5, 2367, 0]], ["sublime", [5, 2367, 1]], ["elevated", [5, 2367, 2]], ["high-flown", [5, 2367, 3]], ["exalted", [5, 2367, 4]], ["noble-minded", [5, 2367, 5]], ["rarefied", [5, 2367, 6]], ["lofty", [5, 2367, 7]], ["rare", [5, 2367, 8]], ["high-minded", [5, 2367, 9]], ["idealistic", [5, 2367, 10]]]}, {"answer": "rascally", "hint": "synonyms for rascally", "clues": [["roguish", [5, 2368, 0]], ["devilish", [5, 2368, 1]], ["blackguardly", [5, 2368, 2]], ["scoundrelly", [5, 2368, 3]]]}, {"answer": "rasping", "hint": "synonyms for rasping", "clues": [["raspy", [5, 2369, 0]], ["gravelly", [5, 2369, 1]], ["grating", [5, 2369, 2]], ["rough", [5, 2369, 3]], ["scratchy", [5, 2369, 4]]]}, {"answer": "raspy", "hint": "synonyms for raspy", "clues": [["gravelly", [5, 2370, 0]], ["grating", [5, 2370, 1]], ["rasping", [5, 2370, 2]], ["rough", [5, 2370, 3]], ["scratchy", [5, 2370, 4]]]}, {"answer": "rattling", "hint": "synonyms for rattling", "clues": [["marvellous", [5, 2371, 0]], ["fantastic", [5, 2371, 1]], ["merry", [5, 2371, 2]], ["brisk", [5, 2371, 3]], ["wondrous", [5, 2371, 4]], ["wonderful", [5, 2371, 5]], ["snappy", [5, 2371, 6]], ["tremendous", [5, 2371, 7]], ["terrific", [5, 2371, 8]], ["lively", [5, 2371, 9]], ["spanking", [5, 2371, 10]], ["howling", [5, 2371, 11]], ["zippy", [5, 2371, 12]], ["grand", [5, 2371, 13]], ["alert", [5, 2371, 14]]]}, {"answer": "raunchy", "hint": "synonyms for raunchy", "clues": [["dingy", [5, 2372, 0]], ["grungy", [5, 2372, 1]], ["obscene", [5, 2372, 2]], ["lewd", [5, 2372, 3]], ["salacious", [5, 2372, 4]], ["begrimed", [5, 2372, 5]], ["grimy", [5, 2372, 6]], ["grubby", [5, 2372, 7]]]}, {"answer": "ravaged", "hint": "synonyms for ravaged", "clues": [["sacked", [5, 2373, 0]], ["raped", [5, 2373, 1]], ["despoiled", [5, 2373, 2]], ["pillaged", [5, 2373, 3]]]}, {"answer": "ravening", "hint": "synonyms for ravening", "clues": [["vulturous", [5, 2374, 0]], ["rapacious", [5, 2374, 1]], ["ravenous", [5, 2374, 2]], ["voracious", [5, 2374, 3]], ["wolfish", [5, 2374, 4]], ["vulturine", [5, 2374, 5]], ["predatory", [5, 2374, 6]], ["edacious", [5, 2374, 7]], ["raptorial", [5, 2374, 8]], ["esurient", [5, 2374, 9]]]}, {"answer": "ravenous", "hint": "synonyms for ravenous", "clues": [["famished", [5, 2375, 0]], ["voracious", [5, 2375, 1]], ["wolfish", [5, 2375, 2]], ["rapacious", [5, 2375, 3]], ["starved", [5, 2375, 4]], ["ravening", [5, 2375, 5]], ["esurient", [5, 2375, 6]], ["sharp-set", [5, 2375, 7]], ["edacious", [5, 2375, 8]]]}, {"answer": "raw", "hint": "synonyms for raw", "clues": [["naked as a jaybird", [5, 2376, 0]], ["sensitive", [5, 2376, 1]], ["rude", [5, 2376, 2]], ["bleak", [5, 2376, 3]], ["in the altogether", [5, 2376, 4]], ["in the buff", [5, 2376, 5]], ["bare-assed", [5, 2376, 6]], ["sore", [5, 2376, 7]], ["natural", [5, 2376, 8]], ["tender", [5, 2376, 9]], ["in the raw", [5, 2376, 10]], ["peeled", [5, 2376, 11]], ["new", [5, 2376, 12]], ["stark naked", [5, 2376, 13]], ["naked", [5, 2376, 14]], ["cutting", [5, 2376, 15]], ["unsanded", [5, 2376, 16]]]}, {"answer": "real", "hint": "synonyms for real", "clues": [["substantial", [5, 2377, 0]], ["literal", [5, 2377, 1]], ["tangible", [5, 2377, 2]], ["existent", [5, 2377, 3]], ["genuine", [5, 2377, 4]], ["veridical", [5, 2377, 5]], ["material", [5, 2377, 6]], ["actual", [5, 2377, 7]]]}, {"answer": "realizable", "hint": "synonyms for realizable", "clues": [["accomplishable", [5, 2378, 0]], ["doable", [5, 2378, 1]], ["achievable", [5, 2378, 2]], ["manageable", [5, 2378, 3]]]}, {"answer": "reasonable", "hint": "synonyms for reasonable", "clues": [["fairish", [5, 2379, 0]], ["sensible", [5, 2379, 1]], ["sane", [5, 2379, 2]], ["fair", [5, 2379, 3]]]}, {"answer": "reckless", "hint": "synonyms for reckless", "clues": [["rash", [5, 2380, 0]], ["heedless", [5, 2380, 1]], ["heady", [5, 2380, 2]], ["foolhardy", [5, 2380, 3]]]}, {"answer": "reclusive", "hint": "synonyms for reclusive", "clues": [["sequestered", [5, 2381, 0]], ["secluded", [5, 2381, 1]], ["cloistered", [5, 2381, 2]], ["withdrawn", [5, 2381, 3]], ["recluse", [5, 2381, 4]]]}, {"answer": "red", "hint": "synonyms for red", "clues": [["reddish", [5, 2382, 0]], ["ruby-red", [5, 2382, 1]], ["blood-red", [5, 2382, 2]], ["cherry-red", [5, 2382, 3]], ["cerise", [5, 2382, 4]], ["ruddy", [5, 2382, 5]], ["ruby", [5, 2382, 6]], ["crimson", [5, 2382, 7]], ["violent", [5, 2382, 8]], ["reddened", [5, 2382, 9]], ["red-faced", [5, 2382, 10]], ["scarlet", [5, 2382, 11]], ["flushed", [5, 2382, 12]], ["cherry", [5, 2382, 13]], ["carmine", [5, 2382, 14]]]}, {"answer": "red-faced", "hint": "synonyms for red-faced", "clues": [["crimson", [5, 2383, 0]], ["blushful", [5, 2383, 1]], ["flushed", [5, 2383, 2]], ["reddened", [5, 2383, 3]], ["red", [5, 2383, 4]], ["blushing", [5, 2383, 5]]]}, {"answer": "red-hot", "hint": "synonyms for red-hot", "clues": [["toothsome", [5, 2384, 0]], ["hot", [5, 2384, 1]], ["sizzling", [5, 2384, 2]], ["blistering", [5, 2384, 3]], ["voluptuous", [5, 2384, 4]], ["juicy", [5, 2384, 5]], ["luscious", [5, 2384, 6]]]}, {"answer": "reddened", "hint": "synonyms for reddened", "clues": [["crimson", [5, 2385, 0]], ["ablaze", [5, 2385, 1]], ["flushed", [5, 2385, 2]], ["red-faced", [5, 2385, 3]], ["inflamed", [5, 2385, 4]], ["red", [5, 2385, 5]]]}, {"answer": "reddish", "hint": "synonyms for reddish", "clues": [["ruby-red", [5, 2386, 0]], ["ruddy", [5, 2386, 1]], ["blood-red", [5, 2386, 2]], ["cherry-red", [5, 2386, 3]], ["cerise", [5, 2386, 4]], ["ruby", [5, 2386, 5]], ["red", [5, 2386, 6]], ["scarlet", [5, 2386, 7]], ["crimson", [5, 2386, 8]], ["cherry", [5, 2386, 9]], ["carmine", [5, 2386, 10]]]}, {"answer": "redemptive", "hint": "synonyms for redemptive", "clues": [["redeeming", [5, 2387, 0]], ["redemptional", [5, 2387, 1]], ["saving", [5, 2387, 2]], ["redemptory", [5, 2387, 3]]]}, {"answer": "redolent", "hint": "synonyms for redolent", "clues": [["evocative", [5, 2388, 0]], ["resonant", [5, 2388, 1]], ["reminiscent", [5, 2388, 2]], ["smelling", [5, 2388, 3]], ["remindful", [5, 2388, 4]], ["aromatic", [5, 2388, 5]]]}, {"answer": "redundant", "hint": "synonyms for redundant", "clues": [["supererogatory", [5, 2389, 0]], ["spare", [5, 2389, 1]], ["supernumerary", [5, 2389, 2]], ["superfluous", [5, 2389, 3]], ["tautological", [5, 2389, 4]], ["extra", [5, 2389, 5]], ["excess", [5, 2389, 6]], ["surplus", [5, 2389, 7]], ["pleonastic", [5, 2389, 8]]]}, {"answer": "refined", "hint": "synonyms for refined", "clues": [["urbane", [5, 2390, 0]], ["svelte", [5, 2390, 1]], ["graceful", [5, 2390, 2]], ["neat", [5, 2390, 3]], ["elegant", [5, 2390, 4]], ["polished", [5, 2390, 5]], ["processed", [5, 2390, 6]], ["tasteful", [5, 2390, 7]]]}, {"answer": "reflective", "hint": "synonyms for reflective", "clues": [["ruminative", [5, 2391, 0]], ["contemplative", [5, 2391, 1]], ["pensive", [5, 2391, 2]], ["brooding", [5, 2391, 3]], ["pondering", [5, 2391, 4]], ["meditative", [5, 2391, 5]], ["broody", [5, 2391, 6]], ["musing", [5, 2391, 7]]]}, {"answer": "refreshful", "hint": "synonyms for refreshful", "clues": [["fresh", [5, 2392, 0]], ["refreshing", [5, 2392, 1]], ["tonic", [5, 2392, 2]], ["bracing", [5, 2392, 3]], ["brisk", [5, 2392, 4]]]}, {"answer": "refreshing", "hint": "synonyms for refreshing", "clues": [["fresh", [5, 2393, 0]], ["refreshful", [5, 2393, 1]], ["tonic", [5, 2393, 2]], ["bracing", [5, 2393, 3]], ["novel", [5, 2393, 4]], ["brisk", [5, 2393, 5]]]}, {"answer": "refulgent", "hint": "synonyms for refulgent", "clues": [["radiant", [5, 2394, 0]], ["beamy", [5, 2394, 1]], ["effulgent", [5, 2394, 2]], ["beaming", [5, 2394, 3]]]}, {"answer": "regal", "hint": "synonyms for regal", "clues": [["majestic", [5, 2395, 0]], ["royal", [5, 2395, 1]], ["imperial", [5, 2395, 2]], ["purple", [5, 2395, 3]]]}, {"answer": "regular", "hint": "synonyms for regular", "clues": [["steady", [5, 2396, 0]], ["unconstipated", [5, 2396, 1]], ["even", [5, 2396, 2]], ["veritable", [5, 2396, 3]]]}, {"answer": "rejoicing", "hint": "synonyms for rejoicing", "clues": [["exultant", [5, 2397, 0]], ["jubilant", [5, 2397, 1]], ["triumphal", [5, 2397, 2]], ["triumphant", [5, 2397, 3]], ["prideful", [5, 2397, 4]], ["exulting", [5, 2397, 5]]]}, {"answer": "relatiative", "hint": "synonyms for relatiative", "clues": [["retributory", [5, 2398, 0]], ["vindicatory", [5, 2398, 1]], ["retributive", [5, 2398, 2]], ["retaliatory", [5, 2398, 3]]]}, {"answer": "relentless", "hint": "synonyms for relentless", "clues": [["inexorable", [5, 2399, 0]], ["unrelenting", [5, 2399, 1]], ["unforgiving", [5, 2399, 2]], ["persistent", [5, 2399, 3]], ["stern", [5, 2399, 4]], ["unappeasable", [5, 2399, 5]], ["grim", [5, 2399, 6]]]}, {"answer": "reliable", "hint": "synonyms for reliable", "clues": [["authentic", [5, 2400, 0]], ["dependable", [5, 2400, 1]], ["honest", [5, 2400, 2]], ["true", [5, 2400, 3]]]}, {"answer": "relieved", "hint": "synonyms for relieved", "clues": [["sticking out", [5, 2401, 0]], ["sticking", [5, 2401, 1]], ["alleviated", [5, 2401, 2]], ["projecting", [5, 2401, 3]], ["eased", [5, 2401, 4]], ["protruding", [5, 2401, 5]], ["jutting", [5, 2401, 6]], ["projected", [5, 2401, 7]]]}, {"answer": "remaining", "hint": "synonyms for remaining", "clues": [["left", [5, 2402, 0]], ["unexpended", [5, 2402, 1]], ["left over", [5, 2402, 2]], ["odd", [5, 2402, 3]]]}, {"answer": "remedial", "hint": "synonyms for remedial", "clues": [["sanative", [5, 2403, 0]], ["healing", [5, 2403, 1]], ["therapeutic", [5, 2403, 2]], ["alterative", [5, 2403, 3]], ["curative", [5, 2403, 4]]]}, {"answer": "remindful", "hint": "synonyms for remindful", "clues": [["evocative", [5, 2404, 0]], ["resonant", [5, 2404, 1]], ["redolent", [5, 2404, 2]], ["reminiscent", [5, 2404, 3]]]}, {"answer": "reminiscent", "hint": "synonyms for reminiscent", "clues": [["evocative", [5, 2405, 0]], ["resonant", [5, 2405, 1]], ["remindful", [5, 2405, 2]], ["redolent", [5, 2405, 3]]]}, {"answer": "remote", "hint": "synonyms for remote", "clues": [["distant", [5, 2406, 0]], ["removed", [5, 2406, 1]], ["outback", [5, 2406, 2]], ["outside", [5, 2406, 3]]]}, {"answer": "remunerative", "hint": "synonyms for remunerative", "clues": [["salaried", [5, 2407, 0]], ["paying", [5, 2407, 1]], ["compensable", [5, 2407, 2]], ["moneymaking", [5, 2407, 3]], ["lucrative", [5, 2407, 4]], ["stipendiary", [5, 2407, 5]]]}, {"answer": "renowned", "hint": "synonyms for renowned", "clues": [["notable", [5, 2408, 0]], ["far-famed", [5, 2408, 1]], ["famous", [5, 2408, 2]], ["famed", [5, 2408, 3]], ["noted", [5, 2408, 4]], ["celebrated", [5, 2408, 5]], ["illustrious", [5, 2408, 6]]]}, {"answer": "repellant", "hint": "synonyms for repellant", "clues": [["repellent", [5, 2409, 0]], ["foul", [5, 2409, 1]], ["distasteful", [5, 2409, 2]], ["loathly", [5, 2409, 3]], ["revolting", [5, 2409, 4]], ["wicked", [5, 2409, 5]], ["disgusting", [5, 2409, 6]], ["skanky", [5, 2409, 7]], ["disgustful", [5, 2409, 8]], ["repelling", [5, 2409, 9]], ["loathsome", [5, 2409, 10]], ["yucky", [5, 2409, 11]], ["rebarbative", [5, 2409, 12]]]}, {"answer": "repellent", "hint": "synonyms for repellent", "clues": [["foul", [5, 2410, 0]], ["distasteful", [5, 2410, 1]], ["loathly", [5, 2410, 2]], ["revolting", [5, 2410, 3]], ["wicked", [5, 2410, 4]], ["disgusting", [5, 2410, 5]], ["resistant", [5, 2410, 6]], ["skanky", [5, 2410, 7]], ["disgustful", [5, 2410, 8]], ["repellant", [5, 2410, 9]], ["repelling", [5, 2410, 10]], ["loathsome", [5, 2410, 11]], ["yucky", [5, 2410, 12]], ["rebarbative", [5, 2410, 13]]]}, {"answer": "repelling", "hint": "synonyms for repelling", "clues": [["foul", [5, 2411, 0]], ["distasteful", [5, 2411, 1]], ["loathly", [5, 2411, 2]], ["revolting", [5, 2411, 3]], ["wicked", [5, 2411, 4]], ["disgusting", [5, 2411, 5]], ["skanky", [5, 2411, 6]], ["yucky", [5, 2411, 7]], ["disgustful", [5, 2411, 8]], ["repellant", [5, 2411, 9]], ["loathsome", [5, 2411, 10]]]}, {"answer": "reprehensible", "hint": "synonyms for reprehensible", "clues": [["deplorable", [5, 2412, 0]], ["vicious", [5, 2412, 1]], ["condemnable", [5, 2412, 2]], ["criminal", [5, 2412, 3]]]}, {"answer": "repugnant", "hint": "synonyms for repugnant", "clues": [["repulsive", [5, 2413, 0]], ["detestable", [5, 2413, 1]], ["obscene", [5, 2413, 2]], ["abhorrent", [5, 2413, 3]]]}, {"answer": "repulsive", "hint": "synonyms for repulsive", "clues": [["abhorrent", [5, 2414, 0]], ["hideous", [5, 2414, 1]], ["detestable", [5, 2414, 2]], ["obscene", [5, 2414, 3]], ["repugnant", [5, 2414, 4]]]}, {"answer": "required", "hint": "synonyms for required", "clues": [["compulsory", [5, 2415, 0]], ["needful", [5, 2415, 1]], ["needed", [5, 2415, 2]], ["requisite", [5, 2415, 3]], ["mandatory", [5, 2415, 4]]]}, {"answer": "resistant", "hint": "synonyms for resistant", "clues": [["immune", [5, 2416, 0]], ["resistive", [5, 2416, 1]], ["insubordinate", [5, 2416, 2]], ["tolerant", [5, 2416, 3]], ["repellent", [5, 2416, 4]]]}, {"answer": "resonant", "hint": "synonyms for resonant", "clues": [["resonating", [5, 2417, 0]], ["remindful", [5, 2417, 1]], ["redolent", [5, 2417, 2]], ["evocative", [5, 2417, 3]], ["reverberating", [5, 2417, 4]], ["reverberative", [5, 2417, 5]], ["resounding", [5, 2417, 6]], ["reminiscent", [5, 2417, 7]]]}, {"answer": "resonating", "hint": "synonyms for resonating", "clues": [["reverberating", [5, 2418, 0]], ["reverberative", [5, 2418, 1]], ["resonant", [5, 2418, 2]], ["resounding", [5, 2418, 3]]]}, {"answer": "resounding", "hint": "synonyms for resounding", "clues": [["resonating", [5, 2419, 0]], ["reverberating", [5, 2419, 1]], ["reverberative", [5, 2419, 2]], ["resonant", [5, 2419, 3]]]}, {"answer": "respectable", "hint": "synonyms for respectable", "clues": [["goodly", [5, 2420, 0]], ["sizable", [5, 2420, 1]], ["goodish", [5, 2420, 2]], ["hefty", [5, 2420, 3]], ["tidy", [5, 2420, 4]], ["healthy", [5, 2420, 5]], ["estimable", [5, 2420, 6]], ["honorable", [5, 2420, 7]]]}, {"answer": "restive", "hint": "synonyms for restive", "clues": [["jumpy", [5, 2421, 0]], ["uptight", [5, 2421, 1]], ["edgy", [5, 2421, 2]], ["overstrung", [5, 2421, 3]], ["high-strung", [5, 2421, 4]], ["highly strung", [5, 2421, 5]], ["nervy", [5, 2421, 6]], ["jittery", [5, 2421, 7]]]}, {"answer": "restorative", "hint": "synonyms for restorative", "clues": [["reviving", [5, 2422, 0]], ["revitalising", [5, 2422, 1]], ["recuperative", [5, 2422, 2]], ["renewing", [5, 2422, 3]]]}, {"answer": "restrained", "hint": "synonyms for restrained", "clues": [["guarded", [5, 2423, 0]], ["quiet", [5, 2423, 1]], ["unemotional", [5, 2423, 2]], ["reticent", [5, 2423, 3]], ["moderate", [5, 2423, 4]]]}, {"answer": "restricting", "hint": "synonyms for restricting", "clues": [["confining", [5, 2424, 0]], ["limiting", [5, 2424, 1]], ["constrictive", [5, 2424, 2]], ["constraining", [5, 2424, 3]]]}, {"answer": "resultant", "hint": "synonyms for resultant", "clues": [["consequent", [5, 2425, 0]], ["attendant", [5, 2425, 1]], ["concomitant", [5, 2425, 2]], ["ensuant", [5, 2425, 3]], ["accompanying", [5, 2425, 4]], ["incidental", [5, 2425, 5]], ["sequent", [5, 2425, 6]]]}, {"answer": "retaliatory", "hint": "synonyms for retaliatory", "clues": [["vindicatory", [5, 2426, 0]], ["relatiative", [5, 2426, 1]], ["retributive", [5, 2426, 2]], ["retributory", [5, 2426, 3]]]}, {"answer": "reticent", "hint": "synonyms for reticent", "clues": [["retiring", [5, 2427, 0]], ["unemotional", [5, 2427, 1]], ["restrained", [5, 2427, 2]], ["untalkative", [5, 2427, 3]], ["self-effacing", [5, 2427, 4]]]}, {"answer": "retiring", "hint": "synonyms for retiring", "clues": [["past", [5, 2428, 0]], ["preceding", [5, 2428, 1]], ["reticent", [5, 2428, 2]], ["unassuming", [5, 2428, 3]], ["self-effacing", [5, 2428, 4]]]}, {"answer": "retributive", "hint": "synonyms for retributive", "clues": [["vindicatory", [5, 2429, 0]], ["retributory", [5, 2429, 1]], ["retaliatory", [5, 2429, 2]], ["relatiative", [5, 2429, 3]]]}, {"answer": "retributory", "hint": "synonyms for retributory", "clues": [["vindicatory", [5, 2430, 0]], ["retributive", [5, 2430, 1]], ["retaliatory", [5, 2430, 2]], ["relatiative", [5, 2430, 3]]]}, {"answer": "revelatory", "hint": "synonyms for revelatory", "clues": [["indicatory", [5, 2431, 0]], ["apocalyptical", [5, 2431, 1]], ["suggestive", [5, 2431, 2]], ["significative", [5, 2431, 3]], ["indicative", [5, 2431, 4]]]}, {"answer": "reverberating", "hint": "synonyms for reverberating", "clues": [["resonating", [5, 2432, 0]], ["reverberative", [5, 2432, 1]], ["resonant", [5, 2432, 2]], ["resounding", [5, 2432, 3]]]}, {"answer": "reverberative", "hint": "synonyms for reverberative", "clues": [["resonating", [5, 2433, 0]], ["reverberating", [5, 2433, 1]], ["resonant", [5, 2433, 2]], ["resounding", [5, 2433, 3]]]}, {"answer": "revitalising", "hint": "synonyms for revitalising", "clues": [["reviving", [5, 2434, 0]], ["restorative", [5, 2434, 1]], ["renewing", [5, 2434, 2]], ["revitalizing", [5, 2434, 3]]]}, {"answer": "revitalizing", "hint": "synonyms for revitalizing", "clues": [["revitalising", [5, 2435, 0]], ["restorative", [5, 2435, 1]], ["renewing", [5, 2435, 2]], ["reviving", [5, 2435, 3]]]}, {"answer": "revolting", "hint": "synonyms for revolting", "clues": [["foul", [5, 2436, 0]], ["distasteful", [5, 2436, 1]], ["loathly", [5, 2436, 2]], ["wicked", [5, 2436, 3]], ["disgusting", [5, 2436, 4]], ["skanky", [5, 2436, 5]], ["yucky", [5, 2436, 6]], ["disgustful", [5, 2436, 7]], ["repellant", [5, 2436, 8]], ["repelling", [5, 2436, 9]], ["loathsome", [5, 2436, 10]]]}, {"answer": "rhapsodic", "hint": "synonyms for rhapsodic", "clues": [["enraptured", [5, 2437, 0]], ["rapturous", [5, 2437, 1]], ["rapt", [5, 2437, 2]], ["ecstatic", [5, 2437, 3]]]}, {"answer": "rheumatic", "hint": "synonyms for rheumatic", "clues": [["creaky", [5, 2438, 0]], ["rheumatoid", [5, 2438, 1]], ["arthritic", [5, 2438, 2]], ["rheumy", [5, 2438, 3]]]}, {"answer": "rheumatoid", "hint": "synonyms for rheumatoid", "clues": [["creaky", [5, 2439, 0]], ["rheumatic", [5, 2439, 1]], ["arthritic", [5, 2439, 2]], ["rheumy", [5, 2439, 3]]]}, {"answer": "rheumy", "hint": "synonyms for rheumy", "clues": [["creaky", [5, 2440, 0]], ["rheumatoid", [5, 2440, 1]], ["rheumatic", [5, 2440, 2]], ["arthritic", [5, 2440, 3]]]}, {"answer": "rich", "hint": "synonyms for rich", "clues": [["ample", [5, 2441, 0]], ["deep", [5, 2441, 1]], ["racy", [5, 2441, 2]], ["robust", [5, 2441, 3]], ["full-bodied", [5, 2441, 4]], ["productive", [5, 2441, 5]], ["fertile", [5, 2441, 6]], ["plenteous", [5, 2441, 7]], ["copious", [5, 2441, 8]], ["plentiful", [5, 2441, 9]], ["fat", [5, 2441, 10]]]}, {"answer": "rickety", "hint": "synonyms for rickety", "clues": [["weakly", [5, 2442, 0]], ["decrepit", [5, 2442, 1]], ["infirm", [5, 2442, 2]], ["wobbly", [5, 2442, 3]], ["feeble", [5, 2442, 4]], ["wonky", [5, 2442, 5]], ["rachitic", [5, 2442, 6]], ["sapless", [5, 2442, 7]], ["debile", [5, 2442, 8]], ["shaky", [5, 2442, 9]]]}, {"answer": "ridiculous", "hint": "synonyms for ridiculous", "clues": [["pathetic", [5, 2443, 0]], ["preposterous", [5, 2443, 1]], ["silly", [5, 2443, 2]], ["absurd", [5, 2443, 3]], ["laughable", [5, 2443, 4]], ["ludicrous", [5, 2443, 5]], ["nonsensical", [5, 2443, 6]], ["derisory", [5, 2443, 7]], ["farcical", [5, 2443, 8]], ["cockeyed", [5, 2443, 9]], ["idiotic", [5, 2443, 10]]]}, {"answer": "rife", "hint": "synonyms for rife", "clues": [["dominant", [5, 2444, 0]], ["overabundant", [5, 2444, 1]], ["prevailing", [5, 2444, 2]], ["plethoric", [5, 2444, 3]], ["prevalent", [5, 2444, 4]], ["predominant", [5, 2444, 5]]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["correct", [5, 2445, 0]], ["proper", [5, 2445, 1]], ["good", [5, 2445, 2]], ["right-hand", [5, 2445, 3]], ["veracious", [5, 2445, 4]], ["ripe", [5, 2445, 5]]]}, {"answer": "right-down", "hint": "synonyms for right-down", "clues": [["sheer", [5, 2446, 0]], ["absolute", [5, 2446, 1]], ["out-and-out", [5, 2446, 2]], ["rank", [5, 2446, 3]], ["downright", [5, 2446, 4]]]}, {"answer": "rigid", "hint": "synonyms for rigid", "clues": [["stiff", [5, 2447, 0]], ["fixed", [5, 2447, 1]], ["set", [5, 2447, 2]], ["inflexible", [5, 2447, 3]], ["unbending", [5, 2447, 4]], ["strict", [5, 2447, 5]]]}, {"answer": "riled", "hint": "synonyms for riled", "clues": [["nettled", [5, 2448, 0]], ["peeved", [5, 2448, 1]], ["irritated", [5, 2448, 2]], ["pissed", [5, 2448, 3]], ["annoyed", [5, 2448, 4]], ["steamed", [5, 2448, 5]], ["roiled", [5, 2448, 6]], ["miffed", [5, 2448, 7]], ["stung", [5, 2448, 8]], ["pissed off", [5, 2448, 9]]]}, {"answer": "ring-shaped", "hint": "synonyms for ring-shaped", "clues": [["annulate", [5, 2449, 0]], ["circinate", [5, 2449, 1]], ["ringed", [5, 2449, 2]], ["annular", [5, 2449, 3]], ["doughnut-shaped", [5, 2449, 4]]]}, {"answer": "ringed", "hint": "synonyms for ringed", "clues": [["annulate", [5, 2450, 0]], ["ring-shaped", [5, 2450, 1]], ["circinate", [5, 2450, 2]], ["annular", [5, 2450, 3]], ["doughnut-shaped", [5, 2450, 4]]]}, {"answer": "riotous", "hint": "synonyms for riotous", "clues": [["exuberant", [5, 2451, 0]], ["luxuriant", [5, 2451, 1]], ["disruptive", [5, 2451, 2]], ["profuse", [5, 2451, 3]], ["turbulent", [5, 2451, 4]], ["troubled", [5, 2451, 5]], ["tumultuous", [5, 2451, 6]], ["degenerate", [5, 2451, 7]], ["dissipated", [5, 2451, 8]], ["fast", [5, 2451, 9]], ["debauched", [5, 2451, 10]], ["libertine", [5, 2451, 11]], ["lush", [5, 2451, 12]], ["dissolute", [5, 2451, 13]], ["degraded", [5, 2451, 14]], ["profligate", [5, 2451, 15]]]}, {"answer": "ripe", "hint": "synonyms for ripe", "clues": [["good", [5, 2452, 0]], ["advanced", [5, 2452, 1]], ["right", [5, 2452, 2]], ["mature", [5, 2452, 3]]]}, {"answer": "rippled", "hint": "synonyms for rippled", "clues": [["wavelike", [5, 2453, 0]], ["crinkly", [5, 2453, 1]], ["wavy", [5, 2453, 2]], ["ruffled", [5, 2453, 3]], ["crinkled", [5, 2453, 4]]]}, {"answer": "risible", "hint": "synonyms for risible", "clues": [["comic", [5, 2454, 0]], ["comical", [5, 2454, 1]], ["funny", [5, 2454, 2]], ["amusing", [5, 2454, 3]], ["mirthful", [5, 2454, 4]], ["laughable", [5, 2454, 5]]]}, {"answer": "risky", "hint": "synonyms for risky", "clues": [["wild", [5, 2455, 0]], ["high-risk", [5, 2455, 1]], ["bad", [5, 2455, 2]], ["hazardous", [5, 2455, 3]], ["speculative", [5, 2455, 4]]]}, {"answer": "risque", "hint": "synonyms for risque", "clues": [["gamey", [5, 2456, 0]], ["racy", [5, 2456, 1]], ["juicy", [5, 2456, 2]], ["spicy", [5, 2456, 3]], ["blue", [5, 2456, 4]], ["naughty", [5, 2456, 5]]]}, {"answer": "riveting", "hint": "synonyms for riveting", "clues": [["fascinating", [5, 2457, 0]], ["gripping", [5, 2457, 1]], ["engrossing", [5, 2457, 2]], ["absorbing", [5, 2457, 3]]]}, {"answer": "roadless", "hint": "synonyms for roadless", "clues": [["untrodden", [5, 2458, 0]], ["pathless", [5, 2458, 1]], ["trackless", [5, 2458, 2]], ["untracked", [5, 2458, 3]], ["untrod", [5, 2458, 4]]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["palmy", [5, 2459, 0]], ["prospering", [5, 2459, 1]], ["thriving", [5, 2459, 2]], ["booming", [5, 2459, 3]], ["prosperous", [5, 2459, 4]], ["flourishing", [5, 2459, 5]]]}, {"answer": "robed", "hint": "synonyms for robed", "clues": [["dressed", [5, 2460, 0]], ["garmented", [5, 2460, 1]], ["garbed", [5, 2460, 2]], ["attired", [5, 2460, 3]], ["habilimented", [5, 2460, 4]], ["appareled", [5, 2460, 5]]]}, {"answer": "robotic", "hint": "synonyms for robotic", "clues": [["machinelike", [5, 2461, 0]], ["automatic", [5, 2461, 1]], ["robotlike", [5, 2461, 2]], ["automatonlike", [5, 2461, 3]]]}, {"answer": "robotlike", "hint": "synonyms for robotlike", "clues": [["machinelike", [5, 2462, 0]], ["automatic", [5, 2462, 1]], ["robotic", [5, 2462, 2]], ["automatonlike", [5, 2462, 3]]]}, {"answer": "robustious", "hint": "synonyms for robustious", "clues": [["boisterous", [5, 2463, 0]], ["rambunctious", [5, 2463, 1]], ["rumbustious", [5, 2463, 2]], ["unruly", [5, 2463, 3]]]}, {"answer": "rocky", "hint": "synonyms for rocky", "clues": [["jolting", [5, 2464, 0]], ["stony", [5, 2464, 1]], ["bumpy", [5, 2464, 2]], ["jolty", [5, 2464, 3]], ["bouldered", [5, 2464, 4]], ["rough", [5, 2464, 5]], ["bouldery", [5, 2464, 6]], ["jumpy", [5, 2464, 7]]]}, {"answer": "roguish", "hint": "synonyms for roguish", "clues": [["rascally", [5, 2465, 0]], ["devilish", [5, 2465, 1]], ["blackguardly", [5, 2465, 2]], ["scoundrelly", [5, 2465, 3]]]}, {"answer": "roiled", "hint": "synonyms for roiled", "clues": [["roiling", [5, 2466, 0]], ["nettled", [5, 2466, 1]], ["churning", [5, 2466, 2]], ["peeved", [5, 2466, 3]], ["irritated", [5, 2466, 4]], ["pissed", [5, 2466, 5]], ["annoyed", [5, 2466, 6]], ["riled", [5, 2466, 7]], ["steamed", [5, 2466, 8]], ["turbulent", [5, 2466, 9]], ["miffed", [5, 2466, 10]], ["stung", [5, 2466, 11]], ["pissed off", [5, 2466, 12]], ["roily", [5, 2466, 13]]]}, {"answer": "roiling", "hint": "synonyms for roiling", "clues": [["turbulent", [5, 2467, 0]], ["roily", [5, 2467, 1]], ["churning", [5, 2467, 2]], ["roiled", [5, 2467, 3]]]}, {"answer": "roily", "hint": "synonyms for roily", "clues": [["roiling", [5, 2468, 0]], ["turbulent", [5, 2468, 1]], ["churning", [5, 2468, 2]], ["roiled", [5, 2468, 3]]]}, {"answer": "rolled", "hint": "synonyms for rolled", "clues": [["involute", [5, 2469, 0]], ["furled", [5, 2469, 1]], ["trilled", [5, 2469, 2]], ["rolling", [5, 2469, 3]]]}, {"answer": "rollicking", "hint": "synonyms for rollicking", "clues": [["frolicsome", [5, 2470, 0]], ["sportive", [5, 2470, 1]], ["coltish", [5, 2470, 2]], ["frolicky", [5, 2470, 3]]]}, {"answer": "roly-poly", "hint": "synonyms for roly-poly", "clues": [["tubby", [5, 2471, 0]], ["pudgy", [5, 2471, 1]], ["dumpy", [5, 2471, 2]], ["podgy", [5, 2471, 3]]]}, {"answer": "roman", "hint": "synonyms for roman", "clues": [["papistical", [5, 2472, 0]], ["romish", [5, 2472, 1]], ["popish", [5, 2472, 2]], ["papist", [5, 2472, 3]]]}, {"answer": "roman_catholic", "hint": "synonyms for roman catholic", "clues": [["papistical", [5, 2473, 0]], ["romish", [5, 2473, 1]], ["popish", [5, 2473, 2]], ["papist", [5, 2473, 3]]]}, {"answer": "romanist", "hint": "synonyms for romanist", "clues": [["papistical", [5, 2474, 0]], ["romish", [5, 2474, 1]], ["popish", [5, 2474, 2]], ["papist", [5, 2474, 3]]]}, {"answer": "romantic", "hint": "synonyms for romantic", "clues": [["amorous", [5, 2475, 0]], ["romanticist", [5, 2475, 1]], ["amatory", [5, 2475, 2]], ["quixotic", [5, 2475, 3]], ["wild-eyed", [5, 2475, 4]]]}, {"answer": "rosy", "hint": "synonyms for rosy", "clues": [["rosy-cheeked", [5, 2476, 0]], ["blushful", [5, 2476, 1]], ["fortunate", [5, 2476, 2]], ["rose-colored", [5, 2476, 3]], ["flushed", [5, 2476, 4]]]}, {"answer": "rotten", "hint": "synonyms for rotten", "clues": [["stinking", [5, 2477, 0]], ["icky", [5, 2477, 1]], ["stinky", [5, 2477, 2]], ["lousy", [5, 2477, 3]], ["crappy", [5, 2477, 4]], ["decayed", [5, 2477, 5]], ["rotted", [5, 2477, 6]], ["shitty", [5, 2477, 7]]]}, {"answer": "rotund", "hint": "synonyms for rotund", "clues": [["weighty", [5, 2478, 0]], ["corpulent", [5, 2478, 1]], ["pear-shaped", [5, 2478, 2]], ["obese", [5, 2478, 3]], ["orotund", [5, 2478, 4]], ["round", [5, 2478, 5]]]}, {"answer": "rough", "hint": "synonyms for rough", "clues": [["jolting", [5, 2479, 0]], ["approximate", [5, 2479, 1]], ["jolty", [5, 2479, 2]], ["unsmooth", [5, 2479, 3]], ["rocky", [5, 2479, 4]], ["rasping", [5, 2479, 5]], ["raspy", [5, 2479, 6]], ["uncut", [5, 2479, 7]], ["grating", [5, 2479, 8]], ["pugnacious", [5, 2479, 9]], ["fierce", [5, 2479, 10]], ["bumpy", [5, 2479, 11]], ["harsh", [5, 2479, 12]], ["gravelly", [5, 2479, 13]], ["boisterous", [5, 2479, 14]], ["crude", [5, 2479, 15]], ["jumpy", [5, 2479, 16]], ["scratchy", [5, 2479, 17]]]}, {"answer": "rough-cut", "hint": "synonyms for rough-cut", "clues": [["coarse", [5, 2480, 0]], ["uncouth", [5, 2480, 1]], ["common", [5, 2480, 2]], ["roughhewn", [5, 2480, 3]], ["vulgar", [5, 2480, 4]]]}, {"answer": "roughshod", "hint": "synonyms for roughshod", "clues": [["savage", [5, 2481, 0]], ["barbarous", [5, 2481, 1]], ["cruel", [5, 2481, 2]], ["vicious", [5, 2481, 3]], ["heavy-handed", [5, 2481, 4]], ["brutal", [5, 2481, 5]], ["fell", [5, 2481, 6]]]}, {"answer": "round-backed", "hint": "synonyms for round-backed", "clues": [["stooped", [5, 2482, 0]], ["round-shouldered", [5, 2482, 1]], ["crooked", [5, 2482, 2]], ["hunched", [5, 2482, 3]], ["stooping", [5, 2482, 4]]]}, {"answer": "round-eyed", "hint": "synonyms for round-eyed", "clues": [["childlike", [5, 2483, 0]], ["simple", [5, 2483, 1]], ["wide-eyed", [5, 2483, 2]], ["saucer-eyed", [5, 2483, 3]], ["dewy-eyed", [5, 2483, 4]]]}, {"answer": "round-shouldered", "hint": "synonyms for round-shouldered", "clues": [["stooped", [5, 2484, 0]], ["round-backed", [5, 2484, 1]], ["crooked", [5, 2484, 2]], ["hunched", [5, 2484, 3]], ["stooping", [5, 2484, 4]]]}, {"answer": "round_the_bend", "hint": "synonyms for round the bend", "clues": [["loco", [5, 2485, 0]], ["balmy", [5, 2485, 1]], ["around the bend", [5, 2485, 2]], ["bonkers", [5, 2485, 3]], ["loony", [5, 2485, 4]], ["barmy", [5, 2485, 5]], ["buggy", [5, 2485, 6]], ["nutty", [5, 2485, 7]], ["kookie", [5, 2485, 8]], ["dotty", [5, 2485, 9]], ["daft", [5, 2485, 10]], ["fruity", [5, 2485, 11]], ["haywire", [5, 2485, 12]], ["bats", [5, 2485, 13]], ["nuts", [5, 2485, 14]], ["crackers", [5, 2485, 15]], ["kooky", [5, 2485, 16]], ["loopy", [5, 2485, 17]], ["batty", [5, 2485, 18]], ["whacky", [5, 2485, 19]], ["cracked", [5, 2485, 20]]]}, {"answer": "routine", "hint": "synonyms for routine", "clues": [["quotidian", [5, 2486, 0]], ["everyday", [5, 2486, 1]], ["mundane", [5, 2486, 2]], ["unremarkable", [5, 2486, 3]], ["workaday", [5, 2486, 4]]]}, {"answer": "roving", "hint": "synonyms for roving", "clues": [["nomadic", [5, 2487, 0]], ["wandering", [5, 2487, 1]], ["peregrine", [5, 2487, 2]], ["mobile", [5, 2487, 3]]]}, {"answer": "royal", "hint": "synonyms for royal", "clues": [["majestic", [5, 2488, 0]], ["imperial", [5, 2488, 1]], ["purple", [5, 2488, 2]], ["regal", [5, 2488, 3]]]}, {"answer": "ruby", "hint": "synonyms for ruby", "clues": [["reddish", [5, 2489, 0]], ["ruby-red", [5, 2489, 1]], ["blood-red", [5, 2489, 2]], ["cherry-red", [5, 2489, 3]], ["cerise", [5, 2489, 4]], ["ruddy", [5, 2489, 5]], ["red", [5, 2489, 6]], ["scarlet", [5, 2489, 7]], ["crimson", [5, 2489, 8]], ["cherry", [5, 2489, 9]], ["carmine", [5, 2489, 10]]]}, {"answer": "ruby-red", "hint": "synonyms for ruby-red", "clues": [["reddish", [5, 2490, 0]], ["ruddy", [5, 2490, 1]], ["blood-red", [5, 2490, 2]], ["cherry-red", [5, 2490, 3]], ["cerise", [5, 2490, 4]], ["ruby", [5, 2490, 5]], ["red", [5, 2490, 6]], ["scarlet", [5, 2490, 7]], ["crimson", [5, 2490, 8]], ["cherry", [5, 2490, 9]], ["carmine", [5, 2490, 10]]]}, {"answer": "rudderless", "hint": "synonyms for rudderless", "clues": [["afloat", [5, 2491, 0]], ["aimless", [5, 2491, 1]], ["directionless", [5, 2491, 2]], ["adrift", [5, 2491, 3]], ["planless", [5, 2491, 4]], ["undirected", [5, 2491, 5]]]}, {"answer": "ruddy", "hint": "synonyms for ruddy", "clues": [["sanguine", [5, 2492, 0]], ["reddish", [5, 2492, 1]], ["florid", [5, 2492, 2]], ["ruby-red", [5, 2492, 3]], ["blood-red", [5, 2492, 4]], ["cherry-red", [5, 2492, 5]], ["cerise", [5, 2492, 6]], ["ruby", [5, 2492, 7]], ["red", [5, 2492, 8]], ["rubicund", [5, 2492, 9]], ["carmine", [5, 2492, 10]], ["crimson", [5, 2492, 11]], ["cherry", [5, 2492, 12]], ["scarlet", [5, 2492, 13]]]}, {"answer": "rude", "hint": "synonyms for rude", "clues": [["uncivil", [5, 2493, 0]], ["natural", [5, 2493, 1]], ["yokelish", [5, 2493, 2]], ["bad-mannered", [5, 2493, 3]], ["unmannered", [5, 2493, 4]], ["primitive", [5, 2493, 5]], ["unmannerly", [5, 2493, 6]], ["ill-bred", [5, 2493, 7]], ["underbred", [5, 2493, 8]], ["bounderish", [5, 2493, 9]], ["raw", [5, 2493, 10]], ["ill-mannered", [5, 2493, 11]], ["crude", [5, 2493, 12]], ["lowbred", [5, 2493, 13]]]}, {"answer": "ruined", "hint": "synonyms for ruined", "clues": [["sunk", [5, 2494, 0]], ["finished", [5, 2494, 1]], ["done for", [5, 2494, 2]], ["undone", [5, 2494, 3]], ["washed-up", [5, 2494, 4]], ["destroyed", [5, 2494, 5]]]}, {"answer": "rum", "hint": "synonyms for rum", "clues": [["odd", [5, 2495, 0]], ["queer", [5, 2495, 1]], ["peculiar", [5, 2495, 2]], ["curious", [5, 2495, 3]], ["funny", [5, 2495, 4]], ["singular", [5, 2495, 5]], ["rummy", [5, 2495, 6]]]}, {"answer": "rumbustious", "hint": "synonyms for rumbustious", "clues": [["boisterous", [5, 2496, 0]], ["rambunctious", [5, 2496, 1]], ["unruly", [5, 2496, 2]], ["robustious", [5, 2496, 3]]]}, {"answer": "ruminative", "hint": "synonyms for ruminative", "clues": [["contemplative", [5, 2497, 0]], ["pensive", [5, 2497, 1]], ["brooding", [5, 2497, 2]], ["pondering", [5, 2497, 3]], ["reflective", [5, 2497, 4]], ["meditative", [5, 2497, 5]], ["broody", [5, 2497, 6]], ["musing", [5, 2497, 7]]]}, {"answer": "rummy", "hint": "synonyms for rummy", "clues": [["rum", [5, 2498, 0]], ["odd", [5, 2498, 1]], ["queer", [5, 2498, 2]], ["peculiar", [5, 2498, 3]], ["curious", [5, 2498, 4]], ["funny", [5, 2498, 5]], ["singular", [5, 2498, 6]]]}, {"answer": "run-down", "hint": "synonyms for run-down", "clues": [["flea-bitten", [5, 2499, 0]], ["decrepit", [5, 2499, 1]], ["woebegone", [5, 2499, 2]], ["creaky", [5, 2499, 3]], ["derelict", [5, 2499, 4]]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["linear", [5, 2500, 0]], ["functional", [5, 2500, 1]], ["working", [5, 2500, 2]], ["operative", [5, 2500, 3]]]}, {"answer": "runty", "hint": "synonyms for runty", "clues": [["puny", [5, 2501, 0]], ["sawn-off", [5, 2501, 1]], ["shrimpy", [5, 2501, 2]], ["pint-size", [5, 2501, 3]], ["sawed-off", [5, 2501, 4]]]}, {"answer": "rustic", "hint": "synonyms for rustic", "clues": [["countryfied", [5, 2502, 0]], ["hick", [5, 2502, 1]], ["agrestic", [5, 2502, 2]], ["unsophisticated", [5, 2502, 3]], ["bumpkinly", [5, 2502, 4]]]}, {"answer": "rusty", "hint": "synonyms for rusty", "clues": [["hoary", [5, 2503, 0]], ["out of practice", [5, 2503, 1]], ["rust", [5, 2503, 2]], ["rust-brown", [5, 2503, 3]]]}, {"answer": "ruttish", "hint": "synonyms for ruttish", "clues": [["steamy", [5, 2504, 0]], ["aroused", [5, 2504, 1]], ["turned on", [5, 2504, 2]], ["horny", [5, 2504, 3]], ["randy", [5, 2504, 4]]]}, {"answer": "sacked", "hint": "synonyms for sacked", "clues": [["raped", [5, 2505, 0]], ["ravaged", [5, 2505, 1]], ["despoiled", [5, 2505, 2]], ["pillaged", [5, 2505, 3]]]}, {"answer": "sad", "hint": "synonyms for sad", "clues": [["distressing", [5, 2506, 0]], ["deplorable", [5, 2506, 1]], ["sorry", [5, 2506, 2]], ["lamentable", [5, 2506, 3]], ["pitiful", [5, 2506, 4]]]}, {"answer": "sainted", "hint": "synonyms for sainted", "clues": [["beatific", [5, 2507, 0]], ["saintlike", [5, 2507, 1]], ["angelical", [5, 2507, 2]], ["saintly", [5, 2507, 3]]]}, {"answer": "saintlike", "hint": "synonyms for saintlike", "clues": [["beatific", [5, 2508, 0]], ["angelical", [5, 2508, 1]], ["saintly", [5, 2508, 2]], ["sainted", [5, 2508, 3]]]}, {"answer": "saintly", "hint": "synonyms for saintly", "clues": [["beatific", [5, 2509, 0]], ["saintlike", [5, 2509, 1]], ["angelical", [5, 2509, 2]], ["sainted", [5, 2509, 3]]]}, {"answer": "salacious", "hint": "synonyms for salacious", "clues": [["lustful", [5, 2510, 0]], ["prurient", [5, 2510, 1]], ["obscene", [5, 2510, 2]], ["lewd", [5, 2510, 3]], ["raunchy", [5, 2510, 4]], ["lubricious", [5, 2510, 5]]]}, {"answer": "salaried", "hint": "synonyms for salaried", "clues": [["paying", [5, 2511, 0]], ["compensable", [5, 2511, 1]], ["stipendiary", [5, 2511, 2]], ["remunerative", [5, 2511, 3]], ["compensated", [5, 2511, 4]]]}, {"answer": "salient", "hint": "synonyms for salient", "clues": [["prominent", [5, 2512, 0]], ["spectacular", [5, 2512, 1]], ["outstanding", [5, 2512, 2]], ["striking", [5, 2512, 3]]]}, {"answer": "sanative", "hint": "synonyms for sanative", "clues": [["remedial", [5, 2513, 0]], ["healing", [5, 2513, 1]], ["therapeutic", [5, 2513, 2]], ["alterative", [5, 2513, 3]], ["curative", [5, 2513, 4]]]}, {"answer": "sanctimonious", "hint": "synonyms for sanctimonious", "clues": [["pietistic", [5, 2514, 0]], ["holier-than-thou", [5, 2514, 1]], ["self-righteous", [5, 2514, 2]], ["pharisaical", [5, 2514, 3]]]}, {"answer": "sand-blind", "hint": "synonyms for sand-blind", "clues": [["purblind", [5, 2515, 0]], ["dim-sighted", [5, 2515, 1]], ["visually impaired", [5, 2515, 2]], ["visually challenged", [5, 2515, 3]], ["near-blind", [5, 2515, 4]]]}, {"answer": "sanguinary", "hint": "synonyms for sanguinary", "clues": [["bloody-minded", [5, 2516, 0]], ["butcherly", [5, 2516, 1]], ["gory", [5, 2516, 2]], ["bloodthirsty", [5, 2516, 3]], ["sanguineous", [5, 2516, 4]], ["slaughterous", [5, 2516, 5]]]}, {"answer": "sanguineous", "hint": "synonyms for sanguineous", "clues": [["sanguinary", [5, 2517, 0]], ["butcherly", [5, 2517, 1]], ["slaughterous", [5, 2517, 2]], ["gory", [5, 2517, 3]]]}, {"answer": "sapid", "hint": "synonyms for sapid", "clues": [["flavoursome", [5, 2518, 0]], ["saporous", [5, 2518, 1]], ["flavourful", [5, 2518, 2]], ["flavourous", [5, 2518, 3]]]}, {"answer": "sapless", "hint": "synonyms for sapless", "clues": [["weakly", [5, 2519, 0]], ["decrepit", [5, 2519, 1]], ["infirm", [5, 2519, 2]], ["rickety", [5, 2519, 3]], ["feeble", [5, 2519, 4]], ["debile", [5, 2519, 5]]]}, {"answer": "saporous", "hint": "synonyms for saporous", "clues": [["flavoursome", [5, 2520, 0]], ["flavourful", [5, 2520, 1]], ["flavourous", [5, 2520, 2]], ["sapid", [5, 2520, 3]]]}, {"answer": "sappy", "hint": "synonyms for sappy", "clues": [["goofy", [5, 2521, 0]], ["whacky", [5, 2521, 1]], ["silly", [5, 2521, 2]], ["zany", [5, 2521, 3]], ["cockamamy", [5, 2521, 4]], ["cockamamie", [5, 2521, 5]]]}, {"answer": "sassy", "hint": "synonyms for sassy", "clues": [["impudent", [5, 2522, 0]], ["smart", [5, 2522, 1]], ["saucy", [5, 2522, 2]], ["fresh", [5, 2522, 3]], ["impertinent", [5, 2522, 4]], ["wise", [5, 2522, 5]], ["overbold", [5, 2522, 6]]]}, {"answer": "satanic", "hint": "synonyms for satanic", "clues": [["diabolic", [5, 2523, 0]], ["demonic", [5, 2523, 1]], ["hellish", [5, 2523, 2]], ["fiendish", [5, 2523, 3]], ["infernal", [5, 2523, 4]], ["unholy", [5, 2523, 5]]]}, {"answer": "satiny", "hint": "synonyms for satiny", "clues": [["silky", [5, 2524, 0]], ["silken", [5, 2524, 1]], ["silklike", [5, 2524, 2]], ["sleek", [5, 2524, 3]], ["slick", [5, 2524, 4]]]}, {"answer": "satisfying", "hint": "synonyms for satisfying", "clues": [["hearty", [5, 2525, 0]], ["solid", [5, 2525, 1]], ["comforting", [5, 2525, 2]], ["substantial", [5, 2525, 3]], ["square", [5, 2525, 4]], ["cheering", [5, 2525, 5]]]}, {"answer": "saturnine", "hint": "synonyms for saturnine", "clues": [["morose", [5, 2526, 0]], ["dark", [5, 2526, 1]], ["sullen", [5, 2526, 2]], ["glowering", [5, 2526, 3]], ["glum", [5, 2526, 4]], ["dour", [5, 2526, 5]], ["sour", [5, 2526, 6]], ["moody", [5, 2526, 7]]]}, {"answer": "saucy", "hint": "synonyms for saucy", "clues": [["impudent", [5, 2527, 0]], ["sassy", [5, 2527, 1]], ["fresh", [5, 2527, 2]], ["impertinent", [5, 2527, 3]], ["pert", [5, 2527, 4]], ["wise", [5, 2527, 5]], ["overbold", [5, 2527, 6]], ["smart", [5, 2527, 7]], ["irreverent", [5, 2527, 8]]]}, {"answer": "savage", "hint": "synonyms for savage", "clues": [["barbaric", [5, 2528, 0]], ["barbarous", [5, 2528, 1]], ["furious", [5, 2528, 2]], ["vicious", [5, 2528, 3]], ["brutal", [5, 2528, 4]], ["barbarian", [5, 2528, 5]], ["uncivilized", [5, 2528, 6]], ["wild", [5, 2528, 7]], ["feral", [5, 2528, 8]], ["cruel", [5, 2528, 9]], ["ferine", [5, 2528, 10]], ["roughshod", [5, 2528, 11]], ["ferocious", [5, 2528, 12]], ["fierce", [5, 2528, 13]], ["fell", [5, 2528, 14]]]}, {"answer": "savorless", "hint": "synonyms for savorless", "clues": [["flat", [5, 2529, 0]], ["savourless", [5, 2529, 1]], ["insipid", [5, 2529, 2]], ["flavorless", [5, 2529, 3]], ["bland", [5, 2529, 4]], ["vapid", [5, 2529, 5]]]}, {"answer": "savory", "hint": "synonyms for savory", "clues": [["savoury", [5, 2530, 0]], ["zesty", [5, 2530, 1]], ["mouth-watering", [5, 2530, 2]], ["spicy", [5, 2530, 3]], ["piquant", [5, 2530, 4]]]}, {"answer": "savourless", "hint": "synonyms for savourless", "clues": [["flat", [5, 2531, 0]], ["insipid", [5, 2531, 1]], ["flavourless", [5, 2531, 2]], ["savorless", [5, 2531, 3]], ["bland", [5, 2531, 4]], ["vapid", [5, 2531, 5]]]}, {"answer": "savoury", "hint": "synonyms for savoury", "clues": [["zesty", [5, 2532, 0]], ["mouth-watering", [5, 2532, 1]], ["spicy", [5, 2532, 2]], ["savory", [5, 2532, 3]], ["piquant", [5, 2532, 4]]]}, {"answer": "sawed-off", "hint": "synonyms for sawed-off", "clues": [["sawn-off", [5, 2533, 0]], ["shortened", [5, 2533, 1]], ["runty", [5, 2533, 2]], ["pint-size", [5, 2533, 3]]]}, {"answer": "sawn-off", "hint": "synonyms for sawn-off", "clues": [["sawed-off", [5, 2534, 0]], ["shortened", [5, 2534, 1]], ["runty", [5, 2534, 2]], ["pint-size", [5, 2534, 3]]]}, {"answer": "scabrous", "hint": "synonyms for scabrous", "clues": [["scaly", [5, 2535, 0]], ["leprose", [5, 2535, 1]], ["lepidote", [5, 2535, 2]], ["scurfy", [5, 2535, 3]]]}, {"answer": "scaly", "hint": "synonyms for scaly", "clues": [["scabrous", [5, 2536, 0]], ["scaley", [5, 2536, 1]], ["scaled", [5, 2536, 2]], ["leprose", [5, 2536, 3]], ["lepidote", [5, 2536, 4]], ["scurfy", [5, 2536, 5]]]}, {"answer": "scarey", "hint": "synonyms for scarey", "clues": [["shivery", [5, 2537, 0]], ["shuddery", [5, 2537, 1]], ["scary", [5, 2537, 2]], ["chilling", [5, 2537, 3]]]}, {"answer": "scarlet", "hint": "synonyms for scarlet", "clues": [["reddish", [5, 2538, 0]], ["ruby-red", [5, 2538, 1]], ["blood-red", [5, 2538, 2]], ["cherry-red", [5, 2538, 3]], ["cerise", [5, 2538, 4]], ["ruddy", [5, 2538, 5]], ["ruby", [5, 2538, 6]], ["red", [5, 2538, 7]], ["crimson", [5, 2538, 8]], ["cherry", [5, 2538, 9]], ["carmine", [5, 2538, 10]]]}, {"answer": "scary", "hint": "synonyms for scary", "clues": [["scarey", [5, 2539, 0]], ["shivery", [5, 2539, 1]], ["shuddery", [5, 2539, 2]], ["chilling", [5, 2539, 3]]]}, {"answer": "scatterbrained", "hint": "synonyms for scatterbrained", "clues": [["flyaway", [5, 2540, 0]], ["rattlepated", [5, 2540, 1]], ["head-in-the-clouds", [5, 2540, 2]], ["flighty", [5, 2540, 3]], ["scatty", [5, 2540, 4]], ["rattlebrained", [5, 2540, 5]]]}, {"answer": "scattered", "hint": "synonyms for scattered", "clues": [["confused", [5, 2541, 0]], ["disconnected", [5, 2541, 1]], ["illogical", [5, 2541, 2]], ["unconnected", [5, 2541, 3]], ["disordered", [5, 2541, 4]], ["disjointed", [5, 2541, 5]], ["garbled", [5, 2541, 6]]]}, {"answer": "scatty", "hint": "synonyms for scatty", "clues": [["absentminded", [5, 2542, 0]], ["rattlepated", [5, 2542, 1]], ["abstracted", [5, 2542, 2]], ["scatterbrained", [5, 2542, 3]], ["absent", [5, 2542, 4]], ["rattlebrained", [5, 2542, 5]]]}, {"answer": "scented", "hint": "synonyms for scented", "clues": [["odoriferous", [5, 2543, 0]], ["sweet-scented", [5, 2543, 1]], ["odorous", [5, 2543, 2]], ["sweet-smelling", [5, 2543, 3]], ["sweet", [5, 2543, 4]], ["perfumed", [5, 2543, 5]]]}, {"answer": "sceptical", "hint": "synonyms for sceptical", "clues": [["skeptical", [5, 2544, 0]], ["doubting", [5, 2544, 1]], ["disbelieving", [5, 2544, 2]], ["questioning", [5, 2544, 3]], ["unbelieving", [5, 2544, 4]]]}, {"answer": "scheming", "hint": "synonyms for scheming", "clues": [["designing", [5, 2545, 0]], ["shrewd", [5, 2545, 1]], ["calculating", [5, 2545, 2]], ["conniving", [5, 2545, 3]], ["calculative", [5, 2545, 4]]]}, {"answer": "schmaltzy", "hint": "synonyms for schmaltzy", "clues": [["drippy", [5, 2546, 0]], ["mawkish", [5, 2546, 1]], ["slushy", [5, 2546, 2]], ["kitschy", [5, 2546, 3]], ["hokey", [5, 2546, 4]], ["maudlin", [5, 2546, 5]], ["sentimental", [5, 2546, 6]], ["bathetic", [5, 2546, 7]], ["schmalzy", [5, 2546, 8]], ["soupy", [5, 2546, 9]], ["mushy", [5, 2546, 10]], ["soppy", [5, 2546, 11]]]}, {"answer": "schmalzy", "hint": "synonyms for schmalzy", "clues": [["drippy", [5, 2547, 0]], ["mawkish", [5, 2547, 1]], ["slushy", [5, 2547, 2]], ["kitschy", [5, 2547, 3]], ["hokey", [5, 2547, 4]], ["schmaltzy", [5, 2547, 5]], ["maudlin", [5, 2547, 6]], ["sentimental", [5, 2547, 7]], ["bathetic", [5, 2547, 8]], ["soupy", [5, 2547, 9]], ["mushy", [5, 2547, 10]], ["soppy", [5, 2547, 11]]]}, {"answer": "scintillant", "hint": "synonyms for scintillant", "clues": [["glinting", [5, 2548, 0]], ["fulgid", [5, 2548, 1]], ["glittery", [5, 2548, 2]], ["scintillating", [5, 2548, 3]], ["glittering", [5, 2548, 4]], ["sparkly", [5, 2548, 5]], ["coruscant", [5, 2548, 6]]]}, {"answer": "scintillating", "hint": "synonyms for scintillating", "clues": [["glinting", [5, 2549, 0]], ["fulgid", [5, 2549, 1]], ["glittery", [5, 2549, 2]], ["effervescent", [5, 2549, 3]], ["sparkly", [5, 2549, 4]], ["glittering", [5, 2549, 5]], ["frothy", [5, 2549, 6]], ["bubbling", [5, 2549, 7]], ["scintillant", [5, 2549, 8]], ["coruscant", [5, 2549, 9]]]}, {"answer": "scorched", "hint": "synonyms for scorched", "clues": [["sunbaked", [5, 2550, 0]], ["adust", [5, 2550, 1]], ["baked", [5, 2550, 2]], ["parched", [5, 2550, 3]]]}, {"answer": "scotch", "hint": "synonyms for scotch", "clues": [["frugal", [5, 2551, 0]], ["economical", [5, 2551, 1]], ["stinting", [5, 2551, 2]], ["sparing", [5, 2551, 3]]]}, {"answer": "scraggy", "hint": "synonyms for scraggy", "clues": [["underweight", [5, 2552, 0]], ["scrawny", [5, 2552, 1]], ["jaggy", [5, 2552, 2]], ["jagged", [5, 2552, 3]], ["weedy", [5, 2552, 4]], ["skinny", [5, 2552, 5]], ["boney", [5, 2552, 6]]]}, {"answer": "scratchy", "hint": "synonyms for scratchy", "clues": [["abrasive", [5, 2553, 0]], ["cranky", [5, 2553, 1]], ["testy", [5, 2553, 2]], ["spotty", [5, 2553, 3]], ["peevish", [5, 2553, 4]], ["tetchy", [5, 2553, 5]], ["rasping", [5, 2553, 6]], ["peckish", [5, 2553, 7]], ["rough", [5, 2553, 8]], ["raspy", [5, 2553, 9]], ["uneven", [5, 2553, 10]], ["nettlesome", [5, 2553, 11]], ["grating", [5, 2553, 12]], ["fractious", [5, 2553, 13]], ["irritable", [5, 2553, 14]], ["gravelly", [5, 2553, 15]], ["pettish", [5, 2553, 16]], ["petulant", [5, 2553, 17]]]}, {"answer": "scrawny", "hint": "synonyms for scrawny", "clues": [["underweight", [5, 2554, 0]], ["scrubby", [5, 2554, 1]], ["scraggy", [5, 2554, 2]], ["stunted", [5, 2554, 3]], ["weedy", [5, 2554, 4]], ["skinny", [5, 2554, 5]], ["boney", [5, 2554, 6]]]}, {"answer": "screaky", "hint": "synonyms for screaky", "clues": [["squeaking", [5, 2555, 0]], ["screechy", [5, 2555, 1]], ["creaky", [5, 2555, 2]], ["squeaky", [5, 2555, 3]]]}, {"answer": "scrumptious", "hint": "synonyms for scrumptious", "clues": [["luscious", [5, 2556, 0]], ["delectable", [5, 2556, 1]], ["toothsome", [5, 2556, 2]], ["pleasant-tasting", [5, 2556, 3]], ["yummy", [5, 2556, 4]], ["delicious", [5, 2556, 5]]]}, {"answer": "sculptured", "hint": "synonyms for sculptured", "clues": [["modeled", [5, 2557, 0]], ["sculpturesque", [5, 2557, 1]], ["sculptural", [5, 2557, 2]], ["sculpted", [5, 2557, 3]], ["graven", [5, 2557, 4]]]}, {"answer": "scummy", "hint": "synonyms for scummy", "clues": [["low-down", [5, 2558, 0]], ["low", [5, 2558, 1]], ["abject", [5, 2558, 2]], ["miserable", [5, 2558, 3]], ["scurvy", [5, 2558, 4]]]}, {"answer": "scurfy", "hint": "synonyms for scurfy", "clues": [["scabrous", [5, 2559, 0]], ["scaly", [5, 2559, 1]], ["leprose", [5, 2559, 2]], ["lepidote", [5, 2559, 3]]]}, {"answer": "scurvy", "hint": "synonyms for scurvy", "clues": [["low-down", [5, 2560, 0]], ["low", [5, 2560, 1]], ["abject", [5, 2560, 2]], ["scummy", [5, 2560, 3]], ["miserable", [5, 2560, 4]]]}, {"answer": "seamy", "hint": "synonyms for seamy", "clues": [["sordid", [5, 2561, 0]], ["squalid", [5, 2561, 1]], ["seedy", [5, 2561, 2]], ["sleazy", [5, 2561, 3]]]}, {"answer": "sear", "hint": "synonyms for sear", "clues": [["dried-up", [5, 2562, 0]], ["shrivelled", [5, 2562, 1]], ["withered", [5, 2562, 2]], ["sere", [5, 2562, 3]]]}, {"answer": "secluded", "hint": "synonyms for secluded", "clues": [["sequestered", [5, 2563, 0]], ["privy", [5, 2563, 1]], ["cloistered", [5, 2563, 2]], ["secret", [5, 2563, 3]], ["reclusive", [5, 2563, 4]]]}, {"answer": "secondary", "hint": "synonyms for secondary", "clues": [["subaltern", [5, 2564, 0]], ["lowly", [5, 2564, 1]], ["junior-grade", [5, 2564, 2]], ["petty", [5, 2564, 3]], ["lower-ranking", [5, 2564, 4]]]}, {"answer": "secret", "hint": "synonyms for secret", "clues": [["hush-hush", [5, 2565, 0]], ["mysterious", [5, 2565, 1]], ["unavowed", [5, 2565, 2]], ["underground", [5, 2565, 3]], ["cloak-and-dagger", [5, 2565, 4]], ["mystic", [5, 2565, 5]], ["clandestine", [5, 2565, 6]], ["hidden", [5, 2565, 7]], ["orphic", [5, 2565, 8]], ["undercover", [5, 2565, 9]], ["secluded", [5, 2565, 10]], ["surreptitious", [5, 2565, 11]], ["occult", [5, 2565, 12]], ["privy", [5, 2565, 13]], ["private", [5, 2565, 14]], ["hugger-mugger", [5, 2565, 15]], ["confidential", [5, 2565, 16]], ["hole-and-corner", [5, 2565, 17]]]}, {"answer": "secretive", "hint": "synonyms for secretive", "clues": [["closelipped", [5, 2566, 0]], ["close", [5, 2566, 1]], ["closemouthed", [5, 2566, 2]], ["tightlipped", [5, 2566, 3]]]}, {"answer": "secular", "hint": "synonyms for secular", "clues": [["laic", [5, 2567, 0]], ["lay", [5, 2567, 1]], ["worldly", [5, 2567, 2]], ["temporal", [5, 2567, 3]], ["profane", [5, 2567, 4]]]}, {"answer": "secure", "hint": "synonyms for secure", "clues": [["untroubled", [5, 2568, 0]], ["safe", [5, 2568, 1]], ["good", [5, 2568, 2]], ["unassailable", [5, 2568, 3]], ["impregnable", [5, 2568, 4]], ["inviolable", [5, 2568, 5]], ["dependable", [5, 2568, 6]], ["unattackable", [5, 2568, 7]], ["strong", [5, 2568, 8]], ["unafraid", [5, 2568, 9]]]}, {"answer": "sedate", "hint": "synonyms for sedate", "clues": [["sober", [5, 2569, 0]], ["grave", [5, 2569, 1]], ["solemn", [5, 2569, 2]], ["staid", [5, 2569, 3]]]}, {"answer": "seditious", "hint": "synonyms for seditious", "clues": [["subversive", [5, 2570, 0]], ["instigative", [5, 2570, 1]], ["rabble-rousing", [5, 2570, 2]], ["insurgent", [5, 2570, 3]], ["inflammatory", [5, 2570, 4]], ["incendiary", [5, 2570, 5]], ["incitive", [5, 2570, 6]]]}, {"answer": "see-through", "hint": "synonyms for see-through", "clues": [["gossamer", [5, 2571, 0]], ["vaporous", [5, 2571, 1]], ["diaphanous", [5, 2571, 2]], ["transparent", [5, 2571, 3]], ["gauze-like", [5, 2571, 4]], ["gauzy", [5, 2571, 5]], ["sheer", [5, 2571, 6]], ["cobwebby", [5, 2571, 7]], ["filmy", [5, 2571, 8]]]}, {"answer": "seedy", "hint": "synonyms for seedy", "clues": [["sickly", [5, 2572, 0]], ["indisposed", [5, 2572, 1]], ["poorly", [5, 2572, 2]], ["scruffy", [5, 2572, 3]], ["seamy", [5, 2572, 4]], ["sordid", [5, 2572, 5]], ["under the weather", [5, 2572, 6]], ["peaked", [5, 2572, 7]], ["squalid", [5, 2572, 8]], ["unwell", [5, 2572, 9]], ["sleazy", [5, 2572, 10]], ["ailing", [5, 2572, 11]]]}, {"answer": "seemly", "hint": "synonyms for seemly", "clues": [["comme il faut", [5, 2573, 0]], ["comely", [5, 2573, 1]], ["decorous", [5, 2573, 2]], ["decent", [5, 2573, 3]], ["becoming", [5, 2573, 4]]]}, {"answer": "select", "hint": "synonyms for select", "clues": [["prize", [5, 2574, 0]], ["blue-ribbon", [5, 2574, 1]], ["prime", [5, 2574, 2]], ["choice", [5, 2574, 3]], ["quality", [5, 2574, 4]]]}, {"answer": "self-aggrandising", "hint": "synonyms for self-aggrandising", "clues": [["big", [5, 2575, 0]], ["bragging", [5, 2575, 1]], ["cock-a-hoop", [5, 2575, 2]], ["boastful", [5, 2575, 3]], ["crowing", [5, 2575, 4]], ["braggy", [5, 2575, 5]], ["braggart", [5, 2575, 6]], ["self-aggrandizing", [5, 2575, 7]]]}, {"answer": "self-aggrandizing", "hint": "synonyms for self-aggrandizing", "clues": [["big", [5, 2576, 0]], ["bragging", [5, 2576, 1]], ["cock-a-hoop", [5, 2576, 2]], ["boastful", [5, 2576, 3]], ["crowing", [5, 2576, 4]], ["self-aggrandising", [5, 2576, 5]], ["braggy", [5, 2576, 6]], ["braggart", [5, 2576, 7]]]}, {"answer": "self-collected", "hint": "synonyms for self-collected", "clues": [["collected", [5, 2577, 0]], ["poised", [5, 2577, 1]], ["self-possessed", [5, 2577, 2]], ["self-contained", [5, 2577, 3]], ["equanimous", [5, 2577, 4]]]}, {"answer": "self-conceited", "hint": "synonyms for self-conceited", "clues": [["vain", [5, 2578, 0]], ["swollen-headed", [5, 2578, 1]], ["egotistic", [5, 2578, 2]], ["conceited", [5, 2578, 3]], ["swollen", [5, 2578, 4]]]}, {"answer": "self-contained", "hint": "synonyms for self-contained", "clues": [["collected", [5, 2579, 0]], ["poised", [5, 2579, 1]], ["self-possessed", [5, 2579, 2]], ["self-collected", [5, 2579, 3]], ["equanimous", [5, 2579, 4]]]}, {"answer": "self-contradictory", "hint": "synonyms for self-contradictory", "clues": [["conflicting", [5, 2580, 0]], ["at odds", [5, 2580, 1]], ["contradictory", [5, 2580, 2]], ["paradoxical", [5, 2580, 3]]]}, {"answer": "self-denying", "hint": "synonyms for self-denying", "clues": [["renunciant", [5, 2581, 0]], ["renunciative", [5, 2581, 1]], ["self-sacrificing", [5, 2581, 2]], ["self-abnegating", [5, 2581, 3]], ["self-giving", [5, 2581, 4]]]}, {"answer": "self-possessed", "hint": "synonyms for self-possessed", "clues": [["collected", [5, 2582, 0]], ["poised", [5, 2582, 1]], ["self-contained", [5, 2582, 2]], ["self-collected", [5, 2582, 3]], ["equanimous", [5, 2582, 4]]]}, {"answer": "self-righteous", "hint": "synonyms for self-righteous", "clues": [["pietistic", [5, 2583, 0]], ["holier-than-thou", [5, 2583, 1]], ["pharisaical", [5, 2583, 2]], ["sanctimonious", [5, 2583, 3]]]}, {"answer": "senior", "hint": "synonyms for senior", "clues": [["older", [5, 2584, 0]], ["fourth-year", [5, 2584, 1]], ["elderly", [5, 2584, 2]], ["aged", [5, 2584, 3]]]}, {"answer": "senseless", "hint": "synonyms for senseless", "clues": [["reasonless", [5, 2585, 0]], ["pointless", [5, 2585, 1]], ["otiose", [5, 2585, 2]], ["wasted", [5, 2585, 3]], ["witless", [5, 2585, 4]], ["superfluous", [5, 2585, 5]], ["soft-witted", [5, 2585, 6]], ["mindless", [5, 2585, 7]], ["nitwitted", [5, 2585, 8]], ["purposeless", [5, 2585, 9]], ["insensible", [5, 2585, 10]]]}, {"answer": "sensitised", "hint": "synonyms for sensitised", "clues": [["hypersensitized", [5, 2586, 0]], ["sensitized", [5, 2586, 1]], ["allergic", [5, 2586, 2]], ["supersensitive", [5, 2586, 3]]]}, {"answer": "sensitive", "hint": "synonyms for sensitive", "clues": [["raw", [5, 2587, 0]], ["sensible", [5, 2587, 1]], ["tender", [5, 2587, 2]], ["sore", [5, 2587, 3]]]}, {"answer": "sensitized", "hint": "synonyms for sensitized", "clues": [["sensitised", [5, 2588, 0]], ["hypersensitized", [5, 2588, 1]], ["allergic", [5, 2588, 2]], ["supersensitive", [5, 2588, 3]]]}, {"answer": "sensory", "hint": "synonyms for sensory", "clues": [["sensorial", [5, 2589, 0]], ["centripetal", [5, 2589, 1]], ["receptive", [5, 2589, 2]], ["sensational", [5, 2589, 3]]]}, {"answer": "sensual", "hint": "synonyms for sensual", "clues": [["fleshly", [5, 2590, 0]], ["carnal", [5, 2590, 1]], ["sultry", [5, 2590, 2]], ["animal", [5, 2590, 3]]]}, {"answer": "sentimental", "hint": "synonyms for sentimental", "clues": [["drippy", [5, 2591, 0]], ["mawkish", [5, 2591, 1]], ["slushy", [5, 2591, 2]], ["kitschy", [5, 2591, 3]], ["hokey", [5, 2591, 4]], ["schmaltzy", [5, 2591, 5]], ["maudlin", [5, 2591, 6]], ["bathetic", [5, 2591, 7]], ["soupy", [5, 2591, 8]], ["mushy", [5, 2591, 9]], ["soppy", [5, 2591, 10]]]}, {"answer": "separated", "hint": "synonyms for separated", "clues": [["isolated", [5, 2592, 0]], ["disjointed", [5, 2592, 1]], ["detached", [5, 2592, 2]], ["spaced", [5, 2592, 3]], ["set-apart", [5, 2592, 4]], ["dislocated", [5, 2592, 5]]]}, {"answer": "sequent", "hint": "synonyms for sequent", "clues": [["ensuant", [5, 2593, 0]], ["accompanying", [5, 2593, 1]], ["consecutive", [5, 2593, 2]], ["consequent", [5, 2593, 3]], ["serial", [5, 2593, 4]], ["attendant", [5, 2593, 5]], ["concomitant", [5, 2593, 6]], ["resultant", [5, 2593, 7]], ["sequential", [5, 2593, 8]], ["incidental", [5, 2593, 9]], ["successive", [5, 2593, 10]]]}, {"answer": "sequential", "hint": "synonyms for sequential", "clues": [["serial", [5, 2594, 0]], ["consecutive", [5, 2594, 1]], ["successive", [5, 2594, 2]], ["sequent", [5, 2594, 3]]]}, {"answer": "sequined", "hint": "synonyms for sequined", "clues": [["spangled", [5, 2595, 0]], ["gemmed", [5, 2595, 1]], ["jewelled", [5, 2595, 2]], ["beady", [5, 2595, 3]], ["spangly", [5, 2595, 4]]]}, {"answer": "seraphic", "hint": "synonyms for seraphic", "clues": [["angelic", [5, 2596, 0]], ["sweet", [5, 2596, 1]], ["cherubic", [5, 2596, 2]], ["seraphical", [5, 2596, 3]]]}, {"answer": "sere", "hint": "synonyms for sere", "clues": [["dried-up", [5, 2597, 0]], ["shrivelled", [5, 2597, 1]], ["withered", [5, 2597, 2]], ["sear", [5, 2597, 3]]]}, {"answer": "serial", "hint": "synonyms for serial", "clues": [["nonparallel", [5, 2598, 0]], ["sequent", [5, 2598, 1]], ["sequential", [5, 2598, 2]], ["consecutive", [5, 2598, 3]], ["successive", [5, 2598, 4]], ["in series", [5, 2598, 5]]]}, {"answer": "serious", "hint": "synonyms for serious", "clues": [["life-threatening", [5, 2599, 0]], ["good", [5, 2599, 1]], ["unplayful", [5, 2599, 2]], ["grievous", [5, 2599, 3]], ["sober", [5, 2599, 4]], ["dangerous", [5, 2599, 5]], ["grave", [5, 2599, 6]], ["severe", [5, 2599, 7]]]}, {"answer": "serrate", "hint": "synonyms for serrate", "clues": [["notched", [5, 2600, 0]], ["serrated", [5, 2600, 1]], ["toothed", [5, 2600, 2]], ["saw-toothed", [5, 2600, 3]]]}, {"answer": "serrated", "hint": "synonyms for serrated", "clues": [["notched", [5, 2601, 0]], ["toothed", [5, 2601, 1]], ["serrate", [5, 2601, 2]], ["saw-toothed", [5, 2601, 3]]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["primed", [5, 2602, 0]], ["fixed", [5, 2602, 1]], ["dictated", [5, 2602, 2]], ["determined", [5, 2602, 3]], ["hardened", [5, 2602, 4]], ["laid", [5, 2602, 5]], ["placed", [5, 2602, 6]], ["rigid", [5, 2602, 7]], ["fit", [5, 2602, 8]], ["situated", [5, 2602, 9]], ["located", [5, 2602, 10]]]}, {"answer": "setaceous", "hint": "synonyms for setaceous", "clues": [["barbed", [5, 2603, 0]], ["bristled", [5, 2603, 1]], ["burry", [5, 2603, 2]], ["burred", [5, 2603, 3]], ["spiny", [5, 2603, 4]], ["briery", [5, 2603, 5]], ["barbellate", [5, 2603, 6]], ["briary", [5, 2603, 7]], ["prickly", [5, 2603, 8]], ["thorny", [5, 2603, 9]], ["bristly", [5, 2603, 10]], ["setose", [5, 2603, 11]]]}, {"answer": "setose", "hint": "synonyms for setose", "clues": [["barbed", [5, 2604, 0]], ["bristled", [5, 2604, 1]], ["burry", [5, 2604, 2]], ["setaceous", [5, 2604, 3]], ["burred", [5, 2604, 4]], ["spiny", [5, 2604, 5]], ["briery", [5, 2604, 6]], ["barbellate", [5, 2604, 7]], ["briary", [5, 2604, 8]], ["prickly", [5, 2604, 9]], ["thorny", [5, 2604, 10]], ["bristly", [5, 2604, 11]]]}, {"answer": "severe", "hint": "synonyms for severe", "clues": [["stark", [5, 2605, 0]], ["life-threatening", [5, 2605, 1]], ["knockout", [5, 2605, 2]], ["wicked", [5, 2605, 3]], ["grave", [5, 2605, 4]], ["hard", [5, 2605, 5]], ["austere", [5, 2605, 6]], ["stern", [5, 2605, 7]], ["grievous", [5, 2605, 8]], ["spartan", [5, 2605, 9]], ["serious", [5, 2605, 10]], ["dangerous", [5, 2605, 11]], ["terrible", [5, 2605, 12]]]}, {"answer": "shadowy", "hint": "synonyms for shadowy", "clues": [["shady", [5, 2606, 0]], ["umbrageous", [5, 2606, 1]], ["dim", [5, 2606, 2]], ["vague", [5, 2606, 3]], ["shadowed", [5, 2606, 4]], ["wispy", [5, 2606, 5]], ["wraithlike", [5, 2606, 6]], ["faint", [5, 2606, 7]]]}, {"answer": "shady", "hint": "synonyms for shady", "clues": [["umbrageous", [5, 2607, 0]], ["shadowed", [5, 2607, 1]], ["fly-by-night", [5, 2607, 2]], ["louche", [5, 2607, 3]], ["fishy", [5, 2607, 4]], ["funny", [5, 2607, 5]], ["shadowy", [5, 2607, 6]], ["suspect", [5, 2607, 7]], ["suspicious", [5, 2607, 8]]]}, {"answer": "shaggy", "hint": "synonyms for shaggy", "clues": [["shaggy-haired", [5, 2608, 0]], ["bushy", [5, 2608, 1]], ["shagged", [5, 2608, 2]], ["shaggy-coated", [5, 2608, 3]]]}, {"answer": "shaky", "hint": "synonyms for shaky", "clues": [["trembling", [5, 2609, 0]], ["wobbly", [5, 2609, 1]], ["rickety", [5, 2609, 2]], ["shivering", [5, 2609, 3]], ["wonky", [5, 2609, 4]], ["precarious", [5, 2609, 5]]]}, {"answer": "sham", "hint": "synonyms for sham", "clues": [["pretended", [5, 2610, 0]], ["assumed", [5, 2610, 1]], ["false", [5, 2610, 2]], ["put on", [5, 2610, 3]], ["fictitious", [5, 2610, 4]], ["fictive", [5, 2610, 5]]]}, {"answer": "shamed", "hint": "synonyms for shamed", "clues": [["hangdog", [5, 2611, 0]], ["guilty", [5, 2611, 1]], ["shamefaced", [5, 2611, 2]], ["disgraced", [5, 2611, 3]], ["dishonored", [5, 2611, 4]], ["discredited", [5, 2611, 5]]]}, {"answer": "shamefaced", "hint": "synonyms for shamefaced", "clues": [["guilty", [5, 2612, 0]], ["hangdog", [5, 2612, 1]], ["shamed", [5, 2612, 2]], ["sheepish", [5, 2612, 3]]]}, {"answer": "shameful", "hint": "synonyms for shameful", "clues": [["inglorious", [5, 2613, 0]], ["shocking", [5, 2613, 1]], ["scandalous", [5, 2613, 2]], ["opprobrious", [5, 2613, 3]], ["disgraceful", [5, 2613, 4]], ["ignominious", [5, 2613, 5]], ["black", [5, 2613, 6]]]}, {"answer": "sharp", "hint": "synonyms for sharp", "clues": [["penetrative", [5, 2614, 0]], ["precipitous", [5, 2614, 1]], ["knifelike", [5, 2614, 2]], ["penetrating", [5, 2614, 3]], ["keen", [5, 2614, 4]], ["astute", [5, 2614, 5]], ["needlelike", [5, 2614, 6]], ["piercing", [5, 2614, 7]], ["sharp-worded", [5, 2614, 8]], ["acuate", [5, 2614, 9]], ["discriminating", [5, 2614, 10]], ["shrewd", [5, 2614, 11]], ["tart", [5, 2614, 12]], ["abrupt", [5, 2614, 13]], ["incisive", [5, 2614, 14]], ["shrill", [5, 2614, 15]], ["crisp", [5, 2614, 16]]]}, {"answer": "sharp-eyed", "hint": "synonyms for sharp-eyed", "clues": [["quick-sighted", [5, 2615, 0]], ["sharp-sighted", [5, 2615, 1]], ["lynx-eyed", [5, 2615, 2]], ["keen-sighted", [5, 2615, 3]], ["keen-eyed", [5, 2615, 4]], ["argus-eyed", [5, 2615, 5]], ["hawk-eyed", [5, 2615, 6]]]}, {"answer": "sharp-set", "hint": "synonyms for sharp-set", "clues": [["ravenous", [5, 2616, 0]], ["famished", [5, 2616, 1]], ["starved", [5, 2616, 2]], ["esurient", [5, 2616, 3]]]}, {"answer": "sharp-sighted", "hint": "synonyms for sharp-sighted", "clues": [["quick-sighted", [5, 2617, 0]], ["argus-eyed", [5, 2617, 1]], ["lynx-eyed", [5, 2617, 2]], ["keen-sighted", [5, 2617, 3]], ["hawk-eyed", [5, 2617, 4]], ["sharp-eyed", [5, 2617, 5]]]}, {"answer": "sheeny", "hint": "synonyms for sheeny", "clues": [["shining", [5, 2618, 0]], ["glistening", [5, 2618, 1]], ["lustrous", [5, 2618, 2]], ["glossy", [5, 2618, 3]], ["shiny", [5, 2618, 4]]]}, {"answer": "sheer", "hint": "synonyms for sheer", "clues": [["vaporous", [5, 2619, 0]], ["diaphanous", [5, 2619, 1]], ["transparent", [5, 2619, 2]], ["bold", [5, 2619, 3]], ["unmixed", [5, 2619, 4]], ["downright", [5, 2619, 5]], ["right-down", [5, 2619, 6]], ["filmy", [5, 2619, 7]], ["plain", [5, 2619, 8]], ["gauze-like", [5, 2619, 9]], ["out-and-out", [5, 2619, 10]], ["cobwebby", [5, 2619, 11]], ["gossamer", [5, 2619, 12]], ["absolute", [5, 2619, 13]], ["bluff", [5, 2619, 14]], ["gauzy", [5, 2619, 15]], ["unmingled", [5, 2619, 16]], ["rank", [5, 2619, 17]], ["see-through", [5, 2619, 18]]]}, {"answer": "shining", "hint": "synonyms for shining", "clues": [["sheeny", [5, 2620, 0]], ["lustrous", [5, 2620, 1]], ["bright", [5, 2620, 2]], ["glistening", [5, 2620, 3]], ["shiny", [5, 2620, 4]], ["glossy", [5, 2620, 5]], ["burnished", [5, 2620, 6]]]}, {"answer": "shiny", "hint": "synonyms for shiny", "clues": [["shining", [5, 2621, 0]], ["sheeny", [5, 2621, 1]], ["lustrous", [5, 2621, 2]], ["bright", [5, 2621, 3]], ["glistening", [5, 2621, 4]], ["burnished", [5, 2621, 5]], ["glossy", [5, 2621, 6]], ["glazed", [5, 2621, 7]]]}, {"answer": "shitty", "hint": "synonyms for shitty", "clues": [["rotten", [5, 2622, 0]], ["stinking", [5, 2622, 1]], ["icky", [5, 2622, 2]], ["lousy", [5, 2622, 3]], ["stinky", [5, 2622, 4]], ["crappy", [5, 2622, 5]]]}, {"answer": "shocking", "hint": "synonyms for shocking", "clues": [["scandalous", [5, 2623, 0]], ["disgraceful", [5, 2623, 1]], ["lurid", [5, 2623, 2]], ["shameful", [5, 2623, 3]]]}, {"answer": "shoddy", "hint": "synonyms for shoddy", "clues": [["misleading", [5, 2624, 0]], ["deceptive", [5, 2624, 1]], ["jerry-built", [5, 2624, 2]], ["cheapjack", [5, 2624, 3]], ["tawdry", [5, 2624, 4]]]}, {"answer": "shopworn", "hint": "synonyms for shopworn", "clues": [["stock", [5, 2625, 0]], ["shopsoiled", [5, 2625, 1]], ["timeworn", [5, 2625, 2]], ["banal", [5, 2625, 3]], ["old-hat", [5, 2625, 4]], ["hackneyed", [5, 2625, 5]], ["commonplace", [5, 2625, 6]], ["threadbare", [5, 2625, 7]], ["tired", [5, 2625, 8]], ["well-worn", [5, 2625, 9]], ["trite", [5, 2625, 10]]]}, {"answer": "short", "hint": "synonyms for short", "clues": [["brusk", [5, 2626, 0]], ["unforesightful", [5, 2626, 1]], ["inadequate", [5, 2626, 2]], ["myopic", [5, 2626, 3]], ["forgetful", [5, 2626, 4]], ["unretentive", [5, 2626, 5]], ["poor", [5, 2626, 6]], ["scant", [5, 2626, 7]], ["curt", [5, 2626, 8]], ["little", [5, 2626, 9]], ["brusque", [5, 2626, 10]], ["shortsighted", [5, 2626, 11]], ["light", [5, 2626, 12]]]}, {"answer": "short-lived", "hint": "synonyms for short-lived", "clues": [["transient", [5, 2627, 0]], ["ephemeral", [5, 2627, 1]], ["fugacious", [5, 2627, 2]], ["passing", [5, 2627, 3]], ["transitory", [5, 2627, 4]]]}, {"answer": "short-tempered", "hint": "synonyms for short-tempered", "clues": [["hot-tempered", [5, 2628, 0]], ["quick-tempered", [5, 2628, 1]], ["hotheaded", [5, 2628, 2]], ["choleric", [5, 2628, 3]], ["irascible", [5, 2628, 4]]]}, {"answer": "shortened", "hint": "synonyms for shortened", "clues": [["abbreviated", [5, 2629, 0]], ["sawed-off", [5, 2629, 1]], ["cut", [5, 2629, 2]], ["truncated", [5, 2629, 3]], ["telescoped", [5, 2629, 4]], ["sawn-off", [5, 2629, 5]]]}, {"answer": "shortsighted", "hint": "synonyms for shortsighted", "clues": [["nearsighted", [5, 2630, 0]], ["short", [5, 2630, 1]], ["myopic", [5, 2630, 2]], ["unforesightful", [5, 2630, 3]], ["ill-considered", [5, 2630, 4]], ["ill-judged", [5, 2630, 5]], ["improvident", [5, 2630, 6]]]}, {"answer": "showy", "hint": "synonyms for showy", "clues": [["sporty", [5, 2631, 0]], ["glossy", [5, 2631, 1]], ["flashy", [5, 2631, 2]], ["jazzy", [5, 2631, 3]], ["gaudy", [5, 2631, 4]], ["splashy", [5, 2631, 5]], ["flamboyant", [5, 2631, 6]]]}, {"answer": "shrewd", "hint": "synonyms for shrewd", "clues": [["astute", [5, 2632, 0]], ["scheming", [5, 2632, 1]], ["calculating", [5, 2632, 2]], ["conniving", [5, 2632, 3]], ["calculative", [5, 2632, 4]], ["sharp", [5, 2632, 5]]]}, {"answer": "shriveled", "hint": "synonyms for shriveled", "clues": [["dried-up", [5, 2633, 0]], ["shrivelled", [5, 2633, 1]], ["wizen", [5, 2633, 2]], ["shrunken", [5, 2633, 3]], ["wizened", [5, 2633, 4]], ["withered", [5, 2633, 5]], ["sear", [5, 2633, 6]], ["sere", [5, 2633, 7]]]}, {"answer": "shrivelled", "hint": "synonyms for shrivelled", "clues": [["dried-up", [5, 2634, 0]], ["wizen", [5, 2634, 1]], ["shrunken", [5, 2634, 2]], ["wizened", [5, 2634, 3]], ["shriveled", [5, 2634, 4]], ["withered", [5, 2634, 5]], ["sear", [5, 2634, 6]], ["sere", [5, 2634, 7]]]}, {"answer": "shrunken", "hint": "synonyms for shrunken", "clues": [["shrivelled", [5, 2635, 0]], ["wizen", [5, 2635, 1]], ["wizened", [5, 2635, 2]], ["withered", [5, 2635, 3]]]}, {"answer": "sibilant", "hint": "synonyms for sibilant", "clues": [["continuant", [5, 2636, 0]], ["spirant", [5, 2636, 1]], ["fricative", [5, 2636, 2]], ["strident", [5, 2636, 3]]]}, {"answer": "sibyllic", "hint": "synonyms for sibyllic", "clues": [["vatic", [5, 2637, 0]], ["sibylline", [5, 2637, 1]], ["mantic", [5, 2637, 2]], ["vatical", [5, 2637, 3]], ["divinatory", [5, 2637, 4]]]}, {"answer": "sibylline", "hint": "synonyms for sibylline", "clues": [["vatic", [5, 2638, 0]], ["mantic", [5, 2638, 1]], ["cryptical", [5, 2638, 2]], ["vatical", [5, 2638, 3]], ["divinatory", [5, 2638, 4]], ["qabalistic", [5, 2638, 5]], ["sibyllic", [5, 2638, 6]]]}, {"answer": "sick", "hint": "synonyms for sick", "clues": [["unbalanced", [5, 2639, 0]], ["tired of", [5, 2639, 1]], ["sickish", [5, 2639, 2]], ["grim", [5, 2639, 3]], ["brainsick", [5, 2639, 4]], ["grisly", [5, 2639, 5]], ["pale", [5, 2639, 6]], ["disgusted", [5, 2639, 7]], ["unhinged", [5, 2639, 8]], ["disturbed", [5, 2639, 9]], ["mad", [5, 2639, 10]], ["ill", [5, 2639, 11]], ["nauseous", [5, 2639, 12]], ["macabre", [5, 2639, 13]], ["gruesome", [5, 2639, 14]], ["nauseated", [5, 2639, 15]], ["fed up", [5, 2639, 16]], ["sick of", [5, 2639, 17]], ["demented", [5, 2639, 18]], ["pallid", [5, 2639, 19]], ["wan", [5, 2639, 20]], ["ghastly", [5, 2639, 21]], ["queasy", [5, 2639, 22]], ["crazy", [5, 2639, 23]]]}, {"answer": "sick_of", "hint": "synonyms for sick of", "clues": [["tired of", [5, 2640, 0]], ["sick", [5, 2640, 1]], ["fed up", [5, 2640, 2]], ["disgusted", [5, 2640, 3]]]}, {"answer": "sickening", "hint": "synonyms for sickening", "clues": [["vile", [5, 2641, 0]], ["offensive", [5, 2641, 1]], ["nauseating", [5, 2641, 2]], ["noisome", [5, 2641, 3]], ["loathsome", [5, 2641, 4]], ["queasy", [5, 2641, 5]], ["nauseous", [5, 2641, 6]]]}, {"answer": "sickish", "hint": "synonyms for sickish", "clues": [["sick", [5, 2642, 0]], ["queasy", [5, 2642, 1]], ["nauseated", [5, 2642, 2]], ["nauseous", [5, 2642, 3]]]}, {"answer": "sickly", "hint": "synonyms for sickly", "clues": [["sallow", [5, 2643, 0]], ["indisposed", [5, 2643, 1]], ["poorly", [5, 2643, 2]], ["under the weather", [5, 2643, 3]], ["peaked", [5, 2643, 4]], ["unwell", [5, 2643, 5]], ["ailing", [5, 2643, 6]], ["seedy", [5, 2643, 7]]]}, {"answer": "sidelong", "hint": "synonyms for sidelong", "clues": [["squinty", [5, 2644, 0]], ["askant", [5, 2644, 1]], ["squint-eyed", [5, 2644, 2]], ["askance", [5, 2644, 3]], ["lateral", [5, 2644, 4]]]}, {"answer": "sightly", "hint": "synonyms for sightly", "clues": [["bonnie", [5, 2645, 0]], ["fair", [5, 2645, 1]], ["bonny", [5, 2645, 2]], ["comely", [5, 2645, 3]]]}, {"answer": "significant", "hint": "synonyms for significant", "clues": [["pregnant", [5, 2646, 0]], ["meaning", [5, 2646, 1]], ["substantial", [5, 2646, 2]], ["important", [5, 2646, 3]]]}, {"answer": "significative", "hint": "synonyms for significative", "clues": [["indicatory", [5, 2647, 0]], ["suggestive", [5, 2647, 1]], ["revelatory", [5, 2647, 2]], ["indicative", [5, 2647, 3]]]}, {"answer": "silent", "hint": "synonyms for silent", "clues": [["tacit", [5, 2648, 0]], ["soundless", [5, 2648, 1]], ["mum", [5, 2648, 2]], ["dumb", [5, 2648, 3]], ["unsounded", [5, 2648, 4]], ["mute", [5, 2648, 5]], ["understood", [5, 2648, 6]], ["still", [5, 2648, 7]]]}, {"answer": "silken", "hint": "synonyms for silken", "clues": [["silky", [5, 2649, 0]], ["satiny", [5, 2649, 1]], ["silklike", [5, 2649, 2]], ["sleek", [5, 2649, 3]], ["slick", [5, 2649, 4]]]}, {"answer": "silklike", "hint": "synonyms for silklike", "clues": [["silky", [5, 2650, 0]], ["silken", [5, 2650, 1]], ["satiny", [5, 2650, 2]], ["sleek", [5, 2650, 3]], ["slick", [5, 2650, 4]]]}, {"answer": "silky", "hint": "synonyms for silky", "clues": [["silken", [5, 2651, 0]], ["satiny", [5, 2651, 1]], ["silklike", [5, 2651, 2]], ["sleek", [5, 2651, 3]], ["slick", [5, 2651, 4]]]}, {"answer": "silly", "hint": "synonyms for silly", "clues": [["sappy", [5, 2652, 0]], ["goofy", [5, 2652, 1]], ["pathetic", [5, 2652, 2]], ["ridiculous", [5, 2652, 3]], ["light-headed", [5, 2652, 4]], ["airheaded", [5, 2652, 5]], ["cockamamie", [5, 2652, 6]], ["whacky", [5, 2652, 7]], ["dizzy", [5, 2652, 8]], ["slaphappy", [5, 2652, 9]], ["empty-headed", [5, 2652, 10]], ["zany", [5, 2652, 11]], ["cockamamy", [5, 2652, 12]], ["punch-drunk", [5, 2652, 13]], ["giddy", [5, 2652, 14]], ["featherbrained", [5, 2652, 15]]]}, {"answer": "silver", "hint": "synonyms for silver", "clues": [["eloquent", [5, 2653, 0]], ["smooth-spoken", [5, 2653, 1]], ["silvern", [5, 2653, 2]], ["fluent", [5, 2653, 3]], ["argent", [5, 2653, 4]], ["silver-tongued", [5, 2653, 5]], ["silverish", [5, 2653, 6]], ["facile", [5, 2653, 7]]]}, {"answer": "silver-tongued", "hint": "synonyms for silver-tongued", "clues": [["fluent", [5, 2654, 0]], ["smooth-spoken", [5, 2654, 1]], ["eloquent", [5, 2654, 2]], ["facile", [5, 2654, 3]], ["silver", [5, 2654, 4]]]}, {"answer": "similar", "hint": "synonyms for similar", "clues": [["standardised", [5, 2655, 0]], ["interchangeable", [5, 2655, 1]], ["like", [5, 2655, 2]], ["exchangeable", [5, 2655, 3]]]}, {"answer": "simple", "hint": "synonyms for simple", "clues": [["childlike", [5, 2656, 0]], ["simple-minded", [5, 2656, 1]], ["unproblematic", [5, 2656, 2]], ["mere", [5, 2656, 3]], ["uncomplicated", [5, 2656, 4]], ["dim-witted", [5, 2656, 5]], ["unsubdivided", [5, 2656, 6]], ["wide-eyed", [5, 2656, 7]], ["elementary", [5, 2656, 8]], ["dewy-eyed", [5, 2656, 9]], ["round-eyed", [5, 2656, 10]], ["bare", [5, 2656, 11]]]}, {"answer": "simulated", "hint": "synonyms for simulated", "clues": [["fake", [5, 2657, 0]], ["false", [5, 2657, 1]], ["imitation", [5, 2657, 2]], ["faux", [5, 2657, 3]]]}, {"answer": "simultaneous", "hint": "synonyms for simultaneous", "clues": [["concurrent", [5, 2658, 0]], ["cooccurring", [5, 2658, 1]], ["coincident", [5, 2658, 2]], ["co-occurrent", [5, 2658, 3]], ["coinciding", [5, 2658, 4]]]}, {"answer": "sinewy", "hint": "synonyms for sinewy", "clues": [["stringy", [5, 2659, 0]], ["tendinous", [5, 2659, 1]], ["powerful", [5, 2659, 2]], ["fibrous", [5, 2659, 3]], ["muscular", [5, 2659, 4]], ["hefty", [5, 2659, 5]], ["brawny", [5, 2659, 6]], ["unchewable", [5, 2659, 7]]]}, {"answer": "sinful", "hint": "synonyms for sinful", "clues": [["wicked", [5, 2660, 0]], ["unholy", [5, 2660, 1]], ["over-the-top", [5, 2660, 2]], ["ungodly", [5, 2660, 3]], ["iniquitous", [5, 2660, 4]], ["extraordinary", [5, 2660, 5]]]}, {"answer": "single", "hint": "synonyms for single", "clues": [["unmarried", [5, 2661, 0]], ["undivided", [5, 2661, 1]], ["exclusive", [5, 2661, 2]], ["individual", [5, 2661, 3]]]}, {"answer": "singular", "hint": "synonyms for singular", "clues": [["rum", [5, 2662, 0]], ["unique", [5, 2662, 1]], ["odd", [5, 2662, 2]], ["rummy", [5, 2662, 3]], ["queer", [5, 2662, 4]], ["peculiar", [5, 2662, 5]], ["remarkable", [5, 2662, 6]], ["curious", [5, 2662, 7]], ["funny", [5, 2662, 8]]]}, {"answer": "sinister", "hint": "synonyms for sinister", "clues": [["minacious", [5, 2663, 0]], ["baleful", [5, 2663, 1]], ["threatening", [5, 2663, 2]], ["forbidding", [5, 2663, 3]], ["menacing", [5, 2663, 4]], ["dark", [5, 2663, 5]], ["ominous", [5, 2663, 6]], ["black", [5, 2663, 7]], ["minatory", [5, 2663, 8]]]}, {"answer": "sissified", "hint": "synonyms for sissified", "clues": [["effeminate", [5, 2664, 0]], ["cissy", [5, 2664, 1]], ["emasculate", [5, 2664, 2]], ["sissy", [5, 2664, 3]], ["epicene", [5, 2664, 4]], ["sissyish", [5, 2664, 5]]]}, {"answer": "sissy", "hint": "synonyms for sissy", "clues": [["effeminate", [5, 2665, 0]], ["sissified", [5, 2665, 1]], ["cissy", [5, 2665, 2]], ["emasculate", [5, 2665, 3]], ["epicene", [5, 2665, 4]], ["sissyish", [5, 2665, 5]]]}, {"answer": "sissyish", "hint": "synonyms for sissyish", "clues": [["effeminate", [5, 2666, 0]], ["sissified", [5, 2666, 1]], ["emasculate", [5, 2666, 2]], ["sissy", [5, 2666, 3]], ["epicene", [5, 2666, 4]], ["cissy", [5, 2666, 5]]]}, {"answer": "sixpenny", "hint": "synonyms for sixpenny", "clues": [["twopenny-halfpenny", [5, 2667, 0]], ["two-a-penny", [5, 2667, 1]], ["twopenny", [5, 2667, 2]], ["threepenny", [5, 2667, 3]], ["tuppeny", [5, 2667, 4]]]}, {"answer": "sizable", "hint": "synonyms for sizable", "clues": [["ample", [5, 2668, 0]], ["goodly", [5, 2668, 1]], ["goodish", [5, 2668, 2]], ["hefty", [5, 2668, 3]], ["tidy", [5, 2668, 4]], ["sizeable", [5, 2668, 5]], ["healthy", [5, 2668, 6]], ["respectable", [5, 2668, 7]]]}, {"answer": "sizeable", "hint": "synonyms for sizeable", "clues": [["ample", [5, 2669, 0]], ["goodly", [5, 2669, 1]], ["goodish", [5, 2669, 2]], ["sizable", [5, 2669, 3]], ["hefty", [5, 2669, 4]], ["tidy", [5, 2669, 5]], ["healthy", [5, 2669, 6]], ["respectable", [5, 2669, 7]]]}, {"answer": "skanky", "hint": "synonyms for skanky", "clues": [["foul", [5, 2670, 0]], ["distasteful", [5, 2670, 1]], ["loathly", [5, 2670, 2]], ["revolting", [5, 2670, 3]], ["wicked", [5, 2670, 4]], ["disgusting", [5, 2670, 5]], ["yucky", [5, 2670, 6]], ["disgustful", [5, 2670, 7]], ["repellant", [5, 2670, 8]], ["repelling", [5, 2670, 9]], ["loathsome", [5, 2670, 10]]]}, {"answer": "skeletal", "hint": "synonyms for skeletal", "clues": [["gaunt", [5, 2671, 0]], ["cadaverous", [5, 2671, 1]], ["pinched", [5, 2671, 2]], ["bony", [5, 2671, 3]], ["wasted", [5, 2671, 4]], ["haggard", [5, 2671, 5]], ["emaciated", [5, 2671, 6]]]}, {"answer": "skeptical", "hint": "synonyms for skeptical", "clues": [["sceptical", [5, 2672, 0]], ["doubting", [5, 2672, 1]], ["disbelieving", [5, 2672, 2]], ["questioning", [5, 2672, 3]], ["unbelieving", [5, 2672, 4]]]}, {"answer": "skew-whiff", "hint": "synonyms for skew-whiff", "clues": [["awry", [5, 2673, 0]], ["cockeyed", [5, 2673, 1]], ["askew", [5, 2673, 2]], ["wonky", [5, 2673, 3]], ["lopsided", [5, 2673, 4]]]}, {"answer": "skilful", "hint": "synonyms for skilful", "clues": [["practiced", [5, 2674, 0]], ["expert", [5, 2674, 1]], ["good", [5, 2674, 2]], ["skillful", [5, 2674, 3]], ["proficient", [5, 2674, 4]], ["adept", [5, 2674, 5]]]}, {"answer": "skillful", "hint": "synonyms for skillful", "clues": [["practiced", [5, 2675, 0]], ["expert", [5, 2675, 1]], ["nice", [5, 2675, 2]], ["skilful", [5, 2675, 3]], ["good", [5, 2675, 4]], ["proficient", [5, 2675, 5]], ["adept", [5, 2675, 6]]]}, {"answer": "skinny", "hint": "synonyms for skinny", "clues": [["underweight", [5, 2676, 0]], ["scrawny", [5, 2676, 1]], ["scraggy", [5, 2676, 2]], ["penny-pinching", [5, 2676, 3]], ["tightly fitting", [5, 2676, 4]], ["close", [5, 2676, 5]], ["weedy", [5, 2676, 6]], ["boney", [5, 2676, 7]], ["near", [5, 2676, 8]], ["cheeseparing", [5, 2676, 9]]]}, {"answer": "slanderous", "hint": "synonyms for slanderous", "clues": [["calumnious", [5, 2677, 0]], ["denigrative", [5, 2677, 1]], ["libellous", [5, 2677, 2]], ["denigrating", [5, 2677, 3]], ["defamatory", [5, 2677, 4]], ["denigratory", [5, 2677, 5]], ["calumniatory", [5, 2677, 6]]]}, {"answer": "slanted", "hint": "synonyms for slanted", "clues": [["one-sided", [5, 2678, 0]], ["aslope", [5, 2678, 1]], ["coloured", [5, 2678, 2]], ["diagonal", [5, 2678, 3]], ["biased", [5, 2678, 4]], ["aslant", [5, 2678, 5]], ["sloping", [5, 2678, 6]], ["slanting", [5, 2678, 7]], ["sloped", [5, 2678, 8]]]}, {"answer": "slanting", "hint": "synonyms for slanting", "clues": [["diagonal", [5, 2679, 0]], ["aslope", [5, 2679, 1]], ["slanted", [5, 2679, 2]], ["aslant", [5, 2679, 3]], ["sloping", [5, 2679, 4]], ["sloped", [5, 2679, 5]]]}, {"answer": "slap-up", "hint": "synonyms for slap-up", "clues": [["nifty", [5, 2680, 0]], ["great", [5, 2680, 1]], ["not bad", [5, 2680, 2]], ["bang-up", [5, 2680, 3]], ["cracking", [5, 2680, 4]], ["smashing", [5, 2680, 5]], ["groovy", [5, 2680, 6]], ["swell", [5, 2680, 7]], ["neat", [5, 2680, 8]], ["bully", [5, 2680, 9]], ["peachy", [5, 2680, 10]], ["dandy", [5, 2680, 11]], ["keen", [5, 2680, 12]], ["corking", [5, 2680, 13]]]}, {"answer": "slaphappy", "hint": "synonyms for slaphappy", "clues": [["carefree", [5, 2681, 0]], ["silly", [5, 2681, 1]], ["devil-may-care", [5, 2681, 2]], ["freewheeling", [5, 2681, 3]], ["happy-go-lucky", [5, 2681, 4]], ["punch-drunk", [5, 2681, 5]], ["harum-scarum", [5, 2681, 6]]]}, {"answer": "slate-grey", "hint": "synonyms for slate-grey", "clues": [["stone-grey", [5, 2682, 0]], ["slaty-grey", [5, 2682, 1]], ["slaty", [5, 2682, 2]], ["slate-gray", [5, 2682, 3]]]}, {"answer": "slatey", "hint": "synonyms for slatey", "clues": [["stone-grey", [5, 2683, 0]], ["slaty", [5, 2683, 1]], ["slaty-grey", [5, 2683, 2]], ["slate-gray", [5, 2683, 3]]]}, {"answer": "slaty", "hint": "synonyms for slaty", "clues": [["stone-grey", [5, 2684, 0]], ["slatey", [5, 2684, 1]], ["slaty-grey", [5, 2684, 2]], ["slate-gray", [5, 2684, 3]]]}, {"answer": "slaty-gray", "hint": "synonyms for slaty-gray", "clues": [["stone-grey", [5, 2685, 0]], ["slaty-grey", [5, 2685, 1]], ["slaty", [5, 2685, 2]], ["slate-gray", [5, 2685, 3]]]}, {"answer": "slaty-grey", "hint": "synonyms for slaty-grey", "clues": [["stone-grey", [5, 2686, 0]], ["slaty", [5, 2686, 1]], ["slate-grey", [5, 2686, 2]], ["slaty-gray", [5, 2686, 3]]]}, {"answer": "slaughterous", "hint": "synonyms for slaughterous", "clues": [["sanguineous", [5, 2687, 0]], ["sanguinary", [5, 2687, 1]], ["butcherly", [5, 2687, 2]], ["gory", [5, 2687, 3]]]}, {"answer": "sleazy", "hint": "synonyms for sleazy", "clues": [["crummy", [5, 2688, 0]], ["tinny", [5, 2688, 1]], ["seedy", [5, 2688, 2]], ["seamy", [5, 2688, 3]], ["cheesy", [5, 2688, 4]], ["sordid", [5, 2688, 5]], ["squalid", [5, 2688, 6]], ["chintzy", [5, 2688, 7]], ["cheap", [5, 2688, 8]], ["punk", [5, 2688, 9]], ["bum", [5, 2688, 10]]]}, {"answer": "sleek", "hint": "synonyms for sleek", "clues": [["aerodynamic", [5, 2689, 0]], ["silky", [5, 2689, 1]], ["silken", [5, 2689, 2]], ["satiny", [5, 2689, 3]], ["streamlined", [5, 2689, 4]], ["flowing", [5, 2689, 5]], ["silklike", [5, 2689, 6]], ["slick", [5, 2689, 7]]]}, {"answer": "sleeveless", "hint": "synonyms for sleeveless", "clues": [["futile", [5, 2690, 0]], ["fruitless", [5, 2690, 1]], ["vain", [5, 2690, 2]], ["bootless", [5, 2690, 3]]]}, {"answer": "slender", "hint": "synonyms for slender", "clues": [["slim", [5, 2691, 0]], ["lissom", [5, 2691, 1]], ["lithe", [5, 2691, 2]], ["svelte", [5, 2691, 3]], ["thin", [5, 2691, 4]], ["slight", [5, 2691, 5]], ["lithesome", [5, 2691, 6]], ["sylphlike", [5, 2691, 7]], ["supple", [5, 2691, 8]]]}, {"answer": "slick", "hint": "synonyms for slick", "clues": [["silky", [5, 2692, 0]], ["silken", [5, 2692, 1]], ["tricksy", [5, 2692, 2]], ["sleek", [5, 2692, 3]], ["crafty", [5, 2692, 4]], ["glib", [5, 2692, 5]], ["foxy", [5, 2692, 6]], ["silklike", [5, 2692, 7]], ["wily", [5, 2692, 8]], ["pat", [5, 2692, 9]], ["cunning", [5, 2692, 10]], ["sly", [5, 2692, 11]], ["satiny", [5, 2692, 12]], ["dodgy", [5, 2692, 13]], ["knavish", [5, 2692, 14]], ["guileful", [5, 2692, 15]]]}, {"answer": "slight", "hint": "synonyms for slight", "clues": [["little", [5, 2693, 0]], ["fragile", [5, 2693, 1]], ["flimsy", [5, 2693, 2]], ["svelte", [5, 2693, 3]], ["slim", [5, 2693, 4]], ["thin", [5, 2693, 5]], ["tenuous", [5, 2693, 6]], ["slender", [5, 2693, 7]]]}, {"answer": "slighting", "hint": "synonyms for slighting", "clues": [["deprecative", [5, 2694, 0]], ["deprecatory", [5, 2694, 1]], ["belittling", [5, 2694, 2]], ["deprecating", [5, 2694, 3]]]}, {"answer": "slimy", "hint": "synonyms for slimy", "clues": [["despicable", [5, 2695, 0]], ["ugly", [5, 2695, 1]], ["worthless", [5, 2695, 2]], ["wretched", [5, 2695, 3]], ["unworthy", [5, 2695, 4]], ["vile", [5, 2695, 5]], ["slimed", [5, 2695, 6]]]}, {"answer": "sloped", "hint": "synonyms for sloped", "clues": [["diagonal", [5, 2696, 0]], ["aslope", [5, 2696, 1]], ["slanted", [5, 2696, 2]], ["aslant", [5, 2696, 3]], ["sloping", [5, 2696, 4]], ["slanting", [5, 2696, 5]]]}, {"answer": "sloping", "hint": "synonyms for sloping", "clues": [["diagonal", [5, 2697, 0]], ["aslope", [5, 2697, 1]], ["slanted", [5, 2697, 2]], ["aslant", [5, 2697, 3]], ["slanting", [5, 2697, 4]], ["sloped", [5, 2697, 5]]]}, {"answer": "slopped", "hint": "synonyms for slopped", "clues": [["fuddled", [5, 2698, 0]], ["sloshed", [5, 2698, 1]], ["stiff", [5, 2698, 2]], ["cockeyed", [5, 2698, 3]], ["sozzled", [5, 2698, 4]], ["pie-eyed", [5, 2698, 5]], ["soaked", [5, 2698, 6]], ["pixilated", [5, 2698, 7]], ["blotto", [5, 2698, 8]], ["wet", [5, 2698, 9]], ["pissed", [5, 2698, 10]], ["besotted", [5, 2698, 11]], ["soused", [5, 2698, 12]], ["smashed", [5, 2698, 13]], ["blind drunk", [5, 2698, 14]], ["plastered", [5, 2698, 15]], ["crocked", [5, 2698, 16]], ["loaded", [5, 2698, 17]], ["tight", [5, 2698, 18]], ["squiffy", [5, 2698, 19]]]}, {"answer": "sloppy", "hint": "synonyms for sloppy", "clues": [["marshy", [5, 2699, 0]], ["miry", [5, 2699, 1]], ["waterlogged", [5, 2699, 2]], ["loose-fitting", [5, 2699, 3]], ["slapdash", [5, 2699, 4]], ["haphazard", [5, 2699, 5]], ["mucky", [5, 2699, 6]], ["soggy", [5, 2699, 7]], ["swampy", [5, 2699, 8]], ["boggy", [5, 2699, 9]], ["sloughy", [5, 2699, 10]], ["slipshod", [5, 2699, 11]], ["quaggy", [5, 2699, 12]], ["squashy", [5, 2699, 13]], ["baggy", [5, 2699, 14]], ["overemotional", [5, 2699, 15]], ["muddy", [5, 2699, 16]]]}, {"answer": "sloshed", "hint": "synonyms for sloshed", "clues": [["fuddled", [5, 2700, 0]], ["stiff", [5, 2700, 1]], ["cockeyed", [5, 2700, 2]], ["sozzled", [5, 2700, 3]], ["pie-eyed", [5, 2700, 4]], ["soaked", [5, 2700, 5]], ["pixilated", [5, 2700, 6]], ["blotto", [5, 2700, 7]], ["wet", [5, 2700, 8]], ["pissed", [5, 2700, 9]], ["besotted", [5, 2700, 10]], ["soused", [5, 2700, 11]], ["slopped", [5, 2700, 12]], ["smashed", [5, 2700, 13]], ["blind drunk", [5, 2700, 14]], ["plastered", [5, 2700, 15]], ["crocked", [5, 2700, 16]], ["loaded", [5, 2700, 17]], ["tight", [5, 2700, 18]], ["squiffy", [5, 2700, 19]]]}, {"answer": "slothful", "hint": "synonyms for slothful", "clues": [["lazy", [5, 2701, 0]], ["work-shy", [5, 2701, 1]], ["faineant", [5, 2701, 2]], ["indolent", [5, 2701, 3]], ["otiose", [5, 2701, 4]]]}, {"answer": "sloughy", "hint": "synonyms for sloughy", "clues": [["marshy", [5, 2702, 0]], ["miry", [5, 2702, 1]], ["waterlogged", [5, 2702, 2]], ["mucky", [5, 2702, 3]], ["sloppy", [5, 2702, 4]], ["soggy", [5, 2702, 5]], ["swampy", [5, 2702, 6]], ["boggy", [5, 2702, 7]], ["quaggy", [5, 2702, 8]], ["squashy", [5, 2702, 9]], ["muddy", [5, 2702, 10]]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["irksome", [5, 2703, 0]], ["dull", [5, 2703, 1]], ["deadening", [5, 2703, 2]], ["obtuse", [5, 2703, 3]], ["sluggish", [5, 2703, 4]], ["dim", [5, 2703, 5]], ["dumb", [5, 2703, 6]], ["tedious", [5, 2703, 7]], ["dense", [5, 2703, 8]], ["tiresome", [5, 2703, 9]], ["boring", [5, 2703, 10]], ["ho-hum", [5, 2703, 11]], ["wearisome", [5, 2703, 12]]]}, {"answer": "sluggish", "hint": "synonyms for sluggish", "clues": [["dull", [5, 2704, 0]], ["soggy", [5, 2704, 1]], ["torpid", [5, 2704, 2]], ["inert", [5, 2704, 3]], ["slow", [5, 2704, 4]], ["sulky", [5, 2704, 5]]]}, {"answer": "slushy", "hint": "synonyms for slushy", "clues": [["drippy", [5, 2705, 0]], ["mawkish", [5, 2705, 1]], ["kitschy", [5, 2705, 2]], ["hokey", [5, 2705, 3]], ["schmaltzy", [5, 2705, 4]], ["maudlin", [5, 2705, 5]], ["sentimental", [5, 2705, 6]], ["bathetic", [5, 2705, 7]], ["soupy", [5, 2705, 8]], ["mushy", [5, 2705, 9]], ["soppy", [5, 2705, 10]]]}, {"answer": "sluttish", "hint": "synonyms for sluttish", "clues": [["slatternly", [5, 2706, 0]], ["light", [5, 2706, 1]], ["loose", [5, 2706, 2]], ["promiscuous", [5, 2706, 3]], ["easy", [5, 2706, 4]], ["wanton", [5, 2706, 5]], ["blowzy", [5, 2706, 6]], ["blowsy", [5, 2706, 7]]]}, {"answer": "sly", "hint": "synonyms for sly", "clues": [["cunning", [5, 2707, 0]], ["tricksy", [5, 2707, 1]], ["crafty", [5, 2707, 2]], ["foxy", [5, 2707, 3]], ["slick", [5, 2707, 4]], ["dodgy", [5, 2707, 5]], ["knavish", [5, 2707, 6]], ["wily", [5, 2707, 7]], ["guileful", [5, 2707, 8]]]}, {"answer": "small", "hint": "synonyms for small", "clues": [["little", [5, 2708, 0]], ["small-scale", [5, 2708, 1]], ["pocket-sized", [5, 2708, 2]], ["humble", [5, 2708, 3]], ["low", [5, 2708, 4]], ["modest", [5, 2708, 5]], ["belittled", [5, 2708, 6]], ["minuscule", [5, 2708, 7]], ["minor", [5, 2708, 8]], ["diminished", [5, 2708, 9]]]}, {"answer": "small-grained", "hint": "synonyms for small-grained", "clues": [["fine-grained", [5, 2709, 0]], ["pulverized", [5, 2709, 1]], ["powdery", [5, 2709, 2]], ["powdered", [5, 2709, 3]]]}, {"answer": "small-scale", "hint": "synonyms for small-scale", "clues": [["pocket-sized", [5, 2710, 0]], ["small", [5, 2710, 1]], ["minor", [5, 2710, 2]], ["modest", [5, 2710, 3]]]}, {"answer": "smaller", "hint": "synonyms for smaller", "clues": [["little", [5, 2711, 0]], ["pocket-sized", [5, 2711, 1]], ["humble", [5, 2711, 2]], ["low", [5, 2711, 3]], ["belittled", [5, 2711, 4]], ["small", [5, 2711, 5]], ["modest", [5, 2711, 6]], ["diminished", [5, 2711, 7]], ["small-scale", [5, 2711, 8]], ["minuscule", [5, 2711, 9]], ["minor", [5, 2711, 10]]]}, {"answer": "smarmy", "hint": "synonyms for smarmy", "clues": [["unctuous", [5, 2712, 0]], ["oleaginous", [5, 2712, 1]], ["fulsome", [5, 2712, 2]], ["buttery", [5, 2712, 3]], ["soapy", [5, 2712, 4]], ["oily", [5, 2712, 5]]]}, {"answer": "smart", "hint": "synonyms for smart", "clues": [["impudent", [5, 2713, 0]], ["sassy", [5, 2713, 1]], ["bright", [5, 2713, 2]], ["fresh", [5, 2713, 3]], ["impertinent", [5, 2713, 4]], ["wise", [5, 2713, 5]], ["overbold", [5, 2713, 6]], ["chic", [5, 2713, 7]], ["saucy", [5, 2713, 8]], ["voguish", [5, 2713, 9]]]}, {"answer": "smashed", "hint": "synonyms for smashed", "clues": [["fuddled", [5, 2714, 0]], ["sloshed", [5, 2714, 1]], ["stiff", [5, 2714, 2]], ["cockeyed", [5, 2714, 3]], ["sozzled", [5, 2714, 4]], ["pie-eyed", [5, 2714, 5]], ["soaked", [5, 2714, 6]], ["pixilated", [5, 2714, 7]], ["blotto", [5, 2714, 8]], ["wet", [5, 2714, 9]], ["pissed", [5, 2714, 10]], ["besotted", [5, 2714, 11]], ["soused", [5, 2714, 12]], ["slopped", [5, 2714, 13]], ["blind drunk", [5, 2714, 14]], ["plastered", [5, 2714, 15]], ["crocked", [5, 2714, 16]], ["loaded", [5, 2714, 17]], ["tight", [5, 2714, 18]], ["squiffy", [5, 2714, 19]]]}, {"answer": "smashing", "hint": "synonyms for smashing", "clues": [["nifty", [5, 2715, 0]], ["great", [5, 2715, 1]], ["not bad", [5, 2715, 2]], ["bang-up", [5, 2715, 3]], ["cracking", [5, 2715, 4]], ["groovy", [5, 2715, 5]], ["swell", [5, 2715, 6]], ["neat", [5, 2715, 7]], ["bully", [5, 2715, 8]], ["peachy", [5, 2715, 9]], ["dandy", [5, 2715, 10]], ["keen", [5, 2715, 11]], ["corking", [5, 2715, 12]], ["slap-up", [5, 2715, 13]]]}, {"answer": "smelly", "hint": "synonyms for smelly", "clues": [["fetid", [5, 2716, 0]], ["stinking", [5, 2716, 1]], ["noisome", [5, 2716, 2]], ["ill-scented", [5, 2716, 3]], ["foul-smelling", [5, 2716, 4]], ["funky", [5, 2716, 5]], ["foul", [5, 2716, 6]]]}, {"answer": "smitten", "hint": "synonyms for smitten", "clues": [["taken with", [5, 2717, 0]], ["stricken", [5, 2717, 1]], ["infatuated", [5, 2717, 2]], ["in love", [5, 2717, 3]], ["struck", [5, 2717, 4]], ["potty", [5, 2717, 5]], ["soft on", [5, 2717, 6]], ["enamored", [5, 2717, 7]]]}, {"answer": "smooth", "hint": "synonyms for smooth", "clues": [["politic", [5, 2718, 0]], ["suave", [5, 2718, 1]], ["tranquil", [5, 2718, 2]], ["quiet", [5, 2718, 3]], ["liquid", [5, 2718, 4]], ["placid", [5, 2718, 5]], ["fluid", [5, 2718, 6]], ["legato", [5, 2718, 7]], ["unruffled", [5, 2718, 8]], ["still", [5, 2718, 9]], ["bland", [5, 2718, 10]], ["fluent", [5, 2718, 11]]]}, {"answer": "smooth-spoken", "hint": "synonyms for smooth-spoken", "clues": [["fluent", [5, 2719, 0]], ["silver-tongued", [5, 2719, 1]], ["eloquent", [5, 2719, 2]], ["facile", [5, 2719, 3]], ["silver", [5, 2719, 4]]]}, {"answer": "smuggled", "hint": "synonyms for smuggled", "clues": [["black-market", [5, 2720, 0]], ["contraband", [5, 2720, 1]], ["bootleg", [5, 2720, 2]], ["black", [5, 2720, 3]]]}, {"answer": "smutty", "hint": "synonyms for smutty", "clues": [["nasty", [5, 2721, 0]], ["filthy", [5, 2721, 1]], ["black", [5, 2721, 2]], ["cruddy", [5, 2721, 3]], ["foul", [5, 2721, 4]]]}, {"answer": "snappy", "hint": "synonyms for snappy", "clues": [["frosty", [5, 2722, 0]], ["crisp", [5, 2722, 1]], ["merry", [5, 2722, 2]], ["brisk", [5, 2722, 3]], ["nipping", [5, 2722, 4]], ["whipping", [5, 2722, 5]], ["spanking", [5, 2722, 6]], ["dapper", [5, 2722, 7]], ["dashing", [5, 2722, 8]], ["rakish", [5, 2722, 9]], ["alert", [5, 2722, 10]], ["jaunty", [5, 2722, 11]], ["natty", [5, 2722, 12]], ["spruce", [5, 2722, 13]], ["snappish", [5, 2722, 14]], ["spiffy", [5, 2722, 15]], ["raffish", [5, 2722, 16]], ["lively", [5, 2722, 17]], ["zippy", [5, 2722, 18]], ["rattling", [5, 2722, 19]], ["nippy", [5, 2722, 20]]]}, {"answer": "sneak", "hint": "synonyms for sneak", "clues": [["sneaky", [5, 2723, 0]], ["stealthy", [5, 2723, 1]], ["furtive", [5, 2723, 2]], ["surreptitious", [5, 2723, 3]]]}, {"answer": "sneaky", "hint": "synonyms for sneaky", "clues": [["stealthy", [5, 2724, 0]], ["sneak", [5, 2724, 1]], ["surreptitious", [5, 2724, 2]], ["furtive", [5, 2724, 3]], ["underhanded", [5, 2724, 4]]]}, {"answer": "sniffy", "hint": "synonyms for sniffy", "clues": [["disdainful", [5, 2725, 0]], ["haughty", [5, 2725, 1]], ["lordly", [5, 2725, 2]], ["prideful", [5, 2725, 3]], ["swaggering", [5, 2725, 4]], ["supercilious", [5, 2725, 5]], ["imperious", [5, 2725, 6]], ["overbearing", [5, 2725, 7]]]}, {"answer": "snobbish", "hint": "synonyms for snobbish", "clues": [["snobby", [5, 2726, 0]], ["cliquish", [5, 2726, 1]], ["clannish", [5, 2726, 2]], ["clubby", [5, 2726, 3]]]}, {"answer": "snobby", "hint": "synonyms for snobby", "clues": [["cliquish", [5, 2727, 0]], ["clannish", [5, 2727, 1]], ["clubby", [5, 2727, 2]], ["snobbish", [5, 2727, 3]]]}, {"answer": "snooty", "hint": "synonyms for snooty", "clues": [["stuck-up", [5, 2728, 0]], ["uppish", [5, 2728, 1]], ["bigheaded", [5, 2728, 2]], ["persnickety", [5, 2728, 3]], ["snot-nosed", [5, 2728, 4]], ["snotty", [5, 2728, 5]], ["too big for one's breeches", [5, 2728, 6]]]}, {"answer": "snot-nosed", "hint": "synonyms for snot-nosed", "clues": [["stuck-up", [5, 2729, 0]], ["uppish", [5, 2729, 1]], ["bigheaded", [5, 2729, 2]], ["snooty", [5, 2729, 3]], ["persnickety", [5, 2729, 4]], ["snotty", [5, 2729, 5]], ["too big for one's breeches", [5, 2729, 6]]]}, {"answer": "snotty", "hint": "synonyms for snotty", "clues": [["stuck-up", [5, 2730, 0]], ["uppish", [5, 2730, 1]], ["bigheaded", [5, 2730, 2]], ["snooty", [5, 2730, 3]], ["persnickety", [5, 2730, 4]], ["snot-nosed", [5, 2730, 5]], ["too big for one's breeches", [5, 2730, 6]]]}, {"answer": "snowy", "hint": "synonyms for snowy", "clues": [["snow-white", [5, 2731, 0]], ["white", [5, 2731, 1]], ["snow-clad", [5, 2731, 2]], ["snow-covered", [5, 2731, 3]]]}, {"answer": "snug", "hint": "synonyms for snug", "clues": [["close", [5, 2732, 0]], ["cozy", [5, 2732, 1]], ["cosy", [5, 2732, 2]], ["close-fitting", [5, 2732, 3]]]}, {"answer": "soaked", "hint": "synonyms for soaked", "clues": [["fuddled", [5, 2733, 0]], ["sloshed", [5, 2733, 1]], ["stiff", [5, 2733, 2]], ["cockeyed", [5, 2733, 3]], ["sozzled", [5, 2733, 4]], ["pie-eyed", [5, 2733, 5]], ["pixilated", [5, 2733, 6]], ["blotto", [5, 2733, 7]], ["wet", [5, 2733, 8]], ["pissed", [5, 2733, 9]], ["besotted", [5, 2733, 10]], ["soused", [5, 2733, 11]], ["slopped", [5, 2733, 12]], ["smashed", [5, 2733, 13]], ["blind drunk", [5, 2733, 14]], ["plastered", [5, 2733, 15]], ["crocked", [5, 2733, 16]], ["loaded", [5, 2733, 17]], ["tight", [5, 2733, 18]], ["squiffy", [5, 2733, 19]]]}, {"answer": "soapy", "hint": "synonyms for soapy", "clues": [["unctuous", [5, 2734, 0]], ["smarmy", [5, 2734, 1]], ["oleaginous", [5, 2734, 2]], ["fulsome", [5, 2734, 3]], ["buttery", [5, 2734, 4]], ["saponaceous", [5, 2734, 5]], ["oily", [5, 2734, 6]]]}, {"answer": "sober", "hint": "synonyms for sober", "clues": [["somber", [5, 2735, 0]], ["unplayful", [5, 2735, 1]], ["sedate", [5, 2735, 2]], ["sombre", [5, 2735, 3]], ["serious", [5, 2735, 4]], ["solemn", [5, 2735, 5]], ["drab", [5, 2735, 6]], ["grave", [5, 2735, 7]]]}, {"answer": "sodding", "hint": "synonyms for sodding", "clues": [["double-dyed", [5, 2736, 0]], ["pure", [5, 2736, 1]], ["unadulterated", [5, 2736, 2]], ["arrant", [5, 2736, 3]], ["thoroughgoing", [5, 2736, 4]], ["utter", [5, 2736, 5]], ["everlasting", [5, 2736, 6]], ["staring", [5, 2736, 7]], ["stark", [5, 2736, 8]], ["gross", [5, 2736, 9]], ["consummate", [5, 2736, 10]], ["complete", [5, 2736, 11]], ["perfect", [5, 2736, 12]]]}, {"answer": "soft", "hint": "synonyms for soft", "clues": [["mild", [5, 2737, 0]], ["indulgent", [5, 2737, 1]], ["gentle", [5, 2737, 2]], ["lenient", [5, 2737, 3]], ["flabby", [5, 2737, 4]], ["delicate", [5, 2737, 5]], ["flaccid", [5, 2737, 6]], ["voiced", [5, 2737, 7]], ["diffused", [5, 2737, 8]], ["subdued", [5, 2737, 9]], ["cushy", [5, 2737, 10]], ["sonant", [5, 2737, 11]], ["easygoing", [5, 2737, 12]], ["easy", [5, 2737, 13]], ["balmy", [5, 2737, 14]], ["piano", [5, 2737, 15]]]}, {"answer": "soft_on", "hint": "synonyms for soft on", "clues": [["taken with", [5, 2738, 0]], ["in love", [5, 2738, 1]], ["potty", [5, 2738, 2]], ["enamored", [5, 2738, 3]], ["infatuated", [5, 2738, 4]], ["smitten", [5, 2738, 5]]]}, {"answer": "soggy", "hint": "synonyms for soggy", "clues": [["marshy", [5, 2739, 0]], ["miry", [5, 2739, 1]], ["doughy", [5, 2739, 2]], ["waterlogged", [5, 2739, 3]], ["torpid", [5, 2739, 4]], ["inert", [5, 2739, 5]], ["mucky", [5, 2739, 6]], ["sloppy", [5, 2739, 7]], ["swampy", [5, 2739, 8]], ["boggy", [5, 2739, 9]], ["sloughy", [5, 2739, 10]], ["sluggish", [5, 2739, 11]], ["quaggy", [5, 2739, 12]], ["squashy", [5, 2739, 13]], ["muddy", [5, 2739, 14]]]}, {"answer": "sole", "hint": "synonyms for sole", "clues": [["lonesome", [5, 2740, 0]], ["exclusive", [5, 2740, 1]], ["only", [5, 2740, 2]], ["solitary", [5, 2740, 3]], ["lone", [5, 2740, 4]]]}, {"answer": "solemn", "hint": "synonyms for solemn", "clues": [["earnest", [5, 2741, 0]], ["sedate", [5, 2741, 1]], ["sincere", [5, 2741, 2]], ["sober", [5, 2741, 3]], ["grave", [5, 2741, 4]]]}, {"answer": "solid", "hint": "synonyms for solid", "clues": [["satisfying", [5, 2742, 0]], ["unanimous", [5, 2742, 1]], ["self-coloured", [5, 2742, 2]], ["square", [5, 2742, 3]], ["whole", [5, 2742, 4]], ["substantial", [5, 2742, 5]], ["strong", [5, 2742, 6]], ["hearty", [5, 2742, 7]], ["firm", [5, 2742, 8]], ["upstanding", [5, 2742, 9]]]}, {"answer": "solitary", "hint": "synonyms for solitary", "clues": [["nongregarious", [5, 2743, 0]], ["lonesome", [5, 2743, 1]], ["nonsocial", [5, 2743, 2]], ["lonely", [5, 2743, 3]], ["alone", [5, 2743, 4]], ["unfrequented", [5, 2743, 5]], ["sole", [5, 2743, 6]], ["only", [5, 2743, 7]]]}, {"answer": "somber", "hint": "synonyms for somber", "clues": [["melancholy", [5, 2744, 0]], ["sombre", [5, 2744, 1]], ["sober", [5, 2744, 2]], ["drab", [5, 2744, 3]]]}, {"answer": "sometime", "hint": "synonyms for sometime", "clues": [["quondam", [5, 2745, 0]], ["former", [5, 2745, 1]], ["one-time", [5, 2745, 2]], ["old", [5, 2745, 3]], ["erstwhile", [5, 2745, 4]]]}, {"answer": "somniferous", "hint": "synonyms for somniferous", "clues": [["soporiferous", [5, 2746, 0]], ["hypnagogic", [5, 2746, 1]], ["somnific", [5, 2746, 2]], ["soporific", [5, 2746, 3]]]}, {"answer": "somnific", "hint": "synonyms for somnific", "clues": [["somniferous", [5, 2747, 0]], ["soporiferous", [5, 2747, 1]], ["hypnagogic", [5, 2747, 2]], ["soporific", [5, 2747, 3]]]}, {"answer": "sonsie", "hint": "synonyms for sonsie", "clues": [["voluptuous", [5, 2748, 0]], ["curvy", [5, 2748, 1]], ["well-endowed", [5, 2748, 2]], ["full-bosomed", [5, 2748, 3]], ["curvaceous", [5, 2748, 4]], ["stacked", [5, 2748, 5]], ["busty", [5, 2748, 6]], ["sonsy", [5, 2748, 7]], ["buxom", [5, 2748, 8]], ["bosomy", [5, 2748, 9]]]}, {"answer": "sonsy", "hint": "synonyms for sonsy", "clues": [["voluptuous", [5, 2749, 0]], ["curvy", [5, 2749, 1]], ["well-endowed", [5, 2749, 2]], ["full-bosomed", [5, 2749, 3]], ["curvaceous", [5, 2749, 4]], ["stacked", [5, 2749, 5]], ["busty", [5, 2749, 6]], ["sonsie", [5, 2749, 7]], ["buxom", [5, 2749, 8]], ["bosomy", [5, 2749, 9]]]}, {"answer": "sooty", "hint": "synonyms for sooty", "clues": [["jet-black", [5, 2750, 0]], ["pitchy", [5, 2750, 1]], ["jet", [5, 2750, 2]], ["coal-black", [5, 2750, 3]]]}, {"answer": "soporiferous", "hint": "synonyms for soporiferous", "clues": [["somniferous", [5, 2751, 0]], ["soporific", [5, 2751, 1]], ["narcotic", [5, 2751, 2]], ["hypnagogic", [5, 2751, 3]], ["somnific", [5, 2751, 4]]]}, {"answer": "soporific", "hint": "synonyms for soporific", "clues": [["somniferous", [5, 2752, 0]], ["soporiferous", [5, 2752, 1]], ["narcotic", [5, 2752, 2]], ["hypnagogic", [5, 2752, 3]], ["somnific", [5, 2752, 4]]]}, {"answer": "soppy", "hint": "synonyms for soppy", "clues": [["drippy", [5, 2753, 0]], ["sodden", [5, 2753, 1]], ["mawkish", [5, 2753, 2]], ["slushy", [5, 2753, 3]], ["kitschy", [5, 2753, 4]], ["hokey", [5, 2753, 5]], ["schmaltzy", [5, 2753, 6]], ["maudlin", [5, 2753, 7]], ["sentimental", [5, 2753, 8]], ["bathetic", [5, 2753, 9]], ["soupy", [5, 2753, 10]], ["mushy", [5, 2753, 11]]]}, {"answer": "sorcerous", "hint": "synonyms for sorcerous", "clues": [["wizardly", [5, 2754, 0]], ["magic", [5, 2754, 1]], ["magical", [5, 2754, 2]], ["witching", [5, 2754, 3]], ["charming", [5, 2754, 4]]]}, {"answer": "sordid", "hint": "synonyms for sordid", "clues": [["squalid", [5, 2755, 0]], ["seedy", [5, 2755, 1]], ["dirty", [5, 2755, 2]], ["flyblown", [5, 2755, 3]], ["sleazy", [5, 2755, 4]], ["seamy", [5, 2755, 5]]]}, {"answer": "sore", "hint": "synonyms for sore", "clues": [["huffy", [5, 2756, 0]], ["tender", [5, 2756, 1]], ["mad", [5, 2756, 2]], ["painful", [5, 2756, 3]], ["raw", [5, 2756, 4]], ["sensitive", [5, 2756, 5]], ["afflictive", [5, 2756, 6]]]}, {"answer": "sorrowing", "hint": "synonyms for sorrowing", "clues": [["mourning", [5, 2757, 0]], ["bereft", [5, 2757, 1]], ["bereaved", [5, 2757, 2]], ["grieving", [5, 2757, 3]], ["grief-stricken", [5, 2757, 4]]]}, {"answer": "sorry", "hint": "synonyms for sorry", "clues": [["disconsolate", [5, 2758, 0]], ["grim", [5, 2758, 1]], ["pitiful", [5, 2758, 2]], ["deplorable", [5, 2758, 3]], ["lamentable", [5, 2758, 4]], ["regretful", [5, 2758, 5]], ["good-for-nothing", [5, 2758, 6]], ["bad", [5, 2758, 7]], ["distressing", [5, 2758, 8]], ["dismal", [5, 2758, 9]], ["gloomy", [5, 2758, 10]], ["dreary", [5, 2758, 11]], ["sad", [5, 2758, 12]], ["dingy", [5, 2758, 13]], ["meritless", [5, 2758, 14]], ["no-account", [5, 2758, 15]], ["dark", [5, 2758, 16]], ["blue", [5, 2758, 17]], ["no-good", [5, 2758, 18]], ["good-for-naught", [5, 2758, 19]], ["drab", [5, 2758, 20]]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["good", [5, 2759, 0]], ["effectual", [5, 2759, 1]], ["heavy", [5, 2759, 2]], ["intelligent", [5, 2759, 3]], ["level-headed", [5, 2759, 4]], ["well-grounded", [5, 2759, 5]], ["profound", [5, 2759, 6]], ["legal", [5, 2759, 7]], ["healthy", [5, 2759, 8]], ["reasoned", [5, 2759, 9]], ["wakeless", [5, 2759, 10]]]}, {"answer": "soupy", "hint": "synonyms for soupy", "clues": [["drippy", [5, 2760, 0]], ["mawkish", [5, 2760, 1]], ["slushy", [5, 2760, 2]], ["kitschy", [5, 2760, 3]], ["hokey", [5, 2760, 4]], ["schmaltzy", [5, 2760, 5]], ["maudlin", [5, 2760, 6]], ["sentimental", [5, 2760, 7]], ["bathetic", [5, 2760, 8]], ["mushy", [5, 2760, 9]], ["soppy", [5, 2760, 10]]]}, {"answer": "sour", "hint": "synonyms for sour", "clues": [["morose", [5, 2761, 0]], ["off-key", [5, 2761, 1]], ["dark", [5, 2761, 2]], ["sullen", [5, 2761, 3]], ["turned", [5, 2761, 4]], ["glowering", [5, 2761, 5]], ["glum", [5, 2761, 6]], ["dour", [5, 2761, 7]], ["saturnine", [5, 2761, 8]], ["false", [5, 2761, 9]], ["off", [5, 2761, 10]], ["rancid", [5, 2761, 11]], ["moody", [5, 2761, 12]]]}, {"answer": "sourish", "hint": "synonyms for sourish", "clues": [["tangy", [5, 2762, 0]], ["lemony", [5, 2762, 1]], ["lemonlike", [5, 2762, 2]], ["tart", [5, 2762, 3]]]}, {"answer": "soused", "hint": "synonyms for soused", "clues": [["fuddled", [5, 2763, 0]], ["sloshed", [5, 2763, 1]], ["stiff", [5, 2763, 2]], ["cockeyed", [5, 2763, 3]], ["sozzled", [5, 2763, 4]], ["pie-eyed", [5, 2763, 5]], ["soaked", [5, 2763, 6]], ["pixilated", [5, 2763, 7]], ["blotto", [5, 2763, 8]], ["wet", [5, 2763, 9]], ["pissed", [5, 2763, 10]], ["besotted", [5, 2763, 11]], ["slopped", [5, 2763, 12]], ["smashed", [5, 2763, 13]], ["blind drunk", [5, 2763, 14]], ["plastered", [5, 2763, 15]], ["crocked", [5, 2763, 16]], ["loaded", [5, 2763, 17]], ["tight", [5, 2763, 18]], ["squiffy", [5, 2763, 19]]]}, {"answer": "sovereign", "hint": "synonyms for sovereign", "clues": [["autonomous", [5, 2764, 0]], ["self-governing", [5, 2764, 1]], ["supreme", [5, 2764, 2]], ["independent", [5, 2764, 3]]]}, {"answer": "sozzled", "hint": "synonyms for sozzled", "clues": [["fuddled", [5, 2765, 0]], ["sloshed", [5, 2765, 1]], ["stiff", [5, 2765, 2]], ["cockeyed", [5, 2765, 3]], ["pie-eyed", [5, 2765, 4]], ["soaked", [5, 2765, 5]], ["pixilated", [5, 2765, 6]], ["blotto", [5, 2765, 7]], ["wet", [5, 2765, 8]], ["pissed", [5, 2765, 9]], ["besotted", [5, 2765, 10]], ["soused", [5, 2765, 11]], ["slopped", [5, 2765, 12]], ["smashed", [5, 2765, 13]], ["blind drunk", [5, 2765, 14]], ["plastered", [5, 2765, 15]], ["crocked", [5, 2765, 16]], ["loaded", [5, 2765, 17]], ["tight", [5, 2765, 18]], ["squiffy", [5, 2765, 19]]]}, {"answer": "spangled", "hint": "synonyms for spangled", "clues": [["sequined", [5, 2766, 0]], ["gemmed", [5, 2766, 1]], ["jewelled", [5, 2766, 2]], ["beady", [5, 2766, 3]], ["spangly", [5, 2766, 4]]]}, {"answer": "spangly", "hint": "synonyms for spangly", "clues": [["spangled", [5, 2767, 0]], ["sequined", [5, 2767, 1]], ["gemmed", [5, 2767, 2]], ["jewelled", [5, 2767, 3]], ["beady", [5, 2767, 4]]]}, {"answer": "spanking", "hint": "synonyms for spanking", "clues": [["lively", [5, 2768, 0]], ["zippy", [5, 2768, 1]], ["brisk", [5, 2768, 2]], ["merry", [5, 2768, 3]], ["alert", [5, 2768, 4]], ["rattling", [5, 2768, 5]], ["snappy", [5, 2768, 6]]]}, {"answer": "spare", "hint": "synonyms for spare", "clues": [["supererogatory", [5, 2769, 0]], ["redundant", [5, 2769, 1]], ["supernumerary", [5, 2769, 2]], ["trim", [5, 2769, 3]], ["superfluous", [5, 2769, 4]], ["bare", [5, 2769, 5]], ["unembellished", [5, 2769, 6]], ["extra", [5, 2769, 7]], ["plain", [5, 2769, 8]], ["excess", [5, 2769, 9]], ["surplus", [5, 2769, 10]], ["scanty", [5, 2769, 11]], ["free", [5, 2769, 12]], ["unornamented", [5, 2769, 13]]]}, {"answer": "sparing", "hint": "synonyms for sparing", "clues": [["frugal", [5, 2770, 0]], ["economical", [5, 2770, 1]], ["stinting", [5, 2770, 2]], ["scotch", [5, 2770, 3]]]}, {"answer": "sparkly", "hint": "synonyms for sparkly", "clues": [["glinting", [5, 2771, 0]], ["fulgid", [5, 2771, 1]], ["glittery", [5, 2771, 2]], ["effervescent", [5, 2771, 3]], ["scintillating", [5, 2771, 4]], ["glittering", [5, 2771, 5]], ["frothy", [5, 2771, 6]], ["bubbling", [5, 2771, 7]], ["scintillant", [5, 2771, 8]], ["coruscant", [5, 2771, 9]]]}, {"answer": "special", "hint": "synonyms for special", "clues": [["exceptional", [5, 2772, 0]], ["particular", [5, 2772, 1]], ["peculiar", [5, 2772, 2]], ["especial", [5, 2772, 3]], ["extra", [5, 2772, 4]], ["limited", [5, 2772, 5]]]}, {"answer": "specked", "hint": "synonyms for specked", "clues": [["flecked", [5, 2773, 0]], ["stippled", [5, 2773, 1]], ["dotted", [5, 2773, 2]], ["speckled", [5, 2773, 3]]]}, {"answer": "speckled", "hint": "synonyms for speckled", "clues": [["flecked", [5, 2774, 0]], ["stippled", [5, 2774, 1]], ["dotted", [5, 2774, 2]], ["specked", [5, 2774, 3]]]}, {"answer": "speckless", "hint": "synonyms for speckless", "clues": [["immaculate", [5, 2775, 0]], ["spotless", [5, 2775, 1]], ["spic-and-span", [5, 2775, 2]], ["spic", [5, 2775, 3]]]}, {"answer": "spectacular", "hint": "synonyms for spectacular", "clues": [["prominent", [5, 2776, 0]], ["outstanding", [5, 2776, 1]], ["striking", [5, 2776, 2]], ["salient", [5, 2776, 3]], ["dramatic", [5, 2776, 4]]]}, {"answer": "spectral", "hint": "synonyms for spectral", "clues": [["ghostlike", [5, 2777, 0]], ["apparitional", [5, 2777, 1]], ["phantasmal", [5, 2777, 2]], ["spiritual", [5, 2777, 3]], ["ghostly", [5, 2777, 4]]]}, {"answer": "speculative", "hint": "synonyms for speculative", "clues": [["questioning", [5, 2778, 0]], ["wondering", [5, 2778, 1]], ["high-risk", [5, 2778, 2]], ["bad", [5, 2778, 3]], ["inquisitive", [5, 2778, 4]], ["notional", [5, 2778, 5]], ["risky", [5, 2778, 6]]]}, {"answer": "spell-bound", "hint": "synonyms for spell-bound", "clues": [["fascinated", [5, 2779, 0]], ["hypnotized", [5, 2779, 1]], ["mesmerised", [5, 2779, 2]], ["spellbound", [5, 2779, 3]], ["transfixed", [5, 2779, 4]]]}, {"answer": "spellbound", "hint": "synonyms for spellbound", "clues": [["spell-bound", [5, 2780, 0]], ["fascinated", [5, 2780, 1]], ["hypnotized", [5, 2780, 2]], ["mesmerised", [5, 2780, 3]], ["transfixed", [5, 2780, 4]]]}, {"answer": "spent", "hint": "synonyms for spent", "clues": [["worn out", [5, 2781, 0]], ["played out", [5, 2781, 1]], ["washed-out", [5, 2781, 2]], ["exhausted", [5, 2781, 3]], ["dog-tired", [5, 2781, 4]], ["fagged", [5, 2781, 5]], ["fatigued", [5, 2781, 6]]]}, {"answer": "spheric", "hint": "synonyms for spheric", "clues": [["global", [5, 2782, 0]], ["globular", [5, 2782, 1]], ["globose", [5, 2782, 2]], ["orbicular", [5, 2782, 3]], ["ball-shaped", [5, 2782, 4]], ["spherical", [5, 2782, 5]]]}, {"answer": "spherical", "hint": "synonyms for spherical", "clues": [["global", [5, 2783, 0]], ["globular", [5, 2783, 1]], ["globose", [5, 2783, 2]], ["orbicular", [5, 2783, 3]], ["spheric", [5, 2783, 4]], ["ball-shaped", [5, 2783, 5]]]}, {"answer": "spic", "hint": "synonyms for spic", "clues": [["immaculate", [5, 2784, 0]], ["spotless", [5, 2784, 1]], ["speckless", [5, 2784, 2]], ["spic-and-span", [5, 2784, 3]], ["spick", [5, 2784, 4]]]}, {"answer": "spic-and-span", "hint": "synonyms for spic-and-span", "clues": [["immaculate", [5, 2785, 0]], ["spick-and-span", [5, 2785, 1]], ["speckless", [5, 2785, 2]], ["bran-new", [5, 2785, 3]], ["spick", [5, 2785, 4]], ["spotless", [5, 2785, 5]]]}, {"answer": "spick", "hint": "synonyms for spick", "clues": [["immaculate", [5, 2786, 0]], ["spotless", [5, 2786, 1]], ["speckless", [5, 2786, 2]], ["spic-and-span", [5, 2786, 3]], ["spic", [5, 2786, 4]]]}, {"answer": "spick-and-span", "hint": "synonyms for spick-and-span", "clues": [["immaculate", [5, 2787, 0]], ["speckless", [5, 2787, 1]], ["spic-and-span", [5, 2787, 2]], ["bran-new", [5, 2787, 3]], ["spick", [5, 2787, 4]], ["spotless", [5, 2787, 5]]]}, {"answer": "spicy", "hint": "synonyms for spicy", "clues": [["savoury", [5, 2788, 0]], ["racy", [5, 2788, 1]], ["gamy", [5, 2788, 2]], ["juicy", [5, 2788, 3]], ["risque", [5, 2788, 4]], ["blue", [5, 2788, 5]], ["piquant", [5, 2788, 6]], ["hot", [5, 2788, 7]], ["zesty", [5, 2788, 8]], ["naughty", [5, 2788, 9]]]}, {"answer": "spiderly", "hint": "synonyms for spiderly", "clues": [["spiderlike", [5, 2789, 0]], ["arachnoid", [5, 2789, 1]], ["arachnidian", [5, 2789, 2]], ["spidery", [5, 2789, 3]]]}, {"answer": "spidery", "hint": "synonyms for spidery", "clues": [["spiderlike", [5, 2790, 0]], ["arachnoid", [5, 2790, 1]], ["arachnidian", [5, 2790, 2]], ["spiderly", [5, 2790, 3]]]}, {"answer": "spiffed_up", "hint": "synonyms for spiffed up", "clues": [["dressed-up", [5, 2791, 0]], ["dolled up", [5, 2791, 1]], ["spruced up", [5, 2791, 2]], ["togged up", [5, 2791, 3]], ["dressed to the nines", [5, 2791, 4]], ["dressed", [5, 2791, 5]], ["dressed to kill", [5, 2791, 6]]]}, {"answer": "spiffy", "hint": "synonyms for spiffy", "clues": [["natty", [5, 2792, 0]], ["spruce", [5, 2792, 1]], ["snappy", [5, 2792, 2]], ["raffish", [5, 2792, 3]], ["dapper", [5, 2792, 4]], ["dashing", [5, 2792, 5]], ["rakish", [5, 2792, 6]], ["jaunty", [5, 2792, 7]]]}, {"answer": "spineless", "hint": "synonyms for spineless", "clues": [["namby-pamby", [5, 2793, 0]], ["wishy-washy", [5, 2793, 1]], ["invertebrate", [5, 2793, 2]], ["thornless", [5, 2793, 3]], ["gutless", [5, 2793, 4]]]}, {"answer": "spiny", "hint": "synonyms for spiny", "clues": [["barbed", [5, 2794, 0]], ["bristled", [5, 2794, 1]], ["burry", [5, 2794, 2]], ["setaceous", [5, 2794, 3]], ["burred", [5, 2794, 4]], ["briery", [5, 2794, 5]], ["barbellate", [5, 2794, 6]], ["spinous", [5, 2794, 7]], ["briary", [5, 2794, 8]], ["prickly", [5, 2794, 9]], ["thorny", [5, 2794, 10]], ["bristly", [5, 2794, 11]], ["setose", [5, 2794, 12]]]}, {"answer": "spiral", "hint": "synonyms for spiral", "clues": [["whorled", [5, 2795, 0]], ["volute", [5, 2795, 1]], ["helical", [5, 2795, 2]], ["turbinate", [5, 2795, 3]], ["spiraling", [5, 2795, 4]], ["coiling", [5, 2795, 5]]]}, {"answer": "spiraling", "hint": "synonyms for spiraling", "clues": [["whorled", [5, 2796, 0]], ["volute", [5, 2796, 1]], ["helical", [5, 2796, 2]], ["turbinate", [5, 2796, 3]], ["spiral", [5, 2796, 4]], ["coiling", [5, 2796, 5]]]}, {"answer": "spirant", "hint": "synonyms for spirant", "clues": [["continuant", [5, 2797, 0]], ["strident", [5, 2797, 1]], ["fricative", [5, 2797, 2]], ["sibilant", [5, 2797, 3]]]}, {"answer": "spirited", "hint": "synonyms for spirited", "clues": [["enlivened", [5, 2798, 0]], ["gamey", [5, 2798, 1]], ["peppy", [5, 2798, 2]], ["spunky", [5, 2798, 3]], ["bouncy", [5, 2798, 4]], ["zippy", [5, 2798, 5]], ["bouncing", [5, 2798, 6]], ["gritty", [5, 2798, 7]], ["mettlesome", [5, 2798, 8]]]}, {"answer": "spiritual", "hint": "synonyms for spiritual", "clues": [["ghostlike", [5, 2799, 0]], ["unearthly", [5, 2799, 1]], ["apparitional", [5, 2799, 2]], ["ghostly", [5, 2799, 3]], ["phantasmal", [5, 2799, 4]], ["spectral", [5, 2799, 5]], ["religious", [5, 2799, 6]]]}, {"answer": "splendid", "hint": "synonyms for splendid", "clues": [["first-class", [5, 2800, 0]], ["excellent", [5, 2800, 1]], ["resplendent", [5, 2800, 2]], ["glorious", [5, 2800, 3]], ["splendiferous", [5, 2800, 4]], ["brilliant", [5, 2800, 5]], ["fantabulous", [5, 2800, 6]], ["magnificent", [5, 2800, 7]]]}, {"answer": "splenetic", "hint": "synonyms for splenetic", "clues": [["waspish", [5, 2801, 0]], ["splenic", [5, 2801, 1]], ["lienal", [5, 2801, 2]], ["prickly", [5, 2801, 3]], ["bristly", [5, 2801, 4]]]}, {"answer": "sporting", "hint": "synonyms for sporting", "clues": [["card-playing", [5, 2802, 0]], ["sportsmanlike", [5, 2802, 1]], ["sporty", [5, 2802, 2]], ["dissipated", [5, 2802, 3]], ["betting", [5, 2802, 4]], ["clean", [5, 2802, 5]]]}, {"answer": "sportive", "hint": "synonyms for sportive", "clues": [["frolicsome", [5, 2803, 0]], ["coltish", [5, 2803, 1]], ["frolicky", [5, 2803, 2]], ["rollicking", [5, 2803, 3]]]}, {"answer": "sporty", "hint": "synonyms for sporty", "clues": [["showy", [5, 2804, 0]], ["sportsmanlike", [5, 2804, 1]], ["sporting", [5, 2804, 2]], ["flashy", [5, 2804, 3]], ["jazzy", [5, 2804, 4]], ["gaudy", [5, 2804, 5]], ["clean", [5, 2804, 6]]]}, {"answer": "spotless", "hint": "synonyms for spotless", "clues": [["immaculate", [5, 2805, 0]], ["speckless", [5, 2805, 1]], ["spic-and-span", [5, 2805, 2]], ["spic", [5, 2805, 3]]]}, {"answer": "spotty", "hint": "synonyms for spotty", "clues": [["spotted", [5, 2806, 0]], ["uneven", [5, 2806, 1]], ["scratchy", [5, 2806, 2]], ["patched", [5, 2806, 3]]]}, {"answer": "spring-blooming", "hint": "synonyms for spring-blooming", "clues": [["late-spring-blooming", [5, 2807, 0]], ["early-flowering", [5, 2807, 1]], ["early-blooming", [5, 2807, 2]], ["spring-flowering", [5, 2807, 3]]]}, {"answer": "spruce", "hint": "synonyms for spruce", "clues": [["natty", [5, 2808, 0]], ["snappy", [5, 2808, 1]], ["spiffy", [5, 2808, 2]], ["raffish", [5, 2808, 3]], ["dapper", [5, 2808, 4]], ["dashing", [5, 2808, 5]], ["rakish", [5, 2808, 6]], ["jaunty", [5, 2808, 7]]]}, {"answer": "spruced_up", "hint": "synonyms for spruced up", "clues": [["spiffed up", [5, 2809, 0]], ["dressed-up", [5, 2809, 1]], ["dolled up", [5, 2809, 2]], ["dressed to the nines", [5, 2809, 3]], ["togged up", [5, 2809, 4]], ["dressed", [5, 2809, 5]], ["dressed to kill", [5, 2809, 6]]]}, {"answer": "spumy", "hint": "synonyms for spumy", "clues": [["foamy", [5, 2810, 0]], ["foaming", [5, 2810, 1]], ["bubbling", [5, 2810, 2]], ["frothy", [5, 2810, 3]], ["effervescing", [5, 2810, 4]], ["bubbly", [5, 2810, 5]]]}, {"answer": "spunky", "hint": "synonyms for spunky", "clues": [["gamey", [5, 2811, 0]], ["feisty", [5, 2811, 1]], ["spirited", [5, 2811, 2]], ["plucky", [5, 2811, 3]], ["gritty", [5, 2811, 4]], ["mettlesome", [5, 2811, 5]]]}, {"answer": "spurious", "hint": "synonyms for spurious", "clues": [["misbegotten", [5, 2812, 0]], ["unauthentic", [5, 2812, 1]], ["specious", [5, 2812, 2]], ["misbegot", [5, 2812, 3]], ["bastardly", [5, 2812, 4]]]}, {"answer": "squalid", "hint": "synonyms for squalid", "clues": [["sordid", [5, 2813, 0]], ["seedy", [5, 2813, 1]], ["flyblown", [5, 2813, 2]], ["sleazy", [5, 2813, 3]], ["seamy", [5, 2813, 4]]]}, {"answer": "square", "hint": "synonyms for square", "clues": [["hearty", [5, 2814, 0]], ["straight", [5, 2814, 1]], ["solid", [5, 2814, 2]], ["satisfying", [5, 2814, 3]], ["substantial", [5, 2814, 4]], ["straightforward", [5, 2814, 5]]]}, {"answer": "square-toed", "hint": "synonyms for square-toed", "clues": [["prim", [5, 2815, 0]], ["priggish", [5, 2815, 1]], ["straitlaced", [5, 2815, 2]], ["victorian", [5, 2815, 3]], ["prudish", [5, 2815, 4]], ["squared-toe", [5, 2815, 5]], ["tight-laced", [5, 2815, 6]], ["puritanical", [5, 2815, 7]], ["prissy", [5, 2815, 8]]]}, {"answer": "squashy", "hint": "synonyms for squashy", "clues": [["marshy", [5, 2816, 0]], ["miry", [5, 2816, 1]], ["spongelike", [5, 2816, 2]], ["waterlogged", [5, 2816, 3]], ["pulpy", [5, 2816, 4]], ["mucky", [5, 2816, 5]], ["sloppy", [5, 2816, 6]], ["soggy", [5, 2816, 7]], ["squishy", [5, 2816, 8]], ["spongy", [5, 2816, 9]], ["boggy", [5, 2816, 10]], ["sloughy", [5, 2816, 11]], ["quaggy", [5, 2816, 12]], ["swampy", [5, 2816, 13]], ["muddy", [5, 2816, 14]]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["chunky", [5, 2817, 0]], ["underslung", [5, 2817, 1]], ["low-set", [5, 2817, 2]], ["squatty", [5, 2817, 3]], ["dumpy", [5, 2817, 4]], ["stumpy", [5, 2817, 5]]]}, {"answer": "squatty", "hint": "synonyms for squatty", "clues": [["chunky", [5, 2818, 0]], ["low-set", [5, 2818, 1]], ["dumpy", [5, 2818, 2]], ["squat", [5, 2818, 3]], ["stumpy", [5, 2818, 4]]]}, {"answer": "squeaking", "hint": "synonyms for squeaking", "clues": [["squealing", [5, 2819, 0]], ["screaky", [5, 2819, 1]], ["screechy", [5, 2819, 2]], ["squeaky", [5, 2819, 3]]]}, {"answer": "squealing", "hint": "synonyms for squealing", "clues": [["screaky", [5, 2820, 0]], ["squeaking", [5, 2820, 1]], ["screechy", [5, 2820, 2]], ["squeaky", [5, 2820, 3]]]}, {"answer": "squeamish", "hint": "synonyms for squeamish", "clues": [["prissy", [5, 2821, 0]], ["dainty", [5, 2821, 1]], ["overnice", [5, 2821, 2]], ["nice", [5, 2821, 3]]]}, {"answer": "squiffy", "hint": "synonyms for squiffy", "clues": [["fuddled", [5, 2822, 0]], ["sloshed", [5, 2822, 1]], ["stiff", [5, 2822, 2]], ["cockeyed", [5, 2822, 3]], ["sozzled", [5, 2822, 4]], ["pie-eyed", [5, 2822, 5]], ["soaked", [5, 2822, 6]], ["pixilated", [5, 2822, 7]], ["blotto", [5, 2822, 8]], ["wet", [5, 2822, 9]], ["pissed", [5, 2822, 10]], ["besotted", [5, 2822, 11]], ["soused", [5, 2822, 12]], ["slopped", [5, 2822, 13]], ["smashed", [5, 2822, 14]], ["blind drunk", [5, 2822, 15]], ["plastered", [5, 2822, 16]], ["crocked", [5, 2822, 17]], ["loaded", [5, 2822, 18]], ["tight", [5, 2822, 19]]]}, {"answer": "squint", "hint": "synonyms for squint", "clues": [["sidelong", [5, 2823, 0]], ["squinty", [5, 2823, 1]], ["askant", [5, 2823, 2]], ["squint-eyed", [5, 2823, 3]], ["askance", [5, 2823, 4]]]}, {"answer": "squint-eyed", "hint": "synonyms for squint-eyed", "clues": [["sidelong", [5, 2824, 0]], ["squinty", [5, 2824, 1]], ["askant", [5, 2824, 2]], ["askance", [5, 2824, 3]]]}, {"answer": "squinty", "hint": "synonyms for squinty", "clues": [["sidelong", [5, 2825, 0]], ["asquint", [5, 2825, 1]], ["askant", [5, 2825, 2]], ["squint-eyed", [5, 2825, 3]], ["askance", [5, 2825, 4]]]}, {"answer": "stabbing", "hint": "synonyms for stabbing", "clues": [["knifelike", [5, 2826, 0]], ["piercing", [5, 2826, 1]], ["wounding", [5, 2826, 2]], ["lancinating", [5, 2826, 3]], ["cutting", [5, 2826, 4]], ["keen", [5, 2826, 5]], ["lancinate", [5, 2826, 6]]]}, {"answer": "stacked", "hint": "synonyms for stacked", "clues": [["voluptuous", [5, 2827, 0]], ["curvy", [5, 2827, 1]], ["well-endowed", [5, 2827, 2]], ["full-bosomed", [5, 2827, 3]], ["curvaceous", [5, 2827, 4]], ["busty", [5, 2827, 5]], ["sonsie", [5, 2827, 6]], ["sonsy", [5, 2827, 7]], ["buxom", [5, 2827, 8]], ["bosomy", [5, 2827, 9]]]}, {"answer": "stalwart", "hint": "synonyms for stalwart", "clues": [["stouthearted", [5, 2828, 0]], ["stout", [5, 2828, 1]], ["hardy", [5, 2828, 2]], ["sturdy", [5, 2828, 3]]]}, {"answer": "standardised", "hint": "synonyms for standardised", "clues": [["interchangeable", [5, 2829, 0]], ["similar", [5, 2829, 1]], ["standardized", [5, 2829, 2]], ["exchangeable", [5, 2829, 3]]]}, {"answer": "standardized", "hint": "synonyms for standardized", "clues": [["standardised", [5, 2830, 0]], ["interchangeable", [5, 2830, 1]], ["similar", [5, 2830, 2]], ["exchangeable", [5, 2830, 3]]]}, {"answer": "star", "hint": "synonyms for star", "clues": [["prima", [5, 2831, 0]], ["leading", [5, 2831, 1]], ["starring", [5, 2831, 2]], ["stellar", [5, 2831, 3]]]}, {"answer": "staring", "hint": "synonyms for staring", "clues": [["gross", [5, 2832, 0]], ["consummate", [5, 2832, 1]], ["double-dyed", [5, 2832, 2]], ["perfect", [5, 2832, 3]], ["arrant", [5, 2832, 4]], ["utter", [5, 2832, 5]], ["agaze", [5, 2832, 6]], ["everlasting", [5, 2832, 7]], ["stark", [5, 2832, 8]], ["pure", [5, 2832, 9]], ["thoroughgoing", [5, 2832, 10]], ["sodding", [5, 2832, 11]], ["complete", [5, 2832, 12]], ["unadulterated", [5, 2832, 13]]]}, {"answer": "stark", "hint": "synonyms for stark", "clues": [["bare", [5, 2833, 0]], ["double-dyed", [5, 2833, 1]], ["arrant", [5, 2833, 2]], ["utter", [5, 2833, 3]], ["crude", [5, 2833, 4]], ["austere", [5, 2833, 5]], ["pure", [5, 2833, 6]], ["barren", [5, 2833, 7]], ["unadulterated", [5, 2833, 8]], ["consummate", [5, 2833, 9]], ["desolate", [5, 2833, 10]], ["stern", [5, 2833, 11]], ["everlasting", [5, 2833, 12]], ["staring", [5, 2833, 13]], ["bleak", [5, 2833, 14]], ["severe", [5, 2833, 15]], ["gross", [5, 2833, 16]], ["thoroughgoing", [5, 2833, 17]], ["sodding", [5, 2833, 18]], ["blunt", [5, 2833, 19]], ["complete", [5, 2833, 20]], ["perfect", [5, 2833, 21]]]}, {"answer": "stark_naked", "hint": "synonyms for stark naked", "clues": [["bare-ass", [5, 2834, 0]], ["in the raw", [5, 2834, 1]], ["naked as a jaybird", [5, 2834, 2]], ["peeled", [5, 2834, 3]], ["raw", [5, 2834, 4]], ["in the altogether", [5, 2834, 5]], ["in the buff", [5, 2834, 6]]]}, {"answer": "starring", "hint": "synonyms for starring", "clues": [["star", [5, 2835, 0]], ["prima", [5, 2835, 1]], ["leading", [5, 2835, 2]], ["stellar", [5, 2835, 3]]]}, {"answer": "starved", "hint": "synonyms for starved", "clues": [["famished", [5, 2836, 0]], ["sharp-set", [5, 2836, 1]], ["ravenous", [5, 2836, 2]], ["starving", [5, 2836, 3]], ["esurient", [5, 2836, 4]]]}, {"answer": "stately", "hint": "synonyms for stately", "clues": [["courtly", [5, 2837, 0]], ["imposing", [5, 2837, 1]], ["baronial", [5, 2837, 2]], ["formal", [5, 2837, 3]], ["noble", [5, 2837, 4]], ["statuesque", [5, 2837, 5]]]}, {"answer": "static", "hint": "synonyms for static", "clues": [["still", [5, 2838, 0]], ["stable", [5, 2838, 1]], ["inactive", [5, 2838, 2]], ["motionless", [5, 2838, 3]], ["electrostatic", [5, 2838, 4]], ["unchanging", [5, 2838, 5]]]}, {"answer": "steadfast", "hint": "synonyms for steadfast", "clues": [["firm", [5, 2839, 0]], ["unwavering", [5, 2839, 1]], ["unbendable", [5, 2839, 2]], ["unshakable", [5, 2839, 3]], ["unswerving", [5, 2839, 4]], ["staunch", [5, 2839, 5]], ["steady", [5, 2839, 6]], ["stiff", [5, 2839, 7]], ["unfaltering", [5, 2839, 8]]]}, {"answer": "steady", "hint": "synonyms for steady", "clues": [["firm", [5, 2840, 0]], ["unbendable", [5, 2840, 1]], ["unshakable", [5, 2840, 2]], ["unwavering", [5, 2840, 3]], ["steadfast", [5, 2840, 4]], ["unfluctuating", [5, 2840, 5]], ["stiff", [5, 2840, 6]], ["regular", [5, 2840, 7]], ["unfaltering", [5, 2840, 8]]]}, {"answer": "steamed", "hint": "synonyms for steamed", "clues": [["nettled", [5, 2841, 0]], ["peeved", [5, 2841, 1]], ["irritated", [5, 2841, 2]], ["pissed", [5, 2841, 3]], ["annoyed", [5, 2841, 4]], ["riled", [5, 2841, 5]], ["miffed", [5, 2841, 6]], ["stung", [5, 2841, 7]], ["pissed off", [5, 2841, 8]]]}, {"answer": "steamy", "hint": "synonyms for steamy", "clues": [["muggy", [5, 2842, 0]], ["sticky", [5, 2842, 1]], ["turned on", [5, 2842, 2]], ["horny", [5, 2842, 3]], ["steaming", [5, 2842, 4]], ["aroused", [5, 2842, 5]], ["ruttish", [5, 2842, 6]], ["randy", [5, 2842, 7]]]}, {"answer": "steep", "hint": "synonyms for steep", "clues": [["extortionate", [5, 2843, 0]], ["unconscionable", [5, 2843, 1]], ["usurious", [5, 2843, 2]], ["outrageous", [5, 2843, 3]], ["exorbitant", [5, 2843, 4]]]}, {"answer": "stellar", "hint": "synonyms for stellar", "clues": [["astral", [5, 2844, 0]], ["star", [5, 2844, 1]], ["prima", [5, 2844, 2]], ["leading", [5, 2844, 3]], ["starring", [5, 2844, 4]]]}, {"answer": "step-by-step", "hint": "synonyms for step-by-step", "clues": [["in small stages", [5, 2845, 0]], ["bit-by-bit", [5, 2845, 1]], ["stepwise", [5, 2845, 2]], ["piecemeal", [5, 2845, 3]]]}, {"answer": "stepwise", "hint": "synonyms for stepwise", "clues": [["in small stages", [5, 2846, 0]], ["bit-by-bit", [5, 2846, 1]], ["piecemeal", [5, 2846, 2]], ["step-by-step", [5, 2846, 3]]]}, {"answer": "sterile", "hint": "synonyms for sterile", "clues": [["uninspired", [5, 2847, 0]], ["infertile", [5, 2847, 1]], ["uninventive", [5, 2847, 2]], ["aseptic", [5, 2847, 3]], ["unimaginative", [5, 2847, 4]]]}, {"answer": "stern", "hint": "synonyms for stern", "clues": [["stark", [5, 2848, 0]], ["unforgiving", [5, 2848, 1]], ["unappeasable", [5, 2848, 2]], ["relentless", [5, 2848, 3]], ["austere", [5, 2848, 4]], ["inexorable", [5, 2848, 5]], ["exacting", [5, 2848, 6]], ["severe", [5, 2848, 7]], ["unrelenting", [5, 2848, 8]], ["grim", [5, 2848, 9]], ["strict", [5, 2848, 10]]]}, {"answer": "stick-in-the-mud", "hint": "synonyms for stick-in-the-mud", "clues": [["fogyish", [5, 2849, 0]], ["moss-grown", [5, 2849, 1]], ["stodgy", [5, 2849, 2]], ["mossy", [5, 2849, 3]]]}, {"answer": "sticking", "hint": "synonyms for sticking", "clues": [["protruding", [5, 2850, 0]], ["sticking out", [5, 2850, 1]], ["relieved", [5, 2850, 2]], ["projected", [5, 2850, 3]], ["projecting", [5, 2850, 4]], ["jutting", [5, 2850, 5]]]}, {"answer": "sticking_out", "hint": "synonyms for sticking out", "clues": [["protruding", [5, 2851, 0]], ["sticking", [5, 2851, 1]], ["relieved", [5, 2851, 2]], ["projected", [5, 2851, 3]], ["projecting", [5, 2851, 4]], ["jutting", [5, 2851, 5]]]}, {"answer": "sticky", "hint": "synonyms for sticky", "clues": [["gluey", [5, 2852, 0]], ["muggy", [5, 2852, 1]], ["mucilaginous", [5, 2852, 2]], ["viscous", [5, 2852, 3]], ["embarrassing", [5, 2852, 4]], ["gummy", [5, 2852, 5]], ["unenviable", [5, 2852, 6]], ["awkward", [5, 2852, 7]], ["steamy", [5, 2852, 8]], ["viscid", [5, 2852, 9]], ["glutinous", [5, 2852, 10]], ["pasty", [5, 2852, 11]]]}, {"answer": "stiff", "hint": "synonyms for stiff", "clues": [["fuddled", [5, 2853, 0]], ["sloshed", [5, 2853, 1]], ["firm", [5, 2853, 2]], ["unbendable", [5, 2853, 3]], ["pie-eyed", [5, 2853, 4]], ["soaked", [5, 2853, 5]], ["blotto", [5, 2853, 6]], ["pissed", [5, 2853, 7]], ["steadfast", [5, 2853, 8]], ["unfaltering", [5, 2853, 9]], ["soused", [5, 2853, 10]], ["starchy", [5, 2853, 11]], ["smashed", [5, 2853, 12]], ["blind drunk", [5, 2853, 13]], ["crocked", [5, 2853, 14]], ["loaded", [5, 2853, 15]], ["cockeyed", [5, 2853, 16]], ["potent", [5, 2853, 17]], ["unwavering", [5, 2853, 18]], ["sozzled", [5, 2853, 19]], ["unshakable", [5, 2853, 20]], ["pixilated", [5, 2853, 21]], ["strong", [5, 2853, 22]], ["steady", [5, 2853, 23]], ["wet", [5, 2853, 24]], ["besotted", [5, 2853, 25]], ["slopped", [5, 2853, 26]], ["plastered", [5, 2853, 27]], ["buckram", [5, 2853, 28]], ["tight", [5, 2853, 29]], ["squiffy", [5, 2853, 30]], ["rigid", [5, 2853, 31]]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["soundless", [5, 2854, 0]], ["inactive", [5, 2854, 1]], ["tranquil", [5, 2854, 2]], ["quiet", [5, 2854, 3]], ["motionless", [5, 2854, 4]], ["placid", [5, 2854, 5]], ["noneffervescent", [5, 2854, 6]], ["unruffled", [5, 2854, 7]], ["static", [5, 2854, 8]], ["smooth", [5, 2854, 9]], ["silent", [5, 2854, 10]]]}, {"answer": "stingy", "hint": "synonyms for stingy", "clues": [["meagre", [5, 2855, 0]], ["meagerly", [5, 2855, 1]], ["scrimpy", [5, 2855, 2]], ["ungenerous", [5, 2855, 3]]]}, {"answer": "stinking", "hint": "synonyms for stinking", "clues": [["rotten", [5, 2856, 0]], ["smelly", [5, 2856, 1]], ["lousy", [5, 2856, 2]], ["crappy", [5, 2856, 3]], ["fetid", [5, 2856, 4]], ["icky", [5, 2856, 5]], ["stinky", [5, 2856, 6]], ["noisome", [5, 2856, 7]], ["ill-scented", [5, 2856, 8]], ["foul-smelling", [5, 2856, 9]], ["funky", [5, 2856, 10]], ["shitty", [5, 2856, 11]], ["foul", [5, 2856, 12]]]}, {"answer": "stinky", "hint": "synonyms for stinky", "clues": [["rotten", [5, 2857, 0]], ["stinking", [5, 2857, 1]], ["lousy", [5, 2857, 2]], ["ill-smelling", [5, 2857, 3]], ["malodourous", [5, 2857, 4]], ["crappy", [5, 2857, 5]], ["icky", [5, 2857, 6]], ["unpleasant-smelling", [5, 2857, 7]], ["shitty", [5, 2857, 8]]]}, {"answer": "stinting", "hint": "synonyms for stinting", "clues": [["frugal", [5, 2858, 0]], ["sparing", [5, 2858, 1]], ["economical", [5, 2858, 2]], ["scotch", [5, 2858, 3]]]}, {"answer": "stipendiary", "hint": "synonyms for stipendiary", "clues": [["salaried", [5, 2859, 0]], ["paying", [5, 2859, 1]], ["compensable", [5, 2859, 2]], ["remunerative", [5, 2859, 3]], ["compensated", [5, 2859, 4]]]}, {"answer": "stirred", "hint": "synonyms for stirred", "clues": [["affected", [5, 2860, 0]], ["stimulated", [5, 2860, 1]], ["aroused", [5, 2860, 2]], ["moved", [5, 2860, 3]], ["touched", [5, 2860, 4]], ["stirred up", [5, 2860, 5]]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["trite", [5, 2861, 0]], ["timeworn", [5, 2861, 1]], ["banal", [5, 2861, 2]], ["standard", [5, 2861, 3]], ["shopworn", [5, 2861, 4]], ["old-hat", [5, 2861, 5]], ["hackneyed", [5, 2861, 6]], ["threadbare", [5, 2861, 7]], ["tired", [5, 2861, 8]], ["well-worn", [5, 2861, 9]], ["commonplace", [5, 2861, 10]]]}, {"answer": "stocky", "hint": "synonyms for stocky", "clues": [["thickset", [5, 2862, 0]], ["heavyset", [5, 2862, 1]], ["thick", [5, 2862, 2]], ["compact", [5, 2862, 3]]]}, {"answer": "stodgy", "hint": "synonyms for stodgy", "clues": [["moss-grown", [5, 2863, 0]], ["stuffy", [5, 2863, 1]], ["fogyish", [5, 2863, 2]], ["mossy", [5, 2863, 3]], ["stick-in-the-mud", [5, 2863, 4]]]}, {"answer": "stone-broke", "hint": "synonyms for stone-broke", "clues": [["skint", [5, 2864, 0]], ["bust", [5, 2864, 1]], ["broke", [5, 2864, 2]], ["stony-broke", [5, 2864, 3]]]}, {"answer": "stone-gray", "hint": "synonyms for stone-gray", "clues": [["stone-grey", [5, 2865, 0]], ["slaty-grey", [5, 2865, 1]], ["slaty", [5, 2865, 2]], ["slate-gray", [5, 2865, 3]]]}, {"answer": "stone-grey", "hint": "synonyms for stone-grey", "clues": [["slaty-grey", [5, 2866, 0]], ["slaty", [5, 2866, 1]], ["stone-gray", [5, 2866, 2]], ["slate-gray", [5, 2866, 3]]]}, {"answer": "stony", "hint": "synonyms for stony", "clues": [["granitic", [5, 2867, 0]], ["rocky", [5, 2867, 1]], ["flint", [5, 2867, 2]], ["rocklike", [5, 2867, 3]], ["granitelike", [5, 2867, 4]], ["bouldered", [5, 2867, 5]], ["obdurate", [5, 2867, 6]], ["bouldery", [5, 2867, 7]]]}, {"answer": "stony-broke", "hint": "synonyms for stony-broke", "clues": [["skint", [5, 2868, 0]], ["stone-broke", [5, 2868, 1]], ["bust", [5, 2868, 2]], ["broke", [5, 2868, 3]]]}, {"answer": "stooped", "hint": "synonyms for stooped", "clues": [["round-backed", [5, 2869, 0]], ["round-shouldered", [5, 2869, 1]], ["crooked", [5, 2869, 2]], ["hunched", [5, 2869, 3]], ["stooping", [5, 2869, 4]]]}, {"answer": "stooping", "hint": "synonyms for stooping", "clues": [["stooped", [5, 2870, 0]], ["round-backed", [5, 2870, 1]], ["round-shouldered", [5, 2870, 2]], ["crooked", [5, 2870, 3]], ["hunched", [5, 2870, 4]]]}, {"answer": "storm-tossed", "hint": "synonyms for storm-tossed", "clues": [["tempest-swept", [5, 2871, 0]], ["buffeted", [5, 2871, 1]], ["tempest-tossed", [5, 2871, 2]], ["tempest-tost", [5, 2871, 3]]]}, {"answer": "stout", "hint": "synonyms for stout", "clues": [["portly", [5, 2872, 0]], ["stalwart", [5, 2872, 1]], ["hardy", [5, 2872, 2]], ["sturdy", [5, 2872, 3]]]}, {"answer": "straight", "hint": "synonyms for straight", "clues": [["straightforward", [5, 2873, 0]], ["square", [5, 2873, 1]], ["neat", [5, 2873, 2]], ["full-strength", [5, 2873, 3]], ["uncoiled", [5, 2873, 4]], ["unbent", [5, 2873, 5]], ["true", [5, 2873, 6]], ["consecutive", [5, 2873, 7]], ["unbowed", [5, 2873, 8]]]}, {"answer": "straight-from-the-shoulder", "hint": "synonyms for straight-from-the-shoulder", "clues": [["free-spoken", [5, 2874, 0]], ["forthright", [5, 2874, 1]], ["blunt", [5, 2874, 2]], ["point-blank", [5, 2874, 3]], ["candid", [5, 2874, 4]], ["frank", [5, 2874, 5]], ["plainspoken", [5, 2874, 6]], ["outspoken", [5, 2874, 7]]]}, {"answer": "straight-laced", "hint": "synonyms for straight-laced", "clues": [["prim", [5, 2875, 0]], ["priggish", [5, 2875, 1]], ["straitlaced", [5, 2875, 2]], ["victorian", [5, 2875, 3]], ["prudish", [5, 2875, 4]], ["tight-laced", [5, 2875, 5]], ["square-toed", [5, 2875, 6]], ["puritanical", [5, 2875, 7]], ["prissy", [5, 2875, 8]]]}, {"answer": "straightlaced", "hint": "synonyms for straightlaced", "clues": [["prim", [5, 2876, 0]], ["priggish", [5, 2876, 1]], ["straitlaced", [5, 2876, 2]], ["victorian", [5, 2876, 3]], ["prudish", [5, 2876, 4]], ["tight-laced", [5, 2876, 5]], ["square-toed", [5, 2876, 6]], ["puritanical", [5, 2876, 7]], ["prissy", [5, 2876, 8]]]}, {"answer": "strained", "hint": "synonyms for strained", "clues": [["agonistic", [5, 2877, 0]], ["constrained", [5, 2877, 1]], ["forced", [5, 2877, 2]], ["laboured", [5, 2877, 3]]]}, {"answer": "strait-laced", "hint": "synonyms for strait-laced", "clues": [["prim", [5, 2878, 0]], ["priggish", [5, 2878, 1]], ["straitlaced", [5, 2878, 2]], ["victorian", [5, 2878, 3]], ["prudish", [5, 2878, 4]], ["tight-laced", [5, 2878, 5]], ["square-toed", [5, 2878, 6]], ["puritanical", [5, 2878, 7]], ["prissy", [5, 2878, 8]]]}, {"answer": "straitlaced", "hint": "synonyms for straitlaced", "clues": [["prim", [5, 2879, 0]], ["priggish", [5, 2879, 1]], ["victorian", [5, 2879, 2]], ["prudish", [5, 2879, 3]], ["strait-laced", [5, 2879, 4]], ["tight-laced", [5, 2879, 5]], ["square-toed", [5, 2879, 6]], ["puritanical", [5, 2879, 7]], ["prissy", [5, 2879, 8]]]}, {"answer": "strapping", "hint": "synonyms for strapping", "clues": [["beefy", [5, 2880, 0]], ["burly", [5, 2880, 1]], ["buirdly", [5, 2880, 2]], ["husky", [5, 2880, 3]]]}, {"answer": "stratified", "hint": "synonyms for stratified", "clues": [["graded", [5, 2881, 0]], ["bedded", [5, 2881, 1]], ["ranked", [5, 2881, 2]], ["class-conscious", [5, 2881, 3]]]}, {"answer": "stricken", "hint": "synonyms for stricken", "clues": [["afflicted", [5, 2882, 0]], ["smitten", [5, 2882, 1]], ["laid low", [5, 2882, 2]], ["struck", [5, 2882, 3]]]}, {"answer": "strict", "hint": "synonyms for strict", "clues": [["nonindulgent", [5, 2883, 0]], ["stern", [5, 2883, 1]], ["exacting", [5, 2883, 2]], ["rigid", [5, 2883, 3]], ["rigorous", [5, 2883, 4]], ["hard-and-fast", [5, 2883, 5]]]}, {"answer": "strident", "hint": "synonyms for strident", "clues": [["shrill", [5, 2884, 0]], ["fricative", [5, 2884, 1]], ["blatant", [5, 2884, 2]], ["spirant", [5, 2884, 3]], ["raucous", [5, 2884, 4]], ["vociferous", [5, 2884, 5]], ["clamorous", [5, 2884, 6]], ["continuant", [5, 2884, 7]], ["sibilant", [5, 2884, 8]], ["clamant", [5, 2884, 9]]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["spectacular", [5, 2885, 0]], ["prominent", [5, 2885, 1]], ["outstanding", [5, 2885, 2]], ["salient", [5, 2885, 3]], ["dramatic", [5, 2885, 4]]]}, {"answer": "stringy", "hint": "synonyms for stringy", "clues": [["thready", [5, 2886, 0]], ["sinewy", [5, 2886, 1]], ["unchewable", [5, 2886, 2]], ["ropy", [5, 2886, 3]], ["wiry", [5, 2886, 4]], ["fibrous", [5, 2886, 5]]]}, {"answer": "strong", "hint": "synonyms for strong", "clues": [["warm", [5, 2887, 0]], ["potent", [5, 2887, 1]], ["stiff", [5, 2887, 2]], ["secure", [5, 2887, 3]], ["firm", [5, 2887, 4]], ["unassailable", [5, 2887, 5]], ["impregnable", [5, 2887, 6]], ["inviolable", [5, 2887, 7]], ["substantial", [5, 2887, 8]], ["hard", [5, 2887, 9]], ["unattackable", [5, 2887, 10]], ["solid", [5, 2887, 11]]]}, {"answer": "stuck-up", "hint": "synonyms for stuck-up", "clues": [["uppish", [5, 2888, 0]], ["bigheaded", [5, 2888, 1]], ["snooty", [5, 2888, 2]], ["persnickety", [5, 2888, 3]], ["snot-nosed", [5, 2888, 4]], ["snotty", [5, 2888, 5]], ["too big for one's breeches", [5, 2888, 6]]]}, {"answer": "stuffy", "hint": "synonyms for stuffy", "clues": [["close", [5, 2889, 0]], ["airless", [5, 2889, 1]], ["unaired", [5, 2889, 2]], ["stodgy", [5, 2889, 3]]]}, {"answer": "stumpy", "hint": "synonyms for stumpy", "clues": [["chunky", [5, 2890, 0]], ["low-set", [5, 2890, 1]], ["squatty", [5, 2890, 2]], ["dumpy", [5, 2890, 3]], ["squat", [5, 2890, 4]]]}, {"answer": "stung", "hint": "synonyms for stung", "clues": [["nettled", [5, 2891, 0]], ["peeved", [5, 2891, 1]], ["irritated", [5, 2891, 2]], ["pissed", [5, 2891, 3]], ["annoyed", [5, 2891, 4]], ["riled", [5, 2891, 5]], ["steamed", [5, 2891, 6]], ["miffed", [5, 2891, 7]], ["pissed off", [5, 2891, 8]]]}, {"answer": "stunned", "hint": "synonyms for stunned", "clues": [["dazed", [5, 2892, 0]], ["out", [5, 2892, 1]], ["astonished", [5, 2892, 2]], ["astounded", [5, 2892, 3]], ["stupefied", [5, 2892, 4]], ["kayoed", [5, 2892, 5]], ["amazed", [5, 2892, 6]], ["knocked out", [5, 2892, 7]], ["stupid", [5, 2892, 8]]]}, {"answer": "stupefied", "hint": "synonyms for stupefied", "clues": [["dazed", [5, 2893, 0]], ["dumbfounded", [5, 2893, 1]], ["thunderstruck", [5, 2893, 2]], ["flabbergasted", [5, 2893, 3]], ["dumbstruck", [5, 2893, 4]], ["stunned", [5, 2893, 5]], ["dumbstricken", [5, 2893, 6]], ["stupid", [5, 2893, 7]]]}, {"answer": "stupid", "hint": "synonyms for stupid", "clues": [["dazed", [5, 2894, 0]], ["unintelligent", [5, 2894, 1]], ["stunned", [5, 2894, 2]], ["stupefied", [5, 2894, 3]]]}, {"answer": "stuporous", "hint": "synonyms for stuporous", "clues": [["logy", [5, 2895, 0]], ["groggy", [5, 2895, 1]], ["dazed", [5, 2895, 2]], ["foggy", [5, 2895, 3]]]}, {"answer": "sturdy", "hint": "synonyms for sturdy", "clues": [["uncompromising", [5, 2896, 0]], ["tough", [5, 2896, 1]], ["inflexible", [5, 2896, 2]], ["stout", [5, 2896, 3]], ["stalwart", [5, 2896, 4]], ["hardy", [5, 2896, 5]]]}, {"answer": "suave", "hint": "synonyms for suave", "clues": [["politic", [5, 2897, 0]], ["bland", [5, 2897, 1]], ["smooth", [5, 2897, 2]], ["debonair", [5, 2897, 3]]]}, {"answer": "subaltern", "hint": "synonyms for subaltern", "clues": [["secondary", [5, 2898, 0]], ["lowly", [5, 2898, 1]], ["junior-grade", [5, 2898, 2]], ["petty", [5, 2898, 3]], ["lower-ranking", [5, 2898, 4]]]}, {"answer": "subaquatic", "hint": "synonyms for subaquatic", "clues": [["underwater", [5, 2899, 0]], ["semiaquatic", [5, 2899, 1]], ["submerged", [5, 2899, 2]], ["subaqueous", [5, 2899, 3]]]}, {"answer": "subdued", "hint": "synonyms for subdued", "clues": [["low-key", [5, 2900, 0]], ["muted", [5, 2900, 1]], ["soft", [5, 2900, 2]], ["hushed", [5, 2900, 3]], ["dim", [5, 2900, 4]], ["quiet", [5, 2900, 5]]]}, {"answer": "sublime", "hint": "synonyms for sublime", "clues": [["grand", [5, 2901, 0]], ["empyrean", [5, 2901, 1]], ["elevated", [5, 2901, 2]], ["rarified", [5, 2901, 3]], ["high-flown", [5, 2901, 4]], ["exalted", [5, 2901, 5]], ["noble-minded", [5, 2901, 6]], ["lofty", [5, 2901, 7]], ["high-minded", [5, 2901, 8]], ["reverend", [5, 2901, 9]], ["idealistic", [5, 2901, 10]]]}, {"answer": "submerged", "hint": "synonyms for submerged", "clues": [["underwater", [5, 2902, 0]], ["subaqueous", [5, 2902, 1]], ["submersed", [5, 2902, 2]], ["subaquatic", [5, 2902, 3]]]}, {"answer": "submersed", "hint": "synonyms for submersed", "clues": [["underwater", [5, 2903, 0]], ["subaqueous", [5, 2903, 1]], ["subaquatic", [5, 2903, 2]], ["submerged", [5, 2903, 3]]]}, {"answer": "subservient", "hint": "synonyms for subservient", "clues": [["implemental", [5, 2904, 0]], ["submissive", [5, 2904, 1]], ["slavish", [5, 2904, 2]], ["instrumental", [5, 2904, 3]]]}, {"answer": "substantial", "hint": "synonyms for substantial", "clues": [["substantive", [5, 2905, 0]], ["solid", [5, 2905, 1]], ["satisfying", [5, 2905, 2]], ["square", [5, 2905, 3]], ["material", [5, 2905, 4]], ["significant", [5, 2905, 5]], ["real", [5, 2905, 6]], ["hearty", [5, 2905, 7]], ["strong", [5, 2905, 8]]]}, {"answer": "substantiating", "hint": "synonyms for substantiating", "clues": [["substantiative", [5, 2906, 0]], ["corroborative", [5, 2906, 1]], ["validatory", [5, 2906, 2]], ["validating", [5, 2906, 3]], ["corroboratory", [5, 2906, 4]], ["confirmatory", [5, 2906, 5]], ["verifying", [5, 2906, 6]], ["confirming", [5, 2906, 7]], ["confirmative", [5, 2906, 8]], ["collateral", [5, 2906, 9]], ["verificatory", [5, 2906, 10]]]}, {"answer": "substantiative", "hint": "synonyms for substantiative", "clues": [["corroborative", [5, 2907, 0]], ["validatory", [5, 2907, 1]], ["substantiating", [5, 2907, 2]], ["validating", [5, 2907, 3]], ["corroboratory", [5, 2907, 4]], ["confirmatory", [5, 2907, 5]], ["verifying", [5, 2907, 6]], ["confirming", [5, 2907, 7]], ["confirmative", [5, 2907, 8]], ["collateral", [5, 2907, 9]], ["verificatory", [5, 2907, 10]]]}, {"answer": "successive", "hint": "synonyms for successive", "clues": [["serial", [5, 2908, 0]], ["sequential", [5, 2908, 1]], ["consecutive", [5, 2908, 2]], ["sequent", [5, 2908, 3]]]}, {"answer": "suggestive", "hint": "synonyms for suggestive", "clues": [["implicative", [5, 2909, 0]], ["revelatory", [5, 2909, 1]], ["indicatory", [5, 2909, 2]], ["significative", [5, 2909, 3]], ["indicative", [5, 2909, 4]]]}, {"answer": "sulfurous", "hint": "synonyms for sulfurous", "clues": [["acid", [5, 2910, 0]], ["vitriolic", [5, 2910, 1]], ["virulent", [5, 2910, 2]], ["acerb", [5, 2910, 3]], ["blistering", [5, 2910, 4]], ["bitter", [5, 2910, 5]], ["caustic", [5, 2910, 6]], ["sultry", [5, 2910, 7]], ["sulphurous", [5, 2910, 8]], ["stifling", [5, 2910, 9]], ["acerbic", [5, 2910, 10]]]}, {"answer": "sulky", "hint": "synonyms for sulky", "clues": [["huffish", [5, 2911, 0]], ["sluggish", [5, 2911, 1]], ["gloomy", [5, 2911, 2]], ["gloomful", [5, 2911, 3]], ["glooming", [5, 2911, 4]]]}, {"answer": "sullen", "hint": "synonyms for sullen", "clues": [["morose", [5, 2912, 0]], ["dark", [5, 2912, 1]], ["lowering", [5, 2912, 2]], ["glum", [5, 2912, 3]], ["dour", [5, 2912, 4]], ["sour", [5, 2912, 5]], ["threatening", [5, 2912, 6]], ["heavy", [5, 2912, 7]], ["saturnine", [5, 2912, 8]], ["moody", [5, 2912, 9]]]}, {"answer": "sulphurous", "hint": "synonyms for sulphurous", "clues": [["acid", [5, 2913, 0]], ["sulfurous", [5, 2913, 1]], ["vitriolic", [5, 2913, 2]], ["virulent", [5, 2913, 3]], ["acerb", [5, 2913, 4]], ["blistering", [5, 2913, 5]], ["bitter", [5, 2913, 6]], ["caustic", [5, 2913, 7]], ["sultry", [5, 2913, 8]], ["stifling", [5, 2913, 9]], ["acerbic", [5, 2913, 10]]]}, {"answer": "sultry", "hint": "synonyms for sultry", "clues": [["stifling", [5, 2914, 0]], ["sensual", [5, 2914, 1]], ["sulphurous", [5, 2914, 2]], ["sulfurous", [5, 2914, 3]]]}, {"answer": "summary", "hint": "synonyms for summary", "clues": [["drumhead", [5, 2915, 0]], ["compact", [5, 2915, 1]], ["compendious", [5, 2915, 2]], ["succinct", [5, 2915, 3]]]}, {"answer": "sumptuous", "hint": "synonyms for sumptuous", "clues": [["grand", [5, 2916, 0]], ["princely", [5, 2916, 1]], ["gilded", [5, 2916, 2]], ["luxurious", [5, 2916, 3]], ["deluxe", [5, 2916, 4]], ["opulent", [5, 2916, 5]]]}, {"answer": "sunbaked", "hint": "synonyms for sunbaked", "clues": [["adust", [5, 2917, 0]], ["scorched", [5, 2917, 1]], ["baked", [5, 2917, 2]], ["parched", [5, 2917, 3]]]}, {"answer": "sundry", "hint": "synonyms for sundry", "clues": [["miscellaneous", [5, 2918, 0]], ["assorted", [5, 2918, 1]], ["motley", [5, 2918, 2]], ["mixed", [5, 2918, 3]]]}, {"answer": "sunk", "hint": "synonyms for sunk", "clues": [["undone", [5, 2919, 0]], ["washed-up", [5, 2919, 1]], ["ruined", [5, 2919, 2]], ["done for", [5, 2919, 3]]]}, {"answer": "super", "hint": "synonyms for super", "clues": [["ace", [5, 2920, 0]], ["topnotch", [5, 2920, 1]], ["crack", [5, 2920, 2]], ["first-rate", [5, 2920, 3]], ["tops", [5, 2920, 4]], ["tiptop", [5, 2920, 5]]]}, {"answer": "superannuated", "hint": "synonyms for superannuated", "clues": [["outdated", [5, 2921, 0]], ["over-the-hill", [5, 2921, 1]], ["overaged", [5, 2921, 2]], ["out-of-date", [5, 2921, 3]]]}, {"answer": "supercilious", "hint": "synonyms for supercilious", "clues": [["disdainful", [5, 2922, 0]], ["haughty", [5, 2922, 1]], ["lordly", [5, 2922, 2]], ["prideful", [5, 2922, 3]], ["swaggering", [5, 2922, 4]], ["sneering", [5, 2922, 5]], ["snide", [5, 2922, 6]], ["sniffy", [5, 2922, 7]], ["imperious", [5, 2922, 8]], ["overbearing", [5, 2922, 9]]]}, {"answer": "supererogatory", "hint": "synonyms for supererogatory", "clues": [["redundant", [5, 2923, 0]], ["spare", [5, 2923, 1]], ["excess", [5, 2923, 2]], ["surplus", [5, 2923, 3]], ["supernumerary", [5, 2923, 4]], ["superfluous", [5, 2923, 5]], ["extra", [5, 2923, 6]]]}, {"answer": "superfluous", "hint": "synonyms for superfluous", "clues": [["supererogatory", [5, 2924, 0]], ["redundant", [5, 2924, 1]], ["senseless", [5, 2924, 2]], ["spare", [5, 2924, 3]], ["pointless", [5, 2924, 4]], ["otiose", [5, 2924, 5]], ["wasted", [5, 2924, 6]], ["supernumerary", [5, 2924, 7]], ["extra", [5, 2924, 8]], ["excess", [5, 2924, 9]], ["surplus", [5, 2924, 10]], ["purposeless", [5, 2924, 11]]]}, {"answer": "supernumerary", "hint": "synonyms for supernumerary", "clues": [["supererogatory", [5, 2925, 0]], ["redundant", [5, 2925, 1]], ["spare", [5, 2925, 2]], ["excess", [5, 2925, 3]], ["surplus", [5, 2925, 4]], ["superfluous", [5, 2925, 5]], ["extra", [5, 2925, 6]]]}, {"answer": "superpatriotic", "hint": "synonyms for superpatriotic", "clues": [["flag-waving", [5, 2926, 0]], ["ultranationalistic", [5, 2926, 1]], ["chauvinistic", [5, 2926, 2]], ["jingoistic", [5, 2926, 3]], ["nationalistic", [5, 2926, 4]]]}, {"answer": "supersensitised", "hint": "synonyms for supersensitised", "clues": [["sensitised", [5, 2927, 0]], ["hypersensitized", [5, 2927, 1]], ["allergic", [5, 2927, 2]], ["supersensitive", [5, 2927, 3]]]}, {"answer": "supersensitive", "hint": "synonyms for supersensitive", "clues": [["sensitised", [5, 2928, 0]], ["hypersensitized", [5, 2928, 1]], ["allergic", [5, 2928, 2]], ["supersensitised", [5, 2928, 3]]]}, {"answer": "supersensitized", "hint": "synonyms for supersensitized", "clues": [["sensitised", [5, 2929, 0]], ["hypersensitized", [5, 2929, 1]], ["allergic", [5, 2929, 2]], ["supersensitive", [5, 2929, 3]]]}, {"answer": "supple", "hint": "synonyms for supple", "clues": [["lissom", [5, 2930, 0]], ["lithe", [5, 2930, 1]], ["limber", [5, 2930, 2]], ["slender", [5, 2930, 3]], ["svelte", [5, 2930, 4]], ["lithesome", [5, 2930, 5]], ["sylphlike", [5, 2930, 6]]]}, {"answer": "supposed", "hint": "synonyms for supposed", "clues": [["supposititious", [5, 2931, 0]], ["so-called", [5, 2931, 1]], ["conjectural", [5, 2931, 2]], ["suppositional", [5, 2931, 3]], ["divinatory", [5, 2931, 4]], ["hypothetical", [5, 2931, 5]], ["alleged", [5, 2931, 6]]]}, {"answer": "suppositional", "hint": "synonyms for suppositional", "clues": [["divinatory", [5, 2932, 0]], ["hypothetical", [5, 2932, 1]], ["supposed", [5, 2932, 2]], ["conjectural", [5, 2932, 3]], ["supposititious", [5, 2932, 4]]]}, {"answer": "suppositious", "hint": "synonyms for suppositious", "clues": [["divinatory", [5, 2933, 0]], ["hypothetical", [5, 2933, 1]], ["supposed", [5, 2933, 2]], ["conjectural", [5, 2933, 3]], ["supposititious", [5, 2933, 4]], ["suppositional", [5, 2933, 5]]]}, {"answer": "supposititious", "hint": "synonyms for supposititious", "clues": [["divinatory", [5, 2934, 0]], ["hypothetical", [5, 2934, 1]], ["supposed", [5, 2934, 2]], ["conjectural", [5, 2934, 3]], ["suppositious", [5, 2934, 4]], ["suppositional", [5, 2934, 5]]]}, {"answer": "surpassing", "hint": "synonyms for surpassing", "clues": [["transcendent", [5, 2935, 0]], ["exceeding", [5, 2935, 1]], ["exceptional", [5, 2935, 2]], ["prodigious", [5, 2935, 3]], ["olympian", [5, 2935, 4]]]}, {"answer": "surplus", "hint": "synonyms for surplus", "clues": [["supererogatory", [5, 2936, 0]], ["redundant", [5, 2936, 1]], ["spare", [5, 2936, 2]], ["excess", [5, 2936, 3]], ["supernumerary", [5, 2936, 4]], ["superfluous", [5, 2936, 5]], ["extra", [5, 2936, 6]]]}, {"answer": "surreptitious", "hint": "synonyms for surreptitious", "clues": [["clandestine", [5, 2937, 0]], ["sneak", [5, 2937, 1]], ["undercover", [5, 2937, 2]], ["hush-hush", [5, 2937, 3]], ["stealthy", [5, 2937, 4]], ["secret", [5, 2937, 5]], ["hugger-mugger", [5, 2937, 6]], ["furtive", [5, 2937, 7]], ["cloak-and-dagger", [5, 2937, 8]], ["hole-and-corner", [5, 2937, 9]], ["underground", [5, 2937, 10]]]}, {"answer": "suspect", "hint": "synonyms for suspect", "clues": [["funny", [5, 2938, 0]], ["suspicious", [5, 2938, 1]], ["shady", [5, 2938, 2]], ["fishy", [5, 2938, 3]]]}, {"answer": "suspicious", "hint": "synonyms for suspicious", "clues": [["leery", [5, 2939, 0]], ["fishy", [5, 2939, 1]], ["shady", [5, 2939, 2]], ["wary", [5, 2939, 3]], ["untrusting", [5, 2939, 4]], ["funny", [5, 2939, 5]], ["mistrustful", [5, 2939, 6]], ["suspect", [5, 2939, 7]]]}, {"answer": "svelte", "hint": "synonyms for svelte", "clues": [["lissom", [5, 2940, 0]], ["lithe", [5, 2940, 1]], ["slender", [5, 2940, 2]], ["urbane", [5, 2940, 3]], ["slight", [5, 2940, 4]], ["refined", [5, 2940, 5]], ["slim", [5, 2940, 6]], ["polished", [5, 2940, 7]], ["lithesome", [5, 2940, 8]], ["sylphlike", [5, 2940, 9]], ["supple", [5, 2940, 10]]]}, {"answer": "swaggering", "hint": "synonyms for swaggering", "clues": [["disdainful", [5, 2941, 0]], ["haughty", [5, 2941, 1]], ["lordly", [5, 2941, 2]], ["prideful", [5, 2941, 3]], ["swashbuckling", [5, 2941, 4]], ["sniffy", [5, 2941, 5]], ["supercilious", [5, 2941, 6]], ["imperious", [5, 2941, 7]], ["overbearing", [5, 2941, 8]]]}, {"answer": "swampy", "hint": "synonyms for swampy", "clues": [["marshy", [5, 2942, 0]], ["miry", [5, 2942, 1]], ["waterlogged", [5, 2942, 2]], ["mucky", [5, 2942, 3]], ["sloppy", [5, 2942, 4]], ["soggy", [5, 2942, 5]], ["boggy", [5, 2942, 6]], ["sloughy", [5, 2942, 7]], ["quaggy", [5, 2942, 8]], ["squashy", [5, 2942, 9]], ["muddy", [5, 2942, 10]]]}, {"answer": "sweet", "hint": "synonyms for sweet", "clues": [["sweet-scented", [5, 2943, 0]], ["sweetened", [5, 2943, 1]], ["sugared", [5, 2943, 2]], ["mellifluous", [5, 2943, 3]], ["angelic", [5, 2943, 4]], ["odoriferous", [5, 2943, 5]], ["fresh", [5, 2943, 6]], ["scented", [5, 2943, 7]], ["odorous", [5, 2943, 8]], ["unfermented", [5, 2943, 9]], ["dulcet", [5, 2943, 10]], ["sweet-smelling", [5, 2943, 11]], ["perfumed", [5, 2943, 12]], ["sweet-flavored", [5, 2943, 13]], ["gratifying", [5, 2943, 14]], ["honeyed", [5, 2943, 15]], ["seraphic", [5, 2943, 16]], ["mellisonant", [5, 2943, 17]], ["cherubic", [5, 2943, 18]]]}, {"answer": "sweet-scented", "hint": "synonyms for sweet-scented", "clues": [["odoriferous", [5, 2944, 0]], ["scented", [5, 2944, 1]], ["odorous", [5, 2944, 2]], ["sweet-smelling", [5, 2944, 3]], ["sweet", [5, 2944, 4]], ["perfumed", [5, 2944, 5]]]}, {"answer": "sweet-smelling", "hint": "synonyms for sweet-smelling", "clues": [["odoriferous", [5, 2945, 0]], ["sweet-scented", [5, 2945, 1]], ["scented", [5, 2945, 2]], ["odorous", [5, 2945, 3]], ["sweet", [5, 2945, 4]], ["perfumed", [5, 2945, 5]]]}, {"answer": "swell", "hint": "synonyms for swell", "clues": [["nifty", [5, 2946, 0]], ["great", [5, 2946, 1]], ["not bad", [5, 2946, 2]], ["bang-up", [5, 2946, 3]], ["cracking", [5, 2946, 4]], ["smashing", [5, 2946, 5]], ["groovy", [5, 2946, 6]], ["neat", [5, 2946, 7]], ["bully", [5, 2946, 8]], ["peachy", [5, 2946, 9]], ["dandy", [5, 2946, 10]], ["keen", [5, 2946, 11]], ["corking", [5, 2946, 12]], ["slap-up", [5, 2946, 13]]]}, {"answer": "swinish", "hint": "synonyms for swinish", "clues": [["neandertal", [5, 2947, 0]], ["loutish", [5, 2947, 1]], ["boorish", [5, 2947, 2]], ["porcine", [5, 2947, 3]], ["hoggish", [5, 2947, 4]], ["piggish", [5, 2947, 5]], ["piggy", [5, 2947, 6]], ["oafish", [5, 2947, 7]]]}, {"answer": "swollen", "hint": "synonyms for swollen", "clues": [["vain", [5, 2948, 0]], ["conceited", [5, 2948, 1]], ["egotistic", [5, 2948, 2]], ["swollen-headed", [5, 2948, 3]], ["self-conceited", [5, 2948, 4]]]}, {"answer": "swollen-headed", "hint": "synonyms for swollen-headed", "clues": [["vain", [5, 2949, 0]], ["conceited", [5, 2949, 1]], ["egotistic", [5, 2949, 2]], ["self-conceited", [5, 2949, 3]], ["swollen", [5, 2949, 4]]]}, {"answer": "sybaritic", "hint": "synonyms for sybaritic", "clues": [["luxuriant", [5, 2950, 0]], ["voluptuary", [5, 2950, 1]], ["epicurean", [5, 2950, 2]], ["voluptuous", [5, 2950, 3]], ["luxurious", [5, 2950, 4]]]}, {"answer": "sycophantic", "hint": "synonyms for sycophantic", "clues": [["obsequious", [5, 2951, 0]], ["toadyish", [5, 2951, 1]], ["fawning", [5, 2951, 2]], ["bootlicking", [5, 2951, 3]]]}, {"answer": "sylphlike", "hint": "synonyms for sylphlike", "clues": [["lissom", [5, 2952, 0]], ["lithe", [5, 2952, 1]], ["svelte", [5, 2952, 2]], ["slender", [5, 2952, 3]], ["lithesome", [5, 2952, 4]], ["supple", [5, 2952, 5]]]}, {"answer": "sympathetic", "hint": "synonyms for sympathetic", "clues": [["charitable", [5, 2953, 0]], ["kindly", [5, 2953, 1]], ["likable", [5, 2953, 2]], ["large-hearted", [5, 2953, 3]], ["appealing", [5, 2953, 4]], ["good-hearted", [5, 2953, 5]], ["benevolent", [5, 2953, 6]], ["harmonic", [5, 2953, 7]], ["openhearted", [5, 2953, 8]]]}, {"answer": "synthetic", "hint": "synonyms for synthetic", "clues": [["man-made", [5, 2954, 0]], ["synthetical", [5, 2954, 1]], ["celluloid", [5, 2954, 2]], ["semisynthetic", [5, 2954, 3]]]}, {"answer": "syrupy", "hint": "synonyms for syrupy", "clues": [["viscous", [5, 2955, 0]], ["honied", [5, 2955, 1]], ["honeyed", [5, 2955, 2]], ["treacly", [5, 2955, 3]], ["saccharine", [5, 2955, 4]], ["cloying", [5, 2955, 5]]]}, {"answer": "taboo", "hint": "synonyms for taboo", "clues": [["tabu", [5, 2956, 0]], ["prohibited", [5, 2956, 1]], ["verboten", [5, 2956, 2]], ["out", [5, 2956, 3]], ["proscribed", [5, 2956, 4]], ["forbidden", [5, 2956, 5]]]}, {"answer": "tabu", "hint": "synonyms for tabu", "clues": [["taboo", [5, 2957, 0]], ["prohibited", [5, 2957, 1]], ["verboten", [5, 2957, 2]], ["out", [5, 2957, 3]], ["proscribed", [5, 2957, 4]], ["forbidden", [5, 2957, 5]]]}, {"answer": "tacky", "hint": "synonyms for tacky", "clues": [["loud", [5, 2958, 0]], ["tatty", [5, 2958, 1]], ["trashy", [5, 2958, 2]], ["flash", [5, 2958, 3]], ["gimcrack", [5, 2958, 4]], ["meretricious", [5, 2958, 5]], ["brassy", [5, 2958, 6]], ["tawdry", [5, 2958, 7]], ["cheap", [5, 2958, 8]], ["gaudy", [5, 2958, 9]], ["garish", [5, 2958, 10]]]}, {"answer": "tailored", "hint": "synonyms for tailored", "clues": [["bespoken", [5, 2959, 0]], ["made-to-order", [5, 2959, 1]], ["tailor-made", [5, 2959, 2]], ["trim", [5, 2959, 3]]]}, {"answer": "taken_with", "hint": "synonyms for taken with", "clues": [["in love", [5, 2960, 0]], ["potty", [5, 2960, 1]], ["enamored", [5, 2960, 2]], ["soft on", [5, 2960, 3]], ["infatuated", [5, 2960, 4]], ["smitten", [5, 2960, 5]]]}, {"answer": "talkative", "hint": "synonyms for talkative", "clues": [["blabby", [5, 2961, 0]], ["expansive", [5, 2961, 1]], ["bigmouthed", [5, 2961, 2]], ["loquacious", [5, 2961, 3]], ["chatty", [5, 2961, 4]], ["talky", [5, 2961, 5]], ["gabby", [5, 2961, 6]], ["blabbermouthed", [5, 2961, 7]], ["garrulous", [5, 2961, 8]]]}, {"answer": "talky", "hint": "synonyms for talky", "clues": [["gabby", [5, 2962, 0]], ["garrulous", [5, 2962, 1]], ["talkative", [5, 2962, 2]], ["loquacious", [5, 2962, 3]], ["chatty", [5, 2962, 4]]]}, {"answer": "tall", "hint": "synonyms for tall", "clues": [["marvellous", [5, 2963, 0]], ["improbable", [5, 2963, 1]], ["grandiloquent", [5, 2963, 2]], ["magniloquent", [5, 2963, 3]]]}, {"answer": "tangled", "hint": "synonyms for tangled", "clues": [["convoluted", [5, 2964, 0]], ["tortuous", [5, 2964, 1]], ["involved", [5, 2964, 2]], ["knotty", [5, 2964, 3]]]}, {"answer": "tangy", "hint": "synonyms for tangy", "clues": [["lemony", [5, 2965, 0]], ["lemonlike", [5, 2965, 1]], ["sourish", [5, 2965, 2]], ["tart", [5, 2965, 3]]]}, {"answer": "tapering", "hint": "synonyms for tapering", "clues": [["tapered", [5, 2966, 0]], ["narrowing", [5, 2966, 1]], ["dwindling", [5, 2966, 2]], ["tapering off", [5, 2966, 3]]]}, {"answer": "tart", "hint": "synonyms for tart", "clues": [["tangy", [5, 2967, 0]], ["lemony", [5, 2967, 1]], ["lemonlike", [5, 2967, 2]], ["sourish", [5, 2967, 3]], ["sharp", [5, 2967, 4]], ["sharp-worded", [5, 2967, 5]]]}, {"answer": "tatterdemalion", "hint": "synonyms for tatterdemalion", "clues": [["derelict", [5, 2968, 0]], ["tumble-down", [5, 2968, 1]], ["tattered", [5, 2968, 2]], ["bedraggled", [5, 2968, 3]], ["broken-down", [5, 2968, 4]], ["ramshackle", [5, 2968, 5]], ["dilapidated", [5, 2968, 6]]]}, {"answer": "tatty", "hint": "synonyms for tatty", "clues": [["loud", [5, 2969, 0]], ["ratty", [5, 2969, 1]], ["trashy", [5, 2969, 2]], ["flash", [5, 2969, 3]], ["gimcrack", [5, 2969, 4]], ["shabby", [5, 2969, 5]], ["tacky", [5, 2969, 6]], ["meretricious", [5, 2969, 7]], ["brassy", [5, 2969, 8]], ["tawdry", [5, 2969, 9]], ["cheap", [5, 2969, 10]], ["moth-eaten", [5, 2969, 11]], ["gaudy", [5, 2969, 12]], ["garish", [5, 2969, 13]]]}, {"answer": "taunting", "hint": "synonyms for taunting", "clues": [["jeering", [5, 2970, 0]], ["mocking", [5, 2970, 1]], ["gibelike", [5, 2970, 2]], ["derisive", [5, 2970, 3]]]}, {"answer": "tawdry", "hint": "synonyms for tawdry", "clues": [["loud", [5, 2971, 0]], ["tatty", [5, 2971, 1]], ["trashy", [5, 2971, 2]], ["flash", [5, 2971, 3]], ["gimcrack", [5, 2971, 4]], ["tacky", [5, 2971, 5]], ["cheapjack", [5, 2971, 6]], ["meretricious", [5, 2971, 7]], ["brassy", [5, 2971, 8]], ["cheap", [5, 2971, 9]], ["shoddy", [5, 2971, 10]], ["gaudy", [5, 2971, 11]], ["garish", [5, 2971, 12]]]}, {"answer": "tearaway", "hint": "synonyms for tearaway", "clues": [["hotheaded", [5, 2972, 0]], ["madcap", [5, 2972, 1]], ["brainish", [5, 2972, 2]], ["impulsive", [5, 2972, 3]], ["impetuous", [5, 2972, 4]]]}, {"answer": "tearing", "hint": "synonyms for tearing", "clues": [["vehement", [5, 2973, 0]], ["trigger-happy", [5, 2973, 1]], ["violent", [5, 2973, 2]], ["fierce", [5, 2973, 3]]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["pestering", [5, 2974, 0]], ["vexing", [5, 2974, 1]], ["pesky", [5, 2974, 2]], ["plaguy", [5, 2974, 3]], ["galling", [5, 2974, 4]], ["vexatious", [5, 2974, 5]], ["quizzical", [5, 2974, 6]], ["irritating", [5, 2974, 7]], ["annoying", [5, 2974, 8]], ["bothersome", [5, 2974, 9]], ["pestiferous", [5, 2974, 10]], ["nettlesome", [5, 2974, 11]], ["mocking", [5, 2974, 12]]]}, {"answer": "techy", "hint": "synonyms for techy", "clues": [["nettlesome", [5, 2975, 0]], ["scratchy", [5, 2975, 1]], ["fractious", [5, 2975, 2]], ["cranky", [5, 2975, 3]], ["irritable", [5, 2975, 4]], ["pettish", [5, 2975, 5]], ["testy", [5, 2975, 6]], ["peevish", [5, 2975, 7]], ["petulant", [5, 2975, 8]], ["tetchy", [5, 2975, 9]], ["peckish", [5, 2975, 10]]]}, {"answer": "tedious", "hint": "synonyms for tedious", "clues": [["irksome", [5, 2976, 0]], ["dull", [5, 2976, 1]], ["deadening", [5, 2976, 2]], ["slow", [5, 2976, 3]], ["tiresome", [5, 2976, 4]], ["boring", [5, 2976, 5]], ["wordy", [5, 2976, 6]], ["ho-hum", [5, 2976, 7]], ["long-winded", [5, 2976, 8]], ["wearisome", [5, 2976, 9]], ["windy", [5, 2976, 10]], ["verbose", [5, 2976, 11]]]}, {"answer": "teensy", "hint": "synonyms for teensy", "clues": [["bittie", [5, 2977, 0]], ["itty-bitty", [5, 2977, 1]], ["teeny", [5, 2977, 2]], ["teeny-weeny", [5, 2977, 3]], ["wee", [5, 2977, 4]], ["bitty", [5, 2977, 5]], ["itsy-bitsy", [5, 2977, 6]], ["teentsy", [5, 2977, 7]], ["weeny", [5, 2977, 8]]]}, {"answer": "teensy-weensy", "hint": "synonyms for teensy-weensy", "clues": [["bittie", [5, 2978, 0]], ["itty-bitty", [5, 2978, 1]], ["teensy", [5, 2978, 2]], ["teeny-weeny", [5, 2978, 3]], ["wee", [5, 2978, 4]], ["bitty", [5, 2978, 5]], ["itsy-bitsy", [5, 2978, 6]], ["weeny", [5, 2978, 7]]]}, {"answer": "teentsy", "hint": "synonyms for teentsy", "clues": [["bittie", [5, 2979, 0]], ["itty-bitty", [5, 2979, 1]], ["teensy", [5, 2979, 2]], ["teeny-weeny", [5, 2979, 3]], ["wee", [5, 2979, 4]], ["bitty", [5, 2979, 5]], ["itsy-bitsy", [5, 2979, 6]], ["weeny", [5, 2979, 7]]]}, {"answer": "teeny", "hint": "synonyms for teeny", "clues": [["bittie", [5, 2980, 0]], ["itty-bitty", [5, 2980, 1]], ["teensy", [5, 2980, 2]], ["teeny-weeny", [5, 2980, 3]], ["wee", [5, 2980, 4]], ["bitty", [5, 2980, 5]], ["itsy-bitsy", [5, 2980, 6]], ["weeny", [5, 2980, 7]]]}, {"answer": "teeny-weeny", "hint": "synonyms for teeny-weeny", "clues": [["bittie", [5, 2981, 0]], ["itty-bitty", [5, 2981, 1]], ["teensy", [5, 2981, 2]], ["wee", [5, 2981, 3]], ["weeny", [5, 2981, 4]], ["bitty", [5, 2981, 5]], ["itsy-bitsy", [5, 2981, 6]], ["teensy-weensy", [5, 2981, 7]]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["cogent", [5, 2982, 0]], ["weighty", [5, 2982, 1]], ["telltale", [5, 2982, 2]], ["impressive", [5, 2982, 3]], ["revealing", [5, 2982, 4]]]}, {"answer": "tempest-swept", "hint": "synonyms for tempest-swept", "clues": [["storm-tossed", [5, 2983, 0]], ["buffeted", [5, 2983, 1]], ["tempest-tossed", [5, 2983, 2]], ["tempest-tost", [5, 2983, 3]]]}, {"answer": "tempest-tossed", "hint": "synonyms for tempest-tossed", "clues": [["storm-tossed", [5, 2984, 0]], ["tempest-swept", [5, 2984, 1]], ["buffeted", [5, 2984, 2]], ["tempest-tost", [5, 2984, 3]]]}, {"answer": "tempest-tost", "hint": "synonyms for tempest-tost", "clues": [["storm-tossed", [5, 2985, 0]], ["tempest-swept", [5, 2985, 1]], ["buffeted", [5, 2985, 2]], ["tempest-tossed", [5, 2985, 3]]]}, {"answer": "tempestuous", "hint": "synonyms for tempestuous", "clues": [["stormy", [5, 2986, 0]], ["furious", [5, 2986, 1]], ["angry", [5, 2986, 2]], ["raging", [5, 2986, 3]], ["wild", [5, 2986, 4]]]}, {"answer": "tempting", "hint": "synonyms for tempting", "clues": [["enticing", [5, 2987, 0]], ["tantalising", [5, 2987, 1]], ["alluring", [5, 2987, 2]], ["beguiling", [5, 2987, 3]]]}, {"answer": "tenacious", "hint": "synonyms for tenacious", "clues": [["persistent", [5, 2988, 0]], ["dogged", [5, 2988, 1]], ["recollective", [5, 2988, 2]], ["retentive", [5, 2988, 3]], ["pertinacious", [5, 2988, 4]], ["dour", [5, 2988, 5]], ["coherent", [5, 2988, 6]], ["unyielding", [5, 2988, 7]], ["long", [5, 2988, 8]]]}, {"answer": "tender", "hint": "synonyms for tender", "clues": [["lovesome", [5, 2989, 0]], ["untoughened", [5, 2989, 1]], ["fond", [5, 2989, 2]], ["crank", [5, 2989, 3]], ["raw", [5, 2989, 4]], ["sensitive", [5, 2989, 5]], ["warm", [5, 2989, 6]], ["tippy", [5, 2989, 7]], ["affectionate", [5, 2989, 8]], ["sore", [5, 2989, 9]]]}, {"answer": "tending", "hint": "synonyms for tending", "clues": [["disposed", [5, 2990, 0]], ["minded", [5, 2990, 1]], ["apt", [5, 2990, 2]], ["given", [5, 2990, 3]]]}, {"answer": "tensile", "hint": "synonyms for tensile", "clues": [["pliant", [5, 2991, 0]], ["pliable", [5, 2991, 1]], ["tractile", [5, 2991, 2]], ["ductile", [5, 2991, 3]], ["malleable", [5, 2991, 4]]]}, {"answer": "tenuous", "hint": "synonyms for tenuous", "clues": [["thin", [5, 2992, 0]], ["slight", [5, 2992, 1]], ["fragile", [5, 2992, 2]], ["flimsy", [5, 2992, 3]]]}, {"answer": "terminated", "hint": "synonyms for terminated", "clues": [["complete", [5, 2993, 0]], ["ended", [5, 2993, 1]], ["over", [5, 2993, 2]], ["all over", [5, 2993, 3]], ["concluded", [5, 2993, 4]]]}, {"answer": "terrene", "hint": "synonyms for terrene", "clues": [["tellurian", [5, 2994, 0]], ["mundane", [5, 2994, 1]], ["telluric", [5, 2994, 2]], ["terrestrial", [5, 2994, 3]]]}, {"answer": "terrestrial", "hint": "synonyms for terrestrial", "clues": [["terrene", [5, 2995, 0]], ["tellurian", [5, 2995, 1]], ["planetary", [5, 2995, 2]], ["sublunar", [5, 2995, 3]], ["telluric", [5, 2995, 4]], ["mundane", [5, 2995, 5]]]}, {"answer": "terrible", "hint": "synonyms for terrible", "clues": [["fearful", [5, 2996, 0]], ["dire", [5, 2996, 1]], ["wicked", [5, 2996, 2]], ["abominable", [5, 2996, 3]], ["dread", [5, 2996, 4]], ["frightening", [5, 2996, 5]], ["horrific", [5, 2996, 6]], ["atrocious", [5, 2996, 7]], ["frightful", [5, 2996, 8]], ["awful", [5, 2996, 9]], ["horrendous", [5, 2996, 10]], ["unspeakable", [5, 2996, 11]], ["direful", [5, 2996, 12]], ["tremendous", [5, 2996, 13]], ["fearsome", [5, 2996, 14]], ["dreaded", [5, 2996, 15]], ["severe", [5, 2996, 16]], ["dreadful", [5, 2996, 17]], ["painful", [5, 2996, 18]]]}, {"answer": "terrific", "hint": "synonyms for terrific", "clues": [["marvellous", [5, 2997, 0]], ["fantastic", [5, 2997, 1]], ["wondrous", [5, 2997, 2]], ["wonderful", [5, 2997, 3]], ["rattling", [5, 2997, 4]], ["tremendous", [5, 2997, 5]], ["terrifying", [5, 2997, 6]], ["howling", [5, 2997, 7]], ["grand", [5, 2997, 8]]]}, {"answer": "terrified", "hint": "synonyms for terrified", "clues": [["panicked", [5, 2998, 0]], ["panic-stricken", [5, 2998, 1]], ["panicky", [5, 2998, 2]], ["frightened", [5, 2998, 3]], ["panic-struck", [5, 2998, 4]]]}, {"answer": "tested", "hint": "synonyms for tested", "clues": [["tried", [5, 2999, 0]], ["tried and true", [5, 2999, 1]], ["well-tried", [5, 2999, 2]], ["time-tested", [5, 2999, 3]]]}, {"answer": "testy", "hint": "synonyms for testy", "clues": [["nettlesome", [5, 3000, 0]], ["scratchy", [5, 3000, 1]], ["techy", [5, 3000, 2]], ["fractious", [5, 3000, 3]], ["cranky", [5, 3000, 4]], ["irritable", [5, 3000, 5]], ["pettish", [5, 3000, 6]], ["peevish", [5, 3000, 7]], ["petulant", [5, 3000, 8]], ["peckish", [5, 3000, 9]]]}, {"answer": "tetchy", "hint": "synonyms for tetchy", "clues": [["nettlesome", [5, 3001, 0]], ["scratchy", [5, 3001, 1]], ["techy", [5, 3001, 2]], ["fractious", [5, 3001, 3]], ["cranky", [5, 3001, 4]], ["irritable", [5, 3001, 5]], ["pettish", [5, 3001, 6]], ["testy", [5, 3001, 7]], ["peevish", [5, 3001, 8]], ["petulant", [5, 3001, 9]], ["peckish", [5, 3001, 10]]]}, {"answer": "thankless", "hint": "synonyms for thankless", "clues": [["unthankful", [5, 3002, 0]], ["ungratifying", [5, 3002, 1]], ["unappreciated", [5, 3002, 2]], ["ungrateful", [5, 3002, 3]]]}, {"answer": "therapeutic", "hint": "synonyms for therapeutic", "clues": [["remedial", [5, 3003, 0]], ["sanative", [5, 3003, 1]], ["healing", [5, 3003, 2]], ["alterative", [5, 3003, 3]], ["curative", [5, 3003, 4]], ["therapeutical", [5, 3003, 5]]]}, {"answer": "thick", "hint": "synonyms for thick", "clues": [["wooden-headed", [5, 3004, 0]], ["fatheaded", [5, 3004, 1]], ["duncical", [5, 3004, 2]], ["compact", [5, 3004, 3]], ["thickheaded", [5, 3004, 4]], ["heavyset", [5, 3004, 5]], ["chummy", [5, 3004, 6]], ["slurred", [5, 3004, 7]], ["stocky", [5, 3004, 8]], ["buddy-buddy", [5, 3004, 9]], ["blockheaded", [5, 3004, 10]], ["loggerheaded", [5, 3004, 11]], ["thick-skulled", [5, 3004, 12]], ["deep", [5, 3004, 13]], ["thickset", [5, 3004, 14]], ["dense", [5, 3004, 15]], ["boneheaded", [5, 3004, 16]], ["duncish", [5, 3004, 17]]]}, {"answer": "thick-skulled", "hint": "synonyms for thick-skulled", "clues": [["thick", [5, 3005, 0]], ["fatheaded", [5, 3005, 1]], ["wooden-headed", [5, 3005, 2]], ["duncical", [5, 3005, 3]], ["thickheaded", [5, 3005, 4]], ["blockheaded", [5, 3005, 5]], ["loggerheaded", [5, 3005, 6]], ["boneheaded", [5, 3005, 7]], ["duncish", [5, 3005, 8]]]}, {"answer": "thickheaded", "hint": "synonyms for thickheaded", "clues": [["thick", [5, 3006, 0]], ["fatheaded", [5, 3006, 1]], ["wooden-headed", [5, 3006, 2]], ["duncical", [5, 3006, 3]], ["blockheaded", [5, 3006, 4]], ["loggerheaded", [5, 3006, 5]], ["thick-skulled", [5, 3006, 6]], ["boneheaded", [5, 3006, 7]], ["duncish", [5, 3006, 8]]]}, {"answer": "thickset", "hint": "synonyms for thickset", "clues": [["heavyset", [5, 3007, 0]], ["thick", [5, 3007, 1]], ["stocky", [5, 3007, 2]], ["compact", [5, 3007, 3]]]}, {"answer": "thin", "hint": "synonyms for thin", "clues": [["slender", [5, 3008, 0]], ["slight", [5, 3008, 1]], ["tenuous", [5, 3008, 2]], ["fragile", [5, 3008, 3]], ["flimsy", [5, 3008, 4]], ["sparse", [5, 3008, 5]], ["lean", [5, 3008, 6]]]}, {"answer": "thorny", "hint": "synonyms for thorny", "clues": [["barbed", [5, 3009, 0]], ["bristled", [5, 3009, 1]], ["burry", [5, 3009, 2]], ["setaceous", [5, 3009, 3]], ["burred", [5, 3009, 4]], ["spiny", [5, 3009, 5]], ["briery", [5, 3009, 6]], ["barbellate", [5, 3009, 7]], ["briary", [5, 3009, 8]], ["prickly", [5, 3009, 9]], ["bristly", [5, 3009, 10]], ["setose", [5, 3009, 11]]]}, {"answer": "thoroughgoing", "hint": "synonyms for thoroughgoing", "clues": [["gross", [5, 3010, 0]], ["double-dyed", [5, 3010, 1]], ["perfect", [5, 3010, 2]], ["arrant", [5, 3010, 3]], ["utter", [5, 3010, 4]], ["thorough", [5, 3010, 5]], ["sodding", [5, 3010, 6]], ["everlasting", [5, 3010, 7]], ["staring", [5, 3010, 8]], ["stark", [5, 3010, 9]], ["pure", [5, 3010, 10]], ["consummate", [5, 3010, 11]], ["exhaustive", [5, 3010, 12]], ["complete", [5, 3010, 13]], ["unadulterated", [5, 3010, 14]]]}, {"answer": "thoughtful", "hint": "synonyms for thoughtful", "clues": [["paying attention", [5, 3011, 0]], ["attentive", [5, 3011, 1]], ["heedful", [5, 3011, 2]], ["serious-minded", [5, 3011, 3]]]}, {"answer": "thousand", "hint": "synonyms for thousand", "clues": [["one thousand", [5, 3012, 0]], ["m", [5, 3012, 1]], ["k", [5, 3012, 2]], ["1000", [5, 3012, 3]]]}, {"answer": "threadbare", "hint": "synonyms for threadbare", "clues": [["trite", [5, 3013, 0]], ["stock", [5, 3013, 1]], ["timeworn", [5, 3013, 2]], ["banal", [5, 3013, 3]], ["shopworn", [5, 3013, 4]], ["old-hat", [5, 3013, 5]], ["hackneyed", [5, 3013, 6]], ["tired", [5, 3013, 7]], ["well-worn", [5, 3013, 8]], ["commonplace", [5, 3013, 9]]]}, {"answer": "threadlike", "hint": "synonyms for threadlike", "clues": [["filamentous", [5, 3014, 0]], ["filiform", [5, 3014, 1]], ["thready", [5, 3014, 2]], ["filamentlike", [5, 3014, 3]]]}, {"answer": "thready", "hint": "synonyms for thready", "clues": [["stringy", [5, 3015, 0]], ["filiform", [5, 3015, 1]], ["filamentlike", [5, 3015, 2]], ["ropy", [5, 3015, 3]], ["filamentous", [5, 3015, 4]], ["threadlike", [5, 3015, 5]]]}, {"answer": "threatening", "hint": "synonyms for threatening", "clues": [["minacious", [5, 3016, 0]], ["baleful", [5, 3016, 1]], ["forbidding", [5, 3016, 2]], ["lowering", [5, 3016, 3]], ["menacing", [5, 3016, 4]], ["sullen", [5, 3016, 5]], ["ominous", [5, 3016, 6]], ["heavy", [5, 3016, 7]], ["minatory", [5, 3016, 8]], ["sinister", [5, 3016, 9]]]}, {"answer": "three-dimensional", "hint": "synonyms for three-dimensional", "clues": [["three-d", [5, 3017, 0]], ["third-dimensional", [5, 3017, 1]], ["3-dimensional", [5, 3017, 2]], ["cubic", [5, 3017, 3]]]}, {"answer": "three-fold", "hint": "synonyms for three-fold", "clues": [["two-fold", [5, 3018, 0]], ["threefold", [5, 3018, 1]], ["dual", [5, 3018, 2]], ["double", [5, 3018, 3]], ["treble", [5, 3018, 4]], ["triple", [5, 3018, 5]]]}, {"answer": "threefold", "hint": "synonyms for threefold", "clues": [["three-fold", [5, 3019, 0]], ["two-fold", [5, 3019, 1]], ["dual", [5, 3019, 2]], ["double", [5, 3019, 3]], ["treble", [5, 3019, 4]], ["triple", [5, 3019, 5]]]}, {"answer": "threepenny", "hint": "synonyms for threepenny", "clues": [["twopenny-halfpenny", [5, 3020, 0]], ["two-a-penny", [5, 3020, 1]], ["sixpenny", [5, 3020, 2]], ["twopenny", [5, 3020, 3]], ["tuppeny", [5, 3020, 4]]]}, {"answer": "thriving", "hint": "synonyms for thriving", "clues": [["palmy", [5, 3021, 0]], ["booming", [5, 3021, 1]], ["prospering", [5, 3021, 2]], ["roaring", [5, 3021, 3]], ["prosperous", [5, 3021, 4]], ["flourishing", [5, 3021, 5]]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["walloping", [5, 3022, 0]], ["whopping", [5, 3022, 1]], ["banging", [5, 3022, 2]], ["humongous", [5, 3022, 3]]]}, {"answer": "thunderstruck", "hint": "synonyms for thunderstruck", "clues": [["flabbergasted", [5, 3023, 0]], ["dumbstruck", [5, 3023, 1]], ["dumbstricken", [5, 3023, 2]], ["dumbfounded", [5, 3023, 3]], ["stupefied", [5, 3023, 4]]]}, {"answer": "thwarted", "hint": "synonyms for thwarted", "clues": [["foiled", [5, 3024, 0]], ["disappointed", [5, 3024, 1]], ["defeated", [5, 3024, 2]], ["discomfited", [5, 3024, 3]], ["frustrated", [5, 3024, 4]]]}, {"answer": "tidy", "hint": "synonyms for tidy", "clues": [["goodly", [5, 3025, 0]], ["kempt", [5, 3025, 1]], ["goodish", [5, 3025, 2]], ["sizable", [5, 3025, 3]], ["hefty", [5, 3025, 4]], ["healthy", [5, 3025, 5]], ["respectable", [5, 3025, 6]]]}, {"answer": "tied", "hint": "synonyms for tied", "clues": [["laced", [5, 3026, 0]], ["level", [5, 3026, 1]], ["even", [5, 3026, 2]], ["fastened", [5, 3026, 3]], ["trussed", [5, 3026, 4]]]}, {"answer": "tight", "hint": "synonyms for tight", "clues": [["fuddled", [5, 3027, 0]], ["sloshed", [5, 3027, 1]], ["stiff", [5, 3027, 2]], ["cockeyed", [5, 3027, 3]], ["sozzled", [5, 3027, 4]], ["nasty", [5, 3027, 5]], ["pie-eyed", [5, 3027, 6]], ["soaked", [5, 3027, 7]], ["pixilated", [5, 3027, 8]], ["close", [5, 3027, 9]], ["blotto", [5, 3027, 10]], ["mingy", [5, 3027, 11]], ["wet", [5, 3027, 12]], ["pissed", [5, 3027, 13]], ["miserly", [5, 3027, 14]], ["besotted", [5, 3027, 15]], ["soused", [5, 3027, 16]], ["rigorous", [5, 3027, 17]], ["compressed", [5, 3027, 18]], ["smashed", [5, 3027, 19]], ["slopped", [5, 3027, 20]], ["taut", [5, 3027, 21]], ["blind drunk", [5, 3027, 22]], ["plastered", [5, 3027, 23]], ["stringent", [5, 3027, 24]], ["crocked", [5, 3027, 25]], ["loaded", [5, 3027, 26]], ["squiffy", [5, 3027, 27]], ["mean", [5, 3027, 28]]]}, {"answer": "tight-laced", "hint": "synonyms for tight-laced", "clues": [["prim", [5, 3028, 0]], ["priggish", [5, 3028, 1]], ["straitlaced", [5, 3028, 2]], ["victorian", [5, 3028, 3]], ["prudish", [5, 3028, 4]], ["square-toed", [5, 3028, 5]], ["puritanical", [5, 3028, 6]], ["prissy", [5, 3028, 7]]]}, {"answer": "tightlipped", "hint": "synonyms for tightlipped", "clues": [["closelipped", [5, 3029, 0]], ["close", [5, 3029, 1]], ["closemouthed", [5, 3029, 2]], ["secretive", [5, 3029, 3]]]}, {"answer": "tilted", "hint": "synonyms for tilted", "clues": [["atilt", [5, 3030, 0]], ["canted", [5, 3030, 1]], ["tipped", [5, 3030, 2]], ["leaning", [5, 3030, 3]]]}, {"answer": "timeworn", "hint": "synonyms for timeworn", "clues": [["trite", [5, 3031, 0]], ["stock", [5, 3031, 1]], ["banal", [5, 3031, 2]], ["shopworn", [5, 3031, 3]], ["old-hat", [5, 3031, 4]], ["hackneyed", [5, 3031, 5]], ["threadbare", [5, 3031, 6]], ["tired", [5, 3031, 7]], ["well-worn", [5, 3031, 8]], ["commonplace", [5, 3031, 9]]]}, {"answer": "timid", "hint": "synonyms for timid", "clues": [["shy", [5, 3032, 0]], ["diffident", [5, 3032, 1]], ["fainthearted", [5, 3032, 2]], ["faint", [5, 3032, 3]], ["unsure", [5, 3032, 4]]]}, {"answer": "tinny", "hint": "synonyms for tinny", "clues": [["crummy", [5, 3033, 0]], ["cheesy", [5, 3033, 1]], ["sleazy", [5, 3033, 2]], ["chintzy", [5, 3033, 3]], ["cheap", [5, 3033, 4]], ["punk", [5, 3033, 5]], ["bum", [5, 3033, 6]]]}, {"answer": "tiny", "hint": "synonyms for tiny", "clues": [["petite", [5, 3034, 0]], ["midget", [5, 3034, 1]], ["bantam", [5, 3034, 2]], ["lilliputian", [5, 3034, 3]], ["flyspeck", [5, 3034, 4]], ["diminutive", [5, 3034, 5]]]}, {"answer": "tipped", "hint": "synonyms for tipped", "clues": [["atilt", [5, 3035, 0]], ["canted", [5, 3035, 1]], ["tilted", [5, 3035, 2]], ["leaning", [5, 3035, 3]]]}, {"answer": "tiptop", "hint": "synonyms for tiptop", "clues": [["ace", [5, 3036, 0]], ["topnotch", [5, 3036, 1]], ["super", [5, 3036, 2]], ["first-rate", [5, 3036, 3]], ["crack", [5, 3036, 4]], ["tops", [5, 3036, 5]]]}, {"answer": "tired", "hint": "synonyms for tired", "clues": [["trite", [5, 3037, 0]], ["stock", [5, 3037, 1]], ["timeworn", [5, 3037, 2]], ["banal", [5, 3037, 3]], ["shopworn", [5, 3037, 4]], ["old-hat", [5, 3037, 5]], ["hackneyed", [5, 3037, 6]], ["threadbare", [5, 3037, 7]], ["well-worn", [5, 3037, 8]], ["commonplace", [5, 3037, 9]]]}, {"answer": "tired_of", "hint": "synonyms for tired of", "clues": [["sick", [5, 3038, 0]], ["sick of", [5, 3038, 1]], ["fed up", [5, 3038, 2]], ["disgusted", [5, 3038, 3]]]}, {"answer": "tireless", "hint": "synonyms for tireless", "clues": [["untiring", [5, 3039, 0]], ["indefatigable", [5, 3039, 1]], ["unflagging", [5, 3039, 2]], ["hardworking", [5, 3039, 3]], ["industrious", [5, 3039, 4]], ["unwearying", [5, 3039, 5]]]}, {"answer": "tiresome", "hint": "synonyms for tiresome", "clues": [["irksome", [5, 3040, 0]], ["dull", [5, 3040, 1]], ["deadening", [5, 3040, 2]], ["tedious", [5, 3040, 3]], ["slow", [5, 3040, 4]], ["boring", [5, 3040, 5]], ["ho-hum", [5, 3040, 6]], ["wearisome", [5, 3040, 7]]]}, {"answer": "toadyish", "hint": "synonyms for toadyish", "clues": [["obsequious", [5, 3041, 0]], ["sycophantic", [5, 3041, 1]], ["fawning", [5, 3041, 2]], ["bootlicking", [5, 3041, 3]]]}, {"answer": "togged_up", "hint": "synonyms for togged up", "clues": [["spiffed up", [5, 3042, 0]], ["dressed-up", [5, 3042, 1]], ["dolled up", [5, 3042, 2]], ["spruced up", [5, 3042, 3]], ["dressed to the nines", [5, 3042, 4]], ["dressed", [5, 3042, 5]], ["dressed to kill", [5, 3042, 6]]]}, {"answer": "toilsome", "hint": "synonyms for toilsome", "clues": [["heavy", [5, 3043, 0]], ["arduous", [5, 3043, 1]], ["grueling", [5, 3043, 2]], ["laborious", [5, 3043, 3]], ["backbreaking", [5, 3043, 4]], ["operose", [5, 3043, 5]], ["punishing", [5, 3043, 6]], ["hard", [5, 3043, 7]]]}, {"answer": "tolerant", "hint": "synonyms for tolerant", "clues": [["kind", [5, 3044, 0]], ["large-minded", [5, 3044, 1]], ["broad", [5, 3044, 2]], ["liberal", [5, 3044, 3]], ["patient of", [5, 3044, 4]], ["resistant", [5, 3044, 5]]]}, {"answer": "tonic", "hint": "synonyms for tonic", "clues": [["fresh", [5, 3045, 0]], ["refreshful", [5, 3045, 1]], ["refreshing", [5, 3045, 2]], ["tonal", [5, 3045, 3]], ["accented", [5, 3045, 4]], ["bracing", [5, 3045, 5]], ["brisk", [5, 3045, 6]]]}, {"answer": "too-generous", "hint": "synonyms for too-generous", "clues": [["unstinted", [5, 3046, 0]], ["overgenerous", [5, 3046, 1]], ["munificent", [5, 3046, 2]], ["unstinting", [5, 3046, 3]], ["unsparing", [5, 3046, 4]], ["lavish", [5, 3046, 5]]]}, {"answer": "too_big_for_one's_breeches", "hint": "synonyms for too big for one's breeches", "clues": [["stuck-up", [5, 3047, 0]], ["uppish", [5, 3047, 1]], ["bigheaded", [5, 3047, 2]], ["snooty", [5, 3047, 3]], ["persnickety", [5, 3047, 4]], ["snot-nosed", [5, 3047, 5]], ["snotty", [5, 3047, 6]]]}, {"answer": "toothed", "hint": "synonyms for toothed", "clues": [["jaggy", [5, 3048, 0]], ["notched", [5, 3048, 1]], ["erose", [5, 3048, 2]], ["saw-toothed", [5, 3048, 3]], ["serrate", [5, 3048, 4]], ["jagged", [5, 3048, 5]]]}, {"answer": "toothsome", "hint": "synonyms for toothsome", "clues": [["red-hot", [5, 3049, 0]], ["delectable", [5, 3049, 1]], ["pleasant-tasting", [5, 3049, 2]], ["voluptuous", [5, 3049, 3]], ["luscious", [5, 3049, 4]], ["yummy", [5, 3049, 5]], ["palatable", [5, 3049, 6]], ["scrumptious", [5, 3049, 7]], ["juicy", [5, 3049, 8]], ["delicious", [5, 3049, 9]]]}, {"answer": "top-notch", "hint": "synonyms for top-notch", "clues": [["ace", [5, 3050, 0]], ["topnotch", [5, 3050, 1]], ["super", [5, 3050, 2]], ["first-rate", [5, 3050, 3]], ["crack", [5, 3050, 4]], ["tops", [5, 3050, 5]], ["tiptop", [5, 3050, 6]]]}, {"answer": "topnotch", "hint": "synonyms for topnotch", "clues": [["ace", [5, 3051, 0]], ["super", [5, 3051, 1]], ["first-rate", [5, 3051, 2]], ["crack", [5, 3051, 3]], ["top-notch", [5, 3051, 4]], ["tops", [5, 3051, 5]], ["tiptop", [5, 3051, 6]]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["ace", [5, 3052, 0]], ["topnotch", [5, 3052, 1]], ["super", [5, 3052, 2]], ["first-rate", [5, 3052, 3]], ["crack", [5, 3052, 4]], ["tiptop", [5, 3052, 5]]]}, {"answer": "topsy-turvy", "hint": "synonyms for topsy-turvy", "clues": [["disorderly", [5, 3053, 0]], ["hugger-mugger", [5, 3053, 1]], ["jumbled", [5, 3053, 2]], ["higgledy-piggledy", [5, 3053, 3]]]}, {"answer": "torpid", "hint": "synonyms for torpid", "clues": [["soggy", [5, 3054, 0]], ["dormant", [5, 3054, 1]], ["inert", [5, 3054, 2]], ["sluggish", [5, 3054, 3]], ["hibernating", [5, 3054, 4]]]}, {"answer": "torrid", "hint": "synonyms for torrid", "clues": [["fiery", [5, 3055, 0]], ["impassioned", [5, 3055, 1]], ["perfervid", [5, 3055, 2]], ["ardent", [5, 3055, 3]], ["fervid", [5, 3055, 4]], ["fervent", [5, 3055, 5]]]}, {"answer": "tortuous", "hint": "synonyms for tortuous", "clues": [["convoluted", [5, 3056, 0]], ["winding", [5, 3056, 1]], ["tangled", [5, 3056, 2]], ["voluminous", [5, 3056, 3]], ["involved", [5, 3056, 4]], ["twisting", [5, 3056, 5]], ["twisty", [5, 3056, 6]], ["knotty", [5, 3056, 7]]]}, {"answer": "torturesome", "hint": "synonyms for torturesome", "clues": [["excruciating", [5, 3057, 0]], ["harrowing", [5, 3057, 1]], ["agonizing", [5, 3057, 2]], ["torturing", [5, 3057, 3]], ["torturous", [5, 3057, 4]]]}, {"answer": "torturing", "hint": "synonyms for torturing", "clues": [["excruciating", [5, 3058, 0]], ["harrowing", [5, 3058, 1]], ["agonizing", [5, 3058, 2]], ["torturesome", [5, 3058, 3]], ["torturous", [5, 3058, 4]]]}, {"answer": "torturous", "hint": "synonyms for torturous", "clues": [["excruciating", [5, 3059, 0]], ["harrowing", [5, 3059, 1]], ["agonizing", [5, 3059, 2]], ["torturesome", [5, 3059, 3]], ["torturing", [5, 3059, 4]]]}, {"answer": "touched", "hint": "synonyms for touched", "clues": [["affected", [5, 3060, 0]], ["moved", [5, 3060, 1]], ["stirred", [5, 3060, 2]], ["fey", [5, 3060, 3]]]}, {"answer": "touchy", "hint": "synonyms for touchy", "clues": [["huffy", [5, 3061, 0]], ["ticklish", [5, 3061, 1]], ["feisty", [5, 3061, 2]], ["thin-skinned", [5, 3061, 3]], ["delicate", [5, 3061, 4]]]}, {"answer": "tough", "hint": "synonyms for tough", "clues": [["ruffianly", [5, 3062, 0]], ["problematical", [5, 3062, 1]], ["elusive", [5, 3062, 2]], ["toughened", [5, 3062, 3]], ["bad", [5, 3062, 4]], ["hard", [5, 3062, 5]], ["baffling", [5, 3062, 6]], ["rugged", [5, 3062, 7]], ["sturdy", [5, 3062, 8]], ["knotty", [5, 3062, 9]]]}, {"answer": "toughened", "hint": "synonyms for toughened", "clues": [["treated", [5, 3063, 0]], ["tempered", [5, 3063, 1]], ["tough", [5, 3063, 2]], ["hardened", [5, 3063, 3]]]}, {"answer": "trackless", "hint": "synonyms for trackless", "clues": [["roadless", [5, 3064, 0]], ["untrodden", [5, 3064, 1]], ["pathless", [5, 3064, 2]], ["untracked", [5, 3064, 3]], ["untrod", [5, 3064, 4]]]}, {"answer": "tractile", "hint": "synonyms for tractile", "clues": [["pliant", [5, 3065, 0]], ["pliable", [5, 3065, 1]], ["ductile", [5, 3065, 2]], ["malleable", [5, 3065, 3]], ["tensile", [5, 3065, 4]]]}, {"answer": "traitorous", "hint": "synonyms for traitorous", "clues": [["treasonous", [5, 3066, 0]], ["treasonable", [5, 3066, 1]], ["faithless", [5, 3066, 2]], ["unfaithful", [5, 3066, 3]]]}, {"answer": "tranquil", "hint": "synonyms for tranquil", "clues": [["calm", [5, 3067, 0]], ["unagitated", [5, 3067, 1]], ["unruffled", [5, 3067, 2]], ["still", [5, 3067, 3]], ["quiet", [5, 3067, 4]], ["smooth", [5, 3067, 5]], ["placid", [5, 3067, 6]], ["serene", [5, 3067, 7]]]}, {"answer": "tranquilising", "hint": "synonyms for tranquilising", "clues": [["tranquillizing", [5, 3068, 0]], ["ataractic", [5, 3068, 1]], ["ataraxic", [5, 3068, 2]], ["sedative", [5, 3068, 3]]]}, {"answer": "tranquilizing", "hint": "synonyms for tranquilizing", "clues": [["tranquilising", [5, 3069, 0]], ["ataractic", [5, 3069, 1]], ["ataraxic", [5, 3069, 2]], ["sedative", [5, 3069, 3]]]}, {"answer": "tranquillising", "hint": "synonyms for tranquillising", "clues": [["tranquilising", [5, 3070, 0]], ["ataractic", [5, 3070, 1]], ["ataraxic", [5, 3070, 2]], ["sedative", [5, 3070, 3]]]}, {"answer": "tranquillizing", "hint": "synonyms for tranquillizing", "clues": [["tranquilising", [5, 3071, 0]], ["ataractic", [5, 3071, 1]], ["ataraxic", [5, 3071, 2]], ["sedative", [5, 3071, 3]]]}, {"answer": "transferable", "hint": "synonyms for transferable", "clues": [["movable", [5, 3072, 0]], ["transferrable", [5, 3072, 1]], ["assignable", [5, 3072, 2]], ["conveyable", [5, 3072, 3]], ["negotiable", [5, 3072, 4]], ["transportable", [5, 3072, 5]]]}, {"answer": "transferrable", "hint": "synonyms for transferrable", "clues": [["transferable", [5, 3073, 0]], ["movable", [5, 3073, 1]], ["assignable", [5, 3073, 2]], ["conveyable", [5, 3073, 3]], ["negotiable", [5, 3073, 4]], ["transportable", [5, 3073, 5]]]}, {"answer": "transfixed", "hint": "synonyms for transfixed", "clues": [["spell-bound", [5, 3074, 0]], ["fascinated", [5, 3074, 1]], ["hypnotized", [5, 3074, 2]], ["mesmerised", [5, 3074, 3]]]}, {"answer": "transient", "hint": "synonyms for transient", "clues": [["short-lived", [5, 3075, 0]], ["transeunt", [5, 3075, 1]], ["ephemeral", [5, 3075, 2]], ["fugacious", [5, 3075, 3]], ["passing", [5, 3075, 4]], ["transitory", [5, 3075, 5]]]}, {"answer": "transitory", "hint": "synonyms for transitory", "clues": [["transient", [5, 3076, 0]], ["short-lived", [5, 3076, 1]], ["ephemeral", [5, 3076, 2]], ["fugacious", [5, 3076, 3]], ["passing", [5, 3076, 4]]]}, {"answer": "transmissible", "hint": "synonyms for transmissible", "clues": [["communicable", [5, 3077, 0]], ["familial", [5, 3077, 1]], ["hereditary", [5, 3077, 2]], ["genetic", [5, 3077, 3]], ["contagious", [5, 3077, 4]], ["patrimonial", [5, 3077, 5]], ["transmitted", [5, 3077, 6]], ["ancestral", [5, 3077, 7]], ["contractable", [5, 3077, 8]], ["catching", [5, 3077, 9]], ["inherited", [5, 3077, 10]], ["transmittable", [5, 3077, 11]]]}, {"answer": "transmittable", "hint": "synonyms for transmittable", "clues": [["transmissible", [5, 3078, 0]], ["contagious", [5, 3078, 1]], ["contractable", [5, 3078, 2]], ["catching", [5, 3078, 3]], ["communicable", [5, 3078, 4]]]}, {"answer": "transmitted", "hint": "synonyms for transmitted", "clues": [["familial", [5, 3079, 0]], ["hereditary", [5, 3079, 1]], ["genetic", [5, 3079, 2]], ["transmissible", [5, 3079, 3]], ["inherited", [5, 3079, 4]]]}, {"answer": "transparent", "hint": "synonyms for transparent", "clues": [["gossamer", [5, 3080, 0]], ["crystalline", [5, 3080, 1]], ["vaporous", [5, 3080, 2]], ["diaphanous", [5, 3080, 3]], ["crystal clear", [5, 3080, 4]], ["pellucid", [5, 3080, 5]], ["gauzy", [5, 3080, 6]], ["guileless", [5, 3080, 7]], ["filmy", [5, 3080, 8]], ["gauze-like", [5, 3080, 9]], ["limpid", [5, 3080, 10]], ["sheer", [5, 3080, 11]], ["cobwebby", [5, 3080, 12]], ["see-through", [5, 3080, 13]], ["lucid", [5, 3080, 14]]]}, {"answer": "trashy", "hint": "synonyms for trashy", "clues": [["loud", [5, 3081, 0]], ["tatty", [5, 3081, 1]], ["flash", [5, 3081, 2]], ["gimcrack", [5, 3081, 3]], ["tacky", [5, 3081, 4]], ["meretricious", [5, 3081, 5]], ["brassy", [5, 3081, 6]], ["tawdry", [5, 3081, 7]], ["cheap", [5, 3081, 8]], ["gaudy", [5, 3081, 9]], ["rubbishy", [5, 3081, 10]], ["garish", [5, 3081, 11]]]}, {"answer": "treasonable", "hint": "synonyms for treasonable", "clues": [["traitorous", [5, 3082, 0]], ["treasonous", [5, 3082, 1]], ["faithless", [5, 3082, 2]], ["unfaithful", [5, 3082, 3]]]}, {"answer": "treasonous", "hint": "synonyms for treasonous", "clues": [["traitorous", [5, 3083, 0]], ["treasonable", [5, 3083, 1]], ["faithless", [5, 3083, 2]], ["unfaithful", [5, 3083, 3]]]}, {"answer": "treble", "hint": "synonyms for treble", "clues": [["three-fold", [5, 3084, 0]], ["two-fold", [5, 3084, 1]], ["triple", [5, 3084, 2]], ["ternary", [5, 3084, 3]], ["dual", [5, 3084, 4]], ["double", [5, 3084, 5]], ["soprano", [5, 3084, 6]]]}, {"answer": "tree-shaped", "hint": "synonyms for tree-shaped", "clues": [["dendroid", [5, 3085, 0]], ["arboresque", [5, 3085, 1]], ["arborescent", [5, 3085, 2]], ["treelike", [5, 3085, 3]], ["arboreous", [5, 3085, 4]], ["arboreal", [5, 3085, 5]], ["dendriform", [5, 3085, 6]], ["arboriform", [5, 3085, 7]]]}, {"answer": "treelike", "hint": "synonyms for treelike", "clues": [["dendroid", [5, 3086, 0]], ["arboresque", [5, 3086, 1]], ["arborescent", [5, 3086, 2]], ["arboreous", [5, 3086, 3]], ["arboreal", [5, 3086, 4]], ["dendriform", [5, 3086, 5]], ["tree-shaped", [5, 3086, 6]], ["arboriform", [5, 3086, 7]]]}, {"answer": "tremendous", "hint": "synonyms for tremendous", "clues": [["marvellous", [5, 3087, 0]], ["fantastic", [5, 3087, 1]], ["wondrous", [5, 3087, 2]], ["wonderful", [5, 3087, 3]], ["rattling", [5, 3087, 4]], ["terrific", [5, 3087, 5]], ["enormous", [5, 3087, 6]], ["howling", [5, 3087, 7]], ["awful", [5, 3087, 8]], ["grand", [5, 3087, 9]], ["frightful", [5, 3087, 10]], ["terrible", [5, 3087, 11]]]}, {"answer": "trenchant", "hint": "synonyms for trenchant", "clues": [["searching", [5, 3088, 0]], ["hard-hitting", [5, 3088, 1]], ["distinct", [5, 3088, 2]], ["clear-cut", [5, 3088, 3]]]}, {"answer": "tributary", "hint": "synonyms for tributary", "clues": [["contributory", [5, 3089, 0]], ["contributing", [5, 3089, 1]], ["conducive", [5, 3089, 2]], ["contributive", [5, 3089, 3]]]}, {"answer": "tricksy", "hint": "synonyms for tricksy", "clues": [["cunning", [5, 3090, 0]], ["sly", [5, 3090, 1]], ["crafty", [5, 3090, 2]], ["tricky", [5, 3090, 3]], ["foxy", [5, 3090, 4]], ["slick", [5, 3090, 5]], ["dodgy", [5, 3090, 6]], ["knavish", [5, 3090, 7]], ["wily", [5, 3090, 8]], ["guileful", [5, 3090, 9]]]}, {"answer": "tricky", "hint": "synonyms for tricky", "clues": [["cunning", [5, 3091, 0]], ["sly", [5, 3091, 1]], ["dodgy", [5, 3091, 2]], ["tricksy", [5, 3091, 3]], ["crafty", [5, 3091, 4]], ["catchy", [5, 3091, 5]], ["foxy", [5, 3091, 6]], ["slick", [5, 3091, 7]], ["slippery", [5, 3091, 8]], ["knavish", [5, 3091, 9]], ["wily", [5, 3091, 10]], ["guileful", [5, 3091, 11]]]}, {"answer": "tried", "hint": "synonyms for tried", "clues": [["tested", [5, 3092, 0]], ["tried and true", [5, 3092, 1]], ["well-tried", [5, 3092, 2]], ["time-tested", [5, 3092, 3]]]}, {"answer": "trigger-happy", "hint": "synonyms for trigger-happy", "clues": [["vehement", [5, 3093, 0]], ["tearing", [5, 3093, 1]], ["violent", [5, 3093, 2]], ["fierce", [5, 3093, 3]]]}, {"answer": "trim", "hint": "synonyms for trim", "clues": [["trig", [5, 3094, 0]], ["clean-cut", [5, 3094, 1]], ["tailored", [5, 3094, 2]], ["spare", [5, 3094, 3]], ["shipshape", [5, 3094, 4]], ["well-kept", [5, 3094, 5]]]}, {"answer": "triple", "hint": "synonyms for triple", "clues": [["three-fold", [5, 3095, 0]], ["treble", [5, 3095, 1]], ["ternary", [5, 3095, 2]], ["triplex", [5, 3095, 3]]]}, {"answer": "tripping", "hint": "synonyms for tripping", "clues": [["swinging", [5, 3096, 0]], ["lightsome", [5, 3096, 1]], ["lilting", [5, 3096, 2]], ["light", [5, 3096, 3]], ["swingy", [5, 3096, 4]]]}, {"answer": "trite", "hint": "synonyms for trite", "clues": [["stock", [5, 3097, 0]], ["timeworn", [5, 3097, 1]], ["banal", [5, 3097, 2]], ["shopworn", [5, 3097, 3]], ["old-hat", [5, 3097, 4]], ["hackneyed", [5, 3097, 5]], ["threadbare", [5, 3097, 6]], ["tired", [5, 3097, 7]], ["well-worn", [5, 3097, 8]], ["commonplace", [5, 3097, 9]]]}, {"answer": "triumphal", "hint": "synonyms for triumphal", "clues": [["rejoicing", [5, 3098, 0]], ["exultant", [5, 3098, 1]], ["jubilant", [5, 3098, 2]], ["exulting", [5, 3098, 3]], ["triumphant", [5, 3098, 4]], ["prideful", [5, 3098, 5]]]}, {"answer": "triumphant", "hint": "synonyms for triumphant", "clues": [["rejoicing", [5, 3099, 0]], ["exultant", [5, 3099, 1]], ["jubilant", [5, 3099, 2]], ["triumphal", [5, 3099, 3]], ["victorious", [5, 3099, 4]], ["prideful", [5, 3099, 5]], ["exulting", [5, 3099, 6]]]}, {"answer": "trivial", "hint": "synonyms for trivial", "clues": [["superficial", [5, 3100, 0]], ["petty", [5, 3100, 1]], ["little", [5, 3100, 2]], ["lilliputian", [5, 3100, 3]], ["fiddling", [5, 3100, 4]], ["niggling", [5, 3100, 5]], ["footling", [5, 3100, 6]], ["picayune", [5, 3100, 7]], ["piffling", [5, 3100, 8]]]}, {"answer": "troubled", "hint": "synonyms for troubled", "clues": [["disruptive", [5, 3101, 0]], ["riotous", [5, 3101, 1]], ["turbulent", [5, 3101, 2]], ["tumultuous", [5, 3101, 3]]]}, {"answer": "troubling", "hint": "synonyms for troubling", "clues": [["distressful", [5, 3102, 0]], ["worrisome", [5, 3102, 1]], ["distressing", [5, 3102, 2]], ["disturbing", [5, 3102, 3]], ["worrying", [5, 3102, 4]], ["perturbing", [5, 3102, 5]]]}, {"answer": "true", "hint": "synonyms for true", "clues": [["dependable", [5, 3103, 0]], ["honest", [5, 3103, 1]], ["reliable", [5, 3103, 2]], ["truthful", [5, 3103, 3]], ["genuine", [5, 3103, 4]], ["lawful", [5, 3103, 5]], ["on-key", [5, 3103, 6]], ["rightful", [5, 3103, 7]], ["straight", [5, 3103, 8]], ["unfeigned", [5, 3103, 9]], ["dead on target", [5, 3103, 10]]]}, {"answer": "tubby", "hint": "synonyms for tubby", "clues": [["pudgy", [5, 3104, 0]], ["dumpy", [5, 3104, 1]], ["podgy", [5, 3104, 2]], ["roly-poly", [5, 3104, 3]]]}, {"answer": "tube-shaped", "hint": "synonyms for tube-shaped", "clues": [["tubular", [5, 3105, 0]], ["vasiform", [5, 3105, 1]], ["cannular", [5, 3105, 2]], ["tubelike", [5, 3105, 3]]]}, {"answer": "tubelike", "hint": "synonyms for tubelike", "clues": [["tubular", [5, 3106, 0]], ["vasiform", [5, 3106, 1]], ["cannular", [5, 3106, 2]], ["tube-shaped", [5, 3106, 3]]]}, {"answer": "tubular", "hint": "synonyms for tubular", "clues": [["tubelike", [5, 3107, 0]], ["cannular", [5, 3107, 1]], ["tube-shaped", [5, 3107, 2]], ["vasiform", [5, 3107, 3]]]}, {"answer": "tumble-down", "hint": "synonyms for tumble-down", "clues": [["derelict", [5, 3108, 0]], ["tatterdemalion", [5, 3108, 1]], ["bedraggled", [5, 3108, 2]], ["broken-down", [5, 3108, 3]], ["ramshackle", [5, 3108, 4]], ["dilapidated", [5, 3108, 5]]]}, {"answer": "tumescent", "hint": "synonyms for tumescent", "clues": [["turgid", [5, 3109, 0]], ["tumid", [5, 3109, 1]], ["puffy", [5, 3109, 2]], ["intumescent", [5, 3109, 3]]]}, {"answer": "tumid", "hint": "synonyms for tumid", "clues": [["erect", [5, 3110, 0]], ["turgid", [5, 3110, 1]], ["orotund", [5, 3110, 2]], ["intumescent", [5, 3110, 3]], ["bombastic", [5, 3110, 4]], ["puffy", [5, 3110, 5]], ["declamatory", [5, 3110, 6]], ["large", [5, 3110, 7]]]}, {"answer": "tumultuous", "hint": "synonyms for tumultuous", "clues": [["disruptive", [5, 3111, 0]], ["riotous", [5, 3111, 1]], ["turbulent", [5, 3111, 2]], ["troubled", [5, 3111, 3]]]}, {"answer": "tuppeny", "hint": "synonyms for tuppeny", "clues": [["twopenny-halfpenny", [5, 3112, 0]], ["two-a-penny", [5, 3112, 1]], ["sixpenny", [5, 3112, 2]], ["twopenny", [5, 3112, 3]], ["threepenny", [5, 3112, 4]]]}, {"answer": "turbid", "hint": "synonyms for turbid", "clues": [["muddy", [5, 3113, 0]], ["murky", [5, 3113, 1]], ["mirky", [5, 3113, 2]], ["cloudy", [5, 3113, 3]]]}, {"answer": "turbinate", "hint": "synonyms for turbinate", "clues": [["whorled", [5, 3114, 0]], ["volute", [5, 3114, 1]], ["helical", [5, 3114, 2]], ["spiraling", [5, 3114, 3]], ["coiling", [5, 3114, 4]]]}, {"answer": "turbulent", "hint": "synonyms for turbulent", "clues": [["disruptive", [5, 3115, 0]], ["troubled", [5, 3115, 1]], ["roiling", [5, 3115, 2]], ["churning", [5, 3115, 3]], ["tumultuous", [5, 3115, 4]], ["riotous", [5, 3115, 5]], ["roily", [5, 3115, 6]], ["roiled", [5, 3115, 7]]]}, {"answer": "turgid", "hint": "synonyms for turgid", "clues": [["orotund", [5, 3116, 0]], ["tumid", [5, 3116, 1]], ["intumescent", [5, 3116, 2]], ["bombastic", [5, 3116, 3]], ["puffy", [5, 3116, 4]], ["declamatory", [5, 3116, 5]], ["large", [5, 3116, 6]]]}, {"answer": "turned_on", "hint": "synonyms for turned on", "clues": [["steamy", [5, 3117, 0]], ["aroused", [5, 3117, 1]], ["ruttish", [5, 3117, 2]], ["horny", [5, 3117, 3]], ["randy", [5, 3117, 4]]]}, {"answer": "twee", "hint": "synonyms for twee", "clues": [["prim", [5, 3118, 0]], ["niminy-piminy", [5, 3118, 1]], ["dainty", [5, 3118, 2]], ["mincing", [5, 3118, 3]]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["tortuous", [5, 3119, 0]], ["voluminous", [5, 3119, 1]], ["twisty", [5, 3119, 2]], ["winding", [5, 3119, 3]]]}, {"answer": "twisty", "hint": "synonyms for twisty", "clues": [["tortuous", [5, 3120, 0]], ["voluminous", [5, 3120, 1]], ["twisting", [5, 3120, 2]], ["winding", [5, 3120, 3]]]}, {"answer": "two-a-penny", "hint": "synonyms for two-a-penny", "clues": [["twopenny-halfpenny", [5, 3121, 0]], ["sixpenny", [5, 3121, 1]], ["twopenny", [5, 3121, 2]], ["threepenny", [5, 3121, 3]], ["tuppeny", [5, 3121, 4]]]}, {"answer": "two-faced", "hint": "synonyms for two-faced", "clues": [["double-tongued", [5, 3122, 0]], ["ambidextrous", [5, 3122, 1]], ["double-dealing", [5, 3122, 2]], ["double-faced", [5, 3122, 3]], ["deceitful", [5, 3122, 4]], ["duplicitous", [5, 3122, 5]]]}, {"answer": "two-fold", "hint": "synonyms for two-fold", "clues": [["threefold", [5, 3123, 0]], ["dual", [5, 3123, 1]], ["double", [5, 3123, 2]], ["treble", [5, 3123, 3]], ["twofold", [5, 3123, 4]]]}, {"answer": "twofold", "hint": "synonyms for twofold", "clues": [["two-fold", [5, 3124, 0]], ["threefold", [5, 3124, 1]], ["dual", [5, 3124, 2]], ["double", [5, 3124, 3]], ["treble", [5, 3124, 4]]]}, {"answer": "twopenny", "hint": "synonyms for twopenny", "clues": [["twopenny-halfpenny", [5, 3125, 0]], ["two-a-penny", [5, 3125, 1]], ["sixpenny", [5, 3125, 2]], ["threepenny", [5, 3125, 3]], ["tuppeny", [5, 3125, 4]]]}, {"answer": "twopenny-halfpenny", "hint": "synonyms for twopenny-halfpenny", "clues": [["two-a-penny", [5, 3126, 0]], ["sixpenny", [5, 3126, 1]], ["twopenny", [5, 3126, 2]], ["threepenny", [5, 3126, 3]], ["tuppeny", [5, 3126, 4]]]}, {"answer": "tyrannic", "hint": "synonyms for tyrannic", "clues": [["despotic", [5, 3127, 0]], ["autocratic", [5, 3127, 1]], ["dictatorial", [5, 3127, 2]], ["authoritarian", [5, 3127, 3]], ["tyrannical", [5, 3127, 4]]]}, {"answer": "tyrannical", "hint": "synonyms for tyrannical", "clues": [["tyrannous", [5, 3128, 0]], ["despotic", [5, 3128, 1]], ["tyrannic", [5, 3128, 2]], ["autocratic", [5, 3128, 3]], ["dictatorial", [5, 3128, 4]], ["oppressive", [5, 3128, 5]], ["authoritarian", [5, 3128, 6]]]}, {"answer": "ugly", "hint": "synonyms for ugly", "clues": [["despicable", [5, 3129, 0]], ["slimy", [5, 3129, 1]], ["worthless", [5, 3129, 2]], ["wretched", [5, 3129, 3]], ["unworthy", [5, 3129, 4]], ["vile", [5, 3129, 5]], ["horrible", [5, 3129, 6]], ["frightful", [5, 3129, 7]], ["surly", [5, 3129, 8]], ["atrocious", [5, 3129, 9]], ["horrifying", [5, 3129, 10]]]}, {"answer": "ulterior", "hint": "synonyms for ulterior", "clues": [["subterranean", [5, 3130, 0]], ["subterraneous", [5, 3130, 1]], ["later", [5, 3130, 2]], ["posterior", [5, 3130, 3]]]}, {"answer": "ultranationalistic", "hint": "synonyms for ultranationalistic", "clues": [["flag-waving", [5, 3131, 0]], ["chauvinistic", [5, 3131, 1]], ["jingoistic", [5, 3131, 2]], ["superpatriotic", [5, 3131, 3]], ["nationalistic", [5, 3131, 4]]]}, {"answer": "umbrageous", "hint": "synonyms for umbrageous", "clues": [["shady", [5, 3132, 0]], ["indignant", [5, 3132, 1]], ["shadowed", [5, 3132, 2]], ["incensed", [5, 3132, 3]], ["shadowy", [5, 3132, 4]], ["outraged", [5, 3132, 5]]]}, {"answer": "unadulterated", "hint": "synonyms for unadulterated", "clues": [["double-dyed", [5, 3133, 0]], ["pure", [5, 3133, 1]], ["arrant", [5, 3133, 2]], ["thoroughgoing", [5, 3133, 3]], ["utter", [5, 3133, 4]], ["everlasting", [5, 3133, 5]], ["staring", [5, 3133, 6]], ["stark", [5, 3133, 7]], ["gross", [5, 3133, 8]], ["consummate", [5, 3133, 9]], ["sodding", [5, 3133, 10]], ["complete", [5, 3133, 11]], ["perfect", [5, 3133, 12]]]}, {"answer": "unanimous", "hint": "synonyms for unanimous", "clues": [["whole", [5, 3134, 0]], ["consentaneous", [5, 3134, 1]], ["consentient", [5, 3134, 2]], ["solid", [5, 3134, 3]]]}, {"answer": "unappareled", "hint": "synonyms for unappareled", "clues": [["ungarbed", [5, 3135, 0]], ["unattired", [5, 3135, 1]], ["ungarmented", [5, 3135, 2]], ["unclad", [5, 3135, 3]], ["undressed", [5, 3135, 4]]]}, {"answer": "unappeasable", "hint": "synonyms for unappeasable", "clues": [["inexorable", [5, 3136, 0]], ["unforgiving", [5, 3136, 1]], ["unrelenting", [5, 3136, 2]], ["stern", [5, 3136, 3]], ["relentless", [5, 3136, 4]], ["grim", [5, 3136, 5]]]}, {"answer": "unappreciated", "hint": "synonyms for unappreciated", "clues": [["unvalued", [5, 3137, 0]], ["unsung", [5, 3137, 1]], ["thankless", [5, 3137, 2]], ["ungratifying", [5, 3137, 3]]]}, {"answer": "unassailable", "hint": "synonyms for unassailable", "clues": [["bulletproof", [5, 3138, 0]], ["unshakable", [5, 3138, 1]], ["watertight", [5, 3138, 2]], ["secure", [5, 3138, 3]], ["untouchable", [5, 3138, 4]], ["impregnable", [5, 3138, 5]], ["inviolable", [5, 3138, 6]], ["unattackable", [5, 3138, 7]], ["strong", [5, 3138, 8]]]}, {"answer": "unattackable", "hint": "synonyms for unattackable", "clues": [["secure", [5, 3139, 0]], ["strong", [5, 3139, 1]], ["unassailable", [5, 3139, 2]], ["impregnable", [5, 3139, 3]], ["inviolable", [5, 3139, 4]]]}, {"answer": "unattired", "hint": "synonyms for unattired", "clues": [["unappareled", [5, 3140, 0]], ["ungarbed", [5, 3140, 1]], ["ungarmented", [5, 3140, 2]], ["unclad", [5, 3140, 3]], ["undressed", [5, 3140, 4]]]}, {"answer": "unbalanced", "hint": "synonyms for unbalanced", "clues": [["sick", [5, 3141, 0]], ["brainsick", [5, 3141, 1]], ["demented", [5, 3141, 2]], ["imbalanced", [5, 3141, 3]], ["unhinged", [5, 3141, 4]], ["disturbed", [5, 3141, 5]], ["mad", [5, 3141, 6]], ["crazy", [5, 3141, 7]]]}, {"answer": "unbarred", "hint": "synonyms for unbarred", "clues": [["unbolted", [5, 3142, 0]], ["unsecured", [5, 3142, 1]], ["unlatched", [5, 3142, 2]], ["unlocked", [5, 3142, 3]]]}, {"answer": "unbecoming", "hint": "synonyms for unbecoming", "clues": [["indecorous", [5, 3143, 0]], ["untoward", [5, 3143, 1]], ["indecent", [5, 3143, 2]], ["uncomely", [5, 3143, 3]], ["unseemly", [5, 3143, 4]]]}, {"answer": "unbelievable", "hint": "synonyms for unbelievable", "clues": [["unconvincing", [5, 3144, 0]], ["improbable", [5, 3144, 1]], ["incredible", [5, 3144, 2]], ["unlikely", [5, 3144, 3]]]}, {"answer": "unbelieving", "hint": "synonyms for unbelieving", "clues": [["skeptical", [5, 3145, 0]], ["nescient", [5, 3145, 1]], ["atheistic", [5, 3145, 2]], ["disbelieving", [5, 3145, 3]]]}, {"answer": "unbendable", "hint": "synonyms for unbendable", "clues": [["firm", [5, 3146, 0]], ["unwavering", [5, 3146, 1]], ["steadfast", [5, 3146, 2]], ["unshakable", [5, 3146, 3]], ["unfaltering", [5, 3146, 4]], ["steady", [5, 3146, 5]], ["stiff", [5, 3146, 6]]]}, {"answer": "unbodied", "hint": "synonyms for unbodied", "clues": [["unembodied", [5, 3147, 0]], ["discorporate", [5, 3147, 1]], ["disembodied", [5, 3147, 2]], ["bodiless", [5, 3147, 3]]]}, {"answer": "unbolted", "hint": "synonyms for unbolted", "clues": [["unbarred", [5, 3148, 0]], ["unsecured", [5, 3148, 1]], ["unlatched", [5, 3148, 2]], ["unlocked", [5, 3148, 3]]]}, {"answer": "uncanny", "hint": "synonyms for uncanny", "clues": [["unearthly", [5, 3149, 0]], ["preternatural", [5, 3149, 1]], ["eldritch", [5, 3149, 2]], ["weird", [5, 3149, 3]]]}, {"answer": "uncaring", "hint": "synonyms for uncaring", "clues": [["unaffectionate", [5, 3150, 0]], ["thoughtless", [5, 3150, 1]], ["detached", [5, 3150, 2]], ["unthinking", [5, 3150, 3]]]}, {"answer": "unceasing", "hint": "synonyms for unceasing", "clues": [["never-ending", [5, 3151, 0]], ["ceaseless", [5, 3151, 1]], ["constant", [5, 3151, 2]], ["eonian", [5, 3151, 3]], ["unending", [5, 3151, 4]], ["unremitting", [5, 3151, 5]], ["perpetual", [5, 3151, 6]], ["everlasting", [5, 3151, 7]], ["ageless", [5, 3151, 8]], ["incessant", [5, 3151, 9]], ["eternal", [5, 3151, 10]]]}, {"answer": "uncertain", "hint": "synonyms for uncertain", "clues": [["unsure", [5, 3152, 0]], ["changeable", [5, 3152, 1]], ["unsettled", [5, 3152, 2]], ["incertain", [5, 3152, 3]], ["unsealed", [5, 3152, 4]]]}, {"answer": "uncivilised", "hint": "synonyms for uncivilised", "clues": [["barbaric", [5, 3153, 0]], ["barbarian", [5, 3153, 1]], ["savage", [5, 3153, 2]], ["uncivilized", [5, 3153, 3]], ["wild", [5, 3153, 4]]]}, {"answer": "uncivilized", "hint": "synonyms for uncivilized", "clues": [["barbaric", [5, 3154, 0]], ["uncivilised", [5, 3154, 1]], ["barbarian", [5, 3154, 2]], ["savage", [5, 3154, 3]], ["wild", [5, 3154, 4]]]}, {"answer": "unclad", "hint": "synonyms for unclad", "clues": [["unappareled", [5, 3155, 0]], ["ungarbed", [5, 3155, 1]], ["unattired", [5, 3155, 2]], ["ungarmented", [5, 3155, 3]], ["undressed", [5, 3155, 4]]]}, {"answer": "unclouded", "hint": "synonyms for unclouded", "clues": [["clear", [5, 3156, 0]], ["clean", [5, 3156, 1]], ["light", [5, 3156, 2]], ["cloudless", [5, 3156, 3]]]}, {"answer": "uncomely", "hint": "synonyms for uncomely", "clues": [["unbecoming", [5, 3157, 0]], ["indecorous", [5, 3157, 1]], ["untoward", [5, 3157, 2]], ["indecent", [5, 3157, 3]], ["unseemly", [5, 3157, 4]]]}, {"answer": "uncomplicated", "hint": "synonyms for uncomplicated", "clues": [["unsophisticated", [5, 3158, 0]], ["simple", [5, 3158, 1]], ["elementary", [5, 3158, 2]], ["unproblematic", [5, 3158, 3]]]}, {"answer": "unconnected", "hint": "synonyms for unconnected", "clues": [["confused", [5, 3159, 0]], ["disconnected", [5, 3159, 1]], ["illogical", [5, 3159, 2]], ["scattered", [5, 3159, 3]], ["disordered", [5, 3159, 4]], ["disjointed", [5, 3159, 5]], ["garbled", [5, 3159, 6]]]}, {"answer": "unconscionable", "hint": "synonyms for unconscionable", "clues": [["extortionate", [5, 3160, 0]], ["conscienceless", [5, 3160, 1]], ["usurious", [5, 3160, 2]], ["outrageous", [5, 3160, 3]], ["steep", [5, 3160, 4]], ["exorbitant", [5, 3160, 5]]]}, {"answer": "uncontrollable", "hint": "synonyms for uncontrollable", "clues": [["unruly", [5, 3161, 0]], ["unmanageable", [5, 3161, 1]], ["ungovernable", [5, 3161, 2]], ["irrepressible", [5, 3161, 3]], ["uncorrectable", [5, 3161, 4]], ["indocile", [5, 3161, 5]]]}, {"answer": "unconvincing", "hint": "synonyms for unconvincing", "clues": [["unbelievable", [5, 3162, 0]], ["flimsy", [5, 3162, 1]], ["improbable", [5, 3162, 2]], ["unlikely", [5, 3162, 3]]]}, {"answer": "uncounted", "hint": "synonyms for uncounted", "clues": [["multitudinous", [5, 3163, 0]], ["unnumberable", [5, 3163, 1]], ["unnumbered", [5, 3163, 2]], ["infinite", [5, 3163, 3]], ["myriad", [5, 3163, 4]], ["numberless", [5, 3163, 5]], ["innumerous", [5, 3163, 6]], ["countless", [5, 3163, 7]]]}, {"answer": "uncouth", "hint": "synonyms for uncouth", "clues": [["coarse", [5, 3164, 0]], ["vulgar", [5, 3164, 1]], ["rough-cut", [5, 3164, 2]], ["common", [5, 3164, 3]]]}, {"answer": "unctuous", "hint": "synonyms for unctuous", "clues": [["smarmy", [5, 3165, 0]], ["oleaginous", [5, 3165, 1]], ["fulsome", [5, 3165, 2]], ["buttery", [5, 3165, 3]], ["soapy", [5, 3165, 4]], ["oily", [5, 3165, 5]]]}, {"answer": "uncut", "hint": "synonyms for uncut", "clues": [["unmown", [5, 3166, 0]], ["full-length", [5, 3166, 1]], ["rough", [5, 3166, 2]], ["untrimmed", [5, 3166, 3]]]}, {"answer": "undecided", "hint": "synonyms for undecided", "clues": [["on the fence", [5, 3167, 0]], ["open", [5, 3167, 1]], ["undetermined", [5, 3167, 2]], ["unresolved", [5, 3167, 3]]]}, {"answer": "under_the_weather", "hint": "synonyms for under the weather", "clues": [["sickly", [5, 3168, 0]], ["indisposed", [5, 3168, 1]], ["peaked", [5, 3168, 2]], ["poorly", [5, 3168, 3]], ["unwell", [5, 3168, 4]], ["ailing", [5, 3168, 5]], ["seedy", [5, 3168, 6]]]}, {"answer": "underbred", "hint": "synonyms for underbred", "clues": [["ill-bred", [5, 3169, 0]], ["bounderish", [5, 3169, 1]], ["yokelish", [5, 3169, 2]], ["rude", [5, 3169, 3]], ["lowbred", [5, 3169, 4]]]}, {"answer": "undercover", "hint": "synonyms for undercover", "clues": [["clandestine", [5, 3170, 0]], ["hush-hush", [5, 3170, 1]], ["surreptitious", [5, 3170, 2]], ["secret", [5, 3170, 3]], ["hugger-mugger", [5, 3170, 4]], ["underground", [5, 3170, 5]], ["cloak-and-dagger", [5, 3170, 6]], ["hole-and-corner", [5, 3170, 7]]]}, {"answer": "underground", "hint": "synonyms for underground", "clues": [["clandestine", [5, 3171, 0]], ["undercover", [5, 3171, 1]], ["hush-hush", [5, 3171, 2]], ["surreptitious", [5, 3171, 3]], ["belowground", [5, 3171, 4]], ["secret", [5, 3171, 5]], ["hugger-mugger", [5, 3171, 6]], ["cloak-and-dagger", [5, 3171, 7]], ["hole-and-corner", [5, 3171, 8]]]}, {"answer": "underlying", "hint": "synonyms for underlying", "clues": [["fundamental", [5, 3172, 0]], ["implicit in", [5, 3172, 1]], ["rudimentary", [5, 3172, 2]], ["inherent", [5, 3172, 3]]]}, {"answer": "understandable", "hint": "synonyms for understandable", "clues": [["intelligible", [5, 3173, 0]], ["apprehensible", [5, 3173, 1]], ["perceivable", [5, 3173, 2]], ["graspable", [5, 3173, 3]]]}, {"answer": "underweight", "hint": "synonyms for underweight", "clues": [["scrawny", [5, 3174, 0]], ["scraggy", [5, 3174, 1]], ["weedy", [5, 3174, 2]], ["skinny", [5, 3174, 3]], ["boney", [5, 3174, 4]]]}, {"answer": "undetermined", "hint": "synonyms for undetermined", "clues": [["open", [5, 3175, 0]], ["undecided", [5, 3175, 1]], ["unresolved", [5, 3175, 2]], ["indeterminate", [5, 3175, 3]]]}, {"answer": "undirected", "hint": "synonyms for undirected", "clues": [["afloat", [5, 3176, 0]], ["aimless", [5, 3176, 1]], ["directionless", [5, 3176, 2]], ["rudderless", [5, 3176, 3]], ["adrift", [5, 3176, 4]], ["planless", [5, 3176, 5]]]}, {"answer": "undone", "hint": "synonyms for undone", "clues": [["sunk", [5, 3177, 0]], ["ruined", [5, 3177, 1]], ["done for", [5, 3177, 2]], ["unstuck", [5, 3177, 3]], ["washed-up", [5, 3177, 4]]]}, {"answer": "undreamed_of", "hint": "synonyms for undreamed of", "clues": [["undreamt of", [5, 3178, 0]], ["unimagined", [5, 3178, 1]], ["undreamt", [5, 3178, 2]], ["undreamed", [5, 3178, 3]]]}, {"answer": "undressed", "hint": "synonyms for undressed", "clues": [["ungarbed", [5, 3179, 0]], ["unattired", [5, 3179, 1]], ["ungarmented", [5, 3179, 2]], ["unclad", [5, 3179, 3]], ["unappareled", [5, 3179, 4]]]}, {"answer": "undue", "hint": "synonyms for undue", "clues": [["unjustified", [5, 3180, 0]], ["unreasonable", [5, 3180, 1]], ["excessive", [5, 3180, 2]], ["inordinate", [5, 3180, 3]], ["unwarranted", [5, 3180, 4]]]}, {"answer": "unearthly", "hint": "synonyms for unearthly", "clues": [["uncanny", [5, 3181, 0]], ["spiritual", [5, 3181, 1]], ["eldritch", [5, 3181, 2]], ["weird", [5, 3181, 3]]]}, {"answer": "uneasy", "hint": "synonyms for uneasy", "clues": [["awkward", [5, 3182, 0]], ["anxious", [5, 3182, 1]], ["restless", [5, 3182, 2]], ["unquiet", [5, 3182, 3]], ["ill at ease", [5, 3182, 4]], ["nervous", [5, 3182, 5]], ["queasy", [5, 3182, 6]]]}, {"answer": "unembellished", "hint": "synonyms for unembellished", "clues": [["unornamented", [5, 3183, 0]], ["bare", [5, 3183, 1]], ["plain", [5, 3183, 2]], ["spare", [5, 3183, 3]]]}, {"answer": "unembodied", "hint": "synonyms for unembodied", "clues": [["unbodied", [5, 3184, 0]], ["discorporate", [5, 3184, 1]], ["disembodied", [5, 3184, 2]], ["bodiless", [5, 3184, 3]]]}, {"answer": "unending", "hint": "synonyms for unending", "clues": [["unceasing", [5, 3185, 0]], ["perpetual", [5, 3185, 1]], ["everlasting", [5, 3185, 2]], ["ageless", [5, 3185, 3]], ["aeonian", [5, 3185, 4]], ["eternal", [5, 3185, 5]]]}, {"answer": "unequaled", "hint": "synonyms for unequaled", "clues": [["unequalled", [5, 3186, 0]], ["alone", [5, 3186, 1]], ["unparalleled", [5, 3186, 2]], ["unique", [5, 3186, 3]]]}, {"answer": "unequalled", "hint": "synonyms for unequalled", "clues": [["unparalleled", [5, 3187, 0]], ["alone", [5, 3187, 1]], ["unequaled", [5, 3187, 2]], ["unique", [5, 3187, 3]]]}, {"answer": "uneven", "hint": "synonyms for uneven", "clues": [["scratchy", [5, 3188, 0]], ["mismatched", [5, 3188, 1]], ["odd", [5, 3188, 2]], ["spotty", [5, 3188, 3]]]}, {"answer": "unexpended", "hint": "synonyms for unexpended", "clues": [["remaining", [5, 3189, 0]], ["left", [5, 3189, 1]], ["leftover", [5, 3189, 2]], ["odd", [5, 3189, 3]], ["unspent", [5, 3189, 4]]]}, {"answer": "unexpressed", "hint": "synonyms for unexpressed", "clues": [["unsaid", [5, 3190, 0]], ["unuttered", [5, 3190, 1]], ["unstated", [5, 3190, 2]], ["unverbalised", [5, 3190, 3]], ["unvoiced", [5, 3190, 4]], ["unspoken", [5, 3190, 5]]]}, {"answer": "unexpressive", "hint": "synonyms for unexpressive", "clues": [["impassive", [5, 3191, 0]], ["poker-faced", [5, 3191, 1]], ["deadpan", [5, 3191, 2]], ["expressionless", [5, 3191, 3]]]}, {"answer": "unfaithful", "hint": "synonyms for unfaithful", "clues": [["treasonous", [5, 3192, 0]], ["traitorous", [5, 3192, 1]], ["treasonable", [5, 3192, 2]], ["faithless", [5, 3192, 3]]]}, {"answer": "unfaltering", "hint": "synonyms for unfaltering", "clues": [["firm", [5, 3193, 0]], ["unwavering", [5, 3193, 1]], ["unbendable", [5, 3193, 2]], ["unshakable", [5, 3193, 3]], ["steadfast", [5, 3193, 4]], ["steady", [5, 3193, 5]], ["stiff", [5, 3193, 6]]]}, {"answer": "unfearing", "hint": "synonyms for unfearing", "clues": [["intrepid", [5, 3194, 0]], ["hardy", [5, 3194, 1]], ["dauntless", [5, 3194, 2]], ["fearless", [5, 3194, 3]], ["audacious", [5, 3194, 4]], ["brave", [5, 3194, 5]]]}, {"answer": "unflagging", "hint": "synonyms for unflagging", "clues": [["indefatigable", [5, 3195, 0]], ["unwearying", [5, 3195, 1]], ["unfailing", [5, 3195, 2]], ["tireless", [5, 3195, 3]]]}, {"answer": "unfledged", "hint": "synonyms for unfledged", "clues": [["immature", [5, 3196, 0]], ["fledgling", [5, 3196, 1]], ["unvaned", [5, 3196, 2]], ["callow", [5, 3196, 3]], ["fledgeless", [5, 3196, 4]]]}, {"answer": "unforgiving", "hint": "synonyms for unforgiving", "clues": [["inexorable", [5, 3197, 0]], ["unrelenting", [5, 3197, 1]], ["stern", [5, 3197, 2]], ["unappeasable", [5, 3197, 3]], ["relentless", [5, 3197, 4]], ["grim", [5, 3197, 5]]]}, {"answer": "unfounded", "hint": "synonyms for unfounded", "clues": [["baseless", [5, 3198, 0]], ["wild", [5, 3198, 1]], ["groundless", [5, 3198, 2]], ["unwarranted", [5, 3198, 3]], ["idle", [5, 3198, 4]]]}, {"answer": "ungainly", "hint": "synonyms for ungainly", "clues": [["clumsy", [5, 3199, 0]], ["clunky", [5, 3199, 1]], ["gawky", [5, 3199, 2]], ["unwieldy", [5, 3199, 3]], ["bunglesome", [5, 3199, 4]], ["awkward", [5, 3199, 5]]]}, {"answer": "ungarbed", "hint": "synonyms for ungarbed", "clues": [["unappareled", [5, 3200, 0]], ["unattired", [5, 3200, 1]], ["ungarmented", [5, 3200, 2]], ["unclad", [5, 3200, 3]], ["undressed", [5, 3200, 4]]]}, {"answer": "ungarmented", "hint": "synonyms for ungarmented", "clues": [["unappareled", [5, 3201, 0]], ["ungarbed", [5, 3201, 1]], ["unattired", [5, 3201, 2]], ["unclad", [5, 3201, 3]], ["undressed", [5, 3201, 4]]]}, {"answer": "unglamorous", "hint": "synonyms for unglamorous", "clues": [["prosaic", [5, 3202, 0]], ["commonplace", [5, 3202, 1]], ["humdrum", [5, 3202, 2]], ["unglamourous", [5, 3202, 3]]]}, {"answer": "unglamourous", "hint": "synonyms for unglamourous", "clues": [["prosaic", [5, 3203, 0]], ["commonplace", [5, 3203, 1]], ["humdrum", [5, 3203, 2]], ["unglamorous", [5, 3203, 3]]]}, {"answer": "ungoverned", "hint": "synonyms for ungoverned", "clues": [["uncurbed", [5, 3204, 0]], ["unbridled", [5, 3204, 1]], ["undisciplined", [5, 3204, 2]], ["unchecked", [5, 3204, 3]]]}, {"answer": "unhinged", "hint": "synonyms for unhinged", "clues": [["unbalanced", [5, 3205, 0]], ["sick", [5, 3205, 1]], ["crazy", [5, 3205, 2]], ["demented", [5, 3205, 3]], ["disturbed", [5, 3205, 4]], ["mad", [5, 3205, 5]], ["brainsick", [5, 3205, 6]]]}, {"answer": "unholy", "hint": "synonyms for unholy", "clues": [["wicked", [5, 3206, 0]], ["diabolical", [5, 3206, 1]], ["demonic", [5, 3206, 2]], ["hellish", [5, 3206, 3]], ["sinful", [5, 3206, 4]], ["unhallowed", [5, 3206, 5]], ["fiendish", [5, 3206, 6]], ["satanic", [5, 3206, 7]], ["infernal", [5, 3206, 8]]]}, {"answer": "unhurt", "hint": "synonyms for unhurt", "clues": [["safe and sound", [5, 3207, 0]], ["unharmed", [5, 3207, 1]], ["unscathed", [5, 3207, 2]], ["whole", [5, 3207, 3]]]}, {"answer": "unified", "hint": "synonyms for unified", "clues": [["merged", [5, 3208, 0]], ["incorporated", [5, 3208, 1]], ["coordinated", [5, 3208, 2]], ["integrated", [5, 3208, 3]], ["interconnected", [5, 3208, 4]]]}, {"answer": "unimaginative", "hint": "synonyms for unimaginative", "clues": [["stereotyped", [5, 3209, 0]], ["uninventive", [5, 3209, 1]], ["stereotypic", [5, 3209, 2]], ["uninspired", [5, 3209, 3]], ["sterile", [5, 3209, 4]]]}, {"answer": "unimpeachable", "hint": "synonyms for unimpeachable", "clues": [["irreproachable", [5, 3210, 0]], ["blameless", [5, 3210, 1]], ["inculpable", [5, 3210, 2]], ["unexceptionable", [5, 3210, 3]]]}, {"answer": "unionised", "hint": "synonyms for unionised", "clues": [["organised", [5, 3211, 0]], ["nonionized", [5, 3211, 1]], ["nonionic", [5, 3211, 2]], ["unionized", [5, 3211, 3]]]}, {"answer": "unionized", "hint": "synonyms for unionized", "clues": [["organised", [5, 3212, 0]], ["nonionized", [5, 3212, 1]], ["unionised", [5, 3212, 2]], ["nonionic", [5, 3212, 3]]]}, {"answer": "unique", "hint": "synonyms for unique", "clues": [["unequaled", [5, 3213, 0]], ["unparalleled", [5, 3213, 1]], ["alone", [5, 3213, 2]], ["singular", [5, 3213, 3]]]}, {"answer": "universal", "hint": "synonyms for universal", "clues": [["cosmopolitan", [5, 3214, 0]], ["general", [5, 3214, 1]], ["world-wide", [5, 3214, 2]], ["ecumenical", [5, 3214, 3]]]}, {"answer": "unjustifiable", "hint": "synonyms for unjustifiable", "clues": [["indefensible", [5, 3215, 0]], ["insupportable", [5, 3215, 1]], ["unwarrantable", [5, 3215, 2]], ["unwarranted", [5, 3215, 3]]]}, {"answer": "unknown", "hint": "synonyms for unknown", "clues": [["nameless", [5, 3216, 0]], ["obscure", [5, 3216, 1]], ["strange", [5, 3216, 2]], ["unidentified", [5, 3216, 3]], ["unsung", [5, 3216, 4]], ["unnamed", [5, 3216, 5]]]}, {"answer": "unlatched", "hint": "synonyms for unlatched", "clues": [["unbolted", [5, 3217, 0]], ["unbarred", [5, 3217, 1]], ["unsecured", [5, 3217, 2]], ["unlocked", [5, 3217, 3]]]}, {"answer": "unlawful", "hint": "synonyms for unlawful", "clues": [["unconventional", [5, 3218, 0]], ["wrongful", [5, 3218, 1]], ["outlawed", [5, 3218, 2]], ["illegitimate", [5, 3218, 3]], ["illicit", [5, 3218, 4]], ["improper", [5, 3218, 5]]]}, {"answer": "unlearned", "hint": "synonyms for unlearned", "clues": [["unlettered", [5, 3219, 0]], ["unconditioned", [5, 3219, 1]], ["nescient", [5, 3219, 2]], ["innate", [5, 3219, 3]], ["ignorant", [5, 3219, 4]]]}, {"answer": "unlettered", "hint": "synonyms for unlettered", "clues": [["nescient", [5, 3220, 0]], ["ignorant", [5, 3220, 1]], ["analphabetic", [5, 3220, 2]], ["unlearned", [5, 3220, 3]]]}, {"answer": "unlimited", "hint": "synonyms for unlimited", "clues": [["straight-out", [5, 3221, 0]], ["limitless", [5, 3221, 1]], ["outright", [5, 3221, 2]], ["inexhaustible", [5, 3221, 3]]]}, {"answer": "unlocked", "hint": "synonyms for unlocked", "clues": [["unbolted", [5, 3222, 0]], ["unbarred", [5, 3222, 1]], ["unsecured", [5, 3222, 2]], ["unlatched", [5, 3222, 3]]]}, {"answer": "unlucky", "hint": "synonyms for unlucky", "clues": [["luckless", [5, 3223, 0]], ["ill-fated", [5, 3223, 1]], ["ill-starred", [5, 3223, 2]], ["ill-omened", [5, 3223, 3]], ["doomed", [5, 3223, 4]]]}, {"answer": "unmanageable", "hint": "synonyms for unmanageable", "clues": [["difficult", [5, 3224, 0]], ["unwieldy", [5, 3224, 1]], ["uncontrollable", [5, 3224, 2]], ["uncorrectable", [5, 3224, 3]]]}, {"answer": "unmanly", "hint": "synonyms for unmanly", "clues": [["poor-spirited", [5, 3225, 0]], ["pusillanimous", [5, 3225, 1]], ["unmanlike", [5, 3225, 2]], ["unmanful", [5, 3225, 3]]]}, {"answer": "unmannered", "hint": "synonyms for unmannered", "clues": [["rude", [5, 3226, 0]], ["bad-mannered", [5, 3226, 1]], ["ill-mannered", [5, 3226, 2]], ["unmannerly", [5, 3226, 3]]]}, {"answer": "unmannerly", "hint": "synonyms for unmannerly", "clues": [["rude", [5, 3227, 0]], ["bad-mannered", [5, 3227, 1]], ["unmannered", [5, 3227, 2]], ["ill-mannered", [5, 3227, 3]]]}, {"answer": "unmatchable", "hint": "synonyms for unmatchable", "clues": [["peerless", [5, 3228, 0]], ["nonpareil", [5, 3228, 1]], ["unrivalled", [5, 3228, 2]], ["matchless", [5, 3228, 3]], ["unmatched", [5, 3228, 4]], ["one", [5, 3228, 5]], ["one and only", [5, 3228, 6]]]}, {"answer": "unmatched", "hint": "synonyms for unmatched", "clues": [["peerless", [5, 3229, 0]], ["nonpareil", [5, 3229, 1]], ["unrivalled", [5, 3229, 2]], ["unmated", [5, 3229, 3]], ["matchless", [5, 3229, 4]], ["odd", [5, 3229, 5]], ["one", [5, 3229, 6]], ["unpaired", [5, 3229, 7]], ["one and only", [5, 3229, 8]], ["unmatchable", [5, 3229, 9]]]}, {"answer": "unmelodious", "hint": "synonyms for unmelodious", "clues": [["unmusical", [5, 3230, 0]], ["untuneful", [5, 3230, 1]], ["tuneless", [5, 3230, 2]], ["unmelodic", [5, 3230, 3]]]}, {"answer": "unmistakable", "hint": "synonyms for unmistakable", "clues": [["patent", [5, 3231, 0]], ["evident", [5, 3231, 1]], ["apparent", [5, 3231, 2]], ["plain", [5, 3231, 3]], ["manifest", [5, 3231, 4]]]}, {"answer": "unmixed", "hint": "synonyms for unmixed", "clues": [["plain", [5, 3232, 0]], ["unmingled", [5, 3232, 1]], ["sheer", [5, 3232, 2]], ["uncompounded", [5, 3232, 3]]]}, {"answer": "unnumberable", "hint": "synonyms for unnumberable", "clues": [["multitudinous", [5, 3233, 0]], ["unnumbered", [5, 3233, 1]], ["innumerable", [5, 3233, 2]], ["infinite", [5, 3233, 3]], ["myriad", [5, 3233, 4]], ["numberless", [5, 3233, 5]], ["uncounted", [5, 3233, 6]], ["innumerous", [5, 3233, 7]], ["countless", [5, 3233, 8]]]}, {"answer": "unnumbered", "hint": "synonyms for unnumbered", "clues": [["multitudinous", [5, 3234, 0]], ["unnumberable", [5, 3234, 1]], ["infinite", [5, 3234, 2]], ["myriad", [5, 3234, 3]], ["numberless", [5, 3234, 4]], ["uncounted", [5, 3234, 5]], ["innumerous", [5, 3234, 6]], ["countless", [5, 3234, 7]]]}, {"answer": "unnumerable", "hint": "synonyms for unnumerable", "clues": [["multitudinous", [5, 3235, 0]], ["unnumberable", [5, 3235, 1]], ["unnumbered", [5, 3235, 2]], ["infinite", [5, 3235, 3]], ["myriad", [5, 3235, 4]], ["numberless", [5, 3235, 5]], ["uncounted", [5, 3235, 6]], ["innumerous", [5, 3235, 7]], ["countless", [5, 3235, 8]]]}, {"answer": "unornamented", "hint": "synonyms for unornamented", "clues": [["unembellished", [5, 3236, 0]], ["bare", [5, 3236, 1]], ["plain", [5, 3236, 2]], ["spare", [5, 3236, 3]]]}, {"answer": "unquiet", "hint": "synonyms for unquiet", "clues": [["uneasy", [5, 3237, 0]], ["queasy", [5, 3237, 1]], ["nervous", [5, 3237, 2]], ["anxious", [5, 3237, 3]]]}, {"answer": "unredeemed", "hint": "synonyms for unredeemed", "clues": [["doomed", [5, 3238, 0]], ["unsaved", [5, 3238, 1]], ["damned", [5, 3238, 2]], ["cursed", [5, 3238, 3]]]}, {"answer": "unreformable", "hint": "synonyms for unreformable", "clues": [["unregenerate", [5, 3239, 0]], ["irreclaimable", [5, 3239, 1]], ["unredeemable", [5, 3239, 2]], ["irredeemable", [5, 3239, 3]]]}, {"answer": "unregenerate", "hint": "synonyms for unregenerate", "clues": [["unregenerated", [5, 3240, 0]], ["obstinate", [5, 3240, 1]], ["stubborn", [5, 3240, 2]], ["unreformable", [5, 3240, 3]]]}, {"answer": "unrehearsed", "hint": "synonyms for unrehearsed", "clues": [["extemporaneous", [5, 3241, 0]], ["extemporary", [5, 3241, 1]], ["ad-lib", [5, 3241, 2]], ["extempore", [5, 3241, 3]], ["offhand", [5, 3241, 4]], ["off-the-cuff", [5, 3241, 5]], ["impromptu", [5, 3241, 6]]]}, {"answer": "unrelenting", "hint": "synonyms for unrelenting", "clues": [["unforgiving", [5, 3242, 0]], ["brutal", [5, 3242, 1]], ["stern", [5, 3242, 2]], ["unappeasable", [5, 3242, 3]], ["relentless", [5, 3242, 4]], ["inexorable", [5, 3242, 5]], ["persistent", [5, 3242, 6]], ["grim", [5, 3242, 7]]]}, {"answer": "unremarkable", "hint": "synonyms for unremarkable", "clues": [["quotidian", [5, 3243, 0]], ["everyday", [5, 3243, 1]], ["routine", [5, 3243, 2]], ["mundane", [5, 3243, 3]], ["workaday", [5, 3243, 4]]]}, {"answer": "unremitting", "hint": "synonyms for unremitting", "clues": [["never-ending", [5, 3244, 0]], ["unceasing", [5, 3244, 1]], ["ceaseless", [5, 3244, 2]], ["constant", [5, 3244, 3]], ["incessant", [5, 3244, 4]], ["perpetual", [5, 3244, 5]]]}, {"answer": "unrepentant", "hint": "synonyms for unrepentant", "clues": [["unremorseful", [5, 3245, 0]], ["obstinate", [5, 3245, 1]], ["obdurate", [5, 3245, 2]], ["impenitent", [5, 3245, 3]], ["cussed", [5, 3245, 4]]]}, {"answer": "unresolved", "hint": "synonyms for unresolved", "clues": [["undecided", [5, 3246, 0]], ["open", [5, 3246, 1]], ["dissonant", [5, 3246, 2]], ["undetermined", [5, 3246, 3]], ["unsolved", [5, 3246, 4]]]}, {"answer": "unrestrained", "hint": "synonyms for unrestrained", "clues": [["excited", [5, 3247, 0]], ["mad", [5, 3247, 1]], ["frantic", [5, 3247, 2]], ["delirious", [5, 3247, 3]]]}, {"answer": "unrivaled", "hint": "synonyms for unrivaled", "clues": [["peerless", [5, 3248, 0]], ["nonpareil", [5, 3248, 1]], ["unrivalled", [5, 3248, 2]], ["matchless", [5, 3248, 3]], ["unmatched", [5, 3248, 4]], ["one", [5, 3248, 5]], ["one and only", [5, 3248, 6]], ["unmatchable", [5, 3248, 7]]]}, {"answer": "unrivalled", "hint": "synonyms for unrivalled", "clues": [["peerless", [5, 3249, 0]], ["nonpareil", [5, 3249, 1]], ["matchless", [5, 3249, 2]], ["unrivaled", [5, 3249, 3]], ["unmatched", [5, 3249, 4]], ["one", [5, 3249, 5]], ["one and only", [5, 3249, 6]], ["unmatchable", [5, 3249, 7]]]}, {"answer": "unruffled", "hint": "synonyms for unruffled", "clues": [["tranquil", [5, 3250, 0]], ["unperturbed", [5, 3250, 1]], ["quiet", [5, 3250, 2]], ["unflustered", [5, 3250, 3]], ["still", [5, 3250, 4]], ["unflurried", [5, 3250, 5]], ["smooth", [5, 3250, 6]], ["placid", [5, 3250, 7]]]}, {"answer": "unruly", "hint": "synonyms for unruly", "clues": [["boisterous", [5, 3251, 0]], ["ungovernable", [5, 3251, 1]], ["rambunctious", [5, 3251, 2]], ["uncontrollable", [5, 3251, 3]], ["indocile", [5, 3251, 4]], ["disobedient", [5, 3251, 5]], ["rumbustious", [5, 3251, 6]]]}, {"answer": "unsaid", "hint": "synonyms for unsaid", "clues": [["unuttered", [5, 3252, 0]], ["unstated", [5, 3252, 1]], ["unverbalised", [5, 3252, 2]], ["unvoiced", [5, 3252, 3]], ["unexpressed", [5, 3252, 4]], ["unspoken", [5, 3252, 5]]]}, {"answer": "unsatisfied", "hint": "synonyms for unsatisfied", "clues": [["unsated", [5, 3253, 0]], ["restless", [5, 3253, 1]], ["ungratified", [5, 3253, 2]], ["unsatiated", [5, 3253, 3]]]}, {"answer": "unsaved", "hint": "synonyms for unsaved", "clues": [["doomed", [5, 3254, 0]], ["unredeemed", [5, 3254, 1]], ["damned", [5, 3254, 2]], ["cursed", [5, 3254, 3]]]}, {"answer": "unseasoned", "hint": "synonyms for unseasoned", "clues": [["unsalted", [5, 3255, 0]], ["untested", [5, 3255, 1]], ["untried", [5, 3255, 2]], ["young", [5, 3255, 3]]]}, {"answer": "unsecured", "hint": "synonyms for unsecured", "clues": [["unbolted", [5, 3256, 0]], ["unlatched", [5, 3256, 1]], ["unguaranteed", [5, 3256, 2]], ["unbarred", [5, 3256, 3]], ["unlocked", [5, 3256, 4]]]}, {"answer": "unseemly", "hint": "synonyms for unseemly", "clues": [["unbecoming", [5, 3257, 0]], ["indecorous", [5, 3257, 1]], ["untoward", [5, 3257, 2]], ["indecent", [5, 3257, 3]], ["uncomely", [5, 3257, 4]]]}, {"answer": "unshakable", "hint": "synonyms for unshakable", "clues": [["bulletproof", [5, 3258, 0]], ["firm", [5, 3258, 1]], ["unwavering", [5, 3258, 2]], ["unbendable", [5, 3258, 3]], ["unfaltering", [5, 3258, 4]], ["watertight", [5, 3258, 5]], ["steady", [5, 3258, 6]], ["stiff", [5, 3258, 7]], ["unassailable", [5, 3258, 8]], ["steadfast", [5, 3258, 9]]]}, {"answer": "unskilled", "hint": "synonyms for unskilled", "clues": [["amateurish", [5, 3259, 0]], ["amateur", [5, 3259, 1]], ["incompetent", [5, 3259, 2]], ["inexpert", [5, 3259, 3]]]}, {"answer": "unsophisticated", "hint": "synonyms for unsophisticated", "clues": [["hick", [5, 3260, 0]], ["unworldly", [5, 3260, 1]], ["uncomplicated", [5, 3260, 2]], ["rustic", [5, 3260, 3]], ["bumpkinly", [5, 3260, 4]]]}, {"answer": "unsound", "hint": "synonyms for unsound", "clues": [["mentally ill", [5, 3261, 0]], ["unstable", [5, 3261, 1]], ["unfit", [5, 3261, 2]], ["bad", [5, 3261, 3]], ["fallacious", [5, 3261, 4]]]}, {"answer": "unsounded", "hint": "synonyms for unsounded", "clues": [["profound", [5, 3262, 0]], ["unplumbed", [5, 3262, 1]], ["silent", [5, 3262, 2]], ["unfathomed", [5, 3262, 3]]]}, {"answer": "unsparing", "hint": "synonyms for unsparing", "clues": [["unstinted", [5, 3263, 0]], ["overgenerous", [5, 3263, 1]], ["too-generous", [5, 3263, 2]], ["unstinting", [5, 3263, 3]], ["munificent", [5, 3263, 4]], ["lavish", [5, 3263, 5]]]}, {"answer": "unspeakable", "hint": "synonyms for unspeakable", "clues": [["atrocious", [5, 3264, 0]], ["untellable", [5, 3264, 1]], ["ineffable", [5, 3264, 2]], ["awful", [5, 3264, 3]], ["abominable", [5, 3264, 4]], ["unutterable", [5, 3264, 5]], ["dreadful", [5, 3264, 6]], ["terrible", [5, 3264, 7]], ["indescribable", [5, 3264, 8]], ["unnameable", [5, 3264, 9]], ["painful", [5, 3264, 10]], ["indefinable", [5, 3264, 11]]]}, {"answer": "unspoiled", "hint": "synonyms for unspoiled", "clues": [["unspoilt", [5, 3265, 0]], ["good", [5, 3265, 1]], ["uncorrupted", [5, 3265, 2]], ["undecomposed", [5, 3265, 3]]]}, {"answer": "unspoken", "hint": "synonyms for unspoken", "clues": [["tongueless", [5, 3266, 0]], ["unsaid", [5, 3266, 1]], ["unstated", [5, 3266, 2]], ["wordless", [5, 3266, 3]], ["unverbalised", [5, 3266, 4]], ["unvoiced", [5, 3266, 5]], ["unuttered", [5, 3266, 6]], ["mute", [5, 3266, 7]], ["unexpressed", [5, 3266, 8]]]}, {"answer": "unsporting", "hint": "synonyms for unsporting", "clues": [["unsportsmanlike", [5, 3267, 0]], ["cheating", [5, 3267, 1]], ["foul", [5, 3267, 2]], ["dirty", [5, 3267, 3]]]}, {"answer": "unsportsmanlike", "hint": "synonyms for unsportsmanlike", "clues": [["cheating", [5, 3268, 0]], ["unsporting", [5, 3268, 1]], ["foul", [5, 3268, 2]], ["dirty", [5, 3268, 3]]]}, {"answer": "unstable", "hint": "synonyms for unstable", "clues": [["fluid", [5, 3269, 0]], ["mentally ill", [5, 3269, 1]], ["unsound", [5, 3269, 2]], ["precarious", [5, 3269, 3]]]}, {"answer": "unstained", "hint": "synonyms for unstained", "clues": [["untainted", [5, 3270, 0]], ["stainless", [5, 3270, 1]], ["unsoiled", [5, 3270, 2]], ["unsullied", [5, 3270, 3]], ["untarnished", [5, 3270, 4]], ["unspotted", [5, 3270, 5]]]}, {"answer": "unstated", "hint": "synonyms for unstated", "clues": [["unsaid", [5, 3271, 0]], ["unuttered", [5, 3271, 1]], ["unverbalised", [5, 3271, 2]], ["unvoiced", [5, 3271, 3]], ["unexpressed", [5, 3271, 4]], ["unspoken", [5, 3271, 5]]]}, {"answer": "unstinted", "hint": "synonyms for unstinted", "clues": [["unsparing", [5, 3272, 0]], ["overgenerous", [5, 3272, 1]], ["too-generous", [5, 3272, 2]], ["unstinting", [5, 3272, 3]], ["munificent", [5, 3272, 4]], ["lavish", [5, 3272, 5]]]}, {"answer": "unstinting", "hint": "synonyms for unstinting", "clues": [["unstinted", [5, 3273, 0]], ["overgenerous", [5, 3273, 1]], ["too-generous", [5, 3273, 2]], ["munificent", [5, 3273, 3]], ["unsparing", [5, 3273, 4]], ["lavish", [5, 3273, 5]]]}, {"answer": "unsung", "hint": "synonyms for unsung", "clues": [["unappreciated", [5, 3274, 0]], ["unvalued", [5, 3274, 1]], ["unknown", [5, 3274, 2]], ["obscure", [5, 3274, 3]]]}, {"answer": "unsure", "hint": "synonyms for unsure", "clues": [["uncertain", [5, 3275, 0]], ["shy", [5, 3275, 1]], ["diffident", [5, 3275, 2]], ["timid", [5, 3275, 3]]]}, {"answer": "unsympathetic", "hint": "synonyms for unsympathetic", "clues": [["unlikeable", [5, 3276, 0]], ["closed", [5, 3276, 1]], ["unappealing", [5, 3276, 2]], ["disagreeable", [5, 3276, 3]], ["unkindly", [5, 3276, 4]]]}, {"answer": "untainted", "hint": "synonyms for untainted", "clues": [["unsullied", [5, 3277, 0]], ["untarnished", [5, 3277, 1]], ["unstained", [5, 3277, 2]], ["stainless", [5, 3277, 3]]]}, {"answer": "untellable", "hint": "synonyms for untellable", "clues": [["indescribable", [5, 3278, 0]], ["ineffable", [5, 3278, 1]], ["unspeakable", [5, 3278, 2]], ["indefinable", [5, 3278, 3]], ["unutterable", [5, 3278, 4]]]}, {"answer": "unthinking", "hint": "synonyms for unthinking", "clues": [["uncaring", [5, 3279, 0]], ["unthoughtful", [5, 3279, 1]], ["lumpen", [5, 3279, 2]], ["thoughtless", [5, 3279, 3]], ["unreflective", [5, 3279, 4]], ["lumpish", [5, 3279, 5]]]}, {"answer": "untied", "hint": "synonyms for untied", "clues": [["unfettered", [5, 3280, 0]], ["unshackled", [5, 3280, 1]], ["unchained", [5, 3280, 2]], ["unlaced", [5, 3280, 3]], ["unfastened", [5, 3280, 4]]]}, {"answer": "untimely", "hint": "synonyms for untimely", "clues": [["wrong", [5, 3281, 0]], ["premature", [5, 3281, 1]], ["unseasonable", [5, 3281, 2]], ["ill-timed", [5, 3281, 3]]]}, {"answer": "untouchable", "hint": "synonyms for untouchable", "clues": [["unassailable", [5, 3282, 0]], ["inaccessible", [5, 3282, 1]], ["unobtainable", [5, 3282, 2]], ["unprocurable", [5, 3282, 3]]]}, {"answer": "untouched", "hint": "synonyms for untouched", "clues": [["unmoved", [5, 3283, 0]], ["unswayed", [5, 3283, 1]], ["untasted", [5, 3283, 2]], ["uninfluenced", [5, 3283, 3]], ["unaffected", [5, 3283, 4]]]}, {"answer": "untoward", "hint": "synonyms for untoward", "clues": [["inauspicious", [5, 3284, 0]], ["unbecoming", [5, 3284, 1]], ["indecorous", [5, 3284, 2]], ["indecent", [5, 3284, 3]], ["uncomely", [5, 3284, 4]], ["adverse", [5, 3284, 5]], ["unseemly", [5, 3284, 6]]]}, {"answer": "untracked", "hint": "synonyms for untracked", "clues": [["roadless", [5, 3285, 0]], ["untrodden", [5, 3285, 1]], ["pathless", [5, 3285, 2]], ["trackless", [5, 3285, 3]], ["untrod", [5, 3285, 4]]]}, {"answer": "untrod", "hint": "synonyms for untrod", "clues": [["roadless", [5, 3286, 0]], ["untrodden", [5, 3286, 1]], ["pathless", [5, 3286, 2]], ["trackless", [5, 3286, 3]], ["untracked", [5, 3286, 4]]]}, {"answer": "untrodden", "hint": "synonyms for untrodden", "clues": [["roadless", [5, 3287, 0]], ["pathless", [5, 3287, 1]], ["trackless", [5, 3287, 2]], ["untracked", [5, 3287, 3]], ["untrod", [5, 3287, 4]]]}, {"answer": "untrusting", "hint": "synonyms for untrusting", "clues": [["suspicious", [5, 3288, 0]], ["mistrustful", [5, 3288, 1]], ["leery", [5, 3288, 2]], ["wary", [5, 3288, 3]]]}, {"answer": "unutterable", "hint": "synonyms for unutterable", "clues": [["unspeakable", [5, 3289, 0]], ["untellable", [5, 3289, 1]], ["ineffable", [5, 3289, 2]], ["unpronounceable", [5, 3289, 3]], ["indescribable", [5, 3289, 4]], ["unnameable", [5, 3289, 5]], ["indefinable", [5, 3289, 6]]]}, {"answer": "unuttered", "hint": "synonyms for unuttered", "clues": [["unsaid", [5, 3290, 0]], ["unstated", [5, 3290, 1]], ["unverbalised", [5, 3290, 2]], ["unvoiced", [5, 3290, 3]], ["unexpressed", [5, 3290, 4]], ["unspoken", [5, 3290, 5]]]}, {"answer": "unvarying", "hint": "synonyms for unvarying", "clues": [["constant", [5, 3291, 0]], ["uniform", [5, 3291, 1]], ["invariant", [5, 3291, 2]], ["changeless", [5, 3291, 3]], ["unvaried", [5, 3291, 4]]]}, {"answer": "unverbalised", "hint": "synonyms for unverbalised", "clues": [["unsaid", [5, 3292, 0]], ["unuttered", [5, 3292, 1]], ["unstated", [5, 3292, 2]], ["unvoiced", [5, 3292, 3]], ["unexpressed", [5, 3292, 4]], ["unspoken", [5, 3292, 5]], ["unverbalized", [5, 3292, 6]]]}, {"answer": "unverbalized", "hint": "synonyms for unverbalized", "clues": [["unsaid", [5, 3293, 0]], ["unuttered", [5, 3293, 1]], ["unstated", [5, 3293, 2]], ["unverbalised", [5, 3293, 3]], ["unvoiced", [5, 3293, 4]], ["unexpressed", [5, 3293, 5]], ["unspoken", [5, 3293, 6]]]}, {"answer": "unvoiced", "hint": "synonyms for unvoiced", "clues": [["unsaid", [5, 3294, 0]], ["unstated", [5, 3294, 1]], ["surd", [5, 3294, 2]], ["hard", [5, 3294, 3]], ["unverbalised", [5, 3294, 4]], ["unspoken", [5, 3294, 5]], ["unuttered", [5, 3294, 6]], ["unexpressed", [5, 3294, 7]], ["voiceless", [5, 3294, 8]]]}, {"answer": "unwarrantable", "hint": "synonyms for unwarrantable", "clues": [["indefensible", [5, 3295, 0]], ["unjustifiable", [5, 3295, 1]], ["insupportable", [5, 3295, 2]], ["unwarranted", [5, 3295, 3]]]}, {"answer": "unwarranted", "hint": "synonyms for unwarranted", "clues": [["unjustified", [5, 3296, 0]], ["unjustifiable", [5, 3296, 1]], ["unwarrantable", [5, 3296, 2]], ["wild", [5, 3296, 3]], ["indefensible", [5, 3296, 4]], ["undue", [5, 3296, 5]], ["idle", [5, 3296, 6]], ["baseless", [5, 3296, 7]], ["unfounded", [5, 3296, 8]], ["groundless", [5, 3296, 9]], ["insupportable", [5, 3296, 10]]]}, {"answer": "unwavering", "hint": "synonyms for unwavering", "clues": [["firm", [5, 3297, 0]], ["steadfast", [5, 3297, 1]], ["unbendable", [5, 3297, 2]], ["unshakable", [5, 3297, 3]], ["unfaltering", [5, 3297, 4]], ["steady", [5, 3297, 5]], ["stiff", [5, 3297, 6]], ["level", [5, 3297, 7]]]}, {"answer": "unwell", "hint": "synonyms for unwell", "clues": [["sickly", [5, 3298, 0]], ["under the weather", [5, 3298, 1]], ["indisposed", [5, 3298, 2]], ["peaked", [5, 3298, 3]], ["poorly", [5, 3298, 4]], ["ailing", [5, 3298, 5]], ["seedy", [5, 3298, 6]]]}, {"answer": "unwieldy", "hint": "synonyms for unwieldy", "clues": [["clunky", [5, 3299, 0]], ["gawky", [5, 3299, 1]], ["clumsy", [5, 3299, 2]], ["unmanageable", [5, 3299, 3]], ["ungainly", [5, 3299, 4]]]}, {"answer": "unwitting", "hint": "synonyms for unwitting", "clues": [["unknowing", [5, 3300, 0]], ["unplanned", [5, 3300, 1]], ["unknowledgeable", [5, 3300, 2]], ["ignorant", [5, 3300, 3]], ["unintentional", [5, 3300, 4]]]}, {"answer": "unworthy", "hint": "synonyms for unworthy", "clues": [["despicable", [5, 3301, 0]], ["undeserving", [5, 3301, 1]], ["slimy", [5, 3301, 2]], ["worthless", [5, 3301, 3]], ["ugly", [5, 3301, 4]], ["wretched", [5, 3301, 5]], ["vile", [5, 3301, 6]]]}, {"answer": "unyielding", "hint": "synonyms for unyielding", "clues": [["persistent", [5, 3302, 0]], ["dogged", [5, 3302, 1]], ["tenacious", [5, 3302, 2]], ["pertinacious", [5, 3302, 3]], ["dour", [5, 3302, 4]]]}, {"answer": "up_to_her_neck", "hint": "synonyms for up to her neck", "clues": [["up to my neck", [5, 3303, 0]], ["up to his neck", [5, 3303, 1]], ["up to our necks", [5, 3303, 2]], ["up to their necks", [5, 3303, 3]], ["neck-deep", [5, 3303, 4]]]}, {"answer": "up_to_his_neck", "hint": "synonyms for up to his neck", "clues": [["up to my neck", [5, 3304, 0]], ["up to our necks", [5, 3304, 1]], ["up to her neck", [5, 3304, 2]], ["neck-deep", [5, 3304, 3]]]}, {"answer": "up_to_my_neck", "hint": "synonyms for up to my neck", "clues": [["up to his neck", [5, 3305, 0]], ["up to our necks", [5, 3305, 1]], ["up to their necks", [5, 3305, 2]], ["neck-deep", [5, 3305, 3]]]}, {"answer": "up_to_our_necks", "hint": "synonyms for up to our necks", "clues": [["up to my neck", [5, 3306, 0]], ["up to his neck", [5, 3306, 1]], ["up to their necks", [5, 3306, 2]], ["neck-deep", [5, 3306, 3]]]}, {"answer": "up_to_their_necks", "hint": "synonyms for up to their necks", "clues": [["up to my neck", [5, 3307, 0]], ["up to his neck", [5, 3307, 1]], ["up to our necks", [5, 3307, 2]], ["neck-deep", [5, 3307, 3]]]}, {"answer": "up_to_your_neck", "hint": "synonyms for up to your neck", "clues": [["up to my neck", [5, 3308, 0]], ["up to his neck", [5, 3308, 1]], ["up to our necks", [5, 3308, 2]], ["up to their necks", [5, 3308, 3]], ["neck-deep", [5, 3308, 4]]]}, {"answer": "uppish", "hint": "synonyms for uppish", "clues": [["stuck-up", [5, 3309, 0]], ["bigheaded", [5, 3309, 1]], ["snooty", [5, 3309, 2]], ["persnickety", [5, 3309, 3]], ["snot-nosed", [5, 3309, 4]], ["snotty", [5, 3309, 5]], ["too big for one's breeches", [5, 3309, 6]]]}, {"answer": "upright", "hint": "synonyms for upright", "clues": [["vertical", [5, 3310, 0]], ["erect", [5, 3310, 1]], ["good", [5, 3310, 2]], ["unsloped", [5, 3310, 3]], ["just", [5, 3310, 4]]]}, {"answer": "uproarious", "hint": "synonyms for uproarious", "clues": [["screaming", [5, 3311, 0]], ["rackety", [5, 3311, 1]], ["hilarious", [5, 3311, 2]], ["rip-roaring", [5, 3311, 3]]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["upturned", [5, 3312, 0]], ["overturned", [5, 3312, 1]], ["disordered", [5, 3312, 2]], ["disquieted", [5, 3312, 3]], ["disturbed", [5, 3312, 4]], ["broken", [5, 3312, 5]], ["worried", [5, 3312, 6]], ["distressed", [5, 3312, 7]], ["confused", [5, 3312, 8]]]}, {"answer": "uptight", "hint": "synonyms for uptight", "clues": [["jumpy", [5, 3313, 0]], ["edgy", [5, 3313, 1]], ["restive", [5, 3313, 2]], ["overstrung", [5, 3313, 3]], ["high-strung", [5, 3313, 4]], ["highly strung", [5, 3313, 5]], ["nervy", [5, 3313, 6]], ["jittery", [5, 3313, 7]]]}, {"answer": "upturned", "hint": "synonyms for upturned", "clues": [["retrousse", [5, 3314, 0]], ["upset", [5, 3314, 1]], ["overturned", [5, 3314, 2]], ["tip-tilted", [5, 3314, 3]]]}, {"answer": "usable", "hint": "synonyms for usable", "clues": [["functional", [5, 3315, 0]], ["operable", [5, 3315, 1]], ["useable", [5, 3315, 2]], ["operational", [5, 3315, 3]], ["available", [5, 3315, 4]]]}, {"answer": "useable", "hint": "synonyms for useable", "clues": [["usable", [5, 3316, 0]], ["functional", [5, 3316, 1]], ["operable", [5, 3316, 2]], ["operational", [5, 3316, 3]], ["available", [5, 3316, 4]]]}, {"answer": "used", "hint": "synonyms for used", "clues": [["ill-used", [5, 3317, 0]], ["victimized", [5, 3317, 1]], ["exploited", [5, 3317, 2]], ["secondhand", [5, 3317, 3]], ["put-upon", [5, 3317, 4]]]}, {"answer": "usurious", "hint": "synonyms for usurious", "clues": [["extortionate", [5, 3318, 0]], ["unconscionable", [5, 3318, 1]], ["outrageous", [5, 3318, 2]], ["steep", [5, 3318, 3]], ["exorbitant", [5, 3318, 4]]]}, {"answer": "utmost", "hint": "synonyms for utmost", "clues": [["furthermost", [5, 3319, 0]], ["farthest", [5, 3319, 1]], ["uttermost", [5, 3319, 2]], ["extreme", [5, 3319, 3]], ["last", [5, 3319, 4]]]}, {"answer": "utter", "hint": "synonyms for utter", "clues": [["dead", [5, 3320, 0]], ["double-dyed", [5, 3320, 1]], ["pure", [5, 3320, 2]], ["unadulterated", [5, 3320, 3]], ["arrant", [5, 3320, 4]], ["thoroughgoing", [5, 3320, 5]], ["everlasting", [5, 3320, 6]], ["staring", [5, 3320, 7]], ["stark", [5, 3320, 8]], ["gross", [5, 3320, 9]], ["consummate", [5, 3320, 10]], ["sodding", [5, 3320, 11]], ["complete", [5, 3320, 12]], ["perfect", [5, 3320, 13]]]}, {"answer": "uttermost", "hint": "synonyms for uttermost", "clues": [["extreme", [5, 3321, 0]], ["furthermost", [5, 3321, 1]], ["farthest", [5, 3321, 2]], ["utmost", [5, 3321, 3]]]}, {"answer": "vacuous", "hint": "synonyms for vacuous", "clues": [["asinine", [5, 3322, 0]], ["fatuous", [5, 3322, 1]], ["inane", [5, 3322, 2]], ["mindless", [5, 3322, 3]], ["empty", [5, 3322, 4]], ["blank", [5, 3322, 5]], ["hollow", [5, 3322, 6]]]}, {"answer": "vagabond", "hint": "synonyms for vagabond", "clues": [["vagrant", [5, 3323, 0]], ["drifting", [5, 3323, 1]], ["rootless", [5, 3323, 2]], ["aimless", [5, 3323, 3]], ["floating", [5, 3323, 4]]]}, {"answer": "vagrant", "hint": "synonyms for vagrant", "clues": [["floating", [5, 3324, 0]], ["drifting", [5, 3324, 1]], ["aimless", [5, 3324, 2]], ["vagabond", [5, 3324, 3]]]}, {"answer": "vague", "hint": "synonyms for vague", "clues": [["shadowy", [5, 3325, 0]], ["undefined", [5, 3325, 1]], ["obscure", [5, 3325, 2]], ["dim", [5, 3325, 3]], ["faint", [5, 3325, 4]], ["wispy", [5, 3325, 5]]]}, {"answer": "vain", "hint": "synonyms for vain", "clues": [["egotistic", [5, 3326, 0]], ["swollen", [5, 3326, 1]], ["conceited", [5, 3326, 2]], ["swollen-headed", [5, 3326, 3]], ["futile", [5, 3326, 4]], ["fruitless", [5, 3326, 5]], ["self-conceited", [5, 3326, 6]], ["sleeveless", [5, 3326, 7]], ["bootless", [5, 3326, 8]]]}, {"answer": "validating", "hint": "synonyms for validating", "clues": [["substantiative", [5, 3327, 0]], ["corroborative", [5, 3327, 1]], ["validatory", [5, 3327, 2]], ["corroboratory", [5, 3327, 3]], ["confirmatory", [5, 3327, 4]], ["verifying", [5, 3327, 5]], ["confirming", [5, 3327, 6]], ["confirmative", [5, 3327, 7]], ["collateral", [5, 3327, 8]], ["verificatory", [5, 3327, 9]]]}, {"answer": "validatory", "hint": "synonyms for validatory", "clues": [["substantiative", [5, 3328, 0]], ["corroborative", [5, 3328, 1]], ["validating", [5, 3328, 2]], ["corroboratory", [5, 3328, 3]], ["confirmatory", [5, 3328, 4]], ["verifying", [5, 3328, 5]], ["confirming", [5, 3328, 6]], ["confirmative", [5, 3328, 7]], ["collateral", [5, 3328, 8]], ["verificatory", [5, 3328, 9]]]}, {"answer": "vapid", "hint": "synonyms for vapid", "clues": [["flat", [5, 3329, 0]], ["savourless", [5, 3329, 1]], ["insipid", [5, 3329, 2]], ["flavorless", [5, 3329, 3]], ["bland", [5, 3329, 4]]]}, {"answer": "vaporific", "hint": "synonyms for vaporific", "clues": [["vaporish", [5, 3330, 0]], ["volatilisable", [5, 3330, 1]], ["vapourous", [5, 3330, 2]], ["vaporizable", [5, 3330, 3]], ["vapourific", [5, 3330, 4]]]}, {"answer": "vaporizable", "hint": "synonyms for vaporizable", "clues": [["volatilisable", [5, 3331, 0]], ["evaporable", [5, 3331, 1]], ["vaporific", [5, 3331, 2]], ["vapourisable", [5, 3331, 3]]]}, {"answer": "vaporous", "hint": "synonyms for vaporous", "clues": [["gossamer", [5, 3332, 0]], ["vaporish", [5, 3332, 1]], ["vapourous", [5, 3332, 2]], ["diaphanous", [5, 3332, 3]], ["see-through", [5, 3332, 4]], ["transparent", [5, 3332, 5]], ["miasmic", [5, 3332, 6]], ["vaporific", [5, 3332, 7]], ["miasmal", [5, 3332, 8]], ["gauze-like", [5, 3332, 9]], ["gauzy", [5, 3332, 10]], ["sheer", [5, 3332, 11]], ["cobwebby", [5, 3332, 12]], ["filmy", [5, 3332, 13]]]}, {"answer": "vapourific", "hint": "synonyms for vapourific", "clues": [["vaporish", [5, 3333, 0]], ["volatilisable", [5, 3333, 1]], ["vapourous", [5, 3333, 2]], ["vaporizable", [5, 3333, 3]], ["vaporific", [5, 3333, 4]]]}, {"answer": "vapourous", "hint": "synonyms for vapourous", "clues": [["gossamer", [5, 3334, 0]], ["vaporish", [5, 3334, 1]], ["vaporous", [5, 3334, 2]], ["diaphanous", [5, 3334, 3]], ["see-through", [5, 3334, 4]], ["transparent", [5, 3334, 5]], ["miasmic", [5, 3334, 6]], ["vaporific", [5, 3334, 7]], ["miasmal", [5, 3334, 8]], ["gauze-like", [5, 3334, 9]], ["gauzy", [5, 3334, 10]], ["sheer", [5, 3334, 11]], ["cobwebby", [5, 3334, 12]], ["filmy", [5, 3334, 13]]]}, {"answer": "varicolored", "hint": "synonyms for varicolored", "clues": [["variegated", [5, 3335, 0]], ["particolored", [5, 3335, 1]], ["multi-coloured", [5, 3335, 2]], ["calico", [5, 3335, 3]], ["multicolor", [5, 3335, 4]], ["varicoloured", [5, 3335, 5]], ["motley", [5, 3335, 6]], ["painted", [5, 3335, 7]], ["pied", [5, 3335, 8]], ["piebald", [5, 3335, 9]]]}, {"answer": "varicoloured", "hint": "synonyms for varicoloured", "clues": [["variegated", [5, 3336, 0]], ["particolored", [5, 3336, 1]], ["multi-coloured", [5, 3336, 2]], ["calico", [5, 3336, 3]], ["multicolor", [5, 3336, 4]], ["motley", [5, 3336, 5]], ["painted", [5, 3336, 6]], ["pied", [5, 3336, 7]], ["piebald", [5, 3336, 8]]]}, {"answer": "various", "hint": "synonyms for various", "clues": [["respective", [5, 3337, 0]], ["assorted", [5, 3337, 1]], ["several", [5, 3337, 2]], ["versatile", [5, 3337, 3]], ["diverse", [5, 3337, 4]]]}, {"answer": "vasiform", "hint": "synonyms for vasiform", "clues": [["tubular", [5, 3338, 0]], ["tubelike", [5, 3338, 1]], ["cannular", [5, 3338, 2]], ["tube-shaped", [5, 3338, 3]]]}, {"answer": "vatic", "hint": "synonyms for vatic", "clues": [["sibylline", [5, 3339, 0]], ["mantic", [5, 3339, 1]], ["vatical", [5, 3339, 2]], ["divinatory", [5, 3339, 3]], ["sibyllic", [5, 3339, 4]]]}, {"answer": "vatical", "hint": "synonyms for vatical", "clues": [["vatic", [5, 3340, 0]], ["sibylline", [5, 3340, 1]], ["mantic", [5, 3340, 2]], ["divinatory", [5, 3340, 3]], ["sibyllic", [5, 3340, 4]]]}, {"answer": "vehement", "hint": "synonyms for vehement", "clues": [["tearing", [5, 3341, 0]], ["trigger-happy", [5, 3341, 1]], ["violent", [5, 3341, 2]], ["fierce", [5, 3341, 3]]]}, {"answer": "venal", "hint": "synonyms for venal", "clues": [["bribable", [5, 3342, 0]], ["purchasable", [5, 3342, 1]], ["dishonest", [5, 3342, 2]], ["corruptible", [5, 3342, 3]]]}, {"answer": "vendable", "hint": "synonyms for vendable", "clues": [["marketable", [5, 3343, 0]], ["sellable", [5, 3343, 1]], ["merchantable", [5, 3343, 2]], ["vendible", [5, 3343, 3]]]}, {"answer": "vendible", "hint": "synonyms for vendible", "clues": [["marketable", [5, 3344, 0]], ["sellable", [5, 3344, 1]], ["vendable", [5, 3344, 2]], ["merchantable", [5, 3344, 3]]]}, {"answer": "venomous", "hint": "synonyms for venomous", "clues": [["vicious", [5, 3345, 0]], ["deadly", [5, 3345, 1]], ["virulent", [5, 3345, 2]], ["poisonous", [5, 3345, 3]]]}, {"answer": "verbose", "hint": "synonyms for verbose", "clues": [["tedious", [5, 3346, 0]], ["long-winded", [5, 3346, 1]], ["wordy", [5, 3346, 2]], ["windy", [5, 3346, 3]]]}, {"answer": "verboten", "hint": "synonyms for verboten", "clues": [["taboo", [5, 3347, 0]], ["prohibited", [5, 3347, 1]], ["out", [5, 3347, 2]], ["proscribed", [5, 3347, 3]], ["tabu", [5, 3347, 4]], ["forbidden", [5, 3347, 5]]]}, {"answer": "verificatory", "hint": "synonyms for verificatory", "clues": [["substantiative", [5, 3348, 0]], ["corroborative", [5, 3348, 1]], ["validatory", [5, 3348, 2]], ["validating", [5, 3348, 3]], ["corroboratory", [5, 3348, 4]], ["confirmatory", [5, 3348, 5]], ["verifying", [5, 3348, 6]], ["confirming", [5, 3348, 7]], ["confirmative", [5, 3348, 8]], ["collateral", [5, 3348, 9]]]}, {"answer": "verifying", "hint": "synonyms for verifying", "clues": [["substantiative", [5, 3349, 0]], ["corroborative", [5, 3349, 1]], ["validatory", [5, 3349, 2]], ["validating", [5, 3349, 3]], ["corroboratory", [5, 3349, 4]], ["confirmatory", [5, 3349, 5]], ["confirming", [5, 3349, 6]], ["confirmative", [5, 3349, 7]], ["collateral", [5, 3349, 8]], ["verificatory", [5, 3349, 9]]]}, {"answer": "veritable", "hint": "synonyms for veritable", "clues": [["bona fide", [5, 3350, 0]], ["unquestionable", [5, 3350, 1]], ["regular", [5, 3350, 2]], ["authentic", [5, 3350, 3]]]}, {"answer": "vermiculate", "hint": "synonyms for vermiculate", "clues": [["wormy", [5, 3351, 0]], ["vermiculated", [5, 3351, 1]], ["worm-eaten", [5, 3351, 2]], ["vermicular", [5, 3351, 3]]]}, {"answer": "vexatious", "hint": "synonyms for vexatious", "clues": [["pestering", [5, 3352, 0]], ["vexing", [5, 3352, 1]], ["pesky", [5, 3352, 2]], ["plaguy", [5, 3352, 3]], ["galling", [5, 3352, 4]], ["teasing", [5, 3352, 5]], ["nettlesome", [5, 3352, 6]], ["irritating", [5, 3352, 7]], ["annoying", [5, 3352, 8]], ["pestiferous", [5, 3352, 9]], ["bothersome", [5, 3352, 10]]]}, {"answer": "vexed", "hint": "synonyms for vexed", "clues": [["annoyed", [5, 3353, 0]], ["harassed", [5, 3353, 1]], ["harried", [5, 3353, 2]], ["pestered", [5, 3353, 3]]]}, {"answer": "vexing", "hint": "synonyms for vexing", "clues": [["infuriating", [5, 3354, 0]], ["pestering", [5, 3354, 1]], ["pesky", [5, 3354, 2]], ["plaguy", [5, 3354, 3]], ["galling", [5, 3354, 4]], ["teasing", [5, 3354, 5]], ["vexatious", [5, 3354, 6]], ["exasperating", [5, 3354, 7]], ["irritating", [5, 3354, 8]], ["annoying", [5, 3354, 9]], ["bothersome", [5, 3354, 10]], ["maddening", [5, 3354, 11]], ["pestiferous", [5, 3354, 12]], ["nettlesome", [5, 3354, 13]]]}, {"answer": "viable", "hint": "synonyms for viable", "clues": [["feasible", [5, 3355, 0]], ["practicable", [5, 3355, 1]], ["executable", [5, 3355, 2]], ["workable", [5, 3355, 3]]]}, {"answer": "vicious", "hint": "synonyms for vicious", "clues": [["condemnable", [5, 3356, 0]], ["barbarous", [5, 3356, 1]], ["criminal", [5, 3356, 2]], ["deplorable", [5, 3356, 3]], ["brutal", [5, 3356, 4]], ["reprehensible", [5, 3356, 5]], ["savage", [5, 3356, 6]], ["evil", [5, 3356, 7]], ["venomous", [5, 3356, 8]], ["cruel", [5, 3356, 9]], ["roughshod", [5, 3356, 10]], ["fell", [5, 3356, 11]], ["poisonous", [5, 3356, 12]]]}, {"answer": "victimised", "hint": "synonyms for victimised", "clues": [["ill-used", [5, 3357, 0]], ["used", [5, 3357, 1]], ["exploited", [5, 3357, 2]], ["put-upon", [5, 3357, 3]], ["victimized", [5, 3357, 4]]]}, {"answer": "victimized", "hint": "synonyms for victimized", "clues": [["ill-used", [5, 3358, 0]], ["used", [5, 3358, 1]], ["exploited", [5, 3358, 2]], ["put-upon", [5, 3358, 3]], ["victimised", [5, 3358, 4]]]}, {"answer": "victorian", "hint": "synonyms for victorian", "clues": [["prim", [5, 3359, 0]], ["priggish", [5, 3359, 1]], ["straitlaced", [5, 3359, 2]], ["prudish", [5, 3359, 3]], ["tight-laced", [5, 3359, 4]], ["square-toed", [5, 3359, 5]], ["puritanical", [5, 3359, 6]], ["prissy", [5, 3359, 7]]]}, {"answer": "vile", "hint": "synonyms for vile", "clues": [["despicable", [5, 3360, 0]], ["slimy", [5, 3360, 1]], ["worthless", [5, 3360, 2]], ["ugly", [5, 3360, 3]], ["wretched", [5, 3360, 4]], ["offensive", [5, 3360, 5]], ["unworthy", [5, 3360, 6]], ["noisome", [5, 3360, 7]], ["loathsome", [5, 3360, 8]], ["queasy", [5, 3360, 9]], ["nauseous", [5, 3360, 10]], ["sickening", [5, 3360, 11]], ["nauseating", [5, 3360, 12]]]}, {"answer": "vindicated", "hint": "synonyms for vindicated", "clues": [["absolved", [5, 3361, 0]], ["clear", [5, 3361, 1]], ["cleared", [5, 3361, 2]], ["exculpated", [5, 3361, 3]], ["exonerated", [5, 3361, 4]]]}, {"answer": "vindicatory", "hint": "synonyms for vindicatory", "clues": [["retributory", [5, 3362, 0]], ["retributive", [5, 3362, 1]], ["retaliatory", [5, 3362, 2]], ["justificative", [5, 3362, 3]], ["justificatory", [5, 3362, 4]], ["relatiative", [5, 3362, 5]]]}, {"answer": "violent", "hint": "synonyms for violent", "clues": [["crimson", [5, 3363, 0]], ["trigger-happy", [5, 3363, 1]], ["vehement", [5, 3363, 2]], ["red", [5, 3363, 3]], ["wild", [5, 3363, 4]], ["tearing", [5, 3363, 5]], ["fierce", [5, 3363, 6]]]}, {"answer": "virgin", "hint": "synonyms for virgin", "clues": [["vestal", [5, 3364, 0]], ["virginal", [5, 3364, 1]], ["virtuous", [5, 3364, 2]], ["pure", [5, 3364, 3]]]}, {"answer": "virginal", "hint": "synonyms for virginal", "clues": [["vestal", [5, 3365, 0]], ["virgin", [5, 3365, 1]], ["virtuous", [5, 3365, 2]], ["pure", [5, 3365, 3]]]}, {"answer": "virile", "hint": "synonyms for virile", "clues": [["male", [5, 3366, 0]], ["manful", [5, 3366, 1]], ["potent", [5, 3366, 2]], ["manlike", [5, 3366, 3]], ["manly", [5, 3366, 4]]]}, {"answer": "virulent", "hint": "synonyms for virulent", "clues": [["acid", [5, 3367, 0]], ["sulfurous", [5, 3367, 1]], ["vitriolic", [5, 3367, 2]], ["venomous", [5, 3367, 3]], ["acerb", [5, 3367, 4]], ["blistering", [5, 3367, 5]], ["bitter", [5, 3367, 6]], ["caustic", [5, 3367, 7]], ["sulphurous", [5, 3367, 8]], ["deadly", [5, 3367, 9]], ["acerbic", [5, 3367, 10]]]}, {"answer": "viscid", "hint": "synonyms for viscid", "clues": [["gluey", [5, 3368, 0]], ["mucilaginous", [5, 3368, 1]], ["viscous", [5, 3368, 2]], ["pasty", [5, 3368, 3]], ["glutinous", [5, 3368, 4]], ["gummy", [5, 3368, 5]], ["sticky", [5, 3368, 6]]]}, {"answer": "viscous", "hint": "synonyms for viscous", "clues": [["gluey", [5, 3369, 0]], ["mucilaginous", [5, 3369, 1]], ["pasty", [5, 3369, 2]], ["syrupy", [5, 3369, 3]], ["viscid", [5, 3369, 4]], ["glutinous", [5, 3369, 5]], ["gummy", [5, 3369, 6]], ["sticky", [5, 3369, 7]]]}, {"answer": "visually_challenged", "hint": "synonyms for visually challenged", "clues": [["purblind", [5, 3370, 0]], ["dim-sighted", [5, 3370, 1]], ["visually impaired", [5, 3370, 2]], ["near-blind", [5, 3370, 3]], ["sand-blind", [5, 3370, 4]]]}, {"answer": "visually_impaired", "hint": "synonyms for visually impaired", "clues": [["purblind", [5, 3371, 0]], ["dim-sighted", [5, 3371, 1]], ["visually challenged", [5, 3371, 2]], ["near-blind", [5, 3371, 3]], ["sand-blind", [5, 3371, 4]]]}, {"answer": "vital", "hint": "synonyms for vital", "clues": [["lively", [5, 3372, 0]], ["life-sustaining", [5, 3372, 1]], ["full of life", [5, 3372, 2]], ["critical", [5, 3372, 3]]]}, {"answer": "vitiated", "hint": "synonyms for vitiated", "clues": [["weakened", [5, 3373, 0]], ["lessened", [5, 3373, 1]], ["debased", [5, 3373, 2]], ["corrupted", [5, 3373, 3]], ["diminished", [5, 3373, 4]]]}, {"answer": "vitriolic", "hint": "synonyms for vitriolic", "clues": [["acid", [5, 3374, 0]], ["acerbic", [5, 3374, 1]], ["sulfurous", [5, 3374, 2]], ["virulent", [5, 3374, 3]], ["acerb", [5, 3374, 4]], ["mordant", [5, 3374, 5]], ["blistering", [5, 3374, 6]], ["bitter", [5, 3374, 7]], ["caustic", [5, 3374, 8]], ["erosive", [5, 3374, 9]], ["sulphurous", [5, 3374, 10]], ["corrosive", [5, 3374, 11]]]}, {"answer": "vivid", "hint": "synonyms for vivid", "clues": [["intense", [5, 3375, 0]], ["graphic", [5, 3375, 1]], ["brilliant", [5, 3375, 2]], ["bright", [5, 3375, 3]], ["pictorial", [5, 3375, 4]], ["lifelike", [5, 3375, 5]]]}, {"answer": "vociferous", "hint": "synonyms for vociferous", "clues": [["strident", [5, 3376, 0]], ["blatant", [5, 3376, 1]], ["clamant", [5, 3376, 2]], ["clamorous", [5, 3376, 3]]]}, {"answer": "voiceless", "hint": "synonyms for voiceless", "clues": [["surd", [5, 3377, 0]], ["hard", [5, 3377, 1]], ["voteless", [5, 3377, 2]], ["breathed", [5, 3377, 3]], ["unvoiced", [5, 3377, 4]], ["aphonic", [5, 3377, 5]], ["disfranchised", [5, 3377, 6]]]}, {"answer": "volatilised", "hint": "synonyms for volatilised", "clues": [["vapourised", [5, 3378, 0]], ["vaporized", [5, 3378, 1]], ["gasified", [5, 3378, 2]], ["volatilized", [5, 3378, 3]]]}, {"answer": "volatilized", "hint": "synonyms for volatilized", "clues": [["vapourised", [5, 3379, 0]], ["vaporized", [5, 3379, 1]], ["gasified", [5, 3379, 2]], ["volatilised", [5, 3379, 3]]]}, {"answer": "voluminous", "hint": "synonyms for voluminous", "clues": [["tortuous", [5, 3380, 0]], ["winding", [5, 3380, 1]], ["twisty", [5, 3380, 2]], ["copious", [5, 3380, 3]], ["twisting", [5, 3380, 4]]]}, {"answer": "voluptuary", "hint": "synonyms for voluptuary", "clues": [["sybaritic", [5, 3381, 0]], ["luxuriant", [5, 3381, 1]], ["epicurean", [5, 3381, 2]], ["voluptuous", [5, 3381, 3]], ["luxurious", [5, 3381, 4]]]}, {"answer": "voluptuous", "hint": "synonyms for voluptuous", "clues": [["curvy", [5, 3382, 0]], ["luxuriant", [5, 3382, 1]], ["full-bosomed", [5, 3382, 2]], ["curvaceous", [5, 3382, 3]], ["toothsome", [5, 3382, 4]], ["stacked", [5, 3382, 5]], ["voluptuary", [5, 3382, 6]], ["busty", [5, 3382, 7]], ["sonsie", [5, 3382, 8]], ["epicurean", [5, 3382, 9]], ["bosomy", [5, 3382, 10]], ["red-hot", [5, 3382, 11]], ["well-endowed", [5, 3382, 12]], ["luscious", [5, 3382, 13]], ["luxurious", [5, 3382, 14]], ["sybaritic", [5, 3382, 15]], ["sonsy", [5, 3382, 16]], ["juicy", [5, 3382, 17]], ["buxom", [5, 3382, 18]]]}, {"answer": "volute", "hint": "synonyms for volute", "clues": [["whorled", [5, 3383, 0]], ["helical", [5, 3383, 1]], ["turbinate", [5, 3383, 2]], ["voluted", [5, 3383, 3]], ["spiraling", [5, 3383, 4]], ["coiling", [5, 3383, 5]]]}, {"answer": "voluted", "hint": "synonyms for voluted", "clues": [["whorled", [5, 3384, 0]], ["volute", [5, 3384, 1]], ["helical", [5, 3384, 2]], ["turbinate", [5, 3384, 3]], ["spiraling", [5, 3384, 4]], ["coiling", [5, 3384, 5]]]}, {"answer": "voracious", "hint": "synonyms for voracious", "clues": [["rapacious", [5, 3385, 0]], ["ravenous", [5, 3385, 1]], ["ravening", [5, 3385, 2]], ["wolfish", [5, 3385, 3]], ["edacious", [5, 3385, 4]], ["esurient", [5, 3385, 5]]]}, {"answer": "vulgar", "hint": "synonyms for vulgar", "clues": [["coarse", [5, 3386, 0]], ["common", [5, 3386, 1]], ["plebeian", [5, 3386, 2]], ["earthy", [5, 3386, 3]], ["rough-cut", [5, 3386, 4]], ["gross", [5, 3386, 5]], ["vernacular", [5, 3386, 6]], ["uncouth", [5, 3386, 7]], ["crude", [5, 3386, 8]], ["unwashed", [5, 3386, 9]]]}, {"answer": "vulturine", "hint": "synonyms for vulturine", "clues": [["rapacious", [5, 3387, 0]], ["vulturous", [5, 3387, 1]], ["ravening", [5, 3387, 2]], ["raptorial", [5, 3387, 3]], ["predatory", [5, 3387, 4]]]}, {"answer": "vulturous", "hint": "synonyms for vulturous", "clues": [["rapacious", [5, 3388, 0]], ["ravening", [5, 3388, 1]], ["raptorial", [5, 3388, 2]], ["vulturine", [5, 3388, 3]], ["predatory", [5, 3388, 4]]]}, {"answer": "wacky", "hint": "synonyms for wacky", "clues": [["sappy", [5, 3389, 0]], ["round the bend", [5, 3389, 1]], ["loco", [5, 3389, 2]], ["cockamamie", [5, 3389, 3]], ["whacky", [5, 3389, 4]], ["balmy", [5, 3389, 5]], ["zany", [5, 3389, 6]], ["bonkers", [5, 3389, 7]], ["loony", [5, 3389, 8]], ["barmy", [5, 3389, 9]], ["goofy", [5, 3389, 10]], ["buggy", [5, 3389, 11]], ["silly", [5, 3389, 12]], ["nutty", [5, 3389, 13]], ["kookie", [5, 3389, 14]], ["dotty", [5, 3389, 15]], ["daft", [5, 3389, 16]], ["fruity", [5, 3389, 17]], ["haywire", [5, 3389, 18]], ["bats", [5, 3389, 19]], ["nuts", [5, 3389, 20]], ["crackers", [5, 3389, 21]], ["kooky", [5, 3389, 22]], ["loopy", [5, 3389, 23]], ["batty", [5, 3389, 24]], ["cockamamy", [5, 3389, 25]], ["cracked", [5, 3389, 26]]]}, {"answer": "wakeful", "hint": "synonyms for wakeful", "clues": [["argus-eyed", [5, 3390, 0]], ["light", [5, 3390, 1]], ["vigilant", [5, 3390, 2]], ["open-eyed", [5, 3390, 3]], ["waking", [5, 3390, 4]]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["thumping", [5, 3391, 0]], ["whopping", [5, 3391, 1]], ["banging", [5, 3391, 2]], ["humongous", [5, 3391, 3]]]}, {"answer": "wandering", "hint": "synonyms for wandering", "clues": [["winding", [5, 3392, 0]], ["peregrine", [5, 3392, 1]], ["mobile", [5, 3392, 2]], ["meandering", [5, 3392, 3]], ["roving", [5, 3392, 4]], ["rambling", [5, 3392, 5]], ["erratic", [5, 3392, 6]], ["nomadic", [5, 3392, 7]], ["planetary", [5, 3392, 8]]]}, {"answer": "wanting", "hint": "synonyms for wanting", "clues": [["absent", [5, 3393, 0]], ["lacking", [5, 3393, 1]], ["missing", [5, 3393, 2]], ["deficient", [5, 3393, 3]]]}, {"answer": "wanton", "hint": "synonyms for wanton", "clues": [["promiscuous", [5, 3394, 0]], ["easy", [5, 3394, 1]], ["motiveless", [5, 3394, 2]], ["loose", [5, 3394, 3]], ["sluttish", [5, 3394, 4]], ["light", [5, 3394, 5]], ["unprovoked", [5, 3394, 6]]]}, {"answer": "warm", "hint": "synonyms for warm", "clues": [["lovesome", [5, 3395, 0]], ["tender", [5, 3395, 1]], ["quick", [5, 3395, 2]], ["strong", [5, 3395, 3]], ["fond", [5, 3395, 4]], ["affectionate", [5, 3395, 5]], ["ardent", [5, 3395, 6]]]}, {"answer": "wary", "hint": "synonyms for wary", "clues": [["suspicious", [5, 3396, 0]], ["mistrustful", [5, 3396, 1]], ["leery", [5, 3396, 2]], ["untrusting", [5, 3396, 3]]]}, {"answer": "washed-out", "hint": "synonyms for washed-out", "clues": [["worn out", [5, 3397, 0]], ["played out", [5, 3397, 1]], ["bleached", [5, 3397, 2]], ["spent", [5, 3397, 3]], ["exhausted", [5, 3397, 4]], ["faded", [5, 3397, 5]], ["dog-tired", [5, 3397, 6]], ["fagged", [5, 3397, 7]], ["fatigued", [5, 3397, 8]], ["washy", [5, 3397, 9]]]}, {"answer": "washed-up", "hint": "synonyms for washed-up", "clues": [["sunk", [5, 3398, 0]], ["undone", [5, 3398, 1]], ["ruined", [5, 3398, 2]], ["done for", [5, 3398, 3]]]}, {"answer": "washy", "hint": "synonyms for washy", "clues": [["bleached", [5, 3399, 0]], ["washed-out", [5, 3399, 1]], ["watery", [5, 3399, 2]], ["faded", [5, 3399, 3]], ["weak", [5, 3399, 4]]]}, {"answer": "wasted", "hint": "synonyms for wasted", "clues": [["cadaverous", [5, 3400, 0]], ["senseless", [5, 3400, 1]], ["pointless", [5, 3400, 2]], ["otiose", [5, 3400, 3]], ["haggard", [5, 3400, 4]], ["superfluous", [5, 3400, 5]], ["pinched", [5, 3400, 6]], ["emaciated", [5, 3400, 7]], ["gaunt", [5, 3400, 8]], ["skeletal", [5, 3400, 9]], ["purposeless", [5, 3400, 10]], ["bony", [5, 3400, 11]], ["diminished", [5, 3400, 12]], ["squandered", [5, 3400, 13]], ["atrophied", [5, 3400, 14]]]}, {"answer": "waterlogged", "hint": "synonyms for waterlogged", "clues": [["marshy", [5, 3401, 0]], ["miry", [5, 3401, 1]], ["mucky", [5, 3401, 2]], ["sloppy", [5, 3401, 3]], ["soggy", [5, 3401, 4]], ["swampy", [5, 3401, 5]], ["boggy", [5, 3401, 6]], ["sloughy", [5, 3401, 7]], ["quaggy", [5, 3401, 8]], ["squashy", [5, 3401, 9]], ["muddy", [5, 3401, 10]]]}, {"answer": "wavelike", "hint": "synonyms for wavelike", "clues": [["crinkly", [5, 3402, 0]], ["rippled", [5, 3402, 1]], ["wavy", [5, 3402, 2]], ["crinkled", [5, 3402, 3]]]}, {"answer": "wavy", "hint": "synonyms for wavy", "clues": [["wavelike", [5, 3403, 0]], ["crinkly", [5, 3403, 1]], ["rippled", [5, 3403, 2]], ["crinkled", [5, 3403, 3]]]}, {"answer": "waxy", "hint": "synonyms for waxy", "clues": [["waxlike", [5, 3404, 0]], ["bendable", [5, 3404, 1]], ["pliant", [5, 3404, 2]], ["pliable", [5, 3404, 3]], ["waxen", [5, 3404, 4]], ["impressionable", [5, 3404, 5]]]}, {"answer": "way-out", "hint": "synonyms for way-out", "clues": [["offbeat", [5, 3405, 0]], ["quirky", [5, 3405, 1]], ["kinky", [5, 3405, 2]], ["far-out", [5, 3405, 3]]]}, {"answer": "weak", "hint": "synonyms for weak", "clues": [["weakly", [5, 3406, 0]], ["decrepit", [5, 3406, 1]], ["infirm", [5, 3406, 2]], ["debile", [5, 3406, 3]], ["rickety", [5, 3406, 4]], ["faint", [5, 3406, 5]], ["feeble", [5, 3406, 6]], ["frail", [5, 3406, 7]], ["washy", [5, 3406, 8]], ["imperfect", [5, 3406, 9]], ["light", [5, 3406, 10]], ["sapless", [5, 3406, 11]], ["watery", [5, 3406, 12]], ["unaccented", [5, 3406, 13]], ["fallible", [5, 3406, 14]]]}, {"answer": "weakened", "hint": "synonyms for weakened", "clues": [["cut", [5, 3407, 0]], ["lessened", [5, 3407, 1]], ["vitiated", [5, 3407, 2]], ["attenuated", [5, 3407, 3]], ["diminished", [5, 3407, 4]], ["faded", [5, 3407, 5]], ["thinned", [5, 3407, 6]], ["hurt", [5, 3407, 7]]]}, {"answer": "weakly", "hint": "synonyms for weakly", "clues": [["weak", [5, 3408, 0]], ["decrepit", [5, 3408, 1]], ["infirm", [5, 3408, 2]], ["sapless", [5, 3408, 3]], ["rickety", [5, 3408, 4]], ["feeble", [5, 3408, 5]], ["debile", [5, 3408, 6]]]}, {"answer": "wealthy", "hint": "synonyms for wealthy", "clues": [["moneyed", [5, 3409, 0]], ["affluent", [5, 3409, 1]], ["loaded", [5, 3409, 2]], ["flush", [5, 3409, 3]]]}, {"answer": "wearisome", "hint": "synonyms for wearisome", "clues": [["irksome", [5, 3410, 0]], ["dull", [5, 3410, 1]], ["deadening", [5, 3410, 2]], ["tedious", [5, 3410, 3]], ["slow", [5, 3410, 4]], ["tiresome", [5, 3410, 5]], ["boring", [5, 3410, 6]], ["ho-hum", [5, 3410, 7]]]}, {"answer": "webbed", "hint": "synonyms for webbed", "clues": [["weblike", [5, 3411, 0]], ["lacy", [5, 3411, 1]], ["netlike", [5, 3411, 2]], ["webby", [5, 3411, 3]], ["netted", [5, 3411, 4]]]}, {"answer": "webby", "hint": "synonyms for webby", "clues": [["netted", [5, 3412, 0]], ["weblike", [5, 3412, 1]], ["lacy", [5, 3412, 2]], ["netlike", [5, 3412, 3]], ["webbed", [5, 3412, 4]]]}, {"answer": "weblike", "hint": "synonyms for weblike", "clues": [["netted", [5, 3413, 0]], ["lacy", [5, 3413, 1]], ["netlike", [5, 3413, 2]], ["webby", [5, 3413, 3]], ["webbed", [5, 3413, 4]]]}, {"answer": "wee", "hint": "synonyms for wee", "clues": [["bittie", [5, 3414, 0]], ["itty-bitty", [5, 3414, 1]], ["teensy", [5, 3414, 2]], ["teeny-weeny", [5, 3414, 3]], ["weeny", [5, 3414, 4]], ["bitty", [5, 3414, 5]], ["itsy-bitsy", [5, 3414, 6]]]}, {"answer": "weedy", "hint": "synonyms for weedy", "clues": [["underweight", [5, 3415, 0]], ["scrawny", [5, 3415, 1]], ["scraggy", [5, 3415, 2]], ["skinny", [5, 3415, 3]], ["boney", [5, 3415, 4]]]}, {"answer": "weensy", "hint": "synonyms for weensy", "clues": [["bittie", [5, 3416, 0]], ["itty-bitty", [5, 3416, 1]], ["teensy", [5, 3416, 2]], ["teeny-weeny", [5, 3416, 3]], ["wee", [5, 3416, 4]], ["bitty", [5, 3416, 5]], ["itsy-bitsy", [5, 3416, 6]], ["weeny", [5, 3416, 7]]]}, {"answer": "weeny", "hint": "synonyms for weeny", "clues": [["bittie", [5, 3417, 0]], ["itty-bitty", [5, 3417, 1]], ["teensy", [5, 3417, 2]], ["teeny-weeny", [5, 3417, 3]], ["wee", [5, 3417, 4]], ["bitty", [5, 3417, 5]], ["itsy-bitsy", [5, 3417, 6]], ["weensy", [5, 3417, 7]]]}, {"answer": "weeping", "hint": "synonyms for weeping", "clues": [["cernuous", [5, 3418, 0]], ["tearful", [5, 3418, 1]], ["drooping", [5, 3418, 2]], ["dolorous", [5, 3418, 3]], ["nodding", [5, 3418, 4]], ["pendulous", [5, 3418, 5]], ["lachrymose", [5, 3418, 6]]]}, {"answer": "weighed_down", "hint": "synonyms for weighed down", "clues": [["bowed down", [5, 3419, 0]], ["loaded down", [5, 3419, 1]], ["heavy", [5, 3419, 2]], ["overburdened", [5, 3419, 3]]]}, {"answer": "weighty", "hint": "synonyms for weighty", "clues": [["grave", [5, 3420, 0]], ["heavy", [5, 3420, 1]], ["cogent", [5, 3420, 2]], ["telling", [5, 3420, 3]], ["obese", [5, 3420, 4]], ["grievous", [5, 3420, 5]], ["corpulent", [5, 3420, 6]], ["rotund", [5, 3420, 7]]]}, {"answer": "well-educated", "hint": "synonyms for well-educated", "clues": [["knowing", [5, 3421, 0]], ["lettered", [5, 3421, 1]], ["well-read", [5, 3421, 2]], ["learned", [5, 3421, 3]], ["knowledgeable", [5, 3421, 4]]]}, {"answer": "well-endowed", "hint": "synonyms for well-endowed", "clues": [["voluptuous", [5, 3422, 0]], ["curvy", [5, 3422, 1]], ["full-bosomed", [5, 3422, 2]], ["curvaceous", [5, 3422, 3]], ["stacked", [5, 3422, 4]], ["busty", [5, 3422, 5]], ["sonsie", [5, 3422, 6]], ["sonsy", [5, 3422, 7]], ["buxom", [5, 3422, 8]], ["bosomy", [5, 3422, 9]]]}, {"answer": "well-favored", "hint": "synonyms for well-favored", "clues": [["better-looking", [5, 3423, 0]], ["fine-looking", [5, 3423, 1]], ["good-looking", [5, 3423, 2]], ["handsome", [5, 3423, 3]], ["well-favoured", [5, 3423, 4]]]}, {"answer": "well-favoured", "hint": "synonyms for well-favoured", "clues": [["better-looking", [5, 3424, 0]], ["fine-looking", [5, 3424, 1]], ["well-favored", [5, 3424, 2]], ["good-looking", [5, 3424, 3]], ["handsome", [5, 3424, 4]]]}, {"answer": "well-fixed", "hint": "synonyms for well-fixed", "clues": [["well-heeled", [5, 3425, 0]], ["prosperous", [5, 3425, 1]], ["easy", [5, 3425, 2]], ["well-to-do", [5, 3425, 3]], ["comfortable", [5, 3425, 4]], ["well-situated", [5, 3425, 5]], ["well-off", [5, 3425, 6]]]}, {"answer": "well-heeled", "hint": "synonyms for well-heeled", "clues": [["prosperous", [5, 3426, 0]], ["well-off", [5, 3426, 1]], ["easy", [5, 3426, 2]], ["well-to-do", [5, 3426, 3]], ["comfortable", [5, 3426, 4]], ["well-situated", [5, 3426, 5]], ["well-fixed", [5, 3426, 6]]]}, {"answer": "well-kept", "hint": "synonyms for well-kept", "clues": [["maintained", [5, 3427, 0]], ["shipshape", [5, 3427, 1]], ["kept up", [5, 3427, 2]], ["trim", [5, 3427, 3]]]}, {"answer": "well-off", "hint": "synonyms for well-off", "clues": [["well-heeled", [5, 3428, 0]], ["prosperous", [5, 3428, 1]], ["easy", [5, 3428, 2]], ["well-to-do", [5, 3428, 3]], ["comfortable", [5, 3428, 4]], ["well-situated", [5, 3428, 5]], ["well-fixed", [5, 3428, 6]]]}, {"answer": "well-read", "hint": "synonyms for well-read", "clues": [["knowing", [5, 3429, 0]], ["lettered", [5, 3429, 1]], ["learned", [5, 3429, 2]], ["knowledgeable", [5, 3429, 3]], ["well-educated", [5, 3429, 4]]]}, {"answer": "well-situated", "hint": "synonyms for well-situated", "clues": [["well-heeled", [5, 3430, 0]], ["prosperous", [5, 3430, 1]], ["well-off", [5, 3430, 2]], ["easy", [5, 3430, 3]], ["well-to-do", [5, 3430, 4]], ["comfortable", [5, 3430, 5]], ["well-fixed", [5, 3430, 6]]]}, {"answer": "well-to-do", "hint": "synonyms for well-to-do", "clues": [["well-heeled", [5, 3431, 0]], ["prosperous", [5, 3431, 1]], ["well-off", [5, 3431, 2]], ["easy", [5, 3431, 3]], ["comfortable", [5, 3431, 4]], ["well-situated", [5, 3431, 5]], ["well-fixed", [5, 3431, 6]]]}, {"answer": "well-worn", "hint": "synonyms for well-worn", "clues": [["trite", [5, 3432, 0]], ["stock", [5, 3432, 1]], ["timeworn", [5, 3432, 2]], ["banal", [5, 3432, 3]], ["shopworn", [5, 3432, 4]], ["old-hat", [5, 3432, 5]], ["hackneyed", [5, 3432, 6]], ["threadbare", [5, 3432, 7]], ["tired", [5, 3432, 8]], ["commonplace", [5, 3432, 9]]]}, {"answer": "wet", "hint": "synonyms for wet", "clues": [["fuddled", [5, 3433, 0]], ["sloshed", [5, 3433, 1]], ["stiff", [5, 3433, 2]], ["cockeyed", [5, 3433, 3]], ["sozzled", [5, 3433, 4]], ["pie-eyed", [5, 3433, 5]], ["soaked", [5, 3433, 6]], ["pixilated", [5, 3433, 7]], ["blotto", [5, 3433, 8]], ["pissed", [5, 3433, 9]], ["besotted", [5, 3433, 10]], ["soused", [5, 3433, 11]], ["slopped", [5, 3433, 12]], ["smashed", [5, 3433, 13]], ["blind drunk", [5, 3433, 14]], ["plastered", [5, 3433, 15]], ["crocked", [5, 3433, 16]], ["loaded", [5, 3433, 17]], ["tight", [5, 3433, 18]], ["squiffy", [5, 3433, 19]], ["lactating", [5, 3433, 20]]]}, {"answer": "whacky", "hint": "synonyms for whacky", "clues": [["sappy", [5, 3434, 0]], ["round the bend", [5, 3434, 1]], ["loco", [5, 3434, 2]], ["cockamamie", [5, 3434, 3]], ["wacky", [5, 3434, 4]], ["balmy", [5, 3434, 5]], ["zany", [5, 3434, 6]], ["bonkers", [5, 3434, 7]], ["loony", [5, 3434, 8]], ["barmy", [5, 3434, 9]], ["goofy", [5, 3434, 10]], ["buggy", [5, 3434, 11]], ["silly", [5, 3434, 12]], ["nutty", [5, 3434, 13]], ["kookie", [5, 3434, 14]], ["dotty", [5, 3434, 15]], ["daft", [5, 3434, 16]], ["fruity", [5, 3434, 17]], ["haywire", [5, 3434, 18]], ["bats", [5, 3434, 19]], ["nuts", [5, 3434, 20]], ["crackers", [5, 3434, 21]], ["kooky", [5, 3434, 22]], ["loopy", [5, 3434, 23]], ["batty", [5, 3434, 24]], ["cockamamy", [5, 3434, 25]], ["cracked", [5, 3434, 26]]]}, {"answer": "whiskered", "hint": "synonyms for whiskered", "clues": [["barbate", [5, 3435, 0]], ["whiskery", [5, 3435, 1]], ["bearded", [5, 3435, 2]], ["bewhiskered", [5, 3435, 3]]]}, {"answer": "white", "hint": "synonyms for white", "clues": [["bloodless", [5, 3436, 0]], ["lily-white", [5, 3436, 1]], ["whitened", [5, 3436, 2]], ["blanched", [5, 3436, 3]], ["livid", [5, 3436, 4]], ["white-hot", [5, 3436, 5]], ["clean", [5, 3436, 6]], ["snowy", [5, 3436, 7]], ["blank", [5, 3436, 8]], ["ashen", [5, 3436, 9]]]}, {"answer": "white-haired", "hint": "synonyms for white-haired", "clues": [["blue-eyed", [5, 3437, 0]], ["gray", [5, 3437, 1]], ["hoary", [5, 3437, 2]], ["fair-haired", [5, 3437, 3]], ["grizzly", [5, 3437, 4]], ["gray-headed", [5, 3437, 5]], ["gray-haired", [5, 3437, 6]], ["grey", [5, 3437, 7]]]}, {"answer": "white-livered", "hint": "synonyms for white-livered", "clues": [["yellow", [5, 3438, 0]], ["chicken", [5, 3438, 1]], ["yellow-bellied", [5, 3438, 2]], ["chickenhearted", [5, 3438, 3]], ["lily-livered", [5, 3438, 4]]]}, {"answer": "whole", "hint": "synonyms for whole", "clues": [["hale", [5, 3439, 0]], ["unscathed", [5, 3439, 1]], ["unharmed", [5, 3439, 2]], ["unanimous", [5, 3439, 3]], ["solid", [5, 3439, 4]], ["unhurt", [5, 3439, 5]]]}, {"answer": "whopping", "hint": "synonyms for whopping", "clues": [["walloping", [5, 3440, 0]], ["thumping", [5, 3440, 1]], ["banging", [5, 3440, 2]], ["humongous", [5, 3440, 3]]]}, {"answer": "whorled", "hint": "synonyms for whorled", "clues": [["helical", [5, 3441, 0]], ["turbinate", [5, 3441, 1]], ["verticillated", [5, 3441, 2]], ["spiral", [5, 3441, 3]], ["coiling", [5, 3441, 4]], ["volute", [5, 3441, 5]]]}, {"answer": "wicked", "hint": "synonyms for wicked", "clues": [["foul", [5, 3442, 0]], ["distasteful", [5, 3442, 1]], ["revolting", [5, 3442, 2]], ["loathsome", [5, 3442, 3]], ["repellent", [5, 3442, 4]], ["pixilated", [5, 3442, 5]], ["prankish", [5, 3442, 6]], ["mischievous", [5, 3442, 7]], ["implike", [5, 3442, 8]], ["arch", [5, 3442, 9]], ["terrible", [5, 3442, 10]], ["unholy", [5, 3442, 11]], ["loathly", [5, 3442, 12]], ["sinful", [5, 3442, 13]], ["disgusting", [5, 3442, 14]], ["skanky", [5, 3442, 15]], ["severe", [5, 3442, 16]], ["disgustful", [5, 3442, 17]], ["repelling", [5, 3442, 18]], ["impish", [5, 3442, 19]], ["puckish", [5, 3442, 20]], ["yucky", [5, 3442, 21]]]}, {"answer": "wide", "hint": "synonyms for wide", "clues": [["wide-eyed", [5, 3443, 0]], ["extensive", [5, 3443, 1]], ["wide of the mark", [5, 3443, 2]], ["blanket", [5, 3443, 3]], ["full", [5, 3443, 4]], ["broad", [5, 3443, 5]], ["encompassing", [5, 3443, 6]], ["spacious", [5, 3443, 7]], ["panoptic", [5, 3443, 8]], ["wide-cut", [5, 3443, 9]], ["across-the-board", [5, 3443, 10]], ["all-embracing", [5, 3443, 11]], ["all-inclusive", [5, 3443, 12]]]}, {"answer": "wide-eyed", "hint": "synonyms for wide-eyed", "clues": [["childlike", [5, 3444, 0]], ["simple", [5, 3444, 1]], ["dewy-eyed", [5, 3444, 2]], ["wide", [5, 3444, 3]], ["round-eyed", [5, 3444, 4]]]}, {"answer": "wiggly", "hint": "synonyms for wiggly", "clues": [["sinuous", [5, 3445, 0]], ["wriggling", [5, 3445, 1]], ["wriggly", [5, 3445, 2]], ["sinuate", [5, 3445, 3]], ["writhing", [5, 3445, 4]]]}, {"answer": "wild", "hint": "synonyms for wild", "clues": [["barbaric", [5, 3446, 0]], ["savage", [5, 3446, 1]], ["uncivilized", [5, 3446, 2]], ["idle", [5, 3446, 3]], ["untamed", [5, 3446, 4]], ["groundless", [5, 3446, 5]], ["fantastic", [5, 3446, 6]], ["furious", [5, 3446, 7]], ["angry", [5, 3446, 8]], ["hazardous", [5, 3446, 9]], ["raging", [5, 3446, 10]], ["dotty", [5, 3446, 11]], ["gaga", [5, 3446, 12]], ["risky", [5, 3446, 13]], ["waste", [5, 3446, 14]], ["violent", [5, 3446, 15]], ["crazy", [5, 3446, 16]], ["barbarian", [5, 3446, 17]], ["baseless", [5, 3446, 18]], ["raving mad", [5, 3446, 19]], ["unfounded", [5, 3446, 20]], ["tempestuous", [5, 3446, 21]], ["godforsaken", [5, 3446, 22]], ["unwarranted", [5, 3446, 23]]]}, {"answer": "wilful", "hint": "synonyms for wilful", "clues": [["willful", [5, 3447, 0]], ["froward", [5, 3447, 1]], ["headstrong", [5, 3447, 2]], ["self-willed", [5, 3447, 3]]]}, {"answer": "willful", "hint": "synonyms for willful", "clues": [["wilful", [5, 3448, 0]], ["froward", [5, 3448, 1]], ["self-willed", [5, 3448, 2]], ["headstrong", [5, 3448, 3]]]}, {"answer": "wily", "hint": "synonyms for wily", "clues": [["cunning", [5, 3449, 0]], ["sly", [5, 3449, 1]], ["tricksy", [5, 3449, 2]], ["crafty", [5, 3449, 3]], ["foxy", [5, 3449, 4]], ["slick", [5, 3449, 5]], ["dodgy", [5, 3449, 6]], ["knavish", [5, 3449, 7]], ["guileful", [5, 3449, 8]]]}, {"answer": "winding", "hint": "synonyms for winding", "clues": [["tortuous", [5, 3450, 0]], ["twisty", [5, 3450, 1]], ["wandering", [5, 3450, 2]], ["meandering", [5, 3450, 3]], ["voluminous", [5, 3450, 4]], ["twisting", [5, 3450, 5]], ["rambling", [5, 3450, 6]]]}, {"answer": "windy", "hint": "synonyms for windy", "clues": [["airy", [5, 3451, 0]], ["blowy", [5, 3451, 1]], ["long-winded", [5, 3451, 2]], ["visionary", [5, 3451, 3]], ["wordy", [5, 3451, 4]], ["breezy", [5, 3451, 5]], ["tedious", [5, 3451, 6]], ["impractical", [5, 3451, 7]], ["verbose", [5, 3451, 8]]]}, {"answer": "wintry", "hint": "synonyms for wintry", "clues": [["icy", [5, 3452, 0]], ["frozen", [5, 3452, 1]], ["wintery", [5, 3452, 2]], ["glacial", [5, 3452, 3]], ["frosty", [5, 3452, 4]], ["frigid", [5, 3452, 5]]]}, {"answer": "wiped_out", "hint": "synonyms for wiped out", "clues": [["exterminated", [5, 3453, 0]], ["broken", [5, 3453, 1]], ["impoverished", [5, 3453, 2]], ["annihilated", [5, 3453, 3]]]}, {"answer": "wise", "hint": "synonyms for wise", "clues": [["impudent", [5, 3454, 0]], ["sassy", [5, 3454, 1]], ["knowing", [5, 3454, 2]], ["fresh", [5, 3454, 3]], ["impertinent", [5, 3454, 4]], ["overbold", [5, 3454, 5]], ["judicious", [5, 3454, 6]], ["smart", [5, 3454, 7]], ["saucy", [5, 3454, 8]], ["heady", [5, 3454, 9]], ["wise to", [5, 3454, 10]]]}, {"answer": "wispy", "hint": "synonyms for wispy", "clues": [["shadowy", [5, 3455, 0]], ["dim", [5, 3455, 1]], ["vague", [5, 3455, 2]], ["faint", [5, 3455, 3]], ["wisplike", [5, 3455, 4]]]}, {"answer": "witching", "hint": "synonyms for witching", "clues": [["wizardly", [5, 3456, 0]], ["magic", [5, 3456, 1]], ["magical", [5, 3456, 2]], ["sorcerous", [5, 3456, 3]], ["charming", [5, 3456, 4]]]}, {"answer": "with-it", "hint": "synonyms for with-it", "clues": [["up-to-date", [5, 3457, 0]], ["cutting-edge", [5, 3457, 1]], ["street smart", [5, 3457, 2]], ["streetwise", [5, 3457, 3]]]}, {"answer": "with_child", "hint": "synonyms for with child", "clues": [["great", [5, 3458, 0]], ["large", [5, 3458, 1]], ["enceinte", [5, 3458, 2]], ["heavy", [5, 3458, 3]], ["expectant", [5, 3458, 4]], ["gravid", [5, 3458, 5]], ["big", [5, 3458, 6]]]}, {"answer": "withered", "hint": "synonyms for withered", "clues": [["dried-up", [5, 3459, 0]], ["sere", [5, 3459, 1]], ["wizen", [5, 3459, 2]], ["wizened", [5, 3459, 3]], ["shrunken", [5, 3459, 4]], ["shrivelled", [5, 3459, 5]], ["sear", [5, 3459, 6]]]}, {"answer": "wizard", "hint": "synonyms for wizard", "clues": [["wizardly", [5, 3460, 0]], ["magic", [5, 3460, 1]], ["magical", [5, 3460, 2]], ["sorcerous", [5, 3460, 3]], ["witching", [5, 3460, 4]], ["charming", [5, 3460, 5]]]}, {"answer": "wizardly", "hint": "synonyms for wizardly", "clues": [["magic", [5, 3461, 0]], ["wizard", [5, 3461, 1]], ["magical", [5, 3461, 2]], ["sorcerous", [5, 3461, 3]], ["witching", [5, 3461, 4]], ["charming", [5, 3461, 5]]]}, {"answer": "wizen", "hint": "synonyms for wizen", "clues": [["wizened", [5, 3462, 0]], ["shrunken", [5, 3462, 1]], ["shriveled", [5, 3462, 2]], ["withered", [5, 3462, 3]]]}, {"answer": "wizened", "hint": "synonyms for wizened", "clues": [["wizen", [5, 3463, 0]], ["shrunken", [5, 3463, 1]], ["shriveled", [5, 3463, 2]], ["withered", [5, 3463, 3]]]}, {"answer": "woebegone", "hint": "synonyms for woebegone", "clues": [["flea-bitten", [5, 3464, 0]], ["decrepit", [5, 3464, 1]], ["woeful", [5, 3464, 2]], ["run-down", [5, 3464, 3]], ["creaky", [5, 3464, 4]], ["derelict", [5, 3464, 5]]]}, {"answer": "woeful", "hint": "synonyms for woeful", "clues": [["woebegone", [5, 3465, 0]], ["miserable", [5, 3465, 1]], ["deplorable", [5, 3465, 2]], ["execrable", [5, 3465, 3]], ["wretched", [5, 3465, 4]]]}, {"answer": "wolfish", "hint": "synonyms for wolfish", "clues": [["ravenous", [5, 3466, 0]], ["voracious", [5, 3466, 1]], ["edacious", [5, 3466, 2]], ["rapacious", [5, 3466, 3]], ["esurient", [5, 3466, 4]], ["ravening", [5, 3466, 5]], ["wolflike", [5, 3466, 6]]]}, {"answer": "wonderful", "hint": "synonyms for wonderful", "clues": [["marvellous", [5, 3467, 0]], ["fantastic", [5, 3467, 1]], ["wondrous", [5, 3467, 2]], ["rattling", [5, 3467, 3]], ["terrific", [5, 3467, 4]], ["tremendous", [5, 3467, 5]], ["howling", [5, 3467, 6]], ["grand", [5, 3467, 7]]]}, {"answer": "wondrous", "hint": "synonyms for wondrous", "clues": [["marvellous", [5, 3468, 0]], ["fantastic", [5, 3468, 1]], ["wonderful", [5, 3468, 2]], ["rattling", [5, 3468, 3]], ["terrific", [5, 3468, 4]], ["tremendous", [5, 3468, 5]], ["howling", [5, 3468, 6]], ["grand", [5, 3468, 7]]]}, {"answer": "wonky", "hint": "synonyms for wonky", "clues": [["awry", [5, 3469, 0]], ["cockeyed", [5, 3469, 1]], ["askew", [5, 3469, 2]], ["wobbly", [5, 3469, 3]], ["skew-whiff", [5, 3469, 4]], ["rickety", [5, 3469, 5]], ["lopsided", [5, 3469, 6]], ["shaky", [5, 3469, 7]]]}, {"answer": "wooden-headed", "hint": "synonyms for wooden-headed", "clues": [["thick", [5, 3470, 0]], ["fatheaded", [5, 3470, 1]], ["duncical", [5, 3470, 2]], ["thickheaded", [5, 3470, 3]], ["blockheaded", [5, 3470, 4]], ["loggerheaded", [5, 3470, 5]], ["thick-skulled", [5, 3470, 6]], ["boneheaded", [5, 3470, 7]], ["duncish", [5, 3470, 8]]]}, {"answer": "woolly", "hint": "synonyms for woolly", "clues": [["flocculent", [5, 3471, 0]], ["wooly", [5, 3471, 1]], ["wooly-minded", [5, 3471, 2]], ["lanate", [5, 3471, 3]], ["muddled", [5, 3471, 4]], ["addled", [5, 3471, 5]], ["woolly-haired", [5, 3471, 6]], ["muzzy", [5, 3471, 7]], ["befuddled", [5, 3471, 8]], ["woolly-headed", [5, 3471, 9]]]}, {"answer": "woolly-headed", "hint": "synonyms for woolly-headed", "clues": [["addled", [5, 3472, 0]], ["wooly", [5, 3472, 1]], ["muzzy", [5, 3472, 2]], ["wooly-minded", [5, 3472, 3]], ["befuddled", [5, 3472, 4]], ["muddled", [5, 3472, 5]]]}, {"answer": "wooly", "hint": "synonyms for wooly", "clues": [["flocculent", [5, 3473, 0]], ["wooly-minded", [5, 3473, 1]], ["woolly", [5, 3473, 2]], ["muddled", [5, 3473, 3]], ["addled", [5, 3473, 4]], ["woolly-haired", [5, 3473, 5]], ["muzzy", [5, 3473, 6]], ["befuddled", [5, 3473, 7]], ["woolly-headed", [5, 3473, 8]]]}, {"answer": "wooly-minded", "hint": "synonyms for wooly-minded", "clues": [["addled", [5, 3474, 0]], ["wooly", [5, 3474, 1]], ["muzzy", [5, 3474, 2]], ["befuddled", [5, 3474, 3]], ["woolly-headed", [5, 3474, 4]], ["muddled", [5, 3474, 5]]]}, {"answer": "wordy", "hint": "synonyms for wordy", "clues": [["tedious", [5, 3475, 0]], ["long-winded", [5, 3475, 1]], ["windy", [5, 3475, 2]], ["verbose", [5, 3475, 3]]]}, {"answer": "work-shy", "hint": "synonyms for work-shy", "clues": [["lazy", [5, 3476, 0]], ["slothful", [5, 3476, 1]], ["faineant", [5, 3476, 2]], ["indolent", [5, 3476, 3]], ["otiose", [5, 3476, 4]]]}, {"answer": "workable", "hint": "synonyms for workable", "clues": [["feasible", [5, 3477, 0]], ["practicable", [5, 3477, 1]], ["viable", [5, 3477, 2]], ["executable", [5, 3477, 3]]]}, {"answer": "workaday", "hint": "synonyms for workaday", "clues": [["quotidian", [5, 3478, 0]], ["everyday", [5, 3478, 1]], ["routine", [5, 3478, 2]], ["mundane", [5, 3478, 3]], ["unremarkable", [5, 3478, 4]]]}, {"answer": "working", "hint": "synonyms for working", "clues": [["on the job", [5, 3479, 0]], ["running", [5, 3479, 1]], ["functional", [5, 3479, 2]], ["operative", [5, 3479, 3]]]}, {"answer": "world-wide", "hint": "synonyms for world-wide", "clues": [["world", [5, 3480, 0]], ["cosmopolitan", [5, 3480, 1]], ["general", [5, 3480, 2]], ["global", [5, 3480, 3]], ["worldwide", [5, 3480, 4]], ["oecumenical", [5, 3480, 5]], ["universal", [5, 3480, 6]], ["planetary", [5, 3480, 7]]]}, {"answer": "worldwide", "hint": "synonyms for worldwide", "clues": [["world", [5, 3481, 0]], ["cosmopolitan", [5, 3481, 1]], ["general", [5, 3481, 2]], ["global", [5, 3481, 3]], ["oecumenical", [5, 3481, 4]], ["universal", [5, 3481, 5]], ["world-wide", [5, 3481, 6]], ["planetary", [5, 3481, 7]]]}, {"answer": "wormy", "hint": "synonyms for wormy", "clues": [["cringing", [5, 3482, 0]], ["grovelling", [5, 3482, 1]], ["vermiculate", [5, 3482, 2]], ["wormlike", [5, 3482, 3]], ["worm-eaten", [5, 3482, 4]]]}, {"answer": "worn", "hint": "synonyms for worn", "clues": [["careworn", [5, 3483, 0]], ["drawn", [5, 3483, 1]], ["haggard", [5, 3483, 2]], ["raddled", [5, 3483, 3]]]}, {"answer": "worn-out", "hint": "synonyms for worn-out", "clues": [["worn out", [5, 3484, 0]], ["played out", [5, 3484, 1]], ["washed-out", [5, 3484, 2]], ["spent", [5, 3484, 3]], ["exhausted", [5, 3484, 4]], ["dog-tired", [5, 3484, 5]], ["fagged", [5, 3484, 6]], ["raddled", [5, 3484, 7]], ["fatigued", [5, 3484, 8]]]}, {"answer": "worn_out", "hint": "synonyms for worn out", "clues": [["played out", [5, 3485, 0]], ["washed-out", [5, 3485, 1]], ["spent", [5, 3485, 2]], ["exhausted", [5, 3485, 3]], ["worn-out", [5, 3485, 4]], ["dog-tired", [5, 3485, 5]], ["fagged", [5, 3485, 6]], ["fatigued", [5, 3485, 7]]]}, {"answer": "worried", "hint": "synonyms for worried", "clues": [["apprehensive", [5, 3486, 0]], ["disquieted", [5, 3486, 1]], ["disturbed", [5, 3486, 2]], ["upset", [5, 3486, 3]], ["distressed", [5, 3486, 4]]]}, {"answer": "worrisome", "hint": "synonyms for worrisome", "clues": [["distressful", [5, 3487, 0]], ["distressing", [5, 3487, 1]], ["troubling", [5, 3487, 2]], ["disturbing", [5, 3487, 3]], ["unreassuring", [5, 3487, 4]], ["worrying", [5, 3487, 5]], ["perturbing", [5, 3487, 6]]]}, {"answer": "worrying", "hint": "synonyms for worrying", "clues": [["distressful", [5, 3488, 0]], ["worrisome", [5, 3488, 1]], ["distressing", [5, 3488, 2]], ["troubling", [5, 3488, 3]], ["disturbing", [5, 3488, 4]], ["perturbing", [5, 3488, 5]]]}, {"answer": "worse", "hint": "synonyms for worse", "clues": [["bad", [5, 3489, 0]], ["defective", [5, 3489, 1]], ["speculative", [5, 3489, 2]], ["high-risk", [5, 3489, 3]], ["spoilt", [5, 3489, 4]], ["regretful", [5, 3489, 5]], ["sorry", [5, 3489, 6]], ["risky", [5, 3489, 7]], ["unfit", [5, 3489, 8]], ["uncollectible", [5, 3489, 9]], ["worsened", [5, 3489, 10]], ["unsound", [5, 3489, 11]], ["spoiled", [5, 3489, 12]], ["big", [5, 3489, 13]], ["forged", [5, 3489, 14]], ["tough", [5, 3489, 15]]]}, {"answer": "worst", "hint": "synonyms for worst", "clues": [["bad", [5, 3490, 0]], ["defective", [5, 3490, 1]], ["speculative", [5, 3490, 2]], ["high-risk", [5, 3490, 3]], ["spoilt", [5, 3490, 4]], ["regretful", [5, 3490, 5]], ["sorry", [5, 3490, 6]], ["risky", [5, 3490, 7]], ["unfit", [5, 3490, 8]], ["uncollectible", [5, 3490, 9]], ["unsound", [5, 3490, 10]], ["spoiled", [5, 3490, 11]], ["big", [5, 3490, 12]], ["forged", [5, 3490, 13]], ["tough", [5, 3490, 14]]]}, {"answer": "worthless", "hint": "synonyms for worthless", "clues": [["despicable", [5, 3491, 0]], ["slimy", [5, 3491, 1]], ["ugly", [5, 3491, 2]], ["wretched", [5, 3491, 3]], ["unworthy", [5, 3491, 4]], ["vile", [5, 3491, 5]]]}, {"answer": "wrapped", "hint": "synonyms for wrapped", "clues": [["clothed", [5, 3492, 0]], ["captive", [5, 3492, 1]], ["intent", [5, 3492, 2]], ["cloaked", [5, 3492, 3]], ["mantled", [5, 3492, 4]], ["draped", [5, 3492, 5]], ["engrossed", [5, 3492, 6]], ["absorbed", [5, 3492, 7]], ["enwrapped", [5, 3492, 8]]]}, {"answer": "wretched", "hint": "synonyms for wretched", "clues": [["slimy", [5, 3493, 0]], ["worthless", [5, 3493, 1]], ["pathetic", [5, 3493, 2]], ["miserable", [5, 3493, 3]], ["vile", [5, 3493, 4]], ["pitiful", [5, 3493, 5]], ["piteous", [5, 3493, 6]], ["deplorable", [5, 3493, 7]], ["poor", [5, 3493, 8]], ["misfortunate", [5, 3493, 9]], ["despicable", [5, 3493, 10]], ["ugly", [5, 3493, 11]], ["woeful", [5, 3493, 12]], ["execrable", [5, 3493, 13]], ["unworthy", [5, 3493, 14]], ["pitiable", [5, 3493, 15]], ["hapless", [5, 3493, 16]], ["suffering", [5, 3493, 17]]]}, {"answer": "wrong", "hint": "synonyms for wrong", "clues": [["haywire", [5, 3494, 0]], ["untimely", [5, 3494, 1]], ["awry", [5, 3494, 2]], ["faulty", [5, 3494, 3]], ["unseasonable", [5, 3494, 4]], ["ill-timed", [5, 3494, 5]], ["amiss", [5, 3494, 6]], ["incorrect", [5, 3494, 7]], ["improper", [5, 3494, 8]]]}, {"answer": "yeasty", "hint": "synonyms for yeasty", "clues": [["yeastlike", [5, 3495, 0]], ["barmy", [5, 3495, 1]], ["zestful", [5, 3495, 2]], ["zesty", [5, 3495, 3]]]}, {"answer": "yellow", "hint": "synonyms for yellow", "clues": [["white-livered", [5, 3496, 0]], ["chicken", [5, 3496, 1]], ["xanthous", [5, 3496, 2]], ["yellowish", [5, 3496, 3]], ["icteric", [5, 3496, 4]], ["chickenhearted", [5, 3496, 5]], ["yellow-bellied", [5, 3496, 6]], ["jaundiced", [5, 3496, 7]], ["scandalmongering", [5, 3496, 8]], ["sensationalistic", [5, 3496, 9]], ["yellowed", [5, 3496, 10]], ["lily-livered", [5, 3496, 11]]]}, {"answer": "yellow-bellied", "hint": "synonyms for yellow-bellied", "clues": [["yellow", [5, 3497, 0]], ["white-livered", [5, 3497, 1]], ["chicken", [5, 3497, 2]], ["chickenhearted", [5, 3497, 3]], ["lily-livered", [5, 3497, 4]]]}, {"answer": "yokelish", "hint": "synonyms for yokelish", "clues": [["ill-bred", [5, 3498, 0]], ["underbred", [5, 3498, 1]], ["bounderish", [5, 3498, 2]], ["rude", [5, 3498, 3]], ["lowbred", [5, 3498, 4]]]}, {"answer": "young", "hint": "synonyms for young", "clues": [["immature", [5, 3499, 0]], ["vernal", [5, 3499, 1]], ["youthful", [5, 3499, 2]], ["new", [5, 3499, 3]], ["untested", [5, 3499, 4]], ["unseasoned", [5, 3499, 5]], ["untried", [5, 3499, 6]]]}, {"answer": "younger", "hint": "synonyms for younger", "clues": [["vernal", [5, 3500, 0]], ["youthful", [5, 3500, 1]], ["new", [5, 3500, 2]], ["jr.", [5, 3500, 3]], ["untested", [5, 3500, 4]], ["young", [5, 3500, 5]], ["immature", [5, 3500, 6]], ["unseasoned", [5, 3500, 7]], ["untried", [5, 3500, 8]]]}, {"answer": "yucky", "hint": "synonyms for yucky", "clues": [["foul", [5, 3501, 0]], ["distasteful", [5, 3501, 1]], ["loathly", [5, 3501, 2]], ["revolting", [5, 3501, 3]], ["wicked", [5, 3501, 4]], ["disgusting", [5, 3501, 5]], ["skanky", [5, 3501, 6]], ["disgustful", [5, 3501, 7]], ["repellant", [5, 3501, 8]], ["repelling", [5, 3501, 9]], ["loathsome", [5, 3501, 10]]]}, {"answer": "yummy", "hint": "synonyms for yummy", "clues": [["luscious", [5, 3502, 0]], ["delectable", [5, 3502, 1]], ["toothsome", [5, 3502, 2]], ["pleasant-tasting", [5, 3502, 3]], ["scrumptious", [5, 3502, 4]], ["delicious", [5, 3502, 5]]]}, {"answer": "zany", "hint": "synonyms for zany", "clues": [["sappy", [5, 3503, 0]], ["goofy", [5, 3503, 1]], ["silly", [5, 3503, 2]], ["clownlike", [5, 3503, 3]], ["clownish", [5, 3503, 4]], ["buffoonish", [5, 3503, 5]], ["cockamamie", [5, 3503, 6]], ["whacky", [5, 3503, 7]], ["cockamamy", [5, 3503, 8]]]}, {"answer": "zesty", "hint": "synonyms for zesty", "clues": [["savoury", [5, 3504, 0]], ["yeasty", [5, 3504, 1]], ["barmy", [5, 3504, 2]], ["spicy", [5, 3504, 3]], ["piquant", [5, 3504, 4]], ["zestful", [5, 3504, 5]]]}, {"answer": "zippy", "hint": "synonyms for zippy", "clues": [["brisk", [5, 3505, 0]], ["merry", [5, 3505, 1]], ["spirited", [5, 3505, 2]], ["peppy", [5, 3505, 3]], ["bouncy", [5, 3505, 4]], ["snappy", [5, 3505, 5]], ["lively", [5, 3505, 6]], ["spanking", [5, 3505, 7]], ["rattling", [5, 3505, 8]], ["alert", [5, 3505, 9]], ["bouncing", [5, 3505, 10]]]}, {"answer": "closer", "hint": "synonyms for closer", "clues": [["skinny", [5, 3506, 0]], ["unaired", [5, 3506, 1]], ["close", [5, 3506, 2]], ["closelipped", [5, 3506, 3]], ["airless", [5, 3506, 4]], ["near", [5, 3506, 5]], ["secretive", [5, 3506, 6]], ["close-fitting", [5, 3506, 7]], ["tight", [5, 3506, 8]], ["penny-pinching", [5, 3506, 9]], ["tightlipped", [5, 3506, 10]], ["cheeseparing", [5, 3506, 11]], ["snug", [5, 3506, 12]], ["confining", [5, 3506, 13]], ["closemouthed", [5, 3506, 14]], ["stuffy", [5, 3506, 15]], ["nigh", [5, 3506, 16]], ["faithful", [5, 3506, 17]]]}, {"answer": "closest", "hint": "synonyms for closest", "clues": [["skinny", [5, 3507, 0]], ["unaired", [5, 3507, 1]], ["close", [5, 3507, 2]], ["closelipped", [5, 3507, 3]], ["airless", [5, 3507, 4]], ["near", [5, 3507, 5]], ["secretive", [5, 3507, 6]], ["close-fitting", [5, 3507, 7]], ["tight", [5, 3507, 8]], ["penny-pinching", [5, 3507, 9]], ["tightlipped", [5, 3507, 10]], ["cheeseparing", [5, 3507, 11]], ["snug", [5, 3507, 12]], ["confining", [5, 3507, 13]], ["closemouthed", [5, 3507, 14]], ["stuffy", [5, 3507, 15]], ["nigh", [5, 3507, 16]], ["faithful", [5, 3507, 17]]]}, {"answer": "faster", "hint": "synonyms for faster", "clues": [["immobile", [5, 3508, 0]], ["fast", [5, 3508, 1]], ["dissipated", [5, 3508, 2]], ["firm", [5, 3508, 3]], ["debauched", [5, 3508, 4]], ["libertine", [5, 3508, 5]], ["dissolute", [5, 3508, 6]], ["truehearted", [5, 3508, 7]], ["quick", [5, 3508, 8]], ["flying", [5, 3508, 9]], ["riotous", [5, 3508, 10]], ["degenerate", [5, 3508, 11]], ["loyal", [5, 3508, 12]], ["degraded", [5, 3508, 13]], ["profligate", [5, 3508, 14]]]}, {"answer": "fastest", "hint": "synonyms for fastest", "clues": [["immobile", [5, 3509, 0]], ["fast", [5, 3509, 1]], ["dissipated", [5, 3509, 2]], ["firm", [5, 3509, 3]], ["debauched", [5, 3509, 4]], ["libertine", [5, 3509, 5]], ["dissolute", [5, 3509, 6]], ["truehearted", [5, 3509, 7]], ["quick", [5, 3509, 8]], ["flying", [5, 3509, 9]], ["riotous", [5, 3509, 10]], ["degenerate", [5, 3509, 11]], ["loyal", [5, 3509, 12]], ["degraded", [5, 3509, 13]], ["profligate", [5, 3509, 14]]]}, {"answer": "longer", "hint": "synonyms for longer", "clues": [["recollective", [5, 3510, 0]], ["retentive", [5, 3510, 1]], ["long", [5, 3510, 2]], ["prospicient", [5, 3510, 3]], ["farseeing", [5, 3510, 4]], ["foresighted", [5, 3510, 5]], ["tenacious", [5, 3510, 6]], ["longsighted", [5, 3510, 7]], ["foresightful", [5, 3510, 8]]]}, {"answer": "longest", "hint": "synonyms for longest", "clues": [["recollective", [5, 3511, 0]], ["retentive", [5, 3511, 1]], ["long", [5, 3511, 2]], ["prospicient", [5, 3511, 3]], ["farseeing", [5, 3511, 4]], ["foresighted", [5, 3511, 5]], ["tenacious", [5, 3511, 6]], ["longsighted", [5, 3511, 7]], ["foresightful", [5, 3511, 8]]]}, {"answer": "nearer", "hint": "synonyms for nearer", "clues": [["skinny", [5, 3512, 0]], ["near", [5, 3512, 1]], ["good", [5, 3512, 2]], ["approximate", [5, 3512, 3]], ["penny-pinching", [5, 3512, 4]], ["dear", [5, 3512, 5]], ["nigh", [5, 3512, 6]], ["close", [5, 3512, 7]], ["cheeseparing", [5, 3512, 8]]]}, {"answer": "nearest", "hint": "synonyms for nearest", "clues": [["skinny", [5, 3513, 0]], ["near", [5, 3513, 1]], ["good", [5, 3513, 2]], ["approximate", [5, 3513, 3]], ["penny-pinching", [5, 3513, 4]], ["dear", [5, 3513, 5]], ["nigh", [5, 3513, 6]], ["close", [5, 3513, 7]], ["cheeseparing", [5, 3513, 8]]]}, {"answer": "quicker", "hint": "synonyms for quicker", "clues": [["flying", [5, 3514, 0]], ["quick", [5, 3514, 1]], ["spry", [5, 3514, 2]], ["ready", [5, 3514, 3]], ["immediate", [5, 3514, 4]], ["straightaway", [5, 3514, 5]], ["fast", [5, 3514, 6]], ["warm", [5, 3514, 7]], ["speedy", [5, 3514, 8]], ["agile", [5, 3514, 9]], ["nimble", [5, 3514, 10]], ["prompt", [5, 3514, 11]]]}, {"answer": "quickest", "hint": "synonyms for quickest", "clues": [["flying", [5, 3515, 0]], ["quick", [5, 3515, 1]], ["spry", [5, 3515, 2]], ["ready", [5, 3515, 3]], ["immediate", [5, 3515, 4]], ["straightaway", [5, 3515, 5]], ["fast", [5, 3515, 6]], ["warm", [5, 3515, 7]], ["speedy", [5, 3515, 8]], ["agile", [5, 3515, 9]], ["nimble", [5, 3515, 10]], ["prompt", [5, 3515, 11]]]}, {"answer": "slower", "hint": "synonyms for slower", "clues": [["irksome", [5, 3516, 0]], ["slow", [5, 3516, 1]], ["dull", [5, 3516, 2]], ["deadening", [5, 3516, 3]], ["obtuse", [5, 3516, 4]], ["dumb", [5, 3516, 5]], ["tedious", [5, 3516, 6]], ["dense", [5, 3516, 7]], ["boring", [5, 3516, 8]], ["ho-hum", [5, 3516, 9]], ["sluggish", [5, 3516, 10]], ["dim", [5, 3516, 11]], ["tiresome", [5, 3516, 12]], ["wearisome", [5, 3516, 13]]]}, {"answer": "slowest", "hint": "synonyms for slowest", "clues": [["irksome", [5, 3517, 0]], ["slow", [5, 3517, 1]], ["dull", [5, 3517, 2]], ["deadening", [5, 3517, 3]], ["obtuse", [5, 3517, 4]], ["dumb", [5, 3517, 5]], ["tedious", [5, 3517, 6]], ["dense", [5, 3517, 7]], ["boring", [5, 3517, 8]], ["ho-hum", [5, 3517, 9]], ["sluggish", [5, 3517, 10]], ["dim", [5, 3517, 11]], ["tiresome", [5, 3517, 12]], ["wearisome", [5, 3517, 13]]]}, {"answer": "abstracter", "hint": "synonyms for abstracter", "clues": [["nonobjective", [5, 3518, 0]], ["abstract", [5, 3518, 1]], ["nonfigurative", [5, 3518, 2]], ["abstractionist", [5, 3518, 3]]]}, {"answer": "adulterer", "hint": "synonyms for adulterer", "clues": [["adult", [5, 3519, 0]], ["grownup", [5, 3519, 1]], ["pornographic", [5, 3519, 2]], ["full-grown", [5, 3519, 3]], ["grown", [5, 3519, 4]], ["big", [5, 3519, 5]]]}, {"answer": "balder", "hint": "synonyms for balder", "clues": [["denuded", [5, 3520, 0]], ["bald-pated", [5, 3520, 1]], ["bald", [5, 3520, 2]], ["denudate", [5, 3520, 3]], ["bald-headed", [5, 3520, 4]], ["barefaced", [5, 3520, 5]]]}, {"answer": "berserker", "hint": "synonyms for berserker", "clues": [["possessed", [5, 3521, 0]], ["berserk", [5, 3521, 1]], ["amuck", [5, 3521, 2]], ["amok", [5, 3521, 3]], ["demoniac", [5, 3521, 4]]]}, {"answer": "broker", "hint": "synonyms for broker", "clues": [["stone-broke", [5, 3522, 0]], ["broke", [5, 3522, 1]], ["bust", [5, 3522, 2]], ["skint", [5, 3522, 3]]]}, {"answer": "bustier", "hint": "synonyms for bustier", "clues": [["voluptuous", [5, 3523, 0]], ["curvy", [5, 3523, 1]], ["well-endowed", [5, 3523, 2]], ["full-bosomed", [5, 3523, 3]], ["curvaceous", [5, 3523, 4]], ["stacked", [5, 3523, 5]], ["busty", [5, 3523, 6]], ["sonsie", [5, 3523, 7]], ["sonsy", [5, 3523, 8]], ["buxom", [5, 3523, 9]], ["bosomy", [5, 3523, 10]]]}, {"answer": "cleaner", "hint": "synonyms for cleaner", "clues": [["clean", [5, 3524, 0]], ["clean-living", [5, 3524, 1]], ["fresh", [5, 3524, 2]], ["blank", [5, 3524, 3]], ["sporting", [5, 3524, 4]], ["fair", [5, 3524, 5]], ["uninfected", [5, 3524, 6]], ["neat", [5, 3524, 7]], ["clear", [5, 3524, 8]], ["white", [5, 3524, 9]], ["uncontaminating", [5, 3524, 10]], ["light", [5, 3524, 11]], ["unclouded", [5, 3524, 12]], ["sportsmanlike", [5, 3524, 13]], ["sporty", [5, 3524, 14]], ["unobjectionable", [5, 3524, 15]]]}, {"answer": "commoner", "hint": "synonyms for commoner", "clues": [["coarse", [5, 3525, 0]], ["plebeian", [5, 3525, 1]], ["vulgar", [5, 3525, 2]], ["common", [5, 3525, 3]], ["rough-cut", [5, 3525, 4]], ["vernacular", [5, 3525, 5]], ["uncouth", [5, 3525, 6]], ["usual", [5, 3525, 7]], ["mutual", [5, 3525, 8]], ["unwashed", [5, 3525, 9]]]}, {"answer": "dearest", "hint": "synonyms for dearest", "clues": [["high-priced", [5, 3526, 0]], ["good", [5, 3526, 1]], ["pricey", [5, 3526, 2]], ["costly", [5, 3526, 3]], ["dear", [5, 3526, 4]], ["heartfelt", [5, 3526, 5]], ["devout", [5, 3526, 6]], ["earnest", [5, 3526, 7]], ["beloved", [5, 3526, 8]], ["darling", [5, 3526, 9]], ["near", [5, 3526, 10]]]}, {"answer": "dimmer", "hint": "synonyms for dimmer", "clues": [["dimmed", [5, 3527, 0]], ["dim", [5, 3527, 1]], ["obtuse", [5, 3527, 2]], ["wispy", [5, 3527, 3]], ["subdued", [5, 3527, 4]], ["faint", [5, 3527, 5]], ["dumb", [5, 3527, 6]], ["bleak", [5, 3527, 7]], ["shadowy", [5, 3527, 8]], ["dull", [5, 3527, 9]], ["black", [5, 3527, 10]], ["dense", [5, 3527, 11]], ["vague", [5, 3527, 12]], ["slow", [5, 3527, 13]]]}, {"answer": "diviner", "hint": "synonyms for diviner", "clues": [["inspired", [5, 3528, 0]], ["divine", [5, 3528, 1]], ["providential", [5, 3528, 2]], ["godlike", [5, 3528, 3]], ["godly", [5, 3528, 4]], ["elysian", [5, 3528, 5]]]}, {"answer": "doubler", "hint": "synonyms for doubler", "clues": [["dual", [5, 3529, 0]], ["forked", [5, 3529, 1]], ["double", [5, 3529, 2]], ["two-fold", [5, 3529, 3]], ["duple", [5, 3529, 4]], ["threefold", [5, 3529, 5]], ["treble", [5, 3529, 6]], ["bivalent", [5, 3529, 7]]]}, {"answer": "drier", "hint": "synonyms for drier", "clues": [["dry", [5, 3530, 0]], ["wry", [5, 3530, 1]], ["ironical", [5, 3530, 2]], ["teetotal", [5, 3530, 3]], ["juiceless", [5, 3530, 4]]]}, {"answer": "dryer", "hint": "synonyms for dryer", "clues": [["dry", [5, 3531, 0]], ["wry", [5, 3531, 1]], ["ironical", [5, 3531, 2]], ["teetotal", [5, 3531, 3]], ["juiceless", [5, 3531, 4]]]}, {"answer": "fakeer", "hint": "synonyms for fakeer", "clues": [["simulated", [5, 3532, 0]], ["phoney", [5, 3532, 1]], ["bogus", [5, 3532, 2]], ["fake", [5, 3532, 3]], ["bastard", [5, 3532, 4]], ["imitation", [5, 3532, 5]], ["faux", [5, 3532, 6]], ["false", [5, 3532, 7]]]}, {"answer": "fresher", "hint": "synonyms for fresher", "clues": [["impudent", [5, 3533, 0]], ["invigorated", [5, 3533, 1]], ["fresh", [5, 3533, 2]], ["sassy", [5, 3533, 3]], ["bracing", [5, 3533, 4]], ["refreshing", [5, 3533, 5]], ["sweet", [5, 3533, 6]], ["impertinent", [5, 3533, 7]], ["wise", [5, 3533, 8]], ["smart", [5, 3533, 9]], ["clean", [5, 3533, 10]], ["tonic", [5, 3533, 11]], ["unfermented", [5, 3533, 12]], ["saucy", [5, 3533, 13]], ["novel", [5, 3533, 14]], ["refreshful", [5, 3533, 15]], ["overbold", [5, 3533, 16]], ["unused", [5, 3533, 17]], ["new", [5, 3533, 18]], ["refreshed", [5, 3533, 19]], ["brisk", [5, 3533, 20]]]}, {"answer": "fuller", "hint": "synonyms for fuller", "clues": [["good", [5, 3534, 0]], ["full", [5, 3534, 1]], ["total", [5, 3534, 2]], ["replete", [5, 3534, 3]], ["wide", [5, 3534, 4]], ["entire", [5, 3534, 5]], ["wide-cut", [5, 3534, 6]], ["broad", [5, 3534, 7]]]}, {"answer": "graver", "hint": "synonyms for graver", "clues": [["life-threatening", [5, 3535, 0]], ["grievous", [5, 3535, 1]], ["sober", [5, 3535, 2]], ["grave", [5, 3535, 3]], ["severe", [5, 3535, 4]], ["heavy", [5, 3535, 5]], ["sedate", [5, 3535, 6]], ["serious", [5, 3535, 7]], ["weighty", [5, 3535, 8]], ["dangerous", [5, 3535, 9]], ["solemn", [5, 3535, 10]]]}, {"answer": "idler", "hint": "synonyms for idler", "clues": [["idle", [5, 3536, 0]], ["wild", [5, 3536, 1]], ["jobless", [5, 3536, 2]], ["baseless", [5, 3536, 3]], ["unused", [5, 3536, 4]], ["unfounded", [5, 3536, 5]], ["groundless", [5, 3536, 6]], ["loose", [5, 3536, 7]], ["dead", [5, 3536, 8]], ["out of work", [5, 3536, 9]], ["light", [5, 3536, 10]], ["unwarranted", [5, 3536, 11]]]}, {"answer": "lighter", "hint": "synonyms for lighter", "clues": [["idle", [5, 3537, 0]], ["light-headed", [5, 3537, 1]], ["swooning", [5, 3537, 2]], ["light", [5, 3537, 3]], ["weak", [5, 3537, 4]], ["lightsome", [5, 3537, 5]], ["clear", [5, 3537, 6]], ["calorie-free", [5, 3537, 7]], ["low-cal", [5, 3537, 8]], ["tripping", [5, 3537, 9]], ["unclouded", [5, 3537, 10]], ["short", [5, 3537, 11]], ["unaccented", [5, 3537, 12]], ["wanton", [5, 3537, 13]], ["easy", [5, 3537, 14]], ["lite", [5, 3537, 15]], ["sluttish", [5, 3537, 16]], ["loose", [5, 3537, 17]], ["wakeful", [5, 3537, 18]], ["scant", [5, 3537, 19]], ["light-colored", [5, 3537, 20]], ["faint", [5, 3537, 21]], ["abstemious", [5, 3537, 22]], ["promiscuous", [5, 3537, 23]], ["clean", [5, 3537, 24]]]}, {"answer": "lower", "hint": "synonyms for lower", "clues": [["broken", [5, 3538, 0]], ["low", [5, 3538, 1]], ["downhearted", [5, 3538, 2]], ["humble", [5, 3538, 3]], ["dispirited", [5, 3538, 4]], ["grim", [5, 3538, 5]], ["scurvy", [5, 3538, 6]], ["abject", [5, 3538, 7]], ["down in the mouth", [5, 3538, 8]], ["miserable", [5, 3538, 9]], ["low-pitched", [5, 3538, 10]], ["low-spirited", [5, 3538, 11]], ["crushed", [5, 3538, 12]], ["low-down", [5, 3538, 13]], ["scummy", [5, 3538, 14]], ["gloomy", [5, 3538, 15]], ["humiliated", [5, 3538, 16]], ["modest", [5, 3538, 17]], ["low-toned", [5, 3538, 18]], ["down", [5, 3538, 19]], ["small", [5, 3538, 20]], ["depressed", [5, 3538, 21]], ["depleted", [5, 3538, 22]], ["downcast", [5, 3538, 23]], ["blue", [5, 3538, 24]]]}, {"answer": "madder", "hint": "synonyms for madder", "clues": [["unbalanced", [5, 3539, 0]], ["huffy", [5, 3539, 1]], ["sore", [5, 3539, 2]], ["unrestrained", [5, 3539, 3]], ["delirious", [5, 3539, 4]], ["brainsick", [5, 3539, 5]], ["mad", [5, 3539, 6]], ["insane", [5, 3539, 7]], ["unhinged", [5, 3539, 8]], ["disturbed", [5, 3539, 9]], ["sick", [5, 3539, 10]], ["demented", [5, 3539, 11]], ["excited", [5, 3539, 12]], ["frantic", [5, 3539, 13]], ["harebrained", [5, 3539, 14]], ["crazy", [5, 3539, 15]]]}, {"answer": "offerer", "hint": "synonyms for offerer", "clues": [["cancelled", [5, 3540, 0]], ["off", [5, 3540, 1]], ["sour", [5, 3540, 2]], ["turned", [5, 3540, 3]]]}, {"answer": "out-and-outer", "hint": "synonyms for out-and-outer", "clues": [["sheer", [5, 3541, 0]], ["absolute", [5, 3541, 1]], ["out-and-out", [5, 3541, 2]], ["rank", [5, 3541, 3]], ["downright", [5, 3541, 4]], ["right-down", [5, 3541, 5]]]}, {"answer": "perfecter", "hint": "synonyms for perfecter", "clues": [["gross", [5, 3542, 0]], ["consummate", [5, 3542, 1]], ["double-dyed", [5, 3542, 2]], ["perfect", [5, 3542, 3]], ["arrant", [5, 3542, 4]], ["utter", [5, 3542, 5]], ["everlasting", [5, 3542, 6]], ["staring", [5, 3542, 7]], ["stark", [5, 3542, 8]], ["pure", [5, 3542, 9]], ["thoroughgoing", [5, 3542, 10]], ["sodding", [5, 3542, 11]], ["complete", [5, 3542, 12]], ["unadulterated", [5, 3542, 13]]]}, {"answer": "rasher", "hint": "synonyms for rasher", "clues": [["rash", [5, 3543, 0]], ["heady", [5, 3543, 1]], ["foolhardy", [5, 3543, 2]], ["reckless", [5, 3543, 3]]]}, {"answer": "rounder", "hint": "synonyms for rounder", "clues": [["circular", [5, 3544, 0]], ["pear-shaped", [5, 3544, 1]], ["round", [5, 3544, 2]], ["orotund", [5, 3544, 3]]]}, {"answer": "screwballer", "hint": "synonyms for screwballer", "clues": [["crazy", [5, 3545, 0]], ["half-baked", [5, 3545, 1]], ["softheaded", [5, 3545, 2]], ["screwball", [5, 3545, 3]]]}, {"answer": "secreter", "hint": "synonyms for secreter", "clues": [["secret", [5, 3546, 0]], ["hugger-mugger", [5, 3546, 1]], ["hush-hush", [5, 3546, 2]], ["mysterious", [5, 3546, 3]], ["unavowed", [5, 3546, 4]], ["underground", [5, 3546, 5]], ["cloak-and-dagger", [5, 3546, 6]], ["mystic", [5, 3546, 7]], ["clandestine", [5, 3546, 8]], ["hidden", [5, 3546, 9]], ["orphic", [5, 3546, 10]], ["undercover", [5, 3546, 11]], ["secluded", [5, 3546, 12]], ["surreptitious", [5, 3546, 13]], ["occult", [5, 3546, 14]], ["privy", [5, 3546, 15]], ["private", [5, 3546, 16]], ["confidential", [5, 3546, 17]], ["hole-and-corner", [5, 3546, 18]]]}, {"answer": "securer", "hint": "synonyms for securer", "clues": [["untroubled", [5, 3547, 0]], ["safe", [5, 3547, 1]], ["secure", [5, 3547, 2]], ["good", [5, 3547, 3]], ["unassailable", [5, 3547, 4]], ["impregnable", [5, 3547, 5]], ["inviolable", [5, 3547, 6]], ["dependable", [5, 3547, 7]], ["unattackable", [5, 3547, 8]], ["strong", [5, 3547, 9]], ["unafraid", [5, 3547, 10]]]}, {"answer": "sharper", "hint": "synonyms for sharper", "clues": [["sharp", [5, 3548, 0]], ["penetrative", [5, 3548, 1]], ["precipitous", [5, 3548, 2]], ["knifelike", [5, 3548, 3]], ["penetrating", [5, 3548, 4]], ["keen", [5, 3548, 5]], ["astute", [5, 3548, 6]], ["needlelike", [5, 3548, 7]], ["piercing", [5, 3548, 8]], ["sharp-worded", [5, 3548, 9]], ["acuate", [5, 3548, 10]], ["discriminating", [5, 3548, 11]], ["shrewd", [5, 3548, 12]], ["tart", [5, 3548, 13]], ["incisive", [5, 3548, 14]], ["abrupt", [5, 3548, 15]], ["shrill", [5, 3548, 16]], ["crisp", [5, 3548, 17]]]}, {"answer": "sixer", "hint": "synonyms for sixer", "clues": [["6", [5, 3549, 0]], ["half-dozen", [5, 3549, 1]], ["vi", [5, 3549, 2]], ["six", [5, 3549, 3]]]}, {"answer": "slicker", "hint": "synonyms for slicker", "clues": [["silky", [5, 3550, 0]], ["silken", [5, 3550, 1]], ["tricksy", [5, 3550, 2]], ["sleek", [5, 3550, 3]], ["crafty", [5, 3550, 4]], ["glib", [5, 3550, 5]], ["foxy", [5, 3550, 6]], ["silklike", [5, 3550, 7]], ["slick", [5, 3550, 8]], ["wily", [5, 3550, 9]], ["pat", [5, 3550, 10]], ["cunning", [5, 3550, 11]], ["sly", [5, 3550, 12]], ["satiny", [5, 3550, 13]], ["dodgy", [5, 3550, 14]], ["knavish", [5, 3550, 15]], ["guileful", [5, 3550, 16]]]}, {"answer": "smoother", "hint": "synonyms for smoother", "clues": [["smooth", [5, 3551, 0]], ["suave", [5, 3551, 1]], ["quiet", [5, 3551, 2]], ["placid", [5, 3551, 3]], ["bland", [5, 3551, 4]], ["fluent", [5, 3551, 5]], ["politic", [5, 3551, 6]], ["tranquil", [5, 3551, 7]], ["fluid", [5, 3551, 8]], ["legato", [5, 3551, 9]], ["still", [5, 3551, 10]], ["liquid", [5, 3551, 11]], ["unruffled", [5, 3551, 12]]]}, {"answer": "sounder", "hint": "synonyms for sounder", "clues": [["sound", [5, 3552, 0]], ["intelligent", [5, 3552, 1]], ["level-headed", [5, 3552, 2]], ["profound", [5, 3552, 3]], ["healthy", [5, 3552, 4]], ["reasoned", [5, 3552, 5]], ["wakeless", [5, 3552, 6]], ["good", [5, 3552, 7]], ["effectual", [5, 3552, 8]], ["heavy", [5, 3552, 9]], ["well-grounded", [5, 3552, 10]], ["legal", [5, 3552, 11]]]}, {"answer": "sparer", "hint": "synonyms for sparer", "clues": [["spare", [5, 3553, 0]], ["supernumerary", [5, 3553, 1]], ["trim", [5, 3553, 2]], ["unembellished", [5, 3553, 3]], ["excess", [5, 3553, 4]], ["surplus", [5, 3553, 5]], ["scanty", [5, 3553, 6]], ["supererogatory", [5, 3553, 7]], ["redundant", [5, 3553, 8]], ["bare", [5, 3553, 9]], ["superfluous", [5, 3553, 10]], ["extra", [5, 3553, 11]], ["plain", [5, 3553, 12]], ["free", [5, 3553, 13]], ["unornamented", [5, 3553, 14]]]}, {"answer": "squatter", "hint": "synonyms for squatter", "clues": [["chunky", [5, 3554, 0]], ["underslung", [5, 3554, 1]], ["low-set", [5, 3554, 2]], ["squatty", [5, 3554, 3]], ["squat", [5, 3554, 4]], ["dumpy", [5, 3554, 5]], ["stumpy", [5, 3554, 6]]]}, {"answer": "squinter", "hint": "synonyms for squinter", "clues": [["sidelong", [5, 3555, 0]], ["squinty", [5, 3555, 1]], ["askant", [5, 3555, 2]], ["squint-eyed", [5, 3555, 3]], ["askance", [5, 3555, 4]]]}, {"answer": "steeper", "hint": "synonyms for steeper", "clues": [["extortionate", [5, 3556, 0]], ["unconscionable", [5, 3556, 1]], ["usurious", [5, 3556, 2]], ["outrageous", [5, 3556, 3]], ["steep", [5, 3556, 4]], ["exorbitant", [5, 3556, 5]]]}, {"answer": "stranger", "hint": "synonyms for stranger", "clues": [["foreign", [5, 3557, 0]], ["strange", [5, 3557, 1]], ["unknown", [5, 3557, 2]], ["unusual", [5, 3557, 3]]]}, {"answer": "tangier", "hint": "synonyms for tangier", "clues": [["tangy", [5, 3558, 0]], ["lemony", [5, 3558, 1]], ["sourish", [5, 3558, 2]], ["tart", [5, 3558, 3]], ["lemonlike", [5, 3558, 4]]]}, {"answer": "thinner", "hint": "synonyms for thinner", "clues": [["thin", [5, 3559, 0]], ["sparse", [5, 3559, 1]], ["slender", [5, 3559, 2]], ["slight", [5, 3559, 3]], ["fragile", [5, 3559, 4]], ["flimsy", [5, 3559, 5]], ["tenuous", [5, 3559, 6]], ["lean", [5, 3559, 7]]]}, {"answer": "trimester", "hint": "synonyms for trimester", "clues": [["trig", [5, 3560, 0]], ["trim", [5, 3560, 1]], ["spare", [5, 3560, 2]], ["tailored", [5, 3560, 3]], ["clean-cut", [5, 3560, 4]], ["shipshape", [5, 3560, 5]], ["well-kept", [5, 3560, 6]]]}, {"answer": "trimmer", "hint": "synonyms for trimmer", "clues": [["trig", [5, 3561, 0]], ["trim", [5, 3561, 1]], ["spare", [5, 3561, 2]], ["tailored", [5, 3561, 3]], ["clean-cut", [5, 3561, 4]], ["shipshape", [5, 3561, 5]], ["well-kept", [5, 3561, 6]]]}, {"answer": "twiner", "hint": "synonyms for twiner", "clues": [["matching", [5, 3562, 0]], ["twinned", [5, 3562, 1]], ["duplicate", [5, 3562, 2]], ["twin", [5, 3562, 3]]]}, {"answer": "utterer", "hint": "synonyms for utterer", "clues": [["utter", [5, 3563, 0]], ["dead", [5, 3563, 1]], ["double-dyed", [5, 3563, 2]], ["pure", [5, 3563, 3]], ["unadulterated", [5, 3563, 4]], ["arrant", [5, 3563, 5]], ["thoroughgoing", [5, 3563, 6]], ["everlasting", [5, 3563, 7]], ["staring", [5, 3563, 8]], ["stark", [5, 3563, 9]], ["gross", [5, 3563, 10]], ["consummate", [5, 3563, 11]], ["sodding", [5, 3563, 12]], ["complete", [5, 3563, 13]], ["perfect", [5, 3563, 14]]]}, {"answer": "warmer", "hint": "synonyms for warmer", "clues": [["warm", [5, 3564, 0]], ["lovesome", [5, 3564, 1]], ["tender", [5, 3564, 2]], ["quick", [5, 3564, 3]], ["fond", [5, 3564, 4]], ["affectionate", [5, 3564, 5]], ["ardent", [5, 3564, 6]], ["strong", [5, 3564, 7]]]}, {"answer": "wetter", "hint": "synonyms for wetter", "clues": [["fuddled", [5, 3565, 0]], ["sloshed", [5, 3565, 1]], ["stiff", [5, 3565, 2]], ["wet", [5, 3565, 3]], ["cockeyed", [5, 3565, 4]], ["sozzled", [5, 3565, 5]], ["pie-eyed", [5, 3565, 6]], ["soaked", [5, 3565, 7]], ["pixilated", [5, 3565, 8]], ["blotto", [5, 3565, 9]], ["pissed", [5, 3565, 10]], ["besotted", [5, 3565, 11]], ["soused", [5, 3565, 12]], ["slopped", [5, 3565, 13]], ["smashed", [5, 3565, 14]], ["blind drunk", [5, 3565, 15]], ["plastered", [5, 3565, 16]], ["crocked", [5, 3565, 17]], ["loaded", [5, 3565, 18]], ["tight", [5, 3565, 19]], ["squiffy", [5, 3565, 20]], ["lactating", [5, 3565, 21]]]}, {"answer": "wilder", "hint": "synonyms for wilder", "clues": [["barbaric", [5, 3566, 0]], ["uncivilized", [5, 3566, 1]], ["idle", [5, 3566, 2]], ["wild", [5, 3566, 3]], ["untamed", [5, 3566, 4]], ["groundless", [5, 3566, 5]], ["fantastic", [5, 3566, 6]], ["angry", [5, 3566, 7]], ["crazy", [5, 3566, 8]], ["barbarian", [5, 3566, 9]], ["unwarranted", [5, 3566, 10]], ["savage", [5, 3566, 11]], ["furious", [5, 3566, 12]], ["hazardous", [5, 3566, 13]], ["raging", [5, 3566, 14]], ["dotty", [5, 3566, 15]], ["gaga", [5, 3566, 16]], ["risky", [5, 3566, 17]], ["waste", [5, 3566, 18]], ["violent", [5, 3566, 19]], ["baseless", [5, 3566, 20]], ["raving mad", [5, 3566, 21]], ["unfounded", [5, 3566, 22]], ["tempestuous", [5, 3566, 23]], ["godforsaken", [5, 3566, 24]]]}, {"answer": "blither", "hint": "synonyms for blither", "clues": [["light-hearted", [5, 3567, 0]], ["blithe", [5, 3567, 1]], ["lightsome", [5, 3567, 2]], ["blithesome", [5, 3567, 3]]]}, {"answer": "flatter", "hint": "synonyms for flatter", "clues": [["categoric", [5, 3568, 0]], ["savorless", [5, 3568, 1]], ["prostrate", [5, 3568, 2]], ["flat", [5, 3568, 3]], ["insipid", [5, 3568, 4]], ["compressed", [5, 3568, 5]], ["flavourless", [5, 3568, 6]], ["matte", [5, 3568, 7]], ["monotone", [5, 3568, 8]], ["bland", [5, 3568, 9]], ["level", [5, 3568, 10]], ["two-dimensional", [5, 3568, 11]], ["monotonous", [5, 3568, 12]], ["plane", [5, 3568, 13]], ["monotonic", [5, 3568, 14]], ["unconditional", [5, 3568, 15]], ["mat", [5, 3568, 16]], ["vapid", [5, 3568, 17]]]}], "portion": 0}]
diff --git a/static/full_corpus.js b/static/full_corpus.js
new file mode 100644
index 0000000..875be9f
--- /dev/null
+++ b/static/full_corpus.js
@@ -0,0 +1 @@
+var fullCorpus = [{"name": "suffixes", "groups": [{"answer": "about", "hint": "_ about", "clues": [["gad", "a restless seeker after amusement or social companionship", "gadabout"], ["knock", "a sloop with a simplified rig and no bowsprit", "knockabout"], ["turn", "a decision to reverse an earlier decision", "turnabout"], ["walk", "a walking trip or tour", "walkabout"], ["run", "an open automobile having a front seat and a rumble seat", "runabout"], ["round", "a road junction at which traffic streams circularly around a central island", "roundabout"], ["roust", "a member of a ship's crew who performs manual labor", "roustabout"], ["lay", "person who does no work", "layabout"]]}, {"answer": "ache", "hint": "_ ache", "clues": [["head", "something or someone that causes anxiety; a source of unhappiness", "headache"], ["belly", "an ache localized in the stomach or abdominal region", "bellyache"], ["heart", "intense sorrow caused by loss of a loved one (especially by death)", "heartache"], ["ear", "an ache localized in the middle or inner ear", "earache"], ["back", "an ache localized in the back", "backache"], ["stomach", "an ache localized in the stomach or abdominal region", "stomachache"], ["tooth", "an ache localized in or around a tooth", "toothache"]]}, {"answer": "all", "hint": "_ all", "clues": [["catch", "an enclosure or receptacle for odds and ends", "catchall"], ["carry", "a capacious bag or basket", "carryall"], ["cover", "a loose-fitting protective garment that is worn over other clothing", "coverall"], ["hold", "a capacious bag or basket", "holdall"]]}, {"answer": "away", "hint": "_ away", "clues": [["break", "the act of breaking away or withdrawing from", "breakaway"], ["stow", "a person who hides aboard a ship or plane in the hope of getting free passage", "stowaway"], ["straight", "a straight segment of a roadway or racecourse", "straightaway"], ["get", "the attribute of being capable of rapid acceleration", "getaway"], ["cast", "a person who is rejected (from society or home)", "castaway"], ["throw", "(sometimes offensive) a homeless boy who has been abandoned and roams the streets", "throwaway"], ["tear", "a reckless and impetuous person", "tearaway"], ["take", "prepared food that is intended to be eaten off of the premises", "takeaway"], ["cut", "a representation (drawing or model) of something in which the outside is omitted to reveal the inner parts", "cutaway"], ["run", "an easy victory", "runaway"], ["give", "a gift of public land or resources for the private gain of a limited group", "giveaway"], ["hide", "a hiding place; usually a remote place used by outlaws", "hideaway"], ["walk", "an easy victory", "walkaway"]]}, {"answer": "back", "hint": "_ back", "clues": [["razor", "a mongrel hog with a thin body and long legs and a ridged back; a wild or semi-wild descendant of improved breeds; found chiefly in the southeastern United States", "razorback"], ["sling", "a shoe that has a strap that wraps around the heel", "slingback"], ["throw", "an organism that has the characteristics of a more primitive type of that organism", "throwback"], ["canvas", "North American wild duck valued for sport and food", "canvasback"], ["paper", "a book with paper covers", "paperback"], ["feed", "the process in which part of the output of a system is returned to its input in order to regulate its further output", "feedback"], ["hump", "an abnormal backward curve to the vertebral column", "humpback"], ["full", "(football) the running back who plays the fullback position on the offensive team", "fullback"], ["kick", "a commercial bribe paid by a seller to a purchasing agent in order to induce the agent to enter into the transaction", "kickback"], ["flash", "a transition (in literary or theatrical works or films) to an earlier event or scene that interrupts the normal chronological development of the story", "flashback"], ["half", "(football) the running back who plays the offensive halfback position", "halfback"], ["green", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["fat", "salt pork from the back of a hog carcass", "fatback"], ["buy", "the act of purchasing back something previously sold", "buyback"], ["tie", "a device (as a decorative loop of cord or fabric) for holding or drawing something back", "tieback"], ["hard", "a book with cardboard or cloth or leather covers", "hardback"], ["hunch", "an abnormal backward curve to the vertebral column", "hunchback"], ["quarter", "(football) the person who plays quarterback", "quarterback"], ["out", "the bush country of the interior of Australia", "outback"], ["fall", "to break off a military action with an enemy", "fallback"], ["cut", "a reduction in quantity or rate", "cutback"], ["roll", "the act of forcing the enemy to withdraw", "rollback"], ["horse", "the back of a horse", "horseback"], ["draw", "the quality of being a hindrance", "drawback"], ["hatch", "a car having a hatchback door", "hatchback"], ["call", "a request by the manufacturer of a defective product to return the product (as for replacement or repair)", "callback"], ["diamond", "large deadly rattlesnake with diamond-shaped markings", "diamondback"], ["piggy", "the act of carrying something piggyback", "piggyback"], ["pay", "financial return or reward (especially returns equal to the initial investment)", "payback"], ["hog", "a narrow ridge of hills", "hogback"], ["tail", "(American football) the person who plays tailback", "tailback"], ["set", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "setback"], ["moss", "an extremely old-fashioned conservative", "mossback"], ["pull", "a device (as a decorative loop of cord or fabric) for holding or drawing something back", "pullback"], ["soft", "a book with paper covers", "softback"]]}, {"answer": "bag", "hint": "_ bag", "clues": [["school", "a bag for carrying school books and supplies", "schoolbag"], ["bean", "a small cloth bag filled with dried beans; thrown in games", "beanbag"], ["gas", "a boring person who talks a great deal about uninteresting topics", "gasbag"], ["feed", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head", "feedbag"], ["money", "a drawstring bag for holding money", "moneybag"], ["hand", "a container used for carrying money and small personal items or accessories (especially by women)", "handbag"], ["saddle", "a large bag (or pair of bags) hung over a saddle", "saddlebag"], ["carpet", "traveling bag made of carpet; widely used in 19th century", "carpetbag"], ["sand", "a bag filled with sand; used as a weapon or to build walls or as ballast", "sandbag"], ["flea", "a run-down hotel", "fleabag"], ["wind", "a boring person who talks a great deal about uninteresting topics", "windbag"], ["mail", "pouch used in the shipment of mail", "mailbag"], ["post", "letter carrier's shoulder bag", "postbag"], ["rag", "a motley assortment of things", "ragbag"], ["nose", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head", "nosebag"]]}, {"answer": "ball", "hint": "_ ball", "clues": [["hard", "a no-nonsense attitude in business or politics", "hardball"], ["butter", "a rotund individual", "butterball"], ["goof", "a man who is a stupid incompetent fool", "goofball"], ["base", "a ball game played with a bat and ball between two teams of nine players; teams take turns at bat trying to score runs", "baseball"], ["basket", "a game played on a court by two opposing teams of 5 players; points are scored by throwing the ball through an elevated horizontal hoop", "basketball"], ["racquet", "the ball used in playing the game of racquetball", "racquetball"], ["hand", "a small rubber ball used in playing the game of handball", "handball"], ["eye", "the ball-shaped capsule containing the vertebrate eye", "eyeball"], ["pin", "a game played on a sloping board; the object is to propel marbles against pins or into pockets", "pinball"], ["hair", "a compact mass of hair that forms in the alimentary canal (especially in the stomach of animals as a result of licking fur)", "hairball"], ["moth", "a small sphere of camphor or naphthalene used to keep moths away from stored clothing", "mothball"], ["fire", "an especially luminous meteor (sometimes exploding)", "fireball"], ["spit", "a projectile made by chewing a piece of paper and shaping it into a sphere", "spitball"], ["fast", "(baseball) a pitch thrown with maximum velocity", "fastball"], ["foot", "any of various games played with a ball (round or oval) in which two teams try to kick or carry or propel the ball into each other's goal", "football"], ["net", "a team game that resembles basketball; a soccer ball is to be thrown so that it passes through a ring on the top of a post", "netball"], ["odd", "a person with an unusual or odd personality", "oddball"], ["volley", "a game in which two teams hit an inflated ball over a high net using their hands", "volleyball"], ["puff", "any of various fungi of the family Lycoperdaceae whose round fruiting body discharges a cloud of spores when mature", "puffball"], ["meat", "ground meat formed into a ball and fried or simmered in broth", "meatball"], ["paint", "a capsule filled with water-soluble dye used as a projectile in playing the game of paintball", "paintball"], ["cannon", "a solid projectile that in former times was fired from a cannon", "cannonball"], ["high", "a mixed drink made of alcoholic liquor mixed with water or a carbonated beverage and served in a tall glass", "highball"], ["screw", "a whimsically eccentric person", "screwball"], ["track", "an electronic device consisting of a rotatable ball in a housing; used to position the cursor and move images on a computer screen", "trackball"], ["snow", "plant having heads of fragrant white trumpet-shaped flowers; grows in sandy arid regions", "snowball"], ["black", "the act of excluding someone by a negative vote or veto", "blackball"], ["soft", "ball used in playing softball", "softball"]]}, {"answer": "band", "hint": "_ band", "clues": [["neck", "a band around the collar of a garment", "neckband"], ["waist", "a band of material around the waist that strengthens a skirt or trousers", "waistband"], ["arm", "worn around arm as identification or to indicate mourning", "armband"], ["sweat", "a band of fabric or leather sewn inside the crown of a hat", "sweatband"], ["head", "a band worn around or over the head", "headband"], ["hat", "a band around the crown of a hat just above the brim", "hatband"], ["wave", "a band of adjacent radio frequencies (e.g., assigned for transmitting radio or television signals)", "waveband"], ["watch", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchband"], ["wrist", "band consisting of a part of a sleeve that covers the wrist", "wristband"]]}, {"answer": "bar", "hint": "_ bar", "clues": [["cross", "a horizontal bar that goes across something", "crossbar"], ["sand", "a bar of sand", "sandbar"], ["side", "(law) a courtroom conference between the lawyers and the judge that is held out of the jury's hearing", "sidebar"], ["handle", "the shaped bar used to steer a bicycle", "handlebar"], ["crow", "a heavy iron lever with one end forged into a wedge", "crowbar"]]}, {"answer": "beam", "hint": "_ beam", "clues": [["horn", "any of several trees or shrubs of the genus Carpinus", "hornbeam"], ["sun", "a ray of sunlight", "sunbeam"], ["moon", "a ray of moonlight", "moonbeam"], ["cross", "a horizontal beam that extends across something", "crossbeam"]]}, {"answer": "beat", "hint": "_ beat", "clues": [["down", "the first beat of a musical measure (as the conductor's arm moves downward)", "downbeat"], ["heart", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "heartbeat"], ["drum", "the sound made by beating a drum", "drumbeat"], ["dead", "someone who fails to meet a financial obligation", "deadbeat"]]}, {"answer": "bed", "hint": "_ bed", "clues": [["sea", "the bottom of a sea or ocean", "seabed"], ["day", "an armless couch; a seat by day and a bed by night", "daybed"], ["flat", "freight car without permanent sides or roof", "flatbed"], ["sick", "the bed on which a sick person lies", "sickbed"], ["flower", "a bed in which flowers are growing", "flowerbed"], ["death", "the last few hours before death", "deathbed"], ["river", "a channel occupied (or formerly occupied) by a river", "riverbed"], ["hot", "a situation that is ideal for rapid development (especially of something bad)", "hotbed"], ["seed", "a bed where seedlings are grown before transplanting", "seedbed"], ["road", "a bed supporting a road", "roadbed"]]}, {"answer": "bell", "hint": "_ bell", "clues": [["cow", "a bell hung around the neck of cow so that the cow can be easily located", "cowbell"], ["door", "a push button at an outer door that gives a ringing or buzzing signal when pushed", "doorbell"], ["hare", "sometimes placed in genus Scilla", "harebell"], ["bar", "a bar to which heavy discs are attached at each end; used in weightlifting", "barbell"], ["dumb", "an exercising weight; two spheres connected by a short bar that serves as a handle", "dumbbell"], ["blue", "sometimes placed in genus Scilla", "bluebell"]]}, {"answer": "berry", "hint": "_ berry", "clues": [["bay", "West Indian tree; source of bay rum", "bayberry"], ["bar", "any of numerous plants of the genus Berberis having prickly stems and yellow flowers followed by small red berries", "barberry"], ["dew", "any of several trailing blackberry brambles especially of North America", "dewberry"], ["elder", "a common shrub with black fruit or a small tree of Europe and Asia; fruit used for wines and jellies", "elderberry"], ["blue", "any of numerous shrubs of the genus Vaccinium bearing blueberries", "blueberry"], ["straw", "sweet fleshy red fruit", "strawberry"], ["rasp", "woody brambles bearing usually red but sometimes black or yellow fruits that separate from the receptacle when ripe and are rounder and smaller than blackberries", "raspberry"], ["black", "large sweet black or very dark purple edible aggregate fruit of any of various bushes of the genus Rubus", "blackberry"], ["goose", "spiny Eurasian shrub having greenish purple-tinged flowers and ovoid yellow-green or red-purple berries", "gooseberry"]]}, {"answer": "bill", "hint": "_ bill", "clues": [["spoon", "wading birds having a long flat bill with a tip like a spoon", "spoonbill"], ["hand", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["way", "a receipt given by the carrier to the shipper acknowledging receipt of the goods being shipped and specifying the terms of delivery", "waybill"], ["play", "a theatrical program", "playbill"], ["duck", "primitive fish of the Mississippi valley having a long paddle-shaped snout", "duckbill"]]}, {"answer": "bird", "hint": "_ bird", "clues": [["sea", "a bird that frequents coastal waters and the open ocean: gulls; pelicans; gannets; cormorants; albatrosses; petrels; etc.", "seabird"], ["blue", "fruit-eating mostly brilliant blue songbird of the East Indies", "bluebird"], ["love", "small Australian parakeet usually light green with black and yellow markings in the wild but bred in many colors", "lovebird"], ["black", "any bird of the family Icteridae whose male is black or predominantly black", "blackbird"], ["song", "any bird having a musical call", "songbird"], ["cow", "North American blackbird that follows cattle and lays eggs in other birds' nests", "cowbird"], ["lady", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests", "ladybird"], ["jail", "a criminal who has been jailed repeatedly", "jailbird"], ["whirly", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "whirlybird"], ["cat", "any of various birds of the Australian region whose males build ornamented structures resembling bowers in order to attract females", "catbird"], ["jay", "common jay of eastern North America; bright blue with grey breast", "jaybird"], ["oven", "American warbler; builds a dome-shaped nest on the ground", "ovenbird"], ["water", "freshwater aquatic bird", "waterbird"], ["lyre", "Australian bird that resembles a pheasant; the courting male displays long tail feathers in a lyre shape", "lyrebird"], ["dicky", "small bird; adults talking to children sometimes use these words to refer to small birds", "dickybird"], ["snow", "medium-sized Eurasian thrush seen chiefly in winter", "snowbird"], ["red", "the male is bright red with black wings and tail", "redbird"], ["mocking", "long-tailed grey-and-white songbird of the southern United States able to mimic songs of other birds", "mockingbird"], ["humming", "tiny American bird having brilliant iridescent plumage and long slender bills; wings are specialized for vibrating flight", "hummingbird"], ["shore", "any of numerous wading birds that frequent mostly seashores and estuaries", "shorebird"]]}, {"answer": "board", "hint": "_ board", "clues": [["lap", "writing board used on the lap as a table or desk", "lapboard"], ["paste", "stiff cardboard made by pasting together layers of paper", "pasteboard"], ["floor", "a board in the floor", "floorboard"], ["shuffle", "a game in which players use long sticks to shove wooden disks onto the scoring area marked on a smooth surface", "shuffleboard"], ["cup", "a small room (or recess) or cabinet used for storage space", "cupboard"], ["paper", "a cardboard suitable for making posters", "paperboard"], ["score", "a large board for displaying the score of a contest (and some other information)", "scoreboard"], ["spring", "a flexible board for jumping upward", "springboard"], ["clapper", "photographic equipment used to synchronize sound and motion picture; boards held in front of a movie camera are banged together", "clapperboard"], ["finger", "a guidepost resembling a hand with a pointing index finger", "fingerboard"], ["side", "a removable board fitted on the side of a wagon to increase its capacity", "sideboard"], ["cheese", "tray on which cheeses are served", "cheeseboard"], ["bill", "large outdoor signboard", "billboard"], ["mold", "wedge formed by the curved part of a steel plow blade that turns the furrow", "moldboard"], ["plaster", "wallboard with a gypsum plaster core bonded to layers of paper or fiberboard; used instead of plaster or wallboard to make interior walls", "plasterboard"], ["weather", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below", "weatherboard"], ["buck", "an open horse-drawn carriage with four wheels; has a seat attached to a flexible board between the two axles", "buckboard"], ["sound", "(music) resonator consisting of a thin board whose vibrations reinforce the sound of the instrument", "soundboard"], ["chalk", "sheet of slate; for writing with chalk", "chalkboard"], ["tail", "a gate at the rear of a vehicle; can be lowered for loading", "tailboard"], ["black", "sheet of slate; for writing with chalk", "blackboard"], ["head", "a vertical board or panel forming the head of a bedstead", "headboard"], ["dart", "a circular board of wood or cork used as the target in the game of darts", "dartboard"], ["key", "device consisting of a set of keys on a piano or organ or typewriter or typesetting machine or computer or the like", "keyboard"], ["drain", "a board beside a kitchen sink and inclined to drain into the sink", "drainboard"], ["switch", "telephone central where circuits are completed with patchcords", "switchboard"], ["snow", "a board that resembles a broad ski or a small surfboard; used in a standing position to slide down snow-covered slopes", "snowboard"], ["skate", "a board with wheels that is ridden in a standing or crouching position and propelled by foot", "skateboard"], ["chip", "a cheap hard material made from wood chips that are pressed together and bound with synthetic resin", "chipboard"], ["hard", "a cheap hard material made from wood chips that are pressed together and bound with synthetic resin", "hardboard"], ["dash", "protective covering consisting of a panel to protect people from the splashing water or mud etc.", "dashboard"], ["sign", "structure displaying a board on which advertisements can be posted", "signboard"], ["checker", "a board having 64 squares of two alternating colors", "checkerboard"], ["sea", "the shore of a sea or ocean regarded as a resort", "seaboard"], ["card", "a stiff moderately thick paper", "cardboard"], ["bread", "a wooden or plastic board on which dough is kneaded or bread is sliced", "breadboard"], ["star", "the right side of a ship or aircraft to someone who is aboard and facing the bow or nose", "starboard"], ["wall", "a wide flat board used to cover walls or partitions; made from plaster or wood pulp or other materials and used primarily to form the interior walls of houses", "wallboard"], ["surf", "a narrow buoyant board for riding surf", "surfboard"], ["clip", "a small writing board with a clip at the top for holding papers", "clipboard"], ["peg", "a board perforated with regularly spaced holes into which pegs can be fitted", "pegboard"], ["base", "a molding covering the joint formed by a wall and the floor", "baseboard"], ["fiber", "wallboard composed of wood chips or shavings bonded together with resin and compressed into rigid sheets", "fiberboard"], ["center", "a retractable fin keel used on sailboats to prevent drifting to leeward", "centerboard"], ["wash", "device consisting of a corrugated surface to scrub clothes on", "washboard"], ["chess", "a checkerboard used to play chess", "chessboard"], ["mortar", "a square board with a handle underneath; used by masons to hold or carry mortar", "mortarboard"]]}, {"answer": "boarding", "hint": "_ boarding", "clues": [["skate", "the sport of skating on a skateboard", "skateboarding"], ["surf", "the sport of riding a surfboard toward the shore on the crest of a wave", "surfboarding"], ["snow", "the act of sliding down a snow-covered slope while standing on a snowboard", "snowboarding"], ["weather", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below", "weatherboarding"]]}, {"answer": "boat", "hint": "_ boat", "clues": [["flat", "a flatbottom boat for carrying heavy loads (especially on canals)", "flatboat"], ["ferry", "a boat that transports people or vehicles across a body of water and operates on a regular schedule", "ferryboat"], ["gun", "a small shallow-draft boat carrying mounted guns; used by costal patrols", "gunboat"], ["show", "a river steamboat on which theatrical performances could be given (especially on the Mississippi River)", "showboat"], ["speed", "a fast motorboat", "speedboat"], ["life", "a strong sea boat designed to rescue people from a sinking ship", "lifeboat"], ["cat", "a sailboat with a single mast set far forward", "catboat"], ["whale", "a long narrow boat designed for quick turning and use in rough seas", "whaleboat"], ["motor", "a boat propelled by an internal-combustion engine", "motorboat"], ["power", "a boat propelled by an internal-combustion engine", "powerboat"], ["house", "a barge that is designed and equipped for use as a dwelling", "houseboat"], ["ice", "a ship with a reinforced bow to break up ice and keep channels open for navigation", "iceboat"], ["sail", "a small sailing vessel; usually with a single mast", "sailboat"], ["row", "a small boat of shallow draft with cross thwarts for seats and rowlocks for oars with which it is propelled", "rowboat"], ["tug", "a powerful small boat designed to pull or push larger ships", "tugboat"], ["tow", "a powerful small boat designed to pull or push larger ships", "towboat"], ["steam", "a boat propelled by a steam engine", "steamboat"], ["long", "the largest boat carried by a merchant sailing vessel", "longboat"]]}, {"answer": "body", "hint": "_ body", "clues": [["home", "a person who seldom goes anywhere; one not given to wandering or travel", "homebody"], ["dogs", "a worker who has to do all the unpleasant or boring jobs that no one else wants to do", "dogsbody"], ["some", "a human being", "somebody"], ["busy", "a person who meddles in the affairs of others", "busybody"]]}, {"answer": "bone", "hint": "_ bone", "clues": [["whale", "a horny material from the upper jaws of certain whales; used as the ribs of fans or as stays in corsets", "whalebone"], ["hip", "large flaring bone forming one half of the pelvis; made up of the ilium and ischium and pubis", "hipbone"], ["back", "a central cohesive source of support and stability", "backbone"], ["breast", "the flat bone that articulates with the clavicles and the first seven pairs of ribs", "breastbone"], ["collar", "bone linking the scapula and sternum", "collarbone"], ["jaw", "the jaw in vertebrates that is hinged to open the mouth", "jawbone"], ["herring", "a twilled fabric with a herringbone pattern", "herringbone"], ["shin", "the inner and thicker of the two bones of the human leg between the knee and ankle", "shinbone"], ["ankle", "the bone in the ankle that articulates with the leg bones to form the ankle joint", "anklebone"], ["wish", "the furcula of a domestic fowl", "wishbone"], ["cheek", "the arch of bone beneath the eye that forms the prominence of the cheek", "cheekbone"], ["thigh", "the longest and thickest bone of the human skeleton; extends from the pelvis to the knee", "thighbone"]]}, {"answer": "book", "hint": "_ book", "clues": [["year", "a book published annually by the graduating class of a high school or college usually containing photographs of faculty and graduating students", "yearbook"], ["cook", "a book of recipes and cooking directions", "cookbook"], ["prayer", "a book containing prayers", "prayerbook"], ["bank", "a record of deposits and withdrawals and interest held by depositors at certain banks", "bankbook"], ["text", "a book prepared for use in schools or colleges", "textbook"], ["pass", "a record of deposits and withdrawals and interest held by depositors at certain banks", "passbook"], ["log", "a book in which the log is written", "logbook"], ["hand", "a concise reference book providing specific information about a subject or location", "handbook"], ["guide", "something that offers basic information or instruction", "guidebook"], ["check", "a book issued to holders of checking accounts", "checkbook"], ["word", "a reference book containing words (usually with their meanings)", "wordbook"], ["hymn", "a songbook containing a collection of hymns", "hymnbook"], ["song", "a book containing a collection of songs", "songbook"], ["story", "a book containing a collection of stories (usually for children)", "storybook"], ["stud", "official record of the pedigree of purebred animals especially horses", "studbook"], ["school", "a book prepared for use in schools or colleges", "schoolbook"], ["case", "a book in which detailed written records of a case are kept and which are a source of information for subsequent work", "casebook"], ["scrap", "an album into which clippings or notes or pictures can be pasted", "scrapbook"], ["note", "a book with blank pages for recording notes or memoranda", "notebook"], ["work", "a student's book or booklet containing problems with spaces for solving them", "workbook"], ["copy", "a book containing models of good penmanship; used in teaching penmanship", "copybook"], ["match", "a small folder of paper safety matches", "matchbook"], ["play", "a notebook containing descriptions and diagrams of the plays that a team has practiced (especially an American football team)", "playbook"], ["pocket", "your personal financial means", "pocketbook"], ["sketch", "a book containing sheets of paper on which sketches can be drawn", "sketchbook"]]}, {"answer": "box", "hint": "_ box", "clues": [["juke", "a cabinet containing an automatic record player; records are played by inserting a coin", "jukebox"], ["band", "a light cylindrical box for holding light articles of attire (especially hats)", "bandbox"], ["tool", "a box or chest or cabinet for holding hand tools", "toolbox"], ["soap", "a crate for packing soap", "soapbox"], ["match", "a box for holding matches", "matchbox"], ["paint", "a box containing a collection of cubes or tubes of artists' paint", "paintbox"], ["horse", "a conveyance (railroad car or trailer) for transporting racehorses", "horsebox"], ["hot", "a journal bearing (as of a railroad car) that has overheated", "hotbox"], ["post", "public box for deposit of mail", "postbox"], ["tinder", "a dangerous state of affairs; a situation that is a potential source of violence", "tinderbox"], ["sand", "mold consisting of a box with sand shaped to mold metal", "sandbox"], ["mail", "a private box for delivery of mail", "mailbox"], ["hat", "a round piece of luggage for carrying hats", "hatbox"], ["ice", "white goods in which food can be stored at low temperatures", "icebox"], ["pill", "a small round woman's hat", "pillbox"], ["chatter", "orchid growing along streams or ponds of western North America having leafy stems and 1 greenish-brown and pinkish flower in the axil of each upper leaf", "chatterbox"], ["gear", "the shell (metal casing) in which a train of gears is sealed", "gearbox"], ["snuff", "a small ornamental box for carrying snuff in your pocket", "snuffbox"], ["shoe", "a structure resembling a shoebox (as a rectangular building or a cramped room or compartment)", "shoebox"], ["strong", "a strongly made box for holding money or valuables; can be locked", "strongbox"], ["fire", "a furnace (as on a steam locomotive) in which fuel is burned", "firebox"], ["salt", "a type of house built in New England; has two stories in front and one behind", "saltbox"], ["bread", "a container used to keep bread or cake in", "breadbox"]]}, {"answer": "boy", "hint": "_ boy", "clues": [["bell", "someone employed as an errand boy and luggage carrier around hotels", "bellboy"], ["school", "a boy attending school", "schoolboy"], ["page", "a boy who is employed to run errands", "pageboy"], ["home", "a fellow male member of a youth gang", "homeboy"], ["news", "a boy who delivers newspapers", "newsboy"], ["cow", "a hired hand who tends cattle and performs other duties on horseback", "cowboy"], ["paper", "a boy who sells or delivers newspapers", "paperboy"], ["play", "a man devoted to the pursuit of pleasure", "playboy"], ["tall", "a tall chest of drawers divided into two sections and supported on four legs", "tallboy"], ["low", "a low chest or table with drawers and supported on four legs", "lowboy"], ["high", "a tall chest of drawers divided into two sections and supported on four legs", "highboy"], ["bus", "a restaurant attendant who sets tables and assists waiters and clears away dirty dishes", "busboy"], ["choir", "a boy who sings in a choir", "choirboy"], ["tom", "a girl who behaves in a boyish manner", "tomboy"]]}, {"answer": "bread", "hint": "_ bread", "clues": [["corn", "bread made primarily of cornmeal", "cornbread"], ["sweet", "edible glands of an animal", "sweetbread"], ["short", "very rich thick butter cookie", "shortbread"], ["ginger", "cake flavored with ginger", "gingerbread"], ["bee", "a mixture of nectar and pollen prepared by worker bees and fed to larvae", "beebread"]]}, {"answer": "break", "hint": "_ break", "clues": [["fire", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire", "firebreak"], ["jail", "an escape from jail", "jailbreak"], ["day", "the first light of day", "daybreak"], ["heart", "intense sorrow caused by loss of a loved one (especially by death)", "heartbreak"], ["wind", "hedge or fence of trees designed to lessen the force of the wind and reduce erosion", "windbreak"], ["gaol", "an escape from jail", "gaolbreak"]]}, {"answer": "breaker", "hint": "_ breaker", "clues": [["strike", "someone who works (or provides workers) during a strike", "strikebreaker"], ["ice", "a ship with a reinforced bow to break up ice and keep channels open for navigation", "icebreaker"], ["jaw", "a large round hard candy", "jawbreaker"], ["law", "someone who violates the law", "lawbreaker"], ["house", "a burglar who unlawfully breaks into and enters another person's house", "housebreaker"], ["wind", "a kind of heavy jacket (`windcheater' is a British term)", "windbreaker"], ["tie", "overtime play in order to break a tie; e.g. tennis and soccer", "tiebreaker"]]}, {"answer": "brow", "hint": "_ brow", "clues": [["middle", "someone who is neither a highbrow nor a lowbrow", "middlebrow"], ["high", "a person of intellectual or erudite tastes", "highbrow"], ["eye", "the arch of hair above each eye", "eyebrow"], ["low", "a person who is uninterested in intellectual pursuits", "lowbrow"]]}, {"answer": "brush", "hint": "_ brush", "clues": [["tooth", "small brush; has long handle; used to clean teeth", "toothbrush"], ["paint", "a brush used as an applicator (to apply paint)", "paintbrush"], ["sage", "any of several North American composite subshrubs of the genera Artemis or Seriphidium", "sagebrush"], ["nail", "a brush used to clean a person's fingernails", "nailbrush"], ["hair", "a brush used to groom a person's hair", "hairbrush"], ["under", "the brush (small trees and bushes and ferns etc.) growing beneath taller trees in a wood or forest", "underbrush"]]}, {"answer": "bug", "hint": "_ bug", "clues": [["bed", "bug of temperate regions that infests especially beds and feeds on human blood", "bedbug"], ["fire", "a criminal who illegally sets fire to property", "firebug"], ["lady", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests", "ladybug"], ["litter", "a person who litters public places with refuse", "litterbug"], ["mealy", "scalelike plant-eating insect coated with a powdery waxy secretion; destructive especially of fruit trees", "mealybug"], ["doodle", "a small motor vehicle", "doodlebug"], ["jitter", "a jerky American dance that was popular in the 1940s", "jitterbug"], ["shutter", "a photography enthusiast", "shutterbug"]]}, {"answer": "cake", "hint": "_ cake", "clues": [["cheese", "made with sweetened cream cheese and eggs and cream baked in a crumb crust", "cheesecake"], ["hot", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["oat", "thin flat unleavened cake of baked oatmeal", "oatcake"], ["hoe", "thin usually unleavened johnnycake made of cornmeal; originally baked on the blade of a hoe over an open fire (southern)", "hoecake"], ["griddle", "a scone made by dropping a spoonful of batter on a griddle", "griddlecake"], ["coffee", "a cake or sweet bread usually served with coffee", "coffeecake"], ["johnny", "cornbread usually cooked pancake-style on a griddle (chiefly New England)", "johnnycake"], ["cup", "small cake baked in a muffin tin", "cupcake"], ["pan", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["fruit", "a whimsically eccentric person", "fruitcake"], ["short", "very short biscuit dough baked as individual biscuits or a round loaf; served with sweetened fruit and usually whipped cream", "shortcake"], ["fried", "small cake in the form of a ring or twist or ball or strip fried in deep fat", "friedcake"], ["tea", "flat semisweet cookie or biscuit usually served with tea", "teacake"], ["beef", "a photograph of a muscular man in minimal attire", "beefcake"]]}, {"answer": "cap", "hint": "_ cap", "clues": [["sky", "a porter who helps passengers with their baggage at an airport", "skycap"], ["ice", "a mass of ice and snow that permanently covers a large area of land (e.g., the polar regions or a mountain peak)", "icecap"], ["mad", "a reckless impetuous irresponsible person", "madcap"], ["hub", "cap that fits over the hub of a wheel", "hubcap"], ["night", "an alcoholic drink taken at bedtime; often alcoholic", "nightcap"], ["knee", "a small flat triangular bone in front of the knee that protects the knee joint", "kneecap"], ["skull", "rounded brimless cap fitting the crown of the head", "skullcap"], ["toe", "a protective leather or steel cover for the toe of a boot or shoe, reinforcing or decorating it", "toecap"], ["fools", "a size of paper used especially in Britain", "foolscap"], ["red", "a member of the military police in Britain", "redcap"], ["white", "a wave that is blown by the wind so its crest is broken and appears white", "whitecap"]]}, {"answer": "car", "hint": "_ car", "clues": [["tram", "a four-wheeled wagon that runs on tracks in a mine", "tramcar"], ["box", "a freight car with roof and sliding doors in the sides", "boxcar"], ["motor", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "motorcar"], ["hand", "a small railroad car propelled by hand or by a small motor", "handcar"], ["side", "a cocktail made of orange liqueur with lemon juice and brandy", "sidecar"], ["flat", "freight car without permanent sides or roof", "flatcar"], ["street", "a wheeled vehicle that runs on rails and is propelled by electricity", "streetcar"]]}, {"answer": "care", "hint": "_ care", "clues": [["after", "care and treatment of a convalescent patient", "aftercare"], ["child", "a service involving care for other people's children", "childcare"], ["skin", "care for the skin", "skincare"], ["hair", "care for the hair: the activity of washing or cutting or curling or arranging the hair", "haircare"], ["day", "childcare during the day while parents work", "daycare"]]}, {"answer": "cart", "hint": "_ cart", "clues": [["apple", "the planning that is disrupted when someone `upsets the applecart'", "applecart"], ["push", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels", "pushcart"], ["dust", "a truck for collecting domestic refuse", "dustcart"], ["hand", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels", "handcart"], ["dog", "a cart drawn by a dog", "dogcart"]]}, {"answer": "case", "hint": "_ case", "clues": [["crank", "housing for a crankshaft", "crankcase"], ["upper", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "uppercase"], ["brief", "a case with a handle; for carrying papers or files or books", "briefcase"], ["seed", "the vessel that contains the seeds of a plant (not the seeds themselves)", "seedcase"], ["show", "a setting in which something can be displayed to best effect", "showcase"], ["book", "a piece of furniture with shelves for storing books", "bookcase"], ["suit", "a portable rectangular container for carrying clothes", "suitcase"], ["pillow", "bed linen consisting of a cover for a pillow", "pillowcase"], ["lower", "the characters that were once kept in bottom half of a compositor's type case", "lowercase"], ["nut", "someone deranged and possibly dangerous", "nutcase"], ["stair", "a way of access (upward and downward) consisting of a set of steps", "staircase"]]}, {"answer": "cast", "hint": "_ cast", "clues": [["down", "a ventilation shaft through which air enters a mine", "downcast"], ["over", "the state of the sky when it is covered by clouds", "overcast"], ["sports", "a broadcast of sports news or commentary", "sportscast"], ["broad", "message that is transmitted by radio or television", "broadcast"], ["news", "a broadcast of news or commentary on the news", "newscast"], ["rough", "a coarse plaster for the surface of external walls", "roughcast"]]}, {"answer": "cat", "hint": "_ cat", "clues": [["hell", "a malicious woman with a fierce temper", "hellcat"], ["tom", "male cat", "tomcat"], ["bob", "small lynx of North America", "bobcat"], ["wild", "an exploratory oil well drilled in land not known to be an oil field", "wildcat"], ["pole", "American musteline mammal typically ejecting an intensely malodorous fluid when startled; in some classifications put in a separate subfamily Mephitinae", "polecat"], ["pussy", "a person who is regarded as easygoing and agreeable", "pussycat"], ["copy", "someone who copies the words or behavior of another", "copycat"]]}, {"answer": "chair", "hint": "_ chair", "clues": [["high", "a chair for feeding a very young child; has four long legs and a footrest and a detachable tray", "highchair"], ["push", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"], ["arm", "chair with a support on each side for arms", "armchair"], ["wheel", "a movable chair mounted on large wheels; for invalids or those who cannot walk; frequently propelled by the occupant", "wheelchair"]]}, {"answer": "child", "hint": "_ child", "clues": [["god", "an infant who is sponsored by an adult (the godparent) at baptism", "godchild"], ["school", "a young person attending school (up through senior high school)", "schoolchild"], ["step", "a child of your spouse by a former marriage", "stepchild"], ["grand", "a child of your son or daughter", "grandchild"], ["brain", "a product of your creative thinking and work", "brainchild"]]}, {"answer": "cloth", "hint": "_ cloth", "clues": [["hair", "cloth woven from horsehair or camelhair; used for upholstery or stiffening in garments", "haircloth"], ["table", "a covering spread over a dining table", "tablecloth"], ["back", "scenery hung at back of stage", "backcloth"], ["oil", "cloth treated on one side with a drying oil or synthetic resin", "oilcloth"], ["sack", "a garment made of coarse sacking; formerly worn as an indication of remorse", "sackcloth"], ["broad", "a densely textured woolen fabric with a lustrous finish", "broadcloth"], ["dish", "a cloth for washing dishes", "dishcloth"], ["terry", "a pile fabric (usually cotton) with uncut loops on both sides; used to make bath towels and bath robes", "terrycloth"], ["cheese", "a coarse loosely woven cotton gauze; originally used to wrap cheeses", "cheesecloth"], ["sail", "a strong fabric (such as cotton canvas) used for making sails and tents", "sailcloth"], ["wash", "bath linen consisting of a piece of cloth used to wash the face and body", "washcloth"], ["loin", "a garment that provides covering for the loins", "loincloth"]]}, {"answer": "coat", "hint": "_ coat", "clues": [["rain", "a water-resistant coat", "raincoat"], ["waist", "a man's sleeveless garment worn underneath a coat", "waistcoat"], ["red", "British soldier; so-called because of his red coat (especially during the American Revolution)", "redcoat"], ["under", "seal consisting of a coating of a tar or rubberlike material on the underside of a motor vehicle to retard corrosion", "undercoat"], ["turn", "a disloyal person who betrays or deserts his cause or religion or political party or friend etc.", "turncoat"], ["over", "a heavy coat worn over clothes in winter", "overcoat"], ["house", "a loose dressing gown for women", "housecoat"], ["tail", "formalwear consisting of full evening dress for men", "tailcoat"], ["top", "a heavy coat worn over clothes in winter", "topcoat"], ["great", "a heavy coat worn over clothes in winter", "greatcoat"]]}, {"answer": "cock", "hint": "_ cock", "clues": [["pet", "regulator consisting of a small cock or faucet or valve for letting out air or releasing compression or draining", "petcock"], ["hay", "a small cone-shaped pile of hay that has been left in the field until it is dry enough to carry to the hayrick", "haycock"], ["ball", "floating ball that controls level in a water tank", "ballcock"], ["pea", "European butterfly having reddish-brown wings each marked with a purple eyespot", "peacock"], ["game", "a cock bred and trained for fighting", "gamecock"], ["wood", "game bird of the sandpiper family that resembles a snipe", "woodcock"], ["shuttle", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers", "shuttlecock"], ["weather", "weathervane with a vane in the form of a rooster", "weathercock"], ["stop", "faucet consisting of a rotating device for regulating flow of a liquid", "stopcock"]]}, {"answer": "comb", "hint": "_ comb", "clues": [["honey", "a structure of small hexagonal cells constructed from beeswax by bees and used to store honey and larvae", "honeycomb"], ["cox", "a conceited dandy who is overly impressed by his own accomplishments", "coxcomb"], ["curry", "a square comb with rows of small teeth; used to curry horses", "currycomb"], ["cocks", "garden annual with featherlike spikes of red or yellow flowers", "cockscomb"]]}, {"answer": "craft", "hint": "_ craft", "clues": [["needle", "a creation created or assembled by needle and thread", "needlecraft"], ["wood", "skill and experience in matters relating to the woods (as hunting or fishing or camping)", "woodcraft"], ["hand", "a work produced by hand labor", "handcraft"], ["water", "skill in the management of boats", "watercraft"], ["air", "a vehicle that can fly", "aircraft"], ["hover", "a craft capable of moving over water or land on a cushion of air created by jet engines", "hovercraft"], ["witch", "the art of sorcery", "witchcraft"], ["space", "a craft capable of traveling in outer space; technically, a satellite around the sun", "spacecraft"], ["state", "wisdom in the management of public affairs", "statecraft"], ["stage", "skill in writing or staging plays", "stagecraft"]]}, {"answer": "cut", "hint": "_ cut", "clues": [["wood", "a print made from a woodcut", "woodcut"], ["under", "the material removed by a cut made underneath", "undercut"], ["hair", "the style in which hair has been cut", "haircut"], ["cross", "a diagonal path", "crosscut"], ["upper", "a swinging blow directed upward (especially at an opponent's chin)", "uppercut"], ["short", "a route shorter than the usual one", "shortcut"]]}, {"answer": "day", "hint": "_ day", "clues": [["mid", "the middle of the day", "midday"], ["pay", "the day on which you receive pay for your work", "payday"], ["week", "any day except Sunday (and sometimes except Saturday)", "weekday"], ["noon", "the middle of the day", "noonday"], ["dooms", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["work", "a day on which work is done", "workday"], ["wash", "a day set aside for doing household laundry", "washday"], ["birth", "an anniversary of the day on which a person was born (or the celebration of it)", "birthday"]]}, {"answer": "dog", "hint": "_ dog", "clues": [["watch", "a guardian or defender against theft or illegal practices or waste", "watchdog"], ["sheep", "any of various usually long-haired breeds of dog reared to herd and guard sheep", "sheepdog"], ["under", "one at a disadvantage and expected to lose", "underdog"], ["bull", "a sturdy thickset short-haired breed with a large head and strong undershot lower jaw; developed originally in England for bull baiting", "bulldog"], ["hot", "someone who performs dangerous stunts to attract attention to himself", "hotdog"], ["lap", "a dog small and tame enough to be held in the lap", "lapdog"]]}, {"answer": "down", "hint": "_ down", "clues": [["melt", "severe overheating of the core of a nuclear reactor resulting in the core melting and radiation escaping", "meltdown"], ["touch", "a score in American football; being in possession of the ball across the opponents' goal line", "touchdown"], ["count", "counting backward from an arbitrary number to indicate the time remaining before some event (such as launching a space vehicle)", "countdown"], ["knock", "a blow that knocks the opponent off his feet", "knockdown"], ["crack", "severely repressive actions", "crackdown"], ["clamp", "sudden restriction on an activity", "clampdown"], ["rub", "the act of rubbing down, usually for relaxation or medicinal purposes", "rubdown"], ["shut", "termination of operations", "shutdown"], ["let", "a feeling of dissatisfaction that results when your expectations are not realized", "letdown"], ["spell", "a contest in which you are eliminated if you fail to spell a word correctly", "spelldown"], ["slow", "the act of slowing down or falling behind", "slowdown"], ["show", "a hostile disagreement face-to-face", "showdown"], ["break", "the act of disrupting an established order so it fails to continue", "breakdown"], ["run", "a concluding summary (as in presenting a case before a law court)", "rundown"], ["come", "decline to a lower status or level", "comedown"], ["splash", "a landing of a spacecraft in the sea at the end of a space flight", "splashdown"], ["eider", "a soft quilt usually filled with the down of the eider", "eiderdown"], ["sun", "the time in the evening at which the sun begins to fall below the horizon", "sundown"], ["shake", "initial adjustments to improve the functioning or the efficiency and to bring to a more satisfactory state", "shakedown"], ["thistle", "pappus of a thistle consisting of silky featherlike hairs attached to the seed-like fruit of a thistle", "thistledown"]]}, {"answer": "drop", "hint": "_ drop", "clues": [["back", "scenery hung at back of stage", "backdrop"], ["dew", "a drop of dew", "dewdrop"], ["gum", "a jellied candy coated with sugar crystals", "gumdrop"], ["snow", "common anemone of eastern North America with solitary pink-tinged white flowers", "snowdrop"], ["rain", "a drop of rain", "raindrop"], ["air", "delivery of supplies or equipment or personnel by dropping them by parachute from an aircraft", "airdrop"], ["tear", "anything shaped like a falling drop (as a pendant gem on an earring)", "teardrop"]]}, {"answer": "eye", "hint": "_ eye", "clues": [["wall", "strabismus in which one or both eyes are directed outward", "walleye"], ["shut", "informal term for sleep", "shuteye"], ["buck", "the inedible nutlike seed of the horse chestnut", "buckeye"], ["pink", "inflammation of the conjunctiva of the eye", "pinkeye"]]}, {"answer": "face", "hint": "_ face", "clues": [["coal", "the part of a coal seam that is being cut", "coalface"], ["pale", "(slang) a derogatory term for a white person (supposedly used by North American Indians)", "paleface"], ["bold", "a typeface with thick heavy lines", "boldface"], ["type", "a specific size and style of type within a type family", "typeface"]]}, {"answer": "fall", "hint": "_ fall", "clues": [["night", "the time of day immediately following sunset", "nightfall"], ["water", "a steep descent of the water of a river", "waterfall"], ["pit", "an unforeseen or unexpected or surprising difficulty", "pitfall"], ["short", "the property of being an amount by which something is less than expected or required", "shortfall"], ["snow", "precipitation falling from clouds in the form of ice crystals", "snowfall"], ["rain", "water falling in drops from vapor condensed in the atmosphere", "rainfall"], ["foot", "the sound of a step of someone walking", "footfall"], ["wind", "fruit that has fallen from the tree", "windfall"], ["land", "the seacoast first sighted on a voyage (or flight over water)", "landfall"], ["down", "failure that results in a loss of position or reputation", "downfall"], ["prat", "a fall onto your buttocks", "pratfall"]]}, {"answer": "field", "hint": "_ field", "clues": [["hay", "a field where grass or alfalfa are grown to be made into hay", "hayfield"], ["coal", "a region where there is coal underground", "coalfield"], ["out", "the area of a baseball playing field beyond the lines connecting the bases", "outfield"], ["gold", "a district where gold is mined", "goldfield"], ["corn", "a field planted with corn", "cornfield"], ["snow", "a permanent wide expanse of snow", "snowfield"], ["mid", "(sports) the middle part of a playing field (as in football or lacrosse)", "midfield"], ["back", "the offensive football players who line up behind the linemen", "backfield"], ["oil", "a region rich in petroleum deposits (especially one with producing oil wells)", "oilfield"], ["mine", "a region in which explosives mines have been placed", "minefield"], ["air", "a place where planes take off and land", "airfield"], ["battle", "a region where a battle is being (or has been) fought", "battlefield"]]}, {"answer": "fight", "hint": "_ fight", "clues": [["cock", "a match in a cockpit between two fighting cocks heeled with metal gaffs", "cockfight"], ["dog", "a fiercely disputed contest", "dogfight"], ["gun", "a fight involving shooting small arms with the intent to kill or frighten", "gunfight"], ["fist", "a fight with bare fists", "fistfight"], ["bull", "a Spanish or Portuguese or Latin American spectacle; a matador baits and (usually) kills a bull in an arena before many spectators", "bullfight"], ["prize", "a boxing match between professional boxers for a cash prize", "prizefight"]]}, {"answer": "finder", "hint": "_ finder", "clues": [["range", "a measuring instrument (acoustic or optical or electronic) for finding the distance of an object", "rangefinder"], ["view", "optical device that helps a user to find the target of interest", "viewfinder"], ["fault", "someone who is critical of the motives of others", "faultfinder"], ["path", "someone who can find paths through unexplored territory", "pathfinder"]]}, {"answer": "fire", "hint": "_ fire", "clues": [["cross", "a lively or heated interchange of ideas and opinions", "crossfire"], ["hell", "a place of eternal fire envisaged as punishment for the damned", "hellfire"], ["spit", "a highly emotional and quick-tempered person (especially a girl or woman)", "spitfire"], ["camp", "a small outdoor fire for warmth or cooking (as at a camp)", "campfire"], ["wild", "a raging and rapidly spreading conflagration", "wildfire"], ["back", "the backward escape of gases and unburned gunpowder after a gun is fired", "backfire"], ["gun", "the act of shooting a gun", "gunfire"]]}, {"answer": "fish", "hint": "_ fish", "clues": [["sail", "a saltwater fish with lean flesh", "sailfish"], ["sun", "the lean flesh of any of numerous American perch-like fishes of the family Centrarchidae", "sunfish"], ["spear", "any of several large vigorous pelagic fishes resembling sailfishes but with first dorsal fin much reduced; worldwide but rare", "spearfish"], ["weak", "lean flesh of food and game fishes of the Atlantic coast of the United States", "weakfish"], ["cat", "flesh of scaleless food fish of the southern United States; often farmed", "catfish"], ["dog", "primitive long-bodied carnivorous freshwater fish with a very long dorsal fin; found in sluggish waters of North America", "dogfish"], ["star", "echinoderms characterized by five arms extending from a central disk", "starfish"], ["gold", "small golden or orange-red freshwater fishes of Eurasia used as pond or aquarium fishes", "goldfish"], ["lung", "air-breathing fish having an elongated body and fleshy paired fins; certain species construct mucus-lined mud coverings in which to survive drought", "lungfish"], ["sword", "flesh of swordfish usually served as steaks", "swordfish"], ["flat", "sweet lean whitish flesh of any of numerous thin-bodied fish; usually served as thin fillets", "flatfish"], ["cuttle", "ten-armed oval-bodied cephalopod with narrow fins as long as the body and a large calcareous internal shell", "cuttlefish"], ["white", "any market fish--edible saltwater fish or shellfish--except herring", "whitefish"], ["shell", "meat of edible aquatic invertebrate with a shell (especially a mollusk or crustacean)", "shellfish"], ["jelly", "large siphonophore having a bladderlike float and stinging tentacles", "jellyfish"], ["gar", "primitive predaceous North American fish covered with hard scales and having long jaws with needlelike teeth", "garfish"], ["angel", "a butterfly fish of the genus Pomacanthus", "angelfish"], ["silver", "silver-grey wingless insect found in houses feeding on book bindings and starched clothing", "silverfish"], ["cod", "lean white flesh of important North Atlantic food fish; usually baked or poached", "codfish"], ["blue", "bluish warm-water marine food and game fish that follow schools of small fishes into shallow waters", "bluefish"]]}, {"answer": "flower", "hint": "_ flower", "clues": [["corn", "plant of southern and southeastern United States grown for its yellow flowers that can be dried", "cornflower"], ["may", "the ship in which the Pilgrim Fathers sailed from England to Massachusetts in 1620", "mayflower"], ["wall", "any of numerous plants of the genus Erysimum having fragrant yellow or orange or brownish flowers", "wallflower"], ["sun", "any plant of the genus Helianthus having large flower heads with dark disk florets and showy yellow rays", "sunflower"], ["wild", "wild or uncultivated flowering plant", "wildflower"], ["wind", "any woodland plant of the genus Anemone grown for its beautiful flowers and whorls of dissected leaves", "windflower"], ["passion", "any of various chiefly tropical American vines some bearing edible fruit", "passionflower"]]}, {"answer": "fly", "hint": "_ fly", "clues": [["house", "common fly that frequents human habitations and spreads many diseases", "housefly"], ["blow", "large usually hairy metallic blue or green fly; lays eggs in carrion or dung or wounds", "blowfly"], ["butter", "diurnal insect typically having a slender body with knobbed antennae and broad colorful wings", "butterfly"], ["fire", "tropical American click beetle having bright luminous spots", "firefly"], ["gad", "a persistently annoying person", "gadfly"], ["saw", "insect whose female has a saw-like ovipositor for inserting eggs into the leaf or stem tissue of a host plant", "sawfly"], ["green", "greenish aphid; pest on garden and crop plants", "greenfly"], ["may", "slender insect with delicate membranous wings having an aquatic larval stage and terrestrial adult stage usually lasting less than two days", "mayfly"], ["damsel", "slender non-stinging insect similar to but smaller than the dragonfly but having wings folded when at rest", "damselfly"], ["dragon", "slender-bodied non-stinging insect having iridescent wings that are outspread at rest; adults and nymphs feed on mosquitoes etc.", "dragonfly"], ["horse", "winged fly parasitic on horses", "horsefly"]]}, {"answer": "fold", "hint": "_ fold", "clues": [["bill", "a pocket-size case for holding papers and paper money", "billfold"], ["sheep", "a pen for sheep", "sheepfold"], ["center", "a magazine center spread; especially a foldout of a large photograph or map or other feature", "centerfold"], ["blind", "a cloth used to cover the eyes", "blindfold"]]}, {"answer": "foot", "hint": "_ foot", "clues": [["crow", "any of various plants of the genus Ranunculus", "crowfoot"], ["hot", "a practical joke that involves inserting a match surreptitiously between the sole and upper of the victim's shoe and then lighting it", "hotfoot"], ["flat", "a policeman who patrols a given region", "flatfoot"], ["club", "congenital deformity of the foot usually marked by a curled shape or twisted position of the ankle and heel and toes", "clubfoot"], ["tender", "an inexperienced person (especially someone inexperienced in outdoor living)", "tenderfoot"], ["splay", "a foot afflicted with a fallen arch; abnormally flattened and spread out", "splayfoot"], ["web", "a foot having the toes connected by folds of skin", "webfoot"]]}, {"answer": "front", "hint": "_ front", "clues": [["ocean", "land bordering an ocean", "oceanfront"], ["water", "the area of a city (such as a harbor or dockyard) alongside a body of water", "waterfront"], ["lake", "land bordering a lake", "lakefront"], ["beach", "a strip of land running along a beach", "beachfront"], ["wave", "(physics) an imaginary surface joining all points in space that are reached at the same instant by a wave propagating through a medium", "wavefront"], ["battle", "the line along which opposing armies face each other", "battlefront"], ["shirt", "the front of a shirt (usually the part not covered by a jacket)", "shirtfront"], ["sea", "the waterfront of a seaside town", "seafront"], ["store", "the front side of a store facing the street; usually contains display windows", "storefront"], ["shop", "the front side of a store facing the street; usually contains display windows", "shopfront"]]}, {"answer": "girl", "hint": "_ girl", "clues": [["cow", "a woman cowboy", "cowgirl"], ["show", "a woman who dances in a chorus line", "showgirl"], ["sales", "a woman salesperson", "salesgirl"], ["school", "a girl attending school", "schoolgirl"]]}, {"answer": "glass", "hint": "_ glass", "clues": [["hour", "a sandglass that runs for sixty minutes", "hourglass"], ["spy", "a small refracting telescope", "spyglass"], ["eye", "lens for correcting defective vision in one eye; held in place by facial muscles", "eyeglass"], ["fiber", "a covering material made of glass fibers in resins", "fiberglass"], ["wine", "a glass that has a stem and in which wine is served", "wineglass"]]}, {"answer": "goer", "hint": "_ goer", "clues": [["church", "a religious person who goes to church regularly", "churchgoer"], ["play", "someone who attends the theater", "playgoer"], ["theater", "someone who attends the theater", "theatergoer"], ["movie", "someone who goes to see movies", "moviegoer"]]}, {"answer": "ground", "hint": "_ ground", "clues": [["play", "an area where many people go for recreation", "playground"], ["camp", "a site where people on holiday can pitch a tent", "campground"], ["fore", "the part of a scene that is near the viewer", "foreground"], ["under", "a secret group organized to overthrow a government or occupation force", "underground"], ["fair", "an open area for holding fairs or exhibitions or circuses", "fairground"], ["back", "a person's social heritage: previous experience or training", "background"], ["battle", "a region where a battle is being (or has been) fought", "battleground"]]}, {"answer": "guard", "hint": "_ guard", "clues": [["coast", "a military service responsible for the safety of maritime traffic in coastal waters", "coastguard"], ["black", "someone who is morally reprehensible", "blackguard"], ["body", "someone who escorts and protects a prominent person", "bodyguard"], ["fire", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire", "fireguard"], ["rear", "a detachment assigned to protect the rear of a (retreating) military body", "rearguard"], ["safe", "a precautionary measure warding off impending danger or damage or injury etc.", "safeguard"], ["van", "the leading units moving at the head of an army", "vanguard"], ["life", "an attendant employed at a beach or pool to protect swimmers from accidents", "lifeguard"], ["mud", "a curved piece above the wheel of a bicycle or motorcycle to protect the rider from water or mud thrown up by the wheels", "mudguard"]]}, {"answer": "gun", "hint": "_ gun", "clues": [["flash", "a lamp for providing momentary light to take a photograph", "flashgun"], ["shot", "firearm that is a double-barreled smoothbore shoulder weapon for firing shot at short ranges", "shotgun"], ["blow", "a tube through which darts can be shot by blowing", "blowgun"], ["air", "a gun that propels a projectile by compressed air", "airgun"], ["hand", "a firearm that is held and fired with one hand", "handgun"], ["pop", "plaything consisting of a toy gun that makes a popping sound", "popgun"]]}, {"answer": "hand", "hint": "_ hand", "clues": [["long", "rapid handwriting in which letters are set down in full and are cursively connected within words without lifting the writing implement from the paper", "longhand"], ["cow", "a hired hand who tends cattle and performs other duties on horseback", "cowhand"], ["short", "a method of writing rapidly", "shorthand"], ["stage", "an employee of a theater who performs work involved in putting on a theatrical production", "stagehand"], ["deck", "a member of a ship's crew who performs manual labor", "deckhand"], ["farm", "a hired hand on a farm", "farmhand"], ["back", "a return made with the back of the hand facing the direction of the stroke", "backhand"]]}, {"answer": "head", "hint": "_ head", "clues": [["skin", "a young person who belongs to a British or American group that shave their heads and gather at rock concerts or engage in white supremacist demonstrations", "skinhead"], ["fat", "a man who is a stupid incompetent fool", "fathead"], ["bull", "freshwater sculpin with a large flattened bony-plated head with hornlike spines", "bullhead"], ["block", "a stupid person; these words are used to express a low opinion of someone's intelligence", "blockhead"], ["well", "the source of water for a well", "wellhead"], ["sore", "someone who is peevish or disgruntled", "sorehead"], ["big", "any of various diseases of animals characterized by edema of the head and neck", "bighead"], ["dead", "a nonenterprising person who is not paying his way", "deadhead"], ["maiden", "a fold of tissue that partly covers the entrance to the vagina of a virgin", "maidenhead"], ["bridge", "an area in hostile territory that has been captured and is held awaiting further troops and supplies", "bridgehead"], ["logger", "a stupid person; these words are used to express a low opinion of someone's intelligence", "loggerhead"], ["black", "a black-tipped plug clogging a pore of the skin", "blackhead"], ["beach", "a bridgehead on the enemy's shoreline seized by an amphibious operation", "beachhead"], ["figure", "a person used as a cover for some questionable activity", "figurehead"], ["air", "a flighty scatterbrained simpleton", "airhead"], ["mast", "a listing printed in all issues of a newspaper or magazine (usually on the editorial page) that gives the name of the publication and the names of the editorial staff, etc.", "masthead"], ["fore", "the part of the face above the eyes", "forehead"], ["hot", "a belligerent grouch", "hothead"], ["egg", "an intellectual; a very studious and academic person", "egghead"], ["hammer", "a stupid person; these words are used to express a low opinion of someone's intelligence", "hammerhead"], ["over", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes", "overhead"], ["copper", "common coppery brown pit viper of upland eastern United States", "copperhead"], ["letter", "a sheet of stationery with name and address of the organization printed at the top", "letterhead"], ["pit", "the entrance to a coal mine", "pithead"], ["hogs", "a British unit of capacity for alcoholic beverages", "hogshead"], ["arrow", "the pointed head or striking tip of an arrow", "arrowhead"], ["bone", "a stupid person; these words are used to express a low opinion of someone's intelligence", "bonehead"], ["fountain", "an abundant source", "fountainhead"], ["war", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "warhead"], ["knuckle", "a stupid person; these words are used to express a low opinion of someone's intelligence", "knucklehead"], ["bulk", "a partition that divides a ship or plane into compartments", "bulkhead"], ["spear", "someone who leads or initiates an activity (attack or campaign etc.)", "spearhead"], ["thunder", "a rounded projecting mass of a cumulus cloud with shining edges; often appears before a thunderstorm", "thunderhead"], ["red", "someone who has red hair", "redhead"], ["white", "English philosopher and mathematician who collaborated with Bertrand Russell (1861-1947)", "whitehead"], ["pin", "an ignorant or foolish person", "pinhead"], ["pot", "someone who smokes marijuana habitually", "pothead"], ["sleepy", "a sleepy person", "sleepyhead"], ["tow", "a person with light blond hair", "towhead"]]}, {"answer": "hill", "hint": "_ hill", "clues": [["dung", "a foul or degraded condition", "dunghill"], ["down", "the downward slope of a hill", "downhill"], ["foot", "a relatively low hill on the lower slope of a mountain", "foothill"], ["ant", "a mound of earth made by ants as they dig their nest", "anthill"], ["mole", "a mound of earth made by moles while burrowing", "molehill"]]}, {"answer": "hold", "hint": "_ hold", "clues": [["toe", "a relatively insignificant position from which future progress might be made", "toehold"], ["hand", "an appendage to hold onto", "handhold"], ["foot", "an area in hostile territory that has been captured and is held awaiting further troops and supplies", "foothold"], ["strangle", "complete power over a person or situation", "stranglehold"], ["strong", "a strongly fortified defensive structure", "stronghold"], ["lease", "land or property held under a lease", "leasehold"], ["house", "a social unit living together", "household"], ["free", "an estate held in fee simple or for life", "freehold"]]}, {"answer": "holder", "hint": "_ holder", "clues": [["lease", "a tenant who holds a lease", "leaseholder"], ["land", "a holder or proprietor of land", "landholder"], ["house", "someone who owns a home", "householder"], ["pot", "an insulated pad for holding hot pots", "potholder"], ["card", "a person who holds a credit card or debit card", "cardholder"], ["free", "the owner of a freehold", "freeholder"], ["bond", "a holder of bonds issued by a government or corporation", "bondholder"], ["share", "someone who holds shares of stock in a corporation", "shareholder"], ["policy", "a person who holds an insurance policy; usually, the client in whose name an insurance policy is written", "policyholder"], ["job", "an employee who holds a regular job", "jobholder"], ["stock", "someone who holds shares of stock in a corporation", "stockholder"], ["place", "a person authorized to act for another", "placeholder"], ["stake", "someone entrusted to hold the stakes for two or more persons betting against one another; must deliver the stakes to the winner", "stakeholder"], ["small", "a person owning or renting a smallholding", "smallholder"], ["slave", "someone who holds slaves", "slaveholder"], ["office", "someone who is appointed or elected to an office and who holds a position of trust", "officeholder"]]}, {"answer": "hole", "hint": "_ hole", "clues": [["worm", "hole made by a burrowing worm", "wormhole"], ["bung", "vulgar slang for anus", "bunghole"], ["fox", "a small dugout with a pit for individual shelter against enemy fire", "foxhole"], ["arm", "a hole through which you put your arm and where a sleeve can be attached", "armhole"], ["sink", "a depression in the ground communicating with a subterranean passage (especially in limestone) and formed by solution or by collapse of a cavern roof", "sinkhole"], ["cubby", "a small compartment", "cubbyhole"], ["plug", "a hole into which a plug fits (especially a hole where water drains away)", "plughole"], ["spy", "a hole (in a door or an oven etc) through which you can peep", "spyhole"], ["button", "a hole through which buttons are pushed", "buttonhole"], ["pigeon", "a specific (often simplistic) category", "pigeonhole"], ["knot", "a hole in a board where a knot came out", "knothole"], ["loop", "an ambiguity (especially one in the text of a law or contract) that makes it possible to evade a difficulty or obligation", "loophole"], ["pin", "a small puncture that might have been made by a pin", "pinhole"], ["pot", "a pit or hole produced by wear or weathering (especially in a road surface)", "pothole"], ["peep", "a hole (in a door or an oven etc) through which you can peep", "peephole"], ["blow", "the spiracle of a cetacean located far back on the skull", "blowhole"], ["key", "the hole where a key is inserted", "keyhole"], ["chuck", "a pit or hole produced by wear or weathering (especially in a road surface)", "chuckhole"], ["hell", "any place of pain and turmoil", "hellhole"]]}, {"answer": "hook", "hint": "_ hook", "clues": [["fish", "a sharp barbed hook for catching fish", "fishhook"], ["bill", "a long-handled saw with a curved blade", "billhook"], ["tenter", "one of a series of hooks used to hold cloth on a tenter", "tenterhook"], ["pot", "an S-shaped hook to suspend a pot over a fire", "pothook"]]}, {"answer": "horn", "hint": "_ horn", "clues": [["prong", "fleet antelope-like ruminant of western North American plains with small branched horns", "pronghorn"], ["fog", "a loud low warning signal that can be heard by fogbound ships", "foghorn"], ["big", "a river that flows from central Wyoming to the Yellowstone River in southern Montana", "bighorn"], ["long", "long-horned beef cattle formerly common in southwestern United States", "longhorn"], ["green", "an awkward and inexperienced youth", "greenhorn"], ["bull", "a portable loudspeaker with built-in microphone and amplifier", "bullhorn"], ["short", "English breed of short-horned cattle", "shorthorn"], ["shoe", "a device used for easing the foot into a shoe", "shoehorn"]]}, {"answer": "horse", "hint": "_ horse", "clues": [["sea", "either of two large northern marine mammals having ivory tusks and tough hide over thick blubber", "seahorse"], ["clothes", "a framework on which to hang clothes (as for drying)", "clotheshorse"], ["hobby", "a topic to which one constantly reverts", "hobbyhorse"], ["cart", "draft horse kept for pulling carts", "carthorse"], ["pack", "a workhorse used as a pack animal", "packhorse"], ["work", "machine that performs dependably under heavy use", "workhorse"], ["war", "a work of art (composition or drama) that is part of the standard repertory but has become hackneyed from much repetition", "warhorse"], ["race", "a horse bred for racing", "racehorse"], ["saw", "a framework for holding wood that is being sawed", "sawhorse"]]}, {"answer": "hound", "hint": "_ hound", "clues": [["wolf", "the largest breed of dogs; formerly used to hunt wolves", "wolfhound"], ["blood", "a breed of large powerful hound of European origin having very acute smell and used in tracking", "bloodhound"], ["fox", "medium-sized glossy-coated hounds developed for hunting foxes", "foxhound"], ["grey", "a tall slender dog of an ancient breed noted for swiftness and keen sight; used as a racing dog", "greyhound"]]}, {"answer": "house", "hint": "_ house", "clues": [["bake", "a workplace where baked goods (breads and cakes and pastries) are produced or sold", "bakehouse"], ["porter", "large steak from the thick end of the short loin containing a T-shaped bone and large piece of tenderloin", "porterhouse"], ["whore", "a building where prostitutes are available", "whorehouse"], ["summer", "a small roofed building affording shade and rest", "summerhouse"], ["club", "a building that is occupied by a social club", "clubhouse"], ["custom", "a government building where customs are collected and where ships are cleared to enter or leave the country", "customhouse"], ["ware", "a storehouse for goods and merchandise", "warehouse"], ["bird", "a shelter for birds", "birdhouse"], ["green", "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions", "greenhouse"], ["glass", "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions", "glasshouse"], ["block", "a stronghold that is reinforced for protection from enemy fire; with apertures for defensive fire", "blockhouse"], ["cook", "the area for food preparation on a ship", "cookhouse"], ["flop", "a cheap lodging house", "flophouse"], ["nut", "pejorative terms for an insane asylum", "nuthouse"], ["steak", "a restaurant that specializes in steaks", "steakhouse"], ["play", "plaything consisting of a small model of a house that children can play inside of", "playhouse"], ["boat", "a shed at the edge of a river or lake; used to store boats", "boathouse"], ["fire", "a station housing fire apparatus and firemen", "firehouse"], ["bath", "a building containing dressing rooms for bathers", "bathhouse"], ["slaughter", "a building where animals are butchered", "slaughterhouse"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jailhouse"], ["mad", "pejorative terms for an insane asylum", "madhouse"], ["poor", "an establishment maintained at public expense in order to provide housing for the poor and homeless", "poorhouse"], ["light", "a tower with a light that gives warning of shoals to passing ships", "lighthouse"], ["chop", "a restaurant that specializes in steaks", "chophouse"], ["coffee", "a small restaurant where drinks and snacks are sold", "coffeehouse"], ["meeting", "a building for religious assembly (especially Nonconformists, e.g., Quakers)", "meetinghouse"], ["guard", "a military facility that serves as the headquarters for military police and in which military prisoners can be detained", "guardhouse"], ["gate", "a house built at a gateway; usually the gatekeeper's residence", "gatehouse"], ["road", "an inn (usually outside city limits on a main road) providing meals and liquor and dancing and (sometimes) gambling", "roadhouse"], ["store", "a depository for goods", "storehouse"], ["pilot", "an enclosed compartment from which a vessel can be navigated", "pilothouse"], ["ale", "a tavern where ale is sold", "alehouse"], ["guest", "a house separate from the main house; for housing guests", "guesthouse"], ["doll", "a house so small that it is likened to a child's plaything", "dollhouse"], ["court", "a government building that houses the offices of a county government", "courthouse"], ["packing", "a building where foodstuffs are processed and packed", "packinghouse"], ["farm", "house for a farmer and family", "farmhouse"], ["work", "a poorhouse where able-bodied poor are compelled to labor", "workhouse"], ["wheel", "an enclosed compartment from which a vessel can be navigated", "wheelhouse"], ["power", "a highly energetic and indefatigable person", "powerhouse"], ["doss", "a cheap lodging house", "dosshouse"], ["round", "workplace consisting of a circular building for repairing locomotives", "roundhouse"], ["dog", "outbuilding that serves as a shelter for a dog", "doghouse"], ["boarding", "a private house that provides accommodations and meals for paying guests", "boardinghouse"], ["hot", "a greenhouse in which plants are arranged in a pleasing manner", "hothouse"], ["school", "a building where young people receive education", "schoolhouse"], ["smoke", "a small house where smoke is used to cure meat or fish", "smokehouse"]]}, {"answer": "jack", "hint": "_ jack", "clues": [["apple", "distilled from hard cider", "applejack"], ["cracker", "someone excellent of their kind", "crackerjack"], ["steeple", "someone who builds or maintains very tall structures", "steeplejack"], ["flap", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"], ["lumber", "a person who fells trees", "lumberjack"], ["black", "a common scrubby deciduous tree of central and southeastern United States having dark bark and broad three-lobed (club-shaped) leaves; tends to form dense thickets", "blackjack"]]}, {"answer": "keeper", "hint": "_ keeper", "clues": [["bee", "a farmer who keeps bees for their honey", "beekeeper"], ["time", "(sports) an official who keeps track of the time elapsed", "timekeeper"], ["grounds", "someone who maintains the grounds (of an estate or park or athletic field)", "groundskeeper"], ["book", "someone who records the transactions of a business", "bookkeeper"], ["game", "a person employed to take care of game and wildlife", "gamekeeper"], ["store", "a merchant who owns or manages a shop", "storekeeper"], ["inn", "the owner or manager of an inn", "innkeeper"], ["gate", "someone who controls access to something", "gatekeeper"], ["peace", "a member of a military force that is assigned (often with international sanction) to preserve peace in a trouble area", "peacekeeper"], ["door", "an official stationed at the entrance of a courtroom or legislative chamber", "doorkeeper"], ["house", "a servant who is employed to perform domestic task in a household", "housekeeper"], ["shop", "a merchant who owns or manages a shop", "shopkeeper"], ["bar", "an employee who mixes and serves alcoholic drinks at a bar", "barkeeper"], ["score", "an official who records the score during the progress of a game", "scorekeeper"], ["goal", "the soccer or hockey player assigned to protect the goal", "goalkeeper"]]}, {"answer": "keeping", "hint": "_ keeping", "clues": [["house", "the work of cleaning and running a house", "housekeeping"], ["safe", "the responsibility of a guardian or keeper", "safekeeping"], ["book", "the activity of recording business transactions", "bookkeeping"], ["bee", "the cultivation of bees on a commercial scale for the production of honey", "beekeeping"], ["time", "the act or process of determining the time", "timekeeping"], ["peace", "the activity of keeping the peace by military forces (especially when international military forces enforce a truce between hostile groups or nations)", "peacekeeping"]]}, {"answer": "land", "hint": "_ land", "clues": [["mid", "a town in west central Texas", "midland"], ["hinter", "a remote and undeveloped area", "hinterland"], ["waste", "an uninhabited wilderness that is worthless for cultivation", "wasteland"], ["swamp", "low land that is seasonally flooded; has more woody plants than a marsh and better drainage than a bog", "swampland"], ["heart", "the central region of a country or continent; especially a region that is important to a country or to a culture", "heartland"], ["park", "a large area of land preserved in its natural state as public property", "parkland"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock", "pastureland"], ["moor", "open land usually with peaty soil covered with heather and bracken and moss", "moorland"], ["heath", "a tract of level wasteland; uncultivated land with sandy soil and scrubby vegetation", "heathland"], ["dream", "a pleasing country existing only in dreams or imagination", "dreamland"], ["high", "elevated (e.g., mountainous) land", "highland"], ["fairy", "something existing solely in the imagination (but often mistaken for reality)", "fairyland"], ["marsh", "low-lying wet land with grassy vegetation; usually is a transition zone between land and water", "marshland"], ["timber", "land that is covered with trees and shrubs", "timberland"], ["wood", "land that is covered with trees and shrubs", "woodland"], ["table", "a relatively flat highland", "tableland"], ["wet", "a low area where the land is saturated with water", "wetland"], ["wonder", "a place or scene of great or strange beauty or wonder", "wonderland"], ["fen", "low-lying wet land with grassy vegetation; usually is a transition zone between land and water", "fenland"], ["head", "a natural elevation (especially a rocky one that juts out into the sea)", "headland"], ["home", "the country where you were born", "homeland"], ["grass", "land where grass or grasslike vegetation grows and is the dominant form of plant life", "grassland"], ["main", "the main land mass of a country or continent; as distinguished from an island or peninsula", "mainland"], ["mother", "the country where you were born", "motherland"], ["farm", "a rural area where farming is practiced", "farmland"], ["tide", "land near the sea that is overflowed by the tide", "tideland"], ["father", "the country where you were born", "fatherland"], ["low", "low level country", "lowland"], ["border", "district consisting of the area on either side of a border or boundary of a country or an area", "borderland"], ["gang", "underworld organizations", "gangland"]]}, {"answer": "leg", "hint": "_ leg", "clues": [["black", "someone who works (or provides workers) during a strike", "blackleg"], ["dog", "angle that resembles the hind leg of a dog", "dogleg"], ["boot", "whiskey illegally distilled from a corn mash", "bootleg"], ["bow", "a leg bowed outward at the knee (or below the knee)", "bowleg"]]}, {"answer": "life", "hint": "_ life", "clues": [["night", "the entertainment available to people seeking nighttime diversion", "nightlife"], ["wild", "all living things (except people) that are undomesticated", "wildlife"], ["after", "life after death", "afterlife"], ["low", "a person who is deemed to be despicable or contemptible", "lowlife"]]}, {"answer": "light", "hint": "_ light", "clues": [["torch", "light from a torch or torches", "torchlight"], ["high", "the most interesting or memorable part", "highlight"], ["candle", "the light provided by a burning candle", "candlelight"], ["star", "the light of the stars", "starlight"], ["gas", "light yielded by the combustion of illuminating gas", "gaslight"], ["flash", "a small portable battery-powered electric lamp", "flashlight"], ["stop", "a red light on the rear of a motor vehicle that signals when the brakes are applied to slow or stop", "stoplight"], ["head", "a powerful light with reflector; attached to the front of an automobile or locomotive", "headlight"], ["lime", "a focus of public attention", "limelight"], ["day", "the time after sunrise and before sunset while it is light outside", "daylight"], ["sky", "a window in a roof to admit daylight", "skylight"], ["sun", "the rays of the sun", "sunlight"], ["lamp", "light from a lamp", "lamplight"], ["fan", "a window above a door that is usually hinged to a horizontal crosspiece over the door", "fanlight"], ["fire", "the light of a fire (especially in a fireplace)", "firelight"], ["street", "a lamp supported on a lamppost; for illuminating a street", "streetlight"], ["tail", "lamp (usually red) mounted at the rear of a motor vehicle", "taillight"], ["moon", "the light of the Moon", "moonlight"], ["search", "a light source with reflectors that projects a beam of light in a particular direction", "searchlight"], ["spot", "a focus of public attention", "spotlight"], ["side", "light carried by a boat that indicates the boat's direction; vessels at night carry a red light on the port bow and a green light on the starboard bow", "sidelight"], ["flood", "light that is a source of artificial illumination having a broad beam; used in photography", "floodlight"], ["pen", "a small flashlight resembling a fountain pen", "penlight"]]}, {"answer": "lighter", "hint": "_ lighter", "clues": [["lamp", "(when gas was used for streetlights) a person who lights and extinguishes streetlights", "lamplighter"], ["fire", "(a piece of) a substance that burns easily and can be used to start a coal or coke fire", "firelighter"], ["moon", "a person who holds a second job (usually after hours)", "moonlighter"], ["high", "a cosmetic used to highlight the eyes or cheekbones", "highlighter"]]}, {"answer": "line", "hint": "_ line", "clues": [["hem", "the line formed by the lower edge of a skirt or coat", "hemline"], ["air", "a hose that carries air under pressure", "airline"], ["clothes", "a cord on which clothes are hung to dry", "clothesline"], ["dead", "the point in time at which something must be completed", "deadline"], ["side", "a line that marks the side boundary of a playing field", "sideline"], ["bread", "a queue of people waiting for free food", "breadline"], ["shore", "a boundary line between land and water", "shoreline"], ["under", "a line drawn underneath (especially under written matter)", "underline"], ["base", "an imaginary line or standard by which things are measured or compared", "baseline"], ["guide", "a light line that is used in lettering to help align the letters", "guideline"], ["pipe", "gossip spread by spoken communication", "pipeline"], ["neck", "the line formed by the edge of a garment around the neck", "neckline"], ["bow", "a loop knot that neither slips nor jams", "bowline"], ["date", "an imaginary line on the surface of the earth following (approximately) the 180th meridian", "dateline"], ["border", "a line that indicates a boundary", "borderline"], ["waist", "the narrowing of the body between the ribs and hips", "waistline"], ["tape", "measuring instrument consisting of a narrow strip (cloth or metal) marked in inches or centimeters and used for measuring lengths", "tapeline"], ["head", "the heading or caption of a newspaper article", "headline"], ["coast", "the outline of a coast", "coastline"], ["life", "a crease on the palm; its length is said by palmists to indicate how long you will live", "lifeline"], ["timber", "line marking the upper limit of tree growth in mountains or northern latitudes", "timberline"], ["story", "the plot of a book or play or film", "storyline"], ["sky", "the outline of objects seen against the sky", "skyline"], ["bee", "the most direct route", "beeline"], ["water", "a line corresponding to the surface of the water when the vessel is afloat on an even keel; often painted on the hull of a ship", "waterline"], ["blood", "the descendants of one individual", "bloodline"], ["touch", "either of the sidelines in soccer or rugby", "touchline"], ["tow", "(nautical) a rope used in towing", "towline"]]}, {"answer": "liner", "hint": "_ liner", "clues": [["jet", "a large jet plane that carries passengers", "jetliner"], ["hard", "a conservative who is uncompromising", "hardliner"], ["head", "a performer who receives prominent billing", "headliner"], ["air", "a commercial airplane that carries passengers", "airliner"], ["eye", "makeup applied to emphasize the shape of the eyes", "eyeliner"]]}, {"answer": "load", "hint": "_ load", "clues": [["car", "a gathering of passengers sufficient to fill an automobile", "carload"], ["boat", "the amount of cargo that can be held by a boat or ship or a freight car", "boatload"], ["pay", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "payload"], ["bus", "the quantity of cargo or the number of passengers that a bus can carry", "busload"], ["work", "work that a person is expected to do in a specified time", "workload"], ["over", "an electrical load that exceeds the available electrical power", "overload"], ["train", "quantity that can be carried by a train", "trainload"], ["ship", "the amount of cargo that can be held by a boat or ship or a freight car", "shipload"]]}, {"answer": "lock", "hint": "_ lock", "clues": [["dead", "a situation in which no progress can be made or no advancement is possible", "deadlock"], ["grid", "a traffic jam so bad that no movement is possible", "gridlock"], ["match", "an early style of musket; a slow-burning wick would be lowered into a hole in the breech to ignite the charge", "matchlock"], ["pad", "a detachable lock; has a hinged shackle that can be passed through the staple of a hasp or the links in a chain and then snapped shut", "padlock"], ["row", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "rowlock"], ["wed", "the state of being a married couple voluntarily joined for life (or until divorce)", "wedlock"], ["air", "a chamber that provides access to space where air is under pressure", "airlock"], ["oar", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "oarlock"], ["flint", "a muzzle loader that had a flintlock type of gunlock", "flintlock"], ["hammer", "a wrestling hold in which the opponent's arm is twisted up behind his back", "hammerlock"], ["head", "a wrestling hold in which the opponent's head is locked between the crook of your elbow and the side of your body", "headlock"]]}, {"answer": "maid", "hint": "_ maid", "clues": [["brides", "an unmarried woman who attends the bride at a wedding", "bridesmaid"], ["milk", "a woman who works in a dairy", "milkmaid"], ["hand", "in a subordinate position", "handmaid"], ["chamber", "a maid who is employed to clean and care for bedrooms (now primarily in hotels)", "chambermaid"], ["bar", "a female bartender", "barmaid"], ["nurse", "a woman who is the custodian of children", "nursemaid"], ["dairy", "a woman who works in a dairy", "dairymaid"], ["parlor", "a maid in a private home whose duties are to care for the parlor and the table and to answer the door", "parlormaid"], ["house", "a female domestic", "housemaid"]]}, {"answer": "maker", "hint": "_ maker", "clues": [["cabinet", "a woodworker who specializes in making furniture", "cabinetmaker"], ["wine", "someone who makes wine", "winemaker"], ["book", "a maker of books; someone who edits or publishes or binds books", "bookmaker"], ["king", "English statesman; during the War of the Roses he fought first for the house of York and secured the throne for Edward IV and then changed sides to fight for the house of Lancaster and secured the throne for Henry VI (1428-1471)", "kingmaker"], ["law", "a maker of laws; someone who gives a code of laws", "lawmaker"], ["steel", "a worker engaged in making steel", "steelmaker"], ["dress", "someone who makes or mends dresses", "dressmaker"], ["holiday", "someone who travels for pleasure", "holidaymaker"], ["match", "someone who arranges (or tries to arrange) marriages for others", "matchmaker"], ["merry", "a celebrant who shares in a noisy party", "merrymaker"], ["peace", "someone who tries to bring peace", "peacemaker"], ["noise", "a device (such as a clapper or bell or horn) used to make a loud noise at a celebration", "noisemaker"], ["home", "a wife who manages a household while her husband earns the family income", "homemaker"], ["watch", "someone who makes or repairs watches", "watchmaker"], ["rain", "executive who is very successful in bringing in business to his company or firm", "rainmaker"], ["clock", "someone whose occupation is making or repairing clocks and watches", "clockmaker"], ["money", "someone who is successful in accumulating wealth", "moneymaker"], ["film", "a producer of motion pictures", "filmmaker"], ["auto", "a business engaged in the manufacture of automobiles", "automaker"], ["trouble", "someone who deliberately stirs up trouble", "troublemaker"], ["tool", "someone skilled in making or repairing tools", "toolmaker"], ["shoe", "a person who makes or repairs shoes", "shoemaker"]]}, {"answer": "making", "hint": "_ making", "clues": [["cabinet", "the craft of a joiner", "cabinetmaking"], ["love", "sexual activities (often including sexual intercourse) between two people", "lovemaking"], ["rain", "activity intended to produce rain", "rainmaking"], ["law", "the act of making or enacting laws", "lawmaking"], ["hay", "taking full advantage of an opportunity while it lasts", "haymaking"], ["dress", "the craft of making dresses", "dressmaking"], ["merry", "a boisterous celebration; a merry festivity", "merrymaking"], ["home", "the management of a household", "homemaking"], ["money", "the act of making money (and accumulating wealth)", "moneymaking"], ["print", "artistic design and manufacture of prints as woodcuts or silkscreens", "printmaking"], ["match", "mediation in order to bring about a marriage between others", "matchmaking"]]}, {"answer": "man", "hint": "_ man", "clues": [["wood", "someone who lives in the woods", "woodman"], ["horse", "a man skilled in equitation", "horseman"], ["towns", "a person from the same town as yourself", "townsman"], ["grounds", "someone who maintains the grounds (of an estate or park or athletic field)", "groundsman"], ["aircraft", "a noncommissioned officer in the British Royal Air Force", "aircraftman"], ["bats", "(baseball) a ballplayer who is batting", "batsman"], ["grooms", "a male attendant of the bridegroom at a wedding", "groomsman"], ["sales", "a man salesperson", "salesman"], ["cow", "a hired hand who tends cattle and performs other duties on horseback", "cowman"], ["brake", "a railroad employee responsible for a train's brakes", "brakeman"], ["muscle", "a bully employed as a thug or bodyguard", "muscleman"], ["cattle", "a man who raises (or tends) cattle", "cattleman"], ["line", "one of the players on the line of scrimmage", "lineman"], ["news", "a person who investigates and reports or edits news stories", "newsman"], ["select", "an elected member of a board of officials who run New England towns", "selectman"], ["dales", "a person who lives in the dales of northern England", "dalesman"], ["crafts", "a professional whose work is consistently of high quality", "craftsman"], ["bogey", "an imaginary monster used to frighten children", "bogeyman"], ["police", "a member of a police force", "policeman"], ["law", "an officer of the law", "lawman"], ["guards", "a soldier who is a member of a unit called `the guard' or `guards'", "guardsman"], ["bands", "a player in a band (especially a military band)", "bandsman"], ["strong", "a man who performs feats of strength at a fair or circus", "strongman"], ["coach", "a man who drives a coach (or carriage)", "coachman"], ["signal", "a railroad employee in charge of signals and point in a railroad yard", "signalman"], ["country", "a man from your own country", "countryman"], ["house", "an advanced student or graduate in medicine gaining supervised practical experience (`houseman' is a British term)", "houseman"], ["backwoods", "a man who lives on the frontier", "backwoodsman"], ["militia", "a member of the militia; serves only during emergencies", "militiaman"], ["ice", "someone who cuts and delivers ice", "iceman"], ["church", "a clergyman or other person in religious orders", "churchman"], ["service", "someone who serves in the armed forces; a member of a military force", "serviceman"], ["bush", "a member of the race of nomadic hunters and gatherers who live in southern Africa", "bushman"], ["cavalry", "a soldier in a motorized army unit", "cavalryman"], ["snow", "a figure of a person made of packed snow", "snowman"], ["milk", "someone who delivers milk", "milkman"], ["handy", "a man skilled in various odd jobs and other small tasks", "handyman"], ["midship", "a temporary rank held by young naval officers in training", "midshipman"], ["clans", "a member of a clan", "clansman"], ["bonds", "a male slave", "bondsman"], ["gentle", "a man of refinement", "gentleman"], ["ferry", "a man who operates a ferry", "ferryman"], ["rifle", "someone skilled in the use of a rifle", "rifleman"], ["heads", "an executioner who beheads the condemned person", "headsman"], ["door", "someone who guards an entrance", "doorman"], ["plow", "a man who plows", "plowman"], ["yachts", "a person who owns or sails a yacht", "yachtsman"], ["work", "an employee who performs manual or industrial labor", "workman"], ["chair", "the officer who presides at the meetings of an organization", "chairman"], ["sports", "someone who engages in sports", "sportsman"], ["freed", "a person who has been freed from slavery", "freedman"], ["infantry", "fights on foot with small arms", "infantryman"], ["herds", "someone who drives a herd", "herdsman"], ["dust", "someone employed to collect and dispose of refuse", "dustman"], ["marks", "someone skilled in shooting", "marksman"], ["committee", "a man who is a member of committee", "committeeman"], ["lands", "a person who lives and works on land", "landsman"], ["spokes", "a male spokesperson", "spokesman"], ["warehouse", "a workman who manages or works in a warehouse", "warehouseman"], ["jury", "someone who serves (or waits to be called to serve) on a jury", "juryman"], ["watch", "a guard who keeps watch", "watchman"], ["newspaper", "a journalist employed to provide news stories for newspapers or broadcast media", "newspaperman"], ["drafts", "a skilled worker who draws plans of buildings or machines", "draftsman"], ["cave", "someone who lives in a cave", "caveman"], ["train", "an employee of a railroad", "trainman"], ["patrol", "a policeman who patrols a given region", "patrolman"], ["fire", "play in which children pretend to put out a fire", "fireman"], ["fisher", "someone whose occupation is catching fish", "fisherman"], ["water", "someone who drives or rides in a boat", "waterman"], ["clergy", "a member of the clergy and a spiritual leader of the Christian Church", "clergyman"], ["council", "a man who is a council member", "councilman"], ["alder", "a member of a municipal legislative body (as a city council)", "alderman"], ["hang", "an executioner who hangs the condemned person", "hangman"], ["laundry", "operates industrial washing machine", "laundryman"], ["mail", "a man who delivers the mail", "mailman"], ["states", "a man who is a respected leader in national or international affairs", "statesman"], ["link", "(formerly) an attendant hired to carry a torch for pedestrians in dark streets", "linkman"], ["husband", "a person who operates a farm", "husbandman"], ["assembly", "someone who is a member of a legislative assembly", "assemblyman"], ["tax", "someone who collects taxes for the government", "taxman"], ["fresh", "a first-year undergraduate", "freshman"], ["bow", "a person who is expert in the use of a bow and arrow", "bowman"], ["hunts", "someone who hunts game", "huntsman"], ["chess", "any of 16 white and 16 black pieces used in playing the game of chess", "chessman"], ["repair", "a skilled worker whose job is to repair things", "repairman"], ["noble", "a titled peer of the realm", "nobleman"], ["dairy", "the owner or manager of a dairy", "dairyman"], ["sand", "an elf in fairy stories who sprinkles sand in children's eyes to make them sleepy", "sandman"], ["lumber", "a person who fells trees", "lumberman"], ["garbage", "someone employed to collect and dispose of refuse", "garbageman"], ["mad", "an insane person", "madman"], ["anchor", "a television reporter who coordinates a broadcast to which several correspondents contribute", "anchorman"], ["air", "someone who operates an aircraft", "airman"], ["space", "a person trained to travel in a spacecraft", "spaceman"], ["crew", "any member of a ship's crew", "crewman"], ["middle", "someone who buys large quantities of goods and resells to merchants rather than to the ultimate customers", "middleman"], ["swords", "someone skilled at fencing", "swordsman"], ["gun", "a professional killer who uses a gun", "gunman"], ["pen", "informal terms for journalists", "penman"], ["business", "a person engaged in commercial or industrial business (especially an owner or executive)", "businessman"], ["pitch", "an aggressive salesman who uses a fast line of talk to sell something", "pitchman"], ["plains", "an inhabitant of a plains region (especially the Great Plains of North America)", "plainsman"], ["barge", "someone who operates a barge", "bargeman"], ["oars", "someone who rows a boat", "oarsman"], ["post", "a man who delivers the mail", "postman"], ["oil", "a person who owns or operates oil wells", "oilman"], ["frog", "someone who works underwater", "frogman"], ["bell", "someone employed as an errand boy and luggage carrier around hotels", "bellman"], ["press", "someone whose occupation is printing", "pressman"], ["camera", "a photographer who operates a movie camera", "cameraman"], ["livery", "a worker in a livery stable", "liveryman"], ["fields", "a member of the cricket team that is fielding rather than batting", "fieldsman"], ["trencher", "a person who is devoted to eating and drinking to excess", "trencherman"], ["kins", "a male relative", "kinsman"], ["stable", "someone employed in a stable to take care of the horses", "stableman"], ["helms", "the person who steers a ship", "helmsman"], ["congress", "a member of the United States House of Representatives", "congressman"], ["boat", "someone who drives or rides in a boat", "boatman"], ["merchant", "a cargo ship", "merchantman"], ["foot", "a man employed as a servant in a large establishment (as a palace) to run errands and do chores", "footman"], ["highway", "a holdup man who stops a vehicle and steals from it", "highwayman"], ["artillery", "a serviceman in the artillery", "artilleryman"], ["bar", "an employee who mixes and serves alcoholic drinks at a bar", "barman"], ["frontiers", "a man who lives on the frontier", "frontiersman"], ["vestry", "a man who is a member of a church vestry", "vestryman"], ["gas", "someone employed by a gas company", "gasman"], ["lay", "someone who is not a clergyman or a professional person", "layman"], ["show", "a person skilled at making effective presentations", "showman"], ["steers", "the person who steers a ship", "steersman"], ["motor", "the operator of streetcar", "motorman"], ["yard", "worker in a railway yard", "yardman"], ["nursery", "someone who takes care of a garden", "nurseryman"], ["trades", "a merchant who owns or manages a shop", "tradesman"], ["weather", "predicts the weather", "weatherman"], ["longshore", "a laborer who loads and unloads vessels in a port", "longshoreman"], ["journey", "a skilled worker who practices some trade or handicraft", "journeyman"], ["sea", "a man who serves as a sailor", "seaman"], ["railway", "an employee of a railroad", "railwayman"]]}, {"answer": "mark", "hint": "_ mark", "clues": [["bench", "a standard by which something can be measured or judged", "benchmark"], ["trade", "a distinctive characteristic or attribute", "trademark"], ["pock", "a scar or pit on the skin that is left by a pustule of smallpox or acne or other eruptive disease", "pockmark"], ["birth", "a blemish on the skin that is formed before birth", "birthmark"], ["post", "a cancellation mark stamped on mail by postal officials; indicates the post office and date of mailing", "postmark"], ["book", "a marker (a piece of paper or ribbon) placed between the pages of a book to mark the reader's place", "bookmark"], ["tide", "indicator consisting of a line at the highwater or low-water limits of the tides", "tidemark"], ["finger", "a smudge made by a (dirty) finger", "fingermark"], ["water", "a line marking the level reached by a body of water", "watermark"], ["land", "the position of a prominent or well-known object in a particular landscape", "landmark"], ["ear", "identification mark on the ear of a domestic animal", "earmark"], ["hall", "a distinctive characteristic or attribute", "hallmark"]]}, {"answer": "mast", "hint": "_ mast", "clues": [["top", "the mast next above a lower mast and topmost in a fore-and-aft rig", "topmast"], ["main", "the chief mast of a sailing vessel with two or more masts", "mainmast"], ["mizzen", "third mast from the bow in a vessel having three or more masts; the after and shorter mast of a yawl, ketch, or dandy", "mizzenmast"], ["fore", "the mast nearest the bow in vessels with two or more masts", "foremast"]]}, {"answer": "master", "hint": "_ master", "clues": [["pay", "a person in charge of paying wages", "paymaster"], ["choir", "the musical director of a choir", "choirmaster"], ["station", "the person in charge of a railway station", "stationmaster"], ["task", "someone who imposes hard or continuous work", "taskmaster"], ["quarter", "an army officer who provides clothing and subsistence for troops", "quartermaster"], ["spy", "someone who directs clandestine intelligence activities", "spymaster"], ["toast", "the person who proposes toasts and introduces speakers at a banquet", "toastmaster"], ["school", "presiding officer of a school", "schoolmaster"], ["scout", "the leader of a troop of Scouts", "scoutmaster"], ["house", "teacher in charge of a school boardinghouse", "housemaster"], ["grand", "a player of exceptional or world class skill in chess or bridge", "grandmaster"], ["web", "a technician who designs or maintains a website", "webmaster"], ["post", "the person in charge of a post office", "postmaster"], ["band", "the conductor of a band", "bandmaster"], ["head", "presiding officer of a school", "headmaster"], ["ring", "the person in charge of performances in a circus ring", "ringmaster"], ["yard", "a railroad employer who is in charge of a railway yard", "yardmaster"]]}, {"answer": "mate", "hint": "_ mate", "clues": [["room", "an associate who shares a room with you", "roommate"], ["school", "an acquaintance that you go to school with", "schoolmate"], ["check", "complete victory", "checkmate"], ["house", "someone who resides in the same house with you", "housemate"], ["mess", "(nautical) an associate with whom you share meals in the same mess (as on a ship)", "messmate"], ["class", "an acquaintance that you go to school with", "classmate"], ["ship", "an associate on the same ship with you", "shipmate"], ["stable", "a horse stabled with another or one of several horses owned by the same person", "stablemate"], ["work", "a fellow worker", "workmate"], ["team", "a fellow member of a team", "teammate"], ["flat", "an associate who shares an apartment with you", "flatmate"], ["play", "a companion at play", "playmate"], ["help", "a helpful partner", "helpmate"]]}, {"answer": "meter", "hint": "_ meter", "clues": [["taxi", "a meter in a taxi that registers the fare (based on the length of the ride)", "taximeter"], ["audio", "an instrument used to measure the sensitivity of hearing", "audiometer"], ["volt", "meter that measures the potential difference between two points", "voltmeter"], ["ohm", "a meter for measuring electrical resistance in ohms", "ohmmeter"]]}, {"answer": "mill", "hint": "_ mill", "clues": [["grist", "a mill for grinding grain (especially the customer's own grain)", "gristmill"], ["wind", "a mill that is powered by the wind", "windmill"], ["saw", "a large sawing machine", "sawmill"], ["tread", "an exercise device consisting of an endless belt on which a person can walk or jog without changing place", "treadmill"]]}, {"answer": "mistress", "hint": "_ mistress", "clues": [["head", "a woman headmaster", "headmistress"], ["task", "a woman taskmaster", "taskmistress"], ["post", "a woman postmaster", "postmistress"], ["school", "a woman schoolteacher (especially one regarded as strict)", "schoolmistress"]]}, {"answer": "monger", "hint": "_ monger", "clues": [["scare", "a person who spreads frightening rumors and stirs up trouble", "scaremonger"], ["iron", "someone who sells hardware", "ironmonger"], ["war", "a person who advocates war or warlike policies", "warmonger"], ["rumor", "a person given to gossiping and divulging personal information about others", "rumormonger"], ["scandal", "a person who spreads malicious gossip", "scandalmonger"], ["fish", "someone who sells fish", "fishmonger"], ["hate", "one who arouses hatred for others", "hatemonger"]]}, {"answer": "mother", "hint": "_ mother", "clues": [["grand", "the mother of your father or mother", "grandmother"], ["step", "the wife of your father by a subsequent marriage", "stepmother"], ["house", "a woman employed as a chaperon in a residence for young people", "housemother"], ["god", "any woman who serves as a sponsor for a child at baptism", "godmother"]]}, {"answer": "mouth", "hint": "_ mouth", "clues": [["motor", "someone who talks incessantly", "motormouth"], ["loud", "a person who causes trouble by speaking indiscreetly", "loudmouth"], ["cotton", "venomous semiaquatic snake of swamps in southern United States", "cottonmouth"], ["goal", "(sports) the area immediately in front of the goal", "goalmouth"], ["blabber", "someone who gossips indiscreetly", "blabbermouth"]]}, {"answer": "nail", "hint": "_ nail", "clues": [["hob", "a short nail with a thick head; used to protect the soles of boots", "hobnail"], ["hang", "a loose narrow strip of skin near the base of a fingernail; tearing it produces a painful sore that is easily infected", "hangnail"], ["thumb", "the nail of the thumb", "thumbnail"], ["finger", "the nail at the end of a finger", "fingernail"], ["door", "a nail with a large head; formerly used to decorate doors", "doornail"], ["toe", "the nail at the end of a toe", "toenail"]]}, {"answer": "neck", "hint": "_ neck", "clues": [["leather", "a member of the United States Marine Corps", "leatherneck"], ["bottle", "a narrowing that reduces the flow through a channel", "bottleneck"], ["rough", "a cruel and brutal fellow", "roughneck"], ["rubber", "a tourist who is visiting sights of interest", "rubberneck"], ["red", "a poor White person in the southern United States", "redneck"], ["turtle", "a sweater or jersey with a high close-fitting collar", "turtleneck"], ["crook", "yellow squash with a thin curved neck and somewhat warty skin", "crookneck"]]}, {"answer": "nut", "hint": "_ nut", "clues": [["beech", "small sweet triangular nut of any of various beech trees", "beechnut"], ["chest", "wood of any of various chestnut trees of the genus Castanea", "chestnut"], ["butter", "North American walnut tree having light-brown wood and edible nuts; source of a light-brown dye", "butternut"], ["coco", "the edible white meat of a coconut; often shredded for use in e.g. cakes and curries", "coconut"], ["cob", "small nut-bearing tree much grown in Europe", "cobnut"], ["hazel", "any of several shrubs or small trees of the genus Corylus bearing edible nuts enclosed in a leafy husk", "hazelnut"], ["pea", "underground pod of the peanut vine", "peanut"], ["ground", "a North American vine with fragrant blossoms and edible tubers; important food crop of Native Americans", "groundnut"]]}, {"answer": "off", "hint": "_ off", "clues": [["cut", "a designated limit beyond which something cannot function or must be terminated", "cutoff"], ["play", "any final competition to determine a championship", "playoff"], ["run", "the occurrence of surplus liquid (as water) exceeding the limit or capacity", "runoff"], ["take", "a departure; especially of airplanes", "takeoff"], ["kick", "(football) a kick from the center of the field to start a football game or to resume it after a score", "kickoff"], ["blast", "the launching of a missile or spacecraft to a specified destination", "blastoff"], ["turn", "something causing antagonism or loss of interest", "turnoff"], ["lift", "the initial ascent of a rocket from its launching pad", "liftoff"], ["stand", "the finish of a contest in which the score is tied and the winner is undecided", "standoff"], ["knock", "an unauthorized copy or imitation", "knockoff"], ["fall", "a noticeable deterioration in performance or quality", "falloff"]]}, {"answer": "out", "hint": "_ out", "clues": [["check", "the act of inspecting or verifying", "checkout"], ["buy", "acquisition of a company by purchasing a controlling percentage of its stock", "buyout"], ["cut", "a switch that interrupts an electric circuit in the event of an overload", "cutout"], ["put", "an out resulting from a fielding play (not a strikeout)", "putout"], ["wash", "the channel or break produced by erosion of relatively soft soil by water", "washout"], ["take", "prepared food that is intended to be eaten off of the premises", "takeout"], ["hold", "a negotiator who hopes to gain concessions by refusing to come to terms", "holdout"], ["blow", "an easy victory", "blowout"], ["fade", "a slow or gradual disappearance", "fadeout"], ["lay", "a plan or design of something that is laid out", "layout"], ["break", "an escape from jail", "breakout"], ["walk", "a strike in which the workers walk out", "walkout"], ["work", "the activity of exerting your muscles in various ways to keep fit", "workout"], ["turn", "the group that gathers together for a particular occasion", "turnout"], ["knock", "a very attractive or seductive looking woman", "knockout"], ["close", "a sale intended to dispose of all remaining stock", "closeout"], ["black", "a suspension of radio or tv broadcasting", "blackout"], ["strike", "an out resulting from the batter getting three strikes", "strikeout"], ["fall", "the radioactive particles that settle to the ground after a nuclear explosion", "fallout"], ["drop", "someone who quits school before graduation", "dropout"], ["print", "the output of a computer in printed form", "printout"], ["look", "a person employed to keep watch for some anticipated event", "lookout"], ["shoot", "a fight involving shooting small arms with the intent to kill or frighten", "shootout"], ["hide", "a hiding place; usually a remote place used by outlaws", "hideout"], ["cook", "an informal meal cooked and eaten outdoors", "cookout"], ["shake", "an economic condition that results in the elimination of marginally financed participants in an industry", "shakeout"], ["shut", "a defeat in a game where one side fails to score", "shutout"], ["white", "an arctic atmospheric condition with clouds over snow produce a uniform whiteness and objects are difficult to see; occurs when the light reflected off the snow equals the light coming through the clouds", "whiteout"], ["hand", "an announcement distributed to members of the press in order to supplement or replace an oral presentation", "handout"], ["hang", "a frequently visited place", "hangout"], ["sell", "an act of betrayal", "sellout"], ["fold", "an oversize page that is folded in to a book or magazine", "foldout"], ["dug", "either of two low shelters on either side of a baseball diamond where the players and coaches sit during the game", "dugout"], ["lock", "a management action resisting employee's demands; employees are barred from entering the workplace until they agree to terms", "lockout"], ["try", "trying something to find out about it", "tryout"]]}, {"answer": "over", "hint": "_ over", "clues": [["change", "an event that results in a transformation", "changeover"], ["lay", "a brief stay in the course of a journey", "layover"], ["make", "an overall beauty treatment (involving a person's hair style and cosmetics and clothing) intended to change or improve a person's appearance", "makeover"], ["walk", "backbends combined with handstands", "walkover"], ["cross", "the interchange of sections between pairing homologous chromosomes during the prophase of meiosis", "crossover"], ["push", "someone who is easily taken advantage of", "pushover"], ["stop", "a stopping place on a journey", "stopover"], ["pull", "a sweater that is put on by pulling it over the head", "pullover"], ["left", "a small part or portion that remains after the main part no longer exists", "leftover"], ["fly", "bridge formed by the upper level of a crossing of two highways at different levels", "flyover"], ["pop", "light hollow muffin made of a puff batter (individual Yorkshire pudding) baked in a deep muffin cup", "popover"], ["roll", "the act of changing the institution that invests your pension plan without incurring a tax penalty", "rollover"], ["sleep", "an occasion of spending a night away from home or having a guest spend the night in your home (especially as a party for children)", "sleepover"], ["spill", "(economics) any indirect effect of public expenditure", "spillover"], ["hand", "act of relinquishing property or authority etc", "handover"], ["hang", "disagreeable aftereffects from the use of drugs (especially alcohol)", "hangover"], ["turn", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers", "turnover"], ["hold", "an official who remains in office after his term", "holdover"], ["take", "a sudden and decisive change of government illegally or by force", "takeover"]]}, {"answer": "pad", "hint": "_ pad", "clues": [["key", "a keyboard that is a data input device for computers; arrangement of keys is modelled after the typewriter keyboard", "keypad"], ["launch", "a platform from which rockets or space craft are launched", "launchpad"], ["note", "a pad of paper for keeping notes", "notepad"], ["scratch", "(computer science) a high-speed internal memory used for temporary storage of preliminary information", "scratchpad"]]}, {"answer": "pan", "hint": "_ pan", "clues": [["bed", "a shallow vessel used by a bedridden patient for defecation and urination", "bedpan"], ["dust", "the quantity that a dustpan will hold", "dustpan"], ["dish", "large pan for washing dishes", "dishpan"], ["sauce", "a deep pan with a handle; used for stewing or boiling", "saucepan"], ["skid", "a paved surface on which cars can be made to skid so that drivers can practice controlling them", "skidpan"]]}, {"answer": "paper", "hint": "_ paper", "clues": [["note", "writing paper intended for writing short notes or letters", "notepaper"], ["wall", "a decorative paper for the walls of rooms", "wallpaper"], ["news", "a daily or weekly publication on folded sheets; contains news and articles and advertisements", "newspaper"], ["sand", "stiff paper coated with powdered emery or sand", "sandpaper"], ["fly", "paper that is poisoned or coated with a sticky substance to kill flies", "flypaper"]]}, {"answer": "pence", "hint": "_ pence", "clues": [["eight", "a coin worth eight pennies", "eightpence"], ["four", "a former English silver coin worth four pennies", "fourpence"], ["two", "a former United Kingdom silver coin; United Kingdom bronze decimal coin worth two pennies", "twopence"], ["nine", "a coin worth nine pennies", "ninepence"], ["six", "a small coin of the United Kingdom worth six pennies; not minted since 1970", "sixpence"], ["three", "former cupronickel coin of the United Kingdom equal to three pennies", "threepence"]]}, {"answer": "person", "hint": "_ person", "clues": [["anchor", "a television reporter who coordinates a broadcast to which several correspondents contribute", "anchorperson"], ["chair", "the officer who presides at the meetings of an organization", "chairperson"], ["lay", "someone who is not a clergyman or a professional person", "layperson"], ["spokes", "an advocate who represents someone else's policy or purpose", "spokesperson"], ["business", "a capitalist who engages in industrial commercial enterprise", "businessperson"], ["sales", "a person employed to represent a business and to sell its merchandise (as to customers in a store or to customers who are visited)", "salesperson"]]}, {"answer": "phone", "hint": "_ phone", "clues": [["cell", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cellphone"], ["head", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "headphone"], ["ear", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "earphone"], ["speaker", "a telephone with a microphone and loudspeaker; can be used without picking up a handset; several people can participate in a call at the same time", "speakerphone"]]}, {"answer": "piece", "hint": "_ piece", "clues": [["altar", "a painted or carved screen placed above and behind an altar or communion table", "altarpiece"], ["show", "the outstanding item (the prize piece or main exhibit) in a collection", "showpiece"], ["mantel", "shelf that projects from wall above fireplace", "mantelpiece"], ["eye", "combination of lenses at the viewing end of optical instruments", "eyepiece"], ["cod", "(15th-16th century) a flap for the crotch of men's tight-fitting breeches", "codpiece"], ["time", "a measuring instrument or device for keeping time", "timepiece"], ["mouth", "a part that goes over or into the mouth of a person", "mouthpiece"], ["hair", "a covering or bunch of human or artificial hair used for disguise or adornment", "hairpiece"], ["tail", "appendage added to extend the length of something", "tailpiece"], ["center", "the central or most important feature", "centerpiece"], ["head", "the band that is the part of a bridle that fits around a horse's head", "headpiece"], ["master", "the most outstanding work of a creative artist or craftsman", "masterpiece"], ["work", "work consisting of a piece of metal being machined", "workpiece"], ["ear", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "earpiece"]]}, {"answer": "pin", "hint": "_ pin", "clues": [["ten", "one of the bottle-shaped pins used in bowling", "tenpin"], ["stick", "a decorative pin that is worn in a necktie", "stickpin"], ["nine", "a bowling pin of the type used in playing ninepins or (in England) skittles", "ninepin"], ["hat", "a long sturdy pin used by women to secure a hat to their hair", "hatpin"], ["hair", "a double pronged pin used to hold women's hair in place", "hairpin"], ["push", "a tack for attaching papers to a bulletin board or drawing board", "pushpin"], ["king", "the most important person in a group or undertaking", "kingpin"], ["tie", "a pin used to hold the tie in place", "tiepin"], ["head", "the front bowling pin in the triangular arrangement of ten pins", "headpin"], ["clothes", "wood or plastic fastener; for holding clothes on a clothesline", "clothespin"]]}, {"answer": "pipe", "hint": "_ pipe", "clues": [["blow", "a tube that directs air or gas into a flame to concentrate heat", "blowpipe"], ["bag", "a tubular wind instrument; the player blows air into a bag and squeezes it out through the drone", "bagpipe"], ["hose", "a flexible pipe for conveying a liquid or gas", "hosepipe"], ["tail", "a pipe carrying fumes from the muffler to the rear of a car", "tailpipe"], ["drain", "a pipe through which liquid is carried away", "drainpipe"], ["wind", "membranous tube with cartilaginous rings that conveys inhaled air from the larynx to the bronchi", "windpipe"], ["stand", "a vertical pipe", "standpipe"], ["stove", "chimney consisting of a metal pipe of large diameter that is used to connect a stove to a flue", "stovepipe"], ["horn", "a British solo dance performed by sailors", "hornpipe"]]}, {"answer": "pit", "hint": "_ pit", "clues": [["flea", "an old shabby movie theater", "fleapit"], ["cock", "compartment where the pilot sits while flying the aircraft", "cockpit"], ["arm", "the hollow under the arm where it is joined to the shoulder", "armpit"], ["sand", "a large pit in sandy ground from which sand is dug", "sandpit"]]}, {"answer": "place", "hint": "_ place", "clues": [["birth", "the place where someone was born", "birthplace"], ["market", "the world of commercial activity where goods and services are bought and sold", "marketplace"], ["common", "a trite or obvious remark", "commonplace"], ["show", "a place that is frequently exhibited and visited for its historical interest or natural beauty", "showplace"], ["fire", "an open recess in a wall at the base of a chimney where a fire can be built", "fireplace"], ["work", "a place where work is done", "workplace"]]}, {"answer": "plane", "hint": "_ plane", "clues": [["war", "an aircraft designed and used for combat", "warplane"], ["tail", "the horizontal airfoil of an aircraft's tail assembly that is fixed and to which the elevator is hinged", "tailplane"], ["air", "an aircraft that has a fixed wing and is powered by propellers or jets", "airplane"], ["sail", "aircraft supported only by the dynamic action of air against its surfaces", "sailplane"], ["sea", "an airplane that can land on or take off from water", "seaplane"]]}, {"answer": "plate", "hint": "_ plate", "clues": [["breast", "armor plate that protects the chest; the front part of a cuirass", "breastplate"], ["name", "a plate bearing a name", "nameplate"], ["book", "a label identifying the owner of a book in which it is pasted", "bookplate"], ["face", "a protective covering for the front of a machine or device (as a door lock or computer component)", "faceplate"], ["copper", "a graceful style of handwriting based on the writing used on copperplate engravings", "copperplate"], ["foot", "the platform in the cab of a locomotive on which the engineer stands to operate the controls", "footplate"], ["door", "a nameplate fastened to a door; indicates the person who works or lives there", "doorplate"], ["hot", "a portable electric appliance for heating or cooking or keeping food warm", "hotplate"], ["tin", "a thin sheet of metal (iron or steel) coated with tin to prevent rusting; used especially for cans, pots, and tins", "tinplate"], ["boiler", "standard formulations uniformly found in certain types of legal documents or news stories", "boilerplate"], ["number", "a plate mounted on the front and back of car and bearing the car's registration number", "numberplate"]]}, {"answer": "point", "hint": "_ point", "clues": [["stand", "a mental position from which things are viewed", "standpoint"], ["blue", "oysters originally from Long Island Sound but now from anywhere along the northeastern seacoast; usually eaten raw", "bluepoint"], ["check", "a place (as at a frontier) where travellers are stopped for inspection and clearance", "checkpoint"], ["pin", "a very brief moment", "pinpoint"], ["gun", "the gun muzzle's direction", "gunpoint"], ["end", "a place where something ends or is complete", "endpoint"], ["needle", "lace worked with a needle in a buttonhole stitch on a paper pattern", "needlepoint"], ["ball", "a pen that has a small metal ball as the point of transfer of ink to paper", "ballpoint"], ["view", "a mental position from which things are viewed", "viewpoint"], ["mid", "a point equidistant from the ends of a line or the extremities of a figure", "midpoint"]]}, {"answer": "pole", "hint": "_ pole", "clues": [["ridge", "a beam laid along the edge where two sloping sides of a roof meet at the top; provides an attachment for the upper ends of rafters", "ridgepole"], ["flag", "surveying instrument consisting of a straight rod painted in bands of alternate red and white each one foot wide; used for sightings by surveyors", "flagpole"], ["may", "a vertical pole or post decorated with streamers that can be held by dancers celebrating May Day", "maypole"], ["tad", "a larval frog or toad", "tadpole"]]}, {"answer": "post", "hint": "_ post", "clues": [["bed", "any of 4 vertical supports at the corners of a bedstead", "bedpost"], ["mile", "stone post at side of a road to show distances", "milepost"], ["gate", "either of two posts that bound a gate", "gatepost"], ["guide", "a rule or principle that provides guidance to appropriate behavior", "guidepost"], ["door", "a jamb for a door", "doorpost"], ["lamp", "a metal post supporting an outdoor lamp (such as a streetlight)", "lamppost"], ["goal", "one of a pair of posts (usually joined by a crossbar) that are set up as a goal at each end of a playing field", "goalpost"], ["sign", "a post bearing a sign that gives directions or shows the way", "signpost"]]}, {"answer": "pot", "hint": "_ pot", "clues": [["crack", "a whimsically eccentric person", "crackpot"], ["tea", "pot for brewing tea; usually has a spout and handle", "teapot"], ["flower", "a container in which plants are cultivated", "flowerpot"], ["fuss", "thinks about unfortunate things that might happen", "fusspot"], ["chamber", "a receptacle for urination or defecation in the bedroom", "chamberpot"], ["honey", "South African shrub whose flowers when open are cup-shaped resembling artichokes", "honeypot"], ["jack", "the cumulative amount involved in a game (such as poker)", "jackpot"], ["sex", "a young woman who is thought to have sex appeal", "sexpot"], ["stock", "a pot used for preparing soup stock", "stockpot"], ["hot", "a stew of meat and potatoes cooked in a tightly covered pot", "hotpot"], ["coffee", "tall pot in which coffee is brewed", "coffeepot"]]}, {"answer": "power", "hint": "_ power", "clues": [["brain", "mental ability", "brainpower"], ["will", "the trait of resolutely controlling your own behavior", "willpower"], ["candle", "luminous intensity measured in candelas", "candlepower"], ["horse", "a unit of power equal to 746 watts", "horsepower"], ["fire", "(military) the relative capacity for delivering fire on a target", "firepower"]]}, {"answer": "print", "hint": "_ print", "clues": [["foot", "a mark of a foot or shoe on a surface", "footprint"], ["finger", "a print made by an impression of the ridges in the skin of a finger; often used for biometric identification in criminal investigations", "fingerprint"], ["thumb", "fingerprint made by the thumb (especially by the pad of the thumb)", "thumbprint"], ["blue", "something intended as a guide for making something else", "blueprint"], ["off", "a separately printed article that originally appeared in a larger publication", "offprint"], ["news", "cheap paper made from wood pulp and used for printing newspapers", "newsprint"], ["over", "something added by overprinting", "overprint"]]}, {"answer": "rest", "hint": "_ rest", "clues": [["back", "a support that you can lean against while sitting", "backrest"], ["arm", "a support for the arm", "armrest"], ["foot", "a low seat or a stool to rest the feet of a seated person", "footrest"], ["head", "a cushion attached to the top of the back of an automobile's seat to prevent whiplash", "headrest"]]}, {"answer": "roll", "hint": "_ roll", "clues": [["jelly", "thin sheet of sponge cake spread with jelly and then rolled up to make a cylindrical cake", "jellyroll"], ["pay", "a list of employees and their salaries", "payroll"], ["bank", "a roll of currency notes (often taken as the resources of a person or business etc.)", "bankroll"], ["bed", "bedding rolled up for carrying", "bedroll"]]}, {"answer": "room", "hint": "_ room", "clues": [["work", "room where work is done", "workroom"], ["store", "a room in which things are stored", "storeroom"], ["green", "a backstage room in a theater where performers rest or have visitors", "greenroom"], ["bed", "a room used primarily for sleeping", "bedroom"], ["school", "a room in a school where lessons take place", "schoolroom"], ["board", "a room where a committee meets (such as the board of directors of a company)", "boardroom"], ["sick", "a room to which a sick person is confined", "sickroom"], ["class", "a room in a school where lessons take place", "classroom"], ["ball", "large room used mainly for dancing", "ballroom"], ["bar", "a room or establishment where alcoholic drinks are served over a counter", "barroom"], ["wash", "a lavatory (particularly a lavatory in a public place)", "washroom"], ["lunch", "a restaurant (in a facility) where lunch can be purchased", "lunchroom"], ["sales", "an area where merchandise (such as cars) can be displayed", "salesroom"], ["club", "a room used for the activities of a club", "clubroom"], ["home", "a classroom in which all students in a particular grade (or in a division of a grade) meet at certain times under the supervision of a teacher who takes attendance and does other administrative business", "homeroom"], ["tap", "a room or establishment where alcoholic drinks are served over a counter", "taproom"], ["bath", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet", "bathroom"], ["head", "vertical space available to allow easy passage under something", "headroom"], ["ward", "military quarters for dining and recreation for officers of a warship (except the captain)", "wardroom"], ["back", "the meeting place of a group of leaders who make their decisions via private negotiations", "backroom"], ["play", "a recreation room for noisy activities (parties or children's play etc)", "playroom"], ["tea", "a restaurant where tea and light meals are available", "tearoom"], ["news", "the staff of a newspaper or the news department of a periodical", "newsroom"], ["house", "space for accommodation in a house", "houseroom"], ["stock", "storeroom for storing goods and supplies used in a business", "stockroom"], ["pool", "a room with pool tables where pool is played", "poolroom"], ["dark", "a room in which photographs are developed", "darkroom"], ["guard", "a cell in which soldiers who are prisoners are confined", "guardroom"], ["state", "a guest cabin", "stateroom"], ["show", "an area where merchandise (such as cars) can be displayed", "showroom"], ["rest", "a toilet that is available to the public", "restroom"], ["coat", "a room where coats and other articles can be left temporarily", "coatroom"], ["cloak", "a private lounge off of a legislative chamber", "cloakroom"], ["court", "a room in which a lawcourt sits", "courtroom"], ["check", "a room where baggage or parcels are checked", "checkroom"], ["guest", "a bedroom that is kept for the use of guests", "guestroom"], ["strong", "a burglarproof and fireproof room in which valuables are kept", "strongroom"]]}, {"answer": "saw", "hint": "_ saw", "clues": [["rip", "a handsaw for cutting with the grain of the wood", "ripsaw"], ["jig", "a portable power saw with a reciprocating blade; can be used with a variety of blades depending on the application and kind of cut; generally have a plate that rides on the surface that is being cut", "jigsaw"], ["chain", "portable power saw; teeth linked to form an endless chain", "chainsaw"], ["see", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "seesaw"], ["hack", "saw used with one hand for cutting metal", "hacksaw"], ["hand", "a saw used with one hand for cutting wood", "handsaw"], ["buck", "a saw that is set in a frame in the shape of an H; used with both hands to cut wood that is held in a sawbuck", "bucksaw"], ["fret", "fine-toothed power saw with a narrow blade; used to cut curved outlines", "fretsaw"], ["whip", "a saw with handles at both ends; intended for use by two people", "whipsaw"]]}, {"answer": "screen", "hint": "_ screen", "clues": [["wind", "transparent screen (as of glass) to protect occupants of a vehicle", "windscreen"], ["sun", "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn", "sunscreen"], ["silk", "a print made using a stencil process in which an image or design is superimposed on a very fine mesh screen and printing ink is squeegeed onto the printing surface through the area of the screen that is not covered by the stencil", "silkscreen"], ["smoke", "(military) screen consisting of a cloud of smoke that obscures movements", "smokescreen"], ["touch", "a computer display that enables the user to interact with the computer by touching areas on the screen", "touchscreen"]]}, {"answer": "seed", "hint": "_ seed", "clues": [["rape", "seed of rape plants; source of an edible oil", "rapeseed"], ["bird", "food given to birds; usually mixed seeds", "birdseed"], ["cotton", "seed of cotton plants; source of cottonseed oil", "cottonseed"], ["oil", "any of several seeds that yield oil", "oilseed"], ["hay", "a person who is not very intelligent or interested in culture", "hayseed"]]}, {"answer": "set", "hint": "_ set", "clues": [["head", "receiver consisting of a pair of headphones", "headset"], ["mind", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations", "mindset"], ["off", "the time at which something is supposed to begin", "offset"], ["sun", "the time in the evening at which the sun begins to fall below the horizon", "sunset"], ["hand", "telephone set with the mouthpiece and earpiece mounted on a single handle", "handset"]]}, {"answer": "shed", "hint": "_ shed", "clues": [["cow", "a barn for cows", "cowshed"], ["water", "a ridge of land that separates two adjacent river systems", "watershed"], ["wood", "a shed for storing firewood or garden tools", "woodshed"], ["blood", "the shedding of blood resulting in murder", "bloodshed"]]}, {"answer": "sheet", "hint": "_ sheet", "clues": [["work", "a sheet of paper with multiple columns; used by an accountant to assemble figures for financial statements", "worksheet"], ["ground", "a waterproofed piece of cloth spread on the ground (as under a tent) to protect from moisture", "groundsheet"], ["spread", "a screen-oriented interactive program enabling a user to lay out financial data on the screen", "spreadsheet"], ["broad", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"]]}, {"answer": "shell", "hint": "_ shell", "clues": [["sea", "the shell of a marine organism", "seashell"], ["cockle", "a small light flimsy boat", "cockleshell"], ["tortoise", "the mottled horny substance of the shell of some turtles", "tortoiseshell"], ["egg", "the exterior covering of a bird's egg", "eggshell"], ["nut", "the shell around the kernel of a nut", "nutshell"], ["bomb", "an entertainer who has a sensational effect", "bombshell"]]}, {"answer": "shift", "hint": "_ shift", "clues": [["gear", "a mechanical device for engaging and disengaging gears", "gearshift"], ["down", "a change from a financially rewarding but stressful career to a less well paid but more fulfilling one", "downshift"], ["make", "something contrived to meet an urgent need or emergency", "makeshift"], ["red", "(astronomy) a shift in the spectra of very distant galaxies toward longer wavelengths (toward the red end of the spectrum); generally interpreted as evidence that the universe is expanding", "redshift"]]}, {"answer": "ship", "hint": "_ ship", "clues": [["troop", "ship for transporting troops", "troopship"], ["showman", "the ability to present something (especially theatrical shows) in an attractive manner", "showmanship"], ["flag", "the chief one of a related group", "flagship"], ["swordsman", "skill in fencing", "swordsmanship"], ["battle", "large and heavily armoured warship", "battleship"], ["light", "a ship equipped like a lighthouse and anchored where a permanent lighthouse would be impracticable", "lightship"], ["space", "a spacecraft designed to carry a crew into interstellar space (especially in science fiction)", "spaceship"], ["chairman", "the position of chairman", "chairmanship"], ["war", "a government ship that is available for waging war", "warship"], ["horseman", "skill in handling and riding horses", "horsemanship"], ["steam", "a ship powered by one or more steam engines", "steamship"], ["air", "a steerable self-propelled aircraft", "airship"]]}, {"answer": "shoe", "hint": "_ shoe", "clues": [["gum", "someone who is a detective", "gumshoe"], ["horse", "game equipment consisting of an open ring of iron used in playing horseshoes", "horseshoe"], ["snow", "a device to help you walk on deep snow; a lightweight frame shaped like a racquet is strengthened with cross pieces and contains a network of thongs; one is worn on each foot", "snowshoe"], ["over", "footwear that protects your shoes from water or snow or cold", "overshoe"]]}, {"answer": "shop", "hint": "_ shop", "clues": [["barber", "a shop where men can get their hair cut", "barbershop"], ["book", "a shop where books are sold", "bookshop"], ["pawn", "a shop where loans are made with personal property as security", "pawnshop"], ["bake", "a workplace where baked goods (breads and cakes and pastries) are produced or sold", "bakeshop"], ["toy", "shop where toys are sold", "toyshop"], ["work", "small workplace where handcrafts or manufacturing are done", "workshop"], ["sweat", "factory where workers do piecework for poor pay and are prevented from forming unions; common in the clothing industry", "sweatshop"], ["tea", "a restaurant where tea and light meals are available", "teashop"]]}, {"answer": "shot", "hint": "_ shot", "clues": [["hot", "someone who is dazzlingly skilled in any field", "hotshot"], ["buck", "small lead shot for shotgun shells", "buckshot"], ["sling", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones", "slingshot"], ["mug", "a photograph of someone's face (especially one made for police records)", "mugshot"], ["pot", "a shot taken at an easy or casual target (as by a pothunter)", "potshot"], ["grape", "a cluster of small projectiles fired together from a cannon to produce a hail of shot", "grapeshot"], ["ear", "the range within which a voice can be heard", "earshot"], ["gun", "the act of shooting a gun", "gunshot"], ["snap", "an informal photograph; usually made with a small hand-held camera", "snapshot"]]}, {"answer": "sickness", "hint": "_ sickness", "clues": [["home", "a longing to return home", "homesickness"], ["air", "motion sickness experienced while traveling by air (especially during turbulence)", "airsickness"], ["heart", "feeling downcast and disheartened and hopeless", "heartsickness"], ["sea", "motion sickness experienced while traveling on water", "seasickness"]]}, {"answer": "side", "hint": "_ side", "clues": [["lake", "the shore of a lake", "lakeside"], ["curb", "the side of a sidewalk that is bordered by a curb", "curbside"], ["near", "the side of a vehicle nearest the kerb", "nearside"], ["fire", "an area near a fireplace (usually paved and extending out into a room)", "fireside"], ["under", "the lower side of anything", "underside"], ["top", "(usually plural) weather deck; the part of a ship's hull that is above the waterline", "topside"], ["sea", "the shore of a sea or ocean regarded as a resort", "seaside"], ["dock", "the region adjacent to a boat dock", "dockside"], ["way", "edge of a way or road or path", "wayside"], ["country", "rural regions", "countryside"], ["river", "the bank of a river", "riverside"], ["back", "the side of an object that is opposite its front", "backside"], ["hill", "the side or slope of a hill", "hillside"], ["bed", "space by the side of a bed (especially the bed of a sick or dying person)", "bedside"], ["road", "edge of a way or road or path", "roadside"], ["down", "a negative aspect of something that is generally positive", "downside"], ["ring", "first row of seating; has an unobstructed view of a boxing or wrestling ring", "ringside"], ["mountain", "the side or slope of a mountain", "mountainside"], ["off", "(sport) the mistake of occupying an illegal position on the playing field (in football, soccer, ice hockey, field hockey, etc.)", "offside"], ["water", "land bordering a body of water", "waterside"]]}, {"answer": "skin", "hint": "_ skin", "clues": [["sheep", "tanned skin of a sheep with the fleece left on; used for clothing", "sheepskin"], ["doe", "soft leather from deerskin or lambskin", "doeskin"], ["oil", "a macintosh made from cotton fabric treated with oil and pigment to make it waterproof", "oilskin"], ["buck", "horse of a light yellowish dun color with dark mane and tail", "buckskin"], ["goat", "the hide of a goat", "goatskin"], ["coon", "a raccoon cap with the tail hanging down the back", "coonskin"], ["seal", "the pelt or fur (especially the underfur) of a seal", "sealskin"], ["deer", "leather from the hide of a deer", "deerskin"], ["onion", "a thin strong lightweight translucent paper used especially for making carbon copies", "onionskin"], ["kid", "soft smooth leather from the hide of a young goat", "kidskin"], ["wine", "an animal skin (usually a goatskin) that forms a bag and is used to hold and dispense wine", "wineskin"], ["lamb", "the skin of a lamb with the wool still on", "lambskin"], ["pig", "leather from the skin of swine", "pigskin"], ["calf", "fine leather from the skin of a calf", "calfskin"], ["bear", "the pelt of a bear (sometimes used as a rug)", "bearskin"], ["shark", "a smooth crisp fabric", "sharkskin"], ["mole", "a durable cotton fabric with a velvety nap", "moleskin"]]}, {"answer": "slip", "hint": "_ slip", "clues": [["land", "a slide of a large mass of dirt and rock down a mountain or cliff", "landslip"], ["gym", "a sleeveless tunic worn by English girls as part of a school uniform", "gymslip"], ["pay", "a slip of paper included with your pay that records how much money you have earned and how much tax or insurance etc. has been taken out", "payslip"], ["cow", "early spring flower common in British isles having fragrant yellow or sometimes purple flowers", "cowslip"]]}, {"answer": "smith", "hint": "_ smith", "clues": [["gold", "an artisan who makes jewelry and other objects out of gold", "goldsmith"], ["lock", "someone who makes or repairs locks", "locksmith"], ["tin", "someone who makes or repairs tinware", "tinsmith"], ["word", "a fluent and prolific writer", "wordsmith"], ["silver", "someone who makes or repairs articles of silver", "silversmith"], ["black", "a smith who forges and shapes iron with a hammer and anvil", "blacksmith"], ["gun", "someone who makes or repairs guns", "gunsmith"]]}, {"answer": "song", "hint": "_ song", "clues": [["bird", "the characteristic sound produced by a bird", "birdsong"], ["plain", "a liturgical chant of the Roman Catholic Church", "plainsong"], ["sing", "a regular and monotonous rising and falling intonation", "singsong"], ["even", "the sixth of the seven canonical hours of the divine office; early evening; now often made a public service on Sundays", "evensong"], ["folk", "a song that is traditionally sung by the common people of a region and forms part of their culture", "folksong"]]}, {"answer": "space", "hint": "_ space", "clues": [["back", "the typewriter key used for back spacing", "backspace"], ["crawl", "low space beneath a floor of a building; gives workers access to wiring or plumbing", "crawlspace"], ["air", "the space in the atmosphere immediately above the earth", "airspace"], ["work", "space allocated for your work (as in an office)", "workspace"]]}, {"answer": "spring", "hint": "_ spring", "clues": [["hand", "an acrobatic feat in which a person goes from a standing position to a handstand and back again", "handspring"], ["well", "the source of water for a well", "wellspring"], ["hair", "a fine spiral spring that regulates the movement of the balance wheel in a timepiece", "hairspring"], ["off", "the immediate descendants of a person", "offspring"], ["main", "the most important spring in a mechanical device (especially a clock or watch); as it uncoils it drives the mechanism", "mainspring"]]}, {"answer": "stand", "hint": "_ stand", "clues": [["hand", "the act of supporting yourself by your hands alone in an upside down position", "handstand"], ["kick", "a swiveling metal rod attached to a bicycle or motorcycle or other two-wheeled vehicle; the rod lies horizontally when not in use but can be kicked into a vertical position as a support to hold the vehicle upright when it is not being ridden", "kickstand"], ["head", "an acrobatic feat in which a person balances on the head (usually with the help of the hands)", "headstand"], ["cab", "a place where taxis park while awaiting customers", "cabstand"], ["ink", "a small well holding writing ink into which a pen can be dipped", "inkstand"], ["news", "a stall where newspapers and other periodicals are sold", "newsstand"], ["band", "a platform where a (brass) band can play in the open air", "bandstand"], ["grand", "the audience at a stadium or racetrack", "grandstand"], ["wash", "furniture consisting of a table or stand to hold a basin and pitcher of water for washing: `wash-hand stand' is a British term", "washstand"]]}, {"answer": "step", "hint": "_ step", "clues": [["quick", "military march accompanying quick time", "quickstep"], ["lock", "a standard procedure that is followed mindlessly", "lockstep"], ["foot", "the sound of a step of someone walking", "footstep"], ["door", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway", "doorstep"], ["side", "a step to one side (as in boxing or dancing)", "sidestep"]]}, {"answer": "stick", "hint": "_ stick", "clues": [["dip", "a graduated rod dipped into a container to indicate the fluid level", "dipstick"], ["joy", "a lever used by a pilot to control the ailerons and elevators of an airplane", "joystick"], ["night", "a short stout club used primarily by policemen", "nightstick"], ["candle", "a holder with sockets for candles", "candlestick"], ["drum", "the lower joint of the leg of a fowl", "drumstick"], ["gear", "a mechanical device for engaging and disengaging gears", "gearstick"], ["yard", "a measure or standard used for comparison", "yardstick"], ["match", "a short thin stick of wood used in making matches", "matchstick"], ["chop", "one of a pair of slender sticks used as oriental tableware to eat food with", "chopstick"], ["slap", "a boisterous comedy with chases and collisions and practical jokes", "slapstick"], ["lip", "makeup that is used to color the lips", "lipstick"], ["broom", "the handle of a broom", "broomstick"]]}, {"answer": "stock", "hint": "_ stock", "clues": [["feed", "the raw material that is required for some industrial process", "feedstock"], ["blood", "thoroughbred horses (collectively)", "bloodstock"], ["live", "any animals kept for use or profit", "livestock"], ["head", "the stationary support in a machine or power tool that supports and drives a revolving part (as a chuck or the spindle on a lathe)", "headstock"], ["root", "a horizontal plant stem with shoots above and roots below serving as a reproductive structure", "rootstock"], ["laughing", "a victim of ridicule or pranks", "laughingstock"]]}, {"answer": "stone", "hint": "_ stone", "clues": [["sand", "a sedimentary rock consisting of sand consolidated with some cement (clay or quartz etc.)", "sandstone"], ["lime", "a sedimentary rock consisting mainly of calcium that was deposited by the remains of marine animals", "limestone"], ["blood", "green chalcedony with red spots that resemble blood", "bloodstone"], ["gall", "a calculus formed in the gall bladder or its ducts", "gallstone"], ["whet", "a flat stone for sharpening edged tools or knives", "whetstone"], ["hail", "small pellet of ice that falls during a hailstorm", "hailstone"], ["tomb", "a stone that is used to mark a grave", "tombstone"], ["mile", "stone post at side of a road to show distances", "milestone"], ["grind", "a revolving stone shaped like a disk; used to grind or sharpen or polish edge tools", "grindstone"], ["head", "the central building block at the top of an arch or vault", "headstone"], ["cap", "a final touch; a crowning achievement; a culmination", "capstone"], ["gem", "a crystalline rock that can be cut and polished for jewelry", "gemstone"], ["brown", "a reddish brown sandstone; used in buildings", "brownstone"], ["soap", "a soft heavy compact variety of talc having a soapy feel; used to make hearths and tabletops and ornaments", "soapstone"], ["moon", "a transparent or translucent gemstone with a pearly luster; some specimens are orthoclase feldspar and others are plagioclase feldspar", "moonstone"], ["mill", "(figurative) something that hinders or handicaps", "millstone"], ["cobble", "rectangular paving stone with curved top; once used to make roads", "cobblestone"], ["lode", "a permanent magnet consisting of magnetite that possess polarity and has the power to attract as well as to be attracted magnetically", "lodestone"], ["touch", "a basis for comparison; a reference point against which other things can be evaluated", "touchstone"], ["grave", "a stone that is used to mark a grave", "gravestone"], ["flag", "stratified stone that splits into pieces suitable as paving stones", "flagstone"], ["hearth", "a stone that forms a hearth", "hearthstone"], ["key", "a central cohesive source of support and stability", "keystone"], ["free", "fruit (especially peach) whose flesh does not adhere to the pit", "freestone"], ["curb", "a paving stone forming part of a curb", "curbstone"], ["corner", "the fundamental assumptions from which something is begun or developed or calculated or explained", "cornerstone"], ["silt", "a fine-grained sandstone of consolidated silt", "siltstone"]]}, {"answer": "storm", "hint": "_ storm", "clues": [["brain", "the clear (and often sudden) understanding of a complex situation", "brainstorm"], ["thunder", "a storm resulting from strong rising air currents; heavy rain or hail along with thunder and lightning", "thunderstorm"], ["hail", "a storm during which hail falls", "hailstorm"], ["snow", "a storm with widespread snowfall accompanied by strong winds", "snowstorm"], ["sand", "a windstorm that lifts up clouds of dust or sand", "sandstorm"], ["fire", "a storm in which violent winds are drawn into the column of hot air rising over a severely bombed area", "firestorm"], ["wind", "a storm consisting of violent winds", "windstorm"]]}, {"answer": "stream", "hint": "_ stream", "clues": [["air", "a relatively well-defined prevailing wind", "airstream"], ["blood", "the blood flowing through the circulatory system", "bloodstream"], ["main", "the prevailing current of thought", "mainstream"], ["slip", "the flow of air that is driven backwards by an aircraft propeller", "slipstream"], ["mid", "the middle of a stream", "midstream"]]}, {"answer": "string", "hint": "_ string", "clues": [["ham", "one of the tendons at the back of the knee", "hamstring"], ["draw", "a tie consisting of a cord that goes through a seam around an opening", "drawstring"], ["shoe", "a lace used for fastening shoes", "shoestring"], ["bow", "the string of an archer's bow", "bowstring"]]}, {"answer": "stroke", "hint": "_ stroke", "clues": [["breast", "a swimming stroke; the arms are extended together in front of the head and swept back on either side accompanied by a frog kick", "breaststroke"], ["heat", "collapse caused by exposure to excessive heat", "heatstroke"], ["master", "an achievement demonstrating great skill or mastery", "masterstroke"], ["side", "a swimming stroke in which the arms move forward and backward while the legs do a scissors kick", "sidestroke"], ["sun", "sudden prostration due to exposure to the sun or excessive heat", "sunstroke"], ["back", "a swimming stroke that resembles the crawl except the swimmer lies on his or her back", "backstroke"], ["key", "the stroke of a key; one depression of a key on a keyboard", "keystroke"]]}, {"answer": "suit", "hint": "_ suit", "clues": [["sweat", "garment consisting of sweat pants and a sweatshirt", "sweatsuit"], ["law", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "lawsuit"], ["swim", "tight fitting garment worn for swimming", "swimsuit"], ["space", "a pressure suit worn by astronauts while in outer space", "spacesuit"], ["pant", "a pair of pants and a matching jacket worn by women", "pantsuit"], ["snow", "a child's overgarment for cold weather", "snowsuit"], ["jump", "one-piece garment fashioned after a parachutist's uniform", "jumpsuit"]]}, {"answer": "table", "hint": "_ table", "clues": [["time", "a schedule listing events and the times at which they will take place", "timetable"], ["work", "a table designed for a particular task", "worktable"], ["turn", "a circular horizontal platform that rotates a phonograph record while it is being played", "turntable"], ["round", "a meeting of peers for discussion and exchange of views", "roundtable"]]}, {"answer": "tail", "hint": "_ tail", "clues": [["cat", "tall erect herbs with sword-shaped leaves; cosmopolitan in fresh and salt marshes", "cattail"], ["cock", "a short mixed drink", "cocktail"], ["horse", "perennial rushlike flowerless herbs with jointed hollow stems and narrow toothlike leaves that spread by creeping rhizomes; tend to become weedy; common in northern hemisphere; some in Africa and South America", "horsetail"], ["bob", "a short or shortened tail of certain animals", "bobtail"], ["wag", "Old World bird having a very long tail that jerks up and down as it walks", "wagtail"], ["fan", "an overhang consisting of the fan-shaped part of the deck extending aft of the sternpost of a ship", "fantail"], ["white", "common North American deer; tail has a white underside", "whitetail"], ["swallow", "a man's full-dress jacket with two long tapering tails at the back", "swallowtail"], ["dove", "a mortise joint formed by interlocking tenons and mortises", "dovetail"], ["shirt", "a brief addendum at the end of a newspaper article", "shirttail"], ["pony", "a hair style that draws the hair back so that it hangs down in back of the head like a pony's tail", "ponytail"], ["cotton", "common small rabbit of North America having greyish or brownish fur and a tail with a white underside; a host for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)", "cottontail"], ["pig", "a plait of braided hair", "pigtail"]]}, {"answer": "tale", "hint": "_ tale", "clues": [["tattle", "someone who gossips indiscreetly", "tattletale"], ["fairy", "a story about fairies; told to amuse children", "fairytale"], ["tell", "someone who gossips indiscreetly", "telltale"], ["folk", "a tale circulated by word of mouth among the common folk", "folktale"]]}, {"answer": "time", "hint": "_ time", "clues": [["over", "work done in addition to regular working hours", "overtime"], ["tea", "a light midafternoon meal of tea and sandwiches or cakes", "teatime"], ["lunch", "the customary or habitual hour for eating lunch", "lunchtime"], ["life", "the period during which something is functional (as between birth and death)", "lifetime"], ["meal", "the hour at which a meal is habitually or customarily eaten", "mealtime"], ["play", "time for play or diversion", "playtime"], ["night", "the time after sunset and before sunrise while it is dark outside", "nighttime"], ["bed", "the time you go to bed", "bedtime"], ["dinner", "the customary or habitual hour for the evening meal", "dinnertime"], ["spring", "the season of growth", "springtime"], ["summer", "the warmest season of the year; in the northern hemisphere it extends from the summer solstice to the autumnal equinox", "summertime"], ["show", "the time at which something is supposed to begin", "showtime"], ["peace", "a period of time during which there is no war", "peacetime"], ["mean", "the time between one event, process, or period and another", "meantime"], ["winter", "the coldest season of the year; in the northern hemisphere it extends from the winter solstice to the vernal equinox", "wintertime"], ["rag", "music with a syncopated melody (usually for the piano)", "ragtime"], ["half", "an intermission between the first and second half of a game", "halftime"], ["supper", "the customary or habitual hour for the evening meal", "suppertime"], ["day", "the time after sunrise and before sunset while it is light outside", "daytime"], ["war", "a period of time during which there is armed conflict", "wartime"], ["down", "a period of time when something (as a machine or factory) is not operating (especially as a result of malfunctions)", "downtime"]]}, {"answer": "top", "hint": "_ top", "clues": [["flat", "a closely cropped haircut; usually for men", "flattop"], ["hill", "the peak of a hill", "hilltop"], ["tree", "the upper branches and leaves of a tree or other plant", "treetop"], ["hard", "a car that resembles a convertible but has a fixed rigid top", "hardtop"], ["house", "the roof of a house", "housetop"], ["tip", "the highest level or degree attainable; the highest stage of development", "tiptop"], ["desk", "the top of a desk", "desktop"], ["black", "a black bituminous material used for paving roads or other areas; usually spread over crushed rock", "blacktop"], ["lap", "a portable computer small enough to use in your lap", "laptop"], ["table", "the top horizontal work surface of a table", "tabletop"], ["roof", "the top of a (usually flat) roof", "rooftop"]]}, {"answer": "trap", "hint": "_ trap", "clues": [["clap", "pompous or pretentious talk or writing", "claptrap"], ["fire", "a building that would be hard to escape from if it were to catch fire", "firetrap"], ["mouse", "a trap for catching mice", "mousetrap"], ["death", "any structure that is very unsafe; where people are likely to be killed", "deathtrap"], ["sun", "a terrace or garden oriented to take advantage of the sun while protected from cold winds", "suntrap"], ["rat", "a difficult entangling situation", "rattrap"]]}, {"answer": "walk", "hint": "_ walk", "clues": [["side", "walk consisting of a paved area for pedestrians; usually beside a street or roadway", "sidewalk"], ["board", "a walkway made of wooden boards; usually at seaside", "boardwalk"], ["cat", "narrow platform extending out into an auditorium", "catwalk"], ["moon", "a kind of dance step in which the dancer seems to be sliding on the spot", "moonwalk"], ["cake", "a strutting dance based on a march; was performed in minstrel shows; originated as a competition among Black dancers to win a cake", "cakewalk"], ["cross", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other", "crosswalk"]]}, {"answer": "walker", "hint": "_ walker", "clues": [["floor", "an employee of a retail store who supervises sales personnel and helps with customer problems", "floorwalker"], ["sleep", "someone who walks about in their sleep", "sleepwalker"], ["jay", "a reckless pedestrian who crosses a street illegally", "jaywalker"], ["street", "a prostitute who attracts customers by walking the streets", "streetwalker"]]}, {"answer": "wall", "hint": "_ wall", "clues": [["sea", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"], ["side", "the side of an automobile tire", "sidewall"], ["fire", "(colloquial) the application of maximum thrust", "firewall"], ["dry", "a wide flat board used to cover walls or partitions; made from plaster or wood pulp or other materials and used primarily to form the interior walls of houses", "drywall"]]}, {"answer": "ware", "hint": "_ ware", "clues": [["dish", "tableware (eating and serving dishes) collectively", "dishware"], ["flat", "tableware that is relatively flat and fashioned as a single piece", "flatware"], ["china", "dishware made of high quality porcelain", "chinaware"], ["cook", "a kitchen utensil made of material that does not melt easily; used for cooking", "cookware"], ["iron", "instrumentalities (tools or implements) made of metal", "ironware"], ["glass", "an article of tableware made of glass", "glassware"], ["kitchen", "hardware utensils for use in a kitchen", "kitchenware"], ["firm", "(computer science) coded instructions that are stored permanently in read-only memory", "firmware"], ["table", "articles for use at the table (dishes and silverware and glassware)", "tableware"], ["free", "software that is provided without charge", "freeware"], ["hard", "major items of military weaponry (as tanks or missile)", "hardware"], ["tin", "articles of commerce made of tin plate", "tinware"], ["oven", "heat-resistant dishware in which food can be cooked as well as served", "ovenware"], ["dinner", "the tableware (plates and platters and serving bowls etc.) used in serving a meal", "dinnerware"], ["earthen", "ceramic ware made of porous clay fired at low heat", "earthenware"], ["group", "software that can be used by a group of people who are working on the same information but may be distributed in space", "groupware"], ["silver", "tableware made of silver or silver plate or pewter or stainless steel", "silverware"], ["stone", "ceramic ware that is fired in high heat and vitrified and nonporous", "stoneware"], ["share", "software that is available free of charge; may be distributed for evaluation with a fee requested for additional features or a manual etc.", "shareware"], ["enamel", "cooking utensil of enameled iron", "enamelware"], ["soft", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software"]]}, {"answer": "wash", "hint": "_ wash", "clues": [["white", "a defeat in which the losing person or team fails to score", "whitewash"], ["back", "the flow of air that is driven backwards by an aircraft propeller", "backwash"], ["mouth", "a medicated solution used for gargling and rinsing the mouth", "mouthwash"], ["eye", "lotion consisting of a solution used as a cleanser for the eyes", "eyewash"], ["hog", "unacceptable behavior (especially ludicrously false statements)", "hogwash"]]}, {"answer": "water", "hint": "_ water", "clues": [["rain", "drops of fresh water that fall as precipitation from clouds", "rainwater"], ["break", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"], ["salt", "water containing salts", "saltwater"], ["white", "frothy water as in rapids or waterfalls", "whitewater"], ["tide", "low-lying coastal land drained by tidal streams", "tidewater"], ["sea", "water containing salts", "seawater"], ["back", "a body of water that was created by a flood or tide or by being held or forced back by a dam", "backwater"], ["fresh", "water that is not salty", "freshwater"], ["dish", "water in which dishes and cooking utensils are washed", "dishwater"], ["fire", "any strong spirits (such as strong whisky or rum)", "firewater"]]}, {"answer": "way", "hint": "_ way", "clues": [["walk", "a path set aside for walking", "walkway"], ["hatch", "an entrance equipped with a hatch; especially a passageway between decks of a ship", "hatchway"], ["race", "a canal for a current of water", "raceway"], ["head", "vertical space available to allow easy passage under something", "headway"], ["express", "a broad highway designed for high-speed traffic", "expressway"], ["gate", "an entrance that can be closed by a gate", "gateway"], ["road", "a road (especially that part of a road) over which vehicles travel", "roadway"], ["slip", "structure consisting of a sloping way down to the water from the place where ships are built or repaired", "slipway"], ["companion", "a stairway or ladder that leads from one deck to another on a ship", "companionway"], ["speed", "road where high speed driving is allowed", "speedway"], ["air", "a duct that provides ventilation (as in mines)", "airway"], ["spill", "a channel that carries excess water over or around a dam or other obstruction", "spillway"], ["entry", "something that provides access (to get in or get out)", "entryway"], ["rail", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway"], ["passage", "a passage between rooms or between buildings", "passageway"], ["run", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll", "runway"], ["path", "a bundle of myelinated nerve fibers following a path through the brain", "pathway"], ["cause", "a road that is raised above water or marshland or sand", "causeway"], ["mid", "the place at a fair or carnival where sideshows and similar amusements are located", "midway"], ["drive", "a road leading up to a private house", "driveway"], ["high", "a major road for any form of motor transport", "highway"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tramway"], ["arch", "a passageway under a curved masonry construction", "archway"], ["lee", "(of a ship or plane) sideways drift", "leeway"], ["door", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close", "doorway"], ["stair", "a way of access (upward and downward) consisting of a set of steps", "stairway"], ["carriage", "one of the two sides of a motorway where traffic travels in one direction only usually in two or three lanes", "carriageway"], ["sea", "a lane at sea that is a regularly used route for vessels", "seaway"], ["motor", "a broad highway designed for high-speed traffic", "motorway"], ["taxi", "a paved surface in the form of a strip; used by planes taxiing to or from the runway at an airport", "taxiway"], ["fly", "the geographic route along which birds customarily migrate", "flyway"], ["tide", "a channel in which a tidal current runs", "tideway"], ["water", "a navigable body of water", "waterway"], ["free", "a broad highway designed for high-speed traffic", "freeway"], ["gang", "a temporary passageway of planks (as over mud on a building site)", "gangway"], ["belt", "a highway that encircles an urban area so that traffic does not have to pass through the center", "beltway"], ["hall", "an interior passage or corridor onto which rooms open", "hallway"], ["alley", "a narrow street with walls on both sides", "alleyway"], ["clear", "a road on which you are not allowed to stop (unless you have a breakdown)", "clearway"], ["park", "a wide scenic road planted with trees", "parkway"]]}, {"answer": "wear", "hint": "_ wear", "clues": [["swim", "tight fitting garment worn for swimming", "swimwear"], ["knit", "knitted clothing", "knitwear"], ["beach", "clothing to be worn at a beach", "beachwear"], ["sports", "attire worn for sport or for casual wear", "sportswear"], ["night", "garments designed to be worn in bed", "nightwear"], ["foot", "clothing worn on a person's feet", "footwear"], ["under", "undergarment worn next to the skin and under the outer garments", "underwear"], ["outer", "clothing for use outdoors", "outerwear"], ["sleep", "garments designed to be worn in bed", "sleepwear"]]}, {"answer": "weed", "hint": "_ weed", "clues": [["rag", "widespread European weed having yellow daisylike flowers; sometimes an obnoxious weed and toxic to cattle if consumed in quantity", "ragweed"], ["duck", "any small or minute aquatic plant of the family Lemnaceae that float on or near the surface of shallow ponds", "duckweed"], ["bind", "any of several vines of the genera Convolvulus and Calystegia having a twining habit", "bindweed"], ["chick", "any of various plants of the genus Stellaria", "chickweed"], ["sea", "plant growing in the sea, especially marine algae", "seaweed"], ["loco", "any of several leguminous plants of western North America causing locoism in livestock", "locoweed"], ["milk", "any of numerous plants of the genus Asclepias having milky juice and pods that split open releasing seeds with downy tufts", "milkweed"], ["tumble", "any plant that breaks away from its roots in autumn and is driven by the wind as a light rolling mass", "tumbleweed"]]}, {"answer": "weight", "hint": "_ weight", "clues": [["bantam", "weighs 115-126 pounds", "bantamweight"], ["light", "a professional boxer who weighs between 131 and 135 pounds", "lightweight"], ["middle", "an amateur boxer who weighs no more than 165 pounds", "middleweight"], ["fly", "weighs no more than 115 pounds", "flyweight"], ["feather", "an amateur boxer who weighs no more than 126 pounds", "featherweight"], ["penny", "a unit of apothecary weight equal to 24 grains", "pennyweight"], ["paper", "a weight used to hold down a stack of papers", "paperweight"], ["hundred", "a unit of weight equal to 100 kilograms", "hundredweight"], ["over", "the property of excessive fatness", "overweight"], ["make", "anything added to fill out a whole", "makeweight"], ["welter", "a weight of 28 pounds; sometimes imposed as a handicap in a horse race (such as a steeplechase)", "welterweight"], ["heavy", "an amateur boxer who weighs no more than 201 pounds", "heavyweight"]]}, {"answer": "wheel", "hint": "_ wheel", "clues": [["cog", "a toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion", "cogwheel"], ["cart", "a wheel that has wooden spokes and a metal rim", "cartwheel"], ["free", "a clutch (as on the rear wheel of a bicycle) that allows wheels to turn freely (as in coasting)", "freewheel"], ["pin", "perennial subshrub of Tenerife having leaves in rosettes resembling pinwheels", "pinwheel"], ["water", "a wheel with buckets attached to its rim; raises water from a stream or pond", "waterwheel"], ["fly", "regulator consisting of a heavy wheel that stores kinetic energy and smooths the operation of a reciprocating engine", "flywheel"]]}, {"answer": "wife", "hint": "_ wife", "clues": [["fish", "someone who sells fish", "fishwife"], ["ale", "flesh of shad-like fish abundant along the Atlantic coast or in coastal streams", "alewife"], ["house", "a wife who manages a household while her husband earns the family income", "housewife"], ["mid", "a woman skilled in aiding the delivery of babies", "midwife"]]}, {"answer": "wind", "hint": "_ wind", "clues": [["cross", "wind blowing across the path of a ship or aircraft", "crosswind"], ["head", "wind blowing opposite to the path of a ship or aircraft", "headwind"], ["whirl", "a more or less vertical column of air whirling around itself as it moves over the surface of the Earth", "whirlwind"], ["tail", "wind blowing in the same direction as the path of a ship or aircraft", "tailwind"], ["wood", "any wind instrument other than the brass instruments", "woodwind"]]}, {"answer": "woman", "hint": "_ woman", "clues": [["bond", "a female bound to serve without wages", "bondwoman"], ["congress", "a member of the United States House of Representatives", "congresswoman"], ["spokes", "a female spokesperson", "spokeswoman"], ["frontiers", "a woman who lives on the frontier", "frontierswoman"], ["states", "a woman statesman", "stateswoman"], ["jury", "someone who serves (or waits to be called to serve) on a jury", "jurywoman"], ["oars", "a woman oarsman", "oarswoman"], ["clans", "a member of a clan", "clanswoman"], ["business", "a female businessperson", "businesswoman"], ["air", "a woman aviator", "airwoman"], ["news", "a female newsperson", "newswoman"], ["committee", "a woman who is a member of a committee", "committeewoman"], ["kins", "a female relative", "kinswoman"], ["chair", "the officer who presides at the meetings of an organization", "chairwoman"], ["council", "a woman who is a council member", "councilwoman"], ["sales", "a woman salesperson", "saleswoman"], ["country", "a woman who lives in the country and has country ways", "countrywoman"], ["sports", "someone who engages in sports", "sportswoman"], ["mad", "a woman lunatic", "madwoman"], ["washer", "a working woman who takes in washing", "washerwoman"], ["newspaper", "a journalist employed to provide news stories for newspapers or broadcast media", "newspaperwoman"], ["yachts", "a person who owns or sails a yacht", "yachtswoman"], ["laundry", "a working woman who takes in washing", "laundrywoman"], ["gentle", "a woman of refinement", "gentlewoman"], ["noble", "a woman of the peerage in Britain", "noblewoman"], ["horse", "a woman horseman", "horsewoman"], ["assembly", "a woman assemblyman", "assemblywoman"], ["police", "a woman policeman", "policewoman"], ["needle", "someone who makes or mends dresses", "needlewoman"]]}, {"answer": "wood", "hint": "_ wood", "clues": [["match", "wood in small pieces or splinters", "matchwood"], ["cotton", "any of several North American trees of the genus Populus having a tuft of cottony hairs on the seed", "cottonwood"], ["brush", "the wood from bushes or small branches", "brushwood"], ["beech", "wood of any of various beech trees; used for flooring and containers and plywood and tool handles", "beechwood"], ["box", "very hard tough close-grained light yellow wood of the box (particularly the common box); used in delicate woodwork: musical instruments and inlays and engraving blocks", "boxwood"], ["pulp", "softwood used to make paper", "pulpwood"], ["rose", "hard dark reddish wood of a rosewood tree having a strongly marked grain; used in cabinetwork", "rosewood"], ["dog", "a tree of shrub of the genus Cornus often having showy bracts resembling flowers", "dogwood"], ["soft", "wood that is easy to saw (from conifers such as pine or fir)", "softwood"], ["iron", "handsome East Indian evergreen tree often planted as an ornamental for its fragrant white flowers that yield a perfume; source of very heavy hardwood used for railroad ties", "ironwood"], ["hard", "the wood of broad-leaved dicotyledonous trees (as distinguished from the wood of conifers)", "hardwood"], ["dead", "a branch or a part of a tree that is dead", "deadwood"], ["drift", "wood that is floating or that has been washed ashore", "driftwood"], ["sap", "newly formed outer wood lying between the cambium and the heartwood of a tree or woody plant; usually light colored; active in water conduction", "sapwood"], ["green", "woodlands in full leaf", "greenwood"], ["red", "the soft reddish wood of either of two species of sequoia trees", "redwood"], ["bass", "soft light-colored wood of any of various linden trees; used in making crates and boxes and in carving and millwork", "basswood"], ["ply", "a laminate made of thin layers of wood", "plywood"], ["worm", "any of several low composite herbs of the genera Artemisia or Seriphidium", "wormwood"], ["satin", "West Indian tree with smooth lustrous and slightly oily wood", "satinwood"], ["button", "very large spreading plane tree of eastern and central North America to Mexico", "buttonwood"], ["bent", "wood that is steamed until it becomes pliable and then is shaped for use in making furniture", "bentwood"], ["fire", "wood used for fuel", "firewood"], ["heart", "the older inactive central wood of a tree or woody plant; usually darker and denser than the surrounding sapwood", "heartwood"], ["sandal", "close-grained fragrant yellowish heartwood of the true sandalwood; has insect repelling properties and is used for carving and cabinetwork", "sandalwood"]]}, {"answer": "word", "hint": "_ word", "clues": [["loan", "a word borrowed from another language; e.g. `blitz' is a German word borrowed into modern English", "loanword"], ["swear", "profane or obscene expression usually of surprise or anger", "swearword"], ["head", "a content word that can be qualified by a modifier", "headword"], ["buzz", "stock phrases that have become nonsense through endless repetition", "buzzword"], ["cross", "a puzzle in which words corresponding to numbered clues are to be found and written in to squares in the puzzle", "crossword"], ["watch", "a slogan used to rally support for a cause", "watchword"], ["catch", "a favorite saying of a sect or political group", "catchword"], ["pass", "a secret word or phrase known only to a restricted group", "password"]]}, {"answer": "work", "hint": "_ work", "clues": [["course", "work assigned to and done by a student during a course of study; usually it is evaluated as part of the student's grade in the course", "coursework"], ["fancy", "decorative needlework", "fancywork"], ["school", "a school task performed by a student to satisfy the teacher", "schoolwork"], ["case", "close sociological study of a maladjusted person or family for diagnosis and treatment", "casework"], ["ground", "the fundamental assumptions from which something is begun or developed or calculated or explained", "groundwork"], ["busy", "active work of little value", "busywork"], ["lace", "work consisting of (or resembling) lace fabric", "lacework"], ["clock", "any mechanism of geared wheels that is driven by a coiled spring; resembles the works of a mechanical clock", "clockwork"], ["crewel", "embroidery done with loosely twisted worsted yarn", "crewelwork"], ["brick", "masonry done with bricks and mortar", "brickwork"], ["class", "the part of a student's work that is done in the classroom", "classwork"], ["house", "the work of cleaning and running a house", "housework"], ["lattice", "framework consisting of an ornamental design made of strips of wood or metal", "latticework"], ["paper", "work that involves handling papers: forms or letters or reports etc.", "paperwork"], ["art", "photographs or other visual representations in a printed publication", "artwork"], ["body", "the exterior body of a motor vehicle", "bodywork"], ["cabinet", "woodwork finished by hand by a cabinetmaker", "cabinetwork"], ["field", "a temporary fortification built by troops in the field", "fieldwork"], ["iron", "work made of iron (gratings or rails or railings etc)", "ironwork"], ["team", "cooperative work done by a team (especially when it is effective)", "teamwork"], ["stone", "masonry done with stone", "stonework"], ["life", "the principal work of your career", "lifework"], ["wax", "twining shrub of North America having yellow capsules enclosing scarlet seeds", "waxwork"], ["fire", "(usually plural) a device with an explosive that burns at a low rate and with colored flames; can be used to illuminate areas or send signals etc.", "firework"], ["earth", "an earthen rampart", "earthwork"], ["guess", "an estimate based on little or no information", "guesswork"], ["fret", "framework consisting of an ornamental design made of strips of wood or metal", "fretwork"], ["pipe", "the flues and stops on a pipe organ", "pipework"], ["needle", "a creation created or assembled by needle and thread", "needlework"], ["breast", "fortification consisting of a low wall", "breastwork"], ["plaster", "a surface of hardened plaster (as on a wall or ceiling)", "plasterwork"], ["wicker", "work made of interlaced slender branches (especially willow branches)", "wickerwork"], ["patch", "a theory or argument made up of miscellaneous or incongruous ideas", "patchwork"], ["spade", "dull or routine preliminary work preparing for an undertaking", "spadework"], ["over", "the act of working too much or too long", "overwork"], ["home", "preparatory school work done outside school (especially at home)", "homework"], ["frame", "a hypothetical description of a complex entity or process", "framework"], ["net", "an interconnected system of things or people", "network"], ["hand", "a work produced by hand labor", "handwork"], ["brush", "an artist's distinctive technique of applying paint with a brush", "brushwork"], ["bridge", "a denture anchored to teeth on either side of missing teeth", "bridgework"], ["metal", "the metal parts of something", "metalwork"], ["hack", "professional work done according to formula", "hackwork"], ["wood", "work made of wood; especially moldings or stairways or furniture", "woodwork"], ["piece", "work paid for according to the quantity produced", "piecework"], ["foot", "the manner of using the feet", "footwork"], ["open", "ornamental work (such as embroidery or latticework) having a pattern of openings", "openwork"]]}, {"answer": "worker", "hint": "_ worker", "clues": [["steel", "a worker engaged in making steel", "steelworker"], ["case", "someone employed to provide social services (especially to the disadvantaged)", "caseworker"], ["field", "a researcher who works in the field", "fieldworker"], ["metal", "someone who works metal (especially by hammering it when it is hot and malleable)", "metalworker"], ["dock", "a laborer who loads and unloads vessels in a port", "dockworker"], ["wood", "makes things out of wood", "woodworker"]]}, {"answer": "works", "hint": "_ works", "clues": [["water", "a public utility that provides water", "waterworks"], ["steel", "a factory where steel is made", "steelworks"], ["gas", "the workplace where coal gas is manufactured", "gasworks"], ["iron", "the workplace where iron is smelted or where iron goods are made", "ironworks"]]}, {"answer": "worm", "hint": "_ worm", "clues": [["ring", "infections of the skin or nails caused by fungi and appearing as itching circular patches", "ringworm"], ["cut", "North American moth whose larvae feed on young plant stems cutting them off at the ground", "cutworm"], ["earth", "terrestrial worm that burrows into and helps aerate soil; often surfaces when the ground is cool or wet; used as bait by anglers", "earthworm"], ["angle", "terrestrial worm that burrows into and helps aerate soil; often surfaces when the ground is cool or wet; used as bait by anglers", "angleworm"], ["round", "infections of the skin or nails caused by fungi and appearing as itching circular patches", "roundworm"], ["tape", "ribbonlike flatworms that are parasitic in the intestines of humans and other vertebrates", "tapeworm"], ["hook", "parasitic bloodsucking roundworms having hooked mouth parts to fasten to the intestinal wall of human and other hosts", "hookworm"], ["book", "a person who pays more attention to formal rules and book learning than they merit", "bookworm"], ["silk", "the commercially bred hairless white caterpillar of the domestic silkworm moth which spins a cocoon that can be processed to yield silk fiber; the principal source of commercial silk", "silkworm"], ["glow", "the luminous larva or wingless grub-like female of a firefly", "glowworm"], ["blood", "a segmented marine worm with bright red body; often used for bait", "bloodworm"], ["inch", "small hairless caterpillar having legs on only its front and rear segments; mostly larvae of moths of the family Geometridae", "inchworm"], ["wood", "a larva of a woodborer", "woodworm"], ["flat", "parasitic or free-living worms having a flattened body", "flatworm"]]}, {"answer": "worthiness", "hint": "_ worthiness", "clues": [["trust", "the trait of deserving trust and confidence", "trustworthiness"], ["air", "fitness to fly", "airworthiness"], ["credit", "trustworthiness with money as based on a person's credit history; a general qualification for borrowing", "creditworthiness"], ["praise", "the quality of being worthy of praise", "praiseworthiness"], ["sea", "fitness to traverse the seas", "seaworthiness"]]}, {"answer": "wright", "hint": "_ wright", "clues": [["play", "someone who writes plays", "playwright"], ["ship", "a carpenter who helps build and launch wooden vessels", "shipwright"], ["mill", "a workman who designs or erects mills and milling machinery", "millwright"], ["wain", "a wagon maker", "wainwright"], ["wheel", "someone who makes and repairs wooden wheels", "wheelwright"]]}, {"answer": "writer", "hint": "_ writer", "clues": [["sports", "a journalist who writes about sports", "sportswriter"], ["teletype", "a character printer connected to a telegraph that operates like a typewriter", "teletypewriter"], ["song", "a composer of words or music for popular songs", "songwriter"], ["ghost", "a writer who gives the credit of authorship to someone else", "ghostwriter"], ["under", "a banker who deals chiefly in underwriting new securities", "underwriter"], ["copy", "a person employed to write advertising or publicity copy", "copywriter"], ["screen", "someone who writes screenplays", "screenwriter"], ["speech", "a writer who composes speeches for others to deliver", "speechwriter"], ["script", "someone who writes scripts for plays or movies or broadcast dramas", "scriptwriter"], ["type", "hand-operated character printer for printing written messages one character at a time", "typewriter"]]}, {"answer": "yard", "hint": "_ yard", "clues": [["back", "the grounds in back of a house", "backyard"], ["church", "the yard associated with a church", "churchyard"], ["lumber", "a workplace where lumber is stocked for sale", "lumberyard"], ["grave", "a tract of land used for burials", "graveyard"], ["junk", "a field where junk is collected and stored for resale", "junkyard"], ["barn", "a yard adjoining a barn", "barnyard"], ["court", "an area wholly or partly surrounded by walls or buildings", "courtyard"], ["door", "a yard outside the front or rear door of a house", "dooryard"], ["dock", "an establishment on the waterfront where vessels are built or fitted out or repaired", "dockyard"], ["brick", "a place where bricks are made and sold", "brickyard"], ["school", "the yard associated with a school", "schoolyard"], ["vine", "a farm of grapevines where wine grapes are produced", "vineyard"], ["stock", "enclosed yard where cattle, pigs, horses, or sheep are kept temporarily", "stockyard"], ["farm", "an area adjacent to farm buildings", "farmyard"], ["boat", "a place where boats are built or maintained or stored", "boatyard"], ["steel", "a portable balance consisting of a pivoted bar with arms of unequal length", "steelyard"], ["ship", "a workplace where ships are built or repaired", "shipyard"]]}], "portion": 0.9}, {"name": "prefixes", "groups": [{"answer": "after", "hint": "after _", "clues": [["birth", "the placenta and fetal membranes that are expelled from the uterus after the baby is born", "afterbirth"], ["burner", "a device injects fuel into a hot exhaust for extra thrust", "afterburner"], ["care", "care and treatment of a convalescent patient", "aftercare"], ["effect", "any result that follows its cause after an interval", "aftereffect"], ["glow", "a glow sometimes seen in the sky after sunset", "afterglow"], ["image", "an image (usually a negative image) that persists after stimulation has ceased", "afterimage"], ["life", "life after death", "afterlife"], ["math", "the consequences of an event (especially a catastrophic event)", "aftermath"], ["noon", "the part of the day between noon and evening", "afternoon"], ["shock", "a tremor (or one of a series of tremors) occurring after the main shock of an earthquake", "aftershock"], ["taste", "an afterimage of a taste", "aftertaste"], ["thought", "thinking again about a choice previously made", "afterthought"]]}, {"answer": "air", "hint": "air _", "clues": [["brush", "an atomizer to spray paint by means of compressed air", "airbrush"], ["bus", "a subsonic jet airliner operated over short distances", "airbus"], ["craft", "a vehicle that can fly", "aircraft"], ["crew", "the crew of an aircraft", "aircrew"], ["drome", "an airfield equipped with control tower and hangars as well as accommodations for passengers and cargo", "airdrome"], ["drop", "delivery of supplies or equipment or personnel by dropping them by parachute from an aircraft", "airdrop"], ["fare", "the fare charged for traveling by airplane", "airfare"], ["field", "a place where planes take off and land", "airfield"], ["flow", "the flow of air", "airflow"], ["foil", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight", "airfoil"], ["frame", "the framework and covering of an airplane or rocket (excluding the engines)", "airframe"], ["gun", "a gun that propels a projectile by compressed air", "airgun"], ["head", "a flighty scatterbrained simpleton", "airhead"], ["lift", "transportation of people or goods by air (especially when other means of access are unavailable)", "airlift"], ["line", "a hose that carries air under pressure", "airline"], ["lock", "a chamber that provides access to space where air is under pressure", "airlock"], ["mail", "letters and packages that are transported by aircraft", "airmail"], ["plane", "an aircraft that has a fixed wing and is powered by propellers or jets", "airplane"], ["port", "an airfield equipped with control tower and hangars as well as accommodations for passengers and cargo", "airport"], ["ship", "a steerable self-propelled aircraft", "airship"], ["sickness", "motion sickness experienced while traveling by air (especially during turbulence)", "airsickness"], ["space", "the space in the atmosphere immediately above the earth", "airspace"], ["speed", "the speed of an aircraft relative to the air in which it is flying", "airspeed"], ["stream", "a relatively well-defined prevailing wind", "airstream"], ["strip", "an airfield without normal airport facilities", "airstrip"], ["way", "a duct that provides ventilation (as in mines)", "airway"], ["worthiness", "fitness to fly", "airworthiness"]]}, {"answer": "arm", "hint": "arm _", "clues": [["band", "worn around arm as identification or to indicate mourning", "armband"], ["chair", "chair with a support on each side for arms", "armchair"], ["hole", "a hole through which you put your arm and where a sleeve can be attached", "armhole"], ["pit", "the hollow under the arm where it is joined to the shoulder", "armpit"], ["rest", "a support for the arm", "armrest"]]}, {"answer": "back", "hint": "back _", "clues": [["ache", "an ache localized in the back", "backache"], ["bench", "any of the seats occupied by backbenchers in the House of Commons", "backbench"], ["biter", "one who attacks the reputation of another by slander or libel", "backbiter"], ["board", "a raised vertical board with basket attached; used to play basketball", "backboard"], ["bone", "a central cohesive source of support and stability", "backbone"], ["chat", "light teasing repartee", "backchat"], ["cloth", "scenery hung at back of stage", "backcloth"], ["door", "an undocumented way to get access to a computer system or the data it contains", "backdoor"], ["drop", "scenery hung at back of stage", "backdrop"], ["field", "the offensive football players who line up behind the linemen", "backfield"], ["fire", "the backward escape of gases and unburned gunpowder after a gun is fired", "backfire"], ["gammon", "a board game for two players; pieces move according to throws of the dice", "backgammon"], ["ground", "a person's social heritage: previous experience or training", "background"], ["hand", "a return made with the back of the hand facing the direction of the stroke", "backhand"], ["hoe", "an excavator whose shovel bucket is attached to a hinged boom and is drawn backward to move earth", "backhoe"], ["lash", "a movement back from an impact", "backlash"], ["log", "an accumulation of jobs not done or materials not processed that are yet to be dealt with (especially unfilled customer orders for products or services)", "backlog"], ["pack", "a bag carried by a strap on your back or shoulder", "backpack"], ["packer", "a hiker who wears a backpack", "backpacker"], ["rest", "a support that you can lean against while sitting", "backrest"], ["room", "the meeting place of a group of leaders who make their decisions via private negotiations", "backroom"], ["seat", "a secondary or inferior position or status", "backseat"], ["side", "the side of an object that is opposite its front", "backside"], ["slapper", "someone who demonstrates enthusiastic or excessive cordiality", "backslapper"], ["slider", "someone who lapses into previous undesirable patterns of behavior", "backslider"], ["sliding", "a failure to maintain a higher state", "backsliding"], ["space", "the typewriter key used for back spacing", "backspace"], ["spin", "spin (usually of a moving ball) that retards or reverses the forward motion", "backspin"], ["stage", "a stage area out of sight of the audience", "backstage"], ["stairs", "a second staircase at the rear of a building", "backstairs"], ["stop", "(baseball) the person who plays the position of catcher", "backstop"], ["stroke", "a swimming stroke that resembles the crawl except the swimmer lies on his or her back", "backstroke"], ["talk", "an impudent or insolent rejoinder", "backtalk"], ["wash", "the flow of air that is driven backwards by an aircraft propeller", "backwash"], ["water", "a body of water that was created by a flood or tide or by being held or forced back by a dam", "backwater"], ["woods", "a remote and undeveloped area", "backwoods"], ["yard", "the grounds in back of a house", "backyard"]]}, {"answer": "ball", "hint": "ball _", "clues": [["cock", "floating ball that controls level in a water tank", "ballcock"], ["game", "a particular situation that is radically different from the preceding situation", "ballgame"], ["park", "a facility in which ball games are played (especially baseball games)", "ballpark"], ["player", "an athlete who plays baseball", "ballplayer"], ["point", "a pen that has a small metal ball as the point of transfer of ink to paper", "ballpoint"], ["room", "large room used mainly for dancing", "ballroom"]]}, {"answer": "band", "hint": "band _", "clues": [["box", "a light cylindrical box for holding light articles of attire (especially hats)", "bandbox"], ["leader", "the leader of a dance band", "bandleader"], ["master", "the conductor of a band", "bandmaster"], ["stand", "a platform where a (brass) band can play in the open air", "bandstand"], ["wagon", "a popular trend that attracts growing support", "bandwagon"], ["width", "a data transmission rate; the maximum amount of information (bits/second) that can be transmitted along a channel", "bandwidth"]]}, {"answer": "bar", "hint": "bar _", "clues": [["bell", "a bar to which heavy discs are attached at each end; used in weightlifting", "barbell"], ["berry", "any of numerous plants of the genus Berberis having prickly stems and yellow flowers followed by small red berries", "barberry"], ["keep", "an employee who mixes and serves alcoholic drinks at a bar", "barkeep"], ["keeper", "an employee who mixes and serves alcoholic drinks at a bar", "barkeeper"], ["maid", "a female bartender", "barmaid"], ["room", "a room or establishment where alcoholic drinks are served over a counter", "barroom"], ["tender", "an employee who mixes and serves alcoholic drinks at a bar", "bartender"]]}, {"answer": "bath", "hint": "bath _", "clues": [["house", "a building containing dressing rooms for bathers", "bathhouse"], ["robe", "a loose-fitting robe of towelling; worn after a bath or swim", "bathrobe"], ["room", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet", "bathroom"], ["tub", "a relatively large open container that you fill with water and use to wash the body", "bathtub"]]}, {"answer": "battle", "hint": "battle _", "clues": [["field", "a region where a battle is being (or has been) fought", "battlefield"], ["front", "the line along which opposing armies face each other", "battlefront"], ["ground", "a region where a battle is being (or has been) fought", "battleground"], ["ship", "large and heavily armoured warship", "battleship"]]}, {"answer": "beach", "hint": "beach _", "clues": [["comber", "a vagrant living on a beach", "beachcomber"], ["front", "a strip of land running along a beach", "beachfront"], ["head", "a bridgehead on the enemy's shoreline seized by an amphibious operation", "beachhead"], ["wear", "clothing to be worn at a beach", "beachwear"]]}, {"answer": "bed", "hint": "bed _", "clues": [["bug", "bug of temperate regions that infests especially beds and feeds on human blood", "bedbug"], ["chamber", "a room used primarily for sleeping", "bedchamber"], ["clothes", "coverings that are used on a bed", "bedclothes"], ["fellow", "a temporary associate", "bedfellow"], ["pan", "a shallow vessel used by a bedridden patient for defecation and urination", "bedpan"], ["post", "any of 4 vertical supports at the corners of a bedstead", "bedpost"], ["rock", "solid unweathered rock lying beneath surface deposits of soil", "bedrock"], ["roll", "bedding rolled up for carrying", "bedroll"], ["room", "a room used primarily for sleeping", "bedroom"], ["side", "space by the side of a bed (especially the bed of a sick or dying person)", "bedside"], ["sit", "a furnished sitting room with sleeping accommodations (and some plumbing)", "bedsit"], ["sitter", "a furnished sitting room with sleeping accommodations (and some plumbing)", "bedsitter"], ["sore", "a chronic ulcer of the skin caused by prolonged pressure on it (as in bedridden patients)", "bedsore"], ["spread", "decorative cover for a bed", "bedspread"], ["stead", "the framework of a bed", "bedstead"], ["time", "the time you go to bed", "bedtime"]]}, {"answer": "bee", "hint": "bee _", "clues": [["bread", "a mixture of nectar and pollen prepared by worker bees and fed to larvae", "beebread"], ["hive", "any workplace where people are very busy", "beehive"], ["keeper", "a farmer who keeps bees for their honey", "beekeeper"], ["keeping", "the cultivation of bees on a commercial scale for the production of honey", "beekeeping"], ["line", "the most direct route", "beeline"]]}, {"answer": "beef", "hint": "beef _", "clues": [["burger", "a sandwich consisting of a fried cake of minced beef served on a bun, often with other ingredients", "beefburger"], ["cake", "a photograph of a muscular man in minimal attire", "beefcake"], ["eater", "officer in the (ceremonial) bodyguard of the British monarch", "beefeater"], ["steak", "a beef steak usually cooked by broiling", "beefsteak"]]}, {"answer": "bird", "hint": "bird _", "clues": [["bath", "an ornamental basin (usually in a garden) for birds to bathe in", "birdbath"], ["brain", "a person with confused ideas; incapable of serious thought", "birdbrain"], ["cage", "a cage in which a bird can be kept", "birdcage"], ["house", "a shelter for birds", "birdhouse"], ["lime", "a sticky adhesive that is smeared on small branches to capture small birds", "birdlime"], ["seed", "food given to birds; usually mixed seeds", "birdseed"], ["song", "the characteristic sound produced by a bird", "birdsong"]]}, {"answer": "birth", "hint": "birth _", "clues": [["day", "an anniversary of the day on which a person was born (or the celebration of it)", "birthday"], ["mark", "a blemish on the skin that is formed before birth", "birthmark"], ["place", "the place where someone was born", "birthplace"], ["rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "birthrate"], ["right", "a right or privilege that you are entitled to at birth", "birthright"]]}, {"answer": "black", "hint": "black _", "clues": [["ball", "the act of excluding someone by a negative vote or veto", "blackball"], ["berry", "large sweet black or very dark purple edible aggregate fruit of any of various bushes of the genus Rubus", "blackberry"], ["bird", "any bird of the family Icteridae whose male is black or predominantly black", "blackbird"], ["board", "sheet of slate; for writing with chalk", "blackboard"], ["guard", "someone who is morally reprehensible", "blackguard"], ["head", "a black-tipped plug clogging a pore of the skin", "blackhead"], ["jack", "a common scrubby deciduous tree of central and southeastern United States having dark bark and broad three-lobed (club-shaped) leaves; tends to form dense thickets", "blackjack"], ["leg", "someone who works (or provides workers) during a strike", "blackleg"], ["list", "a list of people who are out of favor", "blacklist"], ["mail", "extortion of money by threats to divulge discrediting information", "blackmail"], ["mailer", "a criminal who extorts money from someone by threatening to expose embarrassing information about them", "blackmailer"], ["out", "a suspension of radio or tv broadcasting", "blackout"], ["smith", "a smith who forges and shapes iron with a hammer and anvil", "blacksmith"], ["snake", "large harmless shiny black North American snake", "blacksnake"], ["thorn", "a thorny Eurasian bush with plumlike fruits", "blackthorn"], ["top", "a black bituminous material used for paving roads or other areas; usually spread over crushed rock", "blacktop"], ["topping", "a black bituminous material used for paving roads or other areas; usually spread over crushed rock", "blacktopping"]]}, {"answer": "blood", "hint": "blood _", "clues": [["bath", "indiscriminate slaughter", "bloodbath"], ["hound", "a breed of large powerful hound of European origin having very acute smell and used in tracking", "bloodhound"], ["letting", "formerly used as a treatment to reduce excess blood (one of the four humors of medieval medicine)", "bloodletting"], ["line", "the descendants of one individual", "bloodline"], ["mobile", "a motor vehicle equipped to collect blood donations", "bloodmobile"], ["shed", "the shedding of blood resulting in murder", "bloodshed"], ["stain", "a discoloration caused by blood", "bloodstain"], ["stock", "thoroughbred horses (collectively)", "bloodstock"], ["stone", "green chalcedony with red spots that resemble blood", "bloodstone"], ["stream", "the blood flowing through the circulatory system", "bloodstream"], ["sucker", "carnivorous or bloodsucking aquatic or terrestrial worms typically having a sucker at each end", "bloodsucker"], ["worm", "a segmented marine worm with bright red body; often used for bait", "bloodworm"]]}, {"answer": "blow", "hint": "blow _", "clues": [["fly", "large usually hairy metallic blue or green fly; lays eggs in carrion or dung or wounds", "blowfly"], ["gun", "a tube through which darts can be shot by blowing", "blowgun"], ["hard", "a very boastful and talkative person", "blowhard"], ["hole", "the spiracle of a cetacean located far back on the skull", "blowhole"], ["lamp", "a burner that mixes air and gas to produce a very hot flame", "blowlamp"], ["out", "an easy victory", "blowout"], ["pipe", "a tube that directs air or gas into a flame to concentrate heat", "blowpipe"], ["torch", "a burner that mixes air and gas to produce a very hot flame", "blowtorch"]]}, {"answer": "blue", "hint": "blue _", "clues": [["bell", "sometimes placed in genus Scilla", "bluebell"], ["berry", "any of numerous shrubs of the genus Vaccinium bearing blueberries", "blueberry"], ["bird", "fruit-eating mostly brilliant blue songbird of the East Indies", "bluebird"], ["bonnet", "low-growing annual herb of southwestern United States (Texas) having silky foliage and blue flowers; a leading cause of livestock poisoning in the southwestern United States", "bluebonnet"], ["bottle", "an annual Eurasian plant cultivated in North America having showy heads of blue or purple or pink or white flowers", "bluebottle"], ["fish", "bluish warm-water marine food and game fish that follow schools of small fishes into shallow waters", "bluefish"], ["gill", "important edible sunfish of eastern and central United States", "bluegill"], ["grass", "any of various grasses of the genus Poa", "bluegrass"], ["jacket", "a serviceman in the navy", "bluejacket"], ["nose", "a native or inhabitant of Nova Scotia", "bluenose"], ["point", "oysters originally from Long Island Sound but now from anywhere along the northeastern seacoast; usually eaten raw", "bluepoint"], ["print", "something intended as a guide for making something else", "blueprint"], ["stocking", "a woman having literary or intellectual interests", "bluestocking"]]}, {"answer": "boat", "hint": "boat _", "clues": [["house", "a shed at the edge of a river or lake; used to store boats", "boathouse"], ["load", "the amount of cargo that can be held by a boat or ship or a freight car", "boatload"], ["swain", "a petty officer on a merchant ship who controls the work of other seamen", "boatswain"], ["yard", "a place where boats are built or maintained or stored", "boatyard"]]}, {"answer": "bob", "hint": "bob _", "clues": [["cat", "small lynx of North America", "bobcat"], ["sled", "formerly two short sleds coupled together", "bobsled"], ["sledding", "riding on a bobsled", "bobsledding"], ["sleigh", "formerly two short sleds coupled together", "bobsleigh"], ["tail", "a short or shortened tail of certain animals", "bobtail"], ["white", "a popular North American game bird; named for its call", "bobwhite"]]}, {"answer": "body", "hint": "body _", "clues": [["builder", "someone who does special exercises to develop a brawny musculature", "bodybuilder"], ["building", "exercise that builds muscles through tension", "bodybuilding"], ["guard", "someone who escorts and protects a prominent person", "bodyguard"], ["work", "the exterior body of a motor vehicle", "bodywork"]]}, {"answer": "book", "hint": "book _", "clues": [["binder", "a worker whose trade is binding books", "bookbinder"], ["binding", "the craft of binding books", "bookbinding"], ["case", "a piece of furniture with shelves for storing books", "bookcase"], ["end", "a support placed at the end of a row of books to keep them upright (on a shelf or table)", "bookend"], ["keeper", "someone who records the transactions of a business", "bookkeeper"], ["keeping", "the activity of recording business transactions", "bookkeeping"], ["maker", "a maker of books; someone who edits or publishes or binds books", "bookmaker"], ["mark", "a marker (a piece of paper or ribbon) placed between the pages of a book to mark the reader's place", "bookmark"], ["mobile", "a van with shelves of books; serves as a mobile library or bookstore", "bookmobile"], ["plate", "a label identifying the owner of a book in which it is pasted", "bookplate"], ["seller", "the proprietor of a bookstore", "bookseller"], ["shelf", "a shelf on which to keep books", "bookshelf"], ["shop", "a shop where books are sold", "bookshop"], ["stall", "a shop where books are sold", "bookstall"], ["store", "a shop where books are sold", "bookstore"], ["worm", "a person who pays more attention to formal rules and book learning than they merit", "bookworm"]]}, {"answer": "boot", "hint": "boot _", "clues": [["black", "a person who polishes shoes and boots", "bootblack"], ["lace", "a long lace for fastening boots", "bootlace"], ["leg", "whiskey illegally distilled from a corn mash", "bootleg"], ["legging", "the act of making or transporting alcoholic liquor for sale illegally", "bootlegging"], ["strap", "a strap that is looped and sewn to the top of a boot for pulling it on", "bootstrap"]]}, {"answer": "bow", "hint": "bow _", "clues": [["leg", "a leg bowed outward at the knee (or below the knee)", "bowleg"], ["line", "a loop knot that neither slips nor jams", "bowline"], ["sprit", "a spar projecting from the bow of a vessel", "bowsprit"], ["string", "the string of an archer's bow", "bowstring"]]}, {"answer": "brain", "hint": "brain _", "clues": [["child", "a product of your creative thinking and work", "brainchild"], ["power", "mental ability", "brainpower"], ["storm", "the clear (and often sudden) understanding of a complex situation", "brainstorm"], ["washing", "forcible indoctrination into a new set of attitudes and beliefs", "brainwashing"], ["wave", "(neurophysiology) rapid fluctuations of voltage between parts of the cerebral cortex that are detectable with an electroencephalograph", "brainwave"]]}, {"answer": "bread", "hint": "bread _", "clues": [["basket", "a geographic region serving as the principal source of grain", "breadbasket"], ["board", "a wooden or plastic board on which dough is kneaded or bread is sliced", "breadboard"], ["box", "a container used to keep bread or cake in", "breadbox"], ["crumb", "crumb of bread; used especially for coating or thickening", "breadcrumb"], ["fruit", "native to Pacific islands and having edible fruit with a texture like bread", "breadfruit"], ["line", "a queue of people waiting for free food", "breadline"], ["winner", "one whose earnings are the primary source of support for their dependents", "breadwinner"]]}, {"answer": "break", "hint": "break _", "clues": [["away", "the act of breaking away or withdrawing from", "breakaway"], ["down", "the act of disrupting an established order so it fails to continue", "breakdown"], ["fast", "the first meal of the day (usually in the morning)", "breakfast"], ["out", "an escape from jail", "breakout"], ["through", "a productive insight", "breakthrough"], ["water", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"]]}, {"answer": "breast", "hint": "breast _", "clues": [["bone", "the flat bone that articulates with the clavicles and the first seven pairs of ribs", "breastbone"], ["plate", "armor plate that protects the chest; the front part of a cuirass", "breastplate"], ["stroke", "a swimming stroke; the arms are extended together in front of the head and swept back on either side accompanied by a frog kick", "breaststroke"], ["work", "fortification consisting of a low wall", "breastwork"]]}, {"answer": "brick", "hint": "brick _", "clues": [["bat", "a fragment of brick used as a weapon", "brickbat"], ["layer", "a craftsman skilled in building with bricks", "bricklayer"], ["laying", "the craft of laying bricks", "bricklaying"], ["work", "masonry done with bricks and mortar", "brickwork"], ["yard", "a place where bricks are made and sold", "brickyard"]]}, {"answer": "broad", "hint": "broad _", "clues": [["cast", "message that is transmitted by radio or television", "broadcast"], ["caster", "someone who broadcasts on radio or television", "broadcaster"], ["cloth", "a densely textured woolen fabric with a lustrous finish", "broadcloth"], ["loom", "a carpet woven on a wide loom to obviate the need for seams", "broadloom"], ["sheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["side", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["sword", "a sword with a broad blade and (usually) two cutting edges; used to cut rather than stab", "broadsword"]]}, {"answer": "buck", "hint": "buck _", "clues": [["board", "an open horse-drawn carriage with four wheels; has a seat attached to a flexible board between the two axles", "buckboard"], ["eye", "the inedible nutlike seed of the horse chestnut", "buckeye"], ["saw", "a saw that is set in a frame in the shape of an H; used with both hands to cut wood that is held in a sawbuck", "bucksaw"], ["shot", "small lead shot for shotgun shells", "buckshot"], ["skin", "horse of a light yellowish dun color with dark mane and tail", "buckskin"], ["tooth", "a large projecting front tooth", "bucktooth"], ["wheat", "a member of the genus Fagopyrum; annual Asian plant with clusters of small pinkish white flowers and small edible triangular seeds which are used whole or ground into flour", "buckwheat"]]}, {"answer": "bull", "hint": "bull _", "clues": [["dog", "a sturdy thickset short-haired breed with a large head and strong undershot lower jaw; developed originally in England for bull baiting", "bulldog"], ["dozer", "large powerful tractor; a large blade in front flattens areas of ground", "bulldozer"], ["fight", "a Spanish or Portuguese or Latin American spectacle; a matador baits and (usually) kills a bull in an arena before many spectators", "bullfight"], ["fighter", "someone who fights bulls", "bullfighter"], ["finch", "United States architect who designed the Capitol Building in Washington which served as a model for state capitols throughout the United States (1763-1844)", "bullfinch"], ["frog", "largest North American frog; highly aquatic with a deep-pitched voice", "bullfrog"], ["head", "freshwater sculpin with a large flattened bony-plated head with hornlike spines", "bullhead"], ["horn", "a portable loudspeaker with built-in microphone and amplifier", "bullhorn"], ["pen", "a place on a baseball field where relief pitchers can warm up during a game", "bullpen"], ["ring", "a stadium where bullfights take place", "bullring"]]}, {"answer": "butter", "hint": "butter _", "clues": [["ball", "a rotund individual", "butterball"], ["cup", "any of various plants of the genus Ranunculus", "buttercup"], ["fat", "the fatty substance of milk from which butter is made", "butterfat"], ["fingers", "someone who drops things (especially one who cannot catch a ball)", "butterfingers"], ["fly", "diurnal insect typically having a slender body with knobbed antennae and broad colorful wings", "butterfly"], ["milk", "residue from making butter from sour raw milk; or pasteurized milk curdled by adding a culture", "buttermilk"], ["nut", "North American walnut tree having light-brown wood and edible nuts; source of a light-brown dye", "butternut"], ["scotch", "a hard brittle candy made with butter and brown sugar", "butterscotch"]]}, {"answer": "candle", "hint": "candle _", "clues": [["light", "the light provided by a burning candle", "candlelight"], ["power", "luminous intensity measured in candelas", "candlepower"], ["stick", "a holder with sockets for candles", "candlestick"], ["wick", "the wick of a candle", "candlewick"]]}, {"answer": "car", "hint": "car _", "clues": [["fare", "the fare charged for riding a bus or streetcar", "carfare"], ["hop", "a waiter at a drive-in restaurant", "carhop"], ["jacking", "the violent theft of an occupied car", "carjacking"], ["load", "a gathering of passengers sufficient to fill an automobile", "carload"], ["port", "garage for one or two cars consisting of a flat roof supported on poles", "carport"]]}, {"answer": "card", "hint": "card _", "clues": [["board", "a stiff moderately thick paper", "cardboard"], ["holder", "a person who holds a credit card or debit card", "cardholder"], ["sharp", "a professional card player who makes a living by cheating at card games", "cardsharp"], ["sharper", "a professional card player who makes a living by cheating at card games", "cardsharper"]]}, {"answer": "cat", "hint": "cat _", "clues": [["bird", "any of various birds of the Australian region whose males build ornamented structures resembling bowers in order to attract females", "catbird"], ["boat", "a sailboat with a single mast set far forward", "catboat"], ["call", "a cry expressing disapproval", "catcall"], ["fish", "flesh of scaleless food fish of the southern United States; often farmed", "catfish"], ["gut", "perennial subshrub of eastern North America having downy leaves yellowish and rose flowers and; source of rotenone", "catgut"], ["nap", "sleeping for a short period of time (usually not in bed)", "catnap"], ["nip", "hairy aromatic perennial herb having whorls of small white purple-spotted flowers in a terminal spike; used in the past as a domestic remedy; strongly attractive to cats", "catnip"], ["tail", "tall erect herbs with sword-shaped leaves; cosmopolitan in fresh and salt marshes", "cattail"], ["walk", "narrow platform extending out into an auditorium", "catwalk"]]}, {"answer": "check", "hint": "check _", "clues": [["book", "a book issued to holders of checking accounts", "checkbook"], ["list", "a list of items (names or tasks etc.) to be checked or consulted", "checklist"], ["mate", "complete victory", "checkmate"], ["out", "the act of inspecting or verifying", "checkout"], ["point", "a place (as at a frontier) where travellers are stopped for inspection and clearance", "checkpoint"], ["room", "a room where baggage or parcels are checked", "checkroom"]]}, {"answer": "cheese", "hint": "cheese _", "clues": [["board", "tray on which cheeses are served", "cheeseboard"], ["burger", "a hamburger with melted cheese on it", "cheeseburger"], ["cake", "made with sweetened cream cheese and eggs and cream baked in a crumb crust", "cheesecake"], ["cloth", "a coarse loosely woven cotton gauze; originally used to wrap cheeses", "cheesecloth"]]}, {"answer": "cock", "hint": "cock _", "clues": [["crow", "the first light of day", "cockcrow"], ["fight", "a match in a cockpit between two fighting cocks heeled with metal gaffs", "cockfight"], ["pit", "compartment where the pilot sits while flying the aircraft", "cockpit"], ["roach", "any of numerous chiefly nocturnal insects; some are domestic pests", "cockroach"], ["tail", "a short mixed drink", "cocktail"]]}, {"answer": "cook", "hint": "cook _", "clues": [["book", "a book of recipes and cooking directions", "cookbook"], ["house", "the area for food preparation on a ship", "cookhouse"], ["out", "an informal meal cooked and eaten outdoors", "cookout"], ["ware", "a kitchen utensil made of material that does not melt easily; used for cooking", "cookware"]]}, {"answer": "copy", "hint": "copy _", "clues": [["book", "a book containing models of good penmanship; used in teaching penmanship", "copybook"], ["cat", "someone who copies the words or behavior of another", "copycat"], ["right", "a document granting exclusive right to publish and sell literary or musical or artistic work", "copyright"], ["writer", "a person employed to write advertising or publicity copy", "copywriter"]]}, {"answer": "corn", "hint": "corn _", "clues": [["bread", "bread made primarily of cornmeal", "cornbread"], ["cob", "the hard cylindrical core that bears the kernels of an ear of corn", "corncob"], ["crake", "common Eurasian rail that frequents grain fields", "corncrake"], ["field", "a field planted with corn", "cornfield"], ["flour", "starch prepared from the grains of corn; used in cooking as a thickener", "cornflour"], ["flower", "plant of southern and southeastern United States grown for its yellow flowers that can be dried", "cornflower"], ["meal", "coarsely ground corn", "cornmeal"], ["stalk", "the stalk of a corn plant", "cornstalk"], ["starch", "starch prepared from the grains of corn; used in cooking as a thickener", "cornstarch"]]}, {"answer": "cotton", "hint": "cotton _", "clues": [["mouth", "venomous semiaquatic snake of swamps in southern United States", "cottonmouth"], ["seed", "seed of cotton plants; source of cottonseed oil", "cottonseed"], ["tail", "common small rabbit of North America having greyish or brownish fur and a tail with a white underside; a host for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)", "cottontail"], ["wood", "any of several North American trees of the genus Populus having a tuft of cottony hairs on the seed", "cottonwood"]]}, {"answer": "cow", "hint": "cow _", "clues": [["bell", "a bell hung around the neck of cow so that the cow can be easily located", "cowbell"], ["bird", "North American blackbird that follows cattle and lays eggs in other birds' nests", "cowbird"], ["boy", "a hired hand who tends cattle and performs other duties on horseback", "cowboy"], ["catcher", "an inclined metal frame at the front of a locomotive to clear the track", "cowcatcher"], ["girl", "a woman cowboy", "cowgirl"], ["hand", "a hired hand who tends cattle and performs other duties on horseback", "cowhand"], ["herd", "a hired hand who tends cattle and performs other duties on horseback", "cowherd"], ["hide", "leather made from the hide of a cow", "cowhide"], ["lick", "a tuft of hair that grows in a different direction from the rest of the hair and usually will not lie flat", "cowlick"], ["poke", "a hired hand who tends cattle and performs other duties on horseback", "cowpoke"], ["pox", "a viral disease of cattle causing a mild skin disease affecting the udder; formerly used to inoculate humans against smallpox", "cowpox"], ["puncher", "a hired hand who tends cattle and performs other duties on horseback", "cowpuncher"], ["shed", "a barn for cows", "cowshed"], ["slip", "early spring flower common in British isles having fragrant yellow or sometimes purple flowers", "cowslip"]]}, {"answer": "cross", "hint": "cross _", "clues": [["bar", "a horizontal bar that goes across something", "crossbar"], ["beam", "a horizontal beam that extends across something", "crossbeam"], ["bones", "two crossed bones (or a representation of two crossed bones) used as a symbol danger or death", "crossbones"], ["bow", "a bow fixed transversely on a wooden stock grooved to direct the arrow (quarrel)", "crossbow"], ["breed", "(genetics) an organism that is the offspring of genetically dissimilar parents or stock; especially offspring produced by breeding plants or animals of different varieties or breeds or species", "crossbreed"], ["check", "an instance of confirming something by considering information from several sources", "crosscheck"], ["cut", "a diagonal path", "crosscut"], ["fire", "a lively or heated interchange of ideas and opinions", "crossfire"], ["hatch", "shading consisting of multiple crossing lines", "crosshatch"], ["over", "the interchange of sections between pairing homologous chromosomes during the prophase of meiosis", "crossover"], ["patch", "a bad-tempered person", "crosspatch"], ["road", "a junction where one street or road crosses another", "crossroad"], ["talk", "the presence of an unwanted signal via an accidental coupling", "crosstalk"], ["walk", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other", "crosswalk"], ["wind", "wind blowing across the path of a ship or aircraft", "crosswind"], ["word", "a puzzle in which words corresponding to numbered clues are to be found and written in to squares in the puzzle", "crossword"]]}, {"answer": "cut", "hint": "cut _", "clues": [["away", "a representation (drawing or model) of something in which the outside is omitted to reveal the inner parts", "cutaway"], ["back", "a reduction in quantity or rate", "cutback"], ["off", "a designated limit beyond which something cannot function or must be terminated", "cutoff"], ["out", "a switch that interrupts an electric circuit in the event of an overload", "cutout"], ["throat", "someone who murders by cutting the victim's throat", "cutthroat"], ["worm", "North American moth whose larvae feed on young plant stems cutting them off at the ground", "cutworm"]]}, {"answer": "day", "hint": "day _", "clues": [["bed", "an armless couch; a seat by day and a bed by night", "daybed"], ["break", "the first light of day", "daybreak"], ["care", "childcare during the day while parents work", "daycare"], ["dream", "absentminded dreaming while awake", "daydream"], ["dreamer", "someone who indulges in idle or absentminded daydreaming", "daydreamer"], ["light", "the time after sunrise and before sunset while it is light outside", "daylight"], ["time", "the time after sunrise and before sunset while it is light outside", "daytime"]]}, {"answer": "dead", "hint": "dead _", "clues": [["beat", "someone who fails to meet a financial obligation", "deadbeat"], ["bolt", "the part of a lock that is engaged or withdrawn with a key", "deadbolt"], ["head", "a nonenterprising person who is not paying his way", "deadhead"], ["line", "the point in time at which something must be completed", "deadline"], ["lock", "a situation in which no progress can be made or no advancement is possible", "deadlock"], ["wood", "a branch or a part of a tree that is dead", "deadwood"]]}, {"answer": "death", "hint": "death _", "clues": [["bed", "the last few hours before death", "deathbed"], ["blow", "the blow that kills (usually mercifully)", "deathblow"], ["trap", "any structure that is very unsafe; where people are likely to be killed", "deathtrap"], ["watch", "minute wingless psocopterous insects injurious to books and papers", "deathwatch"]]}, {"answer": "dish", "hint": "dish _", "clues": [["cloth", "a cloth for washing dishes", "dishcloth"], ["pan", "large pan for washing dishes", "dishpan"], ["rag", "a cloth for washing dishes", "dishrag"], ["towel", "a towel for drying dishes", "dishtowel"], ["ware", "tableware (eating and serving dishes) collectively", "dishware"], ["washer", "a machine for washing dishes", "dishwasher"], ["water", "water in which dishes and cooking utensils are washed", "dishwater"]]}, {"answer": "dog", "hint": "dog _", "clues": [["cart", "a cart drawn by a dog", "dogcart"], ["fight", "a fiercely disputed contest", "dogfight"], ["fish", "primitive long-bodied carnivorous freshwater fish with a very long dorsal fin; found in sluggish waters of North America", "dogfish"], ["house", "outbuilding that serves as a shelter for a dog", "doghouse"], ["leg", "angle that resembles the hind leg of a dog", "dogleg"], ["sled", "a sled pulled by dogs", "dogsled"], ["trot", "a steady trot like that of a dog", "dogtrot"], ["wood", "a tree of shrub of the genus Cornus often having showy bracts resembling flowers", "dogwood"]]}, {"answer": "door", "hint": "door _", "clues": [["bell", "a push button at an outer door that gives a ringing or buzzing signal when pushed", "doorbell"], ["jamb", "a jamb for a door", "doorjamb"], ["keeper", "an official stationed at the entrance of a courtroom or legislative chamber", "doorkeeper"], ["knob", "a knob used to release the catch when opening a door (often called `doorhandle' in Great Britain)", "doorknob"], ["knocker", "a device (usually metal and ornamental) attached by a hinge to a door", "doorknocker"], ["mat", "a person who is physically weak and ineffectual", "doormat"], ["nail", "a nail with a large head; formerly used to decorate doors", "doornail"], ["plate", "a nameplate fastened to a door; indicates the person who works or lives there", "doorplate"], ["post", "a jamb for a door", "doorpost"], ["step", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway", "doorstep"], ["stop", "a stop that keeps open doors from moving", "doorstop"], ["way", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close", "doorway"], ["yard", "a yard outside the front or rear door of a house", "dooryard"]]}, {"answer": "down", "hint": "down _", "clues": [["beat", "the first beat of a musical measure (as the conductor's arm moves downward)", "downbeat"], ["cast", "a ventilation shaft through which air enters a mine", "downcast"], ["draft", "a strong downward air current", "downdraft"], ["fall", "failure that results in a loss of position or reputation", "downfall"], ["grade", "the property possessed by a slope or surface that descends", "downgrade"], ["hill", "the downward slope of a hill", "downhill"], ["pour", "a heavy rain", "downpour"], ["shift", "a change from a financially rewarding but stressful career to a less well paid but more fulfilling one", "downshift"], ["side", "a negative aspect of something that is generally positive", "downside"], ["sizing", "the reduction of expenditures in order to become financially stable", "downsizing"], ["stage", "the front half of the stage (as seen from the audience)", "downstage"], ["swing", "a swing downward of a golf club", "downswing"], ["time", "a period of time when something (as a machine or factory) is not operating (especially as a result of malfunctions)", "downtime"], ["town", "the central area or commercial center of a town or city", "downtown"], ["turn", "a worsening of business or economic activity", "downturn"]]}, {"answer": "ear", "hint": "ear _", "clues": [["ache", "an ache localized in the middle or inner ear", "earache"], ["drum", "the membrane in the ear that vibrates to sound", "eardrum"], ["lobe", "the fleshy pendulous part of the external human ear", "earlobe"], ["mark", "identification mark on the ear of a domestic animal", "earmark"], ["muff", "either of a pair of ear coverings (usually connected by a headband) that are worn to keep the ears warm in cold weather", "earmuff"], ["phone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "earphone"], ["piece", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "earpiece"], ["plug", "an earphone that is inserted into the ear canal", "earplug"], ["ring", "jewelry to ornament the ear; usually clipped to the earlobe or fastened through a hole in the lobe", "earring"], ["shot", "the range within which a voice can be heard", "earshot"], ["wax", "a soft yellow wax secreted by glands in the ear canal", "earwax"], ["wig", "any of numerous insects of the order Dermaptera having elongate bodies and slender many-jointed antennae and a pair of large pincers at the rear of the abdomen", "earwig"]]}, {"answer": "egg", "hint": "egg _", "clues": [["beater", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "eggbeater"], ["cup", "dishware consisting of a small cup for serving a boiled egg", "eggcup"], ["head", "an intellectual; a very studious and academic person", "egghead"], ["nog", "a punch made of sweetened milk or cream mixed with eggs and usually alcoholic liquor", "eggnog"], ["plant", "egg-shaped vegetable having a shiny skin typically dark purple but occasionally white or yellow", "eggplant"], ["shell", "the exterior covering of a bird's egg", "eggshell"]]}, {"answer": "eye", "hint": "eye _", "clues": [["ball", "the ball-shaped capsule containing the vertebrate eye", "eyeball"], ["brow", "the arch of hair above each eye", "eyebrow"], ["glass", "lens for correcting defective vision in one eye; held in place by facial muscles", "eyeglass"], ["lash", "any of the short curved hairs that grow from the edges of the eyelids", "eyelash"], ["lid", "either of two folds of skin that can be moved to cover or open the eye", "eyelid"], ["liner", "makeup applied to emphasize the shape of the eyes", "eyeliner"], ["piece", "combination of lenses at the viewing end of optical instruments", "eyepiece"], ["shadow", "makeup consisting of a cosmetic substance used to darken the eyes", "eyeshadow"], ["sight", "normal use of the faculty of vision", "eyesight"], ["sore", "something very ugly and offensive", "eyesore"], ["strain", "a tiredness of the eyes caused by prolonged close work by a person with an uncorrected vision problem", "eyestrain"], ["tooth", "one of the four pointed conical teeth (two in each jaw) located between the incisors and the premolars", "eyetooth"], ["wash", "lotion consisting of a solution used as a cleanser for the eyes", "eyewash"], ["witness", "a spectator who can describe what happened", "eyewitness"]]}, {"answer": "farm", "hint": "farm _", "clues": [["hand", "a hired hand on a farm", "farmhand"], ["house", "house for a farmer and family", "farmhouse"], ["land", "a rural area where farming is practiced", "farmland"], ["stead", "the buildings and adjacent grounds of a farm", "farmstead"], ["yard", "an area adjacent to farm buildings", "farmyard"]]}, {"answer": "feed", "hint": "feed _", "clues": [["back", "the process in which part of the output of a system is returned to its input in order to regulate its further output", "feedback"], ["bag", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head", "feedbag"], ["lot", "a building where livestock are fattened for market", "feedlot"], ["stock", "the raw material that is required for some industrial process", "feedstock"]]}, {"answer": "finger", "hint": "finger _", "clues": [["board", "a guidepost resembling a hand with a pointing index finger", "fingerboard"], ["mark", "a smudge made by a (dirty) finger", "fingermark"], ["nail", "the nail at the end of a finger", "fingernail"], ["print", "a print made by an impression of the ridges in the skin of a finger; often used for biometric identification in criminal investigations", "fingerprint"], ["tip", "the end (tip) of a finger", "fingertip"]]}, {"answer": "fire", "hint": "fire _", "clues": [["arm", "a portable gun", "firearm"], ["ball", "an especially luminous meteor (sometimes exploding)", "fireball"], ["bomb", "a bomb that is designed to start fires; is most effective against flammable targets (such as fuel)", "firebomb"], ["box", "a furnace (as on a steam locomotive) in which fuel is burned", "firebox"], ["brand", "a piece of wood that has been burned or is burning", "firebrand"], ["break", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire", "firebreak"], ["brick", "brick made of fire clay; used for lining e.g. furnaces and chimneys", "firebrick"], ["bug", "a criminal who illegally sets fire to property", "firebug"], ["cracker", "firework consisting of a small explosive charge and fuse in a heavy paper casing", "firecracker"], ["damp", "a mixture of gases (mostly methane) that form in coal mines and become explosive when mixed with air", "firedamp"], ["fighter", "a member of a fire department who tries to extinguish fires", "firefighter"], ["fly", "tropical American click beetle having bright luminous spots", "firefly"], ["guard", "a narrow field that has been cleared to check the spread of a prairie fire or forest fire", "fireguard"], ["house", "a station housing fire apparatus and firemen", "firehouse"], ["light", "the light of a fire (especially in a fireplace)", "firelight"], ["place", "an open recess in a wall at the base of a chimney where a fire can be built", "fireplace"], ["plug", "an upright hydrant for drawing water to use in fighting a fire", "fireplug"], ["power", "(military) the relative capacity for delivering fire on a target", "firepower"], ["side", "an area near a fireplace (usually paved and extending out into a room)", "fireside"], ["storm", "a storm in which violent winds are drawn into the column of hot air rising over a severely bombed area", "firestorm"], ["trap", "a building that would be hard to escape from if it were to catch fire", "firetrap"], ["wall", "(colloquial) the application of maximum thrust", "firewall"], ["water", "any strong spirits (such as strong whisky or rum)", "firewater"], ["wood", "wood used for fuel", "firewood"], ["work", "(usually plural) a device with an explosive that burns at a low rate and with colored flames; can be used to illuminate areas or send signals etc.", "firework"]]}, {"answer": "fish", "hint": "fish _", "clues": [["bowl", "a state of affairs in which you have no privacy", "fishbowl"], ["hook", "a sharp barbed hook for catching fish", "fishhook"], ["monger", "someone who sells fish", "fishmonger"], ["net", "a net that will enclose fish when it is pulled in", "fishnet"], ["pond", "a freshwater pond with fish", "fishpond"], ["wife", "someone who sells fish", "fishwife"]]}, {"answer": "flag", "hint": "flag _", "clues": [["pole", "surveying instrument consisting of a straight rod painted in bands of alternate red and white each one foot wide; used for sightings by surveyors", "flagpole"], ["ship", "the chief one of a related group", "flagship"], ["staff", "a town in north central Arizona; site of an important observatory", "flagstaff"], ["stone", "stratified stone that splits into pieces suitable as paving stones", "flagstone"]]}, {"answer": "flash", "hint": "flash _", "clues": [["back", "a transition (in literary or theatrical works or films) to an earlier event or scene that interrupts the normal chronological development of the story", "flashback"], ["bulb", "a lamp for providing momentary light to take a photograph", "flashbulb"], ["card", "a card with words or numbers or pictures that is flashed to a class by the teacher", "flashcard"], ["gun", "a lamp for providing momentary light to take a photograph", "flashgun"], ["light", "a small portable battery-powered electric lamp", "flashlight"]]}, {"answer": "flat", "hint": "flat _", "clues": [["bed", "freight car without permanent sides or roof", "flatbed"], ["boat", "a flatbottom boat for carrying heavy loads (especially on canals)", "flatboat"], ["car", "freight car without permanent sides or roof", "flatcar"], ["fish", "sweet lean whitish flesh of any of numerous thin-bodied fish; usually served as thin fillets", "flatfish"], ["foot", "a policeman who patrols a given region", "flatfoot"], ["iron", "an iron that was heated by placing it on a stove", "flatiron"], ["mate", "an associate who shares an apartment with you", "flatmate"], ["top", "a closely cropped haircut; usually for men", "flattop"], ["ware", "tableware that is relatively flat and fashioned as a single piece", "flatware"], ["worm", "parasitic or free-living worms having a flattened body", "flatworm"]]}, {"answer": "fly", "hint": "fly _", "clues": [["catcher", "any of a large group of small songbirds that feed on insects taken on the wing", "flycatcher"], ["leaf", "a blank leaf in the front or back of a book", "flyleaf"], ["over", "bridge formed by the upper level of a crossing of two highways at different levels", "flyover"], ["paper", "paper that is poisoned or coated with a sticky substance to kill flies", "flypaper"], ["past", "a flight at a low altitude (usually of military aircraft) over spectators on the ground", "flypast"], ["speck", "a tiny dark speck made by the excrement of a fly", "flyspeck"], ["swatter", "an implement with a flat part (of mesh or plastic) and a long handle; used to kill insects", "flyswatter"], ["way", "the geographic route along which birds customarily migrate", "flyway"], ["weight", "weighs no more than 115 pounds", "flyweight"], ["wheel", "regulator consisting of a heavy wheel that stores kinetic energy and smooths the operation of a reciprocating engine", "flywheel"]]}, {"answer": "foot", "hint": "foot _", "clues": [["ball", "any of various games played with a ball (round or oval) in which two teams try to kick or carry or propel the ball into each other's goal", "football"], ["bridge", "a bridge designed for pedestrians", "footbridge"], ["fall", "the sound of a step of someone walking", "footfall"], ["hill", "a relatively low hill on the lower slope of a mountain", "foothill"], ["hold", "an area in hostile territory that has been captured and is held awaiting further troops and supplies", "foothold"], ["lights", "theater light at the front of a stage that illuminate the set and actors", "footlights"], ["locker", "a trunk for storing personal possessions; usually kept at the foot of a bed (as in a barracks)", "footlocker"], ["note", "a printed note placed below the text on a printed page", "footnote"], ["path", "a trodden path", "footpath"], ["plate", "the platform in the cab of a locomotive on which the engineer stands to operate the controls", "footplate"], ["print", "a mark of a foot or shoe on a surface", "footprint"], ["race", "a race run on foot", "footrace"], ["rest", "a low seat or a stool to rest the feet of a seated person", "footrest"], ["step", "the sound of a step of someone walking", "footstep"], ["stool", "a low seat or a stool to rest the feet of a seated person", "footstool"], ["wear", "clothing worn on a person's feet", "footwear"], ["work", "the manner of using the feet", "footwork"]]}, {"answer": "fore", "hint": "fore _", "clues": [["ground", "the part of a scene that is near the viewer", "foreground"], ["head", "the part of the face above the eyes", "forehead"], ["mast", "the mast nearest the bow in vessels with two or more masts", "foremast"], ["name", "the name that precedes the surname", "forename"], ["runner", "a person who goes before or announces the coming of another", "forerunner"]]}, {"answer": "four", "hint": "four _", "clues": [["pence", "a former English silver coin worth four pennies", "fourpence"], ["score", "the cardinal number that is the product of ten and eight", "fourscore"], ["some", "four people considered as a unit", "foursome"], ["square", "(geometry) a plane rectangle with four equal sides and four right angles; a four-sided regular polygon", "foursquare"]]}, {"answer": "fox", "hint": "fox _", "clues": [["glove", "any of several plants of the genus Digitalis", "foxglove"], ["hole", "a small dugout with a pit for individual shelter against enemy fire", "foxhole"], ["hound", "medium-sized glossy-coated hounds developed for hunting foxes", "foxhound"], ["hunt", "mounted hunters follow hounds in pursuit of a fox", "foxhunt"], ["trot", "a ballroom dance in quadruple time; combines short and long and fast and slow steps fixed sequences", "foxtrot"]]}, {"answer": "free", "hint": "free _", "clues": [["hold", "an estate held in fee simple or for life", "freehold"], ["holder", "the owner of a freehold", "freeholder"], ["lance", "a writer or artist who sells services to different employers without a long-term contract with any of them", "freelance"], ["loader", "someone who takes advantage of the generosity of others", "freeloader"], ["masonry", "a natural or instinctive fellowship between people of similar interests", "freemasonry"], ["stone", "fruit (especially peach) whose flesh does not adhere to the pit", "freestone"], ["style", "a race (as in swimming) in which each contestant has a free choice of the style to use", "freestyle"], ["thinker", "a person who believes that God created the universe and then abandoned it", "freethinker"], ["thinking", "the doctrine that reason is the right basis for regulating conduct", "freethinking"], ["ware", "software that is provided without charge", "freeware"], ["way", "a broad highway designed for high-speed traffic", "freeway"], ["wheel", "a clutch (as on the rear wheel of a bicycle) that allows wheels to turn freely (as in coasting)", "freewheel"]]}, {"answer": "gate", "hint": "gate _", "clues": [["crasher", "someone who gets in (to a party) without an invitation or without paying", "gatecrasher"], ["house", "a house built at a gateway; usually the gatekeeper's residence", "gatehouse"], ["keeper", "someone who controls access to something", "gatekeeper"], ["post", "either of two posts that bound a gate", "gatepost"], ["way", "an entrance that can be closed by a gate", "gateway"]]}, {"answer": "goal", "hint": "goal _", "clues": [["keeper", "the soccer or hockey player assigned to protect the goal", "goalkeeper"], ["mouth", "(sports) the area immediately in front of the goal", "goalmouth"], ["post", "one of a pair of posts (usually joined by a crossbar) that are set up as a goal at each end of a playing field", "goalpost"], ["tender", "the soccer or hockey player assigned to protect the goal", "goaltender"]]}, {"answer": "god", "hint": "god _", "clues": [["child", "an infant who is sponsored by an adult (the godparent) at baptism", "godchild"], ["daughter", "a female godchild", "goddaughter"], ["father", "any man who serves as a sponsor for a child at baptism", "godfather"], ["mother", "any woman who serves as a sponsor for a child at baptism", "godmother"], ["parent", "a person who sponsors someone (the godchild) at baptism", "godparent"], ["send", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"], ["son", "a male godchild", "godson"]]}, {"answer": "gold", "hint": "gold _", "clues": [["brick", "a soldier who performs his duties without proper care or effort", "goldbrick"], ["field", "a district where gold is mined", "goldfield"], ["finch", "American finch whose male has yellow body plumage in summer", "goldfinch"], ["fish", "small golden or orange-red freshwater fishes of Eurasia used as pond or aquarium fishes", "goldfish"], ["mine", "a good source of something that is desired", "goldmine"], ["smith", "an artisan who makes jewelry and other objects out of gold", "goldsmith"]]}, {"answer": "grand", "hint": "grand _", "clues": [["aunt", "an aunt of your father or mother", "grandaunt"], ["child", "a child of your son or daughter", "grandchild"], ["dad", "the father of your father or mother", "granddad"], ["daddy", "the father of your father or mother", "granddaddy"], ["daughter", "a female grandchild", "granddaughter"], ["father", "the father of your father or mother", "grandfather"], ["master", "a player of exceptional or world class skill in chess or bridge", "grandmaster"], ["mother", "the mother of your father or mother", "grandmother"], ["nephew", "a son of your niece or nephew", "grandnephew"], ["niece", "a daughter of your niece or nephew", "grandniece"], ["parent", "a parent of your father or mother", "grandparent"], ["son", "a male grandchild", "grandson"], ["stand", "the audience at a stadium or racetrack", "grandstand"], ["uncle", "an uncle of your father or mother", "granduncle"]]}, {"answer": "green", "hint": "green _", "clues": [["back", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["belt", "a belt of parks or rural land surrounding a town or city", "greenbelt"], ["fly", "greenish aphid; pest on garden and crop plants", "greenfly"], ["gage", "sweet green or greenish-yellow variety of plum", "greengage"], ["grocer", "a grocer who sells fresh fruits and vegetables", "greengrocer"], ["horn", "an awkward and inexperienced youth", "greenhorn"], ["house", "a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions", "greenhouse"], ["mail", "(corporation) the practice of purchasing enough shares in a firm to threaten a takeover and thereby forcing the owners to buy those shares back at a premium in order to stay in business", "greenmail"], ["room", "a backstage room in a theater where performers rest or have visitors", "greenroom"], ["sward", "surface layer of ground containing a mat of grass and grass roots", "greensward"], ["wood", "woodlands in full leaf", "greenwood"]]}, {"answer": "ground", "hint": "ground _", "clues": [["breaking", "the ceremonial breaking of the ground to formally begin a construction project", "groundbreaking"], ["hog", "reddish brown North American marmot", "groundhog"], ["nut", "a North American vine with fragrant blossoms and edible tubers; important food crop of Native Americans", "groundnut"], ["sheet", "a waterproofed piece of cloth spread on the ground (as under a tent) to protect from moisture", "groundsheet"], ["work", "the fundamental assumptions from which something is begun or developed or calculated or explained", "groundwork"]]}, {"answer": "gun", "hint": "gun _", "clues": [["boat", "a small shallow-draft boat carrying mounted guns; used by costal patrols", "gunboat"], ["fight", "a fight involving shooting small arms with the intent to kill or frighten", "gunfight"], ["fire", "the act of shooting a gun", "gunfire"], ["metal", "a type of bronze used for parts subject to wear or corrosion (especially corrosion by sea water)", "gunmetal"], ["point", "the gun muzzle's direction", "gunpoint"], ["powder", "a mixture of potassium nitrate, charcoal, and sulfur in a 75:15:10 ratio which is used in gunnery, time fuses, and fireworks", "gunpowder"], ["runner", "a smuggler of guns", "gunrunner"], ["running", "the smuggling of guns and ammunition into a country secretly and illegally", "gunrunning"], ["shot", "the act of shooting a gun", "gunshot"], ["slinger", "a professional killer who uses a gun", "gunslinger"], ["smith", "someone who makes or repairs guns", "gunsmith"], ["wale", "wale at the top of the side of boat; topmost planking of a wooden vessel", "gunwale"]]}, {"answer": "hair", "hint": "hair _", "clues": [["ball", "a compact mass of hair that forms in the alimentary canal (especially in the stomach of animals as a result of licking fur)", "hairball"], ["brush", "a brush used to groom a person's hair", "hairbrush"], ["care", "care for the hair: the activity of washing or cutting or curling or arranging the hair", "haircare"], ["cloth", "cloth woven from horsehair or camelhair; used for upholstery or stiffening in garments", "haircloth"], ["cut", "the style in which hair has been cut", "haircut"], ["dresser", "someone who cuts or beautifies hair", "hairdresser"], ["dressing", "a toiletry for the hair", "hairdressing"], ["grip", "a flat wire hairpin whose prongs press tightly together; used to hold bobbed hair in place", "hairgrip"], ["line", "a very thin line", "hairline"], ["net", "a small net that some women wear over their hair to keep it in place", "hairnet"], ["piece", "a covering or bunch of human or artificial hair used for disguise or adornment", "hairpiece"], ["pin", "a double pronged pin used to hold women's hair in place", "hairpin"], ["splitter", "a disputant who makes unreasonably fine distinctions", "hairsplitter"], ["splitting", "making too fine distinctions of little importance", "hairsplitting"], ["spring", "a fine spiral spring that regulates the movement of the balance wheel in a timepiece", "hairspring"], ["style", "the arrangement of the hair (especially a woman's hair)", "hairstyle"], ["stylist", "someone who cuts or beautifies hair", "hairstylist"]]}, {"answer": "half", "hint": "half _", "clues": [["back", "(football) the running back who plays the offensive halfback position", "halfback"], ["penny", "an English coin worth half a penny", "halfpenny"], ["time", "an intermission between the first and second half of a game", "halftime"], ["tone", "a print obtained from photoengraving", "halftone"]]}, {"answer": "hand", "hint": "hand _", "clues": [["bag", "a container used for carrying money and small personal items or accessories (especially by women)", "handbag"], ["ball", "a small rubber ball used in playing the game of handball", "handball"], ["barrow", "a rectangular frame with handles at both ends; carried by two people", "handbarrow"], ["basin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "handbasin"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["book", "a concise reference book providing specific information about a subject or location", "handbook"], ["car", "a small railroad car propelled by hand or by a small motor", "handcar"], ["clasp", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)", "handclasp"], ["craft", "a work produced by hand labor", "handcraft"], ["cuff", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs", "handcuff"], ["gun", "a firearm that is held and fired with one hand", "handgun"], ["hold", "an appendage to hold onto", "handhold"], ["kerchief", "a square piece of cloth used for wiping the eyes or nose or as a costume accessory", "handkerchief"], ["maid", "in a subordinate position", "handmaid"], ["maiden", "in a subordinate position", "handmaiden"], ["out", "an announcement distributed to members of the press in order to supplement or replace an oral presentation", "handout"], ["over", "act of relinquishing property or authority etc", "handover"], ["rail", "a railing at the side of a staircase or balcony to prevent people from falling", "handrail"], ["saw", "a saw used with one hand for cutting wood", "handsaw"], ["set", "telephone set with the mouthpiece and earpiece mounted on a single handle", "handset"], ["shake", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)", "handshake"], ["shaking", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)", "handshaking"], ["spring", "an acrobatic feat in which a person goes from a standing position to a handstand and back again", "handspring"], ["stand", "the act of supporting yourself by your hands alone in an upside down position", "handstand"], ["work", "a work produced by hand labor", "handwork"], ["writing", "something written by hand", "handwriting"]]}, {"answer": "hard", "hint": "hard _", "clues": [["back", "a book with cardboard or cloth or leather covers", "hardback"], ["ball", "a no-nonsense attitude in business or politics", "hardball"], ["board", "a cheap hard material made from wood chips that are pressed together and bound with synthetic resin", "hardboard"], ["cover", "a book with cardboard or cloth or leather covers", "hardcover"], ["liner", "a conservative who is uncompromising", "hardliner"], ["tack", "very hard unsalted biscuit or bread; a former ship's staple", "hardtack"], ["top", "a car that resembles a convertible but has a fixed rigid top", "hardtop"], ["ware", "major items of military weaponry (as tanks or missile)", "hardware"], ["wood", "the wood of broad-leaved dicotyledonous trees (as distinguished from the wood of conifers)", "hardwood"]]}, {"answer": "hay", "hint": "hay _", "clues": [["cock", "a small cone-shaped pile of hay that has been left in the field until it is dry enough to carry to the hayrick", "haycock"], ["field", "a field where grass or alfalfa are grown to be made into hay", "hayfield"], ["loft", "a loft in a barn where hay is stored", "hayloft"], ["making", "taking full advantage of an opportunity while it lasts", "haymaking"], ["mow", "a mass of hay piled up in a barn for preservation", "haymow"], ["rick", "a stack of hay", "hayrick"], ["seed", "a person who is not very intelligent or interested in culture", "hayseed"], ["stack", "a stack of hay", "haystack"], ["wire", "wire for tying up bales of hay", "haywire"]]}, {"answer": "head", "hint": "head _", "clues": [["ache", "something or someone that causes anxiety; a source of unhappiness", "headache"], ["band", "a band worn around or over the head", "headband"], ["board", "a vertical board or panel forming the head of a bedstead", "headboard"], ["cheese", "sausage or jellied loaf made of chopped parts of the head meat and sometimes feet and tongue of a calf or pig", "headcheese"], ["count", "number of people in a particular group", "headcount"], ["dress", "clothing for the head", "headdress"], ["gear", "clothing for the head", "headgear"], ["hunter", "a recruiter of personnel (especially for corporations)", "headhunter"], ["lamp", "a powerful light with reflector; attached to the front of an automobile or locomotive", "headlamp"], ["land", "a natural elevation (especially a rocky one that juts out into the sea)", "headland"], ["light", "a powerful light with reflector; attached to the front of an automobile or locomotive", "headlight"], ["line", "the heading or caption of a newspaper article", "headline"], ["lock", "a wrestling hold in which the opponent's head is locked between the crook of your elbow and the side of your body", "headlock"], ["master", "presiding officer of a school", "headmaster"], ["mastership", "the position of headmaster", "headmastership"], ["mistress", "a woman headmaster", "headmistress"], ["phone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "headphone"], ["piece", "the band that is the part of a bridle that fits around a horse's head", "headpiece"], ["pin", "the front bowling pin in the triangular arrangement of ten pins", "headpin"], ["quarters", "(usually plural) the office that serves as the administrative center of an enterprise", "headquarters"], ["rest", "a cushion attached to the top of the back of an automobile's seat to prevent whiplash", "headrest"], ["room", "vertical space available to allow easy passage under something", "headroom"], ["scarf", "a kerchief worn over the head and tied under the chin", "headscarf"], ["set", "receiver consisting of a pair of headphones", "headset"], ["stall", "the band that is the part of a bridle that fits around a horse's head", "headstall"], ["stand", "an acrobatic feat in which a person balances on the head (usually with the help of the hands)", "headstand"], ["stock", "the stationary support in a machine or power tool that supports and drives a revolving part (as a chuck or the spindle on a lathe)", "headstock"], ["stone", "the central building block at the top of an arch or vault", "headstone"], ["waiter", "a dining-room attendant who is in charge of the waiters and the seating of customers", "headwaiter"], ["way", "vertical space available to allow easy passage under something", "headway"], ["wind", "wind blowing opposite to the path of a ship or aircraft", "headwind"], ["word", "a content word that can be qualified by a modifier", "headword"]]}, {"answer": "heart", "hint": "heart _", "clues": [["ache", "intense sorrow caused by loss of a loved one (especially by death)", "heartache"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "heartbeat"], ["break", "intense sorrow caused by loss of a loved one (especially by death)", "heartbreak"], ["burn", "a painful burning sensation in the chest caused by gastroesophageal reflux (backflow from the stomach irritating the esophagus); symptomatic of an ulcer or a diaphragmatic hernia or other disorder", "heartburn"], ["land", "the central region of a country or continent; especially a region that is important to a country or to a culture", "heartland"], ["sickness", "feeling downcast and disheartened and hopeless", "heartsickness"], ["strings", "your deepest feelings of love and compassion", "heartstrings"], ["throb", "an object of infatuation", "heartthrob"], ["wood", "the older inactive central wood of a tree or woody plant; usually darker and denser than the surrounding sapwood", "heartwood"]]}, {"answer": "high", "hint": "high _", "clues": [["ball", "a mixed drink made of alcoholic liquor mixed with water or a carbonated beverage and served in a tall glass", "highball"], ["boy", "a tall chest of drawers divided into two sections and supported on four legs", "highboy"], ["brow", "a person of intellectual or erudite tastes", "highbrow"], ["chair", "a chair for feeding a very young child; has four long legs and a footrest and a detachable tray", "highchair"], ["land", "elevated (e.g., mountainous) land", "highland"], ["light", "the most interesting or memorable part", "highlight"], ["lighter", "a cosmetic used to highlight the eyes or cheekbones", "highlighter"], ["road", "a highway", "highroad"], ["way", "a major road for any form of motor transport", "highway"]]}, {"answer": "home", "hint": "home _", "clues": [["body", "a person who seldom goes anywhere; one not given to wandering or travel", "homebody"], ["coming", "an annual school or university reunion for graduates", "homecoming"], ["land", "the country where you were born", "homeland"], ["maker", "a wife who manages a household while her husband earns the family income", "homemaker"], ["making", "the management of a household", "homemaking"], ["owner", "someone who owns a home", "homeowner"], ["page", "the opening page of a web site", "homepage"], ["room", "a classroom in which all students in a particular grade (or in a division of a grade) meet at certain times under the supervision of a teacher who takes attendance and does other administrative business", "homeroom"], ["sickness", "a longing to return home", "homesickness"], ["spun", "a rough loosely woven fabric originally made with yarn that was spun at home", "homespun"], ["stead", "the home and adjacent grounds occupied by a family", "homestead"], ["stretch", "the end of an enterprise", "homestretch"], ["town", "the town (or city) where you grew up or where you have your principal residence", "hometown"], ["work", "preparatory school work done outside school (especially at home)", "homework"]]}, {"answer": "honey", "hint": "honey _", "clues": [["bee", "social bee often domesticated for the honey it produces", "honeybee"], ["comb", "a structure of small hexagonal cells constructed from beeswax by bees and used to store honey and larvae", "honeycomb"], ["dew", "the fruit of a variety of winter melon vine; a large smooth greenish-white melon with pale green flesh", "honeydew"], ["moon", "a holiday taken by a newly married couple", "honeymoon"], ["pot", "South African shrub whose flowers when open are cup-shaped resembling artichokes", "honeypot"], ["suckle", "shrub or vine of the genus Lonicera", "honeysuckle"]]}, {"answer": "horse", "hint": "horse _", "clues": [["back", "the back of a horse", "horseback"], ["box", "a conveyance (railroad car or trailer) for transporting racehorses", "horsebox"], ["flesh", "the flesh of horses as food", "horseflesh"], ["fly", "winged fly parasitic on horses", "horsefly"], ["hair", "hair taken from the mane or tail of a horse", "horsehair"], ["hide", "leather from the hide of a horse", "horsehide"], ["laugh", "a loud laugh that sounds like a horse neighing", "horselaugh"], ["play", "rowdy or boisterous play", "horseplay"], ["power", "a unit of power equal to 746 watts", "horsepower"], ["radish", "the root of the horseradish plant; it is grated or ground and used for seasoning", "horseradish"], ["shoe", "game equipment consisting of an open ring of iron used in playing horseshoes", "horseshoe"], ["tail", "perennial rushlike flowerless herbs with jointed hollow stems and narrow toothlike leaves that spread by creeping rhizomes; tend to become weedy; common in northern hemisphere; some in Africa and South America", "horsetail"], ["whip", "a whip for controlling horses", "horsewhip"], ["whipping", "the act of whipping with a horsewhip", "horsewhipping"]]}, {"answer": "hot", "hint": "hot _", "clues": [["bed", "a situation that is ideal for rapid development (especially of something bad)", "hotbed"], ["box", "a journal bearing (as of a railroad car) that has overheated", "hotbox"], ["cake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["dog", "someone who performs dangerous stunts to attract attention to himself", "hotdog"], ["foot", "a practical joke that involves inserting a match surreptitiously between the sole and upper of the victim's shoe and then lighting it", "hotfoot"], ["head", "a belligerent grouch", "hothead"], ["house", "a greenhouse in which plants are arranged in a pleasing manner", "hothouse"], ["plate", "a portable electric appliance for heating or cooking or keeping food warm", "hotplate"], ["pot", "a stew of meat and potatoes cooked in a tightly covered pot", "hotpot"], ["shot", "someone who is dazzlingly skilled in any field", "hotshot"]]}, {"answer": "house", "hint": "house _", "clues": [["boat", "a barge that is designed and equipped for use as a dwelling", "houseboat"], ["breaker", "a burglar who unlawfully breaks into and enters another person's house", "housebreaker"], ["breaking", "trespassing for an unlawful purpose; illegal entrance into premises with criminal intent", "housebreaking"], ["cleaning", "(figurative) the act of reforming by the removal of unwanted personnel or practices or conditions", "housecleaning"], ["coat", "a loose dressing gown for women", "housecoat"], ["fly", "common fly that frequents human habitations and spreads many diseases", "housefly"], ["hold", "a social unit living together", "household"], ["holder", "someone who owns a home", "householder"], ["husband", "a husband who keeps house while his wife earns the family income", "househusband"], ["keeper", "a servant who is employed to perform domestic task in a household", "housekeeper"], ["keeping", "the work of cleaning and running a house", "housekeeping"], ["lights", "lights that illuminate the audience's part of a theater or other auditorium", "houselights"], ["maid", "a female domestic", "housemaid"], ["master", "teacher in charge of a school boardinghouse", "housemaster"], ["mate", "someone who resides in the same house with you", "housemate"], ["mother", "a woman employed as a chaperon in a residence for young people", "housemother"], ["plant", "any of a variety of plants grown indoors for decorative purposes", "houseplant"], ["room", "space for accommodation in a house", "houseroom"], ["top", "the roof of a house", "housetop"], ["warming", "a party of people assembled to celebrate moving into a new home", "housewarming"], ["wife", "a wife who manages a household while her husband earns the family income", "housewife"], ["work", "the work of cleaning and running a house", "housework"]]}, {"answer": "ice", "hint": "ice _", "clues": [["berg", "a large mass of ice floating at sea; usually broken off of a polar glacier", "iceberg"], ["boat", "a ship with a reinforced bow to break up ice and keep channels open for navigation", "iceboat"], ["box", "white goods in which food can be stored at low temperatures", "icebox"], ["breaker", "a ship with a reinforced bow to break up ice and keep channels open for navigation", "icebreaker"], ["cap", "a mass of ice and snow that permanently covers a large area of land (e.g., the polar regions or a mountain peak)", "icecap"], ["pick", "pick consisting of a steel rod with a sharp point; used for breaking up blocks of ice", "icepick"]]}, {"answer": "iron", "hint": "iron _", "clues": [["clad", "a wooden warship of the 19th century that is plated with iron or steel armor", "ironclad"], ["monger", "someone who sells hardware", "ironmonger"], ["ware", "instrumentalities (tools or implements) made of metal", "ironware"], ["wood", "handsome East Indian evergreen tree often planted as an ornamental for its fragrant white flowers that yield a perfume; source of very heavy hardwood used for railroad ties", "ironwood"], ["work", "work made of iron (gratings or rails or railings etc)", "ironwork"]]}, {"answer": "jack", "hint": "jack _", "clues": [["ass", "a man who is a stupid incompetent fool", "jackass"], ["boot", "(19th century) a man's high tasseled boot", "jackboot"], ["hammer", "a hammer driven by compressed air", "jackhammer"], ["knife", "a large knife with one or more folding blades", "jackknife"], ["pot", "the cumulative amount involved in a game (such as poker)", "jackpot"], ["rabbit", "large hare of western North America", "jackrabbit"], ["straw", "a thin strip of wood used in playing the game of jackstraws", "jackstraw"]]}, {"answer": "key", "hint": "key _", "clues": [["board", "device consisting of a set of keys on a piano or organ or typewriter or typesetting machine or computer or the like", "keyboard"], ["hole", "the hole where a key is inserted", "keyhole"], ["note", "the principal theme in a speech or literary work", "keynote"], ["pad", "a keyboard that is a data input device for computers; arrangement of keys is modelled after the typewriter keyboard", "keypad"], ["stone", "a central cohesive source of support and stability", "keystone"], ["stroke", "the stroke of a key; one depression of a key on a keyboard", "keystroke"]]}, {"answer": "knock", "hint": "knock _", "clues": [["about", "a sloop with a simplified rig and no bowsprit", "knockabout"], ["down", "a blow that knocks the opponent off his feet", "knockdown"], ["off", "an unauthorized copy or imitation", "knockoff"], ["out", "a very attractive or seductive looking woman", "knockout"]]}, {"answer": "lady", "hint": "lady _", "clues": [["bird", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests", "ladybird"], ["bug", "small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests", "ladybug"], ["finger", "small finger-shaped sponge cake", "ladyfinger"], ["love", "a woman who is a man's sweetheart", "ladylove"]]}, {"answer": "lamp", "hint": "lamp _", "clues": [["black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "lampblack"], ["light", "light from a lamp", "lamplight"], ["lighter", "(when gas was used for streetlights) a person who lights and extinguishes streetlights", "lamplighter"], ["post", "a metal post supporting an outdoor lamp (such as a streetlight)", "lamppost"], ["shade", "a protective ornamental shade used to screen a light bulb from direct view", "lampshade"]]}, {"answer": "land", "hint": "land _", "clues": [["fall", "the seacoast first sighted on a voyage (or flight over water)", "landfall"], ["fill", "a low area that has been filled in", "landfill"], ["holder", "a holder or proprietor of land", "landholder"], ["holding", "ownership of land; the state or fact of owning land", "landholding"], ["lady", "a landlord who is a woman", "landlady"], ["lord", "a landowner who leases to others", "landlord"], ["lubber", "a person who lives and works on land", "landlubber"], ["mark", "the position of a prominent or well-known object in a particular landscape", "landmark"], ["mass", "a large continuous extent of land", "landmass"], ["owner", "a holder or proprietor of land", "landowner"], ["scape", "an expanse of scenery that can be seen in a single view", "landscape"], ["slide", "an overwhelming electoral victory", "landslide"], ["slip", "a slide of a large mass of dirt and rock down a mountain or cliff", "landslip"]]}, {"answer": "lap", "hint": "lap _", "clues": [["board", "writing board used on the lap as a table or desk", "lapboard"], ["dog", "a dog small and tame enough to be held in the lap", "lapdog"], ["top", "a portable computer small enough to use in your lap", "laptop"], ["wing", "large crested Old World plover having wattles and spurs", "lapwing"]]}, {"answer": "law", "hint": "law _", "clues": [["breaker", "someone who violates the law", "lawbreaker"], ["giver", "a maker of laws; someone who gives a code of laws", "lawgiver"], ["maker", "a maker of laws; someone who gives a code of laws", "lawmaker"], ["making", "the act of making or enacting laws", "lawmaking"], ["suit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "lawsuit"]]}, {"answer": "lay", "hint": "lay _", "clues": [["about", "person who does no work", "layabout"], ["off", "the act of laying off an employee or a work force", "layoff"], ["out", "a plan or design of something that is laid out", "layout"], ["over", "a brief stay in the course of a journey", "layover"], ["person", "someone who is not a clergyman or a professional person", "layperson"]]}, {"answer": "life", "hint": "life _", "clues": [["blood", "the blood considered as the seat of vitality", "lifeblood"], ["boat", "a strong sea boat designed to rescue people from a sinking ship", "lifeboat"], ["guard", "an attendant employed at a beach or pool to protect swimmers from accidents", "lifeguard"], ["line", "a crease on the palm; its length is said by palmists to indicate how long you will live", "lifeline"], ["saver", "an attendant employed at a beach or pool to protect swimmers from accidents", "lifesaver"], ["saving", "saving the lives of drowning persons", "lifesaving"], ["span", "the period during which something is functional (as between birth and death)", "lifespan"], ["style", "a manner of living that reflects the person's values and attitudes", "lifestyle"], ["time", "the period during which something is functional (as between birth and death)", "lifetime"], ["work", "the principal work of your career", "lifework"]]}, {"answer": "lock", "hint": "lock _", "clues": [["jaw", "an acute and serious infection of the central nervous system caused by bacterial infection of open wounds; spasms of the jaw and laryngeal muscles may occur during the late stages", "lockjaw"], ["out", "a management action resisting employee's demands; employees are barred from entering the workplace until they agree to terms", "lockout"], ["smith", "someone who makes or repairs locks", "locksmith"], ["step", "a standard procedure that is followed mindlessly", "lockstep"]]}, {"answer": "long", "hint": "long _", "clues": [["boat", "the largest boat carried by a merchant sailing vessel", "longboat"], ["bow", "a powerful wooden bow drawn by hand; usually 5-6 feet long; used in medieval England", "longbow"], ["hand", "rapid handwriting in which letters are set down in full and are cursively connected within words without lifting the writing implement from the paper", "longhand"], ["horn", "long-horned beef cattle formerly common in southwestern United States", "longhorn"], ["ways", "country dancing performed with couples in two long lines facing each other", "longways"]]}, {"answer": "low", "hint": "low _", "clues": [["boy", "a low chest or table with drawers and supported on four legs", "lowboy"], ["brow", "a person who is uninterested in intellectual pursuits", "lowbrow"], ["land", "low level country", "lowland"], ["life", "a person who is deemed to be despicable or contemptible", "lowlife"]]}, {"answer": "main", "hint": "main _", "clues": [["frame", "a large digital computer serving 100-400 users and occupying a special air-conditioned room", "mainframe"], ["land", "the main land mass of a country or continent; as distinguished from an island or peninsula", "mainland"], ["mast", "the chief mast of a sailing vessel with two or more masts", "mainmast"], ["sail", "the lowermost sail on the mainmast", "mainsail"], ["spring", "the most important spring in a mechanical device (especially a clock or watch); as it uncoils it drives the mechanism", "mainspring"], ["stay", "a prominent supporter", "mainstay"], ["stream", "the prevailing current of thought", "mainstream"]]}, {"answer": "man", "hint": "man _", "clues": [["drill", "baboon of west Africa with a bright red and blue muzzle and blue hindquarters", "mandrill"], ["hole", "a hole (usually with a flush cover) through which a person can gain access to an underground structure", "manhole"], ["hunt", "an organized search (by police) for a person (charged with a crime)", "manhunt"], ["kind", "all of the living human inhabitants of the earth", "mankind"], ["power", "the force of workers available", "manpower"], ["servant", "a man servant", "manservant"], ["slaughter", "homicide without malice aforethought", "manslaughter"], ["trap", "a very attractive or seductive looking woman", "mantrap"]]}, {"answer": "match", "hint": "match _", "clues": [["book", "a small folder of paper safety matches", "matchbook"], ["box", "a box for holding matches", "matchbox"], ["lock", "an early style of musket; a slow-burning wick would be lowered into a hole in the breech to ignite the charge", "matchlock"], ["maker", "someone who arranges (or tries to arrange) marriages for others", "matchmaker"], ["making", "mediation in order to bring about a marriage between others", "matchmaking"], ["stick", "a short thin stick of wood used in making matches", "matchstick"], ["wood", "wood in small pieces or splinters", "matchwood"]]}, {"answer": "mid", "hint": "mid _", "clues": [["air", "some point in the air; above ground level", "midair"], ["day", "the middle of the day", "midday"], ["field", "(sports) the middle part of a playing field (as in football or lacrosse)", "midfield"], ["land", "a town in west central Texas", "midland"], ["night", "12 o'clock at night; the middle of the night", "midnight"], ["point", "a point equidistant from the ends of a line or the extremities of a figure", "midpoint"], ["rib", "the vein in the center of a leaf", "midrib"], ["section", "the middle area of the human torso (usually in front)", "midsection"], ["stream", "the middle of a stream", "midstream"], ["summer", "June 21, when the sun is at its northernmost point", "midsummer"], ["term", "the middle of the gestation period", "midterm"], ["way", "the place at a fair or carnival where sideshows and similar amusements are located", "midway"], ["week", "the fourth day of the week; the third working day", "midweek"], ["wife", "a woman skilled in aiding the delivery of babies", "midwife"], ["winter", "the middle of winter", "midwinter"]]}, {"answer": "milk", "hint": "milk _", "clues": [["maid", "a woman who works in a dairy", "milkmaid"], ["shake", "frothy drink of milk and flavoring and sometimes fruit or ice cream", "milkshake"], ["sop", "a timid man or boy considered childish or unassertive", "milksop"], ["weed", "any of numerous plants of the genus Asclepias having milky juice and pods that split open releasing seeds with downy tufts", "milkweed"]]}, {"answer": "mill", "hint": "mill _", "clues": [["pond", "a pond formed by damming a stream to provide a head of water to turn a mill wheel", "millpond"], ["race", "a channel for the water current that turns a millwheel", "millrace"], ["stone", "(figurative) something that hinders or handicaps", "millstone"], ["wright", "a workman who designs or erects mills and milling machinery", "millwright"]]}, {"answer": "money", "hint": "money _", "clues": [["bag", "a drawstring bag for holding money", "moneybag"], ["lender", "someone who lends money at excessive rates of interest", "moneylender"], ["maker", "someone who is successful in accumulating wealth", "moneymaker"], ["making", "the act of making money (and accumulating wealth)", "moneymaking"]]}, {"answer": "moon", "hint": "moon _", "clues": [["beam", "a ray of moonlight", "moonbeam"], ["light", "the light of the Moon", "moonlight"], ["lighter", "a person who holds a second job (usually after hours)", "moonlighter"], ["shine", "the light of the Moon", "moonshine"], ["stone", "a transparent or translucent gemstone with a pearly luster; some specimens are orthoclase feldspar and others are plagioclase feldspar", "moonstone"], ["walk", "a kind of dance step in which the dancer seems to be sliding on the spot", "moonwalk"]]}, {"answer": "motor", "hint": "motor _", "clues": [["bike", "small motorcycle with a low frame and small wheels and elevated handlebars", "motorbike"], ["boat", "a boat propelled by an internal-combustion engine", "motorboat"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "motorcar"], ["cycle", "a motor vehicle with two wheels and a strong frame", "motorcycle"], ["cycling", "riding a motorcycle", "motorcycling"], ["cyclist", "a traveler who rides a motorcycle", "motorcyclist"], ["mouth", "someone who talks incessantly", "motormouth"], ["way", "a broad highway designed for high-speed traffic", "motorway"]]}, {"answer": "neck", "hint": "neck _", "clues": [["band", "a band around the collar of a garment", "neckband"], ["lace", "jewelry consisting of a cord or chain (often bearing gems) worn about the neck as an ornament (especially by women)", "necklace"], ["line", "the line formed by the edge of a garment around the neck", "neckline"], ["tie", "neckwear consisting of a long narrow piece of material worn (mostly by men) under a collar and tied in knot at the front", "necktie"]]}, {"answer": "news", "hint": "news _", "clues": [["agent", "someone who sells newspapers", "newsagent"], ["boy", "a boy who delivers newspapers", "newsboy"], ["cast", "a broadcast of news or commentary on the news", "newscast"], ["caster", "someone who broadcasts the news", "newscaster"], ["dealer", "someone who sells newspapers", "newsdealer"], ["flash", "a short news announcement concerning some on-going news story", "newsflash"], ["letter", "report or open letter giving informal or confidential news of interest to a special group", "newsletter"], ["paper", "a daily or weekly publication on folded sheets; contains news and articles and advertisements", "newspaper"], ["print", "cheap paper made from wood pulp and used for printing newspapers", "newsprint"], ["reader", "someone who reads out broadcast news bulletin", "newsreader"], ["reel", "a short film and commentary about current events", "newsreel"], ["room", "the staff of a newspaper or the news department of a periodical", "newsroom"], ["stand", "a stall where newspapers and other periodicals are sold", "newsstand"]]}, {"answer": "night", "hint": "night _", "clues": [["cap", "an alcoholic drink taken at bedtime; often alcoholic", "nightcap"], ["clothes", "garments designed to be worn in bed", "nightclothes"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightclub"], ["dress", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightdress"], ["fall", "the time of day immediately following sunset", "nightfall"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightgown"], ["hawk", "a person who likes to be active late at night", "nighthawk"], ["life", "the entertainment available to people seeking nighttime diversion", "nightlife"], ["mare", "a situation resembling a terrifying dream", "nightmare"], ["shade", "any of numerous shrubs or herbs or vines of the genus Solanum; most are poisonous though many bear edible fruit", "nightshade"], ["shirt", "nightclothes worn by men", "nightshirt"], ["spot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightspot"], ["stick", "a short stout club used primarily by policemen", "nightstick"], ["time", "the time after sunset and before sunrise while it is dark outside", "nighttime"], ["wear", "garments designed to be worn in bed", "nightwear"]]}, {"answer": "nose", "hint": "nose _", "clues": [["bag", "a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head", "nosebag"], ["bleed", "bleeding from the nose", "nosebleed"], ["dive", "a sudden sharp drop or rapid decline", "nosedive"], ["gay", "an arrangement of flowers that is usually given as a present", "nosegay"]]}, {"answer": "nut", "hint": "nut _", "clues": [["case", "someone deranged and possibly dangerous", "nutcase"], ["cracker", "a compound lever used to crack nuts open", "nutcracker"], ["hatch", "any of various small short-tailed songbirds with strong feet and a sharp beak that feed on small nuts and insects", "nuthatch"], ["house", "pejorative terms for an insane asylum", "nuthouse"], ["shell", "the shell around the kernel of a nut", "nutshell"]]}, {"answer": "off", "hint": "off _", "clues": [["print", "a separately printed article that originally appeared in a larger publication", "offprint"], ["set", "the time at which something is supposed to begin", "offset"], ["side", "(sport) the mistake of occupying an illegal position on the playing field (in football, soccer, ice hockey, field hockey, etc.)", "offside"], ["spring", "the immediate descendants of a person", "offspring"], ["stage", "a stage area out of sight of the audience", "offstage"]]}, {"answer": "oil", "hint": "oil _", "clues": [["can", "a can with a long nozzle to apply oil to machinery", "oilcan"], ["cloth", "cloth treated on one side with a drying oil or synthetic resin", "oilcloth"], ["field", "a region rich in petroleum deposits (especially one with producing oil wells)", "oilfield"], ["seed", "any of several seeds that yield oil", "oilseed"], ["skin", "a macintosh made from cotton fabric treated with oil and pigment to make it waterproof", "oilskin"]]}, {"answer": "out", "hint": "out _", "clues": [["back", "the bush country of the interior of Australia", "outback"], ["field", "the area of a baseball playing field beyond the lines connecting the bases", "outfield"], ["fitter", "someone who sells men's clothes", "outfitter"], ["skirts", "outlying areas (as of a city or town)", "outskirts"], ["station", "a station in a remote or sparsely populated location", "outstation"]]}, {"answer": "over", "hint": "over _", "clues": [["abundance", "the state of being more than full", "overabundance"], ["achiever", "a student who attains higher standards than the IQ indicated", "overachiever"], ["acting", "poor acting by a ham actor", "overacting"], ["age", "a surplus or excess of money or merchandise that is actually on hand and that exceeds expectations", "overage"], ["all", "(usually plural) work clothing consisting of denim trousers (usually with a bib and shoulder straps)", "overall"], ["bid", "a bid that is higher than preceding bids", "overbid"], ["bite", "(dentistry) malocclusion in which the upper teeth extend abnormally far over the lower teeth", "overbite"], ["burden", "the surface soil that must be moved away to get at coal seams and mineral deposits", "overburden"], ["cast", "the state of the sky when it is covered by clouds", "overcast"], ["charge", "a price that is too high", "overcharge"], ["coat", "a heavy coat worn over clothes in winter", "overcoat"], ["confidence", "total certainty or greater certainty than circumstances warrant", "overconfidence"], ["draft", "a draft in excess of the credit balance", "overdraft"], ["drive", "the state of high or excessive activity or productivity or concentration", "overdrive"], ["eating", "eating to excess (personified as one of the deadly sins)", "overeating"], ["emphasis", "too much emphasis", "overemphasis"], ["estimate", "an appraisal that is too high", "overestimate"], ["estimation", "an appraisal that is too high", "overestimation"], ["exertion", "excessive exertion; so much exertion that discomfort or injury results", "overexertion"], ["exposure", "the act of exposing film to too much light or for too long a time", "overexposure"], ["feeding", "excessive feeding", "overfeeding"], ["flight", "a flight by an aircraft over a particular area (especially over an area in foreign territory)", "overflight"], ["flow", "a large flow", "overflow"], ["growth", "excessive size; usually caused by excessive secretion of growth hormone from the pituitary gland", "overgrowth"], ["hang", "projection that extends beyond or hangs over something else", "overhang"], ["haul", "periodic maintenance on a car or machine", "overhaul"], ["head", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes", "overhead"], ["indulgence", "excessive indulgence", "overindulgence"], ["kill", "the capability to obliterate a target with more weapons (especially nuclear weapons) than are required", "overkill"], ["lap", "a representation of common ground between theories or phenomena", "overlap"], ["lapping", "covering with a design in which one element covers a part of another (as with tiles or shingles)", "overlapping"], ["lay", "protective covering consisting, for example, of a layer of boards applied to the studs and joists of a building to strengthen it and serve as a foundation for a weatherproof exterior", "overlay"], ["load", "an electrical load that exceeds the available electrical power", "overload"], ["look", "a high place affording a good view", "overlook"], ["lord", "a person who has general authority over others", "overlord"], ["much", "a quantity that is more than what is appropriate", "overmuch"], ["pass", "bridge formed by the upper level of a crossing of two highways at different levels", "overpass"], ["payment", "a payment larger than needed or expected", "overpayment"], ["population", "too much population", "overpopulation"], ["pressure", "a transient air pressure greater than the surrounding atmospheric pressure", "overpressure"], ["print", "something added by overprinting", "overprint"], ["production", "too much production or more than expected", "overproduction"], ["rating", "a calculation that results in an estimate that is too high", "overrating"], ["reaction", "an excessive reaction; a reaction with inappropriate emotional behavior", "overreaction"], ["ride", "a manually operated device to correct the operation of an automatic device", "override"], ["run", "too much production or more than expected", "overrun"], ["seer", "a person who directs and manages an organization", "overseer"], ["shoe", "footwear that protects your shoes from water or snow or cold", "overshoe"], ["shoot", "an approach that fails and gives way to another attempt", "overshoot"], ["sight", "an unintentional omission resulting from failure to notice something", "oversight"], ["spill", "the relocation of people from overcrowded cities; they are accommodated in new houses or apartments in smaller towns", "overspill"], ["statement", "making to seem more important than it really is", "overstatement"], ["supply", "the quality of being so overabundant that prices fall", "oversupply"], ["taking", "going by something that is moving in order to get in front of it", "overtaking"], ["throw", "the termination of a ruler or institution (especially by force)", "overthrow"], ["time", "work done in addition to regular working hours", "overtime"], ["tone", "(usually plural) an ulterior implicit meaning or quality", "overtone"], ["turn", "the act of upsetting something", "overturn"], ["use", "exploitation to the point of diminishing returns", "overuse"], ["valuation", "an appraisal that is too high", "overvaluation"], ["view", "a general summary of a subject", "overview"], ["weight", "the property of excessive fatness", "overweight"], ["work", "the act of working too much or too long", "overwork"]]}, {"answer": "paper", "hint": "paper _", "clues": [["back", "a book with paper covers", "paperback"], ["board", "a cardboard suitable for making posters", "paperboard"], ["boy", "a boy who sells or delivers newspapers", "paperboy"], ["clip", "a wire or plastic clip for holding sheets of paper together", "paperclip"], ["hanger", "someone who passes bad checks or counterfeit paper money", "paperhanger"], ["hanging", "the application of wallpaper", "paperhanging"], ["weight", "a weight used to hold down a stack of papers", "paperweight"], ["work", "work that involves handling papers: forms or letters or reports etc.", "paperwork"]]}, {"answer": "para", "hint": "para _", "clues": [["gliding", "gliding in a parasail", "paragliding"], ["medic", "a person trained to assist medical professionals and to give emergency medical treatment", "paramedic"], ["trooper", "a soldier in the paratroops", "paratrooper"], ["troops", "infantry trained and equipped to parachute", "paratroops"]]}, {"answer": "pay", "hint": "pay _", "clues": [["back", "financial return or reward (especially returns equal to the initial investment)", "payback"], ["check", "a check issued in payment of wages or salary", "paycheck"], ["day", "the day on which you receive pay for your work", "payday"], ["load", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "payload"], ["master", "a person in charge of paying wages", "paymaster"], ["off", "the final payment of a debt", "payoff"], ["roll", "a list of employees and their salaries", "payroll"], ["slip", "a slip of paper included with your pay that records how much money you have earned and how much tax or insurance etc. has been taken out", "payslip"]]}, {"answer": "pea", "hint": "pea _", "clues": [["cock", "European butterfly having reddish-brown wings each marked with a purple eyespot", "peacock"], ["fowl", "very large terrestrial southeast Asian pheasant often raised as an ornamental bird", "peafowl"], ["hen", "female peafowl", "peahen"], ["nut", "underground pod of the peanut vine", "peanut"]]}, {"answer": "peace", "hint": "peace _", "clues": [["keeper", "a member of a military force that is assigned (often with international sanction) to preserve peace in a trouble area", "peacekeeper"], ["keeping", "the activity of keeping the peace by military forces (especially when international military forces enforce a truce between hostile groups or nations)", "peacekeeping"], ["maker", "someone who tries to bring peace", "peacemaker"], ["time", "a period of time during which there is no war", "peacetime"]]}, {"answer": "pig", "hint": "pig _", "clues": [["pen", "a pen for swine", "pigpen"], ["skin", "leather from the skin of swine", "pigskin"], ["sty", "a pen for swine", "pigsty"], ["swill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "pigswill"], ["tail", "a plait of braided hair", "pigtail"]]}, {"answer": "pin", "hint": "pin _", "clues": [["ball", "a game played on a sloping board; the object is to propel marbles against pins or into pockets", "pinball"], ["cushion", "a small stiff cushion into which pins are stuck ready for use", "pincushion"], ["head", "an ignorant or foolish person", "pinhead"], ["hole", "a small puncture that might have been made by a pin", "pinhole"], ["point", "a very brief moment", "pinpoint"], ["prick", "a minor annoyance", "pinprick"], ["stripe", "a suit made from a fabric with very thin stripes", "pinstripe"], ["wheel", "perennial subshrub of Tenerife having leaves in rosettes resembling pinwheels", "pinwheel"]]}, {"answer": "play", "hint": "play _", "clues": [["acting", "the performance of a part or role in a drama", "playacting"], ["back", "the act of reproducing recorded sound", "playback"], ["bill", "a theatrical program", "playbill"], ["book", "a notebook containing descriptions and diagrams of the plays that a team has practiced (especially an American football team)", "playbook"], ["boy", "a man devoted to the pursuit of pleasure", "playboy"], ["fellow", "a companion at play", "playfellow"], ["goer", "someone who attends the theater", "playgoer"], ["ground", "an area where many people go for recreation", "playground"], ["house", "plaything consisting of a small model of a house that children can play inside of", "playhouse"], ["mate", "a companion at play", "playmate"], ["off", "any final competition to determine a championship", "playoff"], ["pen", "a portable enclosure in which babies may be left to play", "playpen"], ["room", "a recreation room for noisy activities (parties or children's play etc)", "playroom"], ["school", "a small informal nursery group meeting for half-day sessions", "playschool"], ["thing", "an artifact designed to be played with", "plaything"], ["time", "time for play or diversion", "playtime"], ["wright", "someone who writes plays", "playwright"]]}, {"answer": "post", "hint": "post _", "clues": [["bag", "letter carrier's shoulder bag", "postbag"], ["box", "public box for deposit of mail", "postbox"], ["card", "a card for sending messages by post without an envelope", "postcard"], ["code", "a code of letters and digits added to a postal address to aid in the sorting of mail", "postcode"], ["mark", "a cancellation mark stamped on mail by postal officials; indicates the post office and date of mailing", "postmark"], ["master", "the person in charge of a post office", "postmaster"], ["mistress", "a woman postmaster", "postmistress"]]}, {"answer": "pot", "hint": "pot _", "clues": [["ash", "a potassium compound often used in agriculture and industry", "potash"], ["belly", "slang for a paunch", "potbelly"], ["boiler", "a literary composition of poor quality that was written quickly to make money (to boil the pot)", "potboiler"], ["head", "someone who smokes marijuana habitually", "pothead"], ["herb", "any of various herbaceous plants whose leaves or stems or flowers are cooked and used for food or seasoning", "potherb"], ["holder", "an insulated pad for holding hot pots", "potholder"], ["hole", "a pit or hole produced by wear or weathering (especially in a road surface)", "pothole"], ["hook", "an S-shaped hook to suspend a pot over a fire", "pothook"], ["luck", "whatever happens to be available especially when offered to an unexpected guest or when brought by guests and shared by all", "potluck"], ["pie", "deep-dish meat and vegetable pie or a meat stew with dumplings", "potpie"], ["sherd", "a shard of pottery", "potsherd"], ["shot", "a shot taken at an easy or casual target (as by a pothunter)", "potshot"]]}, {"answer": "push", "hint": "push _", "clues": [["cart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels", "pushcart"], ["chair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"], ["over", "someone who is easily taken advantage of", "pushover"], ["pin", "a tack for attaching papers to a bulletin board or drawing board", "pushpin"]]}, {"answer": "quarter", "hint": "quarter _", "clues": [["back", "(football) the person who plays quarterback", "quarterback"], ["deck", "the stern area of a ship's upper deck", "quarterdeck"], ["final", "one of the four competitions in an elimination tournament whose winners go on to play in the semifinals", "quarterfinal"], ["master", "an army officer who provides clothing and subsistence for troops", "quartermaster"], ["staff", "a long stout staff used as a weapon", "quarterstaff"]]}, {"answer": "quick", "hint": "quick _", "clues": [["lime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["sand", "a treacherous situation that tends to entrap and destroy", "quicksand"], ["silver", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures", "quicksilver"], ["step", "military march accompanying quick time", "quickstep"]]}, {"answer": "race", "hint": "race _", "clues": [["course", "a course over which races are run", "racecourse"], ["horse", "a horse bred for racing", "racehorse"], ["track", "a course over which races are run", "racetrack"], ["way", "a canal for a current of water", "raceway"]]}, {"answer": "rag", "hint": "rag _", "clues": [["bag", "a motley assortment of things", "ragbag"], ["tag", "disparaging terms for the common people", "ragtag"], ["time", "music with a syncopated melody (usually for the piano)", "ragtime"], ["weed", "widespread European weed having yellow daisylike flowers; sometimes an obnoxious weed and toxic to cattle if consumed in quantity", "ragweed"], ["wort", "widespread European weed having yellow daisylike flowers; sometimes an obnoxious weed and toxic to cattle if consumed in quantity", "ragwort"]]}, {"answer": "rain", "hint": "rain _", "clues": [["bow", "an arc of colored light in the sky caused by refraction of the sun's rays by rain", "rainbow"], ["coat", "a water-resistant coat", "raincoat"], ["drop", "a drop of rain", "raindrop"], ["fall", "water falling in drops from vapor condensed in the atmosphere", "rainfall"], ["maker", "executive who is very successful in bringing in business to his company or firm", "rainmaker"], ["making", "activity intended to produce rain", "rainmaking"], ["storm", "a storm with rain", "rainstorm"], ["water", "drops of fresh water that fall as precipitation from clouds", "rainwater"]]}, {"answer": "red", "hint": "red _", "clues": [["bird", "the male is bright red with black wings and tail", "redbird"], ["breast", "small Old World songbird with a reddish breast", "redbreast"], ["cap", "a member of the military police in Britain", "redcap"], ["coat", "British soldier; so-called because of his red coat (especially during the American Revolution)", "redcoat"], ["head", "someone who has red hair", "redhead"], ["neck", "a poor White person in the southern United States", "redneck"], ["shift", "(astronomy) a shift in the spectra of very distant galaxies toward longer wavelengths (toward the red end of the spectrum); generally interpreted as evidence that the universe is expanding", "redshift"], ["wood", "the soft reddish wood of either of two species of sequoia trees", "redwood"]]}, {"answer": "ring", "hint": "ring _", "clues": [["leader", "a person who leads (especially in illicit activities)", "ringleader"], ["master", "the person in charge of performances in a circus ring", "ringmaster"], ["side", "first row of seating; has an unobstructed view of a boxing or wrestling ring", "ringside"], ["worm", "infections of the skin or nails caused by fungi and appearing as itching circular patches", "ringworm"]]}, {"answer": "road", "hint": "road _", "clues": [["bed", "a bed supporting a road", "roadbed"], ["block", "any condition that makes it difficult to make progress or to achieve an objective", "roadblock"], ["house", "an inn (usually outside city limits on a main road) providing meals and liquor and dancing and (sometimes) gambling", "roadhouse"], ["kill", "the dead body of an animal that has been killed on a road by a vehicle", "roadkill"], ["runner", "speedy largely terrestrial bird found from California and Mexico to Texas", "roadrunner"], ["side", "edge of a way or road or path", "roadside"], ["way", "a road (especially that part of a road) over which vehicles travel", "roadway"]]}, {"answer": "round", "hint": "round _", "clues": [["about", "a road junction at which traffic streams circularly around a central island", "roundabout"], ["house", "workplace consisting of a circular building for repairing locomotives", "roundhouse"], ["table", "a meeting of peers for discussion and exchange of views", "roundtable"], ["worm", "infections of the skin or nails caused by fungi and appearing as itching circular patches", "roundworm"]]}, {"answer": "run", "hint": "run _", "clues": [["about", "an open automobile having a front seat and a rumble seat", "runabout"], ["away", "an easy victory", "runaway"], ["down", "a concluding summary (as in presenting a case before a law court)", "rundown"], ["off", "the occurrence of surplus liquid (as water) exceeding the limit or capacity", "runoff"]]}, {"answer": "sail", "hint": "sail _", "clues": [["boat", "a small sailing vessel; usually with a single mast", "sailboat"], ["cloth", "a strong fabric (such as cotton canvas) used for making sails and tents", "sailcloth"], ["fish", "a saltwater fish with lean flesh", "sailfish"], ["plane", "aircraft supported only by the dynamic action of air against its surfaces", "sailplane"]]}, {"answer": "sales", "hint": "sales _", "clues": [["clerk", "a salesperson in a store", "salesclerk"], ["girl", "a woman salesperson", "salesgirl"], ["lady", "a woman salesperson", "saleslady"], ["person", "a person employed to represent a business and to sell its merchandise (as to customers in a store or to customers who are visited)", "salesperson"], ["room", "an area where merchandise (such as cars) can be displayed", "salesroom"]]}, {"answer": "salt", "hint": "salt _", "clues": [["box", "a type of house built in New England; has two stories in front and one behind", "saltbox"], ["cellar", "a small container for holding salt at the dining table", "saltcellar"], ["peter", "(KNO3) used especially as a fertilizer and explosive", "saltpeter"], ["shaker", "a shaker with a perforated top for sprinkling salt", "saltshaker"], ["water", "water containing salts", "saltwater"]]}, {"answer": "sand", "hint": "sand _", "clues": [["bag", "a bag filled with sand; used as a weapon or to build walls or as ballast", "sandbag"], ["bank", "a submerged bank of sand near a shore or in a river; can be exposed at low tide", "sandbank"], ["bar", "a bar of sand", "sandbar"], ["blast", "a blast of wind laden with sand", "sandblast"], ["blaster", "a tool that throws out a blast of steam laden with sand; used to clean or grind hard surfaces", "sandblaster"], ["box", "mold consisting of a box with sand shaped to mold metal", "sandbox"], ["lot", "a vacant lot used by city boys to play games", "sandlot"], ["paper", "stiff paper coated with powdered emery or sand", "sandpaper"], ["piper", "any of numerous usually small wading birds having a slender bill and piping call; closely related to the plovers", "sandpiper"], ["pit", "a large pit in sandy ground from which sand is dug", "sandpit"], ["stone", "a sedimentary rock consisting of sand consolidated with some cement (clay or quartz etc.)", "sandstone"], ["storm", "a windstorm that lifts up clouds of dust or sand", "sandstorm"]]}, {"answer": "saw", "hint": "saw _", "clues": [["bones", "a physician who specializes in surgery", "sawbones"], ["buck", "a framework for holding wood that is being sawed", "sawbuck"], ["dust", "fine particles of wood made by sawing wood", "sawdust"], ["fly", "insect whose female has a saw-like ovipositor for inserting eggs into the leaf or stem tissue of a host plant", "sawfly"], ["horse", "a framework for holding wood that is being sawed", "sawhorse"], ["mill", "a large sawing machine", "sawmill"], ["tooth", "a serration on a saw blade", "sawtooth"]]}, {"answer": "school", "hint": "school _", "clues": [["bag", "a bag for carrying school books and supplies", "schoolbag"], ["book", "a book prepared for use in schools or colleges", "schoolbook"], ["boy", "a boy attending school", "schoolboy"], ["child", "a young person attending school (up through senior high school)", "schoolchild"], ["days", "the time of life when you are going to school", "schooldays"], ["fellow", "an acquaintance that you go to school with", "schoolfellow"], ["friend", "a friend who attends the same school", "schoolfriend"], ["girl", "a girl attending school", "schoolgirl"], ["house", "a building where young people receive education", "schoolhouse"], ["master", "presiding officer of a school", "schoolmaster"], ["mate", "an acquaintance that you go to school with", "schoolmate"], ["mistress", "a woman schoolteacher (especially one regarded as strict)", "schoolmistress"], ["room", "a room in a school where lessons take place", "schoolroom"], ["teacher", "a teacher in a school below the college level", "schoolteacher"], ["work", "a school task performed by a student to satisfy the teacher", "schoolwork"], ["yard", "the yard associated with a school", "schoolyard"]]}, {"answer": "sea", "hint": "sea _", "clues": [["bed", "the bottom of a sea or ocean", "seabed"], ["bird", "a bird that frequents coastal waters and the open ocean: gulls; pelicans; gannets; cormorants; albatrosses; petrels; etc.", "seabird"], ["board", "the shore of a sea or ocean regarded as a resort", "seaboard"], ["coast", "the shore of a sea or ocean", "seacoast"], ["faring", "the work of a sailor", "seafaring"], ["food", "edible fish (broadly including freshwater fish) or shellfish or roe etc", "seafood"], ["front", "the waterfront of a seaside town", "seafront"], ["gull", "mostly white aquatic bird having long pointed wings and short legs", "seagull"], ["horse", "either of two large northern marine mammals having ivory tusks and tough hide over thick blubber", "seahorse"], ["plane", "an airplane that can land on or take off from water", "seaplane"], ["port", "a sheltered port where ships can take on or discharge cargo", "seaport"], ["scape", "a view of the sea", "seascape"], ["shell", "the shell of a marine organism", "seashell"], ["shore", "the shore of a sea or ocean", "seashore"], ["sickness", "motion sickness experienced while traveling on water", "seasickness"], ["side", "the shore of a sea or ocean regarded as a resort", "seaside"], ["wall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"], ["water", "water containing salts", "seawater"], ["way", "a lane at sea that is a regularly used route for vessels", "seaway"], ["weed", "plant growing in the sea, especially marine algae", "seaweed"], ["worthiness", "fitness to traverse the seas", "seaworthiness"]]}, {"answer": "share", "hint": "share _", "clues": [["cropper", "small farmers and tenants", "sharecropper"], ["holder", "someone who holds shares of stock in a corporation", "shareholder"], ["holding", "a holding in the form of shares of corporations", "shareholding"], ["ware", "software that is available free of charge; may be distributed for evaluation with a fee requested for additional features or a manual etc.", "shareware"]]}, {"answer": "sheep", "hint": "sheep _", "clues": [["dog", "any of various usually long-haired breeds of dog reared to herd and guard sheep", "sheepdog"], ["fold", "a pen for sheep", "sheepfold"], ["herder", "a herder of sheep (on an open range); someone who keeps the sheep together in a flock", "sheepherder"], ["skin", "tanned skin of a sheep with the fleece left on; used for clothing", "sheepskin"]]}, {"answer": "ship", "hint": "ship _", "clues": [["builder", "a carpenter who helps build and launch wooden vessels", "shipbuilder"], ["building", "the construction of ships", "shipbuilding"], ["load", "the amount of cargo that can be held by a boat or ship or a freight car", "shipload"], ["mate", "an associate on the same ship with you", "shipmate"], ["owner", "someone who owns a ship or a share in a ship", "shipowner"], ["wreck", "a wrecked ship (or a part of one)", "shipwreck"], ["wright", "a carpenter who helps build and launch wooden vessels", "shipwright"], ["yard", "a workplace where ships are built or repaired", "shipyard"]]}, {"answer": "shirt", "hint": "shirt _", "clues": [["front", "the front of a shirt (usually the part not covered by a jacket)", "shirtfront"], ["sleeve", "the sleeve of a shirt", "shirtsleeve"], ["tail", "a brief addendum at the end of a newspaper article", "shirttail"], ["waist", "a blouse with buttons down the front", "shirtwaist"]]}, {"answer": "shoe", "hint": "shoe _", "clues": [["box", "a structure resembling a shoebox (as a rectangular building or a cramped room or compartment)", "shoebox"], ["horn", "a device used for easing the foot into a shoe", "shoehorn"], ["lace", "a lace used for fastening shoes", "shoelace"], ["maker", "a person who makes or repairs shoes", "shoemaker"], ["shine", "a shiny finish put on shoes with polish and buffing", "shoeshine"], ["string", "a lace used for fastening shoes", "shoestring"], ["tree", "a wooden or metal device that is inserted into a shoe to preserve its shape when it is not being worn", "shoetree"]]}, {"answer": "shop", "hint": "shop _", "clues": [["front", "the front side of a store facing the street; usually contains display windows", "shopfront"], ["keeper", "a merchant who owns or manages a shop", "shopkeeper"], ["lifter", "a thief who steals goods that are in a store", "shoplifter"], ["lifting", "the act of stealing goods that are on display in a store", "shoplifting"]]}, {"answer": "short", "hint": "short _", "clues": [["bread", "very rich thick butter cookie", "shortbread"], ["cake", "very short biscuit dough baked as individual biscuits or a round loaf; served with sweetened fruit and usually whipped cream", "shortcake"], ["coming", "a failing or deficiency", "shortcoming"], ["cut", "a route shorter than the usual one", "shortcut"], ["fall", "the property of being an amount by which something is less than expected or required", "shortfall"], ["hand", "a method of writing rapidly", "shorthand"], ["horn", "English breed of short-horned cattle", "shorthorn"], ["list", "a list of applicants winnowed from a longer list who have been deemed suitable and from which the successful person will be chosen", "shortlist"], ["stop", "(baseball) the person who plays the shortstop position", "shortstop"]]}, {"answer": "show", "hint": "show _", "clues": [["boat", "a river steamboat on which theatrical performances could be given (especially on the Mississippi River)", "showboat"], ["case", "a setting in which something can be displayed to best effect", "showcase"], ["down", "a hostile disagreement face-to-face", "showdown"], ["girl", "a woman who dances in a chorus line", "showgirl"], ["jumping", "riding horses in competitions over set courses to demonstrate skill in jumping over obstacles", "showjumping"], ["piece", "the outstanding item (the prize piece or main exhibit) in a collection", "showpiece"], ["place", "a place that is frequently exhibited and visited for its historical interest or natural beauty", "showplace"], ["room", "an area where merchandise (such as cars) can be displayed", "showroom"], ["stopper", "an act so striking or impressive that the show must be delayed until the audience quiets down", "showstopper"], ["time", "the time at which something is supposed to begin", "showtime"]]}, {"answer": "side", "hint": "side _", "clues": [["bar", "(law) a courtroom conference between the lawyers and the judge that is held out of the jury's hearing", "sidebar"], ["board", "a removable board fitted on the side of a wagon to increase its capacity", "sideboard"], ["car", "a cocktail made of orange liqueur with lemon juice and brandy", "sidecar"], ["kick", "a close friend who accompanies his buddies in their activities", "sidekick"], ["light", "light carried by a boat that indicates the boat's direction; vessels at night carry a red light on the port bow and a green light on the starboard bow", "sidelight"], ["line", "a line that marks the side boundary of a playing field", "sideline"], ["saddle", "a saddle for a woman; rider sits with both feet on the same side of the horse", "sidesaddle"], ["show", "a subordinate incident of little importance relative to the main event", "sideshow"], ["step", "a step to one side (as in boxing or dancing)", "sidestep"], ["stroke", "a swimming stroke in which the arms move forward and backward while the legs do a scissors kick", "sidestroke"], ["swipe", "a glancing blow from or on the side of something (especially motor vehicles)", "sideswipe"], ["track", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass", "sidetrack"], ["walk", "walk consisting of a paved area for pedestrians; usually beside a street or roadway", "sidewalk"], ["wall", "the side of an automobile tire", "sidewall"], ["winder", "small pale-colored desert rattlesnake of southwestern United States; body moves in an s-shaped curve", "sidewinder"]]}, {"answer": "sky", "hint": "sky _", "clues": [["cap", "a porter who helps passengers with their baggage at an airport", "skycap"], ["diver", "a person who jumps from a plane and performs various gymnastic maneuvers before pulling the parachute cord", "skydiver"], ["diving", "performing acrobatics in free fall before pulling the ripcord of a parachute", "skydiving"], ["lark", "brown-speckled European lark noted for singing while hovering at a great height", "skylark"], ["light", "a window in a roof to admit daylight", "skylight"], ["line", "the outline of objects seen against the sky", "skyline"], ["rocket", "propels bright light high in the sky, or used to propel a lifesaving line or harpoon", "skyrocket"], ["scraper", "a very tall building with many stories", "skyscraper"], ["writing", "writing formed in the sky by smoke released from an airplane", "skywriting"]]}, {"answer": "sleep", "hint": "sleep _", "clues": [["over", "an occasion of spending a night away from home or having a guest spend the night in your home (especially as a party for children)", "sleepover"], ["walker", "someone who walks about in their sleep", "sleepwalker"], ["walking", "walking by a person who is asleep", "sleepwalking"], ["wear", "garments designed to be worn in bed", "sleepwear"]]}, {"answer": "slip", "hint": "slip _", "clues": [["cover", "a removable fitted cloth covering for upholstered furniture", "slipcover"], ["knot", "a knot at the end of a cord or rope that can slip along the cord or rope around which it is made", "slipknot"], ["stream", "the flow of air that is driven backwards by an aircraft propeller", "slipstream"], ["way", "structure consisting of a sloping way down to the water from the place where ships are built or repaired", "slipway"]]}, {"answer": "snow", "hint": "snow _", "clues": [["ball", "plant having heads of fragrant white trumpet-shaped flowers; grows in sandy arid regions", "snowball"], ["bank", "a mound or heap of snow", "snowbank"], ["bird", "medium-sized Eurasian thrush seen chiefly in winter", "snowbird"], ["board", "a board that resembles a broad ski or a small surfboard; used in a standing position to slide down snow-covered slopes", "snowboard"], ["boarder", "someone who slides down snow-covered slopes while standing on a snowboard", "snowboarder"], ["drift", "a mass of snow heaped up by the wind", "snowdrift"], ["drop", "common anemone of eastern North America with solitary pink-tinged white flowers", "snowdrop"], ["fall", "precipitation falling from clouds in the form of ice crystals", "snowfall"], ["field", "a permanent wide expanse of snow", "snowfield"], ["flake", "a crystal of snow", "snowflake"], ["mobile", "tracked vehicle for travel on snow having skis in front", "snowmobile"], ["plough", "a vehicle used to push snow from roads", "snowplough"], ["plow", "a vehicle used to push snow from roads", "snowplow"], ["shoe", "a device to help you walk on deep snow; a lightweight frame shaped like a racquet is strengthened with cross pieces and contains a network of thongs; one is worn on each foot", "snowshoe"], ["storm", "a storm with widespread snowfall accompanied by strong winds", "snowstorm"], ["suit", "a child's overgarment for cold weather", "snowsuit"]]}, {"answer": "soft", "hint": "soft _", "clues": [["back", "a book with paper covers", "softback"], ["ball", "ball used in playing softball", "softball"], ["ware", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software"], ["wood", "wood that is easy to saw (from conifers such as pine or fir)", "softwood"]]}, {"answer": "south", "hint": "south _", "clues": [["east", "the compass point midway between south and east; at 135 degrees", "southeast"], ["easter", "a strong wind from the southeast", "southeaster"], ["paw", "a baseball pitcher who throws the ball with the left hand", "southpaw"], ["west", "the compass point midway between south and west; at 225 degrees", "southwest"], ["wester", "a strong wind from the southwest", "southwester"]]}, {"answer": "space", "hint": "space _", "clues": [["craft", "a craft capable of traveling in outer space; technically, a satellite around the sun", "spacecraft"], ["flight", "a voyage outside the Earth's atmosphere", "spaceflight"], ["ship", "a spacecraft designed to carry a crew into interstellar space (especially in science fiction)", "spaceship"], ["suit", "a pressure suit worn by astronauts while in outer space", "spacesuit"]]}, {"answer": "sports", "hint": "sports _", "clues": [["cast", "a broadcast of sports news or commentary", "sportscast"], ["caster", "an announcer who reads sports news or describes sporting events", "sportscaster"], ["wear", "attire worn for sport or for casual wear", "sportswear"], ["writer", "a journalist who writes about sports", "sportswriter"]]}, {"answer": "stand", "hint": "stand _", "clues": [["off", "the finish of a contest in which the score is tied and the winner is undecided", "standoff"], ["pipe", "a vertical pipe", "standpipe"], ["point", "a mental position from which things are viewed", "standpoint"], ["still", "a situation in which no progress can be made or no advancement is possible", "standstill"]]}, {"answer": "star", "hint": "star _", "clues": [["board", "the right side of a ship or aircraft to someone who is aboard and facing the bow or nose", "starboard"], ["dust", "a dreamy romantic or sentimental quality", "stardust"], ["fish", "echinoderms characterized by five arms extending from a central disk", "starfish"], ["gazer", "someone indifferent to the busy world", "stargazer"], ["gazing", "observation of the stars", "stargazing"], ["light", "the light of the stars", "starlight"]]}, {"answer": "steam", "hint": "steam _", "clues": [["boat", "a boat propelled by a steam engine", "steamboat"], ["fitter", "a craftsman who installs and maintains equipment for ventilating or heating or refrigerating", "steamfitter"], ["roller", "a massive inexorable force that seems to crush everything in its way", "steamroller"], ["ship", "a ship powered by one or more steam engines", "steamship"]]}, {"answer": "steel", "hint": "steel _", "clues": [["maker", "a worker engaged in making steel", "steelmaker"], ["worker", "a worker engaged in making steel", "steelworker"], ["works", "a factory where steel is made", "steelworks"], ["yard", "a portable balance consisting of a pivoted bar with arms of unequal length", "steelyard"]]}, {"answer": "stock", "hint": "stock _", "clues": [["broker", "an agent in the buying and selling of stocks and bonds", "stockbroker"], ["holder", "someone who holds shares of stock in a corporation", "stockholder"], ["pile", "something kept back or saved for future use or a special purpose", "stockpile"], ["piling", "accumulating and storing a reserve supply", "stockpiling"], ["pot", "a pot used for preparing soup stock", "stockpot"], ["room", "storeroom for storing goods and supplies used in a business", "stockroom"], ["taking", "reappraisal of a situation or position or outlook", "stocktaking"], ["yard", "enclosed yard where cattle, pigs, horses, or sheep are kept temporarily", "stockyard"]]}, {"answer": "stone", "hint": "stone _", "clues": [["mason", "a craftsman who works with stone or brick", "stonemason"], ["walling", "stalling or delaying especially by refusing to answer questions or cooperate", "stonewalling"], ["ware", "ceramic ware that is fired in high heat and vitrified and nonporous", "stoneware"], ["work", "masonry done with stone", "stonework"]]}, {"answer": "stop", "hint": "stop _", "clues": [["cock", "faucet consisting of a rotating device for regulating flow of a liquid", "stopcock"], ["gap", "something contrived to meet an urgent need or emergency", "stopgap"], ["light", "a red light on the rear of a motor vehicle that signals when the brakes are applied to slow or stop", "stoplight"], ["over", "a stopping place on a journey", "stopover"], ["watch", "a timepiece that can be started or stopped for exact timing (as of a race)", "stopwatch"]]}, {"answer": "store", "hint": "store _", "clues": [["front", "the front side of a store facing the street; usually contains display windows", "storefront"], ["house", "a depository for goods", "storehouse"], ["keeper", "a merchant who owns or manages a shop", "storekeeper"], ["room", "a room in which things are stored", "storeroom"]]}, {"answer": "sun", "hint": "sun _", "clues": [["bather", "someone who basks in the sunshine in order to get a suntan", "sunbather"], ["beam", "a ray of sunlight", "sunbeam"], ["block", "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn", "sunblock"], ["bonnet", "a large bonnet that shades the face; worn by girls and women", "sunbonnet"], ["burn", "a browning of the skin resulting from exposure to the rays of the sun", "sunburn"], ["burst", "a sudden emergence of the sun from behind clouds", "sunburst"], ["dial", "timepiece that indicates the daylight hours by the shadow that the gnomon casts on a calibrated dial", "sundial"], ["down", "the time in the evening at which the sun begins to fall below the horizon", "sundown"], ["dress", "a light loose sleeveless summer dress with a wide neckline and thin shoulder straps that expose the arms and shoulders", "sundress"], ["fish", "the lean flesh of any of numerous American perch-like fishes of the family Centrarchidae", "sunfish"], ["flower", "any plant of the genus Helianthus having large flower heads with dark disk florets and showy yellow rays", "sunflower"], ["glasses", "spectacles that are darkened or polarized to protect the eyes from the glare of the sun", "sunglasses"], ["hat", "a hat with a broad brim that protects the face from direct exposure to the sun", "sunhat"], ["lamp", "a mercury-vapor lamp used in medical or cosmetic treatments", "sunlamp"], ["light", "the rays of the sun", "sunlight"], ["rise", "the first light of day", "sunrise"], ["roof", "an automobile roof having a sliding or raisable panel", "sunroof"], ["screen", "a cream spread on the skin; contains a chemical (as PABA) to filter out ultraviolet light and so protect from sunburn", "sunscreen"], ["set", "the time in the evening at which the sun begins to fall below the horizon", "sunset"], ["shade", "a canopy made of canvas to shelter people or things from rain or sun", "sunshade"], ["shine", "the rays of the sun", "sunshine"], ["spot", "a cooler darker spot appearing periodically on the sun's photosphere; associated with a strong magnetic field", "sunspot"], ["stroke", "sudden prostration due to exposure to the sun or excessive heat", "sunstroke"], ["tan", "a browning of the skin resulting from exposure to the rays of the sun", "suntan"], ["trap", "a terrace or garden oriented to take advantage of the sun while protected from cold winds", "suntrap"]]}, {"answer": "sweat", "hint": "sweat _", "clues": [["band", "a band of fabric or leather sewn inside the crown of a hat", "sweatband"], ["pants", "loose-fitting trousers with elastic cuffs; worn by athletes", "sweatpants"], ["shirt", "cotton knit pullover with long sleeves worn during athletic activity", "sweatshirt"], ["shop", "factory where workers do piecework for poor pay and are prevented from forming unions; common in the clothing industry", "sweatshop"], ["suit", "garment consisting of sweat pants and a sweatshirt", "sweatsuit"]]}, {"answer": "sweet", "hint": "sweet _", "clues": [["bread", "edible glands of an animal", "sweetbread"], ["brier", "Eurasian rose with prickly stems and fragrant leaves and bright pink flowers followed by scarlet hips", "sweetbrier"], ["heart", "a person loved by another person", "sweetheart"], ["meat", "a sweetened delicacy (as a preserve or pastry)", "sweetmeat"]]}, {"answer": "table", "hint": "table _", "clues": [["cloth", "a covering spread over a dining table", "tablecloth"], ["land", "a relatively flat highland", "tableland"], ["spoon", "as much as a tablespoon will hold", "tablespoon"], ["spoonful", "as much as a tablespoon will hold", "tablespoonful"], ["top", "the top horizontal work surface of a table", "tabletop"], ["ware", "articles for use at the table (dishes and silverware and glassware)", "tableware"]]}, {"answer": "tail", "hint": "tail _", "clues": [["back", "(American football) the person who plays tailback", "tailback"], ["board", "a gate at the rear of a vehicle; can be lowered for loading", "tailboard"], ["coat", "formalwear consisting of full evening dress for men", "tailcoat"], ["gate", "a gate at the rear of a vehicle; can be lowered for loading", "tailgate"], ["light", "lamp (usually red) mounted at the rear of a motor vehicle", "taillight"], ["piece", "appendage added to extend the length of something", "tailpiece"], ["pipe", "a pipe carrying fumes from the muffler to the rear of a car", "tailpipe"], ["plane", "the horizontal airfoil of an aircraft's tail assembly that is fixed and to which the elevator is hinged", "tailplane"], ["spin", "loss of emotional control often resulting in emotional collapse", "tailspin"], ["wind", "wind blowing in the same direction as the path of a ship or aircraft", "tailwind"]]}, {"answer": "take", "hint": "take _", "clues": [["away", "prepared food that is intended to be eaten off of the premises", "takeaway"], ["off", "a departure; especially of airplanes", "takeoff"], ["out", "prepared food that is intended to be eaten off of the premises", "takeout"], ["over", "a sudden and decisive change of government illegally or by force", "takeover"]]}, {"answer": "tea", "hint": "tea _", "clues": [["cake", "flat semisweet cookie or biscuit usually served with tea", "teacake"], ["cup", "as much as a teacup will hold", "teacup"], ["cupful", "as much as a teacup will hold", "teacupful"], ["kettle", "kettle for boiling water to make tea", "teakettle"], ["pot", "pot for brewing tea; usually has a spout and handle", "teapot"], ["room", "a restaurant where tea and light meals are available", "tearoom"], ["shop", "a restaurant where tea and light meals are available", "teashop"], ["spoon", "as much as a teaspoon will hold", "teaspoon"], ["spoonful", "as much as a teaspoon will hold", "teaspoonful"], ["time", "a light midafternoon meal of tea and sandwiches or cakes", "teatime"]]}, {"answer": "tear", "hint": "tear _", "clues": [["away", "a reckless and impetuous person", "tearaway"], ["drop", "anything shaped like a falling drop (as a pendant gem on an earring)", "teardrop"], ["gas", "a gas that makes the eyes fill with tears but does not damage them; used in dispersing crowds", "teargas"], ["jerker", "an excessively sentimental narrative", "tearjerker"]]}, {"answer": "thumb", "hint": "thumb _", "clues": [["nail", "the nail of the thumb", "thumbnail"], ["print", "fingerprint made by the thumb (especially by the pad of the thumb)", "thumbprint"], ["screw", "instrument of torture that crushes the thumb", "thumbscrew"], ["tack", "a tack for attaching papers to a bulletin board or drawing board", "thumbtack"]]}, {"answer": "thunder", "hint": "thunder _", "clues": [["bolt", "a discharge of lightning accompanied by thunder", "thunderbolt"], ["clap", "a single sharp crash of thunder", "thunderclap"], ["cloud", "a dark cloud of great vertical extent charged with electricity; associated with thunderstorms", "thundercloud"], ["head", "a rounded projecting mass of a cumulus cloud with shining edges; often appears before a thunderstorm", "thunderhead"], ["shower", "a short rainstorm accompanied by thunder and lightning", "thundershower"], ["storm", "a storm resulting from strong rising air currents; heavy rain or hail along with thunder and lightning", "thunderstorm"]]}, {"answer": "tide", "hint": "tide _", "clues": [["land", "land near the sea that is overflowed by the tide", "tideland"], ["mark", "indicator consisting of a line at the highwater or low-water limits of the tides", "tidemark"], ["water", "low-lying coastal land drained by tidal streams", "tidewater"], ["way", "a channel in which a tidal current runs", "tideway"]]}, {"answer": "time", "hint": "time _", "clues": [["keeper", "(sports) an official who keeps track of the time elapsed", "timekeeper"], ["keeping", "the act or process of determining the time", "timekeeping"], ["piece", "a measuring instrument or device for keeping time", "timepiece"], ["server", "one who conforms to current ways and opinions for personal advantage", "timeserver"], ["table", "a schedule listing events and the times at which they will take place", "timetable"]]}, {"answer": "tin", "hint": "tin _", "clues": [["foil", "foil made of tin or an alloy of tin and lead", "tinfoil"], ["plate", "a thin sheet of metal (iron or steel) coated with tin to prevent rusting; used especially for cans, pots, and tins", "tinplate"], ["smith", "someone who makes or repairs tinware", "tinsmith"], ["ware", "articles of commerce made of tin plate", "tinware"]]}, {"answer": "tooth", "hint": "tooth _", "clues": [["ache", "an ache localized in or around a tooth", "toothache"], ["brush", "small brush; has long handle; used to clean teeth", "toothbrush"], ["paste", "a dentifrice in the form of a paste", "toothpaste"], ["pick", "pick consisting of a small strip of wood or plastic; used to pick food from between the teeth", "toothpick"]]}, {"answer": "top", "hint": "top _", "clues": [["coat", "a heavy coat worn over clothes in winter", "topcoat"], ["knot", "headdress consisting of a decorative ribbon or bow worn in the hair", "topknot"], ["mast", "the mast next above a lower mast and topmost in a fore-and-aft rig", "topmast"], ["sail", "a sail (or either of a pair of sails) immediately above the lowermost sail of a mast and supported by a topmast", "topsail"], ["side", "(usually plural) weather deck; the part of a ship's hull that is above the waterline", "topside"], ["soil", "the layer of soil on the surface", "topsoil"], ["spin", "forward spin (usually of a moving ball) that is imparted by an upward stroke", "topspin"]]}, {"answer": "touch", "hint": "touch _", "clues": [["down", "a score in American football; being in possession of the ball across the opponents' goal line", "touchdown"], ["line", "either of the sidelines in soccer or rugby", "touchline"], ["screen", "a computer display that enables the user to interact with the computer by touching areas on the screen", "touchscreen"], ["stone", "a basis for comparison; a reference point against which other things can be evaluated", "touchstone"]]}, {"answer": "tow", "hint": "tow _", "clues": [["boat", "a powerful small boat designed to pull or push larger ships", "towboat"], ["head", "a person with light blond hair", "towhead"], ["line", "(nautical) a rope used in towing", "towline"], ["path", "a path along a canal or river used by animals towing boats", "towpath"], ["rope", "(nautical) a rope used in towing", "towrope"]]}, {"answer": "turn", "hint": "turn _", "clues": [["about", "a decision to reverse an earlier decision", "turnabout"], ["around", "time need to prepare a vessel or ship for a return trip", "turnaround"], ["buckle", "an oblong metal coupling with a swivel at one end and an internal thread at the other into which a threaded rod can be screwed in order to form a unit that can be adjusted for length or tension", "turnbuckle"], ["coat", "a disloyal person who betrays or deserts his cause or religion or political party or friend etc.", "turncoat"], ["key", "someone who guards prisoners", "turnkey"], ["off", "something causing antagonism or loss of interest", "turnoff"], ["out", "the group that gathers together for a particular occasion", "turnout"], ["over", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers", "turnover"], ["pike", "(from 16th to 19th centuries) gates set across a road to prevent passage until a toll had been paid", "turnpike"], ["stile", "a gate consisting of a post that acts as a pivot for rotating arms; set in a passageway for controlling the persons entering", "turnstile"], ["table", "a circular horizontal platform that rotates a phonograph record while it is being played", "turntable"]]}, {"answer": "type", "hint": "type _", "clues": [["face", "a specific size and style of type within a type family", "typeface"], ["script", "typewritten matter especially a typewritten copy of a manuscript", "typescript"], ["setter", "one who sets written material into type", "typesetter"], ["writer", "hand-operated character printer for printing written messages one character at a time", "typewriter"], ["writing", "writing done with a typewriter", "typewriting"]]}, {"answer": "under", "hint": "under _", "clues": [["achiever", "a student who does not perform as well as expected or as well as the IQ indicates", "underachiever"], ["belly", "lower side", "underbelly"], ["brush", "the brush (small trees and bushes and ferns etc.) growing beneath taller trees in a wood or forest", "underbrush"], ["carriage", "framework that serves as a support for the body of a vehicle", "undercarriage"], ["charge", "a price that is too low", "undercharge"], ["class", "the social class lowest in the social hierarchy", "underclass"], ["clothes", "undergarment worn next to the skin and under the outer garments", "underclothes"], ["clothing", "undergarment worn next to the skin and under the outer garments", "underclothing"], ["coat", "seal consisting of a coating of a tar or rubberlike material on the underside of a motor vehicle to retard corrosion", "undercoat"], ["current", "a subdued emotional quality underlying an utterance; implicit meaning", "undercurrent"], ["cut", "the material removed by a cut made underneath", "undercut"], ["dog", "one at a disadvantage and expected to lose", "underdog"], ["estimate", "an estimation that is too low; an estimate that is less than the true or actual value", "underestimate"], ["estimation", "an estimation that is too low; an estimate that is less than the true or actual value", "underestimation"], ["exposure", "the act of exposing film to too little light or for too short a time", "underexposure"], ["frame", "the internal supporting structure that gives an artifact its shape", "underframe"], ["fur", "thick soft fur lying beneath the longer and coarser guard hair", "underfur"], ["garment", "a garment worn under other garments", "undergarment"], ["grad", "a university student who has not yet received a first degree", "undergrad"], ["graduate", "a university student who has not yet received a first degree", "undergraduate"], ["ground", "a secret group organized to overthrow a government or occupation force", "underground"], ["growth", "the brush (small trees and bushes and ferns etc.) growing beneath taller trees in a wood or forest", "undergrowth"], ["lay", "a pad placed under a carpet", "underlay"], ["line", "a line drawn underneath (especially under written matter)", "underline"], ["ling", "an assistant subject to the authority or control of another", "underling"], ["lip", "the lower lip", "underlip"], ["pants", "an undergarment that covers the body from the waist no further than to the thighs; usually worn next to the skin", "underpants"], ["part", "a part lying on the lower side or underneath an animal's body", "underpart"], ["pass", "an underground tunnel or passage enabling pedestrians to cross a road or railway", "underpass"], ["payment", "a payment smaller than needed or expected", "underpayment"], ["production", "inadequate production or less than expected", "underproduction"], ["rating", "an estimation that is too low; an estimate that is less than the true or actual value", "underrating"], ["score", "a line drawn underneath (especially under written matter)", "underscore"], ["secretary", "a secretary immediately subordinate to the head of a department of government", "undersecretary"], ["shirt", "a collarless men's undergarment for the upper part of the body", "undershirt"], ["side", "the lower side of anything", "underside"], ["skirt", "undergarment worn under a skirt", "underskirt"], ["standing", "the cognitive condition of someone who understands", "understanding"], ["statement", "a statement that is restrained in ironic contrast to what might have been said", "understatement"], ["study", "an actor able to replace a regular performer when required", "understudy"], ["taker", "one whose business is the management of funerals", "undertaker"], ["taking", "any piece of work that is undertaken or attempted", "undertaking"], ["tone", "a quiet or hushed tone of voice", "undertone"], ["tow", "an inclination contrary to the strongest or prevailing feeling", "undertow"], ["valuation", "too low a value or price assigned to something", "undervaluation"], ["wear", "undergarment worn next to the skin and under the outer garments", "underwear"], ["world", "the criminal class", "underworld"], ["writer", "a banker who deals chiefly in underwriting new securities", "underwriter"]]}, {"answer": "video", "hint": "video _", "clues": [["cassette", "a cassette for videotape", "videocassette"], ["disc", "a digital recording (as of a movie) on an optical disk that can be played on a computer or a television set", "videodisc"], ["disk", "a digital recording (as of a movie) on an optical disk that can be played on a computer or a television set", "videodisk"], ["tape", "a video recording made on magnetic tape", "videotape"]]}, {"answer": "walk", "hint": "walk _", "clues": [["about", "a walking trip or tour", "walkabout"], ["away", "an easy victory", "walkaway"], ["out", "a strike in which the workers walk out", "walkout"], ["over", "backbends combined with handstands", "walkover"]]}, {"answer": "wall", "hint": "wall _", "clues": [["board", "a wide flat board used to cover walls or partitions; made from plaster or wood pulp or other materials and used primarily to form the interior walls of houses", "wallboard"], ["eye", "strabismus in which one or both eyes are directed outward", "walleye"], ["flower", "any of numerous plants of the genus Erysimum having fragrant yellow or orange or brownish flowers", "wallflower"], ["paper", "a decorative paper for the walls of rooms", "wallpaper"]]}, {"answer": "war", "hint": "war _", "clues": [["fare", "the waging of armed conflict against an enemy", "warfare"], ["head", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "warhead"], ["horse", "a work of art (composition or drama) that is part of the standard repertory but has become hackneyed from much repetition", "warhorse"], ["lord", "supreme military leader exercising civil power in a region especially one accountable to nobody when the central government is weak", "warlord"], ["monger", "a person who advocates war or warlike policies", "warmonger"], ["path", "hostile or belligerent mood", "warpath"], ["plane", "an aircraft designed and used for combat", "warplane"], ["ship", "a government ship that is available for waging war", "warship"], ["time", "a period of time during which there is armed conflict", "wartime"]]}, {"answer": "wash", "hint": "wash _", "clues": [["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbasin"], ["board", "device consisting of a corrugated surface to scrub clothes on", "washboard"], ["bowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbowl"], ["cloth", "bath linen consisting of a piece of cloth used to wash the face and body", "washcloth"], ["day", "a day set aside for doing household laundry", "washday"], ["out", "the channel or break produced by erosion of relatively soft soil by water", "washout"], ["rag", "bath linen consisting of a piece of cloth used to wash the face and body", "washrag"], ["room", "a lavatory (particularly a lavatory in a public place)", "washroom"], ["stand", "furniture consisting of a table or stand to hold a basin and pitcher of water for washing: `wash-hand stand' is a British term", "washstand"], ["tub", "a tub in which clothes or linens can be washed", "washtub"]]}, {"answer": "watch", "hint": "watch _", "clues": [["band", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchband"], ["dog", "a guardian or defender against theft or illegal practices or waste", "watchdog"], ["maker", "someone who makes or repairs watches", "watchmaker"], ["strap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchstrap"], ["tower", "an observation tower for a lookout to watch over prisoners or watch for fires or enemies", "watchtower"], ["word", "a slogan used to rally support for a cause", "watchword"]]}, {"answer": "water", "hint": "water _", "clues": [["bird", "freshwater aquatic bird", "waterbird"], ["color", "a painting produced with watercolors", "watercolor"], ["course", "natural or artificial channel through which water flows", "watercourse"], ["craft", "skill in the management of boats", "watercraft"], ["cress", "any of several water-loving cresses", "watercress"], ["fall", "a steep descent of the water of a river", "waterfall"], ["fowl", "freshwater aquatic bird", "waterfowl"], ["front", "the area of a city (such as a harbor or dockyard) alongside a body of water", "waterfront"], ["line", "a line corresponding to the surface of the water when the vessel is afloat on an even keel; often painted on the hull of a ship", "waterline"], ["mark", "a line marking the level reached by a body of water", "watermark"], ["melon", "an African melon", "watermelon"], ["proof", "any fabric impervious to water", "waterproof"], ["shed", "a ridge of land that separates two adjacent river systems", "watershed"], ["side", "land bordering a body of water", "waterside"], ["spout", "a tornado passing over water and picking up a column of water and mist", "waterspout"], ["way", "a navigable body of water", "waterway"], ["wheel", "a wheel with buckets attached to its rim; raises water from a stream or pond", "waterwheel"], ["works", "a public utility that provides water", "waterworks"]]}, {"answer": "wave", "hint": "wave _", "clues": [["band", "a band of adjacent radio frequencies (e.g., assigned for transmitting radio or television signals)", "waveband"], ["form", "the shape of a wave illustrated graphically by plotting the values of the period quantity against time", "waveform"], ["front", "(physics) an imaginary surface joining all points in space that are reached at the same instant by a wave propagating through a medium", "wavefront"], ["guide", "a hollow metal conductor that provides a path to guide microwaves; used in radar", "waveguide"], ["length", "the distance (measured in the direction of propagation) between two points in the same phase in consecutive cycles of a wave", "wavelength"]]}, {"answer": "weather", "hint": "weather _", "clues": [["board", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below", "weatherboard"], ["cock", "weathervane with a vane in the form of a rooster", "weathercock"], ["strip", "a narrow strip of material to cover the joint of a door or window to exclude the cold", "weatherstrip"], ["stripping", "a narrow strip of material to cover the joint of a door or window to exclude the cold", "weatherstripping"]]}, {"answer": "wheel", "hint": "wheel _", "clues": [["barrow", "a cart for carrying small loads; has handles and one or more wheels", "wheelbarrow"], ["base", "the distance from the center of a car's front wheel to the rear axle", "wheelbase"], ["chair", "a movable chair mounted on large wheels; for invalids or those who cannot walk; frequently propelled by the occupant", "wheelchair"], ["house", "an enclosed compartment from which a vessel can be navigated", "wheelhouse"], ["wright", "someone who makes and repairs wooden wheels", "wheelwright"]]}, {"answer": "white", "hint": "white _", "clues": [["bait", "minnows or other small fresh- or saltwater fish (especially herring); usually cooked whole", "whitebait"], ["cap", "a wave that is blown by the wind so its crest is broken and appears white", "whitecap"], ["fish", "any market fish--edible saltwater fish or shellfish--except herring", "whitefish"], ["head", "English philosopher and mathematician who collaborated with Bertrand Russell (1861-1947)", "whitehead"], ["out", "an arctic atmospheric condition with clouds over snow produce a uniform whiteness and objects are difficult to see; occurs when the light reflected off the snow equals the light coming through the clouds", "whiteout"], ["tail", "common North American deer; tail has a white underside", "whitetail"], ["wash", "a defeat in which the losing person or team fails to score", "whitewash"], ["water", "frothy water as in rapids or waterfalls", "whitewater"]]}, {"answer": "wild", "hint": "wild _", "clues": [["cat", "an exploratory oil well drilled in land not known to be an oil field", "wildcat"], ["fire", "a raging and rapidly spreading conflagration", "wildfire"], ["flower", "wild or uncultivated flowering plant", "wildflower"], ["fowl", "flesh of any of a number of wild game birds suitable for food", "wildfowl"], ["life", "all living things (except people) that are undomesticated", "wildlife"]]}, {"answer": "wind", "hint": "wind _", "clues": [["bag", "a boring person who talks a great deal about uninteresting topics", "windbag"], ["break", "hedge or fence of trees designed to lessen the force of the wind and reduce erosion", "windbreak"], ["breaker", "a kind of heavy jacket (`windcheater' is a British term)", "windbreaker"], ["burn", "redness and irritation of the skin caused by exposure to high-velocity wind", "windburn"], ["cheater", "a kind of heavy jacket (`windcheater' is a British term)", "windcheater"], ["fall", "fruit that has fallen from the tree", "windfall"], ["flower", "any woodland plant of the genus Anemone grown for its beautiful flowers and whorls of dissected leaves", "windflower"], ["jammer", "a large sailing ship", "windjammer"], ["mill", "a mill that is powered by the wind", "windmill"], ["pipe", "membranous tube with cartilaginous rings that conveys inhaled air from the larynx to the bronchi", "windpipe"], ["screen", "transparent screen (as of glass) to protect occupants of a vehicle", "windscreen"], ["shield", "transparent screen (as of glass) to protect occupants of a vehicle", "windshield"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["storm", "a storm consisting of violent winds", "windstorm"]]}, {"answer": "wood", "hint": "wood _", "clues": [["carver", "makes decorative wooden panels", "woodcarver"], ["carving", "a carving created by carving wood", "woodcarving"], ["chuck", "reddish brown North American marmot", "woodchuck"], ["cock", "game bird of the sandpiper family that resembles a snipe", "woodcock"], ["craft", "skill and experience in matters relating to the woods (as hunting or fishing or camping)", "woodcraft"], ["cut", "a print made from a woodcut", "woodcut"], ["cutter", "cuts down trees and chops wood as a job", "woodcutter"], ["land", "land that is covered with trees and shrubs", "woodland"], ["louse", "any of various small terrestrial isopods having a flat elliptical segmented body; found in damp habitats", "woodlouse"], ["pecker", "bird with strong claws and a stiff tail adapted for climbing and a hard chisel-like bill for boring into wood for insects", "woodpecker"], ["pile", "a pile or stack of wood to be used for fuel", "woodpile"], ["shed", "a shed for storing firewood or garden tools", "woodshed"], ["wind", "any wind instrument other than the brass instruments", "woodwind"], ["work", "work made of wood; especially moldings or stairways or furniture", "woodwork"], ["worker", "makes things out of wood", "woodworker"], ["worm", "a larva of a woodborer", "woodworm"]]}, {"answer": "work", "hint": "work _", "clues": [["basket", "container for holding implements and materials for work (especially for sewing)", "workbasket"], ["bench", "a strong worktable for a carpenter or mechanic", "workbench"], ["book", "a student's book or booklet containing problems with spaces for solving them", "workbook"], ["day", "a day on which work is done", "workday"], ["force", "the force of workers available", "workforce"], ["horse", "machine that performs dependably under heavy use", "workhorse"], ["house", "a poorhouse where able-bodied poor are compelled to labor", "workhouse"], ["load", "work that a person is expected to do in a specified time", "workload"], ["mate", "a fellow worker", "workmate"], ["out", "the activity of exerting your muscles in various ways to keep fit", "workout"], ["piece", "work consisting of a piece of metal being machined", "workpiece"], ["place", "a place where work is done", "workplace"], ["room", "room where work is done", "workroom"], ["sheet", "a sheet of paper with multiple columns; used by an accountant to assemble figures for financial statements", "worksheet"], ["shop", "small workplace where handcrafts or manufacturing are done", "workshop"], ["space", "space allocated for your work (as in an office)", "workspace"], ["station", "a desktop digital computer that is conventionally considered to be more powerful than a microcomputer", "workstation"], ["table", "a table designed for a particular task", "worktable"], ["week", "hours or days of work in a calendar week", "workweek"]]}], "portion": 0.8}, {"name": "verbs", "groups": [{"answer": "abandoned", "hint": "synonyms for abandoned", "clues": [["abandon", "forsake, leave behind", "abandon"], ["empty", "leave behind empty; move out of", "empty"], ["desert", "leave someone who needs or counts on you; leave in the lurch", "desert"], ["give up", "stop maintaining or insisting on; of ideas or claims", "give up"], ["vacate", "leave behind empty; move out of", "vacate"], ["forsake", "leave someone who needs or counts on you; leave in the lurch", "forsake"], ["desolate", "leave someone who needs or counts on you; leave in the lurch", "desolate"]]}, {"answer": "abbreviated", "hint": "synonyms for abbreviated", "clues": [["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"]]}, {"answer": "abducting", "hint": "synonyms for abducting", "clues": [["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom", "abduct"], ["snatch", "take away to an undisclosed location against their will and usually in order to extract a ransom", "snatch"], ["nobble", "take away to an undisclosed location against their will and usually in order to extract a ransom", "nobble"], ["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom", "kidnap"]]}, {"answer": "abiding", "hint": "synonyms for abiding", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["bide", "dwell", "bide"], ["stand", "put up with something or somebody unpleasant", "stand"], ["stay", "dwell", "stay"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["digest", "put up with something or somebody unpleasant", "digest"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["brook", "put up with something or somebody unpleasant", "brook"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "abridged", "hint": "synonyms for abridged", "clues": [["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"]]}, {"answer": "absolved", "hint": "synonyms for absolved", "clues": [["absolve", "grant remission of a sin to", "absolve"], ["justify", "let off the hook", "justify"], ["free", "let off the hook", "free"], ["shrive", "grant remission of a sin to", "shrive"]]}, {"answer": "absorbed", "hint": "synonyms for absorbed", "clues": [["absorb", "become imbued", "absorb"], ["steep", "devote (oneself) fully to", "steep"], ["immerse", "devote (oneself) fully to", "immerse"], ["soak up", "take in, also metaphorically", "soak up"], ["plunge", "devote (oneself) fully to", "plunge"], ["engage", "consume all of one's attention or time", "engage"], ["draw", "take in, also metaphorically", "draw"], ["engross", "consume all of one's attention or time", "engross"], ["take in", "suck or take up or in", "take in"], ["take up", "take in, also metaphorically", "take up"], ["assimilate", "take up mentally", "assimilate"], ["sop up", "take in, also metaphorically", "sop up"], ["suck", "take in, also metaphorically", "suck"], ["take over", "take up, as of debts or payments", "take over"], ["engulf", "devote (oneself) fully to", "engulf"], ["imbibe", "take in, also metaphorically", "imbibe"], ["ingest", "take up mentally", "ingest"], ["suck up", "take in, also metaphorically", "suck up"], ["occupy", "consume all of one's attention or time", "occupy"]]}, {"answer": "absorbing", "hint": "synonyms for absorbing", "clues": [["absorb", "become imbued", "absorb"], ["steep", "devote (oneself) fully to", "steep"], ["immerse", "devote (oneself) fully to", "immerse"], ["soak up", "take in, also metaphorically", "soak up"], ["plunge", "devote (oneself) fully to", "plunge"], ["engage", "consume all of one's attention or time", "engage"], ["draw", "take in, also metaphorically", "draw"], ["engross", "consume all of one's attention or time", "engross"], ["take in", "suck or take up or in", "take in"], ["take up", "take in, also metaphorically", "take up"], ["assimilate", "take up mentally", "assimilate"], ["sop up", "take in, also metaphorically", "sop up"], ["suck", "take in, also metaphorically", "suck"], ["take over", "take up, as of debts or payments", "take over"], ["engulf", "devote (oneself) fully to", "engulf"], ["imbibe", "take in, also metaphorically", "imbibe"], ["ingest", "take up mentally", "ingest"], ["suck up", "take in, also metaphorically", "suck up"], ["occupy", "consume all of one's attention or time", "occupy"]]}, {"answer": "abstract", "hint": "synonyms for abstract", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["nobble", "make off with belongings of others", "nobble"], ["hook", "make off with belongings of others", "hook"], ["snarf", "make off with belongings of others", "snarf"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["swipe", "make off with belongings of others", "swipe"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "abstracted", "hint": "synonyms for abstracted", "clues": [["abstract", "consider apart from a particular case or instance", "abstract"], ["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["hook", "make off with belongings of others", "hook"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["swipe", "make off with belongings of others", "swipe"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "abused", "hint": "synonyms for abused", "clues": [["abuse", "change the inherent purpose or function of something", "abuse"], ["mistreat", "treat badly", "mistreat"], ["pervert", "change the inherent purpose or function of something", "pervert"], ["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["shout", "use foul or abusive language towards", "shout"], ["blackguard", "use foul or abusive language towards", "blackguard"], ["misuse", "change the inherent purpose or function of something", "misuse"], ["clapperclaw", "use foul or abusive language towards", "clapperclaw"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "accelerated", "hint": "synonyms for accelerated", "clues": [["accelerate", "cause to move faster", "accelerate"], ["speed up", "move faster", "speed up"], ["speed", "cause to move faster", "speed"], ["quicken", "move faster", "quicken"]]}, {"answer": "accented", "hint": "synonyms for accented", "clues": [["accent", "to stress, single out as important", "accent"], ["emphasize", "to stress, single out as important", "emphasize"], ["stress", "to stress, single out as important", "stress"], ["accentuate", "put stress on; utter with an accent", "accentuate"], ["punctuate", "to stress, single out as important", "punctuate"]]}, {"answer": "accepted", "hint": "synonyms for accepted", "clues": [["accept", "receive willingly something given or offered", "accept"], ["consent", "give an affirmative reply to; respond favorably to", "consent"], ["have", "receive willingly something given or offered", "have"], ["bear", "take on as one's own the expenses or debts of another person", "bear"], ["live with", "tolerate or accommodate oneself to", "live with"], ["take", "be designed to hold or take", "take"], ["take on", "admit into a group or community", "take on"], ["swallow", "tolerate or accommodate oneself to", "swallow"], ["go for", "give an affirmative reply to; respond favorably to", "go for"], ["take over", "take on as one's own the expenses or debts of another person", "take over"], ["admit", "admit into a group or community", "admit"], ["assume", "take on as one's own the expenses or debts of another person", "assume"]]}, {"answer": "accepting", "hint": "synonyms for accepting", "clues": [["accept", "receive willingly something given or offered", "accept"], ["consent", "give an affirmative reply to; respond favorably to", "consent"], ["have", "receive willingly something given or offered", "have"], ["bear", "take on as one's own the expenses or debts of another person", "bear"], ["live with", "tolerate or accommodate oneself to", "live with"], ["take", "be designed to hold or take", "take"], ["take on", "admit into a group or community", "take on"], ["swallow", "tolerate or accommodate oneself to", "swallow"], ["go for", "give an affirmative reply to; respond favorably to", "go for"], ["take over", "take on as one's own the expenses or debts of another person", "take over"], ["admit", "admit into a group or community", "admit"], ["assume", "take on as one's own the expenses or debts of another person", "assume"]]}, {"answer": "accommodating", "hint": "synonyms for accommodating", "clues": [["accommodate", "provide housing for", "accommodate"], ["suit", "be agreeable or acceptable to", "suit"], ["fit", "be agreeable or acceptable to", "fit"], ["reconcile", "make (one thing) compatible with (another)", "reconcile"], ["adapt", "make fit for, or change to suit a new purpose", "adapt"], ["lodge", "provide housing for", "lodge"], ["conciliate", "make (one thing) compatible with (another)", "conciliate"], ["admit", "have room for; hold without crowding", "admit"], ["oblige", "provide a service or favor for someone", "oblige"], ["hold", "have room for; hold without crowding", "hold"]]}, {"answer": "accompanied", "hint": "synonyms for accompanied", "clues": [["attach to", "be present or associated with an event or entity", "attach to"], ["companion", "be a companion to somebody", "companion"], ["keep company", "be a companion to somebody", "keep company"], ["accompany", "go or travel along with", "accompany"], ["follow", "perform an accompaniment to", "follow"], ["play along", "perform an accompaniment to", "play along"], ["come with", "be present or associated with an event or entity", "come with"], ["go with", "be present or associated with an event or entity", "go with"]]}, {"answer": "accompanying", "hint": "synonyms for accompanying", "clues": [["attach to", "be present or associated with an event or entity", "attach to"], ["companion", "be a companion to somebody", "companion"], ["keep company", "be a companion to somebody", "keep company"], ["accompany", "go or travel along with", "accompany"], ["follow", "perform an accompaniment to", "follow"], ["play along", "perform an accompaniment to", "play along"], ["come with", "be present or associated with an event or entity", "come with"], ["go with", "be present or associated with an event or entity", "go with"]]}, {"answer": "accomplished", "hint": "synonyms for accomplished", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["accomplish", "put in effect", "accomplish"], ["fulfil", "put in effect", "fulfil"], ["achieve", "to gain with effort", "achieve"], ["execute", "put in effect", "execute"], ["attain", "to gain with effort", "attain"], ["reach", "to gain with effort", "reach"], ["carry through", "put in effect", "carry through"]]}, {"answer": "according", "hint": "synonyms for according", "clues": [["accord", "go together", "accord"], ["concord", "go together", "concord"], ["allot", "allow to have", "allot"], ["harmonize", "go together", "harmonize"], ["consort", "go together", "consort"], ["fit in", "go together", "fit in"], ["grant", "allow to have", "grant"], ["agree", "go together", "agree"]]}, {"answer": "accumulated", "hint": "synonyms for accumulated", "clues": [["pile up", "collect or gather", "pile up"], ["conglomerate", "collect or gather", "conglomerate"], ["amass", "collect or gather", "amass"], ["roll up", "get or gather together", "roll up"], ["gather", "collect or gather", "gather"], ["cumulate", "collect or gather", "cumulate"], ["compile", "get or gather together", "compile"], ["collect", "get or gather together", "collect"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "accursed", "hint": "synonyms for accursed", "clues": [["execrate", "curse or declare to be evil or anathema or threaten with divine punishment", "execrate"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematise"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment", "comminate"], ["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemize"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment", "accurse"]]}, {"answer": "accusing", "hint": "synonyms for accusing", "clues": [["accuse", "blame for, make a claim of wrongdoing or misbehavior against", "accuse"], ["impeach", "bring an accusation against; level a charge against", "impeach"], ["incriminate", "bring an accusation against; level a charge against", "incriminate"], ["charge", "blame for, make a claim of wrongdoing or misbehavior against", "charge"]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["nail", "succeed at easily", "nail"], ["sweep through", "succeed at easily", "sweep through"], ["pass with flying colors", "succeed at easily", "pass with flying colors"], ["breeze through", "succeed at easily", "breeze through"], ["sail through", "succeed at easily", "sail through"]]}, {"answer": "aching", "hint": "synonyms for aching", "clues": [["yen", "have a desire for something or someone who is not present", "yen"], ["ache", "feel physical pain", "ache"], ["smart", "be the source of pain", "smart"], ["pine", "have a desire for something or someone who is not present", "pine"], ["suffer", "feel physical pain", "suffer"], ["yearn", "have a desire for something or someone who is not present", "yearn"], ["hurt", "feel physical pain", "hurt"], ["languish", "have a desire for something or someone who is not present", "languish"]]}, {"answer": "acknowledged", "hint": "synonyms for acknowledged", "clues": [["acknowledge", "express obligation, thanks, or gratitude for", "acknowledge"], ["receipt", "report the receipt of", "receipt"], ["know", "accept (someone) to be what is claimed or accept his power and authority", "know"], ["recognise", "accept (someone) to be what is claimed or accept his power and authority", "recognise"], ["admit", "declare to be true or admit the existence or reality or truth of", "admit"], ["notice", "express recognition of the presence or existence of, or acquaintance with", "notice"]]}, {"answer": "acquainted", "hint": "synonyms for acquainted", "clues": [["familiarize", "make familiar or conversant with", "familiarize"], ["present", "cause to come to know personally", "present"], ["introduce", "cause to come to know personally", "introduce"], ["acquaint", "inform", "acquaint"]]}, {"answer": "acquired", "hint": "synonyms for acquired", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["take on", "take on a certain form, attribute, or aspect", "take on"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["gain", "win something through one's efforts", "gain"], ["take", "take on a certain form, attribute, or aspect", "take"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["larn", "gain knowledge or skills", "larn"], ["develop", "come to have or undergo a change of (physical features and attributes)", "develop"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["evolve", "gain through experience", "evolve"], ["win", "win something through one's efforts", "win"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"]]}, {"answer": "acquitted", "hint": "synonyms for acquitted", "clues": [["deport", "behave in a certain manner", "deport"], ["assoil", "pronounce not guilty of criminal charges", "assoil"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["acquit", "behave in a certain manner", "acquit"], ["discharge", "pronounce not guilty of criminal charges", "discharge"], ["carry", "behave in a certain manner", "carry"], ["behave", "behave in a certain manner", "behave"], ["comport", "behave in a certain manner", "comport"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["conduct", "behave in a certain manner", "conduct"], ["bear", "behave in a certain manner", "bear"]]}, {"answer": "acting", "hint": "synonyms for acting", "clues": [["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "do"], ["act as", "pretend to have certain qualities or state of mind", "act as"], ["play", "perform on a stage or theater", "play"], ["move", "perform an action, or work out or perform (an action)", "move"], ["act", "discharge one's duties", "act"], ["dissemble", "behave unnaturally or affectedly", "dissemble"], ["pretend", "behave unnaturally or affectedly", "pretend"], ["represent", "play a role or part", "represent"], ["work", "have an effect or outcome; often the one desired or expected", "work"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "behave"], ["roleplay", "perform on a stage or theater", "roleplay"], ["playact", "perform on a stage or theater", "playact"]]}, {"answer": "activated", "hint": "synonyms for activated", "clues": [["activate", "make more adsorptive", "activate"], ["spark", "put in motion or move to act", "spark"], ["trigger off", "put in motion or move to act", "trigger off"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter", "aerate"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "activating", "hint": "synonyms for activating", "clues": [["activate", "make more adsorptive", "activate"], ["spark", "put in motion or move to act", "spark"], ["trigger off", "put in motion or move to act", "trigger off"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter", "aerate"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "actuated", "hint": "synonyms for actuated", "clues": [["propel", "give an incentive for action", "propel"], ["incite", "give an incentive for action", "incite"], ["spark", "put in motion or move to act", "spark"], ["prompt", "give an incentive for action", "prompt"], ["motivate", "give an incentive for action", "motivate"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"], ["move", "give an incentive for action", "move"]]}, {"answer": "actuating", "hint": "synonyms for actuating", "clues": [["propel", "give an incentive for action", "propel"], ["incite", "give an incentive for action", "incite"], ["spark", "put in motion or move to act", "spark"], ["prompt", "give an incentive for action", "prompt"], ["motivate", "give an incentive for action", "motivate"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"], ["move", "give an incentive for action", "move"]]}, {"answer": "adapted", "hint": "synonyms for adapted", "clues": [["adjust", "adapt or conform oneself to new or different conditions", "adjust"], ["adapt", "adapt or conform oneself to new or different conditions", "adapt"], ["conform", "adapt or conform oneself to new or different conditions", "conform"], ["accommodate", "make fit for, or change to suit a new purpose", "accommodate"]]}, {"answer": "addressed", "hint": "synonyms for addressed", "clues": [["speak", "give a speech to", "speak"], ["address", "greet, as with a prescribed form, title, or name", "address"], ["come up to", "speak to someone", "come up to"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["call", "greet, as with a prescribed form, title, or name", "call"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["accost", "speak to someone", "accost"], ["turn to", "speak to", "turn to"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["direct", "put an address on (an envelope)", "direct"]]}, {"answer": "adjusted", "hint": "synonyms for adjusted", "clues": [["adjust", "adapt or conform oneself to new or different conditions", "adjust"], ["conform", "adapt or conform oneself to new or different conditions", "conform"], ["line up", "place in a line or arrange so as to be parallel or straight", "line up"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard", "correct"], ["align", "place in a line or arrange so as to be parallel or straight", "align"], ["aline", "place in a line or arrange so as to be parallel or straight", "aline"], ["adapt", "adapt or conform oneself to new or different conditions", "adapt"], ["set", "alter or regulate so as to achieve accuracy or conform to a standard", "set"]]}, {"answer": "admonishing", "hint": "synonyms for admonishing", "clues": [["reprove", "take to task", "reprove"], ["discourage", "admonish or counsel in terms of someone's behavior", "discourage"], ["caution", "warn strongly; put on guard", "caution"], ["admonish", "warn strongly; put on guard", "admonish"], ["warn", "admonish or counsel in terms of someone's behavior", "warn"]]}, {"answer": "adopted", "hint": "synonyms for adopted", "clues": [["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own", "adopt"], ["espouse", "choose and follow; as of theories, ideas, policies, strategies or plans", "espouse"], ["take on", "take on a certain form, attribute, or aspect", "take on"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own", "sweep up"], ["take over", "take on titles, offices, duties, responsibilities", "take over"], ["take", "take on a certain form, attribute, or aspect", "take"], ["dramatize", "put into dramatic form", "dramatize"], ["borrow", "take up and practice as one's own", "borrow"], ["take up", "take up and practice as one's own", "take up"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own", "embrace"], ["follow", "choose and follow; as of theories, ideas, policies, strategies or plans", "follow"]]}, {"answer": "adorned", "hint": "synonyms for adorned", "clues": [["decorate", "be beautiful to look at", "decorate"], ["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["adorn", "make more attractive by adding ornament, colour, etc.", "adorn"], ["ornament", "make more attractive by adding ornament, colour, etc.", "ornament"], ["beautify", "make more attractive by adding ornament, colour, etc.", "beautify"], ["embellish", "make more attractive by adding ornament, colour, etc.", "embellish"], ["grace", "make more attractive by adding ornament, colour, etc.", "grace"], ["deck", "be beautiful to look at", "deck"], ["invest", "furnish with power or authority; of kings or emperors", "invest"]]}, {"answer": "adulterate", "hint": "synonyms for adulterate", "clues": [["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"]]}, {"answer": "adulterated", "hint": "synonyms for adulterated", "clues": [["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"]]}, {"answer": "adulterating", "hint": "synonyms for adulterating", "clues": [["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"]]}, {"answer": "advance", "hint": "synonyms for advance", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["progress", "develop in a positive way", "progress"], ["gain", "rise in rate or price", "gain"], ["supercharge", "increase or raise", "supercharge"], ["get along", "develop in a positive way", "get along"], ["elevate", "give a promotion to or assign to a higher position", "elevate"], ["come on", "develop in a positive way", "come on"], ["encourage", "contribute to the progress or growth of", "encourage"], ["promote", "contribute to the progress or growth of", "promote"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["come along", "develop in a positive way", "come along"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"], ["pass on", "move forward, also in the metaphorical sense", "pass on"], ["move on", "move forward, also in the metaphorical sense", "move on"], ["win", "obtain advantages, such as points, etc.", "win"], ["further", "contribute to the progress or growth of", "further"], ["go on", "move forward, also in the metaphorical sense", "go on"], ["get on", "develop in a positive way", "get on"], ["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["throw out", "bring forward for consideration or acceptance", "throw out"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["raise", "give a promotion to or assign to a higher position", "raise"], ["shape up", "develop in a positive way", "shape up"], ["march on", "move forward, also in the metaphorical sense", "march on"], ["boost", "contribute to the progress or growth of", "boost"], ["bring forward", "cause to move forward", "bring forward"]]}, {"answer": "advanced", "hint": "synonyms for advanced", "clues": [["gain", "rise in rate or price", "gain"], ["get along", "develop in a positive way", "get along"], ["advance", "contribute to the progress or growth of", "advance"], ["promote", "contribute to the progress or growth of", "promote"], ["come along", "develop in a positive way", "come along"], ["move on", "move forward, also in the metaphorical sense", "move on"], ["raise", "give a promotion to or assign to a higher position", "raise"], ["set ahead", "move forward", "set ahead"], ["get on", "develop in a positive way", "get on"], ["progress", "develop in a positive way", "progress"], ["supercharge", "increase or raise", "supercharge"], ["elevate", "give a promotion to or assign to a higher position", "elevate"], ["come on", "develop in a positive way", "come on"], ["encourage", "contribute to the progress or growth of", "encourage"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"], ["pass on", "move forward, also in the metaphorical sense", "pass on"], ["win", "obtain advantages, such as points, etc.", "win"], ["further", "contribute to the progress or growth of", "further"], ["go on", "move forward, also in the metaphorical sense", "go on"], ["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["throw out", "bring forward for consideration or acceptance", "throw out"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["shape up", "develop in a positive way", "shape up"], ["march on", "move forward, also in the metaphorical sense", "march on"], ["boost", "contribute to the progress or growth of", "boost"], ["bring forward", "cause to move forward", "bring forward"]]}, {"answer": "advancing", "hint": "synonyms for advancing", "clues": [["gain", "rise in rate or price", "gain"], ["get along", "develop in a positive way", "get along"], ["advance", "contribute to the progress or growth of", "advance"], ["promote", "contribute to the progress or growth of", "promote"], ["come along", "develop in a positive way", "come along"], ["move on", "move forward, also in the metaphorical sense", "move on"], ["raise", "give a promotion to or assign to a higher position", "raise"], ["set ahead", "move forward", "set ahead"], ["get on", "develop in a positive way", "get on"], ["progress", "develop in a positive way", "progress"], ["supercharge", "increase or raise", "supercharge"], ["elevate", "give a promotion to or assign to a higher position", "elevate"], ["come on", "develop in a positive way", "come on"], ["encourage", "contribute to the progress or growth of", "encourage"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"], ["pass on", "move forward, also in the metaphorical sense", "pass on"], ["win", "obtain advantages, such as points, etc.", "win"], ["further", "contribute to the progress or growth of", "further"], ["go on", "move forward, also in the metaphorical sense", "go on"], ["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["throw out", "bring forward for consideration or acceptance", "throw out"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["shape up", "develop in a positive way", "shape up"], ["march on", "move forward, also in the metaphorical sense", "march on"], ["boost", "contribute to the progress or growth of", "boost"], ["bring forward", "cause to move forward", "bring forward"]]}, {"answer": "advertised", "hint": "synonyms for advertised", "clues": [["publicise", "call attention to", "publicise"], ["push", "make publicity for; try to sell (a product)", "push"], ["advertise", "call attention to", "advertise"], ["promote", "make publicity for; try to sell (a product)", "promote"]]}, {"answer": "advised", "hint": "synonyms for advised", "clues": [["notify", "inform (somebody) of something", "notify"], ["give notice", "inform (somebody) of something", "give notice"], ["apprise", "inform (somebody) of something", "apprise"], ["advise", "inform (somebody) of something", "advise"], ["send word", "inform (somebody) of something", "send word"], ["propose", "make a proposal, declare a plan for something", "propose"], ["suggest", "make a proposal, declare a plan for something", "suggest"], ["rede", "give advice to", "rede"], ["counsel", "give advice to", "counsel"]]}, {"answer": "aerated", "hint": "synonyms for aerated", "clues": [["oxygenate", "impregnate, combine, or supply with oxygen", "oxygenate"], ["oxygenize", "impregnate, combine, or supply with oxygen", "oxygenize"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter", "aerate"], ["air", "expose to fresh air", "air"], ["activate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter", "activate"], ["air out", "expose to fresh air", "air out"]]}, {"answer": "affected", "hint": "synonyms for affected", "clues": [["touch", "have an effect upon", "touch"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["feign", "make believe with the intent to deceive", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["bear upon", "have an effect upon", "bear upon"], ["regard", "connect closely and often incriminatingly", "regard"], ["move", "have an emotional or cognitive impact upon", "move"], ["affect", "act physically on; have an effect upon", "affect"], ["impress", "have an emotional or cognitive impact upon", "impress"], ["sham", "make believe with the intent to deceive", "sham"], ["involve", "connect closely and often incriminatingly", "involve"], ["impact", "have an effect upon", "impact"], ["touch on", "have an effect upon", "touch on"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "affecting", "hint": "synonyms for affecting", "clues": [["touch", "have an effect upon", "touch"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["feign", "make believe with the intent to deceive", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["bear upon", "have an effect upon", "bear upon"], ["regard", "connect closely and often incriminatingly", "regard"], ["move", "have an emotional or cognitive impact upon", "move"], ["affect", "act physically on; have an effect upon", "affect"], ["impress", "have an emotional or cognitive impact upon", "impress"], ["sham", "make believe with the intent to deceive", "sham"], ["involve", "connect closely and often incriminatingly", "involve"], ["impact", "have an effect upon", "impact"], ["touch on", "have an effect upon", "touch on"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "affiliated", "hint": "synonyms for affiliated", "clues": [["associate", "keep company with; hang out with", "associate"], ["assort", "keep company with; hang out with", "assort"], ["affiliate", "join in an affiliation", "affiliate"], ["consort", "keep company with; hang out with", "consort"]]}, {"answer": "affixed", "hint": "synonyms for affixed", "clues": [["add on", "add to the very end", "add on"], ["append", "add to the very end", "append"], ["supplement", "add to the very end", "supplement"], ["stick on", "attach to", "stick on"], ["affix", "attach to", "affix"]]}, {"answer": "aged", "hint": "synonyms for aged", "clues": [["mature", "grow old or older", "mature"], ["age", "make older", "age"], ["senesce", "grow old or older", "senesce"], ["get on", "grow old or older", "get on"]]}, {"answer": "ageing", "hint": "synonyms for ageing", "clues": [["mature", "grow old or older", "mature"], ["age", "make older", "age"], ["senesce", "grow old or older", "senesce"], ["get on", "grow old or older", "get on"]]}, {"answer": "aggravated", "hint": "synonyms for aggravated", "clues": [["exasperate", "make worse", "exasperate"], ["exacerbate", "exasperate or irritate", "exacerbate"], ["worsen", "make worse", "worsen"], ["aggravate", "exasperate or irritate", "aggravate"]]}, {"answer": "aggravating", "hint": "synonyms for aggravating", "clues": [["exasperate", "make worse", "exasperate"], ["exacerbate", "exasperate or irritate", "exacerbate"], ["worsen", "make worse", "worsen"], ["aggravate", "exasperate or irritate", "aggravate"]]}, {"answer": "aging", "hint": "synonyms for aging", "clues": [["mature", "grow old or older", "mature"], ["age", "make older", "age"], ["senesce", "grow old or older", "senesce"], ["get on", "grow old or older", "get on"]]}, {"answer": "agitated", "hint": "synonyms for agitated", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["budge", "move very slightly", "budge"], ["vex", "change the arrangement or position of", "vex"], ["agitate", "try to stir up public opinion", "agitate"], ["rouse", "cause to be agitated, excited, or roused", "rouse"], ["shake", "move or cause to move back and forth", "shake"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["stir up", "change the arrangement or position of", "stir up"], ["foment", "try to stir up public opinion", "foment"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["shake up", "change the arrangement or position of", "shake up"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["stir", "move very slightly", "stir"], ["shift", "move very slightly", "shift"], ["raise up", "change the arrangement or position of", "raise up"]]}, {"answer": "agitating", "hint": "synonyms for agitating", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["budge", "move very slightly", "budge"], ["vex", "change the arrangement or position of", "vex"], ["agitate", "try to stir up public opinion", "agitate"], ["rouse", "cause to be agitated, excited, or roused", "rouse"], ["shake", "move or cause to move back and forth", "shake"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["stir up", "change the arrangement or position of", "stir up"], ["foment", "try to stir up public opinion", "foment"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["shake up", "change the arrangement or position of", "shake up"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["stir", "move very slightly", "stir"], ["shift", "move very slightly", "shift"], ["raise up", "change the arrangement or position of", "raise up"]]}, {"answer": "agreed", "hint": "synonyms for agreed", "clues": [["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["accord", "go together", "accord"], ["concord", "go together", "concord"], ["agree", "achieve harmony of opinion, feeling, or purpose", "agree"], ["consort", "go together", "consort"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["fit in", "go together", "fit in"], ["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["harmonize", "go together", "harmonize"], ["hold", "be in accord; be in agreement", "hold"], ["concur", "be in accord; be in agreement", "concur"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"]]}, {"answer": "aired", "hint": "synonyms for aired", "clues": [["vent", "expose to cool or cold air so as to cool or freshen", "vent"], ["publicize", "make public", "publicize"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["bare", "make public", "bare"], ["ventilate", "expose to cool or cold air so as to cool or freshen", "ventilate"], ["aerate", "expose to fresh air", "aerate"]]}, {"answer": "alarmed", "hint": "synonyms for alarmed", "clues": [["alarm", "warn or arouse to a sense of danger or call to a state of preparedness", "alarm"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alert", "warn or arouse to a sense of danger or call to a state of preparedness", "alert"]]}, {"answer": "alarming", "hint": "synonyms for alarming", "clues": [["alarm", "warn or arouse to a sense of danger or call to a state of preparedness", "alarm"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alert", "warn or arouse to a sense of danger or call to a state of preparedness", "alert"]]}, {"answer": "alienated", "hint": "synonyms for alienated", "clues": [["alien", "transfer property or ownership", "alien"], ["alienate", "make withdrawn or isolated or emotionally dissociated", "alienate"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "estrange"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "disaffect"]]}, {"answer": "alienating", "hint": "synonyms for alienating", "clues": [["alien", "transfer property or ownership", "alien"], ["alienate", "make withdrawn or isolated or emotionally dissociated", "alienate"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "estrange"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "disaffect"]]}, {"answer": "aligned", "hint": "synonyms for aligned", "clues": [["align", "be or come into adjustment with", "align"], ["array", "align oneself with a group or a way of thinking", "array"], ["line up", "place in a line or arrange so as to be parallel or straight", "line up"], ["adjust", "place in a line or arrange so as to be parallel or straight", "adjust"], ["aline", "place in a line or arrange so as to be parallel or straight", "aline"], ["coordinate", "bring (components or parts) into proper or desirable coordination correlation", "coordinate"]]}, {"answer": "aligning", "hint": "synonyms for aligning", "clues": [["align", "be or come into adjustment with", "align"], ["array", "align oneself with a group or a way of thinking", "array"], ["line up", "place in a line or arrange so as to be parallel or straight", "line up"], ["adjust", "place in a line or arrange so as to be parallel or straight", "adjust"], ["aline", "place in a line or arrange so as to be parallel or straight", "aline"], ["coordinate", "bring (components or parts) into proper or desirable coordination correlation", "coordinate"]]}, {"answer": "alleviated", "hint": "synonyms for alleviated", "clues": [["palliate", "provide physical relief, as from pain", "palliate"], ["facilitate", "make easier", "facilitate"], ["alleviate", "make easier", "alleviate"], ["ease", "make easier", "ease"], ["relieve", "provide physical relief, as from pain", "relieve"], ["assuage", "provide physical relief, as from pain", "assuage"]]}, {"answer": "allotted", "hint": "synonyms for allotted", "clues": [["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["accord", "allow to have", "accord"], ["assign", "give out", "assign"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["administer", "administer or bestow, as in small portions", "administer"], ["deal", "administer or bestow, as in small portions", "deal"], ["portion", "give out", "portion"], ["grant", "allow to have", "grant"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "altered", "hint": "synonyms for altered", "clues": [["alter", "insert words into texts, often falsifying it thereby", "alter"], ["falsify", "insert words into texts, often falsifying it thereby", "falsify"], ["spay", "remove the ovaries of", "spay"], ["interpolate", "insert words into texts, often falsifying it thereby", "interpolate"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "change"], ["castrate", "remove the ovaries of", "castrate"], ["modify", "cause to change; make different; cause a transformation", "modify"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "vary"], ["neuter", "remove the ovaries of", "neuter"]]}, {"answer": "alternate", "hint": "synonyms for alternate", "clues": [["switch", "reverse (a direction, attitude, or course of action)", "switch"], ["understudy", "be an understudy or alternate for a role", "understudy"], ["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["tack", "reverse (a direction, attitude, or course of action)", "tack"], ["take turns", "do something in turns", "take turns"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["jump", "go back and forth; swing back and forth between two states or conditions", "jump"], ["flip", "reverse (a direction, attitude, or course of action)", "flip"]]}, {"answer": "alternating", "hint": "synonyms for alternating", "clues": [["switch", "reverse (a direction, attitude, or course of action)", "switch"], ["alternate", "be an understudy or alternate for a role", "alternate"], ["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["tack", "reverse (a direction, attitude, or course of action)", "tack"], ["take turns", "do something in turns", "take turns"], ["jump", "go back and forth; swing back and forth between two states or conditions", "jump"], ["understudy", "be an understudy or alternate for a role", "understudy"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["flip", "reverse (a direction, attitude, or course of action)", "flip"]]}, {"answer": "amalgamate", "hint": "synonyms for amalgamate", "clues": [["mix", "to bring or combine together or with something else", "mix"], ["commix", "to bring or combine together or with something else", "commix"], ["unify", "to bring or combine together or with something else", "unify"], ["mingle", "to bring or combine together or with something else", "mingle"]]}, {"answer": "amalgamated", "hint": "synonyms for amalgamated", "clues": [["mingle", "to bring or combine together or with something else", "mingle"], ["unify", "to bring or combine together or with something else", "unify"], ["mix", "to bring or combine together or with something else", "mix"], ["commix", "to bring or combine together or with something else", "commix"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"]]}, {"answer": "amazed", "hint": "synonyms for amazed", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "affect with wonder", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["astound", "affect with wonder", "astound"], ["astonish", "affect with wonder", "astonish"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "amazing", "hint": "synonyms for amazing", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "affect with wonder", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["astound", "affect with wonder", "astound"], ["astonish", "affect with wonder", "astonish"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "ameliorating", "hint": "synonyms for ameliorating", "clues": [["meliorate", "to make better", "meliorate"], ["better", "get better", "better"], ["amend", "to make better", "amend"], ["improve", "to make better", "improve"]]}, {"answer": "amended", "hint": "synonyms for amended", "clues": [["remediate", "set straight or right", "remediate"], ["meliorate", "to make better", "meliorate"], ["amend", "to make better", "amend"], ["rectify", "set straight or right", "rectify"], ["improve", "to make better", "improve"], ["repair", "set straight or right", "repair"], ["remedy", "set straight or right", "remedy"], ["better", "to make better", "better"]]}, {"answer": "analyzed", "hint": "synonyms for analyzed", "clues": [["psychoanalyze", "subject to psychoanalytic treatment", "psychoanalyze"], ["analyse", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "analyse"], ["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "break down"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "dissect"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "take apart"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning", "study"]]}, {"answer": "angled", "hint": "synonyms for angled", "clues": [["lean", "to incline or bend from a vertical position", "lean"], ["tip", "to incline or bend from a vertical position", "tip"], ["fish", "seek indirectly", "fish"], ["angle", "move or proceed at an angle", "angle"], ["tilt", "to incline or bend from a vertical position", "tilt"], ["slant", "to incline or bend from a vertical position", "slant"], ["weight", "present with a bias", "weight"]]}, {"answer": "animate", "hint": "synonyms for animate", "clues": [["animize", "give lifelike qualities to", "animize"], ["quicken", "give new life or energy to", "quicken"], ["inspire", "heighten or intensify", "inspire"], ["vivify", "give new life or energy to", "vivify"], ["revive", "give new life or energy to", "revive"], ["liven up", "make lively", "liven up"], ["renovate", "give new life or energy to", "renovate"], ["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["repair", "give new life or energy to", "repair"], ["reanimate", "give new life or energy to", "reanimate"], ["enliven", "make lively", "enliven"], ["recreate", "give new life or energy to", "recreate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "animated", "hint": "synonyms for animated", "clues": [["animize", "give lifelike qualities to", "animize"], ["revive", "give new life or energy to", "revive"], ["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["enliven", "heighten or intensify", "enliven"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"], ["inspire", "heighten or intensify", "inspire"], ["vivify", "give new life or energy to", "vivify"], ["liven up", "make lively", "liven up"], ["recreate", "give new life or energy to", "recreate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "animating", "hint": "synonyms for animating", "clues": [["animize", "give lifelike qualities to", "animize"], ["revive", "give new life or energy to", "revive"], ["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["enliven", "heighten or intensify", "enliven"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"], ["inspire", "heighten or intensify", "inspire"], ["vivify", "give new life or energy to", "vivify"], ["liven up", "make lively", "liven up"], ["recreate", "give new life or energy to", "recreate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "annihilated", "hint": "synonyms for annihilated", "clues": [["wipe out", "kill in large numbers", "wipe out"], ["eradicate", "kill in large numbers", "eradicate"], ["carry off", "kill in large numbers", "carry off"], ["decimate", "kill in large numbers", "decimate"], ["eliminate", "kill in large numbers", "eliminate"], ["extinguish", "kill in large numbers", "extinguish"], ["annihilate", "kill in large numbers", "annihilate"]]}, {"answer": "annihilating", "hint": "synonyms for annihilating", "clues": [["wipe out", "kill in large numbers", "wipe out"], ["eradicate", "kill in large numbers", "eradicate"], ["carry off", "kill in large numbers", "carry off"], ["decimate", "kill in large numbers", "decimate"], ["eliminate", "kill in large numbers", "eliminate"], ["extinguish", "kill in large numbers", "extinguish"], ["annihilate", "kill in large numbers", "annihilate"]]}, {"answer": "announced", "hint": "synonyms for announced", "clues": [["announce", "make known; make an announcement", "announce"], ["harbinger", "foreshadow or presage", "harbinger"], ["annunciate", "foreshadow or presage", "annunciate"], ["herald", "foreshadow or presage", "herald"], ["foretell", "foreshadow or presage", "foretell"], ["declare", "announce publicly or officially", "declare"], ["denote", "make known; make an announcement", "denote"]]}, {"answer": "annoyed", "hint": "synonyms for annoyed", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "annoying", "hint": "synonyms for annoying", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "answering", "hint": "synonyms for answering", "clues": [["do", "be sufficient; be adequate, either in quality or quantity", "do"], ["answer", "be liable or accountable", "answer"], ["reply", "react verbally", "reply"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["respond", "react verbally", "respond"], ["serve", "be sufficient; be adequate, either in quality or quantity", "serve"], ["resolve", "understand the meaning of", "resolve"]]}, {"answer": "anticipated", "hint": "synonyms for anticipated", "clues": [["look to", "be excited or anxious about", "look to"], ["call", "make a prediction about; tell in advance", "call"], ["anticipate", "regard something as probable or likely", "anticipate"], ["foresee", "realize beforehand", "foresee"], ["forebode", "make a prediction about; tell in advance", "forebode"], ["expect", "regard something as probable or likely", "expect"], ["previse", "realize beforehand", "previse"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["foreknow", "realize beforehand", "foreknow"], ["promise", "make a prediction about; tell in advance", "promise"], ["forestall", "act in advance of; deal with ahead of time", "forestall"], ["counter", "act in advance of; deal with ahead of time", "counter"], ["look for", "be excited or anxious about", "look for"]]}, {"answer": "appalled", "hint": "synonyms for appalled", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"], ["appall", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appall"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"]]}, {"answer": "appalling", "hint": "synonyms for appalling", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"], ["appall", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appall"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"]]}, {"answer": "appareled", "hint": "synonyms for appareled", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "appeasing", "hint": "synonyms for appeasing", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "make peace with", "appease"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["propitiate", "make peace with", "propitiate"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["quell", "overcome or allay", "quell"], ["stay", "overcome or allay", "stay"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "applied", "hint": "synonyms for applied", "clues": [["practice", "avail oneself to", "practice"], ["go for", "be pertinent or relevant or applicable", "go for"], ["apply", "give or convey physically", "apply"], ["enforce", "ensure observance of laws and rules", "enforce"], ["put on", "apply to a surface", "put on"], ["lend oneself", "be applicable to; as to an analysis", "lend oneself"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"], ["implement", "ensure observance of laws and rules", "implement"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "use"], ["give", "give or convey physically", "give"], ["hold", "be pertinent or relevant or applicable", "hold"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"]]}, {"answer": "appointed", "hint": "synonyms for appointed", "clues": [["appoint", "furnish", "appoint"], ["constitute", "create and charge with a task or function", "constitute"], ["name", "create and charge with a task or function", "name"], ["charge", "assign a duty, responsibility or obligation to", "charge"], ["nominate", "create and charge with a task or function", "nominate"]]}, {"answer": "apportioned", "hint": "synonyms for apportioned", "clues": [["divvy up", "give out as one's portion or share", "divvy up"], ["apportion", "distribute according to a plan or set apart for a special purpose", "apportion"], ["share", "give out as one's portion or share", "share"], ["allocate", "distribute according to a plan or set apart for a special purpose", "allocate"], ["deal", "give out as one's portion or share", "deal"], ["portion out", "give out as one's portion or share", "portion out"]]}, {"answer": "appraising", "hint": "synonyms for appraising", "clues": [["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["survey", "consider in a comprehensive way", "survey"], ["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["appraise", "consider in a comprehensive way", "appraise"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"]]}, {"answer": "appreciated", "hint": "synonyms for appreciated", "clues": [["take account", "be fully aware of; realize fully", "take account"], ["appreciate", "hold dear", "appreciate"], ["apprise", "gain in value", "apprise"], ["revalue", "gain in value", "revalue"], ["treasure", "hold dear", "treasure"], ["prize", "hold dear", "prize"], ["value", "hold dear", "value"]]}, {"answer": "apprehended", "hint": "synonyms for apprehended", "clues": [["grasp", "get the meaning of something", "grasp"], ["apprehend", "take into custody", "apprehend"], ["comprehend", "get the meaning of something", "comprehend"], ["compass", "get the meaning of something", "compass"], ["nail", "take into custody", "nail"], ["pick up", "take into custody", "pick up"], ["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["nab", "take into custody", "nab"], ["collar", "take into custody", "collar"], ["quail at", "anticipate with dread or anxiety", "quail at"], ["dig", "get the meaning of something", "dig"], ["savvy", "get the meaning of something", "savvy"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "approaching", "hint": "synonyms for approaching", "clues": [["come near", "come near in time", "come near"], ["approach", "move towards", "approach"], ["near", "move towards", "near"], ["border on", "come near or verge on, resemble, come nearer in quality, or character", "border on"], ["draw near", "move towards", "draw near"], ["go about", "begin to deal with", "go about"], ["draw close", "move towards", "draw close"], ["come on", "move towards", "come on"], ["go up", "move towards", "go up"], ["set about", "begin to deal with", "set about"]]}, {"answer": "appropriate", "hint": "synonyms for appropriate", "clues": [["reserve", "give or assign a resource to a particular person or cause", "reserve"], ["seize", "take possession of by force, as after an invasion", "seize"], ["set aside", "give or assign a resource to a particular person or cause", "set aside"], ["conquer", "take possession of by force, as after an invasion", "conquer"], ["allow", "give or assign a resource to a particular person or cause", "allow"], ["earmark", "give or assign a resource to a particular person or cause", "earmark"], ["capture", "take possession of by force, as after an invasion", "capture"]]}, {"answer": "approximate", "hint": "synonyms for approximate", "clues": [["guess", "judge tentatively or form an estimate of (quantities or time)", "guess"], ["come close", "be close or similar", "come close"], ["gauge", "judge tentatively or form an estimate of (quantities or time)", "gauge"], ["estimate", "judge tentatively or form an estimate of (quantities or time)", "estimate"], ["judge", "judge tentatively or form an estimate of (quantities or time)", "judge"]]}, {"answer": "armed", "hint": "synonyms for armed", "clues": [["build up", "prepare oneself for a military confrontation", "build up"], ["arm", "prepare oneself for a military confrontation", "arm"], ["gird", "prepare oneself for a military confrontation", "gird"], ["fortify", "prepare oneself for a military confrontation", "fortify"]]}, {"answer": "aroused", "hint": "synonyms for aroused", "clues": [["stir", "to begin moving,", "stir"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["wake", "cause to become awake or conscious", "wake"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["energise", "cause to be alert and energetic", "energise"], ["arouse", "stimulate sexually", "arouse"], ["come alive", "stop sleeping", "come alive"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["wake up", "stop sleeping", "wake up"], ["stimulate", "cause to be alert and energetic", "stimulate"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["awaken", "stop sleeping", "awaken"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["sex", "stimulate sexually", "sex"], ["turn on", "stimulate sexually", "turn on"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["excite", "stimulate sexually", "excite"], ["wind up", "stimulate sexually", "wind up"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["perk up", "cause to be alert and energetic", "perk up"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["brace", "cause to be alert and energetic", "brace"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "arranged", "hint": "synonyms for arranged", "clues": [["coiffure", "arrange attractively", "coiffure"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["coif", "arrange attractively", "coif"], ["dress", "arrange attractively", "dress"], ["arrange", "put into a proper or systematic order", "arrange"], ["put", "arrange thoughts, ideas, temporal events", "put"], ["fix up", "make arrangements for", "fix up"], ["do", "arrange attractively", "do"], ["set", "arrange attractively", "set"], ["stage", "plan, organize, and carry out (an event)", "stage"], ["format", "set (printed matter) into a specific format", "format"], ["order", "arrange thoughts, ideas, temporal events", "order"]]}, {"answer": "arrayed", "hint": "synonyms for arrayed", "clues": [["array", "align oneself with a group or a way of thinking", "array"], ["set out", "lay out orderly or logically in a line or as if in a line", "set out"], ["lay out", "lay out orderly or logically in a line or as if in a line", "lay out"], ["range", "lay out orderly or logically in a line or as if in a line", "range"], ["align", "align oneself with a group or a way of thinking", "align"]]}, {"answer": "arresting", "hint": "synonyms for arresting", "clues": [["apprehend", "take into custody", "apprehend"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["get", "attract and fix", "get"], ["halt", "cause to stop", "halt"], ["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["collar", "take into custody", "collar"], ["catch", "attract and fix", "catch"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["nail", "take into custody", "nail"], ["pick up", "take into custody", "pick up"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["nab", "take into custody", "nab"], ["hold", "cause to stop", "hold"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"]]}, {"answer": "articulate", "hint": "synonyms for articulate", "clues": [["vocalise", "express or state clearly", "vocalise"], ["formulate", "put into words or an expression", "formulate"], ["joint", "provide with a joint", "joint"], ["enunciate", "express or state clearly", "enunciate"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"], ["give voice", "put into words or an expression", "give voice"], ["word", "put into words or an expression", "word"], ["say", "speak, pronounce, or utter in a certain way", "say"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["phrase", "put into words or an expression", "phrase"]]}, {"answer": "articulated", "hint": "synonyms for articulated", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["vocalise", "express or state clearly", "vocalise"], ["formulate", "put into words or an expression", "formulate"], ["joint", "provide with a joint", "joint"], ["enunciate", "express or state clearly", "enunciate"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"], ["give voice", "put into words or an expression", "give voice"], ["word", "put into words or an expression", "word"], ["say", "speak, pronounce, or utter in a certain way", "say"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["phrase", "put into words or an expression", "phrase"]]}, {"answer": "ascending", "hint": "synonyms for ascending", "clues": [["ascend", "go back in order of genealogical succession", "ascend"], ["rise", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "rise"], ["go up", "travel up,", "go up"], ["come up", "come up, of celestial bodies", "come up"], ["uprise", "come up, of celestial bodies", "uprise"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "move up"], ["climb up", "appear to be moving upward, as by means of tendrils", "climb up"]]}, {"answer": "ascertained", "hint": "synonyms for ascertained", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["determine", "establish after a calculation, investigation, experiment, survey, or study", "determine"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["see", "be careful or certain to do something; make certain of something", "see"], ["control", "be careful or certain to do something; make certain of something", "control"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["find", "establish after a calculation, investigation, experiment, survey, or study", "find"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"]]}, {"answer": "asphyxiated", "hint": "synonyms for asphyxiated", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing", "asphyxiate"], ["suffocate", "impair the respiration of or obstruct the air passage of", "suffocate"], ["stifle", "be asphyxiated; die from lack of oxygen", "stifle"], ["choke", "impair the respiration of or obstruct the air passage of", "choke"], ["smother", "deprive of oxygen and prevent from breathing", "smother"]]}, {"answer": "asphyxiating", "hint": "synonyms for asphyxiating", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing", "asphyxiate"], ["suffocate", "impair the respiration of or obstruct the air passage of", "suffocate"], ["stifle", "be asphyxiated; die from lack of oxygen", "stifle"], ["choke", "impair the respiration of or obstruct the air passage of", "choke"], ["smother", "deprive of oxygen and prevent from breathing", "smother"]]}, {"answer": "aspiring", "hint": "synonyms for aspiring", "clues": [["draw a bead on", "have an ambitious plan or a lofty goal", "draw a bead on"], ["shoot for", "have an ambitious plan or a lofty goal", "shoot for"], ["aspire", "have an ambitious plan or a lofty goal", "aspire"], ["aim", "have an ambitious plan or a lofty goal", "aim"]]}, {"answer": "asserted", "hint": "synonyms for asserted", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["assert", "insist on having one's opinions and rights recognized", "assert"], ["insist", "assert to be true", "insist"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["asseverate", "state categorically", "asseverate"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["maintain", "state categorically", "maintain"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["put forward", "insist on having one's opinions and rights recognized", "put forward"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "asserting", "hint": "synonyms for asserting", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["assert", "insist on having one's opinions and rights recognized", "assert"], ["insist", "assert to be true", "insist"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["asseverate", "state categorically", "asseverate"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["maintain", "state categorically", "maintain"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["put forward", "insist on having one's opinions and rights recognized", "put forward"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "assigned", "hint": "synonyms for assigned", "clues": [["assign", "transfer one's right to", "assign"], ["depute", "give an assignment to (a person) to a post, or assign a task to (a person)", "depute"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)", "designate"], ["specify", "select something or someone for a specific purpose", "specify"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)", "delegate"], ["put", "attribute or give", "put"], ["allot", "give out", "allot"], ["attribute", "decide as to where something belongs in a scheme", "attribute"], ["ascribe", "attribute or credit to", "ascribe"], ["arrogate", "make undue claims to having", "arrogate"], ["impute", "attribute or credit to", "impute"], ["portion", "give out", "portion"], ["set apart", "select something or someone for a specific purpose", "set apart"]]}, {"answer": "assimilating", "hint": "synonyms for assimilating", "clues": [["take in", "take up mentally", "take in"], ["assimilate", "become similar to one's environment", "assimilate"], ["ingest", "take up mentally", "ingest"], ["absorb", "take up mentally", "absorb"], ["imbibe", "take (gas, light or heat) into a solution", "imbibe"]]}, {"answer": "assisted", "hint": "synonyms for assisted", "clues": [["aid", "give help or assistance; be of service", "aid"], ["assist", "give help or assistance; be of service", "assist"], ["serve", "work for or be a servant to", "serve"], ["attend to", "work for or be a servant to", "attend to"], ["attend", "work for or be a servant to", "attend"], ["wait on", "work for or be a servant to", "wait on"], ["help", "give help or assistance; be of service", "help"]]}, {"answer": "associate", "hint": "synonyms for associate", "clues": [["assort", "keep company with; hang out with", "assort"], ["affiliate", "keep company with; hang out with", "affiliate"], ["colligate", "make a logical or causal connection", "colligate"], ["consociate", "bring or come into association or action", "consociate"], ["link up", "make a logical or causal connection", "link up"], ["link", "make a logical or causal connection", "link"], ["connect", "make a logical or causal connection", "connect"], ["consort", "keep company with; hang out with", "consort"], ["tie in", "make a logical or causal connection", "tie in"], ["relate", "make a logical or causal connection", "relate"]]}, {"answer": "assorted", "hint": "synonyms for assorted", "clues": [["associate", "keep company with; hang out with", "associate"], ["assort", "keep company with; hang out with", "assort"], ["sort out", "arrange or order by classes or categories", "sort out"], ["separate", "arrange or order by classes or categories", "separate"], ["classify", "arrange or order by classes or categories", "classify"], ["sort", "arrange or order by classes or categories", "sort"], ["affiliate", "keep company with; hang out with", "affiliate"], ["consort", "keep company with; hang out with", "consort"], ["class", "arrange or order by classes or categories", "class"]]}, {"answer": "assumed", "hint": "synonyms for assumed", "clues": [["don", "put clothing on one's body", "don"], ["take", "occupy or take on", "take"], ["bear", "take on as one's own the expenses or debts of another person", "bear"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession", "assume"], ["adopt", "take on titles, offices, duties, responsibilities", "adopt"], ["take on", "take on a certain form, attribute, or aspect", "take on"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["simulate", "make a pretence of", "simulate"], ["feign", "make a pretence of", "feign"], ["take for granted", "take to be the case or to be true; accept without verification or proof", "take for granted"], ["wear", "put clothing on one's body", "wear"], ["get into", "put clothing on one's body", "get into"], ["take over", "take on titles, offices, duties, responsibilities", "take over"], ["strike", "occupy or take on", "strike"], ["take up", "occupy or take on", "take up"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession", "arrogate"], ["presume", "take to be the case or to be true; accept without verification or proof", "presume"], ["sham", "make a pretence of", "sham"], ["put on", "put clothing on one's body", "put on"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession", "usurp"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession", "seize"]]}, {"answer": "assuming", "hint": "synonyms for assuming", "clues": [["don", "put clothing on one's body", "don"], ["take", "occupy or take on", "take"], ["bear", "take on as one's own the expenses or debts of another person", "bear"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession", "assume"], ["adopt", "take on titles, offices, duties, responsibilities", "adopt"], ["take on", "take on a certain form, attribute, or aspect", "take on"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["simulate", "make a pretence of", "simulate"], ["feign", "make a pretence of", "feign"], ["take for granted", "take to be the case or to be true; accept without verification or proof", "take for granted"], ["wear", "put clothing on one's body", "wear"], ["get into", "put clothing on one's body", "get into"], ["take over", "take on titles, offices, duties, responsibilities", "take over"], ["strike", "occupy or take on", "strike"], ["take up", "occupy or take on", "take up"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession", "arrogate"], ["presume", "take to be the case or to be true; accept without verification or proof", "presume"], ["sham", "make a pretence of", "sham"], ["put on", "put clothing on one's body", "put on"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession", "usurp"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession", "seize"]]}, {"answer": "assured", "hint": "synonyms for assured", "clues": [["assure", "make certain of", "assure"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["guarantee", "make certain of", "guarantee"], ["insure", "make certain of", "insure"], ["promise", "make a promise or commitment", "promise"], ["secure", "make certain of", "secure"], ["see", "be careful or certain to do something; make certain of something", "see"], ["control", "be careful or certain to do something; make certain of something", "control"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["tell", "inform positively and with certainty and confidence", "tell"], ["check", "be careful or certain to do something; make certain of something", "check"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"]]}, {"answer": "assuring", "hint": "synonyms for assuring", "clues": [["assure", "make certain of", "assure"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["guarantee", "make certain of", "guarantee"], ["insure", "make certain of", "insure"], ["promise", "make a promise or commitment", "promise"], ["secure", "make certain of", "secure"], ["see", "be careful or certain to do something; make certain of something", "see"], ["control", "be careful or certain to do something; make certain of something", "control"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["tell", "inform positively and with certainty and confidence", "tell"], ["check", "be careful or certain to do something; make certain of something", "check"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"]]}, {"answer": "attached", "hint": "synonyms for attached", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["bond", "create social or emotional ties", "bond"], ["bind", "create social or emotional ties", "bind"], ["seize", "take temporary possession of as a security, by legal authority", "seize"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"], ["tie", "create social or emotional ties", "tie"], ["impound", "take temporary possession of as a security, by legal authority", "impound"], ["sequester", "take temporary possession of as a security, by legal authority", "sequester"]]}, {"answer": "attacking", "hint": "synonyms for attacking", "clues": [["attack", "attack in speech or writing", "attack"], ["assault", "attack someone physically or emotionally", "assault"], ["round", "attack in speech or writing", "round"], ["snipe", "attack in speech or writing", "snipe"], ["lash out", "attack in speech or writing", "lash out"], ["assail", "attack in speech or writing", "assail"], ["aggress", "take the initiative and go on the offensive", "aggress"], ["set on", "attack someone physically or emotionally", "set on"]]}, {"answer": "attained", "hint": "synonyms for attained", "clues": [["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["achieve", "to gain with effort", "achieve"], ["gain", "reach a destination, either real or abstract", "gain"], ["attain", "to gain with effort", "attain"], ["make", "reach a destination, either real or abstract", "make"], ["reach", "to gain with effort", "reach"], ["come across", "find unexpectedly", "come across"], ["come upon", "find unexpectedly", "come upon"], ["happen upon", "find unexpectedly", "happen upon"], ["discover", "find unexpectedly", "discover"], ["hit", "reach a destination, either real or abstract", "hit"], ["accomplish", "to gain with effort", "accomplish"], ["light upon", "find unexpectedly", "light upon"], ["arrive at", "reach a destination, either real or abstract", "arrive at"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "attempted", "hint": "synonyms for attempted", "clues": [["try", "make an effort or attempt", "try"], ["attempt", "make an effort or attempt", "attempt"], ["undertake", "enter upon an activity or enterprise", "undertake"], ["essay", "make an effort or attempt", "essay"], ["assay", "make an effort or attempt", "assay"], ["set about", "enter upon an activity or enterprise", "set about"], ["seek", "make an effort or attempt", "seek"]]}, {"answer": "attended", "hint": "synonyms for attended", "clues": [["look", "take charge of or deal with", "look"], ["attend", "take charge of or deal with", "attend"], ["hang", "give heed (to)", "hang"], ["give ear", "give heed (to)", "give ear"], ["assist", "work for or be a servant to", "assist"], ["serve", "work for or be a servant to", "serve"], ["attend to", "work for or be a servant to", "attend to"], ["pay heed", "give heed (to)", "pay heed"], ["go to", "be present at (meetings, church services, university), etc.", "go to"], ["take care", "take charge of or deal with", "take care"], ["advert", "give heed (to)", "advert"], ["wait on", "work for or be a servant to", "wait on"], ["see", "take charge of or deal with", "see"]]}, {"answer": "attested", "hint": "synonyms for attested", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "certify"], ["attest", "establish or verify the usage of", "attest"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "evidence"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "demonstrate"], ["bear witness", "give testimony in a court of law", "bear witness"], ["take the stand", "give testimony in a court of law", "take the stand"], ["testify", "give testimony in a court of law", "testify"]]}, {"answer": "attired", "hint": "synonyms for attired", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"]]}, {"answer": "authorised", "hint": "synonyms for authorised", "clues": [["clear", "grant authorization or clearance for", "clear"], ["pass", "grant authorization or clearance for", "pass"], ["authorize", "grant authorization or clearance for", "authorize"], ["empower", "give or delegate power or authority to", "empower"]]}, {"answer": "authorized", "hint": "synonyms for authorized", "clues": [["clear", "grant authorization or clearance for", "clear"], ["pass", "grant authorization or clearance for", "pass"], ["authorize", "grant authorization or clearance for", "authorize"], ["empower", "give or delegate power or authority to", "empower"]]}, {"answer": "avowed", "hint": "synonyms for avowed", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["avow", "admit openly and bluntly; make no bones about", "avow"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["avouch", "admit openly and bluntly; make no bones about", "avouch"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "awake", "hint": "synonyms for awake", "clues": [["awaken", "stop sleeping", "awaken"], ["wake", "stop sleeping", "wake"], ["come alive", "stop sleeping", "come alive"], ["wake up", "stop sleeping", "wake up"], ["arouse", "stop sleeping", "arouse"]]}, {"answer": "awakened", "hint": "synonyms for awakened", "clues": [["awaken", "stop sleeping", "awaken"], ["wake", "cause to become awake or conscious", "wake"], ["wake up", "cause to become awake or conscious", "wake up"], ["arouse", "cause to become awake or conscious", "arouse"], ["come alive", "stop sleeping", "come alive"]]}, {"answer": "back", "hint": "synonyms for back", "clues": [["indorse", "give support or one's approval to", "indorse"], ["bet on", "place a bet on", "bet on"], ["second", "give support or one's approval to", "second"], ["stake", "place a bet on", "stake"], ["gage", "place a bet on", "gage"], ["support", "be behind; approve of", "support"], ["game", "place a bet on", "game"], ["plump for", "be behind; approve of", "plump for"], ["plunk for", "be behind; approve of", "plunk for"], ["back up", "establish as valid or genuine", "back up"], ["punt", "place a bet on", "punt"]]}, {"answer": "backed", "hint": "synonyms for backed", "clues": [["indorse", "give support or one's approval to", "indorse"], ["bet on", "place a bet on", "bet on"], ["second", "give support or one's approval to", "second"], ["back", "be behind; approve of", "back"], ["punt", "place a bet on", "punt"], ["stake", "place a bet on", "stake"], ["plump for", "be behind; approve of", "plump for"], ["back up", "establish as valid or genuine", "back up"], ["gage", "place a bet on", "gage"], ["support", "be behind; approve of", "support"], ["game", "place a bet on", "game"], ["plunk for", "be behind; approve of", "plunk for"]]}, {"answer": "baffled", "hint": "synonyms for baffled", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["baffle", "be a mystery or bewildering to", "baffle"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["beat", "be a mystery or bewildering to", "beat"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["regulate", "check the emission of (sound)", "regulate"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["flummox", "be a mystery or bewildering to", "flummox"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "baffling", "hint": "synonyms for baffling", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["baffle", "be a mystery or bewildering to", "baffle"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["beat", "be a mystery or bewildering to", "beat"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["regulate", "check the emission of (sound)", "regulate"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["flummox", "be a mystery or bewildering to", "flummox"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "balanced", "hint": "synonyms for balanced", "clues": [["balance", "hold or carry in equilibrium", "balance"], ["equilibrize", "bring into balance or equilibrium", "equilibrize"], ["poise", "hold or carry in equilibrium", "poise"], ["equilibrate", "bring into balance or equilibrium", "equilibrate"]]}, {"answer": "banging", "hint": "synonyms for banging", "clues": [["bang", "to produce a sharp often metallic explosive or percussive sound", "bang"], ["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["slam", "close violently", "slam"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["spang", "leap, jerk, bang", "spang"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "banned", "hint": "synonyms for banned", "clues": [["banish", "ban from a place of residence, as for punishment", "banish"], ["shun", "expel from a community or group", "shun"], ["ban", "ban from a place of residence, as for punishment", "ban"], ["ostracize", "expel from a community or group", "ostracize"], ["censor", "forbid the public distribution of ( a movie or a newspaper)", "censor"], ["blackball", "expel from a community or group", "blackball"], ["cast out", "expel from a community or group", "cast out"]]}, {"answer": "bantering", "hint": "synonyms for bantering", "clues": [["josh", "be silly or tease one another", "josh"], ["chaff", "be silly or tease one another", "chaff"], ["banter", "be silly or tease one another", "banter"], ["kid", "be silly or tease one another", "kid"], ["jolly", "be silly or tease one another", "jolly"]]}, {"answer": "bare", "hint": "synonyms for bare", "clues": [["denudate", "lay bare", "denudate"], ["publicize", "make public", "publicize"], ["strip", "lay bare", "strip"], ["air", "make public", "air"]]}, {"answer": "bared", "hint": "synonyms for bared", "clues": [["exclude", "prevent from entering; keep out", "exclude"], ["bare", "lay bare", "bare"], ["denude", "lay bare", "denude"], ["relegate", "expel, as if by official decree", "relegate"], ["stop", "render unsuitable for passage", "stop"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["strip", "lay bare", "strip"], ["air", "make public", "air"], ["barricade", "render unsuitable for passage", "barricade"], ["publicize", "make public", "publicize"], ["debar", "prevent from entering; keep out", "debar"], ["banish", "expel, as if by official decree", "banish"], ["block", "render unsuitable for passage", "block"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "barred", "hint": "synonyms for barred", "clues": [["exclude", "prevent from entering; keep out", "exclude"], ["bar", "secure with, or as if with, bars", "bar"], ["debar", "prevent from entering; keep out", "debar"], ["stop", "render unsuitable for passage", "stop"], ["relegate", "expel, as if by official decree", "relegate"], ["banish", "expel, as if by official decree", "banish"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["block", "render unsuitable for passage", "block"], ["block off", "render unsuitable for passage", "block off"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "barricaded", "hint": "synonyms for barricaded", "clues": [["block", "render unsuitable for passage", "block"], ["barricado", "block off with barricades", "barricado"], ["stop", "render unsuitable for passage", "stop"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["bar", "render unsuitable for passage", "bar"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["ground", "use as a basis for; found on", "ground"], ["establish", "use as a basis for; found on", "establish"], ["free-base", "use (purified cocaine) by burning it and inhaling the fumes", "free-base"], ["found", "use as a basis for; found on", "found"]]}, {"answer": "based", "hint": "synonyms for based", "clues": [["ground", "use as a basis for; found on", "ground"], ["base", "use (purified cocaine) by burning it and inhaling the fumes", "base"], ["establish", "use as a basis for; found on", "establish"], ["free-base", "use (purified cocaine) by burning it and inhaling the fumes", "free-base"], ["found", "use as a basis for; found on", "found"]]}, {"answer": "bated", "hint": "synonyms for bated", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["bate", "flap the wings wildly or frantically; used of falcons", "bate"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["flutter", "wink briefly", "flutter"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["bat", "strike with, or as if with a baseball bat", "bat"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["flutter", "wink briefly", "flutter"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "battered", "hint": "synonyms for battered", "clues": [["batter", "strike violently and repeatedly", "batter"], ["dinge", "make a dent or impression in", "dinge"], ["buffet", "strike against forcefully", "buffet"], ["baste", "strike violently and repeatedly", "baste"], ["knock about", "strike against forcefully", "knock about"], ["clobber", "strike violently and repeatedly", "clobber"]]}, {"answer": "beaming", "hint": "synonyms for beaming", "clues": [["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["beam", "have a complexion with a strong bright color, such as red or pink", "beam"], ["shine", "emit light; be bright, as of the sun or a light", "shine"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["glow", "have a complexion with a strong bright color, such as red or pink", "glow"], ["radiate", "have a complexion with a strong bright color, such as red or pink", "radiate"]]}, {"answer": "bearing", "hint": "synonyms for bearing", "clues": [["endure", "put up with something or somebody unpleasant", "endure"], ["turn out", "bring forth,", "turn out"], ["bear", "contain or hold; have within", "bear"], ["birth", "cause to be born", "birth"], ["have", "cause to be born", "have"], ["give birth", "cause to be born", "give birth"], ["comport", "behave in a certain manner", "comport"], ["support", "put up with something or somebody unpleasant", "support"], ["hold", "contain or hold; have within", "hold"], ["yield", "bring in", "yield"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"], ["wear", "have on one's person", "wear"], ["carry", "support or hold in a certain manner", "carry"], ["acquit", "behave in a certain manner", "acquit"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["assume", "take on as one's own the expenses or debts of another person", "assume"], ["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["deport", "behave in a certain manner", "deport"], ["expect", "be pregnant with", "expect"], ["contain", "contain or hold; have within", "contain"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["conduct", "behave in a certain manner", "conduct"], ["pay", "bring in", "pay"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["take over", "take on as one's own the expenses or debts of another person", "take over"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["stand", "put up with something or somebody unpleasant", "stand"], ["behave", "behave in a certain manner", "behave"], ["gestate", "be pregnant with", "gestate"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "beat", "hint": "synonyms for beat", "clues": [["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "work over"], ["scramble", "stir vigorously", "scramble"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["thump", "move rhythmically", "thump"], ["ticktock", "make a sound like a clock or a timer", "ticktock"], ["mystify", "be a mystery or bewildering to", "mystify"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["crush", "come out better in a competition, race, or conflict", "crush"], ["flummox", "be a mystery or bewildering to", "flummox"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["flap", "move with a thrashing motion", "flap"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["thrum", "make a rhythmic sound", "thrum"], ["tucker", "wear out completely", "tucker"], ["outfox", "beat through cleverness and wit", "outfox"], ["tucker out", "wear out completely", "tucker out"], ["amaze", "be a mystery or bewildering to", "amaze"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["baffle", "be a mystery or bewildering to", "baffle"], ["bunk", "avoid paying", "bunk"], ["pound", "move rhythmically", "pound"], ["exhaust", "wear out completely", "exhaust"], ["pose", "be a mystery or bewildering to", "pose"], ["stick", "be a mystery or bewildering to", "stick"], ["quiver", "move with or as if with a regular alternating motion", "quiver"], ["vex", "be a mystery or bewildering to", "vex"], ["overreach", "beat through cleverness and wit", "overreach"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "beat up"], ["outwit", "beat through cleverness and wit", "outwit"], ["pulsate", "move with or as if with a regular alternating motion", "pulsate"], ["get", "be a mystery or bewildering to", "get"], ["wash up", "wear out completely", "wash up"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["drum", "make a rhythmic sound", "drum"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "beaten", "hint": "synonyms for beaten", "clues": [["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "work over"], ["beat", "avoid paying", "beat"], ["scramble", "stir vigorously", "scramble"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["thump", "move rhythmically", "thump"], ["ticktock", "make a sound like a clock or a timer", "ticktock"], ["mystify", "be a mystery or bewildering to", "mystify"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["crush", "come out better in a competition, race, or conflict", "crush"], ["flummox", "be a mystery or bewildering to", "flummox"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["flap", "move with a thrashing motion", "flap"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["thrum", "make a rhythmic sound", "thrum"], ["tucker", "wear out completely", "tucker"], ["outfox", "beat through cleverness and wit", "outfox"], ["tucker out", "wear out completely", "tucker out"], ["amaze", "be a mystery or bewildering to", "amaze"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["baffle", "be a mystery or bewildering to", "baffle"], ["nonplus", "be a mystery or bewildering to", "nonplus"], ["bunk", "avoid paying", "bunk"], ["pound", "move rhythmically", "pound"], ["exhaust", "wear out completely", "exhaust"], ["pose", "be a mystery or bewildering to", "pose"], ["stick", "be a mystery or bewildering to", "stick"], ["quiver", "move with or as if with a regular alternating motion", "quiver"], ["vex", "be a mystery or bewildering to", "vex"], ["overreach", "beat through cleverness and wit", "overreach"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "beat up"], ["outwit", "beat through cleverness and wit", "outwit"], ["pulsate", "move with or as if with a regular alternating motion", "pulsate"], ["get", "be a mystery or bewildering to", "get"], ["wash up", "wear out completely", "wash up"], ["perplex", "be a mystery or bewildering to", "perplex"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["drum", "make a rhythmic sound", "drum"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"]]}, {"answer": "beatified", "hint": "synonyms for beatified", "clues": [["beatify", "make blessedly happy", "beatify"], ["thrill", "fill with sublime emotion", "thrill"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["exalt", "fill with sublime emotion", "exalt"]]}, {"answer": "becoming", "hint": "synonyms for becoming", "clues": [["become", "come into existence", "become"], ["suit", "enhance the appearance of", "suit"], ["get", "enter or assume a certain state or condition", "get"], ["turn", "undergo a change or development", "turn"], ["go", "enter or assume a certain state or condition", "go"]]}, {"answer": "bedded", "hint": "synonyms for bedded", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["sack out", "prepare for sleep", "sack out"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have it off", "have sexual intercourse with", "have it off"], ["hit the sack", "prepare for sleep", "hit the sack"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["kip down", "prepare for sleep", "kip down"], ["crawl in", "prepare for sleep", "crawl in"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["know", "have sexual intercourse with", "know"], ["turn in", "prepare for sleep", "turn in"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["get laid", "have sexual intercourse with", "get laid"], ["go to sleep", "prepare for sleep", "go to sleep"], ["make out", "have sexual intercourse with", "make out"], ["hit the hay", "prepare for sleep", "hit the hay"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "bedimmed", "hint": "synonyms for bedimmed", "clues": [["bedim", "make darker and difficult to perceive by sight", "bedim"], ["benight", "make darker and difficult to perceive by sight", "benight"], ["obscure", "make obscure or unclear", "obscure"], ["overcloud", "make obscure or unclear", "overcloud"]]}, {"answer": "befogged", "hint": "synonyms for befogged", "clues": [["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["obscure", "make less visible or unclear", "obscure"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"], ["befog", "make less visible or unclear", "befog"]]}, {"answer": "befouled", "hint": "synonyms for befouled", "clues": [["maculate", "spot, stain, or pollute", "maculate"], ["defile", "spot, stain, or pollute", "defile"], ["foul", "spot, stain, or pollute", "foul"], ["befoul", "spot, stain, or pollute", "befoul"]]}, {"answer": "befuddled", "hint": "synonyms for befuddled", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["befuddle", "make stupid with alcohol", "befuddle"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "beginning", "hint": "synonyms for beginning", "clues": [["begin", "have a beginning characterized in some specified way", "begin"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["start", "set in motion, cause to start", "start"], ["lead off", "set in motion, cause to start", "lead off"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["commence", "set in motion, cause to start", "commence"], ["start out", "take the first step or steps in carrying out an action", "start out"]]}, {"answer": "begotten", "hint": "synonyms for begotten", "clues": [["mother", "make children", "mother"], ["father", "make children", "father"], ["sire", "make children", "sire"], ["bring forth", "make children", "bring forth"], ["engender", "make children", "engender"], ["generate", "make children", "generate"], ["get", "make children", "get"], ["beget", "make children", "beget"]]}, {"answer": "begrimed", "hint": "synonyms for begrimed", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["grime", "make soiled, filthy, or dirty", "grime"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["soil", "make soiled, filthy, or dirty", "soil"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "beguiled", "hint": "synonyms for beguiled", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["beguile", "influence by slyness", "beguile"], ["becharm", "attract; cause to be enamored", "becharm"], ["juggle", "influence by slyness", "juggle"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["hoodwink", "influence by slyness", "hoodwink"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "beguiling", "hint": "synonyms for beguiling", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["beguile", "influence by slyness", "beguile"], ["becharm", "attract; cause to be enamored", "becharm"], ["juggle", "influence by slyness", "juggle"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["hoodwink", "influence by slyness", "hoodwink"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "belittled", "hint": "synonyms for belittled", "clues": [["minimize", "cause to seem less serious; play down", "minimize"], ["diminish", "lessen the authority, dignity, or reputation of", "diminish"], ["belittle", "lessen the authority, dignity, or reputation of", "belittle"], ["disparage", "express a negative opinion of", "disparage"], ["denigrate", "cause to seem less serious; play down", "denigrate"], ["derogate", "cause to seem less serious; play down", "derogate"], ["pick at", "express a negative opinion of", "pick at"]]}, {"answer": "belittling", "hint": "synonyms for belittling", "clues": [["minimize", "cause to seem less serious; play down", "minimize"], ["diminish", "lessen the authority, dignity, or reputation of", "diminish"], ["belittle", "lessen the authority, dignity, or reputation of", "belittle"], ["disparage", "express a negative opinion of", "disparage"], ["denigrate", "cause to seem less serious; play down", "denigrate"], ["derogate", "cause to seem less serious; play down", "derogate"], ["pick at", "express a negative opinion of", "pick at"]]}, {"answer": "bemused", "hint": "synonyms for bemused", "clues": [["throw", "cause to be confused emotionally", "throw"], ["bemuse", "cause to be confused emotionally", "bemuse"], ["discombobulate", "cause to be confused emotionally", "discombobulate"], ["bewilder", "cause to be confused emotionally", "bewilder"]]}, {"answer": "bended", "hint": "synonyms for bended", "clues": [["turn away", "turn from a straight course, fixed direction, or line of interest", "turn away"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["bow", "bend one's back forward from the waist on down", "bow"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["deflect", "turn from a straight course, fixed direction, or line of interest", "deflect"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "bent", "hint": "synonyms for bent", "clues": [["turn away", "turn from a straight course, fixed direction, or line of interest", "turn away"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["bow", "bend one's back forward from the waist on down", "bow"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["deflect", "turn from a straight course, fixed direction, or line of interest", "deflect"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "benumbed", "hint": "synonyms for benumbed", "clues": [["benumb", "make numb or insensitive", "benumb"], ["blunt", "make numb or insensitive", "blunt"], ["dull", "make numb or insensitive", "dull"], ["numb", "make numb or insensitive", "numb"]]}, {"answer": "beseeching", "hint": "synonyms for beseeching", "clues": [["beseech", "ask for or request earnestly", "beseech"], ["press", "ask for or request earnestly", "press"], ["bid", "ask for or request earnestly", "bid"], ["conjure", "ask for or request earnestly", "conjure"], ["entreat", "ask for or request earnestly", "entreat"], ["adjure", "ask for or request earnestly", "adjure"]]}, {"answer": "besieged", "hint": "synonyms for besieged", "clues": [["circumvent", "surround so as to force to give up", "circumvent"], ["besiege", "harass, as with questions or requests", "besiege"], ["surround", "surround so as to force to give up", "surround"], ["hem in", "surround so as to force to give up", "hem in"], ["beleaguer", "surround so as to force to give up", "beleaguer"]]}, {"answer": "bespoke", "hint": "synonyms for bespoke", "clues": [["bespeak", "be a signal for or a symptom of", "bespeak"], ["request", "express the need or desire for; ask for", "request"], ["betoken", "be a signal for or a symptom of", "betoken"], ["indicate", "be a signal for or a symptom of", "indicate"], ["point", "be a signal for or a symptom of", "point"], ["quest", "express the need or desire for; ask for", "quest"], ["signal", "be a signal for or a symptom of", "signal"], ["call for", "express the need or desire for; ask for", "call for"]]}, {"answer": "bespoken", "hint": "synonyms for bespoken", "clues": [["bespeak", "be a signal for or a symptom of", "bespeak"], ["request", "express the need or desire for; ask for", "request"], ["betoken", "be a signal for or a symptom of", "betoken"], ["indicate", "be a signal for or a symptom of", "indicate"], ["point", "be a signal for or a symptom of", "point"], ["quest", "express the need or desire for; ask for", "quest"], ["signal", "be a signal for or a symptom of", "signal"], ["call for", "express the need or desire for; ask for", "call for"]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["scoop", "get the better of", "scoop"], ["outflank", "get the better of", "outflank"], ["outdo", "get the better of", "outdo"], ["trump", "get the better of", "trump"]]}, {"answer": "betrothed", "hint": "synonyms for betrothed", "clues": [["affiance", "give to in marriage", "affiance"], ["betroth", "give to in marriage", "betroth"], ["plight", "give to in marriage", "plight"], ["engage", "give to in marriage", "engage"]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["ameliorate", "to make better", "ameliorate"], ["break", "surpass in excellence", "break"], ["improve", "get better", "improve"], ["amend", "to make better", "amend"]]}, {"answer": "bettering", "hint": "synonyms for bettering", "clues": [["meliorate", "to make better", "meliorate"], ["better", "get better", "better"], ["amend", "to make better", "amend"], ["improve", "to make better", "improve"], ["break", "surpass in excellence", "break"]]}, {"answer": "betting", "hint": "synonyms for betting", "clues": [["calculate", "have faith or confidence in", "calculate"], ["play", "stake on the outcome of an issue", "play"], ["bet", "maintain with or as if with a bet", "bet"], ["wager", "maintain with or as if with a bet", "wager"], ["count", "have faith or confidence in", "count"], ["reckon", "have faith or confidence in", "reckon"], ["look", "have faith or confidence in", "look"], ["depend", "have faith or confidence in", "depend"]]}, {"answer": "bewildered", "hint": "synonyms for bewildered", "clues": [["throw", "cause to be confused emotionally", "throw"], ["baffle", "be a mystery or bewildering to", "baffle"], ["bewilder", "cause to be confused emotionally", "bewilder"], ["beat", "be a mystery or bewildering to", "beat"], ["discombobulate", "cause to be confused emotionally", "discombobulate"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["bemuse", "cause to be confused emotionally", "bemuse"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "bewitched", "hint": "synonyms for bewitched", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["mesmerise", "attract strongly, as if with a magnet", "mesmerise"], ["becharm", "attract; cause to be enamored", "becharm"], ["magnetise", "attract strongly, as if with a magnet", "magnetise"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "bewitching", "hint": "synonyms for bewitching", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["mesmerise", "attract strongly, as if with a magnet", "mesmerise"], ["becharm", "attract; cause to be enamored", "becharm"], ["magnetise", "attract strongly, as if with a magnet", "magnetise"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "billowing", "hint": "synonyms for billowing", "clues": [["billow", "rise and move, as in waves or billows", "billow"], ["surge", "rise and move, as in waves or billows", "surge"], ["wallow", "rise up as if in waves", "wallow"], ["balloon", "become inflated", "balloon"], ["inflate", "become inflated", "inflate"], ["heave", "rise and move, as in waves or billows", "heave"]]}, {"answer": "binding", "hint": "synonyms for binding", "clues": [["bind", "stick to firmly", "bind"], ["oblige", "bind by an obligation; cause to be indebted", "oblige"], ["adhere", "stick to firmly", "adhere"], ["tie", "fasten or secure with a rope, string, or cord", "tie"], ["stick to", "stick to firmly", "stick to"], ["hold fast", "stick to firmly", "hold fast"], ["stick", "stick to firmly", "stick"], ["tie up", "secure with or as if with ropes", "tie up"], ["constipate", "cause to be constipated", "constipate"], ["bond", "stick to firmly", "bond"], ["bandage", "wrap around with something so as to cover or enclose", "bandage"], ["tie down", "secure with or as if with ropes", "tie down"], ["truss", "secure with or as if with ropes", "truss"], ["attach", "create social or emotional ties", "attach"], ["hold", "bind by an obligation; cause to be indebted", "hold"]]}, {"answer": "biting", "hint": "synonyms for biting", "clues": [["bite", "penetrate or cut, as with a knife", "bite"], ["burn", "cause a sharp or stinging pain or discomfort", "burn"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["prick", "deliver a sting to", "prick"], ["seize with teeth", "to grip, cut off, or tear with or as if with the teeth or jaws", "seize with teeth"]]}, {"answer": "blackened", "hint": "synonyms for blackened", "clues": [["blacken", "make or become black", "blacken"], ["melanise", "make or become black", "melanise"], ["scorch", "burn slightly and superficially so as to affect color", "scorch"], ["black", "make or become black", "black"], ["sear", "burn slightly and superficially so as to affect color", "sear"], ["char", "burn slightly and superficially so as to affect color", "char"], ["nigrify", "make or become black", "nigrify"]]}, {"answer": "blame", "hint": "synonyms for blame", "clues": [["find fault", "harass with constant criticism", "find fault"], ["pick", "harass with constant criticism", "pick"], ["fault", "put or pin the blame on", "fault"], ["charge", "attribute responsibility to", "charge"]]}, {"answer": "blamed", "hint": "synonyms for blamed", "clues": [["find fault", "harass with constant criticism", "find fault"], ["blame", "harass with constant criticism", "blame"], ["charge", "attribute responsibility to", "charge"], ["pick", "harass with constant criticism", "pick"], ["fault", "put or pin the blame on", "fault"]]}, {"answer": "blanched", "hint": "synonyms for blanched", "clues": [["blanch", "turn pale, as if in fear", "blanch"], ["parboil", "cook (vegetables) briefly", "parboil"], ["pale", "turn pale, as if in fear", "pale"], ["blench", "turn pale, as if in fear", "blench"]]}, {"answer": "blaring", "hint": "synonyms for blaring", "clues": [["blare", "make a loud noise", "blare"], ["beep", "make a loud noise", "beep"], ["honk", "make a loud noise", "honk"], ["blast", "make a strident sound", "blast"], ["claxon", "make a loud noise", "claxon"], ["toot", "make a loud noise", "toot"]]}, {"answer": "blasted", "hint": "synonyms for blasted", "clues": [["blare", "make a strident sound", "blare"], ["blast", "use explosives on", "blast"], ["pillory", "criticize harshly or violently", "pillory"], ["smash", "hit hard", "smash"], ["boom", "hit hard", "boom"], ["crucify", "criticize harshly or violently", "crucify"], ["shell", "create by using explosives", "shell"], ["shoot", "fire a shot", "shoot"], ["nail", "hit hard", "nail"], ["knock down", "shatter as if by explosion", "knock down"], ["savage", "criticize harshly or violently", "savage"]]}, {"answer": "blasting", "hint": "synonyms for blasting", "clues": [["blare", "make a strident sound", "blare"], ["blast", "use explosives on", "blast"], ["pillory", "criticize harshly or violently", "pillory"], ["smash", "hit hard", "smash"], ["boom", "hit hard", "boom"], ["crucify", "criticize harshly or violently", "crucify"], ["shell", "create by using explosives", "shell"], ["shoot", "fire a shot", "shoot"], ["nail", "hit hard", "nail"], ["knock down", "shatter as if by explosion", "knock down"], ["savage", "criticize harshly or violently", "savage"]]}, {"answer": "bleached", "hint": "synonyms for bleached", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "blemished", "hint": "synonyms for blemished", "clues": [["flaw", "add a flaw or blemish to; make imperfect or defective", "flaw"], ["disfigure", "mar or spoil the appearance of", "disfigure"], ["deface", "mar or spoil the appearance of", "deface"], ["spot", "mar or impair with a flaw", "spot"], ["blemish", "mar or impair with a flaw", "blemish"]]}, {"answer": "blended", "hint": "synonyms for blended", "clues": [["blend", "blend or harmonize", "blend"], ["intermingle", "combine into one", "intermingle"], ["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["go", "blend or harmonize", "go"], ["meld", "mix together different elements", "meld"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["immix", "mix together different elements", "immix"], ["blend in", "blend or harmonize", "blend in"], ["intermix", "combine into one", "intermix"], ["merge", "mix together different elements", "merge"], ["commingle", "mix together different elements", "commingle"], ["immingle", "combine into one", "immingle"], ["combine", "mix together different elements", "combine"], ["flux", "mix together different elements", "flux"]]}, {"answer": "blessed", "hint": "synonyms for blessed", "clues": [["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate", "bless"], ["hallow", "render holy by means of religious rites", "hallow"], ["sanctify", "render holy by means of religious rites", "sanctify"], ["consecrate", "render holy by means of religious rites", "consecrate"], ["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate", "sign"]]}, {"answer": "blest", "hint": "synonyms for blest", "clues": [["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate", "bless"], ["hallow", "render holy by means of religious rites", "hallow"], ["sanctify", "render holy by means of religious rites", "sanctify"], ["consecrate", "render holy by means of religious rites", "consecrate"], ["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate", "sign"]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["flash", "gleam or glow intermittently", "flash"], ["blink away", "force to go away by blinking", "blink away"], ["wink", "briefly shut the eyes", "wink"], ["nictitate", "briefly shut the eyes", "nictitate"], ["blink", "gleam or glow intermittently", "blink"], ["winkle", "gleam or glow intermittently", "winkle"]]}, {"answer": "blistering", "hint": "synonyms for blistering", "clues": [["blister", "subject to harsh criticism", "blister"], ["scald", "subject to harsh criticism", "scald"], ["vesicate", "get blistered", "vesicate"], ["whip", "subject to harsh criticism", "whip"]]}, {"answer": "blockaded", "hint": "synonyms for blockaded", "clues": [["block off", "obstruct access to", "block off"], ["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["blockade", "impose a blockade on", "blockade"], ["seal off", "impose a blockade on", "seal off"], ["stop", "render unsuitable for passage", "stop"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["block up", "render unsuitable for passage", "block up"], ["bar", "render unsuitable for passage", "bar"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "blockading", "hint": "synonyms for blockading", "clues": [["block off", "obstruct access to", "block off"], ["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["blockade", "impose a blockade on", "blockade"], ["seal off", "impose a blockade on", "seal off"], ["stop", "render unsuitable for passage", "stop"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["block up", "render unsuitable for passage", "block up"], ["bar", "render unsuitable for passage", "bar"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "blocked", "hint": "synonyms for blocked", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["jam", "interfere with or prevent the reception of signals", "jam"], ["close up", "block passage through", "close up"], ["immobilize", "prohibit the conversion or use of (assets)", "immobilize"], ["stop", "render unsuitable for passage", "stop"], ["obstruct", "block passage through", "obstruct"], ["block up", "render unsuitable for passage", "block up"], ["block", "shape by using a block", "block"], ["barricade", "render unsuitable for passage", "barricade"], ["forget", "be unable to remember", "forget"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["lug", "obstruct", "lug"], ["choke up", "obstruct", "choke up"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["stuff", "obstruct", "stuff"], ["blank out", "be unable to remember", "blank out"], ["kibosh", "stop from happening or developing", "kibosh"], ["obturate", "block passage through", "obturate"], ["impede", "block passage through", "impede"], ["block off", "render unsuitable for passage", "block off"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["parry", "impede the movement of (an opponent or a ball)", "parry"], ["deflect", "impede the movement of (an opponent or a ball)", "deflect"], ["freeze", "prohibit the conversion or use of (assets)", "freeze"], ["draw a blank", "be unable to remember", "draw a blank"], ["halt", "stop from happening or developing", "halt"], ["bar", "render unsuitable for passage", "bar"], ["occlude", "block passage through", "occlude"]]}, {"answer": "blown", "hint": "synonyms for blown", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["blow", "lay eggs", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["swash", "show off", "swash"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["fellate", "provide sexual gratification through oral stimulation", "fellate"], ["suck", "provide sexual gratification through oral stimulation", "suck"], ["squander", "spend thoughtlessly; throw away", "squander"], ["go down on", "provide sexual gratification through oral stimulation", "go down on"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["shove off", "leave; informal or rude", "shove off"], ["gas", "show off", "gas"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["tout", "show off", "tout"], ["drift", "be in motion due to some air or water current", "drift"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["float", "be in motion due to some air or water current", "float"], ["bluster", "show off", "bluster"], ["boast", "show off", "boast"], ["gasconade", "show off", "gasconade"], ["be adrift", "be in motion due to some air or water current", "be adrift"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["waste", "spend thoughtlessly; throw away", "waste"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["blow out", "melt, break, or become otherwise unusable", "blow out"], ["flub", "make a mess of, destroy or ruin", "flub"], ["shoot a line", "show off", "shoot a line"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["burn out", "melt, break, or become otherwise unusable", "burn out"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["shove along", "leave; informal or rude", "shove along"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "blunt", "hint": "synonyms for blunt", "clues": [["benumb", "make numb or insensitive", "benumb"], ["dull", "make numb or insensitive", "dull"], ["numb", "make numb or insensitive", "numb"], ["deaden", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation", "deaden"]]}, {"answer": "blunted", "hint": "synonyms for blunted", "clues": [["blunt", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation", "blunt"], ["dull", "make numb or insensitive", "dull"], ["deaden", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation", "deaden"], ["benumb", "make numb or insensitive", "benumb"], ["numb", "make numb or insensitive", "numb"]]}, {"answer": "blurred", "hint": "synonyms for blurred", "clues": [["obscure", "make unclear, indistinct, or blurred", "obscure"], ["smutch", "make a smudge on; soil by smudging", "smutch"], ["blear", "make dim or indistinct", "blear"], ["glaze over", "become glassy; lose clear vision", "glaze over"], ["slur", "become vague or indistinct", "slur"], ["blur", "to make less distinct or clear", "blur"], ["confuse", "make unclear, indistinct, or blurred", "confuse"], ["smudge", "make a smudge on; soil by smudging", "smudge"], ["dim", "become vague or indistinct", "dim"], ["smear", "make a smudge on; soil by smudging", "smear"], ["obnubilate", "make unclear, indistinct, or blurred", "obnubilate"], ["film over", "become glassy; lose clear vision", "film over"]]}, {"answer": "blushing", "hint": "synonyms for blushing", "clues": [["flush", "turn red, as if in embarrassment or shame", "flush"], ["blush", "turn red, as if in embarrassment or shame", "blush"], ["crimson", "turn red, as if in embarrassment or shame", "crimson"], ["redden", "turn red, as if in embarrassment or shame", "redden"]]}, {"answer": "blustering", "hint": "synonyms for blustering", "clues": [["bluster", "act in an arrogant, overly self-assured, or conceited manner", "bluster"], ["swash", "act in an arrogant, overly self-assured, or conceited manner", "swash"], ["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["gas", "show off", "gas"], ["swagger", "act in an arrogant, overly self-assured, or conceited manner", "swagger"]]}, {"answer": "boiled", "hint": "synonyms for boiled", "clues": [["boil", "be agitated", "boil"], ["seethe", "be in an agitated emotional state", "seethe"], ["roil", "be agitated", "roil"], ["moil", "be agitated", "moil"], ["churn", "be agitated", "churn"]]}, {"answer": "bone", "hint": "synonyms for bone", "clues": [["drum", "study intensively, as before an exam", "drum"], ["debone", "remove the bones from", "debone"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone up", "study intensively, as before an exam", "bone up"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "boned", "hint": "synonyms for boned", "clues": [["drum", "study intensively, as before an exam", "drum"], ["debone", "remove the bones from", "debone"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone", "remove the bones from", "bone"], ["bone up", "study intensively, as before an exam", "bone up"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "booming", "hint": "synonyms for booming", "clues": [["flourish", "grow vigorously", "flourish"], ["boom", "make a deep hollow sound", "boom"], ["thrive", "grow vigorously", "thrive"], ["din", "make a resonant sound, like artillery", "din"], ["blast", "hit hard", "blast"], ["smash", "hit hard", "smash"], ["thunder", "be the case that thunder is being heard", "thunder"], ["boom out", "make a deep hollow sound", "boom out"], ["expand", "grow vigorously", "expand"], ["nail", "hit hard", "nail"]]}, {"answer": "bootlicking", "hint": "synonyms for bootlicking", "clues": [["toady", "try to gain favor by cringing or flattering", "toady"], ["kotow", "try to gain favor by cringing or flattering", "kotow"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["truckle", "try to gain favor by cringing or flattering", "truckle"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"], ["suck up", "try to gain favor by cringing or flattering", "suck up"]]}, {"answer": "bordered", "hint": "synonyms for bordered", "clues": [["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["frame in", "enclose in or as if in a frame", "frame in"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["frame", "enclose in or as if in a frame", "frame"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"], ["bound", "form the boundary of; be contiguous to", "bound"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["march", "lie adjacent to another or share a boundary", "march"], ["butt against", "lie adjacent to another or share a boundary", "butt against"]]}, {"answer": "born", "hint": "synonyms for born", "clues": [["endure", "put up with something or somebody unpleasant", "endure"], ["turn out", "bring forth,", "turn out"], ["bear", "contain or hold; have within", "bear"], ["birth", "cause to be born", "birth"], ["have", "cause to be born", "have"], ["give birth", "cause to be born", "give birth"], ["comport", "behave in a certain manner", "comport"], ["support", "put up with something or somebody unpleasant", "support"], ["hold", "contain or hold; have within", "hold"], ["yield", "bring in", "yield"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"], ["wear", "have on one's person", "wear"], ["carry", "support or hold in a certain manner", "carry"], ["acquit", "behave in a certain manner", "acquit"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["assume", "take on as one's own the expenses or debts of another person", "assume"], ["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["deport", "behave in a certain manner", "deport"], ["expect", "be pregnant with", "expect"], ["contain", "contain or hold; have within", "contain"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["conduct", "behave in a certain manner", "conduct"], ["pay", "bring in", "pay"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["take over", "take on as one's own the expenses or debts of another person", "take over"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["stand", "put up with something or somebody unpleasant", "stand"], ["behave", "behave in a certain manner", "behave"], ["gestate", "be pregnant with", "gestate"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "bosomed", "hint": "synonyms for bosomed", "clues": [["bosom", "squeeze (someone) tightly in your arms, usually with fondness", "bosom"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness", "squeeze"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness", "embrace"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness", "hug"]]}, {"answer": "botched", "hint": "synonyms for botched", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bothered", "hint": "synonyms for bothered", "clues": [["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["trouble oneself", "take the trouble to do something; concern oneself", "trouble oneself"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["inconvenience oneself", "take the trouble to do something; concern oneself", "inconvenience oneself"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"]]}, {"answer": "bouncing", "hint": "synonyms for bouncing", "clues": [["bounce", "eject from the premises", "bounce"], ["jounce", "move up and down repeatedly", "jounce"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["spring", "spring back; spring away from an impact", "spring"], ["recoil", "spring back; spring away from an impact", "recoil"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["rebound", "spring back; spring away from an impact", "rebound"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["bind", "stick to firmly", "bind"], ["oblige", "bind by an obligation; cause to be indebted", "oblige"], ["adhere", "stick to firmly", "adhere"], ["stick to", "stick to firmly", "stick to"], ["throttle", "place limits on (extent or access)", "throttle"], ["hold fast", "stick to firmly", "hold fast"], ["bounce", "spring back; spring away from an impact", "bounce"], ["stick", "stick to firmly", "stick"], ["rebound", "spring back; spring away from an impact", "rebound"], ["constipate", "cause to be constipated", "constipate"], ["bond", "stick to firmly", "bond"], ["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["truss", "secure with or as if with ropes", "truss"], ["confine", "place limits on (extent or access)", "confine"], ["restrain", "place limits on (extent or access)", "restrain"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["border", "form the boundary of; be contiguous to", "border"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["spring", "move forward by leaps and bounds", "spring"], ["resile", "spring back; spring away from an impact", "resile"], ["hold", "bind by an obligation; cause to be indebted", "hold"], ["leap", "move forward by leaps and bounds", "leap"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["tie", "fasten or secure with a rope, string, or cord", "tie"], ["tie up", "secure with or as if with ropes", "tie up"], ["jump", "move forward by leaps and bounds", "jump"], ["bandage", "wrap around with something so as to cover or enclose", "bandage"], ["tie down", "secure with or as if with ropes", "tie down"], ["recoil", "spring back; spring away from an impact", "recoil"], ["attach", "create social or emotional ties", "attach"], ["trammel", "place limits on (extent or access)", "trammel"]]}, {"answer": "bounded", "hint": "synonyms for bounded", "clues": [["leap", "move forward by leaps and bounds", "leap"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["spring", "spring back; spring away from an impact", "spring"], ["throttle", "place limits on (extent or access)", "throttle"], ["bounce", "spring back; spring away from an impact", "bounce"], ["rebound", "spring back; spring away from an impact", "rebound"], ["jump", "move forward by leaps and bounds", "jump"], ["bound", "form the boundary of; be contiguous to", "bound"], ["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["recoil", "spring back; spring away from an impact", "recoil"], ["confine", "place limits on (extent or access)", "confine"], ["restrain", "place limits on (extent or access)", "restrain"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["border", "form the boundary of; be contiguous to", "border"], ["trammel", "place limits on (extent or access)", "trammel"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["resile", "spring back; spring away from an impact", "resile"]]}, {"answer": "bowed", "hint": "synonyms for bowed", "clues": [["give in", "yield to another's wish or opinion", "give in"], ["bow", "bend the head or the upper part of the body in a gesture of respect or greeting", "bow"], ["bow down", "bend one's knee or body, or lower one's head", "bow down"], ["accede", "yield to another's wish or opinion", "accede"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["bend", "bend one's back forward from the waist on down", "bend"], ["defer", "yield to another's wish or opinion", "defer"], ["submit", "yield to another's wish or opinion", "submit"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "bowing", "hint": "synonyms for bowing", "clues": [["give in", "yield to another's wish or opinion", "give in"], ["bow", "bend the head or the upper part of the body in a gesture of respect or greeting", "bow"], ["bow down", "bend one's knee or body, or lower one's head", "bow down"], ["accede", "yield to another's wish or opinion", "accede"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["bend", "bend one's back forward from the waist on down", "bend"], ["defer", "yield to another's wish or opinion", "defer"], ["submit", "yield to another's wish or opinion", "submit"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "braced", "hint": "synonyms for braced", "clues": [["brace", "support or hold steady and make steadfast, with or as if with a brace", "brace"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace", "stabilize"], ["energize", "cause to be alert and energetic", "energize"], ["poise", "prepare (oneself) for something unpleasant or difficult", "poise"], ["steady", "support or hold steady and make steadfast, with or as if with a brace", "steady"], ["arouse", "cause to be alert and energetic", "arouse"], ["perk up", "cause to be alert and energetic", "perk up"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "bracing", "hint": "synonyms for bracing", "clues": [["brace", "support or hold steady and make steadfast, with or as if with a brace", "brace"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace", "stabilize"], ["energize", "cause to be alert and energetic", "energize"], ["poise", "prepare (oneself) for something unpleasant or difficult", "poise"], ["steady", "support or hold steady and make steadfast, with or as if with a brace", "steady"], ["arouse", "cause to be alert and energetic", "arouse"], ["perk up", "cause to be alert and energetic", "perk up"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "brag", "hint": "synonyms for brag", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["gas", "show off", "gas"]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["gas", "show off", "gas"]]}, {"answer": "braided", "hint": "synonyms for braided", "clues": [["braid", "make by braiding or interlacing", "braid"], ["lace", "make by braiding or interlacing", "lace"], ["pleach", "form or weave into a braid or braids", "pleach"], ["plait", "make by braiding or interlacing", "plait"]]}, {"answer": "branched", "hint": "synonyms for branched", "clues": [["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"], ["fork", "divide into two or more branches so as to form a fork", "fork"], ["branch", "grow and send out branches or branch-like structures", "branch"], ["separate", "divide into two or more branches so as to form a fork", "separate"]]}, {"answer": "branching", "hint": "synonyms for branching", "clues": [["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"], ["fork", "divide into two or more branches so as to form a fork", "fork"], ["branch", "grow and send out branches or branch-like structures", "branch"], ["separate", "divide into two or more branches so as to form a fork", "separate"]]}, {"answer": "branded", "hint": "synonyms for branded", "clues": [["brand", "mark or expose as infamous", "brand"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"], ["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["trademark", "mark with a brand or trademark", "trademark"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful", "mark"], ["brandmark", "mark with a brand or trademark", "brandmark"], ["post", "mark or expose as infamous", "post"]]}, {"answer": "breathed", "hint": "synonyms for breathed", "clues": [["emit", "expel (gases or odors)", "emit"], ["respire", "draw air into, and expel out of, the lungs", "respire"], ["breathe", "impart as if by breathing", "breathe"], ["suspire", "draw air into, and expel out of, the lungs", "suspire"], ["rest", "take a short break from one's activities in order to relax", "rest"], ["pass off", "expel (gases or odors)", "pass off"], ["take a breath", "draw air into, and expel out of, the lungs", "take a breath"], ["catch one's breath", "take a short break from one's activities in order to relax", "catch one's breath"]]}, {"answer": "breathing", "hint": "synonyms for breathing", "clues": [["emit", "expel (gases or odors)", "emit"], ["respire", "draw air into, and expel out of, the lungs", "respire"], ["breathe", "impart as if by breathing", "breathe"], ["suspire", "draw air into, and expel out of, the lungs", "suspire"], ["rest", "take a short break from one's activities in order to relax", "rest"], ["pass off", "expel (gases or odors)", "pass off"], ["take a breath", "draw air into, and expel out of, the lungs", "take a breath"], ["catch one's breath", "take a short break from one's activities in order to relax", "catch one's breath"]]}, {"answer": "breeding", "hint": "synonyms for breeding", "clues": [["breed", "copulate with a female, used especially of horses", "breed"], ["multiply", "have young (animals) or reproduce (organisms)", "multiply"], ["engender", "call forth", "engender"], ["spawn", "call forth", "spawn"], ["cover", "copulate with a female, used especially of horses", "cover"]]}, {"answer": "bristled", "hint": "synonyms for bristled", "clues": [["burst", "be in a state of movement or action", "burst"], ["bristle", "be in a state of movement or action", "bristle"], ["uprise", "rise up as in fear", "uprise"], ["stand up", "rise up as in fear", "stand up"], ["abound", "be in a state of movement or action", "abound"]]}, {"answer": "broke", "hint": "synonyms for broke", "clues": [["break", "destroy the completeness of a set of related items", "break"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["break up", "destroy the completeness of a set of related items", "break up"], ["damp", "lessen in force or effect", "damp"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"], ["give", "break down, literally or metaphorically", "give"], ["get out", "be released or become known; of news", "get out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["develop", "happen", "develop"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["break off", "prevent completion", "break off"], ["go", "stop operating or functioning", "go"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["break away", "move away or escape suddenly", "break away"], ["come apart", "become separated into pieces or fragments", "come apart"], ["wear", "go to pieces", "wear"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["erupt", "force out or release suddenly and often violently something pent up", "erupt"], ["better", "surpass in excellence", "better"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["split", "discontinue an association or relation; go different ways", "split"], ["bankrupt", "reduce to bankruptcy", "bankrupt"], ["snap off", "break a piece from a whole", "snap off"], ["discontinue", "prevent completion", "discontinue"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["part", "discontinue an association or relation; go different ways", "part"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["interrupt", "terminate", "interrupt"], ["stop", "prevent completion", "stop"], ["go bad", "stop operating or functioning", "go bad"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["bust", "go to pieces", "bust"], ["get around", "be released or become known; of news", "get around"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act", "break in"], ["weaken", "lessen in force or effect", "weaken"], ["recrudesce", "happen", "recrudesce"], ["split up", "become separated into pieces or fragments", "split up"], ["demote", "assign to a lower position; reduce in rank", "demote"], ["cave in", "break down, literally or metaphorically", "cave in"], ["check", "become fractured; break or crack on the surface only", "check"], ["break dance", "do a break dance", "break dance"], ["separate", "become separated into pieces or fragments", "separate"], ["violate", "fail to agree with; be in violation of; as of rules or patterns", "violate"], ["collapse", "break down, literally or metaphorically", "collapse"], ["dampen", "lessen in force or effect", "dampen"], ["intermit", "cease an action temporarily", "intermit"], ["relegate", "assign to a lower position; reduce in rank", "relegate"], ["die", "stop operating or functioning", "die"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["fracture", "fracture a bone of", "fracture"], ["fall apart", "go to pieces", "fall apart"], ["give out", "stop operating or functioning", "give out"], ["break down", "stop operating or functioning", "break down"], ["smash", "reduce to bankruptcy", "smash"], ["pause", "cease an action temporarily", "pause"], ["fall in", "break down, literally or metaphorically", "fall in"], ["wear out", "go to pieces", "wear out"], ["break out", "move away or escape suddenly", "break out"], ["conk out", "stop operating or functioning", "conk out"], ["crack", "become fractured; break or crack on the surface only", "crack"], ["ruin", "reduce to bankruptcy", "ruin"], ["fail", "stop operating or functioning", "fail"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["founder", "break down, literally or metaphorically", "founder"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "broken", "hint": "synonyms for broken", "clues": [["break", "destroy the completeness of a set of related items", "break"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["break up", "destroy the completeness of a set of related items", "break up"], ["damp", "lessen in force or effect", "damp"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"], ["give", "break down, literally or metaphorically", "give"], ["get out", "be released or become known; of news", "get out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["develop", "happen", "develop"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["break off", "prevent completion", "break off"], ["go", "stop operating or functioning", "go"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["break away", "move away or escape suddenly", "break away"], ["come apart", "become separated into pieces or fragments", "come apart"], ["wear", "go to pieces", "wear"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["erupt", "force out or release suddenly and often violently something pent up", "erupt"], ["better", "surpass in excellence", "better"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["split", "discontinue an association or relation; go different ways", "split"], ["bankrupt", "reduce to bankruptcy", "bankrupt"], ["snap off", "break a piece from a whole", "snap off"], ["discontinue", "prevent completion", "discontinue"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["part", "discontinue an association or relation; go different ways", "part"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["interrupt", "terminate", "interrupt"], ["stop", "prevent completion", "stop"], ["go bad", "stop operating or functioning", "go bad"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["bust", "go to pieces", "bust"], ["get around", "be released or become known; of news", "get around"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act", "break in"], ["weaken", "lessen in force or effect", "weaken"], ["recrudesce", "happen", "recrudesce"], ["split up", "become separated into pieces or fragments", "split up"], ["demote", "assign to a lower position; reduce in rank", "demote"], ["cave in", "break down, literally or metaphorically", "cave in"], ["check", "become fractured; break or crack on the surface only", "check"], ["break dance", "do a break dance", "break dance"], ["separate", "become separated into pieces or fragments", "separate"], ["violate", "fail to agree with; be in violation of; as of rules or patterns", "violate"], ["collapse", "break down, literally or metaphorically", "collapse"], ["dampen", "lessen in force or effect", "dampen"], ["intermit", "cease an action temporarily", "intermit"], ["relegate", "assign to a lower position; reduce in rank", "relegate"], ["die", "stop operating or functioning", "die"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["fracture", "fracture a bone of", "fracture"], ["fall apart", "go to pieces", "fall apart"], ["give out", "stop operating or functioning", "give out"], ["break down", "stop operating or functioning", "break down"], ["smash", "reduce to bankruptcy", "smash"], ["pause", "cease an action temporarily", "pause"], ["fall in", "break down, literally or metaphorically", "fall in"], ["wear out", "go to pieces", "wear out"], ["break out", "move away or escape suddenly", "break out"], ["conk out", "stop operating or functioning", "conk out"], ["crack", "become fractured; break or crack on the surface only", "crack"], ["ruin", "reduce to bankruptcy", "ruin"], ["fail", "stop operating or functioning", "fail"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["founder", "break down, literally or metaphorically", "founder"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "brooding", "hint": "synonyms for brooding", "clues": [["pout", "be in a huff and display one's displeasure", "pout"], ["grizzle", "be in a huff; be silent or sullen", "grizzle"], ["incubate", "sit on (eggs)", "incubate"], ["dwell", "think moodily or anxiously about something", "dwell"], ["stew", "be in a huff; be silent or sullen", "stew"], ["brood", "think moodily or anxiously about something", "brood"], ["cover", "sit on (eggs)", "cover"], ["hover", "hang over, as of something threatening, dark, or menacing", "hover"], ["hatch", "sit on (eggs)", "hatch"], ["sulk", "be in a huff and display one's displeasure", "sulk"], ["loom", "hang over, as of something threatening, dark, or menacing", "loom"], ["bulk large", "hang over, as of something threatening, dark, or menacing", "bulk large"]]}, {"answer": "bruising", "hint": "synonyms for bruising", "clues": [["wound", "hurt the feelings of", "wound"], ["spite", "hurt the feelings of", "spite"], ["offend", "hurt the feelings of", "offend"], ["bruise", "damage (plant tissue) by abrasion or pressure", "bruise"], ["contuse", "injure the underlying soft tissue or bone of", "contuse"], ["injure", "hurt the feelings of", "injure"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "bubbling", "hint": "synonyms for bubbling", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["bubble", "form, produce, or emit bubbles", "bubble"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["burble", "flow in an irregular current with a bubbling noise", "burble"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["eruct", "expel gas from the stomach", "eruct"], ["burp", "expel gas from the stomach", "burp"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"], ["belch", "expel gas from the stomach", "belch"]]}, {"answer": "buffeted", "hint": "synonyms for buffeted", "clues": [["batter", "strike against forcefully", "batter"], ["buffet", "strike against forcefully", "buffet"], ["knock about", "strike against forcefully", "knock about"], ["buff", "strike, beat repeatedly", "buff"]]}, {"answer": "bugged", "hint": "synonyms for bugged", "clues": [["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"], ["beleaguer", "annoy persistently", "beleaguer"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["pester", "annoy persistently", "pester"], ["tap", "tap a telephone or telegraph wire to get information", "tap"]]}, {"answer": "built", "hint": "synonyms for built", "clues": [["build", "order, supervise, or finance the construction of", "build"], ["build up", "bolster or strengthen", "build up"], ["work up", "bolster or strengthen", "work up"], ["ramp up", "bolster or strengthen", "ramp up"], ["establish", "build or establish something abstract", "establish"], ["construct", "make by combining materials and parts", "construct"], ["make", "make by combining materials and parts", "make"], ["progress", "form or accumulate steadily", "progress"]]}, {"answer": "bulging", "hint": "synonyms for bulging", "clues": [["bulge", "swell or protrude outwards", "bulge"], ["pop", "bulge outward", "pop"], ["protrude", "swell or protrude outwards", "protrude"], ["bulk", "cause to bulge or swell outwards", "bulk"], ["bag", "bulge out; form a bulge outward, or be so full as to appear to bulge", "bag"], ["start", "bulge outward", "start"], ["pouch", "swell or protrude outwards", "pouch"], ["bulge out", "bulge outward", "bulge out"], ["come out", "bulge outward", "come out"], ["pop out", "bulge outward", "pop out"]]}, {"answer": "bully", "hint": "synonyms for bully", "clues": [["ballyrag", "be bossy towards", "ballyrag"], ["boss around", "be bossy towards", "boss around"], ["swagger", "discourage or frighten with threats or a domineering manner; intimidate", "swagger"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate", "browbeat"], ["push around", "be bossy towards", "push around"], ["hector", "be bossy towards", "hector"], ["strong-arm", "be bossy towards", "strong-arm"]]}, {"answer": "bullying", "hint": "synonyms for bullying", "clues": [["bully", "discourage or frighten with threats or a domineering manner; intimidate", "bully"], ["ballyrag", "be bossy towards", "ballyrag"], ["boss around", "be bossy towards", "boss around"], ["swagger", "discourage or frighten with threats or a domineering manner; intimidate", "swagger"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate", "browbeat"], ["push around", "be bossy towards", "push around"], ["hector", "be bossy towards", "hector"], ["strong-arm", "be bossy towards", "strong-arm"]]}, {"answer": "bum", "hint": "synonyms for bum", "clues": [["fuck off", "be lazy or idle", "fuck off"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["grub", "ask for and get free; be a parasite", "grub"], ["cadge", "ask for and get free; be a parasite", "cadge"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["lounge around", "be lazy or idle", "lounge around"], ["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["frig around", "be lazy or idle", "frig around"], ["loll", "be lazy or idle", "loll"], ["arse around", "be lazy or idle", "arse around"], ["mooch", "ask for and get free; be a parasite", "mooch"], ["sponge", "ask for and get free; be a parasite", "sponge"]]}, {"answer": "bumbling", "hint": "synonyms for bumbling", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["falter", "walk unsteadily", "falter"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["stammer", "speak haltingly", "stammer"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["bumble", "speak haltingly", "bumble"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["stumble", "walk unsteadily", "stumble"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["stutter", "speak haltingly", "stutter"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bungled", "hint": "synonyms for bungled", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bungling", "hint": "synonyms for bungling", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "burbling", "hint": "synonyms for burbling", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"], ["burble", "flow in an irregular current with a bubbling noise", "burble"]]}, {"answer": "burdened", "hint": "synonyms for burdened", "clues": [["burthen", "weight down with a load", "burthen"], ["saddle", "impose a task upon, assign a responsibility to", "saddle"], ["burden", "impose a task upon, assign a responsibility to", "burden"], ["charge", "impose a task upon, assign a responsibility to", "charge"], ["weight down", "weight down with a load", "weight down"], ["weight", "weight down with a load", "weight"]]}, {"answer": "buried", "hint": "synonyms for buried", "clues": [["forget", "dismiss from the mind; stop remembering", "forget"], ["bury", "embed deeply", "bury"], ["inhume", "place in a grave or tomb", "inhume"], ["sink", "embed deeply", "sink"], ["entomb", "place in a grave or tomb", "entomb"], ["inter", "place in a grave or tomb", "inter"], ["immerse", "enclose or envelop completely, as if by swallowing", "immerse"], ["swallow", "enclose or envelop completely, as if by swallowing", "swallow"], ["swallow up", "enclose or envelop completely, as if by swallowing", "swallow up"], ["lay to rest", "place in a grave or tomb", "lay to rest"], ["eat up", "enclose or envelop completely, as if by swallowing", "eat up"]]}, {"answer": "burned", "hint": "synonyms for burned", "clues": [["burn", "get a sunburn by overexposure to the sun", "burn"], ["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["combust", "undergo combustion", "combust"], ["fire", "destroy by fire", "fire"], ["incinerate", "cause to undergo combustion", "incinerate"], ["cut", "create by duplicating data", "cut"], ["burn off", "use up (energy)", "burn off"], ["glow", "shine intensely, as if with heat", "glow"], ["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent", "cauterise"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["burn down", "destroy by fire", "burn down"], ["sunburn", "get a sunburn by overexposure to the sun", "sunburn"], ["burn up", "use up (energy)", "burn up"]]}, {"answer": "burning", "hint": "synonyms for burning", "clues": [["burn", "get a sunburn by overexposure to the sun", "burn"], ["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["combust", "undergo combustion", "combust"], ["fire", "destroy by fire", "fire"], ["incinerate", "cause to undergo combustion", "incinerate"], ["cut", "create by duplicating data", "cut"], ["burn off", "use up (energy)", "burn off"], ["glow", "shine intensely, as if with heat", "glow"], ["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent", "cauterise"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["burn down", "destroy by fire", "burn down"], ["sunburn", "get a sunburn by overexposure to the sun", "sunburn"], ["burn up", "use up (energy)", "burn up"]]}, {"answer": "burnt", "hint": "synonyms for burnt", "clues": [["burn", "get a sunburn by overexposure to the sun", "burn"], ["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["combust", "undergo combustion", "combust"], ["fire", "destroy by fire", "fire"], ["incinerate", "cause to undergo combustion", "incinerate"], ["cut", "create by duplicating data", "cut"], ["burn off", "use up (energy)", "burn off"], ["glow", "shine intensely, as if with heat", "glow"], ["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent", "cauterise"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["burn down", "destroy by fire", "burn down"], ["sunburn", "get a sunburn by overexposure to the sun", "sunburn"], ["burn up", "use up (energy)", "burn up"]]}, {"answer": "bushwhacking", "hint": "synonyms for bushwhacking", "clues": [["bushwhack", "live in the bush as a fugitive or as a guerilla", "bushwhack"], ["lurk", "wait in hiding to attack", "lurk"], ["scupper", "wait in hiding to attack", "scupper"], ["ambush", "wait in hiding to attack", "ambush"], ["lie in wait", "wait in hiding to attack", "lie in wait"], ["ambuscade", "wait in hiding to attack", "ambuscade"], ["waylay", "wait in hiding to attack", "waylay"]]}, {"answer": "bust", "hint": "synonyms for bust", "clues": [["wear out", "go to pieces", "wear out"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["break", "go to pieces", "break"], ["raid", "search without warning, make a sudden surprise attack on", "raid"], ["fall apart", "go to pieces", "fall apart"], ["wear", "go to pieces", "wear"], ["burst", "break open or apart suddenly and forcefully", "burst"], ["snap", "separate or cause to separate abruptly", "snap"], ["tear", "separate or cause to separate abruptly", "tear"]]}, {"answer": "busted", "hint": "synonyms for busted", "clues": [["bust", "search without warning, make a sudden surprise attack on", "bust"], ["wear out", "go to pieces", "wear out"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["break", "go to pieces", "break"], ["raid", "search without warning, make a sudden surprise attack on", "raid"], ["fall apart", "go to pieces", "fall apart"], ["wear", "go to pieces", "wear"], ["snap", "separate or cause to separate abruptly", "snap"], ["tear", "separate or cause to separate abruptly", "tear"]]}, {"answer": "buzzing", "hint": "synonyms for buzzing", "clues": [["buzz", "call with a buzzer", "buzz"], ["bombilate", "make a buzzing sound", "bombilate"], ["seethe", "be noisy with activity", "seethe"], ["hum", "be noisy with activity", "hum"]]}, {"answer": "bypast", "hint": "synonyms for bypast", "clues": [["go around", "avoid something unpleasant or laborious", "go around"], ["short-circuit", "avoid something unpleasant or laborious", "short-circuit"], ["get around", "avoid something unpleasant or laborious", "get around"], ["bypass", "avoid something unpleasant or laborious", "bypass"]]}, {"answer": "calculated", "hint": "synonyms for calculated", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["direct", "specifically design a product, event, or activity for a certain public", "direct"], ["forecast", "judge to be probable", "forecast"], ["look", "have faith or confidence in", "look"], ["bet", "have faith or confidence in", "bet"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["account", "keep an account of", "account"], ["figure", "make a mathematical calculation or computation", "figure"], ["calculate", "keep an account of", "calculate"], ["reckon", "have faith or confidence in", "reckon"], ["depend", "have faith or confidence in", "depend"], ["compute", "make a mathematical calculation or computation", "compute"], ["count", "have faith or confidence in", "count"], ["count on", "judge to be probable", "count on"], ["estimate", "judge to be probable", "estimate"], ["aim", "specifically design a product, event, or activity for a certain public", "aim"]]}, {"answer": "calculating", "hint": "synonyms for calculating", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["direct", "specifically design a product, event, or activity for a certain public", "direct"], ["forecast", "judge to be probable", "forecast"], ["look", "have faith or confidence in", "look"], ["bet", "have faith or confidence in", "bet"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["account", "keep an account of", "account"], ["figure", "make a mathematical calculation or computation", "figure"], ["calculate", "keep an account of", "calculate"], ["reckon", "have faith or confidence in", "reckon"], ["depend", "have faith or confidence in", "depend"], ["compute", "make a mathematical calculation or computation", "compute"], ["count", "have faith or confidence in", "count"], ["count on", "judge to be probable", "count on"], ["estimate", "judge to be probable", "estimate"], ["aim", "specifically design a product, event, or activity for a certain public", "aim"]]}, {"answer": "calm", "hint": "synonyms for calm", "clues": [["cool off", "become quiet or calm, especially after a state of agitation", "cool off"], ["cool it", "become quiet or calm, especially after a state of agitation", "cool it"], ["tranquilize", "cause to be calm or quiet as by administering a sedative to", "tranquilize"], ["calm down", "make calm or still", "calm down"], ["chill out", "become quiet or calm, especially after a state of agitation", "chill out"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["simmer down", "become quiet or calm, especially after a state of agitation", "simmer down"], ["steady", "make steady", "steady"], ["quieten", "make calm or still", "quieten"], ["settle down", "become quiet or calm, especially after a state of agitation", "settle down"], ["lull", "make calm or still", "lull"], ["still", "make calm or still", "still"], ["becalm", "make steady", "becalm"]]}, {"answer": "camp", "hint": "synonyms for camp", "clues": [["bivouac", "live in or as if in a tent", "bivouac"], ["camp out", "live in or as if in a tent", "camp out"], ["camp down", "establish or set up a camp", "camp down"], ["encamp", "live in or as if in a tent", "encamp"], ["tent", "live in or as if in a tent", "tent"]]}, {"answer": "cancelled", "hint": "synonyms for cancelled", "clues": [["invalidate", "make invalid for use", "invalidate"], ["cancel", "remove or make invisible", "cancel"], ["set off", "make up for", "set off"], ["scrub", "postpone indefinitely or annul something that was scheduled", "scrub"], ["delete", "remove or make invisible", "delete"], ["scratch", "postpone indefinitely or annul something that was scheduled", "scratch"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["strike down", "declare null and void; make ineffective", "strike down"], ["offset", "make up for", "offset"]]}, {"answer": "canned", "hint": "synonyms for canned", "clues": [["put up", "preserve in a can or tin", "put up"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["tin", "preserve in a can or tin", "tin"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "canted", "hint": "synonyms for canted", "clues": [["tilt", "heel over", "tilt"], ["cant over", "heel over", "cant over"], ["cant", "heel over", "cant"], ["slant", "heel over", "slant"], ["pitch", "heel over", "pitch"]]}, {"answer": "captivated", "hint": "synonyms for captivated", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "captivating", "hint": "synonyms for captivating", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "caring", "hint": "synonyms for caring", "clues": [["deal", "be in charge of, act on, or dispose of", "deal"], ["handle", "be in charge of, act on, or dispose of", "handle"], ["care", "be concerned with", "care"], ["wish", "prefer or wish to do something", "wish"], ["worry", "be concerned with", "worry"], ["give care", "provide care for", "give care"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["like", "prefer or wish to do something", "like"]]}, {"answer": "castrated", "hint": "synonyms for castrated", "clues": [["bowdlerise", "edit by omitting or modifying parts considered indelicate", "bowdlerise"], ["spay", "remove the ovaries of", "spay"], ["alter", "remove the ovaries of", "alter"], ["castrate", "deprive of strength or vigor", "castrate"], ["shorten", "edit by omitting or modifying parts considered indelicate", "shorten"], ["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["demasculinize", "remove the testicles of a male animal", "demasculinize"], ["emasculate", "deprive of strength or vigor", "emasculate"], ["neuter", "remove the ovaries of", "neuter"]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["overtake", "catch up with and possibly overtake", "overtake"], ["catch", "take hold of so as to seize or restrain or stop the motion of", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamor", "attract; cause to be enamored", "enamor"], ["view", "see or watch", "view"], ["see", "see or watch", "see"], ["becharm", "attract; cause to be enamored", "becharm"], ["get", "suffer from the receipt of", "get"], ["overhear", "hear, usually without the knowledge of the speakers", "overhear"], ["capture", "succeed in catching or seizing, especially after a chase", "capture"], ["trance", "attract; cause to be enamored", "trance"], ["charm", "attract; cause to be enamored", "charm"], ["catch up with", "catch up with and possibly overtake", "catch up with"], ["watch", "see or watch", "watch"], ["grab", "take hold of so as to seize or restrain or stop the motion of", "grab"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["hitch", "to hook or entangle", "hitch"], ["arrest", "attract and fix", "arrest"], ["take in", "hear, usually without the knowledge of the speakers", "take in"], ["pick up", "perceive with the senses quickly, suddenly, or momentarily", "pick up"], ["take hold of", "take hold of so as to seize or restrain or stop the motion of", "take hold of"], ["captivate", "attract; cause to be enamored", "captivate"], ["trip up", "detect a blunder or misstep", "trip up"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"]]}, {"answer": "celebrated", "hint": "synonyms for celebrated", "clues": [["lionize", "assign great social importance to", "lionize"], ["observe", "behave as expected during of holidays or rites", "observe"], ["celebrate", "behave as expected during of holidays or rites", "celebrate"], ["fete", "have a celebration", "fete"], ["keep", "behave as expected during of holidays or rites", "keep"]]}, {"answer": "center", "hint": "synonyms for center", "clues": [["center on", "center upon", "center on"], ["centre", "direct one's attention on something", "centre"], ["focus", "direct one's attention on something", "focus"], ["concentrate on", "center upon", "concentrate on"], ["rivet", "direct one's attention on something", "rivet"], ["focus on", "center upon", "focus on"], ["revolve around", "center upon", "revolve around"], ["pore", "direct one's attention on something", "pore"], ["revolve about", "center upon", "revolve about"]]}, {"answer": "centered", "hint": "synonyms for centered", "clues": [["center on", "center upon", "center on"], ["centre", "direct one's attention on something", "centre"], ["focus", "direct one's attention on something", "focus"], ["concentrate on", "center upon", "concentrate on"], ["rivet", "direct one's attention on something", "rivet"], ["focus on", "center upon", "focus on"], ["revolve around", "center upon", "revolve around"], ["pore", "direct one's attention on something", "pore"], ["center", "center upon", "center"], ["revolve about", "center upon", "revolve about"]]}, {"answer": "certified", "hint": "synonyms for certified", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["certify", "declare legally insane", "certify"], ["license", "authorize officially", "license"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "evidence"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "demonstrate"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "attest"], ["indorse", "guarantee as meeting a certain standard", "indorse"]]}, {"answer": "chafed", "hint": "synonyms for chafed", "clues": [["chafe", "feel extreme irritation or anger", "chafe"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["fret", "become or make sore by or as if by rubbing", "fret"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["scratch", "cause friction", "scratch"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["excoriate", "tear or wear off the skin or make sore by abrading", "excoriate"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["rub", "cause friction", "rub"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["gall", "become or make sore by or as if by rubbing", "gall"], ["fray", "cause friction", "fray"]]}, {"answer": "chagrined", "hint": "synonyms for chagrined", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "challenging", "hint": "synonyms for challenging", "clues": [["challenge", "issue a challenge to", "challenge"], ["gainsay", "take exception to", "gainsay"], ["dispute", "take exception to", "dispute"], ["take exception", "raise a formal objection in a court of law", "take exception"]]}, {"answer": "chance", "hint": "synonyms for chance", "clues": [["happen", "come upon, as if by accident; meet with", "happen"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["bump", "come upon, as if by accident; meet with", "bump"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["find", "come upon, as if by accident; meet with", "find"], ["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"], ["adventure", "take a risk in the hope of a favorable outcome", "adventure"]]}, {"answer": "changed", "hint": "synonyms for changed", "clues": [["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["interchange", "give to, and receive from, one another", "interchange"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "alter"], ["convert", "exchange or replace with another, usually of the same kind or category", "convert"], ["change", "exchange or replace with another, usually of the same kind or category", "change"], ["shift", "lay aside, abandon, or leave for another", "shift"], ["modify", "cause to change; make different; cause a transformation", "modify"], ["transfer", "change from one vehicle or transportation line to another", "transfer"], ["deepen", "become deeper in tone", "deepen"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "vary"], ["switch", "lay aside, abandon, or leave for another", "switch"]]}, {"answer": "changing", "hint": "synonyms for changing", "clues": [["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["interchange", "give to, and receive from, one another", "interchange"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "alter"], ["convert", "exchange or replace with another, usually of the same kind or category", "convert"], ["change", "exchange or replace with another, usually of the same kind or category", "change"], ["shift", "lay aside, abandon, or leave for another", "shift"], ["modify", "cause to change; make different; cause a transformation", "modify"], ["transfer", "change from one vehicle or transportation line to another", "transfer"], ["deepen", "become deeper in tone", "deepen"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "vary"], ["switch", "lay aside, abandon, or leave for another", "switch"]]}, {"answer": "chanted", "hint": "synonyms for chanted", "clues": [["chant", "recite with musical intonation; recite as a chant or a psalm", "chant"], ["intone", "recite with musical intonation; recite as a chant or a psalm", "intone"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm", "cantillate"], ["tone", "utter monotonously and repetitively and rhythmically", "tone"]]}, {"answer": "charged", "hint": "synonyms for charged", "clues": [["accuse", "blame for, make a claim of wrongdoing or misbehavior against", "accuse"], ["appoint", "assign a duty, responsibility or obligation to", "appoint"], ["blame", "attribute responsibility to", "blame"], ["file", "file a formal charge against", "file"], ["saddle", "impose a task upon, assign a responsibility to", "saddle"], ["rouse", "cause to be agitated, excited, or roused", "rouse"], ["shoot", "move quickly and violently", "shoot"], ["charge", "lie down on command, of hunting dogs", "charge"], ["level", "direct into a position for use", "level"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["institutionalize", "cause to be admitted; of persons to an institution", "institutionalize"], ["bear down", "to make a rush at or sudden attack upon, as in battle", "bear down"], ["tear", "move quickly and violently", "tear"], ["consign", "give over to another for care or safekeeping", "consign"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["buck", "move quickly and violently", "buck"], ["send", "cause to be admitted; of persons to an institution", "send"], ["burden", "impose a task upon, assign a responsibility to", "burden"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["lodge", "file a formal charge against", "lodge"], ["point", "direct into a position for use", "point"], ["commit", "cause to be admitted; of persons to an institution", "commit"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["bill", "demand payment", "bill"], ["load", "provide (a device) with something necessary", "load"], ["shoot down", "move quickly and violently", "shoot down"]]}, {"answer": "charmed", "hint": "synonyms for charmed", "clues": [["catch", "attract; cause to be enamored", "catch"], ["influence", "induce into action by using one's charm", "influence"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["charm", "control by magic spells, as by practicing witchcraft", "charm"], ["becharm", "attract; cause to be enamored", "becharm"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["tempt", "induce into action by using one's charm", "tempt"]]}, {"answer": "charming", "hint": "synonyms for charming", "clues": [["catch", "attract; cause to be enamored", "catch"], ["influence", "induce into action by using one's charm", "influence"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["charm", "control by magic spells, as by practicing witchcraft", "charm"], ["becharm", "attract; cause to be enamored", "becharm"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["tempt", "induce into action by using one's charm", "tempt"]]}, {"answer": "chartered", "hint": "synonyms for chartered", "clues": [["lease", "hold under a lease or rental agreement; of goods and services", "lease"], ["rent", "engage for service under a term of contract", "rent"], ["hire", "engage for service under a term of contract", "hire"], ["take", "engage for service under a term of contract", "take"], ["charter", "grant a charter to", "charter"], ["engage", "engage for service under a term of contract", "engage"]]}, {"answer": "cheating", "hint": "synonyms for cheating", "clues": [["cheat", "engage in deceitful behavior; practice trickery or fraud", "cheat"], ["cheat on", "be sexually unfaithful to one's partner in marriage", "cheat on"], ["cuckold", "be sexually unfaithful to one's partner in marriage", "cuckold"], ["betray", "be sexually unfaithful to one's partner in marriage", "betray"], ["chisel", "engage in deceitful behavior; practice trickery or fraud", "chisel"], ["chouse", "defeat someone through trickery or deceit", "chouse"], ["jockey", "defeat someone through trickery or deceit", "jockey"], ["shaft", "defeat someone through trickery or deceit", "shaft"], ["chicane", "defeat someone through trickery or deceit", "chicane"], ["rip off", "deprive somebody of something by deceit", "rip off"], ["wander", "be sexually unfaithful to one's partner in marriage", "wander"], ["screw", "defeat someone through trickery or deceit", "screw"]]}, {"answer": "checked", "hint": "synonyms for checked", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["see", "be careful or certain to do something; make certain of something", "see"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["check out", "be verified or confirmed; pass inspection", "check out"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["retard", "slow the growth or development of", "retard"], ["chequer", "mark into squares or draw squares on; draw crossed lines on", "chequer"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"], ["checker", "mark into squares or draw squares on; draw crossed lines on", "checker"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"], ["control", "be careful or certain to do something; make certain of something", "control"], ["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["tick off", "put a check mark on or near or next to", "tick off"], ["tick", "put a check mark on or near or next to", "tick"], ["break", "become fractured; break or crack on the surface only", "break"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control", "condition"], ["check off", "put a check mark on or near or next to", "check off"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["delay", "slow the growth or development of", "delay"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"], ["mark off", "put a check mark on or near or next to", "mark off"], ["chink", "make cracks or chinks in", "chink"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["crack", "become fractured; break or crack on the surface only", "crack"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "find out"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"]]}, {"answer": "cheering", "hint": "synonyms for cheering", "clues": [["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["cheer", "show approval or good wishes by shouting", "cheer"], ["cheer up", "cause (somebody) to feel happier or more cheerful", "cheer up"], ["hearten", "give encouragement to", "hearten"], ["recreate", "give encouragement to", "recreate"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"], ["chirk up", "become cheerful", "chirk up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["embolden", "give encouragement to", "embolden"], ["jolly up", "cause (somebody) to feel happier or more cheerful", "jolly up"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["jolly along", "cause (somebody) to feel happier or more cheerful", "jolly along"]]}, {"answer": "cherished", "hint": "synonyms for cherished", "clues": [["treasure", "be fond of; be attached to", "treasure"], ["cherish", "be fond of; be attached to", "cherish"], ["care for", "be fond of; be attached to", "care for"], ["hold dear", "be fond of; be attached to", "hold dear"]]}, {"answer": "chinked", "hint": "synonyms for chinked", "clues": [["chink", "fill the chinks of, as with caulking", "chink"], ["tink", "make or emit a high sound", "tink"], ["check", "make cracks or chinks in", "check"], ["tinkle", "make or emit a high sound", "tinkle"], ["clink", "make or emit a high sound", "clink"]]}, {"answer": "choked", "hint": "synonyms for choked", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["clog", "become or cause to become obstructed", "clog"], ["suffocate", "become stultified, suppressed, or stifled", "suffocate"], ["choke", "struggle for breath; have insufficient oxygen intake", "choke"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["back up", "become or cause to become obstructed", "back up"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["clog up", "become or cause to become obstructed", "clog up"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["stifle", "impair the respiration of or obstruct the air passage of", "stifle"], ["choke off", "become or cause to become obstructed", "choke off"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["strangle", "struggle for breath; have insufficient oxygen intake", "strangle"], ["foul", "become or cause to become obstructed", "foul"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["gag", "cause to retch or choke", "gag"], ["fret", "be too tight; rub or press", "fret"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["congest", "become or cause to become obstructed", "congest"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["throttle", "reduce the air supply", "throttle"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["scrag", "wring the neck of", "scrag"], ["asphyxiate", "impair the respiration of or obstruct the air passage of", "asphyxiate"]]}, {"answer": "churning", "hint": "synonyms for churning", "clues": [["roil", "be agitated", "roil"], ["moil", "be agitated", "moil"], ["churn", "stir (cream) vigorously in order to make butter", "churn"], ["boil", "be agitated", "boil"]]}, {"answer": "circulating", "hint": "synonyms for circulating", "clues": [["pass around", "cause to become widely known", "pass around"], ["circulate", "move around freely", "circulate"], ["propagate", "cause to become widely known", "propagate"], ["circle", "move in circles", "circle"], ["mobilize", "cause to move around", "mobilize"], ["circularize", "cause to become widely known", "circularize"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["spread", "become widely known and passed on", "spread"], ["pass on", "cause be distributed", "pass on"], ["disseminate", "cause to become widely known", "disseminate"], ["broadcast", "cause to become widely known", "broadcast"], ["go around", "become widely known and passed on", "go around"], ["disperse", "cause to become widely known", "disperse"]]}, {"answer": "civilised", "hint": "synonyms for civilised", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"], ["school", "teach or refine to be discriminative in taste or judgment", "school"]]}, {"answer": "civilized", "hint": "synonyms for civilized", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"], ["school", "teach or refine to be discriminative in taste or judgment", "school"]]}, {"answer": "clad", "hint": "synonyms for clad", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["garment", "provide with clothes or put clothes on", "garment"], ["drape", "cover as if with clothing", "drape"], ["cloak", "cover as if with clothing", "cloak"], ["dress", "provide with clothes or put clothes on", "dress"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["invest", "furnish with power or authority; of kings or emperors", "invest"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["adorn", "furnish with power or authority; of kings or emperors", "adorn"], ["tog", "provide with clothes or put clothes on", "tog"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "classified", "hint": "synonyms for classified", "clues": [["sort out", "arrange or order by classes or categories", "sort out"], ["separate", "arrange or order by classes or categories", "separate"], ["assort", "arrange or order by classes or categories", "assort"], ["classify", "arrange or order by classes or categories", "classify"], ["relegate", "assign to a class or kind", "relegate"], ["sort", "arrange or order by classes or categories", "sort"], ["class", "arrange or order by classes or categories", "class"]]}, {"answer": "clean", "hint": "synonyms for clean", "clues": [["houseclean", "clean and tidy up the house", "houseclean"], ["cleanse", "clean one's body or parts thereof, as by washing", "cleanse"], ["strip", "remove all contents or possession from, or empty completely", "strip"], ["scavenge", "remove unwanted substances from", "scavenge"], ["clean house", "clean and tidy up the house", "clean house"], ["make clean", "make clean by removing dirt, filth, or unwanted substances from", "make clean"], ["pick", "remove unwanted substances from, such as feathers or pits", "pick"]]}, {"answer": "clear", "hint": "synonyms for clear", "clues": [["sack", "make as a net profit", "sack"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["pass", "go unchallenged; be approved", "pass"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["sack up", "make as a net profit", "sack up"], ["light up", "become clear", "light up"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["brighten", "become clear", "brighten"], ["assoil", "pronounce not guilty of criminal charges", "assoil"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["discharge", "pronounce not guilty of criminal charges", "discharge"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["clear up", "become clear", "clear up"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"], ["authorise", "grant authorization or clearance for", "authorise"], ["top", "pass by, over, or under without making contact", "top"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["net", "make as a net profit", "net"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["solve", "settle, as of a debt", "solve"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["unclutter", "rid of obstructions", "unclutter"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["acquit", "pronounce not guilty of criminal charges", "acquit"]]}, {"answer": "cleared", "hint": "synonyms for cleared", "clues": [["clear", "become clear", "clear"], ["sack", "make as a net profit", "sack"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["pass", "go unchallenged; be approved", "pass"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["sack up", "make as a net profit", "sack up"], ["light up", "become clear", "light up"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["brighten", "become clear", "brighten"], ["assoil", "pronounce not guilty of criminal charges", "assoil"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["discharge", "pronounce not guilty of criminal charges", "discharge"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["clear up", "become clear", "clear up"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"], ["authorise", "grant authorization or clearance for", "authorise"], ["top", "pass by, over, or under without making contact", "top"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["net", "make as a net profit", "net"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["solve", "settle, as of a debt", "solve"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["unclutter", "rid of obstructions", "unclutter"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["acquit", "pronounce not guilty of criminal charges", "acquit"]]}, {"answer": "cleft", "hint": "synonyms for cleft", "clues": [["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["adhere", "come or be in close contact with; stick or hold together and resist separation", "adhere"], ["cleave", "separate or cut with a tool, such as a sharp instrument", "cleave"], ["rive", "separate or cut with a tool, such as a sharp instrument", "rive"], ["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["stick", "come or be in close contact with; stick or hold together and resist separation", "stick"], ["split", "separate or cut with a tool, such as a sharp instrument", "split"]]}, {"answer": "clinking", "hint": "synonyms for clinking", "clues": [["clink", "make a high sound typical of glass", "clink"], ["chink", "make or emit a high sound", "chink"], ["tink", "make or emit a high sound", "tink"], ["tinkle", "make or emit a high sound", "tinkle"]]}, {"answer": "clipped", "hint": "synonyms for clipped", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent", "curtail"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["clip", "run at a moderately swift pace", "clip"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["jog", "run at a moderately swift pace", "jog"], ["trot", "run at a moderately swift pace", "trot"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent", "cut short"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"]]}, {"answer": "cloaked", "hint": "synonyms for cloaked", "clues": [["clothe", "cover as if with clothing", "clothe"], ["drape", "cover as if with clothing", "drape"], ["cloak", "cover with or as if with a cloak", "cloak"], ["dissemble", "hide under a false appearance", "dissemble"], ["mask", "hide under a false appearance", "mask"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "clogged", "hint": "synonyms for clogged", "clues": [["clog", "dance a clog dance", "clog"], ["constipate", "impede with a clog or as if with a clog", "constipate"], ["choke off", "become or cause to become obstructed", "choke off"], ["foul", "become or cause to become obstructed", "foul"], ["back up", "become or cause to become obstructed", "back up"], ["overload", "fill to excess so that function is impaired", "overload"], ["clot", "coalesce or unite in a mass", "clot"], ["congest", "become or cause to become obstructed", "congest"], ["clog up", "become or cause to become obstructed", "clog up"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "clogging", "hint": "synonyms for clogging", "clues": [["clog", "dance a clog dance", "clog"], ["constipate", "impede with a clog or as if with a clog", "constipate"], ["choke off", "become or cause to become obstructed", "choke off"], ["foul", "become or cause to become obstructed", "foul"], ["back up", "become or cause to become obstructed", "back up"], ["overload", "fill to excess so that function is impaired", "overload"], ["clot", "coalesce or unite in a mass", "clot"], ["congest", "become or cause to become obstructed", "congest"], ["clog up", "become or cause to become obstructed", "clog up"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["shut down", "cease to operate or cause to cease operating", "shut down"], ["shut", "become closed", "shut"], ["close down", "cease to operate or cause to cease operating", "close down"], ["fold", "cease to operate or cause to cease operating", "fold"], ["conclude", "come to a close", "conclude"], ["fill up", "fill or stop up", "fill up"], ["close up", "unite or bring into contact or bring together the edges of", "close up"], ["come together", "come together, as if in an embrace", "come together"]]}, {"answer": "closed", "hint": "synonyms for closed", "clues": [["close", "fill or stop up", "close"], ["shut", "move so that an opening or passage is obstructed; make shut", "shut"], ["fill up", "fill or stop up", "fill up"], ["come together", "come together, as if in an embrace", "come together"], ["shut down", "cease to operate or cause to cease operating", "shut down"], ["close down", "cease to operate or cause to cease operating", "close down"], ["fold", "cease to operate or cause to cease operating", "fold"], ["conclude", "come to a close", "conclude"], ["close up", "unite or bring into contact or bring together the edges of", "close up"]]}, {"answer": "closing", "hint": "synonyms for closing", "clues": [["close", "fill or stop up", "close"], ["shut", "move so that an opening or passage is obstructed; make shut", "shut"], ["fill up", "fill or stop up", "fill up"], ["come together", "come together, as if in an embrace", "come together"], ["shut down", "cease to operate or cause to cease operating", "shut down"], ["close down", "cease to operate or cause to cease operating", "close down"], ["fold", "cease to operate or cause to cease operating", "fold"], ["conclude", "come to a close", "conclude"], ["close up", "unite or bring into contact or bring together the edges of", "close up"]]}, {"answer": "clothed", "hint": "synonyms for clothed", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["garment", "provide with clothes or put clothes on", "garment"], ["drape", "cover as if with clothing", "drape"], ["cloak", "cover as if with clothing", "cloak"], ["dress", "provide with clothes or put clothes on", "dress"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["invest", "furnish with power or authority; of kings or emperors", "invest"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["adorn", "furnish with power or authority; of kings or emperors", "adorn"], ["tog", "provide with clothes or put clothes on", "tog"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "clotted", "hint": "synonyms for clotted", "clues": [["clot", "turn into curds", "clot"], ["clabber", "turn into curds", "clabber"], ["coagulate", "change from a liquid to a thickened or solid state", "coagulate"], ["clog", "coalesce or unite in a mass", "clog"], ["curdle", "turn into curds", "curdle"]]}, {"answer": "clouded", "hint": "synonyms for clouded", "clues": [["mist", "make less visible or unclear", "mist"], ["cloud", "make less clear", "cloud"], ["overcast", "make overcast or cloudy", "overcast"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["befog", "make less visible or unclear", "befog"], ["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["obscure", "make less visible or unclear", "obscure"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["dapple", "colour with streaks or blotches of different shades", "dapple"], ["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["mottle", "colour with streaks or blotches of different shades", "mottle"], ["fog", "make less visible or unclear", "fog"]]}, {"answer": "cloven", "hint": "synonyms for cloven", "clues": [["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["adhere", "come or be in close contact with; stick or hold together and resist separation", "adhere"], ["cleave", "separate or cut with a tool, such as a sharp instrument", "cleave"], ["rive", "separate or cut with a tool, such as a sharp instrument", "rive"], ["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["stick", "come or be in close contact with; stick or hold together and resist separation", "stick"], ["split", "separate or cut with a tool, such as a sharp instrument", "split"]]}, {"answer": "clustered", "hint": "synonyms for clustered", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["bundle", "gather or cause to gather into a cluster", "bundle"], ["cluster", "come together as in a cluster or flock", "cluster"], ["flock", "come together as in a cluster or flock", "flock"], ["constellate", "come together as in a cluster or flock", "constellate"], ["bunch", "gather or cause to gather into a cluster", "bunch"]]}, {"answer": "coalesced", "hint": "synonyms for coalesced", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["coalesce", "fuse or cause to grow together", "coalesce"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "coalescing", "hint": "synonyms for coalescing", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["coalesce", "fuse or cause to grow together", "coalesce"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "coaxing", "hint": "synonyms for coaxing", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"]]}, {"answer": "cod", "hint": "synonyms for cod", "clues": [["gull", "fool or hoax", "gull"], ["twit", "harass with persistent criticism or carping", "twit"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["dupe", "fool or hoax", "dupe"], ["ride", "harass with persistent criticism or carping", "ride"], ["fool", "fool or hoax", "fool"], ["put one over", "fool or hoax", "put one over"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["put on", "fool or hoax", "put on"], ["befool", "fool or hoax", "befool"], ["tease", "harass with persistent criticism or carping", "tease"], ["put one across", "fool or hoax", "put one across"]]}, {"answer": "coiled", "hint": "synonyms for coiled", "clues": [["hand-build", "make without a potter's wheel", "hand-build"], ["coil", "wind around something in coils or loops", "coil"], ["spiral", "to wind or move in a spiral course", "spiral"], ["gyrate", "to wind or move in a spiral course", "gyrate"], ["loop", "wind around something in coils or loops", "loop"], ["curl", "wind around something in coils or loops", "curl"]]}, {"answer": "coiling", "hint": "synonyms for coiling", "clues": [["hand-build", "make without a potter's wheel", "hand-build"], ["coil", "wind around something in coils or loops", "coil"], ["spiral", "to wind or move in a spiral course", "spiral"], ["gyrate", "to wind or move in a spiral course", "gyrate"], ["loop", "wind around something in coils or loops", "loop"], ["curl", "wind around something in coils or loops", "curl"]]}, {"answer": "collect", "hint": "synonyms for collect", "clues": [["pull in", "get or bring together", "pull in"], ["call for", "gather or collect", "call for"], ["pick up", "gather or collect", "pick up"], ["pile up", "get or gather together", "pile up"], ["gather", "assemble or get together", "gather"], ["take in", "call for and obtain payment of", "take in"], ["garner", "assemble or get together", "garner"], ["pull together", "assemble or get together", "pull together"], ["roll up", "get or gather together", "roll up"], ["amass", "get or gather together", "amass"], ["compile", "get or gather together", "compile"], ["gather up", "gather or collect", "gather up"], ["accumulate", "get or gather together", "accumulate"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "collected", "hint": "synonyms for collected", "clues": [["call for", "gather or collect", "call for"], ["pick up", "gather or collect", "pick up"], ["pile up", "get or gather together", "pile up"], ["collect", "call for and obtain payment of", "collect"], ["take in", "call for and obtain payment of", "take in"], ["roll up", "get or gather together", "roll up"], ["gather up", "gather or collect", "gather up"], ["accumulate", "get or gather together", "accumulate"], ["pull in", "get or bring together", "pull in"], ["gather", "assemble or get together", "gather"], ["garner", "assemble or get together", "garner"], ["pull together", "assemble or get together", "pull together"], ["amass", "get or gather together", "amass"], ["compile", "get or gather together", "compile"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "color", "hint": "synonyms for color", "clues": [["colourise", "add color to", "colourise"], ["distort", "affect as in thought or feeling", "distort"], ["emblazon", "decorate with colors", "emblazon"], ["colour in", "add color to", "colour in"], ["colorize", "add color to", "colorize"], ["colour", "give a deceptive explanation or excuse for", "colour"], ["tinge", "affect as in thought or feeling", "tinge"], ["gloss", "give a deceptive explanation or excuse for", "gloss"], ["discolour", "change color, often in an undesired manner", "discolour"]]}, {"answer": "colored", "hint": "synonyms for colored", "clues": [["color", "affect as in thought or feeling", "color"], ["emblazon", "decorate with colors", "emblazon"], ["colourize", "add color to", "colourize"], ["colour in", "add color to", "colour in"], ["discolour", "change color, often in an undesired manner", "discolour"], ["tinge", "affect as in thought or feeling", "tinge"], ["colorise", "add color to", "colorise"], ["distort", "affect as in thought or feeling", "distort"], ["gloss", "give a deceptive explanation or excuse for", "gloss"]]}, {"answer": "colour", "hint": "synonyms for colour", "clues": [["colourise", "add color to", "colourise"], ["distort", "affect as in thought or feeling", "distort"], ["emblazon", "decorate with colors", "emblazon"], ["color", "affect as in thought or feeling", "color"], ["discolor", "change color, often in an undesired manner", "discolor"], ["colour in", "add color to", "colour in"], ["colorize", "add color to", "colorize"], ["tinge", "affect as in thought or feeling", "tinge"], ["gloss", "give a deceptive explanation or excuse for", "gloss"]]}, {"answer": "coloured", "hint": "synonyms for coloured", "clues": [["emblazon", "decorate with colors", "emblazon"], ["color", "affect as in thought or feeling", "color"], ["colourize", "add color to", "colourize"], ["colour in", "add color to", "colour in"], ["discolour", "change color, often in an undesired manner", "discolour"], ["tinge", "affect as in thought or feeling", "tinge"], ["colorise", "add color to", "colorise"], ["distort", "affect as in thought or feeling", "distort"], ["gloss", "give a deceptive explanation or excuse for", "gloss"]]}, {"answer": "combed", "hint": "synonyms for combed", "clues": [["comb", "search thoroughly", "comb"], ["ransack", "search thoroughly", "ransack"], ["comb out", "smoothen and neaten with or as with a comb", "comb out"], ["disentangle", "smoothen and neaten with or as with a comb", "disentangle"]]}, {"answer": "combined", "hint": "synonyms for combined", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["flux", "mix together different elements", "flux"], ["unite", "have or possess in combination", "unite"], ["meld", "mix together different elements", "meld"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["immix", "mix together different elements", "immix"], ["combine", "join for a common purpose or in a common action", "combine"], ["aggregate", "gather in a mass, sum, or whole", "aggregate"], ["merge", "mix together different elements", "merge"], ["commingle", "mix together different elements", "commingle"], ["compound", "combine so as to form a whole; mix", "compound"], ["blend", "mix together different elements", "blend"]]}, {"answer": "comforted", "hint": "synonyms for comforted", "clues": [["ease", "lessen pain or discomfort; alleviate", "ease"], ["comfort", "give moral or emotional strength to", "comfort"], ["soothe", "give moral or emotional strength to", "soothe"], ["solace", "give moral or emotional strength to", "solace"], ["console", "give moral or emotional strength to", "console"]]}, {"answer": "comforting", "hint": "synonyms for comforting", "clues": [["ease", "lessen pain or discomfort; alleviate", "ease"], ["comfort", "give moral or emotional strength to", "comfort"], ["soothe", "give moral or emotional strength to", "soothe"], ["solace", "give moral or emotional strength to", "solace"], ["console", "give moral or emotional strength to", "console"]]}, {"answer": "coming", "hint": "synonyms for coming", "clues": [["amount", "develop into", "amount"], ["arrive", "reach a destination; arrive by movement or progress", "arrive"], ["come", "have a certain priority", "come"], ["occur", "come to one's mind; suggest itself", "occur"], ["total", "add up in number or quantity", "total"], ["get", "reach a destination; arrive by movement or progress", "get"], ["hail", "be a native of", "hail"], ["get along", "proceed or get along", "get along"], ["follow", "to be the product or result", "follow"], ["make out", "proceed or get along", "make out"], ["do", "proceed or get along", "do"], ["fall", "come under, be classified or included", "fall"], ["derive", "come from; be connected by a relationship of blood, for example", "derive"], ["descend", "come from; be connected by a relationship of blood, for example", "descend"], ["number", "add up in number or quantity", "number"], ["come up", "move toward, travel toward something or somebody or approach something or somebody", "come up"], ["issue forth", "come forth", "issue forth"], ["add up", "add up in number or quantity", "add up"], ["fare", "proceed or get along", "fare"], ["come in", "be received", "come in"]]}, {"answer": "commanding", "hint": "synonyms for commanding", "clues": [["command", "be in command of", "command"], ["require", "make someone do something", "require"], ["dominate", "look down on", "dominate"], ["overlook", "look down on", "overlook"], ["overtop", "look down on", "overtop"], ["control", "exercise authoritative control or power over", "control"]]}, {"answer": "commemorating", "hint": "synonyms for commemorating", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["mark", "mark by some ceremony or observation", "mark"], ["record", "be or provide a memorial to a person or an event", "record"], ["immortalize", "be or provide a memorial to a person or an event", "immortalize"], ["memorialise", "be or provide a memorial to a person or an event", "memorialise"], ["remember", "call to remembrance; keep alive the memory of someone or something, as in a ceremony", "remember"]]}, {"answer": "committed", "hint": "synonyms for committed", "clues": [["commit", "perform an act, usually with a negative connotation", "commit"], ["confide", "confer a trust upon", "confide"], ["send", "cause to be admitted; of persons to an institution", "send"], ["pull", "perform an act, usually with a negative connotation", "pull"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["give", "give entirely to a specific person, activity, or cause", "give"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"], ["place", "make an investment", "place"], ["perpetrate", "perform an act, usually with a negative connotation", "perpetrate"], ["put", "make an investment", "put"], ["charge", "cause to be admitted; of persons to an institution", "charge"], ["trust", "confer a trust upon", "trust"], ["intrust", "confer a trust upon", "intrust"], ["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["invest", "make an investment", "invest"], ["practice", "engage in or perform", "practice"]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["bundle", "compress into a wad", "bundle"], ["pack together", "make more compact by or as if by pressing", "pack together"], ["pack", "have the property of being packable or of compacting easily", "pack"], ["squeeze", "squeeze or press together", "squeeze"], ["compress", "make more compact by or as if by pressing", "compress"], ["constrict", "squeeze or press together", "constrict"], ["wad", "compress into a wad", "wad"], ["press", "squeeze or press together", "press"], ["contract", "squeeze or press together", "contract"]]}, {"answer": "compassionate", "hint": "synonyms for compassionate", "clues": [["sympathize with", "share the suffering of", "sympathize with"], ["pity", "share the suffering of", "pity"], ["condole with", "share the suffering of", "condole with"], ["feel for", "share the suffering of", "feel for"]]}, {"answer": "compensated", "hint": "synonyms for compensated", "clues": [["make up", "do or give something to somebody in return", "make up"], ["compensate", "make reparations or amends for", "compensate"], ["pay off", "do or give something to somebody in return", "pay off"], ["recompense", "make amends for; pay compensation for", "recompense"], ["correct", "make reparations or amends for", "correct"], ["repair", "make amends for; pay compensation for", "repair"], ["pay", "do or give something to somebody in return", "pay"], ["remunerate", "make payment to; compensate", "remunerate"], ["cover", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "cover"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["indemnify", "make amends for; pay compensation for", "indemnify"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "overcompensate"], ["redress", "make reparations or amends for", "redress"], ["even up", "adjust for", "even up"], ["right", "make reparations or amends for", "right"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "complaining", "hint": "synonyms for complaining", "clues": [["kick", "express complaints, discontent, displeasure, or unhappiness", "kick"], ["quetch", "express complaints, discontent, displeasure, or unhappiness", "quetch"], ["complain", "express complaints, discontent, displeasure, or unhappiness", "complain"], ["sound off", "express complaints, discontent, displeasure, or unhappiness", "sound off"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness", "kvetch"], ["plain", "express complaints, discontent, displeasure, or unhappiness", "plain"]]}, {"answer": "complete", "hint": "synonyms for complete", "clues": [["finish", "come or bring to a finish or an end", "finish"], ["discharge", "complete or carry out", "discharge"], ["dispatch", "complete or carry out", "dispatch"], ["nail", "complete a pass", "nail"], ["fill out", "write all the required information onto a form", "fill out"], ["make out", "write all the required information onto a form", "make out"], ["fill in", "write all the required information onto a form", "fill in"]]}, {"answer": "completed", "hint": "synonyms for completed", "clues": [["finish", "come or bring to a finish or an end", "finish"], ["complete", "bring to a whole, with all the necessary parts or elements", "complete"], ["dispatch", "complete or carry out", "dispatch"], ["nail", "complete a pass", "nail"], ["discharge", "complete or carry out", "discharge"], ["fill out", "write all the required information onto a form", "fill out"], ["make out", "write all the required information onto a form", "make out"], ["fill in", "write all the required information onto a form", "fill in"]]}, {"answer": "completing", "hint": "synonyms for completing", "clues": [["finish", "come or bring to a finish or an end", "finish"], ["complete", "bring to a whole, with all the necessary parts or elements", "complete"], ["dispatch", "complete or carry out", "dispatch"], ["nail", "complete a pass", "nail"], ["discharge", "complete or carry out", "discharge"], ["fill out", "write all the required information onto a form", "fill out"], ["make out", "write all the required information onto a form", "make out"], ["fill in", "write all the required information onto a form", "fill in"]]}, {"answer": "complicated", "hint": "synonyms for complicated", "clues": [["complicate", "make more complex, intricate, or richer", "complicate"], ["perplex", "make more complicated", "perplex"], ["elaborate", "make more complex, intricate, or richer", "elaborate"], ["rarify", "make more complex, intricate, or richer", "rarify"], ["refine", "make more complex, intricate, or richer", "refine"]]}, {"answer": "composed", "hint": "synonyms for composed", "clues": [["compose", "produce a literary work", "compose"], ["indite", "produce a literary work", "indite"], ["draw up", "make up plans or basic details for", "draw up"], ["pen", "produce a literary work", "pen"], ["write", "produce a literary work", "write"], ["frame", "make up plans or basic details for", "frame"], ["compile", "put together out of existing material", "compile"]]}, {"answer": "compound", "hint": "synonyms for compound", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["combine", "combine so as to form a whole; mix", "combine"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"], ["intensify", "make more intense, stronger, or more marked; ,", "intensify"]]}, {"answer": "compounded", "hint": "synonyms for compounded", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["intensify", "make more intense, stronger, or more marked; ,", "intensify"], ["compound", "make more intense, stronger, or more marked; ,", "compound"], ["combine", "combine so as to form a whole; mix", "combine"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"]]}, {"answer": "comprehended", "hint": "synonyms for comprehended", "clues": [["grasp", "get the meaning of something", "grasp"], ["comprehend", "get the meaning of something", "comprehend"], ["compass", "get the meaning of something", "compass"], ["perceive", "to become aware of through the senses", "perceive"], ["apprehend", "get the meaning of something", "apprehend"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory", "embrace"], ["dig", "get the meaning of something", "dig"], ["savvy", "get the meaning of something", "savvy"], ["grok", "get the meaning of something", "grok"], ["cover", "include in scope; include as part of something broader; have as one's sphere or territory", "cover"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "compressed", "hint": "synonyms for compressed", "clues": [["pack together", "make more compact by or as if by pressing", "pack together"], ["compact", "make more compact by or as if by pressing", "compact"], ["squeeze", "squeeze or press together", "squeeze"], ["compress", "make more compact by or as if by pressing", "compress"], ["constrict", "squeeze or press together", "constrict"], ["press", "squeeze or press together", "press"], ["contract", "squeeze or press together", "contract"]]}, {"answer": "concealed", "hint": "synonyms for concealed", "clues": [["hide", "prevent from being seen or discovered", "hide"], ["hold back", "hold back; keep from being perceived by others", "hold back"], ["conceal", "prevent from being seen or discovered", "conceal"], ["hold in", "hold back; keep from being perceived by others", "hold in"]]}, {"answer": "concealing", "hint": "synonyms for concealing", "clues": [["hide", "prevent from being seen or discovered", "hide"], ["hold back", "hold back; keep from being perceived by others", "hold back"], ["conceal", "prevent from being seen or discovered", "conceal"], ["hold in", "hold back; keep from being perceived by others", "hold in"]]}, {"answer": "concentrated", "hint": "synonyms for concentrated", "clues": [["condense", "compress or concentrate", "condense"], ["concentrate", "make central", "concentrate"], ["focus", "direct one's attention on something", "focus"], ["contract", "compress or concentrate", "contract"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["centralize", "make central", "centralize"], ["reduce", "be cooked until very little liquid is left", "reduce"], ["boil down", "cook until very little liquid is left", "boil down"], ["centre", "direct one's attention on something", "centre"], ["rivet", "direct one's attention on something", "rivet"], ["digest", "make more concise", "digest"], ["decoct", "be cooked until very little liquid is left", "decoct"]]}, {"answer": "concerned", "hint": "synonyms for concerned", "clues": [["come to", "be relevant to", "come to"], ["have-to doe with", "be relevant to", "have-to doe with"], ["bear on", "be relevant to", "bear on"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["worry", "be on the mind of", "worry"], ["pertain", "be relevant to", "pertain"], ["concern", "be relevant to", "concern"], ["interest", "be on the mind of", "interest"], ["occupy", "be on the mind of", "occupy"], ["touch", "be relevant to", "touch"], ["refer", "be relevant to", "refer"]]}, {"answer": "concluded", "hint": "synonyms for concluded", "clues": [["conclude", "bring to a close", "conclude"], ["resolve", "reach a conclusion after a discussion or deliberation", "resolve"], ["reason out", "decide by reasoning; draw or come to a conclusion", "reason out"], ["close", "come to a close", "close"], ["reason", "decide by reasoning; draw or come to a conclusion", "reason"]]}, {"answer": "concluding", "hint": "synonyms for concluding", "clues": [["conclude", "bring to a close", "conclude"], ["resolve", "reach a conclusion after a discussion or deliberation", "resolve"], ["reason out", "decide by reasoning; draw or come to a conclusion", "reason out"], ["close", "come to a close", "close"], ["reason", "decide by reasoning; draw or come to a conclusion", "reason"]]}, {"answer": "concurring", "hint": "synonyms for concurring", "clues": [["concur", "be in accord; be in agreement", "concur"], ["concord", "be in accord; be in agreement", "concord"], ["agree", "be in accord; be in agreement", "agree"], ["coincide", "happen simultaneously", "coincide"], ["hold", "be in accord; be in agreement", "hold"]]}, {"answer": "condemning", "hint": "synonyms for condemning", "clues": [["decry", "express strong disapproval of", "decry"], ["condemn", "demonstrate the guilt of (someone)", "condemn"], ["objurgate", "express strong disapproval of", "objurgate"], ["doom", "pronounce a sentence on (somebody) in a court of law", "doom"], ["sentence", "pronounce a sentence on (somebody) in a court of law", "sentence"], ["reprobate", "express strong disapproval of", "reprobate"], ["excoriate", "express strong disapproval of", "excoriate"]]}, {"answer": "condescending", "hint": "synonyms for condescending", "clues": [["stoop", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "stoop"], ["condescend", "behave in a patronizing and condescending manner", "condescend"], ["patronize", "treat condescendingly", "patronize"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "lower oneself"], ["deign", "do something that one considers to be below one's dignity", "deign"], ["descend", "do something that one considers to be below one's dignity", "descend"]]}, {"answer": "conditioned", "hint": "synonyms for conditioned", "clues": [["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["condition", "put into a better state", "condition"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "specify"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "qualify"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"]]}, {"answer": "confiding", "hint": "synonyms for confiding", "clues": [["confide", "reveal in private; tell confidentially", "confide"], ["commit", "confer a trust upon", "commit"], ["intrust", "confer a trust upon", "intrust"], ["trust", "confer a trust upon", "trust"]]}, {"answer": "confined", "hint": "synonyms for confined", "clues": [["hold in", "close in; darkness enclosed him\"", "hold in"], ["throttle", "place limits on (extent or access)", "throttle"], ["circumscribe", "restrict or confine,", "circumscribe"], ["enclose", "close in; darkness enclosed him\"", "enclose"], ["confine", "deprive of freedom; take into confinement", "confine"], ["detain", "deprive of freedom; take into confinement", "detain"], ["limit", "place limits on (extent or access)", "limit"], ["bound", "place limits on (extent or access)", "bound"], ["restrict", "place limits on (extent or access)", "restrict"], ["restrain", "place limits on (extent or access)", "restrain"], ["hold", "to close within bounds, limit or hold back from movement", "hold"], ["trammel", "place limits on (extent or access)", "trammel"]]}, {"answer": "confining", "hint": "synonyms for confining", "clues": [["hold in", "close in; darkness enclosed him\"", "hold in"], ["throttle", "place limits on (extent or access)", "throttle"], ["circumscribe", "restrict or confine,", "circumscribe"], ["enclose", "close in; darkness enclosed him\"", "enclose"], ["confine", "deprive of freedom; take into confinement", "confine"], ["detain", "deprive of freedom; take into confinement", "detain"], ["limit", "place limits on (extent or access)", "limit"], ["bound", "place limits on (extent or access)", "bound"], ["restrict", "place limits on (extent or access)", "restrict"], ["restrain", "place limits on (extent or access)", "restrain"], ["hold", "to close within bounds, limit or hold back from movement", "hold"], ["trammel", "place limits on (extent or access)", "trammel"]]}, {"answer": "confirmed", "hint": "synonyms for confirmed", "clues": [["support", "establish or strengthen as with new evidence or facts", "support"], ["reassert", "strengthen or make more firm", "reassert"], ["confirm", "make more firm", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"]]}, {"answer": "confirming", "hint": "synonyms for confirming", "clues": [["support", "establish or strengthen as with new evidence or facts", "support"], ["reassert", "strengthen or make more firm", "reassert"], ["confirm", "make more firm", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"]]}, {"answer": "confiscate", "hint": "synonyms for confiscate", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["impound", "take temporary possession of as a security, by legal authority", "impound"], ["sequester", "take temporary possession of as a security, by legal authority", "sequester"], ["seize", "take temporary possession of as a security, by legal authority", "seize"]]}, {"answer": "conflicting", "hint": "synonyms for conflicting", "clues": [["contravene", "go against, as of rules and laws", "contravene"], ["conflict", "go against, as of rules and laws", "conflict"], ["run afoul", "go against, as of rules and laws", "run afoul"], ["infringe", "go against, as of rules and laws", "infringe"]]}, {"answer": "confounded", "hint": "synonyms for confounded", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["confound", "mistake one thing for another", "confound"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["confuse", "mistake one thing for another", "confuse"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "confounding", "hint": "synonyms for confounding", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["confound", "mistake one thing for another", "confound"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["confuse", "mistake one thing for another", "confuse"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "confused", "hint": "synonyms for confused", "clues": [["mix up", "assemble without order or sense", "mix up"], ["confuse", "assemble without order or sense", "confuse"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["put off", "cause to feel embarrassment", "put off"], ["obnubilate", "make unclear, indistinct, or blurred", "obnubilate"], ["jumble", "assemble without order or sense", "jumble"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["confound", "mistake one thing for another", "confound"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["obscure", "make unclear, indistinct, or blurred", "obscure"], ["disconcert", "cause to feel embarrassment", "disconcert"], ["flurry", "cause to feel embarrassment", "flurry"], ["blur", "make unclear, indistinct, or blurred", "blur"]]}, {"answer": "confusing", "hint": "synonyms for confusing", "clues": [["mix up", "assemble without order or sense", "mix up"], ["confuse", "assemble without order or sense", "confuse"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["put off", "cause to feel embarrassment", "put off"], ["obnubilate", "make unclear, indistinct, or blurred", "obnubilate"], ["jumble", "assemble without order or sense", "jumble"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["confound", "mistake one thing for another", "confound"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["obscure", "make unclear, indistinct, or blurred", "obscure"], ["disconcert", "cause to feel embarrassment", "disconcert"], ["flurry", "cause to feel embarrassment", "flurry"], ["blur", "make unclear, indistinct, or blurred", "blur"]]}, {"answer": "congested", "hint": "synonyms for congested", "clues": [["foul", "become or cause to become obstructed", "foul"], ["clog up", "become or cause to become obstructed", "clog up"], ["back up", "become or cause to become obstructed", "back up"], ["clog", "become or cause to become obstructed", "clog"], ["choke off", "become or cause to become obstructed", "choke off"], ["congest", "become or cause to become obstructed", "congest"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "conglomerate", "hint": "synonyms for conglomerate", "clues": [["pile up", "collect or gather", "pile up"], ["gather", "collect or gather", "gather"], ["cumulate", "collect or gather", "cumulate"], ["amass", "collect or gather", "amass"]]}, {"answer": "conjoined", "hint": "synonyms for conjoined", "clues": [["conjoin", "take in marriage", "conjoin"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["join", "make contact or come together", "join"], ["marry", "take in marriage", "marry"], ["wed", "take in marriage", "wed"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "connected", "hint": "synonyms for connected", "clues": [["connect", "land on or hit solidly", "connect"], ["tie", "connect, fasten, or put together two or more pieces", "tie"], ["touch base", "establish communication with someone", "touch base"], ["join", "be or become joined or united or linked", "join"], ["plug in", "plug into an outlet", "plug in"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["colligate", "make a logical or causal connection", "colligate"], ["unite", "be or become joined or united or linked", "unite"], ["link", "make a logical or causal connection", "link"], ["tie in", "make a logical or causal connection", "tie in"], ["relate", "make a logical or causal connection", "relate"], ["get in touch", "establish communication with someone", "get in touch"], ["associate", "make a logical or causal connection", "associate"]]}, {"answer": "consecrate", "hint": "synonyms for consecrate", "clues": [["hallow", "render holy by means of religious rites", "hallow"], ["order", "appoint to a clerical posts", "order"], ["sanctify", "render holy by means of religious rites", "sanctify"], ["bless", "render holy by means of religious rites", "bless"], ["ordain", "appoint to a clerical posts", "ordain"], ["vow", "dedicate to a deity by a vow", "vow"], ["ordinate", "appoint to a clerical posts", "ordinate"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["give", "give entirely to a specific person, activity, or cause", "give"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"]]}, {"answer": "consecrated", "hint": "synonyms for consecrated", "clues": [["consecrate", "appoint to a clerical posts", "consecrate"], ["hallow", "render holy by means of religious rites", "hallow"], ["order", "appoint to a clerical posts", "order"], ["sanctify", "render holy by means of religious rites", "sanctify"], ["bless", "render holy by means of religious rites", "bless"], ["ordain", "appoint to a clerical posts", "ordain"], ["vow", "dedicate to a deity by a vow", "vow"], ["ordinate", "appoint to a clerical posts", "ordinate"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["give", "give entirely to a specific person, activity, or cause", "give"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"]]}, {"answer": "conserved", "hint": "synonyms for conserved", "clues": [["husband", "use cautiously and frugally", "husband"], ["conserve", "preserve with sugar", "conserve"], ["economize", "use cautiously and frugally", "economize"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction", "maintain"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"]]}, {"answer": "considered", "hint": "synonyms for considered", "clues": [["think", "judge or regard; look upon; judge", "think"], ["consider", "look at carefully; study mentally", "consider"], ["regard", "deem to be", "regard"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["deal", "take into consideration for exemplifying purposes", "deal"], ["count", "show consideration for; take into account", "count"], ["weigh", "show consideration for; take into account", "weigh"], ["conceive", "judge or regard; look upon; judge", "conceive"], ["take", "take into consideration for exemplifying purposes", "take"], ["deliberate", "think about carefully; weigh", "deliberate"], ["view", "deem to be", "view"], ["see", "deem to be", "see"], ["reckon", "deem to be", "reckon"], ["study", "give careful consideration to", "study"], ["debate", "think about carefully; weigh", "debate"], ["turn over", "think about carefully; weigh", "turn over"], ["moot", "think about carefully; weigh", "moot"], ["believe", "judge or regard; look upon; judge", "believe"]]}, {"answer": "consoling", "hint": "synonyms for consoling", "clues": [["solace", "give moral or emotional strength to", "solace"], ["soothe", "give moral or emotional strength to", "soothe"], ["comfort", "give moral or emotional strength to", "comfort"], ["console", "give moral or emotional strength to", "console"]]}, {"answer": "constituted", "hint": "synonyms for constituted", "clues": [["make up", "form or compose", "make up"], ["appoint", "create and charge with a task or function", "appoint"], ["constitute", "form or compose", "constitute"], ["name", "create and charge with a task or function", "name"], ["make", "to compose or represent:", "make"], ["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["comprise", "form or compose", "comprise"], ["nominate", "create and charge with a task or function", "nominate"], ["plant", "set up or lay the groundwork for", "plant"], ["found", "set up or lay the groundwork for", "found"], ["form", "to compose or represent:", "form"], ["be", "form or compose", "be"], ["represent", "form or compose", "represent"]]}, {"answer": "constrained", "hint": "synonyms for constrained", "clues": [["encumber", "hold back", "encumber"], ["constrain", "restrict", "constrain"], ["restrain", "hold back", "restrain"], ["tighten up", "restrict", "tighten up"], ["tighten", "restrict", "tighten"], ["stiffen", "restrict", "stiffen"]]}, {"answer": "constraining", "hint": "synonyms for constraining", "clues": [["encumber", "hold back", "encumber"], ["constrain", "restrict", "constrain"], ["restrain", "hold back", "restrain"], ["tighten up", "restrict", "tighten up"], ["tighten", "restrict", "tighten"], ["stiffen", "restrict", "stiffen"]]}, {"answer": "constricted", "hint": "synonyms for constricted", "clues": [["constrict", "become tight or as if tight", "constrict"], ["squeeze", "squeeze or press together", "squeeze"], ["constringe", "become tight or as if tight", "constringe"], ["compact", "squeeze or press together", "compact"], ["press", "squeeze or press together", "press"], ["compress", "squeeze or press together", "compress"], ["narrow", "become tight or as if tight", "narrow"], ["contract", "squeeze or press together", "contract"]]}, {"answer": "constricting", "hint": "synonyms for constricting", "clues": [["constrict", "become tight or as if tight", "constrict"], ["squeeze", "squeeze or press together", "squeeze"], ["constringe", "become tight or as if tight", "constringe"], ["compact", "squeeze or press together", "compact"], ["press", "squeeze or press together", "press"], ["compress", "squeeze or press together", "compress"], ["narrow", "become tight or as if tight", "narrow"], ["contract", "squeeze or press together", "contract"]]}, {"answer": "consuming", "hint": "synonyms for consuming", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["consume", "engage fully", "consume"], ["have", "serve oneself to, or consume regularly", "have"], ["run through", "use up (resources or materials)", "run through"], ["eat", "use up (resources or materials)", "eat"], ["go through", "eat immoderately", "go through"], ["deplete", "use up (resources or materials)", "deplete"], ["devour", "eat immoderately", "devour"], ["squander", "spend extravagantly", "squander"], ["take in", "serve oneself to, or consume regularly", "take in"], ["waste", "spend extravagantly", "waste"], ["exhaust", "use up (resources or materials)", "exhaust"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["use up", "use up (resources or materials)", "use up"], ["eat up", "use up (resources or materials)", "eat up"], ["ware", "spend extravagantly", "ware"], ["take", "serve oneself to, or consume regularly", "take"], ["down", "eat immoderately", "down"]]}, {"answer": "contained", "hint": "synonyms for contained", "clues": [["bear", "contain or hold; have within", "bear"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["comprise", "include or contain; have as a component", "comprise"], ["hold", "contain or hold; have within", "hold"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["take", "be capable of holding or containing", "take"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["carry", "contain or hold; have within", "carry"], ["incorporate", "include or contain; have as a component", "incorporate"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"]]}, {"answer": "continued", "hint": "synonyms for continued", "clues": [["go forward", "move ahead; travel onward in time or space", "go forward"], ["continue", "continue after an interruption", "continue"], ["proceed", "move ahead; travel onward in time or space", "proceed"], ["stay", "continue in a place, position, or situation", "stay"], ["keep on", "allow to remain in a place or position or maintain a property or feature", "keep on"], ["remain", "continue in a place, position, or situation", "remain"], ["persist in", "do something repeatedly and showing no intention to stop", "persist in"], ["carry on", "continue talking; he continued,", "carry on"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last", "preserve"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["go on", "continue a certain state, condition, or activity", "go on"], ["extend", "span an interval of distance, space or time", "extend"], ["keep", "allow to remain in a place or position or maintain a property or feature", "keep"], ["cover", "span an interval of distance, space or time", "cover"], ["retain", "allow to remain in a place or position or maintain a property or feature", "retain"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["stay on", "continue in a place, position, or situation", "stay on"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "continuing", "hint": "synonyms for continuing", "clues": [["go forward", "move ahead; travel onward in time or space", "go forward"], ["continue", "continue after an interruption", "continue"], ["proceed", "move ahead; travel onward in time or space", "proceed"], ["stay", "continue in a place, position, or situation", "stay"], ["keep on", "allow to remain in a place or position or maintain a property or feature", "keep on"], ["remain", "continue in a place, position, or situation", "remain"], ["persist in", "do something repeatedly and showing no intention to stop", "persist in"], ["carry on", "continue talking; he continued,", "carry on"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last", "preserve"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["go on", "continue a certain state, condition, or activity", "go on"], ["extend", "span an interval of distance, space or time", "extend"], ["keep", "allow to remain in a place or position or maintain a property or feature", "keep"], ["cover", "span an interval of distance, space or time", "cover"], ["retain", "allow to remain in a place or position or maintain a property or feature", "retain"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["stay on", "continue in a place, position, or situation", "stay on"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "contorted", "hint": "synonyms for contorted", "clues": [["contort", "twist and press out of shape", "contort"], ["deform", "twist and press out of shape", "deform"], ["wring", "twist and press out of shape", "wring"], ["distort", "twist and press out of shape", "distort"]]}, {"answer": "contracted", "hint": "synonyms for contracted", "clues": [["contract", "engage by written agreement", "contract"], ["undertake", "enter into a contractual arrangement", "undertake"], ["sign", "engage by written agreement", "sign"], ["condense", "compress or concentrate", "condense"], ["constrict", "squeeze or press together", "constrict"], ["concentrate", "compress or concentrate", "concentrate"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["compact", "squeeze or press together", "compact"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["press", "squeeze or press together", "press"], ["sign up", "engage by written agreement", "sign up"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["take", "be stricken by an illness, fall victim to an illness", "take"], ["sign on", "engage by written agreement", "sign on"], ["squeeze", "squeeze or press together", "squeeze"], ["narrow", "make or become more narrow or restricted", "narrow"], ["shrink", "become smaller or draw together", "shrink"], ["get", "be stricken by an illness, fall victim to an illness", "get"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["compress", "squeeze or press together", "compress"], ["shorten", "reduce in scope while retaining essential elements", "shorten"]]}, {"answer": "contributing", "hint": "synonyms for contributing", "clues": [["impart", "bestow a quality on", "impart"], ["lend", "bestow a quality on", "lend"], ["conduce", "be conducive to", "conduce"], ["lead", "be conducive to", "lead"], ["contribute", "provide", "contribute"], ["add", "bestow a quality on", "add"], ["kick in", "contribute to some cause", "kick in"], ["chip in", "contribute to some cause", "chip in"], ["give", "contribute to some cause", "give"], ["bring", "bestow a quality on", "bring"], ["bestow", "bestow a quality on", "bestow"], ["put up", "provide", "put up"]]}, {"answer": "contrived", "hint": "synonyms for contrived", "clues": [["throw", "put or send forth", "throw"], ["plan", "make or work out a plan for; devise", "plan"], ["project", "make or work out a plan for; devise", "project"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["contrive", "make or work out a plan for; devise", "contrive"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["cast", "put or send forth", "cast"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"], ["design", "make or work out a plan for; devise", "design"]]}, {"answer": "controlled", "hint": "synonyms for controlled", "clues": [["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "control"], ["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "verify"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["master", "have a firm understanding or knowledge of; be on top of", "master"], ["see", "be careful or certain to do something; make certain of something", "see"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["command", "exercise authoritative control or power over", "command"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["operate", "handle and cause to function", "operate"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage", "keep in line"], ["manipulate", "control (others or oneself) or influence skillfully, usually to one's advantage", "manipulate"]]}, {"answer": "controlling", "hint": "synonyms for controlling", "clues": [["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "control"], ["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "verify"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["master", "have a firm understanding or knowledge of; be on top of", "master"], ["see", "be careful or certain to do something; make certain of something", "see"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["command", "exercise authoritative control or power over", "command"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["operate", "handle and cause to function", "operate"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage", "keep in line"], ["manipulate", "control (others or oneself) or influence skillfully, usually to one's advantage", "manipulate"]]}, {"answer": "converted", "hint": "synonyms for converted", "clues": [["win over", "make (someone) agree, understand, or realize the truth or validity of something", "win over"], ["convert", "make (someone) agree, understand, or realize the truth or validity of something", "convert"], ["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["change", "exchange or replace with another, usually of the same kind or category", "change"], ["change over", "change from one system to another or to a new plan or policy", "change over"], ["convince", "make (someone) agree, understand, or realize the truth or validity of something", "convince"]]}, {"answer": "convolute", "hint": "synonyms for convolute", "clues": [["convolve", "curl, wind, or twist together", "convolve"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"]]}, {"answer": "convoluted", "hint": "synonyms for convoluted", "clues": [["convolve", "curl, wind, or twist together", "convolve"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["convolute", "curl, wind, or twist together", "convolute"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"]]}, {"answer": "cooked", "hint": "synonyms for cooked", "clues": [["cook", "transform and make suitable for consumption by heating", "cook"], ["fix", "prepare for eating by applying heat", "fix"], ["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["ready", "prepare for eating by applying heat", "ready"], ["prepare", "prepare for eating by applying heat", "prepare"], ["fake", "tamper, with the purpose of deception", "fake"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["make", "prepare for eating by applying heat", "make"]]}, {"answer": "correct", "hint": "synonyms for correct", "clues": [["slump", "go down in value", "slump"], ["compensate", "make reparations or amends for", "compensate"], ["rectify", "make right or correct", "rectify"], ["objurgate", "censure severely", "objurgate"], ["castigate", "censure severely", "castigate"], ["right", "make right or correct", "right"], ["make up", "adjust for", "make up"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["set", "alter or regulate so as to achieve accuracy or conform to a standard", "set"], ["discipline", "punish in order to gain control or enforce obedience", "discipline"], ["redress", "make reparations or amends for", "redress"], ["sort out", "punish in order to gain control or enforce obedience", "sort out"], ["even up", "adjust for", "even up"], ["chasten", "censure severely", "chasten"], ["chastise", "censure severely", "chastise"], ["decline", "go down in value", "decline"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard", "adjust"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "corrected", "hint": "synonyms for corrected", "clues": [["slump", "go down in value", "slump"], ["compensate", "make reparations or amends for", "compensate"], ["correct", "censure severely", "correct"], ["rectify", "make right or correct", "rectify"], ["objurgate", "censure severely", "objurgate"], ["castigate", "censure severely", "castigate"], ["right", "make right or correct", "right"], ["make up", "adjust for", "make up"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["set", "alter or regulate so as to achieve accuracy or conform to a standard", "set"], ["discipline", "punish in order to gain control or enforce obedience", "discipline"], ["redress", "make reparations or amends for", "redress"], ["sort out", "punish in order to gain control or enforce obedience", "sort out"], ["even up", "adjust for", "even up"], ["chasten", "censure severely", "chasten"], ["chastise", "censure severely", "chastise"], ["decline", "go down in value", "decline"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard", "adjust"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "corresponding", "hint": "synonyms for corresponding", "clues": [["stand for", "take the place of or be parallel or equivalent to", "stand for"], ["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["correspond", "take the place of or be parallel or equivalent to", "correspond"], ["equate", "be equivalent or parallel, in mathematics", "equate"], ["represent", "take the place of or be parallel or equivalent to", "represent"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "corrupt", "hint": "synonyms for corrupt", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["bribe", "make illegal payments to in exchange for favors or influence", "bribe"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["grease one's palms", "make illegal payments to in exchange for favors or influence", "grease one's palms"], ["spoil", "alter from the original", "spoil"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["buy", "make illegal payments to in exchange for favors or influence", "buy"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["cloud", "place under suspicion or cast doubt upon", "cloud"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "corrupted", "hint": "synonyms for corrupted", "clues": [["grease one's palms", "make illegal payments to in exchange for favors or influence", "grease one's palms"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["cloud", "place under suspicion or cast doubt upon", "cloud"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["buy", "make illegal payments to in exchange for favors or influence", "buy"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["bribe", "make illegal payments to in exchange for favors or influence", "bribe"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["corrupt", "alter from the original", "corrupt"], ["spoil", "alter from the original", "spoil"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "corrupting", "hint": "synonyms for corrupting", "clues": [["grease one's palms", "make illegal payments to in exchange for favors or influence", "grease one's palms"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["cloud", "place under suspicion or cast doubt upon", "cloud"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["buy", "make illegal payments to in exchange for favors or influence", "buy"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["bribe", "make illegal payments to in exchange for favors or influence", "bribe"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["corrupt", "alter from the original", "corrupt"], ["spoil", "alter from the original", "spoil"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "counterbalanced", "hint": "synonyms for counterbalanced", "clues": [["counterbalance", "oppose and mitigate the effects of by contrary actions", "counterbalance"], ["oppose", "contrast with equal weight or force", "oppose"], ["even up", "adjust for", "even up"], ["make up", "adjust for", "make up"], ["compensate", "adjust for", "compensate"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["correct", "adjust for", "correct"], ["counteract", "oppose and mitigate the effects of by contrary actions", "counteract"], ["neutralize", "oppose and mitigate the effects of by contrary actions", "neutralize"], ["countervail", "oppose and mitigate the effects of by contrary actions", "countervail"]]}, {"answer": "coupled", "hint": "synonyms for coupled", "clues": [["pair", "form a pair or pairs", "pair"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["pair off", "form a pair or pairs", "pair off"], ["twin", "bring two objects, ideas, or people together", "twin"], ["couple on", "link together", "couple on"], ["couple up", "link together", "couple up"], ["copulate", "engage in sexual intercourse", "copulate"], ["partner off", "form a pair or pairs", "partner off"]]}, {"answer": "covered", "hint": "synonyms for covered", "clues": [["cover", "maintain a check on; especially by patrolling", "cover"], ["cover up", "hide from view or knowledge", "cover up"], ["report", "be responsible for reporting the details of, as in journalism", "report"], ["brood", "sit on (eggs)", "brood"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory", "comprehend"], ["hatch", "sit on (eggs)", "hatch"], ["wrap up", "clothe, as if for protection from the elements", "wrap up"], ["extend", "span an interval of distance, space or time", "extend"], ["address", "act on verbally or in some form of artistic expression", "address"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["shroud", "cover as if with a shroud", "shroud"], ["pass over", "travel across or pass over", "pass over"], ["overlay", "put something on top of something else", "overlay"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["traverse", "travel across or pass over", "traverse"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory", "embrace"], ["get over", "travel across or pass over", "get over"], ["insure", "protect by insurance", "insure"], ["cross", "travel across or pass over", "cross"], ["continue", "span an interval of distance, space or time", "continue"], ["underwrite", "protect by insurance", "underwrite"], ["cut through", "travel across or pass over", "cut through"], ["incubate", "sit on (eggs)", "incubate"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "overcompensate"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["compensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "compensate"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory", "encompass"], ["spread over", "form a cover over", "spread over"], ["breed", "copulate with a female, used especially of horses", "breed"], ["hide", "cover as if with a shroud", "hide"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "crabbed", "hint": "synonyms for crabbed", "clues": [["bitch", "complain", "bitch"], ["squawk", "complain", "squawk"], ["holler", "complain", "holler"], ["gripe", "complain", "gripe"], ["crab", "complain", "crab"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["grouse", "complain", "grouse"]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["break through", "pass through (a barrier)", "break through"], ["crack up", "suffer a nervous breakdown", "crack up"], ["check", "become fractured; break or crack on the surface only", "check"], ["snap", "make a sharp sound", "snap"], ["break", "become fractured; break or crack on the surface only", "break"], ["collapse", "suffer a nervous breakdown", "collapse"], ["break up", "suffer a nervous breakdown", "break up"]]}, {"answer": "cracked", "hint": "synonyms for cracked", "clues": [["crack", "reduce (petroleum) to a simpler compound by cracking", "crack"], ["crack up", "suffer a nervous breakdown", "crack up"], ["snap", "break suddenly and abruptly, as under tension", "snap"], ["break through", "pass through (a barrier)", "break through"], ["check", "become fractured; break or crack on the surface only", "check"], ["break", "become fractured; break or crack on the surface only", "break"], ["break up", "suffer a nervous breakdown", "break up"], ["collapse", "suffer a nervous breakdown", "collapse"]]}, {"answer": "cracking", "hint": "synonyms for cracking", "clues": [["crack", "reduce (petroleum) to a simpler compound by cracking", "crack"], ["crack up", "suffer a nervous breakdown", "crack up"], ["snap", "break suddenly and abruptly, as under tension", "snap"], ["break through", "pass through (a barrier)", "break through"], ["check", "become fractured; break or crack on the surface only", "check"], ["break", "become fractured; break or crack on the surface only", "break"], ["break up", "suffer a nervous breakdown", "break up"], ["collapse", "suffer a nervous breakdown", "collapse"]]}, {"answer": "cramped", "hint": "synonyms for cramped", "clues": [["hamper", "prevent the progress or free movement of", "hamper"], ["cramp", "prevent the progress or free movement of", "cramp"], ["strangle", "prevent the progress or free movement of", "strangle"], ["halter", "prevent the progress or free movement of", "halter"]]}, {"answer": "crashing", "hint": "synonyms for crashing", "clues": [["doss down", "sleep in a convenient place", "doss down"], ["doss", "sleep in a convenient place", "doss"], ["crash", "move violently as through a barrier", "crash"], ["break apart", "break violently or noisily; smash", "break apart"], ["dash", "hurl or thrust violently", "dash"], ["ram", "undergo damage or destruction on impact", "ram"], ["gate-crash", "enter uninvited; informal", "gate-crash"], ["break up", "break violently or noisily; smash", "break up"], ["go down", "stop operating", "go down"], ["barge in", "enter uninvited; informal", "barge in"]]}, {"answer": "craved", "hint": "synonyms for craved", "clues": [["hunger", "have a craving, appetite, or great desire for", "hunger"], ["crave", "plead or ask for earnestly", "crave"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["lust", "have a craving, appetite, or great desire for", "lust"], ["starve", "have a craving, appetite, or great desire for", "starve"]]}, {"answer": "cringing", "hint": "synonyms for cringing", "clues": [["quail", "draw back, as with fear or pain", "quail"], ["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["fawn", "show submission or fear", "fawn"], ["cower", "show submission or fear", "cower"], ["cringe", "draw back, as with fear or pain", "cringe"], ["wince", "draw back, as with fear or pain", "wince"], ["shrink", "draw back, as with fear or pain", "shrink"], ["flinch", "draw back, as with fear or pain", "flinch"], ["squinch", "draw back, as with fear or pain", "squinch"], ["creep", "show submission or fear", "creep"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "crinkled", "hint": "synonyms for crinkled", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["rumple", "become wrinkled or crumpled or creased", "rumple"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch up"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch"]]}, {"answer": "crisp", "hint": "synonyms for crisp", "clues": [["crispen", "make brown and crisp by heating", "crispen"], ["toast", "make brown and crisp by heating", "toast"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["wrinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "wrinkle"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch up"]]}, {"answer": "cropped", "hint": "synonyms for cropped", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["graze", "let feed in a field or pasture or meadow", "graze"], ["work", "prepare for crops", "work"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["cultivate", "prepare for crops", "cultivate"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["range", "feed as in a meadow or pasture", "range"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["browse", "feed as in a meadow or pasture", "browse"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["get over", "travel across or pass over", "get over"], ["intersect", "meet at a point", "intersect"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"], ["sweep", "to cover or extend over an area or time period; ,", "sweep"], ["traverse", "to cover or extend over an area or time period; ,", "traverse"], ["get across", "travel across or pass over", "get across"], ["hybridize", "breed animals or plants using parents of different races and varieties", "hybridize"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["cut through", "travel across or pass over", "cut through"], ["cover", "travel across or pass over", "cover"], ["pass over", "travel across or pass over", "pass over"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["span", "to cover or extend over an area or time period; ,", "span"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "crossbred", "hint": "synonyms for crossbred", "clues": [["cross", "breed animals or plants using parents of different races and varieties", "cross"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["hybridise", "breed animals or plants using parents of different races and varieties", "hybridise"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"]]}, {"answer": "crossed", "hint": "synonyms for crossed", "clues": [["get over", "travel across or pass over", "get over"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["intersect", "meet at a point", "intersect"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"], ["sweep", "to cover or extend over an area or time period; ,", "sweep"], ["traverse", "to cover or extend over an area or time period; ,", "traverse"], ["hybridize", "breed animals or plants using parents of different races and varieties", "hybridize"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"], ["cut through", "travel across or pass over", "cut through"], ["pass over", "travel across or pass over", "pass over"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["span", "to cover or extend over an area or time period; ,", "span"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["cover", "travel across or pass over", "cover"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "crowded", "hint": "synonyms for crowded", "clues": [["crowd", "approach a certain age or speed", "crowd"], ["push", "approach a certain age or speed", "push"], ["crowd together", "to gather together in large numbers", "crowd together"], ["herd", "cause to herd, drive, or crowd together", "herd"]]}, {"answer": "crumpled", "hint": "synonyms for crumpled", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["rumple", "become wrinkled or crumpled or creased", "rumple"], ["collapse", "fall apart", "collapse"], ["crumble", "fall apart", "crumble"], ["break down", "fall apart", "break down"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["buckle", "fold or collapse", "buckle"], ["knit", "to gather something into small wrinkles or folds", "knit"], ["crease", "become wrinkled or crumpled or creased", "crease"], ["pucker", "to gather something into small wrinkles or folds", "pucker"], ["tumble", "fall apart", "tumble"]]}, {"answer": "crushed", "hint": "synonyms for crushed", "clues": [["mash", "to compress with violence, out of natural shape or condition", "mash"], ["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["suppress", "come down on or keep down by unjust use of one's authority", "suppress"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["crush", "to compress with violence, out of natural shape or condition", "crush"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["jam", "crush or bruise", "jam"], ["demolish", "humiliate or depress completely", "demolish"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["oppress", "come down on or keep down by unjust use of one's authority", "oppress"], ["break down", "make ineffective", "break down"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"], ["trounce", "come out better in a competition, race, or conflict", "trounce"]]}, {"answer": "crushing", "hint": "synonyms for crushing", "clues": [["mash", "to compress with violence, out of natural shape or condition", "mash"], ["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["suppress", "come down on or keep down by unjust use of one's authority", "suppress"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["crush", "to compress with violence, out of natural shape or condition", "crush"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["jam", "crush or bruise", "jam"], ["demolish", "humiliate or depress completely", "demolish"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["oppress", "come down on or keep down by unjust use of one's authority", "oppress"], ["break down", "make ineffective", "break down"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"], ["trounce", "come out better in a competition, race, or conflict", "trounce"]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["cry", "demand immediate action", "cry"], ["call", "utter a sudden loud cry", "call"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"], ["hollo", "utter a sudden loud cry", "hollo"], ["weep", "shed tears because of sadness, rage, or pain", "weep"], ["squall", "utter a sudden loud cry", "squall"], ["yell", "utter a sudden loud cry", "yell"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["shout out", "utter a sudden loud cry", "shout out"], ["scream", "utter a sudden loud cry", "scream"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["blazon out", "proclaim or announce in public", "blazon out"], ["holler", "utter a sudden loud cry", "holler"]]}, {"answer": "crystalised", "hint": "synonyms for crystalised", "clues": [["crystalise", "assume crystalline form; become crystallized", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["effloresce", "assume crystalline form; become crystallized", "effloresce"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "crystalized", "hint": "synonyms for crystalized", "clues": [["crystalise", "assume crystalline form; become crystallized", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["effloresce", "assume crystalline form; become crystallized", "effloresce"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "crystallised", "hint": "synonyms for crystallised", "clues": [["crystalize", "cause to take on a definite and clear shape", "crystalize"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "crystallized", "hint": "synonyms for crystallized", "clues": [["crystalise", "assume crystalline form; become crystallized", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["effloresce", "assume crystalline form; become crystallized", "effloresce"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "cultivated", "hint": "synonyms for cultivated", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["cultivate", "foster the growth of", "cultivate"], ["work", "prepare for crops", "work"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"], ["crop", "prepare for crops", "crop"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment", "naturalize"], ["school", "teach or refine to be discriminative in taste or judgment", "school"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"]]}, {"answer": "curled", "hint": "synonyms for curled", "clues": [["kink", "form a curl, curve, or kink", "kink"], ["coil", "wind around something in coils or loops", "coil"], ["draw in", "shape one's body into a curl", "draw in"], ["curl", "play the Scottish game of curling", "curl"], ["curve", "form a curl, curve, or kink", "curve"], ["loop", "wind around something in coils or loops", "loop"], ["curl up", "shape one's body into a curl", "curl up"], ["wave", "twist or roll into coils or ringlets", "wave"]]}, {"answer": "curling", "hint": "synonyms for curling", "clues": [["kink", "form a curl, curve, or kink", "kink"], ["coil", "wind around something in coils or loops", "coil"], ["draw in", "shape one's body into a curl", "draw in"], ["curl", "play the Scottish game of curling", "curl"], ["curve", "form a curl, curve, or kink", "curve"], ["loop", "wind around something in coils or loops", "loop"], ["curl up", "shape one's body into a curl", "curl up"], ["wave", "twist or roll into coils or ringlets", "wave"]]}, {"answer": "cursed", "hint": "synonyms for cursed", "clues": [["curse", "exclude from a church or a religious community", "curse"], ["excommunicate", "exclude from a church or a religious community", "excommunicate"], ["maledict", "wish harm upon; invoke evil upon", "maledict"], ["swear", "utter obscenities or profanities", "swear"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["unchurch", "exclude from a church or a religious community", "unchurch"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["anathemise", "wish harm upon; invoke evil upon", "anathemise"], ["cuss", "utter obscenities or profanities", "cuss"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "curst", "hint": "synonyms for curst", "clues": [["curse", "exclude from a church or a religious community", "curse"], ["excommunicate", "exclude from a church or a religious community", "excommunicate"], ["maledict", "wish harm upon; invoke evil upon", "maledict"], ["swear", "utter obscenities or profanities", "swear"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["unchurch", "exclude from a church or a religious community", "unchurch"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["anathemise", "wish harm upon; invoke evil upon", "anathemise"], ["cuss", "utter obscenities or profanities", "cuss"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "curved", "hint": "synonyms for curved", "clues": [["kink", "form a curl, curve, or kink", "kink"], ["curve", "form an arch or curve", "curve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["wind", "extend in curves and turns", "wind"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["slue", "turn sharply; change direction abruptly", "slue"], ["arch", "form an arch or curve", "arch"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["twist", "extend in curves and turns", "twist"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curl", "form a curl, curve, or kink", "curl"], ["cut", "turn sharply; change direction abruptly", "cut"], ["trend", "turn sharply; change direction abruptly", "trend"], ["crook", "bend or cause to bend", "crook"]]}, {"answer": "curving", "hint": "synonyms for curving", "clues": [["kink", "form a curl, curve, or kink", "kink"], ["curve", "form an arch or curve", "curve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["wind", "extend in curves and turns", "wind"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["slue", "turn sharply; change direction abruptly", "slue"], ["arch", "form an arch or curve", "arch"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["twist", "extend in curves and turns", "twist"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curl", "form a curl, curve, or kink", "curl"], ["cut", "turn sharply; change direction abruptly", "cut"], ["trend", "turn sharply; change direction abruptly", "trend"], ["crook", "bend or cause to bend", "crook"]]}, {"answer": "cussed", "hint": "synonyms for cussed", "clues": [["swear", "utter obscenities or profanities", "swear"], ["curse", "utter obscenities or profanities", "curse"], ["cuss", "utter obscenities or profanities", "cuss"], ["imprecate", "utter obscenities or profanities", "imprecate"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["skip", "intentionally fail to attend", "skip"], ["cut back", "cut down on; make a reduction in", "cut back"], ["write out", "make out and issue", "write out"], ["turn off", "cause to stop operating by disengaging a switch", "turn off"], ["burn", "create by duplicating data", "burn"], ["slew", "turn sharply; change direction abruptly", "slew"], ["issue", "make out and issue", "issue"], ["cut off", "cease, stop", "cut off"], ["trim back", "cut down on; make a reduction in", "trim back"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["turn out", "cause to stop operating by disengaging a switch", "turn out"], ["cut down", "cut down on; make a reduction in", "cut down"], ["make out", "make out and issue", "make out"], ["prune", "weed out unwanted or unnecessary things", "prune"], ["bring down", "cut down on; make a reduction in", "bring down"], ["veer", "turn sharply; change direction abruptly", "veer"], ["rationalize", "weed out unwanted or unnecessary things", "rationalize"], ["edit out", "cut and assemble the components of", "edit out"], ["hack", "be able to manage or manage successfully", "hack"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["edit", "cut and assemble the components of", "edit"], ["thin", "lessen the strength or flavor of a solution or mixture", "thin"], ["trim down", "cut down on; make a reduction in", "trim down"], ["trend", "turn sharply; change direction abruptly", "trend"], ["reduce", "lessen the strength or flavor of a solution or mixture", "reduce"], ["switch off", "cause to stop operating by disengaging a switch", "switch off"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["curve", "turn sharply; change direction abruptly", "curve"], ["disregard", "refuse to acknowledge", "disregard"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["trim", "cut down on; make a reduction in", "trim"], ["slue", "turn sharply; change direction abruptly", "slue"], ["snub", "refuse to acknowledge", "snub"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["geld", "cut off the testicles (of male animals such as horses)", "geld"], ["tailor", "style and tailor in a certain fashion", "tailor"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["ignore", "refuse to acknowledge", "ignore"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "cut_off", "hint": "synonyms for cut off", "clues": [["cut", "cease, stop", "cut"], ["disrupt", "make a break in", "disrupt"], ["break up", "make a break in", "break up"], ["chip", "break a small piece off from", "chip"], ["chop off", "remove by or as if by cutting", "chop off"], ["knap", "break a small piece off from", "knap"], ["interrupt", "make a break in", "interrupt"], ["cut out", "cut off and stop", "cut out"], ["lop off", "remove by or as if by cutting", "lop off"], ["amputate", "remove surgically", "amputate"], ["break off", "break a small piece off from", "break off"]]}, {"answer": "cut_up", "hint": "synonyms for cut up", "clues": [["mutilate", "destroy or injure severely", "mutilate"], ["compartmentalize", "separate into isolated compartments or categories", "compartmentalize"], ["mangle", "destroy or injure severely", "mangle"], ["hack", "significantly cut up a manuscript", "hack"], ["carve", "cut to pieces", "carve"]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["turn off", "cause to stop operating by disengaging a switch", "turn off"], ["cut", "make an incision or separation", "cut"], ["slew", "turn sharply; change direction abruptly", "slew"], ["issue", "make out and issue", "issue"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["make out", "make out and issue", "make out"], ["prune", "weed out unwanted or unnecessary things", "prune"], ["rationalize", "weed out unwanted or unnecessary things", "rationalize"], ["edit out", "cut and assemble the components of", "edit out"], ["hack", "be able to manage or manage successfully", "hack"], ["thin", "lessen the strength or flavor of a solution or mixture", "thin"], ["trim down", "cut down on; make a reduction in", "trim down"], ["reduce", "lessen the strength or flavor of a solution or mixture", "reduce"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["curve", "turn sharply; change direction abruptly", "curve"], ["disregard", "refuse to acknowledge", "disregard"], ["slue", "turn sharply; change direction abruptly", "slue"], ["snub", "refuse to acknowledge", "snub"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["geld", "cut off the testicles (of male animals such as horses)", "geld"], ["ignore", "refuse to acknowledge", "ignore"], ["skip", "intentionally fail to attend", "skip"], ["cut back", "cut down on; make a reduction in", "cut back"], ["write out", "make out and issue", "write out"], ["burn", "create by duplicating data", "burn"], ["cut off", "cease, stop", "cut off"], ["trim back", "cut down on; make a reduction in", "trim back"], ["turn out", "cause to stop operating by disengaging a switch", "turn out"], ["cut down", "cut down on; make a reduction in", "cut down"], ["bring down", "cut down on; make a reduction in", "bring down"], ["veer", "turn sharply; change direction abruptly", "veer"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["edit", "cut and assemble the components of", "edit"], ["trend", "turn sharply; change direction abruptly", "trend"], ["switch off", "cause to stop operating by disengaging a switch", "switch off"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["trim", "cut down on; make a reduction in", "trim"], ["tailor", "style and tailor in a certain fashion", "tailor"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "dabbled", "hint": "synonyms for dabbled", "clues": [["dabble", "dip a foot or hand briefly into a liquid", "dabble"], ["splash around", "play in or as if in water, as of small children", "splash around"], ["smatter", "work with in an amateurish manner", "smatter"], ["play around", "work with in an amateurish manner", "play around"], ["paddle", "play in or as if in water, as of small children", "paddle"]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["maledict", "wish harm upon; invoke evil upon", "maledict"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"]]}, {"answer": "damned", "hint": "synonyms for damned", "clues": [["maledict", "wish harm upon; invoke evil upon", "maledict"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"]]}, {"answer": "damning", "hint": "synonyms for damning", "clues": [["maledict", "wish harm upon; invoke evil upon", "maledict"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"]]}, {"answer": "damp", "hint": "synonyms for damp", "clues": [["dampen", "lessen in force or effect", "dampen"], ["deaden", "make vague or obscure or make (an image) less visible", "deaden"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["break", "lessen in force or effect", "break"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"], ["weaken", "lessen in force or effect", "weaken"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["dare", "to be courageous enough to try or do something; ,", "dare"], ["make bold", "take upon oneself; act presumptuously, without permission", "make bold"], ["presume", "take upon oneself; act presumptuously, without permission", "presume"], ["defy", "challenge", "defy"]]}, {"answer": "dashed", "hint": "synonyms for dashed", "clues": [["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["shoot", "run or move very quickly or hastily", "shoot"], ["pall", "cause to lose courage", "pall"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["smash", "break into pieces, as by striking or knocking over", "smash"], ["scoot", "run or move very quickly or hastily", "scoot"], ["frighten away", "cause to lose courage", "frighten away"], ["scare away", "cause to lose courage", "scare away"], ["scud", "run or move very quickly or hastily", "scud"], ["frighten off", "cause to lose courage", "frighten off"], ["scare off", "cause to lose courage", "scare off"], ["crash", "hurl or thrust violently", "crash"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "dashing", "hint": "synonyms for dashing", "clues": [["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["shoot", "run or move very quickly or hastily", "shoot"], ["pall", "cause to lose courage", "pall"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["smash", "break into pieces, as by striking or knocking over", "smash"], ["scoot", "run or move very quickly or hastily", "scoot"], ["frighten away", "cause to lose courage", "frighten away"], ["scare away", "cause to lose courage", "scare away"], ["scud", "run or move very quickly or hastily", "scud"], ["frighten off", "cause to lose courage", "frighten off"], ["scare off", "cause to lose courage", "scare off"], ["crash", "hurl or thrust violently", "crash"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "dated", "hint": "synonyms for dated", "clues": [["date", "go on a date with", "date"], ["go steady", "date regularly; have a steady relationship with", "go steady"], ["date stamp", "stamp with a date", "date stamp"], ["see", "date regularly; have a steady relationship with", "see"], ["go out", "date regularly; have a steady relationship with", "go out"]]}, {"answer": "daunted", "hint": "synonyms for daunted", "clues": [["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["scare away", "cause to lose courage", "scare away"], ["frighten off", "cause to lose courage", "frighten off"], ["scare off", "cause to lose courage", "scare off"], ["pall", "cause to lose courage", "pall"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "daunting", "hint": "synonyms for daunting", "clues": [["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["scare away", "cause to lose courage", "scare away"], ["frighten off", "cause to lose courage", "frighten off"], ["scare off", "cause to lose courage", "scare off"], ["pall", "cause to lose courage", "pall"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "deadened", "hint": "synonyms for deadened", "clues": [["blunt", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation", "blunt"], ["deaden", "make vapid or deprive of spirit", "deaden"], ["damp", "make vague or obscure or make (an image) less visible", "damp"], ["girdle", "cut a girdle around so as to kill by interrupting the circulation of water and nutrients", "girdle"], ["dampen", "make vague or obscure or make (an image) less visible", "dampen"]]}, {"answer": "deadening", "hint": "synonyms for deadening", "clues": [["blunt", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation", "blunt"], ["deaden", "make vapid or deprive of spirit", "deaden"], ["damp", "make vague or obscure or make (an image) less visible", "damp"], ["girdle", "cut a girdle around so as to kill by interrupting the circulation of water and nutrients", "girdle"], ["dampen", "make vague or obscure or make (an image) less visible", "dampen"]]}, {"answer": "debased", "hint": "synonyms for debased", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["alloy", "lower in value by increasing the base-metal content", "alloy"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["debase", "lower in value by increasing the base-metal content", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"]]}, {"answer": "debasing", "hint": "synonyms for debasing", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["alloy", "lower in value by increasing the base-metal content", "alloy"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["debase", "lower in value by increasing the base-metal content", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"]]}, {"answer": "debauched", "hint": "synonyms for debauched", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "decayed", "hint": "synonyms for decayed", "clues": [["decay", "undergo decay or decomposition", "decay"], ["disintegrate", "lose a stored charge, magnetic flux, or current", "disintegrate"], ["decompose", "lose a stored charge, magnetic flux, or current", "decompose"], ["crumble", "fall into decay or ruin", "crumble"], ["dilapidate", "fall into decay or ruin", "dilapidate"]]}, {"answer": "deceased", "hint": "synonyms for deceased", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "decided", "hint": "synonyms for decided", "clues": [["resolve", "bring to an end; settle conclusively", "resolve"], ["decide", "reach, make, or come to a decision about something", "decide"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["make up one's mind", "reach, make, or come to a decision about something", "make up one's mind"], ["settle", "bring to an end; settle conclusively", "settle"], ["determine", "reach, make, or come to a decision about something", "determine"]]}, {"answer": "deciding", "hint": "synonyms for deciding", "clues": [["resolve", "bring to an end; settle conclusively", "resolve"], ["decide", "reach, make, or come to a decision about something", "decide"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["make up one's mind", "reach, make, or come to a decision about something", "make up one's mind"], ["settle", "bring to an end; settle conclusively", "settle"], ["determine", "reach, make, or come to a decision about something", "determine"]]}, {"answer": "deciphered", "hint": "synonyms for deciphered", "clues": [["decipher", "convert code into ordinary language", "decipher"], ["decrypt", "convert code into ordinary language", "decrypt"], ["decode", "convert code into ordinary language", "decode"], ["trace", "read with difficulty", "trace"]]}, {"answer": "declared", "hint": "synonyms for declared", "clues": [["declare", "designate (a trump suit or no-trump) with the final bid of a hand", "declare"], ["adjudge", "declare to be", "adjudge"], ["announce", "announce publicly or officially", "announce"], ["hold", "declare to be", "hold"]]}, {"answer": "decorated", "hint": "synonyms for decorated", "clues": [["decorate", "be beautiful to look at", "decorate"], ["adorn", "make more attractive by adding ornament, colour, etc.", "adorn"], ["ornament", "make more attractive by adding ornament, colour, etc.", "ornament"], ["beautify", "make more attractive by adding ornament, colour, etc.", "beautify"], ["embellish", "make more attractive by adding ornament, colour, etc.", "embellish"], ["dress", "provide with decoration", "dress"], ["grace", "make more attractive by adding ornament, colour, etc.", "grace"], ["deck", "be beautiful to look at", "deck"]]}, {"answer": "decreased", "hint": "synonyms for decreased", "clues": [["decrease", "decrease in size, extent, or range", "decrease"], ["minify", "make smaller", "minify"], ["lessen", "decrease in size, extent, or range", "lessen"], ["diminish", "decrease in size, extent, or range", "diminish"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "decreasing", "hint": "synonyms for decreasing", "clues": [["decrease", "decrease in size, extent, or range", "decrease"], ["minify", "make smaller", "minify"], ["lessen", "decrease in size, extent, or range", "lessen"], ["diminish", "decrease in size, extent, or range", "diminish"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "dedicated", "hint": "synonyms for dedicated", "clues": [["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["dedicate", "inscribe or address by way of compliment", "dedicate"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["give", "give entirely to a specific person, activity, or cause", "give"], ["commit", "give entirely to a specific person, activity, or cause", "commit"]]}, {"answer": "deepening", "hint": "synonyms for deepening", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["intensify", "become more intense", "intensify"], ["compound", "make more intense, stronger, or more marked; ,", "compound"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"], ["change", "become deeper in tone", "change"]]}, {"answer": "defeated", "hint": "synonyms for defeated", "clues": [["defeat", "thwart the passage of", "defeat"], ["vote down", "thwart the passage of", "vote down"], ["overcome", "win a victory over", "overcome"], ["shoot down", "thwart the passage of", "shoot down"], ["kill", "thwart the passage of", "kill"], ["vote out", "thwart the passage of", "vote out"], ["get the better of", "win a victory over", "get the better of"]]}, {"answer": "defending", "hint": "synonyms for defending", "clues": [["defend", "protect or fight for as a champion", "defend"], ["fight down", "fight against or resist strongly", "fight down"], ["fend for", "argue or speak in defense of", "fend for"], ["support", "argue or speak in defense of", "support"], ["hold", "protect against a challenge or attack", "hold"], ["guard", "protect against a challenge or attack", "guard"], ["fight back", "fight against or resist strongly", "fight back"], ["oppose", "fight against or resist strongly", "oppose"], ["represent", "be the defense counsel for someone in a trial", "represent"], ["maintain", "state or assert", "maintain"], ["champion", "protect or fight for as a champion", "champion"], ["fight", "fight against or resist strongly", "fight"]]}, {"answer": "defiled", "hint": "synonyms for defiled", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically", "maculate"], ["defile", "spot, stain, or pollute", "defile"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["foul", "spot, stain, or pollute", "foul"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically", "stain"], ["cloud", "place under suspicion or cast doubt upon", "cloud"], ["befoul", "spot, stain, or pollute", "befoul"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically", "sully"], ["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically", "tarnish"]]}, {"answer": "defined", "hint": "synonyms for defined", "clues": [["specify", "determine the essential quality of", "specify"], ["set", "decide upon or fix definitely", "set"], ["delineate", "show the form or outline of", "delineate"], ["define", "determine the essential quality of", "define"], ["delimit", "determine the essential quality of", "delimit"], ["delimitate", "determine the essential quality of", "delimitate"], ["determine", "decide upon or fix definitely", "determine"], ["limit", "decide upon or fix definitely", "limit"], ["fix", "decide upon or fix definitely", "fix"]]}, {"answer": "deformed", "hint": "synonyms for deformed", "clues": [["deform", "assume a different shape or form", "deform"], ["wring", "twist and press out of shape", "wring"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["contort", "twist and press out of shape", "contort"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["change shape", "assume a different shape or form", "change shape"], ["distort", "twist and press out of shape", "distort"], ["strain", "alter the shape of (something) by stress", "strain"], ["change form", "assume a different shape or form", "change form"]]}, {"answer": "degraded", "hint": "synonyms for degraded", "clues": [["put down", "reduce in worth or character, usually verbally", "put down"], ["take down", "reduce in worth or character, usually verbally", "take down"], ["degrade", "reduce the level of land, as by erosion", "degrade"], ["cheapen", "lower the grade of something; reduce its worth", "cheapen"], ["disgrace", "reduce in worth or character, usually verbally", "disgrace"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "degrading", "hint": "synonyms for degrading", "clues": [["put down", "reduce in worth or character, usually verbally", "put down"], ["take down", "reduce in worth or character, usually verbally", "take down"], ["degrade", "reduce the level of land, as by erosion", "degrade"], ["cheapen", "lower the grade of something; reduce its worth", "cheapen"], ["disgrace", "reduce in worth or character, usually verbally", "disgrace"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "dejected", "hint": "synonyms for dejected", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["depress", "lower someone's spirits; make downhearted", "depress"]]}, {"answer": "delayed", "hint": "synonyms for delayed", "clues": [["delay", "cause to be slowed down or delayed", "delay"], ["detain", "stop or halt", "detain"], ["retard", "slow the growth or development of", "retard"], ["check", "slow the growth or development of", "check"], ["stay", "stop or halt", "stay"], ["hold up", "cause to be slowed down or delayed", "hold up"]]}, {"answer": "deliberate", "hint": "synonyms for deliberate", "clues": [["consider", "think about carefully; weigh", "consider"], ["moot", "think about carefully; weigh", "moot"], ["debate", "discuss the pros and cons of an issue", "debate"], ["turn over", "think about carefully; weigh", "turn over"]]}, {"answer": "delighted", "hint": "synonyms for delighted", "clues": [["enthral", "hold spellbound", "enthral"], ["delight", "give pleasure to or be pleasing to", "delight"], ["transport", "hold spellbound", "transport"], ["revel", "take delight in", "revel"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"], ["ravish", "hold spellbound", "ravish"], ["please", "give pleasure to or be pleasing to", "please"], ["enjoy", "take delight in", "enjoy"]]}, {"answer": "delimited", "hint": "synonyms for delimited", "clues": [["specify", "determine the essential quality of", "specify"], ["define", "determine the essential quality of", "define"], ["delimit", "determine the essential quality of", "delimit"], ["demarcate", "set, mark, or draw the boundaries of something", "demarcate"], ["delimitate", "determine the essential quality of", "delimitate"], ["subtend", "be opposite to; of angles and sides, in geometry", "subtend"], ["delineate", "determine the essential quality of", "delineate"]]}, {"answer": "delineate", "hint": "synonyms for delineate", "clues": [["specify", "determine the essential quality of", "specify"], ["trace", "make a mark or lines on a surface", "trace"], ["define", "determine the essential quality of", "define"], ["delimit", "determine the essential quality of", "delimit"], ["outline", "trace the shape of", "outline"], ["limn", "trace the shape of", "limn"], ["draw", "make a mark or lines on a surface", "draw"], ["describe", "make a mark or lines on a surface", "describe"], ["line", "make a mark or lines on a surface", "line"], ["delimitate", "determine the essential quality of", "delimitate"]]}, {"answer": "delineated", "hint": "synonyms for delineated", "clues": [["specify", "determine the essential quality of", "specify"], ["trace", "make a mark or lines on a surface", "trace"], ["delineate", "show the form or outline of", "delineate"], ["define", "determine the essential quality of", "define"], ["delimit", "determine the essential quality of", "delimit"], ["outline", "trace the shape of", "outline"], ["limn", "trace the shape of", "limn"], ["draw", "make a mark or lines on a surface", "draw"], ["describe", "make a mark or lines on a surface", "describe"], ["line", "make a mark or lines on a surface", "line"], ["delimitate", "determine the essential quality of", "delimitate"]]}, {"answer": "demanding", "hint": "synonyms for demanding", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["demand", "claim as due or just", "demand"], ["exact", "claim as due or just", "exact"], ["need", "require as useful, just, or proper", "need"], ["postulate", "require as useful, just, or proper", "postulate"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["require", "require as useful, just, or proper", "require"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"]]}, {"answer": "demeaning", "hint": "synonyms for demeaning", "clues": [["put down", "reduce in worth or character, usually verbally", "put down"], ["take down", "reduce in worth or character, usually verbally", "take down"], ["degrade", "reduce in worth or character, usually verbally", "degrade"], ["disgrace", "reduce in worth or character, usually verbally", "disgrace"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "demolished", "hint": "synonyms for demolished", "clues": [["pulverise", "destroy completely", "pulverise"], ["demolish", "humiliate or depress completely", "demolish"], ["crush", "humiliate or depress completely", "crush"], ["smash", "humiliate or depress completely", "smash"], ["destroy", "defeat soundly", "destroy"]]}, {"answer": "demonstrated", "hint": "synonyms for demonstrated", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["demo", "give an exhibition of to an interested audience", "demo"], ["demonstrate", "give an exhibition of to an interested audience", "demonstrate"], ["exhibit", "give an exhibition of to an interested audience", "exhibit"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "certify"], ["present", "give an exhibition of to an interested audience", "present"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["march", "march in protest; take part in a demonstration", "march"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "evidence"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "attest"], ["prove", "establish the validity of something, as by an example, explanation or experiment", "prove"]]}, {"answer": "demoralised", "hint": "synonyms for demoralised", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "demoralising", "hint": "synonyms for demoralising", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "demoralized", "hint": "synonyms for demoralized", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "demoralizing", "hint": "synonyms for demoralizing", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "denigrating", "hint": "synonyms for denigrating", "clues": [["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["belittle", "cause to seem less serious; play down", "belittle"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["derogate", "cause to seem less serious; play down", "derogate"], ["minimize", "cause to seem less serious; play down", "minimize"]]}, {"answer": "departed", "hint": "synonyms for departed", "clues": [["straggle", "wander from a direct or straight course", "straggle"], ["set off", "leave", "set off"], ["deviate", "be at variance with; be out of line with", "deviate"], ["leave", "remove oneself from an association with or participation in", "leave"], ["diverge", "be at variance with; be out of line with", "diverge"], ["start out", "leave", "start out"], ["part", "leave", "part"], ["depart", "remove oneself from an association with or participation in", "depart"], ["digress", "wander from a direct or straight course", "digress"], ["sidetrack", "wander from a direct or straight course", "sidetrack"], ["start", "leave", "start"], ["pull up stakes", "remove oneself from an association with or participation in", "pull up stakes"], ["go away", "move away from a place into another direction", "go away"], ["set forth", "leave", "set forth"], ["go", "move away from a place into another direction", "go"], ["quit", "go away or leave", "quit"], ["set out", "leave", "set out"], ["vary", "be at variance with; be out of line with", "vary"], ["take off", "leave", "take off"], ["take leave", "go away or leave", "take leave"]]}, {"answer": "depicted", "hint": "synonyms for depicted", "clues": [["depict", "show in, or as in, a picture", "depict"], ["show", "show in, or as in, a picture", "show"], ["render", "show in, or as in, a picture", "render"], ["picture", "show in, or as in, a picture", "picture"], ["portray", "make a portrait of", "portray"], ["draw", "give a description of", "draw"], ["limn", "make a portrait of", "limn"], ["describe", "give a description of", "describe"]]}, {"answer": "depleted", "hint": "synonyms for depleted", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["run through", "use up (resources or materials)", "run through"], ["eat", "use up (resources or materials)", "eat"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["deplete", "use up (resources or materials)", "deplete"], ["exhaust", "use up (resources or materials)", "exhaust"], ["use up", "use up (resources or materials)", "use up"]]}, {"answer": "depraved", "hint": "synonyms for depraved", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "depreciating", "hint": "synonyms for depreciating", "clues": [["depreciate", "lose in value", "depreciate"], ["undervalue", "lose in value", "undervalue"], ["devaluate", "lose in value", "devaluate"], ["vilipend", "belittle", "vilipend"]]}, {"answer": "depressed", "hint": "synonyms for depressed", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["depress", "lessen the activity or force of", "depress"], ["lower", "cause to drop or sink", "lower"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["press down", "press down", "press down"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"]]}, {"answer": "depressing", "hint": "synonyms for depressing", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["depress", "lessen the activity or force of", "depress"], ["lower", "cause to drop or sink", "lower"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["press down", "press down", "press down"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"]]}, {"answer": "deprived", "hint": "synonyms for deprived", "clues": [["strip", "take away possessions from someone", "strip"], ["impoverish", "take away", "impoverish"], ["deprive", "keep from having, keeping, or obtaining", "deprive"], ["divest", "take away possessions from someone", "divest"]]}, {"answer": "deranged", "hint": "synonyms for deranged", "clues": [["derange", "derange mentally, throw out of mental balance; make insane", "derange"], ["perturb", "throw into great confusion or disorder", "perturb"], ["throw out of kilter", "throw into great confusion or disorder", "throw out of kilter"], ["unbalance", "derange mentally, throw out of mental balance; make insane", "unbalance"]]}, {"answer": "derived", "hint": "synonyms for derived", "clues": [["derive", "obtain", "derive"], ["infer", "reason by deduction; establish by deduction", "infer"], ["gain", "obtain", "gain"], ["deduce", "reason by deduction; establish by deduction", "deduce"], ["deduct", "reason by deduction; establish by deduction", "deduct"], ["come", "come from; be connected by a relationship of blood, for example", "come"], ["descend", "come from; be connected by a relationship of blood, for example", "descend"]]}, {"answer": "descending", "hint": "synonyms for descending", "clues": [["descend", "move downward and lower, but not necessarily all the way", "descend"], ["fall", "come as if by falling", "fall"], ["go down", "move downward and lower, but not necessarily all the way", "go down"], ["derive", "come from; be connected by a relationship of blood, for example", "derive"], ["settle", "come as if by falling", "settle"], ["come", "come from; be connected by a relationship of blood, for example", "come"], ["deign", "do something that one considers to be below one's dignity", "deign"], ["condescend", "do something that one considers to be below one's dignity", "condescend"], ["come down", "move downward and lower, but not necessarily all the way", "come down"]]}, {"answer": "described", "hint": "synonyms for described", "clues": [["account", "to give an account or representation of in words", "account"], ["key", "identify as in botany or biology, for example", "key"], ["trace", "make a mark or lines on a surface", "trace"], ["discover", "identify as in botany or biology, for example", "discover"], ["depict", "give a description of", "depict"], ["delineate", "make a mark or lines on a surface", "delineate"], ["describe", "identify as in botany or biology, for example", "describe"], ["identify", "identify as in botany or biology, for example", "identify"], ["draw", "make a mark or lines on a surface", "draw"], ["line", "make a mark or lines on a surface", "line"], ["report", "to give an account or representation of in words", "report"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["key out", "identify as in botany or biology, for example", "key out"], ["name", "identify as in botany or biology, for example", "name"]]}, {"answer": "desecrated", "hint": "synonyms for desecrated", "clues": [["unhallow", "remove the consecration from a person or an object", "unhallow"], ["deconsecrate", "remove the consecration from a person or an object", "deconsecrate"], ["profane", "violate the sacred character of a place or language", "profane"], ["violate", "violate the sacred character of a place or language", "violate"], ["outrage", "violate the sacred character of a place or language", "outrage"]]}, {"answer": "deserted", "hint": "synonyms for deserted", "clues": [["abandon", "leave someone who needs or counts on you; leave in the lurch", "abandon"], ["desert", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army", "desert"], ["forsake", "leave someone who needs or counts on you; leave in the lurch", "forsake"], ["defect", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army", "defect"], ["desolate", "leave someone who needs or counts on you; leave in the lurch", "desolate"]]}, {"answer": "designate", "hint": "synonyms for designate", "clues": [["intend", "design or destine", "intend"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively", "indicate"], ["point", "indicate a place, direction, person, or thing; either spatially or figuratively", "point"], ["assign", "give an assignment to (a person) to a post, or assign a task to (a person)", "assign"], ["destine", "design or destine", "destine"], ["denominate", "assign a name or title to", "denominate"], ["depute", "give an assignment to (a person) to a post, or assign a task to (a person)", "depute"], ["specify", "design or destine", "specify"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively", "show"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)", "delegate"], ["fate", "decree or designate beforehand", "fate"], ["doom", "decree or designate beforehand", "doom"]]}, {"answer": "designed", "hint": "synonyms for designed", "clues": [["design", "make a design of; plan out in systematic, often graphic form", "design"], ["plan", "make or work out a plan for; devise", "plan"], ["project", "make or work out a plan for; devise", "project"], ["contrive", "make or work out a plan for; devise", "contrive"]]}, {"answer": "designing", "hint": "synonyms for designing", "clues": [["design", "make a design of; plan out in systematic, often graphic form", "design"], ["plan", "make or work out a plan for; devise", "plan"], ["project", "make or work out a plan for; devise", "project"], ["contrive", "make or work out a plan for; devise", "contrive"]]}, {"answer": "desired", "hint": "synonyms for desired", "clues": [["desire", "express a desire for", "desire"], ["trust", "expect and wish", "trust"], ["want", "feel or have a desire for; want strongly", "want"], ["hope", "expect and wish", "hope"]]}, {"answer": "desolate", "hint": "synonyms for desolate", "clues": [["depopulate", "reduce in population", "depopulate"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["desert", "leave someone who needs or counts on you; leave in the lurch", "desert"], ["abandon", "leave someone who needs or counts on you; leave in the lurch", "abandon"], ["forsake", "leave someone who needs or counts on you; leave in the lurch", "forsake"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["waste", "cause extensive destruction or ruin utterly", "waste"]]}, {"answer": "despised", "hint": "synonyms for despised", "clues": [["disdain", "look down on with disdain", "disdain"], ["contemn", "look down on with disdain", "contemn"], ["despise", "look down on with disdain", "despise"], ["scorn", "look down on with disdain", "scorn"]]}, {"answer": "despoiled", "hint": "synonyms for despoiled", "clues": [["loot", "steal goods; take as spoils", "loot"], ["violate", "destroy and strip of its possession", "violate"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["rape", "destroy and strip of its possession", "rape"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["spoil", "destroy and strip of its possession", "spoil"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "destined", "hint": "synonyms for destined", "clues": [["intend", "design or destine", "intend"], ["destine", "design or destine", "destine"], ["designate", "design or destine", "designate"], ["specify", "design or destine", "specify"], ["fate", "decree or designate beforehand", "fate"], ["doom", "decree or designate beforehand", "doom"]]}, {"answer": "destroyed", "hint": "synonyms for destroyed", "clues": [["destroy", "do away with, cause the destruction or undoing of", "destroy"], ["destruct", "do away with, cause the destruction or undoing of", "destruct"], ["ruin", "destroy completely; damage irreparably", "ruin"], ["put down", "put (an animal) to death", "put down"], ["demolish", "defeat soundly", "demolish"]]}, {"answer": "detected", "hint": "synonyms for detected", "clues": [["discover", "discover or determine the existence, presence, or fact of", "discover"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["notice", "discover or determine the existence, presence, or fact of", "notice"]]}, {"answer": "determined", "hint": "synonyms for determined", "clues": [["determine", "fix conclusively or authoritatively", "determine"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["set", "decide upon or fix definitely", "set"], ["square up", "settle conclusively; come to terms", "square up"], ["mold", "shape or influence; give direction to", "mold"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["regulate", "shape or influence; give direction to", "regulate"], ["specify", "decide upon or fix definitely", "specify"], ["decide", "reach, make, or come to a decision about something", "decide"], ["square off", "settle conclusively; come to terms", "square off"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["fix", "decide upon or fix definitely", "fix"], ["influence", "shape or influence; give direction to", "influence"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["shape", "shape or influence; give direction to", "shape"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["find", "establish after a calculation, investigation, experiment, survey, or study", "find"], ["settle", "settle conclusively; come to terms", "settle"], ["make up one's mind", "reach, make, or come to a decision about something", "make up one's mind"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"]]}, {"answer": "determining", "hint": "synonyms for determining", "clues": [["determine", "fix conclusively or authoritatively", "determine"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["set", "decide upon or fix definitely", "set"], ["square up", "settle conclusively; come to terms", "square up"], ["mold", "shape or influence; give direction to", "mold"], ["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["regulate", "shape or influence; give direction to", "regulate"], ["specify", "decide upon or fix definitely", "specify"], ["decide", "reach, make, or come to a decision about something", "decide"], ["square off", "settle conclusively; come to terms", "square off"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["fix", "decide upon or fix definitely", "fix"], ["influence", "shape or influence; give direction to", "influence"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["shape", "shape or influence; give direction to", "shape"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["find", "establish after a calculation, investigation, experiment, survey, or study", "find"], ["settle", "settle conclusively; come to terms", "settle"], ["make up one's mind", "reach, make, or come to a decision about something", "make up one's mind"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"]]}, {"answer": "devastating", "hint": "synonyms for devastating", "clues": [["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["devastate", "overwhelm or overpower", "devastate"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["waste", "cause extensive destruction or ruin utterly", "waste"]]}, {"answer": "developed", "hint": "synonyms for developed", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["build up", "change the use of and make available or usable", "build up"], ["develop", "elaborate by the unfolding of a musical idea and by the working out of the rhythmic and harmonic changes in the theme", "develop"], ["originate", "come into existence; take on form or shape", "originate"], ["modernize", "become technologically advanced", "modernize"], ["uprise", "come into existence; take on form or shape", "uprise"], ["make grow", "cause to grow and differentiate in ways conforming to its natural development", "make grow"], ["germinate", "work out", "germinate"], ["evolve", "gain through experience", "evolve"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["arise", "come into existence; take on form or shape", "arise"], ["prepare", "create by training and teaching", "prepare"], ["educate", "create by training and teaching", "educate"], ["train", "create by training and teaching", "train"], ["break", "happen", "break"], ["recrudesce", "happen", "recrudesce"], ["explicate", "elaborate, as of theories and hypotheses", "explicate"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"], ["formulate", "elaborate, as of theories and hypotheses", "formulate"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "developing", "hint": "synonyms for developing", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["build up", "change the use of and make available or usable", "build up"], ["develop", "elaborate by the unfolding of a musical idea and by the working out of the rhythmic and harmonic changes in the theme", "develop"], ["originate", "come into existence; take on form or shape", "originate"], ["modernize", "become technologically advanced", "modernize"], ["uprise", "come into existence; take on form or shape", "uprise"], ["make grow", "cause to grow and differentiate in ways conforming to its natural development", "make grow"], ["germinate", "work out", "germinate"], ["evolve", "gain through experience", "evolve"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["arise", "come into existence; take on form or shape", "arise"], ["prepare", "create by training and teaching", "prepare"], ["educate", "create by training and teaching", "educate"], ["train", "create by training and teaching", "train"], ["break", "happen", "break"], ["recrudesce", "happen", "recrudesce"], ["explicate", "elaborate, as of theories and hypotheses", "explicate"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"], ["formulate", "elaborate, as of theories and hypotheses", "formulate"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "deviate", "hint": "synonyms for deviate", "clues": [["depart", "be at variance with; be out of line with", "depart"], ["vary", "be at variance with; be out of line with", "vary"], ["diverge", "be at variance with; be out of line with", "diverge"], ["divert", "turn aside; turn away from", "divert"]]}, {"answer": "devoted", "hint": "synonyms for devoted", "clues": [["devote", "dedicate", "devote"], ["give", "dedicate", "give"], ["pay", "dedicate", "pay"], ["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"]]}, {"answer": "devouring", "hint": "synonyms for devouring", "clues": [["raven", "eat greedily", "raven"], ["go through", "eat immoderately", "go through"], ["guttle", "eat greedily", "guttle"], ["devour", "destroy completely", "devour"], ["pig", "eat greedily", "pig"], ["consume", "eat immoderately", "consume"], ["down", "eat immoderately", "down"]]}, {"answer": "differentiated", "hint": "synonyms for differentiated", "clues": [["differentiate", "calculate a derivative; take the derivative", "differentiate"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["severalise", "mark as different", "severalise"], ["specialize", "evolve so as to lead to a new species or develop in a way most suited to the environment", "specialize"], ["separate", "mark as different", "separate"], ["tell", "mark as different", "tell"], ["secernate", "mark as different", "secernate"], ["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "speciate"], ["tell apart", "mark as different", "tell apart"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "mark"]]}, {"answer": "diffuse", "hint": "synonyms for diffuse", "clues": [["pass around", "cause to become widely known", "pass around"], ["penetrate", "spread or diffuse through", "penetrate"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["imbue", "spread or diffuse through", "imbue"], ["permeate", "spread or diffuse through", "permeate"], ["distribute", "cause to become widely known", "distribute"], ["pervade", "spread or diffuse through", "pervade"], ["disseminate", "cause to become widely known", "disseminate"], ["spread", "move outward", "spread"], ["riddle", "spread or diffuse through", "riddle"], ["spread out", "move outward", "spread out"], ["broadcast", "cause to become widely known", "broadcast"], ["fan out", "move outward", "fan out"], ["interpenetrate", "spread or diffuse through", "interpenetrate"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "diffused", "hint": "synonyms for diffused", "clues": [["pass around", "cause to become widely known", "pass around"], ["penetrate", "spread or diffuse through", "penetrate"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["imbue", "spread or diffuse through", "imbue"], ["permeate", "spread or diffuse through", "permeate"], ["diffuse", "move outward", "diffuse"], ["distribute", "cause to become widely known", "distribute"], ["pervade", "spread or diffuse through", "pervade"], ["disseminate", "cause to become widely known", "disseminate"], ["spread", "move outward", "spread"], ["riddle", "spread or diffuse through", "riddle"], ["spread out", "move outward", "spread out"], ["broadcast", "cause to become widely known", "broadcast"], ["fan out", "move outward", "fan out"], ["interpenetrate", "spread or diffuse through", "interpenetrate"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "diffusing", "hint": "synonyms for diffusing", "clues": [["pass around", "cause to become widely known", "pass around"], ["penetrate", "spread or diffuse through", "penetrate"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["imbue", "spread or diffuse through", "imbue"], ["permeate", "spread or diffuse through", "permeate"], ["diffuse", "move outward", "diffuse"], ["distribute", "cause to become widely known", "distribute"], ["pervade", "spread or diffuse through", "pervade"], ["disseminate", "cause to become widely known", "disseminate"], ["spread", "move outward", "spread"], ["riddle", "spread or diffuse through", "riddle"], ["spread out", "move outward", "spread out"], ["broadcast", "cause to become widely known", "broadcast"], ["fan out", "move outward", "fan out"], ["interpenetrate", "spread or diffuse through", "interpenetrate"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "dilute", "hint": "synonyms for dilute", "clues": [["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["reduce", "lessen the strength or flavor of a solution or mixture", "reduce"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["thin", "lessen the strength or flavor of a solution or mixture", "thin"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "diluted", "hint": "synonyms for diluted", "clues": [["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["reduce", "lessen the strength or flavor of a solution or mixture", "reduce"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["thin", "lessen the strength or flavor of a solution or mixture", "thin"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "dim", "hint": "synonyms for dim", "clues": [["blind", "make dim by comparison or conceal", "blind"], ["slur", "become vague or indistinct", "slur"], ["dip", "switch (a car's headlights) from a higher to a lower beam", "dip"], ["blur", "become vague or indistinct", "blur"]]}, {"answer": "diminished", "hint": "synonyms for diminished", "clues": [["decrease", "decrease in size, extent, or range", "decrease"], ["diminish", "lessen the authority, dignity, or reputation of", "diminish"], ["belittle", "lessen the authority, dignity, or reputation of", "belittle"], ["lessen", "decrease in size, extent, or range", "lessen"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "diminishing", "hint": "synonyms for diminishing", "clues": [["decrease", "decrease in size, extent, or range", "decrease"], ["diminish", "lessen the authority, dignity, or reputation of", "diminish"], ["belittle", "lessen the authority, dignity, or reputation of", "belittle"], ["lessen", "decrease in size, extent, or range", "lessen"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "dimmed", "hint": "synonyms for dimmed", "clues": [["slur", "become vague or indistinct", "slur"], ["blur", "become vague or indistinct", "blur"], ["dim", "switch (a car's headlights) from a higher to a lower beam", "dim"], ["dip", "switch (a car's headlights) from a higher to a lower beam", "dip"], ["blind", "make dim by comparison or conceal", "blind"]]}, {"answer": "dipped", "hint": "synonyms for dipped", "clues": [["dip", "take a small amount from", "dip"], ["duck", "dip into a liquid", "duck"], ["dim", "switch (a car's headlights) from a higher to a lower beam", "dim"], ["douse", "dip into a liquid", "douse"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate", "souse"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"], ["sink", "appear to move downward", "sink"], ["dunk", "dip into a liquid while eating", "dunk"]]}, {"answer": "direct", "hint": "synonyms for direct", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["send", "cause to go somewhere", "send"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["place", "intend (something) to move towards a certain goal", "place"], ["take", "take somebody somewhere", "take"], ["point", "direct the course; determine the direction of travelling", "point"], ["conduct", "lead, as in the performance of a composition", "conduct"], ["organize", "plan and direct (a complex undertaking)", "organize"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["address", "put an address on (an envelope)", "address"], ["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["manoeuver", "direct the course; determine the direction of travelling", "manoeuver"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["target", "intend (something) to move towards a certain goal", "target"], ["head", "direct the course; determine the direction of travelling", "head"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["calculate", "specifically design a product, event, or activity for a certain public", "calculate"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"], ["aim", "intend (something) to move towards a certain goal", "aim"]]}, {"answer": "directed", "hint": "synonyms for directed", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["send", "cause to go somewhere", "send"], ["place", "intend (something) to move towards a certain goal", "place"], ["take", "take somebody somewhere", "take"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["conduct", "take somebody somewhere", "conduct"], ["head", "direct the course; determine the direction of travelling", "head"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["point", "intend (something) to move towards a certain goal", "point"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["aim", "specifically design a product, event, or activity for a certain public", "aim"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["organize", "plan and direct (a complex undertaking)", "organize"], ["address", "put an address on (an envelope)", "address"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["target", "intend (something) to move towards a certain goal", "target"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["calculate", "specifically design a product, event, or activity for a certain public", "calculate"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"]]}, {"answer": "directing", "hint": "synonyms for directing", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["send", "cause to go somewhere", "send"], ["place", "intend (something) to move towards a certain goal", "place"], ["take", "take somebody somewhere", "take"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["conduct", "take somebody somewhere", "conduct"], ["head", "direct the course; determine the direction of travelling", "head"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["point", "intend (something) to move towards a certain goal", "point"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["aim", "specifically design a product, event, or activity for a certain public", "aim"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["organize", "plan and direct (a complex undertaking)", "organize"], ["address", "put an address on (an envelope)", "address"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["target", "intend (something) to move towards a certain goal", "target"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["calculate", "specifically design a product, event, or activity for a certain public", "calculate"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"]]}, {"answer": "dirty", "hint": "synonyms for dirty", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["grime", "make soiled, filthy, or dirty", "grime"], ["soil", "make soiled, filthy, or dirty", "soil"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "disabled", "hint": "synonyms for disabled", "clues": [["disable", "make unable to perform a certain action", "disable"], ["incapacitate", "injure permanently", "incapacitate"], ["handicap", "injure permanently", "handicap"], ["invalid", "injure permanently", "invalid"]]}, {"answer": "disabling", "hint": "synonyms for disabling", "clues": [["disable", "make unable to perform a certain action", "disable"], ["incapacitate", "injure permanently", "incapacitate"], ["handicap", "injure permanently", "handicap"], ["invalid", "injure permanently", "invalid"]]}, {"answer": "disaffected", "hint": "synonyms for disaffected", "clues": [["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "disaffect"], ["alien", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "alien"], ["estrange", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "estrange"], ["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "alienate"]]}, {"answer": "discarded", "hint": "synonyms for discarded", "clues": [["chuck out", "throw or cast away", "chuck out"], ["dispose", "throw or cast away", "dispose"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["toss", "throw or cast away", "toss"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["discard", "throw or cast away", "discard"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "discerning", "hint": "synonyms for discerning", "clues": [["make out", "detect with the senses", "make out"], ["discern", "detect with the senses", "discern"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["recognise", "detect with the senses", "recognise"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"]]}, {"answer": "discharged", "hint": "synonyms for discharged", "clues": [["discharge", "become empty or void of its content", "discharge"], ["go off", "go off or discharge", "go off"], ["unload", "leave or unload", "unload"], ["dispatch", "complete or carry out", "dispatch"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["muster out", "release from military service", "muster out"], ["complete", "complete or carry out", "complete"], ["exhaust", "eliminate (a substance)", "exhaust"], ["set down", "leave or unload", "set down"], ["eject", "eliminate (a substance)", "eject"], ["put down", "leave or unload", "put down"], ["fire", "cause to go off", "fire"], ["release", "eliminate (a substance)", "release"], ["assoil", "pronounce not guilty of criminal charges", "assoil"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["drop", "leave or unload", "drop"], ["drop off", "leave or unload", "drop off"], ["empty", "become empty or void of its content", "empty"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["expel", "eliminate (a substance)", "expel"], ["acquit", "pronounce not guilty of criminal charges", "acquit"], ["free", "free from obligations or duties", "free"]]}, {"answer": "disciplined", "hint": "synonyms for disciplined", "clues": [["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control", "condition"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["correct", "punish in order to gain control or enforce obedience", "correct"], ["sort out", "punish in order to gain control or enforce obedience", "sort out"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"]]}, {"answer": "disclosed", "hint": "synonyms for disclosed", "clues": [["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["disclose", "disclose to view as by removing a cover", "disclose"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"]]}, {"answer": "discombobulated", "hint": "synonyms for discombobulated", "clues": [["throw", "cause to be confused emotionally", "throw"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["bemuse", "cause to be confused emotionally", "bemuse"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["bewilder", "cause to be confused emotionally", "bewilder"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "discomfited", "hint": "synonyms for discomfited", "clues": [["discomfit", "cause to lose one's composure", "discomfit"], ["upset", "cause to lose one's composure", "upset"], ["untune", "cause to lose one's composure", "untune"], ["disconcert", "cause to lose one's composure", "disconcert"], ["discompose", "cause to lose one's composure", "discompose"]]}, {"answer": "discomposed", "hint": "synonyms for discomposed", "clues": [["discomfit", "cause to lose one's composure", "discomfit"], ["upset", "cause to lose one's composure", "upset"], ["untune", "cause to lose one's composure", "untune"], ["disconcert", "cause to lose one's composure", "disconcert"], ["discompose", "cause to lose one's composure", "discompose"]]}, {"answer": "disconcerted", "hint": "synonyms for disconcerted", "clues": [["upset", "cause to lose one's composure", "upset"], ["confuse", "cause to feel embarrassment", "confuse"], ["put off", "cause to feel embarrassment", "put off"], ["disconcert", "cause to feel embarrassment", "disconcert"], ["discomfit", "cause to lose one's composure", "discomfit"], ["untune", "cause to lose one's composure", "untune"], ["flurry", "cause to feel embarrassment", "flurry"], ["discompose", "cause to lose one's composure", "discompose"]]}, {"answer": "disconcerting", "hint": "synonyms for disconcerting", "clues": [["upset", "cause to lose one's composure", "upset"], ["confuse", "cause to feel embarrassment", "confuse"], ["put off", "cause to feel embarrassment", "put off"], ["disconcert", "cause to feel embarrassment", "disconcert"], ["discomfit", "cause to lose one's composure", "discomfit"], ["untune", "cause to lose one's composure", "untune"], ["flurry", "cause to feel embarrassment", "flurry"], ["discompose", "cause to lose one's composure", "discompose"]]}, {"answer": "discontinued", "hint": "synonyms for discontinued", "clues": [["discontinue", "come to or be at an end", "discontinue"], ["break off", "prevent completion", "break off"], ["cease", "put an end to a state or an activity", "cease"], ["stop", "prevent completion", "stop"], ["give up", "put an end to a state or an activity", "give up"], ["lay off", "put an end to a state or an activity", "lay off"], ["break", "prevent completion", "break"], ["quit", "put an end to a state or an activity", "quit"]]}, {"answer": "discouraged", "hint": "synonyms for discouraged", "clues": [["deter", "try to prevent; show opposition to", "deter"], ["admonish", "admonish or counsel in terms of someone's behavior", "admonish"], ["discourage", "deprive of courage or hope; take away hope from; cause to feel discouraged", "discourage"], ["warn", "admonish or counsel in terms of someone's behavior", "warn"]]}, {"answer": "discouraging", "hint": "synonyms for discouraging", "clues": [["deter", "try to prevent; show opposition to", "deter"], ["admonish", "admonish or counsel in terms of someone's behavior", "admonish"], ["discourage", "deprive of courage or hope; take away hope from; cause to feel discouraged", "discourage"], ["warn", "admonish or counsel in terms of someone's behavior", "warn"]]}, {"answer": "discovered", "hint": "synonyms for discovered", "clues": [["key", "identify as in botany or biology, for example", "key"], ["find", "make a discovery, make a new finding", "find"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["come across", "find unexpectedly", "come across"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["key out", "identify as in botany or biology, for example", "key out"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["identify", "identify as in botany or biology, for example", "identify"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["chance on", "find unexpectedly", "chance on"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["name", "identify as in botany or biology, for example", "name"], ["light upon", "find unexpectedly", "light upon"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["fall upon", "find unexpectedly", "fall upon"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["come upon", "find unexpectedly", "come upon"], ["happen upon", "find unexpectedly", "happen upon"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["attain", "find unexpectedly", "attain"], ["describe", "identify as in botany or biology, for example", "describe"], ["see", "get to know or become aware of, usually accidentally", "see"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["learn", "get to know or become aware of, usually accidentally", "learn"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "discriminating", "hint": "synonyms for discriminating", "clues": [["know apart", "recognize or perceive the difference", "know apart"], ["discriminate", "recognize or perceive the difference", "discriminate"], ["separate", "treat differently on the basis of sex or race", "separate"], ["single out", "treat differently on the basis of sex or race", "single out"]]}, {"answer": "disentangled", "hint": "synonyms for disentangled", "clues": [["disentangle", "separate the tangles of", "disentangle"], ["extricate", "release from entanglement of difficulty", "extricate"], ["comb out", "smoothen and neaten with or as with a comb", "comb out"], ["comb", "smoothen and neaten with or as with a comb", "comb"], ["unwind", "separate the tangles of", "unwind"], ["disencumber", "release from entanglement of difficulty", "disencumber"], ["disinvolve", "free from involvement or entanglement", "disinvolve"], ["disembroil", "free from involvement or entanglement", "disembroil"], ["straighten out", "extricate from entanglement", "straighten out"], ["untangle", "release from entanglement of difficulty", "untangle"], ["unsnarl", "extricate from entanglement", "unsnarl"]]}, {"answer": "disgraced", "hint": "synonyms for disgraced", "clues": [["shame", "bring shame or dishonor upon", "shame"], ["dishonor", "bring shame or dishonor upon", "dishonor"], ["attaint", "bring shame or dishonor upon", "attaint"], ["degrade", "reduce in worth or character, usually verbally", "degrade"], ["disgrace", "bring shame or dishonor upon", "disgrace"], ["put down", "reduce in worth or character, usually verbally", "put down"], ["discredit", "damage the reputation of", "discredit"], ["take down", "reduce in worth or character, usually verbally", "take down"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "disgusted", "hint": "synonyms for disgusted", "clues": [["gross out", "fill with distaste", "gross out"], ["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["repel", "fill with distaste", "repel"], ["revolt", "fill with distaste", "revolt"], ["sicken", "cause aversion in; offend the moral sense of", "sicken"], ["nauseate", "cause aversion in; offend the moral sense of", "nauseate"]]}, {"answer": "disgusting", "hint": "synonyms for disgusting", "clues": [["gross out", "fill with distaste", "gross out"], ["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["repel", "fill with distaste", "repel"], ["revolt", "fill with distaste", "revolt"], ["sicken", "cause aversion in; offend the moral sense of", "sicken"], ["nauseate", "cause aversion in; offend the moral sense of", "nauseate"]]}, {"answer": "dished", "hint": "synonyms for dished", "clues": [["dish", "make concave; shape like a dish", "dish"], ["dish out", "provide (usually but not necessarily food)", "dish out"], ["dish up", "provide (usually but not necessarily food)", "dish up"], ["serve", "provide (usually but not necessarily food)", "serve"], ["serve up", "provide (usually but not necessarily food)", "serve up"]]}, {"answer": "dishonored", "hint": "synonyms for dishonored", "clues": [["assault", "force (someone) to have sex against their will", "assault"], ["shame", "bring shame or dishonor upon", "shame"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["violate", "force (someone) to have sex against their will", "violate"], ["attaint", "bring shame or dishonor upon", "attaint"], ["rape", "force (someone) to have sex against their will", "rape"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["disgrace", "bring shame or dishonor upon", "disgrace"], ["ravish", "force (someone) to have sex against their will", "ravish"]]}, {"answer": "disjoint", "hint": "synonyms for disjoint", "clues": [["disunite", "part; cease or break association with", "disunite"], ["disjoin", "make disjoint, separated, or disconnected; undo the joining of", "disjoin"], ["disarticulate", "separate at the joints", "disarticulate"], ["dissociate", "part; cease or break association with", "dissociate"], ["divorce", "part; cease or break association with", "divorce"]]}, {"answer": "disjointed", "hint": "synonyms for disjointed", "clues": [["disunite", "part; cease or break association with", "disunite"], ["disjoint", "separate at the joints", "disjoint"], ["disarticulate", "separate at the joints", "disarticulate"], ["dissociate", "part; cease or break association with", "dissociate"], ["divorce", "part; cease or break association with", "divorce"]]}, {"answer": "dislocated", "hint": "synonyms for dislocated", "clues": [["dislocate", "move out of position", "dislocate"], ["luxate", "move out of position", "luxate"], ["slip", "move out of position", "slip"], ["splay", "move out of position", "splay"]]}, {"answer": "dismantled", "hint": "synonyms for dismantled", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["dismantle", "take apart into its constituent pieces", "dismantle"], ["level", "tear down so as to make flat with the ground", "level"], ["break up", "take apart into its constituent pieces", "break up"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["break apart", "take apart into its constituent pieces", "break apart"], ["strip", "take off or remove", "strip"], ["take apart", "take apart into its constituent pieces", "take apart"], ["take down", "tear down so as to make flat with the ground", "take down"], ["disassemble", "take apart into its constituent pieces", "disassemble"], ["rase", "tear down so as to make flat with the ground", "rase"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "dismayed", "hint": "synonyms for dismayed", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["depress", "lower someone's spirits; make downhearted", "depress"]]}, {"answer": "dismaying", "hint": "synonyms for dismaying", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["depress", "lower someone's spirits; make downhearted", "depress"]]}, {"answer": "dismissed", "hint": "synonyms for dismissed", "clues": [["drop", "stop associating with", "drop"], ["dismiss", "cease to consider; put out of judicial consideration", "dismiss"], ["dissolve", "declare void", "dissolve"], ["push aside", "bar from attention or consideration", "push aside"], ["ignore", "bar from attention or consideration", "ignore"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["discount", "bar from attention or consideration", "discount"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["send packing", "stop associating with", "send packing"], ["throw out", "cease to consider; put out of judicial consideration", "throw out"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["send away", "stop associating with", "send away"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["disregard", "bar from attention or consideration", "disregard"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["brush off", "bar from attention or consideration", "brush off"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["usher out", "end one's encounter with somebody by causing or permitting the person to leave", "usher out"]]}, {"answer": "disobliging", "hint": "synonyms for disobliging", "clues": [["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["bother", "to cause inconvenience or discomfort to", "bother"]]}, {"answer": "disordered", "hint": "synonyms for disordered", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["disorder", "bring disorder to", "disorder"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["disarray", "bring disorder to", "disarray"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"]]}, {"answer": "dispensed", "hint": "synonyms for dispensed", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["administer", "give or apply (medications)", "administer"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["dispense", "give or apply (medications)", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "dispersed", "hint": "synonyms for dispersed", "clues": [["scatter", "cause to separate", "scatter"], ["pass around", "cause to become widely known", "pass around"], ["disperse", "separate (light) into spectral rays", "disperse"], ["dissipate", "move away from each other", "dissipate"], ["propagate", "cause to become widely known", "propagate"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["circularize", "cause to become widely known", "circularize"], ["dust", "distribute loosely", "dust"], ["break up", "cause to separate", "break up"], ["spread out", "move away from each other", "spread out"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["dot", "distribute loosely", "dot"], ["disseminate", "cause to become widely known", "disseminate"], ["broadcast", "cause to become widely known", "broadcast"], ["spread", "cause to become widely known", "spread"], ["sprinkle", "distribute loosely", "sprinkle"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "dispirited", "hint": "synonyms for dispirited", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["depress", "lower someone's spirits; make downhearted", "depress"]]}, {"answer": "dispiriting", "hint": "synonyms for dispiriting", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["depress", "lower someone's spirits; make downhearted", "depress"]]}, {"answer": "disposed", "hint": "synonyms for disposed", "clues": [["chuck out", "throw or cast away", "chuck out"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["dispose", "give, sell, or transfer to another", "dispose"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["toss", "throw or cast away", "toss"], ["incline", "make receptive or willing towards an action or attitude or belief", "incline"], ["toss out", "throw or cast away", "toss out"], ["qualify", "make fit or prepared", "qualify"], ["fling", "throw or cast away", "fling"], ["discard", "throw or cast away", "discard"]]}, {"answer": "disputed", "hint": "synonyms for disputed", "clues": [["argufy", "have a disagreement over something", "argufy"], ["dispute", "have a disagreement over something", "dispute"], ["quarrel", "have a disagreement over something", "quarrel"], ["gainsay", "take exception to", "gainsay"], ["scrap", "have a disagreement over something", "scrap"], ["challenge", "take exception to", "challenge"], ["altercate", "have a disagreement over something", "altercate"]]}, {"answer": "disquieted", "hint": "synonyms for disquieted", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "disquieting", "hint": "synonyms for disquieting", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "disregarded", "hint": "synonyms for disregarded", "clues": [["neglect", "give little or no attention to", "neglect"], ["snub", "refuse to acknowledge", "snub"], ["disregard", "bar from attention or consideration", "disregard"], ["cut", "refuse to acknowledge", "cut"], ["ignore", "bar from attention or consideration", "ignore"], ["push aside", "bar from attention or consideration", "push aside"], ["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"]]}, {"answer": "disrupted", "hint": "synonyms for disrupted", "clues": [["interrupt", "make a break in", "interrupt"], ["disrupt", "make a break in", "disrupt"], ["cut off", "make a break in", "cut off"], ["break up", "make a break in", "break up"]]}, {"answer": "dissected", "hint": "synonyms for dissected", "clues": [["analyse", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "analyse"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "break down"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "dissect"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "take apart"]]}, {"answer": "dissenting", "hint": "synonyms for dissenting", "clues": [["dissent", "express opposition through action or words", "dissent"], ["take issue", "be of different opinions", "take issue"], ["resist", "express opposition through action or words", "resist"], ["disagree", "be of different opinions", "disagree"], ["protest", "express opposition through action or words", "protest"], ["differ", "be of different opinions", "differ"]]}, {"answer": "dissipated", "hint": "synonyms for dissipated", "clues": [["fritter", "spend frivolously and unwisely", "fritter"], ["fool away", "spend frivolously and unwisely", "fool away"], ["spread out", "move away from each other", "spread out"], ["dissipate", "move away from each other", "dissipate"], ["shoot", "spend frivolously and unwisely", "shoot"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["break up", "to cause to separate and go in different directions", "break up"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["fool", "spend frivolously and unwisely", "fool"], ["scatter", "to cause to separate and go in different directions", "scatter"], ["disperse", "move away from each other", "disperse"], ["frivol away", "spend frivolously and unwisely", "frivol away"]]}, {"answer": "dissolved", "hint": "synonyms for dissolved", "clues": [["resolve", "cause to go into a solution", "resolve"], ["dissolve", "declare void", "dissolve"], ["break up", "cause to go into a solution", "break up"], ["disband", "stop functioning or cohering as a unit", "disband"], ["fade away", "become weaker", "fade away"], ["unthaw", "become or cause to become soft or liquid", "unthaw"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["fade out", "become weaker", "fade out"], ["dismiss", "declare void", "dismiss"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["melt", "become or cause to become soft or liquid", "melt"]]}, {"answer": "distinguished", "hint": "synonyms for distinguished", "clues": [["make out", "detect with the senses", "make out"], ["key", "identify as in botany or biology, for example", "key"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "differentiate"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["severalise", "mark as different", "severalise"], ["spot", "detect with the senses", "spot"], ["tell apart", "mark as different", "tell apart"], ["signalize", "make conspicuous or noteworthy", "signalize"], ["separate", "mark as different", "separate"], ["recognise", "detect with the senses", "recognise"], ["discover", "identify as in botany or biology, for example", "discover"], ["key out", "identify as in botany or biology, for example", "key out"], ["tell", "mark as different", "tell"], ["secernate", "mark as different", "secernate"], ["discern", "detect with the senses", "discern"], ["describe", "identify as in botany or biology, for example", "describe"], ["identify", "identify as in botany or biology, for example", "identify"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "mark"], ["name", "identify as in botany or biology, for example", "name"], ["pick out", "detect with the senses", "pick out"]]}, {"answer": "distorted", "hint": "synonyms for distorted", "clues": [["distort", "affect as in thought or feeling", "distort"], ["tinge", "affect as in thought or feeling", "tinge"], ["color", "affect as in thought or feeling", "color"], ["warp", "make false by mutilation or addition; as of a message or story", "warp"], ["wring", "twist and press out of shape", "wring"], ["contort", "twist and press out of shape", "contort"], ["deform", "twist and press out of shape", "deform"], ["twine", "form into a spiral shape", "twine"], ["garble", "make false by mutilation or addition; as of a message or story", "garble"], ["twist", "form into a spiral shape", "twist"], ["strain", "alter the shape of (something) by stress", "strain"], ["falsify", "make false by mutilation or addition; as of a message or story", "falsify"]]}, {"answer": "distracted", "hint": "synonyms for distracted", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"], ["distract", "draw someone's attention away from something", "distract"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["deflect", "draw someone's attention away from something", "deflect"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"]]}, {"answer": "distributed", "hint": "synonyms for distributed", "clues": [["distribute", "give to several people", "distribute"], ["pass around", "cause to become widely known", "pass around"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["propagate", "cause to become widely known", "propagate"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["circulate", "cause be distributed", "circulate"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["diffuse", "cause to become widely known", "diffuse"], ["disseminate", "cause to become widely known", "disseminate"], ["stagger", "to arrange in a systematic order", "stagger"], ["spread", "distribute or disperse widely", "spread"], ["broadcast", "cause to become widely known", "broadcast"], ["give out", "give to several people", "give out"], ["deal", "administer or bestow, as in small portions", "deal"], ["lot", "administer or bestow, as in small portions", "lot"], ["circularize", "cause to become widely known", "circularize"], ["allot", "administer or bestow, as in small portions", "allot"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["hand out", "give to several people", "hand out"], ["parcel out", "administer or bestow, as in small portions", "parcel out"], ["administer", "administer or bestow, as in small portions", "administer"], ["pass on", "cause be distributed", "pass on"], ["pass out", "give to several people", "pass out"]]}, {"answer": "disturbed", "hint": "synonyms for disturbed", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["stir up", "change the arrangement or position of", "stir up"], ["interrupt", "destroy the peace or tranquility of", "interrupt"], ["vex", "change the arrangement or position of", "vex"], ["shake up", "change the arrangement or position of", "shake up"], ["agitate", "change the arrangement or position of", "agitate"], ["upset", "move deeply", "upset"], ["touch", "tamper with", "touch"], ["commove", "change the arrangement or position of", "commove"], ["trouble", "move deeply", "trouble"], ["raise up", "change the arrangement or position of", "raise up"]]}, {"answer": "disturbing", "hint": "synonyms for disturbing", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["stir up", "change the arrangement or position of", "stir up"], ["interrupt", "destroy the peace or tranquility of", "interrupt"], ["vex", "change the arrangement or position of", "vex"], ["shake up", "change the arrangement or position of", "shake up"], ["agitate", "change the arrangement or position of", "agitate"], ["upset", "move deeply", "upset"], ["touch", "tamper with", "touch"], ["commove", "change the arrangement or position of", "commove"], ["trouble", "move deeply", "trouble"], ["raise up", "change the arrangement or position of", "raise up"]]}, {"answer": "disunited", "hint": "synonyms for disunited", "clues": [["disunite", "part; cease or break association with", "disunite"], ["disjoint", "part; cease or break association with", "disjoint"], ["separate", "force, take, or pull apart", "separate"], ["divide", "force, take, or pull apart", "divide"], ["part", "force, take, or pull apart", "part"], ["dissociate", "part; cease or break association with", "dissociate"], ["divorce", "part; cease or break association with", "divorce"]]}, {"answer": "diverging", "hint": "synonyms for diverging", "clues": [["diverge", "move or draw apart", "diverge"], ["vary", "be at variance with; be out of line with", "vary"], ["deviate", "be at variance with; be out of line with", "deviate"], ["depart", "be at variance with; be out of line with", "depart"]]}, {"answer": "diversified", "hint": "synonyms for diversified", "clues": [["diversify", "spread into new habitats and produce variety or variegate", "diversify"], ["branch out", "vary in order to spread risk or to expand", "branch out"], ["radiate", "spread into new habitats and produce variety or variegate", "radiate"], ["broaden", "vary in order to spread risk or to expand", "broaden"]]}, {"answer": "diverted", "hint": "synonyms for diverted", "clues": [["deviate", "turn aside; turn away from", "deviate"], ["disport", "occupy in an agreeable, entertaining or pleasant fashion", "disport"], ["divert", "turn aside; turn away from", "divert"], ["hive off", "withdraw (money) and move into a different location, often secretly and with dishonest intentions", "hive off"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion", "amuse"]]}, {"answer": "diverting", "hint": "synonyms for diverting", "clues": [["deviate", "turn aside; turn away from", "deviate"], ["disport", "occupy in an agreeable, entertaining or pleasant fashion", "disport"], ["divert", "turn aside; turn away from", "divert"], ["hive off", "withdraw (money) and move into a different location, often secretly and with dishonest intentions", "hive off"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion", "amuse"]]}, {"answer": "divided", "hint": "synonyms for divided", "clues": [["divide", "force, take, or pull apart", "divide"], ["split", "separate into parts or portions", "split"], ["disunite", "force, take, or pull apart", "disunite"], ["part", "force, take, or pull apart", "part"], ["dissever", "separate into parts or portions", "dissever"], ["separate", "come apart", "separate"], ["split up", "separate into parts or portions", "split up"], ["fraction", "perform a division", "fraction"], ["carve up", "separate into parts or portions", "carve up"]]}, {"answer": "divorced", "hint": "synonyms for divorced", "clues": [["disunite", "part; cease or break association with", "disunite"], ["disjoint", "part; cease or break association with", "disjoint"], ["split up", "get a divorce; formally terminate a marriage", "split up"], ["dissociate", "part; cease or break association with", "dissociate"], ["divorce", "get a divorce; formally terminate a marriage", "divorce"]]}, {"answer": "doddering", "hint": "synonyms for doddering", "clues": [["coggle", "walk unsteadily", "coggle"], ["paddle", "walk unsteadily", "paddle"], ["toddle", "walk unsteadily", "toddle"], ["dodder", "walk unsteadily", "dodder"], ["totter", "walk unsteadily", "totter"], ["waddle", "walk unsteadily", "waddle"]]}, {"answer": "dogged", "hint": "synonyms for dogged", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["trail", "go after with the intent to catch", "trail"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "dogging", "hint": "synonyms for dogging", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["trail", "go after with the intent to catch", "trail"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "domesticated", "hint": "synonyms for domesticated", "clues": [["reclaim", "overcome the wildness of; make docile and tractable", "reclaim"], ["domesticise", "overcome the wildness of; make docile and tractable", "domesticise"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment", "naturalize"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"]]}, {"answer": "dominated", "hint": "synonyms for dominated", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["overlook", "look down on", "overlook"], ["command", "look down on", "command"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["overshadow", "be greater in significance than", "overshadow"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["eclipse", "be greater in significance than", "eclipse"], ["overtop", "look down on", "overtop"], ["rule", "be larger in number, quantity, power, status or importance", "rule"], ["master", "have dominance or the power to defeat over", "master"]]}, {"answer": "dominating", "hint": "synonyms for dominating", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["overlook", "look down on", "overlook"], ["command", "look down on", "command"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["overshadow", "be greater in significance than", "overshadow"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["eclipse", "be greater in significance than", "eclipse"], ["overtop", "look down on", "overtop"], ["rule", "be larger in number, quantity, power, status or importance", "rule"], ["master", "have dominance or the power to defeat over", "master"]]}, {"answer": "done", "hint": "synonyms for done", "clues": [["manage", "carry on or function", "manage"], ["come", "proceed or get along", "come"], ["serve", "be sufficient; be adequate, either in quality or quantity", "serve"], ["do", "carry out or practice; as of jobs and professions", "do"], ["make", "create or design, often in a certain way", "make"], ["set", "arrange attractively", "set"], ["perform", "carry out or perform an action", "perform"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "act"], ["execute", "carry out or perform an action", "execute"], ["exercise", "carry out or practice; as of jobs and professions", "exercise"], ["get along", "proceed or get along", "get along"], ["practice", "carry out or practice; as of jobs and professions", "practice"], ["coiffure", "arrange attractively", "coiffure"], ["make out", "proceed or get along", "make out"], ["coif", "arrange attractively", "coif"], ["cause", "give rise to; cause to happen or occur, not always intentionally", "cause"], ["dress", "arrange attractively", "dress"], ["arrange", "arrange attractively", "arrange"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "behave"], ["fare", "proceed or get along", "fare"], ["answer", "be sufficient; be adequate, either in quality or quantity", "answer"]]}, {"answer": "doomed", "hint": "synonyms for doomed", "clues": [["doom", "make certain of the failure or destruction of", "doom"], ["condemn", "pronounce a sentence on (somebody) in a court of law", "condemn"], ["destine", "decree or designate beforehand", "destine"], ["sentence", "pronounce a sentence on (somebody) in a court of law", "sentence"], ["designate", "decree or designate beforehand", "designate"], ["fate", "decree or designate beforehand", "fate"]]}, {"answer": "doting", "hint": "synonyms for doting", "clues": [["disperse", "distribute loosely", "disperse"], ["dote", "shower with love; show excessive affection for", "dote"], ["constellate", "scatter or intersperse like dots or studs", "constellate"], ["sprinkle", "distribute loosely", "sprinkle"], ["scatter", "distribute loosely", "scatter"], ["stud", "scatter or intersperse like dots or studs", "stud"], ["dust", "distribute loosely", "dust"]]}, {"answer": "dotted", "hint": "synonyms for dotted", "clues": [["disperse", "distribute loosely", "disperse"], ["dot", "scatter or intersperse like dots or studs", "dot"], ["constellate", "scatter or intersperse like dots or studs", "constellate"], ["sprinkle", "distribute loosely", "sprinkle"], ["scatter", "distribute loosely", "scatter"], ["stud", "scatter or intersperse like dots or studs", "stud"], ["dust", "distribute loosely", "dust"]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["duplicate", "increase twofold", "duplicate"], ["replicate", "make or do or perform again", "replicate"], ["double over", "bend over or curl up, usually with laughter or pain", "double over"], ["repeat", "make or do or perform again", "repeat"], ["double up", "bend over or curl up, usually with laughter or pain", "double up"]]}, {"answer": "doubled", "hint": "synonyms for doubled", "clues": [["double", "bridge: make a demand for (a card or suit)", "double"], ["replicate", "make or do or perform again", "replicate"], ["repeat", "make or do or perform again", "repeat"], ["duplicate", "make or do or perform again", "duplicate"], ["double over", "bend over or curl up, usually with laughter or pain", "double over"], ["double up", "bend over or curl up, usually with laughter or pain", "double up"]]}, {"answer": "down", "hint": "synonyms for down", "clues": [["polish", "improve or perfect by pruning or polishing", "polish"], ["pull down", "cause to come or go down", "pull down"], ["toss off", "drink down entirely", "toss off"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["go through", "eat immoderately", "go through"], ["knock down", "cause to come or go down", "knock down"], ["devour", "eat immoderately", "devour"], ["cut down", "cause to come or go down", "cut down"], ["shoot down", "shoot at and force to come down", "shoot down"], ["consume", "eat immoderately", "consume"], ["belt down", "drink down entirely", "belt down"], ["land", "shoot at and force to come down", "land"], ["kill", "drink down entirely", "kill"], ["drink down", "drink down entirely", "drink down"], ["refine", "improve or perfect by pruning or polishing", "refine"], ["push down", "cause to come or go down", "push down"], ["pop", "drink down entirely", "pop"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "dragging", "hint": "synonyms for dragging", "clues": [["drag", "to lag or linger behind", "drag"], ["scuff", "walk without lifting the feet", "scuff"], ["hale", "draw slowly or heavily", "hale"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["drop back", "to lag or linger behind", "drop back"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"], ["hang back", "to lag or linger behind", "hang back"], ["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["get behind", "to lag or linger behind", "get behind"], ["dredge", "search (as the bottom of a body of water) for something valuable or lost", "dredge"], ["drop behind", "to lag or linger behind", "drop behind"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["haul", "draw slowly or heavily", "haul"], ["trail", "to lag or linger behind", "trail"], ["draw", "suck in or take (air)", "draw"], ["puff", "suck in or take (air)", "puff"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["drag out", "proceed for an extended period of time", "drag out"], ["cart", "draw slowly or heavily", "cart"]]}, {"answer": "drained", "hint": "synonyms for drained", "clues": [["run out", "flow off gradually", "run out"], ["drain", "make weak", "drain"], ["enfeeble", "make weak", "enfeeble"], ["debilitate", "make weak", "debilitate"]]}, {"answer": "draining", "hint": "synonyms for draining", "clues": [["run out", "flow off gradually", "run out"], ["drain", "make weak", "drain"], ["enfeeble", "make weak", "enfeeble"], ["debilitate", "make weak", "debilitate"]]}, {"answer": "draped", "hint": "synonyms for draped", "clues": [["drape", "arrange in a particular way", "drape"], ["clothe", "cover as if with clothing", "clothe"], ["cloak", "cover as if with clothing", "cloak"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "drawn", "hint": "synonyms for drawn", "clues": [["draw", "elicit responses, such as objections, criticism, applause, etc.", "draw"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw and quarter"], ["tie", "finish a game with an equal number of points, goals, etc.", "tie"], ["make", "make, formulate, or derive in the mind", "make"], ["guide", "pass over, across, or through", "guide"], ["pull", "cause to move by pulling", "pull"], ["absorb", "take in, also metaphorically", "absorb"], ["delineate", "make a mark or lines on a surface", "delineate"], ["describe", "give a description of", "describe"], ["trace", "make a mark or lines on a surface", "trace"], ["soak up", "take in, also metaphorically", "soak up"], ["take up", "take in, also metaphorically", "take up"], ["reap", "get or derive", "reap"], ["pass", "pass over, across, or through", "pass"], ["eviscerate", "remove the entrails of", "eviscerate"], ["drag", "suck in or take (air)", "drag"], ["line", "make a mark or lines on a surface", "line"], ["imbibe", "take in, also metaphorically", "imbibe"], ["thread", "thread on or as if on a string", "thread"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw in"], ["withdraw", "remove (a commodity) from (a supply source)", "withdraw"], ["get", "earn or achieve a base by being walked by the pitcher", "get"], ["disembowel", "remove the entrails of", "disembowel"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull in"], ["force", "cause to move by pulling", "force"], ["take out", "take liquid out of a container or well", "take out"], ["draw off", "remove (a commodity) from (a supply source)", "draw off"], ["take in", "take in, also metaphorically", "take in"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["run", "pass over, across, or through", "run"], ["suck", "take in, also metaphorically", "suck"], ["depict", "give a description of", "depict"], ["string", "thread on or as if on a string", "string"], ["pull back", "stretch back a bowstring (on an archer's bow)", "pull back"], ["suck up", "take in, also metaphorically", "suck up"], ["cast", "choose at random", "cast"], ["puff", "suck in or take (air)", "puff"], ["sop up", "take in, also metaphorically", "sop up"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "quarter"], ["pull out", "bring, take, or pull out of a container or from under a cover", "pull out"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"]]}, {"answer": "dreamed", "hint": "synonyms for dreamed", "clues": [["woolgather", "have a daydream; indulge in a fantasy", "woolgather"], ["stargaze", "have a daydream; indulge in a fantasy", "stargaze"], ["dream", "experience while sleeping", "dream"], ["daydream", "have a daydream; indulge in a fantasy", "daydream"]]}, {"answer": "drenched", "hint": "synonyms for drenched", "clues": [["drench", "force to drink", "drench"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["swamp", "drench or submerge or be drenched or submerged", "swamp"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["imbrue", "permeate or impregnate", "imbrue"]]}, {"answer": "dress", "hint": "synonyms for dress", "clues": [["coiffure", "arrange attractively", "coiffure"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["get dressed", "put on clothes", "get dressed"], ["plume", "dress or groom with elaborate care", "plume"], ["primp", "dress or groom with elaborate care", "primp"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["dress up", "dress in a certain manner", "dress up"], ["coif", "arrange attractively", "coif"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["preen", "dress or groom with elaborate care", "preen"], ["dress out", "kill and prepare for market or consumption", "dress out"], ["arrange", "arrange attractively", "arrange"], ["groom", "give a neat appearance to", "groom"], ["curry", "give a neat appearance to", "curry"], ["do", "arrange attractively", "do"], ["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["decorate", "provide with decoration", "decorate"], ["set", "arrange attractively", "set"], ["garment", "provide with clothes or put clothes on", "garment"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["garnish", "decorate (food), as with parsley or other ornamental foods", "garnish"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["line up", "arrange in ranks", "line up"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "dressed", "hint": "synonyms for dressed", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["get dressed", "put on clothes", "get dressed"], ["primp", "dress or groom with elaborate care", "primp"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["dress up", "dress in a certain manner", "dress up"], ["dress out", "kill and prepare for market or consumption", "dress out"], ["groom", "give a neat appearance to", "groom"], ["do", "arrange attractively", "do"], ["garb", "provide with clothes or put clothes on", "garb"], ["set", "arrange attractively", "set"], ["garment", "provide with clothes or put clothes on", "garment"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"], ["coiffure", "arrange attractively", "coiffure"], ["plume", "dress or groom with elaborate care", "plume"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["coif", "arrange attractively", "coif"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["preen", "dress or groom with elaborate care", "preen"], ["arrange", "arrange attractively", "arrange"], ["curry", "give a neat appearance to", "curry"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["decorate", "provide with decoration", "decorate"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["garnish", "decorate (food), as with parsley or other ornamental foods", "garnish"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["line up", "arrange in ranks", "line up"]]}, {"answer": "drifting", "hint": "synonyms for drifting", "clues": [["stray", "wander from a direct course or at random", "stray"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["drift", "be in motion due to some air or water current", "drift"], ["float", "be in motion due to some air or water current", "float"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["err", "wander from a direct course or at random", "err"], ["be adrift", "be in motion due to some air or water current", "be adrift"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["blow", "be in motion due to some air or water current", "blow"], ["freewheel", "live unhurriedly, irresponsibly, or freely", "freewheel"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "drilled", "hint": "synonyms for drilled", "clues": [["drill", "make a hole, especially with a pointed power or hand tool", "drill"], ["practice", "learn by repetition", "practice"], ["exercise", "learn by repetition", "exercise"], ["bore", "make a hole, especially with a pointed power or hand tool", "bore"]]}, {"answer": "driven", "hint": "synonyms for driven", "clues": [["labor", "strive and make an effort to reach a goal", "labor"], ["drive", "proceed along in a vehicle", "drive"], ["ram", "force into or from an action or state, either physically or metaphorically", "ram"], ["repel", "cause to move back by force or influence", "repel"], ["take", "proceed along in a vehicle", "take"], ["repulse", "cause to move back by force or influence", "repulse"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["aim", "move into a desired direction of discourse", "aim"], ["get", "move into a desired direction of discourse", "get"], ["force", "force into or from an action or state, either physically or metaphorically", "force"], ["beat back", "cause to move back by force or influence", "beat back"], ["tug", "strive and make an effort to reach a goal", "tug"], ["push", "strive and make an effort to reach a goal", "push"], ["ride", "have certain properties when driven", "ride"], ["motor", "travel or be transported in a vehicle", "motor"]]}, {"answer": "driving", "hint": "synonyms for driving", "clues": [["labor", "strive and make an effort to reach a goal", "labor"], ["drive", "proceed along in a vehicle", "drive"], ["ram", "force into or from an action or state, either physically or metaphorically", "ram"], ["repel", "cause to move back by force or influence", "repel"], ["take", "proceed along in a vehicle", "take"], ["repulse", "cause to move back by force or influence", "repulse"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["aim", "move into a desired direction of discourse", "aim"], ["get", "move into a desired direction of discourse", "get"], ["force", "force into or from an action or state, either physically or metaphorically", "force"], ["beat back", "cause to move back by force or influence", "beat back"], ["tug", "strive and make an effort to reach a goal", "tug"], ["push", "strive and make an effort to reach a goal", "push"], ["ride", "have certain properties when driven", "ride"], ["motor", "travel or be transported in a vehicle", "motor"]]}, {"answer": "drooping", "hint": "synonyms for drooping", "clues": [["loll", "hang loosely or laxly", "loll"], ["wilt", "become limp", "wilt"], ["sag", "droop, sink, or settle from or as if from pressure or loss of tautness", "sag"], ["droop", "become limp", "droop"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness", "flag"]]}, {"answer": "dropping", "hint": "synonyms for dropping", "clues": [["dribble", "let or cause to fall in drops", "dribble"], ["deteriorate", "grow worse", "deteriorate"], ["drop down", "fall or descend to a lower place or level", "drop down"], ["drop", "stop associating with", "drop"], ["spend", "pay out", "spend"], ["cast", "get rid of", "cast"], ["pretermit", "leave undone or leave out", "pretermit"], ["set down", "leave or unload", "set down"], ["knock off", "stop pursuing or acting", "knock off"], ["miss", "leave undone or leave out", "miss"], ["sink", "fall or descend to a lower place or level", "sink"], ["send away", "stop associating with", "send away"], ["neglect", "leave undone or leave out", "neglect"], ["shed", "get rid of", "shed"], ["overleap", "leave undone or leave out", "overleap"], ["leave out", "leave undone or leave out", "leave out"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["shake off", "get rid of", "shake off"], ["unload", "leave or unload", "unload"], ["degenerate", "grow worse", "degenerate"], ["dangle", "hang freely", "dangle"], ["throw off", "get rid of", "throw off"], ["discharge", "leave or unload", "discharge"], ["put down", "leave or unload", "put down"], ["drip", "let or cause to fall in drops", "drip"], ["send packing", "stop associating with", "send packing"], ["overlook", "leave undone or leave out", "overlook"], ["expend", "pay out", "expend"], ["omit", "leave undone or leave out", "omit"], ["swing", "hang freely", "swing"], ["drop off", "leave or unload", "drop off"], ["fell", "cause to fall by or as if by delivering a blow", "fell"], ["strike down", "cause to fall by or as if by delivering a blow", "strike down"], ["flatten", "lower the pitch of (musical notes)", "flatten"], ["throw away", "get rid of", "throw away"], ["devolve", "grow worse", "devolve"], ["dismiss", "stop associating with", "dismiss"]]}, {"answer": "drudging", "hint": "synonyms for drudging", "clues": [["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["labor", "work hard", "labor"], ["moil", "work hard", "moil"]]}, {"answer": "drunk", "hint": "synonyms for drunk", "clues": [["imbibe", "take in liquids", "imbibe"], ["drink", "take in liquids", "drink"], ["tope", "drink excessive amounts of alcohol; be an alcoholic", "tope"], ["pledge", "propose a toast to", "pledge"], ["drink in", "be fascinated or spell-bound by; pay close attention to", "drink in"], ["fuddle", "consume alcohol", "fuddle"], ["toast", "propose a toast to", "toast"], ["salute", "propose a toast to", "salute"], ["booze", "consume alcohol", "booze"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "dull", "hint": "synonyms for dull", "clues": [["blunt", "make numb or insensitive", "blunt"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["pall", "become less interesting or attractive", "pall"], ["benumb", "make numb or insensitive", "benumb"], ["numb", "make numb or insensitive", "numb"], ["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"]]}, {"answer": "dulled", "hint": "synonyms for dulled", "clues": [["dull", "make numb or insensitive", "dull"], ["blunt", "make numb or insensitive", "blunt"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["pall", "become less interesting or attractive", "pall"], ["benumb", "make numb or insensitive", "benumb"], ["numb", "make numb or insensitive", "numb"], ["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"]]}, {"answer": "dumbfounded", "hint": "synonyms for dumbfounded", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "dumbfounding", "hint": "synonyms for dumbfounding", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "dun", "hint": "synonyms for dun", "clues": [["frustrate", "treat cruelly", "frustrate"], ["bedevil", "treat cruelly", "bedevil"], ["torment", "treat cruelly", "torment"], ["rag", "treat cruelly", "rag"], ["crucify", "treat cruelly", "crucify"]]}, {"answer": "duplicate", "hint": "synonyms for duplicate", "clues": [["replicate", "make or do or perform again", "replicate"], ["twin", "duplicate or match", "twin"], ["double", "make or do or perform again", "double"], ["repeat", "make or do or perform again", "repeat"], ["parallel", "duplicate or match", "parallel"]]}, {"answer": "dying", "hint": "synonyms for dying", "clues": [["die", "suffer or face the pain of death", "die"], ["die out", "cut or shape with a die", "die out"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["go", "stop operating or functioning", "go"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give out", "stop operating or functioning", "give out"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["break down", "stop operating or functioning", "break down"], ["pall", "lose sparkle or bouquet", "pall"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["break", "stop operating or functioning", "break"], ["become flat", "lose sparkle or bouquet", "become flat"], ["go bad", "stop operating or functioning", "go bad"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["conk out", "stop operating or functioning", "conk out"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["give way", "stop operating or functioning", "give way"], ["fail", "stop operating or functioning", "fail"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"]]}, {"answer": "earned", "hint": "synonyms for earned", "clues": [["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["garner", "acquire or deserve by one's efforts or actions", "garner"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "eased", "hint": "synonyms for eased", "clues": [["ease", "lessen pain or discomfort; alleviate", "ease"], ["relieve", "lessen the intensity of or calm", "relieve"], ["facilitate", "make easier", "facilitate"], ["still", "lessen the intensity of or calm", "still"], ["comfort", "lessen pain or discomfort; alleviate", "comfort"], ["allay", "lessen the intensity of or calm", "allay"], ["alleviate", "make easier", "alleviate"]]}, {"answer": "echoing", "hint": "synonyms for echoing", "clues": [["echo", "ring or echo with sound", "echo"], ["reverberate", "ring or echo with sound", "reverberate"], ["ring", "ring or echo with sound", "ring"], ["resound", "ring or echo with sound", "resound"], ["repeat", "to say again or imitate", "repeat"], ["recall", "call to mind", "recall"]]}, {"answer": "edged", "hint": "synonyms for edged", "clues": [["inch", "advance slowly, as if by inches", "inch"], ["edge", "advance slowly, as if by inches", "edge"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["march", "lie adjacent to another or share a boundary", "march"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"]]}, {"answer": "edited", "hint": "synonyms for edited", "clues": [["edit", "cut or eliminate", "edit"], ["delete", "cut or eliminate", "delete"], ["edit out", "cut and assemble the components of", "edit out"], ["redact", "prepare for publication or presentation by correcting, revising, or adapting", "redact"], ["blue-pencil", "cut or eliminate", "blue-pencil"], ["cut", "cut and assemble the components of", "cut"]]}, {"answer": "educated", "hint": "synonyms for educated", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["educate", "give an education to", "educate"], ["prepare", "create by training and teaching", "prepare"], ["develop", "create by training and teaching", "develop"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["school", "teach or refine to be discriminative in taste or judgment", "school"]]}, {"answer": "effervescing", "hint": "synonyms for effervescing", "clues": [["froth", "become bubbly or frothy or foaming", "froth"], ["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"]]}, {"answer": "elaborate", "hint": "synonyms for elaborate", "clues": [["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["rarify", "make more complex, intricate, or richer", "rarify"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["complicate", "make more complex, intricate, or richer", "complicate"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["refine", "make more complex, intricate, or richer", "refine"], ["work out", "work out in detail", "work out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"]]}, {"answer": "elaborated", "hint": "synonyms for elaborated", "clues": [["elaborate", "produce from basic elements or sources; change into a more developed product", "elaborate"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["rarify", "make more complex, intricate, or richer", "rarify"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["complicate", "make more complex, intricate, or richer", "complicate"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["refine", "make more complex, intricate, or richer", "refine"], ["work out", "work out in detail", "work out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"]]}, {"answer": "elapsed", "hint": "synonyms for elapsed", "clues": [["elapse", "pass by", "elapse"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["slip by", "pass by", "slip by"], ["go along", "pass by", "go along"], ["glide by", "pass by", "glide by"], ["pass", "pass by", "pass"]]}, {"answer": "elated", "hint": "synonyms for elated", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["lift up", "fill with high spirits; fill with optimism", "lift up"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["uplift", "fill with high spirits; fill with optimism", "uplift"]]}, {"answer": "elating", "hint": "synonyms for elating", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["lift up", "fill with high spirits; fill with optimism", "lift up"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["uplift", "fill with high spirits; fill with optimism", "uplift"]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["raise", "raise in rank or condition", "raise"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["elevate", "give a promotion to or assign to a higher position", "elevate"], ["get up", "raise from a lower to a higher position", "get up"], ["lift", "raise from a lower to a higher position", "lift"], ["bring up", "raise from a lower to a higher position", "bring up"], ["promote", "give a promotion to or assign to a higher position", "promote"], ["advance", "give a promotion to or assign to a higher position", "advance"]]}, {"answer": "elicited", "hint": "synonyms for elicited", "clues": [["draw out", "deduce (a principle) or construe (a meaning)", "draw out"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["elicit", "derive by reason", "elicit"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["educe", "deduce (a principle) or construe (a meaning)", "educe"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["extract", "deduce (a principle) or construe (a meaning)", "extract"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"]]}, {"answer": "embarrassed", "hint": "synonyms for embarrassed", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["abash", "cause to be embarrassed; cause to feel self-conscious", "abash"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"]]}, {"answer": "embarrassing", "hint": "synonyms for embarrassing", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["abash", "cause to be embarrassed; cause to feel self-conscious", "abash"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"]]}, {"answer": "embedded", "hint": "synonyms for embedded", "clues": [["plant", "fix or set securely or deeply", "plant"], ["implant", "fix or set securely or deeply", "implant"], ["imbed", "fix or set securely or deeply", "imbed"], ["embed", "fix or set securely or deeply", "embed"], ["engraft", "fix or set securely or deeply", "engraft"]]}, {"answer": "embezzled", "hint": "synonyms for embezzled", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "defalcate"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "misappropriate"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "malversate"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "peculate"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "embezzle"]]}, {"answer": "embodied", "hint": "synonyms for embodied", "clues": [["embody", "represent, as of a character on stage", "embody"], ["substantiate", "represent in bodily form", "substantiate"], ["personify", "represent, as of a character on stage", "personify"], ["be", "represent, as of a character on stage", "be"], ["body forth", "represent in bodily form", "body forth"], ["incarnate", "represent in bodily form", "incarnate"]]}, {"answer": "emboldened", "hint": "synonyms for emboldened", "clues": [["embolden", "give encouragement to", "embolden"], ["hearten", "give encouragement to", "hearten"], ["cheer", "give encouragement to", "cheer"], ["recreate", "give encouragement to", "recreate"]]}, {"answer": "embroiled", "hint": "synonyms for embroiled", "clues": [["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["drag", "force into some kind of situation, condition, or course of action", "drag"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"]]}, {"answer": "emerging", "hint": "synonyms for emerging", "clues": [["emerge", "come out into view, as from concealment", "emerge"], ["issue", "come out of", "issue"], ["egress", "come out of", "egress"], ["come forth", "happen or occur as a result of something", "come forth"], ["go forth", "come out of", "go forth"], ["come out", "come out of", "come out"]]}, {"answer": "emphasised", "hint": "synonyms for emphasised", "clues": [["accent", "to stress, single out as important", "accent"], ["emphasize", "to stress, single out as important", "emphasize"], ["stress", "to stress, single out as important", "stress"], ["underline", "give extra weight to (a communication)", "underline"], ["punctuate", "to stress, single out as important", "punctuate"], ["underscore", "give extra weight to (a communication)", "underscore"], ["accentuate", "to stress, single out as important", "accentuate"]]}, {"answer": "emphasized", "hint": "synonyms for emphasized", "clues": [["accent", "to stress, single out as important", "accent"], ["emphasize", "to stress, single out as important", "emphasize"], ["stress", "to stress, single out as important", "stress"], ["underline", "give extra weight to (a communication)", "underline"], ["punctuate", "to stress, single out as important", "punctuate"], ["underscore", "give extra weight to (a communication)", "underscore"], ["accentuate", "to stress, single out as important", "accentuate"]]}, {"answer": "employed", "hint": "synonyms for employed", "clues": [["engage", "engage or hire for work", "engage"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "use"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"], ["hire", "engage or hire for work", "hire"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "apply"]]}, {"answer": "empowered", "hint": "synonyms for empowered", "clues": [["empower", "give qualities or abilities to", "empower"], ["authorize", "give or delegate power or authority to", "authorize"], ["gift", "give qualities or abilities to", "gift"], ["endow", "give qualities or abilities to", "endow"], ["endue", "give qualities or abilities to", "endue"], ["indue", "give qualities or abilities to", "indue"], ["invest", "give qualities or abilities to", "invest"]]}, {"answer": "empty", "hint": "synonyms for empty", "clues": [["discharge", "become empty or void of its content", "discharge"], ["vacate", "leave behind empty; move out of", "vacate"], ["void", "excrete or discharge from the body", "void"], ["abandon", "leave behind empty; move out of", "abandon"]]}, {"answer": "enamored", "hint": "synonyms for enamored", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "enchanted", "hint": "synonyms for enchanted", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["catch", "attract; cause to be enamored", "catch"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"], ["ravish", "hold spellbound", "ravish"], ["becharm", "attract; cause to be enamored", "becharm"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["captivate", "attract; cause to be enamored", "captivate"], ["delight", "hold spellbound", "delight"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "enchanting", "hint": "synonyms for enchanting", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["catch", "attract; cause to be enamored", "catch"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"], ["ravish", "hold spellbound", "ravish"], ["becharm", "attract; cause to be enamored", "becharm"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["captivate", "attract; cause to be enamored", "captivate"], ["delight", "hold spellbound", "delight"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "enclosed", "hint": "synonyms for enclosed", "clues": [["insert", "introduce", "insert"], ["put in", "introduce", "put in"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["hold in", "close in; darkness enclosed him\"", "hold in"], ["shut in", "surround completely", "shut in"], ["introduce", "introduce", "introduce"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["confine", "close in; darkness enclosed him\"", "confine"], ["inclose", "surround completely", "inclose"], ["stick in", "introduce", "stick in"], ["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["close in", "surround completely", "close in"]]}, {"answer": "encompassing", "hint": "synonyms for encompassing", "clues": [["cover", "include in scope; include as part of something broader; have as one's sphere or territory", "cover"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory", "embrace"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory", "encompass"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory", "comprehend"]]}, {"answer": "encouraged", "hint": "synonyms for encouraged", "clues": [["encourage", "inspire with confidence; give hope or courage to", "encourage"], ["boost", "contribute to the progress or growth of", "boost"], ["advance", "contribute to the progress or growth of", "advance"], ["promote", "contribute to the progress or growth of", "promote"], ["further", "contribute to the progress or growth of", "further"]]}, {"answer": "encouraging", "hint": "synonyms for encouraging", "clues": [["encourage", "inspire with confidence; give hope or courage to", "encourage"], ["boost", "contribute to the progress or growth of", "boost"], ["advance", "contribute to the progress or growth of", "advance"], ["promote", "contribute to the progress or growth of", "promote"], ["further", "contribute to the progress or growth of", "further"]]}, {"answer": "encroaching", "hint": "synonyms for encroaching", "clues": [["encroach", "impinge or infringe upon", "encroach"], ["infringe", "advance beyond the usual limit", "infringe"], ["impinge", "advance beyond the usual limit", "impinge"], ["entrench", "impinge or infringe upon", "entrench"]]}, {"answer": "endangered", "hint": "synonyms for endangered", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["scupper", "put in a dangerous, disadvantageous, or difficult position", "scupper"], ["menace", "pose a threat to; present a danger to", "menace"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["peril", "pose a threat to; present a danger to", "peril"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["queer", "put in a dangerous, disadvantageous, or difficult position", "queer"], ["endanger", "put in a dangerous, disadvantageous, or difficult position", "endanger"], ["expose", "put in a dangerous, disadvantageous, or difficult position", "expose"]]}, {"answer": "ended", "hint": "synonyms for ended", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["end", "be the end of; be the last or concluding part of", "end"], ["terminate", "bring to an end or halt", "terminate"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"]]}, {"answer": "endowed", "hint": "synonyms for endowed", "clues": [["empower", "give qualities or abilities to", "empower"], ["endow", "furnish with an endowment", "endow"], ["indue", "give qualities or abilities to", "indue"], ["invest", "give qualities or abilities to", "invest"], ["gift", "give qualities or abilities to", "gift"], ["dower", "furnish with an endowment", "dower"], ["endue", "give qualities or abilities to", "endue"]]}, {"answer": "enduring", "hint": "synonyms for enduring", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["hold up", "continue to live through hardship or adversity", "hold up"], ["run", "continue to exist", "run"], ["live", "continue to live through hardship or adversity", "live"], ["last", "persist for a specified period of time", "last"], ["abide", "put up with something or somebody unpleasant", "abide"], ["survive", "continue to live through hardship or adversity", "survive"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["live on", "continue to live through hardship or adversity", "live on"], ["bear", "put up with something or somebody unpleasant", "bear"], ["brave", "face and withstand with courage", "brave"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["go", "continue to live through hardship or adversity", "go"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["hold out", "last and be usable", "hold out"], ["persist", "continue to exist", "persist"], ["prevail", "continue to exist", "prevail"], ["die hard", "continue to exist", "die hard"], ["stand", "put up with something or somebody unpleasant", "stand"], ["brave out", "face and withstand with courage", "brave out"], ["wear", "last and be usable", "wear"], ["digest", "put up with something or somebody unpleasant", "digest"], ["weather", "face and withstand with courage", "weather"], ["brook", "put up with something or somebody unpleasant", "brook"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "energising", "hint": "synonyms for energising", "clues": [["energize", "cause to be alert and energetic", "energize"], ["brace", "cause to be alert and energetic", "brace"], ["excite", "raise to a higher energy level", "excite"], ["arouse", "cause to be alert and energetic", "arouse"], ["perk up", "cause to be alert and energetic", "perk up"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "energizing", "hint": "synonyms for energizing", "clues": [["energize", "cause to be alert and energetic", "energize"], ["excite", "raise to a higher energy level", "excite"], ["perk up", "cause to be alert and energetic", "perk up"], ["arouse", "cause to be alert and energetic", "arouse"], ["brace", "cause to be alert and energetic", "brace"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "enervated", "hint": "synonyms for enervated", "clues": [["faze", "disturb the composure of", "faze"], ["unnerve", "disturb the composure of", "unnerve"], ["enervate", "weaken mentally or morally", "enervate"], ["unsettle", "disturb the composure of", "unsettle"]]}, {"answer": "enervating", "hint": "synonyms for enervating", "clues": [["faze", "disturb the composure of", "faze"], ["unnerve", "disturb the composure of", "unnerve"], ["enervate", "weaken mentally or morally", "enervate"], ["unsettle", "disturb the composure of", "unsettle"]]}, {"answer": "enforced", "hint": "synonyms for enforced", "clues": [["apply", "ensure observance of laws and rules", "apply"], ["enforce", "ensure observance of laws and rules", "enforce"], ["impose", "compel to behave in a certain way", "impose"], ["implement", "ensure observance of laws and rules", "implement"]]}, {"answer": "engaged", "hint": "synonyms for engaged", "clues": [["pursue", "carry out or participate in an activity; be involved in", "pursue"], ["engage", "engage or hire for work", "engage"], ["prosecute", "carry out or participate in an activity; be involved in", "prosecute"], ["rent", "engage for service under a term of contract", "rent"], ["operate", "keep engaged", "operate"], ["hire", "engage for service under a term of contract", "hire"], ["plight", "give to in marriage", "plight"], ["take", "engage for service under a term of contract", "take"], ["employ", "engage or hire for work", "employ"], ["engross", "consume all of one's attention or time", "engross"], ["lease", "engage for service under a term of contract", "lease"], ["affiance", "give to in marriage", "affiance"], ["absorb", "consume all of one's attention or time", "absorb"], ["enlist", "hire for work or assistance", "enlist"], ["lock", "keep engaged", "lock"], ["charter", "engage for service under a term of contract", "charter"], ["betroth", "give to in marriage", "betroth"], ["mesh", "keep engaged", "mesh"], ["occupy", "consume all of one's attention or time", "occupy"], ["wage", "carry on (wars, battles, or campaigns)", "wage"]]}, {"answer": "engaging", "hint": "synonyms for engaging", "clues": [["pursue", "carry out or participate in an activity; be involved in", "pursue"], ["engage", "engage or hire for work", "engage"], ["prosecute", "carry out or participate in an activity; be involved in", "prosecute"], ["rent", "engage for service under a term of contract", "rent"], ["operate", "keep engaged", "operate"], ["hire", "engage for service under a term of contract", "hire"], ["plight", "give to in marriage", "plight"], ["take", "engage for service under a term of contract", "take"], ["employ", "engage or hire for work", "employ"], ["engross", "consume all of one's attention or time", "engross"], ["lease", "engage for service under a term of contract", "lease"], ["affiance", "give to in marriage", "affiance"], ["absorb", "consume all of one's attention or time", "absorb"], ["enlist", "hire for work or assistance", "enlist"], ["lock", "keep engaged", "lock"], ["charter", "engage for service under a term of contract", "charter"], ["betroth", "give to in marriage", "betroth"], ["mesh", "keep engaged", "mesh"], ["occupy", "consume all of one's attention or time", "occupy"], ["wage", "carry on (wars, battles, or campaigns)", "wage"]]}, {"answer": "engorged", "hint": "synonyms for engorged", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"]]}, {"answer": "engraved", "hint": "synonyms for engraved", "clues": [["etch", "carve or cut a design or letters into", "etch"], ["grave", "carve, cut, or etch into a material or surface", "grave"], ["engrave", "carve or cut into a block used for printing or print from such a block", "engrave"], ["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"]]}, {"answer": "engrossed", "hint": "synonyms for engrossed", "clues": [["steep", "devote (oneself) fully to", "steep"], ["absorb", "consume all of one's attention or time", "absorb"], ["immerse", "devote (oneself) fully to", "immerse"], ["plunge", "devote (oneself) fully to", "plunge"], ["engulf", "devote (oneself) fully to", "engulf"], ["soak up", "devote (oneself) fully to", "soak up"], ["engage", "consume all of one's attention or time", "engage"], ["engross", "consume all of one's attention or time", "engross"], ["occupy", "consume all of one's attention or time", "occupy"]]}, {"answer": "engrossing", "hint": "synonyms for engrossing", "clues": [["steep", "devote (oneself) fully to", "steep"], ["absorb", "consume all of one's attention or time", "absorb"], ["immerse", "devote (oneself) fully to", "immerse"], ["plunge", "devote (oneself) fully to", "plunge"], ["engulf", "devote (oneself) fully to", "engulf"], ["soak up", "devote (oneself) fully to", "soak up"], ["engage", "consume all of one's attention or time", "engage"], ["engross", "consume all of one's attention or time", "engross"], ["occupy", "consume all of one's attention or time", "occupy"]]}, {"answer": "enkindled", "hint": "synonyms for enkindled", "clues": [["enkindle", "cause to start burning", "enkindle"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["conflagrate", "cause to start burning", "conflagrate"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["inflame", "cause to start burning", "inflame"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"]]}, {"answer": "enlarged", "hint": "synonyms for enlarged", "clues": [["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["enlarge", "make large", "enlarge"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["blow up", "make large", "blow up"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["magnify", "make large", "magnify"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"]]}, {"answer": "enlightened", "hint": "synonyms for enlightened", "clues": [["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["edify", "make understand", "edify"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["irradiate", "give spiritual insight to; in religion", "irradiate"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"]]}, {"answer": "enlightening", "hint": "synonyms for enlightening", "clues": [["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["edify", "make understand", "edify"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["irradiate", "give spiritual insight to; in religion", "irradiate"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"]]}, {"answer": "enlivened", "hint": "synonyms for enlivened", "clues": [["inspire", "heighten or intensify", "inspire"], ["liven up", "make lively", "liven up"], ["enliven", "make lively", "enliven"], ["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["animate", "make lively", "animate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "enlivening", "hint": "synonyms for enlivening", "clues": [["inspire", "heighten or intensify", "inspire"], ["liven up", "make lively", "liven up"], ["enliven", "make lively", "enliven"], ["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["animate", "make lively", "animate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "ennobling", "hint": "synonyms for ennobling", "clues": [["dignify", "confer dignity or honor upon", "dignify"], ["gentle", "give a title to someone; make someone a member of the nobility", "gentle"], ["ennoble", "confer dignity or honor upon", "ennoble"], ["entitle", "give a title to someone; make someone a member of the nobility", "entitle"]]}, {"answer": "enraptured", "hint": "synonyms for enraptured", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["delight", "hold spellbound", "delight"], ["ravish", "hold spellbound", "ravish"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"]]}, {"answer": "entangled", "hint": "synonyms for entangled", "clues": [["entangle", "twist together or entwine into a confusing mass", "entangle"], ["mat", "twist together or entwine into a confusing mass", "mat"], ["mire", "entrap", "mire"], ["snarl", "twist together or entwine into a confusing mass", "snarl"]]}, {"answer": "entertained", "hint": "synonyms for entertained", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["think of", "take into consideration, have in view", "think of"], ["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["entertain", "provide entertainment for", "entertain"], ["think about", "take into consideration, have in view", "think about"], ["toy with", "take into consideration, have in view", "toy with"], ["flirt with", "take into consideration, have in view", "flirt with"]]}, {"answer": "entertaining", "hint": "synonyms for entertaining", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["think of", "take into consideration, have in view", "think of"], ["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["entertain", "provide entertainment for", "entertain"], ["think about", "take into consideration, have in view", "think about"], ["toy with", "take into consideration, have in view", "toy with"], ["flirt with", "take into consideration, have in view", "flirt with"]]}, {"answer": "enthralled", "hint": "synonyms for enthralled", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"], ["delight", "hold spellbound", "delight"], ["ravish", "hold spellbound", "ravish"]]}, {"answer": "enthralling", "hint": "synonyms for enthralling", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"], ["delight", "hold spellbound", "delight"], ["ravish", "hold spellbound", "ravish"]]}, {"answer": "entitled", "hint": "synonyms for entitled", "clues": [["gentle", "give a title to someone; make someone a member of the nobility", "gentle"], ["entitle", "give the right to", "entitle"], ["title", "give a title to", "title"], ["ennoble", "give a title to someone; make someone a member of the nobility", "ennoble"]]}, {"answer": "entranced", "hint": "synonyms for entranced", "clues": [["spellbind", "put into a trance", "spellbind"], ["catch", "attract; cause to be enamored", "catch"], ["entrance", "put into a trance", "entrance"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "entrancing", "hint": "synonyms for entrancing", "clues": [["spellbind", "put into a trance", "spellbind"], ["catch", "attract; cause to be enamored", "catch"], ["entrance", "put into a trance", "entrance"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "entrenched", "hint": "synonyms for entrenched", "clues": [["entrench", "occupy a trench or secured area", "entrench"], ["encroach", "impinge or infringe upon", "encroach"], ["dig in", "occupy a trench or secured area", "dig in"], ["impinge", "impinge or infringe upon", "impinge"]]}, {"answer": "enveloping", "hint": "synonyms for enveloping", "clues": [["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"]]}, {"answer": "envisioned", "hint": "synonyms for envisioned", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["foresee", "picture to oneself; imagine possible", "foresee"], ["envision", "picture to oneself; imagine possible", "envision"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"]]}, {"answer": "enwrapped", "hint": "synonyms for enwrapped", "clues": [["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"]]}, {"answer": "equal", "hint": "synonyms for equal", "clues": [["touch", "be equal to in quality or ability", "touch"], ["be", "be identical or equivalent to", "be"], ["rival", "be equal to in quality or ability", "rival"], ["match", "make equal, uniform, corresponding, or matching", "match"], ["equalise", "make equal, uniform, corresponding, or matching", "equalise"], ["equate", "make equal, uniform, corresponding, or matching", "equate"]]}, {"answer": "equipped", "hint": "synonyms for equipped", "clues": [["fit out", "provide with (something) usually for a specific purpose", "fit out"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["equip", "provide with (something) usually for a specific purpose", "equip"], ["fit", "provide with (something) usually for a specific purpose", "fit"]]}, {"answer": "erect", "hint": "synonyms for erect", "clues": [["raise", "construct, build, or erect", "raise"], ["rear", "construct, build, or erect", "rear"], ["put up", "construct, build, or erect", "put up"], ["set up", "construct, build, or erect", "set up"]]}, {"answer": "eroded", "hint": "synonyms for eroded", "clues": [["gnaw at", "become ground down or deteriorate", "gnaw at"], ["eat at", "become ground down or deteriorate", "eat at"], ["erode", "become ground down or deteriorate", "erode"], ["gnaw", "become ground down or deteriorate", "gnaw"], ["wear away", "become ground down or deteriorate", "wear away"], ["fret", "remove soil or rock", "fret"], ["eat away", "remove soil or rock", "eat away"]]}, {"answer": "erring", "hint": "synonyms for erring", "clues": [["mistake", "to make a mistake or be incorrect", "mistake"], ["err", "to make a mistake or be incorrect", "err"], ["stray", "wander from a direct course or at random", "stray"], ["drift", "wander from a direct course or at random", "drift"], ["slip", "to make a mistake or be incorrect", "slip"]]}, {"answer": "escaped", "hint": "synonyms for escaped", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["escape", "fail to experience", "escape"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action", "get by"], ["break loose", "run away from confinement", "break loose"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action", "get off"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["get away", "run away from confinement", "get away"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action", "get out"], ["run", "flee; take to one's heels; cut and run", "run"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["elude", "be incomprehensible to; escape understanding by", "elude"], ["miss", "fail to experience", "miss"]]}, {"answer": "established", "hint": "synonyms for established", "clues": [["build", "build or establish something abstract", "build"], ["make", "institute, enact, or establish", "make"], ["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["plant", "set up or lay the groundwork for", "plant"], ["give", "bring about", "give"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"], ["ground", "use as a basis for; found on", "ground"], ["set up", "set up or found", "set up"], ["base", "use as a basis for; found on", "base"], ["instal", "place", "instal"], ["lay down", "institute, enact, or establish", "lay down"], ["found", "set up or lay the groundwork for", "found"], ["launch", "set up or found", "launch"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment", "demonstrate"], ["prove", "establish the validity of something, as by an example, explanation or experiment", "prove"], ["constitute", "set up or lay the groundwork for", "constitute"]]}, {"answer": "esteemed", "hint": "synonyms for esteemed", "clues": [["repute", "look on as or consider", "repute"], ["esteem", "regard highly; think much of", "esteem"], ["respect", "regard highly; think much of", "respect"], ["think of", "look on as or consider", "think of"], ["regard as", "look on as or consider", "regard as"], ["look on", "look on as or consider", "look on"], ["take to be", "look on as or consider", "take to be"], ["prize", "regard highly; think much of", "prize"], ["prise", "regard highly; think much of", "prise"], ["value", "regard highly; think much of", "value"]]}, {"answer": "estranged", "hint": "synonyms for estranged", "clues": [["estrange", "remove from customary environment or associations", "estrange"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "disaffect"], ["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "alienate"], ["alien", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "alien"]]}, {"answer": "estranging", "hint": "synonyms for estranging", "clues": [["estrange", "remove from customary environment or associations", "estrange"], ["disaffect", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "disaffect"], ["alienate", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "alienate"], ["alien", "arouse hostility or indifference in where there had formerly been love, affection, or friendliness", "alien"]]}, {"answer": "evaporated", "hint": "synonyms for evaporated", "clues": [["vaporise", "cause to change into a vapor", "vaporise"], ["disappear", "become less intense and fade away gradually", "disappear"], ["evaporate", "change into a vapor", "evaporate"], ["melt", "become less intense and fade away gradually", "melt"]]}, {"answer": "evidenced", "hint": "synonyms for evidenced", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["bear witness", "provide evidence for", "bear witness"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "certify"], ["evidence", "provide evidence for", "evidence"], ["prove", "provide evidence for", "prove"], ["testify", "provide evidence for", "testify"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "demonstrate"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "attest"], ["show", "provide evidence for", "show"], ["tell", "give evidence", "tell"]]}, {"answer": "evoked", "hint": "synonyms for evoked", "clues": [["call forth", "evoke or provoke to appear or occur", "call forth"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["extract", "deduce (a principle) or construe (a meaning)", "extract"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["provoke", "evoke or provoke to appear or occur", "provoke"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["draw out", "deduce (a principle) or construe (a meaning)", "draw out"], ["evoke", "evoke or provoke to appear or occur", "evoke"], ["educe", "deduce (a principle) or construe (a meaning)", "educe"], ["suggest", "call to mind", "suggest"], ["kick up", "evoke or provoke to appear or occur", "kick up"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["paint a picture", "call to mind", "paint a picture"], ["fire", "call forth (emotions, feelings, and responses)", "fire"]]}, {"answer": "exacerbating", "hint": "synonyms for exacerbating", "clues": [["exasperate", "make worse", "exasperate"], ["exacerbate", "exasperate or irritate", "exacerbate"], ["worsen", "make worse", "worsen"], ["aggravate", "exasperate or irritate", "aggravate"]]}, {"answer": "exacting", "hint": "synonyms for exacting", "clues": [["demand", "claim as due or just", "demand"], ["claim", "take as an undesirable consequence of some event or state of affairs", "claim"], ["take", "take as an undesirable consequence of some event or state of affairs", "take"], ["exact", "take as an undesirable consequence of some event or state of affairs", "exact"]]}, {"answer": "exaggerated", "hint": "synonyms for exaggerated", "clues": [["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["overdo", "do something to an excessive degree", "overdo"], ["magnify", "to enlarge beyond bounds or the truth", "magnify"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "exalted", "hint": "synonyms for exalted", "clues": [["inspire", "heighten or intensify", "inspire"], ["exalt", "praise, glorify, or honor", "exalt"], ["laud", "praise, glorify, or honor", "laud"], ["thrill", "fill with sublime emotion", "thrill"], ["extol", "praise, glorify, or honor", "extol"], ["beatify", "fill with sublime emotion", "beatify"], ["proclaim", "praise, glorify, or honor", "proclaim"], ["invigorate", "heighten or intensify", "invigorate"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["glorify", "praise, glorify, or honor", "glorify"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["enliven", "heighten or intensify", "enliven"], ["animate", "heighten or intensify", "animate"]]}, {"answer": "exalting", "hint": "synonyms for exalting", "clues": [["inspire", "heighten or intensify", "inspire"], ["exalt", "praise, glorify, or honor", "exalt"], ["laud", "praise, glorify, or honor", "laud"], ["thrill", "fill with sublime emotion", "thrill"], ["extol", "praise, glorify, or honor", "extol"], ["beatify", "fill with sublime emotion", "beatify"], ["proclaim", "praise, glorify, or honor", "proclaim"], ["invigorate", "heighten or intensify", "invigorate"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["glorify", "praise, glorify, or honor", "glorify"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["enliven", "heighten or intensify", "enliven"], ["animate", "heighten or intensify", "animate"]]}, {"answer": "exasperated", "hint": "synonyms for exasperated", "clues": [["exasperate", "make worse", "exasperate"], ["infuriate", "make furious", "infuriate"], ["exacerbate", "make worse", "exacerbate"], ["incense", "make furious", "incense"], ["aggravate", "make worse", "aggravate"], ["worsen", "make worse", "worsen"]]}, {"answer": "exasperating", "hint": "synonyms for exasperating", "clues": [["exasperate", "make worse", "exasperate"], ["infuriate", "make furious", "infuriate"], ["exacerbate", "make worse", "exacerbate"], ["incense", "make furious", "incense"], ["aggravate", "make worse", "aggravate"], ["worsen", "make worse", "worsen"]]}, {"answer": "exceeding", "hint": "synonyms for exceeding", "clues": [["transcend", "be superior or better than some standard", "transcend"], ["outstrip", "be or do something to a greater degree", "outstrip"], ["outdo", "be or do something to a greater degree", "outdo"], ["exceed", "be or do something to a greater degree", "exceed"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["pass", "be superior or better than some standard", "pass"], ["go past", "be superior or better than some standard", "go past"], ["outgo", "be or do something to a greater degree", "outgo"], ["top", "be superior or better than some standard", "top"], ["overstep", "be superior or better than some standard", "overstep"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"]]}, {"answer": "exchanged", "hint": "synonyms for exchanged", "clues": [["exchange", "put in the place of another; switch seemingly equivalent items", "exchange"], ["interchange", "put in the place of another; switch seemingly equivalent items", "interchange"], ["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["convert", "exchange or replace with another, usually of the same kind or category", "convert"], ["switch", "change over, change around, as to a new order or sequence", "switch"], ["switch over", "change over, change around, as to a new order or sequence", "switch over"], ["substitute", "put in the place of another; switch seemingly equivalent items", "substitute"], ["replace", "put in the place of another; switch seemingly equivalent items", "replace"]]}, {"answer": "excited", "hint": "synonyms for excited", "clues": [["excite", "stir feelings in", "excite"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["arouse", "stimulate sexually", "arouse"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["energize", "raise to a higher energy level", "energize"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["sex", "stimulate sexually", "sex"], ["wind up", "stimulate sexually", "wind up"]]}, {"answer": "exciting", "hint": "synonyms for exciting", "clues": [["excite", "stir feelings in", "excite"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["arouse", "stimulate sexually", "arouse"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["energize", "raise to a higher energy level", "energize"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["sex", "stimulate sexually", "sex"], ["wind up", "stimulate sexually", "wind up"]]}, {"answer": "excruciating", "hint": "synonyms for excruciating", "clues": [["torment", "torment emotionally or mentally", "torment"], ["excruciate", "subject to torture", "excruciate"], ["torture", "subject to torture", "torture"], ["rack", "torment emotionally or mentally", "rack"]]}, {"answer": "exculpated", "hint": "synonyms for exculpated", "clues": [["assoil", "pronounce not guilty of criminal charges", "assoil"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["acquit", "pronounce not guilty of criminal charges", "acquit"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["discharge", "pronounce not guilty of criminal charges", "discharge"]]}, {"answer": "excused", "hint": "synonyms for excused", "clues": [["beg off", "ask for permission to be released from an engagement", "beg off"], ["excuse", "serve as a reason or cause or justification of", "excuse"], ["let off", "grant exemption or release to", "let off"], ["condone", "excuse, overlook, or make allowances for; be lenient with", "condone"], ["pardon", "accept an excuse for", "pardon"], ["exempt", "grant exemption or release to", "exempt"], ["relieve", "grant exemption or release to", "relieve"], ["explain", "serve as a reason or cause or justification of", "explain"], ["apologise", "defend, explain, clear away, or make excuses for by reasoning", "apologise"], ["rationalise", "defend, explain, clear away, or make excuses for by reasoning", "rationalise"], ["justify", "defend, explain, clear away, or make excuses for by reasoning", "justify"]]}, {"answer": "executed", "hint": "synonyms for executed", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["accomplish", "put in effect", "accomplish"], ["fulfil", "put in effect", "fulfil"], ["carry through", "put in effect", "carry through"], ["execute", "carry out a process or program, as on a computer or a machine", "execute"], ["perform", "carry out or perform an action", "perform"], ["run", "carry out a process or program, as on a computer or a machine", "run"], ["put to death", "kill as a means of socially sanctioned punishment", "put to death"], ["do", "carry out or perform an action", "do"]]}, {"answer": "exemplifying", "hint": "synonyms for exemplifying", "clues": [["exemplify", "be characteristic of", "exemplify"], ["illustrate", "clarify by giving an example of", "illustrate"], ["instance", "clarify by giving an example of", "instance"], ["represent", "be characteristic of", "represent"]]}, {"answer": "exempt", "hint": "synonyms for exempt", "clues": [["excuse", "grant exemption or release to", "excuse"], ["relieve", "grant relief or an exemption from a rule or requirement to", "relieve"], ["free", "grant relief or an exemption from a rule or requirement to", "free"], ["let off", "grant exemption or release to", "let off"]]}, {"answer": "exhausted", "hint": "synonyms for exhausted", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["run through", "use up (resources or materials)", "run through"], ["exhaust", "wear out completely", "exhaust"], ["eat", "use up (resources or materials)", "eat"], ["deplete", "use up (resources or materials)", "deplete"], ["tire", "deplete", "tire"], ["eject", "eliminate (a substance)", "eject"], ["use up", "use up (resources or materials)", "use up"], ["release", "eliminate (a substance)", "release"], ["play out", "deplete", "play out"], ["wash up", "wear out completely", "wash up"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["sap", "deplete", "sap"], ["expel", "eliminate (a substance)", "expel"], ["tucker", "wear out completely", "tucker"], ["run down", "deplete", "run down"], ["tucker out", "wear out completely", "tucker out"], ["discharge", "eliminate (a substance)", "discharge"]]}, {"answer": "exhausting", "hint": "synonyms for exhausting", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["run through", "use up (resources or materials)", "run through"], ["exhaust", "wear out completely", "exhaust"], ["eat", "use up (resources or materials)", "eat"], ["deplete", "use up (resources or materials)", "deplete"], ["tire", "deplete", "tire"], ["eject", "eliminate (a substance)", "eject"], ["use up", "use up (resources or materials)", "use up"], ["release", "eliminate (a substance)", "release"], ["play out", "deplete", "play out"], ["wash up", "wear out completely", "wash up"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["sap", "deplete", "sap"], ["expel", "eliminate (a substance)", "expel"], ["tucker", "wear out completely", "tucker"], ["run down", "deplete", "run down"], ["tucker out", "wear out completely", "tucker out"], ["discharge", "eliminate (a substance)", "discharge"]]}, {"answer": "exhilarated", "hint": "synonyms for exhilarated", "clues": [["thrill", "fill with sublime emotion", "thrill"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["exalt", "fill with sublime emotion", "exalt"], ["beatify", "fill with sublime emotion", "beatify"]]}, {"answer": "exhilarating", "hint": "synonyms for exhilarating", "clues": [["thrill", "fill with sublime emotion", "thrill"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["exalt", "fill with sublime emotion", "exalt"], ["beatify", "fill with sublime emotion", "beatify"]]}, {"answer": "existing", "hint": "synonyms for existing", "clues": [["survive", "support oneself", "survive"], ["exist", "support oneself", "exist"], ["be", "have an existence, be extant", "be"], ["subsist", "support oneself", "subsist"], ["live", "support oneself", "live"]]}, {"answer": "exonerated", "hint": "synonyms for exonerated", "clues": [["assoil", "pronounce not guilty of criminal charges", "assoil"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["acquit", "pronounce not guilty of criminal charges", "acquit"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["discharge", "pronounce not guilty of criminal charges", "discharge"]]}, {"answer": "expanded", "hint": "synonyms for expanded", "clues": [["flourish", "grow vigorously", "flourish"], ["expand", "make bigger or wider in size, volume, or quantity", "expand"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["inflate", "exaggerate or make bigger", "inflate"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["extend", "expand the influence of", "extend"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["spread out", "extend in one or more directions", "spread out"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"], ["blow up", "exaggerate or make bigger", "blow up"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["thrive", "grow vigorously", "thrive"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["amplify", "exaggerate or make bigger", "amplify"], ["boom", "grow vigorously", "boom"]]}, {"answer": "expected", "hint": "synonyms for expected", "clues": [["expect", "regard something as probable or likely", "expect"], ["anticipate", "regard something as probable or likely", "anticipate"], ["require", "consider obligatory; request and expect", "require"], ["look", "look forward to the probable occurrence of", "look"], ["await", "look forward to the probable occurrence of", "await"], ["carry", "be pregnant with", "carry"], ["ask", "consider obligatory; request and expect", "ask"], ["bear", "be pregnant with", "bear"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"], ["gestate", "be pregnant with", "gestate"]]}, {"answer": "experienced", "hint": "synonyms for experienced", "clues": [["know", "have firsthand knowledge of states, situations, emotions, or sensations", "know"], ["feel", "undergo an emotional sensation or be in a particular state of mind", "feel"], ["get", "go through (mental or physical states or experiences)", "get"], ["go through", "go or live through", "go through"], ["experience", "undergo an emotional sensation or be in a particular state of mind", "experience"], ["receive", "go through (mental or physical states or experiences)", "receive"], ["have", "undergo", "have"], ["see", "go or live through", "see"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations", "live"]]}, {"answer": "expired", "hint": "synonyms for expired", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["exhale", "expel air", "exhale"], ["breathe out", "expel air", "breathe out"], ["expire", "lose validity", "expire"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["run out", "lose validity", "run out"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "exploded", "hint": "synonyms for exploded", "clues": [["explode", "burst outward, usually with noise", "explode"], ["burst forth", "be unleashed; emerge with violence or noise", "burst forth"], ["set off", "cause to burst with a violent release of energy", "set off"], ["irrupt", "increase rapidly and in an uncontrolled manner", "irrupt"], ["detonate", "burst and release energy as through a violent chemical or physical reaction", "detonate"], ["blow up", "burst and release energy as through a violent chemical or physical reaction", "blow up"], ["burst", "burst outward, usually with noise", "burst"], ["break loose", "be unleashed; emerge with violence or noise", "break loose"]]}, {"answer": "exploited", "hint": "synonyms for exploited", "clues": [["exploit", "use or manipulate to one's advantage", "exploit"], ["tap", "draw from; make good use of", "tap"], ["work", "use or manipulate to one's advantage", "work"], ["overwork", "work excessively hard", "overwork"]]}, {"answer": "exposed", "hint": "synonyms for exposed", "clues": [["expose", "abandon by leaving out in the open air", "expose"], ["scupper", "put in a dangerous, disadvantageous, or difficult position", "scupper"], ["exhibit", "to show, make visible or apparent", "exhibit"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["display", "to show, make visible or apparent", "display"], ["disclose", "disclose to view as by removing a cover", "disclose"], ["queer", "put in a dangerous, disadvantageous, or difficult position", "queer"], ["peril", "put in a dangerous, disadvantageous, or difficult position", "peril"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["endanger", "put in a dangerous, disadvantageous, or difficult position", "endanger"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["debunk", "expose while ridiculing; especially of pretentious or false claims and ideas", "debunk"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["uncover", "remove all or part of one's clothes to show one's body", "uncover"]]}, {"answer": "express", "hint": "synonyms for express", "clues": [["press out", "obtain from a substance, as by mechanical action", "press out"], ["verbalize", "articulate; either verbally or with a cry, shout, or noise", "verbalize"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["convey", "serve as a means for expressing something", "convey"], ["utter", "articulate; either verbally or with a cry, shout, or noise", "utter"], ["show", "give expression to", "show"], ["extract", "obtain from a substance, as by mechanical action", "extract"], ["evince", "give expression to", "evince"], ["state", "indicate through a symbol, formula, etc.", "state"], ["carry", "serve as a means for expressing something", "carry"]]}, {"answer": "expressed", "hint": "synonyms for expressed", "clues": [["express", "obtain from a substance, as by mechanical action", "express"], ["press out", "obtain from a substance, as by mechanical action", "press out"], ["verbalize", "articulate; either verbally or with a cry, shout, or noise", "verbalize"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["convey", "serve as a means for expressing something", "convey"], ["utter", "articulate; either verbally or with a cry, shout, or noise", "utter"], ["show", "give expression to", "show"], ["extract", "obtain from a substance, as by mechanical action", "extract"], ["evince", "give expression to", "evince"], ["state", "indicate through a symbol, formula, etc.", "state"], ["carry", "serve as a means for expressing something", "carry"]]}, {"answer": "expurgated", "hint": "synonyms for expurgated", "clues": [["bowdlerise", "edit by omitting or modifying parts considered indelicate", "bowdlerise"], ["castrate", "edit by omitting or modifying parts considered indelicate", "castrate"], ["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["shorten", "edit by omitting or modifying parts considered indelicate", "shorten"]]}, {"answer": "extended", "hint": "synonyms for extended", "clues": [["extend", "reach outward in space", "extend"], ["reach out", "reach outward in space", "reach out"], ["carry", "continue or extend", "carry"], ["exsert", "thrust or extend out", "exsert"], ["poke out", "reach outward in space", "poke out"], ["cover", "span an interval of distance, space or time", "cover"], ["go", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "go"], ["broaden", "extend in scope or range or area", "broaden"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["stretch forth", "thrust or extend out", "stretch forth"], ["strain", "use to the utmost; exert vigorously or to full capacity", "strain"], ["stretch out", "thrust or extend out", "stretch out"], ["expand", "expand the influence of", "expand"], ["offer", "offer verbally", "offer"], ["hold out", "thrust or extend out", "hold out"], ["stretch", "extend or stretch out to a greater or the full length", "stretch"], ["widen", "extend in scope or range or area", "widen"], ["gallop", "cause to move at full gallop", "gallop"], ["continue", "span an interval of distance, space or time", "continue"], ["protract", "lengthen in time; cause to be or last longer", "protract"], ["put out", "thrust or extend out", "put out"], ["prolong", "lengthen in time; cause to be or last longer", "prolong"], ["unfold", "extend or stretch out to a greater or the full length", "unfold"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "run"], ["draw out", "lengthen in time; cause to be or last longer", "draw out"]]}, {"answer": "exterminated", "hint": "synonyms for exterminated", "clues": [["uproot", "destroy completely, as if down to the roots", "uproot"], ["eradicate", "destroy completely, as if down to the roots", "eradicate"], ["exterminate", "destroy completely, as if down to the roots", "exterminate"], ["extirpate", "destroy completely, as if down to the roots", "extirpate"], ["root out", "destroy completely, as if down to the roots", "root out"], ["kill off", "kill en masse; kill on a large scale; kill many", "kill off"]]}, {"answer": "extinguished", "hint": "synonyms for extinguished", "clues": [["do away with", "terminate, end, or take out", "do away with"], ["eradicate", "kill in large numbers", "eradicate"], ["press out", "extinguish by crushing", "press out"], ["carry off", "kill in large numbers", "carry off"], ["get rid of", "terminate, end, or take out", "get rid of"], ["extinguish", "put an end to; kill", "extinguish"], ["snuff out", "put an end to; kill", "snuff out"], ["decimate", "kill in large numbers", "decimate"], ["quench", "put out, as of fires, flames, or lights", "quench"], ["eliminate", "kill in large numbers", "eliminate"], ["annihilate", "kill in large numbers", "annihilate"], ["blow out", "put out, as of fires, flames, or lights", "blow out"], ["wipe out", "kill in large numbers", "wipe out"], ["stub out", "extinguish by crushing", "stub out"], ["crush out", "extinguish by crushing", "crush out"]]}, {"answer": "exulting", "hint": "synonyms for exulting", "clues": [["exult", "to express great joy", "exult"], ["be on cloud nine", "feel extreme happiness or elation", "be on cloud nine"], ["jump for joy", "feel extreme happiness or elation", "jump for joy"], ["triumph", "to express great joy", "triumph"], ["walk on air", "feel extreme happiness or elation", "walk on air"], ["jubilate", "to express great joy", "jubilate"], ["exuberate", "to express great joy", "exuberate"], ["rejoice", "to express great joy", "rejoice"]]}, {"answer": "fabricated", "hint": "synonyms for fabricated", "clues": [["make up", "make up something artificial or untrue", "make up"], ["fabricate", "make up something artificial or untrue", "fabricate"], ["manufacture", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "manufacture"], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "construct"], ["invent", "make up something artificial or untrue", "invent"], ["cook up", "make up something artificial or untrue", "cook up"]]}, {"answer": "faced", "hint": "synonyms for faced", "clues": [["face", "oppose, as in hostility or a competition", "face"], ["confront", "present somebody with something, usually to accuse or criticize", "confront"], ["present", "present somebody with something, usually to accuse or criticize", "present"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "front"], ["face up", "deal with (something unpleasant) head on", "face up"], ["look", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "look"]]}, {"answer": "faded", "hint": "synonyms for faded", "clues": [["wither", "lose freshness, vigor, or vitality", "wither"], ["fade", "disappear gradually", "fade"], ["melt", "become less clearly visible or distinguishable; disappear gradually or seemingly", "melt"], ["pass", "disappear gradually", "pass"], ["languish", "become feeble", "languish"], ["fleet", "disappear gradually", "fleet"], ["evanesce", "disappear gradually", "evanesce"], ["pass off", "disappear gradually", "pass off"], ["blow over", "disappear gradually", "blow over"]]}, {"answer": "fagged", "hint": "synonyms for fagged", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["labour", "work hard", "labour"], ["fag", "act as a servant for older boys, in British public schools", "fag"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["travail", "work hard", "travail"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["grind", "work hard", "grind"], ["dig", "work hard", "dig"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["drudge", "work hard", "drudge"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"]]}, {"answer": "failing", "hint": "synonyms for failing", "clues": [["fail", "become bankrupt or insolvent; fail financially and close", "fail"], ["bomb", "fail to get a passing grade", "bomb"], ["break", "stop operating or functioning", "break"], ["give out", "prove insufficient", "give out"], ["die", "stop operating or functioning", "die"], ["go bad", "stop operating or functioning", "go bad"], ["flush it", "fail to get a passing grade", "flush it"], ["conk out", "stop operating or functioning", "conk out"], ["flunk", "fail to get a passing grade", "flunk"], ["betray", "disappoint, prove undependable to; abandon, forsake", "betray"], ["give way", "stop operating or functioning", "give way"], ["miscarry", "be unsuccessful", "miscarry"], ["go wrong", "be unsuccessful", "go wrong"], ["go", "stop operating or functioning", "go"], ["break down", "stop operating or functioning", "break down"], ["neglect", "fail to do something; leave something undone", "neglect"], ["run out", "prove insufficient", "run out"]]}, {"answer": "fake", "hint": "synonyms for fake", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["forge", "make a copy of with the intent to deceive", "forge"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["bullshit", "speak insincerely or without regard for facts or truths", "bullshit"], ["bull", "speak insincerely or without regard for facts or truths", "bull"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["counterfeit", "make a copy of with the intent to deceive", "counterfeit"], ["talk through one's hat", "speak insincerely or without regard for facts or truths", "talk through one's hat"], ["cook", "tamper, with the purpose of deception", "cook"]]}, {"answer": "fallen", "hint": "synonyms for fallen", "clues": [["fall", "suffer defeat, failure, or ruin", "fall"], ["flow", "fall or flow in a certain way", "flow"], ["decrease", "decrease in size, extent, or range", "decrease"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["fall down", "lose an upright position suddenly", "fall down"], ["come down", "fall from clouds", "come down"], ["settle", "come as if by falling", "settle"], ["diminish", "decrease in size, extent, or range", "diminish"], ["devolve", "be inherited by", "devolve"], ["precipitate", "fall from clouds", "precipitate"], ["pass", "be inherited by", "pass"], ["return", "be inherited by", "return"], ["descend", "come as if by falling", "descend"], ["accrue", "come into the possession of", "accrue"], ["lessen", "decrease in size, extent, or range", "lessen"], ["come", "come under, be classified or included", "come"], ["go down", "move downward and lower, but not necessarily all the way", "go down"], ["light", "fall to somebody by assignment or lot", "light"], ["hang", "fall or flow in a certain way", "hang"], ["strike", "touch or seem as if touching visually or audibly", "strike"]]}, {"answer": "falling", "hint": "synonyms for falling", "clues": [["fall", "suffer defeat, failure, or ruin", "fall"], ["flow", "fall or flow in a certain way", "flow"], ["decrease", "decrease in size, extent, or range", "decrease"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["fall down", "lose an upright position suddenly", "fall down"], ["come down", "fall from clouds", "come down"], ["settle", "come as if by falling", "settle"], ["diminish", "decrease in size, extent, or range", "diminish"], ["devolve", "be inherited by", "devolve"], ["precipitate", "fall from clouds", "precipitate"], ["pass", "be inherited by", "pass"], ["return", "be inherited by", "return"], ["descend", "come as if by falling", "descend"], ["accrue", "come into the possession of", "accrue"], ["lessen", "decrease in size, extent, or range", "lessen"], ["come", "come under, be classified or included", "come"], ["go down", "move downward and lower, but not necessarily all the way", "go down"], ["light", "fall to somebody by assignment or lot", "light"], ["hang", "fall or flow in a certain way", "hang"], ["strike", "touch or seem as if touching visually or audibly", "strike"]]}, {"answer": "faltering", "hint": "synonyms for faltering", "clues": [["falter", "speak haltingly", "falter"], ["stammer", "speak haltingly", "stammer"], ["stumble", "walk unsteadily", "stumble"], ["waver", "be unsure or weak", "waver"], ["bumble", "walk unsteadily", "bumble"], ["stutter", "speak haltingly", "stutter"]]}, {"answer": "fancied", "hint": "synonyms for fancied", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["fancy", "have a fancy or particular liking or desire for", "fancy"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["take to", "have a fancy or particular liking or desire for", "take to"], ["go for", "have a fancy or particular liking or desire for", "go for"], ["image", "imagine; conceive of; see in one's mind", "image"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "fancy", "hint": "synonyms for fancy", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["take to", "have a fancy or particular liking or desire for", "take to"], ["go for", "have a fancy or particular liking or desire for", "go for"], ["image", "imagine; conceive of; see in one's mind", "image"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "farming", "hint": "synonyms for farming", "clues": [["farm", "collect fees or profits", "farm"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques", "grow"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques", "produce"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques", "raise"]]}, {"answer": "fascinated", "hint": "synonyms for fascinated", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["becharm", "attract; cause to be enamored", "becharm"], ["intrigue", "cause to be interested or curious", "intrigue"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "fascinating", "hint": "synonyms for fascinating", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["becharm", "attract; cause to be enamored", "becharm"], ["intrigue", "cause to be interested or curious", "intrigue"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "fastened", "hint": "synonyms for fastened", "clues": [["secure", "cause to be firmly attached", "secure"], ["fasten", "become fixed or fastened", "fasten"], ["tighten", "make tight or tighter", "tighten"], ["fix", "cause to be firmly attached", "fix"]]}, {"answer": "fat", "hint": "synonyms for fat", "clues": [["plump", "make fat or plump", "plump"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["fill out", "make fat or plump", "fill out"], ["plump out", "make fat or plump", "plump out"], ["fatten", "make fat or plump", "fatten"]]}, {"answer": "fated", "hint": "synonyms for fated", "clues": [["plump", "make fat or plump", "plump"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["fill out", "make fat or plump", "fill out"], ["fat", "make fat or plump", "fat"], ["fatten", "make fat or plump", "fatten"], ["plump out", "make fat or plump", "plump out"], ["destine", "decree or designate beforehand", "destine"], ["designate", "decree or designate beforehand", "designate"], ["doom", "decree or designate beforehand", "doom"]]}, {"answer": "fatigued", "hint": "synonyms for fatigued", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "lose interest or become bored with something or somebody", "tire"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["pall", "lose interest or become bored with something or somebody", "pall"]]}, {"answer": "fattened", "hint": "synonyms for fattened", "clues": [["plump", "make fat or plump", "plump"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["fill out", "make fat or plump", "fill out"], ["fat", "make fat or plump", "fat"], ["plump out", "make fat or plump", "plump out"], ["fatten", "make fat or plump", "fatten"]]}, {"answer": "fattening", "hint": "synonyms for fattening", "clues": [["plump", "make fat or plump", "plump"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["fill out", "make fat or plump", "fill out"], ["fat", "make fat or plump", "fat"], ["plump out", "make fat or plump", "plump out"], ["fatten", "make fat or plump", "fatten"]]}, {"answer": "fawning", "hint": "synonyms for fawning", "clues": [["fawn", "show submission or fear", "fawn"], ["cower", "show submission or fear", "cower"], ["kowtow", "try to gain favor by cringing or flattering", "kowtow"], ["truckle", "try to gain favor by cringing or flattering", "truckle"], ["suck up", "try to gain favor by cringing or flattering", "suck up"], ["cringe", "show submission or fear", "cringe"], ["toady", "try to gain favor by cringing or flattering", "toady"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"], ["creep", "show submission or fear", "creep"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "fazed", "hint": "synonyms for fazed", "clues": [["faze", "disturb the composure of", "faze"], ["unsettle", "disturb the composure of", "unsettle"], ["unnerve", "disturb the composure of", "unnerve"], ["enervate", "disturb the composure of", "enervate"]]}, {"answer": "featured", "hint": "synonyms for featured", "clues": [["have", "have as a feature", "have"], ["feature", "have as a feature", "feature"], ["sport", "wear or display in an ostentatious or proud manner", "sport"], ["boast", "wear or display in an ostentatious or proud manner", "boast"]]}, {"answer": "feigned", "hint": "synonyms for feigned", "clues": [["dissemble", "make believe with the intent to deceive", "dissemble"], ["assume", "make a pretence of", "assume"], ["sham", "make a pretence of", "sham"], ["feign", "make believe with the intent to deceive", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["simulate", "make a pretence of", "simulate"], ["affect", "make believe with the intent to deceive", "affect"]]}, {"answer": "fell", "hint": "synonyms for fell", "clues": [["fall", "suffer defeat, failure, or ruin", "fall"], ["flow", "fall or flow in a certain way", "flow"], ["decrease", "decrease in size, extent, or range", "decrease"], ["fly", "pass away rapidly", "fly"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["fall down", "lose an upright position suddenly", "fall down"], ["come down", "fall from clouds", "come down"], ["settle", "come as if by falling", "settle"], ["diminish", "decrease in size, extent, or range", "diminish"], ["devolve", "be inherited by", "devolve"], ["precipitate", "fall from clouds", "precipitate"], ["pass", "be inherited by", "pass"], ["return", "be inherited by", "return"], ["descend", "come as if by falling", "descend"], ["accrue", "come into the possession of", "accrue"], ["lessen", "decrease in size, extent, or range", "lessen"], ["go down", "move downward and lower, but not necessarily all the way", "go down"], ["come", "come under, be classified or included", "come"], ["drop", "cause to fall by or as if by delivering a blow", "drop"], ["strike down", "cause to fall by or as if by delivering a blow", "strike down"], ["light", "fall to somebody by assignment or lot", "light"], ["hang", "fall or flow in a certain way", "hang"], ["vanish", "pass away rapidly", "vanish"], ["strike", "touch or seem as if touching visually or audibly", "strike"], ["cut down", "cause to fall by or as if by delivering a blow", "cut down"]]}, {"answer": "felted", "hint": "synonyms for felted", "clues": [["felt", "change texture so as to become matted and felt-like", "felt"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "fetching", "hint": "synonyms for fetching", "clues": [["fetch", "take away or remove", "fetch"], ["get", "go or come after and bring or take back", "get"], ["bring in", "be sold for a certain price", "bring in"], ["bring", "be sold for a certain price", "bring"], ["convey", "go or come after and bring or take back", "convey"]]}, {"answer": "fiddling", "hint": "synonyms for fiddling", "clues": [["monkey", "play around with or alter or falsify, usually secretively or dishonestly", "monkey"], ["shirk", "avoid (one's assigned duties)", "shirk"], ["fiddle", "play the violin or fiddle", "fiddle"], ["tinker", "try to fix or mend", "tinker"], ["toy", "manipulate manually or in one's mind or imagination", "toy"], ["tamper", "play around with or alter or falsify, usually secretively or dishonestly", "tamper"], ["play", "manipulate manually or in one's mind or imagination", "play"], ["diddle", "manipulate manually or in one's mind or imagination", "diddle"], ["shrink from", "avoid (one's assigned duties)", "shrink from"], ["goldbrick", "avoid (one's assigned duties)", "goldbrick"]]}, {"answer": "fighting", "hint": "synonyms for fighting", "clues": [["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["defend", "fight against or resist strongly", "defend"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["fight down", "fight against or resist strongly", "fight down"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["fight back", "fight against or resist strongly", "fight back"], ["struggle", "be engaged in a fight; carry on a fight", "struggle"], ["contend", "be engaged in a fight; carry on a fight", "contend"], ["oppose", "fight against or resist strongly", "oppose"]]}, {"answer": "figured", "hint": "synonyms for figured", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["forecast", "judge to be probable", "forecast"], ["figure", "be or play a part of or in", "figure"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["enter", "be or play a part of or in", "enter"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["see", "imagine; conceive of; see in one's mind", "see"], ["compute", "make a mathematical calculation or computation", "compute"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["calculate", "make a mathematical calculation or computation", "calculate"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["count on", "judge to be probable", "count on"], ["estimate", "judge to be probable", "estimate"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "filled", "hint": "synonyms for filled", "clues": [["fill", "assume, as of positions or roles", "fill"], ["fulfill", "fill or meet a want or need", "fulfill"], ["fill up", "make full, also in a metaphorical sense", "fill up"], ["occupy", "occupy the whole of", "occupy"], ["sate", "fill to satisfaction", "sate"], ["make full", "make full, also in a metaphorical sense", "make full"], ["meet", "fill or meet a want or need", "meet"], ["take", "assume, as of positions or roles", "take"], ["satisfy", "fill or meet a want or need", "satisfy"], ["satiate", "fill to satisfaction", "satiate"], ["replete", "fill to satisfaction", "replete"]]}, {"answer": "finished", "hint": "synonyms for finished", "clues": [["finish", "come or bring to a finish or an end", "finish"], ["fetch up", "finally be or do something", "fetch up"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["end up", "finally be or do something", "end up"], ["eat up", "finish eating all the food on one's plate or on the table", "eat up"], ["land up", "finally be or do something", "land up"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["polish off", "finish eating all the food on one's plate or on the table", "polish off"], ["complete", "come or bring to a finish or an end", "complete"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["finish up", "finally be or do something", "finish up"], ["wind up", "finally be or do something", "wind up"]]}, {"answer": "fired", "hint": "synonyms for fired", "clues": [["go off", "go off or discharge", "go off"], ["fire", "bake in a kiln so as to harden", "fire"], ["fuel", "provide with fuel", "fuel"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["discharge", "cause to go off", "discharge"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["open fire", "start firing a weapon", "open fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["burn", "destroy by fire", "burn"], ["burn down", "destroy by fire", "burn down"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "fit", "hint": "synonyms for fit", "clues": [["fit out", "provide with (something) usually for a specific purpose", "fit out"], ["match", "make correspond or harmonize", "match"], ["suit", "be agreeable or acceptable to", "suit"], ["go", "be the right size or shape; fit correctly or as desired", "go"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["accommodate", "be agreeable or acceptable to", "accommodate"], ["equip", "provide with (something) usually for a specific purpose", "equip"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["meet", "satisfy a condition or restriction", "meet"], ["conform to", "satisfy a condition or restriction", "conform to"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "fitted", "hint": "synonyms for fitted", "clues": [["fit out", "provide with (something) usually for a specific purpose", "fit out"], ["match", "make correspond or harmonize", "match"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["go", "be the right size or shape; fit correctly or as desired", "go"], ["equip", "provide with (something) usually for a specific purpose", "equip"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["conform to", "satisfy a condition or restriction", "conform to"], ["suit", "be agreeable or acceptable to", "suit"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["accommodate", "be agreeable or acceptable to", "accommodate"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["meet", "satisfy a condition or restriction", "meet"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "fitting", "hint": "synonyms for fitting", "clues": [["fit out", "provide with (something) usually for a specific purpose", "fit out"], ["match", "make correspond or harmonize", "match"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["go", "be the right size or shape; fit correctly or as desired", "go"], ["equip", "provide with (something) usually for a specific purpose", "equip"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["conform to", "satisfy a condition or restriction", "conform to"], ["suit", "be agreeable or acceptable to", "suit"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["accommodate", "be agreeable or acceptable to", "accommodate"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["meet", "satisfy a condition or restriction", "meet"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "fixed", "hint": "synonyms for fixed", "clues": [["fasten", "cause to be firmly attached", "fasten"], ["desexualise", "make infertile", "desexualise"], ["fix", "take vengeance on or get even", "fix"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["specify", "decide upon or fix definitely", "specify"], ["deposit", "put (something somewhere) firmly", "deposit"], ["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["posit", "put (something somewhere) firmly", "posit"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["sterilize", "make infertile", "sterilize"], ["determine", "decide upon or fix definitely", "determine"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"], ["get", "take vengeance on or get even", "get"], ["unsex", "make infertile", "unsex"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["fixate", "make fixed, stable or stationary", "fixate"], ["desex", "make infertile", "desex"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["cook", "prepare for eating by applying heat", "cook"], ["situate", "put (something somewhere) firmly", "situate"], ["pay off", "take vengeance on or get even", "pay off"], ["secure", "cause to be firmly attached", "secure"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["make", "prepare for eating by applying heat", "make"], ["pay back", "take vengeance on or get even", "pay back"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "fizzing", "hint": "synonyms for fizzing", "clues": [["froth", "become bubbly or frothy or foaming", "froth"], ["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"]]}, {"answer": "flagging", "hint": "synonyms for flagging", "clues": [["flag", "decorate with flags", "flag"], ["ease up", "become less intense", "ease up"], ["swag", "droop, sink, or settle from or as if from pressure or loss of tautness", "swag"], ["slacken off", "become less intense", "slacken off"], ["ease off", "become less intense", "ease off"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness", "droop"]]}, {"answer": "flaring", "hint": "synonyms for flaring", "clues": [["flare", "burn brightly", "flare"], ["flame", "shine with a sudden light", "flame"], ["burst out", "erupt or intensify suddenly", "burst out"], ["irrupt", "erupt or intensify suddenly", "irrupt"], ["burn up", "burn brightly", "burn up"], ["blaze up", "burn brightly", "blaze up"], ["flare out", "become flared and widen, usually at one end", "flare out"], ["break open", "erupt or intensify suddenly", "break open"], ["flame up", "burn brightly", "flame up"], ["erupt", "erupt or intensify suddenly", "erupt"]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["scoot", "run or move very quickly or hastily", "scoot"], ["show off", "display proudly; act ostentatiously or pretentiously", "show off"], ["blink", "gleam or glow intermittently", "blink"], ["flaunt", "display proudly; act ostentatiously or pretentiously", "flaunt"], ["shoot", "run or move very quickly or hastily", "shoot"], ["dash", "run or move very quickly or hastily", "dash"], ["scud", "run or move very quickly or hastily", "scud"], ["swank", "display proudly; act ostentatiously or pretentiously", "swank"], ["dart", "run or move very quickly or hastily", "dart"], ["wink", "gleam or glow intermittently", "wink"], ["ostentate", "display proudly; act ostentatiously or pretentiously", "ostentate"], ["twinkle", "gleam or glow intermittently", "twinkle"]]}, {"answer": "flecked", "hint": "synonyms for flecked", "clues": [["blot", "make a spot or mark onto", "blot"], ["spot", "make a spot or mark onto", "spot"], ["fleck", "make a spot or mark onto", "fleck"], ["blob", "make a spot or mark onto", "blob"]]}, {"answer": "fleet", "hint": "synonyms for fleet", "clues": [["fade", "disappear gradually", "fade"], ["flit", "move along rapidly and lightly; skim or dart", "flit"], ["pass", "disappear gradually", "pass"], ["dart", "move along rapidly and lightly; skim or dart", "dart"], ["evanesce", "disappear gradually", "evanesce"], ["pass off", "disappear gradually", "pass off"], ["blow over", "disappear gradually", "blow over"], ["flutter", "move along rapidly and lightly; skim or dart", "flutter"]]}, {"answer": "fleeting", "hint": "synonyms for fleeting", "clues": [["fade", "disappear gradually", "fade"], ["flit", "move along rapidly and lightly; skim or dart", "flit"], ["pass", "disappear gradually", "pass"], ["fleet", "disappear gradually", "fleet"], ["dart", "move along rapidly and lightly; skim or dart", "dart"], ["evanesce", "disappear gradually", "evanesce"], ["pass off", "disappear gradually", "pass off"], ["blow over", "disappear gradually", "blow over"], ["flutter", "move along rapidly and lightly; skim or dart", "flutter"]]}, {"answer": "flickering", "hint": "synonyms for flickering", "clues": [["flicker", "shine unsteadily", "flicker"], ["flick", "flash intermittently", "flick"], ["flitter", "move back and forth very rapidly", "flitter"], ["waver", "move back and forth very rapidly", "waver"], ["quiver", "move back and forth very rapidly", "quiver"]]}, {"answer": "flip", "hint": "synonyms for flip", "clues": [["flip out", "react in an excited, delighted, or surprised way", "flip out"], ["throw", "cause to go on or to be engaged or set in operation", "throw"], ["riffle", "look through a book or other written material", "riffle"], ["turn over", "turn upside down, or throw so as to reverse", "turn over"], ["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["riff", "look through a book or other written material", "riff"], ["thumb", "look through a book or other written material", "thumb"], ["switch", "reverse (a direction, attitude, or course of action)", "switch"], ["toss", "throw or toss with a light motion", "toss"], ["tack", "reverse (a direction, attitude, or course of action)", "tack"], ["flick", "look through a book or other written material", "flick"], ["leaf", "look through a book or other written material", "leaf"], ["twitch", "toss with a sharp movement so as to cause to turn over in the air", "twitch"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["alternate", "reverse (a direction, attitude, or course of action)", "alternate"], ["pitch", "throw or toss with a light motion", "pitch"], ["flip over", "turn upside down, or throw so as to reverse", "flip over"], ["sky", "throw or toss with a light motion", "sky"]]}, {"answer": "floating", "hint": "synonyms for floating", "clues": [["float", "convert from a fixed point notation to a floating point notation", "float"], ["drift", "be in motion due to some air or water current", "drift"], ["be adrift", "be in motion due to some air or water current", "be adrift"], ["blow", "be in motion due to some air or water current", "blow"], ["swim", "be afloat either on or below a liquid surface and not sink to the bottom", "swim"]]}, {"answer": "flooded", "hint": "synonyms for flooded", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid", "swamp"], ["glut", "supply with an excess of", "glut"], ["flood", "become filled to overflowing", "flood"], ["inundate", "fill quickly beyond capacity; as with a liquid", "inundate"], ["deluge", "fill quickly beyond capacity; as with a liquid", "deluge"], ["oversupply", "supply with an excess of", "oversupply"]]}, {"answer": "floored", "hint": "synonyms for floored", "clues": [["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["floor", "knock down with force", "floor"], ["dump", "knock down with force", "dump"], ["deck", "knock down with force", "deck"], ["shock", "surprise greatly; knock someone's socks off", "shock"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"], ["coldcock", "knock down with force", "coldcock"], ["knock down", "knock down with force", "knock down"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"]]}, {"answer": "flourishing", "hint": "synonyms for flourishing", "clues": [["flourish", "grow vigorously", "flourish"], ["wave", "move or swing back and forth", "wave"], ["thrive", "grow vigorously", "thrive"], ["brandish", "move or swing back and forth", "brandish"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "prosper"], ["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "fly high"], ["expand", "grow vigorously", "expand"], ["boom", "grow vigorously", "boom"]]}, {"answer": "flowing", "hint": "synonyms for flowing", "clues": [["feed", "move along, of liquids", "feed"], ["flow", "undergo menstruation", "flow"], ["run", "move along, of liquids", "run"], ["flux", "move or progress freely as if in a stream", "flux"], ["course", "move along, of liquids", "course"], ["menstruate", "undergo menstruation", "menstruate"], ["hang", "fall or flow in a certain way", "hang"], ["fall", "fall or flow in a certain way", "fall"]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["sluice", "irrigate with water from a sluice", "sluice"], ["blush", "turn red, as if in embarrassment or shame", "blush"], ["even", "make level or straight", "even"], ["redden", "turn red, as if in embarrassment or shame", "redden"], ["scour", "rinse, clean, or empty with a liquid", "scour"], ["even out", "make level or straight", "even out"], ["crimson", "turn red, as if in embarrassment or shame", "crimson"], ["level", "make level or straight", "level"], ["purge", "rinse, clean, or empty with a liquid", "purge"]]}, {"answer": "flushed", "hint": "synonyms for flushed", "clues": [["flush", "turn red, as if in embarrassment or shame", "flush"], ["sluice", "irrigate with water from a sluice", "sluice"], ["blush", "turn red, as if in embarrassment or shame", "blush"], ["even", "make level or straight", "even"], ["redden", "turn red, as if in embarrassment or shame", "redden"], ["even out", "make level or straight", "even out"], ["scour", "rinse, clean, or empty with a liquid", "scour"], ["level", "make level or straight", "level"], ["crimson", "turn red, as if in embarrassment or shame", "crimson"], ["purge", "rinse, clean, or empty with a liquid", "purge"]]}, {"answer": "fly", "hint": "synonyms for fly", "clues": [["aviate", "operate an airplane", "aviate"], ["wing", "travel through the air; be airborne", "wing"], ["fell", "pass away rapidly", "fell"], ["pilot", "operate an airplane", "pilot"], ["flee", "run away quickly", "flee"], ["take flight", "run away quickly", "take flight"], ["vanish", "decrease rapidly and disappear", "vanish"], ["vaporize", "decrease rapidly and disappear", "vaporize"]]}, {"answer": "flying", "hint": "synonyms for flying", "clues": [["fly", "operate an airplane", "fly"], ["take flight", "run away quickly", "take flight"], ["aviate", "operate an airplane", "aviate"], ["wing", "travel through the air; be airborne", "wing"], ["fell", "pass away rapidly", "fell"], ["pilot", "operate an airplane", "pilot"], ["flee", "run away quickly", "flee"], ["vanish", "decrease rapidly and disappear", "vanish"], ["vaporize", "decrease rapidly and disappear", "vaporize"]]}, {"answer": "foaming", "hint": "synonyms for foaming", "clues": [["froth", "become bubbly or frothy or foaming", "froth"], ["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"]]}, {"answer": "focused", "hint": "synonyms for focused", "clues": [["focalize", "become focussed or come into focus", "focalize"], ["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "focus"], ["sharpen", "put (an image) into focus", "sharpen"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "concenter"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["centre", "direct one's attention on something", "centre"], ["rivet", "direct one's attention on something", "rivet"], ["concentrate", "direct one's attention on something", "concentrate"]]}, {"answer": "focussed", "hint": "synonyms for focussed", "clues": [["focalize", "become focussed or come into focus", "focalize"], ["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "focus"], ["sharpen", "put (an image) into focus", "sharpen"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "concenter"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["centre", "direct one's attention on something", "centre"], ["rivet", "direct one's attention on something", "rivet"], ["concentrate", "direct one's attention on something", "concentrate"]]}, {"answer": "fogged", "hint": "synonyms for fogged", "clues": [["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["obscure", "make less visible or unclear", "obscure"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"], ["befog", "make less visible or unclear", "befog"]]}, {"answer": "foiled", "hint": "synonyms for foiled", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["foil", "enhance by contrast", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "folding", "hint": "synonyms for folding", "clues": [["shut down", "cease to operate or cause to cease operating", "shut down"], ["pen up", "confine in a fold, like sheep", "pen up"], ["fold", "incorporate a food ingredient into a mixture by repeatedly turning it over without stirring or beating", "fold"], ["turn up", "bend or lay so that one part covers the other", "turn up"], ["close down", "cease to operate or cause to cease operating", "close down"], ["close", "cease to operate or cause to cease operating", "close"], ["fold up", "bend or lay so that one part covers the other", "fold up"], ["close up", "cease to operate or cause to cease operating", "close up"]]}, {"answer": "following", "hint": "synonyms for following", "clues": [["succeed", "be the successor (of)", "succeed"], ["trace", "follow, discover, or ascertain the course of development of something", "trace"], ["espouse", "choose and follow; as of theories, ideas, policies, strategies or plans", "espouse"], ["follow", "follow with the eyes or the mind", "follow"], ["pursue", "follow in or as if in pursuit", "pursue"], ["watch", "follow with the eyes or the mind", "watch"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"], ["postdate", "be later in time", "postdate"], ["come", "to be the product or result", "come"], ["keep up", "keep informed", "keep up"], ["fall out", "come as a logical consequence; follow logically", "fall out"], ["abide by", "act in accordance with someone's rules, commands, or wishes", "abide by"], ["conform to", "behave in accordance or in agreement with", "conform to"], ["travel along", "travel along a certain course", "travel along"], ["come after", "come after in time, as a result", "come after"], ["take after", "imitate in behavior; take as a model", "take after"], ["survey", "keep under surveillance", "survey"], ["keep abreast", "keep informed", "keep abreast"], ["stick with", "keep to", "stick with"], ["stick to", "keep to", "stick to"], ["play along", "perform an accompaniment to", "play along"], ["adopt", "choose and follow; as of theories, ideas, policies, strategies or plans", "adopt"], ["accompany", "perform an accompaniment to", "accompany"], ["be", "work in a specific place, with a specific subject, or in a specific function", "be"], ["surveil", "keep under surveillance", "surveil"], ["comply", "act in accordance with someone's rules, commands, or wishes", "comply"], ["observe", "follow with the eyes or the mind", "observe"], ["watch over", "follow with the eyes or the mind", "watch over"]]}, {"answer": "fooling", "hint": "synonyms for fooling", "clues": [["gull", "fool or hoax", "gull"], ["fool away", "spend frivolously and unwisely", "fool away"], ["fool around", "indulge in horseplay", "fool around"], ["shoot", "spend frivolously and unwisely", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["fool", "spend frivolously and unwisely", "fool"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["dupe", "fool or hoax", "dupe"], ["dissipate", "spend frivolously and unwisely", "dissipate"], ["fritter", "spend frivolously and unwisely", "fritter"], ["arse around", "indulge in horseplay", "arse around"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["befool", "make a fool or dupe of", "befool"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["put on", "fool or hoax", "put on"], ["put one across", "fool or hoax", "put one across"]]}, {"answer": "footed", "hint": "synonyms for footed", "clues": [["foot", "add a column of numbers", "foot"], ["hoof it", "walk", "hoof it"], ["foot up", "add a column of numbers", "foot up"], ["hoof", "walk", "hoof"], ["leg it", "walk", "leg it"], ["pick", "pay for something", "pick"]]}, {"answer": "footless", "hint": "synonyms for footless", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["footle", "act foolishly, as by talking nonsense", "footle"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["mess about", "be about", "mess about"]]}, {"answer": "footling", "hint": "synonyms for footling", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["footle", "act foolishly, as by talking nonsense", "footle"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["mess about", "be about", "mess about"]]}, {"answer": "forbidden", "hint": "synonyms for forbidden", "clues": [["forestall", "keep from happening or arising; make impossible", "forestall"], ["disallow", "command against", "disallow"], ["forbid", "keep from happening or arising; make impossible", "forbid"], ["proscribe", "command against", "proscribe"], ["foreclose", "keep from happening or arising; make impossible", "foreclose"], ["veto", "command against", "veto"], ["interdict", "command against", "interdict"], ["prevent", "keep from happening or arising; make impossible", "prevent"], ["preclude", "keep from happening or arising; make impossible", "preclude"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"]]}, {"answer": "forbidding", "hint": "synonyms for forbidding", "clues": [["forestall", "keep from happening or arising; make impossible", "forestall"], ["disallow", "command against", "disallow"], ["forbid", "keep from happening or arising; make impossible", "forbid"], ["proscribe", "command against", "proscribe"], ["foreclose", "keep from happening or arising; make impossible", "foreclose"], ["veto", "command against", "veto"], ["interdict", "command against", "interdict"], ["prevent", "keep from happening or arising; make impossible", "prevent"], ["preclude", "keep from happening or arising; make impossible", "preclude"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"]]}, {"answer": "forced", "hint": "synonyms for forced", "clues": [["force", "force into or from an action or state, either physically or metaphorically", "force"], ["draw", "cause to move by pulling", "draw"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "pressure"], ["wedge", "squeeze like a wedge into a tight space", "wedge"], ["push", "move with force,", "push"], ["ram", "force into or from an action or state, either physically or metaphorically", "ram"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "coerce"], ["pull", "cause to move by pulling", "pull"], ["thrust", "impose urgently, importunately, or inexorably", "thrust"], ["impel", "urge or force (a person) to an action; constrain or motivate", "impel"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "hale"], ["drive", "force into or from an action or state, either physically or metaphorically", "drive"], ["storm", "take by force", "storm"], ["squeeze", "squeeze like a wedge into a tight space", "squeeze"]]}, {"answer": "foreboding", "hint": "synonyms for foreboding", "clues": [["promise", "make a prediction about; tell in advance", "promise"], ["call", "make a prediction about; tell in advance", "call"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["forebode", "make a prediction about; tell in advance", "forebode"]]}, {"answer": "foregoing", "hint": "synonyms for foregoing", "clues": [["precede", "be earlier in time; go back further", "precede"], ["forgo", "be earlier in time; go back further", "forgo"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["relinquish", "do without or cease to hold or adhere to", "relinquish"], ["predate", "be earlier in time; go back further", "predate"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "foregone", "hint": "synonyms for foregone", "clues": [["precede", "be earlier in time; go back further", "precede"], ["forgo", "be earlier in time; go back further", "forgo"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["relinquish", "do without or cease to hold or adhere to", "relinquish"], ["predate", "be earlier in time; go back further", "predate"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "foreshadowing", "hint": "synonyms for foreshadowing", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "forfeit", "hint": "synonyms for forfeit", "clues": [["forego", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forego"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"]]}, {"answer": "forfeited", "hint": "synonyms for forfeited", "clues": [["forego", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forego"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"]]}, {"answer": "forged", "hint": "synonyms for forged", "clues": [["spirt", "move or act with a sudden increase in speed or energy", "spirt"], ["forge", "make out of components (often in an improvising manner)", "forge"], ["mould", "make something, usually for a specific function", "mould"], ["work", "make something, usually for a specific function", "work"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["fashion", "make out of components (often in an improvising manner)", "fashion"], ["shape", "make something, usually for a specific function", "shape"], ["hammer", "create by hammering", "hammer"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["fake", "make a copy of with the intent to deceive", "fake"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["spurt", "move or act with a sudden increase in speed or energy", "spurt"], ["form", "make something, usually for a specific function", "form"], ["counterfeit", "make a copy of with the intent to deceive", "counterfeit"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"]]}, {"answer": "forgotten", "hint": "synonyms for forgotten", "clues": [["forget", "dismiss from the mind; stop remembering", "forget"], ["blank out", "be unable to remember", "blank out"], ["leave", "leave behind unintentionally", "leave"], ["draw a blank", "be unable to remember", "draw a blank"], ["bury", "dismiss from the mind; stop remembering", "bury"], ["block", "be unable to remember", "block"]]}, {"answer": "forked", "hint": "synonyms for forked", "clues": [["fork", "shape like a fork", "fork"], ["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["pitchfork", "lift with a pitchfork", "pitchfork"], ["branch", "divide into two or more branches so as to form a fork", "branch"], ["separate", "divide into two or more branches so as to form a fork", "separate"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"]]}, {"answer": "formed", "hint": "synonyms for formed", "clues": [["organise", "create (as an entity)", "organise"], ["form", "establish or impress firmly in the mind", "form"], ["forge", "make something, usually for a specific function", "forge"], ["mould", "make something, usually for a specific function", "mould"], ["work", "make something, usually for a specific function", "work"], ["imprint", "establish or impress firmly in the mind", "imprint"], ["shape", "make something, usually for a specific function", "shape"], ["spring", "develop into a distinctive entity", "spring"], ["take form", "develop into a distinctive entity", "take form"], ["make", "to compose or represent:", "make"], ["constitute", "to compose or represent:", "constitute"], ["take shape", "develop into a distinctive entity", "take shape"]]}, {"answer": "formulated", "hint": "synonyms for formulated", "clues": [["formulate", "prepare according to a formula", "formulate"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"], ["explicate", "elaborate, as of theories and hypotheses", "explicate"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["give voice", "put into words or an expression", "give voice"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["word", "put into words or an expression", "word"], ["develop", "elaborate, as of theories and hypotheses", "develop"], ["articulate", "put into words or an expression", "articulate"], ["phrase", "put into words or an expression", "phrase"]]}, {"answer": "fortified", "hint": "synonyms for fortified", "clues": [["fortify", "add alcohol to (beverages)", "fortify"], ["lace", "add alcohol to (beverages)", "lace"], ["build up", "prepare oneself for a military confrontation", "build up"], ["spike", "add alcohol to (beverages)", "spike"], ["arm", "prepare oneself for a military confrontation", "arm"], ["strengthen", "make strong or stronger", "strengthen"], ["beef up", "make strong or stronger", "beef up"], ["gird", "prepare oneself for a military confrontation", "gird"], ["fort", "enclose by or as if by a fortification", "fort"]]}, {"answer": "foul", "hint": "synonyms for foul", "clues": [["pollute", "make impure", "pollute"], ["defile", "spot, stain, or pollute", "defile"], ["maculate", "spot, stain, or pollute", "maculate"], ["clog", "become or cause to become obstructed", "clog"], ["choke off", "become or cause to become obstructed", "choke off"], ["befoul", "spot, stain, or pollute", "befoul"], ["contaminate", "make impure", "contaminate"], ["back up", "become or cause to become obstructed", "back up"], ["clog up", "become or cause to become obstructed", "clog up"], ["congest", "become or cause to become obstructed", "congest"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "fouled", "hint": "synonyms for fouled", "clues": [["pollute", "make impure", "pollute"], ["defile", "spot, stain, or pollute", "defile"], ["maculate", "spot, stain, or pollute", "maculate"], ["foul", "spot, stain, or pollute", "foul"], ["clog", "become or cause to become obstructed", "clog"], ["choke off", "become or cause to become obstructed", "choke off"], ["befoul", "spot, stain, or pollute", "befoul"], ["contaminate", "make impure", "contaminate"], ["back up", "become or cause to become obstructed", "back up"], ["clog up", "become or cause to become obstructed", "clog up"], ["congest", "become or cause to become obstructed", "congest"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "found", "hint": "synonyms for found", "clues": [["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["get", "receive a specified treatment (abstract)", "get"], ["regain", "get or find back; recover the use of", "regain"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["find", "get something or somebody for a specific purpose", "find"], ["set up", "set up or found", "set up"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["base", "use as a basis for; found on", "base"], ["recover", "get or find back; recover the use of", "recover"], ["witness", "perceive or be contemporaneous with", "witness"], ["come up", "get something or somebody for a specific purpose", "come up"], ["launch", "set up or found", "launch"], ["receive", "receive a specified treatment (abstract)", "receive"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["see", "perceive or be contemporaneous with", "see"], ["get hold", "get something or somebody for a specific purpose", "get hold"], ["constitute", "set up or lay the groundwork for", "constitute"], ["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["plant", "set up or lay the groundwork for", "plant"], ["ground", "use as a basis for; found on", "ground"], ["chance", "come upon, as if by accident; meet with", "chance"], ["determine", "establish after a calculation, investigation, experiment, survey, or study", "determine"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "feel"], ["rule", "decide on and make a declaration about", "rule"], ["incur", "receive a specified treatment (abstract)", "incur"], ["happen", "come upon, as if by accident; meet with", "happen"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["find oneself", "accept and make use of one's personality, abilities, and situation", "find oneself"], ["bump", "come upon, as if by accident; meet with", "bump"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["line up", "get something or somebody for a specific purpose", "line up"]]}, {"answer": "framed", "hint": "synonyms for framed", "clues": [["ensnare", "take or catch as if in a snare or trap", "ensnare"], ["entrap", "take or catch as if in a snare or trap", "entrap"], ["set up", "take or catch as if in a snare or trap", "set up"], ["frame in", "enclose in or as if in a frame", "frame in"], ["draw up", "make up plans or basic details for", "draw up"], ["frame", "formulate in a particular style or language", "frame"], ["border", "enclose in or as if in a frame", "border"], ["put", "formulate in a particular style or language", "put"], ["compose", "make up plans or basic details for", "compose"], ["couch", "formulate in a particular style or language", "couch"], ["cast", "formulate in a particular style or language", "cast"], ["redact", "formulate in a particular style or language", "redact"], ["frame up", "construct by fitting or uniting parts together", "frame up"]]}, {"answer": "frayed", "hint": "synonyms for frayed", "clues": [["rub", "cause friction", "rub"], ["fray", "wear away by rubbing", "fray"], ["chafe", "cause friction", "chafe"], ["scratch", "cause friction", "scratch"], ["fret", "cause friction", "fret"], ["frazzle", "wear away by rubbing", "frazzle"]]}, {"answer": "free", "hint": "synonyms for free", "clues": [["exempt", "grant relief or an exemption from a rule or requirement to", "exempt"], ["relieve", "grant relief or an exemption from a rule or requirement to", "relieve"], ["give up", "part with a possession or right", "give up"], ["unblock", "make (assets) available", "unblock"], ["unloosen", "grant freedom to; free from confinement", "unloosen"], ["release", "make (assets) available", "release"], ["discharge", "free from obligations or duties", "discharge"], ["rid", "relieve from", "rid"], ["absolve", "let off the hook", "absolve"], ["loose", "grant freedom to; free from confinement", "loose"], ["relinquish", "part with a possession or right", "relinquish"], ["dislodge", "remove or force out from a position", "dislodge"], ["resign", "part with a possession or right", "resign"], ["liberate", "grant freedom to; free from confinement", "liberate"], ["unfreeze", "make (assets) available", "unfreeze"], ["disembarrass", "relieve from", "disembarrass"], ["justify", "let off the hook", "justify"], ["disengage", "free or remove obstruction from", "disengage"]]}, {"answer": "frequent", "hint": "synonyms for frequent", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "do one's shopping at; do business with; be a customer or client of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "do one's shopping at; do business with; be a customer or client of", "sponsor"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["haunt", "be a regular or frequent visitor to a certain place", "haunt"]]}, {"answer": "fretted", "hint": "synonyms for fretted", "clues": [["chafe", "become or make sore by or as if by rubbing", "chafe"], ["fret", "be agitated or irritated", "fret"], ["eat into", "gnaw into; make resentful or angry", "eat into"], ["eat away", "wear away or erode", "eat away"], ["scratch", "cause friction", "scratch"], ["choke", "be too tight; rub or press", "choke"], ["fuss", "worry unnecessarily or excessively", "fuss"], ["rub", "cause friction", "rub"], ["niggle", "worry unnecessarily or excessively", "niggle"], ["rankle", "gnaw into; make resentful or angry", "rankle"], ["gall", "become or make sore by or as if by rubbing", "gall"], ["gag", "be too tight; rub or press", "gag"], ["fray", "cause friction", "fray"], ["erode", "remove soil or rock", "erode"], ["grate", "gnaw into; make resentful or angry", "grate"]]}, {"answer": "frothing", "hint": "synonyms for frothing", "clues": [["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["froth", "make froth or foam and become bubbly", "froth"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"], ["suds", "make froth or foam and become bubbly", "suds"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["spume", "make froth or foam and become bubbly", "spume"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"]]}, {"answer": "frozen", "hint": "synonyms for frozen", "clues": [["freeze", "suddenly behave coldly and formally", "freeze"], ["immobilize", "prohibit the conversion or use of (assets)", "immobilize"], ["suspend", "stop a process or a habit by imposing a freeze on it", "suspend"], ["freeze down", "change from a liquid to a solid when cold", "freeze down"], ["block", "prohibit the conversion or use of (assets)", "block"], ["freeze out", "change from a liquid to a solid when cold", "freeze out"], ["stop dead", "stop moving or become immobilized", "stop dead"]]}, {"answer": "frustrated", "hint": "synonyms for frustrated", "clues": [["frustrate", "treat cruelly", "frustrate"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["dun", "treat cruelly", "dun"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["crucify", "treat cruelly", "crucify"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["torment", "treat cruelly", "torment"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["bedevil", "treat cruelly", "bedevil"], ["rag", "treat cruelly", "rag"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "frustrating", "hint": "synonyms for frustrating", "clues": [["frustrate", "treat cruelly", "frustrate"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["dun", "treat cruelly", "dun"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["crucify", "treat cruelly", "crucify"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["torment", "treat cruelly", "torment"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["bedevil", "treat cruelly", "bedevil"], ["rag", "treat cruelly", "rag"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "fuddled", "hint": "synonyms for fuddled", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["befuddle", "make stupid with alcohol", "befuddle"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["drink", "consume alcohol", "drink"], ["booze", "consume alcohol", "booze"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "fulfilled", "hint": "synonyms for fulfilled", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["fulfill", "fill or meet a want or need", "fulfill"], ["accomplish", "put in effect", "accomplish"], ["execute", "put in effect", "execute"], ["live up to", "meet the requirements or expectations of", "live up to"], ["fill", "fill or meet a want or need", "fill"], ["meet", "fill or meet a want or need", "meet"], ["satisfy", "meet the requirements or expectations of", "satisfy"], ["carry through", "put in effect", "carry through"]]}, {"answer": "fumbling", "hint": "synonyms for fumbling", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["grope", "feel about uncertainly or blindly", "grope"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["blunder", "make one's way clumsily or blindly", "blunder"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "fumed", "hint": "synonyms for fumed", "clues": [["reek", "be wet with sweat or blood, as of one's face", "reek"], ["fumigate", "treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests", "fumigate"], ["fume", "treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests", "fume"], ["smoke", "emit a cloud of fine particles", "smoke"]]}, {"answer": "functioning", "hint": "synonyms for functioning", "clues": [["work", "perform as expected when applied", "work"], ["function", "serve a purpose, role, or function", "function"], ["officiate", "perform duties attached to a particular office or place or function", "officiate"], ["go", "perform as expected when applied", "go"], ["operate", "perform as expected when applied", "operate"], ["serve", "serve a purpose, role, or function", "serve"], ["run", "perform as expected when applied", "run"]]}, {"answer": "furnished", "hint": "synonyms for furnished", "clues": [["render", "give something useful or necessary to", "render"], ["provide", "give something useful or necessary to", "provide"], ["supply", "give something useful or necessary to", "supply"], ["furnish", "give something useful or necessary to", "furnish"]]}, {"answer": "furrowed", "hint": "synonyms for furrowed", "clues": [["furrow", "cut a furrow into a columns", "furrow"], ["chase", "cut a furrow into a columns", "chase"], ["chamfer", "cut a furrow into a columns", "chamfer"], ["groove", "hollow out in the form of a furrow or groove", "groove"], ["rut", "hollow out in the form of a furrow or groove", "rut"], ["crease", "make wrinkled or creased", "crease"], ["wrinkle", "make wrinkled or creased", "wrinkle"]]}, {"answer": "further", "hint": "synonyms for further", "clues": [["boost", "contribute to the progress or growth of", "boost"], ["advance", "contribute to the progress or growth of", "advance"], ["encourage", "contribute to the progress or growth of", "encourage"], ["promote", "contribute to the progress or growth of", "promote"], ["foster", "promote the growth of", "foster"]]}, {"answer": "fused", "hint": "synonyms for fused", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "galled", "hint": "synonyms for galled", "clues": [["gall", "irritate or vex", "gall"], ["fret", "become or make sore by or as if by rubbing", "fret"], ["chafe", "become or make sore by or as if by rubbing", "chafe"], ["irk", "irritate or vex", "irk"]]}, {"answer": "galling", "hint": "synonyms for galling", "clues": [["gall", "irritate or vex", "gall"], ["fret", "become or make sore by or as if by rubbing", "fret"], ["chafe", "become or make sore by or as if by rubbing", "chafe"], ["irk", "irritate or vex", "irk"]]}, {"answer": "game", "hint": "synonyms for game", "clues": [["gage", "place a bet on", "gage"], ["bet on", "place a bet on", "bet on"], ["back", "place a bet on", "back"], ["stake", "place a bet on", "stake"], ["punt", "place a bet on", "punt"]]}, {"answer": "gaping", "hint": "synonyms for gaping", "clues": [["gawk", "look with amazement; look stupidly", "gawk"], ["gawp", "look with amazement; look stupidly", "gawp"], ["yawn", "be wide open", "yawn"], ["gape", "look with amazement; look stupidly", "gape"], ["goggle", "look with amazement; look stupidly", "goggle"], ["breach", "make an opening or gap in", "breach"]]}, {"answer": "garbed", "hint": "synonyms for garbed", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "garbled", "hint": "synonyms for garbled", "clues": [["garble", "make false by mutilation or addition; as of a message or story", "garble"], ["warp", "make false by mutilation or addition; as of a message or story", "warp"], ["falsify", "make false by mutilation or addition; as of a message or story", "falsify"], ["distort", "make false by mutilation or addition; as of a message or story", "distort"]]}, {"answer": "garmented", "hint": "synonyms for garmented", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "gathered", "hint": "synonyms for gathered", "clues": [["assemble", "collect in one place", "assemble"], ["gather", "draw and bring closer", "gather"], ["tuck", "draw together into folds or puckers", "tuck"], ["collect", "assemble or get together", "collect"], ["amass", "collect or gather", "amass"], ["cumulate", "collect or gather", "cumulate"], ["foregather", "collect in one place", "foregather"], ["meet", "collect in one place", "meet"], ["conglomerate", "collect or gather", "conglomerate"], ["pile up", "collect or gather", "pile up"], ["gain", "increase or develop", "gain"], ["garner", "assemble or get together", "garner"], ["pull together", "assemble or get together", "pull together"], ["get together", "get people together", "get together"], ["pucker", "draw together into folds or puckers", "pucker"]]}, {"answer": "generalised", "hint": "synonyms for generalised", "clues": [["generalize", "draw from specific cases for more general cases", "generalize"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "vulgarize"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "popularize"], ["extrapolate", "draw from specific cases for more general cases", "extrapolate"], ["infer", "draw from specific cases for more general cases", "infer"]]}, {"answer": "generalized", "hint": "synonyms for generalized", "clues": [["generalize", "draw from specific cases for more general cases", "generalize"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "vulgarize"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "popularize"], ["extrapolate", "draw from specific cases for more general cases", "extrapolate"], ["infer", "draw from specific cases for more general cases", "infer"]]}, {"answer": "gentle", "hint": "synonyms for gentle", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["entitle", "give a title to someone; make someone a member of the nobility", "entitle"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["ennoble", "give a title to someone; make someone a member of the nobility", "ennoble"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "gifted", "hint": "synonyms for gifted", "clues": [["empower", "give qualities or abilities to", "empower"], ["give", "give as a present; make a gift of", "give"], ["gift", "give qualities or abilities to", "gift"], ["present", "give as a present; make a gift of", "present"], ["endue", "give qualities or abilities to", "endue"], ["indue", "give qualities or abilities to", "indue"], ["invest", "give qualities or abilities to", "invest"], ["endow", "give qualities or abilities to", "endow"]]}, {"answer": "given", "hint": "synonyms for given", "clues": [["present", "give as a present; make a gift of", "present"], ["yield", "cause to happen or be responsible for", "yield"], ["pass on", "place into the hands or custody of", "pass on"], ["apply", "give or convey physically", "apply"], ["ease up", "move in order to make room for someone for something", "ease up"], ["give", "break down, literally or metaphorically", "give"], ["make", "organize or be responsible for", "make"], ["generate", "give or supply", "generate"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["give way", "move in order to make room for someone for something", "give way"], ["pay", "convey, as of a compliment, regards, attention, etc.; bestow", "pay"], ["render", "give or supply", "render"], ["throw", "convey or communicate; of a smile, a look, a physical gesture", "throw"], ["sacrifice", "endure the loss of", "sacrifice"], ["return", "give or supply", "return"], ["have", "organize or be responsible for", "have"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"], ["cave in", "break down, literally or metaphorically", "cave in"], ["establish", "bring about", "establish"], ["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["leave", "transmit (knowledge or skills)", "leave"], ["open", "afford access to", "open"], ["pass", "place into the hands or custody of", "pass"], ["impart", "transmit (knowledge or skills)", "impart"], ["feed", "give food to", "feed"], ["contribute", "contribute to some cause", "contribute"], ["fall in", "break down, literally or metaphorically", "fall in"], ["move over", "move in order to make room for someone for something", "move over"], ["gift", "give as a present; make a gift of", "gift"], ["afford", "be the cause or source of", "afford"], ["grant", "bestow, especially officially", "grant"], ["chip in", "contribute to some cause", "chip in"], ["reach", "place into the hands or custody of", "reach"], ["hold", "organize or be responsible for", "hold"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["founder", "break down, literally or metaphorically", "founder"], ["kick in", "contribute to some cause", "kick in"]]}, {"answer": "giving", "hint": "synonyms for giving", "clues": [["present", "give as a present; make a gift of", "present"], ["yield", "cause to happen or be responsible for", "yield"], ["pass on", "place into the hands or custody of", "pass on"], ["apply", "give or convey physically", "apply"], ["ease up", "move in order to make room for someone for something", "ease up"], ["give", "break down, literally or metaphorically", "give"], ["make", "organize or be responsible for", "make"], ["generate", "give or supply", "generate"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["give way", "move in order to make room for someone for something", "give way"], ["pay", "convey, as of a compliment, regards, attention, etc.; bestow", "pay"], ["render", "give or supply", "render"], ["throw", "convey or communicate; of a smile, a look, a physical gesture", "throw"], ["sacrifice", "endure the loss of", "sacrifice"], ["return", "give or supply", "return"], ["have", "organize or be responsible for", "have"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"], ["cave in", "break down, literally or metaphorically", "cave in"], ["establish", "bring about", "establish"], ["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["leave", "transmit (knowledge or skills)", "leave"], ["open", "afford access to", "open"], ["pass", "place into the hands or custody of", "pass"], ["impart", "transmit (knowledge or skills)", "impart"], ["feed", "give food to", "feed"], ["contribute", "contribute to some cause", "contribute"], ["fall in", "break down, literally or metaphorically", "fall in"], ["move over", "move in order to make room for someone for something", "move over"], ["gift", "give as a present; make a gift of", "gift"], ["afford", "be the cause or source of", "afford"], ["grant", "bestow, especially officially", "grant"], ["chip in", "contribute to some cause", "chip in"], ["reach", "place into the hands or custody of", "reach"], ["hold", "organize or be responsible for", "hold"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["founder", "break down, literally or metaphorically", "founder"], ["kick in", "contribute to some cause", "kick in"]]}, {"answer": "glassed", "hint": "synonyms for glassed", "clues": [["glass over", "become glassy or take on a glass-like appearance", "glass over"], ["glaze", "furnish with glass", "glaze"], ["glass", "scan (game in the forest) with binoculars", "glass"], ["glass in", "enclose with glass", "glass in"], ["glaze over", "become glassy or take on a glass-like appearance", "glaze over"]]}, {"answer": "glazed", "hint": "synonyms for glazed", "clues": [["glaze", "coat with a glaze", "glaze"], ["sugarcoat", "coat with something sweet, such as a hard sugar glaze", "sugarcoat"], ["candy", "coat with something sweet, such as a hard sugar glaze", "candy"], ["glaze over", "become glassy or take on a glass-like appearance", "glaze over"], ["glass", "become glassy or take on a glass-like appearance", "glass"], ["glass over", "become glassy or take on a glass-like appearance", "glass over"]]}, {"answer": "gleaming", "hint": "synonyms for gleaming", "clues": [["glint", "be shiny, as if wet", "glint"], ["shine", "be shiny, as if wet", "shine"], ["glisten", "be shiny, as if wet", "glisten"], ["glitter", "be shiny, as if wet", "glitter"], ["glimmer", "shine brightly, like a star or a light", "glimmer"], ["gleam", "appear briefly", "gleam"]]}, {"answer": "glinting", "hint": "synonyms for glinting", "clues": [["glint", "be shiny, as if wet", "glint"], ["shine", "be shiny, as if wet", "shine"], ["glisten", "be shiny, as if wet", "glisten"], ["glitter", "be shiny, as if wet", "glitter"], ["peek", "throw a glance at; take a brief look at", "peek"], ["glance", "throw a glance at; take a brief look at", "glance"], ["gleam", "be shiny, as if wet", "gleam"]]}, {"answer": "glistening", "hint": "synonyms for glistening", "clues": [["glint", "be shiny, as if wet", "glint"], ["shine", "be shiny, as if wet", "shine"], ["glisten", "be shiny, as if wet", "glisten"], ["glitter", "be shiny, as if wet", "glitter"], ["gleam", "be shiny, as if wet", "gleam"]]}, {"answer": "glittering", "hint": "synonyms for glittering", "clues": [["glint", "be shiny, as if wet", "glint"], ["shine", "be shiny, as if wet", "shine"], ["glisten", "be shiny, as if wet", "glisten"], ["glitter", "be shiny, as if wet", "glitter"], ["gleam", "be shiny, as if wet", "gleam"]]}, {"answer": "glorified", "hint": "synonyms for glorified", "clues": [["glorify", "cause to seem more splendid", "glorify"], ["exalt", "praise, glorify, or honor", "exalt"], ["laud", "praise, glorify, or honor", "laud"], ["spiritualize", "elevate or idealize, in allusion to Christ's transfiguration", "spiritualize"], ["extol", "praise, glorify, or honor", "extol"], ["proclaim", "praise, glorify, or honor", "proclaim"], ["transfigure", "elevate or idealize, in allusion to Christ's transfiguration", "transfigure"]]}, {"answer": "glowering", "hint": "synonyms for glowering", "clues": [["lower", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "lower"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "frown"], ["lour", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "lour"], ["glare", "look at with a fixed gaze", "glare"]]}, {"answer": "glowing", "hint": "synonyms for glowing", "clues": [["glow", "shine intensely, as if with heat", "glow"], ["radiate", "experience a feeling of well-being or happiness, as from good health or an intense emotion", "radiate"], ["beam", "have a complexion with a strong bright color, such as red or pink", "beam"], ["shine", "have a complexion with a strong bright color, such as red or pink", "shine"], ["burn", "shine intensely, as if with heat", "burn"]]}, {"answer": "glutted", "hint": "synonyms for glutted", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["flood", "supply with an excess of", "flood"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["oversupply", "supply with an excess of", "oversupply"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"]]}, {"answer": "gnarled", "hint": "synonyms for gnarled", "clues": [["croak", "make complaining remarks or noises under one's breath", "croak"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["murmur", "make complaining remarks or noises under one's breath", "murmur"], ["grumble", "make complaining remarks or noises under one's breath", "grumble"]]}, {"answer": "go", "hint": "synonyms for go", "clues": [["rifle", "go through in search of something; search through someone's belongings in an unauthorized way", "rifle"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["hold up", "continue to live through hardship or adversity", "hold up"], ["function", "perform as expected when applied", "function"], ["die", "stop operating or functioning", "die"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["get going", "begin or set in motion", "get going"], ["last", "continue to live through hardship or adversity", "last"], ["run", "perform as expected when applied", "run"], ["move", "change location; move, travel, or proceed, also metaphorically", "move"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["blend in", "blend or harmonize", "blend in"], ["proceed", "follow a procedure or take a course", "proceed"], ["go away", "move away from a place into another direction", "go away"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["get", "enter or assume a certain state or condition", "get"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["depart", "move away from a place into another direction", "depart"], ["travel", "change location; move, travel, or proceed, also metaphorically", "travel"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give out", "stop operating or functioning", "give out"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["break down", "stop operating or functioning", "break down"], ["start", "begin or set in motion", "start"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["run low", "to be spent or finished", "run low"], ["blend", "blend or harmonize", "blend"], ["become", "enter or assume a certain state or condition", "become"], ["live", "continue to live through hardship or adversity", "live"], ["belong", "be in the right place or situation", "belong"], ["break", "stop operating or functioning", "break"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["go bad", "stop operating or functioning", "go bad"], ["run short", "to be spent or finished", "run short"], ["fit", "be the right size or shape; fit correctly or as desired", "fit"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["conk out", "stop operating or functioning", "conk out"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["work", "perform as expected when applied", "work"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["plump", "give support (to) or make a choice (of) one out of a group or number", "plump"], ["give way", "stop operating or functioning", "give way"], ["fail", "stop operating or functioning", "fail"], ["operate", "perform as expected when applied", "operate"], ["sound", "make a certain noise or sound", "sound"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["endure", "continue to live through hardship or adversity", "endure"]]}, {"answer": "goaded", "hint": "synonyms for goaded", "clues": [["goad", "stab or urge on as if with a pointed stick", "goad"], ["needle", "goad or provoke,as by constant criticism", "needle"], ["spur", "give heart or courage to", "spur"], ["prick", "stab or urge on as if with a pointed stick", "prick"]]}, {"answer": "going", "hint": "synonyms for going", "clues": [["hold up", "continue to live through hardship or adversity", "hold up"], ["go", "be the right size or shape; fit correctly or as desired", "go"], ["function", "perform as expected when applied", "function"], ["run", "perform as expected when applied", "run"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["proceed", "follow a procedure or take a course", "proceed"], ["go away", "move away from a place into another direction", "go away"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["get", "enter or assume a certain state or condition", "get"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["move", "follow a procedure or take a course", "move"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["start", "begin or set in motion", "start"], ["run low", "to be spent or finished", "run low"], ["become", "enter or assume a certain state or condition", "become"], ["belong", "be in the right place or situation", "belong"], ["survive", "continue to live through hardship or adversity", "survive"], ["go bad", "stop operating or functioning", "go bad"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["plump", "give support (to) or make a choice (of) one out of a group or number", "plump"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["endure", "continue to live through hardship or adversity", "endure"], ["rifle", "go through in search of something; search through someone's belongings in an unauthorized way", "rifle"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["get going", "begin or set in motion", "get going"], ["last", "continue to live through hardship or adversity", "last"], ["blend in", "blend or harmonize", "blend in"], ["travel", "change location; move, travel, or proceed, also metaphorically", "travel"], ["depart", "move away from a place into another direction", "depart"], ["give out", "stop operating or functioning", "give out"], ["break down", "stop operating or functioning", "break down"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["blend", "blend or harmonize", "blend"], ["live", "continue to live through hardship or adversity", "live"], ["break", "stop operating or functioning", "break"], ["live on", "continue to live through hardship or adversity", "live on"], ["run short", "to be spent or finished", "run short"], ["fit", "be the right size or shape; fit correctly or as desired", "fit"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["conk out", "stop operating or functioning", "conk out"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["work", "perform as expected when applied", "work"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["give way", "stop operating or functioning", "give way"], ["fail", "stop operating or functioning", "fail"], ["operate", "perform as expected when applied", "operate"], ["sound", "make a certain noise or sound", "sound"], ["hold out", "continue to live through hardship or adversity", "hold out"]]}, {"answer": "gone", "hint": "synonyms for gone", "clues": [["hold up", "continue to live through hardship or adversity", "hold up"], ["go", "be the right size or shape; fit correctly or as desired", "go"], ["function", "perform as expected when applied", "function"], ["run", "perform as expected when applied", "run"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["proceed", "follow a procedure or take a course", "proceed"], ["go away", "move away from a place into another direction", "go away"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["get", "enter or assume a certain state or condition", "get"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["move", "follow a procedure or take a course", "move"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["start", "begin or set in motion", "start"], ["run low", "to be spent or finished", "run low"], ["become", "enter or assume a certain state or condition", "become"], ["belong", "be in the right place or situation", "belong"], ["survive", "continue to live through hardship or adversity", "survive"], ["go bad", "stop operating or functioning", "go bad"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["plump", "give support (to) or make a choice (of) one out of a group or number", "plump"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["endure", "continue to live through hardship or adversity", "endure"], ["rifle", "go through in search of something; search through someone's belongings in an unauthorized way", "rifle"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["get going", "begin or set in motion", "get going"], ["last", "continue to live through hardship or adversity", "last"], ["blend in", "blend or harmonize", "blend in"], ["travel", "change location; move, travel, or proceed, also metaphorically", "travel"], ["depart", "move away from a place into another direction", "depart"], ["give out", "stop operating or functioning", "give out"], ["break down", "stop operating or functioning", "break down"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["blend", "blend or harmonize", "blend"], ["live", "continue to live through hardship or adversity", "live"], ["break", "stop operating or functioning", "break"], ["live on", "continue to live through hardship or adversity", "live on"], ["run short", "to be spent or finished", "run short"], ["fit", "be the right size or shape; fit correctly or as desired", "fit"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["conk out", "stop operating or functioning", "conk out"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["work", "perform as expected when applied", "work"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["give way", "stop operating or functioning", "give way"], ["fail", "stop operating or functioning", "fail"], ["operate", "perform as expected when applied", "operate"], ["sound", "make a certain noise or sound", "sound"], ["hold out", "continue to live through hardship or adversity", "hold out"]]}, {"answer": "governing", "hint": "synonyms for governing", "clues": [["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["govern", "exercise authority over; as of nations", "govern"], ["rule", "exercise authority over; as of nations", "rule"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "graded", "hint": "synonyms for graded", "clues": [["rate", "assign a rank or rating to", "rate"], ["grade", "determine the grade of or assign a grade to", "grade"], ["score", "assign a grade or rank to, according to one's evaluation", "score"], ["place", "assign a rank or rating to", "place"], ["range", "assign a rank or rating to", "range"], ["order", "assign a rank or rating to", "order"], ["mark", "assign a grade or rank to, according to one's evaluation", "mark"], ["rank", "assign a rank or rating to", "rank"]]}, {"answer": "granted", "hint": "synonyms for granted", "clues": [["allow", "let have", "allow"], ["grant", "let have", "grant"], ["award", "give as judged due or on the basis of merit", "award"], ["concede", "be willing to concede", "concede"], ["allot", "allow to have", "allot"], ["give", "bestow, especially officially", "give"], ["cede", "give over; surrender or relinquish to the physical control of another", "cede"], ["yield", "give over; surrender or relinquish to the physical control of another", "yield"], ["deed over", "transfer by deed", "deed over"], ["accord", "allow to have", "accord"]]}, {"answer": "grasping", "hint": "synonyms for grasping", "clues": [["grasp", "get the meaning of something", "grasp"], ["comprehend", "get the meaning of something", "comprehend"], ["savvy", "get the meaning of something", "savvy"], ["compass", "get the meaning of something", "compass"], ["apprehend", "get the meaning of something", "apprehend"], ["dig", "get the meaning of something", "dig"], ["hold on", "hold firmly", "hold on"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "gratified", "hint": "synonyms for gratified", "clues": [["satisfy", "make happy or satisfied", "satisfy"], ["pander", "yield (to); give satisfaction to", "pander"], ["indulge", "yield (to); give satisfaction to", "indulge"], ["gratify", "make happy or satisfied", "gratify"]]}, {"answer": "gratifying", "hint": "synonyms for gratifying", "clues": [["satisfy", "make happy or satisfied", "satisfy"], ["pander", "yield (to); give satisfaction to", "pander"], ["indulge", "yield (to); give satisfaction to", "indulge"], ["gratify", "make happy or satisfied", "gratify"]]}, {"answer": "grating", "hint": "synonyms for grating", "clues": [["grate", "scratch repeatedly", "grate"], ["grind", "make a grating or grinding sound by rubbing together", "grind"], ["eat into", "gnaw into; make resentful or angry", "eat into"], ["fret", "gnaw into; make resentful or angry", "fret"], ["rankle", "gnaw into; make resentful or angry", "rankle"], ["scrape", "scratch repeatedly", "scrape"]]}, {"answer": "grave", "hint": "synonyms for grave", "clues": [["engrave", "carve, cut, or etch into a material or surface", "engrave"], ["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"], ["sculpture", "shape (a material like stone or wood) by whittling away at it", "sculpture"], ["sculpt", "shape (a material like stone or wood) by whittling away at it", "sculpt"]]}, {"answer": "graven", "hint": "synonyms for graven", "clues": [["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["engrave", "carve, cut, or etch into a material or surface", "engrave"], ["grave", "shape (a material like stone or wood) by whittling away at it", "grave"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"], ["sculpture", "shape (a material like stone or wood) by whittling away at it", "sculpture"], ["sculpt", "shape (a material like stone or wood) by whittling away at it", "sculpt"]]}, {"answer": "grazed", "hint": "synonyms for grazed", "clues": [["graze", "let feed in a field or pasture or meadow", "graze"], ["crop", "let feed in a field or pasture or meadow", "crop"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["rake", "scrape gently", "rake"], ["browse", "eat lightly, try different dishes", "browse"], ["crease", "scrape gently", "crease"], ["range", "feed as in a meadow or pasture", "range"]]}, {"answer": "gripping", "hint": "synonyms for gripping", "clues": [["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["grapple", "to grip or seize, as in a wrestling match", "grapple"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"]]}, {"answer": "grizzled", "hint": "synonyms for grizzled", "clues": [["grizzle", "be in a huff; be silent or sullen", "grizzle"], ["brood", "be in a huff; be silent or sullen", "brood"], ["whine", "complain whiningly", "whine"], ["stew", "be in a huff; be silent or sullen", "stew"], ["yammer", "complain whiningly", "yammer"], ["yawp", "complain whiningly", "yawp"]]}, {"answer": "groomed", "hint": "synonyms for groomed", "clues": [["neaten", "care for one's external appearance", "neaten"], ["prepare", "educate for a future role or function", "prepare"], ["dress", "give a neat appearance to", "dress"], ["groom", "give a neat appearance to", "groom"], ["train", "educate for a future role or function", "train"], ["curry", "give a neat appearance to", "curry"]]}, {"answer": "groveling", "hint": "synonyms for groveling", "clues": [["fawn", "show submission or fear", "fawn"], ["cower", "show submission or fear", "cower"], ["creep", "show submission or fear", "creep"], ["cringe", "show submission or fear", "cringe"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "grovelling", "hint": "synonyms for grovelling", "clues": [["fawn", "show submission or fear", "fawn"], ["cower", "show submission or fear", "cower"], ["creep", "show submission or fear", "creep"], ["cringe", "show submission or fear", "cringe"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "growing", "hint": "synonyms for growing", "clues": [["grow", "become attached by or as if by the process of growth", "grow"], ["mature", "develop and reach maturity; undergo maturation", "mature"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["originate", "come into existence; take on form or shape", "originate"], ["develop", "grow emotionally or mature", "develop"], ["uprise", "come into existence; take on form or shape", "uprise"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques", "produce"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques", "raise"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques", "farm"], ["turn", "pass into a condition gradually, take on a specific property or attribute; become", "turn"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["arise", "come into existence; take on form or shape", "arise"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "grown", "hint": "synonyms for grown", "clues": [["grow", "become attached by or as if by the process of growth", "grow"], ["mature", "develop and reach maturity; undergo maturation", "mature"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["originate", "come into existence; take on form or shape", "originate"], ["develop", "grow emotionally or mature", "develop"], ["uprise", "come into existence; take on form or shape", "uprise"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques", "produce"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques", "raise"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques", "farm"], ["turn", "pass into a condition gradually, take on a specific property or attribute; become", "turn"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["arise", "come into existence; take on form or shape", "arise"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "grumbling", "hint": "synonyms for grumbling", "clues": [["croak", "make complaining remarks or noises under one's breath", "croak"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["rumble", "make a low noise", "rumble"], ["grouch", "show one's unhappiness or critical attitude", "grouch"], ["scold", "show one's unhappiness or critical attitude", "scold"], ["growl", "to utter or emit low dull rumbling sounds", "growl"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["murmur", "make complaining remarks or noises under one's breath", "murmur"]]}, {"answer": "guarded", "hint": "synonyms for guarded", "clues": [["defend", "protect against a challenge or attack", "defend"], ["guard", "watch over or shield from danger or harm; protect", "guard"], ["hold", "protect against a challenge or attack", "hold"], ["ward", "watch over or shield from danger or harm; protect", "ward"]]}, {"answer": "guided", "hint": "synonyms for guided", "clues": [["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["take", "take somebody somewhere", "take"], ["lead", "take somebody somewhere", "lead"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["guide", "use as a guide", "guide"], ["manoeuver", "direct the course; determine the direction of travelling", "manoeuver"], ["conduct", "take somebody somewhere", "conduct"], ["head", "direct the course; determine the direction of travelling", "head"], ["run", "pass over, across, or through", "run"], ["guide on", "use as a guide", "guide on"], ["pass", "pass over, across, or through", "pass"], ["draw", "pass over, across, or through", "draw"], ["point", "direct the course; determine the direction of travelling", "point"]]}, {"answer": "guiding", "hint": "synonyms for guiding", "clues": [["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["take", "take somebody somewhere", "take"], ["lead", "take somebody somewhere", "lead"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["guide", "use as a guide", "guide"], ["manoeuver", "direct the course; determine the direction of travelling", "manoeuver"], ["conduct", "take somebody somewhere", "conduct"], ["head", "direct the course; determine the direction of travelling", "head"], ["run", "pass over, across, or through", "run"], ["guide on", "use as a guide", "guide on"], ["pass", "pass over, across, or through", "pass"], ["draw", "pass over, across, or through", "draw"], ["point", "direct the course; determine the direction of travelling", "point"]]}, {"answer": "gushing", "hint": "synonyms for gushing", "clues": [["spirt", "gush forth in a sudden stream or jet", "spirt"], ["gush", "issue in a jet; come out in a jet; stream or spring forth", "gush"], ["jet", "issue in a jet; come out in a jet; stream or spring forth", "jet"], ["spurt", "gush forth in a sudden stream or jet", "spurt"], ["rave", "praise enthusiastically", "rave"], ["spout", "gush forth in a sudden stream or jet", "spout"]]}, {"answer": "hale", "hint": "synonyms for hale", "clues": [["drag", "draw slowly or heavily", "drag"], ["cart", "draw slowly or heavily", "cart"], ["force", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "force"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "coerce"], ["haul", "draw slowly or heavily", "haul"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "pressure"], ["squeeze", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "squeeze"]]}, {"answer": "hallowed", "hint": "synonyms for hallowed", "clues": [["consecrate", "render holy by means of religious rites", "consecrate"], ["hallow", "render holy by means of religious rites", "hallow"], ["sanctify", "render holy by means of religious rites", "sanctify"], ["bless", "render holy by means of religious rites", "bless"]]}, {"answer": "halt", "hint": "synonyms for halt", "clues": [["kibosh", "stop from happening or developing", "kibosh"], ["stem", "stop the flow of a liquid", "stem"], ["staunch", "stop the flow of a liquid", "staunch"], ["stop", "stop from happening or developing", "stop"], ["hold", "cause to stop", "hold"], ["arrest", "cause to stop", "arrest"], ["block", "stop from happening or developing", "block"]]}, {"answer": "halting", "hint": "synonyms for halting", "clues": [["kibosh", "stop from happening or developing", "kibosh"], ["stem", "stop the flow of a liquid", "stem"], ["halt", "cause to stop", "halt"], ["staunch", "stop the flow of a liquid", "staunch"], ["stop", "stop from happening or developing", "stop"], ["hold", "cause to stop", "hold"], ["arrest", "cause to stop", "arrest"], ["block", "stop from happening or developing", "block"]]}, {"answer": "handed", "hint": "synonyms for handed", "clues": [["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["pass", "place into the hands or custody of", "pass"], ["pass on", "place into the hands or custody of", "pass on"], ["reach", "place into the hands or custody of", "reach"], ["give", "place into the hands or custody of", "give"]]}, {"answer": "handicapped", "hint": "synonyms for handicapped", "clues": [["handicap", "attempt to forecast the winner (especially in a horse race) and assign odds for or against a contestant", "handicap"], ["incapacitate", "injure permanently", "incapacitate"], ["disable", "injure permanently", "disable"], ["invalid", "injure permanently", "invalid"], ["hinder", "put at a disadvantage", "hinder"], ["hamper", "put at a disadvantage", "hamper"]]}, {"answer": "handled", "hint": "synonyms for handled", "clues": [["handle", "show and train", "handle"], ["care", "be in charge of, act on, or dispose of", "care"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["palm", "touch, lift, or hold with the hands", "palm"], ["do by", "interact in a certain way", "do by"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["address", "act on verbally or in some form of artistic expression", "address"], ["deal", "be in charge of, act on, or dispose of", "deal"], ["treat", "interact in a certain way", "treat"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["wield", "handle effectively", "wield"]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["handle", "show and train", "handle"], ["care", "be in charge of, act on, or dispose of", "care"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["palm", "touch, lift, or hold with the hands", "palm"], ["do by", "interact in a certain way", "do by"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["address", "act on verbally or in some form of artistic expression", "address"], ["deal", "be in charge of, act on, or dispose of", "deal"], ["treat", "interact in a certain way", "treat"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["wield", "handle effectively", "wield"]]}, {"answer": "harassed", "hint": "synonyms for harassed", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["harass", "exhaust by attacking repeatedly", "harass"], ["chevvy", "annoy continually or chronically", "chevvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["provoke", "annoy continually or chronically", "provoke"]]}, {"answer": "hardened", "hint": "synonyms for hardened", "clues": [["harden", "become hard or harder", "harden"], ["indurate", "cause to accept or become hardened to; habituate", "indurate"], ["inure", "cause to accept or become hardened to; habituate", "inure"], ["season", "make fit", "season"], ["temper", "harden by reheating and cooling in oil", "temper"]]}, {"answer": "harmonised", "hint": "synonyms for harmonised", "clues": [["accord", "go together", "accord"], ["concord", "go together", "concord"], ["harmonise", "bring (several things) into consonance or relate harmoniously", "harmonise"], ["consort", "go together", "consort"], ["chord", "bring into consonance, harmony, or accord while making music or singing", "chord"], ["fit in", "go together", "fit in"], ["reconcile", "bring into consonance or accord", "reconcile"], ["agree", "go together", "agree"]]}, {"answer": "harmonized", "hint": "synonyms for harmonized", "clues": [["accord", "go together", "accord"], ["concord", "go together", "concord"], ["harmonise", "bring (several things) into consonance or relate harmoniously", "harmonise"], ["consort", "go together", "consort"], ["chord", "bring into consonance, harmony, or accord while making music or singing", "chord"], ["fit in", "go together", "fit in"], ["reconcile", "bring into consonance or accord", "reconcile"], ["agree", "go together", "agree"]]}, {"answer": "harnessed", "hint": "synonyms for harnessed", "clues": [["tackle", "put a harness", "tackle"], ["harness", "exploit the power of", "harness"], ["rein", "keep in check", "rein"], ["rein in", "control and direct with or as if by reins", "rein in"], ["rule", "keep in check", "rule"], ["draw rein", "control and direct with or as if by reins", "draw rein"]]}, {"answer": "harried", "hint": "synonyms for harried", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["ravage", "make a pillaging or destructive raid on (a place), as in wartimes", "ravage"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"], ["provoke", "annoy continually or chronically", "provoke"]]}, {"answer": "hatched", "hint": "synonyms for hatched", "clues": [["incubate", "sit on (eggs)", "incubate"], ["concoct", "devise or invent", "concoct"], ["hatch", "draw, cut, or engrave lines, usually parallel, on metal, wood, or paper", "hatch"], ["dream up", "devise or invent", "dream up"], ["brood", "sit on (eggs)", "brood"], ["think of", "devise or invent", "think of"], ["cover", "sit on (eggs)", "cover"], ["think up", "devise or invent", "think up"]]}, {"answer": "haunted", "hint": "synonyms for haunted", "clues": [["haunt", "follow stealthily or recur constantly and spontaneously to", "haunt"], ["obsess", "haunt like a ghost; pursue", "obsess"], ["stalk", "follow stealthily or recur constantly and spontaneously to", "stalk"], ["frequent", "be a regular or frequent visitor to a certain place", "frequent"], ["ghost", "haunt like a ghost; pursue", "ghost"]]}, {"answer": "haunting", "hint": "synonyms for haunting", "clues": [["haunt", "follow stealthily or recur constantly and spontaneously to", "haunt"], ["obsess", "haunt like a ghost; pursue", "obsess"], ["stalk", "follow stealthily or recur constantly and spontaneously to", "stalk"], ["frequent", "be a regular or frequent visitor to a certain place", "frequent"], ["ghost", "haunt like a ghost; pursue", "ghost"]]}, {"answer": "headed", "hint": "synonyms for headed", "clues": [["head", "be in the front of or on top of", "head"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["lead", "be in charge of", "lead"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["manoeuver", "direct the course; determine the direction of travelling", "manoeuver"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["head up", "be the first or leading member of (a group) and excel", "head up"], ["point", "direct the course; determine the direction of travelling", "point"]]}, {"answer": "healed", "hint": "synonyms for healed", "clues": [["mend", "heal or recover", "mend"], ["heal", "provide a cure for, make healthy again", "heal"], ["cure", "provide a cure for, make healthy again", "cure"], ["bring around", "provide a cure for, make healthy again", "bring around"]]}, {"answer": "healing", "hint": "synonyms for healing", "clues": [["mend", "heal or recover", "mend"], ["heal", "provide a cure for, make healthy again", "heal"], ["cure", "provide a cure for, make healthy again", "cure"], ["bring around", "provide a cure for, make healthy again", "bring around"]]}, {"answer": "heard", "hint": "synonyms for heard", "clues": [["find out", "get to know or become aware of, usually accidentally", "find out"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["listen", "listen and pay attention", "listen"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["hear", "examine or hear (evidence or a case) by judicial process", "hear"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["try", "examine or hear (evidence or a case) by judicial process", "try"], ["see", "get to know or become aware of, usually accidentally", "see"], ["take heed", "listen and pay attention", "take heed"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "get to know or become aware of, usually accidentally", "learn"]]}, {"answer": "hearing", "hint": "synonyms for hearing", "clues": [["find out", "get to know or become aware of, usually accidentally", "find out"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["listen", "listen and pay attention", "listen"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["hear", "examine or hear (evidence or a case) by judicial process", "hear"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["try", "examine or hear (evidence or a case) by judicial process", "try"], ["see", "get to know or become aware of, usually accidentally", "see"], ["take heed", "listen and pay attention", "take heed"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "get to know or become aware of, usually accidentally", "learn"]]}, {"answer": "heartening", "hint": "synonyms for heartening", "clues": [["embolden", "give encouragement to", "embolden"], ["hearten", "give encouragement to", "hearten"], ["cheer", "give encouragement to", "cheer"], ["recreate", "give encouragement to", "recreate"]]}, {"answer": "heated", "hint": "synonyms for heated", "clues": [["fire up", "arouse or excite feelings and passions", "fire up"], ["heat", "gain heat or get hot", "heat"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["stir up", "arouse or excite feelings and passions", "stir up"], ["heat up", "make hot or hotter", "heat up"], ["wake", "arouse or excite feelings and passions", "wake"], ["hot up", "gain heat or get hot", "hot up"]]}, {"answer": "hedged", "hint": "synonyms for hedged", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["hedge", "minimize loss or risk", "hedge"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["hedge in", "enclose or bound in with or as it with a hedge or hedges", "hedge in"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "heightening", "hint": "synonyms for heightening", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["heighten", "become more extreme", "heighten"], ["enhance", "increase", "enhance"], ["sharpen", "make (one's senses) more acute", "sharpen"], ["intensify", "make more intense, stronger, or more marked; ,", "intensify"], ["raise", "increase", "raise"], ["compound", "make more intense, stronger, or more marked; ,", "compound"]]}, {"answer": "held", "hint": "synonyms for held", "clues": [["hold", "cover as for protection against noise or smell", "hold"], ["support", "be the physical support of; carry the weight of", "support"], ["halt", "cause to stop", "halt"], ["make", "organize or be responsible for", "make"], ["contain", "be capable of holding or containing", "contain"], ["take hold", "have or hold in one's hands or grip", "take hold"], ["admit", "have room for; hold without crowding", "admit"], ["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["have got", "have or possess, either in a concrete or an abstract sense", "have got"], ["guard", "protect against a challenge or attack", "guard"], ["obligate", "bind by an obligation; cause to be indebted", "obligate"], ["concur", "be in accord; be in agreement", "concur"], ["defend", "protect against a challenge or attack", "defend"], ["withstand", "resist or confront with resistance", "withstand"], ["book", "arrange for and reserve (something for someone else) in advance", "book"], ["confine", "to close within bounds, limit or hold back from movement", "confine"], ["have", "organize or be responsible for", "have"], ["restrain", "to close within bounds, limit or hold back from movement", "restrain"], ["prevail", "be valid, applicable, or true", "prevail"], ["declare", "declare to be", "declare"], ["keep", "keep in a certain state, position, or activity; e.g.,", "keep"], ["hold back", "secure and keep for possible future use or application", "hold back"], ["arrest", "cause to stop", "arrest"], ["defy", "resist or confront with resistance", "defy"], ["deem", "keep in mind or convey as a conviction or view", "deem"], ["obtain", "be valid, applicable, or true", "obtain"], ["take for", "keep in mind or convey as a conviction or view", "take for"], ["carry", "drink alcohol without showing ill effects", "carry"], ["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["bear", "support or hold in a certain manner", "bear"], ["sustain", "be the physical support of; carry the weight of", "sustain"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["throw", "organize or be responsible for", "throw"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"], ["hold up", "be the physical support of; carry the weight of", "hold up"], ["maintain", "keep in a certain state, position, or activity; e.g.,", "maintain"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["adjudge", "declare to be", "adjudge"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["concord", "be in accord; be in agreement", "concord"], ["reserve", "arrange for and reserve (something for someone else) in advance", "reserve"], ["go for", "be pertinent or relevant or applicable", "go for"], ["view as", "keep in mind or convey as a conviction or view", "view as"], ["give", "organize or be responsible for", "give"], ["keep back", "secure and keep for possible future use or application", "keep back"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["take", "be capable of holding or containing", "take"], ["apply", "be pertinent or relevant or applicable", "apply"], ["accommodate", "have room for; hold without crowding", "accommodate"], ["bind", "bind by an obligation; cause to be indebted", "bind"], ["agree", "be in accord; be in agreement", "agree"]]}, {"answer": "heralded", "hint": "synonyms for heralded", "clues": [["harbinger", "foreshadow or presage", "harbinger"], ["annunciate", "foreshadow or presage", "annunciate"], ["herald", "foreshadow or presage", "herald"], ["hail", "praise vociferously", "hail"], ["foretell", "foreshadow or presage", "foretell"], ["announce", "foreshadow or presage", "announce"], ["acclaim", "praise vociferously", "acclaim"]]}, {"answer": "hesitating", "hint": "synonyms for hesitating", "clues": [["hesitate", "pause or hold back in uncertainty or unwillingness", "hesitate"], ["waffle", "pause or hold back in uncertainty or unwillingness", "waffle"], ["pause", "interrupt temporarily an activity before continuing", "pause"], ["waver", "pause or hold back in uncertainty or unwillingness", "waver"]]}, {"answer": "hex", "hint": "synonyms for hex", "clues": [["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something", "bewitch"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"]]}, {"answer": "hexed", "hint": "synonyms for hexed", "clues": [["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something", "bewitch"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"]]}, {"answer": "hidden", "hint": "synonyms for hidden", "clues": [["hide", "be or go into hiding; keep out of sight, as for protection and safety", "hide"], ["shroud", "cover as if with a shroud", "shroud"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["cover", "cover as if with a shroud", "cover"], ["conceal", "prevent from being seen or discovered", "conceal"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["hide out", "be or go into hiding; keep out of sight, as for protection and safety", "hide out"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "hinder", "hint": "synonyms for hinder", "clues": [["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["impede", "be a hindrance or obstacle to", "impede"], ["hamper", "put at a disadvantage", "hamper"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["handicap", "put at a disadvantage", "handicap"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"]]}, {"answer": "hindering", "hint": "synonyms for hindering", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["impede", "be a hindrance or obstacle to", "impede"], ["hamper", "put at a disadvantage", "hamper"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["handicap", "put at a disadvantage", "handicap"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"]]}, {"answer": "hired", "hint": "synonyms for hired", "clues": [["engage", "engage or hire for work", "engage"], ["lease", "hold under a lease or rental agreement; of goods and services", "lease"], ["rent", "engage for service under a term of contract", "rent"], ["hire", "engage for service under a term of contract", "hire"], ["take", "engage for service under a term of contract", "take"], ["charter", "engage for service under a term of contract", "charter"], ["employ", "engage or hire for work", "employ"]]}, {"answer": "hollow", "hint": "synonyms for hollow", "clues": [["hollow out", "remove the interior of", "hollow out"], ["dig", "remove the inner part or the core of", "dig"], ["excavate", "remove the inner part or the core of", "excavate"], ["core out", "remove the interior of", "core out"]]}, {"answer": "honored", "hint": "synonyms for honored", "clues": [["honor", "accept as pay", "honor"], ["observe", "show respect towards", "observe"], ["reward", "bestow honor or rewards upon", "reward"], ["respect", "show respect towards", "respect"], ["abide by", "show respect towards", "abide by"]]}, {"answer": "hoofed", "hint": "synonyms for hoofed", "clues": [["hoof it", "walk", "hoof it"], ["foot", "walk", "foot"], ["hoof", "dance in a professional capacity", "hoof"], ["leg it", "walk", "leg it"]]}, {"answer": "hooked", "hint": "synonyms for hooked", "clues": [["hook", "catch with a hook", "hook"], ["soak", "rip off; ask an unreasonable price", "soak"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle", "crochet"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["purloin", "make off with belongings of others", "purloin"], ["abstract", "make off with belongings of others", "abstract"], ["lift", "make off with belongings of others", "lift"], ["accost", "approach with an offer of sexual favors", "accost"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["plume", "rip off; ask an unreasonable price", "plume"], ["swipe", "make off with belongings of others", "swipe"], ["filch", "make off with belongings of others", "filch"], ["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["cabbage", "make off with belongings of others", "cabbage"], ["rob", "rip off; ask an unreasonable price", "rob"], ["snitch", "take by theft", "snitch"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)", "addict"], ["pinch", "make off with belongings of others", "pinch"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["snare", "entice and trap", "snare"], ["solicit", "approach with an offer of sexual favors", "solicit"], ["cop", "take by theft", "cop"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"]]}, {"answer": "horrified", "hint": "synonyms for horrified", "clues": [["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"]]}, {"answer": "horrifying", "hint": "synonyms for horrifying", "clues": [["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"]]}, {"answer": "howling", "hint": "synonyms for howling", "clues": [["howl", "emit long loud cries", "howl"], ["roar", "laugh unrestrainedly and heartily", "roar"], ["yowl", "cry loudly, as of animals", "yowl"], ["yaup", "emit long loud cries", "yaup"], ["wail", "emit long loud cries", "wail"], ["wrawl", "cry loudly, as of animals", "wrawl"], ["yammer", "cry loudly, as of animals", "yammer"], ["ululate", "emit long loud cries", "ululate"], ["yawl", "emit long loud cries", "yawl"]]}, {"answer": "hulking", "hint": "synonyms for hulking", "clues": [["tower", "appear very large or occupy a commanding position", "tower"], ["hulk", "appear very large or occupy a commanding position", "hulk"], ["predominate", "appear very large or occupy a commanding position", "predominate"], ["loom", "appear very large or occupy a commanding position", "loom"]]}, {"answer": "humble", "hint": "synonyms for humble", "clues": [["abase", "cause to feel shame; hurt the pride of", "abase"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "humbled", "hint": "synonyms for humbled", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "humbling", "hint": "synonyms for humbling", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "humiliated", "hint": "synonyms for humiliated", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "humiliating", "hint": "synonyms for humiliating", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "humped", "hint": "synonyms for humped", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["hunch", "round one's back by bending forward and drawing the shoulders forward", "hunch"], ["fuck", "have sexual intercourse with", "fuck"], ["hunch forward", "round one's back by bending forward and drawing the shoulders forward", "hunch forward"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["hunch over", "round one's back by bending forward and drawing the shoulders forward", "hunch over"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "hunched", "hint": "synonyms for hunched", "clues": [["hunch", "round one's back by bending forward and drawing the shoulders forward", "hunch"], ["hunch over", "round one's back by bending forward and drawing the shoulders forward", "hunch over"], ["hunch forward", "round one's back by bending forward and drawing the shoulders forward", "hunch forward"], ["hump", "round one's back by bending forward and drawing the shoulders forward", "hump"]]}, {"answer": "hunted", "hint": "synonyms for hunted", "clues": [["hunt", "pursue for food or sport (as of wild animals)", "hunt"], ["hound", "pursue or chase relentlessly", "hound"], ["hunt down", "pursue for food or sport (as of wild animals)", "hunt down"], ["track down", "pursue for food or sport (as of wild animals)", "track down"], ["run", "pursue for food or sport (as of wild animals)", "run"], ["trace", "pursue or chase relentlessly", "trace"]]}, {"answer": "hurried", "hint": "synonyms for hurried", "clues": [["zip", "move very fast", "zip"], ["speed", "move very fast", "speed"], ["hurry", "urge to an unnatural speed", "hurry"], ["rush", "urge to an unnatural speed", "rush"], ["look sharp", "act or move at high speed", "look sharp"], ["travel rapidly", "move very fast", "travel rapidly"], ["hasten", "act or move at high speed", "hasten"], ["festinate", "act or move at high speed", "festinate"]]}, {"answer": "hurrying", "hint": "synonyms for hurrying", "clues": [["zip", "move very fast", "zip"], ["speed", "move very fast", "speed"], ["hurry", "urge to an unnatural speed", "hurry"], ["rush", "urge to an unnatural speed", "rush"], ["look sharp", "act or move at high speed", "look sharp"], ["travel rapidly", "move very fast", "travel rapidly"], ["hasten", "act or move at high speed", "hasten"], ["festinate", "act or move at high speed", "festinate"]]}, {"answer": "hurt", "hint": "synonyms for hurt", "clues": [["wound", "hurt the feelings of", "wound"], ["ache", "feel physical pain", "ache"], ["spite", "hurt the feelings of", "spite"], ["offend", "hurt the feelings of", "offend"], ["smart", "be the source of pain", "smart"], ["bruise", "hurt the feelings of", "bruise"], ["pain", "cause emotional anguish or make miserable", "pain"], ["suffer", "feel physical pain", "suffer"], ["injure", "hurt the feelings of", "injure"], ["anguish", "cause emotional anguish or make miserable", "anguish"]]}, {"answer": "hushed", "hint": "synonyms for hushed", "clues": [["pipe down", "become quiet or quieter", "pipe down"], ["silence", "cause to be quiet or not talk", "silence"], ["hush up", "cause to be quiet or not talk", "hush up"], ["hush", "become quiet or quieter", "hush"], ["quiesce", "become quiet or quieter", "quiesce"], ["quiet", "become quiet or quieter", "quiet"], ["quiet down", "become quiet or quieter", "quiet down"], ["still", "cause to be quiet or not talk", "still"], ["shut up", "cause to be quiet or not talk", "shut up"], ["quieten", "cause to be quiet or not talk", "quieten"]]}, {"answer": "identified", "hint": "synonyms for identified", "clues": [["name", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property", "name"], ["identify", "recognize as being; establish the identity of someone or something", "identify"], ["key", "identify as in botany or biology, for example", "key"], ["describe", "identify as in botany or biology, for example", "describe"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["key out", "identify as in botany or biology, for example", "key out"], ["place", "recognize as being; establish the identity of someone or something", "place"]]}, {"answer": "idle", "hint": "synonyms for idle", "clues": [["slug", "be idle; exist in a changeless situation", "slug"], ["laze", "be idle; exist in a changeless situation", "laze"], ["stagnate", "be idle; exist in a changeless situation", "stagnate"], ["tick over", "run disconnected or idle", "tick over"]]}, {"answer": "idolised", "hint": "synonyms for idolised", "clues": [["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol", "idolize"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "hero-worship"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "worship"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol", "revere"]]}, {"answer": "idolized", "hint": "synonyms for idolized", "clues": [["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol", "idolize"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "hero-worship"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "worship"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol", "revere"]]}, {"answer": "ignited", "hint": "synonyms for ignited", "clues": [["light", "cause to start burning; subject to fire or great heat", "light"], ["conflagrate", "start to burn or burst into flames", "conflagrate"], ["erupt", "start to burn or burst into flames", "erupt"], ["ignite", "start to burn or burst into flames", "ignite"], ["combust", "start to burn or burst into flames", "combust"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["catch fire", "start to burn or burst into flames", "catch fire"], ["wake", "arouse or excite feelings and passions", "wake"], ["heat", "arouse or excite feelings and passions", "heat"], ["take fire", "start to burn or burst into flames", "take fire"], ["fire up", "arouse or excite feelings and passions", "fire up"], ["stir up", "arouse or excite feelings and passions", "stir up"]]}, {"answer": "ignored", "hint": "synonyms for ignored", "clues": [["neglect", "give little or no attention to", "neglect"], ["snub", "refuse to acknowledge", "snub"], ["disregard", "bar from attention or consideration", "disregard"], ["cut", "refuse to acknowledge", "cut"], ["ignore", "bar from attention or consideration", "ignore"], ["push aside", "bar from attention or consideration", "push aside"], ["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"]]}, {"answer": "ill-treated", "hint": "synonyms for ill-treated", "clues": [["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["mistreat", "treat badly", "mistreat"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "ill-used", "hint": "synonyms for ill-used", "clues": [["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["mistreat", "treat badly", "mistreat"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "illuminated", "hint": "synonyms for illuminated", "clues": [["illuminate", "add embellishments and paintings to (medieval manuscripts)", "illuminate"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["light", "make lighter or brighter", "light"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["light up", "make lighter or brighter", "light up"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["illume", "make lighter or brighter", "illume"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "illuminating", "hint": "synonyms for illuminating", "clues": [["illuminate", "add embellishments and paintings to (medieval manuscripts)", "illuminate"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["light", "make lighter or brighter", "light"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["light up", "make lighter or brighter", "light up"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["illume", "make lighter or brighter", "illume"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "impacted", "hint": "synonyms for impacted", "clues": [["bear upon", "have an effect upon", "bear upon"], ["touch on", "have an effect upon", "touch on"], ["impact", "have an effect upon", "impact"], ["touch", "have an effect upon", "touch"], ["affect", "have an effect upon", "affect"]]}, {"answer": "impaired", "hint": "synonyms for impaired", "clues": [["impair", "make imperfect", "impair"], ["spoil", "make imperfect", "spoil"], ["deflower", "make imperfect", "deflower"], ["vitiate", "make imperfect", "vitiate"], ["mar", "make imperfect", "mar"]]}, {"answer": "impeded", "hint": "synonyms for impeded", "clues": [["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["block", "block passage through", "block"], ["obstruct", "block passage through", "obstruct"], ["jam", "block passage through", "jam"], ["occlude", "block passage through", "occlude"], ["hinder", "be a hindrance or obstacle to", "hinder"]]}, {"answer": "impeding", "hint": "synonyms for impeding", "clues": [["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["block", "block passage through", "block"], ["obstruct", "block passage through", "obstruct"], ["jam", "block passage through", "jam"], ["occlude", "block passage through", "occlude"], ["hinder", "be a hindrance or obstacle to", "hinder"]]}, {"answer": "implanted", "hint": "synonyms for implanted", "clues": [["plant", "fix or set securely or deeply", "plant"], ["implant", "become attached to and embedded in the uterus", "implant"], ["imbed", "fix or set securely or deeply", "imbed"], ["embed", "fix or set securely or deeply", "embed"], ["engraft", "fix or set securely or deeply", "engraft"]]}, {"answer": "implemented", "hint": "synonyms for implemented", "clues": [["enforce", "ensure observance of laws and rules", "enforce"], ["carry out", "pursue to a conclusion or bring to a successful issue", "carry out"], ["go through", "pursue to a conclusion or bring to a successful issue", "go through"], ["follow up", "pursue to a conclusion or bring to a successful issue", "follow up"], ["implement", "apply in a manner consistent with its purpose or design", "implement"], ["follow through", "pursue to a conclusion or bring to a successful issue", "follow through"], ["follow out", "pursue to a conclusion or bring to a successful issue", "follow out"], ["put through", "pursue to a conclusion or bring to a successful issue", "put through"], ["apply", "ensure observance of laws and rules", "apply"]]}, {"answer": "imposed", "hint": "synonyms for imposed", "clues": [["impose", "impose and collect", "impose"], ["inflict", "impose something unpleasant", "inflict"], ["enforce", "compel to behave in a certain way", "enforce"], ["levy", "impose and collect", "levy"], ["bring down", "impose something unpleasant", "bring down"], ["visit", "impose something unpleasant", "visit"]]}, {"answer": "imposing", "hint": "synonyms for imposing", "clues": [["impose", "impose and collect", "impose"], ["inflict", "impose something unpleasant", "inflict"], ["enforce", "compel to behave in a certain way", "enforce"], ["levy", "impose and collect", "levy"], ["bring down", "impose something unpleasant", "bring down"], ["visit", "impose something unpleasant", "visit"]]}, {"answer": "impressed", "hint": "synonyms for impressed", "clues": [["move", "have an emotional or cognitive impact upon", "move"], ["ingrain", "produce or try to produce a vivid impression of", "ingrain"], ["impress", "mark or stamp with or as if with pressure", "impress"], ["print", "reproduce by printing", "print"], ["yarn-dye", "dye (fabric) before it is spun", "yarn-dye"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["imprint", "mark or stamp with or as if with pressure", "imprint"], ["shanghai", "take (someone) against his will for compulsory service, especially on board a ship", "shanghai"], ["instill", "produce or try to produce a vivid impression of", "instill"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "imprisoned", "hint": "synonyms for imprisoned", "clues": [["imprison", "confine as if in a prison", "imprison"], ["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "improved", "hint": "synonyms for improved", "clues": [["meliorate", "to make better", "meliorate"], ["better", "get better", "better"], ["amend", "to make better", "amend"], ["improve", "to make better", "improve"]]}, {"answer": "improving", "hint": "synonyms for improving", "clues": [["meliorate", "to make better", "meliorate"], ["better", "get better", "better"], ["amend", "to make better", "amend"], ["improve", "to make better", "improve"]]}, {"answer": "incapacitated", "hint": "synonyms for incapacitated", "clues": [["disable", "make unable to perform a certain action", "disable"], ["incapacitate", "injure permanently", "incapacitate"], ["handicap", "injure permanently", "handicap"], ["invalid", "injure permanently", "invalid"]]}, {"answer": "incapacitating", "hint": "synonyms for incapacitating", "clues": [["disable", "make unable to perform a certain action", "disable"], ["incapacitate", "injure permanently", "incapacitate"], ["handicap", "injure permanently", "handicap"], ["invalid", "injure permanently", "invalid"]]}, {"answer": "incensed", "hint": "synonyms for incensed", "clues": [["infuriate", "make furious", "infuriate"], ["cense", "perfume especially with a censer", "cense"], ["exasperate", "make furious", "exasperate"], ["incense", "make furious", "incense"], ["thurify", "perfume especially with a censer", "thurify"]]}, {"answer": "inclined", "hint": "synonyms for inclined", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["dispose", "make receptive or willing towards an action or attitude or belief", "dispose"], ["incline", "be at an angle", "incline"], ["pitch", "be at an angle", "pitch"], ["slope", "be at an angle", "slope"], ["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"]]}, {"answer": "incorporated", "hint": "synonyms for incorporated", "clues": [["incorporate", "unite or merge with something already in existence", "incorporate"], ["contain", "include or contain; have as a component", "contain"], ["comprise", "include or contain; have as a component", "comprise"], ["integrate", "make into a whole or make part of a whole", "integrate"]]}, {"answer": "incriminating", "hint": "synonyms for incriminating", "clues": [["inculpate", "suggest that someone is guilty", "inculpate"], ["impeach", "bring an accusation against; level a charge against", "impeach"], ["incriminate", "bring an accusation against; level a charge against", "incriminate"], ["imply", "suggest that someone is guilty", "imply"], ["accuse", "bring an accusation against; level a charge against", "accuse"]]}, {"answer": "indisposed", "hint": "synonyms for indisposed", "clues": [["indispose", "make unfit or unsuitable", "indispose"], ["disqualify", "make unfit or unsuitable", "disqualify"], ["unfit", "make unfit or unsuitable", "unfit"], ["disincline", "make unwilling", "disincline"]]}, {"answer": "induced", "hint": "synonyms for induced", "clues": [["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "cause to do; cause to act in a specified manner", "make"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["induce", "reason or establish by induction", "induce"], ["rush", "cause to occur rapidly", "rush"], ["get", "cause to do; cause to act in a specified manner", "get"], ["hasten", "cause to occur rapidly", "hasten"], ["have", "cause to do; cause to act in a specified manner", "have"], ["induct", "produce electric current by electrostatic or magnetic processes", "induct"], ["bring on", "cause to arise", "bring on"]]}, {"answer": "inebriated", "hint": "synonyms for inebriated", "clues": [["intoxicate", "make drunk (with alcoholic drinks)", "intoxicate"], ["thrill", "fill with sublime emotion", "thrill"], ["inebriate", "make drunk (with alcoholic drinks)", "inebriate"], ["hit it up", "become drunk or drink excessively", "hit it up"], ["soak", "make drunk (with alcoholic drinks)", "soak"], ["exalt", "fill with sublime emotion", "exalt"], ["beatify", "fill with sublime emotion", "beatify"], ["souse", "become drunk or drink excessively", "souse"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["exhilarate", "fill with sublime emotion", "exhilarate"]]}, {"answer": "inflamed", "hint": "synonyms for inflamed", "clues": [["enkindle", "cause to start burning", "enkindle"], ["conflagrate", "cause to start burning", "conflagrate"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["inflame", "catch fire", "inflame"], ["stir up", "arouse or excite feelings and passions", "stir up"], ["wake", "arouse or excite feelings and passions", "wake"], ["heat", "arouse or excite feelings and passions", "heat"], ["fire up", "arouse or excite feelings and passions", "fire up"]]}, {"answer": "inflated", "hint": "synonyms for inflated", "clues": [["expand", "exaggerate or make bigger", "expand"], ["inflate", "increase the amount or availability of, creating a rise in value", "inflate"], ["blow up", "fill with gas or air", "blow up"], ["billow", "become inflated", "billow"], ["amplify", "exaggerate or make bigger", "amplify"], ["balloon", "become inflated", "balloon"]]}, {"answer": "ingrained", "hint": "synonyms for ingrained", "clues": [["impress", "produce or try to produce a vivid impression of", "impress"], ["ingrain", "produce or try to produce a vivid impression of", "ingrain"], ["instill", "produce or try to produce a vivid impression of", "instill"], ["grain", "thoroughly work in", "grain"]]}, {"answer": "inhabited", "hint": "synonyms for inhabited", "clues": [["dwell", "exist or be situated within", "dwell"], ["live", "inhabit or live in; be an inhabitant of", "live"], ["populate", "inhabit or live in; be an inhabitant of", "populate"], ["inhabit", "exist or be situated within", "inhabit"]]}, {"answer": "inhibited", "hint": "synonyms for inhibited", "clues": [["inhibit", "limit the range or extent of", "inhibit"], ["subdue", "to put down by force or authority", "subdue"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior", "bottle up"], ["suppress", "control and refrain from showing; of emotions, desires, impulses, or behavior", "suppress"], ["curb", "to put down by force or authority", "curb"], ["stamp down", "to put down by force or authority", "stamp down"], ["conquer", "to put down by force or authority", "conquer"]]}, {"answer": "inhumed", "hint": "synonyms for inhumed", "clues": [["lay to rest", "place in a grave or tomb", "lay to rest"], ["inhume", "place in a grave or tomb", "inhume"], ["bury", "place in a grave or tomb", "bury"], ["entomb", "place in a grave or tomb", "entomb"], ["inter", "place in a grave or tomb", "inter"]]}, {"answer": "injured", "hint": "synonyms for injured", "clues": [["wound", "hurt the feelings of", "wound"], ["spite", "hurt the feelings of", "spite"], ["offend", "hurt the feelings of", "offend"], ["bruise", "hurt the feelings of", "bruise"], ["injure", "cause injuries or bodily harm to", "injure"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "inquiring", "hint": "synonyms for inquiring", "clues": [["inquire", "inquire about", "inquire"], ["ask", "inquire about", "ask"], ["investigate", "conduct an inquiry or investigation of", "investigate"], ["wonder", "have a wish or desire to know something", "wonder"]]}, {"answer": "inscribed", "hint": "synonyms for inscribed", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["recruit", "register formally as a participant or member", "recruit"], ["write in code", "convert ordinary language into code", "write in code"], ["grave", "carve, cut, or etch into a material or surface", "grave"], ["encrypt", "convert ordinary language into code", "encrypt"], ["autograph", "mark with one's signature", "autograph"], ["engrave", "carve, cut, or etch into a material or surface", "engrave"], ["cypher", "convert ordinary language into code", "cypher"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"], ["inscribe", "mark with one's signature", "inscribe"], ["enrol", "register formally as a participant or member", "enrol"], ["enter", "register formally as a participant or member", "enter"], ["code", "convert ordinary language into code", "code"]]}, {"answer": "inspired", "hint": "synonyms for inspired", "clues": [["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["revolutionize", "fill with revolutionary ideas", "revolutionize"], ["inspire", "supply the inspiration for", "inspire"], ["instigate", "serve as the inciting cause of", "instigate"], ["enliven", "heighten or intensify", "enliven"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"], ["animate", "heighten or intensify", "animate"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["inhale", "draw in (air)", "inhale"], ["breathe in", "draw in (air)", "breathe in"], ["invigorate", "heighten or intensify", "invigorate"], ["prompt", "serve as the inciting cause of", "prompt"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "inspiring", "hint": "synonyms for inspiring", "clues": [["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["revolutionize", "fill with revolutionary ideas", "revolutionize"], ["inspire", "supply the inspiration for", "inspire"], ["instigate", "serve as the inciting cause of", "instigate"], ["enliven", "heighten or intensify", "enliven"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"], ["animate", "heighten or intensify", "animate"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["inhale", "draw in (air)", "inhale"], ["breathe in", "draw in (air)", "breathe in"], ["invigorate", "heighten or intensify", "invigorate"], ["prompt", "serve as the inciting cause of", "prompt"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "institutionalised", "hint": "synonyms for institutionalised", "clues": [["commit", "cause to be admitted; of persons to an institution", "commit"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"], ["charge", "cause to be admitted; of persons to an institution", "charge"], ["send", "cause to be admitted; of persons to an institution", "send"]]}, {"answer": "institutionalized", "hint": "synonyms for institutionalized", "clues": [["commit", "cause to be admitted; of persons to an institution", "commit"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"], ["charge", "cause to be admitted; of persons to an institution", "charge"], ["send", "cause to be admitted; of persons to an institution", "send"]]}, {"answer": "insured", "hint": "synonyms for insured", "clues": [["assure", "be careful or certain to do something; make certain of something", "assure"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["guarantee", "make certain of", "guarantee"], ["cover", "protect by insurance", "cover"], ["check", "be careful or certain to do something; make certain of something", "check"], ["secure", "make certain of", "secure"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["see", "be careful or certain to do something; make certain of something", "see"], ["underwrite", "protect by insurance", "underwrite"], ["control", "be careful or certain to do something; make certain of something", "control"]]}, {"answer": "integrated", "hint": "synonyms for integrated", "clues": [["integrate", "calculate the integral of; calculate by integration", "integrate"], ["desegregate", "open (a place) to members of all races and ethnic groups", "desegregate"], ["mix", "open (a place) to members of all races and ethnic groups", "mix"], ["incorporate", "make into a whole or make part of a whole", "incorporate"]]}, {"answer": "intended", "hint": "synonyms for intended", "clues": [["stand for", "denote or connote", "stand for"], ["intend", "design or destine", "intend"], ["destine", "design or destine", "destine"], ["mean", "have in mind as a purpose", "mean"], ["signify", "denote or connote", "signify"], ["designate", "design or destine", "designate"], ["specify", "design or destine", "specify"], ["think", "have in mind as a purpose", "think"]]}, {"answer": "intensified", "hint": "synonyms for intensified", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["intensify", "become more intense", "intensify"], ["compound", "make more intense, stronger, or more marked; ,", "compound"], ["escalate", "increase in extent or intensity", "escalate"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"], ["step up", "increase in extent or intensity", "step up"]]}, {"answer": "intensifying", "hint": "synonyms for intensifying", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["intensify", "become more intense", "intensify"], ["compound", "make more intense, stronger, or more marked; ,", "compound"], ["escalate", "increase in extent or intensity", "escalate"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"], ["step up", "increase in extent or intensity", "step up"]]}, {"answer": "interbred", "hint": "synonyms for interbred", "clues": [["cross", "breed animals or plants using parents of different races and varieties", "cross"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["hybridise", "breed animals or plants using parents of different races and varieties", "hybridise"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"]]}, {"answer": "interested", "hint": "synonyms for interested", "clues": [["matter to", "be of importance or consequence", "matter to"], ["interest", "be of importance or consequence", "interest"], ["concern", "be on the mind of", "concern"], ["occupy", "be on the mind of", "occupy"], ["worry", "be on the mind of", "worry"]]}, {"answer": "interesting", "hint": "synonyms for interesting", "clues": [["matter to", "be of importance or consequence", "matter to"], ["interest", "be of importance or consequence", "interest"], ["concern", "be on the mind of", "concern"], ["occupy", "be on the mind of", "occupy"], ["worry", "be on the mind of", "worry"]]}, {"answer": "interfering", "hint": "synonyms for interfering", "clues": [["interfere", "get involved, so as to alter or hinder an action, or through force or threat of force", "interfere"], ["step in", "get involved, so as to alter or hinder an action, or through force or threat of force", "step in"], ["interpose", "get involved, so as to alter or hinder an action, or through force or threat of force", "interpose"], ["intervene", "get involved, so as to alter or hinder an action, or through force or threat of force", "intervene"]]}, {"answer": "interlaced", "hint": "synonyms for interlaced", "clues": [["enlace", "spin,wind, or twist together", "enlace"], ["entwine", "spin,wind, or twist together", "entwine"], ["lace", "spin,wind, or twist together", "lace"], ["lock", "hold in a locking position", "lock"], ["interlock", "hold in a locking position", "interlock"], ["twine", "spin,wind, or twist together", "twine"], ["interlace", "hold in a locking position", "interlace"], ["intertwine", "spin,wind, or twist together", "intertwine"]]}, {"answer": "interlacing", "hint": "synonyms for interlacing", "clues": [["enlace", "spin,wind, or twist together", "enlace"], ["entwine", "spin,wind, or twist together", "entwine"], ["lace", "spin,wind, or twist together", "lace"], ["lock", "hold in a locking position", "lock"], ["interlock", "hold in a locking position", "interlock"], ["twine", "spin,wind, or twist together", "twine"], ["interlace", "hold in a locking position", "interlace"], ["intertwine", "spin,wind, or twist together", "intertwine"]]}, {"answer": "interlocking", "hint": "synonyms for interlocking", "clues": [["lock", "become engaged or intermeshed with one another", "lock"], ["interlock", "become engaged or intermeshed with one another", "interlock"], ["interlace", "hold in a locking position", "interlace"], ["mesh", "coordinate in such a way that all parts work together effectively", "mesh"]]}, {"answer": "intermediate", "hint": "synonyms for intermediate", "clues": [["liaise", "act between parties with a view to reconciling differences", "liaise"], ["arbitrate", "act between parties with a view to reconciling differences", "arbitrate"], ["mediate", "act between parties with a view to reconciling differences", "mediate"], ["intercede", "act between parties with a view to reconciling differences", "intercede"]]}, {"answer": "interpreted", "hint": "synonyms for interpreted", "clues": [["render", "give an interpretation or rendition of", "render"], ["represent", "create an image or likeness of", "represent"], ["interpret", "create an image or likeness of", "interpret"], ["construe", "make sense of; assign a meaning to", "construe"], ["understand", "make sense of a language", "understand"], ["translate", "make sense of a language", "translate"], ["see", "make sense of; assign a meaning to", "see"], ["rede", "give an interpretation or explanation to", "rede"], ["read", "make sense of a language", "read"]]}, {"answer": "interred", "hint": "synonyms for interred", "clues": [["lay to rest", "place in a grave or tomb", "lay to rest"], ["inhume", "place in a grave or tomb", "inhume"], ["bury", "place in a grave or tomb", "bury"], ["entomb", "place in a grave or tomb", "entomb"], ["inter", "place in a grave or tomb", "inter"]]}, {"answer": "interrupted", "hint": "synonyms for interrupted", "clues": [["interrupt", "destroy the peace or tranquility of", "interrupt"], ["disrupt", "make a break in", "disrupt"], ["break up", "make a break in", "break up"], ["disturb", "destroy the peace or tranquility of", "disturb"], ["break", "terminate", "break"], ["cut off", "make a break in", "cut off"]]}, {"answer": "intervening", "hint": "synonyms for intervening", "clues": [["intervene", "be placed or located between other things or extend between spaces and events", "intervene"], ["step in", "get involved, so as to alter or hinder an action, or through force or threat of force", "step in"], ["interpose", "get involved, so as to alter or hinder an action, or through force or threat of force", "interpose"], ["interfere", "get involved, so as to alter or hinder an action, or through force or threat of force", "interfere"]]}, {"answer": "intoned", "hint": "synonyms for intoned", "clues": [["chant", "recite with musical intonation; recite as a chant or a psalm", "chant"], ["intone", "recite with musical intonation; recite as a chant or a psalm", "intone"], ["tone", "utter monotonously and repetitively and rhythmically", "tone"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm", "cantillate"]]}, {"answer": "intoxicated", "hint": "synonyms for intoxicated", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["lift up", "fill with high spirits; fill with optimism", "lift up"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["inebriate", "make drunk (with alcoholic drinks)", "inebriate"], ["uplift", "fill with high spirits; fill with optimism", "uplift"], ["soak", "make drunk (with alcoholic drinks)", "soak"], ["elate", "fill with high spirits; fill with optimism", "elate"]]}, {"answer": "intoxicating", "hint": "synonyms for intoxicating", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["lift up", "fill with high spirits; fill with optimism", "lift up"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["inebriate", "make drunk (with alcoholic drinks)", "inebriate"], ["uplift", "fill with high spirits; fill with optimism", "uplift"], ["soak", "make drunk (with alcoholic drinks)", "soak"], ["elate", "fill with high spirits; fill with optimism", "elate"]]}, {"answer": "intriguing", "hint": "synonyms for intriguing", "clues": [["intrigue", "form intrigues (for) in an underhand manner", "intrigue"], ["scheme", "form intrigues (for) in an underhand manner", "scheme"], ["connive", "form intrigues (for) in an underhand manner", "connive"], ["fascinate", "cause to be interested or curious", "fascinate"]]}, {"answer": "intruding", "hint": "synonyms for intruding", "clues": [["trespass", "enter unlawfully on someone's property", "trespass"], ["horn in", "search or inquire in a meddlesome way", "horn in"], ["irrupt", "enter uninvited", "irrupt"], ["intrude", "enter uninvited", "intrude"], ["nose", "search or inquire in a meddlesome way", "nose"], ["poke", "search or inquire in a meddlesome way", "poke"], ["pry", "search or inquire in a meddlesome way", "pry"], ["obtrude", "thrust oneself in as if by force", "obtrude"]]}, {"answer": "inundated", "hint": "synonyms for inundated", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid", "swamp"], ["inundate", "fill quickly beyond capacity; as with a liquid", "inundate"], ["deluge", "fill quickly beyond capacity; as with a liquid", "deluge"], ["submerge", "fill or cover completely, usually with water", "submerge"], ["flood", "fill quickly beyond capacity; as with a liquid", "flood"]]}, {"answer": "invading", "hint": "synonyms for invading", "clues": [["intrude on", "to intrude upon, infringe, encroach on, violate", "intrude on"], ["invade", "penetrate or assault, in a harmful or injurious way", "invade"], ["occupy", "march aggressively into another's territory by military force for the purposes of conquest and occupation", "occupy"], ["obtrude upon", "to intrude upon, infringe, encroach on, violate", "obtrude upon"], ["encroach upon", "to intrude upon, infringe, encroach on, violate", "encroach upon"], ["infest", "occupy in large numbers or live on a host", "infest"], ["overrun", "occupy in large numbers or live on a host", "overrun"]]}, {"answer": "invalidated", "hint": "synonyms for invalidated", "clues": [["invalidate", "take away the legal force of or render ineffective", "invalidate"], ["nullify", "declare invalid", "nullify"], ["annul", "declare invalid", "annul"], ["avoid", "declare invalid", "avoid"], ["vitiate", "take away the legal force of or render ineffective", "vitiate"], ["quash", "declare invalid", "quash"], ["cancel", "make invalid for use", "cancel"]]}, {"answer": "invalidating", "hint": "synonyms for invalidating", "clues": [["invalidate", "take away the legal force of or render ineffective", "invalidate"], ["nullify", "declare invalid", "nullify"], ["annul", "declare invalid", "annul"], ["avoid", "declare invalid", "avoid"], ["vitiate", "take away the legal force of or render ineffective", "vitiate"], ["quash", "declare invalid", "quash"], ["cancel", "make invalid for use", "cancel"]]}, {"answer": "invigorated", "hint": "synonyms for invigorated", "clues": [["quicken", "give life or energy to", "quicken"], ["inspire", "heighten or intensify", "inspire"], ["invigorate", "impart vigor, strength, or vitality to", "invigorate"], ["liven up", "make lively", "liven up"], ["enliven", "make lively", "enliven"], ["liven", "make lively", "liven"], ["animate", "make lively", "animate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "invigorating", "hint": "synonyms for invigorating", "clues": [["quicken", "give life or energy to", "quicken"], ["inspire", "heighten or intensify", "inspire"], ["invigorate", "impart vigor, strength, or vitality to", "invigorate"], ["liven up", "make lively", "liven up"], ["enliven", "make lively", "enliven"], ["liven", "make lively", "liven"], ["animate", "make lively", "animate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "inviting", "hint": "synonyms for inviting", "clues": [["ask over", "invite someone to one's house", "ask over"], ["ask for", "increase the likelihood of", "ask for"], ["invite", "request the participation or presence of", "invite"], ["take in", "express willingness to have in one's home or environs", "take in"], ["ask round", "invite someone to one's house", "ask round"], ["ask in", "ask to enter", "ask in"], ["tempt", "give rise to a desire by being attractive or inviting", "tempt"], ["call for", "request the participation or presence of", "call for"], ["receive", "express willingness to have in one's home or environs", "receive"], ["pay for", "have as a guest", "pay for"], ["bid", "ask someone in a friendly way to do something", "bid"]]}, {"answer": "involved", "hint": "synonyms for involved", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["need", "require as useful, just, or proper", "need"], ["demand", "require as useful, just, or proper", "demand"], ["imply", "have as a necessary feature", "imply"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["require", "require as useful, just, or proper", "require"], ["call for", "require as useful, just, or proper", "call for"], ["affect", "connect closely and often incriminatingly", "affect"], ["regard", "connect closely and often incriminatingly", "regard"], ["take", "require as useful, just, or proper", "take"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "irritated", "hint": "synonyms for irritated", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["irritate", "excite to some characteristic action or condition, such as motion, contraction, or nervous impulse, by the application of a stimulus", "irritate"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "irritating", "hint": "synonyms for irritating", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["irritate", "excite to some characteristic action or condition, such as motion, contraction, or nervous impulse, by the application of a stimulus", "irritate"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "isolated", "hint": "synonyms for isolated", "clues": [["sequester", "set apart from others", "sequester"], ["set apart", "set apart from others", "set apart"], ["insulate", "place or set apart", "insulate"], ["isolate", "obtain in pure form", "isolate"], ["sequestrate", "set apart from others", "sequestrate"], ["keep apart", "set apart from others", "keep apart"]]}, {"answer": "isolating", "hint": "synonyms for isolating", "clues": [["sequester", "set apart from others", "sequester"], ["set apart", "set apart from others", "set apart"], ["insulate", "place or set apart", "insulate"], ["isolate", "obtain in pure form", "isolate"], ["sequestrate", "set apart from others", "sequestrate"], ["keep apart", "set apart from others", "keep apart"]]}, {"answer": "jade", "hint": "synonyms for jade", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "lose interest or become bored with something or somebody", "tire"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "jaded", "hint": "synonyms for jaded", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "lose interest or become bored with something or somebody", "tire"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["pall", "lose interest or become bored with something or somebody", "pall"]]}, {"answer": "jailed", "hint": "synonyms for jailed", "clues": [["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "jammed", "hint": "synonyms for jammed", "clues": [["obturate", "block passage through", "obturate"], ["jam", "interfere with or prevent the reception of signals", "jam"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["ram", "crowd or pack to capacity", "ram"], ["pile", "press tightly together or cram", "pile"], ["obstruct", "block passage through", "obstruct"], ["wad", "crowd or pack to capacity", "wad"], ["mob", "press tightly together or cram", "mob"], ["crush", "crush or bruise", "crush"], ["block", "block passage through", "block"], ["jampack", "crowd or pack to capacity", "jampack"], ["pack", "press tightly together or cram", "pack"], ["throng", "press tightly together or cram", "throng"], ["chock up", "crowd or pack to capacity", "chock up"], ["occlude", "block passage through", "occlude"]]}, {"answer": "jarring", "hint": "synonyms for jarring", "clues": [["jolt", "move or cause to move with a sudden jerky motion", "jolt"], ["bump around", "shock physically", "bump around"], ["clash", "be incompatible; be or come into conflict", "clash"], ["shake up", "shock physically", "shake up"], ["jar", "be incompatible; be or come into conflict", "jar"], ["collide", "be incompatible; be or come into conflict", "collide"]]}, {"answer": "jawed", "hint": "synonyms for jawed", "clues": [["dress down", "censure severely or angrily", "dress down"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["masticate", "chew (food); to bite and grind with the teeth", "masticate"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["jaw", "talk incessantly and tiresomely", "jaw"], ["natter", "talk socially without exchanging too much information", "natter"], ["chew up", "censure severely or angrily", "chew up"], ["reprimand", "censure severely or angrily", "reprimand"], ["confab", "talk socially without exchanging too much information", "confab"], ["yap away", "talk incessantly and tiresomely", "yap away"], ["lambast", "censure severely or angrily", "lambast"], ["manducate", "chew (food); to bite and grind with the teeth", "manducate"], ["rebuke", "censure severely or angrily", "rebuke"], ["rattle on", "talk incessantly and tiresomely", "rattle on"], ["yack", "talk incessantly and tiresomely", "yack"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["lecture", "censure severely or angrily", "lecture"], ["visit", "talk socially without exchanging too much information", "visit"], ["rag", "censure severely or angrily", "rag"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["scold", "censure severely or angrily", "scold"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["bawl out", "censure severely or angrily", "bawl out"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["claver", "talk socially without exchanging too much information", "claver"], ["yack away", "talk incessantly and tiresomely", "yack away"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"], ["chew", "chew (food); to bite and grind with the teeth", "chew"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "jeering", "hint": "synonyms for jeering", "clues": [["barrack", "laugh at with contempt and derision", "barrack"], ["jeer", "laugh at with contempt and derision", "jeer"], ["flout", "laugh at with contempt and derision", "flout"], ["scoff", "laugh at with contempt and derision", "scoff"], ["gibe", "laugh at with contempt and derision", "gibe"]]}, {"answer": "jerking", "hint": "synonyms for jerking", "clues": [["flick", "throw or toss with a quick motion", "flick"], ["jerk", "throw or toss with a quick motion", "jerk"], ["yank", "pull, or move with a sudden movement", "yank"], ["hitch", "jump vertically, with legs stiff and back arched", "hitch"], ["twitch", "make an uncontrolled, short, jerky motion", "twitch"], ["buck", "jump vertically, with legs stiff and back arched", "buck"]]}, {"answer": "jinxed", "hint": "synonyms for jinxed", "clues": [["jinx", "foredoom to failure", "jinx"], ["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something", "bewitch"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"]]}, {"answer": "joined", "hint": "synonyms for joined", "clues": [["connect", "be or become joined or united or linked", "connect"], ["conjoin", "make contact or come together", "conjoin"], ["join", "come into the company of", "join"], ["fall in", "become part of; become a member of a group or organization", "fall in"], ["link up", "be or become joined or united or linked", "link up"], ["unite", "be or become joined or united or linked", "unite"], ["bring together", "cause to become joined or linked", "bring together"], ["link", "be or become joined or united or linked", "link"], ["get together", "become part of; become a member of a group or organization", "get together"]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["kid", "be silly or tease one another", "kid"], ["josh", "be silly or tease one another", "josh"], ["chaff", "be silly or tease one another", "chaff"], ["banter", "be silly or tease one another", "banter"]]}, {"answer": "jumbled", "hint": "synonyms for jumbled", "clues": [["mix up", "assemble without order or sense", "mix up"], ["confuse", "assemble without order or sense", "confuse"], ["jumble", "assemble without order or sense", "jumble"], ["throw together", "bring into random order", "throw together"], ["mingle", "be all mixed up or jumbled together", "mingle"], ["scramble", "bring into random order", "scramble"]]}, {"answer": "justified", "hint": "synonyms for justified", "clues": [["excuse", "defend, explain, clear away, or make excuses for by reasoning", "excuse"], ["justify", "adjust the spaces between words", "justify"], ["free", "let off the hook", "free"], ["warrant", "show to be reasonable or provide adequate ground for", "warrant"], ["vindicate", "show to be right by providing justification or proof", "vindicate"], ["apologise", "defend, explain, clear away, or make excuses for by reasoning", "apologise"], ["rationalise", "defend, explain, clear away, or make excuses for by reasoning", "rationalise"], ["absolve", "let off the hook", "absolve"]]}, {"answer": "jutting", "hint": "synonyms for jutting", "clues": [["jut out", "extend out or project in space", "jut out"], ["protrude", "extend out or project in space", "protrude"], ["stick out", "extend out or project in space", "stick out"], ["jut", "extend out or project in space", "jut"], ["project", "extend out or project in space", "project"]]}, {"answer": "keeled", "hint": "synonyms for keeled", "clues": [["lurch", "walk as if unable to control one's movements", "lurch"], ["keel", "walk as if unable to control one's movements", "keel"], ["reel", "walk as if unable to control one's movements", "reel"], ["careen", "walk as if unable to control one's movements", "careen"], ["stagger", "walk as if unable to control one's movements", "stagger"], ["swag", "walk as if unable to control one's movements", "swag"]]}, {"answer": "kept", "hint": "synonyms for kept", "clues": [["hold", "keep in a certain state, position, or activity; e.g.,", "hold"], ["keep", "prevent (food) from rotting", "keep"], ["maintain", "keep in a certain state, position, or activity; e.g.,", "maintain"], ["stay fresh", "fail to spoil or rot", "stay fresh"], ["celebrate", "behave as expected during of holidays or rites", "celebrate"], ["continue", "continue a certain state, condition, or activity", "continue"], ["observe", "conform one's action or practice to", "observe"], ["retain", "allow to remain in a place or position or maintain a property or feature", "retain"], ["keep open", "retain rights to", "keep open"], ["hold open", "retain rights to", "hold open"], ["save", "retain rights to", "save"], ["preserve", "maintain in safety from injury, harm, or danger", "preserve"], ["hold back", "keep under control; keep in check", "hold back"], ["keep back", "keep under control; keep in check", "keep back"], ["proceed", "continue a certain state, condition, or activity", "proceed"], ["go on", "continue a certain state, condition, or activity", "go on"], ["sustain", "supply with necessities and support", "sustain"], ["prevent", "stop (someone or something) from doing something or being in a certain state", "prevent"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["key out", "identify as in botany or biology, for example", "key out"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["describe", "identify as in botany or biology, for example", "describe"], ["identify", "identify as in botany or biology, for example", "identify"], ["name", "identify as in botany or biology, for example", "name"]]}, {"answer": "keyed", "hint": "synonyms for keyed", "clues": [["key", "identify as in botany or biology, for example", "key"], ["describe", "identify as in botany or biology, for example", "describe"], ["identify", "identify as in botany or biology, for example", "identify"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["key out", "identify as in botany or biology, for example", "key out"], ["name", "identify as in botany or biology, for example", "name"]]}, {"answer": "killing", "hint": "synonyms for killing", "clues": [["vote down", "thwart the passage of", "vote down"], ["toss off", "drink down entirely", "toss off"], ["kill", "be the source of great pain for", "kill"], ["wipe out", "mark for deletion, rub off, or erase", "wipe out"], ["down", "drink down entirely", "down"], ["obliterate", "mark for deletion, rub off, or erase", "obliterate"], ["defeat", "thwart the passage of", "defeat"], ["belt down", "drink down entirely", "belt down"], ["shoot down", "thwart the passage of", "shoot down"], ["drink down", "drink down entirely", "drink down"], ["stamp out", "end or extinguish by forceful means", "stamp out"], ["pop", "drink down entirely", "pop"], ["vote out", "thwart the passage of", "vote out"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "kindled", "hint": "synonyms for kindled", "clues": [["enkindle", "cause to start burning", "enkindle"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["conflagrate", "cause to start burning", "conflagrate"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["inflame", "catch fire", "inflame"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"]]}, {"answer": "knitted", "hint": "synonyms for knitted", "clues": [["knit", "tie or link together", "knit"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["rumple", "to gather something into small wrinkles or folds", "rumple"], ["entwine", "tie or link together", "entwine"], ["pucker", "to gather something into small wrinkles or folds", "pucker"]]}, {"answer": "knowing", "hint": "synonyms for knowing", "clues": [["know", "be familiar or acquainted with a person or an object", "know"], ["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations", "experience"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations", "live"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have it off", "have sexual intercourse with", "have it off"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["recognize", "accept (someone) to be what is claimed or accept his power and authority", "recognize"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["get laid", "have sexual intercourse with", "get laid"], ["cognise", "be cognizant or aware of a fact or a specific piece of information; possess knowledge or information about", "cognise"], ["make out", "have sexual intercourse with", "make out"], ["acknowledge", "accept (someone) to be what is claimed or accept his power and authority", "acknowledge"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "known", "hint": "synonyms for known", "clues": [["know", "be familiar or acquainted with a person or an object", "know"], ["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations", "experience"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations", "live"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have it off", "have sexual intercourse with", "have it off"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["recognize", "accept (someone) to be what is claimed or accept his power and authority", "recognize"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["get laid", "have sexual intercourse with", "get laid"], ["cognise", "be cognizant or aware of a fact or a specific piece of information; possess knowledge or information about", "cognise"], ["make out", "have sexual intercourse with", "make out"], ["acknowledge", "accept (someone) to be what is claimed or accept his power and authority", "acknowledge"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "labeled", "hint": "synonyms for labeled", "clues": [["pronounce", "pronounce judgment on", "pronounce"], ["mark", "attach a tag or label to", "mark"], ["label", "pronounce judgment on", "label"], ["judge", "pronounce judgment on", "judge"], ["tag", "attach a tag or label to", "tag"]]}, {"answer": "labelled", "hint": "synonyms for labelled", "clues": [["pronounce", "pronounce judgment on", "pronounce"], ["mark", "attach a tag or label to", "mark"], ["label", "pronounce judgment on", "label"], ["judge", "pronounce judgment on", "judge"], ["tag", "attach a tag or label to", "tag"]]}, {"answer": "labored", "hint": "synonyms for labored", "clues": [["tug", "strive and make an effort to reach a goal", "tug"], ["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["labour", "work hard", "labour"], ["grind", "work hard", "grind"], ["push", "strive and make an effort to reach a goal", "push"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["drive", "strive and make an effort to reach a goal", "drive"]]}, {"answer": "laboring", "hint": "synonyms for laboring", "clues": [["tug", "strive and make an effort to reach a goal", "tug"], ["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["labour", "work hard", "labour"], ["grind", "work hard", "grind"], ["push", "strive and make an effort to reach a goal", "push"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["drive", "strive and make an effort to reach a goal", "drive"]]}, {"answer": "laboured", "hint": "synonyms for laboured", "clues": [["fag", "work hard", "fag"], ["tug", "strive and make an effort to reach a goal", "tug"], ["drive", "strive and make an effort to reach a goal", "drive"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["push", "strive and make an effort to reach a goal", "push"], ["dig", "work hard", "dig"], ["labor", "strive and make an effort to reach a goal", "labor"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"]]}, {"answer": "labouring", "hint": "synonyms for labouring", "clues": [["fag", "work hard", "fag"], ["tug", "strive and make an effort to reach a goal", "tug"], ["drive", "strive and make an effort to reach a goal", "drive"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["push", "strive and make an effort to reach a goal", "push"], ["dig", "work hard", "dig"], ["labor", "strive and make an effort to reach a goal", "labor"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"]]}, {"answer": "laced", "hint": "synonyms for laced", "clues": [["braid", "make by braiding or interlacing", "braid"], ["enlace", "spin,wind, or twist together", "enlace"], ["fortify", "add alcohol to (beverages)", "fortify"], ["lace", "make by braiding or interlacing", "lace"], ["entwine", "spin,wind, or twist together", "entwine"], ["spike", "add alcohol to (beverages)", "spike"], ["lace up", "draw through eyes or holes", "lace up"], ["twine", "spin,wind, or twist together", "twine"], ["plait", "make by braiding or interlacing", "plait"], ["intertwine", "spin,wind, or twist together", "intertwine"], ["interlace", "spin,wind, or twist together", "interlace"]]}, {"answer": "lactating", "hint": "synonyms for lactating", "clues": [["wet-nurse", "give suck to", "wet-nurse"], ["nurse", "give suck to", "nurse"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"]]}, {"answer": "laid", "hint": "synonyms for laid", "clues": [["pose", "put into a certain place or abstract location", "pose"], ["lay", "put into a certain place or abstract location", "lay"], ["place", "put into a certain place or abstract location", "place"], ["position", "put into a certain place or abstract location", "position"], ["put", "put into a certain place or abstract location", "put"], ["set", "put into a certain place or abstract location", "set"], ["put down", "put in a horizontal position", "put down"], ["repose", "put in a horizontal position", "repose"]]}, {"answer": "lamented", "hint": "synonyms for lamented", "clues": [["bewail", "regret strongly", "bewail"], ["lament", "regret strongly", "lament"], ["bemoan", "regret strongly", "bemoan"], ["deplore", "regret strongly", "deplore"], ["keen", "express grief verbally", "keen"]]}, {"answer": "lamenting", "hint": "synonyms for lamenting", "clues": [["bewail", "regret strongly", "bewail"], ["lament", "regret strongly", "lament"], ["bemoan", "regret strongly", "bemoan"], ["deplore", "regret strongly", "deplore"], ["keen", "express grief verbally", "keen"]]}, {"answer": "landed", "hint": "synonyms for landed", "clues": [["shoot down", "shoot at and force to come down", "shoot down"], ["set down", "reach or come to rest", "set down"], ["land", "bring into a different state", "land"], ["down", "shoot at and force to come down", "down"], ["set ashore", "arrive on shore", "set ashore"], ["bring down", "cause to come to the ground", "bring down"], ["shore", "arrive on shore", "shore"], ["bring", "bring into a different state", "bring"], ["put down", "cause to come to the ground", "put down"]]}, {"answer": "lapsed", "hint": "synonyms for lapsed", "clues": [["lapse", "go back to bad behavior", "lapse"], ["pass", "pass into a specified state or condition", "pass"], ["relapse", "go back to bad behavior", "relapse"], ["slip by", "pass by", "slip by"], ["regress", "go back to bad behavior", "regress"], ["slide by", "pass by", "slide by"], ["retrogress", "go back to bad behavior", "retrogress"], ["recidivate", "go back to bad behavior", "recidivate"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["fall back", "go back to bad behavior", "fall back"], ["go along", "pass by", "go along"], ["backslide", "drop to a lower level, as in one's morals or standards", "backslide"], ["sink", "pass into a specified state or condition", "sink"]]}, {"answer": "lashing", "hint": "synonyms for lashing", "clues": [["lash", "lash or flick about sharply", "lash"], ["whip", "strike as if by whipping", "whip"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["hold up", "continue to live through hardship or adversity", "hold up"], ["live", "continue to live through hardship or adversity", "live"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["endure", "persist for a specified period of time", "endure"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["go", "continue to live through hardship or adversity", "go"]]}, {"answer": "lasting", "hint": "synonyms for lasting", "clues": [["hold up", "continue to live through hardship or adversity", "hold up"], ["last", "persist for a specified period of time", "last"], ["live", "continue to live through hardship or adversity", "live"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["endure", "persist for a specified period of time", "endure"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["go", "continue to live through hardship or adversity", "go"]]}, {"answer": "lay", "hint": "synonyms for lay", "clues": [["consist", "originate (in)", "consist"], ["place", "put into a certain place or abstract location", "place"], ["position", "put into a certain place or abstract location", "position"], ["lie", "be lying, be prostrate; be in a horizontal position", "lie"], ["put", "put into a certain place or abstract location", "put"], ["lie in", "originate (in)", "lie in"], ["put down", "put in a horizontal position", "put down"], ["repose", "put in a horizontal position", "repose"], ["rest", "have a place in relation to something else", "rest"], ["dwell", "originate (in)", "dwell"], ["pose", "put into a certain place or abstract location", "pose"], ["lie down", "assume a reclining position", "lie down"], ["set", "put into a certain place or abstract location", "set"]]}, {"answer": "leaded", "hint": "synonyms for leaded", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["go", "lead, extend, or afford access", "go"], ["take", "take somebody somewhere", "take"], ["conduce", "be conducive to", "conduce"], ["run", "cause something to pass or lead somewhere", "run"], ["head", "travel in front of; go in advance of others", "head"], ["direct", "lead, as in the performance of a composition", "direct"], ["top", "be ahead of others; be the first", "top"], ["contribute", "be conducive to", "contribute"], ["moderate", "preside over", "moderate"], ["leave", "have as a result or residue", "leave"], ["result", "have as a result or residue", "result"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["chair", "preside over", "chair"], ["precede", "move ahead (of others) in time or space", "precede"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "leading", "hint": "synonyms for leading", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["go", "lead, extend, or afford access", "go"], ["take", "take somebody somewhere", "take"], ["conduce", "be conducive to", "conduce"], ["run", "cause something to pass or lead somewhere", "run"], ["head", "travel in front of; go in advance of others", "head"], ["direct", "lead, as in the performance of a composition", "direct"], ["top", "be ahead of others; be the first", "top"], ["contribute", "be conducive to", "contribute"], ["moderate", "preside over", "moderate"], ["leave", "have as a result or residue", "leave"], ["result", "have as a result or residue", "result"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["chair", "preside over", "chair"], ["precede", "move ahead (of others) in time or space", "precede"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "leafed", "hint": "synonyms for leafed", "clues": [["thumb", "look through a book or other written material", "thumb"], ["flip", "look through a book or other written material", "flip"], ["riffle", "look through a book or other written material", "riffle"], ["leaf", "turn over pages", "leaf"], ["flick", "look through a book or other written material", "flick"], ["riff", "look through a book or other written material", "riff"]]}, {"answer": "lean", "hint": "synonyms for lean", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["tip", "to incline or bend from a vertical position", "tip"], ["tilt", "to incline or bend from a vertical position", "tilt"], ["slant", "to incline or bend from a vertical position", "slant"], ["angle", "to incline or bend from a vertical position", "angle"], ["incline", "have a tendency or disposition to do or be something; be inclined", "incline"], ["list", "cause to lean to the side", "list"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["lean", "to incline or bend from a vertical position", "lean"], ["tip", "to incline or bend from a vertical position", "tip"], ["tilt", "to incline or bend from a vertical position", "tilt"], ["angle", "to incline or bend from a vertical position", "angle"], ["slant", "to incline or bend from a vertical position", "slant"], ["incline", "have a tendency or disposition to do or be something; be inclined", "incline"], ["list", "cause to lean to the side", "list"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"]]}, {"answer": "learned", "hint": "synonyms for learned", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["memorise", "commit to memory; learn by heart", "memorise"], ["teach", "impart skills or knowledge to", "teach"], ["take", "be a student of a certain subject", "take"], ["acquire", "gain knowledge or skills", "acquire"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "ascertain"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "be a student of a certain subject", "learn"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["instruct", "impart skills or knowledge to", "instruct"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["con", "commit to memory; learn by heart", "con"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["study", "be a student of a certain subject", "study"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["read", "be a student of a certain subject", "read"]]}, {"answer": "leased", "hint": "synonyms for leased", "clues": [["lease", "hold under a lease or rental agreement; of goods and services", "lease"], ["rent", "engage for service under a term of contract", "rent"], ["let", "grant use or occupation of under a term of contract", "let"], ["hire", "engage for service under a term of contract", "hire"], ["take", "engage for service under a term of contract", "take"], ["charter", "engage for service under a term of contract", "charter"], ["engage", "engage for service under a term of contract", "engage"]]}, {"answer": "leaved", "hint": "synonyms for leaved", "clues": [["leave", "have left or have as a remainder", "leave"], ["go out", "move out of or depart from", "go out"], ["exit", "move out of or depart from", "exit"], ["pass on", "transmit (knowledge or skills)", "pass on"], ["leave behind", "leave unchanged or undisturbed or refrain from taking", "leave behind"], ["go forth", "go away from a place", "go forth"], ["entrust", "put into the care or protection of someone", "entrust"], ["depart", "remove oneself from an association with or participation in", "depart"], ["leave alone", "leave unchanged or undisturbed or refrain from taking", "leave alone"], ["will", "leave or give by will after one's death", "will"], ["impart", "transmit (knowledge or skills)", "impart"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow"], ["go away", "go away from a place", "go away"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow for"], ["result", "have as a result or residue", "result"], ["pull up stakes", "remove oneself from an association with or participation in", "pull up stakes"], ["lead", "have as a result or residue", "lead"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "provide"], ["give", "transmit (knowledge or skills)", "give"], ["forget", "leave behind unintentionally", "forget"], ["get out", "move out of or depart from", "get out"], ["bequeath", "leave or give by will after one's death", "bequeath"]]}, {"answer": "left", "hint": "synonyms for left", "clues": [["leave", "have left or have as a remainder", "leave"], ["go out", "move out of or depart from", "go out"], ["exit", "move out of or depart from", "exit"], ["pass on", "transmit (knowledge or skills)", "pass on"], ["leave behind", "leave unchanged or undisturbed or refrain from taking", "leave behind"], ["go forth", "go away from a place", "go forth"], ["entrust", "put into the care or protection of someone", "entrust"], ["depart", "remove oneself from an association with or participation in", "depart"], ["leave alone", "leave unchanged or undisturbed or refrain from taking", "leave alone"], ["will", "leave or give by will after one's death", "will"], ["impart", "transmit (knowledge or skills)", "impart"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow"], ["go away", "go away from a place", "go away"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow for"], ["result", "have as a result or residue", "result"], ["pull up stakes", "remove oneself from an association with or participation in", "pull up stakes"], ["lead", "have as a result or residue", "lead"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "provide"], ["give", "transmit (knowledge or skills)", "give"], ["forget", "leave behind unintentionally", "forget"], ["get out", "move out of or depart from", "get out"], ["bequeath", "leave or give by will after one's death", "bequeath"]]}, {"answer": "legitimate", "hint": "synonyms for legitimate", "clues": [["legitimatize", "make legal", "legitimatize"], ["decriminalise", "make legal", "decriminalise"], ["legitimise", "make legal", "legitimise"], ["legalise", "make legal", "legalise"]]}, {"answer": "lessened", "hint": "synonyms for lessened", "clues": [["lessen", "decrease in size, extent, or range", "lessen"], ["subside", "wear off or die down", "subside"], ["decrease", "make smaller", "decrease"], ["minify", "make smaller", "minify"], ["diminish", "decrease in size, extent, or range", "diminish"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["charge", "direct into a position for use", "charge"], ["even", "make level or straight", "even"], ["point", "direct into a position for use", "point"], ["even out", "make level or straight", "even out"], ["take down", "tear down so as to make flat with the ground", "take down"], ["rase", "tear down so as to make flat with the ground", "rase"], ["flush", "make level or straight", "flush"], ["pull down", "tear down so as to make flat with the ground", "pull down"], ["level off", "become level or even", "level off"]]}, {"answer": "liberated", "hint": "synonyms for liberated", "clues": [["unloose", "grant freedom to; free from confinement", "unloose"], ["liberate", "give equal rights to; of women and minorities", "liberate"], ["free", "release (gas or energy) as a result of a chemical reaction or physical decomposition", "free"], ["set free", "grant freedom to", "set free"], ["release", "grant freedom to; free from confinement", "release"], ["loose", "grant freedom to; free from confinement", "loose"], ["emancipate", "give equal rights to; of women and minorities", "emancipate"]]}, {"answer": "licked", "hint": "synonyms for licked", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["lap", "pass the tongue over", "lap"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["lap up", "take up with the tongue", "lap up"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "lifted", "hint": "synonyms for lifted", "clues": [["lift", "rise up", "lift"], ["countermand", "cancel officially", "countermand"], ["reverse", "cancel officially", "reverse"], ["airlift", "fly people or goods to or from places not accessible by other means", "airlift"], ["elevate", "raise in rank or condition", "elevate"], ["uprise", "move upward", "uprise"], ["hook", "make off with belongings of others", "hook"], ["rear", "rise up", "rear"], ["raise", "put an end to", "raise"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["overturn", "cancel officially", "overturn"], ["abstract", "make off with belongings of others", "abstract"], ["arise", "move upward", "arise"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["swipe", "make off with belongings of others", "swipe"], ["plagiarise", "take without referencing from someone else's writing or speech; of intellectual property", "plagiarise"], ["face-lift", "perform cosmetic surgery on someone's face", "face-lift"], ["repeal", "cancel officially", "repeal"], ["go up", "move upward", "go up"], ["come up", "move upward", "come up"], ["rescind", "cancel officially", "rescind"], ["vacate", "cancel officially", "vacate"], ["cabbage", "make off with belongings of others", "cabbage"], ["filch", "make off with belongings of others", "filch"], ["move up", "move upward", "move up"], ["revoke", "cancel officially", "revoke"], ["pinch", "make off with belongings of others", "pinch"], ["rustle", "take illegally", "rustle"], ["hoist", "raise or haul up with or as if with mechanical help", "hoist"], ["get up", "raise from a lower to a higher position", "get up"], ["bring up", "raise from a lower to a higher position", "bring up"], ["annul", "cancel officially", "annul"], ["wind", "raise or haul up with or as if with mechanical help", "wind"]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["dismount", "alight from (a horse)", "dismount"], ["get off", "alight from (a horse)", "get off"], ["illume", "make lighter or brighter", "illume"], ["illuminate", "make lighter or brighter", "illuminate"], ["light up", "begin to smoke", "light up"], ["fall", "fall to somebody by assignment or lot", "fall"], ["alight", "to come to rest, settle", "alight"], ["fire up", "begin to smoke", "fire up"], ["perch", "to come to rest, settle", "perch"], ["get down", "alight from (a horse)", "get down"], ["ignite", "cause to start burning; subject to fire or great heat", "ignite"], ["unhorse", "alight from (a horse)", "unhorse"]]}, {"answer": "lighted", "hint": "synonyms for lighted", "clues": [["light", "cause to start burning; subject to fire or great heat", "light"], ["illumine", "make lighter or brighter", "illumine"], ["light up", "begin to smoke", "light up"], ["fall", "fall to somebody by assignment or lot", "fall"], ["perch", "to come to rest, settle", "perch"], ["ignite", "cause to start burning; subject to fire or great heat", "ignite"], ["unhorse", "alight from (a horse)", "unhorse"], ["dismount", "alight from (a horse)", "dismount"], ["get off", "alight from (a horse)", "get off"], ["fire up", "begin to smoke", "fire up"], ["get down", "alight from (a horse)", "get down"]]}, {"answer": "limited", "hint": "synonyms for limited", "clues": [["set", "decide upon or fix definitely", "set"], ["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["specify", "decide upon or fix definitely", "specify"], ["circumscribe", "restrict or confine,", "circumscribe"], ["trammel", "place limits on (extent or access)", "trammel"], ["determine", "decide upon or fix definitely", "determine"], ["define", "decide upon or fix definitely", "define"], ["bound", "place limits on (extent or access)", "bound"], ["fix", "decide upon or fix definitely", "fix"]]}, {"answer": "limiting", "hint": "synonyms for limiting", "clues": [["set", "decide upon or fix definitely", "set"], ["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["specify", "decide upon or fix definitely", "specify"], ["circumscribe", "restrict or confine,", "circumscribe"], ["trammel", "place limits on (extent or access)", "trammel"], ["determine", "decide upon or fix definitely", "determine"], ["define", "decide upon or fix definitely", "define"], ["bound", "place limits on (extent or access)", "bound"], ["fix", "decide upon or fix definitely", "fix"]]}, {"answer": "lined", "hint": "synonyms for lined", "clues": [["line", "mark with lines", "line"], ["trace", "make a mark or lines on a surface", "trace"], ["delineate", "make a mark or lines on a surface", "delineate"], ["draw", "make a mark or lines on a surface", "draw"], ["describe", "make a mark or lines on a surface", "describe"], ["run along", "be in line with; form a line along", "run along"]]}, {"answer": "linked", "hint": "synonyms for linked", "clues": [["connect", "be or become joined or united or linked", "connect"], ["link", "link with or as with a yoke", "link"], ["associate", "make a logical or causal connection", "associate"], ["tie", "connect, fasten, or put together two or more pieces", "tie"], ["join", "be or become joined or united or linked", "join"], ["colligate", "make a logical or causal connection", "colligate"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["unite", "be or become joined or united or linked", "unite"], ["tie in", "make a logical or causal connection", "tie in"], ["yoke", "link with or as with a yoke", "yoke"], ["relate", "make a logical or causal connection", "relate"]]}, {"answer": "listed", "hint": "synonyms for listed", "clues": [["lean", "cause to lean to the side", "lean"], ["list", "tilt to one side", "list"], ["number", "enumerate", "number"], ["heel", "tilt to one side", "heel"], ["name", "give or make a list of; name individually; give the names of", "name"]]}, {"answer": "lit", "hint": "synonyms for lit", "clues": [["light", "cause to start burning; subject to fire or great heat", "light"], ["illumine", "make lighter or brighter", "illumine"], ["light up", "begin to smoke", "light up"], ["fall", "fall to somebody by assignment or lot", "fall"], ["perch", "to come to rest, settle", "perch"], ["ignite", "cause to start burning; subject to fire or great heat", "ignite"], ["unhorse", "alight from (a horse)", "unhorse"], ["dismount", "alight from (a horse)", "dismount"], ["get off", "alight from (a horse)", "get off"], ["fire up", "begin to smoke", "fire up"], ["get down", "alight from (a horse)", "get down"]]}, {"answer": "live", "hint": "synonyms for live", "clues": [["know", "have firsthand knowledge of states, situations, emotions, or sensations", "know"], ["hold up", "continue to live through hardship or adversity", "hold up"], ["populate", "inhabit or live in; be an inhabitant of", "populate"], ["be", "have life, be alive", "be"], ["dwell", "inhabit or live in; be an inhabitant of", "dwell"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations", "experience"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["endure", "continue to live through hardship or adversity", "endure"], ["last", "continue to live through hardship or adversity", "last"], ["inhabit", "inhabit or live in; be an inhabitant of", "inhabit"], ["exist", "support oneself", "exist"], ["go", "continue to live through hardship or adversity", "go"], ["subsist", "support oneself", "subsist"]]}, {"answer": "living", "hint": "synonyms for living", "clues": [["hold up", "continue to live through hardship or adversity", "hold up"], ["populate", "inhabit or live in; be an inhabitant of", "populate"], ["live", "continue to live through hardship or adversity", "live"], ["be", "have life, be alive", "be"], ["dwell", "inhabit or live in; be an inhabitant of", "dwell"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations", "experience"], ["last", "continue to live through hardship or adversity", "last"], ["inhabit", "inhabit or live in; be an inhabitant of", "inhabit"], ["exist", "support oneself", "exist"], ["go", "continue to live through hardship or adversity", "go"], ["subsist", "support oneself", "subsist"], ["know", "have firsthand knowledge of states, situations, emotions, or sensations", "know"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["endure", "continue to live through hardship or adversity", "endure"]]}, {"answer": "loaded", "hint": "synonyms for loaded", "clues": [["lade", "fill or place a load on", "lade"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["load up", "fill or place a load on", "load up"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["charge", "provide (a device) with something necessary", "charge"]]}, {"answer": "localised", "hint": "synonyms for localised", "clues": [["localize", "identify the location or place of", "localize"], ["place", "identify the location or place of", "place"], ["set", "locate", "set"], ["focalise", "concentrate on a particular place or spot", "focalise"]]}, {"answer": "localized", "hint": "synonyms for localized", "clues": [["localize", "identify the location or place of", "localize"], ["place", "identify the location or place of", "place"], ["set", "locate", "set"], ["focalise", "concentrate on a particular place or spot", "focalise"]]}, {"answer": "located", "hint": "synonyms for located", "clues": [["settle", "take up residence and become established", "settle"], ["turn up", "discover the location of; determine the place of; find by searching or examining", "turn up"], ["locate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey", "locate"], ["site", "assign a location to", "site"], ["situate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey", "situate"], ["place", "assign a location to", "place"]]}, {"answer": "looking", "hint": "synonyms for looking", "clues": [["appear", "give a certain impression or have a certain outward aspect", "appear"], ["look", "take charge of or deal with", "look"], ["bet", "have faith or confidence in", "bet"], ["reckon", "have faith or confidence in", "reckon"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "front"], ["wait", "look forward to the probable occurrence of", "wait"], ["see", "take charge of or deal with", "see"], ["calculate", "have faith or confidence in", "calculate"], ["depend", "have faith or confidence in", "depend"], ["attend", "take charge of or deal with", "attend"], ["expect", "look forward to the probable occurrence of", "expect"], ["take care", "take charge of or deal with", "take care"], ["count", "have faith or confidence in", "count"], ["face", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "face"], ["search", "search or seek", "search"]]}, {"answer": "loose", "hint": "synonyms for loose", "clues": [["unloose", "grant freedom to; free from confinement", "unloose"], ["liberate", "grant freedom to; free from confinement", "liberate"], ["release", "grant freedom to; free from confinement", "release"], ["relax", "become loose or looser or less tight", "relax"], ["let loose", "turn loose or free from restraint", "let loose"], ["loosen", "make loose or looser", "loosen"], ["unleash", "turn loose or free from restraint", "unleash"], ["free", "grant freedom to; free from confinement", "free"]]}, {"answer": "loosened", "hint": "synonyms for loosened", "clues": [["untie", "cause to become loose", "untie"], ["tease apart", "disentangle and raise the fibers of", "tease apart"], ["undo", "cause to become loose", "undo"], ["relax", "make less severe or strict", "relax"], ["loosen", "disentangle and raise the fibers of", "loosen"], ["tease", "disentangle and raise the fibers of", "tease"]]}, {"answer": "looted", "hint": "synonyms for looted", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "lost", "hint": "synonyms for lost", "clues": [["lose", "be set at a disadvantage", "lose"], ["mislay", "place (something) where one cannot find it again", "mislay"], ["miss", "fail to perceive or to catch with the senses or the mind", "miss"], ["turn a loss", "fail to make money in a business; make a loss or fail to profit", "turn a loss"], ["fall behind", "retreat", "fall behind"], ["suffer", "be set at a disadvantage", "suffer"], ["drop off", "retreat", "drop off"], ["fall back", "retreat", "fall back"], ["misplace", "place (something) where one cannot find it again", "misplace"], ["recede", "retreat", "recede"]]}, {"answer": "loved", "hint": "synonyms for loved", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["enjoy", "get pleasure from", "enjoy"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["love", "be enamored or in love with", "love"], ["bang", "have sexual intercourse with", "bang"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "loving", "hint": "synonyms for loving", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["enjoy", "get pleasure from", "enjoy"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["love", "be enamored or in love with", "love"], ["bang", "have sexual intercourse with", "bang"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "lowered", "hint": "synonyms for lowered", "clues": [["lower", "cause to drop or sink", "lower"], ["let down", "move something or somebody to a lower position", "let down"], ["lour", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "lour"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "frown"], ["take down", "move something or somebody to a lower position", "take down"], ["depress", "cause to drop or sink", "depress"], ["bring down", "move something or somebody to a lower position", "bring down"], ["turn down", "make lower or quieter", "turn down"]]}, {"answer": "lowering", "hint": "synonyms for lowering", "clues": [["lower", "cause to drop or sink", "lower"], ["let down", "move something or somebody to a lower position", "let down"], ["lour", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "lour"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "frown"], ["take down", "move something or somebody to a lower position", "take down"], ["depress", "cause to drop or sink", "depress"], ["bring down", "move something or somebody to a lower position", "bring down"], ["turn down", "make lower or quieter", "turn down"]]}, {"answer": "maculate", "hint": "synonyms for maculate", "clues": [["defile", "spot, stain, or pollute", "defile"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically", "sully"], ["foul", "spot, stain, or pollute", "foul"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically", "stain"], ["befoul", "spot, stain, or pollute", "befoul"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically", "tarnish"]]}, {"answer": "made", "hint": "synonyms for made", "clues": [["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["make", "cause to be enjoyable or pleasurable", "make"], ["puddle", "eliminate urine", "puddle"], ["take", "head into a specified direction", "take"], ["create", "create by artistic means", "create"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["establish", "institute, enact, or establish", "establish"], ["stool", "have a bowel movement", "stool"], ["lay down", "institute, enact, or establish", "lay down"], ["draw", "make, formulate, or derive in the mind", "draw"], ["defecate", "have a bowel movement", "defecate"], ["reach", "reach a destination, either real or abstract", "reach"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["have", "cause to do; cause to act in a specified manner", "have"], ["progress to", "reach a goal, e.g.,", "progress to"], ["wee", "eliminate urine", "wee"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like", "make believe"], ["do", "engage in", "do"], ["pee", "eliminate urine", "pee"], ["name", "charge with a function; charge to be", "name"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["gain", "reach a destination, either real or abstract", "gain"], ["shit", "have a bowel movement", "shit"], ["build", "make by combining materials and parts", "build"], ["fix", "prepare for eating by applying heat", "fix"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like", "pretend"], ["crap", "have a bowel movement", "crap"], ["prepare", "prepare for eating by applying heat", "prepare"], ["throw", "organize or be responsible for", "throw"], ["constitute", "to compose or represent:", "constitute"], ["score", "induce to have sex", "score"], ["make up", "put in order or neaten", "make up"], ["pass water", "eliminate urine", "pass water"], ["work", "proceed along a path", "work"], ["take a crap", "have a bowel movement", "take a crap"], ["wee-wee", "eliminate urine", "wee-wee"], ["construct", "make by combining materials and parts", "construct"], ["ready", "prepare for eating by applying heat", "ready"], ["attain", "reach a destination, either real or abstract", "attain"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["form", "to compose or represent:", "form"], ["get", "cause to do; cause to act in a specified manner", "get"], ["pee-pee", "eliminate urine", "pee-pee"], ["piddle", "eliminate urine", "piddle"], ["seduce", "induce to have sex", "seduce"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["give", "organize or be responsible for", "give"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["micturate", "eliminate urine", "micturate"], ["ca-ca", "have a bowel movement", "ca-ca"], ["take a leak", "eliminate urine", "take a leak"], ["piss", "eliminate urine", "piss"], ["get to", "reach a goal, e.g.,", "get to"], ["produce", "create or manufacture a man-made product", "produce"], ["hold", "organize or be responsible for", "hold"], ["cook", "prepare for eating by applying heat", "cook"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["nominate", "charge with a function; charge to be", "nominate"], ["take a shit", "have a bowel movement", "take a shit"], ["arrive at", "reach a destination, either real or abstract", "arrive at"]]}, {"answer": "magnetised", "hint": "synonyms for magnetised", "clues": [["mesmerize", "attract strongly, as if with a magnet", "mesmerize"], ["magnetize", "attract strongly, as if with a magnet", "magnetize"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "magnetized", "hint": "synonyms for magnetized", "clues": [["mesmerize", "attract strongly, as if with a magnet", "mesmerize"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"], ["magnetize", "make magnetic", "magnetize"]]}, {"answer": "magnified", "hint": "synonyms for magnified", "clues": [["enlarge", "make large", "enlarge"], ["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["magnify", "make large", "magnify"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["blow up", "make large", "blow up"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "mailed", "hint": "synonyms for mailed", "clues": [["send", "cause to be directed or transmitted to another place", "send"], ["post", "cause to be directed or transmitted to another place", "post"], ["mail", "send via the postal service", "mail"], ["get off", "send via the postal service", "get off"]]}, {"answer": "maintained", "hint": "synonyms for maintained", "clues": [["hold", "keep in a certain state, position, or activity; e.g.,", "hold"], ["maintain", "keep in a certain state, position, or activity; e.g.,", "maintain"], ["exert", "have and exercise", "exert"], ["keep", "keep in a certain state, position, or activity; e.g.,", "keep"], ["asseverate", "state categorically", "asseverate"], ["uphold", "support against an opponent", "uphold"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction", "conserve"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"], ["sustain", "supply with necessities and support", "sustain"], ["wield", "have and exercise", "wield"], ["observe", "stick to correctly or closely", "observe"], ["defend", "state or assert", "defend"], ["assert", "state categorically", "assert"]]}, {"answer": "maledict", "hint": "synonyms for maledict", "clues": [["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"]]}, {"answer": "maltreated", "hint": "synonyms for maltreated", "clues": [["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["mistreat", "treat badly", "mistreat"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "mangled", "hint": "synonyms for mangled", "clues": [["cut up", "destroy or injure severely", "cut up"], ["maul", "injure badly by beating", "maul"], ["mutilate", "destroy or injure severely", "mutilate"], ["mangle", "injure badly by beating", "mangle"], ["murder", "alter so as to make unrecognizable", "murder"]]}, {"answer": "manifest", "hint": "synonyms for manifest", "clues": [["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "evidence"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "certify"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "demonstrate"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "attest"]]}, {"answer": "manufactured", "hint": "synonyms for manufactured", "clues": [["make up", "make up something artificial or untrue", "make up"], ["fabricate", "make up something artificial or untrue", "fabricate"], ["manufacture", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "manufacture"], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "construct"], ["invent", "make up something artificial or untrue", "invent"], ["cook up", "make up something artificial or untrue", "cook up"]]}, {"answer": "marked", "hint": "synonyms for marked", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["commemorate", "mark by some ceremony or observation", "commemorate"], ["note", "notice or perceive", "note"], ["notice", "notice or perceive", "notice"], ["score", "make small marks into the surface of", "score"], ["pit", "mark with a scar", "pit"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"], ["cross off", "remove from a list", "cross off"], ["punctuate", "insert punctuation marks into", "punctuate"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful", "brand"], ["scar", "mark with a scar", "scar"], ["set", "establish as the highest level or best performance", "set"], ["tick off", "put a check mark on or near or next to", "tick off"], ["tick", "put a check mark on or near or next to", "tick"], ["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["check off", "put a check mark on or near or next to", "check off"], ["strike off", "remove from a list", "strike off"], ["strike out", "remove from a list", "strike out"], ["tag", "attach a tag or label to", "tag"], ["check", "put a check mark on or near or next to", "check"], ["mark off", "put a check mark on or near or next to", "mark off"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "differentiate"], ["cross out", "remove from a list", "cross out"], ["pock", "mark with a scar", "pock"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "distinguish"], ["label", "attach a tag or label to", "label"], ["grade", "assign a grade or rank to, according to one's evaluation", "grade"], ["nock", "make small marks into the surface of", "nock"]]}, {"answer": "marred", "hint": "synonyms for marred", "clues": [["impair", "make imperfect", "impair"], ["mutilate", "destroy or injure severely", "mutilate"], ["spoil", "make imperfect", "spoil"], ["mar", "destroy or injure severely", "mar"], ["deflower", "make imperfect", "deflower"], ["vitiate", "make imperfect", "vitiate"]]}, {"answer": "married", "hint": "synonyms for married", "clues": [["conjoin", "take in marriage", "conjoin"], ["marry", "perform a marriage ceremony", "marry"], ["splice", "perform a marriage ceremony", "splice"], ["wed", "perform a marriage ceremony", "wed"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["tie", "perform a marriage ceremony", "tie"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "masked", "hint": "synonyms for masked", "clues": [["mask", "make unrecognizable", "mask"], ["cloak", "hide under a false appearance", "cloak"], ["block out", "shield from light", "block out"], ["dissemble", "hide under a false appearance", "dissemble"], ["disguise", "make unrecognizable", "disguise"]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["overcome", "get on top of; deal with successfully", "overcome"], ["surmount", "get on top of; deal with successfully", "surmount"], ["control", "have a firm understanding or knowledge of; be on top of", "control"], ["get over", "get on top of; deal with successfully", "get over"], ["get the hang", "be or become completely proficient or skilled in", "get the hang"], ["dominate", "have dominance or the power to defeat over", "dominate"]]}, {"answer": "mastered", "hint": "synonyms for mastered", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["dominate", "have dominance or the power to defeat over", "dominate"], ["surmount", "get on top of; deal with successfully", "surmount"], ["get over", "get on top of; deal with successfully", "get over"], ["get the hang", "be or become completely proficient or skilled in", "get the hang"], ["master", "have a firm understanding or knowledge of; be on top of", "master"], ["control", "have a firm understanding or knowledge of; be on top of", "control"], ["overcome", "get on top of; deal with successfully", "overcome"]]}, {"answer": "mat", "hint": "synonyms for mat", "clues": [["felt", "change texture so as to become matted and felt-like", "felt"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "matched", "hint": "synonyms for matched", "clues": [["match", "make correspond or harmonize", "match"], ["touch", "be equal to in quality or ability", "touch"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["twin", "bring two objects, ideas, or people together", "twin"], ["play off", "set into opposition or rivalry", "play off"], ["equalise", "make equal, uniform, corresponding, or matching", "equalise"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["equal", "be equal to in quality or ability", "equal"], ["meet", "satisfy or fulfill", "meet"], ["equate", "make equal, uniform, corresponding, or matching", "equate"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["rival", "be equal to in quality or ability", "rival"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["cope with", "satisfy or fulfill", "cope with"], ["oppose", "set into opposition or rivalry", "oppose"], ["pair", "bring two objects, ideas, or people together", "pair"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["pit", "set into opposition or rivalry", "pit"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "matching", "hint": "synonyms for matching", "clues": [["match", "make correspond or harmonize", "match"], ["touch", "be equal to in quality or ability", "touch"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["twin", "bring two objects, ideas, or people together", "twin"], ["play off", "set into opposition or rivalry", "play off"], ["equalise", "make equal, uniform, corresponding, or matching", "equalise"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["equal", "be equal to in quality or ability", "equal"], ["meet", "satisfy or fulfill", "meet"], ["equate", "make equal, uniform, corresponding, or matching", "equate"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["rival", "be equal to in quality or ability", "rival"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["cope with", "satisfy or fulfill", "cope with"], ["oppose", "set into opposition or rivalry", "oppose"], ["pair", "bring two objects, ideas, or people together", "pair"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["pit", "set into opposition or rivalry", "pit"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "mated", "hint": "synonyms for mated", "clues": [["couple", "engage in sexual intercourse", "couple"], ["mate", "engage in sexual intercourse", "mate"], ["twin", "bring two objects, ideas, or people together", "twin"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["pair", "engage in sexual intercourse", "pair"], ["copulate", "engage in sexual intercourse", "copulate"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matte up", "change texture so as to become matted and felt-like", "matte up"], ["felt", "change texture so as to become matted and felt-like", "felt"], ["match", "bring two objects, ideas, or people together", "match"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game", "checkmate"]]}, {"answer": "matte", "hint": "synonyms for matte", "clues": [["felt", "change texture so as to become matted and felt-like", "felt"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"]]}, {"answer": "matted", "hint": "synonyms for matted", "clues": [["felt up", "change texture so as to become matted and felt-like", "felt up"], ["felt", "change texture so as to become matted and felt-like", "felt"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "mature", "hint": "synonyms for mature", "clues": [["grow", "develop and reach maturity; undergo maturation", "grow"], ["senesce", "grow old or older", "senesce"], ["ripen", "cause to ripen or develop fully", "ripen"], ["maturate", "develop and reach maturity; undergo maturation", "maturate"], ["get on", "grow old or older", "get on"], ["suppurate", "cause to ripen and discharge pus", "suppurate"], ["age", "grow old or older", "age"]]}, {"answer": "matured", "hint": "synonyms for matured", "clues": [["mature", "develop and reach maturity; undergo maturation", "mature"], ["senesce", "grow old or older", "senesce"], ["age", "grow old or older", "age"], ["suppurate", "cause to ripen and discharge pus", "suppurate"], ["grow", "develop and reach maturity; undergo maturation", "grow"], ["ripen", "cause to ripen or develop fully", "ripen"], ["get on", "grow old or older", "get on"]]}, {"answer": "mean", "hint": "synonyms for mean", "clues": [["stand for", "denote or connote", "stand for"], ["think of", "intend to refer to", "think of"], ["signify", "denote or connote", "signify"], ["entail", "have as a logical consequence", "entail"], ["intend", "have in mind as a purpose", "intend"], ["think", "have in mind as a purpose", "think"], ["have in mind", "intend to refer to", "have in mind"], ["imply", "have as a logical consequence", "imply"]]}, {"answer": "meandering", "hint": "synonyms for meandering", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"]]}, {"answer": "meaning", "hint": "synonyms for meaning", "clues": [["stand for", "denote or connote", "stand for"], ["mean", "have a specified degree of importance", "mean"], ["think of", "intend to refer to", "think of"], ["have in mind", "intend to refer to", "have in mind"], ["entail", "have as a logical consequence", "entail"], ["signify", "denote or connote", "signify"], ["think", "have in mind as a purpose", "think"], ["intend", "have in mind as a purpose", "intend"], ["imply", "have as a logical consequence", "imply"]]}, {"answer": "measured", "hint": "synonyms for measured", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["measure out", "determine the measurements of something or somebody, take measurements of", "measure out"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["mensurate", "determine the measurements of something or somebody, take measurements of", "mensurate"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["quantify", "express as a number or measure or quantity", "quantify"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"]]}, {"answer": "mediate", "hint": "synonyms for mediate", "clues": [["liaise", "act between parties with a view to reconciling differences", "liaise"], ["intermediate", "act between parties with a view to reconciling differences", "intermediate"], ["arbitrate", "act between parties with a view to reconciling differences", "arbitrate"], ["intercede", "act between parties with a view to reconciling differences", "intercede"]]}, {"answer": "mediated", "hint": "synonyms for mediated", "clues": [["mediate", "act between parties with a view to reconciling differences", "mediate"], ["intermediate", "act between parties with a view to reconciling differences", "intermediate"], ["intercede", "act between parties with a view to reconciling differences", "intercede"], ["liaise", "act between parties with a view to reconciling differences", "liaise"], ["arbitrate", "act between parties with a view to reconciling differences", "arbitrate"]]}, {"answer": "meet", "hint": "synonyms for meet", "clues": [["fulfill", "fill or meet a want or need", "fulfill"], ["assemble", "collect in one place", "assemble"], ["contact", "be in direct physical contact with; make contact", "contact"], ["see", "come together", "see"], ["touch", "be in direct physical contact with; make contact", "touch"], ["run into", "come together", "run into"], ["converge", "be adjacent or come together", "converge"], ["match", "satisfy or fulfill", "match"], ["encounter", "come together", "encounter"], ["foregather", "collect in one place", "foregather"], ["suffer", "undergo or suffer", "suffer"], ["fit", "satisfy a condition or restriction", "fit"], ["fill", "fill or meet a want or need", "fill"], ["conform to", "satisfy a condition or restriction", "conform to"], ["receive", "experience as a reaction", "receive"], ["run across", "come together", "run across"], ["adjoin", "be in direct physical contact with; make contact", "adjoin"], ["cope with", "satisfy or fulfill", "cope with"], ["satisfy", "fill or meet a want or need", "satisfy"], ["play", "contend against an opponent in a sport, game, or battle", "play"], ["gather", "collect in one place", "gather"], ["get together", "get together socially or for a specific purpose", "get together"], ["come across", "come together", "come across"], ["take on", "contend against an opponent in a sport, game, or battle", "take on"]]}, {"answer": "melted", "hint": "synonyms for melted", "clues": [["disappear", "become less intense and fade away gradually", "disappear"], ["melt", "lose its distinct outline or shape; blend gradually", "melt"], ["mellow", "become more relaxed, easygoing, or genial", "mellow"], ["meld", "lose its distinct outline or shape; blend gradually", "meld"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly", "fade"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt down"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "run"], ["evaporate", "become less intense and fade away gradually", "evaporate"], ["dissolve", "become or cause to become soft or liquid", "dissolve"], ["mellow out", "become more relaxed, easygoing, or genial", "mellow out"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "melting", "hint": "synonyms for melting", "clues": [["disappear", "become less intense and fade away gradually", "disappear"], ["melt", "lose its distinct outline or shape; blend gradually", "melt"], ["mellow", "become more relaxed, easygoing, or genial", "mellow"], ["meld", "lose its distinct outline or shape; blend gradually", "meld"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly", "fade"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt down"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "run"], ["evaporate", "become less intense and fade away gradually", "evaporate"], ["dissolve", "become or cause to become soft or liquid", "dissolve"], ["mellow out", "become more relaxed, easygoing, or genial", "mellow out"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "menacing", "hint": "synonyms for menacing", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["menace", "act in a threatening manner", "menace"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["peril", "pose a threat to; present a danger to", "peril"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["endanger", "pose a threat to; present a danger to", "endanger"]]}, {"answer": "merged", "hint": "synonyms for merged", "clues": [["merge", "become one", "merge"], ["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["unite", "become one", "unite"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["unify", "become one", "unify"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "merging", "hint": "synonyms for merging", "clues": [["merge", "become one", "merge"], ["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["unite", "become one", "unite"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["unify", "become one", "unify"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "meshed", "hint": "synonyms for meshed", "clues": [["enmesh", "entangle or catch in (or as if in) a mesh", "enmesh"], ["ensnarl", "entangle or catch in (or as if in) a mesh", "ensnarl"], ["operate", "keep engaged", "operate"], ["lock", "keep engaged", "lock"], ["engage", "keep engaged", "engage"], ["interlock", "coordinate in such a way that all parts work together effectively", "interlock"], ["mesh", "keep engaged", "mesh"]]}, {"answer": "mesmerised", "hint": "synonyms for mesmerised", "clues": [["magnetise", "attract strongly, as if with a magnet", "magnetise"], ["mesmerize", "induce hypnosis in", "mesmerize"], ["hypnotize", "induce hypnosis in", "hypnotize"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "mesmerized", "hint": "synonyms for mesmerized", "clues": [["magnetise", "attract strongly, as if with a magnet", "magnetise"], ["mesmerize", "induce hypnosis in", "mesmerize"], ["hypnotize", "induce hypnosis in", "hypnotize"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "mesmerizing", "hint": "synonyms for mesmerizing", "clues": [["magnetise", "attract strongly, as if with a magnet", "magnetise"], ["mesmerize", "induce hypnosis in", "mesmerize"], ["hypnotize", "induce hypnosis in", "hypnotize"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "minded", "hint": "synonyms for minded", "clues": [["mind", "be offended or bothered by; take offense with, be bothered by", "mind"], ["bear in mind", "keep in mind", "bear in mind"], ["beware", "be on one's guard; be cautious or wary about; be alert to", "beware"], ["heed", "pay close attention to; give heed to", "heed"], ["listen", "pay close attention to; give heed to", "listen"], ["take care", "be in charge of or deal with", "take care"]]}, {"answer": "minimized", "hint": "synonyms for minimized", "clues": [["minimize", "represent as less significant or important", "minimize"], ["understate", "represent as less significant or important", "understate"], ["belittle", "cause to seem less serious; play down", "belittle"], ["downplay", "represent as less significant or important", "downplay"], ["derogate", "cause to seem less serious; play down", "derogate"], ["denigrate", "cause to seem less serious; play down", "denigrate"]]}, {"answer": "mired", "hint": "synonyms for mired", "clues": [["mud", "soil with mud, muck, or mire", "mud"], ["mire", "be unable to move further", "mire"], ["muck", "soil with mud, muck, or mire", "muck"], ["grind to a halt", "be unable to move further", "grind to a halt"], ["entangle", "entrap", "entangle"], ["get stuck", "be unable to move further", "get stuck"], ["bog down", "cause to get stuck as if in a mire", "bog down"], ["muck up", "soil with mud, muck, or mire", "muck up"]]}, {"answer": "misappropriated", "hint": "synonyms for misappropriated", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "defalcate"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "misappropriate"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "malversate"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "peculate"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "embezzle"]]}, {"answer": "misguided", "hint": "synonyms for misguided", "clues": [["misadvise", "give bad advice to", "misadvise"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions", "lead astray"], ["misdirect", "lead someone in the wrong direction or give someone wrong directions", "misdirect"], ["misguide", "lead someone in the wrong direction or give someone wrong directions", "misguide"], ["mislead", "lead someone in the wrong direction or give someone wrong directions", "mislead"]]}, {"answer": "misleading", "hint": "synonyms for misleading", "clues": [["lead astray", "lead someone in the wrong direction or give someone wrong directions", "lead astray"], ["misdirect", "lead someone in the wrong direction or give someone wrong directions", "misdirect"], ["misguide", "lead someone in the wrong direction or give someone wrong directions", "misguide"], ["misinform", "give false or misleading information to", "misinform"], ["mislead", "lead someone in the wrong direction or give someone wrong directions", "mislead"]]}, {"answer": "misrepresented", "hint": "synonyms for misrepresented", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["belie", "represent falsely", "belie"], ["fake", "tamper, with the purpose of deception", "fake"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["cook", "tamper, with the purpose of deception", "cook"]]}, {"answer": "missed", "hint": "synonyms for missed", "clues": [["escape", "fail to experience", "escape"], ["lack", "be without", "lack"], ["miss", "feel or suffer from the lack of", "miss"], ["pretermit", "leave undone or leave out", "pretermit"], ["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["leave out", "leave undone or leave out", "leave out"], ["lose", "fail to perceive or to catch with the senses or the mind", "lose"]]}, {"answer": "missing", "hint": "synonyms for missing", "clues": [["escape", "fail to experience", "escape"], ["lack", "be without", "lack"], ["miss", "feel or suffer from the lack of", "miss"], ["pretermit", "leave undone or leave out", "pretermit"], ["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["leave out", "leave undone or leave out", "leave out"], ["lose", "fail to perceive or to catch with the senses or the mind", "lose"]]}, {"answer": "mistaken", "hint": "synonyms for mistaken", "clues": [["mistake", "identify incorrectly", "mistake"], ["err", "to make a mistake or be incorrect", "err"], ["misidentify", "identify incorrectly", "misidentify"], ["slip", "to make a mistake or be incorrect", "slip"]]}, {"answer": "mistreated", "hint": "synonyms for mistreated", "clues": [["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["mistreat", "treat badly", "mistreat"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "misunderstood", "hint": "synonyms for misunderstood", "clues": [["misinterpret", "interpret in the wrong way", "misinterpret"], ["misapprehend", "interpret in the wrong way", "misapprehend"], ["misconceive", "interpret in the wrong way", "misconceive"], ["misunderstand", "interpret in the wrong way", "misunderstand"], ["misconstrue", "interpret in the wrong way", "misconstrue"], ["be amiss", "interpret in the wrong way", "be amiss"]]}, {"answer": "misused", "hint": "synonyms for misused", "clues": [["abuse", "change the inherent purpose or function of something", "abuse"], ["misuse", "apply to a wrong thing or person; apply badly or incorrectly", "misuse"], ["misapply", "apply to a wrong thing or person; apply badly or incorrectly", "misapply"], ["pervert", "change the inherent purpose or function of something", "pervert"]]}, {"answer": "mixed", "hint": "synonyms for mixed", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["mix", "open (a place) to members of all races and ethnic groups", "mix"], ["meld", "mix together different elements", "meld"], ["ruffle", "mix so as to make a random order or arrangement", "ruffle"], ["unify", "to bring or combine together or with something else", "unify"], ["coalesce", "mix together different elements", "coalesce"], ["desegregate", "open (a place) to members of all races and ethnic groups", "desegregate"], ["commix", "to bring or combine together or with something else", "commix"], ["immix", "mix together different elements", "immix"], ["shuffle", "mix so as to make a random order or arrangement", "shuffle"], ["mingle", "to bring or combine together or with something else", "mingle"], ["merge", "mix together different elements", "merge"], ["integrate", "open (a place) to members of all races and ethnic groups", "integrate"], ["commingle", "mix together different elements", "commingle"], ["mix in", "add as an additional element or part", "mix in"], ["combine", "mix together different elements", "combine"], ["flux", "mix together different elements", "flux"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"], ["blend", "mix together different elements", "blend"]]}, {"answer": "model", "hint": "synonyms for model", "clues": [["posture", "assume a posture as for artistic purposes", "posture"], ["mould", "form in clay, wax, etc", "mould"], ["sit", "assume a posture as for artistic purposes", "sit"], ["pose", "assume a posture as for artistic purposes", "pose"], ["pattern", "plan or create according to a model or models", "pattern"], ["simulate", "create a representation or model of", "simulate"], ["mock up", "construct a model of", "mock up"]]}, {"answer": "modeled", "hint": "synonyms for modeled", "clues": [["posture", "assume a posture as for artistic purposes", "posture"], ["mold", "form in clay, wax, etc", "mold"], ["sit", "assume a posture as for artistic purposes", "sit"], ["model", "construct a model of", "model"], ["pose", "assume a posture as for artistic purposes", "pose"], ["pattern", "plan or create according to a model or models", "pattern"], ["simulate", "create a representation or model of", "simulate"], ["mock up", "construct a model of", "mock up"]]}, {"answer": "moderate", "hint": "synonyms for moderate", "clues": [["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["mince", "make less severe or harsh", "mince"], ["chair", "preside over", "chair"], ["temper", "restrain", "temper"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["tone down", "make less strong or intense; soften", "tone down"], ["lead", "preside over", "lead"], ["tame", "make less strong or intense; soften", "tame"], ["chasten", "restrain", "chasten"], ["soften", "make less severe or harsh", "soften"]]}, {"answer": "moderating", "hint": "synonyms for moderating", "clues": [["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["moderate", "make less severe or harsh", "moderate"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["lead", "preside over", "lead"], ["tame", "make less strong or intense; soften", "tame"], ["chasten", "restrain", "chasten"], ["soften", "make less severe or harsh", "soften"], ["mince", "make less severe or harsh", "mince"], ["chair", "preside over", "chair"], ["temper", "restrain", "temper"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["tone down", "make less strong or intense; soften", "tone down"]]}, {"answer": "modified", "hint": "synonyms for modified", "clues": [["modify", "cause to change; make different; cause a transformation", "modify"], ["qualify", "add a modifier to a constituent", "qualify"], ["change", "cause to change; make different; cause a transformation", "change"], ["alter", "cause to change; make different; cause a transformation", "alter"]]}, {"answer": "modulated", "hint": "synonyms for modulated", "clues": [["modulate", "adjust the pitch, tone, or volume of", "modulate"], ["inflect", "vary the pitch of one's speech", "inflect"], ["regulate", "fix or adjust the time, amount, degree, or rate of", "regulate"], ["tone", "vary the pitch of one's speech", "tone"]]}, {"answer": "molded", "hint": "synonyms for molded", "clues": [["determine", "shape or influence; give direction to", "determine"], ["mold", "shape or influence; give direction to", "mold"], ["forge", "make something, usually for a specific function", "forge"], ["regulate", "shape or influence; give direction to", "regulate"], ["work", "make something, usually for a specific function", "work"], ["shape", "make something, usually for a specific function", "shape"], ["influence", "shape or influence; give direction to", "influence"], ["mildew", "become moldy; spoil due to humidity", "mildew"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold", "cast"], ["form", "make something, usually for a specific function", "form"], ["model", "form in clay, wax, etc", "model"]]}, {"answer": "molten", "hint": "synonyms for molten", "clues": [["disappear", "become less intense and fade away gradually", "disappear"], ["melt", "lose its distinct outline or shape; blend gradually", "melt"], ["mellow", "become more relaxed, easygoing, or genial", "mellow"], ["meld", "lose its distinct outline or shape; blend gradually", "meld"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly", "fade"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt down"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "run"], ["evaporate", "become less intense and fade away gradually", "evaporate"], ["dissolve", "become or cause to become soft or liquid", "dissolve"], ["mellow out", "become more relaxed, easygoing, or genial", "mellow out"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "moot", "hint": "synonyms for moot", "clues": [["turn over", "think about carefully; weigh", "turn over"], ["debate", "think about carefully; weigh", "debate"], ["deliberate", "think about carefully; weigh", "deliberate"], ["consider", "think about carefully; weigh", "consider"]]}, {"answer": "mortified", "hint": "synonyms for mortified", "clues": [["gangrene", "undergo necrosis", "gangrene"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["sphacelate", "undergo necrosis", "sphacelate"], ["mortify", "practice self-denial of one's body and appetites", "mortify"], ["subdue", "hold within limits and control", "subdue"], ["necrose", "undergo necrosis", "necrose"], ["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["crucify", "hold within limits and control", "crucify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "mortifying", "hint": "synonyms for mortifying", "clues": [["gangrene", "undergo necrosis", "gangrene"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["sphacelate", "undergo necrosis", "sphacelate"], ["mortify", "practice self-denial of one's body and appetites", "mortify"], ["subdue", "hold within limits and control", "subdue"], ["necrose", "undergo necrosis", "necrose"], ["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["crucify", "hold within limits and control", "crucify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "motivated", "hint": "synonyms for motivated", "clues": [["propel", "give an incentive for action", "propel"], ["incite", "give an incentive for action", "incite"], ["prompt", "give an incentive for action", "prompt"], ["actuate", "give an incentive for action", "actuate"], ["motivate", "give an incentive for action", "motivate"], ["move", "give an incentive for action", "move"]]}, {"answer": "motivating", "hint": "synonyms for motivating", "clues": [["propel", "give an incentive for action", "propel"], ["incite", "give an incentive for action", "incite"], ["prompt", "give an incentive for action", "prompt"], ["actuate", "give an incentive for action", "actuate"], ["motivate", "give an incentive for action", "motivate"], ["move", "give an incentive for action", "move"]]}, {"answer": "mottled", "hint": "synonyms for mottled", "clues": [["cloud", "colour with streaks or blotches of different shades", "cloud"], ["blotch", "mark with spots or blotches of different color or shades of color as if stained", "blotch"], ["dapple", "colour with streaks or blotches of different shades", "dapple"], ["mottle", "colour with streaks or blotches of different shades", "mottle"], ["streak", "mark with spots or blotches of different color or shades of color as if stained", "streak"]]}, {"answer": "mounted", "hint": "synonyms for mounted", "clues": [["mount", "go upward with gradual or continuous progress", "mount"], ["hop on", "get up on the back of", "hop on"], ["climb on", "get up on the back of", "climb on"], ["jump on", "get up on the back of", "jump on"], ["put on", "prepare and supply with the necessary equipment for execution or performance", "put on"], ["wax", "go up or advance", "wax"], ["bestride", "get up on the back of", "bestride"], ["get on", "get up on the back of", "get on"], ["rise", "go up or advance", "rise"], ["climb up", "go upward with gradual or continuous progress", "climb up"], ["mount up", "get up on the back of", "mount up"], ["climb", "go upward with gradual or continuous progress", "climb"], ["go up", "go upward with gradual or continuous progress", "go up"], ["ride", "copulate with", "ride"]]}, {"answer": "moved", "hint": "synonyms for moved", "clues": [["propel", "give an incentive for action", "propel"], ["move", "have a turn; make one's move in a game", "move"], ["prompt", "give an incentive for action", "prompt"], ["make a motion", "propose formally; in a debate or parliamentary meeting", "make a motion"], ["be active", "be in a state of action", "be active"], ["actuate", "give an incentive for action", "actuate"], ["displace", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense", "displace"], ["proceed", "follow a procedure or take a course", "proceed"], ["incite", "give an incentive for action", "incite"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["go", "follow a procedure or take a course", "go"], ["travel", "change location; move, travel, or proceed, also metaphorically", "travel"], ["impress", "have an emotional or cognitive impact upon", "impress"], ["run", "progress by being changed", "run"], ["act", "perform an action, or work out or perform (an action)", "act"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["motivate", "give an incentive for action", "motivate"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "moving", "hint": "synonyms for moving", "clues": [["propel", "give an incentive for action", "propel"], ["move", "have a turn; make one's move in a game", "move"], ["prompt", "give an incentive for action", "prompt"], ["make a motion", "propose formally; in a debate or parliamentary meeting", "make a motion"], ["be active", "be in a state of action", "be active"], ["actuate", "give an incentive for action", "actuate"], ["displace", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense", "displace"], ["proceed", "follow a procedure or take a course", "proceed"], ["incite", "give an incentive for action", "incite"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["go", "follow a procedure or take a course", "go"], ["travel", "change location; move, travel, or proceed, also metaphorically", "travel"], ["impress", "have an emotional or cognitive impact upon", "impress"], ["run", "progress by being changed", "run"], ["act", "perform an action, or work out or perform (an action)", "act"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["motivate", "give an incentive for action", "motivate"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "mown", "hint": "synonyms for mown", "clues": [["cut down", "cut with a blade or mower", "cut down"], ["mow", "make a sad face and thrust out one's lower lip", "mow"], ["pout", "make a sad face and thrust out one's lower lip", "pout"], ["mop", "make a sad face and thrust out one's lower lip", "mop"]]}, {"answer": "muffled", "hint": "synonyms for muffled", "clues": [["stifle", "conceal or hide", "stifle"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["smother", "conceal or hide", "smother"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"], ["repress", "conceal or hide", "repress"]]}, {"answer": "multiplied", "hint": "synonyms for multiplied", "clues": [["procreate", "have offspring or produce more individuals of a given animal or plant", "procreate"], ["manifold", "combine or increase by multiplication", "manifold"], ["breed", "have young (animals) or reproduce (organisms)", "breed"], ["reproduce", "have offspring or produce more individuals of a given animal or plant", "reproduce"], ["multiply", "have young (animals) or reproduce (organisms)", "multiply"]]}, {"answer": "murdered", "hint": "synonyms for murdered", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["murder", "alter so as to make unrecognizable", "murder"], ["mangle", "alter so as to make unrecognizable", "mangle"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["mutilate", "alter so as to make unrecognizable", "mutilate"], ["remove", "kill intentionally and with premeditation", "remove"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "murmuring", "hint": "synonyms for murmuring", "clues": [["croak", "make complaining remarks or noises under one's breath", "croak"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["murmur", "speak softly or indistinctly", "murmur"], ["grumble", "make complaining remarks or noises under one's breath", "grumble"]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "mute", "hint": "synonyms for mute", "clues": [["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"]]}, {"answer": "muted", "hint": "synonyms for muted", "clues": [["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"]]}, {"answer": "mutilated", "hint": "synonyms for mutilated", "clues": [["cut up", "destroy or injure severely", "cut up"], ["mutilate", "destroy or injure severely", "mutilate"], ["mangle", "destroy or injure severely", "mangle"], ["murder", "alter so as to make unrecognizable", "murder"], ["mar", "destroy or injure severely", "mar"]]}, {"answer": "mystified", "hint": "synonyms for mystified", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "mystifying", "hint": "synonyms for mystifying", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "naming", "hint": "synonyms for naming", "clues": [["key", "identify as in botany or biology, for example", "key"], ["name", "create and charge with a task or function", "name"], ["bring up", "make reference to", "bring up"], ["make", "charge with a function; charge to be", "make"], ["refer", "make reference to", "refer"], ["identify", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property", "identify"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["appoint", "create and charge with a task or function", "appoint"], ["key out", "identify as in botany or biology, for example", "key out"], ["constitute", "create and charge with a task or function", "constitute"], ["advert", "make reference to", "advert"], ["call", "assign a specified (usually proper) proper name to", "call"], ["nominate", "create and charge with a task or function", "nominate"], ["describe", "identify as in botany or biology, for example", "describe"], ["list", "give or make a list of; name individually; give the names of", "list"], ["diagnose", "determine or distinguish the nature of a problem or an illness through a diagnostic analysis", "diagnose"], ["mention", "make reference to", "mention"], ["cite", "make reference to", "cite"]]}, {"answer": "narrow", "hint": "synonyms for narrow", "clues": [["constrict", "become tight or as if tight", "constrict"], ["specialize", "become more focus on an area of activity or field of study", "specialize"], ["constringe", "become tight or as if tight", "constringe"], ["narrow down", "become more focus on an area of activity or field of study", "narrow down"], ["pin down", "define clearly", "pin down"], ["peg down", "define clearly", "peg down"], ["nail down", "define clearly", "nail down"], ["specify", "define clearly", "specify"], ["contract", "make or become more narrow or restricted", "contract"]]}, {"answer": "narrowed", "hint": "synonyms for narrowed", "clues": [["constrict", "become tight or as if tight", "constrict"], ["narrow", "become more focus on an area of activity or field of study", "narrow"], ["specialize", "become more focus on an area of activity or field of study", "specialize"], ["constringe", "become tight or as if tight", "constringe"], ["narrow down", "become more focus on an area of activity or field of study", "narrow down"], ["pin down", "define clearly", "pin down"], ["peg down", "define clearly", "peg down"], ["nail down", "define clearly", "nail down"], ["specify", "define clearly", "specify"], ["contract", "make or become more narrow or restricted", "contract"]]}, {"answer": "narrowing", "hint": "synonyms for narrowing", "clues": [["constrict", "become tight or as if tight", "constrict"], ["narrow", "become more focus on an area of activity or field of study", "narrow"], ["specialize", "become more focus on an area of activity or field of study", "specialize"], ["constringe", "become tight or as if tight", "constringe"], ["narrow down", "become more focus on an area of activity or field of study", "narrow down"], ["pin down", "define clearly", "pin down"], ["peg down", "define clearly", "peg down"], ["nail down", "define clearly", "nail down"], ["specify", "define clearly", "specify"], ["contract", "make or become more narrow or restricted", "contract"]]}, {"answer": "naturalised", "hint": "synonyms for naturalised", "clues": [["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"], ["naturalise", "make into a citizen", "naturalise"]]}, {"answer": "naturalized", "hint": "synonyms for naturalized", "clues": [["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"], ["naturalize", "explain with reference to nature", "naturalize"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"]]}, {"answer": "nauseated", "hint": "synonyms for nauseated", "clues": [["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["sicken", "upset and make nauseated", "sicken"], ["nauseate", "upset and make nauseated", "nauseate"], ["revolt", "cause aversion in; offend the moral sense of", "revolt"], ["turn one's stomach", "upset and make nauseated", "turn one's stomach"]]}, {"answer": "nauseating", "hint": "synonyms for nauseating", "clues": [["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["sicken", "upset and make nauseated", "sicken"], ["nauseate", "upset and make nauseated", "nauseate"], ["revolt", "cause aversion in; offend the moral sense of", "revolt"], ["turn one's stomach", "upset and make nauseated", "turn one's stomach"]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["approach", "move towards", "approach"], ["draw close", "move towards", "draw close"], ["come on", "move towards", "come on"], ["go up", "move towards", "go up"], ["draw near", "move towards", "draw near"], ["come near", "move towards", "come near"]]}, {"answer": "needed", "hint": "synonyms for needed", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["need", "have need of", "need"], ["require", "have need of", "require"], ["demand", "require as useful, just, or proper", "demand"], ["want", "have need of", "want"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "neglected", "hint": "synonyms for neglected", "clues": [["neglect", "give little or no attention to", "neglect"], ["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["pretermit", "leave undone or leave out", "pretermit"], ["ignore", "give little or no attention to", "ignore"], ["disregard", "give little or no attention to", "disregard"], ["leave out", "leave undone or leave out", "leave out"], ["miss", "leave undone or leave out", "miss"], ["fail", "fail to do something; leave something undone", "fail"]]}, {"answer": "nestled", "hint": "synonyms for nestled", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["nestle", "lie in a sheltered position", "nestle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"]]}, {"answer": "net", "hint": "synonyms for net", "clues": [["sack", "make as a net profit", "sack"], ["clear", "make as a net profit", "clear"], ["web", "construct or form a web, as if by weaving", "web"], ["sack up", "make as a net profit", "sack up"], ["nett", "catch with a net", "nett"]]}, {"answer": "netted", "hint": "synonyms for netted", "clues": [["sack", "make as a net profit", "sack"], ["clear", "make as a net profit", "clear"], ["sack up", "make as a net profit", "sack up"], ["web", "construct or form a web, as if by weaving", "web"], ["nett", "catch with a net", "nett"]]}, {"answer": "nettled", "hint": "synonyms for nettled", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["urticate", "sting with or as with nettles and cause a stinging pain or sensation", "urticate"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "neutered", "hint": "synonyms for neutered", "clues": [["neuter", "remove the ovaries of", "neuter"], ["spay", "remove the ovaries of", "spay"], ["castrate", "remove the ovaries of", "castrate"], ["alter", "remove the ovaries of", "alter"]]}, {"answer": "neutralised", "hint": "synonyms for neutralised", "clues": [["negate", "make ineffective by counterbalancing the effect of", "negate"], ["neutralise", "get rid of (someone who may be a threat) by killing", "neutralise"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["waste", "get rid of (someone who may be a threat) by killing", "waste"], ["nullify", "make ineffective by counterbalancing the effect of", "nullify"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"]]}, {"answer": "neutralized", "hint": "synonyms for neutralized", "clues": [["negate", "make ineffective by counterbalancing the effect of", "negate"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["waste", "get rid of (someone who may be a threat) by killing", "waste"], ["neutralize", "oppose and mitigate the effects of by contrary actions", "neutralize"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"], ["nullify", "make ineffective by counterbalancing the effect of", "nullify"], ["counterbalance", "oppose and mitigate the effects of by contrary actions", "counterbalance"], ["counteract", "oppose and mitigate the effects of by contrary actions", "counteract"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["countervail", "oppose and mitigate the effects of by contrary actions", "countervail"]]}, {"answer": "niggling", "hint": "synonyms for niggling", "clues": [["quibble", "argue over petty things", "quibble"], ["niggle", "worry unnecessarily or excessively", "niggle"], ["squabble", "argue over petty things", "squabble"], ["fret", "worry unnecessarily or excessively", "fret"], ["brabble", "argue over petty things", "brabble"], ["bicker", "argue over petty things", "bicker"], ["pettifog", "argue over petty things", "pettifog"], ["fuss", "worry unnecessarily or excessively", "fuss"]]}, {"answer": "nipping", "hint": "synonyms for nipping", "clues": [["tweet", "squeeze tightly between the fingers", "tweet"], ["snip", "sever or remove by pinching or snipping", "snip"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["twitch", "squeeze tightly between the fingers", "twitch"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["twinge", "squeeze tightly between the fingers", "twinge"], ["clip", "sever or remove by pinching or snipping", "clip"]]}, {"answer": "nominated", "hint": "synonyms for nominated", "clues": [["constitute", "create and charge with a task or function", "constitute"], ["name", "create and charge with a task or function", "name"], ["put forward", "propose as a candidate for some honor", "put forward"], ["put up", "propose as a candidate for some honor", "put up"], ["propose", "put forward; nominate for appointment to an office or for an honor or position", "propose"], ["nominate", "put forward; nominate for appointment to an office or for an honor or position", "nominate"], ["make", "charge with a function; charge to be", "make"], ["appoint", "create and charge with a task or function", "appoint"]]}, {"answer": "nonplused", "hint": "synonyms for nonplused", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "nonplussed", "hint": "synonyms for nonplussed", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "nosed", "hint": "synonyms for nosed", "clues": [["horn in", "search or inquire in a meddlesome way", "horn in"], ["nuzzle", "rub noses", "nuzzle"], ["nose", "advance the forward part of with caution", "nose"], ["wind", "catch the scent of; get wind of", "wind"], ["intrude", "search or inquire in a meddlesome way", "intrude"], ["poke", "search or inquire in a meddlesome way", "poke"], ["scent", "catch the scent of; get wind of", "scent"], ["pry", "search or inquire in a meddlesome way", "pry"]]}, {"answer": "noted", "hint": "synonyms for noted", "clues": [["mark", "notice or perceive", "mark"], ["observe", "make mention of", "observe"], ["note", "notice or perceive", "note"], ["notice", "notice or perceive", "notice"], ["take down", "make a written note of", "take down"], ["mention", "make mention of", "mention"], ["remark", "make mention of", "remark"], ["take note", "observe with care or pay close attention to", "take note"]]}, {"answer": "noticed", "hint": "synonyms for noticed", "clues": [["mark", "notice or perceive", "mark"], ["note", "notice or perceive", "note"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["notice", "notice or perceive", "notice"], ["point out", "make or write a comment on", "point out"], ["remark", "make or write a comment on", "remark"], ["acknowledge", "express recognition of the presence or existence of, or acquaintance with", "acknowledge"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["comment", "make or write a comment on", "comment"], ["discover", "discover or determine the existence, presence, or fact of", "discover"]]}, {"answer": "nourished", "hint": "synonyms for nourished", "clues": [["sustain", "provide with nourishment", "sustain"], ["nourish", "give nourishment to", "nourish"], ["aliment", "give nourishment to", "aliment"], ["nutrify", "give nourishment to", "nutrify"], ["nurture", "provide with nourishment", "nurture"]]}, {"answer": "nourishing", "hint": "synonyms for nourishing", "clues": [["sustain", "provide with nourishment", "sustain"], ["nourish", "give nourishment to", "nourish"], ["aliment", "give nourishment to", "aliment"], ["nutrify", "give nourishment to", "nutrify"], ["nurture", "provide with nourishment", "nurture"]]}, {"answer": "nullified", "hint": "synonyms for nullified", "clues": [["negate", "make ineffective by counterbalancing the effect of", "negate"], ["nullify", "declare invalid", "nullify"], ["invalidate", "show to be invalid", "invalidate"], ["annul", "declare invalid", "annul"], ["avoid", "declare invalid", "avoid"], ["neutralize", "make ineffective by counterbalancing the effect of", "neutralize"], ["quash", "declare invalid", "quash"]]}, {"answer": "numbing", "hint": "synonyms for numbing", "clues": [["benumb", "make numb or insensitive", "benumb"], ["blunt", "make numb or insensitive", "blunt"], ["dull", "make numb or insensitive", "dull"], ["numb", "make numb or insensitive", "numb"]]}, {"answer": "nursed", "hint": "synonyms for nursed", "clues": [["nurse", "treat carefully", "nurse"], ["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"], ["wet-nurse", "give suck to", "wet-nurse"], ["breastfeed", "give suck to", "breastfeed"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"]]}, {"answer": "obligate", "hint": "synonyms for obligate", "clues": [["bind", "bind by an obligation; cause to be indebted", "bind"], ["oblige", "force somebody to do something", "oblige"], ["compel", "force somebody to do something", "compel"], ["hold", "bind by an obligation; cause to be indebted", "hold"]]}, {"answer": "obligated", "hint": "synonyms for obligated", "clues": [["bind", "bind by an obligation; cause to be indebted", "bind"], ["compel", "force somebody to do something", "compel"], ["oblige", "bind by an obligation; cause to be indebted", "oblige"], ["hold", "bind by an obligation; cause to be indebted", "hold"]]}, {"answer": "obliged", "hint": "synonyms for obliged", "clues": [["bind", "bind by an obligation; cause to be indebted", "bind"], ["compel", "force somebody to do something", "compel"], ["oblige", "bind by an obligation; cause to be indebted", "oblige"], ["accommodate", "provide a service or favor for someone", "accommodate"], ["hold", "bind by an obligation; cause to be indebted", "hold"]]}, {"answer": "obliging", "hint": "synonyms for obliging", "clues": [["bind", "bind by an obligation; cause to be indebted", "bind"], ["compel", "force somebody to do something", "compel"], ["oblige", "bind by an obligation; cause to be indebted", "oblige"], ["accommodate", "provide a service or favor for someone", "accommodate"], ["hold", "bind by an obligation; cause to be indebted", "hold"]]}, {"answer": "obliterate", "hint": "synonyms for obliterate", "clues": [["kill", "mark for deletion, rub off, or erase", "kill"], ["hide", "make undecipherable or imperceptible by obscuring or concealing", "hide"], ["efface", "remove completely from recognition or memory", "efface"], ["wipe out", "mark for deletion, rub off, or erase", "wipe out"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "obliterated", "hint": "synonyms for obliterated", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing", "hide"], ["obliterate", "do away with completely, without leaving a trace", "obliterate"], ["wipe out", "mark for deletion, rub off, or erase", "wipe out"], ["kill", "mark for deletion, rub off, or erase", "kill"], ["efface", "remove completely from recognition or memory", "efface"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "obscure", "hint": "synonyms for obscure", "clues": [["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["hide", "make undecipherable or imperceptible by obscuring or concealing", "hide"], ["confuse", "make unclear, indistinct, or blurred", "confuse"], ["overcloud", "make obscure or unclear", "overcloud"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["bedim", "make obscure or unclear", "bedim"], ["obnubilate", "make unclear, indistinct, or blurred", "obnubilate"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"], ["befog", "make less visible or unclear", "befog"], ["blur", "make unclear, indistinct, or blurred", "blur"]]}, {"answer": "observed", "hint": "synonyms for observed", "clues": [["observe", "show respect towards", "observe"], ["follow", "follow with the eyes or the mind", "follow"], ["watch", "follow with the eyes or the mind", "watch"], ["mention", "make mention of", "mention"], ["remark", "make mention of", "remark"], ["honor", "show respect towards", "honor"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["note", "observe with care or pay close attention to", "note"], ["maintain", "stick to correctly or closely", "maintain"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"], ["abide by", "show respect towards", "abide by"], ["take note", "observe with care or pay close attention to", "take note"], ["keep", "conform one's action or practice to", "keep"], ["celebrate", "behave as expected during of holidays or rites", "celebrate"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["respect", "show respect towards", "respect"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["watch over", "follow with the eyes or the mind", "watch over"]]}, {"answer": "observing", "hint": "synonyms for observing", "clues": [["observe", "show respect towards", "observe"], ["follow", "follow with the eyes or the mind", "follow"], ["watch", "follow with the eyes or the mind", "watch"], ["mention", "make mention of", "mention"], ["remark", "make mention of", "remark"], ["honor", "show respect towards", "honor"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["note", "observe with care or pay close attention to", "note"], ["maintain", "stick to correctly or closely", "maintain"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"], ["abide by", "show respect towards", "abide by"], ["take note", "observe with care or pay close attention to", "take note"], ["keep", "conform one's action or practice to", "keep"], ["celebrate", "behave as expected during of holidays or rites", "celebrate"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["respect", "show respect towards", "respect"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["watch over", "follow with the eyes or the mind", "watch over"]]}, {"answer": "obstructed", "hint": "synonyms for obstructed", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["block", "block passage through", "block"], ["obstruct", "block passage through", "obstruct"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["jam", "block passage through", "jam"], ["occlude", "block passage through", "occlude"]]}, {"answer": "obviating", "hint": "synonyms for obviating", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["rid of", "do away with", "rid of"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["eliminate", "do away with", "eliminate"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "occluded", "hint": "synonyms for occluded", "clues": [["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["jam", "block passage through", "jam"], ["block", "block passage through", "block"], ["occlude", "block passage through", "occlude"], ["obstruct", "block passage through", "obstruct"]]}, {"answer": "occupied", "hint": "synonyms for occupied", "clues": [["fill", "assume, as of positions or roles", "fill"], ["worry", "be on the mind of", "worry"], ["occupy", "occupy the whole of", "occupy"], ["engage", "consume all of one's attention or time", "engage"], ["interest", "be on the mind of", "interest"], ["engross", "consume all of one's attention or time", "engross"], ["invade", "march aggressively into another's territory by military force for the purposes of conquest and occupation", "invade"], ["concern", "be on the mind of", "concern"], ["reside", "live (in a certain place)", "reside"], ["take", "assume, as of positions or roles", "take"], ["absorb", "consume all of one's attention or time", "absorb"], ["use up", "require (time or space)", "use up"], ["busy", "keep busy with", "busy"], ["lodge in", "live (in a certain place)", "lodge in"]]}, {"answer": "off", "hint": "synonyms for off", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "offended", "hint": "synonyms for offended", "clues": [["wound", "hurt the feelings of", "wound"], ["outrage", "strike with disgust or revulsion", "outrage"], ["offend", "cause to feel resentment or indignation", "offend"], ["pique", "cause to feel resentment or indignation", "pique"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["spite", "hurt the feelings of", "spite"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["bruise", "hurt the feelings of", "bruise"], ["violate", "act in disregard of laws, rules, contracts, or promises", "violate"], ["hurt", "hurt the feelings of", "hurt"], ["appal", "strike with disgust or revulsion", "appal"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["injure", "hurt the feelings of", "injure"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["break", "act in disregard of laws, rules, contracts, or promises", "break"]]}, {"answer": "offending", "hint": "synonyms for offending", "clues": [["wound", "hurt the feelings of", "wound"], ["outrage", "strike with disgust or revulsion", "outrage"], ["offend", "cause to feel resentment or indignation", "offend"], ["pique", "cause to feel resentment or indignation", "pique"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["spite", "hurt the feelings of", "spite"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["bruise", "hurt the feelings of", "bruise"], ["violate", "act in disregard of laws, rules, contracts, or promises", "violate"], ["hurt", "hurt the feelings of", "hurt"], ["appal", "strike with disgust or revulsion", "appal"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["injure", "hurt the feelings of", "injure"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["break", "act in disregard of laws, rules, contracts, or promises", "break"]]}, {"answer": "oiled", "hint": "synonyms for oiled", "clues": [["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing", "embrocate"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anele"], ["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing", "oil"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anoint"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing", "inunct"]]}, {"answer": "oozing", "hint": "synonyms for oozing", "clues": [["seep", "pass gradually or leak through or as if through small openings", "seep"], ["exude", "release (a liquid) in drops or small quantities", "exude"], ["ooze", "pass gradually or leak through or as if through small openings", "ooze"], ["exudate", "release (a liquid) in drops or small quantities", "exudate"], ["ooze out", "release (a liquid) in drops or small quantities", "ooze out"], ["transude", "release (a liquid) in drops or small quantities", "transude"]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["open up", "cause to open or to become open", "open up"], ["unfold", "spread out or open from a closed or folded state", "unfold"], ["afford", "afford access to", "afford"], ["spread", "spread out or open from a closed or folded state", "spread"], ["spread out", "spread out or open from a closed or folded state", "spread out"], ["give", "afford access to", "give"]]}, {"answer": "opened", "hint": "synonyms for opened", "clues": [["unfold", "spread out or open from a closed or folded state", "unfold"], ["open", "become open", "open"], ["open up", "start to operate or function or cause to start operating or functioning", "open up"], ["give", "afford access to", "give"], ["afford", "afford access to", "afford"], ["spread", "spread out or open from a closed or folded state", "spread"], ["spread out", "spread out or open from a closed or folded state", "spread out"]]}, {"answer": "opening", "hint": "synonyms for opening", "clues": [["unfold", "spread out or open from a closed or folded state", "unfold"], ["open", "become open", "open"], ["open up", "start to operate or function or cause to start operating or functioning", "open up"], ["give", "afford access to", "give"], ["afford", "afford access to", "afford"], ["spread", "spread out or open from a closed or folded state", "spread"], ["spread out", "spread out or open from a closed or folded state", "spread out"]]}, {"answer": "operating", "hint": "synonyms for operating", "clues": [["manoeuver", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "manoeuver"], ["operate", "keep engaged", "operate"], ["engage", "keep engaged", "engage"], ["function", "perform as expected when applied", "function"], ["go", "perform as expected when applied", "go"], ["run", "perform as expected when applied", "run"], ["work", "perform as expected when applied", "work"], ["lock", "keep engaged", "lock"], ["control", "handle and cause to function", "control"], ["mesh", "keep engaged", "mesh"], ["operate on", "perform surgery on", "operate on"]]}, {"answer": "opposed", "hint": "synonyms for opposed", "clues": [["defend", "fight against or resist strongly", "defend"], ["oppose", "contrast with equal weight or force", "oppose"], ["fight down", "fight against or resist strongly", "fight down"], ["play off", "set into opposition or rivalry", "play off"], ["fight back", "fight against or resist strongly", "fight back"], ["pit", "set into opposition or rivalry", "pit"], ["match", "set into opposition or rivalry", "match"], ["controvert", "be resistant to", "controvert"], ["react", "act against or in opposition to", "react"], ["contradict", "be resistant to", "contradict"], ["fight", "fight against or resist strongly", "fight"], ["counterbalance", "contrast with equal weight or force", "counterbalance"]]}, {"answer": "opposing", "hint": "synonyms for opposing", "clues": [["defend", "fight against or resist strongly", "defend"], ["oppose", "contrast with equal weight or force", "oppose"], ["fight down", "fight against or resist strongly", "fight down"], ["play off", "set into opposition or rivalry", "play off"], ["fight back", "fight against or resist strongly", "fight back"], ["pit", "set into opposition or rivalry", "pit"], ["match", "set into opposition or rivalry", "match"], ["controvert", "be resistant to", "controvert"], ["react", "act against or in opposition to", "react"], ["contradict", "be resistant to", "contradict"], ["fight", "fight against or resist strongly", "fight"], ["counterbalance", "contrast with equal weight or force", "counterbalance"]]}, {"answer": "oppressed", "hint": "synonyms for oppressed", "clues": [["crush", "come down on or keep down by unjust use of one's authority", "crush"], ["suppress", "come down on or keep down by unjust use of one's authority", "suppress"], ["oppress", "cause to suffer", "oppress"], ["persecute", "cause to suffer", "persecute"]]}, {"answer": "orchestrated", "hint": "synonyms for orchestrated", "clues": [["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["organise", "plan and direct (a complex undertaking)", "organise"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["direct", "plan and direct (a complex undertaking)", "direct"]]}, {"answer": "ordained", "hint": "synonyms for ordained", "clues": [["ordain", "appoint to a clerical posts", "ordain"], ["ordinate", "appoint to a clerical posts", "ordinate"], ["consecrate", "appoint to a clerical posts", "consecrate"], ["order", "appoint to a clerical posts", "order"], ["enact", "order by virtue of superior authority; decree", "enact"]]}, {"answer": "ordered", "hint": "synonyms for ordered", "clues": [["order", "bring order to or into", "order"], ["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["consecrate", "appoint to a clerical posts", "consecrate"], ["grade", "assign a rank or rating to", "grade"], ["prescribe", "issue commands or orders for", "prescribe"], ["place", "assign a rank or rating to", "place"], ["ordain", "appoint to a clerical posts", "ordain"], ["ordinate", "appoint to a clerical posts", "ordinate"], ["range", "assign a rank or rating to", "range"], ["put", "arrange thoughts, ideas, temporal events", "put"], ["rank", "assign a rank or rating to", "rank"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"], ["say", "give instructions to or direct somebody to do something with authority", "say"], ["rate", "assign a rank or rating to", "rate"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["arrange", "arrange thoughts, ideas, temporal events", "arrange"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["dictate", "issue commands or orders for", "dictate"]]}, {"answer": "organised", "hint": "synonyms for organised", "clues": [["organise", "create (as an entity)", "organise"], ["unionise", "form or join a union", "unionise"], ["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["get up", "arrange by systematic planning and united effort", "get up"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["direct", "plan and direct (a complex undertaking)", "direct"], ["form", "create (as an entity)", "form"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["devise", "arrange by systematic planning and united effort", "devise"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["coordinate", "bring order and organization to", "coordinate"]]}, {"answer": "organized", "hint": "synonyms for organized", "clues": [["organise", "create (as an entity)", "organise"], ["unionise", "form or join a union", "unionise"], ["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["get up", "arrange by systematic planning and united effort", "get up"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["direct", "plan and direct (a complex undertaking)", "direct"], ["form", "create (as an entity)", "form"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["devise", "arrange by systematic planning and united effort", "devise"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["coordinate", "bring order and organization to", "coordinate"]]}, {"answer": "oriented", "hint": "synonyms for oriented", "clues": [["orient", "cause to point", "orient"], ["tailor", "adjust to a specific need or market", "tailor"], ["point", "be oriented", "point"], ["orientate", "determine one's position with reference to another point", "orientate"]]}, {"answer": "orienting", "hint": "synonyms for orienting", "clues": [["orient", "cause to point", "orient"], ["tailor", "adjust to a specific need or market", "tailor"], ["point", "be oriented", "point"], ["orientate", "determine one's position with reference to another point", "orientate"]]}, {"answer": "oscillating", "hint": "synonyms for oscillating", "clues": [["oscillate", "be undecided about something; waver between conflicting positions or courses of action", "oscillate"], ["hover", "be undecided about something; waver between conflicting positions or courses of action", "hover"], ["vibrate", "be undecided about something; waver between conflicting positions or courses of action", "vibrate"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action", "vacillate"]]}, {"answer": "outfitted", "hint": "synonyms for outfitted", "clues": [["equip", "provide with (something) usually for a specific purpose", "equip"], ["fit", "provide with (something) usually for a specific purpose", "fit"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["fit out", "provide with (something) usually for a specific purpose", "fit out"]]}, {"answer": "outgoing", "hint": "synonyms for outgoing", "clues": [["outstrip", "be or do something to a greater degree", "outstrip"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["outgo", "be or do something to a greater degree", "outgo"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"], ["outdo", "be or do something to a greater degree", "outdo"], ["exceed", "be or do something to a greater degree", "exceed"]]}, {"answer": "outlined", "hint": "synonyms for outlined", "clues": [["outline", "trace the shape of", "outline"], ["sketch", "describe roughly or briefly or give the main points or summary of", "sketch"], ["limn", "trace the shape of", "limn"], ["draft", "draw up an outline or sketch for something", "draft"], ["adumbrate", "describe roughly or briefly or give the main points or summary of", "adumbrate"], ["delineate", "trace the shape of", "delineate"]]}, {"answer": "outraged", "hint": "synonyms for outraged", "clues": [["ravish", "force (someone) to have sex against their will", "ravish"], ["outrage", "strike with disgust or revulsion", "outrage"], ["assault", "force (someone) to have sex against their will", "assault"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["profane", "violate the sacred character of a place or language", "profane"], ["violate", "force (someone) to have sex against their will", "violate"], ["rape", "force (someone) to have sex against their will", "rape"], ["appal", "strike with disgust or revulsion", "appal"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["desecrate", "violate the sacred character of a place or language", "desecrate"]]}, {"answer": "overdressed", "hint": "synonyms for overdressed", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["overdress", "dress too warmly", "overdress"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"], ["overclothe", "dress too warmly", "overclothe"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"]]}, {"answer": "overflowing", "hint": "synonyms for overflowing", "clues": [["run over", "flow or run over (a limit or brim)", "run over"], ["overflow", "overflow with a certain feeling", "overflow"], ["bubble over", "overflow with a certain feeling", "bubble over"], ["spill over", "overflow with a certain feeling", "spill over"], ["brim over", "flow or run over (a limit or brim)", "brim over"], ["well over", "flow or run over (a limit or brim)", "well over"], ["overrun", "flow or run over (a limit or brim)", "overrun"]]}, {"answer": "overloaded", "hint": "synonyms for overloaded", "clues": [["surcharge", "place too much a load on", "surcharge"], ["overload", "place too much a load on", "overload"], ["overcharge", "place too much a load on", "overcharge"], ["clog", "fill to excess so that function is impaired", "clog"]]}, {"answer": "overlooked", "hint": "synonyms for overlooked", "clues": [["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["look across", "be oriented in a certain direction", "look across"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["command", "look down on", "command"], ["dominate", "look down on", "dominate"], ["pretermit", "leave undone or leave out", "pretermit"], ["look out over", "be oriented in a certain direction", "look out over"], ["look out on", "be oriented in a certain direction", "look out on"], ["overtop", "look down on", "overtop"], ["leave out", "leave undone or leave out", "leave out"], ["miss", "leave undone or leave out", "miss"]]}, {"answer": "overlooking", "hint": "synonyms for overlooking", "clues": [["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["look across", "be oriented in a certain direction", "look across"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["command", "look down on", "command"], ["dominate", "look down on", "dominate"], ["pretermit", "leave undone or leave out", "pretermit"], ["look out over", "be oriented in a certain direction", "look out over"], ["look out on", "be oriented in a certain direction", "look out on"], ["overtop", "look down on", "overtop"], ["leave out", "leave undone or leave out", "leave out"], ["miss", "leave undone or leave out", "miss"]]}, {"answer": "overpowering", "hint": "synonyms for overpowering", "clues": [["overmaster", "overcome by superior force", "overmaster"], ["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["overwhelm", "overcome, as with emotions or perceptual stimuli", "overwhelm"], ["overtake", "overcome, as with emotions or perceptual stimuli", "overtake"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["overpower", "overcome by superior force", "overpower"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"]]}, {"answer": "overreaching", "hint": "synonyms for overreaching", "clues": [["beat", "beat through cleverness and wit", "beat"], ["overreach", "fail by aiming too high or trying too hard", "overreach"], ["outwit", "beat through cleverness and wit", "outwit"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["outfox", "beat through cleverness and wit", "outfox"]]}, {"answer": "overriding", "hint": "synonyms for overriding", "clues": [["overrule", "rule against", "overrule"], ["reverse", "rule against", "reverse"], ["override", "rule against", "override"], ["overturn", "rule against", "overturn"], ["overthrow", "rule against", "overthrow"]]}, {"answer": "overstated", "hint": "synonyms for overstated", "clues": [["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["magnify", "to enlarge beyond bounds or the truth", "magnify"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "overturned", "hint": "synonyms for overturned", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["tump over", "turn from an upright or normal position", "tump over"], ["tip over", "cause to overturn from an upright or normal position", "tip over"], ["overrule", "rule against", "overrule"], ["reverse", "rule against", "reverse"], ["override", "rule against", "override"], ["countermand", "cancel officially", "countermand"], ["overthrow", "rule against", "overthrow"], ["overturn", "cause the downfall of; of rulers", "overturn"], ["turn over", "turn from an upright or normal position", "turn over"], ["rescind", "cancel officially", "rescind"], ["vacate", "cancel officially", "vacate"], ["subvert", "cause the downfall of; of rulers", "subvert"], ["revolutionize", "change radically", "revolutionize"], ["revoke", "cancel officially", "revoke"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["bring down", "cause the downfall of; of rulers", "bring down"], ["annul", "cancel officially", "annul"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["upset", "cause to overturn from an upright or normal position", "upset"]]}, {"answer": "overwhelming", "hint": "synonyms for overwhelming", "clues": [["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["overwhelm", "overcome, as with emotions or perceptual stimuli", "overwhelm"], ["overmaster", "overcome by superior force", "overmaster"], ["submerge", "cover completely or make imperceptible", "submerge"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["overtake", "overcome, as with emotions or perceptual stimuli", "overtake"], ["deluge", "charge someone with too many tasks", "deluge"], ["drown", "cover completely or make imperceptible", "drown"], ["overpower", "overcome by superior force", "overpower"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"], ["flood out", "charge someone with too many tasks", "flood out"]]}, {"answer": "packed", "hint": "synonyms for packed", "clues": [["pack", "load with a pack", "pack"], ["jam", "press tightly together or cram", "jam"], ["pile", "press tightly together or cram", "pile"], ["compact", "have the property of being packable or of compacting easily", "compact"], ["wad", "compress into a wad", "wad"], ["load down", "load with a pack", "load down"], ["mob", "press tightly together or cram", "mob"], ["bundle", "compress into a wad", "bundle"], ["carry", "have with oneself; have on one's person", "carry"], ["tamp", "press down tightly", "tamp"], ["backpack", "hike with a backpack", "backpack"], ["tamp down", "press down tightly", "tamp down"], ["throng", "press tightly together or cram", "throng"], ["take", "have with oneself; have on one's person", "take"]]}, {"answer": "padded", "hint": "synonyms for padded", "clues": [["aggrandize", "add details to", "aggrandize"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["fill out", "line or stuff with soft material", "fill out"], ["pad", "add padding to", "pad"], ["embellish", "add details to", "embellish"], ["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["lard", "add details to", "lard"], ["bolster", "add padding to", "bolster"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"], ["blow up", "add details to", "blow up"], ["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"]]}, {"answer": "paid", "hint": "synonyms for paid", "clues": [["make up", "do or give something to somebody in return", "make up"], ["pay", "dedicate", "pay"], ["ante up", "cancel or discharge a debt", "ante up"], ["yield", "bring in", "yield"], ["pay up", "cancel or discharge a debt", "pay up"], ["devote", "dedicate", "devote"], ["give", "dedicate", "give"], ["compensate", "do or give something to somebody in return", "compensate"], ["pay off", "do or give something to somebody in return", "pay off"], ["bear", "bring in", "bear"]]}, {"answer": "pained", "hint": "synonyms for pained", "clues": [["hurt", "cause emotional anguish or make miserable", "hurt"], ["trouble", "cause bodily suffering to and make sick or indisposed", "trouble"], ["pain", "cause emotional anguish or make miserable", "pain"], ["anguish", "cause emotional anguish or make miserable", "anguish"], ["ail", "cause bodily suffering to and make sick or indisposed", "ail"]]}, {"answer": "paired", "hint": "synonyms for paired", "clues": [["pair", "form a pair or pairs", "pair"], ["pair off", "form a pair or pairs", "pair off"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["twin", "bring two objects, ideas, or people together", "twin"], ["geminate", "occur in pairs", "geminate"], ["copulate", "engage in sexual intercourse", "copulate"], ["partner off", "form a pair or pairs", "partner off"]]}, {"answer": "palpitating", "hint": "synonyms for palpitating", "clues": [["palpitate", "cause to throb or beat rapidly", "palpitate"], ["flutter", "beat rapidly", "flutter"], ["quiver", "shake with fast, tremulous movements", "quiver"], ["quake", "shake with fast, tremulous movements", "quake"]]}, {"answer": "pampering", "hint": "synonyms for pampering", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "parented", "hint": "synonyms for parented", "clues": [["nurture", "bring up", "nurture"], ["raise", "bring up", "raise"], ["rear", "bring up", "rear"], ["parent", "bring up", "parent"], ["bring up", "bring up", "bring up"]]}, {"answer": "parted", "hint": "synonyms for parted", "clues": [["set off", "leave", "set off"], ["part", "discontinue an association or relation; go different ways", "part"], ["divide", "force, take, or pull apart", "divide"], ["disunite", "force, take, or pull apart", "disunite"], ["start out", "leave", "start out"], ["separate", "come apart", "separate"], ["depart", "leave", "depart"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["start", "leave", "start"], ["set forth", "leave", "set forth"], ["break", "discontinue an association or relation; go different ways", "break"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["set out", "leave", "set out"], ["take off", "leave", "take off"], ["split", "discontinue an association or relation; go different ways", "split"]]}, {"answer": "pass", "hint": "synonyms for pass", "clues": [["elapse", "pass by", "elapse"], ["come about", "come to pass", "come about"], ["pass along", "transmit information", "pass along"], ["pass on", "place into the hands or custody of", "pass on"], ["happen", "come to pass", "happen"], ["eliminate", "eliminate from the body", "eliminate"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["blow over", "disappear gradually", "blow over"], ["guide", "pass over, across, or through", "guide"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["go", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "go"], ["go by", "move past", "go by"], ["slip away", "pass by", "slip away"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["top", "be superior or better than some standard", "top"], ["overtake", "travel past", "overtake"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["fall", "be inherited by", "fall"], ["go along", "pass by", "go along"], ["devolve", "be inherited by", "devolve"], ["fade", "disappear gradually", "fade"], ["authorise", "grant authorization or clearance for", "authorise"], ["put across", "transmit information", "put across"], ["surpass", "move past", "surpass"], ["overhaul", "travel past", "overhaul"], ["go past", "be superior or better than some standard", "go past"], ["slide by", "pass by", "slide by"], ["take place", "come to pass", "take place"], ["fall out", "come to pass", "fall out"], ["return", "be inherited by", "return"], ["make pass", "cause to pass", "make pass"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["occur", "come to pass", "occur"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go through", "go across or through", "go through"], ["sink", "pass into a specified state or condition", "sink"], ["legislate", "make laws, bills, etc. or bring into effect by legislation", "legislate"], ["transcend", "be superior or better than some standard", "transcend"], ["pass off", "come to pass", "pass off"], ["clear", "go unchallenged; be approved", "clear"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["slip by", "pass by", "slip by"], ["spend", "pass time in a specific way", "spend"], ["fleet", "disappear gradually", "fleet"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["make it", "go successfully through a test or a selection process", "make it"], ["run", "pass over, across, or through", "run"], ["go on", "come to pass", "go on"], ["overstep", "be superior or better than some standard", "overstep"], ["travel by", "move past", "travel by"], ["give", "place into the hands or custody of", "give"], ["exceed", "be superior or better than some standard", "exceed"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["go across", "go across or through", "go across"], ["egest", "eliminate from the body", "egest"], ["pass by", "move past", "pass by"], ["reach", "place into the hands or custody of", "reach"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["excrete", "eliminate from the body", "excrete"], ["hap", "come to pass", "hap"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["communicate", "transmit information", "communicate"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["evanesce", "disappear gradually", "evanesce"], ["draw", "pass over, across, or through", "draw"]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["elapse", "pass by", "elapse"], ["come about", "come to pass", "come about"], ["pass along", "transmit information", "pass along"], ["pass on", "place into the hands or custody of", "pass on"], ["happen", "come to pass", "happen"], ["pass", "accept or judge as acceptable", "pass"], ["eliminate", "eliminate from the body", "eliminate"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["blow over", "disappear gradually", "blow over"], ["guide", "pass over, across, or through", "guide"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["go", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "go"], ["go by", "move past", "go by"], ["slip away", "pass by", "slip away"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["top", "be superior or better than some standard", "top"], ["overtake", "travel past", "overtake"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["fall", "be inherited by", "fall"], ["go along", "pass by", "go along"], ["devolve", "be inherited by", "devolve"], ["fade", "disappear gradually", "fade"], ["authorise", "grant authorization or clearance for", "authorise"], ["put across", "transmit information", "put across"], ["surpass", "move past", "surpass"], ["overhaul", "travel past", "overhaul"], ["go past", "be superior or better than some standard", "go past"], ["slide by", "pass by", "slide by"], ["take place", "come to pass", "take place"], ["fall out", "come to pass", "fall out"], ["return", "be inherited by", "return"], ["make pass", "cause to pass", "make pass"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["occur", "come to pass", "occur"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go through", "go across or through", "go through"], ["sink", "pass into a specified state or condition", "sink"], ["legislate", "make laws, bills, etc. or bring into effect by legislation", "legislate"], ["transcend", "be superior or better than some standard", "transcend"], ["pass off", "come to pass", "pass off"], ["clear", "go unchallenged; be approved", "clear"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["slip by", "pass by", "slip by"], ["spend", "pass time in a specific way", "spend"], ["fleet", "disappear gradually", "fleet"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["make it", "go successfully through a test or a selection process", "make it"], ["run", "pass over, across, or through", "run"], ["go on", "come to pass", "go on"], ["overstep", "be superior or better than some standard", "overstep"], ["travel by", "move past", "travel by"], ["give", "place into the hands or custody of", "give"], ["exceed", "be superior or better than some standard", "exceed"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["go across", "go across or through", "go across"], ["egest", "eliminate from the body", "egest"], ["pass by", "move past", "pass by"], ["reach", "place into the hands or custody of", "reach"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["excrete", "eliminate from the body", "excrete"], ["hap", "come to pass", "hap"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["communicate", "transmit information", "communicate"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["evanesce", "disappear gradually", "evanesce"], ["draw", "pass over, across, or through", "draw"]]}, {"answer": "patronised", "hint": "synonyms for patronised", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "assume sponsorship of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "assume sponsorship of", "sponsor"], ["condescend", "treat condescendingly", "condescend"], ["support", "be a regular customer or client of", "support"], ["patronage", "be a regular customer or client of", "patronage"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["keep going", "be a regular customer or client of", "keep going"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "patronising", "hint": "synonyms for patronising", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "assume sponsorship of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "assume sponsorship of", "sponsor"], ["condescend", "treat condescendingly", "condescend"], ["support", "be a regular customer or client of", "support"], ["patronage", "be a regular customer or client of", "patronage"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["keep going", "be a regular customer or client of", "keep going"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "patronized", "hint": "synonyms for patronized", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "assume sponsorship of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "assume sponsorship of", "sponsor"], ["condescend", "treat condescendingly", "condescend"], ["support", "be a regular customer or client of", "support"], ["patronage", "be a regular customer or client of", "patronage"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["keep going", "be a regular customer or client of", "keep going"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "patronizing", "hint": "synonyms for patronizing", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "assume sponsorship of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "assume sponsorship of", "sponsor"], ["condescend", "treat condescendingly", "condescend"], ["support", "be a regular customer or client of", "support"], ["patronage", "be a regular customer or client of", "patronage"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["keep going", "be a regular customer or client of", "keep going"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "paying", "hint": "synonyms for paying", "clues": [["make up", "do or give something to somebody in return", "make up"], ["pay", "dedicate", "pay"], ["ante up", "cancel or discharge a debt", "ante up"], ["yield", "bring in", "yield"], ["pay up", "cancel or discharge a debt", "pay up"], ["devote", "dedicate", "devote"], ["give", "dedicate", "give"], ["compensate", "do or give something to somebody in return", "compensate"], ["pay off", "do or give something to somebody in return", "pay off"], ["bear", "bring in", "bear"]]}, {"answer": "pedal", "hint": "synonyms for pedal", "clues": [["wheel", "ride a bicycle", "wheel"], ["bicycle", "ride a bicycle", "bicycle"], ["cycle", "ride a bicycle", "cycle"], ["bike", "ride a bicycle", "bike"]]}, {"answer": "peeled", "hint": "synonyms for peeled", "clues": [["uncase", "get undressed", "uncase"], ["flake off", "come off in flakes or thin small pieces", "flake off"], ["skin", "strip the skin off", "skin"], ["peel off", "come off in flakes or thin small pieces", "peel off"], ["peel", "get undressed", "peel"], ["pare", "strip the skin off", "pare"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["undress", "get undressed", "undress"], ["flake", "come off in flakes or thin small pieces", "flake"], ["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"]]}, {"answer": "penetrating", "hint": "synonyms for penetrating", "clues": [["get across", "become clear or enter one's consciousness or emotions", "get across"], ["penetrate", "spread or diffuse through", "penetrate"], ["infiltrate", "enter a group or organization in order to spy on the members", "infiltrate"], ["bottom", "come to understand", "bottom"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["imbue", "spread or diffuse through", "imbue"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["fathom", "come to understand", "fathom"], ["get through", "become clear or enter one's consciousness or emotions", "get through"], ["permeate", "spread or diffuse through", "permeate"], ["click", "become clear or enter one's consciousness or emotions", "click"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["pervade", "spread or diffuse through", "pervade"], ["diffuse", "spread or diffuse through", "diffuse"], ["perforate", "pass into or through, often by overcoming resistance", "perforate"], ["riddle", "spread or diffuse through", "riddle"], ["interpenetrate", "spread or diffuse through", "interpenetrate"]]}, {"answer": "pent", "hint": "synonyms for pent", "clues": [["indite", "produce a literary work", "indite"], ["compose", "produce a literary work", "compose"], ["write", "produce a literary work", "write"], ["pen", "produce a literary work", "pen"]]}, {"answer": "permeating", "hint": "synonyms for permeating", "clues": [["permeate", "spread or diffuse through", "permeate"], ["filter", "pass through", "filter"], ["penetrate", "spread or diffuse through", "penetrate"], ["sink in", "pass through", "sink in"], ["interpenetrate", "penetrate mutually or be interlocked", "interpenetrate"], ["pervade", "spread or diffuse through", "pervade"], ["diffuse", "spread or diffuse through", "diffuse"], ["imbue", "spread or diffuse through", "imbue"], ["riddle", "spread or diffuse through", "riddle"], ["percolate", "pass through", "percolate"]]}, {"answer": "perplexed", "hint": "synonyms for perplexed", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["perplex", "make more complicated", "perplex"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["complicate", "make more complicated", "complicate"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "perplexing", "hint": "synonyms for perplexing", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["perplex", "make more complicated", "perplex"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["complicate", "make more complicated", "complicate"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "persevering", "hint": "synonyms for persevering", "clues": [["hang on", "be persistent, refuse to stop", "hang on"], ["hold on", "be persistent, refuse to stop", "hold on"], ["persist", "be persistent, refuse to stop", "persist"], ["persevere", "be persistent, refuse to stop", "persevere"]]}, {"answer": "persisting", "hint": "synonyms for persisting", "clues": [["prevail", "continue to exist", "prevail"], ["hang in", "be persistent, refuse to stop", "hang in"], ["stay", "stay behind", "stay"], ["run", "continue to exist", "run"], ["die hard", "continue to exist", "die hard"], ["hold on", "be persistent, refuse to stop", "hold on"], ["remain", "stay behind", "remain"], ["persevere", "be persistent, refuse to stop", "persevere"], ["endure", "continue to exist", "endure"], ["persist", "be persistent, refuse to stop", "persist"]]}, {"answer": "perturbed", "hint": "synonyms for perturbed", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "throw into great confusion or disorder", "perturb"], ["throw out of kilter", "throw into great confusion or disorder", "throw out of kilter"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"], ["derange", "throw into great confusion or disorder", "derange"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"]]}, {"answer": "perturbing", "hint": "synonyms for perturbing", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "throw into great confusion or disorder", "perturb"], ["throw out of kilter", "throw into great confusion or disorder", "throw out of kilter"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"], ["derange", "throw into great confusion or disorder", "derange"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"]]}, {"answer": "perverted", "hint": "synonyms for perverted", "clues": [["abuse", "change the inherent purpose or function of something", "abuse"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["pervert", "change the inherent purpose or function of something", "pervert"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["misuse", "change the inherent purpose or function of something", "misuse"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "pestered", "hint": "synonyms for pestered", "clues": [["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["beleaguer", "annoy persistently", "beleaguer"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"]]}, {"answer": "pestering", "hint": "synonyms for pestering", "clues": [["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["beleaguer", "annoy persistently", "beleaguer"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"]]}, {"answer": "petrifying", "hint": "synonyms for petrifying", "clues": [["petrify", "make rigid and set into a conventional pattern", "petrify"], ["rigidify", "make rigid and set into a conventional pattern", "rigidify"], ["lapidify", "change into stone", "lapidify"], ["ossify", "make rigid and set into a conventional pattern", "ossify"]]}, {"answer": "pictured", "hint": "synonyms for pictured", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["show", "show in, or as in, a picture", "show"], ["render", "show in, or as in, a picture", "render"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["depict", "show in, or as in, a picture", "depict"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "piddling", "hint": "synonyms for piddling", "clues": [["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["trifle", "waste time; spend one's time idly or inefficiently", "trifle"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["wanton", "waste time; spend one's time idly or inefficiently", "wanton"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["piddle away", "waste time; spend one's time idly or inefficiently", "piddle away"], ["piss", "eliminate urine", "piss"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["piddle", "waste time; spend one's time idly or inefficiently", "piddle"], ["wanton away", "waste time; spend one's time idly or inefficiently", "wanton away"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"]]}, {"answer": "piffling", "hint": "synonyms for piffling", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "act in a trivial or ineffective way", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "pillaged", "hint": "synonyms for pillaged", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "pinched", "hint": "synonyms for pinched", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["pinch", "irritate as if by a nip, pinch, or tear", "pinch"], ["hook", "make off with belongings of others", "hook"], ["top", "cut the top off", "top"], ["twitch", "squeeze tightly between the fingers", "twitch"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["twinge", "squeeze tightly between the fingers", "twinge"], ["abstract", "make off with belongings of others", "abstract"], ["tweet", "squeeze tightly between the fingers", "tweet"], ["vellicate", "irritate as if by a nip, pinch, or tear", "vellicate"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["lift", "make off with belongings of others", "lift"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["crimp", "make ridges into by pinching together", "crimp"], ["swipe", "make off with belongings of others", "swipe"], ["nip", "squeeze tightly between the fingers", "nip"]]}, {"answer": "pink", "hint": "synonyms for pink", "clues": [["ping", "sound like a car engine that is firing too early", "ping"], ["knock", "make light, repeated taps on a surface", "knock"], ["tap", "make light, repeated taps on a surface", "tap"], ["rap", "make light, repeated taps on a surface", "rap"]]}, {"answer": "pissed", "hint": "synonyms for pissed", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "pitched", "hint": "synonyms for pitched", "clues": [["tilt", "heel over", "tilt"], ["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["flip", "throw or toss with a light motion", "flip"], ["lurch", "move abruptly", "lurch"], ["deliver", "throw or hurl from the mound to the batter, as in baseball", "deliver"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["shift", "move abruptly", "shift"], ["slope", "be at an angle", "slope"], ["set up", "erect and fasten", "set up"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"], ["cant", "heel over", "cant"], ["gear", "set the level or character of", "gear"], ["toss", "throw or toss with a light motion", "toss"], ["incline", "be at an angle", "incline"], ["monger", "sell or offer for sale from place to place", "monger"], ["slant", "heel over", "slant"], ["cant over", "heel over", "cant over"], ["sky", "throw or toss with a light motion", "sky"]]}, {"answer": "pitted", "hint": "synonyms for pitted", "clues": [["stone", "remove the pits from", "stone"], ["mark", "mark with a scar", "mark"], ["oppose", "set into opposition or rivalry", "oppose"], ["pit", "remove the pits from", "pit"], ["play off", "set into opposition or rivalry", "play off"], ["match", "set into opposition or rivalry", "match"], ["pock", "mark with a scar", "pock"], ["scar", "mark with a scar", "scar"]]}, {"answer": "placating", "hint": "synonyms for placating", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "placed", "hint": "synonyms for placed", "clues": [["come out", "take a place in a competition; often followed by an ordinal", "come out"], ["station", "assign to a station", "station"], ["place", "finish second or better in a horse or dog race", "place"], ["position", "put into a certain place or abstract location", "position"], ["put", "put into a certain place or abstract location", "put"], ["grade", "assign a rank or rating to", "grade"], ["set", "locate", "set"], ["pose", "put into a certain place or abstract location", "pose"], ["localise", "identify the location or place of", "localise"], ["point", "intend (something) to move towards a certain goal", "point"], ["commit", "make an investment", "commit"], ["order", "assign a rank or rating to", "order"], ["come in", "take a place in a competition; often followed by an ordinal", "come in"], ["lay", "put into a certain place or abstract location", "lay"], ["post", "assign to a station", "post"], ["range", "assign a rank or rating to", "range"], ["rank", "assign a rank or rating to", "rank"], ["target", "intend (something) to move towards a certain goal", "target"], ["rate", "assign a rank or rating to", "rate"], ["identify", "recognize as being; establish the identity of someone or something", "identify"], ["site", "assign a location to", "site"], ["locate", "assign a location to", "locate"], ["invest", "make an investment", "invest"], ["direct", "intend (something) to move towards a certain goal", "direct"], ["aim", "intend (something) to move towards a certain goal", "aim"], ["send", "assign to a station", "send"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["kick", "express complaints, discontent, displeasure, or unhappiness", "kick"], ["quetch", "express complaints, discontent, displeasure, or unhappiness", "quetch"], ["complain", "express complaints, discontent, displeasure, or unhappiness", "complain"], ["sound off", "express complaints, discontent, displeasure, or unhappiness", "sound off"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness", "kvetch"]]}, {"answer": "planned", "hint": "synonyms for planned", "clues": [["design", "make a design of; plan out in systematic, often graphic form", "design"], ["plan", "make or work out a plan for; devise", "plan"], ["project", "make or work out a plan for; devise", "project"], ["be after", "have the will and intention to carry out some action", "be after"], ["contrive", "make or work out a plan for; devise", "contrive"]]}, {"answer": "planted", "hint": "synonyms for planted", "clues": [["plant", "put or set (seeds, seedlings, or plants) into the ground", "plant"], ["implant", "fix or set securely or deeply", "implant"], ["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["set", "put or set (seeds, seedlings, or plants) into the ground", "set"], ["found", "set up or lay the groundwork for", "found"], ["engraft", "fix or set securely or deeply", "engraft"], ["imbed", "fix or set securely or deeply", "imbed"], ["embed", "fix or set securely or deeply", "embed"], ["constitute", "set up or lay the groundwork for", "constitute"]]}, {"answer": "plastered", "hint": "synonyms for plastered", "clues": [["poultice", "dress by covering with a therapeutic substance", "poultice"], ["plaster", "affix conspicuously", "plaster"], ["daub", "coat with plaster", "daub"], ["stick on", "apply a heavy coat to", "stick on"], ["plaster over", "apply a heavy coat to", "plaster over"]]}, {"answer": "played", "hint": "synonyms for played", "clues": [["play", "pretend to be somebody in the framework of a game or playful activity", "play"], ["toy", "behave carelessly or indifferently", "toy"], ["work", "cause to happen or to occur as a consequence", "work"], ["bet", "stake on the outcome of an issue", "bet"], ["act", "perform on a stage or theater", "act"], ["wager", "stake on the outcome of an issue", "wager"], ["run", "cause to emit recorded audio or video", "run"], ["spiel", "replay (as a melody)", "spiel"], ["encounter", "contend against an opponent in a sport, game, or battle", "encounter"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["meet", "contend against an opponent in a sport, game, or battle", "meet"], ["roleplay", "perform on a stage or theater", "roleplay"], ["playact", "perform on a stage or theater", "playact"], ["recreate", "engage in recreational activities rather than work; occupy oneself in a diversion", "recreate"], ["dally", "behave carelessly or indifferently", "dally"], ["act as", "pretend to have certain qualities or state of mind", "act as"], ["trifle", "consider not very seriously", "trifle"], ["flirt", "behave carelessly or indifferently", "flirt"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["fiddle", "manipulate manually or in one's mind or imagination", "fiddle"], ["diddle", "manipulate manually or in one's mind or imagination", "diddle"], ["represent", "play a role or part", "represent"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["take on", "contend against an opponent in a sport, game, or battle", "take on"]]}, {"answer": "pledged", "hint": "synonyms for pledged", "clues": [["pledge", "promise solemnly and formally", "pledge"], ["plight", "promise solemnly and formally", "plight"], ["salute", "propose a toast to", "salute"], ["drink", "propose a toast to", "drink"], ["subscribe", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals", "subscribe"], ["toast", "propose a toast to", "toast"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "plodding", "hint": "synonyms for plodding", "clues": [["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["pad", "walk heavily and firmly, as when weary, or through mud", "pad"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"]]}, {"answer": "plowed", "hint": "synonyms for plowed", "clues": [["address", "act on verbally or in some form of artistic expression", "address"], ["plough", "to break and turn over earth especially with a plow", "plough"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["turn", "to break and turn over earth especially with a plow", "turn"]]}, {"answer": "plucked", "hint": "synonyms for plucked", "clues": [["pull", "strip of feathers", "pull"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity", "pluck"], ["plunk", "pull lightly but sharply with a plucking motion", "plunk"], ["cull", "look for and gather", "cull"], ["rob", "rip off; ask an unreasonable price", "rob"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["tear", "strip of feathers", "tear"], ["pick off", "pull or pull out sharply", "pick off"], ["pick", "pull lightly but sharply with a plucking motion", "pick"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity", "hustle"], ["displume", "strip of feathers", "displume"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["deplumate", "strip of feathers", "deplumate"], ["tweak", "pull or pull out sharply", "tweak"], ["pull off", "pull or pull out sharply", "pull off"], ["plume", "rip off; ask an unreasonable price", "plume"], ["roll", "sell something to or obtain something from by energetic and especially underhanded activity", "roll"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "plugged", "hint": "synonyms for plugged", "clues": [["stop up", "fill or close tightly with or as if with a plug", "stop up"], ["plug", "fill or close tightly with or as if with a plug", "plug"], ["secure", "fill or close tightly with or as if with a plug", "secure"], ["plug away", "persist in working hard", "plug away"], ["punch", "deliver a quick blow to", "punch"]]}, {"answer": "plumed", "hint": "synonyms for plumed", "clues": [["plume", "dress or groom with elaborate care", "plume"], ["dress", "dress or groom with elaborate care", "dress"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["primp", "dress or groom with elaborate care", "primp"], ["rob", "rip off; ask an unreasonable price", "rob"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["preen", "dress or groom with elaborate care", "preen"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["pride", "be proud of", "pride"], ["congratulate", "be proud of", "congratulate"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "plump", "hint": "synonyms for plump", "clues": [["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["go", "give support (to) or make a choice (of) one out of a group or number", "go"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["fill out", "make fat or plump", "fill out"], ["fat", "make fat or plump", "fat"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"], ["fatten", "make fat or plump", "fatten"], ["plummet", "drop sharply", "plummet"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["plump out", "make fat or plump", "plump out"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "plumping", "hint": "synonyms for plumping", "clues": [["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["go", "give support (to) or make a choice (of) one out of a group or number", "go"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["fill out", "make fat or plump", "fill out"], ["plummet", "drop sharply", "plummet"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["fatten", "make fat or plump", "fatten"], ["plump out", "make fat or plump", "plump out"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"], ["fatten out", "make fat or plump", "fatten out"], ["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["fat", "make fat or plump", "fat"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"]]}, {"answer": "plundered", "hint": "synonyms for plundered", "clues": [["loot", "steal goods; take as spoils", "loot"], ["violate", "destroy and strip of its possession", "violate"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["rape", "destroy and strip of its possession", "rape"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["spoil", "destroy and strip of its possession", "spoil"], ["pillage", "steal goods; take as spoils", "pillage"], ["sack", "plunder (a town) after capture", "sack"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "plundering", "hint": "synonyms for plundering", "clues": [["loot", "steal goods; take as spoils", "loot"], ["violate", "destroy and strip of its possession", "violate"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["rape", "destroy and strip of its possession", "rape"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["spoil", "destroy and strip of its possession", "spoil"], ["pillage", "steal goods; take as spoils", "pillage"], ["sack", "plunder (a town) after capture", "sack"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "pocked", "hint": "synonyms for pocked", "clues": [["pock", "mark with a scar", "pock"], ["mark", "mark with a scar", "mark"], ["pit", "mark with a scar", "pit"], ["scar", "mark with a scar", "scar"]]}, {"answer": "pointed", "hint": "synonyms for pointed", "clues": [["taper", "give a point to", "taper"], ["point", "be oriented", "point"], ["bespeak", "be a signal for or a symptom of", "bespeak"], ["place", "intend (something) to move towards a certain goal", "place"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["level", "direct into a position for use", "level"], ["head", "direct the course; determine the direction of travelling", "head"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively", "indicate"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["betoken", "be a signal for or a symptom of", "betoken"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["signal", "be a signal for or a symptom of", "signal"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["orient", "be oriented", "orient"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["charge", "direct into a position for use", "charge"], ["luff", "sail close to the wind", "luff"], ["target", "intend (something) to move towards a certain goal", "target"], ["repoint", "repair the joints of bricks", "repoint"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["sharpen", "give a point to", "sharpen"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively", "show"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively", "designate"], ["aim", "intend (something) to move towards a certain goal", "aim"]]}, {"answer": "polish", "hint": "synonyms for polish", "clues": [["down", "improve or perfect by pruning or polishing", "down"], ["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["smooth", "make (a surface) shine", "smooth"], ["refine", "improve or perfect by pruning or polishing", "refine"], ["round", "bring to a highly developed, finished, or refined state", "round"], ["shine", "make (a surface) shine", "shine"], ["round off", "bring to a highly developed, finished, or refined state", "round off"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"]]}, {"answer": "polished", "hint": "synonyms for polished", "clues": [["down", "improve or perfect by pruning or polishing", "down"], ["polish", "improve or perfect by pruning or polishing", "polish"], ["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["smooth", "make (a surface) shine", "smooth"], ["refine", "improve or perfect by pruning or polishing", "refine"], ["round", "bring to a highly developed, finished, or refined state", "round"], ["shine", "make (a surface) shine", "shine"], ["round off", "bring to a highly developed, finished, or refined state", "round off"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"]]}, {"answer": "pondering", "hint": "synonyms for pondering", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "pop", "hint": "synonyms for pop", "clues": [["belt down", "drink down entirely", "belt down"], ["toss off", "drink down entirely", "toss off"], ["kill", "drink down entirely", "kill"], ["start", "bulge outward", "start"], ["down", "drink down entirely", "down"], ["drink down", "drink down entirely", "drink down"], ["bulge out", "bulge outward", "bulge out"], ["protrude", "bulge outward", "protrude"], ["crop up", "appear suddenly or unexpectedly", "crop up"], ["come out", "bulge outward", "come out"], ["bulge", "bulge outward", "bulge"], ["pop up", "appear suddenly or unexpectedly", "pop up"], ["pop out", "bulge outward", "pop out"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "populated", "hint": "synonyms for populated", "clues": [["live", "inhabit or live in; be an inhabitant of", "live"], ["populate", "fill with inhabitants", "populate"], ["inhabit", "inhabit or live in; be an inhabitant of", "inhabit"], ["dwell", "inhabit or live in; be an inhabitant of", "dwell"]]}, {"answer": "portrayed", "hint": "synonyms for portrayed", "clues": [["present", "represent abstractly, for example in a painting, drawing, or sculpture", "present"], ["portray", "portray in words", "portray"], ["impersonate", "assume or act the character of", "impersonate"], ["depict", "make a portrait of", "depict"], ["limn", "make a portrait of", "limn"]]}, {"answer": "posed", "hint": "synonyms for posed", "clues": [["position", "put into a certain place or abstract location", "position"], ["present", "introduce", "present"], ["put", "put into a certain place or abstract location", "put"], ["mystify", "be a mystery or bewildering to", "mystify"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["personate", "pretend to be someone you are not; sometimes with fraudulent intentions", "personate"], ["pose", "introduce", "pose"], ["flummox", "be a mystery or bewildering to", "flummox"], ["model", "assume a posture as for artistic purposes", "model"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["amaze", "be a mystery or bewildering to", "amaze"], ["lay", "put into a certain place or abstract location", "lay"], ["sit", "assume a posture as for artistic purposes", "sit"], ["baffle", "be a mystery or bewildering to", "baffle"], ["place", "put into a certain place or abstract location", "place"], ["beat", "be a mystery or bewildering to", "beat"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["posture", "assume a posture as for artistic purposes", "posture"], ["get", "be a mystery or bewildering to", "get"], ["perplex", "be a mystery or bewildering to", "perplex"], ["set", "put into a certain place or abstract location", "set"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "positioning", "hint": "synonyms for positioning", "clues": [["pose", "put into a certain place or abstract location", "pose"], ["position", "put into a certain place or abstract location", "position"], ["lay", "put into a certain place or abstract location", "lay"], ["set", "put into a certain place or abstract location", "set"], ["place", "put into a certain place or abstract location", "place"], ["put", "put into a certain place or abstract location", "put"]]}, {"answer": "posted", "hint": "synonyms for posted", "clues": [["station", "assign to a station", "station"], ["send", "cause to be directed or transmitted to another place", "send"], ["post", "place so as to be noticed", "post"], ["brand", "mark or expose as infamous", "brand"], ["mail", "cause to be directed or transmitted to another place", "mail"], ["place", "assign to a station", "place"], ["stake", "mark with a stake", "stake"], ["put up", "place so as to be noticed", "put up"], ["carry", "transfer (entries) from one account book to another", "carry"]]}, {"answer": "pouring", "hint": "synonyms for pouring", "clues": [["swarm", "move in large numbers", "swarm"], ["rain buckets", "rain heavily", "rain buckets"], ["pour out", "pour out", "pour out"], ["pour", "flow in a spurt", "pour"], ["pullulate", "move in large numbers", "pullulate"], ["pelt", "rain heavily", "pelt"], ["stream", "rain heavily", "stream"], ["rain cats and dogs", "rain heavily", "rain cats and dogs"], ["decant", "pour out", "decant"], ["teem", "move in large numbers", "teem"]]}, {"answer": "practiced", "hint": "synonyms for practiced", "clues": [["practice", "carry out or practice; as of jobs and professions", "practice"], ["drill", "learn by repetition", "drill"], ["commit", "engage in or perform", "commit"], ["apply", "avail oneself to", "apply"], ["exercise", "learn by repetition", "exercise"], ["rehearse", "engage in a rehearsal (of)", "rehearse"], ["use", "avail oneself to", "use"], ["do", "carry out or practice; as of jobs and professions", "do"]]}, {"answer": "practised", "hint": "synonyms for practised", "clues": [["practice", "carry out or practice; as of jobs and professions", "practice"], ["drill", "learn by repetition", "drill"], ["exercise", "learn by repetition", "exercise"], ["rehearse", "engage in a rehearsal (of)", "rehearse"], ["do", "carry out or practice; as of jobs and professions", "do"]]}, {"answer": "preceding", "hint": "synonyms for preceding", "clues": [["precede", "be earlier in time; go back further", "precede"], ["forgo", "be earlier in time; go back further", "forgo"], ["come before", "be the predecessor of", "come before"], ["predate", "come before", "predate"], ["lead", "move ahead (of others) in time or space", "lead"], ["preface", "furnish with a preface or introduction", "preface"], ["introduce", "furnish with a preface or introduction", "introduce"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"], ["premise", "furnish with a preface or introduction", "premise"]]}, {"answer": "predominate", "hint": "synonyms for predominate", "clues": [["tower", "appear very large or occupy a commanding position", "tower"], ["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["hulk", "appear very large or occupy a commanding position", "hulk"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["loom", "appear very large or occupy a commanding position", "loom"], ["rule", "be larger in number, quantity, power, status or importance", "rule"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"]]}, {"answer": "preferred", "hint": "synonyms for preferred", "clues": [["prefer", "like better; value more highly", "prefer"], ["choose", "select as an alternative over another", "choose"], ["favor", "promote over another", "favor"], ["opt", "select as an alternative over another", "opt"]]}, {"answer": "prepared", "hint": "synonyms for prepared", "clues": [["prepare", "lead up to and soften by sounding the dissonant note in it as a consonant note in the preceding chord", "prepare"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "fix"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["educate", "create by training and teaching", "educate"], ["get up", "arrange by systematic planning and united effort", "get up"], ["groom", "educate for a future role or function", "groom"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["make", "prepare for eating by applying heat", "make"], ["train", "create by training and teaching", "train"], ["organise", "arrange by systematic planning and united effort", "organise"], ["cook", "prepare for eating by applying heat", "cook"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["devise", "arrange by systematic planning and united effort", "devise"], ["develop", "create by training and teaching", "develop"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "preponderating", "hint": "synonyms for preponderating", "clues": [["preponderate", "weigh more heavily", "preponderate"], ["outweigh", "weigh more heavily", "outweigh"], ["outbalance", "weigh more heavily", "outbalance"], ["overbalance", "weigh more heavily", "overbalance"]]}, {"answer": "present", "hint": "synonyms for present", "clues": [["exhibit", "give an exhibition of to an interested audience", "exhibit"], ["confront", "present somebody with something, usually to accuse or criticize", "confront"], ["give", "give as a present; make a gift of", "give"], ["stage", "perform (a play), especially on a stage", "stage"], ["represent", "bring forward and present to the mind", "represent"], ["lay out", "bring forward and present to the mind", "lay out"], ["submit", "hand over formally", "submit"], ["gift", "give as a present; make a gift of", "gift"], ["deliver", "deliver (a speech, oration, or idea)", "deliver"], ["award", "give, especially as an honor or reward", "award"], ["introduce", "cause to come to know personally", "introduce"], ["salute", "recognize with a gesture prescribed by a military regulation; assume a prescribed position", "salute"], ["pose", "introduce", "pose"], ["demo", "give an exhibition of to an interested audience", "demo"], ["demonstrate", "give an exhibition of to an interested audience", "demonstrate"], ["portray", "represent abstractly, for example in a painting, drawing, or sculpture", "portray"], ["show", "give an exhibition of to an interested audience", "show"], ["acquaint", "cause to come to know personally", "acquaint"], ["face", "present somebody with something, usually to accuse or criticize", "face"]]}, {"answer": "preserved", "hint": "synonyms for preserved", "clues": [["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"], ["keep", "prevent (food) from rotting", "keep"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["save", "to keep up and reserve for personal or special use", "save"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last", "carry on"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction", "conserve"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction", "maintain"], ["continue", "keep or maintain in unaltered condition; cause to remain or last", "continue"]]}, {"answer": "pressed", "hint": "synonyms for pressed", "clues": [["bid", "ask for or request earnestly", "bid"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["weight-lift", "lift weights", "weight-lift"], ["entreat", "ask for or request earnestly", "entreat"], ["conjure", "ask for or request earnestly", "conjure"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["beseech", "ask for or request earnestly", "beseech"], ["adjure", "ask for or request earnestly", "adjure"], ["compress", "squeeze or press together", "compress"], ["weigh", "to be oppressive or burdensome; ,", "weigh"], ["push", "make strenuous pushing movements during birth to expel the baby", "push"], ["contract", "squeeze or press together", "contract"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["constrict", "squeeze or press together", "constrict"], ["compact", "squeeze or press together", "compact"], ["iron", "press and smooth with a heated iron", "iron"], ["urge", "force or impel in an indicated direction", "urge"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["squeeze", "squeeze or press together", "squeeze"], ["iron out", "press and smooth with a heated iron", "iron out"], ["urge on", "force or impel in an indicated direction", "urge on"], ["press out", "press from a plastic", "press out"], ["exhort", "force or impel in an indicated direction", "exhort"]]}, {"answer": "pressing", "hint": "synonyms for pressing", "clues": [["bid", "ask for or request earnestly", "bid"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["weight-lift", "lift weights", "weight-lift"], ["entreat", "ask for or request earnestly", "entreat"], ["conjure", "ask for or request earnestly", "conjure"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["beseech", "ask for or request earnestly", "beseech"], ["adjure", "ask for or request earnestly", "adjure"], ["compress", "squeeze or press together", "compress"], ["weigh", "to be oppressive or burdensome; ,", "weigh"], ["push", "make strenuous pushing movements during birth to expel the baby", "push"], ["contract", "squeeze or press together", "contract"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["constrict", "squeeze or press together", "constrict"], ["compact", "squeeze or press together", "compact"], ["iron", "press and smooth with a heated iron", "iron"], ["urge", "force or impel in an indicated direction", "urge"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["squeeze", "squeeze or press together", "squeeze"], ["iron out", "press and smooth with a heated iron", "iron out"], ["urge on", "force or impel in an indicated direction", "urge on"], ["press out", "press from a plastic", "press out"], ["exhort", "force or impel in an indicated direction", "exhort"]]}, {"answer": "pretend", "hint": "synonyms for pretend", "clues": [["make believe", "represent fictitiously, as in a play, or pretend to be or act like", "make believe"], ["hazard", "put forward, of a guess, in spite of possible refutation", "hazard"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["feign", "make believe with the intent to deceive", "feign"], ["make", "represent fictitiously, as in a play, or pretend to be or act like", "make"], ["sham", "make believe with the intent to deceive", "sham"], ["venture", "put forward, of a guess, in spite of possible refutation", "venture"], ["guess", "put forward, of a guess, in spite of possible refutation", "guess"], ["profess", "state insincerely", "profess"], ["act", "behave unnaturally or affectedly", "act"], ["affect", "make believe with the intent to deceive", "affect"]]}, {"answer": "pretended", "hint": "synonyms for pretended", "clues": [["make believe", "represent fictitiously, as in a play, or pretend to be or act like", "make believe"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like", "pretend"], ["hazard", "put forward, of a guess, in spite of possible refutation", "hazard"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["feign", "make believe with the intent to deceive", "feign"], ["sham", "make believe with the intent to deceive", "sham"], ["make", "represent fictitiously, as in a play, or pretend to be or act like", "make"], ["venture", "put forward, of a guess, in spite of possible refutation", "venture"], ["guess", "put forward, of a guess, in spite of possible refutation", "guess"], ["profess", "state insincerely", "profess"], ["act", "behave unnaturally or affectedly", "act"], ["affect", "make believe with the intent to deceive", "affect"]]}, {"answer": "prevailing", "hint": "synonyms for prevailing", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["prevail", "continue to exist", "prevail"], ["run", "continue to exist", "run"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["obtain", "be valid, applicable, or true", "obtain"], ["die hard", "continue to exist", "die hard"], ["endure", "continue to exist", "endure"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["hold", "be valid, applicable, or true", "hold"], ["triumph", "prove superior", "triumph"], ["rule", "be larger in number, quantity, power, status or importance", "rule"], ["persist", "continue to exist", "persist"]]}, {"answer": "primed", "hint": "synonyms for primed", "clues": [["prim", "contract one's lips", "prim"], ["prim up", "dress primly", "prim up"], ["prim out", "dress primly", "prim out"], ["ground", "cover with a primer; apply a primer to", "ground"], ["undercoat", "cover with a primer; apply a primer to", "undercoat"]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["value", "hold dear", "value"], ["appreciate", "hold dear", "appreciate"], ["esteem", "regard highly; think much of", "esteem"], ["respect", "regard highly; think much of", "respect"], ["treasure", "hold dear", "treasure"], ["jimmy", "to move or force, especially in an effort to get something open; :", "jimmy"], ["prise", "to move or force, especially in an effort to get something open; :", "prise"], ["pry", "to move or force, especially in an effort to get something open; :", "pry"], ["lever", "to move or force, especially in an effort to get something open; :", "lever"]]}, {"answer": "probing", "hint": "synonyms for probing", "clues": [["examine", "question or examine thoroughly and closely", "examine"], ["poke into", "examine physically with or as if with a probe", "poke into"], ["probe", "examine physically with or as if with a probe", "probe"], ["dig into", "examine physically with or as if with a probe", "dig into"]]}, {"answer": "processed", "hint": "synonyms for processed", "clues": [["march", "march in a procession", "march"], ["process", "march in a procession", "process"], ["litigate", "institute legal proceedings against; file a suit against", "litigate"], ["work", "shape, form, or improve a material", "work"], ["sue", "institute legal proceedings against; file a suit against", "sue"], ["serve", "deliver a warrant or summons to someone", "serve"], ["swear out", "deliver a warrant or summons to someone", "swear out"], ["action", "institute legal proceedings against; file a suit against", "action"], ["treat", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition", "treat"], ["work on", "shape, form, or improve a material", "work on"]]}, {"answer": "proclaimed", "hint": "synonyms for proclaimed", "clues": [["exalt", "praise, glorify, or honor", "exalt"], ["laud", "praise, glorify, or honor", "laud"], ["proclaim", "declare formally; declare someone to be something; of titles", "proclaim"], ["extol", "praise, glorify, or honor", "extol"], ["exclaim", "state or announce", "exclaim"], ["predicate", "affirm or declare as an attribute or quality of", "predicate"], ["glorify", "praise, glorify, or honor", "glorify"], ["promulgate", "state or announce", "promulgate"]]}, {"answer": "profane", "hint": "synonyms for profane", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["violate", "violate the sacred character of a place or language", "violate"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"], ["desecrate", "violate the sacred character of a place or language", "desecrate"], ["outrage", "violate the sacred character of a place or language", "outrage"]]}, {"answer": "profaned", "hint": "synonyms for profaned", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["profane", "violate the sacred character of a place or language", "profane"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["violate", "violate the sacred character of a place or language", "violate"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"], ["desecrate", "violate the sacred character of a place or language", "desecrate"], ["outrage", "violate the sacred character of a place or language", "outrage"]]}, {"answer": "professed", "hint": "synonyms for professed", "clues": [["profess", "take vows, as in religious order", "profess"], ["confess", "admit (to a wrongdoing)", "confess"], ["pretend", "state insincerely", "pretend"], ["concede", "admit (to a wrongdoing)", "concede"]]}, {"answer": "prohibited", "hint": "synonyms for prohibited", "clues": [["disallow", "command against", "disallow"], ["proscribe", "command against", "proscribe"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"], ["veto", "command against", "veto"], ["forbid", "command against", "forbid"], ["interdict", "command against", "interdict"]]}, {"answer": "projected", "hint": "synonyms for projected", "clues": [["project", "communicate vividly", "project"], ["cast", "put or send forth", "cast"], ["send off", "throw, send, or cast forward", "send off"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["jut out", "extend out or project in space", "jut out"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["throw", "put or send forth", "throw"], ["externalise", "regard as objective", "externalise"], ["see", "imagine; conceive of; see in one's mind", "see"], ["protrude", "extend out or project in space", "protrude"], ["plan", "make or work out a plan for; devise", "plan"], ["contrive", "make or work out a plan for; devise", "contrive"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["stick out", "extend out or project in space", "stick out"], ["jut", "extend out or project in space", "jut"], ["envision", "imagine; conceive of; see in one's mind", "envision"], ["propose", "present for consideration, examination, criticism, etc.", "propose"], ["design", "make or work out a plan for; devise", "design"]]}, {"answer": "projecting", "hint": "synonyms for projecting", "clues": [["project", "communicate vividly", "project"], ["cast", "put or send forth", "cast"], ["send off", "throw, send, or cast forward", "send off"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["jut out", "extend out or project in space", "jut out"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["throw", "put or send forth", "throw"], ["externalise", "regard as objective", "externalise"], ["see", "imagine; conceive of; see in one's mind", "see"], ["protrude", "extend out or project in space", "protrude"], ["plan", "make or work out a plan for; devise", "plan"], ["contrive", "make or work out a plan for; devise", "contrive"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["stick out", "extend out or project in space", "stick out"], ["jut", "extend out or project in space", "jut"], ["envision", "imagine; conceive of; see in one's mind", "envision"], ["propose", "present for consideration, examination, criticism, etc.", "propose"], ["design", "make or work out a plan for; devise", "design"]]}, {"answer": "prolonged", "hint": "synonyms for prolonged", "clues": [["keep up", "lengthen or extend in duration or space", "keep up"], ["prolong", "lengthen in time; cause to be or last longer", "prolong"], ["extend", "lengthen in time; cause to be or last longer", "extend"], ["sustain", "lengthen or extend in duration or space", "sustain"], ["protract", "lengthen in time; cause to be or last longer", "protract"], ["draw out", "lengthen in time; cause to be or last longer", "draw out"]]}, {"answer": "promising", "hint": "synonyms for promising", "clues": [["call", "make a prediction about; tell in advance", "call"], ["promise", "promise to undertake or give", "promise"], ["assure", "make a promise or commitment", "assure"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["forebode", "make a prediction about; tell in advance", "forebode"]]}, {"answer": "prompt", "hint": "synonyms for prompt", "clues": [["propel", "give an incentive for action", "propel"], ["remind", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned", "remind"], ["incite", "give an incentive for action", "incite"], ["cue", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned", "cue"], ["instigate", "serve as the inciting cause of", "instigate"], ["inspire", "serve as the inciting cause of", "inspire"], ["actuate", "give an incentive for action", "actuate"], ["motivate", "give an incentive for action", "motivate"], ["move", "give an incentive for action", "move"]]}, {"answer": "pronounced", "hint": "synonyms for pronounced", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["pronounce", "pronounce judgment on", "pronounce"], ["label", "pronounce judgment on", "label"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"], ["judge", "pronounce judgment on", "judge"], ["say", "speak, pronounce, or utter in a certain way", "say"], ["enunciate", "speak, pronounce, or utter in a certain way", "enunciate"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"]]}, {"answer": "propelling", "hint": "synonyms for propelling", "clues": [["propel", "give an incentive for action", "propel"], ["incite", "give an incentive for action", "incite"], ["prompt", "give an incentive for action", "prompt"], ["impel", "cause to move forward with force", "impel"], ["actuate", "give an incentive for action", "actuate"], ["motivate", "give an incentive for action", "motivate"], ["move", "give an incentive for action", "move"]]}, {"answer": "proscribed", "hint": "synonyms for proscribed", "clues": [["disallow", "command against", "disallow"], ["proscribe", "command against", "proscribe"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"], ["veto", "command against", "veto"], ["forbid", "command against", "forbid"], ["interdict", "command against", "interdict"]]}, {"answer": "prospering", "hint": "synonyms for prospering", "clues": [["thrive", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "thrive"], ["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "fly high"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "prosper"], ["flourish", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "flourish"]]}, {"answer": "protracted", "hint": "synonyms for protracted", "clues": [["prolong", "lengthen in time; cause to be or last longer", "prolong"], ["extend", "lengthen in time; cause to be or last longer", "extend"], ["protract", "lengthen in time; cause to be or last longer", "protract"], ["draw out", "lengthen in time; cause to be or last longer", "draw out"]]}, {"answer": "protruding", "hint": "synonyms for protruding", "clues": [["bug out", "bulge outward", "bug out"], ["bulge", "swell or protrude outwards", "bulge"], ["protrude", "extend out or project in space", "protrude"], ["pop", "bulge outward", "pop"], ["start", "bulge outward", "start"], ["pouch", "swell or protrude outwards", "pouch"], ["jut out", "extend out or project in space", "jut out"], ["come out", "bulge outward", "come out"], ["stick out", "extend out or project in space", "stick out"], ["jut", "extend out or project in space", "jut"], ["pop out", "bulge outward", "pop out"], ["project", "extend out or project in space", "project"]]}, {"answer": "proved", "hint": "synonyms for proved", "clues": [["prove", "increase in volume", "prove"], ["evidence", "provide evidence for", "evidence"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["turn out", "be shown or be found to be", "turn out"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["turn up", "be shown or be found to be", "turn up"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["rise", "increase in volume", "rise"], ["bear witness", "provide evidence for", "bear witness"], ["testify", "provide evidence for", "testify"], ["leaven", "cause to puff up with a leaven", "leaven"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment", "demonstrate"]]}, {"answer": "proven", "hint": "synonyms for proven", "clues": [["prove", "increase in volume", "prove"], ["evidence", "provide evidence for", "evidence"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["turn out", "be shown or be found to be", "turn out"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["turn up", "be shown or be found to be", "turn up"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["rise", "increase in volume", "rise"], ["bear witness", "provide evidence for", "bear witness"], ["testify", "provide evidence for", "testify"], ["leaven", "cause to puff up with a leaven", "leaven"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment", "demonstrate"]]}, {"answer": "provoked", "hint": "synonyms for provoked", "clues": [["call forth", "evoke or provoke to appear or occur", "call forth"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["hassle", "annoy continually or chronically", "hassle"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["plague", "annoy continually or chronically", "plague"], ["provoke", "provide the needed stimulus for", "provoke"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["evoke", "evoke or provoke to appear or occur", "evoke"], ["kick up", "evoke or provoke to appear or occur", "kick up"], ["stimulate", "provide the needed stimulus for", "stimulate"], ["chevvy", "annoy continually or chronically", "chevvy"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["harass", "annoy continually or chronically", "harass"], ["fire", "call forth (emotions, feelings, and responses)", "fire"]]}, {"answer": "provoking", "hint": "synonyms for provoking", "clues": [["call forth", "evoke or provoke to appear or occur", "call forth"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["hassle", "annoy continually or chronically", "hassle"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["plague", "annoy continually or chronically", "plague"], ["provoke", "provide the needed stimulus for", "provoke"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["evoke", "evoke or provoke to appear or occur", "evoke"], ["kick up", "evoke or provoke to appear or occur", "kick up"], ["stimulate", "provide the needed stimulus for", "stimulate"], ["chevvy", "annoy continually or chronically", "chevvy"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["harass", "annoy continually or chronically", "harass"], ["fire", "call forth (emotions, feelings, and responses)", "fire"]]}, {"answer": "prying", "hint": "synonyms for prying", "clues": [["horn in", "search or inquire in a meddlesome way", "horn in"], ["prise", "make an uninvited or presumptuous inquiry", "prise"], ["pry", "make an uninvited or presumptuous inquiry", "pry"], ["prize", "to move or force, especially in an effort to get something open; :", "prize"], ["jimmy", "to move or force, especially in an effort to get something open; :", "jimmy"], ["intrude", "search or inquire in a meddlesome way", "intrude"], ["nose", "search or inquire in a meddlesome way", "nose"], ["lever", "to move or force, especially in an effort to get something open; :", "lever"], ["poke", "search or inquire in a meddlesome way", "poke"]]}, {"answer": "publicised", "hint": "synonyms for publicised", "clues": [["publicise", "call attention to", "publicise"], ["advertise", "call attention to", "advertise"], ["air", "make public", "air"], ["bare", "make public", "bare"]]}, {"answer": "publicized", "hint": "synonyms for publicized", "clues": [["publicise", "call attention to", "publicise"], ["advertise", "call attention to", "advertise"], ["air", "make public", "air"], ["bare", "make public", "bare"]]}, {"answer": "published", "hint": "synonyms for published", "clues": [["write", "have (one's written work) issued for publication", "write"], ["print", "put into print", "print"], ["publish", "prepare and issue for public distribution or sale", "publish"], ["put out", "prepare and issue for public distribution or sale", "put out"], ["release", "prepare and issue for public distribution or sale", "release"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["issue", "prepare and issue for public distribution or sale", "issue"]]}, {"answer": "puff", "hint": "synonyms for puff", "clues": [["heave", "breathe noisily, as when one is exhausted", "heave"], ["puff up", "to swell or cause to enlarge,", "puff up"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"], ["huff", "blow hard and loudly", "huff"], ["drag", "suck in or take (air)", "drag"], ["puff out", "to swell or cause to enlarge,", "puff out"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["blow up", "to swell or cause to enlarge,", "blow up"], ["whiff", "smoke and exhale strongly", "whiff"], ["draw", "suck in or take (air)", "draw"]]}, {"answer": "puffed", "hint": "synonyms for puffed", "clues": [["puff", "smoke and exhale strongly", "puff"], ["puff up", "to swell or cause to enlarge,", "puff up"], ["huff", "blow hard and loudly", "huff"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["blow up", "to swell or cause to enlarge,", "blow up"], ["draw", "suck in or take (air)", "draw"], ["heave", "breathe noisily, as when one is exhausted", "heave"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"], ["drag", "suck in or take (air)", "drag"], ["puff out", "to swell or cause to enlarge,", "puff out"], ["whiff", "smoke and exhale strongly", "whiff"]]}, {"answer": "pulverised", "hint": "synonyms for pulverised", "clues": [["pulverise", "destroy completely", "pulverise"], ["powderise", "make into a powder by breaking up or cause to become dust", "powderise"], ["demolish", "destroy completely", "demolish"], ["powder", "make into a powder by breaking up or cause to become dust", "powder"]]}, {"answer": "pulverized", "hint": "synonyms for pulverized", "clues": [["pulverise", "destroy completely", "pulverise"], ["powderise", "make into a powder by breaking up or cause to become dust", "powderise"], ["demolish", "destroy completely", "demolish"], ["powder", "make into a powder by breaking up or cause to become dust", "powder"]]}, {"answer": "purging", "hint": "synonyms for purging", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["purify", "make pure or free from sin or guilt", "purify"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["purge", "rid of impurities", "purge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["sanctify", "make pure or free from sin or guilt", "sanctify"], ["flush", "rinse, clean, or empty with a liquid", "flush"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["barf", "eject the contents of the stomach through the mouth", "barf"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["scour", "rinse, clean, or empty with a liquid", "scour"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"]]}, {"answer": "purifying", "hint": "synonyms for purifying", "clues": [["sublimate", "remove impurities from, increase the concentration of, and separate through the process of distillation", "sublimate"], ["purify", "remove impurities from, increase the concentration of, and separate through the process of distillation", "purify"], ["sanctify", "make pure or free from sin or guilt", "sanctify"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation", "make pure"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation", "distill"], ["purge", "make pure or free from sin or guilt", "purge"]]}, {"answer": "pursued", "hint": "synonyms for pursued", "clues": [["pursue", "carry out or participate in an activity; be involved in", "pursue"], ["follow", "follow in or as if in pursuit", "follow"], ["quest for", "go in search of or hunt for", "quest for"], ["prosecute", "carry out or participate in an activity; be involved in", "prosecute"], ["quest after", "go in search of or hunt for", "quest after"], ["engage", "carry out or participate in an activity; be involved in", "engage"], ["act on", "carry further or advance", "act on"], ["go after", "go in search of or hunt for", "go after"], ["follow up on", "carry further or advance", "follow up on"]]}, {"answer": "pursuing", "hint": "synonyms for pursuing", "clues": [["pursue", "carry out or participate in an activity; be involved in", "pursue"], ["follow", "follow in or as if in pursuit", "follow"], ["quest for", "go in search of or hunt for", "quest for"], ["prosecute", "carry out or participate in an activity; be involved in", "prosecute"], ["quest after", "go in search of or hunt for", "quest after"], ["engage", "carry out or participate in an activity; be involved in", "engage"], ["act on", "carry further or advance", "act on"], ["go after", "go in search of or hunt for", "go after"], ["follow up on", "carry further or advance", "follow up on"]]}, {"answer": "put_on", "hint": "synonyms for put on", "clues": [["gull", "fool or hoax", "gull"], ["don", "put clothing on one's body", "don"], ["apply", "apply to a surface", "apply"], ["wear", "put clothing on one's body", "wear"], ["get into", "put clothing on one's body", "get into"], ["slang", "fool or hoax", "slang"], ["mount", "prepare and supply with the necessary equipment for execution or performance", "mount"], ["take in", "fool or hoax", "take in"], ["dupe", "fool or hoax", "dupe"], ["gain", "increase (one's body weight)", "gain"], ["fool", "fool or hoax", "fool"], ["assume", "put clothing on one's body", "assume"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["turn in", "carry out (performances)", "turn in"], ["befool", "fool or hoax", "befool"], ["put one across", "fool or hoax", "put one across"]]}, {"answer": "puzzled", "hint": "synonyms for puzzled", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "puzzling", "hint": "synonyms for puzzling", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "qualified", "hint": "synonyms for qualified", "clues": [["modify", "add a modifier to a constituent", "modify"], ["measure up", "prove capable or fit; meet requirements", "measure up"], ["dispose", "make fit or prepared", "dispose"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "specify"], ["qualify", "make fit or prepared", "qualify"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "condition"], ["restrict", "make more specific", "restrict"], ["characterise", "describe or portray the character or the qualities or peculiarities of", "characterise"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"]]}, {"answer": "quavering", "hint": "synonyms for quavering", "clues": [["waver", "give off unsteady sounds, alternating in amplitude or frequency", "waver"], ["quaver", "give off unsteady sounds, alternating in amplitude or frequency", "quaver"], ["trill", "sing or play with trills, alternating with the half note above or below", "trill"], ["warble", "sing or play with trills, alternating with the half note above or below", "warble"]]}, {"answer": "queer", "hint": "synonyms for queer", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["scupper", "put in a dangerous, disadvantageous, or difficult position", "scupper"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["peril", "put in a dangerous, disadvantageous, or difficult position", "peril"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["endanger", "put in a dangerous, disadvantageous, or difficult position", "endanger"], ["expose", "put in a dangerous, disadvantageous, or difficult position", "expose"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "quelled", "hint": "synonyms for quelled", "clues": [["squelch", "suppress or crush completely", "squelch"], ["quell", "overcome or allay", "quell"], ["stay", "overcome or allay", "stay"], ["appease", "overcome or allay", "appease"], ["quench", "suppress or crush completely", "quench"]]}, {"answer": "quenched", "hint": "synonyms for quenched", "clues": [["squelch", "suppress or crush completely", "squelch"], ["quench", "reduce the degree of (luminescence or phosphorescence) in (excited molecules or a material) by adding a suitable substance", "quench"], ["slake", "satisfy (thirst)", "slake"], ["quell", "suppress or crush completely", "quell"], ["extinguish", "put out, as of fires, flames, or lights", "extinguish"], ["allay", "satisfy (thirst)", "allay"], ["blow out", "put out, as of fires, flames, or lights", "blow out"], ["assuage", "satisfy (thirst)", "assuage"], ["snuff out", "put out, as of fires, flames, or lights", "snuff out"]]}, {"answer": "questioning", "hint": "synonyms for questioning", "clues": [["call into question", "challenge the accuracy, probity, or propriety of", "call into question"], ["oppugn", "challenge the accuracy, probity, or propriety of", "oppugn"], ["question", "pose a series of questions to", "question"], ["interview", "conduct an interview in television, newspaper, and radio reporting", "interview"], ["query", "pose a question", "query"], ["interrogate", "pose a series of questions to", "interrogate"], ["wonder", "place in doubt or express doubtful speculation", "wonder"]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["pipe down", "become quiet or quieter", "pipe down"], ["lull", "make calm or still", "lull"], ["hush", "become quiet or quieter", "hush"], ["calm down", "make calm or still", "calm down"], ["tranquilize", "make calm or still", "tranquilize"], ["quiesce", "become quiet or quieter", "quiesce"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quiet down", "become quiet or quieter", "quiet down"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "quits", "hint": "synonyms for quits", "clues": [["leave office", "give up or retire from a position", "leave office"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["quit", "give up or retire from a position", "quit"], ["foreswear", "turn away from; give up", "foreswear"], ["renounce", "turn away from; give up", "renounce"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["relinquish", "turn away from; give up", "relinquish"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["stop", "put an end to a state or an activity", "stop"], ["resign", "give up or retire from a position", "resign"], ["step down", "give up or retire from a position", "step down"], ["cease", "put an end to a state or an activity", "cease"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["lay off", "put an end to a state or an activity", "lay off"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["take leave", "go away or leave", "take leave"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["depart", "go away or leave", "depart"]]}, {"answer": "racking", "hint": "synonyms for racking", "clues": [["rack", "go at a rack", "rack"], ["single-foot", "go at a rack", "single-foot"], ["wring", "obtain by coercion or intimidation", "wring"], ["torture", "torment emotionally or mentally", "torture"], ["extort", "obtain by coercion or intimidation", "extort"], ["scud", "run before a gale", "scud"], ["torment", "torment emotionally or mentally", "torment"], ["excruciate", "torment emotionally or mentally", "excruciate"], ["gouge", "obtain by coercion or intimidation", "gouge"], ["squeeze", "obtain by coercion or intimidation", "squeeze"]]}, {"answer": "radiate", "hint": "synonyms for radiate", "clues": [["glow", "experience a feeling of well-being or happiness, as from good health or an intense emotion", "glow"], ["diversify", "spread into new habitats and produce variety or variegate", "diversify"], ["ray", "extend or spread outward from a center or focus or inward towards a center", "ray"], ["beam", "have a complexion with a strong bright color, such as red or pink", "beam"], ["shine", "have a complexion with a strong bright color, such as red or pink", "shine"]]}, {"answer": "radiating", "hint": "synonyms for radiating", "clues": [["radiate", "extend or spread outward from a center or focus or inward towards a center", "radiate"], ["ray", "extend or spread outward from a center or focus or inward towards a center", "ray"], ["diversify", "spread into new habitats and produce variety or variegate", "diversify"], ["beam", "have a complexion with a strong bright color, such as red or pink", "beam"], ["shine", "have a complexion with a strong bright color, such as red or pink", "shine"], ["glow", "have a complexion with a strong bright color, such as red or pink", "glow"]]}, {"answer": "ragged", "hint": "synonyms for ragged", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["dress down", "censure severely or angrily", "dress down"], ["dun", "treat cruelly", "dun"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["bedevil", "treat cruelly", "bedevil"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["cod", "harass with persistent criticism or carping", "cod"], ["chew up", "censure severely or angrily", "chew up"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["crucify", "treat cruelly", "crucify"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["frustrate", "treat cruelly", "frustrate"], ["lambast", "censure severely or angrily", "lambast"], ["rebuke", "censure severely or angrily", "rebuke"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["tease", "harass with persistent criticism or carping", "tease"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["trounce", "censure severely or angrily", "trounce"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["call down", "censure severely or angrily", "call down"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["lecture", "censure severely or angrily", "lecture"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["ride", "harass with persistent criticism or carping", "ride"], ["torment", "treat cruelly", "torment"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "raging", "hint": "synonyms for raging", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["dress down", "censure severely or angrily", "dress down"], ["dun", "treat cruelly", "dun"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["bedevil", "treat cruelly", "bedevil"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["cod", "harass with persistent criticism or carping", "cod"], ["chew up", "censure severely or angrily", "chew up"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["crucify", "treat cruelly", "crucify"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["frustrate", "treat cruelly", "frustrate"], ["lambast", "censure severely or angrily", "lambast"], ["rebuke", "censure severely or angrily", "rebuke"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["tease", "harass with persistent criticism or carping", "tease"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["trounce", "censure severely or angrily", "trounce"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["call down", "censure severely or angrily", "call down"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["lecture", "censure severely or angrily", "lecture"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["ride", "harass with persistent criticism or carping", "ride"], ["torment", "treat cruelly", "torment"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["storm", "behave violently, as if in state of a great anger", "storm"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["ramp", "behave violently, as if in state of a great anger", "ramp"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "raised", "hint": "synonyms for raised", "clues": [["raise", "cause to be heard or known; express or utter", "raise"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["lift", "move upwards", "lift"], ["elevate", "raise from a lower to a higher position", "elevate"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["recruit", "cause to assemble or enlist in the military", "recruit"], ["enhance", "increase", "enhance"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["get up", "raise from a lower to a higher position", "get up"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["rear", "bring up", "rear"], ["set up", "construct, build, or erect", "set up"], ["advance", "give a promotion to or assign to a higher position", "advance"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["erect", "construct, build, or erect", "erect"], ["parent", "bring up", "parent"], ["put up", "construct, build, or erect", "put up"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques", "farm"], ["leaven", "cause to puff up with a leaven", "leaven"], ["heighten", "increase", "heighten"], ["nurture", "bring up", "nurture"], ["prove", "cause to puff up with a leaven", "prove"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques", "produce"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques", "grow"], ["upraise", "cause to become alive again", "upraise"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["levy", "cause to assemble or enlist in the military", "levy"], ["resurrect", "cause to become alive again", "resurrect"], ["promote", "give a promotion to or assign to a higher position", "promote"], ["fire", "call forth (emotions, feelings, and responses)", "fire"]]}, {"answer": "raising", "hint": "synonyms for raising", "clues": [["raise", "cause to be heard or known; express or utter", "raise"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["lift", "move upwards", "lift"], ["elevate", "raise from a lower to a higher position", "elevate"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["recruit", "cause to assemble or enlist in the military", "recruit"], ["enhance", "increase", "enhance"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["get up", "raise from a lower to a higher position", "get up"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["rear", "bring up", "rear"], ["set up", "construct, build, or erect", "set up"], ["advance", "give a promotion to or assign to a higher position", "advance"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["erect", "construct, build, or erect", "erect"], ["parent", "bring up", "parent"], ["put up", "construct, build, or erect", "put up"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques", "farm"], ["leaven", "cause to puff up with a leaven", "leaven"], ["heighten", "increase", "heighten"], ["nurture", "bring up", "nurture"], ["prove", "cause to puff up with a leaven", "prove"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques", "produce"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques", "grow"], ["upraise", "cause to become alive again", "upraise"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["levy", "cause to assemble or enlist in the military", "levy"], ["resurrect", "cause to become alive again", "resurrect"], ["promote", "give a promotion to or assign to a higher position", "promote"], ["fire", "call forth (emotions, feelings, and responses)", "fire"]]}, {"answer": "rallying", "hint": "synonyms for rallying", "clues": [["mobilize", "call to arms; of military personnel", "mobilize"], ["rebound", "return to a former condition", "rebound"], ["twit", "harass with persistent criticism or carping", "twit"], ["bait", "harass with persistent criticism or carping", "bait"], ["rally", "return to a former condition", "rally"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"], ["summon", "gather or bring together", "summon"], ["muster", "gather or bring together", "muster"], ["razz", "harass with persistent criticism or carping", "razz"], ["beat up", "gather", "beat up"], ["come up", "gather or bring together", "come up"], ["muster up", "gather or bring together", "muster up"], ["tease", "harass with persistent criticism or carping", "tease"], ["call up", "call to arms; of military personnel", "call up"], ["drum up", "gather", "drum up"]]}, {"answer": "rambling", "hint": "synonyms for rambling", "clues": [["jog", "continue talking or writing in a desultory manner", "jog"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["ramble on", "continue talking or writing in a desultory manner", "ramble on"], ["ramble", "continue talking or writing in a desultory manner", "ramble"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "ranging", "hint": "synonyms for ranging", "clues": [["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["range", "change or be different within limits", "range"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["graze", "feed as in a meadow or pasture", "graze"], ["array", "lay out orderly or logically in a line or as if in a line", "array"], ["rank", "assign a rank or rating to", "rank"], ["rate", "assign a rank or rating to", "rate"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["set out", "lay out orderly or logically in a line or as if in a line", "set out"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["run", "change or be different within limits", "run"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["lay out", "lay out orderly or logically in a line or as if in a line", "lay out"], ["browse", "feed as in a meadow or pasture", "browse"], ["order", "assign a rank or rating to", "order"], ["straddle", "range or extend over; occupy a certain area", "straddle"], ["crop", "feed as in a meadow or pasture", "crop"]]}, {"answer": "rank", "hint": "synonyms for rank", "clues": [["rate", "assign a rank or rating to", "rate"], ["range", "assign a rank or rating to", "range"], ["outrank", "take precedence or surpass others in rank", "outrank"], ["order", "assign a rank or rating to", "order"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"]]}, {"answer": "ranked", "hint": "synonyms for ranked", "clues": [["rate", "assign a rank or rating to", "rate"], ["outrank", "take precedence or surpass others in rank", "outrank"], ["rank", "take or have a position relative to others", "rank"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"], ["range", "assign a rank or rating to", "range"], ["order", "assign a rank or rating to", "order"]]}, {"answer": "ranking", "hint": "synonyms for ranking", "clues": [["rate", "assign a rank or rating to", "rate"], ["outrank", "take precedence or surpass others in rank", "outrank"], ["rank", "take or have a position relative to others", "rank"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"], ["range", "assign a rank or rating to", "range"], ["order", "assign a rank or rating to", "order"]]}, {"answer": "ransacked", "hint": "synonyms for ransacked", "clues": [["loot", "steal goods; take as spoils", "loot"], ["ransack", "search thoroughly", "ransack"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["comb", "search thoroughly", "comb"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "raped", "hint": "synonyms for raped", "clues": [["ravish", "force (someone) to have sex against their will", "ravish"], ["assault", "force (someone) to have sex against their will", "assault"], ["knock", "make light, repeated taps on a surface", "knock"], ["tap", "make light, repeated taps on a surface", "tap"], ["rap", "make light, repeated taps on a surface", "rap"], ["knap", "strike sharply", "knap"], ["spoil", "destroy and strip of its possession", "spoil"], ["pink", "make light, repeated taps on a surface", "pink"], ["despoil", "destroy and strip of its possession", "despoil"], ["dishonor", "force (someone) to have sex against their will", "dishonor"], ["violate", "force (someone) to have sex against their will", "violate"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["plunder", "destroy and strip of its possession", "plunder"]]}, {"answer": "rarefied", "hint": "synonyms for rarefied", "clues": [["sublimate", "make more subtle or refined", "sublimate"], ["subtilize", "make more subtle or refined", "subtilize"], ["rarefy", "make more subtle or refined", "rarefy"], ["attenuate", "weaken the consistency of (a chemical substance)", "attenuate"]]}, {"answer": "ravaged", "hint": "synonyms for ravaged", "clues": [["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["harry", "make a pillaging or destructive raid on (a place), as in wartimes", "harry"], ["ravage", "make a pillaging or destructive raid on (a place), as in wartimes", "ravage"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["waste", "cause extensive destruction or ruin utterly", "waste"]]}, {"answer": "ravaging", "hint": "synonyms for ravaging", "clues": [["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["harry", "make a pillaging or destructive raid on (a place), as in wartimes", "harry"], ["ravage", "make a pillaging or destructive raid on (a place), as in wartimes", "ravage"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["waste", "cause extensive destruction or ruin utterly", "waste"]]}, {"answer": "ravening", "hint": "synonyms for ravening", "clues": [["prey", "prey on or hunt for", "prey"], ["raven", "eat greedily", "raven"], ["guttle", "eat greedily", "guttle"], ["devour", "eat greedily", "devour"], ["pig", "eat greedily", "pig"], ["predate", "prey on or hunt for", "predate"]]}, {"answer": "ravishing", "hint": "synonyms for ravishing", "clues": [["enthral", "hold spellbound", "enthral"], ["assault", "force (someone) to have sex against their will", "assault"], ["transport", "hold spellbound", "transport"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["violate", "force (someone) to have sex against their will", "violate"], ["enchant", "hold spellbound", "enchant"], ["rape", "force (someone) to have sex against their will", "rape"], ["enrapture", "hold spellbound", "enrapture"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["delight", "hold spellbound", "delight"], ["ravish", "hold spellbound", "ravish"]]}, {"answer": "razed", "hint": "synonyms for razed", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["take down", "tear down so as to make flat with the ground", "take down"], ["level", "tear down so as to make flat with the ground", "level"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["rase", "tear down so as to make flat with the ground", "rase"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "ready", "hint": "synonyms for ready", "clues": [["fix", "prepare for eating by applying heat", "fix"], ["cook", "prepare for eating by applying heat", "cook"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["prepare", "prepare for eating by applying heat", "prepare"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["make", "prepare for eating by applying heat", "make"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "realised", "hint": "synonyms for realised", "clues": [["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["recognize", "be fully aware or cognizant of", "recognize"], ["substantiate", "make real or concrete; give reality or substance to", "substantiate"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["see", "perceive (an idea or situation) mentally", "see"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["agnize", "be fully aware or cognizant of", "agnize"], ["actualise", "make real or concrete; give reality or substance to", "actualise"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["understand", "perceive (an idea or situation) mentally", "understand"], ["agnise", "be fully aware or cognizant of", "agnise"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "realized", "hint": "synonyms for realized", "clues": [["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["recognize", "be fully aware or cognizant of", "recognize"], ["substantiate", "make real or concrete; give reality or substance to", "substantiate"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["see", "perceive (an idea or situation) mentally", "see"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["agnize", "be fully aware or cognizant of", "agnize"], ["actualise", "make real or concrete; give reality or substance to", "actualise"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["understand", "perceive (an idea or situation) mentally", "understand"], ["agnise", "be fully aware or cognizant of", "agnise"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "reanimated", "hint": "synonyms for reanimated", "clues": [["vivify", "give new life or energy to", "vivify"], ["revive", "give new life or energy to", "revive"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "rear", "hint": "synonyms for rear", "clues": [["lift", "rise up", "lift"], ["erect", "cause to rise up", "erect"], ["rise up", "stand up on the hind legs, of quadrupeds", "rise up"], ["parent", "bring up", "parent"], ["bring up", "bring up", "bring up"], ["raise", "construct, build, or erect", "raise"], ["nurture", "bring up", "nurture"], ["put up", "construct, build, or erect", "put up"], ["set up", "construct, build, or erect", "set up"]]}, {"answer": "rearing", "hint": "synonyms for rearing", "clues": [["lift", "rise up", "lift"], ["erect", "cause to rise up", "erect"], ["rise up", "stand up on the hind legs, of quadrupeds", "rise up"], ["set up", "construct, build, or erect", "set up"], ["parent", "bring up", "parent"], ["bring up", "bring up", "bring up"], ["rear", "rise up", "rear"], ["put up", "construct, build, or erect", "put up"], ["raise", "construct, build, or erect", "raise"], ["nurture", "bring up", "nurture"]]}, {"answer": "reasoned", "hint": "synonyms for reasoned", "clues": [["reason", "think logically", "reason"], ["reason out", "decide by reasoning; draw or come to a conclusion", "reason out"], ["conclude", "decide by reasoning; draw or come to a conclusion", "conclude"], ["argue", "present reasons and arguments", "argue"]]}, {"answer": "reasoning", "hint": "synonyms for reasoning", "clues": [["reason", "think logically", "reason"], ["reason out", "decide by reasoning; draw or come to a conclusion", "reason out"], ["conclude", "decide by reasoning; draw or come to a conclusion", "conclude"], ["argue", "present reasons and arguments", "argue"]]}, {"answer": "receding", "hint": "synonyms for receding", "clues": [["pull away", "pull back or move away or backward", "pull away"], ["move back", "pull back or move away or backward", "move back"], ["drop off", "retreat", "drop off"], ["lose", "retreat", "lose"], ["recede", "become faint or more distant", "recede"], ["fall back", "retreat", "fall back"], ["retire", "pull back or move away or backward", "retire"], ["pull back", "pull back or move away or backward", "pull back"], ["withdraw", "pull back or move away or backward", "withdraw"], ["fall behind", "retreat", "fall behind"], ["retreat", "pull back or move away or backward", "retreat"], ["draw back", "pull back or move away or backward", "draw back"]]}, {"answer": "received", "hint": "synonyms for received", "clues": [["get", "receive a specified treatment (abstract)", "get"], ["welcome", "bid welcome to; greet upon arrival", "welcome"], ["meet", "experience as a reaction", "meet"], ["have", "get something; come into possession of", "have"], ["find", "receive a specified treatment (abstract)", "find"], ["receive", "register (perceptual input)", "receive"], ["experience", "go through (mental or physical states or experiences)", "experience"], ["invite", "express willingness to have in one's home or environs", "invite"], ["pick up", "register (perceptual input)", "pick up"], ["incur", "receive a specified treatment (abstract)", "incur"], ["take in", "express willingness to have in one's home or environs", "take in"], ["encounter", "experience as a reaction", "encounter"], ["obtain", "receive a specified treatment (abstract)", "obtain"]]}, {"answer": "reclaimed", "hint": "synonyms for reclaimed", "clues": [["repossess", "claim back", "repossess"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reclaim"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "regenerate"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "rectify"], ["domesticise", "overcome the wildness of; make docile and tractable", "domesticise"], ["tame", "overcome the wildness of; make docile and tractable", "tame"], ["recover", "reuse (materials from waste products)", "recover"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reform"], ["domesticate", "overcome the wildness of; make docile and tractable", "domesticate"]]}, {"answer": "recognised", "hint": "synonyms for recognised", "clues": [["make out", "detect with the senses", "make out"], ["recognize", "be fully aware or cognizant of", "recognize"], ["greet", "express greetings upon meeting someone", "greet"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["realise", "be fully aware or cognizant of", "realise"], ["agnize", "be fully aware or cognizant of", "agnize"], ["acknowledge", "express obligation, thanks, or gratitude for", "acknowledge"], ["know", "accept (someone) to be what is claimed or accept his power and authority", "know"], ["discern", "detect with the senses", "discern"], ["agnise", "be fully aware or cognizant of", "agnise"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"], ["accredit", "grant credentials to", "accredit"]]}, {"answer": "recognized", "hint": "synonyms for recognized", "clues": [["make out", "detect with the senses", "make out"], ["recognize", "be fully aware or cognizant of", "recognize"], ["greet", "express greetings upon meeting someone", "greet"], ["realise", "be fully aware or cognizant of", "realise"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["agnize", "be fully aware or cognizant of", "agnize"], ["acknowledge", "express obligation, thanks, or gratitude for", "acknowledge"], ["know", "accept (someone) to be what is claimed or accept his power and authority", "know"], ["discern", "detect with the senses", "discern"], ["agnise", "be fully aware or cognizant of", "agnise"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"], ["accredit", "grant credentials to", "accredit"]]}, {"answer": "reconciled", "hint": "synonyms for reconciled", "clues": [["settle", "come to terms", "settle"], ["reconcile", "come to terms", "reconcile"], ["submit", "accept as inevitable", "submit"], ["conciliate", "come to terms", "conciliate"], ["harmonise", "bring into consonance or accord", "harmonise"], ["patch up", "come to terms", "patch up"], ["resign", "accept as inevitable", "resign"], ["accommodate", "make (one thing) compatible with (another)", "accommodate"], ["make up", "come to terms", "make up"]]}, {"answer": "reconciling", "hint": "synonyms for reconciling", "clues": [["settle", "come to terms", "settle"], ["reconcile", "come to terms", "reconcile"], ["submit", "accept as inevitable", "submit"], ["conciliate", "come to terms", "conciliate"], ["harmonise", "bring into consonance or accord", "harmonise"], ["patch up", "come to terms", "patch up"], ["resign", "accept as inevitable", "resign"], ["accommodate", "make (one thing) compatible with (another)", "accommodate"], ["make up", "come to terms", "make up"]]}, {"answer": "reconstructed", "hint": "synonyms for reconstructed", "clues": [["reconstruct", "reassemble mentally", "reconstruct"], ["remodel", "do over, as of (part of) a house", "remodel"], ["rebuild", "build again", "rebuild"], ["restore", "return to its original or usable and functioning condition", "restore"], ["redo", "do over, as of (part of) a house", "redo"], ["retrace", "reassemble mentally", "retrace"]]}, {"answer": "recorded", "hint": "synonyms for recorded", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["enter", "make a record of; set down in permanent form", "enter"], ["put down", "make a record of; set down in permanent form", "put down"], ["register", "be aware of", "register"], ["record", "be aware of", "record"], ["immortalize", "be or provide a memorial to a person or an event", "immortalize"], ["memorialise", "be or provide a memorial to a person or an event", "memorialise"], ["tape", "register electronically", "tape"], ["show", "indicate a certain reading; of gauges and instruments", "show"], ["read", "indicate a certain reading; of gauges and instruments", "read"]]}, {"answer": "recovered", "hint": "synonyms for recovered", "clues": [["go back", "regain a former condition after a financial loss", "go back"], ["recover", "regain a former condition after a financial loss", "recover"], ["regain", "get or find back; recover the use of", "regain"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["find", "get or find back; recover the use of", "find"], ["recoup", "regain or make up for", "recoup"], ["reclaim", "reuse (materials from waste products)", "reclaim"], ["recuperate", "get over an illness or shock", "recuperate"], ["convalesce", "get over an illness or shock", "convalesce"]]}, {"answer": "recovering", "hint": "synonyms for recovering", "clues": [["go back", "regain a former condition after a financial loss", "go back"], ["recover", "regain a former condition after a financial loss", "recover"], ["regain", "get or find back; recover the use of", "regain"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["find", "get or find back; recover the use of", "find"], ["recoup", "regain or make up for", "recoup"], ["reclaim", "reuse (materials from waste products)", "reclaim"], ["recuperate", "get over an illness or shock", "recuperate"], ["convalesce", "get over an illness or shock", "convalesce"]]}, {"answer": "rectified", "hint": "synonyms for rectified", "clues": [["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reclaim"], ["correct", "make right or correct", "correct"], ["rectify", "convert into direct current", "rectify"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "regenerate"], ["right", "make right or correct", "right"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reform"], ["repair", "set straight or right", "repair"], ["refine", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities", "refine"], ["remedy", "set straight or right", "remedy"], ["remediate", "set straight or right", "remediate"], ["amend", "set straight or right", "amend"]]}, {"answer": "recurring", "hint": "synonyms for recurring", "clues": [["recur", "return in thought or speech to something", "recur"], ["resort", "have recourse to", "resort"], ["repeat", "happen or occur again", "repeat"], ["go back", "return in thought or speech to something", "go back"], ["fall back", "have recourse to", "fall back"]]}, {"answer": "reddened", "hint": "synonyms for reddened", "clues": [["flush", "turn red, as if in embarrassment or shame", "flush"], ["blush", "turn red, as if in embarrassment or shame", "blush"], ["redden", "turn red or redder", "redden"], ["crimson", "turn red, as if in embarrassment or shame", "crimson"]]}, {"answer": "redeemed", "hint": "synonyms for redeemed", "clues": [["redeem", "to turn in (vouchers or coupons) and receive something in exchange", "redeem"], ["pay off", "pay off (loans or promissory notes)", "pay off"], ["save", "save from sins", "save"], ["deliver", "save from sins", "deliver"], ["ransom", "exchange or buy back for money; under threat", "ransom"]]}, {"answer": "redeeming", "hint": "synonyms for redeeming", "clues": [["redeem", "to turn in (vouchers or coupons) and receive something in exchange", "redeem"], ["pay off", "pay off (loans or promissory notes)", "pay off"], ["save", "save from sins", "save"], ["deliver", "save from sins", "deliver"], ["ransom", "exchange or buy back for money; under threat", "ransom"]]}, {"answer": "reduced", "hint": "synonyms for reduced", "clues": [["cut back", "cut down on; make a reduction in", "cut back"], ["keep down", "put down by force or intimidation", "keep down"], ["thin", "take off weight", "thin"], ["reduce", "be the essential element", "reduce"], ["slim", "take off weight", "slim"], ["shrink", "reduce in size; reduce physically", "shrink"], ["come down", "be the essential element", "come down"], ["melt off", "take off weight", "melt off"], ["quash", "put down by force or intimidation", "quash"], ["slenderize", "take off weight", "slenderize"], ["trim back", "cut down on; make a reduction in", "trim back"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["boil down", "cook until very little liquid is left", "boil down"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["cut down", "cut down on; make a reduction in", "cut down"], ["repress", "put down by force or intimidation", "repress"], ["bring down", "cut down on; make a reduction in", "bring down"], ["scale down", "make smaller", "scale down"], ["subdue", "put down by force or intimidation", "subdue"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["trim down", "cut down on; make a reduction in", "trim down"], ["subjugate", "put down by force or intimidation", "subjugate"], ["deoxidize", "to remove oxygen from a compound, or cause to react with hydrogen or form a hydride, or to undergo an increase in the number of electrons", "deoxidize"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["trim", "cut down on; make a reduction in", "trim"], ["concentrate", "cook until very little liquid is left", "concentrate"], ["lose weight", "take off weight", "lose weight"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["slim down", "take off weight", "slim down"], ["tighten", "narrow or limit", "tighten"], ["decoct", "be cooked until very little liquid is left", "decoct"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "reeking", "hint": "synonyms for reeking", "clues": [["stink", "smell badly and offensively", "stink"], ["smack", "have an element suggestive (of something)", "smack"], ["reek", "smell badly and offensively", "reek"], ["fume", "be wet with sweat or blood, as of one's face", "fume"], ["smell", "have an element suggestive (of something)", "smell"]]}, {"answer": "refined", "hint": "synonyms for refined", "clues": [["down", "improve or perfect by pruning or polishing", "down"], ["polish", "improve or perfect by pruning or polishing", "polish"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["elaborate", "make more complex, intricate, or richer", "elaborate"], ["rarify", "make more complex, intricate, or richer", "rarify"], ["refine", "attenuate or reduce in vigor, strength, or validity by polishing or purifying", "refine"], ["rectify", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities", "rectify"], ["complicate", "make more complex, intricate, or richer", "complicate"]]}, {"answer": "reflected", "hint": "synonyms for reflected", "clues": [["reflect", "be bright by reflecting or casting light", "reflect"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["speculate", "reflect deeply on a subject", "speculate"], ["mull over", "reflect deeply on a subject", "mull over"], ["shine", "be bright by reflecting or casting light", "shine"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["reverberate", "to throw or bend back (from a surface)", "reverberate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["think over", "reflect deeply on a subject", "think over"], ["muse", "reflect deeply on a subject", "muse"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "reflecting", "hint": "synonyms for reflecting", "clues": [["reflect", "be bright by reflecting or casting light", "reflect"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["speculate", "reflect deeply on a subject", "speculate"], ["mull over", "reflect deeply on a subject", "mull over"], ["shine", "be bright by reflecting or casting light", "shine"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["reverberate", "to throw or bend back (from a surface)", "reverberate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["think over", "reflect deeply on a subject", "think over"], ["muse", "reflect deeply on a subject", "muse"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "reformed", "hint": "synonyms for reformed", "clues": [["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reclaim"], ["reform", "improve by alteration or correction of errors or defects and put into a better condition", "reform"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "regenerate"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "rectify"], ["see the light", "change for the better", "see the light"], ["straighten out", "change for the better", "straighten out"]]}, {"answer": "refreshed", "hint": "synonyms for refreshed", "clues": [["freshen up", "become or make oneself fresh again", "freshen up"], ["refresh", "make fresh again", "refresh"], ["review", "refresh one's memory", "review"], ["freshen", "become or make oneself fresh again", "freshen"], ["brush up", "refresh one's memory", "brush up"]]}, {"answer": "refreshing", "hint": "synonyms for refreshing", "clues": [["freshen up", "become or make oneself fresh again", "freshen up"], ["refresh", "make fresh again", "refresh"], ["review", "refresh one's memory", "review"], ["freshen", "become or make oneself fresh again", "freshen"], ["brush up", "refresh one's memory", "brush up"]]}, {"answer": "regenerate", "hint": "synonyms for regenerate", "clues": [["renew", "reestablish on a new, usually improved, basis or make new or like new", "renew"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reform"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reclaim"], ["revitalize", "restore strength", "revitalize"], ["restore", "return to life; get or give new life or energy", "restore"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "rectify"], ["rejuvenate", "return to life; get or give new life or energy", "rejuvenate"]]}, {"answer": "regenerating", "hint": "synonyms for regenerating", "clues": [["revitalize", "restore strength", "revitalize"], ["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reclaim"], ["restore", "return to life; get or give new life or energy", "restore"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "regenerate"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "rectify"], ["renew", "reestablish on a new, usually improved, basis or make new or like new", "renew"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reform"], ["rejuvenate", "return to life; get or give new life or energy", "rejuvenate"]]}, {"answer": "registered", "hint": "synonyms for registered", "clues": [["register", "enroll to vote", "register"], ["file", "record in a public office or in a court of law", "file"], ["record", "be aware of", "record"], ["cross-file", "have one's name listed as a candidate for several parties", "cross-file"], ["show", "indicate a certain reading; of gauges and instruments", "show"], ["read", "indicate a certain reading; of gauges and instruments", "read"]]}, {"answer": "regulated", "hint": "synonyms for regulated", "clues": [["determine", "shape or influence; give direction to", "determine"], ["influence", "shape or influence; give direction to", "influence"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["shape", "shape or influence; give direction to", "shape"], ["mold", "shape or influence; give direction to", "mold"], ["modulate", "fix or adjust the time, amount, degree, or rate of", "modulate"], ["baffle", "check the emission of (sound)", "baffle"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "reigning", "hint": "synonyms for reigning", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["rule", "be larger in number, quantity, power, status or importance", "rule"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"]]}, {"answer": "rejected", "hint": "synonyms for rejected", "clues": [["turn down", "refuse to accept", "turn down"], ["reject", "refuse to accept", "reject"], ["spurn", "reject with contempt", "spurn"], ["pass up", "refuse to accept", "pass up"], ["refuse", "resist immunologically the introduction of some foreign tissue or organ", "refuse"], ["resist", "resist immunologically the introduction of some foreign tissue or organ", "resist"], ["decline", "refuse to accept", "decline"], ["disdain", "reject with contempt", "disdain"], ["freeze off", "reject with contempt", "freeze off"], ["scorn", "reject with contempt", "scorn"], ["pooh-pooh", "reject with contempt", "pooh-pooh"], ["turn away", "refuse entrance or membership", "turn away"], ["eliminate", "dismiss from consideration or a contest", "eliminate"], ["rule out", "dismiss from consideration or a contest", "rule out"], ["winnow out", "dismiss from consideration or a contest", "winnow out"], ["disapprove", "deem wrong or inappropriate", "disapprove"]]}, {"answer": "rejoicing", "hint": "synonyms for rejoicing", "clues": [["exult", "to express great joy", "exult"], ["triumph", "be ecstatic with joy", "triumph"], ["wallow", "be ecstatic with joy", "wallow"], ["joy", "feel happiness or joy", "joy"], ["rejoice", "feel happiness or joy", "rejoice"], ["jubilate", "to express great joy", "jubilate"], ["exuberate", "to express great joy", "exuberate"]]}, {"answer": "related", "hint": "synonyms for related", "clues": [["relate", "be in a relationship with", "relate"], ["have-to doe with", "be relevant to", "have-to doe with"], ["colligate", "make a logical or causal connection", "colligate"], ["interrelate", "be in a relationship with", "interrelate"], ["concern", "be relevant to", "concern"], ["link up", "make a logical or causal connection", "link up"], ["link", "make a logical or causal connection", "link"], ["tie in", "make a logical or causal connection", "tie in"], ["come to", "be relevant to", "come to"], ["bear on", "be relevant to", "bear on"], ["associate", "make a logical or causal connection", "associate"], ["touch on", "be relevant to", "touch on"], ["pertain", "be relevant to", "pertain"], ["connect", "make a logical or causal connection", "connect"], ["touch", "be relevant to", "touch"], ["refer", "be relevant to", "refer"]]}, {"answer": "relaxed", "hint": "synonyms for relaxed", "clues": [["slack", "make less active or fast", "slack"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["relax", "make less taut", "relax"], ["loose", "become loose or looser or less tight", "loose"], ["unwind", "cause to feel relaxed", "unwind"], ["slacken", "make less active or fast", "slacken"], ["unstrain", "cause to feel relaxed", "unstrain"], ["unlax", "cause to feel relaxed", "unlax"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["slack up", "make less active or fast", "slack up"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["loosen up", "become less tense, less formal, or less restrained, and assume a friendlier manner", "loosen up"]]}, {"answer": "relaxing", "hint": "synonyms for relaxing", "clues": [["slack", "make less active or fast", "slack"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["relax", "make less taut", "relax"], ["loose", "become loose or looser or less tight", "loose"], ["unwind", "cause to feel relaxed", "unwind"], ["slacken", "make less active or fast", "slacken"], ["unstrain", "cause to feel relaxed", "unstrain"], ["unlax", "cause to feel relaxed", "unlax"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["slack up", "make less active or fast", "slack up"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["loosen up", "become less tense, less formal, or less restrained, and assume a friendlier manner", "loosen up"]]}, {"answer": "releasing", "hint": "synonyms for releasing", "clues": [["exhaust", "eliminate (a substance)", "exhaust"], ["turn", "let (something) fall or spill from a container", "turn"], ["release", "make (information) available for publication", "release"], ["loose", "grant freedom to; free from confinement", "loose"], ["unloose", "grant freedom to; free from confinement", "unloose"], ["free", "make (information) available for publication", "free"], ["liberate", "grant freedom to; free from confinement", "liberate"], ["unfreeze", "make (assets) available", "unfreeze"], ["let go", "release, as from one's grip", "let go"], ["issue", "prepare and issue for public distribution or sale", "issue"], ["give up", "part with a possession or right", "give up"], ["unblock", "make (assets) available", "unblock"], ["secrete", "generate and separate from cells or bodily fluids", "secrete"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["eject", "eliminate (a substance)", "eject"], ["relinquish", "release, as from one's grip", "relinquish"], ["publish", "prepare and issue for public distribution or sale", "publish"], ["let go of", "release, as from one's grip", "let go of"], ["resign", "part with a possession or right", "resign"], ["put out", "prepare and issue for public distribution or sale", "put out"], ["expel", "eliminate (a substance)", "expel"], ["discharge", "eliminate (a substance)", "discharge"]]}, {"answer": "relieved", "hint": "synonyms for relieved", "clues": [["exempt", "grant relief or an exemption from a rule or requirement to", "exempt"], ["relieve", "grant relief or an exemption from a rule or requirement to", "relieve"], ["salve", "save from ruin, destruction, or harm", "salve"], ["still", "lessen the intensity of or calm", "still"], ["salvage", "save from ruin, destruction, or harm", "salvage"], ["take over", "free someone temporarily from his or her obligations", "take over"], ["assuage", "provide physical relief, as from pain", "assuage"], ["free", "grant relief or an exemption from a rule or requirement to", "free"], ["remedy", "provide relief for", "remedy"], ["allay", "lessen the intensity of or calm", "allay"], ["lighten", "alleviate or remove (pressure or stress) or make less oppressive", "lighten"], ["alleviate", "provide physical relief, as from pain", "alleviate"], ["unbosom", "relieve oneself of troubling information", "unbosom"], ["let off", "grant exemption or release to", "let off"], ["excuse", "grant exemption or release to", "excuse"], ["palliate", "provide physical relief, as from pain", "palliate"], ["ease", "lessen the intensity of or calm", "ease"]]}, {"answer": "relinquished", "hint": "synonyms for relinquished", "clues": [["give up", "part with a possession or right", "give up"], ["foreswear", "turn away from; give up", "foreswear"], ["renounce", "turn away from; give up", "renounce"], ["relinquish", "turn away from; give up", "relinquish"], ["waive", "do without or cease to hold or adhere to", "waive"], ["release", "part with a possession or right", "release"], ["forgo", "do without or cease to hold or adhere to", "forgo"], ["free", "part with a possession or right", "free"], ["resign", "part with a possession or right", "resign"], ["let go of", "release, as from one's grip", "let go of"], ["let go", "release, as from one's grip", "let go"], ["quit", "turn away from; give up", "quit"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "remaining", "hint": "synonyms for remaining", "clues": [["remain", "stay behind", "remain"], ["stay", "continue in a place, position, or situation", "stay"], ["rest", "stay the same; remain in a certain state", "rest"], ["stay on", "continue in a place, position, or situation", "stay on"], ["continue", "continue in a place, position, or situation", "continue"], ["persist", "stay behind", "persist"]]}, {"answer": "removed", "hint": "synonyms for removed", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "withdraw"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["get rid of", "dispose of", "get rid of"], ["remove", "go away or leave", "remove"], ["hit", "kill intentionally and with premeditation", "hit"], ["transfer", "shift the position or location of, as for business, legal, educational, or military purposes", "transfer"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take away"], ["off", "kill intentionally and with premeditation", "off"], ["murder", "kill intentionally and with premeditation", "murder"], ["absent", "go away or leave", "absent"], ["bump off", "kill intentionally and with premeditation", "bump off"], ["move out", "cause to leave", "move out"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["take out", "cause to leave", "take out"]]}, {"answer": "rending", "hint": "synonyms for rending", "clues": [["rive", "tear or be torn violently", "rive"], ["pull", "tear or be torn violently", "pull"], ["rend", "tear or be torn violently", "rend"], ["rip", "tear or be torn violently", "rip"]]}, {"answer": "repeated", "hint": "synonyms for repeated", "clues": [["iterate", "to say, state, or perform again", "iterate"], ["duplicate", "make or do or perform again", "duplicate"], ["take over", "do over", "take over"], ["reprize", "repeat an earlier theme of a composition", "reprize"], ["repeat", "to say, state, or perform again", "repeat"], ["recur", "happen or occur again", "recur"], ["restate", "to say, state, or perform again", "restate"], ["recapitulate", "repeat an earlier theme of a composition", "recapitulate"], ["replicate", "make or do or perform again", "replicate"], ["echo", "to say again or imitate", "echo"], ["double", "make or do or perform again", "double"], ["retell", "to say, state, or perform again", "retell"], ["ingeminate", "to say, state, or perform again", "ingeminate"]]}, {"answer": "repelling", "hint": "synonyms for repelling", "clues": [["repel", "force or drive back", "repel"], ["fight off", "force or drive back", "fight off"], ["repulse", "force or drive back", "repulse"], ["disgust", "fill with distaste", "disgust"], ["drive", "cause to move back by force or influence", "drive"], ["rebuff", "reject outright and bluntly", "rebuff"], ["beat back", "cause to move back by force or influence", "beat back"], ["drive back", "force or drive back", "drive back"], ["gross out", "fill with distaste", "gross out"], ["snub", "reject outright and bluntly", "snub"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["revolt", "fill with distaste", "revolt"]]}, {"answer": "reported", "hint": "synonyms for reported", "clues": [["account", "to give an account or representation of in words", "account"], ["report", "announce as the result of an investigation or experience or finding", "report"], ["cover", "be responsible for reporting the details of, as in journalism", "cover"], ["describe", "to give an account or representation of in words", "describe"]]}, {"answer": "represented", "hint": "synonyms for represented", "clues": [["make up", "form or compose", "make up"], ["represent", "create an image or likeness of", "represent"], ["constitute", "form or compose", "constitute"], ["symbolize", "express indirectly by an image, form, or model; be a symbol", "symbolize"], ["stand for", "express indirectly by an image, form, or model; be a symbol", "stand for"], ["interpret", "create an image or likeness of", "interpret"], ["stage", "perform (a play), especially on a stage", "stage"], ["comprise", "form or compose", "comprise"], ["lay out", "bring forward and present to the mind", "lay out"], ["play", "play a role or part", "play"], ["exemplify", "be characteristic of", "exemplify"], ["correspond", "take the place of or be parallel or equivalent to", "correspond"], ["act", "play a role or part", "act"], ["typify", "express indirectly by an image, form, or model; be a symbol", "typify"], ["defend", "be the defense counsel for someone in a trial", "defend"], ["map", "to establish a mapping (of mathematical elements or sets)", "map"], ["be", "form or compose", "be"]]}, {"answer": "repressed", "hint": "synonyms for repressed", "clues": [["stifle", "conceal or hide", "stifle"], ["keep down", "put down by force or intimidation", "keep down"], ["repress", "put down by force or intimidation", "repress"], ["subjugate", "put down by force or intimidation", "subjugate"], ["suppress", "put out of one's consciousness", "suppress"], ["reduce", "put down by force or intimidation", "reduce"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["subdue", "put down by force or intimidation", "subdue"], ["smother", "conceal or hide", "smother"], ["quash", "put down by force or intimidation", "quash"]]}, {"answer": "repressing", "hint": "synonyms for repressing", "clues": [["stifle", "conceal or hide", "stifle"], ["keep down", "put down by force or intimidation", "keep down"], ["repress", "put down by force or intimidation", "repress"], ["subjugate", "put down by force or intimidation", "subjugate"], ["suppress", "put out of one's consciousness", "suppress"], ["reduce", "put down by force or intimidation", "reduce"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["subdue", "put down by force or intimidation", "subdue"], ["smother", "conceal or hide", "smother"], ["quash", "put down by force or intimidation", "quash"]]}, {"answer": "reprobate", "hint": "synonyms for reprobate", "clues": [["condemn", "express strong disapproval of", "condemn"], ["decry", "express strong disapproval of", "decry"], ["excoriate", "express strong disapproval of", "excoriate"], ["objurgate", "express strong disapproval of", "objurgate"]]}, {"answer": "requested", "hint": "synonyms for requested", "clues": [["request", "inquire for (information)", "request"], ["quest", "express the need or desire for; ask for", "quest"], ["call for", "express the need or desire for; ask for", "call for"], ["bespeak", "express the need or desire for; ask for", "bespeak"]]}, {"answer": "required", "hint": "synonyms for required", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["require", "consider obligatory; request and expect", "require"], ["need", "have need of", "need"], ["command", "make someone do something", "command"], ["expect", "consider obligatory; request and expect", "expect"], ["demand", "require as useful, just, or proper", "demand"], ["want", "have need of", "want"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "reserved", "hint": "synonyms for reserved", "clues": [["appropriate", "give or assign a resource to a particular person or cause", "appropriate"], ["reserve", "hold back or set aside, especially for future use or contingency", "reserve"], ["set aside", "give or assign a resource to a particular person or cause", "set aside"], ["allow", "give or assign a resource to a particular person or cause", "allow"], ["hold", "arrange for and reserve (something for someone else) in advance", "hold"], ["book", "arrange for and reserve (something for someone else) in advance", "book"], ["earmark", "give or assign a resource to a particular person or cause", "earmark"]]}, {"answer": "resolved", "hint": "synonyms for resolved", "clues": [["dissolve", "cause to go into a solution", "dissolve"], ["resolve", "cause to go into a solution", "resolve"], ["answer", "understand the meaning of", "answer"], ["conclude", "reach a conclusion after a discussion or deliberation", "conclude"], ["break up", "cause to go into a solution", "break up"], ["purpose", "reach a decision", "purpose"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["decide", "bring to an end; settle conclusively", "decide"], ["solve", "find the solution", "solve"], ["settle", "bring to an end; settle conclusively", "settle"]]}, {"answer": "resounding", "hint": "synonyms for resounding", "clues": [["echo", "ring or echo with sound", "echo"], ["reverberate", "ring or echo with sound", "reverberate"], ["ring", "ring or echo with sound", "ring"], ["resound", "ring or echo with sound", "resound"], ["make noise", "emit a noise", "make noise"], ["noise", "emit a noise", "noise"]]}, {"answer": "respected", "hint": "synonyms for respected", "clues": [["esteem", "regard highly; think much of", "esteem"], ["observe", "show respect towards", "observe"], ["honour", "show respect towards", "honour"], ["respect", "regard highly; think much of", "respect"], ["prize", "regard highly; think much of", "prize"], ["abide by", "show respect towards", "abide by"], ["prise", "regard highly; think much of", "prise"], ["value", "regard highly; think much of", "value"]]}, {"answer": "rested", "hint": "synonyms for rested", "clues": [["rest", "be inactive, refrain from acting", "rest"], ["stay", "stay the same; remain in a certain state", "stay"], ["pillow", "rest on or as if on a pillow", "pillow"], ["remain", "stay the same; remain in a certain state", "remain"], ["take a breather", "take a short break from one's activities in order to relax", "take a breather"], ["breathe", "take a short break from one's activities in order to relax", "breathe"], ["repose", "be inherent or innate in", "repose"], ["catch one's breath", "take a short break from one's activities in order to relax", "catch one's breath"], ["perch", "sit, as on a branch", "perch"], ["reside", "be inherent or innate in", "reside"], ["roost", "sit, as on a branch", "roost"], ["lie", "have a place in relation to something else", "lie"]]}, {"answer": "restrained", "hint": "synonyms for restrained", "clues": [["hold back", "keep under control; keep in check", "hold back"], ["encumber", "hold back", "encumber"], ["throttle", "place limits on (extent or access)", "throttle"], ["keep back", "keep under control; keep in check", "keep back"], ["restrain", "hold back", "restrain"], ["intimidate", "to compel or deter by or as if by threats", "intimidate"], ["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["confine", "place limits on (extent or access)", "confine"], ["constrain", "hold back", "constrain"], ["keep", "keep under control; keep in check", "keep"], ["trammel", "place limits on (extent or access)", "trammel"], ["hold", "to close within bounds, limit or hold back from movement", "hold"], ["bound", "place limits on (extent or access)", "bound"]]}, {"answer": "restricted", "hint": "synonyms for restricted", "clues": [["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["qualify", "make more specific", "qualify"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["curtail", "place restrictions on", "curtail"], ["trammel", "place limits on (extent or access)", "trammel"], ["bound", "place limits on (extent or access)", "bound"], ["curb", "place restrictions on", "curb"], ["cut back", "place restrictions on", "cut back"]]}, {"answer": "restricting", "hint": "synonyms for restricting", "clues": [["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["qualify", "make more specific", "qualify"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["curtail", "place restrictions on", "curtail"], ["trammel", "place limits on (extent or access)", "trammel"], ["bound", "place limits on (extent or access)", "bound"], ["curb", "place restrictions on", "curb"], ["cut back", "place restrictions on", "cut back"]]}, {"answer": "retained", "hint": "synonyms for retained", "clues": [["continue", "allow to remain in a place or position or maintain a property or feature", "continue"], ["keep", "allow to remain in a place or position or maintain a property or feature", "keep"], ["retain", "allow to remain in a place or position or maintain a property or feature", "retain"], ["hold", "secure and keep for possible future use or application", "hold"], ["keep back", "secure and keep for possible future use or application", "keep back"], ["hold back", "secure and keep for possible future use or application", "hold back"], ["keep on", "allow to remain in a place or position or maintain a property or feature", "keep on"]]}, {"answer": "retarded", "hint": "synonyms for retarded", "clues": [["slow up", "lose velocity; move more slowly", "slow up"], ["retard", "cause to move more slowly or operate at a slower rate", "retard"], ["slow", "lose velocity; move more slowly", "slow"], ["decelerate", "lose velocity; move more slowly", "decelerate"], ["check", "slow the growth or development of", "check"], ["slow down", "lose velocity; move more slowly", "slow down"], ["delay", "slow the growth or development of", "delay"]]}, {"answer": "retired", "hint": "synonyms for retired", "clues": [["withdraw", "withdraw from active participation", "withdraw"], ["move back", "pull back or move away or backward", "move back"], ["put out", "cause to be out on a fielding play", "put out"], ["retire", "break from a meeting or gathering", "retire"], ["kip down", "prepare for sleep", "kip down"], ["strike out", "cause to get out", "strike out"], ["bed", "prepare for sleep", "bed"], ["recede", "pull back or move away or backward", "recede"], ["crawl in", "prepare for sleep", "crawl in"], ["go to bed", "prepare for sleep", "go to bed"], ["draw back", "pull back or move away or backward", "draw back"], ["pull away", "pull back or move away or backward", "pull away"], ["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["hit the sack", "prepare for sleep", "hit the sack"], ["go to sleep", "prepare for sleep", "go to sleep"], ["pull back", "pull back or move away or backward", "pull back"], ["adjourn", "break from a meeting or gathering", "adjourn"], ["hit the hay", "prepare for sleep", "hit the hay"], ["retreat", "pull back or move away or backward", "retreat"]]}, {"answer": "retiring", "hint": "synonyms for retiring", "clues": [["withdraw", "withdraw from active participation", "withdraw"], ["move back", "pull back or move away or backward", "move back"], ["put out", "cause to be out on a fielding play", "put out"], ["retire", "break from a meeting or gathering", "retire"], ["kip down", "prepare for sleep", "kip down"], ["strike out", "cause to get out", "strike out"], ["bed", "prepare for sleep", "bed"], ["recede", "pull back or move away or backward", "recede"], ["crawl in", "prepare for sleep", "crawl in"], ["go to bed", "prepare for sleep", "go to bed"], ["draw back", "pull back or move away or backward", "draw back"], ["pull away", "pull back or move away or backward", "pull away"], ["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["hit the sack", "prepare for sleep", "hit the sack"], ["go to sleep", "prepare for sleep", "go to sleep"], ["pull back", "pull back or move away or backward", "pull back"], ["adjourn", "break from a meeting or gathering", "adjourn"], ["hit the hay", "prepare for sleep", "hit the hay"], ["retreat", "pull back or move away or backward", "retreat"]]}, {"answer": "retracted", "hint": "synonyms for retracted", "clues": [["recant", "formally reject or disavow a formerly held belief, usually under pressure", "recant"], ["shrink back", "pull away from a source of disgust or fear", "shrink back"], ["retract", "pull inward or towards a center", "retract"], ["pull back", "use a surgical instrument to hold open (the edges of a wound or an organ)", "pull back"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure", "abjure"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure", "forswear"], ["draw back", "use a surgical instrument to hold open (the edges of a wound or an organ)", "draw back"], ["resile", "formally reject or disavow a formerly held belief, usually under pressure", "resile"], ["draw in", "pull inward or towards a center", "draw in"]]}, {"answer": "retrograde", "hint": "synonyms for retrograde", "clues": [["rehash", "go back over", "rehash"], ["retreat", "move back", "retreat"], ["retrogress", "get worse or fall back to a previous condition", "retrogress"], ["regress", "get worse or fall back to a previous condition", "regress"], ["hash over", "go back over", "hash over"]]}, {"answer": "returning", "hint": "synonyms for returning", "clues": [["return", "go back to something earlier", "return"], ["take back", "bring back to the point of departure", "take back"], ["yield", "give or supply", "yield"], ["revert", "go back to a previous state", "revert"], ["come back", "answer back", "come back"], ["generate", "give or supply", "generate"], ["repay", "answer back", "repay"], ["give back", "pay back", "give back"], ["render", "give or supply", "render"], ["retort", "answer back", "retort"], ["fall", "be inherited by", "fall"], ["turn back", "go back to a previous state", "turn back"], ["refund", "pay back", "refund"], ["devolve", "be inherited by", "devolve"], ["recall", "go back to something earlier", "recall"], ["riposte", "answer back", "riposte"], ["reelect", "elect again", "reelect"], ["pass", "be inherited by", "pass"], ["give", "give or supply", "give"], ["regress", "go back to a previous state", "regress"], ["hark back", "go back to something earlier", "hark back"], ["deliver", "pass down", "deliver"], ["bring back", "bring back to the point of departure", "bring back"], ["retrovert", "go back to a previous state", "retrovert"], ["rejoin", "answer back", "rejoin"]]}, {"answer": "revealing", "hint": "synonyms for revealing", "clues": [["unveil", "make visible", "unveil"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["reveal", "disclose directly or through prophets", "reveal"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["uncover", "make visible", "uncover"], ["bring out", "make visible", "bring out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"]]}, {"answer": "reverberating", "hint": "synonyms for reverberating", "clues": [["reverberate", "treat, process, heat, melt, or refine in a reverberatory furnace", "reverberate"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["reflect", "to throw or bend back (from a surface)", "reflect"], ["spring", "spring back; spring away from an impact", "spring"], ["ring", "ring or echo with sound", "ring"], ["bounce", "spring back; spring away from an impact", "bounce"], ["rebound", "spring back; spring away from an impact", "rebound"], ["recoil", "spring back; spring away from an impact", "recoil"], ["echo", "ring or echo with sound", "echo"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "revered", "hint": "synonyms for revered", "clues": [["fear", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "fear"], ["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "venerate"], ["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol", "idolize"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "hero-worship"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "worship"], ["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "reverence"], ["revere", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "revere"]]}, {"answer": "reverse", "hint": "synonyms for reverse", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["overrule", "rule against", "overrule"], ["countermand", "cancel officially", "countermand"], ["override", "rule against", "override"], ["rescind", "cancel officially", "rescind"], ["vacate", "cancel officially", "vacate"], ["change by reversal", "change to the contrary", "change by reversal"], ["overthrow", "rule against", "overthrow"], ["turn back", "turn inside out or upside down", "turn back"], ["turn", "change to the contrary", "turn"], ["annul", "cancel officially", "annul"], ["invert", "reverse the position, order, relation, or condition of", "invert"], ["overturn", "rule against", "overturn"], ["revoke", "cancel officially", "revoke"]]}, {"answer": "reversed", "hint": "synonyms for reversed", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["overrule", "rule against", "overrule"], ["countermand", "cancel officially", "countermand"], ["reverse", "rule against", "reverse"], ["override", "rule against", "override"], ["rescind", "cancel officially", "rescind"], ["overthrow", "rule against", "overthrow"], ["vacate", "cancel officially", "vacate"], ["invert", "reverse the position, order, relation, or condition of", "invert"], ["overturn", "rule against", "overturn"], ["revoke", "cancel officially", "revoke"], ["change by reversal", "change to the contrary", "change by reversal"], ["turn back", "turn inside out or upside down", "turn back"], ["turn", "change to the contrary", "turn"], ["annul", "cancel officially", "annul"]]}, {"answer": "reverting", "hint": "synonyms for reverting", "clues": [["retrovert", "go back to a previous state", "retrovert"], ["revert", "undergo reversion, as in a mutation", "revert"], ["return", "go back to a previous state", "return"], ["turn back", "go back to a previous state", "turn back"], ["regress", "go back to a previous state", "regress"]]}, {"answer": "revived", "hint": "synonyms for revived", "clues": [["vivify", "give new life or energy to", "vivify"], ["resurrect", "restore from a depressed, inactive, or unused state", "resurrect"], ["revive", "cause to regain consciousness", "revive"], ["come to", "return to consciousness", "come to"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["resuscitate", "cause to regain consciousness", "resuscitate"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "reviving", "hint": "synonyms for reviving", "clues": [["vivify", "give new life or energy to", "vivify"], ["resurrect", "restore from a depressed, inactive, or unused state", "resurrect"], ["revive", "cause to regain consciousness", "revive"], ["come to", "return to consciousness", "come to"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["resuscitate", "cause to regain consciousness", "resuscitate"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "revolting", "hint": "synonyms for revolting", "clues": [["gross out", "fill with distaste", "gross out"], ["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["revolt", "make revolution", "revolt"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["repel", "fill with distaste", "repel"], ["sicken", "cause aversion in; offend the moral sense of", "sicken"], ["nauseate", "cause aversion in; offend the moral sense of", "nauseate"]]}, {"answer": "revolved", "hint": "synonyms for revolved", "clues": [["rotate", "turn on or around an axis or a center", "rotate"], ["revolve", "turn on or around an axis or a center", "revolve"], ["roll", "cause to move by turning over or in a circular manner of as if on an axis", "roll"], ["orbit", "move in an orbit", "orbit"], ["orb", "move in an orbit", "orb"], ["go around", "turn on or around an axis or a center", "go around"]]}, {"answer": "rewarding", "hint": "synonyms for rewarding", "clues": [["reward", "strengthen and support with rewards", "reward"], ["repay", "act or give recompense in recognition of someone's behavior or actions", "repay"], ["reinforce", "strengthen and support with rewards", "reinforce"], ["honor", "bestow honor or rewards upon", "honor"], ["pay back", "act or give recompense in recognition of someone's behavior or actions", "pay back"]]}, {"answer": "ribbed", "hint": "synonyms for ribbed", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["rib", "subject to laughter or ridicule", "rib"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "riddled", "hint": "synonyms for riddled", "clues": [["riddle", "explain a riddle", "riddle"], ["permeate", "spread or diffuse through", "permeate"], ["screen", "separate with a riddle, as grain from chaff", "screen"], ["penetrate", "spread or diffuse through", "penetrate"], ["pervade", "spread or diffuse through", "pervade"], ["diffuse", "spread or diffuse through", "diffuse"], ["imbue", "spread or diffuse through", "imbue"], ["interpenetrate", "spread or diffuse through", "interpenetrate"]]}, {"answer": "rifled", "hint": "synonyms for rifled", "clues": [["rifle", "go through in search of something; search through someone's belongings in an unauthorized way", "rifle"], ["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["pillage", "steal goods; take as spoils", "pillage"], ["go", "go through in search of something; search through someone's belongings in an unauthorized way", "go"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "rigged", "hint": "synonyms for rigged", "clues": [["set up", "equip with sails or masts", "set up"], ["rig", "equip with sails or masts", "rig"], ["set", "equip with sails or masts", "set"], ["manipulate", "manipulate in a fraudulent manner", "manipulate"]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["redress", "make reparations or amends for", "redress"], ["compensate", "make reparations or amends for", "compensate"], ["correct", "make right or correct", "correct"], ["rectify", "make right or correct", "rectify"]]}, {"answer": "riled", "hint": "synonyms for riled", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["roil", "make turbid by stirring up the sediments of", "roil"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "ringed", "hint": "synonyms for ringed", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["band", "attach a ring to the foot of, in order to identify", "band"], ["resound", "ring or echo with sound", "resound"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["peal", "sound loudly and sonorously", "peal"], ["echo", "ring or echo with sound", "echo"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["reverberate", "ring or echo with sound", "reverberate"], ["knell", "make (bells) ring, often for the purposes of musical edification", "knell"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "ripping", "hint": "synonyms for ripping", "clues": [["rip", "cut (wood) along the grain", "rip"], ["pull", "tear or be torn violently", "pull"], ["rend", "tear or be torn violently", "rend"], ["rive", "tear or be torn violently", "rive"]]}, {"answer": "rippled", "hint": "synonyms for rippled", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["undulate", "stir up (water) so as to form ripples", "undulate"], ["ruffle", "stir up (water) so as to form ripples", "ruffle"], ["burble", "flow in an irregular current with a bubbling noise", "burble"], ["riffle", "stir up (water) so as to form ripples", "riffle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["cockle", "stir up (water) so as to form ripples", "cockle"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"]]}, {"answer": "risen", "hint": "synonyms for risen", "clues": [["lift", "rise up", "lift"], ["prove", "increase in volume", "prove"], ["heighten", "become more extreme", "heighten"], ["rise up", "come to the surface", "rise up"], ["rise", "become heartened or elated", "rise"], ["grow", "come into existence; take on form or shape", "grow"], ["jump", "rise in rank or status", "jump"], ["uprise", "move upward", "uprise"], ["rear", "rise up", "rear"], ["originate", "come into existence; take on form or shape", "originate"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "move up"], ["mount", "go up or advance", "mount"], ["surface", "come to the surface", "surface"], ["wax", "go up or advance", "wax"], ["resurrect", "return from the dead", "resurrect"], ["climb up", "rise in rank or status", "climb up"], ["ascend", "come up, of celestial bodies", "ascend"], ["rebel", "take part in a rebellion; renounce a former allegiance", "rebel"], ["get up", "rise to one's feet", "get up"], ["come up", "come to the surface", "come up"], ["climb", "increase in value or to a higher point", "climb"], ["stand up", "rise to one's feet", "stand up"], ["go up", "increase in value or to a higher point", "go up"], ["turn out", "get up and out of bed", "turn out"], ["develop", "come into existence; take on form or shape", "develop"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "rising", "hint": "synonyms for rising", "clues": [["lift", "rise up", "lift"], ["prove", "increase in volume", "prove"], ["heighten", "become more extreme", "heighten"], ["rise up", "come to the surface", "rise up"], ["rise", "become heartened or elated", "rise"], ["grow", "come into existence; take on form or shape", "grow"], ["jump", "rise in rank or status", "jump"], ["uprise", "move upward", "uprise"], ["rear", "rise up", "rear"], ["originate", "come into existence; take on form or shape", "originate"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "move up"], ["mount", "go up or advance", "mount"], ["surface", "come to the surface", "surface"], ["wax", "go up or advance", "wax"], ["resurrect", "return from the dead", "resurrect"], ["climb up", "rise in rank or status", "climb up"], ["ascend", "come up, of celestial bodies", "ascend"], ["rebel", "take part in a rebellion; renounce a former allegiance", "rebel"], ["get up", "rise to one's feet", "get up"], ["come up", "come to the surface", "come up"], ["climb", "increase in value or to a higher point", "climb"], ["stand up", "rise to one's feet", "stand up"], ["go up", "increase in value or to a higher point", "go up"], ["turn out", "get up and out of bed", "turn out"], ["develop", "come into existence; take on form or shape", "develop"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "riveting", "hint": "synonyms for riveting", "clues": [["concentrate", "direct one's attention on something", "concentrate"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["centre", "direct one's attention on something", "centre"], ["rivet", "hold (someone's attention)", "rivet"], ["focus", "direct one's attention on something", "focus"]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["howl", "emit long loud cries", "howl"], ["roar", "laugh unrestrainedly and heartily", "roar"], ["yaup", "emit long loud cries", "yaup"], ["bellow", "make a loud noise, as of animal", "bellow"], ["wail", "emit long loud cries", "wail"], ["ululate", "emit long loud cries", "ululate"], ["thunder", "utter words loudly and forcefully", "thunder"], ["yawl", "emit long loud cries", "yawl"]]}, {"answer": "roast", "hint": "synonyms for roast", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "roasted", "hint": "synonyms for roasted", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "cook with dry heat, usually in an oven", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "robed", "hint": "synonyms for robed", "clues": [["clothe", "cover as if with clothing", "clothe"], ["vest", "clothe formally; especially in ecclesiastical robes", "vest"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["rob", "take something away by force or without the consent of the owner", "rob"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["drape", "cover as if with clothing", "drape"], ["cloak", "cover as if with clothing", "cloak"], ["plume", "rip off; ask an unreasonable price", "plume"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "roiled", "hint": "synonyms for roiled", "clues": [["rile", "make turbid by stirring up the sediments of", "rile"], ["roil", "be agitated", "roil"], ["moil", "be agitated", "moil"], ["boil", "be agitated", "boil"], ["churn", "be agitated", "churn"]]}, {"answer": "roiling", "hint": "synonyms for roiling", "clues": [["rile", "make turbid by stirring up the sediments of", "rile"], ["roil", "be agitated", "roil"], ["moil", "be agitated", "moil"], ["boil", "be agitated", "boil"], ["churn", "be agitated", "churn"]]}, {"answer": "rolled", "hint": "synonyms for rolled", "clues": [["roll", "move by turning over or rotating", "roll"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity", "pluck"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["wrap", "arrange or or coil around", "wrap"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["revolve", "cause to move by turning over or in a circular manner of as if on an axis", "revolve"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["wave", "move in a wavy pattern or with a rising and falling motion", "wave"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["twine", "arrange or or coil around", "twine"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["seethe", "boil vigorously", "seethe"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["wind", "arrange or or coil around", "wind"], ["roll out", "flatten or spread with a roller", "roll out"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["turn over", "move by turning over or rotating", "turn over"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity", "hustle"], ["wheel", "move along on or as if on wheels or a wheeled vehicle", "wheel"], ["roll up", "show certain properties when being rolled", "roll up"], ["flap", "move in a wavy pattern or with a rising and falling motion", "flap"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "rollicking", "hint": "synonyms for rollicking", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "rolling", "hint": "synonyms for rolling", "clues": [["roll", "move by turning over or rotating", "roll"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity", "pluck"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["wrap", "arrange or or coil around", "wrap"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["revolve", "cause to move by turning over or in a circular manner of as if on an axis", "revolve"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["wave", "move in a wavy pattern or with a rising and falling motion", "wave"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["twine", "arrange or or coil around", "twine"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["seethe", "boil vigorously", "seethe"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["wind", "arrange or or coil around", "wind"], ["roll out", "flatten or spread with a roller", "roll out"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["turn over", "move by turning over or rotating", "turn over"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity", "hustle"], ["wheel", "move along on or as if on wheels or a wheeled vehicle", "wheel"], ["roll up", "show certain properties when being rolled", "roll up"], ["flap", "move in a wavy pattern or with a rising and falling motion", "flap"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "romance", "hint": "synonyms for romance", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["dally", "talk or behave amorously, without serious intentions", "dally"], ["woo", "make amorous advances towards", "woo"], ["solicit", "make amorous advances towards", "solicit"], ["flirt", "talk or behave amorously, without serious intentions", "flirt"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["court", "make amorous advances towards", "court"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"]]}, {"answer": "rooted", "hint": "synonyms for rooted", "clues": [["rootle", "dig with the snout", "rootle"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["root", "plant by the roots", "root"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["rout", "dig with the snout", "rout"], ["settle", "become settled or established and stable in one's residence or life style", "settle"], ["settle down", "become settled or established and stable in one's residence or life style", "settle down"]]}, {"answer": "rose", "hint": "synonyms for rose", "clues": [["lift", "rise up", "lift"], ["prove", "increase in volume", "prove"], ["heighten", "become more extreme", "heighten"], ["rise up", "come to the surface", "rise up"], ["rise", "become heartened or elated", "rise"], ["grow", "come into existence; take on form or shape", "grow"], ["jump", "rise in rank or status", "jump"], ["uprise", "move upward", "uprise"], ["rear", "rise up", "rear"], ["originate", "come into existence; take on form or shape", "originate"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "move up"], ["mount", "go up or advance", "mount"], ["surface", "come to the surface", "surface"], ["wax", "go up or advance", "wax"], ["resurrect", "return from the dead", "resurrect"], ["climb up", "rise in rank or status", "climb up"], ["ascend", "come up, of celestial bodies", "ascend"], ["rebel", "take part in a rebellion; renounce a former allegiance", "rebel"], ["get up", "rise to one's feet", "get up"], ["come up", "come to the surface", "come up"], ["climb", "increase in value or to a higher point", "climb"], ["stand up", "rise to one's feet", "stand up"], ["go up", "increase in value or to a higher point", "go up"], ["turn out", "get up and out of bed", "turn out"], ["develop", "come into existence; take on form or shape", "develop"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "rotated", "hint": "synonyms for rotated", "clues": [["splay", "turn outward", "splay"], ["revolve", "turn on or around an axis or a center", "revolve"], ["rotate", "exchange on a regular basis", "rotate"], ["circumvolve", "cause to turn on an axis or center", "circumvolve"], ["turn out", "turn outward", "turn out"], ["go around", "turn on or around an axis or a center", "go around"], ["spread out", "turn outward", "spread out"]]}, {"answer": "rotted", "hint": "synonyms for rotted", "clues": [["moulder", "break down", "moulder"], ["rot", "become physically weaker", "rot"], ["waste", "become physically weaker", "waste"], ["decompose", "break down", "decompose"]]}, {"answer": "round", "hint": "synonyms for round", "clues": [["attack", "attack in speech or writing", "attack"], ["round off", "express as a round number", "round off"], ["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["flesh out", "become round, plump, or shapely", "flesh out"], ["round down", "express as a round number", "round down"], ["snipe", "attack in speech or writing", "snipe"], ["lash out", "attack in speech or writing", "lash out"], ["fill out", "become round, plump, or shapely", "fill out"], ["labialize", "pronounce with rounded lips", "labialize"], ["assail", "attack in speech or writing", "assail"], ["round out", "make round", "round out"], ["assault", "attack in speech or writing", "assault"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"], ["polish", "bring to a highly developed, finished, or refined state", "polish"]]}, {"answer": "rounded", "hint": "synonyms for rounded", "clues": [["round down", "express as a round number", "round down"], ["round", "wind around; move along a circular course", "round"], ["labialize", "pronounce with rounded lips", "labialize"], ["round out", "make round", "round out"], ["round off", "make round", "round off"], ["attack", "attack in speech or writing", "attack"], ["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["flesh out", "become round, plump, or shapely", "flesh out"], ["snipe", "attack in speech or writing", "snipe"], ["lash out", "attack in speech or writing", "lash out"], ["fill out", "become round, plump, or shapely", "fill out"], ["assail", "attack in speech or writing", "assail"], ["assault", "attack in speech or writing", "assault"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"], ["polish", "bring to a highly developed, finished, or refined state", "polish"]]}, {"answer": "rousing", "hint": "synonyms for rousing", "clues": [["commove", "cause to be agitated, excited, or roused", "commove"], ["wake", "cause to become awake or conscious", "wake"], ["rouse", "force or drive out", "rouse"], ["drive out", "force or drive out", "drive out"], ["force out", "force or drive out", "force out"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["bestir", "become active", "bestir"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["wake up", "cause to become awake or conscious", "wake up"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["rout out", "force or drive out", "rout out"], ["awaken", "cause to become awake or conscious", "awaken"]]}, {"answer": "roving", "hint": "synonyms for roving", "clues": [["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"]]}, {"answer": "ruffled", "hint": "synonyms for ruffled", "clues": [["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["ruffle up", "disturb the smoothness of", "ruffle up"], ["flick", "twitch or flutter", "flick"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["ruffle", "mix so as to make a random order or arrangement", "ruffle"], ["cockle", "stir up (water) so as to form ripples", "cockle"], ["shuffle", "mix so as to make a random order or arrangement", "shuffle"], ["ripple", "stir up (water) so as to form ripples", "ripple"], ["undulate", "stir up (water) so as to form ripples", "undulate"], ["riffle", "twitch or flutter", "riffle"], ["pleat", "pleat or gather into a ruffle", "pleat"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"], ["mix", "mix so as to make a random order or arrangement", "mix"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["rumple", "disturb the smoothness of", "rumple"], ["mess up", "disturb the smoothness of", "mess up"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"], ["fluff", "erect or fluff up", "fluff"]]}, {"answer": "ruined", "hint": "synonyms for ruined", "clues": [["ruin", "reduce to bankruptcy", "ruin"], ["break", "reduce to bankruptcy", "break"], ["deflower", "deprive of virginity", "deflower"], ["smash", "reduce to bankruptcy", "smash"], ["destroy", "destroy completely; damage irreparably", "destroy"], ["bankrupt", "reduce to bankruptcy", "bankrupt"]]}, {"answer": "ruled", "hint": "synonyms for ruled", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["rule", "have an affinity with; of signs of the zodiac", "rule"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["govern", "exercise authority over; as of nations", "govern"], ["decree", "decide with authority", "decree"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["find", "decide on and make a declaration about", "find"], ["harness", "keep in check", "harness"]]}, {"answer": "ruling", "hint": "synonyms for ruling", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["rule", "have an affinity with; of signs of the zodiac", "rule"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["govern", "exercise authority over; as of nations", "govern"], ["decree", "decide with authority", "decree"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["find", "decide on and make a declaration about", "find"], ["harness", "keep in check", "harness"]]}, {"answer": "rumpled", "hint": "synonyms for rumpled", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["ruffle", "disturb the smoothness of", "ruffle"], ["rumple", "become wrinkled or crumpled or creased", "rumple"], ["ruffle up", "disturb the smoothness of", "ruffle up"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["knit", "to gather something into small wrinkles or folds", "knit"], ["mess up", "disturb the smoothness of", "mess up"], ["crease", "become wrinkled or crumpled or creased", "crease"], ["pucker", "to gather something into small wrinkles or folds", "pucker"]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["run for", "extend or continue for a certain period of time", "run for"], ["run", "continue to exist", "run"], ["carry", "include as the content; broadcast or publicize", "carry"], ["function", "perform as expected when applied", "function"], ["go", "have a particular form", "go"], ["endure", "continue to exist", "endure"], ["bleed", "be diffused", "bleed"], ["guide", "pass over, across, or through", "guide"], ["die hard", "continue to exist", "die hard"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["play", "cause to emit recorded audio or video", "play"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"], ["hunt down", "pursue for food or sport (as of wild animals)", "hunt down"], ["range", "change or be different within limits", "range"], ["black market", "deal in illegally, such as arms or liquor", "black market"], ["race", "compete in a race", "race"], ["course", "move along, of liquids", "course"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt down"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["feed", "move along, of liquids", "feed"], ["hunt", "pursue for food or sport (as of wild animals)", "hunt"], ["melt", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["move", "progress by being changed", "move"], ["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["execute", "carry out a process or program, as on a computer or a machine", "execute"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["incline", "have a tendency or disposition to do or be something; be inclined", "incline"], ["escape", "flee; take to one's heels; cut and run", "escape"], ["campaign", "run, stand, or compete for an office or a position", "campaign"], ["prevail", "continue to exist", "prevail"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["unravel", "become undone", "unravel"], ["track down", "pursue for food or sport (as of wild animals)", "track down"], ["operate", "direct or control; projects, businesses, etc.", "operate"], ["ladder", "come unraveled or undone as if by snagging", "ladder"], ["lam", "flee; take to one's heels; cut and run", "lam"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["consort", "keep company", "consort"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["flow", "move along, of liquids", "flow"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["persist", "continue to exist", "persist"], ["work", "perform as expected when applied", "work"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["draw", "pass over, across, or through", "draw"]]}, {"answer": "rush", "hint": "synonyms for rush", "clues": [["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["look sharp", "act or move at high speed", "look sharp"], ["stimulate", "cause to occur rapidly", "stimulate"], ["induce", "cause to occur rapidly", "induce"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["hurry", "act or move at high speed", "hurry"], ["cannonball along", "move fast", "cannonball along"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["hasten", "act or move at high speed", "hasten"], ["festinate", "act or move at high speed", "festinate"], ["step on it", "move fast", "step on it"]]}, {"answer": "rushed", "hint": "synonyms for rushed", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["look sharp", "act or move at high speed", "look sharp"], ["stimulate", "cause to occur rapidly", "stimulate"], ["induce", "cause to occur rapidly", "induce"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["hurry", "act or move at high speed", "hurry"], ["cannonball along", "move fast", "cannonball along"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["hasten", "act or move at high speed", "hasten"], ["festinate", "act or move at high speed", "festinate"], ["step on it", "move fast", "step on it"]]}, {"answer": "sacked", "hint": "synonyms for sacked", "clues": [["sack", "make as a net profit", "sack"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["plunder", "plunder (a town) after capture", "plunder"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["sack up", "make as a net profit", "sack up"], ["clear", "make as a net profit", "clear"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["net", "make as a net profit", "net"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "sagging", "hint": "synonyms for sagging", "clues": [["sag", "cause to sag", "sag"], ["sag down", "cause to sag", "sag down"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness", "droop"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness", "flag"]]}, {"answer": "said", "hint": "synonyms for said", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["say", "indicate", "say"], ["read", "have or contain a certain wording or form", "read"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"], ["suppose", "express a supposition", "suppose"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["order", "give instructions to or direct somebody to do something with authority", "order"], ["allege", "report or maintain", "allege"], ["aver", "report or maintain", "aver"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["enunciate", "speak, pronounce, or utter in a certain way", "enunciate"], ["state", "express in words", "state"]]}, {"answer": "sanctified", "hint": "synonyms for sanctified", "clues": [["consecrate", "render holy by means of religious rites", "consecrate"], ["sanctify", "make pure or free from sin or guilt", "sanctify"], ["purge", "make pure or free from sin or guilt", "purge"], ["purify", "make pure or free from sin or guilt", "purify"], ["hallow", "render holy by means of religious rites", "hallow"], ["bless", "render holy by means of religious rites", "bless"]]}, {"answer": "satiate", "hint": "synonyms for satiate", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["fill", "fill to satisfaction", "fill"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["sate", "fill to satisfaction", "sate"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["replete", "fill to satisfaction", "replete"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"]]}, {"answer": "satiated", "hint": "synonyms for satiated", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["fill", "fill to satisfaction", "fill"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["sate", "fill to satisfaction", "sate"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["replete", "fill to satisfaction", "replete"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"]]}, {"answer": "satisfied", "hint": "synonyms for satisfied", "clues": [["fulfill", "fill or meet a want or need", "fulfill"], ["meet", "fill or meet a want or need", "meet"], ["satisfy", "meet the requirements or expectations of", "satisfy"], ["live up to", "meet the requirements or expectations of", "live up to"], ["gratify", "make happy or satisfied", "gratify"], ["fill", "fill or meet a want or need", "fill"]]}, {"answer": "satisfying", "hint": "synonyms for satisfying", "clues": [["fulfill", "fill or meet a want or need", "fulfill"], ["meet", "fill or meet a want or need", "meet"], ["satisfy", "meet the requirements or expectations of", "satisfy"], ["live up to", "meet the requirements or expectations of", "live up to"], ["gratify", "make happy or satisfied", "gratify"], ["fill", "fill or meet a want or need", "fill"]]}, {"answer": "saved", "hint": "synonyms for saved", "clues": [["salve", "save from ruin, destruction, or harm", "salve"], ["salvage", "save from ruin, destruction, or harm", "salvage"], ["economise", "spend sparingly, avoid the waste of", "economise"], ["preserve", "to keep up and reserve for personal or special use", "preserve"], ["bring through", "bring into safety", "bring through"], ["carry through", "bring into safety", "carry through"], ["save up", "accumulate money for future use", "save up"], ["make unnecessary", "make unnecessary an expenditure or effort", "make unnecessary"], ["spare", "refrain from harming", "spare"], ["lay aside", "accumulate money for future use", "lay aside"], ["keep open", "retain rights to", "keep open"], ["pull through", "bring into safety", "pull through"], ["deliver", "save from sins", "deliver"], ["relieve", "save from ruin, destruction, or harm", "relieve"], ["hold open", "retain rights to", "hold open"], ["write", "record data on a computer", "write"], ["redeem", "save from sins", "redeem"], ["keep", "retain rights to", "keep"]]}, {"answer": "saving", "hint": "synonyms for saving", "clues": [["salve", "save from ruin, destruction, or harm", "salve"], ["salvage", "save from ruin, destruction, or harm", "salvage"], ["economise", "spend sparingly, avoid the waste of", "economise"], ["preserve", "to keep up and reserve for personal or special use", "preserve"], ["bring through", "bring into safety", "bring through"], ["carry through", "bring into safety", "carry through"], ["save up", "accumulate money for future use", "save up"], ["make unnecessary", "make unnecessary an expenditure or effort", "make unnecessary"], ["spare", "refrain from harming", "spare"], ["lay aside", "accumulate money for future use", "lay aside"], ["keep open", "retain rights to", "keep open"], ["pull through", "bring into safety", "pull through"], ["deliver", "save from sins", "deliver"], ["relieve", "save from ruin, destruction, or harm", "relieve"], ["hold open", "retain rights to", "hold open"], ["write", "record data on a computer", "write"], ["redeem", "save from sins", "redeem"], ["keep", "retain rights to", "keep"]]}, {"answer": "scared", "hint": "synonyms for scared", "clues": [["affright", "cause fear in", "affright"], ["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["mark", "mark with a scar", "mark"], ["scare away", "cause to lose courage", "scare away"], ["frighten", "cause fear in", "frighten"], ["scare", "cause fear in", "scare"], ["pit", "mark with a scar", "pit"], ["frighten off", "cause to lose courage", "frighten off"], ["scare off", "cause to lose courage", "scare off"], ["pall", "cause to lose courage", "pall"], ["pock", "mark with a scar", "pock"]]}, {"answer": "scarred", "hint": "synonyms for scarred", "clues": [["pock", "mark with a scar", "pock"], ["mark", "mark with a scar", "mark"], ["pit", "mark with a scar", "pit"], ["scar", "mark with a scar", "scar"]]}, {"answer": "scattered", "hint": "synonyms for scattered", "clues": [["spread out", "strew or distribute over an area", "spread out"], ["scatter", "cause to separate", "scatter"], ["dissipate", "move away from each other", "dissipate"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["disperse", "distribute loosely", "disperse"], ["spread", "strew or distribute over an area", "spread"], ["dust", "distribute loosely", "dust"], ["break up", "cause to separate", "break up"], ["dot", "distribute loosely", "dot"], ["sprinkle", "distribute loosely", "sprinkle"]]}, {"answer": "scented", "hint": "synonyms for scented", "clues": [["nose", "catch the scent of; get wind of", "nose"], ["perfume", "apply perfume to", "perfume"], ["scent", "apply perfume to", "scent"], ["odourise", "cause to smell or be smelly", "odourise"], ["wind", "catch the scent of; get wind of", "wind"], ["odorize", "cause to smell or be smelly", "odorize"]]}, {"answer": "scintillating", "hint": "synonyms for scintillating", "clues": [["sparkle", "reflect brightly", "sparkle"], ["coruscate", "reflect brightly", "coruscate"], ["scintillate", "physics: fluoresce momentarily when struck by a charged particle or high-energy photon", "scintillate"], ["twinkle", "emit or reflect light in a flickering manner", "twinkle"]]}, {"answer": "scorched", "hint": "synonyms for scorched", "clues": [["blacken", "burn slightly and superficially so as to affect color", "blacken"], ["scorch", "become scorched or singed under intense heat or dry conditions", "scorch"], ["sear", "burn slightly and superficially so as to affect color", "sear"], ["char", "burn slightly and superficially so as to affect color", "char"], ["singe", "become superficially burned", "singe"]]}, {"answer": "scorching", "hint": "synonyms for scorching", "clues": [["blacken", "burn slightly and superficially so as to affect color", "blacken"], ["scorch", "become scorched or singed under intense heat or dry conditions", "scorch"], ["sear", "burn slightly and superficially so as to affect color", "sear"], ["char", "burn slightly and superficially so as to affect color", "char"], ["singe", "become superficially burned", "singe"]]}, {"answer": "scorned", "hint": "synonyms for scorned", "clues": [["spurn", "reject with contempt", "spurn"], ["disdain", "reject with contempt", "disdain"], ["turn down", "reject with contempt", "turn down"], ["reject", "reject with contempt", "reject"], ["freeze off", "reject with contempt", "freeze off"], ["scorn", "reject with contempt", "scorn"], ["despise", "look down on with disdain", "despise"], ["pooh-pooh", "reject with contempt", "pooh-pooh"], ["contemn", "look down on with disdain", "contemn"]]}, {"answer": "scotch", "hint": "synonyms for scotch", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "scoured", "hint": "synonyms for scoured", "clues": [["flush", "rinse, clean, or empty with a liquid", "flush"], ["purge", "rinse, clean, or empty with a liquid", "purge"], ["abrade", "rub hard or scrub", "abrade"], ["scour", "examine minutely", "scour"], ["scrub", "clean with hard rubbing", "scrub"]]}, {"answer": "scrambled", "hint": "synonyms for scrambled", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["beat", "stir vigorously", "beat"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"], ["throw together", "bring into random order", "throw together"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["jumble", "bring into random order", "jumble"]]}, {"answer": "screaming", "hint": "synonyms for screaming", "clues": [["scream", "utter or declare in a very loud voice", "scream"], ["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["shout", "utter a sudden loud cry", "shout"], ["yell", "utter or declare in a very loud voice", "yell"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["cry", "utter a sudden loud cry", "cry"]]}, {"answer": "scrub", "hint": "synonyms for scrub", "clues": [["scratch", "postpone indefinitely or annul something that was scheduled", "scratch"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["scour", "clean with hard rubbing", "scour"], ["cancel", "postpone indefinitely or annul something that was scheduled", "cancel"], ["scrub up", "wash thoroughly", "scrub up"]]}, {"answer": "scrubbed", "hint": "synonyms for scrubbed", "clues": [["scrub", "clean with hard rubbing", "scrub"], ["scratch", "postpone indefinitely or annul something that was scheduled", "scratch"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["scour", "clean with hard rubbing", "scour"], ["cancel", "postpone indefinitely or annul something that was scheduled", "cancel"], ["scrub up", "wash thoroughly", "scrub up"]]}, {"answer": "scurrying", "hint": "synonyms for scurrying", "clues": [["scamper", "to move about or proceed hurriedly", "scamper"], ["scuttle", "to move about or proceed hurriedly", "scuttle"], ["scurry", "to move about or proceed hurriedly", "scurry"], ["skitter", "to move about or proceed hurriedly", "skitter"]]}, {"answer": "sear", "hint": "synonyms for sear", "clues": [["blacken", "burn slightly and superficially so as to affect color", "blacken"], ["parch", "cause to wither or parch from exposure to heat", "parch"], ["scorch", "burn slightly and superficially so as to affect color", "scorch"], ["char", "burn slightly and superficially so as to affect color", "char"], ["singe", "become superficially burned", "singe"]]}, {"answer": "searching", "hint": "synonyms for searching", "clues": [["research", "inquire into", "research"], ["look", "search or seek", "look"], ["seek", "try to locate or discover, or try to establish the existence of", "seek"], ["explore", "inquire into", "explore"], ["look for", "try to locate or discover, or try to establish the existence of", "look for"]]}, {"answer": "seared", "hint": "synonyms for seared", "clues": [["blacken", "burn slightly and superficially so as to affect color", "blacken"], ["sear", "cause to wither or parch from exposure to heat", "sear"], ["scorch", "make very hot and dry", "scorch"], ["parch", "cause to wither or parch from exposure to heat", "parch"], ["char", "burn slightly and superficially so as to affect color", "char"], ["singe", "become superficially burned", "singe"]]}, {"answer": "searing", "hint": "synonyms for searing", "clues": [["blacken", "burn slightly and superficially so as to affect color", "blacken"], ["sear", "cause to wither or parch from exposure to heat", "sear"], ["scorch", "make very hot and dry", "scorch"], ["parch", "cause to wither or parch from exposure to heat", "parch"], ["char", "burn slightly and superficially so as to affect color", "char"], ["singe", "become superficially burned", "singe"]]}, {"answer": "seasoned", "hint": "synonyms for seasoned", "clues": [["season", "make fit", "season"], ["temper", "make more temperate, acceptable, or suitable by adding something else; moderate", "temper"], ["flavour", "lend flavor to", "flavour"], ["harden", "make fit", "harden"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate", "mollify"]]}, {"answer": "seated", "hint": "synonyms for seated", "clues": [["sit", "show to a seat; assign a seat for", "sit"], ["invest", "place ceremoniously or formally in an office or position", "invest"], ["seat", "place ceremoniously or formally in an office or position", "seat"], ["induct", "place ceremoniously or formally in an office or position", "induct"], ["sit down", "show to a seat; assign a seat for", "sit down"]]}, {"answer": "secluded", "hint": "synonyms for secluded", "clues": [["seclude", "keep away from others", "seclude"], ["withdraw", "keep away from others", "withdraw"], ["sequestrate", "keep away from others", "sequestrate"], ["sequester", "keep away from others", "sequester"]]}, {"answer": "secure", "hint": "synonyms for secure", "clues": [["stop up", "fill or close tightly with or as if with a plug", "stop up"], ["fasten", "cause to be firmly attached", "fasten"], ["batten", "furnish with battens", "batten"], ["plug", "fill or close tightly with or as if with a plug", "plug"], ["guarantee", "make certain of", "guarantee"], ["insure", "make certain of", "insure"], ["fix", "cause to be firmly attached", "fix"], ["procure", "get by special effort", "procure"], ["batten down", "furnish with battens", "batten down"], ["ensure", "make certain of", "ensure"], ["assure", "make certain of", "assure"]]}, {"answer": "seeing", "hint": "synonyms for seeing", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["regard", "deem to be", "regard"], ["see", "date regularly; have a steady relationship with", "see"], ["realise", "perceive (an idea or situation) mentally", "realise"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["go steady", "date regularly; have a steady relationship with", "go steady"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["project", "imagine; conceive of; see in one's mind", "project"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["watch", "see or watch", "watch"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["image", "imagine; conceive of; see in one's mind", "image"], ["escort", "accompany or escort", "escort"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["attend", "take charge of or deal with", "attend"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["go out", "date regularly; have a steady relationship with", "go out"], ["interpret", "make sense of; assign a meaning to", "interpret"], ["catch", "see or watch", "catch"], ["envision", "imagine; conceive of; see in one's mind", "envision"], ["look", "take charge of or deal with", "look"], ["run into", "come together", "run into"], ["go through", "go or live through", "go through"], ["view", "see or watch", "view"], ["run across", "come together", "run across"], ["witness", "perceive or be contemporaneous with", "witness"], ["control", "be careful or certain to do something; make certain of something", "control"], ["understand", "perceive (an idea or situation) mentally", "understand"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["reckon", "deem to be", "reckon"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["date", "date regularly; have a steady relationship with", "date"], ["examine", "observe, check out, and look over carefully or inspect", "examine"], ["consider", "deem to be", "consider"], ["come across", "come together", "come across"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["construe", "make sense of; assign a meaning to", "construe"], ["find", "perceive or be contemporaneous with", "find"], ["encounter", "come together", "encounter"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["meet", "come together", "meet"], ["take in", "see or watch", "take in"], ["visit", "go to see a place, as for entertainment", "visit"], ["experience", "go or live through", "experience"], ["take care", "take charge of or deal with", "take care"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["discover", "get to know or become aware of, usually accidentally", "discover"]]}, {"answer": "seething", "hint": "synonyms for seething", "clues": [["boil", "be in an agitated emotional state", "boil"], ["seethe", "boil vigorously", "seethe"], ["hum", "be noisy with activity", "hum"], ["roll", "boil vigorously", "roll"], ["buzz", "be noisy with activity", "buzz"]]}, {"answer": "selected", "hint": "synonyms for selected", "clues": [["pick out", "pick out, select, or choose from a number of alternatives", "pick out"], ["take", "pick out, select, or choose from a number of alternatives", "take"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["choose", "pick out, select, or choose from a number of alternatives", "choose"]]}, {"answer": "sensed", "hint": "synonyms for sensed", "clues": [["sense", "detect some circumstance or entity automatically", "sense"], ["feel", "perceive by a physical sensation, e.g., coming from the skin or muscles", "feel"], ["smell", "become aware of not through the senses but instinctively", "smell"], ["smell out", "become aware of not through the senses but instinctively", "smell out"]]}, {"answer": "sent", "hint": "synonyms for sent", "clues": [["station", "assign to a station", "station"], ["send", "transfer", "send"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["get off", "transfer", "get off"], ["direct", "cause to go somewhere", "direct"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["mail", "cause to be directed or transmitted to another place", "mail"], ["post", "assign to a station", "post"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["place", "assign to a station", "place"], ["transport", "transport commercially", "transport"], ["send out", "to cause or order to be taken, directed, or transmitted to another place", "send out"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"], ["ship", "transport commercially", "ship"], ["charge", "cause to be admitted; of persons to an institution", "charge"], ["send off", "transfer", "send off"], ["commit", "cause to be admitted; of persons to an institution", "commit"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"]]}, {"answer": "separate", "hint": "synonyms for separate", "clues": [["discriminate", "treat differently on the basis of sex or race", "discriminate"], ["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["divide", "force, take, or pull apart", "divide"], ["secern", "mark as different", "secern"], ["severalise", "mark as different", "severalise"], ["dissever", "separate into parts or portions", "dissever"], ["sort", "arrange or order by classes or categories", "sort"], ["class", "arrange or order by classes or categories", "class"], ["tell", "mark as different", "tell"], ["secernate", "mark as different", "secernate"], ["sort out", "arrange or order by classes or categories", "sort out"], ["fork", "divide into two or more branches so as to form a fork", "fork"], ["assort", "arrange or order by classes or categories", "assort"], ["differentiate", "mark as different", "differentiate"], ["come apart", "become separated into pieces or fragments", "come apart"], ["split", "discontinue an association or relation; go different ways", "split"], ["tell apart", "mark as different", "tell apart"], ["part", "come apart", "part"], ["carve up", "separate into parts or portions", "carve up"], ["disunite", "force, take, or pull apart", "disunite"], ["distinguish", "mark as different", "distinguish"], ["branch", "divide into two or more branches so as to form a fork", "branch"], ["classify", "arrange or order by classes or categories", "classify"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["single out", "treat differently on the basis of sex or race", "single out"], ["break", "discontinue an association or relation; go different ways", "break"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["fall apart", "become separated into pieces or fragments", "fall apart"]]}, {"answer": "separated", "hint": "synonyms for separated", "clues": [["discriminate", "treat differently on the basis of sex or race", "discriminate"], ["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["divide", "force, take, or pull apart", "divide"], ["secern", "mark as different", "secern"], ["severalise", "mark as different", "severalise"], ["dissever", "separate into parts or portions", "dissever"], ["separate", "treat differently on the basis of sex or race", "separate"], ["sort", "arrange or order by classes or categories", "sort"], ["fall apart", "become separated into pieces or fragments", "fall apart"], ["class", "arrange or order by classes or categories", "class"], ["tell", "mark as different", "tell"], ["secernate", "mark as different", "secernate"], ["sort out", "arrange or order by classes or categories", "sort out"], ["fork", "divide into two or more branches so as to form a fork", "fork"], ["assort", "arrange or order by classes or categories", "assort"], ["differentiate", "mark as different", "differentiate"], ["come apart", "become separated into pieces or fragments", "come apart"], ["split", "discontinue an association or relation; go different ways", "split"], ["tell apart", "mark as different", "tell apart"], ["part", "come apart", "part"], ["carve up", "separate into parts or portions", "carve up"], ["distinguish", "mark as different", "distinguish"], ["branch", "divide into two or more branches so as to form a fork", "branch"], ["classify", "arrange or order by classes or categories", "classify"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["single out", "treat differently on the basis of sex or race", "single out"], ["break", "discontinue an association or relation; go different ways", "break"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["disunite", "force, take, or pull apart", "disunite"]]}, {"answer": "sequestered", "hint": "synonyms for sequestered", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["sequester", "set apart from others", "sequester"], ["set apart", "set apart from others", "set apart"], ["withdraw", "keep away from others", "withdraw"], ["sequestrate", "keep away from others", "sequestrate"], ["seize", "take temporary possession of as a security, by legal authority", "seize"], ["seclude", "keep away from others", "seclude"], ["keep apart", "set apart from others", "keep apart"], ["impound", "take temporary possession of as a security, by legal authority", "impound"], ["isolate", "set apart from others", "isolate"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["determine", "fix conclusively or authoritatively", "determine"], ["mark", "establish as the highest level or best performance", "mark"], ["position", "put into a certain place or abstract location", "position"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard", "correct"], ["put", "put into a certain place or abstract location", "put"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["specify", "decide upon or fix definitely", "specify"], ["pose", "put into a certain place or abstract location", "pose"], ["do", "arrange attractively", "do"], ["plant", "put or set (seeds, seedlings, or plants) into the ground", "plant"], ["jell", "become gelatinous", "jell"], ["typeset", "set in type", "typeset"], ["localise", "locate", "localise"], ["go under", "disappear beyond the horizon", "go under"], ["rig", "equip with sails or masts", "rig"], ["arrange", "adapt for performance in a different way", "arrange"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"], ["set up", "get ready for a particular purpose or event", "set up"], ["countersink", "insert (a nail or screw below the surface, as into a countersink)", "countersink"], ["lay", "put into a certain place or abstract location", "lay"], ["coiffure", "arrange attractively", "coiffure"], ["place", "put into a certain place or abstract location", "place"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "fix"], ["coif", "arrange attractively", "coif"], ["sic", "urge to attack someone", "sic"], ["dress", "arrange attractively", "dress"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["lay out", "get ready for a particular purpose or event", "lay out"], ["congeal", "become gelatinous", "congeal"], ["go down", "disappear beyond the horizon", "go down"], ["fructify", "bear fruit", "fructify"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard", "adjust"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "settled", "hint": "synonyms for settled", "clues": [["settle", "become clear by the sinking of particles", "settle"], ["resolve", "bring to an end; settle conclusively", "resolve"], ["square up", "settle conclusively; come to terms", "square up"], ["reconcile", "come to terms", "reconcile"], ["root", "become settled or established and stable in one's residence or life style", "root"], ["sink", "go under,", "sink"], ["go under", "go under,", "go under"], ["square off", "settle conclusively; come to terms", "square off"], ["patch up", "come to terms", "patch up"], ["conciliate", "come to terms", "conciliate"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["ensconce", "fix firmly", "ensconce"], ["settle down", "settle into a position, usually on a surface or ground", "settle down"], ["go down", "go under,", "go down"], ["make up", "come to terms", "make up"], ["decide", "bring to an end; settle conclusively", "decide"], ["finalise", "make final; put the last touches on; put into final form", "finalise"], ["descend", "come as if by falling", "descend"], ["get back", "get one's revenge for a wrong or an injury", "get back"], ["nail down", "make final; put the last touches on; put into final form", "nail down"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["fall", "come as if by falling", "fall"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["locate", "take up residence and become established", "locate"], ["subside", "sink down or precipitate", "subside"], ["determine", "settle conclusively; come to terms", "determine"]]}, {"answer": "severed", "hint": "synonyms for severed", "clues": [["break up", "set or keep apart", "break up"], ["lop", "cut off from a whole", "lop"], ["sever", "set or keep apart", "sever"], ["discerp", "cut off from a whole", "discerp"]]}, {"answer": "sewed", "hint": "synonyms for sewed", "clues": [["sew", "fasten by sewing; do needlework", "sew"], ["tailor-make", "create (clothes) with cloth", "tailor-make"], ["sew together", "fasten by sewing; do needlework", "sew together"], ["run up", "fasten by sewing; do needlework", "run up"], ["stitch", "fasten by sewing; do needlework", "stitch"], ["tailor", "create (clothes) with cloth", "tailor"]]}, {"answer": "sewn", "hint": "synonyms for sewn", "clues": [["sew", "fasten by sewing; do needlework", "sew"], ["tailor-make", "create (clothes) with cloth", "tailor-make"], ["sew together", "fasten by sewing; do needlework", "sew together"], ["run up", "fasten by sewing; do needlework", "run up"], ["stitch", "fasten by sewing; do needlework", "stitch"], ["tailor", "create (clothes) with cloth", "tailor"]]}, {"answer": "sexed", "hint": "synonyms for sexed", "clues": [["sex", "tell the sex (of young chickens)", "sex"], ["turn on", "stimulate sexually", "turn on"], ["wind up", "stimulate sexually", "wind up"], ["arouse", "stimulate sexually", "arouse"], ["excite", "stimulate sexually", "excite"]]}, {"answer": "shaded", "hint": "synonyms for shaded", "clues": [["shade", "protect from light, heat, or view", "shade"], ["shade off", "cast a shadow over", "shade off"], ["shadow", "cast a shadow over", "shadow"], ["fill in", "represent the effect of shade or shadow on", "fill in"]]}, {"answer": "shadowed", "hint": "synonyms for shadowed", "clues": [["shade off", "cast a shadow over", "shade off"], ["overshadow", "make appear small by comparison", "overshadow"], ["shadow", "follow, usually without the person's knowledge", "shadow"], ["shade", "cast a shadow over", "shade"], ["dwarf", "make appear small by comparison", "dwarf"]]}, {"answer": "shaken", "hint": "synonyms for shaken", "clues": [["rock", "move back and forth or sideways", "rock"], ["escape from", "get rid of", "escape from"], ["shake", "shake (a body part) to communicate a greeting, feeling, or cognitive state", "shake"], ["throw off", "get rid of", "throw off"], ["sway", "move back and forth or sideways", "sway"], ["didder", "move with or as if with a tremor", "didder"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["judder", "shake or vibrate rapidly and intensively", "judder"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["agitate", "move or cause to move back and forth", "agitate"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["excite", "stir the feelings, emotions, or peace of", "excite"], ["shake off", "get rid of", "shake off"]]}, {"answer": "sham", "hint": "synonyms for sham", "clues": [["feign", "make a pretence of", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["affect", "make believe with the intent to deceive", "affect"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["assume", "make a pretence of", "assume"], ["simulate", "make a pretence of", "simulate"]]}, {"answer": "shamed", "hint": "synonyms for shamed", "clues": [["shame", "bring shame or dishonor upon", "shame"], ["dishonor", "bring shame or dishonor upon", "dishonor"], ["attaint", "bring shame or dishonor upon", "attaint"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["feign", "make believe with the intent to deceive", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["disgrace", "bring shame or dishonor upon", "disgrace"], ["simulate", "make a pretence of", "simulate"], ["affect", "make believe with the intent to deceive", "affect"], ["assume", "make a pretence of", "assume"]]}, {"answer": "shaped", "hint": "synonyms for shaped", "clues": [["determine", "shape or influence; give direction to", "determine"], ["shape", "shape or influence; give direction to", "shape"], ["mold", "shape or influence; give direction to", "mold"], ["forge", "make something, usually for a specific function", "forge"], ["regulate", "shape or influence; give direction to", "regulate"], ["work", "make something, usually for a specific function", "work"], ["form", "make something, usually for a specific function", "form"], ["influence", "shape or influence; give direction to", "influence"]]}, {"answer": "shaping", "hint": "synonyms for shaping", "clues": [["determine", "shape or influence; give direction to", "determine"], ["shape", "shape or influence; give direction to", "shape"], ["mold", "shape or influence; give direction to", "mold"], ["forge", "make something, usually for a specific function", "forge"], ["regulate", "shape or influence; give direction to", "regulate"], ["work", "make something, usually for a specific function", "work"], ["form", "make something, usually for a specific function", "form"], ["influence", "shape or influence; give direction to", "influence"]]}, {"answer": "shared", "hint": "synonyms for shared", "clues": [["share", "have in common", "share"], ["partake", "have, give, or receive a share of", "partake"], ["partake in", "have, give, or receive a share of", "partake in"], ["deal", "give out as one's portion or share", "deal"], ["portion out", "give out as one's portion or share", "portion out"], ["divvy up", "give out as one's portion or share", "divvy up"], ["apportion", "give out as one's portion or share", "apportion"]]}, {"answer": "sharing", "hint": "synonyms for sharing", "clues": [["share", "have in common", "share"], ["partake", "have, give, or receive a share of", "partake"], ["partake in", "have, give, or receive a share of", "partake in"], ["deal", "give out as one's portion or share", "deal"], ["portion out", "give out as one's portion or share", "portion out"], ["divvy up", "give out as one's portion or share", "divvy up"], ["apportion", "give out as one's portion or share", "apportion"]]}, {"answer": "sharpened", "hint": "synonyms for sharpened", "clues": [["taper", "give a point to", "taper"], ["focalise", "put (an image) into focus", "focalise"], ["sharpen", "become sharp or sharper", "sharpen"], ["point", "give a point to", "point"], ["focus", "put (an image) into focus", "focus"], ["heighten", "make (one's senses) more acute", "heighten"]]}, {"answer": "shaved", "hint": "synonyms for shaved", "clues": [["shave", "make shavings of or reduce to shavings", "shave"], ["knock off", "cut the price of", "knock off"], ["plane", "cut or remove with or as if with a plane", "plane"], ["trim", "cut closely", "trim"]]}, {"answer": "shaven", "hint": "synonyms for shaven", "clues": [["shave", "make shavings of or reduce to shavings", "shave"], ["knock off", "cut the price of", "knock off"], ["plane", "cut or remove with or as if with a plane", "plane"], ["trim", "cut closely", "trim"]]}, {"answer": "shed", "hint": "synonyms for shed", "clues": [["drop", "get rid of", "drop"], ["pour forth", "pour out in drops or small quantities or as if in drops or small quantities", "pour forth"], ["slough", "cast off hair, skin, horn, or feathers", "slough"], ["molt", "cast off hair, skin, horn, or feathers", "molt"], ["throw off", "get rid of", "throw off"], ["cast", "get rid of", "cast"], ["spill", "cause or allow (a solid substance) to flow or run out or over", "spill"], ["throw away", "get rid of", "throw away"], ["disgorge", "cause or allow (a solid substance) to flow or run out or over", "disgorge"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["exuviate", "cast off hair, skin, horn, or feathers", "exuviate"], ["shake off", "get rid of", "shake off"]]}, {"answer": "sheer", "hint": "synonyms for sheer", "clues": [["slue", "turn sharply; change direction abruptly", "slue"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curve", "turn sharply; change direction abruptly", "curve"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["trend", "turn sharply; change direction abruptly", "trend"], ["cut", "turn sharply; change direction abruptly", "cut"]]}, {"answer": "shelled", "hint": "synonyms for shelled", "clues": [["crush", "come out better in a competition, race, or conflict", "crush"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["shell", "look for and collect shells by the seashore", "shell"], ["blast", "use explosives on", "blast"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["husk", "remove the husks from", "husk"], ["trounce", "come out better in a competition, race, or conflict", "trounce"]]}, {"answer": "shifting", "hint": "synonyms for shifting", "clues": [["shift", "move and exchange for another", "shift"], ["change over", "make a shift in or exchange of", "change over"], ["pitch", "move abruptly", "pitch"], ["lurch", "move abruptly", "lurch"], ["tilt", "move sideways or in an unsteady way", "tilt"], ["budge", "move very slightly", "budge"], ["dislodge", "change place or direction", "dislodge"], ["reposition", "change place or direction", "reposition"], ["careen", "move sideways or in an unsteady way", "careen"], ["change", "lay aside, abandon, or leave for another", "change"], ["switch", "make a shift in or exchange of", "switch"], ["wobble", "move sideways or in an unsteady way", "wobble"], ["stir", "move very slightly", "stir"], ["agitate", "move very slightly", "agitate"], ["transfer", "move around", "transfer"]]}, {"answer": "shining", "hint": "synonyms for shining", "clues": [["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shine", "be shiny, as if wet", "shine"], ["reflect", "be bright by reflecting or casting light", "reflect"], ["fall", "touch or seem as if touching visually or audibly", "fall"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["polish", "make (a surface) shine", "polish"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["smooth", "make (a surface) shine", "smooth"], ["beam", "experience a feeling of well-being or happiness, as from good health or an intense emotion", "beam"], ["glow", "have a complexion with a strong bright color, such as red or pink", "glow"], ["radiate", "have a complexion with a strong bright color, such as red or pink", "radiate"], ["glint", "be shiny, as if wet", "glint"], ["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"], ["gleam", "be shiny, as if wet", "gleam"], ["glisten", "be shiny, as if wet", "glisten"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["strike", "touch or seem as if touching visually or audibly", "strike"], ["glitter", "be shiny, as if wet", "glitter"]]}, {"answer": "shivering", "hint": "synonyms for shivering", "clues": [["shiver", "tremble convulsively, as from fear or excitement", "shiver"], ["thrill", "tremble convulsively, as from fear or excitement", "thrill"], ["throb", "tremble convulsively, as from fear or excitement", "throb"], ["shudder", "shake, as from cold", "shudder"]]}, {"answer": "shocked", "hint": "synonyms for shocked", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["traumatise", "inflict a trauma upon", "traumatise"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"], ["appal", "strike with disgust or revulsion", "appal"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"], ["floor", "surprise greatly; knock someone's socks off", "floor"]]}, {"answer": "shocking", "hint": "synonyms for shocking", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["traumatise", "inflict a trauma upon", "traumatise"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"], ["appal", "strike with disgust or revulsion", "appal"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"], ["floor", "surprise greatly; knock someone's socks off", "floor"]]}, {"answer": "shortened", "hint": "synonyms for shortened", "clues": [["bowdlerise", "edit by omitting or modifying parts considered indelicate", "bowdlerise"], ["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["shorten", "edit by omitting or modifying parts considered indelicate", "shorten"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["castrate", "edit by omitting or modifying parts considered indelicate", "castrate"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["contract", "reduce in scope while retaining essential elements", "contract"]]}, {"answer": "shot", "hint": "synonyms for shot", "clues": [["shoot", "score", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["pip", "hit with a missile from a weapon", "pip"], ["fool", "spend frivolously and unwisely", "fool"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["film", "make a film or photograph of something", "film"], ["sprout", "produce buds, branches, or germinate", "sprout"], ["charge", "move quickly and violently", "charge"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["inject", "give an injection to", "inject"], ["spud", "produce buds, branches, or germinate", "spud"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["photograph", "record on photographic film", "photograph"], ["hit", "hit with a missile from a weapon", "hit"], ["tear", "move quickly and violently", "tear"], ["fool away", "spend frivolously and unwisely", "fool away"], ["buck", "move quickly and violently", "buck"], ["germinate", "produce buds, branches, or germinate", "germinate"], ["take", "make a film or photograph of something", "take"], ["dash", "run or move very quickly or hastily", "dash"], ["dissipate", "spend frivolously and unwisely", "dissipate"], ["fritter", "spend frivolously and unwisely", "fritter"], ["scoot", "run or move very quickly or hastily", "scoot"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["blast", "fire a shot", "blast"], ["scud", "run or move very quickly or hastily", "scud"], ["shoot down", "move quickly and violently", "shoot down"], ["snap", "record on photographic film", "snap"]]}, {"answer": "shouted", "hint": "synonyms for shouted", "clues": [["call", "utter a sudden loud cry", "call"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"], ["hollo", "utter a sudden loud cry", "hollo"], ["squall", "utter a sudden loud cry", "squall"], ["clapperclaw", "use foul or abusive language towards", "clapperclaw"], ["yell", "utter a sudden loud cry", "yell"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["shout out", "utter a sudden loud cry", "shout out"], ["scream", "utter a sudden loud cry", "scream"], ["abuse", "use foul or abusive language towards", "abuse"], ["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["holler", "utter a sudden loud cry", "holler"], ["blackguard", "use foul or abusive language towards", "blackguard"]]}, {"answer": "shrieked", "hint": "synonyms for shrieked", "clues": [["pipe up", "utter a shrill cry", "pipe up"], ["pipe", "utter a shrill cry", "pipe"], ["shriek", "utter a shrill cry", "shriek"], ["shrill", "utter a shrill cry", "shrill"]]}, {"answer": "shriveled", "hint": "synonyms for shriveled", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["shrivel", "decrease in size, range, or extent", "shrivel"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["wither", "wither, as with a loss of moisture", "wither"]]}, {"answer": "shrivelled", "hint": "synonyms for shrivelled", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["shrivel", "decrease in size, range, or extent", "shrivel"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["wither", "wither, as with a loss of moisture", "wither"]]}, {"answer": "shrunken", "hint": "synonyms for shrunken", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["contract", "become smaller or draw together", "contract"], ["shrivel", "decrease in size, range, or extent", "shrivel"], ["cringe", "draw back, as with fear or pain", "cringe"], ["wince", "draw back, as with fear or pain", "wince"], ["squinch", "draw back, as with fear or pain", "squinch"], ["flinch", "draw back, as with fear or pain", "flinch"], ["reduce", "reduce in size; reduce physically", "reduce"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["quail", "draw back, as with fear or pain", "quail"], ["wither", "wither, as with a loss of moisture", "wither"]]}, {"answer": "shuddering", "hint": "synonyms for shuddering", "clues": [["shudder", "tremble convulsively, as from fear or excitement", "shudder"], ["shiver", "tremble convulsively, as from fear or excitement", "shiver"], ["thrill", "tremble convulsively, as from fear or excitement", "thrill"], ["throb", "tremble convulsively, as from fear or excitement", "throb"]]}, {"answer": "shut", "hint": "synonyms for shut", "clues": [["close", "become closed", "close"], ["keep out", "prevent from entering; shut out", "keep out"], ["shut out", "prevent from entering; shut out", "shut out"], ["exclude", "prevent from entering; shut out", "exclude"]]}, {"answer": "shut_up", "hint": "synonyms for shut up", "clues": [["lock in", "place in a place where something cannot be removed or someone cannot escape", "lock in"], ["button up", "refuse to talk or stop talking; fall silent", "button up"], ["belt up", "refuse to talk or stop talking; fall silent", "belt up"], ["shut away", "place in a place where something cannot be removed or someone cannot escape", "shut away"], ["silence", "cause to be quiet or not talk", "silence"], ["hush up", "cause to be quiet or not talk", "hush up"], ["put away", "place in a place where something cannot be removed or someone cannot escape", "put away"], ["hush", "cause to be quiet or not talk", "hush"], ["dummy up", "refuse to talk or stop talking; fall silent", "dummy up"], ["clam up", "refuse to talk or stop talking; fall silent", "clam up"], ["lock away", "place in a place where something cannot be removed or someone cannot escape", "lock away"], ["close up", "refuse to talk or stop talking; fall silent", "close up"], ["lock up", "place in a place where something cannot be removed or someone cannot escape", "lock up"], ["still", "cause to be quiet or not talk", "still"], ["quieten", "cause to be quiet or not talk", "quieten"], ["keep mum", "refuse to talk or stop talking; fall silent", "keep mum"], ["be quiet", "refuse to talk or stop talking; fall silent", "be quiet"], ["lock", "place in a place where something cannot be removed or someone cannot escape", "lock"]]}, {"answer": "sick", "hint": "synonyms for sick", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "sickening", "hint": "synonyms for sickening", "clues": [["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["sicken", "upset and make nauseated", "sicken"], ["nauseate", "upset and make nauseated", "nauseate"], ["revolt", "cause aversion in; offend the moral sense of", "revolt"], ["come down", "get sick", "come down"], ["turn one's stomach", "upset and make nauseated", "turn one's stomach"]]}, {"answer": "sign", "hint": "synonyms for sign", "clues": [["subscribe", "mark with one's signature; write one's name (on)", "subscribe"], ["contract", "engage by written agreement", "contract"], ["sign on", "engage by written agreement", "sign on"], ["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate", "bless"], ["signalise", "communicate silently and non-verbally by signals or signs", "signalise"], ["sign up", "engage by written agreement", "sign up"], ["ratify", "approve and express assent, responsibility, or obligation", "ratify"], ["signal", "communicate silently and non-verbally by signals or signs", "signal"]]}, {"answer": "signal", "hint": "synonyms for signal", "clues": [["indicate", "be a signal for or a symptom of", "indicate"], ["bespeak", "be a signal for or a symptom of", "bespeak"], ["signalise", "communicate silently and non-verbally by signals or signs", "signalise"], ["betoken", "be a signal for or a symptom of", "betoken"], ["sign", "communicate silently and non-verbally by signals or signs", "sign"], ["point", "be a signal for or a symptom of", "point"]]}, {"answer": "signed", "hint": "synonyms for signed", "clues": [["subscribe", "mark with one's signature; write one's name (on)", "subscribe"], ["sign", "mark with one's signature; write one's name (on)", "sign"], ["contract", "engage by written agreement", "contract"], ["sign on", "engage by written agreement", "sign on"], ["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate", "bless"], ["signalise", "communicate silently and non-verbally by signals or signs", "signalise"], ["sign up", "engage by written agreement", "sign up"], ["ratify", "approve and express assent, responsibility, or obligation", "ratify"], ["signal", "communicate silently and non-verbally by signals or signs", "signal"]]}, {"answer": "silenced", "hint": "synonyms for silenced", "clues": [["silence", "keep from expression, for example by threats or pressure", "silence"], ["hush up", "cause to be quiet or not talk", "hush up"], ["still", "cause to be quiet or not talk", "still"], ["shut up", "cause to be quiet or not talk", "shut up"], ["quieten", "cause to be quiet or not talk", "quieten"], ["hush", "cause to be quiet or not talk", "hush"]]}, {"answer": "simulated", "hint": "synonyms for simulated", "clues": [["sham", "make a pretence of", "sham"], ["imitate", "reproduce someone's behavior or looks", "imitate"], ["simulate", "make a pretence of", "simulate"], ["feign", "make a pretence of", "feign"], ["copy", "reproduce someone's behavior or looks", "copy"], ["model", "create a representation or model of", "model"], ["assume", "make a pretence of", "assume"]]}, {"answer": "singing", "hint": "synonyms for singing", "clues": [["sing", "make a whining, ringing, or whistling sound", "sing"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["scorch", "become superficially burned", "scorch"], ["swinge", "burn superficially or lightly", "swinge"], ["blab", "divulge confidential information or secrets", "blab"], ["whistle", "make a whining, ringing, or whistling sound", "whistle"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"], ["sear", "become superficially burned", "sear"]]}, {"answer": "sinning", "hint": "synonyms for sinning", "clues": [["trespass", "commit a sin; violate a law of God or a moral law", "trespass"], ["boob", "commit a faux pas or a fault or make a serious mistake", "boob"], ["blunder", "commit a faux pas or a fault or make a serious mistake", "blunder"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake", "drop the ball"], ["goof", "commit a faux pas or a fault or make a serious mistake", "goof"], ["sin", "commit a sin; violate a law of God or a moral law", "sin"], ["transgress", "commit a sin; violate a law of God or a moral law", "transgress"]]}, {"answer": "sitting", "hint": "synonyms for sitting", "clues": [["sit", "assume a posture as for artistic purposes", "sit"], ["pose", "assume a posture as for artistic purposes", "pose"], ["baby-sit", "work or act as a baby-sitter", "baby-sit"], ["sit down", "show to a seat; assign a seat for", "sit down"], ["sit around", "be around, often idly or without specific purpose", "sit around"], ["posture", "assume a posture as for artistic purposes", "posture"], ["model", "assume a posture as for artistic purposes", "model"], ["seat", "show to a seat; assign a seat for", "seat"], ["ride", "sit and travel on the back of animal, usually while controlling its motions", "ride"]]}, {"answer": "situated", "hint": "synonyms for situated", "clues": [["posit", "put (something somewhere) firmly", "posit"], ["deposit", "put (something somewhere) firmly", "deposit"], ["fix", "put (something somewhere) firmly", "fix"], ["situate", "put (something somewhere) firmly", "situate"], ["locate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey", "locate"]]}, {"answer": "skim", "hint": "synonyms for skim", "clues": [["run down", "examine hastily", "run down"], ["glance over", "examine hastily", "glance over"], ["scan", "examine hastily", "scan"], ["skitter", "cause to skip over a surface", "skitter"], ["skip", "cause to skip over a surface", "skip"], ["cream off", "remove from the surface", "cream off"], ["skim off", "remove from the surface", "skim off"], ["plane", "travel on the surface of water", "plane"], ["rake", "examine hastily", "rake"], ["skim over", "read superficially", "skim over"], ["cream", "remove from the surface", "cream"]]}, {"answer": "skimmed", "hint": "synonyms for skimmed", "clues": [["run down", "examine hastily", "run down"], ["skim off", "remove from the surface", "skim off"], ["plane", "travel on the surface of water", "plane"], ["skim", "travel on the surface of water", "skim"], ["rake", "examine hastily", "rake"], ["skim over", "read superficially", "skim over"], ["glance over", "examine hastily", "glance over"], ["scan", "examine hastily", "scan"], ["skitter", "cause to skip over a surface", "skitter"], ["skip", "cause to skip over a surface", "skip"], ["cream off", "remove from the surface", "cream off"], ["cream", "remove from the surface", "cream"]]}, {"answer": "skinned", "hint": "synonyms for skinned", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["skin", "strip the skin off", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["pare", "strip the skin off", "pare"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"], ["peel", "strip the skin off", "peel"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["scrape", "bruise, cut, or injure the skin or the surface of", "scrape"], ["bark", "remove the bark of a tree", "bark"]]}, {"answer": "skirting", "hint": "synonyms for skirting", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["skirt", "form the edge of", "skirt"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["border", "extend on all sides of simultaneously; encircle", "border"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "slack", "hint": "synonyms for slack", "clues": [["slow up", "become slow or slower", "slow up"], ["slack off", "become less in amount or intensity", "slack off"], ["slacken", "become slow or slower", "slacken"], ["slack up", "make less active or fast", "slack up"], ["die away", "become less in amount or intensity", "die away"], ["abate", "become less in amount or intensity", "abate"], ["let up", "become less in amount or intensity", "let up"], ["slow", "become slow or slower", "slow"], ["slow down", "become slow or slower", "slow down"], ["relax", "make less active or fast", "relax"], ["slake", "make less active or intense", "slake"]]}, {"answer": "slain", "hint": "synonyms for slain", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "slaked", "hint": "synonyms for slaked", "clues": [["slack", "make less active or intense", "slack"], ["slake", "satisfy (thirst)", "slake"], ["quench", "satisfy (thirst)", "quench"], ["allay", "satisfy (thirst)", "allay"], ["abate", "make less active or intense", "abate"], ["assuage", "satisfy (thirst)", "assuage"]]}, {"answer": "slanted", "hint": "synonyms for slanted", "clues": [["tilt", "heel over", "tilt"], ["lean", "to incline or bend from a vertical position", "lean"], ["tip", "to incline or bend from a vertical position", "tip"], ["slant", "heel over", "slant"], ["angle", "present with a bias", "angle"], ["weight", "present with a bias", "weight"], ["cant over", "heel over", "cant over"], ["cant", "heel over", "cant"], ["pitch", "heel over", "pitch"]]}, {"answer": "slanting", "hint": "synonyms for slanting", "clues": [["tilt", "heel over", "tilt"], ["lean", "to incline or bend from a vertical position", "lean"], ["tip", "to incline or bend from a vertical position", "tip"], ["slant", "heel over", "slant"], ["angle", "present with a bias", "angle"], ["weight", "present with a bias", "weight"], ["cant over", "heel over", "cant over"], ["cant", "heel over", "cant"], ["pitch", "heel over", "pitch"]]}, {"answer": "slashed", "hint": "synonyms for slashed", "clues": [["slash", "cut with sweeping strokes; as with an ax or machete", "slash"], ["convulse", "move or stir about violently", "convulse"], ["thresh about", "move or stir about violently", "thresh about"], ["whip", "beat severely with a whip or rod", "whip"], ["jactitate", "move or stir about violently", "jactitate"], ["toss", "move or stir about violently", "toss"], ["thrash", "move or stir about violently", "thrash"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["thresh", "move or stir about violently", "thresh"], ["trounce", "beat severely with a whip or rod", "trounce"], ["gash", "cut open", "gash"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"], ["cut down", "cut with sweeping strokes; as with an ax or machete", "cut down"]]}, {"answer": "slashing", "hint": "synonyms for slashing", "clues": [["slash", "cut with sweeping strokes; as with an ax or machete", "slash"], ["convulse", "move or stir about violently", "convulse"], ["thresh about", "move or stir about violently", "thresh about"], ["whip", "beat severely with a whip or rod", "whip"], ["jactitate", "move or stir about violently", "jactitate"], ["toss", "move or stir about violently", "toss"], ["thrash", "move or stir about violently", "thrash"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["thresh", "move or stir about violently", "thresh"], ["trounce", "beat severely with a whip or rod", "trounce"], ["gash", "cut open", "gash"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"], ["cut down", "cut with sweeping strokes; as with an ax or machete", "cut down"]]}, {"answer": "sleeping", "hint": "synonyms for sleeping", "clues": [["log Z's", "be asleep", "log Z's"], ["sleep", "be asleep", "sleep"], ["slumber", "be asleep", "slumber"], ["kip", "be asleep", "kip"], ["catch some Z's", "be asleep", "catch some Z's"]]}, {"answer": "slicked", "hint": "synonyms for slicked", "clues": [["sleek", "make slick or smooth", "sleek"], ["sleek down", "give a smooth and glossy appearance", "sleek down"], ["slick down", "give a smooth and glossy appearance", "slick down"], ["slick", "give a smooth and glossy appearance", "slick"]]}, {"answer": "sliding", "hint": "synonyms for sliding", "clues": [["slip", "move obliquely or sideways, usually in an uncontrolled manner", "slip"], ["slide", "to pass or move unobtrusively or smoothly", "slide"], ["slither", "to pass or move unobtrusively or smoothly", "slither"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner", "slew"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner", "skid"], ["slue", "move obliquely or sideways, usually in an uncontrolled manner", "slue"]]}, {"answer": "slim", "hint": "synonyms for slim", "clues": [["slim down", "take off weight", "slim down"], ["lose weight", "take off weight", "lose weight"], ["melt off", "take off weight", "melt off"], ["slenderize", "take off weight", "slenderize"], ["thin", "take off weight", "thin"], ["reduce", "take off weight", "reduce"]]}, {"answer": "slimed", "hint": "synonyms for slimed", "clues": [["lose weight", "take off weight", "lose weight"], ["slime", "cover or stain with slime", "slime"], ["thin", "take off weight", "thin"], ["slim down", "take off weight", "slim down"], ["melt off", "take off weight", "melt off"], ["slenderize", "take off weight", "slenderize"], ["reduce", "take off weight", "reduce"]]}, {"answer": "slipping", "hint": "synonyms for slipping", "clues": [["slip", "move obliquely or sideways, usually in an uncontrolled manner", "slip"], ["dislocate", "move out of position", "dislocate"], ["drop away", "get worse", "drop away"], ["luxate", "move out of position", "luxate"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner", "slide"], ["splay", "move out of position", "splay"], ["mistake", "to make a mistake or be incorrect", "mistake"], ["err", "to make a mistake or be incorrect", "err"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner", "slew"], ["drop off", "get worse", "drop off"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner", "skid"], ["steal", "move stealthily", "steal"], ["slip one's mind", "pass out of one's memory", "slip one's mind"], ["fall away", "get worse", "fall away"], ["slue", "move obliquely or sideways, usually in an uncontrolled manner", "slue"], ["sneak", "pass on stealthily", "sneak"]]}, {"answer": "sloped", "hint": "synonyms for sloped", "clues": [["slop", "feed pigs", "slop"], ["swill", "feed pigs", "swill"], ["slosh", "walk through mud or mire", "slosh"], ["incline", "be at an angle", "incline"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["squish", "walk through mud or mire", "squish"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["pitch", "be at an angle", "pitch"], ["splash", "walk through mud or mire", "splash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "sloping", "hint": "synonyms for sloping", "clues": [["slop", "feed pigs", "slop"], ["swill", "feed pigs", "swill"], ["slosh", "walk through mud or mire", "slosh"], ["incline", "be at an angle", "incline"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["squish", "walk through mud or mire", "squish"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["pitch", "be at an angle", "pitch"], ["splash", "walk through mud or mire", "splash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "slopped", "hint": "synonyms for slopped", "clues": [["slop", "feed pigs", "slop"], ["swill", "feed pigs", "swill"], ["slosh", "walk through mud or mire", "slosh"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["squish", "walk through mud or mire", "squish"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["splash", "walk through mud or mire", "splash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "sloshed", "hint": "synonyms for sloshed", "clues": [["slosh", "walk through mud or mire", "slosh"], ["squish", "walk through mud or mire", "squish"], ["slosh around", "spill or splash copiously or clumsily", "slosh around"], ["splash", "walk through mud or mire", "splash"], ["slush", "make a splashing sound", "slush"], ["slop", "walk through mud or mire", "slop"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["slow up", "become slow or slower", "slow up"], ["slack", "become slow or slower", "slack"], ["slacken", "become slow or slower", "slacken"], ["slow down", "cause to proceed more slowly", "slow down"], ["decelerate", "lose velocity; move more slowly", "decelerate"], ["retard", "lose velocity; move more slowly", "retard"]]}, {"answer": "smashed", "hint": "synonyms for smashed", "clues": [["smash", "collide or strike violently and suddenly", "smash"], ["blast", "hit hard", "blast"], ["boom", "hit hard", "boom"], ["dash", "break into pieces, as by striking or knocking over", "dash"], ["break", "reduce to bankruptcy", "break"], ["nail", "hit hard", "nail"], ["ruin", "reduce to bankruptcy", "ruin"], ["demolish", "humiliate or depress completely", "demolish"], ["bang up", "damage or destroy as if by violence", "bang up"], ["smash up", "damage or destroy as if by violence", "smash up"], ["crush", "humiliate or depress completely", "crush"], ["bankrupt", "reduce to bankruptcy", "bankrupt"]]}, {"answer": "smashing", "hint": "synonyms for smashing", "clues": [["smash", "collide or strike violently and suddenly", "smash"], ["blast", "hit hard", "blast"], ["boom", "hit hard", "boom"], ["dash", "break into pieces, as by striking or knocking over", "dash"], ["break", "reduce to bankruptcy", "break"], ["nail", "hit hard", "nail"], ["ruin", "reduce to bankruptcy", "ruin"], ["demolish", "humiliate or depress completely", "demolish"], ["bang up", "damage or destroy as if by violence", "bang up"], ["smash up", "damage or destroy as if by violence", "smash up"], ["crush", "humiliate or depress completely", "crush"], ["bankrupt", "reduce to bankruptcy", "bankrupt"]]}, {"answer": "smelling", "hint": "synonyms for smelling", "clues": [["smell", "inhale the odor of; perceive by the olfactory sense", "smell"], ["reek", "have an element suggestive (of something)", "reek"], ["smack", "have an element suggestive (of something)", "smack"], ["sense", "become aware of not through the senses but instinctively", "sense"], ["smell out", "become aware of not through the senses but instinctively", "smell out"]]}, {"answer": "smooth", "hint": "synonyms for smooth", "clues": [["shine", "make (a surface) shine", "shine"], ["smoothen", "make smooth or smoother, as if by rubbing", "smoothen"], ["polish", "make (a surface) shine", "polish"], ["smooth out", "free from obstructions", "smooth out"]]}, {"answer": "smoothed", "hint": "synonyms for smoothed", "clues": [["shine", "make (a surface) shine", "shine"], ["smooth", "free from obstructions", "smooth"], ["polish", "make (a surface) shine", "polish"], ["smooth out", "free from obstructions", "smooth out"]]}, {"answer": "smothered", "hint": "synonyms for smothered", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing", "asphyxiate"], ["suffocate", "deprive of oxygen and prevent from breathing", "suffocate"], ["stifle", "conceal or hide", "stifle"], ["repress", "conceal or hide", "repress"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["smother", "conceal or hide", "smother"], ["surround", "envelop completely", "surround"], ["put out", "deprive of the oxygen necessary for combustion", "put out"]]}, {"answer": "smothering", "hint": "synonyms for smothering", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing", "asphyxiate"], ["suffocate", "deprive of oxygen and prevent from breathing", "suffocate"], ["stifle", "conceal or hide", "stifle"], ["repress", "conceal or hide", "repress"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["smother", "conceal or hide", "smother"], ["surround", "envelop completely", "surround"], ["put out", "deprive of the oxygen necessary for combustion", "put out"]]}, {"answer": "snarled", "hint": "synonyms for snarled", "clues": [["snarl", "make more complicated or confused through entanglements", "snarl"], ["snarl up", "make more complicated or confused through entanglements", "snarl up"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["snap", "utter in an angry, sharp, or abrupt tone", "snap"], ["embrangle", "make more complicated or confused through entanglements", "embrangle"], ["mat", "twist together or entwine into a confusing mass", "mat"]]}, {"answer": "sneak", "hint": "synonyms for sneak", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["hook", "make off with belongings of others", "hook"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["slip", "pass on stealthily", "slip"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["swipe", "make off with belongings of others", "swipe"], ["creep", "to go stealthily or furtively", "creep"], ["pussyfoot", "to go stealthily or furtively", "pussyfoot"], ["mouse", "to go stealthily or furtively", "mouse"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "sneaking", "hint": "synonyms for sneaking", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["hook", "make off with belongings of others", "hook"], ["slip", "pass on stealthily", "slip"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"], ["lift", "make off with belongings of others", "lift"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["swipe", "make off with belongings of others", "swipe"], ["creep", "to go stealthily or furtively", "creep"], ["pussyfoot", "to go stealthily or furtively", "pussyfoot"], ["mouse", "to go stealthily or furtively", "mouse"]]}, {"answer": "snub", "hint": "synonyms for snub", "clues": [["ignore", "refuse to acknowledge", "ignore"], ["rebuff", "reject outright and bluntly", "rebuff"], ["disregard", "refuse to acknowledge", "disregard"], ["repel", "reject outright and bluntly", "repel"], ["cut", "refuse to acknowledge", "cut"]]}, {"answer": "snuffling", "hint": "synonyms for snuffling", "clues": [["blub", "cry or whine with snuffling", "blub"], ["snuffle", "snuff up mucus through the nose", "snuffle"], ["snivel", "cry or whine with snuffling", "snivel"], ["blubber", "cry or whine with snuffling", "blubber"], ["snuff", "sniff or smell inquiringly", "snuff"]]}, {"answer": "snuggled", "hint": "synonyms for snuggled", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"]]}, {"answer": "soaked", "hint": "synonyms for soaked", "clues": [["intoxicate", "make drunk (with alcoholic drinks)", "intoxicate"], ["soak", "beat severely", "soak"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["inebriate", "make drunk (with alcoholic drinks)", "inebriate"], ["rob", "rip off; ask an unreasonable price", "rob"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["imbue", "fill, soak, or imbue totally", "imbue"], ["drench", "cover with liquid; pour liquid onto", "drench"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["pawn", "leave as a guarantee in return for money", "pawn"], ["hit it up", "become drunk or drink excessively", "hit it up"], ["hock", "leave as a guarantee in return for money", "hock"], ["plume", "rip off; ask an unreasonable price", "plume"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "soaring", "hint": "synonyms for soaring", "clues": [["sailplane", "fly a plane without an engine", "sailplane"], ["zoom", "rise rapidly", "zoom"], ["soar", "fly upwards or high in the sky", "soar"], ["soar up", "rise rapidly", "soar up"], ["soar upwards", "rise rapidly", "soar upwards"], ["hang glide", "fly by means of a hang glider", "hang glide"], ["surge", "rise rapidly", "surge"]]}, {"answer": "softened", "hint": "synonyms for softened", "clues": [["soften", "protect from impact", "soften"], ["mince", "make less severe or harsh", "mince"], ["dampen", "lessen in force or effect", "dampen"], ["relent", "give in, as to influence or pressure", "relent"], ["buffer", "protect from impact", "buffer"], ["moderate", "make less severe or harsh", "moderate"], ["damp", "lessen in force or effect", "damp"], ["yield", "give in, as to influence or pressure", "yield"], ["cushion", "protect from impact", "cushion"], ["break", "lessen in force or effect", "break"], ["weaken", "lessen in force or effect", "weaken"]]}, {"answer": "softening", "hint": "synonyms for softening", "clues": [["soften", "protect from impact", "soften"], ["mince", "make less severe or harsh", "mince"], ["dampen", "lessen in force or effect", "dampen"], ["relent", "give in, as to influence or pressure", "relent"], ["buffer", "protect from impact", "buffer"], ["moderate", "make less severe or harsh", "moderate"], ["damp", "lessen in force or effect", "damp"], ["yield", "give in, as to influence or pressure", "yield"], ["cushion", "protect from impact", "cushion"], ["break", "lessen in force or effect", "break"], ["weaken", "lessen in force or effect", "weaken"]]}, {"answer": "soiled", "hint": "synonyms for soiled", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["grime", "make soiled, filthy, or dirty", "grime"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["soil", "make soiled, filthy, or dirty", "soil"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "sold", "hint": "synonyms for sold", "clues": [["sell", "exchange or deliver for money or its equivalent", "sell"], ["betray", "deliver to an enemy by treachery", "betray"], ["trade", "do business; offer for sale as for one's livelihood", "trade"], ["deal", "do business; offer for sale as for one's livelihood", "deal"]]}, {"answer": "solved", "hint": "synonyms for solved", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["resolve", "find the solution", "resolve"], ["clear", "settle, as of a debt", "clear"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["solve", "settle, as of a debt", "solve"]]}, {"answer": "soothing", "hint": "synonyms for soothing", "clues": [["comfort", "give moral or emotional strength to", "comfort"], ["soothe", "give moral or emotional strength to", "soothe"], ["solace", "give moral or emotional strength to", "solace"], ["console", "give moral or emotional strength to", "console"]]}, {"answer": "sophisticated", "hint": "synonyms for sophisticated", "clues": [["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["doctor", "alter and make impure, as with the intention to deceive", "doctor"], ["doctor up", "alter and make impure, as with the intention to deceive", "doctor up"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"]]}, {"answer": "sorted", "hint": "synonyms for sorted", "clues": [["sort out", "arrange or order by classes or categories", "sort out"], ["assort", "arrange or order by classes or categories", "assort"], ["separate", "arrange or order by classes or categories", "separate"], ["sort", "examine in order to test suitability", "sort"], ["sieve", "examine in order to test suitability", "sieve"], ["screen", "examine in order to test suitability", "screen"], ["screen out", "examine in order to test suitability", "screen out"], ["classify", "arrange or order by classes or categories", "classify"], ["class", "arrange or order by classes or categories", "class"]]}, {"answer": "sought", "hint": "synonyms for sought", "clues": [["attempt", "make an effort or attempt", "attempt"], ["seek", "inquire for", "seek"], ["essay", "make an effort or attempt", "essay"], ["try", "make an effort or attempt", "try"], ["assay", "make an effort or attempt", "assay"], ["look for", "try to locate or discover, or try to establish the existence of", "look for"], ["search", "try to locate or discover, or try to establish the existence of", "search"]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["go", "make a certain noise or sound", "go"], ["vocalise", "utter with vibrating vocal chords", "vocalise"], ["voice", "utter with vibrating vocal chords", "voice"], ["fathom", "measure the depth of (a body of water) with a sounding line", "fathom"]]}, {"answer": "sounding", "hint": "synonyms for sounding", "clues": [["vocalise", "utter with vibrating vocal chords", "vocalise"], ["voice", "utter with vibrating vocal chords", "voice"], ["sound", "measure the depth of (a body of water) with a sounding line", "sound"], ["fathom", "measure the depth of (a body of water) with a sounding line", "fathom"], ["go", "make a certain noise or sound", "go"]]}, {"answer": "sour", "hint": "synonyms for sour", "clues": [["ferment", "go sour or spoil", "ferment"], ["acetify", "make sour or more sour", "acetify"], ["acidify", "make sour or more sour", "acidify"], ["acidulate", "make sour or more sour", "acidulate"], ["work", "go sour or spoil", "work"], ["turn", "go sour or spoil", "turn"]]}, {"answer": "soured", "hint": "synonyms for soured", "clues": [["ferment", "go sour or spoil", "ferment"], ["acetify", "make sour or more sour", "acetify"], ["acidify", "make sour or more sour", "acidify"], ["turn", "go sour or spoil", "turn"], ["sour", "make sour or more sour", "sour"], ["acidulate", "make sour or more sour", "acidulate"], ["work", "go sour or spoil", "work"]]}, {"answer": "soused", "hint": "synonyms for soused", "clues": [["souse", "cook in a marinade", "souse"], ["hit it up", "become drunk or drink excessively", "hit it up"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate", "dip"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["inebriate", "become drunk or drink excessively", "inebriate"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate", "dunk"], ["drench", "cover with liquid; pour liquid onto", "drench"]]}, {"answer": "sown", "hint": "synonyms for sown", "clues": [["sow", "place seeds in or on (the ground)", "sow"], ["sow in", "place seeds in or on (the ground)", "sow in"], ["inseminate", "place seeds in or on (the ground)", "inseminate"], ["seed", "place (seeds) in or on the ground for future growth", "seed"]]}, {"answer": "spare", "hint": "synonyms for spare", "clues": [["save", "refrain from harming", "save"], ["dispense with", "give up what is not strictly needed", "dispense with"], ["part with", "give up what is not strictly needed", "part with"], ["give up", "give up what is not strictly needed", "give up"]]}, {"answer": "sparing", "hint": "synonyms for sparing", "clues": [["spar", "furnish with spars", "spar"], ["dispense with", "give up what is not strictly needed", "dispense with"], ["give up", "give up what is not strictly needed", "give up"], ["save", "refrain from harming", "save"], ["part with", "give up what is not strictly needed", "part with"]]}, {"answer": "sparkling", "hint": "synonyms for sparkling", "clues": [["sparkle", "reflect brightly", "sparkle"], ["coruscate", "reflect brightly", "coruscate"], ["spark", "emit or produce sparks", "spark"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"], ["scintillate", "be lively or brilliant or exhibit virtuosity", "scintillate"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["froth", "become bubbly or frothy or foaming", "froth"]]}, {"answer": "spattered", "hint": "synonyms for spattered", "clues": [["sprinkle", "rain gently", "sprinkle"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["bespatter", "spot, splash, or soil", "bespatter"], ["spit", "rain gently", "spit"], ["plash", "dash a liquid upon or against", "plash"], ["swash", "dash a liquid upon or against", "swash"], ["splosh", "dash a liquid upon or against", "splosh"]]}, {"answer": "spayed", "hint": "synonyms for spayed", "clues": [["neuter", "remove the ovaries of", "neuter"], ["spay", "remove the ovaries of", "spay"], ["castrate", "remove the ovaries of", "castrate"], ["alter", "remove the ovaries of", "alter"]]}, {"answer": "speaking", "hint": "synonyms for speaking", "clues": [["address", "give a speech to", "address"], ["speak", "exchange thoughts; talk with", "speak"], ["verbalise", "express in speech", "verbalise"], ["talk", "express in speech", "talk"], ["mouth", "express in speech", "mouth"], ["utter", "express in speech", "utter"]]}, {"answer": "specialised", "hint": "synonyms for specialised", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "speciate"], ["specify", "be specific about", "specify"], ["specialize", "suit to a special purpose", "specialize"], ["narrow", "become more focus on an area of activity or field of study", "narrow"], ["particularise", "be specific about", "particularise"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "differentiate"], ["narrow down", "become more focus on an area of activity or field of study", "narrow down"]]}, {"answer": "specialized", "hint": "synonyms for specialized", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "speciate"], ["specify", "be specific about", "specify"], ["narrow", "become more focus on an area of activity or field of study", "narrow"], ["specialize", "suit to a special purpose", "specialize"], ["particularise", "be specific about", "particularise"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "differentiate"], ["narrow down", "become more focus on an area of activity or field of study", "narrow down"]]}, {"answer": "specified", "hint": "synonyms for specified", "clues": [["set", "decide upon or fix definitely", "set"], ["narrow", "define clearly", "narrow"], ["define", "determine the essential quality of", "define"], ["destine", "design or destine", "destine"], ["pin down", "define clearly", "pin down"], ["specify", "decide upon or fix definitely", "specify"], ["particularize", "be specific about", "particularize"], ["specialize", "be specific about", "specialize"], ["peg down", "define clearly", "peg down"], ["delimitate", "determine the essential quality of", "delimitate"], ["nail down", "define clearly", "nail down"], ["assign", "select something or someone for a specific purpose", "assign"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"], ["fix", "decide upon or fix definitely", "fix"], ["narrow down", "define clearly", "narrow down"], ["intend", "design or destine", "intend"], ["set apart", "select something or someone for a specific purpose", "set apart"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "condition"], ["designate", "design or destine", "designate"], ["delimit", "determine the essential quality of", "delimit"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "qualify"], ["determine", "decide upon or fix definitely", "determine"], ["limit", "decide upon or fix definitely", "limit"], ["delineate", "determine the essential quality of", "delineate"]]}, {"answer": "spellbinding", "hint": "synonyms for spellbinding", "clues": [["mesmerize", "attract strongly, as if with a magnet", "mesmerize"], ["spellbind", "put into a trance", "spellbind"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["entrance", "put into a trance", "entrance"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["magnetise", "attract strongly, as if with a magnet", "magnetise"]]}, {"answer": "spellbound", "hint": "synonyms for spellbound", "clues": [["mesmerize", "attract strongly, as if with a magnet", "mesmerize"], ["spellbind", "put into a trance", "spellbind"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["entrance", "put into a trance", "entrance"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["magnetise", "attract strongly, as if with a magnet", "magnetise"]]}, {"answer": "spent", "hint": "synonyms for spent", "clues": [["spend", "pass time in a specific way", "spend"], ["drop", "pay out", "drop"], ["pass", "pass time in a specific way", "pass"], ["expend", "pay out", "expend"]]}, {"answer": "spiked", "hint": "synonyms for spiked", "clues": [["empale", "pierce with a sharp stake or point", "empale"], ["spike", "stand in the way of", "spike"], ["fortify", "add alcohol to (beverages)", "fortify"], ["lace", "add alcohol to (beverages)", "lace"], ["spike out", "bring forth a spike or spikes", "spike out"], ["impale", "pierce with a sharp stake or point", "impale"], ["transfix", "pierce with a sharp stake or point", "transfix"]]}, {"answer": "spiraling", "hint": "synonyms for spiraling", "clues": [["spiral", "to wind or move in a spiral course", "spiral"], ["coil", "to wind or move in a spiral course", "coil"], ["corkscrew", "move in a spiral or zigzag course", "corkscrew"], ["gyrate", "to wind or move in a spiral course", "gyrate"]]}, {"answer": "splashed", "hint": "synonyms for splashed", "clues": [["splosh", "cause (a liquid) to spatter about, especially with force", "splosh"], ["splash", "mark or overlay with patches of contrasting color or texture; cause to appear splashed or spattered", "splash"], ["spatter", "dash a liquid upon or against", "spatter"], ["slush", "make a splashing sound", "slush"], ["squish", "walk through mud or mire", "squish"], ["sprinkle", "cause (a liquid) to spatter about, especially with force", "sprinkle"], ["slop", "walk through mud or mire", "slop"], ["swash", "dash a liquid upon or against", "swash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "splattered", "hint": "synonyms for splattered", "clues": [["splosh", "dash a liquid upon or against", "splosh"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["plash", "dash a liquid upon or against", "plash"], ["slop", "cause or allow (a liquid substance) to run or flow from a container", "slop"], ["swash", "dash a liquid upon or against", "swash"]]}, {"answer": "splay", "hint": "synonyms for splay", "clues": [["spread out", "turn outward", "spread out"], ["dislocate", "move out of position", "dislocate"], ["luxate", "move out of position", "luxate"], ["turn out", "turn outward", "turn out"], ["rotate", "turn outward", "rotate"], ["slip", "move out of position", "slip"]]}, {"answer": "split", "hint": "synonyms for split", "clues": [["part", "discontinue an association or relation; go different ways", "part"], ["separate", "discontinue an association or relation; go different ways", "separate"], ["cleave", "separate or cut with a tool, such as a sharp instrument", "cleave"], ["split up", "separate into parts or portions", "split up"], ["rive", "separate or cut with a tool, such as a sharp instrument", "rive"], ["break", "discontinue an association or relation; go different ways", "break"], ["dissever", "separate into parts or portions", "dissever"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["break open", "come open suddenly and violently, as if from internal pressure", "break open"], ["burst", "come open suddenly and violently, as if from internal pressure", "burst"], ["divide", "separate into parts or portions", "divide"], ["carve up", "separate into parts or portions", "carve up"]]}, {"answer": "splitting", "hint": "synonyms for splitting", "clues": [["part", "discontinue an association or relation; go different ways", "part"], ["split", "separate into parts or portions", "split"], ["cleave", "separate or cut with a tool, such as a sharp instrument", "cleave"], ["dissever", "separate into parts or portions", "dissever"], ["burst", "come open suddenly and violently, as if from internal pressure", "burst"], ["divide", "separate into parts or portions", "divide"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["separate", "discontinue an association or relation; go different ways", "separate"], ["rive", "separate or cut with a tool, such as a sharp instrument", "rive"], ["break", "discontinue an association or relation; go different ways", "break"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["carve up", "separate into parts or portions", "carve up"], ["break open", "come open suddenly and violently, as if from internal pressure", "break open"]]}, {"answer": "spoiled", "hint": "synonyms for spoiled", "clues": [["baby", "treat with excessive indulgence", "baby"], ["bodge", "make a mess of, destroy or ruin", "bodge"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["indulge", "treat with excessive indulgence", "indulge"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["cosset", "treat with excessive indulgence", "cosset"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["mar", "make imperfect", "mar"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"], ["coddle", "treat with excessive indulgence", "coddle"], ["violate", "destroy and strip of its possession", "violate"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["rape", "destroy and strip of its possession", "rape"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["plunder", "destroy and strip of its possession", "plunder"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["despoil", "destroy and strip of its possession", "despoil"], ["cocker", "treat with excessive indulgence", "cocker"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["vitiate", "make imperfect", "vitiate"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["corrupt", "alter from the original", "corrupt"], ["flub", "make a mess of, destroy or ruin", "flub"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["impair", "make imperfect", "impair"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["go bad", "become unfit for consumption or use", "go bad"], ["deflower", "make imperfect", "deflower"], ["itch", "have a strong desire or urge to do something", "itch"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "spoilt", "hint": "synonyms for spoilt", "clues": [["baby", "treat with excessive indulgence", "baby"], ["bodge", "make a mess of, destroy or ruin", "bodge"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["indulge", "treat with excessive indulgence", "indulge"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["cosset", "treat with excessive indulgence", "cosset"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["mar", "make imperfect", "mar"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"], ["coddle", "treat with excessive indulgence", "coddle"], ["violate", "destroy and strip of its possession", "violate"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["rape", "destroy and strip of its possession", "rape"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["plunder", "destroy and strip of its possession", "plunder"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["despoil", "destroy and strip of its possession", "despoil"], ["cocker", "treat with excessive indulgence", "cocker"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["vitiate", "make imperfect", "vitiate"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["corrupt", "alter from the original", "corrupt"], ["flub", "make a mess of, destroy or ruin", "flub"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["impair", "make imperfect", "impair"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["go bad", "become unfit for consumption or use", "go bad"], ["deflower", "make imperfect", "deflower"], ["itch", "have a strong desire or urge to do something", "itch"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "spoken", "hint": "synonyms for spoken", "clues": [["address", "give a speech to", "address"], ["speak", "exchange thoughts; talk with", "speak"], ["verbalise", "express in speech", "verbalise"], ["talk", "express in speech", "talk"], ["mouth", "express in speech", "mouth"], ["utter", "express in speech", "utter"]]}, {"answer": "sporting", "hint": "synonyms for sporting", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["feature", "wear or display in an ostentatious or proud manner", "feature"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["boast", "wear or display in an ostentatious or proud manner", "boast"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "spotted", "hint": "synonyms for spotted", "clues": [["make out", "detect with the senses", "make out"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["recognise", "detect with the senses", "recognise"], ["descry", "catch sight of", "descry"], ["spy", "catch sight of", "spy"], ["blot", "make a spot or mark onto", "blot"], ["fleck", "make a spot or mark onto", "fleck"], ["discern", "detect with the senses", "discern"], ["blob", "make a spot or mark onto", "blob"], ["blemish", "mar or impair with a flaw", "blemish"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"]]}, {"answer": "spouting", "hint": "synonyms for spouting", "clues": [["gush", "gush forth in a sudden stream or jet", "gush"], ["spurt", "gush forth in a sudden stream or jet", "spurt"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"], ["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["spirt", "gush forth in a sudden stream or jet", "spirt"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"]]}, {"answer": "spread", "hint": "synonyms for spread", "clues": [["spread out", "strew or distribute over an area", "spread out"], ["pass around", "cause to become widely known", "pass around"], ["unfold", "spread out or open from a closed or folded state", "unfold"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["distribute", "distribute or disperse widely", "distribute"], ["circulate", "cause to become widely known", "circulate"], ["diffuse", "move outward", "diffuse"], ["disseminate", "cause to become widely known", "disseminate"], ["scatter", "strew or distribute over an area", "scatter"], ["overspread", "spread across or over", "overspread"], ["broadcast", "cause to become widely known", "broadcast"], ["go around", "become widely known and passed on", "go around"], ["fan out", "move outward", "fan out"], ["open", "spread out or open from a closed or folded state", "open"], ["disperse", "cause to become widely known", "disperse"]]}, {"answer": "sprouted", "hint": "synonyms for sprouted", "clues": [["germinate", "produce buds, branches, or germinate", "germinate"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["spud", "produce buds, branches, or germinate", "spud"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"], ["sprout", "put forth and grow sprouts or shoots", "sprout"], ["stock", "put forth and grow sprouts or shoots", "stock"]]}, {"answer": "spruce", "hint": "synonyms for spruce", "clues": [["slick up", "make neat, smart, or trim", "slick up"], ["titivate", "make neat, smart, or trim", "titivate"], ["spiff up", "make neat, smart, or trim", "spiff up"], ["spruce up", "dress and groom with particular care, as for a special occasion", "spruce up"], ["smarten up", "dress and groom with particular care, as for a special occasion", "smarten up"]]}, {"answer": "spurned", "hint": "synonyms for spurned", "clues": [["scorn", "reject with contempt", "scorn"], ["spurn", "reject with contempt", "spurn"], ["disdain", "reject with contempt", "disdain"], ["turn down", "reject with contempt", "turn down"], ["reject", "reject with contempt", "reject"], ["freeze off", "reject with contempt", "freeze off"], ["pooh-pooh", "reject with contempt", "pooh-pooh"]]}, {"answer": "spurting", "hint": "synonyms for spurting", "clues": [["spirt", "move or act with a sudden increase in speed or energy", "spirt"], ["forge", "move or act with a sudden increase in speed or energy", "forge"], ["gush", "gush forth in a sudden stream or jet", "gush"], ["spurt", "gush forth in a sudden stream or jet", "spurt"], ["spout", "gush forth in a sudden stream or jet", "spout"]]}, {"answer": "squalling", "hint": "synonyms for squalling", "clues": [["squall", "make high-pitched, whiney noises", "squall"], ["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["scream", "utter a sudden loud cry", "scream"], ["shout", "utter a sudden loud cry", "shout"], ["cry", "utter a sudden loud cry", "cry"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["waul", "make high-pitched, whiney noises", "waul"], ["wawl", "make high-pitched, whiney noises", "wawl"], ["yell", "utter a sudden loud cry", "yell"]]}, {"answer": "squandered", "hint": "synonyms for squandered", "clues": [["waste", "spend thoughtlessly; throw away", "waste"], ["squander", "spend extravagantly", "squander"], ["ware", "spend extravagantly", "ware"], ["blow", "spend thoughtlessly; throw away", "blow"], ["consume", "spend extravagantly", "consume"]]}, {"answer": "squashed", "hint": "synonyms for squashed", "clues": [["crush", "to compress with violence, out of natural shape or condition", "crush"], ["mash", "to compress with violence, out of natural shape or condition", "mash"], ["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"], ["squash", "to compress with violence, out of natural shape or condition", "squash"]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["scrunch up", "sit on one's heels", "scrunch up"], ["crouch", "sit on one's heels", "crouch"], ["hunker", "sit on one's heels", "hunker"], ["scrunch", "sit on one's heels", "scrunch"], ["hunker down", "sit on one's heels", "hunker down"]]}, {"answer": "squeaking", "hint": "synonyms for squeaking", "clues": [["squeak", "make a high-pitched, screeching noise", "squeak"], ["screak", "make a high-pitched, screeching noise", "screak"], ["screech", "make a high-pitched, screeching noise", "screech"], ["skreak", "make a high-pitched, screeching noise", "skreak"], ["whine", "make a high-pitched, screeching noise", "whine"]]}, {"answer": "squealing", "hint": "synonyms for squealing", "clues": [["squeal", "confess to a punishable or reprehensible deed, usually under pressure", "squeal"], ["confess", "confess to a punishable or reprehensible deed, usually under pressure", "confess"], ["oink", "utter a high-pitched cry, characteristic of pigs", "oink"], ["fink", "confess to a punishable or reprehensible deed, usually under pressure", "fink"]]}, {"answer": "squelched", "hint": "synonyms for squelched", "clues": [["squelch", "suppress or crush completely", "squelch"], ["slosh", "walk through mud or mire", "slosh"], ["mash", "to compress with violence, out of natural shape or condition", "mash"], ["squish", "walk through mud or mire", "squish"], ["quell", "suppress or crush completely", "quell"], ["quench", "suppress or crush completely", "quench"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["crush", "to compress with violence, out of natural shape or condition", "crush"], ["splash", "walk through mud or mire", "splash"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"], ["slop", "walk through mud or mire", "slop"]]}, {"answer": "squinched", "hint": "synonyms for squinched", "clues": [["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["squinch", "cross one's eyes as if in strabismus", "squinch"], ["cringe", "draw back, as with fear or pain", "cringe"], ["wince", "draw back, as with fear or pain", "wince"], ["squint", "cross one's eyes as if in strabismus", "squint"], ["shrink", "draw back, as with fear or pain", "shrink"], ["flinch", "draw back, as with fear or pain", "flinch"], ["quail", "draw back, as with fear or pain", "quail"]]}, {"answer": "squirting", "hint": "synonyms for squirting", "clues": [["eject", "cause to come out in a squirt", "eject"], ["force out", "cause to come out in a squirt", "force out"], ["squirt", "cause to come out in a squirt", "squirt"], ["squeeze out", "cause to come out in a squirt", "squeeze out"]]}, {"answer": "stabbing", "hint": "synonyms for stabbing", "clues": [["jab", "poke or thrust abruptly", "jab"], ["stab", "use a knife on", "stab"], ["dig", "poke or thrust abruptly", "dig"], ["poke", "poke or thrust abruptly", "poke"], ["knife", "use a knife on", "knife"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "staged", "hint": "synonyms for staged", "clues": [["tell on", "give away information about somebody", "tell on"], ["spy", "watch, observe, or inquire secretly", "spy"], ["sleuth", "watch, observe, or inquire secretly", "sleuth"], ["stage", "perform (a play), especially on a stage", "stage"], ["give away", "give away information about somebody", "give away"], ["rat", "give away information about somebody", "rat"], ["snoop", "watch, observe, or inquire secretly", "snoop"], ["betray", "give away information about somebody", "betray"], ["grass", "give away information about somebody", "grass"], ["arrange", "plan, organize, and carry out (an event)", "arrange"], ["represent", "perform (a play), especially on a stage", "represent"], ["snitch", "give away information about somebody", "snitch"], ["denounce", "give away information about somebody", "denounce"], ["shop", "give away information about somebody", "shop"], ["shit", "give away information about somebody", "shit"]]}, {"answer": "staggering", "hint": "synonyms for staggering", "clues": [["flounder", "walk with great difficulty", "flounder"], ["lurch", "walk as if unable to control one's movements", "lurch"], ["keel", "walk as if unable to control one's movements", "keel"], ["reel", "walk as if unable to control one's movements", "reel"], ["stagger", "astound or overwhelm, as with shock", "stagger"], ["swag", "walk as if unable to control one's movements", "swag"], ["distribute", "to arrange in a systematic order", "distribute"], ["careen", "walk as if unable to control one's movements", "careen"]]}, {"answer": "stained", "hint": "synonyms for stained", "clues": [["stain", "produce or leave stains", "stain"], ["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically", "maculate"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically", "sully"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically", "defile"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically", "tarnish"]]}, {"answer": "standing", "hint": "synonyms for standing", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["stand", "hold one's ground; maintain a position; be steadfast or upright", "stand"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["remain firm", "hold one's ground; maintain a position; be steadfast or upright", "remain firm"], ["resist", "withstand the force of something", "resist"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["fend", "withstand the force of something", "fend"], ["stand up", "put into an upright position", "stand up"], ["place upright", "put into an upright position", "place upright"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"]]}, {"answer": "starting", "hint": "synonyms for starting", "clues": [["begin", "have a beginning characterized in some specified way", "begin"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["jump", "move or jump suddenly, as if in surprise or alarm", "jump"], ["start", "get going or set in motion", "start"], ["part", "leave", "part"], ["bulge out", "bulge outward", "bulge out"], ["get going", "begin or set in motion", "get going"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["take up", "begin work or acting in a certain capacity, office or job", "take up"], ["commence", "set in motion, cause to start", "commence"], ["pop out", "bulge outward", "pop out"], ["initiate", "bring into being", "initiate"], ["pop", "bulge outward", "pop"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["embark on", "get off the ground", "embark on"], ["set off", "leave", "set off"], ["startle", "move or jump suddenly, as if in surprise or alarm", "startle"], ["lead off", "set in motion, cause to start", "lead off"], ["depart", "leave", "depart"], ["start up", "get going or set in motion", "start up"], ["set forth", "leave", "set forth"], ["protrude", "bulge outward", "protrude"], ["take off", "leave", "take off"], ["go", "begin or set in motion", "go"], ["come out", "bulge outward", "come out"], ["bulge", "bulge outward", "bulge"], ["originate", "bring into being", "originate"]]}, {"answer": "startled", "hint": "synonyms for startled", "clues": [["startle", "to stimulate to action", "startle"], ["jump", "move or jump suddenly, as if in surprise or alarm", "jump"], ["galvanise", "to stimulate to action", "galvanise"], ["start", "move or jump suddenly, as if in surprise or alarm", "start"]]}, {"answer": "startling", "hint": "synonyms for startling", "clues": [["startle", "to stimulate to action", "startle"], ["jump", "move or jump suddenly, as if in surprise or alarm", "jump"], ["galvanise", "to stimulate to action", "galvanise"], ["start", "move or jump suddenly, as if in surprise or alarm", "start"]]}, {"answer": "starved", "hint": "synonyms for starved", "clues": [["starve", "die of food deprivation", "starve"], ["lust", "have a craving, appetite, or great desire for", "lust"], ["famish", "die of food deprivation", "famish"], ["hunger", "be hungry; go without food", "hunger"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["crave", "have a craving, appetite, or great desire for", "crave"]]}, {"answer": "starving", "hint": "synonyms for starving", "clues": [["starve", "die of food deprivation", "starve"], ["lust", "have a craving, appetite, or great desire for", "lust"], ["famish", "die of food deprivation", "famish"], ["hunger", "be hungry; go without food", "hunger"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["crave", "have a craving, appetite, or great desire for", "crave"]]}, {"answer": "stated", "hint": "synonyms for stated", "clues": [["put forward", "put before", "put forward"], ["posit", "put before", "posit"], ["state", "indicate through a symbol, formula, etc.", "state"], ["express", "indicate through a symbol, formula, etc.", "express"], ["tell", "express in words", "tell"], ["say", "express in words", "say"], ["submit", "put before", "submit"]]}, {"answer": "steadied", "hint": "synonyms for steadied", "clues": [["brace", "support or hold steady and make steadfast, with or as if with a brace", "brace"], ["steady", "make steady", "steady"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace", "stabilize"], ["calm", "make steady", "calm"], ["becalm", "make steady", "becalm"]]}, {"answer": "steady", "hint": "synonyms for steady", "clues": [["brace", "support or hold steady and make steadfast, with or as if with a brace", "brace"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace", "stabilize"], ["calm", "make steady", "calm"], ["becalm", "make steady", "becalm"]]}, {"answer": "steadying", "hint": "synonyms for steadying", "clues": [["brace", "support or hold steady and make steadfast, with or as if with a brace", "brace"], ["steady", "make steady", "steady"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace", "stabilize"], ["calm", "make steady", "calm"], ["becalm", "make steady", "becalm"]]}, {"answer": "steep", "hint": "synonyms for steep", "clues": [["engulf", "devote (oneself) fully to", "engulf"], ["soak up", "devote (oneself) fully to", "soak up"], ["infuse", "let sit in a liquid to extract a flavor or to cleanse", "infuse"], ["immerse", "devote (oneself) fully to", "immerse"], ["plunge", "devote (oneself) fully to", "plunge"], ["engross", "devote (oneself) fully to", "engross"], ["absorb", "devote (oneself) fully to", "absorb"]]}, {"answer": "sterilised", "hint": "synonyms for sterilised", "clues": [["desexualise", "make infertile", "desexualise"], ["fix", "make infertile", "fix"], ["sterilize", "make free from bacteria", "sterilize"], ["unsex", "make infertile", "unsex"], ["desex", "make infertile", "desex"]]}, {"answer": "sterilized", "hint": "synonyms for sterilized", "clues": [["desexualise", "make infertile", "desexualise"], ["fix", "make infertile", "fix"], ["sterilize", "make free from bacteria", "sterilize"], ["unsex", "make infertile", "unsex"], ["desex", "make infertile", "desex"]]}, {"answer": "stewed", "hint": "synonyms for stewed", "clues": [["grizzle", "be in a huff; be silent or sullen", "grizzle"], ["brood", "be in a huff; be silent or sullen", "brood"], ["stew", "cook slowly and for a long time in liquid", "stew"], ["grudge", "bear a grudge; harbor ill feelings", "grudge"]]}, {"answer": "sticking", "hint": "synonyms for sticking", "clues": [["stick", "be or become fixed", "stick"], ["bind", "stick to firmly", "bind"], ["deposit", "put, fix, force, or implant", "deposit"], ["adhere", "stick to firmly", "adhere"], ["cleave", "come or be in close contact with; stick or hold together and resist separation", "cleave"], ["stick to", "stick to firmly", "stick to"], ["mystify", "be a mystery or bewildering to", "mystify"], ["stick by", "be loyal to", "stick by"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["hold fast", "stick to firmly", "hold fast"], ["stay", "stay put (in a certain place)", "stay"], ["wedge", "put, fix, force, or implant", "wedge"], ["flummox", "be a mystery or bewildering to", "flummox"], ["bond", "stick to firmly", "bond"], ["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["lodge", "put, fix, force, or implant", "lodge"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["amaze", "be a mystery or bewildering to", "amaze"], ["stand by", "be loyal to", "stand by"], ["sting", "saddle with something disagreeable or disadvantageous", "sting"], ["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["stick around", "stay put (in a certain place)", "stick around"], ["pose", "be a mystery or bewildering to", "pose"], ["stay put", "stay put (in a certain place)", "stay put"], ["vex", "be a mystery or bewildering to", "vex"], ["get", "be a mystery or bewildering to", "get"], ["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "stifled", "hint": "synonyms for stifled", "clues": [["suffocate", "impair the respiration of or obstruct the air passage of", "suffocate"], ["stifle", "be asphyxiated; die from lack of oxygen", "stifle"], ["dampen", "smother or suppress", "dampen"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["choke", "impair the respiration of or obstruct the air passage of", "choke"], ["smother", "conceal or hide", "smother"], ["asphyxiate", "be asphyxiated; die from lack of oxygen", "asphyxiate"], ["repress", "conceal or hide", "repress"]]}, {"answer": "stifling", "hint": "synonyms for stifling", "clues": [["suffocate", "impair the respiration of or obstruct the air passage of", "suffocate"], ["stifle", "be asphyxiated; die from lack of oxygen", "stifle"], ["dampen", "smother or suppress", "dampen"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["choke", "impair the respiration of or obstruct the air passage of", "choke"], ["smother", "conceal or hide", "smother"], ["asphyxiate", "be asphyxiated; die from lack of oxygen", "asphyxiate"], ["repress", "conceal or hide", "repress"]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["relieve", "lessen the intensity of or calm", "relieve"], ["lull", "make calm or still", "lull"], ["silence", "cause to be quiet or not talk", "silence"], ["hush up", "cause to be quiet or not talk", "hush up"], ["calm down", "make calm or still", "calm down"], ["tranquilize", "make calm or still", "tranquilize"], ["quiet", "make calm or still", "quiet"], ["hush", "cause to be quiet or not talk", "hush"], ["calm", "make calm or still", "calm"], ["allay", "lessen the intensity of or calm", "allay"], ["shut up", "cause to be quiet or not talk", "shut up"], ["quieten", "make calm or still", "quieten"], ["ease", "lessen the intensity of or calm", "ease"]]}, {"answer": "stimulated", "hint": "synonyms for stimulated", "clues": [["excite", "stir feelings in", "excite"], ["energize", "cause to be alert and energetic", "energize"], ["provoke", "provide the needed stimulus for", "provoke"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "cause to do; cause to act in a specified manner", "make"], ["induce", "cause to occur rapidly", "induce"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["perk up", "cause to be alert and energetic", "perk up"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["arouse", "cause to be alert and energetic", "arouse"], ["rush", "cause to occur rapidly", "rush"], ["get", "cause to do; cause to act in a specified manner", "get"], ["hasten", "cause to occur rapidly", "hasten"], ["have", "cause to do; cause to act in a specified manner", "have"], ["brace", "cause to be alert and energetic", "brace"]]}, {"answer": "stimulating", "hint": "synonyms for stimulating", "clues": [["excite", "stir feelings in", "excite"], ["energize", "cause to be alert and energetic", "energize"], ["provoke", "provide the needed stimulus for", "provoke"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "cause to do; cause to act in a specified manner", "make"], ["induce", "cause to occur rapidly", "induce"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["perk up", "cause to be alert and energetic", "perk up"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["arouse", "cause to be alert and energetic", "arouse"], ["rush", "cause to occur rapidly", "rush"], ["get", "cause to do; cause to act in a specified manner", "get"], ["hasten", "cause to occur rapidly", "hasten"], ["have", "cause to do; cause to act in a specified manner", "have"], ["brace", "cause to be alert and energetic", "brace"]]}, {"answer": "stinging", "hint": "synonyms for stinging", "clues": [["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["stick", "saddle with something disagreeable or disadvantageous", "stick"], ["burn", "cause a sharp or stinging pain or discomfort", "burn"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["prick", "deliver a sting to", "prick"], ["twinge", "cause a stinging pain", "twinge"]]}, {"answer": "stinting", "hint": "synonyms for stinting", "clues": [["scant", "supply sparingly and with restricted quantities", "scant"], ["skimp", "supply sparingly and with restricted quantities", "skimp"], ["stint", "supply sparingly and with restricted quantities", "stint"], ["scrimp", "subsist on a meager allowance", "scrimp"]]}, {"answer": "stirred", "hint": "synonyms for stirred", "clues": [["excite", "stir feelings in", "excite"], ["stir", "to begin moving,", "stir"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["budge", "move very slightly", "budge"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["arouse", "to begin moving,", "arouse"], ["touch", "affect emotionally", "touch"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["agitate", "move very slightly", "agitate"], ["shift", "move very slightly", "shift"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "stirring", "hint": "synonyms for stirring", "clues": [["excite", "stir feelings in", "excite"], ["stir", "to begin moving,", "stir"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["budge", "move very slightly", "budge"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["arouse", "to begin moving,", "arouse"], ["touch", "affect emotionally", "touch"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["agitate", "move very slightly", "agitate"], ["shift", "move very slightly", "shift"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "stitched", "hint": "synonyms for stitched", "clues": [["stitch", "fasten by sewing; do needlework", "stitch"], ["sew together", "fasten by sewing; do needlework", "sew together"], ["run up", "fasten by sewing; do needlework", "run up"], ["sew", "fasten by sewing; do needlework", "sew"]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["sprout", "put forth and grow sprouts or shoots", "sprout"], ["stockpile", "have on hand", "stockpile"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use", "buy in"], ["carry", "have on hand", "carry"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use", "stock up"]]}, {"answer": "stocked", "hint": "synonyms for stocked", "clues": [["stock", "amass so as to keep for future use or sale or for a particular occasion or use", "stock"], ["stockpile", "have on hand", "stockpile"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use", "buy in"], ["carry", "have on hand", "carry"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use", "stock up"], ["sprout", "put forth and grow sprouts or shoots", "sprout"]]}, {"answer": "stockinged", "hint": "synonyms for stockinged", "clues": [["stock", "amass so as to keep for future use or sale or for a particular occasion or use", "stock"], ["stockpile", "have on hand", "stockpile"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use", "buy in"], ["carry", "have on hand", "carry"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use", "stock up"], ["sprout", "put forth and grow sprouts or shoots", "sprout"]]}, {"answer": "stooped", "hint": "synonyms for stooped", "clues": [["stoop", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "stoop"], ["bow", "bend one's back forward from the waist on down", "bow"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "lower oneself"], ["condescend", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "condescend"], ["bend", "bend one's back forward from the waist on down", "bend"]]}, {"answer": "stooping", "hint": "synonyms for stooping", "clues": [["stoop", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "stoop"], ["bow", "bend one's back forward from the waist on down", "bow"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "lower oneself"], ["condescend", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "condescend"], ["bend", "bend one's back forward from the waist on down", "bend"]]}, {"answer": "stopped", "hint": "synonyms for stopped", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["block up", "render unsuitable for passage", "block up"], ["barricade", "render unsuitable for passage", "barricade"], ["hold on", "stop and wait, as if awaiting further instructions or developments", "hold on"], ["halt", "come to a halt, stop moving", "halt"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"], ["break off", "prevent completion", "break off"], ["stop over", "interrupt a trip", "stop over"], ["lay off", "put an end to a state or an activity", "lay off"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["quit", "put an end to a state or an activity", "quit"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"], ["block", "render unsuitable for passage", "block"], ["kibosh", "stop from happening or developing", "kibosh"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["blockade", "render unsuitable for passage", "blockade"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["cease", "put an end to a state or an activity", "cease"], ["intercept", "seize on its way", "intercept"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["give up", "put an end to a state or an activity", "give up"], ["break", "prevent completion", "break"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["bar", "render unsuitable for passage", "bar"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "straggling", "hint": "synonyms for straggling", "clues": [["straggle", "wander from a direct or straight course", "straggle"], ["sprawl", "go, come, or spread in a rambling or irregular way", "sprawl"], ["digress", "wander from a direct or straight course", "digress"], ["sidetrack", "wander from a direct or straight course", "sidetrack"], ["depart", "wander from a direct or straight course", "depart"]]}, {"answer": "strained", "hint": "synonyms for strained", "clues": [["puree", "rub through a strainer or process in an electric blender", "puree"], ["try", "test the limits of", "try"], ["strain", "separate by passing through a sieve or other straining device to separate out coarser elements", "strain"], ["tense", "become stretched or tense or taut", "tense"], ["distort", "alter the shape of (something) by stress", "distort"], ["filtrate", "remove by passing through a filter", "filtrate"], ["reach", "to exert much effort or energy", "reach"], ["stress", "test the limits of", "stress"], ["filter", "remove by passing through a filter", "filter"], ["sift", "separate by passing through a sieve or other straining device to separate out coarser elements", "sift"], ["tense up", "cause to be tense and uneasy or nervous or anxious", "tense up"], ["extend", "use to the utmost; exert vigorously or to full capacity", "extend"], ["sieve", "separate by passing through a sieve or other straining device to separate out coarser elements", "sieve"], ["separate out", "remove by passing through a filter", "separate out"], ["deform", "alter the shape of (something) by stress", "deform"], ["strive", "to exert much effort or energy", "strive"], ["filter out", "remove by passing through a filter", "filter out"]]}, {"answer": "straining", "hint": "synonyms for straining", "clues": [["puree", "rub through a strainer or process in an electric blender", "puree"], ["try", "test the limits of", "try"], ["strain", "separate by passing through a sieve or other straining device to separate out coarser elements", "strain"], ["tense", "become stretched or tense or taut", "tense"], ["distort", "alter the shape of (something) by stress", "distort"], ["filtrate", "remove by passing through a filter", "filtrate"], ["reach", "to exert much effort or energy", "reach"], ["stress", "test the limits of", "stress"], ["filter", "remove by passing through a filter", "filter"], ["sift", "separate by passing through a sieve or other straining device to separate out coarser elements", "sift"], ["tense up", "cause to be tense and uneasy or nervous or anxious", "tense up"], ["extend", "use to the utmost; exert vigorously or to full capacity", "extend"], ["sieve", "separate by passing through a sieve or other straining device to separate out coarser elements", "sieve"], ["separate out", "remove by passing through a filter", "separate out"], ["deform", "alter the shape of (something) by stress", "deform"], ["strive", "to exert much effort or energy", "strive"], ["filter out", "remove by passing through a filter", "filter out"]]}, {"answer": "stranded", "hint": "synonyms for stranded", "clues": [["ground", "bring to the ground", "ground"], ["run aground", "bring to the ground", "run aground"], ["maroon", "leave stranded or isolated with little hope of rescue", "maroon"], ["strand", "leave stranded or isolated with little hope of rescue", "strand"]]}, {"answer": "strangled", "hint": "synonyms for strangled", "clues": [["suffocate", "struggle for breath; have insufficient oxygen intake", "suffocate"], ["strangle", "kill by squeezing the throat of so as to cut off the air", "strangle"], ["stifle", "conceal or hide", "stifle"], ["throttle", "kill by squeezing the throat of so as to cut off the air", "throttle"], ["muffle", "conceal or hide", "muffle"], ["choke", "struggle for breath; have insufficient oxygen intake", "choke"], ["smother", "conceal or hide", "smother"], ["gag", "struggle for breath; have insufficient oxygen intake", "gag"], ["halter", "prevent the progress or free movement of", "halter"], ["repress", "conceal or hide", "repress"], ["hamper", "prevent the progress or free movement of", "hamper"], ["strangulate", "kill by squeezing the throat of so as to cut off the air", "strangulate"], ["cramp", "prevent the progress or free movement of", "cramp"]]}, {"answer": "strapping", "hint": "synonyms for strapping", "clues": [["strap", "sharpen with a strap", "strap"], ["lash", "beat severely with a whip or rod", "lash"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["whip", "beat severely with a whip or rod", "whip"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "stray", "hint": "synonyms for stray", "clues": [["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "digress"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["wander", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "wander"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["err", "wander from a direct course or at random", "err"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "divagate"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"]]}, {"answer": "straying", "hint": "synonyms for straying", "clues": [["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["stray", "wander from a direct course or at random", "stray"], ["wander", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "wander"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["drift", "wander from a direct course or at random", "drift"], ["err", "wander from a direct course or at random", "err"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "divagate"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "digress"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "streaming", "hint": "synonyms for streaming", "clues": [["stream", "exude profusely", "stream"], ["swarm", "move in large numbers", "swarm"], ["pour", "rain heavily", "pour"], ["pullulate", "move in large numbers", "pullulate"], ["pelt", "rain heavily", "pelt"], ["well out", "flow freely and abundantly", "well out"], ["rain cats and dogs", "rain heavily", "rain cats and dogs"], ["rain buckets", "rain heavily", "rain buckets"], ["teem", "move in large numbers", "teem"]]}, {"answer": "strengthened", "hint": "synonyms for strengthened", "clues": [["tone", "give a healthy elasticity to", "tone"], ["beef up", "make strong or stronger", "beef up"], ["tone up", "give a healthy elasticity to", "tone up"], ["strengthen", "make strong or stronger", "strengthen"], ["fortify", "make strong or stronger", "fortify"]]}, {"answer": "stressed", "hint": "synonyms for stressed", "clues": [["stress", "test the limits of", "stress"], ["accent", "to stress, single out as important", "accent"], ["emphasize", "to stress, single out as important", "emphasize"], ["try", "test the limits of", "try"], ["accentuate", "put stress on; utter with an accent", "accentuate"], ["punctuate", "to stress, single out as important", "punctuate"], ["strain", "test the limits of", "strain"]]}, {"answer": "stretch", "hint": "synonyms for stretch", "clues": [["extend", "increase in quantity or bulk by adding a cheaper substance", "extend"], ["unfold", "extend or stretch out to a greater or the full length", "unfold"], ["stretch out", "lie down comfortably", "stretch out"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["stretch along", "occupy a large, elongated area", "stretch along"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["elongate", "make long or longer by pulling and stretching", "elongate"]]}, {"answer": "stretched", "hint": "synonyms for stretched", "clues": [["extend", "increase in quantity or bulk by adding a cheaper substance", "extend"], ["stretch out", "lie down comfortably", "stretch out"], ["stretch", "extend one's body or limbs", "stretch"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["elongate", "make long or longer by pulling and stretching", "elongate"], ["unfold", "extend or stretch out to a greater or the full length", "unfold"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["stretch along", "occupy a large, elongated area", "stretch along"]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["strike", "produce by ignition or a blow", "strike"], ["fall", "touch or seem as if touching visually or audibly", "fall"], ["scratch", "remove by erasing or crossing out or as if by drawing a line", "scratch"], ["come to", "cause to experience suddenly", "come to"], ["expunge", "remove by erasing or crossing out or as if by drawing a line", "expunge"], ["come across", "find unexpectedly", "come across"], ["run into", "hit against; come into sudden contact with", "run into"], ["mint", "form by stamping, punching, or printing", "mint"], ["take up", "occupy or take on", "take up"], ["coin", "form by stamping, punching, or printing", "coin"], ["collide with", "hit against; come into sudden contact with", "collide with"], ["hit", "hit against; come into sudden contact with", "hit"], ["discover", "find unexpectedly", "discover"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["chance on", "find unexpectedly", "chance on"], ["assume", "occupy or take on", "assume"], ["light upon", "find unexpectedly", "light upon"], ["fall upon", "find unexpectedly", "fall upon"], ["take", "occupy or take on", "take"], ["excise", "remove by erasing or crossing out or as if by drawing a line", "excise"], ["walk out", "stop work in order to press demands", "walk out"], ["come upon", "find unexpectedly", "come upon"], ["happen upon", "find unexpectedly", "happen upon"], ["move", "have an emotional or cognitive impact upon", "move"], ["attain", "find unexpectedly", "attain"], ["impinge on", "hit against; come into sudden contact with", "impinge on"], ["impress", "have an emotional or cognitive impact upon", "impress"]]}, {"answer": "striped", "hint": "synonyms for striped", "clues": [["strip", "remove all contents or possession from, or empty completely", "strip"], ["bare", "lay bare", "bare"], ["despoil", "steal goods; take as spoils", "despoil"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["dismantle", "take off or remove", "dismantle"], ["deprive", "take away possessions from someone", "deprive"], ["divest", "take away possessions from someone", "divest"], ["uncase", "get undressed", "uncase"], ["loot", "steal goods; take as spoils", "loot"], ["ransack", "steal goods; take as spoils", "ransack"], ["disrobe", "get undressed", "disrobe"], ["pillage", "steal goods; take as spoils", "pillage"], ["discase", "get undressed", "discase"], ["denude", "lay bare", "denude"], ["peel", "get undressed", "peel"], ["rifle", "steal goods; take as spoils", "rifle"], ["unclothe", "get undressed", "unclothe"], ["undress", "remove (someone's or one's own) clothes", "undress"], ["plunder", "steal goods; take as spoils", "plunder"], ["leach", "remove substances from by a percolating liquid", "leach"], ["reave", "steal goods; take as spoils", "reave"], ["clean", "remove all contents or possession from, or empty completely", "clean"], ["strip down", "get undressed", "strip down"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "stripped", "hint": "synonyms for stripped", "clues": [["strip", "remove all contents or possession from, or empty completely", "strip"], ["bare", "lay bare", "bare"], ["despoil", "steal goods; take as spoils", "despoil"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["dismantle", "take off or remove", "dismantle"], ["deprive", "take away possessions from someone", "deprive"], ["divest", "take away possessions from someone", "divest"], ["uncase", "get undressed", "uncase"], ["loot", "steal goods; take as spoils", "loot"], ["ransack", "steal goods; take as spoils", "ransack"], ["disrobe", "get undressed", "disrobe"], ["pillage", "steal goods; take as spoils", "pillage"], ["discase", "get undressed", "discase"], ["denude", "lay bare", "denude"], ["peel", "get undressed", "peel"], ["rifle", "steal goods; take as spoils", "rifle"], ["unclothe", "get undressed", "unclothe"], ["undress", "remove (someone's or one's own) clothes", "undress"], ["plunder", "steal goods; take as spoils", "plunder"], ["leach", "remove substances from by a percolating liquid", "leach"], ["reave", "steal goods; take as spoils", "reave"], ["clean", "remove all contents or possession from, or empty completely", "clean"], ["strip down", "get undressed", "strip down"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "strong-arm", "hint": "synonyms for strong-arm", "clues": [["ballyrag", "be bossy towards", "ballyrag"], ["boss around", "be bossy towards", "boss around"], ["push around", "be bossy towards", "push around"], ["hector", "be bossy towards", "hector"], ["bully", "be bossy towards", "bully"], ["browbeat", "be bossy towards", "browbeat"]]}, {"answer": "struck", "hint": "synonyms for struck", "clues": [["strike", "produce by ignition or a blow", "strike"], ["fall", "touch or seem as if touching visually or audibly", "fall"], ["scratch", "remove by erasing or crossing out or as if by drawing a line", "scratch"], ["come to", "cause to experience suddenly", "come to"], ["expunge", "remove by erasing or crossing out or as if by drawing a line", "expunge"], ["come across", "find unexpectedly", "come across"], ["run into", "hit against; come into sudden contact with", "run into"], ["mint", "form by stamping, punching, or printing", "mint"], ["take up", "occupy or take on", "take up"], ["coin", "form by stamping, punching, or printing", "coin"], ["collide with", "hit against; come into sudden contact with", "collide with"], ["hit", "hit against; come into sudden contact with", "hit"], ["discover", "find unexpectedly", "discover"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["chance on", "find unexpectedly", "chance on"], ["assume", "occupy or take on", "assume"], ["light upon", "find unexpectedly", "light upon"], ["fall upon", "find unexpectedly", "fall upon"], ["take", "occupy or take on", "take"], ["excise", "remove by erasing or crossing out or as if by drawing a line", "excise"], ["walk out", "stop work in order to press demands", "walk out"], ["come upon", "find unexpectedly", "come upon"], ["happen upon", "find unexpectedly", "happen upon"], ["move", "have an emotional or cognitive impact upon", "move"], ["attain", "find unexpectedly", "attain"], ["impinge on", "hit against; come into sudden contact with", "impinge on"], ["impress", "have an emotional or cognitive impact upon", "impress"]]}, {"answer": "struggling", "hint": "synonyms for struggling", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["fight", "make a strenuous or labored effort", "fight"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"], ["contend", "be engaged in a fight; carry on a fight", "contend"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"]]}, {"answer": "strung", "hint": "synonyms for strung", "clues": [["string", "string together; tie or fasten with a string", "string"], ["draw", "thread on or as if on a string", "draw"], ["string up", "add as if on a string", "string up"], ["thread", "thread on or as if on a string", "thread"], ["string along", "move or come along", "string along"]]}, {"answer": "stuck", "hint": "synonyms for stuck", "clues": [["stick", "be or become fixed", "stick"], ["bind", "stick to firmly", "bind"], ["deposit", "put, fix, force, or implant", "deposit"], ["adhere", "stick to firmly", "adhere"], ["cleave", "come or be in close contact with; stick or hold together and resist separation", "cleave"], ["stick to", "stick to firmly", "stick to"], ["mystify", "be a mystery or bewildering to", "mystify"], ["stick by", "be loyal to", "stick by"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["hold fast", "stick to firmly", "hold fast"], ["stay", "stay put (in a certain place)", "stay"], ["wedge", "put, fix, force, or implant", "wedge"], ["flummox", "be a mystery or bewildering to", "flummox"], ["bond", "stick to firmly", "bond"], ["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["lodge", "put, fix, force, or implant", "lodge"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["amaze", "be a mystery or bewildering to", "amaze"], ["stand by", "be loyal to", "stand by"], ["sting", "saddle with something disagreeable or disadvantageous", "sting"], ["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["stick around", "stay put (in a certain place)", "stick around"], ["pose", "be a mystery or bewildering to", "pose"], ["stay put", "stay put (in a certain place)", "stay put"], ["vex", "be a mystery or bewildering to", "vex"], ["get", "be a mystery or bewildering to", "get"], ["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "studied", "hint": "synonyms for studied", "clues": [["read", "be a student of a certain subject", "read"], ["meditate", "think intently and at length, as for spiritual purposes", "meditate"], ["study", "think intently and at length, as for spiritual purposes", "study"], ["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["analyse", "consider in detail and subject to an analysis in order to discover essential features or meaning", "analyse"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["hit the books", "learn by reading books", "hit the books"], ["take", "be a student of a certain subject", "take"], ["consider", "give careful consideration to", "consider"], ["contemplate", "think intently and at length, as for spiritual purposes", "contemplate"], ["learn", "be a student of a certain subject", "learn"]]}, {"answer": "stuffed", "hint": "synonyms for stuffed", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["block", "obstruct", "block"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["farce", "fill with a stuffing while cooking", "farce"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["shove", "press or force", "shove"], ["squeeze", "press or force", "squeeze"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["lug", "obstruct", "lug"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["choke up", "obstruct", "choke up"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["thrust", "press or force", "thrust"]]}, {"answer": "stung", "hint": "synonyms for stung", "clues": [["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["stick", "saddle with something disagreeable or disadvantageous", "stick"], ["burn", "cause a sharp or stinging pain or discomfort", "burn"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["prick", "deliver a sting to", "prick"], ["twinge", "cause a stinging pain", "twinge"]]}, {"answer": "stunned", "hint": "synonyms for stunned", "clues": [["sandbag", "hit something or somebody as if with a sandbag", "sandbag"], ["stun", "make senseless or dizzy by or as if by a blow", "stun"], ["daze", "overcome as with astonishment or disbelief", "daze"], ["bedaze", "overcome as with astonishment or disbelief", "bedaze"], ["stupefy", "make senseless or dizzy by or as if by a blow", "stupefy"]]}, {"answer": "stunning", "hint": "synonyms for stunning", "clues": [["sandbag", "hit something or somebody as if with a sandbag", "sandbag"], ["stun", "make senseless or dizzy by or as if by a blow", "stun"], ["daze", "overcome as with astonishment or disbelief", "daze"], ["bedaze", "overcome as with astonishment or disbelief", "bedaze"], ["stupefy", "make senseless or dizzy by or as if by a blow", "stupefy"]]}, {"answer": "stupefied", "hint": "synonyms for stupefied", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stun", "make senseless or dizzy by or as if by a blow", "stun"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "make dull or stupid or muddle with drunkenness or infatuation", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["besot", "make dull or stupid or muddle with drunkenness or infatuation", "besot"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "stupefying", "hint": "synonyms for stupefying", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stun", "make senseless or dizzy by or as if by a blow", "stun"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "make dull or stupid or muddle with drunkenness or infatuation", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["besot", "make dull or stupid or muddle with drunkenness or infatuation", "besot"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "subdued", "hint": "synonyms for subdued", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["keep down", "put down by force or intimidation", "keep down"], ["subjugate", "put down by force or intimidation", "subjugate"], ["tame", "correct by punishment or discipline", "tame"], ["get over", "get on top of; deal with successfully", "get over"], ["surmount", "get on top of; deal with successfully", "surmount"], ["suppress", "to put down by force or authority", "suppress"], ["curb", "to put down by force or authority", "curb"], ["subordinate", "make subordinate, dependent, or subservient", "subordinate"], ["quash", "put down by force or intimidation", "quash"], ["chasten", "correct by punishment or discipline", "chasten"], ["mortify", "hold within limits and control", "mortify"], ["overcome", "get on top of; deal with successfully", "overcome"], ["repress", "put down by force or intimidation", "repress"], ["reduce", "put down by force or intimidation", "reduce"], ["master", "get on top of; deal with successfully", "master"], ["stamp down", "to put down by force or authority", "stamp down"], ["inhibit", "to put down by force or authority", "inhibit"], ["conquer", "to put down by force or authority", "conquer"], ["crucify", "hold within limits and control", "crucify"]]}, {"answer": "subjugated", "hint": "synonyms for subjugated", "clues": [["subdue", "put down by force or intimidation", "subdue"], ["subjugate", "make subservient; force to submit or subdue", "subjugate"], ["subject", "make subservient; force to submit or subdue", "subject"], ["quash", "put down by force or intimidation", "quash"], ["keep down", "put down by force or intimidation", "keep down"], ["repress", "put down by force or intimidation", "repress"], ["reduce", "put down by force or intimidation", "reduce"]]}, {"answer": "sublimate", "hint": "synonyms for sublimate", "clues": [["purify", "remove impurities from, increase the concentration of, and separate through the process of distillation", "purify"], ["sublime", "change or cause to change directly from a solid into a vapor without first melting", "sublime"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation", "make pure"], ["subtilize", "make more subtle or refined", "subtilize"], ["rarefy", "make more subtle or refined", "rarefy"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation", "distill"]]}, {"answer": "sublimated", "hint": "synonyms for sublimated", "clues": [["sublime", "change or cause to change directly from a solid into a vapor without first melting", "sublime"], ["subtilize", "make more subtle or refined", "subtilize"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation", "distill"], ["purify", "remove impurities from, increase the concentration of, and separate through the process of distillation", "purify"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation", "make pure"], ["rarefy", "make more subtle or refined", "rarefy"]]}, {"answer": "submerged", "hint": "synonyms for submerged", "clues": [["deluge", "fill or cover completely, usually with water", "deluge"], ["submerge", "put under water", "submerge"], ["drown", "cover completely or make imperceptible", "drown"], ["overwhelm", "cover completely or make imperceptible", "overwhelm"], ["inundate", "fill or cover completely, usually with water", "inundate"]]}, {"answer": "subscribed", "hint": "synonyms for subscribed", "clues": [["support", "adopt as a belief", "support"], ["subscribe", "mark with one's signature; write one's name (on)", "subscribe"], ["sign", "mark with one's signature; write one's name (on)", "sign"], ["pledge", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals", "pledge"], ["take", "receive or obtain regularly", "take"]]}, {"answer": "substantiating", "hint": "synonyms for substantiating", "clues": [["support", "establish or strengthen as with new evidence or facts", "support"], ["realise", "make real or concrete; give reality or substance to", "realise"], ["substantiate", "make real or concrete; give reality or substance to", "substantiate"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["body forth", "represent in bodily form", "body forth"], ["actualize", "make real or concrete; give reality or substance to", "actualize"], ["embody", "represent in bodily form", "embody"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["incarnate", "represent in bodily form", "incarnate"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"]]}, {"answer": "substitute", "hint": "synonyms for substitute", "clues": [["exchange", "put in the place of another; switch seemingly equivalent items", "exchange"], ["deputize", "act as a substitute", "deputize"], ["interchange", "put in the place of another; switch seemingly equivalent items", "interchange"], ["fill in", "be a substitute", "fill in"], ["stand in", "be a substitute", "stand in"], ["step in", "act as a substitute", "step in"], ["replace", "put in the place of another; switch seemingly equivalent items", "replace"], ["sub", "be a substitute", "sub"]]}, {"answer": "succeeding", "hint": "synonyms for succeeding", "clues": [["succeed", "be the successor (of)", "succeed"], ["deliver the goods", "attain success or reach a desired goal", "deliver the goods"], ["come through", "attain success or reach a desired goal", "come through"], ["follow", "be the successor (of)", "follow"], ["win", "attain success or reach a desired goal", "win"], ["come after", "be the successor (of)", "come after"], ["bring home the bacon", "attain success or reach a desired goal", "bring home the bacon"]]}, {"answer": "suckled", "hint": "synonyms for suckled", "clues": [["nurse", "give suck to", "nurse"], ["suckle", "suck milk from the mother's breasts", "suckle"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"], ["wet-nurse", "give suck to", "wet-nurse"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"]]}, {"answer": "suffering", "hint": "synonyms for suffering", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["suffer", "be given to", "suffer"], ["lose", "be set at a disadvantage", "lose"], ["meet", "undergo or suffer", "meet"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["get", "undergo (as of injuries and illnesses)", "get"], ["sustain", "undergo (as of injuries and illnesses)", "sustain"], ["support", "put up with something or somebody unpleasant", "support"], ["have", "undergo (as of injuries and illnesses)", "have"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["ache", "feel physical pain", "ache"], ["stand", "put up with something or somebody unpleasant", "stand"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["hurt", "feel physical pain", "hurt"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "suffocating", "hint": "synonyms for suffocating", "clues": [["suffocate", "struggle for breath; have insufficient oxygen intake", "suffocate"], ["asphyxiate", "deprive of oxygen and prevent from breathing", "asphyxiate"], ["choke", "suppress the development, creativity, or imagination of", "choke"], ["gag", "struggle for breath; have insufficient oxygen intake", "gag"], ["stifle", "be asphyxiated; die from lack of oxygen", "stifle"], ["strangle", "struggle for breath; have insufficient oxygen intake", "strangle"], ["smother", "deprive of oxygen and prevent from breathing", "smother"]]}, {"answer": "suited", "hint": "synonyms for suited", "clues": [["suit", "be agreeable or acceptable to", "suit"], ["accommodate", "be agreeable or acceptable to", "accommodate"], ["fit", "be agreeable or acceptable to", "fit"], ["become", "enhance the appearance of", "become"], ["befit", "accord or comport with", "befit"], ["beseem", "accord or comport with", "beseem"]]}, {"answer": "sunk", "hint": "synonyms for sunk", "clues": [["sink", "fall or sink heavily", "sink"], ["drop down", "fall or descend to a lower place or level", "drop down"], ["bury", "embed deeply", "bury"], ["settle", "go under,", "settle"], ["slide down", "fall or sink heavily", "slide down"], ["pass", "pass into a specified state or condition", "pass"], ["go under", "go under,", "go under"], ["slump", "fall or sink heavily", "slump"], ["drop", "fall or descend to a lower place or level", "drop"], ["fall off", "fall heavily or suddenly; decline markedly", "fall off"], ["lapse", "pass into a specified state or condition", "lapse"], ["dip", "appear to move downward", "dip"], ["subside", "descend into or as if into some soft substance or place", "subside"], ["go down", "go under,", "go down"]]}, {"answer": "sunken", "hint": "synonyms for sunken", "clues": [["sink", "fall or sink heavily", "sink"], ["drop down", "fall or descend to a lower place or level", "drop down"], ["bury", "embed deeply", "bury"], ["settle", "go under,", "settle"], ["slide down", "fall or sink heavily", "slide down"], ["pass", "pass into a specified state or condition", "pass"], ["go under", "go under,", "go under"], ["slump", "fall or sink heavily", "slump"], ["drop", "fall or descend to a lower place or level", "drop"], ["fall off", "fall heavily or suddenly; decline markedly", "fall off"], ["lapse", "pass into a specified state or condition", "lapse"], ["dip", "appear to move downward", "dip"], ["subside", "descend into or as if into some soft substance or place", "subside"], ["go down", "go under,", "go down"]]}, {"answer": "supercharged", "hint": "synonyms for supercharged", "clues": [["advance", "increase or raise", "advance"], ["supercharge", "increase or raise", "supercharge"], ["pressurise", "increase the pressure on a gas or liquid", "pressurise"], ["boost", "increase or raise", "boost"]]}, {"answer": "supervised", "hint": "synonyms for supervised", "clues": [["monitor", "keep tabs on; keep an eye on; keep under surveillance", "monitor"], ["oversee", "watch and direct", "oversee"], ["superintend", "watch and direct", "superintend"], ["supervise", "keep tabs on; keep an eye on; keep under surveillance", "supervise"], ["manage", "watch and direct", "manage"]]}, {"answer": "supported", "hint": "synonyms for supported", "clues": [["hold up", "be the physical support of; carry the weight of", "hold up"], ["endure", "put up with something or somebody unpleasant", "endure"], ["support", "be the physical support of; carry the weight of", "support"], ["back", "be behind; approve of", "back"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["keep going", "be a regular customer or client of", "keep going"], ["underpin", "support with evidence or authority or make more certain or confirm", "underpin"], ["corroborate", "support with evidence or authority or make more certain or confirm", "corroborate"], ["subscribe", "adopt as a belief", "subscribe"], ["bear out", "support with evidence or authority or make more certain or confirm", "bear out"], ["defend", "argue or speak in defense of", "defend"], ["patronize", "be a regular customer or client of", "patronize"], ["patronage", "be a regular customer or client of", "patronage"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["back up", "give moral or psychological support, aid, or courage to", "back up"], ["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["indorse", "be behind; approve of", "indorse"], ["plump for", "be behind; approve of", "plump for"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["hold", "be the physical support of; carry the weight of", "hold"], ["stand", "put up with something or somebody unpleasant", "stand"], ["fend for", "argue or speak in defense of", "fend for"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["plunk for", "be behind; approve of", "plunk for"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "supporting", "hint": "synonyms for supporting", "clues": [["hold up", "be the physical support of; carry the weight of", "hold up"], ["endure", "put up with something or somebody unpleasant", "endure"], ["support", "be the physical support of; carry the weight of", "support"], ["back", "be behind; approve of", "back"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["keep going", "be a regular customer or client of", "keep going"], ["underpin", "support with evidence or authority or make more certain or confirm", "underpin"], ["corroborate", "support with evidence or authority or make more certain or confirm", "corroborate"], ["subscribe", "adopt as a belief", "subscribe"], ["bear out", "support with evidence or authority or make more certain or confirm", "bear out"], ["defend", "argue or speak in defense of", "defend"], ["patronize", "be a regular customer or client of", "patronize"], ["patronage", "be a regular customer or client of", "patronage"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["back up", "give moral or psychological support, aid, or courage to", "back up"], ["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["indorse", "be behind; approve of", "indorse"], ["plump for", "be behind; approve of", "plump for"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["hold", "be the physical support of; carry the weight of", "hold"], ["stand", "put up with something or somebody unpleasant", "stand"], ["fend for", "argue or speak in defense of", "fend for"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["plunk for", "be behind; approve of", "plunk for"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "supposed", "hint": "synonyms for supposed", "clues": [["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["say", "express a supposition", "say"], ["suppose", "express a supposition", "suppose"], ["opine", "expect, believe, or suppose", "opine"], ["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["imagine", "expect, believe, or suppose", "imagine"], ["think", "expect, believe, or suppose", "think"], ["reckon", "expect, believe, or suppose", "reckon"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"], ["guess", "expect, believe, or suppose", "guess"], ["presuppose", "require as a necessary antecedent or precondition", "presuppose"]]}, {"answer": "suppressed", "hint": "synonyms for suppressed", "clues": [["crush", "come down on or keep down by unjust use of one's authority", "crush"], ["suppress", "come down on or keep down by unjust use of one's authority", "suppress"], ["subdue", "to put down by force or authority", "subdue"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior", "bottle up"], ["curb", "to put down by force or authority", "curb"], ["oppress", "come down on or keep down by unjust use of one's authority", "oppress"], ["stamp down", "to put down by force or authority", "stamp down"], ["repress", "put out of one's consciousness", "repress"], ["inhibit", "to put down by force or authority", "inhibit"], ["conquer", "to put down by force or authority", "conquer"]]}, {"answer": "surface", "hint": "synonyms for surface", "clues": [["rise up", "come to the surface", "rise up"], ["rise", "come to the surface", "rise"], ["come up", "come to the surface", "come up"], ["turn up", "appear or become visible; make a showing", "turn up"], ["coat", "put a coat on; cover the surface of; furnish with a surface", "coat"], ["come on", "appear or become visible; make a showing", "come on"], ["come out", "appear or become visible; make a showing", "come out"], ["show up", "appear or become visible; make a showing", "show up"]]}, {"answer": "surging", "hint": "synonyms for surging", "clues": [["tide", "rise or move forward", "tide"], ["surge", "rise and move, as in waves or billows", "surge"], ["billow", "rise and move, as in waves or billows", "billow"], ["zoom", "rise rapidly", "zoom"], ["soar up", "rise rapidly", "soar up"], ["soar upwards", "rise rapidly", "soar upwards"], ["soar", "rise rapidly", "soar"], ["heave", "rise and move, as in waves or billows", "heave"], ["scend", "rise or heave upward under the influence of a natural force such as a wave", "scend"]]}, {"answer": "surmounted", "hint": "synonyms for surmounted", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["surmount", "get on top of; deal with successfully", "surmount"], ["get over", "get on top of; deal with successfully", "get over"], ["outgo", "be or do something to a greater degree", "outgo"], ["overcome", "get on top of; deal with successfully", "overcome"], ["outstrip", "be or do something to a greater degree", "outstrip"], ["outperform", "be or do something to a greater degree", "outperform"], ["master", "get on top of; deal with successfully", "master"], ["scale", "reach the highest point of", "scale"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"], ["outdo", "be or do something to a greater degree", "outdo"], ["exceed", "be or do something to a greater degree", "exceed"]]}, {"answer": "surpassing", "hint": "synonyms for surpassing", "clues": [["outgo", "be or do something to a greater degree", "outgo"], ["surpass", "move past", "surpass"], ["pass by", "move past", "pass by"], ["exceed", "be greater in scope or size than some standard", "exceed"], ["stand out", "distinguish oneself", "stand out"], ["pass", "move past", "pass"], ["transcend", "be greater in scope or size than some standard", "transcend"], ["outstrip", "be or do something to a greater degree", "outstrip"], ["go by", "move past", "go by"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["go past", "move past", "go past"], ["excel", "distinguish oneself", "excel"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["outdo", "be or do something to a greater degree", "outdo"], ["travel by", "move past", "travel by"]]}, {"answer": "surrounded", "hint": "synonyms for surrounded", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["circumvent", "surround so as to force to give up", "circumvent"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["fence in", "surround with a wall in order to fortify", "fence in"], ["palisade", "surround with a wall in order to fortify", "palisade"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["hem in", "surround so as to force to give up", "hem in"], ["wall", "surround with a wall in order to fortify", "wall"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["besiege", "surround so as to force to give up", "besiege"], ["fence", "surround with a wall in order to fortify", "fence"], ["smother", "envelop completely", "smother"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "surrounding", "hint": "synonyms for surrounding", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["circumvent", "surround so as to force to give up", "circumvent"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["fence in", "surround with a wall in order to fortify", "fence in"], ["palisade", "surround with a wall in order to fortify", "palisade"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["hem in", "surround so as to force to give up", "hem in"], ["wall", "surround with a wall in order to fortify", "wall"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["besiege", "surround so as to force to give up", "besiege"], ["fence", "surround with a wall in order to fortify", "fence"], ["smother", "envelop completely", "smother"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "surviving", "hint": "synonyms for surviving", "clues": [["pull through", "continue in existence after (an adversity, etc.)", "pull through"], ["come through", "continue in existence after (an adversity, etc.)", "come through"], ["hold up", "continue to live through hardship or adversity", "hold up"], ["live", "continue to live through hardship or adversity", "live"], ["outlive", "live longer than", "outlive"], ["outlast", "live longer than", "outlast"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["last", "continue to live through hardship or adversity", "last"], ["exist", "support oneself", "exist"], ["go", "continue to live through hardship or adversity", "go"], ["subsist", "support oneself", "subsist"], ["make it", "continue in existence after (an adversity, etc.)", "make it"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["endure", "continue to live through hardship or adversity", "endure"], ["pull round", "continue in existence after (an adversity, etc.)", "pull round"]]}, {"answer": "suspended", "hint": "synonyms for suspended", "clues": [["suspend", "make inoperative or stop", "suspend"], ["set aside", "make inoperative or stop", "set aside"], ["freeze", "stop a process or a habit by imposing a freeze on it", "freeze"], ["debar", "bar temporarily; from school, office, etc.", "debar"]]}, {"answer": "sustained", "hint": "synonyms for sustained", "clues": [["hold up", "be the physical support of; carry the weight of", "hold up"], ["support", "be the physical support of; carry the weight of", "support"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["keep up", "lengthen or extend in duration or space", "keep up"], ["get", "undergo (as of injuries and illnesses)", "get"], ["have", "undergo (as of injuries and illnesses)", "have"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["maintain", "supply with necessities and support", "maintain"], ["nourish", "provide with nourishment", "nourish"], ["hold", "be the physical support of; carry the weight of", "hold"], ["keep", "supply with necessities and support", "keep"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["suffer", "undergo (as of injuries and illnesses)", "suffer"], ["prolong", "lengthen or extend in duration or space", "prolong"], ["nurture", "provide with nourishment", "nurture"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"]]}, {"answer": "swagger", "hint": "synonyms for swagger", "clues": [["bully", "discourage or frighten with threats or a domineering manner; intimidate", "bully"], ["bluster", "act in an arrogant, overly self-assured, or conceited manner", "bluster"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others", "ruffle"], ["swash", "act in an arrogant, overly self-assured, or conceited manner", "swash"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate", "browbeat"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"]]}, {"answer": "swaggering", "hint": "synonyms for swaggering", "clues": [["bully", "discourage or frighten with threats or a domineering manner; intimidate", "bully"], ["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["bluster", "act in an arrogant, overly self-assured, or conceited manner", "bluster"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others", "ruffle"], ["swash", "act in an arrogant, overly self-assured, or conceited manner", "swash"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"], ["browbeat", "discourage or frighten with threats or a domineering manner; intimidate", "browbeat"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"]]}, {"answer": "swank", "hint": "synonyms for swank", "clues": [["flaunt", "display proudly; act ostentatiously or pretentiously", "flaunt"], ["ostentate", "display proudly; act ostentatiously or pretentiously", "ostentate"], ["flash", "display proudly; act ostentatiously or pretentiously", "flash"], ["show off", "display proudly; act ostentatiously or pretentiously", "show off"]]}, {"answer": "sweeping", "hint": "synonyms for sweeping", "clues": [["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["broom", "sweep with a broom or as if with a broom", "broom"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"], ["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["traverse", "to cover or extend over an area or time period; ,", "traverse"], ["swing", "make a big sweeping gesture or movement", "swing"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["swing out", "make a big sweeping gesture or movement", "swing out"], ["drag", "force into some kind of situation, condition, or course of action", "drag"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["brush", "sweep across or over", "brush"], ["span", "to cover or extend over an area or time period; ,", "span"], ["cross", "to cover or extend over an area or time period; ,", "cross"], ["sail", "move with sweeping, effortless, gliding motions", "sail"]]}, {"answer": "swell", "hint": "synonyms for swell", "clues": [["tumesce", "expand abnormally", "tumesce"], ["well up", "come up (as of feelings and thoughts, or other ephemeral things)", "well up"], ["tumefy", "expand abnormally", "tumefy"], ["puff up", "become filled with pride, arrogance, or anger", "puff up"], ["well", "come up, as of a liquid", "well"]]}, {"answer": "swelled", "hint": "synonyms for swelled", "clues": [["swell", "increase in size, magnitude, number, or intensity", "swell"], ["tumesce", "expand abnormally", "tumesce"], ["swell up", "expand abnormally", "swell up"], ["tumefy", "expand abnormally", "tumefy"], ["puff up", "become filled with pride, arrogance, or anger", "puff up"]]}, {"answer": "swept", "hint": "synonyms for swept", "clues": [["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["broom", "sweep with a broom or as if with a broom", "broom"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"], ["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["traverse", "to cover or extend over an area or time period; ,", "traverse"], ["swing", "make a big sweeping gesture or movement", "swing"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["swing out", "make a big sweeping gesture or movement", "swing out"], ["drag", "force into some kind of situation, condition, or course of action", "drag"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["brush", "sweep across or over", "brush"], ["span", "to cover or extend over an area or time period; ,", "span"], ["cross", "to cover or extend over an area or time period; ,", "cross"], ["sail", "move with sweeping, effortless, gliding motions", "sail"]]}, {"answer": "swinging", "hint": "synonyms for swinging", "clues": [["swing", "influence decisively", "swing"], ["dangle", "hang freely", "dangle"], ["singe", "burn superficially or lightly", "singe"], ["swing over", "influence decisively", "swing over"], ["sweep", "make a big sweeping gesture or movement", "sweep"], ["sway", "move or walk in a swinging or swaying manner", "sway"], ["drop", "hang freely", "drop"], ["swing out", "make a big sweeping gesture or movement", "swing out"], ["get around", "be a social swinger; socialize a lot", "get around"]]}, {"answer": "swollen", "hint": "synonyms for swollen", "clues": [["swell", "increase in size, magnitude, number, or intensity", "swell"], ["tumesce", "expand abnormally", "tumesce"], ["swell up", "expand abnormally", "swell up"], ["tumefy", "expand abnormally", "tumefy"], ["puff up", "become filled with pride, arrogance, or anger", "puff up"]]}, {"answer": "swooning", "hint": "synonyms for swooning", "clues": [["conk", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "conk"], ["pass out", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "pass out"], ["swoon", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "swoon"], ["faint", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "faint"]]}, {"answer": "sworn", "hint": "synonyms for sworn", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["swear", "utter obscenities or profanities", "swear"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["rely", "have confidence or faith in", "rely"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["curse", "utter obscenities or profanities", "curse"], ["imprecate", "utter obscenities or profanities", "imprecate"], ["bank", "have confidence or faith in", "bank"], ["trust", "have confidence or faith in", "trust"], ["depone", "make a deposition; declare under oath", "depone"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["depose", "make a deposition; declare under oath", "depose"], ["cuss", "utter obscenities or profanities", "cuss"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "tagged", "hint": "synonyms for tagged", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["mark", "attach a tag or label to", "mark"], ["tag", "supply (blank verse or prose) with rhymes", "tag"], ["label", "attach a tag or label to", "label"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["tail", "go after with the intent to catch", "tail"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "tailed", "hint": "synonyms for tailed", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["tail", "remove or shorten the tail of an animal", "tail"], ["dock", "remove or shorten the tail of an animal", "dock"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["bob", "remove or shorten the tail of an animal", "bob"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "tailored", "hint": "synonyms for tailored", "clues": [["tailor", "adjust to a specific need or market", "tailor"], ["sew", "create (clothes) with cloth", "sew"], ["tailor-make", "create (clothes) with cloth", "tailor-make"], ["orient", "adjust to a specific need or market", "orient"], ["cut", "style and tailor in a certain fashion", "cut"]]}, {"answer": "tainted", "hint": "synonyms for tainted", "clues": [["taint", "place under suspicion or cast doubt upon", "taint"], ["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["infect", "contaminate with a disease or microorganism", "infect"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["cloud", "place under suspicion or cast doubt upon", "cloud"]]}, {"answer": "taken", "hint": "synonyms for taken", "clues": [["accept", "receive willingly something given or offered", "accept"], ["fill", "assume, as of positions or roles", "fill"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["have", "serve oneself to, or consume regularly", "have"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["choose", "pick out, select, or choose from a number of alternatives", "choose"], ["conduct", "take somebody somewhere", "conduct"], ["contain", "be capable of holding or containing", "contain"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["take on", "admit into a group or community", "take on"], ["ask", "require as useful, just, or proper", "ask"], ["use up", "require (time or space)", "use up"], ["carry", "have with oneself; have on one's person", "carry"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["shoot", "make a film or photograph of something", "shoot"], ["make", "head into a specified direction", "make"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["hire", "engage for service under a term of contract", "hire"], ["lead", "take somebody somewhere", "lead"], ["deal", "take into consideration for exemplifying purposes", "deal"], ["contract", "be stricken by an illness, fall victim to an illness", "contract"], ["require", "require as useful, just, or proper", "require"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "remove"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["engage", "engage for service under a term of contract", "engage"], ["hold", "be capable of holding or containing", "hold"], ["occupy", "require (time or space)", "occupy"], ["bring", "take something or somebody with oneself somewhere", "bring"], ["charter", "engage for service under a term of contract", "charter"], ["consider", "take into consideration for exemplifying purposes", "consider"], ["convey", "take something or somebody with oneself somewhere", "convey"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "withdraw"], ["read", "interpret something in a certain way; convey a particular meaning or impression", "read"], ["need", "require as useful, just, or proper", "need"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take away"], ["drive", "proceed along in a vehicle", "drive"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["film", "make a film or photograph of something", "film"], ["lease", "engage for service under a term of contract", "lease"], ["take up", "occupy or take on", "take up"], ["study", "be a student of a certain subject", "study"], ["claim", "lay claim to; as of an idea", "claim"], ["submit", "accept or undergo, often unwillingly", "submit"], ["admit", "admit into a group or community", "admit"], ["postulate", "require as useful, just, or proper", "postulate"], ["exact", "take as an undesirable consequence of some event or state of affairs", "exact"], ["rent", "engage for service under a term of contract", "rent"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["demand", "require as useful, just, or proper", "demand"], ["call for", "require as useful, just, or proper", "call for"], ["strike", "occupy or take on", "strike"], ["learn", "be a student of a certain subject", "learn"], ["pack", "have with oneself; have on one's person", "pack"], ["involve", "require as useful, just, or proper", "involve"], ["get hold of", "get into one's hands, take physically", "get hold of"], ["subscribe to", "receive or obtain regularly", "subscribe to"], ["get", "be stricken by an illness, fall victim to an illness", "get"], ["pick out", "pick out, select, or choose from a number of alternatives", "pick out"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"], ["consume", "serve oneself to, or consume regularly", "consume"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "taking", "hint": "synonyms for taking", "clues": [["accept", "receive willingly something given or offered", "accept"], ["fill", "assume, as of positions or roles", "fill"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["have", "serve oneself to, or consume regularly", "have"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["choose", "pick out, select, or choose from a number of alternatives", "choose"], ["conduct", "take somebody somewhere", "conduct"], ["contain", "be capable of holding or containing", "contain"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["take on", "admit into a group or community", "take on"], ["ask", "require as useful, just, or proper", "ask"], ["use up", "require (time or space)", "use up"], ["carry", "have with oneself; have on one's person", "carry"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["shoot", "make a film or photograph of something", "shoot"], ["make", "head into a specified direction", "make"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["hire", "engage for service under a term of contract", "hire"], ["lead", "take somebody somewhere", "lead"], ["deal", "take into consideration for exemplifying purposes", "deal"], ["contract", "be stricken by an illness, fall victim to an illness", "contract"], ["require", "require as useful, just, or proper", "require"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "remove"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["engage", "engage for service under a term of contract", "engage"], ["hold", "be capable of holding or containing", "hold"], ["occupy", "require (time or space)", "occupy"], ["bring", "take something or somebody with oneself somewhere", "bring"], ["charter", "engage for service under a term of contract", "charter"], ["consider", "take into consideration for exemplifying purposes", "consider"], ["convey", "take something or somebody with oneself somewhere", "convey"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "withdraw"], ["read", "interpret something in a certain way; convey a particular meaning or impression", "read"], ["need", "require as useful, just, or proper", "need"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take away"], ["drive", "proceed along in a vehicle", "drive"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["film", "make a film or photograph of something", "film"], ["lease", "engage for service under a term of contract", "lease"], ["take up", "occupy or take on", "take up"], ["study", "be a student of a certain subject", "study"], ["claim", "lay claim to; as of an idea", "claim"], ["submit", "accept or undergo, often unwillingly", "submit"], ["admit", "admit into a group or community", "admit"], ["postulate", "require as useful, just, or proper", "postulate"], ["exact", "take as an undesirable consequence of some event or state of affairs", "exact"], ["rent", "engage for service under a term of contract", "rent"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["demand", "require as useful, just, or proper", "demand"], ["call for", "require as useful, just, or proper", "call for"], ["strike", "occupy or take on", "strike"], ["learn", "be a student of a certain subject", "learn"], ["pack", "have with oneself; have on one's person", "pack"], ["involve", "require as useful, just, or proper", "involve"], ["get hold of", "get into one's hands, take physically", "get hold of"], ["subscribe to", "receive or obtain regularly", "subscribe to"], ["get", "be stricken by an illness, fall victim to an illness", "get"], ["pick out", "pick out, select, or choose from a number of alternatives", "pick out"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"], ["consume", "serve oneself to, or consume regularly", "consume"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "tame", "hint": "synonyms for tame", "clues": [["domesticise", "overcome the wildness of; make docile and tractable", "domesticise"], ["moderate", "make less strong or intense; soften", "moderate"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["subdue", "correct by punishment or discipline", "subdue"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment", "naturalize"], ["tone down", "make less strong or intense; soften", "tone down"], ["chasten", "correct by punishment or discipline", "chasten"], ["domesticate", "overcome the wildness of; make docile and tractable", "domesticate"], ["reclaim", "overcome the wildness of; make docile and tractable", "reclaim"]]}, {"answer": "tamed", "hint": "synonyms for tamed", "clues": [["reclaim", "overcome the wildness of; make docile and tractable", "reclaim"], ["domesticise", "overcome the wildness of; make docile and tractable", "domesticise"], ["moderate", "make less strong or intense; soften", "moderate"], ["tame", "correct by punishment or discipline", "tame"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["subdue", "correct by punishment or discipline", "subdue"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment", "naturalize"], ["tone down", "make less strong or intense; soften", "tone down"], ["chasten", "correct by punishment or discipline", "chasten"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"]]}, {"answer": "tangled", "hint": "synonyms for tangled", "clues": [["entangle", "twist together or entwine into a confusing mass", "entangle"], ["drag", "force into some kind of situation, condition, or course of action", "drag"], ["mat", "twist together or entwine into a confusing mass", "mat"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"], ["dishevel", "disarrange or rumple; dishevel", "dishevel"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["knot", "tangle or complicate", "knot"], ["ravel", "tangle or complicate", "ravel"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["tousle", "disarrange or rumple; dishevel", "tousle"]]}, {"answer": "tantalising", "hint": "synonyms for tantalising", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "tantalizing", "hint": "synonyms for tantalizing", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "taped", "hint": "synonyms for taped", "clues": [["tap", "pierce in order to draw a liquid from", "tap"], ["knock", "make light, repeated taps on a surface", "knock"], ["exploit", "draw from; make good use of", "exploit"], ["rap", "make light, repeated taps on a surface", "rap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"], ["pink", "make light, repeated taps on a surface", "pink"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["videotape", "record on videotape", "videotape"], ["record", "register electronically", "record"], ["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes", "tapdance"], ["tip", "strike lightly", "tip"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently", "beg"]]}, {"answer": "tapped", "hint": "synonyms for tapped", "clues": [["tap", "pierce in order to draw a liquid from", "tap"], ["knock", "make light, repeated taps on a surface", "knock"], ["exploit", "draw from; make good use of", "exploit"], ["rap", "make light, repeated taps on a surface", "rap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"], ["pink", "make light, repeated taps on a surface", "pink"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes", "tapdance"], ["tip", "strike lightly", "tip"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently", "beg"]]}, {"answer": "tarry", "hint": "synonyms for tarry", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "tattling", "hint": "synonyms for tattling", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["tattle", "divulge confidential information or secrets", "tattle"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["talk", "divulge confidential information or secrets", "talk"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["blab out", "divulge confidential information or secrets", "blab out"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["babble", "divulge confidential information or secrets", "babble"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "taunting", "hint": "synonyms for taunting", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "tearing", "hint": "synonyms for tearing", "clues": [["deplumate", "strip of feathers", "deplumate"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["buck", "move quickly and violently", "buck"], ["pull", "strip of feathers", "pull"], ["pluck", "strip of feathers", "pluck"], ["tear", "strip of feathers", "tear"], ["snap", "separate or cause to separate abruptly", "snap"], ["shoot", "move quickly and violently", "shoot"], ["displume", "strip of feathers", "displume"], ["bust", "separate or cause to separate abruptly", "bust"], ["shoot down", "move quickly and violently", "shoot down"], ["charge", "move quickly and violently", "charge"]]}, {"answer": "teased", "hint": "synonyms for teased", "clues": [["tease", "to arouse hope, desire, or curiosity without satisfying them", "tease"], ["fluff", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect", "fluff"], ["twit", "harass with persistent criticism or carping", "twit"], ["loosen", "disentangle and raise the fibers of", "loosen"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["beleaguer", "annoy persistently", "beleaguer"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"], ["badger", "annoy persistently", "badger"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["card", "separate the fibers of", "card"], ["tease apart", "disentangle and raise the fibers of", "tease apart"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["tease", "to arouse hope, desire, or curiosity without satisfying them", "tease"], ["fluff", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect", "fluff"], ["twit", "harass with persistent criticism or carping", "twit"], ["loosen", "disentangle and raise the fibers of", "loosen"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["beleaguer", "annoy persistently", "beleaguer"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"], ["badger", "annoy persistently", "badger"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["card", "separate the fibers of", "card"], ["tease apart", "disentangle and raise the fibers of", "tease apart"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"]]}, {"answer": "teeming", "hint": "synonyms for teeming", "clues": [["swarm", "move in large numbers", "swarm"], ["teem", "be teeming, be abuzz", "teem"], ["pullulate", "move in large numbers", "pullulate"], ["pour", "move in large numbers", "pour"], ["stream", "move in large numbers", "stream"]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["narrate", "narrate or give a detailed account of", "narrate"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["severalise", "mark as different", "severalise"], ["recount", "narrate or give a detailed account of", "recount"], ["separate", "mark as different", "separate"], ["assure", "inform positively and with certainty and confidence", "assure"], ["evidence", "give evidence", "evidence"], ["order", "give instructions to or direct somebody to do something with authority", "order"], ["secernate", "mark as different", "secernate"], ["say", "give instructions to or direct somebody to do something with authority", "say"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["differentiate", "mark as different", "differentiate"], ["recite", "narrate or give a detailed account of", "recite"], ["tell apart", "mark as different", "tell apart"], ["state", "express in words", "state"]]}, {"answer": "tempered", "hint": "synonyms for tempered", "clues": [["temper", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "temper"], ["harden", "harden by reheating and cooling in oil", "harden"], ["normalize", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "normalize"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate", "mollify"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "anneal"], ["moderate", "restrain", "moderate"], ["chasten", "restrain", "chasten"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate", "season"]]}, {"answer": "tempering", "hint": "synonyms for tempering", "clues": [["temper", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "temper"], ["harden", "harden by reheating and cooling in oil", "harden"], ["normalize", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "normalize"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate", "mollify"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "anneal"], ["moderate", "restrain", "moderate"], ["chasten", "restrain", "chasten"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate", "season"]]}, {"answer": "tempting", "hint": "synonyms for tempting", "clues": [["tempt", "induce into action by using one's charm", "tempt"], ["influence", "induce into action by using one's charm", "influence"], ["charm", "induce into action by using one's charm", "charm"], ["entice", "provoke someone to do something through (often false or exaggerated) promises or persuasion", "entice"], ["lure", "provoke someone to do something through (often false or exaggerated) promises or persuasion", "lure"], ["allure", "dispose or incline or entice to", "allure"], ["invite", "give rise to a desire by being attractive or inviting", "invite"]]}, {"answer": "tending", "hint": "synonyms for tending", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["tend", "have care of or look after", "tend"], ["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"], ["incline", "have a tendency or disposition to do or be something; be inclined", "incline"]]}, {"answer": "terminated", "hint": "synonyms for terminated", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["end", "be the end of; be the last or concluding part of", "end"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"]]}, {"answer": "tested", "hint": "synonyms for tested", "clues": [["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["screen", "test or examine for the presence of disease or infection", "screen"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["quiz", "examine someone's knowledge of something", "quiz"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"]]}, {"answer": "thawed", "hint": "synonyms for thawed", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["melt", "become or cause to become soft or liquid", "melt"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "thieving", "hint": "synonyms for thieving", "clues": [["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["hook", "take by theft", "hook"], ["cop", "take by theft", "cop"], ["snitch", "take by theft", "snitch"]]}, {"answer": "thin", "hint": "synonyms for thin", "clues": [["reduce", "take off weight", "reduce"], ["lose weight", "take off weight", "lose weight"], ["slim", "take off weight", "slim"], ["slim down", "take off weight", "slim down"], ["melt off", "take off weight", "melt off"], ["slenderize", "take off weight", "slenderize"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "thinking", "hint": "synonyms for thinking", "clues": [["think", "judge or regard; look upon; judge", "think"], ["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["remember", "recall knowledge from memory; have a recollection", "remember"], ["cogitate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments", "cogitate"], ["opine", "expect, believe, or suppose", "opine"], ["imagine", "expect, believe, or suppose", "imagine"], ["suppose", "expect, believe, or suppose", "suppose"], ["reckon", "expect, believe, or suppose", "reckon"], ["conceive", "judge or regard; look upon; judge", "conceive"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"], ["consider", "judge or regard; look upon; judge", "consider"], ["mean", "have in mind as a purpose", "mean"], ["cerebrate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments", "cerebrate"], ["intend", "have in mind as a purpose", "intend"], ["guess", "expect, believe, or suppose", "guess"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["believe", "judge or regard; look upon; judge", "believe"], ["recall", "recall knowledge from memory; have a recollection", "recall"]]}, {"answer": "thinned", "hint": "synonyms for thinned", "clues": [["reduce", "take off weight", "reduce"], ["lose weight", "take off weight", "lose weight"], ["thin", "make thin or thinner", "thin"], ["slim", "take off weight", "slim"], ["slim down", "take off weight", "slim down"], ["melt off", "take off weight", "melt off"], ["slenderize", "take off weight", "slenderize"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "threaded", "hint": "synonyms for threaded", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["thread", "remove facial hair by tying a fine string around it and pulling at the string", "thread"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["draw", "thread on or as if on a string", "draw"], ["string", "thread on or as if on a string", "string"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"]]}, {"answer": "threatened", "hint": "synonyms for threatened", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["threaten", "to be a menacing indication of something:", "threaten"], ["menace", "pose a threat to; present a danger to", "menace"], ["peril", "pose a threat to; present a danger to", "peril"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["endanger", "pose a threat to; present a danger to", "endanger"]]}, {"answer": "threatening", "hint": "synonyms for threatening", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["threaten", "to be a menacing indication of something:", "threaten"], ["menace", "pose a threat to; present a danger to", "menace"], ["peril", "pose a threat to; present a danger to", "peril"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["endanger", "pose a threat to; present a danger to", "endanger"]]}, {"answer": "thrilled", "hint": "synonyms for thrilled", "clues": [["thrill", "cause to be thrilled by some perceptual input", "thrill"], ["throb", "tremble convulsively, as from fear or excitement", "throb"], ["shudder", "tremble convulsively, as from fear or excitement", "shudder"], ["beatify", "fill with sublime emotion", "beatify"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["shiver", "tremble convulsively, as from fear or excitement", "shiver"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["vibrate", "feel sudden intense sensation or emotion", "vibrate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["tickle", "feel sudden intense sensation or emotion", "tickle"], ["exalt", "fill with sublime emotion", "exalt"]]}, {"answer": "thrilling", "hint": "synonyms for thrilling", "clues": [["thrill", "cause to be thrilled by some perceptual input", "thrill"], ["throb", "tremble convulsively, as from fear or excitement", "throb"], ["shudder", "tremble convulsively, as from fear or excitement", "shudder"], ["beatify", "fill with sublime emotion", "beatify"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["shiver", "tremble convulsively, as from fear or excitement", "shiver"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["vibrate", "feel sudden intense sensation or emotion", "vibrate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["tickle", "feel sudden intense sensation or emotion", "tickle"], ["exalt", "fill with sublime emotion", "exalt"]]}, {"answer": "thriving", "hint": "synonyms for thriving", "clues": [["flourish", "grow vigorously", "flourish"], ["thrive", "grow vigorously", "thrive"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "prosper"], ["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "fly high"], ["expand", "grow vigorously", "expand"], ["boom", "grow vigorously", "boom"]]}, {"answer": "throbbing", "hint": "synonyms for throbbing", "clues": [["throb", "tremble convulsively, as from fear or excitement", "throb"], ["shudder", "tremble convulsively, as from fear or excitement", "shudder"], ["pulse", "expand and contract rhythmically; beat rhythmically", "pulse"], ["pulsate", "expand and contract rhythmically; beat rhythmically", "pulsate"], ["shiver", "tremble convulsively, as from fear or excitement", "shiver"], ["thrill", "tremble convulsively, as from fear or excitement", "thrill"]]}, {"answer": "thronged", "hint": "synonyms for thronged", "clues": [["pack", "press tightly together or cram", "pack"], ["mob", "press tightly together or cram", "mob"], ["throng", "press tightly together or cram", "throng"], ["jam", "press tightly together or cram", "jam"], ["pile", "press tightly together or cram", "pile"]]}, {"answer": "thrown", "hint": "synonyms for thrown", "clues": [["throw", "move violently, energetically, or carelessly", "throw"], ["give", "convey or communicate; of a smile, a look, a physical gesture", "give"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["thrust", "place or put with great energy", "thrust"], ["discombobulate", "cause to be confused emotionally", "discombobulate"], ["cast", "get rid of", "cast"], ["make", "organize or be responsible for", "make"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"], ["bemuse", "cause to be confused emotionally", "bemuse"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["shed", "get rid of", "shed"], ["cast off", "get rid of", "cast off"], ["have", "organize or be responsible for", "have"], ["shake off", "get rid of", "shake off"], ["switch", "cause to go on or to be engaged or set in operation", "switch"], ["bewilder", "cause to be confused emotionally", "bewilder"], ["hurl", "utter with force; utter vehemently", "hurl"], ["throw off", "get rid of", "throw off"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["flip", "cause to go on or to be engaged or set in operation", "flip"], ["drop", "get rid of", "drop"], ["hold", "organize or be responsible for", "hold"], ["project", "put or send forth", "project"], ["contrive", "put or send forth", "contrive"], ["throw away", "get rid of", "throw away"]]}, {"answer": "thudding", "hint": "synonyms for thudding", "clues": [["thud", "strike with a dull sound", "thud"], ["thump", "make a dull sound", "thump"], ["scrunch", "make a noise typical of an engine lacking lubricants", "scrunch"], ["crump", "make a noise typical of an engine lacking lubricants", "crump"]]}, {"answer": "thumbed", "hint": "synonyms for thumbed", "clues": [["flip", "look through a book or other written material", "flip"], ["riffle", "look through a book or other written material", "riffle"], ["finger", "feel or handle with the fingers", "finger"], ["hitchhike", "travel by getting free rides from motorists", "hitchhike"], ["flick", "look through a book or other written material", "flick"], ["leaf", "look through a book or other written material", "leaf"], ["thumb", "feel or handle with the fingers", "thumb"], ["riff", "look through a book or other written material", "riff"], ["hitch", "travel by getting free rides from motorists", "hitch"]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["thump", "make a dull sound", "thump"], ["thud", "make a dull sound", "thud"], ["beat", "move rhythmically", "beat"], ["poke", "hit hard with the hand, fist, or some heavy instrument", "poke"], ["pound", "hit hard with the hand, fist, or some heavy instrument", "pound"]]}, {"answer": "thwarted", "hint": "synonyms for thwarted", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "thwarting", "hint": "synonyms for thwarting", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "tickling", "hint": "synonyms for tickling", "clues": [["tickle", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements", "tickle"], ["thrill", "feel sudden intense sensation or emotion", "thrill"], ["vibrate", "feel sudden intense sensation or emotion", "vibrate"], ["vellicate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements", "vellicate"], ["titillate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements", "titillate"]]}, {"answer": "tidy", "hint": "synonyms for tidy", "clues": [["square away", "put (things or places) in order", "square away"], ["straighten out", "put (things or places) in order", "straighten out"], ["straighten", "put (things or places) in order", "straighten"], ["neaten", "put (things or places) in order", "neaten"], ["clean up", "put (things or places) in order", "clean up"], ["tidy up", "put (things or places) in order", "tidy up"]]}, {"answer": "tied", "hint": "synonyms for tied", "clues": [["marry", "perform a marriage ceremony", "marry"], ["tie", "form a knot or bow in", "tie"], ["bind", "create social or emotional ties", "bind"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["link", "connect, fasten, or put together two or more pieces", "link"], ["draw", "finish a game with an equal number of points, goals, etc.", "draw"], ["splice", "perform a marriage ceremony", "splice"], ["wed", "perform a marriage ceremony", "wed"], ["bond", "create social or emotional ties", "bond"], ["attach", "create social or emotional ties", "attach"], ["connect", "connect, fasten, or put together two or more pieces", "connect"]]}, {"answer": "tilted", "hint": "synonyms for tilted", "clues": [["tilt", "heel over", "tilt"], ["lean", "to incline or bend from a vertical position", "lean"], ["tip", "to incline or bend from a vertical position", "tip"], ["slant", "heel over", "slant"], ["angle", "to incline or bend from a vertical position", "angle"], ["shift", "move sideways or in an unsteady way", "shift"], ["wobble", "move sideways or in an unsteady way", "wobble"], ["careen", "move sideways or in an unsteady way", "careen"], ["cant over", "heel over", "cant over"], ["cant", "heel over", "cant"], ["pitch", "heel over", "pitch"]]}, {"answer": "tinkling", "hint": "synonyms for tinkling", "clues": [["tink", "make or emit a high sound", "tink"], ["tinkle", "make or emit a high sound", "tinkle"], ["clink", "make or emit a high sound", "clink"], ["chink", "make or emit a high sound", "chink"]]}, {"answer": "tipped", "hint": "synonyms for tipped", "clues": [["bung", "give a tip or gratuity to in return for a service, beyond the compensation agreed on", "bung"], ["tumble", "cause to topple or tumble by pushing", "tumble"], ["tip", "to incline or bend from a vertical position", "tip"], ["slant", "to incline or bend from a vertical position", "slant"], ["fee", "give a tip or gratuity to in return for a service, beyond the compensation agreed on", "fee"], ["tiptoe", "walk on one's toes", "tiptoe"], ["tip off", "give insider information or advise to", "tip off"], ["lean", "to incline or bend from a vertical position", "lean"], ["topple", "cause to topple or tumble by pushing", "topple"], ["tilt", "to incline or bend from a vertical position", "tilt"], ["angle", "to incline or bend from a vertical position", "angle"], ["tap", "strike lightly", "tap"]]}, {"answer": "tired", "hint": "synonyms for tired", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "lose interest or become bored with something or somebody", "tire"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["exhaust", "deplete", "exhaust"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["bore", "cause to be bored", "bore"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["play out", "deplete", "play out"], ["sap", "deplete", "sap"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["run down", "deplete", "run down"]]}, {"answer": "tiring", "hint": "synonyms for tiring", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "lose interest or become bored with something or somebody", "tire"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["exhaust", "deplete", "exhaust"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["bore", "cause to be bored", "bore"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["play out", "deplete", "play out"], ["sap", "deplete", "sap"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["run down", "deplete", "run down"]]}, {"answer": "toasted", "hint": "synonyms for toasted", "clues": [["pledge", "propose a toast to", "pledge"], ["crisp", "make brown and crisp by heating", "crisp"], ["crispen", "make brown and crisp by heating", "crispen"], ["salute", "propose a toast to", "salute"], ["toast", "make brown and crisp by heating", "toast"], ["drink", "propose a toast to", "drink"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "togged", "hint": "synonyms for togged", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "toiling", "hint": "synonyms for toiling", "clues": [["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["labor", "work hard", "labor"], ["moil", "work hard", "moil"]]}, {"answer": "toned", "hint": "synonyms for toned", "clues": [["modulate", "vary the pitch of one's speech", "modulate"], ["inflect", "vary the pitch of one's speech", "inflect"], ["tone", "utter monotonously and repetitively and rhythmically", "tone"], ["strengthen", "give a healthy elasticity to", "strengthen"], ["chant", "utter monotonously and repetitively and rhythmically", "chant"], ["tone up", "give a healthy elasticity to", "tone up"], ["intone", "utter monotonously and repetitively and rhythmically", "intone"]]}, {"answer": "top", "hint": "synonyms for top", "clues": [["transcend", "be superior or better than some standard", "transcend"], ["crown", "be the culminating event", "crown"], ["pass", "be superior or better than some standard", "pass"], ["lead", "be ahead of others; be the first", "lead"], ["go past", "be superior or better than some standard", "go past"], ["overstep", "be superior or better than some standard", "overstep"], ["clear", "pass by, over, or under without making contact", "clear"], ["top off", "finish up or conclude", "top off"], ["pinch", "cut the top off", "pinch"], ["exceed", "be superior or better than some standard", "exceed"], ["top out", "provide with a top or finish the top (of a structure)", "top out"]]}, {"answer": "topped", "hint": "synonyms for topped", "clues": [["transcend", "be superior or better than some standard", "transcend"], ["crown", "be the culminating event", "crown"], ["top", "finish up or conclude", "top"], ["pass", "be superior or better than some standard", "pass"], ["go past", "be superior or better than some standard", "go past"], ["clear", "pass by, over, or under without making contact", "clear"], ["lead", "be ahead of others; be the first", "lead"], ["overstep", "be superior or better than some standard", "overstep"], ["top off", "finish up or conclude", "top off"], ["pinch", "cut the top off", "pinch"], ["exceed", "be superior or better than some standard", "exceed"], ["top out", "provide with a top or finish the top (of a structure)", "top out"]]}, {"answer": "topping", "hint": "synonyms for topping", "clues": [["transcend", "be superior or better than some standard", "transcend"], ["crown", "be the culminating event", "crown"], ["top", "finish up or conclude", "top"], ["pass", "be superior or better than some standard", "pass"], ["go past", "be superior or better than some standard", "go past"], ["clear", "pass by, over, or under without making contact", "clear"], ["lead", "be ahead of others; be the first", "lead"], ["overstep", "be superior or better than some standard", "overstep"], ["top off", "finish up or conclude", "top off"], ["pinch", "cut the top off", "pinch"], ["exceed", "be superior or better than some standard", "exceed"], ["top out", "provide with a top or finish the top (of a structure)", "top out"]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["transcend", "be superior or better than some standard", "transcend"], ["crown", "be the culminating event", "crown"], ["top", "finish up or conclude", "top"], ["pass", "be superior or better than some standard", "pass"], ["go past", "be superior or better than some standard", "go past"], ["clear", "pass by, over, or under without making contact", "clear"], ["lead", "be ahead of others; be the first", "lead"], ["overstep", "be superior or better than some standard", "overstep"], ["top off", "finish up or conclude", "top off"], ["pinch", "cut the top off", "pinch"], ["exceed", "be superior or better than some standard", "exceed"], ["top out", "provide with a top or finish the top (of a structure)", "top out"]]}, {"answer": "tormented", "hint": "synonyms for tormented", "clues": [["frustrate", "treat cruelly", "frustrate"], ["dun", "treat cruelly", "dun"], ["rack", "torment emotionally or mentally", "rack"], ["torment", "torment emotionally or mentally", "torment"], ["excruciate", "subject to torture", "excruciate"], ["bedevil", "treat cruelly", "bedevil"], ["torture", "subject to torture", "torture"], ["rag", "treat cruelly", "rag"], ["crucify", "treat cruelly", "crucify"]]}, {"answer": "torn", "hint": "synonyms for torn", "clues": [["deplumate", "strip of feathers", "deplumate"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["buck", "move quickly and violently", "buck"], ["pull", "strip of feathers", "pull"], ["pluck", "strip of feathers", "pluck"], ["tear", "strip of feathers", "tear"], ["snap", "separate or cause to separate abruptly", "snap"], ["shoot", "move quickly and violently", "shoot"], ["displume", "strip of feathers", "displume"], ["bust", "separate or cause to separate abruptly", "bust"], ["shoot down", "move quickly and violently", "shoot down"], ["charge", "move quickly and violently", "charge"]]}, {"answer": "tortured", "hint": "synonyms for tortured", "clues": [["torment", "torment emotionally or mentally", "torment"], ["excruciate", "subject to torture", "excruciate"], ["torture", "subject to torture", "torture"], ["rack", "torment emotionally or mentally", "rack"]]}, {"answer": "torturing", "hint": "synonyms for torturing", "clues": [["torment", "torment emotionally or mentally", "torment"], ["excruciate", "subject to torture", "excruciate"], ["torture", "subject to torture", "torture"], ["rack", "torment emotionally or mentally", "rack"]]}, {"answer": "total", "hint": "synonyms for total", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["add up", "add up in number or quantity", "add up"], ["tot", "determine the sum of", "tot"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["come", "add up in number or quantity", "come"], ["sum", "determine the sum of", "sum"], ["amount", "add up in number or quantity", "amount"], ["sum up", "determine the sum of", "sum up"], ["summate", "determine the sum of", "summate"], ["number", "add up in number or quantity", "number"]]}, {"answer": "totaled", "hint": "synonyms for totaled", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["come", "add up in number or quantity", "come"], ["sum", "determine the sum of", "sum"], ["total", "add up in number or quantity", "total"], ["sum up", "determine the sum of", "sum up"], ["number", "add up in number or quantity", "number"], ["tot", "determine the sum of", "tot"], ["add up", "add up in number or quantity", "add up"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["amount", "add up in number or quantity", "amount"], ["summate", "determine the sum of", "summate"]]}, {"answer": "tottering", "hint": "synonyms for tottering", "clues": [["coggle", "walk unsteadily", "coggle"], ["paddle", "walk unsteadily", "paddle"], ["totter", "move without being stable, as if threatening to fall", "totter"], ["teeter", "move unsteadily, with a rocking motion", "teeter"], ["waddle", "walk unsteadily", "waddle"], ["seesaw", "move unsteadily, with a rocking motion", "seesaw"], ["dodder", "walk unsteadily", "dodder"], ["toddle", "walk unsteadily", "toddle"]]}, {"answer": "touched", "hint": "synonyms for touched", "clues": [["extend to", "to extend as far as", "extend to"], ["contact", "be in direct physical contact with; make contact", "contact"], ["tinct", "color lightly", "tinct"], ["touch", "have an effect upon", "touch"], ["match", "be equal to in quality or ability", "match"], ["bear upon", "have an effect upon", "bear upon"], ["concern", "be relevant to", "concern"], ["equal", "be equal to in quality or ability", "equal"], ["refer", "be relevant to", "refer"], ["partake", "consume", "partake"], ["come to", "be relevant to", "come to"], ["rival", "be equal to in quality or ability", "rival"], ["stir", "affect emotionally", "stir"], ["touch on", "be relevant to", "touch on"], ["advert", "make a more or less disguised reference to", "advert"], ["reach", "to extend as far as", "reach"], ["tinge", "color lightly", "tinge"], ["impact", "have an effect upon", "impact"], ["affect", "have an effect upon", "affect"], ["have-to doe with", "be relevant to", "have-to doe with"], ["meet", "be in direct physical contact with; make contact", "meet"], ["adjoin", "be in direct physical contact with; make contact", "adjoin"], ["relate", "be relevant to", "relate"], ["disturb", "tamper with", "disturb"], ["pertain", "be relevant to", "pertain"], ["allude", "make a more or less disguised reference to", "allude"]]}, {"answer": "touching", "hint": "synonyms for touching", "clues": [["extend to", "to extend as far as", "extend to"], ["contact", "be in direct physical contact with; make contact", "contact"], ["tinct", "color lightly", "tinct"], ["touch", "have an effect upon", "touch"], ["match", "be equal to in quality or ability", "match"], ["bear upon", "have an effect upon", "bear upon"], ["concern", "be relevant to", "concern"], ["equal", "be equal to in quality or ability", "equal"], ["refer", "be relevant to", "refer"], ["partake", "consume", "partake"], ["come to", "be relevant to", "come to"], ["rival", "be equal to in quality or ability", "rival"], ["stir", "affect emotionally", "stir"], ["touch on", "be relevant to", "touch on"], ["advert", "make a more or less disguised reference to", "advert"], ["reach", "to extend as far as", "reach"], ["tinge", "color lightly", "tinge"], ["impact", "have an effect upon", "impact"], ["affect", "have an effect upon", "affect"], ["have-to doe with", "be relevant to", "have-to doe with"], ["meet", "be in direct physical contact with; make contact", "meet"], ["adjoin", "be in direct physical contact with; make contact", "adjoin"], ["relate", "be relevant to", "relate"], ["disturb", "tamper with", "disturb"], ["pertain", "be relevant to", "pertain"], ["allude", "make a more or less disguised reference to", "allude"]]}, {"answer": "towering", "hint": "synonyms for towering", "clues": [["tower", "appear very large or occupy a commanding position", "tower"], ["hulk", "appear very large or occupy a commanding position", "hulk"], ["predominate", "appear very large or occupy a commanding position", "predominate"], ["loom", "appear very large or occupy a commanding position", "loom"]]}, {"answer": "tracked", "hint": "synonyms for tracked", "clues": [["get over", "travel across or pass over", "get over"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["cross", "travel across or pass over", "cross"], ["get across", "travel across or pass over", "get across"], ["tail", "go after with the intent to catch", "tail"], ["give chase", "go after with the intent to catch", "give chase"], ["cut through", "travel across or pass over", "cut through"], ["pass over", "travel across or pass over", "pass over"], ["cut across", "travel across or pass over", "cut across"], ["traverse", "travel across or pass over", "traverse"], ["cover", "travel across or pass over", "cover"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "trained", "hint": "synonyms for trained", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["prepare", "create by training and teaching", "prepare"], ["educate", "create by training and teaching", "educate"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"], ["school", "teach or refine to be discriminative in taste or judgment", "school"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["groom", "educate for a future role or function", "groom"], ["trail", "drag loosely along a surface; allow to sweep the ground", "trail"], ["coach", "teach and supervise (someone); act as a trainer or coach (to), as in sports", "coach"], ["develop", "create by training and teaching", "develop"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control", "condition"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"]]}, {"answer": "tranquilizing", "hint": "synonyms for tranquilizing", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to", "tranquilize"], ["lull", "make calm or still", "lull"], ["calm down", "make calm or still", "calm down"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "tranquillising", "hint": "synonyms for tranquillising", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to", "tranquilize"], ["lull", "make calm or still", "lull"], ["calm down", "make calm or still", "calm down"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "tranquillizing", "hint": "synonyms for tranquillizing", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to", "tranquilize"], ["lull", "make calm or still", "lull"], ["calm down", "make calm or still", "calm down"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "transfixed", "hint": "synonyms for transfixed", "clues": [["empale", "pierce with a sharp stake or point", "empale"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["spike", "pierce with a sharp stake or point", "spike"], ["impale", "pierce with a sharp stake or point", "impale"]]}, {"answer": "transformed", "hint": "synonyms for transformed", "clues": [["transmute", "change or alter in form, appearance, or nature", "transmute"], ["transform", "change or alter in form, appearance, or nature", "transform"], ["translate", "change from one form or medium into another", "translate"], ["transubstantiate", "change or alter in form, appearance, or nature", "transubstantiate"], ["metamorphose", "change in outward structure or looks", "metamorphose"]]}, {"answer": "transmitted", "hint": "synonyms for transmitted", "clues": [["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["transport", "send from one person or place to another", "transport"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["convey", "transmit or serve as the medium for transmission", "convey"], ["channelise", "send from one person or place to another", "channelise"], ["channel", "send from one person or place to another", "channel"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["communicate", "transfer to another", "communicate"], ["transfer", "send from one person or place to another", "transfer"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"]]}, {"answer": "transposed", "hint": "synonyms for transposed", "clues": [["transplant", "transfer from one place or period to another", "transplant"], ["transpose", "change the order or arrangement of", "transpose"], ["interchange", "cause to change places", "interchange"], ["transfer", "transfer from one place or period to another", "transfer"], ["commute", "change the order or arrangement of", "commute"], ["permute", "change the order or arrangement of", "permute"], ["counterchange", "cause to change places", "counterchange"]]}, {"answer": "trapped", "hint": "synonyms for trapped", "clues": [["trap", "place in a confining or embarrassing position", "trap"], ["snare", "catch in or as if in a trap", "snare"], ["trammel", "catch in or as if in a trap", "trammel"], ["immobilise", "to hold fast or prevent from moving", "immobilise"], ["pin down", "place in a confining or embarrassing position", "pin down"], ["pin", "to hold fast or prevent from moving", "pin"], ["ensnare", "catch in or as if in a trap", "ensnare"], ["entrap", "catch in or as if in a trap", "entrap"]]}, {"answer": "traveled", "hint": "synonyms for traveled", "clues": [["journey", "travel upon or across", "journey"], ["jaunt", "make a trip for pleasure", "jaunt"], ["travel", "undertake a journey or trip", "travel"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["trip", "make a trip for pleasure", "trip"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge", "move around"], ["go", "change location; move, travel, or proceed, also metaphorically", "go"], ["move", "change location; move, travel, or proceed, also metaphorically", "move"]]}, {"answer": "travelled", "hint": "synonyms for travelled", "clues": [["journey", "travel upon or across", "journey"], ["jaunt", "make a trip for pleasure", "jaunt"], ["travel", "undertake a journey or trip", "travel"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["trip", "make a trip for pleasure", "trip"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge", "move around"], ["go", "change location; move, travel, or proceed, also metaphorically", "go"], ["move", "change location; move, travel, or proceed, also metaphorically", "move"]]}, {"answer": "treasured", "hint": "synonyms for treasured", "clues": [["appreciate", "hold dear", "appreciate"], ["treasure", "hold dear", "treasure"], ["prize", "hold dear", "prize"], ["care for", "be fond of; be attached to", "care for"], ["hold dear", "be fond of; be attached to", "hold dear"], ["cherish", "be fond of; be attached to", "cherish"], ["value", "hold dear", "value"]]}, {"answer": "treated", "hint": "synonyms for treated", "clues": [["address", "act on verbally or in some form of artistic expression", "address"], ["treat", "interact in a certain way", "treat"], ["process", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition", "process"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["regale", "provide with choice or abundant food or drink", "regale"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["handle", "interact in a certain way", "handle"], ["do by", "interact in a certain way", "do by"], ["care for", "provide treatment for", "care for"]]}, {"answer": "trespassing", "hint": "synonyms for trespassing", "clues": [["trespass", "commit a sin; violate a law of God or a moral law", "trespass"], ["take advantage", "make excessive use of", "take advantage"], ["transgress", "pass beyond (limits or boundaries)", "transgress"], ["overstep", "pass beyond (limits or boundaries)", "overstep"], ["sin", "commit a sin; violate a law of God or a moral law", "sin"], ["intrude", "enter unlawfully on someone's property", "intrude"]]}, {"answer": "tried", "hint": "synonyms for tried", "clues": [["attempt", "make an effort or attempt", "attempt"], ["render", "melt (fat or lard) in order to separate out impurities", "render"], ["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["try", "test the limits of", "try"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["try on", "put on a garment in order to see whether it fits and looks nice", "try on"], ["judge", "put on trial or hear a case and sit as the judge at the trial of", "judge"], ["hear", "examine or hear (evidence or a case) by judicial process", "hear"], ["assay", "make an effort or attempt", "assay"], ["strain", "test the limits of", "strain"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of", "adjudicate"], ["stress", "test the limits of", "stress"], ["taste", "take a sample of", "taste"], ["seek", "make an effort or attempt", "seek"], ["sample", "take a sample of", "sample"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"]]}, {"answer": "trifling", "hint": "synonyms for trifling", "clues": [["trifle", "act frivolously", "trifle"], ["wanton", "waste time; spend one's time idly or inefficiently", "wanton"], ["frivol", "act frivolously", "frivol"], ["piddle", "waste time; spend one's time idly or inefficiently", "piddle"], ["play", "consider not very seriously", "play"], ["wanton away", "waste time; spend one's time idly or inefficiently", "wanton away"], ["piddle away", "waste time; spend one's time idly or inefficiently", "piddle away"], ["dally", "consider not very seriously", "dally"]]}, {"answer": "trim", "hint": "synonyms for trim", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["dress", "cultivate, tend, and cut back the growth of", "dress"], ["cut down", "cut down on; make a reduction in", "cut down"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["shave", "cut closely", "shave"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["reduce", "cut down on; make a reduction in", "reduce"], ["bring down", "cut down on; make a reduction in", "bring down"], ["garnish", "decorate (food), as with parsley or other ornamental foods", "garnish"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["trim back", "cut down on; make a reduction in", "trim back"], ["trim down", "cut down on; make a reduction in", "trim down"], ["pare", "remove the edges from and cut down to the desired size", "pare"]]}, {"answer": "trimmed", "hint": "synonyms for trimmed", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["dress", "cultivate, tend, and cut back the growth of", "dress"], ["trim", "remove the edges from and cut down to the desired size", "trim"], ["cut back", "cut down on; make a reduction in", "cut back"], ["shave", "cut closely", "shave"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["trim back", "cut down on; make a reduction in", "trim back"], ["cut down", "cut down on; make a reduction in", "cut down"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["reduce", "cut down on; make a reduction in", "reduce"], ["bring down", "cut down on; make a reduction in", "bring down"], ["garnish", "decorate (food), as with parsley or other ornamental foods", "garnish"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["trim down", "cut down on; make a reduction in", "trim down"], ["pare", "remove the edges from and cut down to the desired size", "pare"]]}, {"answer": "tripping", "hint": "synonyms for tripping", "clues": [["trip out", "get high, stoned, or drugged", "trip out"], ["trip up", "cause to stumble", "trip up"], ["jaunt", "make a trip for pleasure", "jaunt"], ["spark", "put in motion or move to act", "spark"], ["trip", "make a trip for pleasure", "trip"], ["trigger off", "put in motion or move to act", "trigger off"], ["spark off", "put in motion or move to act", "spark off"], ["turn on", "get high, stoned, or drugged", "turn on"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["stumble", "miss a step and fall or nearly fall", "stumble"], ["travel", "make a trip for pleasure", "travel"], ["set off", "put in motion or move to act", "set off"], ["trigger", "put in motion or move to act", "trigger"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "troubled", "hint": "synonyms for troubled", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"], ["trouble oneself", "take the trouble to do something; concern oneself", "trouble oneself"], ["bother", "to cause inconvenience or discomfort to", "bother"], ["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["upset", "move deeply", "upset"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["inconvenience oneself", "take the trouble to do something; concern oneself", "inconvenience oneself"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disturb", "move deeply", "disturb"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["pain", "cause bodily suffering to and make sick or indisposed", "pain"], ["ail", "cause bodily suffering to and make sick or indisposed", "ail"]]}, {"answer": "troubling", "hint": "synonyms for troubling", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"], ["trouble oneself", "take the trouble to do something; concern oneself", "trouble oneself"], ["bother", "to cause inconvenience or discomfort to", "bother"], ["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["upset", "move deeply", "upset"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["inconvenience oneself", "take the trouble to do something; concern oneself", "inconvenience oneself"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disturb", "move deeply", "disturb"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["pain", "cause bodily suffering to and make sick or indisposed", "pain"], ["ail", "cause bodily suffering to and make sick or indisposed", "ail"]]}, {"answer": "trussed", "hint": "synonyms for trussed", "clues": [["truss", "tie the wings and legs of a bird before cooking it", "truss"], ["tie down", "secure with or as if with ropes", "tie down"], ["bind", "secure with or as if with ropes", "bind"], ["tie up", "secure with or as if with ropes", "tie up"]]}, {"answer": "trusted", "hint": "synonyms for trusted", "clues": [["believe", "be confident about something", "believe"], ["trust", "be confident about something", "trust"], ["confide", "confer a trust upon", "confide"], ["swear", "have confidence or faith in", "swear"], ["commit", "confer a trust upon", "commit"], ["intrust", "confer a trust upon", "intrust"], ["hope", "expect and wish", "hope"], ["rely", "have confidence or faith in", "rely"], ["bank", "have confidence or faith in", "bank"], ["desire", "expect and wish", "desire"]]}, {"answer": "trusting", "hint": "synonyms for trusting", "clues": [["believe", "be confident about something", "believe"], ["trust", "be confident about something", "trust"], ["confide", "confer a trust upon", "confide"], ["swear", "have confidence or faith in", "swear"], ["commit", "confer a trust upon", "commit"], ["intrust", "confer a trust upon", "intrust"], ["hope", "expect and wish", "hope"], ["rely", "have confidence or faith in", "rely"], ["bank", "have confidence or faith in", "bank"], ["desire", "expect and wish", "desire"]]}, {"answer": "trying", "hint": "synonyms for trying", "clues": [["attempt", "make an effort or attempt", "attempt"], ["render", "melt (fat or lard) in order to separate out impurities", "render"], ["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["try", "test the limits of", "try"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["try on", "put on a garment in order to see whether it fits and looks nice", "try on"], ["judge", "put on trial or hear a case and sit as the judge at the trial of", "judge"], ["hear", "examine or hear (evidence or a case) by judicial process", "hear"], ["assay", "make an effort or attempt", "assay"], ["strain", "test the limits of", "strain"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of", "adjudicate"], ["stress", "test the limits of", "stress"], ["taste", "take a sample of", "taste"], ["seek", "make an effort or attempt", "seek"], ["sample", "take a sample of", "sample"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"]]}, {"answer": "tucked", "hint": "synonyms for tucked", "clues": [["tuck", "make a tuck or several folds in", "tuck"], ["gather", "draw together into folds or puckers", "gather"], ["pucker", "draw together into folds or puckers", "pucker"], ["insert", "fit snugly into", "insert"]]}, {"answer": "turned", "hint": "synonyms for turned", "clues": [["turn", "go sour or spoil", "turn"], ["reverse", "change to the contrary", "reverse"], ["grow", "pass into a condition gradually, take on a specific property or attribute; become", "grow"], ["become", "undergo a change or development", "become"], ["work", "go sour or spoil", "work"], ["change state", "undergo a transformation or a change of position or action", "change state"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["wrench", "twist suddenly so as to sprain", "wrench"], ["change by reversal", "change to the contrary", "change by reversal"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["sour", "go sour or spoil", "sour"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["turn over", "cause to move around a center so as to show another side of", "turn over"], ["plough", "to break and turn over earth especially with a plow", "plough"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["release", "let (something) fall or spill from a container", "release"], ["plow", "to break and turn over earth especially with a plow", "plow"], ["move around", "pass to the other side of", "move around"], ["sprain", "twist suddenly so as to sprain", "sprain"], ["ferment", "go sour or spoil", "ferment"], ["call on", "have recourse to or make an appeal or request for help or information to", "call on"]]}, {"answer": "twin", "hint": "synonyms for twin", "clues": [["parallel", "duplicate or match", "parallel"], ["mate", "bring two objects, ideas, or people together", "mate"], ["couple", "bring two objects, ideas, or people together", "couple"], ["duplicate", "duplicate or match", "duplicate"], ["match", "bring two objects, ideas, or people together", "match"], ["pair", "bring two objects, ideas, or people together", "pair"]]}, {"answer": "twinkling", "hint": "synonyms for twinkling", "clues": [["flash", "gleam or glow intermittently", "flash"], ["winkle", "emit or reflect light in a flickering manner", "winkle"], ["scintillate", "emit or reflect light in a flickering manner", "scintillate"], ["wink", "gleam or glow intermittently", "wink"], ["blink", "gleam or glow intermittently", "blink"]]}, {"answer": "twinned", "hint": "synonyms for twinned", "clues": [["twin", "duplicate or match", "twin"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["duplicate", "duplicate or match", "duplicate"], ["pair", "bring two objects, ideas, or people together", "pair"], ["parallel", "duplicate or match", "parallel"]]}, {"answer": "twinning", "hint": "synonyms for twinning", "clues": [["twin", "duplicate or match", "twin"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["duplicate", "duplicate or match", "duplicate"], ["pair", "bring two objects, ideas, or people together", "pair"], ["parallel", "duplicate or match", "parallel"]]}, {"answer": "twisted", "hint": "synonyms for twisted", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["wrench", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates", "wrench"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["wind", "extend in curves and turns", "wind"], ["twine", "form into a spiral shape", "twine"], ["twist", "do the twist", "twist"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["distort", "form into a spiral shape", "distort"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["sprain", "twist suddenly so as to sprain", "sprain"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["curve", "extend in curves and turns", "curve"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["wrench", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates", "wrench"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["wind", "extend in curves and turns", "wind"], ["twine", "form into a spiral shape", "twine"], ["twist", "do the twist", "twist"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["distort", "form into a spiral shape", "distort"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["sprain", "twist suddenly so as to sprain", "sprain"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["curve", "extend in curves and turns", "curve"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "unbending", "hint": "synonyms for unbending", "clues": [["unbend", "make less taut", "unbend"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["unwind", "become less tense, rest, or take one's ease", "unwind"], ["relax", "become less tense, rest, or take one's ease", "relax"], ["straighten", "straighten up or out; make straight", "straighten"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["loosen up", "become less tense, rest, or take one's ease", "loosen up"]]}, {"answer": "unbent", "hint": "synonyms for unbent", "clues": [["unbend", "make less taut", "unbend"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["unwind", "become less tense, rest, or take one's ease", "unwind"], ["relax", "become less tense, rest, or take one's ease", "relax"], ["straighten", "straighten up or out; make straight", "straighten"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["loosen up", "become less tense, rest, or take one's ease", "loosen up"]]}, {"answer": "unclad", "hint": "synonyms for unclad", "clues": [["uncase", "get undressed", "uncase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["unclothe", "strip", "unclothe"], ["undress", "get undressed", "undress"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"]]}, {"answer": "unclothed", "hint": "synonyms for unclothed", "clues": [["uncase", "get undressed", "uncase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["unclothe", "strip", "unclothe"], ["undress", "get undressed", "undress"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"]]}, {"answer": "uncovered", "hint": "synonyms for uncovered", "clues": [["unveil", "make visible", "unveil"], ["reveal", "make visible", "reveal"], ["uncover", "make visible", "uncover"], ["bring out", "make visible", "bring out"], ["expose", "remove all or part of one's clothes to show one's body", "expose"]]}, {"answer": "understanding", "hint": "synonyms for understanding", "clues": [["sympathise", "be understanding of", "sympathise"], ["understand", "make sense of a language", "understand"], ["translate", "make sense of a language", "translate"], ["interpret", "make sense of a language", "interpret"], ["realise", "perceive (an idea or situation) mentally", "realise"], ["see", "perceive (an idea or situation) mentally", "see"], ["empathise", "be understanding of", "empathise"], ["read", "make sense of a language", "read"], ["infer", "believe to be the case", "infer"]]}, {"answer": "understood", "hint": "synonyms for understood", "clues": [["sympathise", "be understanding of", "sympathise"], ["understand", "make sense of a language", "understand"], ["translate", "make sense of a language", "translate"], ["interpret", "make sense of a language", "interpret"], ["realise", "perceive (an idea or situation) mentally", "realise"], ["see", "perceive (an idea or situation) mentally", "see"], ["empathise", "be understanding of", "empathise"], ["read", "make sense of a language", "read"], ["infer", "believe to be the case", "infer"]]}, {"answer": "undone", "hint": "synonyms for undone", "clues": [["untie", "cause to become loose", "untie"], ["undo", "remove the outer cover or wrapping of", "undo"], ["unwrap", "remove the outer cover or wrapping of", "unwrap"], ["unmake", "deprive of certain characteristics", "unmake"], ["loosen", "cause to become loose", "loosen"]]}, {"answer": "undressed", "hint": "synonyms for undressed", "clues": [["uncase", "get undressed", "uncase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["divest", "remove (someone's or one's own) clothes", "divest"], ["disrobe", "get undressed", "disrobe"], ["undress", "get undressed", "undress"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"]]}, {"answer": "undulate", "hint": "synonyms for undulate", "clues": [["ripple", "stir up (water) so as to form ripples", "ripple"], ["riffle", "stir up (water) so as to form ripples", "riffle"], ["wave", "move in a wavy pattern or with a rising and falling motion", "wave"], ["flap", "move in a wavy pattern or with a rising and falling motion", "flap"], ["cockle", "stir up (water) so as to form ripples", "cockle"], ["roll", "occur in soft rounded shapes", "roll"], ["ruffle", "stir up (water) so as to form ripples", "ruffle"]]}, {"answer": "unfrozen", "hint": "synonyms for unfrozen", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unblock", "make (assets) available", "unblock"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["release", "make (assets) available", "release"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unfreeze", "make (assets) available", "unfreeze"], ["free", "make (assets) available", "free"], ["melt", "become or cause to become soft or liquid", "melt"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "unhinged", "hint": "synonyms for unhinged", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "unified", "hint": "synonyms for unified", "clues": [["merge", "become one", "merge"], ["mingle", "to bring or combine together or with something else", "mingle"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation", "unify"], ["unite", "become one", "unite"], ["mix", "to bring or combine together or with something else", "mix"], ["commix", "to bring or combine together or with something else", "commix"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"]]}, {"answer": "unifying", "hint": "synonyms for unifying", "clues": [["merge", "become one", "merge"], ["mingle", "to bring or combine together or with something else", "mingle"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation", "unify"], ["unite", "become one", "unite"], ["mix", "to bring or combine together or with something else", "mix"], ["commix", "to bring or combine together or with something else", "commix"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"]]}, {"answer": "united", "hint": "synonyms for united", "clues": [["merge", "become one", "merge"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation", "unify"], ["unite", "become one", "unite"], ["combine", "have or possess in combination", "combine"], ["join", "be or become joined or united or linked", "join"], ["link up", "be or become joined or united or linked", "link up"], ["link", "be or become joined or united or linked", "link"], ["connect", "be or become joined or united or linked", "connect"]]}, {"answer": "unloaded", "hint": "synonyms for unloaded", "clues": [["unload", "leave or unload", "unload"], ["drop", "leave or unload", "drop"], ["offload", "take the load off (a container or vehicle)", "offload"], ["drop off", "leave or unload", "drop off"], ["unlade", "take the load off (a container or vehicle)", "unlade"], ["set down", "leave or unload", "set down"], ["discharge", "leave or unload", "discharge"], ["put down", "leave or unload", "put down"]]}, {"answer": "unnerved", "hint": "synonyms for unnerved", "clues": [["faze", "disturb the composure of", "faze"], ["unsettle", "disturb the composure of", "unsettle"], ["unnerve", "disturb the composure of", "unnerve"], ["enervate", "disturb the composure of", "enervate"]]}, {"answer": "unnerving", "hint": "synonyms for unnerving", "clues": [["faze", "disturb the composure of", "faze"], ["unsettle", "disturb the composure of", "unsettle"], ["unnerve", "disturb the composure of", "unnerve"], ["enervate", "disturb the composure of", "enervate"]]}, {"answer": "unsaid", "hint": "synonyms for unsaid", "clues": [["swallow", "take back what one has said", "swallow"], ["withdraw", "take back what one has said", "withdraw"], ["take back", "take back what one has said", "take back"], ["unsay", "take back what one has said", "unsay"]]}, {"answer": "unsettled", "hint": "synonyms for unsettled", "clues": [["faze", "disturb the composure of", "faze"], ["unsettle", "disturb the composure of", "unsettle"], ["unnerve", "disturb the composure of", "unnerve"], ["enervate", "disturb the composure of", "enervate"]]}, {"answer": "unsexed", "hint": "synonyms for unsexed", "clues": [["unsex", "remove the qualities typical of one's sex", "unsex"], ["desexualise", "make infertile", "desexualise"], ["fix", "make infertile", "fix"], ["sterilise", "make infertile", "sterilise"], ["desex", "make infertile", "desex"]]}, {"answer": "unstrained", "hint": "synonyms for unstrained", "clues": [["loosen up", "cause to feel relaxed", "loosen up"], ["relax", "cause to feel relaxed", "relax"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["unwind", "cause to feel relaxed", "unwind"], ["unstrain", "cause to feel relaxed", "unstrain"], ["unlax", "cause to feel relaxed", "unlax"]]}, {"answer": "untangled", "hint": "synonyms for untangled", "clues": [["extricate", "release from entanglement of difficulty", "extricate"], ["untangle", "become or cause to become undone by separating the fibers or threads of", "untangle"], ["disentangle", "release from entanglement of difficulty", "disentangle"], ["disencumber", "release from entanglement of difficulty", "disencumber"], ["unscramble", "become or cause to become undone by separating the fibers or threads of", "unscramble"], ["unpick", "become or cause to become undone by separating the fibers or threads of", "unpick"], ["unravel", "become or cause to become undone by separating the fibers or threads of", "unravel"], ["unknot", "become or cause to become undone by separating the fibers or threads of", "unknot"]]}, {"answer": "unthawed", "hint": "synonyms for unthawed", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["melt", "become or cause to become soft or liquid", "melt"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "untied", "hint": "synonyms for untied", "clues": [["untie", "cause to become loose", "untie"], ["unlace", "undo the ties of", "unlace"], ["unbrace", "undo the ties of", "unbrace"], ["undo", "cause to become loose", "undo"], ["loosen", "cause to become loose", "loosen"]]}, {"answer": "unveiled", "hint": "synonyms for unveiled", "clues": [["unveil", "make visible", "unveil"], ["reveal", "make visible", "reveal"], ["uncover", "make visible", "uncover"], ["bring out", "make visible", "bring out"]]}, {"answer": "unwrapped", "hint": "synonyms for unwrapped", "clues": [["undo", "remove the outer cover or wrapping of", "undo"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["unwrap", "remove the outer cover or wrapping of", "unwrap"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"]]}, {"answer": "uplifted", "hint": "synonyms for uplifted", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["lift up", "fill with high spirits; fill with optimism", "lift up"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["uplift", "lift up or elevate", "uplift"], ["pick up", "fill with high spirits; fill with optimism", "pick up"]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["tip over", "cause to overturn from an upright or normal position", "tip over"], ["turn over", "cause to overturn from an upright or normal position", "turn over"], ["swage", "form metals with a swage", "swage"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["discomfit", "cause to lose one's composure", "discomfit"], ["trouble", "move deeply", "trouble"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["disturb", "move deeply", "disturb"], ["tump over", "cause to overturn from an upright or normal position", "tump over"], ["disconcert", "cause to lose one's composure", "disconcert"], ["discompose", "cause to lose one's composure", "discompose"], ["untune", "cause to lose one's composure", "untune"], ["overturn", "cause to overturn from an upright or normal position", "overturn"]]}, {"answer": "upsetting", "hint": "synonyms for upsetting", "clues": [["tip over", "cause to overturn from an upright or normal position", "tip over"], ["upset", "cause to lose one's composure", "upset"], ["discomfit", "cause to lose one's composure", "discomfit"], ["untune", "cause to lose one's composure", "untune"], ["tump over", "cause to overturn from an upright or normal position", "tump over"], ["turn over", "cause to overturn from an upright or normal position", "turn over"], ["swage", "form metals with a swage", "swage"], ["disconcert", "cause to lose one's composure", "disconcert"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["trouble", "move deeply", "trouble"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["disturb", "move deeply", "disturb"], ["discompose", "cause to lose one's composure", "discompose"], ["overturn", "cause to overturn from an upright or normal position", "overturn"]]}, {"answer": "used", "hint": "synonyms for used", "clues": [["practice", "avail oneself to", "practice"], ["use", "avail oneself to", "use"], ["habituate", "take or consume (regularly or habitually)", "habituate"], ["expend", "use up, consume fully", "expend"], ["apply", "avail oneself to", "apply"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"]]}, {"answer": "utilised", "hint": "synonyms for utilised", "clues": [["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "use"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "apply"]]}, {"answer": "utilized", "hint": "synonyms for utilized", "clues": [["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["utilize", "convert (from an investment trust to a unit trust)", "utilize"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "use"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "apply"]]}, {"answer": "utter", "hint": "synonyms for utter", "clues": [["verbalize", "articulate; either verbally or with a cry, shout, or noise", "verbalize"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["let out", "express audibly; utter sounds (not necessarily words)", "let out"], ["talk", "express in speech", "talk"], ["emit", "express audibly; utter sounds (not necessarily words)", "emit"], ["let loose", "express audibly; utter sounds (not necessarily words)", "let loose"], ["mouth", "express in speech", "mouth"], ["express", "articulate; either verbally or with a cry, shout, or noise", "express"], ["speak", "express in speech", "speak"]]}, {"answer": "uttered", "hint": "synonyms for uttered", "clues": [["utter", "express in speech", "utter"], ["verbalize", "articulate; either verbally or with a cry, shout, or noise", "verbalize"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["let out", "express audibly; utter sounds (not necessarily words)", "let out"], ["talk", "express in speech", "talk"], ["emit", "express audibly; utter sounds (not necessarily words)", "emit"], ["let loose", "express audibly; utter sounds (not necessarily words)", "let loose"], ["mouth", "express in speech", "mouth"], ["express", "articulate; either verbally or with a cry, shout, or noise", "express"], ["speak", "express in speech", "speak"]]}, {"answer": "vacillating", "hint": "synonyms for vacillating", "clues": [["oscillate", "be undecided about something; waver between conflicting positions or courses of action", "oscillate"], ["waver", "move or sway in a rising and falling or wavelike pattern", "waver"], ["hover", "be undecided about something; waver between conflicting positions or courses of action", "hover"], ["vibrate", "be undecided about something; waver between conflicting positions or courses of action", "vibrate"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action", "vacillate"], ["fluctuate", "move or sway in a rising and falling or wavelike pattern", "fluctuate"]]}, {"answer": "vagabond", "hint": "synonyms for vagabond", "clues": [["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"]]}, {"answer": "valued", "hint": "synonyms for valued", "clues": [["value", "fix or determine the value of; assign a value to", "value"], ["appreciate", "hold dear", "appreciate"], ["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["esteem", "regard highly; think much of", "esteem"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "evaluate"], ["respect", "regard highly; think much of", "respect"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["treasure", "hold dear", "treasure"], ["prize", "hold dear", "prize"], ["rate", "estimate the value of", "rate"], ["prise", "regard highly; think much of", "prise"]]}, {"answer": "vanished", "hint": "synonyms for vanished", "clues": [["fly", "pass away rapidly", "fly"], ["vanish", "get lost, as without warning or explanation", "vanish"], ["fell", "pass away rapidly", "fell"], ["go away", "become invisible or unnoticeable", "go away"], ["disappear", "become invisible or unnoticeable", "disappear"], ["vaporize", "decrease rapidly and disappear", "vaporize"]]}, {"answer": "vaporized", "hint": "synonyms for vaporized", "clues": [["vaporize", "turn into gas", "vaporize"], ["evaporate", "lose or cause to lose liquid by vaporization leaving a more concentrated residue", "evaporate"], ["aerify", "turn into gas", "aerify"], ["zap", "kill with or as if with a burst of gunfire or electric current or as if by shooting", "zap"], ["vanish", "decrease rapidly and disappear", "vanish"], ["gasify", "turn into gas", "gasify"], ["fly", "decrease rapidly and disappear", "fly"]]}, {"answer": "varied", "hint": "synonyms for varied", "clues": [["variegate", "make something more diverse and varied", "variegate"], ["deviate", "be at variance with; be out of line with", "deviate"], ["motley", "make something more diverse and varied", "motley"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "alter"], ["vary", "make something more diverse and varied", "vary"], ["diverge", "be at variance with; be out of line with", "diverge"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "change"], ["depart", "be at variance with; be out of line with", "depart"]]}, {"answer": "varying", "hint": "synonyms for varying", "clues": [["variegate", "make something more diverse and varied", "variegate"], ["deviate", "be at variance with; be out of line with", "deviate"], ["motley", "make something more diverse and varied", "motley"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "alter"], ["vary", "make something more diverse and varied", "vary"], ["diverge", "be at variance with; be out of line with", "diverge"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "change"], ["depart", "be at variance with; be out of line with", "depart"]]}, {"answer": "veiled", "hint": "synonyms for veiled", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing", "hide"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "venerating", "hint": "synonyms for venerating", "clues": [["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "venerate"], ["fear", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "fear"], ["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "reverence"], ["revere", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "revere"]]}, {"answer": "vented", "hint": "synonyms for vented", "clues": [["ventilate", "give expression or utterance to", "ventilate"], ["vent", "give expression or utterance to", "vent"], ["air", "expose to cool or cold air so as to cool or freshen", "air"], ["give vent", "give expression or utterance to", "give vent"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"]]}, {"answer": "ventilated", "hint": "synonyms for ventilated", "clues": [["air", "expose to cool or cold air so as to cool or freshen", "air"], ["give vent", "give expression or utterance to", "give vent"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"], ["ventilate", "give expression or utterance to", "ventilate"], ["vent", "give expression or utterance to", "vent"]]}, {"answer": "verbalised", "hint": "synonyms for verbalised", "clues": [["utter", "express in speech", "utter"], ["verbalize", "articulate; either verbally or with a cry, shout, or noise", "verbalize"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["talk", "express in speech", "talk"], ["mouth", "express in speech", "mouth"], ["express", "articulate; either verbally or with a cry, shout, or noise", "express"], ["speak", "express in speech", "speak"]]}, {"answer": "verbalized", "hint": "synonyms for verbalized", "clues": [["utter", "express in speech", "utter"], ["verbalize", "articulate; either verbally or with a cry, shout, or noise", "verbalize"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["talk", "express in speech", "talk"], ["mouth", "express in speech", "mouth"], ["express", "articulate; either verbally or with a cry, shout, or noise", "express"], ["speak", "express in speech", "speak"]]}, {"answer": "verified", "hint": "synonyms for verified", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "control"], ["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "verify"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "verifying", "hint": "synonyms for verifying", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "control"], ["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "verify"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "vested", "hint": "synonyms for vested", "clues": [["vest", "become legally vested", "vest"], ["robe", "clothe formally; especially in ecclesiastical robes", "robe"], ["invest", "provide with power and authority", "invest"], ["enthrone", "provide with power and authority", "enthrone"]]}, {"answer": "vexed", "hint": "synonyms for vexed", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["mystify", "be a mystery or bewildering to", "mystify"], ["commove", "change the arrangement or position of", "commove"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["flummox", "be a mystery or bewildering to", "flummox"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["agitate", "change the arrangement or position of", "agitate"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["vex", "subject to prolonged examination, discussion, or deliberation", "vex"], ["amaze", "be a mystery or bewildering to", "amaze"], ["baffle", "be a mystery or bewildering to", "baffle"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["beat", "be a mystery or bewildering to", "beat"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["pose", "be a mystery or bewildering to", "pose"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["stick", "be a mystery or bewildering to", "stick"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["worry", "disturb the peace of mind of; afflict with mental agitation or distress", "worry"], ["stir up", "change the arrangement or position of", "stir up"], ["get", "be a mystery or bewildering to", "get"], ["shake up", "change the arrangement or position of", "shake up"], ["perplex", "be a mystery or bewildering to", "perplex"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["raise up", "change the arrangement or position of", "raise up"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "vexing", "hint": "synonyms for vexing", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["mystify", "be a mystery or bewildering to", "mystify"], ["commove", "change the arrangement or position of", "commove"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["flummox", "be a mystery or bewildering to", "flummox"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["agitate", "change the arrangement or position of", "agitate"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["vex", "subject to prolonged examination, discussion, or deliberation", "vex"], ["amaze", "be a mystery or bewildering to", "amaze"], ["baffle", "be a mystery or bewildering to", "baffle"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["beat", "be a mystery or bewildering to", "beat"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["pose", "be a mystery or bewildering to", "pose"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["stick", "be a mystery or bewildering to", "stick"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["worry", "disturb the peace of mind of; afflict with mental agitation or distress", "worry"], ["stir up", "change the arrangement or position of", "stir up"], ["get", "be a mystery or bewildering to", "get"], ["shake up", "change the arrangement or position of", "shake up"], ["perplex", "be a mystery or bewildering to", "perplex"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["raise up", "change the arrangement or position of", "raise up"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "victimized", "hint": "synonyms for victimized", "clues": [["rook", "deprive of by deceit", "rook"], ["victimise", "punish unjustly", "victimise"], ["swindle", "deprive of by deceit", "swindle"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["nobble", "deprive of by deceit", "nobble"], ["short-change", "deprive of by deceit", "short-change"], ["mulct", "deprive of by deceit", "mulct"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gyp", "deprive of by deceit", "gyp"], ["scam", "deprive of by deceit", "scam"], ["hornswoggle", "deprive of by deceit", "hornswoggle"]]}, {"answer": "violated", "hint": "synonyms for violated", "clues": [["assault", "force (someone) to have sex against their will", "assault"], ["profane", "violate the sacred character of a place or language", "profane"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["break", "fail to agree with; be in violation of; as of rules or patterns", "break"], ["spoil", "destroy and strip of its possession", "spoil"], ["violate", "destroy", "violate"], ["go against", "fail to agree with; be in violation of; as of rules or patterns", "go against"], ["despoil", "destroy and strip of its possession", "despoil"], ["desecrate", "violate the sacred character of a place or language", "desecrate"], ["outrage", "violate the sacred character of a place or language", "outrage"], ["dishonor", "force (someone) to have sex against their will", "dishonor"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["rape", "force (someone) to have sex against their will", "rape"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["plunder", "destroy and strip of its possession", "plunder"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["ravish", "force (someone) to have sex against their will", "ravish"]]}, {"answer": "visualised", "hint": "synonyms for visualised", "clues": [["visualize", "make visible", "visualize"], ["see", "imagine; conceive of; see in one's mind", "see"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "visualized", "hint": "synonyms for visualized", "clues": [["visualize", "make visible", "visualize"], ["see", "imagine; conceive of; see in one's mind", "see"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "vitiated", "hint": "synonyms for vitiated", "clues": [["invalidate", "take away the legal force of or render ineffective", "invalidate"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["vitiate", "take away the legal force of or render ineffective", "vitiate"], ["spoil", "make imperfect", "spoil"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"], ["mar", "make imperfect", "mar"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["impair", "make imperfect", "impair"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["deflower", "make imperfect", "deflower"], ["void", "take away the legal force of or render ineffective", "void"]]}, {"answer": "void", "hint": "synonyms for void", "clues": [["invalidate", "take away the legal force of or render ineffective", "invalidate"], ["nullify", "declare invalid", "nullify"], ["evacuate", "excrete or discharge from the body", "evacuate"], ["annul", "declare invalid", "annul"], ["avoid", "declare invalid", "avoid"], ["empty", "excrete or discharge from the body", "empty"], ["vitiate", "take away the legal force of or render ineffective", "vitiate"], ["quash", "declare invalid", "quash"]]}, {"answer": "wailing", "hint": "synonyms for wailing", "clues": [["howl", "emit long loud cries", "howl"], ["roar", "emit long loud cries", "roar"], ["whimper", "cry weakly or softly", "whimper"], ["yaup", "emit long loud cries", "yaup"], ["wail", "emit long loud cries", "wail"], ["pule", "cry weakly or softly", "pule"], ["ululate", "emit long loud cries", "ululate"], ["mewl", "cry weakly or softly", "mewl"], ["yawl", "emit long loud cries", "yawl"]]}, {"answer": "waiting", "hint": "synonyms for waiting", "clues": [["expect", "look forward to the probable occurrence of", "expect"], ["hold back", "wait before acting", "hold back"], ["look", "look forward to the probable occurrence of", "look"], ["await", "look forward to the probable occurrence of", "await"], ["hold off", "wait before acting", "hold off"], ["waitress", "serve as a waiter or waitress in a restaurant", "waitress"]]}, {"answer": "waking", "hint": "synonyms for waking", "clues": [["awake", "stop sleeping", "awake"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["waken", "stop sleeping", "waken"], ["come alive", "stop sleeping", "come alive"], ["heat", "arouse or excite feelings and passions", "heat"], ["wake up", "stop sleeping", "wake up"], ["rouse", "cause to become awake or conscious", "rouse"], ["fire up", "arouse or excite feelings and passions", "fire up"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["stir up", "arouse or excite feelings and passions", "stir up"]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["whack", "hit hard", "whack"], ["wallop", "hit hard", "wallop"], ["whop", "hit hard", "whop"], ["wham", "hit hard", "wham"]]}, {"answer": "wandering", "hint": "synonyms for wandering", "clues": [["cheat on", "be sexually unfaithful to one's partner in marriage", "cheat on"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["betray", "be sexually unfaithful to one's partner in marriage", "betray"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["wander", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "wander"], ["stray", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"], ["cuckold", "be sexually unfaithful to one's partner in marriage", "cuckold"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "divagate"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["cheat", "be sexually unfaithful to one's partner in marriage", "cheat"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "digress"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "wanted", "hint": "synonyms for wanted", "clues": [["want", "wish or demand the presence of", "want"], ["need", "have need of", "need"], ["require", "have need of", "require"], ["desire", "feel or have a desire for; want strongly", "desire"]]}, {"answer": "wanting", "hint": "synonyms for wanting", "clues": [["want", "wish or demand the presence of", "want"], ["need", "have need of", "need"], ["require", "have need of", "require"], ["desire", "feel or have a desire for; want strongly", "desire"]]}, {"answer": "wanton", "hint": "synonyms for wanton", "clues": [["wanton away", "spend wastefully", "wanton away"], ["piddle", "waste time; spend one's time idly or inefficiently", "piddle"], ["trifle away", "spend wastefully", "trifle away"], ["piddle away", "waste time; spend one's time idly or inefficiently", "piddle away"], ["luxuriate", "become extravagant; indulge (oneself) luxuriously", "luxuriate"], ["trifle", "waste time; spend one's time idly or inefficiently", "trifle"]]}, {"answer": "warped", "hint": "synonyms for warped", "clues": [["heave", "bend out of shape, as under pressure or from heat", "heave"], ["warp", "bend out of shape, as under pressure or from heat", "warp"], ["falsify", "make false by mutilation or addition; as of a message or story", "falsify"], ["garble", "make false by mutilation or addition; as of a message or story", "garble"], ["buckle", "bend out of shape, as under pressure or from heat", "buckle"], ["distort", "make false by mutilation or addition; as of a message or story", "distort"]]}, {"answer": "washed", "hint": "synonyms for washed", "clues": [["wash", "move by or as if by water", "wash"], ["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash away"], ["dampen", "make moist", "dampen"], ["wash out", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash out"], ["lap", "wash or flow against", "lap"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash off"], ["lave", "cleanse (one's body) with soap and water", "lave"], ["launder", "cleanse with a cleaning agent, such as soap, and water", "launder"], ["rinse", "clean with some chemical process", "rinse"], ["moisten", "make moist", "moisten"]]}, {"answer": "waste", "hint": "synonyms for waste", "clues": [["languish", "lose vigor, health, or flesh, as through grief", "languish"], ["macerate", "cause to grow thin or weak", "macerate"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["squander", "spend extravagantly", "squander"], ["rot", "become physically weaker", "rot"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"], ["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["neutralize", "get rid of (someone who may be a threat) by killing", "neutralize"], ["run off", "run off as waste", "run off"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["pine away", "lose vigor, health, or flesh, as through grief", "pine away"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["ware", "spend extravagantly", "ware"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["blow", "spend thoughtlessly; throw away", "blow"], ["emaciate", "cause to grow thin or weak", "emaciate"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["consume", "spend extravagantly", "consume"]]}, {"answer": "wasted", "hint": "synonyms for wasted", "clues": [["waste", "use inefficiently or inappropriately", "waste"], ["languish", "lose vigor, health, or flesh, as through grief", "languish"], ["macerate", "cause to grow thin or weak", "macerate"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["squander", "spend extravagantly", "squander"], ["rot", "become physically weaker", "rot"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"], ["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["neutralize", "get rid of (someone who may be a threat) by killing", "neutralize"], ["run off", "run off as waste", "run off"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["pine away", "lose vigor, health, or flesh, as through grief", "pine away"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["ware", "spend extravagantly", "ware"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["blow", "spend thoughtlessly; throw away", "blow"], ["emaciate", "cause to grow thin or weak", "emaciate"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["consume", "spend extravagantly", "consume"]]}, {"answer": "wavering", "hint": "synonyms for wavering", "clues": [["waver", "move or sway in a rising and falling or wavelike pattern", "waver"], ["quaver", "give off unsteady sounds, alternating in amplitude or frequency", "quaver"], ["flitter", "move back and forth very rapidly", "flitter"], ["falter", "move hesitatingly, as if about to give way", "falter"], ["flicker", "move back and forth very rapidly", "flicker"], ["vacillate", "move or sway in a rising and falling or wavelike pattern", "vacillate"], ["waffle", "pause or hold back in uncertainty or unwillingness", "waffle"], ["weave", "sway to and fro", "weave"], ["fluctuate", "move or sway in a rising and falling or wavelike pattern", "fluctuate"], ["hesitate", "pause or hold back in uncertainty or unwillingness", "hesitate"], ["quiver", "move back and forth very rapidly", "quiver"]]}, {"answer": "waxed", "hint": "synonyms for waxed", "clues": [["wax", "cover with wax", "wax"], ["climb", "go up or advance", "climb"], ["full", "increase in phase", "full"], ["rise", "go up or advance", "rise"], ["mount", "go up or advance", "mount"]]}, {"answer": "waxing", "hint": "synonyms for waxing", "clues": [["wax", "cover with wax", "wax"], ["climb", "go up or advance", "climb"], ["full", "increase in phase", "full"], ["rise", "go up or advance", "rise"], ["mount", "go up or advance", "mount"]]}, {"answer": "weakened", "hint": "synonyms for weakened", "clues": [["de-escalate", "reduce the level or intensity or size or scope of", "de-escalate"], ["undermine", "destroy property or hinder normal operations", "undermine"], ["dampen", "lessen in force or effect", "dampen"], ["weaken", "reduce the level or intensity or size or scope of", "weaken"], ["sabotage", "destroy property or hinder normal operations", "sabotage"], ["damp", "lessen in force or effect", "damp"], ["countermine", "destroy property or hinder normal operations", "countermine"], ["step down", "reduce the level or intensity or size or scope of", "step down"], ["subvert", "destroy property or hinder normal operations", "subvert"], ["break", "lessen in force or effect", "break"], ["counteract", "destroy property or hinder normal operations", "counteract"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "weakening", "hint": "synonyms for weakening", "clues": [["de-escalate", "reduce the level or intensity or size or scope of", "de-escalate"], ["undermine", "destroy property or hinder normal operations", "undermine"], ["dampen", "lessen in force or effect", "dampen"], ["weaken", "reduce the level or intensity or size or scope of", "weaken"], ["sabotage", "destroy property or hinder normal operations", "sabotage"], ["damp", "lessen in force or effect", "damp"], ["countermine", "destroy property or hinder normal operations", "countermine"], ["step down", "reduce the level or intensity or size or scope of", "step down"], ["subvert", "destroy property or hinder normal operations", "subvert"], ["break", "lessen in force or effect", "break"], ["counteract", "destroy property or hinder normal operations", "counteract"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "wearied", "hint": "synonyms for wearied", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "wearing", "hint": "synonyms for wearing", "clues": [["wear", "have or show an appearance of", "wear"], ["don", "put clothing on one's body", "don"], ["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["wear out", "go to pieces", "wear out"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear thin", "deteriorate through use or stress", "wear thin"], ["bust", "go to pieces", "bust"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["get into", "put clothing on one's body", "get into"], ["wear off", "deteriorate through use or stress", "wear off"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["hold out", "last and be usable", "hold out"], ["assume", "put clothing on one's body", "assume"], ["endure", "last and be usable", "endure"], ["break", "go to pieces", "break"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["fall apart", "go to pieces", "fall apart"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["bear", "have on one's person", "bear"], ["put on", "put clothing on one's body", "put on"], ["have on", "be dressed in", "have on"]]}, {"answer": "weary", "hint": "synonyms for weary", "clues": [["tire", "lose interest or become bored with something or somebody", "tire"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["wear", "exhaust or get tired through overuse or great strain or stress", "wear"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "wearying", "hint": "synonyms for wearying", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "weathered", "hint": "synonyms for weathered", "clues": [["brave out", "face and withstand with courage", "brave out"], ["weather", "face and withstand with courage", "weather"], ["endure", "face and withstand with courage", "endure"], ["brave", "face and withstand with courage", "brave"]]}, {"answer": "wed", "hint": "synonyms for wed", "clues": [["conjoin", "take in marriage", "conjoin"], ["marry", "perform a marriage ceremony", "marry"], ["splice", "perform a marriage ceremony", "splice"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["tie", "perform a marriage ceremony", "tie"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "wedded", "hint": "synonyms for wedded", "clues": [["conjoin", "take in marriage", "conjoin"], ["marry", "perform a marriage ceremony", "marry"], ["splice", "perform a marriage ceremony", "splice"], ["wed", "perform a marriage ceremony", "wed"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["tie", "perform a marriage ceremony", "tie"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "wedged", "hint": "synonyms for wedged", "clues": [["stick", "put, fix, force, or implant", "stick"], ["force", "squeeze like a wedge into a tight space", "force"], ["squeeze", "squeeze like a wedge into a tight space", "squeeze"], ["wedge", "squeeze like a wedge into a tight space", "wedge"], ["deposit", "put, fix, force, or implant", "deposit"], ["lodge", "put, fix, force, or implant", "lodge"]]}, {"answer": "wee", "hint": "synonyms for wee", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "weighted", "hint": "synonyms for weighted", "clues": [["burthen", "weight down with a load", "burthen"], ["angle", "present with a bias", "angle"], ["weight", "present with a bias", "weight"], ["weight down", "weight down with a load", "weight down"], ["burden", "weight down with a load", "burden"], ["slant", "present with a bias", "slant"]]}, {"answer": "whacked", "hint": "synonyms for whacked", "clues": [["whack", "hit hard", "whack"], ["wham", "hit hard", "wham"], ["wallop", "hit hard", "wallop"], ["whop", "hit hard", "whop"]]}, {"answer": "whacking", "hint": "synonyms for whacking", "clues": [["whack", "hit hard", "whack"], ["wham", "hit hard", "wham"], ["wallop", "hit hard", "wallop"], ["whop", "hit hard", "whop"]]}, {"answer": "wheeled", "hint": "synonyms for wheeled", "clues": [["roll", "move along on or as if on wheels or a wheeled vehicle", "roll"], ["cycle", "ride a bicycle", "cycle"], ["wheel around", "change directions as if revolving on a pivot", "wheel around"], ["bicycle", "ride a bicycle", "bicycle"], ["bike", "ride a bicycle", "bike"], ["wheel", "wheel somebody or something", "wheel"], ["pedal", "ride a bicycle", "pedal"]]}, {"answer": "whipping", "hint": "synonyms for whipping", "clues": [["whip", "whip with or as if with a wire whisk", "whip"], ["mop up", "defeat thoroughly", "mop up"], ["blister", "subject to harsh criticism", "blister"], ["rack up", "defeat thoroughly", "rack up"], ["scald", "subject to harsh criticism", "scald"], ["worst", "defeat thoroughly", "worst"], ["lash", "beat severely with a whip or rod", "lash"], ["pip", "defeat thoroughly", "pip"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"], ["whisk", "whip with or as if with a wire whisk", "whisk"]]}, {"answer": "whirring", "hint": "synonyms for whirring", "clues": [["purr", "make a soft swishing sound", "purr"], ["whiz", "make a soft swishing sound", "whiz"], ["whir", "make a soft swishing sound", "whir"], ["birr", "make a soft swishing sound", "birr"]]}, {"answer": "whitewashed", "hint": "synonyms for whitewashed", "clues": [["gloss over", "cover up a misdemeanor, fault, or error", "gloss over"], ["whitewash", "cover up a misdemeanor, fault, or error", "whitewash"], ["hush up", "cover up a misdemeanor, fault, or error", "hush up"], ["sleek over", "cover up a misdemeanor, fault, or error", "sleek over"]]}, {"answer": "whopping", "hint": "synonyms for whopping", "clues": [["whack", "hit hard", "whack"], ["whap", "hit hard", "whap"], ["bash", "hit hard", "bash"], ["wallop", "hit hard", "wallop"], ["bonk", "hit hard", "bonk"], ["bop", "hit hard", "bop"], ["whop", "hit hard", "whop"], ["wham", "hit hard", "wham"], ["sock", "hit hard", "sock"]]}, {"answer": "winded", "hint": "synonyms for winded", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["wind", "extend in curves and turns", "wind"], ["wreathe", "form into a wreath", "wreathe"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["nose", "catch the scent of; get wind of", "nose"], ["wrap", "arrange or or coil around", "wrap"], ["hoist", "raise or haul up with or as if with mechanical help", "hoist"], ["wind up", "coil the spring of (some mechanical device) by turning a stem", "wind up"], ["roll", "arrange or or coil around", "roll"], ["curve", "extend in curves and turns", "curve"], ["twist", "extend in curves and turns", "twist"], ["lift", "raise or haul up with or as if with mechanical help", "lift"], ["twine", "arrange or or coil around", "twine"], ["scent", "catch the scent of; get wind of", "scent"]]}, {"answer": "winding", "hint": "synonyms for winding", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["wind", "extend in curves and turns", "wind"], ["wreathe", "form into a wreath", "wreathe"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["nose", "catch the scent of; get wind of", "nose"], ["wrap", "arrange or or coil around", "wrap"], ["hoist", "raise or haul up with or as if with mechanical help", "hoist"], ["wind up", "coil the spring of (some mechanical device) by turning a stem", "wind up"], ["roll", "arrange or or coil around", "roll"], ["curve", "extend in curves and turns", "curve"], ["twist", "extend in curves and turns", "twist"], ["lift", "raise or haul up with or as if with mechanical help", "lift"], ["twine", "arrange or or coil around", "twine"], ["scent", "catch the scent of; get wind of", "scent"]]}, {"answer": "winking", "hint": "synonyms for winking", "clues": [["flash", "gleam or glow intermittently", "flash"], ["blink away", "force to go away by blinking", "blink away"], ["wink", "briefly shut the eyes", "wink"], ["nictitate", "briefly shut the eyes", "nictitate"], ["blink", "gleam or glow intermittently", "blink"], ["twinkle", "gleam or glow intermittently", "twinkle"]]}, {"answer": "winning", "hint": "synonyms for winning", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["come through", "attain success or reach a desired goal", "come through"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["bring home the bacon", "attain success or reach a desired goal", "bring home the bacon"], ["win", "win something through one's efforts", "win"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["gain", "win something through one's efforts", "gain"], ["deliver the goods", "attain success or reach a desired goal", "deliver the goods"], ["acquire", "win something through one's efforts", "acquire"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["succeed", "attain success or reach a desired goal", "succeed"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"]]}, {"answer": "wired", "hint": "synonyms for wired", "clues": [["wire", "send cables, wires, or telegrams", "wire"], ["cable", "send cables, wires, or telegrams", "cable"], ["telegraph", "send cables, wires, or telegrams", "telegraph"], ["electrify", "equip for use with electricity", "electrify"]]}, {"answer": "witching", "hint": "synonyms for witching", "clues": [["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something", "bewitch"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"]]}, {"answer": "withdrawn", "hint": "synonyms for withdrawn", "clues": [["withdraw", "withdraw from active participation", "withdraw"], ["move back", "pull back or move away or backward", "move back"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["retire", "lose interest", "retire"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take away"], ["recede", "pull back or move away or backward", "recede"], ["unsay", "take back what one has said", "unsay"], ["take out", "remove (a commodity) from (a supply source)", "take out"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["draw off", "remove (a commodity) from (a supply source)", "draw off"], ["retreat", "make a retreat from an earlier commitment or activity", "retreat"], ["back away", "make a retreat from an earlier commitment or activity", "back away"], ["sequestrate", "keep away from others", "sequestrate"], ["adjourn", "break from a meeting or gathering", "adjourn"], ["disengage", "release from something that holds fast, connects, or entangles", "disengage"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["seclude", "keep away from others", "seclude"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["draw", "remove (a commodity) from (a supply source)", "draw"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "remove"], ["swallow", "take back what one has said", "swallow"], ["draw back", "pull back or move away or backward", "draw back"], ["pull away", "pull back or move away or backward", "pull away"], ["call back", "cause to be returned", "call back"], ["recall", "cause to be returned", "recall"], ["bow out", "retire gracefully", "bow out"], ["call in", "cause to be returned", "call in"], ["take back", "take back what one has said", "take back"], ["sequester", "keep away from others", "sequester"]]}, {"answer": "withered", "hint": "synonyms for withered", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["wither", "lose freshness, vigor, or vitality", "wither"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["shrivel", "wither, as with a loss of moisture", "shrivel"], ["fade", "lose freshness, vigor, or vitality", "fade"]]}, {"answer": "withering", "hint": "synonyms for withering", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["wither", "lose freshness, vigor, or vitality", "wither"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["shrivel", "wither, as with a loss of moisture", "shrivel"], ["fade", "lose freshness, vigor, or vitality", "fade"]]}, {"answer": "wobbling", "hint": "synonyms for wobbling", "clues": [["shift", "move sideways or in an unsteady way", "shift"], ["coggle", "move unsteadily", "coggle"], ["wobble", "move sideways or in an unsteady way", "wobble"], ["careen", "move sideways or in an unsteady way", "careen"], ["shimmy", "tremble or shake", "shimmy"], ["tilt", "move sideways or in an unsteady way", "tilt"]]}, {"answer": "won", "hint": "synonyms for won", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["come through", "attain success or reach a desired goal", "come through"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["bring home the bacon", "attain success or reach a desired goal", "bring home the bacon"], ["win", "win something through one's efforts", "win"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["gain", "win something through one's efforts", "gain"], ["deliver the goods", "attain success or reach a desired goal", "deliver the goods"], ["acquire", "win something through one's efforts", "acquire"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["succeed", "attain success or reach a desired goal", "succeed"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"]]}, {"answer": "wondering", "hint": "synonyms for wondering", "clues": [["wonder", "be amazed at", "wonder"], ["question", "place in doubt or express doubtful speculation", "question"], ["enquire", "have a wish or desire to know something", "enquire"], ["marvel", "be amazed at", "marvel"]]}, {"answer": "woolgathering", "hint": "synonyms for woolgathering", "clues": [["dream", "have a daydream; indulge in a fantasy", "dream"], ["woolgather", "have a daydream; indulge in a fantasy", "woolgather"], ["daydream", "have a daydream; indulge in a fantasy", "daydream"], ["stargaze", "have a daydream; indulge in a fantasy", "stargaze"]]}, {"answer": "working", "hint": "synonyms for working", "clues": [["work", "make uniform", "work"], ["knead", "make uniform", "knead"], ["exercise", "give a workout to", "exercise"], ["mould", "make something, usually for a specific function", "mould"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["function", "perform as expected when applied", "function"], ["exploit", "use or manipulate to one's advantage", "exploit"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["turn", "go sour or spoil", "turn"], ["run", "perform as expected when applied", "run"], ["act upon", "have and exert influence or effect", "act upon"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["crop", "prepare for crops", "crop"], ["influence", "have and exert influence or effect", "influence"], ["sour", "go sour or spoil", "sour"], ["act", "have an effect or outcome; often the one desired or expected", "act"], ["put to work", "cause to work", "put to work"], ["forge", "make something, usually for a specific function", "forge"], ["cultivate", "prepare for crops", "cultivate"], ["ferment", "cause to undergo fermentation", "ferment"], ["go", "perform as expected when applied", "go"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["play", "cause to happen or to occur as a consequence", "play"], ["shape", "make something, usually for a specific function", "shape"], ["work on", "shape, form, or improve a material", "work on"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["make", "proceed along a path", "make"], ["operate", "perform as expected when applied", "operate"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["do work", "be employed", "do work"], ["process", "shape, form, or improve a material", "process"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["form", "make something, usually for a specific function", "form"]]}, {"answer": "worn", "hint": "synonyms for worn", "clues": [["wear", "have or show an appearance of", "wear"], ["don", "put clothing on one's body", "don"], ["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["wear out", "go to pieces", "wear out"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear thin", "deteriorate through use or stress", "wear thin"], ["bust", "go to pieces", "bust"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["get into", "put clothing on one's body", "get into"], ["wear off", "deteriorate through use or stress", "wear off"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["hold out", "last and be usable", "hold out"], ["assume", "put clothing on one's body", "assume"], ["endure", "last and be usable", "endure"], ["break", "go to pieces", "break"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["fall apart", "go to pieces", "fall apart"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["bear", "have on one's person", "bear"], ["put on", "put clothing on one's body", "put on"], ["have on", "be dressed in", "have on"]]}, {"answer": "worried", "hint": "synonyms for worried", "clues": [["worry", "be worried, concerned, anxious, troubled, or uneasy", "worry"], ["care", "be concerned with", "care"], ["interest", "be on the mind of", "interest"], ["vex", "disturb the peace of mind of; afflict with mental agitation or distress", "vex"], ["occupy", "be on the mind of", "occupy"], ["concern", "be on the mind of", "concern"]]}, {"answer": "worrying", "hint": "synonyms for worrying", "clues": [["worry", "be worried, concerned, anxious, troubled, or uneasy", "worry"], ["care", "be concerned with", "care"], ["interest", "be on the mind of", "interest"], ["vex", "disturb the peace of mind of; afflict with mental agitation or distress", "vex"], ["occupy", "be on the mind of", "occupy"], ["concern", "be on the mind of", "concern"]]}, {"answer": "worsened", "hint": "synonyms for worsened", "clues": [["exasperate", "make worse", "exasperate"], ["aggravate", "make worse", "aggravate"], ["exacerbate", "make worse", "exacerbate"], ["worsen", "grow worse", "worsen"], ["decline", "grow worse", "decline"]]}, {"answer": "worsening", "hint": "synonyms for worsening", "clues": [["exasperate", "make worse", "exasperate"], ["aggravate", "make worse", "aggravate"], ["exacerbate", "make worse", "exacerbate"], ["worsen", "grow worse", "worsen"], ["decline", "grow worse", "decline"]]}, {"answer": "worshipped", "hint": "synonyms for worshipped", "clues": [["worship", "show devotion to (a deity)", "worship"], ["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol", "idolize"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "hero-worship"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol", "revere"]]}, {"answer": "worst", "hint": "synonyms for worst", "clues": [["pip", "defeat thoroughly", "pip"], ["rack up", "defeat thoroughly", "rack up"], ["mop up", "defeat thoroughly", "mop up"], ["whip", "defeat thoroughly", "whip"]]}, {"answer": "wound", "hint": "synonyms for wound", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["wind", "extend in curves and turns", "wind"], ["wreathe", "form into a wreath", "wreathe"], ["injure", "cause injuries or bodily harm to", "injure"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["nose", "catch the scent of; get wind of", "nose"], ["wrap", "arrange or or coil around", "wrap"], ["spite", "hurt the feelings of", "spite"], ["hoist", "raise or haul up with or as if with mechanical help", "hoist"], ["offend", "hurt the feelings of", "offend"], ["wind up", "coil the spring of (some mechanical device) by turning a stem", "wind up"], ["roll", "arrange or or coil around", "roll"], ["bruise", "hurt the feelings of", "bruise"], ["curve", "extend in curves and turns", "curve"], ["twist", "extend in curves and turns", "twist"], ["scent", "catch the scent of; get wind of", "scent"], ["lift", "raise or haul up with or as if with mechanical help", "lift"], ["twine", "arrange or or coil around", "twine"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "wounded", "hint": "synonyms for wounded", "clues": [["wound", "hurt the feelings of", "wound"], ["spite", "hurt the feelings of", "spite"], ["offend", "hurt the feelings of", "offend"], ["bruise", "hurt the feelings of", "bruise"], ["injure", "cause injuries or bodily harm to", "injure"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "wounding", "hint": "synonyms for wounding", "clues": [["wound", "hurt the feelings of", "wound"], ["spite", "hurt the feelings of", "spite"], ["offend", "hurt the feelings of", "offend"], ["bruise", "hurt the feelings of", "bruise"], ["injure", "cause injuries or bodily harm to", "injure"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "woven", "hint": "synonyms for woven", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["tissue", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton", "tissue"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["waver", "sway to and fro", "waver"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["interweave", "interlace by or as if by weaving", "interweave"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"]]}, {"answer": "wrapped", "hint": "synonyms for wrapped", "clues": [["wrap up", "arrange or fold as a cover or protection", "wrap up"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["roll", "arrange or or coil around", "roll"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["wind", "arrange or or coil around", "wind"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["wrap", "arrange or or coil around", "wrap"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["twine", "arrange or or coil around", "twine"]]}, {"answer": "wrenching", "hint": "synonyms for wrenching", "clues": [["wrench", "twist and compress, as if in pain or anguish", "wrench"], ["rick", "twist suddenly so as to sprain", "rick"], ["turn", "twist suddenly so as to sprain", "turn"], ["wring", "twist and compress, as if in pain or anguish", "wring"], ["twist", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates", "twist"], ["sprain", "twist suddenly so as to sprain", "sprain"]]}, {"answer": "wriggling", "hint": "synonyms for wriggling", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "wrinkled", "hint": "synonyms for wrinkled", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["rumple", "become wrinkled or crumpled or creased", "rumple"], ["furrow", "make wrinkled or creased", "furrow"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch up"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["purse", "gather or contract into wrinkles or folds; pucker", "purse"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch"]]}, {"answer": "writhed", "hint": "synonyms for writhed", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "writhing", "hint": "synonyms for writhing", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "written", "hint": "synonyms for written", "clues": [["drop a line", "communicate (with) in writing", "drop a line"], ["compose", "produce a literary work", "compose"], ["write", "have (one's written work) issued for publication", "write"], ["indite", "produce a literary work", "indite"], ["pen", "produce a literary work", "pen"], ["publish", "have (one's written work) issued for publication", "publish"], ["save", "record data on a computer", "save"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)", "spell"]]}, {"answer": "wrought", "hint": "synonyms for wrought", "clues": [["work", "make uniform", "work"], ["knead", "make uniform", "knead"], ["exercise", "give a workout to", "exercise"], ["mould", "make something, usually for a specific function", "mould"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["function", "perform as expected when applied", "function"], ["exploit", "use or manipulate to one's advantage", "exploit"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["turn", "go sour or spoil", "turn"], ["run", "perform as expected when applied", "run"], ["act upon", "have and exert influence or effect", "act upon"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["crop", "prepare for crops", "crop"], ["influence", "have and exert influence or effect", "influence"], ["sour", "go sour or spoil", "sour"], ["act", "have an effect or outcome; often the one desired or expected", "act"], ["put to work", "cause to work", "put to work"], ["forge", "make something, usually for a specific function", "forge"], ["cultivate", "prepare for crops", "cultivate"], ["ferment", "cause to undergo fermentation", "ferment"], ["go", "perform as expected when applied", "go"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["play", "cause to happen or to occur as a consequence", "play"], ["shape", "make something, usually for a specific function", "shape"], ["work on", "shape, form, or improve a material", "work on"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["make", "proceed along a path", "make"], ["operate", "perform as expected when applied", "operate"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["do work", "be employed", "do work"], ["process", "shape, form, or improve a material", "process"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["form", "make something, usually for a specific function", "form"]]}, {"answer": "yelled", "hint": "synonyms for yelled", "clues": [["scream", "utter or declare in a very loud voice", "scream"], ["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["shout", "utter a sudden loud cry", "shout"], ["yell", "utter or declare in a very loud voice", "yell"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["cry", "utter a sudden loud cry", "cry"]]}, {"answer": "yielding", "hint": "synonyms for yielding", "clues": [["yield", "cease opposition; stop fighting", "yield"], ["concede", "be willing to concede", "concede"], ["give in", "consent reluctantly", "give in"], ["ease up", "move in order to make room for someone for something", "ease up"], ["give", "move in order to make room for someone for something", "give"], ["grant", "be willing to concede", "grant"], ["generate", "give or supply", "generate"], ["give way", "move in order to make room for someone for something", "give way"], ["render", "give or supply", "render"], ["relent", "give in, as to influence or pressure", "relent"], ["soften", "give in, as to influence or pressure", "soften"], ["succumb", "be fatally overwhelmed", "succumb"], ["return", "give or supply", "return"], ["move over", "move in order to make room for someone for something", "move over"], ["afford", "be the cause or source of", "afford"], ["knuckle under", "consent reluctantly", "knuckle under"], ["pay", "bring in", "pay"], ["cede", "give over; surrender or relinquish to the physical control of another", "cede"], ["bear", "bring in", "bear"]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["slam", "close violently", "slam"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["spang", "leap, jerk, bang", "spang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "boiling", "hint": "synonyms for boiling", "clues": [["boil", "be agitated", "boil"], ["seethe", "be in an agitated emotional state", "seethe"], ["roil", "be agitated", "roil"], ["moil", "be agitated", "moil"], ["churn", "be agitated", "churn"]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["absquatulate", "run away; usually includes taking something or somebody along", "absquatulate"], ["make off", "run away; usually includes taking something or somebody along", "make off"], ["beetle off", "leave suddenly and as if in a hurry", "beetle off"], ["abscond", "run away; usually includes taking something or somebody along", "abscond"], ["run off", "leave suddenly and as if in a hurry", "run off"], ["go off", "run away; usually includes taking something or somebody along", "go off"], ["decamp", "run away; usually includes taking something or somebody along", "decamp"], ["run out", "leave suddenly and as if in a hurry", "run out"], ["gobble", "eat hastily without proper chewing", "gobble"], ["bolt out", "leave suddenly and as if in a hurry", "bolt out"]]}, {"answer": "close_up", "hint": "synonyms for close up", "clues": [["button up", "refuse to talk or stop talking; fall silent", "button up"], ["obturate", "block passage through", "obturate"], ["belt up", "refuse to talk or stop talking; fall silent", "belt up"], ["be quiet", "refuse to talk or stop talking; fall silent", "be quiet"], ["impede", "block passage through", "impede"], ["shut down", "cease to operate or cause to cease operating", "shut down"], ["block", "block passage through", "block"], ["obstruct", "block passage through", "obstruct"], ["close", "unite or bring into contact or bring together the edges of", "close"], ["clam up", "refuse to talk or stop talking; fall silent", "clam up"], ["close down", "cease to operate or cause to cease operating", "close down"], ["fold", "cease to operate or cause to cease operating", "fold"], ["dummy up", "refuse to talk or stop talking; fall silent", "dummy up"], ["shut up", "refuse to talk or stop talking; fall silent", "shut up"], ["jam", "block passage through", "jam"], ["occlude", "block passage through", "occlude"], ["keep mum", "refuse to talk or stop talking; fall silent", "keep mum"]]}, {"answer": "con", "hint": "synonyms for con", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["memorise", "commit to memory; learn by heart", "memorise"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"], ["learn", "commit to memory; learn by heart", "learn"]]}, {"answer": "disregarding", "hint": "synonyms for disregarding", "clues": [["neglect", "give little or no attention to", "neglect"], ["snub", "refuse to acknowledge", "snub"], ["disregard", "bar from attention or consideration", "disregard"], ["cut", "refuse to acknowledge", "cut"], ["ignore", "bar from attention or consideration", "ignore"], ["push aside", "bar from attention or consideration", "push aside"], ["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"]]}, {"answer": "hotfoot", "hint": "synonyms for hotfoot", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "multiply", "hint": "synonyms for multiply", "clues": [["procreate", "have offspring or produce more individuals of a given animal or plant", "procreate"], ["manifold", "combine or increase by multiplication", "manifold"], ["breed", "have young (animals) or reproduce (organisms)", "breed"], ["reproduce", "have offspring or produce more individuals of a given animal or plant", "reproduce"]]}, {"answer": "needs", "hint": "synonyms for needs", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["need", "have need of", "need"], ["require", "have need of", "require"], ["demand", "require as useful, just, or proper", "demand"], ["want", "have need of", "want"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "part", "hint": "synonyms for part", "clues": [["set off", "leave", "set off"], ["divide", "force, take, or pull apart", "divide"], ["start out", "leave", "start out"], ["separate", "come apart", "separate"], ["depart", "leave", "depart"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["start", "leave", "start"], ["split", "discontinue an association or relation; go different ways", "split"], ["set forth", "leave", "set forth"], ["break", "discontinue an association or relation; go different ways", "break"], ["set out", "leave", "set out"], ["take off", "leave", "take off"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["disunite", "force, take, or pull apart", "disunite"]]}, {"answer": "piping", "hint": "synonyms for piping", "clues": [["pipe", "utter a shrill cry", "pipe"], ["worst", "defeat thoroughly", "worst"], ["shrill", "utter a shrill cry", "shrill"], ["rack up", "defeat thoroughly", "rack up"], ["mop up", "defeat thoroughly", "mop up"], ["whip", "defeat thoroughly", "whip"], ["shoot", "hit with a missile from a weapon", "shoot"], ["hit", "hit with a missile from a weapon", "hit"], ["pipe up", "utter a shrill cry", "pipe up"], ["shriek", "utter a shrill cry", "shriek"]]}, {"answer": "plop", "hint": "synonyms for plop", "clues": [["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "plunk", "hint": "synonyms for plunk", "clues": [["clop", "make or move along with a sound as of a horse's hooves striking the ground", "clop"], ["dive", "drop steeply", "dive"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground", "clunk"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"], ["clump", "make or move along with a sound as of a horse's hooves striking the ground", "clump"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plunge", "drop steeply", "plunge"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["pluck", "pull lightly but sharply with a plucking motion", "pluck"], ["pick", "pull lightly but sharply with a plucking motion", "pick"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "raving", "hint": "synonyms for raving", "clues": [["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["rave", "participate in an all-night techno dance party", "rave"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"], ["gush", "praise enthusiastically", "gush"]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["thwack", "deliver a hard blow to", "thwack"], ["reek", "have an element suggestive (of something)", "reek"], ["peck", "kiss lightly", "peck"], ["taste", "have a distinctive or characteristic taste", "taste"], ["smell", "have an element suggestive (of something)", "smell"]]}, {"answer": "smash", "hint": "synonyms for smash", "clues": [["ruin", "reduce to bankruptcy", "ruin"], ["demolish", "humiliate or depress completely", "demolish"], ["bang up", "damage or destroy as if by violence", "bang up"], ["break", "reduce to bankruptcy", "break"], ["blast", "hit hard", "blast"], ["smash up", "damage or destroy as if by violence", "smash up"], ["boom", "hit hard", "boom"], ["dash", "break into pieces, as by striking or knocking over", "dash"], ["nail", "hit hard", "nail"], ["crush", "humiliate or depress completely", "crush"], ["bankrupt", "reduce to bankruptcy", "bankrupt"]]}, {"answer": "soaking", "hint": "synonyms for soaking", "clues": [["intoxicate", "make drunk (with alcoholic drinks)", "intoxicate"], ["soak", "beat severely", "soak"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["inebriate", "make drunk (with alcoholic drinks)", "inebriate"], ["rob", "rip off; ask an unreasonable price", "rob"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["imbue", "fill, soak, or imbue totally", "imbue"], ["drench", "cover with liquid; pour liquid onto", "drench"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["pawn", "leave as a guarantee in return for money", "pawn"], ["hit it up", "become drunk or drink excessively", "hit it up"], ["hock", "leave as a guarantee in return for money", "hock"], ["plume", "rip off; ask an unreasonable price", "plume"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "sopping", "hint": "synonyms for sopping", "clues": [["drench", "cover with liquid; pour liquid onto", "drench"], ["sop", "dip into liquid", "sop"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["soak through", "be or become thoroughly soaked or saturated with a liquid", "soak through"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"]]}, {"answer": "abandon", "hint": "synonyms for abandon", "clues": [["give up", "stop maintaining or insisting on; of ideas or claims", "give up"], ["vacate", "leave behind empty; move out of", "vacate"], ["forsake", "leave someone who needs or counts on you; leave in the lurch", "forsake"], ["desolate", "leave someone who needs or counts on you; leave in the lurch", "desolate"], ["desert", "leave someone who needs or counts on you; leave in the lurch", "desert"], ["empty", "leave behind empty; move out of", "empty"]]}, {"answer": "abode", "hint": "synonyms for abode", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["bide", "dwell", "bide"], ["stand", "put up with something or somebody unpleasant", "stand"], ["stay", "dwell", "stay"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["digest", "put up with something or somebody unpleasant", "digest"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["brook", "put up with something or somebody unpleasant", "brook"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "abuse", "hint": "synonyms for abuse", "clues": [["mistreat", "treat badly", "mistreat"], ["pervert", "change the inherent purpose or function of something", "pervert"], ["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["shout", "use foul or abusive language towards", "shout"], ["blackguard", "use foul or abusive language towards", "blackguard"], ["misuse", "change the inherent purpose or function of something", "misuse"], ["clapperclaw", "use foul or abusive language towards", "clapperclaw"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "accent", "hint": "synonyms for accent", "clues": [["accentuate", "put stress on; utter with an accent", "accentuate"], ["stress", "to stress, single out as important", "stress"], ["emphasize", "to stress, single out as important", "emphasize"], ["punctuate", "to stress, single out as important", "punctuate"]]}, {"answer": "accenting", "hint": "synonyms for accenting", "clues": [["accent", "to stress, single out as important", "accent"], ["emphasize", "to stress, single out as important", "emphasize"], ["stress", "to stress, single out as important", "stress"], ["accentuate", "put stress on; utter with an accent", "accentuate"], ["punctuate", "to stress, single out as important", "punctuate"]]}, {"answer": "acclaim", "hint": "synonyms for acclaim", "clues": [["clap", "clap one's hands or shout after performances to indicate approval", "clap"], ["applaud", "clap one's hands or shout after performances to indicate approval", "applaud"], ["hail", "praise vociferously", "hail"], ["herald", "praise vociferously", "herald"], ["spat", "clap one's hands or shout after performances to indicate approval", "spat"]]}, {"answer": "accord", "hint": "synonyms for accord", "clues": [["concord", "go together", "concord"], ["allot", "allow to have", "allot"], ["harmonize", "go together", "harmonize"], ["consort", "go together", "consort"], ["fit in", "go together", "fit in"], ["grant", "allow to have", "grant"], ["agree", "go together", "agree"]]}, {"answer": "account", "hint": "synonyms for account", "clues": [["report", "to give an account or representation of in words", "report"], ["answer for", "furnish a justifying analysis or explanation", "answer for"], ["calculate", "keep an account of", "calculate"], ["describe", "to give an account or representation of in words", "describe"]]}, {"answer": "accounting", "hint": "synonyms for accounting", "clues": [["account", "to give an account or representation of in words", "account"], ["answer for", "furnish a justifying analysis or explanation", "answer for"], ["calculate", "keep an account of", "calculate"], ["describe", "to give an account or representation of in words", "describe"], ["report", "to give an account or representation of in words", "report"]]}, {"answer": "accused", "hint": "synonyms for accused", "clues": [["accuse", "blame for, make a claim of wrongdoing or misbehavior against", "accuse"], ["impeach", "bring an accusation against; level a charge against", "impeach"], ["incriminate", "bring an accusation against; level a charge against", "incriminate"], ["charge", "blame for, make a claim of wrongdoing or misbehavior against", "charge"]]}, {"answer": "ache", "hint": "synonyms for ache", "clues": [["yen", "have a desire for something or someone who is not present", "yen"], ["hurt", "feel physical pain", "hurt"], ["yearn", "have a desire for something or someone who is not present", "yearn"], ["languish", "have a desire for something or someone who is not present", "languish"], ["pine", "have a desire for something or someone who is not present", "pine"], ["suffer", "feel physical pain", "suffer"], ["smart", "be the source of pain", "smart"]]}, {"answer": "acquiring", "hint": "synonyms for acquiring", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["take on", "take on a certain form, attribute, or aspect", "take on"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["gain", "win something through one's efforts", "gain"], ["take", "take on a certain form, attribute, or aspect", "take"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["larn", "gain knowledge or skills", "larn"], ["develop", "come to have or undergo a change of (physical features and attributes)", "develop"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["evolve", "gain through experience", "evolve"], ["win", "win something through one's efforts", "win"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"]]}, {"answer": "act", "hint": "synonyms for act", "clues": [["roleplay", "perform on a stage or theater", "roleplay"], ["represent", "play a role or part", "represent"], ["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "do"], ["work", "have an effect or outcome; often the one desired or expected", "work"], ["play", "pretend to have certain qualities or state of mind", "play"], ["act as", "pretend to have certain qualities or state of mind", "act as"], ["move", "perform an action, or work out or perform (an action)", "move"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "behave"], ["dissemble", "behave unnaturally or affectedly", "dissemble"], ["pretend", "behave unnaturally or affectedly", "pretend"], ["playact", "perform on a stage or theater", "playact"]]}, {"answer": "action", "hint": "synonyms for action", "clues": [["carry out", "put in effect", "carry out"], ["accomplish", "put in effect", "accomplish"], ["litigate", "institute legal proceedings against; file a suit against", "litigate"], ["fulfil", "put in effect", "fulfil"], ["carry through", "put in effect", "carry through"], ["process", "institute legal proceedings against; file a suit against", "process"], ["execute", "put in effect", "execute"], ["sue", "institute legal proceedings against; file a suit against", "sue"]]}, {"answer": "acts", "hint": "synonyms for acts", "clues": [["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "do"], ["act as", "pretend to have certain qualities or state of mind", "act as"], ["play", "perform on a stage or theater", "play"], ["move", "perform an action, or work out or perform (an action)", "move"], ["act", "discharge one's duties", "act"], ["dissemble", "behave unnaturally or affectedly", "dissemble"], ["pretend", "behave unnaturally or affectedly", "pretend"], ["represent", "play a role or part", "represent"], ["work", "have an effect or outcome; often the one desired or expected", "work"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "behave"], ["roleplay", "perform on a stage or theater", "roleplay"], ["playact", "perform on a stage or theater", "playact"]]}, {"answer": "add", "hint": "synonyms for add", "clues": [["lend", "bestow a quality on", "lend"], ["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["append", "state or say further", "append"], ["sum", "determine the sum of", "sum"], ["bestow", "bestow a quality on", "bestow"], ["sum up", "determine the sum of", "sum up"], ["total", "determine the sum of", "total"], ["tot", "determine the sum of", "tot"], ["impart", "bestow a quality on", "impart"], ["add together", "make an addition by combining numbers", "add together"], ["supply", "state or say further", "supply"], ["add up", "determine the sum of", "add up"], ["contribute", "bestow a quality on", "contribute"], ["bring", "bestow a quality on", "bring"], ["summate", "determine the sum of", "summate"]]}, {"answer": "address", "hint": "synonyms for address", "clues": [["plow", "act on verbally or in some form of artistic expression", "plow"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["speak", "give a speech to", "speak"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["accost", "speak to someone", "accost"], ["turn to", "speak to", "turn to"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["come up to", "speak to someone", "come up to"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["direct", "put an address on (an envelope)", "direct"], ["call", "greet, as with a prescribed form, title, or name", "call"]]}, {"answer": "adventure", "hint": "synonyms for adventure", "clues": [["venture", "put at risk", "venture"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"], ["jeopardize", "put at risk", "jeopardize"], ["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["stake", "put at risk", "stake"], ["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"]]}, {"answer": "adventuress", "hint": "synonyms for adventuress", "clues": [["venture", "put at risk", "venture"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"], ["jeopardize", "put at risk", "jeopardize"], ["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["stake", "put at risk", "stake"], ["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"]]}, {"answer": "advert", "hint": "synonyms for advert", "clues": [["hang", "give heed (to)", "hang"], ["attend", "give heed (to)", "attend"], ["pay heed", "give heed (to)", "pay heed"], ["bring up", "make reference to", "bring up"], ["touch", "make a more or less disguised reference to", "touch"], ["allude", "make a more or less disguised reference to", "allude"], ["refer", "make reference to", "refer"], ["name", "make reference to", "name"], ["mention", "make reference to", "mention"], ["cite", "make reference to", "cite"], ["give ear", "give heed (to)", "give ear"]]}, {"answer": "advertising", "hint": "synonyms for advertising", "clues": [["publicise", "call attention to", "publicise"], ["push", "make publicity for; try to sell (a product)", "push"], ["advertise", "call attention to", "advertise"], ["promote", "make publicity for; try to sell (a product)", "promote"]]}, {"answer": "advertizing", "hint": "synonyms for advertizing", "clues": [["publicise", "call attention to", "publicise"], ["push", "make publicity for; try to sell (a product)", "push"], ["advertise", "call attention to", "advertise"], ["promote", "make publicity for; try to sell (a product)", "promote"]]}, {"answer": "affect", "hint": "synonyms for affect", "clues": [["move", "have an emotional or cognitive impact upon", "move"], ["touch", "have an effect upon", "touch"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["feign", "make believe with the intent to deceive", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["sham", "make believe with the intent to deceive", "sham"], ["impress", "have an emotional or cognitive impact upon", "impress"], ["bear upon", "have an effect upon", "bear upon"], ["involve", "connect closely and often incriminatingly", "involve"], ["impact", "have an effect upon", "impact"], ["regard", "connect closely and often incriminatingly", "regard"], ["touch on", "have an effect upon", "touch on"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "affirmed", "hint": "synonyms for affirmed", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["support", "establish or strengthen as with new evidence or facts", "support"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swear", "to declare or affirm solemnly and formally as true", "swear"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"]]}, {"answer": "affix", "hint": "synonyms for affix", "clues": [["supplement", "add to the very end", "supplement"], ["append", "add to the very end", "append"], ["add on", "add to the very end", "add on"], ["stick on", "attach to", "stick on"]]}, {"answer": "aim", "hint": "synonyms for aim", "clues": [["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["drive", "move into a desired direction of discourse", "drive"], ["place", "intend (something) to move towards a certain goal", "place"], ["purport", "propose or intend", "purport"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take"], ["calculate", "specifically design a product, event, or activity for a certain public", "calculate"], ["draw a bead on", "have an ambitious plan or a lofty goal", "draw a bead on"], ["point", "intend (something) to move towards a certain goal", "point"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"], ["aspire", "have an ambitious plan or a lofty goal", "aspire"], ["propose", "propose or intend", "propose"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["get", "move into a desired direction of discourse", "get"], ["shoot for", "have an ambitious plan or a lofty goal", "shoot for"], ["target", "intend (something) to move towards a certain goal", "target"]]}, {"answer": "air", "hint": "synonyms for air", "clues": [["vent", "expose to cool or cold air so as to cool or freshen", "vent"], ["publicize", "make public", "publicize"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["bare", "make public", "bare"], ["ventilate", "expose to cool or cold air so as to cool or freshen", "ventilate"], ["aerate", "expose to fresh air", "aerate"]]}, {"answer": "airing", "hint": "synonyms for airing", "clues": [["vent", "expose to cool or cold air so as to cool or freshen", "vent"], ["publicize", "make public", "publicize"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["bare", "make public", "bare"], ["ventilate", "expose to cool or cold air so as to cool or freshen", "ventilate"], ["aerate", "expose to fresh air", "aerate"]]}, {"answer": "airs", "hint": "synonyms for airs", "clues": [["vent", "expose to cool or cold air so as to cool or freshen", "vent"], ["publicize", "make public", "publicize"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["bare", "make public", "bare"], ["ventilate", "expose to cool or cold air so as to cool or freshen", "ventilate"], ["aerate", "expose to fresh air", "aerate"]]}, {"answer": "alarm", "hint": "synonyms for alarm", "clues": [["alert", "warn or arouse to a sense of danger or call to a state of preparedness", "alert"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"]]}, {"answer": "altering", "hint": "synonyms for altering", "clues": [["alter", "insert words into texts, often falsifying it thereby", "alter"], ["falsify", "insert words into texts, often falsifying it thereby", "falsify"], ["spay", "remove the ovaries of", "spay"], ["interpolate", "insert words into texts, often falsifying it thereby", "interpolate"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "change"], ["castrate", "remove the ovaries of", "castrate"], ["modify", "cause to change; make different; cause a transformation", "modify"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "vary"], ["neuter", "remove the ovaries of", "neuter"]]}, {"answer": "am", "hint": "synonyms for am", "clues": [["make up", "form or compose", "make up"], ["be", "occupy a certain position or area; be somewhere", "be"], ["constitute", "form or compose", "constitute"], ["equal", "be identical or equivalent to", "equal"], ["follow", "work in a specific place, with a specific subject, or in a specific function", "follow"], ["personify", "represent, as of a character on stage", "personify"], ["comprise", "form or compose", "comprise"], ["embody", "represent, as of a character on stage", "embody"], ["exist", "have an existence, be extant", "exist"], ["represent", "form or compose", "represent"], ["live", "have life, be alive", "live"], ["cost", "be priced at", "cost"]]}, {"answer": "ambuscade", "hint": "synonyms for ambuscade", "clues": [["bushwhack", "wait in hiding to attack", "bushwhack"], ["lurk", "wait in hiding to attack", "lurk"], ["scupper", "wait in hiding to attack", "scupper"], ["ambush", "wait in hiding to attack", "ambush"], ["lie in wait", "wait in hiding to attack", "lie in wait"], ["waylay", "wait in hiding to attack", "waylay"]]}, {"answer": "ambush", "hint": "synonyms for ambush", "clues": [["bushwhack", "wait in hiding to attack", "bushwhack"], ["lurk", "wait in hiding to attack", "lurk"], ["scupper", "wait in hiding to attack", "scupper"], ["ambuscade", "wait in hiding to attack", "ambuscade"], ["lie in wait", "wait in hiding to attack", "lie in wait"], ["still-hunt", "hunt (quarry) by stalking and ambushing", "still-hunt"], ["waylay", "wait in hiding to attack", "waylay"]]}, {"answer": "amends", "hint": "synonyms for amends", "clues": [["remediate", "set straight or right", "remediate"], ["meliorate", "to make better", "meliorate"], ["amend", "to make better", "amend"], ["rectify", "set straight or right", "rectify"], ["improve", "to make better", "improve"], ["repair", "set straight or right", "repair"], ["remedy", "set straight or right", "remedy"], ["better", "to make better", "better"]]}, {"answer": "amount", "hint": "synonyms for amount", "clues": [["add up", "add up in number or quantity", "add up"], ["come", "add up in number or quantity", "come"], ["total", "add up in number or quantity", "total"], ["number", "add up in number or quantity", "number"]]}, {"answer": "angle", "hint": "synonyms for angle", "clues": [["tip", "to incline or bend from a vertical position", "tip"], ["lean", "to incline or bend from a vertical position", "lean"], ["fish", "seek indirectly", "fish"], ["weight", "present with a bias", "weight"], ["tilt", "to incline or bend from a vertical position", "tilt"], ["slant", "to incline or bend from a vertical position", "slant"]]}, {"answer": "angling", "hint": "synonyms for angling", "clues": [["lean", "to incline or bend from a vertical position", "lean"], ["tip", "to incline or bend from a vertical position", "tip"], ["fish", "seek indirectly", "fish"], ["angle", "move or proceed at an angle", "angle"], ["tilt", "to incline or bend from a vertical position", "tilt"], ["slant", "to incline or bend from a vertical position", "slant"], ["weight", "present with a bias", "weight"]]}, {"answer": "annotating", "hint": "synonyms for annotating", "clues": [["annotate", "add explanatory notes to or supply with critical comments", "annotate"], ["comment", "provide interlinear explanations for words or phrases", "comment"], ["footnote", "add explanatory notes to or supply with critical comments", "footnote"], ["gloss", "provide interlinear explanations for words or phrases", "gloss"]]}, {"answer": "anointing", "hint": "synonyms for anointing", "clues": [["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing", "embrocate"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anele"], ["anoint", "choose by or as if by divine intervention", "anoint"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing", "inunct"], ["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing", "oil"]]}, {"answer": "answer", "hint": "synonyms for answer", "clues": [["do", "be sufficient; be adequate, either in quality or quantity", "do"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["reply", "react verbally", "reply"], ["respond", "react verbally", "respond"], ["serve", "be sufficient; be adequate, either in quality or quantity", "serve"], ["resolve", "understand the meaning of", "resolve"]]}, {"answer": "apparel", "hint": "synonyms for apparel", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "appearing", "hint": "synonyms for appearing", "clues": [["appear", "give a certain impression or have a certain outward aspect", "appear"], ["come along", "come into being or existence, or appear on the scene", "come along"], ["look", "give a certain impression or have a certain outward aspect", "look"], ["come out", "be issued or published", "come out"], ["seem", "give a certain impression or have a certain outward aspect", "seem"]]}, {"answer": "apportioning", "hint": "synonyms for apportioning", "clues": [["divvy up", "give out as one's portion or share", "divvy up"], ["apportion", "distribute according to a plan or set apart for a special purpose", "apportion"], ["share", "give out as one's portion or share", "share"], ["allocate", "distribute according to a plan or set apart for a special purpose", "allocate"], ["deal", "give out as one's portion or share", "deal"], ["portion out", "give out as one's portion or share", "portion out"]]}, {"answer": "approach", "hint": "synonyms for approach", "clues": [["come near", "come near in time", "come near"], ["near", "move towards", "near"], ["border on", "come near or verge on, resemble, come nearer in quality, or character", "border on"], ["draw near", "move towards", "draw near"], ["go about", "begin to deal with", "go about"], ["draw close", "move towards", "draw close"], ["go up", "move towards", "go up"], ["come on", "move towards", "come on"], ["set about", "begin to deal with", "set about"]]}, {"answer": "are", "hint": "synonyms for are", "clues": [["make up", "form or compose", "make up"], ["be", "occupy a certain position or area; be somewhere", "be"], ["constitute", "form or compose", "constitute"], ["equal", "be identical or equivalent to", "equal"], ["follow", "work in a specific place, with a specific subject, or in a specific function", "follow"], ["personify", "represent, as of a character on stage", "personify"], ["comprise", "form or compose", "comprise"], ["embody", "represent, as of a character on stage", "embody"], ["exist", "have an existence, be extant", "exist"], ["represent", "form or compose", "represent"], ["live", "have life, be alive", "live"], ["cost", "be priced at", "cost"]]}, {"answer": "arguing", "hint": "synonyms for arguing", "clues": [["indicate", "give evidence of", "indicate"], ["debate", "have an argument about something", "debate"], ["contend", "have an argument about something", "contend"], ["argue", "have an argument about something", "argue"], ["fence", "have an argument about something", "fence"], ["reason", "present reasons and arguments", "reason"]]}, {"answer": "arming", "hint": "synonyms for arming", "clues": [["build up", "prepare oneself for a military confrontation", "build up"], ["arm", "prepare oneself for a military confrontation", "arm"], ["gird", "prepare oneself for a military confrontation", "gird"], ["fortify", "prepare oneself for a military confrontation", "fortify"]]}, {"answer": "arms", "hint": "synonyms for arms", "clues": [["build up", "prepare oneself for a military confrontation", "build up"], ["arm", "prepare oneself for a military confrontation", "arm"], ["gird", "prepare oneself for a military confrontation", "gird"], ["fortify", "prepare oneself for a military confrontation", "fortify"]]}, {"answer": "arranging", "hint": "synonyms for arranging", "clues": [["coiffure", "arrange attractively", "coiffure"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["coif", "arrange attractively", "coif"], ["dress", "arrange attractively", "dress"], ["arrange", "put into a proper or systematic order", "arrange"], ["put", "arrange thoughts, ideas, temporal events", "put"], ["fix up", "make arrangements for", "fix up"], ["do", "arrange attractively", "do"], ["set", "arrange attractively", "set"], ["stage", "plan, organize, and carry out (an event)", "stage"], ["format", "set (printed matter) into a specific format", "format"], ["order", "arrange thoughts, ideas, temporal events", "order"]]}, {"answer": "array", "hint": "synonyms for array", "clues": [["range", "lay out orderly or logically in a line or as if in a line", "range"], ["align", "align oneself with a group or a way of thinking", "align"], ["set out", "lay out orderly or logically in a line or as if in a line", "set out"], ["lay out", "lay out orderly or logically in a line or as if in a line", "lay out"]]}, {"answer": "arrest", "hint": "synonyms for arrest", "clues": [["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["apprehend", "take into custody", "apprehend"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["nail", "take into custody", "nail"], ["get", "attract and fix", "get"], ["halt", "cause to stop", "halt"], ["pick up", "take into custody", "pick up"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["cop", "take into custody", "cop"], ["nab", "take into custody", "nab"], ["hold", "cause to stop", "hold"], ["collar", "take into custody", "collar"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"], ["catch", "attract and fix", "catch"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"]]}, {"answer": "asking", "hint": "synonyms for asking", "clues": [["ask", "direct or put; seek an answer to", "ask"], ["need", "require as useful, just, or proper", "need"], ["demand", "require as useful, just, or proper", "demand"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["require", "require as useful, just, or proper", "require"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["involve", "require as useful, just, or proper", "involve"], ["inquire", "inquire about", "inquire"], ["expect", "consider obligatory; request and expect", "expect"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "assault", "hint": "synonyms for assault", "clues": [["attack", "attack in speech or writing", "attack"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["violate", "force (someone) to have sex against their will", "violate"], ["snipe", "attack in speech or writing", "snipe"], ["round", "attack in speech or writing", "round"], ["lash out", "attack in speech or writing", "lash out"], ["rape", "force (someone) to have sex against their will", "rape"], ["assail", "attack in speech or writing", "assail"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["ravish", "force (someone) to have sex against their will", "ravish"], ["set on", "attack someone physically or emotionally", "set on"]]}, {"answer": "assay", "hint": "synonyms for assay", "clues": [["try", "make an effort or attempt", "try"], ["attempt", "make an effort or attempt", "attempt"], ["seek", "make an effort or attempt", "seek"], ["essay", "make an effort or attempt", "essay"]]}, {"answer": "assembling", "hint": "synonyms for assembling", "clues": [["meet", "collect in one place", "meet"], ["assemble", "collect in one place", "assemble"], ["forgather", "collect in one place", "forgather"], ["set up", "create by putting components or members together", "set up"], ["get together", "get people together", "get together"], ["gather", "collect in one place", "gather"], ["put together", "create by putting components or members together", "put together"], ["tack", "create by putting components or members together", "tack"], ["piece", "create by putting components or members together", "piece"], ["tack together", "create by putting components or members together", "tack together"]]}, {"answer": "assigning", "hint": "synonyms for assigning", "clues": [["assign", "transfer one's right to", "assign"], ["depute", "give an assignment to (a person) to a post, or assign a task to (a person)", "depute"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)", "designate"], ["specify", "select something or someone for a specific purpose", "specify"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)", "delegate"], ["put", "attribute or give", "put"], ["allot", "give out", "allot"], ["attribute", "decide as to where something belongs in a scheme", "attribute"], ["ascribe", "attribute or credit to", "ascribe"], ["arrogate", "make undue claims to having", "arrogate"], ["impute", "attribute or credit to", "impute"], ["portion", "give out", "portion"], ["set apart", "select something or someone for a specific purpose", "set apart"]]}, {"answer": "assist", "hint": "synonyms for assist", "clues": [["serve", "work for or be a servant to", "serve"], ["aid", "give help or assistance; be of service", "aid"], ["attend", "work for or be a servant to", "attend"], ["attend to", "work for or be a servant to", "attend to"], ["wait on", "work for or be a servant to", "wait on"], ["help", "give help or assistance; be of service", "help"]]}, {"answer": "ate", "hint": "synonyms for ate", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["corrode", "cause to deteriorate due to the action of water, air, or an acid", "corrode"], ["eat", "eat a meal; take a meal", "eat"], ["feed", "take in food; used of animals only", "feed"], ["run through", "use up (resources or materials)", "run through"], ["eat on", "worry or cause anxiety in a persistent way", "eat on"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["deplete", "use up (resources or materials)", "deplete"], ["exhaust", "use up (resources or materials)", "exhaust"], ["rust", "cause to deteriorate due to the action of water, air, or an acid", "rust"], ["use up", "use up (resources or materials)", "use up"]]}, {"answer": "attack", "hint": "synonyms for attack", "clues": [["assault", "attack someone physically or emotionally", "assault"], ["snipe", "attack in speech or writing", "snipe"], ["round", "attack in speech or writing", "round"], ["lash out", "attack in speech or writing", "lash out"], ["assail", "attack in speech or writing", "assail"], ["aggress", "take the initiative and go on the offensive", "aggress"], ["set on", "attack someone physically or emotionally", "set on"]]}, {"answer": "attempt", "hint": "synonyms for attempt", "clues": [["try", "make an effort or attempt", "try"], ["undertake", "enter upon an activity or enterprise", "undertake"], ["essay", "make an effort or attempt", "essay"], ["assay", "make an effort or attempt", "assay"], ["set about", "enter upon an activity or enterprise", "set about"], ["seek", "make an effort or attempt", "seek"]]}, {"answer": "attending", "hint": "synonyms for attending", "clues": [["look", "take charge of or deal with", "look"], ["attend", "take charge of or deal with", "attend"], ["hang", "give heed (to)", "hang"], ["give ear", "give heed (to)", "give ear"], ["assist", "work for or be a servant to", "assist"], ["serve", "work for or be a servant to", "serve"], ["attend to", "work for or be a servant to", "attend to"], ["pay heed", "give heed (to)", "pay heed"], ["go to", "be present at (meetings, church services, university), etc.", "go to"], ["take care", "take charge of or deal with", "take care"], ["advert", "give heed (to)", "advert"], ["wait on", "work for or be a servant to", "wait on"], ["see", "take charge of or deal with", "see"]]}, {"answer": "attire", "hint": "synonyms for attire", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "augur", "hint": "synonyms for augur", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "averting", "hint": "synonyms for averting", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["turn away", "turn away or aside", "turn away"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "awakening", "hint": "synonyms for awakening", "clues": [["awaken", "stop sleeping", "awaken"], ["wake", "cause to become awake or conscious", "wake"], ["wake up", "cause to become awake or conscious", "wake up"], ["arouse", "cause to become awake or conscious", "arouse"], ["come alive", "stop sleeping", "come alive"]]}, {"answer": "babble", "hint": "synonyms for babble", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["blab", "divulge confidential information or secrets", "blab"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["blither", "to talk foolishly", "blither"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["smatter", "to talk foolishly", "smatter"], ["burble", "flow in an irregular current with a bubbling noise", "burble"], ["blab out", "divulge confidential information or secrets", "blab out"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"]]}, {"answer": "babbling", "hint": "synonyms for babbling", "clues": [["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["blether", "to talk foolishly", "blether"], ["babble", "utter meaningless sounds, like a baby, or utter in an incoherent way", "babble"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["blab", "divulge confidential information or secrets", "blab"], ["smatter", "to talk foolishly", "smatter"], ["burble", "flow in an irregular current with a bubbling noise", "burble"], ["blab out", "divulge confidential information or secrets", "blab out"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"]]}, {"answer": "baby", "hint": "synonyms for baby", "clues": [["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "backing", "hint": "synonyms for backing", "clues": [["indorse", "give support or one's approval to", "indorse"], ["bet on", "place a bet on", "bet on"], ["second", "give support or one's approval to", "second"], ["back", "be behind; approve of", "back"], ["punt", "place a bet on", "punt"], ["stake", "place a bet on", "stake"], ["plump for", "be behind; approve of", "plump for"], ["back up", "establish as valid or genuine", "back up"], ["gage", "place a bet on", "gage"], ["support", "be behind; approve of", "support"], ["game", "place a bet on", "game"], ["plunk for", "be behind; approve of", "plunk for"]]}, {"answer": "bade", "hint": "synonyms for bade", "clues": [["beseech", "ask for or request earnestly", "beseech"], ["offer", "propose a payment", "offer"], ["bid", "make a demand, as for a card or a suit or a show of hands", "bid"], ["call", "make a demand, as for a card or a suit or a show of hands", "call"], ["tender", "propose a payment", "tender"], ["entreat", "ask for or request earnestly", "entreat"], ["adjure", "ask for or request earnestly", "adjure"], ["wish", "invoke upon", "wish"], ["conjure", "ask for or request earnestly", "conjure"], ["press", "ask for or request earnestly", "press"], ["invite", "ask someone in a friendly way to do something", "invite"]]}, {"answer": "badger", "hint": "synonyms for badger", "clues": [["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"], ["tease", "annoy persistently", "tease"], ["beleaguer", "annoy persistently", "beleaguer"]]}, {"answer": "badgering", "hint": "synonyms for badgering", "clues": [["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["beleaguer", "annoy persistently", "beleaguer"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"]]}, {"answer": "baffle", "hint": "synonyms for baffle", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["beat", "be a mystery or bewildering to", "beat"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["regulate", "check the emission of (sound)", "regulate"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["flummox", "be a mystery or bewildering to", "flummox"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["gravel", "be a mystery or bewildering to", "gravel"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "bait", "hint": "synonyms for bait", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "baiting", "hint": "synonyms for baiting", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "balancing", "hint": "synonyms for balancing", "clues": [["balance", "hold or carry in equilibrium", "balance"], ["equilibrize", "bring into balance or equilibrium", "equilibrize"], ["poise", "hold or carry in equilibrium", "poise"], ["equilibrate", "bring into balance or equilibrium", "equilibrate"]]}, {"answer": "ban", "hint": "synonyms for ban", "clues": [["banish", "ban from a place of residence, as for punishment", "banish"], ["shun", "expel from a community or group", "shun"], ["ostracize", "expel from a community or group", "ostracize"], ["censor", "forbid the public distribution of ( a movie or a newspaper)", "censor"], ["blackball", "expel from a community or group", "blackball"], ["cast out", "expel from a community or group", "cast out"]]}, {"answer": "bank", "hint": "synonyms for bank", "clues": [["rely", "have confidence or faith in", "rely"], ["deposit", "put into a bank account", "deposit"], ["trust", "have confidence or faith in", "trust"], ["swear", "have confidence or faith in", "swear"]]}, {"answer": "banking", "hint": "synonyms for banking", "clues": [["bank", "tip laterally", "bank"], ["swear", "have confidence or faith in", "swear"], ["deposit", "put into a bank account", "deposit"], ["rely", "have confidence or faith in", "rely"], ["trust", "have confidence or faith in", "trust"]]}, {"answer": "banks", "hint": "synonyms for banks", "clues": [["bank", "tip laterally", "bank"], ["swear", "have confidence or faith in", "swear"], ["deposit", "put into a bank account", "deposit"], ["rely", "have confidence or faith in", "rely"], ["trust", "have confidence or faith in", "trust"]]}, {"answer": "banning", "hint": "synonyms for banning", "clues": [["banish", "ban from a place of residence, as for punishment", "banish"], ["shun", "expel from a community or group", "shun"], ["ban", "ban from a place of residence, as for punishment", "ban"], ["ostracize", "expel from a community or group", "ostracize"], ["censor", "forbid the public distribution of ( a movie or a newspaper)", "censor"], ["blackball", "expel from a community or group", "blackball"], ["cast out", "expel from a community or group", "cast out"]]}, {"answer": "banter", "hint": "synonyms for banter", "clues": [["kid", "be silly or tease one another", "kid"], ["josh", "be silly or tease one another", "josh"], ["chaff", "be silly or tease one another", "chaff"], ["jolly", "be silly or tease one another", "jolly"]]}, {"answer": "bar", "hint": "synonyms for bar", "clues": [["exclude", "prevent from entering; keep out", "exclude"], ["debar", "prevent from entering; keep out", "debar"], ["relegate", "expel, as if by official decree", "relegate"], ["stop", "render unsuitable for passage", "stop"], ["banish", "expel, as if by official decree", "banish"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["block", "render unsuitable for passage", "block"], ["block off", "render unsuitable for passage", "block off"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "barf", "hint": "synonyms for barf", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"]]}, {"answer": "baring", "hint": "synonyms for baring", "clues": [["exclude", "prevent from entering; keep out", "exclude"], ["bare", "lay bare", "bare"], ["denude", "lay bare", "denude"], ["relegate", "expel, as if by official decree", "relegate"], ["stop", "render unsuitable for passage", "stop"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["strip", "lay bare", "strip"], ["air", "make public", "air"], ["barricade", "render unsuitable for passage", "barricade"], ["publicize", "make public", "publicize"], ["debar", "prevent from entering; keep out", "debar"], ["banish", "expel, as if by official decree", "banish"], ["block", "render unsuitable for passage", "block"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "barrack", "hint": "synonyms for barrack", "clues": [["scoff", "laugh at with contempt and derision", "scoff"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["flout", "laugh at with contempt and derision", "flout"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["gibe", "laugh at with contempt and derision", "gibe"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["jeer", "laugh at with contempt and derision", "jeer"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"]]}, {"answer": "barracking", "hint": "synonyms for barracking", "clues": [["barrack", "laugh at with contempt and derision", "barrack"], ["jeer", "laugh at with contempt and derision", "jeer"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["flout", "laugh at with contempt and derision", "flout"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["gibe", "laugh at with contempt and derision", "gibe"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["scoff", "laugh at with contempt and derision", "scoff"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"]]}, {"answer": "barricade", "hint": "synonyms for barricade", "clues": [["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["bar", "render unsuitable for passage", "bar"], ["barricado", "block off with barricades", "barricado"], ["block", "render unsuitable for passage", "block"], ["stop", "render unsuitable for passage", "stop"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "barring", "hint": "synonyms for barring", "clues": [["exclude", "prevent from entering; keep out", "exclude"], ["bar", "secure with, or as if with, bars", "bar"], ["debar", "prevent from entering; keep out", "debar"], ["stop", "render unsuitable for passage", "stop"], ["relegate", "expel, as if by official decree", "relegate"], ["banish", "expel, as if by official decree", "banish"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["block", "render unsuitable for passage", "block"], ["block off", "render unsuitable for passage", "block off"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "bars", "hint": "synonyms for bars", "clues": [["exclude", "prevent from entering; keep out", "exclude"], ["bar", "secure with, or as if with, bars", "bar"], ["debar", "prevent from entering; keep out", "debar"], ["stop", "render unsuitable for passage", "stop"], ["relegate", "expel, as if by official decree", "relegate"], ["banish", "expel, as if by official decree", "banish"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["block", "render unsuitable for passage", "block"], ["block off", "render unsuitable for passage", "block off"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "bash", "hint": "synonyms for bash", "clues": [["whap", "hit hard", "whap"], ["bop", "hit hard", "bop"], ["bonk", "hit hard", "bonk"], ["whop", "hit hard", "whop"], ["sock", "hit hard", "sock"]]}, {"answer": "basting", "hint": "synonyms for basting", "clues": [["batter", "strike violently and repeatedly", "batter"], ["baste", "strike violently and repeatedly", "baste"], ["clobber", "strike violently and repeatedly", "clobber"], ["tack", "sew together loosely, with large stitches", "tack"]]}, {"answer": "bat", "hint": "synonyms for bat", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["flutter", "wink briefly", "flutter"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "batter", "hint": "synonyms for batter", "clues": [["dinge", "make a dent or impression in", "dinge"], ["buffet", "strike against forcefully", "buffet"], ["baste", "strike violently and repeatedly", "baste"], ["knock about", "strike against forcefully", "knock about"], ["clobber", "strike violently and repeatedly", "clobber"]]}, {"answer": "battering", "hint": "synonyms for battering", "clues": [["batter", "strike violently and repeatedly", "batter"], ["dinge", "make a dent or impression in", "dinge"], ["buffet", "strike against forcefully", "buffet"], ["baste", "strike violently and repeatedly", "baste"], ["knock about", "strike against forcefully", "knock about"], ["clobber", "strike violently and repeatedly", "clobber"]]}, {"answer": "batting", "hint": "synonyms for batting", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["bat", "strike with, or as if with a baseball bat", "bat"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["flutter", "wink briefly", "flutter"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "be", "hint": "synonyms for be", "clues": [["make up", "form or compose", "make up"], ["cost", "be priced at", "cost"], ["constitute", "form or compose", "constitute"], ["equal", "be identical or equivalent to", "equal"], ["follow", "work in a specific place, with a specific subject, or in a specific function", "follow"], ["personify", "represent, as of a character on stage", "personify"], ["comprise", "form or compose", "comprise"], ["live", "have life, be alive", "live"], ["embody", "represent, as of a character on stage", "embody"], ["exist", "have an existence, be extant", "exist"], ["represent", "form or compose", "represent"]]}, {"answer": "beam", "hint": "synonyms for beam", "clues": [["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["shine", "have a complexion with a strong bright color, such as red or pink", "shine"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["glow", "have a complexion with a strong bright color, such as red or pink", "glow"], ["radiate", "have a complexion with a strong bright color, such as red or pink", "radiate"]]}, {"answer": "bear", "hint": "synonyms for bear", "clues": [["endure", "put up with something or somebody unpleasant", "endure"], ["turn out", "bring forth,", "turn out"], ["birth", "cause to be born", "birth"], ["have", "cause to be born", "have"], ["give birth", "cause to be born", "give birth"], ["comport", "behave in a certain manner", "comport"], ["support", "put up with something or somebody unpleasant", "support"], ["hold", "contain or hold; have within", "hold"], ["yield", "bring in", "yield"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"], ["wear", "have on one's person", "wear"], ["carry", "support or hold in a certain manner", "carry"], ["acquit", "behave in a certain manner", "acquit"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["assume", "take on as one's own the expenses or debts of another person", "assume"], ["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["deport", "behave in a certain manner", "deport"], ["expect", "be pregnant with", "expect"], ["contain", "contain or hold; have within", "contain"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["conduct", "behave in a certain manner", "conduct"], ["pay", "bring in", "pay"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["take over", "take on as one's own the expenses or debts of another person", "take over"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["stand", "put up with something or somebody unpleasant", "stand"], ["behave", "behave in a certain manner", "behave"], ["gestate", "be pregnant with", "gestate"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "beating", "hint": "synonyms for beating", "clues": [["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "work over"], ["beat", "avoid paying", "beat"], ["scramble", "stir vigorously", "scramble"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["thump", "move rhythmically", "thump"], ["ticktock", "make a sound like a clock or a timer", "ticktock"], ["mystify", "be a mystery or bewildering to", "mystify"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["crush", "come out better in a competition, race, or conflict", "crush"], ["flummox", "be a mystery or bewildering to", "flummox"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["flap", "move with a thrashing motion", "flap"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["thrum", "make a rhythmic sound", "thrum"], ["tucker", "wear out completely", "tucker"], ["outfox", "beat through cleverness and wit", "outfox"], ["tucker out", "wear out completely", "tucker out"], ["amaze", "be a mystery or bewildering to", "amaze"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["baffle", "be a mystery or bewildering to", "baffle"], ["nonplus", "be a mystery or bewildering to", "nonplus"], ["bunk", "avoid paying", "bunk"], ["pound", "move rhythmically", "pound"], ["exhaust", "wear out completely", "exhaust"], ["pose", "be a mystery or bewildering to", "pose"], ["stick", "be a mystery or bewildering to", "stick"], ["quiver", "move with or as if with a regular alternating motion", "quiver"], ["vex", "be a mystery or bewildering to", "vex"], ["overreach", "beat through cleverness and wit", "overreach"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "beat up"], ["outwit", "beat through cleverness and wit", "outwit"], ["pulsate", "move with or as if with a regular alternating motion", "pulsate"], ["get", "be a mystery or bewildering to", "get"], ["wash up", "wear out completely", "wash up"], ["perplex", "be a mystery or bewildering to", "perplex"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["drum", "make a rhythmic sound", "drum"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"]]}, {"answer": "beats", "hint": "synonyms for beats", "clues": [["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "work over"], ["beat", "avoid paying", "beat"], ["scramble", "stir vigorously", "scramble"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["thump", "move rhythmically", "thump"], ["ticktock", "make a sound like a clock or a timer", "ticktock"], ["mystify", "be a mystery or bewildering to", "mystify"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["crush", "come out better in a competition, race, or conflict", "crush"], ["flummox", "be a mystery or bewildering to", "flummox"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["flap", "move with a thrashing motion", "flap"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["thrum", "make a rhythmic sound", "thrum"], ["tucker", "wear out completely", "tucker"], ["outfox", "beat through cleverness and wit", "outfox"], ["tucker out", "wear out completely", "tucker out"], ["amaze", "be a mystery or bewildering to", "amaze"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["baffle", "be a mystery or bewildering to", "baffle"], ["nonplus", "be a mystery or bewildering to", "nonplus"], ["bunk", "avoid paying", "bunk"], ["pound", "move rhythmically", "pound"], ["exhaust", "wear out completely", "exhaust"], ["pose", "be a mystery or bewildering to", "pose"], ["stick", "be a mystery or bewildering to", "stick"], ["quiver", "move with or as if with a regular alternating motion", "quiver"], ["vex", "be a mystery or bewildering to", "vex"], ["overreach", "beat through cleverness and wit", "overreach"], ["beat up", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "beat up"], ["outwit", "beat through cleverness and wit", "outwit"], ["pulsate", "move with or as if with a regular alternating motion", "pulsate"], ["get", "be a mystery or bewildering to", "get"], ["wash up", "wear out completely", "wash up"], ["perplex", "be a mystery or bewildering to", "perplex"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["drum", "make a rhythmic sound", "drum"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"]]}, {"answer": "bed", "hint": "synonyms for bed", "clues": [["kip down", "prepare for sleep", "kip down"], ["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["crawl in", "prepare for sleep", "crawl in"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["sack out", "prepare for sleep", "sack out"], ["know", "have sexual intercourse with", "know"], ["turn in", "prepare for sleep", "turn in"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["hit the sack", "prepare for sleep", "hit the sack"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["go to sleep", "prepare for sleep", "go to sleep"], ["have it away", "have sexual intercourse with", "have it away"], ["retire", "prepare for sleep", "retire"], ["make out", "have sexual intercourse with", "make out"], ["go to bed", "prepare for sleep", "go to bed"], ["hit the hay", "prepare for sleep", "hit the hay"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "bedding", "hint": "synonyms for bedding", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["sack out", "prepare for sleep", "sack out"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have it off", "have sexual intercourse with", "have it off"], ["hit the sack", "prepare for sleep", "hit the sack"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["kip down", "prepare for sleep", "kip down"], ["crawl in", "prepare for sleep", "crawl in"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["know", "have sexual intercourse with", "know"], ["turn in", "prepare for sleep", "turn in"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["get laid", "have sexual intercourse with", "get laid"], ["go to sleep", "prepare for sleep", "go to sleep"], ["make out", "have sexual intercourse with", "make out"], ["hit the hay", "prepare for sleep", "hit the hay"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "beef", "hint": "synonyms for beef", "clues": [["bitch", "complain", "bitch"], ["crab", "complain", "crab"], ["squawk", "complain", "squawk"], ["bellyache", "complain", "bellyache"], ["holler", "complain", "holler"], ["grouse", "complain", "grouse"], ["gripe", "complain", "gripe"]]}, {"answer": "beep", "hint": "synonyms for beep", "clues": [["blare", "make a loud noise", "blare"], ["claxon", "make a loud noise", "claxon"], ["honk", "make a loud noise", "honk"], ["toot", "make a loud noise", "toot"]]}, {"answer": "befooling", "hint": "synonyms for befooling", "clues": [["gull", "fool or hoax", "gull"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["befool", "make a fool or dupe of", "befool"], ["put on", "fool or hoax", "put on"], ["fool", "make a fool or dupe of", "fool"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["put one across", "fool or hoax", "put one across"], ["dupe", "fool or hoax", "dupe"]]}, {"answer": "begging", "hint": "synonyms for begging", "clues": [["pray", "call upon in supplication; entreat", "pray"], ["beg", "ask to obtain free", "beg"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["implore", "call upon in supplication; entreat", "implore"], ["tap", "make a solicitation or entreaty for something; request urgently or persistently", "tap"]]}, {"answer": "begin", "hint": "synonyms for begin", "clues": [["start", "have a beginning, in a temporal, spatial, or evaluative sense", "start"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["lead off", "set in motion, cause to start", "lead off"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["commence", "set in motion, cause to start", "commence"]]}, {"answer": "being", "hint": "synonyms for being", "clues": [["make up", "form or compose", "make up"], ["be", "occupy a certain position or area; be somewhere", "be"], ["constitute", "form or compose", "constitute"], ["equal", "be identical or equivalent to", "equal"], ["follow", "work in a specific place, with a specific subject, or in a specific function", "follow"], ["personify", "represent, as of a character on stage", "personify"], ["comprise", "form or compose", "comprise"], ["embody", "represent, as of a character on stage", "embody"], ["exist", "have an existence, be extant", "exist"], ["represent", "form or compose", "represent"], ["live", "have life, be alive", "live"], ["cost", "be priced at", "cost"]]}, {"answer": "belch", "hint": "synonyms for belch", "clues": [["extravasate", "become active and spew forth lava and rocks", "extravasate"], ["burp", "expel gas from the stomach", "burp"], ["bubble", "expel gas from the stomach", "bubble"], ["erupt", "become active and spew forth lava and rocks", "erupt"], ["eruct", "expel gas from the stomach", "eruct"]]}, {"answer": "belching", "hint": "synonyms for belching", "clues": [["extravasate", "become active and spew forth lava and rocks", "extravasate"], ["burp", "expel gas from the stomach", "burp"], ["bubble", "expel gas from the stomach", "bubble"], ["erupt", "become active and spew forth lava and rocks", "erupt"], ["belch", "become active and spew forth lava and rocks", "belch"], ["eruct", "expel gas from the stomach", "eruct"]]}, {"answer": "beleaguering", "hint": "synonyms for beleaguering", "clues": [["circumvent", "surround so as to force to give up", "circumvent"], ["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["hem in", "surround so as to force to give up", "hem in"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["surround", "surround so as to force to give up", "surround"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"], ["besiege", "surround so as to force to give up", "besiege"]]}, {"answer": "believing", "hint": "synonyms for believing", "clues": [["think", "judge or regard; look upon; judge", "think"], ["believe", "be confident about something", "believe"], ["trust", "be confident about something", "trust"], ["conceive", "judge or regard; look upon; judge", "conceive"], ["consider", "judge or regard; look upon; judge", "consider"]]}, {"answer": "bellyache", "hint": "synonyms for bellyache", "clues": [["bitch", "complain", "bitch"], ["crab", "complain", "crab"], ["squawk", "complain", "squawk"], ["beef", "complain", "beef"], ["holler", "complain", "holler"], ["grouse", "complain", "grouse"], ["gripe", "complain", "gripe"]]}, {"answer": "bend", "hint": "synonyms for bend", "clues": [["turn away", "turn from a straight course, fixed direction, or line of interest", "turn away"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["deflect", "turn from a straight course, fixed direction, or line of interest", "deflect"], ["bow", "bend one's back forward from the waist on down", "bow"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "bending", "hint": "synonyms for bending", "clues": [["turn away", "turn from a straight course, fixed direction, or line of interest", "turn away"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["bow", "bend one's back forward from the waist on down", "bow"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["deflect", "turn from a straight course, fixed direction, or line of interest", "deflect"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "bends", "hint": "synonyms for bends", "clues": [["turn away", "turn from a straight course, fixed direction, or line of interest", "turn away"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["bow", "bend one's back forward from the waist on down", "bow"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["deflect", "turn from a straight course, fixed direction, or line of interest", "deflect"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "berating", "hint": "synonyms for berating", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "besieging", "hint": "synonyms for besieging", "clues": [["circumvent", "surround so as to force to give up", "circumvent"], ["besiege", "harass, as with questions or requests", "besiege"], ["surround", "surround so as to force to give up", "surround"], ["hem in", "surround so as to force to give up", "hem in"], ["beleaguer", "surround so as to force to give up", "beleaguer"]]}, {"answer": "bet", "hint": "synonyms for bet", "clues": [["calculate", "have faith or confidence in", "calculate"], ["play", "stake on the outcome of an issue", "play"], ["wager", "maintain with or as if with a bet", "wager"], ["count", "have faith or confidence in", "count"], ["reckon", "have faith or confidence in", "reckon"], ["look", "have faith or confidence in", "look"], ["depend", "have faith or confidence in", "depend"]]}, {"answer": "bicker", "hint": "synonyms for bicker", "clues": [["quibble", "argue over petty things", "quibble"], ["niggle", "argue over petty things", "niggle"], ["squabble", "argue over petty things", "squabble"], ["brabble", "argue over petty things", "brabble"], ["pettifog", "argue over petty things", "pettifog"]]}, {"answer": "bickering", "hint": "synonyms for bickering", "clues": [["quibble", "argue over petty things", "quibble"], ["niggle", "argue over petty things", "niggle"], ["squabble", "argue over petty things", "squabble"], ["brabble", "argue over petty things", "brabble"], ["pettifog", "argue over petty things", "pettifog"], ["bicker", "argue over petty things", "bicker"]]}, {"answer": "bicycle", "hint": "synonyms for bicycle", "clues": [["wheel", "ride a bicycle", "wheel"], ["pedal", "ride a bicycle", "pedal"], ["cycle", "ride a bicycle", "cycle"], ["bike", "ride a bicycle", "bike"]]}, {"answer": "bicycling", "hint": "synonyms for bicycling", "clues": [["cycle", "ride a bicycle", "cycle"], ["pedal", "ride a bicycle", "pedal"], ["wheel", "ride a bicycle", "wheel"], ["bicycle", "ride a bicycle", "bicycle"], ["bike", "ride a bicycle", "bike"]]}, {"answer": "bid", "hint": "synonyms for bid", "clues": [["beseech", "ask for or request earnestly", "beseech"], ["offer", "propose a payment", "offer"], ["call", "make a demand, as for a card or a suit or a show of hands", "call"], ["tender", "propose a payment", "tender"], ["entreat", "ask for or request earnestly", "entreat"], ["adjure", "ask for or request earnestly", "adjure"], ["wish", "invoke upon", "wish"], ["conjure", "ask for or request earnestly", "conjure"], ["press", "ask for or request earnestly", "press"], ["invite", "ask someone in a friendly way to do something", "invite"]]}, {"answer": "bidding", "hint": "synonyms for bidding", "clues": [["beseech", "ask for or request earnestly", "beseech"], ["offer", "propose a payment", "offer"], ["bid", "make a demand, as for a card or a suit or a show of hands", "bid"], ["call", "make a demand, as for a card or a suit or a show of hands", "call"], ["tender", "propose a payment", "tender"], ["entreat", "ask for or request earnestly", "entreat"], ["adjure", "ask for or request earnestly", "adjure"], ["wish", "invoke upon", "wish"], ["conjure", "ask for or request earnestly", "conjure"], ["press", "ask for or request earnestly", "press"], ["invite", "ask someone in a friendly way to do something", "invite"]]}, {"answer": "bike", "hint": "synonyms for bike", "clues": [["wheel", "ride a bicycle", "wheel"], ["bicycle", "ride a bicycle", "bicycle"], ["cycle", "ride a bicycle", "cycle"], ["pedal", "ride a bicycle", "pedal"]]}, {"answer": "billow", "hint": "synonyms for billow", "clues": [["wallow", "rise up as if in waves", "wallow"], ["balloon", "become inflated", "balloon"], ["inflate", "become inflated", "inflate"], ["surge", "rise and move, as in waves or billows", "surge"], ["heave", "rise and move, as in waves or billows", "heave"]]}, {"answer": "bind", "hint": "synonyms for bind", "clues": [["bandage", "wrap around with something so as to cover or enclose", "bandage"], ["bond", "stick to firmly", "bond"], ["tie down", "secure with or as if with ropes", "tie down"], ["oblige", "bind by an obligation; cause to be indebted", "oblige"], ["adhere", "stick to firmly", "adhere"], ["truss", "secure with or as if with ropes", "truss"], ["stick to", "stick to firmly", "stick to"], ["attach", "create social or emotional ties", "attach"], ["tie", "fasten or secure with a rope, string, or cord", "tie"], ["hold fast", "stick to firmly", "hold fast"], ["stick", "stick to firmly", "stick"], ["tie up", "secure with or as if with ropes", "tie up"], ["constipate", "cause to be constipated", "constipate"], ["hold", "bind by an obligation; cause to be indebted", "hold"]]}, {"answer": "binge", "hint": "synonyms for binge", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "birling", "hint": "synonyms for birling", "clues": [["twirl", "cause to spin", "twirl"], ["whirl", "cause to spin", "whirl"], ["birle", "cause a floating log to rotate by treading", "birle"], ["spin", "cause to spin", "spin"]]}, {"answer": "birth", "hint": "synonyms for birth", "clues": [["bear", "cause to be born", "bear"], ["have", "cause to be born", "have"], ["give birth", "cause to be born", "give birth"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "birthing", "hint": "synonyms for birthing", "clues": [["bear", "cause to be born", "bear"], ["birth", "cause to be born", "birth"], ["have", "cause to be born", "have"], ["give birth", "cause to be born", "give birth"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "bit", "hint": "synonyms for bit", "clues": [["bite", "penetrate or cut, as with a knife", "bite"], ["burn", "cause a sharp or stinging pain or discomfort", "burn"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["prick", "deliver a sting to", "prick"], ["seize with teeth", "to grip, cut off, or tear with or as if with the teeth or jaws", "seize with teeth"]]}, {"answer": "bitch", "hint": "synonyms for bitch", "clues": [["crab", "complain", "crab"], ["squawk", "complain", "squawk"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["holler", "complain", "holler"], ["grouse", "complain", "grouse"], ["backbite", "say mean things", "backbite"], ["gripe", "complain", "gripe"]]}, {"answer": "bite", "hint": "synonyms for bite", "clues": [["prick", "deliver a sting to", "prick"], ["sting", "deliver a sting to", "sting"], ["seize with teeth", "to grip, cut off, or tear with or as if with the teeth or jaws", "seize with teeth"], ["burn", "cause a sharp or stinging pain or discomfort", "burn"]]}, {"answer": "bivouac", "hint": "synonyms for bivouac", "clues": [["encamp", "live in or as if in a tent", "encamp"], ["tent", "live in or as if in a tent", "tent"], ["camp", "live in or as if in a tent", "camp"], ["camp out", "live in or as if in a tent", "camp out"]]}, {"answer": "bivouacking", "hint": "synonyms for bivouacking", "clues": [["bivouac", "live in or as if in a tent", "bivouac"], ["camp out", "live in or as if in a tent", "camp out"], ["encamp", "live in or as if in a tent", "encamp"], ["tent", "live in or as if in a tent", "tent"], ["camp", "live in or as if in a tent", "camp"]]}, {"answer": "blabber", "hint": "synonyms for blabber", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "blackball", "hint": "synonyms for blackball", "clues": [["ostracize", "expel from a community or group", "ostracize"], ["negative", "vote against; refuse to endorse; refuse to assent", "negative"], ["shun", "expel from a community or group", "shun"], ["banish", "expel from a community or group", "banish"], ["cast out", "expel from a community or group", "cast out"], ["ban", "expel from a community or group", "ban"], ["veto", "vote against; refuse to endorse; refuse to assent", "veto"]]}, {"answer": "blackening", "hint": "synonyms for blackening", "clues": [["blacken", "make or become black", "blacken"], ["melanise", "make or become black", "melanise"], ["scorch", "burn slightly and superficially so as to affect color", "scorch"], ["black", "make or become black", "black"], ["sear", "burn slightly and superficially so as to affect color", "sear"], ["char", "burn slightly and superficially so as to affect color", "char"], ["nigrify", "make or become black", "nigrify"]]}, {"answer": "blackguard", "hint": "synonyms for blackguard", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["abuse", "use foul or abusive language towards", "abuse"], ["guy", "subject to laughter or ridicule", "guy"], ["shout", "use foul or abusive language towards", "shout"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["clapperclaw", "use foul or abusive language towards", "clapperclaw"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "blacking", "hint": "synonyms for blacking", "clues": [["blacken", "make or become black", "blacken"], ["melanise", "make or become black", "melanise"], ["nigrify", "make or become black", "nigrify"], ["black", "make or become black", "black"]]}, {"answer": "blare", "hint": "synonyms for blare", "clues": [["beep", "make a loud noise", "beep"], ["honk", "make a loud noise", "honk"], ["blast", "make a strident sound", "blast"], ["claxon", "make a loud noise", "claxon"], ["toot", "make a loud noise", "toot"]]}, {"answer": "blarney", "hint": "synonyms for blarney", "clues": [["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"]]}, {"answer": "blast", "hint": "synonyms for blast", "clues": [["knock down", "shatter as if by explosion", "knock down"], ["blare", "make a strident sound", "blare"], ["shell", "use explosives on", "shell"], ["pillory", "criticize harshly or violently", "pillory"], ["smash", "hit hard", "smash"], ["boom", "hit hard", "boom"], ["crucify", "criticize harshly or violently", "crucify"], ["shoot", "fire a shot", "shoot"], ["savage", "criticize harshly or violently", "savage"], ["nail", "hit hard", "nail"]]}, {"answer": "bleach", "hint": "synonyms for bleach", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "bleeding", "hint": "synonyms for bleeding", "clues": [["phlebotomise", "draw blood", "phlebotomise"], ["bleed", "lose blood from one's body", "bleed"], ["run", "be diffused", "run"], ["shed blood", "lose blood from one's body", "shed blood"], ["leech", "draw blood", "leech"], ["hemorrhage", "lose blood from one's body", "hemorrhage"]]}, {"answer": "blemish", "hint": "synonyms for blemish", "clues": [["spot", "mar or impair with a flaw", "spot"], ["disfigure", "mar or spoil the appearance of", "disfigure"], ["deface", "mar or spoil the appearance of", "deface"], ["flaw", "add a flaw or blemish to; make imperfect or defective", "flaw"]]}, {"answer": "blend", "hint": "synonyms for blend", "clues": [["intermix", "combine into one", "intermix"], ["intermingle", "combine into one", "intermingle"], ["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["go", "blend or harmonize", "go"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["immingle", "combine into one", "immingle"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend in", "blend or harmonize", "blend in"]]}, {"answer": "blending", "hint": "synonyms for blending", "clues": [["blend", "blend or harmonize", "blend"], ["intermingle", "combine into one", "intermingle"], ["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["go", "blend or harmonize", "go"], ["meld", "mix together different elements", "meld"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["immix", "mix together different elements", "immix"], ["blend in", "blend or harmonize", "blend in"], ["intermix", "combine into one", "intermix"], ["merge", "mix together different elements", "merge"], ["commingle", "mix together different elements", "commingle"], ["immingle", "combine into one", "immingle"], ["combine", "mix together different elements", "combine"], ["flux", "mix together different elements", "flux"]]}, {"answer": "blessing", "hint": "synonyms for blessing", "clues": [["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate", "bless"], ["hallow", "render holy by means of religious rites", "hallow"], ["sanctify", "render holy by means of religious rites", "sanctify"], ["consecrate", "render holy by means of religious rites", "consecrate"], ["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate", "sign"]]}, {"answer": "blink", "hint": "synonyms for blink", "clues": [["flash", "gleam or glow intermittently", "flash"], ["blink away", "force to go away by blinking", "blink away"], ["wink", "briefly shut the eyes", "wink"], ["nictitate", "briefly shut the eyes", "nictitate"], ["winkle", "gleam or glow intermittently", "winkle"]]}, {"answer": "blinks", "hint": "synonyms for blinks", "clues": [["flash", "gleam or glow intermittently", "flash"], ["blink away", "force to go away by blinking", "blink away"], ["wink", "briefly shut the eyes", "wink"], ["nictitate", "briefly shut the eyes", "nictitate"], ["blink", "gleam or glow intermittently", "blink"], ["winkle", "gleam or glow intermittently", "winkle"]]}, {"answer": "block", "hint": "synonyms for block", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["kibosh", "stop from happening or developing", "kibosh"], ["blank out", "be unable to remember", "blank out"], ["obturate", "block passage through", "obturate"], ["jam", "interfere with or prevent the reception of signals", "jam"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["immobilize", "prohibit the conversion or use of (assets)", "immobilize"], ["stop", "render unsuitable for passage", "stop"], ["obstruct", "block passage through", "obstruct"], ["blockade", "render unsuitable for passage", "blockade"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block up", "render unsuitable for passage", "block up"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["barricade", "render unsuitable for passage", "barricade"], ["parry", "impede the movement of (an opponent or a ball)", "parry"], ["forget", "be unable to remember", "forget"], ["deflect", "impede the movement of (an opponent or a ball)", "deflect"], ["occlude", "block passage through", "occlude"], ["freeze", "prohibit the conversion or use of (assets)", "freeze"], ["draw a blank", "be unable to remember", "draw a blank"], ["lug", "obstruct", "lug"], ["choke up", "obstruct", "choke up"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["halt", "stop from happening or developing", "halt"], ["bar", "render unsuitable for passage", "bar"], ["block off", "render unsuitable for passage", "block off"], ["stuff", "obstruct", "stuff"]]}, {"answer": "blockade", "hint": "synonyms for blockade", "clues": [["block off", "obstruct access to", "block off"], ["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["seal off", "impose a blockade on", "seal off"], ["stop", "render unsuitable for passage", "stop"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["block up", "render unsuitable for passage", "block up"], ["bar", "render unsuitable for passage", "bar"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "blocking", "hint": "synonyms for blocking", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["jam", "interfere with or prevent the reception of signals", "jam"], ["close up", "block passage through", "close up"], ["immobilize", "prohibit the conversion or use of (assets)", "immobilize"], ["stop", "render unsuitable for passage", "stop"], ["obstruct", "block passage through", "obstruct"], ["block up", "render unsuitable for passage", "block up"], ["block", "shape by using a block", "block"], ["barricade", "render unsuitable for passage", "barricade"], ["forget", "be unable to remember", "forget"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["lug", "obstruct", "lug"], ["choke up", "obstruct", "choke up"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["stuff", "obstruct", "stuff"], ["blank out", "be unable to remember", "blank out"], ["kibosh", "stop from happening or developing", "kibosh"], ["obturate", "block passage through", "obturate"], ["impede", "block passage through", "impede"], ["block off", "render unsuitable for passage", "block off"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["parry", "impede the movement of (an opponent or a ball)", "parry"], ["deflect", "impede the movement of (an opponent or a ball)", "deflect"], ["freeze", "prohibit the conversion or use of (assets)", "freeze"], ["draw a blank", "be unable to remember", "draw a blank"], ["halt", "stop from happening or developing", "halt"], ["bar", "render unsuitable for passage", "bar"], ["occlude", "block passage through", "occlude"]]}, {"answer": "blossom", "hint": "synonyms for blossom", "clues": [["blossom out", "develop or come to a promising stage", "blossom out"], ["unfold", "develop or come to a promising stage", "unfold"], ["blossom forth", "develop or come to a promising stage", "blossom forth"], ["bloom", "produce or yield flowers", "bloom"], ["flower", "produce or yield flowers", "flower"]]}, {"answer": "blossoming", "hint": "synonyms for blossoming", "clues": [["blossom", "produce or yield flowers", "blossom"], ["blossom out", "develop or come to a promising stage", "blossom out"], ["unfold", "develop or come to a promising stage", "unfold"], ["blossom forth", "develop or come to a promising stage", "blossom forth"], ["bloom", "produce or yield flowers", "bloom"], ["flower", "produce or yield flowers", "flower"]]}, {"answer": "blow", "hint": "synonyms for blow", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["swash", "show off", "swash"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["fellate", "provide sexual gratification through oral stimulation", "fellate"], ["suck", "provide sexual gratification through oral stimulation", "suck"], ["squander", "spend thoughtlessly; throw away", "squander"], ["go down on", "provide sexual gratification through oral stimulation", "go down on"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["shove off", "leave; informal or rude", "shove off"], ["gas", "show off", "gas"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["tout", "show off", "tout"], ["drift", "be in motion due to some air or water current", "drift"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["float", "be in motion due to some air or water current", "float"], ["bluster", "show off", "bluster"], ["boast", "show off", "boast"], ["gasconade", "show off", "gasconade"], ["be adrift", "be in motion due to some air or water current", "be adrift"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["waste", "spend thoughtlessly; throw away", "waste"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["blow out", "melt, break, or become otherwise unusable", "blow out"], ["flub", "make a mess of, destroy or ruin", "flub"], ["shoot a line", "show off", "shoot a line"], ["burn out", "melt, break, or become otherwise unusable", "burn out"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["shove along", "leave; informal or rude", "shove along"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "blowing", "hint": "synonyms for blowing", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["blow", "lay eggs", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["swash", "show off", "swash"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["fellate", "provide sexual gratification through oral stimulation", "fellate"], ["suck", "provide sexual gratification through oral stimulation", "suck"], ["squander", "spend thoughtlessly; throw away", "squander"], ["go down on", "provide sexual gratification through oral stimulation", "go down on"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["shove off", "leave; informal or rude", "shove off"], ["gas", "show off", "gas"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["tout", "show off", "tout"], ["drift", "be in motion due to some air or water current", "drift"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["float", "be in motion due to some air or water current", "float"], ["bluster", "show off", "bluster"], ["boast", "show off", "boast"], ["gasconade", "show off", "gasconade"], ["be adrift", "be in motion due to some air or water current", "be adrift"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["waste", "spend thoughtlessly; throw away", "waste"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["blow out", "melt, break, or become otherwise unusable", "blow out"], ["flub", "make a mess of, destroy or ruin", "flub"], ["shoot a line", "show off", "shoot a line"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["burn out", "melt, break, or become otherwise unusable", "burn out"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["shove along", "leave; informal or rude", "shove along"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "blubber", "hint": "synonyms for blubber", "clues": [["blub", "cry or whine with snuffling", "blub"], ["snuffle", "cry or whine with snuffling", "snuffle"], ["snivel", "cry or whine with snuffling", "snivel"], ["blubber out", "utter while crying", "blubber out"]]}, {"answer": "blunder", "hint": "synonyms for blunder", "clues": [["boob", "commit a faux pas or a fault or make a serious mistake", "boob"], ["fumble", "make one's way clumsily or blindly", "fumble"], ["ejaculate", "utter impulsively", "ejaculate"], ["blurt out", "utter impulsively", "blurt out"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake", "drop the ball"], ["goof", "commit a faux pas or a fault or make a serious mistake", "goof"], ["blunder out", "utter impulsively", "blunder out"], ["blurt", "utter impulsively", "blurt"], ["sin", "commit a faux pas or a fault or make a serious mistake", "sin"]]}, {"answer": "blur", "hint": "synonyms for blur", "clues": [["obscure", "make unclear, indistinct, or blurred", "obscure"], ["smutch", "make a smudge on; soil by smudging", "smutch"], ["blear", "make dim or indistinct", "blear"], ["glaze over", "become glassy; lose clear vision", "glaze over"], ["slur", "become vague or indistinct", "slur"], ["confuse", "make unclear, indistinct, or blurred", "confuse"], ["smudge", "make a smudge on; soil by smudging", "smudge"], ["dim", "become vague or indistinct", "dim"], ["smear", "make a smudge on; soil by smudging", "smear"], ["obnubilate", "make unclear, indistinct, or blurred", "obnubilate"], ["film over", "become glassy; lose clear vision", "film over"]]}, {"answer": "bluster", "hint": "synonyms for bluster", "clues": [["swash", "act in an arrogant, overly self-assured, or conceited manner", "swash"], ["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["gas", "show off", "gas"], ["swagger", "act in an arrogant, overly self-assured, or conceited manner", "swagger"]]}, {"answer": "boast", "hint": "synonyms for boast", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["feature", "wear or display in an ostentatious or proud manner", "feature"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["sport", "wear or display in an ostentatious or proud manner", "sport"], ["gas", "show off", "gas"]]}, {"answer": "boasting", "hint": "synonyms for boasting", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["feature", "wear or display in an ostentatious or proud manner", "feature"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["sport", "wear or display in an ostentatious or proud manner", "sport"], ["gas", "show off", "gas"]]}, {"answer": "bob", "hint": "synonyms for bob", "clues": [["tail", "remove or shorten the tail of an animal", "tail"], ["curtsy", "make a curtsy; usually done only by girls and women; as a sign of respect", "curtsy"], ["bobsled", "ride a bobsled", "bobsled"], ["dock", "remove or shorten the tail of an animal", "dock"]]}, {"answer": "bobble", "hint": "synonyms for bobble", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "boding", "hint": "synonyms for boding", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "boil", "hint": "synonyms for boil", "clues": [["roil", "be agitated", "roil"], ["seethe", "be in an agitated emotional state", "seethe"], ["moil", "be agitated", "moil"], ["churn", "be agitated", "churn"]]}, {"answer": "bomb", "hint": "synonyms for bomb", "clues": [["flunk", "fail to get a passing grade", "flunk"], ["flush it", "fail to get a passing grade", "flush it"], ["bombard", "throw bombs at or attack with bombs", "bombard"], ["fail", "fail to get a passing grade", "fail"]]}, {"answer": "bombing", "hint": "synonyms for bombing", "clues": [["flush it", "fail to get a passing grade", "flush it"], ["bomb", "fail to get a passing grade", "bomb"], ["flunk", "fail to get a passing grade", "flunk"], ["fail", "fail to get a passing grade", "fail"], ["bombard", "throw bombs at or attack with bombs", "bombard"]]}, {"answer": "bond", "hint": "synonyms for bond", "clues": [["bind", "stick to firmly", "bind"], ["draw together", "bring together in a common cause or emotion", "draw together"], ["bring together", "bring together in a common cause or emotion", "bring together"], ["adhere", "stick to firmly", "adhere"], ["stick to", "stick to firmly", "stick to"], ["attach", "create social or emotional ties", "attach"], ["hold fast", "stick to firmly", "hold fast"], ["tie", "create social or emotional ties", "tie"], ["stick", "stick to firmly", "stick"]]}, {"answer": "bonding", "hint": "synonyms for bonding", "clues": [["bond", "stick to firmly", "bond"], ["bind", "stick to firmly", "bind"], ["draw together", "bring together in a common cause or emotion", "draw together"], ["bring together", "bring together in a common cause or emotion", "bring together"], ["adhere", "stick to firmly", "adhere"], ["stick to", "stick to firmly", "stick to"], ["attach", "create social or emotional ties", "attach"], ["hold fast", "stick to firmly", "hold fast"], ["tie", "create social or emotional ties", "tie"], ["stick", "stick to firmly", "stick"]]}, {"answer": "bones", "hint": "synonyms for bones", "clues": [["drum", "study intensively, as before an exam", "drum"], ["debone", "remove the bones from", "debone"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone", "remove the bones from", "bone"], ["bone up", "study intensively, as before an exam", "bone up"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "boob", "hint": "synonyms for boob", "clues": [["blunder", "commit a faux pas or a fault or make a serious mistake", "blunder"], ["goof", "commit a faux pas or a fault or make a serious mistake", "goof"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake", "drop the ball"], ["sin", "commit a faux pas or a fault or make a serious mistake", "sin"]]}, {"answer": "boom", "hint": "synonyms for boom", "clues": [["flourish", "grow vigorously", "flourish"], ["thrive", "grow vigorously", "thrive"], ["din", "make a resonant sound, like artillery", "din"], ["blast", "hit hard", "blast"], ["smash", "hit hard", "smash"], ["boom out", "make a deep hollow sound", "boom out"], ["thunder", "be the case that thunder is being heard", "thunder"], ["expand", "grow vigorously", "expand"], ["nail", "hit hard", "nail"]]}, {"answer": "boost", "hint": "synonyms for boost", "clues": [["advance", "increase or raise", "advance"], ["promote", "contribute to the progress or growth of", "promote"], ["hike", "increase", "hike"], ["supercharge", "increase or raise", "supercharge"], ["encourage", "contribute to the progress or growth of", "encourage"], ["hike up", "increase", "hike up"], ["further", "contribute to the progress or growth of", "further"]]}, {"answer": "bop", "hint": "synonyms for bop", "clues": [["whap", "hit hard", "whap"], ["bash", "hit hard", "bash"], ["bonk", "hit hard", "bonk"], ["whop", "hit hard", "whop"], ["bebop", "dance the bebop", "bebop"], ["sock", "hit hard", "sock"]]}, {"answer": "border", "hint": "synonyms for border", "clues": [["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["bound", "form the boundary of; be contiguous to", "bound"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["frame in", "enclose in or as if in a frame", "frame in"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["frame", "enclose in or as if in a frame", "frame"], ["march", "lie adjacent to another or share a boundary", "march"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"]]}, {"answer": "bore", "hint": "synonyms for bore", "clues": [["endure", "put up with something or somebody unpleasant", "endure"], ["turn out", "bring forth,", "turn out"], ["bear", "contain or hold; have within", "bear"], ["birth", "cause to be born", "birth"], ["have", "cause to be born", "have"], ["give birth", "cause to be born", "give birth"], ["comport", "behave in a certain manner", "comport"], ["support", "put up with something or somebody unpleasant", "support"], ["hold", "contain or hold; have within", "hold"], ["yield", "bring in", "yield"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"], ["wear", "have on one's person", "wear"], ["carry", "support or hold in a certain manner", "carry"], ["acquit", "behave in a certain manner", "acquit"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["assume", "take on as one's own the expenses or debts of another person", "assume"], ["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["deport", "behave in a certain manner", "deport"], ["expect", "be pregnant with", "expect"], ["contain", "contain or hold; have within", "contain"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["conduct", "behave in a certain manner", "conduct"], ["pay", "bring in", "pay"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["drill", "make a hole, especially with a pointed power or hand tool", "drill"], ["take over", "take on as one's own the expenses or debts of another person", "take over"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["tire", "cause to be bored", "tire"], ["stand", "put up with something or somebody unpleasant", "stand"], ["behave", "behave in a certain manner", "behave"], ["gestate", "be pregnant with", "gestate"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "borrowing", "hint": "synonyms for borrowing", "clues": [["take over", "take up and practice as one's own", "take over"], ["borrow", "take up and practice as one's own", "borrow"], ["adopt", "take up and practice as one's own", "adopt"], ["take up", "take up and practice as one's own", "take up"]]}, {"answer": "botch", "hint": "synonyms for botch", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"]]}, {"answer": "bother", "hint": "synonyms for bother", "clues": [["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["trouble oneself", "take the trouble to do something; concern oneself", "trouble oneself"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["inconvenience oneself", "take the trouble to do something; concern oneself", "inconvenience oneself"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"]]}, {"answer": "bounce", "hint": "synonyms for bounce", "clues": [["jounce", "move up and down repeatedly", "jounce"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["spring", "spring back; spring away from an impact", "spring"], ["recoil", "spring back; spring away from an impact", "recoil"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["rebound", "spring back; spring away from an impact", "rebound"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "bounds", "hint": "synonyms for bounds", "clues": [["leap", "move forward by leaps and bounds", "leap"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["spring", "spring back; spring away from an impact", "spring"], ["throttle", "place limits on (extent or access)", "throttle"], ["bounce", "spring back; spring away from an impact", "bounce"], ["rebound", "spring back; spring away from an impact", "rebound"], ["jump", "move forward by leaps and bounds", "jump"], ["bound", "form the boundary of; be contiguous to", "bound"], ["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["recoil", "spring back; spring away from an impact", "recoil"], ["confine", "place limits on (extent or access)", "confine"], ["restrain", "place limits on (extent or access)", "restrain"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["border", "form the boundary of; be contiguous to", "border"], ["trammel", "place limits on (extent or access)", "trammel"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["resile", "spring back; spring away from an impact", "resile"]]}, {"answer": "bow", "hint": "synonyms for bow", "clues": [["give in", "yield to another's wish or opinion", "give in"], ["bend", "bend one's back forward from the waist on down", "bend"], ["bow down", "bend one's knee or body, or lower one's head", "bow down"], ["crouch", "bend one's back forward from the waist on down", "crouch"], ["accede", "yield to another's wish or opinion", "accede"], ["defer", "yield to another's wish or opinion", "defer"], ["submit", "yield to another's wish or opinion", "submit"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "brace", "hint": "synonyms for brace", "clues": [["stabilize", "support or hold steady and make steadfast, with or as if with a brace", "stabilize"], ["energize", "cause to be alert and energetic", "energize"], ["poise", "prepare (oneself) for something unpleasant or difficult", "poise"], ["steady", "support or hold steady and make steadfast, with or as if with a brace", "steady"], ["arouse", "cause to be alert and energetic", "arouse"], ["perk up", "cause to be alert and energetic", "perk up"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "braces", "hint": "synonyms for braces", "clues": [["brace", "support or hold steady and make steadfast, with or as if with a brace", "brace"], ["stabilize", "support or hold steady and make steadfast, with or as if with a brace", "stabilize"], ["energize", "cause to be alert and energetic", "energize"], ["poise", "prepare (oneself) for something unpleasant or difficult", "poise"], ["steady", "support or hold steady and make steadfast, with or as if with a brace", "steady"], ["arouse", "cause to be alert and energetic", "arouse"], ["perk up", "cause to be alert and energetic", "perk up"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "braiding", "hint": "synonyms for braiding", "clues": [["braid", "make by braiding or interlacing", "braid"], ["lace", "make by braiding or interlacing", "lace"], ["pleach", "form or weave into a braid or braids", "pleach"], ["plait", "make by braiding or interlacing", "plait"]]}, {"answer": "branch", "hint": "synonyms for branch", "clues": [["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"], ["fork", "divide into two or more branches so as to form a fork", "fork"], ["separate", "divide into two or more branches so as to form a fork", "separate"]]}, {"answer": "brand", "hint": "synonyms for brand", "clues": [["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["trademark", "mark with a brand or trademark", "trademark"], ["brandmark", "mark with a brand or trademark", "brandmark"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful", "mark"], ["post", "mark or expose as infamous", "post"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"]]}, {"answer": "branding", "hint": "synonyms for branding", "clues": [["brand", "mark or expose as infamous", "brand"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"], ["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["trademark", "mark with a brand or trademark", "trademark"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful", "mark"], ["brandmark", "mark with a brand or trademark", "brandmark"], ["post", "mark or expose as infamous", "post"]]}, {"answer": "bray", "hint": "synonyms for bray", "clues": [["grind", "reduce to small pieces or particles by pounding or abrading", "grind"], ["mash", "reduce to small pieces or particles by pounding or abrading", "mash"], ["hee-haw", "braying characteristic of donkeys", "hee-haw"], ["comminute", "reduce to small pieces or particles by pounding or abrading", "comminute"], ["crunch", "reduce to small pieces or particles by pounding or abrading", "crunch"]]}, {"answer": "breach", "hint": "synonyms for breach", "clues": [["gap", "make an opening or gap in", "gap"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["violate", "act in disregard of laws, rules, contracts, or promises", "violate"], ["break", "act in disregard of laws, rules, contracts, or promises", "break"]]}, {"answer": "break", "hint": "synonyms for break", "clues": [["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["break up", "destroy the completeness of a set of related items", "break up"], ["give", "break down, literally or metaphorically", "give"], ["damp", "lessen in force or effect", "damp"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"], ["get out", "be released or become known; of news", "get out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["develop", "happen", "develop"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["break off", "prevent completion", "break off"], ["go", "stop operating or functioning", "go"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["break away", "move away or escape suddenly", "break away"], ["come apart", "become separated into pieces or fragments", "come apart"], ["wear", "go to pieces", "wear"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["better", "surpass in excellence", "better"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["erupt", "force out or release suddenly and often violently something pent up", "erupt"], ["split", "discontinue an association or relation; go different ways", "split"], ["bankrupt", "reduce to bankruptcy", "bankrupt"], ["snap off", "break a piece from a whole", "snap off"], ["part", "discontinue an association or relation; go different ways", "part"], ["discontinue", "prevent completion", "discontinue"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["interrupt", "terminate", "interrupt"], ["stop", "prevent completion", "stop"], ["go bad", "stop operating or functioning", "go bad"], ["bust", "go to pieces", "bust"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["get around", "be released or become known; of news", "get around"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act", "break in"], ["weaken", "lessen in force or effect", "weaken"], ["recrudesce", "happen", "recrudesce"], ["split up", "become separated into pieces or fragments", "split up"], ["demote", "assign to a lower position; reduce in rank", "demote"], ["cave in", "break down, literally or metaphorically", "cave in"], ["check", "become fractured; break or crack on the surface only", "check"], ["break dance", "do a break dance", "break dance"], ["separate", "become separated into pieces or fragments", "separate"], ["violate", "fail to agree with; be in violation of; as of rules or patterns", "violate"], ["collapse", "break down, literally or metaphorically", "collapse"], ["dampen", "lessen in force or effect", "dampen"], ["intermit", "cease an action temporarily", "intermit"], ["relegate", "assign to a lower position; reduce in rank", "relegate"], ["die", "stop operating or functioning", "die"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["fall apart", "go to pieces", "fall apart"], ["give out", "stop operating or functioning", "give out"], ["break down", "stop operating or functioning", "break down"], ["smash", "reduce to bankruptcy", "smash"], ["pause", "cease an action temporarily", "pause"], ["fall in", "break down, literally or metaphorically", "fall in"], ["wear out", "go to pieces", "wear out"], ["crack", "become fractured; break or crack on the surface only", "crack"], ["break out", "move away or escape suddenly", "break out"], ["conk out", "stop operating or functioning", "conk out"], ["ruin", "reduce to bankruptcy", "ruin"], ["fail", "stop operating or functioning", "fail"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["founder", "break down, literally or metaphorically", "founder"], ["fracture", "fracture a bone of", "fracture"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "breaking", "hint": "synonyms for breaking", "clues": [["break", "destroy the completeness of a set of related items", "break"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["break up", "destroy the completeness of a set of related items", "break up"], ["damp", "lessen in force or effect", "damp"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"], ["give", "break down, literally or metaphorically", "give"], ["get out", "be released or become known; of news", "get out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["develop", "happen", "develop"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["break off", "prevent completion", "break off"], ["go", "stop operating or functioning", "go"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["break away", "move away or escape suddenly", "break away"], ["come apart", "become separated into pieces or fragments", "come apart"], ["wear", "go to pieces", "wear"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["erupt", "force out or release suddenly and often violently something pent up", "erupt"], ["better", "surpass in excellence", "better"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["split", "discontinue an association or relation; go different ways", "split"], ["bankrupt", "reduce to bankruptcy", "bankrupt"], ["snap off", "break a piece from a whole", "snap off"], ["discontinue", "prevent completion", "discontinue"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["part", "discontinue an association or relation; go different ways", "part"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["interrupt", "terminate", "interrupt"], ["stop", "prevent completion", "stop"], ["go bad", "stop operating or functioning", "go bad"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["bust", "go to pieces", "bust"], ["get around", "be released or become known; of news", "get around"], ["break in", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act", "break in"], ["weaken", "lessen in force or effect", "weaken"], ["recrudesce", "happen", "recrudesce"], ["split up", "become separated into pieces or fragments", "split up"], ["demote", "assign to a lower position; reduce in rank", "demote"], ["cave in", "break down, literally or metaphorically", "cave in"], ["check", "become fractured; break or crack on the surface only", "check"], ["break dance", "do a break dance", "break dance"], ["separate", "become separated into pieces or fragments", "separate"], ["violate", "fail to agree with; be in violation of; as of rules or patterns", "violate"], ["collapse", "break down, literally or metaphorically", "collapse"], ["dampen", "lessen in force or effect", "dampen"], ["intermit", "cease an action temporarily", "intermit"], ["relegate", "assign to a lower position; reduce in rank", "relegate"], ["die", "stop operating or functioning", "die"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["fracture", "fracture a bone of", "fracture"], ["fall apart", "go to pieces", "fall apart"], ["give out", "stop operating or functioning", "give out"], ["break down", "stop operating or functioning", "break down"], ["smash", "reduce to bankruptcy", "smash"], ["pause", "cease an action temporarily", "pause"], ["fall in", "break down, literally or metaphorically", "fall in"], ["wear out", "go to pieces", "wear out"], ["break out", "move away or escape suddenly", "break out"], ["conk out", "stop operating or functioning", "conk out"], ["crack", "become fractured; break or crack on the surface only", "crack"], ["ruin", "reduce to bankruptcy", "ruin"], ["fail", "stop operating or functioning", "fail"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["founder", "break down, literally or metaphorically", "founder"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "breed", "hint": "synonyms for breed", "clues": [["spawn", "call forth", "spawn"], ["multiply", "have young (animals) or reproduce (organisms)", "multiply"], ["engender", "call forth", "engender"], ["cover", "copulate with a female, used especially of horses", "cover"]]}, {"answer": "bringing", "hint": "synonyms for bringing", "clues": [["bring", "be accompanied by", "bring"], ["lend", "bestow a quality on", "lend"], ["fetch", "go or come after and bring or take back", "fetch"], ["take", "take something or somebody with oneself somewhere", "take"], ["work", "cause to happen or to occur as a consequence", "work"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["contribute", "bestow a quality on", "contribute"], ["bring in", "be sold for a certain price", "bring in"], ["play", "cause to happen or to occur as a consequence", "play"], ["convey", "go or come after and bring or take back", "convey"], ["bestow", "bestow a quality on", "bestow"], ["institute", "advance or set forth in court; ,", "institute"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["land", "bring into a different state", "land"], ["impart", "bestow a quality on", "impart"], ["get", "go or come after and bring or take back", "get"], ["add", "bestow a quality on", "add"]]}, {"answer": "bristle", "hint": "synonyms for bristle", "clues": [["burst", "be in a state of movement or action", "burst"], ["abound", "be in a state of movement or action", "abound"], ["uprise", "rise up as in fear", "uprise"], ["stand up", "rise up as in fear", "stand up"]]}, {"answer": "broadcast", "hint": "synonyms for broadcast", "clues": [["pass around", "cause to become widely known", "pass around"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["disseminate", "cause to become widely known", "disseminate"], ["spread", "cause to become widely known", "spread"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "broadcasting", "hint": "synonyms for broadcasting", "clues": [["pass around", "cause to become widely known", "pass around"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["broadcast", "sow over a wide area, especially by hand", "broadcast"], ["propagate", "cause to become widely known", "propagate"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["circularize", "cause to become widely known", "circularize"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["disseminate", "cause to become widely known", "disseminate"], ["spread", "cause to become widely known", "spread"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "broadening", "hint": "synonyms for broadening", "clues": [["broaden", "make broader", "broaden"], ["widen", "extend in scope or range or area", "widen"], ["branch out", "vary in order to spread risk or to expand", "branch out"], ["diversify", "vary in order to spread risk or to expand", "diversify"], ["extend", "extend in scope or range or area", "extend"]]}, {"answer": "brood", "hint": "synonyms for brood", "clues": [["pout", "be in a huff and display one's displeasure", "pout"], ["grizzle", "be in a huff; be silent or sullen", "grizzle"], ["incubate", "sit on (eggs)", "incubate"], ["dwell", "think moodily or anxiously about something", "dwell"], ["stew", "be in a huff; be silent or sullen", "stew"], ["cover", "sit on (eggs)", "cover"], ["hover", "hang over, as of something threatening, dark, or menacing", "hover"], ["hatch", "sit on (eggs)", "hatch"], ["sulk", "be in a huff and display one's displeasure", "sulk"], ["loom", "hang over, as of something threatening, dark, or menacing", "loom"], ["bulk large", "hang over, as of something threatening, dark, or menacing", "bulk large"]]}, {"answer": "brook", "hint": "synonyms for brook", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["stand", "put up with something or somebody unpleasant", "stand"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["digest", "put up with something or somebody unpleasant", "digest"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "brooks", "hint": "synonyms for brooks", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["stand", "put up with something or somebody unpleasant", "stand"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "browse", "hint": "synonyms for browse", "clues": [["shop", "shop around; not necessarily buying", "shop"], ["surf", "look around casually and randomly, without seeking anything in particular", "surf"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["graze", "feed as in a meadow or pasture", "graze"], ["range", "feed as in a meadow or pasture", "range"], ["crop", "feed as in a meadow or pasture", "crop"]]}, {"answer": "browsing", "hint": "synonyms for browsing", "clues": [["surf", "look around casually and randomly, without seeking anything in particular", "surf"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["browse", "shop around; not necessarily buying", "browse"], ["shop", "shop around; not necessarily buying", "shop"], ["graze", "eat lightly, try different dishes", "graze"], ["range", "feed as in a meadow or pasture", "range"], ["crop", "feed as in a meadow or pasture", "crop"]]}, {"answer": "bruise", "hint": "synonyms for bruise", "clues": [["wound", "hurt the feelings of", "wound"], ["spite", "hurt the feelings of", "spite"], ["contuse", "injure the underlying soft tissue or bone of", "contuse"], ["offend", "hurt the feelings of", "offend"], ["injure", "hurt the feelings of", "injure"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "bubble", "hint": "synonyms for bubble", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["eruct", "expel gas from the stomach", "eruct"], ["burp", "expel gas from the stomach", "burp"], ["belch", "expel gas from the stomach", "belch"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"], ["burble", "flow in an irregular current with a bubbling noise", "burble"]]}, {"answer": "buck", "hint": "synonyms for buck", "clues": [["go against", "resist", "go against"], ["charge", "move quickly and violently", "charge"], ["shoot", "move quickly and violently", "shoot"], ["jerk", "jump vertically, with legs stiff and back arched", "jerk"], ["hitch", "jump vertically, with legs stiff and back arched", "hitch"], ["shoot down", "move quickly and violently", "shoot down"], ["tear", "move quickly and violently", "tear"]]}, {"answer": "buckle", "hint": "synonyms for buckle", "clues": [["clasp", "fasten with a buckle or buckles", "clasp"], ["heave", "bend out of shape, as under pressure or from heat", "heave"], ["warp", "bend out of shape, as under pressure or from heat", "warp"], ["crumple", "fold or collapse", "crumple"]]}, {"answer": "buffeting", "hint": "synonyms for buffeting", "clues": [["batter", "strike against forcefully", "batter"], ["buffet", "strike against forcefully", "buffet"], ["knock about", "strike against forcefully", "knock about"], ["buff", "strike, beat repeatedly", "buff"]]}, {"answer": "bug", "hint": "synonyms for bug", "clues": [["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["beleaguer", "annoy persistently", "beleaguer"], ["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["pester", "annoy persistently", "pester"], ["tap", "tap a telephone or telegraph wire to get information", "tap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"]]}, {"answer": "build", "hint": "synonyms for build", "clues": [["progress", "form or accumulate steadily", "progress"], ["build up", "bolster or strengthen", "build up"], ["establish", "build or establish something abstract", "establish"], ["work up", "bolster or strengthen", "work up"], ["ramp up", "bolster or strengthen", "ramp up"], ["construct", "make by combining materials and parts", "construct"], ["make", "make by combining materials and parts", "make"]]}, {"answer": "building", "hint": "synonyms for building", "clues": [["build", "order, supervise, or finance the construction of", "build"], ["build up", "bolster or strengthen", "build up"], ["work up", "bolster or strengthen", "work up"], ["ramp up", "bolster or strengthen", "ramp up"], ["establish", "build or establish something abstract", "establish"], ["construct", "make by combining materials and parts", "construct"], ["make", "make by combining materials and parts", "make"], ["progress", "form or accumulate steadily", "progress"]]}, {"answer": "bulge", "hint": "synonyms for bulge", "clues": [["pop", "bulge outward", "pop"], ["protrude", "swell or protrude outwards", "protrude"], ["bulk", "cause to bulge or swell outwards", "bulk"], ["bag", "bulge out; form a bulge outward, or be so full as to appear to bulge", "bag"], ["start", "bulge outward", "start"], ["pouch", "swell or protrude outwards", "pouch"], ["bulge out", "bulge outward", "bulge out"], ["come out", "bulge outward", "come out"], ["pop out", "bulge outward", "pop out"]]}, {"answer": "bull", "hint": "synonyms for bull", "clues": [["bullshit", "speak insincerely or without regard for facts or truths", "bullshit"], ["talk through one's hat", "speak insincerely or without regard for facts or truths", "talk through one's hat"], ["bull through", "push or force", "bull through"], ["fake", "speak insincerely or without regard for facts or truths", "fake"]]}, {"answer": "bump", "hint": "synonyms for bump", "clues": [["demote", "assign to a lower position; reduce in rank", "demote"], ["dislodge", "remove or force from a position of dwelling previously occupied", "dislodge"], ["happen", "come upon, as if by accident; meet with", "happen"], ["relegate", "assign to a lower position; reduce in rank", "relegate"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"], ["chance", "come upon, as if by accident; meet with", "chance"], ["break", "assign to a lower position; reduce in rank", "break"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["find", "come upon, as if by accident; meet with", "find"], ["knock", "knock against with force or violence", "knock"]]}, {"answer": "bunch", "hint": "synonyms for bunch", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["cluster", "gather or cause to gather into a cluster", "cluster"], ["bundle", "gather or cause to gather into a cluster", "bundle"], ["bunch together", "form into a bunch", "bunch together"]]}, {"answer": "bunco", "hint": "synonyms for bunco", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["defraud", "deprive of by deceit", "defraud"], ["gip", "deprive of by deceit", "gip"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "bundle", "hint": "synonyms for bundle", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["roll up", "make into a bundle", "roll up"], ["practice bundling", "sleep fully clothed in the same bed with one's betrothed", "practice bundling"], ["pack", "compress into a wad", "pack"], ["wad", "compress into a wad", "wad"], ["bundle up", "make into a bundle", "bundle up"], ["compact", "compress into a wad", "compact"], ["cluster", "gather or cause to gather into a cluster", "cluster"], ["bunch", "gather or cause to gather into a cluster", "bunch"]]}, {"answer": "bundling", "hint": "synonyms for bundling", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["bundle", "compress into a wad", "bundle"], ["roll up", "make into a bundle", "roll up"], ["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["practice bundling", "sleep fully clothed in the same bed with one's betrothed", "practice bundling"], ["pack", "compress into a wad", "pack"], ["wad", "compress into a wad", "wad"], ["bundle up", "make into a bundle", "bundle up"], ["compact", "compress into a wad", "compact"], ["cluster", "gather or cause to gather into a cluster", "cluster"], ["bunch", "gather or cause to gather into a cluster", "bunch"]]}, {"answer": "bungle", "hint": "synonyms for bungle", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bunk", "hint": "synonyms for bunk", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["beat", "avoid paying", "beat"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "burden", "hint": "synonyms for burden", "clues": [["burthen", "weight down with a load", "burthen"], ["saddle", "impose a task upon, assign a responsibility to", "saddle"], ["charge", "impose a task upon, assign a responsibility to", "charge"], ["weight", "weight down with a load", "weight"], ["weight down", "weight down with a load", "weight down"]]}, {"answer": "burn", "hint": "synonyms for burn", "clues": [["glow", "shine intensely, as if with heat", "glow"], ["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["incinerate", "cause to undergo combustion", "incinerate"], ["combust", "cause to burn or combust", "combust"], ["fire", "destroy by fire", "fire"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["burn down", "destroy by fire", "burn down"], ["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent", "cauterise"], ["sunburn", "get a sunburn by overexposure to the sun", "sunburn"], ["burn up", "use up (energy)", "burn up"], ["cut", "create by duplicating data", "cut"], ["burn off", "use up (energy)", "burn off"]]}, {"answer": "burns", "hint": "synonyms for burns", "clues": [["burn", "get a sunburn by overexposure to the sun", "burn"], ["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["combust", "undergo combustion", "combust"], ["fire", "destroy by fire", "fire"], ["incinerate", "cause to undergo combustion", "incinerate"], ["cut", "create by duplicating data", "cut"], ["burn off", "use up (energy)", "burn off"], ["glow", "shine intensely, as if with heat", "glow"], ["cauterise", "burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent", "cauterise"], ["sting", "cause a sharp or stinging pain or discomfort", "sting"], ["burn down", "destroy by fire", "burn down"], ["sunburn", "get a sunburn by overexposure to the sun", "sunburn"], ["burn up", "use up (energy)", "burn up"]]}, {"answer": "burping", "hint": "synonyms for burping", "clues": [["bubble", "expel gas from the stomach", "bubble"], ["eruct", "expel gas from the stomach", "eruct"], ["belch", "expel gas from the stomach", "belch"], ["burp", "expel gas from the stomach", "burp"]]}, {"answer": "burst", "hint": "synonyms for burst", "clues": [["explode", "burst outward, usually with noise", "explode"], ["abound", "be in a state of movement or action", "abound"], ["break", "force out or release suddenly and often violently something pent up", "break"], ["break open", "come open suddenly and violently, as if from internal pressure", "break open"], ["bristle", "be in a state of movement or action", "bristle"], ["collapse", "cause to burst", "collapse"], ["erupt", "force out or release suddenly and often violently something pent up", "erupt"], ["bust", "break open or apart suddenly and forcefully", "bust"], ["split", "come open suddenly and violently, as if from internal pressure", "split"]]}, {"answer": "burying", "hint": "synonyms for burying", "clues": [["forget", "dismiss from the mind; stop remembering", "forget"], ["bury", "embed deeply", "bury"], ["inhume", "place in a grave or tomb", "inhume"], ["sink", "embed deeply", "sink"], ["entomb", "place in a grave or tomb", "entomb"], ["inter", "place in a grave or tomb", "inter"], ["immerse", "enclose or envelop completely, as if by swallowing", "immerse"], ["swallow", "enclose or envelop completely, as if by swallowing", "swallow"], ["swallow up", "enclose or envelop completely, as if by swallowing", "swallow up"], ["lay to rest", "place in a grave or tomb", "lay to rest"], ["eat up", "enclose or envelop completely, as if by swallowing", "eat up"]]}, {"answer": "bushel", "hint": "synonyms for bushel", "clues": [["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"]]}, {"answer": "buss", "hint": "synonyms for buss", "clues": [["bus", "remove used dishes from the table in restaurants", "bus"], ["snog", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "snog"], ["osculate", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "osculate"], ["kiss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "kiss"]]}, {"answer": "butt", "hint": "synonyms for butt", "clues": [["bunt", "to strike, thrust or shove against", "bunt"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["march", "lie adjacent to another or share a boundary", "march"]]}, {"answer": "butterfly", "hint": "synonyms for butterfly", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["dally", "talk or behave amorously, without serious intentions", "dally"], ["flirt", "talk or behave amorously, without serious intentions", "flirt"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "buy", "hint": "synonyms for buy", "clues": [["corrupt", "make illegal payments to in exchange for favors or influence", "corrupt"], ["bribe", "make illegal payments to in exchange for favors or influence", "bribe"], ["grease one's palms", "make illegal payments to in exchange for favors or influence", "grease one's palms"], ["purchase", "obtain by purchase; acquire by means of a financial transaction", "purchase"]]}, {"answer": "buying", "hint": "synonyms for buying", "clues": [["bribe", "make illegal payments to in exchange for favors or influence", "bribe"], ["grease one's palms", "make illegal payments to in exchange for favors or influence", "grease one's palms"], ["buy", "acquire by trade or sacrifice or exchange", "buy"], ["corrupt", "make illegal payments to in exchange for favors or influence", "corrupt"], ["purchase", "obtain by purchase; acquire by means of a financial transaction", "purchase"]]}, {"answer": "cabal", "hint": "synonyms for cabal", "clues": [["machinate", "engage in plotting or enter into a conspiracy, swear together", "machinate"], ["conjure", "engage in plotting or enter into a conspiracy, swear together", "conjure"], ["complot", "engage in plotting or enter into a conspiracy, swear together", "complot"], ["conspire", "engage in plotting or enter into a conspiracy, swear together", "conspire"]]}, {"answer": "cabbage", "hint": "synonyms for cabbage", "clues": [["filch", "make off with belongings of others", "filch"], ["lift", "make off with belongings of others", "lift"], ["hook", "make off with belongings of others", "hook"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["swipe", "make off with belongings of others", "swipe"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "cache", "hint": "synonyms for cache", "clues": [["lay away", "save up as for future use", "lay away"], ["hive up", "save up as for future use", "hive up"], ["hoard", "save up as for future use", "hoard"], ["squirrel away", "save up as for future use", "squirrel away"], ["stash", "save up as for future use", "stash"]]}, {"answer": "call", "hint": "synonyms for call", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["address", "greet, as with a prescribed form, title, or name", "address"], ["send for", "order, request, or command to come", "send for"], ["shout", "utter a sudden loud cry", "shout"], ["name", "assign a specified (usually proper) proper name to", "name"], ["hollo", "utter a sudden loud cry", "hollo"], ["call off", "give the calls (to the dancers) for a square dance", "call off"], ["squall", "utter a sudden loud cry", "squall"], ["forebode", "make a prediction about; tell in advance", "forebode"], ["bid", "make a demand, as for a card or a suit or a show of hands", "bid"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["visit", "pay a brief visit", "visit"], ["predict", "make a prediction about; tell in advance", "predict"], ["shout out", "utter a sudden loud cry", "shout out"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["scream", "utter a sudden loud cry", "scream"], ["call in", "pay a brief visit", "call in"], ["cry", "utter a sudden loud cry", "cry"], ["promise", "make a prediction about; tell in advance", "promise"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["holler", "utter a sudden loud cry", "holler"], ["yell", "utter a sudden loud cry", "yell"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["ring", "get or try to get into communication (with someone) by telephone", "ring"]]}, {"answer": "call_up", "hint": "synonyms for call up", "clues": [["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["remember", "recall knowledge from memory; have a recollection", "remember"], ["mobilize", "call to arms; of military personnel", "mobilize"], ["bring forward", "bring forward for consideration", "bring forward"], ["think", "recall knowledge from memory; have a recollection", "think"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["rally", "call to arms; of military personnel", "rally"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["recall", "recall knowledge from memory; have a recollection", "recall"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["ring", "get or try to get into communication (with someone) by telephone", "ring"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"]]}, {"answer": "calling", "hint": "synonyms for calling", "clues": [["call", "make a prediction about; tell in advance", "call"], ["address", "greet, as with a prescribed form, title, or name", "address"], ["name", "assign a specified (usually proper) proper name to", "name"], ["bid", "make a demand, as for a card or a suit or a show of hands", "bid"], ["visit", "pay a brief visit", "visit"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["scream", "utter a sudden loud cry", "scream"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["holler", "utter a sudden loud cry", "holler"], ["yell", "utter a sudden loud cry", "yell"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["ring", "get or try to get into communication (with someone) by telephone", "ring"], ["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["send for", "order, request, or command to come", "send for"], ["shout", "utter a sudden loud cry", "shout"], ["hollo", "utter a sudden loud cry", "hollo"], ["call off", "give the calls (to the dancers) for a square dance", "call off"], ["squall", "utter a sudden loud cry", "squall"], ["forebode", "make a prediction about; tell in advance", "forebode"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["shout out", "utter a sudden loud cry", "shout out"], ["call in", "pay a brief visit", "call in"], ["promise", "make a prediction about; tell in advance", "promise"], ["cry", "utter a sudden loud cry", "cry"]]}, {"answer": "calming", "hint": "synonyms for calming", "clues": [["cool off", "become quiet or calm, especially after a state of agitation", "cool off"], ["cool it", "become quiet or calm, especially after a state of agitation", "cool it"], ["tranquilize", "cause to be calm or quiet as by administering a sedative to", "tranquilize"], ["calm", "make steady", "calm"], ["calm down", "make calm or still", "calm down"], ["chill out", "become quiet or calm, especially after a state of agitation", "chill out"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["simmer down", "become quiet or calm, especially after a state of agitation", "simmer down"], ["steady", "make steady", "steady"], ["quieten", "make calm or still", "quieten"], ["settle down", "become quiet or calm, especially after a state of agitation", "settle down"], ["lull", "make calm or still", "lull"], ["still", "make calm or still", "still"], ["becalm", "make steady", "becalm"]]}, {"answer": "campaign", "hint": "synonyms for campaign", "clues": [["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["run", "run, stand, or compete for an office or a position", "run"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["take the field", "go on a campaign; go off to war", "take the field"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"]]}, {"answer": "campaigning", "hint": "synonyms for campaigning", "clues": [["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["run", "run, stand, or compete for an office or a position", "run"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["take the field", "go on a campaign; go off to war", "take the field"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["campaign", "go on a campaign; go off to war", "campaign"]]}, {"answer": "camping", "hint": "synonyms for camping", "clues": [["bivouac", "live in or as if in a tent", "bivouac"], ["camp", "give an artificially banal or sexual quality to", "camp"], ["camp out", "live in or as if in a tent", "camp out"], ["camp down", "establish or set up a camp", "camp down"], ["encamp", "live in or as if in a tent", "encamp"], ["tent", "live in or as if in a tent", "tent"]]}, {"answer": "can", "hint": "synonyms for can", "clues": [["put up", "preserve in a can or tin", "put up"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["tin", "preserve in a can or tin", "tin"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "cancel", "hint": "synonyms for cancel", "clues": [["invalidate", "make invalid for use", "invalidate"], ["scrub", "postpone indefinitely or annul something that was scheduled", "scrub"], ["delete", "remove or make invisible", "delete"], ["scratch", "postpone indefinitely or annul something that was scheduled", "scratch"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["set off", "make up for", "set off"], ["strike down", "declare null and void; make ineffective", "strike down"], ["offset", "make up for", "offset"]]}, {"answer": "caning", "hint": "synonyms for caning", "clues": [["flog", "beat with a cane", "flog"], ["cane", "beat with a cane", "cane"], ["lambaste", "beat with a cane", "lambaste"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["tin", "preserve in a can or tin", "tin"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["put up", "preserve in a can or tin", "put up"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "cant", "hint": "synonyms for cant", "clues": [["tilt", "heel over", "tilt"], ["slant", "heel over", "slant"], ["pitch", "heel over", "pitch"], ["cant over", "heel over", "cant over"]]}, {"answer": "canvas", "hint": "synonyms for canvas", "clues": [["canvass", "get the opinions (of people) by asking specific questions", "canvass"], ["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["analyse", "consider in detail and subject to an analysis in order to discover essential features or meaning", "analyse"], ["poll", "get the opinions (of people) by asking specific questions", "poll"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning", "study"]]}, {"answer": "canvass", "hint": "synonyms for canvass", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["analyse", "consider in detail and subject to an analysis in order to discover essential features or meaning", "analyse"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["poll", "get the opinions (of people) by asking specific questions", "poll"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning", "study"]]}, {"answer": "canvassing", "hint": "synonyms for canvassing", "clues": [["canvass", "get the opinions (of people) by asking specific questions", "canvass"], ["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["analyse", "consider in detail and subject to an analysis in order to discover essential features or meaning", "analyse"], ["poll", "get the opinions (of people) by asking specific questions", "poll"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning", "study"]]}, {"answer": "capture", "hint": "synonyms for capture", "clues": [["seize", "take possession of by force, as after an invasion", "seize"], ["get", "succeed in catching or seizing, especially after a chase", "get"], ["catch", "attract; cause to be enamored", "catch"], ["conquer", "take possession of by force, as after an invasion", "conquer"], ["appropriate", "take possession of by force, as after an invasion", "appropriate"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "care", "hint": "synonyms for care", "clues": [["wish", "prefer or wish to do something", "wish"], ["deal", "be in charge of, act on, or dispose of", "deal"], ["handle", "be in charge of, act on, or dispose of", "handle"], ["worry", "be concerned with", "worry"], ["give care", "provide care for", "give care"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["like", "prefer or wish to do something", "like"]]}, {"answer": "careen", "hint": "synonyms for careen", "clues": [["shift", "move sideways or in an unsteady way", "shift"], ["wobble", "move sideways or in an unsteady way", "wobble"], ["lurch", "walk as if unable to control one's movements", "lurch"], ["keel", "walk as if unable to control one's movements", "keel"], ["reel", "walk as if unable to control one's movements", "reel"], ["tilt", "move sideways or in an unsteady way", "tilt"], ["stagger", "walk as if unable to control one's movements", "stagger"], ["swag", "walk as if unable to control one's movements", "swag"]]}, {"answer": "carry", "hint": "synonyms for carry", "clues": [["deport", "behave in a certain manner", "deport"], ["bear", "contain or hold; have within", "bear"], ["persuade", "win approval or support for", "persuade"], ["stockpile", "have on hand", "stockpile"], ["hold", "drink alcohol without showing ill effects", "hold"], ["contain", "contain or hold; have within", "contain"], ["express", "serve as a means for expressing something", "express"], ["comport", "behave in a certain manner", "comport"], ["post", "transfer (entries) from one account book to another", "post"], ["conduct", "behave in a certain manner", "conduct"], ["transport", "move while supporting, either in a vehicle or in one's hands or on one's body", "transport"], ["convey", "transmit or serve as the medium for transmission", "convey"], ["pack", "have with oneself; have on one's person", "pack"], ["run", "include as the content; broadcast or publicize", "run"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"], ["stock", "have on hand", "stock"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["acquit", "behave in a certain manner", "acquit"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["behave", "behave in a certain manner", "behave"], ["gestate", "be pregnant with", "gestate"], ["dribble", "propel,", "dribble"], ["extend", "continue or extend", "extend"], ["expect", "be pregnant with", "expect"], ["sway", "win approval or support for", "sway"], ["take", "have with oneself; have on one's person", "take"], ["channel", "transmit or serve as the medium for transmission", "channel"]]}, {"answer": "carting", "hint": "synonyms for carting", "clues": [["drag", "draw slowly or heavily", "drag"], ["cart", "transport something in a cart", "cart"], ["hale", "draw slowly or heavily", "hale"], ["haul", "draw slowly or heavily", "haul"]]}, {"answer": "cast", "hint": "synonyms for cast", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["hurl", "throw forcefully", "hurl"], ["frame", "formulate in a particular style or language", "frame"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["mold", "form by pouring (e.g., wax or hot metal) into a cast or mold", "mold"], ["barf", "eject the contents of the stomach through the mouth", "barf"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["draw", "choose at random", "draw"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["shed", "get rid of", "shed"], ["cat", "eject the contents of the stomach through the mouth", "cat"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["redact", "formulate in a particular style or language", "redact"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["shake off", "get rid of", "shake off"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["hurtle", "throw forcefully", "hurtle"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["throw off", "get rid of", "throw off"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["couch", "formulate in a particular style or language", "couch"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["drop", "get rid of", "drop"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["project", "put or send forth", "project"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["put", "formulate in a particular style or language", "put"], ["contrive", "put or send forth", "contrive"], ["throw away", "get rid of", "throw away"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "casting", "hint": "synonyms for casting", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["cast", "assign the roles of (a movie or a play) to actors", "cast"], ["hurl", "throw forcefully", "hurl"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["frame", "formulate in a particular style or language", "frame"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["mold", "form by pouring (e.g., wax or hot metal) into a cast or mold", "mold"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["barf", "eject the contents of the stomach through the mouth", "barf"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["draw", "choose at random", "draw"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["shed", "get rid of", "shed"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["redact", "formulate in a particular style or language", "redact"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["shake off", "get rid of", "shake off"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["hurtle", "throw forcefully", "hurtle"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["throw off", "get rid of", "throw off"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["couch", "formulate in a particular style or language", "couch"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["drop", "get rid of", "drop"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["project", "put or send forth", "project"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["put", "formulate in a particular style or language", "put"], ["contrive", "put or send forth", "contrive"], ["throw away", "get rid of", "throw away"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "castrate", "hint": "synonyms for castrate", "clues": [["bowdlerise", "edit by omitting or modifying parts considered indelicate", "bowdlerise"], ["spay", "remove the ovaries of", "spay"], ["alter", "remove the ovaries of", "alter"], ["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["demasculinize", "remove the testicles of a male animal", "demasculinize"], ["shorten", "edit by omitting or modifying parts considered indelicate", "shorten"], ["emasculate", "deprive of strength or vigor", "emasculate"], ["neuter", "remove the ovaries of", "neuter"]]}, {"answer": "cat", "hint": "synonyms for cat", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "catch", "hint": "synonyms for catch", "clues": [["overtake", "catch up with and possibly overtake", "overtake"], ["grab", "take hold of so as to seize or restrain or stop the motion of", "grab"], ["get", "attract and fix", "get"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["view", "see or watch", "view"], ["see", "see or watch", "see"], ["hitch", "to hook or entangle", "hitch"], ["becharm", "attract; cause to be enamored", "becharm"], ["arrest", "attract and fix", "arrest"], ["take in", "hear, usually without the knowledge of the speakers", "take in"], ["capture", "attract; cause to be enamored", "capture"], ["pick up", "perceive with the senses quickly, suddenly, or momentarily", "pick up"], ["take hold of", "take hold of so as to seize or restrain or stop the motion of", "take hold of"], ["overhear", "hear, usually without the knowledge of the speakers", "overhear"], ["trip up", "detect a blunder or misstep", "trip up"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["charm", "attract; cause to be enamored", "charm"], ["catch up with", "catch up with and possibly overtake", "catch up with"], ["watch", "see or watch", "watch"]]}, {"answer": "catering", "hint": "synonyms for catering", "clues": [["provide", "give what is desired or needed, especially support, food or sustenance", "provide"], ["cater", "supply food ready to eat; for parties and banquets", "cater"], ["ply", "give what is desired or needed, especially support, food or sustenance", "ply"], ["supply", "give what is desired or needed, especially support, food or sustenance", "supply"]]}, {"answer": "cause", "hint": "synonyms for cause", "clues": [["get", "cause to do; cause to act in a specified manner", "get"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["have", "cause to do; cause to act in a specified manner", "have"], ["do", "give rise to; cause to happen or occur, not always intentionally", "do"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "give rise to; cause to happen or occur, not always intentionally", "make"]]}, {"answer": "causing", "hint": "synonyms for causing", "clues": [["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "give rise to; cause to happen or occur, not always intentionally", "make"], ["cause", "give rise to; cause to happen or occur, not always intentionally", "cause"], ["get", "cause to do; cause to act in a specified manner", "get"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["have", "cause to do; cause to act in a specified manner", "have"], ["do", "give rise to; cause to happen or occur, not always intentionally", "do"]]}, {"answer": "cave_in", "hint": "synonyms for cave in", "clues": [["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["fall in", "break down, literally or metaphorically", "fall in"], ["founder", "break down, literally or metaphorically", "founder"], ["give", "break down, literally or metaphorically", "give"], ["give way", "break down, literally or metaphorically", "give way"]]}, {"answer": "cease", "hint": "synonyms for cease", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["give up", "put an end to a state or an activity", "give up"], ["lay off", "put an end to a state or an activity", "lay off"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["quit", "put an end to a state or an activity", "quit"]]}, {"answer": "ceding", "hint": "synonyms for ceding", "clues": [["deliver", "relinquish possession or control over", "deliver"], ["grant", "give over; surrender or relinquish to the physical control of another", "grant"], ["cede", "give over; surrender or relinquish to the physical control of another", "cede"], ["yield", "give over; surrender or relinquish to the physical control of another", "yield"], ["concede", "give over; surrender or relinquish to the physical control of another", "concede"], ["surrender", "relinquish possession or control over", "surrender"], ["give up", "relinquish possession or control over", "give up"]]}, {"answer": "centering", "hint": "synonyms for centering", "clues": [["center on", "center upon", "center on"], ["centre", "direct one's attention on something", "centre"], ["focus", "direct one's attention on something", "focus"], ["concentrate on", "center upon", "concentrate on"], ["rivet", "direct one's attention on something", "rivet"], ["focus on", "center upon", "focus on"], ["revolve around", "center upon", "revolve around"], ["pore", "direct one's attention on something", "pore"], ["center", "center upon", "center"], ["revolve about", "center upon", "revolve about"]]}, {"answer": "centre", "hint": "synonyms for centre", "clues": [["concentrate", "direct one's attention on something", "concentrate"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["focus", "direct one's attention on something", "focus"], ["rivet", "direct one's attention on something", "rivet"]]}, {"answer": "chafe", "hint": "synonyms for chafe", "clues": [["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["fret", "become or make sore by or as if by rubbing", "fret"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["scratch", "cause friction", "scratch"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["excoriate", "tear or wear off the skin or make sore by abrading", "excoriate"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["rub", "cause friction", "rub"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["gall", "become or make sore by or as if by rubbing", "gall"], ["fray", "cause friction", "fray"]]}, {"answer": "chaff", "hint": "synonyms for chaff", "clues": [["kid", "be silly or tease one another", "kid"], ["josh", "be silly or tease one another", "josh"], ["jolly", "be silly or tease one another", "jolly"], ["banter", "be silly or tease one another", "banter"]]}, {"answer": "chafing", "hint": "synonyms for chafing", "clues": [["chafe", "feel extreme irritation or anger", "chafe"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["fret", "become or make sore by or as if by rubbing", "fret"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["scratch", "cause friction", "scratch"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["excoriate", "tear or wear off the skin or make sore by abrading", "excoriate"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["rub", "cause friction", "rub"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["gall", "become or make sore by or as if by rubbing", "gall"], ["fray", "cause friction", "fray"]]}, {"answer": "chagrin", "hint": "synonyms for chagrin", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "change", "hint": "synonyms for change", "clues": [["exchange", "give to, and receive from, one another", "exchange"], ["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["interchange", "give to, and receive from, one another", "interchange"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "alter"], ["convert", "exchange or replace with another, usually of the same kind or category", "convert"], ["shift", "lay aside, abandon, or leave for another", "shift"], ["deepen", "become deeper in tone", "deepen"], ["modify", "cause to change; make different; cause a transformation", "modify"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "vary"], ["transfer", "change from one vehicle or transportation line to another", "transfer"], ["switch", "lay aside, abandon, or leave for another", "switch"]]}, {"answer": "channel", "hint": "synonyms for channel", "clues": [["transmit", "transmit or serve as the medium for transmission", "transmit"], ["canalize", "direct the flow of", "canalize"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["channelize", "send from one person or place to another", "channelize"], ["transfer", "send from one person or place to another", "transfer"], ["transport", "send from one person or place to another", "transport"], ["convey", "transmit or serve as the medium for transmission", "convey"]]}, {"answer": "channels", "hint": "synonyms for channels", "clues": [["channel", "send from one person or place to another", "channel"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["canalize", "direct the flow of", "canalize"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["channelize", "send from one person or place to another", "channelize"], ["transfer", "send from one person or place to another", "transfer"], ["transport", "send from one person or place to another", "transport"], ["convey", "transmit or serve as the medium for transmission", "convey"]]}, {"answer": "chanting", "hint": "synonyms for chanting", "clues": [["chant", "recite with musical intonation; recite as a chant or a psalm", "chant"], ["intone", "recite with musical intonation; recite as a chant or a psalm", "intone"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm", "cantillate"], ["tone", "utter monotonously and repetitively and rhythmically", "tone"]]}, {"answer": "char", "hint": "synonyms for char", "clues": [["coal", "burn to charcoal", "coal"], ["scorch", "burn slightly and superficially so as to affect color", "scorch"], ["sear", "burn slightly and superficially so as to affect color", "sear"], ["blacken", "burn slightly and superficially so as to affect color", "blacken"]]}, {"answer": "charge", "hint": "synonyms for charge", "clues": [["consign", "give over to another for care or safekeeping", "consign"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["buck", "move quickly and violently", "buck"], ["accuse", "blame for, make a claim of wrongdoing or misbehavior against", "accuse"], ["appoint", "assign a duty, responsibility or obligation to", "appoint"], ["blame", "attribute responsibility to", "blame"], ["send", "cause to be admitted; of persons to an institution", "send"], ["file", "file a formal charge against", "file"], ["saddle", "impose a task upon, assign a responsibility to", "saddle"], ["rouse", "cause to be agitated, excited, or roused", "rouse"], ["burden", "impose a task upon, assign a responsibility to", "burden"], ["shoot", "move quickly and violently", "shoot"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["level", "direct into a position for use", "level"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"], ["lodge", "file a formal charge against", "lodge"], ["bear down", "to make a rush at or sudden attack upon, as in battle", "bear down"], ["point", "direct into a position for use", "point"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["commit", "cause to be admitted; of persons to an institution", "commit"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["bill", "demand payment", "bill"], ["load", "provide (a device) with something necessary", "load"], ["shoot down", "move quickly and violently", "shoot down"], ["tear", "move quickly and violently", "tear"]]}, {"answer": "charm", "hint": "synonyms for charm", "clues": [["catch", "attract; cause to be enamored", "catch"], ["influence", "induce into action by using one's charm", "influence"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["becharm", "control by magic spells, as by practicing witchcraft", "becharm"], ["capture", "attract; cause to be enamored", "capture"], ["tempt", "induce into action by using one's charm", "tempt"]]}, {"answer": "charter", "hint": "synonyms for charter", "clues": [["lease", "hold under a lease or rental agreement; of goods and services", "lease"], ["rent", "engage for service under a term of contract", "rent"], ["hire", "engage for service under a term of contract", "hire"], ["take", "engage for service under a term of contract", "take"], ["engage", "engage for service under a term of contract", "engage"]]}, {"answer": "chase", "hint": "synonyms for chase", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["trail", "go after with the intent to catch", "trail"], ["furrow", "cut a furrow into a columns", "furrow"], ["chamfer", "cut a furrow into a columns", "chamfer"], ["dog", "go after with the intent to catch", "dog"], ["chase after", "pursue someone sexually or romantically", "chase after"], ["track", "go after with the intent to catch", "track"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "chased", "hint": "synonyms for chased", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["trail", "go after with the intent to catch", "trail"], ["furrow", "cut a furrow into a columns", "furrow"], ["chase", "cut a groove into", "chase"], ["dog", "go after with the intent to catch", "dog"], ["chase after", "pursue someone sexually or romantically", "chase after"], ["track", "go after with the intent to catch", "track"], ["chamfer", "cut a furrow into a columns", "chamfer"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "chasteness", "hint": "synonyms for chasteness", "clues": [["correct", "censure severely", "correct"], ["objurgate", "censure severely", "objurgate"], ["temper", "restrain", "temper"], ["tame", "correct by punishment or discipline", "tame"], ["subdue", "correct by punishment or discipline", "subdue"], ["castigate", "censure severely", "castigate"], ["chasten", "censure severely", "chasten"], ["chastise", "censure severely", "chastise"], ["moderate", "restrain", "moderate"]]}, {"answer": "chastening", "hint": "synonyms for chastening", "clues": [["correct", "censure severely", "correct"], ["objurgate", "censure severely", "objurgate"], ["temper", "restrain", "temper"], ["tame", "correct by punishment or discipline", "tame"], ["subdue", "correct by punishment or discipline", "subdue"], ["castigate", "censure severely", "castigate"], ["chasten", "censure severely", "chasten"], ["chastise", "censure severely", "chastise"], ["moderate", "restrain", "moderate"]]}, {"answer": "chat", "hint": "synonyms for chat", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"]]}, {"answer": "chatter", "hint": "synonyms for chatter", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["claver", "talk socially without exchanging too much information", "claver"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["click", "click repeatedly or uncontrollably", "click"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "chattering", "hint": "synonyms for chattering", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["claver", "talk socially without exchanging too much information", "claver"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["click", "click repeatedly or uncontrollably", "click"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "cheat", "hint": "synonyms for cheat", "clues": [["cheat on", "be sexually unfaithful to one's partner in marriage", "cheat on"], ["betray", "be sexually unfaithful to one's partner in marriage", "betray"], ["chisel", "engage in deceitful behavior; practice trickery or fraud", "chisel"], ["chouse", "defeat someone through trickery or deceit", "chouse"], ["jockey", "defeat someone through trickery or deceit", "jockey"], ["shaft", "defeat someone through trickery or deceit", "shaft"], ["chicane", "defeat someone through trickery or deceit", "chicane"], ["wander", "be sexually unfaithful to one's partner in marriage", "wander"], ["rip off", "deprive somebody of something by deceit", "rip off"], ["cuckold", "be sexually unfaithful to one's partner in marriage", "cuckold"], ["screw", "defeat someone through trickery or deceit", "screw"]]}, {"answer": "check", "hint": "synonyms for check", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"], ["checker", "mark into squares or draw squares on; draw crossed lines on", "checker"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"], ["see", "be careful or certain to do something; make certain of something", "see"], ["control", "be careful or certain to do something; make certain of something", "control"], ["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["check out", "be verified or confirmed; pass inspection", "check out"], ["tick off", "put a check mark on or near or next to", "tick off"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["tick", "put a check mark on or near or next to", "tick"], ["break", "become fractured; break or crack on the surface only", "break"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["check off", "put a check mark on or near or next to", "check off"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control", "condition"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["delay", "slow the growth or development of", "delay"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"], ["mark off", "put a check mark on or near or next to", "mark off"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["chink", "make cracks or chinks in", "chink"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["crack", "become fractured; break or crack on the surface only", "crack"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["retard", "slow the growth or development of", "retard"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["chequer", "mark into squares or draw squares on; draw crossed lines on", "chequer"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "find out"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"]]}, {"answer": "cheer", "hint": "synonyms for cheer", "clues": [["chirk up", "become cheerful", "chirk up"], ["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["recreate", "give encouragement to", "recreate"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["embolden", "give encouragement to", "embolden"], ["jolly up", "cause (somebody) to feel happier or more cheerful", "jolly up"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["cheer up", "cause (somebody) to feel happier or more cheerful", "cheer up"], ["hearten", "give encouragement to", "hearten"], ["jolly along", "cause (somebody) to feel happier or more cheerful", "jolly along"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"]]}, {"answer": "chewing", "hint": "synonyms for chewing", "clues": [["chew", "chew (food); to bite and grind with the teeth", "chew"], ["manducate", "chew (food); to bite and grind with the teeth", "manducate"], ["jaw", "chew (food); to bite and grind with the teeth", "jaw"], ["masticate", "chew (food); to bite and grind with the teeth", "masticate"]]}, {"answer": "chicane", "hint": "synonyms for chicane", "clues": [["cavil", "raise trivial objections", "cavil"], ["screw", "defeat someone through trickery or deceit", "screw"], ["carp", "raise trivial objections", "carp"], ["chouse", "defeat someone through trickery or deceit", "chouse"], ["jockey", "defeat someone through trickery or deceit", "jockey"], ["cheat", "defeat someone through trickery or deceit", "cheat"], ["shaft", "defeat someone through trickery or deceit", "shaft"]]}, {"answer": "chiding", "hint": "synonyms for chiding", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "chink", "hint": "synonyms for chink", "clues": [["tink", "make or emit a high sound", "tink"], ["check", "make cracks or chinks in", "check"], ["tinkle", "make or emit a high sound", "tinkle"], ["clink", "make or emit a high sound", "clink"]]}, {"answer": "chip", "hint": "synonyms for chip", "clues": [["break off", "break off (a piece from a whole)", "break off"], ["chip off", "break off (a piece from a whole)", "chip off"], ["come off", "break off (a piece from a whole)", "come off"], ["nick", "cut a nick into", "nick"], ["cut off", "break a small piece off from", "cut off"], ["knap", "break a small piece off from", "knap"], ["break away", "break off (a piece from a whole)", "break away"]]}, {"answer": "chipping", "hint": "synonyms for chipping", "clues": [["chip", "cut a nick into", "chip"], ["come off", "break off (a piece from a whole)", "come off"], ["knap", "break a small piece off from", "knap"], ["break off", "break off (a piece from a whole)", "break off"], ["chip off", "break off (a piece from a whole)", "chip off"], ["nick", "cut a nick into", "nick"], ["cut off", "break a small piece off from", "cut off"], ["break away", "break off (a piece from a whole)", "break away"]]}, {"answer": "chips", "hint": "synonyms for chips", "clues": [["chip", "cut a nick into", "chip"], ["come off", "break off (a piece from a whole)", "come off"], ["knap", "break a small piece off from", "knap"], ["break off", "break off (a piece from a whole)", "break off"], ["chip off", "break off (a piece from a whole)", "chip off"], ["nick", "cut a nick into", "nick"], ["cut off", "break a small piece off from", "cut off"], ["break away", "break off (a piece from a whole)", "break away"]]}, {"answer": "chirp", "hint": "synonyms for chirp", "clues": [["tweedle", "sing in modulation", "tweedle"], ["peep", "make high-pitched sounds", "peep"], ["cheep", "make high-pitched sounds", "cheep"], ["chirrup", "make high-pitched sounds", "chirrup"]]}, {"answer": "chit-chat", "hint": "synonyms for chit-chat", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "chitchat", "hint": "synonyms for chitchat", "clues": [["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "choke", "hint": "synonyms for choke", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["clog", "become or cause to become obstructed", "clog"], ["suffocate", "become stultified, suppressed, or stifled", "suffocate"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["back up", "become or cause to become obstructed", "back up"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["clog up", "become or cause to become obstructed", "clog up"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["stifle", "impair the respiration of or obstruct the air passage of", "stifle"], ["choke off", "become or cause to become obstructed", "choke off"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["strangle", "struggle for breath; have insufficient oxygen intake", "strangle"], ["foul", "become or cause to become obstructed", "foul"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["gag", "cause to retch or choke", "gag"], ["fret", "be too tight; rub or press", "fret"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["congest", "become or cause to become obstructed", "congest"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["throttle", "reduce the air supply", "throttle"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["scrag", "wring the neck of", "scrag"], ["asphyxiate", "impair the respiration of or obstruct the air passage of", "asphyxiate"]]}, {"answer": "choking", "hint": "synonyms for choking", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["clog", "become or cause to become obstructed", "clog"], ["suffocate", "become stultified, suppressed, or stifled", "suffocate"], ["choke", "struggle for breath; have insufficient oxygen intake", "choke"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["back up", "become or cause to become obstructed", "back up"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["clog up", "become or cause to become obstructed", "clog up"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["stifle", "impair the respiration of or obstruct the air passage of", "stifle"], ["choke off", "become or cause to become obstructed", "choke off"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["strangle", "struggle for breath; have insufficient oxygen intake", "strangle"], ["foul", "become or cause to become obstructed", "foul"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["gag", "cause to retch or choke", "gag"], ["fret", "be too tight; rub or press", "fret"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["congest", "become or cause to become obstructed", "congest"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["throttle", "reduce the air supply", "throttle"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["scrag", "wring the neck of", "scrag"], ["asphyxiate", "impair the respiration of or obstruct the air passage of", "asphyxiate"]]}, {"answer": "chosen", "hint": "synonyms for chosen", "clues": [["pick out", "pick out, select, or choose from a number of alternatives", "pick out"], ["choose", "see fit or proper to act in a certain way; decide to act in a certain way", "choose"], ["take", "pick out, select, or choose from a number of alternatives", "take"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["prefer", "select as an alternative over another", "prefer"], ["opt", "select as an alternative over another", "opt"]]}, {"answer": "chuck", "hint": "synonyms for chuck", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["pat", "pat or squeeze fondly or playfully, especially under the chin", "pat"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["toss", "throw carelessly", "toss"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["ditch", "throw away", "ditch"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "cipher", "hint": "synonyms for cipher", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["compute", "make a mathematical calculation or computation", "compute"], ["figure", "make a mathematical calculation or computation", "figure"], ["write in code", "convert ordinary language into code", "write in code"], ["encrypt", "convert ordinary language into code", "encrypt"], ["calculate", "make a mathematical calculation or computation", "calculate"], ["code", "convert ordinary language into code", "code"], ["inscribe", "convert ordinary language into code", "inscribe"]]}, {"answer": "cite", "hint": "synonyms for cite", "clues": [["reference", "refer to", "reference"], ["advert", "make reference to", "advert"], ["quote", "refer to for illustration or proof", "quote"], ["mention", "commend", "mention"], ["bring up", "make reference to", "bring up"], ["summons", "call in an official matter, such as to attend court", "summons"], ["abduce", "advance evidence for", "abduce"], ["refer", "make reference to", "refer"], ["name", "make reference to", "name"], ["adduce", "advance evidence for", "adduce"]]}, {"answer": "clack", "hint": "synonyms for clack", "clues": [["clatter", "make a rattling sound", "clatter"], ["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["click", "make a clucking sounds, characteristic of hens", "click"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["brattle", "make a rattling sound", "brattle"], ["cluck", "make a clucking sounds, characteristic of hens", "cluck"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "claim", "hint": "synonyms for claim", "clues": [["lay claim", "demand as being one's due or property; assert one's right or title to", "lay claim"], ["take", "lay claim to; as of an idea", "take"], ["arrogate", "demand as being one's due or property; assert one's right or title to", "arrogate"], ["exact", "take as an undesirable consequence of some event or state of affairs", "exact"]]}, {"answer": "clamber", "hint": "synonyms for clamber", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"]]}, {"answer": "clapping", "hint": "synonyms for clapping", "clues": [["spat", "clap one's hands together", "spat"], ["clap", "strike the air in flight", "clap"], ["acclaim", "clap one's hands or shout after performances to indicate approval", "acclaim"], ["applaud", "clap one's hands or shout after performances to indicate approval", "applaud"]]}, {"answer": "class", "hint": "synonyms for class", "clues": [["separate", "arrange or order by classes or categories", "separate"], ["sort out", "arrange or order by classes or categories", "sort out"], ["classify", "arrange or order by classes or categories", "classify"], ["sort", "arrange or order by classes or categories", "sort"], ["assort", "arrange or order by classes or categories", "assort"]]}, {"answer": "claxon", "hint": "synonyms for claxon", "clues": [["blare", "make a loud noise", "blare"], ["beep", "make a loud noise", "beep"], ["honk", "make a loud noise", "honk"], ["toot", "make a loud noise", "toot"]]}, {"answer": "cleaning", "hint": "synonyms for cleaning", "clues": [["houseclean", "clean and tidy up the house", "houseclean"], ["cleanse", "clean one's body or parts thereof, as by washing", "cleanse"], ["clean", "clean one's body or parts thereof, as by washing", "clean"], ["strip", "remove all contents or possession from, or empty completely", "strip"], ["clean house", "clean and tidy up the house", "clean house"], ["pick", "remove unwanted substances from, such as feathers or pits", "pick"], ["scavenge", "remove unwanted substances from", "scavenge"], ["make clean", "make clean by removing dirt, filth, or unwanted substances from", "make clean"]]}, {"answer": "clearing", "hint": "synonyms for clearing", "clues": [["clear", "become clear", "clear"], ["sack", "make as a net profit", "sack"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["pass", "go unchallenged; be approved", "pass"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["sack up", "make as a net profit", "sack up"], ["light up", "become clear", "light up"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["brighten", "become clear", "brighten"], ["assoil", "pronounce not guilty of criminal charges", "assoil"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["discharge", "pronounce not guilty of criminal charges", "discharge"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["clear up", "become clear", "clear up"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"], ["authorise", "grant authorization or clearance for", "authorise"], ["top", "pass by, over, or under without making contact", "top"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["net", "make as a net profit", "net"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["solve", "settle, as of a debt", "solve"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["unclutter", "rid of obstructions", "unclutter"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["acquit", "pronounce not guilty of criminal charges", "acquit"]]}, {"answer": "click", "hint": "synonyms for click", "clues": [["get across", "become clear or enter one's consciousness or emotions", "get across"], ["cluck", "make a clucking sounds, characteristic of hens", "cluck"], ["clack", "make a clucking sounds, characteristic of hens", "clack"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["snap", "cause to make a snapping sound", "snap"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["tick", "make a clicking or ticking sound", "tick"], ["chatter", "click repeatedly or uncontrollably", "chatter"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["flick", "cause to make a snapping sound", "flick"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "climb", "hint": "synonyms for climb", "clues": [["wax", "go up or advance", "wax"], ["rise", "increase in value or to a higher point", "rise"], ["mount", "go upward with gradual or continuous progress", "mount"], ["go up", "increase in value or to a higher point", "go up"], ["climb up", "go upward with gradual or continuous progress", "climb up"]]}, {"answer": "climbing", "hint": "synonyms for climbing", "clues": [["mount", "go upward with gradual or continuous progress", "mount"], ["climb up", "go upward with gradual or continuous progress", "climb up"], ["climb", "improve one's social status", "climb"], ["wax", "go up or advance", "wax"], ["go up", "go upward with gradual or continuous progress", "go up"], ["rise", "go up or advance", "rise"]]}, {"answer": "cling", "hint": "synonyms for cling", "clues": [["stick", "come or be in close contact with; stick or hold together and resist separation", "stick"], ["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["adhere", "come or be in close contact with; stick or hold together and resist separation", "adhere"], ["hang", "hold on tightly or tenaciously", "hang"], ["cleave", "come or be in close contact with; stick or hold together and resist separation", "cleave"]]}, {"answer": "clip", "hint": "synonyms for clip", "clues": [["snip", "sever or remove by pinching or snipping", "snip"], ["jog", "run at a moderately swift pace", "jog"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["dress", "cultivate, tend, and cut back the growth of", "dress"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent", "curtail"], ["trot", "run at a moderately swift pace", "trot"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent", "cut short"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["lop", "cultivate, tend, and cut back the growth of", "lop"]]}, {"answer": "clipping", "hint": "synonyms for clipping", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent", "curtail"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["clip", "run at a moderately swift pace", "clip"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["jog", "run at a moderately swift pace", "jog"], ["trot", "run at a moderately swift pace", "trot"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent", "cut short"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"]]}, {"answer": "cloak", "hint": "synonyms for cloak", "clues": [["clothe", "cover as if with clothing", "clothe"], ["drape", "cover as if with clothing", "drape"], ["dissemble", "hide under a false appearance", "dissemble"], ["mask", "hide under a false appearance", "mask"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "clobber", "hint": "synonyms for clobber", "clues": [["batter", "strike violently and repeatedly", "batter"], ["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["baste", "strike violently and repeatedly", "baste"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"]]}, {"answer": "clog", "hint": "synonyms for clog", "clues": [["constipate", "impede with a clog or as if with a clog", "constipate"], ["choke off", "become or cause to become obstructed", "choke off"], ["foul", "become or cause to become obstructed", "foul"], ["back up", "become or cause to become obstructed", "back up"], ["overload", "fill to excess so that function is impaired", "overload"], ["clot", "coalesce or unite in a mass", "clot"], ["congest", "become or cause to become obstructed", "congest"], ["clog up", "become or cause to become obstructed", "clog up"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "clopping", "hint": "synonyms for clopping", "clues": [["clump", "make or move along with a sound as of a horse's hooves striking the ground", "clump"], ["clop", "make or move along with a sound as of a horse's hooves striking the ground", "clop"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground", "clunk"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground", "plunk"]]}, {"answer": "clot", "hint": "synonyms for clot", "clues": [["coagulate", "cause to change from a liquid to a solid or thickened state", "coagulate"], ["clabber", "turn into curds", "clabber"], ["clog", "coalesce or unite in a mass", "clog"], ["curdle", "turn into curds", "curdle"]]}, {"answer": "clothes", "hint": "synonyms for clothes", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["garment", "provide with clothes or put clothes on", "garment"], ["drape", "cover as if with clothing", "drape"], ["cloak", "cover as if with clothing", "cloak"], ["dress", "provide with clothes or put clothes on", "dress"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["invest", "furnish with power or authority; of kings or emperors", "invest"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["adorn", "furnish with power or authority; of kings or emperors", "adorn"], ["tog", "provide with clothes or put clothes on", "tog"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "clothing", "hint": "synonyms for clothing", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["garment", "provide with clothes or put clothes on", "garment"], ["drape", "cover as if with clothing", "drape"], ["cloak", "cover as if with clothing", "cloak"], ["dress", "provide with clothes or put clothes on", "dress"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["invest", "furnish with power or authority; of kings or emperors", "invest"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["adorn", "furnish with power or authority; of kings or emperors", "adorn"], ["tog", "provide with clothes or put clothes on", "tog"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "clotting", "hint": "synonyms for clotting", "clues": [["clot", "turn into curds", "clot"], ["clabber", "turn into curds", "clabber"], ["coagulate", "change from a liquid to a thickened or solid state", "coagulate"], ["clog", "coalesce or unite in a mass", "clog"], ["curdle", "turn into curds", "curdle"]]}, {"answer": "cloud", "hint": "synonyms for cloud", "clues": [["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["obscure", "make less visible or unclear", "obscure"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["dapple", "colour with streaks or blotches of different shades", "dapple"], ["overcast", "make overcast or cloudy", "overcast"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["mottle", "colour with streaks or blotches of different shades", "mottle"], ["fog", "make less visible or unclear", "fog"], ["befog", "make less visible or unclear", "befog"]]}, {"answer": "clouding", "hint": "synonyms for clouding", "clues": [["mist", "make less visible or unclear", "mist"], ["cloud", "make less clear", "cloud"], ["overcast", "make overcast or cloudy", "overcast"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["befog", "make less visible or unclear", "befog"], ["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["obscure", "make less visible or unclear", "obscure"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["dapple", "colour with streaks or blotches of different shades", "dapple"], ["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["mottle", "colour with streaks or blotches of different shades", "mottle"], ["fog", "make less visible or unclear", "fog"]]}, {"answer": "clove", "hint": "synonyms for clove", "clues": [["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["adhere", "come or be in close contact with; stick or hold together and resist separation", "adhere"], ["cleave", "separate or cut with a tool, such as a sharp instrument", "cleave"], ["rive", "separate or cut with a tool, such as a sharp instrument", "rive"], ["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["stick", "come or be in close contact with; stick or hold together and resist separation", "stick"], ["split", "separate or cut with a tool, such as a sharp instrument", "split"]]}, {"answer": "clump", "hint": "synonyms for clump", "clues": [["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["clop", "make or move along with a sound as of a horse's hooves striking the ground", "clop"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground", "clunk"], ["cluster", "come together as in a cluster or flock", "cluster"], ["flock", "come together as in a cluster or flock", "flock"], ["constellate", "come together as in a cluster or flock", "constellate"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground", "plunk"], ["bundle", "gather or cause to gather into a cluster", "bundle"], ["bunch", "gather or cause to gather into a cluster", "bunch"]]}, {"answer": "clumping", "hint": "synonyms for clumping", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["clop", "make or move along with a sound as of a horse's hooves striking the ground", "clop"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground", "clunk"], ["bundle", "gather or cause to gather into a cluster", "bundle"], ["cluster", "come together as in a cluster or flock", "cluster"], ["flock", "come together as in a cluster or flock", "flock"], ["constellate", "come together as in a cluster or flock", "constellate"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground", "plunk"], ["bunch", "gather or cause to gather into a cluster", "bunch"]]}, {"answer": "clunking", "hint": "synonyms for clunking", "clues": [["clump", "make or move along with a sound as of a horse's hooves striking the ground", "clump"], ["clop", "make or move along with a sound as of a horse's hooves striking the ground", "clop"], ["clunk", "make or move along with a sound as of a horse's hooves striking the ground", "clunk"], ["plunk", "make or move along with a sound as of a horse's hooves striking the ground", "plunk"]]}, {"answer": "cluster", "hint": "synonyms for cluster", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["flock", "come together as in a cluster or flock", "flock"], ["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["constellate", "come together as in a cluster or flock", "constellate"], ["bundle", "gather or cause to gather into a cluster", "bundle"], ["bunch", "gather or cause to gather into a cluster", "bunch"]]}, {"answer": "clustering", "hint": "synonyms for clustering", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["bunch up", "gather or cause to gather into a cluster", "bunch up"], ["bundle", "gather or cause to gather into a cluster", "bundle"], ["cluster", "come together as in a cluster or flock", "cluster"], ["flock", "come together as in a cluster or flock", "flock"], ["constellate", "come together as in a cluster or flock", "constellate"], ["bunch", "gather or cause to gather into a cluster", "bunch"]]}, {"answer": "clutch", "hint": "synonyms for clutch", "clues": [["hold close", "hold firmly, usually with one's hands", "hold close"], ["hold tight", "hold firmly, usually with one's hands", "hold tight"], ["seize", "take hold of; grab", "seize"], ["get hold of", "affect", "get hold of"], ["cling to", "hold firmly, usually with one's hands", "cling to"], ["prehend", "take hold of; grab", "prehend"]]}, {"answer": "clutches", "hint": "synonyms for clutches", "clues": [["clutch", "hold firmly, usually with one's hands", "clutch"], ["hold close", "hold firmly, usually with one's hands", "hold close"], ["hold tight", "hold firmly, usually with one's hands", "hold tight"], ["cling to", "hold firmly, usually with one's hands", "cling to"], ["prehend", "take hold of; grab", "prehend"], ["seize", "take hold of; grab", "seize"], ["get hold of", "affect", "get hold of"]]}, {"answer": "coax", "hint": "synonyms for coax", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"]]}, {"answer": "cock", "hint": "synonyms for cock", "clues": [["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others", "ruffle"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"]]}, {"answer": "cocker", "hint": "synonyms for cocker", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"]]}, {"answer": "cockle", "hint": "synonyms for cockle", "clues": [["undulate", "stir up (water) so as to form ripples", "undulate"], ["rumple", "to gather something into small wrinkles or folds", "rumple"], ["ruffle", "stir up (water) so as to form ripples", "ruffle"], ["riffle", "stir up (water) so as to form ripples", "riffle"], ["knit", "to gather something into small wrinkles or folds", "knit"], ["pucker", "to gather something into small wrinkles or folds", "pucker"], ["ripple", "stir up (water) so as to form ripples", "ripple"]]}, {"answer": "code", "hint": "synonyms for code", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["inscribe", "convert ordinary language into code", "inscribe"], ["cypher", "convert ordinary language into code", "cypher"], ["write in code", "convert ordinary language into code", "write in code"], ["encrypt", "convert ordinary language into code", "encrypt"]]}, {"answer": "coding", "hint": "synonyms for coding", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["gull", "fool or hoax", "gull"], ["twit", "harass with persistent criticism or carping", "twit"], ["code", "attach a code to", "code"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["write in code", "convert ordinary language into code", "write in code"], ["encrypt", "convert ordinary language into code", "encrypt"], ["cypher", "convert ordinary language into code", "cypher"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["dupe", "fool or hoax", "dupe"], ["ride", "harass with persistent criticism or carping", "ride"], ["fool", "fool or hoax", "fool"], ["put one over", "fool or hoax", "put one over"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["befool", "fool or hoax", "befool"], ["put on", "fool or hoax", "put on"], ["tease", "harass with persistent criticism or carping", "tease"], ["put one across", "fool or hoax", "put one across"], ["inscribe", "convert ordinary language into code", "inscribe"]]}, {"answer": "coif", "hint": "synonyms for coif", "clues": [["coiffe", "arrange attractively", "coiffe"], ["do", "arrange attractively", "do"], ["set", "arrange attractively", "set"], ["dress", "arrange attractively", "dress"], ["arrange", "arrange attractively", "arrange"]]}, {"answer": "coiffure", "hint": "synonyms for coiffure", "clues": [["coiffe", "arrange attractively", "coiffe"], ["do", "arrange attractively", "do"], ["set", "arrange attractively", "set"], ["dress", "arrange attractively", "dress"], ["arrange", "arrange attractively", "arrange"], ["coif", "arrange attractively", "coif"]]}, {"answer": "coil", "hint": "synonyms for coil", "clues": [["hand-build", "make without a potter's wheel", "hand-build"], ["spiral", "to wind or move in a spiral course", "spiral"], ["loop", "wind around something in coils or loops", "loop"], ["curl", "wind around something in coils or loops", "curl"], ["gyrate", "to wind or move in a spiral course", "gyrate"]]}, {"answer": "collapse", "hint": "synonyms for collapse", "clues": [["break", "break down, literally or metaphorically", "break"], ["fall in", "break down, literally or metaphorically", "fall in"], ["break down", "collapse due to fatigue, an illness, or a sudden attack", "break down"], ["crumble", "fall apart", "crumble"], ["crack up", "suffer a nervous breakdown", "crack up"], ["cave in", "break down, literally or metaphorically", "cave in"], ["give", "break down, literally or metaphorically", "give"], ["break up", "suffer a nervous breakdown", "break up"], ["crack", "suffer a nervous breakdown", "crack"], ["founder", "break down, literally or metaphorically", "founder"], ["burst", "cause to burst", "burst"], ["tumble", "fall apart", "tumble"], ["give way", "break down, literally or metaphorically", "give way"]]}, {"answer": "collar", "hint": "synonyms for collar", "clues": [["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["apprehend", "take into custody", "apprehend"], ["nab", "take into custody", "nab"], ["nail", "take into custody", "nail"], ["pick up", "take into custody", "pick up"]]}, {"answer": "collecting", "hint": "synonyms for collecting", "clues": [["call for", "gather or collect", "call for"], ["pick up", "gather or collect", "pick up"], ["pile up", "get or gather together", "pile up"], ["collect", "call for and obtain payment of", "collect"], ["take in", "call for and obtain payment of", "take in"], ["roll up", "get or gather together", "roll up"], ["gather up", "gather or collect", "gather up"], ["accumulate", "get or gather together", "accumulate"], ["pull in", "get or bring together", "pull in"], ["gather", "assemble or get together", "gather"], ["garner", "assemble or get together", "garner"], ["pull together", "assemble or get together", "pull together"], ["amass", "get or gather together", "amass"], ["compile", "get or gather together", "compile"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "coloring", "hint": "synonyms for coloring", "clues": [["color", "affect as in thought or feeling", "color"], ["emblazon", "decorate with colors", "emblazon"], ["colourize", "add color to", "colourize"], ["colour in", "add color to", "colour in"], ["discolour", "change color, often in an undesired manner", "discolour"], ["tinge", "affect as in thought or feeling", "tinge"], ["colorise", "add color to", "colorise"], ["distort", "affect as in thought or feeling", "distort"], ["gloss", "give a deceptive explanation or excuse for", "gloss"]]}, {"answer": "colors", "hint": "synonyms for colors", "clues": [["color", "affect as in thought or feeling", "color"], ["emblazon", "decorate with colors", "emblazon"], ["colourize", "add color to", "colourize"], ["colour in", "add color to", "colour in"], ["discolour", "change color, often in an undesired manner", "discolour"], ["tinge", "affect as in thought or feeling", "tinge"], ["colorise", "add color to", "colorise"], ["distort", "affect as in thought or feeling", "distort"], ["gloss", "give a deceptive explanation or excuse for", "gloss"]]}, {"answer": "colouring", "hint": "synonyms for colouring", "clues": [["emblazon", "decorate with colors", "emblazon"], ["color", "affect as in thought or feeling", "color"], ["colourize", "add color to", "colourize"], ["colour in", "add color to", "colour in"], ["discolour", "change color, often in an undesired manner", "discolour"], ["tinge", "affect as in thought or feeling", "tinge"], ["colorise", "add color to", "colorise"], ["distort", "affect as in thought or feeling", "distort"], ["gloss", "give a deceptive explanation or excuse for", "gloss"]]}, {"answer": "colours", "hint": "synonyms for colours", "clues": [["emblazon", "decorate with colors", "emblazon"], ["color", "affect as in thought or feeling", "color"], ["colourize", "add color to", "colourize"], ["colour in", "add color to", "colour in"], ["discolour", "change color, often in an undesired manner", "discolour"], ["tinge", "affect as in thought or feeling", "tinge"], ["colorise", "add color to", "colorise"], ["distort", "affect as in thought or feeling", "distort"], ["gloss", "give a deceptive explanation or excuse for", "gloss"]]}, {"answer": "combine", "hint": "synonyms for combine", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["unite", "have or possess in combination", "unite"], ["aggregate", "gather in a mass, sum, or whole", "aggregate"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["compound", "combine so as to form a whole; mix", "compound"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "combing", "hint": "synonyms for combing", "clues": [["comb", "search thoroughly", "comb"], ["ransack", "search thoroughly", "ransack"], ["comb out", "smoothen and neaten with or as with a comb", "comb out"], ["disentangle", "smoothen and neaten with or as with a comb", "disentangle"]]}, {"answer": "combining", "hint": "synonyms for combining", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["flux", "mix together different elements", "flux"], ["unite", "have or possess in combination", "unite"], ["meld", "mix together different elements", "meld"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["immix", "mix together different elements", "immix"], ["combine", "join for a common purpose or in a common action", "combine"], ["aggregate", "gather in a mass, sum, or whole", "aggregate"], ["merge", "mix together different elements", "merge"], ["commingle", "mix together different elements", "commingle"], ["compound", "combine so as to form a whole; mix", "compound"], ["blend", "mix together different elements", "blend"]]}, {"answer": "come", "hint": "synonyms for come", "clues": [["amount", "develop into", "amount"], ["follow", "to be the product or result", "follow"], ["arrive", "reach a destination; arrive by movement or progress", "arrive"], ["occur", "come to one's mind; suggest itself", "occur"], ["make out", "proceed or get along", "make out"], ["do", "proceed or get along", "do"], ["fall", "come under, be classified or included", "fall"], ["derive", "come from; be connected by a relationship of blood, for example", "derive"], ["total", "add up in number or quantity", "total"], ["descend", "come from; be connected by a relationship of blood, for example", "descend"], ["number", "add up in number or quantity", "number"], ["come up", "move toward, travel toward something or somebody or approach something or somebody", "come up"], ["get", "reach a destination; arrive by movement or progress", "get"], ["issue forth", "come forth", "issue forth"], ["add up", "add up in number or quantity", "add up"], ["hail", "be a native of", "hail"], ["fare", "proceed or get along", "fare"], ["come in", "be received", "come in"], ["get along", "proceed or get along", "get along"]]}, {"answer": "comfort", "hint": "synonyms for comfort", "clues": [["solace", "give moral or emotional strength to", "solace"], ["soothe", "give moral or emotional strength to", "soothe"], ["ease", "lessen pain or discomfort; alleviate", "ease"], ["console", "give moral or emotional strength to", "console"]]}, {"answer": "comforts", "hint": "synonyms for comforts", "clues": [["ease", "lessen pain or discomfort; alleviate", "ease"], ["comfort", "give moral or emotional strength to", "comfort"], ["soothe", "give moral or emotional strength to", "soothe"], ["solace", "give moral or emotional strength to", "solace"], ["console", "give moral or emotional strength to", "console"]]}, {"answer": "command", "hint": "synonyms for command", "clues": [["require", "make someone do something", "require"], ["dominate", "look down on", "dominate"], ["overtop", "look down on", "overtop"], ["overlook", "look down on", "overlook"], ["control", "exercise authoritative control or power over", "control"]]}, {"answer": "comment", "hint": "synonyms for comment", "clues": [["annotate", "provide interlinear explanations for words or phrases", "annotate"], ["point out", "make or write a comment on", "point out"], ["gloss", "provide interlinear explanations for words or phrases", "gloss"], ["remark", "make or write a comment on", "remark"], ["notice", "make or write a comment on", "notice"]]}, {"answer": "communicating", "hint": "synonyms for communicating", "clues": [["intercommunicate", "transmit thoughts or feelings", "intercommunicate"], ["communicate", "receive Communion, in the Catholic church", "communicate"], ["put across", "transmit information", "put across"], ["pass along", "transmit information", "pass along"], ["convey", "transfer to another", "convey"], ["pass", "transmit information", "pass"], ["commune", "receive Communion, in the Catholic church", "commune"], ["transmit", "transfer to another", "transmit"], ["pass on", "transmit information", "pass on"]]}, {"answer": "commute", "hint": "synonyms for commute", "clues": [["transpose", "change the order or arrangement of", "transpose"], ["permute", "change the order or arrangement of", "permute"], ["convert", "exchange or replace with another, usually of the same kind or category", "convert"], ["exchange", "exchange or replace with another, usually of the same kind or category", "exchange"]]}, {"answer": "commuting", "hint": "synonyms for commuting", "clues": [["transpose", "change the order or arrangement of", "transpose"], ["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["convert", "exchange or replace with another, usually of the same kind or category", "convert"], ["change", "exchange or replace with another, usually of the same kind or category", "change"], ["permute", "change the order or arrangement of", "permute"]]}, {"answer": "compass", "hint": "synonyms for compass", "clues": [["grasp", "get the meaning of something", "grasp"], ["comprehend", "get the meaning of something", "comprehend"], ["apprehend", "get the meaning of something", "apprehend"], ["circumnavigate", "travel around, either by plane or ship", "circumnavigate"], ["dig", "get the meaning of something", "dig"], ["savvy", "get the meaning of something", "savvy"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "compiling", "hint": "synonyms for compiling", "clues": [["pile up", "get or gather together", "pile up"], ["roll up", "get or gather together", "roll up"], ["amass", "get or gather together", "amass"], ["compose", "put together out of existing material", "compose"], ["compile", "put together out of existing material", "compile"], ["collect", "get or gather together", "collect"], ["accumulate", "get or gather together", "accumulate"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "composing", "hint": "synonyms for composing", "clues": [["compose", "produce a literary work", "compose"], ["indite", "produce a literary work", "indite"], ["draw up", "make up plans or basic details for", "draw up"], ["pen", "produce a literary work", "pen"], ["write", "produce a literary work", "write"], ["frame", "make up plans or basic details for", "frame"], ["compile", "put together out of existing material", "compile"]]}, {"answer": "compounding", "hint": "synonyms for compounding", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["intensify", "make more intense, stronger, or more marked; ,", "intensify"], ["compound", "make more intense, stronger, or more marked; ,", "compound"], ["combine", "combine so as to form a whole; mix", "combine"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"]]}, {"answer": "compress", "hint": "synonyms for compress", "clues": [["press", "squeeze or press together", "press"], ["pack together", "make more compact by or as if by pressing", "pack together"], ["compact", "make more compact by or as if by pressing", "compact"], ["squeeze", "squeeze or press together", "squeeze"], ["constrict", "squeeze or press together", "constrict"], ["contract", "squeeze or press together", "contract"]]}, {"answer": "compressing", "hint": "synonyms for compressing", "clues": [["pack together", "make more compact by or as if by pressing", "pack together"], ["compact", "make more compact by or as if by pressing", "compact"], ["squeeze", "squeeze or press together", "squeeze"], ["compress", "make more compact by or as if by pressing", "compress"], ["constrict", "squeeze or press together", "constrict"], ["press", "squeeze or press together", "press"], ["contract", "squeeze or press together", "contract"]]}, {"answer": "computing", "hint": "synonyms for computing", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["compute", "make a mathematical calculation or computation", "compute"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["figure", "make a mathematical calculation or computation", "figure"], ["calculate", "make a mathematical calculation or computation", "calculate"]]}, {"answer": "conceding", "hint": "synonyms for conceding", "clues": [["concede", "be willing to concede", "concede"], ["confess", "admit (to a wrongdoing)", "confess"], ["grant", "give over; surrender or relinquish to the physical control of another", "grant"], ["cede", "give over; surrender or relinquish to the physical control of another", "cede"], ["yield", "give over; surrender or relinquish to the physical control of another", "yield"], ["profess", "admit (to a wrongdoing)", "profess"]]}, {"answer": "concentrate", "hint": "synonyms for concentrate", "clues": [["condense", "compress or concentrate", "condense"], ["decoct", "be cooked until very little liquid is left", "decoct"], ["centre", "direct one's attention on something", "centre"], ["focus", "direct one's attention on something", "focus"], ["rivet", "direct one's attention on something", "rivet"], ["centralise", "make central", "centralise"], ["digest", "make more concise", "digest"], ["contract", "compress or concentrate", "contract"], ["boil down", "be cooked until very little liquid is left", "boil down"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["reduce", "be cooked until very little liquid is left", "reduce"]]}, {"answer": "concern", "hint": "synonyms for concern", "clues": [["come to", "be relevant to", "come to"], ["have-to doe with", "be relevant to", "have-to doe with"], ["bear on", "be relevant to", "bear on"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["worry", "be on the mind of", "worry"], ["pertain", "be relevant to", "pertain"], ["interest", "be on the mind of", "interest"], ["occupy", "be on the mind of", "occupy"], ["touch", "be relevant to", "touch"], ["refer", "be relevant to", "refer"]]}, {"answer": "concord", "hint": "synonyms for concord", "clues": [["accord", "go together", "accord"], ["harmonize", "go together", "harmonize"], ["consort", "go together", "consort"], ["hold", "be in accord; be in agreement", "hold"], ["concur", "be in accord; be in agreement", "concur"], ["agree", "be in accord; be in agreement", "agree"], ["fit in", "go together", "fit in"]]}, {"answer": "condensing", "hint": "synonyms for condensing", "clues": [["condense", "become more compact or concentrated", "condense"], ["distill", "undergo condensation; change from a gaseous to a liquid state and fall in drops", "distill"], ["concentrate", "compress or concentrate", "concentrate"], ["digest", "make more concise", "digest"], ["contract", "compress or concentrate", "contract"]]}, {"answer": "condition", "hint": "synonyms for condition", "clues": [["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "qualify"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "specify"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"]]}, {"answer": "conditioning", "hint": "synonyms for conditioning", "clues": [["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["condition", "put into a better state", "condition"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "specify"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "qualify"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"]]}, {"answer": "conditions", "hint": "synonyms for conditions", "clues": [["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["condition", "put into a better state", "condition"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "specify"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "qualify"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"]]}, {"answer": "conduct", "hint": "synonyms for conduct", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["deport", "behave in a certain manner", "deport"], ["deal", "direct the course of; manage or control", "deal"], ["take", "take somebody somewhere", "take"], ["direct", "lead, as in the performance of a composition", "direct"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["comport", "behave in a certain manner", "comport"], ["convey", "transmit or serve as the medium for transmission", "convey"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["acquit", "behave in a certain manner", "acquit"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["carry on", "direct the course of; manage or control", "carry on"], ["behave", "behave in a certain manner", "behave"], ["bear", "behave in a certain manner", "bear"], ["channel", "transmit or serve as the medium for transmission", "channel"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "conducting", "hint": "synonyms for conducting", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["deport", "behave in a certain manner", "deport"], ["deal", "direct the course of; manage or control", "deal"], ["take", "take somebody somewhere", "take"], ["direct", "lead, as in the performance of a composition", "direct"], ["conduct", "lead, as in the performance of a composition", "conduct"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["comport", "behave in a certain manner", "comport"], ["convey", "transmit or serve as the medium for transmission", "convey"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["acquit", "behave in a certain manner", "acquit"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["carry on", "direct the course of; manage or control", "carry on"], ["behave", "behave in a certain manner", "behave"], ["bear", "behave in a certain manner", "bear"], ["channel", "transmit or serve as the medium for transmission", "channel"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "confab", "hint": "synonyms for confab", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["consult", "have a conference in order to talk something over", "consult"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["confabulate", "have a conference in order to talk something over", "confabulate"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confer", "have a conference in order to talk something over", "confer"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "confines", "hint": "synonyms for confines", "clues": [["hold in", "close in; darkness enclosed him\"", "hold in"], ["throttle", "place limits on (extent or access)", "throttle"], ["circumscribe", "restrict or confine,", "circumscribe"], ["enclose", "close in; darkness enclosed him\"", "enclose"], ["confine", "deprive of freedom; take into confinement", "confine"], ["detain", "deprive of freedom; take into confinement", "detain"], ["limit", "place limits on (extent or access)", "limit"], ["bound", "place limits on (extent or access)", "bound"], ["restrict", "place limits on (extent or access)", "restrict"], ["restrain", "place limits on (extent or access)", "restrain"], ["hold", "to close within bounds, limit or hold back from movement", "hold"], ["trammel", "place limits on (extent or access)", "trammel"]]}, {"answer": "conjecture", "hint": "synonyms for conjecture", "clues": [["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["suppose", "to believe especially on uncertain or tentative grounds", "suppose"]]}, {"answer": "conjuring", "hint": "synonyms for conjuring", "clues": [["machinate", "engage in plotting or enter into a conspiracy, swear together", "machinate"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["bid", "ask for or request earnestly", "bid"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["entreat", "ask for or request earnestly", "entreat"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["complot", "engage in plotting or enter into a conspiracy, swear together", "complot"], ["conjure", "ask for or request earnestly", "conjure"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["cabal", "engage in plotting or enter into a conspiracy, swear together", "cabal"], ["press", "ask for or request earnestly", "press"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["conspire", "engage in plotting or enter into a conspiracy, swear together", "conspire"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["beseech", "ask for or request earnestly", "beseech"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["adjure", "ask for or request earnestly", "adjure"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "conk", "hint": "synonyms for conk", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["swoon", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "swoon"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["stall", "come to a stop", "stall"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["pass out", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "pass out"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["faint", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "faint"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "conquering", "hint": "synonyms for conquering", "clues": [["seize", "take possession of by force, as after an invasion", "seize"], ["subdue", "to put down by force or authority", "subdue"], ["conquer", "take possession of by force, as after an invasion", "conquer"], ["appropriate", "take possession of by force, as after an invasion", "appropriate"], ["suppress", "to put down by force or authority", "suppress"], ["curb", "to put down by force or authority", "curb"], ["stamp down", "to put down by force or authority", "stamp down"], ["inhibit", "to put down by force or authority", "inhibit"], ["capture", "take possession of by force, as after an invasion", "capture"]]}, {"answer": "conserve", "hint": "synonyms for conserve", "clues": [["husband", "use cautiously and frugally", "husband"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction", "maintain"], ["economise", "use cautiously and frugally", "economise"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"]]}, {"answer": "conserves", "hint": "synonyms for conserves", "clues": [["husband", "use cautiously and frugally", "husband"], ["conserve", "preserve with sugar", "conserve"], ["economize", "use cautiously and frugally", "economize"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction", "maintain"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"]]}, {"answer": "consort", "hint": "synonyms for consort", "clues": [["associate", "keep company with; hang out with", "associate"], ["assort", "keep company with; hang out with", "assort"], ["accord", "go together", "accord"], ["concord", "go together", "concord"], ["harmonize", "go together", "harmonize"], ["affiliate", "keep company with; hang out with", "affiliate"], ["run", "keep company", "run"], ["fit in", "go together", "fit in"], ["agree", "go together", "agree"]]}, {"answer": "construct", "hint": "synonyms for construct", "clues": [["reconstruct", "reassemble mentally", "reconstruct"], ["fabricate", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "fabricate"], ["build", "make by combining materials and parts", "build"], ["retrace", "reassemble mentally", "retrace"], ["make", "make by combining materials and parts", "make"], ["manufacture", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "manufacture"]]}, {"answer": "contact", "hint": "synonyms for contact", "clues": [["get hold of", "be in or establish communication with", "get hold of"], ["adjoin", "be in direct physical contact with; make contact", "adjoin"], ["touch", "be in direct physical contact with; make contact", "touch"], ["meet", "be in direct physical contact with; make contact", "meet"], ["get through", "be in or establish communication with", "get through"], ["reach", "be in or establish communication with", "reach"]]}, {"answer": "contract", "hint": "synonyms for contract", "clues": [["undertake", "enter into a contractual arrangement", "undertake"], ["sign", "engage by written agreement", "sign"], ["condense", "compress or concentrate", "condense"], ["constrict", "squeeze or press together", "constrict"], ["concentrate", "compress or concentrate", "concentrate"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["compact", "squeeze or press together", "compact"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["press", "squeeze or press together", "press"], ["sign up", "engage by written agreement", "sign up"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["take", "be stricken by an illness, fall victim to an illness", "take"], ["narrow", "make or become more narrow or restricted", "narrow"], ["sign on", "engage by written agreement", "sign on"], ["squeeze", "squeeze or press together", "squeeze"], ["shrink", "become smaller or draw together", "shrink"], ["get", "be stricken by an illness, fall victim to an illness", "get"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["compress", "squeeze or press together", "compress"], ["shorten", "reduce in scope while retaining essential elements", "shorten"]]}, {"answer": "contracting", "hint": "synonyms for contracting", "clues": [["contract", "engage by written agreement", "contract"], ["undertake", "enter into a contractual arrangement", "undertake"], ["sign", "engage by written agreement", "sign"], ["condense", "compress or concentrate", "condense"], ["constrict", "squeeze or press together", "constrict"], ["concentrate", "compress or concentrate", "concentrate"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["compact", "squeeze or press together", "compact"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["press", "squeeze or press together", "press"], ["sign up", "engage by written agreement", "sign up"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["take", "be stricken by an illness, fall victim to an illness", "take"], ["sign on", "engage by written agreement", "sign on"], ["squeeze", "squeeze or press together", "squeeze"], ["narrow", "make or become more narrow or restricted", "narrow"], ["shrink", "become smaller or draw together", "shrink"], ["get", "be stricken by an illness, fall victim to an illness", "get"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["compress", "squeeze or press together", "compress"], ["shorten", "reduce in scope while retaining essential elements", "shorten"]]}, {"answer": "control", "hint": "synonyms for control", "clues": [["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["verify", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "verify"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["master", "have a firm understanding or knowledge of; be on top of", "master"], ["see", "be careful or certain to do something; make certain of something", "see"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["command", "exercise authoritative control or power over", "command"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["operate", "handle and cause to function", "operate"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage", "keep in line"], ["manipulate", "control (others or oneself) or influence skillfully, usually to one's advantage", "manipulate"]]}, {"answer": "convert", "hint": "synonyms for convert", "clues": [["win over", "make (someone) agree, understand, or realize the truth or validity of something", "win over"], ["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["convince", "make (someone) agree, understand, or realize the truth or validity of something", "convince"], ["exchange", "exchange a penalty for a less severe one", "exchange"], ["change over", "change from one system to another or to a new plan or policy", "change over"]]}, {"answer": "conveying", "hint": "synonyms for conveying", "clues": [["convey", "transmit a title or property", "convey"], ["fetch", "go or come after and bring or take back", "fetch"], ["bring", "go or come after and bring or take back", "bring"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["express", "serve as a means for expressing something", "express"], ["take", "take something or somebody with oneself somewhere", "take"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["communicate", "transfer to another", "communicate"], ["get", "go or come after and bring or take back", "get"], ["channel", "transmit or serve as the medium for transmission", "channel"]]}, {"answer": "cook", "hint": "synonyms for cook", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["fix", "prepare for eating by applying heat", "fix"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["ready", "prepare for eating by applying heat", "ready"], ["prepare", "prepare for eating by applying heat", "prepare"], ["fake", "tamper, with the purpose of deception", "fake"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["make", "prepare for eating by applying heat", "make"]]}, {"answer": "cooking", "hint": "synonyms for cooking", "clues": [["cook", "transform and make suitable for consumption by heating", "cook"], ["fix", "prepare for eating by applying heat", "fix"], ["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["ready", "prepare for eating by applying heat", "ready"], ["prepare", "prepare for eating by applying heat", "prepare"], ["fake", "tamper, with the purpose of deception", "fake"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["make", "prepare for eating by applying heat", "make"]]}, {"answer": "cooling", "hint": "synonyms for cooling", "clues": [["cool down", "make cool or cooler", "cool down"], ["chill", "loose heat", "chill"], ["cool", "lose intensity", "cool"], ["cool off", "lose intensity", "cool off"]]}, {"answer": "cop", "hint": "synonyms for cop", "clues": [["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["hook", "take by theft", "hook"], ["apprehend", "take into custody", "apprehend"], ["nail", "take into custody", "nail"], ["pick up", "take into custody", "pick up"], ["snitch", "take by theft", "snitch"], ["nab", "take into custody", "nab"], ["arrest", "take into custody", "arrest"], ["collar", "take into custody", "collar"]]}, {"answer": "cope", "hint": "synonyms for cope", "clues": [["make out", "come to terms with", "make out"], ["grapple", "come to terms with", "grapple"], ["get by", "come to terms with", "get by"], ["make do", "come to terms with", "make do"], ["deal", "come to terms with", "deal"], ["contend", "come to terms with", "contend"], ["manage", "come to terms with", "manage"]]}, {"answer": "coping", "hint": "synonyms for coping", "clues": [["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["hook", "take by theft", "hook"], ["make do", "come to terms with", "make do"], ["apprehend", "take into custody", "apprehend"], ["deal", "come to terms with", "deal"], ["contend", "come to terms with", "contend"], ["snitch", "take by theft", "snitch"], ["make out", "come to terms with", "make out"], ["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["collar", "take into custody", "collar"], ["get by", "come to terms with", "get by"], ["grapple", "come to terms with", "grapple"], ["nail", "take into custody", "nail"], ["pick up", "take into custody", "pick up"], ["nab", "take into custody", "nab"], ["manage", "come to terms with", "manage"]]}, {"answer": "copy", "hint": "synonyms for copy", "clues": [["replicate", "reproduce or make an exact copy of", "replicate"], ["simulate", "reproduce someone's behavior or looks", "simulate"], ["re-create", "make a replica of", "re-create"], ["imitate", "reproduce someone's behavior or looks", "imitate"]]}, {"answer": "copying", "hint": "synonyms for copying", "clues": [["replicate", "reproduce or make an exact copy of", "replicate"], ["copy", "reproduce someone's behavior or looks", "copy"], ["re-create", "make a replica of", "re-create"], ["simulate", "reproduce someone's behavior or looks", "simulate"], ["imitate", "reproduce someone's behavior or looks", "imitate"]]}, {"answer": "coquette", "hint": "synonyms for coquette", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["dally", "talk or behave amorously, without serious intentions", "dally"], ["flirt", "talk or behave amorously, without serious intentions", "flirt"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"], ["coquet", "talk or behave amorously, without serious intentions", "coquet"]]}, {"answer": "couch", "hint": "synonyms for couch", "clues": [["cast", "formulate in a particular style or language", "cast"], ["frame", "formulate in a particular style or language", "frame"], ["put", "formulate in a particular style or language", "put"], ["redact", "formulate in a particular style or language", "redact"]]}, {"answer": "count", "hint": "synonyms for count", "clues": [["enumerate", "determine the number or amount of", "enumerate"], ["calculate", "have faith or confidence in", "calculate"], ["reckon", "take account of", "reckon"], ["number", "put into a group", "number"], ["look", "have faith or confidence in", "look"], ["bet", "have faith or confidence in", "bet"], ["matter", "have weight; have import, carry weight", "matter"], ["consider", "show consideration for; take into account", "consider"], ["weigh", "have weight; have import, carry weight", "weigh"], ["depend", "have faith or confidence in", "depend"]]}, {"answer": "counterbalance", "hint": "synonyms for counterbalance", "clues": [["oppose", "contrast with equal weight or force", "oppose"], ["even up", "adjust for", "even up"], ["make up", "adjust for", "make up"], ["compensate", "adjust for", "compensate"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["correct", "adjust for", "correct"], ["counteract", "oppose and mitigate the effects of by contrary actions", "counteract"], ["neutralize", "oppose and mitigate the effects of by contrary actions", "neutralize"], ["countervail", "oppose and mitigate the effects of by contrary actions", "countervail"]]}, {"answer": "countermand", "hint": "synonyms for countermand", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["reverse", "cancel officially", "reverse"], ["rescind", "cancel officially", "rescind"], ["vacate", "cancel officially", "vacate"], ["annul", "cancel officially", "annul"], ["overturn", "cancel officially", "overturn"], ["revoke", "cancel officially", "revoke"]]}, {"answer": "countermine", "hint": "synonyms for countermine", "clues": [["undermine", "destroy property or hinder normal operations", "undermine"], ["weaken", "destroy property or hinder normal operations", "weaken"], ["subvert", "destroy property or hinder normal operations", "subvert"], ["sabotage", "destroy property or hinder normal operations", "sabotage"], ["counteract", "destroy property or hinder normal operations", "counteract"]]}, {"answer": "countess", "hint": "synonyms for countess", "clues": [["reckon", "take account of", "reckon"], ["count", "include as if by counting", "count"], ["consider", "show consideration for; take into account", "consider"], ["numerate", "determine the number or amount of", "numerate"], ["weigh", "have weight; have import, carry weight", "weigh"], ["depend", "have faith or confidence in", "depend"], ["calculate", "have faith or confidence in", "calculate"], ["number", "put into a group", "number"], ["matter", "have weight; have import, carry weight", "matter"], ["bet", "have faith or confidence in", "bet"], ["look", "have faith or confidence in", "look"]]}, {"answer": "counting", "hint": "synonyms for counting", "clues": [["reckon", "take account of", "reckon"], ["count", "include as if by counting", "count"], ["consider", "show consideration for; take into account", "consider"], ["numerate", "determine the number or amount of", "numerate"], ["weigh", "have weight; have import, carry weight", "weigh"], ["depend", "have faith or confidence in", "depend"], ["calculate", "have faith or confidence in", "calculate"], ["number", "put into a group", "number"], ["matter", "have weight; have import, carry weight", "matter"], ["bet", "have faith or confidence in", "bet"], ["look", "have faith or confidence in", "look"]]}, {"answer": "couple", "hint": "synonyms for couple", "clues": [["pair", "form a pair or pairs", "pair"], ["pair off", "form a pair or pairs", "pair off"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["twin", "bring two objects, ideas, or people together", "twin"], ["couple on", "link together", "couple on"], ["couple up", "link together", "couple up"], ["copulate", "engage in sexual intercourse", "copulate"], ["partner off", "form a pair or pairs", "partner off"]]}, {"answer": "coupling", "hint": "synonyms for coupling", "clues": [["pair", "form a pair or pairs", "pair"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["pair off", "form a pair or pairs", "pair off"], ["twin", "bring two objects, ideas, or people together", "twin"], ["couple on", "link together", "couple on"], ["couple up", "link together", "couple up"], ["copulate", "engage in sexual intercourse", "copulate"], ["partner off", "form a pair or pairs", "partner off"]]}, {"answer": "coursing", "hint": "synonyms for coursing", "clues": [["course", "move along, of liquids", "course"], ["feed", "move along, of liquids", "feed"], ["flow", "move along, of liquids", "flow"], ["run", "move along, of liquids", "run"]]}, {"answer": "courting", "hint": "synonyms for courting", "clues": [["solicit", "make amorous advances towards", "solicit"], ["romance", "make amorous advances towards", "romance"], ["court", "engage in social activities leading to marriage", "court"], ["woo", "seek someone's favor", "woo"]]}, {"answer": "cover", "hint": "synonyms for cover", "clues": [["get over", "travel across or pass over", "get over"], ["cover up", "hide from view or knowledge", "cover up"], ["report", "be responsible for reporting the details of, as in journalism", "report"], ["brood", "sit on (eggs)", "brood"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory", "comprehend"], ["insure", "protect by insurance", "insure"], ["hatch", "sit on (eggs)", "hatch"], ["enshroud", "cover as if with a shroud", "enshroud"], ["wrap up", "clothe, as if for protection from the elements", "wrap up"], ["cross", "travel across or pass over", "cross"], ["continue", "span an interval of distance, space or time", "continue"], ["extend", "span an interval of distance, space or time", "extend"], ["address", "act on verbally or in some form of artistic expression", "address"], ["cut through", "travel across or pass over", "cut through"], ["underwrite", "protect by insurance", "underwrite"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "overcompensate"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["pass over", "travel across or pass over", "pass over"], ["overlay", "put something on top of something else", "overlay"], ["incubate", "sit on (eggs)", "incubate"], ["compensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "compensate"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["cut across", "travel across or pass over", "cut across"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory", "encompass"], ["spread over", "form a cover over", "spread over"], ["track", "travel across or pass over", "track"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory", "embrace"], ["traverse", "travel across or pass over", "traverse"], ["breed", "copulate with a female, used especially of horses", "breed"], ["hide", "cover as if with a shroud", "hide"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "covering", "hint": "synonyms for covering", "clues": [["cover", "maintain a check on; especially by patrolling", "cover"], ["cover up", "hide from view or knowledge", "cover up"], ["report", "be responsible for reporting the details of, as in journalism", "report"], ["brood", "sit on (eggs)", "brood"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory", "comprehend"], ["hatch", "sit on (eggs)", "hatch"], ["wrap up", "clothe, as if for protection from the elements", "wrap up"], ["extend", "span an interval of distance, space or time", "extend"], ["address", "act on verbally or in some form of artistic expression", "address"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["shroud", "cover as if with a shroud", "shroud"], ["pass over", "travel across or pass over", "pass over"], ["overlay", "put something on top of something else", "overlay"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["traverse", "travel across or pass over", "traverse"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory", "embrace"], ["get over", "travel across or pass over", "get over"], ["insure", "protect by insurance", "insure"], ["cross", "travel across or pass over", "cross"], ["continue", "span an interval of distance, space or time", "continue"], ["underwrite", "protect by insurance", "underwrite"], ["cut through", "travel across or pass over", "cut through"], ["incubate", "sit on (eggs)", "incubate"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "overcompensate"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["compensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "compensate"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory", "encompass"], ["spread over", "form a cover over", "spread over"], ["breed", "copulate with a female, used especially of horses", "breed"], ["hide", "cover as if with a shroud", "hide"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "crab", "hint": "synonyms for crab", "clues": [["bitch", "complain", "bitch"], ["squawk", "complain", "squawk"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["holler", "complain", "holler"], ["grouse", "complain", "grouse"], ["gripe", "complain", "gripe"]]}, {"answer": "crabs", "hint": "synonyms for crabs", "clues": [["bitch", "complain", "bitch"], ["squawk", "complain", "squawk"], ["holler", "complain", "holler"], ["gripe", "complain", "gripe"], ["crab", "complain", "crab"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["grouse", "complain", "grouse"]]}, {"answer": "crackling", "hint": "synonyms for crackling", "clues": [["crackle", "to become, or to cause to become, covered with a network of small cracks", "crackle"], ["scranch", "make a crushing noise", "scranch"], ["crunch", "make a crushing noise", "crunch"], ["crepitate", "make a crackling sound", "crepitate"]]}, {"answer": "cracklings", "hint": "synonyms for cracklings", "clues": [["crackle", "to become, or to cause to become, covered with a network of small cracks", "crackle"], ["scranch", "make a crushing noise", "scranch"], ["crunch", "make a crushing noise", "crunch"], ["crepitate", "make a crackling sound", "crepitate"]]}, {"answer": "crap", "hint": "synonyms for crap", "clues": [["stool", "have a bowel movement", "stool"], ["shit", "have a bowel movement", "shit"], ["take a crap", "have a bowel movement", "take a crap"], ["ca-ca", "have a bowel movement", "ca-ca"], ["take a shit", "have a bowel movement", "take a shit"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"]]}, {"answer": "crape", "hint": "synonyms for crape", "clues": [["frizzle", "curl tightly", "frizzle"], ["crimp", "curl tightly", "crimp"], ["kink up", "curl tightly", "kink up"], ["kink", "curl tightly", "kink"], ["crepe", "cover or drape with crape", "crepe"], ["frizz", "curl tightly", "frizz"]]}, {"answer": "craps", "hint": "synonyms for craps", "clues": [["stool", "have a bowel movement", "stool"], ["crap", "have a bowel movement", "crap"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"], ["shit", "have a bowel movement", "shit"], ["take a crap", "have a bowel movement", "take a crap"], ["ca-ca", "have a bowel movement", "ca-ca"], ["take a shit", "have a bowel movement", "take a shit"]]}, {"answer": "crash", "hint": "synonyms for crash", "clues": [["dash", "hurl or thrust violently", "dash"], ["doss down", "sleep in a convenient place", "doss down"], ["doss", "sleep in a convenient place", "doss"], ["ram", "undergo damage or destruction on impact", "ram"], ["gate-crash", "enter uninvited; informal", "gate-crash"], ["break up", "break violently or noisily; smash", "break up"], ["go down", "stop operating", "go down"], ["break apart", "break violently or noisily; smash", "break apart"], ["barge in", "enter uninvited; informal", "barge in"]]}, {"answer": "craving", "hint": "synonyms for craving", "clues": [["hunger", "have a craving, appetite, or great desire for", "hunger"], ["crave", "plead or ask for earnestly", "crave"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["lust", "have a craving, appetite, or great desire for", "lust"], ["starve", "have a craving, appetite, or great desire for", "starve"]]}, {"answer": "crawfish", "hint": "synonyms for crawfish", "clues": [["back away", "make a retreat from an earlier commitment or activity", "back away"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["retreat", "make a retreat from an earlier commitment or activity", "retreat"]]}, {"answer": "crawl", "hint": "synonyms for crawl", "clues": [["fawn", "show submission or fear", "fawn"], ["cower", "show submission or fear", "cower"], ["grovel", "show submission or fear", "grovel"], ["creep", "show submission or fear", "creep"], ["cringe", "show submission or fear", "cringe"]]}, {"answer": "crawling", "hint": "synonyms for crawling", "clues": [["fawn", "show submission or fear", "fawn"], ["crawl", "feel as if crawling with insects", "crawl"], ["cower", "show submission or fear", "cower"], ["cringe", "show submission or fear", "cringe"], ["grovel", "show submission or fear", "grovel"], ["creep", "show submission or fear", "creep"]]}, {"answer": "creak", "hint": "synonyms for creak", "clues": [["squeak", "make a high-pitched, screeching noise", "squeak"], ["screak", "make a high-pitched, screeching noise", "screak"], ["screech", "make a high-pitched, screeching noise", "screech"], ["skreak", "make a high-pitched, screeching noise", "skreak"], ["whine", "make a high-pitched, screeching noise", "whine"]]}, {"answer": "creaking", "hint": "synonyms for creaking", "clues": [["squeak", "make a high-pitched, screeching noise", "squeak"], ["screak", "make a high-pitched, screeching noise", "screak"], ["screech", "make a high-pitched, screeching noise", "screech"], ["skreak", "make a high-pitched, screeching noise", "skreak"], ["whine", "make a high-pitched, screeching noise", "whine"]]}, {"answer": "cream", "hint": "synonyms for cream", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["skim off", "remove from the surface", "skim off"], ["cream off", "remove from the surface", "cream off"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["skim", "remove from the surface", "skim"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "crease", "hint": "synonyms for crease", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["rumple", "become wrinkled or crumpled or creased", "rumple"], ["furrow", "make wrinkled or creased", "furrow"], ["rake", "scrape gently", "rake"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch up"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["graze", "scrape gently", "graze"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch"]]}, {"answer": "creep", "hint": "synonyms for creep", "clues": [["fawn", "show submission or fear", "fawn"], ["sneak", "to go stealthily or furtively", "sneak"], ["cower", "show submission or fear", "cower"], ["cringe", "show submission or fear", "cringe"], ["pussyfoot", "to go stealthily or furtively", "pussyfoot"], ["mouse", "to go stealthily or furtively", "mouse"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "creeping", "hint": "synonyms for creeping", "clues": [["grovel", "show submission or fear", "grovel"], ["fawn", "show submission or fear", "fawn"], ["sneak", "to go stealthily or furtively", "sneak"], ["creep", "grow or spread, often in such a way as to cover (a surface)", "creep"], ["cower", "show submission or fear", "cower"], ["cringe", "show submission or fear", "cringe"], ["pussyfoot", "to go stealthily or furtively", "pussyfoot"], ["mouse", "to go stealthily or furtively", "mouse"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "creeps", "hint": "synonyms for creeps", "clues": [["grovel", "show submission or fear", "grovel"], ["fawn", "show submission or fear", "fawn"], ["sneak", "to go stealthily or furtively", "sneak"], ["creep", "grow or spread, often in such a way as to cover (a surface)", "creep"], ["cower", "show submission or fear", "cower"], ["cringe", "show submission or fear", "cringe"], ["pussyfoot", "to go stealthily or furtively", "pussyfoot"], ["mouse", "to go stealthily or furtively", "mouse"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "crimp", "hint": "synonyms for crimp", "clues": [["frizzle", "curl tightly", "frizzle"], ["crape", "curl tightly", "crape"], ["kink up", "curl tightly", "kink up"], ["frizz", "curl tightly", "frizz"], ["kink", "curl tightly", "kink"], ["pinch", "make ridges into by pinching together", "pinch"]]}, {"answer": "crinkle", "hint": "synonyms for crinkle", "clues": [["rumple", "become wrinkled or crumpled or creased", "rumple"], ["wrinkle", "become wrinkled or crumpled or creased", "wrinkle"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch up"]]}, {"answer": "croak", "hint": "synonyms for croak", "clues": [["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["grumble", "make complaining remarks or noises under one's breath", "grumble"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["murmur", "make complaining remarks or noises under one's breath", "murmur"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "croaking", "hint": "synonyms for croaking", "clues": [["croak", "make complaining remarks or noises under one's breath", "croak"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["cronk", "utter a hoarse sound, like a raven", "cronk"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["grumble", "make complaining remarks or noises under one's breath", "grumble"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["murmur", "make complaining remarks or noises under one's breath", "murmur"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "crop", "hint": "synonyms for crop", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["graze", "let feed in a field or pasture or meadow", "graze"], ["work", "prepare for crops", "work"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["cultivate", "prepare for crops", "cultivate"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["browse", "feed as in a meadow or pasture", "browse"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["range", "feed as in a meadow or pasture", "range"]]}, {"answer": "crossbreeding", "hint": "synonyms for crossbreeding", "clues": [["cross", "breed animals or plants using parents of different races and varieties", "cross"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["hybridise", "breed animals or plants using parents of different races and varieties", "hybridise"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"]]}, {"answer": "crossing", "hint": "synonyms for crossing", "clues": [["get over", "travel across or pass over", "get over"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["intersect", "meet at a point", "intersect"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"], ["sweep", "to cover or extend over an area or time period; ,", "sweep"], ["traverse", "to cover or extend over an area or time period; ,", "traverse"], ["hybridize", "breed animals or plants using parents of different races and varieties", "hybridize"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"], ["cut through", "travel across or pass over", "cut through"], ["pass over", "travel across or pass over", "pass over"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["span", "to cover or extend over an area or time period; ,", "span"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["cover", "travel across or pass over", "cover"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "crouch", "hint": "synonyms for crouch", "clues": [["scrunch up", "sit on one's heels", "scrunch up"], ["scrunch", "sit on one's heels", "scrunch"], ["bow", "bend one's back forward from the waist on down", "bow"], ["squat", "sit on one's heels", "squat"], ["hunker", "sit on one's heels", "hunker"], ["hunker down", "sit on one's heels", "hunker down"], ["bend", "bend one's back forward from the waist on down", "bend"], ["stoop", "bend one's back forward from the waist on down", "stoop"]]}, {"answer": "crowding", "hint": "synonyms for crowding", "clues": [["crowd", "approach a certain age or speed", "crowd"], ["push", "approach a certain age or speed", "push"], ["crowd together", "to gather together in large numbers", "crowd together"], ["herd", "cause to herd, drive, or crowd together", "herd"]]}, {"answer": "crunch", "hint": "synonyms for crunch", "clues": [["cranch", "press or grind with a crushing noise", "cranch"], ["grind", "reduce to small pieces or particles by pounding or abrading", "grind"], ["crackle", "make a crushing noise", "crackle"], ["comminute", "reduce to small pieces or particles by pounding or abrading", "comminute"], ["munch", "chew noisily", "munch"], ["mash", "reduce to small pieces or particles by pounding or abrading", "mash"], ["bray", "reduce to small pieces or particles by pounding or abrading", "bray"]]}, {"answer": "crusade", "hint": "synonyms for crusade", "clues": [["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"]]}, {"answer": "crush", "hint": "synonyms for crush", "clues": [["mash", "to compress with violence, out of natural shape or condition", "mash"], ["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["suppress", "come down on or keep down by unjust use of one's authority", "suppress"], ["demolish", "humiliate or depress completely", "demolish"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["oppress", "come down on or keep down by unjust use of one's authority", "oppress"], ["break down", "make ineffective", "break down"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["jam", "crush or bruise", "jam"]]}, {"answer": "cry", "hint": "synonyms for cry", "clues": [["call", "utter a sudden loud cry", "call"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["shout out", "utter a sudden loud cry", "shout out"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"], ["scream", "utter a sudden loud cry", "scream"], ["blazon out", "proclaim or announce in public", "blazon out"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["hollo", "utter a sudden loud cry", "hollo"], ["weep", "shed tears because of sadness, rage, or pain", "weep"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["yell", "utter a sudden loud cry", "yell"]]}, {"answer": "crystallizing", "hint": "synonyms for crystallizing", "clues": [["crystalise", "assume crystalline form; become crystallized", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["effloresce", "assume crystalline form; become crystallized", "effloresce"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "cuckold", "hint": "synonyms for cuckold", "clues": [["cheat on", "be sexually unfaithful to one's partner in marriage", "cheat on"], ["cheat", "be sexually unfaithful to one's partner in marriage", "cheat"], ["wander", "be sexually unfaithful to one's partner in marriage", "wander"], ["betray", "be sexually unfaithful to one's partner in marriage", "betray"]]}, {"answer": "cuddle", "hint": "synonyms for cuddle", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"]]}, {"answer": "cuddling", "hint": "synonyms for cuddling", "clues": [["cuddle", "hold (a person or thing) close, as for affection, comfort, or warmth", "cuddle"], ["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"]]}, {"answer": "curb", "hint": "synonyms for curb", "clues": [["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["subdue", "to put down by force or authority", "subdue"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["suppress", "to put down by force or authority", "suppress"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["stamp down", "to put down by force or authority", "stamp down"], ["inhibit", "to put down by force or authority", "inhibit"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["curtail", "place restrictions on", "curtail"], ["conquer", "to put down by force or authority", "conquer"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["restrict", "place restrictions on", "restrict"], ["cut back", "place restrictions on", "cut back"]]}, {"answer": "curbing", "hint": "synonyms for curbing", "clues": [["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["subdue", "to put down by force or authority", "subdue"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["suppress", "to put down by force or authority", "suppress"], ["curb", "to put down by force or authority", "curb"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["stamp down", "to put down by force or authority", "stamp down"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["inhibit", "to put down by force or authority", "inhibit"], ["conquer", "to put down by force or authority", "conquer"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["curtail", "place restrictions on", "curtail"], ["restrict", "place restrictions on", "restrict"], ["cut back", "place restrictions on", "cut back"]]}, {"answer": "curl", "hint": "synonyms for curl", "clues": [["kink", "form a curl, curve, or kink", "kink"], ["coil", "wind around something in coils or loops", "coil"], ["wave", "twist or roll into coils or ringlets", "wave"], ["curl up", "shape one's body into a curl", "curl up"], ["draw in", "shape one's body into a curl", "draw in"], ["curve", "form a curl, curve, or kink", "curve"], ["loop", "wind around something in coils or loops", "loop"]]}, {"answer": "curse", "hint": "synonyms for curse", "clues": [["excommunicate", "exclude from a church or a religious community", "excommunicate"], ["maledict", "wish harm upon; invoke evil upon", "maledict"], ["swear", "utter obscenities or profanities", "swear"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["unchurch", "exclude from a church or a religious community", "unchurch"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"], ["cuss", "utter obscenities or profanities", "cuss"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "curve", "hint": "synonyms for curve", "clues": [["kink", "form a curl, curve, or kink", "kink"], ["slue", "turn sharply; change direction abruptly", "slue"], ["arch", "form an arch or curve", "arch"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["twist", "extend in curves and turns", "twist"], ["wind", "extend in curves and turns", "wind"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curl", "form a curl, curve, or kink", "curl"], ["cut", "turn sharply; change direction abruptly", "cut"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["trend", "turn sharply; change direction abruptly", "trend"], ["crook", "bend or cause to bend", "crook"]]}, {"answer": "cuss", "hint": "synonyms for cuss", "clues": [["curse", "utter obscenities or profanities", "curse"], ["imprecate", "utter obscenities or profanities", "imprecate"], ["blaspheme", "utter obscenities or profanities", "blaspheme"], ["swear", "utter obscenities or profanities", "swear"]]}, {"answer": "cycle", "hint": "synonyms for cycle", "clues": [["motorcycle", "ride a motorcycle", "motorcycle"], ["pedal", "ride a bicycle", "pedal"], ["wheel", "ride a bicycle", "wheel"], ["motorbike", "ride a motorcycle", "motorbike"], ["bicycle", "ride a bicycle", "bicycle"], ["bike", "ride a bicycle", "bike"]]}, {"answer": "cycling", "hint": "synonyms for cycling", "clues": [["cycle", "cause to go through a recurring sequence", "cycle"], ["bicycle", "ride a bicycle", "bicycle"], ["bike", "ride a bicycle", "bike"], ["motorcycle", "ride a motorcycle", "motorcycle"], ["pedal", "ride a bicycle", "pedal"], ["wheel", "ride a bicycle", "wheel"], ["motorbike", "ride a motorcycle", "motorbike"]]}, {"answer": "cypher", "hint": "synonyms for cypher", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["work out", "make a mathematical calculation or computation", "work out"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["compute", "make a mathematical calculation or computation", "compute"], ["figure", "make a mathematical calculation or computation", "figure"], ["write in code", "convert ordinary language into code", "write in code"], ["encrypt", "convert ordinary language into code", "encrypt"], ["calculate", "make a mathematical calculation or computation", "calculate"], ["inscribe", "convert ordinary language into code", "inscribe"], ["code", "convert ordinary language into code", "code"]]}, {"answer": "dampening", "hint": "synonyms for dampening", "clues": [["damp", "make vague or obscure or make (an image) less visible", "damp"], ["dampen", "make moist", "dampen"], ["wash", "make moist", "wash"], ["stifle", "smother or suppress", "stifle"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"], ["weaken", "lessen in force or effect", "weaken"], ["deaden", "make vague or obscure or make (an image) less visible", "deaden"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["break", "lessen in force or effect", "break"], ["moisten", "make moist", "moisten"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "dart", "hint": "synonyms for dart", "clues": [["scoot", "run or move very quickly or hastily", "scoot"], ["flit", "move along rapidly and lightly; skim or dart", "flit"], ["shoot", "run or move very quickly or hastily", "shoot"], ["scud", "run or move very quickly or hastily", "scud"], ["flash", "run or move very quickly or hastily", "flash"], ["dash", "run or move very quickly or hastily", "dash"], ["fleet", "move along rapidly and lightly; skim or dart", "fleet"], ["flutter", "move along rapidly and lightly; skim or dart", "flutter"]]}, {"answer": "darts", "hint": "synonyms for darts", "clues": [["scoot", "run or move very quickly or hastily", "scoot"], ["flit", "move along rapidly and lightly; skim or dart", "flit"], ["shoot", "run or move very quickly or hastily", "shoot"], ["scud", "run or move very quickly or hastily", "scud"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["dash", "run or move very quickly or hastily", "dash"], ["fleet", "move along rapidly and lightly; skim or dart", "fleet"], ["flutter", "move along rapidly and lightly; skim or dart", "flutter"]]}, {"answer": "dash", "hint": "synonyms for dash", "clues": [["scoot", "run or move very quickly or hastily", "scoot"], ["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["scare away", "cause to lose courage", "scare away"], ["shoot", "run or move very quickly or hastily", "shoot"], ["pall", "cause to lose courage", "pall"], ["scud", "run or move very quickly or hastily", "scud"], ["frighten off", "cause to lose courage", "frighten off"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["scare off", "cause to lose courage", "scare off"], ["smash", "break into pieces, as by striking or knocking over", "smash"], ["crash", "hurl or thrust violently", "crash"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "date", "hint": "synonyms for date", "clues": [["date stamp", "stamp with a date", "date stamp"], ["see", "date regularly; have a steady relationship with", "see"], ["go out", "date regularly; have a steady relationship with", "go out"], ["go steady", "date regularly; have a steady relationship with", "go steady"]]}, {"answer": "dating", "hint": "synonyms for dating", "clues": [["date", "go on a date with", "date"], ["go steady", "date regularly; have a steady relationship with", "go steady"], ["date stamp", "stamp with a date", "date stamp"], ["see", "date regularly; have a steady relationship with", "see"], ["go out", "date regularly; have a steady relationship with", "go out"]]}, {"answer": "dawdling", "hint": "synonyms for dawdling", "clues": [["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc.", "dawdle"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc.", "lag"], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall back"], ["dally", "waste time", "dally"], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall behind"], ["linger", "take one's time; proceed slowly", "linger"]]}, {"answer": "dawn", "hint": "synonyms for dawn", "clues": [["get across", "become clear or enter one's consciousness or emotions", "get across"], ["click", "become clear or enter one's consciousness or emotions", "click"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "dawning", "hint": "synonyms for dawning", "clues": [["click", "become clear or enter one's consciousness or emotions", "click"], ["get across", "become clear or enter one's consciousness or emotions", "get across"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["dawn", "become light", "dawn"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "daydream", "hint": "synonyms for daydream", "clues": [["dream", "have a daydream; indulge in a fantasy", "dream"], ["woolgather", "have a daydream; indulge in a fantasy", "woolgather"], ["stargaze", "have a daydream; indulge in a fantasy", "stargaze"], ["moon", "have dreamlike musings or fantasies while awake", "moon"]]}, {"answer": "daydreaming", "hint": "synonyms for daydreaming", "clues": [["woolgather", "have a daydream; indulge in a fantasy", "woolgather"], ["moon", "have dreamlike musings or fantasies while awake", "moon"], ["stargaze", "have a daydream; indulge in a fantasy", "stargaze"], ["dream", "have a daydream; indulge in a fantasy", "dream"], ["daydream", "have a daydream; indulge in a fantasy", "daydream"]]}, {"answer": "deal", "hint": "synonyms for deal", "clues": [["lot", "administer or bestow, as in small portions", "lot"], ["make do", "come to terms with", "make do"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["care", "be in charge of, act on, or dispose of", "care"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["trade", "do business; offer for sale as for one's livelihood", "trade"], ["contend", "come to terms with", "contend"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["make out", "come to terms with", "make out"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["portion out", "give out as one's portion or share", "portion out"], ["sell", "do business; offer for sale as for one's livelihood", "sell"], ["allot", "administer or bestow, as in small portions", "allot"], ["get by", "come to terms with", "get by"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["conduct", "direct the course of; manage or control", "conduct"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["apportion", "give out as one's portion or share", "apportion"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["address", "act on verbally or in some form of artistic expression", "address"], ["take", "take into consideration for exemplifying purposes", "take"], ["parcel out", "administer or bestow, as in small portions", "parcel out"], ["grapple", "come to terms with", "grapple"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["cope", "come to terms with", "cope"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["handle", "be in charge of, act on, or dispose of", "handle"], ["administer", "administer or bestow, as in small portions", "administer"], ["share", "give out as one's portion or share", "share"], ["carry on", "direct the course of; manage or control", "carry on"], ["distribute", "administer or bestow, as in small portions", "distribute"], ["divvy up", "give out as one's portion or share", "divvy up"], ["consider", "take into consideration for exemplifying purposes", "consider"]]}, {"answer": "dealing", "hint": "synonyms for dealing", "clues": [["deal", "direct the course of; manage or control", "deal"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["portion out", "give out as one's portion or share", "portion out"], ["contend", "come to terms with", "contend"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["make out", "come to terms with", "make out"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["conduct", "direct the course of; manage or control", "conduct"], ["apportion", "give out as one's portion or share", "apportion"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["address", "act on verbally or in some form of artistic expression", "address"], ["grapple", "come to terms with", "grapple"], ["cope", "come to terms with", "cope"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["carry on", "direct the course of; manage or control", "carry on"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["divvy up", "give out as one's portion or share", "divvy up"], ["distribute", "administer or bestow, as in small portions", "distribute"], ["lot", "administer or bestow, as in small portions", "lot"], ["make do", "come to terms with", "make do"], ["care", "be in charge of, act on, or dispose of", "care"], ["trade", "do business; offer for sale as for one's livelihood", "trade"], ["sell", "do business; offer for sale as for one's livelihood", "sell"], ["allot", "administer or bestow, as in small portions", "allot"], ["get by", "come to terms with", "get by"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["take", "take into consideration for exemplifying purposes", "take"], ["parcel out", "administer or bestow, as in small portions", "parcel out"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["share", "give out as one's portion or share", "share"], ["administer", "administer or bestow, as in small portions", "administer"], ["consider", "take into consideration for exemplifying purposes", "consider"]]}, {"answer": "dealings", "hint": "synonyms for dealings", "clues": [["deal", "direct the course of; manage or control", "deal"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["portion out", "give out as one's portion or share", "portion out"], ["contend", "come to terms with", "contend"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["make out", "come to terms with", "make out"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["conduct", "direct the course of; manage or control", "conduct"], ["apportion", "give out as one's portion or share", "apportion"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["address", "act on verbally or in some form of artistic expression", "address"], ["grapple", "come to terms with", "grapple"], ["cope", "come to terms with", "cope"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["carry on", "direct the course of; manage or control", "carry on"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["divvy up", "give out as one's portion or share", "divvy up"], ["distribute", "administer or bestow, as in small portions", "distribute"], ["lot", "administer or bestow, as in small portions", "lot"], ["make do", "come to terms with", "make do"], ["care", "be in charge of, act on, or dispose of", "care"], ["trade", "do business; offer for sale as for one's livelihood", "trade"], ["sell", "do business; offer for sale as for one's livelihood", "sell"], ["allot", "administer or bestow, as in small portions", "allot"], ["get by", "come to terms with", "get by"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["take", "take into consideration for exemplifying purposes", "take"], ["parcel out", "administer or bestow, as in small portions", "parcel out"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["share", "give out as one's portion or share", "share"], ["administer", "administer or bestow, as in small portions", "administer"], ["consider", "take into consideration for exemplifying purposes", "consider"]]}, {"answer": "debate", "hint": "synonyms for debate", "clues": [["consider", "think about carefully; weigh", "consider"], ["deliberate", "think about carefully; weigh", "deliberate"], ["contend", "have an argument about something", "contend"], ["moot", "think about carefully; weigh", "moot"], ["argue", "have an argument about something", "argue"], ["fence", "have an argument about something", "fence"], ["turn over", "think about carefully; weigh", "turn over"]]}, {"answer": "debauch", "hint": "synonyms for debauch", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "decay", "hint": "synonyms for decay", "clues": [["dilapidate", "fall into decay or ruin", "dilapidate"], ["disintegrate", "lose a stored charge, magnetic flux, or current", "disintegrate"], ["decompose", "lose a stored charge, magnetic flux, or current", "decompose"], ["crumble", "fall into decay or ruin", "crumble"]]}, {"answer": "decease", "hint": "synonyms for decease", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "deck", "hint": "synonyms for deck", "clues": [["decorate", "be beautiful to look at", "decorate"], ["floor", "knock down with force", "floor"], ["bedeck", "decorate", "bedeck"], ["dump", "knock down with force", "dump"], ["adorn", "be beautiful to look at", "adorn"], ["beautify", "be beautiful to look at", "beautify"], ["embellish", "be beautiful to look at", "embellish"], ["coldcock", "knock down with force", "coldcock"], ["knock down", "knock down with force", "knock down"], ["grace", "be beautiful to look at", "grace"], ["bedight", "decorate", "bedight"]]}, {"answer": "decline", "hint": "synonyms for decline", "clues": [["slump", "go down in value", "slump"], ["turn down", "refuse to accept", "turn down"], ["reject", "refuse to accept", "reject"], ["refuse", "refuse to accept", "refuse"], ["wane", "grow smaller", "wane"], ["correct", "go down in value", "correct"], ["pass up", "refuse to accept", "pass up"], ["go down", "grow smaller", "go down"], ["worsen", "grow worse", "worsen"]]}, {"answer": "decompressing", "hint": "synonyms for decompressing", "clues": [["decompress", "become less tense, rest, or take one's ease", "decompress"], ["uncompress", "restore to its uncompressed form", "uncompress"], ["unwind", "become less tense, rest, or take one's ease", "unwind"], ["relax", "become less tense, rest, or take one's ease", "relax"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["depressurize", "decrease the pressure of", "depressurize"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["loosen up", "become less tense, rest, or take one's ease", "loosen up"]]}, {"answer": "decrease", "hint": "synonyms for decrease", "clues": [["minify", "make smaller", "minify"], ["lessen", "decrease in size, extent, or range", "lessen"], ["diminish", "decrease in size, extent, or range", "diminish"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "defeat", "hint": "synonyms for defeat", "clues": [["vote down", "thwart the passage of", "vote down"], ["kill", "thwart the passage of", "kill"], ["overcome", "win a victory over", "overcome"], ["vote out", "thwart the passage of", "vote out"], ["get the better of", "win a victory over", "get the better of"], ["shoot down", "thwart the passage of", "shoot down"]]}, {"answer": "defile", "hint": "synonyms for defile", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically", "maculate"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["foul", "spot, stain, or pollute", "foul"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically", "stain"], ["cloud", "place under suspicion or cast doubt upon", "cloud"], ["befoul", "spot, stain, or pollute", "befoul"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically", "sully"], ["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically", "tarnish"]]}, {"answer": "defining", "hint": "synonyms for defining", "clues": [["specify", "determine the essential quality of", "specify"], ["set", "decide upon or fix definitely", "set"], ["delineate", "show the form or outline of", "delineate"], ["define", "determine the essential quality of", "define"], ["delimit", "determine the essential quality of", "delimit"], ["delimitate", "determine the essential quality of", "delimitate"], ["determine", "decide upon or fix definitely", "determine"], ["limit", "decide upon or fix definitely", "limit"], ["fix", "decide upon or fix definitely", "fix"]]}, {"answer": "delay", "hint": "synonyms for delay", "clues": [["detain", "stop or halt", "detain"], ["stay", "stop or halt", "stay"], ["hold up", "cause to be slowed down or delayed", "hold up"], ["check", "slow the growth or development of", "check"], ["retard", "slow the growth or development of", "retard"]]}, {"answer": "delegating", "hint": "synonyms for delegating", "clues": [["depute", "give an assignment to (a person) to a post, or assign a task to (a person)", "depute"], ["delegate", "transfer power to someone", "delegate"], ["assign", "give an assignment to (a person) to a post, or assign a task to (a person)", "assign"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)", "designate"]]}, {"answer": "delight", "hint": "synonyms for delight", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["revel", "take delight in", "revel"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"], ["ravish", "hold spellbound", "ravish"], ["please", "give pleasure to or be pleasing to", "please"], ["enjoy", "take delight in", "enjoy"]]}, {"answer": "deluge", "hint": "synonyms for deluge", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid", "swamp"], ["submerge", "fill or cover completely, usually with water", "submerge"], ["inundate", "fill quickly beyond capacity; as with a liquid", "inundate"], ["flood out", "charge someone with too many tasks", "flood out"], ["overwhelm", "charge someone with too many tasks", "overwhelm"], ["flood", "fill quickly beyond capacity; as with a liquid", "flood"]]}, {"answer": "demand", "hint": "synonyms for demand", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["exact", "claim as due or just", "exact"], ["need", "require as useful, just, or proper", "need"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["require", "require as useful, just, or proper", "require"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "demo", "hint": "synonyms for demo", "clues": [["present", "give an exhibition of to an interested audience", "present"], ["demonstrate", "give an exhibition of to an interested audience", "demonstrate"], ["exhibit", "give an exhibition of to an interested audience", "exhibit"], ["show", "give an exhibition of to an interested audience", "show"]]}, {"answer": "demolishing", "hint": "synonyms for demolishing", "clues": [["pulverise", "destroy completely", "pulverise"], ["demolish", "humiliate or depress completely", "demolish"], ["crush", "humiliate or depress completely", "crush"], ["smash", "humiliate or depress completely", "smash"], ["destroy", "defeat soundly", "destroy"]]}, {"answer": "depicting", "hint": "synonyms for depicting", "clues": [["depict", "show in, or as in, a picture", "depict"], ["show", "show in, or as in, a picture", "show"], ["render", "show in, or as in, a picture", "render"], ["picture", "show in, or as in, a picture", "picture"], ["portray", "make a portrait of", "portray"], ["draw", "give a description of", "draw"], ["limn", "make a portrait of", "limn"], ["describe", "give a description of", "describe"]]}, {"answer": "deposit", "hint": "synonyms for deposit", "clues": [["posit", "put (something somewhere) firmly", "posit"], ["stick", "put, fix, force, or implant", "stick"], ["fix", "put (something somewhere) firmly", "fix"], ["situate", "put (something somewhere) firmly", "situate"], ["bank", "put into a bank account", "bank"], ["lodge", "put, fix, force, or implant", "lodge"], ["wedge", "put, fix, force, or implant", "wedge"]]}, {"answer": "deriving", "hint": "synonyms for deriving", "clues": [["derive", "obtain", "derive"], ["infer", "reason by deduction; establish by deduction", "infer"], ["gain", "obtain", "gain"], ["deduce", "reason by deduction; establish by deduction", "deduce"], ["deduct", "reason by deduction; establish by deduction", "deduct"], ["come", "come from; be connected by a relationship of blood, for example", "come"], ["descend", "come from; be connected by a relationship of blood, for example", "descend"]]}, {"answer": "desert", "hint": "synonyms for desert", "clues": [["defect", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army", "defect"], ["abandon", "leave someone who needs or counts on you; leave in the lurch", "abandon"], ["desolate", "leave someone who needs or counts on you; leave in the lurch", "desolate"], ["forsake", "leave someone who needs or counts on you; leave in the lurch", "forsake"]]}, {"answer": "deserts", "hint": "synonyms for deserts", "clues": [["abandon", "leave someone who needs or counts on you; leave in the lurch", "abandon"], ["desert", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army", "desert"], ["forsake", "leave someone who needs or counts on you; leave in the lurch", "forsake"], ["defect", "desert (a cause, a country or an army), often in order to join the opposing cause, country, or army", "defect"], ["desolate", "leave someone who needs or counts on you; leave in the lurch", "desolate"]]}, {"answer": "despising", "hint": "synonyms for despising", "clues": [["disdain", "look down on with disdain", "disdain"], ["contemn", "look down on with disdain", "contemn"], ["despise", "look down on with disdain", "despise"], ["scorn", "look down on with disdain", "scorn"]]}, {"answer": "detecting", "hint": "synonyms for detecting", "clues": [["discover", "discover or determine the existence, presence, or fact of", "discover"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["notice", "discover or determine the existence, presence, or fact of", "notice"]]}, {"answer": "devil", "hint": "synonyms for devil", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "devise", "hint": "synonyms for devise", "clues": [["organise", "arrange by systematic planning and united effort", "organise"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["get up", "arrange by systematic planning and united effort", "get up"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"]]}, {"answer": "devising", "hint": "synonyms for devising", "clues": [["organise", "arrange by systematic planning and united effort", "organise"], ["devise", "give by will, especially real property", "devise"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["get up", "arrange by systematic planning and united effort", "get up"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"]]}, {"answer": "die", "hint": "synonyms for die", "clues": [["die out", "cut or shape with a die", "die out"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["break", "stop operating or functioning", "break"], ["become flat", "lose sparkle or bouquet", "become flat"], ["go bad", "stop operating or functioning", "go bad"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["conk out", "stop operating or functioning", "conk out"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["give way", "stop operating or functioning", "give way"], ["fail", "stop operating or functioning", "fail"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["go", "stop operating or functioning", "go"], ["give out", "stop operating or functioning", "give out"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["break down", "stop operating or functioning", "break down"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["pall", "lose sparkle or bouquet", "pall"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "dig", "hint": "synonyms for dig", "clues": [["grasp", "get the meaning of something", "grasp"], ["hollow", "remove the inner part or the core of", "hollow"], ["dig up", "remove, harvest, or recover by digging", "dig up"], ["compass", "get the meaning of something", "compass"], ["delve", "turn up, loosen, or remove earth", "delve"], ["excavate", "remove the inner part or the core of", "excavate"], ["cut into", "turn up, loosen, or remove earth", "cut into"], ["stab", "poke or thrust abruptly", "stab"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["labour", "work hard", "labour"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"], ["fag", "work hard", "fag"], ["jab", "poke or thrust abruptly", "jab"], ["travail", "work hard", "travail"], ["comprehend", "get the meaning of something", "comprehend"], ["grind", "work hard", "grind"], ["turn over", "turn up, loosen, or remove earth", "turn over"], ["dig out", "create by digging", "dig out"], ["drudge", "work hard", "drudge"], ["apprehend", "get the meaning of something", "apprehend"], ["poke", "poke or thrust abruptly", "poke"], ["savvy", "get the meaning of something", "savvy"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "digest", "hint": "synonyms for digest", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["stand", "put up with something or somebody unpleasant", "stand"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["condense", "make more concise", "condense"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["concentrate", "make more concise", "concentrate"], ["brook", "put up with something or somebody unpleasant", "brook"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "digging", "hint": "synonyms for digging", "clues": [["grasp", "get the meaning of something", "grasp"], ["hollow", "remove the inner part or the core of", "hollow"], ["dig up", "remove, harvest, or recover by digging", "dig up"], ["compass", "get the meaning of something", "compass"], ["delve", "turn up, loosen, or remove earth", "delve"], ["dig", "thrust down or into", "dig"], ["excavate", "remove the inner part or the core of", "excavate"], ["cut into", "turn up, loosen, or remove earth", "cut into"], ["stab", "poke or thrust abruptly", "stab"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["labour", "work hard", "labour"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"], ["fag", "work hard", "fag"], ["jab", "poke or thrust abruptly", "jab"], ["travail", "work hard", "travail"], ["comprehend", "get the meaning of something", "comprehend"], ["grind", "work hard", "grind"], ["dig out", "create by digging", "dig out"], ["turn over", "turn up, loosen, or remove earth", "turn over"], ["drudge", "work hard", "drudge"], ["apprehend", "get the meaning of something", "apprehend"], ["poke", "poke or thrust abruptly", "poke"], ["savvy", "get the meaning of something", "savvy"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "digs", "hint": "synonyms for digs", "clues": [["grasp", "get the meaning of something", "grasp"], ["hollow", "remove the inner part or the core of", "hollow"], ["dig up", "remove, harvest, or recover by digging", "dig up"], ["compass", "get the meaning of something", "compass"], ["delve", "turn up, loosen, or remove earth", "delve"], ["dig", "thrust down or into", "dig"], ["excavate", "remove the inner part or the core of", "excavate"], ["cut into", "turn up, loosen, or remove earth", "cut into"], ["stab", "poke or thrust abruptly", "stab"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["labour", "work hard", "labour"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"], ["fag", "work hard", "fag"], ["jab", "poke or thrust abruptly", "jab"], ["travail", "work hard", "travail"], ["comprehend", "get the meaning of something", "comprehend"], ["grind", "work hard", "grind"], ["dig out", "create by digging", "dig out"], ["turn over", "turn up, loosen, or remove earth", "turn over"], ["drudge", "work hard", "drudge"], ["apprehend", "get the meaning of something", "apprehend"], ["poke", "poke or thrust abruptly", "poke"], ["savvy", "get the meaning of something", "savvy"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "dip", "hint": "synonyms for dip", "clues": [["sink", "appear to move downward", "sink"], ["dunk", "dip into a liquid while eating", "dunk"], ["duck", "dip into a liquid", "duck"], ["dim", "switch (a car's headlights) from a higher to a lower beam", "dim"], ["douse", "dip into a liquid", "douse"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate", "souse"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"]]}, {"answer": "dirtying", "hint": "synonyms for dirtying", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["grime", "make soiled, filthy, or dirty", "grime"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["soil", "make soiled, filthy, or dirty", "soil"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "disappearing", "hint": "synonyms for disappearing", "clues": [["vanish", "cease to exist", "vanish"], ["disappear", "become less intense and fade away gradually", "disappear"], ["melt", "become less intense and fade away gradually", "melt"], ["go away", "become invisible or unnoticeable", "go away"], ["evaporate", "become less intense and fade away gradually", "evaporate"]]}, {"answer": "discard", "hint": "synonyms for discard", "clues": [["chuck out", "throw or cast away", "chuck out"], ["dispose", "throw or cast away", "dispose"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["toss", "throw or cast away", "toss"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "discharge", "hint": "synonyms for discharge", "clues": [["go off", "go off or discharge", "go off"], ["unload", "leave or unload", "unload"], ["dispatch", "complete or carry out", "dispatch"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["muster out", "release from military service", "muster out"], ["complete", "complete or carry out", "complete"], ["exhaust", "eliminate (a substance)", "exhaust"], ["set down", "leave or unload", "set down"], ["eject", "eliminate (a substance)", "eject"], ["put down", "leave or unload", "put down"], ["fire", "cause to go off", "fire"], ["release", "eliminate (a substance)", "release"], ["assoil", "pronounce not guilty of criminal charges", "assoil"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["drop", "leave or unload", "drop"], ["drop off", "leave or unload", "drop off"], ["empty", "become empty or void of its content", "empty"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["expel", "eliminate (a substance)", "expel"], ["acquit", "pronounce not guilty of criminal charges", "acquit"], ["free", "free from obligations or duties", "free"]]}, {"answer": "discipline", "hint": "synonyms for discipline", "clues": [["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control", "condition"], ["train", "develop (children's) behavior by instruction and practice; especially to teach self-control", "train"], ["correct", "punish in order to gain control or enforce obedience", "correct"], ["sort out", "punish in order to gain control or enforce obedience", "sort out"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"]]}, {"answer": "discount", "hint": "synonyms for discount", "clues": [["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"], ["push aside", "bar from attention or consideration", "push aside"], ["disregard", "bar from attention or consideration", "disregard"], ["ignore", "bar from attention or consideration", "ignore"]]}, {"answer": "discourse", "hint": "synonyms for discourse", "clues": [["talk about", "to consider or examine in speech or writing", "talk about"], ["converse", "carry on a conversation", "converse"], ["dissertate", "talk at length and formally about a topic", "dissertate"], ["hold forth", "talk at length and formally about a topic", "hold forth"], ["discuss", "to consider or examine in speech or writing", "discuss"]]}, {"answer": "disdain", "hint": "synonyms for disdain", "clues": [["spurn", "reject with contempt", "spurn"], ["turn down", "reject with contempt", "turn down"], ["reject", "reject with contempt", "reject"], ["freeze off", "reject with contempt", "freeze off"], ["scorn", "reject with contempt", "scorn"], ["despise", "look down on with disdain", "despise"], ["pooh-pooh", "reject with contempt", "pooh-pooh"], ["contemn", "look down on with disdain", "contemn"]]}, {"answer": "disgrace", "hint": "synonyms for disgrace", "clues": [["shame", "bring shame or dishonor upon", "shame"], ["dishonor", "bring shame or dishonor upon", "dishonor"], ["attaint", "bring shame or dishonor upon", "attaint"], ["degrade", "reduce in worth or character, usually verbally", "degrade"], ["put down", "reduce in worth or character, usually verbally", "put down"], ["discredit", "damage the reputation of", "discredit"], ["take down", "reduce in worth or character, usually verbally", "take down"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "disgust", "hint": "synonyms for disgust", "clues": [["repel", "fill with distaste", "repel"], ["gross out", "fill with distaste", "gross out"], ["revolt", "fill with distaste", "revolt"], ["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["sicken", "cause aversion in; offend the moral sense of", "sicken"], ["nauseate", "cause aversion in; offend the moral sense of", "nauseate"]]}, {"answer": "dish", "hint": "synonyms for dish", "clues": [["dish up", "provide (usually but not necessarily food)", "dish up"], ["dish out", "provide (usually but not necessarily food)", "dish out"], ["serve up", "provide (usually but not necessarily food)", "serve up"], ["serve", "provide (usually but not necessarily food)", "serve"]]}, {"answer": "dishonor", "hint": "synonyms for dishonor", "clues": [["assault", "force (someone) to have sex against their will", "assault"], ["shame", "bring shame or dishonor upon", "shame"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["violate", "force (someone) to have sex against their will", "violate"], ["attaint", "bring shame or dishonor upon", "attaint"], ["rape", "force (someone) to have sex against their will", "rape"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["disgrace", "bring shame or dishonor upon", "disgrace"], ["ravish", "force (someone) to have sex against their will", "ravish"]]}, {"answer": "dishonour", "hint": "synonyms for dishonour", "clues": [["assault", "force (someone) to have sex against their will", "assault"], ["shame", "bring shame or dishonor upon", "shame"], ["dishonor", "refuse to accept", "dishonor"], ["violate", "force (someone) to have sex against their will", "violate"], ["attaint", "bring shame or dishonor upon", "attaint"], ["rape", "force (someone) to have sex against their will", "rape"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["disgrace", "bring shame or dishonor upon", "disgrace"], ["ravish", "force (someone) to have sex against their will", "ravish"]]}, {"answer": "dismantling", "hint": "synonyms for dismantling", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["dismantle", "take apart into its constituent pieces", "dismantle"], ["level", "tear down so as to make flat with the ground", "level"], ["break up", "take apart into its constituent pieces", "break up"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["break apart", "take apart into its constituent pieces", "break apart"], ["strip", "take off or remove", "strip"], ["take apart", "take apart into its constituent pieces", "take apart"], ["take down", "tear down so as to make flat with the ground", "take down"], ["disassemble", "take apart into its constituent pieces", "disassemble"], ["rase", "tear down so as to make flat with the ground", "rase"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "dismay", "hint": "synonyms for dismay", "clues": [["deject", "lower someone's spirits; make downhearted", "deject"], ["appal", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appal"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"], ["demoralise", "lower someone's spirits; make downhearted", "demoralise"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["depress", "lower someone's spirits; make downhearted", "depress"]]}, {"answer": "dismount", "hint": "synonyms for dismount", "clues": [["light", "alight from (a horse)", "light"], ["get down", "alight from (a horse)", "get down"], ["get off", "alight from (a horse)", "get off"], ["unhorse", "alight from (a horse)", "unhorse"]]}, {"answer": "disorder", "hint": "synonyms for disorder", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["disarray", "bring disorder to", "disarray"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"]]}, {"answer": "disowning", "hint": "synonyms for disowning", "clues": [["disown", "prevent deliberately (as by making a will) from inheriting", "disown"], ["renounce", "cast off", "renounce"], ["disinherit", "prevent deliberately (as by making a will) from inheriting", "disinherit"], ["repudiate", "cast off", "repudiate"]]}, {"answer": "dispatch", "hint": "synonyms for dispatch", "clues": [["send off", "send away towards a designated goal", "send off"], ["despatch", "send away towards a designated goal", "despatch"], ["complete", "complete or carry out", "complete"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["discharge", "complete or carry out", "discharge"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "dispute", "hint": "synonyms for dispute", "clues": [["scrap", "have a disagreement over something", "scrap"], ["argufy", "have a disagreement over something", "argufy"], ["quarrel", "have a disagreement over something", "quarrel"], ["challenge", "take exception to", "challenge"], ["altercate", "have a disagreement over something", "altercate"], ["gainsay", "take exception to", "gainsay"]]}, {"answer": "disquiet", "hint": "synonyms for disquiet", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "disregard", "hint": "synonyms for disregard", "clues": [["neglect", "give little or no attention to", "neglect"], ["snub", "refuse to acknowledge", "snub"], ["cut", "refuse to acknowledge", "cut"], ["ignore", "bar from attention or consideration", "ignore"], ["push aside", "bar from attention or consideration", "push aside"], ["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"]]}, {"answer": "dissembling", "hint": "synonyms for dissembling", "clues": [["dissemble", "make believe with the intent to deceive", "dissemble"], ["cloak", "hide under a false appearance", "cloak"], ["feign", "make believe with the intent to deceive", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["sham", "make believe with the intent to deceive", "sham"], ["mask", "hide under a false appearance", "mask"], ["act", "behave unnaturally or affectedly", "act"], ["affect", "make believe with the intent to deceive", "affect"]]}, {"answer": "dissent", "hint": "synonyms for dissent", "clues": [["disagree", "be of different opinions", "disagree"], ["protest", "express opposition through action or words", "protest"], ["take issue", "be of different opinions", "take issue"], ["resist", "express opposition through action or words", "resist"], ["differ", "be of different opinions", "differ"]]}, {"answer": "dissolve", "hint": "synonyms for dissolve", "clues": [["resolve", "cause to go into a solution", "resolve"], ["break up", "bring the association of to an end or cause to break up", "break up"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["disband", "stop functioning or cohering as a unit", "disband"], ["fade out", "become weaker", "fade out"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["dismiss", "declare void", "dismiss"], ["fade away", "become weaker", "fade away"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["melt", "become or cause to become soft or liquid", "melt"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "dissolving", "hint": "synonyms for dissolving", "clues": [["resolve", "cause to go into a solution", "resolve"], ["dissolve", "declare void", "dissolve"], ["break up", "cause to go into a solution", "break up"], ["disband", "stop functioning or cohering as a unit", "disband"], ["fade away", "become weaker", "fade away"], ["unthaw", "become or cause to become soft or liquid", "unthaw"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["fade out", "become weaker", "fade out"], ["dismiss", "declare void", "dismiss"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["melt", "become or cause to become soft or liquid", "melt"]]}, {"answer": "divide", "hint": "synonyms for divide", "clues": [["separate", "force, take, or pull apart", "separate"], ["split", "separate into parts or portions", "split"], ["split up", "separate into parts or portions", "split up"], ["disunite", "force, take, or pull apart", "disunite"], ["part", "force, take, or pull apart", "part"], ["dissever", "separate into parts or portions", "dissever"], ["fraction", "perform a division", "fraction"], ["carve up", "separate into parts or portions", "carve up"]]}, {"answer": "divorce", "hint": "synonyms for divorce", "clues": [["disunite", "part; cease or break association with", "disunite"], ["disjoint", "part; cease or break association with", "disjoint"], ["split up", "get a divorce; formally terminate a marriage", "split up"], ["dissociate", "part; cease or break association with", "dissociate"]]}, {"answer": "do", "hint": "synonyms for do", "clues": [["practice", "carry out or practice; as of jobs and professions", "practice"], ["coiffure", "arrange attractively", "coiffure"], ["make out", "proceed or get along", "make out"], ["coif", "arrange attractively", "coif"], ["cause", "give rise to; cause to happen or occur, not always intentionally", "cause"], ["dress", "arrange attractively", "dress"], ["manage", "carry on or function", "manage"], ["arrange", "arrange attractively", "arrange"], ["perform", "get (something) done", "perform"], ["come", "proceed or get along", "come"], ["serve", "be sufficient; be adequate, either in quality or quantity", "serve"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["make", "create or design, often in a certain way", "make"], ["set", "arrange attractively", "set"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "act"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "behave"], ["execute", "carry out or perform an action", "execute"], ["fare", "proceed or get along", "fare"], ["exercise", "carry out or practice; as of jobs and professions", "exercise"], ["answer", "be sufficient; be adequate, either in quality or quantity", "answer"], ["get along", "proceed or get along", "get along"]]}, {"answer": "doctor", "hint": "synonyms for doctor", "clues": [["doctor up", "alter and make impure, as with the intention to deceive", "doctor up"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["sophisticate", "alter and make impure, as with the intention to deceive", "sophisticate"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"]]}, {"answer": "dodder", "hint": "synonyms for dodder", "clues": [["coggle", "walk unsteadily", "coggle"], ["paddle", "walk unsteadily", "paddle"], ["toddle", "walk unsteadily", "toddle"], ["totter", "walk unsteadily", "totter"], ["waddle", "walk unsteadily", "waddle"]]}, {"answer": "dodge", "hint": "synonyms for dodge", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "dodging", "hint": "synonyms for dodging", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["dodge", "make a sudden movement in a new direction so as to avoid", "dodge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"]]}, {"answer": "dog", "hint": "synonyms for dog", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["trail", "go after with the intent to catch", "trail"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "doings", "hint": "synonyms for doings", "clues": [["manage", "carry on or function", "manage"], ["come", "proceed or get along", "come"], ["serve", "be sufficient; be adequate, either in quality or quantity", "serve"], ["do", "carry out or practice; as of jobs and professions", "do"], ["make", "create or design, often in a certain way", "make"], ["set", "arrange attractively", "set"], ["perform", "carry out or perform an action", "perform"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "act"], ["execute", "carry out or perform an action", "execute"], ["exercise", "carry out or practice; as of jobs and professions", "exercise"], ["get along", "proceed or get along", "get along"], ["practice", "carry out or practice; as of jobs and professions", "practice"], ["coiffure", "arrange attractively", "coiffure"], ["make out", "proceed or get along", "make out"], ["coif", "arrange attractively", "coif"], ["cause", "give rise to; cause to happen or occur, not always intentionally", "cause"], ["dress", "arrange attractively", "dress"], ["arrange", "arrange attractively", "arrange"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "behave"], ["fare", "proceed or get along", "fare"], ["answer", "be sufficient; be adequate, either in quality or quantity", "answer"]]}, {"answer": "don", "hint": "synonyms for don", "clues": [["put on", "put clothing on one's body", "put on"], ["wear", "put clothing on one's body", "wear"], ["get into", "put clothing on one's body", "get into"], ["assume", "put clothing on one's body", "assume"]]}, {"answer": "doom", "hint": "synonyms for doom", "clues": [["condemn", "pronounce a sentence on (somebody) in a court of law", "condemn"], ["destine", "decree or designate beforehand", "destine"], ["designate", "decree or designate beforehand", "designate"], ["fate", "decree or designate beforehand", "fate"], ["sentence", "pronounce a sentence on (somebody) in a court of law", "sentence"]]}, {"answer": "dos", "hint": "synonyms for dos", "clues": [["manage", "carry on or function", "manage"], ["come", "proceed or get along", "come"], ["serve", "be sufficient; be adequate, either in quality or quantity", "serve"], ["do", "carry out or practice; as of jobs and professions", "do"], ["make", "create or design, often in a certain way", "make"], ["set", "arrange attractively", "set"], ["perform", "carry out or perform an action", "perform"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "act"], ["execute", "carry out or perform an action", "execute"], ["exercise", "carry out or practice; as of jobs and professions", "exercise"], ["get along", "proceed or get along", "get along"], ["practice", "carry out or practice; as of jobs and professions", "practice"], ["coiffure", "arrange attractively", "coiffure"], ["make out", "proceed or get along", "make out"], ["coif", "arrange attractively", "coif"], ["cause", "give rise to; cause to happen or occur, not always intentionally", "cause"], ["dress", "arrange attractively", "dress"], ["arrange", "arrange attractively", "arrange"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["behave", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "behave"], ["fare", "proceed or get along", "fare"], ["answer", "be sufficient; be adequate, either in quality or quantity", "answer"]]}, {"answer": "dot", "hint": "synonyms for dot", "clues": [["disperse", "distribute loosely", "disperse"], ["sprinkle", "distribute loosely", "sprinkle"], ["dust", "distribute loosely", "dust"], ["scatter", "distribute loosely", "scatter"], ["stud", "scatter or intersperse like dots or studs", "stud"], ["constellate", "scatter or intersperse like dots or studs", "constellate"]]}, {"answer": "doubles", "hint": "synonyms for doubles", "clues": [["double", "bridge: make a demand for (a card or suit)", "double"], ["replicate", "make or do or perform again", "replicate"], ["repeat", "make or do or perform again", "repeat"], ["duplicate", "make or do or perform again", "duplicate"], ["double over", "bend over or curl up, usually with laughter or pain", "double over"], ["double up", "bend over or curl up, usually with laughter or pain", "double up"]]}, {"answer": "doubling", "hint": "synonyms for doubling", "clues": [["double", "bridge: make a demand for (a card or suit)", "double"], ["replicate", "make or do or perform again", "replicate"], ["repeat", "make or do or perform again", "repeat"], ["duplicate", "make or do or perform again", "duplicate"], ["double over", "bend over or curl up, usually with laughter or pain", "double over"], ["double up", "bend over or curl up, usually with laughter or pain", "double up"]]}, {"answer": "dousing", "hint": "synonyms for dousing", "clues": [["douse", "slacken", "douse"], ["duck", "dip into a liquid", "duck"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["put out", "put out, as of a candle or a light", "put out"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate", "dip"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"], ["drench", "cover with liquid; pour liquid onto", "drench"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate", "dunk"]]}, {"answer": "downing", "hint": "synonyms for downing", "clues": [["polish", "improve or perfect by pruning or polishing", "polish"], ["pull down", "cause to come or go down", "pull down"], ["down", "shoot at and force to come down", "down"], ["toss off", "drink down entirely", "toss off"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["go through", "eat immoderately", "go through"], ["knock down", "cause to come or go down", "knock down"], ["devour", "eat immoderately", "devour"], ["cut down", "cause to come or go down", "cut down"], ["shoot down", "shoot at and force to come down", "shoot down"], ["consume", "eat immoderately", "consume"], ["belt down", "drink down entirely", "belt down"], ["land", "shoot at and force to come down", "land"], ["kill", "drink down entirely", "kill"], ["drink down", "drink down entirely", "drink down"], ["refine", "improve or perfect by pruning or polishing", "refine"], ["push down", "cause to come or go down", "push down"], ["pop", "drink down entirely", "pop"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "dowse", "hint": "synonyms for dowse", "clues": [["douse", "slacken", "douse"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["drench", "cover with liquid; pour liquid onto", "drench"]]}, {"answer": "dowsing", "hint": "synonyms for dowsing", "clues": [["dowse", "use a divining rod in search of underground water or metal", "dowse"], ["douse", "slacken", "douse"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["drench", "cover with liquid; pour liquid onto", "drench"]]}, {"answer": "draft", "hint": "synonyms for draft", "clues": [["outline", "draw up an outline or sketch for something", "outline"], ["blueprint", "make a blueprint of", "blueprint"], ["draught", "make a blueprint of", "draught"], ["muster in", "engage somebody to enter the army", "muster in"], ["enlist", "engage somebody to enter the army", "enlist"]]}, {"answer": "drafting", "hint": "synonyms for drafting", "clues": [["outline", "draw up an outline or sketch for something", "outline"], ["draft", "make a blueprint of", "draft"], ["draught", "make a blueprint of", "draught"], ["blueprint", "make a blueprint of", "blueprint"], ["muster in", "engage somebody to enter the army", "muster in"], ["enlist", "engage somebody to enter the army", "enlist"]]}, {"answer": "drag", "hint": "synonyms for drag", "clues": [["hale", "draw slowly or heavily", "hale"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["drop back", "to lag or linger behind", "drop back"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"], ["hang back", "to lag or linger behind", "hang back"], ["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["get behind", "to lag or linger behind", "get behind"], ["dredge", "search (as the bottom of a body of water) for something valuable or lost", "dredge"], ["cart", "draw slowly or heavily", "cart"], ["drop behind", "to lag or linger behind", "drop behind"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["haul", "draw slowly or heavily", "haul"], ["trail", "to lag or linger behind", "trail"], ["draw", "suck in or take (air)", "draw"], ["puff", "suck in or take (air)", "puff"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["drag out", "proceed for an extended period of time", "drag out"], ["scuff", "walk without lifting the feet", "scuff"]]}, {"answer": "draw", "hint": "synonyms for draw", "clues": [["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw and quarter"], ["tie", "finish a game with an equal number of points, goals, etc.", "tie"], ["make", "make, formulate, or derive in the mind", "make"], ["get", "earn or achieve a base by being walked by the pitcher", "get"], ["disembowel", "remove the entrails of", "disembowel"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull in"], ["take out", "take liquid out of a container or well", "take out"], ["draw off", "remove (a commodity) from (a supply source)", "draw off"], ["guide", "pass over, across, or through", "guide"], ["pull", "cause to move by pulling", "pull"], ["take in", "take in, also metaphorically", "take in"], ["suck", "take in, also metaphorically", "suck"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["run", "pass over, across, or through", "run"], ["depict", "give a description of", "depict"], ["absorb", "take in, also metaphorically", "absorb"], ["delineate", "make a mark or lines on a surface", "delineate"], ["string", "thread on or as if on a string", "string"], ["pull back", "stretch back a bowstring (on an archer's bow)", "pull back"], ["suck up", "take in, also metaphorically", "suck up"], ["describe", "give a description of", "describe"], ["cast", "choose at random", "cast"], ["trace", "make a mark or lines on a surface", "trace"], ["soak up", "take in, also metaphorically", "soak up"], ["take up", "take in, also metaphorically", "take up"], ["puff", "suck in or take (air)", "puff"], ["sop up", "take in, also metaphorically", "sop up"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "quarter"], ["reap", "get or derive", "reap"], ["pass", "pass over, across, or through", "pass"], ["pull out", "bring, take, or pull out of a container or from under a cover", "pull out"], ["eviscerate", "remove the entrails of", "eviscerate"], ["drag", "suck in or take (air)", "drag"], ["line", "make a mark or lines on a surface", "line"], ["imbibe", "take in, also metaphorically", "imbibe"], ["thread", "thread on or as if on a string", "thread"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"], ["force", "cause to move by pulling", "force"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw in"], ["withdraw", "remove (a commodity) from (a supply source)", "withdraw"]]}, {"answer": "drawing", "hint": "synonyms for drawing", "clues": [["draw", "elicit responses, such as objections, criticism, applause, etc.", "draw"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw and quarter"], ["tie", "finish a game with an equal number of points, goals, etc.", "tie"], ["make", "make, formulate, or derive in the mind", "make"], ["guide", "pass over, across, or through", "guide"], ["pull", "cause to move by pulling", "pull"], ["absorb", "take in, also metaphorically", "absorb"], ["delineate", "make a mark or lines on a surface", "delineate"], ["describe", "give a description of", "describe"], ["trace", "make a mark or lines on a surface", "trace"], ["soak up", "take in, also metaphorically", "soak up"], ["take up", "take in, also metaphorically", "take up"], ["reap", "get or derive", "reap"], ["pass", "pass over, across, or through", "pass"], ["eviscerate", "remove the entrails of", "eviscerate"], ["drag", "suck in or take (air)", "drag"], ["line", "make a mark or lines on a surface", "line"], ["imbibe", "take in, also metaphorically", "imbibe"], ["thread", "thread on or as if on a string", "thread"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw in"], ["withdraw", "remove (a commodity) from (a supply source)", "withdraw"], ["get", "earn or achieve a base by being walked by the pitcher", "get"], ["disembowel", "remove the entrails of", "disembowel"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull in"], ["force", "cause to move by pulling", "force"], ["take out", "take liquid out of a container or well", "take out"], ["draw off", "remove (a commodity) from (a supply source)", "draw off"], ["take in", "take in, also metaphorically", "take in"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["run", "pass over, across, or through", "run"], ["suck", "take in, also metaphorically", "suck"], ["depict", "give a description of", "depict"], ["string", "thread on or as if on a string", "string"], ["pull back", "stretch back a bowstring (on an archer's bow)", "pull back"], ["suck up", "take in, also metaphorically", "suck up"], ["cast", "choose at random", "cast"], ["puff", "suck in or take (air)", "puff"], ["sop up", "take in, also metaphorically", "sop up"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "quarter"], ["pull out", "bring, take, or pull out of a container or from under a cover", "pull out"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"]]}, {"answer": "dreaming", "hint": "synonyms for dreaming", "clues": [["woolgather", "have a daydream; indulge in a fantasy", "woolgather"], ["stargaze", "have a daydream; indulge in a fantasy", "stargaze"], ["dream", "experience while sleeping", "dream"], ["daydream", "have a daydream; indulge in a fantasy", "daydream"]]}, {"answer": "drenching", "hint": "synonyms for drenching", "clues": [["drench", "force to drink", "drench"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["swamp", "drench or submerge or be drenched or submerged", "swamp"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["imbrue", "permeate or impregnate", "imbrue"]]}, {"answer": "dressing", "hint": "synonyms for dressing", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["get dressed", "put on clothes", "get dressed"], ["primp", "dress or groom with elaborate care", "primp"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["dress up", "dress in a certain manner", "dress up"], ["dress out", "kill and prepare for market or consumption", "dress out"], ["groom", "give a neat appearance to", "groom"], ["do", "arrange attractively", "do"], ["garb", "provide with clothes or put clothes on", "garb"], ["set", "arrange attractively", "set"], ["garment", "provide with clothes or put clothes on", "garment"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"], ["coiffure", "arrange attractively", "coiffure"], ["plume", "dress or groom with elaborate care", "plume"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["coif", "arrange attractively", "coif"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["preen", "dress or groom with elaborate care", "preen"], ["arrange", "arrange attractively", "arrange"], ["curry", "give a neat appearance to", "curry"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["decorate", "provide with decoration", "decorate"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["garnish", "decorate (food), as with parsley or other ornamental foods", "garnish"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["line up", "arrange in ranks", "line up"]]}, {"answer": "drew", "hint": "synonyms for drew", "clues": [["draw", "elicit responses, such as objections, criticism, applause, etc.", "draw"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw and quarter"], ["tie", "finish a game with an equal number of points, goals, etc.", "tie"], ["make", "make, formulate, or derive in the mind", "make"], ["guide", "pass over, across, or through", "guide"], ["pull", "cause to move by pulling", "pull"], ["absorb", "take in, also metaphorically", "absorb"], ["delineate", "make a mark or lines on a surface", "delineate"], ["describe", "give a description of", "describe"], ["trace", "make a mark or lines on a surface", "trace"], ["soak up", "take in, also metaphorically", "soak up"], ["take up", "take in, also metaphorically", "take up"], ["reap", "get or derive", "reap"], ["pass", "pass over, across, or through", "pass"], ["eviscerate", "remove the entrails of", "eviscerate"], ["drag", "suck in or take (air)", "drag"], ["line", "make a mark or lines on a surface", "line"], ["imbibe", "take in, also metaphorically", "imbibe"], ["thread", "thread on or as if on a string", "thread"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw in"], ["withdraw", "remove (a commodity) from (a supply source)", "withdraw"], ["get", "earn or achieve a base by being walked by the pitcher", "get"], ["disembowel", "remove the entrails of", "disembowel"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull in"], ["force", "cause to move by pulling", "force"], ["take out", "take liquid out of a container or well", "take out"], ["draw off", "remove (a commodity) from (a supply source)", "draw off"], ["take in", "take in, also metaphorically", "take in"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["run", "pass over, across, or through", "run"], ["suck", "take in, also metaphorically", "suck"], ["depict", "give a description of", "depict"], ["string", "thread on or as if on a string", "string"], ["pull back", "stretch back a bowstring (on an archer's bow)", "pull back"], ["suck up", "take in, also metaphorically", "suck up"], ["cast", "choose at random", "cast"], ["puff", "suck in or take (air)", "puff"], ["sop up", "take in, also metaphorically", "sop up"], ["quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "quarter"], ["pull out", "bring, take, or pull out of a container or from under a cover", "pull out"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"]]}, {"answer": "dribble", "hint": "synonyms for dribble", "clues": [["drivel", "let saliva drivel from the mouth", "drivel"], ["carry", "propel,", "carry"], ["slabber", "let saliva drivel from the mouth", "slabber"], ["drop", "let or cause to fall in drops", "drop"], ["filter", "run or flow slowly, as in drops or in an unsteady stream", "filter"], ["trickle", "run or flow slowly, as in drops or in an unsteady stream", "trickle"], ["drool", "let saliva drivel from the mouth", "drool"], ["slaver", "let saliva drivel from the mouth", "slaver"], ["drip", "let or cause to fall in drops", "drip"]]}, {"answer": "dribbling", "hint": "synonyms for dribbling", "clues": [["dribble", "let or cause to fall in drops", "dribble"], ["drivel", "let saliva drivel from the mouth", "drivel"], ["carry", "propel,", "carry"], ["slobber", "let saliva drivel from the mouth", "slobber"], ["drop", "let or cause to fall in drops", "drop"], ["filter", "run or flow slowly, as in drops or in an unsteady stream", "filter"], ["trickle", "run or flow slowly, as in drops or in an unsteady stream", "trickle"], ["drool", "let saliva drivel from the mouth", "drool"], ["slaver", "let saliva drivel from the mouth", "slaver"], ["drip", "let or cause to fall in drops", "drip"]]}, {"answer": "drift", "hint": "synonyms for drift", "clues": [["stray", "wander from a direct course or at random", "stray"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["float", "be in motion due to some air or water current", "float"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["err", "wander from a direct course or at random", "err"], ["be adrift", "be in motion due to some air or water current", "be adrift"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["blow", "be in motion due to some air or water current", "blow"], ["freewheel", "live unhurriedly, irresponsibly, or freely", "freewheel"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "drilling", "hint": "synonyms for drilling", "clues": [["drill", "make a hole, especially with a pointed power or hand tool", "drill"], ["practice", "learn by repetition", "practice"], ["exercise", "learn by repetition", "exercise"], ["bore", "make a hole, especially with a pointed power or hand tool", "bore"]]}, {"answer": "drink", "hint": "synonyms for drink", "clues": [["imbibe", "take in liquids", "imbibe"], ["tope", "drink excessive amounts of alcohol; be an alcoholic", "tope"], ["pledge", "propose a toast to", "pledge"], ["drink in", "be fascinated or spell-bound by; pay close attention to", "drink in"], ["fuddle", "consume alcohol", "fuddle"], ["booze", "consume alcohol", "booze"], ["salute", "propose a toast to", "salute"], ["toast", "propose a toast to", "toast"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "drinking", "hint": "synonyms for drinking", "clues": [["imbibe", "take in liquids", "imbibe"], ["drink", "take in liquids", "drink"], ["tope", "drink excessive amounts of alcohol; be an alcoholic", "tope"], ["pledge", "propose a toast to", "pledge"], ["drink in", "be fascinated or spell-bound by; pay close attention to", "drink in"], ["fuddle", "consume alcohol", "fuddle"], ["toast", "propose a toast to", "toast"], ["salute", "propose a toast to", "salute"], ["booze", "consume alcohol", "booze"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "drive", "hint": "synonyms for drive", "clues": [["force", "force into or from an action or state, either physically or metaphorically", "force"], ["tug", "strive and make an effort to reach a goal", "tug"], ["push", "strive and make an effort to reach a goal", "push"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["labor", "strive and make an effort to reach a goal", "labor"], ["beat back", "cause to move back by force or influence", "beat back"], ["ride", "have certain properties when driven", "ride"], ["ram", "force into or from an action or state, either physically or metaphorically", "ram"], ["aim", "move into a desired direction of discourse", "aim"], ["repel", "cause to move back by force or influence", "repel"], ["get", "move into a desired direction of discourse", "get"], ["motor", "travel or be transported in a vehicle", "motor"], ["take", "proceed along in a vehicle", "take"], ["repulse", "cause to move back by force or influence", "repulse"]]}, {"answer": "drivel", "hint": "synonyms for drivel", "clues": [["slaver", "let saliva drivel from the mouth", "slaver"], ["slabber", "let saliva drivel from the mouth", "slabber"], ["dribble", "let saliva drivel from the mouth", "dribble"], ["drool", "let saliva drivel from the mouth", "drool"]]}, {"answer": "drool", "hint": "synonyms for drool", "clues": [["drivel", "let saliva drivel from the mouth", "drivel"], ["slaver", "let saliva drivel from the mouth", "slaver"], ["slabber", "let saliva drivel from the mouth", "slabber"], ["dribble", "let saliva drivel from the mouth", "dribble"], ["salivate", "be envious, desirous, eager for, or extremely happy about something", "salivate"]]}, {"answer": "droop", "hint": "synonyms for droop", "clues": [["loll", "hang loosely or laxly", "loll"], ["wilt", "become limp", "wilt"], ["sag", "droop, sink, or settle from or as if from pressure or loss of tautness", "sag"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness", "flag"]]}, {"answer": "drop", "hint": "synonyms for drop", "clues": [["dribble", "let or cause to fall in drops", "dribble"], ["deteriorate", "grow worse", "deteriorate"], ["drop down", "fall or descend to a lower place or level", "drop down"], ["spend", "pay out", "spend"], ["cast", "get rid of", "cast"], ["pretermit", "leave undone or leave out", "pretermit"], ["set down", "leave or unload", "set down"], ["knock off", "stop pursuing or acting", "knock off"], ["miss", "leave undone or leave out", "miss"], ["sink", "fall or descend to a lower place or level", "sink"], ["send away", "stop associating with", "send away"], ["neglect", "leave undone or leave out", "neglect"], ["shed", "get rid of", "shed"], ["overleap", "leave undone or leave out", "overleap"], ["leave out", "leave undone or leave out", "leave out"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["shake off", "get rid of", "shake off"], ["unload", "leave or unload", "unload"], ["degenerate", "grow worse", "degenerate"], ["dangle", "hang freely", "dangle"], ["throw off", "get rid of", "throw off"], ["discharge", "leave or unload", "discharge"], ["put down", "leave or unload", "put down"], ["drip", "let or cause to fall in drops", "drip"], ["send packing", "stop associating with", "send packing"], ["overlook", "leave undone or leave out", "overlook"], ["expend", "pay out", "expend"], ["omit", "leave undone or leave out", "omit"], ["swing", "hang freely", "swing"], ["drop off", "leave or unload", "drop off"], ["fell", "cause to fall by or as if by delivering a blow", "fell"], ["strike down", "cause to fall by or as if by delivering a blow", "strike down"], ["throw away", "get rid of", "throw away"], ["flatten", "lower the pitch of (musical notes)", "flatten"], ["devolve", "grow worse", "devolve"], ["dismiss", "stop associating with", "dismiss"]]}, {"answer": "drove", "hint": "synonyms for drove", "clues": [["labor", "strive and make an effort to reach a goal", "labor"], ["drive", "proceed along in a vehicle", "drive"], ["ram", "force into or from an action or state, either physically or metaphorically", "ram"], ["repel", "cause to move back by force or influence", "repel"], ["take", "proceed along in a vehicle", "take"], ["repulse", "cause to move back by force or influence", "repulse"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["aim", "move into a desired direction of discourse", "aim"], ["get", "move into a desired direction of discourse", "get"], ["force", "force into or from an action or state, either physically or metaphorically", "force"], ["beat back", "cause to move back by force or influence", "beat back"], ["tug", "strive and make an effort to reach a goal", "tug"], ["push", "strive and make an effort to reach a goal", "push"], ["ride", "have certain properties when driven", "ride"], ["motor", "travel or be transported in a vehicle", "motor"]]}, {"answer": "drubbing", "hint": "synonyms for drubbing", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "drudge", "hint": "synonyms for drudge", "clues": [["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["dig", "work hard", "dig"], ["toil", "work hard", "toil"], ["labor", "work hard", "labor"], ["moil", "work hard", "moil"]]}, {"answer": "drum", "hint": "synonyms for drum", "clues": [["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone up", "study intensively, as before an exam", "bone up"], ["thrum", "make a rhythmic sound", "thrum"], ["bone", "study intensively, as before an exam", "bone"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"], ["beat", "make a rhythmic sound", "beat"]]}, {"answer": "drumming", "hint": "synonyms for drumming", "clues": [["drum", "study intensively, as before an exam", "drum"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone up", "study intensively, as before an exam", "bone up"], ["thrum", "make a rhythmic sound", "thrum"], ["bone", "study intensively, as before an exam", "bone"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"], ["beat", "make a rhythmic sound", "beat"]]}, {"answer": "duck", "hint": "synonyms for duck", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["dip", "dip into a liquid", "dip"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["douse", "dip into a liquid", "douse"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"]]}, {"answer": "ducking", "hint": "synonyms for ducking", "clues": [["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "dip into a liquid", "duck"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["douse", "dip into a liquid", "douse"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["dip", "dip into a liquid", "dip"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"]]}, {"answer": "dug", "hint": "synonyms for dug", "clues": [["grasp", "get the meaning of something", "grasp"], ["hollow", "remove the inner part or the core of", "hollow"], ["dig up", "remove, harvest, or recover by digging", "dig up"], ["compass", "get the meaning of something", "compass"], ["delve", "turn up, loosen, or remove earth", "delve"], ["dig", "thrust down or into", "dig"], ["excavate", "remove the inner part or the core of", "excavate"], ["cut into", "turn up, loosen, or remove earth", "cut into"], ["stab", "poke or thrust abruptly", "stab"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["labour", "work hard", "labour"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"], ["fag", "work hard", "fag"], ["jab", "poke or thrust abruptly", "jab"], ["travail", "work hard", "travail"], ["comprehend", "get the meaning of something", "comprehend"], ["grind", "work hard", "grind"], ["dig out", "create by digging", "dig out"], ["turn over", "turn up, loosen, or remove earth", "turn over"], ["drudge", "work hard", "drudge"], ["apprehend", "get the meaning of something", "apprehend"], ["poke", "poke or thrust abruptly", "poke"], ["savvy", "get the meaning of something", "savvy"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "dulles", "hint": "synonyms for dulles", "clues": [["dull", "make numb or insensitive", "dull"], ["blunt", "make numb or insensitive", "blunt"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["pall", "become less interesting or attractive", "pall"], ["benumb", "make numb or insensitive", "benumb"], ["numb", "make numb or insensitive", "numb"], ["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"]]}, {"answer": "dump", "hint": "synonyms for dump", "clues": [["underprice", "sell at artificially low prices", "underprice"], ["coldcock", "knock down with force", "coldcock"], ["knock down", "knock down with force", "knock down"], ["ditch", "sever all ties with, usually unceremoniously or irresponsibly", "ditch"], ["floor", "knock down with force", "floor"], ["plunge", "fall abruptly", "plunge"], ["deck", "knock down with force", "deck"]]}, {"answer": "dumping", "hint": "synonyms for dumping", "clues": [["dump", "throw away as refuse", "dump"], ["floor", "knock down with force", "floor"], ["deck", "knock down with force", "deck"], ["underprice", "sell at artificially low prices", "underprice"], ["coldcock", "knock down with force", "coldcock"], ["knock down", "knock down with force", "knock down"], ["ditch", "sever all ties with, usually unceremoniously or irresponsibly", "ditch"], ["plunge", "fall abruptly", "plunge"]]}, {"answer": "dumps", "hint": "synonyms for dumps", "clues": [["dump", "throw away as refuse", "dump"], ["floor", "knock down with force", "floor"], ["deck", "knock down with force", "deck"], ["underprice", "sell at artificially low prices", "underprice"], ["coldcock", "knock down with force", "coldcock"], ["knock down", "knock down with force", "knock down"], ["ditch", "sever all ties with, usually unceremoniously or irresponsibly", "ditch"], ["plunge", "fall abruptly", "plunge"]]}, {"answer": "dunk", "hint": "synonyms for dunk", "clues": [["dip", "immerse briefly into a liquid so as to wet, coat, or saturate", "dip"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate", "souse"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"], ["douse", "immerse briefly into a liquid so as to wet, coat, or saturate", "douse"]]}, {"answer": "dupe", "hint": "synonyms for dupe", "clues": [["gull", "fool or hoax", "gull"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["put on", "fool or hoax", "put on"], ["befool", "fool or hoax", "befool"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["put one across", "fool or hoax", "put one across"], ["fool", "fool or hoax", "fool"]]}, {"answer": "dust", "hint": "synonyms for dust", "clues": [["scatter", "distribute loosely", "scatter"], ["disperse", "distribute loosely", "disperse"], ["sprinkle", "distribute loosely", "sprinkle"], ["dot", "distribute loosely", "dot"]]}, {"answer": "dwelling", "hint": "synonyms for dwelling", "clues": [["lie", "originate (in)", "lie"], ["consist", "originate (in)", "consist"], ["dwell", "exist or be situated within", "dwell"], ["populate", "inhabit or live in; be an inhabitant of", "populate"], ["brood", "think moodily or anxiously about something", "brood"], ["harp", "come back to", "harp"], ["lie in", "originate (in)", "lie in"], ["inhabit", "exist or be situated within", "inhabit"]]}, {"answer": "earmark", "hint": "synonyms for earmark", "clues": [["reserve", "give or assign a resource to a particular person or cause", "reserve"], ["allow", "give or assign a resource to a particular person or cause", "allow"], ["set aside", "give or assign a resource to a particular person or cause", "set aside"], ["appropriate", "give or assign a resource to a particular person or cause", "appropriate"]]}, {"answer": "earnings", "hint": "synonyms for earnings", "clues": [["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["garner", "acquire or deserve by one's efforts or actions", "garner"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "ease", "hint": "synonyms for ease", "clues": [["relieve", "lessen the intensity of or calm", "relieve"], ["still", "lessen the intensity of or calm", "still"], ["facilitate", "make easier", "facilitate"], ["allay", "lessen the intensity of or calm", "allay"], ["comfort", "lessen pain or discomfort; alleviate", "comfort"], ["alleviate", "make easier", "alleviate"]]}, {"answer": "easing", "hint": "synonyms for easing", "clues": [["ease", "lessen pain or discomfort; alleviate", "ease"], ["relieve", "lessen the intensity of or calm", "relieve"], ["facilitate", "make easier", "facilitate"], ["still", "lessen the intensity of or calm", "still"], ["comfort", "lessen pain or discomfort; alleviate", "comfort"], ["allay", "lessen the intensity of or calm", "allay"], ["alleviate", "make easier", "alleviate"]]}, {"answer": "eating", "hint": "synonyms for eating", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["corrode", "cause to deteriorate due to the action of water, air, or an acid", "corrode"], ["eat", "eat a meal; take a meal", "eat"], ["feed", "take in food; used of animals only", "feed"], ["run through", "use up (resources or materials)", "run through"], ["eat on", "worry or cause anxiety in a persistent way", "eat on"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["deplete", "use up (resources or materials)", "deplete"], ["exhaust", "use up (resources or materials)", "exhaust"], ["rust", "cause to deteriorate due to the action of water, air, or an acid", "rust"], ["use up", "use up (resources or materials)", "use up"]]}, {"answer": "eats", "hint": "synonyms for eats", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["corrode", "cause to deteriorate due to the action of water, air, or an acid", "corrode"], ["eat", "eat a meal; take a meal", "eat"], ["feed", "take in food; used of animals only", "feed"], ["run through", "use up (resources or materials)", "run through"], ["eat on", "worry or cause anxiety in a persistent way", "eat on"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["deplete", "use up (resources or materials)", "deplete"], ["exhaust", "use up (resources or materials)", "exhaust"], ["rust", "cause to deteriorate due to the action of water, air, or an acid", "rust"], ["use up", "use up (resources or materials)", "use up"]]}, {"answer": "ebb", "hint": "synonyms for ebb", "clues": [["ebb down", "flow back or recede", "ebb down"], ["ebb out", "flow back or recede", "ebb out"], ["ebb away", "flow back or recede", "ebb away"], ["ebb off", "flow back or recede", "ebb off"]]}, {"answer": "ebbing", "hint": "synonyms for ebbing", "clues": [["ebb away", "flow back or recede", "ebb away"], ["ebb", "hem in fish with stakes and nets so as to prevent them from going back into the sea with the ebb", "ebb"], ["ebb out", "flow back or recede", "ebb out"], ["ebb down", "flow back or recede", "ebb down"], ["ebb off", "flow back or recede", "ebb off"]]}, {"answer": "echo", "hint": "synonyms for echo", "clues": [["reverberate", "ring or echo with sound", "reverberate"], ["ring", "ring or echo with sound", "ring"], ["resound", "ring or echo with sound", "resound"], ["repeat", "to say again or imitate", "repeat"], ["recall", "call to mind", "recall"]]}, {"answer": "eddy", "hint": "synonyms for eddy", "clues": [["whirlpool", "flow in a circular current, of liquids", "whirlpool"], ["whirl", "flow in a circular current, of liquids", "whirl"], ["purl", "flow in a circular current, of liquids", "purl"], ["swirl", "flow in a circular current, of liquids", "swirl"]]}, {"answer": "edge", "hint": "synonyms for edge", "clues": [["inch", "advance slowly, as if by inches", "inch"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["march", "lie adjacent to another or share a boundary", "march"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"]]}, {"answer": "edging", "hint": "synonyms for edging", "clues": [["inch", "advance slowly, as if by inches", "inch"], ["edge", "advance slowly, as if by inches", "edge"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["march", "lie adjacent to another or share a boundary", "march"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"]]}, {"answer": "editing", "hint": "synonyms for editing", "clues": [["edit", "cut or eliminate", "edit"], ["delete", "cut or eliminate", "delete"], ["edit out", "cut and assemble the components of", "edit out"], ["redact", "prepare for publication or presentation by correcting, revising, or adapting", "redact"], ["blue-pencil", "cut or eliminate", "blue-pencil"], ["cut", "cut and assemble the components of", "cut"]]}, {"answer": "egress", "hint": "synonyms for egress", "clues": [["issue", "come out of", "issue"], ["come forth", "come out of", "come forth"], ["go forth", "come out of", "go forth"], ["come out", "come out of", "come out"], ["emerge", "come out of", "emerge"]]}, {"answer": "ejaculate", "hint": "synonyms for ejaculate", "clues": [["blurt", "utter impulsively", "blurt"], ["blurt out", "utter impulsively", "blurt out"], ["blunder", "utter impulsively", "blunder"], ["blunder out", "utter impulsively", "blunder out"]]}, {"answer": "eluding", "hint": "synonyms for eluding", "clues": [["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["evade", "escape, either physically or mentally", "evade"], ["bilk", "escape, either physically or mentally", "bilk"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["escape", "be incomprehensible to; escape understanding by", "escape"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"]]}, {"answer": "embrace", "hint": "synonyms for embrace", "clues": [["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own", "adopt"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own", "sweep up"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory", "comprehend"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory", "encompass"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness", "bosom"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness", "squeeze"], ["espouse", "take up the cause, ideology, practice, method, of someone and use it as one's own", "espouse"], ["cover", "include in scope; include as part of something broader; have as one's sphere or territory", "cover"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness", "hug"]]}, {"answer": "embracing", "hint": "synonyms for embracing", "clues": [["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own", "adopt"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own", "sweep up"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own", "embrace"], ["comprehend", "include in scope; include as part of something broader; have as one's sphere or territory", "comprehend"], ["encompass", "include in scope; include as part of something broader; have as one's sphere or territory", "encompass"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness", "bosom"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness", "squeeze"], ["espouse", "take up the cause, ideology, practice, method, of someone and use it as one's own", "espouse"], ["cover", "include in scope; include as part of something broader; have as one's sphere or territory", "cover"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness", "hug"]]}, {"answer": "embroideress", "hint": "synonyms for embroideress", "clues": [["aggrandize", "add details to", "aggrandize"], ["embroider", "decorate with needlework", "embroider"], ["lard", "add details to", "lard"], ["dramatise", "add details to", "dramatise"], ["pad", "add details to", "pad"], ["blow up", "add details to", "blow up"], ["embellish", "add details to", "embellish"]]}, {"answer": "emphasizing", "hint": "synonyms for emphasizing", "clues": [["accent", "to stress, single out as important", "accent"], ["emphasize", "to stress, single out as important", "emphasize"], ["stress", "to stress, single out as important", "stress"], ["underline", "give extra weight to (a communication)", "underline"], ["punctuate", "to stress, single out as important", "punctuate"], ["underscore", "give extra weight to (a communication)", "underscore"], ["accentuate", "to stress, single out as important", "accentuate"]]}, {"answer": "employ", "hint": "synonyms for employ", "clues": [["engage", "engage or hire for work", "engage"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "use"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"], ["hire", "engage or hire for work", "hire"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "apply"]]}, {"answer": "emptying", "hint": "synonyms for emptying", "clues": [["discharge", "become empty or void of its content", "discharge"], ["empty", "remove", "empty"], ["evacuate", "excrete or discharge from the body", "evacuate"], ["void", "excrete or discharge from the body", "void"], ["abandon", "leave behind empty; move out of", "abandon"]]}, {"answer": "enclosing", "hint": "synonyms for enclosing", "clues": [["insert", "introduce", "insert"], ["put in", "introduce", "put in"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["hold in", "close in; darkness enclosed him\"", "hold in"], ["shut in", "surround completely", "shut in"], ["introduce", "introduce", "introduce"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["confine", "close in; darkness enclosed him\"", "confine"], ["inclose", "surround completely", "inclose"], ["stick in", "introduce", "stick in"], ["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["close in", "surround completely", "close in"]]}, {"answer": "encounter", "hint": "synonyms for encounter", "clues": [["happen", "come upon, as if by accident; meet with", "happen"], ["see", "come together", "see"], ["meet", "experience as a reaction", "meet"], ["receive", "experience as a reaction", "receive"], ["run into", "come together", "run into"], ["bump", "come upon, as if by accident; meet with", "bump"], ["play", "contend against an opponent in a sport, game, or battle", "play"], ["chance", "come upon, as if by accident; meet with", "chance"], ["find", "come upon, as if by accident; meet with", "find"], ["come across", "come together", "come across"], ["take on", "contend against an opponent in a sport, game, or battle", "take on"], ["run across", "come together", "run across"]]}, {"answer": "end", "hint": "synonyms for end", "clues": [["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"]]}, {"answer": "ending", "hint": "synonyms for ending", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["end", "be the end of; be the last or concluding part of", "end"], ["terminate", "bring to an end or halt", "terminate"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"]]}, {"answer": "enfolding", "hint": "synonyms for enfolding", "clues": [["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"]]}, {"answer": "engineer", "hint": "synonyms for engineer", "clues": [["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["organise", "plan and direct (a complex undertaking)", "organise"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["direct", "plan and direct (a complex undertaking)", "direct"]]}, {"answer": "engineering", "hint": "synonyms for engineering", "clues": [["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["organise", "plan and direct (a complex undertaking)", "organise"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["direct", "plan and direct (a complex undertaking)", "direct"]]}, {"answer": "engraving", "hint": "synonyms for engraving", "clues": [["etch", "carve or cut a design or letters into", "etch"], ["grave", "carve, cut, or etch into a material or surface", "grave"], ["engrave", "carve or cut into a block used for printing or print from such a block", "engrave"], ["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"]]}, {"answer": "enjoining", "hint": "synonyms for enjoining", "clues": [["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["say", "give instructions to or direct somebody to do something with authority", "say"], ["enjoin", "issue an injunction", "enjoin"], ["order", "give instructions to or direct somebody to do something with authority", "order"]]}, {"answer": "enlisting", "hint": "synonyms for enlisting", "clues": [["engage", "hire for work or assistance", "engage"], ["enlist", "hire for work or assistance", "enlist"], ["draft", "engage somebody to enter the army", "draft"], ["muster in", "engage somebody to enter the army", "muster in"]]}, {"answer": "entail", "hint": "synonyms for entail", "clues": [["fee-tail", "limit the inheritance of property to a specific class of heirs", "fee-tail"], ["implicate", "impose, involve, or imply as a necessary accompaniment or result", "implicate"], ["imply", "have as a logical consequence", "imply"], ["mean", "have as a logical consequence", "mean"]]}, {"answer": "entering", "hint": "synonyms for entering", "clues": [["enter", "make a record of; set down in permanent form", "enter"], ["figure", "be or play a part of or in", "figure"], ["insert", "put or introduce into something", "insert"], ["recruit", "register formally as a participant or member", "recruit"], ["come in", "to come or go into", "come in"], ["introduce", "put or introduce into something", "introduce"], ["move into", "to come or go into", "move into"], ["get into", "to come or go into", "get into"], ["infix", "put or introduce into something", "infix"], ["participate", "become a participant; be involved in", "participate"], ["embark", "set out on (an enterprise or subject of study)", "embark"], ["go into", "to come or go into", "go into"], ["enrol", "register formally as a participant or member", "enrol"], ["put down", "make a record of; set down in permanent form", "put down"], ["record", "make a record of; set down in permanent form", "record"], ["accede", "take on duties or office", "accede"], ["inscribe", "register formally as a participant or member", "inscribe"], ["go in", "to come or go into", "go in"]]}, {"answer": "entrance", "hint": "synonyms for entrance", "clues": [["spellbind", "put into a trance", "spellbind"], ["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "environs", "hint": "synonyms for environs", "clues": [["environ", "extend on all sides of simultaneously; encircle", "environ"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "envisioning", "hint": "synonyms for envisioning", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["foresee", "picture to oneself; imagine possible", "foresee"], ["envision", "picture to oneself; imagine possible", "envision"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"]]}, {"answer": "equating", "hint": "synonyms for equating", "clues": [["compare", "consider or describe as similar, equal, or analogous", "compare"], ["equate", "be equivalent or parallel, in mathematics", "equate"], ["correspond", "be equivalent or parallel, in mathematics", "correspond"], ["liken", "consider or describe as similar, equal, or analogous", "liken"], ["match", "make equal, uniform, corresponding, or matching", "match"], ["equalise", "make equal, uniform, corresponding, or matching", "equalise"], ["equal", "make equal, uniform, corresponding, or matching", "equal"]]}, {"answer": "equipping", "hint": "synonyms for equipping", "clues": [["fit out", "provide with (something) usually for a specific purpose", "fit out"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["equip", "provide with (something) usually for a specific purpose", "equip"], ["fit", "provide with (something) usually for a specific purpose", "fit"]]}, {"answer": "erecting", "hint": "synonyms for erecting", "clues": [["erect", "cause to rise up", "erect"], ["raise", "construct, build, or erect", "raise"], ["rear", "construct, build, or erect", "rear"], ["put up", "construct, build, or erect", "put up"], ["set up", "construct, build, or erect", "set up"]]}, {"answer": "eroding", "hint": "synonyms for eroding", "clues": [["gnaw at", "become ground down or deteriorate", "gnaw at"], ["eat at", "become ground down or deteriorate", "eat at"], ["erode", "become ground down or deteriorate", "erode"], ["gnaw", "become ground down or deteriorate", "gnaw"], ["wear away", "become ground down or deteriorate", "wear away"], ["fret", "remove soil or rock", "fret"], ["eat away", "remove soil or rock", "eat away"]]}, {"answer": "escape", "hint": "synonyms for escape", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action", "get by"], ["break loose", "run away from confinement", "break loose"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action", "get off"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["get away", "run away from confinement", "get away"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action", "get out"], ["run", "flee; take to one's heels; cut and run", "run"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["elude", "be incomprehensible to; escape understanding by", "elude"], ["miss", "fail to experience", "miss"]]}, {"answer": "essay", "hint": "synonyms for essay", "clues": [["attempt", "make an effort or attempt", "attempt"], ["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["seek", "make an effort or attempt", "seek"], ["try", "make an effort or attempt", "try"], ["assay", "make an effort or attempt", "assay"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"]]}, {"answer": "esteem", "hint": "synonyms for esteem", "clues": [["repute", "look on as or consider", "repute"], ["respect", "regard highly; think much of", "respect"], ["think of", "look on as or consider", "think of"], ["regard as", "look on as or consider", "regard as"], ["take to be", "look on as or consider", "take to be"], ["look on", "look on as or consider", "look on"], ["prize", "regard highly; think much of", "prize"], ["prise", "regard highly; think much of", "prise"], ["value", "regard highly; think much of", "value"]]}, {"answer": "estimate", "hint": "synonyms for estimate", "clues": [["guess", "judge tentatively or form an estimate of (quantities or time)", "guess"], ["forecast", "judge to be probable", "forecast"], ["reckon", "judge to be probable", "reckon"], ["calculate", "judge to be probable", "calculate"], ["count on", "judge to be probable", "count on"], ["gauge", "judge tentatively or form an estimate of (quantities or time)", "gauge"], ["approximate", "judge tentatively or form an estimate of (quantities or time)", "approximate"], ["judge", "judge tentatively or form an estimate of (quantities or time)", "judge"], ["figure", "judge to be probable", "figure"]]}, {"answer": "evening", "hint": "synonyms for evening", "clues": [["even out", "become even or more even", "even out"], ["even", "make even or more even", "even"], ["flush", "make level or straight", "flush"], ["level", "make level or straight", "level"]]}, {"answer": "evidence", "hint": "synonyms for evidence", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["bear witness", "provide evidence for", "bear witness"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "certify"], ["prove", "provide evidence for", "prove"], ["testify", "provide evidence for", "testify"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "demonstrate"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "attest"], ["show", "provide evidence for", "show"], ["tell", "give evidence", "tell"]]}, {"answer": "exchange", "hint": "synonyms for exchange", "clues": [["interchange", "put in the place of another; switch seemingly equivalent items", "interchange"], ["commute", "exchange or replace with another, usually of the same kind or category", "commute"], ["convert", "exchange or replace with another, usually of the same kind or category", "convert"], ["change", "exchange or replace with another, usually of the same kind or category", "change"], ["switch", "change over, change around, as to a new order or sequence", "switch"], ["switch over", "change over, change around, as to a new order or sequence", "switch over"], ["substitute", "put in the place of another; switch seemingly equivalent items", "substitute"], ["replace", "put in the place of another; switch seemingly equivalent items", "replace"]]}, {"answer": "exclaiming", "hint": "synonyms for exclaiming", "clues": [["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"], ["proclaim", "state or announce", "proclaim"], ["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["promulgate", "state or announce", "promulgate"]]}, {"answer": "excreting", "hint": "synonyms for excreting", "clues": [["egest", "eliminate from the body", "egest"], ["excrete", "eliminate from the body", "excrete"], ["pass", "eliminate from the body", "pass"], ["eliminate", "eliminate from the body", "eliminate"]]}, {"answer": "excuse", "hint": "synonyms for excuse", "clues": [["beg off", "ask for permission to be released from an engagement", "beg off"], ["let off", "grant exemption or release to", "let off"], ["condone", "excuse, overlook, or make allowances for; be lenient with", "condone"], ["pardon", "accept an excuse for", "pardon"], ["exempt", "grant exemption or release to", "exempt"], ["relieve", "grant exemption or release to", "relieve"], ["explain", "serve as a reason or cause or justification of", "explain"], ["apologise", "defend, explain, clear away, or make excuses for by reasoning", "apologise"], ["rationalise", "defend, explain, clear away, or make excuses for by reasoning", "rationalise"], ["justify", "defend, explain, clear away, or make excuses for by reasoning", "justify"]]}, {"answer": "executing", "hint": "synonyms for executing", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["accomplish", "put in effect", "accomplish"], ["fulfil", "put in effect", "fulfil"], ["carry through", "put in effect", "carry through"], ["execute", "carry out a process or program, as on a computer or a machine", "execute"], ["perform", "carry out or perform an action", "perform"], ["run", "carry out a process or program, as on a computer or a machine", "run"], ["put to death", "kill as a means of socially sanctioned punishment", "put to death"], ["do", "carry out or perform an action", "do"]]}, {"answer": "exercise", "hint": "synonyms for exercise", "clues": [["practice", "carry out or practice; as of jobs and professions", "practice"], ["work", "give a workout to", "work"], ["drill", "learn by repetition", "drill"], ["work out", "do physical exercise", "work out"], ["exert", "put to use", "exert"], ["do", "carry out or practice; as of jobs and professions", "do"]]}, {"answer": "exercising", "hint": "synonyms for exercising", "clues": [["practice", "carry out or practice; as of jobs and professions", "practice"], ["work", "give a workout to", "work"], ["exercise", "do physical exercise", "exercise"], ["drill", "learn by repetition", "drill"], ["work out", "do physical exercise", "work out"], ["exert", "put to use", "exert"], ["do", "carry out or practice; as of jobs and professions", "do"]]}, {"answer": "exhaust", "hint": "synonyms for exhaust", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["run through", "use up (resources or materials)", "run through"], ["eat", "use up (resources or materials)", "eat"], ["deplete", "use up (resources or materials)", "deplete"], ["tire", "deplete", "tire"], ["eject", "eliminate (a substance)", "eject"], ["use up", "use up (resources or materials)", "use up"], ["release", "eliminate (a substance)", "release"], ["play out", "deplete", "play out"], ["wash up", "wear out completely", "wash up"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["sap", "deplete", "sap"], ["expel", "eliminate (a substance)", "expel"], ["tucker", "wear out completely", "tucker"], ["run down", "deplete", "run down"], ["tucker out", "wear out completely", "tucker out"], ["discharge", "eliminate (a substance)", "discharge"]]}, {"answer": "exhibit", "hint": "synonyms for exhibit", "clues": [["march", "walk ostentatiously", "march"], ["demo", "give an exhibition of to an interested audience", "demo"], ["expose", "to show, make visible or apparent", "expose"], ["demonstrate", "give an exhibition of to an interested audience", "demonstrate"], ["show", "give an exhibition of to an interested audience", "show"], ["present", "give an exhibition of to an interested audience", "present"], ["display", "to show, make visible or apparent", "display"], ["parade", "walk ostentatiously", "parade"]]}, {"answer": "exit", "hint": "synonyms for exit", "clues": [["go out", "move out of or depart from", "go out"], ["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["leave", "move out of or depart from", "leave"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["get out", "move out of or depart from", "get out"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "expelling", "hint": "synonyms for expelling", "clues": [["expel", "cause to flee", "expel"], ["kick out", "remove from a position or office", "kick out"], ["oust", "remove from a position or office", "oust"], ["boot out", "remove from a position or office", "boot out"], ["exhaust", "eliminate (a substance)", "exhaust"], ["rout out", "cause to flee", "rout out"], ["rout", "cause to flee", "rout"], ["drum out", "remove from a position or office", "drum out"], ["eject", "eliminate (a substance)", "eject"], ["throw out", "force to leave or move out", "throw out"], ["release", "eliminate (a substance)", "release"], ["discharge", "eliminate (a substance)", "discharge"]]}, {"answer": "expending", "hint": "synonyms for expending", "clues": [["drop", "pay out", "drop"], ["use", "use up, consume fully", "use"], ["expend", "use up, consume fully", "expend"], ["spend", "pay out", "spend"]]}, {"answer": "experience", "hint": "synonyms for experience", "clues": [["know", "have firsthand knowledge of states, situations, emotions, or sensations", "know"], ["feel", "undergo an emotional sensation or be in a particular state of mind", "feel"], ["get", "go through (mental or physical states or experiences)", "get"], ["go through", "go or live through", "go through"], ["receive", "go through (mental or physical states or experiences)", "receive"], ["have", "undergo", "have"], ["see", "go or live through", "see"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations", "live"]]}, {"answer": "expose", "hint": "synonyms for expose", "clues": [["scupper", "put in a dangerous, disadvantageous, or difficult position", "scupper"], ["exhibit", "to show, make visible or apparent", "exhibit"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["display", "to show, make visible or apparent", "display"], ["disclose", "disclose to view as by removing a cover", "disclose"], ["queer", "put in a dangerous, disadvantageous, or difficult position", "queer"], ["peril", "put in a dangerous, disadvantageous, or difficult position", "peril"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["endanger", "put in a dangerous, disadvantageous, or difficult position", "endanger"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["debunk", "expose while ridiculing; especially of pretentious or false claims and ideas", "debunk"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["uncover", "remove all or part of one's clothes to show one's body", "uncover"]]}, {"answer": "expounding", "hint": "synonyms for expounding", "clues": [["exposit", "state", "exposit"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"], ["set forth", "state", "set forth"]]}, {"answer": "expunging", "hint": "synonyms for expunging", "clues": [["scratch", "remove by erasing or crossing out or as if by drawing a line", "scratch"], ["strike", "remove by erasing or crossing out or as if by drawing a line", "strike"], ["excise", "remove by erasing or crossing out or as if by drawing a line", "excise"], ["expunge", "remove by erasing or crossing out or as if by drawing a line", "expunge"]]}, {"answer": "extinguishing", "hint": "synonyms for extinguishing", "clues": [["do away with", "terminate, end, or take out", "do away with"], ["eradicate", "kill in large numbers", "eradicate"], ["press out", "extinguish by crushing", "press out"], ["carry off", "kill in large numbers", "carry off"], ["get rid of", "terminate, end, or take out", "get rid of"], ["extinguish", "put an end to; kill", "extinguish"], ["snuff out", "put an end to; kill", "snuff out"], ["decimate", "kill in large numbers", "decimate"], ["quench", "put out, as of fires, flames, or lights", "quench"], ["eliminate", "kill in large numbers", "eliminate"], ["annihilate", "kill in large numbers", "annihilate"], ["blow out", "put out, as of fires, flames, or lights", "blow out"], ["wipe out", "kill in large numbers", "wipe out"], ["stub out", "extinguish by crushing", "stub out"], ["crush out", "extinguish by crushing", "crush out"]]}, {"answer": "extract", "hint": "synonyms for extract", "clues": [["express", "obtain from a substance, as by mechanical action", "express"], ["draw out", "deduce (a principle) or construe (a meaning)", "draw out"], ["take out", "remove, usually with some force or effort; also used in an abstract sense", "take out"], ["press out", "obtain from a substance, as by mechanical action", "press out"], ["distil", "extract by the process of distillation", "distil"], ["educe", "deduce (a principle) or construe (a meaning)", "educe"], ["evoke", "deduce (a principle) or construe (a meaning)", "evoke"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense", "pull out"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense", "pull up"], ["elicit", "deduce (a principle) or construe (a meaning)", "elicit"], ["excerpt", "take out of a literary work in order to cite or copy", "excerpt"], ["pull", "remove, usually with some force or effort; also used in an abstract sense", "pull"]]}, {"answer": "exudate", "hint": "synonyms for exudate", "clues": [["transude", "release (a liquid) in drops or small quantities", "transude"], ["exude", "release (a liquid) in drops or small quantities", "exude"], ["ooze", "release (a liquid) in drops or small quantities", "ooze"], ["ooze out", "release (a liquid) in drops or small quantities", "ooze out"]]}, {"answer": "face", "hint": "synonyms for face", "clues": [["confront", "present somebody with something, usually to accuse or criticize", "confront"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "front"], ["present", "present somebody with something, usually to accuse or criticize", "present"], ["face up", "deal with (something unpleasant) head on", "face up"], ["look", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "look"]]}, {"answer": "facing", "hint": "synonyms for facing", "clues": [["face", "oppose, as in hostility or a competition", "face"], ["confront", "present somebody with something, usually to accuse or criticize", "confront"], ["present", "present somebody with something, usually to accuse or criticize", "present"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "front"], ["face up", "deal with (something unpleasant) head on", "face up"], ["look", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "look"]]}, {"answer": "fade", "hint": "synonyms for fade", "clues": [["wither", "lose freshness, vigor, or vitality", "wither"], ["fleet", "disappear gradually", "fleet"], ["evanesce", "disappear gradually", "evanesce"], ["melt", "become less clearly visible or distinguishable; disappear gradually or seemingly", "melt"], ["pass", "disappear gradually", "pass"], ["pass off", "disappear gradually", "pass off"], ["blow over", "disappear gradually", "blow over"], ["languish", "become feeble", "languish"]]}, {"answer": "fading", "hint": "synonyms for fading", "clues": [["wither", "lose freshness, vigor, or vitality", "wither"], ["fade", "disappear gradually", "fade"], ["melt", "become less clearly visible or distinguishable; disappear gradually or seemingly", "melt"], ["pass", "disappear gradually", "pass"], ["languish", "become feeble", "languish"], ["fleet", "disappear gradually", "fleet"], ["evanesce", "disappear gradually", "evanesce"], ["pass off", "disappear gradually", "pass off"], ["blow over", "disappear gradually", "blow over"]]}, {"answer": "fag", "hint": "synonyms for fag", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["labour", "work hard", "labour"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["travail", "work hard", "travail"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["grind", "work hard", "grind"], ["dig", "work hard", "dig"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["drudge", "work hard", "drudge"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"]]}, {"answer": "fall", "hint": "synonyms for fall", "clues": [["precipitate", "fall from clouds", "precipitate"], ["flow", "fall or flow in a certain way", "flow"], ["pass", "be inherited by", "pass"], ["decrease", "decrease in size, extent, or range", "decrease"], ["return", "be inherited by", "return"], ["descend", "come as if by falling", "descend"], ["accrue", "come into the possession of", "accrue"], ["come down", "move downward and lower, but not necessarily all the way", "come down"], ["lessen", "decrease in size, extent, or range", "lessen"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["go down", "move downward and lower, but not necessarily all the way", "go down"], ["come", "come under, be classified or included", "come"], ["light", "fall to somebody by assignment or lot", "light"], ["fall down", "lose an upright position suddenly", "fall down"], ["hang", "fall or flow in a certain way", "hang"], ["settle", "come as if by falling", "settle"], ["diminish", "decrease in size, extent, or range", "diminish"], ["devolve", "be inherited by", "devolve"], ["strike", "touch or seem as if touching visually or audibly", "strike"]]}, {"answer": "falls", "hint": "synonyms for falls", "clues": [["fall", "suffer defeat, failure, or ruin", "fall"], ["flow", "fall or flow in a certain way", "flow"], ["decrease", "decrease in size, extent, or range", "decrease"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["fall down", "lose an upright position suddenly", "fall down"], ["come down", "fall from clouds", "come down"], ["settle", "come as if by falling", "settle"], ["diminish", "decrease in size, extent, or range", "diminish"], ["devolve", "be inherited by", "devolve"], ["precipitate", "fall from clouds", "precipitate"], ["pass", "be inherited by", "pass"], ["return", "be inherited by", "return"], ["descend", "come as if by falling", "descend"], ["accrue", "come into the possession of", "accrue"], ["lessen", "decrease in size, extent, or range", "lessen"], ["come", "come under, be classified or included", "come"], ["go down", "move downward and lower, but not necessarily all the way", "go down"], ["light", "fall to somebody by assignment or lot", "light"], ["hang", "fall or flow in a certain way", "hang"], ["strike", "touch or seem as if touching visually or audibly", "strike"]]}, {"answer": "falsifying", "hint": "synonyms for falsifying", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["alter", "insert words into texts, often falsifying it thereby", "alter"], ["warp", "make false by mutilation or addition; as of a message or story", "warp"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["interpolate", "insert words into texts, often falsifying it thereby", "interpolate"], ["distort", "make false by mutilation or addition; as of a message or story", "distort"], ["fake", "tamper, with the purpose of deception", "fake"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["garble", "make false by mutilation or addition; as of a message or story", "garble"], ["cook", "tamper, with the purpose of deception", "cook"]]}, {"answer": "falter", "hint": "synonyms for falter", "clues": [["stumble", "walk unsteadily", "stumble"], ["waver", "be unsure or weak", "waver"], ["bumble", "walk unsteadily", "bumble"], ["stutter", "speak haltingly", "stutter"], ["stammer", "speak haltingly", "stammer"]]}, {"answer": "fare", "hint": "synonyms for fare", "clues": [["come", "proceed or get along", "come"], ["do", "proceed or get along", "do"], ["make out", "proceed or get along", "make out"], ["get along", "proceed or get along", "get along"]]}, {"answer": "fastening", "hint": "synonyms for fastening", "clues": [["secure", "cause to be firmly attached", "secure"], ["fasten", "become fixed or fastened", "fasten"], ["tighten", "make tight or tighter", "tighten"], ["fix", "cause to be firmly attached", "fix"]]}, {"answer": "father", "hint": "synonyms for father", "clues": [["sire", "make children", "sire"], ["bring forth", "make children", "bring forth"], ["engender", "make children", "engender"], ["generate", "make children", "generate"], ["get", "make children", "get"], ["mother", "make children", "mother"], ["beget", "make children", "beget"]]}, {"answer": "fatigue", "hint": "synonyms for fatigue", "clues": [["tire", "lose interest or become bored with something or somebody", "tire"], ["weary", "lose interest or become bored with something or somebody", "weary"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "fatigues", "hint": "synonyms for fatigues", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["tire", "lose interest or become bored with something or somebody", "tire"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["pall", "lose interest or become bored with something or somebody", "pall"]]}, {"answer": "fawn", "hint": "synonyms for fawn", "clues": [["cower", "show submission or fear", "cower"], ["kowtow", "try to gain favor by cringing or flattering", "kowtow"], ["truckle", "try to gain favor by cringing or flattering", "truckle"], ["suck up", "try to gain favor by cringing or flattering", "suck up"], ["cringe", "show submission or fear", "cringe"], ["toady", "try to gain favor by cringing or flattering", "toady"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"], ["creep", "show submission or fear", "creep"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "fear", "hint": "synonyms for fear", "clues": [["dread", "be afraid or scared of; be frightened of", "dread"], ["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "reverence"], ["revere", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "revere"], ["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "venerate"]]}, {"answer": "feasting", "hint": "synonyms for feasting", "clues": [["junket", "partake in a feast or banquet", "junket"], ["feed", "gratify", "feed"], ["feast", "partake in a feast or banquet", "feast"], ["banquet", "provide a feast or banquet for", "banquet"]]}, {"answer": "featherbed", "hint": "synonyms for featherbed", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "featherbedding", "hint": "synonyms for featherbedding", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "fed", "hint": "synonyms for fed", "clues": [["feed in", "introduce continuously", "feed in"], ["feed", "profit from in an exploitatory manner", "feed"], ["run", "move along, of liquids", "run"], ["course", "move along, of liquids", "course"], ["prey", "profit from in an exploitatory manner", "prey"], ["eat", "take in food; used of animals only", "eat"], ["feast", "gratify", "feast"], ["flow", "move along, of liquids", "flow"], ["fertilise", "provide with fertilizers or add nutrients to", "fertilise"], ["give", "give food to", "give"]]}, {"answer": "feed", "hint": "synonyms for feed", "clues": [["bung", "give a tip or gratuity to in return for a service, beyond the compensation agreed on", "bung"], ["feed in", "introduce continuously", "feed in"], ["eat", "take in food; used of animals only", "eat"], ["run", "move along, of liquids", "run"], ["fertilise", "provide with fertilizers or add nutrients to", "fertilise"], ["tip", "give a tip or gratuity to in return for a service, beyond the compensation agreed on", "tip"], ["course", "move along, of liquids", "course"], ["prey", "profit from in an exploitatory manner", "prey"], ["fee", "give a tip or gratuity to in return for a service, beyond the compensation agreed on", "fee"], ["give", "give food to", "give"], ["feast", "gratify", "feast"], ["flow", "move along, of liquids", "flow"]]}, {"answer": "feeding", "hint": "synonyms for feeding", "clues": [["feed in", "introduce continuously", "feed in"], ["feed", "profit from in an exploitatory manner", "feed"], ["run", "move along, of liquids", "run"], ["course", "move along, of liquids", "course"], ["prey", "profit from in an exploitatory manner", "prey"], ["eat", "take in food; used of animals only", "eat"], ["feast", "gratify", "feast"], ["flow", "move along, of liquids", "flow"], ["fertilise", "provide with fertilizers or add nutrients to", "fertilise"], ["give", "give food to", "give"]]}, {"answer": "feel", "hint": "synonyms for feel", "clues": [["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "find"], ["experience", "undergo an emotional sensation or be in a particular state of mind", "experience"], ["finger", "examine by touch", "finger"], ["palpate", "examine (a body part) by palpation", "palpate"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles", "sense"]]}, {"answer": "feeling", "hint": "synonyms for feeling", "clues": [["feel", "pass one's hands over the sexual organs of", "feel"], ["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "find"], ["finger", "examine by touch", "finger"], ["palpate", "examine (a body part) by palpation", "palpate"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles", "sense"], ["experience", "undergo an emotional sensation or be in a particular state of mind", "experience"]]}, {"answer": "feelings", "hint": "synonyms for feelings", "clues": [["feel", "pass one's hands over the sexual organs of", "feel"], ["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "find"], ["finger", "examine by touch", "finger"], ["palpate", "examine (a body part) by palpation", "palpate"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles", "sense"], ["experience", "undergo an emotional sensation or be in a particular state of mind", "experience"]]}, {"answer": "feigning", "hint": "synonyms for feigning", "clues": [["dissemble", "make believe with the intent to deceive", "dissemble"], ["assume", "make a pretence of", "assume"], ["sham", "make a pretence of", "sham"], ["feign", "make believe with the intent to deceive", "feign"], ["pretend", "make believe with the intent to deceive", "pretend"], ["simulate", "make a pretence of", "simulate"], ["affect", "make believe with the intent to deceive", "affect"]]}, {"answer": "felt", "hint": "synonyms for felt", "clues": [["feel", "undergo an emotional sensation or be in a particular state of mind", "feel"], ["find", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "find"], ["sense", "perceive by a physical sensation, e.g., coming from the skin or muscles", "sense"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matte up", "change texture so as to become matted and felt-like", "matte up"], ["palpate", "examine (a body part) by palpation", "palpate"], ["finger", "examine by touch", "finger"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["experience", "undergo an emotional sensation or be in a particular state of mind", "experience"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "fence", "hint": "synonyms for fence", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["contend", "have an argument about something", "contend"], ["fence in", "enclose with a fence", "fence in"], ["argue", "have an argument about something", "argue"], ["palisade", "surround with a wall in order to fortify", "palisade"], ["debate", "have an argument about something", "debate"], ["wall", "surround with a wall in order to fortify", "wall"]]}, {"answer": "fencing", "hint": "synonyms for fencing", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["contend", "have an argument about something", "contend"], ["argue", "have an argument about something", "argue"], ["palisade", "surround with a wall in order to fortify", "palisade"], ["fence", "enclose with a fence", "fence"], ["wall", "surround with a wall in order to fortify", "wall"], ["debate", "have an argument about something", "debate"], ["fence in", "enclose with a fence", "fence in"]]}, {"answer": "fermenting", "hint": "synonyms for fermenting", "clues": [["work", "cause to undergo fermentation", "work"], ["ferment", "go sour or spoil", "ferment"], ["turn", "go sour or spoil", "turn"], ["sour", "go sour or spoil", "sour"]]}, {"answer": "fetch", "hint": "synonyms for fetch", "clues": [["get", "go or come after and bring or take back", "get"], ["bring in", "be sold for a certain price", "bring in"], ["bring", "be sold for a certain price", "bring"], ["convey", "go or come after and bring or take back", "convey"]]}, {"answer": "fiddle", "hint": "synonyms for fiddle", "clues": [["monkey", "play around with or alter or falsify, usually secretively or dishonestly", "monkey"], ["shirk", "avoid (one's assigned duties)", "shirk"], ["goldbrick", "avoid (one's assigned duties)", "goldbrick"], ["tinker", "try to fix or mend", "tinker"], ["toy", "manipulate manually or in one's mind or imagination", "toy"], ["tamper", "play around with or alter or falsify, usually secretively or dishonestly", "tamper"], ["play", "manipulate manually or in one's mind or imagination", "play"], ["shrink from", "avoid (one's assigned duties)", "shrink from"], ["diddle", "manipulate manually or in one's mind or imagination", "diddle"]]}, {"answer": "fight", "hint": "synonyms for fight", "clues": [["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["defend", "fight against or resist strongly", "defend"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["fight down", "fight against or resist strongly", "fight down"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["fight back", "fight against or resist strongly", "fight back"], ["struggle", "be engaged in a fight; carry on a fight", "struggle"], ["contend", "be engaged in a fight; carry on a fight", "contend"], ["oppose", "fight against or resist strongly", "oppose"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"]]}, {"answer": "figure", "hint": "synonyms for figure", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["forecast", "judge to be probable", "forecast"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["enter", "be or play a part of or in", "enter"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["see", "imagine; conceive of; see in one's mind", "see"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["compute", "make a mathematical calculation or computation", "compute"], ["calculate", "make a mathematical calculation or computation", "calculate"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["count on", "judge to be probable", "count on"], ["estimate", "judge to be probable", "estimate"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "figuring", "hint": "synonyms for figuring", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["forecast", "judge to be probable", "forecast"], ["figure", "be or play a part of or in", "figure"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["enter", "be or play a part of or in", "enter"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["see", "imagine; conceive of; see in one's mind", "see"], ["compute", "make a mathematical calculation or computation", "compute"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["calculate", "make a mathematical calculation or computation", "calculate"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["count on", "judge to be probable", "count on"], ["estimate", "judge to be probable", "estimate"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "file", "hint": "synonyms for file", "clues": [["charge", "file a formal charge against", "charge"], ["file away", "place in a container for keeping records", "file away"], ["register", "record in a public office or in a court of law", "register"], ["lodge", "file a formal charge against", "lodge"]]}, {"answer": "filing", "hint": "synonyms for filing", "clues": [["charge", "file a formal charge against", "charge"], ["file", "record in a public office or in a court of law", "file"], ["file away", "place in a container for keeping records", "file away"], ["register", "record in a public office or in a court of law", "register"], ["lodge", "file a formal charge against", "lodge"]]}, {"answer": "fill", "hint": "synonyms for fill", "clues": [["make full", "make full, also in a metaphorical sense", "make full"], ["fulfill", "fill or meet a want or need", "fulfill"], ["take", "assume, as of positions or roles", "take"], ["meet", "fill or meet a want or need", "meet"], ["fill up", "become full", "fill up"], ["satisfy", "fill or meet a want or need", "satisfy"], ["satiate", "fill to satisfaction", "satiate"], ["replete", "fill to satisfaction", "replete"], ["occupy", "occupy the whole of", "occupy"], ["sate", "fill to satisfaction", "sate"]]}, {"answer": "filling", "hint": "synonyms for filling", "clues": [["fill", "assume, as of positions or roles", "fill"], ["fulfill", "fill or meet a want or need", "fulfill"], ["fill up", "make full, also in a metaphorical sense", "fill up"], ["occupy", "occupy the whole of", "occupy"], ["sate", "fill to satisfaction", "sate"], ["make full", "make full, also in a metaphorical sense", "make full"], ["meet", "fill or meet a want or need", "meet"], ["take", "assume, as of positions or roles", "take"], ["satisfy", "fill or meet a want or need", "satisfy"], ["satiate", "fill to satisfaction", "satiate"], ["replete", "fill to satisfaction", "replete"]]}, {"answer": "filter", "hint": "synonyms for filter", "clues": [["sink in", "pass through", "sink in"], ["permeate", "pass through", "permeate"], ["separate out", "remove by passing through a filter", "separate out"], ["strain", "remove by passing through a filter", "strain"], ["trickle", "run or flow slowly, as in drops or in an unsteady stream", "trickle"], ["percolate", "pass through", "percolate"], ["filtrate", "remove by passing through a filter", "filtrate"], ["dribble", "run or flow slowly, as in drops or in an unsteady stream", "dribble"], ["filter out", "remove by passing through a filter", "filter out"]]}, {"answer": "filtrate", "hint": "synonyms for filtrate", "clues": [["filter", "remove by passing through a filter", "filter"], ["separate out", "remove by passing through a filter", "separate out"], ["filter out", "remove by passing through a filter", "filter out"], ["strain", "remove by passing through a filter", "strain"]]}, {"answer": "find", "hint": "synonyms for find", "clues": [["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["get", "receive a specified treatment (abstract)", "get"], ["regain", "get or find back; recover the use of", "regain"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["chance", "come upon, as if by accident; meet with", "chance"], ["determine", "establish after a calculation, investigation, experiment, survey, or study", "determine"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["recover", "get or find back; recover the use of", "recover"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "feel"], ["rule", "decide on and make a declaration about", "rule"], ["see", "perceive or be contemporaneous with", "see"], ["witness", "perceive or be contemporaneous with", "witness"], ["incur", "receive a specified treatment (abstract)", "incur"], ["happen", "come upon, as if by accident; meet with", "happen"], ["come up", "get something or somebody for a specific purpose", "come up"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["find oneself", "accept and make use of one's personality, abilities, and situation", "find oneself"], ["bump", "come upon, as if by accident; meet with", "bump"], ["receive", "receive a specified treatment (abstract)", "receive"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["get hold", "get something or somebody for a specific purpose", "get hold"], ["line up", "get something or somebody for a specific purpose", "line up"]]}, {"answer": "finding", "hint": "synonyms for finding", "clues": [["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["get", "receive a specified treatment (abstract)", "get"], ["regain", "get or find back; recover the use of", "regain"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["find", "get something or somebody for a specific purpose", "find"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["recover", "get or find back; recover the use of", "recover"], ["witness", "perceive or be contemporaneous with", "witness"], ["come up", "get something or somebody for a specific purpose", "come up"], ["receive", "receive a specified treatment (abstract)", "receive"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["see", "perceive or be contemporaneous with", "see"], ["get hold", "get something or somebody for a specific purpose", "get hold"], ["chance", "come upon, as if by accident; meet with", "chance"], ["determine", "establish after a calculation, investigation, experiment, survey, or study", "determine"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "feel"], ["rule", "decide on and make a declaration about", "rule"], ["incur", "receive a specified treatment (abstract)", "incur"], ["happen", "come upon, as if by accident; meet with", "happen"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["find oneself", "accept and make use of one's personality, abilities, and situation", "find oneself"], ["bump", "come upon, as if by accident; meet with", "bump"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["line up", "get something or somebody for a specific purpose", "line up"]]}, {"answer": "findings", "hint": "synonyms for findings", "clues": [["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["get", "receive a specified treatment (abstract)", "get"], ["regain", "get or find back; recover the use of", "regain"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["find", "get something or somebody for a specific purpose", "find"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["recover", "get or find back; recover the use of", "recover"], ["witness", "perceive or be contemporaneous with", "witness"], ["come up", "get something or somebody for a specific purpose", "come up"], ["receive", "receive a specified treatment (abstract)", "receive"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["see", "perceive or be contemporaneous with", "see"], ["get hold", "get something or somebody for a specific purpose", "get hold"], ["chance", "come upon, as if by accident; meet with", "chance"], ["determine", "establish after a calculation, investigation, experiment, survey, or study", "determine"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["feel", "come to believe on the basis of emotion, intuitions, or indefinite grounds", "feel"], ["rule", "decide on and make a declaration about", "rule"], ["incur", "receive a specified treatment (abstract)", "incur"], ["happen", "come upon, as if by accident; meet with", "happen"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["find oneself", "accept and make use of one's personality, abilities, and situation", "find oneself"], ["bump", "come upon, as if by accident; meet with", "bump"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["line up", "get something or somebody for a specific purpose", "line up"]]}, {"answer": "finish", "hint": "synonyms for finish", "clues": [["fetch up", "finally be or do something", "fetch up"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["end up", "finally be or do something", "end up"], ["land up", "finally be or do something", "land up"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["polish off", "finish eating all the food on one's plate or on the table", "polish off"], ["complete", "come or bring to a finish or an end", "complete"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["finish up", "finally be or do something", "finish up"], ["wind up", "finally be or do something", "wind up"], ["eat up", "finish eating all the food on one's plate or on the table", "eat up"]]}, {"answer": "finishing", "hint": "synonyms for finishing", "clues": [["finish", "come or bring to a finish or an end", "finish"], ["fetch up", "finally be or do something", "fetch up"], ["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["end up", "finally be or do something", "end up"], ["eat up", "finish eating all the food on one's plate or on the table", "eat up"], ["land up", "finally be or do something", "land up"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["polish off", "finish eating all the food on one's plate or on the table", "polish off"], ["complete", "come or bring to a finish or an end", "complete"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["finish up", "finally be or do something", "finish up"], ["wind up", "finally be or do something", "wind up"]]}, {"answer": "fink", "hint": "synonyms for fink", "clues": [["rat", "take the place of work of someone on strike", "rat"], ["squeal", "confess to a punishable or reprehensible deed, usually under pressure", "squeal"], ["blackleg", "take the place of work of someone on strike", "blackleg"], ["confess", "confess to a punishable or reprehensible deed, usually under pressure", "confess"], ["scab", "take the place of work of someone on strike", "scab"]]}, {"answer": "fire", "hint": "synonyms for fire", "clues": [["go off", "go off or discharge", "go off"], ["fuel", "provide with fuel", "fuel"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["discharge", "cause to go off", "discharge"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["open fire", "start firing a weapon", "open fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["burn", "destroy by fire", "burn"], ["burn down", "destroy by fire", "burn down"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "firing", "hint": "synonyms for firing", "clues": [["go off", "go off or discharge", "go off"], ["fire", "bake in a kiln so as to harden", "fire"], ["fuel", "provide with fuel", "fuel"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["discharge", "cause to go off", "discharge"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["open fire", "start firing a weapon", "open fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["burn", "destroy by fire", "burn"], ["burn down", "destroy by fire", "burn down"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "fix", "hint": "synonyms for fix", "clues": [["set", "decide upon or fix definitely", "set"], ["fasten", "cause to be firmly attached", "fasten"], ["desexualise", "make infertile", "desexualise"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["sterilise", "make infertile", "sterilise"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["specify", "decide upon or fix definitely", "specify"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"], ["unsex", "make infertile", "unsex"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["deposit", "put (something somewhere) firmly", "deposit"], ["desex", "make infertile", "desex"], ["fixate", "make fixed, stable or stationary", "fixate"], ["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["cook", "prepare for eating by applying heat", "cook"], ["situate", "put (something somewhere) firmly", "situate"], ["pay off", "take vengeance on or get even", "pay off"], ["secure", "cause to be firmly attached", "secure"], ["posit", "put (something somewhere) firmly", "posit"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["determine", "decide upon or fix definitely", "determine"], ["make", "prepare for eating by applying heat", "make"], ["define", "decide upon or fix definitely", "define"], ["pay back", "take vengeance on or get even", "pay back"], ["limit", "decide upon or fix definitely", "limit"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"], ["get", "take vengeance on or get even", "get"]]}, {"answer": "fixing", "hint": "synonyms for fixing", "clues": [["fasten", "cause to be firmly attached", "fasten"], ["desexualise", "make infertile", "desexualise"], ["fix", "take vengeance on or get even", "fix"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["specify", "decide upon or fix definitely", "specify"], ["deposit", "put (something somewhere) firmly", "deposit"], ["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["posit", "put (something somewhere) firmly", "posit"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["sterilize", "make infertile", "sterilize"], ["determine", "decide upon or fix definitely", "determine"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"], ["get", "take vengeance on or get even", "get"], ["unsex", "make infertile", "unsex"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["fixate", "make fixed, stable or stationary", "fixate"], ["desex", "make infertile", "desex"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["cook", "prepare for eating by applying heat", "cook"], ["situate", "put (something somewhere) firmly", "situate"], ["pay off", "take vengeance on or get even", "pay off"], ["secure", "cause to be firmly attached", "secure"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["make", "prepare for eating by applying heat", "make"], ["pay back", "take vengeance on or get even", "pay back"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "fixings", "hint": "synonyms for fixings", "clues": [["fasten", "cause to be firmly attached", "fasten"], ["desexualise", "make infertile", "desexualise"], ["fix", "take vengeance on or get even", "fix"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["specify", "decide upon or fix definitely", "specify"], ["deposit", "put (something somewhere) firmly", "deposit"], ["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["posit", "put (something somewhere) firmly", "posit"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["sterilize", "make infertile", "sterilize"], ["determine", "decide upon or fix definitely", "determine"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"], ["get", "take vengeance on or get even", "get"], ["unsex", "make infertile", "unsex"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["fixate", "make fixed, stable or stationary", "fixate"], ["desex", "make infertile", "desex"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["cook", "prepare for eating by applying heat", "cook"], ["situate", "put (something somewhere) firmly", "situate"], ["pay off", "take vengeance on or get even", "pay off"], ["secure", "cause to be firmly attached", "secure"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["make", "prepare for eating by applying heat", "make"], ["pay back", "take vengeance on or get even", "pay back"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "fizz", "hint": "synonyms for fizz", "clues": [["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["froth", "become bubbly or frothy or foaming", "froth"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"]]}, {"answer": "flag", "hint": "synonyms for flag", "clues": [["slacken off", "become less intense", "slacken off"], ["ease off", "become less intense", "ease off"], ["sag", "droop, sink, or settle from or as if from pressure or loss of tautness", "sag"], ["ease up", "become less intense", "ease up"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness", "droop"]]}, {"answer": "flap", "hint": "synonyms for flap", "clues": [["wave", "move in a wavy pattern or with a rising and falling motion", "wave"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["beat", "move with a flapping motion", "beat"], ["pother", "make a fuss; be agitated", "pother"], ["dither", "make a fuss; be agitated", "dither"], ["roll", "move in a wavy pattern or with a rising and falling motion", "roll"]]}, {"answer": "flapping", "hint": "synonyms for flapping", "clues": [["wave", "move in a wavy pattern or with a rising and falling motion", "wave"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["flap", "move noisily", "flap"], ["dither", "make a fuss; be agitated", "dither"], ["roll", "move in a wavy pattern or with a rising and falling motion", "roll"], ["beat", "move with a thrashing motion", "beat"], ["pother", "make a fuss; be agitated", "pother"]]}, {"answer": "flaps", "hint": "synonyms for flaps", "clues": [["wave", "move in a wavy pattern or with a rising and falling motion", "wave"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["flap", "move noisily", "flap"], ["dither", "make a fuss; be agitated", "dither"], ["roll", "move in a wavy pattern or with a rising and falling motion", "roll"], ["beat", "move with a thrashing motion", "beat"], ["pother", "make a fuss; be agitated", "pother"]]}, {"answer": "flare", "hint": "synonyms for flare", "clues": [["flame", "shine with a sudden light", "flame"], ["burst out", "erupt or intensify suddenly", "burst out"], ["irrupt", "erupt or intensify suddenly", "irrupt"], ["burn up", "burn brightly", "burn up"], ["blaze up", "burn brightly", "blaze up"], ["flare out", "become flared and widen, usually at one end", "flare out"], ["break open", "erupt or intensify suddenly", "break open"], ["flame up", "burn brightly", "flame up"], ["erupt", "erupt or intensify suddenly", "erupt"]]}, {"answer": "flashing", "hint": "synonyms for flashing", "clues": [["flash", "gleam or glow intermittently", "flash"], ["show off", "display proudly; act ostentatiously or pretentiously", "show off"], ["blink", "gleam or glow intermittently", "blink"], ["flaunt", "display proudly; act ostentatiously or pretentiously", "flaunt"], ["shoot", "run or move very quickly or hastily", "shoot"], ["dart", "run or move very quickly or hastily", "dart"], ["dash", "run or move very quickly or hastily", "dash"], ["wink", "gleam or glow intermittently", "wink"], ["scoot", "run or move very quickly or hastily", "scoot"], ["scud", "run or move very quickly or hastily", "scud"], ["swank", "display proudly; act ostentatiously or pretentiously", "swank"], ["ostentate", "display proudly; act ostentatiously or pretentiously", "ostentate"], ["twinkle", "gleam or glow intermittently", "twinkle"]]}, {"answer": "flaunt", "hint": "synonyms for flaunt", "clues": [["ostentate", "display proudly; act ostentatiously or pretentiously", "ostentate"], ["swank", "display proudly; act ostentatiously or pretentiously", "swank"], ["flash", "display proudly; act ostentatiously or pretentiously", "flash"], ["show off", "display proudly; act ostentatiously or pretentiously", "show off"]]}, {"answer": "fleece", "hint": "synonyms for fleece", "clues": [["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["rob", "rip off; ask an unreasonable price", "rob"], ["shear", "shear the wool from", "shear"], ["plume", "rip off; ask an unreasonable price", "plume"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "flex", "hint": "synonyms for flex", "clues": [["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"]]}, {"answer": "flick", "hint": "synonyms for flick", "clues": [["flicker", "shine unsteadily", "flicker"], ["jerk", "throw or toss with a quick motion", "jerk"], ["flip", "look through a book or other written material", "flip"], ["riffle", "look through a book or other written material", "riffle"], ["leaf", "look through a book or other written material", "leaf"], ["ruffle", "twitch or flutter", "ruffle"], ["snap", "cause to make a snapping sound", "snap"], ["click", "cause to make a snapping sound", "click"], ["riff", "look through a book or other written material", "riff"], ["thumb", "look through a book or other written material", "thumb"]]}, {"answer": "flicker", "hint": "synonyms for flicker", "clues": [["waver", "move back and forth very rapidly", "waver"], ["flick", "flash intermittently", "flick"], ["flutter", "move back and forth very rapidly", "flutter"], ["quiver", "move back and forth very rapidly", "quiver"]]}, {"answer": "flies", "hint": "synonyms for flies", "clues": [["fly", "operate an airplane", "fly"], ["take flight", "run away quickly", "take flight"], ["aviate", "operate an airplane", "aviate"], ["wing", "travel through the air; be airborne", "wing"], ["fell", "pass away rapidly", "fell"], ["pilot", "operate an airplane", "pilot"], ["flee", "run away quickly", "flee"], ["vanish", "decrease rapidly and disappear", "vanish"], ["vaporize", "decrease rapidly and disappear", "vaporize"]]}, {"answer": "flinch", "hint": "synonyms for flinch", "clues": [["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["wince", "draw back, as with fear or pain", "wince"], ["quail", "draw back, as with fear or pain", "quail"], ["cringe", "draw back, as with fear or pain", "cringe"], ["squinch", "draw back, as with fear or pain", "squinch"], ["shrink", "draw back, as with fear or pain", "shrink"]]}, {"answer": "fling", "hint": "synonyms for fling", "clues": [["splurge", "indulge oneself", "splurge"], ["chuck out", "throw or cast away", "chuck out"], ["dispose", "throw or cast away", "dispose"], ["discard", "throw or cast away", "discard"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["toss", "throw or cast away", "toss"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "flip-flop", "hint": "synonyms for flip-flop", "clues": [["switch", "reverse (a direction, attitude, or course of action)", "switch"], ["alternate", "reverse (a direction, attitude, or course of action)", "alternate"], ["tack", "reverse (a direction, attitude, or course of action)", "tack"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["flip", "reverse (a direction, attitude, or course of action)", "flip"]]}, {"answer": "flirt", "hint": "synonyms for flirt", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["dally", "behave carelessly or indifferently", "dally"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["play", "behave carelessly or indifferently", "play"], ["toy", "behave carelessly or indifferently", "toy"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "flirting", "hint": "synonyms for flirting", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["dally", "behave carelessly or indifferently", "dally"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["play", "behave carelessly or indifferently", "play"], ["toy", "behave carelessly or indifferently", "toy"], ["flirt", "behave carelessly or indifferently", "flirt"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "float", "hint": "synonyms for float", "clues": [["blow", "be in motion due to some air or water current", "blow"], ["swim", "be afloat either on or below a liquid surface and not sink to the bottom", "swim"], ["drift", "be in motion due to some air or water current", "drift"], ["be adrift", "be in motion due to some air or water current", "be adrift"]]}, {"answer": "flogging", "hint": "synonyms for flogging", "clues": [["lambast", "beat with a cane", "lambast"], ["flog", "beat with a cane", "flog"], ["lash", "beat severely with a whip or rod", "lash"], ["cane", "beat with a cane", "cane"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["whip", "beat severely with a whip or rod", "whip"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "flood", "hint": "synonyms for flood", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid", "swamp"], ["glut", "supply with an excess of", "glut"], ["inundate", "fill quickly beyond capacity; as with a liquid", "inundate"], ["deluge", "fill quickly beyond capacity; as with a liquid", "deluge"], ["oversupply", "supply with an excess of", "oversupply"]]}, {"answer": "flooding", "hint": "synonyms for flooding", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid", "swamp"], ["glut", "supply with an excess of", "glut"], ["flood", "become filled to overflowing", "flood"], ["inundate", "fill quickly beyond capacity; as with a liquid", "inundate"], ["deluge", "fill quickly beyond capacity; as with a liquid", "deluge"], ["oversupply", "supply with an excess of", "oversupply"]]}, {"answer": "floor", "hint": "synonyms for floor", "clues": [["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["dump", "knock down with force", "dump"], ["deck", "knock down with force", "deck"], ["shock", "surprise greatly; knock someone's socks off", "shock"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"], ["coldcock", "knock down with force", "coldcock"], ["knock down", "knock down with force", "knock down"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"]]}, {"answer": "flooring", "hint": "synonyms for flooring", "clues": [["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["floor", "knock down with force", "floor"], ["dump", "knock down with force", "dump"], ["deck", "knock down with force", "deck"], ["shock", "surprise greatly; knock someone's socks off", "shock"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"], ["coldcock", "knock down with force", "coldcock"], ["knock down", "knock down with force", "knock down"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"]]}, {"answer": "flourish", "hint": "synonyms for flourish", "clues": [["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "fly high"], ["wave", "move or swing back and forth", "wave"], ["thrive", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "thrive"], ["expand", "grow vigorously", "expand"], ["brandish", "move or swing back and forth", "brandish"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "prosper"], ["boom", "grow vigorously", "boom"]]}, {"answer": "flow", "hint": "synonyms for flow", "clues": [["course", "move along, of liquids", "course"], ["feed", "move along, of liquids", "feed"], ["menstruate", "undergo menstruation", "menstruate"], ["hang", "fall or flow in a certain way", "hang"], ["fall", "fall or flow in a certain way", "fall"], ["run", "move along, of liquids", "run"], ["flux", "move or progress freely as if in a stream", "flux"]]}, {"answer": "flub", "hint": "synonyms for flub", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "fluff", "hint": "synonyms for fluff", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["tease", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect", "tease"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["ruffle", "erect or fluff up", "ruffle"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "flutter", "hint": "synonyms for flutter", "clues": [["flit", "move along rapidly and lightly; skim or dart", "flit"], ["flitter", "move back and forth very rapidly", "flitter"], ["bat", "wink briefly", "bat"], ["flicker", "move back and forth very rapidly", "flicker"], ["palpitate", "beat rapidly", "palpitate"], ["waver", "move back and forth very rapidly", "waver"], ["dart", "move along rapidly and lightly; skim or dart", "dart"], ["quiver", "move back and forth very rapidly", "quiver"], ["fleet", "move along rapidly and lightly; skim or dart", "fleet"]]}, {"answer": "fluttering", "hint": "synonyms for fluttering", "clues": [["flutter", "beat rapidly", "flutter"], ["flit", "move along rapidly and lightly; skim or dart", "flit"], ["bat", "wink briefly", "bat"], ["flicker", "move back and forth very rapidly", "flicker"], ["palpitate", "beat rapidly", "palpitate"], ["waver", "move back and forth very rapidly", "waver"], ["dart", "move along rapidly and lightly; skim or dart", "dart"], ["quiver", "move back and forth very rapidly", "quiver"], ["fleet", "move along rapidly and lightly; skim or dart", "fleet"]]}, {"answer": "flux", "hint": "synonyms for flux", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["liquify", "become liquid or fluid when heated", "liquify"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["immix", "mix together different elements", "immix"], ["flow", "move or progress freely as if in a stream", "flow"], ["blend", "mix together different elements", "blend"]]}, {"answer": "foam", "hint": "synonyms for foam", "clues": [["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["froth", "become bubbly or frothy or foaming", "froth"]]}, {"answer": "fob", "hint": "synonyms for fob", "clues": [["pull a fast one on", "deceive somebody", "pull a fast one on"], ["trick", "deceive somebody", "trick"], ["play a trick on", "deceive somebody", "play a trick on"], ["play tricks", "deceive somebody", "play tricks"], ["fox", "deceive somebody", "fox"], ["flim-flam", "deceive somebody", "flim-flam"], ["play a joke on", "deceive somebody", "play a joke on"]]}, {"answer": "focus", "hint": "synonyms for focus", "clues": [["focalize", "become focussed or come into focus", "focalize"], ["concentre", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "concentre"], ["sharpen", "put (an image) into focus", "sharpen"], ["centre", "direct one's attention on something", "centre"], ["rivet", "direct one's attention on something", "rivet"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"]]}, {"answer": "focusing", "hint": "synonyms for focusing", "clues": [["focalize", "become focussed or come into focus", "focalize"], ["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "focus"], ["sharpen", "put (an image) into focus", "sharpen"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "concenter"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["centre", "direct one's attention on something", "centre"], ["rivet", "direct one's attention on something", "rivet"], ["concentrate", "direct one's attention on something", "concentrate"]]}, {"answer": "focussing", "hint": "synonyms for focussing", "clues": [["focalize", "become focussed or come into focus", "focalize"], ["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "focus"], ["sharpen", "put (an image) into focus", "sharpen"], ["concenter", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "concenter"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["centre", "direct one's attention on something", "centre"], ["rivet", "direct one's attention on something", "rivet"], ["concentrate", "direct one's attention on something", "concentrate"]]}, {"answer": "fog", "hint": "synonyms for fog", "clues": [["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["obscure", "make less visible or unclear", "obscure"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["cloud", "make less visible or unclear", "cloud"], ["befog", "make less visible or unclear", "befog"]]}, {"answer": "foil", "hint": "synonyms for foil", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "foiling", "hint": "synonyms for foiling", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["foil", "enhance by contrast", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "fold", "hint": "synonyms for fold", "clues": [["close down", "cease to operate or cause to cease operating", "close down"], ["pen up", "confine in a fold, like sheep", "pen up"], ["close", "cease to operate or cause to cease operating", "close"], ["shut down", "cease to operate or cause to cease operating", "shut down"], ["fold up", "bend or lay so that one part covers the other", "fold up"], ["close up", "cease to operate or cause to cease operating", "close up"], ["turn up", "bend or lay so that one part covers the other", "turn up"]]}, {"answer": "fool", "hint": "synonyms for fool", "clues": [["gull", "fool or hoax", "gull"], ["fool away", "spend frivolously and unwisely", "fool away"], ["fool around", "indulge in horseplay", "fool around"], ["shoot", "spend frivolously and unwisely", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["dupe", "fool or hoax", "dupe"], ["dissipate", "spend frivolously and unwisely", "dissipate"], ["arse around", "indulge in horseplay", "arse around"], ["fritter", "spend frivolously and unwisely", "fritter"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["befool", "make a fool or dupe of", "befool"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["put on", "fool or hoax", "put on"], ["put one across", "fool or hoax", "put one across"]]}, {"answer": "foot", "hint": "synonyms for foot", "clues": [["hoof it", "walk", "hoof it"], ["foot up", "add a column of numbers", "foot up"], ["leg it", "walk", "leg it"], ["hoof", "walk", "hoof"], ["pick", "pay for something", "pick"]]}, {"answer": "footing", "hint": "synonyms for footing", "clues": [["foot", "add a column of numbers", "foot"], ["hoof it", "walk", "hoof it"], ["foot up", "add a column of numbers", "foot up"], ["hoof", "walk", "hoof"], ["leg it", "walk", "leg it"], ["pick", "pay for something", "pick"]]}, {"answer": "foray", "hint": "synonyms for foray", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["ransack", "steal goods; take as spoils", "ransack"], ["plunder", "steal goods; take as spoils", "plunder"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"]]}, {"answer": "force", "hint": "synonyms for force", "clues": [["pull", "cause to move by pulling", "pull"], ["draw", "cause to move by pulling", "draw"], ["thrust", "impose urgently, importunately, or inexorably", "thrust"], ["impel", "urge or force (a person) to an action; constrain or motivate", "impel"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "pressure"], ["wedge", "squeeze like a wedge into a tight space", "wedge"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "hale"], ["push", "move with force,", "push"], ["drive", "force into or from an action or state, either physically or metaphorically", "drive"], ["ram", "force into or from an action or state, either physically or metaphorically", "ram"], ["storm", "take by force", "storm"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "coerce"], ["squeeze", "squeeze like a wedge into a tight space", "squeeze"]]}, {"answer": "force_out", "hint": "synonyms for force out", "clues": [["evict", "expel from one's property or force to move out by a legal process", "evict"], ["gouge", "force with the thumb", "gouge"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["rouse", "force or drive out", "rouse"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["depose", "force to leave (an office)", "depose"], ["drive out", "force or drive out", "drive out"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["squeeze out", "cause to come out in a squirt", "squeeze out"], ["eject", "cause to come out in a squirt", "eject"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["squirt", "cause to come out in a squirt", "squirt"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["rout out", "force or drive out", "rout out"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"], ["crowd out", "press, force, or thrust out of a small space", "crowd out"]]}, {"answer": "forecast", "hint": "synonyms for forecast", "clues": [["presage", "indicate by signs", "presage"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["bode", "indicate by signs", "bode"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["betoken", "indicate by signs", "betoken"], ["calculate", "predict in advance", "calculate"], ["figure", "judge to be probable", "figure"], ["omen", "indicate by signs", "omen"], ["reckon", "judge to be probable", "reckon"], ["predict", "indicate by signs", "predict"], ["count on", "judge to be probable", "count on"], ["foretell", "indicate by signs", "foretell"], ["estimate", "judge to be probable", "estimate"], ["prefigure", "indicate by signs", "prefigure"], ["prognosticate", "indicate by signs", "prognosticate"]]}, {"answer": "forecasting", "hint": "synonyms for forecasting", "clues": [["presage", "indicate by signs", "presage"], ["auspicate", "indicate by signs", "auspicate"], ["forecast", "judge to be probable", "forecast"], ["foreshadow", "indicate by signs", "foreshadow"], ["bode", "indicate by signs", "bode"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["betoken", "indicate by signs", "betoken"], ["calculate", "predict in advance", "calculate"], ["figure", "judge to be probable", "figure"], ["omen", "indicate by signs", "omen"], ["reckon", "judge to be probable", "reckon"], ["predict", "indicate by signs", "predict"], ["count on", "judge to be probable", "count on"], ["foretell", "indicate by signs", "foretell"], ["estimate", "judge to be probable", "estimate"], ["prefigure", "indicate by signs", "prefigure"], ["prognosticate", "indicate by signs", "prognosticate"]]}, {"answer": "foregrounding", "hint": "synonyms for foregrounding", "clues": [["spotlight", "move into the foreground to make more visible or prominent", "spotlight"], ["highlight", "move into the foreground to make more visible or prominent", "highlight"], ["play up", "move into the foreground to make more visible or prominent", "play up"], ["foreground", "move into the foreground to make more visible or prominent", "foreground"]]}, {"answer": "forestalling", "hint": "synonyms for forestalling", "clues": [["forestall", "keep from happening or arising; make impossible", "forestall"], ["forbid", "keep from happening or arising; make impossible", "forbid"], ["foreclose", "keep from happening or arising; make impossible", "foreclose"], ["foresee", "act in advance of; deal with ahead of time", "foresee"], ["prevent", "keep from happening or arising; make impossible", "prevent"], ["preclude", "keep from happening or arising; make impossible", "preclude"], ["anticipate", "act in advance of; deal with ahead of time", "anticipate"], ["counter", "act in advance of; deal with ahead of time", "counter"]]}, {"answer": "foretelling", "hint": "synonyms for foretelling", "clues": [["call", "make a prediction about; tell in advance", "call"], ["harbinger", "foreshadow or presage", "harbinger"], ["annunciate", "foreshadow or presage", "annunciate"], ["presage", "indicate by signs", "presage"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["bode", "indicate by signs", "bode"], ["foretell", "foreshadow or presage", "foretell"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["betoken", "indicate by signs", "betoken"], ["forebode", "make a prediction about; tell in advance", "forebode"], ["forecast", "indicate by signs", "forecast"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["herald", "foreshadow or presage", "herald"], ["predict", "make a prediction about; tell in advance", "predict"], ["omen", "indicate by signs", "omen"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["promise", "make a prediction about; tell in advance", "promise"], ["announce", "foreshadow or presage", "announce"], ["prefigure", "indicate by signs", "prefigure"]]}, {"answer": "forge", "hint": "synonyms for forge", "clues": [["spirt", "move or act with a sudden increase in speed or energy", "spirt"], ["hammer", "create by hammering", "hammer"], ["mould", "make something, usually for a specific function", "mould"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["fake", "make a copy of with the intent to deceive", "fake"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["spurt", "move or act with a sudden increase in speed or energy", "spurt"], ["work", "make something, usually for a specific function", "work"], ["form", "make something, usually for a specific function", "form"], ["fashion", "make out of components (often in an improvising manner)", "fashion"], ["counterfeit", "make a copy of with the intent to deceive", "counterfeit"], ["shape", "make something, usually for a specific function", "shape"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"]]}, {"answer": "forging", "hint": "synonyms for forging", "clues": [["spirt", "move or act with a sudden increase in speed or energy", "spirt"], ["forge", "make out of components (often in an improvising manner)", "forge"], ["mould", "make something, usually for a specific function", "mould"], ["work", "make something, usually for a specific function", "work"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["fashion", "make out of components (often in an improvising manner)", "fashion"], ["shape", "make something, usually for a specific function", "shape"], ["hammer", "create by hammering", "hammer"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["fake", "make a copy of with the intent to deceive", "fake"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["spurt", "move or act with a sudden increase in speed or energy", "spurt"], ["form", "make something, usually for a specific function", "form"], ["counterfeit", "make a copy of with the intent to deceive", "counterfeit"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"]]}, {"answer": "forgoing", "hint": "synonyms for forgoing", "clues": [["precede", "be earlier in time; go back further", "precede"], ["forgo", "be earlier in time; go back further", "forgo"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["relinquish", "do without or cease to hold or adhere to", "relinquish"], ["predate", "be earlier in time; go back further", "predate"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "fork", "hint": "synonyms for fork", "clues": [["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"], ["pitchfork", "lift with a pitchfork", "pitchfork"], ["branch", "divide into two or more branches so as to form a fork", "branch"], ["separate", "divide into two or more branches so as to form a fork", "separate"]]}, {"answer": "forking", "hint": "synonyms for forking", "clues": [["fork", "shape like a fork", "fork"], ["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["pitchfork", "lift with a pitchfork", "pitchfork"], ["branch", "divide into two or more branches so as to form a fork", "branch"], ["separate", "divide into two or more branches so as to form a fork", "separate"], ["ramify", "divide into two or more branches so as to form a fork", "ramify"]]}, {"answer": "form", "hint": "synonyms for form", "clues": [["organise", "create (as an entity)", "organise"], ["make", "to compose or represent:", "make"], ["shape", "make something, usually for a specific function", "shape"], ["forge", "make something, usually for a specific function", "forge"], ["mould", "make something, usually for a specific function", "mould"], ["work", "make something, usually for a specific function", "work"], ["take shape", "develop into a distinctive entity", "take shape"], ["imprint", "establish or impress firmly in the mind", "imprint"], ["constitute", "to compose or represent:", "constitute"], ["spring", "develop into a distinctive entity", "spring"], ["take form", "develop into a distinctive entity", "take form"]]}, {"answer": "forsaking", "hint": "synonyms for forsaking", "clues": [["abandon", "leave someone who needs or counts on you; leave in the lurch", "abandon"], ["desolate", "leave someone who needs or counts on you; leave in the lurch", "desolate"], ["desert", "leave someone who needs or counts on you; leave in the lurch", "desert"], ["forsake", "leave someone who needs or counts on you; leave in the lurch", "forsake"]]}, {"answer": "forswearing", "hint": "synonyms for forswearing", "clues": [["recant", "formally reject or disavow a formerly held belief, usually under pressure", "recant"], ["resile", "formally reject or disavow a formerly held belief, usually under pressure", "resile"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure", "retract"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure", "abjure"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure", "forswear"]]}, {"answer": "founder", "hint": "synonyms for founder", "clues": [["flop", "fail utterly; collapse", "flop"], ["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["fall in", "break down, literally or metaphorically", "fall in"], ["cave in", "break down, literally or metaphorically", "cave in"], ["fall through", "fail utterly; collapse", "fall through"], ["give", "break down, literally or metaphorically", "give"], ["fall flat", "fail utterly; collapse", "fall flat"], ["give way", "break down, literally or metaphorically", "give way"]]}, {"answer": "foundering", "hint": "synonyms for foundering", "clues": [["flop", "fail utterly; collapse", "flop"], ["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["fall in", "break down, literally or metaphorically", "fall in"], ["cave in", "break down, literally or metaphorically", "cave in"], ["fall through", "fail utterly; collapse", "fall through"], ["founder", "fail utterly; collapse", "founder"], ["give", "break down, literally or metaphorically", "give"], ["fall flat", "fail utterly; collapse", "fall flat"], ["give way", "break down, literally or metaphorically", "give way"]]}, {"answer": "founding", "hint": "synonyms for founding", "clues": [["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["plant", "set up or lay the groundwork for", "plant"], ["found", "set up or lay the groundwork for", "found"], ["launch", "set up or found", "launch"], ["ground", "use as a basis for; found on", "ground"], ["set up", "set up or found", "set up"], ["base", "use as a basis for; found on", "base"], ["constitute", "set up or lay the groundwork for", "constitute"]]}, {"answer": "fox", "hint": "synonyms for fox", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["play tricks", "deceive somebody", "play tricks"], ["fob", "deceive somebody", "fob"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["flim-flam", "deceive somebody", "flim-flam"], ["pull a fast one on", "deceive somebody", "pull a fast one on"], ["trick", "deceive somebody", "trick"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["play a trick on", "deceive somebody", "play a trick on"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"], ["play a joke on", "deceive somebody", "play a joke on"]]}, {"answer": "frame", "hint": "synonyms for frame", "clues": [["ensnare", "take or catch as if in a snare or trap", "ensnare"], ["entrap", "take or catch as if in a snare or trap", "entrap"], ["set up", "take or catch as if in a snare or trap", "set up"], ["frame in", "enclose in or as if in a frame", "frame in"], ["draw up", "make up plans or basic details for", "draw up"], ["border", "enclose in or as if in a frame", "border"], ["put", "formulate in a particular style or language", "put"], ["compose", "make up plans or basic details for", "compose"], ["couch", "formulate in a particular style or language", "couch"], ["cast", "formulate in a particular style or language", "cast"], ["redact", "formulate in a particular style or language", "redact"], ["frame up", "construct by fitting or uniting parts together", "frame up"]]}, {"answer": "framing", "hint": "synonyms for framing", "clues": [["ensnare", "take or catch as if in a snare or trap", "ensnare"], ["entrap", "take or catch as if in a snare or trap", "entrap"], ["set up", "take or catch as if in a snare or trap", "set up"], ["frame in", "enclose in or as if in a frame", "frame in"], ["draw up", "make up plans or basic details for", "draw up"], ["frame", "formulate in a particular style or language", "frame"], ["border", "enclose in or as if in a frame", "border"], ["put", "formulate in a particular style or language", "put"], ["compose", "make up plans or basic details for", "compose"], ["couch", "formulate in a particular style or language", "couch"], ["cast", "formulate in a particular style or language", "cast"], ["redact", "formulate in a particular style or language", "redact"], ["frame up", "construct by fitting or uniting parts together", "frame up"]]}, {"answer": "fray", "hint": "synonyms for fray", "clues": [["rub", "cause friction", "rub"], ["chafe", "cause friction", "chafe"], ["scratch", "cause friction", "scratch"], ["fret", "cause friction", "fret"], ["frazzle", "wear away by rubbing", "frazzle"]]}, {"answer": "freeing", "hint": "synonyms for freeing", "clues": [["exempt", "grant relief or an exemption from a rule or requirement to", "exempt"], ["relieve", "grant relief or an exemption from a rule or requirement to", "relieve"], ["free", "free or remove obstruction from", "free"], ["give up", "part with a possession or right", "give up"], ["unblock", "make (assets) available", "unblock"], ["unloosen", "grant freedom to; free from confinement", "unloosen"], ["release", "make (assets) available", "release"], ["discharge", "free from obligations or duties", "discharge"], ["rid", "relieve from", "rid"], ["absolve", "let off the hook", "absolve"], ["loose", "grant freedom to; free from confinement", "loose"], ["relinquish", "part with a possession or right", "relinquish"], ["dislodge", "remove or force out from a position", "dislodge"], ["liberate", "grant freedom to; free from confinement", "liberate"], ["resign", "part with a possession or right", "resign"], ["unfreeze", "make (assets) available", "unfreeze"], ["disembarrass", "relieve from", "disembarrass"], ["justify", "let off the hook", "justify"], ["disengage", "free or remove obstruction from", "disengage"]]}, {"answer": "freeze", "hint": "synonyms for freeze", "clues": [["freeze out", "change from a liquid to a solid when cold", "freeze out"], ["immobilize", "prohibit the conversion or use of (assets)", "immobilize"], ["suspend", "stop a process or a habit by imposing a freeze on it", "suspend"], ["stop dead", "stop moving or become immobilized", "stop dead"], ["block", "prohibit the conversion or use of (assets)", "block"], ["freeze down", "change from a liquid to a solid when cold", "freeze down"]]}, {"answer": "freezing", "hint": "synonyms for freezing", "clues": [["freeze", "suddenly behave coldly and formally", "freeze"], ["immobilize", "prohibit the conversion or use of (assets)", "immobilize"], ["suspend", "stop a process or a habit by imposing a freeze on it", "suspend"], ["freeze down", "change from a liquid to a solid when cold", "freeze down"], ["block", "prohibit the conversion or use of (assets)", "block"], ["freeze out", "change from a liquid to a solid when cold", "freeze out"], ["stop dead", "stop moving or become immobilized", "stop dead"]]}, {"answer": "fret", "hint": "synonyms for fret", "clues": [["rub", "cause friction", "rub"], ["niggle", "worry unnecessarily or excessively", "niggle"], ["chafe", "become or make sore by or as if by rubbing", "chafe"], ["eat into", "gnaw into; make resentful or angry", "eat into"], ["rankle", "gnaw into; make resentful or angry", "rankle"], ["eat away", "wear away or erode", "eat away"], ["gall", "become or make sore by or as if by rubbing", "gall"], ["gag", "be too tight; rub or press", "gag"], ["fray", "cause friction", "fray"], ["scratch", "cause friction", "scratch"], ["erode", "remove soil or rock", "erode"], ["grate", "gnaw into; make resentful or angry", "grate"], ["choke", "be too tight; rub or press", "choke"], ["fuss", "worry unnecessarily or excessively", "fuss"]]}, {"answer": "frisk", "hint": "synonyms for frisk", "clues": [["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "frisking", "hint": "synonyms for frisking", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "fritter", "hint": "synonyms for fritter", "clues": [["fool away", "spend frivolously and unwisely", "fool away"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["shoot", "spend frivolously and unwisely", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["fool", "spend frivolously and unwisely", "fool"], ["dissipate", "spend frivolously and unwisely", "dissipate"]]}, {"answer": "frizz", "hint": "synonyms for frizz", "clues": [["crimp", "curl tightly", "crimp"], ["kink up", "curl tightly", "kink up"], ["crape", "curl tightly", "crape"], ["kink", "curl tightly", "kink"], ["frizzle", "curl tightly", "frizzle"]]}, {"answer": "frolic", "hint": "synonyms for frolic", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["lark", "play boisterously", "lark"]]}, {"answer": "froth", "hint": "synonyms for froth", "clues": [["suds", "make froth or foam and become bubbly", "suds"], ["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["spume", "make froth or foam and become bubbly", "spume"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"]]}, {"answer": "fuck", "hint": "synonyms for fuck", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "fuddle", "hint": "synonyms for fuddle", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["befuddle", "make stupid with alcohol", "befuddle"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["drink", "consume alcohol", "drink"], ["booze", "consume alcohol", "booze"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "fudge", "hint": "synonyms for fudge", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["fake", "tamper, with the purpose of deception", "fake"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["cook", "tamper, with the purpose of deception", "cook"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"]]}, {"answer": "fumble", "hint": "synonyms for fumble", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["grope", "feel about uncertainly or blindly", "grope"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["blunder", "make one's way clumsily or blindly", "blunder"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "fumes", "hint": "synonyms for fumes", "clues": [["reek", "be wet with sweat or blood, as of one's face", "reek"], ["fumigate", "treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests", "fumigate"], ["fume", "treat with fumes, expose to fumes, especially with the aim of disinfecting or eradicating pests", "fume"], ["smoke", "emit a cloud of fine particles", "smoke"]]}, {"answer": "function", "hint": "synonyms for function", "clues": [["serve", "serve a purpose, role, or function", "serve"], ["work", "perform as expected when applied", "work"], ["run", "perform as expected when applied", "run"], ["officiate", "perform duties attached to a particular office or place or function", "officiate"], ["go", "perform as expected when applied", "go"], ["operate", "perform as expected when applied", "operate"]]}, {"answer": "funk", "hint": "synonyms for funk", "clues": [["recoil", "draw back, as with fear or pain", "recoil"], ["flinch", "draw back, as with fear or pain", "flinch"], ["wince", "draw back, as with fear or pain", "wince"], ["quail", "draw back, as with fear or pain", "quail"], ["cringe", "draw back, as with fear or pain", "cringe"], ["squinch", "draw back, as with fear or pain", "squinch"], ["shrink", "draw back, as with fear or pain", "shrink"]]}, {"answer": "furnishing", "hint": "synonyms for furnishing", "clues": [["render", "give something useful or necessary to", "render"], ["provide", "give something useful or necessary to", "provide"], ["supply", "give something useful or necessary to", "supply"], ["furnish", "give something useful or necessary to", "furnish"]]}, {"answer": "furrow", "hint": "synonyms for furrow", "clues": [["groove", "hollow out in the form of a furrow or groove", "groove"], ["rut", "hollow out in the form of a furrow or groove", "rut"], ["crease", "make wrinkled or creased", "crease"], ["chase", "cut a furrow into a columns", "chase"], ["chamfer", "cut a furrow into a columns", "chamfer"], ["wrinkle", "make wrinkled or creased", "wrinkle"]]}, {"answer": "fuse", "hint": "synonyms for fuse", "clues": [["conflate", "mix together different elements", "conflate"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "fuss", "hint": "synonyms for fuss", "clues": [["niggle", "worry unnecessarily or excessively", "niggle"], ["fret", "worry unnecessarily or excessively", "fret"], ["overprotect", "care for like a mother", "overprotect"], ["mother", "care for like a mother", "mother"]]}, {"answer": "gabble", "hint": "synonyms for gabble", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "gag", "hint": "synonyms for gag", "clues": [["suffocate", "struggle for breath; have insufficient oxygen intake", "suffocate"], ["retch", "make an unsuccessful effort to vomit; strain to vomit", "retch"], ["choke", "cause to retch or choke", "choke"], ["muzzle", "tie a gag around someone's mouth in order to silence them", "muzzle"], ["strangle", "struggle for breath; have insufficient oxygen intake", "strangle"], ["quip", "make jokes or quips", "quip"], ["fret", "be too tight; rub or press", "fret"], ["heave", "make an unsuccessful effort to vomit; strain to vomit", "heave"]]}, {"answer": "gage", "hint": "synonyms for gage", "clues": [["bet on", "place a bet on", "bet on"], ["back", "place a bet on", "back"], ["game", "place a bet on", "game"], ["stake", "place a bet on", "stake"], ["punt", "place a bet on", "punt"]]}, {"answer": "gain", "hint": "synonyms for gain", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["benefit", "derive a benefit from", "benefit"], ["derive", "obtain", "derive"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["acquire", "win something through one's efforts", "acquire"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"], ["win", "obtain advantages, such as points, etc.", "win"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["put on", "increase (one's body weight)", "put on"], ["attain", "reach a destination, either real or abstract", "attain"], ["hit", "reach a destination, either real or abstract", "hit"], ["reach", "reach a destination, either real or abstract", "reach"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["profit", "derive a benefit from", "profit"], ["gather", "increase or develop", "gather"], ["arrive at", "reach a destination, either real or abstract", "arrive at"]]}, {"answer": "gamble", "hint": "synonyms for gamble", "clues": [["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["adventure", "take a risk in the hope of a favorable outcome", "adventure"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"]]}, {"answer": "gambling", "hint": "synonyms for gambling", "clues": [["gamble", "play games for money", "gamble"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"], ["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"], ["adventure", "take a risk in the hope of a favorable outcome", "adventure"]]}, {"answer": "gambol", "hint": "synonyms for gambol", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "gaming", "hint": "synonyms for gaming", "clues": [["gage", "place a bet on", "gage"], ["bet on", "place a bet on", "bet on"], ["back", "place a bet on", "back"], ["game", "place a bet on", "game"], ["stake", "place a bet on", "stake"], ["punt", "place a bet on", "punt"]]}, {"answer": "gaol", "hint": "synonyms for gaol", "clues": [["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "gape", "hint": "synonyms for gape", "clues": [["gawk", "look with amazement; look stupidly", "gawk"], ["goggle", "look with amazement; look stupidly", "goggle"], ["yawn", "be wide open", "yawn"], ["gawp", "look with amazement; look stupidly", "gawp"]]}, {"answer": "garb", "hint": "synonyms for garb", "clues": [["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "garment", "hint": "synonyms for garment", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "garner", "hint": "synonyms for garner", "clues": [["earn", "acquire or deserve by one's efforts or actions", "earn"], ["collect", "assemble or get together", "collect"], ["pull together", "assemble or get together", "pull together"], ["gather", "assemble or get together", "gather"]]}, {"answer": "gas", "hint": "synonyms for gas", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"]]}, {"answer": "gasconade", "hint": "synonyms for gasconade", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["swash", "show off", "swash"], ["gas", "show off", "gas"]]}, {"answer": "gassing", "hint": "synonyms for gassing", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["gas", "show off", "gas"]]}, {"answer": "gather", "hint": "synonyms for gather", "clues": [["pile up", "collect or gather", "pile up"], ["assemble", "collect in one place", "assemble"], ["forgather", "collect in one place", "forgather"], ["tuck", "draw together into folds or puckers", "tuck"], ["gain", "increase or develop", "gain"], ["garner", "assemble or get together", "garner"], ["collect", "assemble or get together", "collect"], ["pull together", "assemble or get together", "pull together"], ["amass", "collect or gather", "amass"], ["cumulate", "collect or gather", "cumulate"], ["get together", "get people together", "get together"], ["meet", "collect in one place", "meet"], ["pucker", "draw together into folds or puckers", "pucker"], ["conglomerate", "collect or gather", "conglomerate"]]}, {"answer": "gathering", "hint": "synonyms for gathering", "clues": [["assemble", "collect in one place", "assemble"], ["gather", "draw and bring closer", "gather"], ["tuck", "draw together into folds or puckers", "tuck"], ["collect", "assemble or get together", "collect"], ["amass", "collect or gather", "amass"], ["cumulate", "collect or gather", "cumulate"], ["foregather", "collect in one place", "foregather"], ["meet", "collect in one place", "meet"], ["conglomerate", "collect or gather", "conglomerate"], ["pile up", "collect or gather", "pile up"], ["gain", "increase or develop", "gain"], ["garner", "assemble or get together", "garner"], ["pull together", "assemble or get together", "pull together"], ["get together", "get people together", "get together"], ["pucker", "draw together into folds or puckers", "pucker"]]}, {"answer": "gauge", "hint": "synonyms for gauge", "clues": [["estimate", "judge tentatively or form an estimate of (quantities or time)", "estimate"], ["approximate", "judge tentatively or form an estimate of (quantities or time)", "approximate"], ["judge", "judge tentatively or form an estimate of (quantities or time)", "judge"], ["guess", "judge tentatively or form an estimate of (quantities or time)", "guess"]]}, {"answer": "get", "hint": "synonyms for get", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["fetch", "go or come after and bring or take back", "fetch"], ["go", "enter or assume a certain state or condition", "go"], ["make", "cause to do; cause to act in a specified manner", "make"], ["let", "cause to move; cause to be in a certain position or condition", "let"], ["mystify", "be a mystery or bewildering to", "mystify"], ["sustain", "undergo (as of injuries and illnesses)", "sustain"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["catch", "attract and fix", "catch"], ["flummox", "be a mystery or bewildering to", "flummox"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["mother", "make children", "mother"], ["receive", "receive a specified treatment (abstract)", "receive"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["start", "take the first step or steps in carrying out an action", "start"], ["aim", "move into a desired direction of discourse", "aim"], ["have", "cause to do; cause to act in a specified manner", "have"], ["scram", "leave immediately; used usually in the imperative form", "scram"], ["begin", "take the first step or steps in carrying out an action", "begin"], ["baffle", "be a mystery or bewildering to", "baffle"], ["become", "enter or assume a certain state or condition", "become"], ["contract", "be stricken by an illness, fall victim to an illness", "contract"], ["father", "make children", "father"], ["sire", "make children", "sire"], ["bring forth", "make children", "bring forth"], ["incur", "receive a specified treatment (abstract)", "incur"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"], ["pay off", "take vengeance on or get even", "pay off"], ["buzz off", "leave immediately; used usually in the imperative form", "buzz off"], ["gravel", "be a mystery or bewildering to", "gravel"], ["suffer", "undergo (as of injuries and illnesses)", "suffer"], ["generate", "make children", "generate"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["get under one's skin", "irritate", "get under one's skin"], ["commence", "take the first step or steps in carrying out an action", "commence"], ["arrive", "reach a destination; arrive by movement or progress", "arrive"], ["fuck off", "leave immediately; used usually in the imperative form", "fuck off"], ["fix", "take vengeance on or get even", "fix"], ["find", "receive a specified treatment (abstract)", "find"], ["draw", "earn or achieve a base by being walked by the pitcher", "draw"], ["experience", "go through (mental or physical states or experiences)", "experience"], ["come", "reach a destination; arrive by movement or progress", "come"], ["take", "be stricken by an illness, fall victim to an illness", "take"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["capture", "succeed in catching or seizing, especially after a chase", "capture"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beget", "make children", "beget"], ["bring", "go or come after and bring or take back", "bring"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["beat", "be a mystery or bewildering to", "beat"], ["pose", "be a mystery or bewildering to", "pose"], ["stick", "be a mystery or bewildering to", "stick"], ["engender", "make children", "engender"], ["convey", "go or come after and bring or take back", "convey"], ["vex", "be a mystery or bewildering to", "vex"], ["arrest", "attract and fix", "arrest"], ["drive", "move into a desired direction of discourse", "drive"], ["develop", "come to have or undergo a change of (physical features and attributes)", "develop"], ["perplex", "be a mystery or bewildering to", "perplex"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["bugger off", "leave immediately; used usually in the imperative form", "bugger off"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["pay back", "take vengeance on or get even", "pay back"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "get_together", "hint": "synonyms for get together", "clues": [["collaborate", "work together on a common enterprise of project", "collaborate"], ["fall in", "become part of; become a member of a group or organization", "fall in"], ["assemble", "get people together", "assemble"], ["cooperate", "work together on a common enterprise of project", "cooperate"], ["gather", "get people together", "gather"], ["meet", "get together socially or for a specific purpose", "meet"], ["join", "become part of; become a member of a group or organization", "join"], ["join forces", "work together on a common enterprise of project", "join forces"]]}, {"answer": "getting", "hint": "synonyms for getting", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["fetch", "go or come after and bring or take back", "fetch"], ["go", "enter or assume a certain state or condition", "go"], ["make", "cause to do; cause to act in a specified manner", "make"], ["let", "cause to move; cause to be in a certain position or condition", "let"], ["mystify", "be a mystery or bewildering to", "mystify"], ["sustain", "undergo (as of injuries and illnesses)", "sustain"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["catch", "attract and fix", "catch"], ["flummox", "be a mystery or bewildering to", "flummox"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["receive", "receive a specified treatment (abstract)", "receive"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["start", "take the first step or steps in carrying out an action", "start"], ["mother", "make children", "mother"], ["aim", "move into a desired direction of discourse", "aim"], ["have", "cause to do; cause to act in a specified manner", "have"], ["scram", "leave immediately; used usually in the imperative form", "scram"], ["begin", "take the first step or steps in carrying out an action", "begin"], ["baffle", "be a mystery or bewildering to", "baffle"], ["become", "enter or assume a certain state or condition", "become"], ["contract", "be stricken by an illness, fall victim to an illness", "contract"], ["father", "make children", "father"], ["sire", "make children", "sire"], ["bring forth", "make children", "bring forth"], ["incur", "receive a specified treatment (abstract)", "incur"], ["pay off", "take vengeance on or get even", "pay off"], ["buzz off", "leave immediately; used usually in the imperative form", "buzz off"], ["gravel", "be a mystery or bewildering to", "gravel"], ["suffer", "undergo (as of injuries and illnesses)", "suffer"], ["generate", "make children", "generate"], ["get under one's skin", "irritate", "get under one's skin"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["commence", "take the first step or steps in carrying out an action", "commence"], ["arrive", "reach a destination; arrive by movement or progress", "arrive"], ["fuck off", "leave immediately; used usually in the imperative form", "fuck off"], ["fix", "take vengeance on or get even", "fix"], ["find", "receive a specified treatment (abstract)", "find"], ["draw", "earn or achieve a base by being walked by the pitcher", "draw"], ["experience", "go through (mental or physical states or experiences)", "experience"], ["come", "reach a destination; arrive by movement or progress", "come"], ["take", "be stricken by an illness, fall victim to an illness", "take"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["capture", "succeed in catching or seizing, especially after a chase", "capture"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beget", "make children", "beget"], ["bring", "go or come after and bring or take back", "bring"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["beat", "be a mystery or bewildering to", "beat"], ["pose", "be a mystery or bewildering to", "pose"], ["stick", "be a mystery or bewildering to", "stick"], ["engender", "make children", "engender"], ["convey", "go or come after and bring or take back", "convey"], ["vex", "be a mystery or bewildering to", "vex"], ["arrest", "attract and fix", "arrest"], ["drive", "move into a desired direction of discourse", "drive"], ["develop", "come to have or undergo a change of (physical features and attributes)", "develop"], ["perplex", "be a mystery or bewildering to", "perplex"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["bugger off", "leave immediately; used usually in the imperative form", "bugger off"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"], ["pay back", "take vengeance on or get even", "pay back"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "gibber", "hint": "synonyms for gibber", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"]]}, {"answer": "gibe", "hint": "synonyms for gibe", "clues": [["barrack", "laugh at with contempt and derision", "barrack"], ["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["flout", "laugh at with contempt and derision", "flout"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["scoff", "laugh at with contempt and derision", "scoff"], ["jeer", "laugh at with contempt and derision", "jeer"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "gift", "hint": "synonyms for gift", "clues": [["empower", "give qualities or abilities to", "empower"], ["invest", "give qualities or abilities to", "invest"], ["indue", "give qualities or abilities to", "indue"], ["endow", "give qualities or abilities to", "endow"], ["give", "give as a present; make a gift of", "give"], ["present", "give as a present; make a gift of", "present"], ["endue", "give qualities or abilities to", "endue"]]}, {"answer": "give", "hint": "synonyms for give", "clues": [["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["yield", "give or supply", "yield"], ["present", "give as a present; make a gift of", "present"], ["leave", "transmit (knowledge or skills)", "leave"], ["pass on", "place into the hands or custody of", "pass on"], ["apply", "give or convey physically", "apply"], ["open", "afford access to", "open"], ["ease up", "move in order to make room for someone for something", "ease up"], ["make", "organize or be responsible for", "make"], ["pass", "place into the hands or custody of", "pass"], ["render", "bestow", "render"], ["generate", "give or supply", "generate"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["give way", "move in order to make room for someone for something", "give way"], ["impart", "transmit (knowledge or skills)", "impart"], ["pay", "convey, as of a compliment, regards, attention, etc.; bestow", "pay"], ["feed", "give food to", "feed"], ["throw", "convey or communicate; of a smile, a look, a physical gesture", "throw"], ["sacrifice", "endure the loss of", "sacrifice"], ["return", "give or supply", "return"], ["have", "organize or be responsible for", "have"], ["contribute", "contribute to some cause", "contribute"], ["fall in", "break down, literally or metaphorically", "fall in"], ["move over", "move in order to make room for someone for something", "move over"], ["gift", "give as a present; make a gift of", "gift"], ["afford", "be the cause or source of", "afford"], ["grant", "bestow, especially officially", "grant"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["chip in", "contribute to some cause", "chip in"], ["reach", "place into the hands or custody of", "reach"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"], ["cave in", "break down, literally or metaphorically", "cave in"], ["hold", "organize or be responsible for", "hold"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["founder", "break down, literally or metaphorically", "founder"], ["kick in", "contribute to some cause", "kick in"], ["establish", "bring about", "establish"]]}, {"answer": "glamour", "hint": "synonyms for glamour", "clues": [["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something", "bewitch"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"]]}, {"answer": "glass", "hint": "synonyms for glass", "clues": [["glaze", "furnish with glass", "glaze"], ["glaze over", "become glassy or take on a glass-like appearance", "glaze over"], ["glass over", "become glassy or take on a glass-like appearance", "glass over"], ["glass in", "enclose with glass", "glass in"]]}, {"answer": "glasses", "hint": "synonyms for glasses", "clues": [["glass over", "become glassy or take on a glass-like appearance", "glass over"], ["glaze", "furnish with glass", "glaze"], ["glass", "scan (game in the forest) with binoculars", "glass"], ["glass in", "enclose with glass", "glass in"], ["glaze over", "become glassy or take on a glass-like appearance", "glaze over"]]}, {"answer": "glaze", "hint": "synonyms for glaze", "clues": [["glaze over", "become glassy or take on a glass-like appearance", "glaze over"], ["glass", "become glassy or take on a glass-like appearance", "glass"], ["glass over", "become glassy or take on a glass-like appearance", "glass over"], ["sugarcoat", "coat with something sweet, such as a hard sugar glaze", "sugarcoat"], ["candy", "coat with something sweet, such as a hard sugar glaze", "candy"]]}, {"answer": "gleam", "hint": "synonyms for gleam", "clues": [["glint", "be shiny, as if wet", "glint"], ["shine", "be shiny, as if wet", "shine"], ["glisten", "be shiny, as if wet", "glisten"], ["glimmer", "shine brightly, like a star or a light", "glimmer"], ["glitter", "be shiny, as if wet", "glitter"]]}, {"answer": "glint", "hint": "synonyms for glint", "clues": [["glisten", "be shiny, as if wet", "glisten"], ["shine", "be shiny, as if wet", "shine"], ["peek", "throw a glance at; take a brief look at", "peek"], ["glance", "throw a glance at; take a brief look at", "glance"], ["gleam", "be shiny, as if wet", "gleam"], ["glitter", "be shiny, as if wet", "glitter"]]}, {"answer": "glisten", "hint": "synonyms for glisten", "clues": [["glint", "be shiny, as if wet", "glint"], ["shine", "be shiny, as if wet", "shine"], ["glitter", "be shiny, as if wet", "glitter"], ["gleam", "be shiny, as if wet", "gleam"]]}, {"answer": "glitter", "hint": "synonyms for glitter", "clues": [["glint", "be shiny, as if wet", "glint"], ["glisten", "be shiny, as if wet", "glisten"], ["shine", "be shiny, as if wet", "shine"], ["gleam", "be shiny, as if wet", "gleam"]]}, {"answer": "glow", "hint": "synonyms for glow", "clues": [["radiate", "experience a feeling of well-being or happiness, as from good health or an intense emotion", "radiate"], ["beam", "experience a feeling of well-being or happiness, as from good health or an intense emotion", "beam"], ["burn", "shine intensely, as if with heat", "burn"], ["shine", "have a complexion with a strong bright color, such as red or pink", "shine"]]}, {"answer": "glower", "hint": "synonyms for glower", "clues": [["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "frown"], ["lour", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "lour"], ["lower", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "lower"], ["glare", "look at with a fixed gaze", "glare"]]}, {"answer": "glut", "hint": "synonyms for glut", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["flood", "supply with an excess of", "flood"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["oversupply", "supply with an excess of", "oversupply"]]}, {"answer": "gnarl", "hint": "synonyms for gnarl", "clues": [["murmur", "make complaining remarks or noises under one's breath", "murmur"], ["croak", "make complaining remarks or noises under one's breath", "croak"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["grumble", "make complaining remarks or noises under one's breath", "grumble"]]}, {"answer": "goading", "hint": "synonyms for goading", "clues": [["goad", "stab or urge on as if with a pointed stick", "goad"], ["needle", "goad or provoke,as by constant criticism", "needle"], ["spur", "give heart or courage to", "spur"], ["prick", "stab or urge on as if with a pointed stick", "prick"]]}, {"answer": "goggles", "hint": "synonyms for goggles", "clues": [["gawk", "look with amazement; look stupidly", "gawk"], ["goggle", "look with amazement; look stupidly", "goggle"], ["gape", "look with amazement; look stupidly", "gape"], ["gawp", "look with amazement; look stupidly", "gawp"]]}, {"answer": "goldbrick", "hint": "synonyms for goldbrick", "clues": [["shirk", "avoid (one's assigned duties)", "shirk"], ["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"], ["shrink from", "avoid (one's assigned duties)", "shrink from"], ["fiddle", "avoid (one's assigned duties)", "fiddle"]]}, {"answer": "goldbricking", "hint": "synonyms for goldbricking", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["nobble", "deprive of by deceit", "nobble"], ["short-change", "deprive of by deceit", "short-change"], ["shrink from", "avoid (one's assigned duties)", "shrink from"], ["fiddle", "avoid (one's assigned duties)", "fiddle"], ["mulct", "deprive of by deceit", "mulct"], ["goldbrick", "avoid (one's assigned duties)", "goldbrick"], ["shirk", "avoid (one's assigned duties)", "shirk"], ["bunco", "deprive of by deceit", "bunco"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gyp", "deprive of by deceit", "gyp"], ["scam", "deprive of by deceit", "scam"], ["hornswoggle", "deprive of by deceit", "hornswoggle"]]}, {"answer": "goof", "hint": "synonyms for goof", "clues": [["drop the ball", "commit a faux pas or a fault or make a serious mistake", "drop the ball"], ["blunder", "commit a faux pas or a fault or make a serious mistake", "blunder"], ["boob", "commit a faux pas or a fault or make a serious mistake", "boob"], ["sin", "commit a faux pas or a fault or make a serious mistake", "sin"]]}, {"answer": "gorge", "hint": "synonyms for gorge", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "gossip", "hint": "synonyms for gossip", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["dish the dirt", "wag one's tongue; speak about others and reveal secrets or intimacies", "dish the dirt"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "gossiping", "hint": "synonyms for gossiping", "clues": [["chaffer", "talk socially without exchanging too much information", "chaffer"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["dish the dirt", "wag one's tongue; speak about others and reveal secrets or intimacies", "dish the dirt"], ["gossip", "wag one's tongue; speak about others and reveal secrets or intimacies", "gossip"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["claver", "talk socially without exchanging too much information", "claver"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "gouge", "hint": "synonyms for gouge", "clues": [["wring", "obtain by coercion or intimidation", "wring"], ["rack", "obtain by coercion or intimidation", "rack"], ["extort", "obtain by coercion or intimidation", "extort"], ["force out", "force with the thumb", "force out"], ["rout", "make a groove in", "rout"], ["squeeze", "obtain by coercion or intimidation", "squeeze"]]}, {"answer": "governed", "hint": "synonyms for governed", "clues": [["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["govern", "exercise authority over; as of nations", "govern"], ["rule", "exercise authority over; as of nations", "rule"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "governess", "hint": "synonyms for governess", "clues": [["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["govern", "exercise authority over; as of nations", "govern"], ["rule", "exercise authority over; as of nations", "rule"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "grab", "hint": "synonyms for grab", "clues": [["catch", "take hold of so as to seize or restrain or stop the motion of", "catch"], ["seize", "capture the attention or imagination of", "seize"], ["snaffle", "get hold of or seize quickly and easily", "snaffle"], ["take hold of", "take hold of so as to seize or restrain or stop the motion of", "take hold of"], ["snap up", "get hold of or seize quickly and easily", "snap up"]]}, {"answer": "grace", "hint": "synonyms for grace", "clues": [["decorate", "be beautiful to look at", "decorate"], ["adorn", "make more attractive by adding ornament, colour, etc.", "adorn"], ["ornament", "make more attractive by adding ornament, colour, etc.", "ornament"], ["beautify", "make more attractive by adding ornament, colour, etc.", "beautify"], ["embellish", "make more attractive by adding ornament, colour, etc.", "embellish"], ["deck", "be beautiful to look at", "deck"]]}, {"answer": "grade", "hint": "synonyms for grade", "clues": [["rate", "assign a rank or rating to", "rate"], ["range", "assign a rank or rating to", "range"], ["score", "assign a grade or rank to, according to one's evaluation", "score"], ["order", "assign a rank or rating to", "order"], ["mark", "assign a grade or rank to, according to one's evaluation", "mark"], ["rank", "assign a rank or rating to", "rank"], ["place", "assign a rank or rating to", "place"]]}, {"answer": "grading", "hint": "synonyms for grading", "clues": [["rate", "assign a rank or rating to", "rate"], ["grade", "determine the grade of or assign a grade to", "grade"], ["score", "assign a grade or rank to, according to one's evaluation", "score"], ["place", "assign a rank or rating to", "place"], ["range", "assign a rank or rating to", "range"], ["order", "assign a rank or rating to", "order"], ["mark", "assign a grade or rank to, according to one's evaluation", "mark"], ["rank", "assign a rank or rating to", "rank"]]}, {"answer": "grant", "hint": "synonyms for grant", "clues": [["allow", "let have", "allow"], ["concede", "be willing to concede", "concede"], ["award", "give as judged due or on the basis of merit", "award"], ["allot", "allow to have", "allot"], ["give", "bestow, especially officially", "give"], ["cede", "give over; surrender or relinquish to the physical control of another", "cede"], ["deed over", "transfer by deed", "deed over"], ["yield", "give over; surrender or relinquish to the physical control of another", "yield"], ["accord", "allow to have", "accord"]]}, {"answer": "grapple", "hint": "synonyms for grapple", "clues": [["make out", "come to terms with", "make out"], ["grip", "to grip or seize, as in a wrestling match", "grip"], ["cope", "come to terms with", "cope"], ["get by", "come to terms with", "get by"], ["make do", "come to terms with", "make do"], ["deal", "come to terms with", "deal"], ["contend", "come to terms with", "contend"], ["manage", "come to terms with", "manage"]]}, {"answer": "grappling", "hint": "synonyms for grappling", "clues": [["grip", "to grip or seize, as in a wrestling match", "grip"], ["grapple", "come to terms with", "grapple"], ["cope", "come to terms with", "cope"], ["make do", "come to terms with", "make do"], ["deal", "come to terms with", "deal"], ["contend", "come to terms with", "contend"], ["make out", "come to terms with", "make out"], ["get by", "come to terms with", "get by"], ["manage", "come to terms with", "manage"]]}, {"answer": "grasp", "hint": "synonyms for grasp", "clues": [["comprehend", "get the meaning of something", "comprehend"], ["savvy", "get the meaning of something", "savvy"], ["compass", "get the meaning of something", "compass"], ["apprehend", "get the meaning of something", "apprehend"], ["dig", "get the meaning of something", "dig"], ["hold on", "hold firmly", "hold on"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "grass", "hint": "synonyms for grass", "clues": [["tell on", "give away information about somebody", "tell on"], ["give away", "give away information about somebody", "give away"], ["rat", "give away information about somebody", "rat"], ["snitch", "give away information about somebody", "snitch"], ["grass over", "cover with grass", "grass over"], ["betray", "give away information about somebody", "betray"], ["denounce", "give away information about somebody", "denounce"], ["shop", "give away information about somebody", "shop"], ["shit", "give away information about somebody", "shit"], ["stag", "give away information about somebody", "stag"]]}, {"answer": "grate", "hint": "synonyms for grate", "clues": [["eat into", "gnaw into; make resentful or angry", "eat into"], ["grind", "make a grating or grinding sound by rubbing together", "grind"], ["scrape", "scratch repeatedly", "scrape"], ["fret", "gnaw into; make resentful or angry", "fret"], ["rankle", "gnaw into; make resentful or angry", "rankle"]]}, {"answer": "gravel", "hint": "synonyms for gravel", "clues": [["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["baffle", "be a mystery or bewildering to", "baffle"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["beat", "be a mystery or bewildering to", "beat"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["flummox", "be a mystery or bewildering to", "flummox"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "graves", "hint": "synonyms for graves", "clues": [["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["engrave", "carve, cut, or etch into a material or surface", "engrave"], ["grave", "shape (a material like stone or wood) by whittling away at it", "grave"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"], ["sculpture", "shape (a material like stone or wood) by whittling away at it", "sculpture"], ["sculpt", "shape (a material like stone or wood) by whittling away at it", "sculpt"]]}, {"answer": "graze", "hint": "synonyms for graze", "clues": [["crop", "let feed in a field or pasture or meadow", "crop"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["rake", "scrape gently", "rake"], ["browse", "eat lightly, try different dishes", "browse"], ["crease", "scrape gently", "crease"], ["range", "feed as in a meadow or pasture", "range"]]}, {"answer": "grazing", "hint": "synonyms for grazing", "clues": [["graze", "let feed in a field or pasture or meadow", "graze"], ["crop", "let feed in a field or pasture or meadow", "crop"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["rake", "scrape gently", "rake"], ["browse", "eat lightly, try different dishes", "browse"], ["crease", "scrape gently", "crease"], ["range", "feed as in a meadow or pasture", "range"]]}, {"answer": "grime", "hint": "synonyms for grime", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["soil", "make soiled, filthy, or dirty", "soil"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "grind", "hint": "synonyms for grind", "clues": [["cranch", "press or grind with a crushing noise", "cranch"], ["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["comminute", "reduce to small pieces or particles by pounding or abrading", "comminute"], ["dig", "work hard", "dig"], ["grate", "make a grating or grinding sound by rubbing together", "grate"], ["drudge", "work hard", "drudge"], ["crunch", "reduce to small pieces or particles by pounding or abrading", "crunch"], ["toil", "work hard", "toil"], ["labor", "work hard", "labor"], ["mash", "reduce to small pieces or particles by pounding or abrading", "mash"], ["moil", "work hard", "moil"], ["bray", "reduce to small pieces or particles by pounding or abrading", "bray"]]}, {"answer": "grinding", "hint": "synonyms for grinding", "clues": [["grind", "reduce to small pieces or particles by pounding or abrading", "grind"], ["crunch", "reduce to small pieces or particles by pounding or abrading", "crunch"], ["toil", "work hard", "toil"], ["mash", "reduce to small pieces or particles by pounding or abrading", "mash"], ["moil", "work hard", "moil"], ["labour", "work hard", "labour"], ["bray", "reduce to small pieces or particles by pounding or abrading", "bray"], ["cranch", "press or grind with a crushing noise", "cranch"], ["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["comminute", "reduce to small pieces or particles by pounding or abrading", "comminute"], ["dig", "work hard", "dig"], ["grate", "make a grating or grinding sound by rubbing together", "grate"], ["drudge", "work hard", "drudge"]]}, {"answer": "grip", "hint": "synonyms for grip", "clues": [["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["grapple", "to grip or seize, as in a wrestling match", "grapple"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"]]}, {"answer": "gripe", "hint": "synonyms for gripe", "clues": [["bitch", "complain", "bitch"], ["crab", "complain", "crab"], ["squawk", "complain", "squawk"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["holler", "complain", "holler"], ["grouse", "complain", "grouse"]]}, {"answer": "gripes", "hint": "synonyms for gripes", "clues": [["bitch", "complain", "bitch"], ["squawk", "complain", "squawk"], ["grip", "hold fast or firmly", "grip"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["holler", "complain", "holler"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["crab", "complain", "crab"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["grapple", "to grip or seize, as in a wrestling match", "grapple"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["grouse", "complain", "grouse"]]}, {"answer": "griping", "hint": "synonyms for griping", "clues": [["bitch", "complain", "bitch"], ["squawk", "complain", "squawk"], ["grip", "hold fast or firmly", "grip"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["holler", "complain", "holler"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["crab", "complain", "crab"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["grapple", "to grip or seize, as in a wrestling match", "grapple"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["grouse", "complain", "grouse"]]}, {"answer": "grizzle", "hint": "synonyms for grizzle", "clues": [["brood", "be in a huff; be silent or sullen", "brood"], ["whine", "complain whiningly", "whine"], ["stew", "be in a huff; be silent or sullen", "stew"], ["yammer", "complain whiningly", "yammer"], ["yawp", "complain whiningly", "yawp"]]}, {"answer": "groom", "hint": "synonyms for groom", "clues": [["neaten", "care for one's external appearance", "neaten"], ["prepare", "educate for a future role or function", "prepare"], ["dress", "give a neat appearance to", "dress"], ["train", "educate for a future role or function", "train"], ["curry", "give a neat appearance to", "curry"]]}, {"answer": "grooming", "hint": "synonyms for grooming", "clues": [["neaten", "care for one's external appearance", "neaten"], ["prepare", "educate for a future role or function", "prepare"], ["dress", "give a neat appearance to", "dress"], ["groom", "give a neat appearance to", "groom"], ["train", "educate for a future role or function", "train"], ["curry", "give a neat appearance to", "curry"]]}, {"answer": "ground", "hint": "synonyms for ground", "clues": [["grind", "reduce to small pieces or particles by pounding or abrading", "grind"], ["crunch", "reduce to small pieces or particles by pounding or abrading", "crunch"], ["toil", "work hard", "toil"], ["mash", "reduce to small pieces or particles by pounding or abrading", "mash"], ["run aground", "hit or reach the ground", "run aground"], ["undercoat", "cover with a primer; apply a primer to", "undercoat"], ["moil", "work hard", "moil"], ["establish", "use as a basis for; found on", "establish"], ["base", "use as a basis for; found on", "base"], ["labour", "work hard", "labour"], ["bray", "reduce to small pieces or particles by pounding or abrading", "bray"], ["cranch", "press or grind with a crushing noise", "cranch"], ["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["anchor", "fix firmly and stably", "anchor"], ["comminute", "reduce to small pieces or particles by pounding or abrading", "comminute"], ["strand", "bring to the ground", "strand"], ["prime", "cover with a primer; apply a primer to", "prime"], ["dig", "work hard", "dig"], ["grate", "make a grating or grinding sound by rubbing together", "grate"], ["drudge", "work hard", "drudge"], ["found", "use as a basis for; found on", "found"]]}, {"answer": "grounding", "hint": "synonyms for grounding", "clues": [["ground", "hit a groundball", "ground"], ["run aground", "hit or reach the ground", "run aground"], ["undercoat", "cover with a primer; apply a primer to", "undercoat"], ["establish", "use as a basis for; found on", "establish"], ["base", "use as a basis for; found on", "base"], ["anchor", "fix firmly and stably", "anchor"], ["strand", "bring to the ground", "strand"], ["prime", "cover with a primer; apply a primer to", "prime"], ["found", "use as a basis for; found on", "found"]]}, {"answer": "grounds", "hint": "synonyms for grounds", "clues": [["ground", "hit a groundball", "ground"], ["run aground", "hit or reach the ground", "run aground"], ["undercoat", "cover with a primer; apply a primer to", "undercoat"], ["establish", "use as a basis for; found on", "establish"], ["base", "use as a basis for; found on", "base"], ["anchor", "fix firmly and stably", "anchor"], ["strand", "bring to the ground", "strand"], ["prime", "cover with a primer; apply a primer to", "prime"], ["found", "use as a basis for; found on", "found"]]}, {"answer": "grouse", "hint": "synonyms for grouse", "clues": [["bitch", "complain", "bitch"], ["crab", "complain", "crab"], ["squawk", "complain", "squawk"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["holler", "complain", "holler"], ["gripe", "complain", "gripe"]]}, {"answer": "grub", "hint": "synonyms for grub", "clues": [["mooch", "ask for and get free; be a parasite", "mooch"], ["sponge", "ask for and get free; be a parasite", "sponge"], ["cadge", "ask for and get free; be a parasite", "cadge"], ["bum", "ask for and get free; be a parasite", "bum"]]}, {"answer": "grumble", "hint": "synonyms for grumble", "clues": [["croak", "make complaining remarks or noises under one's breath", "croak"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["rumble", "make a low noise", "rumble"], ["grouch", "show one's unhappiness or critical attitude", "grouch"], ["growl", "to utter or emit low dull rumbling sounds", "growl"], ["scold", "show one's unhappiness or critical attitude", "scold"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["murmur", "make complaining remarks or noises under one's breath", "murmur"]]}, {"answer": "guarantee", "hint": "synonyms for guarantee", "clues": [["assure", "make certain of", "assure"], ["undertake", "promise to do or accomplish", "undertake"], ["warrant", "stand behind and guarantee the quality, accuracy, or condition of", "warrant"], ["secure", "make certain of", "secure"], ["ensure", "make certain of", "ensure"], ["vouch", "give surety or assume responsibility", "vouch"], ["insure", "make certain of", "insure"]]}, {"answer": "guess", "hint": "synonyms for guess", "clues": [["hazard", "put forward, of a guess, in spite of possible refutation", "hazard"], ["infer", "guess correctly; solve by guessing", "infer"], ["estimate", "judge tentatively or form an estimate of (quantities or time)", "estimate"], ["pretend", "put forward, of a guess, in spite of possible refutation", "pretend"], ["opine", "expect, believe, or suppose", "opine"], ["venture", "put forward, of a guess, in spite of possible refutation", "venture"], ["imagine", "expect, believe, or suppose", "imagine"], ["think", "expect, believe, or suppose", "think"], ["suppose", "expect, believe, or suppose", "suppose"], ["reckon", "expect, believe, or suppose", "reckon"], ["gauge", "judge tentatively or form an estimate of (quantities or time)", "gauge"], ["approximate", "judge tentatively or form an estimate of (quantities or time)", "approximate"], ["judge", "judge tentatively or form an estimate of (quantities or time)", "judge"]]}, {"answer": "guessing", "hint": "synonyms for guessing", "clues": [["guess", "judge tentatively or form an estimate of (quantities or time)", "guess"], ["hazard", "put forward, of a guess, in spite of possible refutation", "hazard"], ["infer", "guess correctly; solve by guessing", "infer"], ["estimate", "judge tentatively or form an estimate of (quantities or time)", "estimate"], ["pretend", "put forward, of a guess, in spite of possible refutation", "pretend"], ["opine", "expect, believe, or suppose", "opine"], ["venture", "put forward, of a guess, in spite of possible refutation", "venture"], ["imagine", "expect, believe, or suppose", "imagine"], ["think", "expect, believe, or suppose", "think"], ["suppose", "expect, believe, or suppose", "suppose"], ["reckon", "expect, believe, or suppose", "reckon"], ["approximate", "judge tentatively or form an estimate of (quantities or time)", "approximate"], ["judge", "judge tentatively or form an estimate of (quantities or time)", "judge"], ["gauge", "judge tentatively or form an estimate of (quantities or time)", "gauge"]]}, {"answer": "guide", "hint": "synonyms for guide", "clues": [["channelize", "direct the course; determine the direction of travelling", "channelize"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["guide on", "use as a guide", "guide on"], ["take", "take somebody somewhere", "take"], ["point", "direct the course; determine the direction of travelling", "point"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["lead", "take somebody somewhere", "lead"], ["draw", "pass over, across, or through", "draw"], ["run", "pass over, across, or through", "run"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["pass", "pass over, across, or through", "pass"], ["conduct", "take somebody somewhere", "conduct"], ["head", "direct the course; determine the direction of travelling", "head"]]}, {"answer": "gull", "hint": "synonyms for gull", "clues": [["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["befool", "make a fool or dupe of", "befool"], ["put on", "fool or hoax", "put on"], ["fool", "make a fool or dupe of", "fool"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["put one across", "fool or hoax", "put one across"], ["dupe", "fool or hoax", "dupe"]]}, {"answer": "gurgle", "hint": "synonyms for gurgle", "clues": [["guggle", "drink from a flask with a gurgling sound", "guggle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"], ["burble", "flow in an irregular current with a bubbling noise", "burble"]]}, {"answer": "gush", "hint": "synonyms for gush", "clues": [["spirt", "gush forth in a sudden stream or jet", "spirt"], ["spurt", "gush forth in a sudden stream or jet", "spurt"], ["jet", "issue in a jet; come out in a jet; stream or spring forth", "jet"], ["rave", "praise enthusiastically", "rave"], ["spout", "gush forth in a sudden stream or jet", "spout"]]}, {"answer": "guy", "hint": "synonyms for guy", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "gyp", "hint": "synonyms for gyp", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "gyps", "hint": "synonyms for gyps", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "hack", "hint": "synonyms for hack", "clues": [["cut", "be able to manage or manage successfully", "cut"], ["hack on", "fix a computer program piecemeal until it works", "hack on"], ["cut up", "significantly cut up a manuscript", "cut up"], ["whoop", "cough spasmodically", "whoop"], ["chop", "cut with a hacking tool", "chop"]]}, {"answer": "haggling", "hint": "synonyms for haggling", "clues": [["higgle", "wrangle (over a price, terms of an agreement, etc.)", "higgle"], ["haggle", "wrangle (over a price, terms of an agreement, etc.)", "haggle"], ["huckster", "wrangle (over a price, terms of an agreement, etc.)", "huckster"], ["chaffer", "wrangle (over a price, terms of an agreement, etc.)", "chaffer"]]}, {"answer": "hamming", "hint": "synonyms for hamming", "clues": [["overact", "exaggerate one's acting", "overact"], ["overplay", "exaggerate one's acting", "overplay"], ["ham it up", "exaggerate one's acting", "ham it up"], ["ham", "exaggerate one's acting", "ham"]]}, {"answer": "hamper", "hint": "synonyms for hamper", "clues": [["cramp", "prevent the progress or free movement of", "cramp"], ["handicap", "put at a disadvantage", "handicap"], ["strangle", "prevent the progress or free movement of", "strangle"], ["halter", "prevent the progress or free movement of", "halter"], ["hinder", "put at a disadvantage", "hinder"]]}, {"answer": "hand", "hint": "synonyms for hand", "clues": [["turn over", "place into the hands or custody of", "turn over"], ["pass", "place into the hands or custody of", "pass"], ["pass on", "place into the hands or custody of", "pass on"], ["reach", "place into the hands or custody of", "reach"], ["give", "place into the hands or custody of", "give"]]}, {"answer": "handicap", "hint": "synonyms for handicap", "clues": [["incapacitate", "injure permanently", "incapacitate"], ["disable", "injure permanently", "disable"], ["invalid", "injure permanently", "invalid"], ["hinder", "put at a disadvantage", "hinder"], ["hamper", "put at a disadvantage", "hamper"]]}, {"answer": "handle", "hint": "synonyms for handle", "clues": [["address", "act on verbally or in some form of artistic expression", "address"], ["deal", "be in charge of, act on, or dispose of", "deal"], ["treat", "interact in a certain way", "treat"], ["manage", "handle effectively", "manage"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["wield", "handle effectively", "wield"], ["care", "be in charge of, act on, or dispose of", "care"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["palm", "touch, lift, or hold with the hands", "palm"], ["do by", "interact in a certain way", "do by"]]}, {"answer": "handling", "hint": "synonyms for handling", "clues": [["handle", "show and train", "handle"], ["care", "be in charge of, act on, or dispose of", "care"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["palm", "touch, lift, or hold with the hands", "palm"], ["do by", "interact in a certain way", "do by"], ["manage", "be in charge of, act on, or dispose of", "manage"], ["address", "act on verbally or in some form of artistic expression", "address"], ["deal", "be in charge of, act on, or dispose of", "deal"], ["treat", "interact in a certain way", "treat"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["wield", "handle effectively", "wield"]]}, {"answer": "hands", "hint": "synonyms for hands", "clues": [["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["pass", "place into the hands or custody of", "pass"], ["pass on", "place into the hands or custody of", "pass on"], ["reach", "place into the hands or custody of", "reach"], ["give", "place into the hands or custody of", "give"]]}, {"answer": "hang", "hint": "synonyms for hang", "clues": [["hang up", "cause to be hanging or suspended", "hang up"], ["flow", "fall or flow in a certain way", "flow"], ["attend", "give heed (to)", "attend"], ["pay heed", "give heed (to)", "pay heed"], ["string up", "kill by hanging", "string up"], ["advert", "give heed (to)", "advert"], ["fall", "fall or flow in a certain way", "fall"], ["cling", "hold on tightly or tenaciously", "cling"], ["give ear", "give heed (to)", "give ear"]]}, {"answer": "hanging", "hint": "synonyms for hanging", "clues": [["hang up", "cause to be hanging or suspended", "hang up"], ["hang", "prevent from reaching a verdict, of a jury", "hang"], ["flow", "fall or flow in a certain way", "flow"], ["attend", "give heed (to)", "attend"], ["pay heed", "give heed (to)", "pay heed"], ["string up", "kill by hanging", "string up"], ["fall", "fall or flow in a certain way", "fall"], ["cling", "hold on tightly or tenaciously", "cling"], ["give ear", "give heed (to)", "give ear"], ["advert", "give heed (to)", "advert"]]}, {"answer": "hap", "hint": "synonyms for hap", "clues": [["come about", "come to pass", "come about"], ["occur", "come to pass", "occur"], ["pass off", "come to pass", "pass off"], ["go on", "come to pass", "go on"], ["pass", "come to pass", "pass"], ["happen", "come to pass", "happen"], ["take place", "come to pass", "take place"], ["fall out", "come to pass", "fall out"]]}, {"answer": "happening", "hint": "synonyms for happening", "clues": [["materialize", "come into being; become reality", "materialize"], ["come about", "come to pass", "come about"], ["pass off", "come to pass", "pass off"], ["happen", "chance to be or do something, without intention or causation", "happen"], ["chance", "come upon, as if by accident; meet with", "chance"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["take place", "come to pass", "take place"], ["fall out", "come to pass", "fall out"], ["find", "come upon, as if by accident; meet with", "find"], ["hap", "come to pass", "hap"], ["occur", "come to pass", "occur"], ["befall", "happen, occur, or be the case in the course of events or by chance; ; (Santayana)", "befall"], ["bump", "come upon, as if by accident; meet with", "bump"], ["go on", "come to pass", "go on"], ["pass", "come to pass", "pass"]]}, {"answer": "harbinger", "hint": "synonyms for harbinger", "clues": [["foretell", "foreshadow or presage", "foretell"], ["annunciate", "foreshadow or presage", "annunciate"], ["announce", "foreshadow or presage", "announce"], ["herald", "foreshadow or presage", "herald"]]}, {"answer": "harbor", "hint": "synonyms for harbor", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["harbour", "keep in one's possession; of animals", "harbour"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"], ["shield", "hold back a thought or feeling about", "shield"]]}, {"answer": "harbour", "hint": "synonyms for harbour", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["harbor", "keep in one's possession; of animals", "harbor"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["shield", "hold back a thought or feeling about", "shield"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"]]}, {"answer": "hardening", "hint": "synonyms for hardening", "clues": [["harden", "become hard or harder", "harden"], ["indurate", "cause to accept or become hardened to; habituate", "indurate"], ["inure", "cause to accept or become hardened to; habituate", "inure"], ["season", "make fit", "season"], ["temper", "harden by reheating and cooling in oil", "temper"]]}, {"answer": "harness", "hint": "synonyms for harness", "clues": [["rule", "keep in check", "rule"], ["tackle", "put a harness", "tackle"], ["rein", "keep in check", "rein"], ["draw rein", "control and direct with or as if by reins", "draw rein"], ["rein in", "control and direct with or as if by reins", "rein in"]]}, {"answer": "hassle", "hint": "synonyms for hassle", "clues": [["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"], ["provoke", "annoy continually or chronically", "provoke"]]}, {"answer": "hatch", "hint": "synonyms for hatch", "clues": [["incubate", "sit on (eggs)", "incubate"], ["cover", "sit on (eggs)", "cover"], ["think up", "devise or invent", "think up"], ["dream up", "devise or invent", "dream up"], ["concoct", "devise or invent", "concoct"], ["brood", "sit on (eggs)", "brood"], ["think of", "devise or invent", "think of"]]}, {"answer": "hatching", "hint": "synonyms for hatching", "clues": [["incubate", "sit on (eggs)", "incubate"], ["concoct", "devise or invent", "concoct"], ["hatch", "draw, cut, or engrave lines, usually parallel, on metal, wood, or paper", "hatch"], ["dream up", "devise or invent", "dream up"], ["brood", "sit on (eggs)", "brood"], ["think of", "devise or invent", "think of"], ["cover", "sit on (eggs)", "cover"], ["think up", "devise or invent", "think up"]]}, {"answer": "hauling", "hint": "synonyms for hauling", "clues": [["drag", "draw slowly or heavily", "drag"], ["haul", "transport in a vehicle", "haul"], ["hale", "draw slowly or heavily", "hale"], ["cart", "draw slowly or heavily", "cart"]]}, {"answer": "haunt", "hint": "synonyms for haunt", "clues": [["stalk", "follow stealthily or recur constantly and spontaneously to", "stalk"], ["frequent", "be a regular or frequent visitor to a certain place", "frequent"], ["obsess", "haunt like a ghost; pursue", "obsess"], ["ghost", "haunt like a ghost; pursue", "ghost"]]}, {"answer": "have", "hint": "synonyms for have", "clues": [["accept", "receive willingly something given or offered", "accept"], ["feature", "have as a feature", "feature"], ["hold", "have or possess, either in a concrete or an abstract sense", "hold"], ["get", "go through (mental or physical states or experiences)", "get"], ["own", "have ownership or possession of", "own"], ["give", "organize or be responsible for", "give"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "cause to do; cause to act in a specified manner", "make"], ["birth", "cause to be born", "birth"], ["give birth", "cause to be born", "give birth"], ["let", "cause to move; cause to be in a certain position or condition", "let"], ["take in", "serve oneself to, or consume regularly", "take in"], ["experience", "go through (mental or physical states or experiences)", "experience"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["sustain", "undergo (as of injuries and illnesses)", "sustain"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["have got", "have or possess, either in a concrete or an abstract sense", "have got"], ["bear", "cause to be born", "bear"], ["receive", "get something; come into possession of", "receive"], ["take", "have sex with; archaic use", "take"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["possess", "have ownership or possession of", "possess"], ["suffer", "undergo (as of injuries and illnesses)", "suffer"], ["throw", "organize or be responsible for", "throw"], ["consume", "serve oneself to, or consume regularly", "consume"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "hawk", "hint": "synonyms for hawk", "clues": [["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["monger", "sell or offer for sale from place to place", "monger"], ["clear the throat", "clear mucus or food from one's throat", "clear the throat"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"]]}, {"answer": "hawking", "hint": "synonyms for hawking", "clues": [["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["monger", "sell or offer for sale from place to place", "monger"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["clear the throat", "clear mucus or food from one's throat", "clear the throat"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"]]}, {"answer": "hazard", "hint": "synonyms for hazard", "clues": [["venture", "put at risk", "venture"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["pretend", "put forward, of a guess, in spite of possible refutation", "pretend"], ["jeopardize", "put at risk", "jeopardize"], ["guess", "put forward, of a guess, in spite of possible refutation", "guess"], ["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["stake", "put at risk", "stake"], ["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"]]}, {"answer": "head", "hint": "synonyms for head", "clues": [["channelize", "direct the course; determine the direction of travelling", "channelize"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["lead", "travel in front of; go in advance of others", "lead"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["head up", "be the first or leading member of (a group) and excel", "head up"], ["point", "direct the course; determine the direction of travelling", "point"]]}, {"answer": "heading", "hint": "synonyms for heading", "clues": [["head", "be in the front of or on top of", "head"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["lead", "be in charge of", "lead"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["manoeuver", "direct the course; determine the direction of travelling", "manoeuver"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["head up", "be the first or leading member of (a group) and excel", "head up"], ["point", "direct the course; determine the direction of travelling", "point"]]}, {"answer": "heat", "hint": "synonyms for heat", "clues": [["wake", "arouse or excite feelings and passions", "wake"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["hot up", "gain heat or get hot", "hot up"], ["fire up", "arouse or excite feelings and passions", "fire up"], ["heat up", "gain heat or get hot", "heat up"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["stir up", "arouse or excite feelings and passions", "stir up"]]}, {"answer": "heating", "hint": "synonyms for heating", "clues": [["fire up", "arouse or excite feelings and passions", "fire up"], ["heat", "gain heat or get hot", "heat"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["stir up", "arouse or excite feelings and passions", "stir up"], ["heat up", "make hot or hotter", "heat up"], ["wake", "arouse or excite feelings and passions", "wake"], ["hot up", "gain heat or get hot", "hot up"]]}, {"answer": "heave", "hint": "synonyms for heave", "clues": [["heft", "lift or elevate", "heft"], ["retch", "make an unsuccessful effort to vomit; strain to vomit", "retch"], ["billow", "rise and move, as in waves or billows", "billow"], ["surge", "rise and move, as in waves or billows", "surge"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"], ["heft up", "lift or elevate", "heft up"], ["heave up", "lift or elevate", "heave up"], ["warp", "bend out of shape, as under pressure or from heat", "warp"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["puff", "breathe noisily, as when one is exhausted", "puff"], ["gag", "make an unsuccessful effort to vomit; strain to vomit", "gag"], ["buckle", "bend out of shape, as under pressure or from heat", "buckle"]]}, {"answer": "heaves", "hint": "synonyms for heaves", "clues": [["heave", "bend out of shape, as under pressure or from heat", "heave"], ["billow", "rise and move, as in waves or billows", "billow"], ["heft up", "lift or elevate", "heft up"], ["warp", "bend out of shape, as under pressure or from heat", "warp"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["gag", "make an unsuccessful effort to vomit; strain to vomit", "gag"], ["heft", "lift or elevate", "heft"], ["retch", "make an unsuccessful effort to vomit; strain to vomit", "retch"], ["surge", "rise and move, as in waves or billows", "surge"], ["heave up", "lift or elevate", "heave up"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"], ["puff", "breathe noisily, as when one is exhausted", "puff"], ["buckle", "bend out of shape, as under pressure or from heat", "buckle"]]}, {"answer": "heaving", "hint": "synonyms for heaving", "clues": [["heave", "bend out of shape, as under pressure or from heat", "heave"], ["billow", "rise and move, as in waves or billows", "billow"], ["heft up", "lift or elevate", "heft up"], ["warp", "bend out of shape, as under pressure or from heat", "warp"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["gag", "make an unsuccessful effort to vomit; strain to vomit", "gag"], ["heft", "lift or elevate", "heft"], ["retch", "make an unsuccessful effort to vomit; strain to vomit", "retch"], ["surge", "rise and move, as in waves or billows", "surge"], ["heave up", "lift or elevate", "heave up"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"], ["puff", "breathe noisily, as when one is exhausted", "puff"], ["buckle", "bend out of shape, as under pressure or from heat", "buckle"]]}, {"answer": "hector", "hint": "synonyms for hector", "clues": [["ballyrag", "be bossy towards", "ballyrag"], ["boss around", "be bossy towards", "boss around"], ["push around", "be bossy towards", "push around"], ["strong-arm", "be bossy towards", "strong-arm"], ["bully", "be bossy towards", "bully"], ["browbeat", "be bossy towards", "browbeat"]]}, {"answer": "hedge", "hint": "synonyms for hedge", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["hedge in", "enclose or bound in with or as it with a hedge or hedges", "hedge in"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "hedging", "hint": "synonyms for hedging", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["hedge", "minimize loss or risk", "hedge"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["hedge in", "enclose or bound in with or as it with a hedge or hedges", "hedge in"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "help", "hint": "synonyms for help", "clues": [["avail", "take or use", "avail"], ["serve", "help to some food; help with food or drink", "serve"], ["help oneself", "abstain from doing; always used with a negative", "help oneself"], ["aid", "give help or assistance; be of service", "aid"], ["assist", "give help or assistance; be of service", "assist"], ["facilitate", "be of use", "facilitate"]]}, {"answer": "helping", "hint": "synonyms for helping", "clues": [["help", "be of use", "help"], ["help oneself", "abstain from doing; always used with a negative", "help oneself"], ["aid", "give help or assistance; be of service", "aid"], ["assist", "give help or assistance; be of service", "assist"], ["avail", "take or use", "avail"], ["serve", "help to some food; help with food or drink", "serve"], ["facilitate", "be of use", "facilitate"]]}, {"answer": "herald", "hint": "synonyms for herald", "clues": [["harbinger", "foreshadow or presage", "harbinger"], ["annunciate", "foreshadow or presage", "annunciate"], ["announce", "foreshadow or presage", "announce"], ["hail", "praise vociferously", "hail"], ["foretell", "foreshadow or presage", "foretell"], ["acclaim", "praise vociferously", "acclaim"]]}, {"answer": "hide", "hint": "synonyms for hide", "clues": [["shroud", "cover as if with a shroud", "shroud"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["cover", "cover as if with a shroud", "cover"], ["conceal", "prevent from being seen or discovered", "conceal"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["hide out", "be or go into hiding; keep out of sight, as for protection and safety", "hide out"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "hiding", "hint": "synonyms for hiding", "clues": [["hide", "be or go into hiding; keep out of sight, as for protection and safety", "hide"], ["shroud", "cover as if with a shroud", "shroud"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["cover", "cover as if with a shroud", "cover"], ["conceal", "prevent from being seen or discovered", "conceal"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["hide out", "be or go into hiding; keep out of sight, as for protection and safety", "hide out"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "highlighting", "hint": "synonyms for highlighting", "clues": [["highlight", "move into the foreground to make more visible or prominent", "highlight"], ["spotlight", "move into the foreground to make more visible or prominent", "spotlight"], ["play up", "move into the foreground to make more visible or prominent", "play up"], ["foreground", "move into the foreground to make more visible or prominent", "foreground"]]}, {"answer": "hire", "hint": "synonyms for hire", "clues": [["engage", "engage or hire for work", "engage"], ["lease", "hold under a lease or rental agreement; of goods and services", "lease"], ["rent", "engage for service under a term of contract", "rent"], ["take", "engage for service under a term of contract", "take"], ["charter", "engage for service under a term of contract", "charter"], ["employ", "engage or hire for work", "employ"]]}, {"answer": "hiss", "hint": "synonyms for hiss", "clues": [["siss", "express or utter with a hiss", "siss"], ["sizz", "make a sharp hissing sound, as if to show disapproval", "sizz"], ["sibilate", "make a sharp hissing sound, as if to show disapproval", "sibilate"], ["whoosh", "move with a whooshing sound", "whoosh"], ["boo", "show displeasure, as after a performance or speech", "boo"]]}, {"answer": "hissing", "hint": "synonyms for hissing", "clues": [["hiss", "make a sharp hissing sound, as if to show disapproval", "hiss"], ["siss", "express or utter with a hiss", "siss"], ["sizz", "express or utter with a hiss", "sizz"], ["sibilate", "make a sharp hissing sound, as if to show disapproval", "sibilate"], ["whoosh", "move with a whooshing sound", "whoosh"], ["boo", "show displeasure, as after a performance or speech", "boo"]]}, {"answer": "hit", "hint": "synonyms for hit", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["strike", "drive something violently into a location", "strike"], ["pip", "hit with a missile from a weapon", "pip"], ["come to", "cause to experience suddenly", "come to"], ["gain", "reach a destination, either real or abstract", "gain"], ["shoot", "hit with a missile from a weapon", "shoot"], ["off", "kill intentionally and with premeditation", "off"], ["make", "reach a destination, either real or abstract", "make"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["run into", "hit against; come into sudden contact with", "run into"], ["bump off", "kill intentionally and with premeditation", "bump off"], ["collide with", "hit against; come into sudden contact with", "collide with"], ["arrive at", "reach a destination, either real or abstract", "arrive at"], ["tally", "gain points in a game", "tally"], ["attain", "reach a destination, either real or abstract", "attain"], ["impinge on", "hit against; come into sudden contact with", "impinge on"], ["reach", "reach a destination, either real or abstract", "reach"], ["slay", "kill intentionally and with premeditation", "slay"], ["stumble", "encounter by chance", "stumble"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["score", "gain points in a game", "score"], ["rack up", "gain points in a game", "rack up"]]}, {"answer": "hitch", "hint": "synonyms for hitch", "clues": [["buck", "jump vertically, with legs stiff and back arched", "buck"], ["catch", "to hook or entangle", "catch"], ["thumb", "travel by getting free rides from motorists", "thumb"], ["hitchhike", "travel by getting free rides from motorists", "hitchhike"], ["gimp", "walk impeded by some physical limitation or injury", "gimp"], ["hobble", "walk impeded by some physical limitation or injury", "hobble"], ["limp", "walk impeded by some physical limitation or injury", "limp"], ["jerk", "jump vertically, with legs stiff and back arched", "jerk"]]}, {"answer": "hitchings", "hint": "synonyms for hitchings", "clues": [["catch", "to hook or entangle", "catch"], ["hitch", "walk impeded by some physical limitation or injury", "hitch"], ["hitchhike", "travel by getting free rides from motorists", "hitchhike"], ["gimp", "walk impeded by some physical limitation or injury", "gimp"], ["limp", "walk impeded by some physical limitation or injury", "limp"], ["thumb", "travel by getting free rides from motorists", "thumb"], ["hobble", "walk impeded by some physical limitation or injury", "hobble"], ["buck", "jump vertically, with legs stiff and back arched", "buck"], ["jerk", "jump vertically, with legs stiff and back arched", "jerk"]]}, {"answer": "hitting", "hint": "synonyms for hitting", "clues": [["pip", "hit with a missile from a weapon", "pip"], ["come to", "cause to experience suddenly", "come to"], ["hit", "kill intentionally and with premeditation", "hit"], ["shoot", "hit with a missile from a weapon", "shoot"], ["run into", "hit against; come into sudden contact with", "run into"], ["bump off", "kill intentionally and with premeditation", "bump off"], ["collide with", "hit against; come into sudden contact with", "collide with"], ["attain", "reach a destination, either real or abstract", "attain"], ["reach", "reach a destination, either real or abstract", "reach"], ["strike", "hit against; come into sudden contact with", "strike"], ["stumble", "encounter by chance", "stumble"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["score", "gain points in a game", "score"], ["rack up", "gain points in a game", "rack up"], ["dispatch", "kill intentionally and with premeditation", "dispatch"], ["gain", "reach a destination, either real or abstract", "gain"], ["off", "kill intentionally and with premeditation", "off"], ["make", "reach a destination, either real or abstract", "make"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["tally", "gain points in a game", "tally"], ["impinge on", "hit against; come into sudden contact with", "impinge on"], ["slay", "kill intentionally and with premeditation", "slay"], ["arrive at", "reach a destination, either real or abstract", "arrive at"]]}, {"answer": "hoard", "hint": "synonyms for hoard", "clues": [["lay away", "save up as for future use", "lay away"], ["hive up", "save up as for future use", "hive up"], ["pile up", "get or gather together", "pile up"], ["cache", "save up as for future use", "cache"], ["collect", "get or gather together", "collect"], ["accumulate", "get or gather together", "accumulate"], ["roll up", "get or gather together", "roll up"], ["amass", "get or gather together", "amass"], ["compile", "get or gather together", "compile"], ["squirrel away", "save up as for future use", "squirrel away"], ["stash", "save up as for future use", "stash"]]}, {"answer": "hoarding", "hint": "synonyms for hoarding", "clues": [["lay away", "save up as for future use", "lay away"], ["hive up", "save up as for future use", "hive up"], ["pile up", "get or gather together", "pile up"], ["cache", "save up as for future use", "cache"], ["collect", "get or gather together", "collect"], ["accumulate", "get or gather together", "accumulate"], ["roll up", "get or gather together", "roll up"], ["amass", "get or gather together", "amass"], ["compile", "get or gather together", "compile"], ["hoard", "save up as for future use", "hoard"], ["squirrel away", "save up as for future use", "squirrel away"], ["stash", "save up as for future use", "stash"]]}, {"answer": "hobble", "hint": "synonyms for hobble", "clues": [["hopple", "strap the foreleg and hind leg together on each side (of a horse) in order to keep the legs on the same side moving in unison", "hopple"], ["gimp", "walk impeded by some physical limitation or injury", "gimp"], ["limp", "walk impeded by some physical limitation or injury", "limp"], ["hitch", "walk impeded by some physical limitation or injury", "hitch"]]}, {"answer": "hold", "hint": "synonyms for hold", "clues": [["hold up", "be the physical support of; carry the weight of", "hold up"], ["bear", "contain or hold; have within", "bear"], ["maintain", "keep in a certain state, position, or activity; e.g.,", "maintain"], ["support", "be the physical support of; carry the weight of", "support"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["oblige", "bind by an obligation; cause to be indebted", "oblige"], ["adjudge", "declare to be", "adjudge"], ["halt", "cause to stop", "halt"], ["make", "organize or be responsible for", "make"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["contain", "be capable of holding or containing", "contain"], ["harbour", "maintain (a theory, thoughts, or feelings)", "harbour"], ["take hold", "have or hold in one's hands or grip", "take hold"], ["have", "have or possess, either in a concrete or an abstract sense", "have"], ["admit", "have room for; hold without crowding", "admit"], ["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["carry", "support or hold in a certain manner", "carry"], ["have got", "have or possess, either in a concrete or an abstract sense", "have got"], ["guard", "protect against a challenge or attack", "guard"], ["concur", "be in accord; be in agreement", "concur"], ["defend", "protect against a challenge or attack", "defend"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["concord", "be in accord; be in agreement", "concord"], ["withstand", "resist or confront with resistance", "withstand"], ["book", "arrange for and reserve (something for someone else) in advance", "book"], ["confine", "to close within bounds, limit or hold back from movement", "confine"], ["reserve", "arrange for and reserve (something for someone else) in advance", "reserve"], ["retain", "secure and keep for possible future use or application", "retain"], ["go for", "be pertinent or relevant or applicable", "go for"], ["prevail", "be valid, applicable, or true", "prevail"], ["declare", "declare to be", "declare"], ["view as", "keep in mind or convey as a conviction or view", "view as"], ["give", "organize or be responsible for", "give"], ["keep", "keep in a certain state, position, or activity; e.g.,", "keep"], ["keep back", "secure and keep for possible future use or application", "keep back"], ["hold back", "secure and keep for possible future use or application", "hold back"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["arrest", "cause to stop", "arrest"], ["take", "be capable of holding or containing", "take"], ["apply", "be pertinent or relevant or applicable", "apply"], ["accommodate", "have room for; hold without crowding", "accommodate"], ["defy", "resist or confront with resistance", "defy"], ["bind", "bind by an obligation; cause to be indebted", "bind"], ["deem", "keep in mind or convey as a conviction or view", "deem"], ["obtain", "be valid, applicable, or true", "obtain"], ["take for", "keep in mind or convey as a conviction or view", "take for"], ["agree", "be in accord; be in agreement", "agree"], ["sustain", "be the physical support of; carry the weight of", "sustain"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["throw", "organize or be responsible for", "throw"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"]]}, {"answer": "holding", "hint": "synonyms for holding", "clues": [["hold", "cover as for protection against noise or smell", "hold"], ["support", "be the physical support of; carry the weight of", "support"], ["halt", "cause to stop", "halt"], ["make", "organize or be responsible for", "make"], ["contain", "be capable of holding or containing", "contain"], ["take hold", "have or hold in one's hands or grip", "take hold"], ["admit", "have room for; hold without crowding", "admit"], ["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["have got", "have or possess, either in a concrete or an abstract sense", "have got"], ["guard", "protect against a challenge or attack", "guard"], ["obligate", "bind by an obligation; cause to be indebted", "obligate"], ["concur", "be in accord; be in agreement", "concur"], ["defend", "protect against a challenge or attack", "defend"], ["withstand", "resist or confront with resistance", "withstand"], ["book", "arrange for and reserve (something for someone else) in advance", "book"], ["confine", "to close within bounds, limit or hold back from movement", "confine"], ["have", "organize or be responsible for", "have"], ["restrain", "to close within bounds, limit or hold back from movement", "restrain"], ["prevail", "be valid, applicable, or true", "prevail"], ["declare", "declare to be", "declare"], ["keep", "keep in a certain state, position, or activity; e.g.,", "keep"], ["hold back", "secure and keep for possible future use or application", "hold back"], ["arrest", "cause to stop", "arrest"], ["defy", "resist or confront with resistance", "defy"], ["deem", "keep in mind or convey as a conviction or view", "deem"], ["obtain", "be valid, applicable, or true", "obtain"], ["take for", "keep in mind or convey as a conviction or view", "take for"], ["carry", "drink alcohol without showing ill effects", "carry"], ["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["bear", "support or hold in a certain manner", "bear"], ["sustain", "be the physical support of; carry the weight of", "sustain"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["throw", "organize or be responsible for", "throw"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"], ["hold up", "be the physical support of; carry the weight of", "hold up"], ["maintain", "keep in a certain state, position, or activity; e.g.,", "maintain"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["adjudge", "declare to be", "adjudge"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["concord", "be in accord; be in agreement", "concord"], ["reserve", "arrange for and reserve (something for someone else) in advance", "reserve"], ["go for", "be pertinent or relevant or applicable", "go for"], ["view as", "keep in mind or convey as a conviction or view", "view as"], ["give", "organize or be responsible for", "give"], ["keep back", "secure and keep for possible future use or application", "keep back"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["take", "be capable of holding or containing", "take"], ["apply", "be pertinent or relevant or applicable", "apply"], ["accommodate", "have room for; hold without crowding", "accommodate"], ["bind", "bind by an obligation; cause to be indebted", "bind"], ["agree", "be in accord; be in agreement", "agree"]]}, {"answer": "holler", "hint": "synonyms for holler", "clues": [["bitch", "complain", "bitch"], ["squawk", "complain", "squawk"], ["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["shout", "utter a sudden loud cry", "shout"], ["scream", "utter a sudden loud cry", "scream"], ["cry", "utter a sudden loud cry", "cry"], ["gripe", "complain", "gripe"], ["crab", "complain", "crab"], ["hollo", "utter a sudden loud cry", "hollo"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["holler out", "shout out", "holler out"], ["squall", "utter a sudden loud cry", "squall"], ["grouse", "complain", "grouse"], ["yell", "utter a sudden loud cry", "yell"]]}, {"answer": "hollering", "hint": "synonyms for hollering", "clues": [["bitch", "complain", "bitch"], ["squawk", "complain", "squawk"], ["call", "utter a sudden loud cry", "call"], ["holler", "complain", "holler"], ["shout", "utter a sudden loud cry", "shout"], ["gripe", "complain", "gripe"], ["hollo", "utter a sudden loud cry", "hollo"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["squall", "utter a sudden loud cry", "squall"], ["grouse", "complain", "grouse"], ["yell", "utter a sudden loud cry", "yell"], ["shout out", "utter a sudden loud cry", "shout out"], ["scream", "utter a sudden loud cry", "scream"], ["crab", "complain", "crab"], ["holler out", "shout out", "holler out"], ["cry", "utter a sudden loud cry", "cry"]]}, {"answer": "hollo", "hint": "synonyms for hollo", "clues": [["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["shout", "utter a sudden loud cry", "shout"], ["scream", "utter a sudden loud cry", "scream"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["cry", "utter a sudden loud cry", "cry"], ["yell", "utter a sudden loud cry", "yell"]]}, {"answer": "honk", "hint": "synonyms for honk", "clues": [["blare", "make a loud noise", "blare"], ["beep", "make a loud noise", "beep"], ["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["claxon", "use the horn of a car", "claxon"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["toot", "make a loud noise", "toot"], ["cronk", "cry like a goose", "cronk"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "honor", "hint": "synonyms for honor", "clues": [["honour", "accept as pay", "honour"], ["reward", "bestow honor or rewards upon", "reward"], ["observe", "show respect towards", "observe"], ["respect", "show respect towards", "respect"], ["abide by", "show respect towards", "abide by"]]}, {"answer": "honoring", "hint": "synonyms for honoring", "clues": [["honor", "accept as pay", "honor"], ["observe", "show respect towards", "observe"], ["reward", "bestow honor or rewards upon", "reward"], ["respect", "show respect towards", "respect"], ["abide by", "show respect towards", "abide by"]]}, {"answer": "honour", "hint": "synonyms for honour", "clues": [["honor", "accept as pay", "honor"], ["reward", "bestow honor or rewards upon", "reward"], ["observe", "show respect towards", "observe"], ["respect", "show respect towards", "respect"], ["abide by", "show respect towards", "abide by"]]}, {"answer": "honours", "hint": "synonyms for honours", "clues": [["honor", "accept as pay", "honor"], ["observe", "show respect towards", "observe"], ["reward", "bestow honor or rewards upon", "reward"], ["respect", "show respect towards", "respect"], ["abide by", "show respect towards", "abide by"]]}, {"answer": "hoofing", "hint": "synonyms for hoofing", "clues": [["hoof it", "walk", "hoof it"], ["foot", "walk", "foot"], ["hoof", "dance in a professional capacity", "hoof"], ["leg it", "walk", "leg it"]]}, {"answer": "hook", "hint": "synonyms for hook", "clues": [["filch", "make off with belongings of others", "filch"], ["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["cabbage", "make off with belongings of others", "cabbage"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["rob", "rip off; ask an unreasonable price", "rob"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle", "crochet"], ["snitch", "take by theft", "snitch"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["purloin", "make off with belongings of others", "purloin"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)", "addict"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["snare", "entice and trap", "snare"], ["lift", "make off with belongings of others", "lift"], ["solicit", "approach with an offer of sexual favors", "solicit"], ["accost", "approach with an offer of sexual favors", "accost"], ["cop", "take by theft", "cop"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["plume", "rip off; ask an unreasonable price", "plume"], ["swipe", "make off with belongings of others", "swipe"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"]]}, {"answer": "hooking", "hint": "synonyms for hooking", "clues": [["hook", "catch with a hook", "hook"], ["soak", "rip off; ask an unreasonable price", "soak"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle", "crochet"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["purloin", "make off with belongings of others", "purloin"], ["abstract", "make off with belongings of others", "abstract"], ["lift", "make off with belongings of others", "lift"], ["accost", "approach with an offer of sexual favors", "accost"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["plume", "rip off; ask an unreasonable price", "plume"], ["swipe", "make off with belongings of others", "swipe"], ["filch", "make off with belongings of others", "filch"], ["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["cabbage", "make off with belongings of others", "cabbage"], ["rob", "rip off; ask an unreasonable price", "rob"], ["snitch", "take by theft", "snitch"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)", "addict"], ["pinch", "make off with belongings of others", "pinch"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["snare", "entice and trap", "snare"], ["solicit", "approach with an offer of sexual favors", "solicit"], ["cop", "take by theft", "cop"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"]]}, {"answer": "hooks", "hint": "synonyms for hooks", "clues": [["hook", "catch with a hook", "hook"], ["soak", "rip off; ask an unreasonable price", "soak"], ["crochet", "make a piece of needlework by interlocking and looping thread with a hooked needle", "crochet"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["purloin", "make off with belongings of others", "purloin"], ["abstract", "make off with belongings of others", "abstract"], ["lift", "make off with belongings of others", "lift"], ["accost", "approach with an offer of sexual favors", "accost"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["plume", "rip off; ask an unreasonable price", "plume"], ["swipe", "make off with belongings of others", "swipe"], ["filch", "make off with belongings of others", "filch"], ["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["cabbage", "make off with belongings of others", "cabbage"], ["rob", "rip off; ask an unreasonable price", "rob"], ["snitch", "take by theft", "snitch"], ["addict", "to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)", "addict"], ["pinch", "make off with belongings of others", "pinch"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["snare", "entice and trap", "snare"], ["solicit", "approach with an offer of sexual favors", "solicit"], ["cop", "take by theft", "cop"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"]]}, {"answer": "howl", "hint": "synonyms for howl", "clues": [["roar", "laugh unrestrainedly and heartily", "roar"], ["yowl", "cry loudly, as of animals", "yowl"], ["yaup", "emit long loud cries", "yaup"], ["wail", "emit long loud cries", "wail"], ["wrawl", "cry loudly, as of animals", "wrawl"], ["yammer", "cry loudly, as of animals", "yammer"], ["ululate", "emit long loud cries", "ululate"], ["yawl", "emit long loud cries", "yawl"]]}, {"answer": "huckster", "hint": "synonyms for huckster", "clues": [["higgle", "wrangle (over a price, terms of an agreement, etc.)", "higgle"], ["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["haggle", "wrangle (over a price, terms of an agreement, etc.)", "haggle"], ["chaffer", "wrangle (over a price, terms of an agreement, etc.)", "chaffer"], ["monger", "sell or offer for sale from place to place", "monger"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["peddle", "sell or offer for sale from place to place", "peddle"]]}, {"answer": "hugging", "hint": "synonyms for hugging", "clues": [["bosom", "squeeze (someone) tightly in your arms, usually with fondness", "bosom"], ["squeeze", "squeeze (someone) tightly in your arms, usually with fondness", "squeeze"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness", "embrace"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness", "hug"]]}, {"answer": "humming", "hint": "synonyms for humming", "clues": [["seethe", "be noisy with activity", "seethe"], ["thrum", "sound with a monotonous hum", "thrum"], ["hum", "make a low continuous sound", "hum"], ["buzz", "be noisy with activity", "buzz"]]}, {"answer": "hump", "hint": "synonyms for hump", "clues": [["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["hunch", "round one's back by bending forward and drawing the shoulders forward", "hunch"], ["fuck", "have sexual intercourse with", "fuck"], ["hunch forward", "round one's back by bending forward and drawing the shoulders forward", "hunch forward"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["hunch over", "round one's back by bending forward and drawing the shoulders forward", "hunch over"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "hunger", "hint": "synonyms for hunger", "clues": [["starve", "be hungry; go without food", "starve"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["crave", "have a craving, appetite, or great desire for", "crave"], ["lust", "have a craving, appetite, or great desire for", "lust"], ["famish", "be hungry; go without food", "famish"]]}, {"answer": "hunt", "hint": "synonyms for hunt", "clues": [["hound", "pursue or chase relentlessly", "hound"], ["hunt down", "pursue for food or sport (as of wild animals)", "hunt down"], ["track down", "pursue for food or sport (as of wild animals)", "track down"], ["run", "pursue for food or sport (as of wild animals)", "run"], ["trace", "pursue or chase relentlessly", "trace"]]}, {"answer": "hunting", "hint": "synonyms for hunting", "clues": [["hunt", "pursue for food or sport (as of wild animals)", "hunt"], ["hound", "pursue or chase relentlessly", "hound"], ["hunt down", "pursue for food or sport (as of wild animals)", "hunt down"], ["track down", "pursue for food or sport (as of wild animals)", "track down"], ["run", "pursue for food or sport (as of wild animals)", "run"], ["trace", "pursue or chase relentlessly", "trace"]]}, {"answer": "hurl", "hint": "synonyms for hurl", "clues": [["throw", "utter with force; utter vehemently", "throw"], ["hurtle", "throw forcefully", "hurtle"], ["cast", "throw forcefully", "cast"], ["lunge", "make a thrusting forward movement", "lunge"], ["thrust", "make a thrusting forward movement", "thrust"]]}, {"answer": "hurling", "hint": "synonyms for hurling", "clues": [["throw", "utter with force; utter vehemently", "throw"], ["hurtle", "throw forcefully", "hurtle"], ["cast", "throw forcefully", "cast"], ["lunge", "make a thrusting forward movement", "lunge"], ["hurl", "throw forcefully", "hurl"], ["thrust", "make a thrusting forward movement", "thrust"]]}, {"answer": "hurry", "hint": "synonyms for hurry", "clues": [["travel rapidly", "move very fast", "travel rapidly"], ["zip", "move very fast", "zip"], ["speed", "move very fast", "speed"], ["hasten", "act or move at high speed", "hasten"], ["rush", "urge to an unnatural speed", "rush"], ["festinate", "act or move at high speed", "festinate"], ["look sharp", "act or move at high speed", "look sharp"]]}, {"answer": "hurting", "hint": "synonyms for hurting", "clues": [["wound", "hurt the feelings of", "wound"], ["smart", "be the source of pain", "smart"], ["hurt", "give trouble or pain to", "hurt"], ["pain", "cause emotional anguish or make miserable", "pain"], ["injure", "cause damage or affect negatively", "injure"], ["ache", "feel physical pain", "ache"], ["spite", "hurt the feelings of", "spite"], ["offend", "hurt the feelings of", "offend"], ["bruise", "hurt the feelings of", "bruise"], ["suffer", "feel physical pain", "suffer"], ["anguish", "cause emotional anguish or make miserable", "anguish"]]}, {"answer": "hush", "hint": "synonyms for hush", "clues": [["pipe down", "become quiet or quieter", "pipe down"], ["silence", "cause to be quiet or not talk", "silence"], ["hush up", "cause to be quiet or not talk", "hush up"], ["quiesce", "become quiet or quieter", "quiesce"], ["quiet", "become quiet or quieter", "quiet"], ["quiet down", "become quiet or quieter", "quiet down"], ["still", "cause to be quiet or not talk", "still"], ["shut up", "cause to be quiet or not talk", "shut up"], ["quieten", "cause to be quiet or not talk", "quieten"]]}, {"answer": "hushing", "hint": "synonyms for hushing", "clues": [["pipe down", "become quiet or quieter", "pipe down"], ["silence", "cause to be quiet or not talk", "silence"], ["hush up", "cause to be quiet or not talk", "hush up"], ["hush", "become quiet or quieter", "hush"], ["quiesce", "become quiet or quieter", "quiesce"], ["quiet", "become quiet or quieter", "quiet"], ["quiet down", "become quiet or quieter", "quiet down"], ["still", "cause to be quiet or not talk", "still"], ["shut up", "cause to be quiet or not talk", "shut up"], ["quieten", "cause to be quiet or not talk", "quieten"]]}, {"answer": "hustle", "hint": "synonyms for hustle", "clues": [["roll", "sell something to or obtain something from by energetic and especially underhanded activity", "roll"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity", "pluck"], ["bustle about", "move or cause to move energetically or busily", "bustle about"], ["bustle", "move or cause to move energetically or busily", "bustle"]]}, {"answer": "hybridizing", "hint": "synonyms for hybridizing", "clues": [["cross", "breed animals or plants using parents of different races and varieties", "cross"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["hybridise", "breed animals or plants using parents of different races and varieties", "hybridise"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"]]}, {"answer": "idling", "hint": "synonyms for idling", "clues": [["slug", "be idle; exist in a changeless situation", "slug"], ["idle", "be idle; exist in a changeless situation", "idle"], ["laze", "be idle; exist in a changeless situation", "laze"], ["stagnate", "be idle; exist in a changeless situation", "stagnate"], ["tick over", "run disconnected or idle", "tick over"]]}, {"answer": "image", "hint": "synonyms for image", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "imaging", "hint": "synonyms for imaging", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "imbibing", "hint": "synonyms for imbibing", "clues": [["imbibe", "take in liquids", "imbibe"], ["sop up", "take in, also metaphorically", "sop up"], ["take in", "take in, also metaphorically", "take in"], ["suck", "take in, also metaphorically", "suck"], ["drink", "take in liquids", "drink"], ["soak up", "take in, also metaphorically", "soak up"], ["absorb", "take in, also metaphorically", "absorb"], ["draw", "take in, also metaphorically", "draw"], ["suck up", "take in, also metaphorically", "suck up"], ["assimilate", "take (gas, light or heat) into a solution", "assimilate"], ["take up", "take in, also metaphorically", "take up"]]}, {"answer": "immobilizing", "hint": "synonyms for immobilizing", "clues": [["immobilise", "make defenseless", "immobilise"], ["freeze", "prohibit the conversion or use of (assets)", "freeze"], ["block", "prohibit the conversion or use of (assets)", "block"], ["pin", "to hold fast or prevent from moving", "pin"], ["trap", "to hold fast or prevent from moving", "trap"]]}, {"answer": "impact", "hint": "synonyms for impact", "clues": [["bear upon", "have an effect upon", "bear upon"], ["touch", "have an effect upon", "touch"], ["touch on", "have an effect upon", "touch on"], ["affect", "have an effect upon", "affect"]]}, {"answer": "imparting", "hint": "synonyms for imparting", "clues": [["impart", "transmit (knowledge or skills)", "impart"], ["lend", "bestow a quality on", "lend"], ["pass on", "transmit (knowledge or skills)", "pass on"], ["leave", "transmit (knowledge or skills)", "leave"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["give", "transmit (knowledge or skills)", "give"], ["add", "bestow a quality on", "add"], ["convey", "transmit or serve as the medium for transmission", "convey"], ["contribute", "bestow a quality on", "contribute"], ["bring", "bestow a quality on", "bring"], ["bestow", "bestow a quality on", "bestow"], ["channel", "transmit or serve as the medium for transmission", "channel"]]}, {"answer": "impinging", "hint": "synonyms for impinging", "clues": [["encroach", "impinge or infringe upon", "encroach"], ["infringe", "advance beyond the usual limit", "infringe"], ["impinge", "advance beyond the usual limit", "impinge"], ["entrench", "impinge or infringe upon", "entrench"]]}, {"answer": "implant", "hint": "synonyms for implant", "clues": [["plant", "fix or set securely or deeply", "plant"], ["imbed", "fix or set securely or deeply", "imbed"], ["embed", "fix or set securely or deeply", "embed"], ["engraft", "fix or set securely or deeply", "engraft"]]}, {"answer": "implement", "hint": "synonyms for implement", "clues": [["enforce", "ensure observance of laws and rules", "enforce"], ["carry out", "pursue to a conclusion or bring to a successful issue", "carry out"], ["follow up", "pursue to a conclusion or bring to a successful issue", "follow up"], ["put through", "pursue to a conclusion or bring to a successful issue", "put through"], ["follow through", "pursue to a conclusion or bring to a successful issue", "follow through"], ["follow out", "pursue to a conclusion or bring to a successful issue", "follow out"], ["go through", "pursue to a conclusion or bring to a successful issue", "go through"], ["apply", "ensure observance of laws and rules", "apply"]]}, {"answer": "impounding", "hint": "synonyms for impounding", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["impound", "place or shut up in a pound", "impound"], ["seize", "take temporary possession of as a security, by legal authority", "seize"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"], ["pound", "place or shut up in a pound", "pound"], ["sequester", "take temporary possession of as a security, by legal authority", "sequester"]]}, {"answer": "impress", "hint": "synonyms for impress", "clues": [["move", "have an emotional or cognitive impact upon", "move"], ["ingrain", "produce or try to produce a vivid impression of", "ingrain"], ["print", "reproduce by printing", "print"], ["yarn-dye", "dye (fabric) before it is spun", "yarn-dye"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["imprint", "mark or stamp with or as if with pressure", "imprint"], ["shanghai", "take (someone) against his will for compulsory service, especially on board a ship", "shanghai"], ["instill", "produce or try to produce a vivid impression of", "instill"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "incense", "hint": "synonyms for incense", "clues": [["infuriate", "make furious", "infuriate"], ["thurify", "perfume especially with a censer", "thurify"], ["exasperate", "make furious", "exasperate"], ["cense", "perfume especially with a censer", "cense"]]}, {"answer": "incline", "hint": "synonyms for incline", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["dispose", "make receptive or willing towards an action or attitude or belief", "dispose"], ["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["pitch", "be at an angle", "pitch"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"], ["slope", "be at an angle", "slope"]]}, {"answer": "inclining", "hint": "synonyms for inclining", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["dispose", "make receptive or willing towards an action or attitude or belief", "dispose"], ["incline", "be at an angle", "incline"], ["pitch", "be at an angle", "pitch"], ["slope", "be at an angle", "slope"], ["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"]]}, {"answer": "inconvenience", "hint": "synonyms for inconvenience", "clues": [["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["bother", "to cause inconvenience or discomfort to", "bother"]]}, {"answer": "incurring", "hint": "synonyms for incurring", "clues": [["incur", "receive a specified treatment (abstract)", "incur"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["get", "receive a specified treatment (abstract)", "get"], ["find", "receive a specified treatment (abstract)", "find"], ["receive", "receive a specified treatment (abstract)", "receive"]]}, {"answer": "inducing", "hint": "synonyms for inducing", "clues": [["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "cause to do; cause to act in a specified manner", "make"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["induce", "reason or establish by induction", "induce"], ["rush", "cause to occur rapidly", "rush"], ["get", "cause to do; cause to act in a specified manner", "get"], ["hasten", "cause to occur rapidly", "hasten"], ["have", "cause to do; cause to act in a specified manner", "have"], ["induct", "produce electric current by electrostatic or magnetic processes", "induct"], ["bring on", "cause to arise", "bring on"]]}, {"answer": "indulging", "hint": "synonyms for indulging", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["indulge", "enjoy to excess", "indulge"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["luxuriate", "enjoy to excess", "luxuriate"], ["cosset", "treat with excessive indulgence", "cosset"], ["pander", "yield (to); give satisfaction to", "pander"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"], ["gratify", "yield (to); give satisfaction to", "gratify"]]}, {"answer": "inebriate", "hint": "synonyms for inebriate", "clues": [["intoxicate", "make drunk (with alcoholic drinks)", "intoxicate"], ["thrill", "fill with sublime emotion", "thrill"], ["hit it up", "become drunk or drink excessively", "hit it up"], ["soak", "make drunk (with alcoholic drinks)", "soak"], ["exalt", "fill with sublime emotion", "exalt"], ["beatify", "fill with sublime emotion", "beatify"], ["souse", "become drunk or drink excessively", "souse"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["exhilarate", "fill with sublime emotion", "exhilarate"]]}, {"answer": "inflaming", "hint": "synonyms for inflaming", "clues": [["enkindle", "cause to start burning", "enkindle"], ["conflagrate", "cause to start burning", "conflagrate"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["inflame", "catch fire", "inflame"], ["stir up", "arouse or excite feelings and passions", "stir up"], ["wake", "arouse or excite feelings and passions", "wake"], ["heat", "arouse or excite feelings and passions", "heat"], ["fire up", "arouse or excite feelings and passions", "fire up"]]}, {"answer": "influence", "hint": "synonyms for influence", "clues": [["tempt", "induce into action by using one's charm", "tempt"], ["act upon", "have and exert influence or effect", "act upon"], ["determine", "shape or influence; give direction to", "determine"], ["shape", "shape or influence; give direction to", "shape"], ["mold", "shape or influence; give direction to", "mold"], ["regulate", "shape or influence; give direction to", "regulate"], ["work", "have and exert influence or effect", "work"], ["charm", "induce into action by using one's charm", "charm"]]}, {"answer": "ingraining", "hint": "synonyms for ingraining", "clues": [["impress", "produce or try to produce a vivid impression of", "impress"], ["ingrain", "produce or try to produce a vivid impression of", "ingrain"], ["instill", "produce or try to produce a vivid impression of", "instill"], ["grain", "thoroughly work in", "grain"]]}, {"answer": "initiate", "hint": "synonyms for initiate", "clues": [["induct", "accept people into an exclusive society or group, usually with some rite", "induct"], ["lead up", "set in motion, start an event or prepare the way for", "lead up"], ["pioneer", "take the lead or initiative in; participate in the development of", "pioneer"], ["broach", "bring up a topic for discussion", "broach"], ["originate", "bring into being", "originate"], ["start", "bring into being", "start"]]}, {"answer": "insert", "hint": "synonyms for insert", "clues": [["enter", "put or introduce into something", "enter"], ["introduce", "introduce", "introduce"], ["stick in", "insert casually", "stick in"], ["inclose", "introduce", "inclose"], ["slip in", "insert casually", "slip in"], ["infix", "put or introduce into something", "infix"], ["put in", "introduce", "put in"], ["sneak in", "insert casually", "sneak in"], ["tuck", "fit snugly into", "tuck"]]}, {"answer": "insisting", "hint": "synonyms for insisting", "clues": [["assert", "assert to be true", "assert"], ["take a firm stand", "be emphatic or resolute and refuse to budge", "take a firm stand"], ["insist", "be emphatic or resolute and refuse to budge", "insist"], ["importune", "beg persistently and urgently", "importune"]]}, {"answer": "installing", "hint": "synonyms for installing", "clues": [["instal", "set up for use", "instal"], ["establish", "place", "establish"], ["put in", "set up for use", "put in"], ["set up", "place", "set up"]]}, {"answer": "instilling", "hint": "synonyms for instilling", "clues": [["transfuse", "impart gradually", "transfuse"], ["ingrain", "produce or try to produce a vivid impression of", "ingrain"], ["instill", "teach and impress by frequent repetitions or admonitions", "instill"], ["impregnate", "fill, as with a certain quality", "impregnate"], ["infuse", "fill, as with a certain quality", "infuse"], ["tincture", "fill, as with a certain quality", "tincture"], ["inculcate", "teach and impress by frequent repetitions or admonitions", "inculcate"], ["impress", "produce or try to produce a vivid impression of", "impress"]]}, {"answer": "institute", "hint": "synonyms for institute", "clues": [["establish", "set up or lay the groundwork for", "establish"], ["found", "set up or lay the groundwork for", "found"], ["bring", "advance or set forth in court; ,", "bring"], ["plant", "set up or lay the groundwork for", "plant"], ["constitute", "set up or lay the groundwork for", "constitute"]]}, {"answer": "integrating", "hint": "synonyms for integrating", "clues": [["integrate", "calculate the integral of; calculate by integration", "integrate"], ["desegregate", "open (a place) to members of all races and ethnic groups", "desegregate"], ["mix", "open (a place) to members of all races and ethnic groups", "mix"], ["incorporate", "make into a whole or make part of a whole", "incorporate"]]}, {"answer": "interbreeding", "hint": "synonyms for interbreeding", "clues": [["cross", "breed animals or plants using parents of different races and varieties", "cross"], ["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["hybridise", "breed animals or plants using parents of different races and varieties", "hybridise"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"]]}, {"answer": "intercept", "hint": "synonyms for intercept", "clues": [["stop", "seize on its way", "stop"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["tap", "tap a telephone or telegraph wire to get information", "tap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"]]}, {"answer": "interchange", "hint": "synonyms for interchange", "clues": [["exchange", "put in the place of another; switch seemingly equivalent items", "exchange"], ["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["tack", "reverse (a direction, attitude, or course of action)", "tack"], ["transpose", "cause to change places", "transpose"], ["substitute", "put in the place of another; switch seemingly equivalent items", "substitute"], ["counterchange", "cause to change places", "counterchange"], ["alternate", "reverse (a direction, attitude, or course of action)", "alternate"], ["replace", "put in the place of another; switch seemingly equivalent items", "replace"], ["switch", "reverse (a direction, attitude, or course of action)", "switch"], ["flip", "reverse (a direction, attitude, or course of action)", "flip"]]}, {"answer": "interdict", "hint": "synonyms for interdict", "clues": [["disallow", "command against", "disallow"], ["proscribe", "command against", "proscribe"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"], ["veto", "command against", "veto"], ["forbid", "command against", "forbid"]]}, {"answer": "interest", "hint": "synonyms for interest", "clues": [["matter to", "be of importance or consequence", "matter to"], ["occupy", "be on the mind of", "occupy"], ["worry", "be on the mind of", "worry"], ["concern", "be on the mind of", "concern"]]}, {"answer": "interpreting", "hint": "synonyms for interpreting", "clues": [["render", "give an interpretation or rendition of", "render"], ["represent", "create an image or likeness of", "represent"], ["interpret", "create an image or likeness of", "interpret"], ["construe", "make sense of; assign a meaning to", "construe"], ["understand", "make sense of a language", "understand"], ["translate", "make sense of a language", "translate"], ["see", "make sense of; assign a meaning to", "see"], ["rede", "give an interpretation or explanation to", "rede"], ["read", "make sense of a language", "read"]]}, {"answer": "interrupt", "hint": "synonyms for interrupt", "clues": [["disrupt", "make a break in", "disrupt"], ["break", "terminate", "break"], ["cut off", "make a break in", "cut off"], ["break up", "make a break in", "break up"], ["disturb", "destroy the peace or tranquility of", "disturb"]]}, {"answer": "investing", "hint": "synonyms for investing", "clues": [["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["invest", "provide with power and authority", "invest"], ["gift", "give qualities or abilities to", "gift"], ["enthrone", "provide with power and authority", "enthrone"], ["seat", "place ceremoniously or formally in an office or position", "seat"], ["induct", "place ceremoniously or formally in an office or position", "induct"], ["endow", "give qualities or abilities to", "endow"], ["adorn", "furnish with power or authority; of kings or emperors", "adorn"], ["place", "make an investment", "place"], ["empower", "give qualities or abilities to", "empower"], ["put", "make an investment", "put"], ["vest", "provide with power and authority", "vest"], ["endue", "give qualities or abilities to", "endue"], ["commit", "make an investment", "commit"], ["indue", "give qualities or abilities to", "indue"]]}, {"answer": "invite", "hint": "synonyms for invite", "clues": [["ask over", "invite someone to one's house", "ask over"], ["ask for", "increase the likelihood of", "ask for"], ["take in", "express willingness to have in one's home or environs", "take in"], ["ask round", "invite someone to one's house", "ask round"], ["call for", "request the participation or presence of", "call for"], ["ask in", "ask to enter", "ask in"], ["tempt", "give rise to a desire by being attractive or inviting", "tempt"], ["pay for", "have as a guest", "pay for"], ["bid", "ask someone in a friendly way to do something", "bid"], ["receive", "express willingness to have in one's home or environs", "receive"]]}, {"answer": "issue", "hint": "synonyms for issue", "clues": [["publish", "prepare and issue for public distribution or sale", "publish"], ["egress", "come out of", "egress"], ["write out", "make out and issue", "write out"], ["come forth", "come out of", "come forth"], ["make out", "make out and issue", "make out"], ["put out", "prepare and issue for public distribution or sale", "put out"], ["emerge", "come out of", "emerge"], ["release", "prepare and issue for public distribution or sale", "release"], ["cut", "make out and issue", "cut"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["go forth", "come out of", "go forth"], ["supply", "circulate or distribute or equip with", "supply"], ["come out", "come out of", "come out"]]}, {"answer": "issuing", "hint": "synonyms for issuing", "clues": [["issue", "come out of", "issue"], ["publish", "prepare and issue for public distribution or sale", "publish"], ["egress", "come out of", "egress"], ["write out", "make out and issue", "write out"], ["come forth", "come out of", "come forth"], ["make out", "make out and issue", "make out"], ["put out", "prepare and issue for public distribution or sale", "put out"], ["emerge", "come out of", "emerge"], ["release", "prepare and issue for public distribution or sale", "release"], ["cut", "make out and issue", "cut"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["go forth", "come out of", "go forth"], ["supply", "circulate or distribute or equip with", "supply"], ["come out", "come out of", "come out"]]}, {"answer": "itching", "hint": "synonyms for itching", "clues": [["scratch", "scrape or rub as if to relieve itching", "scratch"], ["itch", "have a strong desire or urge to do something", "itch"], ["rub", "scrape or rub as if to relieve itching", "rub"], ["spoil", "have a strong desire or urge to do something", "spoil"]]}, {"answer": "jab", "hint": "synonyms for jab", "clues": [["dig", "poke or thrust abruptly", "dig"], ["stab", "poke or thrust abruptly", "stab"], ["poke", "poke or thrust abruptly", "poke"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "jabber", "hint": "synonyms for jabber", "clues": [["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"]]}, {"answer": "jabbering", "hint": "synonyms for jabbering", "clues": [["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"]]}, {"answer": "jabbing", "hint": "synonyms for jabbing", "clues": [["dig", "poke or thrust abruptly", "dig"], ["stab", "poke or thrust abruptly", "stab"], ["jab", "strike or punch with quick and short blows", "jab"], ["poke", "poke or thrust abruptly", "poke"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "jail", "hint": "synonyms for jail", "clues": [["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "jam", "hint": "synonyms for jam", "clues": [["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["block", "block passage through", "block"], ["ram", "crowd or pack to capacity", "ram"], ["pile", "press tightly together or cram", "pile"], ["jampack", "crowd or pack to capacity", "jampack"], ["obstruct", "block passage through", "obstruct"], ["wad", "crowd or pack to capacity", "wad"], ["pack", "press tightly together or cram", "pack"], ["throng", "press tightly together or cram", "throng"], ["chock up", "crowd or pack to capacity", "chock up"], ["occlude", "block passage through", "occlude"], ["mob", "press tightly together or cram", "mob"], ["crush", "crush or bruise", "crush"]]}, {"answer": "james", "hint": "synonyms for james", "clues": [["obturate", "block passage through", "obturate"], ["jam", "interfere with or prevent the reception of signals", "jam"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["ram", "crowd or pack to capacity", "ram"], ["pile", "press tightly together or cram", "pile"], ["obstruct", "block passage through", "obstruct"], ["wad", "crowd or pack to capacity", "wad"], ["mob", "press tightly together or cram", "mob"], ["crush", "crush or bruise", "crush"], ["block", "block passage through", "block"], ["jampack", "crowd or pack to capacity", "jampack"], ["pack", "press tightly together or cram", "pack"], ["throng", "press tightly together or cram", "throng"], ["chock up", "crowd or pack to capacity", "chock up"], ["occlude", "block passage through", "occlude"]]}, {"answer": "jamming", "hint": "synonyms for jamming", "clues": [["obturate", "block passage through", "obturate"], ["jam", "interfere with or prevent the reception of signals", "jam"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["ram", "crowd or pack to capacity", "ram"], ["pile", "press tightly together or cram", "pile"], ["obstruct", "block passage through", "obstruct"], ["wad", "crowd or pack to capacity", "wad"], ["mob", "press tightly together or cram", "mob"], ["crush", "crush or bruise", "crush"], ["block", "block passage through", "block"], ["jampack", "crowd or pack to capacity", "jampack"], ["pack", "press tightly together or cram", "pack"], ["throng", "press tightly together or cram", "throng"], ["chock up", "crowd or pack to capacity", "chock up"], ["occlude", "block passage through", "occlude"]]}, {"answer": "jar", "hint": "synonyms for jar", "clues": [["jolt", "move or cause to move with a sudden jerky motion", "jolt"], ["collide", "be incompatible; be or come into conflict", "collide"], ["bump around", "shock physically", "bump around"], ["clash", "be incompatible; be or come into conflict", "clash"], ["shake up", "shock physically", "shake up"]]}, {"answer": "jaw", "hint": "synonyms for jaw", "clues": [["dress down", "censure severely or angrily", "dress down"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["masticate", "chew (food); to bite and grind with the teeth", "masticate"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["chew up", "censure severely or angrily", "chew up"], ["natter", "talk socially without exchanging too much information", "natter"], ["reprimand", "censure severely or angrily", "reprimand"], ["confab", "talk socially without exchanging too much information", "confab"], ["yap away", "talk incessantly and tiresomely", "yap away"], ["lambast", "censure severely or angrily", "lambast"], ["rebuke", "censure severely or angrily", "rebuke"], ["manducate", "chew (food); to bite and grind with the teeth", "manducate"], ["rattle on", "talk incessantly and tiresomely", "rattle on"], ["yack", "talk incessantly and tiresomely", "yack"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["lecture", "censure severely or angrily", "lecture"], ["visit", "talk socially without exchanging too much information", "visit"], ["rag", "censure severely or angrily", "rag"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["scold", "censure severely or angrily", "scold"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["bawl out", "censure severely or angrily", "bawl out"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["claver", "talk socially without exchanging too much information", "claver"], ["yack away", "talk incessantly and tiresomely", "yack away"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"], ["chew", "chew (food); to bite and grind with the teeth", "chew"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "jazz", "hint": "synonyms for jazz", "clues": [["hump", "have sexual intercourse with", "hump"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "jeer", "hint": "synonyms for jeer", "clues": [["barrack", "laugh at with contempt and derision", "barrack"], ["flout", "laugh at with contempt and derision", "flout"], ["scoff", "laugh at with contempt and derision", "scoff"], ["gibe", "laugh at with contempt and derision", "gibe"]]}, {"answer": "jerk", "hint": "synonyms for jerk", "clues": [["flick", "throw or toss with a quick motion", "flick"], ["yank", "pull, or move with a sudden movement", "yank"], ["hitch", "jump vertically, with legs stiff and back arched", "hitch"], ["twitch", "make an uncontrolled, short, jerky motion", "twitch"], ["buck", "jump vertically, with legs stiff and back arched", "buck"]]}, {"answer": "jib", "hint": "synonyms for jib", "clues": [["resist", "refuse to comply", "resist"], ["change course", "shift from one side of the ship to the other", "change course"], ["jibe", "shift from one side of the ship to the other", "jibe"], ["gybe", "shift from one side of the ship to the other", "gybe"], ["balk", "refuse to comply", "balk"]]}, {"answer": "jibe", "hint": "synonyms for jibe", "clues": [["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["change course", "shift from one side of the ship to the other", "change course"], ["jib", "shift from one side of the ship to the other", "jib"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["gybe", "shift from one side of the ship to the other", "gybe"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "jimmies", "hint": "synonyms for jimmies", "clues": [["prise", "to move or force, especially in an effort to get something open; :", "prise"], ["lever", "to move or force, especially in an effort to get something open; :", "lever"], ["pry", "to move or force, especially in an effort to get something open; :", "pry"], ["prize", "to move or force, especially in an effort to get something open; :", "prize"], ["jimmy", "to move or force, especially in an effort to get something open; :", "jimmy"]]}, {"answer": "jimmy", "hint": "synonyms for jimmy", "clues": [["prize", "to move or force, especially in an effort to get something open; :", "prize"], ["prise", "to move or force, especially in an effort to get something open; :", "prise"], ["lever", "to move or force, especially in an effort to get something open; :", "lever"], ["pry", "to move or force, especially in an effort to get something open; :", "pry"]]}, {"answer": "jinx", "hint": "synonyms for jinx", "clues": [["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["bewitch", "cast a spell over someone or something; put a hex on someone or something", "bewitch"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"]]}, {"answer": "jockey", "hint": "synonyms for jockey", "clues": [["chicane", "defeat someone through trickery or deceit", "chicane"], ["screw", "defeat someone through trickery or deceit", "screw"], ["chouse", "defeat someone through trickery or deceit", "chouse"], ["cheat", "defeat someone through trickery or deceit", "cheat"], ["shaft", "defeat someone through trickery or deceit", "shaft"]]}, {"answer": "jog", "hint": "synonyms for jog", "clues": [["ramble on", "continue talking or writing in a desultory manner", "ramble on"], ["ramble", "continue talking or writing in a desultory manner", "ramble"], ["square up", "even up the edges of a stack of paper, in printing", "square up"], ["trot", "run at a moderately swift pace", "trot"], ["clip", "run at a moderately swift pace", "clip"], ["even up", "even up the edges of a stack of paper, in printing", "even up"]]}, {"answer": "jogging", "hint": "synonyms for jogging", "clues": [["jog", "give a slight push to", "jog"], ["ramble on", "continue talking or writing in a desultory manner", "ramble on"], ["ramble", "continue talking or writing in a desultory manner", "ramble"], ["trot", "run at a moderately swift pace", "trot"], ["clip", "run at a moderately swift pace", "clip"], ["square up", "even up the edges of a stack of paper, in printing", "square up"], ["even up", "even up the edges of a stack of paper, in printing", "even up"]]}, {"answer": "join", "hint": "synonyms for join", "clues": [["conjoin", "make contact or come together", "conjoin"], ["fall in", "become part of; become a member of a group or organization", "fall in"], ["link", "be or become joined or united or linked", "link"], ["link up", "be or become joined or united or linked", "link up"], ["unite", "be or become joined or united or linked", "unite"], ["bring together", "cause to become joined or linked", "bring together"], ["connect", "be or become joined or united or linked", "connect"], ["get together", "become part of; become a member of a group or organization", "get together"]]}, {"answer": "joining", "hint": "synonyms for joining", "clues": [["connect", "be or become joined or united or linked", "connect"], ["conjoin", "make contact or come together", "conjoin"], ["join", "come into the company of", "join"], ["fall in", "become part of; become a member of a group or organization", "fall in"], ["link up", "be or become joined or united or linked", "link up"], ["unite", "be or become joined or united or linked", "unite"], ["bring together", "cause to become joined or linked", "bring together"], ["link", "be or become joined or united or linked", "link"], ["get together", "become part of; become a member of a group or organization", "get together"]]}, {"answer": "judge", "hint": "synonyms for judge", "clues": [["pronounce", "pronounce judgment on", "pronounce"], ["guess", "judge tentatively or form an estimate of (quantities or time)", "guess"], ["try", "put on trial or hear a case and sit as the judge at the trial of", "try"], ["label", "pronounce judgment on", "label"], ["estimate", "judge tentatively or form an estimate of (quantities or time)", "estimate"], ["pass judgment", "form a critical opinion of", "pass judgment"], ["gauge", "judge tentatively or form an estimate of (quantities or time)", "gauge"], ["approximate", "judge tentatively or form an estimate of (quantities or time)", "approximate"], ["evaluate", "form a critical opinion of", "evaluate"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of", "adjudicate"]]}, {"answer": "judges", "hint": "synonyms for judges", "clues": [["judge", "form a critical opinion of", "judge"], ["guess", "judge tentatively or form an estimate of (quantities or time)", "guess"], ["pronounce", "pronounce judgment on", "pronounce"], ["try", "put on trial or hear a case and sit as the judge at the trial of", "try"], ["estimate", "judge tentatively or form an estimate of (quantities or time)", "estimate"], ["label", "pronounce judgment on", "label"], ["pass judgment", "form a critical opinion of", "pass judgment"], ["gauge", "judge tentatively or form an estimate of (quantities or time)", "gauge"], ["approximate", "judge tentatively or form an estimate of (quantities or time)", "approximate"], ["evaluate", "form a critical opinion of", "evaluate"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of", "adjudicate"]]}, {"answer": "judging", "hint": "synonyms for judging", "clues": [["judge", "form a critical opinion of", "judge"], ["guess", "judge tentatively or form an estimate of (quantities or time)", "guess"], ["pronounce", "pronounce judgment on", "pronounce"], ["try", "put on trial or hear a case and sit as the judge at the trial of", "try"], ["estimate", "judge tentatively or form an estimate of (quantities or time)", "estimate"], ["label", "pronounce judgment on", "label"], ["pass judgment", "form a critical opinion of", "pass judgment"], ["gauge", "judge tentatively or form an estimate of (quantities or time)", "gauge"], ["approximate", "judge tentatively or form an estimate of (quantities or time)", "approximate"], ["evaluate", "form a critical opinion of", "evaluate"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of", "adjudicate"]]}, {"answer": "jug", "hint": "synonyms for jug", "clues": [["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "jumble", "hint": "synonyms for jumble", "clues": [["mix up", "assemble without order or sense", "mix up"], ["confuse", "assemble without order or sense", "confuse"], ["throw together", "bring into random order", "throw together"], ["mingle", "be all mixed up or jumbled together", "mingle"], ["scramble", "bring into random order", "scramble"]]}, {"answer": "jump", "hint": "synonyms for jump", "clues": [["leap", "move forward by leaps and bounds", "leap"], ["jump off", "jump down from an elevated point", "jump off"], ["stick out", "be highly noticeable", "stick out"], ["rise", "rise in rank or status", "rise"], ["start", "move or jump suddenly, as if in surprise or alarm", "start"], ["alternate", "go back and forth; swing back and forth between two states or conditions", "alternate"], ["startle", "move or jump suddenly, as if in surprise or alarm", "startle"], ["jump-start", "start (a car engine whose battery is dead) by connecting it to another car's battery", "jump-start"], ["climb up", "rise in rank or status", "climb up"], ["skip", "bypass", "skip"], ["bound", "move forward by leaps and bounds", "bound"], ["stand out", "be highly noticeable", "stand out"], ["derail", "run off or leave the rails", "derail"], ["jump out", "be highly noticeable", "jump out"], ["chute", "jump from an airplane and descend with a parachute", "chute"], ["skip over", "bypass", "skip over"], ["pass over", "bypass", "pass over"], ["spring", "move forward by leaps and bounds", "spring"], ["parachute", "jump from an airplane and descend with a parachute", "parachute"], ["leap out", "be highly noticeable", "leap out"]]}, {"answer": "jumping", "hint": "synonyms for jumping", "clues": [["stick out", "be highly noticeable", "stick out"], ["jump", "move or jump suddenly, as if in surprise or alarm", "jump"], ["leap", "cause to jump or leap", "leap"], ["climb up", "rise in rank or status", "climb up"], ["skip", "bypass", "skip"], ["stand out", "be highly noticeable", "stand out"], ["derail", "run off or leave the rails", "derail"], ["jump out", "be highly noticeable", "jump out"], ["chute", "jump from an airplane and descend with a parachute", "chute"], ["jumpstart", "start (a car engine whose battery is dead) by connecting it to another car's battery", "jumpstart"], ["pass over", "bypass", "pass over"], ["skip over", "bypass", "skip over"], ["spring", "move forward by leaps and bounds", "spring"], ["parachute", "jump from an airplane and descend with a parachute", "parachute"], ["start", "move or jump suddenly, as if in surprise or alarm", "start"], ["jump off", "jump down from an elevated point", "jump off"], ["rise", "rise in rank or status", "rise"], ["alternate", "go back and forth; swing back and forth between two states or conditions", "alternate"], ["startle", "move or jump suddenly, as if in surprise or alarm", "startle"], ["bound", "move forward by leaps and bounds", "bound"], ["leap out", "be highly noticeable", "leap out"]]}, {"answer": "junketing", "hint": "synonyms for junketing", "clues": [["junket", "partake in a feast or banquet", "junket"], ["feast", "partake in a feast or banquet", "feast"], ["banquet", "provide a feast or banquet for", "banquet"], ["junketeer", "go on a pleasure trip", "junketeer"]]}, {"answer": "jut", "hint": "synonyms for jut", "clues": [["jut out", "extend out or project in space", "jut out"], ["protrude", "extend out or project in space", "protrude"], ["project", "extend out or project in space", "project"], ["stick out", "extend out or project in space", "stick out"]]}, {"answer": "keel", "hint": "synonyms for keel", "clues": [["lurch", "walk as if unable to control one's movements", "lurch"], ["reel", "walk as if unable to control one's movements", "reel"], ["careen", "walk as if unable to control one's movements", "careen"], ["stagger", "walk as if unable to control one's movements", "stagger"], ["swag", "walk as if unable to control one's movements", "swag"]]}, {"answer": "keep", "hint": "synonyms for keep", "clues": [["hold", "keep in a certain state, position, or activity; e.g.,", "hold"], ["maintain", "keep in a certain state, position, or activity; e.g.,", "maintain"], ["hold back", "keep under control; keep in check", "hold back"], ["stay fresh", "fail to spoil or rot", "stay fresh"], ["keep back", "keep under control; keep in check", "keep back"], ["proceed", "continue a certain state, condition, or activity", "proceed"], ["go on", "continue a certain state, condition, or activity", "go on"], ["continue", "allow to remain in a place or position or maintain a property or feature", "continue"], ["celebrate", "behave as expected during of holidays or rites", "celebrate"], ["sustain", "supply with necessities and support", "sustain"], ["prevent", "stop (someone or something) from doing something or being in a certain state", "prevent"], ["observe", "conform one's action or practice to", "observe"], ["retain", "allow to remain in a place or position or maintain a property or feature", "retain"], ["keep open", "retain rights to", "keep open"], ["hold open", "retain rights to", "hold open"], ["preserve", "maintain in safety from injury, harm, or danger", "preserve"], ["go along", "continue a certain state, condition, or activity", "go along"], ["save", "retain rights to", "save"]]}, {"answer": "keeping", "hint": "synonyms for keeping", "clues": [["hold", "keep in a certain state, position, or activity; e.g.,", "hold"], ["keep", "prevent (food) from rotting", "keep"], ["maintain", "keep in a certain state, position, or activity; e.g.,", "maintain"], ["stay fresh", "fail to spoil or rot", "stay fresh"], ["celebrate", "behave as expected during of holidays or rites", "celebrate"], ["continue", "continue a certain state, condition, or activity", "continue"], ["observe", "conform one's action or practice to", "observe"], ["retain", "allow to remain in a place or position or maintain a property or feature", "retain"], ["keep open", "retain rights to", "keep open"], ["hold open", "retain rights to", "hold open"], ["save", "retain rights to", "save"], ["preserve", "maintain in safety from injury, harm, or danger", "preserve"], ["hold back", "keep under control; keep in check", "hold back"], ["keep back", "keep under control; keep in check", "keep back"], ["proceed", "continue a certain state, condition, or activity", "proceed"], ["go on", "continue a certain state, condition, or activity", "go on"], ["sustain", "supply with necessities and support", "sustain"], ["prevent", "stop (someone or something) from doing something or being in a certain state", "prevent"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "kick", "hint": "synonyms for kick", "clues": [["kick back", "spring back, as from a forceful thrust", "kick back"], ["plain", "express complaints, discontent, displeasure, or unhappiness", "plain"], ["give up", "stop consuming", "give up"], ["quetch", "express complaints, discontent, displeasure, or unhappiness", "quetch"], ["complain", "express complaints, discontent, displeasure, or unhappiness", "complain"], ["sound off", "express complaints, discontent, displeasure, or unhappiness", "sound off"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness", "kvetch"], ["recoil", "spring back, as from a forceful thrust", "recoil"]]}, {"answer": "kicking", "hint": "synonyms for kicking", "clues": [["kick", "express complaints, discontent, displeasure, or unhappiness", "kick"], ["kick back", "spring back, as from a forceful thrust", "kick back"], ["sound off", "express complaints, discontent, displeasure, or unhappiness", "sound off"], ["plain", "express complaints, discontent, displeasure, or unhappiness", "plain"], ["give up", "stop consuming", "give up"], ["quetch", "express complaints, discontent, displeasure, or unhappiness", "quetch"], ["complain", "express complaints, discontent, displeasure, or unhappiness", "complain"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness", "kvetch"], ["recoil", "spring back, as from a forceful thrust", "recoil"]]}, {"answer": "kid", "hint": "synonyms for kid", "clues": [["pull the leg of", "tell false information to for fun", "pull the leg of"], ["josh", "be silly or tease one another", "josh"], ["chaff", "be silly or tease one another", "chaff"], ["banter", "be silly or tease one another", "banter"], ["jolly", "be silly or tease one another", "jolly"]]}, {"answer": "kidnapping", "hint": "synonyms for kidnapping", "clues": [["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom", "abduct"], ["snatch", "take away to an undisclosed location against their will and usually in order to extract a ransom", "snatch"], ["nobble", "take away to an undisclosed location against their will and usually in order to extract a ransom", "nobble"], ["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom", "kidnap"]]}, {"answer": "kill", "hint": "synonyms for kill", "clues": [["defeat", "thwart the passage of", "defeat"], ["belt down", "drink down entirely", "belt down"], ["vote down", "thwart the passage of", "vote down"], ["toss off", "drink down entirely", "toss off"], ["wipe out", "mark for deletion, rub off, or erase", "wipe out"], ["down", "drink down entirely", "down"], ["shoot down", "thwart the passage of", "shoot down"], ["drink down", "drink down entirely", "drink down"], ["obliterate", "mark for deletion, rub off, or erase", "obliterate"], ["stamp out", "end or extinguish by forceful means", "stamp out"], ["pop", "drink down entirely", "pop"], ["vote out", "thwart the passage of", "vote out"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "kindling", "hint": "synonyms for kindling", "clues": [["enkindle", "cause to start burning", "enkindle"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["conflagrate", "cause to start burning", "conflagrate"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["inflame", "catch fire", "inflame"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"]]}, {"answer": "kink", "hint": "synonyms for kink", "clues": [["frizzle", "curl tightly", "frizzle"], ["crimp", "curl tightly", "crimp"], ["kink up", "curl tightly", "kink up"], ["curve", "form a curl, curve, or kink", "curve"], ["crape", "curl tightly", "crape"], ["curl", "form a curl, curve, or kink", "curl"], ["frizz", "curl tightly", "frizz"]]}, {"answer": "kip", "hint": "synonyms for kip", "clues": [["sleep", "be asleep", "sleep"], ["slumber", "be asleep", "slumber"], ["log Z's", "be asleep", "log Z's"], ["catch some Z's", "be asleep", "catch some Z's"]]}, {"answer": "kissing", "hint": "synonyms for kissing", "clues": [["snog", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "snog"], ["osculate", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "osculate"], ["kiss", "touch lightly or gently", "kiss"], ["buss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "buss"]]}, {"answer": "knit", "hint": "synonyms for knit", "clues": [["pucker", "to gather something into small wrinkles or folds", "pucker"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["entwine", "tie or link together", "entwine"], ["rumple", "to gather something into small wrinkles or folds", "rumple"]]}, {"answer": "knitting", "hint": "synonyms for knitting", "clues": [["knit", "tie or link together", "knit"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["rumple", "to gather something into small wrinkles or folds", "rumple"], ["entwine", "tie or link together", "entwine"], ["pucker", "to gather something into small wrinkles or folds", "pucker"]]}, {"answer": "knock", "hint": "synonyms for knock", "clues": [["bump", "knock against with force or violence", "bump"], ["strike hard", "deliver a sharp blow or push :", "strike hard"], ["tap", "make light, repeated taps on a surface", "tap"], ["pick apart", "find fault with; express criticism of; point out real or perceived flaws", "pick apart"], ["rap", "make light, repeated taps on a surface", "rap"], ["criticise", "find fault with; express criticism of; point out real or perceived flaws", "criticise"], ["ping", "sound like a car engine that is firing too early", "ping"], ["pink", "make light, repeated taps on a surface", "pink"]]}, {"answer": "knocking", "hint": "synonyms for knocking", "clues": [["bump", "knock against with force or violence", "bump"], ["strike hard", "deliver a sharp blow or push :", "strike hard"], ["knock", "make light, repeated taps on a surface", "knock"], ["tap", "make light, repeated taps on a surface", "tap"], ["pick apart", "find fault with; express criticism of; point out real or perceived flaws", "pick apart"], ["rap", "make light, repeated taps on a surface", "rap"], ["criticise", "find fault with; express criticism of; point out real or perceived flaws", "criticise"], ["ping", "sound like a car engine that is firing too early", "ping"], ["pink", "make light, repeated taps on a surface", "pink"]]}, {"answer": "know", "hint": "synonyms for know", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["experience", "have firsthand knowledge of states, situations, emotions, or sensations", "experience"], ["recognise", "accept (someone) to be what is claimed or accept his power and authority", "recognise"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["live", "have firsthand knowledge of states, situations, emotions, or sensations", "live"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["make out", "have sexual intercourse with", "make out"], ["cognize", "be cognizant or aware of a fact or a specific piece of information; possess knowledge or information about", "cognize"], ["acknowledge", "accept (someone) to be what is claimed or accept his power and authority", "acknowledge"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "kotow", "hint": "synonyms for kotow", "clues": [["toady", "try to gain favor by cringing or flattering", "toady"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["truckle", "try to gain favor by cringing or flattering", "truckle"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"], ["suck up", "try to gain favor by cringing or flattering", "suck up"], ["kowtow", "try to gain favor by cringing or flattering", "kowtow"]]}, {"answer": "kowtow", "hint": "synonyms for kowtow", "clues": [["truckle", "try to gain favor by cringing or flattering", "truckle"], ["genuflect", "bend the knees and bow in a servile manner", "genuflect"], ["suck up", "try to gain favor by cringing or flattering", "suck up"], ["scrape", "bend the knees and bow in a servile manner", "scrape"], ["toady", "try to gain favor by cringing or flattering", "toady"], ["kotow", "try to gain favor by cringing or flattering", "kotow"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"]]}, {"answer": "kvetch", "hint": "synonyms for kvetch", "clues": [["kick", "express complaints, discontent, displeasure, or unhappiness", "kick"], ["quetch", "express complaints, discontent, displeasure, or unhappiness", "quetch"], ["complain", "express complaints, discontent, displeasure, or unhappiness", "complain"], ["sound off", "express complaints, discontent, displeasure, or unhappiness", "sound off"], ["plain", "express complaints, discontent, displeasure, or unhappiness", "plain"]]}, {"answer": "label", "hint": "synonyms for label", "clues": [["pronounce", "pronounce judgment on", "pronounce"], ["mark", "attach a tag or label to", "mark"], ["tag", "attach a tag or label to", "tag"], ["judge", "pronounce judgment on", "judge"]]}, {"answer": "labor", "hint": "synonyms for labor", "clues": [["tug", "strive and make an effort to reach a goal", "tug"], ["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["labour", "work hard", "labour"], ["grind", "work hard", "grind"], ["push", "strive and make an effort to reach a goal", "push"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["drive", "strive and make an effort to reach a goal", "drive"]]}, {"answer": "labour", "hint": "synonyms for labour", "clues": [["fag", "work hard", "fag"], ["tug", "strive and make an effort to reach a goal", "tug"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["push", "strive and make an effort to reach a goal", "push"], ["dig", "work hard", "dig"], ["labor", "strive and make an effort to reach a goal", "labor"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["moil", "work hard", "moil"], ["drive", "strive and make an effort to reach a goal", "drive"]]}, {"answer": "lace", "hint": "synonyms for lace", "clues": [["braid", "make by braiding or interlacing", "braid"], ["enlace", "spin,wind, or twist together", "enlace"], ["fortify", "add alcohol to (beverages)", "fortify"], ["entwine", "spin,wind, or twist together", "entwine"], ["spike", "add alcohol to (beverages)", "spike"], ["lace up", "draw through eyes or holes", "lace up"], ["twine", "spin,wind, or twist together", "twine"], ["plait", "make by braiding or interlacing", "plait"], ["intertwine", "spin,wind, or twist together", "intertwine"], ["interlace", "spin,wind, or twist together", "interlace"]]}, {"answer": "lacing", "hint": "synonyms for lacing", "clues": [["braid", "make by braiding or interlacing", "braid"], ["enlace", "spin,wind, or twist together", "enlace"], ["fortify", "add alcohol to (beverages)", "fortify"], ["lace", "make by braiding or interlacing", "lace"], ["entwine", "spin,wind, or twist together", "entwine"], ["spike", "add alcohol to (beverages)", "spike"], ["lace up", "draw through eyes or holes", "lace up"], ["twine", "spin,wind, or twist together", "twine"], ["plait", "make by braiding or interlacing", "plait"], ["intertwine", "spin,wind, or twist together", "intertwine"], ["interlace", "spin,wind, or twist together", "interlace"]]}, {"answer": "lactate", "hint": "synonyms for lactate", "clues": [["wet-nurse", "give suck to", "wet-nurse"], ["nurse", "give suck to", "nurse"], ["suckle", "give suck to", "suckle"], ["breastfeed", "give suck to", "breastfeed"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"]]}, {"answer": "lag", "hint": "synonyms for lag", "clues": [["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc.", "dawdle"], ["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall back"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall behind"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "lagging", "hint": "synonyms for lagging", "clues": [["lag", "cover with lagging to prevent heat loss", "lag"], ["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc.", "dawdle"], ["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["fall back", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall back"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall behind"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "lam", "hint": "synonyms for lam", "clues": [["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["thrash", "give a thrashing to; beat hard", "thrash"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["flail", "give a thrashing to; beat hard", "flail"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["thresh", "give a thrashing to; beat hard", "thresh"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "lament", "hint": "synonyms for lament", "clues": [["bewail", "regret strongly", "bewail"], ["bemoan", "regret strongly", "bemoan"], ["deplore", "regret strongly", "deplore"], ["keen", "express grief verbally", "keen"]]}, {"answer": "land", "hint": "synonyms for land", "clues": [["shoot down", "shoot at and force to come down", "shoot down"], ["set down", "reach or come to rest", "set down"], ["bring down", "cause to come to the ground", "bring down"], ["shore", "arrive on shore", "shore"], ["set ashore", "arrive on shore", "set ashore"], ["down", "shoot at and force to come down", "down"], ["bring", "bring into a different state", "bring"], ["put down", "cause to come to the ground", "put down"]]}, {"answer": "landing", "hint": "synonyms for landing", "clues": [["shoot down", "shoot at and force to come down", "shoot down"], ["set down", "reach or come to rest", "set down"], ["land", "bring into a different state", "land"], ["down", "shoot at and force to come down", "down"], ["set ashore", "arrive on shore", "set ashore"], ["bring down", "cause to come to the ground", "bring down"], ["shore", "arrive on shore", "shore"], ["bring", "bring into a different state", "bring"], ["put down", "cause to come to the ground", "put down"]]}, {"answer": "lap", "hint": "synonyms for lap", "clues": [["wash", "wash or flow against", "wash"], ["swish", "move with or cause to move with a whistling or hissing sound", "swish"], ["lap up", "take up with the tongue", "lap up"], ["swosh", "move with or cause to move with a whistling or hissing sound", "swosh"], ["lick", "take up with the tongue", "lick"], ["lave", "wash or flow against", "lave"]]}, {"answer": "lapping", "hint": "synonyms for lapping", "clues": [["lap", "lie partly over or alongside of something or of one another", "lap"], ["swosh", "move with or cause to move with a whistling or hissing sound", "swosh"], ["lick", "pass the tongue over", "lick"], ["wash", "wash or flow against", "wash"], ["swish", "move with or cause to move with a whistling or hissing sound", "swish"], ["lap up", "take up with the tongue", "lap up"], ["lave", "wash or flow against", "lave"]]}, {"answer": "lapse", "hint": "synonyms for lapse", "clues": [["elapse", "pass by", "elapse"], ["retrogress", "go back to bad behavior", "retrogress"], ["recidivate", "go back to bad behavior", "recidivate"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["fall back", "go back to bad behavior", "fall back"], ["pass", "pass into a specified state or condition", "pass"], ["slip by", "pass by", "slip by"], ["go along", "pass by", "go along"], ["glide by", "pass by", "glide by"], ["regress", "go back to bad behavior", "regress"], ["backslide", "drop to a lower level, as in one's morals or standards", "backslide"], ["sink", "pass into a specified state or condition", "sink"]]}, {"answer": "lapsing", "hint": "synonyms for lapsing", "clues": [["lapse", "go back to bad behavior", "lapse"], ["pass", "pass into a specified state or condition", "pass"], ["relapse", "go back to bad behavior", "relapse"], ["slip by", "pass by", "slip by"], ["regress", "go back to bad behavior", "regress"], ["slide by", "pass by", "slide by"], ["retrogress", "go back to bad behavior", "retrogress"], ["recidivate", "go back to bad behavior", "recidivate"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["fall back", "go back to bad behavior", "fall back"], ["go along", "pass by", "go along"], ["backslide", "drop to a lower level, as in one's morals or standards", "backslide"], ["sink", "pass into a specified state or condition", "sink"]]}, {"answer": "lard", "hint": "synonyms for lard", "clues": [["aggrandize", "add details to", "aggrandize"], ["embellish", "add details to", "embellish"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["pad", "add details to", "pad"], ["blow up", "add details to", "blow up"]]}, {"answer": "lark", "hint": "synonyms for lark", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"]]}, {"answer": "lash", "hint": "synonyms for lash", "clues": [["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["slash", "beat severely with a whip or rod", "slash"], ["whip", "strike as if by whipping", "whip"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "lashings", "hint": "synonyms for lashings", "clues": [["lash", "lash or flick about sharply", "lash"], ["whip", "strike as if by whipping", "whip"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "lather", "hint": "synonyms for lather", "clues": [["flog", "beat severely with a whip or rod", "flog"], ["trounce", "beat severely with a whip or rod", "trounce"], ["lash", "beat severely with a whip or rod", "lash"], ["soap", "rub soap all over, usually with the purpose of cleaning", "soap"], ["whip", "beat severely with a whip or rod", "whip"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "launch", "hint": "synonyms for launch", "clues": [["set up", "set up or found", "set up"], ["set in motion", "get going; give impetus to", "set in motion"], ["found", "set up or found", "found"], ["establish", "set up or found", "establish"], ["plunge", "begin with vigor", "plunge"]]}, {"answer": "launching", "hint": "synonyms for launching", "clues": [["launch", "smoothen the surface of", "launch"], ["set in motion", "get going; give impetus to", "set in motion"], ["plunge", "begin with vigor", "plunge"], ["set up", "set up or found", "set up"], ["found", "set up or found", "found"], ["establish", "set up or found", "establish"]]}, {"answer": "laying", "hint": "synonyms for laying", "clues": [["pose", "put into a certain place or abstract location", "pose"], ["lay", "put into a certain place or abstract location", "lay"], ["place", "put into a certain place or abstract location", "place"], ["position", "put into a certain place or abstract location", "position"], ["put", "put into a certain place or abstract location", "put"], ["set", "put into a certain place or abstract location", "set"], ["put down", "put in a horizontal position", "put down"], ["repose", "put in a horizontal position", "repose"]]}, {"answer": "lead", "hint": "synonyms for lead", "clues": [["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["go", "lead, extend, or afford access", "go"], ["take", "take somebody somewhere", "take"], ["conduce", "be conducive to", "conduce"], ["run", "cause something to pass or lead somewhere", "run"], ["head", "travel in front of; go in advance of others", "head"], ["direct", "lead, as in the performance of a composition", "direct"], ["top", "be ahead of others; be the first", "top"], ["contribute", "be conducive to", "contribute"], ["moderate", "preside over", "moderate"], ["leave", "have as a result or residue", "leave"], ["result", "have as a result or residue", "result"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["chair", "preside over", "chair"], ["precede", "move ahead (of others) in time or space", "precede"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "leaf", "hint": "synonyms for leaf", "clues": [["thumb", "look through a book or other written material", "thumb"], ["flip", "look through a book or other written material", "flip"], ["riffle", "look through a book or other written material", "riffle"], ["flick", "look through a book or other written material", "flick"], ["riff", "look through a book or other written material", "riff"]]}, {"answer": "leafing", "hint": "synonyms for leafing", "clues": [["thumb", "look through a book or other written material", "thumb"], ["flip", "look through a book or other written material", "flip"], ["riffle", "look through a book or other written material", "riffle"], ["leaf", "turn over pages", "leaf"], ["flick", "look through a book or other written material", "flick"], ["riff", "look through a book or other written material", "riff"]]}, {"answer": "leap", "hint": "synonyms for leap", "clues": [["jump off", "jump down from an elevated point", "jump off"], ["spring", "move forward by leaps and bounds", "spring"], ["bound", "move forward by leaps and bounds", "bound"], ["jump", "pass abruptly from one state or topic to another", "jump"]]}, {"answer": "leaping", "hint": "synonyms for leaping", "clues": [["leap", "move forward by leaps and bounds", "leap"], ["jump off", "jump down from an elevated point", "jump off"], ["bound", "move forward by leaps and bounds", "bound"], ["jump", "jump down from an elevated point", "jump"], ["spring", "move forward by leaps and bounds", "spring"]]}, {"answer": "learning", "hint": "synonyms for learning", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["memorise", "commit to memory; learn by heart", "memorise"], ["teach", "impart skills or knowledge to", "teach"], ["take", "be a student of a certain subject", "take"], ["acquire", "gain knowledge or skills", "acquire"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "ascertain"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "be a student of a certain subject", "learn"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["instruct", "impart skills or knowledge to", "instruct"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["con", "commit to memory; learn by heart", "con"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["study", "be a student of a certain subject", "study"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["read", "be a student of a certain subject", "read"]]}, {"answer": "lease", "hint": "synonyms for lease", "clues": [["rent", "engage for service under a term of contract", "rent"], ["let", "grant use or occupation of under a term of contract", "let"], ["hire", "engage for service under a term of contract", "hire"], ["take", "engage for service under a term of contract", "take"], ["charter", "engage for service under a term of contract", "charter"], ["engage", "engage for service under a term of contract", "engage"]]}, {"answer": "leave", "hint": "synonyms for leave", "clues": [["go out", "move out of or depart from", "go out"], ["exit", "move out of or depart from", "exit"], ["pass on", "transmit (knowledge or skills)", "pass on"], ["leave behind", "leave unchanged or undisturbed or refrain from taking", "leave behind"], ["go forth", "go away from a place", "go forth"], ["entrust", "put into the care or protection of someone", "entrust"], ["depart", "remove oneself from an association with or participation in", "depart"], ["leave alone", "leave unchanged or undisturbed or refrain from taking", "leave alone"], ["will", "leave or give by will after one's death", "will"], ["impart", "transmit (knowledge or skills)", "impart"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow"], ["pull up stakes", "remove oneself from an association with or participation in", "pull up stakes"], ["go away", "go away from a place", "go away"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow for"], ["result", "have as a result or residue", "result"], ["lead", "have as a result or residue", "lead"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "provide"], ["give", "transmit (knowledge or skills)", "give"], ["forget", "leave behind unintentionally", "forget"], ["get out", "move out of or depart from", "get out"], ["bequeath", "leave or give by will after one's death", "bequeath"]]}, {"answer": "leaving", "hint": "synonyms for leaving", "clues": [["leave", "have left or have as a remainder", "leave"], ["go out", "move out of or depart from", "go out"], ["exit", "move out of or depart from", "exit"], ["pass on", "transmit (knowledge or skills)", "pass on"], ["leave behind", "leave unchanged or undisturbed or refrain from taking", "leave behind"], ["go forth", "go away from a place", "go forth"], ["entrust", "put into the care or protection of someone", "entrust"], ["depart", "remove oneself from an association with or participation in", "depart"], ["leave alone", "leave unchanged or undisturbed or refrain from taking", "leave alone"], ["will", "leave or give by will after one's death", "will"], ["impart", "transmit (knowledge or skills)", "impart"], ["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow"], ["go away", "go away from a place", "go away"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow for"], ["result", "have as a result or residue", "result"], ["pull up stakes", "remove oneself from an association with or participation in", "pull up stakes"], ["lead", "have as a result or residue", "lead"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "provide"], ["give", "transmit (knowledge or skills)", "give"], ["forget", "leave behind unintentionally", "forget"], ["get out", "move out of or depart from", "get out"], ["bequeath", "leave or give by will after one's death", "bequeath"]]}, {"answer": "lecture", "hint": "synonyms for lecture", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["talk", "deliver a lecture or talk", "talk"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "lecturing", "hint": "synonyms for lecturing", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["talk", "deliver a lecture or talk", "talk"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "led", "hint": "synonyms for led", "clues": [["lead", "lead, as in the performance of a composition", "lead"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["go", "lead, extend, or afford access", "go"], ["take", "take somebody somewhere", "take"], ["conduce", "be conducive to", "conduce"], ["run", "cause something to pass or lead somewhere", "run"], ["head", "travel in front of; go in advance of others", "head"], ["direct", "lead, as in the performance of a composition", "direct"], ["top", "be ahead of others; be the first", "top"], ["contribute", "be conducive to", "contribute"], ["moderate", "preside over", "moderate"], ["leave", "have as a result or residue", "leave"], ["result", "have as a result or residue", "result"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["chair", "preside over", "chair"], ["precede", "move ahead (of others) in time or space", "precede"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "lending", "hint": "synonyms for lending", "clues": [["impart", "bestow a quality on", "impart"], ["lend", "bestow a quality on", "lend"], ["add", "bestow a quality on", "add"], ["loan", "give temporarily; let have for a limited time", "loan"], ["contribute", "bestow a quality on", "contribute"], ["bring", "bestow a quality on", "bring"], ["bestow", "bestow a quality on", "bestow"]]}, {"answer": "lent", "hint": "synonyms for lent", "clues": [["impart", "bestow a quality on", "impart"], ["lend", "bestow a quality on", "lend"], ["add", "bestow a quality on", "add"], ["loan", "give temporarily; let have for a limited time", "loan"], ["contribute", "bestow a quality on", "contribute"], ["bring", "bestow a quality on", "bring"], ["bestow", "bestow a quality on", "bestow"]]}, {"answer": "lessening", "hint": "synonyms for lessening", "clues": [["lessen", "decrease in size, extent, or range", "lessen"], ["subside", "wear off or die down", "subside"], ["decrease", "make smaller", "decrease"], ["minify", "make smaller", "minify"], ["diminish", "decrease in size, extent, or range", "diminish"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "let", "hint": "synonyms for let", "clues": [["countenance", "consent to, give permission", "countenance"], ["have", "cause to move; cause to be in a certain position or condition", "have"], ["permit", "consent to, give permission", "permit"], ["lease", "grant use or occupation of under a term of contract", "lease"], ["allow", "consent to, give permission", "allow"], ["rent", "grant use or occupation of under a term of contract", "rent"], ["get", "cause to move; cause to be in a certain position or condition", "get"]]}, {"answer": "letting", "hint": "synonyms for letting", "clues": [["countenance", "consent to, give permission", "countenance"], ["have", "cause to move; cause to be in a certain position or condition", "have"], ["let", "grant use or occupation of under a term of contract", "let"], ["permit", "consent to, give permission", "permit"], ["allow", "consent to, give permission", "allow"], ["lease", "grant use or occupation of under a term of contract", "lease"], ["rent", "grant use or occupation of under a term of contract", "rent"], ["get", "cause to move; cause to be in a certain position or condition", "get"]]}, {"answer": "leveling", "hint": "synonyms for leveling", "clues": [["level", "aim at", "level"], ["raze", "tear down so as to make flat with the ground", "raze"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["charge", "direct into a position for use", "charge"], ["even", "make level or straight", "even"], ["point", "direct into a position for use", "point"], ["even out", "make level or straight", "even out"], ["take down", "tear down so as to make flat with the ground", "take down"], ["rase", "tear down so as to make flat with the ground", "rase"], ["flush", "make level or straight", "flush"], ["pull down", "tear down so as to make flat with the ground", "pull down"], ["level off", "become level or even", "level off"]]}, {"answer": "lever", "hint": "synonyms for lever", "clues": [["prize", "to move or force, especially in an effort to get something open; :", "prize"], ["prise", "to move or force, especially in an effort to get something open; :", "prise"], ["pry", "to move or force, especially in an effort to get something open; :", "pry"], ["jimmy", "to move or force, especially in an effort to get something open; :", "jimmy"]]}, {"answer": "lick", "hint": "synonyms for lick", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["lap", "pass the tongue over", "lap"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["lap up", "take up with the tongue", "lap up"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "licking", "hint": "synonyms for licking", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["lap", "pass the tongue over", "lap"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["lap up", "take up with the tongue", "lap up"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "lie", "hint": "synonyms for lie", "clues": [["lie down", "assume a reclining position", "lie down"], ["consist", "originate (in)", "consist"], ["rest", "have a place in relation to something else", "rest"], ["dwell", "originate (in)", "dwell"], ["lie in", "originate (in)", "lie in"]]}, {"answer": "lied", "hint": "synonyms for lied", "clues": [["lie", "originate (in)", "lie"], ["consist", "originate (in)", "consist"], ["lie down", "assume a reclining position", "lie down"], ["lie in", "originate (in)", "lie in"], ["rest", "have a place in relation to something else", "rest"], ["dwell", "originate (in)", "dwell"]]}, {"answer": "lift", "hint": "synonyms for lift", "clues": [["countermand", "cancel officially", "countermand"], ["reverse", "cancel officially", "reverse"], ["airlift", "fly people or goods to or from places not accessible by other means", "airlift"], ["elevate", "raise in rank or condition", "elevate"], ["uprise", "move upward", "uprise"], ["hook", "make off with belongings of others", "hook"], ["rear", "rise up", "rear"], ["raise", "put an end to", "raise"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["overturn", "cancel officially", "overturn"], ["abstract", "make off with belongings of others", "abstract"], ["arise", "move upward", "arise"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["swipe", "make off with belongings of others", "swipe"], ["face-lift", "perform cosmetic surgery on someone's face", "face-lift"], ["plagiarise", "take without referencing from someone else's writing or speech; of intellectual property", "plagiarise"], ["repeal", "cancel officially", "repeal"], ["go up", "move upward", "go up"], ["come up", "move upward", "come up"], ["rescind", "cancel officially", "rescind"], ["vacate", "cancel officially", "vacate"], ["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["move up", "move upward", "move up"], ["revoke", "cancel officially", "revoke"], ["pinch", "make off with belongings of others", "pinch"], ["rustle", "take illegally", "rustle"], ["hoist", "raise or haul up with or as if with mechanical help", "hoist"], ["get up", "raise from a lower to a higher position", "get up"], ["bring up", "raise from a lower to a higher position", "bring up"], ["annul", "cancel officially", "annul"], ["wind", "raise or haul up with or as if with mechanical help", "wind"]]}, {"answer": "lightening", "hint": "synonyms for lightening", "clues": [["lighten", "reduce the weight on; make lighter", "lighten"], ["lighten up", "make more cheerful", "lighten up"], ["brighten", "make lighter or brighter", "brighten"], ["relieve", "alleviate or remove (pressure or stress) or make less oppressive", "relieve"], ["buoy up", "become more cheerful", "buoy up"]]}, {"answer": "lighting", "hint": "synonyms for lighting", "clues": [["light", "cause to start burning; subject to fire or great heat", "light"], ["illumine", "make lighter or brighter", "illumine"], ["light up", "begin to smoke", "light up"], ["fall", "fall to somebody by assignment or lot", "fall"], ["perch", "to come to rest, settle", "perch"], ["ignite", "cause to start burning; subject to fire or great heat", "ignite"], ["unhorse", "alight from (a horse)", "unhorse"], ["dismount", "alight from (a horse)", "dismount"], ["get off", "alight from (a horse)", "get off"], ["fire up", "begin to smoke", "fire up"], ["get down", "alight from (a horse)", "get down"]]}, {"answer": "limit", "hint": "synonyms for limit", "clues": [["set", "decide upon or fix definitely", "set"], ["bound", "place limits on (extent or access)", "bound"], ["restrict", "place limits on (extent or access)", "restrict"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["specify", "decide upon or fix definitely", "specify"], ["circumscribe", "restrict or confine,", "circumscribe"], ["trammel", "place limits on (extent or access)", "trammel"], ["determine", "decide upon or fix definitely", "determine"], ["define", "decide upon or fix definitely", "define"], ["fix", "decide upon or fix definitely", "fix"]]}, {"answer": "limning", "hint": "synonyms for limning", "clues": [["outline", "trace the shape of", "outline"], ["limn", "trace the shape of", "limn"], ["portray", "make a portrait of", "portray"], ["depict", "make a portrait of", "depict"], ["delineate", "trace the shape of", "delineate"]]}, {"answer": "limping", "hint": "synonyms for limping", "clues": [["hitch", "walk impeded by some physical limitation or injury", "hitch"], ["limp", "proceed slowly or with difficulty", "limp"], ["gimp", "walk impeded by some physical limitation or injury", "gimp"], ["hobble", "walk impeded by some physical limitation or injury", "hobble"]]}, {"answer": "line", "hint": "synonyms for line", "clues": [["draw", "make a mark or lines on a surface", "draw"], ["describe", "make a mark or lines on a surface", "describe"], ["trace", "make a mark or lines on a surface", "trace"], ["run along", "be in line with; form a line along", "run along"], ["delineate", "make a mark or lines on a surface", "delineate"]]}, {"answer": "lingering", "hint": "synonyms for lingering", "clues": [["tarry", "leave slowly and hesitantly", "tarry"], ["hang around", "be about", "hang around"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["linger", "remain present although waning or gradually dying", "linger"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["mess about", "be about", "mess about"], ["mill about", "be about", "mill about"], ["dawdle", "take one's time; proceed slowly", "dawdle"], ["footle", "be about", "footle"], ["lounge", "be about", "lounge"], ["hover", "move to and fro", "hover"]]}, {"answer": "lining", "hint": "synonyms for lining", "clues": [["line", "mark with lines", "line"], ["trace", "make a mark or lines on a surface", "trace"], ["delineate", "make a mark or lines on a surface", "delineate"], ["draw", "make a mark or lines on a surface", "draw"], ["describe", "make a mark or lines on a surface", "describe"], ["run along", "be in line with; form a line along", "run along"]]}, {"answer": "link", "hint": "synonyms for link", "clues": [["associate", "make a logical or causal connection", "associate"], ["tie", "connect, fasten, or put together two or more pieces", "tie"], ["join", "be or become joined or united or linked", "join"], ["colligate", "make a logical or causal connection", "colligate"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["connect", "connect, fasten, or put together two or more pieces", "connect"], ["unite", "be or become joined or united or linked", "unite"], ["tie in", "make a logical or causal connection", "tie in"], ["yoke", "link with or as with a yoke", "yoke"], ["relate", "make a logical or causal connection", "relate"]]}, {"answer": "links", "hint": "synonyms for links", "clues": [["connect", "be or become joined or united or linked", "connect"], ["link", "link with or as with a yoke", "link"], ["associate", "make a logical or causal connection", "associate"], ["tie", "connect, fasten, or put together two or more pieces", "tie"], ["join", "be or become joined or united or linked", "join"], ["colligate", "make a logical or causal connection", "colligate"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["unite", "be or become joined or united or linked", "unite"], ["tie in", "make a logical or causal connection", "tie in"], ["yoke", "link with or as with a yoke", "yoke"], ["relate", "make a logical or causal connection", "relate"]]}, {"answer": "list", "hint": "synonyms for list", "clues": [["heel", "tilt to one side", "heel"], ["lean", "cause to lean to the side", "lean"], ["number", "enumerate", "number"], ["name", "give or make a list of; name individually; give the names of", "name"]]}, {"answer": "listening", "hint": "synonyms for listening", "clues": [["listen", "pay close attention to; give heed to", "listen"], ["take heed", "listen and pay attention", "take heed"], ["mind", "pay close attention to; give heed to", "mind"], ["hear", "listen and pay attention", "hear"], ["heed", "pay close attention to; give heed to", "heed"]]}, {"answer": "listing", "hint": "synonyms for listing", "clues": [["lean", "cause to lean to the side", "lean"], ["list", "tilt to one side", "list"], ["number", "enumerate", "number"], ["heel", "tilt to one side", "heel"], ["name", "give or make a list of; name individually; give the names of", "name"]]}, {"answer": "liveness", "hint": "synonyms for liveness", "clues": [["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["animate", "make lively", "animate"], ["enliven", "make lively", "enliven"], ["liven up", "make lively", "liven up"]]}, {"answer": "load", "hint": "synonyms for load", "clues": [["lade", "fill or place a load on", "lade"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["load up", "fill or place a load on", "load up"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["charge", "provide (a device) with something necessary", "charge"]]}, {"answer": "loading", "hint": "synonyms for loading", "clues": [["lade", "fill or place a load on", "lade"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["load up", "fill or place a load on", "load up"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["charge", "provide (a device) with something necessary", "charge"]]}, {"answer": "loads", "hint": "synonyms for loads", "clues": [["lade", "fill or place a load on", "lade"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["load up", "fill or place a load on", "load up"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["charge", "provide (a device) with something necessary", "charge"]]}, {"answer": "loaf", "hint": "synonyms for loaf", "clues": [["hang around", "be about", "hang around"], ["fuck off", "be lazy or idle", "fuck off"], ["loiter", "be about", "loiter"], ["bum around", "be lazy or idle", "bum around"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["tarry", "be about", "tarry"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["lurk", "be about", "lurk"], ["mess about", "be about", "mess about"], ["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["frig around", "be lazy or idle", "frig around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["footle", "be about", "footle"], ["lounge", "be about", "lounge"], ["arse around", "be lazy or idle", "arse around"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "loafing", "hint": "synonyms for loafing", "clues": [["hang around", "be about", "hang around"], ["fuck off", "be lazy or idle", "fuck off"], ["loaf", "be lazy or idle", "loaf"], ["loiter", "be about", "loiter"], ["bum around", "be lazy or idle", "bum around"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["tarry", "be about", "tarry"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["lurk", "be about", "lurk"], ["mess about", "be about", "mess about"], ["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["frig around", "be lazy or idle", "frig around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["footle", "be about", "footle"], ["lounge", "be about", "lounge"], ["arse around", "be lazy or idle", "arse around"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "loathing", "hint": "synonyms for loathing", "clues": [["abhor", "find repugnant", "abhor"], ["execrate", "find repugnant", "execrate"], ["abominate", "find repugnant", "abominate"], ["loathe", "find repugnant", "loathe"]]}, {"answer": "locating", "hint": "synonyms for locating", "clues": [["settle", "take up residence and become established", "settle"], ["turn up", "discover the location of; determine the place of; find by searching or examining", "turn up"], ["locate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey", "locate"], ["site", "assign a location to", "site"], ["situate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey", "situate"], ["place", "assign a location to", "place"]]}, {"answer": "lock", "hint": "synonyms for lock", "clues": [["lock in", "place in a place where something cannot be removed or someone cannot escape", "lock in"], ["interlock", "become engaged or intermeshed with one another", "interlock"], ["operate", "keep engaged", "operate"], ["engage", "keep engaged", "engage"], ["shut away", "place in a place where something cannot be removed or someone cannot escape", "shut away"], ["put away", "place in a place where something cannot be removed or someone cannot escape", "put away"], ["lock away", "place in a place where something cannot be removed or someone cannot escape", "lock away"], ["shut up", "place in a place where something cannot be removed or someone cannot escape", "shut up"], ["mesh", "keep engaged", "mesh"], ["lock up", "place in a place where something cannot be removed or someone cannot escape", "lock up"], ["interlace", "hold in a locking position", "interlace"]]}, {"answer": "locking", "hint": "synonyms for locking", "clues": [["interlock", "become engaged or intermeshed with one another", "interlock"], ["operate", "keep engaged", "operate"], ["engage", "keep engaged", "engage"], ["shut away", "place in a place where something cannot be removed or someone cannot escape", "shut away"], ["lock", "become rigid or immoveable", "lock"], ["interlace", "hold in a locking position", "interlace"], ["lock in", "place in a place where something cannot be removed or someone cannot escape", "lock in"], ["put away", "place in a place where something cannot be removed or someone cannot escape", "put away"], ["lock away", "place in a place where something cannot be removed or someone cannot escape", "lock away"], ["shut up", "place in a place where something cannot be removed or someone cannot escape", "shut up"], ["mesh", "keep engaged", "mesh"], ["lock up", "place in a place where something cannot be removed or someone cannot escape", "lock up"]]}, {"answer": "lodge", "hint": "synonyms for lodge", "clues": [["charge", "file a formal charge against", "charge"], ["accommodate", "provide housing for", "accommodate"], ["stick", "put, fix, force, or implant", "stick"], ["file", "file a formal charge against", "file"], ["deposit", "put, fix, force, or implant", "deposit"], ["wedge", "put, fix, force, or implant", "wedge"]]}, {"answer": "lodging", "hint": "synonyms for lodging", "clues": [["charge", "file a formal charge against", "charge"], ["accommodate", "provide housing for", "accommodate"], ["stick", "put, fix, force, or implant", "stick"], ["file", "file a formal charge against", "file"], ["deposit", "put, fix, force, or implant", "deposit"], ["lodge", "put, fix, force, or implant", "lodge"], ["wedge", "put, fix, force, or implant", "wedge"]]}, {"answer": "lodgings", "hint": "synonyms for lodgings", "clues": [["charge", "file a formal charge against", "charge"], ["accommodate", "provide housing for", "accommodate"], ["stick", "put, fix, force, or implant", "stick"], ["file", "file a formal charge against", "file"], ["deposit", "put, fix, force, or implant", "deposit"], ["lodge", "put, fix, force, or implant", "lodge"], ["wedge", "put, fix, force, or implant", "wedge"]]}, {"answer": "look", "hint": "synonyms for look", "clues": [["appear", "give a certain impression or have a certain outward aspect", "appear"], ["calculate", "have faith or confidence in", "calculate"], ["attend", "take charge of or deal with", "attend"], ["expect", "look forward to the probable occurrence of", "expect"], ["await", "look forward to the probable occurrence of", "await"], ["face", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "face"], ["seem", "give a certain impression or have a certain outward aspect", "seem"], ["take care", "take charge of or deal with", "take care"], ["bet", "have faith or confidence in", "bet"], ["front", "be oriented in a certain direction, often with respect to another reference point; be opposite to", "front"], ["search", "search or seek", "search"], ["count", "have faith or confidence in", "count"], ["reckon", "have faith or confidence in", "reckon"], ["depend", "have faith or confidence in", "depend"]]}, {"answer": "loom", "hint": "synonyms for loom", "clues": [["tower", "appear very large or occupy a commanding position", "tower"], ["hover", "hang over, as of something threatening, dark, or menacing", "hover"], ["hulk", "appear very large or occupy a commanding position", "hulk"], ["predominate", "appear very large or occupy a commanding position", "predominate"], ["bulk large", "hang over, as of something threatening, dark, or menacing", "bulk large"], ["brood", "hang over, as of something threatening, dark, or menacing", "brood"]]}, {"answer": "looping", "hint": "synonyms for looping", "clues": [["loop", "make a loop in", "loop"], ["coil", "wind around something in coils or loops", "coil"], ["intertwine", "make a loop in", "intertwine"], ["curl", "wind around something in coils or loops", "curl"]]}, {"answer": "looseness", "hint": "synonyms for looseness", "clues": [["untie", "cause to become loose", "untie"], ["tease apart", "disentangle and raise the fibers of", "tease apart"], ["undo", "cause to become loose", "undo"], ["relax", "make less severe or strict", "relax"], ["loosen", "disentangle and raise the fibers of", "loosen"], ["tease", "disentangle and raise the fibers of", "tease"]]}, {"answer": "loosening", "hint": "synonyms for loosening", "clues": [["untie", "cause to become loose", "untie"], ["tease apart", "disentangle and raise the fibers of", "tease apart"], ["undo", "cause to become loose", "undo"], ["relax", "make less severe or strict", "relax"], ["loosen", "disentangle and raise the fibers of", "loosen"], ["tease", "disentangle and raise the fibers of", "tease"]]}, {"answer": "loot", "hint": "synonyms for loot", "clues": [["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "looting", "hint": "synonyms for looting", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "losings", "hint": "synonyms for losings", "clues": [["lose", "be set at a disadvantage", "lose"], ["mislay", "place (something) where one cannot find it again", "mislay"], ["miss", "fail to perceive or to catch with the senses or the mind", "miss"], ["turn a loss", "fail to make money in a business; make a loss or fail to profit", "turn a loss"], ["fall behind", "retreat", "fall behind"], ["suffer", "be set at a disadvantage", "suffer"], ["drop off", "retreat", "drop off"], ["fall back", "retreat", "fall back"], ["misplace", "place (something) where one cannot find it again", "misplace"], ["recede", "retreat", "recede"]]}, {"answer": "lot", "hint": "synonyms for lot", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "lounge", "hint": "synonyms for lounge", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "love", "hint": "synonyms for love", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["enjoy", "get pleasure from", "enjoy"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "lower", "hint": "synonyms for lower", "clues": [["let down", "move something or somebody to a lower position", "let down"], ["lour", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "lour"], ["glower", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "glower"], ["take down", "move something or somebody to a lower position", "take down"], ["depress", "cause to drop or sink", "depress"], ["frown", "look angry or sullen, wrinkle one's forehead, as if to signal disapproval", "frown"], ["bring down", "move something or somebody to a lower position", "bring down"], ["turn down", "make lower or quieter", "turn down"]]}, {"answer": "lug", "hint": "synonyms for lug", "clues": [["choke up", "obstruct", "choke up"], ["tug", "carry with difficulty", "tug"], ["stuff", "obstruct", "stuff"], ["block", "obstruct", "block"], ["tote", "carry with difficulty", "tote"]]}, {"answer": "luging", "hint": "synonyms for luging", "clues": [["lug", "carry with difficulty", "lug"], ["block", "obstruct", "block"], ["tote", "carry with difficulty", "tote"], ["choke up", "obstruct", "choke up"], ["tug", "carry with difficulty", "tug"], ["toboggan", "move along on a luge or toboggan", "toboggan"], ["stuff", "obstruct", "stuff"]]}, {"answer": "lull", "hint": "synonyms for lull", "clues": [["calm down", "become quiet or less intensive", "calm down"], ["tranquilize", "make calm or still", "tranquilize"], ["quiet", "make calm or still", "quiet"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "lurch", "hint": "synonyms for lurch", "clues": [["pitch", "move abruptly", "pitch"], ["keel", "walk as if unable to control one's movements", "keel"], ["reel", "walk as if unable to control one's movements", "reel"], ["shift", "move abruptly", "shift"], ["swag", "walk as if unable to control one's movements", "swag"], ["skunk", "defeat by a lurch", "skunk"], ["careen", "walk as if unable to control one's movements", "careen"], ["stagger", "walk as if unable to control one's movements", "stagger"], ["prowl", "loiter about, with no apparent aim", "prowl"]]}, {"answer": "lust", "hint": "synonyms for lust", "clues": [["hunger", "have a craving, appetite, or great desire for", "hunger"], ["starve", "have a craving, appetite, or great desire for", "starve"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["crave", "have a craving, appetite, or great desire for", "crave"]]}, {"answer": "lying", "hint": "synonyms for lying", "clues": [["lie", "originate (in)", "lie"], ["consist", "originate (in)", "consist"], ["lie down", "assume a reclining position", "lie down"], ["lie in", "originate (in)", "lie in"], ["rest", "have a place in relation to something else", "rest"], ["dwell", "originate (in)", "dwell"]]}, {"answer": "mailing", "hint": "synonyms for mailing", "clues": [["send", "cause to be directed or transmitted to another place", "send"], ["post", "cause to be directed or transmitted to another place", "post"], ["mail", "send via the postal service", "mail"], ["get off", "send via the postal service", "get off"]]}, {"answer": "make", "hint": "synonyms for make", "clues": [["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["puddle", "eliminate urine", "puddle"], ["take", "head into a specified direction", "take"], ["create", "create by artistic means", "create"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["stool", "have a bowel movement", "stool"], ["establish", "institute, enact, or establish", "establish"], ["lay down", "institute, enact, or establish", "lay down"], ["draw", "make, formulate, or derive in the mind", "draw"], ["defecate", "have a bowel movement", "defecate"], ["reach", "reach a destination, either real or abstract", "reach"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["have", "cause to do; cause to act in a specified manner", "have"], ["progress to", "reach a goal, e.g.,", "progress to"], ["wee", "eliminate urine", "wee"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like", "make believe"], ["do", "engage in", "do"], ["pee", "eliminate urine", "pee"], ["name", "charge with a function; charge to be", "name"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["gain", "reach a destination, either real or abstract", "gain"], ["shit", "have a bowel movement", "shit"], ["build", "make by combining materials and parts", "build"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like", "pretend"], ["fix", "prepare for eating by applying heat", "fix"], ["crap", "have a bowel movement", "crap"], ["prepare", "prepare for eating by applying heat", "prepare"], ["throw", "organize or be responsible for", "throw"], ["constitute", "to compose or represent:", "constitute"], ["score", "induce to have sex", "score"], ["make up", "put in order or neaten", "make up"], ["pass water", "eliminate urine", "pass water"], ["work", "proceed along a path", "work"], ["take a crap", "have a bowel movement", "take a crap"], ["wee-wee", "eliminate urine", "wee-wee"], ["construct", "make by combining materials and parts", "construct"], ["ready", "prepare for eating by applying heat", "ready"], ["attain", "reach a destination, either real or abstract", "attain"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["form", "to compose or represent:", "form"], ["get", "cause to do; cause to act in a specified manner", "get"], ["pee-pee", "eliminate urine", "pee-pee"], ["piddle", "eliminate urine", "piddle"], ["seduce", "induce to have sex", "seduce"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["give", "organize or be responsible for", "give"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["micturate", "eliminate urine", "micturate"], ["ca-ca", "have a bowel movement", "ca-ca"], ["take a leak", "eliminate urine", "take a leak"], ["piss", "eliminate urine", "piss"], ["get to", "reach a goal, e.g.,", "get to"], ["produce", "create or manufacture a man-made product", "produce"], ["hold", "organize or be responsible for", "hold"], ["cook", "prepare for eating by applying heat", "cook"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["nominate", "charge with a function; charge to be", "nominate"], ["take a shit", "have a bowel movement", "take a shit"], ["arrive at", "reach a destination, either real or abstract", "arrive at"]]}, {"answer": "making", "hint": "synonyms for making", "clues": [["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["make", "cause to be enjoyable or pleasurable", "make"], ["puddle", "eliminate urine", "puddle"], ["take", "head into a specified direction", "take"], ["create", "create by artistic means", "create"], ["induce", "cause to do; cause to act in a specified manner", "induce"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["establish", "institute, enact, or establish", "establish"], ["stool", "have a bowel movement", "stool"], ["lay down", "institute, enact, or establish", "lay down"], ["draw", "make, formulate, or derive in the mind", "draw"], ["defecate", "have a bowel movement", "defecate"], ["reach", "reach a destination, either real or abstract", "reach"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["have", "cause to do; cause to act in a specified manner", "have"], ["progress to", "reach a goal, e.g.,", "progress to"], ["wee", "eliminate urine", "wee"], ["make believe", "represent fictitiously, as in a play, or pretend to be or act like", "make believe"], ["do", "engage in", "do"], ["pee", "eliminate urine", "pee"], ["name", "charge with a function; charge to be", "name"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["gain", "reach a destination, either real or abstract", "gain"], ["shit", "have a bowel movement", "shit"], ["build", "make by combining materials and parts", "build"], ["fix", "prepare for eating by applying heat", "fix"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like", "pretend"], ["crap", "have a bowel movement", "crap"], ["prepare", "prepare for eating by applying heat", "prepare"], ["throw", "organize or be responsible for", "throw"], ["constitute", "to compose or represent:", "constitute"], ["score", "induce to have sex", "score"], ["make up", "put in order or neaten", "make up"], ["pass water", "eliminate urine", "pass water"], ["work", "proceed along a path", "work"], ["take a crap", "have a bowel movement", "take a crap"], ["wee-wee", "eliminate urine", "wee-wee"], ["construct", "make by combining materials and parts", "construct"], ["ready", "prepare for eating by applying heat", "ready"], ["attain", "reach a destination, either real or abstract", "attain"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["form", "to compose or represent:", "form"], ["get", "cause to do; cause to act in a specified manner", "get"], ["pee-pee", "eliminate urine", "pee-pee"], ["piddle", "eliminate urine", "piddle"], ["seduce", "induce to have sex", "seduce"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["give", "organize or be responsible for", "give"], ["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["micturate", "eliminate urine", "micturate"], ["ca-ca", "have a bowel movement", "ca-ca"], ["take a leak", "eliminate urine", "take a leak"], ["piss", "eliminate urine", "piss"], ["get to", "reach a goal, e.g.,", "get to"], ["produce", "create or manufacture a man-made product", "produce"], ["hold", "organize or be responsible for", "hold"], ["cook", "prepare for eating by applying heat", "cook"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["nominate", "charge with a function; charge to be", "nominate"], ["take a shit", "have a bowel movement", "take a shit"], ["arrive at", "reach a destination, either real or abstract", "arrive at"]]}, {"answer": "maneuver", "hint": "synonyms for maneuver", "clues": [["manoeuvre", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "manoeuvre"], ["channelize", "direct the course; determine the direction of travelling", "channelize"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["point", "direct the course; determine the direction of travelling", "point"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["operate", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "operate"], ["head", "direct the course; determine the direction of travelling", "head"]]}, {"answer": "mangle", "hint": "synonyms for mangle", "clues": [["cut up", "destroy or injure severely", "cut up"], ["maul", "injure badly by beating", "maul"], ["mutilate", "destroy or injure severely", "mutilate"], ["murder", "alter so as to make unrecognizable", "murder"]]}, {"answer": "manoeuvre", "hint": "synonyms for manoeuvre", "clues": [["head", "direct the course; determine the direction of travelling", "head"], ["channelize", "direct the course; determine the direction of travelling", "channelize"], ["manoeuver", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "manoeuver"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["operate", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "operate"], ["point", "direct the course; determine the direction of travelling", "point"]]}, {"answer": "manufacture", "hint": "synonyms for manufacture", "clues": [["make up", "make up something artificial or untrue", "make up"], ["fabricate", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "fabricate"], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "construct"], ["invent", "make up something artificial or untrue", "invent"], ["cook up", "make up something artificial or untrue", "cook up"]]}, {"answer": "manufacturing", "hint": "synonyms for manufacturing", "clues": [["make up", "make up something artificial or untrue", "make up"], ["fabricate", "make up something artificial or untrue", "fabricate"], ["manufacture", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "manufacture"], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "construct"], ["invent", "make up something artificial or untrue", "invent"], ["cook up", "make up something artificial or untrue", "cook up"]]}, {"answer": "mar", "hint": "synonyms for mar", "clues": [["impair", "make imperfect", "impair"], ["mutilate", "destroy or injure severely", "mutilate"], ["spoil", "make imperfect", "spoil"], ["deflower", "make imperfect", "deflower"], ["vitiate", "make imperfect", "vitiate"]]}, {"answer": "march", "hint": "synonyms for march", "clues": [["demonstrate", "march in protest; take part in a demonstration", "demonstrate"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["exhibit", "walk ostentatiously", "exhibit"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["parade", "walk ostentatiously", "parade"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"], ["process", "march in a procession", "process"]]}, {"answer": "marches", "hint": "synonyms for marches", "clues": [["march", "march in a procession", "march"], ["demonstrate", "march in protest; take part in a demonstration", "demonstrate"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["exhibit", "walk ostentatiously", "exhibit"], ["parade", "walk ostentatiously", "parade"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"], ["process", "march in a procession", "process"]]}, {"answer": "marching", "hint": "synonyms for marching", "clues": [["march", "march in a procession", "march"], ["demonstrate", "march in protest; take part in a demonstration", "demonstrate"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["exhibit", "walk ostentatiously", "exhibit"], ["parade", "walk ostentatiously", "parade"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"], ["process", "march in a procession", "process"]]}, {"answer": "mark", "hint": "synonyms for mark", "clues": [["mark off", "put a check mark on or near or next to", "mark off"], ["commemorate", "mark by some ceremony or observation", "commemorate"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "differentiate"], ["note", "notice or perceive", "note"], ["notice", "notice or perceive", "notice"], ["score", "make underscoring marks", "score"], ["pit", "mark with a scar", "pit"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"], ["cross out", "remove from a list", "cross out"], ["cross off", "remove from a list", "cross off"], ["punctuate", "insert punctuation marks into", "punctuate"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful", "brand"], ["pock", "mark with a scar", "pock"], ["stigmatise", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatise"], ["scar", "mark with a scar", "scar"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "distinguish"], ["set", "establish as the highest level or best performance", "set"], ["tick off", "put a check mark on or near or next to", "tick off"], ["label", "attach a tag or label to", "label"], ["tick", "put a check mark on or near or next to", "tick"], ["grade", "assign a grade or rank to, according to one's evaluation", "grade"], ["check off", "put a check mark on or near or next to", "check off"], ["strike off", "remove from a list", "strike off"], ["strike out", "remove from a list", "strike out"], ["tag", "attach a tag or label to", "tag"], ["check", "put a check mark on or near or next to", "check"], ["nock", "make small marks into the surface of", "nock"]]}, {"answer": "marking", "hint": "synonyms for marking", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["commemorate", "mark by some ceremony or observation", "commemorate"], ["note", "notice or perceive", "note"], ["notice", "notice or perceive", "notice"], ["score", "make small marks into the surface of", "score"], ["pit", "mark with a scar", "pit"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"], ["cross off", "remove from a list", "cross off"], ["punctuate", "insert punctuation marks into", "punctuate"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful", "brand"], ["scar", "mark with a scar", "scar"], ["set", "establish as the highest level or best performance", "set"], ["tick off", "put a check mark on or near or next to", "tick off"], ["tick", "put a check mark on or near or next to", "tick"], ["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["check off", "put a check mark on or near or next to", "check off"], ["strike off", "remove from a list", "strike off"], ["strike out", "remove from a list", "strike out"], ["tag", "attach a tag or label to", "tag"], ["check", "put a check mark on or near or next to", "check"], ["mark off", "put a check mark on or near or next to", "mark off"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "differentiate"], ["cross out", "remove from a list", "cross out"], ["pock", "mark with a scar", "pock"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "distinguish"], ["label", "attach a tag or label to", "label"], ["grade", "assign a grade or rank to, according to one's evaluation", "grade"], ["nock", "make small marks into the surface of", "nock"]]}, {"answer": "marks", "hint": "synonyms for marks", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["commemorate", "mark by some ceremony or observation", "commemorate"], ["note", "notice or perceive", "note"], ["notice", "notice or perceive", "notice"], ["score", "make small marks into the surface of", "score"], ["pit", "mark with a scar", "pit"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"], ["cross off", "remove from a list", "cross off"], ["punctuate", "insert punctuation marks into", "punctuate"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful", "brand"], ["scar", "mark with a scar", "scar"], ["set", "establish as the highest level or best performance", "set"], ["tick off", "put a check mark on or near or next to", "tick off"], ["tick", "put a check mark on or near or next to", "tick"], ["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["check off", "put a check mark on or near or next to", "check off"], ["strike off", "remove from a list", "strike off"], ["strike out", "remove from a list", "strike out"], ["tag", "attach a tag or label to", "tag"], ["check", "put a check mark on or near or next to", "check"], ["mark off", "put a check mark on or near or next to", "mark off"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "differentiate"], ["cross out", "remove from a list", "cross out"], ["pock", "mark with a scar", "pock"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "distinguish"], ["label", "attach a tag or label to", "label"], ["grade", "assign a grade or rank to, according to one's evaluation", "grade"], ["nock", "make small marks into the surface of", "nock"]]}, {"answer": "mars", "hint": "synonyms for mars", "clues": [["impair", "make imperfect", "impair"], ["mutilate", "destroy or injure severely", "mutilate"], ["spoil", "make imperfect", "spoil"], ["mar", "destroy or injure severely", "mar"], ["deflower", "make imperfect", "deflower"], ["vitiate", "make imperfect", "vitiate"]]}, {"answer": "mash", "hint": "synonyms for mash", "clues": [["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["grind", "reduce to small pieces or particles by pounding or abrading", "grind"], ["philander", "talk or behave amorously, without serious intentions", "philander"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["comminute", "reduce to small pieces or particles by pounding or abrading", "comminute"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["dally", "talk or behave amorously, without serious intentions", "dally"], ["crunch", "reduce to small pieces or particles by pounding or abrading", "crunch"], ["crush", "to compress with violence, out of natural shape or condition", "crush"], ["flirt", "talk or behave amorously, without serious intentions", "flirt"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["bray", "reduce to small pieces or particles by pounding or abrading", "bray"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "mask", "hint": "synonyms for mask", "clues": [["dissemble", "hide under a false appearance", "dissemble"], ["block out", "shield from light", "block out"], ["cloak", "hide under a false appearance", "cloak"], ["disguise", "make unrecognizable", "disguise"]]}, {"answer": "masking", "hint": "synonyms for masking", "clues": [["mask", "make unrecognizable", "mask"], ["cloak", "hide under a false appearance", "cloak"], ["block out", "shield from light", "block out"], ["dissemble", "hide under a false appearance", "dissemble"], ["disguise", "make unrecognizable", "disguise"]]}, {"answer": "mastering", "hint": "synonyms for mastering", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["dominate", "have dominance or the power to defeat over", "dominate"], ["surmount", "get on top of; deal with successfully", "surmount"], ["get over", "get on top of; deal with successfully", "get over"], ["get the hang", "be or become completely proficient or skilled in", "get the hang"], ["master", "have a firm understanding or knowledge of; be on top of", "master"], ["control", "have a firm understanding or knowledge of; be on top of", "control"], ["overcome", "get on top of; deal with successfully", "overcome"]]}, {"answer": "mastermind", "hint": "synonyms for mastermind", "clues": [["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["organise", "plan and direct (a complex undertaking)", "organise"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["direct", "plan and direct (a complex undertaking)", "direct"]]}, {"answer": "masters", "hint": "synonyms for masters", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["dominate", "have dominance or the power to defeat over", "dominate"], ["surmount", "get on top of; deal with successfully", "surmount"], ["get over", "get on top of; deal with successfully", "get over"], ["get the hang", "be or become completely proficient or skilled in", "get the hang"], ["master", "have a firm understanding or knowledge of; be on top of", "master"], ["control", "have a firm understanding or knowledge of; be on top of", "control"], ["overcome", "get on top of; deal with successfully", "overcome"]]}, {"answer": "match", "hint": "synonyms for match", "clues": [["touch", "be equal to in quality or ability", "touch"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["twin", "bring two objects, ideas, or people together", "twin"], ["play off", "set into opposition or rivalry", "play off"], ["equalise", "make equal, uniform, corresponding, or matching", "equalise"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["equal", "be equal to in quality or ability", "equal"], ["meet", "satisfy or fulfill", "meet"], ["equate", "make equal, uniform, corresponding, or matching", "equate"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["rival", "be equal to in quality or ability", "rival"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["cope with", "satisfy or fulfill", "cope with"], ["oppose", "set into opposition or rivalry", "oppose"], ["pair", "bring two objects, ideas, or people together", "pair"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["pit", "set into opposition or rivalry", "pit"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "mate", "hint": "synonyms for mate", "clues": [["copulate", "engage in sexual intercourse", "copulate"], ["couple", "bring two objects, ideas, or people together", "couple"], ["match", "bring two objects, ideas, or people together", "match"], ["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game", "checkmate"], ["twin", "bring two objects, ideas, or people together", "twin"], ["pair", "bring two objects, ideas, or people together", "pair"]]}, {"answer": "mates", "hint": "synonyms for mates", "clues": [["couple", "engage in sexual intercourse", "couple"], ["mate", "engage in sexual intercourse", "mate"], ["twin", "bring two objects, ideas, or people together", "twin"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["pair", "engage in sexual intercourse", "pair"], ["copulate", "engage in sexual intercourse", "copulate"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matte up", "change texture so as to become matted and felt-like", "matte up"], ["felt", "change texture so as to become matted and felt-like", "felt"], ["match", "bring two objects, ideas, or people together", "match"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game", "checkmate"]]}, {"answer": "mating", "hint": "synonyms for mating", "clues": [["couple", "engage in sexual intercourse", "couple"], ["mate", "engage in sexual intercourse", "mate"], ["twin", "bring two objects, ideas, or people together", "twin"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["pair", "engage in sexual intercourse", "pair"], ["copulate", "engage in sexual intercourse", "copulate"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matte up", "change texture so as to become matted and felt-like", "matte up"], ["felt", "change texture so as to become matted and felt-like", "felt"], ["match", "bring two objects, ideas, or people together", "match"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["checkmate", "place an opponent's king under an attack from which it cannot escape and thus ending the game", "checkmate"]]}, {"answer": "matting", "hint": "synonyms for matting", "clues": [["felt up", "change texture so as to become matted and felt-like", "felt up"], ["felt", "change texture so as to become matted and felt-like", "felt"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "meander", "hint": "synonyms for meander", "clues": [["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"]]}, {"answer": "means", "hint": "synonyms for means", "clues": [["stand for", "denote or connote", "stand for"], ["mean", "have a specified degree of importance", "mean"], ["think of", "intend to refer to", "think of"], ["have in mind", "intend to refer to", "have in mind"], ["entail", "have as a logical consequence", "entail"], ["signify", "denote or connote", "signify"], ["think", "have in mind as a purpose", "think"], ["intend", "have in mind as a purpose", "intend"], ["imply", "have as a logical consequence", "imply"]]}, {"answer": "measure", "hint": "synonyms for measure", "clues": [["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["measure out", "determine the measurements of something or somebody, take measurements of", "measure out"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["mensurate", "determine the measurements of something or somebody, take measurements of", "mensurate"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["quantify", "express as a number or measure or quantity", "quantify"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"]]}, {"answer": "measuring", "hint": "synonyms for measuring", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["measure out", "determine the measurements of something or somebody, take measurements of", "measure out"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["mensurate", "determine the measurements of something or somebody, take measurements of", "mensurate"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["quantify", "express as a number or measure or quantity", "quantify"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"]]}, {"answer": "meeting", "hint": "synonyms for meeting", "clues": [["assemble", "collect in one place", "assemble"], ["meet", "undergo or suffer", "meet"], ["contact", "be in direct physical contact with; make contact", "contact"], ["run into", "come together", "run into"], ["match", "satisfy or fulfill", "match"], ["suffer", "undergo or suffer", "suffer"], ["fill", "fill or meet a want or need", "fill"], ["run across", "come together", "run across"], ["encounter", "contend against an opponent in a sport, game, or battle", "encounter"], ["cope with", "satisfy or fulfill", "cope with"], ["forgather", "collect in one place", "forgather"], ["gather", "collect in one place", "gather"], ["come across", "come together", "come across"], ["fulfill", "fill or meet a want or need", "fulfill"], ["see", "come together", "see"], ["touch", "be in direct physical contact with; make contact", "touch"], ["converge", "be adjacent or come together", "converge"], ["fit", "satisfy a condition or restriction", "fit"], ["receive", "experience as a reaction", "receive"], ["conform to", "satisfy a condition or restriction", "conform to"], ["adjoin", "be in direct physical contact with; make contact", "adjoin"], ["satisfy", "fill or meet a want or need", "satisfy"], ["play", "contend against an opponent in a sport, game, or battle", "play"], ["get together", "get together socially or for a specific purpose", "get together"], ["take on", "contend against an opponent in a sport, game, or battle", "take on"]]}, {"answer": "meld", "hint": "synonyms for meld", "clues": [["melt", "lose its distinct outline or shape; blend gradually", "melt"], ["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["merge", "mix together different elements", "merge"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "melt", "hint": "synonyms for melt", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["disappear", "become less intense and fade away gradually", "disappear"], ["mellow", "become more relaxed, easygoing, or genial", "mellow"], ["mellow out", "become more relaxed, easygoing, or genial", "mellow out"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["meld", "lose its distinct outline or shape; blend gradually", "meld"], ["fade", "become less clearly visible or distinguishable; disappear gradually or seemingly", "fade"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt down"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["run", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "run"], ["evaporate", "become less intense and fade away gradually", "evaporate"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "menace", "hint": "synonyms for menace", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["endanger", "pose a threat to; present a danger to", "endanger"], ["peril", "pose a threat to; present a danger to", "peril"]]}, {"answer": "mend", "hint": "synonyms for mend", "clues": [["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["heal", "heal or recover", "heal"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"]]}, {"answer": "mending", "hint": "synonyms for mending", "clues": [["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["heal", "heal or recover", "heal"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"]]}, {"answer": "mention", "hint": "synonyms for mention", "clues": [["advert", "make reference to", "advert"], ["observe", "make mention of", "observe"], ["note", "make mention of", "note"], ["cite", "commend", "cite"], ["bring up", "make reference to", "bring up"], ["remark", "make mention of", "remark"], ["refer", "make reference to", "refer"], ["name", "make reference to", "name"]]}, {"answer": "mesh", "hint": "synonyms for mesh", "clues": [["enmesh", "entangle or catch in (or as if in) a mesh", "enmesh"], ["ensnarl", "entangle or catch in (or as if in) a mesh", "ensnarl"], ["operate", "keep engaged", "operate"], ["lock", "keep engaged", "lock"], ["engage", "keep engaged", "engage"], ["interlock", "coordinate in such a way that all parts work together effectively", "interlock"]]}, {"answer": "meshing", "hint": "synonyms for meshing", "clues": [["enmesh", "entangle or catch in (or as if in) a mesh", "enmesh"], ["ensnarl", "entangle or catch in (or as if in) a mesh", "ensnarl"], ["operate", "keep engaged", "operate"], ["lock", "keep engaged", "lock"], ["engage", "keep engaged", "engage"], ["interlock", "coordinate in such a way that all parts work together effectively", "interlock"], ["mesh", "keep engaged", "mesh"]]}, {"answer": "mind", "hint": "synonyms for mind", "clues": [["listen", "pay close attention to; give heed to", "listen"], ["bear in mind", "keep in mind", "bear in mind"], ["take care", "be in charge of or deal with", "take care"], ["heed", "pay close attention to; give heed to", "heed"], ["beware", "be on one's guard; be cautious or wary about; be alert to", "beware"]]}, {"answer": "mingling", "hint": "synonyms for mingling", "clues": [["mingle", "to bring or combine together or with something else", "mingle"], ["unify", "to bring or combine together or with something else", "unify"], ["mix", "to bring or combine together or with something else", "mix"], ["commix", "to bring or combine together or with something else", "commix"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"], ["jumble", "be all mixed up or jumbled together", "jumble"]]}, {"answer": "mire", "hint": "synonyms for mire", "clues": [["mud", "soil with mud, muck, or mire", "mud"], ["entangle", "entrap", "entangle"], ["get stuck", "be unable to move further", "get stuck"], ["bog down", "cause to get stuck as if in a mire", "bog down"], ["muck up", "soil with mud, muck, or mire", "muck up"], ["muck", "soil with mud, muck, or mire", "muck"], ["grind to a halt", "be unable to move further", "grind to a halt"]]}, {"answer": "misconduct", "hint": "synonyms for misconduct", "clues": [["misdemean", "behave badly", "misdemean"], ["mismanage", "manage badly or incompetently", "mismanage"], ["misbehave", "behave badly", "misbehave"], ["mishandle", "manage badly or incompetently", "mishandle"]]}, {"answer": "miss", "hint": "synonyms for miss", "clues": [["escape", "fail to experience", "escape"], ["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["lack", "be without", "lack"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["pretermit", "leave undone or leave out", "pretermit"], ["leave out", "leave undone or leave out", "leave out"], ["lose", "fail to perceive or to catch with the senses or the mind", "lose"]]}, {"answer": "mist", "hint": "synonyms for mist", "clues": [["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["obscure", "make less visible or unclear", "obscure"], ["mist over", "become covered with mist", "mist over"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"], ["befog", "make less visible or unclear", "befog"]]}, {"answer": "mistaking", "hint": "synonyms for mistaking", "clues": [["mistake", "identify incorrectly", "mistake"], ["err", "to make a mistake or be incorrect", "err"], ["misidentify", "identify incorrectly", "misidentify"], ["slip", "to make a mistake or be incorrect", "slip"]]}, {"answer": "misunderstanding", "hint": "synonyms for misunderstanding", "clues": [["misinterpret", "interpret in the wrong way", "misinterpret"], ["misapprehend", "interpret in the wrong way", "misapprehend"], ["misconceive", "interpret in the wrong way", "misconceive"], ["misunderstand", "interpret in the wrong way", "misunderstand"], ["misconstrue", "interpret in the wrong way", "misconstrue"], ["be amiss", "interpret in the wrong way", "be amiss"]]}, {"answer": "mix", "hint": "synonyms for mix", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["meld", "mix together different elements", "meld"], ["ruffle", "mix so as to make a random order or arrangement", "ruffle"], ["unify", "to bring or combine together or with something else", "unify"], ["coalesce", "mix together different elements", "coalesce"], ["desegregate", "open (a place) to members of all races and ethnic groups", "desegregate"], ["commix", "to bring or combine together or with something else", "commix"], ["immix", "mix together different elements", "immix"], ["shuffle", "mix so as to make a random order or arrangement", "shuffle"], ["mingle", "to bring or combine together or with something else", "mingle"], ["merge", "mix together different elements", "merge"], ["integrate", "open (a place) to members of all races and ethnic groups", "integrate"], ["commingle", "mix together different elements", "commingle"], ["mix in", "add as an additional element or part", "mix in"], ["combine", "mix together different elements", "combine"], ["flux", "mix together different elements", "flux"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"], ["blend", "mix together different elements", "blend"]]}, {"answer": "mixing", "hint": "synonyms for mixing", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["mix", "open (a place) to members of all races and ethnic groups", "mix"], ["meld", "mix together different elements", "meld"], ["ruffle", "mix so as to make a random order or arrangement", "ruffle"], ["unify", "to bring or combine together or with something else", "unify"], ["coalesce", "mix together different elements", "coalesce"], ["desegregate", "open (a place) to members of all races and ethnic groups", "desegregate"], ["commix", "to bring or combine together or with something else", "commix"], ["immix", "mix together different elements", "immix"], ["shuffle", "mix so as to make a random order or arrangement", "shuffle"], ["mingle", "to bring or combine together or with something else", "mingle"], ["merge", "mix together different elements", "merge"], ["integrate", "open (a place) to members of all races and ethnic groups", "integrate"], ["commingle", "mix together different elements", "commingle"], ["mix in", "add as an additional element or part", "mix in"], ["combine", "mix together different elements", "combine"], ["flux", "mix together different elements", "flux"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"], ["blend", "mix together different elements", "blend"]]}, {"answer": "mob", "hint": "synonyms for mob", "clues": [["pile", "press tightly together or cram", "pile"], ["jam", "press tightly together or cram", "jam"], ["pack", "press tightly together or cram", "pack"], ["throng", "press tightly together or cram", "throng"]]}, {"answer": "modeling", "hint": "synonyms for modeling", "clues": [["posture", "assume a posture as for artistic purposes", "posture"], ["mold", "form in clay, wax, etc", "mold"], ["sit", "assume a posture as for artistic purposes", "sit"], ["model", "construct a model of", "model"], ["pose", "assume a posture as for artistic purposes", "pose"], ["pattern", "plan or create according to a model or models", "pattern"], ["simulate", "create a representation or model of", "simulate"], ["mock up", "construct a model of", "mock up"]]}, {"answer": "modelling", "hint": "synonyms for modelling", "clues": [["posture", "assume a posture as for artistic purposes", "posture"], ["mold", "form in clay, wax, etc", "mold"], ["sit", "assume a posture as for artistic purposes", "sit"], ["model", "construct a model of", "model"], ["pose", "assume a posture as for artistic purposes", "pose"], ["pattern", "plan or create according to a model or models", "pattern"], ["simulate", "create a representation or model of", "simulate"], ["mock up", "construct a model of", "mock up"]]}, {"answer": "moistening", "hint": "synonyms for moistening", "clues": [["dampen", "make moist", "dampen"], ["drizzle", "moisten with fine drops", "drizzle"], ["moisten", "moisten with fine drops", "moisten"], ["wash", "make moist", "wash"]]}, {"answer": "mold", "hint": "synonyms for mold", "clues": [["determine", "shape or influence; give direction to", "determine"], ["mould", "form by pouring (e.g., wax or hot metal) into a cast or mold", "mould"], ["influence", "shape or influence; give direction to", "influence"], ["shape", "shape or influence; give direction to", "shape"], ["forge", "make something, usually for a specific function", "forge"], ["mildew", "become moldy; spoil due to humidity", "mildew"], ["regulate", "shape or influence; give direction to", "regulate"], ["work", "make something, usually for a specific function", "work"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold", "cast"], ["form", "make something, usually for a specific function", "form"], ["model", "form in clay, wax, etc", "model"]]}, {"answer": "molding", "hint": "synonyms for molding", "clues": [["determine", "shape or influence; give direction to", "determine"], ["mold", "shape or influence; give direction to", "mold"], ["forge", "make something, usually for a specific function", "forge"], ["regulate", "shape or influence; give direction to", "regulate"], ["work", "make something, usually for a specific function", "work"], ["shape", "make something, usually for a specific function", "shape"], ["influence", "shape or influence; give direction to", "influence"], ["mildew", "become moldy; spoil due to humidity", "mildew"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold", "cast"], ["form", "make something, usually for a specific function", "form"], ["model", "form in clay, wax, etc", "model"]]}, {"answer": "mollycoddle", "hint": "synonyms for mollycoddle", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "molt", "hint": "synonyms for molt", "clues": [["shed", "cast off hair, skin, horn, or feathers", "shed"], ["exuviate", "cast off hair, skin, horn, or feathers", "exuviate"], ["moult", "cast off hair, skin, horn, or feathers", "moult"], ["slough", "cast off hair, skin, horn, or feathers", "slough"]]}, {"answer": "molting", "hint": "synonyms for molting", "clues": [["shed", "cast off hair, skin, horn, or feathers", "shed"], ["molt", "cast off hair, skin, horn, or feathers", "molt"], ["exuviate", "cast off hair, skin, horn, or feathers", "exuviate"], ["slough", "cast off hair, skin, horn, or feathers", "slough"]]}, {"answer": "monger", "hint": "synonyms for monger", "clues": [["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"]]}, {"answer": "monkey", "hint": "synonyms for monkey", "clues": [["muck around", "do random, unplanned work or activities or spend time idly", "muck around"], ["tinker", "do random, unplanned work or activities or spend time idly", "tinker"], ["fiddle", "play around with or alter or falsify, usually secretively or dishonestly", "fiddle"], ["mess around", "do random, unplanned work or activities or spend time idly", "mess around"], ["monkey around", "do random, unplanned work or activities or spend time idly", "monkey around"], ["muck about", "do random, unplanned work or activities or spend time idly", "muck about"], ["putter", "do random, unplanned work or activities or spend time idly", "putter"], ["tamper", "play around with or alter or falsify, usually secretively or dishonestly", "tamper"], ["potter", "do random, unplanned work or activities or spend time idly", "potter"]]}, {"answer": "mooch", "hint": "synonyms for mooch", "clues": [["sponge", "ask for and get free; be a parasite", "sponge"], ["grub", "ask for and get free; be a parasite", "grub"], ["cadge", "ask for and get free; be a parasite", "cadge"], ["bum", "ask for and get free; be a parasite", "bum"]]}, {"answer": "mooring", "hint": "synonyms for mooring", "clues": [["berth", "secure in or as if in a berth or dock", "berth"], ["moor", "come into or dock at a wharf", "moor"], ["tie up", "secure in or as if in a berth or dock", "tie up"], ["wharf", "come into or dock at a wharf", "wharf"]]}, {"answer": "mop", "hint": "synonyms for mop", "clues": [["mow", "make a sad face and thrust out one's lower lip", "mow"], ["wipe up", "to wash or wipe with or as if with a mop", "wipe up"], ["pout", "make a sad face and thrust out one's lower lip", "pout"], ["mop up", "to wash or wipe with or as if with a mop", "mop up"]]}, {"answer": "mop_up", "hint": "synonyms for mop up", "clues": [["worst", "defeat thoroughly", "worst"], ["get through", "finish a task completely", "get through"], ["clear up", "finish a task completely", "clear up"], ["pip", "defeat thoroughly", "pip"], ["wrap up", "finish a task completely", "wrap up"], ["finish off", "finish a task completely", "finish off"], ["whip", "defeat thoroughly", "whip"], ["polish off", "finish a task completely", "polish off"], ["finish up", "finish a task completely", "finish up"], ["mop", "to wash or wipe with or as if with a mop", "mop"], ["rack up", "defeat thoroughly", "rack up"], ["wipe up", "to wash or wipe with or as if with a mop", "wipe up"]]}, {"answer": "moped", "hint": "synonyms for moped", "clues": [["mope", "move around slowly and aimlessly", "mope"], ["mope around", "move around slowly and aimlessly", "mope around"], ["mop up", "to wash or wipe with or as if with a mop", "mop up"], ["moon about", "be apathetic, gloomy, or dazed", "moon about"], ["mow", "make a sad face and thrust out one's lower lip", "mow"], ["moon around", "be apathetic, gloomy, or dazed", "moon around"], ["wipe up", "to wash or wipe with or as if with a mop", "wipe up"], ["pout", "make a sad face and thrust out one's lower lip", "pout"]]}, {"answer": "mopes", "hint": "synonyms for mopes", "clues": [["mope", "move around slowly and aimlessly", "mope"], ["mope around", "move around slowly and aimlessly", "mope around"], ["mop up", "to wash or wipe with or as if with a mop", "mop up"], ["moon about", "be apathetic, gloomy, or dazed", "moon about"], ["mow", "make a sad face and thrust out one's lower lip", "mow"], ["moon around", "be apathetic, gloomy, or dazed", "moon around"], ["wipe up", "to wash or wipe with or as if with a mop", "wipe up"], ["pout", "make a sad face and thrust out one's lower lip", "pout"]]}, {"answer": "mopping", "hint": "synonyms for mopping", "clues": [["mow", "make a sad face and thrust out one's lower lip", "mow"], ["mop up", "to wash or wipe with or as if with a mop", "mop up"], ["mop", "to wash or wipe with or as if with a mop", "mop"], ["wipe up", "to wash or wipe with or as if with a mop", "wipe up"], ["pout", "make a sad face and thrust out one's lower lip", "pout"]]}, {"answer": "mother", "hint": "synonyms for mother", "clues": [["fuss", "care for like a mother", "fuss"], ["father", "make children", "father"], ["sire", "make children", "sire"], ["bring forth", "make children", "bring forth"], ["engender", "make children", "engender"], ["generate", "make children", "generate"], ["overprotect", "care for like a mother", "overprotect"], ["get", "make children", "get"], ["beget", "make children", "beget"]]}, {"answer": "mottle", "hint": "synonyms for mottle", "clues": [["cloud", "colour with streaks or blotches of different shades", "cloud"], ["dapple", "colour with streaks or blotches of different shades", "dapple"], ["streak", "mark with spots or blotches of different color or shades of color as if stained", "streak"], ["blotch", "mark with spots or blotches of different color or shades of color as if stained", "blotch"]]}, {"answer": "mottling", "hint": "synonyms for mottling", "clues": [["cloud", "colour with streaks or blotches of different shades", "cloud"], ["blotch", "mark with spots or blotches of different color or shades of color as if stained", "blotch"], ["dapple", "colour with streaks or blotches of different shades", "dapple"], ["mottle", "colour with streaks or blotches of different shades", "mottle"], ["streak", "mark with spots or blotches of different color or shades of color as if stained", "streak"]]}, {"answer": "mould", "hint": "synonyms for mould", "clues": [["mold", "form in clay, wax, etc", "mold"], ["forge", "make something, usually for a specific function", "forge"], ["work", "make something, usually for a specific function", "work"], ["shape", "make something, usually for a specific function", "shape"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold", "cast"], ["form", "make something, usually for a specific function", "form"], ["model", "form in clay, wax, etc", "model"]]}, {"answer": "moulding", "hint": "synonyms for moulding", "clues": [["mould", "form by pouring (e.g., wax or hot metal) into a cast or mold", "mould"], ["forge", "make something, usually for a specific function", "forge"], ["work", "make something, usually for a specific function", "work"], ["shape", "make something, usually for a specific function", "shape"], ["cast", "form by pouring (e.g., wax or hot metal) into a cast or mold", "cast"], ["form", "make something, usually for a specific function", "form"], ["model", "form in clay, wax, etc", "model"]]}, {"answer": "moult", "hint": "synonyms for moult", "clues": [["shed", "cast off hair, skin, horn, or feathers", "shed"], ["molt", "cast off hair, skin, horn, or feathers", "molt"], ["exuviate", "cast off hair, skin, horn, or feathers", "exuviate"], ["slough", "cast off hair, skin, horn, or feathers", "slough"]]}, {"answer": "moulting", "hint": "synonyms for moulting", "clues": [["shed", "cast off hair, skin, horn, or feathers", "shed"], ["molt", "cast off hair, skin, horn, or feathers", "molt"], ["exuviate", "cast off hair, skin, horn, or feathers", "exuviate"], ["slough", "cast off hair, skin, horn, or feathers", "slough"]]}, {"answer": "mount", "hint": "synonyms for mount", "clues": [["hop on", "get up on the back of", "hop on"], ["climb up", "go upward with gradual or continuous progress", "climb up"], ["climb on", "get up on the back of", "climb on"], ["mount up", "get up on the back of", "mount up"], ["jump on", "get up on the back of", "jump on"], ["put on", "prepare and supply with the necessary equipment for execution or performance", "put on"], ["wax", "go up or advance", "wax"], ["get on", "get up on the back of", "get on"], ["climb", "go upward with gradual or continuous progress", "climb"], ["go up", "go upward with gradual or continuous progress", "go up"], ["bestride", "get up on the back of", "bestride"], ["ride", "copulate with", "ride"], ["rise", "go up or advance", "rise"]]}, {"answer": "mounting", "hint": "synonyms for mounting", "clues": [["mount", "go upward with gradual or continuous progress", "mount"], ["hop on", "get up on the back of", "hop on"], ["climb on", "get up on the back of", "climb on"], ["jump on", "get up on the back of", "jump on"], ["put on", "prepare and supply with the necessary equipment for execution or performance", "put on"], ["wax", "go up or advance", "wax"], ["bestride", "get up on the back of", "bestride"], ["get on", "get up on the back of", "get on"], ["rise", "go up or advance", "rise"], ["climb up", "go upward with gradual or continuous progress", "climb up"], ["mount up", "get up on the back of", "mount up"], ["climb", "go upward with gradual or continuous progress", "climb"], ["go up", "go upward with gradual or continuous progress", "go up"], ["ride", "copulate with", "ride"]]}, {"answer": "mouth", "hint": "synonyms for mouth", "clues": [["utter", "express in speech", "utter"], ["speak", "express in speech", "speak"], ["verbalize", "express in speech", "verbalize"], ["talk", "express in speech", "talk"]]}, {"answer": "move", "hint": "synonyms for move", "clues": [["propel", "give an incentive for action", "propel"], ["prompt", "give an incentive for action", "prompt"], ["make a motion", "propose formally; in a debate or parliamentary meeting", "make a motion"], ["be active", "be in a state of action", "be active"], ["actuate", "give an incentive for action", "actuate"], ["displace", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense", "displace"], ["proceed", "follow a procedure or take a course", "proceed"], ["incite", "give an incentive for action", "incite"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["motivate", "give an incentive for action", "motivate"], ["go", "follow a procedure or take a course", "go"], ["travel", "change location; move, travel, or proceed, also metaphorically", "travel"], ["impress", "have an emotional or cognitive impact upon", "impress"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["act", "perform an action, or work out or perform (an action)", "act"], ["run", "progress by being changed", "run"], ["strike", "have an emotional or cognitive impact upon", "strike"]]}, {"answer": "muck", "hint": "synonyms for muck", "clues": [["muck up", "soil with mud, muck, or mire", "muck up"], ["manure", "spread manure, as for fertilization", "manure"], ["mud", "soil with mud, muck, or mire", "mud"], ["mire", "soil with mud, muck, or mire", "mire"]]}, {"answer": "muff", "hint": "synonyms for muff", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "muffle", "hint": "synonyms for muffle", "clues": [["stifle", "conceal or hide", "stifle"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["strangle", "conceal or hide", "strangle"], ["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["smother", "conceal or hide", "smother"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"], ["repress", "conceal or hide", "repress"]]}, {"answer": "mulct", "hint": "synonyms for mulct", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"]]}, {"answer": "mull", "hint": "synonyms for mull", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "mumble", "hint": "synonyms for mumble", "clues": [["gum", "grind with the gums; chew without teeth and with great difficulty", "gum"], ["mutter", "talk indistinctly; usually in a low voice", "mutter"], ["mussitate", "talk indistinctly; usually in a low voice", "mussitate"], ["maunder", "talk indistinctly; usually in a low voice", "maunder"]]}, {"answer": "mumbling", "hint": "synonyms for mumbling", "clues": [["mutter", "talk indistinctly; usually in a low voice", "mutter"], ["mussitate", "talk indistinctly; usually in a low voice", "mussitate"], ["gum", "grind with the gums; chew without teeth and with great difficulty", "gum"], ["mumble", "talk indistinctly; usually in a low voice", "mumble"], ["maunder", "talk indistinctly; usually in a low voice", "maunder"]]}, {"answer": "murder", "hint": "synonyms for murder", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["mangle", "alter so as to make unrecognizable", "mangle"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["mutilate", "alter so as to make unrecognizable", "mutilate"], ["remove", "kill intentionally and with premeditation", "remove"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "murderess", "hint": "synonyms for murderess", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["murder", "alter so as to make unrecognizable", "murder"], ["mangle", "alter so as to make unrecognizable", "mangle"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["mutilate", "alter so as to make unrecognizable", "mutilate"], ["remove", "kill intentionally and with premeditation", "remove"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "murmur", "hint": "synonyms for murmur", "clues": [["grumble", "make complaining remarks or noises under one's breath", "grumble"], ["croak", "make complaining remarks or noises under one's breath", "croak"], ["mutter", "make complaining remarks or noises under one's breath", "mutter"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"]]}, {"answer": "muse", "hint": "synonyms for muse", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "muster", "hint": "synonyms for muster", "clues": [["summon", "gather or bring together", "summon"], ["rally", "gather or bring together", "rally"], ["come up", "gather or bring together", "come up"], ["muster up", "gather or bring together", "muster up"]]}, {"answer": "mutter", "hint": "synonyms for mutter", "clues": [["croak", "make complaining remarks or noises under one's breath", "croak"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["mussitate", "talk indistinctly; usually in a low voice", "mussitate"], ["murmur", "make complaining remarks or noises under one's breath", "murmur"], ["mumble", "talk indistinctly; usually in a low voice", "mumble"], ["grumble", "make complaining remarks or noises under one's breath", "grumble"], ["maunder", "talk indistinctly; usually in a low voice", "maunder"]]}, {"answer": "muttering", "hint": "synonyms for muttering", "clues": [["croak", "make complaining remarks or noises under one's breath", "croak"], ["gnarl", "make complaining remarks or noises under one's breath", "gnarl"], ["mumble", "talk indistinctly; usually in a low voice", "mumble"], ["grumble", "make complaining remarks or noises under one's breath", "grumble"], ["mutter", "talk indistinctly; usually in a low voice", "mutter"], ["mussitate", "talk indistinctly; usually in a low voice", "mussitate"], ["murmur", "make complaining remarks or noises under one's breath", "murmur"], ["maunder", "talk indistinctly; usually in a low voice", "maunder"]]}, {"answer": "nail", "hint": "synonyms for nail", "clues": [["sweep through", "succeed at easily", "sweep through"], ["apprehend", "take into custody", "apprehend"], ["complete", "complete a pass", "complete"], ["pass with flying colors", "succeed at easily", "pass with flying colors"], ["pick up", "take into custody", "pick up"], ["sail through", "succeed at easily", "sail through"], ["blast", "hit hard", "blast"], ["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["nab", "take into custody", "nab"], ["collar", "take into custody", "collar"], ["smash", "hit hard", "smash"], ["boom", "hit hard", "boom"], ["nail down", "succeed in obtaining a position", "nail down"], ["breeze through", "succeed at easily", "breeze through"], ["peg", "succeed in obtaining a position", "peg"], ["ace", "succeed at easily", "ace"], ["pinpoint", "locate exactly", "pinpoint"]]}, {"answer": "name", "hint": "synonyms for name", "clues": [["key", "identify as in botany or biology, for example", "key"], ["bring up", "make reference to", "bring up"], ["make", "charge with a function; charge to be", "make"], ["refer", "make reference to", "refer"], ["identify", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property", "identify"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["key out", "identify as in botany or biology, for example", "key out"], ["appoint", "create and charge with a task or function", "appoint"], ["constitute", "create and charge with a task or function", "constitute"], ["advert", "make reference to", "advert"], ["call", "assign a specified (usually proper) proper name to", "call"], ["nominate", "create and charge with a task or function", "nominate"], ["describe", "identify as in botany or biology, for example", "describe"], ["list", "give or make a list of; name individually; give the names of", "list"], ["diagnose", "determine or distinguish the nature of a problem or an illness through a diagnostic analysis", "diagnose"], ["mention", "make reference to", "mention"], ["cite", "make reference to", "cite"]]}, {"answer": "names", "hint": "synonyms for names", "clues": [["key", "identify as in botany or biology, for example", "key"], ["name", "create and charge with a task or function", "name"], ["bring up", "make reference to", "bring up"], ["make", "charge with a function; charge to be", "make"], ["refer", "make reference to", "refer"], ["identify", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property", "identify"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["appoint", "create and charge with a task or function", "appoint"], ["key out", "identify as in botany or biology, for example", "key out"], ["constitute", "create and charge with a task or function", "constitute"], ["advert", "make reference to", "advert"], ["call", "assign a specified (usually proper) proper name to", "call"], ["nominate", "create and charge with a task or function", "nominate"], ["describe", "identify as in botany or biology, for example", "describe"], ["list", "give or make a list of; name individually; give the names of", "list"], ["diagnose", "determine or distinguish the nature of a problem or an illness through a diagnostic analysis", "diagnose"], ["mention", "make reference to", "mention"], ["cite", "make reference to", "cite"]]}, {"answer": "nark", "hint": "synonyms for nark", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "need", "hint": "synonyms for need", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["require", "have need of", "require"], ["demand", "require as useful, just, or proper", "demand"], ["want", "have need of", "want"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "neglect", "hint": "synonyms for neglect", "clues": [["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["pretermit", "leave undone or leave out", "pretermit"], ["ignore", "give little or no attention to", "ignore"], ["disregard", "give little or no attention to", "disregard"], ["leave out", "leave undone or leave out", "leave out"], ["miss", "leave undone or leave out", "miss"], ["fail", "fail to do something; leave something undone", "fail"]]}, {"answer": "nest", "hint": "synonyms for nest", "clues": [["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"]]}, {"answer": "nestle", "hint": "synonyms for nestle", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"]]}, {"answer": "nestling", "hint": "synonyms for nestling", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["nestle", "lie in a sheltered position", "nestle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"]]}, {"answer": "netting", "hint": "synonyms for netting", "clues": [["sack", "make as a net profit", "sack"], ["clear", "make as a net profit", "clear"], ["sack up", "make as a net profit", "sack up"], ["web", "construct or form a web, as if by weaving", "web"], ["nett", "catch with a net", "nett"]]}, {"answer": "nettle", "hint": "synonyms for nettle", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["urticate", "sting with or as with nettles and cause a stinging pain or sensation", "urticate"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "neutering", "hint": "synonyms for neutering", "clues": [["neuter", "remove the ovaries of", "neuter"], ["spay", "remove the ovaries of", "spay"], ["castrate", "remove the ovaries of", "castrate"], ["alter", "remove the ovaries of", "alter"]]}, {"answer": "nip", "hint": "synonyms for nip", "clues": [["tweet", "squeeze tightly between the fingers", "tweet"], ["snip", "sever or remove by pinching or snipping", "snip"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["twitch", "squeeze tightly between the fingers", "twitch"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["twinge", "squeeze tightly between the fingers", "twinge"], ["clip", "sever or remove by pinching or snipping", "clip"]]}, {"answer": "nix", "hint": "synonyms for nix", "clues": [["disallow", "command against", "disallow"], ["proscribe", "command against", "proscribe"], ["prohibit", "command against", "prohibit"], ["veto", "command against", "veto"], ["forbid", "command against", "forbid"], ["interdict", "command against", "interdict"]]}, {"answer": "nose", "hint": "synonyms for nose", "clues": [["horn in", "search or inquire in a meddlesome way", "horn in"], ["poke", "search or inquire in a meddlesome way", "poke"], ["nuzzle", "rub noses", "nuzzle"], ["scent", "catch the scent of; get wind of", "scent"], ["pry", "search or inquire in a meddlesome way", "pry"], ["wind", "catch the scent of; get wind of", "wind"], ["intrude", "search or inquire in a meddlesome way", "intrude"]]}, {"answer": "note", "hint": "synonyms for note", "clues": [["mention", "make mention of", "mention"], ["remark", "make mention of", "remark"], ["mark", "notice or perceive", "mark"], ["observe", "make mention of", "observe"], ["notice", "notice or perceive", "notice"], ["take note", "observe with care or pay close attention to", "take note"], ["take down", "make a written note of", "take down"]]}, {"answer": "notice", "hint": "synonyms for notice", "clues": [["mark", "notice or perceive", "mark"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["note", "notice or perceive", "note"], ["point out", "make or write a comment on", "point out"], ["remark", "make or write a comment on", "remark"], ["acknowledge", "express recognition of the presence or existence of, or acquaintance with", "acknowledge"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["comment", "make or write a comment on", "comment"]]}, {"answer": "nuke", "hint": "synonyms for nuke", "clues": [["atomize", "strike at with firepower or bombs", "atomize"], ["microwave", "cook or heat in a microwave oven", "microwave"], ["zap", "cook or heat in a microwave oven", "zap"], ["micro-cook", "cook or heat in a microwave oven", "micro-cook"], ["atom-bomb", "bomb with atomic weapons", "atom-bomb"]]}, {"answer": "number", "hint": "synonyms for number", "clues": [["enumerate", "determine the number or amount of", "enumerate"], ["list", "enumerate", "list"], ["keep down", "place a limit on the number of", "keep down"], ["count", "put into a group", "count"], ["add up", "add up in number or quantity", "add up"], ["come", "add up in number or quantity", "come"], ["amount", "add up in number or quantity", "amount"], ["total", "add up in number or quantity", "total"]]}, {"answer": "numbering", "hint": "synonyms for numbering", "clues": [["number", "give numbers to", "number"], ["enumerate", "determine the number or amount of", "enumerate"], ["list", "enumerate", "list"], ["keep down", "place a limit on the number of", "keep down"], ["count", "put into a group", "count"], ["add up", "add up in number or quantity", "add up"], ["come", "add up in number or quantity", "come"], ["amount", "add up in number or quantity", "amount"], ["total", "add up in number or quantity", "total"]]}, {"answer": "numbers", "hint": "synonyms for numbers", "clues": [["number", "give numbers to", "number"], ["enumerate", "determine the number or amount of", "enumerate"], ["list", "enumerate", "list"], ["keep down", "place a limit on the number of", "keep down"], ["count", "put into a group", "count"], ["add up", "add up in number or quantity", "add up"], ["come", "add up in number or quantity", "come"], ["amount", "add up in number or quantity", "amount"], ["total", "add up in number or quantity", "total"]]}, {"answer": "nurse", "hint": "synonyms for nurse", "clues": [["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"], ["wet-nurse", "give suck to", "wet-nurse"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"]]}, {"answer": "nursing", "hint": "synonyms for nursing", "clues": [["nurse", "treat carefully", "nurse"], ["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"], ["wet-nurse", "give suck to", "wet-nurse"], ["breastfeed", "give suck to", "breastfeed"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["entertain", "maintain (a theory, thoughts, or feelings)", "entertain"]]}, {"answer": "nurture", "hint": "synonyms for nurture", "clues": [["raise", "bring up", "raise"], ["foster", "help develop, help grow", "foster"], ["sustain", "provide with nourishment", "sustain"], ["rear", "bring up", "rear"], ["parent", "bring up", "parent"], ["bring up", "bring up", "bring up"], ["nourish", "provide with nourishment", "nourish"]]}, {"answer": "offer", "hint": "synonyms for offer", "clues": [["offer up", "present as an act of worship", "offer up"], ["volunteer", "agree freely", "volunteer"], ["put up", "mount or put up", "put up"], ["tender", "propose a payment", "tender"], ["proffer", "present for acceptance or rejection", "proffer"], ["bid", "propose a payment", "bid"], ["pop the question", "ask (someone) to marry you", "pop the question"], ["provide", "mount or put up", "provide"], ["declare oneself", "ask (someone) to marry you", "declare oneself"], ["extend", "offer verbally", "extend"], ["propose", "ask (someone) to marry you", "propose"]]}, {"answer": "offering", "hint": "synonyms for offering", "clues": [["offer", "make available for sale", "offer"], ["volunteer", "agree freely", "volunteer"], ["tender", "propose a payment", "tender"], ["proffer", "present for acceptance or rejection", "proffer"], ["pop the question", "ask (someone) to marry you", "pop the question"], ["extend", "offer verbally", "extend"], ["offer up", "present as an act of worship", "offer up"], ["put up", "mount or put up", "put up"], ["bid", "propose a payment", "bid"], ["provide", "mount or put up", "provide"], ["declare oneself", "ask (someone) to marry you", "declare oneself"], ["propose", "ask (someone) to marry you", "propose"]]}, {"answer": "offing", "hint": "synonyms for offing", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "oil", "hint": "synonyms for oil", "clues": [["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing", "embrocate"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anoint"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anele"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing", "inunct"]]}, {"answer": "omen", "hint": "synonyms for omen", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "ooze", "hint": "synonyms for ooze", "clues": [["seep", "pass gradually or leak through or as if through small openings", "seep"], ["exude", "release (a liquid) in drops or small quantities", "exude"], ["exudate", "release (a liquid) in drops or small quantities", "exudate"], ["ooze out", "release (a liquid) in drops or small quantities", "ooze out"], ["transude", "release (a liquid) in drops or small quantities", "transude"]]}, {"answer": "order", "hint": "synonyms for order", "clues": [["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["consecrate", "appoint to a clerical posts", "consecrate"], ["grade", "assign a rank or rating to", "grade"], ["prescribe", "issue commands or orders for", "prescribe"], ["place", "assign a rank or rating to", "place"], ["ordain", "appoint to a clerical posts", "ordain"], ["ordinate", "appoint to a clerical posts", "ordinate"], ["range", "assign a rank or rating to", "range"], ["put", "arrange thoughts, ideas, temporal events", "put"], ["rank", "assign a rank or rating to", "rank"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"], ["say", "give instructions to or direct somebody to do something with authority", "say"], ["rate", "assign a rank or rating to", "rate"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["arrange", "arrange thoughts, ideas, temporal events", "arrange"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["dictate", "issue commands or orders for", "dictate"]]}, {"answer": "ordering", "hint": "synonyms for ordering", "clues": [["order", "bring order to or into", "order"], ["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["consecrate", "appoint to a clerical posts", "consecrate"], ["grade", "assign a rank or rating to", "grade"], ["prescribe", "issue commands or orders for", "prescribe"], ["place", "assign a rank or rating to", "place"], ["ordain", "appoint to a clerical posts", "ordain"], ["ordinate", "appoint to a clerical posts", "ordinate"], ["range", "assign a rank or rating to", "range"], ["put", "arrange thoughts, ideas, temporal events", "put"], ["rank", "assign a rank or rating to", "rank"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"], ["say", "give instructions to or direct somebody to do something with authority", "say"], ["rate", "assign a rank or rating to", "rate"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["arrange", "arrange thoughts, ideas, temporal events", "arrange"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["dictate", "issue commands or orders for", "dictate"]]}, {"answer": "ordinate", "hint": "synonyms for ordinate", "clues": [["ordain", "appoint to a clerical posts", "ordain"], ["coordinate", "bring (components or parts) into proper or desirable coordination correlation", "coordinate"], ["align", "bring (components or parts) into proper or desirable coordination correlation", "align"], ["consecrate", "appoint to a clerical posts", "consecrate"], ["order", "appoint to a clerical posts", "order"]]}, {"answer": "ornament", "hint": "synonyms for ornament", "clues": [["decorate", "make more attractive by adding ornament, colour, etc.", "decorate"], ["grace", "make more attractive by adding ornament, colour, etc.", "grace"], ["adorn", "make more attractive by adding ornament, colour, etc.", "adorn"], ["beautify", "make more attractive by adding ornament, colour, etc.", "beautify"], ["embellish", "make more attractive by adding ornament, colour, etc.", "embellish"]]}, {"answer": "ousting", "hint": "synonyms for ousting", "clues": [["kick out", "remove from a position or office", "kick out"], ["oust", "remove from a position or office", "oust"], ["drum out", "remove from a position or office", "drum out"], ["boot out", "remove from a position or office", "boot out"], ["throw out", "remove from a position or office", "throw out"], ["expel", "remove from a position or office", "expel"]]}, {"answer": "outcry", "hint": "synonyms for outcry", "clues": [["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["outshout", "shout louder than", "outshout"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"]]}, {"answer": "outfitting", "hint": "synonyms for outfitting", "clues": [["equip", "provide with (something) usually for a specific purpose", "equip"], ["fit", "provide with (something) usually for a specific purpose", "fit"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["fit out", "provide with (something) usually for a specific purpose", "fit out"]]}, {"answer": "outgo", "hint": "synonyms for outgo", "clues": [["outstrip", "be or do something to a greater degree", "outstrip"], ["outdo", "be or do something to a greater degree", "outdo"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["exceed", "be or do something to a greater degree", "exceed"]]}, {"answer": "outline", "hint": "synonyms for outline", "clues": [["sketch", "describe roughly or briefly or give the main points or summary of", "sketch"], ["limn", "trace the shape of", "limn"], ["draft", "draw up an outline or sketch for something", "draft"], ["adumbrate", "describe roughly or briefly or give the main points or summary of", "adumbrate"], ["delineate", "trace the shape of", "delineate"]]}, {"answer": "outrage", "hint": "synonyms for outrage", "clues": [["assault", "force (someone) to have sex against their will", "assault"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["profane", "violate the sacred character of a place or language", "profane"], ["violate", "force (someone) to have sex against their will", "violate"], ["rape", "force (someone) to have sex against their will", "rape"], ["appal", "strike with disgust or revulsion", "appal"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["ravish", "force (someone) to have sex against their will", "ravish"], ["desecrate", "violate the sacred character of a place or language", "desecrate"]]}, {"answer": "overacting", "hint": "synonyms for overacting", "clues": [["overact", "exaggerate one's acting", "overact"], ["overplay", "exaggerate one's acting", "overplay"], ["ham it up", "exaggerate one's acting", "ham it up"], ["ham", "exaggerate one's acting", "ham"]]}, {"answer": "overcharge", "hint": "synonyms for overcharge", "clues": [["fleece", "rip off; ask an unreasonable price", "fleece"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["overload", "place too much a load on", "overload"], ["rob", "rip off; ask an unreasonable price", "rob"], ["plume", "rip off; ask an unreasonable price", "plume"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["surcharge", "place too much a load on", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "overeating", "hint": "synonyms for overeating", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"]]}, {"answer": "overflow", "hint": "synonyms for overflow", "clues": [["run over", "flow or run over (a limit or brim)", "run over"], ["spill over", "overflow with a certain feeling", "spill over"], ["brim over", "flow or run over (a limit or brim)", "brim over"], ["bubble over", "overflow with a certain feeling", "bubble over"], ["well over", "flow or run over (a limit or brim)", "well over"], ["overrun", "flow or run over (a limit or brim)", "overrun"]]}, {"answer": "overlook", "hint": "synonyms for overlook", "clues": [["dominate", "look down on", "dominate"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["look across", "be oriented in a certain direction", "look across"], ["command", "look down on", "command"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["pretermit", "leave undone or leave out", "pretermit"], ["look out over", "be oriented in a certain direction", "look out over"], ["look out on", "be oriented in a certain direction", "look out on"], ["overtop", "look down on", "overtop"], ["leave out", "leave undone or leave out", "leave out"], ["miss", "leave undone or leave out", "miss"]]}, {"answer": "override", "hint": "synonyms for override", "clues": [["overturn", "rule against", "overturn"], ["overthrow", "rule against", "overthrow"], ["overrule", "rule against", "overrule"], ["reverse", "rule against", "reverse"]]}, {"answer": "overrun", "hint": "synonyms for overrun", "clues": [["run over", "flow or run over (a limit or brim)", "run over"], ["brim over", "flow or run over (a limit or brim)", "brim over"], ["infest", "occupy in large numbers or live on a host", "infest"], ["invade", "occupy in large numbers or live on a host", "invade"], ["well over", "flow or run over (a limit or brim)", "well over"], ["overflow", "flow or run over (a limit or brim)", "overflow"]]}, {"answer": "overtaking", "hint": "synonyms for overtaking", "clues": [["overtake", "catch up with and possibly overtake", "overtake"], ["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["overwhelm", "overcome, as with emotions or perceptual stimuli", "overwhelm"], ["catch up with", "catch up with and possibly overtake", "catch up with"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["overhaul", "travel past", "overhaul"], ["pass", "travel past", "pass"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"], ["catch", "catch up with and possibly overtake", "catch"], ["overpower", "overcome, as with emotions or perceptual stimuli", "overpower"]]}, {"answer": "overthrow", "hint": "synonyms for overthrow", "clues": [["overrule", "rule against", "overrule"], ["reverse", "rule against", "reverse"], ["override", "rule against", "override"], ["overturn", "rule against", "overturn"], ["subvert", "cause the downfall of; of rulers", "subvert"], ["bring down", "cause the downfall of; of rulers", "bring down"]]}, {"answer": "overturn", "hint": "synonyms for overturn", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["tump over", "turn from an upright or normal position", "tump over"], ["tip over", "cause to overturn from an upright or normal position", "tip over"], ["reverse", "rule against", "reverse"], ["overrule", "rule against", "overrule"], ["override", "rule against", "override"], ["countermand", "cancel officially", "countermand"], ["overthrow", "rule against", "overthrow"], ["rescind", "cancel officially", "rescind"], ["turn over", "turn from an upright or normal position", "turn over"], ["vacate", "cancel officially", "vacate"], ["subvert", "cause the downfall of; of rulers", "subvert"], ["revolutionize", "change radically", "revolutionize"], ["revoke", "cancel officially", "revoke"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["bring down", "cause the downfall of; of rulers", "bring down"], ["annul", "cancel officially", "annul"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["upset", "cause to overturn from an upright or normal position", "upset"]]}, {"answer": "pack", "hint": "synonyms for pack", "clues": [["bundle", "compress into a wad", "bundle"], ["carry", "have with oneself; have on one's person", "carry"], ["jam", "press tightly together or cram", "jam"], ["pile", "press tightly together or cram", "pile"], ["tamp", "press down tightly", "tamp"], ["backpack", "hike with a backpack", "backpack"], ["wad", "compress into a wad", "wad"], ["compact", "have the property of being packable or of compacting easily", "compact"], ["tamp down", "press down tightly", "tamp down"], ["throng", "press tightly together or cram", "throng"], ["load down", "load with a pack", "load down"], ["mob", "press tightly together or cram", "mob"], ["take", "have with oneself; have on one's person", "take"]]}, {"answer": "packing", "hint": "synonyms for packing", "clues": [["pack", "load with a pack", "pack"], ["jam", "press tightly together or cram", "jam"], ["pile", "press tightly together or cram", "pile"], ["compact", "have the property of being packable or of compacting easily", "compact"], ["wad", "compress into a wad", "wad"], ["load down", "load with a pack", "load down"], ["mob", "press tightly together or cram", "mob"], ["bundle", "compress into a wad", "bundle"], ["carry", "have with oneself; have on one's person", "carry"], ["tamp", "press down tightly", "tamp"], ["backpack", "hike with a backpack", "backpack"], ["tamp down", "press down tightly", "tamp down"], ["throng", "press tightly together or cram", "throng"], ["take", "have with oneself; have on one's person", "take"]]}, {"answer": "pad", "hint": "synonyms for pad", "clues": [["aggrandize", "add details to", "aggrandize"], ["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["embellish", "add details to", "embellish"], ["lard", "add details to", "lard"], ["bolster", "add padding to", "bolster"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["dramatise", "add details to", "dramatise"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"], ["embroider", "add details to", "embroider"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["blow up", "add details to", "blow up"], ["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"], ["fill out", "line or stuff with soft material", "fill out"]]}, {"answer": "padding", "hint": "synonyms for padding", "clues": [["aggrandize", "add details to", "aggrandize"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["fill out", "line or stuff with soft material", "fill out"], ["pad", "add padding to", "pad"], ["embellish", "add details to", "embellish"], ["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["lard", "add details to", "lard"], ["bolster", "add padding to", "bolster"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"], ["blow up", "add details to", "blow up"], ["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"]]}, {"answer": "paddle", "hint": "synonyms for paddle", "clues": [["splash around", "play in or as if in water, as of small children", "splash around"], ["coggle", "walk unsteadily", "coggle"], ["waddle", "walk unsteadily", "waddle"], ["spank", "give a spanking to; subject to a spanking", "spank"], ["larrup", "give a spanking to; subject to a spanking", "larrup"], ["dabble", "play in or as if in water, as of small children", "dabble"], ["dodder", "walk unsteadily", "dodder"], ["totter", "walk unsteadily", "totter"], ["toddle", "walk unsteadily", "toddle"]]}, {"answer": "pain", "hint": "synonyms for pain", "clues": [["anguish", "cause emotional anguish or make miserable", "anguish"], ["hurt", "cause emotional anguish or make miserable", "hurt"], ["trouble", "cause bodily suffering to and make sick or indisposed", "trouble"], ["ail", "cause bodily suffering to and make sick or indisposed", "ail"]]}, {"answer": "pains", "hint": "synonyms for pains", "clues": [["hurt", "cause emotional anguish or make miserable", "hurt"], ["trouble", "cause bodily suffering to and make sick or indisposed", "trouble"], ["pain", "cause emotional anguish or make miserable", "pain"], ["anguish", "cause emotional anguish or make miserable", "anguish"], ["ail", "cause bodily suffering to and make sick or indisposed", "ail"]]}, {"answer": "pair", "hint": "synonyms for pair", "clues": [["pair off", "form a pair or pairs", "pair off"], ["mate", "bring two objects, ideas, or people together", "mate"], ["couple", "bring two objects, ideas, or people together", "couple"], ["match", "bring two objects, ideas, or people together", "match"], ["twin", "bring two objects, ideas, or people together", "twin"], ["geminate", "occur in pairs", "geminate"], ["copulate", "engage in sexual intercourse", "copulate"], ["partner off", "form a pair or pairs", "partner off"]]}, {"answer": "pairing", "hint": "synonyms for pairing", "clues": [["pair", "form a pair or pairs", "pair"], ["pair off", "form a pair or pairs", "pair off"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["twin", "bring two objects, ideas, or people together", "twin"], ["geminate", "occur in pairs", "geminate"], ["copulate", "engage in sexual intercourse", "copulate"], ["partner off", "form a pair or pairs", "partner off"]]}, {"answer": "palaver", "hint": "synonyms for palaver", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "paling", "hint": "synonyms for paling", "clues": [["blanch", "turn pale, as if in fear", "blanch"], ["pal", "become friends; act friendly towards", "pal"], ["pal up", "become friends; act friendly towards", "pal up"], ["chum up", "become friends; act friendly towards", "chum up"], ["blench", "turn pale, as if in fear", "blench"]]}, {"answer": "palisade", "hint": "synonyms for palisade", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["fence in", "surround with a wall in order to fortify", "fence in"], ["fence", "surround with a wall in order to fortify", "fence"], ["wall", "surround with a wall in order to fortify", "wall"]]}, {"answer": "pall", "hint": "synonyms for pall", "clues": [["cloy", "cause surfeit through excess though initially pleasing", "cloy"], ["weary", "lose interest or become bored with something or somebody", "weary"], ["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["tire", "lose interest or become bored with something or somebody", "tire"], ["scare away", "cause to lose courage", "scare away"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["become flat", "lose sparkle or bouquet", "become flat"], ["dull", "become less interesting or attractive", "dull"], ["frighten off", "cause to lose courage", "frighten off"], ["scare off", "cause to lose courage", "scare off"], ["die", "lose sparkle or bouquet", "die"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "paltering", "hint": "synonyms for paltering", "clues": [["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information", "palter"], ["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "equivocate"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "prevaricate"], ["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information", "beat around the bush"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "tergiversate"]]}, {"answer": "pan", "hint": "synonyms for pan", "clues": [["tear apart", "express a totally negative opinion of", "tear apart"], ["trash", "express a totally negative opinion of", "trash"], ["pan out", "wash dirt in a pan to separate out the precious minerals", "pan out"], ["pan off", "wash dirt in a pan to separate out the precious minerals", "pan off"]]}, {"answer": "pander", "hint": "synonyms for pander", "clues": [["pimp", "arrange for sexual partners for others", "pimp"], ["procure", "arrange for sexual partners for others", "procure"], ["gratify", "yield (to); give satisfaction to", "gratify"], ["indulge", "yield (to); give satisfaction to", "indulge"]]}, {"answer": "panting", "hint": "synonyms for panting", "clues": [["heave", "breathe noisily, as when one is exhausted", "heave"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["puff", "breathe noisily, as when one is exhausted", "puff"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"]]}, {"answer": "pants", "hint": "synonyms for pants", "clues": [["heave", "breathe noisily, as when one is exhausted", "heave"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["puff", "breathe noisily, as when one is exhausted", "puff"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"]]}, {"answer": "parade", "hint": "synonyms for parade", "clues": [["troop", "march in a procession", "troop"], ["exhibit", "walk ostentatiously", "exhibit"], ["promenade", "march in a procession", "promenade"], ["march", "walk ostentatiously", "march"]]}, {"answer": "parent", "hint": "synonyms for parent", "clues": [["rear", "bring up", "rear"], ["nurture", "bring up", "nurture"], ["raise", "bring up", "raise"], ["bring up", "bring up", "bring up"]]}, {"answer": "paring", "hint": "synonyms for paring", "clues": [["skin", "strip the skin off", "skin"], ["pare", "cut small bits or pare shavings from", "pare"], ["pare down", "decrease gradually or bit by bit", "pare down"], ["peel", "strip the skin off", "peel"], ["whittle", "cut small bits or pare shavings from", "whittle"], ["trim", "remove the edges from and cut down to the desired size", "trim"]]}, {"answer": "parry", "hint": "synonyms for parry", "clues": [["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["block", "impede the movement of (an opponent or a ball)", "block"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["deflect", "impede the movement of (an opponent or a ball)", "deflect"]]}, {"answer": "parting", "hint": "synonyms for parting", "clues": [["set off", "leave", "set off"], ["part", "discontinue an association or relation; go different ways", "part"], ["divide", "force, take, or pull apart", "divide"], ["disunite", "force, take, or pull apart", "disunite"], ["start out", "leave", "start out"], ["separate", "come apart", "separate"], ["depart", "leave", "depart"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["start", "leave", "start"], ["set forth", "leave", "set forth"], ["break", "discontinue an association or relation; go different ways", "break"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["set out", "leave", "set out"], ["take off", "leave", "take off"], ["split", "discontinue an association or relation; go different ways", "split"]]}, {"answer": "parts", "hint": "synonyms for parts", "clues": [["set off", "leave", "set off"], ["part", "discontinue an association or relation; go different ways", "part"], ["divide", "force, take, or pull apart", "divide"], ["disunite", "force, take, or pull apart", "disunite"], ["start out", "leave", "start out"], ["separate", "come apart", "separate"], ["depart", "leave", "depart"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["start", "leave", "start"], ["set forth", "leave", "set forth"], ["break", "discontinue an association or relation; go different ways", "break"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["set out", "leave", "set out"], ["take off", "leave", "take off"], ["split", "discontinue an association or relation; go different ways", "split"]]}, {"answer": "pasture", "hint": "synonyms for pasture", "clues": [["graze", "let feed in a field or pasture or meadow", "graze"], ["browse", "feed as in a meadow or pasture", "browse"], ["crop", "let feed in a field or pasture or meadow", "crop"], ["range", "feed as in a meadow or pasture", "range"]]}, {"answer": "patter", "hint": "synonyms for patter", "clues": [["sprinkle", "rain gently", "sprinkle"], ["pitter-patter", "rain gently", "pitter-patter"], ["spatter", "rain gently", "spatter"], ["spit", "rain gently", "spit"]]}, {"answer": "pay", "hint": "synonyms for pay", "clues": [["make up", "do or give something to somebody in return", "make up"], ["devote", "dedicate", "devote"], ["give", "dedicate", "give"], ["compensate", "do or give something to somebody in return", "compensate"], ["yield", "bring in", "yield"], ["ante up", "cancel or discharge a debt", "ante up"], ["pay off", "do or give something to somebody in return", "pay off"], ["pay up", "cancel or discharge a debt", "pay up"], ["bear", "bring in", "bear"]]}, {"answer": "peach", "hint": "synonyms for peach", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "peck", "hint": "synonyms for peck", "clues": [["pick up", "eat by pecking at, like a bird", "pick up"], ["smack", "kiss lightly", "smack"], ["nag", "bother persistently with trivial complaints", "nag"], ["pick", "hit lightly with a picking motion", "pick"], ["beak", "hit lightly with a picking motion", "beak"], ["hen-peck", "bother persistently with trivial complaints", "hen-peck"], ["pick at", "eat like a bird", "pick at"]]}, {"answer": "peddling", "hint": "synonyms for peddling", "clues": [["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["monger", "sell or offer for sale from place to place", "monger"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"]]}, {"answer": "pee", "hint": "synonyms for pee", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "peeing", "hint": "synonyms for peeing", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "peel", "hint": "synonyms for peel", "clues": [["uncase", "get undressed", "uncase"], ["flake off", "come off in flakes or thin small pieces", "flake off"], ["skin", "strip the skin off", "skin"], ["peel off", "come off in flakes or thin small pieces", "peel off"], ["pare", "strip the skin off", "pare"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["undress", "get undressed", "undress"], ["flake", "come off in flakes or thin small pieces", "flake"], ["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"]]}, {"answer": "peeling", "hint": "synonyms for peeling", "clues": [["uncase", "get undressed", "uncase"], ["flake off", "come off in flakes or thin small pieces", "flake off"], ["skin", "strip the skin off", "skin"], ["peel off", "come off in flakes or thin small pieces", "peel off"], ["peel", "get undressed", "peel"], ["pare", "strip the skin off", "pare"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["undress", "get undressed", "undress"], ["flake", "come off in flakes or thin small pieces", "flake"], ["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"]]}, {"answer": "pelt", "hint": "synonyms for pelt", "clues": [["pour", "rain heavily", "pour"], ["stream", "rain heavily", "stream"], ["rain cats and dogs", "rain heavily", "rain cats and dogs"], ["rain buckets", "rain heavily", "rain buckets"], ["pepper", "attack and bombard with or as if with missiles", "pepper"], ["bombard", "cast, hurl, or throw repeatedly with some missile", "bombard"]]}, {"answer": "pelting", "hint": "synonyms for pelting", "clues": [["pelt", "attack and bombard with or as if with missiles", "pelt"], ["pepper", "attack and bombard with or as if with missiles", "pepper"], ["pour", "rain heavily", "pour"], ["stream", "rain heavily", "stream"], ["rain cats and dogs", "rain heavily", "rain cats and dogs"], ["rain buckets", "rain heavily", "rain buckets"], ["bombard", "cast, hurl, or throw repeatedly with some missile", "bombard"]]}, {"answer": "penning", "hint": "synonyms for penning", "clues": [["indite", "produce a literary work", "indite"], ["compose", "produce a literary work", "compose"], ["write", "produce a literary work", "write"], ["pen", "produce a literary work", "pen"]]}, {"answer": "percolate", "hint": "synonyms for percolate", "clues": [["pick up", "gain or regain energy", "pick up"], ["filter", "pass through", "filter"], ["gain vigor", "gain or regain energy", "gain vigor"], ["sink in", "pass through", "sink in"], ["perk up", "gain or regain energy", "perk up"], ["permeate", "pass through", "permeate"], ["perk", "gain or regain energy", "perk"], ["leach", "permeate or penetrate gradually", "leach"]]}, {"answer": "peril", "hint": "synonyms for peril", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["scupper", "put in a dangerous, disadvantageous, or difficult position", "scupper"], ["menace", "pose a threat to; present a danger to", "menace"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["queer", "put in a dangerous, disadvantageous, or difficult position", "queer"], ["endanger", "put in a dangerous, disadvantageous, or difficult position", "endanger"], ["expose", "put in a dangerous, disadvantageous, or difficult position", "expose"]]}, {"answer": "perk", "hint": "synonyms for perk", "clues": [["perk up", "gain or regain energy", "perk up"], ["percolate", "gain or regain energy", "percolate"], ["gain vigor", "gain or regain energy", "gain vigor"], ["pick up", "gain or regain energy", "pick up"]]}, {"answer": "permit", "hint": "synonyms for permit", "clues": [["countenance", "consent to, give permission", "countenance"], ["let", "consent to, give permission", "let"], ["allow", "consent to, give permission", "allow"], ["tolerate", "allow the presence of or allow (an activity) without opposing or prohibiting", "tolerate"]]}, {"answer": "pervert", "hint": "synonyms for pervert", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["abuse", "change the inherent purpose or function of something", "abuse"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["misuse", "change the inherent purpose or function of something", "misuse"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "phone", "hint": "synonyms for phone", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["ring", "get or try to get into communication (with someone) by telephone", "ring"]]}, {"answer": "phrase", "hint": "synonyms for phrase", "clues": [["articulate", "put into words or an expression", "articulate"], ["formulate", "put into words or an expression", "formulate"], ["give voice", "put into words or an expression", "give voice"], ["word", "put into words or an expression", "word"]]}, {"answer": "phrasing", "hint": "synonyms for phrasing", "clues": [["word", "put into words or an expression", "word"], ["formulate", "put into words or an expression", "formulate"], ["phrase", "divide, combine, or mark into phrases", "phrase"], ["articulate", "put into words or an expression", "articulate"], ["give voice", "put into words or an expression", "give voice"]]}, {"answer": "pick", "hint": "synonyms for pick", "clues": [["break up", "attack with or as if with a pickaxe of ice or rocky ground, for example", "break up"], ["plunk", "pull lightly but sharply with a plucking motion", "plunk"], ["cull", "look for and gather", "cull"], ["beak", "hit lightly with a picking motion", "beak"], ["pluck", "look for and gather", "pluck"], ["find fault", "harass with constant criticism", "find fault"], ["clean", "remove unwanted substances from, such as feathers or pits", "clean"], ["nibble", "eat intermittently; take small bites of", "nibble"], ["foot", "pay for something", "foot"], ["piece", "eat intermittently; take small bites of", "piece"], ["peck", "hit lightly with a picking motion", "peck"], ["blame", "harass with constant criticism", "blame"]]}, {"answer": "picking", "hint": "synonyms for picking", "clues": [["pick", "pilfer or rob", "pick"], ["plunk", "pull lightly but sharply with a plucking motion", "plunk"], ["break up", "attack with or as if with a pickaxe of ice or rocky ground, for example", "break up"], ["cull", "look for and gather", "cull"], ["find fault", "harass with constant criticism", "find fault"], ["clean", "remove unwanted substances from, such as feathers or pits", "clean"], ["pluck", "pull lightly but sharply with a plucking motion", "pluck"], ["piece", "eat intermittently; take small bites of", "piece"], ["blame", "harass with constant criticism", "blame"], ["beak", "hit lightly with a picking motion", "beak"], ["nibble", "eat intermittently; take small bites of", "nibble"], ["foot", "pay for something", "foot"], ["peck", "hit lightly with a picking motion", "peck"]]}, {"answer": "pickings", "hint": "synonyms for pickings", "clues": [["pick", "pilfer or rob", "pick"], ["plunk", "pull lightly but sharply with a plucking motion", "plunk"], ["break up", "attack with or as if with a pickaxe of ice or rocky ground, for example", "break up"], ["cull", "look for and gather", "cull"], ["find fault", "harass with constant criticism", "find fault"], ["clean", "remove unwanted substances from, such as feathers or pits", "clean"], ["pluck", "pull lightly but sharply with a plucking motion", "pluck"], ["piece", "eat intermittently; take small bites of", "piece"], ["blame", "harass with constant criticism", "blame"], ["beak", "hit lightly with a picking motion", "beak"], ["nibble", "eat intermittently; take small bites of", "nibble"], ["foot", "pay for something", "foot"], ["peck", "hit lightly with a picking motion", "peck"]]}, {"answer": "picture", "hint": "synonyms for picture", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["show", "show in, or as in, a picture", "show"], ["render", "show in, or as in, a picture", "render"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["depict", "show in, or as in, a picture", "depict"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "picturing", "hint": "synonyms for picturing", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["show", "show in, or as in, a picture", "show"], ["render", "show in, or as in, a picture", "render"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["depict", "show in, or as in, a picture", "depict"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "piddle", "hint": "synonyms for piddle", "clues": [["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["trifle", "waste time; spend one's time idly or inefficiently", "trifle"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["wanton", "waste time; spend one's time idly or inefficiently", "wanton"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["piddle away", "waste time; spend one's time idly or inefficiently", "piddle away"], ["piss", "eliminate urine", "piss"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["wanton away", "waste time; spend one's time idly or inefficiently", "wanton away"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"]]}, {"answer": "piece", "hint": "synonyms for piece", "clues": [["assemble", "create by putting components or members together", "assemble"], ["set up", "create by putting components or members together", "set up"], ["patch", "repair by adding pieces", "patch"], ["nibble", "eat intermittently; take small bites of", "nibble"], ["put together", "create by putting components or members together", "put together"], ["tack", "create by putting components or members together", "tack"], ["tack together", "create by putting components or members together", "tack together"], ["pick", "eat intermittently; take small bites of", "pick"]]}, {"answer": "piffle", "hint": "synonyms for piffle", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "pig", "hint": "synonyms for pig", "clues": [["farrow", "give birth", "farrow"], ["devour", "eat greedily", "devour"], ["raven", "eat greedily", "raven"], ["pig it", "live like a pig, in squalor", "pig it"], ["guttle", "eat greedily", "guttle"]]}, {"answer": "pile", "hint": "synonyms for pile", "clues": [["pack", "press tightly together or cram", "pack"], ["mob", "press tightly together or cram", "mob"], ["stack", "arrange in stacks", "stack"], ["jam", "press tightly together or cram", "jam"], ["heap", "arrange in stacks", "heap"], ["throng", "press tightly together or cram", "throng"]]}, {"answer": "piles", "hint": "synonyms for piles", "clues": [["stack", "arrange in stacks", "stack"], ["jam", "press tightly together or cram", "jam"], ["pile", "press tightly together or cram", "pile"], ["pack", "press tightly together or cram", "pack"], ["mob", "press tightly together or cram", "mob"], ["heap", "arrange in stacks", "heap"], ["throng", "press tightly together or cram", "throng"]]}, {"answer": "piling", "hint": "synonyms for piling", "clues": [["stack", "arrange in stacks", "stack"], ["jam", "press tightly together or cram", "jam"], ["pile", "press tightly together or cram", "pile"], ["pack", "press tightly together or cram", "pack"], ["mob", "press tightly together or cram", "mob"], ["heap", "arrange in stacks", "heap"], ["throng", "press tightly together or cram", "throng"]]}, {"answer": "pillage", "hint": "synonyms for pillage", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["ransack", "steal goods; take as spoils", "ransack"], ["plunder", "steal goods; take as spoils", "plunder"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "pillaging", "hint": "synonyms for pillaging", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "pillory", "hint": "synonyms for pillory", "clues": [["blast", "criticize harshly or violently", "blast"], ["crucify", "criticize harshly or violently", "crucify"], ["savage", "criticize harshly or violently", "savage"], ["gibbet", "expose to ridicule or public scorn", "gibbet"]]}, {"answer": "pinch", "hint": "synonyms for pinch", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["hook", "make off with belongings of others", "hook"], ["top", "cut the top off", "top"], ["twitch", "squeeze tightly between the fingers", "twitch"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["twinge", "squeeze tightly between the fingers", "twinge"], ["abstract", "make off with belongings of others", "abstract"], ["tweet", "squeeze tightly between the fingers", "tweet"], ["vellicate", "irritate as if by a nip, pinch, or tear", "vellicate"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["lift", "make off with belongings of others", "lift"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["crimp", "make ridges into by pinching together", "crimp"], ["swipe", "make off with belongings of others", "swipe"], ["nip", "squeeze tightly between the fingers", "nip"]]}, {"answer": "pine", "hint": "synonyms for pine", "clues": [["languish", "have a desire for something or someone who is not present", "languish"], ["yearn", "have a desire for something or someone who is not present", "yearn"], ["yen", "have a desire for something or someone who is not present", "yen"], ["ache", "have a desire for something or someone who is not present", "ache"]]}, {"answer": "pining", "hint": "synonyms for pining", "clues": [["yen", "have a desire for something or someone who is not present", "yen"], ["pin", "attach or fasten with pins or as if with pins; .", "pin"], ["yearn", "have a desire for something or someone who is not present", "yearn"], ["immobilise", "to hold fast or prevent from moving", "immobilise"], ["ache", "have a desire for something or someone who is not present", "ache"], ["languish", "have a desire for something or someone who is not present", "languish"], ["trap", "to hold fast or prevent from moving", "trap"]]}, {"answer": "pip", "hint": "synonyms for pip", "clues": [["shoot", "hit with a missile from a weapon", "shoot"], ["worst", "defeat thoroughly", "worst"], ["hit", "hit with a missile from a weapon", "hit"], ["whip", "defeat thoroughly", "whip"], ["rack up", "defeat thoroughly", "rack up"], ["mop up", "defeat thoroughly", "mop up"]]}, {"answer": "piss", "hint": "synonyms for piss", "clues": [["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "pissing", "hint": "synonyms for pissing", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "pit", "hint": "synonyms for pit", "clues": [["stone", "remove the pits from", "stone"], ["pock", "mark with a scar", "pock"], ["mark", "mark with a scar", "mark"], ["oppose", "set into opposition or rivalry", "oppose"], ["match", "set into opposition or rivalry", "match"], ["play off", "set into opposition or rivalry", "play off"], ["scar", "mark with a scar", "scar"]]}, {"answer": "pitch", "hint": "synonyms for pitch", "clues": [["tilt", "heel over", "tilt"], ["vend", "sell or offer for sale from place to place", "vend"], ["flip", "throw or toss with a light motion", "flip"], ["lurch", "move abruptly", "lurch"], ["deliver", "throw or hurl from the mound to the batter, as in baseball", "deliver"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["shift", "move abruptly", "shift"], ["slope", "be at an angle", "slope"], ["set up", "erect and fasten", "set up"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"], ["gear", "set the level or character of", "gear"], ["toss", "throw or toss with a light motion", "toss"], ["incline", "be at an angle", "incline"], ["monger", "sell or offer for sale from place to place", "monger"], ["slant", "heel over", "slant"], ["cant over", "heel over", "cant over"], ["cant", "heel over", "cant"], ["sky", "throw or toss with a light motion", "sky"]]}, {"answer": "pitching", "hint": "synonyms for pitching", "clues": [["tilt", "heel over", "tilt"], ["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["flip", "throw or toss with a light motion", "flip"], ["lurch", "move abruptly", "lurch"], ["deliver", "throw or hurl from the mound to the batter, as in baseball", "deliver"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["shift", "move abruptly", "shift"], ["slope", "be at an angle", "slope"], ["set up", "erect and fasten", "set up"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"], ["cant", "heel over", "cant"], ["gear", "set the level or character of", "gear"], ["toss", "throw or toss with a light motion", "toss"], ["incline", "be at an angle", "incline"], ["monger", "sell or offer for sale from place to place", "monger"], ["slant", "heel over", "slant"], ["cant over", "heel over", "cant over"], ["sky", "throw or toss with a light motion", "sky"]]}, {"answer": "pitting", "hint": "synonyms for pitting", "clues": [["stone", "remove the pits from", "stone"], ["mark", "mark with a scar", "mark"], ["oppose", "set into opposition or rivalry", "oppose"], ["pit", "remove the pits from", "pit"], ["play off", "set into opposition or rivalry", "play off"], ["match", "set into opposition or rivalry", "match"], ["pock", "mark with a scar", "pock"], ["scar", "mark with a scar", "scar"]]}, {"answer": "pity", "hint": "synonyms for pity", "clues": [["sympathize with", "share the suffering of", "sympathize with"], ["condole with", "share the suffering of", "condole with"], ["compassionate", "share the suffering of", "compassionate"], ["feel for", "share the suffering of", "feel for"]]}, {"answer": "place", "hint": "synonyms for place", "clues": [["come out", "take a place in a competition; often followed by an ordinal", "come out"], ["station", "assign to a station", "station"], ["lay", "put into a certain place or abstract location", "lay"], ["position", "put into a certain place or abstract location", "position"], ["put", "put into a certain place or abstract location", "put"], ["grade", "assign a rank or rating to", "grade"], ["post", "assign to a station", "post"], ["set", "locate", "set"], ["range", "assign a rank or rating to", "range"], ["rank", "assign a rank or rating to", "rank"], ["target", "intend (something) to move towards a certain goal", "target"], ["pose", "put into a certain place or abstract location", "pose"], ["localize", "identify the location or place of", "localize"], ["rate", "assign a rank or rating to", "rate"], ["identify", "recognize as being; establish the identity of someone or something", "identify"], ["site", "assign a location to", "site"], ["locate", "assign a location to", "locate"], ["point", "intend (something) to move towards a certain goal", "point"], ["direct", "intend (something) to move towards a certain goal", "direct"], ["order", "assign a rank or rating to", "order"], ["invest", "make an investment", "invest"], ["aim", "intend (something) to move towards a certain goal", "aim"], ["come in", "take a place in a competition; often followed by an ordinal", "come in"], ["commit", "make an investment", "commit"], ["send", "assign to a station", "send"]]}, {"answer": "plague", "hint": "synonyms for plague", "clues": [["beset", "annoy continually or chronically", "beset"], ["hassle", "annoy continually or chronically", "hassle"], ["harry", "annoy continually or chronically", "harry"], ["blight", "cause to suffer a blight", "blight"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["provoke", "annoy continually or chronically", "provoke"], ["molest", "annoy continually or chronically", "molest"], ["harass", "annoy continually or chronically", "harass"]]}, {"answer": "plan", "hint": "synonyms for plan", "clues": [["design", "make a design of; plan out in systematic, often graphic form", "design"], ["project", "make or work out a plan for; devise", "project"], ["be after", "have the will and intention to carry out some action", "be after"], ["contrive", "make or work out a plan for; devise", "contrive"]]}, {"answer": "plank", "hint": "synonyms for plank", "clues": [["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["plank over", "cover with planks", "plank over"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "planking", "hint": "synonyms for planking", "clues": [["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["plank over", "cover with planks", "plank over"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "planning", "hint": "synonyms for planning", "clues": [["design", "make a design of; plan out in systematic, often graphic form", "design"], ["plan", "make or work out a plan for; devise", "plan"], ["project", "make or work out a plan for; devise", "project"], ["be after", "have the will and intention to carry out some action", "be after"], ["contrive", "make or work out a plan for; devise", "contrive"]]}, {"answer": "plant", "hint": "synonyms for plant", "clues": [["implant", "fix or set securely or deeply", "implant"], ["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["set", "put or set (seeds, seedlings, or plants) into the ground", "set"], ["found", "set up or lay the groundwork for", "found"], ["engraft", "fix or set securely or deeply", "engraft"], ["imbed", "fix or set securely or deeply", "imbed"], ["embed", "fix or set securely or deeply", "embed"], ["constitute", "set up or lay the groundwork for", "constitute"]]}, {"answer": "planting", "hint": "synonyms for planting", "clues": [["plant", "put or set (seeds, seedlings, or plants) into the ground", "plant"], ["implant", "fix or set securely or deeply", "implant"], ["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["set", "put or set (seeds, seedlings, or plants) into the ground", "set"], ["found", "set up or lay the groundwork for", "found"], ["engraft", "fix or set securely or deeply", "engraft"], ["imbed", "fix or set securely or deeply", "imbed"], ["embed", "fix or set securely or deeply", "embed"], ["constitute", "set up or lay the groundwork for", "constitute"]]}, {"answer": "plash", "hint": "synonyms for plash", "clues": [["splosh", "dash a liquid upon or against", "splosh"], ["spatter", "dash a liquid upon or against", "spatter"], ["swash", "dash a liquid upon or against", "swash"], ["splash", "dash a liquid upon or against", "splash"], ["pleach", "interlace the shoots of", "pleach"]]}, {"answer": "plaster", "hint": "synonyms for plaster", "clues": [["poultice", "dress by covering with a therapeutic substance", "poultice"], ["daub", "coat with plaster", "daub"], ["beplaster", "cover conspicuously or thickly, as by pasting something on", "beplaster"], ["stick on", "apply a heavy coat to", "stick on"], ["plaster over", "apply a heavy coat to", "plaster over"]]}, {"answer": "plastering", "hint": "synonyms for plastering", "clues": [["poultice", "dress by covering with a therapeutic substance", "poultice"], ["plaster", "affix conspicuously", "plaster"], ["daub", "coat with plaster", "daub"], ["stick on", "apply a heavy coat to", "stick on"], ["plaster over", "apply a heavy coat to", "plaster over"]]}, {"answer": "play", "hint": "synonyms for play", "clues": [["recreate", "engage in recreational activities rather than work; occupy oneself in a diversion", "recreate"], ["dally", "behave carelessly or indifferently", "dally"], ["act as", "pretend to have certain qualities or state of mind", "act as"], ["trifle", "consider not very seriously", "trifle"], ["toy", "behave carelessly or indifferently", "toy"], ["flirt", "behave carelessly or indifferently", "flirt"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["work", "cause to happen or to occur as a consequence", "work"], ["bet", "stake on the outcome of an issue", "bet"], ["act", "perform on a stage or theater", "act"], ["wager", "stake on the outcome of an issue", "wager"], ["run", "cause to emit recorded audio or video", "run"], ["fiddle", "manipulate manually or in one's mind or imagination", "fiddle"], ["spiel", "replay (as a melody)", "spiel"], ["diddle", "manipulate manually or in one's mind or imagination", "diddle"], ["represent", "play a role or part", "represent"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["encounter", "contend against an opponent in a sport, game, or battle", "encounter"], ["meet", "contend against an opponent in a sport, game, or battle", "meet"], ["roleplay", "perform on a stage or theater", "roleplay"], ["playact", "perform on a stage or theater", "playact"], ["take on", "contend against an opponent in a sport, game, or battle", "take on"]]}, {"answer": "playacting", "hint": "synonyms for playacting", "clues": [["roleplay", "perform on a stage or theater", "roleplay"], ["playact", "perform on a stage or theater", "playact"], ["act", "perform on a stage or theater", "act"], ["play", "perform on a stage or theater", "play"]]}, {"answer": "playing", "hint": "synonyms for playing", "clues": [["play", "pretend to be somebody in the framework of a game or playful activity", "play"], ["toy", "behave carelessly or indifferently", "toy"], ["work", "cause to happen or to occur as a consequence", "work"], ["bet", "stake on the outcome of an issue", "bet"], ["act", "perform on a stage or theater", "act"], ["wager", "stake on the outcome of an issue", "wager"], ["run", "cause to emit recorded audio or video", "run"], ["spiel", "replay (as a melody)", "spiel"], ["encounter", "contend against an opponent in a sport, game, or battle", "encounter"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["meet", "contend against an opponent in a sport, game, or battle", "meet"], ["roleplay", "perform on a stage or theater", "roleplay"], ["playact", "perform on a stage or theater", "playact"], ["recreate", "engage in recreational activities rather than work; occupy oneself in a diversion", "recreate"], ["dally", "behave carelessly or indifferently", "dally"], ["act as", "pretend to have certain qualities or state of mind", "act as"], ["trifle", "consider not very seriously", "trifle"], ["flirt", "behave carelessly or indifferently", "flirt"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["fiddle", "manipulate manually or in one's mind or imagination", "fiddle"], ["diddle", "manipulate manually or in one's mind or imagination", "diddle"], ["represent", "play a role or part", "represent"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["take on", "contend against an opponent in a sport, game, or battle", "take on"]]}, {"answer": "pledge", "hint": "synonyms for pledge", "clues": [["salute", "propose a toast to", "salute"], ["plight", "promise solemnly and formally", "plight"], ["subscribe", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals", "subscribe"], ["drink", "propose a toast to", "drink"], ["toast", "propose a toast to", "toast"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "plight", "hint": "synonyms for plight", "clues": [["affiance", "give to in marriage", "affiance"], ["pledge", "promise solemnly and formally", "pledge"], ["betroth", "give to in marriage", "betroth"], ["engage", "give to in marriage", "engage"]]}, {"answer": "plod", "hint": "synonyms for plod", "clues": [["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["pad", "walk heavily and firmly, as when weary, or through mud", "pad"]]}, {"answer": "plonk", "hint": "synonyms for plonk", "clues": [["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "plow", "hint": "synonyms for plow", "clues": [["address", "act on verbally or in some form of artistic expression", "address"], ["turn", "to break and turn over earth especially with a plow", "turn"], ["plough", "to break and turn over earth especially with a plow", "plough"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["handle", "act on verbally or in some form of artistic expression", "handle"]]}, {"answer": "plowing", "hint": "synonyms for plowing", "clues": [["address", "act on verbally or in some form of artistic expression", "address"], ["plough", "to break and turn over earth especially with a plow", "plough"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["treat", "act on verbally or in some form of artistic expression", "treat"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["handle", "act on verbally or in some form of artistic expression", "handle"], ["turn", "to break and turn over earth especially with a plow", "turn"]]}, {"answer": "pluck", "hint": "synonyms for pluck", "clues": [["pull", "strip of feathers", "pull"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["plunk", "pull lightly but sharply with a plucking motion", "plunk"], ["cull", "look for and gather", "cull"], ["rob", "rip off; ask an unreasonable price", "rob"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["tear", "strip of feathers", "tear"], ["pick", "pull lightly but sharply with a plucking motion", "pick"], ["pick off", "pull or pull out sharply", "pick off"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity", "hustle"], ["displume", "strip of feathers", "displume"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["deplumate", "strip of feathers", "deplumate"], ["tweak", "pull or pull out sharply", "tweak"], ["pull off", "pull or pull out sharply", "pull off"], ["plume", "rip off; ask an unreasonable price", "plume"], ["roll", "sell something to or obtain something from by energetic and especially underhanded activity", "roll"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "plug", "hint": "synonyms for plug", "clues": [["secure", "fill or close tightly with or as if with a plug", "secure"], ["plug away", "persist in working hard", "plug away"], ["punch", "deliver a quick blow to", "punch"], ["stop up", "fill or close tightly with or as if with a plug", "stop up"]]}, {"answer": "plume", "hint": "synonyms for plume", "clues": [["fleece", "rip off; ask an unreasonable price", "fleece"], ["dress", "dress or groom with elaborate care", "dress"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["primp", "dress or groom with elaborate care", "primp"], ["rob", "rip off; ask an unreasonable price", "rob"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["pride", "be proud of", "pride"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["preen", "dress or groom with elaborate care", "preen"], ["congratulate", "be proud of", "congratulate"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "plunder", "hint": "synonyms for plunder", "clues": [["loot", "steal goods; take as spoils", "loot"], ["violate", "destroy and strip of its possession", "violate"], ["strip", "steal goods; take as spoils", "strip"], ["ransack", "steal goods; take as spoils", "ransack"], ["rape", "destroy and strip of its possession", "rape"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["spoil", "destroy and strip of its possession", "spoil"], ["pillage", "steal goods; take as spoils", "pillage"], ["sack", "plunder (a town) after capture", "sack"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "plunge", "hint": "synonyms for plunge", "clues": [["steep", "devote (oneself) fully to", "steep"], ["dive", "drop steeply", "dive"], ["immerse", "devote (oneself) fully to", "immerse"], ["absorb", "devote (oneself) fully to", "absorb"], ["engulf", "devote (oneself) fully to", "engulf"], ["soak up", "devote (oneself) fully to", "soak up"], ["launch", "begin with vigor", "launch"], ["plunk", "drop steeply", "plunk"], ["dump", "fall abruptly", "dump"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate", "dip"], ["souse", "immerse briefly into a liquid so as to wet, coat, or saturate", "souse"], ["engross", "devote (oneself) fully to", "engross"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate", "dunk"], ["douse", "immerse briefly into a liquid so as to wet, coat, or saturate", "douse"]]}, {"answer": "ply", "hint": "synonyms for ply", "clues": [["provide", "give what is desired or needed, especially support, food or sustenance", "provide"], ["cater", "give what is desired or needed, especially support, food or sustenance", "cater"], ["supply", "give what is desired or needed, especially support, food or sustenance", "supply"], ["run", "travel a route regularly", "run"]]}, {"answer": "point", "hint": "synonyms for point", "clues": [["taper", "give a point to", "taper"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["orient", "be oriented", "orient"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["bespeak", "be a signal for or a symptom of", "bespeak"], ["charge", "direct into a position for use", "charge"], ["place", "intend (something) to move towards a certain goal", "place"], ["channelise", "direct the course; determine the direction of travelling", "channelise"], ["luff", "sail close to the wind", "luff"], ["manoeuver", "direct the course; determine the direction of travelling", "manoeuver"], ["level", "direct into a position for use", "level"], ["head", "direct the course; determine the direction of travelling", "head"], ["target", "intend (something) to move towards a certain goal", "target"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively", "indicate"], ["repoint", "repair the joints of bricks", "repoint"], ["betoken", "be a signal for or a symptom of", "betoken"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["sharpen", "give a point to", "sharpen"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively", "show"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively", "designate"], ["signal", "be a signal for or a symptom of", "signal"], ["aim", "intend (something) to move towards a certain goal", "aim"]]}, {"answer": "poke", "hint": "synonyms for poke", "clues": [["pry", "search or inquire in a meddlesome way", "pry"], ["jab", "poke or thrust abruptly", "jab"], ["horn in", "search or inquire in a meddlesome way", "horn in"], ["pound", "hit hard with the hand, fist, or some heavy instrument", "pound"], ["thump", "hit hard with the hand, fist, or some heavy instrument", "thump"], ["intrude", "search or inquire in a meddlesome way", "intrude"], ["dig", "poke or thrust abruptly", "dig"], ["stab", "poke or thrust abruptly", "stab"], ["nose", "search or inquire in a meddlesome way", "nose"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "poking", "hint": "synonyms for poking", "clues": [["pry", "search or inquire in a meddlesome way", "pry"], ["jab", "poke or thrust abruptly", "jab"], ["poke", "hit hard with the hand, fist, or some heavy instrument", "poke"], ["horn in", "search or inquire in a meddlesome way", "horn in"], ["pound", "hit hard with the hand, fist, or some heavy instrument", "pound"], ["thump", "hit hard with the hand, fist, or some heavy instrument", "thump"], ["intrude", "search or inquire in a meddlesome way", "intrude"], ["dig", "poke or thrust abruptly", "dig"], ["stab", "poke or thrust abruptly", "stab"], ["nose", "search or inquire in a meddlesome way", "nose"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "polishing", "hint": "synonyms for polishing", "clues": [["down", "improve or perfect by pruning or polishing", "down"], ["polish", "improve or perfect by pruning or polishing", "polish"], ["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["smooth", "make (a surface) shine", "smooth"], ["refine", "improve or perfect by pruning or polishing", "refine"], ["round", "bring to a highly developed, finished, or refined state", "round"], ["shine", "make (a surface) shine", "shine"], ["round off", "bring to a highly developed, finished, or refined state", "round off"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"]]}, {"answer": "popping", "hint": "synonyms for popping", "clues": [["toss off", "drink down entirely", "toss off"], ["start", "bulge outward", "start"], ["down", "drink down entirely", "down"], ["bulge out", "bulge outward", "bulge out"], ["pop", "put or thrust suddenly and forcefully", "pop"], ["crop up", "appear suddenly or unexpectedly", "crop up"], ["pop out", "bulge outward", "pop out"], ["belt down", "drink down entirely", "belt down"], ["kill", "drink down entirely", "kill"], ["drink down", "drink down entirely", "drink down"], ["protrude", "bulge outward", "protrude"], ["come out", "bulge outward", "come out"], ["bulge", "bulge outward", "bulge"], ["pop up", "appear suddenly or unexpectedly", "pop up"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "pore", "hint": "synonyms for pore", "clues": [["concentrate", "direct one's attention on something", "concentrate"], ["center", "direct one's attention on something", "center"], ["centre", "direct one's attention on something", "centre"], ["focus", "direct one's attention on something", "focus"], ["rivet", "direct one's attention on something", "rivet"]]}, {"answer": "portraying", "hint": "synonyms for portraying", "clues": [["present", "represent abstractly, for example in a painting, drawing, or sculpture", "present"], ["portray", "portray in words", "portray"], ["impersonate", "assume or act the character of", "impersonate"], ["depict", "make a portrait of", "depict"], ["limn", "make a portrait of", "limn"]]}, {"answer": "pose", "hint": "synonyms for pose", "clues": [["lay", "put into a certain place or abstract location", "lay"], ["sit", "assume a posture as for artistic purposes", "sit"], ["baffle", "be a mystery or bewildering to", "baffle"], ["place", "put into a certain place or abstract location", "place"], ["position", "put into a certain place or abstract location", "position"], ["beat", "be a mystery or bewildering to", "beat"], ["present", "introduce", "present"], ["put", "put into a certain place or abstract location", "put"], ["mystify", "be a mystery or bewildering to", "mystify"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["personate", "pretend to be someone you are not; sometimes with fraudulent intentions", "personate"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["posture", "assume a posture as for artistic purposes", "posture"], ["get", "be a mystery or bewildering to", "get"], ["model", "assume a posture as for artistic purposes", "model"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["set", "put into a certain place or abstract location", "set"], ["gravel", "be a mystery or bewildering to", "gravel"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "posing", "hint": "synonyms for posing", "clues": [["position", "put into a certain place or abstract location", "position"], ["present", "introduce", "present"], ["put", "put into a certain place or abstract location", "put"], ["mystify", "be a mystery or bewildering to", "mystify"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["personate", "pretend to be someone you are not; sometimes with fraudulent intentions", "personate"], ["pose", "introduce", "pose"], ["flummox", "be a mystery or bewildering to", "flummox"], ["model", "assume a posture as for artistic purposes", "model"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["amaze", "be a mystery or bewildering to", "amaze"], ["lay", "put into a certain place or abstract location", "lay"], ["sit", "assume a posture as for artistic purposes", "sit"], ["baffle", "be a mystery or bewildering to", "baffle"], ["place", "put into a certain place or abstract location", "place"], ["beat", "be a mystery or bewildering to", "beat"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["posture", "assume a posture as for artistic purposes", "posture"], ["get", "be a mystery or bewildering to", "get"], ["perplex", "be a mystery or bewildering to", "perplex"], ["set", "put into a certain place or abstract location", "set"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "posit", "hint": "synonyms for posit", "clues": [["put forward", "put before", "put forward"], ["deposit", "put (something somewhere) firmly", "deposit"], ["fix", "put (something somewhere) firmly", "fix"], ["situate", "put (something somewhere) firmly", "situate"], ["state", "put before", "state"], ["submit", "put before", "submit"], ["postulate", "take as a given; assume as a postulate or axiom", "postulate"]]}, {"answer": "position", "hint": "synonyms for position", "clues": [["pose", "put into a certain place or abstract location", "pose"], ["set", "put into a certain place or abstract location", "set"], ["lay", "put into a certain place or abstract location", "lay"], ["place", "put into a certain place or abstract location", "place"], ["put", "put into a certain place or abstract location", "put"]]}, {"answer": "post", "hint": "synonyms for post", "clues": [["station", "assign to a station", "station"], ["send", "cause to be directed or transmitted to another place", "send"], ["brand", "mark or expose as infamous", "brand"], ["carry", "transfer (entries) from one account book to another", "carry"], ["mail", "cause to be directed or transmitted to another place", "mail"], ["place", "assign to a station", "place"], ["stake", "mark with a stake", "stake"], ["put up", "place so as to be noticed", "put up"]]}, {"answer": "posting", "hint": "synonyms for posting", "clues": [["station", "assign to a station", "station"], ["send", "cause to be directed or transmitted to another place", "send"], ["post", "place so as to be noticed", "post"], ["brand", "mark or expose as infamous", "brand"], ["mail", "cause to be directed or transmitted to another place", "mail"], ["place", "assign to a station", "place"], ["stake", "mark with a stake", "stake"], ["put up", "place so as to be noticed", "put up"], ["carry", "transfer (entries) from one account book to another", "carry"]]}, {"answer": "postulate", "hint": "synonyms for postulate", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["posit", "take as a given; assume as a postulate or axiom", "posit"], ["need", "require as useful, just, or proper", "need"], ["demand", "require as useful, just, or proper", "demand"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["require", "require as useful, just, or proper", "require"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["contend", "maintain or assert", "contend"]]}, {"answer": "posturing", "hint": "synonyms for posturing", "clues": [["pose", "behave affectedly or unnaturally in order to impress others", "pose"], ["posture", "assume a posture as for artistic purposes", "posture"], ["sit", "assume a posture as for artistic purposes", "sit"], ["model", "assume a posture as for artistic purposes", "model"]]}, {"answer": "potter", "hint": "synonyms for potter", "clues": [["muck around", "do random, unplanned work or activities or spend time idly", "muck around"], ["tinker", "do random, unplanned work or activities or spend time idly", "tinker"], ["mess around", "do random, unplanned work or activities or spend time idly", "mess around"], ["monkey around", "do random, unplanned work or activities or spend time idly", "monkey around"], ["putter around", "move around aimlessly", "putter around"], ["putter", "move around aimlessly", "putter"], ["monkey", "do random, unplanned work or activities or spend time idly", "monkey"], ["muck about", "do random, unplanned work or activities or spend time idly", "muck about"]]}, {"answer": "pound", "hint": "synonyms for pound", "clues": [["pound up", "shut up or confine in any enclosure or within any bounds or limits", "pound up"], ["ram", "strike or drive against with a heavy impact", "ram"], ["pound off", "partition off into compartments", "pound off"], ["poke", "hit hard with the hand, fist, or some heavy instrument", "poke"], ["thump", "hit hard with the hand, fist, or some heavy instrument", "thump"], ["lumber", "move heavily or clumsily", "lumber"], ["beat", "move rhythmically", "beat"], ["impound", "place or shut up in a pound", "impound"], ["ram down", "strike or drive against with a heavy impact", "ram down"]]}, {"answer": "pounding", "hint": "synonyms for pounding", "clues": [["pound up", "shut up or confine in any enclosure or within any bounds or limits", "pound up"], ["ram", "strike or drive against with a heavy impact", "ram"], ["pound off", "partition off into compartments", "pound off"], ["poke", "hit hard with the hand, fist, or some heavy instrument", "poke"], ["pound", "move heavily or clumsily", "pound"], ["thump", "hit hard with the hand, fist, or some heavy instrument", "thump"], ["lumber", "move heavily or clumsily", "lumber"], ["beat", "move rhythmically", "beat"], ["impound", "place or shut up in a pound", "impound"], ["ram down", "strike or drive against with a heavy impact", "ram down"]]}, {"answer": "pout", "hint": "synonyms for pout", "clues": [["brood", "be in a huff and display one's displeasure", "brood"], ["mow", "make a sad face and thrust out one's lower lip", "mow"], ["sulk", "be in a huff and display one's displeasure", "sulk"], ["mop", "make a sad face and thrust out one's lower lip", "mop"]]}, {"answer": "practice", "hint": "synonyms for practice", "clues": [["commit", "engage in or perform", "commit"], ["practise", "engage in a rehearsal (of)", "practise"], ["apply", "avail oneself to", "apply"], ["exercise", "learn by repetition", "exercise"], ["rehearse", "engage in a rehearsal (of)", "rehearse"], ["drill", "learn by repetition", "drill"], ["use", "avail oneself to", "use"], ["do", "carry out or practice; as of jobs and professions", "do"]]}, {"answer": "prance", "hint": "synonyms for prance", "clues": [["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others", "ruffle"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"]]}, {"answer": "prate", "hint": "synonyms for prate", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "prattle", "hint": "synonyms for prattle", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "premise", "hint": "synonyms for premise", "clues": [["precede", "furnish with a preface or introduction", "precede"], ["introduce", "furnish with a preface or introduction", "introduce"], ["preface", "furnish with a preface or introduction", "preface"], ["premiss", "take something as preexisting and given", "premiss"]]}, {"answer": "premises", "hint": "synonyms for premises", "clues": [["precede", "furnish with a preface or introduction", "precede"], ["introduce", "furnish with a preface or introduction", "introduce"], ["premiss", "take something as preexisting and given", "premiss"], ["preface", "furnish with a preface or introduction", "preface"]]}, {"answer": "presage", "hint": "synonyms for presage", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "preserve", "hint": "synonyms for preserve", "clues": [["keep", "prevent (food) from rotting", "keep"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction", "conserve"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last", "carry on"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["save", "to keep up and reserve for personal or special use", "save"], ["continue", "keep or maintain in unaltered condition; cause to remain or last", "continue"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction", "maintain"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"]]}, {"answer": "preserves", "hint": "synonyms for preserves", "clues": [["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"], ["keep", "prevent (food) from rotting", "keep"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["save", "to keep up and reserve for personal or special use", "save"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last", "carry on"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction", "conserve"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction", "maintain"], ["continue", "keep or maintain in unaltered condition; cause to remain or last", "continue"]]}, {"answer": "press", "hint": "synonyms for press", "clues": [["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["bid", "ask for or request earnestly", "bid"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["weight-lift", "lift weights", "weight-lift"], ["constrict", "squeeze or press together", "constrict"], ["entreat", "ask for or request earnestly", "entreat"], ["compact", "squeeze or press together", "compact"], ["conjure", "ask for or request earnestly", "conjure"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["iron", "press and smooth with a heated iron", "iron"], ["urge", "force or impel in an indicated direction", "urge"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["beseech", "ask for or request earnestly", "beseech"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["iron out", "press and smooth with a heated iron", "iron out"], ["squeeze", "squeeze or press together", "squeeze"], ["exhort", "force or impel in an indicated direction", "exhort"], ["adjure", "ask for or request earnestly", "adjure"], ["urge on", "force or impel in an indicated direction", "urge on"], ["weigh", "to be oppressive or burdensome; ,", "weigh"], ["compress", "squeeze or press together", "compress"], ["press out", "press from a plastic", "press out"], ["contract", "squeeze or press together", "contract"]]}, {"answer": "pressure", "hint": "synonyms for pressure", "clues": [["blackjack", "exert pressure on someone through threats", "blackjack"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "hale"], ["force", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "force"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "coerce"], ["blackmail", "exert pressure on someone through threats", "blackmail"], ["squeeze", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "squeeze"]]}, {"answer": "pretending", "hint": "synonyms for pretending", "clues": [["make believe", "represent fictitiously, as in a play, or pretend to be or act like", "make believe"], ["pretend", "represent fictitiously, as in a play, or pretend to be or act like", "pretend"], ["hazard", "put forward, of a guess, in spite of possible refutation", "hazard"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["feign", "make believe with the intent to deceive", "feign"], ["sham", "make believe with the intent to deceive", "sham"], ["make", "represent fictitiously, as in a play, or pretend to be or act like", "make"], ["venture", "put forward, of a guess, in spite of possible refutation", "venture"], ["guess", "put forward, of a guess, in spite of possible refutation", "guess"], ["profess", "state insincerely", "profess"], ["act", "behave unnaturally or affectedly", "act"], ["affect", "make believe with the intent to deceive", "affect"]]}, {"answer": "prick", "hint": "synonyms for prick", "clues": [["goad", "stab or urge on as if with a pointed stick", "goad"], ["bite", "deliver a sting to", "bite"], ["prickle", "make a small hole into, as with a needle or a thorn", "prickle"], ["cock up", "raise", "cock up"], ["sting", "deliver a sting to", "sting"], ["prick up", "raise", "prick up"], ["twinge", "cause a stinging pain", "twinge"]]}, {"answer": "pricking", "hint": "synonyms for pricking", "clues": [["goad", "stab or urge on as if with a pointed stick", "goad"], ["prick", "make a small hole into, as with a needle or a thorn", "prick"], ["bite", "deliver a sting to", "bite"], ["prickle", "make a small hole into, as with a needle or a thorn", "prickle"], ["cock up", "raise", "cock up"], ["sting", "deliver a sting to", "sting"], ["prick up", "raise", "prick up"], ["twinge", "cause a stinging pain", "twinge"]]}, {"answer": "priming", "hint": "synonyms for priming", "clues": [["prim", "contract one's lips", "prim"], ["prim up", "dress primly", "prim up"], ["prim out", "dress primly", "prim out"], ["ground", "cover with a primer; apply a primer to", "ground"], ["undercoat", "cover with a primer; apply a primer to", "undercoat"]]}, {"answer": "primping", "hint": "synonyms for primping", "clues": [["preen", "dress or groom with elaborate care", "preen"], ["primp", "dress or groom with elaborate care", "primp"], ["plume", "dress or groom with elaborate care", "plume"], ["dress", "dress or groom with elaborate care", "dress"]]}, {"answer": "proceeding", "hint": "synonyms for proceeding", "clues": [["continue", "move ahead; travel onward in time or space", "continue"], ["proceed", "continue talking; he continued,", "proceed"], ["go forward", "move ahead; travel onward in time or space", "go forward"], ["go", "follow a procedure or take a course", "go"], ["go on", "continue talking; he continued,", "go on"], ["keep", "continue a certain state, condition, or activity", "keep"], ["carry on", "continue talking; he continued,", "carry on"], ["move", "follow a procedure or take a course", "move"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "proceedings", "hint": "synonyms for proceedings", "clues": [["continue", "move ahead; travel onward in time or space", "continue"], ["proceed", "continue talking; he continued,", "proceed"], ["go forward", "move ahead; travel onward in time or space", "go forward"], ["go", "follow a procedure or take a course", "go"], ["go on", "continue talking; he continued,", "go on"], ["keep", "continue a certain state, condition, or activity", "keep"], ["carry on", "continue talking; he continued,", "carry on"], ["move", "follow a procedure or take a course", "move"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "proceeds", "hint": "synonyms for proceeds", "clues": [["continue", "move ahead; travel onward in time or space", "continue"], ["proceed", "continue talking; he continued,", "proceed"], ["go forward", "move ahead; travel onward in time or space", "go forward"], ["go", "follow a procedure or take a course", "go"], ["go on", "continue talking; he continued,", "go on"], ["keep", "continue a certain state, condition, or activity", "keep"], ["carry on", "continue talking; he continued,", "carry on"], ["move", "follow a procedure or take a course", "move"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "process", "hint": "synonyms for process", "clues": [["march", "march in a procession", "march"], ["litigate", "institute legal proceedings against; file a suit against", "litigate"], ["work", "shape, form, or improve a material", "work"], ["sue", "institute legal proceedings against; file a suit against", "sue"], ["serve", "deliver a warrant or summons to someone", "serve"], ["swear out", "deliver a warrant or summons to someone", "swear out"], ["action", "institute legal proceedings against; file a suit against", "action"], ["treat", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition", "treat"], ["work on", "shape, form, or improve a material", "work on"]]}, {"answer": "processing", "hint": "synonyms for processing", "clues": [["march", "march in a procession", "march"], ["process", "march in a procession", "process"], ["litigate", "institute legal proceedings against; file a suit against", "litigate"], ["work", "shape, form, or improve a material", "work"], ["sue", "institute legal proceedings against; file a suit against", "sue"], ["serve", "deliver a warrant or summons to someone", "serve"], ["swear out", "deliver a warrant or summons to someone", "swear out"], ["action", "institute legal proceedings against; file a suit against", "action"], ["treat", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition", "treat"], ["work on", "shape, form, or improve a material", "work on"]]}, {"answer": "procuress", "hint": "synonyms for procuress", "clues": [["pimp", "arrange for sexual partners for others", "pimp"], ["procure", "get by special effort", "procure"], ["secure", "get by special effort", "secure"], ["pander", "arrange for sexual partners for others", "pander"]]}, {"answer": "prod", "hint": "synonyms for prod", "clues": [["jab", "poke or thrust abruptly", "jab"], ["egg on", "urge on; cause to act", "egg on"], ["nudge", "to push against gently", "nudge"], ["dig", "poke or thrust abruptly", "dig"], ["stab", "poke or thrust abruptly", "stab"], ["incite", "urge on; cause to act", "incite"], ["poke", "poke or thrust abruptly", "poke"], ["poke at", "to push against gently", "poke at"]]}, {"answer": "prodding", "hint": "synonyms for prodding", "clues": [["jab", "poke or thrust abruptly", "jab"], ["egg on", "urge on; cause to act", "egg on"], ["nudge", "to push against gently", "nudge"], ["dig", "poke or thrust abruptly", "dig"], ["prod", "urge on; cause to act", "prod"], ["incite", "urge on; cause to act", "incite"], ["stab", "poke or thrust abruptly", "stab"], ["poke", "poke or thrust abruptly", "poke"], ["poke at", "to push against gently", "poke at"]]}, {"answer": "produce", "hint": "synonyms for produce", "clues": [["bring about", "cause to happen, occur or exist", "bring about"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques", "grow"], ["develop", "come to have or undergo a change of (physical features and attributes)", "develop"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["bring forth", "bring forth or yield", "bring forth"], ["create", "create or manufacture a man-made product", "create"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["bring on", "bring onto the market or release", "bring on"], ["make", "create or manufacture a man-made product", "make"], ["give rise", "cause to happen, occur or exist", "give rise"], ["raise", "cultivate by growing, often involving improvements by means of agricultural techniques", "raise"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques", "farm"]]}, {"answer": "professing", "hint": "synonyms for professing", "clues": [["profess", "take vows, as in religious order", "profess"], ["confess", "admit (to a wrongdoing)", "confess"], ["pretend", "state insincerely", "pretend"], ["concede", "admit (to a wrongdoing)", "concede"]]}, {"answer": "profits", "hint": "synonyms for profits", "clues": [["turn a profit", "make a profit; gain money or materially", "turn a profit"], ["benefit", "derive a benefit from", "benefit"], ["profit", "make a profit; gain money or materially", "profit"], ["gain", "derive a benefit from", "gain"]]}, {"answer": "progress", "hint": "synonyms for progress", "clues": [["go on", "move forward, also in the metaphorical sense", "go on"], ["get along", "develop in a positive way", "get along"], ["build", "form or accumulate steadily", "build"], ["advance", "move forward, also in the metaphorical sense", "advance"], ["come on", "develop in a positive way", "come on"], ["shape up", "develop in a positive way", "shape up"], ["march on", "move forward, also in the metaphorical sense", "march on"], ["come along", "develop in a positive way", "come along"], ["build up", "form or accumulate steadily", "build up"], ["move on", "move forward, also in the metaphorical sense", "move on"], ["work up", "form or accumulate steadily", "work up"], ["pass on", "move forward, also in the metaphorical sense", "pass on"], ["get on", "develop in a positive way", "get on"]]}, {"answer": "project", "hint": "synonyms for project", "clues": [["cast", "put or send forth", "cast"], ["send off", "throw, send, or cast forward", "send off"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["jut out", "extend out or project in space", "jut out"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["externalise", "regard as objective", "externalise"], ["throw", "put or send forth", "throw"], ["see", "imagine; conceive of; see in one's mind", "see"], ["protrude", "extend out or project in space", "protrude"], ["plan", "make or work out a plan for; devise", "plan"], ["contrive", "make or work out a plan for; devise", "contrive"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["stick out", "extend out or project in space", "stick out"], ["jut", "extend out or project in space", "jut"], ["envision", "imagine; conceive of; see in one's mind", "envision"], ["propose", "present for consideration, examination, criticism, etc.", "propose"], ["design", "make or work out a plan for; devise", "design"]]}, {"answer": "promise", "hint": "synonyms for promise", "clues": [["call", "make a prediction about; tell in advance", "call"], ["assure", "make a promise or commitment", "assure"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["forebode", "make a prediction about; tell in advance", "forebode"]]}, {"answer": "prompting", "hint": "synonyms for prompting", "clues": [["propel", "give an incentive for action", "propel"], ["prompt", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned", "prompt"], ["remind", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned", "remind"], ["incite", "give an incentive for action", "incite"], ["cue", "assist (somebody acting or reciting) by suggesting the next words of something forgotten or imperfectly learned", "cue"], ["instigate", "serve as the inciting cause of", "instigate"], ["inspire", "serve as the inciting cause of", "inspire"], ["actuate", "give an incentive for action", "actuate"], ["motivate", "give an incentive for action", "motivate"], ["move", "give an incentive for action", "move"]]}, {"answer": "props", "hint": "synonyms for props", "clues": [["prop up", "support by placing against something solid or rigid", "prop up"], ["shore up", "support by placing against something solid or rigid", "shore up"], ["shore", "support by placing against something solid or rigid", "shore"], ["prop", "support by placing against something solid or rigid", "prop"]]}, {"answer": "prune", "hint": "synonyms for prune", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["rationalise", "weed out unwanted or unnecessary things", "rationalise"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["cut", "weed out unwanted or unnecessary things", "cut"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"]]}, {"answer": "pruning", "hint": "synonyms for pruning", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["rationalise", "weed out unwanted or unnecessary things", "rationalise"], ["prune", "weed out unwanted or unnecessary things", "prune"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["cut", "weed out unwanted or unnecessary things", "cut"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"]]}, {"answer": "pry", "hint": "synonyms for pry", "clues": [["horn in", "search or inquire in a meddlesome way", "horn in"], ["prise", "make an uninvited or presumptuous inquiry", "prise"], ["prize", "to move or force, especially in an effort to get something open; :", "prize"], ["jimmy", "to move or force, especially in an effort to get something open; :", "jimmy"], ["intrude", "search or inquire in a meddlesome way", "intrude"], ["nose", "search or inquire in a meddlesome way", "nose"], ["poke", "search or inquire in a meddlesome way", "poke"], ["lever", "to move or force, especially in an effort to get something open; :", "lever"]]}, {"answer": "publicizing", "hint": "synonyms for publicizing", "clues": [["publicise", "call attention to", "publicise"], ["advertise", "call attention to", "advertise"], ["air", "make public", "air"], ["bare", "make public", "bare"]]}, {"answer": "publishing", "hint": "synonyms for publishing", "clues": [["write", "have (one's written work) issued for publication", "write"], ["print", "put into print", "print"], ["publish", "prepare and issue for public distribution or sale", "publish"], ["put out", "prepare and issue for public distribution or sale", "put out"], ["release", "prepare and issue for public distribution or sale", "release"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["issue", "prepare and issue for public distribution or sale", "issue"]]}, {"answer": "pucker", "hint": "synonyms for pucker", "clues": [["ruck", "become wrinkled or drawn together", "ruck"], ["knit", "to gather something into small wrinkles or folds", "knit"], ["tuck", "draw together into folds or puckers", "tuck"], ["gather", "draw together into folds or puckers", "gather"], ["rumple", "to gather something into small wrinkles or folds", "rumple"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["ruck up", "become wrinkled or drawn together", "ruck up"]]}, {"answer": "puddle", "hint": "synonyms for puddle", "clues": [["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["pass water", "eliminate urine", "pass water"], ["addle", "mix up or confuse", "addle"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["muddle", "mix up or confuse", "muddle"], ["piss", "eliminate urine", "piss"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "puffing", "hint": "synonyms for puffing", "clues": [["puff", "smoke and exhale strongly", "puff"], ["puff up", "to swell or cause to enlarge,", "puff up"], ["huff", "blow hard and loudly", "huff"], ["pant", "breathe noisily, as when one is exhausted", "pant"], ["blow up", "to swell or cause to enlarge,", "blow up"], ["draw", "suck in or take (air)", "draw"], ["heave", "breathe noisily, as when one is exhausted", "heave"], ["gasp", "breathe noisily, as when one is exhausted", "gasp"], ["drag", "suck in or take (air)", "drag"], ["puff out", "to swell or cause to enlarge,", "puff out"], ["whiff", "smoke and exhale strongly", "whiff"]]}, {"answer": "puke", "hint": "synonyms for puke", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "puking", "hint": "synonyms for puking", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["barf", "eject the contents of the stomach through the mouth", "barf"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"]]}, {"answer": "pull", "hint": "synonyms for pull", "clues": [["commit", "perform an act, usually with a negative connotation", "commit"], ["take out", "remove, usually with some force or effort; also used in an abstract sense", "take out"], ["draw", "cause to move by pulling", "draw"], ["rip", "tear or be torn violently", "rip"], ["root for", "take sides with; align oneself with; show strong sympathy for", "root for"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull in"], ["tear", "strip of feathers", "tear"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense", "pull out"], ["extract", "remove, usually with some force or effort; also used in an abstract sense", "extract"], ["overstretch", "strain abnormally", "overstretch"], ["displume", "strip of feathers", "displume"], ["deplumate", "strip of feathers", "deplumate"], ["perpetrate", "perform an act, usually with a negative connotation", "perpetrate"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense", "draw out"], ["pluck", "strip of feathers", "pluck"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense", "pull up"], ["rend", "tear or be torn violently", "rend"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"], ["force", "cause to move by pulling", "force"], ["rive", "tear or be torn violently", "rive"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw in"]]}, {"answer": "pulling", "hint": "synonyms for pulling", "clues": [["commit", "perform an act, usually with a negative connotation", "commit"], ["draw", "cause to move by pulling", "draw"], ["rip", "tear or be torn violently", "rip"], ["root for", "take sides with; align oneself with; show strong sympathy for", "root for"], ["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull in"], ["pull", "remove, usually with some force or effort; also used in an abstract sense", "pull"], ["overstretch", "strain abnormally", "overstretch"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["deplume", "strip of feathers", "deplume"], ["rive", "tear or be torn violently", "rive"], ["take out", "remove, usually with some force or effort; also used in an abstract sense", "take out"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense", "pull out"], ["tear", "strip of feathers", "tear"], ["extract", "remove, usually with some force or effort; also used in an abstract sense", "extract"], ["displume", "strip of feathers", "displume"], ["perpetrate", "perform an act, usually with a negative connotation", "perpetrate"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense", "draw out"], ["pluck", "strip of feathers", "pluck"], ["rend", "tear or be torn violently", "rend"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"], ["force", "cause to move by pulling", "force"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense", "pull up"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw in"]]}, {"answer": "punt", "hint": "synonyms for punt", "clues": [["gage", "place a bet on", "gage"], ["bet on", "place a bet on", "bet on"], ["back", "place a bet on", "back"], ["game", "place a bet on", "game"], ["stake", "place a bet on", "stake"], ["pole", "propel with a pole", "pole"]]}, {"answer": "punting", "hint": "synonyms for punting", "clues": [["bet on", "place a bet on", "bet on"], ["punt", "kick the ball", "punt"], ["stake", "place a bet on", "stake"], ["gage", "place a bet on", "gage"], ["back", "place a bet on", "back"], ["game", "place a bet on", "game"], ["pole", "propel with a pole", "pole"]]}, {"answer": "purge", "hint": "synonyms for purge", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purify", "make pure or free from sin or guilt", "purify"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["flush", "rinse, clean, or empty with a liquid", "flush"], ["sanctify", "make pure or free from sin or guilt", "sanctify"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["scour", "rinse, clean, or empty with a liquid", "scour"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "purl", "hint": "synonyms for purl", "clues": [["whirl", "flow in a circular current, of liquids", "whirl"], ["eddy", "flow in a circular current, of liquids", "eddy"], ["whirlpool", "flow in a circular current, of liquids", "whirlpool"], ["sough", "make a murmuring sound", "sough"], ["swirl", "flow in a circular current, of liquids", "swirl"]]}, {"answer": "purpose", "hint": "synonyms for purpose", "clues": [["aim", "propose or intend", "aim"], ["propose", "propose or intend", "propose"], ["purport", "propose or intend", "purport"], ["resolve", "reach a decision", "resolve"]]}, {"answer": "purr", "hint": "synonyms for purr", "clues": [["whiz", "make a soft swishing sound", "whiz"], ["whir", "make a soft swishing sound", "whir"], ["make vibrant sounds", "indicate pleasure by purring; characteristic of cats", "make vibrant sounds"], ["birr", "make a soft swishing sound", "birr"]]}, {"answer": "push", "hint": "synonyms for push", "clues": [["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["tug", "strive and make an effort to reach a goal", "tug"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["labor", "strive and make an effort to reach a goal", "labor"], ["crowd", "approach a certain age or speed", "crowd"], ["force", "move with force,", "force"], ["bear on", "press, drive, or impel (someone) to action or completion of an action", "bear on"], ["promote", "make publicity for; try to sell (a product)", "promote"], ["advertise", "make publicity for; try to sell (a product)", "advertise"], ["drive", "strive and make an effort to reach a goal", "drive"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"]]}, {"answer": "push_back", "hint": "synonyms for push back", "clues": [["drive", "cause to move back by force or influence", "drive"], ["repel", "cause to move back by force or influence", "repel"], ["force back", "cause to move back by force or influence", "force back"], ["repulse", "cause to move back by force or influence", "repulse"], ["beat back", "cause to move back by force or influence", "beat back"]]}, {"answer": "pushing", "hint": "synonyms for pushing", "clues": [["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["labor", "strive and make an effort to reach a goal", "labor"], ["force", "move with force,", "force"], ["bear on", "press, drive, or impel (someone) to action or completion of an action", "bear on"], ["promote", "make publicity for; try to sell (a product)", "promote"], ["drive", "strive and make an effort to reach a goal", "drive"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["advertize", "make publicity for; try to sell (a product)", "advertize"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["tug", "strive and make an effort to reach a goal", "tug"], ["agitate", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "agitate"], ["crowd", "approach a certain age or speed", "crowd"]]}, {"answer": "put", "hint": "synonyms for put", "clues": [["pose", "put into a certain place or abstract location", "pose"], ["lay", "put into a certain place or abstract location", "lay"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["place", "put into a certain place or abstract location", "place"], ["position", "put into a certain place or abstract location", "position"], ["assign", "attribute or give", "assign"], ["frame", "formulate in a particular style or language", "frame"], ["arrange", "arrange thoughts, ideas, temporal events", "arrange"], ["set", "put into a certain place or abstract location", "set"], ["couch", "formulate in a particular style or language", "couch"], ["cast", "formulate in a particular style or language", "cast"], ["order", "arrange thoughts, ideas, temporal events", "order"], ["redact", "formulate in a particular style or language", "redact"], ["invest", "make an investment", "invest"], ["commit", "make an investment", "commit"]]}, {"answer": "putter", "hint": "synonyms for putter", "clues": [["muck around", "do random, unplanned work or activities or spend time idly", "muck around"], ["tinker", "do random, unplanned work or activities or spend time idly", "tinker"], ["mess around", "do random, unplanned work or activities or spend time idly", "mess around"], ["monkey around", "do random, unplanned work or activities or spend time idly", "monkey around"], ["putter around", "move around aimlessly", "putter around"], ["potter", "move around aimlessly", "potter"], ["monkey", "do random, unplanned work or activities or spend time idly", "monkey"], ["muck about", "do random, unplanned work or activities or spend time idly", "muck about"]]}, {"answer": "putting", "hint": "synonyms for putting", "clues": [["lay", "put into a certain place or abstract location", "lay"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["place", "put into a certain place or abstract location", "place"], ["position", "put into a certain place or abstract location", "position"], ["assign", "attribute or give", "assign"], ["put", "cause (someone) to undergo something", "put"], ["frame", "formulate in a particular style or language", "frame"], ["couch", "formulate in a particular style or language", "couch"], ["pose", "put into a certain place or abstract location", "pose"], ["arrange", "arrange thoughts, ideas, temporal events", "arrange"], ["set", "put into a certain place or abstract location", "set"], ["cast", "formulate in a particular style or language", "cast"], ["order", "arrange thoughts, ideas, temporal events", "order"], ["redact", "formulate in a particular style or language", "redact"], ["invest", "make an investment", "invest"], ["commit", "make an investment", "commit"]]}, {"answer": "puzzle", "hint": "synonyms for puzzle", "clues": [["flummox", "be a mystery or bewildering to", "flummox"], ["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "quail", "hint": "synonyms for quail", "clues": [["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["wince", "draw back, as with fear or pain", "wince"], ["flinch", "draw back, as with fear or pain", "flinch"], ["cringe", "draw back, as with fear or pain", "cringe"], ["squinch", "draw back, as with fear or pain", "squinch"], ["shrink", "draw back, as with fear or pain", "shrink"]]}, {"answer": "qualifying", "hint": "synonyms for qualifying", "clues": [["modify", "add a modifier to a constituent", "modify"], ["measure up", "prove capable or fit; meet requirements", "measure up"], ["dispose", "make fit or prepared", "dispose"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "specify"], ["qualify", "make fit or prepared", "qualify"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "condition"], ["restrict", "make more specific", "restrict"], ["characterise", "describe or portray the character or the qualities or peculiarities of", "characterise"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"]]}, {"answer": "quarrel", "hint": "synonyms for quarrel", "clues": [["altercate", "have a disagreement over something", "altercate"], ["argufy", "have a disagreement over something", "argufy"], ["dispute", "have a disagreement over something", "dispute"], ["scrap", "have a disagreement over something", "scrap"]]}, {"answer": "quarter", "hint": "synonyms for quarter", "clues": [["canton", "provide housing for (military personnel)", "canton"], ["billet", "provide housing for (military personnel)", "billet"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw and quarter"], ["draw", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw"]]}, {"answer": "quartering", "hint": "synonyms for quartering", "clues": [["canton", "provide housing for (military personnel)", "canton"], ["quarter", "divide by four; divide into quarters", "quarter"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw and quarter"], ["billet", "provide housing for (military personnel)", "billet"], ["draw", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw"]]}, {"answer": "quarters", "hint": "synonyms for quarters", "clues": [["canton", "provide housing for (military personnel)", "canton"], ["quarter", "divide by four; divide into quarters", "quarter"], ["draw and quarter", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw and quarter"], ["billet", "provide housing for (military personnel)", "billet"], ["draw", "pull (a person) apart with four horses tied to his extremities, so as to execute him", "draw"]]}, {"answer": "quelling", "hint": "synonyms for quelling", "clues": [["squelch", "suppress or crush completely", "squelch"], ["quell", "overcome or allay", "quell"], ["stay", "overcome or allay", "stay"], ["appease", "overcome or allay", "appease"], ["quench", "suppress or crush completely", "quench"]]}, {"answer": "quenching", "hint": "synonyms for quenching", "clues": [["squelch", "suppress or crush completely", "squelch"], ["quench", "reduce the degree of (luminescence or phosphorescence) in (excited molecules or a material) by adding a suitable substance", "quench"], ["slake", "satisfy (thirst)", "slake"], ["quell", "suppress or crush completely", "quell"], ["extinguish", "put out, as of fires, flames, or lights", "extinguish"], ["allay", "satisfy (thirst)", "allay"], ["blow out", "put out, as of fires, flames, or lights", "blow out"], ["assuage", "satisfy (thirst)", "assuage"], ["snuff out", "put out, as of fires, flames, or lights", "snuff out"]]}, {"answer": "quest", "hint": "synonyms for quest", "clues": [["request", "express the need or desire for; ask for", "request"], ["call for", "express the need or desire for; ask for", "call for"], ["bay", "bark with prolonged noises, of dogs", "bay"], ["bespeak", "express the need or desire for; ask for", "bespeak"]]}, {"answer": "question", "hint": "synonyms for question", "clues": [["call into question", "challenge the accuracy, probity, or propriety of", "call into question"], ["oppugn", "challenge the accuracy, probity, or propriety of", "oppugn"], ["interview", "conduct an interview in television, newspaper, and radio reporting", "interview"], ["query", "pose a question", "query"], ["interrogate", "pose a series of questions to", "interrogate"], ["wonder", "place in doubt or express doubtful speculation", "wonder"]]}, {"answer": "quibble", "hint": "synonyms for quibble", "clues": [["niggle", "argue over petty things", "niggle"], ["squabble", "argue over petty things", "squabble"], ["brabble", "argue over petty things", "brabble"], ["pettifog", "argue over petty things", "pettifog"], ["bicker", "argue over petty things", "bicker"]]}, {"answer": "quickening", "hint": "synonyms for quickening", "clues": [["quicken", "give life or energy to", "quicken"], ["speed up", "move faster", "speed up"], ["vivify", "give new life or energy to", "vivify"], ["speed", "move faster", "speed"], ["whet", "make keen or more acute", "whet"], ["revive", "give new life or energy to", "revive"], ["invigorate", "give life or energy to", "invigorate"], ["animate", "give new life or energy to", "animate"], ["accelerate", "move faster", "accelerate"], ["repair", "give new life or energy to", "repair"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"]]}, {"answer": "quiver", "hint": "synonyms for quiver", "clues": [["beat", "move with or as if with a regular alternating motion", "beat"], ["flicker", "move back and forth very rapidly", "flicker"], ["waver", "move back and forth very rapidly", "waver"], ["flutter", "move back and forth very rapidly", "flutter"], ["pulsate", "move with or as if with a regular alternating motion", "pulsate"], ["quake", "shake with fast, tremulous movements", "quake"], ["palpitate", "shake with fast, tremulous movements", "palpitate"]]}, {"answer": "quivering", "hint": "synonyms for quivering", "clues": [["pulsate", "move with or as if with a regular alternating motion", "pulsate"], ["flitter", "move back and forth very rapidly", "flitter"], ["quake", "shake with fast, tremulous movements", "quake"], ["beat", "move with or as if with a regular alternating motion", "beat"], ["flicker", "move back and forth very rapidly", "flicker"], ["waver", "move back and forth very rapidly", "waver"], ["quiver", "move with or as if with a regular alternating motion", "quiver"], ["palpitate", "shake with fast, tremulous movements", "palpitate"]]}, {"answer": "race", "hint": "synonyms for race", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["run", "compete in a race", "run"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "racing", "hint": "synonyms for racing", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["run", "compete in a race", "run"], ["rush along", "move fast", "rush along"], ["race", "compete in a race", "race"], ["hie", "move fast", "hie"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "rack", "hint": "synonyms for rack", "clues": [["extort", "obtain by coercion or intimidation", "extort"], ["scud", "run before a gale", "scud"], ["torment", "torment emotionally or mentally", "torment"], ["single-foot", "go at a rack", "single-foot"], ["wring", "obtain by coercion or intimidation", "wring"], ["excruciate", "torment emotionally or mentally", "excruciate"], ["torture", "torment emotionally or mentally", "torture"], ["gouge", "obtain by coercion or intimidation", "gouge"], ["squeeze", "obtain by coercion or intimidation", "squeeze"]]}, {"answer": "racket", "hint": "synonyms for racket", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "wassail"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make whoopie"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "whoop it up"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "jollify"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make happy"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "revel"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make merry"]]}, {"answer": "rag", "hint": "synonyms for rag", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["dress down", "censure severely or angrily", "dress down"], ["dun", "treat cruelly", "dun"], ["bait", "harass with persistent criticism or carping", "bait"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["bedevil", "treat cruelly", "bedevil"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["cod", "harass with persistent criticism or carping", "cod"], ["chew up", "censure severely or angrily", "chew up"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["crucify", "treat cruelly", "crucify"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["frustrate", "treat cruelly", "frustrate"], ["lambast", "censure severely or angrily", "lambast"], ["rebuke", "censure severely or angrily", "rebuke"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["tease", "harass with persistent criticism or carping", "tease"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["trounce", "censure severely or angrily", "trounce"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["call down", "censure severely or angrily", "call down"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["lecture", "censure severely or angrily", "lecture"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["ride", "harass with persistent criticism or carping", "ride"], ["torment", "treat cruelly", "torment"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "rail", "hint": "synonyms for rail", "clues": [["rail in", "enclose with rails", "rail in"], ["vilify", "spread negative information about", "vilify"], ["train", "travel by rail or train", "train"], ["revile", "spread negative information about", "revile"], ["fulminate", "criticize severely", "fulminate"], ["vituperate", "spread negative information about", "vituperate"], ["rail off", "separate with a railing", "rail off"], ["inveigh", "complain bitterly", "inveigh"]]}, {"answer": "railing", "hint": "synonyms for railing", "clues": [["rail in", "enclose with rails", "rail in"], ["vilify", "spread negative information about", "vilify"], ["train", "travel by rail or train", "train"], ["rail", "fish with a handline over the rails of a boat", "rail"], ["rail off", "separate with a railing", "rail off"], ["fulminate", "criticize severely", "fulminate"], ["inveigh", "complain bitterly", "inveigh"], ["revile", "spread negative information about", "revile"], ["vituperate", "spread negative information about", "vituperate"]]}, {"answer": "rails", "hint": "synonyms for rails", "clues": [["rail in", "enclose with rails", "rail in"], ["vilify", "spread negative information about", "vilify"], ["train", "travel by rail or train", "train"], ["rail", "fish with a handline over the rails of a boat", "rail"], ["rail off", "separate with a railing", "rail off"], ["fulminate", "criticize severely", "fulminate"], ["inveigh", "complain bitterly", "inveigh"], ["revile", "spread negative information about", "revile"], ["vituperate", "spread negative information about", "vituperate"]]}, {"answer": "raiment", "hint": "synonyms for raiment", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "raise", "hint": "synonyms for raise", "clues": [["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["erect", "construct, build, or erect", "erect"], ["parent", "bring up", "parent"], ["elevate", "raise in rank or condition", "elevate"], ["lift", "move upwards", "lift"], ["put up", "construct, build, or erect", "put up"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques", "farm"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["leaven", "cause to puff up with a leaven", "leaven"], ["heighten", "increase", "heighten"], ["nurture", "bring up", "nurture"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["prove", "cause to puff up with a leaven", "prove"], ["recruit", "cause to assemble or enlist in the military", "recruit"], ["enhance", "increase", "enhance"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques", "produce"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["rear", "construct, build, or erect", "rear"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["grow", "cultivate by growing, often involving improvements by means of agricultural techniques", "grow"], ["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["get up", "raise from a lower to a higher position", "get up"], ["upraise", "cause to become alive again", "upraise"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["levy", "cause to assemble or enlist in the military", "levy"], ["resurrect", "cause to become alive again", "resurrect"], ["set up", "construct, build, or erect", "set up"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["advance", "give a promotion to or assign to a higher position", "advance"], ["promote", "give a promotion to or assign to a higher position", "promote"]]}, {"answer": "rake", "hint": "synonyms for rake", "clues": [["graze", "scrape gently", "graze"], ["run down", "examine hastily", "run down"], ["glance over", "examine hastily", "glance over"], ["scan", "examine hastily", "scan"], ["crease", "scrape gently", "crease"], ["skim", "examine hastily", "skim"]]}, {"answer": "rally", "hint": "synonyms for rally", "clues": [["mobilize", "call to arms; of military personnel", "mobilize"], ["rebound", "return to a former condition", "rebound"], ["twit", "harass with persistent criticism or carping", "twit"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"], ["summon", "gather or bring together", "summon"], ["muster", "gather or bring together", "muster"], ["razz", "harass with persistent criticism or carping", "razz"], ["beat up", "gather", "beat up"], ["come up", "gather or bring together", "come up"], ["muster up", "gather or bring together", "muster up"], ["tease", "harass with persistent criticism or carping", "tease"], ["call up", "call to arms; of military personnel", "call up"], ["drum up", "gather", "drum up"]]}, {"answer": "ram", "hint": "synonyms for ram", "clues": [["force", "force into or from an action or state, either physically or metaphorically", "force"], ["jam", "crowd or pack to capacity", "jam"], ["crash", "undergo damage or destruction on impact", "crash"], ["jampack", "crowd or pack to capacity", "jampack"], ["pound", "strike or drive against with a heavy impact", "pound"], ["wad", "crowd or pack to capacity", "wad"], ["drive", "force into or from an action or state, either physically or metaphorically", "drive"], ["chock up", "crowd or pack to capacity", "chock up"], ["cram", "crowd or pack to capacity", "cram"], ["ram down", "strike or drive against with a heavy impact", "ram down"]]}, {"answer": "ramble", "hint": "synonyms for ramble", "clues": [["jog", "continue talking or writing in a desultory manner", "jog"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["ramble on", "continue talking or writing in a desultory manner", "ramble on"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "rameses", "hint": "synonyms for rameses", "clues": [["force", "force into or from an action or state, either physically or metaphorically", "force"], ["ram", "strike or drive against with a heavy impact", "ram"], ["jam", "crowd or pack to capacity", "jam"], ["crash", "undergo damage or destruction on impact", "crash"], ["jampack", "crowd or pack to capacity", "jampack"], ["pound", "strike or drive against with a heavy impact", "pound"], ["wad", "crowd or pack to capacity", "wad"], ["drive", "force into or from an action or state, either physically or metaphorically", "drive"], ["chock up", "crowd or pack to capacity", "chock up"], ["ram down", "strike or drive against with a heavy impact", "ram down"]]}, {"answer": "ramesses", "hint": "synonyms for ramesses", "clues": [["force", "force into or from an action or state, either physically or metaphorically", "force"], ["ram", "strike or drive against with a heavy impact", "ram"], ["jam", "crowd or pack to capacity", "jam"], ["crash", "undergo damage or destruction on impact", "crash"], ["jampack", "crowd or pack to capacity", "jampack"], ["pound", "strike or drive against with a heavy impact", "pound"], ["wad", "crowd or pack to capacity", "wad"], ["drive", "force into or from an action or state, either physically or metaphorically", "drive"], ["chock up", "crowd or pack to capacity", "chock up"], ["ram down", "strike or drive against with a heavy impact", "ram down"]]}, {"answer": "ramses", "hint": "synonyms for ramses", "clues": [["force", "force into or from an action or state, either physically or metaphorically", "force"], ["ram", "strike or drive against with a heavy impact", "ram"], ["jam", "crowd or pack to capacity", "jam"], ["crash", "undergo damage or destruction on impact", "crash"], ["jampack", "crowd or pack to capacity", "jampack"], ["pound", "strike or drive against with a heavy impact", "pound"], ["wad", "crowd or pack to capacity", "wad"], ["drive", "force into or from an action or state, either physically or metaphorically", "drive"], ["chock up", "crowd or pack to capacity", "chock up"], ["ram down", "strike or drive against with a heavy impact", "ram down"]]}, {"answer": "range", "hint": "synonyms for range", "clues": [["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["pasture", "feed as in a meadow or pasture", "pasture"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["graze", "feed as in a meadow or pasture", "graze"], ["array", "lay out orderly or logically in a line or as if in a line", "array"], ["rank", "assign a rank or rating to", "rank"], ["rate", "assign a rank or rating to", "rate"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["set out", "lay out orderly or logically in a line or as if in a line", "set out"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["run", "change or be different within limits", "run"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["lay out", "lay out orderly or logically in a line or as if in a line", "lay out"], ["browse", "feed as in a meadow or pasture", "browse"], ["order", "assign a rank or rating to", "order"], ["straddle", "range or extend over; occupy a certain area", "straddle"], ["crop", "feed as in a meadow or pasture", "crop"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "ransacking", "hint": "synonyms for ransacking", "clues": [["loot", "steal goods; take as spoils", "loot"], ["ransack", "search thoroughly", "ransack"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["comb", "search thoroughly", "comb"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "rant", "hint": "synonyms for rant", "clues": [["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"]]}, {"answer": "ranting", "hint": "synonyms for ranting", "clues": [["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"]]}, {"answer": "rap", "hint": "synonyms for rap", "clues": [["pink", "make light, repeated taps on a surface", "pink"], ["tap", "make light, repeated taps on a surface", "tap"], ["knock", "make light, repeated taps on a surface", "knock"], ["knap", "strike sharply", "knap"]]}, {"answer": "rape", "hint": "synonyms for rape", "clues": [["assault", "force (someone) to have sex against their will", "assault"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["violate", "force (someone) to have sex against their will", "violate"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["plunder", "destroy and strip of its possession", "plunder"], ["spoil", "destroy and strip of its possession", "spoil"], ["despoil", "destroy and strip of its possession", "despoil"], ["ravish", "force (someone) to have sex against their will", "ravish"]]}, {"answer": "rat", "hint": "synonyms for rat", "clues": [["tell on", "give away information about somebody", "tell on"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["snitch", "give away information about somebody", "snitch"], ["grass", "give away information about somebody", "grass"], ["fink", "take the place of work of someone on strike", "fink"], ["betray", "give away information about somebody", "betray"], ["blackleg", "take the place of work of someone on strike", "blackleg"], ["shop", "give away information about somebody", "shop"], ["shit", "give away information about somebody", "shit"], ["stag", "give away information about somebody", "stag"], ["scab", "take the place of work of someone on strike", "scab"]]}, {"answer": "rate", "hint": "synonyms for rate", "clues": [["value", "estimate the value of", "value"], ["range", "assign a rank or rating to", "range"], ["order", "assign a rank or rating to", "order"], ["rank", "assign a rank or rating to", "rank"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"]]}, {"answer": "rates", "hint": "synonyms for rates", "clues": [["tell on", "give away information about somebody", "tell on"], ["rat", "desert one's party or group of friends, for example, for one's personal advantage", "rat"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"], ["value", "estimate the value of", "value"], ["fink", "take the place of work of someone on strike", "fink"], ["betray", "give away information about somebody", "betray"], ["range", "assign a rank or rating to", "range"], ["blackleg", "take the place of work of someone on strike", "blackleg"], ["rank", "assign a rank or rating to", "rank"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"], ["shit", "give away information about somebody", "shit"], ["snitch", "give away information about somebody", "snitch"], ["order", "assign a rank or rating to", "order"], ["scab", "take the place of work of someone on strike", "scab"], ["shop", "give away information about somebody", "shop"]]}, {"answer": "rating", "hint": "synonyms for rating", "clues": [["tell on", "give away information about somebody", "tell on"], ["rat", "desert one's party or group of friends, for example, for one's personal advantage", "rat"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["grade", "assign a rank or rating to", "grade"], ["place", "assign a rank or rating to", "place"], ["value", "estimate the value of", "value"], ["fink", "take the place of work of someone on strike", "fink"], ["betray", "give away information about somebody", "betray"], ["range", "assign a rank or rating to", "range"], ["blackleg", "take the place of work of someone on strike", "blackleg"], ["rank", "assign a rank or rating to", "rank"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"], ["shit", "give away information about somebody", "shit"], ["snitch", "give away information about somebody", "snitch"], ["order", "assign a rank or rating to", "order"], ["scab", "take the place of work of someone on strike", "scab"], ["shop", "give away information about somebody", "shop"]]}, {"answer": "ratting", "hint": "synonyms for ratting", "clues": [["tell on", "give away information about somebody", "tell on"], ["rat", "desert one's party or group of friends, for example, for one's personal advantage", "rat"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["fink", "take the place of work of someone on strike", "fink"], ["betray", "give away information about somebody", "betray"], ["blackleg", "take the place of work of someone on strike", "blackleg"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"], ["shit", "give away information about somebody", "shit"], ["snitch", "give away information about somebody", "snitch"], ["scab", "take the place of work of someone on strike", "scab"], ["shop", "give away information about somebody", "shop"]]}, {"answer": "ravage", "hint": "synonyms for ravage", "clues": [["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["waste", "cause extensive destruction or ruin utterly", "waste"], ["harry", "make a pillaging or destructive raid on (a place), as in wartimes", "harry"]]}, {"answer": "rave", "hint": "synonyms for rave", "clues": [["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"], ["gush", "praise enthusiastically", "gush"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"]]}, {"answer": "ravel", "hint": "synonyms for ravel", "clues": [["ravel out", "disentangle", "ravel out"], ["unravel", "disentangle", "unravel"], ["knot", "tangle or complicate", "knot"], ["tangle", "tangle or complicate", "tangle"]]}, {"answer": "raveling", "hint": "synonyms for raveling", "clues": [["ravel out", "disentangle", "ravel out"], ["knot", "tangle or complicate", "knot"], ["ravel", "tangle or complicate", "ravel"], ["unravel", "disentangle", "unravel"], ["tangle", "tangle or complicate", "tangle"]]}, {"answer": "ravelling", "hint": "synonyms for ravelling", "clues": [["ravel out", "disentangle", "ravel out"], ["knot", "tangle or complicate", "knot"], ["ravel", "tangle or complicate", "ravel"], ["unravel", "disentangle", "unravel"], ["tangle", "tangle or complicate", "tangle"]]}, {"answer": "raven", "hint": "synonyms for raven", "clues": [["prey", "prey on or hunt for", "prey"], ["devour", "eat greedily", "devour"], ["pig", "eat greedily", "pig"], ["predate", "prey on or hunt for", "predate"], ["guttle", "eat greedily", "guttle"]]}, {"answer": "razing", "hint": "synonyms for razing", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["take down", "tear down so as to make flat with the ground", "take down"], ["level", "tear down so as to make flat with the ground", "level"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["rase", "tear down so as to make flat with the ground", "rase"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "razz", "hint": "synonyms for razz", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "razzing", "hint": "synonyms for razzing", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "reach", "hint": "synonyms for reach", "clues": [["extend to", "to extend as far as", "extend to"], ["achieve", "to gain with effort", "achieve"], ["pass on", "place into the hands or custody of", "pass on"], ["get through", "be in or establish communication with", "get through"], ["gain", "reach a destination, either real or abstract", "gain"], ["pass", "place into the hands or custody of", "pass"], ["attain", "to gain with effort", "attain"], ["make", "reach a destination, either real or abstract", "make"], ["get to", "reach a goal, e.g.,", "get to"], ["contact", "be in or establish communication with", "contact"], ["reach out", "move forward or upward in order to touch; also in a metaphorical sense", "reach out"], ["hit", "reach a destination, either real or abstract", "hit"], ["get hold of", "be in or establish communication with", "get hold of"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["strive", "to exert much effort or energy", "strive"], ["strain", "to exert much effort or energy", "strain"], ["progress to", "reach a goal, e.g.,", "progress to"], ["accomplish", "to gain with effort", "accomplish"], ["give", "place into the hands or custody of", "give"], ["arrive at", "reach a destination, either real or abstract", "arrive at"], ["touch", "to extend as far as", "touch"]]}, {"answer": "reaching", "hint": "synonyms for reaching", "clues": [["extend to", "to extend as far as", "extend to"], ["achieve", "to gain with effort", "achieve"], ["pass on", "place into the hands or custody of", "pass on"], ["get through", "be in or establish communication with", "get through"], ["reach", "reach a goal, e.g.,", "reach"], ["gain", "reach a destination, either real or abstract", "gain"], ["pass", "place into the hands or custody of", "pass"], ["attain", "to gain with effort", "attain"], ["make", "reach a destination, either real or abstract", "make"], ["get to", "reach a goal, e.g.,", "get to"], ["contact", "be in or establish communication with", "contact"], ["reach out", "move forward or upward in order to touch; also in a metaphorical sense", "reach out"], ["hit", "reach a destination, either real or abstract", "hit"], ["get hold of", "be in or establish communication with", "get hold of"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["strive", "to exert much effort or energy", "strive"], ["progress to", "reach a goal, e.g.,", "progress to"], ["strain", "to exert much effort or energy", "strain"], ["accomplish", "to gain with effort", "accomplish"], ["give", "place into the hands or custody of", "give"], ["arrive at", "reach a destination, either real or abstract", "arrive at"], ["touch", "to extend as far as", "touch"]]}, {"answer": "read", "hint": "synonyms for read", "clues": [["understand", "make sense of a language", "understand"], ["translate", "make sense of a language", "translate"], ["take", "interpret something in a certain way; convey a particular meaning or impression", "take"], ["interpret", "make sense of a language", "interpret"], ["register", "indicate a certain reading; of gauges and instruments", "register"], ["record", "indicate a certain reading; of gauges and instruments", "record"], ["scan", "obtain data from magnetic tapes", "scan"], ["study", "be a student of a certain subject", "study"], ["say", "have or contain a certain wording or form", "say"], ["show", "indicate a certain reading; of gauges and instruments", "show"], ["learn", "be a student of a certain subject", "learn"]]}, {"answer": "reading", "hint": "synonyms for reading", "clues": [["read", "be a student of a certain subject", "read"], ["understand", "make sense of a language", "understand"], ["take", "interpret something in a certain way; convey a particular meaning or impression", "take"], ["interpret", "make sense of a language", "interpret"], ["scan", "obtain data from magnetic tapes", "scan"], ["say", "have or contain a certain wording or form", "say"], ["show", "indicate a certain reading; of gauges and instruments", "show"], ["learn", "be a student of a certain subject", "learn"], ["translate", "make sense of a language", "translate"], ["register", "indicate a certain reading; of gauges and instruments", "register"], ["record", "indicate a certain reading; of gauges and instruments", "record"], ["study", "be a student of a certain subject", "study"]]}, {"answer": "readying", "hint": "synonyms for readying", "clues": [["fix", "prepare for eating by applying heat", "fix"], ["cook", "prepare for eating by applying heat", "cook"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["ready", "prepare for eating by applying heat", "ready"], ["prepare", "prepare for eating by applying heat", "prepare"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["make", "prepare for eating by applying heat", "make"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "rebound", "hint": "synonyms for rebound", "clues": [["take a hop", "spring back; spring away from an impact", "take a hop"], ["spring", "spring back; spring away from an impact", "spring"], ["recoil", "spring back; spring away from an impact", "recoil"], ["rally", "return to a former condition", "rally"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["bounce", "spring back; spring away from an impact", "bounce"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "rebuff", "hint": "synonyms for rebuff", "clues": [["drive back", "force or drive back", "drive back"], ["repulse", "force or drive back", "repulse"], ["snub", "reject outright and bluntly", "snub"], ["repel", "force or drive back", "repel"], ["fight off", "force or drive back", "fight off"]]}, {"answer": "rebuke", "hint": "synonyms for rebuke", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "recall", "hint": "synonyms for recall", "clues": [["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["return", "go back to something earlier", "return"], ["remember", "recall knowledge from memory; have a recollection", "remember"], ["call back", "cause to be returned", "call back"], ["think", "recall knowledge from memory; have a recollection", "think"], ["come back", "go back to something earlier", "come back"], ["hark back", "go back to something earlier", "hark back"], ["echo", "call to mind", "echo"], ["withdraw", "cause to be returned", "withdraw"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["call in", "cause to be returned", "call in"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"]]}, {"answer": "recasting", "hint": "synonyms for recasting", "clues": [["recast", "cast or model anew", "recast"], ["remold", "cast again", "remold"], ["remodel", "cast or model anew", "remodel"], ["reforge", "cast or model anew", "reforge"]]}, {"answer": "reckoning", "hint": "synonyms for reckoning", "clues": [["reckon", "take account of", "reckon"], ["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["forecast", "judge to be probable", "forecast"], ["look", "have faith or confidence in", "look"], ["regard", "deem to be", "regard"], ["bet", "have faith or confidence in", "bet"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["figure", "make a mathematical calculation or computation", "figure"], ["opine", "expect, believe, or suppose", "opine"], ["imagine", "expect, believe, or suppose", "imagine"], ["think", "expect, believe, or suppose", "think"], ["suppose", "expect, believe, or suppose", "suppose"], ["count", "take account of", "count"], ["depend", "have faith or confidence in", "depend"], ["calculate", "have faith or confidence in", "calculate"], ["view", "deem to be", "view"], ["see", "deem to be", "see"], ["compute", "make a mathematical calculation or computation", "compute"], ["guess", "expect, believe, or suppose", "guess"], ["consider", "deem to be", "consider"], ["estimate", "judge to be probable", "estimate"], ["count on", "judge to be probable", "count on"]]}, {"answer": "reclining", "hint": "synonyms for reclining", "clues": [["recline", "move the upper body backwards and down", "recline"], ["repose", "lean in a comfortable resting position", "repose"], ["lean back", "move the upper body backwards and down", "lean back"], ["recumb", "lean in a comfortable resting position", "recumb"]]}, {"answer": "recoil", "hint": "synonyms for recoil", "clues": [["funk", "draw back, as with fear or pain", "funk"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["wince", "draw back, as with fear or pain", "wince"], ["cringe", "draw back, as with fear or pain", "cringe"], ["spring", "spring back; spring away from an impact", "spring"], ["backlash", "come back to the originator of an action with an undesired effect", "backlash"], ["backfire", "come back to the originator of an action with an undesired effect", "backfire"], ["bounce", "spring back; spring away from an impact", "bounce"], ["flinch", "draw back, as with fear or pain", "flinch"], ["rebound", "spring back; spring away from an impact", "rebound"], ["squinch", "draw back, as with fear or pain", "squinch"], ["kick back", "spring back, as from a forceful thrust", "kick back"], ["shrink", "draw back, as with fear or pain", "shrink"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["kick", "spring back, as from a forceful thrust", "kick"], ["quail", "draw back, as with fear or pain", "quail"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "recompense", "hint": "synonyms for recompense", "clues": [["compensate", "make payment to; compensate", "compensate"], ["repair", "make amends for; pay compensation for", "repair"], ["remunerate", "make payment to; compensate", "remunerate"], ["indemnify", "make amends for; pay compensation for", "indemnify"]]}, {"answer": "record", "hint": "synonyms for record", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["enter", "make a record of; set down in permanent form", "enter"], ["put down", "make a record of; set down in permanent form", "put down"], ["register", "be aware of", "register"], ["immortalize", "be or provide a memorial to a person or an event", "immortalize"], ["memorialise", "be or provide a memorial to a person or an event", "memorialise"], ["tape", "register electronically", "tape"], ["show", "indicate a certain reading; of gauges and instruments", "show"], ["read", "indicate a certain reading; of gauges and instruments", "read"]]}, {"answer": "recording", "hint": "synonyms for recording", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["enter", "make a record of; set down in permanent form", "enter"], ["put down", "make a record of; set down in permanent form", "put down"], ["register", "be aware of", "register"], ["record", "be aware of", "record"], ["immortalize", "be or provide a memorial to a person or an event", "immortalize"], ["memorialise", "be or provide a memorial to a person or an event", "memorialise"], ["tape", "register electronically", "tape"], ["show", "indicate a certain reading; of gauges and instruments", "show"], ["read", "indicate a certain reading; of gauges and instruments", "read"]]}, {"answer": "recounting", "hint": "synonyms for recounting", "clues": [["recount", "narrate or give a detailed account of", "recount"], ["narrate", "narrate or give a detailed account of", "narrate"], ["recite", "narrate or give a detailed account of", "recite"], ["tell", "narrate or give a detailed account of", "tell"]]}, {"answer": "recruit", "hint": "synonyms for recruit", "clues": [["enrol", "register formally as a participant or member", "enrol"], ["levy", "cause to assemble or enlist in the military", "levy"], ["raise", "cause to assemble or enlist in the military", "raise"], ["inscribe", "register formally as a participant or member", "inscribe"], ["enter", "register formally as a participant or member", "enter"]]}, {"answer": "redact", "hint": "synonyms for redact", "clues": [["couch", "formulate in a particular style or language", "couch"], ["cast", "formulate in a particular style or language", "cast"], ["edit", "prepare for publication or presentation by correcting, revising, or adapting", "edit"], ["frame", "formulate in a particular style or language", "frame"], ["put", "formulate in a particular style or language", "put"]]}, {"answer": "reducing", "hint": "synonyms for reducing", "clues": [["cut back", "cut down on; make a reduction in", "cut back"], ["keep down", "put down by force or intimidation", "keep down"], ["thin", "take off weight", "thin"], ["reduce", "be the essential element", "reduce"], ["slim", "take off weight", "slim"], ["shrink", "reduce in size; reduce physically", "shrink"], ["come down", "be the essential element", "come down"], ["melt off", "take off weight", "melt off"], ["quash", "put down by force or intimidation", "quash"], ["slenderize", "take off weight", "slenderize"], ["trim back", "cut down on; make a reduction in", "trim back"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["boil down", "cook until very little liquid is left", "boil down"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["cut down", "cut down on; make a reduction in", "cut down"], ["repress", "put down by force or intimidation", "repress"], ["bring down", "cut down on; make a reduction in", "bring down"], ["scale down", "make smaller", "scale down"], ["subdue", "put down by force or intimidation", "subdue"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["trim down", "cut down on; make a reduction in", "trim down"], ["subjugate", "put down by force or intimidation", "subjugate"], ["deoxidize", "to remove oxygen from a compound, or cause to react with hydrogen or form a hydride, or to undergo an increase in the number of electrons", "deoxidize"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["trim", "cut down on; make a reduction in", "trim"], ["concentrate", "cook until very little liquid is left", "concentrate"], ["lose weight", "take off weight", "lose weight"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["slim down", "take off weight", "slim down"], ["tighten", "narrow or limit", "tighten"], ["decoct", "be cooked until very little liquid is left", "decoct"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "reek", "hint": "synonyms for reek", "clues": [["stink", "smell badly and offensively", "stink"], ["smack", "have an element suggestive (of something)", "smack"], ["fume", "be wet with sweat or blood, as of one's face", "fume"], ["smell", "have an element suggestive (of something)", "smell"]]}, {"answer": "reel", "hint": "synonyms for reel", "clues": [["whirl", "revolve quickly and repeatedly around one's own axis", "whirl"], ["lurch", "walk as if unable to control one's movements", "lurch"], ["keel", "walk as if unable to control one's movements", "keel"], ["spin around", "revolve quickly and repeatedly around one's own axis", "spin around"], ["spin", "revolve quickly and repeatedly around one's own axis", "spin"], ["swag", "walk as if unable to control one's movements", "swag"], ["gyrate", "revolve quickly and repeatedly around one's own axis", "gyrate"], ["careen", "walk as if unable to control one's movements", "careen"], ["stagger", "walk as if unable to control one's movements", "stagger"]]}, {"answer": "refining", "hint": "synonyms for refining", "clues": [["down", "improve or perfect by pruning or polishing", "down"], ["polish", "improve or perfect by pruning or polishing", "polish"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["elaborate", "make more complex, intricate, or richer", "elaborate"], ["rarify", "make more complex, intricate, or richer", "rarify"], ["refine", "attenuate or reduce in vigor, strength, or validity by polishing or purifying", "refine"], ["rectify", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities", "rectify"], ["complicate", "make more complex, intricate, or richer", "complicate"]]}, {"answer": "reform", "hint": "synonyms for reform", "clues": [["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reclaim"], ["see the light", "change for the better", "see the light"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "regenerate"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "rectify"], ["straighten out", "change for the better", "straighten out"]]}, {"answer": "refuse", "hint": "synonyms for refuse", "clues": [["turn down", "refuse to accept", "turn down"], ["reject", "refuse to accept", "reject"], ["resist", "elude, especially in a baffling way", "resist"], ["defy", "elude, especially in a baffling way", "defy"], ["decline", "show unwillingness towards", "decline"], ["turn away", "refuse entrance or membership", "turn away"], ["pass up", "refuse to accept", "pass up"], ["deny", "refuse to let have", "deny"]]}, {"answer": "regaining", "hint": "synonyms for regaining", "clues": [["regain", "get or find back; recover the use of", "regain"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["find", "get or find back; recover the use of", "find"], ["recover", "get or find back; recover the use of", "recover"]]}, {"answer": "regard", "hint": "synonyms for regard", "clues": [["involve", "connect closely and often incriminatingly", "involve"], ["view", "deem to be", "view"], ["see", "deem to be", "see"], ["reckon", "deem to be", "reckon"], ["consider", "deem to be", "consider"], ["affect", "connect closely and often incriminatingly", "affect"]]}, {"answer": "register", "hint": "synonyms for register", "clues": [["file", "record in a public office or in a court of law", "file"], ["record", "be aware of", "record"], ["cross-file", "have one's name listed as a candidate for several parties", "cross-file"], ["show", "indicate a certain reading; of gauges and instruments", "show"], ["read", "indicate a certain reading; of gauges and instruments", "read"]]}, {"answer": "regress", "hint": "synonyms for regress", "clues": [["lapse", "go back to bad behavior", "lapse"], ["retrogress", "go back to bad behavior", "retrogress"], ["recidivate", "go back to bad behavior", "recidivate"], ["return", "go back to a previous state", "return"], ["retrograde", "get worse or fall back to a previous condition", "retrograde"], ["fall back", "go back to bad behavior", "fall back"], ["revert", "go back to a previous state", "revert"], ["relapse", "go back to bad behavior", "relapse"], ["retrovert", "go back to a previous state", "retrovert"], ["turn back", "go back to a previous state", "turn back"]]}, {"answer": "regulating", "hint": "synonyms for regulating", "clues": [["determine", "shape or influence; give direction to", "determine"], ["influence", "shape or influence; give direction to", "influence"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["shape", "shape or influence; give direction to", "shape"], ["mold", "shape or influence; give direction to", "mold"], ["modulate", "fix or adjust the time, amount, degree, or rate of", "modulate"], ["baffle", "check the emission of (sound)", "baffle"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "reign", "hint": "synonyms for reign", "clues": [["rule", "be larger in number, quantity, power, status or importance", "rule"], ["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"]]}, {"answer": "rein", "hint": "synonyms for rein", "clues": [["rule", "keep in check", "rule"], ["rein in", "stop or check by or as if by a pull at the reins", "rein in"], ["harness", "keep in check", "harness"], ["draw rein", "control and direct with or as if by reins", "draw rein"]]}, {"answer": "reject", "hint": "synonyms for reject", "clues": [["turn down", "refuse to accept", "turn down"], ["spurn", "reject with contempt", "spurn"], ["pass up", "refuse to accept", "pass up"], ["refuse", "resist immunologically the introduction of some foreign tissue or organ", "refuse"], ["resist", "resist immunologically the introduction of some foreign tissue or organ", "resist"], ["decline", "refuse to accept", "decline"], ["disdain", "reject with contempt", "disdain"], ["scorn", "reject with contempt", "scorn"], ["freeze off", "reject with contempt", "freeze off"], ["pooh-pooh", "reject with contempt", "pooh-pooh"], ["turn away", "refuse entrance or membership", "turn away"], ["eliminate", "dismiss from consideration or a contest", "eliminate"], ["rule out", "dismiss from consideration or a contest", "rule out"], ["winnow out", "dismiss from consideration or a contest", "winnow out"], ["disapprove", "deem wrong or inappropriate", "disapprove"]]}, {"answer": "relapse", "hint": "synonyms for relapse", "clues": [["lapse", "go back to bad behavior", "lapse"], ["retrogress", "go back to bad behavior", "retrogress"], ["recidivate", "go back to bad behavior", "recidivate"], ["get worse", "deteriorate in health", "get worse"], ["fall back", "go back to bad behavior", "fall back"], ["regress", "go back to bad behavior", "regress"]]}, {"answer": "relapsing", "hint": "synonyms for relapsing", "clues": [["lapse", "go back to bad behavior", "lapse"], ["retrogress", "go back to bad behavior", "retrogress"], ["recidivate", "go back to bad behavior", "recidivate"], ["get worse", "deteriorate in health", "get worse"], ["relapse", "deteriorate in health", "relapse"], ["fall back", "go back to bad behavior", "fall back"], ["regress", "go back to bad behavior", "regress"]]}, {"answer": "release", "hint": "synonyms for release", "clues": [["give up", "part with a possession or right", "give up"], ["unblock", "make (assets) available", "unblock"], ["unloosen", "grant freedom to; free from confinement", "unloosen"], ["exhaust", "eliminate (a substance)", "exhaust"], ["secrete", "generate and separate from cells or bodily fluids", "secrete"], ["turn", "let (something) fall or spill from a container", "turn"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["eject", "eliminate (a substance)", "eject"], ["free", "make (assets) available", "free"], ["loose", "grant freedom to; free from confinement", "loose"], ["relinquish", "release, as from one's grip", "relinquish"], ["publish", "prepare and issue for public distribution or sale", "publish"], ["let go of", "release, as from one's grip", "let go of"], ["liberate", "grant freedom to; free from confinement", "liberate"], ["put out", "prepare and issue for public distribution or sale", "put out"], ["resign", "part with a possession or right", "resign"], ["expel", "eliminate (a substance)", "expel"], ["let go", "release, as from one's grip", "let go"], ["unfreeze", "make (assets) available", "unfreeze"], ["issue", "prepare and issue for public distribution or sale", "issue"], ["discharge", "eliminate (a substance)", "discharge"]]}, {"answer": "relegating", "hint": "synonyms for relegating", "clues": [["submit", "refer to another person for decision or judgment", "submit"], ["demote", "assign to a lower position; reduce in rank", "demote"], ["relegate", "assign to a lower position; reduce in rank", "relegate"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["banish", "expel, as if by official decree", "banish"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"], ["classify", "assign to a class or kind", "classify"], ["break", "assign to a lower position; reduce in rank", "break"], ["pass on", "refer to another person for decision or judgment", "pass on"], ["bar", "expel, as if by official decree", "bar"]]}, {"answer": "relinquishing", "hint": "synonyms for relinquishing", "clues": [["give up", "part with a possession or right", "give up"], ["foreswear", "turn away from; give up", "foreswear"], ["renounce", "turn away from; give up", "renounce"], ["relinquish", "turn away from; give up", "relinquish"], ["waive", "do without or cease to hold or adhere to", "waive"], ["release", "part with a possession or right", "release"], ["forgo", "do without or cease to hold or adhere to", "forgo"], ["free", "part with a possession or right", "free"], ["resign", "part with a possession or right", "resign"], ["let go of", "release, as from one's grip", "let go of"], ["let go", "release, as from one's grip", "let go"], ["quit", "turn away from; give up", "quit"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "relishing", "hint": "synonyms for relishing", "clues": [["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in", "bask"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in", "enjoy"], ["savour", "derive or receive pleasure from; get enjoyment from; take pleasure in", "savour"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in", "relish"]]}, {"answer": "remains", "hint": "synonyms for remains", "clues": [["remain", "stay behind", "remain"], ["stay", "continue in a place, position, or situation", "stay"], ["rest", "stay the same; remain in a certain state", "rest"], ["stay on", "continue in a place, position, or situation", "stay on"], ["continue", "continue in a place, position, or situation", "continue"], ["persist", "stay behind", "persist"]]}, {"answer": "remaking", "hint": "synonyms for remaking", "clues": [["refashion", "make new", "refashion"], ["remake", "make new", "remake"], ["redo", "make new", "redo"], ["make over", "make new", "make over"]]}, {"answer": "remand", "hint": "synonyms for remand", "clues": [["send back", "refer (a matter or legal case) to another committee or authority or court for decision", "send back"], ["gaol", "lock up or confine, in or as in a jail", "gaol"], ["remit", "refer (a matter or legal case) to another committee or authority or court for decision", "remit"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "remark", "hint": "synonyms for remark", "clues": [["mention", "make mention of", "mention"], ["observe", "make mention of", "observe"], ["comment", "make or write a comment on", "comment"], ["point out", "make or write a comment on", "point out"], ["note", "make mention of", "note"], ["notice", "make or write a comment on", "notice"]]}, {"answer": "remedy", "hint": "synonyms for remedy", "clues": [["repair", "set straight or right", "repair"], ["rectify", "set straight or right", "rectify"], ["remediate", "set straight or right", "remediate"], ["amend", "set straight or right", "amend"], ["relieve", "provide relief for", "relieve"]]}, {"answer": "remembering", "hint": "synonyms for remembering", "clues": [["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["remember", "show appreciation to", "remember"], ["commend", "mention as by way of greeting or to indicate friendship", "commend"], ["think back", "recapture the past; indulge in memories", "think back"], ["think", "recall knowledge from memory; have a recollection", "think"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["commemorate", "call to remembrance; keep alive the memory of someone or something, as in a ceremony", "commemorate"], ["think of", "keep in mind for attention or consideration", "think of"], ["recall", "recall knowledge from memory; have a recollection", "recall"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"]]}, {"answer": "remit", "hint": "synonyms for remit", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["shelve", "hold back to a later time", "shelve"], ["send back", "refer (a matter or legal case) to another committee or authority or court for decision", "send back"], ["put off", "hold back to a later time", "put off"], ["remand", "refer (a matter or legal case) to another committee or authority or court for decision", "remand"], ["table", "hold back to a later time", "table"], ["hold over", "hold back to a later time", "hold over"], ["slacken", "make slack as by lessening tension or firmness", "slacken"], ["set back", "hold back to a later time", "set back"], ["defer", "hold back to a later time", "defer"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "remove", "hint": "synonyms for remove", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "withdraw"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["get rid of", "dispose of", "get rid of"], ["take away", "get rid of something abstract", "take away"], ["move out", "cause to leave", "move out"], ["hit", "kill intentionally and with premeditation", "hit"], ["transfer", "shift the position or location of, as for business, legal, educational, or military purposes", "transfer"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["murder", "kill intentionally and with premeditation", "murder"], ["absent", "go away or leave", "absent"], ["take out", "cause to leave", "take out"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "render", "hint": "synonyms for render", "clues": [["yield", "give or supply", "yield"], ["fork over", "to surrender someone or something to another", "fork over"], ["deliver", "to surrender someone or something to another", "deliver"], ["hand over", "to surrender someone or something to another", "hand over"], ["return", "give back", "return"], ["give", "bestow", "give"], ["interpret", "give an interpretation or rendition of", "interpret"], ["submit", "make over as a return", "submit"], ["provide", "give something useful or necessary to", "provide"], ["fork out", "to surrender someone or something to another", "fork out"], ["try", "melt (fat or lard) in order to separate out impurities", "try"], ["generate", "give or supply", "generate"], ["depict", "show in, or as in, a picture", "depict"], ["furnish", "give something useful or necessary to", "furnish"], ["turn in", "to surrender someone or something to another", "turn in"], ["show", "show in, or as in, a picture", "show"], ["translate", "restate (words) from one language into another language", "translate"], ["picture", "show in, or as in, a picture", "picture"], ["supply", "give something useful or necessary to", "supply"], ["fork up", "to surrender someone or something to another", "fork up"]]}, {"answer": "rendering", "hint": "synonyms for rendering", "clues": [["render", "melt (fat or lard) in order to separate out impurities", "render"], ["yield", "give or supply", "yield"], ["fork over", "to surrender someone or something to another", "fork over"], ["deliver", "to surrender someone or something to another", "deliver"], ["hand over", "to surrender someone or something to another", "hand over"], ["provide", "give something useful or necessary to", "provide"], ["fork out", "to surrender someone or something to another", "fork out"], ["interpret", "restate (words) from one language into another language", "interpret"], ["generate", "give or supply", "generate"], ["translate", "restate (words) from one language into another language", "translate"], ["return", "give or supply", "return"], ["give", "bestow", "give"], ["submit", "make over as a return", "submit"], ["try", "melt (fat or lard) in order to separate out impurities", "try"], ["depict", "show in, or as in, a picture", "depict"], ["furnish", "give something useful or necessary to", "furnish"], ["turn in", "to surrender someone or something to another", "turn in"], ["show", "show in, or as in, a picture", "show"], ["picture", "show in, or as in, a picture", "picture"], ["supply", "give something useful or necessary to", "supply"], ["fork up", "to surrender someone or something to another", "fork up"]]}, {"answer": "rent", "hint": "synonyms for rent", "clues": [["lease", "hold under a lease or rental agreement; of goods and services", "lease"], ["let", "grant use or occupation of under a term of contract", "let"], ["hire", "engage for service under a term of contract", "hire"], ["take", "engage for service under a term of contract", "take"], ["charter", "engage for service under a term of contract", "charter"], ["rip", "tear or be torn violently", "rip"], ["pull", "tear or be torn violently", "pull"], ["rend", "tear or be torn violently", "rend"], ["rive", "tear or be torn violently", "rive"], ["engage", "engage for service under a term of contract", "engage"]]}, {"answer": "renting", "hint": "synonyms for renting", "clues": [["lease", "hold under a lease or rental agreement; of goods and services", "lease"], ["rent", "engage for service under a term of contract", "rent"], ["let", "grant use or occupation of under a term of contract", "let"], ["hire", "engage for service under a term of contract", "hire"], ["take", "engage for service under a term of contract", "take"], ["charter", "engage for service under a term of contract", "charter"], ["engage", "engage for service under a term of contract", "engage"]]}, {"answer": "repair", "hint": "synonyms for repair", "clues": [["recompense", "make amends for; pay compensation for", "recompense"], ["revive", "give new life or energy to", "revive"], ["rectify", "set straight or right", "rectify"], ["animate", "give new life or energy to", "animate"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["remedy", "set straight or right", "remedy"], ["remediate", "set straight or right", "remediate"], ["amend", "set straight or right", "amend"], ["renovate", "give new life or energy to", "renovate"], ["indemnify", "make amends for; pay compensation for", "indemnify"], ["quicken", "give new life or energy to", "quicken"], ["vivify", "give new life or energy to", "vivify"], ["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["compensate", "make amends for; pay compensation for", "compensate"], ["recreate", "give new life or energy to", "recreate"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"], ["resort", "move, travel, or proceed toward some place", "resort"]]}, {"answer": "repeal", "hint": "synonyms for repeal", "clues": [["vacate", "cancel officially", "vacate"], ["lift", "cancel officially", "lift"], ["countermand", "cancel officially", "countermand"], ["rescind", "cancel officially", "rescind"], ["reverse", "cancel officially", "reverse"], ["annul", "cancel officially", "annul"], ["overturn", "cancel officially", "overturn"], ["revoke", "cancel officially", "revoke"]]}, {"answer": "repeat", "hint": "synonyms for repeat", "clues": [["iterate", "to say, state, or perform again", "iterate"], ["replicate", "make or do or perform again", "replicate"], ["echo", "to say again or imitate", "echo"], ["double", "make or do or perform again", "double"], ["duplicate", "make or do or perform again", "duplicate"], ["take over", "do over", "take over"], ["reprise", "repeat an earlier theme of a composition", "reprise"], ["retell", "to say, state, or perform again", "retell"], ["ingeminate", "to say, state, or perform again", "ingeminate"], ["recur", "happen or occur again", "recur"], ["restate", "to say, state, or perform again", "restate"], ["recapitulate", "repeat an earlier theme of a composition", "recapitulate"]]}, {"answer": "repeating", "hint": "synonyms for repeating", "clues": [["iterate", "to say, state, or perform again", "iterate"], ["duplicate", "make or do or perform again", "duplicate"], ["take over", "do over", "take over"], ["reprize", "repeat an earlier theme of a composition", "reprize"], ["repeat", "to say, state, or perform again", "repeat"], ["recur", "happen or occur again", "recur"], ["restate", "to say, state, or perform again", "restate"], ["recapitulate", "repeat an earlier theme of a composition", "recapitulate"], ["replicate", "make or do or perform again", "replicate"], ["echo", "to say again or imitate", "echo"], ["double", "make or do or perform again", "double"], ["retell", "to say, state, or perform again", "retell"], ["ingeminate", "to say, state, or perform again", "ingeminate"]]}, {"answer": "replacing", "hint": "synonyms for replacing", "clues": [["exchange", "put in the place of another; switch seemingly equivalent items", "exchange"], ["interchange", "put in the place of another; switch seemingly equivalent items", "interchange"], ["replace", "substitute a person or thing for (another that is broken or inefficient or lost or no longer working or yielding what is expected)", "replace"], ["supersede", "take the place or move into the position of", "supersede"], ["supervene upon", "take the place or move into the position of", "supervene upon"], ["put back", "put something back where it belongs", "put back"], ["substitute", "put in the place of another; switch seemingly equivalent items", "substitute"], ["supplant", "take the place or move into the position of", "supplant"]]}, {"answer": "reporting", "hint": "synonyms for reporting", "clues": [["account", "to give an account or representation of in words", "account"], ["report", "announce as the result of an investigation or experience or finding", "report"], ["cover", "be responsible for reporting the details of, as in journalism", "cover"], ["describe", "to give an account or representation of in words", "describe"]]}, {"answer": "repose", "hint": "synonyms for repose", "clues": [["recumb", "lean in a comfortable resting position", "recumb"], ["put down", "put in a horizontal position", "put down"], ["rest", "be inherent or innate in", "rest"], ["lay", "put in a horizontal position", "lay"], ["recline", "lean in a comfortable resting position", "recline"], ["reside", "be inherent or innate in", "reside"]]}, {"answer": "reprimand", "hint": "synonyms for reprimand", "clues": [["censure", "rebuke formally", "censure"], ["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["criminate", "rebuke formally", "criminate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "reproof", "hint": "synonyms for reproof", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "repulse", "hint": "synonyms for repulse", "clues": [["drive back", "force or drive back", "drive back"], ["repel", "force or drive back", "repel"], ["fight off", "force or drive back", "fight off"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["drive", "cause to move back by force or influence", "drive"], ["rebuff", "force or drive back", "rebuff"], ["beat back", "cause to move back by force or influence", "beat back"]]}, {"answer": "repute", "hint": "synonyms for repute", "clues": [["regard as", "look on as or consider", "regard as"], ["take to be", "look on as or consider", "take to be"], ["look on", "look on as or consider", "look on"], ["esteem", "look on as or consider", "esteem"], ["think of", "look on as or consider", "think of"]]}, {"answer": "reserve", "hint": "synonyms for reserve", "clues": [["appropriate", "give or assign a resource to a particular person or cause", "appropriate"], ["set aside", "give or assign a resource to a particular person or cause", "set aside"], ["book", "arrange for and reserve (something for someone else) in advance", "book"], ["allow", "give or assign a resource to a particular person or cause", "allow"], ["earmark", "give or assign a resource to a particular person or cause", "earmark"], ["hold", "arrange for and reserve (something for someone else) in advance", "hold"]]}, {"answer": "reserves", "hint": "synonyms for reserves", "clues": [["appropriate", "give or assign a resource to a particular person or cause", "appropriate"], ["reserve", "hold back or set aside, especially for future use or contingency", "reserve"], ["set aside", "give or assign a resource to a particular person or cause", "set aside"], ["allow", "give or assign a resource to a particular person or cause", "allow"], ["hold", "arrange for and reserve (something for someone else) in advance", "hold"], ["book", "arrange for and reserve (something for someone else) in advance", "book"], ["earmark", "give or assign a resource to a particular person or cause", "earmark"]]}, {"answer": "resolve", "hint": "synonyms for resolve", "clues": [["dissolve", "cause to go into a solution", "dissolve"], ["answer", "understand the meaning of", "answer"], ["conclude", "reach a conclusion after a discussion or deliberation", "conclude"], ["break up", "cause to go into a solution", "break up"], ["purpose", "reach a decision", "purpose"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["decide", "bring to an end; settle conclusively", "decide"], ["solve", "find the solution", "solve"], ["settle", "bring to an end; settle conclusively", "settle"]]}, {"answer": "resolving", "hint": "synonyms for resolving", "clues": [["dissolve", "cause to go into a solution", "dissolve"], ["resolve", "cause to go into a solution", "resolve"], ["answer", "understand the meaning of", "answer"], ["conclude", "reach a conclusion after a discussion or deliberation", "conclude"], ["break up", "cause to go into a solution", "break up"], ["purpose", "reach a decision", "purpose"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["decide", "bring to an end; settle conclusively", "decide"], ["solve", "find the solution", "solve"], ["settle", "bring to an end; settle conclusively", "settle"]]}, {"answer": "respect", "hint": "synonyms for respect", "clues": [["esteem", "regard highly; think much of", "esteem"], ["observe", "show respect towards", "observe"], ["honour", "show respect towards", "honour"], ["prize", "regard highly; think much of", "prize"], ["abide by", "show respect towards", "abide by"], ["prise", "regard highly; think much of", "prise"], ["value", "regard highly; think much of", "value"]]}, {"answer": "respects", "hint": "synonyms for respects", "clues": [["esteem", "regard highly; think much of", "esteem"], ["observe", "show respect towards", "observe"], ["honour", "show respect towards", "honour"], ["respect", "regard highly; think much of", "respect"], ["prize", "regard highly; think much of", "prize"], ["abide by", "show respect towards", "abide by"], ["prise", "regard highly; think much of", "prise"], ["value", "regard highly; think much of", "value"]]}, {"answer": "rest", "hint": "synonyms for rest", "clues": [["perch", "sit, as on a branch", "perch"], ["stay", "stay the same; remain in a certain state", "stay"], ["pillow", "rest on or as if on a pillow", "pillow"], ["reside", "be inherent or innate in", "reside"], ["remain", "stay the same; remain in a certain state", "remain"], ["take a breather", "take a short break from one's activities in order to relax", "take a breather"], ["roost", "sit, as on a branch", "roost"], ["breathe", "take a short break from one's activities in order to relax", "breathe"], ["repose", "be inherent or innate in", "repose"], ["catch one's breath", "take a short break from one's activities in order to relax", "catch one's breath"], ["lie", "have a place in relation to something else", "lie"]]}, {"answer": "resume", "hint": "synonyms for resume", "clues": [["summarize", "give a summary (of)", "summarize"], ["re-start", "take up or begin anew", "re-start"], ["take up", "return to a previous location or condition", "take up"], ["sum up", "give a summary (of)", "sum up"]]}, {"answer": "retard", "hint": "synonyms for retard", "clues": [["slow up", "lose velocity; move more slowly", "slow up"], ["slow", "lose velocity; move more slowly", "slow"], ["slow down", "lose velocity; move more slowly", "slow down"], ["delay", "slow the growth or development of", "delay"], ["decelerate", "lose velocity; move more slowly", "decelerate"], ["check", "slow the growth or development of", "check"]]}, {"answer": "retch", "hint": "synonyms for retch", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["heave", "make an unsuccessful effort to vomit; strain to vomit", "heave"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["gag", "make an unsuccessful effort to vomit; strain to vomit", "gag"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "retort", "hint": "synonyms for retort", "clues": [["return", "answer back", "return"], ["riposte", "answer back", "riposte"], ["rejoin", "answer back", "rejoin"], ["repay", "answer back", "repay"], ["come back", "answer back", "come back"]]}, {"answer": "retreat", "hint": "synonyms for retreat", "clues": [["pull away", "pull back or move away or backward", "pull away"], ["move back", "pull back or move away or backward", "move back"], ["back away", "make a retreat from an earlier commitment or activity", "back away"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["retrograde", "move back", "retrograde"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["recede", "pull back or move away or backward", "recede"], ["retire", "pull back or move away or backward", "retire"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["draw back", "pull back or move away or backward", "draw back"]]}, {"answer": "retreated", "hint": "synonyms for retreated", "clues": [["move back", "pull back or move away or backward", "move back"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["retreat", "move away, as for privacy", "retreat"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["retrograde", "move back", "retrograde"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["recede", "pull back or move away or backward", "recede"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["draw back", "pull back or move away or backward", "draw back"], ["pull away", "pull back or move away or backward", "pull away"], ["back away", "make a retreat from an earlier commitment or activity", "back away"], ["retire", "pull back or move away or backward", "retire"], ["back out", "make a retreat from an earlier commitment or activity", "back out"]]}, {"answer": "return", "hint": "synonyms for return", "clues": [["take back", "bring back to the point of departure", "take back"], ["yield", "give or supply", "yield"], ["recall", "go back to something earlier", "recall"], ["riposte", "answer back", "riposte"], ["revert", "go back to a previous state", "revert"], ["reelect", "elect again", "reelect"], ["come back", "answer back", "come back"], ["pass", "be inherited by", "pass"], ["render", "pass down", "render"], ["give", "give or supply", "give"], ["devolve", "be inherited by", "devolve"], ["repay", "answer back", "repay"], ["regress", "go back to a previous state", "regress"], ["give back", "pay back", "give back"], ["generate", "give or supply", "generate"], ["retort", "answer back", "retort"], ["hark back", "go back to something earlier", "hark back"], ["deliver", "pass down", "deliver"], ["bring back", "bring back to the point of departure", "bring back"], ["retrovert", "go back to a previous state", "retrovert"], ["fall", "be inherited by", "fall"], ["turn back", "go back to a previous state", "turn back"], ["refund", "pay back", "refund"], ["rejoin", "answer back", "rejoin"]]}, {"answer": "revel", "hint": "synonyms for revel", "clues": [["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make whoopie"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "jollify"], ["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "wassail"], ["delight", "take delight in", "delight"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "whoop it up"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "racket"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make happy"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make merry"], ["enjoy", "take delight in", "enjoy"]]}, {"answer": "revere", "hint": "synonyms for revere", "clues": [["venerate", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "venerate"], ["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol", "idolize"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "hero-worship"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "worship"], ["fear", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "fear"], ["reverence", "regard with feelings of respect and reverence; consider hallowed or exalted or be in awe of", "reverence"]]}, {"answer": "review", "hint": "synonyms for review", "clues": [["reexamine", "look at again; examine again", "reexamine"], ["look back", "look back upon (a period of time, sequence of events); remember", "look back"], ["critique", "appraise critically", "critique"], ["go over", "hold a review (of troops)", "go over"], ["refresh", "refresh one's memory", "refresh"], ["brush up", "refresh one's memory", "brush up"], ["survey", "hold a review (of troops)", "survey"], ["retrospect", "look back upon (a period of time, sequence of events); remember", "retrospect"]]}, {"answer": "revoke", "hint": "synonyms for revoke", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["countermand", "cancel officially", "countermand"], ["rescind", "cancel officially", "rescind"], ["reverse", "cancel officially", "reverse"], ["vacate", "cancel officially", "vacate"], ["annul", "cancel officially", "annul"], ["overturn", "cancel officially", "overturn"]]}, {"answer": "revolt", "hint": "synonyms for revolt", "clues": [["repel", "fill with distaste", "repel"], ["gross out", "fill with distaste", "gross out"], ["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["sicken", "cause aversion in; offend the moral sense of", "sicken"], ["nauseate", "cause aversion in; offend the moral sense of", "nauseate"]]}, {"answer": "reward", "hint": "synonyms for reward", "clues": [["repay", "act or give recompense in recognition of someone's behavior or actions", "repay"], ["honor", "bestow honor or rewards upon", "honor"], ["reinforce", "strengthen and support with rewards", "reinforce"], ["pay back", "act or give recompense in recognition of someone's behavior or actions", "pay back"]]}, {"answer": "rib", "hint": "synonyms for rib", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "ribbing", "hint": "synonyms for ribbing", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["rib", "subject to laughter or ridicule", "rib"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "ribes", "hint": "synonyms for ribes", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["rib", "subject to laughter or ridicule", "rib"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "rick", "hint": "synonyms for rick", "clues": [["turn", "twist suddenly so as to sprain", "turn"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["wrench", "twist suddenly so as to sprain", "wrench"], ["twist", "twist suddenly so as to sprain", "twist"], ["sprain", "twist suddenly so as to sprain", "sprain"]]}, {"answer": "ricochet", "hint": "synonyms for ricochet", "clues": [["take a hop", "spring back; spring away from an impact", "take a hop"], ["spring", "spring back; spring away from an impact", "spring"], ["recoil", "spring back; spring away from an impact", "recoil"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["bounce", "spring back; spring away from an impact", "bounce"], ["rebound", "spring back; spring away from an impact", "rebound"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "riddle", "hint": "synonyms for riddle", "clues": [["permeate", "spread or diffuse through", "permeate"], ["screen", "separate with a riddle, as grain from chaff", "screen"], ["penetrate", "spread or diffuse through", "penetrate"], ["pervade", "spread or diffuse through", "pervade"], ["diffuse", "spread or diffuse through", "diffuse"], ["interpenetrate", "spread or diffuse through", "interpenetrate"], ["imbue", "spread or diffuse through", "imbue"]]}, {"answer": "ride", "hint": "synonyms for ride", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["devolve on", "be contingent on", "devolve on"], ["depend on", "be contingent on", "depend on"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["mount", "copulate with", "mount"], ["cod", "harass with persistent criticism or carping", "cod"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["turn on", "be contingent on", "turn on"], ["hinge on", "be contingent on", "hinge on"], ["sit", "sit and travel on the back of animal, usually while controlling its motions", "sit"], ["drive", "have certain properties when driven", "drive"], ["tease", "harass with persistent criticism or carping", "tease"]]}, {"answer": "ridicule", "hint": "synonyms for ridicule", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"]]}, {"answer": "riding", "hint": "synonyms for riding", "clues": [["ride", "continue undisturbed and without interference", "ride"], ["twit", "harass with persistent criticism or carping", "twit"], ["devolve on", "be contingent on", "devolve on"], ["depend on", "be contingent on", "depend on"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["mount", "copulate with", "mount"], ["cod", "harass with persistent criticism or carping", "cod"], ["disembarrass", "relieve from", "disembarrass"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["turn on", "be contingent on", "turn on"], ["hinge on", "be contingent on", "hinge on"], ["free", "relieve from", "free"], ["drive", "have certain properties when driven", "drive"], ["sit", "sit and travel on the back of animal, usually while controlling its motions", "sit"]]}, {"answer": "riff", "hint": "synonyms for riff", "clues": [["thumb", "look through a book or other written material", "thumb"], ["flip", "look through a book or other written material", "flip"], ["riffle", "look through a book or other written material", "riffle"], ["flick", "look through a book or other written material", "flick"], ["leaf", "look through a book or other written material", "leaf"]]}, {"answer": "riffle", "hint": "synonyms for riffle", "clues": [["flip", "look through a book or other written material", "flip"], ["undulate", "stir up (water) so as to form ripples", "undulate"], ["flick", "look through a book or other written material", "flick"], ["leaf", "look through a book or other written material", "leaf"], ["ruffle", "twitch or flutter", "ruffle"], ["riff", "look through a book or other written material", "riff"], ["thumb", "look through a book or other written material", "thumb"], ["cockle", "stir up (water) so as to form ripples", "cockle"], ["ripple", "stir up (water) so as to form ripples", "ripple"]]}, {"answer": "rifle", "hint": "synonyms for rifle", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["pillage", "steal goods; take as spoils", "pillage"], ["go", "go through in search of something; search through someone's belongings in an unauthorized way", "go"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "rifling", "hint": "synonyms for rifling", "clues": [["rifle", "go through in search of something; search through someone's belongings in an unauthorized way", "rifle"], ["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["pillage", "steal goods; take as spoils", "pillage"], ["go", "go through in search of something; search through someone's belongings in an unauthorized way", "go"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "rigging", "hint": "synonyms for rigging", "clues": [["set up", "equip with sails or masts", "set up"], ["rig", "equip with sails or masts", "rig"], ["set", "equip with sails or masts", "set"], ["manipulate", "manipulate in a fraudulent manner", "manipulate"]]}, {"answer": "ring", "hint": "synonyms for ring", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["resound", "ring or echo with sound", "resound"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["peal", "sound loudly and sonorously", "peal"], ["echo", "ring or echo with sound", "echo"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["reverberate", "ring or echo with sound", "reverberate"], ["knell", "make (bells) ring, often for the purposes of musical edification", "knell"], ["band", "attach a ring to the foot of, in order to identify", "band"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "ringing", "hint": "synonyms for ringing", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["band", "attach a ring to the foot of, in order to identify", "band"], ["resound", "ring or echo with sound", "resound"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["peal", "sound loudly and sonorously", "peal"], ["echo", "ring or echo with sound", "echo"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["reverberate", "ring or echo with sound", "reverberate"], ["knell", "make (bells) ring, often for the purposes of musical edification", "knell"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "rings", "hint": "synonyms for rings", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["band", "attach a ring to the foot of, in order to identify", "band"], ["resound", "ring or echo with sound", "resound"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["peal", "sound loudly and sonorously", "peal"], ["echo", "ring or echo with sound", "echo"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["reverberate", "ring or echo with sound", "reverberate"], ["knell", "make (bells) ring, often for the purposes of musical edification", "knell"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "rinsing", "hint": "synonyms for rinsing", "clues": [["rinse off", "wash off soap or remaining dirt", "rinse off"], ["gargle", "rinse one's mouth and throat with mouthwash", "gargle"], ["rinse", "rinse one's mouth and throat with mouthwash", "rinse"], ["wash", "clean with some chemical process", "wash"]]}, {"answer": "riposte", "hint": "synonyms for riposte", "clues": [["retort", "answer back", "retort"], ["return", "answer back", "return"], ["rejoin", "answer back", "rejoin"], ["repay", "answer back", "repay"], ["come back", "answer back", "come back"]]}, {"answer": "ripple", "hint": "synonyms for ripple", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["undulate", "stir up (water) so as to form ripples", "undulate"], ["ruffle", "stir up (water) so as to form ripples", "ruffle"], ["burble", "flow in an irregular current with a bubbling noise", "burble"], ["riffle", "stir up (water) so as to form ripples", "riffle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["cockle", "stir up (water) so as to form ripples", "cockle"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"]]}, {"answer": "rippling", "hint": "synonyms for rippling", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["undulate", "stir up (water) so as to form ripples", "undulate"], ["ruffle", "stir up (water) so as to form ripples", "ruffle"], ["burble", "flow in an irregular current with a bubbling noise", "burble"], ["riffle", "stir up (water) so as to form ripples", "riffle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["cockle", "stir up (water) so as to form ripples", "cockle"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"]]}, {"answer": "rise", "hint": "synonyms for rise", "clues": [["lift", "rise up", "lift"], ["prove", "increase in volume", "prove"], ["heighten", "become more extreme", "heighten"], ["rise up", "come to the surface", "rise up"], ["grow", "come into existence; take on form or shape", "grow"], ["uprise", "move upward", "uprise"], ["rear", "rise up", "rear"], ["originate", "come into existence; take on form or shape", "originate"], ["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "move up"], ["mount", "go up or advance", "mount"], ["surface", "come to the surface", "surface"], ["wax", "go up or advance", "wax"], ["resurrect", "return from the dead", "resurrect"], ["climb up", "rise in rank or status", "climb up"], ["ascend", "come up, of celestial bodies", "ascend"], ["rebel", "take part in a rebellion; renounce a former allegiance", "rebel"], ["get up", "rise to one's feet", "get up"], ["come up", "come to the surface", "come up"], ["arise", "move upward", "arise"], ["climb", "increase in value or to a higher point", "climb"], ["stand up", "rise to one's feet", "stand up"], ["go up", "increase in value or to a higher point", "go up"], ["turn out", "get up and out of bed", "turn out"], ["develop", "come into existence; take on form or shape", "develop"], ["jump", "rise in rank or status", "jump"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "risk", "hint": "synonyms for risk", "clues": [["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["lay on the line", "expose to a chance of loss or damage", "lay on the line"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"], ["chance", "take a risk in the hope of a favorable outcome", "chance"], ["adventure", "take a risk in the hope of a favorable outcome", "adventure"], ["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"], ["put on the line", "expose to a chance of loss or damage", "put on the line"]]}, {"answer": "rivet", "hint": "synonyms for rivet", "clues": [["concentrate", "direct one's attention on something", "concentrate"], ["center", "direct one's attention on something", "center"], ["pore", "direct one's attention on something", "pore"], ["centre", "direct one's attention on something", "centre"], ["focus", "direct one's attention on something", "focus"]]}, {"answer": "roar", "hint": "synonyms for roar", "clues": [["howl", "emit long loud cries", "howl"], ["yawl", "emit long loud cries", "yawl"], ["yaup", "emit long loud cries", "yaup"], ["wail", "emit long loud cries", "wail"], ["ululate", "emit long loud cries", "ululate"], ["thunder", "utter words loudly and forcefully", "thunder"], ["bellow", "make a loud noise, as of animal", "bellow"]]}, {"answer": "roasting", "hint": "synonyms for roasting", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "cook with dry heat, usually in an oven", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "robe", "hint": "synonyms for robe", "clues": [["drape", "cover as if with clothing", "drape"], ["clothe", "cover as if with clothing", "clothe"], ["vest", "clothe formally; especially in ecclesiastical robes", "vest"], ["cloak", "cover as if with clothing", "cloak"]]}, {"answer": "roleplaying", "hint": "synonyms for roleplaying", "clues": [["roleplay", "perform on a stage or theater", "roleplay"], ["playact", "perform on a stage or theater", "playact"], ["act", "perform on a stage or theater", "act"], ["play", "perform on a stage or theater", "play"]]}, {"answer": "roll", "hint": "synonyms for roll", "clues": [["seethe", "boil vigorously", "seethe"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["wind", "arrange or or coil around", "wind"], ["pluck", "sell something to or obtain something from by energetic and especially underhanded activity", "pluck"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["roll out", "flatten or spread with a roller", "roll out"], ["wrap", "arrange or or coil around", "wrap"], ["turn over", "move by turning over or rotating", "turn over"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["revolve", "cause to move by turning over or in a circular manner of as if on an axis", "revolve"], ["hustle", "sell something to or obtain something from by energetic and especially underhanded activity", "hustle"], ["wheel", "move along on or as if on wheels or a wheeled vehicle", "wheel"], ["wave", "move in a wavy pattern or with a rising and falling motion", "wave"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["roll up", "show certain properties when being rolled", "roll up"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["flap", "move in a wavy pattern or with a rising and falling motion", "flap"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["twine", "arrange or or coil around", "twine"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "roll_in_the_hay", "hint": "synonyms for roll in the hay", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "romp", "hint": "synonyms for romp", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "rook", "hint": "synonyms for rook", "clues": [["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "root", "hint": "synonyms for root", "clues": [["rootle", "dig with the snout", "rootle"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["rout", "dig with the snout", "rout"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["settle", "become settled or established and stable in one's residence or life style", "settle"], ["settle down", "become settled or established and stable in one's residence or life style", "settle down"]]}, {"answer": "rooting", "hint": "synonyms for rooting", "clues": [["rootle", "dig with the snout", "rootle"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["root", "plant by the roots", "root"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["rout", "dig with the snout", "rout"], ["settle", "become settled or established and stable in one's residence or life style", "settle"], ["settle down", "become settled or established and stable in one's residence or life style", "settle down"]]}, {"answer": "roots", "hint": "synonyms for roots", "clues": [["rootle", "dig with the snout", "rootle"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["root", "plant by the roots", "root"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["rout", "dig with the snout", "rout"], ["settle", "become settled or established and stable in one's residence or life style", "settle"], ["settle down", "become settled or established and stable in one's residence or life style", "settle down"]]}, {"answer": "rotting", "hint": "synonyms for rotting", "clues": [["moulder", "break down", "moulder"], ["rot", "become physically weaker", "rot"], ["waste", "become physically weaker", "waste"], ["decompose", "break down", "decompose"]]}, {"answer": "rounding", "hint": "synonyms for rounding", "clues": [["round down", "express as a round number", "round down"], ["round", "wind around; move along a circular course", "round"], ["labialize", "pronounce with rounded lips", "labialize"], ["round out", "make round", "round out"], ["round off", "make round", "round off"], ["attack", "attack in speech or writing", "attack"], ["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["flesh out", "become round, plump, or shapely", "flesh out"], ["snipe", "attack in speech or writing", "snipe"], ["lash out", "attack in speech or writing", "lash out"], ["fill out", "become round, plump, or shapely", "fill out"], ["assail", "attack in speech or writing", "assail"], ["assault", "attack in speech or writing", "assault"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"], ["polish", "bring to a highly developed, finished, or refined state", "polish"]]}, {"answer": "rout", "hint": "synonyms for rout", "clues": [["gouge", "make a groove in", "gouge"], ["expel", "cause to flee", "expel"], ["rout out", "cause to flee", "rout out"], ["rootle", "dig with the snout", "rootle"], ["spreadeagle", "defeat disastrously", "spreadeagle"], ["root", "dig with the snout", "root"]]}, {"answer": "rub", "hint": "synonyms for rub", "clues": [["scratch", "scrape or rub as if to relieve itching", "scratch"], ["chafe", "cause friction", "chafe"], ["itch", "scrape or rub as if to relieve itching", "itch"], ["fret", "cause friction", "fret"], ["fray", "cause friction", "fray"]]}, {"answer": "rubbing", "hint": "synonyms for rubbing", "clues": [["rub", "cause friction", "rub"], ["chafe", "cause friction", "chafe"], ["fray", "cause friction", "fray"], ["scratch", "scrape or rub as if to relieve itching", "scratch"], ["itch", "scrape or rub as if to relieve itching", "itch"], ["fret", "cause friction", "fret"]]}, {"answer": "ruffle", "hint": "synonyms for ruffle", "clues": [["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["ruffle up", "disturb the smoothness of", "ruffle up"], ["flick", "twitch or flutter", "flick"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["cockle", "stir up (water) so as to form ripples", "cockle"], ["shuffle", "mix so as to make a random order or arrangement", "shuffle"], ["ripple", "stir up (water) so as to form ripples", "ripple"], ["riffle", "twitch or flutter", "riffle"], ["undulate", "stir up (water) so as to form ripples", "undulate"], ["pleat", "pleat or gather into a ruffle", "pleat"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"], ["mix", "mix so as to make a random order or arrangement", "mix"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["rumple", "disturb the smoothness of", "rumple"], ["mess up", "disturb the smoothness of", "mess up"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"], ["fluff", "erect or fluff up", "fluff"]]}, {"answer": "ruin", "hint": "synonyms for ruin", "clues": [["smash", "reduce to bankruptcy", "smash"], ["deflower", "deprive of virginity", "deflower"], ["destroy", "destroy completely; damage irreparably", "destroy"], ["bankrupt", "reduce to bankruptcy", "bankrupt"], ["break", "reduce to bankruptcy", "break"]]}, {"answer": "ruining", "hint": "synonyms for ruining", "clues": [["ruin", "reduce to bankruptcy", "ruin"], ["break", "reduce to bankruptcy", "break"], ["deflower", "deprive of virginity", "deflower"], ["smash", "reduce to bankruptcy", "smash"], ["destroy", "destroy completely; damage irreparably", "destroy"], ["bankrupt", "reduce to bankruptcy", "bankrupt"]]}, {"answer": "rule", "hint": "synonyms for rule", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["govern", "exercise authority over; as of nations", "govern"], ["decree", "decide with authority", "decree"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["find", "decide on and make a declaration about", "find"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["harness", "keep in check", "harness"]]}, {"answer": "run", "hint": "synonyms for run", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["run for", "extend or continue for a certain period of time", "run for"], ["execute", "carry out a process or program, as on a computer or a machine", "execute"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["carry", "include as the content; broadcast or publicize", "carry"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["function", "perform as expected when applied", "function"], ["incline", "have a tendency or disposition to do or be something; be inclined", "incline"], ["go", "have a particular form", "go"], ["endure", "continue to exist", "endure"], ["bleed", "be diffused", "bleed"], ["ply", "travel a route regularly", "ply"], ["guide", "pass over, across, or through", "guide"], ["escape", "flee; take to one's heels; cut and run", "escape"], ["campaign", "run, stand, or compete for an office or a position", "campaign"], ["prevail", "continue to exist", "prevail"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["die hard", "continue to exist", "die hard"], ["unravel", "become undone", "unravel"], ["track down", "pursue for food or sport (as of wild animals)", "track down"], ["operate", "direct or control; projects, businesses, etc.", "operate"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"], ["ladder", "come unraveled or undone as if by snagging", "ladder"], ["lam", "flee; take to one's heels; cut and run", "lam"], ["extend", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "extend"], ["hunt down", "pursue for food or sport (as of wild animals)", "hunt down"], ["consort", "keep company", "consort"], ["range", "change or be different within limits", "range"], ["black market", "deal in illegally, such as arms or liquor", "black market"], ["race", "compete in a race", "race"], ["course", "move along, of liquids", "course"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["melt down", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt down"], ["flow", "move along, of liquids", "flow"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["persist", "continue to exist", "persist"], ["feed", "move along, of liquids", "feed"], ["hunt", "pursue for food or sport (as of wild animals)", "hunt"], ["work", "perform as expected when applied", "work"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["melt", "reduce or cause to be reduced from a solid to a liquid state, usually by heating", "melt"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["move", "progress by being changed", "move"], ["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["draw", "pass over, across, or through", "draw"]]}, {"answer": "rung", "hint": "synonyms for rung", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["band", "attach a ring to the foot of, in order to identify", "band"], ["resound", "ring or echo with sound", "resound"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["peal", "sound loudly and sonorously", "peal"], ["echo", "ring or echo with sound", "echo"], ["telephone", "get or try to get into communication (with someone) by telephone", "telephone"], ["reverberate", "ring or echo with sound", "reverberate"], ["knell", "make (bells) ring, often for the purposes of musical edification", "knell"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "rushing", "hint": "synonyms for rushing", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["look sharp", "act or move at high speed", "look sharp"], ["stimulate", "cause to occur rapidly", "stimulate"], ["induce", "cause to occur rapidly", "induce"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["hurry", "act or move at high speed", "hurry"], ["cannonball along", "move fast", "cannonball along"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["hasten", "act or move at high speed", "hasten"], ["festinate", "act or move at high speed", "festinate"], ["step on it", "move fast", "step on it"]]}, {"answer": "sabotage", "hint": "synonyms for sabotage", "clues": [["countermine", "destroy property or hinder normal operations", "countermine"], ["undermine", "destroy property or hinder normal operations", "undermine"], ["weaken", "destroy property or hinder normal operations", "weaken"], ["subvert", "destroy property or hinder normal operations", "subvert"], ["counteract", "destroy property or hinder normal operations", "counteract"]]}, {"answer": "sack", "hint": "synonyms for sack", "clues": [["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["plunder", "plunder (a town) after capture", "plunder"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["sack up", "make as a net profit", "sack up"], ["clear", "make as a net profit", "clear"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["net", "make as a net profit", "net"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "sacking", "hint": "synonyms for sacking", "clues": [["sack", "make as a net profit", "sack"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["plunder", "plunder (a town) after capture", "plunder"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["sack up", "make as a net profit", "sack up"], ["clear", "make as a net profit", "clear"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["net", "make as a net profit", "net"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "sag", "hint": "synonyms for sag", "clues": [["swag", "droop, sink, or settle from or as if from pressure or loss of tautness", "swag"], ["sag down", "cause to sag", "sag down"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness", "droop"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness", "flag"]]}, {"answer": "sailing", "hint": "synonyms for sailing", "clues": [["sweep", "move with sweeping, effortless, gliding motions", "sweep"], ["voyage", "travel on water propelled by wind or by other means", "voyage"], ["sail", "move with sweeping, effortless, gliding motions", "sail"], ["navigate", "travel on water propelled by wind or by other means", "navigate"]]}, {"answer": "salute", "hint": "synonyms for salute", "clues": [["pledge", "propose a toast to", "pledge"], ["drink", "propose a toast to", "drink"], ["present", "recognize with a gesture prescribed by a military regulation; assume a prescribed position", "present"], ["toast", "propose a toast to", "toast"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "sampling", "hint": "synonyms for sampling", "clues": [["sample", "take a sample of", "sample"], ["try", "take a sample of", "try"], ["taste", "take a sample of", "taste"], ["try out", "take a sample of", "try out"]]}, {"answer": "sang", "hint": "synonyms for sang", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["sing", "make a whining, ringing, or whistling sound", "sing"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["whistle", "make a whining, ringing, or whistling sound", "whistle"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "sap", "hint": "synonyms for sap", "clues": [["exhaust", "deplete", "exhaust"], ["play out", "deplete", "play out"], ["run down", "deplete", "run down"], ["tire", "deplete", "tire"]]}, {"answer": "sashay", "hint": "synonyms for sashay", "clues": [["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["sidle", "move sideways", "sidle"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others", "ruffle"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"], ["chasse", "perform a chasse step, in ballet", "chasse"]]}, {"answer": "sat", "hint": "synonyms for sat", "clues": [["sit", "assume a posture as for artistic purposes", "sit"], ["pose", "assume a posture as for artistic purposes", "pose"], ["baby-sit", "work or act as a baby-sitter", "baby-sit"], ["sit down", "show to a seat; assign a seat for", "sit down"], ["sit around", "be around, often idly or without specific purpose", "sit around"], ["posture", "assume a posture as for artistic purposes", "posture"], ["model", "assume a posture as for artistic purposes", "model"], ["seat", "show to a seat; assign a seat for", "seat"], ["ride", "sit and travel on the back of animal, usually while controlling its motions", "ride"]]}, {"answer": "save", "hint": "synonyms for save", "clues": [["salve", "save from ruin, destruction, or harm", "salve"], ["salvage", "save from ruin, destruction, or harm", "salvage"], ["economise", "spend sparingly, avoid the waste of", "economise"], ["preserve", "to keep up and reserve for personal or special use", "preserve"], ["bring through", "bring into safety", "bring through"], ["carry through", "bring into safety", "carry through"], ["save up", "accumulate money for future use", "save up"], ["make unnecessary", "make unnecessary an expenditure or effort", "make unnecessary"], ["spare", "refrain from harming", "spare"], ["lay aside", "accumulate money for future use", "lay aside"], ["keep open", "retain rights to", "keep open"], ["pull through", "bring into safety", "pull through"], ["deliver", "save from sins", "deliver"], ["hold open", "retain rights to", "hold open"], ["write", "record data on a computer", "write"], ["relieve", "save from ruin, destruction, or harm", "relieve"], ["redeem", "save from sins", "redeem"], ["keep", "retain rights to", "keep"]]}, {"answer": "savings", "hint": "synonyms for savings", "clues": [["salve", "save from ruin, destruction, or harm", "salve"], ["salvage", "save from ruin, destruction, or harm", "salvage"], ["economise", "spend sparingly, avoid the waste of", "economise"], ["preserve", "to keep up and reserve for personal or special use", "preserve"], ["bring through", "bring into safety", "bring through"], ["carry through", "bring into safety", "carry through"], ["save up", "accumulate money for future use", "save up"], ["make unnecessary", "make unnecessary an expenditure or effort", "make unnecessary"], ["spare", "refrain from harming", "spare"], ["lay aside", "accumulate money for future use", "lay aside"], ["keep open", "retain rights to", "keep open"], ["pull through", "bring into safety", "pull through"], ["deliver", "save from sins", "deliver"], ["relieve", "save from ruin, destruction, or harm", "relieve"], ["hold open", "retain rights to", "hold open"], ["write", "record data on a computer", "write"], ["redeem", "save from sins", "redeem"], ["keep", "retain rights to", "keep"]]}, {"answer": "savor", "hint": "synonyms for savor", "clues": [["savour", "taste appreciatively", "savour"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in", "bask"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in", "enjoy"], ["taste", "have flavor; taste of something", "taste"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in", "relish"]]}, {"answer": "savoring", "hint": "synonyms for savoring", "clues": [["savour", "taste appreciatively", "savour"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in", "bask"], ["taste", "have flavor; taste of something", "taste"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in", "relish"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in", "enjoy"]]}, {"answer": "savour", "hint": "synonyms for savour", "clues": [["savor", "derive or receive pleasure from; get enjoyment from; take pleasure in", "savor"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in", "bask"], ["taste", "have flavor; taste of something", "taste"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in", "relish"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in", "enjoy"]]}, {"answer": "savouring", "hint": "synonyms for savouring", "clues": [["savour", "taste appreciatively", "savour"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in", "bask"], ["taste", "have flavor; taste of something", "taste"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in", "relish"], ["enjoy", "derive or receive pleasure from; get enjoyment from; take pleasure in", "enjoy"]]}, {"answer": "savvy", "hint": "synonyms for savvy", "clues": [["grasp", "get the meaning of something", "grasp"], ["apprehend", "get the meaning of something", "apprehend"], ["comprehend", "get the meaning of something", "comprehend"], ["compass", "get the meaning of something", "compass"], ["dig", "get the meaning of something", "dig"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "saw", "hint": "synonyms for saw", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["regard", "deem to be", "regard"], ["see", "date regularly; have a steady relationship with", "see"], ["realise", "perceive (an idea or situation) mentally", "realise"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["go steady", "date regularly; have a steady relationship with", "go steady"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["project", "imagine; conceive of; see in one's mind", "project"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["watch", "see or watch", "watch"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["image", "imagine; conceive of; see in one's mind", "image"], ["escort", "accompany or escort", "escort"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["attend", "take charge of or deal with", "attend"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["go out", "date regularly; have a steady relationship with", "go out"], ["interpret", "make sense of; assign a meaning to", "interpret"], ["catch", "see or watch", "catch"], ["envision", "imagine; conceive of; see in one's mind", "envision"], ["look", "take charge of or deal with", "look"], ["run into", "come together", "run into"], ["go through", "go or live through", "go through"], ["view", "see or watch", "view"], ["run across", "come together", "run across"], ["witness", "perceive or be contemporaneous with", "witness"], ["control", "be careful or certain to do something; make certain of something", "control"], ["understand", "perceive (an idea or situation) mentally", "understand"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["reckon", "deem to be", "reckon"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["date", "date regularly; have a steady relationship with", "date"], ["examine", "observe, check out, and look over carefully or inspect", "examine"], ["consider", "deem to be", "consider"], ["come across", "come together", "come across"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["construe", "make sense of; assign a meaning to", "construe"], ["find", "perceive or be contemporaneous with", "find"], ["encounter", "come together", "encounter"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["meet", "come together", "meet"], ["take in", "see or watch", "take in"], ["visit", "go to see a place, as for entertainment", "visit"], ["experience", "go or live through", "experience"], ["take care", "take charge of or deal with", "take care"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["discover", "get to know or become aware of, usually accidentally", "discover"]]}, {"answer": "say", "hint": "synonyms for say", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["allege", "report or maintain", "allege"], ["read", "have or contain a certain wording or form", "read"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"], ["aver", "report or maintain", "aver"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["suppose", "express a supposition", "suppose"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["enunciate", "speak, pronounce, or utter in a certain way", "enunciate"], ["state", "express in words", "state"], ["order", "give instructions to or direct somebody to do something with authority", "order"]]}, {"answer": "saying", "hint": "synonyms for saying", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["tell", "give instructions to or direct somebody to do something with authority", "tell"], ["say", "indicate", "say"], ["read", "have or contain a certain wording or form", "read"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"], ["suppose", "express a supposition", "suppose"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["order", "give instructions to or direct somebody to do something with authority", "order"], ["allege", "report or maintain", "allege"], ["aver", "report or maintain", "aver"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["enunciate", "speak, pronounce, or utter in a certain way", "enunciate"], ["state", "express in words", "state"]]}, {"answer": "scam", "hint": "synonyms for scam", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "scan", "hint": "synonyms for scan", "clues": [["run down", "examine hastily", "run down"], ["rake", "examine hastily", "rake"], ["glance over", "examine hastily", "glance over"], ["skim", "examine hastily", "skim"], ["read", "obtain data from magnetic tapes", "read"]]}, {"answer": "scanning", "hint": "synonyms for scanning", "clues": [["run down", "examine hastily", "run down"], ["glance over", "examine hastily", "glance over"], ["scan", "examine hastily", "scan"], ["read", "obtain data from magnetic tapes", "read"], ["rake", "examine hastily", "rake"], ["skim", "examine hastily", "skim"]]}, {"answer": "scare", "hint": "synonyms for scare", "clues": [["affright", "cause fear in", "affright"], ["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["scare away", "cause to lose courage", "scare away"], ["frighten", "cause fear in", "frighten"], ["frighten off", "cause to lose courage", "frighten off"], ["scare off", "cause to lose courage", "scare off"], ["pall", "cause to lose courage", "pall"]]}, {"answer": "scat", "hint": "synonyms for scat", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "scatter", "hint": "synonyms for scatter", "clues": [["spread out", "strew or distribute over an area", "spread out"], ["dissipate", "move away from each other", "dissipate"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["break up", "to cause to separate and go in different directions", "break up"], ["disperse", "distribute loosely", "disperse"], ["dot", "distribute loosely", "dot"], ["dust", "distribute loosely", "dust"], ["spread", "strew or distribute over an area", "spread"], ["sprinkle", "distribute loosely", "sprinkle"]]}, {"answer": "scattering", "hint": "synonyms for scattering", "clues": [["spread out", "strew or distribute over an area", "spread out"], ["scatter", "cause to separate", "scatter"], ["dissipate", "move away from each other", "dissipate"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["disperse", "distribute loosely", "disperse"], ["spread", "strew or distribute over an area", "spread"], ["dust", "distribute loosely", "dust"], ["break up", "cause to separate", "break up"], ["dot", "distribute loosely", "dot"], ["sprinkle", "distribute loosely", "sprinkle"]]}, {"answer": "scent", "hint": "synonyms for scent", "clues": [["nose", "catch the scent of; get wind of", "nose"], ["perfume", "apply perfume to", "perfume"], ["odourise", "cause to smell or be smelly", "odourise"], ["wind", "catch the scent of; get wind of", "wind"], ["odorize", "cause to smell or be smelly", "odorize"]]}, {"answer": "school", "hint": "synonyms for school", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"]]}, {"answer": "schooling", "hint": "synonyms for schooling", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"], ["school", "swim in or form a large group of fish", "school"]]}, {"answer": "scoff", "hint": "synonyms for scoff", "clues": [["barrack", "laugh at with contempt and derision", "barrack"], ["flout", "laugh at with contempt and derision", "flout"], ["jeer", "laugh at with contempt and derision", "jeer"], ["gibe", "laugh at with contempt and derision", "gibe"]]}, {"answer": "scoffing", "hint": "synonyms for scoffing", "clues": [["barrack", "laugh at with contempt and derision", "barrack"], ["jeer", "laugh at with contempt and derision", "jeer"], ["flout", "laugh at with contempt and derision", "flout"], ["scoff", "treat with contemptuous disregard", "scoff"], ["gibe", "laugh at with contempt and derision", "gibe"]]}, {"answer": "scold", "hint": "synonyms for scold", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["grouch", "show one's unhappiness or critical attitude", "grouch"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["grumble", "show one's unhappiness or critical attitude", "grumble"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "scolding", "hint": "synonyms for scolding", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["grouch", "show one's unhappiness or critical attitude", "grouch"], ["scold", "show one's unhappiness or critical attitude", "scold"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["grumble", "show one's unhappiness or critical attitude", "grumble"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "scoop", "hint": "synonyms for scoop", "clues": [["lift out", "take out or up with or as if with a scoop", "lift out"], ["scoop up", "take out or up with or as if with a scoop", "scoop up"], ["scoop out", "take out or up with or as if with a scoop", "scoop out"], ["outflank", "get the better of", "outflank"], ["outdo", "get the better of", "outdo"], ["take up", "take out or up with or as if with a scoop", "take up"], ["trump", "get the better of", "trump"], ["best", "get the better of", "best"]]}, {"answer": "scorch", "hint": "synonyms for scorch", "clues": [["blacken", "burn slightly and superficially so as to affect color", "blacken"], ["sear", "burn slightly and superficially so as to affect color", "sear"], ["char", "burn slightly and superficially so as to affect color", "char"], ["singe", "become superficially burned", "singe"]]}, {"answer": "score", "hint": "synonyms for score", "clues": [["seduce", "induce to have sex", "seduce"], ["make", "induce to have sex", "make"], ["tally", "gain points in a game", "tally"], ["grade", "assign a grade or rank to, according to one's evaluation", "grade"], ["mark", "assign a grade or rank to, according to one's evaluation", "mark"], ["hit", "gain points in a game", "hit"], ["rack up", "gain points in a game", "rack up"], ["nock", "make small marks into the surface of", "nock"]]}, {"answer": "scores", "hint": "synonyms for scores", "clues": [["seduce", "induce to have sex", "seduce"], ["score", "write a musical score for", "score"], ["make", "induce to have sex", "make"], ["tally", "gain points in a game", "tally"], ["grade", "assign a grade or rank to, according to one's evaluation", "grade"], ["mark", "assign a grade or rank to, according to one's evaluation", "mark"], ["hit", "gain points in a game", "hit"], ["rack up", "gain points in a game", "rack up"], ["nock", "make small marks into the surface of", "nock"]]}, {"answer": "scoring", "hint": "synonyms for scoring", "clues": [["seduce", "induce to have sex", "seduce"], ["score", "write a musical score for", "score"], ["make", "induce to have sex", "make"], ["tally", "gain points in a game", "tally"], ["grade", "assign a grade or rank to, according to one's evaluation", "grade"], ["mark", "assign a grade or rank to, according to one's evaluation", "mark"], ["hit", "gain points in a game", "hit"], ["rack up", "gain points in a game", "rack up"], ["nock", "make small marks into the surface of", "nock"]]}, {"answer": "scorn", "hint": "synonyms for scorn", "clues": [["spurn", "reject with contempt", "spurn"], ["disdain", "reject with contempt", "disdain"], ["turn down", "reject with contempt", "turn down"], ["reject", "reject with contempt", "reject"], ["freeze off", "reject with contempt", "freeze off"], ["pooh-pooh", "reject with contempt", "pooh-pooh"], ["despise", "look down on with disdain", "despise"], ["contemn", "look down on with disdain", "contemn"]]}, {"answer": "scour", "hint": "synonyms for scour", "clues": [["abrade", "rub hard or scrub", "abrade"], ["flush", "rinse, clean, or empty with a liquid", "flush"], ["purge", "rinse, clean, or empty with a liquid", "purge"], ["scrub", "clean with hard rubbing", "scrub"]]}, {"answer": "scourge", "hint": "synonyms for scourge", "clues": [["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["waste", "cause extensive destruction or ruin utterly", "waste"], ["flagellate", "whip", "flagellate"]]}, {"answer": "scouring", "hint": "synonyms for scouring", "clues": [["flush", "rinse, clean, or empty with a liquid", "flush"], ["purge", "rinse, clean, or empty with a liquid", "purge"], ["abrade", "rub hard or scrub", "abrade"], ["scour", "examine minutely", "scour"], ["scrub", "clean with hard rubbing", "scrub"]]}, {"answer": "scours", "hint": "synonyms for scours", "clues": [["flush", "rinse, clean, or empty with a liquid", "flush"], ["purge", "rinse, clean, or empty with a liquid", "purge"], ["abrade", "rub hard or scrub", "abrade"], ["scour", "examine minutely", "scour"], ["scrub", "clean with hard rubbing", "scrub"]]}, {"answer": "scramble", "hint": "synonyms for scramble", "clues": [["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["beat", "stir vigorously", "beat"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"], ["throw together", "bring into random order", "throw together"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["jumble", "bring into random order", "jumble"]]}, {"answer": "scrap", "hint": "synonyms for scrap", "clues": [["junk", "dispose of (something useless or old)", "junk"], ["argufy", "have a disagreement over something", "argufy"], ["dispute", "have a disagreement over something", "dispute"], ["trash", "dispose of (something useless or old)", "trash"], ["quarrel", "have a disagreement over something", "quarrel"], ["altercate", "have a disagreement over something", "altercate"]]}, {"answer": "scrape", "hint": "synonyms for scrape", "clues": [["grate", "scratch repeatedly", "grate"], ["kowtow", "bend the knees and bow in a servile manner", "kowtow"], ["genuflect", "bend the knees and bow in a servile manner", "genuflect"], ["scratch", "cut the surface of; wear away the surface of", "scratch"], ["scratch up", "cut the surface of; wear away the surface of", "scratch up"], ["skin", "bruise, cut, or injure the skin or the surface of", "skin"], ["come up", "gather (money or other resources) together over time", "come up"], ["scrape up", "gather (money or other resources) together over time", "scrape up"]]}, {"answer": "scraping", "hint": "synonyms for scraping", "clues": [["grate", "scratch repeatedly", "grate"], ["junk", "dispose of (something useless or old)", "junk"], ["kowtow", "bend the knees and bow in a servile manner", "kowtow"], ["dispute", "have a disagreement over something", "dispute"], ["quarrel", "have a disagreement over something", "quarrel"], ["scratch up", "cut the surface of; wear away the surface of", "scratch up"], ["scrape", "cut the surface of; wear away the surface of", "scrape"], ["altercate", "have a disagreement over something", "altercate"], ["scrape up", "gather (money or other resources) together over time", "scrape up"], ["argufy", "have a disagreement over something", "argufy"], ["trash", "dispose of (something useless or old)", "trash"], ["genuflect", "bend the knees and bow in a servile manner", "genuflect"], ["scratch", "cut the surface of; wear away the surface of", "scratch"], ["skin", "bruise, cut, or injure the skin or the surface of", "skin"], ["come up", "gather (money or other resources) together over time", "come up"]]}, {"answer": "scraps", "hint": "synonyms for scraps", "clues": [["junk", "dispose of (something useless or old)", "junk"], ["argufy", "have a disagreement over something", "argufy"], ["dispute", "have a disagreement over something", "dispute"], ["trash", "dispose of (something useless or old)", "trash"], ["quarrel", "have a disagreement over something", "quarrel"], ["scrap", "have a disagreement over something", "scrap"], ["altercate", "have a disagreement over something", "altercate"]]}, {"answer": "scratch", "hint": "synonyms for scratch", "clues": [["scratch up", "cut the surface of; wear away the surface of", "scratch up"], ["excise", "remove by erasing or crossing out or as if by drawing a line", "excise"], ["grave", "carve, cut, or etch into a material or surface", "grave"], ["engrave", "carve, cut, or etch into a material or surface", "engrave"], ["expunge", "remove by erasing or crossing out or as if by drawing a line", "expunge"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["scrape", "cut the surface of; wear away the surface of", "scrape"], ["scrape up", "gather (money or other resources) together over time", "scrape up"], ["cancel", "postpone indefinitely or annul something that was scheduled", "cancel"], ["rub", "cause friction", "rub"], ["chafe", "cause friction", "chafe"], ["fray", "cause friction", "fray"], ["strike", "remove by erasing or crossing out or as if by drawing a line", "strike"], ["scrub", "postpone indefinitely or annul something that was scheduled", "scrub"], ["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["itch", "scrape or rub as if to relieve itching", "itch"], ["fret", "cause friction", "fret"], ["come up", "gather (money or other resources) together over time", "come up"]]}, {"answer": "scratching", "hint": "synonyms for scratching", "clues": [["scratch", "remove by erasing or crossing out or as if by drawing a line", "scratch"], ["scratch up", "cut the surface of; wear away the surface of", "scratch up"], ["excise", "remove by erasing or crossing out or as if by drawing a line", "excise"], ["grave", "carve, cut, or etch into a material or surface", "grave"], ["engrave", "carve, cut, or etch into a material or surface", "engrave"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["scrape", "cut the surface of; wear away the surface of", "scrape"], ["expunge", "remove by erasing or crossing out or as if by drawing a line", "expunge"], ["cancel", "postpone indefinitely or annul something that was scheduled", "cancel"], ["scrape up", "gather (money or other resources) together over time", "scrape up"], ["rub", "cause friction", "rub"], ["chafe", "cause friction", "chafe"], ["fray", "cause friction", "fray"], ["strike", "remove by erasing or crossing out or as if by drawing a line", "strike"], ["scrub", "postpone indefinitely or annul something that was scheduled", "scrub"], ["fret", "cause friction", "fret"], ["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["itch", "scrape or rub as if to relieve itching", "itch"], ["come up", "gather (money or other resources) together over time", "come up"]]}, {"answer": "scream", "hint": "synonyms for scream", "clues": [["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["shout", "utter a sudden loud cry", "shout"], ["yell", "utter or declare in a very loud voice", "yell"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["cry", "utter a sudden loud cry", "cry"]]}, {"answer": "screech", "hint": "synonyms for screech", "clues": [["skreigh", "utter a harsh abrupt scream", "skreigh"], ["squeak", "make a high-pitched, screeching noise", "squeak"], ["screak", "utter a harsh abrupt scream", "screak"], ["squawk", "utter a harsh abrupt scream", "squawk"], ["skreak", "utter a harsh abrupt scream", "skreak"], ["whine", "make a high-pitched, screeching noise", "whine"]]}, {"answer": "screeching", "hint": "synonyms for screeching", "clues": [["skreigh", "utter a harsh abrupt scream", "skreigh"], ["squeak", "make a high-pitched, screeching noise", "squeak"], ["screak", "utter a harsh abrupt scream", "screak"], ["squawk", "utter a harsh abrupt scream", "squawk"], ["screech", "utter a harsh abrupt scream", "screech"], ["skreak", "utter a harsh abrupt scream", "skreak"], ["whine", "make a high-pitched, screeching noise", "whine"]]}, {"answer": "screen", "hint": "synonyms for screen", "clues": [["sieve", "examine in order to test suitability", "sieve"], ["shield", "protect, hide, or conceal from danger or harm", "shield"], ["screen out", "examine in order to test suitability", "screen out"], ["riddle", "separate with a riddle, as grain from chaff", "riddle"], ["test", "test or examine for the presence of disease or infection", "test"], ["block out", "prevent from entering", "block out"], ["sort", "examine in order to test suitability", "sort"]]}, {"answer": "screening", "hint": "synonyms for screening", "clues": [["screen", "prevent from entering", "screen"], ["riddle", "separate with a riddle, as grain from chaff", "riddle"], ["test", "test or examine for the presence of disease or infection", "test"], ["block out", "prevent from entering", "block out"], ["sort", "examine in order to test suitability", "sort"], ["sieve", "examine in order to test suitability", "sieve"], ["shield", "protect, hide, or conceal from danger or harm", "shield"], ["screen out", "examine in order to test suitability", "screen out"]]}, {"answer": "screw", "hint": "synonyms for screw", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["drive in", "cause to penetrate, as with a circular motion", "drive in"], ["do it", "have sexual intercourse with", "do it"], ["chouse", "defeat someone through trickery or deceit", "chouse"], ["jockey", "defeat someone through trickery or deceit", "jockey"], ["cheat", "defeat someone through trickery or deceit", "cheat"], ["chicane", "defeat someone through trickery or deceit", "chicane"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["shaft", "defeat someone through trickery or deceit", "shaft"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"]]}, {"answer": "screwing", "hint": "synonyms for screwing", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["drive in", "cause to penetrate, as with a circular motion", "drive in"], ["do it", "have sexual intercourse with", "do it"], ["chouse", "defeat someone through trickery or deceit", "chouse"], ["screw", "cause to penetrate, as with a circular motion", "screw"], ["jockey", "defeat someone through trickery or deceit", "jockey"], ["cheat", "defeat someone through trickery or deceit", "cheat"], ["chicane", "defeat someone through trickery or deceit", "chicane"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["shaft", "defeat someone through trickery or deceit", "shaft"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"]]}, {"answer": "scrubbing", "hint": "synonyms for scrubbing", "clues": [["scrub", "clean with hard rubbing", "scrub"], ["scratch", "postpone indefinitely or annul something that was scheduled", "scratch"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["scour", "clean with hard rubbing", "scour"], ["cancel", "postpone indefinitely or annul something that was scheduled", "cancel"], ["scrub up", "wash thoroughly", "scrub up"]]}, {"answer": "scrubs", "hint": "synonyms for scrubs", "clues": [["scrub", "clean with hard rubbing", "scrub"], ["scratch", "postpone indefinitely or annul something that was scheduled", "scratch"], ["call off", "postpone indefinitely or annul something that was scheduled", "call off"], ["scour", "clean with hard rubbing", "scour"], ["cancel", "postpone indefinitely or annul something that was scheduled", "cancel"], ["scrub up", "wash thoroughly", "scrub up"]]}, {"answer": "scrunch", "hint": "synonyms for scrunch", "clues": [["scrunch up", "sit on one's heels", "scrunch up"], ["crouch", "sit on one's heels", "crouch"], ["crump", "make a noise typical of an engine lacking lubricants", "crump"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["squat", "sit on one's heels", "squat"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"], ["thud", "make a noise typical of an engine lacking lubricants", "thud"], ["hunker", "sit on one's heels", "hunker"], ["hunker down", "sit on one's heels", "hunker down"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crinkle"]]}, {"answer": "scud", "hint": "synonyms for scud", "clues": [["rack", "run before a gale", "rack"], ["scoot", "run or move very quickly or hastily", "scoot"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["dash", "run or move very quickly or hastily", "dash"], ["shoot", "run or move very quickly or hastily", "shoot"]]}, {"answer": "scudding", "hint": "synonyms for scudding", "clues": [["scud", "run or move very quickly or hastily", "scud"], ["rack", "run before a gale", "rack"], ["scoot", "run or move very quickly or hastily", "scoot"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["dash", "run or move very quickly or hastily", "dash"], ["shoot", "run or move very quickly or hastily", "shoot"]]}, {"answer": "scupper", "hint": "synonyms for scupper", "clues": [["lurk", "wait in hiding to attack", "lurk"], ["ambush", "wait in hiding to attack", "ambush"], ["lie in wait", "wait in hiding to attack", "lie in wait"], ["queer", "put in a dangerous, disadvantageous, or difficult position", "queer"], ["bushwhack", "wait in hiding to attack", "bushwhack"], ["peril", "put in a dangerous, disadvantageous, or difficult position", "peril"], ["endanger", "put in a dangerous, disadvantageous, or difficult position", "endanger"], ["expose", "put in a dangerous, disadvantageous, or difficult position", "expose"], ["ambuscade", "wait in hiding to attack", "ambuscade"], ["waylay", "wait in hiding to attack", "waylay"]]}, {"answer": "search", "hint": "synonyms for search", "clues": [["seek", "try to locate or discover, or try to establish the existence of", "seek"], ["research", "inquire into", "research"], ["explore", "inquire into", "explore"], ["look for", "try to locate or discover, or try to establish the existence of", "look for"], ["look", "search or seek", "look"]]}, {"answer": "season", "hint": "synonyms for season", "clues": [["temper", "make more temperate, acceptable, or suitable by adding something else; moderate", "temper"], ["flavour", "lend flavor to", "flavour"], ["harden", "make fit", "harden"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate", "mollify"]]}, {"answer": "seasoning", "hint": "synonyms for seasoning", "clues": [["season", "make fit", "season"], ["temper", "make more temperate, acceptable, or suitable by adding something else; moderate", "temper"], ["flavour", "lend flavor to", "flavour"], ["harden", "make fit", "harden"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate", "mollify"]]}, {"answer": "seat", "hint": "synonyms for seat", "clues": [["induct", "place ceremoniously or formally in an office or position", "induct"], ["sit down", "show to a seat; assign a seat for", "sit down"], ["invest", "place ceremoniously or formally in an office or position", "invest"], ["sit", "show to a seat; assign a seat for", "sit"]]}, {"answer": "seating", "hint": "synonyms for seating", "clues": [["sit", "show to a seat; assign a seat for", "sit"], ["invest", "place ceremoniously or formally in an office or position", "invest"], ["seat", "place ceremoniously or formally in an office or position", "seat"], ["induct", "place ceremoniously or formally in an office or position", "induct"], ["sit down", "show to a seat; assign a seat for", "sit down"]]}, {"answer": "seats", "hint": "synonyms for seats", "clues": [["sit", "show to a seat; assign a seat for", "sit"], ["invest", "place ceremoniously or formally in an office or position", "invest"], ["seat", "place ceremoniously or formally in an office or position", "seat"], ["induct", "place ceremoniously or formally in an office or position", "induct"], ["sit down", "show to a seat; assign a seat for", "sit down"]]}, {"answer": "see", "hint": "synonyms for see", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["look", "take charge of or deal with", "look"], ["regard", "deem to be", "regard"], ["run into", "come together", "run into"], ["realise", "perceive (an idea or situation) mentally", "realise"], ["go through", "go or live through", "go through"], ["view", "see or watch", "view"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["visualise", "imagine; conceive of; see in one's mind", "visualise"], ["run across", "come together", "run across"], ["witness", "perceive or be contemporaneous with", "witness"], ["control", "be careful or certain to do something; make certain of something", "control"], ["understand", "perceive (an idea or situation) mentally", "understand"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["go steady", "date regularly; have a steady relationship with", "go steady"], ["reckon", "deem to be", "reckon"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["consider", "deem to be", "consider"], ["date", "date regularly; have a steady relationship with", "date"], ["examine", "observe, check out, and look over carefully or inspect", "examine"], ["come across", "come together", "come across"], ["watch", "see or watch", "watch"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["construe", "make sense of; assign a meaning to", "construe"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["find", "perceive or be contemporaneous with", "find"], ["encounter", "come together", "encounter"], ["image", "imagine; conceive of; see in one's mind", "image"], ["escort", "accompany or escort", "escort"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["attend", "take charge of or deal with", "attend"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["meet", "come together", "meet"], ["go out", "date regularly; have a steady relationship with", "go out"], ["take in", "see or watch", "take in"], ["visit", "go to see a place, as for entertainment", "visit"], ["experience", "go or live through", "experience"], ["catch", "see or watch", "catch"], ["take care", "take charge of or deal with", "take care"], ["interpret", "make sense of; assign a meaning to", "interpret"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "seek", "hint": "synonyms for seek", "clues": [["try", "make an effort or attempt", "try"], ["attempt", "make an effort or attempt", "attempt"], ["essay", "make an effort or attempt", "essay"], ["assay", "make an effort or attempt", "assay"], ["look for", "try to locate or discover, or try to establish the existence of", "look for"], ["search", "try to locate or discover, or try to establish the existence of", "search"]]}, {"answer": "seeking", "hint": "synonyms for seeking", "clues": [["attempt", "make an effort or attempt", "attempt"], ["seek", "inquire for", "seek"], ["essay", "make an effort or attempt", "essay"], ["try", "make an effort or attempt", "try"], ["assay", "make an effort or attempt", "assay"], ["look for", "try to locate or discover, or try to establish the existence of", "look for"], ["search", "try to locate or discover, or try to establish the existence of", "search"]]}, {"answer": "seizing", "hint": "synonyms for seizing", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession", "assume"], ["seize", "take or capture by force", "seize"], ["conquer", "take possession of by force, as after an invasion", "conquer"], ["appropriate", "take possession of by force, as after an invasion", "appropriate"], ["clutch", "affect", "clutch"], ["capture", "take possession of by force, as after an invasion", "capture"], ["grab", "capture the attention or imagination of", "grab"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession", "arrogate"], ["prehend", "take hold of; grab", "prehend"], ["take over", "seize and take control without authority and possibly with force; take as one's right or possession", "take over"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession", "usurp"], ["impound", "take temporary possession of as a security, by legal authority", "impound"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"], ["get hold of", "affect", "get hold of"], ["sequester", "take temporary possession of as a security, by legal authority", "sequester"]]}, {"answer": "selling", "hint": "synonyms for selling", "clues": [["sell", "exchange or deliver for money or its equivalent", "sell"], ["betray", "deliver to an enemy by treachery", "betray"], ["trade", "do business; offer for sale as for one's livelihood", "trade"], ["deal", "do business; offer for sale as for one's livelihood", "deal"]]}, {"answer": "sending", "hint": "synonyms for sending", "clues": [["station", "assign to a station", "station"], ["send", "transfer", "send"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["get off", "transfer", "get off"], ["direct", "cause to go somewhere", "direct"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["mail", "cause to be directed or transmitted to another place", "mail"], ["post", "assign to a station", "post"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["place", "assign to a station", "place"], ["transport", "transport commercially", "transport"], ["send out", "to cause or order to be taken, directed, or transmitted to another place", "send out"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"], ["ship", "transport commercially", "ship"], ["charge", "cause to be admitted; of persons to an institution", "charge"], ["send off", "transfer", "send off"], ["commit", "cause to be admitted; of persons to an institution", "commit"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"]]}, {"answer": "sensing", "hint": "synonyms for sensing", "clues": [["sense", "detect some circumstance or entity automatically", "sense"], ["feel", "perceive by a physical sensation, e.g., coming from the skin or muscles", "feel"], ["smell", "become aware of not through the senses but instinctively", "smell"], ["smell out", "become aware of not through the senses but instinctively", "smell out"]]}, {"answer": "serve", "hint": "synonyms for serve", "clues": [["do", "be sufficient; be adequate, either in quality or quantity", "do"], ["dish", "provide (usually but not necessarily food)", "dish"], ["function", "serve a purpose, role, or function", "function"], ["attend to", "work for or be a servant to", "attend to"], ["serve up", "provide (usually but not necessarily food)", "serve up"], ["help", "help to some food; help with food or drink", "help"], ["dish up", "provide (usually but not necessarily food)", "dish up"], ["swear out", "deliver a warrant or summons to someone", "swear out"], ["attend", "work for or be a servant to", "attend"], ["wait on", "work for or be a servant to", "wait on"], ["assist", "work for or be a servant to", "assist"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["service", "mate with", "service"], ["dish out", "provide (usually but not necessarily food)", "dish out"], ["process", "deliver a warrant or summons to someone", "process"], ["answer", "be sufficient; be adequate, either in quality or quantity", "answer"], ["serve well", "promote, benefit, or be useful or beneficial to", "serve well"]]}, {"answer": "serving", "hint": "synonyms for serving", "clues": [["do", "be sufficient; be adequate, either in quality or quantity", "do"], ["serve", "mate with", "serve"], ["dish", "provide (usually but not necessarily food)", "dish"], ["function", "serve a purpose, role, or function", "function"], ["attend to", "work for or be a servant to", "attend to"], ["serve up", "provide (usually but not necessarily food)", "serve up"], ["help", "help to some food; help with food or drink", "help"], ["dish up", "provide (usually but not necessarily food)", "dish up"], ["swear out", "deliver a warrant or summons to someone", "swear out"], ["attend", "work for or be a servant to", "attend"], ["wait on", "work for or be a servant to", "wait on"], ["assist", "work for or be a servant to", "assist"], ["suffice", "be sufficient; be adequate, either in quality or quantity", "suffice"], ["service", "mate with", "service"], ["dish out", "provide (usually but not necessarily food)", "dish out"], ["process", "deliver a warrant or summons to someone", "process"], ["answer", "be sufficient; be adequate, either in quality or quantity", "answer"], ["serve well", "promote, benefit, or be useful or beneficial to", "serve well"]]}, {"answer": "setting", "hint": "synonyms for setting", "clues": [["determine", "fix conclusively or authoritatively", "determine"], ["set", "bear fruit", "set"], ["mark", "establish as the highest level or best performance", "mark"], ["position", "put into a certain place or abstract location", "position"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard", "correct"], ["put", "put into a certain place or abstract location", "put"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["specify", "decide upon or fix definitely", "specify"], ["pose", "put into a certain place or abstract location", "pose"], ["plant", "put or set (seeds, seedlings, or plants) into the ground", "plant"], ["jell", "become gelatinous", "jell"], ["typeset", "set in type", "typeset"], ["do", "arrange attractively", "do"], ["localise", "locate", "localise"], ["go under", "disappear beyond the horizon", "go under"], ["arrange", "adapt for performance in a different way", "arrange"], ["rig", "equip with sails or masts", "rig"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"], ["countersink", "insert (a nail or screw below the surface, as into a countersink)", "countersink"], ["lay", "put into a certain place or abstract location", "lay"], ["set up", "equip with sails or masts", "set up"], ["place", "put into a certain place or abstract location", "place"], ["coiffure", "arrange attractively", "coiffure"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "fix"], ["coif", "arrange attractively", "coif"], ["sic", "urge to attack someone", "sic"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["dress", "arrange attractively", "dress"], ["lay out", "get ready for a particular purpose or event", "lay out"], ["congeal", "become gelatinous", "congeal"], ["go down", "disappear beyond the horizon", "go down"], ["fructify", "bear fruit", "fructify"], ["adjust", "alter or regulate so as to achieve accuracy or conform to a standard", "adjust"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "settle", "hint": "synonyms for settle", "clues": [["resolve", "bring to an end; settle conclusively", "resolve"], ["square up", "settle conclusively; come to terms", "square up"], ["reconcile", "come to terms", "reconcile"], ["root", "become settled or established and stable in one's residence or life style", "root"], ["sink", "go under,", "sink"], ["go under", "go under,", "go under"], ["square off", "settle conclusively; come to terms", "square off"], ["patch up", "come to terms", "patch up"], ["finalise", "make final; put the last touches on; put into final form", "finalise"], ["descend", "come as if by falling", "descend"], ["settle down", "become settled or established and stable in one's residence or life style", "settle down"], ["subside", "sink down or precipitate", "subside"], ["get back", "get one's revenge for a wrong or an injury", "get back"], ["nail down", "make final; put the last touches on; put into final form", "nail down"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["make up", "come to terms", "make up"], ["conciliate", "come to terms", "conciliate"], ["fall", "come as if by falling", "fall"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["locate", "take up residence and become established", "locate"], ["ensconce", "fix firmly", "ensconce"], ["decide", "bring to an end; settle conclusively", "decide"], ["determine", "settle conclusively; come to terms", "determine"], ["go down", "go under,", "go down"]]}, {"answer": "settling", "hint": "synonyms for settling", "clues": [["settle", "become clear by the sinking of particles", "settle"], ["resolve", "bring to an end; settle conclusively", "resolve"], ["square up", "settle conclusively; come to terms", "square up"], ["reconcile", "come to terms", "reconcile"], ["root", "become settled or established and stable in one's residence or life style", "root"], ["sink", "go under,", "sink"], ["go under", "go under,", "go under"], ["square off", "settle conclusively; come to terms", "square off"], ["patch up", "come to terms", "patch up"], ["conciliate", "come to terms", "conciliate"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["ensconce", "fix firmly", "ensconce"], ["settle down", "settle into a position, usually on a surface or ground", "settle down"], ["go down", "go under,", "go down"], ["make up", "come to terms", "make up"], ["decide", "bring to an end; settle conclusively", "decide"], ["finalise", "make final; put the last touches on; put into final form", "finalise"], ["descend", "come as if by falling", "descend"], ["get back", "get one's revenge for a wrong or an injury", "get back"], ["nail down", "make final; put the last touches on; put into final form", "nail down"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["fall", "come as if by falling", "fall"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["locate", "take up residence and become established", "locate"], ["subside", "sink down or precipitate", "subside"], ["determine", "settle conclusively; come to terms", "determine"]]}, {"answer": "settlings", "hint": "synonyms for settlings", "clues": [["settle", "become clear by the sinking of particles", "settle"], ["resolve", "bring to an end; settle conclusively", "resolve"], ["square up", "settle conclusively; come to terms", "square up"], ["reconcile", "come to terms", "reconcile"], ["root", "become settled or established and stable in one's residence or life style", "root"], ["sink", "go under,", "sink"], ["go under", "go under,", "go under"], ["square off", "settle conclusively; come to terms", "square off"], ["patch up", "come to terms", "patch up"], ["conciliate", "come to terms", "conciliate"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["ensconce", "fix firmly", "ensconce"], ["settle down", "settle into a position, usually on a surface or ground", "settle down"], ["go down", "go under,", "go down"], ["make up", "come to terms", "make up"], ["decide", "bring to an end; settle conclusively", "decide"], ["finalise", "make final; put the last touches on; put into final form", "finalise"], ["descend", "come as if by falling", "descend"], ["get back", "get one's revenge for a wrong or an injury", "get back"], ["nail down", "make final; put the last touches on; put into final form", "nail down"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["fall", "come as if by falling", "fall"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["locate", "take up residence and become established", "locate"], ["subside", "sink down or precipitate", "subside"], ["determine", "settle conclusively; come to terms", "determine"]]}, {"answer": "severing", "hint": "synonyms for severing", "clues": [["break up", "set or keep apart", "break up"], ["lop", "cut off from a whole", "lop"], ["sever", "set or keep apart", "sever"], ["discerp", "cut off from a whole", "discerp"]]}, {"answer": "sewing", "hint": "synonyms for sewing", "clues": [["sew", "fasten by sewing; do needlework", "sew"], ["tailor-make", "create (clothes) with cloth", "tailor-make"], ["sew together", "fasten by sewing; do needlework", "sew together"], ["run up", "fasten by sewing; do needlework", "run up"], ["stitch", "fasten by sewing; do needlework", "stitch"], ["tailor", "create (clothes) with cloth", "tailor"]]}, {"answer": "sex", "hint": "synonyms for sex", "clues": [["turn on", "stimulate sexually", "turn on"], ["wind up", "stimulate sexually", "wind up"], ["arouse", "stimulate sexually", "arouse"], ["excite", "stimulate sexually", "excite"]]}, {"answer": "shack", "hint": "synonyms for shack", "clues": [["domicile", "make one's home in a particular place or community", "domicile"], ["trail", "move, proceed, or walk draggingly or slowly", "trail"], ["reside", "make one's home in a particular place or community", "reside"], ["domiciliate", "make one's home in a particular place or community", "domiciliate"]]}, {"answer": "shades", "hint": "synonyms for shades", "clues": [["shade", "protect from light, heat, or view", "shade"], ["shade off", "cast a shadow over", "shade off"], ["shadow", "cast a shadow over", "shadow"], ["fill in", "represent the effect of shade or shadow on", "fill in"]]}, {"answer": "shading", "hint": "synonyms for shading", "clues": [["shade", "protect from light, heat, or view", "shade"], ["shade off", "cast a shadow over", "shade off"], ["shadow", "cast a shadow over", "shadow"], ["fill in", "represent the effect of shade or shadow on", "fill in"]]}, {"answer": "shadow", "hint": "synonyms for shadow", "clues": [["overshadow", "make appear small by comparison", "overshadow"], ["shade off", "cast a shadow over", "shade off"], ["dwarf", "make appear small by comparison", "dwarf"], ["shade", "cast a shadow over", "shade"]]}, {"answer": "shadowing", "hint": "synonyms for shadowing", "clues": [["shade off", "cast a shadow over", "shade off"], ["overshadow", "make appear small by comparison", "overshadow"], ["shadow", "follow, usually without the person's knowledge", "shadow"], ["shade", "cast a shadow over", "shade"], ["dwarf", "make appear small by comparison", "dwarf"]]}, {"answer": "shaft", "hint": "synonyms for shaft", "clues": [["chicane", "defeat someone through trickery or deceit", "chicane"], ["screw", "defeat someone through trickery or deceit", "screw"], ["chouse", "defeat someone through trickery or deceit", "chouse"], ["jockey", "defeat someone through trickery or deceit", "jockey"], ["cheat", "defeat someone through trickery or deceit", "cheat"]]}, {"answer": "shake", "hint": "synonyms for shake", "clues": [["rock", "move back and forth or sideways", "rock"], ["escape from", "get rid of", "escape from"], ["throw off", "get rid of", "throw off"], ["excite", "stir the feelings, emotions, or peace of", "excite"], ["sway", "move back and forth or sideways", "sway"], ["didder", "move with or as if with a tremor", "didder"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["judder", "shake or vibrate rapidly and intensively", "judder"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["agitate", "move or cause to move back and forth", "agitate"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["shake off", "get rid of", "shake off"]]}, {"answer": "shaking", "hint": "synonyms for shaking", "clues": [["rock", "move back and forth or sideways", "rock"], ["escape from", "get rid of", "escape from"], ["shake", "shake (a body part) to communicate a greeting, feeling, or cognitive state", "shake"], ["throw off", "get rid of", "throw off"], ["sway", "move back and forth or sideways", "sway"], ["didder", "move with or as if with a tremor", "didder"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["judder", "shake or vibrate rapidly and intensively", "judder"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["agitate", "move or cause to move back and forth", "agitate"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["excite", "stir the feelings, emotions, or peace of", "excite"], ["shake off", "get rid of", "shake off"]]}, {"answer": "shape", "hint": "synonyms for shape", "clues": [["determine", "shape or influence; give direction to", "determine"], ["mold", "shape or influence; give direction to", "mold"], ["forge", "make something, usually for a specific function", "forge"], ["regulate", "shape or influence; give direction to", "regulate"], ["work", "make something, usually for a specific function", "work"], ["form", "make something, usually for a specific function", "form"], ["influence", "shape or influence; give direction to", "influence"]]}, {"answer": "share", "hint": "synonyms for share", "clues": [["partake", "have, give, or receive a share of", "partake"], ["divvy up", "give out as one's portion or share", "divvy up"], ["partake in", "have, give, or receive a share of", "partake in"], ["deal", "give out as one's portion or share", "deal"], ["apportion", "give out as one's portion or share", "apportion"], ["portion out", "give out as one's portion or share", "portion out"]]}, {"answer": "shaving", "hint": "synonyms for shaving", "clues": [["shave", "make shavings of or reduce to shavings", "shave"], ["knock off", "cut the price of", "knock off"], ["plane", "cut or remove with or as if with a plane", "plane"], ["trim", "cut closely", "trim"]]}, {"answer": "shedding", "hint": "synonyms for shedding", "clues": [["shed", "cast off hair, skin, horn, or feathers", "shed"], ["pour forth", "pour out in drops or small quantities or as if in drops or small quantities", "pour forth"], ["slough", "cast off hair, skin, horn, or feathers", "slough"], ["throw off", "get rid of", "throw off"], ["moult", "cast off hair, skin, horn, or feathers", "moult"], ["cast", "get rid of", "cast"], ["disgorge", "cause or allow (a solid substance) to flow or run out or over", "disgorge"], ["drop", "get rid of", "drop"], ["spill", "cause or allow (a solid substance) to flow or run out or over", "spill"], ["throw away", "get rid of", "throw away"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["exuviate", "cast off hair, skin, horn, or feathers", "exuviate"], ["shake off", "get rid of", "shake off"]]}, {"answer": "shell", "hint": "synonyms for shell", "clues": [["crush", "come out better in a competition, race, or conflict", "crush"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["husk", "remove the husks from", "husk"], ["blast", "use explosives on", "blast"], ["beat out", "come out better in a competition, race, or conflict", "beat out"]]}, {"answer": "shelling", "hint": "synonyms for shelling", "clues": [["crush", "come out better in a competition, race, or conflict", "crush"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["shell", "look for and collect shells by the seashore", "shell"], ["blast", "use explosives on", "blast"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["husk", "remove the husks from", "husk"], ["trounce", "come out better in a competition, race, or conflict", "trounce"]]}, {"answer": "shift", "hint": "synonyms for shift", "clues": [["pitch", "move abruptly", "pitch"], ["change over", "make a shift in or exchange of", "change over"], ["lurch", "move abruptly", "lurch"], ["tilt", "move sideways or in an unsteady way", "tilt"], ["budge", "move very slightly", "budge"], ["change", "lay aside, abandon, or leave for another", "change"], ["dislodge", "change place or direction", "dislodge"], ["wobble", "move sideways or in an unsteady way", "wobble"], ["reposition", "change place or direction", "reposition"], ["stir", "move very slightly", "stir"], ["agitate", "move very slightly", "agitate"], ["transfer", "move around", "transfer"], ["careen", "move sideways or in an unsteady way", "careen"], ["switch", "make a shift in or exchange of", "switch"]]}, {"answer": "shillyshally", "hint": "synonyms for shillyshally", "clues": [["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["stall", "postpone doing what one should be doing", "stall"]]}, {"answer": "shin", "hint": "synonyms for shin", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"]]}, {"answer": "shine", "hint": "synonyms for shine", "clues": [["glint", "be shiny, as if wet", "glint"], ["reflect", "be bright by reflecting or casting light", "reflect"], ["radiate", "experience a feeling of well-being or happiness, as from good health or an intense emotion", "radiate"], ["fall", "touch or seem as if touching visually or audibly", "fall"], ["strike", "touch or seem as if touching visually or audibly", "strike"], ["polish", "make (a surface) shine", "polish"], ["smooth", "make (a surface) shine", "smooth"], ["beam", "have a complexion with a strong bright color, such as red or pink", "beam"], ["gleam", "be shiny, as if wet", "gleam"], ["glisten", "be shiny, as if wet", "glisten"], ["glow", "have a complexion with a strong bright color, such as red or pink", "glow"], ["glitter", "be shiny, as if wet", "glitter"]]}, {"answer": "shinny", "hint": "synonyms for shinny", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"]]}, {"answer": "shipping", "hint": "synonyms for shipping", "clues": [["ship", "go on board", "ship"], ["embark", "go on board", "embark"], ["transport", "transport commercially", "transport"], ["send", "transport commercially", "send"]]}, {"answer": "shirking", "hint": "synonyms for shirking", "clues": [["shirk", "avoid (one's assigned duties)", "shirk"], ["shrink from", "avoid (one's assigned duties)", "shrink from"], ["fiddle", "avoid (one's assigned duties)", "fiddle"], ["goldbrick", "avoid (one's assigned duties)", "goldbrick"]]}, {"answer": "shit", "hint": "synonyms for shit", "clues": [["tell on", "give away information about somebody", "tell on"], ["stool", "have a bowel movement", "stool"], ["rat", "give away information about somebody", "rat"], ["shop", "give away information about somebody", "shop"], ["snitch", "give away information about somebody", "snitch"], ["crap", "have a bowel movement", "crap"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"], ["betray", "give away information about somebody", "betray"], ["take a crap", "have a bowel movement", "take a crap"], ["ca-ca", "have a bowel movement", "ca-ca"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["take a shit", "have a bowel movement", "take a shit"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"]]}, {"answer": "shitting", "hint": "synonyms for shitting", "clues": [["tell on", "give away information about somebody", "tell on"], ["stool", "have a bowel movement", "stool"], ["rat", "give away information about somebody", "rat"], ["shop", "give away information about somebody", "shop"], ["snitch", "give away information about somebody", "snitch"], ["crap", "have a bowel movement", "crap"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"], ["betray", "give away information about somebody", "betray"], ["shit", "have a bowel movement", "shit"], ["take a crap", "have a bowel movement", "take a crap"], ["ca-ca", "have a bowel movement", "ca-ca"], ["take a shit", "have a bowel movement", "take a shit"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"]]}, {"answer": "shock", "hint": "synonyms for shock", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["appal", "strike with disgust or revulsion", "appal"], ["traumatise", "inflict a trauma upon", "traumatise"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"], ["floor", "surprise greatly; knock someone's socks off", "floor"]]}, {"answer": "shook", "hint": "synonyms for shook", "clues": [["rock", "move back and forth or sideways", "rock"], ["escape from", "get rid of", "escape from"], ["shake", "shake (a body part) to communicate a greeting, feeling, or cognitive state", "shake"], ["throw off", "get rid of", "throw off"], ["sway", "move back and forth or sideways", "sway"], ["didder", "move with or as if with a tremor", "didder"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["judder", "shake or vibrate rapidly and intensively", "judder"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["agitate", "move or cause to move back and forth", "agitate"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["excite", "stir the feelings, emotions, or peace of", "excite"], ["shake off", "get rid of", "shake off"]]}, {"answer": "shoot", "hint": "synonyms for shoot", "clues": [["fool away", "spend frivolously and unwisely", "fool away"], ["buck", "move quickly and violently", "buck"], ["germinate", "produce buds, branches, or germinate", "germinate"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["pip", "hit with a missile from a weapon", "pip"], ["fool", "spend frivolously and unwisely", "fool"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"], ["flash", "run or move very quickly or hastily", "flash"], ["take", "make a film or photograph of something", "take"], ["dart", "run or move very quickly or hastily", "dart"], ["film", "make a film or photograph of something", "film"], ["dash", "run or move very quickly or hastily", "dash"], ["tear", "move quickly and violently", "tear"], ["dissipate", "spend frivolously and unwisely", "dissipate"], ["sprout", "produce buds, branches, or germinate", "sprout"], ["charge", "move quickly and violently", "charge"], ["fritter", "spend frivolously and unwisely", "fritter"], ["scoot", "run or move very quickly or hastily", "scoot"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["blast", "fire a shot", "blast"], ["inject", "give an injection to", "inject"], ["spud", "produce buds, branches, or germinate", "spud"], ["scud", "run or move very quickly or hastily", "scud"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["photograph", "record on photographic film", "photograph"], ["hit", "hit with a missile from a weapon", "hit"], ["shoot down", "move quickly and violently", "shoot down"], ["snap", "record on photographic film", "snap"]]}, {"answer": "shooting", "hint": "synonyms for shooting", "clues": [["shoot", "score", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["pip", "hit with a missile from a weapon", "pip"], ["fool", "spend frivolously and unwisely", "fool"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["film", "make a film or photograph of something", "film"], ["sprout", "produce buds, branches, or germinate", "sprout"], ["charge", "move quickly and violently", "charge"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["inject", "give an injection to", "inject"], ["spud", "produce buds, branches, or germinate", "spud"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["photograph", "record on photographic film", "photograph"], ["hit", "hit with a missile from a weapon", "hit"], ["tear", "move quickly and violently", "tear"], ["fool away", "spend frivolously and unwisely", "fool away"], ["buck", "move quickly and violently", "buck"], ["germinate", "produce buds, branches, or germinate", "germinate"], ["take", "make a film or photograph of something", "take"], ["dash", "run or move very quickly or hastily", "dash"], ["dissipate", "spend frivolously and unwisely", "dissipate"], ["fritter", "spend frivolously and unwisely", "fritter"], ["scoot", "run or move very quickly or hastily", "scoot"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["blast", "fire a shot", "blast"], ["scud", "run or move very quickly or hastily", "scud"], ["shoot down", "move quickly and violently", "shoot down"], ["snap", "record on photographic film", "snap"]]}, {"answer": "shop", "hint": "synonyms for shop", "clues": [["tell on", "give away information about somebody", "tell on"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["rat", "give away information about somebody", "rat"], ["betray", "give away information about somebody", "betray"], ["patronize", "do one's shopping at; do business with; be a customer or client of", "patronize"], ["stag", "give away information about somebody", "stag"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"], ["grass", "give away information about somebody", "grass"], ["browse", "shop around; not necessarily buying", "browse"], ["snitch", "give away information about somebody", "snitch"], ["sponsor", "do one's shopping at; do business with; be a customer or client of", "sponsor"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["shit", "give away information about somebody", "shit"]]}, {"answer": "shopping", "hint": "synonyms for shopping", "clues": [["tell on", "give away information about somebody", "tell on"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["give away", "give away information about somebody", "give away"], ["rat", "give away information about somebody", "rat"], ["shop", "shop around; not necessarily buying", "shop"], ["betray", "give away information about somebody", "betray"], ["patronize", "do one's shopping at; do business with; be a customer or client of", "patronize"], ["stag", "give away information about somebody", "stag"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"], ["grass", "give away information about somebody", "grass"], ["browse", "shop around; not necessarily buying", "browse"], ["snitch", "give away information about somebody", "snitch"], ["sponsor", "do one's shopping at; do business with; be a customer or client of", "sponsor"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["denounce", "give away information about somebody", "denounce"], ["shit", "give away information about somebody", "shit"]]}, {"answer": "shore", "hint": "synonyms for shore", "clues": [["prop up", "support by placing against something solid or rigid", "prop up"], ["land", "arrive on shore", "land"], ["set ashore", "arrive on shore", "set ashore"], ["shore up", "support by placing against something solid or rigid", "shore up"], ["prop", "support by placing against something solid or rigid", "prop"]]}, {"answer": "shoring", "hint": "synonyms for shoring", "clues": [["prop up", "support by placing against something solid or rigid", "prop up"], ["set ashore", "arrive on shore", "set ashore"], ["shore up", "support by placing against something solid or rigid", "shore up"], ["shore", "serve as a shore to", "shore"], ["land", "arrive on shore", "land"], ["prop", "support by placing against something solid or rigid", "prop"]]}, {"answer": "shortening", "hint": "synonyms for shortening", "clues": [["bowdlerise", "edit by omitting or modifying parts considered indelicate", "bowdlerise"], ["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["shorten", "edit by omitting or modifying parts considered indelicate", "shorten"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["castrate", "edit by omitting or modifying parts considered indelicate", "castrate"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["contract", "reduce in scope while retaining essential elements", "contract"]]}, {"answer": "shout", "hint": "synonyms for shout", "clues": [["call", "utter a sudden loud cry", "call"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["shout out", "utter a sudden loud cry", "shout out"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"], ["scream", "utter a sudden loud cry", "scream"], ["abuse", "use foul or abusive language towards", "abuse"], ["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["blackguard", "use foul or abusive language towards", "blackguard"], ["clapperclaw", "use foul or abusive language towards", "clapperclaw"], ["yell", "utter a sudden loud cry", "yell"]]}, {"answer": "shouting", "hint": "synonyms for shouting", "clues": [["call", "utter a sudden loud cry", "call"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"], ["hollo", "utter a sudden loud cry", "hollo"], ["squall", "utter a sudden loud cry", "squall"], ["clapperclaw", "use foul or abusive language towards", "clapperclaw"], ["yell", "utter a sudden loud cry", "yell"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["shout out", "utter a sudden loud cry", "shout out"], ["scream", "utter a sudden loud cry", "scream"], ["abuse", "use foul or abusive language towards", "abuse"], ["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["holler", "utter a sudden loud cry", "holler"], ["blackguard", "use foul or abusive language towards", "blackguard"]]}, {"answer": "shove", "hint": "synonyms for shove", "clues": [["jostle", "come into rough contact with while moving", "jostle"], ["squeeze", "press or force", "squeeze"], ["stuff", "press or force", "stuff"], ["thrust", "press or force", "thrust"]]}, {"answer": "show", "hint": "synonyms for show", "clues": [["evidence", "provide evidence for", "evidence"], ["exhibit", "give an exhibition of to an interested audience", "exhibit"], ["present", "give an exhibition of to an interested audience", "present"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["render", "show in, or as in, a picture", "render"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["express", "give expression to", "express"], ["depict", "show in, or as in, a picture", "depict"], ["usher", "take (someone) to their seats, as in theaters or auditoriums", "usher"], ["bear witness", "provide evidence for", "bear witness"], ["demo", "give an exhibition of to an interested audience", "demo"], ["demonstrate", "give an exhibition of to an interested audience", "demonstrate"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively", "indicate"], ["prove", "provide evidence for", "prove"], ["point", "indicate a place, direction, person, or thing; either spatially or figuratively", "point"], ["testify", "provide evidence for", "testify"], ["register", "indicate a certain reading; of gauges and instruments", "register"], ["record", "indicate a certain reading; of gauges and instruments", "record"], ["picture", "show in, or as in, a picture", "picture"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively", "designate"], ["show up", "be or become visible or noticeable", "show up"], ["read", "indicate a certain reading; of gauges and instruments", "read"]]}, {"answer": "showing", "hint": "synonyms for showing", "clues": [["evidence", "provide evidence for", "evidence"], ["exhibit", "give an exhibition of to an interested audience", "exhibit"], ["present", "give an exhibition of to an interested audience", "present"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["show", "give expression to", "show"], ["render", "show in, or as in, a picture", "render"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["express", "give expression to", "express"], ["depict", "show in, or as in, a picture", "depict"], ["usher", "take (someone) to their seats, as in theaters or auditoriums", "usher"], ["bear witness", "provide evidence for", "bear witness"], ["demo", "give an exhibition of to an interested audience", "demo"], ["demonstrate", "give an exhibition of to an interested audience", "demonstrate"], ["indicate", "indicate a place, direction, person, or thing; either spatially or figuratively", "indicate"], ["prove", "provide evidence for", "prove"], ["point", "indicate a place, direction, person, or thing; either spatially or figuratively", "point"], ["testify", "provide evidence for", "testify"], ["register", "indicate a certain reading; of gauges and instruments", "register"], ["record", "indicate a certain reading; of gauges and instruments", "record"], ["picture", "show in, or as in, a picture", "picture"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively", "designate"], ["show up", "be or become visible or noticeable", "show up"], ["read", "indicate a certain reading; of gauges and instruments", "read"]]}, {"answer": "shrieking", "hint": "synonyms for shrieking", "clues": [["pipe up", "utter a shrill cry", "pipe up"], ["pipe", "utter a shrill cry", "pipe"], ["shriek", "utter a shrill cry", "shriek"], ["shrill", "utter a shrill cry", "shrill"]]}, {"answer": "shrilling", "hint": "synonyms for shrilling", "clues": [["pipe up", "utter a shrill cry", "pipe up"], ["pipe", "utter a shrill cry", "pipe"], ["shriek", "utter a shrill cry", "shriek"], ["shrill", "utter a shrill cry", "shrill"]]}, {"answer": "shrink", "hint": "synonyms for shrink", "clues": [["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["contract", "become smaller or draw together", "contract"], ["shrivel", "decrease in size, range, or extent", "shrivel"], ["cringe", "draw back, as with fear or pain", "cringe"], ["wince", "draw back, as with fear or pain", "wince"], ["squinch", "draw back, as with fear or pain", "squinch"], ["flinch", "draw back, as with fear or pain", "flinch"], ["reduce", "reduce in size; reduce physically", "reduce"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["quail", "draw back, as with fear or pain", "quail"], ["wither", "wither, as with a loss of moisture", "wither"]]}, {"answer": "shrinking", "hint": "synonyms for shrinking", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["contract", "become smaller or draw together", "contract"], ["shrivel", "decrease in size, range, or extent", "shrivel"], ["cringe", "draw back, as with fear or pain", "cringe"], ["wince", "draw back, as with fear or pain", "wince"], ["squinch", "draw back, as with fear or pain", "squinch"], ["flinch", "draw back, as with fear or pain", "flinch"], ["reduce", "reduce in size; reduce physically", "reduce"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["quail", "draw back, as with fear or pain", "quail"], ["wither", "wither, as with a loss of moisture", "wither"]]}, {"answer": "shuffle", "hint": "synonyms for shuffle", "clues": [["scuffle", "walk by dragging one's feet", "scuffle"], ["ruffle", "mix so as to make a random order or arrangement", "ruffle"], ["mix", "mix so as to make a random order or arrangement", "mix"], ["shamble", "walk by dragging one's feet", "shamble"]]}, {"answer": "shuffling", "hint": "synonyms for shuffling", "clues": [["ruffle", "mix so as to make a random order or arrangement", "ruffle"], ["shamble", "walk by dragging one's feet", "shamble"], ["shuffle", "move about, move back and forth", "shuffle"], ["mix", "mix so as to make a random order or arrangement", "mix"]]}, {"answer": "shunning", "hint": "synonyms for shunning", "clues": [["ostracise", "expel from a community or group", "ostracise"], ["shun", "expel from a community or group", "shun"], ["banish", "expel from a community or group", "banish"], ["ban", "expel from a community or group", "ban"], ["eschew", "avoid and stay away from deliberately; stay clear of", "eschew"], ["blackball", "expel from a community or group", "blackball"], ["cast out", "expel from a community or group", "cast out"]]}, {"answer": "shutting", "hint": "synonyms for shutting", "clues": [["close", "become closed", "close"], ["keep out", "prevent from entering; shut out", "keep out"], ["shut out", "prevent from entering; shut out", "shut out"], ["exclude", "prevent from entering; shut out", "exclude"], ["shut", "become closed", "shut"]]}, {"answer": "sidestep", "hint": "synonyms for sidestep", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "sieve", "hint": "synonyms for sieve", "clues": [["screen", "examine in order to test suitability", "screen"], ["sift", "check and sort carefully", "sift"], ["screen out", "examine in order to test suitability", "screen out"], ["strain", "separate by passing through a sieve or other straining device to separate out coarser elements", "strain"], ["sort", "examine in order to test suitability", "sort"]]}, {"answer": "signaling", "hint": "synonyms for signaling", "clues": [["bespeak", "be a signal for or a symptom of", "bespeak"], ["signalise", "communicate silently and non-verbally by signals or signs", "signalise"], ["betoken", "be a signal for or a symptom of", "betoken"], ["indicate", "be a signal for or a symptom of", "indicate"], ["point", "be a signal for or a symptom of", "point"], ["signal", "be a signal for or a symptom of", "signal"], ["sign", "communicate silently and non-verbally by signals or signs", "sign"]]}, {"answer": "signified", "hint": "synonyms for signified", "clues": [["stand for", "denote or connote", "stand for"], ["signify", "make known with a word or signal", "signify"], ["mean", "denote or connote", "mean"], ["intend", "denote or connote", "intend"]]}, {"answer": "signing", "hint": "synonyms for signing", "clues": [["subscribe", "mark with one's signature; write one's name (on)", "subscribe"], ["sign", "mark with one's signature; write one's name (on)", "sign"], ["contract", "engage by written agreement", "contract"], ["sign on", "engage by written agreement", "sign on"], ["bless", "make the sign of the cross over someone in order to call on God for protection; consecrate", "bless"], ["signalise", "communicate silently and non-verbally by signals or signs", "signalise"], ["sign up", "engage by written agreement", "sign up"], ["ratify", "approve and express assent, responsibility, or obligation", "ratify"], ["signal", "communicate silently and non-verbally by signals or signs", "signal"]]}, {"answer": "silence", "hint": "synonyms for silence", "clues": [["hush up", "cause to be quiet or not talk", "hush up"], ["still", "cause to be quiet or not talk", "still"], ["quieten", "cause to be quiet or not talk", "quieten"], ["shut up", "cause to be quiet or not talk", "shut up"], ["hush", "cause to be quiet or not talk", "hush"]]}, {"answer": "sin", "hint": "synonyms for sin", "clues": [["trespass", "commit a sin; violate a law of God or a moral law", "trespass"], ["drop the ball", "commit a faux pas or a fault or make a serious mistake", "drop the ball"], ["goof", "commit a faux pas or a fault or make a serious mistake", "goof"], ["boob", "commit a faux pas or a fault or make a serious mistake", "boob"], ["blunder", "commit a faux pas or a fault or make a serious mistake", "blunder"], ["transgress", "commit a sin; violate a law of God or a moral law", "transgress"]]}, {"answer": "sink", "hint": "synonyms for sink", "clues": [["drop down", "fall or descend to a lower place or level", "drop down"], ["bury", "embed deeply", "bury"], ["settle", "go under,", "settle"], ["drop", "fall or descend to a lower place or level", "drop"], ["fall off", "fall heavily or suddenly; decline markedly", "fall off"], ["slide down", "fall or sink heavily", "slide down"], ["pass", "pass into a specified state or condition", "pass"], ["slump", "fall heavily or suddenly; decline markedly", "slump"], ["lapse", "pass into a specified state or condition", "lapse"], ["go under", "go under,", "go under"], ["dip", "appear to move downward", "dip"], ["subside", "descend into or as if into some soft substance or place", "subside"], ["go down", "go under,", "go down"]]}, {"answer": "sinking", "hint": "synonyms for sinking", "clues": [["sink", "fall or sink heavily", "sink"], ["drop down", "fall or descend to a lower place or level", "drop down"], ["bury", "embed deeply", "bury"], ["settle", "go under,", "settle"], ["slide down", "fall or sink heavily", "slide down"], ["pass", "pass into a specified state or condition", "pass"], ["go under", "go under,", "go under"], ["slump", "fall or sink heavily", "slump"], ["drop", "fall or descend to a lower place or level", "drop"], ["fall off", "fall heavily or suddenly; decline markedly", "fall off"], ["lapse", "pass into a specified state or condition", "lapse"], ["dip", "appear to move downward", "dip"], ["subside", "descend into or as if into some soft substance or place", "subside"], ["go down", "go under,", "go down"]]}, {"answer": "sire", "hint": "synonyms for sire", "clues": [["father", "make children", "father"], ["get", "make children", "get"], ["bring forth", "make children", "bring forth"], ["engender", "make children", "engender"], ["generate", "make children", "generate"], ["mother", "make children", "mother"], ["beget", "make children", "beget"]]}, {"answer": "skid", "hint": "synonyms for skid", "clues": [["slue", "move obliquely or sideways, usually in an uncontrolled manner", "slue"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner", "slip"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner", "slide"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner", "slew"]]}, {"answer": "skimming", "hint": "synonyms for skimming", "clues": [["run down", "examine hastily", "run down"], ["skim off", "remove from the surface", "skim off"], ["plane", "travel on the surface of water", "plane"], ["skim", "travel on the surface of water", "skim"], ["rake", "examine hastily", "rake"], ["skim over", "read superficially", "skim over"], ["glance over", "examine hastily", "glance over"], ["scan", "examine hastily", "scan"], ["skitter", "cause to skip over a surface", "skitter"], ["skip", "cause to skip over a surface", "skip"], ["cream off", "remove from the surface", "cream off"], ["cream", "remove from the surface", "cream"]]}, {"answer": "skin", "hint": "synonyms for skin", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["pare", "strip the skin off", "pare"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"], ["peel", "strip the skin off", "peel"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["bark", "remove the bark of a tree", "bark"], ["scrape", "bruise, cut, or injure the skin or the surface of", "scrape"]]}, {"answer": "skip", "hint": "synonyms for skip", "clues": [["bound off", "bound off one point after another", "bound off"], ["skitter", "cause to skip over a surface", "skitter"], ["skip over", "bypass", "skip over"], ["decamp", "leave suddenly", "decamp"], ["hop-skip", "jump lightly", "hop-skip"], ["pass over", "bypass", "pass over"], ["cut", "intentionally fail to attend", "cut"], ["jump", "bypass", "jump"], ["hop", "jump lightly", "hop"], ["vamoose", "leave suddenly", "vamoose"], ["skim", "cause to skip over a surface", "skim"]]}, {"answer": "skirt", "hint": "synonyms for skirt", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["border", "extend on all sides of simultaneously; encircle", "border"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "skylark", "hint": "synonyms for skylark", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "slackening", "hint": "synonyms for slackening", "clues": [["slow up", "become slow or slower", "slow up"], ["slack", "become slow or slower", "slack"], ["slacken", "become slow or slower", "slacken"], ["slack up", "make less active or fast", "slack up"], ["slow", "become slow or slower", "slow"], ["remit", "make slack as by lessening tension or firmness", "remit"], ["slow down", "become slow or slower", "slow down"], ["relax", "make less active or fast", "relax"]]}, {"answer": "slacking", "hint": "synonyms for slacking", "clues": [["slack", "make less active or intense", "slack"], ["die away", "become less in amount or intensity", "die away"], ["abate", "become less in amount or intensity", "abate"], ["let up", "become less in amount or intensity", "let up"], ["slow down", "become slow or slower", "slow down"], ["relax", "make less active or fast", "relax"], ["slacken", "make less active or fast", "slacken"], ["slake", "cause to heat and crumble by treatment with water", "slake"], ["slow up", "become slow or slower", "slow up"], ["slack off", "become less in amount or intensity", "slack off"], ["slack up", "make less active or fast", "slack up"], ["slow", "become slow or slower", "slow"]]}, {"answer": "slacks", "hint": "synonyms for slacks", "clues": [["slack", "make less active or intense", "slack"], ["die away", "become less in amount or intensity", "die away"], ["abate", "become less in amount or intensity", "abate"], ["let up", "become less in amount or intensity", "let up"], ["slow down", "become slow or slower", "slow down"], ["relax", "make less active or fast", "relax"], ["slacken", "make less active or fast", "slacken"], ["slake", "cause to heat and crumble by treatment with water", "slake"], ["slow up", "become slow or slower", "slow up"], ["slack off", "become less in amount or intensity", "slack off"], ["slack up", "make less active or fast", "slack up"], ["slow", "become slow or slower", "slow"]]}, {"answer": "slam", "hint": "synonyms for slam", "clues": [["bang", "strike violently", "bang"], ["mosh", "dance the slam dance", "mosh"], ["slam dance", "dance the slam dance", "slam dance"], ["flap down", "throw violently", "flap down"], ["thrash", "dance the slam dance", "thrash"]]}, {"answer": "slam_dancing", "hint": "synonyms for slam dancing", "clues": [["slam", "dance the slam dance", "slam"], ["mosh", "dance the slam dance", "mosh"], ["slam dance", "dance the slam dance", "slam dance"], ["thrash", "dance the slam dance", "thrash"]]}, {"answer": "slander", "hint": "synonyms for slander", "clues": [["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"]]}, {"answer": "slang", "hint": "synonyms for slang", "clues": [["gull", "fool or hoax", "gull"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["take in", "fool or hoax", "take in"], ["befool", "fool or hoax", "befool"], ["put on", "fool or hoax", "put on"], ["dupe", "fool or hoax", "dupe"], ["put one across", "fool or hoax", "put one across"], ["fool", "fool or hoax", "fool"]]}, {"answer": "slant", "hint": "synonyms for slant", "clues": [["tilt", "heel over", "tilt"], ["tip", "to incline or bend from a vertical position", "tip"], ["lean", "to incline or bend from a vertical position", "lean"], ["angle", "to incline or bend from a vertical position", "angle"], ["weight", "present with a bias", "weight"], ["cant over", "heel over", "cant over"], ["cant", "heel over", "cant"], ["pitch", "heel over", "pitch"]]}, {"answer": "slash", "hint": "synonyms for slash", "clues": [["lash", "beat severely with a whip or rod", "lash"], ["thrash", "move or stir about violently", "thrash"], ["jactitate", "move or stir about violently", "jactitate"], ["gash", "cut open", "gash"], ["convulse", "move or stir about violently", "convulse"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["thresh", "move or stir about violently", "thresh"], ["trounce", "beat severely with a whip or rod", "trounce"], ["thresh about", "move or stir about violently", "thresh about"], ["whip", "beat severely with a whip or rod", "whip"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"], ["toss", "move or stir about violently", "toss"], ["cut down", "cut with sweeping strokes; as with an ax or machete", "cut down"]]}, {"answer": "slaver", "hint": "synonyms for slaver", "clues": [["drivel", "let saliva drivel from the mouth", "drivel"], ["slabber", "let saliva drivel from the mouth", "slabber"], ["dribble", "let saliva drivel from the mouth", "dribble"], ["drool", "let saliva drivel from the mouth", "drool"]]}, {"answer": "slaying", "hint": "synonyms for slaying", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "sleep", "hint": "synonyms for sleep", "clues": [["slumber", "be asleep", "slumber"], ["log Z's", "be asleep", "log Z's"], ["kip", "be asleep", "kip"], ["catch some Z's", "be asleep", "catch some Z's"]]}, {"answer": "sleuthing", "hint": "synonyms for sleuthing", "clues": [["spy", "watch, observe, or inquire secretly", "spy"], ["stag", "watch, observe, or inquire secretly", "stag"], ["sleuth", "watch, observe, or inquire secretly", "sleuth"], ["snoop", "watch, observe, or inquire secretly", "snoop"]]}, {"answer": "slew", "hint": "synonyms for slew", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner", "slip"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner", "slide"], ["hit", "kill intentionally and with premeditation", "hit"], ["curve", "turn sharply; change direction abruptly", "curve"], ["off", "kill intentionally and with premeditation", "off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner", "skid"], ["bump off", "kill intentionally and with premeditation", "bump off"], ["slue", "turn sharply; change direction abruptly", "slue"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slay", "kill intentionally and with premeditation", "slay"], ["veer", "turn sharply; change direction abruptly", "veer"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["cut", "turn sharply; change direction abruptly", "cut"], ["trend", "turn sharply; change direction abruptly", "trend"]]}, {"answer": "slews", "hint": "synonyms for slews", "clues": [["slue", "turn sharply; change direction abruptly", "slue"], ["slip", "move obliquely or sideways, usually in an uncontrolled manner", "slip"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner", "skid"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner", "slide"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curve", "turn sharply; change direction abruptly", "curve"], ["cut", "turn sharply; change direction abruptly", "cut"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["trend", "turn sharply; change direction abruptly", "trend"]]}, {"answer": "slide", "hint": "synonyms for slide", "clues": [["slip", "move obliquely or sideways, usually in an uncontrolled manner", "slip"], ["slither", "to pass or move unobtrusively or smoothly", "slither"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner", "slew"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner", "skid"], ["slue", "move obliquely or sideways, usually in an uncontrolled manner", "slue"]]}, {"answer": "slip", "hint": "synonyms for slip", "clues": [["dislocate", "move out of position", "dislocate"], ["drop away", "get worse", "drop away"], ["slip one's mind", "pass out of one's memory", "slip one's mind"], ["luxate", "move out of position", "luxate"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner", "slide"], ["fall away", "get worse", "fall away"], ["slue", "move obliquely or sideways, usually in an uncontrolled manner", "slue"], ["splay", "move out of position", "splay"], ["mistake", "to make a mistake or be incorrect", "mistake"], ["err", "to make a mistake or be incorrect", "err"], ["sneak", "pass on stealthily", "sneak"], ["slew", "move obliquely or sideways, usually in an uncontrolled manner", "slew"], ["drop off", "get worse", "drop off"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner", "skid"], ["steal", "move stealthily", "steal"]]}, {"answer": "slobber", "hint": "synonyms for slobber", "clues": [["drivel", "let saliva drivel from the mouth", "drivel"], ["slaver", "let saliva drivel from the mouth", "slaver"], ["slabber", "let saliva drivel from the mouth", "slabber"], ["dribble", "let saliva drivel from the mouth", "dribble"], ["drool", "let saliva drivel from the mouth", "drool"]]}, {"answer": "slop", "hint": "synonyms for slop", "clues": [["swill", "feed pigs", "swill"], ["slosh", "walk through mud or mire", "slosh"], ["splash", "walk through mud or mire", "splash"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["squish", "walk through mud or mire", "squish"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "slops", "hint": "synonyms for slops", "clues": [["slop", "feed pigs", "slop"], ["swill", "feed pigs", "swill"], ["slosh", "walk through mud or mire", "slosh"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["squish", "walk through mud or mire", "squish"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["splash", "walk through mud or mire", "splash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "sloughing", "hint": "synonyms for sloughing", "clues": [["shed", "cast off hair, skin, horn, or feathers", "shed"], ["molt", "cast off hair, skin, horn, or feathers", "molt"], ["exuviate", "cast off hair, skin, horn, or feathers", "exuviate"], ["slough", "cast off hair, skin, horn, or feathers", "slough"]]}, {"answer": "slowing", "hint": "synonyms for slowing", "clues": [["slow up", "become slow or slower", "slow up"], ["slack", "become slow or slower", "slack"], ["slacken", "become slow or slower", "slacken"], ["slow down", "cause to proceed more slowly", "slow down"], ["slow", "lose velocity; move more slowly", "slow"], ["decelerate", "lose velocity; move more slowly", "decelerate"], ["retard", "lose velocity; move more slowly", "retard"]]}, {"answer": "slug", "hint": "synonyms for slug", "clues": [["swig", "strike heavily, especially with the fist or a bat", "swig"], ["slog", "strike heavily, especially with the fist or a bat", "slog"], ["idle", "be idle; exist in a changeless situation", "idle"], ["laze", "be idle; exist in a changeless situation", "laze"], ["stagnate", "be idle; exist in a changeless situation", "stagnate"]]}, {"answer": "slumber", "hint": "synonyms for slumber", "clues": [["sleep", "be asleep", "sleep"], ["log Z's", "be asleep", "log Z's"], ["kip", "be asleep", "kip"], ["catch some Z's", "be asleep", "catch some Z's"]]}, {"answer": "slump", "hint": "synonyms for slump", "clues": [["sink", "fall or sink heavily", "sink"], ["decline", "go down in value", "decline"], ["slouch", "assume a drooping posture or carriage", "slouch"], ["correct", "go down in value", "correct"], ["fall off", "fall heavily or suddenly; decline markedly", "fall off"], ["slide down", "fall or sink heavily", "slide down"]]}, {"answer": "smacking", "hint": "synonyms for smacking", "clues": [["smack", "kiss lightly", "smack"], ["reek", "have an element suggestive (of something)", "reek"], ["peck", "kiss lightly", "peck"], ["thwack", "deliver a hard blow to", "thwack"], ["taste", "have a distinctive or characteristic taste", "taste"], ["smell", "have an element suggestive (of something)", "smell"]]}, {"answer": "smattering", "hint": "synonyms for smattering", "clues": [["smatter", "speak with spotty or superficial knowledge", "smatter"], ["blither", "to talk foolishly", "blither"], ["babble", "to talk foolishly", "babble"], ["dabble", "work with in an amateurish manner", "dabble"], ["play around", "work with in an amateurish manner", "play around"]]}, {"answer": "smear", "hint": "synonyms for smear", "clues": [["smutch", "make a smudge on; soil by smudging", "smutch"], ["daub", "cover (a surface) by smearing (a substance) over it", "daub"], ["smudge", "make a smudge on; soil by smudging", "smudge"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["blur", "make a smudge on; soil by smudging", "blur"]]}, {"answer": "smell", "hint": "synonyms for smell", "clues": [["smack", "have an element suggestive (of something)", "smack"], ["smell out", "become aware of not through the senses but instinctively", "smell out"], ["reek", "have an element suggestive (of something)", "reek"], ["sense", "become aware of not through the senses but instinctively", "sense"]]}, {"answer": "smelt", "hint": "synonyms for smelt", "clues": [["smell", "inhale the odor of; perceive by the olfactory sense", "smell"], ["reek", "have an element suggestive (of something)", "reek"], ["smack", "have an element suggestive (of something)", "smack"], ["sense", "become aware of not through the senses but instinctively", "sense"], ["smell out", "become aware of not through the senses but instinctively", "smell out"]]}, {"answer": "smirch", "hint": "synonyms for smirch", "clues": [["besmirch", "smear so as to make dirty or stained", "besmirch"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"]]}, {"answer": "smother", "hint": "synonyms for smother", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing", "asphyxiate"], ["suffocate", "deprive of oxygen and prevent from breathing", "suffocate"], ["stifle", "conceal or hide", "stifle"], ["put out", "deprive of the oxygen necessary for combustion", "put out"], ["repress", "conceal or hide", "repress"], ["strangle", "conceal or hide", "strangle"], ["muffle", "conceal or hide", "muffle"], ["surround", "envelop completely", "surround"]]}, {"answer": "snap", "hint": "synonyms for snap", "clues": [["shoot", "record on photographic film", "shoot"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["snatch", "to grasp hastily or eagerly", "snatch"], ["flick", "cause to make a snapping sound", "flick"], ["lose it", "lose control of one's emotions", "lose it"], ["click", "cause to make a snapping sound", "click"], ["crack", "make a sharp sound", "crack"], ["break down", "lose control of one's emotions", "break down"], ["photograph", "record on photographic film", "photograph"], ["snarl", "utter in an angry, sharp, or abrupt tone", "snarl"], ["bust", "separate or cause to separate abruptly", "bust"], ["tear", "separate or cause to separate abruptly", "tear"], ["snatch up", "to grasp hastily or eagerly", "snatch up"]]}, {"answer": "snare", "hint": "synonyms for snare", "clues": [["hook", "entice and trap", "hook"], ["trap", "catch in or as if in a trap", "trap"], ["ensnare", "catch in or as if in a trap", "ensnare"], ["trammel", "catch in or as if in a trap", "trammel"], ["entrap", "catch in or as if in a trap", "entrap"]]}, {"answer": "snarl", "hint": "synonyms for snarl", "clues": [["snap", "utter in an angry, sharp, or abrupt tone", "snap"], ["snarl up", "make more complicated or confused through entanglements", "snarl up"], ["entangle", "twist together or entwine into a confusing mass", "entangle"], ["embrangle", "make more complicated or confused through entanglements", "embrangle"], ["mat", "twist together or entwine into a confusing mass", "mat"]]}, {"answer": "snatch", "hint": "synonyms for snatch", "clues": [["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom", "abduct"], ["snap", "to grasp hastily or eagerly", "snap"], ["nobble", "take away to an undisclosed location against their will and usually in order to extract a ransom", "nobble"], ["snatch up", "to grasp hastily or eagerly", "snatch up"], ["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom", "kidnap"]]}, {"answer": "sniffle", "hint": "synonyms for sniffle", "clues": [["blub", "cry or whine with snuffling", "blub"], ["snuffle", "cry or whine with snuffling", "snuffle"], ["snivel", "cry or whine with snuffling", "snivel"], ["blubber", "cry or whine with snuffling", "blubber"], ["sniff", "inhale audibly through the nose", "sniff"]]}, {"answer": "snip", "hint": "synonyms for snip", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["nip", "sever or remove by pinching or snipping", "nip"]]}, {"answer": "snipe", "hint": "synonyms for snipe", "clues": [["attack", "attack in speech or writing", "attack"], ["sharpshoot", "aim and shoot with great precision", "sharpshoot"], ["round", "attack in speech or writing", "round"], ["assault", "attack in speech or writing", "assault"], ["lash out", "attack in speech or writing", "lash out"], ["assail", "attack in speech or writing", "assail"]]}, {"answer": "snipping", "hint": "synonyms for snipping", "clues": [["snip", "sever or remove by pinching or snipping", "snip"], ["dress", "cultivate, tend, and cut back the growth of", "dress"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["lop", "cultivate, tend, and cut back the growth of", "lop"]]}, {"answer": "snips", "hint": "synonyms for snips", "clues": [["snip", "sever or remove by pinching or snipping", "snip"], ["dress", "cultivate, tend, and cut back the growth of", "dress"], ["nip off", "sever or remove by pinching or snipping", "nip off"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["lop", "cultivate, tend, and cut back the growth of", "lop"]]}, {"answer": "snitch", "hint": "synonyms for snitch", "clues": [["tell on", "give away information about somebody", "tell on"], ["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["hook", "take by theft", "hook"], ["give away", "give away information about somebody", "give away"], ["rat", "give away information about somebody", "rat"], ["cop", "take by theft", "cop"], ["betray", "give away information about somebody", "betray"], ["denounce", "give away information about somebody", "denounce"], ["shop", "give away information about somebody", "shop"], ["shit", "give away information about somebody", "shit"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"]]}, {"answer": "snivel", "hint": "synonyms for snivel", "clues": [["blub", "cry or whine with snuffling", "blub"], ["whine", "talk in a tearful manner", "whine"], ["snuffle", "snuff up mucus through the nose", "snuffle"], ["blubber", "cry or whine with snuffling", "blubber"]]}, {"answer": "sniveling", "hint": "synonyms for sniveling", "clues": [["blub", "cry or whine with snuffling", "blub"], ["whine", "talk in a tearful manner", "whine"], ["snuffle", "snuff up mucus through the nose", "snuffle"], ["snivel", "cry or whine with snuffling", "snivel"], ["blubber", "cry or whine with snuffling", "blubber"]]}, {"answer": "snogging", "hint": "synonyms for snogging", "clues": [["snog", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "snog"], ["kiss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "kiss"], ["osculate", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "osculate"], ["buss", "touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc.", "buss"]]}, {"answer": "snow", "hint": "synonyms for snow", "clues": [["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "bamboozle"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "play false"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "lead by the nose"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "pull the wool over someone's eyes"], ["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "hoodwink"]]}, {"answer": "snuffle", "hint": "synonyms for snuffle", "clues": [["blub", "cry or whine with snuffling", "blub"], ["snivel", "cry or whine with snuffling", "snivel"], ["blubber", "cry or whine with snuffling", "blubber"], ["sniffle", "cry or whine with snuffling", "sniffle"], ["snuff", "sniff or smell inquiringly", "snuff"]]}, {"answer": "snuggle", "hint": "synonyms for snuggle", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"]]}, {"answer": "snuggling", "hint": "synonyms for snuggling", "clues": [["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"]]}, {"answer": "soak", "hint": "synonyms for soak", "clues": [["intoxicate", "make drunk (with alcoholic drinks)", "intoxicate"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["inebriate", "make drunk (with alcoholic drinks)", "inebriate"], ["rob", "rip off; ask an unreasonable price", "rob"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["imbue", "fill, soak, or imbue totally", "imbue"], ["drench", "cover with liquid; pour liquid onto", "drench"], ["fleece", "rip off; ask an unreasonable price", "fleece"], ["pawn", "leave as a guarantee in return for money", "pawn"], ["hit it up", "become drunk or drink excessively", "hit it up"], ["hock", "leave as a guarantee in return for money", "hock"], ["plume", "rip off; ask an unreasonable price", "plume"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "soar", "hint": "synonyms for soar", "clues": [["soar upwards", "rise rapidly", "soar upwards"], ["surge", "rise rapidly", "surge"], ["hang glide", "fly by means of a hang glider", "hang glide"], ["sailplane", "fly a plane without an engine", "sailplane"], ["soar up", "rise rapidly", "soar up"], ["zoom", "rise rapidly", "zoom"]]}, {"answer": "sock", "hint": "synonyms for sock", "clues": [["whap", "hit hard", "whap"], ["bash", "hit hard", "bash"], ["bonk", "hit hard", "bonk"], ["bop", "hit hard", "bop"], ["whop", "hit hard", "whop"]]}, {"answer": "soil", "hint": "synonyms for soil", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["grime", "make soiled, filthy, or dirty", "grime"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "soiling", "hint": "synonyms for soiling", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["grime", "make soiled, filthy, or dirty", "grime"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["soil", "make soiled, filthy, or dirty", "soil"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "solving", "hint": "synonyms for solving", "clues": [["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["resolve", "find the solution", "resolve"], ["clear", "settle, as of a debt", "clear"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["solve", "settle, as of a debt", "solve"]]}, {"answer": "sop", "hint": "synonyms for sop", "clues": [["dowse", "cover with liquid; pour liquid onto", "dowse"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak through", "be or become thoroughly soaked or saturated with a liquid", "soak through"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["drench", "cover with liquid; pour liquid onto", "drench"]]}, {"answer": "sophisticate", "hint": "synonyms for sophisticate", "clues": [["doctor", "alter and make impure, as with the intention to deceive", "doctor"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["doctor up", "alter and make impure, as with the intention to deceive", "doctor up"], ["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"]]}, {"answer": "sops", "hint": "synonyms for sops", "clues": [["drench", "cover with liquid; pour liquid onto", "drench"], ["sop", "dip into liquid", "sop"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["soak through", "be or become thoroughly soaked or saturated with a liquid", "soak through"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"]]}, {"answer": "sort", "hint": "synonyms for sort", "clues": [["sort out", "arrange or order by classes or categories", "sort out"], ["assort", "arrange or order by classes or categories", "assort"], ["separate", "arrange or order by classes or categories", "separate"], ["sieve", "examine in order to test suitability", "sieve"], ["screen", "examine in order to test suitability", "screen"], ["screen out", "examine in order to test suitability", "screen out"], ["classify", "arrange or order by classes or categories", "classify"], ["class", "arrange or order by classes or categories", "class"]]}, {"answer": "sorting", "hint": "synonyms for sorting", "clues": [["sort out", "arrange or order by classes or categories", "sort out"], ["assort", "arrange or order by classes or categories", "assort"], ["separate", "arrange or order by classes or categories", "separate"], ["sort", "examine in order to test suitability", "sort"], ["sieve", "examine in order to test suitability", "sieve"], ["screen", "examine in order to test suitability", "screen"], ["screen out", "examine in order to test suitability", "screen out"], ["classify", "arrange or order by classes or categories", "classify"], ["class", "arrange or order by classes or categories", "class"]]}, {"answer": "souring", "hint": "synonyms for souring", "clues": [["ferment", "go sour or spoil", "ferment"], ["acetify", "make sour or more sour", "acetify"], ["acidify", "make sour or more sour", "acidify"], ["turn", "go sour or spoil", "turn"], ["sour", "make sour or more sour", "sour"], ["acidulate", "make sour or more sour", "acidulate"], ["work", "go sour or spoil", "work"]]}, {"answer": "souse", "hint": "synonyms for souse", "clues": [["hit it up", "become drunk or drink excessively", "hit it up"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate", "dip"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["inebriate", "become drunk or drink excessively", "inebriate"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate", "dunk"], ["drench", "cover with liquid; pour liquid onto", "drench"]]}, {"answer": "sousing", "hint": "synonyms for sousing", "clues": [["souse", "cook in a marinade", "souse"], ["hit it up", "become drunk or drink excessively", "hit it up"], ["dowse", "cover with liquid; pour liquid onto", "dowse"], ["dip", "immerse briefly into a liquid so as to wet, coat, or saturate", "dip"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["inebriate", "become drunk or drink excessively", "inebriate"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate", "dunk"], ["drench", "cover with liquid; pour liquid onto", "drench"]]}, {"answer": "spark", "hint": "synonyms for spark", "clues": [["sparkle", "emit or produce sparks", "sparkle"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "sparkle", "hint": "synonyms for sparkle", "clues": [["coruscate", "reflect brightly", "coruscate"], ["spark", "emit or produce sparks", "spark"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"], ["scintillate", "be lively or brilliant or exhibit virtuosity", "scintillate"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["froth", "become bubbly or frothy or foaming", "froth"]]}, {"answer": "spat", "hint": "synonyms for spat", "clues": [["sprinkle", "rain gently", "sprinkle"], ["spit", "utter with anger or contempt", "spit"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["applaud", "clap one's hands or shout after performances to indicate approval", "applaud"], ["acclaim", "clap one's hands or shout after performances to indicate approval", "acclaim"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth", "spew"], ["clap", "clap one's hands or shout after performances to indicate approval", "clap"], ["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth", "ptyalise"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth", "spue"], ["skewer", "drive a skewer through", "skewer"], ["spit out", "utter with anger or contempt", "spit out"]]}, {"answer": "spatter", "hint": "synonyms for spatter", "clues": [["sprinkle", "rain gently", "sprinkle"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["bespatter", "spot, splash, or soil", "bespatter"], ["spit", "rain gently", "spit"], ["plash", "dash a liquid upon or against", "plash"], ["swash", "dash a liquid upon or against", "swash"], ["splosh", "dash a liquid upon or against", "splosh"]]}, {"answer": "spattering", "hint": "synonyms for spattering", "clues": [["sprinkle", "rain gently", "sprinkle"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["bespatter", "spot, splash, or soil", "bespatter"], ["spit", "rain gently", "spit"], ["plash", "dash a liquid upon or against", "plash"], ["swash", "dash a liquid upon or against", "swash"], ["splosh", "dash a liquid upon or against", "splosh"]]}, {"answer": "spaying", "hint": "synonyms for spaying", "clues": [["neuter", "remove the ovaries of", "neuter"], ["spay", "remove the ovaries of", "spay"], ["castrate", "remove the ovaries of", "castrate"], ["alter", "remove the ovaries of", "alter"]]}, {"answer": "speed", "hint": "synonyms for speed", "clues": [["accelerate", "cause to move faster", "accelerate"], ["speed up", "move faster", "speed up"], ["rush", "move fast", "rush"], ["zip", "move very fast", "zip"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["travel rapidly", "move very fast", "travel rapidly"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["cannonball along", "move fast", "cannonball along"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["quicken", "move faster", "quicken"], ["hurry", "move very fast", "hurry"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"]]}, {"answer": "speeding", "hint": "synonyms for speeding", "clues": [["accelerate", "cause to move faster", "accelerate"], ["speed up", "move faster", "speed up"], ["rush", "move fast", "rush"], ["speed", "move very fast", "speed"], ["zip", "move very fast", "zip"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["travel rapidly", "move very fast", "travel rapidly"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["cannonball along", "move fast", "cannonball along"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["quicken", "move faster", "quicken"], ["hurry", "move very fast", "hurry"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"]]}, {"answer": "spelling", "hint": "synonyms for spelling", "clues": [["spell", "place under a spell", "spell"], ["import", "indicate or signify", "import"], ["spell out", "orally recite the letters of or give the spelling of", "spell out"], ["write", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)", "write"]]}, {"answer": "spelt", "hint": "synonyms for spelt", "clues": [["spell", "place under a spell", "spell"], ["import", "indicate or signify", "import"], ["spell out", "orally recite the letters of or give the spelling of", "spell out"], ["write", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)", "write"]]}, {"answer": "spending", "hint": "synonyms for spending", "clues": [["spend", "pass time in a specific way", "spend"], ["drop", "pay out", "drop"], ["pass", "pass time in a specific way", "pass"], ["expend", "pay out", "expend"]]}, {"answer": "spike", "hint": "synonyms for spike", "clues": [["empale", "pierce with a sharp stake or point", "empale"], ["spike out", "bring forth a spike or spikes", "spike out"], ["fortify", "add alcohol to (beverages)", "fortify"], ["lace", "add alcohol to (beverages)", "lace"], ["impale", "pierce with a sharp stake or point", "impale"], ["transfix", "pierce with a sharp stake or point", "transfix"]]}, {"answer": "spill", "hint": "synonyms for spill", "clues": [["disgorge", "cause or allow (a solid substance) to flow or run out or over", "disgorge"], ["pour forth", "pour out in drops or small quantities or as if in drops or small quantities", "pour forth"], ["run out", "flow, run or fall out and become lost", "run out"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["slop", "cause or allow (a liquid substance) to run or flow from a container", "slop"], ["shed", "pour out in drops or small quantities or as if in drops or small quantities", "shed"], ["talk", "reveal information", "talk"]]}, {"answer": "spin", "hint": "synonyms for spin", "clues": [["whirl", "revolve quickly and repeatedly around one's own axis", "whirl"], ["twirl", "cause to spin", "twirl"], ["gyrate", "revolve quickly and repeatedly around one's own axis", "gyrate"], ["reel", "revolve quickly and repeatedly around one's own axis", "reel"], ["spin around", "revolve quickly and repeatedly around one's own axis", "spin around"], ["spin out", "prolong or extend", "spin out"], ["birl", "cause to spin", "birl"]]}, {"answer": "spinning", "hint": "synonyms for spinning", "clues": [["whirl", "revolve quickly and repeatedly around one's own axis", "whirl"], ["spin", "prolong or extend", "spin"], ["reel", "revolve quickly and repeatedly around one's own axis", "reel"], ["spin around", "revolve quickly and repeatedly around one's own axis", "spin around"], ["spin out", "prolong or extend", "spin out"], ["birl", "cause to spin", "birl"], ["twirl", "cause to spin", "twirl"], ["gyrate", "revolve quickly and repeatedly around one's own axis", "gyrate"]]}, {"answer": "spirt", "hint": "synonyms for spirt", "clues": [["forge", "move or act with a sudden increase in speed or energy", "forge"], ["gush", "gush forth in a sudden stream or jet", "gush"], ["spurt", "gush forth in a sudden stream or jet", "spurt"], ["spout", "gush forth in a sudden stream or jet", "spout"]]}, {"answer": "spit", "hint": "synonyms for spit", "clues": [["sprinkle", "rain gently", "sprinkle"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth", "spew"], ["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth", "ptyalise"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth", "spue"], ["skewer", "drive a skewer through", "skewer"], ["spit out", "utter with anger or contempt", "spit out"]]}, {"answer": "spite", "hint": "synonyms for spite", "clues": [["wound", "hurt the feelings of", "wound"], ["offend", "hurt the feelings of", "offend"], ["injure", "hurt the feelings of", "injure"], ["bruise", "hurt the feelings of", "bruise"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "spitting", "hint": "synonyms for spitting", "clues": [["sprinkle", "rain gently", "sprinkle"], ["spit", "utter with anger or contempt", "spit"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth", "spew"], ["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth", "ptyalise"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth", "spue"], ["skewer", "drive a skewer through", "skewer"], ["spit out", "utter with anger or contempt", "spit out"]]}, {"answer": "splash", "hint": "synonyms for splash", "clues": [["splosh", "cause (a liquid) to spatter about, especially with force", "splosh"], ["slush", "make a splashing sound", "slush"], ["squish", "walk through mud or mire", "squish"], ["sprinkle", "cause (a liquid) to spatter about, especially with force", "sprinkle"], ["plash", "dash a liquid upon or against", "plash"], ["spatter", "dash a liquid upon or against", "spatter"], ["slop", "walk through mud or mire", "slop"], ["swash", "dash a liquid upon or against", "swash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "splashing", "hint": "synonyms for splashing", "clues": [["splosh", "cause (a liquid) to spatter about, especially with force", "splosh"], ["splash", "mark or overlay with patches of contrasting color or texture; cause to appear splashed or spattered", "splash"], ["spatter", "dash a liquid upon or against", "spatter"], ["slush", "make a splashing sound", "slush"], ["squish", "walk through mud or mire", "squish"], ["sprinkle", "cause (a liquid) to spatter about, especially with force", "sprinkle"], ["slop", "walk through mud or mire", "slop"], ["swash", "dash a liquid upon or against", "swash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "splatter", "hint": "synonyms for splatter", "clues": [["plash", "dash a liquid upon or against", "plash"], ["splosh", "dash a liquid upon or against", "splosh"], ["spatter", "dash a liquid upon or against", "spatter"], ["slop", "cause or allow (a liquid substance) to run or flow from a container", "slop"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["swash", "dash a liquid upon or against", "swash"]]}, {"answer": "splattering", "hint": "synonyms for splattering", "clues": [["splosh", "dash a liquid upon or against", "splosh"], ["splatter", "cause or allow (a liquid substance) to run or flow from a container", "splatter"], ["spill", "cause or allow (a liquid substance) to run or flow from a container", "spill"], ["plash", "dash a liquid upon or against", "plash"], ["slop", "cause or allow (a liquid substance) to run or flow from a container", "slop"], ["swash", "dash a liquid upon or against", "swash"]]}, {"answer": "splicing", "hint": "synonyms for splicing", "clues": [["splice", "join the ends of", "splice"], ["marry", "perform a marriage ceremony", "marry"], ["wed", "perform a marriage ceremony", "wed"], ["tie", "perform a marriage ceremony", "tie"]]}, {"answer": "splintering", "hint": "synonyms for splintering", "clues": [["splinter", "break up into splinters or slivers", "splinter"], ["secede", "withdraw from an organization or communion", "secede"], ["sliver", "divide into slivers or splinters", "sliver"], ["break away", "withdraw from an organization or communion", "break away"]]}, {"answer": "splinters", "hint": "synonyms for splinters", "clues": [["splinter", "break up into splinters or slivers", "splinter"], ["secede", "withdraw from an organization or communion", "secede"], ["sliver", "divide into slivers or splinters", "sliver"], ["break away", "withdraw from an organization or communion", "break away"]]}, {"answer": "split_up", "hint": "synonyms for split up", "clues": [["break", "become separated into pieces or fragments", "break"], ["part", "discontinue an association or relation; go different ways", "part"], ["separate", "discontinue an association or relation; go different ways", "separate"], ["split", "discontinue an association or relation; go different ways", "split"], ["dissever", "separate into parts or portions", "dissever"], ["break up", "discontinue an association or relation; go different ways", "break up"], ["come apart", "become separated into pieces or fragments", "come apart"], ["divide", "separate into parts or portions", "divide"], ["fall apart", "become separated into pieces or fragments", "fall apart"], ["divorce", "get a divorce; formally terminate a marriage", "divorce"], ["carve up", "separate into parts or portions", "carve up"]]}, {"answer": "spoil", "hint": "synonyms for spoil", "clues": [["baby", "treat with excessive indulgence", "baby"], ["bodge", "make a mess of, destroy or ruin", "bodge"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["indulge", "treat with excessive indulgence", "indulge"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["cosset", "treat with excessive indulgence", "cosset"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["mar", "make imperfect", "mar"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"], ["coddle", "treat with excessive indulgence", "coddle"], ["violate", "destroy and strip of its possession", "violate"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["rape", "destroy and strip of its possession", "rape"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["plunder", "destroy and strip of its possession", "plunder"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["despoil", "destroy and strip of its possession", "despoil"], ["cocker", "treat with excessive indulgence", "cocker"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["vitiate", "make imperfect", "vitiate"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["corrupt", "alter from the original", "corrupt"], ["flub", "make a mess of, destroy or ruin", "flub"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["impair", "make imperfect", "impair"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["go bad", "become unfit for consumption or use", "go bad"], ["deflower", "make imperfect", "deflower"], ["itch", "have a strong desire or urge to do something", "itch"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "spoiling", "hint": "synonyms for spoiling", "clues": [["baby", "treat with excessive indulgence", "baby"], ["bodge", "make a mess of, destroy or ruin", "bodge"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["indulge", "treat with excessive indulgence", "indulge"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["cosset", "treat with excessive indulgence", "cosset"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["mar", "make imperfect", "mar"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"], ["coddle", "treat with excessive indulgence", "coddle"], ["violate", "destroy and strip of its possession", "violate"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["rape", "destroy and strip of its possession", "rape"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["plunder", "destroy and strip of its possession", "plunder"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["despoil", "destroy and strip of its possession", "despoil"], ["cocker", "treat with excessive indulgence", "cocker"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["vitiate", "make imperfect", "vitiate"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["corrupt", "alter from the original", "corrupt"], ["flub", "make a mess of, destroy or ruin", "flub"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["impair", "make imperfect", "impair"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["go bad", "become unfit for consumption or use", "go bad"], ["deflower", "make imperfect", "deflower"], ["itch", "have a strong desire or urge to do something", "itch"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "spoke", "hint": "synonyms for spoke", "clues": [["address", "give a speech to", "address"], ["speak", "exchange thoughts; talk with", "speak"], ["verbalise", "express in speech", "verbalise"], ["talk", "express in speech", "talk"], ["mouth", "express in speech", "mouth"], ["utter", "express in speech", "utter"]]}, {"answer": "sponge", "hint": "synonyms for sponge", "clues": [["mooch", "ask for and get free; be a parasite", "mooch"], ["grub", "ask for and get free; be a parasite", "grub"], ["cadge", "ask for and get free; be a parasite", "cadge"], ["bum", "ask for and get free; be a parasite", "bum"]]}, {"answer": "sponsor", "hint": "synonyms for sponsor", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "assume sponsorship of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "sport", "hint": "synonyms for sport", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["romp", "play boisterously", "romp"], ["feature", "wear or display in an ostentatious or proud manner", "feature"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["boast", "wear or display in an ostentatious or proud manner", "boast"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "spot", "hint": "synonyms for spot", "clues": [["spy", "catch sight of", "spy"], ["make out", "detect with the senses", "make out"], ["blot", "make a spot or mark onto", "blot"], ["fleck", "make a spot or mark onto", "fleck"], ["discern", "detect with the senses", "discern"], ["distinguish", "detect with the senses", "distinguish"], ["recognise", "detect with the senses", "recognise"], ["blob", "make a spot or mark onto", "blob"], ["blemish", "mar or impair with a flaw", "blemish"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"], ["descry", "catch sight of", "descry"]]}, {"answer": "spots", "hint": "synonyms for spots", "clues": [["make out", "detect with the senses", "make out"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["recognise", "detect with the senses", "recognise"], ["descry", "catch sight of", "descry"], ["spy", "catch sight of", "spy"], ["blot", "make a spot or mark onto", "blot"], ["fleck", "make a spot or mark onto", "fleck"], ["discern", "detect with the senses", "discern"], ["blob", "make a spot or mark onto", "blob"], ["blemish", "mar or impair with a flaw", "blemish"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"]]}, {"answer": "spotting", "hint": "synonyms for spotting", "clues": [["make out", "detect with the senses", "make out"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["recognise", "detect with the senses", "recognise"], ["descry", "catch sight of", "descry"], ["spy", "catch sight of", "spy"], ["blot", "make a spot or mark onto", "blot"], ["fleck", "make a spot or mark onto", "fleck"], ["discern", "detect with the senses", "discern"], ["blob", "make a spot or mark onto", "blob"], ["blemish", "mar or impair with a flaw", "blemish"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"]]}, {"answer": "spout", "hint": "synonyms for spout", "clues": [["gush", "gush forth in a sudden stream or jet", "gush"], ["spurt", "gush forth in a sudden stream or jet", "spurt"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"], ["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["spirt", "gush forth in a sudden stream or jet", "spirt"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"]]}, {"answer": "sprain", "hint": "synonyms for sprain", "clues": [["turn", "twist suddenly so as to sprain", "turn"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["wrench", "twist suddenly so as to sprain", "wrench"], ["twist", "twist suddenly so as to sprain", "twist"]]}, {"answer": "spreading", "hint": "synonyms for spreading", "clues": [["spread out", "strew or distribute over an area", "spread out"], ["pass around", "cause to become widely known", "pass around"], ["unfold", "spread out or open from a closed or folded state", "unfold"], ["spread", "become distributed or widespread", "spread"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["distribute", "distribute or disperse widely", "distribute"], ["circulate", "cause to become widely known", "circulate"], ["diffuse", "move outward", "diffuse"], ["fan out", "move outward", "fan out"], ["disseminate", "cause to become widely known", "disseminate"], ["scatter", "strew or distribute over an area", "scatter"], ["overspread", "spread across or over", "overspread"], ["broadcast", "cause to become widely known", "broadcast"], ["go around", "become widely known and passed on", "go around"], ["open", "spread out or open from a closed or folded state", "open"], ["disperse", "cause to become widely known", "disperse"]]}, {"answer": "spring", "hint": "synonyms for spring", "clues": [["leap", "move forward by leaps and bounds", "leap"], ["jump", "move forward by leaps and bounds", "jump"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["bound", "move forward by leaps and bounds", "bound"], ["recoil", "spring back; spring away from an impact", "recoil"], ["take shape", "develop into a distinctive entity", "take shape"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["bounce", "spring back; spring away from an impact", "bounce"], ["rebound", "spring back; spring away from an impact", "rebound"], ["resile", "spring back; spring away from an impact", "resile"], ["form", "develop into a distinctive entity", "form"], ["take form", "develop into a distinctive entity", "take form"]]}, {"answer": "sprinkle", "hint": "synonyms for sprinkle", "clues": [["besprinkle", "scatter with liquid; wet lightly", "besprinkle"], ["splash", "cause (a liquid) to spatter about, especially with force", "splash"], ["splosh", "cause (a liquid) to spatter about, especially with force", "splosh"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["disperse", "distribute loosely", "disperse"], ["dot", "distribute loosely", "dot"], ["spit", "rain gently", "spit"], ["scatter", "distribute loosely", "scatter"], ["sparge", "scatter with liquid; wet lightly", "sparge"], ["dust", "distribute loosely", "dust"]]}, {"answer": "sprinkles", "hint": "synonyms for sprinkles", "clues": [["sprinkle", "rain gently", "sprinkle"], ["splash", "cause (a liquid) to spatter about, especially with force", "splash"], ["splosh", "cause (a liquid) to spatter about, especially with force", "splosh"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["disperse", "distribute loosely", "disperse"], ["dot", "distribute loosely", "dot"], ["spit", "rain gently", "spit"], ["scatter", "distribute loosely", "scatter"], ["sparge", "scatter with liquid; wet lightly", "sparge"], ["dust", "distribute loosely", "dust"]]}, {"answer": "sprinkling", "hint": "synonyms for sprinkling", "clues": [["sprinkle", "rain gently", "sprinkle"], ["splash", "cause (a liquid) to spatter about, especially with force", "splash"], ["splosh", "cause (a liquid) to spatter about, especially with force", "splosh"], ["patter", "rain gently", "patter"], ["pitter-patter", "rain gently", "pitter-patter"], ["disperse", "distribute loosely", "disperse"], ["dot", "distribute loosely", "dot"], ["spit", "rain gently", "spit"], ["scatter", "distribute loosely", "scatter"], ["sparge", "scatter with liquid; wet lightly", "sparge"], ["dust", "distribute loosely", "dust"]]}, {"answer": "sprout", "hint": "synonyms for sprout", "clues": [["germinate", "produce buds, branches, or germinate", "germinate"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["spud", "produce buds, branches, or germinate", "spud"], ["stock", "put forth and grow sprouts or shoots", "stock"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"]]}, {"answer": "sprouting", "hint": "synonyms for sprouting", "clues": [["germinate", "produce buds, branches, or germinate", "germinate"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["spud", "produce buds, branches, or germinate", "spud"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"], ["sprout", "put forth and grow sprouts or shoots", "sprout"], ["stock", "put forth and grow sprouts or shoots", "stock"]]}, {"answer": "spud", "hint": "synonyms for spud", "clues": [["germinate", "produce buds, branches, or germinate", "germinate"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["sprout", "produce buds, branches, or germinate", "sprout"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"]]}, {"answer": "spurt", "hint": "synonyms for spurt", "clues": [["spirt", "move or act with a sudden increase in speed or energy", "spirt"], ["forge", "move or act with a sudden increase in speed or energy", "forge"], ["gush", "gush forth in a sudden stream or jet", "gush"], ["spout", "gush forth in a sudden stream or jet", "spout"]]}, {"answer": "sputter", "hint": "synonyms for sputter", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["splutter", "utter with a spitting sound, as if in a rage", "splutter"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["spit out", "spit up in an explosive manner", "spit out"]]}, {"answer": "sputtering", "hint": "synonyms for sputtering", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["struggle", "climb awkwardly, as if by scrambling", "struggle"], ["sputter", "utter with a spitting sound, as if in a rage", "sputter"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"], ["spit out", "spit up in an explosive manner", "spit out"]]}, {"answer": "spy", "hint": "synonyms for spy", "clues": [["spot", "catch sight of", "spot"], ["stag", "watch, observe, or inquire secretly", "stag"], ["sleuth", "watch, observe, or inquire secretly", "sleuth"], ["snoop", "watch, observe, or inquire secretly", "snoop"], ["espy", "catch sight of", "espy"], ["descry", "catch sight of", "descry"], ["sight", "catch sight of; to perceive with the eyes", "sight"]]}, {"answer": "spying", "hint": "synonyms for spying", "clues": [["spot", "catch sight of", "spot"], ["spy", "watch, observe, or inquire secretly", "spy"], ["sleuth", "watch, observe, or inquire secretly", "sleuth"], ["stag", "watch, observe, or inquire secretly", "stag"], ["snoop", "watch, observe, or inquire secretly", "snoop"], ["descry", "catch sight of", "descry"], ["sight", "catch sight of; to perceive with the eyes", "sight"]]}, {"answer": "squabble", "hint": "synonyms for squabble", "clues": [["quibble", "argue over petty things", "quibble"], ["niggle", "argue over petty things", "niggle"], ["brabble", "argue over petty things", "brabble"], ["pettifog", "argue over petty things", "pettifog"], ["bicker", "argue over petty things", "bicker"]]}, {"answer": "squall", "hint": "synonyms for squall", "clues": [["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["scream", "utter a sudden loud cry", "scream"], ["shout", "utter a sudden loud cry", "shout"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["waul", "make high-pitched, whiney noises", "waul"], ["cry", "utter a sudden loud cry", "cry"], ["wawl", "make high-pitched, whiney noises", "wawl"], ["yell", "utter a sudden loud cry", "yell"]]}, {"answer": "squandering", "hint": "synonyms for squandering", "clues": [["waste", "spend thoughtlessly; throw away", "waste"], ["squander", "spend extravagantly", "squander"], ["ware", "spend extravagantly", "ware"], ["blow", "spend thoughtlessly; throw away", "blow"], ["consume", "spend extravagantly", "consume"]]}, {"answer": "squash", "hint": "synonyms for squash", "clues": [["crush", "to compress with violence, out of natural shape or condition", "crush"], ["mash", "to compress with violence, out of natural shape or condition", "mash"], ["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"]]}, {"answer": "squatting", "hint": "synonyms for squatting", "clues": [["scrunch up", "sit on one's heels", "scrunch up"], ["crouch", "sit on one's heels", "crouch"], ["hunker", "sit on one's heels", "hunker"], ["scrunch", "sit on one's heels", "scrunch"], ["hunker down", "sit on one's heels", "hunker down"], ["squat", "be close to the earth, or be disproportionately wide", "squat"]]}, {"answer": "squawk", "hint": "synonyms for squawk", "clues": [["bitch", "complain", "bitch"], ["skreigh", "utter a harsh abrupt scream", "skreigh"], ["holler", "complain", "holler"], ["screak", "utter a harsh abrupt scream", "screak"], ["gripe", "complain", "gripe"], ["screech", "utter a harsh abrupt scream", "screech"], ["skreak", "utter a harsh abrupt scream", "skreak"], ["crab", "complain", "crab"], ["beef", "complain", "beef"], ["bellyache", "complain", "bellyache"], ["grouse", "complain", "grouse"]]}, {"answer": "squeak", "hint": "synonyms for squeak", "clues": [["screak", "make a high-pitched, screeching noise", "screak"], ["screech", "make a high-pitched, screeching noise", "screech"], ["skreak", "make a high-pitched, screeching noise", "skreak"], ["whine", "make a high-pitched, screeching noise", "whine"]]}, {"answer": "squeeze", "hint": "synonyms for squeeze", "clues": [["mash", "to compress with violence, out of natural shape or condition", "mash"], ["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "pressure"], ["constrict", "squeeze or press together", "constrict"], ["wedge", "squeeze like a wedge into a tight space", "wedge"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["compact", "squeeze or press together", "compact"], ["crush", "to compress with violence, out of natural shape or condition", "crush"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness", "bosom"], ["press", "squeeze or press together", "press"], ["shove", "press or force", "shove"], ["wring", "obtain by coercion or intimidation", "wring"], ["twitch", "squeeze tightly between the fingers", "twitch"], ["stuff", "press or force", "stuff"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "coerce"], ["twinge", "squeeze tightly between the fingers", "twinge"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness", "embrace"], ["tweet", "squeeze tightly between the fingers", "tweet"], ["force", "squeeze like a wedge into a tight space", "force"], ["extort", "obtain by coercion or intimidation", "extort"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "hale"], ["compress", "squeeze or press together", "compress"], ["rack", "obtain by coercion or intimidation", "rack"], ["nip", "squeeze tightly between the fingers", "nip"], ["gouge", "obtain by coercion or intimidation", "gouge"], ["contract", "squeeze or press together", "contract"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness", "hug"], ["thrust", "press or force", "thrust"]]}, {"answer": "squeezing", "hint": "synonyms for squeezing", "clues": [["squelch", "to compress with violence, out of natural shape or condition", "squelch"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["crush", "to compress with violence, out of natural shape or condition", "crush"], ["bosom", "squeeze (someone) tightly in your arms, usually with fondness", "bosom"], ["shove", "press or force", "shove"], ["squeeze", "press or force", "squeeze"], ["force", "squeeze like a wedge into a tight space", "force"], ["compress", "squeeze or press together", "compress"], ["contract", "squeeze or press together", "contract"], ["hug", "squeeze (someone) tightly in your arms, usually with fondness", "hug"], ["mash", "to compress with violence, out of natural shape or condition", "mash"], ["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "pressure"], ["constrict", "squeeze or press together", "constrict"], ["wedge", "squeeze like a wedge into a tight space", "wedge"], ["compact", "squeeze or press together", "compact"], ["press", "squeeze or press together", "press"], ["twitch", "squeeze tightly between the fingers", "twitch"], ["wring", "obtain by coercion or intimidation", "wring"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["stuff", "press or force", "stuff"], ["coerce", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "coerce"], ["twinge", "squeeze tightly between the fingers", "twinge"], ["embrace", "squeeze (someone) tightly in your arms, usually with fondness", "embrace"], ["tweet", "squeeze tightly between the fingers", "tweet"], ["extort", "obtain by coercion or intimidation", "extort"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "hale"], ["rack", "obtain by coercion or intimidation", "rack"], ["nip", "squeeze tightly between the fingers", "nip"], ["gouge", "obtain by coercion or intimidation", "gouge"], ["thrust", "press or force", "thrust"]]}, {"answer": "squelch", "hint": "synonyms for squelch", "clues": [["mash", "to compress with violence, out of natural shape or condition", "mash"], ["slosh", "walk through mud or mire", "slosh"], ["squish", "walk through mud or mire", "squish"], ["quell", "suppress or crush completely", "quell"], ["quench", "suppress or crush completely", "quench"], ["squash", "to compress with violence, out of natural shape or condition", "squash"], ["crush", "to compress with violence, out of natural shape or condition", "crush"], ["splash", "walk through mud or mire", "splash"], ["squeeze", "to compress with violence, out of natural shape or condition", "squeeze"], ["slop", "walk through mud or mire", "slop"]]}, {"answer": "squinch", "hint": "synonyms for squinch", "clues": [["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["flinch", "draw back, as with fear or pain", "flinch"], ["wince", "draw back, as with fear or pain", "wince"], ["quail", "draw back, as with fear or pain", "quail"], ["squint", "cross one's eyes as if in strabismus", "squint"], ["cringe", "draw back, as with fear or pain", "cringe"], ["shrink", "draw back, as with fear or pain", "shrink"]]}, {"answer": "squirm", "hint": "synonyms for squirm", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "squish", "hint": "synonyms for squish", "clues": [["slosh", "walk through mud or mire", "slosh"], ["splash", "walk through mud or mire", "splash"], ["slop", "walk through mud or mire", "slop"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "stab", "hint": "synonyms for stab", "clues": [["dig", "poke or thrust abruptly", "dig"], ["jab", "poke or thrust abruptly", "jab"], ["poke", "poke or thrust abruptly", "poke"], ["knife", "use a knife on", "knife"], ["prod", "poke or thrust abruptly", "prod"]]}, {"answer": "stag", "hint": "synonyms for stag", "clues": [["tell on", "give away information about somebody", "tell on"], ["spy", "watch, observe, or inquire secretly", "spy"], ["sleuth", "watch, observe, or inquire secretly", "sleuth"], ["rat", "give away information about somebody", "rat"], ["shop", "give away information about somebody", "shop"], ["snitch", "give away information about somebody", "snitch"], ["snoop", "watch, observe, or inquire secretly", "snoop"], ["betray", "give away information about somebody", "betray"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["shit", "give away information about somebody", "shit"], ["grass", "give away information about somebody", "grass"]]}, {"answer": "stagger", "hint": "synonyms for stagger", "clues": [["flounder", "walk with great difficulty", "flounder"], ["lurch", "walk as if unable to control one's movements", "lurch"], ["keel", "walk as if unable to control one's movements", "keel"], ["reel", "walk as if unable to control one's movements", "reel"], ["careen", "walk as if unable to control one's movements", "careen"], ["distribute", "to arrange in a systematic order", "distribute"], ["swag", "walk as if unable to control one's movements", "swag"]]}, {"answer": "staggers", "hint": "synonyms for staggers", "clues": [["flounder", "walk with great difficulty", "flounder"], ["lurch", "walk as if unable to control one's movements", "lurch"], ["keel", "walk as if unable to control one's movements", "keel"], ["reel", "walk as if unable to control one's movements", "reel"], ["stagger", "astound or overwhelm, as with shock", "stagger"], ["swag", "walk as if unable to control one's movements", "swag"], ["distribute", "to arrange in a systematic order", "distribute"], ["careen", "walk as if unable to control one's movements", "careen"]]}, {"answer": "staging", "hint": "synonyms for staging", "clues": [["tell on", "give away information about somebody", "tell on"], ["spy", "watch, observe, or inquire secretly", "spy"], ["sleuth", "watch, observe, or inquire secretly", "sleuth"], ["stage", "perform (a play), especially on a stage", "stage"], ["give away", "give away information about somebody", "give away"], ["rat", "give away information about somebody", "rat"], ["snoop", "watch, observe, or inquire secretly", "snoop"], ["betray", "give away information about somebody", "betray"], ["grass", "give away information about somebody", "grass"], ["arrange", "plan, organize, and carry out (an event)", "arrange"], ["represent", "perform (a play), especially on a stage", "represent"], ["snitch", "give away information about somebody", "snitch"], ["denounce", "give away information about somebody", "denounce"], ["shop", "give away information about somebody", "shop"], ["shit", "give away information about somebody", "shit"]]}, {"answer": "stain", "hint": "synonyms for stain", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically", "maculate"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically", "sully"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically", "tarnish"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically", "defile"]]}, {"answer": "staining", "hint": "synonyms for staining", "clues": [["stain", "produce or leave stains", "stain"], ["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically", "maculate"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically", "sully"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically", "defile"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically", "tarnish"]]}, {"answer": "stake", "hint": "synonyms for stake", "clues": [["bet on", "place a bet on", "bet on"], ["venture", "put at risk", "venture"], ["gage", "place a bet on", "gage"], ["jeopardize", "put at risk", "jeopardize"], ["back", "place a bet on", "back"], ["hazard", "put at risk", "hazard"], ["game", "place a bet on", "game"], ["post", "mark with a stake", "post"], ["impale", "kill by piercing with a spear or sharp pole", "impale"], ["punt", "place a bet on", "punt"]]}, {"answer": "stakes", "hint": "synonyms for stakes", "clues": [["bet on", "place a bet on", "bet on"], ["venture", "put at risk", "venture"], ["stake", "place a bet on", "stake"], ["gage", "place a bet on", "gage"], ["jeopardize", "put at risk", "jeopardize"], ["back", "place a bet on", "back"], ["hazard", "put at risk", "hazard"], ["game", "place a bet on", "game"], ["post", "mark with a stake", "post"], ["impale", "kill by piercing with a spear or sharp pole", "impale"], ["punt", "place a bet on", "punt"]]}, {"answer": "stall", "hint": "synonyms for stall", "clues": [["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["conk", "come to a stop", "conk"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"]]}, {"answer": "stalling", "hint": "synonyms for stalling", "clues": [["stall", "cause an airplane to go into a stall", "stall"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["conk", "come to a stop", "conk"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"]]}, {"answer": "stalls", "hint": "synonyms for stalls", "clues": [["stall", "cause an airplane to go into a stall", "stall"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["conk", "come to a stop", "conk"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"]]}, {"answer": "stamp", "hint": "synonyms for stamp", "clues": [["stump", "walk heavily", "stump"], ["emboss", "raise in a relief", "emboss"], ["stomp", "walk heavily", "stomp"], ["boss", "raise in a relief", "boss"], ["pigeonhole", "treat or classify according to a mental stereotype", "pigeonhole"], ["stereotype", "treat or classify according to a mental stereotype", "stereotype"]]}, {"answer": "stand", "hint": "synonyms for stand", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["stand up", "put into an upright position", "stand up"], ["endure", "put up with something or somebody unpleasant", "endure"], ["bear", "put up with something or somebody unpleasant", "bear"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["remain firm", "hold one's ground; maintain a position; be steadfast or upright", "remain firm"], ["resist", "withstand the force of something", "resist"], ["place upright", "put into an upright position", "place upright"], ["digest", "put up with something or somebody unpleasant", "digest"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["brook", "put up with something or somebody unpleasant", "brook"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["fend", "withstand the force of something", "fend"]]}, {"answer": "stargazing", "hint": "synonyms for stargazing", "clues": [["woolgather", "have a daydream; indulge in a fantasy", "woolgather"], ["daydream", "have a daydream; indulge in a fantasy", "daydream"], ["stargaze", "have a daydream; indulge in a fantasy", "stargaze"], ["dream", "have a daydream; indulge in a fantasy", "dream"]]}, {"answer": "start", "hint": "synonyms for start", "clues": [["begin", "have a beginning characterized in some specified way", "begin"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["jump", "move or jump suddenly, as if in surprise or alarm", "jump"], ["part", "leave", "part"], ["bulge out", "bulge outward", "bulge out"], ["get going", "begin or set in motion", "get going"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["take up", "begin work or acting in a certain capacity, office or job", "take up"], ["commence", "set in motion, cause to start", "commence"], ["pop out", "bulge outward", "pop out"], ["initiate", "bring into being", "initiate"], ["pop", "bulge outward", "pop"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["embark on", "get off the ground", "embark on"], ["set off", "leave", "set off"], ["startle", "move or jump suddenly, as if in surprise or alarm", "startle"], ["lead off", "set in motion, cause to start", "lead off"], ["depart", "leave", "depart"], ["start up", "get going or set in motion", "start up"], ["set forth", "leave", "set forth"], ["protrude", "bulge outward", "protrude"], ["take off", "leave", "take off"], ["go", "begin or set in motion", "go"], ["come out", "bulge outward", "come out"], ["bulge", "bulge outward", "bulge"], ["originate", "bring into being", "originate"]]}, {"answer": "stash", "hint": "synonyms for stash", "clues": [["lay away", "save up as for future use", "lay away"], ["squirrel away", "save up as for future use", "squirrel away"], ["hive up", "save up as for future use", "hive up"], ["cache", "save up as for future use", "cache"], ["hoard", "save up as for future use", "hoard"]]}, {"answer": "state", "hint": "synonyms for state", "clues": [["put forward", "put before", "put forward"], ["submit", "put before", "submit"], ["express", "indicate through a symbol, formula, etc.", "express"], ["posit", "put before", "posit"], ["tell", "express in words", "tell"], ["say", "express in words", "say"]]}, {"answer": "stations", "hint": "synonyms for stations", "clues": [["post", "assign to a station", "post"], ["station", "assign to a station", "station"], ["send", "assign to a station", "send"], ["place", "assign to a station", "place"]]}, {"answer": "stay", "hint": "synonyms for stay", "clues": [["delay", "stop or halt", "delay"], ["remain", "continue in a place, position, or situation", "remain"], ["rest", "stay the same; remain in a certain state", "rest"], ["stick around", "stay put (in a certain place)", "stick around"], ["quell", "overcome or allay", "quell"], ["stay put", "stay put (in a certain place)", "stay put"], ["persist", "stay behind", "persist"], ["detain", "stop or halt", "detain"], ["outride", "hang on during a trial of endurance", "outride"], ["bide", "dwell", "bide"], ["appease", "overcome or allay", "appease"], ["ride out", "hang on during a trial of endurance", "ride out"], ["stay on", "continue in a place, position, or situation", "stay on"], ["continue", "continue in a place, position, or situation", "continue"], ["stick", "stay put (in a certain place)", "stick"], ["last out", "hang on during a trial of endurance", "last out"]]}, {"answer": "stays", "hint": "synonyms for stays", "clues": [["delay", "stop or halt", "delay"], ["stay", "continue in a place, position, or situation", "stay"], ["remain", "continue in a place, position, or situation", "remain"], ["rest", "stay the same; remain in a certain state", "rest"], ["stick around", "stay put (in a certain place)", "stick around"], ["quell", "overcome or allay", "quell"], ["stay put", "stay put (in a certain place)", "stay put"], ["persist", "stay behind", "persist"], ["detain", "stop or halt", "detain"], ["outride", "hang on during a trial of endurance", "outride"], ["bide", "dwell", "bide"], ["appease", "overcome or allay", "appease"], ["ride out", "hang on during a trial of endurance", "ride out"], ["stay on", "continue in a place, position, or situation", "stay on"], ["continue", "continue in a place, position, or situation", "continue"], ["stick", "stay put (in a certain place)", "stick"], ["last out", "hang on during a trial of endurance", "last out"]]}, {"answer": "steer", "hint": "synonyms for steer", "clues": [["channelize", "direct the course; determine the direction of travelling", "channelize"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["point", "direct the course; determine the direction of travelling", "point"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["head", "direct the course; determine the direction of travelling", "head"]]}, {"answer": "steering", "hint": "synonyms for steering", "clues": [["channelize", "direct the course; determine the direction of travelling", "channelize"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["point", "direct the course; determine the direction of travelling", "point"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["head", "direct the course; determine the direction of travelling", "head"]]}, {"answer": "step", "hint": "synonyms for step", "clues": [["tread", "put down or press the foot, place the foot", "tread"], ["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["abuse", "treat badly", "abuse"], ["pace", "measure (distances) by pacing", "pace"], ["mistreat", "treat badly", "mistreat"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "steps", "hint": "synonyms for steps", "clues": [["step", "move with one's feet in a specific manner", "step"], ["tread", "put down or press the foot, place the foot", "tread"], ["mistreat", "treat badly", "mistreat"], ["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["abuse", "treat badly", "abuse"], ["pace", "measure (distances) by pacing", "pace"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "stewing", "hint": "synonyms for stewing", "clues": [["grizzle", "be in a huff; be silent or sullen", "grizzle"], ["brood", "be in a huff; be silent or sullen", "brood"], ["stew", "cook slowly and for a long time in liquid", "stew"], ["grudge", "bear a grudge; harbor ill feelings", "grudge"]]}, {"answer": "stick", "hint": "synonyms for stick", "clues": [["bind", "stick to firmly", "bind"], ["baffle", "be a mystery or bewildering to", "baffle"], ["adhere", "come or be in close contact with; stick or hold together and resist separation", "adhere"], ["deposit", "put, fix, force, or implant", "deposit"], ["cleave", "come or be in close contact with; stick or hold together and resist separation", "cleave"], ["stick to", "stick to firmly", "stick to"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["stick around", "stay put (in a certain place)", "stick around"], ["pose", "be a mystery or bewildering to", "pose"], ["stick by", "be loyal to", "stick by"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["hold fast", "stick to firmly", "hold fast"], ["stay put", "stay put (in a certain place)", "stay put"], ["vex", "be a mystery or bewildering to", "vex"], ["stay", "stay put (in a certain place)", "stay"], ["wedge", "put, fix, force, or implant", "wedge"], ["flummox", "be a mystery or bewildering to", "flummox"], ["bond", "stick to firmly", "bond"], ["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["get", "be a mystery or bewildering to", "get"], ["lodge", "put, fix, force, or implant", "lodge"], ["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["stand by", "be loyal to", "stand by"], ["nonplus", "be a mystery or bewildering to", "nonplus"], ["sting", "saddle with something disagreeable or disadvantageous", "sting"]]}, {"answer": "stiffening", "hint": "synonyms for stiffening", "clues": [["stiffen", "make stiff or stiffer", "stiffen"], ["tighten", "restrict", "tighten"], ["tighten up", "restrict", "tighten up"], ["constrain", "restrict", "constrain"]]}, {"answer": "stifle", "hint": "synonyms for stifle", "clues": [["suffocate", "impair the respiration of or obstruct the air passage of", "suffocate"], ["dampen", "smother or suppress", "dampen"], ["muffle", "conceal or hide", "muffle"], ["choke", "impair the respiration of or obstruct the air passage of", "choke"], ["strangle", "conceal or hide", "strangle"], ["smother", "conceal or hide", "smother"], ["asphyxiate", "be asphyxiated; die from lack of oxygen", "asphyxiate"], ["repress", "conceal or hide", "repress"]]}, {"answer": "sting", "hint": "synonyms for sting", "clues": [["prick", "deliver a sting to", "prick"], ["bite", "cause a sharp or stinging pain or discomfort", "bite"], ["twinge", "cause a stinging pain", "twinge"], ["stick", "saddle with something disagreeable or disadvantageous", "stick"], ["burn", "cause a sharp or stinging pain or discomfort", "burn"]]}, {"answer": "stir", "hint": "synonyms for stir", "clues": [["excite", "stir feelings in", "excite"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["budge", "move very slightly", "budge"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["arouse", "to begin moving,", "arouse"], ["touch", "affect emotionally", "touch"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["agitate", "move very slightly", "agitate"], ["shift", "move very slightly", "shift"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "stitching", "hint": "synonyms for stitching", "clues": [["stitch", "fasten by sewing; do needlework", "stitch"], ["sew together", "fasten by sewing; do needlework", "sew together"], ["run up", "fasten by sewing; do needlework", "run up"], ["sew", "fasten by sewing; do needlework", "sew"]]}, {"answer": "stocking", "hint": "synonyms for stocking", "clues": [["stock", "amass so as to keep for future use or sale or for a particular occasion or use", "stock"], ["stockpile", "have on hand", "stockpile"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use", "buy in"], ["carry", "have on hand", "carry"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use", "stock up"], ["sprout", "put forth and grow sprouts or shoots", "sprout"]]}, {"answer": "stocks", "hint": "synonyms for stocks", "clues": [["stock", "amass so as to keep for future use or sale or for a particular occasion or use", "stock"], ["stockpile", "have on hand", "stockpile"], ["buy in", "amass so as to keep for future use or sale or for a particular occasion or use", "buy in"], ["carry", "have on hand", "carry"], ["stock up", "amass so as to keep for future use or sale or for a particular occasion or use", "stock up"], ["sprout", "put forth and grow sprouts or shoots", "sprout"]]}, {"answer": "stomach", "hint": "synonyms for stomach", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["stand", "put up with something or somebody unpleasant", "stand"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "stool", "hint": "synonyms for stool", "clues": [["crap", "have a bowel movement", "crap"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"], ["shit", "have a bowel movement", "shit"], ["take a crap", "have a bowel movement", "take a crap"], ["ca-ca", "have a bowel movement", "ca-ca"], ["tiller", "grow shoots in the form of stools or tillers", "tiller"], ["take a shit", "have a bowel movement", "take a shit"]]}, {"answer": "stoop", "hint": "synonyms for stoop", "clues": [["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "lower oneself"], ["bend", "bend one's back forward from the waist on down", "bend"], ["condescend", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "condescend"], ["bow", "bend one's back forward from the waist on down", "bow"], ["crouch", "bend one's back forward from the waist on down", "crouch"]]}, {"answer": "stop", "hint": "synonyms for stop", "clues": [["block", "render unsuitable for passage", "block"], ["kibosh", "stop from happening or developing", "kibosh"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["block off", "render unsuitable for passage", "block off"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["barricade", "render unsuitable for passage", "barricade"], ["hold on", "stop and wait, as if awaiting further instructions or developments", "hold on"], ["halt", "come to a halt, stop moving", "halt"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["break off", "prevent completion", "break off"], ["cease", "put an end to a state or an activity", "cease"], ["stop over", "interrupt a trip", "stop over"], ["intercept", "seize on its way", "intercept"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["give up", "put an end to a state or an activity", "give up"], ["lay off", "put an end to a state or an activity", "lay off"], ["break", "prevent completion", "break"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["bar", "render unsuitable for passage", "bar"], ["quit", "put an end to a state or an activity", "quit"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"]]}, {"answer": "stopes", "hint": "synonyms for stopes", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["block up", "render unsuitable for passage", "block up"], ["barricade", "render unsuitable for passage", "barricade"], ["hold on", "stop and wait, as if awaiting further instructions or developments", "hold on"], ["halt", "come to a halt, stop moving", "halt"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"], ["break off", "prevent completion", "break off"], ["stop over", "interrupt a trip", "stop over"], ["lay off", "put an end to a state or an activity", "lay off"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["quit", "put an end to a state or an activity", "quit"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"], ["block", "render unsuitable for passage", "block"], ["kibosh", "stop from happening or developing", "kibosh"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["blockade", "render unsuitable for passage", "blockade"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["cease", "put an end to a state or an activity", "cease"], ["intercept", "seize on its way", "intercept"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["give up", "put an end to a state or an activity", "give up"], ["break", "prevent completion", "break"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["bar", "render unsuitable for passage", "bar"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "stopping", "hint": "synonyms for stopping", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["block up", "render unsuitable for passage", "block up"], ["barricade", "render unsuitable for passage", "barricade"], ["hold on", "stop and wait, as if awaiting further instructions or developments", "hold on"], ["halt", "come to a halt, stop moving", "halt"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"], ["break off", "prevent completion", "break off"], ["stop over", "interrupt a trip", "stop over"], ["lay off", "put an end to a state or an activity", "lay off"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["quit", "put an end to a state or an activity", "quit"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"], ["block", "render unsuitable for passage", "block"], ["kibosh", "stop from happening or developing", "kibosh"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["blockade", "render unsuitable for passage", "blockade"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["cease", "put an end to a state or an activity", "cease"], ["intercept", "seize on its way", "intercept"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["give up", "put an end to a state or an activity", "give up"], ["break", "prevent completion", "break"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["bar", "render unsuitable for passage", "bar"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "stops", "hint": "synonyms for stops", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["terminate", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "terminate"], ["block up", "render unsuitable for passage", "block up"], ["barricade", "render unsuitable for passage", "barricade"], ["hold on", "stop and wait, as if awaiting further instructions or developments", "hold on"], ["halt", "come to a halt, stop moving", "halt"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"], ["break off", "prevent completion", "break off"], ["stop over", "interrupt a trip", "stop over"], ["lay off", "put an end to a state or an activity", "lay off"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["quit", "put an end to a state or an activity", "quit"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"], ["block", "render unsuitable for passage", "block"], ["kibosh", "stop from happening or developing", "kibosh"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["blockade", "render unsuitable for passage", "blockade"], ["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["cease", "put an end to a state or an activity", "cease"], ["intercept", "seize on its way", "intercept"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["give up", "put an end to a state or an activity", "give up"], ["break", "prevent completion", "break"], ["end", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "end"], ["bar", "render unsuitable for passage", "bar"], ["block off", "render unsuitable for passage", "block off"]]}, {"answer": "store", "hint": "synonyms for store", "clues": [["put in", "keep or lay aside for future use", "put in"], ["stash away", "keep or lay aside for future use", "stash away"], ["stack away", "keep or lay aside for future use", "stack away"], ["salt away", "keep or lay aside for future use", "salt away"], ["hive away", "keep or lay aside for future use", "hive away"], ["lay in", "keep or lay aside for future use", "lay in"]]}, {"answer": "storm", "hint": "synonyms for storm", "clues": [["surprise", "attack by storm; attack suddenly", "surprise"], ["rage", "behave violently, as if in state of a great anger", "rage"], ["force", "take by force", "force"], ["ramp", "behave violently, as if in state of a great anger", "ramp"]]}, {"answer": "straggle", "hint": "synonyms for straggle", "clues": [["sidetrack", "wander from a direct or straight course", "sidetrack"], ["depart", "wander from a direct or straight course", "depart"], ["sprawl", "go, come, or spread in a rambling or irregular way", "sprawl"], ["digress", "wander from a direct or straight course", "digress"]]}, {"answer": "strain", "hint": "synonyms for strain", "clues": [["stress", "test the limits of", "stress"], ["puree", "rub through a strainer or process in an electric blender", "puree"], ["filter", "remove by passing through a filter", "filter"], ["try", "test the limits of", "try"], ["sift", "separate by passing through a sieve or other straining device to separate out coarser elements", "sift"], ["tense", "cause to be tense and uneasy or nervous or anxious", "tense"], ["tense up", "cause to be tense and uneasy or nervous or anxious", "tense up"], ["extend", "use to the utmost; exert vigorously or to full capacity", "extend"], ["filter out", "remove by passing through a filter", "filter out"], ["sieve", "separate by passing through a sieve or other straining device to separate out coarser elements", "sieve"], ["separate out", "remove by passing through a filter", "separate out"], ["deform", "alter the shape of (something) by stress", "deform"], ["strive", "to exert much effort or energy", "strive"], ["distort", "alter the shape of (something) by stress", "distort"], ["filtrate", "remove by passing through a filter", "filtrate"], ["reach", "to exert much effort or energy", "reach"]]}, {"answer": "strangles", "hint": "synonyms for strangles", "clues": [["suffocate", "struggle for breath; have insufficient oxygen intake", "suffocate"], ["strangle", "kill by squeezing the throat of so as to cut off the air", "strangle"], ["stifle", "conceal or hide", "stifle"], ["throttle", "kill by squeezing the throat of so as to cut off the air", "throttle"], ["muffle", "conceal or hide", "muffle"], ["choke", "struggle for breath; have insufficient oxygen intake", "choke"], ["smother", "conceal or hide", "smother"], ["gag", "struggle for breath; have insufficient oxygen intake", "gag"], ["halter", "prevent the progress or free movement of", "halter"], ["repress", "conceal or hide", "repress"], ["hamper", "prevent the progress or free movement of", "hamper"], ["strangulate", "kill by squeezing the throat of so as to cut off the air", "strangulate"], ["cramp", "prevent the progress or free movement of", "cramp"]]}, {"answer": "strangling", "hint": "synonyms for strangling", "clues": [["suffocate", "struggle for breath; have insufficient oxygen intake", "suffocate"], ["strangle", "kill by squeezing the throat of so as to cut off the air", "strangle"], ["stifle", "conceal or hide", "stifle"], ["throttle", "kill by squeezing the throat of so as to cut off the air", "throttle"], ["muffle", "conceal or hide", "muffle"], ["choke", "struggle for breath; have insufficient oxygen intake", "choke"], ["smother", "conceal or hide", "smother"], ["gag", "struggle for breath; have insufficient oxygen intake", "gag"], ["halter", "prevent the progress or free movement of", "halter"], ["repress", "conceal or hide", "repress"], ["hamper", "prevent the progress or free movement of", "hamper"], ["strangulate", "kill by squeezing the throat of so as to cut off the air", "strangulate"], ["cramp", "prevent the progress or free movement of", "cramp"]]}, {"answer": "strap", "hint": "synonyms for strap", "clues": [["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["lash", "beat severely with a whip or rod", "lash"], ["whip", "beat severely with a whip or rod", "whip"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "stream", "hint": "synonyms for stream", "clues": [["swarm", "move in large numbers", "swarm"], ["pour", "rain heavily", "pour"], ["pullulate", "move in large numbers", "pullulate"], ["pelt", "rain heavily", "pelt"], ["rain cats and dogs", "rain heavily", "rain cats and dogs"], ["well out", "flow freely and abundantly", "well out"], ["rain buckets", "rain heavily", "rain buckets"], ["teem", "move in large numbers", "teem"]]}, {"answer": "strengthening", "hint": "synonyms for strengthening", "clues": [["tone", "give a healthy elasticity to", "tone"], ["beef up", "make strong or stronger", "beef up"], ["tone up", "give a healthy elasticity to", "tone up"], ["strengthen", "make strong or stronger", "strengthen"], ["fortify", "make strong or stronger", "fortify"]]}, {"answer": "stress", "hint": "synonyms for stress", "clues": [["accent", "to stress, single out as important", "accent"], ["emphasize", "to stress, single out as important", "emphasize"], ["try", "test the limits of", "try"], ["accentuate", "put stress on; utter with an accent", "accentuate"], ["punctuate", "to stress, single out as important", "punctuate"], ["strain", "test the limits of", "strain"]]}, {"answer": "stretching", "hint": "synonyms for stretching", "clues": [["extend", "increase in quantity or bulk by adding a cheaper substance", "extend"], ["stretch out", "lie down comfortably", "stretch out"], ["stretch", "extend one's body or limbs", "stretch"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["debase", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "debase"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["elongate", "make long or longer by pulling and stretching", "elongate"], ["unfold", "extend or stretch out to a greater or the full length", "unfold"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["stretch along", "occupy a large, elongated area", "stretch along"]]}, {"answer": "strike", "hint": "synonyms for strike", "clues": [["fall", "touch or seem as if touching visually or audibly", "fall"], ["come to", "attain", "come to"], ["hit", "affect or afflict suddenly, usually adversely", "hit"], ["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["scratch", "remove by erasing or crossing out or as if by drawing a line", "scratch"], ["excise", "remove by erasing or crossing out or as if by drawing a line", "excise"], ["take", "occupy or take on", "take"], ["walk out", "stop work in order to press demands", "walk out"], ["expunge", "remove by erasing or crossing out or as if by drawing a line", "expunge"], ["come across", "find unexpectedly", "come across"], ["run into", "hit against; come into sudden contact with", "run into"], ["come upon", "find unexpectedly", "come upon"], ["take up", "occupy or take on", "take up"], ["mint", "form by stamping, punching, or printing", "mint"], ["happen upon", "find unexpectedly", "happen upon"], ["coin", "form by stamping, punching, or printing", "coin"], ["move", "have an emotional or cognitive impact upon", "move"], ["collide with", "hit against; come into sudden contact with", "collide with"], ["attain", "find unexpectedly", "attain"], ["discover", "find unexpectedly", "discover"], ["impinge on", "hit against; come into sudden contact with", "impinge on"], ["impress", "have an emotional or cognitive impact upon", "impress"], ["shine", "touch or seem as if touching visually or audibly", "shine"], ["strickle", "smooth with a strickle", "strickle"], ["affect", "have an emotional or cognitive impact upon", "affect"], ["assume", "occupy or take on", "assume"], ["light upon", "find unexpectedly", "light upon"]]}, {"answer": "string", "hint": "synonyms for string", "clues": [["draw", "thread on or as if on a string", "draw"], ["string along", "move or come along", "string along"], ["thread", "thread on or as if on a string", "thread"], ["string up", "add as if on a string", "string up"]]}, {"answer": "strings", "hint": "synonyms for strings", "clues": [["string", "string together; tie or fasten with a string", "string"], ["draw", "thread on or as if on a string", "draw"], ["string up", "add as if on a string", "string up"], ["thread", "thread on or as if on a string", "thread"], ["string along", "move or come along", "string along"]]}, {"answer": "strip", "hint": "synonyms for strip", "clues": [["denude", "lay bare", "denude"], ["bare", "lay bare", "bare"], ["peel", "get undressed", "peel"], ["divest", "remove (someone's or one's own) clothes", "divest"], ["despoil", "steal goods; take as spoils", "despoil"], ["rifle", "steal goods; take as spoils", "rifle"], ["unclothe", "get undressed", "unclothe"], ["dismantle", "take off or remove", "dismantle"], ["undress", "remove (someone's or one's own) clothes", "undress"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["deprive", "take away possessions from someone", "deprive"], ["uncase", "get undressed", "uncase"], ["loot", "steal goods; take as spoils", "loot"], ["plunder", "steal goods; take as spoils", "plunder"], ["leach", "remove substances from by a percolating liquid", "leach"], ["ransack", "steal goods; take as spoils", "ransack"], ["disrobe", "get undressed", "disrobe"], ["reave", "steal goods; take as spoils", "reave"], ["clean", "remove all contents or possession from, or empty completely", "clean"], ["pillage", "steal goods; take as spoils", "pillage"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "stripes", "hint": "synonyms for stripes", "clues": [["strip", "remove all contents or possession from, or empty completely", "strip"], ["bare", "lay bare", "bare"], ["despoil", "steal goods; take as spoils", "despoil"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["dismantle", "take off or remove", "dismantle"], ["deprive", "take away possessions from someone", "deprive"], ["divest", "take away possessions from someone", "divest"], ["uncase", "get undressed", "uncase"], ["loot", "steal goods; take as spoils", "loot"], ["ransack", "steal goods; take as spoils", "ransack"], ["disrobe", "get undressed", "disrobe"], ["pillage", "steal goods; take as spoils", "pillage"], ["discase", "get undressed", "discase"], ["denude", "lay bare", "denude"], ["peel", "get undressed", "peel"], ["rifle", "steal goods; take as spoils", "rifle"], ["unclothe", "get undressed", "unclothe"], ["undress", "remove (someone's or one's own) clothes", "undress"], ["plunder", "steal goods; take as spoils", "plunder"], ["leach", "remove substances from by a percolating liquid", "leach"], ["reave", "steal goods; take as spoils", "reave"], ["clean", "remove all contents or possession from, or empty completely", "clean"], ["strip down", "get undressed", "strip down"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "striping", "hint": "synonyms for striping", "clues": [["strip", "remove all contents or possession from, or empty completely", "strip"], ["bare", "lay bare", "bare"], ["despoil", "steal goods; take as spoils", "despoil"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["dismantle", "take off or remove", "dismantle"], ["deprive", "take away possessions from someone", "deprive"], ["divest", "take away possessions from someone", "divest"], ["uncase", "get undressed", "uncase"], ["loot", "steal goods; take as spoils", "loot"], ["ransack", "steal goods; take as spoils", "ransack"], ["disrobe", "get undressed", "disrobe"], ["pillage", "steal goods; take as spoils", "pillage"], ["discase", "get undressed", "discase"], ["denude", "lay bare", "denude"], ["peel", "get undressed", "peel"], ["rifle", "steal goods; take as spoils", "rifle"], ["unclothe", "get undressed", "unclothe"], ["undress", "remove (someone's or one's own) clothes", "undress"], ["plunder", "steal goods; take as spoils", "plunder"], ["leach", "remove substances from by a percolating liquid", "leach"], ["reave", "steal goods; take as spoils", "reave"], ["clean", "remove all contents or possession from, or empty completely", "clean"], ["strip down", "get undressed", "strip down"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "stripping", "hint": "synonyms for stripping", "clues": [["strip", "remove all contents or possession from, or empty completely", "strip"], ["bare", "lay bare", "bare"], ["despoil", "steal goods; take as spoils", "despoil"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["dismantle", "take off or remove", "dismantle"], ["deprive", "take away possessions from someone", "deprive"], ["divest", "take away possessions from someone", "divest"], ["uncase", "get undressed", "uncase"], ["loot", "steal goods; take as spoils", "loot"], ["ransack", "steal goods; take as spoils", "ransack"], ["disrobe", "get undressed", "disrobe"], ["pillage", "steal goods; take as spoils", "pillage"], ["discase", "get undressed", "discase"], ["denude", "lay bare", "denude"], ["peel", "get undressed", "peel"], ["rifle", "steal goods; take as spoils", "rifle"], ["unclothe", "get undressed", "unclothe"], ["undress", "remove (someone's or one's own) clothes", "undress"], ["plunder", "steal goods; take as spoils", "plunder"], ["leach", "remove substances from by a percolating liquid", "leach"], ["reave", "steal goods; take as spoils", "reave"], ["clean", "remove all contents or possession from, or empty completely", "clean"], ["strip down", "get undressed", "strip down"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "striving", "hint": "synonyms for striving", "clues": [["strive", "to exert much effort or energy", "strive"], ["strain", "to exert much effort or energy", "strain"], ["endeavor", "attempt by employing effort", "endeavor"], ["reach", "to exert much effort or energy", "reach"]]}, {"answer": "struggle", "hint": "synonyms for struggle", "clues": [["scramble", "climb awkwardly, as if by scrambling", "scramble"], ["fight", "make a strenuous or labored effort", "fight"], ["shinny", "climb awkwardly, as if by scrambling", "shinny"], ["skin", "climb awkwardly, as if by scrambling", "skin"], ["shin", "climb awkwardly, as if by scrambling", "shin"], ["sputter", "climb awkwardly, as if by scrambling", "sputter"], ["contend", "be engaged in a fight; carry on a fight", "contend"], ["clamber", "climb awkwardly, as if by scrambling", "clamber"]]}, {"answer": "strut", "hint": "synonyms for strut", "clues": [["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others", "ruffle"], ["tittup", "to walk with a lofty proud gait, often in an attempt to impress others", "tittup"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"]]}, {"answer": "study", "hint": "synonyms for study", "clues": [["meditate", "think intently and at length, as for spiritual purposes", "meditate"], ["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["analyse", "consider in detail and subject to an analysis in order to discover essential features or meaning", "analyse"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["hit the books", "learn by reading books", "hit the books"], ["take", "be a student of a certain subject", "take"], ["consider", "give careful consideration to", "consider"], ["contemplate", "think intently and at length, as for spiritual purposes", "contemplate"], ["learn", "be a student of a certain subject", "learn"], ["read", "be a student of a certain subject", "read"]]}, {"answer": "studying", "hint": "synonyms for studying", "clues": [["read", "be a student of a certain subject", "read"], ["meditate", "think intently and at length, as for spiritual purposes", "meditate"], ["study", "think intently and at length, as for spiritual purposes", "study"], ["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["analyse", "consider in detail and subject to an analysis in order to discover essential features or meaning", "analyse"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["hit the books", "learn by reading books", "hit the books"], ["take", "be a student of a certain subject", "take"], ["consider", "give careful consideration to", "consider"], ["contemplate", "think intently and at length, as for spiritual purposes", "contemplate"], ["learn", "be a student of a certain subject", "learn"]]}, {"answer": "stuff", "hint": "synonyms for stuff", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["block", "obstruct", "block"], ["farce", "fill with a stuffing while cooking", "farce"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["shove", "press or force", "shove"], ["squeeze", "press or force", "squeeze"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["lug", "obstruct", "lug"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["choke up", "obstruct", "choke up"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["thrust", "press or force", "thrust"]]}, {"answer": "stuffing", "hint": "synonyms for stuffing", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["block", "obstruct", "block"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["farce", "fill with a stuffing while cooking", "farce"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["shove", "press or force", "shove"], ["squeeze", "press or force", "squeeze"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["lug", "obstruct", "lug"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["choke up", "obstruct", "choke up"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["thrust", "press or force", "thrust"]]}, {"answer": "stumble", "hint": "synonyms for stumble", "clues": [["trip up", "make an error", "trip up"], ["bumble", "walk unsteadily", "bumble"], ["hit", "encounter by chance", "hit"], ["falter", "walk unsteadily", "falter"], ["trip", "miss a step and fall or nearly fall", "trip"], ["slip up", "make an error", "slip up"]]}, {"answer": "stumping", "hint": "synonyms for stumping", "clues": [["stump", "walk heavily", "stump"], ["stomp", "walk heavily", "stomp"], ["stamp", "walk heavily", "stamp"], ["mix up", "cause to be perplexed or confounded", "mix up"]]}, {"answer": "stymie", "hint": "synonyms for stymie", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"]]}, {"answer": "stymy", "hint": "synonyms for stymy", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"]]}, {"answer": "subbing", "hint": "synonyms for subbing", "clues": [["sub", "be a substitute", "sub"], ["fill in", "be a substitute", "fill in"], ["substitute", "be a substitute", "substitute"], ["stand in", "be a substitute", "stand in"]]}, {"answer": "submerging", "hint": "synonyms for submerging", "clues": [["deluge", "fill or cover completely, usually with water", "deluge"], ["submerge", "put under water", "submerge"], ["drown", "cover completely or make imperceptible", "drown"], ["overwhelm", "cover completely or make imperceptible", "overwhelm"], ["inundate", "fill or cover completely, usually with water", "inundate"]]}, {"answer": "subsiding", "hint": "synonyms for subsiding", "clues": [["subside", "sink down or precipitate", "subside"], ["settle", "sink down or precipitate", "settle"], ["sink", "descend into or as if into some soft substance or place", "sink"], ["lessen", "wear off or die down", "lessen"]]}, {"answer": "substituting", "hint": "synonyms for substituting", "clues": [["exchange", "put in the place of another; switch seemingly equivalent items", "exchange"], ["deputize", "act as a substitute", "deputize"], ["interchange", "put in the place of another; switch seemingly equivalent items", "interchange"], ["fill in", "be a substitute", "fill in"], ["substitute", "be a substitute", "substitute"], ["stand in", "be a substitute", "stand in"], ["step in", "act as a substitute", "step in"], ["replace", "put in the place of another; switch seemingly equivalent items", "replace"], ["sub", "be a substitute", "sub"]]}, {"answer": "suck", "hint": "synonyms for suck", "clues": [["fellate", "provide sexual gratification through oral stimulation", "fellate"], ["sop up", "take in, also metaphorically", "sop up"], ["take in", "take in, also metaphorically", "take in"], ["nurse", "give suck to", "nurse"], ["soak up", "take in, also metaphorically", "soak up"], ["go down on", "provide sexual gratification through oral stimulation", "go down on"], ["absorb", "take in, also metaphorically", "absorb"], ["blow", "provide sexual gratification through oral stimulation", "blow"], ["give suck", "give suck to", "give suck"], ["wet-nurse", "give suck to", "wet-nurse"], ["suck in", "attract by using an inexorable force, inducement, etc.", "suck in"], ["imbibe", "take in, also metaphorically", "imbibe"], ["draw", "take in, also metaphorically", "draw"], ["suck up", "take in, also metaphorically", "suck up"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"], ["take up", "take in, also metaphorically", "take up"]]}, {"answer": "sucking", "hint": "synonyms for sucking", "clues": [["nurse", "give suck to", "nurse"], ["soak up", "take in, also metaphorically", "soak up"], ["give suck", "give suck to", "give suck"], ["wet-nurse", "give suck to", "wet-nurse"], ["suck in", "attract by using an inexorable force, inducement, etc.", "suck in"], ["draw", "take in, also metaphorically", "draw"], ["lactate", "give suck to", "lactate"], ["take up", "take in, also metaphorically", "take up"], ["suck", "attract by using an inexorable force, inducement, etc.", "suck"], ["fellate", "provide sexual gratification through oral stimulation", "fellate"], ["sop up", "take in, also metaphorically", "sop up"], ["take in", "take in, also metaphorically", "take in"], ["go down on", "provide sexual gratification through oral stimulation", "go down on"], ["absorb", "take in, also metaphorically", "absorb"], ["blow", "provide sexual gratification through oral stimulation", "blow"], ["imbibe", "take in, also metaphorically", "imbibe"], ["suck up", "take in, also metaphorically", "suck up"], ["suckle", "give suck to", "suckle"], ["breastfeed", "give suck to", "breastfeed"]]}, {"answer": "suckling", "hint": "synonyms for suckling", "clues": [["nurse", "give suck to", "nurse"], ["suckle", "suck milk from the mother's breasts", "suckle"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"], ["wet-nurse", "give suck to", "wet-nurse"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"]]}, {"answer": "suit", "hint": "synonyms for suit", "clues": [["befit", "accord or comport with", "befit"], ["become", "enhance the appearance of", "become"], ["fit", "be agreeable or acceptable to", "fit"], ["accommodate", "be agreeable or acceptable to", "accommodate"], ["beseem", "accord or comport with", "beseem"]]}, {"answer": "suiting", "hint": "synonyms for suiting", "clues": [["suit", "be agreeable or acceptable to", "suit"], ["accommodate", "be agreeable or acceptable to", "accommodate"], ["fit", "be agreeable or acceptable to", "fit"], ["become", "enhance the appearance of", "become"], ["befit", "accord or comport with", "befit"], ["beseem", "accord or comport with", "beseem"]]}, {"answer": "sully", "hint": "synonyms for sully", "clues": [["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically", "maculate"], ["taint", "place under suspicion or cast doubt upon", "taint"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically", "defile"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically", "stain"], ["cloud", "place under suspicion or cast doubt upon", "cloud"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["tarnish", "make dirty or spotty, as by exposure to air; also used metaphorically", "tarnish"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"]]}, {"answer": "sum", "hint": "synonyms for sum", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["summarize", "be a summary of", "summarize"], ["tot", "determine the sum of", "tot"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["sum up", "be a summary of", "sum up"], ["add up", "determine the sum of", "add up"], ["summate", "determine the sum of", "summate"], ["total", "determine the sum of", "total"]]}, {"answer": "summoning", "hint": "synonyms for summoning", "clues": [["mobilise", "make ready for action or use", "mobilise"], ["muster", "gather or bring together", "muster"], ["summon", "ask to come", "summon"], ["cite", "call in an official matter, such as to attend court", "cite"], ["muster up", "gather or bring together", "muster up"], ["marshal", "make ready for action or use", "marshal"], ["come up", "gather or bring together", "come up"], ["rally", "gather or bring together", "rally"]]}, {"answer": "summons", "hint": "synonyms for summons", "clues": [["mobilise", "make ready for action or use", "mobilise"], ["muster", "gather or bring together", "muster"], ["summon", "ask to come", "summon"], ["cite", "call in an official matter, such as to attend court", "cite"], ["muster up", "gather or bring together", "muster up"], ["marshal", "make ready for action or use", "marshal"], ["come up", "gather or bring together", "come up"], ["rally", "gather or bring together", "rally"]]}, {"answer": "sung", "hint": "synonyms for sung", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["sing", "make a whining, ringing, or whistling sound", "sing"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["whistle", "make a whining, ringing, or whistling sound", "whistle"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "supervising", "hint": "synonyms for supervising", "clues": [["monitor", "keep tabs on; keep an eye on; keep under surveillance", "monitor"], ["oversee", "watch and direct", "oversee"], ["superintend", "watch and direct", "superintend"], ["supervise", "keep tabs on; keep an eye on; keep under surveillance", "supervise"], ["manage", "watch and direct", "manage"]]}, {"answer": "supplanting", "hint": "synonyms for supplanting", "clues": [["replace", "take the place or move into the position of", "replace"], ["supplant", "take the place or move into the position of", "supplant"], ["supercede", "take the place or move into the position of", "supercede"], ["supervene upon", "take the place or move into the position of", "supervene upon"]]}, {"answer": "supply", "hint": "synonyms for supply", "clues": [["provide", "give what is desired or needed, especially support, food or sustenance", "provide"], ["furnish", "give something useful or necessary to", "furnish"], ["cater", "give what is desired or needed, especially support, food or sustenance", "cater"], ["issue", "circulate or distribute or equip with", "issue"], ["ply", "give what is desired or needed, especially support, food or sustenance", "ply"], ["render", "give something useful or necessary to", "render"], ["append", "state or say further", "append"], ["add", "state or say further", "add"]]}, {"answer": "supplying", "hint": "synonyms for supplying", "clues": [["provide", "give what is desired or needed, especially support, food or sustenance", "provide"], ["furnish", "give something useful or necessary to", "furnish"], ["cater", "give what is desired or needed, especially support, food or sustenance", "cater"], ["supply", "give what is desired or needed, especially support, food or sustenance", "supply"], ["add", "state or say further", "add"], ["issue", "circulate or distribute or equip with", "issue"], ["ply", "give what is desired or needed, especially support, food or sustenance", "ply"], ["render", "give something useful or necessary to", "render"], ["append", "state or say further", "append"]]}, {"answer": "support", "hint": "synonyms for support", "clues": [["hold up", "be the physical support of; carry the weight of", "hold up"], ["patronise", "be a regular customer or client of", "patronise"], ["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["back", "be behind; approve of", "back"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["indorse", "be behind; approve of", "indorse"], ["plump for", "be behind; approve of", "plump for"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["keep going", "be a regular customer or client of", "keep going"], ["bear", "put up with something or somebody unpleasant", "bear"], ["underpin", "support with evidence or authority or make more certain or confirm", "underpin"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["hold", "be the physical support of; carry the weight of", "hold"], ["corroborate", "support with evidence or authority or make more certain or confirm", "corroborate"], ["stand", "put up with something or somebody unpleasant", "stand"], ["fend for", "argue or speak in defense of", "fend for"], ["subscribe", "adopt as a belief", "subscribe"], ["bear out", "support with evidence or authority or make more certain or confirm", "bear out"], ["defend", "argue or speak in defense of", "defend"], ["back up", "give moral or psychological support, aid, or courage to", "back up"], ["patronage", "be a regular customer or client of", "patronage"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["plunk for", "be behind; approve of", "plunk for"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "surcharge", "hint": "synonyms for surcharge", "clues": [["fleece", "rip off; ask an unreasonable price", "fleece"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["overcharge", "place too much a load on", "overcharge"], ["overload", "place too much a load on", "overload"], ["rob", "rip off; ask an unreasonable price", "rob"], ["plume", "rip off; ask an unreasonable price", "plume"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "surfacing", "hint": "synonyms for surfacing", "clues": [["rise up", "come to the surface", "rise up"], ["rise", "come to the surface", "rise"], ["come up", "come to the surface", "come up"], ["turn up", "appear or become visible; make a showing", "turn up"], ["coat", "put a coat on; cover the surface of; furnish with a surface", "coat"], ["come on", "appear or become visible; make a showing", "come on"], ["surface", "put a coat on; cover the surface of; furnish with a surface", "surface"], ["come out", "appear or become visible; make a showing", "come out"], ["show up", "appear or become visible; make a showing", "show up"]]}, {"answer": "surfing", "hint": "synonyms for surfing", "clues": [["surfboard", "ride the waves of the sea with a surfboard", "surfboard"], ["surf", "switch channels, on television", "surf"], ["channel-surf", "switch channels, on television", "channel-surf"], ["browse", "look around casually and randomly, without seeking anything in particular", "browse"]]}, {"answer": "surge", "hint": "synonyms for surge", "clues": [["soar upwards", "rise rapidly", "soar upwards"], ["tide", "rise or move forward", "tide"], ["soar", "rise rapidly", "soar"], ["billow", "rise and move, as in waves or billows", "billow"], ["heave", "rise and move, as in waves or billows", "heave"], ["zoom", "rise rapidly", "zoom"], ["soar up", "rise rapidly", "soar up"], ["scend", "rise or heave upward under the influence of a natural force such as a wave", "scend"]]}, {"answer": "surround", "hint": "synonyms for surround", "clues": [["circumvent", "surround so as to force to give up", "circumvent"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["fence in", "surround with a wall in order to fortify", "fence in"], ["palisade", "surround with a wall in order to fortify", "palisade"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["hem in", "surround so as to force to give up", "hem in"], ["wall", "surround with a wall in order to fortify", "wall"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["fence", "surround with a wall in order to fortify", "fence"], ["smother", "envelop completely", "smother"], ["border", "extend on all sides of simultaneously; encircle", "border"], ["besiege", "surround so as to force to give up", "besiege"]]}, {"answer": "surroundings", "hint": "synonyms for surroundings", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["circumvent", "surround so as to force to give up", "circumvent"], ["ring", "extend on all sides of simultaneously; encircle", "ring"], ["fence in", "surround with a wall in order to fortify", "fence in"], ["palisade", "surround with a wall in order to fortify", "palisade"], ["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["hem in", "surround so as to force to give up", "hem in"], ["wall", "surround with a wall in order to fortify", "wall"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["environ", "extend on all sides of simultaneously; encircle", "environ"], ["besiege", "surround so as to force to give up", "besiege"], ["fence", "surround with a wall in order to fortify", "fence"], ["smother", "envelop completely", "smother"], ["border", "extend on all sides of simultaneously; encircle", "border"]]}, {"answer": "survey", "hint": "synonyms for survey", "clues": [["surveil", "keep under surveillance", "surveil"], ["review", "hold a review (of troops)", "review"], ["appraise", "consider in a comprehensive way", "appraise"], ["go over", "hold a review (of troops)", "go over"], ["follow", "keep under surveillance", "follow"]]}, {"answer": "surveying", "hint": "synonyms for surveying", "clues": [["surveil", "keep under surveillance", "surveil"], ["survey", "consider in a comprehensive way", "survey"], ["review", "hold a review (of troops)", "review"], ["go over", "hold a review (of troops)", "go over"], ["follow", "keep under surveillance", "follow"], ["appraise", "consider in a comprehensive way", "appraise"]]}, {"answer": "swag", "hint": "synonyms for swag", "clues": [["lurch", "walk as if unable to control one's movements", "lurch"], ["keel", "walk as if unable to control one's movements", "keel"], ["reel", "walk as if unable to control one's movements", "reel"], ["flag", "droop, sink, or settle from or as if from pressure or loss of tautness", "flag"], ["sag", "droop, sink, or settle from or as if from pressure or loss of tautness", "sag"], ["careen", "walk as if unable to control one's movements", "careen"], ["stagger", "walk as if unable to control one's movements", "stagger"], ["droop", "droop, sink, or settle from or as if from pressure or loss of tautness", "droop"]]}, {"answer": "swallow", "hint": "synonyms for swallow", "clues": [["live with", "tolerate or accommodate oneself to", "live with"], ["bury", "enclose or envelop completely, as if by swallowing", "bury"], ["immerse", "enclose or envelop completely, as if by swallowing", "immerse"], ["accept", "tolerate or accommodate oneself to", "accept"], ["get down", "pass through the esophagus as part of eating or drinking", "get down"], ["eat up", "enclose or envelop completely, as if by swallowing", "eat up"], ["withdraw", "take back what one has said", "withdraw"], ["unsay", "take back what one has said", "unsay"], ["swallow up", "enclose or envelop completely, as if by swallowing", "swallow up"], ["take back", "take back what one has said", "take back"]]}, {"answer": "swamp", "hint": "synonyms for swamp", "clues": [["drench", "drench or submerge or be drenched or submerged", "drench"], ["deluge", "fill quickly beyond capacity; as with a liquid", "deluge"], ["inundate", "fill quickly beyond capacity; as with a liquid", "inundate"], ["flood", "fill quickly beyond capacity; as with a liquid", "flood"]]}, {"answer": "swan", "hint": "synonyms for swan", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swear", "to declare or affirm solemnly and formally as true", "swear"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "swarm", "hint": "synonyms for swarm", "clues": [["pullulate", "move in large numbers", "pullulate"], ["pour", "move in large numbers", "pour"], ["teem", "be teeming, be abuzz", "teem"], ["stream", "move in large numbers", "stream"]]}, {"answer": "swash", "hint": "synonyms for swash", "clues": [["gas", "show off", "gas"], ["bluster", "act in an arrogant, overly self-assured, or conceited manner", "bluster"], ["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["swagger", "act in an arrogant, overly self-assured, or conceited manner", "swagger"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["plash", "dash a liquid upon or against", "plash"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["spatter", "dash a liquid upon or against", "spatter"], ["splosh", "dash a liquid upon or against", "splosh"]]}, {"answer": "sway", "hint": "synonyms for sway", "clues": [["carry", "win approval or support for", "carry"], ["rock", "move back and forth or sideways", "rock"], ["shake", "move back and forth or sideways", "shake"], ["persuade", "win approval or support for", "persuade"], ["swing", "move or walk in a swinging or swaying manner", "swing"]]}, {"answer": "swearing", "hint": "synonyms for swearing", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["swear", "utter obscenities or profanities", "swear"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["rely", "have confidence or faith in", "rely"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["curse", "utter obscenities or profanities", "curse"], ["imprecate", "utter obscenities or profanities", "imprecate"], ["bank", "have confidence or faith in", "bank"], ["trust", "have confidence or faith in", "trust"], ["depone", "make a deposition; declare under oath", "depone"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["depose", "make a deposition; declare under oath", "depose"], ["cuss", "utter obscenities or profanities", "cuss"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "sweep", "hint": "synonyms for sweep", "clues": [["drag", "force into some kind of situation, condition, or course of action", "drag"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["brush", "sweep across or over", "brush"], ["broom", "sweep with a broom or as if with a broom", "broom"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"], ["span", "to cover or extend over an area or time period; ,", "span"], ["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["cross", "to cover or extend over an area or time period; ,", "cross"], ["traverse", "to cover or extend over an area or time period; ,", "traverse"], ["swing", "make a big sweeping gesture or movement", "swing"], ["sail", "move with sweeping, effortless, gliding motions", "sail"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["swing out", "make a big sweeping gesture or movement", "swing out"]]}, {"answer": "swelling", "hint": "synonyms for swelling", "clues": [["swell", "increase in size, magnitude, number, or intensity", "swell"], ["tumesce", "expand abnormally", "tumesce"], ["swell up", "expand abnormally", "swell up"], ["tumefy", "expand abnormally", "tumefy"], ["puff up", "become filled with pride, arrogance, or anger", "puff up"]]}, {"answer": "swerve", "hint": "synonyms for swerve", "clues": [["slue", "turn sharply; change direction abruptly", "slue"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curve", "turn sharply; change direction abruptly", "curve"], ["cut", "turn sharply; change direction abruptly", "cut"], ["slew", "turn sharply; change direction abruptly", "slew"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["trend", "turn sharply; change direction abruptly", "trend"]]}, {"answer": "swerving", "hint": "synonyms for swerving", "clues": [["slue", "turn sharply; change direction abruptly", "slue"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curve", "turn sharply; change direction abruptly", "curve"], ["cut", "turn sharply; change direction abruptly", "cut"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["trend", "turn sharply; change direction abruptly", "trend"]]}, {"answer": "swig", "hint": "synonyms for swig", "clues": [["gulp", "to swallow hurriedly or greedily or in one draught", "gulp"], ["slug", "strike heavily, especially with the fist or a bat", "slug"], ["quaff", "to swallow hurriedly or greedily or in one draught", "quaff"], ["slog", "strike heavily, especially with the fist or a bat", "slog"]]}, {"answer": "swindle", "hint": "synonyms for swindle", "clues": [["rook", "deprive of by deceit", "rook"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "swing", "hint": "synonyms for swing", "clues": [["sway", "move or walk in a swinging or swaying manner", "sway"], ["drop", "hang freely", "drop"], ["dangle", "hang freely", "dangle"], ["get around", "be a social swinger; socialize a lot", "get around"], ["swing over", "influence decisively", "swing over"], ["sweep", "make a big sweeping gesture or movement", "sweep"], ["swing out", "make a big sweeping gesture or movement", "swing out"]]}, {"answer": "swipe", "hint": "synonyms for swipe", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["hook", "make off with belongings of others", "hook"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "swirl", "hint": "synonyms for swirl", "clues": [["twirl", "turn in a twisting or spinning motion", "twirl"], ["whirl", "flow in a circular current, of liquids", "whirl"], ["purl", "flow in a circular current, of liquids", "purl"], ["twiddle", "turn in a twisting or spinning motion", "twiddle"], ["eddy", "flow in a circular current, of liquids", "eddy"], ["whirlpool", "flow in a circular current, of liquids", "whirlpool"]]}, {"answer": "switch", "hint": "synonyms for switch", "clues": [["trade", "exchange or give (something) in exchange for", "trade"], ["change over", "make a shift in or exchange of", "change over"], ["flip", "cause to go on or to be engaged or set in operation", "flip"], ["exchange", "change over, change around, as to a new order or sequence", "exchange"], ["throw", "cause to go on or to be engaged or set in operation", "throw"], ["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["tack", "reverse (a direction, attitude, or course of action)", "tack"], ["swop", "exchange or give (something) in exchange for", "swop"], ["shift", "lay aside, abandon, or leave for another", "shift"], ["switch over", "change over, change around, as to a new order or sequence", "switch over"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["alternate", "reverse (a direction, attitude, or course of action)", "alternate"], ["swap", "exchange or give (something) in exchange for", "swap"]]}, {"answer": "switching", "hint": "synonyms for switching", "clues": [["change over", "make a shift in or exchange of", "change over"], ["throw", "cause to go on or to be engaged or set in operation", "throw"], ["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["shift", "lay aside, abandon, or leave for another", "shift"], ["change", "lay aside, abandon, or leave for another", "change"], ["switch", "flog with or as if with a flexible rod", "switch"], ["trade", "exchange or give (something) in exchange for", "trade"], ["flip", "cause to go on or to be engaged or set in operation", "flip"], ["tack", "reverse (a direction, attitude, or course of action)", "tack"], ["swop", "exchange or give (something) in exchange for", "swop"], ["switch over", "change over, change around, as to a new order or sequence", "switch over"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["alternate", "reverse (a direction, attitude, or course of action)", "alternate"], ["swap", "exchange or give (something) in exchange for", "swap"]]}, {"answer": "swot", "hint": "synonyms for swot", "clues": [["drum", "study intensively, as before an exam", "drum"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone up", "study intensively, as before an exam", "bone up"], ["bone", "study intensively, as before an exam", "bone"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "symbolising", "hint": "synonyms for symbolising", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol", "typify"], ["symbolize", "express indirectly by an image, form, or model; be a symbol", "symbolize"], ["represent", "express indirectly by an image, form, or model; be a symbol", "represent"], ["stand for", "express indirectly by an image, form, or model; be a symbol", "stand for"]]}, {"answer": "symbolizing", "hint": "synonyms for symbolizing", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol", "typify"], ["symbolize", "represent or identify by using a symbol; use symbols", "symbolize"], ["represent", "express indirectly by an image, form, or model; be a symbol", "represent"], ["stand for", "express indirectly by an image, form, or model; be a symbol", "stand for"]]}, {"answer": "table", "hint": "synonyms for table", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["shelve", "hold back to a later time", "shelve"], ["tabulate", "arrange or enter in tabular form", "tabulate"], ["tabularize", "arrange or enter in tabular form", "tabularize"], ["put off", "hold back to a later time", "put off"], ["remit", "hold back to a later time", "remit"], ["hold over", "hold back to a later time", "hold over"], ["set back", "hold back to a later time", "set back"], ["defer", "hold back to a later time", "defer"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "tack", "hint": "synonyms for tack", "clues": [["switch", "reverse (a direction, attitude, or course of action)", "switch"], ["append", "fix to; attach", "append"], ["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["assemble", "create by putting components or members together", "assemble"], ["set up", "create by putting components or members together", "set up"], ["flip", "reverse (a direction, attitude, or course of action)", "flip"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["tack on", "fix to; attach", "tack on"], ["tag on", "fix to; attach", "tag on"], ["wear round", "turn into the wind", "wear round"], ["put together", "create by putting components or members together", "put together"], ["alternate", "reverse (a direction, attitude, or course of action)", "alternate"], ["piece", "create by putting components or members together", "piece"], ["baste", "sew together loosely, with large stitches", "baste"], ["hang on", "fix to; attach", "hang on"], ["tack together", "create by putting components or members together", "tack together"]]}, {"answer": "tacking", "hint": "synonyms for tacking", "clues": [["flip-flop", "reverse (a direction, attitude, or course of action)", "flip-flop"], ["wear round", "turn into the wind", "wear round"], ["put together", "create by putting components or members together", "put together"], ["piece", "create by putting components or members together", "piece"], ["tack together", "create by putting components or members together", "tack together"], ["switch", "reverse (a direction, attitude, or course of action)", "switch"], ["baste", "sew together loosely, with large stitches", "baste"], ["tack", "fix to; attach", "tack"], ["assemble", "create by putting components or members together", "assemble"], ["set up", "create by putting components or members together", "set up"], ["tack on", "fix to; attach", "tack on"], ["tag on", "fix to; attach", "tag on"], ["alternate", "reverse (a direction, attitude, or course of action)", "alternate"], ["interchange", "reverse (a direction, attitude, or course of action)", "interchange"], ["flip", "reverse (a direction, attitude, or course of action)", "flip"], ["hang on", "fix to; attach", "hang on"], ["append", "fix to; attach", "append"]]}, {"answer": "tag", "hint": "synonyms for tag", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["mark", "attach a tag or label to", "mark"], ["label", "attach a tag or label to", "label"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["tail", "go after with the intent to catch", "tail"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "tail", "hint": "synonyms for tail", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["dock", "remove or shorten the tail of an animal", "dock"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["bob", "remove or shorten the tail of an animal", "bob"], ["trail", "go after with the intent to catch", "trail"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "tailing", "hint": "synonyms for tailing", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["tail", "remove or shorten the tail of an animal", "tail"], ["dock", "remove or shorten the tail of an animal", "dock"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["bob", "remove or shorten the tail of an animal", "bob"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "tailor", "hint": "synonyms for tailor", "clues": [["sew", "create (clothes) with cloth", "sew"], ["tailor-make", "create (clothes) with cloth", "tailor-make"], ["orient", "adjust to a specific need or market", "orient"], ["cut", "style and tailor in a certain fashion", "cut"]]}, {"answer": "tailoring", "hint": "synonyms for tailoring", "clues": [["tailor", "adjust to a specific need or market", "tailor"], ["sew", "create (clothes) with cloth", "sew"], ["tailor-make", "create (clothes) with cloth", "tailor-make"], ["orient", "adjust to a specific need or market", "orient"], ["cut", "style and tailor in a certain fashion", "cut"]]}, {"answer": "tails", "hint": "synonyms for tails", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["tail", "remove or shorten the tail of an animal", "tail"], ["dock", "remove or shorten the tail of an animal", "dock"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["bob", "remove or shorten the tail of an animal", "bob"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "taint", "hint": "synonyms for taint", "clues": [["corrupt", "place under suspicion or cast doubt upon", "corrupt"], ["sully", "place under suspicion or cast doubt upon", "sully"], ["infect", "contaminate with a disease or microorganism", "infect"], ["defile", "place under suspicion or cast doubt upon", "defile"], ["cloud", "place under suspicion or cast doubt upon", "cloud"]]}, {"answer": "take", "hint": "synonyms for take", "clues": [["accept", "receive willingly something given or offered", "accept"], ["fill", "assume, as of positions or roles", "fill"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "withdraw"], ["read", "interpret something in a certain way; convey a particular meaning or impression", "read"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["have", "serve oneself to, or consume regularly", "have"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["choose", "pick out, select, or choose from a number of alternatives", "choose"], ["need", "require as useful, just, or proper", "need"], ["drive", "proceed along in a vehicle", "drive"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take away"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["conduct", "take somebody somewhere", "conduct"], ["film", "make a film or photograph of something", "film"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["lease", "engage for service under a term of contract", "lease"], ["contain", "be capable of holding or containing", "contain"], ["take on", "admit into a group or community", "take on"], ["ask", "require as useful, just, or proper", "ask"], ["take up", "occupy or take on", "take up"], ["use up", "require (time or space)", "use up"], ["carry", "have with oneself; have on one's person", "carry"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["shoot", "make a film or photograph of something", "shoot"], ["study", "be a student of a certain subject", "study"], ["claim", "lay claim to; as of an idea", "claim"], ["submit", "accept or undergo, often unwillingly", "submit"], ["make", "head into a specified direction", "make"], ["admit", "admit into a group or community", "admit"], ["postulate", "require as useful, just, or proper", "postulate"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["exact", "take as an undesirable consequence of some event or state of affairs", "exact"], ["rent", "engage for service under a term of contract", "rent"], ["convey", "take something or somebody with oneself somewhere", "convey"], ["hire", "engage for service under a term of contract", "hire"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["lead", "take somebody somewhere", "lead"], ["deal", "take into consideration for exemplifying purposes", "deal"], ["demand", "require as useful, just, or proper", "demand"], ["contract", "be stricken by an illness, fall victim to an illness", "contract"], ["require", "require as useful, just, or proper", "require"], ["call for", "require as useful, just, or proper", "call for"], ["occupy", "assume, as of positions or roles", "occupy"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "remove"], ["learn", "be a student of a certain subject", "learn"], ["strike", "occupy or take on", "strike"], ["pack", "have with oneself; have on one's person", "pack"], ["engage", "engage for service under a term of contract", "engage"], ["involve", "require as useful, just, or proper", "involve"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["hold", "be capable of holding or containing", "hold"], ["get hold of", "get into one's hands, take physically", "get hold of"], ["subscribe to", "receive or obtain regularly", "subscribe to"], ["bring", "take something or somebody with oneself somewhere", "bring"], ["charter", "engage for service under a term of contract", "charter"], ["pick out", "pick out, select, or choose from a number of alternatives", "pick out"], ["get", "be stricken by an illness, fall victim to an illness", "get"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"], ["consider", "take into consideration for exemplifying purposes", "consider"], ["consume", "serve oneself to, or consume regularly", "consume"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "takings", "hint": "synonyms for takings", "clues": [["accept", "receive willingly something given or offered", "accept"], ["fill", "assume, as of positions or roles", "fill"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["have", "serve oneself to, or consume regularly", "have"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["choose", "pick out, select, or choose from a number of alternatives", "choose"], ["conduct", "take somebody somewhere", "conduct"], ["contain", "be capable of holding or containing", "contain"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["take on", "admit into a group or community", "take on"], ["ask", "require as useful, just, or proper", "ask"], ["use up", "require (time or space)", "use up"], ["carry", "have with oneself; have on one's person", "carry"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["shoot", "make a film or photograph of something", "shoot"], ["make", "head into a specified direction", "make"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["hire", "engage for service under a term of contract", "hire"], ["lead", "take somebody somewhere", "lead"], ["deal", "take into consideration for exemplifying purposes", "deal"], ["contract", "be stricken by an illness, fall victim to an illness", "contract"], ["require", "require as useful, just, or proper", "require"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "remove"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["engage", "engage for service under a term of contract", "engage"], ["hold", "be capable of holding or containing", "hold"], ["occupy", "require (time or space)", "occupy"], ["bring", "take something or somebody with oneself somewhere", "bring"], ["charter", "engage for service under a term of contract", "charter"], ["consider", "take into consideration for exemplifying purposes", "consider"], ["convey", "take something or somebody with oneself somewhere", "convey"], ["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "withdraw"], ["read", "interpret something in a certain way; convey a particular meaning or impression", "read"], ["need", "require as useful, just, or proper", "need"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take away"], ["drive", "proceed along in a vehicle", "drive"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["film", "make a film or photograph of something", "film"], ["lease", "engage for service under a term of contract", "lease"], ["take up", "occupy or take on", "take up"], ["study", "be a student of a certain subject", "study"], ["claim", "lay claim to; as of an idea", "claim"], ["submit", "accept or undergo, often unwillingly", "submit"], ["admit", "admit into a group or community", "admit"], ["postulate", "require as useful, just, or proper", "postulate"], ["exact", "take as an undesirable consequence of some event or state of affairs", "exact"], ["rent", "engage for service under a term of contract", "rent"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["demand", "require as useful, just, or proper", "demand"], ["call for", "require as useful, just, or proper", "call for"], ["strike", "occupy or take on", "strike"], ["learn", "be a student of a certain subject", "learn"], ["pack", "have with oneself; have on one's person", "pack"], ["involve", "require as useful, just, or proper", "involve"], ["get hold of", "get into one's hands, take physically", "get hold of"], ["subscribe to", "receive or obtain regularly", "subscribe to"], ["get", "be stricken by an illness, fall victim to an illness", "get"], ["pick out", "pick out, select, or choose from a number of alternatives", "pick out"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"], ["consume", "serve oneself to, or consume regularly", "consume"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"], ["guide", "take somebody somewhere", "guide"]]}, {"answer": "talk", "hint": "synonyms for talk", "clues": [["tattle", "divulge confidential information or secrets", "tattle"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["verbalise", "express in speech", "verbalise"], ["mouth", "express in speech", "mouth"], ["spill", "reveal information", "spill"], ["blab", "divulge confidential information or secrets", "blab"], ["speak", "exchange thoughts; talk with", "speak"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"], ["utter", "express in speech", "utter"], ["lecture", "deliver a lecture or talk", "lecture"]]}, {"answer": "talking", "hint": "synonyms for talking", "clues": [["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["verbalise", "express in speech", "verbalise"], ["mouth", "express in speech", "mouth"], ["spill", "reveal information", "spill"], ["blab", "divulge confidential information or secrets", "blab"], ["speak", "exchange thoughts; talk with", "speak"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"], ["utter", "express in speech", "utter"], ["lecture", "deliver a lecture or talk", "lecture"]]}, {"answer": "talks", "hint": "synonyms for talks", "clues": [["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["verbalise", "express in speech", "verbalise"], ["mouth", "express in speech", "mouth"], ["spill", "reveal information", "spill"], ["blab", "divulge confidential information or secrets", "blab"], ["speak", "exchange thoughts; talk with", "speak"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"], ["utter", "express in speech", "utter"], ["lecture", "deliver a lecture or talk", "lecture"]]}, {"answer": "tally", "hint": "synonyms for tally", "clues": [["tot up", "determine the sum of", "tot up"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["summate", "determine the sum of", "summate"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["chalk up", "keep score, as in games", "chalk up"], ["sum", "determine the sum of", "sum"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["sum up", "determine the sum of", "sum up"], ["total", "determine the sum of", "total"], ["tot", "determine the sum of", "tot"], ["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["add together", "determine the sum of", "add together"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["add", "determine the sum of", "add"], ["add up", "determine the sum of", "add up"], ["hit", "gain points in a game", "hit"], ["score", "gain points in a game", "score"], ["rack up", "gain points in a game", "rack up"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "tampering", "hint": "synonyms for tampering", "clues": [["monkey", "play around with or alter or falsify, usually secretively or dishonestly", "monkey"], ["fiddle", "play around with or alter or falsify, usually secretively or dishonestly", "fiddle"], ["tamper", "intrude in other people's affairs or business; interfere unwantedly", "tamper"], ["meddle", "intrude in other people's affairs or business; interfere unwantedly", "meddle"]]}, {"answer": "tangle", "hint": "synonyms for tangle", "clues": [["entangle", "twist together or entwine into a confusing mass", "entangle"], ["drag", "force into some kind of situation, condition, or course of action", "drag"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"], ["dishevel", "disarrange or rumple; dishevel", "dishevel"], ["snarl", "twist together or entwine into a confusing mass", "snarl"], ["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["knot", "tangle or complicate", "knot"], ["ravel", "tangle or complicate", "ravel"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["tousle", "disarrange or rumple; dishevel", "tousle"], ["mat", "twist together or entwine into a confusing mass", "mat"]]}, {"answer": "tap", "hint": "synonyms for tap", "clues": [["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["knock", "make light, repeated taps on a surface", "knock"], ["exploit", "draw from; make good use of", "exploit"], ["rap", "make light, repeated taps on a surface", "rap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"], ["pink", "make light, repeated taps on a surface", "pink"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes", "tapdance"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["tip", "strike lightly", "tip"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently", "beg"]]}, {"answer": "taping", "hint": "synonyms for taping", "clues": [["tap", "pierce in order to draw a liquid from", "tap"], ["knock", "make light, repeated taps on a surface", "knock"], ["exploit", "draw from; make good use of", "exploit"], ["rap", "make light, repeated taps on a surface", "rap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"], ["pink", "make light, repeated taps on a surface", "pink"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["videotape", "record on videotape", "videotape"], ["record", "register electronically", "record"], ["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes", "tapdance"], ["tip", "strike lightly", "tip"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently", "beg"]]}, {"answer": "tapping", "hint": "synonyms for tapping", "clues": [["tap", "pierce in order to draw a liquid from", "tap"], ["knock", "make light, repeated taps on a surface", "knock"], ["exploit", "draw from; make good use of", "exploit"], ["rap", "make light, repeated taps on a surface", "rap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"], ["pink", "make light, repeated taps on a surface", "pink"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes", "tapdance"], ["tip", "strike lightly", "tip"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently", "beg"]]}, {"answer": "taps", "hint": "synonyms for taps", "clues": [["tap", "pierce in order to draw a liquid from", "tap"], ["knock", "make light, repeated taps on a surface", "knock"], ["exploit", "draw from; make good use of", "exploit"], ["rap", "make light, repeated taps on a surface", "rap"], ["wiretap", "tap a telephone or telegraph wire to get information", "wiretap"], ["pink", "make light, repeated taps on a surface", "pink"], ["bug", "tap a telephone or telegraph wire to get information", "bug"], ["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["intercept", "tap a telephone or telegraph wire to get information", "intercept"], ["tapdance", "dance and make rhythmic clicking sounds by means of metal plates nailed to the sole of the dance shoes", "tapdance"], ["tip", "strike lightly", "tip"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently", "beg"]]}, {"answer": "target", "hint": "synonyms for target", "clues": [["aim", "intend (something) to move towards a certain goal", "aim"], ["point", "intend (something) to move towards a certain goal", "point"], ["direct", "intend (something) to move towards a certain goal", "direct"], ["place", "intend (something) to move towards a certain goal", "place"]]}, {"answer": "tarnish", "hint": "synonyms for tarnish", "clues": [["maculate", "make dirty or spotty, as by exposure to air; also used metaphorically", "maculate"], ["sully", "make dirty or spotty, as by exposure to air; also used metaphorically", "sully"], ["defile", "make dirty or spotty, as by exposure to air; also used metaphorically", "defile"], ["stain", "make dirty or spotty, as by exposure to air; also used metaphorically", "stain"]]}, {"answer": "taste", "hint": "synonyms for taste", "clues": [["sample", "take a sample of", "sample"], ["try", "take a sample of", "try"], ["smack", "have a distinctive or characteristic taste", "smack"], ["try out", "take a sample of", "try out"], ["savor", "have flavor; taste of something", "savor"]]}, {"answer": "tasting", "hint": "synonyms for tasting", "clues": [["smack", "have a distinctive or characteristic taste", "smack"], ["taste", "take a sample of", "taste"], ["sample", "take a sample of", "sample"], ["try", "take a sample of", "try"], ["try out", "take a sample of", "try out"], ["savor", "have flavor; taste of something", "savor"]]}, {"answer": "tattle", "hint": "synonyms for tattle", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["talk", "divulge confidential information or secrets", "talk"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["blab out", "divulge confidential information or secrets", "blab out"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["babble", "divulge confidential information or secrets", "babble"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "taunt", "hint": "synonyms for taunt", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "tear", "hint": "synonyms for tear", "clues": [["deplumate", "strip of feathers", "deplumate"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["buck", "move quickly and violently", "buck"], ["pull", "strip of feathers", "pull"], ["pluck", "strip of feathers", "pluck"], ["snap", "separate or cause to separate abruptly", "snap"], ["shoot", "move quickly and violently", "shoot"], ["displume", "strip of feathers", "displume"], ["bust", "separate or cause to separate abruptly", "bust"], ["shoot down", "move quickly and violently", "shoot down"], ["charge", "move quickly and violently", "charge"]]}, {"answer": "tears", "hint": "synonyms for tears", "clues": [["deplumate", "strip of feathers", "deplumate"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["buck", "move quickly and violently", "buck"], ["pull", "strip of feathers", "pull"], ["pluck", "strip of feathers", "pluck"], ["tear", "strip of feathers", "tear"], ["snap", "separate or cause to separate abruptly", "snap"], ["shoot", "move quickly and violently", "shoot"], ["displume", "strip of feathers", "displume"], ["bust", "separate or cause to separate abruptly", "bust"], ["shoot down", "move quickly and violently", "shoot down"], ["charge", "move quickly and violently", "charge"]]}, {"answer": "tease", "hint": "synonyms for tease", "clues": [["fluff", "ruffle (one's hair) by combing the ends towards the scalp, for a full effect", "fluff"], ["twit", "harass with persistent criticism or carping", "twit"], ["badger", "annoy persistently", "badger"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["loosen", "disentangle and raise the fibers of", "loosen"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["card", "separate the fibers of", "card"], ["ride", "harass with persistent criticism or carping", "ride"], ["beleaguer", "annoy persistently", "beleaguer"], ["cod", "harass with persistent criticism or carping", "cod"], ["tease apart", "disentangle and raise the fibers of", "tease apart"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"]]}, {"answer": "telephone", "hint": "synonyms for telephone", "clues": [["call up", "get or try to get into communication (with someone) by telephone", "call up"], ["call", "get or try to get into communication (with someone) by telephone", "call"], ["phone", "get or try to get into communication (with someone) by telephone", "phone"], ["ring", "get or try to get into communication (with someone) by telephone", "ring"]]}, {"answer": "tell", "hint": "synonyms for tell", "clues": [["secernate", "mark as different", "secernate"], ["say", "give instructions to or direct somebody to do something with authority", "say"], ["narrate", "narrate or give a detailed account of", "narrate"], ["severalize", "mark as different", "severalize"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["enjoin", "give instructions to or direct somebody to do something with authority", "enjoin"], ["differentiate", "mark as different", "differentiate"], ["recount", "narrate or give a detailed account of", "recount"], ["tell apart", "mark as different", "tell apart"], ["recite", "narrate or give a detailed account of", "recite"], ["separate", "mark as different", "separate"], ["assure", "inform positively and with certainty and confidence", "assure"], ["evidence", "give evidence", "evidence"], ["state", "express in words", "state"], ["order", "give instructions to or direct somebody to do something with authority", "order"]]}, {"answer": "temper", "hint": "synonyms for temper", "clues": [["harden", "harden by reheating and cooling in oil", "harden"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "anneal"], ["normalize", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "normalize"], ["moderate", "restrain", "moderate"], ["chasten", "restrain", "chasten"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate", "season"], ["mollify", "make more temperate, acceptable, or suitable by adding something else; moderate", "mollify"]]}, {"answer": "tent", "hint": "synonyms for tent", "clues": [["bivouac", "live in or as if in a tent", "bivouac"], ["camp", "live in or as if in a tent", "camp"], ["camp out", "live in or as if in a tent", "camp out"], ["encamp", "live in or as if in a tent", "encamp"]]}, {"answer": "tenting", "hint": "synonyms for tenting", "clues": [["bivouac", "live in or as if in a tent", "bivouac"], ["camp out", "live in or as if in a tent", "camp out"], ["encamp", "live in or as if in a tent", "encamp"], ["tent", "live in or as if in a tent", "tent"], ["camp", "live in or as if in a tent", "camp"]]}, {"answer": "test", "hint": "synonyms for test", "clues": [["quiz", "examine someone's knowledge of something", "quiz"], ["screen", "test or examine for the presence of disease or infection", "screen"], ["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"]]}, {"answer": "testing", "hint": "synonyms for testing", "clues": [["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["screen", "test or examine for the presence of disease or infection", "screen"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["quiz", "examine someone's knowledge of something", "quiz"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"]]}, {"answer": "thaw", "hint": "synonyms for thaw", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["melt", "become or cause to become soft or liquid", "melt"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "thawing", "hint": "synonyms for thawing", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["melt", "become or cause to become soft or liquid", "melt"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "think", "hint": "synonyms for think", "clues": [["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["remember", "recall knowledge from memory; have a recollection", "remember"], ["mean", "have in mind as a purpose", "mean"], ["cogitate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments", "cogitate"], ["cerebrate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments", "cerebrate"], ["intend", "have in mind as a purpose", "intend"], ["opine", "expect, believe, or suppose", "opine"], ["guess", "expect, believe, or suppose", "guess"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["imagine", "expect, believe, or suppose", "imagine"], ["believe", "judge or regard; look upon; judge", "believe"], ["suppose", "expect, believe, or suppose", "suppose"], ["reckon", "expect, believe, or suppose", "reckon"], ["conceive", "judge or regard; look upon; judge", "conceive"], ["recall", "recall knowledge from memory; have a recollection", "recall"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"], ["consider", "judge or regard; look upon; judge", "consider"]]}, {"answer": "thinning", "hint": "synonyms for thinning", "clues": [["reduce", "take off weight", "reduce"], ["lose weight", "take off weight", "lose weight"], ["thin", "make thin or thinner", "thin"], ["slim", "take off weight", "slim"], ["slim down", "take off weight", "slim down"], ["melt off", "take off weight", "melt off"], ["slenderize", "take off weight", "slenderize"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "thirst", "hint": "synonyms for thirst", "clues": [["hunger", "have a craving, appetite, or great desire for", "hunger"], ["lust", "have a craving, appetite, or great desire for", "lust"], ["starve", "have a craving, appetite, or great desire for", "starve"], ["crave", "have a craving, appetite, or great desire for", "crave"]]}, {"answer": "thought", "hint": "synonyms for thought", "clues": [["think", "judge or regard; look upon; judge", "think"], ["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["remember", "recall knowledge from memory; have a recollection", "remember"], ["cogitate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments", "cogitate"], ["opine", "expect, believe, or suppose", "opine"], ["imagine", "expect, believe, or suppose", "imagine"], ["suppose", "expect, believe, or suppose", "suppose"], ["reckon", "expect, believe, or suppose", "reckon"], ["conceive", "judge or regard; look upon; judge", "conceive"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"], ["consider", "judge or regard; look upon; judge", "consider"], ["mean", "have in mind as a purpose", "mean"], ["cerebrate", "use or exercise the mind or one's power of reason in order to make inferences, decisions, or arrive at a solution or judgments", "cerebrate"], ["intend", "have in mind as a purpose", "intend"], ["guess", "expect, believe, or suppose", "guess"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["believe", "judge or regard; look upon; judge", "believe"], ["recall", "recall knowledge from memory; have a recollection", "recall"]]}, {"answer": "thrash", "hint": "synonyms for thrash", "clues": [["mosh", "dance the slam dance", "mosh"], ["slam dance", "dance the slam dance", "slam dance"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["convulse", "move or stir about violently", "convulse"], ["lam", "give a thrashing to; beat hard", "lam"], ["slash", "move or stir about violently", "slash"], ["thrash about", "move or stir about violently", "thrash about"], ["thresh", "give a thrashing to; beat hard", "thresh"], ["jactitate", "move or stir about violently", "jactitate"], ["toss", "move or stir about violently", "toss"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["flail", "give a thrashing to; beat hard", "flail"]]}, {"answer": "thrashing", "hint": "synonyms for thrashing", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["mosh", "dance the slam dance", "mosh"], ["slam dance", "dance the slam dance", "slam dance"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["drub", "beat thoroughly and conclusively in a competition or fight", "drub"], ["convulse", "move or stir about violently", "convulse"], ["lam", "give a thrashing to; beat hard", "lam"], ["slash", "move or stir about violently", "slash"], ["thrash about", "move or stir about violently", "thrash about"], ["thresh", "give a thrashing to; beat hard", "thresh"], ["jactitate", "move or stir about violently", "jactitate"], ["toss", "move or stir about violently", "toss"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["flail", "give a thrashing to; beat hard", "flail"]]}, {"answer": "thread", "hint": "synonyms for thread", "clues": [["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["draw", "thread on or as if on a string", "draw"], ["string", "thread on or as if on a string", "string"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"]]}, {"answer": "threads", "hint": "synonyms for threads", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["thread", "remove facial hair by tying a fine string around it and pulling at the string", "thread"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["draw", "thread on or as if on a string", "draw"], ["string", "thread on or as if on a string", "string"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"]]}, {"answer": "threshing", "hint": "synonyms for threshing", "clues": [["thrash", "beat the seeds out of a grain", "thrash"], ["thresh", "beat the seeds out of a grain", "thresh"], ["convulse", "move or stir about violently", "convulse"], ["thresh about", "move or stir about violently", "thresh about"], ["lam", "give a thrashing to; beat hard", "lam"], ["slash", "move or stir about violently", "slash"], ["flail", "move like a flail; thresh about", "flail"], ["jactitate", "move or stir about violently", "jactitate"], ["toss", "move or stir about violently", "toss"]]}, {"answer": "thrill", "hint": "synonyms for thrill", "clues": [["throb", "tremble convulsively, as from fear or excitement", "throb"], ["shudder", "tremble convulsively, as from fear or excitement", "shudder"], ["beatify", "fill with sublime emotion", "beatify"], ["shiver", "tremble convulsively, as from fear or excitement", "shiver"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["inebriate", "fill with sublime emotion", "inebriate"], ["vibrate", "feel sudden intense sensation or emotion", "vibrate"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["tickle", "feel sudden intense sensation or emotion", "tickle"], ["exalt", "fill with sublime emotion", "exalt"]]}, {"answer": "throb", "hint": "synonyms for throb", "clues": [["pulsate", "expand and contract rhythmically; beat rhythmically", "pulsate"], ["shiver", "tremble convulsively, as from fear or excitement", "shiver"], ["thrill", "tremble convulsively, as from fear or excitement", "thrill"], ["shudder", "tremble convulsively, as from fear or excitement", "shudder"], ["pulse", "expand and contract rhythmically; beat rhythmically", "pulse"]]}, {"answer": "throng", "hint": "synonyms for throng", "clues": [["pile", "press tightly together or cram", "pile"], ["jam", "press tightly together or cram", "jam"], ["mob", "press tightly together or cram", "mob"], ["pack", "press tightly together or cram", "pack"]]}, {"answer": "throttle", "hint": "synonyms for throttle", "clues": [["strangle", "kill by squeezing the throat of so as to cut off the air", "strangle"], ["limit", "place limits on (extent or access)", "limit"], ["strangulate", "kill by squeezing the throat of so as to cut off the air", "strangulate"], ["restrict", "place limits on (extent or access)", "restrict"], ["confine", "place limits on (extent or access)", "confine"], ["restrain", "place limits on (extent or access)", "restrain"], ["trammel", "place limits on (extent or access)", "trammel"], ["bound", "place limits on (extent or access)", "bound"], ["choke", "reduce the air supply", "choke"]]}, {"answer": "throttling", "hint": "synonyms for throttling", "clues": [["strangle", "kill by squeezing the throat of so as to cut off the air", "strangle"], ["limit", "place limits on (extent or access)", "limit"], ["strangulate", "kill by squeezing the throat of so as to cut off the air", "strangulate"], ["restrict", "place limits on (extent or access)", "restrict"], ["throttle", "kill by squeezing the throat of so as to cut off the air", "throttle"], ["confine", "place limits on (extent or access)", "confine"], ["restrain", "place limits on (extent or access)", "restrain"], ["trammel", "place limits on (extent or access)", "trammel"], ["bound", "place limits on (extent or access)", "bound"], ["choke", "reduce the air supply", "choke"]]}, {"answer": "throw", "hint": "synonyms for throw", "clues": [["give", "convey or communicate; of a smile, a look, a physical gesture", "give"], ["bewilder", "cause to be confused emotionally", "bewilder"], ["throw off", "get rid of", "throw off"], ["thrust", "place or put with great energy", "thrust"], ["discombobulate", "cause to be confused emotionally", "discombobulate"], ["cast", "get rid of", "cast"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["make", "organize or be responsible for", "make"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"], ["flip", "cause to go on or to be engaged or set in operation", "flip"], ["drop", "get rid of", "drop"], ["bemuse", "cause to be confused emotionally", "bemuse"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["hold", "organize or be responsible for", "hold"], ["project", "put or send forth", "project"], ["shed", "get rid of", "shed"], ["cast off", "get rid of", "cast off"], ["contrive", "put or send forth", "contrive"], ["throw away", "get rid of", "throw away"], ["hurl", "utter with force; utter vehemently", "hurl"], ["have", "organize or be responsible for", "have"], ["shake off", "get rid of", "shake off"], ["switch", "cause to go on or to be engaged or set in operation", "switch"]]}, {"answer": "thrum", "hint": "synonyms for thrum", "clues": [["strum", "sound the strings of (a string instrument)", "strum"], ["drum", "make a rhythmic sound", "drum"], ["beat", "make a rhythmic sound", "beat"], ["hum", "sound with a monotonous hum", "hum"]]}, {"answer": "thrust", "hint": "synonyms for thrust", "clues": [["lunge", "make a thrusting forward movement", "lunge"], ["force", "impose urgently, importunately, or inexorably", "force"], ["pierce", "penetrate or cut through with a sharp instrument", "pierce"], ["shove", "press or force", "shove"], ["squeeze", "press or force", "squeeze"], ["hurl", "make a thrusting forward movement", "hurl"], ["stuff", "press or force", "stuff"], ["hurtle", "make a thrusting forward movement", "hurtle"], ["throw", "place or put with great energy", "throw"], ["push up", "push upward", "push up"]]}, {"answer": "thrusting", "hint": "synonyms for thrusting", "clues": [["thrust", "force (molten rock) into pre-existing rock", "thrust"], ["lunge", "make a thrusting forward movement", "lunge"], ["force", "impose urgently, importunately, or inexorably", "force"], ["pierce", "penetrate or cut through with a sharp instrument", "pierce"], ["shove", "press or force", "shove"], ["squeeze", "press or force", "squeeze"], ["hurl", "make a thrusting forward movement", "hurl"], ["stuff", "press or force", "stuff"], ["hurtle", "make a thrusting forward movement", "hurtle"], ["throw", "place or put with great energy", "throw"], ["push up", "push upward", "push up"]]}, {"answer": "thumb", "hint": "synonyms for thumb", "clues": [["hitchhike", "travel by getting free rides from motorists", "hitchhike"], ["flip", "look through a book or other written material", "flip"], ["riffle", "look through a book or other written material", "riffle"], ["finger", "feel or handle with the fingers", "finger"], ["hitch", "travel by getting free rides from motorists", "hitch"], ["leaf", "look through a book or other written material", "leaf"], ["flick", "look through a book or other written material", "flick"], ["riff", "look through a book or other written material", "riff"]]}, {"answer": "thump", "hint": "synonyms for thump", "clues": [["thud", "make a dull sound", "thud"], ["beat", "move rhythmically", "beat"], ["poke", "hit hard with the hand, fist, or some heavy instrument", "poke"], ["pound", "hit hard with the hand, fist, or some heavy instrument", "pound"]]}, {"answer": "thwart", "hint": "synonyms for thwart", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "tick", "hint": "synonyms for tick", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["click", "make a clicking or ticking sound", "click"], ["mark off", "put a check mark on or near or next to", "mark off"], ["tick off", "put a check mark on or near or next to", "tick off"], ["beat", "make a sound like a clock or a timer", "beat"], ["ticktack", "make a sound like a clock or a timer", "ticktack"], ["check off", "put a check mark on or near or next to", "check off"], ["retick", "sew", "retick"], ["check", "put a check mark on or near or next to", "check"]]}, {"answer": "ticking", "hint": "synonyms for ticking", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["click", "make a clicking or ticking sound", "click"], ["mark off", "put a check mark on or near or next to", "mark off"], ["tick", "make a sound like a clock or a timer", "tick"], ["tick off", "put a check mark on or near or next to", "tick off"], ["beat", "make a sound like a clock or a timer", "beat"], ["ticktack", "make a sound like a clock or a timer", "ticktack"], ["check off", "put a check mark on or near or next to", "check off"], ["retick", "sew", "retick"], ["check", "put a check mark on or near or next to", "check"]]}, {"answer": "tickle", "hint": "synonyms for tickle", "clues": [["vibrate", "feel sudden intense sensation or emotion", "vibrate"], ["vellicate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements", "vellicate"], ["titillate", "touch (a body part) lightly so as to excite the surface nerves and cause uneasiness, laughter, or spasmodic movements", "titillate"], ["thrill", "feel sudden intense sensation or emotion", "thrill"]]}, {"answer": "tie", "hint": "synonyms for tie", "clues": [["marry", "perform a marriage ceremony", "marry"], ["draw", "finish a game with an equal number of points, goals, etc.", "draw"], ["splice", "perform a marriage ceremony", "splice"], ["wed", "perform a marriage ceremony", "wed"], ["bond", "create social or emotional ties", "bond"], ["bind", "create social or emotional ties", "bind"], ["attach", "create social or emotional ties", "attach"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["connect", "connect, fasten, or put together two or more pieces", "connect"], ["link", "connect, fasten, or put together two or more pieces", "link"]]}, {"answer": "tightening", "hint": "synonyms for tightening", "clues": [["fasten", "make tight or tighter", "fasten"], ["constrain", "restrict", "constrain"], ["reduce", "narrow or limit", "reduce"], ["tighten up", "restrict", "tighten up"], ["tighten", "restrict", "tighten"], ["stiffen", "restrict", "stiffen"]]}, {"answer": "tilt", "hint": "synonyms for tilt", "clues": [["lean", "to incline or bend from a vertical position", "lean"], ["tip", "to incline or bend from a vertical position", "tip"], ["slant", "heel over", "slant"], ["angle", "to incline or bend from a vertical position", "angle"], ["shift", "move sideways or in an unsteady way", "shift"], ["wobble", "move sideways or in an unsteady way", "wobble"], ["careen", "move sideways or in an unsteady way", "careen"], ["cant over", "heel over", "cant over"], ["cant", "heel over", "cant"], ["pitch", "heel over", "pitch"]]}, {"answer": "tinge", "hint": "synonyms for tinge", "clues": [["distort", "affect as in thought or feeling", "distort"], ["color", "affect as in thought or feeling", "color"], ["tinct", "color lightly", "tinct"], ["touch", "color lightly", "touch"]]}, {"answer": "tinker", "hint": "synonyms for tinker", "clues": [["muck around", "do random, unplanned work or activities or spend time idly", "muck around"], ["muck about", "do random, unplanned work or activities or spend time idly", "muck about"], ["fiddle", "try to fix or mend", "fiddle"], ["monkey", "do random, unplanned work or activities or spend time idly", "monkey"], ["mess around", "do random, unplanned work or activities or spend time idly", "mess around"], ["putter", "do random, unplanned work or activities or spend time idly", "putter"], ["monkey around", "do random, unplanned work or activities or spend time idly", "monkey around"], ["potter", "do random, unplanned work or activities or spend time idly", "potter"]]}, {"answer": "tip", "hint": "synonyms for tip", "clues": [["bung", "give a tip or gratuity to in return for a service, beyond the compensation agreed on", "bung"], ["tumble", "cause to topple or tumble by pushing", "tumble"], ["lean", "to incline or bend from a vertical position", "lean"], ["topple", "cause to topple or tumble by pushing", "topple"], ["tilt", "to incline or bend from a vertical position", "tilt"], ["slant", "to incline or bend from a vertical position", "slant"], ["angle", "to incline or bend from a vertical position", "angle"], ["fee", "give a tip or gratuity to in return for a service, beyond the compensation agreed on", "fee"], ["tiptoe", "walk on one's toes", "tiptoe"], ["tap", "strike lightly", "tap"], ["tip off", "give insider information or advise to", "tip off"]]}, {"answer": "tire", "hint": "synonyms for tire", "clues": [["weary", "lose interest or become bored with something or somebody", "weary"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["exhaust", "deplete", "exhaust"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["bore", "cause to be bored", "bore"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["jade", "lose interest or become bored with something or somebody", "jade"], ["fatigue", "lose interest or become bored with something or somebody", "fatigue"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["play out", "deplete", "play out"], ["sap", "deplete", "sap"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["pall", "lose interest or become bored with something or somebody", "pall"], ["run down", "deplete", "run down"]]}, {"answer": "tittle-tattle", "hint": "synonyms for tittle-tattle", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "toady", "hint": "synonyms for toady", "clues": [["kotow", "try to gain favor by cringing or flattering", "kotow"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["truckle", "try to gain favor by cringing or flattering", "truckle"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"], ["suck up", "try to gain favor by cringing or flattering", "suck up"]]}, {"answer": "toast", "hint": "synonyms for toast", "clues": [["crispen", "make brown and crisp by heating", "crispen"], ["pledge", "propose a toast to", "pledge"], ["drink", "propose a toast to", "drink"], ["salute", "propose a toast to", "salute"], ["crisp", "make brown and crisp by heating", "crisp"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "toasting", "hint": "synonyms for toasting", "clues": [["pledge", "propose a toast to", "pledge"], ["crisp", "make brown and crisp by heating", "crisp"], ["crispen", "make brown and crisp by heating", "crispen"], ["salute", "propose a toast to", "salute"], ["toast", "make brown and crisp by heating", "toast"], ["drink", "propose a toast to", "drink"], ["wassail", "propose a toast to", "wassail"]]}, {"answer": "togs", "hint": "synonyms for togs", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "toil", "hint": "synonyms for toil", "clues": [["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["labor", "work hard", "labor"], ["moil", "work hard", "moil"]]}, {"answer": "tone", "hint": "synonyms for tone", "clues": [["chant", "utter monotonously and repetitively and rhythmically", "chant"], ["inflect", "vary the pitch of one's speech", "inflect"], ["modulate", "vary the pitch of one's speech", "modulate"], ["tone up", "give a healthy elasticity to", "tone up"], ["intone", "utter monotonously and repetitively and rhythmically", "intone"], ["strengthen", "give a healthy elasticity to", "strengthen"]]}, {"answer": "toot", "hint": "synonyms for toot", "clues": [["claxon", "make a loud noise", "claxon"], ["blare", "make a loud noise", "blare"], ["beep", "make a loud noise", "beep"], ["honk", "make a loud noise", "honk"]]}, {"answer": "tore", "hint": "synonyms for tore", "clues": [["deplumate", "strip of feathers", "deplumate"], ["rupture", "separate or cause to separate abruptly", "rupture"], ["buck", "move quickly and violently", "buck"], ["pull", "strip of feathers", "pull"], ["pluck", "strip of feathers", "pluck"], ["tear", "strip of feathers", "tear"], ["snap", "separate or cause to separate abruptly", "snap"], ["shoot", "move quickly and violently", "shoot"], ["displume", "strip of feathers", "displume"], ["bust", "separate or cause to separate abruptly", "bust"], ["shoot down", "move quickly and violently", "shoot down"], ["charge", "move quickly and violently", "charge"]]}, {"answer": "torment", "hint": "synonyms for torment", "clues": [["frustrate", "treat cruelly", "frustrate"], ["dun", "treat cruelly", "dun"], ["rack", "torment emotionally or mentally", "rack"], ["excruciate", "subject to torture", "excruciate"], ["bedevil", "treat cruelly", "bedevil"], ["torture", "subject to torture", "torture"], ["rag", "treat cruelly", "rag"], ["crucify", "treat cruelly", "crucify"]]}, {"answer": "toss", "hint": "synonyms for toss", "clues": [["chuck out", "throw or cast away", "chuck out"], ["flip", "throw or toss with a light motion", "flip"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["convulse", "move or stir about violently", "convulse"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["slash", "move or stir about violently", "slash"], ["thrash about", "move or stir about violently", "thrash about"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["jactitate", "move or stir about violently", "jactitate"], ["chuck", "throw carelessly", "chuck"], ["toss out", "throw or cast away", "toss out"], ["dispose", "throw or cast away", "dispose"], ["thrash", "move or stir about violently", "thrash"], ["thresh", "move or stir about violently", "thresh"], ["fling", "throw or cast away", "fling"], ["pitch", "throw or toss with a light motion", "pitch"], ["discard", "throw or cast away", "discard"], ["sky", "throw or toss with a light motion", "sky"]]}, {"answer": "tot", "hint": "synonyms for tot", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["sum", "determine the sum of", "sum"], ["add up", "determine the sum of", "add up"], ["sum up", "determine the sum of", "sum up"], ["summate", "determine the sum of", "summate"], ["total", "determine the sum of", "total"]]}, {"answer": "touch", "hint": "synonyms for touch", "clues": [["extend to", "to extend as far as", "extend to"], ["contact", "be in direct physical contact with; make contact", "contact"], ["have-to doe with", "be relevant to", "have-to doe with"], ["tinct", "color lightly", "tinct"], ["match", "be equal to in quality or ability", "match"], ["bear upon", "have an effect upon", "bear upon"], ["concern", "be relevant to", "concern"], ["equal", "be equal to in quality or ability", "equal"], ["meet", "be in direct physical contact with; make contact", "meet"], ["partake", "consume", "partake"], ["adjoin", "be in direct physical contact with; make contact", "adjoin"], ["come to", "be relevant to", "come to"], ["rival", "be equal to in quality or ability", "rival"], ["stir", "affect emotionally", "stir"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["advert", "make a more or less disguised reference to", "advert"], ["reach", "to extend as far as", "reach"], ["disturb", "tamper with", "disturb"], ["pertain", "be relevant to", "pertain"], ["tinge", "color lightly", "tinge"], ["impact", "have an effect upon", "impact"], ["allude", "make a more or less disguised reference to", "allude"], ["affect", "have an effect upon", "affect"], ["refer", "be relevant to", "refer"]]}, {"answer": "tout", "hint": "synonyms for tout", "clues": [["shoot a line", "show off", "shoot a line"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["gas", "show off", "gas"]]}, {"answer": "toy", "hint": "synonyms for toy", "clues": [["fiddle", "manipulate manually or in one's mind or imagination", "fiddle"], ["play", "engage in an activity as if it were a game rather than take it seriously", "play"], ["dally", "behave carelessly or indifferently", "dally"], ["flirt", "behave carelessly or indifferently", "flirt"], ["diddle", "manipulate manually or in one's mind or imagination", "diddle"]]}, {"answer": "toying", "hint": "synonyms for toying", "clues": [["fiddle", "manipulate manually or in one's mind or imagination", "fiddle"], ["play", "engage in an activity as if it were a game rather than take it seriously", "play"], ["dally", "behave carelessly or indifferently", "dally"], ["toy", "manipulate manually or in one's mind or imagination", "toy"], ["flirt", "behave carelessly or indifferently", "flirt"], ["diddle", "manipulate manually or in one's mind or imagination", "diddle"]]}, {"answer": "trace", "hint": "synonyms for trace", "clues": [["retrace", "to go back over again", "retrace"], ["follow", "follow, discover, or ascertain the course of development of something", "follow"], ["hound", "pursue or chase relentlessly", "hound"], ["hunt", "pursue or chase relentlessly", "hunt"], ["delineate", "make a mark or lines on a surface", "delineate"], ["draw", "make a mark or lines on a surface", "draw"], ["describe", "make a mark or lines on a surface", "describe"], ["line", "make a mark or lines on a surface", "line"], ["decipher", "read with difficulty", "decipher"]]}, {"answer": "tracing", "hint": "synonyms for tracing", "clues": [["retrace", "to go back over again", "retrace"], ["trace", "to go back over again", "trace"], ["follow", "follow, discover, or ascertain the course of development of something", "follow"], ["hound", "pursue or chase relentlessly", "hound"], ["hunt", "pursue or chase relentlessly", "hunt"], ["delineate", "make a mark or lines on a surface", "delineate"], ["draw", "make a mark or lines on a surface", "draw"], ["describe", "make a mark or lines on a surface", "describe"], ["line", "make a mark or lines on a surface", "line"], ["decipher", "read with difficulty", "decipher"]]}, {"answer": "track", "hint": "synonyms for track", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["cut through", "travel across or pass over", "cut through"], ["get over", "travel across or pass over", "get over"], ["trail", "go after with the intent to catch", "trail"], ["pass over", "travel across or pass over", "pass over"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["cut across", "travel across or pass over", "cut across"], ["traverse", "travel across or pass over", "traverse"], ["cross", "travel across or pass over", "cross"], ["cover", "travel across or pass over", "cover"], ["get across", "travel across or pass over", "get across"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "tracking", "hint": "synonyms for tracking", "clues": [["get over", "travel across or pass over", "get over"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["cross", "travel across or pass over", "cross"], ["get across", "travel across or pass over", "get across"], ["tail", "go after with the intent to catch", "tail"], ["give chase", "go after with the intent to catch", "give chase"], ["cut through", "travel across or pass over", "cut through"], ["pass over", "travel across or pass over", "pass over"], ["cut across", "travel across or pass over", "cut across"], ["traverse", "travel across or pass over", "traverse"], ["cover", "travel across or pass over", "cover"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "trade", "hint": "synonyms for trade", "clues": [["deal", "do business; offer for sale as for one's livelihood", "deal"], ["merchandise", "engage in the trade of", "merchandise"], ["sell", "do business; offer for sale as for one's livelihood", "sell"], ["swop", "exchange or give (something) in exchange for", "swop"], ["trade in", "turn in as payment or part payment for a purchase", "trade in"], ["switch", "exchange or give (something) in exchange for", "switch"], ["swap", "exchange or give (something) in exchange for", "swap"]]}, {"answer": "trading", "hint": "synonyms for trading", "clues": [["trade", "turn in as payment or part payment for a purchase", "trade"], ["swop", "exchange or give (something) in exchange for", "swop"], ["deal", "do business; offer for sale as for one's livelihood", "deal"], ["merchandise", "engage in the trade of", "merchandise"], ["sell", "do business; offer for sale as for one's livelihood", "sell"], ["trade in", "turn in as payment or part payment for a purchase", "trade in"], ["switch", "exchange or give (something) in exchange for", "switch"], ["swap", "exchange or give (something) in exchange for", "swap"]]}, {"answer": "trail", "hint": "synonyms for trail", "clues": [["drag", "to lag or linger behind", "drag"], ["give chase", "go after with the intent to catch", "give chase"], ["shack", "move, proceed, or walk draggingly or slowly", "shack"], ["train", "drag loosely along a surface; allow to sweep the ground", "train"], ["drop back", "to lag or linger behind", "drop back"], ["hang back", "to lag or linger behind", "hang back"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["get behind", "to lag or linger behind", "get behind"], ["track", "go after with the intent to catch", "track"], ["drop behind", "to lag or linger behind", "drop behind"], ["tail", "go after with the intent to catch", "tail"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "trailing", "hint": "synonyms for trailing", "clues": [["drag", "to lag or linger behind", "drag"], ["shack", "move, proceed, or walk draggingly or slowly", "shack"], ["train", "drag loosely along a surface; allow to sweep the ground", "train"], ["drop back", "to lag or linger behind", "drop back"], ["hang back", "to lag or linger behind", "hang back"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["get behind", "to lag or linger behind", "get behind"], ["track", "go after with the intent to catch", "track"], ["drop behind", "to lag or linger behind", "drop behind"], ["trail", "to lag or linger behind", "trail"], ["give chase", "go after with the intent to catch", "give chase"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "train", "hint": "synonyms for train", "clues": [["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["prepare", "create by training and teaching", "prepare"], ["educate", "create by training and teaching", "educate"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"], ["school", "teach or refine to be discriminative in taste or judgment", "school"], ["trail", "drag loosely along a surface; allow to sweep the ground", "trail"], ["groom", "educate for a future role or function", "groom"], ["coach", "teach and supervise (someone); act as a trainer or coach (to), as in sports", "coach"], ["develop", "create by training and teaching", "develop"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control", "condition"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"]]}, {"answer": "training", "hint": "synonyms for training", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["prepare", "create by training and teaching", "prepare"], ["educate", "create by training and teaching", "educate"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["discipline", "develop (children's) behavior by instruction and practice; especially to teach self-control", "discipline"], ["school", "teach or refine to be discriminative in taste or judgment", "school"], ["take aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take aim"], ["groom", "educate for a future role or function", "groom"], ["trail", "drag loosely along a surface; allow to sweep the ground", "trail"], ["coach", "teach and supervise (someone); act as a trainer or coach (to), as in sports", "coach"], ["develop", "create by training and teaching", "develop"], ["condition", "develop (children's) behavior by instruction and practice; especially to teach self-control", "condition"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take"], ["check", "develop (children's) behavior by instruction and practice; especially to teach self-control", "check"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"]]}, {"answer": "trammel", "hint": "synonyms for trammel", "clues": [["snare", "catch in or as if in a trap", "snare"], ["limit", "place limits on (extent or access)", "limit"], ["trap", "catch in or as if in a trap", "trap"], ["restrict", "place limits on (extent or access)", "restrict"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["bound", "place limits on (extent or access)", "bound"], ["ensnare", "catch in or as if in a trap", "ensnare"], ["entrap", "catch in or as if in a trap", "entrap"]]}, {"answer": "tramp", "hint": "synonyms for tramp", "clues": [["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["pad", "walk heavily and firmly, as when weary, or through mud", "pad"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "trampling", "hint": "synonyms for trampling", "clues": [["trample", "injure by trampling or as if by trampling", "trample"], ["tread", "tread or stomp heavily or roughly", "tread"], ["tread down", "walk on and flatten", "tread down"], ["tramp down", "walk on and flatten", "tramp down"]]}, {"answer": "trance", "hint": "synonyms for trance", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["entrance", "attract; cause to be enamored", "entrance"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "transfer", "hint": "synonyms for transfer", "clues": [["change", "change from one vehicle or transportation line to another", "change"], ["transplant", "transfer from one place or period to another", "transplant"], ["transpose", "transfer from one place or period to another", "transpose"], ["channel", "send from one person or place to another", "channel"], ["remove", "shift the position or location of, as for business, legal, educational, or military purposes", "remove"], ["reassign", "transfer somebody to a different position or location of work", "reassign"], ["transmit", "send from one person or place to another", "transmit"], ["channelize", "send from one person or place to another", "channelize"], ["transport", "send from one person or place to another", "transport"], ["shift", "move around", "shift"]]}, {"answer": "transit", "hint": "synonyms for transit", "clues": [["pass over", "make a passage or journey from one place to another", "pass over"], ["move through", "make a passage or journey from one place to another", "move through"], ["pass across", "make a passage or journey from one place to another", "pass across"], ["pass through", "make a passage or journey from one place to another", "pass through"]]}, {"answer": "transmitting", "hint": "synonyms for transmitting", "clues": [["air", "broadcast over the airwaves, as in radio or television", "air"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["transport", "send from one person or place to another", "transport"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["convey", "transmit or serve as the medium for transmission", "convey"], ["channelise", "send from one person or place to another", "channelise"], ["channel", "send from one person or place to another", "channel"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["communicate", "transfer to another", "communicate"], ["transfer", "send from one person or place to another", "transfer"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"]]}, {"answer": "transplanting", "hint": "synonyms for transplanting", "clues": [["graft", "place the organ of a donor into the body of a recipient", "graft"], ["transplant", "transfer from one place or period to another", "transplant"], ["transfer", "lift and reset in another soil or situation", "transfer"], ["transpose", "transfer from one place or period to another", "transpose"]]}, {"answer": "transport", "hint": "synonyms for transport", "clues": [["enthral", "hold spellbound", "enthral"], ["channel", "send from one person or place to another", "channel"], ["enchant", "hold spellbound", "enchant"], ["ship", "transport commercially", "ship"], ["enrapture", "hold spellbound", "enrapture"], ["send", "transport commercially", "send"], ["transmit", "send from one person or place to another", "transmit"], ["channelize", "send from one person or place to another", "channelize"], ["delight", "hold spellbound", "delight"], ["transfer", "send from one person or place to another", "transfer"], ["ravish", "hold spellbound", "ravish"], ["carry", "move while supporting, either in a vehicle or in one's hands or on one's body", "carry"]]}, {"answer": "transpose", "hint": "synonyms for transpose", "clues": [["commute", "change the order or arrangement of", "commute"], ["transplant", "transfer from one place or period to another", "transplant"], ["permute", "change the order or arrangement of", "permute"], ["counterchange", "cause to change places", "counterchange"], ["interchange", "cause to change places", "interchange"], ["transfer", "transfer from one place or period to another", "transfer"]]}, {"answer": "trap", "hint": "synonyms for trap", "clues": [["snare", "catch in or as if in a trap", "snare"], ["pin down", "place in a confining or embarrassing position", "pin down"], ["pin", "to hold fast or prevent from moving", "pin"], ["immobilize", "to hold fast or prevent from moving", "immobilize"], ["ensnare", "catch in or as if in a trap", "ensnare"], ["trammel", "catch in or as if in a trap", "trammel"], ["entrap", "catch in or as if in a trap", "entrap"]]}, {"answer": "trapping", "hint": "synonyms for trapping", "clues": [["trap", "place in a confining or embarrassing position", "trap"], ["snare", "catch in or as if in a trap", "snare"], ["trammel", "catch in or as if in a trap", "trammel"], ["immobilise", "to hold fast or prevent from moving", "immobilise"], ["pin down", "place in a confining or embarrassing position", "pin down"], ["pin", "to hold fast or prevent from moving", "pin"], ["ensnare", "catch in or as if in a trap", "ensnare"], ["entrap", "catch in or as if in a trap", "entrap"]]}, {"answer": "trash", "hint": "synonyms for trash", "clues": [["junk", "dispose of (something useless or old)", "junk"], ["tear apart", "express a totally negative opinion of", "tear apart"], ["pan", "express a totally negative opinion of", "pan"], ["scrap", "dispose of (something useless or old)", "scrap"]]}, {"answer": "travail", "hint": "synonyms for travail", "clues": [["fag", "work hard", "fag"], ["grind", "work hard", "grind"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["labor", "work hard", "labor"], ["moil", "work hard", "moil"]]}, {"answer": "travel", "hint": "synonyms for travel", "clues": [["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge", "move around"], ["journey", "travel upon or across", "journey"], ["go", "change location; move, travel, or proceed, also metaphorically", "go"], ["jaunt", "make a trip for pleasure", "jaunt"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["trip", "make a trip for pleasure", "trip"], ["move", "change location; move, travel, or proceed, also metaphorically", "move"]]}, {"answer": "traveling", "hint": "synonyms for traveling", "clues": [["journey", "travel upon or across", "journey"], ["jaunt", "make a trip for pleasure", "jaunt"], ["travel", "undertake a journey or trip", "travel"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["trip", "make a trip for pleasure", "trip"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge", "move around"], ["go", "change location; move, travel, or proceed, also metaphorically", "go"], ["move", "change location; move, travel, or proceed, also metaphorically", "move"]]}, {"answer": "travelling", "hint": "synonyms for travelling", "clues": [["journey", "travel upon or across", "journey"], ["jaunt", "make a trip for pleasure", "jaunt"], ["travel", "undertake a journey or trip", "travel"], ["locomote", "change location; move, travel, or proceed, also metaphorically", "locomote"], ["trip", "make a trip for pleasure", "trip"], ["move around", "travel from place to place, as for the purpose of finding work, preaching, or acting as a judge", "move around"], ["go", "change location; move, travel, or proceed, also metaphorically", "go"], ["move", "change location; move, travel, or proceed, also metaphorically", "move"]]}, {"answer": "traverse", "hint": "synonyms for traverse", "clues": [["cut through", "travel across or pass over", "cut through"], ["get over", "travel across or pass over", "get over"], ["pass over", "travel across or pass over", "pass over"], ["span", "to cover or extend over an area or time period; ,", "span"], ["sweep", "to cover or extend over an area or time period; ,", "sweep"], ["cut across", "travel across or pass over", "cut across"], ["cross", "to cover or extend over an area or time period; ,", "cross"], ["track", "travel across or pass over", "track"], ["deny", "deny formally (an allegation of fact by the opposing party) in a legal suit", "deny"], ["cover", "travel across or pass over", "cover"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "treasure", "hint": "synonyms for treasure", "clues": [["care for", "be fond of; be attached to", "care for"], ["appreciate", "hold dear", "appreciate"], ["cherish", "be fond of; be attached to", "cherish"], ["prize", "hold dear", "prize"], ["value", "hold dear", "value"], ["hold dear", "be fond of; be attached to", "hold dear"]]}, {"answer": "treat", "hint": "synonyms for treat", "clues": [["address", "act on verbally or in some form of artistic expression", "address"], ["process", "subject to a process or treatment, with the aim of readying for some purpose, improving, or remedying a condition", "process"], ["plow", "act on verbally or in some form of artistic expression", "plow"], ["deal", "act on verbally or in some form of artistic expression", "deal"], ["regale", "provide with choice or abundant food or drink", "regale"], ["cover", "act on verbally or in some form of artistic expression", "cover"], ["handle", "interact in a certain way", "handle"], ["do by", "interact in a certain way", "do by"], ["care for", "provide treatment for", "care for"]]}, {"answer": "trench", "hint": "synonyms for trench", "clues": [["entrench", "impinge or infringe upon", "entrench"], ["encroach", "impinge or infringe upon", "encroach"], ["ditch", "cut a trench in, as for drainage", "ditch"], ["impinge", "impinge or infringe upon", "impinge"]]}, {"answer": "trend", "hint": "synonyms for trend", "clues": [["slue", "turn sharply; change direction abruptly", "slue"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curve", "turn sharply; change direction abruptly", "curve"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["cut", "turn sharply; change direction abruptly", "cut"]]}, {"answer": "trespass", "hint": "synonyms for trespass", "clues": [["take advantage", "make excessive use of", "take advantage"], ["sin", "commit a sin; violate a law of God or a moral law", "sin"], ["intrude", "enter unlawfully on someone's property", "intrude"], ["transgress", "pass beyond (limits or boundaries)", "transgress"], ["overstep", "pass beyond (limits or boundaries)", "overstep"]]}, {"answer": "trick", "hint": "synonyms for trick", "clues": [["pull a fast one on", "deceive somebody", "pull a fast one on"], ["play a trick on", "deceive somebody", "play a trick on"], ["play tricks", "deceive somebody", "play tricks"], ["fob", "deceive somebody", "fob"], ["fox", "deceive somebody", "fox"], ["flim-flam", "deceive somebody", "flim-flam"], ["play a joke on", "deceive somebody", "play a joke on"]]}, {"answer": "trifle", "hint": "synonyms for trifle", "clues": [["frivol", "act frivolously", "frivol"], ["piddle", "waste time; spend one's time idly or inefficiently", "piddle"], ["play", "consider not very seriously", "play"], ["wanton away", "waste time; spend one's time idly or inefficiently", "wanton away"], ["piddle away", "waste time; spend one's time idly or inefficiently", "piddle away"], ["dally", "consider not very seriously", "dally"], ["wanton", "waste time; spend one's time idly or inefficiently", "wanton"]]}, {"answer": "trigger", "hint": "synonyms for trigger", "clues": [["spark", "put in motion or move to act", "spark"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "trimming", "hint": "synonyms for trimming", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["dress", "cultivate, tend, and cut back the growth of", "dress"], ["trim", "remove the edges from and cut down to the desired size", "trim"], ["cut back", "cut down on; make a reduction in", "cut back"], ["shave", "cut closely", "shave"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["trim back", "cut down on; make a reduction in", "trim back"], ["cut down", "cut down on; make a reduction in", "cut down"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["reduce", "cut down on; make a reduction in", "reduce"], ["bring down", "cut down on; make a reduction in", "bring down"], ["garnish", "decorate (food), as with parsley or other ornamental foods", "garnish"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["trim down", "cut down on; make a reduction in", "trim down"], ["pare", "remove the edges from and cut down to the desired size", "pare"]]}, {"answer": "trip", "hint": "synonyms for trip", "clues": [["trip out", "get high, stoned, or drugged", "trip out"], ["stumble", "miss a step and fall or nearly fall", "stumble"], ["trip up", "cause to stumble", "trip up"], ["jaunt", "make a trip for pleasure", "jaunt"], ["spark", "put in motion or move to act", "spark"], ["travel", "make a trip for pleasure", "travel"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trigger", "put in motion or move to act", "trigger"], ["turn on", "get high, stoned, or drugged", "turn on"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "triumph", "hint": "synonyms for triumph", "clues": [["prevail", "prove superior", "prevail"], ["exult", "to express great joy", "exult"], ["wallow", "be ecstatic with joy", "wallow"], ["gloat", "dwell on with satisfaction", "gloat"], ["crow", "dwell on with satisfaction", "crow"], ["rejoice", "be ecstatic with joy", "rejoice"], ["jubilate", "to express great joy", "jubilate"], ["exuberate", "to express great joy", "exuberate"]]}, {"answer": "trouble", "hint": "synonyms for trouble", "clues": [["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"], ["trouble oneself", "take the trouble to do something; concern oneself", "trouble oneself"], ["bother", "to cause inconvenience or discomfort to", "bother"], ["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["upset", "move deeply", "upset"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["inconvenience oneself", "take the trouble to do something; concern oneself", "inconvenience oneself"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disturb", "move deeply", "disturb"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["pain", "cause bodily suffering to and make sick or indisposed", "pain"], ["ail", "cause bodily suffering to and make sick or indisposed", "ail"]]}, {"answer": "trouncing", "hint": "synonyms for trouncing", "clues": [["dress down", "censure severely or angrily", "dress down"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["chew up", "censure severely or angrily", "chew up"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["lambast", "censure severely or angrily", "lambast"], ["crush", "come out better in a competition, race, or conflict", "crush"], ["rebuke", "censure severely or angrily", "rebuke"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["lather", "beat severely with a whip or rod", "lather"], ["strap", "beat severely with a whip or rod", "strap"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["whip", "beat severely with a whip or rod", "whip"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["lash", "beat severely with a whip or rod", "lash"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["flog", "beat severely with a whip or rod", "flog"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "truckle", "hint": "synonyms for truckle", "clues": [["toady", "try to gain favor by cringing or flattering", "toady"], ["kotow", "try to gain favor by cringing or flattering", "kotow"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"], ["suck up", "try to gain favor by cringing or flattering", "suck up"]]}, {"answer": "truckling", "hint": "synonyms for truckling", "clues": [["truckle", "try to gain favor by cringing or flattering", "truckle"], ["suck up", "try to gain favor by cringing or flattering", "suck up"], ["toady", "try to gain favor by cringing or flattering", "toady"], ["kotow", "try to gain favor by cringing or flattering", "kotow"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"]]}, {"answer": "trudge", "hint": "synonyms for trudge", "clues": [["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["pad", "walk heavily and firmly, as when weary, or through mud", "pad"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"]]}, {"answer": "trump", "hint": "synonyms for trump", "clues": [["scoop", "get the better of", "scoop"], ["trump out", "proclaim or announce with or as if with a fanfare", "trump out"], ["outdo", "get the better of", "outdo"], ["outflank", "get the better of", "outflank"], ["best", "get the better of", "best"], ["ruff", "play a trump", "ruff"]]}, {"answer": "trumping", "hint": "synonyms for trumping", "clues": [["scoop", "get the better of", "scoop"], ["trump out", "proclaim or announce with or as if with a fanfare", "trump out"], ["trump", "play a trump", "trump"], ["outdo", "get the better of", "outdo"], ["outflank", "get the better of", "outflank"], ["ruff", "play a trump", "ruff"], ["best", "get the better of", "best"]]}, {"answer": "trust", "hint": "synonyms for trust", "clues": [["believe", "be confident about something", "believe"], ["confide", "confer a trust upon", "confide"], ["swear", "have confidence or faith in", "swear"], ["commit", "confer a trust upon", "commit"], ["intrust", "confer a trust upon", "intrust"], ["hope", "expect and wish", "hope"], ["rely", "have confidence or faith in", "rely"], ["bank", "have confidence or faith in", "bank"], ["desire", "expect and wish", "desire"]]}, {"answer": "try", "hint": "synonyms for try", "clues": [["attempt", "make an effort or attempt", "attempt"], ["render", "melt (fat or lard) in order to separate out impurities", "render"], ["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["try on", "put on a garment in order to see whether it fits and looks nice", "try on"], ["judge", "put on trial or hear a case and sit as the judge at the trial of", "judge"], ["hear", "examine or hear (evidence or a case) by judicial process", "hear"], ["assay", "make an effort or attempt", "assay"], ["strain", "test the limits of", "strain"], ["adjudicate", "put on trial or hear a case and sit as the judge at the trial of", "adjudicate"], ["stress", "test the limits of", "stress"], ["taste", "take a sample of", "taste"], ["seek", "make an effort or attempt", "seek"], ["sample", "take a sample of", "sample"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"]]}, {"answer": "tucker", "hint": "synonyms for tucker", "clues": [["beat", "wear out completely", "beat"], ["exhaust", "wear out completely", "exhaust"], ["wash up", "wear out completely", "wash up"], ["tucker out", "wear out completely", "tucker out"]]}, {"answer": "tug", "hint": "synonyms for tug", "clues": [["lug", "carry with difficulty", "lug"], ["labor", "strive and make an effort to reach a goal", "labor"], ["push", "strive and make an effort to reach a goal", "push"], ["drive", "strive and make an effort to reach a goal", "drive"], ["tote", "carry with difficulty", "tote"]]}, {"answer": "tumble", "hint": "synonyms for tumble", "clues": [["collapse", "fall apart", "collapse"], ["crumble", "fall apart", "crumble"], ["break down", "fall apart", "break down"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["topple", "cause to topple or tumble by pushing", "topple"], ["tip", "cause to topple or tumble by pushing", "tip"], ["whirl around", "fly around", "whirl around"], ["get it", "understand, usually after some initial difficulty", "get it"], ["catch on", "understand, usually after some initial difficulty", "catch on"], ["get wise", "understand, usually after some initial difficulty", "get wise"], ["whirl", "fly around", "whirl"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["twig", "understand, usually after some initial difficulty", "twig"]]}, {"answer": "tumbling", "hint": "synonyms for tumbling", "clues": [["tumble", "cause to topple or tumble by pushing", "tumble"], ["collapse", "fall apart", "collapse"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["tip", "cause to topple or tumble by pushing", "tip"], ["whirl around", "fly around", "whirl around"], ["catch on", "understand, usually after some initial difficulty", "catch on"], ["get wise", "understand, usually after some initial difficulty", "get wise"], ["topple", "fall down, as if collapsing", "topple"], ["whirl", "fly around", "whirl"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["crumble", "fall apart", "crumble"], ["break down", "fall apart", "break down"], ["get it", "understand, usually after some initial difficulty", "get it"], ["twig", "understand, usually after some initial difficulty", "twig"]]}, {"answer": "turn", "hint": "synonyms for turn", "clues": [["plough", "to break and turn over earth especially with a plow", "plough"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["call on", "have recourse to or make an appeal or request for help or information to", "call on"], ["release", "let (something) fall or spill from a container", "release"], ["plow", "to break and turn over earth especially with a plow", "plow"], ["reverse", "change to the contrary", "reverse"], ["grow", "pass into a condition gradually, take on a specific property or attribute; become", "grow"], ["move around", "pass to the other side of", "move around"], ["become", "undergo a change or development", "become"], ["work", "go sour or spoil", "work"], ["sprain", "twist suddenly so as to sprain", "sprain"], ["change state", "undergo a transformation or a change of position or action", "change state"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["ferment", "go sour or spoil", "ferment"], ["wrench", "twist suddenly so as to sprain", "wrench"], ["change by reversal", "change to the contrary", "change by reversal"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["sour", "go sour or spoil", "sour"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["turn over", "cause to move around a center so as to show another side of", "turn over"]]}, {"answer": "turning", "hint": "synonyms for turning", "clues": [["turn", "go sour or spoil", "turn"], ["reverse", "change to the contrary", "reverse"], ["grow", "pass into a condition gradually, take on a specific property or attribute; become", "grow"], ["become", "undergo a change or development", "become"], ["work", "go sour or spoil", "work"], ["change state", "undergo a transformation or a change of position or action", "change state"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["wrench", "twist suddenly so as to sprain", "wrench"], ["change by reversal", "change to the contrary", "change by reversal"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["sour", "go sour or spoil", "sour"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["turn over", "cause to move around a center so as to show another side of", "turn over"], ["plough", "to break and turn over earth especially with a plow", "plough"], ["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["release", "let (something) fall or spill from a container", "release"], ["plow", "to break and turn over earth especially with a plow", "plow"], ["move around", "pass to the other side of", "move around"], ["sprain", "twist suddenly so as to sprain", "sprain"], ["ferment", "go sour or spoil", "ferment"], ["call on", "have recourse to or make an appeal or request for help or information to", "call on"]]}, {"answer": "twaddle", "hint": "synonyms for twaddle", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "tweak", "hint": "synonyms for tweak", "clues": [["fine-tune", "adjust finely", "fine-tune"], ["pick off", "pull or pull out sharply", "pick off"], ["pluck", "pull or pull out sharply", "pluck"], ["pull off", "pull or pull out sharply", "pull off"]]}, {"answer": "tweet", "hint": "synonyms for tweet", "clues": [["twitch", "squeeze tightly between the fingers", "twitch"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["twirp", "make a weak, chirping sound", "twirp"], ["nip", "squeeze tightly between the fingers", "nip"], ["twinge", "squeeze tightly between the fingers", "twinge"]]}, {"answer": "twiddle", "hint": "synonyms for twiddle", "clues": [["swirl", "turn in a twisting or spinning motion", "swirl"], ["twirl", "turn in a twisting or spinning motion", "twirl"], ["whirl", "turn in a twisting or spinning motion", "whirl"], ["fiddle with", "manipulate, as in a nervous or unconscious manner", "fiddle with"]]}, {"answer": "twig", "hint": "synonyms for twig", "clues": [["get wise", "understand, usually after some initial difficulty", "get wise"], ["catch on", "understand, usually after some initial difficulty", "catch on"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["tumble", "understand, usually after some initial difficulty", "tumble"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["get it", "understand, usually after some initial difficulty", "get it"]]}, {"answer": "twine", "hint": "synonyms for twine", "clues": [["enlace", "spin,wind, or twist together", "enlace"], ["roll", "arrange or or coil around", "roll"], ["entwine", "spin,wind, or twist together", "entwine"], ["wind", "arrange or or coil around", "wind"], ["wrap", "arrange or or coil around", "wrap"], ["lace", "spin,wind, or twist together", "lace"], ["twist", "form into a spiral shape", "twist"], ["distort", "form into a spiral shape", "distort"], ["intertwine", "spin,wind, or twist together", "intertwine"], ["interlace", "spin,wind, or twist together", "interlace"]]}, {"answer": "twinge", "hint": "synonyms for twinge", "clues": [["tweet", "squeeze tightly between the fingers", "tweet"], ["twitch", "squeeze tightly between the fingers", "twitch"], ["prick", "cause a stinging pain", "prick"], ["sting", "cause a stinging pain", "sting"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["nip", "squeeze tightly between the fingers", "nip"]]}, {"answer": "twinkle", "hint": "synonyms for twinkle", "clues": [["flash", "gleam or glow intermittently", "flash"], ["winkle", "emit or reflect light in a flickering manner", "winkle"], ["scintillate", "emit or reflect light in a flickering manner", "scintillate"], ["wink", "gleam or glow intermittently", "wink"], ["blink", "gleam or glow intermittently", "blink"]]}, {"answer": "twins", "hint": "synonyms for twins", "clues": [["twin", "duplicate or match", "twin"], ["couple", "bring two objects, ideas, or people together", "couple"], ["mate", "bring two objects, ideas, or people together", "mate"], ["match", "bring two objects, ideas, or people together", "match"], ["duplicate", "duplicate or match", "duplicate"], ["pair", "bring two objects, ideas, or people together", "pair"], ["parallel", "duplicate or match", "parallel"]]}, {"answer": "twirl", "hint": "synonyms for twirl", "clues": [["twiddle", "turn in a twisting or spinning motion", "twiddle"], ["whirl", "turn in a twisting or spinning motion", "whirl"], ["swirl", "turn in a twisting or spinning motion", "swirl"], ["spin", "cause to spin", "spin"], ["birl", "cause to spin", "birl"]]}, {"answer": "twist", "hint": "synonyms for twist", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["wrench", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates", "wrench"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["wind", "extend in curves and turns", "wind"], ["twine", "form into a spiral shape", "twine"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["distort", "form into a spiral shape", "distort"], ["sprain", "twist suddenly so as to sprain", "sprain"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["deform", "cause (a plastic object) to assume a crooked or angular form", "deform"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["curve", "extend in curves and turns", "curve"], ["twist around", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist around"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["wrick", "twist suddenly so as to sprain", "wrick"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "twit", "hint": "synonyms for twit", "clues": [["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "twitch", "hint": "synonyms for twitch", "clues": [["tweet", "squeeze tightly between the fingers", "tweet"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["jerk", "move with abrupt, seemingly uncontrolled motions", "jerk"], ["flip", "toss with a sharp movement so as to cause to turn over in the air", "flip"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["nip", "squeeze tightly between the fingers", "nip"], ["twinge", "squeeze tightly between the fingers", "twinge"]]}, {"answer": "twitching", "hint": "synonyms for twitching", "clues": [["tweet", "squeeze tightly between the fingers", "tweet"], ["squeeze", "squeeze tightly between the fingers", "squeeze"], ["jerk", "move with abrupt, seemingly uncontrolled motions", "jerk"], ["twitch", "make an uncontrolled, short, jerky motion", "twitch"], ["flip", "toss with a sharp movement so as to cause to turn over in the air", "flip"], ["pinch", "squeeze tightly between the fingers", "pinch"], ["nip", "squeeze tightly between the fingers", "nip"], ["twinge", "squeeze tightly between the fingers", "twinge"]]}, {"answer": "tying", "hint": "synonyms for tying", "clues": [["marry", "perform a marriage ceremony", "marry"], ["tie", "form a knot or bow in", "tie"], ["bind", "create social or emotional ties", "bind"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["link", "connect, fasten, or put together two or more pieces", "link"], ["draw", "finish a game with an equal number of points, goals, etc.", "draw"], ["splice", "perform a marriage ceremony", "splice"], ["wed", "perform a marriage ceremony", "wed"], ["bond", "create social or emotional ties", "bond"], ["attach", "create social or emotional ties", "attach"], ["connect", "connect, fasten, or put together two or more pieces", "connect"]]}, {"answer": "uncovering", "hint": "synonyms for uncovering", "clues": [["unveil", "make visible", "unveil"], ["reveal", "make visible", "reveal"], ["uncover", "make visible", "uncover"], ["bring out", "make visible", "bring out"], ["expose", "remove all or part of one's clothes to show one's body", "expose"]]}, {"answer": "undertaking", "hint": "synonyms for undertaking", "clues": [["take in charge", "accept as a charge", "take in charge"], ["guarantee", "promise to do or accomplish", "guarantee"], ["undertake", "enter upon an activity or enterprise", "undertake"], ["tackle", "accept as a challenge", "tackle"], ["contract", "enter into a contractual arrangement", "contract"], ["attempt", "enter upon an activity or enterprise", "attempt"], ["take on", "accept as a challenge", "take on"], ["set about", "enter upon an activity or enterprise", "set about"]]}, {"answer": "undoing", "hint": "synonyms for undoing", "clues": [["untie", "cause to become loose", "untie"], ["undo", "remove the outer cover or wrapping of", "undo"], ["unwrap", "remove the outer cover or wrapping of", "unwrap"], ["unmake", "deprive of certain characteristics", "unmake"], ["loosen", "cause to become loose", "loosen"]]}, {"answer": "undress", "hint": "synonyms for undress", "clues": [["uncase", "get undressed", "uncase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["divest", "remove (someone's or one's own) clothes", "divest"], ["disrobe", "get undressed", "disrobe"], ["disinvest", "remove (someone's or one's own) clothes", "disinvest"], ["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["strip down", "get undressed", "strip down"]]}, {"answer": "unfolding", "hint": "synonyms for unfolding", "clues": [["blossom out", "develop or come to a promising stage", "blossom out"], ["unfold", "develop or come to a promising stage", "unfold"], ["blossom forth", "develop or come to a promising stage", "blossom forth"], ["stretch out", "extend or stretch out to a greater or the full length", "stretch out"], ["blossom", "develop or come to a promising stage", "blossom"], ["extend", "extend or stretch out to a greater or the full length", "extend"], ["stretch", "extend or stretch out to a greater or the full length", "stretch"], ["open", "spread out or open from a closed or folded state", "open"], ["spread", "spread out or open from a closed or folded state", "spread"], ["spread out", "spread out or open from a closed or folded state", "spread out"]]}, {"answer": "uniting", "hint": "synonyms for uniting", "clues": [["merge", "become one", "merge"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation", "unify"], ["unite", "become one", "unite"], ["combine", "have or possess in combination", "combine"], ["join", "be or become joined or united or linked", "join"], ["link up", "be or become joined or united or linked", "link up"], ["link", "be or become joined or united or linked", "link"], ["connect", "be or become joined or united or linked", "connect"]]}, {"answer": "unloading", "hint": "synonyms for unloading", "clues": [["unload", "leave or unload", "unload"], ["drop", "leave or unload", "drop"], ["offload", "take the load off (a container or vehicle)", "offload"], ["drop off", "leave or unload", "drop off"], ["unlade", "take the load off (a container or vehicle)", "unlade"], ["set down", "leave or unload", "set down"], ["discharge", "leave or unload", "discharge"], ["put down", "leave or unload", "put down"]]}, {"answer": "untangling", "hint": "synonyms for untangling", "clues": [["extricate", "release from entanglement of difficulty", "extricate"], ["untangle", "become or cause to become undone by separating the fibers or threads of", "untangle"], ["disentangle", "release from entanglement of difficulty", "disentangle"], ["disencumber", "release from entanglement of difficulty", "disencumber"], ["unscramble", "become or cause to become undone by separating the fibers or threads of", "unscramble"], ["unpick", "become or cause to become undone by separating the fibers or threads of", "unpick"], ["unravel", "become or cause to become undone by separating the fibers or threads of", "unravel"], ["unknot", "become or cause to become undone by separating the fibers or threads of", "unknot"]]}, {"answer": "untying", "hint": "synonyms for untying", "clues": [["untie", "cause to become loose", "untie"], ["unlace", "undo the ties of", "unlace"], ["unbrace", "undo the ties of", "unbrace"], ["undo", "cause to become loose", "undo"], ["loosen", "cause to become loose", "loosen"]]}, {"answer": "unveiling", "hint": "synonyms for unveiling", "clues": [["unveil", "make visible", "unveil"], ["reveal", "make visible", "reveal"], ["uncover", "make visible", "uncover"], ["bring out", "make visible", "bring out"]]}, {"answer": "upgrade", "hint": "synonyms for upgrade", "clues": [["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["raise", "give a promotion to or assign to a higher position", "raise"], ["elevate", "give a promotion to or assign to a higher position", "elevate"], ["promote", "give a promotion to or assign to a higher position", "promote"], ["advance", "give a promotion to or assign to a higher position", "advance"]]}, {"answer": "uplift", "hint": "synonyms for uplift", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["lift up", "fill with high spirits; fill with optimism", "lift up"]]}, {"answer": "uplifting", "hint": "synonyms for uplifting", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["lift up", "fill with high spirits; fill with optimism", "lift up"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["uplift", "lift up or elevate", "uplift"], ["pick up", "fill with high spirits; fill with optimism", "pick up"]]}, {"answer": "uprising", "hint": "synonyms for uprising", "clues": [["bristle", "rise up as in fear", "bristle"], ["go up", "move upward", "go up"], ["come up", "move upward", "come up"], ["grow", "come into existence; take on form or shape", "grow"], ["move up", "move upward", "move up"], ["uprise", "get up and out of bed", "uprise"], ["originate", "come into existence; take on form or shape", "originate"], ["resurrect", "return from the dead", "resurrect"], ["turn out", "get up and out of bed", "turn out"], ["ascend", "come up, of celestial bodies", "ascend"], ["get up", "get up and out of bed", "get up"], ["rise", "get up and out of bed", "rise"], ["develop", "come into existence; take on form or shape", "develop"], ["lift", "move upward", "lift"], ["stand up", "rise up as in fear", "stand up"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "urge", "hint": "synonyms for urge", "clues": [["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["recommend", "push for something", "recommend"], ["press", "force or impel in an indicated direction", "press"], ["advocate", "push for something", "advocate"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"]]}, {"answer": "urging", "hint": "synonyms for urging", "clues": [["urge", "force or impel in an indicated direction", "urge"], ["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["recommend", "push for something", "recommend"], ["press", "force or impel in an indicated direction", "press"], ["advocate", "push for something", "advocate"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"]]}, {"answer": "use", "hint": "synonyms for use", "clues": [["practice", "avail oneself to", "practice"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["habituate", "take or consume (regularly or habitually)", "habituate"], ["expend", "use up, consume fully", "expend"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "apply"]]}, {"answer": "using", "hint": "synonyms for using", "clues": [["practice", "avail oneself to", "practice"], ["use", "avail oneself to", "use"], ["habituate", "take or consume (regularly or habitually)", "habituate"], ["expend", "use up, consume fully", "expend"], ["apply", "avail oneself to", "apply"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"]]}, {"answer": "value", "hint": "synonyms for value", "clues": [["appreciate", "hold dear", "appreciate"], ["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["esteem", "regard highly; think much of", "esteem"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["respect", "regard highly; think much of", "respect"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["treasure", "hold dear", "treasure"], ["prize", "hold dear", "prize"], ["rate", "estimate the value of", "rate"], ["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["prise", "regard highly; think much of", "prise"]]}, {"answer": "values", "hint": "synonyms for values", "clues": [["value", "fix or determine the value of; assign a value to", "value"], ["appreciate", "hold dear", "appreciate"], ["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["esteem", "regard highly; think much of", "esteem"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "evaluate"], ["respect", "regard highly; think much of", "respect"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["treasure", "hold dear", "treasure"], ["prize", "hold dear", "prize"], ["rate", "estimate the value of", "rate"], ["prise", "regard highly; think much of", "prise"]]}, {"answer": "vanishing", "hint": "synonyms for vanishing", "clues": [["fly", "pass away rapidly", "fly"], ["vanish", "get lost, as without warning or explanation", "vanish"], ["fell", "pass away rapidly", "fell"], ["go away", "become invisible or unnoticeable", "go away"], ["disappear", "become invisible or unnoticeable", "disappear"], ["vaporize", "decrease rapidly and disappear", "vaporize"]]}, {"answer": "vaunt", "hint": "synonyms for vaunt", "clues": [["tout", "show off", "tout"], ["shoot a line", "show off", "shoot a line"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["gas", "show off", "gas"]]}, {"answer": "veering", "hint": "synonyms for veering", "clues": [["slue", "turn sharply; change direction abruptly", "slue"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curve", "turn sharply; change direction abruptly", "curve"], ["cut", "turn sharply; change direction abruptly", "cut"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["trend", "turn sharply; change direction abruptly", "trend"]]}, {"answer": "veil", "hint": "synonyms for veil", "clues": [["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["hide", "make undecipherable or imperceptible by obscuring or concealing", "hide"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"]]}, {"answer": "veiling", "hint": "synonyms for veiling", "clues": [["hide", "make undecipherable or imperceptible by obscuring or concealing", "hide"], ["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["blot out", "make undecipherable or imperceptible by obscuring or concealing", "blot out"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "vending", "hint": "synonyms for vending", "clues": [["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["monger", "sell or offer for sale from place to place", "monger"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"]]}, {"answer": "vent", "hint": "synonyms for vent", "clues": [["ventilate", "give expression or utterance to", "ventilate"], ["air", "expose to cool or cold air so as to cool or freshen", "air"], ["give vent", "give expression or utterance to", "give vent"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"]]}, {"answer": "venting", "hint": "synonyms for venting", "clues": [["ventilate", "give expression or utterance to", "ventilate"], ["vent", "give expression or utterance to", "vent"], ["air", "expose to cool or cold air so as to cool or freshen", "air"], ["give vent", "give expression or utterance to", "give vent"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"]]}, {"answer": "venture", "hint": "synonyms for venture", "clues": [["hazard", "put forward, of a guess, in spite of possible refutation", "hazard"], ["pretend", "put forward, of a guess, in spite of possible refutation", "pretend"], ["jeopardize", "put at risk", "jeopardize"], ["guess", "put forward, of a guess, in spite of possible refutation", "guess"], ["embark", "proceed somewhere despite the risk of possible dangers", "embark"], ["stake", "put at risk", "stake"], ["adventure", "put at risk", "adventure"]]}, {"answer": "veto", "hint": "synonyms for veto", "clues": [["disallow", "command against", "disallow"], ["proscribe", "command against", "proscribe"], ["blackball", "vote against; refuse to endorse; refuse to assent", "blackball"], ["interdict", "command against", "interdict"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"], ["negative", "vote against; refuse to endorse; refuse to assent", "negative"], ["forbid", "command against", "forbid"]]}, {"answer": "view", "hint": "synonyms for view", "clues": [["look at", "look at carefully; study mentally", "look at"], ["see", "deem to be", "see"], ["consider", "look at carefully; study mentally", "consider"], ["reckon", "deem to be", "reckon"], ["regard", "deem to be", "regard"], ["take in", "see or watch", "take in"], ["catch", "see or watch", "catch"], ["watch", "see or watch", "watch"]]}, {"answer": "viewing", "hint": "synonyms for viewing", "clues": [["look at", "look at carefully; study mentally", "look at"], ["view", "deem to be", "view"], ["see", "deem to be", "see"], ["consider", "look at carefully; study mentally", "consider"], ["reckon", "deem to be", "reckon"], ["regard", "deem to be", "regard"], ["take in", "see or watch", "take in"], ["catch", "see or watch", "catch"], ["watch", "see or watch", "watch"]]}, {"answer": "visit", "hint": "synonyms for visit", "clues": [["call", "pay a brief visit", "call"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["inspect", "come to see in an official or professional capacity", "inspect"], ["see", "go to see a place, as for entertainment", "see"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["bring down", "impose something unpleasant", "bring down"], ["impose", "impose something unpleasant", "impose"], ["claver", "talk socially without exchanging too much information", "claver"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["call in", "pay a brief visit", "call in"], ["inflict", "impose something unpleasant", "inflict"], ["travel to", "go to certain places as for sightseeing", "travel to"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "visiting", "hint": "synonyms for visiting", "clues": [["call", "pay a brief visit", "call"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["inspect", "come to see in an official or professional capacity", "inspect"], ["visit", "come to see in an official or professional capacity", "visit"], ["see", "go to see a place, as for entertainment", "see"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["bring down", "impose something unpleasant", "bring down"], ["impose", "impose something unpleasant", "impose"], ["claver", "talk socially without exchanging too much information", "claver"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["call in", "pay a brief visit", "call in"], ["inflict", "impose something unpleasant", "inflict"], ["travel to", "go to certain places as for sightseeing", "travel to"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "vocalizing", "hint": "synonyms for vocalizing", "clues": [["vocalise", "express or state clearly", "vocalise"], ["voice", "utter with vibrating vocal chords", "voice"], ["enunciate", "express or state clearly", "enunciate"], ["sound", "utter with vibrating vocal chords", "sound"], ["phonate", "utter speech sounds", "phonate"], ["articulate", "express or state clearly", "articulate"], ["vowelise", "pronounce as a vowel", "vowelise"]]}, {"answer": "voiding", "hint": "synonyms for voiding", "clues": [["invalidate", "take away the legal force of or render ineffective", "invalidate"], ["nullify", "declare invalid", "nullify"], ["evacuate", "excrete or discharge from the body", "evacuate"], ["annul", "declare invalid", "annul"], ["avoid", "declare invalid", "avoid"], ["empty", "excrete or discharge from the body", "empty"], ["vitiate", "take away the legal force of or render ineffective", "vitiate"], ["quash", "declare invalid", "quash"]]}, {"answer": "vomit", "hint": "synonyms for vomit", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "vomiting", "hint": "synonyms for vomiting", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["barf", "eject the contents of the stomach through the mouth", "barf"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"]]}, {"answer": "wad", "hint": "synonyms for wad", "clues": [["bundle", "compress into a wad", "bundle"], ["jam", "crowd or pack to capacity", "jam"], ["ram", "crowd or pack to capacity", "ram"], ["jampack", "crowd or pack to capacity", "jampack"], ["pack", "compress into a wad", "pack"], ["compact", "compress into a wad", "compact"], ["chock up", "crowd or pack to capacity", "chock up"]]}, {"answer": "wadding", "hint": "synonyms for wadding", "clues": [["bundle", "compress into a wad", "bundle"], ["jam", "crowd or pack to capacity", "jam"], ["ram", "crowd or pack to capacity", "ram"], ["jampack", "crowd or pack to capacity", "jampack"], ["pack", "compress into a wad", "pack"], ["wad", "compress into a wad", "wad"], ["compact", "compress into a wad", "compact"], ["chock up", "crowd or pack to capacity", "chock up"]]}, {"answer": "waddle", "hint": "synonyms for waddle", "clues": [["coggle", "walk unsteadily", "coggle"], ["paddle", "walk unsteadily", "paddle"], ["dodder", "walk unsteadily", "dodder"], ["totter", "walk unsteadily", "totter"], ["toddle", "walk unsteadily", "toddle"]]}, {"answer": "wading", "hint": "synonyms for wading", "clues": [["bundle", "compress into a wad", "bundle"], ["jam", "crowd or pack to capacity", "jam"], ["wade", "walk (through relatively shallow water)", "wade"], ["ram", "crowd or pack to capacity", "ram"], ["jampack", "crowd or pack to capacity", "jampack"], ["pack", "compress into a wad", "pack"], ["compact", "compress into a wad", "compact"], ["chock up", "crowd or pack to capacity", "chock up"]]}, {"answer": "wads", "hint": "synonyms for wads", "clues": [["bundle", "compress into a wad", "bundle"], ["jam", "crowd or pack to capacity", "jam"], ["ram", "crowd or pack to capacity", "ram"], ["jampack", "crowd or pack to capacity", "jampack"], ["pack", "compress into a wad", "pack"], ["wad", "compress into a wad", "wad"], ["compact", "compress into a wad", "compact"], ["chock up", "crowd or pack to capacity", "chock up"]]}, {"answer": "wail", "hint": "synonyms for wail", "clues": [["howl", "emit long loud cries", "howl"], ["roar", "emit long loud cries", "roar"], ["whimper", "cry weakly or softly", "whimper"], ["yaup", "emit long loud cries", "yaup"], ["ululate", "emit long loud cries", "ululate"], ["pule", "cry weakly or softly", "pule"], ["mewl", "cry weakly or softly", "mewl"], ["yawl", "emit long loud cries", "yawl"]]}, {"answer": "wait", "hint": "synonyms for wait", "clues": [["expect", "look forward to the probable occurrence of", "expect"], ["hold back", "wait before acting", "hold back"], ["await", "look forward to the probable occurrence of", "await"], ["look", "look forward to the probable occurrence of", "look"], ["hold off", "wait before acting", "hold off"], ["waitress", "serve as a waiter or waitress in a restaurant", "waitress"]]}, {"answer": "wake", "hint": "synonyms for wake", "clues": [["fire up", "arouse or excite feelings and passions", "fire up"], ["awaken", "stop sleeping", "awaken"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["wake up", "cause to become awake or conscious", "wake up"], ["arouse", "cause to become awake or conscious", "arouse"], ["come alive", "stop sleeping", "come alive"], ["heat", "arouse or excite feelings and passions", "heat"], ["stir up", "arouse or excite feelings and passions", "stir up"]]}, {"answer": "wakening", "hint": "synonyms for wakening", "clues": [["awaken", "stop sleeping", "awaken"], ["wake", "cause to become awake or conscious", "wake"], ["wake up", "cause to become awake or conscious", "wake up"], ["arouse", "cause to become awake or conscious", "arouse"], ["come alive", "stop sleeping", "come alive"]]}, {"answer": "wall", "hint": "synonyms for wall", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["fence in", "surround with a wall in order to fortify", "fence in"], ["fence", "surround with a wall in order to fortify", "fence"], ["palisade", "surround with a wall in order to fortify", "palisade"]]}, {"answer": "wallow", "hint": "synonyms for wallow", "clues": [["triumph", "be ecstatic with joy", "triumph"], ["billow", "rise up as if in waves", "billow"], ["rejoice", "be ecstatic with joy", "rejoice"], ["welter", "roll around,", "welter"]]}, {"answer": "wangle", "hint": "synonyms for wangle", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["finagle", "achieve something by means of trickery or devious methods", "finagle"], ["fake", "tamper, with the purpose of deception", "fake"], ["manage", "achieve something by means of trickery or devious methods", "manage"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["cook", "tamper, with the purpose of deception", "cook"]]}, {"answer": "wangling", "hint": "synonyms for wangling", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["finagle", "achieve something by means of trickery or devious methods", "finagle"], ["fake", "tamper, with the purpose of deception", "fake"], ["manage", "achieve something by means of trickery or devious methods", "manage"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["cook", "tamper, with the purpose of deception", "cook"]]}, {"answer": "wank", "hint": "synonyms for wank", "clues": [["jerk off", "get sexual gratification through self-stimulation", "jerk off"], ["masturbate", "get sexual gratification through self-stimulation", "masturbate"], ["jack off", "get sexual gratification through self-stimulation", "jack off"], ["she-bop", "get sexual gratification through self-stimulation", "she-bop"], ["fuck off", "get sexual gratification through self-stimulation", "fuck off"]]}, {"answer": "warble", "hint": "synonyms for warble", "clues": [["descant", "sing by changing register; sing by yodeling", "descant"], ["quaver", "sing or play with trills, alternating with the half note above or below", "quaver"], ["trill", "sing or play with trills, alternating with the half note above or below", "trill"], ["yodel", "sing by changing register; sing by yodeling", "yodel"]]}, {"answer": "warp", "hint": "synonyms for warp", "clues": [["heave", "bend out of shape, as under pressure or from heat", "heave"], ["falsify", "make false by mutilation or addition; as of a message or story", "falsify"], ["garble", "make false by mutilation or addition; as of a message or story", "garble"], ["buckle", "bend out of shape, as under pressure or from heat", "buckle"], ["distort", "make false by mutilation or addition; as of a message or story", "distort"]]}, {"answer": "warping", "hint": "synonyms for warping", "clues": [["heave", "bend out of shape, as under pressure or from heat", "heave"], ["warp", "bend out of shape, as under pressure or from heat", "warp"], ["falsify", "make false by mutilation or addition; as of a message or story", "falsify"], ["garble", "make false by mutilation or addition; as of a message or story", "garble"], ["buckle", "bend out of shape, as under pressure or from heat", "buckle"], ["distort", "make false by mutilation or addition; as of a message or story", "distort"]]}, {"answer": "wash", "hint": "synonyms for wash", "clues": [["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash away"], ["dampen", "make moist", "dampen"], ["wash out", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash out"], ["lap", "wash or flow against", "lap"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash off"], ["lave", "cleanse (one's body) with soap and water", "lave"], ["launder", "cleanse with a cleaning agent, such as soap, and water", "launder"], ["rinse", "clean with some chemical process", "rinse"], ["moisten", "make moist", "moisten"]]}, {"answer": "washing", "hint": "synonyms for washing", "clues": [["wash", "move by or as if by water", "wash"], ["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash away"], ["dampen", "make moist", "dampen"], ["wash out", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash out"], ["lap", "wash or flow against", "lap"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash off"], ["lave", "cleanse (one's body) with soap and water", "lave"], ["launder", "cleanse with a cleaning agent, such as soap, and water", "launder"], ["rinse", "clean with some chemical process", "rinse"], ["moisten", "make moist", "moisten"]]}, {"answer": "wassail", "hint": "synonyms for wassail", "clues": [["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make whoopie"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "jollify"], ["pledge", "propose a toast to", "pledge"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "revel"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "whoop it up"], ["toast", "propose a toast to", "toast"], ["salute", "propose a toast to", "salute"], ["drink", "propose a toast to", "drink"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make happy"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "racket"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make merry"]]}, {"answer": "wasting", "hint": "synonyms for wasting", "clues": [["waste", "use inefficiently or inappropriately", "waste"], ["languish", "lose vigor, health, or flesh, as through grief", "languish"], ["macerate", "cause to grow thin or weak", "macerate"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["squander", "spend extravagantly", "squander"], ["rot", "become physically weaker", "rot"], ["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"], ["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["neutralize", "get rid of (someone who may be a threat) by killing", "neutralize"], ["run off", "run off as waste", "run off"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["pine away", "lose vigor, health, or flesh, as through grief", "pine away"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["ware", "spend extravagantly", "ware"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["blow", "spend thoughtlessly; throw away", "blow"], ["emaciate", "cause to grow thin or weak", "emaciate"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["consume", "spend extravagantly", "consume"]]}, {"answer": "watch", "hint": "synonyms for watch", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["follow", "follow with the eyes or the mind", "follow"], ["take in", "see or watch", "take in"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "ascertain"], ["view", "see or watch", "view"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "find out"], ["observe", "follow with the eyes or the mind", "observe"], ["catch", "see or watch", "catch"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"], ["watch out", "be vigilant, be on the lookout or be careful", "watch out"], ["look out", "be vigilant, be on the lookout or be careful", "look out"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["look on", "observe with attention", "look on"], ["watch over", "follow with the eyes or the mind", "watch over"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"]]}, {"answer": "watching", "hint": "synonyms for watching", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["follow", "follow with the eyes or the mind", "follow"], ["watch", "observe or determine by looking", "watch"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "ascertain"], ["watch over", "follow with the eyes or the mind", "watch over"], ["view", "see or watch", "view"], ["see", "see or watch", "see"], ["watch out", "be vigilant, be on the lookout or be careful", "watch out"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"], ["look on", "observe with attention", "look on"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["take in", "see or watch", "take in"], ["find out", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "find out"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["catch", "see or watch", "catch"], ["observe", "follow with the eyes or the mind", "observe"], ["look out", "be vigilant, be on the lookout or be careful", "look out"]]}, {"answer": "wave", "hint": "synonyms for wave", "clues": [["curl", "twist or roll into coils or ringlets", "curl"], ["flourish", "move or swing back and forth", "flourish"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["beckon", "signal with the hands or nod", "beckon"], ["roll", "move in a wavy pattern or with a rising and falling motion", "roll"], ["flap", "move in a wavy pattern or with a rising and falling motion", "flap"], ["brandish", "move or swing back and forth", "brandish"]]}, {"answer": "waver", "hint": "synonyms for waver", "clues": [["waffle", "pause or hold back in uncertainty or unwillingness", "waffle"], ["weave", "sway to and fro", "weave"], ["quaver", "give off unsteady sounds, alternating in amplitude or frequency", "quaver"], ["fluctuate", "move or sway in a rising and falling or wavelike pattern", "fluctuate"], ["falter", "move hesitatingly, as if about to give way", "falter"], ["hesitate", "pause or hold back in uncertainty or unwillingness", "hesitate"], ["flitter", "move back and forth very rapidly", "flitter"], ["flicker", "move back and forth very rapidly", "flicker"], ["quiver", "move back and forth very rapidly", "quiver"], ["vacillate", "move or sway in a rising and falling or wavelike pattern", "vacillate"]]}, {"answer": "waving", "hint": "synonyms for waving", "clues": [["wave", "signal with the hands or nod", "wave"], ["flourish", "move or swing back and forth", "flourish"], ["undulate", "move in a wavy pattern or with a rising and falling motion", "undulate"], ["brandish", "move or swing back and forth", "brandish"], ["roll", "move in a wavy pattern or with a rising and falling motion", "roll"], ["curl", "twist or roll into coils or ringlets", "curl"], ["flap", "move in a wavy pattern or with a rising and falling motion", "flap"], ["beckon", "signal with the hands or nod", "beckon"]]}, {"answer": "wax", "hint": "synonyms for wax", "clues": [["climb", "go up or advance", "climb"], ["full", "increase in phase", "full"], ["rise", "go up or advance", "rise"], ["mount", "go up or advance", "mount"]]}, {"answer": "wear", "hint": "synonyms for wear", "clues": [["don", "put clothing on one's body", "don"], ["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["wear out", "go to pieces", "wear out"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear thin", "deteriorate through use or stress", "wear thin"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["bust", "go to pieces", "bust"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["get into", "put clothing on one's body", "get into"], ["wear off", "deteriorate through use or stress", "wear off"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["hold out", "last and be usable", "hold out"], ["assume", "put clothing on one's body", "assume"], ["endure", "last and be usable", "endure"], ["break", "go to pieces", "break"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["fall apart", "go to pieces", "fall apart"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["put on", "put clothing on one's body", "put on"], ["bear", "have on one's person", "bear"], ["have on", "be dressed in", "have on"]]}, {"answer": "weave", "hint": "synonyms for weave", "clues": [["interweave", "interlace by or as if by weaving", "interweave"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["tissue", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton", "tissue"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["waver", "sway to and fro", "waver"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"]]}, {"answer": "weaving", "hint": "synonyms for weaving", "clues": [["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["tissue", "create a piece of cloth by interlacing strands of fabric, such as wool or cotton", "tissue"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["waver", "sway to and fro", "waver"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["interweave", "interlace by or as if by weaving", "interweave"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"]]}, {"answer": "wedding", "hint": "synonyms for wedding", "clues": [["conjoin", "take in marriage", "conjoin"], ["marry", "perform a marriage ceremony", "marry"], ["splice", "perform a marriage ceremony", "splice"], ["wed", "perform a marriage ceremony", "wed"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["tie", "perform a marriage ceremony", "tie"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "wedge", "hint": "synonyms for wedge", "clues": [["stick", "put, fix, force, or implant", "stick"], ["force", "squeeze like a wedge into a tight space", "force"], ["squeeze", "squeeze like a wedge into a tight space", "squeeze"], ["deposit", "put, fix, force, or implant", "deposit"], ["lodge", "put, fix, force, or implant", "lodge"]]}, {"answer": "weighing", "hint": "synonyms for weighing", "clues": [["matter", "have weight; have import, carry weight", "matter"], ["weigh", "have a certain weight", "weigh"], ["consider", "show consideration for; take into account", "consider"], ["count", "have weight; have import, carry weight", "count"], ["press", "to be oppressive or burdensome; ,", "press"], ["librate", "determine the weight of", "librate"]]}, {"answer": "weight", "hint": "synonyms for weight", "clues": [["burthen", "weight down with a load", "burthen"], ["angle", "present with a bias", "angle"], ["weight down", "weight down with a load", "weight down"], ["burden", "weight down with a load", "burden"], ["slant", "present with a bias", "slant"]]}, {"answer": "weighting", "hint": "synonyms for weighting", "clues": [["burthen", "weight down with a load", "burthen"], ["angle", "present with a bias", "angle"], ["weight", "present with a bias", "weight"], ["weight down", "weight down with a load", "weight down"], ["burden", "weight down with a load", "burden"], ["slant", "present with a bias", "slant"]]}, {"answer": "welt", "hint": "synonyms for welt", "clues": [["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["lash", "beat severely with a whip or rod", "lash"], ["whip", "beat severely with a whip or rod", "whip"], ["strap", "beat severely with a whip or rod", "strap"]]}, {"answer": "wet-nurse", "hint": "synonyms for wet-nurse", "clues": [["nurse", "give suck to", "nurse"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"]]}, {"answer": "wheedling", "hint": "synonyms for wheedling", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"]]}, {"answer": "wheel", "hint": "synonyms for wheel", "clues": [["roll", "move along on or as if on wheels or a wheeled vehicle", "roll"], ["cycle", "ride a bicycle", "cycle"], ["pedal", "ride a bicycle", "pedal"], ["wheel around", "change directions as if revolving on a pivot", "wheel around"], ["bicycle", "ride a bicycle", "bicycle"], ["bike", "ride a bicycle", "bike"]]}, {"answer": "wheeling", "hint": "synonyms for wheeling", "clues": [["roll", "move along on or as if on wheels or a wheeled vehicle", "roll"], ["cycle", "ride a bicycle", "cycle"], ["wheel around", "change directions as if revolving on a pivot", "wheel around"], ["bicycle", "ride a bicycle", "bicycle"], ["bike", "ride a bicycle", "bike"], ["wheel", "wheel somebody or something", "wheel"], ["pedal", "ride a bicycle", "pedal"]]}, {"answer": "whine", "hint": "synonyms for whine", "clues": [["squeak", "make a high-pitched, screeching noise", "squeak"], ["yammer", "complain whiningly", "yammer"], ["yawp", "complain whiningly", "yawp"], ["screak", "make a high-pitched, screeching noise", "screak"], ["grizzle", "complain whiningly", "grizzle"], ["screech", "make a high-pitched, screeching noise", "screech"], ["skreak", "make a high-pitched, screeching noise", "skreak"], ["snivel", "talk in a tearful manner", "snivel"]]}, {"answer": "whip", "hint": "synonyms for whip", "clues": [["scald", "subject to harsh criticism", "scald"], ["rack up", "defeat thoroughly", "rack up"], ["worst", "defeat thoroughly", "worst"], ["lash", "beat severely with a whip or rod", "lash"], ["pip", "defeat thoroughly", "pip"], ["mop up", "defeat thoroughly", "mop up"], ["flog", "beat severely with a whip or rod", "flog"], ["lather", "beat severely with a whip or rod", "lather"], ["blister", "subject to harsh criticism", "blister"], ["trounce", "beat severely with a whip or rod", "trounce"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"], ["whisk", "whip with or as if with a wire whisk", "whisk"]]}, {"answer": "whir", "hint": "synonyms for whir", "clues": [["purr", "make a soft swishing sound", "purr"], ["whiz", "make a soft swishing sound", "whiz"], ["whirr", "make a soft swishing sound", "whirr"], ["birr", "make a soft swishing sound", "birr"]]}, {"answer": "whirl", "hint": "synonyms for whirl", "clues": [["twirl", "turn in a twisting or spinning motion", "twirl"], ["twiddle", "turn in a twisting or spinning motion", "twiddle"], ["reel", "revolve quickly and repeatedly around one's own axis", "reel"], ["spin around", "revolve quickly and repeatedly around one's own axis", "spin around"], ["whirlpool", "flow in a circular current, of liquids", "whirlpool"], ["tumble", "fly around", "tumble"], ["whirl around", "fly around", "whirl around"], ["spin", "cause to spin", "spin"], ["birl", "cause to spin", "birl"], ["purl", "flow in a circular current, of liquids", "purl"], ["gyrate", "revolve quickly and repeatedly around one's own axis", "gyrate"], ["eddy", "flow in a circular current, of liquids", "eddy"], ["swirl", "turn in a twisting or spinning motion", "swirl"]]}, {"answer": "whirling", "hint": "synonyms for whirling", "clues": [["twirl", "turn in a twisting or spinning motion", "twirl"], ["whirl", "revolve quickly and repeatedly around one's own axis", "whirl"], ["twiddle", "turn in a twisting or spinning motion", "twiddle"], ["reel", "revolve quickly and repeatedly around one's own axis", "reel"], ["whirlpool", "flow in a circular current, of liquids", "whirlpool"], ["spin around", "revolve quickly and repeatedly around one's own axis", "spin around"], ["tumble", "fly around", "tumble"], ["spin", "cause to spin", "spin"], ["whirl around", "fly around", "whirl around"], ["swirl", "turn in a twisting or spinning motion", "swirl"], ["birl", "cause to spin", "birl"], ["purl", "flow in a circular current, of liquids", "purl"], ["gyrate", "revolve quickly and repeatedly around one's own axis", "gyrate"], ["eddy", "flow in a circular current, of liquids", "eddy"]]}, {"answer": "whirlpool", "hint": "synonyms for whirlpool", "clues": [["whirl", "flow in a circular current, of liquids", "whirl"], ["purl", "flow in a circular current, of liquids", "purl"], ["swirl", "flow in a circular current, of liquids", "swirl"], ["eddy", "flow in a circular current, of liquids", "eddy"]]}, {"answer": "whirr", "hint": "synonyms for whirr", "clues": [["purr", "make a soft swishing sound", "purr"], ["whiz", "make a soft swishing sound", "whiz"], ["churr", "make a vibrant sound, as of some birds", "churr"], ["whir", "make a soft swishing sound", "whir"], ["birr", "make a soft swishing sound", "birr"]]}, {"answer": "whiz", "hint": "synonyms for whiz", "clues": [["purr", "make a soft swishing sound", "purr"], ["whir", "make a soft swishing sound", "whir"], ["birr", "make a soft swishing sound", "birr"], ["whizz", "make a soft swishing sound", "whizz"]]}, {"answer": "whizz", "hint": "synonyms for whizz", "clues": [["purr", "make a soft swishing sound", "purr"], ["whiz", "make a soft swishing sound", "whiz"], ["zoom", "move along very quickly", "zoom"], ["whir", "make a soft swishing sound", "whir"], ["zoom along", "move along very quickly", "zoom along"], ["whizz along", "move along very quickly", "whizz along"], ["birr", "make a soft swishing sound", "birr"]]}, {"answer": "wideness", "hint": "synonyms for wideness", "clues": [["widen", "become broader or wider or more extensive", "widen"], ["broaden", "extend in scope or range or area", "broaden"], ["let out", "make (clothes) larger", "let out"], ["extend", "extend in scope or range or area", "extend"]]}, {"answer": "widening", "hint": "synonyms for widening", "clues": [["widen", "become broader or wider or more extensive", "widen"], ["broaden", "extend in scope or range or area", "broaden"], ["let out", "make (clothes) larger", "let out"], ["extend", "extend in scope or range or area", "extend"]]}, {"answer": "win", "hint": "synonyms for win", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["come through", "attain success or reach a desired goal", "come through"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["bring home the bacon", "attain success or reach a desired goal", "bring home the bacon"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["gain", "win something through one's efforts", "gain"], ["deliver the goods", "attain success or reach a desired goal", "deliver the goods"], ["succeed", "attain success or reach a desired goal", "succeed"], ["acquire", "win something through one's efforts", "acquire"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"]]}, {"answer": "wince", "hint": "synonyms for wince", "clues": [["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["flinch", "draw back, as with fear or pain", "flinch"], ["quail", "draw back, as with fear or pain", "quail"], ["cringe", "draw back, as with fear or pain", "cringe"], ["squinch", "draw back, as with fear or pain", "squinch"], ["shrink", "draw back, as with fear or pain", "shrink"]]}, {"answer": "wind", "hint": "synonyms for wind", "clues": [["hoist", "raise or haul up with or as if with mechanical help", "hoist"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["wind up", "coil the spring of (some mechanical device) by turning a stem", "wind up"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["roll", "arrange or or coil around", "roll"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["curve", "extend in curves and turns", "curve"], ["twist", "extend in curves and turns", "twist"], ["scent", "catch the scent of; get wind of", "scent"], ["wreathe", "form into a wreath", "wreathe"], ["wander", "to move or cause to move in a sinuous, spiral, or circular course", "wander"], ["nose", "catch the scent of; get wind of", "nose"], ["lift", "raise or haul up with or as if with mechanical help", "lift"], ["wrap", "arrange or or coil around", "wrap"], ["twine", "arrange or or coil around", "twine"]]}, {"answer": "wink", "hint": "synonyms for wink", "clues": [["flash", "gleam or glow intermittently", "flash"], ["blink away", "force to go away by blinking", "blink away"], ["nictitate", "briefly shut the eyes", "nictitate"], ["blink", "gleam or glow intermittently", "blink"], ["twinkle", "gleam or glow intermittently", "twinkle"]]}, {"answer": "winkle", "hint": "synonyms for winkle", "clues": [["flash", "gleam or glow intermittently", "flash"], ["scintillate", "emit or reflect light in a flickering manner", "scintillate"], ["twinkle", "emit or reflect light in a flickering manner", "twinkle"], ["wink", "gleam or glow intermittently", "wink"], ["blink", "gleam or glow intermittently", "blink"], ["winkle out", "remove or displace from a position", "winkle out"]]}, {"answer": "wiring", "hint": "synonyms for wiring", "clues": [["wire", "send cables, wires, or telegrams", "wire"], ["cable", "send cables, wires, or telegrams", "cable"], ["telegraph", "send cables, wires, or telegrams", "telegraph"], ["electrify", "equip for use with electricity", "electrify"]]}, {"answer": "wish", "hint": "synonyms for wish", "clues": [["care", "prefer or wish to do something", "care"], ["like", "prefer or wish to do something", "like"], ["bid", "invoke upon", "bid"], ["wish well", "feel or express a desire or hope concerning the future or fortune of", "wish well"]]}, {"answer": "wishing", "hint": "synonyms for wishing", "clues": [["wish", "hope for; have a wish", "wish"], ["bid", "invoke upon", "bid"], ["care", "prefer or wish to do something", "care"], ["wish well", "feel or express a desire or hope concerning the future or fortune of", "wish well"], ["like", "prefer or wish to do something", "like"]]}, {"answer": "witch", "hint": "synonyms for witch", "clues": [["bewitch", "cast a spell over someone or something; put a hex on someone or something", "bewitch"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"]]}, {"answer": "withers", "hint": "synonyms for withers", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["wither", "lose freshness, vigor, or vitality", "wither"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["shrivel", "wither, as with a loss of moisture", "shrivel"], ["fade", "lose freshness, vigor, or vitality", "fade"]]}, {"answer": "withholding", "hint": "synonyms for withholding", "clues": [["withhold", "hold back; refuse to hand over or share", "withhold"], ["deduct", "retain and refrain from disbursing; of payments", "deduct"], ["keep back", "hold back; refuse to hand over or share", "keep back"], ["recoup", "retain and refrain from disbursing; of payments", "recoup"]]}, {"answer": "wobble", "hint": "synonyms for wobble", "clues": [["shift", "move sideways or in an unsteady way", "shift"], ["coggle", "move unsteadily", "coggle"], ["careen", "move sideways or in an unsteady way", "careen"], ["shimmy", "tremble or shake", "shimmy"], ["tilt", "move sideways or in an unsteady way", "tilt"]]}, {"answer": "wooing", "hint": "synonyms for wooing", "clues": [["solicit", "make amorous advances towards", "solicit"], ["romance", "make amorous advances towards", "romance"], ["woo", "seek someone's favor", "woo"], ["court", "make amorous advances towards", "court"]]}, {"answer": "word", "hint": "synonyms for word", "clues": [["articulate", "put into words or an expression", "articulate"], ["phrase", "put into words or an expression", "phrase"], ["formulate", "put into words or an expression", "formulate"], ["give voice", "put into words or an expression", "give voice"]]}, {"answer": "wording", "hint": "synonyms for wording", "clues": [["word", "put into words or an expression", "word"], ["formulate", "put into words or an expression", "formulate"], ["articulate", "put into words or an expression", "articulate"], ["phrase", "put into words or an expression", "phrase"], ["give voice", "put into words or an expression", "give voice"]]}, {"answer": "words", "hint": "synonyms for words", "clues": [["word", "put into words or an expression", "word"], ["formulate", "put into words or an expression", "formulate"], ["articulate", "put into words or an expression", "articulate"], ["phrase", "put into words or an expression", "phrase"], ["give voice", "put into words or an expression", "give voice"]]}, {"answer": "work", "hint": "synonyms for work", "clues": [["knead", "make uniform", "knead"], ["forge", "make something, usually for a specific function", "forge"], ["exercise", "give a workout to", "exercise"], ["mould", "make something, usually for a specific function", "mould"], ["cultivate", "prepare for crops", "cultivate"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["function", "perform as expected when applied", "function"], ["go", "perform as expected when applied", "go"], ["ferment", "cause to undergo fermentation", "ferment"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["work out", "give a workout to", "work out"], ["exploit", "use or manipulate to one's advantage", "exploit"], ["turn", "go sour or spoil", "turn"], ["play", "cause to happen or to occur as a consequence", "play"], ["run", "perform as expected when applied", "run"], ["shape", "make something, usually for a specific function", "shape"], ["work on", "shape, form, or improve a material", "work on"], ["act upon", "have and exert influence or effect", "act upon"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["crop", "prepare for crops", "crop"], ["influence", "have and exert influence or effect", "influence"], ["make", "proceed along a path", "make"], ["operate", "perform as expected when applied", "operate"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["do work", "be employed", "do work"], ["sour", "go sour or spoil", "sour"], ["act", "have an effect or outcome; often the one desired or expected", "act"], ["process", "shape, form, or improve a material", "process"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["form", "make something, usually for a specific function", "form"], ["put to work", "cause to work", "put to work"]]}, {"answer": "workings", "hint": "synonyms for workings", "clues": [["work", "make uniform", "work"], ["knead", "make uniform", "knead"], ["exercise", "give a workout to", "exercise"], ["mould", "make something, usually for a specific function", "mould"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["function", "perform as expected when applied", "function"], ["exploit", "use or manipulate to one's advantage", "exploit"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["turn", "go sour or spoil", "turn"], ["run", "perform as expected when applied", "run"], ["act upon", "have and exert influence or effect", "act upon"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["crop", "prepare for crops", "crop"], ["influence", "have and exert influence or effect", "influence"], ["sour", "go sour or spoil", "sour"], ["act", "have an effect or outcome; often the one desired or expected", "act"], ["put to work", "cause to work", "put to work"], ["forge", "make something, usually for a specific function", "forge"], ["cultivate", "prepare for crops", "cultivate"], ["ferment", "cause to undergo fermentation", "ferment"], ["go", "perform as expected when applied", "go"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["play", "cause to happen or to occur as a consequence", "play"], ["shape", "make something, usually for a specific function", "shape"], ["work on", "shape, form, or improve a material", "work on"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["make", "proceed along a path", "make"], ["operate", "perform as expected when applied", "operate"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["do work", "be employed", "do work"], ["process", "shape, form, or improve a material", "process"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["form", "make something, usually for a specific function", "form"]]}, {"answer": "works", "hint": "synonyms for works", "clues": [["work", "make uniform", "work"], ["knead", "make uniform", "knead"], ["exercise", "give a workout to", "exercise"], ["mould", "make something, usually for a specific function", "mould"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["function", "perform as expected when applied", "function"], ["exploit", "use or manipulate to one's advantage", "exploit"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["turn", "go sour or spoil", "turn"], ["run", "perform as expected when applied", "run"], ["act upon", "have and exert influence or effect", "act upon"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["crop", "prepare for crops", "crop"], ["influence", "have and exert influence or effect", "influence"], ["sour", "go sour or spoil", "sour"], ["act", "have an effect or outcome; often the one desired or expected", "act"], ["put to work", "cause to work", "put to work"], ["forge", "make something, usually for a specific function", "forge"], ["cultivate", "prepare for crops", "cultivate"], ["ferment", "cause to undergo fermentation", "ferment"], ["go", "perform as expected when applied", "go"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["play", "cause to happen or to occur as a consequence", "play"], ["shape", "make something, usually for a specific function", "shape"], ["work on", "shape, form, or improve a material", "work on"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["make", "proceed along a path", "make"], ["operate", "perform as expected when applied", "operate"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["do work", "be employed", "do work"], ["process", "shape, form, or improve a material", "process"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"], ["form", "make something, usually for a specific function", "form"]]}, {"answer": "worm", "hint": "synonyms for worm", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"]]}, {"answer": "worry", "hint": "synonyms for worry", "clues": [["care", "be concerned with", "care"], ["interest", "be on the mind of", "interest"], ["vex", "disturb the peace of mind of; afflict with mental agitation or distress", "vex"], ["occupy", "be on the mind of", "occupy"], ["concern", "be on the mind of", "concern"]]}, {"answer": "worsted", "hint": "synonyms for worsted", "clues": [["worst", "defeat thoroughly", "worst"], ["whip", "defeat thoroughly", "whip"], ["pip", "defeat thoroughly", "pip"], ["rack up", "defeat thoroughly", "rack up"], ["mop up", "defeat thoroughly", "mop up"]]}, {"answer": "wrap", "hint": "synonyms for wrap", "clues": [["wrap up", "arrange or fold as a cover or protection", "wrap up"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["roll", "arrange or or coil around", "roll"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["wind", "arrange or or coil around", "wind"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["twine", "arrange or or coil around", "twine"]]}, {"answer": "wrapping", "hint": "synonyms for wrapping", "clues": [["wrap up", "arrange or fold as a cover or protection", "wrap up"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["roll", "arrange or or coil around", "roll"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["wind", "arrange or or coil around", "wind"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["wrap", "arrange or or coil around", "wrap"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["twine", "arrange or or coil around", "twine"]]}, {"answer": "wrench", "hint": "synonyms for wrench", "clues": [["turn", "twist suddenly so as to sprain", "turn"], ["wring", "twist and compress, as if in pain or anguish", "wring"], ["rick", "twist suddenly so as to sprain", "rick"], ["twist", "twist or pull violently or suddenly, especially so as to remove (something) from that to which it is attached or from where it originates", "twist"], ["sprain", "twist suddenly so as to sprain", "sprain"]]}, {"answer": "wrestle", "hint": "synonyms for wrestle", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "wrestling", "hint": "synonyms for wrestling", "clues": [["wrestle", "combat to overcome an opposing tendency or force", "wrestle"], ["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "wrick", "hint": "synonyms for wrick", "clues": [["turn", "twist suddenly so as to sprain", "turn"], ["wrench", "twist suddenly so as to sprain", "wrench"], ["rick", "twist suddenly so as to sprain", "rick"], ["twist", "twist suddenly so as to sprain", "twist"], ["sprain", "twist suddenly so as to sprain", "sprain"]]}, {"answer": "wriggle", "hint": "synonyms for wriggle", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["writhe", "to move in a twisting or contorted motion, (especially when struggling)", "writhe"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "wring", "hint": "synonyms for wring", "clues": [["wrench", "twist and compress, as if in pain or anguish", "wrench"], ["extort", "obtain by coercion or intimidation", "extort"], ["contort", "twist and press out of shape", "contort"], ["deform", "twist and press out of shape", "deform"], ["distort", "twist and press out of shape", "distort"], ["rack", "obtain by coercion or intimidation", "rack"], ["gouge", "obtain by coercion or intimidation", "gouge"], ["squeeze", "obtain by coercion or intimidation", "squeeze"]]}, {"answer": "wrinkle", "hint": "synonyms for wrinkle", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["rumple", "become wrinkled or crumpled or creased", "rumple"], ["furrow", "make wrinkled or creased", "furrow"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["purse", "gather or contract into wrinkles or folds; pucker", "purse"], ["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch up"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch"]]}, {"answer": "writing", "hint": "synonyms for writing", "clues": [["drop a line", "communicate (with) in writing", "drop a line"], ["compose", "produce a literary work", "compose"], ["write", "have (one's written work) issued for publication", "write"], ["indite", "produce a literary work", "indite"], ["pen", "produce a literary work", "pen"], ["publish", "have (one's written work) issued for publication", "publish"], ["save", "record data on a computer", "save"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)", "spell"]]}, {"answer": "writings", "hint": "synonyms for writings", "clues": [["drop a line", "communicate (with) in writing", "drop a line"], ["compose", "produce a literary work", "compose"], ["write", "have (one's written work) issued for publication", "write"], ["indite", "produce a literary work", "indite"], ["pen", "produce a literary work", "pen"], ["publish", "have (one's written work) issued for publication", "publish"], ["save", "record data on a computer", "save"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)", "spell"]]}, {"answer": "yack", "hint": "synonyms for yack", "clues": [["yack away", "talk incessantly and tiresomely", "yack away"], ["rattle on", "talk incessantly and tiresomely", "rattle on"], ["yap away", "talk incessantly and tiresomely", "yap away"], ["jaw", "talk incessantly and tiresomely", "jaw"]]}, {"answer": "yawl", "hint": "synonyms for yawl", "clues": [["howl", "emit long loud cries", "howl"], ["roar", "emit long loud cries", "roar"], ["yaup", "emit long loud cries", "yaup"], ["ululate", "emit long loud cries", "ululate"], ["wail", "emit long loud cries", "wail"]]}, {"answer": "yearning", "hint": "synonyms for yearning", "clues": [["yen", "have a desire for something or someone who is not present", "yen"], ["hanker", "desire strongly or persistently", "hanker"], ["pine", "have a desire for something or someone who is not present", "pine"], ["yearn", "have a desire for something or someone who is not present", "yearn"], ["long", "desire strongly or persistently", "long"], ["ache", "have a desire for something or someone who is not present", "ache"], ["languish", "have a desire for something or someone who is not present", "languish"]]}, {"answer": "yell", "hint": "synonyms for yell", "clues": [["scream", "utter or declare in a very loud voice", "scream"], ["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["shout", "utter a sudden loud cry", "shout"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["cry", "utter a sudden loud cry", "cry"]]}, {"answer": "yelling", "hint": "synonyms for yelling", "clues": [["scream", "utter or declare in a very loud voice", "scream"], ["call", "utter a sudden loud cry", "call"], ["shout out", "utter a sudden loud cry", "shout out"], ["shout", "utter a sudden loud cry", "shout"], ["yell", "utter or declare in a very loud voice", "yell"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["cry", "utter a sudden loud cry", "cry"]]}, {"answer": "yen", "hint": "synonyms for yen", "clues": [["languish", "have a desire for something or someone who is not present", "languish"], ["pine", "have a desire for something or someone who is not present", "pine"], ["yearn", "have a desire for something or someone who is not present", "yearn"], ["ache", "have a desire for something or someone who is not present", "ache"]]}, {"answer": "yield", "hint": "synonyms for yield", "clues": [["concede", "be willing to concede", "concede"], ["move over", "move in order to make room for someone for something", "move over"], ["give in", "consent reluctantly", "give in"], ["ease up", "move in order to make room for someone for something", "ease up"], ["afford", "be the cause or source of", "afford"], ["give", "move in order to make room for someone for something", "give"], ["grant", "be willing to concede", "grant"], ["knuckle under", "consent reluctantly", "knuckle under"], ["pay", "bring in", "pay"], ["generate", "give or supply", "generate"], ["give way", "move in order to make room for someone for something", "give way"], ["render", "give or supply", "render"], ["cede", "give over; surrender or relinquish to the physical control of another", "cede"], ["relent", "give in, as to influence or pressure", "relent"], ["succumb", "consent reluctantly", "succumb"], ["soften", "give in, as to influence or pressure", "soften"], ["return", "give or supply", "return"], ["bear", "bring in", "bear"]]}, {"answer": "yowl", "hint": "synonyms for yowl", "clues": [["caterwaul", "utter shrieks, as of cats", "caterwaul"], ["wrawl", "cry loudly, as of animals", "wrawl"], ["yammer", "cry loudly, as of animals", "yammer"], ["howl", "cry loudly, as of animals", "howl"]]}, {"answer": "zap", "hint": "synonyms for zap", "clues": [["atomize", "strike at with firepower or bombs", "atomize"], ["microwave", "cook or heat in a microwave oven", "microwave"], ["nuke", "strike at with firepower or bombs", "nuke"], ["micro-cook", "cook or heat in a microwave oven", "micro-cook"], ["vaporize", "kill with or as if with a burst of gunfire or electric current or as if by shooting", "vaporize"]]}, {"answer": "zip", "hint": "synonyms for zip", "clues": [["zipper", "close with a zipper", "zipper"], ["travel rapidly", "move very fast", "travel rapidly"], ["speed", "move very fast", "speed"], ["hurry", "move very fast", "hurry"], ["zip up", "close with a zipper", "zip up"]]}, {"answer": "zoom", "hint": "synonyms for zoom", "clues": [["soar upwards", "rise rapidly", "soar upwards"], ["surge", "rise rapidly", "surge"], ["zoom along", "move along very quickly", "zoom along"], ["soar", "rise rapidly", "soar"], ["soar up", "rise rapidly", "soar up"], ["whizz along", "move along very quickly", "whizz along"], ["whizz", "move along very quickly", "whizz"]]}, {"answer": "abase", "hint": "synonyms for abase", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "abate", "hint": "synonyms for abate", "clues": [["slack off", "become less in amount or intensity", "slack off"], ["slack", "make less active or intense", "slack"], ["let up", "become less in amount or intensity", "let up"], ["die away", "become less in amount or intensity", "die away"], ["slake", "make less active or intense", "slake"]]}, {"answer": "abbreviate", "hint": "synonyms for abbreviate", "clues": [["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"]]}, {"answer": "abide", "hint": "synonyms for abide", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["bide", "dwell", "bide"], ["stand", "put up with something or somebody unpleasant", "stand"], ["stay", "dwell", "stay"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["digest", "put up with something or somebody unpleasant", "digest"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["brook", "put up with something or somebody unpleasant", "brook"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "abide_by", "hint": "synonyms for abide by", "clues": [["follow", "act in accordance with someone's rules, commands, or wishes", "follow"], ["honor", "show respect towards", "honor"], ["observe", "show respect towards", "observe"], ["respect", "show respect towards", "respect"], ["comply", "act in accordance with someone's rules, commands, or wishes", "comply"]]}, {"answer": "abjure", "hint": "synonyms for abjure", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure", "resile"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure", "recant"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure", "forswear"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure", "retract"]]}, {"answer": "abrade", "hint": "synonyms for abrade", "clues": [["abrase", "wear away", "abrase"], ["rub off", "wear away", "rub off"], ["corrade", "wear away", "corrade"], ["scour", "rub hard or scrub", "scour"], ["rub down", "wear away", "rub down"]]}, {"answer": "abrase", "hint": "synonyms for abrase", "clues": [["rub down", "wear away", "rub down"], ["rub off", "wear away", "rub off"], ["abrade", "wear away", "abrade"], ["corrade", "wear away", "corrade"]]}, {"answer": "abridge", "hint": "synonyms for abridge", "clues": [["reduce", "reduce in scope while retaining essential elements", "reduce"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"]]}, {"answer": "abscond", "hint": "synonyms for abscond", "clues": [["absquatulate", "run away; usually includes taking something or somebody along", "absquatulate"], ["make off", "run away; usually includes taking something or somebody along", "make off"], ["go off", "run away; usually includes taking something or somebody along", "go off"], ["decamp", "run away; usually includes taking something or somebody along", "decamp"], ["bolt", "run away; usually includes taking something or somebody along", "bolt"], ["run off", "run away; usually includes taking something or somebody along", "run off"]]}, {"answer": "absorb", "hint": "synonyms for absorb", "clues": [["steep", "devote (oneself) fully to", "steep"], ["immerse", "devote (oneself) fully to", "immerse"], ["plunge", "devote (oneself) fully to", "plunge"], ["soak up", "take in, also metaphorically", "soak up"], ["engage", "consume all of one's attention or time", "engage"], ["draw", "take in, also metaphorically", "draw"], ["engross", "consume all of one's attention or time", "engross"], ["take in", "suck or take up or in", "take in"], ["take up", "take in, also metaphorically", "take up"], ["assimilate", "take up mentally", "assimilate"], ["sop up", "take in, also metaphorically", "sop up"], ["suck", "take in, also metaphorically", "suck"], ["take over", "take up, as of debts or payments", "take over"], ["engulf", "devote (oneself) fully to", "engulf"], ["imbibe", "take in, also metaphorically", "imbibe"], ["ingest", "take up mentally", "ingest"], ["suck up", "take in, also metaphorically", "suck up"], ["occupy", "consume all of one's attention or time", "occupy"]]}, {"answer": "absquatulate", "hint": "synonyms for absquatulate", "clues": [["make off", "run away; usually includes taking something or somebody along", "make off"], ["go off", "run away; usually includes taking something or somebody along", "go off"], ["decamp", "run away; usually includes taking something or somebody along", "decamp"], ["bolt", "run away; usually includes taking something or somebody along", "bolt"], ["abscond", "run away; usually includes taking something or somebody along", "abscond"], ["run off", "run away; usually includes taking something or somebody along", "run off"]]}, {"answer": "abut", "hint": "synonyms for abut", "clues": [["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["march", "lie adjacent to another or share a boundary", "march"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"], ["edge", "lie adjacent to another or share a boundary", "edge"]]}, {"answer": "accede", "hint": "synonyms for accede", "clues": [["give in", "yield to another's wish or opinion", "give in"], ["acquiesce", "to agree or express agreement", "acquiesce"], ["assent", "to agree or express agreement", "assent"], ["enter", "take on duties or office", "enter"], ["defer", "yield to another's wish or opinion", "defer"], ["submit", "yield to another's wish or opinion", "submit"], ["bow", "yield to another's wish or opinion", "bow"]]}, {"answer": "accentuate", "hint": "synonyms for accentuate", "clues": [["accent", "to stress, single out as important", "accent"], ["stress", "to stress, single out as important", "stress"], ["emphasize", "to stress, single out as important", "emphasize"], ["punctuate", "to stress, single out as important", "punctuate"]]}, {"answer": "accept", "hint": "synonyms for accept", "clues": [["go for", "give an affirmative reply to; respond favorably to", "go for"], ["consent", "give an affirmative reply to; respond favorably to", "consent"], ["take over", "take on as one's own the expenses or debts of another person", "take over"], ["have", "receive willingly something given or offered", "have"], ["bear", "take on as one's own the expenses or debts of another person", "bear"], ["live with", "tolerate or accommodate oneself to", "live with"], ["take", "be designed to hold or take", "take"], ["swallow", "tolerate or accommodate oneself to", "swallow"], ["admit", "admit into a group or community", "admit"], ["take on", "admit into a group or community", "take on"], ["assume", "take on as one's own the expenses or debts of another person", "assume"]]}, {"answer": "accommodate", "hint": "synonyms for accommodate", "clues": [["suit", "be agreeable or acceptable to", "suit"], ["fit", "be agreeable or acceptable to", "fit"], ["reconcile", "make (one thing) compatible with (another)", "reconcile"], ["adapt", "make fit for, or change to suit a new purpose", "adapt"], ["lodge", "provide housing for", "lodge"], ["conciliate", "make (one thing) compatible with (another)", "conciliate"], ["admit", "have room for; hold without crowding", "admit"], ["oblige", "provide a service or favor for someone", "oblige"], ["hold", "have room for; hold without crowding", "hold"]]}, {"answer": "accompany", "hint": "synonyms for accompany", "clues": [["attach to", "be present or associated with an event or entity", "attach to"], ["come with", "be present or associated with an event or entity", "come with"], ["companion", "be a companion to somebody", "companion"], ["keep company", "be a companion to somebody", "keep company"], ["company", "be a companion to somebody", "company"], ["follow", "perform an accompaniment to", "follow"], ["play along", "perform an accompaniment to", "play along"], ["go with", "be present or associated with an event or entity", "go with"]]}, {"answer": "accomplish", "hint": "synonyms for accomplish", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["fulfil", "put in effect", "fulfil"], ["achieve", "to gain with effort", "achieve"], ["execute", "put in effect", "execute"], ["attain", "to gain with effort", "attain"], ["reach", "to gain with effort", "reach"], ["carry through", "put in effect", "carry through"]]}, {"answer": "accost", "hint": "synonyms for accost", "clues": [["address", "speak to someone", "address"], ["come up to", "speak to someone", "come up to"], ["solicit", "approach with an offer of sexual favors", "solicit"], ["hook", "approach with an offer of sexual favors", "hook"]]}, {"answer": "accumulate", "hint": "synonyms for accumulate", "clues": [["pile up", "collect or gather", "pile up"], ["amass", "collect or gather", "amass"], ["roll up", "get or gather together", "roll up"], ["gather", "collect or gather", "gather"], ["cumulate", "collect or gather", "cumulate"], ["compile", "get or gather together", "compile"], ["collect", "get or gather together", "collect"], ["conglomerate", "collect or gather", "conglomerate"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "accurse", "hint": "synonyms for accurse", "clues": [["execrate", "curse or declare to be evil or anathema or threaten with divine punishment", "execrate"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematise"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment", "comminate"], ["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemize"]]}, {"answer": "acknowledge", "hint": "synonyms for acknowledge", "clues": [["recognise", "accept (someone) to be what is claimed or accept his power and authority", "recognise"], ["admit", "declare to be true or admit the existence or reality or truth of", "admit"], ["receipt", "report the receipt of", "receipt"], ["know", "accept (someone) to be what is claimed or accept his power and authority", "know"], ["notice", "express recognition of the presence or existence of, or acquaintance with", "notice"]]}, {"answer": "acquire", "hint": "synonyms for acquire", "clues": [["take", "take on a certain form, attribute, or aspect", "take"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["larn", "gain knowledge or skills", "larn"], ["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["develop", "come to have or undergo a change of (physical features and attributes)", "develop"], ["evolve", "gain through experience", "evolve"], ["take on", "take on a certain form, attribute, or aspect", "take on"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["win", "win something through one's efforts", "win"], ["gain", "win something through one's efforts", "gain"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"]]}, {"answer": "acquit", "hint": "synonyms for acquit", "clues": [["deport", "behave in a certain manner", "deport"], ["assoil", "pronounce not guilty of criminal charges", "assoil"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["discharge", "pronounce not guilty of criminal charges", "discharge"], ["carry", "behave in a certain manner", "carry"], ["behave", "behave in a certain manner", "behave"], ["comport", "behave in a certain manner", "comport"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["conduct", "behave in a certain manner", "conduct"], ["bear", "behave in a certain manner", "bear"]]}, {"answer": "activate", "hint": "synonyms for activate", "clues": [["spark", "put in motion or move to act", "spark"], ["trigger off", "put in motion or move to act", "trigger off"], ["aerate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter", "aerate"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "actuate", "hint": "synonyms for actuate", "clues": [["propel", "give an incentive for action", "propel"], ["incite", "give an incentive for action", "incite"], ["spark", "put in motion or move to act", "spark"], ["prompt", "give an incentive for action", "prompt"], ["motivate", "give an incentive for action", "motivate"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["activate", "put in motion or move to act", "activate"], ["touch off", "put in motion or move to act", "touch off"], ["move", "give an incentive for action", "move"]]}, {"answer": "add_together", "hint": "synonyms for add together", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["add", "make an addition by combining numbers", "add"], ["total", "determine the sum of", "total"], ["sum", "determine the sum of", "sum"], ["add up", "determine the sum of", "add up"], ["sum up", "determine the sum of", "sum up"], ["summate", "determine the sum of", "summate"], ["tot", "determine the sum of", "tot"]]}, {"answer": "add_up", "hint": "synonyms for add up", "clues": [["tally", "determine the sum of", "tally"], ["amount", "develop into", "amount"], ["tot up", "determine the sum of", "tot up"], ["make sense", "be reasonable or logical or comprehensible", "make sense"], ["number", "add up in number or quantity", "number"], ["summate", "determine the sum of", "summate"], ["tot", "determine the sum of", "tot"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["sum", "determine the sum of", "sum"], ["come", "add up in number or quantity", "come"], ["total", "add up in number or quantity", "total"], ["sum up", "determine the sum of", "sum up"]]}, {"answer": "adhere", "hint": "synonyms for adhere", "clues": [["bond", "stick to firmly", "bond"], ["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["bind", "stick to firmly", "bind"], ["cleave", "come or be in close contact with; stick or hold together and resist separation", "cleave"], ["stick to", "stick to firmly", "stick to"], ["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["stick", "come or be in close contact with; stick or hold together and resist separation", "stick"], ["stick by", "be loyal to", "stick by"], ["hold fast", "stick to firmly", "hold fast"], ["stand by", "be loyal to", "stand by"]]}, {"answer": "adjoin", "hint": "synonyms for adjoin", "clues": [["contact", "be in direct physical contact with; make contact", "contact"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["march", "lie adjacent to another or share a boundary", "march"], ["touch", "be in direct physical contact with; make contact", "touch"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["meet", "be in direct physical contact with; make contact", "meet"]]}, {"answer": "adjourn", "hint": "synonyms for adjourn", "clues": [["break up", "close at the end of a session", "break up"], ["retire", "break from a meeting or gathering", "retire"], ["recess", "close at the end of a session", "recess"], ["withdraw", "break from a meeting or gathering", "withdraw"]]}, {"answer": "adjudicate", "hint": "synonyms for adjudicate", "clues": [["try", "put on trial or hear a case and sit as the judge at the trial of", "try"], ["resolve", "bring to an end; settle conclusively", "resolve"], ["decide", "bring to an end; settle conclusively", "decide"], ["settle", "bring to an end; settle conclusively", "settle"], ["judge", "put on trial or hear a case and sit as the judge at the trial of", "judge"]]}, {"answer": "adjure", "hint": "synonyms for adjure", "clues": [["beseech", "ask for or request earnestly", "beseech"], ["press", "ask for or request earnestly", "press"], ["bid", "ask for or request earnestly", "bid"], ["conjure", "ask for or request earnestly", "conjure"], ["entreat", "ask for or request earnestly", "entreat"]]}, {"answer": "adjust", "hint": "synonyms for adjust", "clues": [["align", "place in a line or arrange so as to be parallel or straight", "align"], ["aline", "place in a line or arrange so as to be parallel or straight", "aline"], ["adapt", "adapt or conform oneself to new or different conditions", "adapt"], ["set", "alter or regulate so as to achieve accuracy or conform to a standard", "set"], ["conform", "adapt or conform oneself to new or different conditions", "conform"], ["line up", "place in a line or arrange so as to be parallel or straight", "line up"], ["correct", "alter or regulate so as to achieve accuracy or conform to a standard", "correct"]]}, {"answer": "administer", "hint": "synonyms for administer", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["lot", "administer or bestow, as in small portions", "lot"], ["administrate", "work in an administrative capacity; supervise or be in charge of", "administrate"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["dispense", "give or apply (medications)", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "admit", "hint": "synonyms for admit", "clues": [["allow in", "allow to enter; grant entry to", "allow in"], ["accept", "admit into a group or community", "accept"], ["let in", "allow to enter; grant entry to", "let in"], ["acknowledge", "declare to be true or admit the existence or reality or truth of", "acknowledge"], ["include", "allow participation in or the right to be part of; permit to exercise the rights, functions, and responsibilities of", "include"], ["take", "admit into a group or community", "take"], ["accommodate", "have room for; hold without crowding", "accommodate"], ["take on", "admit into a group or community", "take on"], ["allow", "afford possibility", "allow"], ["intromit", "allow to enter; grant entry to", "intromit"], ["hold", "have room for; hold without crowding", "hold"]]}, {"answer": "admonish", "hint": "synonyms for admonish", "clues": [["reprove", "take to task", "reprove"], ["monish", "admonish or counsel in terms of someone's behavior", "monish"], ["discourage", "admonish or counsel in terms of someone's behavior", "discourage"], ["caution", "warn strongly; put on guard", "caution"], ["warn", "admonish or counsel in terms of someone's behavior", "warn"]]}, {"answer": "adopt", "hint": "synonyms for adopt", "clues": [["take", "take on a certain form, attribute, or aspect", "take"], ["dramatize", "put into dramatic form", "dramatize"], ["espouse", "choose and follow; as of theories, ideas, policies, strategies or plans", "espouse"], ["take over", "take up and practice as one's own", "take over"], ["borrow", "take up and practice as one's own", "borrow"], ["take on", "take on titles, offices, duties, responsibilities", "take on"], ["take up", "take up and practice as one's own", "take up"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own", "sweep up"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own", "embrace"], ["follow", "choose and follow; as of theories, ideas, policies, strategies or plans", "follow"]]}, {"answer": "adorn", "hint": "synonyms for adorn", "clues": [["decorate", "be beautiful to look at", "decorate"], ["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["ornament", "make more attractive by adding ornament, colour, etc.", "ornament"], ["beautify", "make more attractive by adding ornament, colour, etc.", "beautify"], ["embellish", "make more attractive by adding ornament, colour, etc.", "embellish"], ["grace", "make more attractive by adding ornament, colour, etc.", "grace"], ["deck", "be beautiful to look at", "deck"], ["invest", "furnish with power or authority; of kings or emperors", "invest"]]}, {"answer": "adumbrate", "hint": "synonyms for adumbrate", "clues": [["insinuate", "give to understand", "insinuate"], ["intimate", "give to understand", "intimate"], ["sketch", "describe roughly or briefly or give the main points or summary of", "sketch"], ["outline", "describe roughly or briefly or give the main points or summary of", "outline"]]}, {"answer": "advertise", "hint": "synonyms for advertise", "clues": [["publicise", "call attention to", "publicise"], ["advertize", "call attention to", "advertize"], ["promote", "make publicity for; try to sell (a product)", "promote"], ["push", "make publicity for; try to sell (a product)", "push"]]}, {"answer": "advertize", "hint": "synonyms for advertize", "clues": [["publicise", "call attention to", "publicise"], ["promote", "make publicity for; try to sell (a product)", "promote"], ["push", "make publicity for; try to sell (a product)", "push"], ["advertise", "make publicity for; try to sell (a product)", "advertise"]]}, {"answer": "advise", "hint": "synonyms for advise", "clues": [["notify", "inform (somebody) of something", "notify"], ["give notice", "inform (somebody) of something", "give notice"], ["apprise", "inform (somebody) of something", "apprise"], ["send word", "inform (somebody) of something", "send word"], ["propose", "make a proposal, declare a plan for something", "propose"], ["suggest", "make a proposal, declare a plan for something", "suggest"], ["rede", "give advice to", "rede"], ["counsel", "give advice to", "counsel"]]}, {"answer": "aerate", "hint": "synonyms for aerate", "clues": [["oxygenate", "impregnate, combine, or supply with oxygen", "oxygenate"], ["activate", "aerate (sewage) so as to favor the growth of organisms that decompose organic matter", "activate"], ["oxygenise", "impregnate, combine, or supply with oxygen", "oxygenise"], ["air out", "expose to fresh air", "air out"], ["air", "expose to fresh air", "air"]]}, {"answer": "affirm", "hint": "synonyms for affirm", "clues": [["support", "establish or strengthen as with new evidence or facts", "support"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swear", "to declare or affirm solemnly and formally as true", "swear"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"]]}, {"answer": "aggrandise", "hint": "synonyms for aggrandise", "clues": [["aggrandize", "add details to", "aggrandize"], ["lard", "add details to", "lard"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["pad", "add details to", "pad"], ["blow up", "add details to", "blow up"], ["embellish", "add details to", "embellish"]]}, {"answer": "aggrandize", "hint": "synonyms for aggrandize", "clues": [["aggrandise", "add details to", "aggrandise"], ["lard", "add details to", "lard"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["pad", "add details to", "pad"], ["blow up", "add details to", "blow up"], ["embellish", "add details to", "embellish"]]}, {"answer": "agitate", "hint": "synonyms for agitate", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["fight", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "fight"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["push", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "push"], ["press", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "press"], ["budge", "move very slightly", "budge"], ["vex", "change the arrangement or position of", "vex"], ["rouse", "cause to be agitated, excited, or roused", "rouse"], ["shake", "move or cause to move back and forth", "shake"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["campaign", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "campaign"], ["crusade", "exert oneself continuously, vigorously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an advocate for", "crusade"], ["stir up", "change the arrangement or position of", "stir up"], ["foment", "try to stir up public opinion", "foment"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["shake up", "change the arrangement or position of", "shake up"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["stir", "move very slightly", "stir"], ["shift", "move very slightly", "shift"], ["raise up", "change the arrangement or position of", "raise up"]]}, {"answer": "agree", "hint": "synonyms for agree", "clues": [["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["accord", "go together", "accord"], ["concord", "go together", "concord"], ["harmonize", "go together", "harmonize"], ["consort", "go together", "consort"], ["hold", "be in accord; be in agreement", "hold"], ["concur", "be in accord; be in agreement", "concur"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["correspond", "be compatible, similar or consistent; coincide in their characteristics", "correspond"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["fit in", "go together", "fit in"]]}, {"answer": "air_out", "hint": "synonyms for air out", "clues": [["air", "expose to cool or cold air so as to cool or freshen", "air"], ["vent", "expose to cool or cold air so as to cool or freshen", "vent"], ["ventilate", "expose to cool or cold air so as to cool or freshen", "ventilate"], ["aerate", "expose to fresh air", "aerate"]]}, {"answer": "align", "hint": "synonyms for align", "clues": [["array", "align oneself with a group or a way of thinking", "array"], ["aline", "place in a line or arrange so as to be parallel or straight", "aline"], ["coordinate", "bring (components or parts) into proper or desirable coordination correlation", "coordinate"], ["line up", "place in a line or arrange so as to be parallel or straight", "line up"], ["adjust", "place in a line or arrange so as to be parallel or straight", "adjust"]]}, {"answer": "allay", "hint": "synonyms for allay", "clues": [["quench", "satisfy (thirst)", "quench"], ["relieve", "lessen the intensity of or calm", "relieve"], ["still", "lessen the intensity of or calm", "still"], ["slake", "satisfy (thirst)", "slake"], ["assuage", "satisfy (thirst)", "assuage"], ["ease", "lessen the intensity of or calm", "ease"]]}, {"answer": "alleviate", "hint": "synonyms for alleviate", "clues": [["palliate", "provide physical relief, as from pain", "palliate"], ["facilitate", "make easier", "facilitate"], ["ease", "make easier", "ease"], ["relieve", "provide physical relief, as from pain", "relieve"], ["assuage", "provide physical relief, as from pain", "assuage"]]}, {"answer": "allot", "hint": "synonyms for allot", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["accord", "allow to have", "accord"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["deal", "administer or bestow, as in small portions", "deal"], ["portion", "give out", "portion"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["assign", "give out", "assign"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["grant", "allow to have", "grant"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "allow", "hint": "synonyms for allow", "clues": [["countenance", "consent to, give permission", "countenance"], ["grant", "let have", "grant"], ["tolerate", "allow the presence of or allow (an activity) without opposing or prohibiting", "tolerate"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow for"], ["permit", "consent to, give permission", "permit"], ["appropriate", "give or assign a resource to a particular person or cause", "appropriate"], ["set aside", "give or assign a resource to a particular person or cause", "set aside"], ["provide", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "provide"], ["reserve", "give or assign a resource to a particular person or cause", "reserve"], ["let", "consent to, give permission", "let"], ["leave", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "leave"], ["take into account", "allow or plan for a certain possibility; concede the truth or validity of something", "take into account"], ["admit", "afford possibility", "admit"], ["give up", "allow the other (baseball) team to score", "give up"], ["earmark", "give or assign a resource to a particular person or cause", "earmark"]]}, {"answer": "alter", "hint": "synonyms for alter", "clues": [["falsify", "insert words into texts, often falsifying it thereby", "falsify"], ["spay", "remove the ovaries of", "spay"], ["interpolate", "insert words into texts, often falsifying it thereby", "interpolate"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "change"], ["castrate", "remove the ovaries of", "castrate"], ["modify", "cause to change; make different; cause a transformation", "modify"], ["vary", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "vary"], ["neuter", "remove the ovaries of", "neuter"]]}, {"answer": "altercate", "hint": "synonyms for altercate", "clues": [["quarrel", "have a disagreement over something", "quarrel"], ["argufy", "have a disagreement over something", "argufy"], ["dispute", "have a disagreement over something", "dispute"], ["scrap", "have a disagreement over something", "scrap"]]}, {"answer": "amass", "hint": "synonyms for amass", "clues": [["pile up", "collect or gather", "pile up"], ["accumulate", "get or gather together", "accumulate"], ["gather", "collect or gather", "gather"], ["roll up", "get or gather together", "roll up"], ["compile", "get or gather together", "compile"], ["collect", "get or gather together", "collect"], ["conglomerate", "collect or gather", "conglomerate"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "amaze", "hint": "synonyms for amaze", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["astound", "affect with wonder", "astound"], ["astonish", "affect with wonder", "astonish"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "ameliorate", "hint": "synonyms for ameliorate", "clues": [["meliorate", "to make better", "meliorate"], ["better", "get better", "better"], ["improve", "get better", "improve"], ["amend", "to make better", "amend"]]}, {"answer": "amend", "hint": "synonyms for amend", "clues": [["remediate", "set straight or right", "remediate"], ["meliorate", "to make better", "meliorate"], ["rectify", "set straight or right", "rectify"], ["improve", "to make better", "improve"], ["repair", "set straight or right", "repair"], ["remedy", "set straight or right", "remedy"], ["better", "to make better", "better"]]}, {"answer": "amplify", "hint": "synonyms for amplify", "clues": [["expand", "exaggerate or make bigger", "expand"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["inflate", "exaggerate or make bigger", "inflate"], ["magnify", "increase in size, volume or significance", "magnify"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"], ["blow up", "exaggerate or make bigger", "blow up"]]}, {"answer": "analyse", "hint": "synonyms for analyse", "clues": [["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["analyze", "break down into components or essential features", "analyze"], ["psychoanalyse", "subject to psychoanalytic treatment", "psychoanalyse"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "break down"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "dissect"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "take apart"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning", "study"]]}, {"answer": "analyze", "hint": "synonyms for analyze", "clues": [["psychoanalyze", "subject to psychoanalytic treatment", "psychoanalyze"], ["analyse", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "analyse"], ["examine", "consider in detail and subject to an analysis in order to discover essential features or meaning", "examine"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "break down"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "dissect"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "take apart"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning", "study"]]}, {"answer": "anathematise", "hint": "synonyms for anathematise", "clues": [["execrate", "curse or declare to be evil or anathema or threaten with divine punishment", "execrate"], ["anathematize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematize"], ["anathemise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemise"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment", "comminate"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment", "accurse"]]}, {"answer": "anathematize", "hint": "synonyms for anathematize", "clues": [["execrate", "curse or declare to be evil or anathema or threaten with divine punishment", "execrate"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematise"], ["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemize"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment", "comminate"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment", "accurse"]]}, {"answer": "anathemise", "hint": "synonyms for anathemise", "clues": [["maledict", "wish harm upon; invoke evil upon", "maledict"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment", "execrate"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematise"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemize"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment", "accurse"], ["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment", "comminate"]]}, {"answer": "anathemize", "hint": "synonyms for anathemize", "clues": [["anathemise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemise"], ["maledict", "wish harm upon; invoke evil upon", "maledict"], ["execrate", "curse or declare to be evil or anathema or threaten with divine punishment", "execrate"], ["anathematize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematize"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment", "accurse"], ["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment", "comminate"]]}, {"answer": "anele", "hint": "synonyms for anele", "clues": [["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing", "embrocate"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anoint"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing", "inunct"], ["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing", "oil"]]}, {"answer": "animadvert", "hint": "synonyms for animadvert", "clues": [["opine", "express one's opinion openly and without fear or hesitation", "opine"], ["speak up", "express one's opinion openly and without fear or hesitation", "speak up"], ["speak out", "express one's opinion openly and without fear or hesitation", "speak out"], ["sound off", "express one's opinion openly and without fear or hesitation", "sound off"]]}, {"answer": "annihilate", "hint": "synonyms for annihilate", "clues": [["wipe out", "kill in large numbers", "wipe out"], ["eradicate", "kill in large numbers", "eradicate"], ["carry off", "kill in large numbers", "carry off"], ["decimate", "kill in large numbers", "decimate"], ["eliminate", "kill in large numbers", "eliminate"], ["extinguish", "kill in large numbers", "extinguish"]]}, {"answer": "announce", "hint": "synonyms for announce", "clues": [["declare", "announce publicly or officially", "declare"], ["harbinger", "foreshadow or presage", "harbinger"], ["annunciate", "foreshadow or presage", "annunciate"], ["herald", "foreshadow or presage", "herald"], ["foretell", "foreshadow or presage", "foretell"], ["denote", "make known; make an announcement", "denote"]]}, {"answer": "annoy", "hint": "synonyms for annoy", "clues": [["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "annul", "hint": "synonyms for annul", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["nullify", "declare invalid", "nullify"], ["countermand", "cancel officially", "countermand"], ["rescind", "cancel officially", "rescind"], ["reverse", "cancel officially", "reverse"], ["vacate", "cancel officially", "vacate"], ["avoid", "declare invalid", "avoid"], ["invalidate", "declare invalid", "invalidate"], ["quash", "declare invalid", "quash"], ["overturn", "cancel officially", "overturn"], ["revoke", "cancel officially", "revoke"]]}, {"answer": "annunciate", "hint": "synonyms for annunciate", "clues": [["foretell", "foreshadow or presage", "foretell"], ["herald", "foreshadow or presage", "herald"], ["announce", "foreshadow or presage", "announce"], ["harbinger", "foreshadow or presage", "harbinger"]]}, {"answer": "anoint", "hint": "synonyms for anoint", "clues": [["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing", "embrocate"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anele"], ["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing", "oil"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing", "inunct"]]}, {"answer": "antecede", "hint": "synonyms for antecede", "clues": [["precede", "be earlier in time; go back further", "precede"], ["forego", "be earlier in time; go back further", "forego"], ["antedate", "be earlier in time; go back further", "antedate"], ["predate", "be earlier in time; go back further", "predate"]]}, {"answer": "antedate", "hint": "synonyms for antedate", "clues": [["precede", "be earlier in time; go back further", "precede"], ["antecede", "be earlier in time; go back further", "antecede"], ["forgo", "be earlier in time; go back further", "forgo"], ["predate", "be earlier in time; go back further", "predate"], ["foredate", "establish something as being earlier relative to something else", "foredate"]]}, {"answer": "anticipate", "hint": "synonyms for anticipate", "clues": [["expect", "regard something as probable or likely", "expect"], ["previse", "realize beforehand", "previse"], ["call", "make a prediction about; tell in advance", "call"], ["look to", "be excited or anxious about", "look to"], ["foresee", "realize beforehand", "foresee"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["foreknow", "realize beforehand", "foreknow"], ["promise", "make a prediction about; tell in advance", "promise"], ["forestall", "act in advance of; deal with ahead of time", "forestall"], ["counter", "act in advance of; deal with ahead of time", "counter"], ["look for", "be excited or anxious about", "look for"], ["forebode", "make a prediction about; tell in advance", "forebode"]]}, {"answer": "apologise", "hint": "synonyms for apologise", "clues": [["apologize", "acknowledge faults or shortcomings or failing", "apologize"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning", "excuse"], ["rationalise", "defend, explain, clear away, or make excuses for by reasoning", "rationalise"], ["justify", "defend, explain, clear away, or make excuses for by reasoning", "justify"]]}, {"answer": "apologize", "hint": "synonyms for apologize", "clues": [["apologise", "defend, explain, clear away, or make excuses for by reasoning", "apologise"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning", "excuse"], ["rationalise", "defend, explain, clear away, or make excuses for by reasoning", "rationalise"], ["justify", "defend, explain, clear away, or make excuses for by reasoning", "justify"]]}, {"answer": "appal", "hint": "synonyms for appal", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"], ["appall", "fill with apprehension or alarm; cause to be unpleasantly surprised", "appall"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"]]}, {"answer": "appall", "hint": "synonyms for appall", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["horrify", "fill with apprehension or alarm; cause to be unpleasantly surprised", "horrify"], ["appal", "strike with disgust or revulsion", "appal"], ["alarm", "fill with apprehension or alarm; cause to be unpleasantly surprised", "alarm"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["dismay", "fill with apprehension or alarm; cause to be unpleasantly surprised", "dismay"]]}, {"answer": "appear", "hint": "synonyms for appear", "clues": [["look", "give a certain impression or have a certain outward aspect", "look"], ["come out", "be issued or published", "come out"], ["seem", "give a certain impression or have a certain outward aspect", "seem"], ["come along", "come into being or existence, or appear on the scene", "come along"]]}, {"answer": "appease", "hint": "synonyms for appease", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["propitiate", "make peace with", "propitiate"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["quell", "overcome or allay", "quell"], ["stay", "overcome or allay", "stay"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "append", "hint": "synonyms for append", "clues": [["tack", "fix to; attach", "tack"], ["supply", "state or say further", "supply"], ["supplement", "add to the very end", "supplement"], ["tack on", "fix to; attach", "tack on"], ["tag on", "fix to; attach", "tag on"], ["add on", "add to the very end", "add on"], ["add", "state or say further", "add"], ["hang on", "fix to; attach", "hang on"], ["affix", "add to the very end", "affix"]]}, {"answer": "apply", "hint": "synonyms for apply", "clues": [["practice", "avail oneself to", "practice"], ["use", "avail oneself to", "use"], ["go for", "be pertinent or relevant or applicable", "go for"], ["enforce", "ensure observance of laws and rules", "enforce"], ["give", "give or convey physically", "give"], ["hold", "be pertinent or relevant or applicable", "hold"], ["put on", "apply to a surface", "put on"], ["implement", "ensure observance of laws and rules", "implement"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["lend oneself", "be applicable to; as to an analysis", "lend oneself"], ["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"]]}, {"answer": "appoint", "hint": "synonyms for appoint", "clues": [["constitute", "create and charge with a task or function", "constitute"], ["name", "create and charge with a task or function", "name"], ["nominate", "create and charge with a task or function", "nominate"], ["charge", "assign a duty, responsibility or obligation to", "charge"]]}, {"answer": "apportion", "hint": "synonyms for apportion", "clues": [["divvy up", "give out as one's portion or share", "divvy up"], ["share", "give out as one's portion or share", "share"], ["allocate", "distribute according to a plan or set apart for a special purpose", "allocate"], ["deal", "give out as one's portion or share", "deal"], ["portion out", "give out as one's portion or share", "portion out"]]}, {"answer": "appraise", "hint": "synonyms for appraise", "clues": [["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["survey", "consider in a comprehensive way", "survey"], ["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"]]}, {"answer": "appreciate", "hint": "synonyms for appreciate", "clues": [["take account", "be fully aware of; realize fully", "take account"], ["apprise", "gain in value", "apprise"], ["revalue", "gain in value", "revalue"], ["treasure", "hold dear", "treasure"], ["prize", "hold dear", "prize"], ["value", "hold dear", "value"]]}, {"answer": "apprehend", "hint": "synonyms for apprehend", "clues": [["grasp", "get the meaning of something", "grasp"], ["comprehend", "get the meaning of something", "comprehend"], ["compass", "get the meaning of something", "compass"], ["nail", "take into custody", "nail"], ["pick up", "take into custody", "pick up"], ["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["nab", "take into custody", "nab"], ["collar", "take into custody", "collar"], ["quail at", "anticipate with dread or anxiety", "quail at"], ["dig", "get the meaning of something", "dig"], ["savvy", "get the meaning of something", "savvy"], ["grok", "get the meaning of something", "grok"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "apprise", "hint": "synonyms for apprise", "clues": [["notify", "inform (somebody) of something", "notify"], ["give notice", "inform (somebody) of something", "give notice"], ["appreciate", "gain in value", "appreciate"], ["apprize", "gain in value", "apprize"], ["advise", "inform (somebody) of something", "advise"], ["revalue", "gain in value", "revalue"], ["send word", "inform (somebody) of something", "send word"], ["instruct", "make aware of", "instruct"]]}, {"answer": "apprize", "hint": "synonyms for apprize", "clues": [["notify", "inform (somebody) of something", "notify"], ["give notice", "inform (somebody) of something", "give notice"], ["appreciate", "gain in value", "appreciate"], ["apprise", "gain in value", "apprise"], ["advise", "inform (somebody) of something", "advise"], ["revalue", "gain in value", "revalue"], ["send word", "inform (somebody) of something", "send word"], ["instruct", "make aware of", "instruct"]]}, {"answer": "arbitrate", "hint": "synonyms for arbitrate", "clues": [["liaise", "act between parties with a view to reconciling differences", "liaise"], ["intermediate", "act between parties with a view to reconciling differences", "intermediate"], ["mediate", "act between parties with a view to reconciling differences", "mediate"], ["intercede", "act between parties with a view to reconciling differences", "intercede"]]}, {"answer": "argue", "hint": "synonyms for argue", "clues": [["indicate", "give evidence of", "indicate"], ["contend", "have an argument about something", "contend"], ["fence", "have an argument about something", "fence"], ["reason", "present reasons and arguments", "reason"], ["debate", "have an argument about something", "debate"]]}, {"answer": "argufy", "hint": "synonyms for argufy", "clues": [["altercate", "have a disagreement over something", "altercate"], ["dispute", "have a disagreement over something", "dispute"], ["quarrel", "have a disagreement over something", "quarrel"], ["scrap", "have a disagreement over something", "scrap"]]}, {"answer": "arise", "hint": "synonyms for arise", "clues": [["come up", "move upward", "come up"], ["go up", "move upward", "go up"], ["grow", "come into existence; take on form or shape", "grow"], ["move up", "move upward", "move up"], ["uprise", "get up and out of bed", "uprise"], ["originate", "come into existence; take on form or shape", "originate"], ["bob up", "originate or come into being", "bob up"], ["turn out", "get up and out of bed", "turn out"], ["get up", "get up and out of bed", "get up"], ["rise", "get up and out of bed", "rise"], ["rebel", "take part in a rebellion; renounce a former allegiance", "rebel"], ["rise up", "take part in a rebellion; renounce a former allegiance", "rise up"], ["develop", "come into existence; take on form or shape", "develop"], ["lift", "move upward", "lift"], ["stand up", "rise to one's feet", "stand up"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "arouse", "hint": "synonyms for arouse", "clues": [["stir", "to begin moving,", "stir"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["wake", "cause to become awake or conscious", "wake"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["energise", "cause to be alert and energetic", "energise"], ["come alive", "stop sleeping", "come alive"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["wake up", "stop sleeping", "wake up"], ["rouse", "cause to become awake or conscious", "rouse"], ["stimulate", "cause to be alert and energetic", "stimulate"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["awaken", "stop sleeping", "awaken"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["sex", "stimulate sexually", "sex"], ["turn on", "stimulate sexually", "turn on"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["excite", "stimulate sexually", "excite"], ["wind up", "stimulate sexually", "wind up"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["perk up", "cause to be alert and energetic", "perk up"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["brace", "cause to be alert and energetic", "brace"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "arrange", "hint": "synonyms for arrange", "clues": [["fix up", "make arrangements for", "fix up"], ["do", "arrange attractively", "do"], ["coiffure", "arrange attractively", "coiffure"], ["set", "arrange attractively", "set"], ["set up", "arrange thoughts, ideas, temporal events", "set up"], ["coif", "arrange attractively", "coif"], ["stage", "plan, organize, and carry out (an event)", "stage"], ["format", "set (printed matter) into a specific format", "format"], ["order", "arrange thoughts, ideas, temporal events", "order"], ["dress", "arrange attractively", "dress"], ["put", "arrange thoughts, ideas, temporal events", "put"]]}, {"answer": "arrive", "hint": "synonyms for arrive", "clues": [["go far", "succeed in a big way; get to the top", "go far"], ["make it", "succeed in a big way; get to the top", "make it"], ["get in", "succeed in a big way; get to the top", "get in"], ["come", "reach a destination; arrive by movement or progress", "come"], ["get", "reach a destination; arrive by movement or progress", "get"]]}, {"answer": "arrive_at", "hint": "synonyms for arrive at", "clues": [["gain", "reach a destination, either real or abstract", "gain"], ["make", "reach a destination, either real or abstract", "make"], ["attain", "reach a destination, either real or abstract", "attain"], ["hit", "reach a destination, either real or abstract", "hit"], ["reach", "reach a destination, either real or abstract", "reach"]]}, {"answer": "arrogate", "hint": "synonyms for arrogate", "clues": [["take over", "seize and take control without authority and possibly with force; take as one's right or possession", "take over"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession", "usurp"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession", "assume"], ["lay claim", "demand as being one's due or property; assert one's right or title to", "lay claim"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession", "seize"], ["assign", "make undue claims to having", "assign"], ["claim", "demand as being one's due or property; assert one's right or title to", "claim"]]}, {"answer": "arse_about", "hint": "synonyms for arse about", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["lounge around", "be lazy or idle", "lounge around"], ["bum", "be lazy or idle", "bum"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "arse_around", "hint": "synonyms for arse around", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["fool around", "indulge in horseplay", "fool around"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["horse around", "indulge in horseplay", "horse around"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["loll", "be lazy or idle", "loll"], ["fool", "indulge in horseplay", "fool"]]}, {"answer": "ascend", "hint": "synonyms for ascend", "clues": [["move up", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "move up"], ["go up", "travel up,", "go up"], ["rise", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "rise"], ["climb up", "appear to be moving upward, as by means of tendrils", "climb up"], ["come up", "come up, of celestial bodies", "come up"], ["uprise", "come up, of celestial bodies", "uprise"]]}, {"answer": "ascertain", "hint": "synonyms for ascertain", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["assure", "be careful or certain to do something; make certain of something", "assure"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["find", "establish after a calculation, investigation, experiment, survey, or study", "find"], ["determine", "establish after a calculation, investigation, experiment, survey, or study", "determine"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["control", "be careful or certain to do something; make certain of something", "control"]]}, {"answer": "ask", "hint": "synonyms for ask", "clues": [["involve", "require as useful, just, or proper", "involve"], ["require", "consider obligatory; request and expect", "require"], ["inquire", "inquire about", "inquire"], ["expect", "consider obligatory; request and expect", "expect"], ["need", "require as useful, just, or proper", "need"], ["demand", "require as useful, just, or proper", "demand"], ["postulate", "require as useful, just, or proper", "postulate"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"]]}, {"answer": "asperse", "hint": "synonyms for asperse", "clues": [["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"]]}, {"answer": "asphyxiate", "hint": "synonyms for asphyxiate", "clues": [["suffocate", "impair the respiration of or obstruct the air passage of", "suffocate"], ["stifle", "be asphyxiated; die from lack of oxygen", "stifle"], ["choke", "impair the respiration of or obstruct the air passage of", "choke"], ["smother", "deprive of oxygen and prevent from breathing", "smother"]]}, {"answer": "assail", "hint": "synonyms for assail", "clues": [["attack", "attack in speech or writing", "attack"], ["assault", "attack someone physically or emotionally", "assault"], ["round", "attack in speech or writing", "round"], ["snipe", "attack in speech or writing", "snipe"], ["lash out", "attack in speech or writing", "lash out"], ["set on", "attack someone physically or emotionally", "set on"]]}, {"answer": "assemble", "hint": "synonyms for assemble", "clues": [["meet", "collect in one place", "meet"], ["forgather", "collect in one place", "forgather"], ["set up", "create by putting components or members together", "set up"], ["get together", "get people together", "get together"], ["gather", "collect in one place", "gather"], ["put together", "create by putting components or members together", "put together"], ["tack", "create by putting components or members together", "tack"], ["piece", "create by putting components or members together", "piece"], ["tack together", "create by putting components or members together", "tack together"]]}, {"answer": "assert", "hint": "synonyms for assert", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["insist", "assert to be true", "insist"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["asseverate", "state categorically", "asseverate"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["maintain", "state categorically", "maintain"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["put forward", "insist on having one's opinions and rights recognized", "put forward"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "assess", "hint": "synonyms for assess", "clues": [["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["tax", "set or determine the amount of (a payment such as a fine)", "tax"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"]]}, {"answer": "assign", "hint": "synonyms for assign", "clues": [["set apart", "select something or someone for a specific purpose", "set apart"], ["ascribe", "attribute or credit to", "ascribe"], ["depute", "give an assignment to (a person) to a post, or assign a task to (a person)", "depute"], ["arrogate", "make undue claims to having", "arrogate"], ["specify", "select something or someone for a specific purpose", "specify"], ["impute", "attribute or credit to", "impute"], ["portion", "give out", "portion"], ["delegate", "give an assignment to (a person) to a post, or assign a task to (a person)", "delegate"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)", "designate"], ["put", "attribute or give", "put"], ["allot", "give out", "allot"], ["attribute", "decide as to where something belongs in a scheme", "attribute"]]}, {"answer": "assimilate", "hint": "synonyms for assimilate", "clues": [["take in", "take up mentally", "take in"], ["imbibe", "take (gas, light or heat) into a solution", "imbibe"], ["ingest", "take up mentally", "ingest"], ["absorb", "take up mentally", "absorb"]]}, {"answer": "assoil", "hint": "synonyms for assoil", "clues": [["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["acquit", "pronounce not guilty of criminal charges", "acquit"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["discharge", "pronounce not guilty of criminal charges", "discharge"]]}, {"answer": "assort", "hint": "synonyms for assort", "clues": [["associate", "keep company with; hang out with", "associate"], ["sort out", "arrange or order by classes or categories", "sort out"], ["separate", "arrange or order by classes or categories", "separate"], ["classify", "arrange or order by classes or categories", "classify"], ["sort", "arrange or order by classes or categories", "sort"], ["affiliate", "keep company with; hang out with", "affiliate"], ["consort", "keep company with; hang out with", "consort"], ["class", "arrange or order by classes or categories", "class"]]}, {"answer": "assuage", "hint": "synonyms for assuage", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["slake", "satisfy (thirst)", "slake"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["relieve", "provide physical relief, as from pain", "relieve"], ["quench", "satisfy (thirst)", "quench"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["allay", "satisfy (thirst)", "allay"], ["palliate", "provide physical relief, as from pain", "palliate"], ["alleviate", "provide physical relief, as from pain", "alleviate"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "assume", "hint": "synonyms for assume", "clues": [["don", "put clothing on one's body", "don"], ["take", "occupy or take on", "take"], ["bear", "take on as one's own the expenses or debts of another person", "bear"], ["adopt", "take on titles, offices, duties, responsibilities", "adopt"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["take on", "take on a certain form, attribute, or aspect", "take on"], ["simulate", "make a pretence of", "simulate"], ["feign", "make a pretence of", "feign"], ["take for granted", "take to be the case or to be true; accept without verification or proof", "take for granted"], ["wear", "put clothing on one's body", "wear"], ["get into", "put clothing on one's body", "get into"], ["take over", "take on titles, offices, duties, responsibilities", "take over"], ["strike", "occupy or take on", "strike"], ["take up", "occupy or take on", "take up"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession", "arrogate"], ["presume", "take to be the case or to be true; accept without verification or proof", "presume"], ["sham", "make a pretence of", "sham"], ["put on", "put clothing on one's body", "put on"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession", "usurp"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession", "seize"]]}, {"answer": "assure", "hint": "synonyms for assure", "clues": [["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["see", "be careful or certain to do something; make certain of something", "see"], ["reassure", "cause to feel sure; give reassurance to", "reassure"], ["guarantee", "make certain of", "guarantee"], ["insure", "make certain of", "insure"], ["promise", "make a promise or commitment", "promise"], ["tell", "inform positively and with certainty and confidence", "tell"], ["check", "be careful or certain to do something; make certain of something", "check"], ["secure", "make certain of", "secure"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["control", "be careful or certain to do something; make certain of something", "control"]]}, {"answer": "attach", "hint": "synonyms for attach", "clues": [["seize", "take temporary possession of as a security, by legal authority", "seize"], ["impound", "take temporary possession of as a security, by legal authority", "impound"], ["tie", "create social or emotional ties", "tie"], ["bond", "create social or emotional ties", "bond"], ["bind", "create social or emotional ties", "bind"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"], ["sequester", "take temporary possession of as a security, by legal authority", "sequester"]]}, {"answer": "attach_to", "hint": "synonyms for attach to", "clues": [["accompany", "be present or associated with an event or entity", "accompany"], ["inhere in", "be part of", "inhere in"], ["come with", "be present or associated with an event or entity", "come with"], ["go with", "be present or associated with an event or entity", "go with"]]}, {"answer": "attain", "hint": "synonyms for attain", "clues": [["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["achieve", "to gain with effort", "achieve"], ["gain", "reach a destination, either real or abstract", "gain"], ["make", "reach a destination, either real or abstract", "make"], ["reach", "to gain with effort", "reach"], ["come across", "find unexpectedly", "come across"], ["come upon", "find unexpectedly", "come upon"], ["happen upon", "find unexpectedly", "happen upon"], ["discover", "find unexpectedly", "discover"], ["hit", "reach a destination, either real or abstract", "hit"], ["accomplish", "to gain with effort", "accomplish"], ["light upon", "find unexpectedly", "light upon"], ["arrive at", "reach a destination, either real or abstract", "arrive at"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "attend", "hint": "synonyms for attend", "clues": [["look", "take charge of or deal with", "look"], ["hang", "give heed (to)", "hang"], ["assist", "work for or be a servant to", "assist"], ["serve", "work for or be a servant to", "serve"], ["attend to", "work for or be a servant to", "attend to"], ["pay heed", "give heed (to)", "pay heed"], ["advert", "give heed (to)", "advert"], ["take care", "take charge of or deal with", "take care"], ["go to", "be present at (meetings, church services, university), etc.", "go to"], ["give ear", "give heed (to)", "give ear"], ["wait on", "work for or be a servant to", "wait on"], ["see", "take charge of or deal with", "see"]]}, {"answer": "attend_to", "hint": "synonyms for attend to", "clues": [["take to heart", "get down to; pay attention to; take seriously", "take to heart"], ["attend", "work for or be a servant to", "attend"], ["serve", "work for or be a servant to", "serve"], ["wait on", "work for or be a servant to", "wait on"], ["assist", "work for or be a servant to", "assist"]]}, {"answer": "attest", "hint": "synonyms for attest", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "certify"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "evidence"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "demonstrate"], ["bear witness", "give testimony in a court of law", "bear witness"], ["take the stand", "give testimony in a court of law", "take the stand"], ["testify", "give testimony in a court of law", "testify"]]}, {"answer": "attract", "hint": "synonyms for attract", "clues": [["pull in", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull in"], ["appeal", "be attractive to", "appeal"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull"], ["draw in", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw in"], ["draw", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw"]]}, {"answer": "auspicate", "hint": "synonyms for auspicate", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "authorise", "hint": "synonyms for authorise", "clues": [["clear", "grant authorization or clearance for", "clear"], ["pass", "grant authorization or clearance for", "pass"], ["authorize", "grant authorization or clearance for", "authorize"], ["empower", "give or delegate power or authority to", "empower"]]}, {"answer": "authorize", "hint": "synonyms for authorize", "clues": [["clear", "grant authorization or clearance for", "clear"], ["pass", "grant authorization or clearance for", "pass"], ["empower", "give or delegate power or authority to", "empower"], ["authorise", "give or delegate power or authority to", "authorise"]]}, {"answer": "aver", "hint": "synonyms for aver", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["allege", "report or maintain", "allege"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["say", "report or maintain", "say"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "avert", "hint": "synonyms for avert", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["turn away", "turn away or aside", "turn away"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "avoid", "hint": "synonyms for avoid", "clues": [["nullify", "declare invalid", "nullify"], ["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["annul", "declare invalid", "annul"], ["void", "declare invalid", "void"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["invalidate", "declare invalid", "invalidate"], ["quash", "declare invalid", "quash"], ["debar", "prevent the occurrence of; prevent from happening", "debar"], ["keep off", "refrain from certain foods or beverages", "keep off"]]}, {"answer": "avow", "hint": "synonyms for avow", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["avouch", "admit openly and bluntly; make no bones about", "avouch"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["swear", "to declare or affirm solemnly and formally as true", "swear"]]}, {"answer": "awaken", "hint": "synonyms for awaken", "clues": [["awake", "stop sleeping", "awake"], ["waken", "cause to become awake or conscious", "waken"], ["wake up", "cause to become awake or conscious", "wake up"], ["arouse", "cause to become awake or conscious", "arouse"], ["come alive", "stop sleeping", "come alive"]]}, {"answer": "babble_out", "hint": "synonyms for babble out", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "back_away", "hint": "synonyms for back away", "clues": [["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["retreat", "make a retreat from an earlier commitment or activity", "retreat"]]}, {"answer": "back_down", "hint": "synonyms for back down", "clues": [["pull out", "remove oneself from an obligation", "pull out"], ["chicken out", "remove oneself from an obligation", "chicken out"], ["bow out", "remove oneself from an obligation", "bow out"], ["back off", "move backwards from a certain position", "back off"], ["back up", "move backwards from a certain position", "back up"]]}, {"answer": "back_off", "hint": "synonyms for back off", "clues": [["back down", "remove oneself from an obligation", "back down"], ["chicken out", "remove oneself from an obligation", "chicken out"], ["bow out", "remove oneself from an obligation", "bow out"], ["pull out", "remove oneself from an obligation", "pull out"], ["back up", "move backwards from a certain position", "back up"]]}, {"answer": "back_out", "hint": "synonyms for back out", "clues": [["back away", "make a retreat from an earlier commitment or activity", "back away"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["retreat", "make a retreat from an earlier commitment or activity", "retreat"]]}, {"answer": "back_up", "hint": "synonyms for back up", "clues": [["back down", "move backwards from a certain position", "back down"], ["back off", "move backwards from a certain position", "back off"], ["back", "establish as valid or genuine", "back"], ["clog", "become or cause to become obstructed", "clog"], ["choke off", "become or cause to become obstructed", "choke off"], ["support", "give moral or psychological support, aid, or courage to", "support"], ["foul", "become or cause to become obstructed", "foul"], ["clog up", "become or cause to become obstructed", "clog up"], ["congest", "become or cause to become obstructed", "congest"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "ball_over", "hint": "synonyms for ball over", "clues": [["floor", "surprise greatly; knock someone's socks off", "floor"], ["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["shock", "surprise greatly; knock someone's socks off", "shock"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"]]}, {"answer": "ball_up", "hint": "synonyms for ball up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "ballyrag", "hint": "synonyms for ballyrag", "clues": [["push around", "be bossy towards", "push around"], ["boss around", "be bossy towards", "boss around"], ["bullyrag", "be bossy towards", "bullyrag"], ["hector", "be bossy towards", "hector"], ["strong-arm", "be bossy towards", "strong-arm"], ["bully", "be bossy towards", "bully"], ["browbeat", "be bossy towards", "browbeat"]]}, {"answer": "bamboozle", "hint": "synonyms for bamboozle", "clues": [["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "lead by the nose"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "snow"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "play false"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "pull the wool over someone's eyes"], ["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "hoodwink"]]}, {"answer": "bang_up", "hint": "synonyms for bang up", "clues": [["smash up", "damage or destroy as if by violence", "smash up"], ["prang up", "make pregnant", "prang up"], ["smash", "damage or destroy as if by violence", "smash"], ["knock up", "make pregnant", "knock up"], ["impregnate", "make pregnant", "impregnate"]]}, {"answer": "banish", "hint": "synonyms for banish", "clues": [["shun", "expel from a community or group", "shun"], ["ban", "ban from a place of residence, as for punishment", "ban"], ["relegate", "expel, as if by official decree", "relegate"], ["ostracize", "expel from a community or group", "ostracize"], ["blackball", "expel from a community or group", "blackball"], ["cast out", "expel from a community or group", "cast out"], ["bar", "expel, as if by official decree", "bar"]]}, {"answer": "barge_in", "hint": "synonyms for barge in", "clues": [["gate-crash", "enter uninvited; informal", "gate-crash"], ["put in", "break into a conversation", "put in"], ["chisel in", "break into a conversation", "chisel in"], ["chime in", "break into a conversation", "chime in"], ["break in", "break into a conversation", "break in"], ["butt in", "break into a conversation", "butt in"], ["crash", "enter uninvited; informal", "crash"], ["cut in", "break into a conversation", "cut in"]]}, {"answer": "bawl_out", "hint": "synonyms for bawl out", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "be_amiss", "hint": "synonyms for be amiss", "clues": [["misinterpret", "interpret in the wrong way", "misinterpret"], ["misapprehend", "interpret in the wrong way", "misapprehend"], ["misconceive", "interpret in the wrong way", "misconceive"], ["misunderstand", "interpret in the wrong way", "misunderstand"], ["misconstrue", "interpret in the wrong way", "misconstrue"]]}, {"answer": "be_given", "hint": "synonyms for be given", "clues": [["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"], ["incline", "have a tendency or disposition to do or be something; be inclined", "incline"], ["tend", "have a tendency or disposition to do or be something; be inclined", "tend"]]}, {"answer": "be_intimate", "hint": "synonyms for be intimate", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "be_on_the_ball", "hint": "synonyms for be on the ball", "clues": [["know what's what", "be well-informed", "know what's what"], ["know the score", "be well-informed", "know the score"], ["know what's going on", "be well-informed", "know what's going on"], ["be with it", "be well-informed", "be with it"]]}, {"answer": "be_quiet", "hint": "synonyms for be quiet", "clues": [["button up", "refuse to talk or stop talking; fall silent", "button up"], ["belt up", "refuse to talk or stop talking; fall silent", "belt up"], ["close up", "refuse to talk or stop talking; fall silent", "close up"], ["shut up", "refuse to talk or stop talking; fall silent", "shut up"], ["keep mum", "refuse to talk or stop talking; fall silent", "keep mum"], ["dummy up", "refuse to talk or stop talking; fall silent", "dummy up"], ["clam up", "refuse to talk or stop talking; fall silent", "clam up"]]}, {"answer": "be_sick", "hint": "synonyms for be sick", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "be_with_it", "hint": "synonyms for be with it", "clues": [["be on the ball", "be well-informed", "be on the ball"], ["know what's what", "be well-informed", "know what's what"], ["know what's going on", "be well-informed", "know what's going on"], ["know the score", "be well-informed", "know the score"]]}, {"answer": "bear_away", "hint": "synonyms for bear away", "clues": [["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "take away"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear off"], ["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry off"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry away"]]}, {"answer": "bear_down", "hint": "synonyms for bear down", "clues": [["drag down", "exert a force with a heavy weight", "drag down"], ["weigh down", "exert a force with a heavy weight", "weigh down"], ["charge", "to make a rush at or sudden attack upon, as in battle", "charge"], ["overbear", "contract the abdominal muscles during childbirth to ease delivery", "overbear"], ["bear down on", "exert a force with a heavy weight", "bear down on"], ["press down on", "exert a force with a heavy weight", "press down on"]]}, {"answer": "bear_down_on", "hint": "synonyms for bear down on", "clues": [["drag down", "exert a force with a heavy weight", "drag down"], ["weigh down", "exert a force with a heavy weight", "weigh down"], ["bear down upon", "sail towards another vessel, of a ship", "bear down upon"], ["bear down", "exert a force with a heavy weight", "bear down"], ["press down on", "exert a force with a heavy weight", "press down on"]]}, {"answer": "bear_off", "hint": "synonyms for bear off", "clues": [["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry off"], ["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "take away"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear away"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry away"]]}, {"answer": "bear_on", "hint": "synonyms for bear on", "clues": [["push", "press, drive, or impel (someone) to action or completion of an action", "push"], ["come to", "be relevant to", "come to"], ["have-to doe with", "be relevant to", "have-to doe with"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["touch", "have an effect upon", "touch"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["carry on", "keep or maintain in unaltered condition; cause to remain or last", "carry on"], ["pertain", "be relevant to", "pertain"], ["bear upon", "have an effect upon", "bear upon"], ["concern", "be relevant to", "concern"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last", "preserve"], ["impact", "have an effect upon", "impact"], ["affect", "have an effect upon", "affect"], ["continue", "keep or maintain in unaltered condition; cause to remain or last", "continue"], ["refer", "be relevant to", "refer"]]}, {"answer": "bear_upon", "hint": "synonyms for bear upon", "clues": [["bear on", "have an effect upon", "bear on"], ["impact", "have an effect upon", "impact"], ["touch", "have an effect upon", "touch"], ["touch on", "have an effect upon", "touch on"], ["affect", "have an effect upon", "affect"]]}, {"answer": "bear_witness", "hint": "synonyms for bear witness", "clues": [["evidence", "provide evidence for", "evidence"], ["prove", "provide evidence for", "prove"], ["testify", "provide evidence for", "testify"], ["show", "provide evidence for", "show"], ["take the stand", "give testimony in a court of law", "take the stand"], ["attest", "give testimony in a court of law", "attest"]]}, {"answer": "beat_around_the_bush", "hint": "synonyms for beat around the bush", "clues": [["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "equivocate"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "tergiversate"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "prevaricate"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information", "palter"]]}, {"answer": "beat_back", "hint": "synonyms for beat back", "clues": [["drive", "cause to move back by force or influence", "drive"], ["repel", "cause to move back by force or influence", "repel"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["repulse", "cause to move back by force or influence", "repulse"]]}, {"answer": "beat_out", "hint": "synonyms for beat out", "clues": [["crush", "come out better in a competition, race, or conflict", "crush"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["tap out", "beat out a rhythm", "tap out"], ["thump out", "beat out a rhythm", "thump out"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["shell", "come out better in a competition, race, or conflict", "shell"]]}, {"answer": "beat_up", "hint": "synonyms for beat up", "clues": [["beat", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "beat"], ["work over", "give a beating to; subject to a beating, either as a punishment or as an act of aggression", "work over"], ["rally", "gather", "rally"], ["drum up", "gather", "drum up"]]}, {"answer": "beatify", "hint": "synonyms for beatify", "clues": [["thrill", "fill with sublime emotion", "thrill"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["exalt", "fill with sublime emotion", "exalt"]]}, {"answer": "beautify", "hint": "synonyms for beautify", "clues": [["decorate", "make more attractive by adding ornament, colour, etc.", "decorate"], ["prettify", "make more beautiful", "prettify"], ["fancify", "make more beautiful", "fancify"], ["adorn", "make more attractive by adding ornament, colour, etc.", "adorn"], ["ornament", "make more attractive by adding ornament, colour, etc.", "ornament"], ["embellish", "make more attractive by adding ornament, colour, etc.", "embellish"], ["grace", "make more attractive by adding ornament, colour, etc.", "grace"], ["deck", "be beautiful to look at", "deck"]]}, {"answer": "becharm", "hint": "synonyms for becharm", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["charm", "control by magic spells, as by practicing witchcraft", "charm"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"]]}, {"answer": "becloud", "hint": "synonyms for becloud", "clues": [["haze over", "make less visible or unclear", "haze over"], ["mist", "make less visible or unclear", "mist"], ["obscure", "make less visible or unclear", "obscure"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"], ["befog", "make less visible or unclear", "befog"]]}, {"answer": "become", "hint": "synonyms for become", "clues": [["get", "enter or assume a certain state or condition", "get"], ["turn", "undergo a change or development", "turn"], ["suit", "enhance the appearance of", "suit"], ["go", "enter or assume a certain state or condition", "go"]]}, {"answer": "bedamn", "hint": "synonyms for bedamn", "clues": [["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["maledict", "wish harm upon; invoke evil upon", "maledict"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"]]}, {"answer": "bedevil", "hint": "synonyms for bedevil", "clues": [["frustrate", "treat cruelly", "frustrate"], ["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["dun", "treat cruelly", "dun"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["torment", "treat cruelly", "torment"], ["rag", "treat cruelly", "rag"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["crucify", "treat cruelly", "crucify"]]}, {"answer": "beetle_off", "hint": "synonyms for beetle off", "clues": [["bolt out", "leave suddenly and as if in a hurry", "bolt out"], ["run out", "leave suddenly and as if in a hurry", "run out"], ["bolt", "leave suddenly and as if in a hurry", "bolt"], ["run off", "leave suddenly and as if in a hurry", "run off"]]}, {"answer": "befog", "hint": "synonyms for befog", "clues": [["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["obscure", "make less visible or unclear", "obscure"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"]]}, {"answer": "befool", "hint": "synonyms for befool", "clues": [["gull", "fool or hoax", "gull"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["put on", "fool or hoax", "put on"], ["fool", "make a fool or dupe of", "fool"], ["slang", "fool or hoax", "slang"], ["take in", "fool or hoax", "take in"], ["put one across", "fool or hoax", "put one across"], ["dupe", "fool or hoax", "dupe"]]}, {"answer": "befuddle", "hint": "synonyms for befuddle", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "beg", "hint": "synonyms for beg", "clues": [["solicit", "make a solicitation or entreaty for something; request urgently or persistently", "solicit"], ["pray", "call upon in supplication; entreat", "pray"], ["implore", "call upon in supplication; entreat", "implore"], ["tap", "make a solicitation or entreaty for something; request urgently or persistently", "tap"]]}, {"answer": "beget", "hint": "synonyms for beget", "clues": [["father", "make children", "father"], ["sire", "make children", "sire"], ["engender", "make children", "engender"], ["bring forth", "make children", "bring forth"], ["generate", "make children", "generate"], ["get", "make children", "get"], ["mother", "make children", "mother"]]}, {"answer": "begrime", "hint": "synonyms for begrime", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["soil", "make soiled, filthy, or dirty", "soil"], ["grime", "make soiled, filthy, or dirty", "grime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "beguile", "hint": "synonyms for beguile", "clues": [["catch", "attract; cause to be enamored", "catch"], ["juggle", "influence by slyness", "juggle"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["hoodwink", "influence by slyness", "hoodwink"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "behave", "hint": "synonyms for behave", "clues": [["deport", "behave in a certain manner", "deport"], ["comport", "behave well or properly", "comport"], ["do", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "do"], ["act", "behave in a certain manner; show a certain behavior; conduct or comport oneself", "act"], ["acquit", "behave in a certain manner", "acquit"], ["carry", "behave in a certain manner", "carry"], ["conduct", "behave in a certain manner", "conduct"], ["bear", "behave in a certain manner", "bear"]]}, {"answer": "beleaguer", "hint": "synonyms for beleaguer", "clues": [["circumvent", "surround so as to force to give up", "circumvent"], ["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["hem in", "surround so as to force to give up", "hem in"], ["surround", "surround so as to force to give up", "surround"], ["pester", "annoy persistently", "pester"], ["bug", "annoy persistently", "bug"], ["besiege", "surround so as to force to give up", "besiege"]]}, {"answer": "believe", "hint": "synonyms for believe", "clues": [["think", "judge or regard; look upon; judge", "think"], ["conceive", "judge or regard; look upon; judge", "conceive"], ["trust", "be confident about something", "trust"], ["consider", "judge or regard; look upon; judge", "consider"]]}, {"answer": "belittle", "hint": "synonyms for belittle", "clues": [["diminish", "lessen the authority, dignity, or reputation of", "diminish"], ["pick at", "express a negative opinion of", "pick at"], ["disparage", "express a negative opinion of", "disparage"], ["derogate", "cause to seem less serious; play down", "derogate"], ["minimize", "cause to seem less serious; play down", "minimize"], ["denigrate", "cause to seem less serious; play down", "denigrate"]]}, {"answer": "belt_along", "hint": "synonyms for belt along", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "belt_down", "hint": "synonyms for belt down", "clues": [["toss off", "drink down entirely", "toss off"], ["kill", "drink down entirely", "kill"], ["drink down", "drink down entirely", "drink down"], ["bolt down", "drink down entirely", "bolt down"], ["pop", "drink down entirely", "pop"], ["down", "drink down entirely", "down"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "belt_up", "hint": "synonyms for belt up", "clues": [["button up", "refuse to talk or stop talking; fall silent", "button up"], ["close up", "refuse to talk or stop talking; fall silent", "close up"], ["shut up", "refuse to talk or stop talking; fall silent", "shut up"], ["keep mum", "refuse to talk or stop talking; fall silent", "keep mum"], ["be quiet", "refuse to talk or stop talking; fall silent", "be quiet"], ["dummy up", "refuse to talk or stop talking; fall silent", "dummy up"], ["clam up", "refuse to talk or stop talking; fall silent", "clam up"]]}, {"answer": "bemire", "hint": "synonyms for bemire", "clues": [["colly", "make soiled, filthy, or dirty", "colly"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["soil", "make soiled, filthy, or dirty", "soil"], ["grime", "make soiled, filthy, or dirty", "grime"], ["begrime", "make soiled, filthy, or dirty", "begrime"]]}, {"answer": "berate", "hint": "synonyms for berate", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "beseech", "hint": "synonyms for beseech", "clues": [["press", "ask for or request earnestly", "press"], ["bid", "ask for or request earnestly", "bid"], ["conjure", "ask for or request earnestly", "conjure"], ["entreat", "ask for or request earnestly", "entreat"], ["adjure", "ask for or request earnestly", "adjure"]]}, {"answer": "beset", "hint": "synonyms for beset", "clues": [["encrust", "decorate or cover lavishly (as with gems)", "encrust"], ["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["set upon", "assail or attack on all sides:", "set upon"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["provoke", "annoy continually or chronically", "provoke"], ["molest", "annoy continually or chronically", "molest"], ["harass", "annoy continually or chronically", "harass"]]}, {"answer": "beshrew", "hint": "synonyms for beshrew", "clues": [["curse", "wish harm upon; invoke evil upon", "curse"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["imprecate", "wish harm upon; invoke evil upon", "imprecate"], ["maledict", "wish harm upon; invoke evil upon", "maledict"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"]]}, {"answer": "besiege", "hint": "synonyms for besiege", "clues": [["circumvent", "surround so as to force to give up", "circumvent"], ["surround", "surround so as to force to give up", "surround"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["hem in", "surround so as to force to give up", "hem in"]]}, {"answer": "besmirch", "hint": "synonyms for besmirch", "clues": [["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"]]}, {"answer": "bespeak", "hint": "synonyms for bespeak", "clues": [["request", "express the need or desire for; ask for", "request"], ["quest", "express the need or desire for; ask for", "quest"], ["signal", "be a signal for or a symptom of", "signal"], ["betoken", "be a signal for or a symptom of", "betoken"], ["indicate", "be a signal for or a symptom of", "indicate"], ["call for", "express the need or desire for; ask for", "call for"], ["point", "be a signal for or a symptom of", "point"]]}, {"answer": "bestir_oneself", "hint": "synonyms for bestir oneself", "clues": [["get started", "start to be active", "get started"], ["get weaving", "start to be active", "get weaving"], ["get rolling", "start to be active", "get rolling"], ["get moving", "start to be active", "get moving"], ["get cracking", "start to be active", "get cracking"], ["get going", "start to be active", "get going"]]}, {"answer": "bestow", "hint": "synonyms for bestow", "clues": [["impart", "bestow a quality on", "impart"], ["lend", "bestow a quality on", "lend"], ["add", "bestow a quality on", "add"], ["contribute", "bestow a quality on", "contribute"], ["bring", "bestow a quality on", "bring"], ["confer", "present", "confer"]]}, {"answer": "bestride", "hint": "synonyms for bestride", "clues": [["get on", "get up on the back of", "get on"], ["hop on", "get up on the back of", "hop on"], ["climb on", "get up on the back of", "climb on"], ["mount", "get up on the back of", "mount"], ["mount up", "get up on the back of", "mount up"], ["jump on", "get up on the back of", "jump on"]]}, {"answer": "bet_on", "hint": "synonyms for bet on", "clues": [["gage", "place a bet on", "gage"], ["back", "place a bet on", "back"], ["game", "place a bet on", "game"], ["stake", "place a bet on", "stake"], ["punt", "place a bet on", "punt"]]}, {"answer": "betoken", "hint": "synonyms for betoken", "clues": [["presage", "indicate by signs", "presage"], ["auspicate", "indicate by signs", "auspicate"], ["bespeak", "be a signal for or a symptom of", "bespeak"], ["foreshadow", "indicate by signs", "foreshadow"], ["bode", "indicate by signs", "bode"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["forecast", "indicate by signs", "forecast"], ["omen", "indicate by signs", "omen"], ["indicate", "be a signal for or a symptom of", "indicate"], ["point", "be a signal for or a symptom of", "point"], ["predict", "indicate by signs", "predict"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["signal", "be a signal for or a symptom of", "signal"], ["prognosticate", "indicate by signs", "prognosticate"]]}, {"answer": "betray", "hint": "synonyms for betray", "clues": [["tell on", "give away information about somebody", "tell on"], ["deceive", "cause someone to believe an untruth", "deceive"], ["cheat on", "be sexually unfaithful to one's partner in marriage", "cheat on"], ["give away", "give away information about somebody", "give away"], ["rat", "give away information about somebody", "rat"], ["bewray", "reveal unintentionally", "bewray"], ["sell", "deliver to an enemy by treachery", "sell"], ["cuckold", "be sexually unfaithful to one's partner in marriage", "cuckold"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"], ["lead astray", "cause someone to believe an untruth", "lead astray"], ["snitch", "give away information about somebody", "snitch"], ["fail", "disappoint, prove undependable to; abandon, forsake", "fail"], ["cheat", "be sexually unfaithful to one's partner in marriage", "cheat"], ["wander", "be sexually unfaithful to one's partner in marriage", "wander"], ["denounce", "give away information about somebody", "denounce"], ["shop", "give away information about somebody", "shop"], ["shit", "give away information about somebody", "shit"]]}, {"answer": "bewilder", "hint": "synonyms for bewilder", "clues": [["flummox", "be a mystery or bewildering to", "flummox"], ["throw", "cause to be confused emotionally", "throw"], ["bemuse", "cause to be confused emotionally", "bemuse"], ["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["get", "be a mystery or bewildering to", "get"], ["discombobulate", "cause to be confused emotionally", "discombobulate"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "bewitch", "hint": "synonyms for bewitch", "clues": [["catch", "attract; cause to be enamored", "catch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"], ["enchant", "cast a spell over someone or something; put a hex on someone or something", "enchant"], ["mesmerise", "attract strongly, as if with a magnet", "mesmerise"], ["becharm", "attract; cause to be enamored", "becharm"], ["magnetise", "attract strongly, as if with a magnet", "magnetise"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "bilk", "hint": "synonyms for bilk", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["frustrate", "hinder or prevent (the efforts, plans, or desires) of", "frustrate"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["evade", "escape, either physically or mentally", "evade"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"], ["elude", "escape, either physically or mentally", "elude"]]}, {"answer": "birl", "hint": "synonyms for birl", "clues": [["twirl", "cause to spin", "twirl"], ["spin", "cause to spin", "spin"], ["birle", "cause a floating log to rotate by treading", "birle"], ["whirl", "cause to spin", "whirl"]]}, {"answer": "blab", "hint": "synonyms for blab", "clues": [["tattle", "divulge confidential information or secrets", "tattle"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["maunder", "speak (about unimportant matters) rapidly and incessantly", "maunder"], ["blab out", "divulge confidential information or secrets", "blab out"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["babble", "divulge confidential information or secrets", "babble"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "blab_out", "hint": "synonyms for blab out", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "blacken", "hint": "synonyms for blacken", "clues": [["sear", "burn slightly and superficially so as to affect color", "sear"], ["char", "burn slightly and superficially so as to affect color", "char"], ["melanise", "make or become black", "melanise"], ["scorch", "burn slightly and superficially so as to affect color", "scorch"], ["nigrify", "make or become black", "nigrify"], ["black", "make or become black", "black"]]}, {"answer": "blaspheme", "hint": "synonyms for blaspheme", "clues": [["curse", "utter obscenities or profanities", "curse"], ["cuss", "utter obscenities or profanities", "cuss"], ["imprecate", "utter obscenities or profanities", "imprecate"], ["swear", "utter obscenities or profanities", "swear"]]}, {"answer": "bleach_out", "hint": "synonyms for bleach out", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"]]}, {"answer": "bleed", "hint": "synonyms for bleed", "clues": [["phlebotomise", "draw blood", "phlebotomise"], ["run", "be diffused", "run"], ["shed blood", "lose blood from one's body", "shed blood"], ["hemorrhage", "lose blood from one's body", "hemorrhage"], ["leech", "draw blood", "leech"]]}, {"answer": "bless", "hint": "synonyms for bless", "clues": [["consecrate", "render holy by means of religious rites", "consecrate"], ["hallow", "render holy by means of religious rites", "hallow"], ["sanctify", "render holy by means of religious rites", "sanctify"], ["sign", "make the sign of the cross over someone in order to call on God for protection; consecrate", "sign"]]}, {"answer": "block_off", "hint": "synonyms for block off", "clues": [["stop", "render unsuitable for passage", "stop"], ["shut off", "block off the passage through", "shut off"], ["blockade", "render unsuitable for passage", "blockade"], ["block up", "render unsuitable for passage", "block up"], ["bar", "render unsuitable for passage", "bar"], ["block", "render unsuitable for passage", "block"], ["close off", "block off the passage through", "close off"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "block_up", "hint": "synonyms for block up", "clues": [["blockade", "render unsuitable for passage", "blockade"], ["bar", "render unsuitable for passage", "bar"], ["block", "render unsuitable for passage", "block"], ["stop", "render unsuitable for passage", "stop"], ["block off", "render unsuitable for passage", "block off"], ["barricade", "render unsuitable for passage", "barricade"]]}, {"answer": "blot_out", "hint": "synonyms for blot out", "clues": [["obliterate", "make undecipherable or imperceptible by obscuring or concealing", "obliterate"], ["hide", "make undecipherable or imperceptible by obscuring or concealing", "hide"], ["obscure", "make undecipherable or imperceptible by obscuring or concealing", "obscure"], ["veil", "make undecipherable or imperceptible by obscuring or concealing", "veil"]]}, {"answer": "blow_a_fuse", "hint": "synonyms for blow a fuse", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "blow_one's_stack", "hint": "synonyms for blow one's stack", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "blow_out", "hint": "synonyms for blow out", "clues": [["extinguish", "put out, as of fires, flames, or lights", "extinguish"], ["blow", "melt, break, or become otherwise unusable", "blow"], ["snuff out", "put out, as of fires, flames, or lights", "snuff out"], ["quench", "put out, as of fires, flames, or lights", "quench"], ["burn out", "melt, break, or become otherwise unusable", "burn out"]]}, {"answer": "blow_out_of_the_water", "hint": "synonyms for blow out of the water", "clues": [["shock", "surprise greatly; knock someone's socks off", "shock"], ["take aback", "surprise greatly; knock someone's socks off", "take aback"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"], ["floor", "surprise greatly; knock someone's socks off", "floor"]]}, {"answer": "blow_over", "hint": "synonyms for blow over", "clues": [["fleet", "disappear gradually", "fleet"], ["evanesce", "disappear gradually", "evanesce"], ["pass", "disappear gradually", "pass"], ["pass off", "disappear gradually", "pass off"], ["fade", "disappear gradually", "fade"]]}, {"answer": "blow_up", "hint": "synonyms for blow up", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["aggrandize", "add details to", "aggrandize"], ["enlarge", "make large", "enlarge"], ["explode", "cause to burst with a violent release of energy", "explode"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["puff up", "to swell or cause to enlarge,", "puff up"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["inflate", "exaggerate or make bigger", "inflate"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["embellish", "add details to", "embellish"], ["expand", "exaggerate or make bigger", "expand"], ["set off", "cause to burst with a violent release of energy", "set off"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["puff", "to swell or cause to enlarge,", "puff"], ["detonate", "burst and release energy as through a violent chemical or physical reaction", "detonate"], ["lard", "add details to", "lard"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["pad", "add details to", "pad"], ["amplify", "exaggerate or make bigger", "amplify"], ["puff out", "to swell or cause to enlarge,", "puff out"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["magnify", "make large", "magnify"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"]]}, {"answer": "blunder_out", "hint": "synonyms for blunder out", "clues": [["blurt", "utter impulsively", "blurt"], ["blurt out", "utter impulsively", "blurt out"], ["blunder", "utter impulsively", "blunder"], ["ejaculate", "utter impulsively", "ejaculate"]]}, {"answer": "blurt", "hint": "synonyms for blurt", "clues": [["blurt out", "utter impulsively", "blurt out"], ["blunder", "utter impulsively", "blunder"], ["blunder out", "utter impulsively", "blunder out"], ["ejaculate", "utter impulsively", "ejaculate"]]}, {"answer": "blurt_out", "hint": "synonyms for blurt out", "clues": [["blurt", "utter impulsively", "blurt"], ["blunder", "utter impulsively", "blunder"], ["blunder out", "utter impulsively", "blunder out"], ["ejaculate", "utter impulsively", "ejaculate"]]}, {"answer": "bode", "hint": "synonyms for bode", "clues": [["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["prognosticate", "indicate by signs", "prognosticate"]]}, {"answer": "bodge", "hint": "synonyms for bodge", "clues": [["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bog_down", "hint": "synonyms for bog down", "clues": [["bog", "get stuck while doing something", "bog"], ["mire", "be unable to move further", "mire"], ["get stuck", "be unable to move further", "get stuck"], ["grind to a halt", "be unable to move further", "grind to a halt"]]}, {"answer": "boil_down", "hint": "synonyms for boil down", "clues": [["come down", "be the essential element", "come down"], ["reduce", "be cooked until very little liquid is left", "reduce"], ["concentrate", "be cooked until very little liquid is left", "concentrate"], ["decoct", "be cooked until very little liquid is left", "decoct"]]}, {"answer": "bollix", "hint": "synonyms for bollix", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bollix_up", "hint": "synonyms for bollix up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bollocks", "hint": "synonyms for bollocks", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bollocks_up", "hint": "synonyms for bollocks up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bolt_down", "hint": "synonyms for bolt down", "clues": [["belt down", "drink down entirely", "belt down"], ["pour down", "drink down entirely", "pour down"], ["toss off", "drink down entirely", "toss off"], ["kill", "drink down entirely", "kill"], ["down", "drink down entirely", "down"], ["garbage down", "eat a large amount of food quickly", "garbage down"], ["shovel in", "eat a large amount of food quickly", "shovel in"], ["pop", "drink down entirely", "pop"], ["gobble up", "eat a large amount of food quickly", "gobble up"], ["drink down", "drink down entirely", "drink down"]]}, {"answer": "bolt_out", "hint": "synonyms for bolt out", "clues": [["bolt", "leave suddenly and as if in a hurry", "bolt"], ["run out", "leave suddenly and as if in a hurry", "run out"], ["beetle off", "leave suddenly and as if in a hurry", "beetle off"], ["run off", "leave suddenly and as if in a hurry", "run off"]]}, {"answer": "bone_up", "hint": "synonyms for bone up", "clues": [["drum", "study intensively, as before an exam", "drum"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone", "study intensively, as before an exam", "bone"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "bonk", "hint": "synonyms for bonk", "clues": [["sock", "hit hard", "sock"], ["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["whap", "hit hard", "whap"], ["bash", "hit hard", "bash"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["whop", "hit hard", "whop"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["bop", "hit hard", "bop"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "boot_out", "hint": "synonyms for boot out", "clues": [["kick out", "remove from a position or office", "kick out"], ["oust", "remove from a position or office", "oust"], ["turf out", "put out or expel from a place", "turf out"], ["expel", "remove from a position or office", "expel"], ["drum out", "remove from a position or office", "drum out"], ["chuck out", "put out or expel from a place", "chuck out"], ["eject", "put out or expel from a place", "eject"], ["throw out", "remove from a position or office", "throw out"], ["exclude", "put out or expel from a place", "exclude"]]}, {"answer": "bootlick", "hint": "synonyms for bootlick", "clues": [["toady", "try to gain favor by cringing or flattering", "toady"], ["kotow", "try to gain favor by cringing or flattering", "kotow"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["truckle", "try to gain favor by cringing or flattering", "truckle"], ["suck up", "try to gain favor by cringing or flattering", "suck up"]]}, {"answer": "boss_around", "hint": "synonyms for boss around", "clues": [["ballyrag", "be bossy towards", "ballyrag"], ["push around", "be bossy towards", "push around"], ["hector", "be bossy towards", "hector"], ["strong-arm", "be bossy towards", "strong-arm"], ["bully", "be bossy towards", "bully"], ["browbeat", "be bossy towards", "browbeat"]]}, {"answer": "botch_up", "hint": "synonyms for botch up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bourgeon", "hint": "synonyms for bourgeon", "clues": [["germinate", "produce buds, branches, or germinate", "germinate"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["spud", "produce buds, branches, or germinate", "spud"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["sprout", "produce buds, branches, or germinate", "sprout"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"]]}, {"answer": "bow_out", "hint": "synonyms for bow out", "clues": [["back down", "remove oneself from an obligation", "back down"], ["chicken out", "remove oneself from an obligation", "chicken out"], ["pull out", "remove oneself from an obligation", "pull out"], ["withdraw", "retire gracefully", "withdraw"], ["back off", "remove oneself from an obligation", "back off"]]}, {"answer": "bowdlerise", "hint": "synonyms for bowdlerise", "clues": [["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["shorten", "edit by omitting or modifying parts considered indelicate", "shorten"], ["castrate", "edit by omitting or modifying parts considered indelicate", "castrate"], ["bowdlerize", "edit by omitting or modifying parts considered indelicate", "bowdlerize"]]}, {"answer": "bowdlerize", "hint": "synonyms for bowdlerize", "clues": [["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["shorten", "edit by omitting or modifying parts considered indelicate", "shorten"], ["bowdlerise", "edit by omitting or modifying parts considered indelicate", "bowdlerise"], ["castrate", "edit by omitting or modifying parts considered indelicate", "castrate"]]}, {"answer": "bowl_over", "hint": "synonyms for bowl over", "clues": [["flabbergast", "overcome with amazement", "flabbergast"], ["tip over", "cause to overturn from an upright or normal position", "tip over"], ["turn over", "cause to overturn from an upright or normal position", "turn over"], ["upset", "cause to overturn from an upright or normal position", "upset"], ["tump over", "cause to overturn from an upright or normal position", "tump over"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["boggle", "overcome with amazement", "boggle"], ["overturn", "cause to overturn from an upright or normal position", "overturn"]]}, {"answer": "brabble", "hint": "synonyms for brabble", "clues": [["quibble", "argue over petty things", "quibble"], ["niggle", "argue over petty things", "niggle"], ["squabble", "argue over petty things", "squabble"], ["pettifog", "argue over petty things", "pettifog"], ["bicker", "argue over petty things", "bicker"]]}, {"answer": "break_apart", "hint": "synonyms for break apart", "clues": [["take apart", "take apart into its constituent pieces", "take apart"], ["dismantle", "take apart into its constituent pieces", "dismantle"], ["break up", "break violently or noisily; smash", "break up"], ["crash", "break violently or noisily; smash", "crash"], ["disassemble", "take apart into its constituent pieces", "disassemble"], ["disunify", "break up or separate", "disunify"]]}, {"answer": "break_away", "hint": "synonyms for break away", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["break", "move away or escape suddenly", "break"], ["come off", "break off (a piece from a whole)", "come off"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["chip off", "break off (a piece from a whole)", "chip off"], ["splinter", "withdraw from an organization or communion", "splinter"], ["break out", "move away or escape suddenly", "break out"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"], ["chip", "break off (a piece from a whole)", "chip"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["run", "flee; take to one's heels; cut and run", "run"], ["break off", "break off (a piece from a whole)", "break off"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["secede", "withdraw from an organization or communion", "secede"]]}, {"answer": "break_down", "hint": "synonyms for break down", "clues": [["collapse", "fall apart", "collapse"], ["break", "stop operating or functioning", "break"], ["break up", "separate (substances) into constituent elements or parts", "break up"], ["die", "stop operating or functioning", "die"], ["analyze", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "analyze"], ["go bad", "stop operating or functioning", "go bad"], ["snap", "lose control of one's emotions", "snap"], ["take apart", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "take apart"], ["conk out", "stop operating or functioning", "conk out"], ["crumble", "fall apart", "crumble"], ["give way", "stop operating or functioning", "give way"], ["fail", "stop operating or functioning", "fail"], ["lose it", "lose control of one's emotions", "lose it"], ["go", "stop operating or functioning", "go"], ["give out", "stop operating or functioning", "give out"], ["crush", "make ineffective", "crush"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "dissect"], ["decompose", "separate (substances) into constituent elements or parts", "decompose"], ["tumble", "fall apart", "tumble"]]}, {"answer": "break_in", "hint": "synonyms for break in", "clues": [["break", "enter someone's (virtual or real) property in an unauthorized manner, usually with the intent to steal or commit a violent act", "break"], ["cut in", "break into a conversation", "cut in"], ["butt in", "break into a conversation", "butt in"], ["put in", "break into a conversation", "put in"], ["chisel in", "break into a conversation", "chisel in"], ["chime in", "break into a conversation", "chime in"], ["barge in", "break into a conversation", "barge in"]]}, {"answer": "break_loose", "hint": "synonyms for break loose", "clues": [["burst forth", "be unleashed; emerge with violence or noise", "burst forth"], ["get away", "run away from confinement", "get away"], ["escape", "run away from confinement", "escape"], ["explode", "be unleashed; emerge with violence or noise", "explode"]]}, {"answer": "break_off", "hint": "synonyms for break off", "clues": [["chip", "break off (a piece from a whole)", "chip"], ["cut short", "interrupt before its natural or planned end", "cut short"], ["break short", "interrupt before its natural or planned end", "break short"], ["come off", "break off (a piece from a whole)", "come off"], ["snap off", "break a piece from a whole", "snap off"], ["stop", "prevent completion", "stop"], ["break", "prevent completion", "break"], ["knap", "break a small piece off from", "knap"], ["chip off", "break off (a piece from a whole)", "chip off"], ["discontinue", "prevent completion", "discontinue"], ["cut off", "break a small piece off from", "cut off"], ["break away", "break off (a piece from a whole)", "break away"]]}, {"answer": "break_open", "hint": "synonyms for break open", "clues": [["flare", "erupt or intensify suddenly", "flare"], ["burst", "come open suddenly and violently, as if from internal pressure", "burst"], ["erupt", "erupt or intensify suddenly", "erupt"], ["burst out", "erupt or intensify suddenly", "burst out"], ["flare up", "erupt or intensify suddenly", "flare up"], ["split", "come open suddenly and violently, as if from internal pressure", "split"], ["irrupt", "erupt or intensify suddenly", "irrupt"]]}, {"answer": "break_out", "hint": "synonyms for break out", "clues": [["break", "move away or escape suddenly", "break"], ["erupt", "become raw or open", "erupt"], ["recrudesce", "become raw or open", "recrudesce"], ["break away", "move away or escape suddenly", "break away"]]}, {"answer": "break_through", "hint": "synonyms for break through", "clues": [["erupt", "break out", "erupt"], ["crack", "pass through (a barrier)", "crack"], ["come through", "penetrate", "come through"], ["push through", "break out", "push through"], ["come out", "break out", "come out"]]}, {"answer": "break_up", "hint": "synonyms for break up", "clues": [["break", "destroy the completeness of a set of related items", "break"], ["scatter", "cause to separate", "scatter"], ["crack up", "suffer a nervous breakdown", "crack up"], ["disrupt", "make a break in", "disrupt"], ["take apart", "take apart into its constituent pieces", "take apart"], ["disassemble", "take apart into its constituent pieces", "disassemble"], ["calve", "release ice", "calve"], ["adjourn", "close at the end of a session", "adjourn"], ["dismantle", "take apart into its constituent pieces", "dismantle"], ["break apart", "take apart into its constituent pieces", "break apart"], ["recess", "close at the end of a session", "recess"], ["collapse", "suffer a nervous breakdown", "collapse"], ["fragmentise", "break or cause to break into pieces", "fragmentise"], ["split", "discontinue an association or relation; go different ways", "split"], ["dissipate", "to cause to separate and go in different directions", "dissipate"], ["dissolve", "cause to go into a solution", "dissolve"], ["resolve", "cause to go into a solution", "resolve"], ["part", "discontinue an association or relation; go different ways", "part"], ["pick", "attack with or as if with a pickaxe of ice or rocky ground, for example", "pick"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["crash", "break violently or noisily; smash", "crash"], ["crack", "suffer a nervous breakdown", "crack"], ["disperse", "cause to separate", "disperse"], ["cut off", "make a break in", "cut off"], ["split up", "discontinue an association or relation; go different ways", "split up"], ["separate", "discontinue an association or relation; go different ways", "separate"], ["fragment", "break or cause to break into pieces", "fragment"], ["break down", "separate (substances) into constituent elements or parts", "break down"], ["interrupt", "make a break in", "interrupt"], ["decompose", "separate (substances) into constituent elements or parts", "decompose"], ["sever", "set or keep apart", "sever"]]}, {"answer": "breastfeed", "hint": "synonyms for breastfeed", "clues": [["wet-nurse", "give suck to", "wet-nurse"], ["nurse", "give suck to", "nurse"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"]]}, {"answer": "breathe", "hint": "synonyms for breathe", "clues": [["emit", "expel (gases or odors)", "emit"], ["respire", "draw air into, and expel out of, the lungs", "respire"], ["rest", "take a short break from one's activities in order to relax", "rest"], ["take a breather", "take a short break from one's activities in order to relax", "take a breather"], ["pass off", "expel (gases or odors)", "pass off"], ["suspire", "draw air into, and expel out of, the lungs", "suspire"], ["catch one's breath", "take a short break from one's activities in order to relax", "catch one's breath"]]}, {"answer": "breeze_through", "hint": "synonyms for breeze through", "clues": [["nail", "succeed at easily", "nail"], ["sweep through", "succeed at easily", "sweep through"], ["pass with flying colors", "succeed at easily", "pass with flying colors"], ["ace", "succeed at easily", "ace"], ["sail through", "succeed at easily", "sail through"]]}, {"answer": "brighten", "hint": "synonyms for brighten", "clues": [["clear", "become clear", "clear"], ["light up", "become clear", "light up"], ["clear up", "become clear", "clear up"], ["lighten", "make lighter or brighter", "lighten"]]}, {"answer": "brim_over", "hint": "synonyms for brim over", "clues": [["run over", "flow or run over (a limit or brim)", "run over"], ["overflow", "flow or run over (a limit or brim)", "overflow"], ["well over", "flow or run over (a limit or brim)", "well over"], ["overrun", "flow or run over (a limit or brim)", "overrun"]]}, {"answer": "bring", "hint": "synonyms for bring", "clues": [["institute", "advance or set forth in court; ,", "institute"], ["make for", "cause to happen or to occur as a consequence", "make for"], ["land", "bring into a different state", "land"], ["impart", "bestow a quality on", "impart"], ["lend", "bestow a quality on", "lend"], ["fetch", "be sold for a certain price", "fetch"], ["work", "cause to happen or to occur as a consequence", "work"], ["take", "take something or somebody with oneself somewhere", "take"], ["wreak", "cause to happen or to occur as a consequence", "wreak"], ["get", "go or come after and bring or take back", "get"], ["add", "bestow a quality on", "add"], ["play", "cause to happen or to occur as a consequence", "play"], ["bring in", "be sold for a certain price", "bring in"], ["contribute", "bestow a quality on", "contribute"], ["convey", "go or come after and bring or take back", "convey"], ["bestow", "bestow a quality on", "bestow"]]}, {"answer": "bring_around", "hint": "synonyms for bring around", "clues": [["heal", "provide a cure for, make healthy again", "heal"], ["cure", "provide a cure for, make healthy again", "cure"], ["bring round", "return to consciousness", "bring round"], ["bring to", "return to consciousness", "bring to"], ["bring back", "return to consciousness", "bring back"]]}, {"answer": "bring_back", "hint": "synonyms for bring back", "clues": [["return", "bring back to the point of departure", "return"], ["take back", "bring back to the point of departure", "take back"], ["bring round", "return to consciousness", "bring round"], ["bring to", "return to consciousness", "bring to"]]}, {"answer": "bring_down", "hint": "synonyms for bring down", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["cut back", "cut down on; make a reduction in", "cut back"], ["let down", "move something or somebody to a lower position", "let down"], ["overturn", "cause the downfall of; of rulers", "overturn"], ["land", "cause to come to the ground", "land"], ["take down", "move something or somebody to a lower position", "take down"], ["put down", "cause to come to the ground", "put down"], ["lower", "move something or somebody to a lower position", "lower"], ["subvert", "cause the downfall of; of rulers", "subvert"], ["trim back", "cut down on; make a reduction in", "trim back"], ["trim", "cut down on; make a reduction in", "trim"], ["impose", "impose something unpleasant", "impose"], ["reduce", "cut down on; make a reduction in", "reduce"], ["visit", "impose something unpleasant", "visit"], ["inflict", "impose something unpleasant", "inflict"], ["overthrow", "cause the downfall of; of rulers", "overthrow"], ["trim down", "cut down on; make a reduction in", "trim down"]]}, {"answer": "bring_forth", "hint": "synonyms for bring forth", "clues": [["produce", "bring out for display", "produce"], ["generate", "bring into existence", "generate"], ["mother", "make children", "mother"], ["father", "make children", "father"], ["sire", "make children", "sire"], ["engender", "make children", "engender"], ["get", "make children", "get"], ["beget", "make children", "beget"]]}, {"answer": "bring_home_the_bacon", "hint": "synonyms for bring home the bacon", "clues": [["deliver the goods", "attain success or reach a desired goal", "deliver the goods"], ["come through", "attain success or reach a desired goal", "come through"], ["win", "attain success or reach a desired goal", "win"], ["succeed", "attain success or reach a desired goal", "succeed"], ["provide", "supply means of subsistence; earn a living", "provide"]]}, {"answer": "bring_in", "hint": "synonyms for bring in", "clues": [["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["fetch", "be sold for a certain price", "fetch"], ["bring", "be sold for a certain price", "bring"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["introduce", "bring in a new person or object into a familiar environment", "introduce"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "bring_off", "hint": "synonyms for bring off", "clues": [["negociate", "be successful; achieve a goal", "negociate"], ["carry off", "be successful; achieve a goal", "carry off"], ["manage", "be successful; achieve a goal", "manage"], ["pull off", "be successful; achieve a goal", "pull off"]]}, {"answer": "bring_out", "hint": "synonyms for bring out", "clues": [["unveil", "make visible", "unveil"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["bring on", "bring onto the market or release", "bring on"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["release", "prepare and issue for public distribution or sale", "release"], ["set off", "direct attention to, as if by means of contrast", "set off"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["uncover", "make visible", "uncover"], ["let out", "bring out of a specific state", "let out"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["publish", "prepare and issue for public distribution or sale", "publish"], ["introduce", "bring before the public for the first time, as of an actor, song, etc.", "introduce"], ["put out", "prepare and issue for public distribution or sale", "put out"], ["produce", "bring onto the market or release", "produce"], ["issue", "prepare and issue for public distribution or sale", "issue"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"]]}, {"answer": "bring_up", "hint": "synonyms for bring up", "clues": [["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["raise", "put forward for consideration or discussion", "raise"], ["parent", "bring up", "parent"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["refer", "make reference to", "refer"], ["name", "make reference to", "name"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["elevate", "raise from a lower to a higher position", "elevate"], ["advert", "make reference to", "advert"], ["get up", "raise from a lower to a higher position", "get up"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["mention", "make reference to", "mention"], ["lift", "raise from a lower to a higher position", "lift"], ["reboot", "cause to load (an operating system) and start the initial processes", "reboot"], ["nurture", "bring up", "nurture"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["boot", "cause to load (an operating system) and start the initial processes", "boot"], ["rear", "bring up", "rear"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["cite", "make reference to", "cite"]]}, {"answer": "broaden", "hint": "synonyms for broaden", "clues": [["branch out", "vary in order to spread risk or to expand", "branch out"], ["diversify", "vary in order to spread risk or to expand", "diversify"], ["widen", "extend in scope or range or area", "widen"], ["extend", "extend in scope or range or area", "extend"]]}, {"answer": "browbeat", "hint": "synonyms for browbeat", "clues": [["bully", "discourage or frighten with threats or a domineering manner; intimidate", "bully"], ["ballyrag", "be bossy towards", "ballyrag"], ["boss around", "be bossy towards", "boss around"], ["swagger", "discourage or frighten with threats or a domineering manner; intimidate", "swagger"], ["push around", "be bossy towards", "push around"], ["hector", "be bossy towards", "hector"], ["strong-arm", "be bossy towards", "strong-arm"]]}, {"answer": "brush_aside", "hint": "synonyms for brush aside", "clues": [["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"], ["push aside", "bar from attention or consideration", "push aside"], ["disregard", "bar from attention or consideration", "disregard"], ["ignore", "bar from attention or consideration", "ignore"]]}, {"answer": "brush_off", "hint": "synonyms for brush off", "clues": [["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["push aside", "bar from attention or consideration", "push aside"], ["disregard", "bar from attention or consideration", "disregard"], ["ignore", "bar from attention or consideration", "ignore"]]}, {"answer": "brush_up", "hint": "synonyms for brush up", "clues": [["polish", "bring to a highly developed, finished, or refined state", "polish"], ["round off", "bring to a highly developed, finished, or refined state", "round off"], ["refresh", "refresh one's memory", "refresh"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"], ["round", "bring to a highly developed, finished, or refined state", "round"], ["review", "refresh one's memory", "review"]]}, {"answer": "bucket_along", "hint": "synonyms for bucket along", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["race", "move fast", "race"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "buckle_under", "hint": "synonyms for buckle under", "clues": [["give in", "consent reluctantly", "give in"], ["succumb", "consent reluctantly", "succumb"], ["yield", "consent reluctantly", "yield"], ["knuckle under", "consent reluctantly", "knuckle under"]]}, {"answer": "bug_out", "hint": "synonyms for bug out", "clues": [["bulge out", "bulge outward", "bulge out"], ["protrude", "bulge outward", "protrude"], ["come out", "bulge outward", "come out"], ["pop", "bulge outward", "pop"], ["bulge", "bulge outward", "bulge"], ["pop out", "bulge outward", "pop out"], ["start", "bulge outward", "start"]]}, {"answer": "bugger_off", "hint": "synonyms for bugger off", "clues": [["fuck off", "leave immediately; used usually in the imperative form", "fuck off"], ["scram", "leave immediately; used usually in the imperative form", "scram"], ["buzz off", "leave immediately; used usually in the imperative form", "buzz off"], ["get", "leave immediately; used usually in the imperative form", "get"]]}, {"answer": "build_up", "hint": "synonyms for build up", "clues": [["progress", "form or accumulate steadily", "progress"], ["build", "form or accumulate steadily", "build"], ["arm", "prepare oneself for a military confrontation", "arm"], ["work up", "bolster or strengthen", "work up"], ["ramp up", "bolster or strengthen", "ramp up"], ["gird", "prepare oneself for a military confrontation", "gird"], ["develop", "change the use of and make available or usable", "develop"], ["fortify", "prepare oneself for a military confrontation", "fortify"]]}, {"answer": "bulge_out", "hint": "synonyms for bulge out", "clues": [["protrude", "bulge outward", "protrude"], ["come out", "bulge outward", "come out"], ["pop", "bulge outward", "pop"], ["bulge", "bulge outward", "bulge"], ["pop out", "bulge outward", "pop out"], ["start", "bulge outward", "start"], ["bug out", "bulge outward", "bug out"]]}, {"answer": "bullyrag", "hint": "synonyms for bullyrag", "clues": [["ballyrag", "be bossy towards", "ballyrag"], ["boss around", "be bossy towards", "boss around"], ["push around", "be bossy towards", "push around"], ["hector", "be bossy towards", "hector"], ["strong-arm", "be bossy towards", "strong-arm"], ["bully", "be bossy towards", "bully"], ["browbeat", "be bossy towards", "browbeat"]]}, {"answer": "bum_about", "hint": "synonyms for bum about", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "bum_around", "hint": "synonyms for bum around", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "bumble", "hint": "synonyms for bumble", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["falter", "walk unsteadily", "falter"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["stammer", "speak haltingly", "stammer"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["stumble", "walk unsteadily", "stumble"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["stutter", "speak haltingly", "stutter"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "bump_into", "hint": "synonyms for bump into", "clues": [["jar against", "collide violently with an obstacle", "jar against"], ["run into", "collide violently with an obstacle", "run into"], ["knock against", "collide violently with an obstacle", "knock against"], ["butt against", "collide violently with an obstacle", "butt against"]]}, {"answer": "bump_off", "hint": "synonyms for bump off", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"]]}, {"answer": "bunch_up", "hint": "synonyms for bunch up", "clues": [["clump", "gather or cause to gather into a cluster", "clump"], ["cluster", "gather or cause to gather into a cluster", "cluster"], ["bunch", "form into a bunch", "bunch"], ["bundle", "gather or cause to gather into a cluster", "bundle"], ["bunch together", "form into a bunch", "bunch together"]]}, {"answer": "burble", "hint": "synonyms for burble", "clues": [["guggle", "flow in an irregular current with a bubbling noise", "guggle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["gurgle", "flow in an irregular current with a bubbling noise", "gurgle"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"]]}, {"answer": "burgeon_forth", "hint": "synonyms for burgeon forth", "clues": [["germinate", "produce buds, branches, or germinate", "germinate"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["sprout", "produce buds, branches, or germinate", "sprout"], ["spud", "produce buds, branches, or germinate", "spud"]]}, {"answer": "burn_down", "hint": "synonyms for burn down", "clues": [["burn up", "burn completely; be consumed or destroyed by fire", "burn up"], ["go up", "burn completely; be consumed or destroyed by fire", "go up"], ["burn", "destroy by fire", "burn"], ["fire", "destroy by fire", "fire"]]}, {"answer": "burn_up", "hint": "synonyms for burn up", "clues": [["flare", "burn brightly", "flare"], ["burn", "use up (energy)", "burn"], ["blaze up", "burn brightly", "blaze up"], ["burn down", "burn completely; be consumed or destroyed by fire", "burn down"], ["flame up", "burn brightly", "flame up"], ["go up", "burn completely; be consumed or destroyed by fire", "go up"], ["burn off", "use up (energy)", "burn off"]]}, {"answer": "burst_forth", "hint": "synonyms for burst forth", "clues": [["break loose", "be unleashed; emerge with violence or noise", "break loose"], ["explode", "be unleashed; emerge with violence or noise", "explode"], ["sally out", "jump out from a hiding place and surprise (someone)", "sally out"], ["rush out", "jump out from a hiding place and surprise (someone)", "rush out"], ["leap out", "jump out from a hiding place and surprise (someone)", "leap out"], ["effloresce", "come into or as if into flower", "effloresce"]]}, {"answer": "burst_out", "hint": "synonyms for burst out", "clues": [["flare", "erupt or intensify suddenly", "flare"], ["break open", "erupt or intensify suddenly", "break open"], ["erupt", "erupt or intensify suddenly", "erupt"], ["pop out", "appear suddenly", "pop out"], ["flare up", "erupt or intensify suddenly", "flare up"], ["irrupt", "erupt or intensify suddenly", "irrupt"]]}, {"answer": "bury", "hint": "synonyms for bury", "clues": [["forget", "dismiss from the mind; stop remembering", "forget"], ["inhume", "place in a grave or tomb", "inhume"], ["sink", "embed deeply", "sink"], ["entomb", "place in a grave or tomb", "entomb"], ["inter", "place in a grave or tomb", "inter"], ["immerse", "enclose or envelop completely, as if by swallowing", "immerse"], ["swallow", "enclose or envelop completely, as if by swallowing", "swallow"], ["swallow up", "enclose or envelop completely, as if by swallowing", "swallow up"], ["lay to rest", "place in a grave or tomb", "lay to rest"], ["eat up", "enclose or envelop completely, as if by swallowing", "eat up"]]}, {"answer": "bushwhack", "hint": "synonyms for bushwhack", "clues": [["lurk", "wait in hiding to attack", "lurk"], ["scupper", "wait in hiding to attack", "scupper"], ["ambush", "wait in hiding to attack", "ambush"], ["ambuscade", "wait in hiding to attack", "ambuscade"], ["lie in wait", "wait in hiding to attack", "lie in wait"], ["waylay", "wait in hiding to attack", "waylay"]]}, {"answer": "butt_against", "hint": "synonyms for butt against", "clues": [["jar against", "collide violently with an obstacle", "jar against"], ["run into", "collide violently with an obstacle", "run into"], ["butt on", "lie adjacent to another or share a boundary", "butt on"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["march", "lie adjacent to another or share a boundary", "march"], ["bump into", "collide violently with an obstacle", "bump into"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["knock against", "collide violently with an obstacle", "knock against"], ["border", "lie adjacent to another or share a boundary", "border"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"]]}, {"answer": "butt_in", "hint": "synonyms for butt in", "clues": [["cut in", "break into a conversation", "cut in"], ["put in", "break into a conversation", "put in"], ["chisel in", "break into a conversation", "chisel in"], ["chime in", "break into a conversation", "chime in"], ["barge in", "break into a conversation", "barge in"], ["break in", "break into a conversation", "break in"]]}, {"answer": "butt_on", "hint": "synonyms for butt on", "clues": [["border", "lie adjacent to another or share a boundary", "border"], ["butt against", "lie adjacent to another or share a boundary", "butt against"], ["butt", "lie adjacent to another or share a boundary", "butt"], ["adjoin", "lie adjacent to another or share a boundary", "adjoin"], ["abut", "lie adjacent to another or share a boundary", "abut"], ["edge", "lie adjacent to another or share a boundary", "edge"], ["march", "lie adjacent to another or share a boundary", "march"]]}, {"answer": "button_up", "hint": "synonyms for button up", "clues": [["close up", "refuse to talk or stop talking; fall silent", "close up"], ["belt up", "refuse to talk or stop talking; fall silent", "belt up"], ["shut up", "refuse to talk or stop talking; fall silent", "shut up"], ["keep mum", "refuse to talk or stop talking; fall silent", "keep mum"], ["be quiet", "refuse to talk or stop talking; fall silent", "be quiet"], ["dummy up", "refuse to talk or stop talking; fall silent", "dummy up"], ["clam up", "refuse to talk or stop talking; fall silent", "clam up"]]}, {"answer": "buy_at", "hint": "synonyms for buy at", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "do one's shopping at; do business with; be a customer or client of", "patronise"], ["sponsor", "do one's shopping at; do business with; be a customer or client of", "sponsor"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "buy_the_farm", "hint": "synonyms for buy the farm", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "buzz_off", "hint": "synonyms for buzz off", "clues": [["fuck off", "leave immediately; used usually in the imperative form", "fuck off"], ["scram", "leave immediately; used usually in the imperative form", "scram"], ["bugger off", "leave immediately; used usually in the imperative form", "bugger off"], ["get", "leave immediately; used usually in the imperative form", "get"]]}, {"answer": "ca-ca", "hint": "synonyms for ca-ca", "clues": [["stool", "have a bowel movement", "stool"], ["shit", "have a bowel movement", "shit"], ["take a crap", "have a bowel movement", "take a crap"], ["crap", "have a bowel movement", "crap"], ["take a shit", "have a bowel movement", "take a shit"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"]]}, {"answer": "cadge", "hint": "synonyms for cadge", "clues": [["shnorr", "obtain or seek to obtain by cadging or wheedling", "shnorr"], ["grub", "ask for and get free; be a parasite", "grub"], ["mooch", "ask for and get free; be a parasite", "mooch"], ["sponge", "ask for and get free; be a parasite", "sponge"], ["scrounge", "obtain or seek to obtain by cadging or wheedling", "scrounge"], ["bum", "ask for and get free; be a parasite", "bum"]]}, {"answer": "cajole", "hint": "synonyms for cajole", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"]]}, {"answer": "calculate", "hint": "synonyms for calculate", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["forecast", "judge to be probable", "forecast"], ["look", "have faith or confidence in", "look"], ["bet", "have faith or confidence in", "bet"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["account", "keep an account of", "account"], ["figure", "make a mathematical calculation or computation", "figure"], ["reckon", "have faith or confidence in", "reckon"], ["depend", "have faith or confidence in", "depend"], ["compute", "make a mathematical calculation or computation", "compute"], ["estimate", "judge to be probable", "estimate"], ["count", "have faith or confidence in", "count"], ["count on", "judge to be probable", "count on"], ["direct", "specifically design a product, event, or activity for a certain public", "direct"], ["aim", "specifically design a product, event, or activity for a certain public", "aim"]]}, {"answer": "call_back", "hint": "synonyms for call back", "clues": [["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["recall", "cause to be returned", "recall"], ["remember", "recall knowledge from memory; have a recollection", "remember"], ["think", "recall knowledge from memory; have a recollection", "think"], ["withdraw", "cause to be returned", "withdraw"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["call in", "cause to be returned", "call in"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"]]}, {"answer": "call_down", "hint": "synonyms for call down", "clues": [["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["chew up", "censure severely or angrily", "chew up"], ["jaw", "censure severely or angrily", "jaw"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["reprimand", "censure severely or angrily", "reprimand"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["take to task", "censure severely or angrily", "take to task"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "call_for", "hint": "synonyms for call for", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["gather up", "gather or collect", "gather up"], ["invite", "request the participation or presence of", "invite"], ["pick up", "gather or collect", "pick up"], ["request", "express the need or desire for; ask for", "request"], ["collect", "gather or collect", "collect"], ["need", "require as useful, just, or proper", "need"], ["demand", "require as useful, just, or proper", "demand"], ["postulate", "require as useful, just, or proper", "postulate"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["quest", "express the need or desire for; ask for", "quest"], ["require", "require as useful, just, or proper", "require"], ["take", "require as useful, just, or proper", "take"], ["bespeak", "express the need or desire for; ask for", "bespeak"]]}, {"answer": "call_forth", "hint": "synonyms for call forth", "clues": [["evoke", "evoke or provoke to appear or occur", "evoke"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["kick up", "evoke or provoke to appear or occur", "kick up"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["provoke", "evoke or provoke to appear or occur", "provoke"]]}, {"answer": "call_in", "hint": "synonyms for call in", "clues": [["call back", "cause to be returned", "call back"], ["recall", "cause to be returned", "recall"], ["withdraw", "cause to be returned", "withdraw"], ["call", "pay a brief visit", "call"], ["visit", "pay a brief visit", "visit"]]}, {"answer": "call_off", "hint": "synonyms for call off", "clues": [["scrub", "postpone indefinitely or annul something that was scheduled", "scrub"], ["scratch", "postpone indefinitely or annul something that was scheduled", "scratch"], ["cancel", "postpone indefinitely or annul something that was scheduled", "cancel"], ["call", "give the calls (to the dancers) for a square dance", "call"]]}, {"answer": "call_on_the_carpet", "hint": "synonyms for call on the carpet", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "call_out", "hint": "synonyms for call out", "clues": [["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"]]}, {"answer": "calm_down", "hint": "synonyms for calm down", "clues": [["cool off", "become quiet or calm, especially after a state of agitation", "cool off"], ["cool it", "become quiet or calm, especially after a state of agitation", "cool it"], ["lull", "become quiet or less intensive", "lull"], ["chill out", "become quiet or calm, especially after a state of agitation", "chill out"], ["tranquilize", "make calm or still", "tranquilize"], ["quiet", "make calm or still", "quiet"], ["still", "make calm or still", "still"], ["simmer down", "become quiet or calm, especially after a state of agitation", "simmer down"], ["calm", "make calm or still", "calm"], ["quieten", "make calm or still", "quieten"], ["settle down", "become quiet or calm, especially after a state of agitation", "settle down"]]}, {"answer": "calumniate", "hint": "synonyms for calumniate", "clues": [["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"]]}, {"answer": "camp_out", "hint": "synonyms for camp out", "clues": [["bivouac", "live in or as if in a tent", "bivouac"], ["tent", "live in or as if in a tent", "tent"], ["camp", "live in or as if in a tent", "camp"], ["encamp", "live in or as if in a tent", "encamp"]]}, {"answer": "cannonball_along", "hint": "synonyms for cannonball along", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"]]}, {"answer": "cant_over", "hint": "synonyms for cant over", "clues": [["tilt", "heel over", "tilt"], ["slant", "heel over", "slant"], ["pitch", "heel over", "pitch"], ["cant", "heel over", "cant"]]}, {"answer": "captivate", "hint": "synonyms for captivate", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "care_for", "hint": "synonyms for care for", "clues": [["treasure", "be fond of; be attached to", "treasure"], ["cherish", "be fond of; be attached to", "cherish"], ["treat", "provide treatment for", "treat"], ["hold dear", "be fond of; be attached to", "hold dear"]]}, {"answer": "cark", "hint": "synonyms for cark", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "carry_away", "hint": "synonyms for carry away", "clues": [["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry off"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear off"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear away"], ["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "take away"]]}, {"answer": "carry_off", "hint": "synonyms for carry off", "clues": [["take away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "take away"], ["eradicate", "kill in large numbers", "eradicate"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear off"], ["manage", "be successful; achieve a goal", "manage"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry away"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear away"], ["wipe out", "kill in large numbers", "wipe out"], ["pull off", "be successful; achieve a goal", "pull off"], ["decimate", "kill in large numbers", "decimate"], ["bring off", "be successful; achieve a goal", "bring off"], ["negociate", "be successful; achieve a goal", "negociate"], ["eliminate", "kill in large numbers", "eliminate"], ["extinguish", "kill in large numbers", "extinguish"], ["annihilate", "kill in large numbers", "annihilate"]]}, {"answer": "carry_on", "hint": "synonyms for carry on", "clues": [["deal", "direct the course of; manage or control", "deal"], ["proceed", "continue talking; he continued,", "proceed"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["go on", "continue talking; he continued,", "go on"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last", "preserve"], ["act up", "misbehave badly; act in a silly or improper way", "act up"], ["conduct", "direct the course of; manage or control", "conduct"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["continue", "keep or maintain in unaltered condition; cause to remain or last", "continue"]]}, {"answer": "carry_out", "hint": "synonyms for carry out", "clues": [["action", "put in effect", "action"], ["accomplish", "put in effect", "accomplish"], ["fulfil", "put in effect", "fulfil"], ["execute", "put in effect", "execute"], ["go through", "pursue to a conclusion or bring to a successful issue", "go through"], ["follow up", "pursue to a conclusion or bring to a successful issue", "follow up"], ["implement", "pursue to a conclusion or bring to a successful issue", "implement"], ["follow through", "pursue to a conclusion or bring to a successful issue", "follow through"], ["follow out", "pursue to a conclusion or bring to a successful issue", "follow out"], ["put through", "pursue to a conclusion or bring to a successful issue", "put through"], ["carry through", "put in effect", "carry through"]]}, {"answer": "carry_through", "hint": "synonyms for carry through", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["accomplish", "put in effect", "accomplish"], ["fulfil", "put in effect", "fulfil"], ["bring through", "bring into safety", "bring through"], ["save", "bring into safety", "save"], ["execute", "put in effect", "execute"], ["pull through", "bring into safety", "pull through"]]}, {"answer": "carve_up", "hint": "synonyms for carve up", "clues": [["divide", "separate into parts or portions", "divide"], ["separate", "separate into parts or portions", "separate"], ["split", "separate into parts or portions", "split"], ["split up", "separate into parts or portions", "split up"], ["dissever", "separate into parts or portions", "dissever"]]}, {"answer": "cash_in_one's_chips", "hint": "synonyms for cash in one's chips", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "cast_aside", "hint": "synonyms for cast aside", "clues": [["chuck out", "throw or cast away", "chuck out"], ["dispose", "throw or cast away", "dispose"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["toss", "throw or cast away", "toss"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["toss away", "throw or cast away", "toss away"], ["discard", "throw or cast away", "discard"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "cast_away", "hint": "synonyms for cast away", "clues": [["chuck out", "throw or cast away", "chuck out"], ["dispose", "throw or cast away", "dispose"], ["throw out", "throw or cast away", "throw out"], ["toss", "throw or cast away", "toss"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["discard", "throw or cast away", "discard"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "cast_down", "hint": "synonyms for cast down", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"]]}, {"answer": "cast_off", "hint": "synonyms for cast off", "clues": [["drop", "get rid of", "drop"], ["throw away", "get rid of", "throw away"], ["shake off", "get rid of", "shake off"], ["throw", "get rid of", "throw"], ["throw off", "get rid of", "throw off"], ["shed", "get rid of", "shed"], ["cast", "get rid of", "cast"]]}, {"answer": "cast_out", "hint": "synonyms for cast out", "clues": [["chuck out", "throw or cast away", "chuck out"], ["cast away", "throw or cast away", "cast away"], ["banish", "expel from a community or group", "banish"], ["throw out", "throw or cast away", "throw out"], ["ostracize", "expel from a community or group", "ostracize"], ["put away", "throw or cast away", "put away"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["blackball", "expel from a community or group", "blackball"], ["toss", "throw or cast away", "toss"], ["toss away", "throw or cast away", "toss away"], ["toss out", "throw or cast away", "toss out"], ["shun", "expel from a community or group", "shun"], ["dispose", "throw or cast away", "dispose"], ["ban", "expel from a community or group", "ban"], ["fling", "throw or cast away", "fling"], ["discard", "throw or cast away", "discard"]]}, {"answer": "castigate", "hint": "synonyms for castigate", "clues": [["chastise", "censure severely", "chastise"], ["correct", "censure severely", "correct"], ["objurgate", "censure severely", "objurgate"], ["chasten", "censure severely", "chasten"]]}, {"answer": "catch_fire", "hint": "synonyms for catch fire", "clues": [["conflagrate", "start to burn or burst into flames", "conflagrate"], ["erupt", "start to burn or burst into flames", "erupt"], ["ignite", "start to burn or burst into flames", "ignite"], ["combust", "start to burn or burst into flames", "combust"], ["take fire", "start to burn or burst into flames", "take fire"]]}, {"answer": "catch_on", "hint": "synonyms for catch on", "clues": [["get wise", "understand, usually after some initial difficulty", "get wise"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["latch on", "understand, usually after some initial difficulty", "latch on"], ["tumble", "understand, usually after some initial difficulty", "tumble"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["get it", "understand, usually after some initial difficulty", "get it"], ["twig", "understand, usually after some initial difficulty", "twig"]]}, {"answer": "catch_some_z's", "hint": "synonyms for catch some z's", "clues": [["log Z's", "be asleep", "log Z's"], ["sleep", "be asleep", "sleep"], ["slumber", "be asleep", "slumber"], ["kip", "be asleep", "kip"], ["catch some Z's", "be asleep", "catch some Z's"]]}, {"answer": "cavort", "hint": "synonyms for cavort", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "cede", "hint": "synonyms for cede", "clues": [["yield", "give over; surrender or relinquish to the physical control of another", "yield"], ["deliver", "relinquish possession or control over", "deliver"], ["grant", "give over; surrender or relinquish to the physical control of another", "grant"], ["concede", "give over; surrender or relinquish to the physical control of another", "concede"], ["surrender", "relinquish possession or control over", "surrender"], ["give up", "relinquish possession or control over", "give up"]]}, {"answer": "celebrate", "hint": "synonyms for celebrate", "clues": [["lionize", "assign great social importance to", "lionize"], ["observe", "behave as expected during of holidays or rites", "observe"], ["fete", "have a celebration", "fete"], ["keep", "behave as expected during of holidays or rites", "keep"]]}, {"answer": "center_on", "hint": "synonyms for center on", "clues": [["center", "center upon", "center"], ["revolve about", "center upon", "revolve about"], ["concentrate on", "center upon", "concentrate on"], ["focus on", "center upon", "focus on"], ["revolve around", "center upon", "revolve around"]]}, {"answer": "certify", "hint": "synonyms for certify", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "evidence"], ["demonstrate", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "demonstrate"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "attest"], ["indorse", "guarantee as meeting a certain standard", "indorse"], ["license", "authorize officially", "license"]]}, {"answer": "chaffer", "hint": "synonyms for chaffer", "clues": [["higgle", "wrangle (over a price, terms of an agreement, etc.)", "higgle"], ["huckster", "wrangle (over a price, terms of an agreement, etc.)", "huckster"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["chit-chat", "talk socially without exchanging too much information", "chit-chat"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["haggle", "wrangle (over a price, terms of an agreement, etc.)", "haggle"], ["claver", "talk socially without exchanging too much information", "claver"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "chance_on", "hint": "synonyms for chance on", "clues": [["happen upon", "find unexpectedly", "happen upon"], ["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["attain", "find unexpectedly", "attain"], ["discover", "find unexpectedly", "discover"], ["come across", "find unexpectedly", "come across"], ["light upon", "find unexpectedly", "light upon"], ["come upon", "find unexpectedly", "come upon"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "chance_upon", "hint": "synonyms for chance upon", "clues": [["happen upon", "find unexpectedly", "happen upon"], ["fall upon", "find unexpectedly", "fall upon"], ["attain", "find unexpectedly", "attain"], ["discover", "find unexpectedly", "discover"], ["chance on", "find unexpectedly", "chance on"], ["come across", "find unexpectedly", "come across"], ["light upon", "find unexpectedly", "light upon"], ["come upon", "find unexpectedly", "come upon"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "channelise", "hint": "synonyms for channelise", "clues": [["channelize", "direct the course; determine the direction of travelling", "channelize"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["channel", "send from one person or place to another", "channel"], ["point", "direct the course; determine the direction of travelling", "point"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["transmit", "send from one person or place to another", "transmit"], ["transfer", "send from one person or place to another", "transfer"], ["transport", "send from one person or place to another", "transport"], ["head", "direct the course; determine the direction of travelling", "head"]]}, {"answer": "channelize", "hint": "synonyms for channelize", "clues": [["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["channel", "send from one person or place to another", "channel"], ["point", "direct the course; determine the direction of travelling", "point"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["channelise", "cause to form a channel", "channelise"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["manoeuvre", "direct the course; determine the direction of travelling", "manoeuvre"], ["transmit", "send from one person or place to another", "transmit"], ["transfer", "send from one person or place to another", "transfer"], ["transport", "send from one person or place to another", "transport"], ["head", "direct the course; determine the direction of travelling", "head"]]}, {"answer": "charge_up", "hint": "synonyms for charge up", "clues": [["excite", "cause to be agitated, excited, or roused", "excite"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["rouse", "cause to be agitated, excited, or roused", "rouse"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["agitate", "cause to be agitated, excited, or roused", "agitate"]]}, {"answer": "chase_after", "hint": "synonyms for chase after", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["chase", "pursue someone sexually or romantically", "chase"], ["dog", "go after with the intent to catch", "dog"], ["tail", "go after with the intent to catch", "tail"], ["track", "go after with the intent to catch", "track"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "chase_away", "hint": "synonyms for chase away", "clues": [["dispel", "force to go away; used both with concrete and metaphoric meanings", "dispel"], ["drive off", "force to go away; used both with concrete and metaphoric meanings", "drive off"], ["run off", "force to go away; used both with concrete and metaphoric meanings", "run off"], ["turn back", "force to go away; used both with concrete and metaphoric meanings", "turn back"], ["drive away", "force to go away; used both with concrete and metaphoric meanings", "drive away"], ["drive out", "force to go away; used both with concrete and metaphoric meanings", "drive out"]]}, {"answer": "chasten", "hint": "synonyms for chasten", "clues": [["chastise", "censure severely", "chastise"], ["correct", "censure severely", "correct"], ["subdue", "correct by punishment or discipline", "subdue"], ["objurgate", "censure severely", "objurgate"], ["tame", "correct by punishment or discipline", "tame"], ["temper", "restrain", "temper"], ["moderate", "restrain", "moderate"], ["castigate", "censure severely", "castigate"]]}, {"answer": "chastise", "hint": "synonyms for chastise", "clues": [["correct", "censure severely", "correct"], ["castigate", "censure severely", "castigate"], ["objurgate", "censure severely", "objurgate"], ["chasten", "censure severely", "chasten"]]}, {"answer": "chat_up", "hint": "synonyms for chat up", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["dally", "talk or behave amorously, without serious intentions", "dally"], ["flirt", "talk or behave amorously, without serious intentions", "flirt"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "cheat_on", "hint": "synonyms for cheat on", "clues": [["cuckold", "be sexually unfaithful to one's partner in marriage", "cuckold"], ["cheat", "be sexually unfaithful to one's partner in marriage", "cheat"], ["wander", "be sexually unfaithful to one's partner in marriage", "wander"], ["betray", "be sexually unfaithful to one's partner in marriage", "betray"]]}, {"answer": "check_into", "hint": "synonyms for check into", "clues": [["check", "examine so as to determine accuracy, quality, or condition", "check"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"], ["check out", "examine so as to determine accuracy, quality, or condition", "check out"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"]]}, {"answer": "check_off", "hint": "synonyms for check off", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["mark off", "put a check mark on or near or next to", "mark off"], ["tick off", "put a check mark on or near or next to", "tick off"], ["check", "put a check mark on or near or next to", "check"], ["tick", "put a check mark on or near or next to", "tick"]]}, {"answer": "check_out", "hint": "synonyms for check out", "clues": [["check", "examine so as to determine accuracy, quality, or condition", "check"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["sound out", "try to learn someone's opinions and intentions", "sound out"], ["cheque", "withdraw money by writing a check", "cheque"], ["feel out", "try to learn someone's opinions and intentions", "feel out"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"], ["run down", "trace", "run down"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"]]}, {"answer": "check_over", "hint": "synonyms for check over", "clues": [["check", "examine so as to determine accuracy, quality, or condition", "check"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["check out", "examine so as to determine accuracy, quality, or condition", "check out"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"]]}, {"answer": "check_up_on", "hint": "synonyms for check up on", "clues": [["check", "examine so as to determine accuracy, quality, or condition", "check"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["check out", "examine so as to determine accuracy, quality, or condition", "check out"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"]]}, {"answer": "cheer_up", "hint": "synonyms for cheer up", "clues": [["chirk up", "become cheerful", "chirk up"], ["cheer", "cause (somebody) to feel happier or more cheerful", "cheer"], ["jolly up", "cause (somebody) to feel happier or more cheerful", "jolly up"], ["jolly along", "cause (somebody) to feel happier or more cheerful", "jolly along"]]}, {"answer": "chevvy", "hint": "synonyms for chevvy", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"], ["provoke", "annoy continually or chronically", "provoke"], ["chevy", "annoy continually or chronically", "chevy"]]}, {"answer": "chevy", "hint": "synonyms for chevy", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"], ["provoke", "annoy continually or chronically", "provoke"]]}, {"answer": "chew_out", "hint": "synonyms for chew out", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "chew_over", "hint": "synonyms for chew over", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "chew_the_fat", "hint": "synonyms for chew the fat", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "chew_up", "hint": "synonyms for chew up", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "chicken_out", "hint": "synonyms for chicken out", "clues": [["back down", "remove oneself from an obligation", "back down"], ["pull out", "remove oneself from an obligation", "pull out"], ["bow out", "remove oneself from an obligation", "bow out"], ["back off", "remove oneself from an obligation", "back off"]]}, {"answer": "chide", "hint": "synonyms for chide", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "chill_out", "hint": "synonyms for chill out", "clues": [["cool it", "become quiet or calm, especially after a state of agitation", "cool it"], ["cool off", "become quiet or calm, especially after a state of agitation", "cool off"], ["calm", "become quiet or calm, especially after a state of agitation", "calm"], ["calm down", "become quiet or calm, especially after a state of agitation", "calm down"], ["settle down", "become quiet or calm, especially after a state of agitation", "settle down"], ["simmer down", "become quiet or calm, especially after a state of agitation", "simmer down"]]}, {"answer": "chime_in", "hint": "synonyms for chime in", "clues": [["butt in", "break into a conversation", "butt in"], ["put in", "break into a conversation", "put in"], ["chisel in", "break into a conversation", "chisel in"], ["cut in", "break into a conversation", "cut in"], ["barge in", "break into a conversation", "barge in"], ["break in", "break into a conversation", "break in"]]}, {"answer": "chip_off", "hint": "synonyms for chip off", "clues": [["chip", "break off (a piece from a whole)", "chip"], ["break off", "break off (a piece from a whole)", "break off"], ["come off", "break off (a piece from a whole)", "come off"], ["break away", "break off (a piece from a whole)", "break away"]]}, {"answer": "chisel_in", "hint": "synonyms for chisel in", "clues": [["cut in", "break into a conversation", "cut in"], ["butt in", "break into a conversation", "butt in"], ["put in", "break into a conversation", "put in"], ["chime in", "break into a conversation", "chime in"], ["barge in", "break into a conversation", "barge in"], ["break in", "break into a conversation", "break in"]]}, {"answer": "chivvy", "hint": "synonyms for chivvy", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chevvy", "annoy continually or chronically", "chevvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"], ["provoke", "annoy continually or chronically", "provoke"], ["chivy", "annoy continually or chronically", "chivy"]]}, {"answer": "chivy", "hint": "synonyms for chivy", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"], ["provoke", "annoy continually or chronically", "provoke"]]}, {"answer": "chock_up", "hint": "synonyms for chock up", "clues": [["wad", "crowd or pack to capacity", "wad"], ["jam", "crowd or pack to capacity", "jam"], ["cram", "crowd or pack to capacity", "cram"], ["jampack", "crowd or pack to capacity", "jampack"]]}, {"answer": "choke_off", "hint": "synonyms for choke off", "clues": [["choke back", "suppress", "choke back"], ["clog", "become or cause to become obstructed", "clog"], ["choke down", "suppress", "choke down"], ["foul", "become or cause to become obstructed", "foul"], ["back up", "become or cause to become obstructed", "back up"], ["clog up", "become or cause to become obstructed", "clog up"], ["congest", "become or cause to become obstructed", "congest"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "choose", "hint": "synonyms for choose", "clues": [["pick out", "pick out, select, or choose from a number of alternatives", "pick out"], ["take", "pick out, select, or choose from a number of alternatives", "take"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["prefer", "select as an alternative over another", "prefer"], ["opt", "select as an alternative over another", "opt"]]}, {"answer": "chouse", "hint": "synonyms for chouse", "clues": [["chicane", "defeat someone through trickery or deceit", "chicane"], ["screw", "defeat someone through trickery or deceit", "screw"], ["jockey", "defeat someone through trickery or deceit", "jockey"], ["cheat", "defeat someone through trickery or deceit", "cheat"], ["shaft", "defeat someone through trickery or deceit", "shaft"]]}, {"answer": "chuck_out", "hint": "synonyms for chuck out", "clues": [["eject", "put out or expel from a place", "eject"], ["dispose", "throw or cast away", "dispose"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["turf out", "put out or expel from a place", "turf out"], ["toss", "throw or cast away", "toss"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["discard", "throw or cast away", "discard"], ["boot out", "put out or expel from a place", "boot out"], ["exclude", "put out or expel from a place", "exclude"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "chuck_up_the_sponge", "hint": "synonyms for chuck up the sponge", "clues": [["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["quit", "give up in the face of defeat of lacking hope; admit defeat", "quit"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"]]}, {"answer": "churn_up", "hint": "synonyms for churn up", "clues": [["nauseate", "cause aversion in; offend the moral sense of", "nauseate"], ["revolt", "cause aversion in; offend the moral sense of", "revolt"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["sicken", "cause aversion in; offend the moral sense of", "sicken"]]}, {"answer": "circularise", "hint": "synonyms for circularise", "clues": [["circularize", "canvass by distributing letters", "circularize"], ["pass around", "cause to become widely known", "pass around"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["propagate", "cause to become widely known", "propagate"], ["disseminate", "cause to become widely known", "disseminate"], ["broadcast", "cause to become widely known", "broadcast"], ["spread", "cause to become widely known", "spread"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "circularize", "hint": "synonyms for circularize", "clues": [["circulate", "cause to become widely known", "circulate"], ["pass around", "cause to become widely known", "pass around"], ["circularise", "canvass by distributing letters", "circularise"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["propagate", "cause to become widely known", "propagate"], ["disseminate", "cause to become widely known", "disseminate"], ["broadcast", "cause to become widely known", "broadcast"], ["spread", "cause to become widely known", "spread"], ["disperse", "cause to become widely known", "disperse"]]}, {"answer": "circulate", "hint": "synonyms for circulate", "clues": [["pass around", "cause to become widely known", "pass around"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["propagate", "cause to become widely known", "propagate"], ["spread", "become widely known and passed on", "spread"], ["circle", "move in circles", "circle"], ["mobilize", "cause to move around", "mobilize"], ["circularize", "cause to become widely known", "circularize"], ["pass on", "cause be distributed", "pass on"], ["disseminate", "cause to become widely known", "disseminate"], ["broadcast", "cause to become widely known", "broadcast"], ["go around", "become widely known and passed on", "go around"], ["disperse", "cause to become widely known", "disperse"]]}, {"answer": "circumvent", "hint": "synonyms for circumvent", "clues": [["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["overreach", "beat through cleverness and wit", "overreach"], ["outwit", "beat through cleverness and wit", "outwit"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["hem in", "surround so as to force to give up", "hem in"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["beat", "beat through cleverness and wit", "beat"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["surround", "surround so as to force to give up", "surround"], ["outfox", "beat through cleverness and wit", "outfox"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["besiege", "surround so as to force to give up", "besiege"]]}, {"answer": "civilise", "hint": "synonyms for civilise", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["civilize", "raise from a barbaric to a civilized state", "civilize"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"], ["school", "teach or refine to be discriminative in taste or judgment", "school"]]}, {"answer": "civilize", "hint": "synonyms for civilize", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"], ["school", "teach or refine to be discriminative in taste or judgment", "school"]]}, {"answer": "clam_up", "hint": "synonyms for clam up", "clues": [["button up", "refuse to talk or stop talking; fall silent", "button up"], ["belt up", "refuse to talk or stop talking; fall silent", "belt up"], ["close up", "refuse to talk or stop talking; fall silent", "close up"], ["shut up", "refuse to talk or stop talking; fall silent", "shut up"], ["keep mum", "refuse to talk or stop talking; fall silent", "keep mum"], ["be quiet", "refuse to talk or stop talking; fall silent", "be quiet"], ["dummy up", "refuse to talk or stop talking; fall silent", "dummy up"]]}, {"answer": "classify", "hint": "synonyms for classify", "clues": [["separate", "arrange or order by classes or categories", "separate"], ["sort out", "arrange or order by classes or categories", "sort out"], ["relegate", "assign to a class or kind", "relegate"], ["sort", "arrange or order by classes or categories", "sort"], ["assort", "arrange or order by classes or categories", "assort"], ["class", "arrange or order by classes or categories", "class"]]}, {"answer": "claver", "hint": "synonyms for claver", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "clean_up", "hint": "synonyms for clean up", "clues": [["tidy", "put (things or places) in order", "tidy"], ["square away", "put (things or places) in order", "square away"], ["straighten out", "put (things or places) in order", "straighten out"], ["straighten", "put (things or places) in order", "straighten"], ["neaten", "put (things or places) in order", "neaten"], ["tidy up", "put (things or places) in order", "tidy up"]]}, {"answer": "clear_up", "hint": "synonyms for clear up", "clues": [["clear", "become clear", "clear"], ["finish off", "finish a task completely", "finish off"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["polish off", "finish a task completely", "polish off"], ["light up", "become clear", "light up"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["finish up", "finish a task completely", "finish up"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["brighten", "become clear", "brighten"], ["clarify", "make clear and (more) comprehensible", "clarify"], ["get through", "finish a task completely", "get through"], ["mop up", "finish a task completely", "mop up"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["wrap up", "finish a task completely", "wrap up"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"]]}, {"answer": "cleave", "hint": "synonyms for cleave", "clues": [["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["stick", "come or be in close contact with; stick or hold together and resist separation", "stick"], ["cohere", "come or be in close contact with; stick or hold together and resist separation", "cohere"], ["adhere", "come or be in close contact with; stick or hold together and resist separation", "adhere"], ["rive", "separate or cut with a tool, such as a sharp instrument", "rive"], ["split", "separate or cut with a tool, such as a sharp instrument", "split"]]}, {"answer": "climb_on", "hint": "synonyms for climb on", "clues": [["get on", "get up on the back of", "get on"], ["hop on", "get up on the back of", "hop on"], ["bestride", "get up on the back of", "bestride"], ["mount", "get up on the back of", "mount"], ["mount up", "get up on the back of", "mount up"], ["jump on", "get up on the back of", "jump on"]]}, {"answer": "climb_up", "hint": "synonyms for climb up", "clues": [["climb", "go upward with gradual or continuous progress", "climb"], ["mount", "go upward with gradual or continuous progress", "mount"], ["ascend", "appear to be moving upward, as by means of tendrils", "ascend"], ["rise", "rise in rank or status", "rise"], ["go up", "go upward with gradual or continuous progress", "go up"], ["jump", "rise in rank or status", "jump"]]}, {"answer": "clog_up", "hint": "synonyms for clog up", "clues": [["foul", "become or cause to become obstructed", "foul"], ["back up", "become or cause to become obstructed", "back up"], ["clog", "become or cause to become obstructed", "clog"], ["choke off", "become or cause to become obstructed", "choke off"], ["congest", "become or cause to become obstructed", "congest"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "close_down", "hint": "synonyms for close down", "clues": [["fold", "cease to operate or cause to cease operating", "fold"], ["shut down", "cease to operate or cause to cease operating", "shut down"], ["close up", "cease to operate or cause to cease operating", "close up"], ["close", "cease to operate or cause to cease operating", "close"]]}, {"answer": "clothe", "hint": "synonyms for clothe", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["drape", "cover as if with clothing", "drape"], ["cloak", "cover as if with clothing", "cloak"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["invest", "furnish with power or authority; of kings or emperors", "invest"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["adorn", "furnish with power or authority; of kings or emperors", "adorn"], ["tog", "provide with clothes or put clothes on", "tog"], ["robe", "cover as if with clothing", "robe"]]}, {"answer": "co-occur_with", "hint": "synonyms for co-occur with", "clues": [["collocate with", "go or occur together", "collocate with"], ["cooccur with", "go or occur together", "cooccur with"], ["go with", "go or occur together", "go with"], ["construe with", "go or occur together", "construe with"]]}, {"answer": "coalesce", "hint": "synonyms for coalesce", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "coddle", "hint": "synonyms for coddle", "clues": [["baby", "treat with excessive indulgence", "baby"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "coerce", "hint": "synonyms for coerce", "clues": [["pressure", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "pressure"], ["squeeze", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "squeeze"], ["hale", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "hale"], ["force", "to cause to do through pressure or necessity, by physical, moral or intellectual means :", "force"]]}, {"answer": "coggle", "hint": "synonyms for coggle", "clues": [["paddle", "walk unsteadily", "paddle"], ["toddle", "walk unsteadily", "toddle"], ["wobble", "move unsteadily", "wobble"], ["dodder", "walk unsteadily", "dodder"], ["totter", "walk unsteadily", "totter"], ["waddle", "walk unsteadily", "waddle"]]}, {"answer": "cohere", "hint": "synonyms for cohere", "clues": [["cling", "come or be in close contact with; stick or hold together and resist separation", "cling"], ["cleave", "come or be in close contact with; stick or hold together and resist separation", "cleave"], ["stick", "come or be in close contact with; stick or hold together and resist separation", "stick"], ["adhere", "come or be in close contact with; stick or hold together and resist separation", "adhere"]]}, {"answer": "coiffe", "hint": "synonyms for coiffe", "clues": [["do", "arrange attractively", "do"], ["coiffure", "arrange attractively", "coiffure"], ["set", "arrange attractively", "set"], ["dress", "arrange attractively", "dress"], ["arrange", "arrange attractively", "arrange"], ["coif", "arrange attractively", "coif"]]}, {"answer": "coldcock", "hint": "synonyms for coldcock", "clues": [["knock down", "knock down with force", "knock down"], ["floor", "knock down with force", "floor"], ["dump", "knock down with force", "dump"], ["deck", "knock down with force", "deck"]]}, {"answer": "collide_with", "hint": "synonyms for collide with", "clues": [["run into", "hit against; come into sudden contact with", "run into"], ["strike", "hit against; come into sudden contact with", "strike"], ["hit", "hit against; come into sudden contact with", "hit"], ["impinge on", "hit against; come into sudden contact with", "impinge on"]]}, {"answer": "colligate", "hint": "synonyms for colligate", "clues": [["subsume", "consider (an instance of something) as part of a general rule or principle", "subsume"], ["link up", "make a logical or causal connection", "link up"], ["connect", "make a logical or causal connection", "connect"], ["link", "make a logical or causal connection", "link"], ["associate", "make a logical or causal connection", "associate"], ["tie in", "make a logical or causal connection", "tie in"], ["relate", "make a logical or causal connection", "relate"]]}, {"answer": "colly", "hint": "synonyms for colly", "clues": [["grime", "make soiled, filthy, or dirty", "grime"], ["soil", "make soiled, filthy, or dirty", "soil"], ["dirty", "make soiled, filthy, or dirty", "dirty"], ["begrime", "make soiled, filthy, or dirty", "begrime"], ["bemire", "make soiled, filthy, or dirty", "bemire"]]}, {"answer": "color_in", "hint": "synonyms for color in", "clues": [["colourise", "add color to", "colourise"], ["color", "add color to", "color"], ["colour in", "add color to", "colour in"], ["colorize", "add color to", "colorize"]]}, {"answer": "colorise", "hint": "synonyms for colorise", "clues": [["colourise", "add color to", "colourise"], ["color", "add color to", "color"], ["colour in", "add color to", "colour in"], ["colorize", "add color to", "colorize"]]}, {"answer": "colour_in", "hint": "synonyms for colour in", "clues": [["colourise", "add color to", "colourise"], ["color", "add color to", "color"], ["colorize", "add color to", "colorize"], ["color in", "add color to", "color in"]]}, {"answer": "colourise", "hint": "synonyms for colourise", "clues": [["colorise", "add color to", "colorise"], ["color", "add color to", "color"], ["colourize", "add color to", "colourize"], ["colour in", "add color to", "colour in"]]}, {"answer": "colourize", "hint": "synonyms for colourize", "clues": [["colourise", "add color to", "colourise"], ["color", "add color to", "color"], ["colour in", "add color to", "colour in"], ["colorize", "add color to", "colorize"]]}, {"answer": "combust", "hint": "synonyms for combust", "clues": [["conflagrate", "start to burn or burst into flames", "conflagrate"], ["erupt", "start to burn or burst into flames", "erupt"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["catch fire", "start to burn or burst into flames", "catch fire"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["burn", "cause to burn or combust", "burn"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["blow up", "get very angry and fly into a rage", "blow up"], ["ignite", "start to burn or burst into flames", "ignite"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["take fire", "start to burn or burst into flames", "take fire"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"]]}, {"answer": "come_about", "hint": "synonyms for come about", "clues": [["hap", "come to pass", "hap"], ["occur", "come to pass", "occur"], ["pass off", "come to pass", "pass off"], ["go on", "come to pass", "go on"], ["pass", "come to pass", "pass"], ["happen", "come to pass", "happen"], ["take place", "come to pass", "take place"], ["fall out", "come to pass", "fall out"]]}, {"answer": "come_across", "hint": "synonyms for come across", "clues": [["happen upon", "find unexpectedly", "happen upon"], ["resonate", "be received or understood", "resonate"], ["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["attain", "find unexpectedly", "attain"], ["see", "come together", "see"], ["run across", "come together", "run across"], ["run into", "come together", "run into"], ["discover", "find unexpectedly", "discover"], ["meet", "come together", "meet"], ["come over", "communicate the intended meaning or impression", "come over"], ["encounter", "come together", "encounter"], ["light upon", "find unexpectedly", "light upon"], ["come upon", "find unexpectedly", "come upon"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "come_alive", "hint": "synonyms for come alive", "clues": [["awaken", "stop sleeping", "awaken"], ["wake", "stop sleeping", "wake"], ["wake up", "stop sleeping", "wake up"], ["arouse", "stop sleeping", "arouse"]]}, {"answer": "come_along", "hint": "synonyms for come along", "clues": [["progress", "develop in a positive way", "progress"], ["appear", "come into being or existence, or appear on the scene", "appear"], ["get along", "develop in a positive way", "get along"], ["advance", "develop in a positive way", "advance"], ["come on", "develop in a positive way", "come on"], ["get on", "develop in a positive way", "get on"], ["shape up", "develop in a positive way", "shape up"]]}, {"answer": "come_apart", "hint": "synonyms for come apart", "clues": [["split up", "become separated into pieces or fragments", "split up"], ["fall apart", "become separated into pieces or fragments", "fall apart"], ["break", "become separated into pieces or fragments", "break"], ["separate", "become separated into pieces or fragments", "separate"]]}, {"answer": "come_back", "hint": "synonyms for come back", "clues": [["return", "go back to something earlier", "return"], ["recall", "go back to something earlier", "recall"], ["retort", "answer back", "retort"], ["riposte", "answer back", "riposte"], ["hark back", "go back to something earlier", "hark back"], ["rejoin", "answer back", "rejoin"], ["repay", "answer back", "repay"]]}, {"answer": "come_down", "hint": "synonyms for come down", "clues": [["descend", "move downward and lower, but not necessarily all the way", "descend"], ["fall", "move downward and lower, but not necessarily all the way", "fall"], ["boil down", "be the essential element", "boil down"], ["precipitate", "fall from clouds", "precipitate"], ["sicken", "get sick", "sicken"], ["reduce", "be the essential element", "reduce"], ["go down", "move downward and lower, but not necessarily all the way", "go down"]]}, {"answer": "come_forth", "hint": "synonyms for come forth", "clues": [["issue", "come out of", "issue"], ["egress", "come out of", "egress"], ["go forth", "come out of", "go forth"], ["come out", "come out of", "come out"], ["emerge", "happen or occur as a result of something", "emerge"]]}, {"answer": "come_forward", "hint": "synonyms for come forward", "clues": [["step up", "make oneself visible; take action", "step up"], ["come to the fore", "make oneself visible; take action", "come to the fore"], ["step forward", "make oneself visible; take action", "step forward"], ["come out", "make oneself visible; take action", "come out"], ["step to the fore", "make oneself visible; take action", "step to the fore"]]}, {"answer": "come_home", "hint": "synonyms for come home", "clues": [["click", "become clear or enter one's consciousness or emotions", "click"], ["get across", "become clear or enter one's consciousness or emotions", "get across"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "come_in", "hint": "synonyms for come in", "clues": [["come out", "take a place in a competition; often followed by an ordinal", "come out"], ["enter", "to come or go into", "enter"], ["put in", "to insert between other elements", "put in"], ["interject", "to insert between other elements", "interject"], ["come", "be received", "come"], ["throw in", "to insert between other elements", "throw in"], ["go into", "to come or go into", "go into"], ["get in", "to come or go into", "get in"], ["move into", "to come or go into", "move into"], ["inject", "to insert between other elements", "inject"], ["place", "take a place in a competition; often followed by an ordinal", "place"], ["interpose", "to insert between other elements", "interpose"], ["go in", "to come or go into", "go in"]]}, {"answer": "come_near", "hint": "synonyms for come near", "clues": [["approach", "move towards", "approach"], ["draw close", "move towards", "draw close"], ["near", "move towards", "near"], ["go up", "move towards", "go up"], ["come on", "move towards", "come on"], ["draw near", "move towards", "draw near"]]}, {"answer": "come_off", "hint": "synonyms for come off", "clues": [["chip", "break off (a piece from a whole)", "chip"], ["go off", "happen in a particular manner", "go off"], ["break off", "break off (a piece from a whole)", "break off"], ["go over", "happen in a particular manner", "go over"], ["chip off", "break off (a piece from a whole)", "chip off"], ["detach", "come to be detached", "detach"], ["come away", "come to be detached", "come away"], ["break away", "break off (a piece from a whole)", "break away"]]}, {"answer": "come_on", "hint": "synonyms for come on", "clues": [["progress", "develop in a positive way", "progress"], ["approach", "move towards", "approach"], ["come near", "move towards", "come near"], ["get on", "develop in a positive way", "get on"], ["turn up", "appear or become visible; make a showing", "turn up"], ["near", "move towards", "near"], ["get along", "develop in a positive way", "get along"], ["go on", "start running, functioning, or operating", "go on"], ["draw near", "move towards", "draw near"], ["advance", "develop in a positive way", "advance"], ["shape up", "develop in a positive way", "shape up"], ["draw close", "move towards", "draw close"], ["come out", "appear or become visible; make a showing", "come out"], ["go up", "move towards", "go up"], ["come along", "develop in a positive way", "come along"], ["surface", "appear or become visible; make a showing", "surface"], ["come up", "start running, functioning, or operating", "come up"], ["show up", "appear or become visible; make a showing", "show up"]]}, {"answer": "come_out", "hint": "synonyms for come out", "clues": [["issue", "come out of", "issue"], ["out", "be made known; be disclosed or revealed", "out"], ["egress", "come out of", "egress"], ["come on", "appear or become visible; make a showing", "come on"], ["break through", "break out", "break through"], ["come to the fore", "make oneself visible; take action", "come to the fore"], ["start", "bulge outward", "start"], ["step forward", "make oneself visible; take action", "step forward"], ["emerge", "come out of", "emerge"], ["step to the fore", "make oneself visible; take action", "step to the fore"], ["bulge out", "bulge outward", "bulge out"], ["go forth", "come out of", "go forth"], ["pop out", "bulge outward", "pop out"], ["show up", "appear or become visible; make a showing", "show up"], ["appear", "be issued or published", "appear"], ["erupt", "break out", "erupt"], ["come forward", "make oneself visible; take action", "come forward"], ["step up", "make oneself visible; take action", "step up"], ["turn up", "appear or become visible; make a showing", "turn up"], ["turn out", "result or end", "turn out"], ["pop", "bulge outward", "pop"], ["push through", "break out", "push through"], ["protrude", "bulge outward", "protrude"], ["place", "take a place in a competition; often followed by an ordinal", "place"], ["fall out", "come off", "fall out"], ["bulge", "bulge outward", "bulge"], ["surface", "appear or become visible; make a showing", "surface"], ["come forth", "come out of", "come forth"], ["come out of the closet", "to state openly and publicly one's homosexuality", "come out of the closet"]]}, {"answer": "come_through", "hint": "synonyms for come through", "clues": [["pull through", "continue in existence after (an adversity, etc.)", "pull through"], ["make it", "continue in existence after (an adversity, etc.)", "make it"], ["bring home the bacon", "attain success or reach a desired goal", "bring home the bacon"], ["break through", "penetrate", "break through"], ["deliver the goods", "attain success or reach a desired goal", "deliver the goods"], ["win", "attain success or reach a desired goal", "win"], ["succeed", "attain success or reach a desired goal", "succeed"], ["get through", "succeed in reaching a real or abstract destination after overcoming problems", "get through"], ["survive", "continue in existence after (an adversity, etc.)", "survive"], ["pull round", "continue in existence after (an adversity, etc.)", "pull round"]]}, {"answer": "come_to", "hint": "synonyms for come to", "clues": [["strike", "cause to experience suddenly", "strike"], ["revive", "return to consciousness", "revive"], ["have-to doe with", "be relevant to", "have-to doe with"], ["bear on", "be relevant to", "bear on"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["hit", "cause to experience suddenly", "hit"], ["pertain", "be relevant to", "pertain"], ["concern", "be relevant to", "concern"], ["resuscitate", "return to consciousness", "resuscitate"], ["touch", "be relevant to", "touch"], ["refer", "be relevant to", "refer"]]}, {"answer": "come_to_the_fore", "hint": "synonyms for come to the fore", "clues": [["step up", "make oneself visible; take action", "step up"], ["come forward", "make oneself visible; take action", "come forward"], ["step to the fore", "make oneself visible; take action", "step to the fore"], ["step forward", "make oneself visible; take action", "step forward"], ["come out", "make oneself visible; take action", "come out"]]}, {"answer": "come_up", "hint": "synonyms for come up", "clues": [["go up", "move upward", "go up"], ["rise", "come to the surface", "rise"], ["rise up", "come to the surface", "rise up"], ["go on", "start running, functioning, or operating", "go on"], ["find", "get something or somebody for a specific purpose", "find"], ["move up", "move upward", "move up"], ["uprise", "move upward", "uprise"], ["bob up", "originate or come into being", "bob up"], ["surface", "come to the surface", "surface"], ["come on", "start running, functioning, or operating", "come on"], ["summon", "gather or bring together", "summon"], ["ascend", "come up, of celestial bodies", "ascend"], ["scrape up", "gather (money or other resources) together over time", "scrape up"], ["muster", "gather or bring together", "muster"], ["scrape", "gather (money or other resources) together over time", "scrape"], ["lift", "move upward", "lift"], ["scratch", "gather (money or other resources) together over time", "scratch"], ["muster up", "gather or bring together", "muster up"], ["get hold", "get something or somebody for a specific purpose", "get hold"], ["line up", "get something or somebody for a specific purpose", "line up"], ["come", "move toward, travel toward something or somebody or approach something or somebody", "come"], ["rally", "gather or bring together", "rally"]]}, {"answer": "come_upon", "hint": "synonyms for come upon", "clues": [["happen upon", "find unexpectedly", "happen upon"], ["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["attain", "find unexpectedly", "attain"], ["discover", "find unexpectedly", "discover"], ["enter upon", "take possession of", "enter upon"], ["come across", "find unexpectedly", "come across"], ["light upon", "find unexpectedly", "light upon"], ["luck into", "take possession of", "luck into"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "commemorate", "hint": "synonyms for commemorate", "clues": [["memorialise", "be or provide a memorial to a person or an event", "memorialise"], ["immortalise", "be or provide a memorial to a person or an event", "immortalise"], ["record", "be or provide a memorial to a person or an event", "record"], ["mark", "mark by some ceremony or observation", "mark"], ["remember", "call to remembrance; keep alive the memory of someone or something, as in a ceremony", "remember"]]}, {"answer": "commence", "hint": "synonyms for commence", "clues": [["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["start", "get off the ground", "start"], ["lead off", "set in motion, cause to start", "lead off"], ["start up", "get off the ground", "start up"], ["begin", "set in motion, cause to start", "begin"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["embark on", "get off the ground", "embark on"]]}, {"answer": "comminate", "hint": "synonyms for comminate", "clues": [["execrate", "curse or declare to be evil or anathema or threaten with divine punishment", "execrate"], ["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematise"], ["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemize"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment", "accurse"]]}, {"answer": "commingle", "hint": "synonyms for commingle", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "comminute", "hint": "synonyms for comminute", "clues": [["grind", "reduce to small pieces or particles by pounding or abrading", "grind"], ["bray", "reduce to small pieces or particles by pounding or abrading", "bray"], ["mash", "reduce to small pieces or particles by pounding or abrading", "mash"], ["crunch", "reduce to small pieces or particles by pounding or abrading", "crunch"]]}, {"answer": "commit", "hint": "synonyms for commit", "clues": [["perpetrate", "perform an act, usually with a negative connotation", "perpetrate"], ["confide", "confer a trust upon", "confide"], ["put", "make an investment", "put"], ["practice", "engage in or perform", "practice"], ["charge", "cause to be admitted; of persons to an institution", "charge"], ["pull", "perform an act, usually with a negative connotation", "pull"], ["send", "cause to be admitted; of persons to an institution", "send"], ["trust", "confer a trust upon", "trust"], ["intrust", "confer a trust upon", "intrust"], ["institutionalize", "cause to be admitted; of persons to an institution", "institutionalize"], ["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["give", "give entirely to a specific person, activity, or cause", "give"], ["invest", "make an investment", "invest"], ["place", "make an investment", "place"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"]]}, {"answer": "commix", "hint": "synonyms for commix", "clues": [["mix", "to bring or combine together or with something else", "mix"], ["mingle", "to bring or combine together or with something else", "mingle"], ["unify", "to bring or combine together or with something else", "unify"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"]]}, {"answer": "commove", "hint": "synonyms for commove", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["stir up", "change the arrangement or position of", "stir up"], ["raise up", "change the arrangement or position of", "raise up"], ["vex", "change the arrangement or position of", "vex"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["shake up", "change the arrangement or position of", "shake up"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["rouse", "cause to be agitated, excited, or roused", "rouse"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["turn on", "cause to be agitated, excited, or roused", "turn on"]]}, {"answer": "communicate", "hint": "synonyms for communicate", "clues": [["intercommunicate", "transmit thoughts or feelings", "intercommunicate"], ["put across", "transmit information", "put across"], ["pass along", "transmit information", "pass along"], ["convey", "transfer to another", "convey"], ["pass", "transmit information", "pass"], ["transmit", "transfer to another", "transmit"], ["pass on", "transmit information", "pass on"], ["commune", "receive Communion, in the Catholic church", "commune"]]}, {"answer": "compensate", "hint": "synonyms for compensate", "clues": [["make up", "do or give something to somebody in return", "make up"], ["recompense", "make amends for; pay compensation for", "recompense"], ["correct", "make reparations or amends for", "correct"], ["repair", "make amends for; pay compensation for", "repair"], ["pay", "do or give something to somebody in return", "pay"], ["remunerate", "make payment to; compensate", "remunerate"], ["cover", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "cover"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["indemnify", "make amends for; pay compensation for", "indemnify"], ["overcompensate", "make up for shortcomings or a feeling of inferiority by exaggerating good qualities", "overcompensate"], ["redress", "make reparations or amends for", "redress"], ["even up", "adjust for", "even up"], ["right", "make reparations or amends for", "right"], ["pay off", "do or give something to somebody in return", "pay off"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "compile", "hint": "synonyms for compile", "clues": [["roll up", "get or gather together", "roll up"], ["amass", "get or gather together", "amass"], ["compose", "put together out of existing material", "compose"], ["pile up", "get or gather together", "pile up"], ["collect", "get or gather together", "collect"], ["accumulate", "get or gather together", "accumulate"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "complain", "hint": "synonyms for complain", "clues": [["kick", "express complaints, discontent, displeasure, or unhappiness", "kick"], ["quetch", "express complaints, discontent, displeasure, or unhappiness", "quetch"], ["sound off", "express complaints, discontent, displeasure, or unhappiness", "sound off"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness", "kvetch"], ["plain", "express complaints, discontent, displeasure, or unhappiness", "plain"]]}, {"answer": "complicate", "hint": "synonyms for complicate", "clues": [["elaborate", "make more complex, intricate, or richer", "elaborate"], ["refine", "make more complex, intricate, or richer", "refine"], ["rarify", "make more complex, intricate, or richer", "rarify"], ["perplex", "make more complicated", "perplex"]]}, {"answer": "complot", "hint": "synonyms for complot", "clues": [["machinate", "engage in plotting or enter into a conspiracy, swear together", "machinate"], ["cabal", "engage in plotting or enter into a conspiracy, swear together", "cabal"], ["conjure", "engage in plotting or enter into a conspiracy, swear together", "conjure"], ["conspire", "engage in plotting or enter into a conspiracy, swear together", "conspire"]]}, {"answer": "comport", "hint": "synonyms for comport", "clues": [["behave", "behave well or properly", "behave"], ["deport", "behave in a certain manner", "deport"], ["conduct", "behave in a certain manner", "conduct"], ["bear", "behave in a certain manner", "bear"], ["acquit", "behave in a certain manner", "acquit"], ["carry", "behave in a certain manner", "carry"]]}, {"answer": "compose", "hint": "synonyms for compose", "clues": [["frame", "make up plans or basic details for", "frame"], ["compile", "put together out of existing material", "compile"], ["draw up", "make up plans or basic details for", "draw up"], ["indite", "produce a literary work", "indite"], ["write", "produce a literary work", "write"], ["pen", "produce a literary work", "pen"]]}, {"answer": "comprehend", "hint": "synonyms for comprehend", "clues": [["grasp", "get the meaning of something", "grasp"], ["compass", "get the meaning of something", "compass"], ["perceive", "to become aware of through the senses", "perceive"], ["apprehend", "get the meaning of something", "apprehend"], ["embrace", "include in scope; include as part of something broader; have as one's sphere or territory", "embrace"], ["dig", "get the meaning of something", "dig"], ["savvy", "get the meaning of something", "savvy"], ["grok", "get the meaning of something", "grok"], ["cover", "include in scope; include as part of something broader; have as one's sphere or territory", "cover"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "comprise", "hint": "synonyms for comprise", "clues": [["make up", "form or compose", "make up"], ["constitute", "form or compose", "constitute"], ["contain", "include or contain; have as a component", "contain"], ["incorporate", "include or contain; have as a component", "incorporate"], ["be", "form or compose", "be"], ["represent", "form or compose", "represent"], ["consist", "be composed of", "consist"]]}, {"answer": "compute", "hint": "synonyms for compute", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["figure", "make a mathematical calculation or computation", "figure"], ["calculate", "make a mathematical calculation or computation", "calculate"]]}, {"answer": "concede", "hint": "synonyms for concede", "clues": [["yield", "give over; surrender or relinquish to the physical control of another", "yield"], ["confess", "admit (to a wrongdoing)", "confess"], ["grant", "give over; surrender or relinquish to the physical control of another", "grant"], ["profess", "admit (to a wrongdoing)", "profess"], ["cede", "give over; surrender or relinquish to the physical control of another", "cede"]]}, {"answer": "conceive", "hint": "synonyms for conceive", "clues": [["think", "judge or regard; look upon; judge", "think"], ["gestate", "have the idea for", "gestate"], ["conceptualize", "have the idea for", "conceptualize"], ["believe", "judge or regard; look upon; judge", "believe"], ["consider", "judge or regard; look upon; judge", "consider"]]}, {"answer": "concentrate_on", "hint": "synonyms for concentrate on", "clues": [["center", "center upon", "center"], ["revolve about", "center upon", "revolve about"], ["center on", "center upon", "center on"], ["focus on", "center upon", "focus on"], ["revolve around", "center upon", "revolve around"]]}, {"answer": "conciliate", "hint": "synonyms for conciliate", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["settle", "come to terms", "settle"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["reconcile", "come to terms", "reconcile"], ["make up", "come to terms", "make up"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["patch up", "come to terms", "patch up"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["accommodate", "make (one thing) compatible with (another)", "accommodate"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "conclude", "hint": "synonyms for conclude", "clues": [["close", "come to a close", "close"], ["resolve", "reach a conclusion after a discussion or deliberation", "resolve"], ["reason", "decide by reasoning; draw or come to a conclusion", "reason"], ["reason out", "decide by reasoning; draw or come to a conclusion", "reason out"]]}, {"answer": "concoct", "hint": "synonyms for concoct", "clues": [["trump up", "invent", "trump up"], ["think of", "devise or invent", "think of"], ["think up", "devise or invent", "think up"], ["dream up", "devise or invent", "dream up"], ["hatch", "devise or invent", "hatch"], ["cook up", "prepare or cook by mixing ingredients", "cook up"]]}, {"answer": "concur", "hint": "synonyms for concur", "clues": [["concord", "be in accord; be in agreement", "concord"], ["agree", "be in accord; be in agreement", "agree"], ["coincide", "happen simultaneously", "coincide"], ["hold", "be in accord; be in agreement", "hold"]]}, {"answer": "condemn", "hint": "synonyms for condemn", "clues": [["decry", "express strong disapproval of", "decry"], ["reprobate", "express strong disapproval of", "reprobate"], ["objurgate", "express strong disapproval of", "objurgate"], ["doom", "pronounce a sentence on (somebody) in a court of law", "doom"], ["excoriate", "express strong disapproval of", "excoriate"], ["sentence", "pronounce a sentence on (somebody) in a court of law", "sentence"]]}, {"answer": "condense", "hint": "synonyms for condense", "clues": [["digest", "make more concise", "digest"], ["contract", "compress or concentrate", "contract"], ["distil", "undergo condensation; change from a gaseous to a liquid state and fall in drops", "distil"], ["concentrate", "make more concise", "concentrate"]]}, {"answer": "condescend", "hint": "synonyms for condescend", "clues": [["stoop", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "stoop"], ["lower oneself", "debase oneself morally, act in an undignified, unworthy, or dishonorable way", "lower oneself"], ["deign", "do something that one considers to be below one's dignity", "deign"], ["descend", "do something that one considers to be below one's dignity", "descend"], ["patronise", "treat condescendingly", "patronise"]]}, {"answer": "condole_with", "hint": "synonyms for condole with", "clues": [["sympathize with", "share the suffering of", "sympathize with"], ["pity", "share the suffering of", "pity"], ["compassionate", "share the suffering of", "compassionate"], ["feel for", "share the suffering of", "feel for"]]}, {"answer": "confabulate", "hint": "synonyms for confabulate", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["confer", "have a conference in order to talk something over", "confer"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["consult", "have a conference in order to talk something over", "consult"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["confab", "have a conference in order to talk something over", "confab"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "confer", "hint": "synonyms for confer", "clues": [["bestow", "present", "bestow"], ["consult", "have a conference in order to talk something over", "consult"], ["confab", "have a conference in order to talk something over", "confab"], ["confabulate", "have a conference in order to talk something over", "confabulate"]]}, {"answer": "confess", "hint": "synonyms for confess", "clues": [["fink", "confess to a punishable or reprehensible deed, usually under pressure", "fink"], ["concede", "admit (to a wrongdoing)", "concede"], ["profess", "admit (to a wrongdoing)", "profess"], ["squeal", "confess to a punishable or reprehensible deed, usually under pressure", "squeal"]]}, {"answer": "confine", "hint": "synonyms for confine", "clues": [["limit", "place limits on (extent or access)", "limit"], ["hold in", "close in; darkness enclosed him\"", "hold in"], ["restrict", "place limits on (extent or access)", "restrict"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["circumscribe", "restrict or confine,", "circumscribe"], ["trammel", "place limits on (extent or access)", "trammel"], ["enclose", "close in; darkness enclosed him\"", "enclose"], ["hold", "to close within bounds, limit or hold back from movement", "hold"], ["bound", "place limits on (extent or access)", "bound"], ["detain", "deprive of freedom; take into confinement", "detain"]]}, {"answer": "confirm", "hint": "synonyms for confirm", "clues": [["support", "establish or strengthen as with new evidence or facts", "support"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["reassert", "strengthen or make more firm", "reassert"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"]]}, {"answer": "conflagrate", "hint": "synonyms for conflagrate", "clues": [["erupt", "start to burn or burst into flames", "erupt"], ["enkindle", "cause to start burning", "enkindle"], ["ignite", "start to burn or burst into flames", "ignite"], ["combust", "start to burn or burst into flames", "combust"], ["catch fire", "start to burn or burst into flames", "catch fire"], ["inflame", "cause to start burning", "inflame"], ["take fire", "start to burn or burst into flames", "take fire"]]}, {"answer": "conflate", "hint": "synonyms for conflate", "clues": [["fuse", "mix together different elements", "fuse"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "confound", "hint": "synonyms for confound", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["confuse", "mistake one thing for another", "confuse"], ["befuddle", "be confusing or perplexing to; cause to be unable to think clearly", "befuddle"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "confuse", "hint": "synonyms for confuse", "clues": [["discombobulate", "be confusing or perplexing to; cause to be unable to think clearly", "discombobulate"], ["flurry", "cause to feel embarrassment", "flurry"], ["mix up", "assemble without order or sense", "mix up"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["obscure", "make unclear, indistinct, or blurred", "obscure"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["put off", "cause to feel embarrassment", "put off"], ["disconcert", "cause to feel embarrassment", "disconcert"], ["obnubilate", "make unclear, indistinct, or blurred", "obnubilate"], ["jumble", "assemble without order or sense", "jumble"], ["throw", "be confusing or perplexing to; cause to be unable to think clearly", "throw"], ["blur", "make unclear, indistinct, or blurred", "blur"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "congest", "hint": "synonyms for congest", "clues": [["foul", "become or cause to become obstructed", "foul"], ["back up", "become or cause to become obstructed", "back up"], ["clog", "become or cause to become obstructed", "clog"], ["choke off", "become or cause to become obstructed", "choke off"], ["clog up", "become or cause to become obstructed", "clog up"], ["choke", "become or cause to become obstructed", "choke"]]}, {"answer": "congratulate", "hint": "synonyms for congratulate", "clues": [["preen", "pride or congratulate (oneself) for an achievement", "preen"], ["plume", "be proud of", "plume"], ["pride", "be proud of", "pride"], ["felicitate", "express congratulations", "felicitate"], ["compliment", "say something to someone that expresses praise", "compliment"]]}, {"answer": "conjoin", "hint": "synonyms for conjoin", "clues": [["wed", "take in marriage", "wed"], ["marry", "take in marriage", "marry"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["join", "make contact or come together", "join"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "conjure", "hint": "synonyms for conjure", "clues": [["machinate", "engage in plotting or enter into a conspiracy, swear together", "machinate"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["bid", "ask for or request earnestly", "bid"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["entreat", "ask for or request earnestly", "entreat"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["complot", "engage in plotting or enter into a conspiracy, swear together", "complot"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["cabal", "engage in plotting or enter into a conspiracy, swear together", "cabal"], ["press", "ask for or request earnestly", "press"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["conspire", "engage in plotting or enter into a conspiracy, swear together", "conspire"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["beseech", "ask for or request earnestly", "beseech"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["adjure", "ask for or request earnestly", "adjure"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"]]}, {"answer": "conjure_up", "hint": "synonyms for conjure up", "clues": [["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"]]}, {"answer": "conk_out", "hint": "synonyms for conk out", "clues": [["give way", "stop operating or functioning", "give way"], ["break", "stop operating or functioning", "break"], ["fail", "stop operating or functioning", "fail"], ["go", "stop operating or functioning", "go"], ["give out", "stop operating or functioning", "give out"], ["die", "stop operating or functioning", "die"], ["go bad", "stop operating or functioning", "go bad"], ["poop out", "use up all one's strength and energy and stop working", "poop out"], ["peter out", "use up all one's strength and energy and stop working", "peter out"], ["break down", "stop operating or functioning", "break down"], ["run out", "use up all one's strength and energy and stop working", "run out"], ["run down", "use up all one's strength and energy and stop working", "run down"]]}, {"answer": "connect", "hint": "synonyms for connect", "clues": [["get in touch", "establish communication with someone", "get in touch"], ["associate", "make a logical or causal connection", "associate"], ["tie", "connect, fasten, or put together two or more pieces", "tie"], ["touch base", "establish communication with someone", "touch base"], ["plug in", "plug into an outlet", "plug in"], ["join", "be or become joined or united or linked", "join"], ["link up", "connect, fasten, or put together two or more pieces", "link up"], ["colligate", "make a logical or causal connection", "colligate"], ["link", "make a logical or causal connection", "link"], ["unite", "be or become joined or united or linked", "unite"], ["tie in", "make a logical or causal connection", "tie in"], ["relate", "make a logical or causal connection", "relate"]]}, {"answer": "conquer", "hint": "synonyms for conquer", "clues": [["stamp down", "to put down by force or authority", "stamp down"], ["capture", "take possession of by force, as after an invasion", "capture"], ["inhibit", "to put down by force or authority", "inhibit"], ["seize", "take possession of by force, as after an invasion", "seize"], ["subdue", "to put down by force or authority", "subdue"], ["appropriate", "take possession of by force, as after an invasion", "appropriate"], ["suppress", "to put down by force or authority", "suppress"], ["curb", "to put down by force or authority", "curb"]]}, {"answer": "consider", "hint": "synonyms for consider", "clues": [["think", "judge or regard; look upon; judge", "think"], ["regard", "deem to be", "regard"], ["look at", "take into consideration for exemplifying purposes", "look at"], ["deal", "take into consideration for exemplifying purposes", "deal"], ["count", "show consideration for; take into account", "count"], ["conceive", "judge or regard; look upon; judge", "conceive"], ["weigh", "show consideration for; take into account", "weigh"], ["take", "take into consideration for exemplifying purposes", "take"], ["deliberate", "think about carefully; weigh", "deliberate"], ["view", "deem to be", "view"], ["see", "deem to be", "see"], ["reckon", "deem to be", "reckon"], ["study", "give careful consideration to", "study"], ["debate", "think about carefully; weigh", "debate"], ["turn over", "think about carefully; weigh", "turn over"], ["moot", "think about carefully; weigh", "moot"], ["believe", "judge or regard; look upon; judge", "believe"]]}, {"answer": "consist", "hint": "synonyms for consist", "clues": [["lie", "originate (in)", "lie"], ["dwell", "originate (in)", "dwell"], ["comprise", "be composed of", "comprise"], ["lie in", "originate (in)", "lie in"]]}, {"answer": "conspire", "hint": "synonyms for conspire", "clues": [["machinate", "engage in plotting or enter into a conspiracy, swear together", "machinate"], ["complot", "engage in plotting or enter into a conspiracy, swear together", "complot"], ["cabal", "engage in plotting or enter into a conspiracy, swear together", "cabal"], ["conjure", "engage in plotting or enter into a conspiracy, swear together", "conjure"], ["collude", "act in unison or agreement and in secret towards a deceitful or illegal purpose", "collude"]]}, {"answer": "constellate", "hint": "synonyms for constellate", "clues": [["flock", "come together as in a cluster or flock", "flock"], ["stud", "scatter or intersperse like dots or studs", "stud"], ["clump", "come together as in a cluster or flock", "clump"], ["dot", "scatter or intersperse like dots or studs", "dot"], ["cluster", "come together as in a cluster or flock", "cluster"]]}, {"answer": "constitute", "hint": "synonyms for constitute", "clues": [["make up", "form or compose", "make up"], ["make", "to compose or represent:", "make"], ["represent", "form or compose", "represent"], ["name", "create and charge with a task or function", "name"], ["institute", "set up or lay the groundwork for", "institute"], ["establish", "set up or lay the groundwork for", "establish"], ["comprise", "form or compose", "comprise"], ["nominate", "create and charge with a task or function", "nominate"], ["plant", "set up or lay the groundwork for", "plant"], ["found", "set up or lay the groundwork for", "found"], ["form", "to compose or represent:", "form"], ["be", "form or compose", "be"], ["appoint", "create and charge with a task or function", "appoint"]]}, {"answer": "constrain", "hint": "synonyms for constrain", "clues": [["restrain", "hold back", "restrain"], ["tighten up", "restrict", "tighten up"], ["cumber", "hold back", "cumber"], ["tighten", "restrict", "tighten"], ["stiffen", "restrict", "stiffen"]]}, {"answer": "constrict", "hint": "synonyms for constrict", "clues": [["press", "squeeze or press together", "press"], ["compress", "squeeze or press together", "compress"], ["narrow", "become tight or as if tight", "narrow"], ["squeeze", "squeeze or press together", "squeeze"], ["constringe", "become tight or as if tight", "constringe"], ["contract", "squeeze or press together", "contract"], ["compact", "squeeze or press together", "compact"]]}, {"answer": "consult", "hint": "synonyms for consult", "clues": [["confer with", "get or ask advice from", "confer with"], ["confabulate", "have a conference in order to talk something over", "confabulate"], ["confab", "have a conference in order to talk something over", "confab"], ["look up", "seek information from", "look up"], ["confer", "have a conference in order to talk something over", "confer"], ["refer", "seek information from", "refer"]]}, {"answer": "consume", "hint": "synonyms for consume", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["have", "serve oneself to, or consume regularly", "have"], ["run through", "use up (resources or materials)", "run through"], ["eat", "use up (resources or materials)", "eat"], ["go through", "eat immoderately", "go through"], ["eat up", "use up (resources or materials)", "eat up"], ["deplete", "use up (resources or materials)", "deplete"], ["devour", "eat immoderately", "devour"], ["squander", "spend extravagantly", "squander"], ["take", "serve oneself to, or consume regularly", "take"], ["take in", "serve oneself to, or consume regularly", "take in"], ["waste", "spend extravagantly", "waste"], ["ware", "spend extravagantly", "ware"], ["exhaust", "use up (resources or materials)", "exhaust"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["use up", "use up (resources or materials)", "use up"], ["down", "eat immoderately", "down"]]}, {"answer": "contain", "hint": "synonyms for contain", "clues": [["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["bear", "contain or hold; have within", "bear"], ["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["comprise", "include or contain; have as a component", "comprise"], ["take", "be capable of holding or containing", "take"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["hold in", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold in"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"], ["carry", "contain or hold; have within", "carry"], ["incorporate", "include or contain; have as a component", "incorporate"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"]]}, {"answer": "contemplate", "hint": "synonyms for contemplate", "clues": [["meditate", "think intently and at length, as for spiritual purposes", "meditate"], ["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["study", "think intently and at length, as for spiritual purposes", "study"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"]]}, {"answer": "contend", "hint": "synonyms for contend", "clues": [["grapple", "come to terms with", "grapple"], ["argue", "have an argument about something", "argue"], ["cope", "come to terms with", "cope"], ["postulate", "maintain or assert", "postulate"], ["make do", "come to terms with", "make do"], ["fence", "have an argument about something", "fence"], ["fight", "be engaged in a fight; carry on a fight", "fight"], ["deal", "come to terms with", "deal"], ["compete", "compete for something; engage in a contest; measure oneself against others", "compete"], ["contest", "to make the subject of dispute, contention, or litigation", "contest"], ["make out", "come to terms with", "make out"], ["struggle", "be engaged in a fight; carry on a fight", "struggle"], ["get by", "come to terms with", "get by"], ["repugn", "to make the subject of dispute, contention, or litigation", "repugn"], ["vie", "compete for something; engage in a contest; measure oneself against others", "vie"], ["debate", "have an argument about something", "debate"], ["manage", "come to terms with", "manage"]]}, {"answer": "continue", "hint": "synonyms for continue", "clues": [["go forward", "move ahead; travel onward in time or space", "go forward"], ["proceed", "move ahead; travel onward in time or space", "proceed"], ["stay", "continue in a place, position, or situation", "stay"], ["remain", "continue in a place, position, or situation", "remain"], ["persist in", "do something repeatedly and showing no intention to stop", "persist in"], ["carry on", "continue talking; he continued,", "carry on"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last", "preserve"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["go on", "continue a certain state, condition, or activity", "go on"], ["extend", "span an interval of distance, space or time", "extend"], ["keep", "allow to remain in a place or position or maintain a property or feature", "keep"], ["cover", "span an interval of distance, space or time", "cover"], ["retain", "allow to remain in a place or position or maintain a property or feature", "retain"], ["uphold", "keep or maintain in unaltered condition; cause to remain or last", "uphold"], ["stay on", "continue in a place, position, or situation", "stay on"], ["go along", "continue a certain state, condition, or activity", "go along"], ["keep on", "allow to remain in a place or position or maintain a property or feature", "keep on"]]}, {"answer": "contradict", "hint": "synonyms for contradict", "clues": [["negate", "prove negative; show to be false", "negate"], ["oppose", "be resistant to", "oppose"], ["controvert", "be resistant to", "controvert"], ["belie", "be in contradiction with", "belie"], ["contravene", "deny the truth of", "contravene"]]}, {"answer": "contravene", "hint": "synonyms for contravene", "clues": [["negate", "deny the truth of", "negate"], ["conflict", "go against, as of rules and laws", "conflict"], ["run afoul", "go against, as of rules and laws", "run afoul"], ["contradict", "deny the truth of", "contradict"], ["infringe", "go against, as of rules and laws", "infringe"]]}, {"answer": "contribute", "hint": "synonyms for contribute", "clues": [["impart", "bestow a quality on", "impart"], ["lend", "bestow a quality on", "lend"], ["conduce", "be conducive to", "conduce"], ["lead", "be conducive to", "lead"], ["add", "bestow a quality on", "add"], ["kick in", "contribute to some cause", "kick in"], ["chip in", "contribute to some cause", "chip in"], ["put up", "provide", "put up"], ["give", "contribute to some cause", "give"], ["bring", "bestow a quality on", "bring"], ["bestow", "bestow a quality on", "bestow"]]}, {"answer": "contrive", "hint": "synonyms for contrive", "clues": [["throw", "put or send forth", "throw"], ["plan", "make or work out a plan for; devise", "plan"], ["project", "make or work out a plan for; devise", "project"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["cast", "put or send forth", "cast"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"], ["design", "make or work out a plan for; devise", "design"]]}, {"answer": "controvert", "hint": "synonyms for controvert", "clues": [["contradict", "be resistant to", "contradict"], ["refute", "prove to be false or incorrect", "refute"], ["rebut", "prove to be false or incorrect", "rebut"], ["oppose", "be resistant to", "oppose"]]}, {"answer": "convey", "hint": "synonyms for convey", "clues": [["channel", "transmit or serve as the medium for transmission", "channel"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["fetch", "go or come after and bring or take back", "fetch"], ["bring", "go or come after and bring or take back", "bring"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["express", "serve as a means for expressing something", "express"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["take", "take something or somebody with oneself somewhere", "take"], ["communicate", "transfer to another", "communicate"], ["get", "go or come after and bring or take back", "get"]]}, {"answer": "convulse", "hint": "synonyms for convulse", "clues": [["thresh", "move or stir about violently", "thresh"], ["slash", "move or stir about violently", "slash"], ["thrash about", "move or stir about violently", "thrash about"], ["thrash", "move or stir about violently", "thrash"], ["jactitate", "move or stir about violently", "jactitate"], ["toss", "move or stir about violently", "toss"]]}, {"answer": "cooccur_with", "hint": "synonyms for cooccur with", "clues": [["collocate with", "go or occur together", "collocate with"], ["co-occur with", "go or occur together", "co-occur with"], ["go with", "go or occur together", "go with"], ["construe with", "go or occur together", "construe with"]]}, {"answer": "cook_up", "hint": "synonyms for cook up", "clues": [["make up", "make up something artificial or untrue", "make up"], ["concoct", "prepare or cook by mixing ingredients", "concoct"], ["fabricate", "make up something artificial or untrue", "fabricate"], ["manufacture", "make up something artificial or untrue", "manufacture"], ["invent", "make up something artificial or untrue", "invent"]]}, {"answer": "cool_it", "hint": "synonyms for cool it", "clues": [["cool off", "become quiet or calm, especially after a state of agitation", "cool off"], ["chill out", "become quiet or calm, especially after a state of agitation", "chill out"], ["calm", "become quiet or calm, especially after a state of agitation", "calm"], ["calm down", "become quiet or calm, especially after a state of agitation", "calm down"], ["settle down", "become quiet or calm, especially after a state of agitation", "settle down"], ["simmer down", "become quiet or calm, especially after a state of agitation", "simmer down"]]}, {"answer": "cool_off", "hint": "synonyms for cool off", "clues": [["cool it", "become quiet or calm, especially after a state of agitation", "cool it"], ["cool down", "lose intensity", "cool down"], ["cool", "lose intensity", "cool"], ["chill out", "become quiet or calm, especially after a state of agitation", "chill out"], ["calm", "become quiet or calm, especially after a state of agitation", "calm"], ["calm down", "become quiet or calm, especially after a state of agitation", "calm down"], ["settle down", "become quiet or calm, especially after a state of agitation", "settle down"], ["simmer down", "become quiet or calm, especially after a state of agitation", "simmer down"]]}, {"answer": "coquet", "hint": "synonyms for coquet", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["dally", "talk or behave amorously, without serious intentions", "dally"], ["flirt", "talk or behave amorously, without serious intentions", "flirt"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "corrade", "hint": "synonyms for corrade", "clues": [["abrase", "wear away", "abrase"], ["rub off", "wear away", "rub off"], ["abrade", "wear away", "abrade"], ["rub down", "wear away", "rub down"]]}, {"answer": "correspond", "hint": "synonyms for correspond", "clues": [["stand for", "take the place of or be parallel or equivalent to", "stand for"], ["match", "be compatible, similar or consistent; coincide in their characteristics", "match"], ["fit", "be compatible, similar or consistent; coincide in their characteristics", "fit"], ["equate", "be equivalent or parallel, in mathematics", "equate"], ["represent", "take the place of or be parallel or equivalent to", "represent"], ["tally", "be compatible, similar or consistent; coincide in their characteristics", "tally"], ["jibe", "be compatible, similar or consistent; coincide in their characteristics", "jibe"], ["gibe", "be compatible, similar or consistent; coincide in their characteristics", "gibe"], ["check", "be compatible, similar or consistent; coincide in their characteristics", "check"], ["agree", "be compatible, similar or consistent; coincide in their characteristics", "agree"]]}, {"answer": "corroborate", "hint": "synonyms for corroborate", "clues": [["support", "establish or strengthen as with new evidence or facts", "support"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["bear out", "support with evidence or authority or make more certain or confirm", "bear out"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["validate", "give evidence for", "validate"], ["underpin", "support with evidence or authority or make more certain or confirm", "underpin"]]}, {"answer": "cosset", "hint": "synonyms for cosset", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "cotton_on", "hint": "synonyms for cotton on", "clues": [["get wise", "understand, usually after some initial difficulty", "get wise"], ["catch on", "understand, usually after some initial difficulty", "catch on"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["tumble", "understand, usually after some initial difficulty", "tumble"], ["get it", "understand, usually after some initial difficulty", "get it"], ["twig", "understand, usually after some initial difficulty", "twig"]]}, {"answer": "cotton_up", "hint": "synonyms for cotton up", "clues": [["shine up", "ingratiate oneself to; often with insincere behavior", "shine up"], ["sidle up", "ingratiate oneself to; often with insincere behavior", "sidle up"], ["cozy up", "ingratiate oneself to; often with insincere behavior", "cozy up"], ["play up", "ingratiate oneself to; often with insincere behavior", "play up"], ["suck up", "ingratiate oneself to; often with insincere behavior", "suck up"]]}, {"answer": "cough_out", "hint": "synonyms for cough out", "clues": [["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit out"], ["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth", "expectorate"], ["cough up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough up"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit up"]]}, {"answer": "cough_up", "hint": "synonyms for cough up", "clues": [["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth", "expectorate"], ["pony up", "give reluctantly", "pony up"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough out"], ["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit out"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit up"]]}, {"answer": "count_on", "hint": "synonyms for count on", "clues": [["reckon", "judge to be probable", "reckon"], ["forecast", "judge to be probable", "forecast"], ["calculate", "judge to be probable", "calculate"], ["estimate", "judge to be probable", "estimate"], ["figure", "judge to be probable", "figure"]]}, {"answer": "counteract", "hint": "synonyms for counteract", "clues": [["undermine", "destroy property or hinder normal operations", "undermine"], ["counterbalance", "oppose and mitigate the effects of by contrary actions", "counterbalance"], ["antagonize", "act in opposition to", "antagonize"], ["countermine", "destroy property or hinder normal operations", "countermine"], ["weaken", "destroy property or hinder normal operations", "weaken"], ["subvert", "destroy property or hinder normal operations", "subvert"], ["countercheck", "oppose or check by a counteraction", "countercheck"], ["neutralize", "oppose and mitigate the effects of by contrary actions", "neutralize"], ["sabotage", "destroy property or hinder normal operations", "sabotage"], ["countervail", "oppose and mitigate the effects of by contrary actions", "countervail"]]}, {"answer": "countervail", "hint": "synonyms for countervail", "clues": [["neutralize", "oppose and mitigate the effects of by contrary actions", "neutralize"], ["offset", "compensate for or counterbalance", "offset"], ["counteract", "oppose and mitigate the effects of by contrary actions", "counteract"], ["counterbalance", "oppose and mitigate the effects of by contrary actions", "counterbalance"]]}, {"answer": "cower", "hint": "synonyms for cower", "clues": [["fawn", "show submission or fear", "fawn"], ["huddle", "crouch or curl up", "huddle"], ["creep", "show submission or fear", "creep"], ["cringe", "show submission or fear", "cringe"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "cozy_up", "hint": "synonyms for cozy up", "clues": [["shine up", "ingratiate oneself to; often with insincere behavior", "shine up"], ["sidle up", "ingratiate oneself to; often with insincere behavior", "sidle up"], ["cotton up", "ingratiate oneself to; often with insincere behavior", "cotton up"], ["play up", "ingratiate oneself to; often with insincere behavior", "play up"], ["suck up", "ingratiate oneself to; often with insincere behavior", "suck up"]]}, {"answer": "crack_up", "hint": "synonyms for crack up", "clues": [["collapse", "suffer a nervous breakdown", "collapse"], ["crack", "suffer a nervous breakdown", "crack"], ["break up", "laugh unrestrainedly", "break up"], ["crock up", "suffer a nervous breakdown", "crock up"]]}, {"answer": "cram", "hint": "synonyms for cram", "clues": [["jam", "crowd or pack to capacity", "jam"], ["drum", "study intensively, as before an exam", "drum"], ["swot", "study intensively, as before an exam", "swot"], ["ram", "crowd or pack to capacity", "ram"], ["jampack", "crowd or pack to capacity", "jampack"], ["get up", "study intensively, as before an exam", "get up"], ["wad", "crowd or pack to capacity", "wad"], ["bone up", "study intensively, as before an exam", "bone up"], ["bone", "study intensively, as before an exam", "bone"], ["mug up", "study intensively, as before an exam", "mug up"], ["chock up", "crowd or pack to capacity", "chock up"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "crave", "hint": "synonyms for crave", "clues": [["hunger", "have a craving, appetite, or great desire for", "hunger"], ["starve", "have a craving, appetite, or great desire for", "starve"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["lust", "have a craving, appetite, or great desire for", "lust"]]}, {"answer": "crawfish_out", "hint": "synonyms for crawfish out", "clues": [["back away", "make a retreat from an earlier commitment or activity", "back away"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["retreat", "make a retreat from an earlier commitment or activity", "retreat"]]}, {"answer": "crawl_in", "hint": "synonyms for crawl in", "clues": [["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["kip down", "prepare for sleep", "kip down"], ["hit the sack", "prepare for sleep", "hit the sack"], ["bed", "prepare for sleep", "bed"], ["go to sleep", "prepare for sleep", "go to sleep"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["hit the hay", "prepare for sleep", "hit the hay"]]}, {"answer": "criminate", "hint": "synonyms for criminate", "clues": [["censure", "rebuke formally", "censure"], ["impeach", "bring an accusation against; level a charge against", "impeach"], ["incriminate", "bring an accusation against; level a charge against", "incriminate"], ["accuse", "bring an accusation against; level a charge against", "accuse"], ["reprimand", "rebuke formally", "reprimand"]]}, {"answer": "cringe", "hint": "synonyms for cringe", "clues": [["quail", "draw back, as with fear or pain", "quail"], ["funk", "draw back, as with fear or pain", "funk"], ["recoil", "draw back, as with fear or pain", "recoil"], ["fawn", "show submission or fear", "fawn"], ["cower", "show submission or fear", "cower"], ["wince", "draw back, as with fear or pain", "wince"], ["shrink", "draw back, as with fear or pain", "shrink"], ["flinch", "draw back, as with fear or pain", "flinch"], ["squinch", "draw back, as with fear or pain", "squinch"], ["creep", "show submission or fear", "creep"], ["grovel", "show submission or fear", "grovel"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "crock_up", "hint": "synonyms for crock up", "clues": [["collapse", "suffer a nervous breakdown", "collapse"], ["crack", "suffer a nervous breakdown", "crack"], ["crack up", "suffer a nervous breakdown", "crack up"], ["break up", "suffer a nervous breakdown", "break up"]]}, {"answer": "cross_off", "hint": "synonyms for cross off", "clues": [["strike out", "remove from a list", "strike out"], ["mark", "remove from a list", "mark"], ["strike off", "remove from a list", "strike off"], ["cross out", "remove from a list", "cross out"]]}, {"answer": "cross_out", "hint": "synonyms for cross out", "clues": [["cross off", "remove from a list", "cross off"], ["mark", "remove from a list", "mark"], ["strike off", "remove from a list", "strike off"], ["strike out", "remove from a list", "strike out"]]}, {"answer": "crucify", "hint": "synonyms for crucify", "clues": [["frustrate", "treat cruelly", "frustrate"], ["dun", "treat cruelly", "dun"], ["pillory", "criticize harshly or violently", "pillory"], ["subdue", "hold within limits and control", "subdue"], ["bedevil", "treat cruelly", "bedevil"], ["blast", "criticize harshly or violently", "blast"], ["mortify", "hold within limits and control", "mortify"], ["torment", "treat cruelly", "torment"], ["rag", "treat cruelly", "rag"], ["savage", "criticize harshly or violently", "savage"]]}, {"answer": "crumble", "hint": "synonyms for crumble", "clues": [["fall apart", "break or fall apart into fragments", "fall apart"], ["collapse", "fall apart", "collapse"], ["break down", "fall apart", "break down"], ["crumple", "fall apart", "crumple"], ["decay", "fall into decay or ruin", "decay"], ["dilapidate", "fall into decay or ruin", "dilapidate"], ["tumble", "fall apart", "tumble"]]}, {"answer": "crumple", "hint": "synonyms for crumple", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["rumple", "become wrinkled or crumpled or creased", "rumple"], ["collapse", "fall apart", "collapse"], ["crumble", "fall apart", "crumble"], ["break down", "fall apart", "break down"], ["buckle", "fold or collapse", "buckle"], ["knit", "to gather something into small wrinkles or folds", "knit"], ["pucker", "to gather something into small wrinkles or folds", "pucker"], ["crease", "become wrinkled or crumpled or creased", "crease"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["tumble", "fall apart", "tumble"]]}, {"answer": "cry_out", "hint": "synonyms for cry out", "clues": [["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["exclaim", "utter aloud; often with surprise, horror, or joy", "exclaim"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"]]}, {"answer": "crystalise", "hint": "synonyms for crystalise", "clues": [["crystalize", "cause to take on a definite and clear shape", "crystalize"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["effloresce", "assume crystalline form; become crystallized", "effloresce"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "crystalize", "hint": "synonyms for crystalize", "clues": [["crystalise", "assume crystalline form; become crystallized", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["effloresce", "assume crystalline form; become crystallized", "effloresce"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "crystallise", "hint": "synonyms for crystallise", "clues": [["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"]]}, {"answer": "crystallize", "hint": "synonyms for crystallize", "clues": [["crystalise", "assume crystalline form; become crystallized", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["effloresce", "assume crystalline form; become crystallized", "effloresce"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "cultivate", "hint": "synonyms for cultivate", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["work", "prepare for crops", "work"], ["educate", "teach or refine to be discriminative in taste or judgment", "educate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"], ["crop", "prepare for crops", "crop"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment", "naturalize"], ["school", "teach or refine to be discriminative in taste or judgment", "school"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"]]}, {"answer": "cumulate", "hint": "synonyms for cumulate", "clues": [["pile up", "collect or gather", "pile up"], ["gather", "collect or gather", "gather"], ["accumulate", "collect or gather", "accumulate"], ["conglomerate", "collect or gather", "conglomerate"], ["amass", "collect or gather", "amass"]]}, {"answer": "curtail", "hint": "synonyms for curtail", "clues": [["restrict", "place restrictions on", "restrict"], ["cut short", "terminate or abbreviate before its intended or proper end or its full extent", "cut short"], ["curb", "place restrictions on", "curb"], ["clip", "terminate or abbreviate before its intended or proper end or its full extent", "clip"], ["cut back", "place restrictions on", "cut back"]]}, {"answer": "cut_across", "hint": "synonyms for cut across", "clues": [["cut through", "travel across or pass over", "cut through"], ["get over", "travel across or pass over", "get over"], ["pass over", "travel across or pass over", "pass over"], ["crosscut", "cut using a diagonal line", "crosscut"], ["track", "travel across or pass over", "track"], ["traverse", "travel across or pass over", "traverse"], ["cross", "travel across or pass over", "cross"], ["cover", "travel across or pass over", "cover"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "cut_back", "hint": "synonyms for cut back", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["dress", "cultivate, tend, and cut back the growth of", "dress"], ["curb", "place restrictions on", "curb"], ["cut down", "cut down on; make a reduction in", "cut down"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["reduce", "cut down on; make a reduction in", "reduce"], ["bring down", "cut down on; make a reduction in", "bring down"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["curtail", "place restrictions on", "curtail"], ["flash back", "return in time", "flash back"], ["restrict", "place restrictions on", "restrict"], ["lop", "cultivate, tend, and cut back the growth of", "lop"], ["trim back", "cut down on; make a reduction in", "trim back"], ["trim down", "cut down on; make a reduction in", "trim down"]]}, {"answer": "cut_down", "hint": "synonyms for cut down", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["pull down", "cause to come or go down", "pull down"], ["slash", "cut with sweeping strokes; as with an ax or machete", "slash"], ["cut back", "cut down on; make a reduction in", "cut back"], ["mow", "cut with a blade or mower", "mow"], ["cut out", "intercept (a player)", "cut out"], ["bring down", "cut down on; make a reduction in", "bring down"], ["reduce", "cut down on; make a reduction in", "reduce"], ["knock down", "cause to come or go down", "knock down"], ["fell", "cause to fall by or as if by delivering a blow", "fell"], ["drop", "cause to fall by or as if by delivering a blow", "drop"], ["push down", "cause to come or go down", "push down"], ["strike down", "cause to fall by or as if by delivering a blow", "strike down"], ["trim back", "cut down on; make a reduction in", "trim back"], ["trim", "cut down on; make a reduction in", "trim"], ["down", "cause to come or go down", "down"], ["trim down", "cut down on; make a reduction in", "trim down"]]}, {"answer": "cut_in", "hint": "synonyms for cut in", "clues": [["butt in", "break into a conversation", "butt in"], ["put in", "break into a conversation", "put in"], ["chisel in", "break into a conversation", "chisel in"], ["chime in", "break into a conversation", "chime in"], ["barge in", "break into a conversation", "barge in"], ["break in", "break into a conversation", "break in"]]}, {"answer": "cut_short", "hint": "synonyms for cut short", "clues": [["break off", "interrupt before its natural or planned end", "break off"], ["curtail", "terminate or abbreviate before its intended or proper end or its full extent", "curtail"], ["break short", "interrupt before its natural or planned end", "break short"], ["clip", "terminate or abbreviate before its intended or proper end or its full extent", "clip"], ["truncate", "make shorter as if by cutting off", "truncate"]]}, {"answer": "cut_through", "hint": "synonyms for cut through", "clues": [["get over", "travel across or pass over", "get over"], ["pass over", "travel across or pass over", "pass over"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["traverse", "travel across or pass over", "traverse"], ["cross", "travel across or pass over", "cross"], ["cover", "travel across or pass over", "cover"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "dabble", "hint": "synonyms for dabble", "clues": [["play around", "work with in an amateurish manner", "play around"], ["splash around", "play in or as if in water, as of small children", "splash around"], ["paddle", "play in or as if in water, as of small children", "paddle"], ["smatter", "work with in an amateurish manner", "smatter"]]}, {"answer": "dally", "hint": "synonyms for dally", "clues": [["philander", "talk or behave amorously, without serious intentions", "philander"], ["dawdle", "waste time", "dawdle"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["toy", "behave carelessly or indifferently", "toy"], ["flirt", "behave carelessly or indifferently", "flirt"], ["trifle", "consider not very seriously", "trifle"], ["coquet", "talk or behave amorously, without serious intentions", "coquet"], ["play", "consider not very seriously", "play"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "dampen", "hint": "synonyms for dampen", "clues": [["damp", "make vague or obscure or make (an image) less visible", "damp"], ["deaden", "make vague or obscure or make (an image) less visible", "deaden"], ["wash", "make moist", "wash"], ["stifle", "smother or suppress", "stifle"], ["tone down", "deaden (a sound or noise), especially by wrapping", "tone down"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["break", "lessen in force or effect", "break"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"], ["weaken", "lessen in force or effect", "weaken"], ["moisten", "make moist", "moisten"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "dash_off", "hint": "synonyms for dash off", "clues": [["dash down", "write down hastily", "dash down"], ["knock off", "write quickly", "knock off"], ["fling off", "write quickly", "fling off"], ["toss off", "write quickly", "toss off"], ["scratch off", "write quickly", "scratch off"]]}, {"answer": "daunt", "hint": "synonyms for daunt", "clues": [["frighten off", "cause to lose courage", "frighten off"], ["frighten away", "cause to lose courage", "frighten away"], ["scare off", "cause to lose courage", "scare off"], ["dash", "cause to lose courage", "dash"], ["scare away", "cause to lose courage", "scare away"], ["pall", "cause to lose courage", "pall"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "dawdle", "hint": "synonyms for dawdle", "clues": [["fall back", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall back"], ["dally", "waste time", "dally"], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall behind"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc.", "lag"], ["linger", "take one's time; proceed slowly", "linger"]]}, {"answer": "deaden", "hint": "synonyms for deaden", "clues": [["blunt", "make less lively, intense, or vigorous; impair in vigor, force, activity, or sensation", "blunt"], ["dampen", "make vague or obscure or make (an image) less visible", "dampen"], ["damp", "make vague or obscure or make (an image) less visible", "damp"], ["girdle", "cut a girdle around so as to kill by interrupting the circulation of water and nutrients", "girdle"]]}, {"answer": "deal_out", "hint": "synonyms for deal out", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "debar", "hint": "synonyms for debar", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["exclude", "prevent from entering; keep out", "exclude"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["bar", "prevent from entering; keep out", "bar"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["suspend", "bar temporarily; from school, office, etc.", "suspend"]]}, {"answer": "debase", "hint": "synonyms for debase", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["load", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "load"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dilute", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "dilute"], ["alloy", "lower in value by increasing the base-metal content", "alloy"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["adulterate", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "adulterate"], ["stretch", "corrupt, debase, or make impure by adding a foreign or inferior substance; often by replacing valuable ingredients with inferior ones", "stretch"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"]]}, {"answer": "decamp", "hint": "synonyms for decamp", "clues": [["absquatulate", "run away; usually includes taking something or somebody along", "absquatulate"], ["make off", "run away; usually includes taking something or somebody along", "make off"], ["bolt", "run away; usually includes taking something or somebody along", "bolt"], ["abscond", "run away; usually includes taking something or somebody along", "abscond"], ["skip", "leave suddenly", "skip"], ["go off", "run away; usually includes taking something or somebody along", "go off"], ["vamoose", "leave suddenly", "vamoose"], ["break camp", "leave a camp", "break camp"], ["run off", "run away; usually includes taking something or somebody along", "run off"]]}, {"answer": "deceive", "hint": "synonyms for deceive", "clues": [["lead astray", "cause someone to believe an untruth", "lead astray"], ["delude", "be false to; be dishonest with", "delude"], ["cozen", "be false to; be dishonest with", "cozen"], ["betray", "cause someone to believe an untruth", "betray"], ["lead on", "be false to; be dishonest with", "lead on"]]}, {"answer": "decelerate", "hint": "synonyms for decelerate", "clues": [["slow up", "lose velocity; move more slowly", "slow up"], ["slow down", "lose velocity; move more slowly", "slow down"], ["slow", "lose velocity; move more slowly", "slow"], ["retard", "lose velocity; move more slowly", "retard"]]}, {"answer": "decide", "hint": "synonyms for decide", "clues": [["resolve", "bring to an end; settle conclusively", "resolve"], ["make up one's mind", "reach, make, or come to a decision about something", "make up one's mind"], ["adjudicate", "bring to an end; settle conclusively", "adjudicate"], ["settle", "bring to an end; settle conclusively", "settle"], ["determine", "reach, make, or come to a decision about something", "determine"]]}, {"answer": "decimate", "hint": "synonyms for decimate", "clues": [["wipe out", "kill in large numbers", "wipe out"], ["eradicate", "kill in large numbers", "eradicate"], ["carry off", "kill in large numbers", "carry off"], ["eliminate", "kill in large numbers", "eliminate"], ["extinguish", "kill in large numbers", "extinguish"], ["annihilate", "kill in large numbers", "annihilate"]]}, {"answer": "deck_out", "hint": "synonyms for deck out", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "deck_up", "hint": "synonyms for deck up", "clues": [["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "decolor", "hint": "synonyms for decolor", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "decolorise", "hint": "synonyms for decolorise", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "decolorize", "hint": "synonyms for decolorize", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "decolour", "hint": "synonyms for decolour", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolor", "remove color from", "decolor"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "decolourise", "hint": "synonyms for decolourise", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "decolourize", "hint": "synonyms for decolourize", "clues": [["discolourise", "remove color from", "discolourise"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["decolorize", "remove color from", "decolorize"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "decompose", "hint": "synonyms for decompose", "clues": [["moulder", "break down", "moulder"], ["disintegrate", "lose a stored charge, magnetic flux, or current", "disintegrate"], ["decay", "lose a stored charge, magnetic flux, or current", "decay"], ["break up", "separate (substances) into constituent elements or parts", "break up"], ["rot", "break down", "rot"], ["break down", "separate (substances) into constituent elements or parts", "break down"]]}, {"answer": "decompress", "hint": "synonyms for decompress", "clues": [["uncompress", "restore to its uncompressed form", "uncompress"], ["unwind", "become less tense, rest, or take one's ease", "unwind"], ["relax", "become less tense, rest, or take one's ease", "relax"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["depressurize", "decrease the pressure of", "depressurize"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["loosen up", "become less tense, rest, or take one's ease", "loosen up"]]}, {"answer": "decorate", "hint": "synonyms for decorate", "clues": [["adorn", "make more attractive by adding ornament, colour, etc.", "adorn"], ["ornament", "make more attractive by adding ornament, colour, etc.", "ornament"], ["beautify", "make more attractive by adding ornament, colour, etc.", "beautify"], ["embellish", "make more attractive by adding ornament, colour, etc.", "embellish"], ["dress", "provide with decoration", "dress"], ["grace", "make more attractive by adding ornament, colour, etc.", "grace"], ["deck", "be beautiful to look at", "deck"]]}, {"answer": "decriminalise", "hint": "synonyms for decriminalise", "clues": [["legitimatize", "make legal", "legitimatize"], ["legitimise", "make legal", "legitimise"], ["legalise", "make legal", "legalise"], ["decriminalize", "make legal", "decriminalize"]]}, {"answer": "decriminalize", "hint": "synonyms for decriminalize", "clues": [["legitimatize", "make legal", "legitimatize"], ["decriminalise", "make legal", "decriminalise"], ["legitimise", "make legal", "legitimise"], ["legalise", "make legal", "legalise"]]}, {"answer": "decry", "hint": "synonyms for decry", "clues": [["condemn", "express strong disapproval of", "condemn"], ["excoriate", "express strong disapproval of", "excoriate"], ["reprobate", "express strong disapproval of", "reprobate"], ["objurgate", "express strong disapproval of", "objurgate"]]}, {"answer": "dedicate", "hint": "synonyms for dedicate", "clues": [["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["devote", "give entirely to a specific person, activity, or cause", "devote"], ["give", "give entirely to a specific person, activity, or cause", "give"]]}, {"answer": "deduct", "hint": "synonyms for deduct", "clues": [["subtract", "make a subtraction", "subtract"], ["derive", "reason by deduction; establish by deduction", "derive"], ["withhold", "retain and refrain from disbursing; of payments", "withhold"], ["take off", "make a subtraction", "take off"], ["infer", "reason by deduction; establish by deduction", "infer"], ["deduce", "reason by deduction; establish by deduction", "deduce"], ["recoup", "retain and refrain from disbursing; of payments", "recoup"]]}, {"answer": "deepen", "hint": "synonyms for deepen", "clues": [["intensify", "become more intense", "intensify"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"], ["change", "become deeper in tone", "change"], ["compound", "make more intense, stronger, or more marked; ,", "compound"]]}, {"answer": "defalcate", "hint": "synonyms for defalcate", "clues": [["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "misappropriate"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "malversate"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "peculate"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "embezzle"]]}, {"answer": "defame", "hint": "synonyms for defame", "clues": [["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["denigrate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "denigrate"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"]]}, {"answer": "defecate", "hint": "synonyms for defecate", "clues": [["stool", "have a bowel movement", "stool"], ["shit", "have a bowel movement", "shit"], ["take a crap", "have a bowel movement", "take a crap"], ["ca-ca", "have a bowel movement", "ca-ca"], ["crap", "have a bowel movement", "crap"], ["take a shit", "have a bowel movement", "take a shit"], ["make", "have a bowel movement", "make"]]}, {"answer": "defend", "hint": "synonyms for defend", "clues": [["fight down", "fight against or resist strongly", "fight down"], ["support", "argue or speak in defense of", "support"], ["fend for", "argue or speak in defense of", "fend for"], ["hold", "protect against a challenge or attack", "hold"], ["guard", "protect against a challenge or attack", "guard"], ["represent", "be the defense counsel for someone in a trial", "represent"], ["fight back", "fight against or resist strongly", "fight back"], ["oppose", "fight against or resist strongly", "oppose"], ["maintain", "state or assert", "maintain"], ["champion", "protect or fight for as a champion", "champion"], ["fight", "fight against or resist strongly", "fight"]]}, {"answer": "defer", "hint": "synonyms for defer", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["shelve", "hold back to a later time", "shelve"], ["give in", "yield to another's wish or opinion", "give in"], ["put off", "hold back to a later time", "put off"], ["accede", "yield to another's wish or opinion", "accede"], ["table", "hold back to a later time", "table"], ["remit", "hold back to a later time", "remit"], ["bow", "yield to another's wish or opinion", "bow"], ["hold over", "hold back to a later time", "hold over"], ["set back", "hold back to a later time", "set back"], ["submit", "yield to another's wish or opinion", "submit"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "define", "hint": "synonyms for define", "clues": [["specify", "determine the essential quality of", "specify"], ["set", "decide upon or fix definitely", "set"], ["delineate", "show the form or outline of", "delineate"], ["delimit", "determine the essential quality of", "delimit"], ["delimitate", "determine the essential quality of", "delimitate"], ["determine", "decide upon or fix definitely", "determine"], ["limit", "decide upon or fix definitely", "limit"], ["fix", "decide upon or fix definitely", "fix"]]}, {"answer": "deflect", "hint": "synonyms for deflect", "clues": [["turn away", "turn from a straight course, fixed direction, or line of interest", "turn away"], ["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["bend", "turn from a straight course, fixed direction, or line of interest", "bend"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["block", "impede the movement of (an opponent or a ball)", "block"], ["distract", "draw someone's attention away from something", "distract"], ["parry", "impede the movement of (an opponent or a ball)", "parry"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "deflower", "hint": "synonyms for deflower", "clues": [["impair", "make imperfect", "impair"], ["spoil", "make imperfect", "spoil"], ["ruin", "deprive of virginity", "ruin"], ["vitiate", "make imperfect", "vitiate"], ["mar", "make imperfect", "mar"]]}, {"answer": "deform", "hint": "synonyms for deform", "clues": [["flex", "cause (a plastic object) to assume a crooked or angular form", "flex"], ["wring", "twist and press out of shape", "wring"], ["bend", "cause (a plastic object) to assume a crooked or angular form", "bend"], ["contort", "twist and press out of shape", "contort"], ["turn", "cause (a plastic object) to assume a crooked or angular form", "turn"], ["change shape", "assume a different shape or form", "change shape"], ["twist", "cause (a plastic object) to assume a crooked or angular form", "twist"], ["distort", "twist and press out of shape", "distort"], ["strain", "alter the shape of (something) by stress", "strain"], ["change form", "assume a different shape or form", "change form"]]}, {"answer": "defraud", "hint": "synonyms for defraud", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "defy", "hint": "synonyms for defy", "clues": [["refuse", "elude, especially in a baffling way", "refuse"], ["dare", "challenge", "dare"], ["resist", "elude, especially in a baffling way", "resist"], ["withstand", "resist or confront with resistance", "withstand"], ["hold up", "resist or confront with resistance", "hold up"], ["hold", "resist or confront with resistance", "hold"]]}, {"answer": "degrade", "hint": "synonyms for degrade", "clues": [["put down", "reduce in worth or character, usually verbally", "put down"], ["take down", "reduce in worth or character, usually verbally", "take down"], ["cheapen", "lower the grade of something; reduce its worth", "cheapen"], ["disgrace", "reduce in worth or character, usually verbally", "disgrace"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "deject", "hint": "synonyms for deject", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"]]}, {"answer": "delete", "hint": "synonyms for delete", "clues": [["edit", "cut or eliminate", "edit"], ["blue-pencil", "cut or eliminate", "blue-pencil"], ["erase", "wipe out digitally or magnetically recorded information", "erase"], ["cancel", "remove or make invisible", "cancel"]]}, {"answer": "delimit", "hint": "synonyms for delimit", "clues": [["specify", "determine the essential quality of", "specify"], ["demarcate", "set, mark, or draw the boundaries of something", "demarcate"], ["delimitate", "determine the essential quality of", "delimitate"], ["subtend", "be opposite to; of angles and sides, in geometry", "subtend"], ["define", "determine the essential quality of", "define"], ["delineate", "determine the essential quality of", "delineate"]]}, {"answer": "delimitate", "hint": "synonyms for delimitate", "clues": [["specify", "determine the essential quality of", "specify"], ["demarcate", "set, mark, or draw the boundaries of something", "demarcate"], ["delimit", "set, mark, or draw the boundaries of something", "delimit"], ["define", "determine the essential quality of", "define"], ["delineate", "determine the essential quality of", "delineate"]]}, {"answer": "deliver", "hint": "synonyms for deliver", "clues": [["fork over", "to surrender someone or something to another", "fork over"], ["drive home", "carry out or perform; ,", "drive home"], ["hand over", "to surrender someone or something to another", "hand over"], ["birth", "cause to be born", "birth"], ["have", "cause to be born", "have"], ["give birth", "cause to be born", "give birth"], ["cede", "relinquish possession or control over", "cede"], ["render", "pass down", "render"], ["fork up", "to surrender someone or something to another", "fork up"], ["fork out", "to surrender someone or something to another", "fork out"], ["surrender", "relinquish possession or control over", "surrender"], ["pitch", "throw or hurl from the mound to the batter, as in baseball", "pitch"], ["bear", "cause to be born", "bear"], ["present", "deliver (a speech, oration, or idea)", "present"], ["return", "pass down", "return"], ["turn in", "to surrender someone or something to another", "turn in"], ["extradite", "hand over to the authorities of another country", "extradite"], ["save", "save from sins", "save"], ["deport", "hand over to the authorities of another country", "deport"], ["redeem", "save from sins", "redeem"], ["give up", "relinquish possession or control over", "give up"], ["rescue", "free from harm or evil", "rescue"]]}, {"answer": "deliver_the_goods", "hint": "synonyms for deliver the goods", "clues": [["bring home the bacon", "attain success or reach a desired goal", "bring home the bacon"], ["win", "attain success or reach a desired goal", "win"], ["come through", "attain success or reach a desired goal", "come through"], ["succeed", "attain success or reach a desired goal", "succeed"]]}, {"answer": "demean", "hint": "synonyms for demean", "clues": [["degrade", "reduce in worth or character, usually verbally", "degrade"], ["put down", "reduce in worth or character, usually verbally", "put down"], ["disgrace", "reduce in worth or character, usually verbally", "disgrace"], ["take down", "reduce in worth or character, usually verbally", "take down"]]}, {"answer": "demolish", "hint": "synonyms for demolish", "clues": [["pulverise", "destroy completely", "pulverise"], ["crush", "humiliate or depress completely", "crush"], ["smash", "humiliate or depress completely", "smash"], ["destroy", "defeat soundly", "destroy"]]}, {"answer": "demonstrate", "hint": "synonyms for demonstrate", "clues": [["manifest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "manifest"], ["demo", "give an exhibition of to an interested audience", "demo"], ["certify", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "certify"], ["exhibit", "give an exhibition of to an interested audience", "exhibit"], ["present", "give an exhibition of to an interested audience", "present"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["march", "march in protest; take part in a demonstration", "march"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["evidence", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "evidence"], ["attest", "provide evidence for; stand as proof of; show by one's behavior, attitude, or external attributes", "attest"], ["prove", "establish the validity of something, as by an example, explanation or experiment", "prove"]]}, {"answer": "demoralise", "hint": "synonyms for demoralise", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["demoralize", "corrupt morally or by intemperance or sensuality", "demoralize"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "demoralize", "hint": "synonyms for demoralize", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "demote", "hint": "synonyms for demote", "clues": [["relegate", "assign to a lower position; reduce in rank", "relegate"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["break", "assign to a lower position; reduce in rank", "break"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"]]}, {"answer": "denigrate", "hint": "synonyms for denigrate", "clues": [["asperse", "charge falsely or with malicious intent; attack the good name and reputation of someone", "asperse"], ["sully", "charge falsely or with malicious intent; attack the good name and reputation of someone", "sully"], ["belittle", "cause to seem less serious; play down", "belittle"], ["calumniate", "charge falsely or with malicious intent; attack the good name and reputation of someone", "calumniate"], ["defame", "charge falsely or with malicious intent; attack the good name and reputation of someone", "defame"], ["smirch", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smirch"], ["smear", "charge falsely or with malicious intent; attack the good name and reputation of someone", "smear"], ["derogate", "cause to seem less serious; play down", "derogate"], ["minimize", "cause to seem less serious; play down", "minimize"], ["slander", "charge falsely or with malicious intent; attack the good name and reputation of someone", "slander"]]}, {"answer": "denounce", "hint": "synonyms for denounce", "clues": [["tell on", "give away information about somebody", "tell on"], ["give away", "give away information about somebody", "give away"], ["rat", "give away information about somebody", "rat"], ["snitch", "give away information about somebody", "snitch"], ["grass", "give away information about somebody", "grass"], ["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["betray", "give away information about somebody", "betray"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful", "brand"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful", "mark"], ["shop", "give away information about somebody", "shop"], ["shit", "give away information about somebody", "shit"], ["stag", "give away information about somebody", "stag"]]}, {"answer": "depart", "hint": "synonyms for depart", "clues": [["straggle", "wander from a direct or straight course", "straggle"], ["set off", "leave", "set off"], ["deviate", "be at variance with; be out of line with", "deviate"], ["leave", "remove oneself from an association with or participation in", "leave"], ["diverge", "be at variance with; be out of line with", "diverge"], ["start out", "leave", "start out"], ["part", "leave", "part"], ["digress", "wander from a direct or straight course", "digress"], ["sidetrack", "wander from a direct or straight course", "sidetrack"], ["start", "leave", "start"], ["pull up stakes", "remove oneself from an association with or participation in", "pull up stakes"], ["go away", "move away from a place into another direction", "go away"], ["set forth", "leave", "set forth"], ["go", "move away from a place into another direction", "go"], ["quit", "go away or leave", "quit"], ["set out", "leave", "set out"], ["vary", "be at variance with; be out of line with", "vary"], ["take off", "leave", "take off"], ["take leave", "go away or leave", "take leave"]]}, {"answer": "depend", "hint": "synonyms for depend", "clues": [["calculate", "have faith or confidence in", "calculate"], ["count", "have faith or confidence in", "count"], ["reckon", "have faith or confidence in", "reckon"], ["bet", "have faith or confidence in", "bet"], ["look", "have faith or confidence in", "look"]]}, {"answer": "depend_on", "hint": "synonyms for depend on", "clues": [["depend upon", "be contingent on", "depend upon"], ["devolve on", "be contingent on", "devolve on"], ["turn on", "be contingent on", "turn on"], ["hinge on", "be contingent on", "hinge on"], ["rely upon", "put trust in with confidence", "rely upon"], ["ride", "be contingent on", "ride"]]}, {"answer": "depend_upon", "hint": "synonyms for depend upon", "clues": [["devolve on", "be contingent on", "devolve on"], ["turn on", "be contingent on", "turn on"], ["depend on", "be contingent on", "depend on"], ["hinge on", "be contingent on", "hinge on"], ["rely upon", "put trust in with confidence", "rely upon"], ["ride", "be contingent on", "ride"]]}, {"answer": "depict", "hint": "synonyms for depict", "clues": [["picture", "show in, or as in, a picture", "picture"], ["portray", "make a portrait of", "portray"], ["draw", "give a description of", "draw"], ["limn", "make a portrait of", "limn"], ["describe", "give a description of", "describe"], ["show", "show in, or as in, a picture", "show"], ["render", "show in, or as in, a picture", "render"]]}, {"answer": "deplete", "hint": "synonyms for deplete", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["exhaust", "use up (resources or materials)", "exhaust"], ["use up", "use up (resources or materials)", "use up"], ["run through", "use up (resources or materials)", "run through"], ["consume", "use up (resources or materials)", "consume"], ["eat", "use up (resources or materials)", "eat"], ["eat up", "use up (resources or materials)", "eat up"]]}, {"answer": "deplumate", "hint": "synonyms for deplumate", "clues": [["tear", "strip of feathers", "tear"], ["pull", "strip of feathers", "pull"], ["displume", "strip of feathers", "displume"], ["deplume", "strip of feathers", "deplume"], ["pluck", "strip of feathers", "pluck"]]}, {"answer": "deplume", "hint": "synonyms for deplume", "clues": [["deplumate", "strip of feathers", "deplumate"], ["tear", "strip of feathers", "tear"], ["pull", "strip of feathers", "pull"], ["displume", "strip of honors, possessions, or attributes", "displume"], ["pluck", "strip of feathers", "pluck"]]}, {"answer": "deport", "hint": "synonyms for deport", "clues": [["acquit", "behave in a certain manner", "acquit"], ["carry", "behave in a certain manner", "carry"], ["extradite", "hand over to the authorities of another country", "extradite"], ["behave", "behave in a certain manner", "behave"], ["comport", "behave in a certain manner", "comport"], ["expatriate", "expel from a country", "expatriate"], ["exile", "expel from a country", "exile"], ["conduct", "behave in a certain manner", "conduct"], ["bear", "behave in a certain manner", "bear"], ["deliver", "hand over to the authorities of another country", "deliver"]]}, {"answer": "deprave", "hint": "synonyms for deprave", "clues": [["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"]]}, {"answer": "depreciate", "hint": "synonyms for depreciate", "clues": [["vilipend", "belittle", "vilipend"], ["undervalue", "lose in value", "undervalue"], ["devaluate", "lose in value", "devaluate"], ["deprecate", "belittle", "deprecate"]]}, {"answer": "depress", "hint": "synonyms for depress", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["lower", "cause to drop or sink", "lower"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["demoralise", "lower someone's spirits; make downhearted", "demoralise"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["press down", "press down", "press down"]]}, {"answer": "depute", "hint": "synonyms for depute", "clues": [["delegate", "transfer power to someone", "delegate"], ["deputise", "appoint as a substitute", "deputise"], ["assign", "give an assignment to (a person) to a post, or assign a task to (a person)", "assign"], ["designate", "give an assignment to (a person) to a post, or assign a task to (a person)", "designate"]]}, {"answer": "derive", "hint": "synonyms for derive", "clues": [["deduce", "reason by deduction; establish by deduction", "deduce"], ["come", "come from; be connected by a relationship of blood, for example", "come"], ["descend", "come from; be connected by a relationship of blood, for example", "descend"], ["infer", "reason by deduction; establish by deduction", "infer"], ["gain", "obtain", "gain"], ["deduct", "reason by deduction; establish by deduction", "deduct"]]}, {"answer": "descend", "hint": "synonyms for descend", "clues": [["fall", "come as if by falling", "fall"], ["go down", "move downward and lower, but not necessarily all the way", "go down"], ["derive", "come from; be connected by a relationship of blood, for example", "derive"], ["settle", "come as if by falling", "settle"], ["come", "come from; be connected by a relationship of blood, for example", "come"], ["deign", "do something that one considers to be below one's dignity", "deign"], ["condescend", "do something that one considers to be below one's dignity", "condescend"], ["come down", "move downward and lower, but not necessarily all the way", "come down"]]}, {"answer": "describe", "hint": "synonyms for describe", "clues": [["account", "to give an account or representation of in words", "account"], ["key", "identify as in botany or biology, for example", "key"], ["trace", "make a mark or lines on a surface", "trace"], ["depict", "give a description of", "depict"], ["delineate", "make a mark or lines on a surface", "delineate"], ["identify", "identify as in botany or biology, for example", "identify"], ["draw", "make a mark or lines on a surface", "draw"], ["line", "make a mark or lines on a surface", "line"], ["report", "to give an account or representation of in words", "report"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["key out", "identify as in botany or biology, for example", "key out"], ["name", "identify as in botany or biology, for example", "name"]]}, {"answer": "desecrate", "hint": "synonyms for desecrate", "clues": [["unhallow", "remove the consecration from a person or an object", "unhallow"], ["deconsecrate", "remove the consecration from a person or an object", "deconsecrate"], ["profane", "violate the sacred character of a place or language", "profane"], ["violate", "violate the sacred character of a place or language", "violate"], ["outrage", "violate the sacred character of a place or language", "outrage"]]}, {"answer": "desex", "hint": "synonyms for desex", "clues": [["fix", "make infertile", "fix"], ["sterilize", "make infertile", "sterilize"], ["unsex", "make infertile", "unsex"], ["desexualise", "make infertile", "desexualise"]]}, {"answer": "desexualise", "hint": "synonyms for desexualise", "clues": [["sterilize", "make infertile", "sterilize"], ["unsex", "make infertile", "unsex"], ["desexualize", "make infertile", "desexualize"], ["fix", "make infertile", "fix"], ["desex", "make infertile", "desex"]]}, {"answer": "desexualize", "hint": "synonyms for desexualize", "clues": [["desexualise", "direct one's libidinous urges into another direction", "desexualise"], ["fix", "make infertile", "fix"], ["sterilize", "make infertile", "sterilize"], ["unsex", "make infertile", "unsex"], ["desex", "make infertile", "desex"]]}, {"answer": "despoil", "hint": "synonyms for despoil", "clues": [["loot", "steal goods; take as spoils", "loot"], ["violate", "destroy and strip of its possession", "violate"], ["strip", "steal goods; take as spoils", "strip"], ["ransack", "steal goods; take as spoils", "ransack"], ["plunder", "steal goods; take as spoils", "plunder"], ["rape", "destroy and strip of its possession", "rape"], ["reave", "steal goods; take as spoils", "reave"], ["rifle", "steal goods; take as spoils", "rifle"], ["spoil", "destroy and strip of its possession", "spoil"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "destine", "hint": "synonyms for destine", "clues": [["specify", "design or destine", "specify"], ["designate", "design or destine", "designate"], ["intend", "design or destine", "intend"], ["fate", "decree or designate beforehand", "fate"], ["doom", "decree or designate beforehand", "doom"]]}, {"answer": "destroy", "hint": "synonyms for destroy", "clues": [["destruct", "do away with, cause the destruction or undoing of", "destruct"], ["ruin", "destroy completely; damage irreparably", "ruin"], ["put down", "put (an animal) to death", "put down"], ["demolish", "defeat soundly", "demolish"]]}, {"answer": "detain", "hint": "synonyms for detain", "clues": [["stay", "stop or halt", "stay"], ["delay", "cause to be slowed down or delayed", "delay"], ["hold up", "cause to be slowed down or delayed", "hold up"], ["confine", "deprive of freedom; take into confinement", "confine"]]}, {"answer": "detect", "hint": "synonyms for detect", "clues": [["notice", "discover or determine the existence, presence, or fact of", "notice"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["discover", "discover or determine the existence, presence, or fact of", "discover"]]}, {"answer": "determine", "hint": "synonyms for determine", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["set", "decide upon or fix definitely", "set"], ["square up", "settle conclusively; come to terms", "square up"], ["mold", "shape or influence; give direction to", "mold"], ["regulate", "shape or influence; give direction to", "regulate"], ["specify", "decide upon or fix definitely", "specify"], ["decide", "reach, make, or come to a decision about something", "decide"], ["square off", "settle conclusively; come to terms", "square off"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["fix", "decide upon or fix definitely", "fix"], ["influence", "shape or influence; give direction to", "influence"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["shape", "shape or influence; give direction to", "shape"], ["find out", "establish after a calculation, investigation, experiment, survey, or study", "find out"], ["find", "establish after a calculation, investigation, experiment, survey, or study", "find"], ["settle", "settle conclusively; come to terms", "settle"], ["make up one's mind", "reach, make, or come to a decision about something", "make up one's mind"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["define", "decide upon or fix definitely", "define"], ["limit", "decide upon or fix definitely", "limit"]]}, {"answer": "dethaw", "hint": "synonyms for dethaw", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["melt", "become or cause to become soft or liquid", "melt"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "devastate", "hint": "synonyms for devastate", "clues": [["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["lay waste to", "cause extensive destruction or ruin utterly", "lay waste to"], ["waste", "cause extensive destruction or ruin utterly", "waste"]]}, {"answer": "develop", "hint": "synonyms for develop", "clues": [["grow", "come to have or undergo a change of (physical features and attributes)", "grow"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["build up", "change the use of and make available or usable", "build up"], ["prepare", "create by training and teaching", "prepare"], ["educate", "create by training and teaching", "educate"], ["originate", "come into existence; take on form or shape", "originate"], ["modernize", "become technologically advanced", "modernize"], ["uprise", "come into existence; take on form or shape", "uprise"], ["make grow", "cause to grow and differentiate in ways conforming to its natural development", "make grow"], ["germinate", "work out", "germinate"], ["train", "create by training and teaching", "train"], ["break", "happen", "break"], ["evolve", "gain through experience", "evolve"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["recrudesce", "happen", "recrudesce"], ["explicate", "elaborate, as of theories and hypotheses", "explicate"], ["rise", "come into existence; take on form or shape", "rise"], ["produce", "come to have or undergo a change of (physical features and attributes)", "produce"], ["formulate", "elaborate, as of theories and hypotheses", "formulate"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "devolve", "hint": "synonyms for devolve", "clues": [["fall", "be inherited by", "fall"], ["degenerate", "grow worse", "degenerate"], ["return", "be inherited by", "return"], ["deteriorate", "grow worse", "deteriorate"], ["drop", "grow worse", "drop"], ["pass", "be inherited by", "pass"]]}, {"answer": "devolve_on", "hint": "synonyms for devolve on", "clues": [["depend upon", "be contingent on", "depend upon"], ["hinge upon", "be contingent on", "hinge upon"], ["turn on", "be contingent on", "turn on"], ["ride", "be contingent on", "ride"]]}, {"answer": "devote", "hint": "synonyms for devote", "clues": [["consecrate", "give entirely to a specific person, activity, or cause", "consecrate"], ["give", "dedicate", "give"], ["pay", "dedicate", "pay"], ["commit", "give entirely to a specific person, activity, or cause", "commit"], ["dedicate", "give entirely to a specific person, activity, or cause", "dedicate"]]}, {"answer": "devour", "hint": "synonyms for devour", "clues": [["raven", "eat greedily", "raven"], ["pig", "eat greedily", "pig"], ["consume", "eat immoderately", "consume"], ["go through", "eat immoderately", "go through"], ["down", "eat immoderately", "down"], ["guttle", "eat greedily", "guttle"]]}, {"answer": "diddle", "hint": "synonyms for diddle", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["toy", "manipulate manually or in one's mind or imagination", "toy"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["con", "deprive of by deceit", "con"], ["defraud", "deprive of by deceit", "defraud"], ["gip", "deprive of by deceit", "gip"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"], ["play", "manipulate manually or in one's mind or imagination", "play"], ["fiddle", "manipulate manually or in one's mind or imagination", "fiddle"]]}, {"answer": "die_away", "hint": "synonyms for die away", "clues": [["slack", "become less in amount or intensity", "slack"], ["slack off", "become less in amount or intensity", "slack off"], ["abate", "become less in amount or intensity", "abate"], ["let up", "become less in amount or intensity", "let up"]]}, {"answer": "die_hard", "hint": "synonyms for die hard", "clues": [["endure", "continue to exist", "endure"], ["prevail", "continue to exist", "prevail"], ["persist", "continue to exist", "persist"], ["run", "continue to exist", "run"]]}, {"answer": "differentiate", "hint": "synonyms for differentiate", "clues": [["secernate", "mark as different", "secernate"], ["distinguish", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "distinguish"], ["severalize", "mark as different", "severalize"], ["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "speciate"], ["secern", "mark as different", "secern"], ["specialize", "evolve so as to lead to a new species or develop in a way most suited to the environment", "specialize"], ["separate", "mark as different", "separate"], ["tell apart", "mark as different", "tell apart"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "mark"], ["tell", "mark as different", "tell"]]}, {"answer": "dig_up", "hint": "synonyms for dig up", "clues": [["excavate", "find by digging in the ground", "excavate"], ["dig", "remove, harvest, or recover by digging", "dig"], ["turn up", "find by digging in the ground", "turn up"], ["dig out", "remove, harvest, or recover by digging", "dig out"]]}, {"answer": "digress", "hint": "synonyms for digress", "clues": [["stray", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "stray"], ["straggle", "wander from a direct or straight course", "straggle"], ["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "divagate"], ["sidetrack", "wander from a direct or straight course", "sidetrack"], ["wander", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "wander"], ["depart", "wander from a direct or straight course", "depart"]]}, {"answer": "dilate", "hint": "synonyms for dilate", "clues": [["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["distend", "become wider", "distend"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"]]}, {"answer": "dilly-dally", "hint": "synonyms for dilly-dally", "clues": [["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["stall", "postpone doing what one should be doing", "stall"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"], ["dillydally", "postpone doing what one should be doing", "dillydally"]]}, {"answer": "dillydally", "hint": "synonyms for dillydally", "clues": [["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["stall", "postpone doing what one should be doing", "stall"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"]]}, {"answer": "diminish", "hint": "synonyms for diminish", "clues": [["decrease", "decrease in size, extent, or range", "decrease"], ["belittle", "lessen the authority, dignity, or reputation of", "belittle"], ["fall", "decrease in size, extent, or range", "fall"], ["lessen", "decrease in size, extent, or range", "lessen"]]}, {"answer": "disable", "hint": "synonyms for disable", "clues": [["incapacitate", "injure permanently", "incapacitate"], ["handicap", "injure permanently", "handicap"], ["disenable", "make unable to perform a certain action", "disenable"], ["invalid", "injure permanently", "invalid"]]}, {"answer": "disagree", "hint": "synonyms for disagree", "clues": [["disaccord", "be different from one another", "disaccord"], ["take issue", "be of different opinions", "take issue"], ["dissent", "be of different opinions", "dissent"], ["differ", "be of different opinions", "differ"]]}, {"answer": "disallow", "hint": "synonyms for disallow", "clues": [["proscribe", "command against", "proscribe"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"], ["veto", "command against", "veto"], ["forbid", "command against", "forbid"], ["interdict", "command against", "interdict"]]}, {"answer": "disappear", "hint": "synonyms for disappear", "clues": [["vanish", "cease to exist", "vanish"], ["melt", "become less intense and fade away gradually", "melt"], ["evaporate", "become less intense and fade away gradually", "evaporate"], ["go away", "become invisible or unnoticeable", "go away"]]}, {"answer": "disassemble", "hint": "synonyms for disassemble", "clues": [["break up", "take apart into its constituent pieces", "break up"], ["take apart", "take apart into its constituent pieces", "take apart"], ["dismantle", "take apart into its constituent pieces", "dismantle"], ["break apart", "take apart into its constituent pieces", "break apart"]]}, {"answer": "disassociate", "hint": "synonyms for disassociate", "clues": [["divorce", "part; cease or break association with", "divorce"], ["dissociate", "part; cease or break association with", "dissociate"], ["disunite", "part; cease or break association with", "disunite"], ["disjoint", "part; cease or break association with", "disjoint"]]}, {"answer": "discase", "hint": "synonyms for discase", "clues": [["uncase", "get undressed", "uncase"], ["unclothe", "get undressed", "unclothe"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["strip down", "get undressed", "strip down"], ["undress", "get undressed", "undress"]]}, {"answer": "discern", "hint": "synonyms for discern", "clues": [["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["make out", "detect with the senses", "make out"], ["recognise", "detect with the senses", "recognise"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"]]}, {"answer": "discerp", "hint": "synonyms for discerp", "clues": [["sever", "cut off from a whole", "sever"], ["dismember", "divide into pieces", "dismember"], ["lop", "cut off from a whole", "lop"], ["take apart", "divide into pieces", "take apart"]]}, {"answer": "disclose", "hint": "synonyms for disclose", "clues": [["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"]]}, {"answer": "discolorise", "hint": "synonyms for discolorise", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "discolorize", "hint": "synonyms for discolorize", "clues": [["discolourise", "remove color from", "discolourise"], ["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "discolourise", "hint": "synonyms for discolourise", "clues": [["decolourize", "remove color from", "decolourize"], ["bleach", "remove color from", "bleach"], ["decolour", "remove color from", "decolour"], ["discolorise", "remove color from", "discolorise"], ["bleach out", "remove color from", "bleach out"]]}, {"answer": "discombobulate", "hint": "synonyms for discombobulate", "clues": [["throw", "cause to be confused emotionally", "throw"], ["bemuse", "cause to be confused emotionally", "bemuse"], ["confound", "be confusing or perplexing to; cause to be unable to think clearly", "confound"], ["bewilder", "cause to be confused emotionally", "bewilder"], ["fuddle", "be confusing or perplexing to; cause to be unable to think clearly", "fuddle"], ["confuse", "be confusing or perplexing to; cause to be unable to think clearly", "confuse"], ["fox", "be confusing or perplexing to; cause to be unable to think clearly", "fox"], ["bedevil", "be confusing or perplexing to; cause to be unable to think clearly", "bedevil"]]}, {"answer": "discomfit", "hint": "synonyms for discomfit", "clues": [["untune", "cause to lose one's composure", "untune"], ["upset", "cause to lose one's composure", "upset"], ["disconcert", "cause to lose one's composure", "disconcert"], ["discompose", "cause to lose one's composure", "discompose"]]}, {"answer": "discommode", "hint": "synonyms for discommode", "clues": [["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["bother", "to cause inconvenience or discomfort to", "bother"]]}, {"answer": "discompose", "hint": "synonyms for discompose", "clues": [["untune", "cause to lose one's composure", "untune"], ["discomfit", "cause to lose one's composure", "discomfit"], ["upset", "cause to lose one's composure", "upset"], ["disconcert", "cause to lose one's composure", "disconcert"]]}, {"answer": "disconcert", "hint": "synonyms for disconcert", "clues": [["discomfit", "cause to lose one's composure", "discomfit"], ["upset", "cause to lose one's composure", "upset"], ["confuse", "cause to feel embarrassment", "confuse"], ["untune", "cause to lose one's composure", "untune"], ["flurry", "cause to feel embarrassment", "flurry"], ["discompose", "cause to lose one's composure", "discompose"], ["put off", "cause to feel embarrassment", "put off"]]}, {"answer": "discontinue", "hint": "synonyms for discontinue", "clues": [["give up", "put an end to a state or an activity", "give up"], ["break off", "prevent completion", "break off"], ["cease", "put an end to a state or an activity", "cease"], ["stop", "put an end to a state or an activity", "stop"], ["break", "prevent completion", "break"], ["quit", "put an end to a state or an activity", "quit"], ["lay off", "put an end to a state or an activity", "lay off"]]}, {"answer": "discover", "hint": "synonyms for discover", "clues": [["key", "identify as in botany or biology, for example", "key"], ["find", "make a discovery, make a new finding", "find"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["come across", "find unexpectedly", "come across"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["key out", "identify as in botany or biology, for example", "key out"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["identify", "identify as in botany or biology, for example", "identify"], ["observe", "discover or determine the existence, presence, or fact of", "observe"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["chance on", "find unexpectedly", "chance on"], ["name", "identify as in botany or biology, for example", "name"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["light upon", "find unexpectedly", "light upon"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["fall upon", "find unexpectedly", "fall upon"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["come upon", "find unexpectedly", "come upon"], ["happen upon", "find unexpectedly", "happen upon"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["attain", "find unexpectedly", "attain"], ["describe", "identify as in botany or biology, for example", "describe"], ["see", "get to know or become aware of, usually accidentally", "see"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["learn", "get to know or become aware of, usually accidentally", "learn"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "discuss", "hint": "synonyms for discuss", "clues": [["discourse", "to consider or examine in speech or writing", "discourse"], ["talk over", "speak with others about (something); talk (something) over in detail; have a discussion", "talk over"], ["talk about", "to consider or examine in speech or writing", "talk about"], ["hash out", "speak with others about (something); talk (something) over in detail; have a discussion", "hash out"]]}, {"answer": "disentangle", "hint": "synonyms for disentangle", "clues": [["extricate", "release from entanglement of difficulty", "extricate"], ["comb out", "smoothen and neaten with or as with a comb", "comb out"], ["comb", "smoothen and neaten with or as with a comb", "comb"], ["unwind", "separate the tangles of", "unwind"], ["disencumber", "release from entanglement of difficulty", "disencumber"], ["disinvolve", "free from involvement or entanglement", "disinvolve"], ["disembroil", "free from involvement or entanglement", "disembroil"], ["straighten out", "extricate from entanglement", "straighten out"], ["untangle", "release from entanglement of difficulty", "untangle"], ["unsnarl", "extricate from entanglement", "unsnarl"]]}, {"answer": "disgorge", "hint": "synonyms for disgorge", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["barf", "eject the contents of the stomach through the mouth", "barf"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spill", "cause or allow (a solid substance) to flow or run out or over", "spill"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["shed", "cause or allow (a solid substance) to flow or run out or over", "shed"]]}, {"answer": "dish_out", "hint": "synonyms for dish out", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["dish", "provide (usually but not necessarily food)", "dish"], ["lot", "administer or bestow, as in small portions", "lot"], ["serve", "provide (usually but not necessarily food)", "serve"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["serve up", "provide (usually but not necessarily food)", "serve up"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["dish up", "provide (usually but not necessarily food)", "dish up"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "dish_up", "hint": "synonyms for dish up", "clues": [["dish", "provide (usually but not necessarily food)", "dish"], ["dish out", "provide (usually but not necessarily food)", "dish out"], ["serve up", "provide (usually but not necessarily food)", "serve up"], ["serve", "provide (usually but not necessarily food)", "serve"]]}, {"answer": "dislodge", "hint": "synonyms for dislodge", "clues": [["shift", "change place or direction", "shift"], ["free", "remove or force out from a position", "free"], ["reposition", "change place or direction", "reposition"], ["bump", "remove or force from a position of dwelling previously occupied", "bump"]]}, {"answer": "dismantle", "hint": "synonyms for dismantle", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["level", "tear down so as to make flat with the ground", "level"], ["break up", "take apart into its constituent pieces", "break up"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["break apart", "take apart into its constituent pieces", "break apart"], ["strip", "take off or remove", "strip"], ["take apart", "take apart into its constituent pieces", "take apart"], ["take down", "tear down so as to make flat with the ground", "take down"], ["disassemble", "take apart into its constituent pieces", "disassemble"], ["rase", "tear down so as to make flat with the ground", "rase"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "dismiss", "hint": "synonyms for dismiss", "clues": [["drop", "stop associating with", "drop"], ["dissolve", "declare void", "dissolve"], ["push aside", "bar from attention or consideration", "push aside"], ["ignore", "bar from attention or consideration", "ignore"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["discount", "bar from attention or consideration", "discount"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["send packing", "stop associating with", "send packing"], ["throw out", "cease to consider; put out of judicial consideration", "throw out"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["send away", "stop associating with", "send away"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["disregard", "bar from attention or consideration", "disregard"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["brush off", "bar from attention or consideration", "brush off"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["usher out", "end one's encounter with somebody by causing or permitting the person to leave", "usher out"]]}, {"answer": "disoblige", "hint": "synonyms for disoblige", "clues": [["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["bother", "to cause inconvenience or discomfort to", "bother"]]}, {"answer": "dispel", "hint": "synonyms for dispel", "clues": [["run off", "force to go away; used both with concrete and metaphoric meanings", "run off"], ["break up", "to cause to separate and go in different directions", "break up"], ["scatter", "to cause to separate and go in different directions", "scatter"], ["chase away", "force to go away; used both with concrete and metaphoric meanings", "chase away"], ["drive off", "force to go away; used both with concrete and metaphoric meanings", "drive off"], ["dissipate", "to cause to separate and go in different directions", "dissipate"], ["disperse", "to cause to separate and go in different directions", "disperse"], ["turn back", "force to go away; used both with concrete and metaphoric meanings", "turn back"], ["drive away", "force to go away; used both with concrete and metaphoric meanings", "drive away"], ["drive out", "force to go away; used both with concrete and metaphoric meanings", "drive out"]]}, {"answer": "dispense", "hint": "synonyms for dispense", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["administer", "give or apply (medications)", "administer"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "dispense_with", "hint": "synonyms for dispense with", "clues": [["forgo", "do without or cease to hold or adhere to", "forgo"], ["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["relinquish", "do without or cease to hold or adhere to", "relinquish"], ["spare", "give up what is not strictly needed", "spare"], ["part with", "give up what is not strictly needed", "part with"], ["waive", "do without or cease to hold or adhere to", "waive"], ["give up", "give up what is not strictly needed", "give up"]]}, {"answer": "disperse", "hint": "synonyms for disperse", "clues": [["scatter", "cause to separate", "scatter"], ["pass around", "cause to become widely known", "pass around"], ["dissipate", "move away from each other", "dissipate"], ["propagate", "cause to become widely known", "propagate"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["circularize", "cause to become widely known", "circularize"], ["dust", "distribute loosely", "dust"], ["break up", "cause to separate", "break up"], ["spread out", "move away from each other", "spread out"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["dot", "distribute loosely", "dot"], ["disseminate", "cause to become widely known", "disseminate"], ["broadcast", "cause to become widely known", "broadcast"], ["spread", "cause to become widely known", "spread"], ["sprinkle", "distribute loosely", "sprinkle"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "dispirit", "hint": "synonyms for dispirit", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["demoralize", "lower someone's spirits; make downhearted", "demoralize"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["get down", "lower someone's spirits; make downhearted", "get down"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["cast down", "lower someone's spirits; make downhearted", "cast down"]]}, {"answer": "displace", "hint": "synonyms for displace", "clues": [["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["move", "cause to move or shift into a new position or place, both in a concrete and in an abstract sense", "move"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["preempt", "take the place of or have precedence over", "preempt"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "displume", "hint": "synonyms for displume", "clues": [["deplumate", "strip of feathers", "deplumate"], ["tear", "strip of feathers", "tear"], ["pull", "strip of feathers", "pull"], ["pluck", "strip of feathers", "pluck"]]}, {"answer": "disport", "hint": "synonyms for disport", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["divert", "occupy in an agreeable, entertaining or pleasant fashion", "divert"], ["romp", "play boisterously", "romp"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion", "amuse"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "dispose", "hint": "synonyms for dispose", "clues": [["chuck out", "throw or cast away", "chuck out"], ["cast away", "throw or cast away", "cast away"], ["qualify", "make fit or prepared", "qualify"], ["throw out", "throw or cast away", "throw out"], ["toss", "throw or cast away", "toss"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["discard", "throw or cast away", "discard"], ["incline", "make receptive or willing towards an action or attitude or belief", "incline"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "disrobe", "hint": "synonyms for disrobe", "clues": [["uncase", "get undressed", "uncase"], ["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["strip down", "get undressed", "strip down"], ["undress", "get undressed", "undress"]]}, {"answer": "dissemble", "hint": "synonyms for dissemble", "clues": [["affect", "make believe with the intent to deceive", "affect"], ["cloak", "hide under a false appearance", "cloak"], ["act", "behave unnaturally or affectedly", "act"], ["pretend", "behave unnaturally or affectedly", "pretend"], ["mask", "hide under a false appearance", "mask"], ["feign", "make believe with the intent to deceive", "feign"], ["sham", "make believe with the intent to deceive", "sham"]]}, {"answer": "disseminate", "hint": "synonyms for disseminate", "clues": [["pass around", "cause to become widely known", "pass around"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["broadcast", "cause to become widely known", "broadcast"], ["spread", "cause to become widely known", "spread"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "dissever", "hint": "synonyms for dissever", "clues": [["divide", "separate into parts or portions", "divide"], ["separate", "separate into parts or portions", "separate"], ["split", "separate into parts or portions", "split"], ["split up", "separate into parts or portions", "split up"], ["carve up", "separate into parts or portions", "carve up"]]}, {"answer": "dissipate", "hint": "synonyms for dissipate", "clues": [["fritter", "spend frivolously and unwisely", "fritter"], ["fool away", "spend frivolously and unwisely", "fool away"], ["spread out", "move away from each other", "spread out"], ["shoot", "spend frivolously and unwisely", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["dispel", "to cause to separate and go in different directions", "dispel"], ["break up", "to cause to separate and go in different directions", "break up"], ["fool", "spend frivolously and unwisely", "fool"], ["disperse", "move away from each other", "disperse"], ["scatter", "to cause to separate and go in different directions", "scatter"], ["frivol away", "spend frivolously and unwisely", "frivol away"]]}, {"answer": "dissociate", "hint": "synonyms for dissociate", "clues": [["disunite", "part; cease or break association with", "disunite"], ["decouple", "regard as unconnected", "decouple"], ["disjoint", "part; cease or break association with", "disjoint"], ["disassociate", "part; cease or break association with", "disassociate"], ["divorce", "part; cease or break association with", "divorce"]]}, {"answer": "distill", "hint": "synonyms for distill", "clues": [["distil", "extract by the process of distillation", "distil"], ["condense", "undergo condensation; change from a gaseous to a liquid state and fall in drops", "condense"], ["sublimate", "remove impurities from, increase the concentration of, and separate through the process of distillation", "sublimate"], ["purify", "remove impurities from, increase the concentration of, and separate through the process of distillation", "purify"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation", "make pure"], ["extract", "extract by the process of distillation", "extract"]]}, {"answer": "distinguish", "hint": "synonyms for distinguish", "clues": [["make out", "detect with the senses", "make out"], ["key", "identify as in botany or biology, for example", "key"], ["differentiate", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "differentiate"], ["secern", "mark as different", "secern"], ["severalise", "mark as different", "severalise"], ["spot", "detect with the senses", "spot"], ["tell apart", "mark as different", "tell apart"], ["signalize", "make conspicuous or noteworthy", "signalize"], ["separate", "mark as different", "separate"], ["recognise", "detect with the senses", "recognise"], ["discover", "identify as in botany or biology, for example", "discover"], ["key out", "identify as in botany or biology, for example", "key out"], ["tell", "mark as different", "tell"], ["secernate", "mark as different", "secernate"], ["discern", "detect with the senses", "discern"], ["describe", "identify as in botany or biology, for example", "describe"], ["identify", "identify as in botany or biology, for example", "identify"], ["mark", "be a distinctive feature, attribute, or trait; sometimes in a very positive sense", "mark"], ["name", "identify as in botany or biology, for example", "name"], ["pick out", "detect with the senses", "pick out"]]}, {"answer": "distort", "hint": "synonyms for distort", "clues": [["tinge", "affect as in thought or feeling", "tinge"], ["color", "affect as in thought or feeling", "color"], ["warp", "make false by mutilation or addition; as of a message or story", "warp"], ["wring", "twist and press out of shape", "wring"], ["contort", "twist and press out of shape", "contort"], ["deform", "twist and press out of shape", "deform"], ["twine", "form into a spiral shape", "twine"], ["twist", "form into a spiral shape", "twist"], ["strain", "alter the shape of (something) by stress", "strain"], ["falsify", "make false by mutilation or addition; as of a message or story", "falsify"], ["garble", "make false by mutilation or addition; as of a message or story", "garble"]]}, {"answer": "distract", "hint": "synonyms for distract", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["deflect", "draw someone's attention away from something", "deflect"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "distribute", "hint": "synonyms for distribute", "clues": [["pass around", "cause to become widely known", "pass around"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["propagate", "cause to become widely known", "propagate"], ["disperse", "cause to become widely known", "disperse"], ["circularize", "cause to become widely known", "circularize"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["circulate", "cause be distributed", "circulate"], ["allot", "administer or bestow, as in small portions", "allot"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["hand out", "give to several people", "hand out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["administer", "administer or bestow, as in small portions", "administer"], ["diffuse", "cause to become widely known", "diffuse"], ["pass on", "cause be distributed", "pass on"], ["disseminate", "cause to become widely known", "disseminate"], ["stagger", "to arrange in a systematic order", "stagger"], ["spread", "distribute or disperse widely", "spread"], ["broadcast", "cause to become widely known", "broadcast"], ["give out", "give to several people", "give out"], ["deal", "administer or bestow, as in small portions", "deal"], ["pass out", "give to several people", "pass out"]]}, {"answer": "disturb", "hint": "synonyms for disturb", "clues": [["stir up", "change the arrangement or position of", "stir up"], ["interrupt", "destroy the peace or tranquility of", "interrupt"], ["vex", "change the arrangement or position of", "vex"], ["shake up", "change the arrangement or position of", "shake up"], ["agitate", "change the arrangement or position of", "agitate"], ["upset", "move deeply", "upset"], ["touch", "tamper with", "touch"], ["commove", "change the arrangement or position of", "commove"], ["trouble", "move deeply", "trouble"], ["raise up", "change the arrangement or position of", "raise up"]]}, {"answer": "disunite", "hint": "synonyms for disunite", "clues": [["divide", "force, take, or pull apart", "divide"], ["disjoint", "part; cease or break association with", "disjoint"], ["separate", "force, take, or pull apart", "separate"], ["dissociate", "part; cease or break association with", "dissociate"], ["part", "force, take, or pull apart", "part"], ["divorce", "part; cease or break association with", "divorce"]]}, {"answer": "divert", "hint": "synonyms for divert", "clues": [["deviate", "turn aside; turn away from", "deviate"], ["hive off", "withdraw (money) and move into a different location, often secretly and with dishonest intentions", "hive off"], ["disport", "occupy in an agreeable, entertaining or pleasant fashion", "disport"], ["amuse", "occupy in an agreeable, entertaining or pleasant fashion", "amuse"]]}, {"answer": "divest", "hint": "synonyms for divest", "clues": [["strip", "take away possessions from someone", "strip"], ["disinvest", "deprive of status or authority", "disinvest"], ["undress", "remove (someone's or one's own) clothes", "undress"], ["deprive", "take away possessions from someone", "deprive"]]}, {"answer": "divulge", "hint": "synonyms for divulge", "clues": [["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"]]}, {"answer": "divvy_up", "hint": "synonyms for divvy up", "clues": [["deal", "give out as one's portion or share", "deal"], ["apportion", "give out as one's portion or share", "apportion"], ["share", "give out as one's portion or share", "share"], ["portion out", "give out as one's portion or share", "portion out"]]}, {"answer": "do_in", "hint": "synonyms for do in", "clues": [["waste", "get rid of (someone who may be a threat) by killing", "waste"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["neutralise", "get rid of (someone who may be a threat) by killing", "neutralise"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"]]}, {"answer": "do_it", "hint": "synonyms for do it", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "dole_out", "hint": "synonyms for dole out", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "domesticate", "hint": "synonyms for domesticate", "clues": [["domesticise", "overcome the wildness of; make docile and tractable", "domesticise"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"], ["naturalize", "adapt (a wild plant or unclaimed land) to the environment", "naturalize"], ["reclaim", "overcome the wildness of; make docile and tractable", "reclaim"]]}, {"answer": "domesticise", "hint": "synonyms for domesticise", "clues": [["tame", "overcome the wildness of; make docile and tractable", "tame"], ["reclaim", "overcome the wildness of; make docile and tractable", "reclaim"], ["domesticize", "overcome the wildness of; make docile and tractable", "domesticize"], ["domesticate", "overcome the wildness of; make docile and tractable", "domesticate"]]}, {"answer": "domesticize", "hint": "synonyms for domesticize", "clues": [["tame", "overcome the wildness of; make docile and tractable", "tame"], ["reclaim", "overcome the wildness of; make docile and tractable", "reclaim"], ["domesticise", "overcome the wildness of; make docile and tractable", "domesticise"], ["domesticate", "overcome the wildness of; make docile and tractable", "domesticate"]]}, {"answer": "domiciliate", "hint": "synonyms for domiciliate", "clues": [["shack", "make one's home in a particular place or community", "shack"], ["domicile", "make one's home in a particular place or community", "domicile"], ["house", "provide housing for", "house"], ["reside", "make one's home in a particular place or community", "reside"], ["put up", "provide housing for", "put up"]]}, {"answer": "dominate", "hint": "synonyms for dominate", "clues": [["reign", "be larger in number, quantity, power, status or importance", "reign"], ["overlook", "look down on", "overlook"], ["command", "look down on", "command"], ["prevail", "be larger in number, quantity, power, status or importance", "prevail"], ["overshadow", "be greater in significance than", "overshadow"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["eclipse", "be greater in significance than", "eclipse"], ["overtop", "look down on", "overtop"], ["rule", "be larger in number, quantity, power, status or importance", "rule"], ["master", "have dominance or the power to defeat over", "master"]]}, {"answer": "dope_off", "hint": "synonyms for dope off", "clues": [["doze off", "change from a waking to a sleeping state", "doze off"], ["nod off", "change from a waking to a sleeping state", "nod off"], ["fall asleep", "change from a waking to a sleeping state", "fall asleep"], ["drop off", "change from a waking to a sleeping state", "drop off"], ["drift off", "change from a waking to a sleeping state", "drift off"], ["drowse off", "change from a waking to a sleeping state", "drowse off"], ["flake out", "change from a waking to a sleeping state", "flake out"]]}, {"answer": "douse", "hint": "synonyms for douse", "clues": [["dowse", "slacken", "dowse"], ["duck", "dip into a liquid", "duck"], ["dip", "dip into a liquid", "dip"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["put out", "put out, as of a candle or a light", "put out"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["plunge", "immerse briefly into a liquid so as to wet, coat, or saturate", "plunge"], ["dunk", "immerse briefly into a liquid so as to wet, coat, or saturate", "dunk"], ["drench", "cover with liquid; pour liquid onto", "drench"]]}, {"answer": "downplay", "hint": "synonyms for downplay", "clues": [["minimise", "represent as less significant or important", "minimise"], ["background", "understate the importance or quality of", "background"], ["play down", "understate the importance or quality of", "play down"], ["understate", "represent as less significant or important", "understate"]]}, {"answer": "doze_off", "hint": "synonyms for doze off", "clues": [["drowse off", "change from a waking to a sleeping state", "drowse off"], ["nod off", "change from a waking to a sleeping state", "nod off"], ["fall asleep", "change from a waking to a sleeping state", "fall asleep"], ["drop off", "change from a waking to a sleeping state", "drop off"], ["drift off", "change from a waking to a sleeping state", "drift off"], ["flake out", "change from a waking to a sleeping state", "flake out"]]}, {"answer": "drag_in", "hint": "synonyms for drag in", "clues": [["drag", "force into some kind of situation, condition, or course of action", "drag"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"]]}, {"answer": "drag_one's_feet", "hint": "synonyms for drag one's feet", "clues": [["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["stall", "postpone doing what one should be doing", "stall"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"]]}, {"answer": "drag_one's_heels", "hint": "synonyms for drag one's heels", "clues": [["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["procrastinate", "postpone doing what one should be doing", "procrastinate"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["stall", "postpone doing what one should be doing", "stall"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"]]}, {"answer": "dramatise", "hint": "synonyms for dramatise", "clues": [["dramatize", "put into dramatic form", "dramatize"], ["aggrandize", "add details to", "aggrandize"], ["embellish", "add details to", "embellish"], ["lard", "add details to", "lard"], ["embroider", "add details to", "embroider"], ["pad", "add details to", "pad"], ["adopt", "put into dramatic form", "adopt"], ["blow up", "add details to", "blow up"]]}, {"answer": "dramatize", "hint": "synonyms for dramatize", "clues": [["aggrandize", "add details to", "aggrandize"], ["lard", "add details to", "lard"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["pad", "add details to", "pad"], ["adopt", "put into dramatic form", "adopt"], ["blow up", "add details to", "blow up"], ["embellish", "add details to", "embellish"]]}, {"answer": "draw_back", "hint": "synonyms for draw back", "clues": [["pull away", "pull back or move away or backward", "pull away"], ["move back", "pull back or move away or backward", "move back"], ["retract", "use a surgical instrument to hold open (the edges of a wound or an organ)", "retract"], ["pull back", "use a surgical instrument to hold open (the edges of a wound or an organ)", "pull back"], ["recede", "pull back or move away or backward", "recede"], ["retire", "pull back or move away or backward", "retire"], ["withdraw", "pull back or move away or backward", "withdraw"]]}, {"answer": "draw_close", "hint": "synonyms for draw close", "clues": [["approach", "move towards", "approach"], ["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["near", "move towards", "near"], ["nuzzle", "move or arrange oneself in a comfortable and cozy position", "nuzzle"], ["draw near", "move towards", "draw near"], ["go up", "move towards", "go up"], ["come on", "move towards", "come on"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"], ["come near", "move towards", "come near"]]}, {"answer": "draw_in", "hint": "synonyms for draw in", "clues": [["suck in", "draw in as if by suction", "suck in"], ["retract", "pull inward or towards a center", "retract"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull"], ["pull in", "of trains; move into (a station)", "pull in"], ["move in", "of trains; move into (a station)", "move in"], ["curl up", "shape one's body into a curl", "curl up"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"], ["get in", "of trains; move into (a station)", "get in"], ["close in", "advance or converge on", "close in"], ["draw", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw"], ["curl", "shape one's body into a curl", "curl"]]}, {"answer": "draw_near", "hint": "synonyms for draw near", "clues": [["approach", "move towards", "approach"], ["draw close", "move towards", "draw close"], ["near", "move towards", "near"], ["go up", "move towards", "go up"], ["come on", "move towards", "come on"], ["come near", "move towards", "come near"]]}, {"answer": "draw_off", "hint": "synonyms for draw off", "clues": [["draw away", "remove by drawing or pulling", "draw away"], ["pull off", "remove by drawing or pulling", "pull off"], ["draw", "remove (a commodity) from (a supply source)", "draw"], ["take out", "remove (a commodity) from (a supply source)", "take out"], ["withdraw", "remove (a commodity) from (a supply source)", "withdraw"]]}, {"answer": "draw_out", "hint": "synonyms for draw out", "clues": [["aspirate", "remove as if by suction", "aspirate"], ["take out", "remove, usually with some force or effort; also used in an abstract sense", "take out"], ["prolong", "lengthen in time; cause to be or last longer", "prolong"], ["extend", "lengthen in time; cause to be or last longer", "extend"], ["educe", "deduce (a principle) or construe (a meaning)", "educe"], ["evoke", "deduce (a principle) or construe (a meaning)", "evoke"], ["extract", "deduce (a principle) or construe (a meaning)", "extract"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense", "pull out"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense", "pull up"], ["elicit", "deduce (a principle) or construe (a meaning)", "elicit"], ["suck out", "remove as if by suction", "suck out"], ["pull", "remove, usually with some force or effort; also used in an abstract sense", "pull"], ["protract", "lengthen in time; cause to be or last longer", "protract"]]}, {"answer": "draw_up", "hint": "synonyms for draw up", "clues": [["frame", "make up plans or basic details for", "frame"], ["pull up", "cause (a vehicle) to stop", "pull up"], ["straighten up", "straighten oneself", "straighten up"], ["haul up", "come to a halt after driving somewhere", "haul up"], ["compose", "make up plans or basic details for", "compose"]]}, {"answer": "dream_up", "hint": "synonyms for dream up", "clues": [["concoct", "devise or invent", "concoct"], ["hatch", "devise or invent", "hatch"], ["think up", "devise or invent", "think up"], ["think of", "devise or invent", "think of"]]}, {"answer": "drench", "hint": "synonyms for drench", "clues": [["dowse", "cover with liquid; pour liquid onto", "dowse"], ["sop", "cover with liquid; pour liquid onto", "sop"], ["douse", "cover with liquid; pour liquid onto", "douse"], ["soak", "cover with liquid; pour liquid onto", "soak"], ["imbrue", "permeate or impregnate", "imbrue"], ["souse", "cover with liquid; pour liquid onto", "souse"], ["swamp", "drench or submerge or be drenched or submerged", "swamp"]]}, {"answer": "dress_down", "hint": "synonyms for dress down", "clues": [["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"], ["underdress", "dress informally and casually", "underdress"]]}, {"answer": "dress_up", "hint": "synonyms for dress up", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["bard", "put a caparison on", "bard"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"], ["dress", "dress in a certain manner", "dress"], ["costume", "dress in a costume", "costume"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["window-dress", "make something appear superficially attractive", "window-dress"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["caparison", "put a caparison on", "caparison"]]}, {"answer": "drift_off", "hint": "synonyms for drift off", "clues": [["doze off", "change from a waking to a sleeping state", "doze off"], ["nod off", "change from a waking to a sleeping state", "nod off"], ["fall asleep", "change from a waking to a sleeping state", "fall asleep"], ["drop off", "change from a waking to a sleeping state", "drop off"], ["drowse off", "change from a waking to a sleeping state", "drowse off"], ["flake out", "change from a waking to a sleeping state", "flake out"]]}, {"answer": "drink_down", "hint": "synonyms for drink down", "clues": [["belt down", "drink down entirely", "belt down"], ["toss off", "drink down entirely", "toss off"], ["kill", "drink down entirely", "kill"], ["pop", "drink down entirely", "pop"], ["down", "drink down entirely", "down"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "drive_away", "hint": "synonyms for drive away", "clues": [["dispel", "force to go away; used both with concrete and metaphoric meanings", "dispel"], ["drive off", "force to go away; used both with concrete and metaphoric meanings", "drive off"], ["run off", "force to go away; used both with concrete and metaphoric meanings", "run off"], ["drive out", "force to go away; used both with concrete and metaphoric meanings", "drive out"], ["turn back", "force to go away; used both with concrete and metaphoric meanings", "turn back"], ["chase away", "force to go away; used both with concrete and metaphoric meanings", "chase away"]]}, {"answer": "drive_back", "hint": "synonyms for drive back", "clues": [["fight off", "force or drive back", "fight off"], ["repel", "force or drive back", "repel"], ["repulse", "force or drive back", "repulse"], ["rebuff", "force or drive back", "rebuff"]]}, {"answer": "drive_off", "hint": "synonyms for drive off", "clues": [["dispel", "force to go away; used both with concrete and metaphoric meanings", "dispel"], ["run off", "force to go away; used both with concrete and metaphoric meanings", "run off"], ["drive out", "force to go away; used both with concrete and metaphoric meanings", "drive out"], ["turn back", "force to go away; used both with concrete and metaphoric meanings", "turn back"], ["drive away", "force to go away; used both with concrete and metaphoric meanings", "drive away"], ["chase away", "force to go away; used both with concrete and metaphoric meanings", "chase away"]]}, {"answer": "drive_out", "hint": "synonyms for drive out", "clues": [["dispel", "force to go away; used both with concrete and metaphoric meanings", "dispel"], ["run off", "force to go away; used both with concrete and metaphoric meanings", "run off"], ["clear out", "clear out the chest and lungs", "clear out"], ["rouse", "force or drive out", "rouse"], ["drive off", "force to go away; used both with concrete and metaphoric meanings", "drive off"], ["rout out", "force or drive out", "rout out"], ["force out", "force or drive out", "force out"], ["turn back", "force to go away; used both with concrete and metaphoric meanings", "turn back"], ["expectorate", "clear out the chest and lungs", "expectorate"], ["drive away", "force to go away; used both with concrete and metaphoric meanings", "drive away"], ["chase away", "force to go away; used both with concrete and metaphoric meanings", "chase away"]]}, {"answer": "drop_back", "hint": "synonyms for drop back", "clues": [["drag", "to lag or linger behind", "drag"], ["get behind", "to lag or linger behind", "get behind"], ["drop behind", "to lag or linger behind", "drop behind"], ["trail", "to lag or linger behind", "trail"], ["hang back", "to lag or linger behind", "hang back"]]}, {"answer": "drop_behind", "hint": "synonyms for drop behind", "clues": [["drag", "to lag or linger behind", "drag"], ["get behind", "to lag or linger behind", "get behind"], ["drop back", "to lag or linger behind", "drop back"], ["trail", "to lag or linger behind", "trail"], ["hang back", "to lag or linger behind", "hang back"]]}, {"answer": "drop_by_the_wayside", "hint": "synonyms for drop by the wayside", "clues": [["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["quit", "give up in the face of defeat of lacking hope; admit defeat", "quit"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"]]}, {"answer": "drop_dead", "hint": "synonyms for drop dead", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "drop_off", "hint": "synonyms for drop off", "clues": [["unload", "leave or unload", "unload"], ["drop away", "get worse", "drop away"], ["dope off", "change from a waking to a sleeping state", "dope off"], ["drift off", "change from a waking to a sleeping state", "drift off"], ["set down", "leave or unload", "set down"], ["discharge", "leave or unload", "discharge"], ["put down", "leave or unload", "put down"], ["fall behind", "retreat", "fall behind"], ["flake out", "change from a waking to a sleeping state", "flake out"], ["drowse off", "change from a waking to a sleeping state", "drowse off"], ["fall away", "get worse", "fall away"], ["drop", "leave or unload", "drop"], ["fall back", "retreat", "fall back"], ["nod off", "change from a waking to a sleeping state", "nod off"], ["fall asleep", "change from a waking to a sleeping state", "fall asleep"], ["slip", "get worse", "slip"], ["lose", "retreat", "lose"], ["recede", "retreat", "recede"]]}, {"answer": "drop_out", "hint": "synonyms for drop out", "clues": [["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["quit", "give up in the face of defeat of lacking hope; admit defeat", "quit"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"]]}, {"answer": "drop_the_ball", "hint": "synonyms for drop the ball", "clues": [["blunder", "commit a faux pas or a fault or make a serious mistake", "blunder"], ["goof", "commit a faux pas or a fault or make a serious mistake", "goof"], ["boob", "commit a faux pas or a fault or make a serious mistake", "boob"], ["sin", "commit a faux pas or a fault or make a serious mistake", "sin"]]}, {"answer": "drowse_off", "hint": "synonyms for drowse off", "clues": [["doze off", "change from a waking to a sleeping state", "doze off"], ["nod off", "change from a waking to a sleeping state", "nod off"], ["fall asleep", "change from a waking to a sleeping state", "fall asleep"], ["drop off", "change from a waking to a sleeping state", "drop off"], ["drift off", "change from a waking to a sleeping state", "drift off"], ["flake out", "change from a waking to a sleeping state", "flake out"]]}, {"answer": "drub", "hint": "synonyms for drub", "clues": [["thrash", "beat thoroughly and conclusively in a competition or fight", "thrash"], ["lick", "beat thoroughly and conclusively in a competition or fight", "lick"], ["bat", "beat thoroughly and conclusively in a competition or fight", "bat"], ["cream", "beat thoroughly and conclusively in a competition or fight", "cream"], ["clobber", "beat thoroughly and conclusively in a competition or fight", "clobber"]]}, {"answer": "drum_out", "hint": "synonyms for drum out", "clues": [["kick out", "remove from a position or office", "kick out"], ["oust", "remove from a position or office", "oust"], ["boot out", "remove from a position or office", "boot out"], ["throw out", "remove from a position or office", "throw out"], ["expel", "remove from a position or office", "expel"]]}, {"answer": "dumbfound", "hint": "synonyms for dumbfound", "clues": [["flummox", "be a mystery or bewildering to", "flummox"], ["baffle", "be a mystery or bewildering to", "baffle"], ["get", "be a mystery or bewildering to", "get"], ["beat", "be a mystery or bewildering to", "beat"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "dummy_up", "hint": "synonyms for dummy up", "clues": [["button up", "refuse to talk or stop talking; fall silent", "button up"], ["dummy", "make a dummy of", "dummy"], ["belt up", "refuse to talk or stop talking; fall silent", "belt up"], ["clam up", "refuse to talk or stop talking; fall silent", "clam up"], ["close up", "refuse to talk or stop talking; fall silent", "close up"], ["shut up", "refuse to talk or stop talking; fall silent", "shut up"], ["keep mum", "refuse to talk or stop talking; fall silent", "keep mum"], ["be quiet", "refuse to talk or stop talking; fall silent", "be quiet"]]}, {"answer": "dwell", "hint": "synonyms for dwell", "clues": [["lie", "originate (in)", "lie"], ["consist", "originate (in)", "consist"], ["populate", "inhabit or live in; be an inhabitant of", "populate"], ["brood", "think moodily or anxiously about something", "brood"], ["harp", "come back to", "harp"], ["lie in", "originate (in)", "lie in"], ["inhabit", "exist or be situated within", "inhabit"]]}, {"answer": "earn", "hint": "synonyms for earn", "clues": [["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["garner", "acquire or deserve by one's efforts or actions", "garner"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "ease_off", "hint": "synonyms for ease off", "clues": [["flag", "become less intense", "flag"], ["ease up", "reduce pressure or intensity", "ease up"], ["slacken off", "become less intense", "slacken off"], ["let up", "reduce pressure or intensity", "let up"]]}, {"answer": "ease_up", "hint": "synonyms for ease up", "clues": [["ease off", "reduce pressure or intensity", "ease off"], ["move over", "move in order to make room for someone for something", "move over"], ["give", "move in order to make room for someone for something", "give"], ["flag", "become less intense", "flag"], ["slacken off", "become less intense", "slacken off"], ["let up", "reduce pressure or intensity", "let up"], ["yield", "move in order to make room for someone for something", "yield"], ["give way", "move in order to make room for someone for something", "give way"]]}, {"answer": "eat", "hint": "synonyms for eat", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["corrode", "cause to deteriorate due to the action of water, air, or an acid", "corrode"], ["run through", "use up (resources or materials)", "run through"], ["feed", "take in food; used of animals only", "feed"], ["eat up", "use up (resources or materials)", "eat up"], ["eat on", "worry or cause anxiety in a persistent way", "eat on"], ["consume", "use up (resources or materials)", "consume"], ["deplete", "use up (resources or materials)", "deplete"], ["exhaust", "use up (resources or materials)", "exhaust"], ["rust", "cause to deteriorate due to the action of water, air, or an acid", "rust"], ["use up", "use up (resources or materials)", "use up"]]}, {"answer": "eat_at", "hint": "synonyms for eat at", "clues": [["wear away", "become ground down or deteriorate", "wear away"], ["gnaw at", "become ground down or deteriorate", "gnaw at"], ["erode", "become ground down or deteriorate", "erode"], ["gnaw", "become ground down or deteriorate", "gnaw"]]}, {"answer": "eat_up", "hint": "synonyms for eat up", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["run through", "use up (resources or materials)", "run through"], ["eat", "use up (resources or materials)", "eat"], ["bury", "enclose or envelop completely, as if by swallowing", "bury"], ["polish off", "finish eating all the food on one's plate or on the table", "polish off"], ["consume", "use up (resources or materials)", "consume"], ["deplete", "use up (resources or materials)", "deplete"], ["immerse", "enclose or envelop completely, as if by swallowing", "immerse"], ["swallow", "enclose or envelop completely, as if by swallowing", "swallow"], ["exhaust", "use up (resources or materials)", "exhaust"], ["finish", "finish eating all the food on one's plate or on the table", "finish"], ["swallow up", "enclose or envelop completely, as if by swallowing", "swallow up"], ["use up", "use up (resources or materials)", "use up"]]}, {"answer": "ebb_away", "hint": "synonyms for ebb away", "clues": [["ebb out", "flow back or recede", "ebb out"], ["ebb down", "flow back or recede", "ebb down"], ["ebb off", "flow back or recede", "ebb off"], ["ebb", "flow back or recede", "ebb"]]}, {"answer": "ebb_down", "hint": "synonyms for ebb down", "clues": [["ebb out", "flow back or recede", "ebb out"], ["ebb away", "flow back or recede", "ebb away"], ["ebb off", "flow back or recede", "ebb off"], ["ebb", "flow back or recede", "ebb"]]}, {"answer": "ebb_off", "hint": "synonyms for ebb off", "clues": [["ebb down", "flow back or recede", "ebb down"], ["ebb out", "flow back or recede", "ebb out"], ["ebb away", "flow back or recede", "ebb away"], ["ebb", "flow back or recede", "ebb"]]}, {"answer": "ebb_out", "hint": "synonyms for ebb out", "clues": [["ebb down", "flow back or recede", "ebb down"], ["ebb away", "flow back or recede", "ebb away"], ["ebb off", "flow back or recede", "ebb off"], ["ebb", "flow back or recede", "ebb"]]}, {"answer": "economise", "hint": "synonyms for economise", "clues": [["economize", "spend sparingly, avoid the waste of", "economize"], ["save", "spend sparingly, avoid the waste of", "save"], ["husband", "use cautiously and frugally", "husband"], ["conserve", "use cautiously and frugally", "conserve"]]}, {"answer": "economize", "hint": "synonyms for economize", "clues": [["husband", "use cautiously and frugally", "husband"], ["save", "spend sparingly, avoid the waste of", "save"], ["conserve", "use cautiously and frugally", "conserve"], ["economise", "spend sparingly, avoid the waste of", "economise"]]}, {"answer": "edit", "hint": "synonyms for edit", "clues": [["edit out", "cut and assemble the components of", "edit out"], ["redact", "prepare for publication or presentation by correcting, revising, or adapting", "redact"], ["delete", "cut or eliminate", "delete"], ["blue-pencil", "cut or eliminate", "blue-pencil"], ["cut", "cut and assemble the components of", "cut"]]}, {"answer": "educate", "hint": "synonyms for educate", "clues": [["train", "teach or refine to be discriminative in taste or judgment", "train"], ["civilise", "teach or refine to be discriminative in taste or judgment", "civilise"], ["prepare", "create by training and teaching", "prepare"], ["develop", "create by training and teaching", "develop"], ["cultivate", "teach or refine to be discriminative in taste or judgment", "cultivate"], ["school", "teach or refine to be discriminative in taste or judgment", "school"]]}, {"answer": "educe", "hint": "synonyms for educe", "clues": [["draw out", "deduce (a principle) or construe (a meaning)", "draw out"], ["elicit", "deduce (a principle) or construe (a meaning)", "elicit"], ["evoke", "deduce (a principle) or construe (a meaning)", "evoke"], ["derive", "develop or evolve from a latent or potential state", "derive"], ["extract", "deduce (a principle) or construe (a meaning)", "extract"]]}, {"answer": "eff", "hint": "synonyms for eff", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "efface", "hint": "synonyms for efface", "clues": [["score out", "remove by or as if by rubbing or erasing", "score out"], ["rub out", "remove by or as if by rubbing or erasing", "rub out"], ["obliterate", "remove completely from recognition or memory", "obliterate"], ["wipe off", "remove by or as if by rubbing or erasing", "wipe off"], ["erase", "remove by or as if by rubbing or erasing", "erase"]]}, {"answer": "effervesce", "hint": "synonyms for effervesce", "clues": [["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["form bubbles", "become bubbly or frothy or foaming", "form bubbles"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["froth", "become bubbly or frothy or foaming", "froth"], ["foam", "become bubbly or frothy or foaming", "foam"]]}, {"answer": "eject", "hint": "synonyms for eject", "clues": [["discharge", "eliminate (a substance)", "discharge"], ["force out", "cause to come out in a squirt", "force out"], ["turf out", "put out or expel from a place", "turf out"], ["exhaust", "eliminate (a substance)", "exhaust"], ["squeeze out", "cause to come out in a squirt", "squeeze out"], ["expel", "eliminate (a substance)", "expel"], ["boot out", "put out or expel from a place", "boot out"], ["squirt", "cause to come out in a squirt", "squirt"], ["chuck out", "put out or expel from a place", "chuck out"], ["release", "eliminate (a substance)", "release"], ["exclude", "put out or expel from a place", "exclude"]]}, {"answer": "elapse", "hint": "synonyms for elapse", "clues": [["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["lapse", "pass by", "lapse"], ["slip by", "pass by", "slip by"], ["go along", "pass by", "go along"], ["glide by", "pass by", "glide by"], ["pass", "pass by", "pass"]]}, {"answer": "elate", "hint": "synonyms for elate", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["uplift", "fill with high spirits; fill with optimism", "uplift"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["lift up", "fill with high spirits; fill with optimism", "lift up"]]}, {"answer": "elevate", "hint": "synonyms for elevate", "clues": [["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["raise", "raise in rank or condition", "raise"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["get up", "raise from a lower to a higher position", "get up"], ["lift", "raise from a lower to a higher position", "lift"], ["bring up", "raise from a lower to a higher position", "bring up"], ["promote", "give a promotion to or assign to a higher position", "promote"], ["advance", "give a promotion to or assign to a higher position", "advance"]]}, {"answer": "elicit", "hint": "synonyms for elicit", "clues": [["draw out", "deduce (a principle) or construe (a meaning)", "draw out"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["educe", "deduce (a principle) or construe (a meaning)", "educe"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["extract", "deduce (a principle) or construe (a meaning)", "extract"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"]]}, {"answer": "eliminate", "hint": "synonyms for eliminate", "clues": [["do away with", "terminate, end, or take out", "do away with"], ["eradicate", "kill in large numbers", "eradicate"], ["carry off", "kill in large numbers", "carry off"], ["reject", "dismiss from consideration or a contest", "reject"], ["get rid of", "terminate, end, or take out", "get rid of"], ["rid of", "do away with", "rid of"], ["extinguish", "terminate, end, or take out", "extinguish"], ["wipe out", "kill in large numbers", "wipe out"], ["rule out", "dismiss from consideration or a contest", "rule out"], ["winnow out", "dismiss from consideration or a contest", "winnow out"], ["egest", "eliminate from the body", "egest"], ["pass", "eliminate from the body", "pass"], ["decimate", "kill in large numbers", "decimate"], ["excrete", "eliminate from the body", "excrete"], ["annihilate", "kill in large numbers", "annihilate"], ["obviate", "do away with", "obviate"]]}, {"answer": "elucidate", "hint": "synonyms for elucidate", "clues": [["clear up", "make clear and (more) comprehensible", "clear up"], ["clarify", "make clear and (more) comprehensible", "clarify"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"]]}, {"answer": "elude", "hint": "synonyms for elude", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["escape", "be incomprehensible to; escape understanding by", "escape"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["bilk", "escape, either physically or mentally", "bilk"]]}, {"answer": "embarrass", "hint": "synonyms for embarrass", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["block", "hinder or prevent the progress or accomplishment of", "block"], ["abash", "cause to be embarrassed; cause to feel self-conscious", "abash"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["obstruct", "hinder or prevent the progress or accomplishment of", "obstruct"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"]]}, {"answer": "embed", "hint": "synonyms for embed", "clues": [["plant", "fix or set securely or deeply", "plant"], ["implant", "fix or set securely or deeply", "implant"], ["engraft", "fix or set securely or deeply", "engraft"], ["imbed", "fix or set securely or deeply", "imbed"]]}, {"answer": "embellish", "hint": "synonyms for embellish", "clues": [["aggrandize", "add details to", "aggrandize"], ["prettify", "make more beautiful", "prettify"], ["beautify", "make more beautiful", "beautify"], ["adorn", "make more attractive by adding ornament, colour, etc.", "adorn"], ["blow up", "add details to", "blow up"], ["ornament", "make more attractive by adding ornament, colour, etc.", "ornament"], ["dramatise", "add details to", "dramatise"], ["embroider", "add details to", "embroider"], ["deck", "be beautiful to look at", "deck"], ["grace", "be beautiful to look at", "grace"], ["decorate", "be beautiful to look at", "decorate"], ["fancify", "make more beautiful", "fancify"], ["lard", "add details to", "lard"], ["pad", "add details to", "pad"]]}, {"answer": "embezzle", "hint": "synonyms for embezzle", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "defalcate"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "misappropriate"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "malversate"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "peculate"]]}, {"answer": "embody", "hint": "synonyms for embody", "clues": [["substantiate", "represent in bodily form", "substantiate"], ["personify", "represent, as of a character on stage", "personify"], ["be", "represent, as of a character on stage", "be"], ["body forth", "represent in bodily form", "body forth"], ["incarnate", "represent in bodily form", "incarnate"]]}, {"answer": "embrocate", "hint": "synonyms for embrocate", "clues": [["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anoint"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anele"], ["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing", "oil"], ["inunct", "administer an oil or ointment to ; often in a religious ceremony of blessing", "inunct"]]}, {"answer": "embroider", "hint": "synonyms for embroider", "clues": [["aggrandize", "add details to", "aggrandize"], ["lard", "add details to", "lard"], ["dramatise", "add details to", "dramatise"], ["pad", "add details to", "pad"], ["broider", "decorate with needlework", "broider"], ["blow up", "add details to", "blow up"], ["embellish", "add details to", "embellish"]]}, {"answer": "embroil", "hint": "synonyms for embroil", "clues": [["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["drag", "force into some kind of situation, condition, or course of action", "drag"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["sweep up", "force into some kind of situation, condition, or course of action", "sweep up"]]}, {"answer": "emerge", "hint": "synonyms for emerge", "clues": [["issue", "come out of", "issue"], ["come forth", "come out of", "come forth"], ["egress", "come out of", "egress"], ["go forth", "come out of", "go forth"], ["come out", "come out of", "come out"]]}, {"answer": "emit", "hint": "synonyms for emit", "clues": [["utter", "express audibly; utter sounds (not necessarily words)", "utter"], ["let loose", "express audibly; utter sounds (not necessarily words)", "let loose"], ["breathe", "expel (gases or odors)", "breathe"], ["pass off", "expel (gases or odors)", "pass off"], ["give off", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc.", "give off"], ["let out", "express audibly; utter sounds (not necessarily words)", "let out"], ["give out", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc.", "give out"]]}, {"answer": "emphasise", "hint": "synonyms for emphasise", "clues": [["accent", "to stress, single out as important", "accent"], ["stress", "to stress, single out as important", "stress"], ["emphasize", "to stress, single out as important", "emphasize"], ["underline", "give extra weight to (a communication)", "underline"], ["punctuate", "to stress, single out as important", "punctuate"], ["underscore", "give extra weight to (a communication)", "underscore"], ["accentuate", "to stress, single out as important", "accentuate"]]}, {"answer": "emphasize", "hint": "synonyms for emphasize", "clues": [["accent", "to stress, single out as important", "accent"], ["stress", "to stress, single out as important", "stress"], ["punctuate", "to stress, single out as important", "punctuate"], ["emphasise", "to stress, single out as important", "emphasise"], ["underscore", "give extra weight to (a communication)", "underscore"], ["underline", "give extra weight to (a communication)", "underline"], ["accentuate", "to stress, single out as important", "accentuate"]]}, {"answer": "empower", "hint": "synonyms for empower", "clues": [["invest", "give qualities or abilities to", "invest"], ["authorize", "give or delegate power or authority to", "authorize"], ["gift", "give qualities or abilities to", "gift"], ["indue", "give qualities or abilities to", "indue"], ["endow", "give qualities or abilities to", "endow"], ["endue", "give qualities or abilities to", "endue"]]}, {"answer": "enamor", "hint": "synonyms for enamor", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamour", "attract; cause to be enamored", "enamour"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "enamour", "hint": "synonyms for enamour", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"], ["becharm", "attract; cause to be enamored", "becharm"]]}, {"answer": "encamp", "hint": "synonyms for encamp", "clues": [["bivouac", "live in or as if in a tent", "bivouac"], ["tent", "live in or as if in a tent", "tent"], ["camp", "live in or as if in a tent", "camp"], ["camp out", "live in or as if in a tent", "camp out"]]}, {"answer": "enchant", "hint": "synonyms for enchant", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["catch", "attract; cause to be enamored", "catch"], ["enrapture", "hold spellbound", "enrapture"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["fascinate", "attract; cause to be enamored", "fascinate"], ["enamor", "attract; cause to be enamored", "enamor"], ["glamour", "cast a spell over someone or something; put a hex on someone or something", "glamour"], ["ravish", "hold spellbound", "ravish"], ["becharm", "attract; cause to be enamored", "becharm"], ["hex", "cast a spell over someone or something; put a hex on someone or something", "hex"], ["jinx", "cast a spell over someone or something; put a hex on someone or something", "jinx"], ["witch", "cast a spell over someone or something; put a hex on someone or something", "witch"], ["captivate", "attract; cause to be enamored", "captivate"], ["delight", "hold spellbound", "delight"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "encipher", "hint": "synonyms for encipher", "clues": [["inscribe", "convert ordinary language into code", "inscribe"], ["cypher", "convert ordinary language into code", "cypher"], ["code", "convert ordinary language into code", "code"], ["cipher", "convert ordinary language into code", "cipher"], ["write in code", "convert ordinary language into code", "write in code"], ["encrypt", "convert ordinary language into code", "encrypt"]]}, {"answer": "enclose", "hint": "synonyms for enclose", "clues": [["insert", "introduce", "insert"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"], ["hold in", "close in; darkness enclosed him\"", "hold in"], ["shut in", "surround completely", "shut in"], ["introduce", "introduce", "introduce"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["confine", "close in; darkness enclosed him\"", "confine"], ["inclose", "surround completely", "inclose"], ["stick in", "introduce", "stick in"], ["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["put in", "introduce", "put in"], ["close in", "surround completely", "close in"]]}, {"answer": "enclothe", "hint": "synonyms for enclothe", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"], ["clothe", "provide with clothes or put clothes on", "clothe"]]}, {"answer": "encourage", "hint": "synonyms for encourage", "clues": [["advance", "contribute to the progress or growth of", "advance"], ["further", "contribute to the progress or growth of", "further"], ["promote", "contribute to the progress or growth of", "promote"], ["boost", "contribute to the progress or growth of", "boost"]]}, {"answer": "encrypt", "hint": "synonyms for encrypt", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["cypher", "convert ordinary language into code", "cypher"], ["code", "convert ordinary language into code", "code"], ["inscribe", "convert ordinary language into code", "inscribe"], ["write in code", "convert ordinary language into code", "write in code"]]}, {"answer": "end_up", "hint": "synonyms for end up", "clues": [["fetch up", "finally be or do something", "fetch up"], ["finish up", "finally be or do something", "finish up"], ["wind up", "finally be or do something", "wind up"], ["finish", "finally be or do something", "finish"], ["land up", "finally be or do something", "land up"]]}, {"answer": "endanger", "hint": "synonyms for endanger", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["scupper", "put in a dangerous, disadvantageous, or difficult position", "scupper"], ["menace", "pose a threat to; present a danger to", "menace"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["peril", "pose a threat to; present a danger to", "peril"], ["queer", "put in a dangerous, disadvantageous, or difficult position", "queer"], ["expose", "put in a dangerous, disadvantageous, or difficult position", "expose"]]}, {"answer": "endorse", "hint": "synonyms for endorse", "clues": [["indorse", "give support or one's approval to", "indorse"], ["certify", "guarantee as meeting a certain standard", "certify"], ["second", "give support or one's approval to", "second"], ["back", "be behind; approve of", "back"], ["support", "be behind; approve of", "support"], ["plump for", "be behind; approve of", "plump for"], ["plunk for", "be behind; approve of", "plunk for"]]}, {"answer": "endow", "hint": "synonyms for endow", "clues": [["empower", "give qualities or abilities to", "empower"], ["invest", "give qualities or abilities to", "invest"], ["indue", "give qualities or abilities to", "indue"], ["gift", "give qualities or abilities to", "gift"], ["dower", "furnish with an endowment", "dower"], ["endue", "give qualities or abilities to", "endue"]]}, {"answer": "endue", "hint": "synonyms for endue", "clues": [["empower", "give qualities or abilities to", "empower"], ["invest", "give qualities or abilities to", "invest"], ["indue", "give qualities or abilities to", "indue"], ["gift", "give qualities or abilities to", "gift"], ["endow", "give qualities or abilities to", "endow"]]}, {"answer": "endure", "hint": "synonyms for endure", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["hold up", "continue to live through hardship or adversity", "hold up"], ["run", "continue to exist", "run"], ["live", "continue to live through hardship or adversity", "live"], ["last", "persist for a specified period of time", "last"], ["abide", "put up with something or somebody unpleasant", "abide"], ["survive", "continue to live through hardship or adversity", "survive"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["live on", "continue to live through hardship or adversity", "live on"], ["bear", "put up with something or somebody unpleasant", "bear"], ["brave", "face and withstand with courage", "brave"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["go", "continue to live through hardship or adversity", "go"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["hold out", "last and be usable", "hold out"], ["persist", "continue to exist", "persist"], ["prevail", "continue to exist", "prevail"], ["die hard", "continue to exist", "die hard"], ["stand", "put up with something or somebody unpleasant", "stand"], ["brave out", "face and withstand with courage", "brave out"], ["wear", "last and be usable", "wear"], ["digest", "put up with something or somebody unpleasant", "digest"], ["weather", "face and withstand with courage", "weather"], ["brook", "put up with something or somebody unpleasant", "brook"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "energise", "hint": "synonyms for energise", "clues": [["arouse", "cause to be alert and energetic", "arouse"], ["energize", "cause to be alert and energetic", "energize"], ["brace", "cause to be alert and energetic", "brace"], ["excite", "raise to a higher energy level", "excite"], ["perk up", "cause to be alert and energetic", "perk up"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "energize", "hint": "synonyms for energize", "clues": [["energise", "raise to a higher energy level", "energise"], ["arouse", "cause to be alert and energetic", "arouse"], ["excite", "raise to a higher energy level", "excite"], ["brace", "cause to be alert and energetic", "brace"], ["perk up", "cause to be alert and energetic", "perk up"], ["stimulate", "cause to be alert and energetic", "stimulate"]]}, {"answer": "enfold", "hint": "synonyms for enfold", "clues": [["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"]]}, {"answer": "engage", "hint": "synonyms for engage", "clues": [["pursue", "carry out or participate in an activity; be involved in", "pursue"], ["prosecute", "carry out or participate in an activity; be involved in", "prosecute"], ["rent", "engage for service under a term of contract", "rent"], ["operate", "keep engaged", "operate"], ["hire", "engage for service under a term of contract", "hire"], ["plight", "give to in marriage", "plight"], ["take", "engage for service under a term of contract", "take"], ["employ", "engage or hire for work", "employ"], ["engross", "consume all of one's attention or time", "engross"], ["lease", "engage for service under a term of contract", "lease"], ["affiance", "give to in marriage", "affiance"], ["absorb", "consume all of one's attention or time", "absorb"], ["enlist", "hire for work or assistance", "enlist"], ["lock", "keep engaged", "lock"], ["charter", "engage for service under a term of contract", "charter"], ["betroth", "give to in marriage", "betroth"], ["mesh", "keep engaged", "mesh"], ["occupy", "consume all of one's attention or time", "occupy"], ["wage", "carry on (wars, battles, or campaigns)", "wage"]]}, {"answer": "engender", "hint": "synonyms for engender", "clues": [["mother", "make children", "mother"], ["spawn", "call forth", "spawn"], ["breed", "call forth", "breed"], ["father", "make children", "father"], ["sire", "make children", "sire"], ["bring forth", "make children", "bring forth"], ["generate", "make children", "generate"], ["get", "make children", "get"], ["beget", "make children", "beget"]]}, {"answer": "englut", "hint": "synonyms for englut", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "engorge", "hint": "synonyms for engorge", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "engraft", "hint": "synonyms for engraft", "clues": [["plant", "fix or set securely or deeply", "plant"], ["implant", "fix or set securely or deeply", "implant"], ["imbed", "fix or set securely or deeply", "imbed"], ["embed", "fix or set securely or deeply", "embed"], ["ingraft", "cause to grow together parts from different plants", "ingraft"], ["graft", "cause to grow together parts from different plants", "graft"]]}, {"answer": "engrave", "hint": "synonyms for engrave", "clues": [["etch", "carve or cut a design or letters into", "etch"], ["inscribe", "carve, cut, or etch into a material or surface", "inscribe"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"], ["grave", "carve, cut, or etch into a material or surface", "grave"]]}, {"answer": "engross", "hint": "synonyms for engross", "clues": [["steep", "devote (oneself) fully to", "steep"], ["absorb", "consume all of one's attention or time", "absorb"], ["immerse", "devote (oneself) fully to", "immerse"], ["plunge", "devote (oneself) fully to", "plunge"], ["engulf", "devote (oneself) fully to", "engulf"], ["soak up", "devote (oneself) fully to", "soak up"], ["engage", "consume all of one's attention or time", "engage"], ["occupy", "consume all of one's attention or time", "occupy"]]}, {"answer": "engulf", "hint": "synonyms for engulf", "clues": [["steep", "devote (oneself) fully to", "steep"], ["soak up", "devote (oneself) fully to", "soak up"], ["immerse", "devote (oneself) fully to", "immerse"], ["plunge", "devote (oneself) fully to", "plunge"], ["engross", "devote (oneself) fully to", "engross"], ["absorb", "devote (oneself) fully to", "absorb"]]}, {"answer": "enjoy", "hint": "synonyms for enjoy", "clues": [["delight", "take delight in", "delight"], ["bask", "derive or receive pleasure from; get enjoyment from; take pleasure in", "bask"], ["love", "get pleasure from", "love"], ["revel", "take delight in", "revel"], ["savour", "derive or receive pleasure from; get enjoyment from; take pleasure in", "savour"], ["relish", "derive or receive pleasure from; get enjoyment from; take pleasure in", "relish"]]}, {"answer": "enkindle", "hint": "synonyms for enkindle", "clues": [["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["conflagrate", "cause to start burning", "conflagrate"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["kindle", "call forth (emotions, feelings, and responses)", "kindle"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["inflame", "cause to start burning", "inflame"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"]]}, {"answer": "enlace", "hint": "synonyms for enlace", "clues": [["lace", "spin,wind, or twist together", "lace"], ["entwine", "spin,wind, or twist together", "entwine"], ["twine", "spin,wind, or twist together", "twine"], ["intertwine", "spin,wind, or twist together", "intertwine"], ["interlace", "spin,wind, or twist together", "interlace"]]}, {"answer": "enlarge", "hint": "synonyms for enlarge", "clues": [["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["blow up", "make large", "blow up"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["magnify", "make large", "magnify"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"]]}, {"answer": "enlighten", "hint": "synonyms for enlighten", "clues": [["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["edify", "make understand", "edify"], ["irradiate", "give spiritual insight to; in religion", "irradiate"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"]]}, {"answer": "enliven", "hint": "synonyms for enliven", "clues": [["inspire", "heighten or intensify", "inspire"], ["liven up", "make lively", "liven up"], ["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["animate", "make lively", "animate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "enounce", "hint": "synonyms for enounce", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["say", "speak, pronounce, or utter in a certain way", "say"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["enunciate", "speak, pronounce, or utter in a certain way", "enunciate"]]}, {"answer": "enquire", "hint": "synonyms for enquire", "clues": [["ask", "inquire about", "ask"], ["investigate", "conduct an inquiry or investigation of", "investigate"], ["inquire", "inquire about", "inquire"], ["wonder", "have a wish or desire to know something", "wonder"]]}, {"answer": "enrapture", "hint": "synonyms for enrapture", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["delight", "hold spellbound", "delight"], ["ravish", "hold spellbound", "ravish"], ["enchant", "hold spellbound", "enchant"]]}, {"answer": "enrol", "hint": "synonyms for enrol", "clues": [["recruit", "register formally as a participant or member", "recruit"], ["inscribe", "register formally as a participant or member", "inscribe"], ["enter", "register formally as a participant or member", "enter"], ["enroll", "register formally as a participant or member", "enroll"]]}, {"answer": "enroll", "hint": "synonyms for enroll", "clues": [["inscribe", "register formally as a participant or member", "inscribe"], ["recruit", "register formally as a participant or member", "recruit"], ["enrol", "register formally as a participant or member", "enrol"], ["enter", "register formally as a participant or member", "enter"]]}, {"answer": "ensnare", "hint": "synonyms for ensnare", "clues": [["snare", "catch in or as if in a trap", "snare"], ["entrap", "take or catch as if in a snare or trap", "entrap"], ["set up", "take or catch as if in a snare or trap", "set up"], ["trap", "catch in or as if in a trap", "trap"], ["trammel", "catch in or as if in a trap", "trammel"], ["frame", "take or catch as if in a snare or trap", "frame"]]}, {"answer": "ensure", "hint": "synonyms for ensure", "clues": [["assure", "be careful or certain to do something; make certain of something", "assure"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["see", "be careful or certain to do something; make certain of something", "see"], ["guarantee", "make certain of", "guarantee"], ["insure", "make certain of", "insure"], ["check", "be careful or certain to do something; make certain of something", "check"], ["secure", "make certain of", "secure"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["control", "be careful or certain to do something; make certain of something", "control"]]}, {"answer": "entangle", "hint": "synonyms for entangle", "clues": [["mire", "entrap", "mire"], ["tangle", "twist together or entwine into a confusing mass", "tangle"], ["mat", "twist together or entwine into a confusing mass", "mat"], ["snarl", "twist together or entwine into a confusing mass", "snarl"]]}, {"answer": "enter", "hint": "synonyms for enter", "clues": [["figure", "be or play a part of or in", "figure"], ["insert", "put or introduce into something", "insert"], ["recruit", "register formally as a participant or member", "recruit"], ["come in", "to come or go into", "come in"], ["introduce", "put or introduce into something", "introduce"], ["move into", "to come or go into", "move into"], ["get into", "to come or go into", "get into"], ["infix", "put or introduce into something", "infix"], ["participate", "become a participant; be involved in", "participate"], ["embark", "set out on (an enterprise or subject of study)", "embark"], ["go into", "to come or go into", "go into"], ["enrol", "register formally as a participant or member", "enrol"], ["put down", "make a record of; set down in permanent form", "put down"], ["record", "make a record of; set down in permanent form", "record"], ["accede", "take on duties or office", "accede"], ["inscribe", "register formally as a participant or member", "inscribe"], ["go in", "to come or go into", "go in"]]}, {"answer": "entertain", "hint": "synonyms for entertain", "clues": [["nurse", "maintain (a theory, thoughts, or feelings)", "nurse"], ["think of", "take into consideration, have in view", "think of"], ["harbor", "maintain (a theory, thoughts, or feelings)", "harbor"], ["hold", "maintain (a theory, thoughts, or feelings)", "hold"], ["think about", "take into consideration, have in view", "think about"], ["toy with", "take into consideration, have in view", "toy with"], ["flirt with", "take into consideration, have in view", "flirt with"]]}, {"answer": "enthral", "hint": "synonyms for enthral", "clues": [["transport", "hold spellbound", "transport"], ["delight", "hold spellbound", "delight"], ["ravish", "hold spellbound", "ravish"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"], ["enthrall", "hold spellbound", "enthrall"]]}, {"answer": "enthrall", "hint": "synonyms for enthrall", "clues": [["enthral", "hold spellbound", "enthral"], ["transport", "hold spellbound", "transport"], ["delight", "hold spellbound", "delight"], ["ravish", "hold spellbound", "ravish"], ["enchant", "hold spellbound", "enchant"], ["enrapture", "hold spellbound", "enrapture"]]}, {"answer": "entomb", "hint": "synonyms for entomb", "clues": [["inhume", "place in a grave or tomb", "inhume"], ["lay to rest", "place in a grave or tomb", "lay to rest"], ["bury", "place in a grave or tomb", "bury"], ["inter", "place in a grave or tomb", "inter"]]}, {"answer": "entrap", "hint": "synonyms for entrap", "clues": [["ensnare", "take or catch as if in a snare or trap", "ensnare"], ["snare", "catch in or as if in a trap", "snare"], ["set up", "take or catch as if in a snare or trap", "set up"], ["trap", "catch in or as if in a trap", "trap"], ["trammel", "catch in or as if in a trap", "trammel"], ["frame", "take or catch as if in a snare or trap", "frame"]]}, {"answer": "entreat", "hint": "synonyms for entreat", "clues": [["beseech", "ask for or request earnestly", "beseech"], ["bid", "ask for or request earnestly", "bid"], ["conjure", "ask for or request earnestly", "conjure"], ["press", "ask for or request earnestly", "press"], ["adjure", "ask for or request earnestly", "adjure"]]}, {"answer": "entrench", "hint": "synonyms for entrench", "clues": [["dig in", "occupy a trench or secured area", "dig in"], ["encroach", "impinge or infringe upon", "encroach"], ["intrench", "fix firmly or securely", "intrench"], ["impinge", "impinge or infringe upon", "impinge"]]}, {"answer": "entrust", "hint": "synonyms for entrust", "clues": [["confide", "confer a trust upon", "confide"], ["leave", "put into the care or protection of someone", "leave"], ["commit", "confer a trust upon", "commit"], ["intrust", "confer a trust upon", "intrust"], ["trust", "confer a trust upon", "trust"]]}, {"answer": "entwine", "hint": "synonyms for entwine", "clues": [["knit", "tie or link together", "knit"], ["enlace", "spin,wind, or twist together", "enlace"], ["lace", "spin,wind, or twist together", "lace"], ["twine", "spin,wind, or twist together", "twine"], ["intertwine", "spin,wind, or twist together", "intertwine"], ["interlace", "spin,wind, or twist together", "interlace"]]}, {"answer": "enumerate", "hint": "synonyms for enumerate", "clues": [["count", "determine the number or amount of", "count"], ["recite", "specify individually", "recite"], ["itemise", "specify individually", "itemise"], ["numerate", "determine the number or amount of", "numerate"], ["number", "determine the number or amount of", "number"]]}, {"answer": "enunciate", "hint": "synonyms for enunciate", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["vocalise", "express or state clearly", "vocalise"], ["say", "speak, pronounce, or utter in a certain way", "say"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"]]}, {"answer": "envelop", "hint": "synonyms for envelop", "clues": [["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["enwrap", "enclose or enfold completely with or as if with a covering", "enwrap"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"]]}, {"answer": "environ", "hint": "synonyms for environ", "clues": [["skirt", "extend on all sides of simultaneously; encircle", "skirt"], ["border", "extend on all sides of simultaneously; encircle", "border"], ["surround", "extend on all sides of simultaneously; encircle", "surround"], ["ring", "extend on all sides of simultaneously; encircle", "ring"]]}, {"answer": "envision", "hint": "synonyms for envision", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["foresee", "picture to oneself; imagine possible", "foresee"], ["visualize", "imagine; conceive of; see in one's mind", "visualize"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"]]}, {"answer": "enwrap", "hint": "synonyms for enwrap", "clues": [["wrap", "enclose or enfold completely with or as if with a covering", "wrap"], ["enfold", "enclose or enfold completely with or as if with a covering", "enfold"], ["enclose", "enclose or enfold completely with or as if with a covering", "enclose"], ["envelop", "enclose or enfold completely with or as if with a covering", "envelop"]]}, {"answer": "equalise", "hint": "synonyms for equalise", "clues": [["get even", "compensate; make the score equal", "get even"], ["equalize", "compensate; make the score equal", "equalize"], ["equal", "make equal, uniform, corresponding, or matching", "equal"], ["match", "make equal, uniform, corresponding, or matching", "match"], ["equate", "make equal, uniform, corresponding, or matching", "equate"]]}, {"answer": "equalize", "hint": "synonyms for equalize", "clues": [["get even", "compensate; make the score equal", "get even"], ["equal", "make equal, uniform, corresponding, or matching", "equal"], ["equalise", "compensate; make the score equal", "equalise"], ["match", "make equal, uniform, corresponding, or matching", "match"], ["equate", "make equal, uniform, corresponding, or matching", "equate"]]}, {"answer": "equate", "hint": "synonyms for equate", "clues": [["compare", "consider or describe as similar, equal, or analogous", "compare"], ["equal", "make equal, uniform, corresponding, or matching", "equal"], ["correspond", "be equivalent or parallel, in mathematics", "correspond"], ["liken", "consider or describe as similar, equal, or analogous", "liken"], ["match", "make equal, uniform, corresponding, or matching", "match"], ["equalise", "make equal, uniform, corresponding, or matching", "equalise"]]}, {"answer": "equivocate", "hint": "synonyms for equivocate", "clues": [["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "prevaricate"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "tergiversate"], ["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information", "beat around the bush"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information", "palter"]]}, {"answer": "eradicate", "hint": "synonyms for eradicate", "clues": [["uproot", "destroy completely, as if down to the roots", "uproot"], ["exterminate", "destroy completely, as if down to the roots", "exterminate"], ["carry off", "kill in large numbers", "carry off"], ["extirpate", "destroy completely, as if down to the roots", "extirpate"], ["wipe out", "kill in large numbers", "wipe out"], ["root out", "destroy completely, as if down to the roots", "root out"], ["decimate", "kill in large numbers", "decimate"], ["eliminate", "kill in large numbers", "eliminate"], ["extinguish", "kill in large numbers", "extinguish"], ["annihilate", "kill in large numbers", "annihilate"]]}, {"answer": "erase", "hint": "synonyms for erase", "clues": [["score out", "remove by or as if by rubbing or erasing", "score out"], ["rub out", "remove by or as if by rubbing or erasing", "rub out"], ["delete", "wipe out digitally or magnetically recorded information", "delete"], ["efface", "remove by or as if by rubbing or erasing", "efface"], ["wipe off", "remove by or as if by rubbing or erasing", "wipe off"], ["wipe out", "remove from memory or existence", "wipe out"]]}, {"answer": "erode", "hint": "synonyms for erode", "clues": [["gnaw at", "become ground down or deteriorate", "gnaw at"], ["eat at", "become ground down or deteriorate", "eat at"], ["gnaw", "become ground down or deteriorate", "gnaw"], ["wear away", "become ground down or deteriorate", "wear away"], ["fret", "remove soil or rock", "fret"], ["eat away", "remove soil or rock", "eat away"]]}, {"answer": "err", "hint": "synonyms for err", "clues": [["stray", "wander from a direct course or at random", "stray"], ["mistake", "to make a mistake or be incorrect", "mistake"], ["slip", "to make a mistake or be incorrect", "slip"], ["drift", "wander from a direct course or at random", "drift"]]}, {"answer": "eruct", "hint": "synonyms for eruct", "clues": [["burp", "expel gas from the stomach", "burp"], ["bubble", "expel gas from the stomach", "bubble"], ["spew out", "eject or send out in large quantities, also metaphorical", "spew out"], ["belch", "expel gas from the stomach", "belch"], ["spew", "eject or send out in large quantities, also metaphorical", "spew"]]}, {"answer": "erupt", "hint": "synonyms for erupt", "clues": [["conflagrate", "start to burn or burst into flames", "conflagrate"], ["break through", "break out", "break through"], ["catch fire", "start to burn or burst into flames", "catch fire"], ["break", "force out or release suddenly and often violently something pent up", "break"], ["recrudesce", "become raw or open", "recrudesce"], ["belch", "become active and spew forth lava and rocks", "belch"], ["flare up", "erupt or intensify suddenly", "flare up"], ["flare", "erupt or intensify suddenly", "flare"], ["ignite", "start to burn or burst into flames", "ignite"], ["combust", "start to burn or burst into flames", "combust"], ["break out", "start abruptly", "break out"], ["push through", "break out", "push through"], ["burst out", "erupt or intensify suddenly", "burst out"], ["irrupt", "erupt or intensify suddenly", "irrupt"], ["extravasate", "become active and spew forth lava and rocks", "extravasate"], ["burst", "force out or release suddenly and often violently something pent up", "burst"], ["break open", "erupt or intensify suddenly", "break open"], ["take fire", "start to burn or burst into flames", "take fire"], ["come out", "break out", "come out"]]}, {"answer": "espouse", "hint": "synonyms for espouse", "clues": [["conjoin", "take in marriage", "conjoin"], ["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own", "adopt"], ["get hitched with", "take in marriage", "get hitched with"], ["get married", "take in marriage", "get married"], ["sweep up", "take up the cause, ideology, practice, method, of someone and use it as one's own", "sweep up"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own", "embrace"], ["follow", "choose and follow; as of theories, ideas, policies, strategies or plans", "follow"], ["marry", "take in marriage", "marry"], ["wed", "take in marriage", "wed"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "establish", "hint": "synonyms for establish", "clues": [["make", "institute, enact, or establish", "make"], ["institute", "set up or lay the groundwork for", "institute"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["plant", "set up or lay the groundwork for", "plant"], ["give", "bring about", "give"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"], ["ground", "use as a basis for; found on", "ground"], ["set up", "set up or found", "set up"], ["base", "use as a basis for; found on", "base"], ["instal", "place", "instal"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment", "demonstrate"], ["lay down", "institute, enact, or establish", "lay down"], ["found", "set up or lay the groundwork for", "found"], ["launch", "set up or found", "launch"], ["build", "build or establish something abstract", "build"], ["prove", "establish the validity of something, as by an example, explanation or experiment", "prove"], ["constitute", "set up or lay the groundwork for", "constitute"]]}, {"answer": "evade", "hint": "synonyms for evade", "clues": [["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["bilk", "escape, either physically or mentally", "bilk"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["put off", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "put off"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"]]}, {"answer": "evaluate", "hint": "synonyms for evaluate", "clues": [["valuate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "valuate"], ["judge", "form a critical opinion of", "judge"], ["pass judgment", "form a critical opinion of", "pass judgment"], ["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"]]}, {"answer": "evanesce", "hint": "synonyms for evanesce", "clues": [["fade", "disappear gradually", "fade"], ["fleet", "disappear gradually", "fleet"], ["pass", "disappear gradually", "pass"], ["pass off", "disappear gradually", "pass off"], ["blow over", "disappear gradually", "blow over"]]}, {"answer": "even_off", "hint": "synonyms for even off", "clues": [["compensate", "adjust for", "compensate"], ["even out", "adjust for", "even out"], ["correct", "adjust for", "correct"], ["even up", "adjust for", "even up"], ["make up", "adjust for", "make up"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "even_out", "hint": "synonyms for even out", "clues": [["even", "make level or straight", "even"], ["even up", "adjust for", "even up"], ["make up", "adjust for", "make up"], ["compensate", "adjust for", "compensate"], ["even off", "adjust for", "even off"], ["correct", "adjust for", "correct"], ["flush", "make level or straight", "flush"], ["level", "make level or straight", "level"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "even_up", "hint": "synonyms for even up", "clues": [["compensate", "adjust for", "compensate"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["correct", "adjust for", "correct"], ["square up", "even up the edges of a stack of paper, in printing", "square up"], ["jog", "even up the edges of a stack of paper, in printing", "jog"], ["make up", "adjust for", "make up"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "evoke", "hint": "synonyms for evoke", "clues": [["call forth", "evoke or provoke to appear or occur", "call forth"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["extract", "deduce (a principle) or construe (a meaning)", "extract"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"], ["provoke", "evoke or provoke to appear or occur", "provoke"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["draw out", "deduce (a principle) or construe (a meaning)", "draw out"], ["educe", "deduce (a principle) or construe (a meaning)", "educe"], ["kick up", "evoke or provoke to appear or occur", "kick up"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["paint a picture", "call to mind", "paint a picture"], ["suggest", "call to mind", "suggest"], ["fire", "call forth (emotions, feelings, and responses)", "fire"]]}, {"answer": "exaggerate", "hint": "synonyms for exaggerate", "clues": [["overdo", "do something to an excessive degree", "overdo"], ["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["magnify", "to enlarge beyond bounds or the truth", "magnify"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "exalt", "hint": "synonyms for exalt", "clues": [["inspire", "heighten or intensify", "inspire"], ["laud", "praise, glorify, or honor", "laud"], ["thrill", "fill with sublime emotion", "thrill"], ["extol", "praise, glorify, or honor", "extol"], ["beatify", "fill with sublime emotion", "beatify"], ["proclaim", "praise, glorify, or honor", "proclaim"], ["invigorate", "heighten or intensify", "invigorate"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["glorify", "praise, glorify, or honor", "glorify"], ["inebriate", "fill with sublime emotion", "inebriate"], ["enliven", "heighten or intensify", "enliven"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["animate", "heighten or intensify", "animate"]]}, {"answer": "examine", "hint": "synonyms for examine", "clues": [["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["see", "observe, check out, and look over carefully or inspect", "see"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["analyse", "consider in detail and subject to an analysis in order to discover essential features or meaning", "analyse"], ["canvas", "consider in detail and subject to an analysis in order to discover essential features or meaning", "canvas"], ["probe", "question or examine thoroughly and closely", "probe"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"], ["study", "consider in detail and subject to an analysis in order to discover essential features or meaning", "study"]]}, {"answer": "exasperate", "hint": "synonyms for exasperate", "clues": [["aggravate", "exasperate or irritate", "aggravate"], ["infuriate", "make furious", "infuriate"], ["exacerbate", "exasperate or irritate", "exacerbate"], ["worsen", "make worse", "worsen"], ["incense", "make furious", "incense"]]}, {"answer": "excavate", "hint": "synonyms for excavate", "clues": [["unearth", "recover through digging", "unearth"], ["dig up", "find by digging in the ground", "dig up"], ["hollow", "remove the inner part or the core of", "hollow"], ["dig", "remove the inner part or the core of", "dig"], ["turn up", "find by digging in the ground", "turn up"]]}, {"answer": "exceed", "hint": "synonyms for exceed", "clues": [["transcend", "be superior or better than some standard", "transcend"], ["outstrip", "be or do something to a greater degree", "outstrip"], ["outdo", "be or do something to a greater degree", "outdo"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["pass", "be superior or better than some standard", "pass"], ["go past", "be superior or better than some standard", "go past"], ["outgo", "be or do something to a greater degree", "outgo"], ["top", "be superior or better than some standard", "top"], ["overstep", "be superior or better than some standard", "overstep"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"]]}, {"answer": "except", "hint": "synonyms for except", "clues": [["leave off", "prevent from being included or considered or accepted", "leave off"], ["exclude", "prevent from being included or considered or accepted", "exclude"], ["omit", "prevent from being included or considered or accepted", "omit"], ["demur", "take exception to", "demur"], ["leave out", "prevent from being included or considered or accepted", "leave out"], ["take out", "prevent from being included or considered or accepted", "take out"]]}, {"answer": "excite", "hint": "synonyms for excite", "clues": [["commove", "cause to be agitated, excited, or roused", "commove"], ["arouse", "stimulate sexually", "arouse"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["energize", "raise to a higher energy level", "energize"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["sex", "stimulate sexually", "sex"], ["wind up", "stimulate sexually", "wind up"]]}, {"answer": "exclaim", "hint": "synonyms for exclaim", "clues": [["cry", "utter aloud; often with surprise, horror, or joy", "cry"], ["shout", "utter aloud; often with surprise, horror, or joy", "shout"], ["proclaim", "state or announce", "proclaim"], ["call out", "utter aloud; often with surprise, horror, or joy", "call out"], ["cry out", "utter aloud; often with surprise, horror, or joy", "cry out"], ["outcry", "utter aloud; often with surprise, horror, or joy", "outcry"], ["promulgate", "state or announce", "promulgate"]]}, {"answer": "exclude", "hint": "synonyms for exclude", "clues": [["keep out", "prevent from entering; shut out", "keep out"], ["shut out", "prevent from entering; shut out", "shut out"], ["debar", "prevent from entering; keep out", "debar"], ["bar", "prevent from entering; keep out", "bar"], ["omit", "prevent from being included or considered or accepted", "omit"], ["turf out", "put out or expel from a place", "turf out"], ["boot out", "put out or expel from a place", "boot out"], ["chuck out", "put out or expel from a place", "chuck out"], ["shut", "prevent from entering; shut out", "shut"], ["eject", "put out or expel from a place", "eject"], ["except", "prevent from being included or considered or accepted", "except"], ["leave off", "prevent from being included or considered or accepted", "leave off"], ["leave out", "prevent from being included or considered or accepted", "leave out"], ["take out", "prevent from being included or considered or accepted", "take out"]]}, {"answer": "excogitate", "hint": "synonyms for excogitate", "clues": [["reflect", "reflect deeply on a subject", "reflect"], ["speculate", "reflect deeply on a subject", "speculate"], ["mull over", "reflect deeply on a subject", "mull over"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["think over", "reflect deeply on a subject", "think over"], ["muse", "reflect deeply on a subject", "muse"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"], ["chew over", "reflect deeply on a subject", "chew over"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "excoriate", "hint": "synonyms for excoriate", "clues": [["decry", "express strong disapproval of", "decry"], ["reprobate", "express strong disapproval of", "reprobate"], ["chafe", "tear or wear off the skin or make sore by abrading", "chafe"], ["condemn", "express strong disapproval of", "condemn"], ["objurgate", "express strong disapproval of", "objurgate"]]}, {"answer": "exculpate", "hint": "synonyms for exculpate", "clues": [["assoil", "pronounce not guilty of criminal charges", "assoil"], ["acquit", "pronounce not guilty of criminal charges", "acquit"], ["exonerate", "pronounce not guilty of criminal charges", "exonerate"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["discharge", "pronounce not guilty of criminal charges", "discharge"]]}, {"answer": "execrate", "hint": "synonyms for execrate", "clues": [["anathematise", "curse or declare to be evil or anathema or threaten with divine punishment", "anathematise"], ["abhor", "find repugnant", "abhor"], ["abominate", "find repugnant", "abominate"], ["accurse", "curse or declare to be evil or anathema or threaten with divine punishment", "accurse"], ["loathe", "find repugnant", "loathe"], ["anathemize", "curse or declare to be evil or anathema or threaten with divine punishment", "anathemize"], ["comminate", "curse or declare to be evil or anathema or threaten with divine punishment", "comminate"]]}, {"answer": "execute", "hint": "synonyms for execute", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["accomplish", "put in effect", "accomplish"], ["fulfil", "put in effect", "fulfil"], ["perform", "carry out or perform an action", "perform"], ["run", "carry out a process or program, as on a computer or a machine", "run"], ["put to death", "kill as a means of socially sanctioned punishment", "put to death"], ["carry through", "put in effect", "carry through"], ["do", "carry out or perform an action", "do"]]}, {"answer": "exhale", "hint": "synonyms for exhale", "clues": [["give forth", "give out (breath or an odor)", "give forth"], ["emanate", "give out (breath or an odor)", "emanate"], ["breathe out", "expel air", "breathe out"], ["expire", "expel air", "expire"]]}, {"answer": "exhilarate", "hint": "synonyms for exhilarate", "clues": [["thrill", "fill with sublime emotion", "thrill"], ["tickle pink", "fill with sublime emotion", "tickle pink"], ["inebriate", "fill with sublime emotion", "inebriate"], ["exalt", "fill with sublime emotion", "exalt"], ["beatify", "fill with sublime emotion", "beatify"]]}, {"answer": "exhort", "hint": "synonyms for exhort", "clues": [["urge", "force or impel in an indicated direction", "urge"], ["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["press", "force or impel in an indicated direction", "press"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"]]}, {"answer": "exist", "hint": "synonyms for exist", "clues": [["be", "have an existence, be extant", "be"], ["survive", "support oneself", "survive"], ["subsist", "support oneself", "subsist"], ["live", "support oneself", "live"]]}, {"answer": "exonerate", "hint": "synonyms for exonerate", "clues": [["assoil", "pronounce not guilty of criminal charges", "assoil"], ["exculpate", "pronounce not guilty of criminal charges", "exculpate"], ["acquit", "pronounce not guilty of criminal charges", "acquit"], ["clear", "pronounce not guilty of criminal charges", "clear"], ["discharge", "pronounce not guilty of criminal charges", "discharge"]]}, {"answer": "expand", "hint": "synonyms for expand", "clues": [["flourish", "grow vigorously", "flourish"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["thrive", "grow vigorously", "thrive"], ["extend", "expand the influence of", "extend"], ["inflate", "exaggerate or make bigger", "inflate"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["spread out", "extend in one or more directions", "spread out"], ["amplify", "exaggerate or make bigger", "amplify"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"], ["blow up", "exaggerate or make bigger", "blow up"], ["boom", "grow vigorously", "boom"]]}, {"answer": "expatiate", "hint": "synonyms for expatiate", "clues": [["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"]]}, {"answer": "expect", "hint": "synonyms for expect", "clues": [["anticipate", "regard something as probable or likely", "anticipate"], ["require", "consider obligatory; request and expect", "require"], ["look", "look forward to the probable occurrence of", "look"], ["await", "look forward to the probable occurrence of", "await"], ["carry", "be pregnant with", "carry"], ["ask", "consider obligatory; request and expect", "ask"], ["bear", "be pregnant with", "bear"], ["gestate", "be pregnant with", "gestate"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"]]}, {"answer": "expectorate", "hint": "synonyms for expectorate", "clues": [["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit out"], ["cough up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough up"], ["drive out", "clear out the chest and lungs", "drive out"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough out"], ["clear out", "clear out the chest and lungs", "clear out"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit up"]]}, {"answer": "expel", "hint": "synonyms for expel", "clues": [["kick out", "remove from a position or office", "kick out"], ["oust", "remove from a position or office", "oust"], ["boot out", "remove from a position or office", "boot out"], ["exhaust", "eliminate (a substance)", "exhaust"], ["rout out", "cause to flee", "rout out"], ["rout", "cause to flee", "rout"], ["drum out", "remove from a position or office", "drum out"], ["eject", "eliminate (a substance)", "eject"], ["throw out", "force to leave or move out", "throw out"], ["release", "eliminate (a substance)", "release"], ["discharge", "eliminate (a substance)", "discharge"]]}, {"answer": "expire", "hint": "synonyms for expire", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["exhale", "expel air", "exhale"], ["breathe out", "expel air", "breathe out"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["run out", "lose validity", "run out"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "explode", "hint": "synonyms for explode", "clues": [["set off", "cause to burst with a violent release of energy", "set off"], ["irrupt", "increase rapidly and in an uncontrolled manner", "irrupt"], ["detonate", "burst and release energy as through a violent chemical or physical reaction", "detonate"], ["burst forth", "be unleashed; emerge with violence or noise", "burst forth"], ["blow up", "burst and release energy as through a violent chemical or physical reaction", "blow up"], ["burst", "burst outward, usually with noise", "burst"], ["break loose", "be unleashed; emerge with violence or noise", "break loose"]]}, {"answer": "exposit", "hint": "synonyms for exposit", "clues": [["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"], ["set forth", "state", "set forth"]]}, {"answer": "expound", "hint": "synonyms for expound", "clues": [["exposit", "state", "exposit"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"], ["set forth", "state", "set forth"]]}, {"answer": "exsert", "hint": "synonyms for exsert", "clues": [["put out", "thrust or extend out", "put out"], ["hold out", "thrust or extend out", "hold out"], ["stretch forth", "thrust or extend out", "stretch forth"], ["extend", "thrust or extend out", "extend"], ["stretch out", "thrust or extend out", "stretch out"]]}, {"answer": "extend", "hint": "synonyms for extend", "clues": [["offer", "offer verbally", "offer"], ["reach out", "reach outward in space", "reach out"], ["carry", "continue or extend", "carry"], ["hold out", "thrust or extend out", "hold out"], ["stretch", "extend or stretch out to a greater or the full length", "stretch"], ["exsert", "thrust or extend out", "exsert"], ["widen", "extend in scope or range or area", "widen"], ["gallop", "cause to move at full gallop", "gallop"], ["poke out", "reach outward in space", "poke out"], ["continue", "span an interval of distance, space or time", "continue"], ["protract", "lengthen in time; cause to be or last longer", "protract"], ["cover", "span an interval of distance, space or time", "cover"], ["go", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "go"], ["put out", "thrust or extend out", "put out"], ["broaden", "extend in scope or range or area", "broaden"], ["prolong", "lengthen in time; cause to be or last longer", "prolong"], ["unfold", "extend or stretch out to a greater or the full length", "unfold"], ["pass", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "pass"], ["lead", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "lead"], ["stretch forth", "thrust or extend out", "stretch forth"], ["run", "stretch out over a distance, space, time, or scope; run or extend between two points or beyond a certain point", "run"], ["draw out", "lengthen in time; cause to be or last longer", "draw out"], ["strain", "use to the utmost; exert vigorously or to full capacity", "strain"], ["stretch out", "extend or stretch out to a greater or the full length", "stretch out"], ["expand", "expand the influence of", "expand"]]}, {"answer": "exteriorize", "hint": "synonyms for exteriorize", "clues": [["externalize", "make external or objective, or give reality to", "externalize"], ["objectify", "make external or objective, or give reality to", "objectify"], ["exteriorise", "make external or objective, or give reality to", "exteriorise"], ["bring outside", "bring outside the body for surgery, of organs", "bring outside"]]}, {"answer": "exterminate", "hint": "synonyms for exterminate", "clues": [["uproot", "destroy completely, as if down to the roots", "uproot"], ["eradicate", "destroy completely, as if down to the roots", "eradicate"], ["root out", "destroy completely, as if down to the roots", "root out"], ["kill off", "kill en masse; kill on a large scale; kill many", "kill off"], ["extirpate", "destroy completely, as if down to the roots", "extirpate"]]}, {"answer": "externalise", "hint": "synonyms for externalise", "clues": [["objectify", "make external or objective, or give reality to", "objectify"], ["exteriorise", "make external or objective, or give reality to", "exteriorise"], ["externalize", "regard as objective", "externalize"], ["project", "regard as objective", "project"]]}, {"answer": "externalize", "hint": "synonyms for externalize", "clues": [["exteriorize", "make external or objective, or give reality to", "exteriorize"], ["objectify", "make external or objective, or give reality to", "objectify"], ["externalise", "make external or objective, or give reality to", "externalise"], ["project", "regard as objective", "project"]]}, {"answer": "extinguish", "hint": "synonyms for extinguish", "clues": [["do away with", "terminate, end, or take out", "do away with"], ["eradicate", "kill in large numbers", "eradicate"], ["press out", "extinguish by crushing", "press out"], ["carry off", "kill in large numbers", "carry off"], ["annihilate", "kill in large numbers", "annihilate"], ["get rid of", "terminate, end, or take out", "get rid of"], ["eliminate", "terminate, end, or take out", "eliminate"], ["blow out", "put out, as of fires, flames, or lights", "blow out"], ["wipe out", "kill in large numbers", "wipe out"], ["snuff out", "put an end to; kill", "snuff out"], ["decimate", "kill in large numbers", "decimate"], ["quench", "put out, as of fires, flames, or lights", "quench"], ["stub out", "extinguish by crushing", "stub out"], ["crush out", "extinguish by crushing", "crush out"]]}, {"answer": "extirpate", "hint": "synonyms for extirpate", "clues": [["uproot", "destroy completely, as if down to the roots", "uproot"], ["deracinate", "pull up by or as if by the roots", "deracinate"], ["eradicate", "destroy completely, as if down to the roots", "eradicate"], ["exterminate", "destroy completely, as if down to the roots", "exterminate"], ["root out", "destroy completely, as if down to the roots", "root out"]]}, {"answer": "extol", "hint": "synonyms for extol", "clues": [["proclaim", "praise, glorify, or honor", "proclaim"], ["exalt", "praise, glorify, or honor", "exalt"], ["laud", "praise, glorify, or honor", "laud"], ["glorify", "praise, glorify, or honor", "glorify"]]}, {"answer": "extort", "hint": "synonyms for extort", "clues": [["wring", "obtain by coercion or intimidation", "wring"], ["rack", "obtain by coercion or intimidation", "rack"], ["wring from", "get or cause to become in a difficult or laborious manner", "wring from"], ["gouge", "obtain by coercion or intimidation", "gouge"], ["squeeze", "obtain by coercion or intimidation", "squeeze"]]}, {"answer": "exuberate", "hint": "synonyms for exuberate", "clues": [["rejoice", "to express great joy", "rejoice"], ["jubilate", "to express great joy", "jubilate"], ["triumph", "to express great joy", "triumph"], ["exult", "to express great joy", "exult"]]}, {"answer": "exude", "hint": "synonyms for exude", "clues": [["transude", "release (a liquid) in drops or small quantities", "transude"], ["exudate", "release (a liquid) in drops or small quantities", "exudate"], ["ooze", "release (a liquid) in drops or small quantities", "ooze"], ["ooze out", "release (a liquid) in drops or small quantities", "ooze out"]]}, {"answer": "exult", "hint": "synonyms for exult", "clues": [["walk on air", "feel extreme happiness or elation", "walk on air"], ["jubilate", "to express great joy", "jubilate"], ["be on cloud nine", "feel extreme happiness or elation", "be on cloud nine"], ["jump for joy", "feel extreme happiness or elation", "jump for joy"], ["triumph", "to express great joy", "triumph"], ["exuberate", "to express great joy", "exuberate"], ["rejoice", "to express great joy", "rejoice"]]}, {"answer": "fabricate", "hint": "synonyms for fabricate", "clues": [["make up", "make up something artificial or untrue", "make up"], ["construct", "put together out of artificial or natural components or parts; ; ; He manufactured a popular cereal\"", "construct"], ["manufacture", "make up something artificial or untrue", "manufacture"], ["invent", "make up something artificial or untrue", "invent"], ["cook up", "make up something artificial or untrue", "cook up"]]}, {"answer": "fag_out", "hint": "synonyms for fag out", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "fail", "hint": "synonyms for fail", "clues": [["bomb", "fail to get a passing grade", "bomb"], ["betray", "disappoint, prove undependable to; abandon, forsake", "betray"], ["give way", "stop operating or functioning", "give way"], ["miscarry", "be unsuccessful", "miscarry"], ["go wrong", "be unsuccessful", "go wrong"], ["break", "stop operating or functioning", "break"], ["go", "stop operating or functioning", "go"], ["give out", "stop operating or functioning", "give out"], ["die", "stop operating or functioning", "die"], ["go bad", "stop operating or functioning", "go bad"], ["break down", "stop operating or functioning", "break down"], ["flush it", "fail to get a passing grade", "flush it"], ["flunk", "fail to get a passing grade", "flunk"], ["conk out", "stop operating or functioning", "conk out"], ["neglect", "fail to do something; leave something undone", "neglect"], ["run out", "prove insufficient", "run out"]]}, {"answer": "fall_apart", "hint": "synonyms for fall apart", "clues": [["wear out", "go to pieces", "wear out"], ["split up", "become separated into pieces or fragments", "split up"], ["break", "go to pieces", "break"], ["bust", "go to pieces", "bust"], ["wear", "go to pieces", "wear"], ["come apart", "become separated into pieces or fragments", "come apart"], ["separate", "become separated into pieces or fragments", "separate"], ["go to pieces", "lose one's emotional or mental composure", "go to pieces"], ["crumble", "break or fall apart into fragments", "crumble"]]}, {"answer": "fall_asleep", "hint": "synonyms for fall asleep", "clues": [["drowse off", "change from a waking to a sleeping state", "drowse off"], ["doze off", "change from a waking to a sleeping state", "doze off"], ["nod off", "change from a waking to a sleeping state", "nod off"], ["drop off", "change from a waking to a sleeping state", "drop off"], ["drift off", "change from a waking to a sleeping state", "drift off"], ["flake out", "change from a waking to a sleeping state", "flake out"]]}, {"answer": "fall_away", "hint": "synonyms for fall away", "clues": [["slip", "get worse", "slip"], ["drop away", "get worse", "drop away"], ["fall off", "diminish in size or intensity", "fall off"], ["drop off", "get worse", "drop off"]]}, {"answer": "fall_back", "hint": "synonyms for fall back", "clues": [["lapse", "go back to bad behavior", "lapse"], ["retrogress", "go back to bad behavior", "retrogress"], ["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc.", "dawdle"], ["drop off", "retreat", "drop off"], ["recidivate", "go back to bad behavior", "recidivate"], ["resort", "have recourse to", "resort"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc.", "lag"], ["relapse", "go back to bad behavior", "relapse"], ["recur", "have recourse to", "recur"], ["regress", "go back to bad behavior", "regress"], ["fall behind", "hang (back) or fall (behind) in movement, progress, development, etc.", "fall behind"], ["lose", "retreat", "lose"], ["recede", "retreat", "recede"]]}, {"answer": "fall_behind", "hint": "synonyms for fall behind", "clues": [["fall back", "retreat", "fall back"], ["drop off", "retreat", "drop off"], ["dawdle", "hang (back) or fall (behind) in movement, progress, development, etc.", "dawdle"], ["lag", "hang (back) or fall (behind) in movement, progress, development, etc.", "lag"], ["lose", "retreat", "lose"], ["recede", "retreat", "recede"]]}, {"answer": "fall_by_the_wayside", "hint": "synonyms for fall by the wayside", "clues": [["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["quit", "give up in the face of defeat of lacking hope; admit defeat", "quit"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"]]}, {"answer": "fall_in", "hint": "synonyms for fall in", "clues": [["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["founder", "break down, literally or metaphorically", "founder"], ["cave in", "break down, literally or metaphorically", "cave in"], ["join", "become part of; become a member of a group or organization", "join"], ["give", "break down, literally or metaphorically", "give"], ["get together", "become part of; become a member of a group or organization", "get together"], ["give way", "break down, literally or metaphorically", "give way"]]}, {"answer": "fall_into_place", "hint": "synonyms for fall into place", "clues": [["click", "become clear or enter one's consciousness or emotions", "click"], ["get across", "become clear or enter one's consciousness or emotions", "get across"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "fall_out", "hint": "synonyms for fall out", "clues": [["hap", "come to pass", "hap"], ["occur", "come to pass", "occur"], ["come about", "come to pass", "come about"], ["pass off", "come to pass", "pass off"], ["follow", "come as a logical consequence; follow logically", "follow"], ["go on", "come to pass", "go on"], ["pass", "come to pass", "pass"], ["happen", "come to pass", "happen"], ["take place", "come to pass", "take place"]]}, {"answer": "fall_upon", "hint": "synonyms for fall upon", "clues": [["happen upon", "find unexpectedly", "happen upon"], ["chance upon", "find unexpectedly", "chance upon"], ["attain", "find unexpectedly", "attain"], ["discover", "find unexpectedly", "discover"], ["come across", "find unexpectedly", "come across"], ["light upon", "find unexpectedly", "light upon"], ["come upon", "find unexpectedly", "come upon"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "falsify", "hint": "synonyms for falsify", "clues": [["manipulate", "tamper, with the purpose of deception", "manipulate"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["alter", "insert words into texts, often falsifying it thereby", "alter"], ["warp", "make false by mutilation or addition; as of a message or story", "warp"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["interpolate", "insert words into texts, often falsifying it thereby", "interpolate"], ["distort", "make false by mutilation or addition; as of a message or story", "distort"], ["fake", "tamper, with the purpose of deception", "fake"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["garble", "make false by mutilation or addition; as of a message or story", "garble"], ["cook", "tamper, with the purpose of deception", "cook"]]}, {"answer": "fancy_up", "hint": "synonyms for fancy up", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "farm_out", "hint": "synonyms for farm out", "clues": [["hire out", "grant the services of or the temporary use of, for a fee", "hire out"], ["job", "arranged for contracted work to be done by others", "job"], ["subcontract", "arranged for contracted work to be done by others", "subcontract"], ["rent out", "grant the services of or the temporary use of, for a fee", "rent out"]]}, {"answer": "fascinate", "hint": "synonyms for fascinate", "clues": [["catch", "attract; cause to be enamored", "catch"], ["bewitch", "attract; cause to be enamored", "bewitch"], ["enamor", "attract; cause to be enamored", "enamor"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["becharm", "attract; cause to be enamored", "becharm"], ["intrigue", "cause to be interested or curious", "intrigue"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["captivate", "attract; cause to be enamored", "captivate"], ["trance", "attract; cause to be enamored", "trance"], ["beguile", "attract; cause to be enamored", "beguile"], ["enchant", "attract; cause to be enamored", "enchant"], ["capture", "attract; cause to be enamored", "capture"], ["charm", "attract; cause to be enamored", "charm"]]}, {"answer": "fasten_on", "hint": "synonyms for fasten on", "clues": [["take up", "adopt", "take up"], ["latch on", "adopt", "latch on"], ["hook on", "adopt", "hook on"], ["seize on", "adopt", "seize on"]]}, {"answer": "fatten", "hint": "synonyms for fatten", "clues": [["plump", "make fat or plump", "plump"], ["fill out", "make fat or plump", "fill out"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["fat", "make fat or plump", "fat"], ["plump out", "make fat or plump", "plump out"]]}, {"answer": "fatten_out", "hint": "synonyms for fatten out", "clues": [["plump", "make fat or plump", "plump"], ["fat", "make fat or plump", "fat"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fill out", "make fat or plump", "fill out"], ["plump out", "make fat or plump", "plump out"], ["fatten", "make fat or plump", "fatten"]]}, {"answer": "fatten_up", "hint": "synonyms for fatten up", "clues": [["plump", "make fat or plump", "plump"], ["fill out", "make fat or plump", "fill out"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["fat", "make fat or plump", "fat"], ["plump out", "make fat or plump", "plump out"], ["fatten", "make fat or plump", "fatten"]]}, {"answer": "feel_for", "hint": "synonyms for feel for", "clues": [["pity", "share the suffering of", "pity"], ["condole with", "share the suffering of", "condole with"], ["compassionate", "share the suffering of", "compassionate"], ["sympathize with", "share the suffering of", "sympathize with"]]}, {"answer": "feign", "hint": "synonyms for feign", "clues": [["affect", "make believe with the intent to deceive", "affect"], ["simulate", "make a pretence of", "simulate"], ["dissemble", "make believe with the intent to deceive", "dissemble"], ["assume", "make a pretence of", "assume"], ["sham", "make a pretence of", "sham"], ["pretend", "make believe with the intent to deceive", "pretend"]]}, {"answer": "felt_up", "hint": "synonyms for felt up", "clues": [["felt", "change texture so as to become matted and felt-like", "felt"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "fence_in", "hint": "synonyms for fence in", "clues": [["surround", "surround with a wall in order to fortify", "surround"], ["fence", "surround with a wall in order to fortify", "fence"], ["palisade", "surround with a wall in order to fortify", "palisade"], ["wall", "surround with a wall in order to fortify", "wall"]]}, {"answer": "fend_off", "hint": "synonyms for fend off", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "fertilise", "hint": "synonyms for fertilise", "clues": [["fertilize", "provide with fertilizers or add nutrients to", "fertilize"], ["feed", "provide with fertilizers or add nutrients to", "feed"], ["fecundate", "make fertile or productive", "fecundate"], ["inseminate", "introduce semen into (a female)", "inseminate"]]}, {"answer": "fertilize", "hint": "synonyms for fertilize", "clues": [["fertilise", "introduce semen into (a female)", "fertilise"], ["feed", "provide with fertilizers or add nutrients to", "feed"], ["fecundate", "make fertile or productive", "fecundate"], ["inseminate", "introduce semen into (a female)", "inseminate"]]}, {"answer": "festinate", "hint": "synonyms for festinate", "clues": [["rush", "act or move at high speed", "rush"], ["look sharp", "act or move at high speed", "look sharp"], ["hasten", "act or move at high speed", "hasten"], ["hurry", "act or move at high speed", "hurry"]]}, {"answer": "fetch_up", "hint": "synonyms for fetch up", "clues": [["finish up", "finally be or do something", "finish up"], ["end up", "finally be or do something", "end up"], ["wind up", "finally be or do something", "wind up"], ["finish", "finally be or do something", "finish"], ["land up", "finally be or do something", "land up"]]}, {"answer": "fig_out", "hint": "synonyms for fig out", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"], ["rig out", "put on special clothes to appear particularly appealing and attractive", "rig out"]]}, {"answer": "fig_up", "hint": "synonyms for fig up", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "fight_back", "hint": "synonyms for fight back", "clues": [["fight down", "fight against or resist strongly", "fight down"], ["oppose", "fight against or resist strongly", "oppose"], ["fight", "fight against or resist strongly", "fight"], ["defend", "fight against or resist strongly", "defend"]]}, {"answer": "fight_down", "hint": "synonyms for fight down", "clues": [["fight back", "fight against or resist strongly", "fight back"], ["oppose", "fight against or resist strongly", "oppose"], ["fight", "fight against or resist strongly", "fight"], ["defend", "fight against or resist strongly", "defend"]]}, {"answer": "fight_off", "hint": "synonyms for fight off", "clues": [["drive back", "force or drive back", "drive back"], ["repel", "force or drive back", "repel"], ["repulse", "force or drive back", "repulse"], ["rebuff", "force or drive back", "rebuff"]]}, {"answer": "figure_out", "hint": "synonyms for figure out", "clues": [["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"]]}, {"answer": "filch", "hint": "synonyms for filch", "clues": [["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["nobble", "make off with belongings of others", "nobble"], ["hook", "make off with belongings of others", "hook"], ["snarf", "make off with belongings of others", "snarf"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["swipe", "make off with belongings of others", "swipe"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "fill_in", "hint": "synonyms for fill in", "clues": [["substitute", "be a substitute", "substitute"], ["complete", "write all the required information onto a form", "complete"], ["fill out", "write all the required information onto a form", "fill out"], ["stand in", "be a substitute", "stand in"], ["make out", "write all the required information onto a form", "make out"], ["sub", "be a substitute", "sub"], ["shade", "represent the effect of shade or shadow on", "shade"]]}, {"answer": "fill_out", "hint": "synonyms for fill out", "clues": [["plump", "make fat or plump", "plump"], ["flesh out", "become round, plump, or shapely", "flesh out"], ["fatten up", "make fat or plump", "fatten up"], ["pad", "line or stuff with soft material", "pad"], ["fatten out", "make fat or plump", "fatten out"], ["round", "become round, plump, or shapely", "round"], ["fat", "make fat or plump", "fat"], ["round out", "make bigger or better or more complete", "round out"], ["eke out", "supplement what is thought to be deficient", "eke out"], ["fatten", "make fat or plump", "fatten"], ["complete", "write all the required information onto a form", "complete"], ["make out", "write all the required information onto a form", "make out"], ["fill in", "write all the required information onto a form", "fill in"], ["plump out", "make fat or plump", "plump out"]]}, {"answer": "filter_out", "hint": "synonyms for filter out", "clues": [["filter", "remove by passing through a filter", "filter"], ["filtrate", "remove by passing through a filter", "filtrate"], ["separate out", "remove by passing through a filter", "separate out"], ["strain", "remove by passing through a filter", "strain"]]}, {"answer": "find_out", "hint": "synonyms for find out", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["ascertain", "establish after a calculation, investigation, experiment, survey, or study", "ascertain"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["find", "establish after a calculation, investigation, experiment, survey, or study", "find"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["determine", "establish after a calculation, investigation, experiment, survey, or study", "determine"], ["learn", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "learn"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["catch out", "trap; especially in an error or in a reprehensible act", "catch out"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["discover", "get to know or become aware of, usually accidentally", "discover"]]}, {"answer": "fine-tune", "hint": "synonyms for fine-tune", "clues": [["down", "improve or perfect by pruning or polishing", "down"], ["tweak", "adjust finely", "tweak"], ["polish", "improve or perfect by pruning or polishing", "polish"], ["graduate", "make fine adjustments or divide into marked intervals for optimal measuring", "graduate"], ["calibrate", "make fine adjustments or divide into marked intervals for optimal measuring", "calibrate"], ["refine", "improve or perfect by pruning or polishing", "refine"]]}, {"answer": "finish_off", "hint": "synonyms for finish off", "clues": [["polish off", "finish a task completely", "polish off"], ["get through", "finish a task completely", "get through"], ["mop up", "finish a task completely", "mop up"], ["finish up", "finish a task completely", "finish up"], ["wrap up", "finish a task completely", "wrap up"], ["clear up", "finish a task completely", "clear up"]]}, {"answer": "finish_up", "hint": "synonyms for finish up", "clues": [["get through", "finish a task completely", "get through"], ["mop up", "finish a task completely", "mop up"], ["fetch up", "finally be or do something", "fetch up"], ["end up", "finally be or do something", "end up"], ["wrap up", "finish a task completely", "wrap up"], ["land up", "finally be or do something", "land up"], ["finish off", "finish a task completely", "finish off"], ["polish off", "finish a task completely", "polish off"], ["wind up", "finally be or do something", "wind up"], ["finish", "finally be or do something", "finish"], ["clear up", "finish a task completely", "clear up"]]}, {"answer": "fire_up", "hint": "synonyms for fire up", "clues": [["wake", "arouse or excite feelings and passions", "wake"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["light", "begin to smoke", "light"], ["heat", "arouse or excite feelings and passions", "heat"], ["light up", "begin to smoke", "light up"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["stir up", "arouse or excite feelings and passions", "stir up"]]}, {"answer": "fit_in", "hint": "synonyms for fit in", "clues": [["accord", "go together", "accord"], ["concord", "go together", "concord"], ["harmonize", "go together", "harmonize"], ["consort", "go together", "consort"], ["agree", "go together", "agree"]]}, {"answer": "fit_out", "hint": "synonyms for fit out", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["outfit", "provide with (something) usually for a specific purpose", "outfit"], ["garment", "provide with clothes or put clothes on", "garment"], ["equip", "provide with (something) usually for a specific purpose", "equip"], ["clothe", "provide with clothes or put clothes on", "clothe"], ["dress", "provide with clothes or put clothes on", "dress"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"], ["fit", "provide with (something) usually for a specific purpose", "fit"]]}, {"answer": "flake_out", "hint": "synonyms for flake out", "clues": [["drowse off", "change from a waking to a sleeping state", "drowse off"], ["doze off", "change from a waking to a sleeping state", "doze off"], ["nod off", "change from a waking to a sleeping state", "nod off"], ["fall asleep", "change from a waking to a sleeping state", "fall asleep"], ["drop off", "change from a waking to a sleeping state", "drop off"], ["drift off", "change from a waking to a sleeping state", "drift off"]]}, {"answer": "flare_up", "hint": "synonyms for flare up", "clues": [["flare", "erupt or intensify suddenly", "flare"], ["break open", "erupt or intensify suddenly", "break open"], ["erupt", "erupt or intensify suddenly", "erupt"], ["burst out", "erupt or intensify suddenly", "burst out"], ["irrupt", "erupt or intensify suddenly", "irrupt"]]}, {"answer": "flesh_out", "hint": "synonyms for flesh out", "clues": [["plump", "make fat or plump", "plump"], ["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["fatten up", "make fat or plump", "fatten up"], ["round", "become round, plump, or shapely", "round"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["fatten out", "make fat or plump", "fatten out"], ["fill out", "become round, plump, or shapely", "fill out"], ["fat", "make fat or plump", "fat"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["fatten", "make fat or plump", "fatten"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["plump out", "make fat or plump", "plump out"], ["lucubrate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "lucubrate"]]}, {"answer": "flim-flam", "hint": "synonyms for flim-flam", "clues": [["pull a fast one on", "deceive somebody", "pull a fast one on"], ["trick", "deceive somebody", "trick"], ["play a trick on", "deceive somebody", "play a trick on"], ["play tricks", "deceive somebody", "play tricks"], ["fob", "deceive somebody", "fob"], ["fox", "deceive somebody", "fox"], ["play a joke on", "deceive somebody", "play a joke on"]]}, {"answer": "fling_off", "hint": "synonyms for fling off", "clues": [["toss off", "write quickly", "toss off"], ["scratch off", "write quickly", "scratch off"], ["knock off", "write quickly", "knock off"], ["dash off", "write quickly", "dash off"]]}, {"answer": "flip_one's_lid", "hint": "synonyms for flip one's lid", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["flip one's wig", "get very angry and fly into a rage", "flip one's wig"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "flip_one's_wig", "hint": "synonyms for flip one's wig", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "flirt_with", "hint": "synonyms for flirt with", "clues": [["toy with", "take into consideration, have in view", "toy with"], ["think of", "take into consideration, have in view", "think of"], ["entertain", "take into consideration, have in view", "entertain"], ["think about", "take into consideration, have in view", "think about"]]}, {"answer": "flitter", "hint": "synonyms for flitter", "clues": [["flicker", "move back and forth very rapidly", "flicker"], ["quiver", "move back and forth very rapidly", "quiver"], ["waver", "move back and forth very rapidly", "waver"], ["flutter", "move back and forth very rapidly", "flutter"]]}, {"answer": "flog", "hint": "synonyms for flog", "clues": [["lambast", "beat with a cane", "lambast"], ["cane", "beat with a cane", "cane"], ["lash", "beat severely with a whip or rod", "lash"], ["lather", "beat severely with a whip or rod", "lather"], ["trounce", "beat severely with a whip or rod", "trounce"], ["whip", "beat severely with a whip or rod", "whip"], ["strap", "beat severely with a whip or rod", "strap"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "flout", "hint": "synonyms for flout", "clues": [["barrack", "laugh at with contempt and derision", "barrack"], ["scoff", "laugh at with contempt and derision", "scoff"], ["jeer", "laugh at with contempt and derision", "jeer"], ["gibe", "laugh at with contempt and derision", "gibe"]]}, {"answer": "flummox", "hint": "synonyms for flummox", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "flump", "hint": "synonyms for flump", "clues": [["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["flump down", "fall heavily", "flump down"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["plunk down", "set (something or oneself) down with or as if with a noise", "plunk down"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"]]}, {"answer": "fly_off_the_handle", "hint": "synonyms for fly off the handle", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "fly_the_coop", "hint": "synonyms for fly the coop", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "focalise", "hint": "synonyms for focalise", "clues": [["focalize", "become focussed or come into focus", "focalize"], ["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "focus"], ["concentre", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "concentre"], ["sharpen", "put (an image) into focus", "sharpen"], ["localise", "concentrate on a particular place or spot", "localise"]]}, {"answer": "focalize", "hint": "synonyms for focalize", "clues": [["focus", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "focus"], ["concentre", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "concentre"], ["sharpen", "put (an image) into focus", "sharpen"], ["localize", "concentrate on a particular place or spot", "localize"], ["focalise", "bring into focus or alignment; to converge or cause to converge; of ideas or emotions", "focalise"]]}, {"answer": "focus_on", "hint": "synonyms for focus on", "clues": [["center", "center upon", "center"], ["revolve about", "center upon", "revolve about"], ["center on", "center upon", "center on"], ["concentrate on", "center upon", "concentrate on"], ["revolve around", "center upon", "revolve around"]]}, {"answer": "follow", "hint": "synonyms for follow", "clues": [["succeed", "be the successor (of)", "succeed"], ["trace", "follow, discover, or ascertain the course of development of something", "trace"], ["espouse", "choose and follow; as of theories, ideas, policies, strategies or plans", "espouse"], ["pursue", "follow in or as if in pursuit", "pursue"], ["keep abreast", "keep informed", "keep abreast"], ["stick with", "keep to", "stick with"], ["stick to", "keep to", "stick to"], ["play along", "perform an accompaniment to", "play along"], ["watch", "follow with the eyes or the mind", "watch"], ["adopt", "choose and follow; as of theories, ideas, policies, strategies or plans", "adopt"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"], ["accompany", "perform an accompaniment to", "accompany"], ["postdate", "be later in time", "postdate"], ["come", "to be the product or result", "come"], ["be", "work in a specific place, with a specific subject, or in a specific function", "be"], ["surveil", "keep under surveillance", "surveil"], ["comply", "act in accordance with someone's rules, commands, or wishes", "comply"], ["conform to", "behave in accordance or in agreement with", "conform to"], ["fall out", "come as a logical consequence; follow logically", "fall out"], ["abide by", "act in accordance with someone's rules, commands, or wishes", "abide by"], ["come after", "be the successor (of)", "come after"], ["keep up", "keep informed", "keep up"], ["travel along", "travel along a certain course", "travel along"], ["take after", "imitate in behavior; take as a model", "take after"], ["survey", "keep under surveillance", "survey"], ["observe", "follow with the eyes or the mind", "observe"], ["watch over", "follow with the eyes or the mind", "watch over"]]}, {"answer": "follow_out", "hint": "synonyms for follow out", "clues": [["follow up", "pursue to a conclusion or bring to a successful issue", "follow up"], ["implement", "pursue to a conclusion or bring to a successful issue", "implement"], ["follow through", "pursue to a conclusion or bring to a successful issue", "follow through"], ["put through", "pursue to a conclusion or bring to a successful issue", "put through"], ["carry out", "pursue to a conclusion or bring to a successful issue", "carry out"], ["go through", "pursue to a conclusion or bring to a successful issue", "go through"]]}, {"answer": "follow_through", "hint": "synonyms for follow through", "clues": [["follow up", "pursue to a conclusion or bring to a successful issue", "follow up"], ["implement", "pursue to a conclusion or bring to a successful issue", "implement"], ["follow out", "pursue to a conclusion or bring to a successful issue", "follow out"], ["put through", "pursue to a conclusion or bring to a successful issue", "put through"], ["carry out", "pursue to a conclusion or bring to a successful issue", "carry out"], ["go through", "pursue to a conclusion or bring to a successful issue", "go through"]]}, {"answer": "follow_up", "hint": "synonyms for follow up", "clues": [["implement", "pursue to a conclusion or bring to a successful issue", "implement"], ["follow through", "pursue to a conclusion or bring to a successful issue", "follow through"], ["follow out", "pursue to a conclusion or bring to a successful issue", "follow out"], ["put through", "pursue to a conclusion or bring to a successful issue", "put through"], ["carry out", "pursue to a conclusion or bring to a successful issue", "carry out"], ["go through", "pursue to a conclusion or bring to a successful issue", "go through"]]}, {"answer": "fool_away", "hint": "synonyms for fool away", "clues": [["fritter", "spend frivolously and unwisely", "fritter"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["shoot", "spend frivolously and unwisely", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["fool", "spend frivolously and unwisely", "fool"], ["dissipate", "spend frivolously and unwisely", "dissipate"]]}, {"answer": "footle", "hint": "synonyms for footle", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["loiter", "be about", "loiter"], ["linger", "be about", "linger"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["mess about", "be about", "mess about"]]}, {"answer": "footslog", "hint": "synonyms for footslog", "clues": [["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["slog", "walk heavily and firmly, as when weary, or through mud", "slog"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["pad", "walk heavily and firmly, as when weary, or through mud", "pad"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"]]}, {"answer": "forbid", "hint": "synonyms for forbid", "clues": [["forestall", "keep from happening or arising; make impossible", "forestall"], ["disallow", "command against", "disallow"], ["proscribe", "command against", "proscribe"], ["foreclose", "keep from happening or arising; make impossible", "foreclose"], ["veto", "command against", "veto"], ["interdict", "command against", "interdict"], ["prevent", "keep from happening or arising; make impossible", "prevent"], ["preclude", "keep from happening or arising; make impossible", "preclude"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"]]}, {"answer": "force_back", "hint": "synonyms for force back", "clues": [["drive", "cause to move back by force or influence", "drive"], ["repel", "cause to move back by force or influence", "repel"], ["push back", "cause to move back by force or influence", "push back"], ["beat back", "cause to move back by force or influence", "beat back"], ["repulse", "cause to move back by force or influence", "repulse"]]}, {"answer": "forebode", "hint": "synonyms for forebode", "clues": [["promise", "make a prediction about; tell in advance", "promise"], ["call", "make a prediction about; tell in advance", "call"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"]]}, {"answer": "foreclose", "hint": "synonyms for foreclose", "clues": [["forestall", "keep from happening or arising; make impossible", "forestall"], ["forbid", "keep from happening or arising; make impossible", "forbid"], ["preclude", "keep from happening or arising; make impossible", "preclude"], ["prevent", "keep from happening or arising; make impossible", "prevent"]]}, {"answer": "forefend", "hint": "synonyms for forefend", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["forfend", "prevent the occurrence of; prevent from happening", "forfend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "foregather", "hint": "synonyms for foregather", "clues": [["meet", "collect in one place", "meet"], ["assemble", "collect in one place", "assemble"], ["forgather", "collect in one place", "forgather"], ["gather", "collect in one place", "gather"]]}, {"answer": "forego", "hint": "synonyms for forego", "clues": [["precede", "be earlier in time; go back further", "precede"], ["forgo", "be earlier in time; go back further", "forgo"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["relinquish", "do without or cease to hold or adhere to", "relinquish"], ["predate", "be earlier in time; go back further", "predate"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "foresee", "hint": "synonyms for foresee", "clues": [["previse", "realize beforehand", "previse"], ["anticipate", "act in advance of; deal with ahead of time", "anticipate"], ["forestall", "act in advance of; deal with ahead of time", "forestall"], ["envision", "picture to oneself; imagine possible", "envision"], ["counter", "act in advance of; deal with ahead of time", "counter"], ["foreknow", "realize beforehand", "foreknow"]]}, {"answer": "foreshadow", "hint": "synonyms for foreshadow", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "foreshorten", "hint": "synonyms for foreshorten", "clues": [["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["cut", "reduce in scope while retaining essential elements", "cut"]]}, {"answer": "forestall", "hint": "synonyms for forestall", "clues": [["prevent", "keep from happening or arising; make impossible", "prevent"], ["forbid", "keep from happening or arising; make impossible", "forbid"], ["preclude", "keep from happening or arising; make impossible", "preclude"], ["anticipate", "act in advance of; deal with ahead of time", "anticipate"], ["counter", "act in advance of; deal with ahead of time", "counter"], ["foreclose", "keep from happening or arising; make impossible", "foreclose"], ["foresee", "act in advance of; deal with ahead of time", "foresee"]]}, {"answer": "foreswear", "hint": "synonyms for foreswear", "clues": [["renounce", "turn away from; give up", "renounce"], ["relinquish", "turn away from; give up", "relinquish"], ["quit", "turn away from; give up", "quit"], ["waive", "do without or cease to hold or adhere to", "waive"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"], ["forego", "do without or cease to hold or adhere to", "forego"]]}, {"answer": "foretell", "hint": "synonyms for foretell", "clues": [["call", "make a prediction about; tell in advance", "call"], ["harbinger", "foreshadow or presage", "harbinger"], ["annunciate", "foreshadow or presage", "annunciate"], ["presage", "indicate by signs", "presage"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["bode", "indicate by signs", "bode"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["betoken", "indicate by signs", "betoken"], ["forebode", "make a prediction about; tell in advance", "forebode"], ["forecast", "indicate by signs", "forecast"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["herald", "foreshadow or presage", "herald"], ["predict", "make a prediction about; tell in advance", "predict"], ["omen", "indicate by signs", "omen"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["promise", "make a prediction about; tell in advance", "promise"], ["announce", "foreshadow or presage", "announce"], ["prefigure", "indicate by signs", "prefigure"]]}, {"answer": "forfend", "hint": "synonyms for forfend", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "forgather", "hint": "synonyms for forgather", "clues": [["meet", "collect in one place", "meet"], ["assemble", "collect in one place", "assemble"], ["foregather", "collect in one place", "foregather"], ["gather", "collect in one place", "gather"]]}, {"answer": "forget", "hint": "synonyms for forget", "clues": [["blank out", "be unable to remember", "blank out"], ["leave", "leave behind unintentionally", "leave"], ["bury", "dismiss from the mind; stop remembering", "bury"], ["block", "be unable to remember", "block"], ["draw a blank", "be unable to remember", "draw a blank"]]}, {"answer": "forgo", "hint": "synonyms for forgo", "clues": [["precede", "be earlier in time; go back further", "precede"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["relinquish", "do without or cease to hold or adhere to", "relinquish"], ["forego", "do without or cease to hold or adhere to", "forego"], ["predate", "be earlier in time; go back further", "predate"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "fork_out", "hint": "synonyms for fork out", "clues": [["render", "to surrender someone or something to another", "render"], ["fork over", "to surrender someone or something to another", "fork over"], ["fork up", "to surrender someone or something to another", "fork up"], ["deliver", "to surrender someone or something to another", "deliver"], ["hand over", "to surrender someone or something to another", "hand over"], ["turn in", "to surrender someone or something to another", "turn in"]]}, {"answer": "fork_over", "hint": "synonyms for fork over", "clues": [["render", "to surrender someone or something to another", "render"], ["fork up", "to surrender someone or something to another", "fork up"], ["fork out", "to surrender someone or something to another", "fork out"], ["deliver", "to surrender someone or something to another", "deliver"], ["hand over", "to surrender someone or something to another", "hand over"], ["turn in", "to surrender someone or something to another", "turn in"]]}, {"answer": "fork_up", "hint": "synonyms for fork up", "clues": [["render", "to surrender someone or something to another", "render"], ["fork over", "to surrender someone or something to another", "fork over"], ["fork out", "to surrender someone or something to another", "fork out"], ["deliver", "to surrender someone or something to another", "deliver"], ["hand over", "to surrender someone or something to another", "hand over"], ["turn in", "to surrender someone or something to another", "turn in"]]}, {"answer": "form_bubbles", "hint": "synonyms for form bubbles", "clues": [["sparkle", "become bubbly or frothy or foaming", "sparkle"], ["fizz", "become bubbly or frothy or foaming", "fizz"], ["froth", "become bubbly or frothy or foaming", "froth"], ["effervesce", "become bubbly or frothy or foaming", "effervesce"], ["foam", "become bubbly or frothy or foaming", "foam"]]}, {"answer": "formulate", "hint": "synonyms for formulate", "clues": [["explicate", "elaborate, as of theories and hypotheses", "explicate"], ["invent", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "invent"], ["give voice", "put into words or an expression", "give voice"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["word", "put into words or an expression", "word"], ["develop", "elaborate, as of theories and hypotheses", "develop"], ["articulate", "put into words or an expression", "articulate"], ["phrase", "put into words or an expression", "phrase"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"]]}, {"answer": "forswear", "hint": "synonyms for forswear", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure", "resile"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure", "recant"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure", "abjure"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure", "retract"]]}, {"answer": "fortify", "hint": "synonyms for fortify", "clues": [["lace", "add alcohol to (beverages)", "lace"], ["arm", "prepare oneself for a military confrontation", "arm"], ["strengthen", "make strong or stronger", "strengthen"], ["beef up", "make strong or stronger", "beef up"], ["gird", "prepare oneself for a military confrontation", "gird"], ["fort", "enclose by or as if by a fortification", "fort"], ["build up", "prepare oneself for a military confrontation", "build up"], ["spike", "add alcohol to (beverages)", "spike"]]}, {"answer": "foul_up", "hint": "synonyms for foul up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "freeze_off", "hint": "synonyms for freeze off", "clues": [["scorn", "reject with contempt", "scorn"], ["spurn", "reject with contempt", "spurn"], ["disdain", "reject with contempt", "disdain"], ["turn down", "reject with contempt", "turn down"], ["reject", "reject with contempt", "reject"], ["pooh-pooh", "reject with contempt", "pooh-pooh"]]}, {"answer": "freshen_up", "hint": "synonyms for freshen up", "clues": [["freshen", "become or make oneself fresh again", "freshen"], ["refurbish", "make brighter and prettier", "refurbish"], ["refresh", "become or make oneself fresh again", "refresh"], ["renovate", "make brighter and prettier", "renovate"]]}, {"answer": "frig_around", "hint": "synonyms for frig around", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "frighten_away", "hint": "synonyms for frighten away", "clues": [["frighten off", "cause to lose courage", "frighten off"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["scare off", "cause to lose courage", "scare off"], ["scare away", "cause to lose courage", "scare away"], ["pall", "cause to lose courage", "pall"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "frighten_off", "hint": "synonyms for frighten off", "clues": [["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["scare off", "cause to lose courage", "scare off"], ["scare away", "cause to lose courage", "scare away"], ["pall", "cause to lose courage", "pall"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "fritter_away", "hint": "synonyms for fritter away", "clues": [["fritter", "spend frivolously and unwisely", "fritter"], ["fool away", "spend frivolously and unwisely", "fool away"], ["frivol away", "spend frivolously and unwisely", "frivol away"], ["shoot", "spend frivolously and unwisely", "shoot"], ["fool", "spend frivolously and unwisely", "fool"], ["dissipate", "spend frivolously and unwisely", "dissipate"]]}, {"answer": "frivol_away", "hint": "synonyms for frivol away", "clues": [["fritter", "spend frivolously and unwisely", "fritter"], ["fool away", "spend frivolously and unwisely", "fool away"], ["shoot", "spend frivolously and unwisely", "shoot"], ["fritter away", "spend frivolously and unwisely", "fritter away"], ["fool", "spend frivolously and unwisely", "fool"], ["dissipate", "spend frivolously and unwisely", "dissipate"]]}, {"answer": "frizzle", "hint": "synonyms for frizzle", "clues": [["crimp", "curl tightly", "crimp"], ["kink up", "curl tightly", "kink up"], ["crape", "curl tightly", "crape"], ["kink", "curl tightly", "kink"], ["frizz", "curl tightly", "frizz"]]}, {"answer": "frustrate", "hint": "synonyms for frustrate", "clues": [["cross", "hinder or prevent (the efforts, plans, or desires) of", "cross"], ["dun", "treat cruelly", "dun"], ["foil", "hinder or prevent (the efforts, plans, or desires) of", "foil"], ["thwart", "hinder or prevent (the efforts, plans, or desires) of", "thwart"], ["crucify", "treat cruelly", "crucify"], ["spoil", "hinder or prevent (the efforts, plans, or desires) of", "spoil"], ["scotch", "hinder or prevent (the efforts, plans, or desires) of", "scotch"], ["bedevil", "treat cruelly", "bedevil"], ["torment", "treat cruelly", "torment"], ["rag", "treat cruelly", "rag"], ["queer", "hinder or prevent (the efforts, plans, or desires) of", "queer"], ["bilk", "hinder or prevent (the efforts, plans, or desires) of", "bilk"], ["baffle", "hinder or prevent (the efforts, plans, or desires) of", "baffle"]]}, {"answer": "fuck_off", "hint": "synonyms for fuck off", "clues": [["masturbate", "get sexual gratification through self-stimulation", "masturbate"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["jack off", "get sexual gratification through self-stimulation", "jack off"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["wank", "get sexual gratification through self-stimulation", "wank"], ["loll around", "be lazy or idle", "loll around"], ["get", "leave immediately; used usually in the imperative form", "get"], ["frig around", "be lazy or idle", "frig around"], ["buzz off", "leave immediately; used usually in the imperative form", "buzz off"], ["jerk off", "get sexual gratification through self-stimulation", "jerk off"], ["arse around", "be lazy or idle", "arse around"], ["bugger off", "leave immediately; used usually in the imperative form", "bugger off"], ["scram", "leave immediately; used usually in the imperative form", "scram"], ["she-bop", "get sexual gratification through self-stimulation", "she-bop"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "fuck_up", "hint": "synonyms for fuck up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "fulfil", "hint": "synonyms for fulfil", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["fulfill", "fill or meet a want or need", "fulfill"], ["accomplish", "put in effect", "accomplish"], ["meet", "fill or meet a want or need", "meet"], ["satisfy", "meet the requirements or expectations of", "satisfy"], ["execute", "put in effect", "execute"], ["live up to", "meet the requirements or expectations of", "live up to"], ["fill", "fill or meet a want or need", "fill"], ["carry through", "put in effect", "carry through"]]}, {"answer": "fulfill", "hint": "synonyms for fulfill", "clues": [["carry out", "put in effect", "carry out"], ["action", "put in effect", "action"], ["satisfy", "meet the requirements or expectations of", "satisfy"], ["accomplish", "put in effect", "accomplish"], ["fulfil", "put in effect", "fulfil"], ["meet", "fill or meet a want or need", "meet"], ["execute", "put in effect", "execute"], ["live up to", "meet the requirements or expectations of", "live up to"], ["fill", "fill or meet a want or need", "fill"], ["carry through", "put in effect", "carry through"]]}, {"answer": "furbish_up", "hint": "synonyms for furbish up", "clues": [["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"]]}, {"answer": "furcate", "hint": "synonyms for furcate", "clues": [["ramify", "divide into two or more branches so as to form a fork", "ramify"], ["branch", "divide into two or more branches so as to form a fork", "branch"], ["fork", "divide into two or more branches so as to form a fork", "fork"], ["separate", "divide into two or more branches so as to form a fork", "separate"]]}, {"answer": "gain_ground", "hint": "synonyms for gain ground", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["gain", "obtain advantages, such as points, etc.", "gain"], ["win", "obtain advantages, such as points, etc.", "win"]]}, {"answer": "gain_vigor", "hint": "synonyms for gain vigor", "clues": [["percolate", "gain or regain energy", "percolate"], ["perk up", "gain or regain energy", "perk up"], ["pick up", "gain or regain energy", "pick up"], ["perk", "gain or regain energy", "perk"]]}, {"answer": "gather_up", "hint": "synonyms for gather up", "clues": [["call for", "gather or collect", "call for"], ["lift up", "take and lift upward", "lift up"], ["pick up", "gather or collect", "pick up"], ["collect", "gather or collect", "collect"]]}, {"answer": "gazump", "hint": "synonyms for gazump", "clues": [["fleece", "rip off; ask an unreasonable price", "fleece"], ["soak", "rip off; ask an unreasonable price", "soak"], ["rob", "rip off; ask an unreasonable price", "rob"], ["plume", "rip off; ask an unreasonable price", "plume"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "gear_up", "hint": "synonyms for gear up", "clues": [["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "fix"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"]]}, {"answer": "generalise", "hint": "synonyms for generalise", "clues": [["generalize", "draw from specific cases for more general cases", "generalize"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "vulgarize"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "popularize"], ["extrapolate", "draw from specific cases for more general cases", "extrapolate"], ["infer", "draw from specific cases for more general cases", "infer"]]}, {"answer": "generalize", "hint": "synonyms for generalize", "clues": [["generalise", "become systemic and spread throughout the body", "generalise"], ["vulgarize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "vulgarize"], ["popularize", "cater to popular taste to make popular and present to the general public; bring into general or common use", "popularize"], ["extrapolate", "draw from specific cases for more general cases", "extrapolate"], ["infer", "draw from specific cases for more general cases", "infer"]]}, {"answer": "generate", "hint": "synonyms for generate", "clues": [["render", "give or supply", "render"], ["yield", "give or supply", "yield"], ["bring forth", "bring into existence", "bring forth"], ["mother", "make children", "mother"], ["father", "make children", "father"], ["sire", "make children", "sire"], ["give", "give or supply", "give"], ["engender", "make children", "engender"], ["return", "give or supply", "return"], ["get", "make children", "get"], ["beget", "make children", "beget"]]}, {"answer": "germinate", "hint": "synonyms for germinate", "clues": [["develop", "work out", "develop"], ["spud", "produce buds, branches, or germinate", "spud"], ["pullulate", "produce buds, branches, or germinate", "pullulate"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["evolve", "work out", "evolve"], ["sprout", "produce buds, branches, or germinate", "sprout"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"]]}, {"answer": "gestate", "hint": "synonyms for gestate", "clues": [["conceive", "have the idea for", "conceive"], ["conceptualize", "have the idea for", "conceptualize"], ["expect", "be pregnant with", "expect"], ["carry", "be pregnant with", "carry"], ["bear", "be pregnant with", "bear"], ["have a bun in the oven", "be pregnant with", "have a bun in the oven"]]}, {"answer": "get_a_line", "hint": "synonyms for get a line", "clues": [["find out", "get to know or become aware of, usually accidentally", "find out"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["see", "get to know or become aware of, usually accidentally", "see"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "get to know or become aware of, usually accidentally", "learn"]]}, {"answer": "get_across", "hint": "synonyms for get across", "clues": [["cut through", "travel across or pass over", "cut through"], ["get over", "travel across or pass over", "get over"], ["click", "become clear or enter one's consciousness or emotions", "click"], ["pass over", "travel across or pass over", "pass over"], ["put over", "communicate successfully", "put over"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["traverse", "travel across or pass over", "traverse"], ["cross", "travel across or pass over", "cross"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["cover", "travel across or pass over", "cover"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "get_ahead", "hint": "synonyms for get ahead", "clues": [["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"], ["gain", "obtain advantages, such as points, etc.", "gain"], ["win", "obtain advantages, such as points, etc.", "win"]]}, {"answer": "get_along", "hint": "synonyms for get along", "clues": [["progress", "develop in a positive way", "progress"], ["make out", "proceed or get along", "make out"], ["come on", "develop in a positive way", "come on"], ["do", "proceed or get along", "do"], ["shape up", "develop in a positive way", "shape up"], ["come", "proceed or get along", "come"], ["come along", "develop in a positive way", "come along"], ["fare", "proceed or get along", "fare"], ["advance", "develop in a positive way", "advance"], ["get on", "have smooth relations", "get on"], ["get along with", "have smooth relations", "get along with"]]}, {"answer": "get_around", "hint": "synonyms for get around", "clues": [["get out", "be released or become known; of news", "get out"], ["go around", "avoid something unpleasant or laborious", "go around"], ["short-circuit", "avoid something unpleasant or laborious", "short-circuit"], ["swing", "be a social swinger; socialize a lot", "swing"], ["break", "be released or become known; of news", "break"], ["bypass", "avoid something unpleasant or laborious", "bypass"]]}, {"answer": "get_at", "hint": "synonyms for get at", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["access", "reach or gain access to", "access"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "get_away", "hint": "synonyms for get away", "clues": [["escape", "remove oneself from a familiar environment, usually for pleasure or diversion", "escape"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action", "get by"], ["break loose", "run away from confinement", "break loose"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action", "get out"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action", "get off"]]}, {"answer": "get_behind", "hint": "synonyms for get behind", "clues": [["drag", "to lag or linger behind", "drag"], ["drop behind", "to lag or linger behind", "drop behind"], ["drop back", "to lag or linger behind", "drop back"], ["trail", "to lag or linger behind", "trail"], ["hang back", "to lag or linger behind", "hang back"]]}, {"answer": "get_by", "hint": "synonyms for get by", "clues": [["grapple", "come to terms with", "grapple"], ["cope", "come to terms with", "cope"], ["escape", "escape potentially unpleasant consequences; get away with a forbidden action", "escape"], ["make do", "come to terms with", "make do"], ["deal", "come to terms with", "deal"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action", "get out"], ["get away", "escape potentially unpleasant consequences; get away with a forbidden action", "get away"], ["contend", "come to terms with", "contend"], ["make out", "come to terms with", "make out"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action", "get off"], ["manage", "come to terms with", "manage"]]}, {"answer": "get_cracking", "hint": "synonyms for get cracking", "clues": [["get weaving", "start to be active", "get weaving"], ["bestir oneself", "start to be active", "bestir oneself"], ["get rolling", "start to be active", "get rolling"], ["get moving", "start to be active", "get moving"], ["get started", "start to be active", "get started"], ["get going", "start to be active", "get going"]]}, {"answer": "get_down", "hint": "synonyms for get down", "clues": [["dismay", "lower someone's spirits; make downhearted", "dismay"], ["write down", "put down in writing; of texts, musical compositions, etc.", "write down"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["let down", "move something or somebody to a lower position", "let down"], ["swallow", "pass through the esophagus as part of eating or drinking", "swallow"], ["take down", "move something or somebody to a lower position", "take down"], ["demoralise", "lower someone's spirits; make downhearted", "demoralise"], ["lower", "move something or somebody to a lower position", "lower"], ["depress", "lower someone's spirits; make downhearted", "depress"], ["unhorse", "alight from (a horse)", "unhorse"], ["dismount", "alight from (a horse)", "dismount"], ["get off", "alight from (a horse)", "get off"], ["light", "alight from (a horse)", "light"], ["deject", "lower someone's spirits; make downhearted", "deject"], ["put down", "put down in writing; of texts, musical compositions, etc.", "put down"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["dispirit", "lower someone's spirits; make downhearted", "dispirit"], ["cast down", "lower someone's spirits; make downhearted", "cast down"], ["start", "take the first step or steps in carrying out an action", "start"], ["bring down", "move something or somebody to a lower position", "bring down"], ["commence", "take the first step or steps in carrying out an action", "commence"], ["begin", "take the first step or steps in carrying out an action", "begin"]]}, {"answer": "get_going", "hint": "synonyms for get going", "clues": [["get cracking", "start to be active", "get cracking"], ["bestir oneself", "start to be active", "bestir oneself"], ["get rolling", "start to be active", "get rolling"], ["get moving", "start to be active", "get moving"], ["get started", "start to be active", "get started"], ["get weaving", "start to be active", "get weaving"], ["go", "begin or set in motion", "go"], ["start", "begin or set in motion", "start"]]}, {"answer": "get_hitched_with", "hint": "synonyms for get hitched with", "clues": [["conjoin", "take in marriage", "conjoin"], ["marry", "take in marriage", "marry"], ["wed", "take in marriage", "wed"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "get_hold_of", "hint": "synonyms for get hold of", "clues": [["clutch", "affect", "clutch"], ["seize", "affect", "seize"], ["contact", "be in or establish communication with", "contact"], ["take", "get into one's hands, take physically", "take"], ["get through", "be in or establish communication with", "get through"], ["reach", "be in or establish communication with", "reach"]]}, {"answer": "get_in", "hint": "synonyms for get in", "clues": [["go far", "succeed in a big way; get to the top", "go far"], ["make it", "succeed in a big way; get to the top", "make it"], ["enter", "to come or go into", "enter"], ["draw in", "of trains; move into (a station)", "draw in"], ["arrive", "succeed in a big way; get to the top", "arrive"], ["get into", "secure a place in a college, university, etc.", "get into"], ["come in", "to come or go into", "come in"], ["go into", "to come or go into", "go into"], ["move into", "to come or go into", "move into"], ["pull in", "of trains; move into (a station)", "pull in"], ["go in", "to come or go into", "go in"]]}, {"answer": "get_into", "hint": "synonyms for get into", "clues": [["tangle with", "get involved in or with", "tangle with"], ["enter", "to come or go into", "enter"], ["don", "put clothing on one's body", "don"], ["get in", "secure a place in a college, university, etc.", "get in"], ["come in", "to come or go into", "come in"], ["go into", "to come or go into", "go into"], ["put on", "put clothing on one's body", "put on"], ["move into", "to come or go into", "move into"], ["wear", "put clothing on one's body", "wear"], ["go in", "to come or go into", "go in"], ["assume", "put clothing on one's body", "assume"]]}, {"answer": "get_it", "hint": "synonyms for get it", "clues": [["get wise", "understand, usually after some initial difficulty", "get wise"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["latch on", "understand, usually after some initial difficulty", "latch on"], ["tumble", "understand, usually after some initial difficulty", "tumble"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["twig", "understand, usually after some initial difficulty", "twig"]]}, {"answer": "get_it_on", "hint": "synonyms for get it on", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "get_laid", "hint": "synonyms for get laid", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "get_married", "hint": "synonyms for get married", "clues": [["conjoin", "take in marriage", "conjoin"], ["wed", "take in marriage", "wed"], ["marry", "take in marriage", "marry"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "get_moving", "hint": "synonyms for get moving", "clues": [["get started", "start to be active", "get started"], ["get weaving", "start to be active", "get weaving"], ["bestir oneself", "start to be active", "bestir oneself"], ["get rolling", "start to be active", "get rolling"], ["get cracking", "start to be active", "get cracking"], ["get going", "start to be active", "get going"]]}, {"answer": "get_off", "hint": "synonyms for get off", "clues": [["send", "transfer", "send"], ["hop out", "get out of quickly", "hop out"], ["dismount", "alight from (a horse)", "dismount"], ["light", "alight from (a horse)", "light"], ["trip out", "get high, stoned, or drugged", "trip out"], ["escape", "escape potentially unpleasant consequences; get away with a forbidden action", "escape"], ["mail", "send via the postal service", "mail"], ["send off", "transfer", "send off"], ["get out", "escape potentially unpleasant consequences; get away with a forbidden action", "get out"], ["get away", "escape potentially unpleasant consequences; get away with a forbidden action", "get away"], ["turn on", "get high, stoned, or drugged", "turn on"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action", "get by"], ["trip", "get high, stoned, or drugged", "trip"], ["get down", "alight from (a horse)", "get down"], ["unhorse", "alight from (a horse)", "unhorse"]]}, {"answer": "get_on", "hint": "synonyms for get on", "clues": [["progress", "develop in a positive way", "progress"], ["get along", "have smooth relations", "get along"], ["hop on", "get up on the back of", "hop on"], ["come on", "develop in a positive way", "come on"], ["climb on", "get up on the back of", "climb on"], ["age", "grow old or older", "age"], ["jump on", "get up on the back of", "jump on"], ["mature", "grow old or older", "mature"], ["come along", "develop in a positive way", "come along"], ["advance", "develop in a positive way", "advance"], ["bestride", "get up on the back of", "bestride"], ["get on with", "have smooth relations", "get on with"], ["board", "get on board of (trains, buses, ships, aircraft, etc.)", "board"], ["be on", "appear in a show, on T.V. or radio", "be on"], ["senesce", "grow old or older", "senesce"], ["shape up", "develop in a positive way", "shape up"], ["mount up", "get up on the back of", "mount up"], ["mount", "get up on the back of", "mount"]]}, {"answer": "get_onto", "hint": "synonyms for get onto", "clues": [["get wise", "understand, usually after some initial difficulty", "get wise"], ["catch on", "understand, usually after some initial difficulty", "catch on"], ["tumble", "understand, usually after some initial difficulty", "tumble"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["get it", "understand, usually after some initial difficulty", "get it"], ["twig", "understand, usually after some initial difficulty", "twig"]]}, {"answer": "get_out", "hint": "synonyms for get out", "clues": [["go out", "move out of or depart from", "go out"], ["exit", "move out of or depart from", "exit"], ["escape", "escape potentially unpleasant consequences; get away with a forbidden action", "escape"], ["pull out", "bring, take, or pull out of a container or from under a cover", "pull out"], ["break", "be released or become known; of news", "break"], ["get away", "escape potentially unpleasant consequences; get away with a forbidden action", "get away"], ["get off", "escape potentially unpleasant consequences; get away with a forbidden action", "get off"], ["pull", "bring, take, or pull out of a container or from under a cover", "pull"], ["get around", "be released or become known; of news", "get around"], ["get by", "escape potentially unpleasant consequences; get away with a forbidden action", "get by"], ["take out", "bring, take, or pull out of a container or from under a cover", "take out"], ["bring out", "take out of a container or enclosed space", "bring out"], ["leave", "move out of or depart from", "leave"], ["draw", "bring, take, or pull out of a container or from under a cover", "draw"]]}, {"answer": "get_over", "hint": "synonyms for get over", "clues": [["cut through", "travel across or pass over", "cut through"], ["subdue", "get on top of; deal with successfully", "subdue"], ["pass over", "travel across or pass over", "pass over"], ["get well", "improve in health", "get well"], ["surmount", "get on top of; deal with successfully", "surmount"], ["master", "get on top of; deal with successfully", "master"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["traverse", "travel across or pass over", "traverse"], ["cross", "travel across or pass over", "cross"], ["cover", "travel across or pass over", "cover"], ["overcome", "get on top of; deal with successfully", "overcome"], ["bounce back", "improve in health", "bounce back"], ["get across", "travel across or pass over", "get across"]]}, {"answer": "get_rid_of", "hint": "synonyms for get rid of", "clues": [["eliminate", "terminate, end, or take out", "eliminate"], ["extinguish", "terminate, end, or take out", "extinguish"], ["remove", "dispose of", "remove"], ["do away with", "terminate, end, or take out", "do away with"], ["abolish", "do away with", "abolish"]]}, {"answer": "get_rolling", "hint": "synonyms for get rolling", "clues": [["get started", "start to be active", "get started"], ["get weaving", "start to be active", "get weaving"], ["bestir oneself", "start to be active", "bestir oneself"], ["get moving", "start to be active", "get moving"], ["get cracking", "start to be active", "get cracking"], ["get going", "start to be active", "get going"]]}, {"answer": "get_started", "hint": "synonyms for get started", "clues": [["get weaving", "start to be active", "get weaving"], ["bestir oneself", "start to be active", "bestir oneself"], ["get rolling", "start to be active", "get rolling"], ["get moving", "start to be active", "get moving"], ["get cracking", "start to be active", "get cracking"], ["get going", "start to be active", "get going"]]}, {"answer": "get_the_picture", "hint": "synonyms for get the picture", "clues": [["grasp", "get the meaning of something", "grasp"], ["apprehend", "get the meaning of something", "apprehend"], ["comprehend", "get the meaning of something", "comprehend"], ["compass", "get the meaning of something", "compass"], ["savvy", "get the meaning of something", "savvy"], ["dig", "get the meaning of something", "dig"], ["grok", "get the meaning of something", "grok"]]}, {"answer": "get_through", "hint": "synonyms for get through", "clues": [["click", "become clear or enter one's consciousness or emotions", "click"], ["mop up", "finish a task completely", "mop up"], ["get across", "become clear or enter one's consciousness or emotions", "get across"], ["contact", "be in or establish communication with", "contact"], ["wrap up", "finish a task completely", "wrap up"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["finish off", "finish a task completely", "finish off"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["polish off", "finish a task completely", "polish off"], ["get hold of", "be in or establish communication with", "get hold of"], ["come through", "succeed in reaching a real or abstract destination after overcoming problems", "come through"], ["finish up", "finish a task completely", "finish up"], ["while away", "spend or pass, as with boredom or in a pleasant manner; of time", "while away"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["clear up", "finish a task completely", "clear up"], ["reach", "be in or establish communication with", "reach"]]}, {"answer": "get_to", "hint": "synonyms for get to", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["reach", "reach a goal, e.g.,", "reach"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["make", "reach a goal, e.g.,", "make"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["progress to", "reach a goal, e.g.,", "progress to"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"]]}, {"answer": "get_up", "hint": "synonyms for get up", "clues": [["drum", "study intensively, as before an exam", "drum"], ["cram", "study intensively, as before an exam", "cram"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["bone up", "study intensively, as before an exam", "bone up"], ["uprise", "rise to one's feet", "uprise"], ["rig out", "put on special clothes to appear particularly appealing and attractive", "rig out"], ["rise", "get up and out of bed", "rise"], ["elevate", "raise from a lower to a higher position", "elevate"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["organise", "arrange by systematic planning and united effort", "organise"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["lift", "raise from a lower to a higher position", "lift"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["stand up", "rise to one's feet", "stand up"], ["mug up", "study intensively, as before an exam", "mug up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["bone", "study intensively, as before an exam", "bone"], ["work up", "develop", "work up"], ["turn out", "get up and out of bed", "turn out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["devise", "arrange by systematic planning and united effort", "devise"], ["swot", "study intensively, as before an exam", "swot"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["bring up", "raise from a lower to a higher position", "bring up"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"]]}, {"answer": "get_weaving", "hint": "synonyms for get weaving", "clues": [["get cracking", "start to be active", "get cracking"], ["bestir oneself", "start to be active", "bestir oneself"], ["get rolling", "start to be active", "get rolling"], ["get moving", "start to be active", "get moving"], ["get started", "start to be active", "get started"], ["get going", "start to be active", "get going"]]}, {"answer": "get_wind", "hint": "synonyms for get wind", "clues": [["hear", "get to know or become aware of, usually accidentally", "hear"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["see", "get to know or become aware of, usually accidentally", "see"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "get to know or become aware of, usually accidentally", "learn"]]}, {"answer": "get_wise", "hint": "synonyms for get wise", "clues": [["catch on", "understand, usually after some initial difficulty", "catch on"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["tumble", "understand, usually after some initial difficulty", "tumble"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["get it", "understand, usually after some initial difficulty", "get it"], ["twig", "understand, usually after some initial difficulty", "twig"]]}, {"answer": "get_word", "hint": "synonyms for get word", "clues": [["hear", "get to know or become aware of, usually accidentally", "hear"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["see", "get to know or become aware of, usually accidentally", "see"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "get to know or become aware of, usually accidentally", "learn"]]}, {"answer": "gip", "hint": "synonyms for gip", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "gird", "hint": "synonyms for gird", "clues": [["build up", "prepare oneself for a military confrontation", "build up"], ["arm", "prepare oneself for a military confrontation", "arm"], ["encircle", "bind with something round or circular", "encircle"], ["girdle", "put a girdle on or around", "girdle"], ["fortify", "prepare oneself for a military confrontation", "fortify"]]}, {"answer": "give-up_the_ghost", "hint": "synonyms for give-up the ghost", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "give_away", "hint": "synonyms for give away", "clues": [["tell on", "give away information about somebody", "tell on"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["rat", "give away information about somebody", "rat"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["betray", "give away information about somebody", "betray"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"], ["shop", "give away information about somebody", "shop"], ["snitch", "give away information about somebody", "snitch"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["denounce", "give away information about somebody", "denounce"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["shit", "give away information about somebody", "shit"]]}, {"answer": "give_birth", "hint": "synonyms for give birth", "clues": [["bear", "cause to be born", "bear"], ["birth", "cause to be born", "birth"], ["have", "cause to be born", "have"], ["deliver", "cause to be born", "deliver"]]}, {"answer": "give_chase", "hint": "synonyms for give chase", "clues": [["trail", "go after with the intent to catch", "trail"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["tag", "go after with the intent to catch", "tag"], ["go after", "go after with the intent to catch", "go after"]]}, {"answer": "give_ear", "hint": "synonyms for give ear", "clues": [["attend", "give heed (to)", "attend"], ["pay heed", "give heed (to)", "pay heed"], ["hang", "give heed (to)", "hang"], ["advert", "give heed (to)", "advert"]]}, {"answer": "give_in", "hint": "synonyms for give in", "clues": [["yield", "consent reluctantly", "yield"], ["succumb", "consent reluctantly", "succumb"], ["accede", "yield to another's wish or opinion", "accede"], ["knuckle under", "consent reluctantly", "knuckle under"], ["bow", "yield to another's wish or opinion", "bow"], ["defer", "yield to another's wish or opinion", "defer"], ["submit", "yield to another's wish or opinion", "submit"]]}, {"answer": "give_notice", "hint": "synonyms for give notice", "clues": [["fire", "terminate the employment of; discharge from an office or position", "fire"], ["notify", "inform (somebody) of something", "notify"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["apprise", "inform (somebody) of something", "apprise"], ["advise", "inform (somebody) of something", "advise"], ["send word", "inform (somebody) of something", "send word"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "give_out", "hint": "synonyms for give out", "clues": [["distribute", "give to several people", "distribute"], ["give off", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc.", "give off"], ["fail", "prove insufficient", "fail"], ["give way", "stop operating or functioning", "give way"], ["break", "stop operating or functioning", "break"], ["go", "stop operating or functioning", "go"], ["die", "stop operating or functioning", "die"], ["go bad", "stop operating or functioning", "go bad"], ["break down", "stop operating or functioning", "break down"], ["emit", "give off, send forth, or discharge; as of light, heat, or radiation, vapor, etc.", "emit"], ["hand out", "give to several people", "hand out"], ["conk out", "stop operating or functioning", "conk out"], ["pass out", "give to several people", "pass out"], ["run out", "prove insufficient", "run out"]]}, {"answer": "give_suck", "hint": "synonyms for give suck", "clues": [["wet-nurse", "give suck to", "wet-nurse"], ["nurse", "give suck to", "nurse"], ["suckle", "give suck to", "suckle"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"], ["suck", "give suck to", "suck"]]}, {"answer": "give_the_axe", "hint": "synonyms for give the axe", "clues": [["give the gate", "terminate a relationship abruptly", "give the gate"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["give the bounce", "terminate a relationship abruptly", "give the bounce"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "give_the_sack", "hint": "synonyms for give the sack", "clues": [["fire", "terminate the employment of; discharge from an office or position", "fire"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"]]}, {"answer": "give_up", "hint": "synonyms for give up", "clues": [["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["surrender", "give up or agree to forgo to the power or possession of another", "surrender"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["forgo", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forgo"], ["renounce", "leave (a job, post, or position) voluntarily", "renounce"], ["abandon", "stop maintaining or insisting on; of ideas or claims", "abandon"], ["cede", "relinquish possession or control over", "cede"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"], ["resign", "leave (a job, post, or position) voluntarily", "resign"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["part with", "give up what is not strictly needed", "part with"], ["release", "part with a possession or right", "release"], ["quit", "give up in the face of defeat of lacking hope; admit defeat", "quit"], ["allow", "allow the other (baseball) team to score", "allow"], ["deliver", "relinquish possession or control over", "deliver"], ["relinquish", "part with a possession or right", "relinquish"], ["vacate", "leave (a job, post, or position) voluntarily", "vacate"], ["free", "part with a possession or right", "free"], ["cease", "put an end to a state or an activity", "cease"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["dispense with", "give up what is not strictly needed", "dispense with"], ["lay off", "put an end to a state or an activity", "lay off"], ["spare", "give up what is not strictly needed", "spare"], ["kick", "stop consuming", "kick"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["stop", "put an end to a state or an activity", "stop"]]}, {"answer": "give_voice", "hint": "synonyms for give voice", "clues": [["articulate", "put into words or an expression", "articulate"], ["phrase", "put into words or an expression", "phrase"], ["formulate", "put into words or an expression", "formulate"], ["word", "put into words or an expression", "word"]]}, {"answer": "give_way", "hint": "synonyms for give way", "clues": [["break", "break down, literally or metaphorically", "break"], ["collapse", "break down, literally or metaphorically", "collapse"], ["fall in", "break down, literally or metaphorically", "fall in"], ["move over", "move in order to make room for someone for something", "move over"], ["ease up", "move in order to make room for someone for something", "ease up"], ["give", "move in order to make room for someone for something", "give"], ["die", "stop operating or functioning", "die"], ["go bad", "stop operating or functioning", "go bad"], ["conk out", "stop operating or functioning", "conk out"], ["cave in", "break down, literally or metaphorically", "cave in"], ["fail", "stop operating or functioning", "fail"], ["go", "stop operating or functioning", "go"], ["give out", "stop operating or functioning", "give out"], ["break down", "stop operating or functioning", "break down"], ["founder", "break down, literally or metaphorically", "founder"], ["yield", "move in order to make room for someone for something", "yield"]]}, {"answer": "glance_over", "hint": "synonyms for glance over", "clues": [["skim", "examine hastily", "skim"], ["run down", "examine hastily", "run down"], ["rake", "examine hastily", "rake"], ["scan", "examine hastily", "scan"]]}, {"answer": "glaze_over", "hint": "synonyms for glaze over", "clues": [["glass", "become glassy or take on a glass-like appearance", "glass"], ["glaze", "become glassy or take on a glass-like appearance", "glaze"], ["glass over", "become glassy or take on a glass-like appearance", "glass over"], ["blur", "become glassy; lose clear vision", "blur"], ["film over", "become glassy; lose clear vision", "film over"]]}, {"answer": "glide_by", "hint": "synonyms for glide by", "clues": [["elapse", "pass by", "elapse"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["slip by", "pass by", "slip by"], ["go along", "pass by", "go along"], ["slide by", "pass by", "slide by"], ["pass", "pass by", "pass"]]}, {"answer": "glom", "hint": "synonyms for glom", "clues": [["thieve", "take by theft", "thieve"], ["knock off", "take by theft", "knock off"], ["hook", "take by theft", "hook"], ["cop", "take by theft", "cop"], ["snitch", "take by theft", "snitch"]]}, {"answer": "glorify", "hint": "synonyms for glorify", "clues": [["proclaim", "praise, glorify, or honor", "proclaim"], ["exalt", "praise, glorify, or honor", "exalt"], ["laud", "praise, glorify, or honor", "laud"], ["spiritualize", "elevate or idealize, in allusion to Christ's transfiguration", "spiritualize"], ["transfigure", "elevate or idealize, in allusion to Christ's transfiguration", "transfigure"], ["extol", "praise, glorify, or honor", "extol"]]}, {"answer": "gloss_over", "hint": "synonyms for gloss over", "clues": [["skate over", "treat hurriedly or avoid dealing with properly", "skate over"], ["whitewash", "cover up a misdemeanor, fault, or error", "whitewash"], ["hush up", "cover up a misdemeanor, fault, or error", "hush up"], ["smooth over", "treat hurriedly or avoid dealing with properly", "smooth over"], ["slur over", "treat hurriedly or avoid dealing with properly", "slur over"], ["sleek over", "cover up a misdemeanor, fault, or error", "sleek over"], ["skimp over", "treat hurriedly or avoid dealing with properly", "skimp over"]]}, {"answer": "gnaw", "hint": "synonyms for gnaw", "clues": [["wear away", "become ground down or deteriorate", "wear away"], ["gnaw at", "become ground down or deteriorate", "gnaw at"], ["eat at", "become ground down or deteriorate", "eat at"], ["erode", "become ground down or deteriorate", "erode"]]}, {"answer": "gnaw_at", "hint": "synonyms for gnaw at", "clues": [["wear away", "become ground down or deteriorate", "wear away"], ["eat at", "become ground down or deteriorate", "eat at"], ["erode", "become ground down or deteriorate", "erode"], ["gnaw", "become ground down or deteriorate", "gnaw"]]}, {"answer": "go_after", "hint": "synonyms for go after", "clues": [["give chase", "go after with the intent to catch", "give chase"], ["quest for", "go in search of or hunt for", "quest for"], ["trail", "go after with the intent to catch", "trail"], ["quest after", "go in search of or hunt for", "quest after"], ["dog", "go after with the intent to catch", "dog"], ["chase", "go after with the intent to catch", "chase"], ["chase after", "go after with the intent to catch", "chase after"], ["track", "go after with the intent to catch", "track"], ["pursue", "go in search of or hunt for", "pursue"], ["tag", "go after with the intent to catch", "tag"]]}, {"answer": "go_against", "hint": "synonyms for go against", "clues": [["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["buck", "resist", "buck"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["violate", "act in disregard of laws, rules, contracts, or promises", "violate"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["break", "fail to agree with; be in violation of; as of rules or patterns", "break"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"]]}, {"answer": "go_along", "hint": "synonyms for go along", "clues": [["elapse", "pass by", "elapse"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["continue", "continue a certain state, condition, or activity", "continue"], ["keep", "continue a certain state, condition, or activity", "keep"], ["slip by", "pass by", "slip by"], ["proceed", "continue a certain state, condition, or activity", "proceed"], ["glide by", "pass by", "glide by"], ["go on", "continue a certain state, condition, or activity", "go on"], ["play along", "cooperate or pretend to cooperate", "play along"], ["pass", "pass by", "pass"]]}, {"answer": "go_around", "hint": "synonyms for go around", "clues": [["rotate", "turn on or around an axis or a center", "rotate"], ["revolve", "turn on or around an axis or a center", "revolve"], ["short-circuit", "avoid something unpleasant or laborious", "short-circuit"], ["get around", "avoid something unpleasant or laborious", "get around"], ["outflank", "go around the flank of (an opposing army)", "outflank"], ["spread", "become widely known and passed on", "spread"], ["circulate", "become widely known and passed on", "circulate"], ["bypass", "avoid something unpleasant or laborious", "bypass"]]}, {"answer": "go_away", "hint": "synonyms for go away", "clues": [["vanish", "get lost, as without warning or explanation", "vanish"], ["leave", "go away from a place", "leave"], ["disappear", "become invisible or unnoticeable", "disappear"], ["go", "move away from a place into another direction", "go"], ["go forth", "go away from a place", "go forth"], ["depart", "move away from a place into another direction", "depart"]]}, {"answer": "go_back", "hint": "synonyms for go back", "clues": [["recover", "regain a former condition after a financial loss", "recover"], ["recur", "return in thought or speech to something", "recur"], ["date from", "belong to an earlier time", "date from"], ["date back", "belong to an earlier time", "date back"], ["recuperate", "regain a former condition after a financial loss", "recuperate"]]}, {"answer": "go_bad", "hint": "synonyms for go bad", "clues": [["give way", "stop operating or functioning", "give way"], ["break", "stop operating or functioning", "break"], ["fail", "stop operating or functioning", "fail"], ["go", "stop operating or functioning", "go"], ["give out", "stop operating or functioning", "give out"], ["die", "stop operating or functioning", "die"], ["break down", "stop operating or functioning", "break down"], ["spoil", "become unfit for consumption or use", "spoil"], ["conk out", "stop operating or functioning", "conk out"]]}, {"answer": "go_ballistic", "hint": "synonyms for go ballistic", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "go_by", "hint": "synonyms for go by", "clues": [["elapse", "pass by", "elapse"], ["slip away", "pass by", "slip away"], ["go past", "move past", "go past"], ["surpass", "move past", "surpass"], ["slip by", "pass by", "slip by"], ["pass by", "move past", "pass by"], ["go along", "pass by", "go along"], ["glide by", "pass by", "glide by"], ["travel by", "move past", "travel by"], ["go under", "be called; go by a certain name", "go under"], ["pass", "move past", "pass"]]}, {"answer": "go_down", "hint": "synonyms for go down", "clues": [["descend", "move downward and lower, but not necessarily all the way", "descend"], ["set", "disappear beyond the horizon", "set"], ["settle", "go under,", "settle"], ["wane", "grow smaller", "wane"], ["decline", "grow smaller", "decline"], ["sink", "go under,", "sink"], ["go under", "go under,", "go under"], ["fall", "move downward and lower, but not necessarily all the way", "fall"], ["crash", "stop operating", "crash"], ["come down", "move downward and lower, but not necessarily all the way", "come down"]]}, {"answer": "go_far", "hint": "synonyms for go far", "clues": [["make it", "succeed in a big way; get to the top", "make it"], ["get in", "succeed in a big way; get to the top", "get in"], ["arrive", "succeed in a big way; get to the top", "arrive"], ["go deep", "extend in importance or range", "go deep"]]}, {"answer": "go_for", "hint": "synonyms for go for", "clues": [["take to", "have a fancy or particular liking or desire for", "take to"], ["consent", "give an affirmative reply to; respond favorably to", "consent"], ["hope", "intend with some possibility of fulfilment", "hope"], ["try for", "make an attempt at achieving something", "try for"], ["accept", "give an affirmative reply to; respond favorably to", "accept"], ["hold", "be pertinent or relevant or applicable", "hold"], ["apply", "be pertinent or relevant or applicable", "apply"], ["fancy", "have a fancy or particular liking or desire for", "fancy"]]}, {"answer": "go_forth", "hint": "synonyms for go forth", "clues": [["leave", "go away from a place", "leave"], ["issue", "come out of", "issue"], ["go away", "go away from a place", "go away"], ["egress", "come out of", "egress"], ["come forth", "come out of", "come forth"], ["come out", "come out of", "come out"], ["emerge", "come out of", "emerge"]]}, {"answer": "go_in", "hint": "synonyms for go in", "clues": [["enter", "to come or go into", "enter"], ["get in", "to come or go into", "get in"], ["move into", "to come or go into", "move into"], ["come in", "to come or go into", "come in"], ["go into", "to come or go into", "go into"]]}, {"answer": "go_into", "hint": "synonyms for go into", "clues": [["enter", "to come or go into", "enter"], ["get in", "to come or go into", "get in"], ["move into", "to come or go into", "move into"], ["come in", "to come or go into", "come in"], ["go in", "to come or go into", "go in"]]}, {"answer": "go_off", "hint": "synonyms for go off", "clues": [["absquatulate", "run away; usually includes taking something or somebody along", "absquatulate"], ["make off", "run away; usually includes taking something or somebody along", "make off"], ["discharge", "go off or discharge", "discharge"], ["fire", "go off or discharge", "fire"], ["bolt", "run away; usually includes taking something or somebody along", "bolt"], ["abscond", "run away; usually includes taking something or somebody along", "abscond"], ["implode", "burst inward", "implode"], ["go over", "happen in a particular manner", "go over"], ["decamp", "run away; usually includes taking something or somebody along", "decamp"], ["come off", "happen in a particular manner", "come off"], ["run off", "run away; usually includes taking something or somebody along", "run off"]]}, {"answer": "go_on", "hint": "synonyms for go on", "clues": [["come about", "come to pass", "come about"], ["pass off", "come to pass", "pass off"], ["progress", "move forward, also in the metaphorical sense", "progress"], ["carry on", "continue talking; he continued,", "carry on"], ["proceed", "continue a certain state, condition, or activity", "proceed"], ["happen", "come to pass", "happen"], ["fall out", "come to pass", "fall out"], ["take place", "come to pass", "take place"], ["pass on", "move forward, also in the metaphorical sense", "pass on"], ["move on", "move forward, also in the metaphorical sense", "move on"], ["hap", "come to pass", "hap"], ["occur", "come to pass", "occur"], ["advance", "move forward, also in the metaphorical sense", "advance"], ["continue", "continue a certain state, condition, or activity", "continue"], ["keep", "continue a certain state, condition, or activity", "keep"], ["pass", "come to pass", "pass"], ["march on", "move forward, also in the metaphorical sense", "march on"], ["go along", "continue a certain state, condition, or activity", "go along"], ["come on", "start running, functioning, or operating", "come on"], ["come up", "start running, functioning, or operating", "come up"]]}, {"answer": "go_out", "hint": "synonyms for go out", "clues": [["exit", "move out of or depart from", "exit"], ["date", "date regularly; have a steady relationship with", "date"], ["go steady", "date regularly; have a steady relationship with", "go steady"], ["leave", "move out of or depart from", "leave"], ["see", "date regularly; have a steady relationship with", "see"], ["get out", "move out of or depart from", "get out"]]}, {"answer": "go_over", "hint": "synonyms for go over", "clues": [["check", "examine so as to determine accuracy, quality, or condition", "check"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["review", "hold a review (of troops)", "review"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["go off", "happen in a particular manner", "go off"], ["survey", "hold a review (of troops)", "survey"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["check out", "examine so as to determine accuracy, quality, or condition", "check out"], ["fall over", "fall forward and down", "fall over"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"], ["come off", "happen in a particular manner", "come off"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"]]}, {"answer": "go_past", "hint": "synonyms for go past", "clues": [["transcend", "be superior or better than some standard", "transcend"], ["go by", "move past", "go by"], ["pass", "be superior or better than some standard", "pass"], ["surpass", "move past", "surpass"], ["top", "be superior or better than some standard", "top"], ["overstep", "be superior or better than some standard", "overstep"], ["pass by", "move past", "pass by"], ["exceed", "be superior or better than some standard", "exceed"], ["travel by", "move past", "travel by"]]}, {"answer": "go_through", "hint": "synonyms for go through", "clues": [["work through", "apply thoroughly; think through", "work through"], ["down", "eat immoderately", "down"], ["carry out", "pursue to a conclusion or bring to a successful issue", "carry out"], ["go across", "go across or through", "go across"], ["experience", "go or live through", "experience"], ["devour", "eat immoderately", "devour"], ["follow up", "pursue to a conclusion or bring to a successful issue", "follow up"], ["implement", "pursue to a conclusion or bring to a successful issue", "implement"], ["run through", "apply thoroughly; think through", "run through"], ["follow through", "pursue to a conclusion or bring to a successful issue", "follow through"], ["follow out", "pursue to a conclusion or bring to a successful issue", "follow out"], ["see", "go or live through", "see"], ["put through", "pursue to a conclusion or bring to a successful issue", "put through"], ["consume", "eat immoderately", "consume"], ["pass", "go across or through", "pass"]]}, {"answer": "go_to_bed", "hint": "synonyms for go to bed", "clues": [["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["kip down", "prepare for sleep", "kip down"], ["hit the sack", "prepare for sleep", "hit the sack"], ["bed", "prepare for sleep", "bed"], ["crawl in", "prepare for sleep", "crawl in"], ["go to sleep", "prepare for sleep", "go to sleep"], ["retire", "prepare for sleep", "retire"], ["hit the hay", "prepare for sleep", "hit the hay"]]}, {"answer": "go_to_sleep", "hint": "synonyms for go to sleep", "clues": [["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["kip down", "prepare for sleep", "kip down"], ["hit the sack", "prepare for sleep", "hit the sack"], ["bed", "prepare for sleep", "bed"], ["crawl in", "prepare for sleep", "crawl in"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["hit the hay", "prepare for sleep", "hit the hay"]]}, {"answer": "go_under", "hint": "synonyms for go under", "clues": [["set", "disappear beyond the horizon", "set"], ["go by", "be called; go by a certain name", "go by"], ["settle", "go under,", "settle"], ["go down", "disappear beyond the horizon", "go down"], ["sink", "go under,", "sink"]]}, {"answer": "go_up", "hint": "synonyms for go up", "clues": [["come up", "move upward", "come up"], ["near", "move towards", "near"], ["mount", "go upward with gradual or continuous progress", "mount"], ["move up", "move upward", "move up"], ["uprise", "move upward", "uprise"], ["rise", "increase in value or to a higher point", "rise"], ["come near", "move towards", "come near"], ["approach", "move towards", "approach"], ["burn down", "burn completely; be consumed or destroyed by fire", "burn down"], ["climb up", "go upward with gradual or continuous progress", "climb up"], ["draw near", "move towards", "draw near"], ["burn up", "burn completely; be consumed or destroyed by fire", "burn up"], ["lift", "move upward", "lift"], ["ascend", "travel up,", "ascend"], ["draw close", "move towards", "draw close"], ["climb", "increase in value or to a higher point", "climb"], ["come on", "move towards", "come on"]]}, {"answer": "go_with", "hint": "synonyms for go with", "clues": [["attach to", "be present or associated with an event or entity", "attach to"], ["come with", "be present or associated with an event or entity", "come with"], ["collocate with", "go or occur together", "collocate with"], ["co-occur with", "go or occur together", "co-occur with"], ["construe with", "go or occur together", "construe with"], ["accompany", "be present or associated with an event or entity", "accompany"]]}, {"answer": "gormandise", "hint": "synonyms for gormandise", "clues": [["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["gormandize", "overeat or eat immodestly; make a pig of oneself", "gormandize"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "gormandize", "hint": "synonyms for gormandize", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "gourmandize", "hint": "synonyms for gourmandize", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "govern", "hint": "synonyms for govern", "clues": [["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["rule", "exercise authority over; as of nations", "rule"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "grind_away", "hint": "synonyms for grind away", "clues": [["drum", "study intensively, as before an exam", "drum"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone up", "study intensively, as before an exam", "bone up"], ["bone", "study intensively, as before an exam", "bone"], ["mug up", "study intensively, as before an exam", "mug up"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "grok", "hint": "synonyms for grok", "clues": [["grasp", "get the meaning of something", "grasp"], ["apprehend", "get the meaning of something", "apprehend"], ["comprehend", "get the meaning of something", "comprehend"], ["compass", "get the meaning of something", "compass"], ["savvy", "get the meaning of something", "savvy"], ["dig", "get the meaning of something", "dig"], ["get the picture", "get the meaning of something", "get the picture"]]}, {"answer": "gross_out", "hint": "synonyms for gross out", "clues": [["repel", "fill with distaste", "repel"], ["revolt", "fill with distaste", "revolt"], ["freak out", "lose one's nerve", "freak out"], ["freak", "lose one's nerve", "freak"], ["disgust", "fill with distaste", "disgust"]]}, {"answer": "grovel", "hint": "synonyms for grovel", "clues": [["fawn", "show submission or fear", "fawn"], ["cower", "show submission or fear", "cower"], ["creep", "show submission or fear", "creep"], ["cringe", "show submission or fear", "cringe"], ["crawl", "show submission or fear", "crawl"]]}, {"answer": "grow", "hint": "synonyms for grow", "clues": [["turn", "pass into a condition gradually, take on a specific property or attribute; become", "turn"], ["mature", "develop and reach maturity; undergo maturation", "mature"], ["develop", "come to have or undergo a change of (physical features and attributes)", "develop"], ["get", "come to have or undergo a change of (physical features and attributes)", "get"], ["acquire", "come to have or undergo a change of (physical features and attributes)", "acquire"], ["rise", "come into existence; take on form or shape", "rise"], ["produce", "cultivate by growing, often involving improvements by means of agricultural techniques", "produce"], ["originate", "come into existence; take on form or shape", "originate"], ["uprise", "come into existence; take on form or shape", "uprise"], ["farm", "cultivate by growing, often involving improvements by means of agricultural techniques", "farm"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "gruntle", "hint": "synonyms for gruntle", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "guggle", "hint": "synonyms for guggle", "clues": [["gurgle", "drink from a flask with a gurgling sound", "gurgle"], ["babble", "flow in an irregular current with a bubbling noise", "babble"], ["bubble", "flow in an irregular current with a bubbling noise", "bubble"], ["ripple", "flow in an irregular current with a bubbling noise", "ripple"], ["burble", "flow in an irregular current with a bubbling noise", "burble"]]}, {"answer": "gussy_up", "hint": "synonyms for gussy up", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "gyrate", "hint": "synonyms for gyrate", "clues": [["spin around", "revolve quickly and repeatedly around one's own axis", "spin around"], ["whirl", "revolve quickly and repeatedly around one's own axis", "whirl"], ["spiral", "to wind or move in a spiral course", "spiral"], ["coil", "to wind or move in a spiral course", "coil"], ["reel", "revolve quickly and repeatedly around one's own axis", "reel"], ["spin", "revolve quickly and repeatedly around one's own axis", "spin"]]}, {"answer": "habilitate", "hint": "synonyms for habilitate", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"], ["tog", "provide with clothes or put clothes on", "tog"]]}, {"answer": "hand_over", "hint": "synonyms for hand over", "clues": [["render", "to surrender someone or something to another", "render"], ["fork over", "to surrender someone or something to another", "fork over"], ["fork up", "to surrender someone or something to another", "fork up"], ["fork out", "to surrender someone or something to another", "fork out"], ["deliver", "to surrender someone or something to another", "deliver"], ["turn in", "to surrender someone or something to another", "turn in"]]}, {"answer": "hang_around", "hint": "synonyms for hang around", "clues": [["mill about", "be about", "mill about"], ["loiter", "be about", "loiter"], ["linger", "be about", "linger"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "hang_back", "hint": "synonyms for hang back", "clues": [["drag", "to lag or linger behind", "drag"], ["get behind", "to lag or linger behind", "get behind"], ["drop behind", "to lag or linger behind", "drop behind"], ["drop back", "to lag or linger behind", "drop back"], ["trail", "to lag or linger behind", "trail"]]}, {"answer": "hang_in", "hint": "synonyms for hang in", "clues": [["persevere", "be persistent, refuse to stop", "persevere"], ["persist", "be persistent, refuse to stop", "persist"], ["hang on", "be persistent, refuse to stop", "hang on"], ["hold on", "be persistent, refuse to stop", "hold on"]]}, {"answer": "hang_on", "hint": "synonyms for hang on", "clues": [["tack", "fix to; attach", "tack"], ["hold on", "be persistent, refuse to stop", "hold on"], ["persevere", "be persistent, refuse to stop", "persevere"], ["tack on", "fix to; attach", "tack on"], ["tag on", "fix to; attach", "tag on"], ["hold the line", "hold the phone line open", "hold the line"], ["persist", "be persistent, refuse to stop", "persist"], ["hang in", "be persistent, refuse to stop", "hang in"], ["append", "fix to; attach", "append"]]}, {"answer": "happen", "hint": "synonyms for happen", "clues": [["hap", "come to pass", "hap"], ["materialize", "come into being; become reality", "materialize"], ["occur", "come to pass", "occur"], ["come about", "come to pass", "come about"], ["pass off", "come to pass", "pass off"], ["befall", "happen, occur, or be the case in the course of events or by chance; ; (Santayana)", "befall"], ["find", "come upon, as if by accident; meet with", "find"], ["bump", "come upon, as if by accident; meet with", "bump"], ["go on", "come to pass", "go on"], ["pass", "come to pass", "pass"], ["take place", "come to pass", "take place"], ["chance", "come upon, as if by accident; meet with", "chance"], ["encounter", "come upon, as if by accident; meet with", "encounter"], ["fall out", "come to pass", "fall out"]]}, {"answer": "happen_upon", "hint": "synonyms for happen upon", "clues": [["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["attain", "find unexpectedly", "attain"], ["discover", "find unexpectedly", "discover"], ["come across", "find unexpectedly", "come across"], ["light upon", "find unexpectedly", "light upon"], ["come upon", "find unexpectedly", "come upon"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "harass", "hint": "synonyms for harass", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["provoke", "annoy continually or chronically", "provoke"], ["beset", "annoy continually or chronically", "beset"], ["molest", "annoy continually or chronically", "molest"]]}, {"answer": "harden", "hint": "synonyms for harden", "clues": [["season", "make fit", "season"], ["indurate", "cause to accept or become hardened to; habituate", "indurate"], ["inure", "cause to accept or become hardened to; habituate", "inure"], ["temper", "harden by reheating and cooling in oil", "temper"]]}, {"answer": "harmonise", "hint": "synonyms for harmonise", "clues": [["accord", "go together", "accord"], ["concord", "go together", "concord"], ["harmonize", "sing or play in harmony", "harmonize"], ["consort", "go together", "consort"], ["chord", "bring into consonance, harmony, or accord while making music or singing", "chord"], ["reconcile", "bring into consonance or accord", "reconcile"], ["fit in", "go together", "fit in"], ["agree", "go together", "agree"]]}, {"answer": "harmonize", "hint": "synonyms for harmonize", "clues": [["accord", "go together", "accord"], ["concord", "go together", "concord"], ["harmonise", "bring (several things) into consonance or relate harmoniously", "harmonise"], ["consort", "go together", "consort"], ["chord", "bring into consonance, harmony, or accord while making music or singing", "chord"], ["reconcile", "bring into consonance or accord", "reconcile"], ["fit in", "go together", "fit in"], ["agree", "go together", "agree"]]}, {"answer": "harry", "hint": "synonyms for harry", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["ravage", "make a pillaging or destructive raid on (a place), as in wartimes", "ravage"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"], ["provoke", "annoy continually or chronically", "provoke"]]}, {"answer": "hasten", "hint": "synonyms for hasten", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["expedite", "speed up the progress of; facilitate", "expedite"], ["look sharp", "act or move at high speed", "look sharp"], ["stimulate", "cause to occur rapidly", "stimulate"], ["induce", "cause to occur rapidly", "induce"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["hurry", "act or move at high speed", "hurry"], ["cannonball along", "move fast", "cannonball along"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["festinate", "act or move at high speed", "festinate"], ["step on it", "move fast", "step on it"]]}, {"answer": "have-to_doe_with", "hint": "synonyms for have-to doe with", "clues": [["come to", "be relevant to", "come to"], ["bear on", "be relevant to", "bear on"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["pertain", "be relevant to", "pertain"], ["concern", "be relevant to", "concern"], ["touch", "be relevant to", "touch"], ["refer", "be relevant to", "refer"]]}, {"answer": "have_a_bun_in_the_oven", "hint": "synonyms for have a bun in the oven", "clues": [["carry", "be pregnant with", "carry"], ["gestate", "be pregnant with", "gestate"], ["bear", "be pregnant with", "bear"], ["expect", "be pregnant with", "expect"]]}, {"answer": "have_a_fit", "hint": "synonyms for have a fit", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "have_a_go_at_it", "hint": "synonyms for have a go at it", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "have_intercourse", "hint": "synonyms for have intercourse", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "have_it_away", "hint": "synonyms for have it away", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "have_it_off", "hint": "synonyms for have it off", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "have_kittens", "hint": "synonyms for have kittens", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "have_sex", "hint": "synonyms for have sex", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "have_words", "hint": "synonyms for have words", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "haze_over", "hint": "synonyms for haze over", "clues": [["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["obscure", "make less visible or unclear", "obscure"], ["obnubilate", "make less visible or unclear", "obnubilate"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"], ["befog", "make less visible or unclear", "befog"]]}, {"answer": "head_for_the_hills", "hint": "synonyms for head for the hills", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "head_off", "hint": "synonyms for head off", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "hear", "hint": "synonyms for hear", "clues": [["find out", "get to know or become aware of, usually accidentally", "find out"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["listen", "listen and pay attention", "listen"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["try", "examine or hear (evidence or a case) by judicial process", "try"], ["see", "get to know or become aware of, usually accidentally", "see"], ["take heed", "listen and pay attention", "take heed"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "get to know or become aware of, usually accidentally", "learn"]]}, {"answer": "heighten", "hint": "synonyms for heighten", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["enhance", "increase", "enhance"], ["sharpen", "make (one's senses) more acute", "sharpen"], ["intensify", "make more intense, stronger, or more marked; ,", "intensify"], ["raise", "increase", "raise"], ["compound", "make more intense, stronger, or more marked; ,", "compound"]]}, {"answer": "hem_in", "hint": "synonyms for hem in", "clues": [["circumvent", "surround so as to force to give up", "circumvent"], ["surround", "surround so as to force to give up", "surround"], ["beleaguer", "surround so as to force to give up", "beleaguer"], ["besiege", "surround so as to force to give up", "besiege"]]}, {"answer": "hie", "hint": "synonyms for hie", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "hightail_it", "hint": "synonyms for hightail it", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "hinge_on", "hint": "synonyms for hinge on", "clues": [["depend upon", "be contingent on", "depend upon"], ["hinge upon", "be contingent on", "hinge upon"], ["devolve on", "be contingent on", "devolve on"], ["turn on", "be contingent on", "turn on"], ["ride", "be contingent on", "ride"]]}, {"answer": "hinge_upon", "hint": "synonyms for hinge upon", "clues": [["depend upon", "be contingent on", "depend upon"], ["devolve on", "be contingent on", "devolve on"], ["turn on", "be contingent on", "turn on"], ["hinge on", "be contingent on", "hinge on"], ["ride", "be contingent on", "ride"]]}, {"answer": "hit_the_ceiling", "hint": "synonyms for hit the ceiling", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "hit_the_hay", "hint": "synonyms for hit the hay", "clues": [["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["kip down", "prepare for sleep", "kip down"], ["hit the sack", "prepare for sleep", "hit the sack"], ["bed", "prepare for sleep", "bed"], ["crawl in", "prepare for sleep", "crawl in"], ["go to sleep", "prepare for sleep", "go to sleep"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"]]}, {"answer": "hit_the_roof", "hint": "synonyms for hit the roof", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "hit_the_sack", "hint": "synonyms for hit the sack", "clues": [["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["kip down", "prepare for sleep", "kip down"], ["bed", "prepare for sleep", "bed"], ["crawl in", "prepare for sleep", "crawl in"], ["go to sleep", "prepare for sleep", "go to sleep"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["hit the hay", "prepare for sleep", "hit the hay"]]}, {"answer": "hive_away", "hint": "synonyms for hive away", "clues": [["put in", "keep or lay aside for future use", "put in"], ["stash away", "keep or lay aside for future use", "stash away"], ["stack away", "keep or lay aside for future use", "stack away"], ["salt away", "keep or lay aside for future use", "salt away"], ["lay in", "keep or lay aside for future use", "lay in"], ["store", "keep or lay aside for future use", "store"]]}, {"answer": "hive_up", "hint": "synonyms for hive up", "clues": [["lay away", "save up as for future use", "lay away"], ["squirrel away", "save up as for future use", "squirrel away"], ["cache", "save up as for future use", "cache"], ["hoard", "save up as for future use", "hoard"], ["stash", "save up as for future use", "stash"]]}, {"answer": "hold_back", "hint": "synonyms for hold back", "clues": [["turn back", "hold back, as of a danger or an enemy; check the expansion or influence of", "turn back"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["forbear", "refrain from doing", "forbear"], ["conceal", "hold back; keep from being perceived by others", "conceal"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold in", "hold back; keep from being perceived by others", "hold in"], ["keep back", "keep under control; keep in check", "keep back"], ["hold", "secure and keep for possible future use or application", "hold"], ["restrain", "keep under control; keep in check", "restrain"], ["keep", "keep under control; keep in check", "keep"], ["wait", "wait before acting", "wait"], ["hold off", "wait before acting", "hold off"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"]]}, {"answer": "hold_fast", "hint": "synonyms for hold fast", "clues": [["bond", "stick to firmly", "bond"], ["bind", "stick to firmly", "bind"], ["stick", "stick to firmly", "stick"], ["adhere", "stick to firmly", "adhere"], ["stick to", "stick to firmly", "stick to"]]}, {"answer": "hold_in", "hint": "synonyms for hold in", "clues": [["check", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "check"], ["contain", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "contain"], ["conceal", "hold back; keep from being perceived by others", "conceal"], ["confine", "close in; darkness enclosed him\"", "confine"], ["hold", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "hold"], ["control", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "control"], ["hold back", "hold back; keep from being perceived by others", "hold back"], ["curb", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "curb"], ["enclose", "close in; darkness enclosed him\"", "enclose"], ["moderate", "lessen the intensity of; temper; hold in restraint; hold or keep within limits", "moderate"]]}, {"answer": "hold_on", "hint": "synonyms for hold on", "clues": [["keep", "retain possession of", "keep"], ["persist", "be persistent, refuse to stop", "persist"], ["stop", "stop and wait, as if awaiting further instructions or developments", "stop"], ["persevere", "be persistent, refuse to stop", "persevere"], ["hang on", "be persistent, refuse to stop", "hang on"], ["grasp", "hold firmly", "grasp"], ["hold the line", "hold the phone line open", "hold the line"]]}, {"answer": "hold_out", "hint": "synonyms for hold out", "clues": [["withstand", "stand up or offer resistance to somebody or something", "withstand"], ["put out", "thrust or extend out", "put out"], ["stand firm", "stand up or offer resistance to somebody or something", "stand firm"], ["endure", "last and be usable", "endure"], ["hold up", "continue to live through hardship or adversity", "hold up"], ["resist", "stand up or offer resistance to somebody or something", "resist"], ["stretch forth", "thrust or extend out", "stretch forth"], ["live", "continue to live through hardship or adversity", "live"], ["go", "continue to live through hardship or adversity", "go"], ["wear", "last and be usable", "wear"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["exsert", "thrust or extend out", "exsert"], ["last", "continue to live through hardship or adversity", "last"], ["extend", "thrust or extend out", "extend"], ["stretch out", "thrust or extend out", "stretch out"]]}, {"answer": "hold_over", "hint": "synonyms for hold over", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["shelve", "hold back to a later time", "shelve"], ["put off", "hold back to a later time", "put off"], ["table", "hold back to a later time", "table"], ["remit", "hold back to a later time", "remit"], ["set back", "hold back to a later time", "set back"], ["carry over", "hold over goods to be sold for the next season", "carry over"], ["defer", "hold back to a later time", "defer"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "hold_up", "hint": "synonyms for hold up", "clues": [["delay", "cause to be slowed down or delayed", "delay"], ["hold", "be the physical support of; carry the weight of", "hold"], ["support", "be the physical support of; carry the weight of", "support"], ["live", "continue to live through hardship or adversity", "live"], ["defy", "resist or confront with resistance", "defy"], ["stand up", "resist or withstand wear, criticism, etc.", "stand up"], ["withstand", "resist or confront with resistance", "withstand"], ["survive", "continue to live through hardship or adversity", "survive"], ["live on", "continue to live through hardship or adversity", "live on"], ["hold water", "resist or withstand wear, criticism, etc.", "hold water"], ["sustain", "be the physical support of; carry the weight of", "sustain"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["last", "continue to live through hardship or adversity", "last"], ["stick up", "rob at gunpoint or by means of some other threat", "stick up"], ["endure", "continue to live through hardship or adversity", "endure"], ["go", "continue to live through hardship or adversity", "go"], ["detain", "cause to be slowed down or delayed", "detain"]]}, {"answer": "hoodwink", "hint": "synonyms for hoodwink", "clues": [["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "bamboozle"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "snow"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "play false"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "pull the wool over someone's eyes"], ["juggle", "influence by slyness", "juggle"], ["beguile", "influence by slyness", "beguile"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "lead by the nose"]]}, {"answer": "hook_on", "hint": "synonyms for hook on", "clues": [["take up", "adopt", "take up"], ["latch on", "adopt", "latch on"], ["fasten on", "adopt", "fasten on"], ["seize on", "adopt", "seize on"]]}, {"answer": "hook_up_with", "hint": "synonyms for hook up with", "clues": [["conjoin", "take in marriage", "conjoin"], ["wed", "take in marriage", "wed"], ["marry", "take in marriage", "marry"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"]]}, {"answer": "hop_on", "hint": "synonyms for hop on", "clues": [["get on", "get up on the back of", "get on"], ["bestride", "get up on the back of", "bestride"], ["climb on", "get up on the back of", "climb on"], ["mount", "get up on the back of", "mount"], ["mount up", "get up on the back of", "mount up"], ["jump on", "get up on the back of", "jump on"]]}, {"answer": "horn_in", "hint": "synonyms for horn in", "clues": [["pry", "search or inquire in a meddlesome way", "pry"], ["poke", "search or inquire in a meddlesome way", "poke"], ["nose", "search or inquire in a meddlesome way", "nose"], ["intrude", "search or inquire in a meddlesome way", "intrude"]]}, {"answer": "hornswoggle", "hint": "synonyms for hornswoggle", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["short-change", "deprive of by deceit", "short-change"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "hot_up", "hint": "synonyms for hot up", "clues": [["heat up", "make more intense", "heat up"], ["heat", "gain heat or get hot", "heat"], ["hop up", "make more powerful", "hop up"], ["soup up", "make more powerful", "soup up"], ["screw up", "make more intense", "screw up"]]}, {"answer": "hover", "hint": "synonyms for hover", "clues": [["oscillate", "be undecided about something; waver between conflicting positions or courses of action", "oscillate"], ["levitate", "be suspended in the air, as if in defiance of gravity", "levitate"], ["vibrate", "be undecided about something; waver between conflicting positions or courses of action", "vibrate"], ["linger", "move to and fro", "linger"], ["loom", "hang over, as of something threatening, dark, or menacing", "loom"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action", "vacillate"], ["bulk large", "hang over, as of something threatening, dark, or menacing", "bulk large"], ["brood", "hang over, as of something threatening, dark, or menacing", "brood"]]}, {"answer": "humiliate", "hint": "synonyms for humiliate", "clues": [["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["mortify", "cause to feel shame; hurt the pride of", "mortify"]]}, {"answer": "hunker", "hint": "synonyms for hunker", "clues": [["scrunch up", "sit on one's heels", "scrunch up"], ["crouch", "sit on one's heels", "crouch"], ["scrunch", "sit on one's heels", "scrunch"], ["hunker down", "sit on one's heels", "hunker down"], ["squat", "sit on one's heels", "squat"]]}, {"answer": "hunker_down", "hint": "synonyms for hunker down", "clues": [["scrunch up", "sit on one's heels", "scrunch up"], ["crouch", "sit on one's heels", "crouch"], ["hunker", "sit on one's heels", "hunker"], ["scrunch", "sit on one's heels", "scrunch"], ["squat", "sit on one's heels", "squat"]]}, {"answer": "hurtle", "hint": "synonyms for hurtle", "clues": [["hurl", "make a thrusting forward movement", "hurl"], ["lunge", "make a thrusting forward movement", "lunge"], ["cast", "throw forcefully", "cast"], ["thrust", "make a thrusting forward movement", "thrust"]]}, {"answer": "hush_up", "hint": "synonyms for hush up", "clues": [["silence", "cause to be quiet or not talk", "silence"], ["hush", "cause to be quiet or not talk", "hush"], ["sleek over", "cover up a misdemeanor, fault, or error", "sleek over"], ["gloss over", "cover up a misdemeanor, fault, or error", "gloss over"], ["whitewash", "cover up a misdemeanor, fault, or error", "whitewash"], ["still", "cause to be quiet or not talk", "still"], ["shut up", "cause to be quiet or not talk", "shut up"], ["quieten", "cause to be quiet or not talk", "quieten"]]}, {"answer": "hybridise", "hint": "synonyms for hybridise", "clues": [["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["hybridize", "breed animals or plants using parents of different races and varieties", "hybridize"], ["cross", "breed animals or plants using parents of different races and varieties", "cross"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"]]}, {"answer": "hybridize", "hint": "synonyms for hybridize", "clues": [["crossbreed", "breed animals or plants using parents of different races and varieties", "crossbreed"], ["hybridise", "breed animals or plants using parents of different races and varieties", "hybridise"], ["interbreed", "breed animals or plants using parents of different races and varieties", "interbreed"], ["cross", "breed animals or plants using parents of different races and varieties", "cross"]]}, {"answer": "hyperbolise", "hint": "synonyms for hyperbolise", "clues": [["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["magnify", "to enlarge beyond bounds or the truth", "magnify"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "hyperbolize", "hint": "synonyms for hyperbolize", "clues": [["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolise", "to enlarge beyond bounds or the truth", "hyperbolise"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["magnify", "to enlarge beyond bounds or the truth", "magnify"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "hypothecate", "hint": "synonyms for hypothecate", "clues": [["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["suppose", "to believe especially on uncertain or tentative grounds", "suppose"]]}, {"answer": "hypothesise", "hint": "synonyms for hypothesise", "clues": [["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"], ["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["suppose", "to believe especially on uncertain or tentative grounds", "suppose"], ["hypothesize", "to believe especially on uncertain or tentative grounds", "hypothesize"]]}, {"answer": "hypothesize", "hint": "synonyms for hypothesize", "clues": [["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["suppose", "to believe especially on uncertain or tentative grounds", "suppose"], ["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"]]}, {"answer": "identify", "hint": "synonyms for identify", "clues": [["name", "give the name or identifying characteristics of; refer to by name or some other identifying characteristic property", "name"], ["key", "identify as in botany or biology, for example", "key"], ["describe", "identify as in botany or biology, for example", "describe"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["key out", "identify as in botany or biology, for example", "key out"], ["place", "recognize as being; establish the identity of someone or something", "place"]]}, {"answer": "idolise", "hint": "synonyms for idolise", "clues": [["worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "worship"], ["idolize", "love unquestioningly and uncritically or to excess; venerate as an idol", "idolize"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "hero-worship"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol", "revere"]]}, {"answer": "idolize", "hint": "synonyms for idolize", "clues": [["idolise", "love unquestioningly and uncritically or to excess; venerate as an idol", "idolise"], ["worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "worship"], ["hero-worship", "love unquestioningly and uncritically or to excess; venerate as an idol", "hero-worship"], ["revere", "love unquestioningly and uncritically or to excess; venerate as an idol", "revere"]]}, {"answer": "ignite", "hint": "synonyms for ignite", "clues": [["light", "cause to start burning; subject to fire or great heat", "light"], ["conflagrate", "start to burn or burst into flames", "conflagrate"], ["erupt", "start to burn or burst into flames", "erupt"], ["combust", "start to burn or burst into flames", "combust"], ["inflame", "arouse or excite feelings and passions", "inflame"], ["catch fire", "start to burn or burst into flames", "catch fire"], ["wake", "arouse or excite feelings and passions", "wake"], ["heat", "arouse or excite feelings and passions", "heat"], ["take fire", "start to burn or burst into flames", "take fire"], ["fire up", "arouse or excite feelings and passions", "fire up"], ["stir up", "arouse or excite feelings and passions", "stir up"]]}, {"answer": "ignore", "hint": "synonyms for ignore", "clues": [["neglect", "give little or no attention to", "neglect"], ["snub", "refuse to acknowledge", "snub"], ["disregard", "bar from attention or consideration", "disregard"], ["cut", "refuse to acknowledge", "cut"], ["push aside", "bar from attention or consideration", "push aside"], ["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"]]}, {"answer": "ill-treat", "hint": "synonyms for ill-treat", "clues": [["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["mistreat", "treat badly", "mistreat"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "ill-use", "hint": "synonyms for ill-use", "clues": [["ill-treat", "treat badly", "ill-treat"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["mistreat", "treat badly", "mistreat"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "illuminate", "hint": "synonyms for illuminate", "clues": [["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["illume", "make lighter or brighter", "illume"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["light", "make lighter or brighter", "light"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["light up", "make lighter or brighter", "light up"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"]]}, {"answer": "illumine", "hint": "synonyms for illumine", "clues": [["light", "make lighter or brighter", "light"], ["light up", "make lighter or brighter", "light up"], ["illume", "make lighter or brighter", "illume"], ["illuminate", "make lighter or brighter", "illuminate"]]}, {"answer": "imagine", "hint": "synonyms for imagine", "clues": [["ideate", "form a mental image of something that is not present or that is not the case", "ideate"], ["opine", "expect, believe, or suppose", "opine"], ["guess", "expect, believe, or suppose", "guess"], ["envisage", "form a mental image of something that is not present or that is not the case", "envisage"], ["think", "expect, believe, or suppose", "think"], ["suppose", "expect, believe, or suppose", "suppose"], ["reckon", "expect, believe, or suppose", "reckon"], ["conceive of", "form a mental image of something that is not present or that is not the case", "conceive of"]]}, {"answer": "imbed", "hint": "synonyms for imbed", "clues": [["embed", "fix or set securely or deeply", "embed"], ["implant", "fix or set securely or deeply", "implant"], ["engraft", "fix or set securely or deeply", "engraft"], ["plant", "fix or set securely or deeply", "plant"]]}, {"answer": "imbibe", "hint": "synonyms for imbibe", "clues": [["sop up", "take in, also metaphorically", "sop up"], ["take in", "take in, also metaphorically", "take in"], ["suck", "take in, also metaphorically", "suck"], ["drink", "take in liquids", "drink"], ["soak up", "take in, also metaphorically", "soak up"], ["absorb", "take in, also metaphorically", "absorb"], ["draw", "take in, also metaphorically", "draw"], ["suck up", "take in, also metaphorically", "suck up"], ["assimilate", "take (gas, light or heat) into a solution", "assimilate"], ["take up", "take in, also metaphorically", "take up"]]}, {"answer": "imbue", "hint": "synonyms for imbue", "clues": [["hue", "suffuse with color", "hue"], ["permeate", "spread or diffuse through", "permeate"], ["penetrate", "spread or diffuse through", "penetrate"], ["riddle", "spread or diffuse through", "riddle"], ["pervade", "spread or diffuse through", "pervade"], ["diffuse", "spread or diffuse through", "diffuse"], ["interpenetrate", "spread or diffuse through", "interpenetrate"], ["soak", "fill, soak, or imbue totally", "soak"]]}, {"answer": "immerse", "hint": "synonyms for immerse", "clues": [["steep", "devote (oneself) fully to", "steep"], ["plunge", "devote (oneself) fully to", "plunge"], ["bury", "enclose or envelop completely, as if by swallowing", "bury"], ["absorb", "devote (oneself) fully to", "absorb"], ["swallow", "enclose or envelop completely, as if by swallowing", "swallow"], ["engulf", "devote (oneself) fully to", "engulf"], ["soak up", "devote (oneself) fully to", "soak up"], ["swallow up", "enclose or envelop completely, as if by swallowing", "swallow up"], ["engross", "devote (oneself) fully to", "engross"], ["eat up", "enclose or envelop completely, as if by swallowing", "eat up"]]}, {"answer": "immix", "hint": "synonyms for immix", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["merge", "mix together different elements", "merge"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["blend", "mix together different elements", "blend"]]}, {"answer": "immobilise", "hint": "synonyms for immobilise", "clues": [["immobilize", "hold as reserve or withdraw from circulation; of capital", "immobilize"], ["freeze", "prohibit the conversion or use of (assets)", "freeze"], ["block", "prohibit the conversion or use of (assets)", "block"], ["pin", "to hold fast or prevent from moving", "pin"], ["trap", "to hold fast or prevent from moving", "trap"]]}, {"answer": "immobilize", "hint": "synonyms for immobilize", "clues": [["immobilise", "make defenseless", "immobilise"], ["freeze", "prohibit the conversion or use of (assets)", "freeze"], ["block", "prohibit the conversion or use of (assets)", "block"], ["pin", "to hold fast or prevent from moving", "pin"], ["trap", "to hold fast or prevent from moving", "trap"]]}, {"answer": "immortalise", "hint": "synonyms for immortalise", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["immortalize", "make famous forever", "immortalize"], ["eternise", "make famous forever", "eternise"], ["record", "be or provide a memorial to a person or an event", "record"], ["eternalize", "make famous forever", "eternalize"], ["memorialise", "be or provide a memorial to a person or an event", "memorialise"]]}, {"answer": "immortalize", "hint": "synonyms for immortalize", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["immortalise", "make famous forever", "immortalise"], ["eternise", "make famous forever", "eternise"], ["record", "be or provide a memorial to a person or an event", "record"], ["eternalize", "make famous forever", "eternalize"], ["memorialise", "be or provide a memorial to a person or an event", "memorialise"]]}, {"answer": "immure", "hint": "synonyms for immure", "clues": [["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "impair", "hint": "synonyms for impair", "clues": [["vitiate", "make imperfect", "vitiate"], ["deflower", "make imperfect", "deflower"], ["mar", "make imperfect", "mar"], ["spoil", "make imperfect", "spoil"]]}, {"answer": "impale", "hint": "synonyms for impale", "clues": [["spike", "pierce with a sharp stake or point", "spike"], ["stake", "kill by piercing with a spear or sharp pole", "stake"], ["empale", "pierce with a sharp stake or point", "empale"], ["transfix", "pierce with a sharp stake or point", "transfix"]]}, {"answer": "impart", "hint": "synonyms for impart", "clues": [["lend", "bestow a quality on", "lend"], ["pass on", "transmit (knowledge or skills)", "pass on"], ["leave", "transmit (knowledge or skills)", "leave"], ["transmit", "transmit or serve as the medium for transmission", "transmit"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["give", "transmit (knowledge or skills)", "give"], ["add", "bestow a quality on", "add"], ["convey", "transmit or serve as the medium for transmission", "convey"], ["contribute", "bestow a quality on", "contribute"], ["bring", "bestow a quality on", "bring"], ["bestow", "bestow a quality on", "bestow"], ["channel", "transmit or serve as the medium for transmission", "channel"]]}, {"answer": "impede", "hint": "synonyms for impede", "clues": [["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["jam", "block passage through", "jam"], ["block", "block passage through", "block"], ["occlude", "block passage through", "occlude"], ["obstruct", "block passage through", "obstruct"], ["hinder", "be a hindrance or obstacle to", "hinder"]]}, {"answer": "imperil", "hint": "synonyms for imperil", "clues": [["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["menace", "pose a threat to; present a danger to", "menace"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["endanger", "pose a threat to; present a danger to", "endanger"], ["peril", "pose a threat to; present a danger to", "peril"]]}, {"answer": "impinge_on", "hint": "synonyms for impinge on", "clues": [["strike", "hit against; come into sudden contact with", "strike"], ["collide with", "hit against; come into sudden contact with", "collide with"], ["run into", "hit against; come into sudden contact with", "run into"], ["hit", "hit against; come into sudden contact with", "hit"]]}, {"answer": "imply", "hint": "synonyms for imply", "clues": [["incriminate", "suggest that someone is guilty", "incriminate"], ["inculpate", "suggest that someone is guilty", "inculpate"], ["connote", "express or state indirectly", "connote"], ["entail", "have as a logical consequence", "entail"], ["involve", "have as a necessary feature", "involve"], ["mean", "have as a logical consequence", "mean"]]}, {"answer": "impose", "hint": "synonyms for impose", "clues": [["inflict", "impose something unpleasant", "inflict"], ["enforce", "compel to behave in a certain way", "enforce"], ["levy", "impose and collect", "levy"], ["bring down", "impose something unpleasant", "bring down"], ["visit", "impose something unpleasant", "visit"]]}, {"answer": "impound", "hint": "synonyms for impound", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["seize", "take temporary possession of as a security, by legal authority", "seize"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"], ["pound", "place or shut up in a pound", "pound"], ["sequester", "take temporary possession of as a security, by legal authority", "sequester"]]}, {"answer": "imprecate", "hint": "synonyms for imprecate", "clues": [["maledict", "wish harm upon; invoke evil upon", "maledict"], ["swear", "utter obscenities or profanities", "swear"], ["bedamn", "wish harm upon; invoke evil upon", "bedamn"], ["curse", "wish harm upon; invoke evil upon", "curse"], ["beshrew", "wish harm upon; invoke evil upon", "beshrew"], ["damn", "wish harm upon; invoke evil upon", "damn"], ["anathemize", "wish harm upon; invoke evil upon", "anathemize"], ["cuss", "utter obscenities or profanities", "cuss"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "impregnate", "hint": "synonyms for impregnate", "clues": [["saturate", "infuse or fill completely", "saturate"], ["prang up", "make pregnant", "prang up"], ["knock up", "make pregnant", "knock up"], ["infuse", "fill, as with a certain quality", "infuse"], ["instill", "fill, as with a certain quality", "instill"], ["tincture", "fill, as with a certain quality", "tincture"], ["bang up", "make pregnant", "bang up"]]}, {"answer": "imprison", "hint": "synonyms for imprison", "clues": [["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "incarcerate", "hint": "synonyms for incarcerate", "clues": [["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "incite", "hint": "synonyms for incite", "clues": [["propel", "give an incentive for action", "propel"], ["prompt", "give an incentive for action", "prompt"], ["egg on", "urge on; cause to act", "egg on"], ["stir up", "provoke or stir up", "stir up"], ["prod", "urge on; cause to act", "prod"], ["instigate", "provoke or stir up", "instigate"], ["actuate", "give an incentive for action", "actuate"], ["set off", "provoke or stir up", "set off"], ["motivate", "give an incentive for action", "motivate"], ["move", "give an incentive for action", "move"]]}, {"answer": "inclose", "hint": "synonyms for inclose", "clues": [["insert", "introduce", "insert"], ["put in", "introduce", "put in"], ["introduce", "introduce", "introduce"], ["shut in", "surround completely", "shut in"], ["stick in", "introduce", "stick in"], ["enclose", "introduce", "enclose"], ["close in", "surround completely", "close in"]]}, {"answer": "incommode", "hint": "synonyms for incommode", "clues": [["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["put out", "to cause inconvenience or discomfort to", "put out"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["bother", "to cause inconvenience or discomfort to", "bother"]]}, {"answer": "incriminate", "hint": "synonyms for incriminate", "clues": [["inculpate", "suggest that someone is guilty", "inculpate"], ["impeach", "bring an accusation against; level a charge against", "impeach"], ["imply", "suggest that someone is guilty", "imply"], ["accuse", "bring an accusation against; level a charge against", "accuse"], ["criminate", "bring an accusation against; level a charge against", "criminate"]]}, {"answer": "incur", "hint": "synonyms for incur", "clues": [["obtain", "receive a specified treatment (abstract)", "obtain"], ["get", "receive a specified treatment (abstract)", "get"], ["find", "receive a specified treatment (abstract)", "find"], ["receive", "receive a specified treatment (abstract)", "receive"]]}, {"answer": "indicate", "hint": "synonyms for indicate", "clues": [["bespeak", "be a signal for or a symptom of", "bespeak"], ["point", "indicate a place, direction, person, or thing; either spatially or figuratively", "point"], ["betoken", "be a signal for or a symptom of", "betoken"], ["suggest", "suggest the necessity of an intervention; in medicine", "suggest"], ["show", "indicate a place, direction, person, or thing; either spatially or figuratively", "show"], ["designate", "indicate a place, direction, person, or thing; either spatially or figuratively", "designate"], ["signal", "be a signal for or a symptom of", "signal"], ["argue", "give evidence of", "argue"]]}, {"answer": "indorse", "hint": "synonyms for indorse", "clues": [["certify", "guarantee as meeting a certain standard", "certify"], ["second", "give support or one's approval to", "second"], ["endorse", "give support or one's approval to", "endorse"], ["back", "be behind; approve of", "back"], ["support", "be behind; approve of", "support"], ["plump for", "be behind; approve of", "plump for"], ["plunk for", "be behind; approve of", "plunk for"]]}, {"answer": "induce", "hint": "synonyms for induce", "clues": [["stimulate", "cause to do; cause to act in a specified manner", "stimulate"], ["make", "cause to do; cause to act in a specified manner", "make"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["rush", "cause to occur rapidly", "rush"], ["get", "cause to do; cause to act in a specified manner", "get"], ["hasten", "cause to occur rapidly", "hasten"], ["have", "cause to do; cause to act in a specified manner", "have"], ["induct", "produce electric current by electrostatic or magnetic processes", "induct"], ["bring on", "cause to arise", "bring on"]]}, {"answer": "induct", "hint": "synonyms for induct", "clues": [["initiate", "accept people into an exclusive society or group, usually with some rite", "initiate"], ["induce", "produce electric current by electrostatic or magnetic processes", "induce"], ["seat", "place ceremoniously or formally in an office or position", "seat"], ["invest", "place ceremoniously or formally in an office or position", "invest"]]}, {"answer": "indue", "hint": "synonyms for indue", "clues": [["empower", "give qualities or abilities to", "empower"], ["invest", "give qualities or abilities to", "invest"], ["gift", "give qualities or abilities to", "gift"], ["endow", "give qualities or abilities to", "endow"], ["endue", "give qualities or abilities to", "endue"]]}, {"answer": "indulge", "hint": "synonyms for indulge", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["pamper", "treat with excessive indulgence", "pamper"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["luxuriate", "enjoy to excess", "luxuriate"], ["cosset", "treat with excessive indulgence", "cosset"], ["pander", "yield (to); give satisfaction to", "pander"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"], ["gratify", "yield (to); give satisfaction to", "gratify"]]}, {"answer": "infer", "hint": "synonyms for infer", "clues": [["generalize", "draw from specific cases for more general cases", "generalize"], ["deduct", "reason by deduction; establish by deduction", "deduct"], ["deduce", "reason by deduction; establish by deduction", "deduce"], ["extrapolate", "draw from specific cases for more general cases", "extrapolate"], ["derive", "reason by deduction; establish by deduction", "derive"], ["guess", "guess correctly; solve by guessing", "guess"], ["understand", "believe to be the case", "understand"]]}, {"answer": "inflame", "hint": "synonyms for inflame", "clues": [["enkindle", "cause to start burning", "enkindle"], ["conflagrate", "cause to start burning", "conflagrate"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["stir up", "arouse or excite feelings and passions", "stir up"], ["wake", "arouse or excite feelings and passions", "wake"], ["heat", "arouse or excite feelings and passions", "heat"], ["fire up", "arouse or excite feelings and passions", "fire up"]]}, {"answer": "inflate", "hint": "synonyms for inflate", "clues": [["expand", "exaggerate or make bigger", "expand"], ["amplify", "exaggerate or make bigger", "amplify"], ["billow", "become inflated", "billow"], ["balloon", "become inflated", "balloon"], ["blow up", "fill with gas or air", "blow up"]]}, {"answer": "infract", "hint": "synonyms for infract", "clues": [["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["violate", "act in disregard of laws, rules, contracts, or promises", "violate"], ["break", "act in disregard of laws, rules, contracts, or promises", "break"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"]]}, {"answer": "infringe", "hint": "synonyms for infringe", "clues": [["contravene", "go against, as of rules and laws", "contravene"], ["impinge", "advance beyond the usual limit", "impinge"], ["conflict", "go against, as of rules and laws", "conflict"], ["run afoul", "go against, as of rules and laws", "run afoul"], ["encroach", "advance beyond the usual limit", "encroach"]]}, {"answer": "infuse", "hint": "synonyms for infuse", "clues": [["instill", "teach and impress by frequent repetitions or admonitions", "instill"], ["impregnate", "fill, as with a certain quality", "impregnate"], ["steep", "let sit in a liquid to extract a flavor or to cleanse", "steep"], ["tincture", "fill, as with a certain quality", "tincture"], ["inculcate", "teach and impress by frequent repetitions or admonitions", "inculcate"]]}, {"answer": "ingeminate", "hint": "synonyms for ingeminate", "clues": [["iterate", "to say, state, or perform again", "iterate"], ["retell", "to say, state, or perform again", "retell"], ["repeat", "to say, state, or perform again", "repeat"], ["restate", "to say, state, or perform again", "restate"]]}, {"answer": "ingest", "hint": "synonyms for ingest", "clues": [["take", "serve oneself to, or consume regularly", "take"], ["take in", "serve oneself to, or consume regularly", "take in"], ["absorb", "take up mentally", "absorb"], ["have", "serve oneself to, or consume regularly", "have"], ["consume", "serve oneself to, or consume regularly", "consume"], ["assimilate", "take up mentally", "assimilate"]]}, {"answer": "ingurgitate", "hint": "synonyms for ingurgitate", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "inhibit", "hint": "synonyms for inhibit", "clues": [["stamp down", "to put down by force or authority", "stamp down"], ["subdue", "to put down by force or authority", "subdue"], ["conquer", "to put down by force or authority", "conquer"], ["suppress", "control and refrain from showing; of emotions, desires, impulses, or behavior", "suppress"], ["curb", "to put down by force or authority", "curb"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior", "bottle up"]]}, {"answer": "inhume", "hint": "synonyms for inhume", "clues": [["lay to rest", "place in a grave or tomb", "lay to rest"], ["bury", "place in a grave or tomb", "bury"], ["entomb", "place in a grave or tomb", "entomb"], ["inter", "place in a grave or tomb", "inter"]]}, {"answer": "inject", "hint": "synonyms for inject", "clues": [["shoot", "give an injection to", "shoot"], ["put in", "to insert between other elements", "put in"], ["interject", "to insert between other elements", "interject"], ["interpose", "to insert between other elements", "interpose"], ["throw in", "to insert between other elements", "throw in"], ["come in", "to insert between other elements", "come in"]]}, {"answer": "injure", "hint": "synonyms for injure", "clues": [["wound", "hurt the feelings of", "wound"], ["spite", "hurt the feelings of", "spite"], ["offend", "hurt the feelings of", "offend"], ["bruise", "hurt the feelings of", "bruise"], ["hurt", "hurt the feelings of", "hurt"]]}, {"answer": "inquire", "hint": "synonyms for inquire", "clues": [["ask", "inquire about", "ask"], ["investigate", "conduct an inquiry or investigation of", "investigate"], ["enquire", "conduct an inquiry or investigation of", "enquire"], ["wonder", "have a wish or desire to know something", "wonder"]]}, {"answer": "inscribe", "hint": "synonyms for inscribe", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["enrol", "register formally as a participant or member", "enrol"], ["recruit", "register formally as a participant or member", "recruit"], ["enter", "register formally as a participant or member", "enter"], ["write in code", "convert ordinary language into code", "write in code"], ["grave", "carve, cut, or etch into a material or surface", "grave"], ["encrypt", "convert ordinary language into code", "encrypt"], ["autograph", "mark with one's signature", "autograph"], ["engrave", "carve, cut, or etch into a material or surface", "engrave"], ["cypher", "convert ordinary language into code", "cypher"], ["code", "convert ordinary language into code", "code"], ["scratch", "carve, cut, or etch into a material or surface", "scratch"]]}, {"answer": "inseminate", "hint": "synonyms for inseminate", "clues": [["fertilise", "introduce semen into (a female)", "fertilise"], ["sow in", "place seeds in or on (the ground)", "sow in"], ["fecundate", "introduce semen into (a female)", "fecundate"], ["sow", "place seeds in or on (the ground)", "sow"]]}, {"answer": "inspire", "hint": "synonyms for inspire", "clues": [["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["revolutionize", "fill with revolutionary ideas", "revolutionize"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["inhale", "draw in (air)", "inhale"], ["breathe in", "draw in (air)", "breathe in"], ["instigate", "serve as the inciting cause of", "instigate"], ["invigorate", "heighten or intensify", "invigorate"], ["prompt", "serve as the inciting cause of", "prompt"], ["animate", "heighten or intensify", "animate"], ["enliven", "heighten or intensify", "enliven"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "instal", "hint": "synonyms for instal", "clues": [["install", "set up for use", "install"], ["establish", "place", "establish"], ["set up", "place", "set up"], ["put in", "set up for use", "put in"]]}, {"answer": "install", "hint": "synonyms for install", "clues": [["instal", "set up for use", "instal"], ["establish", "place", "establish"], ["set up", "place", "set up"], ["put in", "set up for use", "put in"]]}, {"answer": "instigate", "hint": "synonyms for instigate", "clues": [["stir up", "provoke or stir up", "stir up"], ["prompt", "serve as the inciting cause of", "prompt"], ["inspire", "serve as the inciting cause of", "inspire"], ["incite", "provoke or stir up", "incite"], ["set off", "provoke or stir up", "set off"]]}, {"answer": "instill", "hint": "synonyms for instill", "clues": [["transfuse", "impart gradually", "transfuse"], ["ingrain", "produce or try to produce a vivid impression of", "ingrain"], ["impregnate", "fill, as with a certain quality", "impregnate"], ["infuse", "fill, as with a certain quality", "infuse"], ["instil", "enter drop by drop", "instil"], ["tincture", "fill, as with a certain quality", "tincture"], ["inculcate", "teach and impress by frequent repetitions or admonitions", "inculcate"], ["impress", "produce or try to produce a vivid impression of", "impress"]]}, {"answer": "institutionalise", "hint": "synonyms for institutionalise", "clues": [["charge", "cause to be admitted; of persons to an institution", "charge"], ["institutionalize", "cause to be admitted; of persons to an institution", "institutionalize"], ["commit", "cause to be admitted; of persons to an institution", "commit"], ["send", "cause to be admitted; of persons to an institution", "send"]]}, {"answer": "institutionalize", "hint": "synonyms for institutionalize", "clues": [["charge", "cause to be admitted; of persons to an institution", "charge"], ["send", "cause to be admitted; of persons to an institution", "send"], ["commit", "cause to be admitted; of persons to an institution", "commit"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"]]}, {"answer": "insure", "hint": "synonyms for insure", "clues": [["assure", "be careful or certain to do something; make certain of something", "assure"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["guarantee", "make certain of", "guarantee"], ["cover", "protect by insurance", "cover"], ["check", "be careful or certain to do something; make certain of something", "check"], ["secure", "make certain of", "secure"], ["see to it", "be careful or certain to do something; make certain of something", "see to it"], ["see", "be careful or certain to do something; make certain of something", "see"], ["underwrite", "protect by insurance", "underwrite"], ["control", "be careful or certain to do something; make certain of something", "control"]]}, {"answer": "intend", "hint": "synonyms for intend", "clues": [["stand for", "denote or connote", "stand for"], ["destine", "design or destine", "destine"], ["mean", "have in mind as a purpose", "mean"], ["signify", "denote or connote", "signify"], ["designate", "design or destine", "designate"], ["specify", "design or destine", "specify"], ["think", "have in mind as a purpose", "think"]]}, {"answer": "intensify", "hint": "synonyms for intensify", "clues": [["deepen", "make more intense, stronger, or more marked; ,", "deepen"], ["escalate", "increase in extent or intensity", "escalate"], ["heighten", "make more intense, stronger, or more marked; ,", "heighten"], ["step up", "increase in extent or intensity", "step up"], ["compound", "make more intense, stronger, or more marked; ,", "compound"]]}, {"answer": "inter", "hint": "synonyms for inter", "clues": [["inhume", "place in a grave or tomb", "inhume"], ["lay to rest", "place in a grave or tomb", "lay to rest"], ["bury", "place in a grave or tomb", "bury"], ["entomb", "place in a grave or tomb", "entomb"]]}, {"answer": "intercede", "hint": "synonyms for intercede", "clues": [["liaise", "act between parties with a view to reconciling differences", "liaise"], ["intermediate", "act between parties with a view to reconciling differences", "intermediate"], ["arbitrate", "act between parties with a view to reconciling differences", "arbitrate"], ["mediate", "act between parties with a view to reconciling differences", "mediate"]]}, {"answer": "interject", "hint": "synonyms for interject", "clues": [["inject", "to insert between other elements", "inject"], ["put in", "to insert between other elements", "put in"], ["interpose", "to insert between other elements", "interpose"], ["throw in", "to insert between other elements", "throw in"], ["come in", "to insert between other elements", "come in"]]}, {"answer": "interlace", "hint": "synonyms for interlace", "clues": [["enlace", "spin,wind, or twist together", "enlace"], ["lace", "spin,wind, or twist together", "lace"], ["lock", "hold in a locking position", "lock"], ["entwine", "spin,wind, or twist together", "entwine"], ["interlock", "hold in a locking position", "interlock"], ["twine", "spin,wind, or twist together", "twine"], ["intertwine", "spin,wind, or twist together", "intertwine"]]}, {"answer": "interpenetrate", "hint": "synonyms for interpenetrate", "clues": [["permeate", "spread or diffuse through", "permeate"], ["penetrate", "spread or diffuse through", "penetrate"], ["riddle", "spread or diffuse through", "riddle"], ["pervade", "spread or diffuse through", "pervade"], ["diffuse", "spread or diffuse through", "diffuse"], ["imbue", "spread or diffuse through", "imbue"]]}, {"answer": "interpose", "hint": "synonyms for interpose", "clues": [["inject", "to insert between other elements", "inject"], ["put in", "to insert between other elements", "put in"], ["interject", "to insert between other elements", "interject"], ["step in", "get involved, so as to alter or hinder an action, or through force or threat of force", "step in"], ["throw in", "to insert between other elements", "throw in"], ["interfere", "get involved, so as to alter or hinder an action, or through force or threat of force", "interfere"], ["intervene", "get involved, so as to alter or hinder an action, or through force or threat of force", "intervene"], ["come in", "to insert between other elements", "come in"]]}, {"answer": "interpret", "hint": "synonyms for interpret", "clues": [["render", "give an interpretation or rendition of", "render"], ["represent", "create an image or likeness of", "represent"], ["understand", "make sense of a language", "understand"], ["construe", "make sense of; assign a meaning to", "construe"], ["translate", "make sense of a language", "translate"], ["see", "make sense of; assign a meaning to", "see"], ["rede", "give an interpretation or explanation to", "rede"], ["read", "make sense of a language", "read"]]}, {"answer": "intertwine", "hint": "synonyms for intertwine", "clues": [["loop", "make a loop in", "loop"], ["enlace", "spin,wind, or twist together", "enlace"], ["lace", "spin,wind, or twist together", "lace"], ["entwine", "spin,wind, or twist together", "entwine"], ["twine", "spin,wind, or twist together", "twine"], ["tat", "make lacework by knotting or looping", "tat"], ["interlace", "spin,wind, or twist together", "interlace"]]}, {"answer": "intone", "hint": "synonyms for intone", "clues": [["chant", "utter monotonously and repetitively and rhythmically", "chant"], ["cantillate", "recite with musical intonation; recite as a chant or a psalm", "cantillate"], ["tone", "utter monotonously and repetitively and rhythmically", "tone"], ["intonate", "recite with musical intonation; recite as a chant or a psalm", "intonate"]]}, {"answer": "intoxicate", "hint": "synonyms for intoxicate", "clues": [["lift up", "fill with high spirits; fill with optimism", "lift up"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["inebriate", "make drunk (with alcoholic drinks)", "inebriate"], ["uplift", "fill with high spirits; fill with optimism", "uplift"], ["soak", "make drunk (with alcoholic drinks)", "soak"]]}, {"answer": "introduce", "hint": "synonyms for introduce", "clues": [["precede", "furnish with a preface or introduction", "precede"], ["insert", "introduce", "insert"], ["put in", "introduce", "put in"], ["bring out", "bring before the public for the first time, as of an actor, song, etc.", "bring out"], ["enter", "put or introduce into something", "enter"], ["innovate", "bring something new to an environment", "innovate"], ["infix", "put or introduce into something", "infix"], ["inclose", "introduce", "inclose"], ["preface", "furnish with a preface or introduction", "preface"], ["bring in", "bring in a new person or object into a familiar environment", "bring in"], ["stick in", "introduce", "stick in"], ["present", "cause to come to know personally", "present"], ["usher in", "be a precursor of", "usher in"], ["inaugurate", "be a precursor of", "inaugurate"], ["premise", "furnish with a preface or introduction", "premise"], ["acquaint", "cause to come to know personally", "acquaint"]]}, {"answer": "intrude", "hint": "synonyms for intrude", "clues": [["obtrude", "thrust oneself in as if by force", "obtrude"], ["trespass", "enter unlawfully on someone's property", "trespass"], ["nose", "search or inquire in a meddlesome way", "nose"], ["horn in", "search or inquire in a meddlesome way", "horn in"], ["pry", "search or inquire in a meddlesome way", "pry"], ["irrupt", "enter uninvited", "irrupt"], ["poke", "search or inquire in a meddlesome way", "poke"]]}, {"answer": "intrust", "hint": "synonyms for intrust", "clues": [["trust", "confer a trust upon", "trust"], ["confide", "confer a trust upon", "confide"], ["entrust", "confer a trust upon", "entrust"], ["commit", "confer a trust upon", "commit"]]}, {"answer": "intumesce", "hint": "synonyms for intumesce", "clues": [["swell", "expand abnormally", "swell"], ["tumefy", "expand abnormally", "tumefy"], ["tumesce", "expand abnormally", "tumesce"], ["swell up", "expand abnormally", "swell up"], ["bubble up", "move upwards in bubbles, as from the effect of heating; also used metaphorically", "bubble up"]]}, {"answer": "inunct", "hint": "synonyms for inunct", "clues": [["embrocate", "administer an oil or ointment to ; often in a religious ceremony of blessing", "embrocate"], ["anoint", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anoint"], ["anele", "administer an oil or ointment to ; often in a religious ceremony of blessing", "anele"], ["oil", "administer an oil or ointment to ; often in a religious ceremony of blessing", "oil"]]}, {"answer": "inundate", "hint": "synonyms for inundate", "clues": [["swamp", "fill quickly beyond capacity; as with a liquid", "swamp"], ["deluge", "fill quickly beyond capacity; as with a liquid", "deluge"], ["submerge", "fill or cover completely, usually with water", "submerge"], ["flood", "fill quickly beyond capacity; as with a liquid", "flood"]]}, {"answer": "invade", "hint": "synonyms for invade", "clues": [["intrude on", "to intrude upon, infringe, encroach on, violate", "intrude on"], ["occupy", "march aggressively into another's territory by military force for the purposes of conquest and occupation", "occupy"], ["infest", "occupy in large numbers or live on a host", "infest"], ["overrun", "occupy in large numbers or live on a host", "overrun"], ["obtrude upon", "to intrude upon, infringe, encroach on, violate", "obtrude upon"], ["encroach upon", "to intrude upon, infringe, encroach on, violate", "encroach upon"]]}, {"answer": "invalidate", "hint": "synonyms for invalidate", "clues": [["nullify", "declare invalid", "nullify"], ["annul", "declare invalid", "annul"], ["avoid", "declare invalid", "avoid"], ["vitiate", "take away the legal force of or render ineffective", "vitiate"], ["quash", "declare invalid", "quash"], ["cancel", "make invalid for use", "cancel"]]}, {"answer": "inveigle", "hint": "synonyms for inveigle", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"]]}, {"answer": "invent", "hint": "synonyms for invent", "clues": [["make up", "make up something artificial or untrue", "make up"], ["cook up", "make up something artificial or untrue", "cook up"], ["fabricate", "make up something artificial or untrue", "fabricate"], ["excogitate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "excogitate"], ["devise", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "devise"], ["contrive", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "contrive"], ["manufacture", "make up something artificial or untrue", "manufacture"], ["forge", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "forge"], ["formulate", "come up with (an idea, plan, explanation, theory, or principle) after a mental effort", "formulate"]]}, {"answer": "invest", "hint": "synonyms for invest", "clues": [["empower", "give qualities or abilities to", "empower"], ["clothe", "furnish with power or authority; of kings or emperors", "clothe"], ["put", "make an investment", "put"], ["gift", "give qualities or abilities to", "gift"], ["enthrone", "provide with power and authority", "enthrone"], ["vest", "provide with power and authority", "vest"], ["endue", "give qualities or abilities to", "endue"], ["seat", "place ceremoniously or formally in an office or position", "seat"], ["induct", "place ceremoniously or formally in an office or position", "induct"], ["commit", "make an investment", "commit"], ["indue", "give qualities or abilities to", "indue"], ["endow", "give qualities or abilities to", "endow"], ["adorn", "furnish with power or authority; of kings or emperors", "adorn"], ["place", "make an investment", "place"]]}, {"answer": "invigorate", "hint": "synonyms for invigorate", "clues": [["quicken", "give life or energy to", "quicken"], ["inspire", "heighten or intensify", "inspire"], ["liven up", "make lively", "liven up"], ["enliven", "make lively", "enliven"], ["liven", "make lively", "liven"], ["reinvigorate", "impart vigor, strength, or vitality to", "reinvigorate"], ["animate", "make lively", "animate"], ["exalt", "heighten or intensify", "exalt"]]}, {"answer": "invoke", "hint": "synonyms for invoke", "clues": [["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["appeal", "cite as an authority; resort to", "appeal"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["put forward", "summon into action or bring into existence, often as if by magic", "put forward"]]}, {"answer": "involve", "hint": "synonyms for involve", "clues": [["ask", "require as useful, just, or proper", "ask"], ["need", "require as useful, just, or proper", "need"], ["demand", "require as useful, just, or proper", "demand"], ["imply", "have as a necessary feature", "imply"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["require", "require as useful, just, or proper", "require"], ["call for", "require as useful, just, or proper", "call for"], ["take", "require as useful, just, or proper", "take"], ["affect", "connect closely and often incriminatingly", "affect"], ["regard", "connect closely and often incriminatingly", "regard"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "iron_out", "hint": "synonyms for iron out", "clues": [["press", "press and smooth with a heated iron", "press"], ["put right", "settle or put right", "put right"], ["straighten out", "settle or put right", "straighten out"], ["iron", "press and smooth with a heated iron", "iron"]]}, {"answer": "irritate", "hint": "synonyms for irritate", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "irrupt", "hint": "synonyms for irrupt", "clues": [["erupt", "erupt or intensify suddenly", "erupt"], ["explode", "increase rapidly and in an uncontrolled manner", "explode"], ["flare", "erupt or intensify suddenly", "flare"], ["break open", "erupt or intensify suddenly", "break open"], ["burst out", "erupt or intensify suddenly", "burst out"], ["intrude", "enter uninvited", "intrude"], ["flare up", "erupt or intensify suddenly", "flare up"]]}, {"answer": "isolate", "hint": "synonyms for isolate", "clues": [["sequester", "set apart from others", "sequester"], ["set apart", "set apart from others", "set apart"], ["insulate", "place or set apart", "insulate"], ["keep apart", "set apart from others", "keep apart"], ["sequestrate", "set apart from others", "sequestrate"]]}, {"answer": "iterate", "hint": "synonyms for iterate", "clues": [["reiterate", "to say, state, or perform again", "reiterate"], ["retell", "to say, state, or perform again", "retell"], ["repeat", "to say, state, or perform again", "repeat"], ["ingeminate", "to say, state, or perform again", "ingeminate"], ["restate", "to say, state, or perform again", "restate"]]}, {"answer": "jack_off", "hint": "synonyms for jack off", "clues": [["jerk off", "get sexual gratification through self-stimulation", "jerk off"], ["wank", "get sexual gratification through self-stimulation", "wank"], ["masturbate", "get sexual gratification through self-stimulation", "masturbate"], ["she-bop", "get sexual gratification through self-stimulation", "she-bop"], ["fuck off", "get sexual gratification through self-stimulation", "fuck off"]]}, {"answer": "jactitate", "hint": "synonyms for jactitate", "clues": [["thresh", "move or stir about violently", "thresh"], ["slash", "move or stir about violently", "slash"], ["thrash about", "move or stir about violently", "thrash about"], ["thrash", "move or stir about violently", "thrash"], ["convulse", "move or stir about violently", "convulse"], ["toss", "move or stir about violently", "toss"]]}, {"answer": "jampack", "hint": "synonyms for jampack", "clues": [["wad", "crowd or pack to capacity", "wad"], ["jam", "crowd or pack to capacity", "jam"], ["chock up", "crowd or pack to capacity", "chock up"], ["cram", "crowd or pack to capacity", "cram"]]}, {"answer": "jar_against", "hint": "synonyms for jar against", "clues": [["run into", "collide violently with an obstacle", "run into"], ["bump into", "collide violently with an obstacle", "bump into"], ["knock against", "collide violently with an obstacle", "knock against"], ["butt against", "collide violently with an obstacle", "butt against"]]}, {"answer": "jeopardise", "hint": "synonyms for jeopardise", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["jeopardize", "pose a threat to; present a danger to", "jeopardize"], ["menace", "pose a threat to; present a danger to", "menace"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["endanger", "pose a threat to; present a danger to", "endanger"], ["peril", "pose a threat to; present a danger to", "peril"]]}, {"answer": "jeopardize", "hint": "synonyms for jeopardize", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["venture", "put at risk", "venture"], ["menace", "pose a threat to; present a danger to", "menace"], ["threaten", "pose a threat to; present a danger to", "threaten"], ["jeopardise", "pose a threat to; present a danger to", "jeopardise"], ["peril", "pose a threat to; present a danger to", "peril"], ["hazard", "put at risk", "hazard"], ["stake", "put at risk", "stake"], ["endanger", "pose a threat to; present a danger to", "endanger"]]}, {"answer": "jerk_off", "hint": "synonyms for jerk off", "clues": [["wank", "get sexual gratification through self-stimulation", "wank"], ["masturbate", "get sexual gratification through self-stimulation", "masturbate"], ["jack off", "get sexual gratification through self-stimulation", "jack off"], ["she-bop", "get sexual gratification through self-stimulation", "she-bop"], ["fuck off", "get sexual gratification through self-stimulation", "fuck off"]]}, {"answer": "jest_at", "hint": "synonyms for jest at", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "jollify", "hint": "synonyms for jollify", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "wassail"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make whoopie"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "whoop it up"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make happy"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "racket"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "revel"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make merry"]]}, {"answer": "josh", "hint": "synonyms for josh", "clues": [["jolly", "be silly or tease one another", "jolly"], ["kid", "be silly or tease one another", "kid"], ["chaff", "be silly or tease one another", "chaff"], ["banter", "be silly or tease one another", "banter"]]}, {"answer": "jubilate", "hint": "synonyms for jubilate", "clues": [["rejoice", "to express great joy", "rejoice"], ["triumph", "to express great joy", "triumph"], ["exuberate", "to express great joy", "exuberate"], ["exult", "to express great joy", "exult"]]}, {"answer": "jump_on", "hint": "synonyms for jump on", "clues": [["get on", "get up on the back of", "get on"], ["hop on", "get up on the back of", "hop on"], ["bestride", "get up on the back of", "bestride"], ["climb on", "get up on the back of", "climb on"], ["mount", "get up on the back of", "mount"], ["mount up", "get up on the back of", "mount up"]]}, {"answer": "jump_out", "hint": "synonyms for jump out", "clues": [["stand out", "be highly noticeable", "stand out"], ["jump", "be highly noticeable", "jump"], ["stick out", "be highly noticeable", "stick out"], ["leap out", "be highly noticeable", "leap out"]]}, {"answer": "justify", "hint": "synonyms for justify", "clues": [["excuse", "defend, explain, clear away, or make excuses for by reasoning", "excuse"], ["free", "let off the hook", "free"], ["warrant", "show to be reasonable or provide adequate ground for", "warrant"], ["apologise", "defend, explain, clear away, or make excuses for by reasoning", "apologise"], ["rationalise", "defend, explain, clear away, or make excuses for by reasoning", "rationalise"], ["absolve", "let off the hook", "absolve"], ["vindicate", "show to be right by providing justification or proof", "vindicate"]]}, {"answer": "jut_out", "hint": "synonyms for jut out", "clues": [["jut", "extend out or project in space", "jut"], ["protrude", "extend out or project in space", "protrude"], ["project", "extend out or project in space", "project"], ["stick out", "extend out or project in space", "stick out"]]}, {"answer": "keep_an_eye_on", "hint": "synonyms for keep an eye on", "clues": [["watch", "follow with the eyes or the mind", "watch"], ["follow", "follow with the eyes or the mind", "follow"], ["observe", "follow with the eyes or the mind", "observe"], ["watch over", "follow with the eyes or the mind", "watch over"]]}, {"answer": "keep_apart", "hint": "synonyms for keep apart", "clues": [["sequester", "set apart from others", "sequester"], ["isolate", "set apart from others", "isolate"], ["set apart", "set apart from others", "set apart"], ["sequestrate", "set apart from others", "sequestrate"]]}, {"answer": "keep_back", "hint": "synonyms for keep back", "clues": [["withhold", "hold back; refuse to hand over or share", "withhold"], ["hold", "secure and keep for possible future use or application", "hold"], ["restrain", "keep under control; keep in check", "restrain"], ["keep", "keep under control; keep in check", "keep"], ["hold back", "secure and keep for possible future use or application", "hold back"]]}, {"answer": "keep_down", "hint": "synonyms for keep down", "clues": [["subdue", "put down by force or intimidation", "subdue"], ["repress", "put down by force or intimidation", "repress"], ["quash", "put down by force or intimidation", "quash"], ["subjugate", "put down by force or intimidation", "subjugate"], ["number", "place a limit on the number of", "number"], ["reduce", "put down by force or intimidation", "reduce"]]}, {"answer": "keep_going", "hint": "synonyms for keep going", "clues": [["bridge over", "suffice for a period between two points", "bridge over"], ["tide over", "suffice for a period between two points", "tide over"], ["patronise", "be a regular customer or client of", "patronise"], ["patronage", "be a regular customer or client of", "patronage"], ["support", "be a regular customer or client of", "support"], ["run on", "continue uninterrupted", "run on"]]}, {"answer": "keep_mum", "hint": "synonyms for keep mum", "clues": [["button up", "refuse to talk or stop talking; fall silent", "button up"], ["belt up", "refuse to talk or stop talking; fall silent", "belt up"], ["close up", "refuse to talk or stop talking; fall silent", "close up"], ["shut up", "refuse to talk or stop talking; fall silent", "shut up"], ["be quiet", "refuse to talk or stop talking; fall silent", "be quiet"], ["dummy up", "refuse to talk or stop talking; fall silent", "dummy up"], ["clam up", "refuse to talk or stop talking; fall silent", "clam up"]]}, {"answer": "keep_one's_distance", "hint": "synonyms for keep one's distance", "clues": [["keep one's eyes off", "stay clear of, avoid", "keep one's eyes off"], ["stay away", "stay clear of, avoid", "stay away"], ["keep one's hands off", "stay clear of, avoid", "keep one's hands off"], ["stand back", "stay clear of, avoid", "stand back"]]}, {"answer": "keep_one's_eyes_off", "hint": "synonyms for keep one's eyes off", "clues": [["keep one's distance", "stay clear of, avoid", "keep one's distance"], ["stay away", "stay clear of, avoid", "stay away"], ["keep one's hands off", "stay clear of, avoid", "keep one's hands off"], ["stand back", "stay clear of, avoid", "stand back"]]}, {"answer": "keep_one's_hands_off", "hint": "synonyms for keep one's hands off", "clues": [["keep one's distance", "stay clear of, avoid", "keep one's distance"], ["keep one's eyes off", "stay clear of, avoid", "keep one's eyes off"], ["stay away", "stay clear of, avoid", "stay away"], ["stand back", "stay clear of, avoid", "stand back"]]}, {"answer": "keep_one's_nose_to_the_grindstone", "hint": "synonyms for keep one's nose to the grindstone", "clues": [["peg away", "work doggedly or persistently", "peg away"], ["keep one's shoulder to the wheel", "work doggedly or persistently", "keep one's shoulder to the wheel"], ["slog", "work doggedly or persistently", "slog"], ["plug away", "work doggedly or persistently", "plug away"]]}, {"answer": "keep_one's_shoulder_to_the_wheel", "hint": "synonyms for keep one's shoulder to the wheel", "clues": [["peg away", "work doggedly or persistently", "peg away"], ["slog", "work doggedly or persistently", "slog"], ["keep one's nose to the grindstone", "work doggedly or persistently", "keep one's nose to the grindstone"], ["plug away", "work doggedly or persistently", "plug away"]]}, {"answer": "keep_up", "hint": "synonyms for keep up", "clues": [["keep abreast", "keep informed", "keep abreast"], ["sustain", "lengthen or extend in duration or space", "sustain"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction", "conserve"], ["prolong", "lengthen or extend in duration or space", "prolong"], ["follow", "keep informed", "follow"], ["maintain", "keep in safety and protect from harm, decay, loss, or destruction", "maintain"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"]]}, {"answer": "key_out", "hint": "synonyms for key out", "clues": [["key", "identify as in botany or biology, for example", "key"], ["distinguish", "identify as in botany or biology, for example", "distinguish"], ["discover", "identify as in botany or biology, for example", "discover"], ["describe", "identify as in botany or biology, for example", "describe"], ["identify", "identify as in botany or biology, for example", "identify"], ["name", "identify as in botany or biology, for example", "name"]]}, {"answer": "kick_downstairs", "hint": "synonyms for kick downstairs", "clues": [["relegate", "assign to a lower position; reduce in rank", "relegate"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["break", "assign to a lower position; reduce in rank", "break"], ["demote", "assign to a lower position; reduce in rank", "demote"]]}, {"answer": "kick_in", "hint": "synonyms for kick in", "clues": [["set in", "enter a particular state", "set in"], ["chip in", "contribute to some cause", "chip in"], ["give", "contribute to some cause", "give"], ["contribute", "contribute to some cause", "contribute"], ["kick down", "open violently", "kick down"]]}, {"answer": "kick_out", "hint": "synonyms for kick out", "clues": [["boot out", "remove from a position or office", "boot out"], ["oust", "remove from a position or office", "oust"], ["drum out", "remove from a position or office", "drum out"], ["throw out", "force to leave or move out", "throw out"], ["expel", "force to leave or move out", "expel"]]}, {"answer": "kick_the_bucket", "hint": "synonyms for kick the bucket", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "kick_upstairs", "hint": "synonyms for kick upstairs", "clues": [["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["raise", "give a promotion to or assign to a higher position", "raise"], ["elevate", "give a promotion to or assign to a higher position", "elevate"], ["promote", "give a promotion to or assign to a higher position", "promote"], ["advance", "give a promotion to or assign to a higher position", "advance"]]}, {"answer": "kindle", "hint": "synonyms for kindle", "clues": [["enkindle", "cause to start burning", "enkindle"], ["provoke", "call forth (emotions, feelings, and responses)", "provoke"], ["conflagrate", "cause to start burning", "conflagrate"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["inflame", "catch fire", "inflame"], ["evoke", "call forth (emotions, feelings, and responses)", "evoke"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["fire", "call forth (emotions, feelings, and responses)", "fire"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"]]}, {"answer": "kink_up", "hint": "synonyms for kink up", "clues": [["frizzle", "curl tightly", "frizzle"], ["crimp", "curl tightly", "crimp"], ["crape", "curl tightly", "crape"], ["kink", "curl tightly", "kink"], ["frizz", "curl tightly", "frizz"]]}, {"answer": "kip_down", "hint": "synonyms for kip down", "clues": [["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["hit the sack", "prepare for sleep", "hit the sack"], ["bed", "prepare for sleep", "bed"], ["crawl in", "prepare for sleep", "crawl in"], ["go to sleep", "prepare for sleep", "go to sleep"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["hit the hay", "prepare for sleep", "hit the hay"]]}, {"answer": "knap", "hint": "synonyms for knap", "clues": [["cut off", "break a small piece off from", "cut off"], ["rap", "strike sharply", "rap"], ["chip", "break a small piece off from", "chip"], ["break off", "break a small piece off from", "break off"]]}, {"answer": "knock_about", "hint": "synonyms for knock about", "clues": [["batter", "strike against forcefully", "batter"], ["buffet", "strike against forcefully", "buffet"], ["kick around", "be around; be alive or active", "kick around"], ["kick about", "be around; be alive or active", "kick about"]]}, {"answer": "knock_against", "hint": "synonyms for knock against", "clues": [["jar against", "collide violently with an obstacle", "jar against"], ["bump into", "collide violently with an obstacle", "bump into"], ["run into", "collide violently with an obstacle", "run into"], ["butt against", "collide violently with an obstacle", "butt against"]]}, {"answer": "knock_down", "hint": "synonyms for knock down", "clues": [["pull down", "cause to come or go down", "pull down"], ["floor", "knock down with force", "floor"], ["dump", "knock down with force", "dump"], ["deck", "knock down with force", "deck"], ["blast", "shatter as if by explosion", "blast"], ["push down", "cause to come or go down", "push down"], ["cut down", "cause to come or go down", "cut down"], ["coldcock", "knock down with force", "coldcock"], ["down", "cause to come or go down", "down"]]}, {"answer": "knock_off", "hint": "synonyms for knock off", "clues": [["glom", "take by theft", "glom"], ["thieve", "take by theft", "thieve"], ["hook", "take by theft", "hook"], ["neutralise", "get rid of (someone who may be a threat) by killing", "neutralise"], ["toss off", "write quickly", "toss off"], ["scratch off", "write quickly", "scratch off"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["cop", "take by theft", "cop"], ["waste", "get rid of (someone who may be a threat) by killing", "waste"], ["snitch", "take by theft", "snitch"], ["dash off", "write quickly", "dash off"], ["drop", "stop pursuing or acting", "drop"], ["fling off", "write quickly", "fling off"], ["shave", "cut the price of", "shave"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"]]}, {"answer": "knock_over", "hint": "synonyms for knock over", "clues": [["tip over", "cause to overturn from an upright or normal position", "tip over"], ["turn over", "cause to overturn from an upright or normal position", "turn over"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["tump over", "cause to overturn from an upright or normal position", "tump over"], ["upset", "cause to overturn from an upright or normal position", "upset"], ["overturn", "cause to overturn from an upright or normal position", "overturn"]]}, {"answer": "know_the_score", "hint": "synonyms for know the score", "clues": [["be on the ball", "be well-informed", "be on the ball"], ["know what's what", "be well-informed", "know what's what"], ["know what's going on", "be well-informed", "know what's going on"], ["be with it", "be well-informed", "be with it"]]}, {"answer": "know_what's_going_on", "hint": "synonyms for know what's going on", "clues": [["be on the ball", "be well-informed", "be on the ball"], ["know what's what", "be well-informed", "know what's what"], ["know the score", "be well-informed", "know the score"], ["be with it", "be well-informed", "be with it"]]}, {"answer": "know_what's_what", "hint": "synonyms for know what's what", "clues": [["be on the ball", "be well-informed", "be on the ball"], ["know the score", "be well-informed", "know the score"], ["know what's going on", "be well-informed", "know what's going on"], ["be with it", "be well-informed", "be with it"]]}, {"answer": "knuckle_under", "hint": "synonyms for knuckle under", "clues": [["buckle under", "consent reluctantly", "buckle under"], ["give in", "consent reluctantly", "give in"], ["succumb", "consent reluctantly", "succumb"], ["yield", "consent reluctantly", "yield"]]}, {"answer": "lade", "hint": "synonyms for lade", "clues": [["laden", "remove with or as if with a ladle", "laden"], ["ladle", "remove with or as if with a ladle", "ladle"], ["load", "fill or place a load on", "load"], ["load up", "fill or place a load on", "load up"]]}, {"answer": "lallygag", "hint": "synonyms for lallygag", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["loiter", "be about", "loiter"], ["linger", "be about", "linger"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "lam_into", "hint": "synonyms for lam into", "clues": [["pitch into", "hit violently, as in an attack", "pitch into"], ["lace into", "hit violently, as in an attack", "lace into"], ["lay into", "hit violently, as in an attack", "lay into"], ["tear into", "hit violently, as in an attack", "tear into"]]}, {"answer": "lambast", "hint": "synonyms for lambast", "clues": [["flog", "beat with a cane", "flog"], ["cane", "beat with a cane", "cane"], ["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "beat with a cane", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "lambaste", "hint": "synonyms for lambaste", "clues": [["flog", "beat with a cane", "flog"], ["cane", "beat with a cane", "cane"], ["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["lambast", "beat with a cane", "lambast"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"]]}, {"answer": "land_up", "hint": "synonyms for land up", "clues": [["earth up", "block with earth, as after a landslide", "earth up"], ["fetch up", "finally be or do something", "fetch up"], ["finish up", "finally be or do something", "finish up"], ["end up", "finally be or do something", "end up"], ["wind up", "finally be or do something", "wind up"], ["finish", "finally be or do something", "finish"]]}, {"answer": "languish", "hint": "synonyms for languish", "clues": [["yen", "have a desire for something or someone who is not present", "yen"], ["pine", "have a desire for something or someone who is not present", "pine"], ["fade", "become feeble", "fade"], ["ache", "have a desire for something or someone who is not present", "ache"], ["pine away", "lose vigor, health, or flesh, as through grief", "pine away"], ["yearn", "have a desire for something or someone who is not present", "yearn"], ["waste", "lose vigor, health, or flesh, as through grief", "waste"]]}, {"answer": "lark_about", "hint": "synonyms for lark about", "clues": [["frisk", "play boisterously", "frisk"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "lash_out", "hint": "synonyms for lash out", "clues": [["attack", "attack in speech or writing", "attack"], ["snipe", "attack in speech or writing", "snipe"], ["round", "attack in speech or writing", "round"], ["assault", "attack in speech or writing", "assault"], ["assail", "attack in speech or writing", "assail"]]}, {"answer": "latch_on", "hint": "synonyms for latch on", "clues": [["hook on", "adopt", "hook on"], ["get onto", "understand, usually after some initial difficulty", "get onto"], ["get it", "understand, usually after some initial difficulty", "get it"], ["catch on", "understand, usually after some initial difficulty", "catch on"], ["get wise", "understand, usually after some initial difficulty", "get wise"], ["fasten on", "adopt", "fasten on"], ["take up", "adopt", "take up"], ["twig", "understand, usually after some initial difficulty", "twig"], ["tumble", "understand, usually after some initial difficulty", "tumble"], ["cotton on", "understand, usually after some initial difficulty", "cotton on"], ["seize on", "adopt", "seize on"]]}, {"answer": "laud", "hint": "synonyms for laud", "clues": [["proclaim", "praise, glorify, or honor", "proclaim"], ["exalt", "praise, glorify, or honor", "exalt"], ["extol", "praise, glorify, or honor", "extol"], ["glorify", "praise, glorify, or honor", "glorify"]]}, {"answer": "laugh_at", "hint": "synonyms for laugh at", "clues": [["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "lay_away", "hint": "synonyms for lay away", "clues": [["squirrel away", "save up as for future use", "squirrel away"], ["hive up", "save up as for future use", "hive up"], ["cache", "save up as for future use", "cache"], ["hoard", "save up as for future use", "hoard"], ["stash", "save up as for future use", "stash"]]}, {"answer": "lay_in", "hint": "synonyms for lay in", "clues": [["stash away", "keep or lay aside for future use", "stash away"], ["stack away", "keep or lay aside for future use", "stack away"], ["salt away", "keep or lay aside for future use", "salt away"], ["hive away", "keep or lay aside for future use", "hive away"], ["put in", "keep or lay aside for future use", "put in"], ["store", "keep or lay aside for future use", "store"]]}, {"answer": "lay_into", "hint": "synonyms for lay into", "clues": [["pitch into", "hit violently, as in an attack", "pitch into"], ["lam into", "hit violently, as in an attack", "lam into"], ["lace into", "hit violently, as in an attack", "lace into"], ["tear into", "hit violently, as in an attack", "tear into"]]}, {"answer": "lay_off", "hint": "synonyms for lay off", "clues": [["furlough", "dismiss, usually for economic reasons", "furlough"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["cease", "put an end to a state or an activity", "cease"], ["stop", "put an end to a state or an activity", "stop"], ["quit", "put an end to a state or an activity", "quit"], ["give up", "put an end to a state or an activity", "give up"]]}, {"answer": "lay_out", "hint": "synonyms for lay out", "clues": [["present", "bring forward and present to the mind", "present"], ["set out", "lay out orderly or logically in a line or as if in a line", "set out"], ["set", "get ready for a particular purpose or event", "set"], ["range", "lay out orderly or logically in a line or as if in a line", "range"], ["array", "lay out orderly or logically in a line or as if in a line", "array"], ["set up", "get ready for a particular purpose or event", "set up"]]}, {"answer": "lay_to_rest", "hint": "synonyms for lay to rest", "clues": [["inhume", "place in a grave or tomb", "inhume"], ["bury", "place in a grave or tomb", "bury"], ["entomb", "place in a grave or tomb", "entomb"], ["inter", "place in a grave or tomb", "inter"]]}, {"answer": "lay_waste_to", "hint": "synonyms for lay waste to", "clues": [["scourge", "cause extensive destruction or ruin utterly", "scourge"], ["desolate", "cause extensive destruction or ruin utterly", "desolate"], ["ravage", "cause extensive destruction or ruin utterly", "ravage"], ["devastate", "cause extensive destruction or ruin utterly", "devastate"], ["waste", "cause extensive destruction or ruin utterly", "waste"]]}, {"answer": "lead_astray", "hint": "synonyms for lead astray", "clues": [["deceive", "cause someone to believe an untruth", "deceive"], ["misdirect", "lead someone in the wrong direction or give someone wrong directions", "misdirect"], ["misguide", "lead someone in the wrong direction or give someone wrong directions", "misguide"], ["betray", "cause someone to believe an untruth", "betray"], ["mislead", "lead someone in the wrong direction or give someone wrong directions", "mislead"], ["lead off", "teach immoral behavior to", "lead off"]]}, {"answer": "lead_by_the_nose", "hint": "synonyms for lead by the nose", "clues": [["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "bamboozle"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "snow"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "play false"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "pull the wool over someone's eyes"], ["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "hoodwink"]]}, {"answer": "lead_off", "hint": "synonyms for lead off", "clues": [["start", "set in motion, cause to start", "start"], ["commence", "set in motion, cause to start", "commence"], ["begin", "set in motion, cause to start", "begin"], ["lead astray", "teach immoral behavior to", "lead astray"]]}, {"answer": "leap_out", "hint": "synonyms for leap out", "clues": [["jump", "be highly noticeable", "jump"], ["stick out", "be highly noticeable", "stick out"], ["sally out", "jump out from a hiding place and surprise (someone)", "sally out"], ["rush out", "jump out from a hiding place and surprise (someone)", "rush out"], ["stand out", "be highly noticeable", "stand out"], ["jump out", "be highly noticeable", "jump out"], ["burst forth", "jump out from a hiding place and surprise (someone)", "burst forth"]]}, {"answer": "learn", "hint": "synonyms for learn", "clues": [["check", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "check"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["memorise", "commit to memory; learn by heart", "memorise"], ["teach", "impart skills or knowledge to", "teach"], ["take", "be a student of a certain subject", "take"], ["acquire", "gain knowledge or skills", "acquire"], ["ascertain", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "ascertain"], ["watch", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "watch"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["determine", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "determine"], ["instruct", "impart skills or knowledge to", "instruct"], ["see", "find out, learn, or determine with certainty, usually by making an inquiry or other effort", "see"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["con", "commit to memory; learn by heart", "con"], ["pick up", "get to know or become aware of, usually accidentally", "pick up"], ["study", "be a student of a certain subject", "study"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["larn", "gain knowledge or skills", "larn"], ["read", "be a student of a certain subject", "read"]]}, {"answer": "leave_off", "hint": "synonyms for leave off", "clues": [["exclude", "prevent from being included or considered or accepted", "exclude"], ["except", "prevent from being included or considered or accepted", "except"], ["omit", "prevent from being included or considered or accepted", "omit"], ["leave out", "prevent from being included or considered or accepted", "leave out"], ["take out", "prevent from being included or considered or accepted", "take out"]]}, {"answer": "leave_out", "hint": "synonyms for leave out", "clues": [["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["exclude", "prevent from being included or considered or accepted", "exclude"], ["neglect", "leave undone or leave out", "neglect"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["pretermit", "leave undone or leave out", "pretermit"], ["miss", "leave undone or leave out", "miss"], ["except", "prevent from being included or considered or accepted", "except"], ["leave off", "prevent from being included or considered or accepted", "leave off"], ["take out", "prevent from being included or considered or accepted", "take out"]]}, {"answer": "legalise", "hint": "synonyms for legalise", "clues": [["legitimatize", "make legal", "legitimatize"], ["decriminalise", "make legal", "decriminalise"], ["legitimise", "make legal", "legitimise"], ["legalize", "make legal", "legalize"]]}, {"answer": "legalize", "hint": "synonyms for legalize", "clues": [["legitimatize", "make legal", "legitimatize"], ["decriminalise", "make legal", "decriminalise"], ["legitimise", "make legal", "legitimise"], ["legalise", "make legal", "legalise"]]}, {"answer": "legitimatise", "hint": "synonyms for legitimatise", "clues": [["legitimatize", "make legal", "legitimatize"], ["decriminalise", "make legal", "decriminalise"], ["legitimise", "make legal", "legitimise"], ["legalise", "make legal", "legalise"]]}, {"answer": "legitimatize", "hint": "synonyms for legitimatize", "clues": [["legitimize", "make legal", "legitimize"], ["decriminalise", "make legal", "decriminalise"], ["legitimatise", "make legal", "legitimatise"], ["legalise", "make legal", "legalise"]]}, {"answer": "legitimize", "hint": "synonyms for legitimize", "clues": [["legitimatize", "make legal", "legitimatize"], ["decriminalise", "make legal", "decriminalise"], ["legitimise", "make legal", "legitimise"], ["legalise", "make legal", "legalise"]]}, {"answer": "lend", "hint": "synonyms for lend", "clues": [["impart", "bestow a quality on", "impart"], ["add", "bestow a quality on", "add"], ["loan", "give temporarily; let have for a limited time", "loan"], ["contribute", "bestow a quality on", "contribute"], ["bring", "bestow a quality on", "bring"], ["bestow", "bestow a quality on", "bestow"]]}, {"answer": "lenify", "hint": "synonyms for lenify", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"]]}, {"answer": "lessen", "hint": "synonyms for lessen", "clues": [["decrease", "decrease in size, extent, or range", "decrease"], ["minify", "make smaller", "minify"], ["subside", "wear off or die down", "subside"], ["diminish", "decrease in size, extent, or range", "diminish"], ["fall", "decrease in size, extent, or range", "fall"]]}, {"answer": "let_down", "hint": "synonyms for let down", "clues": [["take down", "move something or somebody to a lower position", "take down"], ["lower", "move something or somebody to a lower position", "lower"], ["disappoint", "fail to meet the hopes or expectations of", "disappoint"], ["bring down", "move something or somebody to a lower position", "bring down"], ["get down", "move something or somebody to a lower position", "get down"]]}, {"answer": "let_in", "hint": "synonyms for let in", "clues": [["include", "allow participation in or the right to be part of; permit to exercise the rights, functions, and responsibilities of", "include"], ["allow in", "allow to enter; grant entry to", "allow in"], ["intromit", "allow to enter; grant entry to", "intromit"], ["admit", "allow to enter; grant entry to", "admit"]]}, {"answer": "let_loose", "hint": "synonyms for let loose", "clues": [["loose", "turn loose or free from restraint", "loose"], ["emit", "express audibly; utter sounds (not necessarily words)", "emit"], ["utter", "express audibly; utter sounds (not necessarily words)", "utter"], ["let out", "express audibly; utter sounds (not necessarily words)", "let out"], ["unleash", "turn loose or free from restraint", "unleash"]]}, {"answer": "let_on", "hint": "synonyms for let on", "clues": [["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"]]}, {"answer": "let_out", "hint": "synonyms for let out", "clues": [["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["bring out", "bring out of a specific state", "bring out"], ["emit", "express audibly; utter sounds (not necessarily words)", "emit"], ["let loose", "express audibly; utter sounds (not necessarily words)", "let loose"], ["utter", "express audibly; utter sounds (not necessarily words)", "utter"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["widen", "make (clothes) larger", "widen"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"]]}, {"answer": "let_the_cat_out_of_the_bag", "hint": "synonyms for let the cat out of the bag", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["sing", "divulge confidential information or secrets", "sing"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "let_up", "hint": "synonyms for let up", "clues": [["slack off", "become less in amount or intensity", "slack off"], ["ease up", "reduce pressure or intensity", "ease up"], ["ease off", "reduce pressure or intensity", "ease off"], ["die away", "become less in amount or intensity", "die away"], ["slack", "become less in amount or intensity", "slack"], ["abate", "become less in amount or intensity", "abate"]]}, {"answer": "liaise", "hint": "synonyms for liaise", "clues": [["mediate", "act between parties with a view to reconciling differences", "mediate"], ["intermediate", "act between parties with a view to reconciling differences", "intermediate"], ["arbitrate", "act between parties with a view to reconciling differences", "arbitrate"], ["intercede", "act between parties with a view to reconciling differences", "intercede"]]}, {"answer": "liberate", "hint": "synonyms for liberate", "clues": [["unloose", "grant freedom to; free from confinement", "unloose"], ["emancipate", "give equal rights to; of women and minorities", "emancipate"], ["free", "release (gas or energy) as a result of a chemical reaction or physical decomposition", "free"], ["set free", "grant freedom to", "set free"], ["release", "grant freedom to; free from confinement", "release"], ["loose", "grant freedom to; free from confinement", "loose"]]}, {"answer": "lie_in_wait", "hint": "synonyms for lie in wait", "clues": [["bushwhack", "wait in hiding to attack", "bushwhack"], ["lurk", "wait in hiding to attack", "lurk"], ["scupper", "wait in hiding to attack", "scupper"], ["ambush", "wait in hiding to attack", "ambush"], ["ambuscade", "wait in hiding to attack", "ambuscade"], ["waylay", "wait in hiding to attack", "waylay"]]}, {"answer": "lie_with", "hint": "synonyms for lie with", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "lift_out", "hint": "synonyms for lift out", "clues": [["scoop out", "take out or up with or as if with a scoop", "scoop out"], ["take up", "take out or up with or as if with a scoop", "take up"], ["scoop", "take out or up with or as if with a scoop", "scoop"], ["scoop up", "take out or up with or as if with a scoop", "scoop up"]]}, {"answer": "lift_up", "hint": "synonyms for lift up", "clues": [["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["pick up", "fill with high spirits; fill with optimism", "pick up"], ["gather up", "take and lift upward", "gather up"], ["uplift", "fill with high spirits; fill with optimism", "uplift"]]}, {"answer": "light_up", "hint": "synonyms for light up", "clues": [["clear", "become clear", "clear"], ["brighten", "become clear", "brighten"], ["light", "begin to smoke", "light"], ["illume", "make lighter or brighter", "illume"], ["illuminate", "make lighter or brighter", "illuminate"], ["clear up", "become clear", "clear up"], ["fire up", "begin to smoke", "fire up"]]}, {"answer": "light_upon", "hint": "synonyms for light upon", "clues": [["happen upon", "find unexpectedly", "happen upon"], ["chance upon", "find unexpectedly", "chance upon"], ["fall upon", "find unexpectedly", "fall upon"], ["attain", "find unexpectedly", "attain"], ["discover", "find unexpectedly", "discover"], ["come across", "find unexpectedly", "come across"], ["come upon", "find unexpectedly", "come upon"], ["strike", "find unexpectedly", "strike"]]}, {"answer": "lighten", "hint": "synonyms for lighten", "clues": [["lighten up", "make more cheerful", "lighten up"], ["buoy up", "make more cheerful", "buoy up"], ["brighten", "make lighter or brighter", "brighten"], ["relieve", "alleviate or remove (pressure or stress) or make less oppressive", "relieve"]]}, {"answer": "limn", "hint": "synonyms for limn", "clues": [["outline", "trace the shape of", "outline"], ["depict", "make a portrait of", "depict"], ["portray", "make a portrait of", "portray"], ["delineate", "trace the shape of", "delineate"]]}, {"answer": "line_up", "hint": "synonyms for line up", "clues": [["dress", "arrange in ranks", "dress"], ["queue up", "form a queue, form a line, stand in line", "queue up"], ["come up", "get something or somebody for a specific purpose", "come up"], ["find", "get something or somebody for a specific purpose", "find"], ["adjust", "place in a line or arrange so as to be parallel or straight", "adjust"], ["align", "place in a line or arrange so as to be parallel or straight", "align"], ["queue", "form a queue, form a line, stand in line", "queue"], ["aline", "place in a line or arrange so as to be parallel or straight", "aline"], ["get hold", "get something or somebody for a specific purpose", "get hold"]]}, {"answer": "linger", "hint": "synonyms for linger", "clues": [["tarry", "leave slowly and hesitantly", "tarry"], ["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["dawdle", "take one's time; proceed slowly", "dawdle"], ["lounge", "be about", "lounge"], ["hover", "move to and fro", "hover"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "link_up", "hint": "synonyms for link up", "clues": [["connect", "make a logical or causal connection", "connect"], ["associate", "make a logical or causal connection", "associate"], ["tie", "connect, fasten, or put together two or more pieces", "tie"], ["join", "be or become joined or united or linked", "join"], ["link", "be or become joined or united or linked", "link"], ["colligate", "make a logical or causal connection", "colligate"], ["unite", "be or become joined or united or linked", "unite"], ["tie in", "make a logical or causal connection", "tie in"], ["relate", "make a logical or causal connection", "relate"]]}, {"answer": "liquidate", "hint": "synonyms for liquidate", "clues": [["waste", "get rid of (someone who may be a threat) by killing", "waste"], ["neutralize", "get rid of (someone who may be a threat) by killing", "neutralize"], ["pay off", "eliminate by paying off (debts)", "pay off"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"]]}, {"answer": "liquidize", "hint": "synonyms for liquidize", "clues": [["sell out", "get rid of all one's merchandise", "sell out"], ["liquidise", "make (a solid substance) liquid, as by heating", "liquidise"], ["liquefy", "make (a solid substance) liquid, as by heating", "liquefy"], ["sell up", "get rid of all one's merchandise", "sell up"]]}, {"answer": "listen", "hint": "synonyms for listen", "clues": [["heed", "pay close attention to; give heed to", "heed"], ["take heed", "listen and pay attention", "take heed"], ["mind", "pay close attention to; give heed to", "mind"], ["hear", "listen and pay attention", "hear"]]}, {"answer": "live_on", "hint": "synonyms for live on", "clues": [["hold up", "continue to live through hardship or adversity", "hold up"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["last", "continue to live through hardship or adversity", "last"], ["live", "continue to live through hardship or adversity", "live"], ["endure", "continue to live through hardship or adversity", "endure"], ["go", "continue to live through hardship or adversity", "go"], ["survive", "continue to live through hardship or adversity", "survive"]]}, {"answer": "liven", "hint": "synonyms for liven", "clues": [["invigorate", "make lively", "invigorate"], ["liven up", "make lively", "liven up"], ["animate", "make lively", "animate"], ["enliven", "make lively", "enliven"]]}, {"answer": "liven_up", "hint": "synonyms for liven up", "clues": [["invigorate", "make lively", "invigorate"], ["liven", "make lively", "liven"], ["animate", "make lively", "animate"], ["enliven", "make lively", "enliven"]]}, {"answer": "localise", "hint": "synonyms for localise", "clues": [["localize", "identify the location or place of", "localize"], ["place", "identify the location or place of", "place"], ["set", "locate", "set"], ["focalise", "concentrate on a particular place or spot", "focalise"]]}, {"answer": "localize", "hint": "synonyms for localize", "clues": [["place", "identify the location or place of", "place"], ["localise", "identify the location or place of", "localise"], ["focalize", "concentrate on a particular place or spot", "focalize"], ["set", "locate", "set"]]}, {"answer": "locate", "hint": "synonyms for locate", "clues": [["situate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey", "situate"], ["settle", "take up residence and become established", "settle"], ["place", "assign a location to", "place"], ["turn up", "discover the location of; determine the place of; find by searching or examining", "turn up"], ["site", "assign a location to", "site"]]}, {"answer": "lock_away", "hint": "synonyms for lock away", "clues": [["lock in", "place in a place where something cannot be removed or someone cannot escape", "lock in"], ["shut up", "place in a place where something cannot be removed or someone cannot escape", "shut up"], ["shut away", "place in a place where something cannot be removed or someone cannot escape", "shut away"], ["lock up", "place in a place where something cannot be removed or someone cannot escape", "lock up"], ["put away", "place in a place where something cannot be removed or someone cannot escape", "put away"], ["lock", "place in a place where something cannot be removed or someone cannot escape", "lock"]]}, {"answer": "lock_in", "hint": "synonyms for lock in", "clues": [["put away", "place in a place where something cannot be removed or someone cannot escape", "put away"], ["shut away", "place in a place where something cannot be removed or someone cannot escape", "shut away"], ["shut up", "place in a place where something cannot be removed or someone cannot escape", "shut up"], ["lock up", "place in a place where something cannot be removed or someone cannot escape", "lock up"], ["seal in", "close with or as if with a tight seal", "seal in"], ["lock", "place in a place where something cannot be removed or someone cannot escape", "lock"], ["lock away", "place in a place where something cannot be removed or someone cannot escape", "lock away"]]}, {"answer": "lock_up", "hint": "synonyms for lock up", "clues": [["lock in", "place in a place where something cannot be removed or someone cannot escape", "lock in"], ["shut up", "place in a place where something cannot be removed or someone cannot escape", "shut up"], ["shut away", "place in a place where something cannot be removed or someone cannot escape", "shut away"], ["put away", "place in a place where something cannot be removed or someone cannot escape", "put away"], ["lock", "place in a place where something cannot be removed or someone cannot escape", "lock"], ["lock away", "place in a place where something cannot be removed or someone cannot escape", "lock away"]]}, {"answer": "log_z's", "hint": "synonyms for log z's", "clues": [["log Z's", "be asleep", "log Z's"], ["sleep", "be asleep", "sleep"], ["slumber", "be asleep", "slumber"], ["kip", "be asleep", "kip"], ["catch some Z's", "be asleep", "catch some Z's"]]}, {"answer": "loiter", "hint": "synonyms for loiter", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "loll", "hint": "synonyms for loll", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["droop", "hang loosely or laxly", "droop"]]}, {"answer": "loll_around", "hint": "synonyms for loll around", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "lollygag", "hint": "synonyms for lollygag", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["lallygag", "be about", "lallygag"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "look_at", "hint": "synonyms for look at", "clues": [["take", "take into consideration for exemplifying purposes", "take"], ["view", "look at carefully; study mentally", "view"], ["deal", "take into consideration for exemplifying purposes", "deal"], ["consider", "look at carefully; study mentally", "consider"]]}, {"answer": "look_for", "hint": "synonyms for look for", "clues": [["anticipate", "be excited or anxious about", "anticipate"], ["seek", "try to locate or discover, or try to establish the existence of", "seek"], ["look to", "be excited or anxious about", "look to"], ["search", "try to locate or discover, or try to establish the existence of", "search"]]}, {"answer": "look_into", "hint": "synonyms for look into", "clues": [["check", "examine so as to determine accuracy, quality, or condition", "check"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["investigate", "investigate scientifically", "investigate"], ["suss out", "examine so as to determine accuracy, quality, or condition", "suss out"], ["check out", "examine so as to determine accuracy, quality, or condition", "check out"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"]]}, {"answer": "look_on", "hint": "synonyms for look on", "clues": [["regard as", "look on as or consider", "regard as"], ["repute", "look on as or consider", "repute"], ["take to be", "look on as or consider", "take to be"], ["look upon", "look on as or consider", "look upon"], ["esteem", "look on as or consider", "esteem"], ["watch", "observe with attention", "watch"], ["think of", "look on as or consider", "think of"]]}, {"answer": "look_sharp", "hint": "synonyms for look sharp", "clues": [["rush", "act or move at high speed", "rush"], ["festinate", "act or move at high speed", "festinate"], ["hasten", "act or move at high speed", "hasten"], ["hurry", "act or move at high speed", "hurry"]]}, {"answer": "look_upon", "hint": "synonyms for look upon", "clues": [["regard as", "look on as or consider", "regard as"], ["repute", "look on as or consider", "repute"], ["take to be", "look on as or consider", "take to be"], ["look on", "look on as or consider", "look on"], ["esteem", "look on as or consider", "esteem"], ["think of", "look on as or consider", "think of"]]}, {"answer": "loosen", "hint": "synonyms for loosen", "clues": [["untie", "cause to become loose", "untie"], ["undo", "cause to become loose", "undo"], ["relax", "make less severe or strict", "relax"], ["tease", "disentangle and raise the fibers of", "tease"], ["loose", "make loose or looser", "loose"], ["tease apart", "disentangle and raise the fibers of", "tease apart"]]}, {"answer": "loosen_up", "hint": "synonyms for loosen up", "clues": [["unlax", "cause to feel relaxed", "unlax"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["unwind", "become less tense, rest, or take one's ease", "unwind"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["relax", "become less tense, less formal, or less restrained, and assume a friendlier manner", "relax"], ["limber up", "make one's body limber or suppler by stretching, as if to prepare for strenuous physical activity", "limber up"], ["unstuff", "cause to become unblocked", "unstuff"], ["warm up", "make one's body limber or suppler by stretching, as if to prepare for strenuous physical activity", "warm up"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["unstrain", "cause to feel relaxed", "unstrain"]]}, {"answer": "lop", "hint": "synonyms for lop", "clues": [["dress", "cultivate, tend, and cut back the growth of", "dress"], ["clip", "cultivate, tend, and cut back the growth of", "clip"], ["crop", "cultivate, tend, and cut back the growth of", "crop"], ["snip", "cultivate, tend, and cut back the growth of", "snip"], ["trim", "cultivate, tend, and cut back the growth of", "trim"], ["prune", "cultivate, tend, and cut back the growth of", "prune"], ["cut back", "cultivate, tend, and cut back the growth of", "cut back"], ["sever", "cut off from a whole", "sever"], ["discerp", "cut off from a whole", "discerp"]]}, {"answer": "lose", "hint": "synonyms for lose", "clues": [["drop off", "retreat", "drop off"], ["mislay", "place (something) where one cannot find it again", "mislay"], ["miss", "fail to perceive or to catch with the senses or the mind", "miss"], ["turn a loss", "fail to make money in a business; make a loss or fail to profit", "turn a loss"], ["fall back", "retreat", "fall back"], ["misplace", "place (something) where one cannot find it again", "misplace"], ["fall behind", "retreat", "fall behind"], ["suffer", "be set at a disadvantage", "suffer"], ["recede", "retreat", "recede"]]}, {"answer": "lose_one's_temper", "hint": "synonyms for lose one's temper", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["throw a fit", "get very angry and fly into a rage", "throw a fit"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "lose_weight", "hint": "synonyms for lose weight", "clues": [["slim", "take off weight", "slim"], ["slim down", "take off weight", "slim down"], ["melt off", "take off weight", "melt off"], ["slenderize", "take off weight", "slenderize"], ["thin", "take off weight", "thin"], ["reduce", "take off weight", "reduce"]]}, {"answer": "lounge_about", "hint": "synonyms for lounge about", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge around", "be lazy or idle", "lounge around"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "lounge_around", "hint": "synonyms for lounge around", "clues": [["waste one's time", "be lazy or idle", "waste one's time"], ["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "louse_up", "hint": "synonyms for louse up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "lucubrate", "hint": "synonyms for lucubrate", "clues": [["expound", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expound"], ["elaborate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "elaborate"], ["expand", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expand"], ["exposit", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "exposit"], ["expatiate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "expatiate"], ["enlarge", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "enlarge"], ["dilate", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "dilate"], ["flesh out", "add details, as to an account or idea; clarify the meaning of and discourse in a learned way, usually in writing", "flesh out"]]}, {"answer": "lurk", "hint": "synonyms for lurk", "clues": [["hang around", "be about", "hang around"], ["loiter", "be about", "loiter"], ["lie in wait", "wait in hiding to attack", "lie in wait"], ["skulk", "lie in wait, lie in ambush, behave in a sneaky and secretive manner", "skulk"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["mess about", "be about", "mess about"], ["scupper", "wait in hiding to attack", "scupper"], ["ambush", "wait in hiding to attack", "ambush"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["bushwhack", "wait in hiding to attack", "bushwhack"], ["lounge", "be about", "lounge"], ["ambuscade", "wait in hiding to attack", "ambuscade"], ["footle", "be about", "footle"], ["waylay", "wait in hiding to attack", "waylay"]]}, {"answer": "machinate", "hint": "synonyms for machinate", "clues": [["organise", "arrange by systematic planning and united effort", "organise"], ["devise", "arrange by systematic planning and united effort", "devise"], ["conjure", "engage in plotting or enter into a conspiracy, swear together", "conjure"], ["complot", "engage in plotting or enter into a conspiracy, swear together", "complot"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["get up", "arrange by systematic planning and united effort", "get up"], ["conspire", "engage in plotting or enter into a conspiracy, swear together", "conspire"], ["cabal", "engage in plotting or enter into a conspiracy, swear together", "cabal"]]}, {"answer": "magnetise", "hint": "synonyms for magnetise", "clues": [["magnetize", "attract strongly, as if with a magnet", "magnetize"], ["mesmerise", "attract strongly, as if with a magnet", "mesmerise"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "magnetize", "hint": "synonyms for magnetize", "clues": [["mesmerize", "attract strongly, as if with a magnet", "mesmerize"], ["magnetise", "make magnetic", "magnetise"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "magnify", "hint": "synonyms for magnify", "clues": [["enlarge", "make large", "enlarge"], ["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["blow up", "make large", "blow up"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "maintain", "hint": "synonyms for maintain", "clues": [["hold", "keep in a certain state, position, or activity; e.g.,", "hold"], ["sustain", "supply with necessities and support", "sustain"], ["keep", "supply with necessities and support", "keep"], ["defend", "state or assert", "defend"], ["exert", "have and exercise", "exert"], ["asseverate", "state categorically", "asseverate"], ["wield", "have and exercise", "wield"], ["observe", "stick to correctly or closely", "observe"], ["assert", "state categorically", "assert"], ["uphold", "support against an opponent", "uphold"], ["conserve", "keep in safety and protect from harm, decay, loss, or destruction", "conserve"], ["preserve", "keep in safety and protect from harm, decay, loss, or destruction", "preserve"], ["keep up", "keep in safety and protect from harm, decay, loss, or destruction", "keep up"]]}, {"answer": "make_do", "hint": "synonyms for make do", "clues": [["make out", "come to terms with", "make out"], ["grapple", "come to terms with", "grapple"], ["cope", "come to terms with", "cope"], ["get by", "come to terms with", "get by"], ["deal", "come to terms with", "deal"], ["contend", "come to terms with", "contend"], ["manage", "come to terms with", "manage"]]}, {"answer": "make_for", "hint": "synonyms for make for", "clues": [["wreak", "cause to happen or to occur as a consequence", "wreak"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["work", "cause to happen or to occur as a consequence", "work"], ["play", "cause to happen or to occur as a consequence", "play"]]}, {"answer": "make_fun", "hint": "synonyms for make fun", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["poke fun", "subject to laughter or ridicule", "poke fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "make_happy", "hint": "synonyms for make happy", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "wassail"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make whoopie"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "whoop it up"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "jollify"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "racket"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "revel"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make merry"]]}, {"answer": "make_headway", "hint": "synonyms for make headway", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["pull ahead", "obtain advantages, such as points, etc.", "pull ahead"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"], ["gain", "obtain advantages, such as points, etc.", "gain"], ["win", "obtain advantages, such as points, etc.", "win"]]}, {"answer": "make_it", "hint": "synonyms for make it", "clues": [["go far", "succeed in a big way; get to the top", "go far"], ["pull through", "continue in existence after (an adversity, etc.)", "pull through"], ["come through", "continue in existence after (an adversity, etc.)", "come through"], ["get in", "succeed in a big way; get to the top", "get in"], ["arrive", "succeed in a big way; get to the top", "arrive"], ["pass", "go successfully through a test or a selection process", "pass"], ["survive", "continue in existence after (an adversity, etc.)", "survive"], ["pull round", "continue in existence after (an adversity, etc.)", "pull round"]]}, {"answer": "make_love", "hint": "synonyms for make love", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "make_merry", "hint": "synonyms for make merry", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "wassail"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make whoopie"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "whoop it up"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "jollify"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make happy"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "racket"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "revel"]]}, {"answer": "make_off", "hint": "synonyms for make off", "clues": [["absquatulate", "run away; usually includes taking something or somebody along", "absquatulate"], ["go off", "run away; usually includes taking something or somebody along", "go off"], ["decamp", "run away; usually includes taking something or somebody along", "decamp"], ["bolt", "run away; usually includes taking something or somebody along", "bolt"], ["abscond", "run away; usually includes taking something or somebody along", "abscond"], ["run off", "run away; usually includes taking something or somebody along", "run off"]]}, {"answer": "make_out", "hint": "synonyms for make out", "clues": [["write out", "make out and issue", "write out"], ["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["deal", "come to terms with", "deal"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["contend", "come to terms with", "contend"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["cut", "make out and issue", "cut"], ["issue", "make out and issue", "issue"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["fill out", "write all the required information onto a form", "fill out"], ["sleep with", "have sexual intercourse with", "sleep with"], ["come", "proceed or get along", "come"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["grapple", "come to terms with", "grapple"], ["cope", "come to terms with", "cope"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have it off", "have sexual intercourse with", "have it off"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["recognize", "detect with the senses", "recognize"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["pick out", "detect with the senses", "pick out"], ["get along", "proceed or get along", "get along"], ["neck", "kiss, embrace, or fondle with sexual passion", "neck"], ["make do", "come to terms with", "make do"], ["do", "proceed or get along", "do"], ["complete", "write all the required information onto a form", "complete"], ["get by", "come to terms with", "get by"], ["fill in", "write all the required information onto a form", "fill in"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["know", "have sexual intercourse with", "know"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["screw", "have sexual intercourse with", "screw"], ["get laid", "have sexual intercourse with", "get laid"], ["discern", "detect with the senses", "discern"], ["fare", "proceed or get along", "fare"], ["tell apart", "detect with the senses", "tell apart"], ["sleep together", "have sexual intercourse with", "sleep together"], ["manage", "come to terms with", "manage"]]}, {"answer": "make_over", "hint": "synonyms for make over", "clues": [["refashion", "make new", "refashion"], ["rework", "use again in altered form", "rework"], ["retread", "use again in altered form", "retread"], ["remake", "make new", "remake"], ["redo", "make new", "redo"]]}, {"answer": "make_relaxed", "hint": "synonyms for make relaxed", "clues": [["loosen up", "cause to feel relaxed", "loosen up"], ["relax", "cause to feel relaxed", "relax"], ["unwind", "cause to feel relaxed", "unwind"], ["unstrain", "cause to feel relaxed", "unstrain"], ["unlax", "cause to feel relaxed", "unlax"]]}, {"answer": "make_up", "hint": "synonyms for make up", "clues": [["constitute", "form or compose", "constitute"], ["reconcile", "come to terms", "reconcile"], ["pay", "do or give something to somebody in return", "pay"], ["fabricate", "make up something artificial or untrue", "fabricate"], ["comprise", "form or compose", "comprise"], ["even out", "adjust for", "even out"], ["even off", "adjust for", "even off"], ["patch up", "come to terms", "patch up"], ["be", "form or compose", "be"], ["invent", "make up something artificial or untrue", "invent"], ["represent", "form or compose", "represent"], ["cook up", "make up something artificial or untrue", "cook up"], ["catch up with", "make up work that was missed due to absence at a later point", "catch up with"], ["settle", "come to terms", "settle"], ["compensate", "do or give something to somebody in return", "compensate"], ["even up", "adjust for", "even up"], ["make", "put in order or neaten", "make"], ["conciliate", "come to terms", "conciliate"], ["correct", "adjust for", "correct"], ["pay off", "do or give something to somebody in return", "pay off"], ["manufacture", "make up something artificial or untrue", "manufacture"], ["counterbalance", "adjust for", "counterbalance"]]}, {"answer": "make_water", "hint": "synonyms for make water", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "make_whoopie", "hint": "synonyms for make whoopie", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "wassail"], ["whoop it up", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "whoop it up"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "jollify"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make happy"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "racket"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "revel"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make merry"]]}, {"answer": "maltreat", "hint": "synonyms for maltreat", "clues": [["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["mistreat", "treat badly", "mistreat"]]}, {"answer": "malversate", "hint": "synonyms for malversate", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "defalcate"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "misappropriate"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "peculate"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "embezzle"]]}, {"answer": "manage", "hint": "synonyms for manage", "clues": [["oversee", "watch and direct", "oversee"], ["make do", "come to terms with", "make do"], ["finagle", "achieve something by means of trickery or devious methods", "finagle"], ["care", "be in charge of, act on, or dispose of", "care"], ["deal", "come to terms with", "deal"], ["carry off", "be successful; achieve a goal", "carry off"], ["supervise", "watch and direct", "supervise"], ["contend", "come to terms with", "contend"], ["make out", "come to terms with", "make out"], ["wangle", "achieve something by means of trickery or devious methods", "wangle"], ["get by", "come to terms with", "get by"], ["grapple", "come to terms with", "grapple"], ["handle", "be in charge of, act on, or dispose of", "handle"], ["cope", "come to terms with", "cope"], ["wield", "handle effectively", "wield"], ["superintend", "watch and direct", "superintend"], ["do", "carry on or function", "do"], ["pull off", "be successful; achieve a goal", "pull off"], ["bring off", "be successful; achieve a goal", "bring off"], ["negociate", "be successful; achieve a goal", "negociate"]]}, {"answer": "manipulate", "hint": "synonyms for manipulate", "clues": [["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["pull wires", "influence or control shrewdly or deviously", "pull wires"], ["fake", "tamper, with the purpose of deception", "fake"], ["misrepresent", "tamper, with the purpose of deception", "misrepresent"], ["rig", "manipulate in a fraudulent manner", "rig"], ["pull strings", "influence or control shrewdly or deviously", "pull strings"], ["control", "control (others or oneself) or influence skillfully, usually to one's advantage", "control"], ["cook", "tamper, with the purpose of deception", "cook"], ["keep in line", "control (others or oneself) or influence skillfully, usually to one's advantage", "keep in line"]]}, {"answer": "manoeuver", "hint": "synonyms for manoeuver", "clues": [["manoeuvre", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "manoeuvre"], ["head", "direct the course; determine the direction of travelling", "head"], ["channelize", "direct the course; determine the direction of travelling", "channelize"], ["direct", "direct the course; determine the direction of travelling", "direct"], ["steer", "direct the course; determine the direction of travelling", "steer"], ["maneuver", "direct the course; determine the direction of travelling", "maneuver"], ["guide", "direct the course; determine the direction of travelling", "guide"], ["operate", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "operate"], ["point", "direct the course; determine the direction of travelling", "point"]]}, {"answer": "march_on", "hint": "synonyms for march on", "clues": [["go on", "move forward, also in the metaphorical sense", "go on"], ["progress", "move forward, also in the metaphorical sense", "progress"], ["advance", "move forward, also in the metaphorical sense", "advance"], ["pass on", "move forward, also in the metaphorical sense", "pass on"], ["move on", "move forward, also in the metaphorical sense", "move on"]]}, {"answer": "mark_off", "hint": "synonyms for mark off", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["check off", "put a check mark on or near or next to", "check off"], ["tick off", "put a check mark on or near or next to", "tick off"], ["mark out", "set boundaries to and delimit", "mark out"], ["check", "put a check mark on or near or next to", "check"], ["tick", "put a check mark on or near or next to", "tick"]]}, {"answer": "marry", "hint": "synonyms for marry", "clues": [["conjoin", "take in marriage", "conjoin"], ["splice", "perform a marriage ceremony", "splice"], ["wed", "perform a marriage ceremony", "wed"], ["get hitched with", "take in marriage", "get hitched with"], ["espouse", "take in marriage", "espouse"], ["get married", "take in marriage", "get married"], ["tie", "perform a marriage ceremony", "tie"], ["hook up with", "take in marriage", "hook up with"]]}, {"answer": "masturbate", "hint": "synonyms for masturbate", "clues": [["jerk off", "get sexual gratification through self-stimulation", "jerk off"], ["wank", "get sexual gratification through self-stimulation", "wank"], ["jack off", "get sexual gratification through self-stimulation", "jack off"], ["she-bop", "get sexual gratification through self-stimulation", "she-bop"], ["fuck off", "get sexual gratification through self-stimulation", "fuck off"]]}, {"answer": "mat_up", "hint": "synonyms for mat up", "clues": [["felt", "change texture so as to become matted and felt-like", "felt"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["matte up", "change texture so as to become matted and felt-like", "matte up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "matt-up", "hint": "synonyms for matt-up", "clues": [["felt", "change texture so as to become matted and felt-like", "felt"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "matte_up", "hint": "synonyms for matte up", "clues": [["felt", "change texture so as to become matted and felt-like", "felt"], ["mat", "change texture so as to become matted and felt-like", "mat"], ["mat up", "change texture so as to become matted and felt-like", "mat up"], ["felt up", "change texture so as to become matted and felt-like", "felt up"], ["matt-up", "change texture so as to become matted and felt-like", "matt-up"], ["matte", "change texture so as to become matted and felt-like", "matte"]]}, {"answer": "maturate", "hint": "synonyms for maturate", "clues": [["mature", "grow old or older", "mature"], ["fester", "ripen and generate pus", "fester"], ["grow", "develop and reach maturity; undergo maturation", "grow"], ["suppurate", "ripen and generate pus", "suppurate"], ["senesce", "grow old or older", "senesce"], ["age", "grow old or older", "age"], ["get on", "grow old or older", "get on"]]}, {"answer": "maunder", "hint": "synonyms for maunder", "clues": [["blab", "speak (about unimportant matters) rapidly and incessantly", "blab"], ["blabber", "speak (about unimportant matters) rapidly and incessantly", "blabber"], ["chatter", "speak (about unimportant matters) rapidly and incessantly", "chatter"], ["mumble", "talk indistinctly; usually in a low voice", "mumble"], ["piffle", "speak (about unimportant matters) rapidly and incessantly", "piffle"], ["twaddle", "speak (about unimportant matters) rapidly and incessantly", "twaddle"], ["clack", "speak (about unimportant matters) rapidly and incessantly", "clack"], ["mutter", "talk indistinctly; usually in a low voice", "mutter"], ["tittle-tattle", "speak (about unimportant matters) rapidly and incessantly", "tittle-tattle"], ["prate", "speak (about unimportant matters) rapidly and incessantly", "prate"], ["tattle", "speak (about unimportant matters) rapidly and incessantly", "tattle"], ["palaver", "speak (about unimportant matters) rapidly and incessantly", "palaver"], ["mussitate", "talk indistinctly; usually in a low voice", "mussitate"], ["prattle", "speak (about unimportant matters) rapidly and incessantly", "prattle"], ["gabble", "speak (about unimportant matters) rapidly and incessantly", "gabble"], ["gibber", "speak (about unimportant matters) rapidly and incessantly", "gibber"]]}, {"answer": "meditate", "hint": "synonyms for meditate", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["study", "think intently and at length, as for spiritual purposes", "study"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"]]}, {"answer": "melanise", "hint": "synonyms for melanise", "clues": [["blacken", "make or become black", "blacken"], ["melanize", "make or become black", "melanize"], ["nigrify", "make or become black", "nigrify"], ["black", "make or become black", "black"]]}, {"answer": "melanize", "hint": "synonyms for melanize", "clues": [["blacken", "make or become black", "blacken"], ["melanise", "convert into, or infiltrate with melanin", "melanise"], ["nigrify", "make or become black", "nigrify"], ["black", "make or become black", "black"]]}, {"answer": "meliorate", "hint": "synonyms for meliorate", "clues": [["ameliorate", "to make better", "ameliorate"], ["better", "get better", "better"], ["improve", "get better", "improve"], ["amend", "to make better", "amend"]]}, {"answer": "melt_off", "hint": "synonyms for melt off", "clues": [["slim", "take off weight", "slim"], ["slim down", "take off weight", "slim down"], ["lose weight", "take off weight", "lose weight"], ["slenderize", "take off weight", "slenderize"], ["thin", "take off weight", "thin"], ["reduce", "take off weight", "reduce"]]}, {"answer": "memorialise", "hint": "synonyms for memorialise", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["immortalise", "be or provide a memorial to a person or an event", "immortalise"], ["record", "be or provide a memorial to a person or an event", "record"], ["memorialize", "be or provide a memorial to a person or an event", "memorialize"]]}, {"answer": "memorialize", "hint": "synonyms for memorialize", "clues": [["commemorate", "be or provide a memorial to a person or an event", "commemorate"], ["memorialise", "be or provide a memorial to a person or an event", "memorialise"], ["immortalise", "be or provide a memorial to a person or an event", "immortalise"], ["record", "be or provide a memorial to a person or an event", "record"]]}, {"answer": "merge", "hint": "synonyms for merge", "clues": [["conflate", "mix together different elements", "conflate"], ["fuse", "mix together different elements", "fuse"], ["unite", "become one", "unite"], ["meld", "mix together different elements", "meld"], ["commingle", "mix together different elements", "commingle"], ["unify", "become one", "unify"], ["combine", "mix together different elements", "combine"], ["coalesce", "mix together different elements", "coalesce"], ["mix", "mix together different elements", "mix"], ["flux", "mix together different elements", "flux"], ["immix", "mix together different elements", "immix"], ["blend", "mix together different elements", "blend"]]}, {"answer": "mesmerise", "hint": "synonyms for mesmerise", "clues": [["mesmerize", "attract strongly, as if with a magnet", "mesmerize"], ["magnetize", "attract strongly, as if with a magnet", "magnetize"], ["hypnotise", "induce hypnosis in", "hypnotise"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "mesmerize", "hint": "synonyms for mesmerize", "clues": [["magnetize", "attract strongly, as if with a magnet", "magnetize"], ["hypnotise", "induce hypnosis in", "hypnotise"], ["mesmerise", "induce hypnosis in", "mesmerise"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["spellbind", "attract strongly, as if with a magnet", "spellbind"]]}, {"answer": "mess_about", "hint": "synonyms for mess about", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"]]}, {"answer": "mess_around", "hint": "synonyms for mess around", "clues": [["muck around", "do random, unplanned work or activities or spend time idly", "muck around"], ["muck about", "do random, unplanned work or activities or spend time idly", "muck about"], ["tinker", "do random, unplanned work or activities or spend time idly", "tinker"], ["monkey", "do random, unplanned work or activities or spend time idly", "monkey"], ["putter", "do random, unplanned work or activities or spend time idly", "putter"], ["monkey around", "do random, unplanned work or activities or spend time idly", "monkey around"], ["potter", "do random, unplanned work or activities or spend time idly", "potter"]]}, {"answer": "mess_up", "hint": "synonyms for mess up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["mess", "make a mess of or create disorder in", "mess"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["ruffle up", "disturb the smoothness of", "ruffle up"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["ruffle", "disturb the smoothness of", "ruffle"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["rumple", "disturb the smoothness of", "rumple"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "metamorphose", "hint": "synonyms for metamorphose", "clues": [["transfigure", "change completely the nature or appearance of", "transfigure"], ["transmute", "change in outward structure or looks", "transmute"], ["transform", "change in outward structure or looks", "transform"], ["transmogrify", "change completely the nature or appearance of", "transmogrify"]]}, {"answer": "mete_out", "hint": "synonyms for mete out", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "micturate", "hint": "synonyms for micturate", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "mill_about", "hint": "synonyms for mill about", "clues": [["hang around", "be about", "hang around"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["mill around", "be about", "mill around"], ["lounge", "be about", "lounge"], ["mill", "move about in a confused manner", "mill"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "mill_around", "hint": "synonyms for mill around", "clues": [["hang around", "be about", "hang around"], ["mill about", "be about", "mill about"], ["linger", "be about", "linger"], ["loiter", "be about", "loiter"], ["lollygag", "be about", "lollygag"], ["lounge", "be about", "lounge"], ["mill", "move about in a confused manner", "mill"], ["tarry", "be about", "tarry"], ["loaf", "be about", "loaf"], ["lurk", "be about", "lurk"], ["footle", "be about", "footle"], ["mess about", "be about", "mess about"]]}, {"answer": "mingle", "hint": "synonyms for mingle", "clues": [["unify", "to bring or combine together or with something else", "unify"], ["mix", "to bring or combine together or with something else", "mix"], ["commix", "to bring or combine together or with something else", "commix"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"], ["jumble", "be all mixed up or jumbled together", "jumble"]]}, {"answer": "minimize", "hint": "synonyms for minimize", "clues": [["minimise", "make small or insignificant", "minimise"], ["denigrate", "cause to seem less serious; play down", "denigrate"], ["downplay", "represent as less significant or important", "downplay"], ["belittle", "cause to seem less serious; play down", "belittle"], ["derogate", "cause to seem less serious; play down", "derogate"], ["understate", "represent as less significant or important", "understate"]]}, {"answer": "misapprehend", "hint": "synonyms for misapprehend", "clues": [["misinterpret", "interpret in the wrong way", "misinterpret"], ["misconceive", "interpret in the wrong way", "misconceive"], ["misunderstand", "interpret in the wrong way", "misunderstand"], ["misconstrue", "interpret in the wrong way", "misconstrue"], ["be amiss", "interpret in the wrong way", "be amiss"]]}, {"answer": "misappropriate", "hint": "synonyms for misappropriate", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "defalcate"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "malversate"], ["peculate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "peculate"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "embezzle"]]}, {"answer": "misconceive", "hint": "synonyms for misconceive", "clues": [["misinterpret", "interpret in the wrong way", "misinterpret"], ["misapprehend", "interpret in the wrong way", "misapprehend"], ["misunderstand", "interpret in the wrong way", "misunderstand"], ["misconstrue", "interpret in the wrong way", "misconstrue"], ["be amiss", "interpret in the wrong way", "be amiss"]]}, {"answer": "misconstrue", "hint": "synonyms for misconstrue", "clues": [["misinterpret", "interpret in the wrong way", "misinterpret"], ["misapprehend", "interpret in the wrong way", "misapprehend"], ["misconceive", "interpret in the wrong way", "misconceive"], ["misunderstand", "interpret in the wrong way", "misunderstand"], ["be amiss", "interpret in the wrong way", "be amiss"]]}, {"answer": "misdirect", "hint": "synonyms for misdirect", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions", "lead astray"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misaddress", "put a wrong address on", "misaddress"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["misguide", "lead someone in the wrong direction or give someone wrong directions", "misguide"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"], ["mislead", "lead someone in the wrong direction or give someone wrong directions", "mislead"]]}, {"answer": "misguide", "hint": "synonyms for misguide", "clues": [["misadvise", "give bad advice to", "misadvise"], ["lead astray", "lead someone in the wrong direction or give someone wrong directions", "lead astray"], ["misdirect", "lead someone in the wrong direction or give someone wrong directions", "misdirect"], ["mislead", "lead someone in the wrong direction or give someone wrong directions", "mislead"]]}, {"answer": "mishandle", "hint": "synonyms for mishandle", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["mismanage", "manage badly or incompetently", "mismanage"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["misconduct", "manage badly or incompetently", "misconduct"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "misinterpret", "hint": "synonyms for misinterpret", "clues": [["misapprehend", "interpret in the wrong way", "misapprehend"], ["misconceive", "interpret in the wrong way", "misconceive"], ["misunderstand", "interpret in the wrong way", "misunderstand"], ["misread", "interpret wrongly", "misread"], ["misconstrue", "interpret in the wrong way", "misconstrue"], ["be amiss", "interpret in the wrong way", "be amiss"]]}, {"answer": "mislead", "hint": "synonyms for mislead", "clues": [["lead astray", "lead someone in the wrong direction or give someone wrong directions", "lead astray"], ["misdirect", "lead someone in the wrong direction or give someone wrong directions", "misdirect"], ["misguide", "lead someone in the wrong direction or give someone wrong directions", "misguide"], ["misinform", "give false or misleading information to", "misinform"]]}, {"answer": "misrepresent", "hint": "synonyms for misrepresent", "clues": [["fake", "tamper, with the purpose of deception", "fake"], ["manipulate", "tamper, with the purpose of deception", "manipulate"], ["falsify", "tamper, with the purpose of deception", "falsify"], ["wangle", "tamper, with the purpose of deception", "wangle"], ["fudge", "tamper, with the purpose of deception", "fudge"], ["belie", "represent falsely", "belie"], ["cook", "tamper, with the purpose of deception", "cook"]]}, {"answer": "mistreat", "hint": "synonyms for mistreat", "clues": [["ill-treat", "treat badly", "ill-treat"], ["ill-use", "treat badly", "ill-use"], ["step", "treat badly", "step"], ["abuse", "treat badly", "abuse"], ["maltreat", "treat badly", "maltreat"]]}, {"answer": "misunderstand", "hint": "synonyms for misunderstand", "clues": [["misinterpret", "interpret in the wrong way", "misinterpret"], ["misapprehend", "interpret in the wrong way", "misapprehend"], ["misconceive", "interpret in the wrong way", "misconceive"], ["misconstrue", "interpret in the wrong way", "misconstrue"], ["be amiss", "interpret in the wrong way", "be amiss"]]}, {"answer": "mobilise", "hint": "synonyms for mobilise", "clues": [["mobilize", "call to arms; of military personnel", "mobilize"], ["rally", "call to arms; of military personnel", "rally"], ["marshal", "make ready for action or use", "marshal"], ["circulate", "cause to move around", "circulate"], ["summon", "make ready for action or use", "summon"], ["call up", "call to arms; of military personnel", "call up"]]}, {"answer": "mobilize", "hint": "synonyms for mobilize", "clues": [["mobilise", "make ready for action or use", "mobilise"], ["rally", "call to arms; of military personnel", "rally"], ["marshal", "make ready for action or use", "marshal"], ["circulate", "cause to move around", "circulate"], ["summon", "make ready for action or use", "summon"], ["call up", "call to arms; of military personnel", "call up"]]}, {"answer": "moil", "hint": "synonyms for moil", "clues": [["fag", "work hard", "fag"], ["travail", "work hard", "travail"], ["grind", "work hard", "grind"], ["boil", "be agitated", "boil"], ["dig", "work hard", "dig"], ["drudge", "work hard", "drudge"], ["toil", "work hard", "toil"], ["labor", "work hard", "labor"], ["roil", "be agitated", "roil"], ["churn", "be agitated", "churn"]]}, {"answer": "molest", "hint": "synonyms for molest", "clues": [["hassle", "annoy continually or chronically", "hassle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["chevvy", "annoy continually or chronically", "chevvy"], ["provoke", "annoy continually or chronically", "provoke"], ["beset", "annoy continually or chronically", "beset"], ["harass", "annoy continually or chronically", "harass"]]}, {"answer": "mollify", "hint": "synonyms for mollify", "clues": [["temper", "make more temperate, acceptable, or suitable by adding something else; moderate", "temper"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["season", "make more temperate, acceptable, or suitable by adding something else; moderate", "season"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "monish", "hint": "synonyms for monish", "clues": [["admonish", "warn strongly; put on guard", "admonish"], ["discourage", "admonish or counsel in terms of someone's behavior", "discourage"], ["caution", "warn strongly; put on guard", "caution"], ["warn", "admonish or counsel in terms of someone's behavior", "warn"]]}, {"answer": "monkey_around", "hint": "synonyms for monkey around", "clues": [["muck around", "do random, unplanned work or activities or spend time idly", "muck around"], ["tinker", "do random, unplanned work or activities or spend time idly", "tinker"], ["monkey", "do random, unplanned work or activities or spend time idly", "monkey"], ["mess around", "do random, unplanned work or activities or spend time idly", "mess around"], ["putter", "do random, unplanned work or activities or spend time idly", "putter"], ["muck about", "do random, unplanned work or activities or spend time idly", "muck about"], ["potter", "do random, unplanned work or activities or spend time idly", "potter"]]}, {"answer": "moon_around", "hint": "synonyms for moon around", "clues": [["moon on", "be idle in a listless or dreamy way", "moon on"], ["mope", "be apathetic, gloomy, or dazed", "mope"], ["moon about", "be apathetic, gloomy, or dazed", "moon about"], ["moon", "be idle in a listless or dreamy way", "moon"]]}, {"answer": "mortify", "hint": "synonyms for mortify", "clues": [["gangrene", "undergo necrosis", "gangrene"], ["chagrin", "cause to feel shame; hurt the pride of", "chagrin"], ["sphacelate", "undergo necrosis", "sphacelate"], ["subdue", "hold within limits and control", "subdue"], ["necrose", "undergo necrosis", "necrose"], ["humble", "cause to feel shame; hurt the pride of", "humble"], ["abase", "cause to feel shame; hurt the pride of", "abase"], ["crucify", "hold within limits and control", "crucify"], ["humiliate", "cause to feel shame; hurt the pride of", "humiliate"]]}, {"answer": "motivate", "hint": "synonyms for motivate", "clues": [["propel", "give an incentive for action", "propel"], ["incite", "give an incentive for action", "incite"], ["prompt", "give an incentive for action", "prompt"], ["actuate", "give an incentive for action", "actuate"], ["move", "give an incentive for action", "move"]]}, {"answer": "mount_up", "hint": "synonyms for mount up", "clues": [["hop on", "get up on the back of", "hop on"], ["bestride", "get up on the back of", "bestride"], ["climb on", "get up on the back of", "climb on"], ["mount", "get up on the back of", "mount"], ["get on", "get up on the back of", "get on"], ["jump on", "get up on the back of", "jump on"]]}, {"answer": "mouth_off", "hint": "synonyms for mouth off", "clues": [["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["rabbit on", "talk in a noisy, excited, or declamatory manner", "rabbit on"]]}, {"answer": "move_back", "hint": "synonyms for move back", "clues": [["pull away", "pull back or move away or backward", "pull away"], ["recede", "pull back or move away or backward", "recede"], ["retire", "pull back or move away or backward", "retire"], ["pull back", "pull back or move away or backward", "pull back"], ["withdraw", "pull back or move away or backward", "withdraw"], ["retreat", "pull back or move away or backward", "retreat"], ["draw back", "pull back or move away or backward", "draw back"]]}, {"answer": "move_into", "hint": "synonyms for move into", "clues": [["enter", "to come or go into", "enter"], ["get in", "to come or go into", "get in"], ["go in", "to come or go into", "go in"], ["come in", "to come or go into", "come in"], ["go into", "to come or go into", "go into"]]}, {"answer": "move_on", "hint": "synonyms for move on", "clues": [["go on", "move forward, also in the metaphorical sense", "go on"], ["progress", "move forward, also in the metaphorical sense", "progress"], ["march on", "move forward, also in the metaphorical sense", "march on"], ["advance", "move forward, also in the metaphorical sense", "advance"], ["pass on", "move forward, also in the metaphorical sense", "pass on"]]}, {"answer": "move_over", "hint": "synonyms for move over", "clues": [["yield", "move in order to make room for someone for something", "yield"], ["ease up", "move in order to make room for someone for something", "ease up"], ["give", "move in order to make room for someone for something", "give"], ["give way", "move in order to make room for someone for something", "give way"]]}, {"answer": "move_through", "hint": "synonyms for move through", "clues": [["pass over", "make a passage or journey from one place to another", "pass over"], ["transit", "make a passage or journey from one place to another", "transit"], ["pass across", "make a passage or journey from one place to another", "pass across"], ["pass through", "make a passage or journey from one place to another", "pass through"]]}, {"answer": "move_up", "hint": "synonyms for move up", "clues": [["go up", "move upward", "go up"], ["come up", "move upward", "come up"], ["rise", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "rise"], ["lift", "move upward", "lift"], ["uprise", "move upward", "uprise"], ["ascend", "move to a better position in life or to a better job; \"She ascended from a life of poverty to one of great", "ascend"]]}, {"answer": "muck_about", "hint": "synonyms for muck about", "clues": [["muck around", "do random, unplanned work or activities or spend time idly", "muck around"], ["tinker", "do random, unplanned work or activities or spend time idly", "tinker"], ["monkey", "do random, unplanned work or activities or spend time idly", "monkey"], ["mess around", "do random, unplanned work or activities or spend time idly", "mess around"], ["putter", "do random, unplanned work or activities or spend time idly", "putter"], ["monkey around", "do random, unplanned work or activities or spend time idly", "monkey around"], ["potter", "do random, unplanned work or activities or spend time idly", "potter"]]}, {"answer": "muck_around", "hint": "synonyms for muck around", "clues": [["muck about", "do random, unplanned work or activities or spend time idly", "muck about"], ["tinker", "do random, unplanned work or activities or spend time idly", "tinker"], ["monkey", "do random, unplanned work or activities or spend time idly", "monkey"], ["mess around", "do random, unplanned work or activities or spend time idly", "mess around"], ["putter", "do random, unplanned work or activities or spend time idly", "putter"], ["monkey around", "do random, unplanned work or activities or spend time idly", "monkey around"], ["potter", "do random, unplanned work or activities or spend time idly", "potter"]]}, {"answer": "muck_up", "hint": "synonyms for muck up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["screw up", "make a mess of, destroy or ruin", "screw up"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["fuck up", "make a mess of, destroy or ruin", "fuck up"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["mud", "soil with mud, muck, or mire", "mud"], ["flub", "make a mess of, destroy or ruin", "flub"], ["muck", "soil with mud, muck, or mire", "muck"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mire", "soil with mud, muck, or mire", "mire"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "mug_up", "hint": "synonyms for mug up", "clues": [["drum", "study intensively, as before an exam", "drum"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone up", "study intensively, as before an exam", "bone up"], ["bone", "study intensively, as before an exam", "bone"], ["grind away", "study intensively, as before an exam", "grind away"], ["swot up", "study intensively, as before an exam", "swot up"]]}, {"answer": "mull_over", "hint": "synonyms for mull over", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "muster_up", "hint": "synonyms for muster up", "clues": [["summon", "gather or bring together", "summon"], ["rally", "gather or bring together", "rally"], ["muster", "gather or bring together", "muster"], ["come up", "gather or bring together", "come up"]]}, {"answer": "mutilate", "hint": "synonyms for mutilate", "clues": [["cut up", "destroy or injure severely", "cut up"], ["mangle", "destroy or injure severely", "mangle"], ["murder", "alter so as to make unrecognizable", "murder"], ["mar", "destroy or injure severely", "mar"]]}, {"answer": "mystify", "hint": "synonyms for mystify", "clues": [["flummox", "be a mystery or bewildering to", "flummox"], ["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "nab", "hint": "synonyms for nab", "clues": [["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["apprehend", "take into custody", "apprehend"], ["collar", "take into custody", "collar"], ["nail", "take into custody", "nail"], ["pick up", "take into custody", "pick up"]]}, {"answer": "nail_down", "hint": "synonyms for nail down", "clues": [["narrow", "define clearly", "narrow"], ["nail", "succeed in obtaining a position", "nail"], ["pin down", "define clearly", "pin down"], ["settle", "make final; put the last touches on; put into final form", "settle"], ["specify", "define clearly", "specify"], ["finalise", "make final; put the last touches on; put into final form", "finalise"], ["peg down", "define clearly", "peg down"], ["peg", "succeed in obtaining a position", "peg"], ["narrow down", "define clearly", "narrow down"]]}, {"answer": "narrow_down", "hint": "synonyms for narrow down", "clues": [["specialize", "become more focus on an area of activity or field of study", "specialize"], ["peg down", "define clearly", "peg down"], ["narrow", "become more focus on an area of activity or field of study", "narrow"], ["nail down", "define clearly", "nail down"], ["specify", "define clearly", "specify"], ["pin down", "define clearly", "pin down"]]}, {"answer": "natter", "hint": "synonyms for natter", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["shoot the breeze", "talk socially without exchanging too much information", "shoot the breeze"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "naturalise", "hint": "synonyms for naturalise", "clues": [["naturalize", "adapt (a wild plant or unclaimed land) to the environment", "naturalize"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"]]}, {"answer": "naturalize", "hint": "synonyms for naturalize", "clues": [["naturalise", "adapt (a wild plant or unclaimed land) to the environment", "naturalise"], ["domesticate", "adapt (a wild plant or unclaimed land) to the environment", "domesticate"], ["cultivate", "adapt (a wild plant or unclaimed land) to the environment", "cultivate"], ["tame", "adapt (a wild plant or unclaimed land) to the environment", "tame"]]}, {"answer": "nauseate", "hint": "synonyms for nauseate", "clues": [["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["revolt", "cause aversion in; offend the moral sense of", "revolt"], ["turn one's stomach", "upset and make nauseated", "turn one's stomach"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["sicken", "upset and make nauseated", "sicken"]]}, {"answer": "neaten", "hint": "synonyms for neaten", "clues": [["tidy", "put (things or places) in order", "tidy"], ["square away", "put (things or places) in order", "square away"], ["straighten out", "put (things or places) in order", "straighten out"], ["straighten", "put (things or places) in order", "straighten"], ["clean up", "put (things or places) in order", "clean up"], ["tidy up", "put (things or places) in order", "tidy up"], ["groom", "care for one's external appearance", "groom"]]}, {"answer": "necessitate", "hint": "synonyms for necessitate", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["need", "require as useful, just, or proper", "need"], ["demand", "require as useful, just, or proper", "demand"], ["require", "require as useful, just, or proper", "require"], ["take", "require as useful, just, or proper", "take"], ["call for", "require as useful, just, or proper", "call for"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "negate", "hint": "synonyms for negate", "clues": [["neutralize", "make ineffective by counterbalancing the effect of", "neutralize"], ["contravene", "deny the truth of", "contravene"], ["contradict", "be in contradiction with", "contradict"], ["belie", "be in contradiction with", "belie"], ["nullify", "make ineffective by counterbalancing the effect of", "nullify"]]}, {"answer": "negociate", "hint": "synonyms for negociate", "clues": [["pull off", "be successful; achieve a goal", "pull off"], ["talk terms", "discuss the terms of an arrangement", "talk terms"], ["bring off", "be successful; achieve a goal", "bring off"], ["negotiate", "succeed in passing through, around, or over", "negotiate"], ["carry off", "be successful; achieve a goal", "carry off"], ["manage", "be successful; achieve a goal", "manage"]]}, {"answer": "neutralise", "hint": "synonyms for neutralise", "clues": [["negate", "make ineffective by counterbalancing the effect of", "negate"], ["neutralize", "make ineffective by counterbalancing the effect of", "neutralize"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["waste", "get rid of (someone who may be a threat) by killing", "waste"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["nullify", "make ineffective by counterbalancing the effect of", "nullify"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"]]}, {"answer": "neutralize", "hint": "synonyms for neutralize", "clues": [["negate", "make ineffective by counterbalancing the effect of", "negate"], ["counterbalance", "oppose and mitigate the effects of by contrary actions", "counterbalance"], ["neutralise", "get rid of (someone who may be a threat) by killing", "neutralise"], ["do in", "get rid of (someone who may be a threat) by killing", "do in"], ["waste", "get rid of (someone who may be a threat) by killing", "waste"], ["counteract", "oppose and mitigate the effects of by contrary actions", "counteract"], ["knock off", "get rid of (someone who may be a threat) by killing", "knock off"], ["liquidate", "get rid of (someone who may be a threat) by killing", "liquidate"], ["countervail", "oppose and mitigate the effects of by contrary actions", "countervail"], ["nullify", "make ineffective by counterbalancing the effect of", "nullify"]]}, {"answer": "niggle", "hint": "synonyms for niggle", "clues": [["quibble", "argue over petty things", "quibble"], ["bicker", "argue over petty things", "bicker"], ["squabble", "argue over petty things", "squabble"], ["fret", "worry unnecessarily or excessively", "fret"], ["pettifog", "argue over petty things", "pettifog"], ["brabble", "argue over petty things", "brabble"], ["fuss", "worry unnecessarily or excessively", "fuss"]]}, {"answer": "nobble", "hint": "synonyms for nobble", "clues": [["abduct", "take away to an undisclosed location against their will and usually in order to extract a ransom", "abduct"], ["filch", "make off with belongings of others", "filch"], ["snatch", "take away to an undisclosed location against their will and usually in order to extract a ransom", "snatch"], ["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["cabbage", "make off with belongings of others", "cabbage"], ["hook", "make off with belongings of others", "hook"], ["sneak", "make off with belongings of others", "sneak"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["short-change", "deprive of by deceit", "short-change"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["mulct", "deprive of by deceit", "mulct"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"], ["lift", "make off with belongings of others", "lift"], ["bunco", "deprive of by deceit", "bunco"], ["snarf", "make off with belongings of others", "snarf"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gyp", "deprive of by deceit", "gyp"], ["scam", "deprive of by deceit", "scam"], ["swipe", "make off with belongings of others", "swipe"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["kidnap", "take away to an undisclosed location against their will and usually in order to extract a ransom", "kidnap"]]}, {"answer": "nod_off", "hint": "synonyms for nod off", "clues": [["drowse off", "change from a waking to a sleeping state", "drowse off"], ["doze off", "change from a waking to a sleeping state", "doze off"], ["fall asleep", "change from a waking to a sleeping state", "fall asleep"], ["drop off", "change from a waking to a sleeping state", "drop off"], ["drift off", "change from a waking to a sleeping state", "drift off"], ["flake out", "change from a waking to a sleeping state", "flake out"]]}, {"answer": "nominate", "hint": "synonyms for nominate", "clues": [["name", "charge with a function; charge to be", "name"], ["constitute", "create and charge with a task or function", "constitute"], ["make", "charge with a function; charge to be", "make"], ["put forward", "propose as a candidate for some honor", "put forward"], ["put up", "propose as a candidate for some honor", "put up"], ["propose", "put forward; nominate for appointment to an office or for an honor or position", "propose"], ["appoint", "create and charge with a task or function", "appoint"]]}, {"answer": "nonplus", "hint": "synonyms for nonplus", "clues": [["flummox", "be a mystery or bewildering to", "flummox"], ["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["gravel", "be a mystery or bewildering to", "gravel"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"]]}, {"answer": "normalize", "hint": "synonyms for normalize", "clues": [["temper", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "temper"], ["normalise", "make normal or cause to conform to a norm or standard", "normalise"], ["anneal", "bring to a desired consistency, texture, or hardness by a process of gradually heating and cooling", "anneal"], ["renormalize", "make normal or cause to conform to a norm or standard", "renormalize"]]}, {"answer": "notify", "hint": "synonyms for notify", "clues": [["advise", "inform (somebody) of something", "advise"], ["apprize", "inform (somebody) of something", "apprize"], ["give notice", "inform (somebody) of something", "give notice"], ["send word", "inform (somebody) of something", "send word"]]}, {"answer": "nourish", "hint": "synonyms for nourish", "clues": [["nutrify", "give nourishment to", "nutrify"], ["nurture", "provide with nourishment", "nurture"], ["sustain", "provide with nourishment", "sustain"], ["aliment", "give nourishment to", "aliment"]]}, {"answer": "nullify", "hint": "synonyms for nullify", "clues": [["negate", "make ineffective by counterbalancing the effect of", "negate"], ["invalidate", "show to be invalid", "invalidate"], ["annul", "declare invalid", "annul"], ["avoid", "declare invalid", "avoid"], ["neutralize", "make ineffective by counterbalancing the effect of", "neutralize"], ["quash", "declare invalid", "quash"]]}, {"answer": "nuzzle", "hint": "synonyms for nuzzle", "clues": [["nose", "rub noses", "nose"], ["nest", "move or arrange oneself in a comfortable and cozy position", "nest"], ["snuggle", "move or arrange oneself in a comfortable and cozy position", "snuggle"], ["nestle", "move or arrange oneself in a comfortable and cozy position", "nestle"], ["draw close", "move or arrange oneself in a comfortable and cozy position", "draw close"], ["cuddle", "move or arrange oneself in a comfortable and cozy position", "cuddle"]]}, {"answer": "objurgate", "hint": "synonyms for objurgate", "clues": [["decry", "express strong disapproval of", "decry"], ["correct", "censure severely", "correct"], ["condemn", "express strong disapproval of", "condemn"], ["castigate", "censure severely", "castigate"], ["chasten", "censure severely", "chasten"], ["chastise", "censure severely", "chastise"], ["reprobate", "express strong disapproval of", "reprobate"], ["excoriate", "express strong disapproval of", "excoriate"]]}, {"answer": "oblige", "hint": "synonyms for oblige", "clues": [["bind", "bind by an obligation; cause to be indebted", "bind"], ["compel", "force somebody to do something", "compel"], ["hold", "bind by an obligation; cause to be indebted", "hold"], ["accommodate", "provide a service or favor for someone", "accommodate"], ["obligate", "force somebody to do something", "obligate"]]}, {"answer": "obnubilate", "hint": "synonyms for obnubilate", "clues": [["obscure", "make unclear, indistinct, or blurred", "obscure"], ["haze over", "make less visible or unclear", "haze over"], ["becloud", "make less visible or unclear", "becloud"], ["mist", "make less visible or unclear", "mist"], ["confuse", "make unclear, indistinct, or blurred", "confuse"], ["fog", "make less visible or unclear", "fog"], ["cloud", "make less visible or unclear", "cloud"], ["befog", "make less visible or unclear", "befog"], ["blur", "make unclear, indistinct, or blurred", "blur"]]}, {"answer": "observe", "hint": "synonyms for observe", "clues": [["follow", "follow with the eyes or the mind", "follow"], ["watch", "follow with the eyes or the mind", "watch"], ["mention", "make mention of", "mention"], ["remark", "make mention of", "remark"], ["honor", "show respect towards", "honor"], ["detect", "discover or determine the existence, presence, or fact of", "detect"], ["note", "observe with care or pay close attention to", "note"], ["maintain", "stick to correctly or closely", "maintain"], ["discover", "discover or determine the existence, presence, or fact of", "discover"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"], ["abide by", "show respect towards", "abide by"], ["take note", "observe with care or pay close attention to", "take note"], ["keep", "conform one's action or practice to", "keep"], ["celebrate", "behave as expected during of holidays or rites", "celebrate"], ["find", "discover or determine the existence, presence, or fact of", "find"], ["respect", "show respect towards", "respect"], ["notice", "discover or determine the existence, presence, or fact of", "notice"], ["watch over", "follow with the eyes or the mind", "watch over"]]}, {"answer": "obstruct", "hint": "synonyms for obstruct", "clues": [["hinder", "hinder or prevent the progress or accomplishment of", "hinder"], ["blockade", "hinder or prevent the progress or accomplishment of", "blockade"], ["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["block", "block passage through", "block"], ["embarrass", "hinder or prevent the progress or accomplishment of", "embarrass"], ["stymie", "hinder or prevent the progress or accomplishment of", "stymie"], ["stymy", "hinder or prevent the progress or accomplishment of", "stymy"], ["jam", "block passage through", "jam"], ["occlude", "block passage through", "occlude"]]}, {"answer": "obtain", "hint": "synonyms for obtain", "clues": [["incur", "receive a specified treatment (abstract)", "incur"], ["hold", "be valid, applicable, or true", "hold"], ["get", "receive a specified treatment (abstract)", "get"], ["prevail", "be valid, applicable, or true", "prevail"], ["find", "receive a specified treatment (abstract)", "find"], ["receive", "receive a specified treatment (abstract)", "receive"]]}, {"answer": "obturate", "hint": "synonyms for obturate", "clues": [["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["jam", "block passage through", "jam"], ["block", "block passage through", "block"], ["occlude", "block passage through", "occlude"], ["obstruct", "block passage through", "obstruct"]]}, {"answer": "obviate", "hint": "synonyms for obviate", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["rid of", "do away with", "rid of"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["eliminate", "do away with", "eliminate"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "occlude", "hint": "synonyms for occlude", "clues": [["obturate", "block passage through", "obturate"], ["close up", "block passage through", "close up"], ["impede", "block passage through", "impede"], ["jam", "block passage through", "jam"], ["block", "block passage through", "block"], ["obstruct", "block passage through", "obstruct"]]}, {"answer": "occupy", "hint": "synonyms for occupy", "clues": [["fill", "assume, as of positions or roles", "fill"], ["reside", "live (in a certain place)", "reside"], ["take", "assume, as of positions or roles", "take"], ["absorb", "consume all of one's attention or time", "absorb"], ["use up", "require (time or space)", "use up"], ["busy", "keep busy with", "busy"], ["worry", "be on the mind of", "worry"], ["lodge in", "live (in a certain place)", "lodge in"], ["engage", "consume all of one's attention or time", "engage"], ["interest", "be on the mind of", "interest"], ["engross", "consume all of one's attention or time", "engross"], ["invade", "march aggressively into another's territory by military force for the purposes of conquest and occupation", "invade"], ["concern", "be on the mind of", "concern"]]}, {"answer": "occur", "hint": "synonyms for occur", "clues": [["hap", "come to pass", "hap"], ["come", "come to one's mind; suggest itself", "come"], ["come about", "come to pass", "come about"], ["pass off", "come to pass", "pass off"], ["go on", "come to pass", "go on"], ["pass", "come to pass", "pass"], ["happen", "come to pass", "happen"], ["take place", "come to pass", "take place"], ["fall out", "come to pass", "fall out"]]}, {"answer": "offend", "hint": "synonyms for offend", "clues": [["wound", "hurt the feelings of", "wound"], ["outrage", "strike with disgust or revulsion", "outrage"], ["spite", "hurt the feelings of", "spite"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["bruise", "hurt the feelings of", "bruise"], ["violate", "act in disregard of laws, rules, contracts, or promises", "violate"], ["hurt", "hurt the feelings of", "hurt"], ["appal", "strike with disgust or revulsion", "appal"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["pique", "cause to feel resentment or indignation", "pique"], ["shock", "strike with disgust or revulsion", "shock"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["injure", "hurt the feelings of", "injure"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["break", "act in disregard of laws, rules, contracts, or promises", "break"]]}, {"answer": "omit", "hint": "synonyms for omit", "clues": [["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["exclude", "prevent from being included or considered or accepted", "exclude"], ["neglect", "leave undone or leave out", "neglect"], ["overleap", "leave undone or leave out", "overleap"], ["pretermit", "leave undone or leave out", "pretermit"], ["leave out", "leave undone or leave out", "leave out"], ["miss", "leave undone or leave out", "miss"], ["except", "prevent from being included or considered or accepted", "except"], ["leave off", "prevent from being included or considered or accepted", "leave off"], ["take out", "prevent from being included or considered or accepted", "take out"]]}, {"answer": "ooze_out", "hint": "synonyms for ooze out", "clues": [["exude", "release (a liquid) in drops or small quantities", "exude"], ["exudate", "release (a liquid) in drops or small quantities", "exudate"], ["ooze", "release (a liquid) in drops or small quantities", "ooze"], ["transude", "release (a liquid) in drops or small quantities", "transude"]]}, {"answer": "operate", "hint": "synonyms for operate", "clues": [["manoeuvre", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "manoeuvre"], ["run", "direct or control; projects, businesses, etc.", "run"], ["work", "perform as expected when applied", "work"], ["lock", "keep engaged", "lock"], ["engage", "keep engaged", "engage"], ["function", "perform as expected when applied", "function"], ["go", "perform as expected when applied", "go"], ["control", "handle and cause to function", "control"], ["operate on", "perform surgery on", "operate on"], ["mesh", "keep engaged", "mesh"], ["maneuver", "perform a movement in military or naval tactics in order to secure an advantage in attack or defense", "maneuver"]]}, {"answer": "opine", "hint": "synonyms for opine", "clues": [["animadvert", "express one's opinion openly and without fear or hesitation", "animadvert"], ["sound off", "express one's opinion openly and without fear or hesitation", "sound off"], ["guess", "expect, believe, or suppose", "guess"], ["imagine", "expect, believe, or suppose", "imagine"], ["speak up", "express one's opinion openly and without fear or hesitation", "speak up"], ["speak out", "express one's opinion openly and without fear or hesitation", "speak out"], ["think", "expect, believe, or suppose", "think"], ["suppose", "expect, believe, or suppose", "suppose"], ["reckon", "expect, believe, or suppose", "reckon"]]}, {"answer": "oppose", "hint": "synonyms for oppose", "clues": [["defend", "fight against or resist strongly", "defend"], ["fight down", "fight against or resist strongly", "fight down"], ["play off", "set into opposition or rivalry", "play off"], ["fight back", "fight against or resist strongly", "fight back"], ["pit", "set into opposition or rivalry", "pit"], ["match", "set into opposition or rivalry", "match"], ["controvert", "be resistant to", "controvert"], ["react", "act against or in opposition to", "react"], ["contradict", "be resistant to", "contradict"], ["fight", "fight against or resist strongly", "fight"], ["counterbalance", "contrast with equal weight or force", "counterbalance"]]}, {"answer": "orchestrate", "hint": "synonyms for orchestrate", "clues": [["organise", "plan and direct (a complex undertaking)", "organise"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["direct", "plan and direct (a complex undertaking)", "direct"]]}, {"answer": "ordain", "hint": "synonyms for ordain", "clues": [["consecrate", "appoint to a clerical posts", "consecrate"], ["order", "appoint to a clerical posts", "order"], ["ordinate", "appoint to a clerical posts", "ordinate"], ["enact", "order by virtue of superior authority; decree", "enact"]]}, {"answer": "organise", "hint": "synonyms for organise", "clues": [["unionise", "form or join a union", "unionise"], ["form", "create (as an entity)", "form"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["organize", "bring order and organization to", "organize"], ["devise", "arrange by systematic planning and united effort", "devise"], ["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["coordinate", "bring order and organization to", "coordinate"], ["get up", "arrange by systematic planning and united effort", "get up"], ["direct", "plan and direct (a complex undertaking)", "direct"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["machinate", "arrange by systematic planning and united effort", "machinate"]]}, {"answer": "organize", "hint": "synonyms for organize", "clues": [["organise", "create (as an entity)", "organise"], ["unionise", "form or join a union", "unionise"], ["form", "create (as an entity)", "form"], ["mastermind", "plan and direct (a complex undertaking)", "mastermind"], ["devise", "arrange by systematic planning and united effort", "devise"], ["orchestrate", "plan and direct (a complex undertaking)", "orchestrate"], ["coordinate", "bring order and organization to", "coordinate"], ["prepare", "arrange by systematic planning and united effort", "prepare"], ["get up", "arrange by systematic planning and united effort", "get up"], ["engineer", "plan and direct (a complex undertaking)", "engineer"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["direct", "plan and direct (a complex undertaking)", "direct"]]}, {"answer": "originate", "hint": "synonyms for originate", "clues": [["uprise", "come into existence; take on form or shape", "uprise"], ["initiate", "bring into being", "initiate"], ["grow", "come into existence; take on form or shape", "grow"], ["develop", "come into existence; take on form or shape", "develop"], ["rise", "come into existence; take on form or shape", "rise"], ["start", "bring into being", "start"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "ostentate", "hint": "synonyms for ostentate", "clues": [["flaunt", "display proudly; act ostentatiously or pretentiously", "flaunt"], ["swank", "display proudly; act ostentatiously or pretentiously", "swank"], ["flash", "display proudly; act ostentatiously or pretentiously", "flash"], ["show off", "display proudly; act ostentatiously or pretentiously", "show off"]]}, {"answer": "ostracise", "hint": "synonyms for ostracise", "clues": [["ostracize", "expel from a community or group", "ostracize"], ["shun", "expel from a community or group", "shun"], ["blackball", "expel from a community or group", "blackball"], ["banish", "expel from a community or group", "banish"], ["cast out", "expel from a community or group", "cast out"], ["ban", "expel from a community or group", "ban"]]}, {"answer": "ostracize", "hint": "synonyms for ostracize", "clues": [["shun", "expel from a community or group", "shun"], ["ostracise", "avoid speaking to or dealing with", "ostracise"], ["blackball", "expel from a community or group", "blackball"], ["banish", "expel from a community or group", "banish"], ["cast out", "expel from a community or group", "cast out"], ["ban", "expel from a community or group", "ban"]]}, {"answer": "oust", "hint": "synonyms for oust", "clues": [["kick out", "remove from a position or office", "kick out"], ["drum out", "remove from a position or office", "drum out"], ["boot out", "remove from a position or office", "boot out"], ["throw out", "remove from a position or office", "throw out"], ["expel", "remove from a position or office", "expel"]]}, {"answer": "outdo", "hint": "synonyms for outdo", "clues": [["scoop", "get the better of", "scoop"], ["outstrip", "be or do something to a greater degree", "outstrip"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["outflank", "get the better of", "outflank"], ["outgo", "be or do something to a greater degree", "outgo"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"], ["trump", "get the better of", "trump"], ["exceed", "be or do something to a greater degree", "exceed"], ["best", "get the better of", "best"]]}, {"answer": "outflank", "hint": "synonyms for outflank", "clues": [["scoop", "get the better of", "scoop"], ["trump", "get the better of", "trump"], ["go around", "go around the flank of (an opposing army)", "go around"], ["outdo", "get the better of", "outdo"], ["best", "get the better of", "best"]]}, {"answer": "outfox", "hint": "synonyms for outfox", "clues": [["beat", "beat through cleverness and wit", "beat"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["overreach", "beat through cleverness and wit", "overreach"], ["outwit", "beat through cleverness and wit", "outwit"], ["circumvent", "beat through cleverness and wit", "circumvent"]]}, {"answer": "outmatch", "hint": "synonyms for outmatch", "clues": [["outstrip", "be or do something to a greater degree", "outstrip"], ["outdo", "be or do something to a greater degree", "outdo"], ["surpass", "be or do something to a greater degree", "surpass"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["exceed", "be or do something to a greater degree", "exceed"], ["outgo", "be or do something to a greater degree", "outgo"]]}, {"answer": "outperform", "hint": "synonyms for outperform", "clues": [["outstrip", "be or do something to a greater degree", "outstrip"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"], ["surmount", "be or do something to a greater degree", "surmount"], ["outdo", "be or do something to a greater degree", "outdo"], ["exceed", "be or do something to a greater degree", "exceed"], ["outgo", "be or do something to a greater degree", "outgo"]]}, {"answer": "outsmart", "hint": "synonyms for outsmart", "clues": [["beat", "beat through cleverness and wit", "beat"], ["outmaneuver", "defeat by more skillful maneuvering", "outmaneuver"], ["overreach", "beat through cleverness and wit", "overreach"], ["outwit", "beat through cleverness and wit", "outwit"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["outfox", "beat through cleverness and wit", "outfox"]]}, {"answer": "outstrip", "hint": "synonyms for outstrip", "clues": [["outdistance", "go far ahead of", "outdistance"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["outgo", "be or do something to a greater degree", "outgo"], ["distance", "go far ahead of", "distance"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"], ["outdo", "be or do something to a greater degree", "outdo"], ["exceed", "be or do something to a greater degree", "exceed"]]}, {"answer": "outwear", "hint": "synonyms for outwear", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "outwit", "hint": "synonyms for outwit", "clues": [["beat", "beat through cleverness and wit", "beat"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["overreach", "beat through cleverness and wit", "overreach"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["outfox", "beat through cleverness and wit", "outfox"]]}, {"answer": "overcloud", "hint": "synonyms for overcloud", "clues": [["bedim", "make obscure or unclear", "bedim"], ["cloud over", "become covered with clouds", "cloud over"], ["cloud up", "become covered with clouds", "cloud up"], ["obscure", "make obscure or unclear", "obscure"]]}, {"answer": "overcome", "hint": "synonyms for overcome", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["overwhelm", "overcome, as with emotions or perceptual stimuli", "overwhelm"], ["defeat", "win a victory over", "defeat"], ["get the best", "overcome, usually through no fault or weakness of the person that is overcome", "get the best"], ["surmount", "get on top of; deal with successfully", "surmount"], ["get over", "get on top of; deal with successfully", "get over"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["overtake", "overcome, as with emotions or perceptual stimuli", "overtake"], ["master", "get on top of; deal with successfully", "master"], ["have the best", "overcome, usually through no fault or weakness of the person that is overcome", "have the best"], ["get the better of", "win a victory over", "get the better of"], ["overpower", "overcome, as with emotions or perceptual stimuli", "overpower"]]}, {"answer": "overdraw", "hint": "synonyms for overdraw", "clues": [["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["magnify", "to enlarge beyond bounds or the truth", "magnify"], ["overstate", "to enlarge beyond bounds or the truth", "overstate"]]}, {"answer": "overdress", "hint": "synonyms for overdress", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"], ["overclothe", "dress too warmly", "overclothe"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"]]}, {"answer": "overeat", "hint": "synonyms for overeat", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "overgorge", "hint": "synonyms for overgorge", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "overindulge", "hint": "synonyms for overindulge", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "overleap", "hint": "synonyms for overleap", "clues": [["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["omit", "leave undone or leave out", "omit"], ["pretermit", "leave undone or leave out", "pretermit"], ["vault", "jump across or leap over (an obstacle)", "vault"], ["leave out", "leave undone or leave out", "leave out"], ["miss", "leave undone or leave out", "miss"]]}, {"answer": "overpower", "hint": "synonyms for overpower", "clues": [["overmaster", "overcome by superior force", "overmaster"], ["overwhelm", "overcome by superior force", "overwhelm"], ["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"], ["overtake", "overcome, as with emotions or perceptual stimuli", "overtake"]]}, {"answer": "overreach", "hint": "synonyms for overreach", "clues": [["beat", "beat through cleverness and wit", "beat"], ["outsmart", "beat through cleverness and wit", "outsmart"], ["outwit", "beat through cleverness and wit", "outwit"], ["circumvent", "beat through cleverness and wit", "circumvent"], ["outfox", "beat through cleverness and wit", "outfox"]]}, {"answer": "overrule", "hint": "synonyms for overrule", "clues": [["overturn", "rule against", "overturn"], ["overthrow", "rule against", "overthrow"], ["reverse", "rule against", "reverse"], ["override", "rule against", "override"]]}, {"answer": "overshadow", "hint": "synonyms for overshadow", "clues": [["dominate", "be greater in significance than", "dominate"], ["dwarf", "make appear small by comparison", "dwarf"], ["eclipse", "be greater in significance than", "eclipse"], ["shadow", "make appear small by comparison", "shadow"]]}, {"answer": "overstate", "hint": "synonyms for overstate", "clues": [["amplify", "to enlarge beyond bounds or the truth", "amplify"], ["hyperbolize", "to enlarge beyond bounds or the truth", "hyperbolize"], ["exaggerate", "to enlarge beyond bounds or the truth", "exaggerate"], ["overdraw", "to enlarge beyond bounds or the truth", "overdraw"], ["magnify", "to enlarge beyond bounds or the truth", "magnify"]]}, {"answer": "overstep", "hint": "synonyms for overstep", "clues": [["top", "be superior or better than some standard", "top"], ["transcend", "be superior or better than some standard", "transcend"], ["trespass", "pass beyond (limits or boundaries)", "trespass"], ["pass", "be superior or better than some standard", "pass"], ["transgress", "pass beyond (limits or boundaries)", "transgress"], ["exceed", "be superior or better than some standard", "exceed"], ["go past", "be superior or better than some standard", "go past"]]}, {"answer": "overtake", "hint": "synonyms for overtake", "clues": [["catch", "catch up with and possibly overtake", "catch"], ["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["overwhelm", "overcome, as with emotions or perceptual stimuli", "overwhelm"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["overhaul", "travel past", "overhaul"], ["pass", "travel past", "pass"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"], ["catch up with", "catch up with and possibly overtake", "catch up with"], ["overpower", "overcome, as with emotions or perceptual stimuli", "overpower"]]}, {"answer": "overwhelm", "hint": "synonyms for overwhelm", "clues": [["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["overmaster", "overcome by superior force", "overmaster"], ["submerge", "cover completely or make imperceptible", "submerge"], ["deluge", "charge someone with too many tasks", "deluge"], ["overtake", "overcome, as with emotions or perceptual stimuli", "overtake"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["drown", "cover completely or make imperceptible", "drown"], ["overpower", "overcome by superior force", "overpower"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"], ["flood out", "charge someone with too many tasks", "flood out"]]}, {"answer": "pacify", "hint": "synonyms for pacify", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["placate", "cause to be more favorably inclined; gain the good will of", "placate"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "palliate", "hint": "synonyms for palliate", "clues": [["mitigate", "lessen or to try to lessen the seriousness or extent of", "mitigate"], ["extenuate", "lessen or to try to lessen the seriousness or extent of", "extenuate"], ["alleviate", "provide physical relief, as from pain", "alleviate"], ["relieve", "provide physical relief, as from pain", "relieve"], ["assuage", "provide physical relief, as from pain", "assuage"]]}, {"answer": "palter", "hint": "synonyms for palter", "clues": [["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "equivocate"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "prevaricate"], ["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information", "beat around the bush"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "tergiversate"]]}, {"answer": "pamper", "hint": "synonyms for pamper", "clues": [["baby", "treat with excessive indulgence", "baby"], ["coddle", "treat with excessive indulgence", "coddle"], ["mollycoddle", "treat with excessive indulgence", "mollycoddle"], ["indulge", "treat with excessive indulgence", "indulge"], ["featherbed", "treat with excessive indulgence", "featherbed"], ["cosset", "treat with excessive indulgence", "cosset"], ["spoil", "treat with excessive indulgence", "spoil"], ["cocker", "treat with excessive indulgence", "cocker"]]}, {"answer": "parcel_out", "hint": "synonyms for parcel out", "clues": [["deal out", "administer or bestow, as in small portions", "deal out"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["shell out", "administer or bestow, as in small portions", "shell out"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "pare", "hint": "synonyms for pare", "clues": [["skin", "strip the skin off", "skin"], ["peel", "strip the skin off", "peel"], ["whittle", "cut small bits or pare shavings from", "whittle"], ["trim", "remove the edges from and cut down to the desired size", "trim"], ["pare down", "decrease gradually or bit by bit", "pare down"]]}, {"answer": "pass_across", "hint": "synonyms for pass across", "clues": [["pass over", "make a passage or journey from one place to another", "pass over"], ["move through", "make a passage or journey from one place to another", "move through"], ["transit", "make a passage or journey from one place to another", "transit"], ["pass through", "make a passage or journey from one place to another", "pass through"]]}, {"answer": "pass_along", "hint": "synonyms for pass along", "clues": [["communicate", "transmit information", "communicate"], ["pass", "transmit information", "pass"], ["put across", "transmit information", "put across"], ["pass on", "transmit information", "pass on"]]}, {"answer": "pass_around", "hint": "synonyms for pass around", "clues": [["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["propagate", "cause to become widely known", "propagate"], ["circularize", "cause to become widely known", "circularize"], ["pass on", "cause be distributed", "pass on"], ["disseminate", "cause to become widely known", "disseminate"], ["circulate", "cause be distributed", "circulate"], ["broadcast", "cause to become widely known", "broadcast"], ["spread", "cause to become widely known", "spread"], ["disperse", "cause to become widely known", "disperse"]]}, {"answer": "pass_away", "hint": "synonyms for pass away", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"]]}, {"answer": "pass_by", "hint": "synonyms for pass by", "clues": [["go by", "move past", "go by"], ["travel by", "move past", "travel by"], ["go past", "move past", "go past"], ["pass", "move past", "pass"], ["surpass", "move past", "surpass"]]}, {"answer": "pass_off", "hint": "synonyms for pass off", "clues": [["hap", "come to pass", "hap"], ["emit", "expel (gases or odors)", "emit"], ["come about", "come to pass", "come about"], ["occur", "come to pass", "occur"], ["fall out", "come to pass", "fall out"], ["pass", "disappear gradually", "pass"], ["blow over", "disappear gradually", "blow over"], ["go on", "come to pass", "go on"], ["fleet", "disappear gradually", "fleet"], ["evanesce", "disappear gradually", "evanesce"], ["happen", "come to pass", "happen"], ["breathe", "expel (gases or odors)", "breathe"], ["take place", "come to pass", "take place"], ["fade", "disappear gradually", "fade"]]}, {"answer": "pass_on", "hint": "synonyms for pass on", "clues": [["put across", "transmit information", "put across"], ["pass along", "transmit information", "pass along"], ["leave", "transmit (knowledge or skills)", "leave"], ["progress", "move forward, also in the metaphorical sense", "progress"], ["circulate", "cause be distributed", "circulate"], ["pass", "place into the hands or custody of", "pass"], ["pass around", "cause be distributed", "pass around"], ["relegate", "refer to another person for decision or judgment", "relegate"], ["reach", "place into the hands or custody of", "reach"], ["move on", "move forward, also in the metaphorical sense", "move on"], ["impart", "transmit (knowledge or skills)", "impart"], ["go on", "move forward, also in the metaphorical sense", "go on"], ["submit", "refer to another person for decision or judgment", "submit"], ["advance", "move forward, also in the metaphorical sense", "advance"], ["communicate", "transmit information", "communicate"], ["turn over", "place into the hands or custody of", "turn over"], ["hand", "place into the hands or custody of", "hand"], ["give", "transmit (knowledge or skills)", "give"], ["march on", "move forward, also in the metaphorical sense", "march on"], ["distribute", "cause be distributed", "distribute"]]}, {"answer": "pass_out", "hint": "synonyms for pass out", "clues": [["distribute", "give to several people", "distribute"], ["faint", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "faint"], ["zonk out", "lose consciousness due to a sudden trauma, for example", "zonk out"], ["give out", "give to several people", "give out"], ["black out", "lose consciousness due to a sudden trauma, for example", "black out"], ["conk", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "conk"], ["swoon", "pass out from weakness, physical or emotional distress due to a loss of blood supply to the brain", "swoon"], ["hand out", "give to several people", "hand out"]]}, {"answer": "pass_over", "hint": "synonyms for pass over", "clues": [["cut through", "travel across or pass over", "cut through"], ["get over", "travel across or pass over", "get over"], ["cover", "travel across or pass over", "cover"], ["pass across", "make a passage or journey from one place to another", "pass across"], ["skip", "bypass", "skip"], ["overfly", "fly over", "overfly"], ["skip over", "bypass", "skip over"], ["cut across", "travel across or pass over", "cut across"], ["track", "travel across or pass over", "track"], ["traverse", "travel across or pass over", "traverse"], ["wipe", "rub with a circular motion", "wipe"], ["cross", "travel across or pass over", "cross"], ["jump", "bypass", "jump"], ["move through", "make a passage or journey from one place to another", "move through"], ["transit", "make a passage or journey from one place to another", "transit"], ["get across", "travel across or pass over", "get across"], ["pass through", "make a passage or journey from one place to another", "pass through"]]}, {"answer": "pass_through", "hint": "synonyms for pass through", "clues": [["pass across", "make a passage or journey from one place to another", "pass across"], ["infiltrate", "pass through an enemy line; in a military conflict", "infiltrate"], ["pass over", "make a passage or journey from one place to another", "pass over"], ["move through", "make a passage or journey from one place to another", "move through"], ["transit", "make a passage or journey from one place to another", "transit"]]}, {"answer": "pass_up", "hint": "synonyms for pass up", "clues": [["turn down", "refuse to accept", "turn down"], ["reject", "refuse to accept", "reject"], ["refuse", "refuse to accept", "refuse"], ["decline", "refuse to accept", "decline"]]}, {"answer": "pass_water", "hint": "synonyms for pass water", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "pass_with_flying_colors", "hint": "synonyms for pass with flying colors", "clues": [["nail", "succeed at easily", "nail"], ["sweep through", "succeed at easily", "sweep through"], ["breeze through", "succeed at easily", "breeze through"], ["ace", "succeed at easily", "ace"], ["sail through", "succeed at easily", "sail through"]]}, {"answer": "patch_up", "hint": "synonyms for patch up", "clues": [["patch", "mend by putting a patch on", "patch"], ["settle", "come to terms", "settle"], ["reconcile", "come to terms", "reconcile"], ["conciliate", "come to terms", "conciliate"], ["make up", "come to terms", "make up"]]}, {"answer": "patronise", "hint": "synonyms for patronise", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "assume sponsorship of", "sponsor"], ["patronize", "treat condescendingly", "patronize"], ["condescend", "treat condescendingly", "condescend"], ["support", "be a regular customer or client of", "support"], ["patronage", "be a regular customer or client of", "patronage"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["keep going", "be a regular customer or client of", "keep going"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "patronize", "hint": "synonyms for patronize", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "assume sponsorship of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "assume sponsorship of", "sponsor"], ["support", "be a regular customer or client of", "support"], ["condescend", "treat condescendingly", "condescend"], ["patronage", "be a regular customer or client of", "patronage"], ["shop at", "do one's shopping at; do business with; be a customer or client of", "shop at"], ["keep going", "be a regular customer or client of", "keep going"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "pay_back", "hint": "synonyms for pay back", "clues": [["repay", "act or give recompense in recognition of someone's behavior or actions", "repay"], ["reward", "act or give recompense in recognition of someone's behavior or actions", "reward"], ["pay off", "take vengeance on or get even", "pay off"], ["fix", "take vengeance on or get even", "fix"], ["get", "take vengeance on or get even", "get"]]}, {"answer": "pay_heed", "hint": "synonyms for pay heed", "clues": [["hang", "give heed (to)", "hang"], ["attend", "give heed (to)", "attend"], ["give ear", "give heed (to)", "give ear"], ["advert", "give heed (to)", "advert"]]}, {"answer": "pay_off", "hint": "synonyms for pay off", "clues": [["make up", "do or give something to somebody in return", "make up"], ["redeem", "pay off (loans or promissory notes)", "redeem"], ["liquidate", "eliminate by paying off (debts)", "liquidate"], ["pay", "do or give something to somebody in return", "pay"], ["compensate", "do or give something to somebody in return", "compensate"], ["fix", "take vengeance on or get even", "fix"], ["buy off", "pay someone with influence in order to receive a favor", "buy off"], ["pay back", "take vengeance on or get even", "pay back"], ["get", "take vengeance on or get even", "get"]]}, {"answer": "peculate", "hint": "synonyms for peculate", "clues": [["defalcate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "defalcate"], ["misappropriate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "misappropriate"], ["malversate", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "malversate"], ["embezzle", "appropriate (as property entrusted to one's care) fraudulently to one's own use", "embezzle"]]}, {"answer": "peddle", "hint": "synonyms for peddle", "clues": [["pitch", "sell or offer for sale from place to place", "pitch"], ["vend", "sell or offer for sale from place to place", "vend"], ["monger", "sell or offer for sale from place to place", "monger"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["huckster", "sell or offer for sale from place to place", "huckster"]]}, {"answer": "pee-pee", "hint": "synonyms for pee-pee", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "peel_off", "hint": "synonyms for peel off", "clues": [["flake", "come off in flakes or thin small pieces", "flake"], ["flake off", "come off in flakes or thin small pieces", "flake off"], ["desquamate", "peel off in scales", "desquamate"], ["peel", "come off in flakes or thin small pieces", "peel"]]}, {"answer": "peg_away", "hint": "synonyms for peg away", "clues": [["keep one's shoulder to the wheel", "work doggedly or persistently", "keep one's shoulder to the wheel"], ["slog", "work doggedly or persistently", "slog"], ["keep one's nose to the grindstone", "work doggedly or persistently", "keep one's nose to the grindstone"], ["plug away", "work doggedly or persistently", "plug away"]]}, {"answer": "peg_down", "hint": "synonyms for peg down", "clues": [["narrow down", "define clearly", "narrow down"], ["nail down", "define clearly", "nail down"], ["narrow", "define clearly", "narrow"], ["specify", "define clearly", "specify"], ["peg", "fasten or secure with a wooden pin", "peg"], ["pin down", "define clearly", "pin down"]]}, {"answer": "pelt_along", "hint": "synonyms for pelt along", "clues": [["rush", "move fast", "rush"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["belt along", "move fast", "belt along"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "penetrate", "hint": "synonyms for penetrate", "clues": [["interpenetrate", "spread or diffuse through", "interpenetrate"], ["permeate", "spread or diffuse through", "permeate"], ["click", "become clear or enter one's consciousness or emotions", "click"], ["get across", "become clear or enter one's consciousness or emotions", "get across"], ["infiltrate", "enter a group or organization in order to spy on the members", "infiltrate"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["pervade", "spread or diffuse through", "pervade"], ["bottom", "come to understand", "bottom"], ["sink in", "become clear or enter one's consciousness or emotions", "sink in"], ["diffuse", "spread or diffuse through", "diffuse"], ["perforate", "pass into or through, often by overcoming resistance", "perforate"], ["imbue", "spread or diffuse through", "imbue"], ["riddle", "spread or diffuse through", "riddle"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["fathom", "come to understand", "fathom"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "pep_up", "hint": "synonyms for pep up", "clues": [["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["ginger up", "make more interesting or lively", "ginger up"], ["juice up", "make more interesting or lively", "juice up"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["jazz up", "make more interesting or lively", "jazz up"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"]]}, {"answer": "perish", "hint": "synonyms for perish", "clues": [["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "perk_up", "hint": "synonyms for perk up", "clues": [["pick up", "gain or regain energy", "pick up"], ["gain vigor", "gain or regain energy", "gain vigor"], ["energize", "cause to be alert and energetic", "energize"], ["arouse", "cause to be alert and energetic", "arouse"], ["brace", "cause to be alert and energetic", "brace"], ["percolate", "gain or regain energy", "percolate"], ["stimulate", "cause to be alert and energetic", "stimulate"], ["perk", "gain or regain energy", "perk"]]}, {"answer": "permeate", "hint": "synonyms for permeate", "clues": [["filter", "pass through", "filter"], ["penetrate", "spread or diffuse through", "penetrate"], ["sink in", "pass through", "sink in"], ["interpenetrate", "penetrate mutually or be interlocked", "interpenetrate"], ["pervade", "spread or diffuse through", "pervade"], ["diffuse", "spread or diffuse through", "diffuse"], ["imbue", "spread or diffuse through", "imbue"], ["riddle", "spread or diffuse through", "riddle"], ["percolate", "pass through", "percolate"]]}, {"answer": "perplex", "hint": "synonyms for perplex", "clues": [["flummox", "be a mystery or bewildering to", "flummox"], ["baffle", "be a mystery or bewildering to", "baffle"], ["amaze", "be a mystery or bewildering to", "amaze"], ["beat", "be a mystery or bewildering to", "beat"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["gravel", "be a mystery or bewildering to", "gravel"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["complicate", "make more complicated", "complicate"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "persist", "hint": "synonyms for persist", "clues": [["prevail", "continue to exist", "prevail"], ["remain", "stay behind", "remain"], ["run", "continue to exist", "run"], ["die hard", "continue to exist", "die hard"], ["hold on", "be persistent, refuse to stop", "hold on"], ["persevere", "be persistent, refuse to stop", "persevere"], ["hang on", "be persistent, refuse to stop", "hang on"], ["endure", "continue to exist", "endure"], ["stay", "stay behind", "stay"]]}, {"answer": "personify", "hint": "synonyms for personify", "clues": [["personate", "attribute human qualities to something", "personate"], ["be", "represent, as of a character on stage", "be"], ["embody", "represent, as of a character on stage", "embody"], ["body", "invest with or as with a body; give body to", "body"]]}, {"answer": "pertain", "hint": "synonyms for pertain", "clues": [["come to", "be relevant to", "come to"], ["have-to doe with", "be relevant to", "have-to doe with"], ["bear on", "be relevant to", "bear on"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["appertain", "be a part or attribute of", "appertain"], ["concern", "be relevant to", "concern"], ["touch", "be relevant to", "touch"], ["refer", "be relevant to", "refer"]]}, {"answer": "perturb", "hint": "synonyms for perturb", "clues": [["unhinge", "disturb in mind or make uneasy or cause to be worried or alarmed", "unhinge"], ["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["throw out of kilter", "throw into great confusion or disorder", "throw out of kilter"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["derange", "throw into great confusion or disorder", "derange"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "pervade", "hint": "synonyms for pervade", "clues": [["permeate", "spread or diffuse through", "permeate"], ["penetrate", "spread or diffuse through", "penetrate"], ["riddle", "spread or diffuse through", "riddle"], ["diffuse", "spread or diffuse through", "diffuse"], ["interpenetrate", "spread or diffuse through", "interpenetrate"], ["imbue", "spread or diffuse through", "imbue"]]}, {"answer": "pester", "hint": "synonyms for pester", "clues": [["bug", "annoy persistently", "bug"], ["badger", "annoy persistently", "badger"], ["tease", "annoy persistently", "tease"], ["beleaguer", "annoy persistently", "beleaguer"]]}, {"answer": "peter_out", "hint": "synonyms for peter out", "clues": [["run down", "use up all one's strength and energy and stop working", "run down"], ["run out", "use up all one's strength and energy and stop working", "run out"], ["conk out", "use up all one's strength and energy and stop working", "conk out"], ["taper off", "end weakly", "taper off"], ["poop out", "use up all one's strength and energy and stop working", "poop out"], ["fizzle", "end weakly", "fizzle"], ["fizzle out", "end weakly", "fizzle out"]]}, {"answer": "pettifog", "hint": "synonyms for pettifog", "clues": [["quibble", "argue over petty things", "quibble"], ["niggle", "argue over petty things", "niggle"], ["squabble", "argue over petty things", "squabble"], ["brabble", "argue over petty things", "brabble"], ["bicker", "argue over petty things", "bicker"]]}, {"answer": "philander", "hint": "synonyms for philander", "clues": [["womanise", "have amorous affairs; of men", "womanise"], ["chat up", "talk or behave amorously, without serious intentions", "chat up"], ["dally", "talk or behave amorously, without serious intentions", "dally"], ["flirt", "talk or behave amorously, without serious intentions", "flirt"], ["coquette", "talk or behave amorously, without serious intentions", "coquette"], ["mash", "talk or behave amorously, without serious intentions", "mash"], ["butterfly", "talk or behave amorously, without serious intentions", "butterfly"], ["romance", "talk or behave amorously, without serious intentions", "romance"]]}, {"answer": "pick_at", "hint": "synonyms for pick at", "clues": [["pluck at", "pluck or pull at with the fingers", "pluck at"], ["peck", "eat like a bird", "peck"], ["disparage", "express a negative opinion of", "disparage"], ["pull at", "pluck or pull at with the fingers", "pull at"], ["belittle", "express a negative opinion of", "belittle"], ["peck at", "eat like a bird", "peck at"]]}, {"answer": "pick_out", "hint": "synonyms for pick out", "clues": [["make out", "detect with the senses", "make out"], ["take", "pick out, select, or choose from a number of alternatives", "take"], ["select", "pick out, select, or choose from a number of alternatives", "select"], ["discern", "detect with the senses", "discern"], ["choose", "pick out, select, or choose from a number of alternatives", "choose"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["recognise", "detect with the senses", "recognise"], ["tell apart", "detect with the senses", "tell apart"]]}, {"answer": "pick_up", "hint": "synonyms for pick up", "clues": [["call for", "gather or collect", "call for"], ["intoxicate", "fill with high spirits; fill with optimism", "intoxicate"], ["lift up", "take and lift upward", "lift up"], ["find out", "get to know or become aware of, usually accidentally", "find out"], ["apprehend", "take into custody", "apprehend"], ["gain vigor", "gain or regain energy", "gain vigor"], ["perk up", "gain or regain energy", "perk up"], ["catch", "perceive with the senses quickly, suddenly, or momentarily", "catch"], ["cop", "take into custody", "cop"], ["arrest", "take into custody", "arrest"], ["receive", "register (perceptual input)", "receive"], ["collar", "take into custody", "collar"], ["elate", "fill with high spirits; fill with optimism", "elate"], ["gather up", "gather or collect", "gather up"], ["get a line", "get to know or become aware of, usually accidentally", "get a line"], ["peck", "eat by pecking at, like a bird", "peck"], ["get word", "get to know or become aware of, usually accidentally", "get word"], ["get wind", "get to know or become aware of, usually accidentally", "get wind"], ["collect", "gather or collect", "collect"], ["nail", "take into custody", "nail"], ["uplift", "fill with high spirits; fill with optimism", "uplift"], ["nab", "take into custody", "nab"], ["see", "get to know or become aware of, usually accidentally", "see"], ["turn around", "improve significantly; go from bad to good", "turn around"], ["hear", "get to know or become aware of, usually accidentally", "hear"], ["percolate", "gain or regain energy", "percolate"], ["discover", "get to know or become aware of, usually accidentally", "discover"], ["learn", "get to know or become aware of, usually accidentally", "learn"], ["perk", "gain or regain energy", "perk"]]}, {"answer": "piddle_away", "hint": "synonyms for piddle away", "clues": [["piddle", "waste time; spend one's time idly or inefficiently", "piddle"], ["wanton away", "waste time; spend one's time idly or inefficiently", "wanton away"], ["wanton", "waste time; spend one's time idly or inefficiently", "wanton"], ["trifle", "waste time; spend one's time idly or inefficiently", "trifle"]]}, {"answer": "pig_out", "hint": "synonyms for pig out", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["scarf out", "overeat or eat immodestly; make a pig of oneself", "scarf out"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"]]}, {"answer": "pile_up", "hint": "synonyms for pile up", "clues": [["amass", "collect or gather", "amass"], ["accumulate", "get or gather together", "accumulate"], ["gather", "collect or gather", "gather"], ["roll up", "get or gather together", "roll up"], ["stack up", "arrange into piles or stacks", "stack up"], ["heap up", "arrange into piles or stacks", "heap up"], ["compile", "get or gather together", "compile"], ["collect", "get or gather together", "collect"], ["conglomerate", "collect or gather", "conglomerate"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "pilfer", "hint": "synonyms for pilfer", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["hook", "make off with belongings of others", "hook"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["sneak", "make off with belongings of others", "sneak"], ["purloin", "make off with belongings of others", "purloin"], ["swipe", "make off with belongings of others", "swipe"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "pin_down", "hint": "synonyms for pin down", "clues": [["trap", "place in a confining or embarrassing position", "trap"], ["peg down", "define clearly", "peg down"], ["nail down", "define clearly", "nail down"], ["narrow", "define clearly", "narrow"], ["specify", "define clearly", "specify"], ["pin up", "attach with or as if with a pin", "pin up"], ["narrow down", "define clearly", "narrow down"]]}, {"answer": "pipe_down", "hint": "synonyms for pipe down", "clues": [["quiet down", "become quiet or quieter", "quiet down"], ["hush", "become quiet or quieter", "hush"], ["quiesce", "become quiet or quieter", "quiesce"], ["quieten", "become quiet or quieter", "quieten"], ["quiet", "become quiet or quieter", "quiet"]]}, {"answer": "placate", "hint": "synonyms for placate", "clues": [["mollify", "cause to be more favorably inclined; gain the good will of", "mollify"], ["appease", "cause to be more favorably inclined; gain the good will of", "appease"], ["gentle", "cause to be more favorably inclined; gain the good will of", "gentle"], ["conciliate", "cause to be more favorably inclined; gain the good will of", "conciliate"], ["pacify", "cause to be more favorably inclined; gain the good will of", "pacify"], ["gruntle", "cause to be more favorably inclined; gain the good will of", "gruntle"], ["assuage", "cause to be more favorably inclined; gain the good will of", "assuage"], ["lenify", "cause to be more favorably inclined; gain the good will of", "lenify"]]}, {"answer": "play_a_joke_on", "hint": "synonyms for play a joke on", "clues": [["play tricks", "deceive somebody", "play tricks"], ["fob", "deceive somebody", "fob"], ["hoax", "subject to a playful hoax or joke", "hoax"], ["flim-flam", "deceive somebody", "flim-flam"], ["pull a fast one on", "deceive somebody", "pull a fast one on"], ["trick", "deceive somebody", "trick"], ["play a trick on", "deceive somebody", "play a trick on"], ["fox", "deceive somebody", "fox"], ["pull someone's leg", "subject to a playful hoax or joke", "pull someone's leg"]]}, {"answer": "play_a_trick_on", "hint": "synonyms for play a trick on", "clues": [["pull a fast one on", "deceive somebody", "pull a fast one on"], ["trick", "deceive somebody", "trick"], ["play tricks", "deceive somebody", "play tricks"], ["fob", "deceive somebody", "fob"], ["fox", "deceive somebody", "fox"], ["flim-flam", "deceive somebody", "flim-flam"], ["play a joke on", "deceive somebody", "play a joke on"]]}, {"answer": "play_false", "hint": "synonyms for play false", "clues": [["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "bamboozle"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "snow"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "lead by the nose"], ["pull the wool over someone's eyes", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "pull the wool over someone's eyes"], ["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "hoodwink"]]}, {"answer": "play_out", "hint": "synonyms for play out", "clues": [["exhaust", "deplete", "exhaust"], ["run down", "deplete", "run down"], ["tire", "deplete", "tire"], ["sap", "deplete", "sap"]]}, {"answer": "play_tricks", "hint": "synonyms for play tricks", "clues": [["pull a fast one on", "deceive somebody", "pull a fast one on"], ["trick", "deceive somebody", "trick"], ["play a trick on", "deceive somebody", "play a trick on"], ["fox", "deceive somebody", "fox"], ["fob", "deceive somebody", "fob"], ["flim-flam", "deceive somebody", "flim-flam"], ["play a joke on", "deceive somebody", "play a joke on"]]}, {"answer": "play_up", "hint": "synonyms for play up", "clues": [["shine up", "ingratiate oneself to; often with insincere behavior", "shine up"], ["highlight", "move into the foreground to make more visible or prominent", "highlight"], ["sidle up", "ingratiate oneself to; often with insincere behavior", "sidle up"], ["suck up", "ingratiate oneself to; often with insincere behavior", "suck up"], ["spotlight", "move into the foreground to make more visible or prominent", "spotlight"], ["cotton up", "ingratiate oneself to; often with insincere behavior", "cotton up"], ["cozy up", "ingratiate oneself to; often with insincere behavior", "cozy up"], ["foreground", "move into the foreground to make more visible or prominent", "foreground"]]}, {"answer": "plug_away", "hint": "synonyms for plug away", "clues": [["peg away", "work doggedly or persistently", "peg away"], ["slog", "work doggedly or persistently", "slog"], ["plug", "persist in working hard", "plug"], ["keep one's nose to the grindstone", "work doggedly or persistently", "keep one's nose to the grindstone"], ["keep one's shoulder to the wheel", "work doggedly or persistently", "keep one's shoulder to the wheel"]]}, {"answer": "plump_down", "hint": "synonyms for plump down", "clues": [["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["plank down", "drop heavily", "plank down"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "plump_for", "hint": "synonyms for plump for", "clues": [["indorse", "be behind; approve of", "indorse"], ["support", "be behind; approve of", "support"], ["back", "be behind; approve of", "back"], ["plunk for", "be behind; approve of", "plunk for"]]}, {"answer": "plump_out", "hint": "synonyms for plump out", "clues": [["plump", "make fat or plump", "plump"], ["fat", "make fat or plump", "fat"], ["fatten up", "make fat or plump", "fatten up"], ["flesh out", "make fat or plump", "flesh out"], ["fatten out", "make fat or plump", "fatten out"], ["fill out", "make fat or plump", "fill out"], ["fatten", "make fat or plump", "fatten"]]}, {"answer": "plunk_down", "hint": "synonyms for plunk down", "clues": [["plank", "set (something or oneself) down with or as if with a noise", "plank"], ["plump", "set (something or oneself) down with or as if with a noise", "plump"], ["plunk", "set (something or oneself) down with or as if with a noise", "plunk"], ["plonk", "set (something or oneself) down with or as if with a noise", "plonk"], ["plump down", "set (something or oneself) down with or as if with a noise", "plump down"], ["plop", "set (something or oneself) down with or as if with a noise", "plop"], ["flump", "set (something or oneself) down with or as if with a noise", "flump"]]}, {"answer": "plunk_for", "hint": "synonyms for plunk for", "clues": [["indorse", "be behind; approve of", "indorse"], ["support", "be behind; approve of", "support"], ["back", "be behind; approve of", "back"], ["plump for", "be behind; approve of", "plump for"]]}, {"answer": "point_out", "hint": "synonyms for point out", "clues": [["signalize", "point out carefully and clearly", "signalize"], ["comment", "make or write a comment on", "comment"], ["remonstrate", "present and urge reasons in opposition", "remonstrate"], ["call attention", "point out carefully and clearly", "call attention"], ["remark", "make or write a comment on", "remark"], ["notice", "make or write a comment on", "notice"]]}, {"answer": "poke_fun", "hint": "synonyms for poke fun", "clues": [["laugh at", "subject to laughter or ridicule", "laugh at"], ["roast", "subject to laughter or ridicule", "roast"], ["make fun", "subject to laughter or ridicule", "make fun"], ["guy", "subject to laughter or ridicule", "guy"], ["jest at", "subject to laughter or ridicule", "jest at"], ["rib", "subject to laughter or ridicule", "rib"], ["blackguard", "subject to laughter or ridicule", "blackguard"], ["ridicule", "subject to laughter or ridicule", "ridicule"]]}, {"answer": "polish_off", "hint": "synonyms for polish off", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["get through", "finish a task completely", "get through"], ["mop up", "finish a task completely", "mop up"], ["eat up", "finish eating all the food on one's plate or on the table", "eat up"], ["wrap up", "finish a task completely", "wrap up"], ["finish off", "finish a task completely", "finish off"], ["hit", "kill intentionally and with premeditation", "hit"], ["slay", "kill intentionally and with premeditation", "slay"], ["finish up", "finish a task completely", "finish up"], ["off", "kill intentionally and with premeditation", "off"], ["finish", "finish eating all the food on one's plate or on the table", "finish"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["clear up", "finish a task completely", "clear up"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "polish_up", "hint": "synonyms for polish up", "clues": [["round off", "bring to a highly developed, finished, or refined state", "round off"], ["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["round", "bring to a highly developed, finished, or refined state", "round"], ["polish", "bring to a highly developed, finished, or refined state", "polish"]]}, {"answer": "ponder", "hint": "synonyms for ponder", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "pooh-pooh", "hint": "synonyms for pooh-pooh", "clues": [["scorn", "reject with contempt", "scorn"], ["spurn", "reject with contempt", "spurn"], ["disdain", "reject with contempt", "disdain"], ["turn down", "reject with contempt", "turn down"], ["reject", "reject with contempt", "reject"], ["freeze off", "reject with contempt", "freeze off"]]}, {"answer": "poop_out", "hint": "synonyms for poop out", "clues": [["peter out", "use up all one's strength and energy and stop working", "peter out"], ["run out", "use up all one's strength and energy and stop working", "run out"], ["conk out", "use up all one's strength and energy and stop working", "conk out"], ["run down", "use up all one's strength and energy and stop working", "run down"]]}, {"answer": "pop_off", "hint": "synonyms for pop off", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["snuff it", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "snuff it"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "pop_out", "hint": "synonyms for pop out", "clues": [["burst out", "appear suddenly", "burst out"], ["pop", "bulge outward", "pop"], ["start", "bulge outward", "start"], ["bulge out", "bulge outward", "bulge out"], ["protrude", "bulge outward", "protrude"], ["come out", "bulge outward", "come out"], ["bulge", "bulge outward", "bulge"]]}, {"answer": "portend", "hint": "synonyms for portend", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "portion_out", "hint": "synonyms for portion out", "clues": [["deal", "give out as one's portion or share", "deal"], ["apportion", "give out as one's portion or share", "apportion"], ["share", "give out as one's portion or share", "share"], ["divvy up", "give out as one's portion or share", "divvy up"]]}, {"answer": "portray", "hint": "synonyms for portray", "clues": [["impersonate", "assume or act the character of", "impersonate"], ["depict", "make a portrait of", "depict"], ["limn", "make a portrait of", "limn"], ["present", "represent abstractly, for example in a painting, drawing, or sculpture", "present"]]}, {"answer": "postpone", "hint": "synonyms for postpone", "clues": [["prorogue", "hold back to a later time", "prorogue"], ["shelve", "hold back to a later time", "shelve"], ["put off", "hold back to a later time", "put off"], ["table", "hold back to a later time", "table"], ["remit", "hold back to a later time", "remit"], ["hold over", "hold back to a later time", "hold over"], ["set back", "hold back to a later time", "set back"], ["defer", "hold back to a later time", "defer"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "pour", "hint": "synonyms for pour", "clues": [["swarm", "move in large numbers", "swarm"], ["pour out", "pour out", "pour out"], ["pullulate", "move in large numbers", "pullulate"], ["pelt", "rain heavily", "pelt"], ["stream", "rain heavily", "stream"], ["rain cats and dogs", "rain heavily", "rain cats and dogs"], ["decant", "pour out", "decant"], ["rain buckets", "rain heavily", "rain buckets"], ["teem", "move in large numbers", "teem"]]}, {"answer": "pour_down", "hint": "synonyms for pour down", "clues": [["belt down", "drink down entirely", "belt down"], ["toss off", "drink down entirely", "toss off"], ["kill", "drink down entirely", "kill"], ["pop", "drink down entirely", "pop"], ["down", "drink down entirely", "down"], ["drink down", "drink down entirely", "drink down"]]}, {"answer": "pour_out", "hint": "synonyms for pour out", "clues": [["pour", "pour out", "pour"], ["effuse", "pour out", "effuse"], ["decant", "pour out", "decant"], ["spill out", "be disgorged", "spill out"], ["spill over", "be disgorged", "spill over"]]}, {"answer": "practise", "hint": "synonyms for practise", "clues": [["practice", "carry out or practice; as of jobs and professions", "practice"], ["drill", "learn by repetition", "drill"], ["exercise", "carry out or practice; as of jobs and professions", "exercise"], ["do", "carry out or practice; as of jobs and professions", "do"], ["rehearse", "engage in a rehearsal (of)", "rehearse"]]}, {"answer": "precede", "hint": "synonyms for precede", "clues": [["forgo", "be earlier in time; go back further", "forgo"], ["come before", "be the predecessor of", "come before"], ["predate", "come before", "predate"], ["lead", "move ahead (of others) in time or space", "lead"], ["preface", "furnish with a preface or introduction", "preface"], ["introduce", "furnish with a preface or introduction", "introduce"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"], ["premise", "furnish with a preface or introduction", "premise"]]}, {"answer": "preclude", "hint": "synonyms for preclude", "clues": [["forestall", "keep from happening or arising; make impossible", "forestall"], ["forbid", "keep from happening or arising; make impossible", "forbid"], ["prevent", "keep from happening or arising; make impossible", "prevent"], ["close out", "make impossible, especially beforehand", "close out"], ["foreclose", "keep from happening or arising; make impossible", "foreclose"], ["rule out", "make impossible, especially beforehand", "rule out"]]}, {"answer": "predate", "hint": "synonyms for predate", "clues": [["precede", "be earlier in time; go back further", "precede"], ["prey", "prey on or hunt for", "prey"], ["forgo", "be earlier in time; go back further", "forgo"], ["foredate", "establish something as being earlier relative to something else", "foredate"], ["raven", "prey on or hunt for", "raven"], ["antecede", "be earlier in time; go back further", "antecede"], ["antedate", "be earlier in time; go back further", "antedate"]]}, {"answer": "predict", "hint": "synonyms for predict", "clues": [["call", "make a prediction about; tell in advance", "call"], ["presage", "indicate by signs", "presage"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["bode", "indicate by signs", "bode"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["betoken", "indicate by signs", "betoken"], ["forebode", "make a prediction about; tell in advance", "forebode"], ["forecast", "indicate by signs", "forecast"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["omen", "indicate by signs", "omen"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["prognosticate", "make a prediction about; tell in advance", "prognosticate"], ["promise", "make a prediction about; tell in advance", "promise"], ["prefigure", "indicate by signs", "prefigure"]]}, {"answer": "preen", "hint": "synonyms for preen", "clues": [["plume", "clean with one's bill", "plume"], ["dress", "dress or groom with elaborate care", "dress"], ["primp", "dress or groom with elaborate care", "primp"], ["congratulate", "pride or congratulate (oneself) for an achievement", "congratulate"]]}, {"answer": "prefigure", "hint": "synonyms for prefigure", "clues": [["prognosticate", "indicate by signs", "prognosticate"], ["presage", "indicate by signs", "presage"], ["forecast", "indicate by signs", "forecast"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["omen", "indicate by signs", "omen"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["predict", "indicate by signs", "predict"], ["betoken", "indicate by signs", "betoken"], ["foretell", "indicate by signs", "foretell"], ["bode", "indicate by signs", "bode"]]}, {"answer": "prepare", "hint": "synonyms for prepare", "clues": [["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "fix"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["educate", "create by training and teaching", "educate"], ["get up", "arrange by systematic planning and united effort", "get up"], ["groom", "educate for a future role or function", "groom"], ["machinate", "arrange by systematic planning and united effort", "machinate"], ["make", "prepare for eating by applying heat", "make"], ["train", "create by training and teaching", "train"], ["organise", "arrange by systematic planning and united effort", "organise"], ["cook", "prepare for eating by applying heat", "cook"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["devise", "arrange by systematic planning and united effort", "devise"], ["develop", "create by training and teaching", "develop"], ["set up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set up"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"]]}, {"answer": "press_out", "hint": "synonyms for press out", "clues": [["express", "obtain from a substance, as by mechanical action", "express"], ["extract", "obtain from a substance, as by mechanical action", "extract"], ["extinguish", "extinguish by crushing", "extinguish"], ["press", "press from a plastic", "press"], ["stub out", "extinguish by crushing", "stub out"], ["crush out", "extinguish by crushing", "crush out"]]}, {"answer": "presume", "hint": "synonyms for presume", "clues": [["make bold", "take upon oneself; act presumptuously, without permission", "make bold"], ["assume", "take to be the case or to be true; accept without verification or proof", "assume"], ["dare", "take upon oneself; act presumptuously, without permission", "dare"], ["take for granted", "take to be the case or to be true; accept without verification or proof", "take for granted"]]}, {"answer": "pretermit", "hint": "synonyms for pretermit", "clues": [["overlook", "leave undone or leave out", "overlook"], ["drop", "leave undone or leave out", "drop"], ["neglect", "leave undone or leave out", "neglect"], ["leave out", "leave undone or leave out", "leave out"], ["omit", "leave undone or leave out", "omit"], ["overleap", "leave undone or leave out", "overleap"], ["miss", "leave undone or leave out", "miss"]]}, {"answer": "prevail", "hint": "synonyms for prevail", "clues": [["dominate", "be larger in number, quantity, power, status or importance", "dominate"], ["run", "continue to exist", "run"], ["reign", "be larger in number, quantity, power, status or importance", "reign"], ["die hard", "continue to exist", "die hard"], ["obtain", "be valid, applicable, or true", "obtain"], ["endure", "continue to exist", "endure"], ["predominate", "be larger in number, quantity, power, status or importance", "predominate"], ["hold", "be valid, applicable, or true", "hold"], ["triumph", "prove superior", "triumph"], ["rule", "be larger in number, quantity, power, status or importance", "rule"], ["persist", "continue to exist", "persist"]]}, {"answer": "prevaricate", "hint": "synonyms for prevaricate", "clues": [["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "equivocate"], ["tergiversate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "tergiversate"], ["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information", "beat around the bush"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information", "palter"]]}, {"answer": "prevent", "hint": "synonyms for prevent", "clues": [["forestall", "keep from happening or arising; make impossible", "forestall"], ["forbid", "keep from happening or arising; make impossible", "forbid"], ["preclude", "keep from happening or arising; make impossible", "preclude"], ["keep", "stop (someone or something) from doing something or being in a certain state", "keep"], ["foreclose", "keep from happening or arising; make impossible", "foreclose"]]}, {"answer": "previse", "hint": "synonyms for previse", "clues": [["forewarn", "warn in advance or beforehand; give an early warning", "forewarn"], ["anticipate", "realize beforehand", "anticipate"], ["foreknow", "realize beforehand", "foreknow"], ["foresee", "realize beforehand", "foresee"]]}, {"answer": "prink", "hint": "synonyms for prink", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"]]}, {"answer": "prise", "hint": "synonyms for prise", "clues": [["esteem", "regard highly; think much of", "esteem"], ["respect", "regard highly; think much of", "respect"], ["pry", "make an uninvited or presumptuous inquiry", "pry"], ["prize", "to move or force, especially in an effort to get something open; :", "prize"], ["jimmy", "to move or force, especially in an effort to get something open; :", "jimmy"], ["lever", "to move or force, especially in an effort to get something open; :", "lever"], ["value", "regard highly; think much of", "value"]]}, {"answer": "proceed", "hint": "synonyms for proceed", "clues": [["continue", "move ahead; travel onward in time or space", "continue"], ["go forward", "move ahead; travel onward in time or space", "go forward"], ["go", "follow a procedure or take a course", "go"], ["go on", "continue talking; he continued,", "go on"], ["keep", "continue a certain state, condition, or activity", "keep"], ["carry on", "continue talking; he continued,", "carry on"], ["move", "follow a procedure or take a course", "move"], ["go along", "continue a certain state, condition, or activity", "go along"]]}, {"answer": "proclaim", "hint": "synonyms for proclaim", "clues": [["exclaim", "state or announce", "exclaim"], ["exalt", "praise, glorify, or honor", "exalt"], ["predicate", "affirm or declare as an attribute or quality of", "predicate"], ["laud", "praise, glorify, or honor", "laud"], ["glorify", "praise, glorify, or honor", "glorify"], ["promulgate", "state or announce", "promulgate"], ["extol", "praise, glorify, or honor", "extol"]]}, {"answer": "procrastinate", "hint": "synonyms for procrastinate", "clues": [["drag one's feet", "postpone doing what one should be doing", "drag one's feet"], ["drag one's heels", "postpone doing what one should be doing", "drag one's heels"], ["dilly-dally", "postpone doing what one should be doing", "dilly-dally"], ["stall", "postpone doing what one should be doing", "stall"], ["shillyshally", "postpone doing what one should be doing", "shillyshally"]]}, {"answer": "prognosticate", "hint": "synonyms for prognosticate", "clues": [["call", "make a prediction about; tell in advance", "call"], ["presage", "indicate by signs", "presage"], ["auspicate", "indicate by signs", "auspicate"], ["foreshadow", "indicate by signs", "foreshadow"], ["portend", "indicate by signs", "portend"], ["augur", "indicate by signs", "augur"], ["betoken", "indicate by signs", "betoken"], ["forebode", "make a prediction about; tell in advance", "forebode"], ["forecast", "indicate by signs", "forecast"], ["anticipate", "make a prediction about; tell in advance", "anticipate"], ["predict", "make a prediction about; tell in advance", "predict"], ["foretell", "make a prediction about; tell in advance", "foretell"], ["omen", "indicate by signs", "omen"], ["promise", "make a prediction about; tell in advance", "promise"], ["prefigure", "indicate by signs", "prefigure"], ["bode", "indicate by signs", "bode"]]}, {"answer": "prohibit", "hint": "synonyms for prohibit", "clues": [["disallow", "command against", "disallow"], ["proscribe", "command against", "proscribe"], ["nix", "command against", "nix"], ["veto", "command against", "veto"], ["forbid", "command against", "forbid"], ["interdict", "command against", "interdict"]]}, {"answer": "prolong", "hint": "synonyms for prolong", "clues": [["keep up", "lengthen or extend in duration or space", "keep up"], ["extend", "lengthen in time; cause to be or last longer", "extend"], ["sustain", "lengthen or extend in duration or space", "sustain"], ["protract", "lengthen in time; cause to be or last longer", "protract"], ["draw out", "lengthen in time; cause to be or last longer", "draw out"]]}, {"answer": "promote", "hint": "synonyms for promote", "clues": [["advance", "give a promotion to or assign to a higher position", "advance"], ["upgrade", "give a promotion to or assign to a higher position", "upgrade"], ["kick upstairs", "give a promotion to or assign to a higher position", "kick upstairs"], ["raise", "give a promotion to or assign to a higher position", "raise"], ["elevate", "give a promotion to or assign to a higher position", "elevate"], ["push", "make publicity for; try to sell (a product)", "push"], ["encourage", "contribute to the progress or growth of", "encourage"], ["boost", "contribute to the progress or growth of", "boost"], ["advertise", "make publicity for; try to sell (a product)", "advertise"], ["further", "contribute to the progress or growth of", "further"]]}, {"answer": "pronounce", "hint": "synonyms for pronounce", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["say", "speak, pronounce, or utter in a certain way", "say"], ["sound out", "speak, pronounce, or utter in a certain way", "sound out"], ["enunciate", "speak, pronounce, or utter in a certain way", "enunciate"], ["judge", "pronounce judgment on", "judge"], ["label", "pronounce judgment on", "label"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"]]}, {"answer": "propagate", "hint": "synonyms for propagate", "clues": [["pass around", "cause to become widely known", "pass around"], ["spread", "become distributed or widespread", "spread"], ["distribute", "cause to become widely known", "distribute"], ["diffuse", "cause to become widely known", "diffuse"], ["circularize", "cause to become widely known", "circularize"], ["disseminate", "cause to become widely known", "disseminate"], ["broadcast", "cause to become widely known", "broadcast"], ["disperse", "cause to become widely known", "disperse"], ["circulate", "cause to become widely known", "circulate"]]}, {"answer": "propel", "hint": "synonyms for propel", "clues": [["actuate", "give an incentive for action", "actuate"], ["incite", "give an incentive for action", "incite"], ["prompt", "give an incentive for action", "prompt"], ["impel", "cause to move forward with force", "impel"], ["motivate", "give an incentive for action", "motivate"], ["move", "give an incentive for action", "move"]]}, {"answer": "propose", "hint": "synonyms for propose", "clues": [["project", "present for consideration, examination, criticism, etc.", "project"], ["nominate", "put forward; nominate for appointment to an office or for an honor or position", "nominate"], ["purport", "propose or intend", "purport"], ["pop the question", "ask (someone) to marry you", "pop the question"], ["offer", "ask (someone) to marry you", "offer"], ["declare oneself", "ask (someone) to marry you", "declare oneself"], ["suggest", "make a proposal, declare a plan for something", "suggest"], ["aim", "propose or intend", "aim"], ["advise", "make a proposal, declare a plan for something", "advise"], ["purpose", "propose or intend", "purpose"]]}, {"answer": "prorogue", "hint": "synonyms for prorogue", "clues": [["postpone", "hold back to a later time", "postpone"], ["shelve", "hold back to a later time", "shelve"], ["put off", "hold back to a later time", "put off"], ["table", "hold back to a later time", "table"], ["remit", "hold back to a later time", "remit"], ["hold over", "hold back to a later time", "hold over"], ["set back", "hold back to a later time", "set back"], ["defer", "hold back to a later time", "defer"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "proscribe", "hint": "synonyms for proscribe", "clues": [["disallow", "command against", "disallow"], ["prohibit", "command against", "prohibit"], ["nix", "command against", "nix"], ["veto", "command against", "veto"], ["forbid", "command against", "forbid"], ["interdict", "command against", "interdict"]]}, {"answer": "protrude", "hint": "synonyms for protrude", "clues": [["bug out", "bulge outward", "bug out"], ["bulge", "swell or protrude outwards", "bulge"], ["pop", "bulge outward", "pop"], ["start", "bulge outward", "start"], ["pouch", "swell or protrude outwards", "pouch"], ["jut out", "extend out or project in space", "jut out"], ["come out", "bulge outward", "come out"], ["stick out", "extend out or project in space", "stick out"], ["jut", "extend out or project in space", "jut"], ["pop out", "bulge outward", "pop out"], ["project", "extend out or project in space", "project"]]}, {"answer": "prove", "hint": "synonyms for prove", "clues": [["bear witness", "provide evidence for", "bear witness"], ["evidence", "provide evidence for", "evidence"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["raise", "cause to puff up with a leaven", "raise"], ["turn out", "be shown or be found to be", "turn out"], ["shew", "establish the validity of something, as by an example, explanation or experiment", "shew"], ["testify", "provide evidence for", "testify"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["leaven", "cause to puff up with a leaven", "leaven"], ["turn up", "be shown or be found to be", "turn up"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["try out", "put to the test, as for its quality, or give experimental use to", "try out"], ["demonstrate", "establish the validity of something, as by an example, explanation or experiment", "demonstrate"]]}, {"answer": "provide", "hint": "synonyms for provide", "clues": [["allow", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow"], ["offer", "mount or put up", "offer"], ["allow for", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "allow for"], ["bring home the bacon", "supply means of subsistence; earn a living", "bring home the bacon"], ["furnish", "give something useful or necessary to", "furnish"], ["cater", "give what is desired or needed, especially support, food or sustenance", "cater"], ["supply", "give what is desired or needed, especially support, food or sustenance", "supply"], ["put up", "mount or put up", "put up"], ["leave", "make a possibility or provide opportunity for; permit to be attainable or cause to remain", "leave"], ["ply", "give what is desired or needed, especially support, food or sustenance", "ply"], ["render", "give something useful or necessary to", "render"]]}, {"answer": "provoke", "hint": "synonyms for provoke", "clues": [["call forth", "evoke or provoke to appear or occur", "call forth"], ["raise", "call forth (emotions, feelings, and responses)", "raise"], ["hassle", "annoy continually or chronically", "hassle"], ["enkindle", "call forth (emotions, feelings, and responses)", "enkindle"], ["plague", "annoy continually or chronically", "plague"], ["harry", "annoy continually or chronically", "harry"], ["chivvy", "annoy continually or chronically", "chivvy"], ["molest", "annoy continually or chronically", "molest"], ["beset", "annoy continually or chronically", "beset"], ["arouse", "call forth (emotions, feelings, and responses)", "arouse"], ["evoke", "evoke or provoke to appear or occur", "evoke"], ["kick up", "evoke or provoke to appear or occur", "kick up"], ["stimulate", "provide the needed stimulus for", "stimulate"], ["chevvy", "annoy continually or chronically", "chevvy"], ["elicit", "call forth (emotions, feelings, and responses)", "elicit"], ["harass", "annoy continually or chronically", "harass"], ["fire", "call forth (emotions, feelings, and responses)", "fire"]]}, {"answer": "ptyalise", "hint": "synonyms for ptyalise", "clues": [["spit", "expel or eject (saliva or phlegm or sputum) from the mouth", "spit"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth", "spue"], ["ptyalize", "expel or eject (saliva or phlegm or sputum) from the mouth", "ptyalize"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth", "spew"]]}, {"answer": "ptyalize", "hint": "synonyms for ptyalize", "clues": [["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth", "ptyalise"], ["spit", "expel or eject (saliva or phlegm or sputum) from the mouth", "spit"], ["spue", "expel or eject (saliva or phlegm or sputum) from the mouth", "spue"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth", "spew"]]}, {"answer": "publicise", "hint": "synonyms for publicise", "clues": [["publicize", "make public", "publicize"], ["advertize", "call attention to", "advertize"], ["air", "make public", "air"], ["bare", "make public", "bare"]]}, {"answer": "publicize", "hint": "synonyms for publicize", "clues": [["publicise", "call attention to", "publicise"], ["advertize", "call attention to", "advertize"], ["air", "make public", "air"], ["bare", "make public", "bare"]]}, {"answer": "publish", "hint": "synonyms for publish", "clues": [["release", "prepare and issue for public distribution or sale", "release"], ["write", "have (one's written work) issued for publication", "write"], ["print", "put into print", "print"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["issue", "prepare and issue for public distribution or sale", "issue"], ["put out", "prepare and issue for public distribution or sale", "put out"]]}, {"answer": "puff_up", "hint": "synonyms for puff up", "clues": [["puff out", "to swell or cause to enlarge,", "puff out"], ["puff", "to swell or cause to enlarge,", "puff"], ["blow up", "to swell or cause to enlarge,", "blow up"], ["swell", "become filled with pride, arrogance, or anger", "swell"]]}, {"answer": "pull_a_fast_one_on", "hint": "synonyms for pull a fast one on", "clues": [["trick", "deceive somebody", "trick"], ["play a trick on", "deceive somebody", "play a trick on"], ["play tricks", "deceive somebody", "play tricks"], ["fob", "deceive somebody", "fob"], ["fox", "deceive somebody", "fox"], ["flim-flam", "deceive somebody", "flim-flam"], ["play a joke on", "deceive somebody", "play a joke on"]]}, {"answer": "pull_ahead", "hint": "synonyms for pull ahead", "clues": [["get ahead", "obtain advantages, such as points, etc.", "get ahead"], ["make headway", "obtain advantages, such as points, etc.", "make headway"], ["advance", "obtain advantages, such as points, etc.", "advance"], ["gain ground", "obtain advantages, such as points, etc.", "gain ground"], ["gain", "obtain advantages, such as points, etc.", "gain"], ["win", "obtain advantages, such as points, etc.", "win"]]}, {"answer": "pull_away", "hint": "synonyms for pull away", "clues": [["move back", "pull back or move away or backward", "move back"], ["recede", "pull back or move away or backward", "recede"], ["retire", "pull back or move away or backward", "retire"], ["pull back", "pull back or move away or backward", "pull back"], ["withdraw", "pull back or move away or backward", "withdraw"], ["retreat", "pull back or move away or backward", "retreat"], ["draw back", "pull back or move away or backward", "draw back"]]}, {"answer": "pull_back", "hint": "synonyms for pull back", "clues": [["pull away", "pull back or move away or backward", "pull away"], ["move back", "pull back or move away or backward", "move back"], ["back away", "make a retreat from an earlier commitment or activity", "back away"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["retract", "use a surgical instrument to hold open (the edges of a wound or an organ)", "retract"], ["draw", "stretch back a bowstring (on an archer's bow)", "draw"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["draw back", "use a surgical instrument to hold open (the edges of a wound or an organ)", "draw back"], ["recede", "pull back or move away or backward", "recede"], ["retire", "pull back or move away or backward", "retire"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"]]}, {"answer": "pull_down", "hint": "synonyms for pull down", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["level", "tear down so as to make flat with the ground", "level"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["knock down", "cause to come or go down", "knock down"], ["take down", "tear down so as to make flat with the ground", "take down"], ["push down", "cause to come or go down", "push down"], ["cut down", "cause to come or go down", "cut down"], ["rase", "tear down so as to make flat with the ground", "rase"], ["down", "cause to come or go down", "down"]]}, {"answer": "pull_in", "hint": "synonyms for pull in", "clues": [["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["draw in", "of trains; move into (a station)", "draw in"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"], ["move in", "of trains; move into (a station)", "move in"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["collect", "get or bring together", "collect"], ["attract", "direct toward itself or oneself by means of some psychological power or physical attributes", "attract"], ["get in", "of trains; move into (a station)", "get in"], ["pull", "direct toward itself or oneself by means of some psychological power or physical attributes", "pull"], ["draw", "direct toward itself or oneself by means of some psychological power or physical attributes", "draw"]]}, {"answer": "pull_in_one's_horns", "hint": "synonyms for pull in one's horns", "clues": [["back away", "make a retreat from an earlier commitment or activity", "back away"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["withdraw", "make a retreat from an earlier commitment or activity", "withdraw"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["retreat", "make a retreat from an earlier commitment or activity", "retreat"]]}, {"answer": "pull_off", "hint": "synonyms for pull off", "clues": [["tweak", "pull or pull out sharply", "tweak"], ["pluck", "pull or pull out sharply", "pluck"], ["manage", "be successful; achieve a goal", "manage"], ["carry off", "be successful; achieve a goal", "carry off"], ["draw away", "remove by drawing or pulling", "draw away"], ["draw off", "remove by drawing or pulling", "draw off"], ["bring off", "be successful; achieve a goal", "bring off"], ["negociate", "be successful; achieve a goal", "negociate"], ["pick off", "pull or pull out sharply", "pick off"]]}, {"answer": "pull_out", "hint": "synonyms for pull out", "clues": [["back down", "remove oneself from an obligation", "back down"], ["take out", "remove, usually with some force or effort; also used in an abstract sense", "take out"], ["chicken out", "remove oneself from an obligation", "chicken out"], ["bow out", "remove oneself from an obligation", "bow out"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense", "draw out"], ["back off", "remove oneself from an obligation", "back off"], ["pull", "bring, take, or pull out of a container or from under a cover", "pull"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense", "pull up"], ["extract", "remove, usually with some force or effort; also used in an abstract sense", "extract"], ["draw", "bring, take, or pull out of a container or from under a cover", "draw"]]}, {"answer": "pull_round", "hint": "synonyms for pull round", "clues": [["pull through", "continue in existence after (an adversity, etc.)", "pull through"], ["come through", "continue in existence after (an adversity, etc.)", "come through"], ["make it", "continue in existence after (an adversity, etc.)", "make it"], ["survive", "continue in existence after (an adversity, etc.)", "survive"]]}, {"answer": "pull_the_wool_over_someone's_eyes", "hint": "synonyms for pull the wool over someone's eyes", "clues": [["bamboozle", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "bamboozle"], ["snow", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "snow"], ["play false", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "play false"], ["lead by the nose", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "lead by the nose"], ["hoodwink", "conceal one's true motives from especially by elaborately feigning good intentions so as to gain an end", "hoodwink"]]}, {"answer": "pull_through", "hint": "synonyms for pull through", "clues": [["come through", "continue in existence after (an adversity, etc.)", "come through"], ["make it", "continue in existence after (an adversity, etc.)", "make it"], ["bring through", "bring into safety", "bring through"], ["carry through", "bring into safety", "carry through"], ["save", "bring into safety", "save"], ["survive", "continue in existence after (an adversity, etc.)", "survive"], ["pull round", "continue in existence after (an adversity, etc.)", "pull round"]]}, {"answer": "pull_up", "hint": "synonyms for pull up", "clues": [["take out", "remove, usually with some force or effort; also used in an abstract sense", "take out"], ["draw up", "come to a halt after driving somewhere", "draw up"], ["straighten up", "straighten oneself", "straighten up"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense", "draw out"], ["haul up", "come to a halt after driving somewhere", "haul up"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense", "pull out"], ["extract", "remove, usually with some force or effort; also used in an abstract sense", "extract"], ["pull", "remove, usually with some force or effort; also used in an abstract sense", "pull"]]}, {"answer": "pullulate", "hint": "synonyms for pullulate", "clues": [["swarm", "move in large numbers", "swarm"], ["germinate", "produce buds, branches, or germinate", "germinate"], ["teem", "be teeming, be abuzz", "teem"], ["bourgeon", "produce buds, branches, or germinate", "bourgeon"], ["shoot", "produce buds, branches, or germinate", "shoot"], ["burgeon forth", "produce buds, branches, or germinate", "burgeon forth"], ["spud", "produce buds, branches, or germinate", "spud"], ["pour", "move in large numbers", "pour"], ["stream", "move in large numbers", "stream"], ["sprout", "produce buds, branches, or germinate", "sprout"]]}, {"answer": "pulsate", "hint": "synonyms for pulsate", "clues": [["beat", "move with or as if with a regular alternating motion", "beat"], ["quiver", "move with or as if with a regular alternating motion", "quiver"], ["pulse", "expand and contract rhythmically; beat rhythmically", "pulse"], ["throb", "expand and contract rhythmically; beat rhythmically", "throb"]]}, {"answer": "pulverise", "hint": "synonyms for pulverise", "clues": [["pulverize", "destroy completely", "pulverize"], ["powderise", "make into a powder by breaking up or cause to become dust", "powderise"], ["demolish", "destroy completely", "demolish"], ["powder", "make into a powder by breaking up or cause to become dust", "powder"]]}, {"answer": "pulverize", "hint": "synonyms for pulverize", "clues": [["pulverise", "destroy completely", "pulverise"], ["powderise", "make into a powder by breaking up or cause to become dust", "powderise"], ["demolish", "destroy completely", "demolish"], ["powder", "make into a powder by breaking up or cause to become dust", "powder"]]}, {"answer": "punctuate", "hint": "synonyms for punctuate", "clues": [["accent", "to stress, single out as important", "accent"], ["stress", "to stress, single out as important", "stress"], ["emphasize", "to stress, single out as important", "emphasize"], ["mark", "insert punctuation marks into", "mark"], ["accentuate", "to stress, single out as important", "accentuate"]]}, {"answer": "purify", "hint": "synonyms for purify", "clues": [["sublimate", "remove impurities from, increase the concentration of, and separate through the process of distillation", "sublimate"], ["sanctify", "make pure or free from sin or guilt", "sanctify"], ["make pure", "remove impurities from, increase the concentration of, and separate through the process of distillation", "make pure"], ["distill", "remove impurities from, increase the concentration of, and separate through the process of distillation", "distill"], ["purge", "make pure or free from sin or guilt", "purge"]]}, {"answer": "purloin", "hint": "synonyms for purloin", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["hook", "make off with belongings of others", "hook"], ["nobble", "make off with belongings of others", "nobble"], ["snarf", "make off with belongings of others", "snarf"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["swipe", "make off with belongings of others", "swipe"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "pursue", "hint": "synonyms for pursue", "clues": [["follow", "follow in or as if in pursuit", "follow"], ["quest for", "go in search of or hunt for", "quest for"], ["act on", "carry further or advance", "act on"], ["prosecute", "carry out or participate in an activity; be involved in", "prosecute"], ["go after", "go in search of or hunt for", "go after"], ["quest after", "go in search of or hunt for", "quest after"], ["follow up on", "carry further or advance", "follow up on"], ["engage", "carry out or participate in an activity; be involved in", "engage"]]}, {"answer": "push_around", "hint": "synonyms for push around", "clues": [["ballyrag", "be bossy towards", "ballyrag"], ["boss around", "be bossy towards", "boss around"], ["hector", "be bossy towards", "hector"], ["strong-arm", "be bossy towards", "strong-arm"], ["bully", "be bossy towards", "bully"], ["browbeat", "be bossy towards", "browbeat"]]}, {"answer": "push_aside", "hint": "synonyms for push aside", "clues": [["push away", "push out of the way", "push away"], ["discount", "bar from attention or consideration", "discount"], ["dismiss", "bar from attention or consideration", "dismiss"], ["brush off", "bar from attention or consideration", "brush off"], ["brush aside", "bar from attention or consideration", "brush aside"], ["disregard", "bar from attention or consideration", "disregard"], ["ignore", "bar from attention or consideration", "ignore"]]}, {"answer": "push_down", "hint": "synonyms for push down", "clues": [["pull down", "cause to come or go down", "pull down"], ["down", "cause to come or go down", "down"], ["knock down", "cause to come or go down", "knock down"], ["cut down", "cause to come or go down", "cut down"]]}, {"answer": "put_across", "hint": "synonyms for put across", "clues": [["communicate", "transmit information", "communicate"], ["pass", "transmit information", "pass"], ["pass along", "transmit information", "pass along"], ["pass on", "transmit information", "pass on"]]}, {"answer": "put_away", "hint": "synonyms for put away", "clues": [["chuck out", "throw or cast away", "chuck out"], ["tuck away", "eat up; usually refers to a considerable quantity of food", "tuck away"], ["shut away", "place in a place where something cannot be removed or someone cannot escape", "shut away"], ["cast away", "throw or cast away", "cast away"], ["put to sleep", "kill gently, as with an injection", "put to sleep"], ["throw out", "throw or cast away", "throw out"], ["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put aside", "stop using", "put aside"], ["cast out", "throw or cast away", "cast out"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["toss", "throw or cast away", "toss"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["lock", "place in a place where something cannot be removed or someone cannot escape", "lock"], ["jail", "lock up or confine, in or as in a jail", "jail"], ["toss out", "throw or cast away", "toss out"], ["lock in", "place in a place where something cannot be removed or someone cannot escape", "lock in"], ["dispose", "throw or cast away", "dispose"], ["tuck in", "eat up; usually refers to a considerable quantity of food", "tuck in"], ["lock away", "place in a place where something cannot be removed or someone cannot escape", "lock away"], ["shut up", "place in a place where something cannot be removed or someone cannot escape", "shut up"], ["fling", "throw or cast away", "fling"], ["lock up", "place in a place where something cannot be removed or someone cannot escape", "lock up"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["discard", "throw or cast away", "discard"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["put behind bars", "lock up or confine, in or as in a jail", "put behind bars"]]}, {"answer": "put_behind_bars", "hint": "synonyms for put behind bars", "clues": [["gaol", "lock up or confine, in or as in a jail", "gaol"], ["put away", "lock up or confine, in or as in a jail", "put away"], ["remand", "lock up or confine, in or as in a jail", "remand"], ["immure", "lock up or confine, in or as in a jail", "immure"], ["imprison", "lock up or confine, in or as in a jail", "imprison"], ["jug", "lock up or confine, in or as in a jail", "jug"], ["lag", "lock up or confine, in or as in a jail", "lag"], ["incarcerate", "lock up or confine, in or as in a jail", "incarcerate"], ["jail", "lock up or confine, in or as in a jail", "jail"]]}, {"answer": "put_down", "hint": "synonyms for put down", "clues": [["enter", "make a record of; set down in permanent form", "enter"], ["unload", "leave or unload", "unload"], ["place down", "cause to sit or seat or be in a settled position or place", "place down"], ["lay", "put in a horizontal position", "lay"], ["destroy", "put (an animal) to death", "destroy"], ["land", "cause to come to the ground", "land"], ["set down", "leave or unload", "set down"], ["bring down", "cause to come to the ground", "bring down"], ["repose", "put in a horizontal position", "repose"], ["discharge", "leave or unload", "discharge"], ["take down", "reduce in worth or character, usually verbally", "take down"], ["disgrace", "reduce in worth or character, usually verbally", "disgrace"], ["degrade", "reduce in worth or character, usually verbally", "degrade"], ["record", "make a record of; set down in permanent form", "record"], ["drop", "leave or unload", "drop"], ["drop off", "leave or unload", "drop off"], ["write down", "put down in writing; of texts, musical compositions, etc.", "write down"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "put_forward", "hint": "synonyms for put forward", "clues": [["assert", "insist on having one's opinions and rights recognized", "assert"], ["invoke", "summon into action or bring into existence, often as if by magic", "invoke"], ["call down", "summon into action or bring into existence, often as if by magic", "call down"], ["evoke", "summon into action or bring into existence, often as if by magic", "evoke"], ["state", "put before", "state"], ["submit", "put before", "submit"], ["arouse", "summon into action or bring into existence, often as if by magic", "arouse"], ["bring up", "summon into action or bring into existence, often as if by magic", "bring up"], ["put up", "propose as a candidate for some honor", "put up"], ["nominate", "propose as a candidate for some honor", "nominate"], ["conjure", "summon into action or bring into existence, often as if by magic", "conjure"], ["raise", "summon into action or bring into existence, often as if by magic", "raise"], ["posit", "put before", "posit"], ["stir", "summon into action or bring into existence, often as if by magic", "stir"], ["conjure up", "summon into action or bring into existence, often as if by magic", "conjure up"], ["call forth", "summon into action or bring into existence, often as if by magic", "call forth"]]}, {"answer": "put_in", "hint": "synonyms for put in", "clues": [["submit", "make an application as for a job or funding", "submit"], ["interpose", "to insert between other elements", "interpose"], ["stack away", "keep or lay aside for future use", "stack away"], ["interject", "to insert between other elements", "interject"], ["hive away", "keep or lay aside for future use", "hive away"], ["throw in", "to insert between other elements", "throw in"], ["barge in", "break into a conversation", "barge in"], ["come in", "to insert between other elements", "come in"], ["salt away", "keep or lay aside for future use", "salt away"], ["enclose", "introduce", "enclose"], ["cut in", "break into a conversation", "cut in"], ["set up", "set up for use", "set up"], ["insert", "introduce", "insert"], ["instal", "set up for use", "instal"], ["introduce", "introduce", "introduce"], ["lay in", "keep or lay aside for future use", "lay in"], ["chisel in", "break into a conversation", "chisel in"], ["chime in", "break into a conversation", "chime in"], ["store", "keep or lay aside for future use", "store"], ["break in", "break into a conversation", "break in"], ["stick in", "introduce", "stick in"], ["inject", "to insert between other elements", "inject"], ["stash away", "keep or lay aside for future use", "stash away"], ["butt in", "break into a conversation", "butt in"]]}, {"answer": "put_off", "hint": "synonyms for put off", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["evade", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "evade"], ["circumvent", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "circumvent"], ["duck", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "duck"], ["turn off", "cause to feel intense dislike or distaste", "turn off"], ["table", "hold back to a later time", "table"], ["hedge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "hedge"], ["hold over", "hold back to a later time", "hold over"], ["dishearten", "take away the enthusiasm of", "dishearten"], ["put over", "hold back to a later time", "put over"], ["elude", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "elude"], ["shelve", "hold back to a later time", "shelve"], ["parry", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "parry"], ["confuse", "cause to feel embarrassment", "confuse"], ["sidestep", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "sidestep"], ["remit", "hold back to a later time", "remit"], ["disconcert", "cause to feel embarrassment", "disconcert"], ["fudge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "fudge"], ["set back", "hold back to a later time", "set back"], ["flurry", "cause to feel embarrassment", "flurry"], ["dodge", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "dodge"], ["defer", "hold back to a later time", "defer"], ["skirt", "avoid or try to avoid fulfilling, answering, or performing (duties, questions, or issues)", "skirt"]]}, {"answer": "put_one_across", "hint": "synonyms for put one across", "clues": [["gull", "fool or hoax", "gull"], ["put one over", "fool or hoax", "put one over"], ["cod", "fool or hoax", "cod"], ["befool", "fool or hoax", "befool"], ["put on", "fool or hoax", "put on"], ["slang", "fool or hoax", "slang"], ["dupe", "fool or hoax", "dupe"], ["take in", "fool or hoax", "take in"], ["fool", "fool or hoax", "fool"]]}, {"answer": "put_one_over", "hint": "synonyms for put one over", "clues": [["gull", "fool or hoax", "gull"], ["cod", "fool or hoax", "cod"], ["take in", "fool or hoax", "take in"], ["befool", "fool or hoax", "befool"], ["put on", "fool or hoax", "put on"], ["slang", "fool or hoax", "slang"], ["dupe", "fool or hoax", "dupe"], ["put one across", "fool or hoax", "put one across"], ["fool", "fool or hoax", "fool"]]}, {"answer": "put_out", "hint": "synonyms for put out", "clues": [["anaesthetize", "administer an anesthetic drug to", "anaesthetize"], ["discommode", "to cause inconvenience or discomfort to", "discommode"], ["release", "prepare and issue for public distribution or sale", "release"], ["hold out", "thrust or extend out", "hold out"], ["bring out", "prepare and issue for public distribution or sale", "bring out"], ["exsert", "thrust or extend out", "exsert"], ["trouble", "to cause inconvenience or discomfort to", "trouble"], ["douse", "put out, as of a candle or a light", "douse"], ["extend", "thrust or extend out", "extend"], ["bother", "to cause inconvenience or discomfort to", "bother"], ["smother", "deprive of the oxygen necessary for combustion", "smother"], ["inconvenience", "to cause inconvenience or discomfort to", "inconvenience"], ["retire", "cause to be out on a fielding play", "retire"], ["publish", "prepare and issue for public distribution or sale", "publish"], ["stretch forth", "thrust or extend out", "stretch forth"], ["put under", "administer an anesthetic drug to", "put under"], ["incommode", "to cause inconvenience or discomfort to", "incommode"], ["disoblige", "to cause inconvenience or discomfort to", "disoblige"], ["issue", "prepare and issue for public distribution or sale", "issue"], ["stretch out", "thrust or extend out", "stretch out"]]}, {"answer": "put_over", "hint": "synonyms for put over", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["shelve", "hold back to a later time", "shelve"], ["get across", "communicate successfully", "get across"], ["put off", "hold back to a later time", "put off"], ["table", "hold back to a later time", "table"], ["remit", "hold back to a later time", "remit"], ["hold over", "hold back to a later time", "hold over"], ["set back", "hold back to a later time", "set back"], ["defer", "hold back to a later time", "defer"]]}, {"answer": "put_through", "hint": "synonyms for put through", "clues": [["follow up", "pursue to a conclusion or bring to a successful issue", "follow up"], ["implement", "pursue to a conclusion or bring to a successful issue", "implement"], ["follow through", "pursue to a conclusion or bring to a successful issue", "follow through"], ["follow out", "pursue to a conclusion or bring to a successful issue", "follow out"], ["carry out", "pursue to a conclusion or bring to a successful issue", "carry out"], ["go through", "pursue to a conclusion or bring to a successful issue", "go through"]]}, {"answer": "put_together", "hint": "synonyms for put together", "clues": [["tack", "create by putting components or members together", "tack"], ["assemble", "create by putting components or members together", "assemble"], ["piece", "create by putting components or members together", "piece"], ["set up", "create by putting components or members together", "set up"], ["tack together", "create by putting components or members together", "tack together"]]}, {"answer": "put_up", "hint": "synonyms for put up", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["offer", "mount or put up", "offer"], ["post", "place so as to be noticed", "post"], ["put forward", "propose as a candidate for some honor", "put forward"], ["erect", "construct, build, or erect", "erect"], ["abide", "put up with something or somebody unpleasant", "abide"], ["support", "put up with something or somebody unpleasant", "support"], ["raise", "construct, build, or erect", "raise"], ["house", "provide housing for", "house"], ["tin", "preserve in a can or tin", "tin"], ["domiciliate", "provide housing for", "domiciliate"], ["rear", "construct, build, or erect", "rear"], ["bear", "put up with something or somebody unpleasant", "bear"], ["can", "preserve in a can or tin", "can"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["stand", "put up with something or somebody unpleasant", "stand"], ["nominate", "propose as a candidate for some honor", "nominate"], ["contribute", "provide", "contribute"], ["provide", "mount or put up", "provide"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["set up", "construct, build, or erect", "set up"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "puzzle_out", "hint": "synonyms for puzzle out", "clues": [["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"]]}, {"answer": "qualify", "hint": "synonyms for qualify", "clues": [["modify", "add a modifier to a constituent", "modify"], ["measure up", "prove capable or fit; meet requirements", "measure up"], ["specify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "specify"], ["dispose", "make fit or prepared", "dispose"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "condition"], ["characterise", "describe or portray the character or the qualities or peculiarities of", "characterise"], ["restrict", "make more specific", "restrict"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"]]}, {"answer": "quash", "hint": "synonyms for quash", "clues": [["nullify", "declare invalid", "nullify"], ["keep down", "put down by force or intimidation", "keep down"], ["subjugate", "put down by force or intimidation", "subjugate"], ["repress", "put down by force or intimidation", "repress"], ["annul", "declare invalid", "annul"], ["reduce", "put down by force or intimidation", "reduce"], ["avoid", "declare invalid", "avoid"], ["subdue", "put down by force or intimidation", "subdue"], ["invalidate", "declare invalid", "invalidate"]]}, {"answer": "quell", "hint": "synonyms for quell", "clues": [["squelch", "suppress or crush completely", "squelch"], ["quench", "suppress or crush completely", "quench"], ["stay", "overcome or allay", "stay"], ["appease", "overcome or allay", "appease"]]}, {"answer": "quench", "hint": "synonyms for quench", "clues": [["extinguish", "put out, as of fires, flames, or lights", "extinguish"], ["blow out", "put out, as of fires, flames, or lights", "blow out"], ["allay", "satisfy (thirst)", "allay"], ["squelch", "suppress or crush completely", "squelch"], ["quell", "suppress or crush completely", "quell"], ["slake", "satisfy (thirst)", "slake"], ["assuage", "satisfy (thirst)", "assuage"], ["snuff out", "put out, as of fires, flames, or lights", "snuff out"]]}, {"answer": "quetch", "hint": "synonyms for quetch", "clues": [["kick", "express complaints, discontent, displeasure, or unhappiness", "kick"], ["complain", "express complaints, discontent, displeasure, or unhappiness", "complain"], ["sound off", "express complaints, discontent, displeasure, or unhappiness", "sound off"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness", "kvetch"], ["plain", "express complaints, discontent, displeasure, or unhappiness", "plain"]]}, {"answer": "quicken", "hint": "synonyms for quicken", "clues": [["speed up", "move faster", "speed up"], ["vivify", "give new life or energy to", "vivify"], ["speed", "move faster", "speed"], ["whet", "make keen or more acute", "whet"], ["revive", "give new life or energy to", "revive"], ["invigorate", "give life or energy to", "invigorate"], ["animate", "give new life or energy to", "animate"], ["accelerate", "move faster", "accelerate"], ["repair", "give new life or energy to", "repair"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"]]}, {"answer": "quiesce", "hint": "synonyms for quiesce", "clues": [["quiet down", "become quiet or quieter", "quiet down"], ["pipe down", "become quiet or quieter", "pipe down"], ["hush", "become quiet or quieter", "hush"], ["quieten", "become quiet or quieter", "quieten"], ["quiet", "become quiet or quieter", "quiet"]]}, {"answer": "quiet_down", "hint": "synonyms for quiet down", "clues": [["pipe down", "become quiet or quieter", "pipe down"], ["hush", "become quiet or quieter", "hush"], ["quiesce", "become quiet or quieter", "quiesce"], ["quieten", "become quiet or quieter", "quieten"], ["quiet", "become quiet or quieter", "quiet"]]}, {"answer": "quieten", "hint": "synonyms for quieten", "clues": [["pipe down", "become quiet or quieter", "pipe down"], ["lull", "make calm or still", "lull"], ["hush", "become quiet or quieter", "hush"], ["silence", "cause to be quiet or not talk", "silence"], ["calm down", "make calm or still", "calm down"], ["tranquilize", "make calm or still", "tranquilize"], ["quiesce", "become quiet or quieter", "quiesce"], ["quiet", "make calm or still", "quiet"], ["hush up", "cause to be quiet or not talk", "hush up"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quiet down", "become quiet or quieter", "quiet down"], ["shut up", "cause to be quiet or not talk", "shut up"]]}, {"answer": "quit", "hint": "synonyms for quit", "clues": [["leave office", "give up or retire from a position", "leave office"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["foreswear", "turn away from; give up", "foreswear"], ["renounce", "turn away from; give up", "renounce"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["relinquish", "turn away from; give up", "relinquish"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["stop", "put an end to a state or an activity", "stop"], ["resign", "give up or retire from a position", "resign"], ["step down", "give up or retire from a position", "step down"], ["cease", "put an end to a state or an activity", "cease"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["lay off", "put an end to a state or an activity", "lay off"], ["discontinue", "put an end to a state or an activity", "discontinue"], ["take leave", "go away or leave", "take leave"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["depart", "go away or leave", "depart"]]}, {"answer": "rabbit_on", "hint": "synonyms for rabbit on", "clues": [["rave", "talk in a noisy, excited, or declamatory manner", "rave"], ["jabber", "talk in a noisy, excited, or declamatory manner", "jabber"], ["rant", "talk in a noisy, excited, or declamatory manner", "rant"], ["spout", "talk in a noisy, excited, or declamatory manner", "spout"], ["mouth off", "talk in a noisy, excited, or declamatory manner", "mouth off"]]}, {"answer": "rack_up", "hint": "synonyms for rack up", "clues": [["worst", "defeat thoroughly", "worst"], ["whip", "defeat thoroughly", "whip"], ["tally", "gain points in a game", "tally"], ["hit", "gain points in a game", "hit"], ["pip", "defeat thoroughly", "pip"], ["score", "gain points in a game", "score"], ["mop up", "defeat thoroughly", "mop up"]]}, {"answer": "rain_buckets", "hint": "synonyms for rain buckets", "clues": [["pour", "rain heavily", "pour"], ["pelt", "rain heavily", "pelt"], ["stream", "rain heavily", "stream"], ["rain cats and dogs", "rain heavily", "rain cats and dogs"]]}, {"answer": "rain_cats_and_dogs", "hint": "synonyms for rain cats and dogs", "clues": [["pour", "rain heavily", "pour"], ["pelt", "rain heavily", "pelt"], ["stream", "rain heavily", "stream"], ["rain buckets", "rain heavily", "rain buckets"]]}, {"answer": "raise_up", "hint": "synonyms for raise up", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["stir up", "change the arrangement or position of", "stir up"], ["commove", "change the arrangement or position of", "commove"], ["vex", "change the arrangement or position of", "vex"], ["shake up", "change the arrangement or position of", "shake up"], ["agitate", "change the arrangement or position of", "agitate"]]}, {"answer": "ram_down", "hint": "synonyms for ram down", "clues": [["ram", "strike or drive against with a heavy impact", "ram"], ["hammer in", "teach by drills and repetition", "hammer in"], ["drill in", "teach by drills and repetition", "drill in"], ["beat in", "teach by drills and repetition", "beat in"], ["pound", "strike or drive against with a heavy impact", "pound"]]}, {"answer": "ramify", "hint": "synonyms for ramify", "clues": [["furcate", "divide into two or more branches so as to form a fork", "furcate"], ["complexify", "have or develop complicating consequences", "complexify"], ["fork", "divide into two or more branches so as to form a fork", "fork"], ["branch", "grow and send out branches or branch-like structures", "branch"], ["separate", "divide into two or more branches so as to form a fork", "separate"]]}, {"answer": "ransack", "hint": "synonyms for ransack", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["despoil", "steal goods; take as spoils", "despoil"], ["reave", "steal goods; take as spoils", "reave"], ["comb", "search thoroughly", "comb"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "rase", "hint": "synonyms for rase", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["take down", "tear down so as to make flat with the ground", "take down"], ["level", "tear down so as to make flat with the ground", "level"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "rationalise", "hint": "synonyms for rationalise", "clues": [["excuse", "defend, explain, clear away, or make excuses for by reasoning", "excuse"], ["rationalize", "remove irrational quantities from", "rationalize"], ["prune", "weed out unwanted or unnecessary things", "prune"], ["cut", "weed out unwanted or unnecessary things", "cut"], ["apologise", "defend, explain, clear away, or make excuses for by reasoning", "apologise"], ["justify", "defend, explain, clear away, or make excuses for by reasoning", "justify"]]}, {"answer": "rationalize", "hint": "synonyms for rationalize", "clues": [["rationalise", "structure and run according to rational or scientific principles in order to achieve desired results", "rationalise"], ["excuse", "defend, explain, clear away, or make excuses for by reasoning", "excuse"], ["prune", "weed out unwanted or unnecessary things", "prune"], ["cut", "weed out unwanted or unnecessary things", "cut"], ["apologise", "defend, explain, clear away, or make excuses for by reasoning", "apologise"], ["justify", "defend, explain, clear away, or make excuses for by reasoning", "justify"]]}, {"answer": "rattle_down", "hint": "synonyms for rattle down", "clues": [["roll off", "recite volubly or extravagantly", "roll off"], ["reel off", "recite volubly or extravagantly", "reel off"], ["spiel off", "recite volubly or extravagantly", "spiel off"], ["rattle off", "recite volubly or extravagantly", "rattle off"]]}, {"answer": "rattle_off", "hint": "synonyms for rattle off", "clues": [["roll off", "recite volubly or extravagantly", "roll off"], ["reel off", "recite volubly or extravagantly", "reel off"], ["spiel off", "recite volubly or extravagantly", "spiel off"], ["rattle down", "recite volubly or extravagantly", "rattle down"]]}, {"answer": "rattle_on", "hint": "synonyms for rattle on", "clues": [["yack away", "talk incessantly and tiresomely", "yack away"], ["yack", "talk incessantly and tiresomely", "yack"], ["yap away", "talk incessantly and tiresomely", "yap away"], ["jaw", "talk incessantly and tiresomely", "jaw"]]}, {"answer": "ravish", "hint": "synonyms for ravish", "clues": [["enthral", "hold spellbound", "enthral"], ["assault", "force (someone) to have sex against their will", "assault"], ["transport", "hold spellbound", "transport"], ["dishonour", "force (someone) to have sex against their will", "dishonour"], ["violate", "force (someone) to have sex against their will", "violate"], ["enchant", "hold spellbound", "enchant"], ["rape", "force (someone) to have sex against their will", "rape"], ["enrapture", "hold spellbound", "enrapture"], ["outrage", "force (someone) to have sex against their will", "outrage"], ["delight", "hold spellbound", "delight"]]}, {"answer": "raze", "hint": "synonyms for raze", "clues": [["take down", "tear down so as to make flat with the ground", "take down"], ["level", "tear down so as to make flat with the ground", "level"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["rase", "tear down so as to make flat with the ground", "rase"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "realise", "hint": "synonyms for realise", "clues": [["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["recognize", "be fully aware or cognizant of", "recognize"], ["substantiate", "make real or concrete; give reality or substance to", "substantiate"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["see", "perceive (an idea or situation) mentally", "see"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["agnize", "be fully aware or cognizant of", "agnize"], ["actualise", "make real or concrete; give reality or substance to", "actualise"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["understand", "perceive (an idea or situation) mentally", "understand"], ["agnise", "be fully aware or cognizant of", "agnise"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "realize", "hint": "synonyms for realize", "clues": [["recognize", "be fully aware or cognizant of", "recognize"], ["substantiate", "make real or concrete; give reality or substance to", "substantiate"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["realise", "perceive (an idea or situation) mentally", "realise"], ["see", "perceive (an idea or situation) mentally", "see"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["agnize", "be fully aware or cognizant of", "agnize"], ["actualise", "make real or concrete; give reality or substance to", "actualise"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["understand", "perceive (an idea or situation) mentally", "understand"], ["agnise", "be fully aware or cognizant of", "agnise"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["take in", "earn on some commercial or business transaction; earn as salary or wages", "take in"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"]]}, {"answer": "reanimate", "hint": "synonyms for reanimate", "clues": [["vivify", "give new life or energy to", "vivify"], ["revive", "give new life or energy to", "revive"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "reave", "hint": "synonyms for reave", "clues": [["loot", "steal goods; take as spoils", "loot"], ["strip", "steal goods; take as spoils", "strip"], ["plunder", "steal goods; take as spoils", "plunder"], ["ransack", "steal goods; take as spoils", "ransack"], ["despoil", "steal goods; take as spoils", "despoil"], ["rifle", "steal goods; take as spoils", "rifle"], ["pillage", "steal goods; take as spoils", "pillage"], ["foray", "steal goods; take as spoils", "foray"]]}, {"answer": "recant", "hint": "synonyms for recant", "clues": [["resile", "formally reject or disavow a formerly held belief, usually under pressure", "resile"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure", "abjure"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure", "forswear"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure", "retract"]]}, {"answer": "recede", "hint": "synonyms for recede", "clues": [["pull away", "pull back or move away or backward", "pull away"], ["move back", "pull back or move away or backward", "move back"], ["drop off", "retreat", "drop off"], ["lose", "retreat", "lose"], ["fall back", "retreat", "fall back"], ["retire", "pull back or move away or backward", "retire"], ["pull back", "pull back or move away or backward", "pull back"], ["withdraw", "pull back or move away or backward", "withdraw"], ["fall behind", "retreat", "fall behind"], ["retreat", "pull back or move away or backward", "retreat"], ["draw back", "pull back or move away or backward", "draw back"]]}, {"answer": "receive", "hint": "synonyms for receive", "clues": [["incur", "receive a specified treatment (abstract)", "incur"], ["get", "receive a specified treatment (abstract)", "get"], ["welcome", "bid welcome to; greet upon arrival", "welcome"], ["meet", "experience as a reaction", "meet"], ["have", "get something; come into possession of", "have"], ["take in", "express willingness to have in one's home or environs", "take in"], ["find", "receive a specified treatment (abstract)", "find"], ["encounter", "experience as a reaction", "encounter"], ["obtain", "receive a specified treatment (abstract)", "obtain"], ["experience", "go through (mental or physical states or experiences)", "experience"], ["invite", "express willingness to have in one's home or environs", "invite"], ["pick up", "register (perceptual input)", "pick up"]]}, {"answer": "recidivate", "hint": "synonyms for recidivate", "clues": [["lapse", "go back to bad behavior", "lapse"], ["retrogress", "go back to bad behavior", "retrogress"], ["relapse", "go back to bad behavior", "relapse"], ["fall back", "go back to bad behavior", "fall back"], ["regress", "go back to bad behavior", "regress"]]}, {"answer": "recite", "hint": "synonyms for recite", "clues": [["recount", "narrate or give a detailed account of", "recount"], ["narrate", "narrate or give a detailed account of", "narrate"], ["itemise", "specify individually", "itemise"], ["tell", "narrate or give a detailed account of", "tell"], ["retell", "render verbally,", "retell"], ["declaim", "recite in elocution", "declaim"], ["enumerate", "specify individually", "enumerate"]]}, {"answer": "reckon", "hint": "synonyms for reckon", "clues": [["work out", "make a mathematical calculation or computation", "work out"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["forecast", "judge to be probable", "forecast"], ["look", "have faith or confidence in", "look"], ["regard", "deem to be", "regard"], ["bet", "have faith or confidence in", "bet"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["figure", "make a mathematical calculation or computation", "figure"], ["opine", "expect, believe, or suppose", "opine"], ["imagine", "expect, believe, or suppose", "imagine"], ["think", "expect, believe, or suppose", "think"], ["suppose", "expect, believe, or suppose", "suppose"], ["count", "take account of", "count"], ["depend", "have faith or confidence in", "depend"], ["calculate", "have faith or confidence in", "calculate"], ["view", "deem to be", "view"], ["see", "deem to be", "see"], ["compute", "make a mathematical calculation or computation", "compute"], ["guess", "expect, believe, or suppose", "guess"], ["consider", "deem to be", "consider"], ["estimate", "judge to be probable", "estimate"], ["count on", "judge to be probable", "count on"]]}, {"answer": "reclaim", "hint": "synonyms for reclaim", "clues": [["repossess", "claim back", "repossess"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "regenerate"], ["rectify", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "rectify"], ["domesticise", "overcome the wildness of; make docile and tractable", "domesticise"], ["tame", "overcome the wildness of; make docile and tractable", "tame"], ["recover", "reuse (materials from waste products)", "recover"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reform"], ["domesticate", "overcome the wildness of; make docile and tractable", "domesticate"]]}, {"answer": "recognise", "hint": "synonyms for recognise", "clues": [["make out", "detect with the senses", "make out"], ["recognize", "be fully aware or cognizant of", "recognize"], ["greet", "express greetings upon meeting someone", "greet"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["realise", "be fully aware or cognizant of", "realise"], ["agnize", "be fully aware or cognizant of", "agnize"], ["acknowledge", "express obligation, thanks, or gratitude for", "acknowledge"], ["know", "accept (someone) to be what is claimed or accept his power and authority", "know"], ["discern", "detect with the senses", "discern"], ["agnise", "be fully aware or cognizant of", "agnise"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"], ["accredit", "grant credentials to", "accredit"]]}, {"answer": "recognize", "hint": "synonyms for recognize", "clues": [["make out", "detect with the senses", "make out"], ["greet", "express greetings upon meeting someone", "greet"], ["recognise", "show approval or appreciation of", "recognise"], ["realise", "be fully aware or cognizant of", "realise"], ["spot", "detect with the senses", "spot"], ["distinguish", "detect with the senses", "distinguish"], ["agnize", "be fully aware or cognizant of", "agnize"], ["acknowledge", "express obligation, thanks, or gratitude for", "acknowledge"], ["know", "accept (someone) to be what is claimed or accept his power and authority", "know"], ["discern", "detect with the senses", "discern"], ["agnise", "be fully aware or cognizant of", "agnise"], ["pick out", "detect with the senses", "pick out"], ["tell apart", "detect with the senses", "tell apart"], ["accredit", "grant credentials to", "accredit"]]}, {"answer": "recollect", "hint": "synonyms for recollect", "clues": [["remember", "recall knowledge from memory; have a recollection", "remember"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["think", "recall knowledge from memory; have a recollection", "think"], ["recall", "recall knowledge from memory; have a recollection", "recall"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"]]}, {"answer": "reconcile", "hint": "synonyms for reconcile", "clues": [["settle", "come to terms", "settle"], ["submit", "accept as inevitable", "submit"], ["conciliate", "come to terms", "conciliate"], ["harmonise", "bring into consonance or accord", "harmonise"], ["patch up", "come to terms", "patch up"], ["resign", "accept as inevitable", "resign"], ["accommodate", "make (one thing) compatible with (another)", "accommodate"], ["make up", "come to terms", "make up"]]}, {"answer": "reconstruct", "hint": "synonyms for reconstruct", "clues": [["restore", "return to its original or usable and functioning condition", "restore"], ["remodel", "do over, as of (part of) a house", "remodel"], ["redo", "do over, as of (part of) a house", "redo"], ["construct", "reassemble mentally", "construct"], ["rebuild", "build again", "rebuild"], ["retrace", "reassemble mentally", "retrace"]]}, {"answer": "recoup", "hint": "synonyms for recoup", "clues": [["recuperate", "regain or make up for", "recuperate"], ["deduct", "retain and refrain from disbursing; of payments", "deduct"], ["withhold", "retain and refrain from disbursing; of payments", "withhold"], ["recover", "regain or make up for", "recover"], ["reimburse", "reimburse or compensate (someone), as for a loss", "reimburse"]]}, {"answer": "recover", "hint": "synonyms for recover", "clues": [["go back", "regain a former condition after a financial loss", "go back"], ["regain", "get or find back; recover the use of", "regain"], ["find", "get or find back; recover the use of", "find"], ["retrieve", "get or find back; recover the use of", "retrieve"], ["recoup", "regain or make up for", "recoup"], ["reclaim", "reuse (materials from waste products)", "reclaim"], ["recuperate", "get over an illness or shock", "recuperate"], ["convalesce", "get over an illness or shock", "convalesce"]]}, {"answer": "recreate", "hint": "synonyms for recreate", "clues": [["vivify", "give new life or energy to", "vivify"], ["cheer", "give encouragement to", "cheer"], ["revive", "give new life or energy to", "revive"], ["embolden", "give encouragement to", "embolden"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["play", "engage in recreational activities rather than work; occupy oneself in a diversion", "play"], ["hearten", "give encouragement to", "hearten"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "recrudesce", "hint": "synonyms for recrudesce", "clues": [["develop", "happen", "develop"], ["break", "happen", "break"], ["break out", "become raw or open", "break out"], ["erupt", "become raw or open", "erupt"]]}, {"answer": "rectify", "hint": "synonyms for rectify", "clues": [["reclaim", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reclaim"], ["correct", "make right or correct", "correct"], ["regenerate", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "regenerate"], ["right", "make right or correct", "right"], ["reform", "bring, lead, or force to abandon a wrong or evil course of life, conduct, and adopt a right one", "reform"], ["repair", "set straight or right", "repair"], ["refine", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities", "refine"], ["remedy", "set straight or right", "remedy"], ["remediate", "set straight or right", "remediate"], ["amend", "set straight or right", "amend"]]}, {"answer": "recuperate", "hint": "synonyms for recuperate", "clues": [["go back", "regain a former condition after a financial loss", "go back"], ["recover", "regain a former condition after a financial loss", "recover"], ["recoup", "regain or make up for", "recoup"], ["convalesce", "get over an illness or shock", "convalesce"]]}, {"answer": "recur", "hint": "synonyms for recur", "clues": [["repeat", "happen or occur again", "repeat"], ["go back", "return in thought or speech to something", "go back"], ["fall back", "have recourse to", "fall back"], ["resort", "have recourse to", "resort"]]}, {"answer": "redeem", "hint": "synonyms for redeem", "clues": [["save", "save from sins", "save"], ["deliver", "save from sins", "deliver"], ["pay off", "pay off (loans or promissory notes)", "pay off"], ["ransom", "exchange or buy back for money; under threat", "ransom"]]}, {"answer": "redo", "hint": "synonyms for redo", "clues": [["refashion", "make new", "refashion"], ["remodel", "do over, as of (part of) a house", "remodel"], ["reconstruct", "do over, as of (part of) a house", "reconstruct"], ["make over", "make new", "make over"], ["remake", "make new", "remake"]]}, {"answer": "reduce", "hint": "synonyms for reduce", "clues": [["cut back", "cut down on; make a reduction in", "cut back"], ["keep down", "put down by force or intimidation", "keep down"], ["thin", "take off weight", "thin"], ["slim", "take off weight", "slim"], ["shrink", "reduce in size; reduce physically", "shrink"], ["come down", "be the essential element", "come down"], ["melt off", "take off weight", "melt off"], ["quash", "put down by force or intimidation", "quash"], ["slenderize", "take off weight", "slenderize"], ["trim back", "cut down on; make a reduction in", "trim back"], ["contract", "reduce in scope while retaining essential elements", "contract"], ["boil down", "cook until very little liquid is left", "boil down"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["cut down", "cut down on; make a reduction in", "cut down"], ["decoct", "be cooked until very little liquid is left", "decoct"], ["repress", "put down by force or intimidation", "repress"], ["bring down", "cut down on; make a reduction in", "bring down"], ["scale down", "make smaller", "scale down"], ["subdue", "put down by force or intimidation", "subdue"], ["shorten", "reduce in scope while retaining essential elements", "shorten"], ["trim down", "cut down on; make a reduction in", "trim down"], ["subjugate", "put down by force or intimidation", "subjugate"], ["deoxidize", "to remove oxygen from a compound, or cause to react with hydrogen or form a hydride, or to undergo an increase in the number of electrons", "deoxidize"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["trim", "cut down on; make a reduction in", "trim"], ["concentrate", "cook until very little liquid is left", "concentrate"], ["lose weight", "take off weight", "lose weight"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["slim down", "take off weight", "slim down"], ["tighten", "narrow or limit", "tighten"], ["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["thin out", "lessen the strength or flavor of a solution or mixture", "thin out"]]}, {"answer": "reduplicate", "hint": "synonyms for reduplicate", "clues": [["replicate", "make or do or perform again", "replicate"], ["double", "make or do or perform again", "double"], ["repeat", "make or do or perform again", "repeat"], ["duplicate", "make or do or perform again", "duplicate"], ["geminate", "form by reduplication", "geminate"]]}, {"answer": "reel_off", "hint": "synonyms for reel off", "clues": [["unreel", "unwind from or as if from a reel", "unreel"], ["roll off", "recite volubly or extravagantly", "roll off"], ["rattle down", "recite volubly or extravagantly", "rattle down"], ["spiel off", "recite volubly or extravagantly", "spiel off"], ["rattle off", "recite volubly or extravagantly", "rattle off"]]}, {"answer": "refer", "hint": "synonyms for refer", "clues": [["come to", "be relevant to", "come to"], ["advert", "make reference to", "advert"], ["touch", "be relevant to", "touch"], ["have-to doe with", "be relevant to", "have-to doe with"], ["bear on", "be relevant to", "bear on"], ["relate", "be relevant to", "relate"], ["touch on", "be relevant to", "touch on"], ["consult", "seek information from", "consult"], ["bring up", "make reference to", "bring up"], ["denote", "have as a meaning", "denote"], ["pertain", "be relevant to", "pertain"], ["concern", "be relevant to", "concern"], ["name", "make reference to", "name"], ["mention", "make reference to", "mention"], ["cite", "make reference to", "cite"], ["look up", "seek information from", "look up"]]}, {"answer": "refine", "hint": "synonyms for refine", "clues": [["down", "improve or perfect by pruning or polishing", "down"], ["polish", "improve or perfect by pruning or polishing", "polish"], ["complicate", "make more complex, intricate, or richer", "complicate"], ["fine-tune", "improve or perfect by pruning or polishing", "fine-tune"], ["elaborate", "make more complex, intricate, or richer", "elaborate"], ["rectify", "reduce to a fine, unmixed, or pure state; separate from extraneous matter or cleanse from impurities", "rectify"], ["rarify", "make more complex, intricate, or richer", "rarify"]]}, {"answer": "reflect", "hint": "synonyms for reflect", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["shine", "be bright by reflecting or casting light", "shine"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["reverberate", "to throw or bend back (from a surface)", "reverberate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "refresh", "hint": "synonyms for refresh", "clues": [["review", "refresh one's memory", "review"], ["freshen", "become or make oneself fresh again", "freshen"], ["freshen up", "become or make oneself fresh again", "freshen up"], ["brush up", "refresh one's memory", "brush up"]]}, {"answer": "regard_as", "hint": "synonyms for regard as", "clues": [["repute", "look on as or consider", "repute"], ["take to be", "look on as or consider", "take to be"], ["look on", "look on as or consider", "look on"], ["esteem", "look on as or consider", "esteem"], ["think of", "look on as or consider", "think of"]]}, {"answer": "regorge", "hint": "synonyms for regorge", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "regularise", "hint": "synonyms for regularise", "clues": [["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "regularize", "hint": "synonyms for regularize", "clues": [["regularise", "make regular or more regular", "regularise"], ["regulate", "bring into conformity with rules or principles or usage; impose regulations", "regulate"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"]]}, {"answer": "regulate", "hint": "synonyms for regulate", "clues": [["determine", "shape or influence; give direction to", "determine"], ["influence", "shape or influence; give direction to", "influence"], ["regularize", "bring into conformity with rules or principles or usage; impose regulations", "regularize"], ["shape", "shape or influence; give direction to", "shape"], ["mold", "shape or influence; give direction to", "mold"], ["modulate", "fix or adjust the time, amount, degree, or rate of", "modulate"], ["order", "bring into conformity with rules or principles or usage; impose regulations", "order"], ["baffle", "check the emission of (sound)", "baffle"], ["govern", "bring into conformity with rules or principles or usage; impose regulations", "govern"]]}, {"answer": "regurgitate", "hint": "synonyms for regurgitate", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["reproduce", "repeat after memorization", "reproduce"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "reiterate", "hint": "synonyms for reiterate", "clues": [["iterate", "to say, state, or perform again", "iterate"], ["retell", "to say, state, or perform again", "retell"], ["repeat", "to say, state, or perform again", "repeat"], ["ingeminate", "to say, state, or perform again", "ingeminate"], ["restate", "to say, state, or perform again", "restate"]]}, {"answer": "rejoice", "hint": "synonyms for rejoice", "clues": [["wallow", "be ecstatic with joy", "wallow"], ["exult", "to express great joy", "exult"], ["joy", "feel happiness or joy", "joy"], ["triumph", "be ecstatic with joy", "triumph"], ["jubilate", "to express great joy", "jubilate"], ["exuberate", "to express great joy", "exuberate"]]}, {"answer": "rejoin", "hint": "synonyms for rejoin", "clues": [["return", "answer back", "return"], ["retort", "answer back", "retort"], ["riposte", "answer back", "riposte"], ["repay", "answer back", "repay"], ["come back", "answer back", "come back"]]}, {"answer": "relate", "hint": "synonyms for relate", "clues": [["come to", "be relevant to", "come to"], ["have-to doe with", "be relevant to", "have-to doe with"], ["bear on", "be relevant to", "bear on"], ["associate", "make a logical or causal connection", "associate"], ["touch on", "be relevant to", "touch on"], ["colligate", "make a logical or causal connection", "colligate"], ["pertain", "be relevant to", "pertain"], ["interrelate", "be in a relationship with", "interrelate"], ["concern", "be relevant to", "concern"], ["link up", "make a logical or causal connection", "link up"], ["link", "make a logical or causal connection", "link"], ["connect", "make a logical or causal connection", "connect"], ["touch", "be relevant to", "touch"], ["tie in", "make a logical or causal connection", "tie in"], ["refer", "be relevant to", "refer"]]}, {"answer": "relax", "hint": "synonyms for relax", "clues": [["slack", "make less active or fast", "slack"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["loose", "become loose or looser or less tight", "loose"], ["unwind", "cause to feel relaxed", "unwind"], ["slacken", "make less active or fast", "slacken"], ["unstrain", "cause to feel relaxed", "unstrain"], ["unlax", "cause to feel relaxed", "unlax"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["slack up", "make less active or fast", "slack up"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["loosen up", "become less tense, less formal, or less restrained, and assume a friendlier manner", "loosen up"], ["slow down", "become less tense, rest, or take one's ease", "slow down"]]}, {"answer": "relegate", "hint": "synonyms for relegate", "clues": [["submit", "refer to another person for decision or judgment", "submit"], ["demote", "assign to a lower position; reduce in rank", "demote"], ["bump", "assign to a lower position; reduce in rank", "bump"], ["banish", "expel, as if by official decree", "banish"], ["kick downstairs", "assign to a lower position; reduce in rank", "kick downstairs"], ["classify", "assign to a class or kind", "classify"], ["break", "assign to a lower position; reduce in rank", "break"], ["pass on", "refer to another person for decision or judgment", "pass on"], ["bar", "expel, as if by official decree", "bar"]]}, {"answer": "relieve", "hint": "synonyms for relieve", "clues": [["exempt", "grant relief or an exemption from a rule or requirement to", "exempt"], ["salve", "save from ruin, destruction, or harm", "salve"], ["let off", "grant exemption or release to", "let off"], ["still", "lessen the intensity of or calm", "still"], ["lighten", "alleviate or remove (pressure or stress) or make less oppressive", "lighten"], ["salvage", "save from ruin, destruction, or harm", "salvage"], ["take over", "free someone temporarily from his or her obligations", "take over"], ["assuage", "provide physical relief, as from pain", "assuage"], ["excuse", "grant exemption or release to", "excuse"], ["palliate", "provide physical relief, as from pain", "palliate"], ["free", "grant relief or an exemption from a rule or requirement to", "free"], ["remedy", "provide relief for", "remedy"], ["allay", "lessen the intensity of or calm", "allay"], ["alleviate", "provide physical relief, as from pain", "alleviate"], ["unbosom", "relieve oneself of troubling information", "unbosom"], ["ease", "lessen the intensity of or calm", "ease"]]}, {"answer": "relieve_oneself", "hint": "synonyms for relieve oneself", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "relinquish", "hint": "synonyms for relinquish", "clues": [["give up", "part with a possession or right", "give up"], ["free", "part with a possession or right", "free"], ["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["renounce", "turn away from; give up", "renounce"], ["resign", "part with a possession or right", "resign"], ["release", "release, as from one's grip", "release"], ["forego", "do without or cease to hold or adhere to", "forego"], ["let go of", "release, as from one's grip", "let go of"], ["let go", "release, as from one's grip", "let go"], ["quit", "turn away from; give up", "quit"], ["waive", "do without or cease to hold or adhere to", "waive"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "remain", "hint": "synonyms for remain", "clues": [["rest", "stay the same; remain in a certain state", "rest"], ["stay on", "continue in a place, position, or situation", "stay on"], ["stay", "continue in a place, position, or situation", "stay"], ["continue", "continue in a place, position, or situation", "continue"], ["persist", "stay behind", "persist"]]}, {"answer": "remediate", "hint": "synonyms for remediate", "clues": [["rectify", "set straight or right", "rectify"], ["amend", "set straight or right", "amend"], ["repair", "set straight or right", "repair"], ["remedy", "set straight or right", "remedy"]]}, {"answer": "remember", "hint": "synonyms for remember", "clues": [["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["commend", "mention as by way of greeting or to indicate friendship", "commend"], ["think back", "recapture the past; indulge in memories", "think back"], ["think", "recall knowledge from memory; have a recollection", "think"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["commemorate", "call to remembrance; keep alive the memory of someone or something, as in a ceremony", "commemorate"], ["think of", "keep in mind for attention or consideration", "think of"], ["recall", "recall knowledge from memory; have a recollection", "recall"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["retrieve", "recall knowledge from memory; have a recollection", "retrieve"]]}, {"answer": "remodel", "hint": "synonyms for remodel", "clues": [["redo", "do over, as of (part of) a house", "redo"], ["reforge", "cast or model anew", "reforge"], ["reconstruct", "do over, as of (part of) a house", "reconstruct"], ["recast", "cast or model anew", "recast"]]}, {"answer": "remold", "hint": "synonyms for remold", "clues": [["remould", "give new treads to (a tire)", "remould"], ["reshape", "shape again or shape differently", "reshape"], ["retread", "give new treads to (a tire)", "retread"], ["recast", "cast again", "recast"]]}, {"answer": "remonstrate", "hint": "synonyms for remonstrate", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"], ["point out", "present and urge reasons in opposition", "point out"]]}, {"answer": "renounce", "hint": "synonyms for renounce", "clues": [["vacate", "leave (a job, post, or position) voluntarily", "vacate"], ["foreswear", "turn away from; give up", "foreswear"], ["give up", "leave (a job, post, or position) voluntarily", "give up"], ["disown", "cast off", "disown"], ["relinquish", "turn away from; give up", "relinquish"], ["abdicate", "give up, such as power, as of monarchs and emperors, or duties and obligations", "abdicate"], ["quit", "turn away from; give up", "quit"], ["repudiate", "cast off", "repudiate"], ["resign", "leave (a job, post, or position) voluntarily", "resign"]]}, {"answer": "renovate", "hint": "synonyms for renovate", "clues": [["vivify", "give new life or energy to", "vivify"], ["revive", "give new life or energy to", "revive"], ["restitute", "restore to a previous or better condition", "restitute"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["freshen up", "make brighter and prettier", "freshen up"], ["refurbish", "make brighter and prettier", "refurbish"], ["recreate", "give new life or energy to", "recreate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "repay", "hint": "synonyms for repay", "clues": [["return", "answer back", "return"], ["retort", "answer back", "retort"], ["riposte", "answer back", "riposte"], ["come back", "answer back", "come back"], ["pay back", "act or give recompense in recognition of someone's behavior or actions", "pay back"], ["reward", "act or give recompense in recognition of someone's behavior or actions", "reward"], ["refund", "pay back", "refund"], ["rejoin", "answer back", "rejoin"], ["requite", "make repayment for or return something", "requite"], ["give back", "pay back", "give back"]]}, {"answer": "repel", "hint": "synonyms for repel", "clues": [["drive back", "force or drive back", "drive back"], ["gross out", "fill with distaste", "gross out"], ["snub", "reject outright and bluntly", "snub"], ["fight off", "force or drive back", "fight off"], ["push back", "cause to move back by force or influence", "push back"], ["force back", "cause to move back by force or influence", "force back"], ["repulse", "force or drive back", "repulse"], ["disgust", "fill with distaste", "disgust"], ["revolt", "fill with distaste", "revolt"], ["drive", "cause to move back by force or influence", "drive"], ["rebuff", "reject outright and bluntly", "rebuff"], ["beat back", "cause to move back by force or influence", "beat back"]]}, {"answer": "replace", "hint": "synonyms for replace", "clues": [["put back", "put something back where it belongs", "put back"], ["exchange", "put in the place of another; switch seemingly equivalent items", "exchange"], ["interchange", "put in the place of another; switch seemingly equivalent items", "interchange"], ["supplant", "take the place or move into the position of", "supplant"], ["supercede", "take the place or move into the position of", "supercede"], ["substitute", "put in the place of another; switch seemingly equivalent items", "substitute"], ["supervene upon", "take the place or move into the position of", "supervene upon"]]}, {"answer": "replicate", "hint": "synonyms for replicate", "clues": [["double", "make or do or perform again", "double"], ["repeat", "make or do or perform again", "repeat"], ["duplicate", "make or do or perform again", "duplicate"], ["copy", "reproduce or make an exact copy of", "copy"], ["retroflex", "bend or turn backward", "retroflex"]]}, {"answer": "represent", "hint": "synonyms for represent", "clues": [["make up", "form or compose", "make up"], ["constitute", "form or compose", "constitute"], ["symbolize", "express indirectly by an image, form, or model; be a symbol", "symbolize"], ["interpret", "create an image or likeness of", "interpret"], ["stand for", "express indirectly by an image, form, or model; be a symbol", "stand for"], ["stage", "perform (a play), especially on a stage", "stage"], ["comprise", "form or compose", "comprise"], ["present", "bring forward and present to the mind", "present"], ["lay out", "bring forward and present to the mind", "lay out"], ["play", "play a role or part", "play"], ["exemplify", "be characteristic of", "exemplify"], ["act", "play a role or part", "act"], ["correspond", "take the place of or be parallel or equivalent to", "correspond"], ["typify", "express indirectly by an image, form, or model; be a symbol", "typify"], ["defend", "be the defense counsel for someone in a trial", "defend"], ["map", "to establish a mapping (of mathematical elements or sets)", "map"], ["be", "form or compose", "be"]]}, {"answer": "repress", "hint": "synonyms for repress", "clues": [["stifle", "conceal or hide", "stifle"], ["keep down", "put down by force or intimidation", "keep down"], ["subjugate", "put down by force or intimidation", "subjugate"], ["suppress", "put out of one's consciousness", "suppress"], ["reduce", "put down by force or intimidation", "reduce"], ["muffle", "conceal or hide", "muffle"], ["strangle", "conceal or hide", "strangle"], ["subdue", "put down by force or intimidation", "subdue"], ["smother", "conceal or hide", "smother"], ["quash", "put down by force or intimidation", "quash"]]}, {"answer": "require", "hint": "synonyms for require", "clues": [["ask", "require as useful, just, or proper", "ask"], ["involve", "require as useful, just, or proper", "involve"], ["need", "have need of", "need"], ["command", "make someone do something", "command"], ["expect", "consider obligatory; request and expect", "expect"], ["demand", "require as useful, just, or proper", "demand"], ["want", "have need of", "want"], ["necessitate", "require as useful, just, or proper", "necessitate"], ["take", "require as useful, just, or proper", "take"], ["call for", "require as useful, just, or proper", "call for"], ["postulate", "require as useful, just, or proper", "postulate"]]}, {"answer": "rescind", "hint": "synonyms for rescind", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["countermand", "cancel officially", "countermand"], ["reverse", "cancel officially", "reverse"], ["vacate", "cancel officially", "vacate"], ["annul", "cancel officially", "annul"], ["overturn", "cancel officially", "overturn"], ["revoke", "cancel officially", "revoke"]]}, {"answer": "reside", "hint": "synonyms for reside", "clues": [["shack", "make one's home in a particular place or community", "shack"], ["domicile", "make one's home in a particular place or community", "domicile"], ["occupy", "live (in a certain place)", "occupy"], ["rest", "be inherent or innate in", "rest"], ["repose", "be inherent or innate in", "repose"], ["domiciliate", "make one's home in a particular place or community", "domiciliate"], ["lodge in", "live (in a certain place)", "lodge in"]]}, {"answer": "resign", "hint": "synonyms for resign", "clues": [["leave office", "give up or retire from a position", "leave office"], ["step down", "give up or retire from a position", "step down"], ["give up", "part with a possession or right", "give up"], ["quit", "give up or retire from a position", "quit"], ["vacate", "leave (a job, post, or position) voluntarily", "vacate"], ["relinquish", "part with a possession or right", "relinquish"], ["free", "part with a possession or right", "free"], ["submit", "accept as inevitable", "submit"], ["renounce", "leave (a job, post, or position) voluntarily", "renounce"], ["reconcile", "accept as inevitable", "reconcile"], ["release", "part with a possession or right", "release"]]}, {"answer": "resile", "hint": "synonyms for resile", "clues": [["recant", "formally reject or disavow a formerly held belief, usually under pressure", "recant"], ["retract", "formally reject or disavow a formerly held belief, usually under pressure", "retract"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["spring", "spring back; spring away from an impact", "spring"], ["recoil", "spring back; spring away from an impact", "recoil"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure", "abjure"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure", "forswear"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["bounce", "spring back; spring away from an impact", "bounce"], ["rebound", "spring back; spring away from an impact", "rebound"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "resist", "hint": "synonyms for resist", "clues": [["refuse", "elude, especially in a baffling way", "refuse"], ["withstand", "stand up or offer resistance to somebody or something", "withstand"], ["dissent", "express opposition through action or words", "dissent"], ["stand firm", "stand up or offer resistance to somebody or something", "stand firm"], ["defy", "elude, especially in a baffling way", "defy"], ["jib", "refuse to comply", "jib"], ["stand", "withstand the force of something", "stand"], ["baulk", "refuse to comply", "baulk"], ["reject", "resist immunologically the introduction of some foreign tissue or organ", "reject"], ["hold out", "stand up or offer resistance to somebody or something", "hold out"], ["protest", "express opposition through action or words", "protest"], ["fend", "withstand the force of something", "fend"]]}, {"answer": "resound", "hint": "synonyms for resound", "clues": [["echo", "ring or echo with sound", "echo"], ["reverberate", "ring or echo with sound", "reverberate"], ["ring", "ring or echo with sound", "ring"], ["make noise", "emit a noise", "make noise"], ["noise", "emit a noise", "noise"]]}, {"answer": "rest_on", "hint": "synonyms for rest on", "clues": [["build on", "be based on; of theories and claims, for example", "build on"], ["lean on", "rest on for support", "lean on"], ["repose on", "be based on; of theories and claims, for example", "repose on"], ["lean against", "rest on for support", "lean against"]]}, {"answer": "restate", "hint": "synonyms for restate", "clues": [["iterate", "to say, state, or perform again", "iterate"], ["retell", "to say, state, or perform again", "retell"], ["repeat", "to say, state, or perform again", "repeat"], ["ingeminate", "to say, state, or perform again", "ingeminate"]]}, {"answer": "restore", "hint": "synonyms for restore", "clues": [["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["reconstruct", "return to its original or usable and functioning condition", "reconstruct"], ["reinstate", "bring back into original existence, use, function, or position", "reinstate"], ["restitute", "give or bring back", "restitute"], ["reestablish", "bring back into original existence, use, function, or position", "reestablish"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["rejuvenate", "return to life; get or give new life or energy", "rejuvenate"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["touch on", "restore by replacing a part or putting together what is torn or broken", "touch on"], ["regenerate", "return to life; get or give new life or energy", "regenerate"]]}, {"answer": "restrain", "hint": "synonyms for restrain", "clues": [["intimidate", "to compel or deter by or as if by threats", "intimidate"], ["limit", "place limits on (extent or access)", "limit"], ["restrict", "place limits on (extent or access)", "restrict"], ["hold back", "keep under control; keep in check", "hold back"], ["encumber", "hold back", "encumber"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["keep back", "keep under control; keep in check", "keep back"], ["constrain", "hold back", "constrain"], ["keep", "keep under control; keep in check", "keep"], ["hold", "to close within bounds, limit or hold back from movement", "hold"], ["trammel", "place limits on (extent or access)", "trammel"], ["bound", "place limits on (extent or access)", "bound"]]}, {"answer": "restrict", "hint": "synonyms for restrict", "clues": [["limit", "place limits on (extent or access)", "limit"], ["qualify", "make more specific", "qualify"], ["confine", "place limits on (extent or access)", "confine"], ["throttle", "place limits on (extent or access)", "throttle"], ["restrain", "place limits on (extent or access)", "restrain"], ["curtail", "place restrictions on", "curtail"], ["trammel", "place limits on (extent or access)", "trammel"], ["bound", "place limits on (extent or access)", "bound"], ["curb", "place restrictions on", "curb"], ["cut back", "place restrictions on", "cut back"]]}, {"answer": "retain", "hint": "synonyms for retain", "clues": [["continue", "allow to remain in a place or position or maintain a property or feature", "continue"], ["keep", "allow to remain in a place or position or maintain a property or feature", "keep"], ["hold", "secure and keep for possible future use or application", "hold"], ["hold back", "secure and keep for possible future use or application", "hold back"], ["keep back", "secure and keep for possible future use or application", "keep back"], ["keep on", "allow to remain in a place or position or maintain a property or feature", "keep on"]]}, {"answer": "retell", "hint": "synonyms for retell", "clues": [["iterate", "to say, state, or perform again", "iterate"], ["fictionalize", "make into fiction", "fictionalize"], ["repeat", "to say, state, or perform again", "repeat"], ["recite", "render verbally,", "recite"], ["ingeminate", "to say, state, or perform again", "ingeminate"], ["restate", "to say, state, or perform again", "restate"]]}, {"answer": "retire", "hint": "synonyms for retire", "clues": [["withdraw", "withdraw from active participation", "withdraw"], ["move back", "pull back or move away or backward", "move back"], ["put out", "cause to be out on a fielding play", "put out"], ["kip down", "prepare for sleep", "kip down"], ["bed", "prepare for sleep", "bed"], ["strike out", "cause to get out", "strike out"], ["crawl in", "prepare for sleep", "crawl in"], ["recede", "pull back or move away or backward", "recede"], ["go to bed", "prepare for sleep", "go to bed"], ["draw back", "pull back or move away or backward", "draw back"], ["pull away", "pull back or move away or backward", "pull away"], ["sack out", "prepare for sleep", "sack out"], ["turn in", "prepare for sleep", "turn in"], ["hit the sack", "prepare for sleep", "hit the sack"], ["go to sleep", "prepare for sleep", "go to sleep"], ["adjourn", "break from a meeting or gathering", "adjourn"], ["pull back", "pull back or move away or backward", "pull back"], ["hit the hay", "prepare for sleep", "hit the hay"], ["retreat", "pull back or move away or backward", "retreat"]]}, {"answer": "retract", "hint": "synonyms for retract", "clues": [["draw back", "use a surgical instrument to hold open (the edges of a wound or an organ)", "draw back"], ["draw in", "pull inward or towards a center", "draw in"], ["recant", "formally reject or disavow a formerly held belief, usually under pressure", "recant"], ["shrink back", "pull away from a source of disgust or fear", "shrink back"], ["pull back", "use a surgical instrument to hold open (the edges of a wound or an organ)", "pull back"], ["abjure", "formally reject or disavow a formerly held belief, usually under pressure", "abjure"], ["resile", "formally reject or disavow a formerly held belief, usually under pressure", "resile"], ["forswear", "formally reject or disavow a formerly held belief, usually under pressure", "forswear"]]}, {"answer": "retrieve", "hint": "synonyms for retrieve", "clues": [["recollect", "recall knowledge from memory; have a recollection", "recollect"], ["remember", "recall knowledge from memory; have a recollection", "remember"], ["regain", "get or find back; recover the use of", "regain"], ["find", "get or find back; recover the use of", "find"], ["think", "recall knowledge from memory; have a recollection", "think"], ["call back", "recall knowledge from memory; have a recollection", "call back"], ["recall", "recall knowledge from memory; have a recollection", "recall"], ["call up", "recall knowledge from memory; have a recollection", "call up"], ["recover", "get or find back; recover the use of", "recover"]]}, {"answer": "retrogress", "hint": "synonyms for retrogress", "clues": [["lapse", "go back to bad behavior", "lapse"], ["relapse", "go back to bad behavior", "relapse"], ["recidivate", "go back to bad behavior", "recidivate"], ["retrograde", "get worse or fall back to a previous condition", "retrograde"], ["fall back", "go back to bad behavior", "fall back"], ["regress", "go back to bad behavior", "regress"]]}, {"answer": "retrovert", "hint": "synonyms for retrovert", "clues": [["revert", "go back to a previous state", "revert"], ["regress", "go back to a previous state", "regress"], ["return", "go back to a previous state", "return"], ["turn back", "go back to a previous state", "turn back"]]}, {"answer": "reveal", "hint": "synonyms for reveal", "clues": [["unveil", "make visible", "unveil"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["unwrap", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "unwrap"], ["uncover", "make visible", "uncover"], ["bring out", "make visible", "bring out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"]]}, {"answer": "reverberate", "hint": "synonyms for reverberate", "clues": [["resound", "ring or echo with sound", "resound"], ["take a hop", "spring back; spring away from an impact", "take a hop"], ["reflect", "to throw or bend back (from a surface)", "reflect"], ["spring", "spring back; spring away from an impact", "spring"], ["recoil", "spring back; spring away from an impact", "recoil"], ["echo", "ring or echo with sound", "echo"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["ring", "ring or echo with sound", "ring"], ["bounce", "spring back; spring away from an impact", "bounce"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "revert", "hint": "synonyms for revert", "clues": [["retrovert", "go back to a previous state", "retrovert"], ["regress", "go back to a previous state", "regress"], ["return", "go back to a previous state", "return"], ["turn back", "go back to a previous state", "turn back"]]}, {"answer": "revive", "hint": "synonyms for revive", "clues": [["vivify", "give new life or energy to", "vivify"], ["resurrect", "restore from a depressed, inactive, or unused state", "resurrect"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["resuscitate", "cause to regain consciousness", "resuscitate"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"], ["come to", "return to consciousness", "come to"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "revivify", "hint": "synonyms for revivify", "clues": [["vivify", "give new life or energy to", "vivify"], ["revive", "give new life or energy to", "revive"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "revolve", "hint": "synonyms for revolve", "clues": [["rotate", "turn on or around an axis or a center", "rotate"], ["roll", "cause to move by turning over or in a circular manner of as if on an axis", "roll"], ["orbit", "move in an orbit", "orbit"], ["orb", "move in an orbit", "orb"], ["go around", "turn on or around an axis or a center", "go around"]]}, {"answer": "revolve_about", "hint": "synonyms for revolve about", "clues": [["center", "center upon", "center"], ["center on", "center upon", "center on"], ["concentrate on", "center upon", "concentrate on"], ["focus on", "center upon", "focus on"], ["revolve around", "center upon", "revolve around"]]}, {"answer": "revolve_around", "hint": "synonyms for revolve around", "clues": [["circle round", "move around in a circular motion", "circle round"], ["center", "center upon", "center"], ["revolve about", "center upon", "revolve about"], ["center on", "center upon", "center on"], ["concentrate on", "center upon", "concentrate on"], ["focus on", "center upon", "focus on"]]}, {"answer": "rig_out", "hint": "synonyms for rig out", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "rile", "hint": "synonyms for rile", "clues": [["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["vex", "cause annoyance in; disturb, especially by minor irritations", "vex"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["roil", "make turbid by stirring up the sediments of", "roil"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"]]}, {"answer": "rise_up", "hint": "synonyms for rise up", "clues": [["rebel", "take part in a rebellion; renounce a former allegiance", "rebel"], ["surface", "come to the surface", "surface"], ["rise", "come to the surface", "rise"], ["come up", "come to the surface", "come up"], ["rear", "stand up on the hind legs, of quadrupeds", "rear"]]}, {"answer": "rive", "hint": "synonyms for rive", "clues": [["pull", "tear or be torn violently", "pull"], ["rend", "tear or be torn violently", "rend"], ["cleave", "separate or cut with a tool, such as a sharp instrument", "cleave"], ["split", "separate or cut with a tool, such as a sharp instrument", "split"], ["rip", "tear or be torn violently", "rip"]]}, {"answer": "roam", "hint": "synonyms for roam", "clues": [["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"]]}, {"answer": "rob", "hint": "synonyms for rob", "clues": [["fleece", "rip off; ask an unreasonable price", "fleece"], ["gazump", "rip off; ask an unreasonable price", "gazump"], ["soak", "rip off; ask an unreasonable price", "soak"], ["overcharge", "rip off; ask an unreasonable price", "overcharge"], ["plume", "rip off; ask an unreasonable price", "plume"], ["pluck", "rip off; ask an unreasonable price", "pluck"], ["surcharge", "rip off; ask an unreasonable price", "surcharge"], ["hook", "rip off; ask an unreasonable price", "hook"]]}, {"answer": "roil", "hint": "synonyms for roil", "clues": [["rile", "make turbid by stirring up the sediments of", "rile"], ["moil", "be agitated", "moil"], ["churn", "be agitated", "churn"], ["boil", "be agitated", "boil"]]}, {"answer": "roll_off", "hint": "synonyms for roll off", "clues": [["rattle off", "recite volubly or extravagantly", "rattle off"], ["reel off", "recite volubly or extravagantly", "reel off"], ["spiel off", "recite volubly or extravagantly", "spiel off"], ["rattle down", "recite volubly or extravagantly", "rattle down"]]}, {"answer": "roll_up", "hint": "synonyms for roll up", "clues": [["bundle", "make into a bundle", "bundle"], ["furl", "form into a cylinder by rolling", "furl"], ["pile up", "get or gather together", "pile up"], ["wrap up", "form a cylinder by rolling", "wrap up"], ["bundle up", "make into a bundle", "bundle up"], ["amass", "get or gather together", "amass"], ["compile", "get or gather together", "compile"], ["roll", "show certain properties when being rolled", "roll"], ["collect", "get or gather together", "collect"], ["accumulate", "get or gather together", "accumulate"], ["hoard", "get or gather together", "hoard"]]}, {"answer": "rollick", "hint": "synonyms for rollick", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["run around", "play boisterously", "run around"], ["gambol", "play boisterously", "gambol"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "root_on", "hint": "synonyms for root on", "clues": [["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["urge on", "spur on or encourage especially by cheers and shouts", "urge on"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"], ["urge", "spur on or encourage especially by cheers and shouts", "urge"]]}, {"answer": "root_out", "hint": "synonyms for root out", "clues": [["deracinate", "pull up by or as if by the roots", "deracinate"], ["uproot", "destroy completely, as if down to the roots", "uproot"], ["eradicate", "destroy completely, as if down to the roots", "eradicate"], ["exterminate", "destroy completely, as if down to the roots", "exterminate"], ["extirpate", "destroy completely, as if down to the roots", "extirpate"]]}, {"answer": "rotate", "hint": "synonyms for rotate", "clues": [["spread out", "turn outward", "spread out"], ["splay", "turn outward", "splay"], ["revolve", "turn on or around an axis or a center", "revolve"], ["circumvolve", "cause to turn on an axis or center", "circumvolve"], ["turn out", "turn outward", "turn out"], ["go around", "turn on or around an axis or a center", "go around"]]}, {"answer": "round_off", "hint": "synonyms for round off", "clues": [["brush up", "bring to a highly developed, finished, or refined state", "brush up"], ["round down", "express as a round number", "round down"], ["round out", "make round", "round out"], ["round", "bring to a highly developed, finished, or refined state", "round"], ["polish up", "bring to a highly developed, finished, or refined state", "polish up"], ["polish", "bring to a highly developed, finished, or refined state", "polish"]]}, {"answer": "round_out", "hint": "synonyms for round out", "clues": [["round", "make round", "round"], ["round off", "express as a round number", "round off"], ["fill out", "make bigger or better or more complete", "fill out"], ["round down", "express as a round number", "round down"], ["finish out", "fill out", "finish out"]]}, {"answer": "rouse", "hint": "synonyms for rouse", "clues": [["charge", "cause to be agitated, excited, or roused", "charge"], ["awaken", "cause to become awake or conscious", "awaken"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["wake", "cause to become awake or conscious", "wake"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["wake up", "cause to become awake or conscious", "wake up"], ["excite", "cause to be agitated, excited, or roused", "excite"], ["arouse", "cause to become awake or conscious", "arouse"], ["drive out", "force or drive out", "drive out"], ["rout out", "force or drive out", "rout out"], ["force out", "force or drive out", "force out"], ["turn on", "cause to be agitated, excited, or roused", "turn on"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["bestir", "become active", "bestir"]]}, {"answer": "rout_out", "hint": "synonyms for rout out", "clues": [["rouse", "force or drive out", "rouse"], ["expel", "cause to flee", "expel"], ["drive out", "force or drive out", "drive out"], ["rout", "cause to flee", "rout"], ["force out", "force or drive out", "force out"], ["rout up", "get or find by searching", "rout up"]]}, {"answer": "rove", "hint": "synonyms for rove", "clues": [["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["reeve", "fasten by passing through a hole or around something", "reeve"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["wander", "move about aimlessly or without any destination, often in search of food or employment", "wander"], ["stray", "move about aimlessly or without any destination, often in search of food or employment", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"]]}, {"answer": "rub_along", "hint": "synonyms for rub along", "clues": [["scrape along", "manage one's existence barely", "scrape along"], ["scrape by", "manage one's existence barely", "scrape by"], ["squeeze by", "manage one's existence barely", "squeeze by"], ["scratch along", "manage one's existence barely", "scratch along"], ["squeak by", "manage one's existence barely", "squeak by"]]}, {"answer": "rub_down", "hint": "synonyms for rub down", "clues": [["abrase", "wear away", "abrase"], ["rub off", "wear away", "rub off"], ["knead", "manually manipulate (someone's body), usually for medicinal or relaxation purposes", "knead"], ["massage", "manually manipulate (someone's body), usually for medicinal or relaxation purposes", "massage"], ["corrade", "wear away", "corrade"], ["abrade", "wear away", "abrade"]]}, {"answer": "rub_off", "hint": "synonyms for rub off", "clues": [["abrase", "wear away", "abrase"], ["abrade", "wear away", "abrade"], ["corrade", "wear away", "corrade"], ["rub down", "wear away", "rub down"]]}, {"answer": "rub_out", "hint": "synonyms for rub out", "clues": [["score out", "remove by or as if by rubbing or erasing", "score out"], ["erase", "remove by or as if by rubbing or erasing", "erase"], ["wipe off", "remove by or as if by rubbing or erasing", "wipe off"], ["efface", "remove by or as if by rubbing or erasing", "efface"]]}, {"answer": "ruckle", "hint": "synonyms for ruckle", "clues": [["scrunch up", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch up"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crinkle"], ["scrunch", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "scrunch"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"]]}, {"answer": "rule_out", "hint": "synonyms for rule out", "clues": [["reject", "dismiss from consideration or a contest", "reject"], ["winnow out", "dismiss from consideration or a contest", "winnow out"], ["preclude", "make impossible, especially beforehand", "preclude"], ["close out", "make impossible, especially beforehand", "close out"], ["rule in", "include or exclude by determining judicially or in agreement with rules", "rule in"], ["eliminate", "dismiss from consideration or a contest", "eliminate"]]}, {"answer": "ruminate", "hint": "synonyms for ruminate", "clues": [["think over", "reflect deeply on a subject", "think over"], ["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "rumple", "hint": "synonyms for rumple", "clues": [["crinkle", "become wrinkled or crumpled or creased", "crinkle"], ["ruffle", "disturb the smoothness of", "ruffle"], ["crumple", "become wrinkled or crumpled or creased", "crumple"], ["ruffle up", "disturb the smoothness of", "ruffle up"], ["cockle", "to gather something into small wrinkles or folds", "cockle"], ["knit", "to gather something into small wrinkles or folds", "knit"], ["mess up", "disturb the smoothness of", "mess up"], ["crease", "become wrinkled or crumpled or creased", "crease"], ["pucker", "to gather something into small wrinkles or folds", "pucker"]]}, {"answer": "run_a_risk", "hint": "synonyms for run a risk", "clues": [["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["adventure", "take a risk in the hope of a favorable outcome", "adventure"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"]]}, {"answer": "run_across", "hint": "synonyms for run across", "clues": [["encounter", "come together", "encounter"], ["come across", "come together", "come across"], ["see", "come together", "see"], ["run into", "come together", "run into"], ["meet", "come together", "meet"]]}, {"answer": "run_around", "hint": "synonyms for run around", "clues": [["frisk", "play boisterously", "frisk"], ["lark about", "play boisterously", "lark about"], ["sport", "play boisterously", "sport"], ["romp", "play boisterously", "romp"], ["gambol", "play boisterously", "gambol"], ["rollick", "play boisterously", "rollick"], ["cavort", "play boisterously", "cavort"], ["skylark", "play boisterously", "skylark"], ["disport", "play boisterously", "disport"], ["frolic", "play boisterously", "frolic"], ["lark", "play boisterously", "lark"]]}, {"answer": "run_away", "hint": "synonyms for run away", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "run_down", "hint": "synonyms for run down", "clues": [["glance over", "examine hastily", "glance over"], ["scan", "examine hastily", "scan"], ["play out", "deplete", "play out"], ["poop out", "use up all one's strength and energy and stop working", "poop out"], ["sap", "deplete", "sap"], ["tire", "deplete", "tire"], ["run over", "injure or kill by running over, as with a vehicle", "run over"], ["exhaust", "deplete", "exhaust"], ["peter out", "use up all one's strength and energy and stop working", "peter out"], ["conk out", "use up all one's strength and energy and stop working", "conk out"], ["rake", "examine hastily", "rake"], ["skim", "examine hastily", "skim"], ["run out", "use up all one's strength and energy and stop working", "run out"], ["check out", "trace", "check out"]]}, {"answer": "run_into", "hint": "synonyms for run into", "clues": [["jar against", "collide violently with an obstacle", "jar against"], ["collide with", "hit against; come into sudden contact with", "collide with"], ["hit", "hit against; come into sudden contact with", "hit"], ["see", "come together", "see"], ["bump into", "collide violently with an obstacle", "bump into"], ["knock against", "collide violently with an obstacle", "knock against"], ["impinge on", "hit against; come into sudden contact with", "impinge on"], ["butt against", "collide violently with an obstacle", "butt against"], ["meet", "come together", "meet"], ["strike", "hit against; come into sudden contact with", "strike"], ["encounter", "come together", "encounter"], ["come across", "come together", "come across"], ["run across", "come together", "run across"]]}, {"answer": "run_off", "hint": "synonyms for run off", "clues": [["dispel", "force to go away; used both with concrete and metaphoric meanings", "dispel"], ["photocopy", "reproduce by xerography", "photocopy"], ["xerox", "reproduce by xerography", "xerox"], ["go off", "run away; usually includes taking something or somebody along", "go off"], ["run out", "leave suddenly and as if in a hurry", "run out"], ["drive off", "force to go away; used both with concrete and metaphoric meanings", "drive off"], ["turn back", "force to go away; used both with concrete and metaphoric meanings", "turn back"], ["elope", "run away secretly with one's beloved", "elope"], ["drive away", "force to go away; used both with concrete and metaphoric meanings", "drive away"], ["drive out", "force to go away; used both with concrete and metaphoric meanings", "drive out"], ["bolt out", "leave suddenly and as if in a hurry", "bolt out"], ["absquatulate", "run away; usually includes taking something or somebody along", "absquatulate"], ["make off", "run away; usually includes taking something or somebody along", "make off"], ["beetle off", "leave suddenly and as if in a hurry", "beetle off"], ["bolt", "run away; usually includes taking something or somebody along", "bolt"], ["abscond", "run away; usually includes taking something or somebody along", "abscond"], ["decamp", "run away; usually includes taking something or somebody along", "decamp"], ["waste", "run off as waste", "waste"], ["chase away", "force to go away; used both with concrete and metaphoric meanings", "chase away"]]}, {"answer": "run_out", "hint": "synonyms for run out", "clues": [["beetle off", "leave suddenly and as if in a hurry", "beetle off"], ["fail", "prove insufficient", "fail"], ["spill", "flow, run or fall out and become lost", "spill"], ["give out", "prove insufficient", "give out"], ["poop out", "use up all one's strength and energy and stop working", "poop out"], ["run off", "leave suddenly and as if in a hurry", "run off"], ["expire", "lose validity", "expire"], ["peter out", "use up all one's strength and energy and stop working", "peter out"], ["drain", "flow off gradually", "drain"], ["bolt", "leave suddenly and as if in a hurry", "bolt"], ["conk out", "use up all one's strength and energy and stop working", "conk out"], ["bolt out", "leave suddenly and as if in a hurry", "bolt out"], ["run down", "use up all one's strength and energy and stop working", "run down"]]}, {"answer": "run_over", "hint": "synonyms for run over", "clues": [["brim over", "flow or run over (a limit or brim)", "brim over"], ["overflow", "flow or run over (a limit or brim)", "overflow"], ["well over", "flow or run over (a limit or brim)", "well over"], ["overrun", "flow or run over (a limit or brim)", "overrun"], ["run down", "injure or kill by running over, as with a vehicle", "run down"]]}, {"answer": "run_through", "hint": "synonyms for run through", "clues": [["work through", "apply thoroughly; think through", "work through"], ["wipe out", "use up (resources or materials)", "wipe out"], ["go through", "apply thoroughly; think through", "go through"], ["eat", "use up (resources or materials)", "eat"], ["eat up", "use up (resources or materials)", "eat up"], ["consume", "use up (resources or materials)", "consume"], ["deplete", "use up (resources or materials)", "deplete"], ["exhaust", "use up (resources or materials)", "exhaust"], ["use up", "use up (resources or materials)", "use up"]]}, {"answer": "run_up", "hint": "synonyms for run up", "clues": [["chalk up", "accumulate as a debt", "chalk up"], ["sew together", "fasten by sewing; do needlework", "sew together"], ["sew", "fasten by sewing; do needlework", "sew"], ["hoist", "raise", "hoist"], ["stitch", "fasten by sewing; do needlework", "stitch"]]}, {"answer": "rush_along", "hint": "synonyms for rush along", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["hie", "move fast", "hie"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["step on it", "move fast", "step on it"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "sack_out", "hint": "synonyms for sack out", "clues": [["turn in", "prepare for sleep", "turn in"], ["kip down", "prepare for sleep", "kip down"], ["hit the sack", "prepare for sleep", "hit the sack"], ["bed", "prepare for sleep", "bed"], ["crawl in", "prepare for sleep", "crawl in"], ["go to sleep", "prepare for sleep", "go to sleep"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["hit the hay", "prepare for sleep", "hit the hay"]]}, {"answer": "sail_through", "hint": "synonyms for sail through", "clues": [["nail", "succeed at easily", "nail"], ["sweep through", "succeed at easily", "sweep through"], ["pass with flying colors", "succeed at easily", "pass with flying colors"], ["breeze through", "succeed at easily", "breeze through"], ["ace", "succeed at easily", "ace"]]}, {"answer": "sally_out", "hint": "synonyms for sally out", "clues": [["burst forth", "jump out from a hiding place and surprise (someone)", "burst forth"], ["leap out", "jump out from a hiding place and surprise (someone)", "leap out"], ["sally forth", "set out in a sudden, energetic or violent manner", "sally forth"], ["rush out", "jump out from a hiding place and surprise (someone)", "rush out"]]}, {"answer": "salt_away", "hint": "synonyms for salt away", "clues": [["put in", "keep or lay aside for future use", "put in"], ["stash away", "keep or lay aside for future use", "stash away"], ["stack away", "keep or lay aside for future use", "stack away"], ["hive away", "keep or lay aside for future use", "hive away"], ["lay in", "keep or lay aside for future use", "lay in"], ["store", "keep or lay aside for future use", "store"]]}, {"answer": "sanctify", "hint": "synonyms for sanctify", "clues": [["consecrate", "render holy by means of religious rites", "consecrate"], ["purify", "make pure or free from sin or guilt", "purify"], ["hallow", "render holy by means of religious rites", "hallow"], ["purge", "make pure or free from sin or guilt", "purge"], ["bless", "render holy by means of religious rites", "bless"]]}, {"answer": "satisfy", "hint": "synonyms for satisfy", "clues": [["fulfill", "fill or meet a want or need", "fulfill"], ["meet", "fill or meet a want or need", "meet"], ["live up to", "meet the requirements or expectations of", "live up to"], ["gratify", "make happy or satisfied", "gratify"], ["fill", "fill or meet a want or need", "fill"]]}, {"answer": "scandalise", "hint": "synonyms for scandalise", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["offend", "strike with disgust or revulsion", "offend"], ["shock", "strike with disgust or revulsion", "shock"], ["scandalize", "strike with disgust or revulsion", "scandalize"], ["appal", "strike with disgust or revulsion", "appal"]]}, {"answer": "scandalize", "hint": "synonyms for scandalize", "clues": [["outrage", "strike with disgust or revulsion", "outrage"], ["offend", "strike with disgust or revulsion", "offend"], ["scandalise", "strike with disgust or revulsion", "scandalise"], ["shock", "strike with disgust or revulsion", "shock"], ["appal", "strike with disgust or revulsion", "appal"]]}, {"answer": "scare_away", "hint": "synonyms for scare away", "clues": [["frighten off", "cause to lose courage", "frighten off"], ["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["scare off", "cause to lose courage", "scare off"], ["pall", "cause to lose courage", "pall"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "scare_off", "hint": "synonyms for scare off", "clues": [["frighten off", "cause to lose courage", "frighten off"], ["frighten away", "cause to lose courage", "frighten away"], ["daunt", "cause to lose courage", "daunt"], ["dash", "cause to lose courage", "dash"], ["scare away", "cause to lose courage", "scare away"], ["pall", "cause to lose courage", "pall"], ["scare", "cause to lose courage", "scare"]]}, {"answer": "scarf_out", "hint": "synonyms for scarf out", "clues": [["gormandise", "overeat or eat immodestly; make a pig of oneself", "gormandise"], ["englut", "overeat or eat immodestly; make a pig of oneself", "englut"], ["gorge", "overeat or eat immodestly; make a pig of oneself", "gorge"], ["satiate", "overeat or eat immodestly; make a pig of oneself", "satiate"], ["glut", "overeat or eat immodestly; make a pig of oneself", "glut"], ["engorge", "overeat or eat immodestly; make a pig of oneself", "engorge"], ["stuff", "overeat or eat immodestly; make a pig of oneself", "stuff"], ["overeat", "overeat or eat immodestly; make a pig of oneself", "overeat"], ["binge", "overeat or eat immodestly; make a pig of oneself", "binge"], ["overindulge", "overeat or eat immodestly; make a pig of oneself", "overindulge"], ["overgorge", "overeat or eat immodestly; make a pig of oneself", "overgorge"], ["ingurgitate", "overeat or eat immodestly; make a pig of oneself", "ingurgitate"], ["pig out", "overeat or eat immodestly; make a pig of oneself", "pig out"]]}, {"answer": "scarper", "hint": "synonyms for scarper", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "scoop_out", "hint": "synonyms for scoop out", "clues": [["lift out", "take out or up with or as if with a scoop", "lift out"], ["take up", "take out or up with or as if with a scoop", "take up"], ["scoop", "take out or up with or as if with a scoop", "scoop"], ["scoop up", "take out or up with or as if with a scoop", "scoop up"]]}, {"answer": "scoop_up", "hint": "synonyms for scoop up", "clues": [["scoop out", "take out or up with or as if with a scoop", "scoop out"], ["lift out", "take out or up with or as if with a scoop", "lift out"], ["take up", "take out or up with or as if with a scoop", "take up"], ["scoop", "take out or up with or as if with a scoop", "scoop"]]}, {"answer": "scoot", "hint": "synonyms for scoot", "clues": [["scud", "run or move very quickly or hastily", "scud"], ["flash", "run or move very quickly or hastily", "flash"], ["dart", "run or move very quickly or hastily", "dart"], ["dash", "run or move very quickly or hastily", "dash"], ["shoot", "run or move very quickly or hastily", "shoot"]]}, {"answer": "score_out", "hint": "synonyms for score out", "clues": [["wipe off", "remove by or as if by rubbing or erasing", "wipe off"], ["erase", "remove by or as if by rubbing or erasing", "erase"], ["rub out", "remove by or as if by rubbing or erasing", "rub out"], ["efface", "remove by or as if by rubbing or erasing", "efface"]]}, {"answer": "scram", "hint": "synonyms for scram", "clues": [["fuck off", "leave immediately; used usually in the imperative form", "fuck off"], ["bugger off", "leave immediately; used usually in the imperative form", "bugger off"], ["buzz off", "leave immediately; used usually in the imperative form", "buzz off"], ["get", "leave immediately; used usually in the imperative form", "get"]]}, {"answer": "scrape_along", "hint": "synonyms for scrape along", "clues": [["scrape by", "manage one's existence barely", "scrape by"], ["squeeze by", "manage one's existence barely", "squeeze by"], ["rub along", "manage one's existence barely", "rub along"], ["scratch along", "manage one's existence barely", "scratch along"], ["squeak by", "manage one's existence barely", "squeak by"]]}, {"answer": "scrape_by", "hint": "synonyms for scrape by", "clues": [["scrape along", "manage one's existence barely", "scrape along"], ["squeeze by", "manage one's existence barely", "squeeze by"], ["rub along", "manage one's existence barely", "rub along"], ["scratch along", "manage one's existence barely", "scratch along"], ["squeak by", "manage one's existence barely", "squeak by"]]}, {"answer": "scratch_along", "hint": "synonyms for scratch along", "clues": [["scrape along", "manage one's existence barely", "scrape along"], ["scrape by", "manage one's existence barely", "scrape by"], ["squeeze by", "manage one's existence barely", "squeeze by"], ["rub along", "manage one's existence barely", "rub along"], ["squeak by", "manage one's existence barely", "squeak by"]]}, {"answer": "scratch_off", "hint": "synonyms for scratch off", "clues": [["toss off", "write quickly", "toss off"], ["knock off", "write quickly", "knock off"], ["fling off", "write quickly", "fling off"], ["dash off", "write quickly", "dash off"]]}, {"answer": "screak", "hint": "synonyms for screak", "clues": [["skreigh", "utter a harsh abrupt scream", "skreigh"], ["squeak", "make a high-pitched, screeching noise", "squeak"], ["squawk", "utter a harsh abrupt scream", "squawk"], ["screech", "utter a harsh abrupt scream", "screech"], ["skreak", "utter a harsh abrupt scream", "skreak"], ["whine", "make a high-pitched, screeching noise", "whine"], ["creak", "make a high-pitched, screeching noise", "creak"]]}, {"answer": "screw_up", "hint": "synonyms for screw up", "clues": [["bodge", "make a mess of, destroy or ruin", "bodge"], ["bungle", "make a mess of, destroy or ruin", "bungle"], ["fumble", "make a mess of, destroy or ruin", "fumble"], ["blow", "make a mess of, destroy or ruin", "blow"], ["muck up", "make a mess of, destroy or ruin", "muck up"], ["bollix up", "make a mess of, destroy or ruin", "bollix up"], ["bobble", "make a mess of, destroy or ruin", "bobble"], ["fluff", "make a mess of, destroy or ruin", "fluff"], ["botch up", "make a mess of, destroy or ruin", "botch up"], ["hot up", "make more intense", "hot up"], ["foul up", "make a mess of, destroy or ruin", "foul up"], ["bollix", "make a mess of, destroy or ruin", "bollix"], ["spoil", "make a mess of, destroy or ruin", "spoil"], ["bumble", "make a mess of, destroy or ruin", "bumble"], ["mess up", "make a mess of, destroy or ruin", "mess up"], ["flub", "make a mess of, destroy or ruin", "flub"], ["ball up", "make a mess of, destroy or ruin", "ball up"], ["heat up", "make more intense", "heat up"], ["bollocks up", "make a mess of, destroy or ruin", "bollocks up"], ["louse up", "make a mess of, destroy or ruin", "louse up"], ["bollocks", "make a mess of, destroy or ruin", "bollocks"], ["mishandle", "make a mess of, destroy or ruin", "mishandle"], ["muff", "make a mess of, destroy or ruin", "muff"], ["botch", "make a mess of, destroy or ruin", "botch"]]}, {"answer": "scrunch_up", "hint": "synonyms for scrunch up", "clues": [["crouch", "sit on one's heels", "crouch"], ["scrunch", "sit on one's heels", "scrunch"], ["crease", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crease"], ["squat", "sit on one's heels", "squat"], ["crisp", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crisp"], ["hunker", "sit on one's heels", "hunker"], ["hunker down", "sit on one's heels", "hunker down"], ["ruckle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "ruckle"], ["crinkle", "make wrinkles or creases on a smooth surface; make a pressed, folded or wrinkled line in", "crinkle"]]}, {"answer": "scrutinise", "hint": "synonyms for scrutinise", "clues": [["audit", "examine carefully for accuracy with the intent of verification", "audit"], ["scrutinize", "to look at critically or searchingly, or in minute detail", "scrutinize"], ["inspect", "examine carefully for accuracy with the intent of verification", "inspect"], ["size up", "to look at critically or searchingly, or in minute detail", "size up"], ["take stock", "to look at critically or searchingly, or in minute detail", "take stock"]]}, {"answer": "scrutinize", "hint": "synonyms for scrutinize", "clues": [["audit", "examine carefully for accuracy with the intent of verification", "audit"], ["scrutinise", "to look at critically or searchingly, or in minute detail", "scrutinise"], ["inspect", "examine carefully for accuracy with the intent of verification", "inspect"], ["size up", "to look at critically or searchingly, or in minute detail", "size up"], ["take stock", "to look at critically or searchingly, or in minute detail", "take stock"]]}, {"answer": "secern", "hint": "synonyms for secern", "clues": [["secernate", "mark as different", "secernate"], ["severalize", "mark as different", "severalize"], ["distinguish", "mark as different", "distinguish"], ["differentiate", "mark as different", "differentiate"], ["separate", "mark as different", "separate"], ["tell apart", "mark as different", "tell apart"], ["tell", "mark as different", "tell"]]}, {"answer": "secernate", "hint": "synonyms for secernate", "clues": [["severalize", "mark as different", "severalize"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["differentiate", "mark as different", "differentiate"], ["separate", "mark as different", "separate"], ["tell apart", "mark as different", "tell apart"], ["tell", "mark as different", "tell"]]}, {"answer": "see_to_it", "hint": "synonyms for see to it", "clues": [["assure", "be careful or certain to do something; make certain of something", "assure"], ["ascertain", "be careful or certain to do something; make certain of something", "ascertain"], ["ensure", "be careful or certain to do something; make certain of something", "ensure"], ["check", "be careful or certain to do something; make certain of something", "check"], ["insure", "be careful or certain to do something; make certain of something", "insure"], ["see", "be careful or certain to do something; make certain of something", "see"], ["control", "be careful or certain to do something; make certain of something", "control"]]}, {"answer": "seethe", "hint": "synonyms for seethe", "clues": [["hum", "be noisy with activity", "hum"], ["roll", "boil vigorously", "roll"], ["buzz", "be noisy with activity", "buzz"], ["boil", "be in an agitated emotional state", "boil"]]}, {"answer": "seize", "hint": "synonyms for seize", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["grab", "capture the attention or imagination of", "grab"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession", "arrogate"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession", "assume"], ["conquer", "take possession of by force, as after an invasion", "conquer"], ["appropriate", "take possession of by force, as after an invasion", "appropriate"], ["clutch", "take hold of; grab", "clutch"], ["prehend", "take hold of; grab", "prehend"], ["take over", "seize and take control without authority and possibly with force; take as one's right or possession", "take over"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession", "usurp"], ["impound", "take temporary possession of as a security, by legal authority", "impound"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"], ["get hold of", "affect", "get hold of"], ["capture", "take possession of by force, as after an invasion", "capture"], ["sequester", "take temporary possession of as a security, by legal authority", "sequester"]]}, {"answer": "seize_on", "hint": "synonyms for seize on", "clues": [["hook on", "adopt", "hook on"], ["latch on", "adopt", "latch on"], ["fasten on", "adopt", "fasten on"], ["take up", "adopt", "take up"]]}, {"answer": "send", "hint": "synonyms for send", "clues": [["station", "assign to a station", "station"], ["air", "broadcast over the airwaves, as in radio or television", "air"], ["get off", "transfer", "get off"], ["direct", "cause to go somewhere", "direct"], ["transmit", "broadcast over the airwaves, as in radio or television", "transmit"], ["post", "assign to a station", "post"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["place", "assign to a station", "place"], ["transport", "transport commercially", "transport"], ["send out", "to cause or order to be taken, directed, or transmitted to another place", "send out"], ["institutionalise", "cause to be admitted; of persons to an institution", "institutionalise"], ["ship", "transport commercially", "ship"], ["charge", "cause to be admitted; of persons to an institution", "charge"], ["send off", "transfer", "send off"], ["commit", "cause to be admitted; of persons to an institution", "commit"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["mail", "cause to be directed or transmitted to another place", "mail"]]}, {"answer": "send_away", "hint": "synonyms for send away", "clues": [["fire", "terminate the employment of; discharge from an office or position", "fire"], ["drop", "stop associating with", "drop"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["terminate", "terminate the employment of; discharge from an office or position", "terminate"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["dismiss", "stop associating with", "dismiss"], ["send packing", "stop associating with", "send packing"]]}, {"answer": "send_off", "hint": "synonyms for send off", "clues": [["send", "transfer", "send"], ["project", "throw, send, or cast forward", "project"], ["despatch", "send away towards a designated goal", "despatch"], ["get off", "transfer", "get off"]]}, {"answer": "send_word", "hint": "synonyms for send word", "clues": [["advise", "inform (somebody) of something", "advise"], ["notify", "inform (somebody) of something", "notify"], ["give notice", "inform (somebody) of something", "give notice"], ["apprise", "inform (somebody) of something", "apprise"]]}, {"answer": "separate_out", "hint": "synonyms for separate out", "clues": [["filter", "remove by passing through a filter", "filter"], ["filtrate", "remove by passing through a filter", "filtrate"], ["filter out", "remove by passing through a filter", "filter out"], ["strain", "remove by passing through a filter", "strain"]]}, {"answer": "sequester", "hint": "synonyms for sequester", "clues": [["attach", "take temporary possession of as a security, by legal authority", "attach"], ["set apart", "set apart from others", "set apart"], ["withdraw", "keep away from others", "withdraw"], ["sequestrate", "keep away from others", "sequestrate"], ["seize", "take temporary possession of as a security, by legal authority", "seize"], ["seclude", "keep away from others", "seclude"], ["keep apart", "set apart from others", "keep apart"], ["impound", "take temporary possession of as a security, by legal authority", "impound"], ["isolate", "set apart from others", "isolate"], ["confiscate", "take temporary possession of as a security, by legal authority", "confiscate"]]}, {"answer": "sequestrate", "hint": "synonyms for sequestrate", "clues": [["sequester", "set apart from others", "sequester"], ["seclude", "keep away from others", "seclude"], ["set apart", "set apart from others", "set apart"], ["withdraw", "keep away from others", "withdraw"], ["keep apart", "set apart from others", "keep apart"], ["isolate", "set apart from others", "isolate"]]}, {"answer": "serve_up", "hint": "synonyms for serve up", "clues": [["dish up", "provide (usually but not necessarily food)", "dish up"], ["dish", "provide (usually but not necessarily food)", "dish"], ["dish out", "provide (usually but not necessarily food)", "dish out"], ["serve", "provide (usually but not necessarily food)", "serve"]]}, {"answer": "set_about", "hint": "synonyms for set about", "clues": [["undertake", "enter upon an activity or enterprise", "undertake"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["attempt", "enter upon an activity or enterprise", "attempt"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["go about", "begin to deal with", "go about"], ["approach", "begin to deal with", "approach"], ["start", "take the first step or steps in carrying out an action", "start"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["commence", "take the first step or steps in carrying out an action", "commence"], ["begin", "take the first step or steps in carrying out an action", "begin"]]}, {"answer": "set_apart", "hint": "synonyms for set apart", "clues": [["sequester", "set apart from others", "sequester"], ["specify", "select something or someone for a specific purpose", "specify"], ["keep apart", "set apart from others", "keep apart"], ["assign", "select something or someone for a specific purpose", "assign"], ["sequestrate", "set apart from others", "sequestrate"], ["isolate", "set apart from others", "isolate"]]}, {"answer": "set_aside", "hint": "synonyms for set aside", "clues": [["reserve", "give or assign a resource to a particular person or cause", "reserve"], ["suspend", "make inoperative or stop", "suspend"], ["appropriate", "give or assign a resource to a particular person or cause", "appropriate"], ["allow", "give or assign a resource to a particular person or cause", "allow"], ["earmark", "give or assign a resource to a particular person or cause", "earmark"]]}, {"answer": "set_back", "hint": "synonyms for set back", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["shelve", "hold back to a later time", "shelve"], ["put off", "hold back to a later time", "put off"], ["knock back", "cost a certain amount", "knock back"], ["table", "hold back to a later time", "table"], ["remit", "hold back to a later time", "remit"], ["hold over", "hold back to a later time", "hold over"], ["put back", "cost a certain amount", "put back"], ["defer", "hold back to a later time", "defer"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "set_down", "hint": "synonyms for set down", "clues": [["unload", "leave or unload", "unload"], ["place down", "cause to sit or seat or be in a settled position or place", "place down"], ["disembark", "go ashore", "disembark"], ["debark", "go ashore", "debark"], ["put down", "put down in writing; of texts, musical compositions, etc.", "put down"], ["drop", "leave or unload", "drop"], ["drop off", "leave or unload", "drop off"], ["land", "reach or come to rest", "land"], ["discharge", "leave or unload", "discharge"], ["get down", "put down in writing; of texts, musical compositions, etc.", "get down"], ["write down", "put down in writing; of texts, musical compositions, etc.", "write down"]]}, {"answer": "set_forth", "hint": "synonyms for set forth", "clues": [["exposit", "state", "exposit"], ["set off", "leave", "set off"], ["start out", "leave", "start out"], ["part", "leave", "part"], ["expound", "state", "expound"], ["set out", "leave", "set out"], ["take off", "leave", "take off"], ["depart", "leave", "depart"], ["start", "leave", "start"]]}, {"answer": "set_off", "hint": "synonyms for set off", "clues": [["explode", "cause to burst with a violent release of energy", "explode"], ["spark", "put in motion or move to act", "spark"], ["trigger off", "put in motion or move to act", "trigger off"], ["start out", "leave", "start out"], ["stir up", "provoke or stir up", "stir up"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["part", "leave", "part"], ["blow up", "cause to burst with a violent release of energy", "blow up"], ["activate", "put in motion or move to act", "activate"], ["depart", "leave", "depart"], ["start", "leave", "start"], ["offset", "make up for", "offset"], ["bring out", "direct attention to, as if by means of contrast", "bring out"], ["set forth", "leave", "set forth"], ["cancel", "make up for", "cancel"], ["set out", "leave", "set out"], ["trigger", "put in motion or move to act", "trigger"], ["take off", "leave", "take off"], ["detonate", "cause to burst with a violent release of energy", "detonate"], ["instigate", "provoke or stir up", "instigate"], ["actuate", "put in motion or move to act", "actuate"], ["incite", "provoke or stir up", "incite"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "set_out", "hint": "synonyms for set out", "clues": [["set off", "leave", "set off"], ["get", "take the first step or steps in carrying out an action", "get"], ["start out", "take the first step or steps in carrying out an action", "start out"], ["range", "lay out orderly or logically in a line or as if in a line", "range"], ["set forth", "leave", "set forth"], ["part", "leave", "part"], ["start", "take the first step or steps in carrying out an action", "start"], ["take off", "leave", "take off"], ["lay out", "lay out orderly or logically in a line or as if in a line", "lay out"], ["set about", "take the first step or steps in carrying out an action", "set about"], ["depart", "leave", "depart"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["array", "lay out orderly or logically in a line or as if in a line", "array"], ["commence", "take the first step or steps in carrying out an action", "commence"], ["begin", "take the first step or steps in carrying out an action", "begin"]]}, {"answer": "set_up", "hint": "synonyms for set up", "clues": [["entrap", "take or catch as if in a snare or trap", "entrap"], ["erect", "construct, build, or erect", "erect"], ["ready", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "ready"], ["effectuate", "produce", "effectuate"], ["raise", "construct, build, or erect", "raise"], ["arrange", "put into a proper or systematic order", "arrange"], ["put up", "construct, build, or erect", "put up"], ["tack together", "create by putting components or members together", "tack together"], ["put", "arrange thoughts, ideas, temporal events", "put"], ["establish", "place", "establish"], ["ensnare", "take or catch as if in a snare or trap", "ensnare"], ["set", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "set"], ["install", "place", "install"], ["launch", "set up or found", "launch"], ["rig", "equip with sails or masts", "rig"], ["found", "set up or found", "found"], ["fix", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "fix"], ["effect", "produce", "effect"], ["prepare", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "prepare"], ["put together", "create by putting components or members together", "put together"], ["rear", "construct, build, or erect", "rear"], ["lay out", "get ready for a particular purpose or event", "lay out"], ["piece", "create by putting components or members together", "piece"], ["pitch", "erect and fasten", "pitch"], ["assemble", "create by putting components or members together", "assemble"], ["put in", "set up for use", "put in"], ["order", "arrange thoughts, ideas, temporal events", "order"], ["tack", "create by putting components or members together", "tack"], ["gear up", "make ready or suitable or equip in advance for a particular purpose or for some use, event, etc", "gear up"], ["frame", "take or catch as if in a snare or trap", "frame"]]}, {"answer": "settle_down", "hint": "synonyms for settle down", "clues": [["cool off", "become quiet or calm, especially after a state of agitation", "cool off"], ["cool it", "become quiet or calm, especially after a state of agitation", "cool it"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["root", "become settled or established and stable in one's residence or life style", "root"], ["chill out", "become quiet or calm, especially after a state of agitation", "chill out"], ["calm down", "become quiet or calm, especially after a state of agitation", "calm down"], ["simmer down", "become quiet or calm, especially after a state of agitation", "simmer down"], ["settle", "settle into a position, usually on a surface or ground", "settle"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["calm", "become quiet or calm, especially after a state of agitation", "calm"]]}, {"answer": "severalise", "hint": "synonyms for severalise", "clues": [["secernate", "mark as different", "secernate"], ["severalize", "mark as different", "severalize"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["differentiate", "mark as different", "differentiate"], ["separate", "mark as different", "separate"], ["tell apart", "mark as different", "tell apart"], ["tell", "mark as different", "tell"]]}, {"answer": "severalize", "hint": "synonyms for severalize", "clues": [["secernate", "mark as different", "secernate"], ["severalise", "distinguish or separate", "severalise"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["differentiate", "mark as different", "differentiate"], ["separate", "mark as different", "separate"], ["tell apart", "mark as different", "tell apart"], ["tell", "mark as different", "tell"]]}, {"answer": "sew", "hint": "synonyms for sew", "clues": [["tailor-make", "create (clothes) with cloth", "tailor-make"], ["sew together", "fasten by sewing; do needlework", "sew together"], ["run up", "fasten by sewing; do needlework", "run up"], ["stitch", "fasten by sewing; do needlework", "stitch"], ["tailor", "create (clothes) with cloth", "tailor"]]}, {"answer": "shake_off", "hint": "synonyms for shake off", "clues": [["escape from", "get rid of", "escape from"], ["drop", "get rid of", "drop"], ["throw off", "get rid of", "throw off"], ["shed", "get rid of", "shed"], ["cast", "get rid of", "cast"], ["shake", "get rid of", "shake"], ["throw away", "get rid of", "throw away"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"]]}, {"answer": "shake_up", "hint": "synonyms for shake up", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["stir up", "change the arrangement or position of", "stir up"], ["bump around", "shock physically", "bump around"], ["reorganise", "organize anew", "reorganise"], ["succuss", "shake; especially (a patient to detect fluids or air in the body)", "succuss"], ["vex", "change the arrangement or position of", "vex"], ["excite", "stir the feelings, emotions, or peace of", "excite"], ["agitate", "change the arrangement or position of", "agitate"], ["plump up", "make fuller by shaking", "plump up"], ["fluff up", "make fuller by shaking", "fluff up"], ["commove", "change the arrangement or position of", "commove"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["stimulate", "stir the feelings, emotions, or peace of", "stimulate"], ["jar", "shock physically", "jar"], ["raise up", "change the arrangement or position of", "raise up"], ["stir", "stir the feelings, emotions, or peace of", "stir"]]}, {"answer": "shape_up", "hint": "synonyms for shape up", "clues": [["progress", "develop in a positive way", "progress"], ["get along", "develop in a positive way", "get along"], ["come along", "develop in a positive way", "come along"], ["advance", "develop in a positive way", "advance"], ["come on", "develop in a positive way", "come on"], ["get on", "develop in a positive way", "get on"]]}, {"answer": "sharpen", "hint": "synonyms for sharpen", "clues": [["taper", "give a point to", "taper"], ["focalise", "put (an image) into focus", "focalise"], ["focus", "put (an image) into focus", "focus"], ["heighten", "make (one's senses) more acute", "heighten"], ["point", "give a point to", "point"]]}, {"answer": "she-bop", "hint": "synonyms for she-bop", "clues": [["jerk off", "get sexual gratification through self-stimulation", "jerk off"], ["wank", "get sexual gratification through self-stimulation", "wank"], ["masturbate", "get sexual gratification through self-stimulation", "masturbate"], ["jack off", "get sexual gratification through self-stimulation", "jack off"], ["fuck off", "get sexual gratification through self-stimulation", "fuck off"]]}, {"answer": "shed_light_on", "hint": "synonyms for shed light on", "clues": [["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"]]}, {"answer": "shell_out", "hint": "synonyms for shell out", "clues": [["parcel out", "administer or bestow, as in small portions", "parcel out"], ["deal out", "administer or bestow, as in small portions", "deal out"], ["lot", "administer or bestow, as in small portions", "lot"], ["dish out", "administer or bestow, as in small portions", "dish out"], ["administer", "administer or bestow, as in small portions", "administer"], ["dispense", "administer or bestow, as in small portions", "dispense"], ["allot", "administer or bestow, as in small portions", "allot"], ["deal", "administer or bestow, as in small portions", "deal"], ["dole out", "administer or bestow, as in small portions", "dole out"], ["mete out", "administer or bestow, as in small portions", "mete out"], ["distribute", "administer or bestow, as in small portions", "distribute"]]}, {"answer": "shelve", "hint": "synonyms for shelve", "clues": [["postpone", "hold back to a later time", "postpone"], ["prorogue", "hold back to a later time", "prorogue"], ["put off", "hold back to a later time", "put off"], ["table", "hold back to a later time", "table"], ["remit", "hold back to a later time", "remit"], ["hold over", "hold back to a later time", "hold over"], ["set back", "hold back to a later time", "set back"], ["defer", "hold back to a later time", "defer"], ["put over", "hold back to a later time", "put over"]]}, {"answer": "shew", "hint": "synonyms for shew", "clues": [["demonstrate", "establish the validity of something, as by an example, explanation or experiment", "demonstrate"], ["establish", "establish the validity of something, as by an example, explanation or experiment", "establish"], ["prove", "establish the validity of something, as by an example, explanation or experiment", "prove"], ["show", "establish the validity of something, as by an example, explanation or experiment", "show"]]}, {"answer": "shine_up", "hint": "synonyms for shine up", "clues": [["sidle up", "ingratiate oneself to; often with insincere behavior", "sidle up"], ["cotton up", "ingratiate oneself to; often with insincere behavior", "cotton up"], ["cozy up", "ingratiate oneself to; often with insincere behavior", "cozy up"], ["play up", "ingratiate oneself to; often with insincere behavior", "play up"], ["suck up", "ingratiate oneself to; often with insincere behavior", "suck up"]]}, {"answer": "shoot_a_line", "hint": "synonyms for shoot a line", "clues": [["tout", "show off", "tout"], ["bluster", "show off", "bluster"], ["blow", "show off", "blow"], ["boast", "show off", "boast"], ["vaunt", "show off", "vaunt"], ["brag", "show off", "brag"], ["gasconade", "show off", "gasconade"], ["swash", "show off", "swash"], ["gas", "show off", "gas"]]}, {"answer": "shoot_down", "hint": "synonyms for shoot down", "clues": [["defeat", "thwart the passage of", "defeat"], ["down", "shoot at and force to come down", "down"], ["vote down", "thwart the passage of", "vote down"], ["buck", "move quickly and violently", "buck"], ["land", "shoot at and force to come down", "land"], ["kill", "thwart the passage of", "kill"], ["shoot", "move quickly and violently", "shoot"], ["tear", "move quickly and violently", "tear"], ["vote out", "thwart the passage of", "vote out"], ["charge", "move quickly and violently", "charge"]]}, {"answer": "shoot_the_breeze", "hint": "synonyms for shoot the breeze", "clues": [["chitchat", "talk socially without exchanging too much information", "chitchat"], ["claver", "talk socially without exchanging too much information", "claver"], ["chaffer", "talk socially without exchanging too much information", "chaffer"], ["chatter", "talk socially without exchanging too much information", "chatter"], ["visit", "talk socially without exchanging too much information", "visit"], ["chew the fat", "talk socially without exchanging too much information", "chew the fat"], ["confabulate", "talk socially without exchanging too much information", "confabulate"], ["natter", "talk socially without exchanging too much information", "natter"], ["gossip", "talk socially without exchanging too much information", "gossip"], ["jaw", "talk socially without exchanging too much information", "jaw"], ["confab", "talk socially without exchanging too much information", "confab"], ["chat", "talk socially without exchanging too much information", "chat"]]}, {"answer": "shop_at", "hint": "synonyms for shop at", "clues": [["shop", "do one's shopping at; do business with; be a customer or client of", "shop"], ["patronise", "do one's shopping at; do business with; be a customer or client of", "patronise"], ["buy at", "do one's shopping at; do business with; be a customer or client of", "buy at"], ["sponsor", "do one's shopping at; do business with; be a customer or client of", "sponsor"], ["frequent", "do one's shopping at; do business with; be a customer or client of", "frequent"]]}, {"answer": "short-change", "hint": "synonyms for short-change", "clues": [["rook", "deprive of by deceit", "rook"], ["swindle", "deprive of by deceit", "swindle"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["victimize", "deprive of by deceit", "victimize"], ["diddle", "deprive of by deceit", "diddle"], ["short", "cheat someone by not returning him enough money", "short"], ["con", "deprive of by deceit", "con"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["gyp", "deprive of by deceit", "gyp"], ["nobble", "deprive of by deceit", "nobble"], ["scam", "deprive of by deceit", "scam"], ["hornswoggle", "deprive of by deceit", "hornswoggle"], ["mulct", "deprive of by deceit", "mulct"]]}, {"answer": "short-circuit", "hint": "synonyms for short-circuit", "clues": [["go around", "avoid something unpleasant or laborious", "go around"], ["short", "create a short circuit in", "short"], ["get around", "avoid something unpleasant or laborious", "get around"], ["bypass", "avoid something unpleasant or laborious", "bypass"]]}, {"answer": "shorten", "hint": "synonyms for shorten", "clues": [["bowdlerise", "edit by omitting or modifying parts considered indelicate", "bowdlerise"], ["expurgate", "edit by omitting or modifying parts considered indelicate", "expurgate"], ["cut", "reduce in scope while retaining essential elements", "cut"], ["foreshorten", "reduce in scope while retaining essential elements", "foreshorten"], ["abridge", "reduce in scope while retaining essential elements", "abridge"], ["reduce", "reduce in scope while retaining essential elements", "reduce"], ["castrate", "edit by omitting or modifying parts considered indelicate", "castrate"], ["abbreviate", "reduce in scope while retaining essential elements", "abbreviate"], ["contract", "reduce in scope while retaining essential elements", "contract"]]}, {"answer": "shout_out", "hint": "synonyms for shout out", "clues": [["call", "utter a sudden loud cry", "call"], ["scream", "utter a sudden loud cry", "scream"], ["shout", "utter a sudden loud cry", "shout"], ["hollo", "utter a sudden loud cry", "hollo"], ["holler", "utter a sudden loud cry", "holler"], ["squall", "utter a sudden loud cry", "squall"], ["cry", "utter a sudden loud cry", "cry"], ["vociferate", "utter in a very loud voice", "vociferate"], ["yell", "utter a sudden loud cry", "yell"]]}, {"answer": "shovel_in", "hint": "synonyms for shovel in", "clues": [["garbage down", "eat a large amount of food quickly", "garbage down"], ["gobble up", "eat a large amount of food quickly", "gobble up"], ["rake in", "earn large sums of money", "rake in"], ["bolt down", "eat a large amount of food quickly", "bolt down"]]}, {"answer": "show_off", "hint": "synonyms for show off", "clues": [["flaunt", "display proudly; act ostentatiously or pretentiously", "flaunt"], ["ostentate", "display proudly; act ostentatiously or pretentiously", "ostentate"], ["swank", "display proudly; act ostentatiously or pretentiously", "swank"], ["flash", "display proudly; act ostentatiously or pretentiously", "flash"]]}, {"answer": "show_up", "hint": "synonyms for show up", "clues": [["come out", "appear or become visible; make a showing", "come out"], ["turn up", "appear or become visible; make a showing", "turn up"], ["surface", "appear or become visible; make a showing", "surface"], ["come on", "appear or become visible; make a showing", "come on"], ["show", "be or become visible or noticeable", "show"]]}, {"answer": "shun", "hint": "synonyms for shun", "clues": [["ostracize", "expel from a community or group", "ostracize"], ["blackball", "expel from a community or group", "blackball"], ["eschew", "avoid and stay away from deliberately; stay clear of", "eschew"], ["banish", "expel from a community or group", "banish"], ["cast out", "expel from a community or group", "cast out"], ["ban", "expel from a community or group", "ban"]]}, {"answer": "shut_away", "hint": "synonyms for shut away", "clues": [["lock in", "place in a place where something cannot be removed or someone cannot escape", "lock in"], ["shut up", "place in a place where something cannot be removed or someone cannot escape", "shut up"], ["lock up", "place in a place where something cannot be removed or someone cannot escape", "lock up"], ["put away", "place in a place where something cannot be removed or someone cannot escape", "put away"], ["lock", "place in a place where something cannot be removed or someone cannot escape", "lock"], ["lock away", "place in a place where something cannot be removed or someone cannot escape", "lock away"]]}, {"answer": "shut_down", "hint": "synonyms for shut down", "clues": [["close down", "cease to operate or cause to cease operating", "close down"], ["close up", "cease to operate or cause to cease operating", "close up"], ["close", "cease to operate or cause to cease operating", "close"], ["fold", "cease to operate or cause to cease operating", "fold"]]}, {"answer": "sicken", "hint": "synonyms for sicken", "clues": [["churn up", "cause aversion in; offend the moral sense of", "churn up"], ["revolt", "cause aversion in; offend the moral sense of", "revolt"], ["come down", "get sick", "come down"], ["turn one's stomach", "upset and make nauseated", "turn one's stomach"], ["disgust", "cause aversion in; offend the moral sense of", "disgust"], ["nauseate", "cause aversion in; offend the moral sense of", "nauseate"]]}, {"answer": "sidle_up", "hint": "synonyms for sidle up", "clues": [["shine up", "ingratiate oneself to; often with insincere behavior", "shine up"], ["cotton up", "ingratiate oneself to; often with insincere behavior", "cotton up"], ["cozy up", "ingratiate oneself to; often with insincere behavior", "cozy up"], ["play up", "ingratiate oneself to; often with insincere behavior", "play up"], ["suck up", "ingratiate oneself to; often with insincere behavior", "suck up"]]}, {"answer": "signalise", "hint": "synonyms for signalise", "clues": [["signalize", "point out carefully and clearly", "signalize"], ["point out", "point out carefully and clearly", "point out"], ["distinguish", "make conspicuous or noteworthy", "distinguish"], ["call attention", "point out carefully and clearly", "call attention"], ["sign", "communicate silently and non-verbally by signals or signs", "sign"], ["signal", "communicate silently and non-verbally by signals or signs", "signal"]]}, {"answer": "signalize", "hint": "synonyms for signalize", "clues": [["signalise", "point out carefully and clearly", "signalise"], ["point out", "point out carefully and clearly", "point out"], ["distinguish", "make conspicuous or noteworthy", "distinguish"], ["call attention", "point out carefully and clearly", "call attention"], ["sign", "communicate silently and non-verbally by signals or signs", "sign"], ["signal", "communicate silently and non-verbally by signals or signs", "signal"]]}, {"answer": "simmer_down", "hint": "synonyms for simmer down", "clues": [["cool off", "become quiet or calm, especially after a state of agitation", "cool off"], ["cool it", "become quiet or calm, especially after a state of agitation", "cool it"], ["chill out", "become quiet or calm, especially after a state of agitation", "chill out"], ["calm", "become quiet or calm, especially after a state of agitation", "calm"], ["calm down", "become quiet or calm, especially after a state of agitation", "calm down"], ["settle down", "become quiet or calm, especially after a state of agitation", "settle down"]]}, {"answer": "simulate", "hint": "synonyms for simulate", "clues": [["feign", "make a pretence of", "feign"], ["copy", "reproduce someone's behavior or looks", "copy"], ["assume", "make a pretence of", "assume"], ["sham", "make a pretence of", "sham"], ["model", "create a representation or model of", "model"], ["imitate", "reproduce someone's behavior or looks", "imitate"]]}, {"answer": "sing", "hint": "synonyms for sing", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["whistle", "make a whining, ringing, or whistling sound", "whistle"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["spill the beans", "divulge confidential information or secrets", "spill the beans"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "sink_in", "hint": "synonyms for sink in", "clues": [["click", "become clear or enter one's consciousness or emotions", "click"], ["get across", "become clear or enter one's consciousness or emotions", "get across"], ["filter", "pass through", "filter"], ["come home", "become clear or enter one's consciousness or emotions", "come home"], ["permeate", "pass through", "permeate"], ["percolate", "pass through", "percolate"], ["fall into place", "become clear or enter one's consciousness or emotions", "fall into place"], ["dawn", "become clear or enter one's consciousness or emotions", "dawn"], ["penetrate", "become clear or enter one's consciousness or emotions", "penetrate"], ["get through", "become clear or enter one's consciousness or emotions", "get through"]]}, {"answer": "sit", "hint": "synonyms for sit", "clues": [["posture", "assume a posture as for artistic purposes", "posture"], ["sit down", "be seated", "sit down"], ["baby-sit", "work or act as a baby-sitter", "baby-sit"], ["pose", "assume a posture as for artistic purposes", "pose"], ["model", "assume a posture as for artistic purposes", "model"], ["seat", "show to a seat; assign a seat for", "seat"], ["ride", "sit and travel on the back of animal, usually while controlling its motions", "ride"], ["sit around", "be around, often idly or without specific purpose", "sit around"]]}, {"answer": "situate", "hint": "synonyms for situate", "clues": [["posit", "put (something somewhere) firmly", "posit"], ["locate", "determine or indicate the place, site, or limits of, as if by an instrument or by a survey", "locate"], ["deposit", "put (something somewhere) firmly", "deposit"], ["fix", "put (something somewhere) firmly", "fix"]]}, {"answer": "skate_over", "hint": "synonyms for skate over", "clues": [["slur over", "treat hurriedly or avoid dealing with properly", "slur over"], ["gloss over", "treat hurriedly or avoid dealing with properly", "gloss over"], ["smooth over", "treat hurriedly or avoid dealing with properly", "smooth over"], ["skimp over", "treat hurriedly or avoid dealing with properly", "skimp over"]]}, {"answer": "skimp_over", "hint": "synonyms for skimp over", "clues": [["skate over", "treat hurriedly or avoid dealing with properly", "skate over"], ["slur over", "treat hurriedly or avoid dealing with properly", "slur over"], ["gloss over", "treat hurriedly or avoid dealing with properly", "gloss over"], ["smooth over", "treat hurriedly or avoid dealing with properly", "smooth over"]]}, {"answer": "skitter", "hint": "synonyms for skitter", "clues": [["scuttle", "to move about or proceed hurriedly", "scuttle"], ["scurry", "to move about or proceed hurriedly", "scurry"], ["scamper", "to move about or proceed hurriedly", "scamper"], ["skip", "cause to skip over a surface", "skip"], ["skim", "cause to skip over a surface", "skim"]]}, {"answer": "skreak", "hint": "synonyms for skreak", "clues": [["skreigh", "utter a harsh abrupt scream", "skreigh"], ["squeak", "make a high-pitched, screeching noise", "squeak"], ["screak", "utter a harsh abrupt scream", "screak"], ["squawk", "utter a harsh abrupt scream", "squawk"], ["screech", "utter a harsh abrupt scream", "screech"], ["whine", "make a high-pitched, screeching noise", "whine"]]}, {"answer": "skreigh", "hint": "synonyms for skreigh", "clues": [["screak", "utter a harsh abrupt scream", "screak"], ["squawk", "utter a harsh abrupt scream", "squawk"], ["screech", "utter a harsh abrupt scream", "screech"], ["skreak", "utter a harsh abrupt scream", "skreak"]]}, {"answer": "slabber", "hint": "synonyms for slabber", "clues": [["drivel", "let saliva drivel from the mouth", "drivel"], ["slaver", "let saliva drivel from the mouth", "slaver"], ["dribble", "let saliva drivel from the mouth", "dribble"], ["slobber", "let saliva drivel from the mouth", "slobber"], ["drool", "let saliva drivel from the mouth", "drool"]]}, {"answer": "slack_off", "hint": "synonyms for slack off", "clues": [["die away", "become less in amount or intensity", "die away"], ["slack", "become less in amount or intensity", "slack"], ["abate", "become less in amount or intensity", "abate"], ["let up", "become less in amount or intensity", "let up"]]}, {"answer": "slacken", "hint": "synonyms for slacken", "clues": [["slow", "become slow or slower", "slow"], ["slow up", "become slow or slower", "slow up"], ["slack", "become slow or slower", "slack"], ["slack up", "make less active or fast", "slack up"], ["slow down", "become slow or slower", "slow down"], ["remit", "make slack as by lessening tension or firmness", "remit"], ["relax", "make less active or fast", "relax"]]}, {"answer": "slake", "hint": "synonyms for slake", "clues": [["quench", "satisfy (thirst)", "quench"], ["allay", "satisfy (thirst)", "allay"], ["slack", "make less active or intense", "slack"], ["abate", "make less active or intense", "abate"], ["assuage", "satisfy (thirst)", "assuage"]]}, {"answer": "slay", "hint": "synonyms for slay", "clues": [["dispatch", "kill intentionally and with premeditation", "dispatch"], ["hit", "kill intentionally and with premeditation", "hit"], ["polish off", "kill intentionally and with premeditation", "polish off"], ["off", "kill intentionally and with premeditation", "off"], ["remove", "kill intentionally and with premeditation", "remove"], ["murder", "kill intentionally and with premeditation", "murder"], ["bump off", "kill intentionally and with premeditation", "bump off"]]}, {"answer": "sleep_together", "hint": "synonyms for sleep together", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["sleep with", "have sexual intercourse with", "sleep with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "sleep_with", "hint": "synonyms for sleep with", "clues": [["hump", "have sexual intercourse with", "hump"], ["jazz", "have sexual intercourse with", "jazz"], ["eff", "have sexual intercourse with", "eff"], ["do it", "have sexual intercourse with", "do it"], ["bed", "have sexual intercourse with", "bed"], ["lie with", "have sexual intercourse with", "lie with"], ["fuck", "have sexual intercourse with", "fuck"], ["be intimate", "have sexual intercourse with", "be intimate"], ["make love", "have sexual intercourse with", "make love"], ["get it on", "have sexual intercourse with", "get it on"], ["roll in the hay", "have sexual intercourse with", "roll in the hay"], ["know", "have sexual intercourse with", "know"], ["bang", "have sexual intercourse with", "bang"], ["love", "have sexual intercourse with", "love"], ["have sex", "have sexual intercourse with", "have sex"], ["bonk", "have sexual intercourse with", "bonk"], ["have it off", "have sexual intercourse with", "have it off"], ["get laid", "have sexual intercourse with", "get laid"], ["have a go at it", "have sexual intercourse with", "have a go at it"], ["have it away", "have sexual intercourse with", "have it away"], ["make out", "have sexual intercourse with", "make out"], ["have intercourse", "have sexual intercourse with", "have intercourse"], ["sleep together", "have sexual intercourse with", "sleep together"], ["screw", "have sexual intercourse with", "screw"]]}, {"answer": "slenderize", "hint": "synonyms for slenderize", "clues": [["slim", "take off weight", "slim"], ["slim down", "take off weight", "slim down"], ["lose weight", "take off weight", "lose weight"], ["melt off", "take off weight", "melt off"], ["slenderise", "make slender or appear to be slender", "slenderise"], ["thin", "take off weight", "thin"], ["reduce", "take off weight", "reduce"]]}, {"answer": "slick_up", "hint": "synonyms for slick up", "clues": [["titivate", "make neat, smart, or trim", "titivate"], ["spruce", "dress and groom with particular care, as for a special occasion", "spruce"], ["spiff up", "make neat, smart, or trim", "spiff up"], ["spruce up", "dress and groom with particular care, as for a special occasion", "spruce up"], ["smarten up", "dress and groom with particular care, as for a special occasion", "smarten up"]]}, {"answer": "slide_by", "hint": "synonyms for slide by", "clues": [["elapse", "pass by", "elapse"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["slip by", "pass by", "slip by"], ["go along", "pass by", "go along"], ["glide by", "pass by", "glide by"], ["pass", "pass by", "pass"]]}, {"answer": "slim_down", "hint": "synonyms for slim down", "clues": [["slim", "take off weight", "slim"], ["lose weight", "take off weight", "lose weight"], ["melt off", "take off weight", "melt off"], ["slenderize", "take off weight", "slenderize"], ["thin", "take off weight", "thin"], ["reduce", "take off weight", "reduce"]]}, {"answer": "slip_away", "hint": "synonyms for slip away", "clues": [["elapse", "pass by", "elapse"], ["go by", "pass by", "go by"], ["sneak away", "leave furtively and stealthily", "sneak away"], ["slip by", "pass by", "slip by"], ["sneak off", "leave furtively and stealthily", "sneak off"], ["go along", "pass by", "go along"], ["glide by", "pass by", "glide by"], ["steal away", "leave furtively and stealthily", "steal away"], ["sneak out", "leave furtively and stealthily", "sneak out"], ["pass", "pass by", "pass"]]}, {"answer": "slip_by", "hint": "synonyms for slip by", "clues": [["elapse", "pass by", "elapse"], ["slip away", "pass by", "slip away"], ["go by", "pass by", "go by"], ["go along", "pass by", "go along"], ["glide by", "pass by", "glide by"], ["pass", "pass by", "pass"]]}, {"answer": "slog", "hint": "synonyms for slog", "clues": [["trudge", "walk heavily and firmly, as when weary, or through mud", "trudge"], ["swig", "strike heavily, especially with the fist or a bat", "swig"], ["plug away", "work doggedly or persistently", "plug away"], ["keep one's shoulder to the wheel", "work doggedly or persistently", "keep one's shoulder to the wheel"], ["tramp", "walk heavily and firmly, as when weary, or through mud", "tramp"], ["pad", "walk heavily and firmly, as when weary, or through mud", "pad"], ["plod", "walk heavily and firmly, as when weary, or through mud", "plod"], ["slug", "strike heavily, especially with the fist or a bat", "slug"], ["peg away", "work doggedly or persistently", "peg away"], ["keep one's nose to the grindstone", "work doggedly or persistently", "keep one's nose to the grindstone"], ["footslog", "walk heavily and firmly, as when weary, or through mud", "footslog"]]}, {"answer": "slosh", "hint": "synonyms for slosh", "clues": [["squish", "walk through mud or mire", "squish"], ["slosh around", "spill or splash copiously or clumsily", "slosh around"], ["splosh", "walk through mud or mire", "splosh"], ["splash", "walk through mud or mire", "splash"], ["slush", "make a splashing sound", "slush"], ["slop", "walk through mud or mire", "slop"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "slow_down", "hint": "synonyms for slow down", "clues": [["slow up", "become slow or slower", "slow up"], ["decelerate", "reduce the speed of", "decelerate"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["slack", "become slow or slower", "slack"], ["slacken", "become slow or slower", "slacken"], ["unwind", "become less tense, rest, or take one's ease", "unwind"], ["slow", "lose velocity; move more slowly", "slow"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["retard", "lose velocity; move more slowly", "retard"], ["loosen up", "become less tense, rest, or take one's ease", "loosen up"], ["relax", "become less tense, rest, or take one's ease", "relax"]]}, {"answer": "slow_up", "hint": "synonyms for slow up", "clues": [["slow down", "become slow or slower", "slow down"], ["slack", "become slow or slower", "slack"], ["slacken", "become slow or slower", "slacken"], ["slow", "lose velocity; move more slowly", "slow"], ["decelerate", "lose velocity; move more slowly", "decelerate"], ["retard", "lose velocity; move more slowly", "retard"]]}, {"answer": "slue", "hint": "synonyms for slue", "clues": [["slip", "move obliquely or sideways, usually in an uncontrolled manner", "slip"], ["skid", "move obliquely or sideways, usually in an uncontrolled manner", "skid"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["slide", "move obliquely or sideways, usually in an uncontrolled manner", "slide"], ["veer", "turn sharply; change direction abruptly", "veer"], ["curve", "turn sharply; change direction abruptly", "curve"], ["cut", "turn sharply; change direction abruptly", "cut"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["trend", "turn sharply; change direction abruptly", "trend"]]}, {"answer": "slur_over", "hint": "synonyms for slur over", "clues": [["skate over", "treat hurriedly or avoid dealing with properly", "skate over"], ["gloss over", "treat hurriedly or avoid dealing with properly", "gloss over"], ["smooth over", "treat hurriedly or avoid dealing with properly", "smooth over"], ["skimp over", "treat hurriedly or avoid dealing with properly", "skimp over"]]}, {"answer": "smarten_up", "hint": "synonyms for smarten up", "clues": [["slick up", "make neat, smart, or trim", "slick up"], ["titivate", "make neat, smart, or trim", "titivate"], ["spruce", "dress and groom with particular care, as for a special occasion", "spruce"], ["spiff up", "make neat, smart, or trim", "spiff up"], ["spruce up", "dress and groom with particular care, as for a special occasion", "spruce up"]]}, {"answer": "smatter", "hint": "synonyms for smatter", "clues": [["blether", "to talk foolishly", "blether"], ["dabble", "work with in an amateurish manner", "dabble"], ["babble", "to talk foolishly", "babble"], ["play around", "work with in an amateurish manner", "play around"]]}, {"answer": "smell_out", "hint": "synonyms for smell out", "clues": [["sense", "become aware of not through the senses but instinctively", "sense"], ["sniff out", "recognize or detect by or as if by smelling", "sniff out"], ["scent out", "recognize or detect by or as if by smelling", "scent out"], ["smell", "become aware of not through the senses but instinctively", "smell"], ["nose out", "recognize or detect by or as if by smelling", "nose out"]]}, {"answer": "smooth_over", "hint": "synonyms for smooth over", "clues": [["skate over", "treat hurriedly or avoid dealing with properly", "skate over"], ["slur over", "treat hurriedly or avoid dealing with properly", "slur over"], ["gloss over", "treat hurriedly or avoid dealing with properly", "gloss over"], ["skimp over", "treat hurriedly or avoid dealing with properly", "skimp over"]]}, {"answer": "snarf", "hint": "synonyms for snarf", "clues": [["filch", "make off with belongings of others", "filch"], ["cabbage", "make off with belongings of others", "cabbage"], ["lift", "make off with belongings of others", "lift"], ["hook", "make off with belongings of others", "hook"], ["nobble", "make off with belongings of others", "nobble"], ["sneak", "make off with belongings of others", "sneak"], ["pilfer", "make off with belongings of others", "pilfer"], ["purloin", "make off with belongings of others", "purloin"], ["swipe", "make off with belongings of others", "swipe"], ["abstract", "make off with belongings of others", "abstract"], ["pinch", "make off with belongings of others", "pinch"]]}, {"answer": "sneak_away", "hint": "synonyms for sneak away", "clues": [["slip away", "leave furtively and stealthily", "slip away"], ["sneak off", "leave furtively and stealthily", "sneak off"], ["sneak out", "leave furtively and stealthily", "sneak out"], ["steal away", "leave furtively and stealthily", "steal away"]]}, {"answer": "sneak_in", "hint": "synonyms for sneak in", "clues": [["stick in", "insert casually", "stick in"], ["creep in", "enter surreptitiously", "creep in"], ["insert", "insert casually", "insert"], ["slip in", "insert casually", "slip in"]]}, {"answer": "sneak_off", "hint": "synonyms for sneak off", "clues": [["slip away", "leave furtively and stealthily", "slip away"], ["sneak out", "leave furtively and stealthily", "sneak out"], ["sneak away", "leave furtively and stealthily", "sneak away"], ["steal away", "leave furtively and stealthily", "steal away"]]}, {"answer": "sneak_out", "hint": "synonyms for sneak out", "clues": [["slip away", "leave furtively and stealthily", "slip away"], ["sneak off", "leave furtively and stealthily", "sneak off"], ["sneak away", "leave furtively and stealthily", "sneak away"], ["steal away", "leave furtively and stealthily", "steal away"]]}, {"answer": "snuff_it", "hint": "synonyms for snuff it", "clues": [["perish", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "perish"], ["kick the bucket", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "kick the bucket"], ["pop off", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pop off"], ["conk", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "conk"], ["die", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "die"], ["croak", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "croak"], ["decease", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "decease"], ["drop dead", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "drop dead"], ["expire", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "expire"], ["buy the farm", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "buy the farm"], ["exit", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "exit"], ["cash in one's chips", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "cash in one's chips"], ["give-up the ghost", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "give-up the ghost"], ["choke", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "choke"], ["go", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "go"], ["pass", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass"], ["pass away", "pass from physical life and lose all bodily attributes and functions necessary to sustain life", "pass away"]]}, {"answer": "soak_up", "hint": "synonyms for soak up", "clues": [["steep", "devote (oneself) fully to", "steep"], ["sop up", "take in, also metaphorically", "sop up"], ["take in", "take in, also metaphorically", "take in"], ["suck", "take in, also metaphorically", "suck"], ["immerse", "devote (oneself) fully to", "immerse"], ["plunge", "devote (oneself) fully to", "plunge"], ["absorb", "take in, also metaphorically", "absorb"], ["engulf", "devote (oneself) fully to", "engulf"], ["imbibe", "take in, also metaphorically", "imbibe"], ["engross", "devote (oneself) fully to", "engross"], ["draw", "take in, also metaphorically", "draw"], ["suck up", "take in, also metaphorically", "suck up"], ["take up", "take in, also metaphorically", "take up"]]}, {"answer": "soar_up", "hint": "synonyms for soar up", "clues": [["soar upwards", "rise rapidly", "soar upwards"], ["surge", "rise rapidly", "surge"], ["zoom", "rise rapidly", "zoom"], ["soar", "rise rapidly", "soar"]]}, {"answer": "soar_upwards", "hint": "synonyms for soar upwards", "clues": [["soar up", "rise rapidly", "soar up"], ["zoom", "rise rapidly", "zoom"], ["soar", "rise rapidly", "soar"], ["surge", "rise rapidly", "surge"]]}, {"answer": "soften", "hint": "synonyms for soften", "clues": [["mince", "make less severe or harsh", "mince"], ["dampen", "lessen in force or effect", "dampen"], ["relent", "give in, as to influence or pressure", "relent"], ["buffer", "protect from impact", "buffer"], ["moderate", "make less severe or harsh", "moderate"], ["yield", "give in, as to influence or pressure", "yield"], ["cushion", "protect from impact", "cushion"], ["damp", "lessen in force or effect", "damp"], ["break", "lessen in force or effect", "break"], ["weaken", "lessen in force or effect", "weaken"]]}, {"answer": "solicit", "hint": "synonyms for solicit", "clues": [["woo", "make amorous advances towards", "woo"], ["romance", "make amorous advances towards", "romance"], ["beg", "make a solicitation or entreaty for something; request urgently or persistently", "beg"], ["court", "make amorous advances towards", "court"], ["accost", "approach with an offer of sexual favors", "accost"], ["tap", "make a solicitation or entreaty for something; request urgently or persistently", "tap"], ["hook", "approach with an offer of sexual favors", "hook"]]}, {"answer": "solve", "hint": "synonyms for solve", "clues": [["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["work", "find the solution to (a problem or question) or understand the meaning of", "work"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work out", "find the solution to (a problem or question) or understand the meaning of", "work out"], ["resolve", "find the solution", "resolve"], ["clear", "settle, as of a debt", "clear"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"]]}, {"answer": "sop_up", "hint": "synonyms for sop up", "clues": [["take in", "take in, also metaphorically", "take in"], ["suck", "take in, also metaphorically", "suck"], ["soak up", "take in, also metaphorically", "soak up"], ["absorb", "take in, also metaphorically", "absorb"], ["suck in", "take up as if with a sponge", "suck in"], ["imbibe", "take in, also metaphorically", "imbibe"], ["take up", "take up as if with a sponge", "take up"], ["draw", "take in, also metaphorically", "draw"], ["suck up", "take in, also metaphorically", "suck up"]]}, {"answer": "sort_out", "hint": "synonyms for sort out", "clues": [["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["classify", "arrange or order by classes or categories", "classify"], ["correct", "punish in order to gain control or enforce obedience", "correct"], ["sort", "arrange or order by classes or categories", "sort"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["class", "arrange or order by classes or categories", "class"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["discipline", "punish in order to gain control or enforce obedience", "discipline"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["separate", "arrange or order by classes or categories", "separate"], ["assort", "arrange or order by classes or categories", "assort"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["straighten out", "make free from confusion or ambiguity; make clear", "straighten out"], ["clear up", "make free from confusion or ambiguity; make clear", "clear up"]]}, {"answer": "sound_off", "hint": "synonyms for sound off", "clues": [["animadvert", "express one's opinion openly and without fear or hesitation", "animadvert"], ["opine", "express one's opinion openly and without fear or hesitation", "opine"], ["kick", "express complaints, discontent, displeasure, or unhappiness", "kick"], ["plain", "express complaints, discontent, displeasure, or unhappiness", "plain"], ["strike up", "start playing", "strike up"], ["speak up", "express one's opinion openly and without fear or hesitation", "speak up"], ["speak out", "express one's opinion openly and without fear or hesitation", "speak out"], ["quetch", "express complaints, discontent, displeasure, or unhappiness", "quetch"], ["complain", "express complaints, discontent, displeasure, or unhappiness", "complain"], ["kvetch", "express complaints, discontent, displeasure, or unhappiness", "kvetch"]]}, {"answer": "sound_out", "hint": "synonyms for sound out", "clues": [["articulate", "speak, pronounce, or utter in a certain way", "articulate"], ["feel out", "try to learn someone's opinions and intentions", "feel out"], ["say", "speak, pronounce, or utter in a certain way", "say"], ["pronounce", "speak, pronounce, or utter in a certain way", "pronounce"], ["enunciate", "speak, pronounce, or utter in a certain way", "enunciate"], ["enounce", "speak, pronounce, or utter in a certain way", "enounce"], ["check out", "try to learn someone's opinions and intentions", "check out"]]}, {"answer": "spark_off", "hint": "synonyms for spark off", "clues": [["spark", "put in motion or move to act", "spark"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "speak", "hint": "synonyms for speak", "clues": [["utter", "express in speech", "utter"], ["verbalize", "express in speech", "verbalize"], ["mouth", "express in speech", "mouth"], ["talk", "exchange thoughts; talk with", "talk"], ["address", "give a speech to", "address"]]}, {"answer": "speak_out", "hint": "synonyms for speak out", "clues": [["animadvert", "express one's opinion openly and without fear or hesitation", "animadvert"], ["opine", "express one's opinion openly and without fear or hesitation", "opine"], ["speak up", "express one's opinion openly and without fear or hesitation", "speak up"], ["sound off", "express one's opinion openly and without fear or hesitation", "sound off"]]}, {"answer": "speak_up", "hint": "synonyms for speak up", "clues": [["animadvert", "express one's opinion openly and without fear or hesitation", "animadvert"], ["opine", "express one's opinion openly and without fear or hesitation", "opine"], ["speak out", "express one's opinion openly and without fear or hesitation", "speak out"], ["sound off", "express one's opinion openly and without fear or hesitation", "sound off"]]}, {"answer": "specialise", "hint": "synonyms for specialise", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "speciate"], ["specify", "be specific about", "specify"], ["specialize", "suit to a special purpose", "specialize"], ["narrow", "become more focus on an area of activity or field of study", "narrow"], ["particularise", "be specific about", "particularise"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "differentiate"], ["narrow down", "become more focus on an area of activity or field of study", "narrow down"]]}, {"answer": "specialize", "hint": "synonyms for specialize", "clues": [["speciate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "speciate"], ["specify", "be specific about", "specify"], ["narrow", "become more focus on an area of activity or field of study", "narrow"], ["particularise", "be specific about", "particularise"], ["specialise", "suit to a special purpose", "specialise"], ["differentiate", "evolve so as to lead to a new species or develop in a way most suited to the environment", "differentiate"], ["narrow down", "become more focus on an area of activity or field of study", "narrow down"]]}, {"answer": "specify", "hint": "synonyms for specify", "clues": [["set", "decide upon or fix definitely", "set"], ["narrow", "define clearly", "narrow"], ["define", "determine the essential quality of", "define"], ["destine", "design or destine", "destine"], ["pin down", "define clearly", "pin down"], ["particularize", "be specific about", "particularize"], ["specialize", "be specific about", "specialize"], ["peg down", "define clearly", "peg down"], ["delimitate", "determine the essential quality of", "delimitate"], ["nail down", "define clearly", "nail down"], ["assign", "select something or someone for a specific purpose", "assign"], ["stipulate", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "stipulate"], ["fix", "decide upon or fix definitely", "fix"], ["narrow down", "define clearly", "narrow down"], ["intend", "design or destine", "intend"], ["set apart", "select something or someone for a specific purpose", "set apart"], ["condition", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "condition"], ["designate", "design or destine", "designate"], ["delimit", "determine the essential quality of", "delimit"], ["qualify", "specify as a condition or requirement in a contract or agreement; make an express demand or provision in an agreement", "qualify"], ["determine", "decide upon or fix definitely", "determine"], ["limit", "decide upon or fix definitely", "limit"], ["delineate", "determine the essential quality of", "delineate"]]}, {"answer": "speculate", "hint": "synonyms for speculate", "clues": [["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["job", "invest at a risk", "job"], ["mull over", "reflect deeply on a subject", "mull over"], ["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["think over", "reflect deeply on a subject", "think over"], ["muse", "reflect deeply on a subject", "muse"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"], ["suppose", "to believe especially on uncertain or tentative grounds", "suppose"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "spellbind", "hint": "synonyms for spellbind", "clues": [["mesmerize", "attract strongly, as if with a magnet", "mesmerize"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["entrance", "put into a trance", "entrance"], ["bewitch", "attract strongly, as if with a magnet", "bewitch"], ["transfix", "to render motionless, as with a fixed stare or by arousing terror or awe", "transfix"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["magnetise", "attract strongly, as if with a magnet", "magnetise"]]}, {"answer": "spend_a_penny", "hint": "synonyms for spend a penny", "clues": [["piss", "eliminate urine", "piss"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "spew", "hint": "synonyms for spew", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["eruct", "eject or send out in large quantities, also metaphorical", "eruct"], ["spit", "expel or eject (saliva or phlegm or sputum) from the mouth", "spit"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["spew out", "eject or send out in large quantities, also metaphorical", "spew out"], ["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth", "ptyalise"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "spiel_off", "hint": "synonyms for spiel off", "clues": [["rattle off", "recite volubly or extravagantly", "rattle off"], ["reel off", "recite volubly or extravagantly", "reel off"], ["rattle down", "recite volubly or extravagantly", "rattle down"], ["roll off", "recite volubly or extravagantly", "roll off"]]}, {"answer": "spiff_up", "hint": "synonyms for spiff up", "clues": [["slick up", "make neat, smart, or trim", "slick up"], ["titivate", "make neat, smart, or trim", "titivate"], ["spruce up", "make neat, smart, or trim", "spruce up"], ["spruce", "make neat, smart, or trim", "spruce"], ["smarten up", "make neat, smart, or trim", "smarten up"]]}, {"answer": "spill_over", "hint": "synonyms for spill over", "clues": [["overflow", "overflow with a certain feeling", "overflow"], ["bubble over", "overflow with a certain feeling", "bubble over"], ["pour out", "be disgorged", "pour out"], ["spill out", "be disgorged", "spill out"]]}, {"answer": "spill_the_beans", "hint": "synonyms for spill the beans", "clues": [["blab", "divulge confidential information or secrets", "blab"], ["tattle", "divulge confidential information or secrets", "tattle"], ["talk", "divulge confidential information or secrets", "talk"], ["babble out", "divulge confidential information or secrets", "babble out"], ["peach", "divulge confidential information or secrets", "peach"], ["let the cat out of the bag", "divulge confidential information or secrets", "let the cat out of the bag"], ["sing", "divulge confidential information or secrets", "sing"], ["blab out", "divulge confidential information or secrets", "blab out"], ["babble", "divulge confidential information or secrets", "babble"]]}, {"answer": "spin_around", "hint": "synonyms for spin around", "clues": [["whirl", "revolve quickly and repeatedly around one's own axis", "whirl"], ["gyrate", "revolve quickly and repeatedly around one's own axis", "gyrate"], ["spin", "revolve quickly and repeatedly around one's own axis", "spin"], ["reel", "revolve quickly and repeatedly around one's own axis", "reel"]]}, {"answer": "spit_out", "hint": "synonyms for spit out", "clues": [["spit", "utter with anger or contempt", "spit"], ["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth", "expectorate"], ["splutter", "spit up in an explosive manner", "splutter"], ["cough up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough up"], ["spit up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit up"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough out"]]}, {"answer": "spit_up", "hint": "synonyms for spit up", "clues": [["expectorate", "discharge (phlegm or sputum) from the lungs and out of the mouth", "expectorate"], ["cough up", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough up"], ["pony up", "give reluctantly", "pony up"], ["cough out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "cough out"], ["spit out", "discharge (phlegm or sputum) from the lungs and out of the mouth", "spit out"]]}, {"answer": "splosh", "hint": "synonyms for splosh", "clues": [["slosh", "walk through mud or mire", "slosh"], ["splash", "cause (a liquid) to spatter about, especially with force", "splash"], ["squish", "walk through mud or mire", "squish"], ["sprinkle", "cause (a liquid) to spatter about, especially with force", "sprinkle"], ["spatter", "dash a liquid upon or against", "spatter"], ["slush", "make a splashing sound", "slush"], ["slop", "walk through mud or mire", "slop"], ["swash", "dash a liquid upon or against", "swash"], ["squelch", "walk through mud or mire", "squelch"]]}, {"answer": "spread_out", "hint": "synonyms for spread out", "clues": [["spread", "spread out or open from a closed or folded state", "spread"], ["splay", "turn outward", "splay"], ["diffuse", "move outward", "diffuse"], ["unfold", "spread out or open from a closed or folded state", "unfold"], ["dissipate", "move away from each other", "dissipate"], ["string out", "set out or stretch in a line, succession, or series", "string out"], ["expand", "extend in one or more directions", "expand"], ["fan out", "move outward", "fan out"], ["turn out", "turn outward", "turn out"], ["disperse", "move away from each other", "disperse"], ["scatter", "strew or distribute over an area", "scatter"], ["open", "spread out or open from a closed or folded state", "open"], ["rotate", "turn outward", "rotate"]]}, {"answer": "spring_up", "hint": "synonyms for spring up", "clues": [["uprise", "come into existence; take on form or shape", "uprise"], ["grow", "come into existence; take on form or shape", "grow"], ["develop", "come into existence; take on form or shape", "develop"], ["rise", "come into existence; take on form or shape", "rise"], ["originate", "come into existence; take on form or shape", "originate"]]}, {"answer": "spruce_up", "hint": "synonyms for spruce up", "clues": [["slick up", "make neat, smart, or trim", "slick up"], ["titivate", "make neat, smart, or trim", "titivate"], ["spruce", "dress and groom with particular care, as for a special occasion", "spruce"], ["spiff up", "make neat, smart, or trim", "spiff up"], ["smarten up", "dress and groom with particular care, as for a special occasion", "smarten up"]]}, {"answer": "spue", "hint": "synonyms for spue", "clues": [["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["spit", "expel or eject (saliva or phlegm or sputum) from the mouth", "spit"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["spew", "expel or eject (saliva or phlegm or sputum) from the mouth", "spew"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["ptyalise", "expel or eject (saliva or phlegm or sputum) from the mouth", "ptyalise"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "spurn", "hint": "synonyms for spurn", "clues": [["scorn", "reject with contempt", "scorn"], ["disdain", "reject with contempt", "disdain"], ["turn down", "reject with contempt", "turn down"], ["reject", "reject with contempt", "reject"], ["freeze off", "reject with contempt", "freeze off"], ["pooh-pooh", "reject with contempt", "pooh-pooh"]]}, {"answer": "squander", "hint": "synonyms for squander", "clues": [["waste", "spend thoughtlessly; throw away", "waste"], ["ware", "spend extravagantly", "ware"], ["blow", "spend thoughtlessly; throw away", "blow"], ["consume", "spend extravagantly", "consume"]]}, {"answer": "square_away", "hint": "synonyms for square away", "clues": [["tidy", "put (things or places) in order", "tidy"], ["straighten out", "put (things or places) in order", "straighten out"], ["straighten", "put (things or places) in order", "straighten"], ["neaten", "put (things or places) in order", "neaten"], ["clean up", "put (things or places) in order", "clean up"], ["tidy up", "put (things or places) in order", "tidy up"]]}, {"answer": "square_up", "hint": "synonyms for square up", "clues": [["settle", "settle conclusively; come to terms", "settle"], ["square off", "settle conclusively; come to terms", "square off"], ["jog", "even up the edges of a stack of paper, in printing", "jog"], ["square", "make square", "square"], ["determine", "settle conclusively; come to terms", "determine"], ["even up", "even up the edges of a stack of paper, in printing", "even up"]]}, {"answer": "squeak_by", "hint": "synonyms for squeak by", "clues": [["squeak through", "escape", "squeak through"], ["scrape along", "manage one's existence barely", "scrape along"], ["scrape by", "manage one's existence barely", "scrape by"], ["squeeze by", "manage one's existence barely", "squeeze by"], ["rub along", "manage one's existence barely", "rub along"], ["scratch along", "manage one's existence barely", "scratch along"]]}, {"answer": "squeeze_by", "hint": "synonyms for squeeze by", "clues": [["scrape along", "manage one's existence barely", "scrape along"], ["scrape by", "manage one's existence barely", "scrape by"], ["rub along", "manage one's existence barely", "rub along"], ["scratch along", "manage one's existence barely", "scratch along"], ["squeak by", "manage one's existence barely", "squeak by"]]}, {"answer": "squeeze_out", "hint": "synonyms for squeeze out", "clues": [["eject", "cause to come out in a squirt", "eject"], ["eke out", "make by laborious and precarious means", "eke out"], ["force out", "cause to come out in a squirt", "force out"], ["squirt", "cause to come out in a squirt", "squirt"], ["wring out", "extract (liquid) by squeezing or pressing", "wring out"], ["extrude", "form or shape by forcing through an opening", "extrude"]]}, {"answer": "squirrel_away", "hint": "synonyms for squirrel away", "clues": [["lay away", "save up as for future use", "lay away"], ["hive up", "save up as for future use", "hive up"], ["cache", "save up as for future use", "cache"], ["hoard", "save up as for future use", "hoard"], ["stash", "save up as for future use", "stash"]]}, {"answer": "stack_away", "hint": "synonyms for stack away", "clues": [["put in", "keep or lay aside for future use", "put in"], ["stash away", "keep or lay aside for future use", "stash away"], ["salt away", "keep or lay aside for future use", "salt away"], ["hive away", "keep or lay aside for future use", "hive away"], ["lay in", "keep or lay aside for future use", "lay in"], ["store", "keep or lay aside for future use", "store"]]}, {"answer": "stamp_down", "hint": "synonyms for stamp down", "clues": [["inhibit", "to put down by force or authority", "inhibit"], ["subdue", "to put down by force or authority", "subdue"], ["conquer", "to put down by force or authority", "conquer"], ["suppress", "to put down by force or authority", "suppress"], ["curb", "to put down by force or authority", "curb"]]}, {"answer": "stand_back", "hint": "synonyms for stand back", "clues": [["keep one's distance", "stay clear of, avoid", "keep one's distance"], ["keep one's eyes off", "stay clear of, avoid", "keep one's eyes off"], ["stay away", "stay clear of, avoid", "stay away"], ["keep one's hands off", "stay clear of, avoid", "keep one's hands off"]]}, {"answer": "stand_by", "hint": "synonyms for stand by", "clues": [["stick about", "be available or ready for a certain function or service", "stick about"], ["stick by", "be loyal to", "stick by"], ["stick", "be loyal to", "stick"], ["adhere", "be loyal to", "adhere"], ["stick around", "be available or ready for a certain function or service", "stick around"]]}, {"answer": "stand_firm", "hint": "synonyms for stand firm", "clues": [["withstand", "stand up or offer resistance to somebody or something", "withstand"], ["stand fast", "refuse to abandon one's opinion or belief", "stand fast"], ["stand pat", "refuse to abandon one's opinion or belief", "stand pat"], ["hold firm", "refuse to abandon one's opinion or belief", "hold firm"], ["hold out", "stand up or offer resistance to somebody or something", "hold out"], ["resist", "stand up or offer resistance to somebody or something", "resist"]]}, {"answer": "stand_for", "hint": "synonyms for stand for", "clues": [["symbolize", "express indirectly by an image, form, or model; be a symbol", "symbolize"], ["correspond", "take the place of or be parallel or equivalent to", "correspond"], ["represent", "express indirectly by an image, form, or model; be a symbol", "represent"], ["signify", "denote or connote", "signify"], ["typify", "express indirectly by an image, form, or model; be a symbol", "typify"], ["hold still for", "tolerate or bear", "hold still for"], ["mean", "denote or connote", "mean"], ["intend", "denote or connote", "intend"]]}, {"answer": "stand_out", "hint": "synonyms for stand out", "clues": [["jump", "be highly noticeable", "jump"], ["stick out", "be highly noticeable", "stick out"], ["surpass", "distinguish oneself", "surpass"], ["jump out", "be highly noticeable", "jump out"], ["excel", "distinguish oneself", "excel"], ["leap out", "be highly noticeable", "leap out"]]}, {"answer": "stand_up", "hint": "synonyms for stand up", "clues": [["bristle", "rise up as in fear", "bristle"], ["get up", "rise to one's feet", "get up"], ["stick up", "defend against attack or criticism", "stick up"], ["rise", "rise to one's feet", "rise"], ["stand", "be standing; be upright", "stand"], ["place upright", "put into an upright position", "place upright"], ["uprise", "rise up as in fear", "uprise"], ["hold up", "resist or withstand wear, criticism, etc.", "hold up"], ["hold water", "resist or withstand wear, criticism, etc.", "hold water"]]}, {"answer": "start_out", "hint": "synonyms for start out", "clues": [["set off", "leave", "set off"], ["get", "take the first step or steps in carrying out an action", "get"], ["set out", "take the first step or steps in carrying out an action", "set out"], ["set forth", "leave", "set forth"], ["part", "leave", "part"], ["start", "take the first step or steps in carrying out an action", "start"], ["take off", "leave", "take off"], ["depart", "leave", "depart"], ["get down", "take the first step or steps in carrying out an action", "get down"], ["commence", "take the first step or steps in carrying out an action", "commence"], ["begin", "take the first step or steps in carrying out an action", "begin"]]}, {"answer": "starve", "hint": "synonyms for starve", "clues": [["lust", "have a craving, appetite, or great desire for", "lust"], ["famish", "die of food deprivation", "famish"], ["hunger", "be hungry; go without food", "hunger"], ["thirst", "have a craving, appetite, or great desire for", "thirst"], ["crave", "have a craving, appetite, or great desire for", "crave"]]}, {"answer": "stash_away", "hint": "synonyms for stash away", "clues": [["put in", "keep or lay aside for future use", "put in"], ["stack away", "keep or lay aside for future use", "stack away"], ["salt away", "keep or lay aside for future use", "salt away"], ["hive away", "keep or lay aside for future use", "hive away"], ["lay in", "keep or lay aside for future use", "lay in"], ["store", "keep or lay aside for future use", "store"]]}, {"answer": "stave_off", "hint": "synonyms for stave off", "clues": [["ward off", "prevent the occurrence of; prevent from happening", "ward off"], ["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "stay_away", "hint": "synonyms for stay away", "clues": [["keep one's distance", "stay clear of, avoid", "keep one's distance"], ["keep one's eyes off", "stay clear of, avoid", "keep one's eyes off"], ["keep one's hands off", "stay clear of, avoid", "keep one's hands off"], ["stand back", "stay clear of, avoid", "stand back"]]}, {"answer": "steady_down", "hint": "synonyms for steady down", "clues": [["settle", "become settled or established and stable in one's residence or life style", "settle"], ["settle down", "become settled or established and stable in one's residence or life style", "settle down"], ["take root", "become settled or established and stable in one's residence or life style", "take root"], ["root", "become settled or established and stable in one's residence or life style", "root"]]}, {"answer": "steal_away", "hint": "synonyms for steal away", "clues": [["slip away", "leave furtively and stealthily", "slip away"], ["sneak off", "leave furtively and stealthily", "sneak off"], ["sneak away", "leave furtively and stealthily", "sneak away"], ["sneak out", "leave furtively and stealthily", "sneak out"]]}, {"answer": "step_down", "hint": "synonyms for step down", "clues": [["leave office", "give up or retire from a position", "leave office"], ["resign", "give up or retire from a position", "resign"], ["de-escalate", "reduce the level or intensity or size or scope of", "de-escalate"], ["quit", "give up or retire from a position", "quit"], ["weaken", "reduce the level or intensity or size or scope of", "weaken"]]}, {"answer": "step_forward", "hint": "synonyms for step forward", "clues": [["step up", "make oneself visible; take action", "step up"], ["come forward", "make oneself visible; take action", "come forward"], ["come to the fore", "make oneself visible; take action", "come to the fore"], ["come out", "make oneself visible; take action", "come out"], ["step to the fore", "make oneself visible; take action", "step to the fore"]]}, {"answer": "step_in", "hint": "synonyms for step in", "clues": [["deputize", "act as a substitute", "deputize"], ["substitute", "act as a substitute", "substitute"], ["interpose", "get involved, so as to alter or hinder an action, or through force or threat of force", "interpose"], ["interfere", "get involved, so as to alter or hinder an action, or through force or threat of force", "interfere"], ["intervene", "get involved, so as to alter or hinder an action, or through force or threat of force", "intervene"]]}, {"answer": "step_on_it", "hint": "synonyms for step on it", "clues": [["rush", "move fast", "rush"], ["pelt along", "move fast", "pelt along"], ["hotfoot", "move fast", "hotfoot"], ["speed", "move fast", "speed"], ["rush along", "move fast", "rush along"], ["hie", "move fast", "hie"], ["race", "move fast", "race"], ["bucket along", "move fast", "bucket along"], ["hasten", "move fast", "hasten"], ["cannonball along", "move fast", "cannonball along"]]}, {"answer": "step_to_the_fore", "hint": "synonyms for step to the fore", "clues": [["step up", "make oneself visible; take action", "step up"], ["come forward", "make oneself visible; take action", "come forward"], ["come to the fore", "make oneself visible; take action", "come to the fore"], ["step forward", "make oneself visible; take action", "step forward"], ["come out", "make oneself visible; take action", "come out"]]}, {"answer": "step_up", "hint": "synonyms for step up", "clues": [["come forward", "make oneself visible; take action", "come forward"], ["come to the fore", "make oneself visible; take action", "come to the fore"], ["step forward", "make oneself visible; take action", "step forward"], ["come out", "make oneself visible; take action", "come out"], ["rev up", "speed up", "rev up"], ["escalate", "increase in extent or intensity", "escalate"], ["step to the fore", "make oneself visible; take action", "step to the fore"], ["intensify", "increase in extent or intensity", "intensify"]]}, {"answer": "sterilise", "hint": "synonyms for sterilise", "clues": [["fix", "make infertile", "fix"], ["sterilize", "make infertile", "sterilize"], ["unsex", "make infertile", "unsex"], ["desexualize", "make infertile", "desexualize"], ["desex", "make infertile", "desex"]]}, {"answer": "sterilize", "hint": "synonyms for sterilize", "clues": [["desex", "make infertile", "desex"], ["fix", "make infertile", "fix"], ["desexualize", "make infertile", "desexualize"], ["unsex", "make infertile", "unsex"], ["sterilise", "make free from bacteria", "sterilise"]]}, {"answer": "stick_around", "hint": "synonyms for stick around", "clues": [["stick about", "be available or ready for a certain function or service", "stick about"], ["stay put", "stay put (in a certain place)", "stay put"], ["stay", "stay put (in a certain place)", "stay"], ["stand by", "be available or ready for a certain function or service", "stand by"], ["stick", "stay put (in a certain place)", "stick"]]}, {"answer": "stick_in", "hint": "synonyms for stick in", "clues": [["insert", "insert casually", "insert"], ["introduce", "introduce", "introduce"], ["inclose", "introduce", "inclose"], ["slip in", "insert casually", "slip in"], ["put in", "introduce", "put in"], ["sneak in", "insert casually", "sneak in"]]}, {"answer": "stick_out", "hint": "synonyms for stick out", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["abide", "put up with something or somebody unpleasant", "abide"], ["jut out", "extend out or project in space", "jut out"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["jump", "be highly noticeable", "jump"], ["bear", "put up with something or somebody unpleasant", "bear"], ["project", "extend out or project in space", "project"], ["suffer", "put up with something or somebody unpleasant", "suffer"], ["protrude", "extend out or project in space", "protrude"], ["stand", "put up with something or somebody unpleasant", "stand"], ["stand out", "be highly noticeable", "stand out"], ["jump out", "be highly noticeable", "jump out"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["jut", "extend out or project in space", "jut"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["leap out", "be highly noticeable", "leap out"]]}, {"answer": "stick_to", "hint": "synonyms for stick to", "clues": [["bond", "stick to firmly", "bond"], ["bind", "stick to firmly", "bind"], ["hold fast", "stick to firmly", "hold fast"], ["stick", "stick to firmly", "stick"], ["adhere", "stick to firmly", "adhere"], ["stick with", "keep to", "stick with"], ["follow", "keep to", "follow"]]}, {"answer": "stigmatise", "hint": "synonyms for stigmatise", "clues": [["stigmatize", "to accuse or condemn or openly or formally or brand as disgraceful", "stigmatize"], ["brand", "to accuse or condemn or openly or formally or brand as disgraceful", "brand"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful", "mark"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"]]}, {"answer": "stigmatize", "hint": "synonyms for stigmatize", "clues": [["brand", "to accuse or condemn or openly or formally or brand as disgraceful", "brand"], ["mark", "to accuse or condemn or openly or formally or brand as disgraceful", "mark"], ["stigmatise", "mark with a stigma or stigmata", "stigmatise"], ["denounce", "to accuse or condemn or openly or formally or brand as disgraceful", "denounce"]]}, {"answer": "stimulate", "hint": "synonyms for stimulate", "clues": [["excite", "stir feelings in", "excite"], ["energize", "cause to be alert and energetic", "energize"], ["provoke", "provide the needed stimulus for", "provoke"], ["make", "cause to do; cause to act in a specified manner", "make"], ["induce", "cause to occur rapidly", "induce"], ["shake up", "stir the feelings, emotions, or peace of", "shake up"], ["shake", "stir the feelings, emotions, or peace of", "shake"], ["perk up", "cause to be alert and energetic", "perk up"], ["stir", "stir the feelings, emotions, or peace of", "stir"], ["cause", "cause to do; cause to act in a specified manner", "cause"], ["arouse", "cause to be alert and energetic", "arouse"], ["rush", "cause to occur rapidly", "rush"], ["get", "cause to do; cause to act in a specified manner", "get"], ["hasten", "cause to occur rapidly", "hasten"], ["have", "cause to do; cause to act in a specified manner", "have"], ["brace", "cause to be alert and energetic", "brace"]]}, {"answer": "stir_up", "hint": "synonyms for stir up", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["fire up", "arouse or excite feelings and passions", "fire up"], ["ignite", "arouse or excite feelings and passions", "ignite"], ["vex", "change the arrangement or position of", "vex"], ["foment", "try to stir up public opinion", "foment"], ["shake up", "change the arrangement or position of", "shake up"], ["agitate", "change the arrangement or position of", "agitate"], ["set off", "provoke or stir up", "set off"], ["wake", "arouse or excite feelings and passions", "wake"], ["commove", "change the arrangement or position of", "commove"], ["instigate", "provoke or stir up", "instigate"], ["heat", "arouse or excite feelings and passions", "heat"], ["incite", "provoke or stir up", "incite"], ["raise up", "change the arrangement or position of", "raise up"], ["inflame", "arouse or excite feelings and passions", "inflame"]]}, {"answer": "straighten", "hint": "synonyms for straighten", "clues": [["unbend", "straighten up or out; make straight", "unbend"], ["roll out", "straighten by unrolling", "roll out"], ["straighten out", "make straight", "straighten out"], ["clean up", "put (things or places) in order", "clean up"], ["tidy up", "put (things or places) in order", "tidy up"], ["tidy", "put (things or places) in order", "tidy"], ["square away", "put (things or places) in order", "square away"], ["neaten", "put (things or places) in order", "neaten"]]}, {"answer": "straighten_out", "hint": "synonyms for straighten out", "clues": [["clear", "make free from confusion or ambiguity; make clear", "clear"], ["illuminate", "make free from confusion or ambiguity; make clear", "illuminate"], ["tidy up", "put (things or places) in order", "tidy up"], ["see the light", "change for the better", "see the light"], ["sort out", "make free from confusion or ambiguity; make clear", "sort out"], ["tidy", "put (things or places) in order", "tidy"], ["enlighten", "make free from confusion or ambiguity; make clear", "enlighten"], ["neaten", "put (things or places) in order", "neaten"], ["unsnarl", "extricate from entanglement", "unsnarl"], ["elucidate", "make free from confusion or ambiguity; make clear", "elucidate"], ["crystalise", "make free from confusion or ambiguity; make clear", "crystalise"], ["square away", "put (things or places) in order", "square away"], ["shed light on", "make free from confusion or ambiguity; make clear", "shed light on"], ["clean up", "put (things or places) in order", "clean up"], ["disentangle", "extricate from entanglement", "disentangle"], ["straighten", "make straight", "straighten"], ["put right", "settle or put right", "put right"], ["iron out", "settle or put right", "iron out"], ["reform", "change for the better", "reform"]]}, {"answer": "strangle", "hint": "synonyms for strangle", "clues": [["hamper", "prevent the progress or free movement of", "hamper"], ["suffocate", "struggle for breath; have insufficient oxygen intake", "suffocate"], ["stifle", "conceal or hide", "stifle"], ["strangulate", "kill by squeezing the throat of so as to cut off the air", "strangulate"], ["throttle", "kill by squeezing the throat of so as to cut off the air", "throttle"], ["muffle", "conceal or hide", "muffle"], ["choke", "struggle for breath; have insufficient oxygen intake", "choke"], ["cramp", "prevent the progress or free movement of", "cramp"], ["smother", "conceal or hide", "smother"], ["gag", "struggle for breath; have insufficient oxygen intake", "gag"], ["halter", "prevent the progress or free movement of", "halter"], ["repress", "conceal or hide", "repress"]]}, {"answer": "strengthen", "hint": "synonyms for strengthen", "clues": [["tone", "give a healthy elasticity to", "tone"], ["tone up", "give a healthy elasticity to", "tone up"], ["fortify", "make strong or stronger", "fortify"], ["beef up", "make strong or stronger", "beef up"]]}, {"answer": "stretch_forth", "hint": "synonyms for stretch forth", "clues": [["put out", "thrust or extend out", "put out"], ["hold out", "thrust or extend out", "hold out"], ["exsert", "thrust or extend out", "exsert"], ["extend", "thrust or extend out", "extend"], ["stretch out", "thrust or extend out", "stretch out"]]}, {"answer": "stretch_out", "hint": "synonyms for stretch out", "clues": [["unfold", "extend or stretch out to a greater or the full length", "unfold"], ["stretch", "lie down comfortably", "stretch"], ["put out", "thrust or extend out", "put out"], ["stretch forth", "thrust or extend out", "stretch forth"], ["hold out", "thrust or extend out", "hold out"], ["extend", "extend or stretch out to a greater or the full length", "extend"], ["exsert", "thrust or extend out", "exsert"], ["crane", "stretch (the neck) so as to see better", "crane"]]}, {"answer": "strike_a_chord", "hint": "synonyms for strike a chord", "clues": [["strike a note", "refer to or be relevant or familiar to", "strike a note"], ["touch a chord", "evoke a reaction, response, or emotion", "touch a chord"], ["hit home", "refer to or be relevant or familiar to", "hit home"], ["strike home", "refer to or be relevant or familiar to", "strike home"]]}, {"answer": "strike_down", "hint": "synonyms for strike down", "clues": [["fell", "cause to fall by or as if by delivering a blow", "fell"], ["drop", "cause to fall by or as if by delivering a blow", "drop"], ["cancel", "declare null and void; make ineffective", "cancel"], ["cut down", "cause to fall by or as if by delivering a blow", "cut down"]]}, {"answer": "strike_off", "hint": "synonyms for strike off", "clues": [["cross off", "remove from a list", "cross off"], ["mark", "remove from a list", "mark"], ["strike out", "remove from a list", "strike out"], ["cross out", "remove from a list", "cross out"]]}, {"answer": "strike_out", "hint": "synonyms for strike out", "clues": [["cross off", "remove from a list", "cross off"], ["strike off", "remove from a list", "strike off"], ["mark", "remove from a list", "mark"], ["retire", "cause to get out", "retire"], ["cross out", "remove from a list", "cross out"]]}, {"answer": "strip_down", "hint": "synonyms for strip down", "clues": [["uncase", "get undressed", "uncase"], ["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["undress", "get undressed", "undress"]]}, {"answer": "stun", "hint": "synonyms for stun", "clues": [["sandbag", "hit something or somebody as if with a sandbag", "sandbag"], ["stupefy", "make senseless or dizzy by or as if by a blow", "stupefy"], ["daze", "overcome as with astonishment or disbelief", "daze"], ["bedaze", "overcome as with astonishment or disbelief", "bedaze"]]}, {"answer": "stupefy", "hint": "synonyms for stupefy", "clues": [["baffle", "be a mystery or bewildering to", "baffle"], ["beat", "be a mystery or bewildering to", "beat"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["stun", "make senseless or dizzy by or as if by a blow", "stun"], ["stick", "be a mystery or bewildering to", "stick"], ["vex", "be a mystery or bewildering to", "vex"], ["flummox", "be a mystery or bewildering to", "flummox"], ["get", "be a mystery or bewildering to", "get"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["besot", "make dull or stupid or muddle with drunkenness or infatuation", "besot"], ["gravel", "be a mystery or bewildering to", "gravel"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "subdue", "hint": "synonyms for subdue", "clues": [["keep down", "put down by force or intimidation", "keep down"], ["subjugate", "put down by force or intimidation", "subjugate"], ["tame", "correct by punishment or discipline", "tame"], ["get over", "get on top of; deal with successfully", "get over"], ["surmount", "get on top of; deal with successfully", "surmount"], ["suppress", "to put down by force or authority", "suppress"], ["curb", "to put down by force or authority", "curb"], ["subordinate", "make subordinate, dependent, or subservient", "subordinate"], ["quash", "put down by force or intimidation", "quash"], ["chasten", "correct by punishment or discipline", "chasten"], ["mortify", "hold within limits and control", "mortify"], ["overcome", "get on top of; deal with successfully", "overcome"], ["repress", "put down by force or intimidation", "repress"], ["reduce", "put down by force or intimidation", "reduce"], ["master", "get on top of; deal with successfully", "master"], ["stamp down", "to put down by force or authority", "stamp down"], ["inhibit", "to put down by force or authority", "inhibit"], ["conquer", "to put down by force or authority", "conquer"], ["crucify", "hold within limits and control", "crucify"]]}, {"answer": "subjugate", "hint": "synonyms for subjugate", "clues": [["subdue", "put down by force or intimidation", "subdue"], ["subject", "make subservient; force to submit or subdue", "subject"], ["quash", "put down by force or intimidation", "quash"], ["keep down", "put down by force or intimidation", "keep down"], ["repress", "put down by force or intimidation", "repress"], ["reduce", "put down by force or intimidation", "reduce"]]}, {"answer": "submerge", "hint": "synonyms for submerge", "clues": [["inundate", "fill or cover completely, usually with water", "inundate"], ["deluge", "fill or cover completely, usually with water", "deluge"], ["overwhelm", "cover completely or make imperceptible", "overwhelm"], ["submerse", "put under water", "submerse"], ["drown", "cover completely or make imperceptible", "drown"]]}, {"answer": "submit", "hint": "synonyms for submit", "clues": [["put forward", "put before", "put forward"], ["give in", "yield to another's wish or opinion", "give in"], ["accede", "yield to another's wish or opinion", "accede"], ["state", "put before", "state"], ["present", "hand over formally", "present"], ["render", "make over as a return", "render"], ["resign", "accept as inevitable", "resign"], ["bow", "yield to another's wish or opinion", "bow"], ["take", "accept or undergo, often unwillingly", "take"], ["put in", "make an application as for a job or funding", "put in"], ["posit", "put before", "posit"], ["relegate", "refer to another person for decision or judgment", "relegate"], ["reconcile", "accept as inevitable", "reconcile"], ["subject", "refer for judgment or consideration", "subject"], ["pass on", "refer to another person for decision or judgment", "pass on"], ["defer", "yield to another's wish or opinion", "defer"]]}, {"answer": "subscribe", "hint": "synonyms for subscribe", "clues": [["support", "adopt as a belief", "support"], ["sign", "mark with one's signature; write one's name (on)", "sign"], ["pledge", "pay (an amount of money) as a contribution to a charity or service, especially at regular intervals", "pledge"], ["subscribe to", "receive or obtain regularly", "subscribe to"], ["take", "receive or obtain regularly", "take"]]}, {"answer": "substantiate", "hint": "synonyms for substantiate", "clues": [["support", "establish or strengthen as with new evidence or facts", "support"], ["realise", "make real or concrete; give reality or substance to", "realise"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["sustain", "establish or strengthen as with new evidence or facts", "sustain"], ["body forth", "represent in bodily form", "body forth"], ["actualize", "make real or concrete; give reality or substance to", "actualize"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"], ["embody", "represent in bodily form", "embody"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["incarnate", "represent in bodily form", "incarnate"]]}, {"answer": "subvert", "hint": "synonyms for subvert", "clues": [["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["undermine", "destroy property or hinder normal operations", "undermine"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["overturn", "cause the downfall of; of rulers", "overturn"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["bring down", "cause the downfall of; of rulers", "bring down"], ["sabotage", "destroy property or hinder normal operations", "sabotage"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["countermine", "destroy property or hinder normal operations", "countermine"], ["weaken", "destroy property or hinder normal operations", "weaken"], ["vitiate", "corrupt morally or by intemperance or sensuality", "vitiate"], ["overthrow", "cause the downfall of; of rulers", "overthrow"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"], ["counteract", "destroy property or hinder normal operations", "counteract"]]}, {"answer": "succeed", "hint": "synonyms for succeed", "clues": [["deliver the goods", "attain success or reach a desired goal", "deliver the goods"], ["come through", "attain success or reach a desired goal", "come through"], ["follow", "be the successor (of)", "follow"], ["win", "attain success or reach a desired goal", "win"], ["come after", "be the successor (of)", "come after"], ["bring home the bacon", "attain success or reach a desired goal", "bring home the bacon"]]}, {"answer": "suck_in", "hint": "synonyms for suck in", "clues": [["suck", "attract by using an inexorable force, inducement, etc.", "suck"], ["take up", "take up as if with a sponge", "take up"], ["take in", "take up as if with a sponge", "take in"], ["draw in", "draw in as if by suction", "draw in"], ["sop up", "take up as if with a sponge", "sop up"]]}, {"answer": "suck_up", "hint": "synonyms for suck up", "clues": [["shine up", "ingratiate oneself to; often with insincere behavior", "shine up"], ["soak up", "take in, also metaphorically", "soak up"], ["truckle", "try to gain favor by cringing or flattering", "truckle"], ["play up", "ingratiate oneself to; often with insincere behavior", "play up"], ["draw", "take in, also metaphorically", "draw"], ["bootlick", "try to gain favor by cringing or flattering", "bootlick"], ["take up", "take in, also metaphorically", "take up"], ["sop up", "take in, also metaphorically", "sop up"], ["take in", "take in, also metaphorically", "take in"], ["suck", "take in, also metaphorically", "suck"], ["sidle up", "ingratiate oneself to; often with insincere behavior", "sidle up"], ["absorb", "take in, also metaphorically", "absorb"], ["toady", "try to gain favor by cringing or flattering", "toady"], ["imbibe", "take in, also metaphorically", "imbibe"], ["cotton up", "ingratiate oneself to; often with insincere behavior", "cotton up"], ["kotow", "try to gain favor by cringing or flattering", "kotow"], ["fawn", "try to gain favor by cringing or flattering", "fawn"], ["cozy up", "ingratiate oneself to; often with insincere behavior", "cozy up"]]}, {"answer": "suckle", "hint": "synonyms for suckle", "clues": [["wet-nurse", "give suck to", "wet-nurse"], ["nurse", "give suck to", "nurse"], ["lactate", "give suck to", "lactate"], ["breastfeed", "give suck to", "breastfeed"], ["give suck", "give suck to", "give suck"], ["suck", "give suck to", "suck"]]}, {"answer": "suffer", "hint": "synonyms for suffer", "clues": [["tolerate", "put up with something or somebody unpleasant", "tolerate"], ["endure", "put up with something or somebody unpleasant", "endure"], ["lose", "be set at a disadvantage", "lose"], ["meet", "undergo or suffer", "meet"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["get", "undergo (as of injuries and illnesses)", "get"], ["sustain", "undergo (as of injuries and illnesses)", "sustain"], ["support", "put up with something or somebody unpleasant", "support"], ["have", "undergo (as of injuries and illnesses)", "have"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["ache", "feel physical pain", "ache"], ["stand", "put up with something or somebody unpleasant", "stand"], ["digest", "put up with something or somebody unpleasant", "digest"], ["hurt", "feel physical pain", "hurt"], ["brook", "put up with something or somebody unpleasant", "brook"], ["stomach", "put up with something or somebody unpleasant", "stomach"]]}, {"answer": "suffocate", "hint": "synonyms for suffocate", "clues": [["asphyxiate", "deprive of oxygen and prevent from breathing", "asphyxiate"], ["stifle", "be asphyxiated; die from lack of oxygen", "stifle"], ["choke", "suppress the development, creativity, or imagination of", "choke"], ["strangle", "struggle for breath; have insufficient oxygen intake", "strangle"], ["gag", "struggle for breath; have insufficient oxygen intake", "gag"], ["smother", "deprive of oxygen and prevent from breathing", "smother"]]}, {"answer": "suggest", "hint": "synonyms for suggest", "clues": [["evoke", "call to mind", "evoke"], ["hint", "drop a hint; intimate by a hint", "hint"], ["propose", "make a proposal, declare a plan for something", "propose"], ["indicate", "suggest the necessity of an intervention; in medicine", "indicate"], ["paint a picture", "call to mind", "paint a picture"], ["intimate", "imply as a possibility", "intimate"], ["advise", "make a proposal, declare a plan for something", "advise"]]}, {"answer": "sum_up", "hint": "synonyms for sum up", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["summarize", "give a summary (of)", "summarize"], ["sum", "determine the sum of", "sum"], ["total", "determine the sum of", "total"], ["tot", "determine the sum of", "tot"], ["resume", "give a summary (of)", "resume"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["add up", "determine the sum of", "add up"], ["summate", "determine the sum of", "summate"]]}, {"answer": "summarise", "hint": "synonyms for summarise", "clues": [["summarize", "give a summary (of)", "summarize"], ["sum", "be a summary of", "sum"], ["sum up", "be a summary of", "sum up"], ["resume", "give a summary (of)", "resume"]]}, {"answer": "summarize", "hint": "synonyms for summarize", "clues": [["summarise", "be a summary of", "summarise"], ["sum", "be a summary of", "sum"], ["sum up", "be a summary of", "sum up"], ["resume", "give a summary (of)", "resume"]]}, {"answer": "summate", "hint": "synonyms for summate", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["sum", "determine the sum of", "sum"], ["add up", "determine the sum of", "add up"], ["sum up", "determine the sum of", "sum up"], ["total", "determine the sum of", "total"], ["tot", "determine the sum of", "tot"]]}, {"answer": "summon", "hint": "synonyms for summon", "clues": [["mobilise", "make ready for action or use", "mobilise"], ["muster", "gather or bring together", "muster"], ["cite", "call in an official matter, such as to attend court", "cite"], ["summons", "call in an official matter, such as to attend court", "summons"], ["marshal", "make ready for action or use", "marshal"], ["come up", "gather or bring together", "come up"], ["muster up", "gather or bring together", "muster up"], ["rally", "gather or bring together", "rally"]]}, {"answer": "supercede", "hint": "synonyms for supercede", "clues": [["supervene upon", "take the place or move into the position of", "supervene upon"], ["supersede", "take the place or move into the position of", "supersede"], ["replace", "take the place or move into the position of", "replace"], ["supplant", "take the place or move into the position of", "supplant"]]}, {"answer": "supersede", "hint": "synonyms for supersede", "clues": [["supervene upon", "take the place or move into the position of", "supervene upon"], ["replace", "take the place or move into the position of", "replace"], ["supplant", "take the place or move into the position of", "supplant"], ["supercede", "take the place or move into the position of", "supercede"]]}, {"answer": "supervise", "hint": "synonyms for supervise", "clues": [["monitor", "keep tabs on; keep an eye on; keep under surveillance", "monitor"], ["oversee", "watch and direct", "oversee"], ["manage", "watch and direct", "manage"], ["superintend", "watch and direct", "superintend"]]}, {"answer": "suppose", "hint": "synonyms for suppose", "clues": [["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["say", "express a supposition", "say"], ["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"], ["opine", "expect, believe, or suppose", "opine"], ["guess", "expect, believe, or suppose", "guess"], ["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["imagine", "expect, believe, or suppose", "imagine"], ["think", "expect, believe, or suppose", "think"], ["reckon", "expect, believe, or suppose", "reckon"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["presuppose", "require as a necessary antecedent or precondition", "presuppose"]]}, {"answer": "suppress", "hint": "synonyms for suppress", "clues": [["crush", "come down on or keep down by unjust use of one's authority", "crush"], ["subdue", "to put down by force or authority", "subdue"], ["bottle up", "control and refrain from showing; of emotions, desires, impulses, or behavior", "bottle up"], ["oppress", "come down on or keep down by unjust use of one's authority", "oppress"], ["curb", "to put down by force or authority", "curb"], ["stamp down", "to put down by force or authority", "stamp down"], ["repress", "put out of one's consciousness", "repress"], ["inhibit", "to put down by force or authority", "inhibit"], ["conquer", "to put down by force or authority", "conquer"]]}, {"answer": "surmount", "hint": "synonyms for surmount", "clues": [["subdue", "get on top of; deal with successfully", "subdue"], ["outstrip", "be or do something to a greater degree", "outstrip"], ["outperform", "be or do something to a greater degree", "outperform"], ["get over", "get on top of; deal with successfully", "get over"], ["master", "get on top of; deal with successfully", "master"], ["outgo", "be or do something to a greater degree", "outgo"], ["scale", "reach the highest point of", "scale"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["surpass", "be or do something to a greater degree", "surpass"], ["outdo", "be or do something to a greater degree", "outdo"], ["overcome", "get on top of; deal with successfully", "overcome"], ["exceed", "be or do something to a greater degree", "exceed"]]}, {"answer": "surpass", "hint": "synonyms for surpass", "clues": [["exceed", "be or do something to a greater degree", "exceed"], ["outstrip", "be or do something to a greater degree", "outstrip"], ["go by", "move past", "go by"], ["outperform", "be or do something to a greater degree", "outperform"], ["surmount", "be or do something to a greater degree", "surmount"], ["pass", "move past", "pass"], ["go past", "move past", "go past"], ["outgo", "be or do something to a greater degree", "outgo"], ["outmatch", "be or do something to a greater degree", "outmatch"], ["pass by", "move past", "pass by"], ["transcend", "be greater in scope or size than some standard", "transcend"], ["outdo", "be or do something to a greater degree", "outdo"], ["travel by", "move past", "travel by"], ["stand out", "distinguish oneself", "stand out"], ["excel", "distinguish oneself", "excel"]]}, {"answer": "survive", "hint": "synonyms for survive", "clues": [["pull through", "continue in existence after (an adversity, etc.)", "pull through"], ["come through", "continue in existence after (an adversity, etc.)", "come through"], ["hold up", "continue to live through hardship or adversity", "hold up"], ["make it", "continue in existence after (an adversity, etc.)", "make it"], ["live", "continue to live through hardship or adversity", "live"], ["outlive", "live longer than", "outlive"], ["outlast", "live longer than", "outlast"], ["live on", "continue to live through hardship or adversity", "live on"], ["hold out", "continue to live through hardship or adversity", "hold out"], ["last", "continue to live through hardship or adversity", "last"], ["endure", "continue to live through hardship or adversity", "endure"], ["exist", "support oneself", "exist"], ["go", "continue to live through hardship or adversity", "go"], ["subsist", "support oneself", "subsist"], ["pull round", "continue in existence after (an adversity, etc.)", "pull round"]]}, {"answer": "suspire", "hint": "synonyms for suspire", "clues": [["respire", "draw air into, and expel out of, the lungs", "respire"], ["take a breath", "draw air into, and expel out of, the lungs", "take a breath"], ["breathe", "draw air into, and expel out of, the lungs", "breathe"], ["sigh", "heave or utter a sigh; breathe deeply and heavily", "sigh"]]}, {"answer": "suss_out", "hint": "synonyms for suss out", "clues": [["check", "examine so as to determine accuracy, quality, or condition", "check"], ["check into", "examine so as to determine accuracy, quality, or condition", "check into"], ["check up on", "examine so as to determine accuracy, quality, or condition", "check up on"], ["check out", "examine so as to determine accuracy, quality, or condition", "check out"], ["check over", "examine so as to determine accuracy, quality, or condition", "check over"], ["go over", "examine so as to determine accuracy, quality, or condition", "go over"], ["look into", "examine so as to determine accuracy, quality, or condition", "look into"]]}, {"answer": "sustain", "hint": "synonyms for sustain", "clues": [["hold up", "be the physical support of; carry the weight of", "hold up"], ["support", "establish or strengthen as with new evidence or facts", "support"], ["maintain", "supply with necessities and support", "maintain"], ["keep", "supply with necessities and support", "keep"], ["hold", "be the physical support of; carry the weight of", "hold"], ["confirm", "establish or strengthen as with new evidence or facts", "confirm"], ["affirm", "establish or strengthen as with new evidence or facts", "affirm"], ["keep up", "lengthen or extend in duration or space", "keep up"], ["get", "undergo (as of injuries and illnesses)", "get"], ["have", "undergo (as of injuries and illnesses)", "have"], ["substantiate", "establish or strengthen as with new evidence or facts", "substantiate"], ["corroborate", "establish or strengthen as with new evidence or facts", "corroborate"], ["suffer", "undergo (as of injuries and illnesses)", "suffer"], ["prolong", "lengthen or extend in duration or space", "prolong"], ["nurture", "provide with nourishment", "nurture"], ["nourish", "provide with nourishment", "nourish"]]}, {"answer": "swallow_up", "hint": "synonyms for swallow up", "clues": [["immerse", "enclose or envelop completely, as if by swallowing", "immerse"], ["bury", "enclose or envelop completely, as if by swallowing", "bury"], ["eat up", "enclose or envelop completely, as if by swallowing", "eat up"], ["swallow", "enclose or envelop completely, as if by swallowing", "swallow"]]}, {"answer": "swear", "hint": "synonyms for swear", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["depone", "make a deposition; declare under oath", "depone"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["verify", "to declare or affirm solemnly and formally as true", "verify"], ["bank", "have confidence or faith in", "bank"], ["avow", "to declare or affirm solemnly and formally as true", "avow"], ["rely", "have confidence or faith in", "rely"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["trust", "have confidence or faith in", "trust"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["depose", "make a deposition; declare under oath", "depose"], ["curse", "utter obscenities or profanities", "curse"], ["cuss", "utter obscenities or profanities", "cuss"], ["imprecate", "utter obscenities or profanities", "imprecate"], ["blaspheme", "utter obscenities or profanities", "blaspheme"]]}, {"answer": "sweep_over", "hint": "synonyms for sweep over", "clues": [["overwhelm", "overcome, as with emotions or perceptual stimuli", "overwhelm"], ["whelm", "overcome, as with emotions or perceptual stimuli", "whelm"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"], ["overtake", "overcome, as with emotions or perceptual stimuli", "overtake"], ["overpower", "overcome, as with emotions or perceptual stimuli", "overpower"]]}, {"answer": "sweep_through", "hint": "synonyms for sweep through", "clues": [["nail", "succeed at easily", "nail"], ["breeze through", "succeed at easily", "breeze through"], ["pass with flying colors", "succeed at easily", "pass with flying colors"], ["ace", "succeed at easily", "ace"], ["sail through", "succeed at easily", "sail through"]]}, {"answer": "sweep_up", "hint": "synonyms for sweep up", "clues": [["drag in", "force into some kind of situation, condition, or course of action", "drag in"], ["drag", "force into some kind of situation, condition, or course of action", "drag"], ["tangle", "force into some kind of situation, condition, or course of action", "tangle"], ["adopt", "take up the cause, ideology, practice, method, of someone and use it as one's own", "adopt"], ["sweep", "force into some kind of situation, condition, or course of action", "sweep"], ["espouse", "take up the cause, ideology, practice, method, of someone and use it as one's own", "espouse"], ["embroil", "force into some kind of situation, condition, or course of action", "embroil"], ["embrace", "take up the cause, ideology, practice, method, of someone and use it as one's own", "embrace"]]}, {"answer": "sweet-talk", "hint": "synonyms for sweet-talk", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["wheedle", "influence or urge by gentle urging, caressing, or flattering", "wheedle"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"]]}, {"answer": "swot_up", "hint": "synonyms for swot up", "clues": [["drum", "study intensively, as before an exam", "drum"], ["swot", "study intensively, as before an exam", "swot"], ["cram", "study intensively, as before an exam", "cram"], ["get up", "study intensively, as before an exam", "get up"], ["bone up", "study intensively, as before an exam", "bone up"], ["bone", "study intensively, as before an exam", "bone"], ["mug up", "study intensively, as before an exam", "mug up"], ["grind away", "study intensively, as before an exam", "grind away"]]}, {"answer": "symbolise", "hint": "synonyms for symbolise", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol", "typify"], ["symbolize", "express indirectly by an image, form, or model; be a symbol", "symbolize"], ["represent", "express indirectly by an image, form, or model; be a symbol", "represent"], ["stand for", "express indirectly by an image, form, or model; be a symbol", "stand for"]]}, {"answer": "symbolize", "hint": "synonyms for symbolize", "clues": [["typify", "express indirectly by an image, form, or model; be a symbol", "typify"], ["symbolise", "represent or identify by using a symbol; use symbols", "symbolise"], ["represent", "express indirectly by an image, form, or model; be a symbol", "represent"], ["stand for", "express indirectly by an image, form, or model; be a symbol", "stand for"]]}, {"answer": "sympathise", "hint": "synonyms for sympathise", "clues": [["sympathize", "to feel or express sympathy or compassion", "sympathize"], ["empathise", "be understanding of", "empathise"], ["understand", "be understanding of", "understand"], ["commiserate", "to feel or express sympathy or compassion", "commiserate"]]}, {"answer": "sympathize", "hint": "synonyms for sympathize", "clues": [["empathise", "be understanding of", "empathise"], ["sympathise", "be understanding of", "sympathise"], ["understand", "be understanding of", "understand"], ["commiserate", "to feel or express sympathy or compassion", "commiserate"]]}, {"answer": "sympathize_with", "hint": "synonyms for sympathize with", "clues": [["pity", "share the suffering of", "pity"], ["condole with", "share the suffering of", "condole with"], ["compassionate", "share the suffering of", "compassionate"], ["feel for", "share the suffering of", "feel for"]]}, {"answer": "tack_on", "hint": "synonyms for tack on", "clues": [["tack", "fix to; attach", "tack"], ["tag on", "fix to; attach", "tag on"], ["hang on", "fix to; attach", "hang on"], ["append", "fix to; attach", "append"]]}, {"answer": "tack_together", "hint": "synonyms for tack together", "clues": [["tack", "create by putting components or members together", "tack"], ["put together", "create by putting components or members together", "put together"], ["assemble", "create by putting components or members together", "assemble"], ["piece", "create by putting components or members together", "piece"], ["set up", "create by putting components or members together", "set up"]]}, {"answer": "tag_on", "hint": "synonyms for tag on", "clues": [["tack", "fix to; attach", "tack"], ["tack on", "fix to; attach", "tack on"], ["hang on", "fix to; attach", "hang on"], ["append", "fix to; attach", "append"]]}, {"answer": "tailor-make", "hint": "synonyms for tailor-make", "clues": [["customise", "make to specifications", "customise"], ["tailor", "create (clothes) with cloth", "tailor"], ["sew", "create (clothes) with cloth", "sew"], ["custom-make", "make to specifications", "custom-make"]]}, {"answer": "take_a_chance", "hint": "synonyms for take a chance", "clues": [["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"], ["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["take chances", "take a risk in the hope of a favorable outcome", "take chances"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["adventure", "take a risk in the hope of a favorable outcome", "adventure"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"]]}, {"answer": "take_a_crap", "hint": "synonyms for take a crap", "clues": [["stool", "have a bowel movement", "stool"], ["shit", "have a bowel movement", "shit"], ["ca-ca", "have a bowel movement", "ca-ca"], ["crap", "have a bowel movement", "crap"], ["take a shit", "have a bowel movement", "take a shit"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"]]}, {"answer": "take_a_hop", "hint": "synonyms for take a hop", "clues": [["spring", "spring back; spring away from an impact", "spring"], ["recoil", "spring back; spring away from an impact", "recoil"], ["reverberate", "spring back; spring away from an impact", "reverberate"], ["ricochet", "spring back; spring away from an impact", "ricochet"], ["bounce", "spring back; spring away from an impact", "bounce"], ["rebound", "spring back; spring away from an impact", "rebound"], ["resile", "spring back; spring away from an impact", "resile"], ["bound", "spring back; spring away from an impact", "bound"]]}, {"answer": "take_a_leak", "hint": "synonyms for take a leak", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "take_a_shit", "hint": "synonyms for take a shit", "clues": [["stool", "have a bowel movement", "stool"], ["shit", "have a bowel movement", "shit"], ["take a crap", "have a bowel movement", "take a crap"], ["ca-ca", "have a bowel movement", "ca-ca"], ["crap", "have a bowel movement", "crap"], ["make", "have a bowel movement", "make"], ["defecate", "have a bowel movement", "defecate"]]}, {"answer": "take_aback", "hint": "synonyms for take aback", "clues": [["floor", "surprise greatly; knock someone's socks off", "floor"], ["ball over", "surprise greatly; knock someone's socks off", "ball over"], ["blow out of the water", "surprise greatly; knock someone's socks off", "blow out of the water"], ["shock", "surprise greatly; knock someone's socks off", "shock"]]}, {"answer": "take_aim", "hint": "synonyms for take aim", "clues": [["direct", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "direct"], ["take", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "take"], ["aim", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "aim"], ["train", "point or cause to go (blows, weapons, or objects such as photographic equipment) towards", "train"]]}, {"answer": "take_apart", "hint": "synonyms for take apart", "clues": [["dismantle", "take apart into its constituent pieces", "dismantle"], ["analyse", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "analyse"], ["discerp", "divide into pieces", "discerp"], ["break up", "take apart into its constituent pieces", "break up"], ["dismember", "divide into pieces", "dismember"], ["break apart", "take apart into its constituent pieces", "break apart"], ["break down", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "break down"], ["disassemble", "take apart into its constituent pieces", "disassemble"], ["dissect", "make a mathematical, chemical, or grammatical analysis of; break down into components or essential features", "dissect"]]}, {"answer": "take_away", "hint": "synonyms for take away", "clues": [["withdraw", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "withdraw"], ["carry off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry off"], ["take out", "buy and consume food from a restaurant or establishment that sells prepared food", "take out"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["carry away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "carry away"], ["remove", "get rid of something abstract", "remove"], ["bear away", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear away"], ["detract", "take away a part from; diminish", "detract"], ["bear off", "remove from a certain place, environment, or mental or emotional state; transport into a new location or state", "bear off"]]}, {"answer": "take_back", "hint": "synonyms for take back", "clues": [["return", "bring back to the point of departure", "return"], ["repossess", "regain possession of something", "repossess"], ["withdraw", "take back what one has said", "withdraw"], ["unsay", "take back what one has said", "unsay"], ["swallow", "take back what one has said", "swallow"], ["bring back", "bring back to the point of departure", "bring back"]]}, {"answer": "take_care", "hint": "synonyms for take care", "clues": [["attend", "take charge of or deal with", "attend"], ["look", "take charge of or deal with", "look"], ["mind", "be in charge of or deal with", "mind"], ["see", "take charge of or deal with", "see"]]}, {"answer": "take_chances", "hint": "synonyms for take chances", "clues": [["run a risk", "take a risk in the hope of a favorable outcome", "run a risk"], ["chance", "take a risk in the hope of a favorable outcome", "chance"], ["risk", "take a risk in the hope of a favorable outcome", "risk"], ["adventure", "take a risk in the hope of a favorable outcome", "adventure"], ["gamble", "take a risk in the hope of a favorable outcome", "gamble"], ["take a chance", "take a risk in the hope of a favorable outcome", "take a chance"], ["hazard", "take a risk in the hope of a favorable outcome", "hazard"]]}, {"answer": "take_down", "hint": "synonyms for take down", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["level", "tear down so as to make flat with the ground", "level"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["degrade", "reduce in worth or character, usually verbally", "degrade"], ["let down", "move something or somebody to a lower position", "let down"], ["tear down", "tear down so as to make flat with the ground", "tear down"], ["rase", "tear down so as to make flat with the ground", "rase"], ["pull down", "tear down so as to make flat with the ground", "pull down"], ["note", "make a written note of", "note"], ["put down", "reduce in worth or character, usually verbally", "put down"], ["lower", "move something or somebody to a lower position", "lower"], ["bring down", "move something or somebody to a lower position", "bring down"], ["disgrace", "reduce in worth or character, usually verbally", "disgrace"], ["demean", "reduce in worth or character, usually verbally", "demean"]]}, {"answer": "take_fire", "hint": "synonyms for take fire", "clues": [["conflagrate", "start to burn or burst into flames", "conflagrate"], ["erupt", "start to burn or burst into flames", "erupt"], ["ignite", "start to burn or burst into flames", "ignite"], ["combust", "start to burn or burst into flames", "combust"], ["catch fire", "start to burn or burst into flames", "catch fire"]]}, {"answer": "take_in", "hint": "synonyms for take in", "clues": [["gull", "fool or hoax", "gull"], ["realize", "earn on some commercial or business transaction; earn as salary or wages", "realize"], ["have", "serve oneself to, or consume regularly", "have"], ["view", "see or watch", "view"], ["invite", "express willingness to have in one's home or environs", "invite"], ["see", "see or watch", "see"], ["take up", "take up as if with a sponge", "take up"], ["sop up", "take up as if with a sponge", "sop up"], ["ingest", "serve oneself to, or consume regularly", "ingest"], ["fool", "fool or hoax", "fool"], ["assimilate", "take up mentally", "assimilate"], ["pull in", "earn on some commercial or business transaction; earn as salary or wages", "pull in"], ["absorb", "suck or take up or in", "absorb"], ["suck", "take in, also metaphorically", "suck"], ["cod", "fool or hoax", "cod"], ["bring in", "earn on some commercial or business transaction; earn as salary or wages", "bring in"], ["earn", "earn on some commercial or business transaction; earn as salary or wages", "earn"], ["overhear", "hear, usually without the knowledge of the speakers", "overhear"], ["take", "serve oneself to, or consume regularly", "take"], ["put on", "fool or hoax", "put on"], ["suck up", "take in, also metaphorically", "suck up"], ["gain", "earn on some commercial or business transaction; earn as salary or wages", "gain"], ["watch", "see or watch", "watch"], ["soak up", "take in, also metaphorically", "soak up"], ["collect", "call for and obtain payment of", "collect"], ["make", "earn on some commercial or business transaction; earn as salary or wages", "make"], ["gather in", "fold up", "gather in"], ["suck in", "take up as if with a sponge", "suck in"], ["clear", "earn on some commercial or business transaction; earn as salary or wages", "clear"], ["draw", "take in, also metaphorically", "draw"], ["slang", "fool or hoax", "slang"], ["dupe", "fool or hoax", "dupe"], ["consume", "serve oneself to, or consume regularly", "consume"], ["put one over", "fool or hoax", "put one over"], ["catch", "hear, usually without the knowledge of the speakers", "catch"], ["imbibe", "take in, also metaphorically", "imbibe"], ["befool", "fool or hoax", "befool"], ["put one across", "fool or hoax", "put one across"], ["adopt", "take into one's family", "adopt"], ["receive", "express willingness to have in one's home or environs", "receive"]]}, {"answer": "take_off", "hint": "synonyms for take off", "clues": [["set off", "leave", "set off"], ["deduct", "make a subtraction", "deduct"], ["set forth", "leave", "set forth"], ["start out", "leave", "start out"], ["lift off", "depart from the ground", "lift off"], ["part", "leave", "part"], ["set out", "leave", "set out"], ["take time off", "take time off from work; stop working temporarily", "take time off"], ["depart", "leave", "depart"], ["subtract", "make a subtraction", "subtract"], ["start", "leave", "start"], ["get off the ground", "get started or set in motion, used figuratively", "get off the ground"]]}, {"answer": "take_on", "hint": "synonyms for take on", "clues": [["take", "take on a certain form, attribute, or aspect", "take"], ["adopt", "take on a certain form, attribute, or aspect", "adopt"], ["encounter", "contend against an opponent in a sport, game, or battle", "encounter"], ["accept", "admit into a group or community", "accept"], ["tackle", "accept as a challenge", "tackle"], ["admit", "admit into a group or community", "admit"], ["acquire", "take on a certain form, attribute, or aspect", "acquire"], ["assume", "take on a certain form, attribute, or aspect", "assume"], ["play", "contend against an opponent in a sport, game, or battle", "play"], ["take over", "take on titles, offices, duties, responsibilities", "take over"], ["meet", "contend against an opponent in a sport, game, or battle", "meet"], ["undertake", "accept as a challenge", "undertake"]]}, {"answer": "take_out", "hint": "synonyms for take out", "clues": [["exclude", "prevent from being included or considered or accepted", "exclude"], ["omit", "prevent from being included or considered or accepted", "omit"], ["invite out", "make a date", "invite out"], ["pull out", "remove, usually with some force or effort; also used in an abstract sense", "pull out"], ["draw", "remove (a commodity) from (a supply source)", "draw"], ["extract", "remove, usually with some force or effort; also used in an abstract sense", "extract"], ["draw off", "remove (a commodity) from (a supply source)", "draw off"], ["pull", "remove, usually with some force or effort; also used in an abstract sense", "pull"], ["leave off", "prevent from being included or considered or accepted", "leave off"], ["leave out", "prevent from being included or considered or accepted", "leave out"], ["take away", "buy and consume food from a restaurant or establishment that sells prepared food", "take away"], ["get out", "bring, take, or pull out of a container or from under a cover", "get out"], ["buy food", "purchase prepared food to be eaten at home", "buy food"], ["draw out", "remove, usually with some force or effort; also used in an abstract sense", "draw out"], ["move out", "cause to leave", "move out"], ["unpack", "remove from its packing", "unpack"], ["pull up", "remove, usually with some force or effort; also used in an abstract sense", "pull up"], ["excerpt", "take out of a literary work in order to cite or copy", "excerpt"], ["remove", "cause to leave", "remove"], ["ask out", "make a date", "ask out"], ["withdraw", "remove (a commodity) from (a supply source)", "withdraw"]]}, {"answer": "take_over", "hint": "synonyms for take over", "clues": [["buy up", "take over ownership of; of corporations and companies", "buy up"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession", "arrogate"], ["accept", "take on as one's own the expenses or debts of another person", "accept"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession", "assume"], ["bear", "take on as one's own the expenses or debts of another person", "bear"], ["absorb", "take up, as of debts or payments", "absorb"], ["buy out", "take over ownership of; of corporations and companies", "buy out"], ["adopt", "take on titles, offices, duties, responsibilities", "adopt"], ["take on", "take on titles, offices, duties, responsibilities", "take on"], ["borrow", "take up and practice as one's own", "borrow"], ["take up", "take up and practice as one's own", "take up"], ["usurp", "seize and take control without authority and possibly with force; take as one's right or possession", "usurp"], ["relieve", "free someone temporarily from his or her obligations", "relieve"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession", "seize"], ["repeat", "do over", "repeat"]]}, {"answer": "take_place", "hint": "synonyms for take place", "clues": [["hap", "come to pass", "hap"], ["come about", "come to pass", "come about"], ["occur", "come to pass", "occur"], ["pass off", "come to pass", "pass off"], ["go on", "come to pass", "go on"], ["pass", "come to pass", "pass"], ["happen", "come to pass", "happen"], ["fall out", "come to pass", "fall out"]]}, {"answer": "take_root", "hint": "synonyms for take root", "clues": [["settle", "become settled or established and stable in one's residence or life style", "settle"], ["steady down", "become settled or established and stable in one's residence or life style", "steady down"], ["settle down", "become settled or established and stable in one's residence or life style", "settle down"], ["root", "become settled or established and stable in one's residence or life style", "root"]]}, {"answer": "take_stock", "hint": "synonyms for take stock", "clues": [["scrutinise", "to look at critically or searchingly, or in minute detail", "scrutinise"], ["inventory", "make or include in an itemized record or report", "inventory"], ["size up", "to look at critically or searchingly, or in minute detail", "size up"], ["stock-take", "make or include in an itemized record or report", "stock-take"]]}, {"answer": "take_to_be", "hint": "synonyms for take to be", "clues": [["regard as", "look on as or consider", "regard as"], ["repute", "look on as or consider", "repute"], ["look on", "look on as or consider", "look on"], ["esteem", "look on as or consider", "esteem"], ["think of", "look on as or consider", "think of"]]}, {"answer": "take_to_task", "hint": "synonyms for take to task", "clues": [["dress down", "censure severely or angrily", "dress down"], ["trounce", "censure severely or angrily", "trounce"], ["call down", "censure severely or angrily", "call down"], ["lambaste", "censure severely or angrily", "lambaste"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["chew up", "censure severely or angrily", "chew up"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["rebuke", "censure severely or angrily", "rebuke"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"]]}, {"answer": "take_to_the_woods", "hint": "synonyms for take to the woods", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["turn tail", "flee; take to one's heels; cut and run", "turn tail"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "take_up", "hint": "synonyms for take up", "clues": [["lift out", "take out or up with or as if with a scoop", "lift out"], ["take", "occupy or take on", "take"], ["scoop", "take out or up with or as if with a scoop", "scoop"], ["soak up", "take in, also metaphorically", "soak up"], ["suck in", "take up as if with a sponge", "suck in"], ["fasten on", "adopt", "fasten on"], ["draw", "take in, also metaphorically", "draw"], ["sop up", "take up as if with a sponge", "sop up"], ["take in", "take up as if with a sponge", "take in"], ["adopt", "take up and practice as one's own", "adopt"], ["seize on", "adopt", "seize on"], ["strike", "occupy or take on", "strike"], ["suck", "take in, also metaphorically", "suck"], ["hook on", "adopt", "hook on"], ["borrow", "take up and practice as one's own", "borrow"], ["take over", "take up and practice as one's own", "take over"], ["absorb", "take in, also metaphorically", "absorb"], ["latch on", "adopt", "latch on"], ["sorb", "take up a liquid or a gas either by adsorption or by absorption", "sorb"], ["scoop out", "take out or up with or as if with a scoop", "scoop out"], ["imbibe", "take in, also metaphorically", "imbibe"], ["suck up", "take in, also metaphorically", "suck up"], ["assume", "occupy or take on", "assume"], ["start", "begin work or acting in a certain capacity, office or job", "start"], ["resume", "return to a previous location or condition", "resume"]]}, {"answer": "tantalise", "hint": "synonyms for tantalise", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tease", "harass with persistent criticism or carping", "tease"], ["tantalize", "harass with persistent criticism or carping", "tantalize"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "tantalize", "hint": "synonyms for tantalize", "clues": [["twit", "harass with persistent criticism or carping", "twit"], ["razz", "harass with persistent criticism or carping", "razz"], ["rally", "harass with persistent criticism or carping", "rally"], ["bait", "harass with persistent criticism or carping", "bait"], ["rag", "harass with persistent criticism or carping", "rag"], ["taunt", "harass with persistent criticism or carping", "taunt"], ["tantalise", "harass with persistent criticism or carping", "tantalise"], ["tease", "harass with persistent criticism or carping", "tease"], ["cod", "harass with persistent criticism or carping", "cod"], ["ride", "harass with persistent criticism or carping", "ride"]]}, {"answer": "tear_down", "hint": "synonyms for tear down", "clues": [["raze", "tear down so as to make flat with the ground", "raze"], ["take down", "tear down so as to make flat with the ground", "take down"], ["level", "tear down so as to make flat with the ground", "level"], ["dismantle", "tear down so as to make flat with the ground", "dismantle"], ["rase", "tear down so as to make flat with the ground", "rase"], ["pull down", "tear down so as to make flat with the ground", "pull down"]]}, {"answer": "teem", "hint": "synonyms for teem", "clues": [["swarm", "move in large numbers", "swarm"], ["pullulate", "move in large numbers", "pullulate"], ["pour", "move in large numbers", "pour"], ["stream", "move in large numbers", "stream"]]}, {"answer": "tell_apart", "hint": "synonyms for tell apart", "clues": [["secernate", "mark as different", "secernate"], ["make out", "detect with the senses", "make out"], ["severalize", "mark as different", "severalize"], ["secern", "mark as different", "secern"], ["distinguish", "mark as different", "distinguish"], ["discern", "detect with the senses", "discern"], ["differentiate", "mark as different", "differentiate"], ["spot", "detect with the senses", "spot"], ["separate", "mark as different", "separate"], ["recognise", "detect with the senses", "recognise"], ["pick out", "detect with the senses", "pick out"], ["tell", "mark as different", "tell"]]}, {"answer": "tell_on", "hint": "synonyms for tell on", "clues": [["rat", "give away information about somebody", "rat"], ["shop", "give away information about somebody", "shop"], ["snitch", "give away information about somebody", "snitch"], ["betray", "give away information about somebody", "betray"], ["denounce", "give away information about somebody", "denounce"], ["give away", "give away information about somebody", "give away"], ["shit", "give away information about somebody", "shit"], ["stag", "give away information about somebody", "stag"], ["grass", "give away information about somebody", "grass"]]}, {"answer": "tempt", "hint": "synonyms for tempt", "clues": [["influence", "induce into action by using one's charm", "influence"], ["entice", "provoke someone to do something through (often false or exaggerated) promises or persuasion", "entice"], ["lure", "provoke someone to do something through (often false or exaggerated) promises or persuasion", "lure"], ["allure", "dispose or incline or entice to", "allure"], ["charm", "induce into action by using one's charm", "charm"], ["invite", "give rise to a desire by being attractive or inviting", "invite"]]}, {"answer": "tend", "hint": "synonyms for tend", "clues": [["be given", "have a tendency or disposition to do or be something; be inclined", "be given"], ["lean", "have a tendency or disposition to do or be something; be inclined", "lean"], ["run", "have a tendency or disposition to do or be something; be inclined", "run"], ["incline", "have a tendency or disposition to do or be something; be inclined", "incline"]]}, {"answer": "tergiversate", "hint": "synonyms for tergiversate", "clues": [["apostatize", "abandon one's beliefs or allegiances", "apostatize"], ["beat around the bush", "be deliberately ambiguous or unclear in order to mislead or withhold information", "beat around the bush"], ["equivocate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "equivocate"], ["prevaricate", "be deliberately ambiguous or unclear in order to mislead or withhold information", "prevaricate"], ["palter", "be deliberately ambiguous or unclear in order to mislead or withhold information", "palter"]]}, {"answer": "terminate", "hint": "synonyms for terminate", "clues": [["stop", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "stop"], ["give the axe", "terminate the employment of; discharge from an office or position", "give the axe"], ["sack", "terminate the employment of; discharge from an office or position", "sack"], ["fire", "terminate the employment of; discharge from an office or position", "fire"], ["end", "be the end of; be the last or concluding part of", "end"], ["give the sack", "terminate the employment of; discharge from an office or position", "give the sack"], ["can", "terminate the employment of; discharge from an office or position", "can"], ["send away", "terminate the employment of; discharge from an office or position", "send away"], ["cease", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "cease"], ["force out", "terminate the employment of; discharge from an office or position", "force out"], ["displace", "terminate the employment of; discharge from an office or position", "displace"], ["give notice", "terminate the employment of; discharge from an office or position", "give notice"], ["dismiss", "terminate the employment of; discharge from an office or position", "dismiss"], ["finish", "have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical", "finish"]]}, {"answer": "testify", "hint": "synonyms for testify", "clues": [["bear witness", "provide evidence for", "bear witness"], ["evidence", "provide evidence for", "evidence"], ["prove", "provide evidence for", "prove"], ["attest", "give testimony in a court of law", "attest"], ["show", "provide evidence for", "show"], ["take the stand", "give testimony in a court of law", "take the stand"]]}, {"answer": "theorise", "hint": "synonyms for theorise", "clues": [["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"], ["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["theorize", "to believe especially on uncertain or tentative grounds", "theorize"], ["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["suppose", "to believe especially on uncertain or tentative grounds", "suppose"]]}, {"answer": "theorize", "hint": "synonyms for theorize", "clues": [["hypothecate", "to believe especially on uncertain or tentative grounds", "hypothecate"], ["conjecture", "to believe especially on uncertain or tentative grounds", "conjecture"], ["speculate", "to believe especially on uncertain or tentative grounds", "speculate"], ["hypothesise", "to believe especially on uncertain or tentative grounds", "hypothesise"], ["suppose", "to believe especially on uncertain or tentative grounds", "suppose"], ["theorise", "to believe especially on uncertain or tentative grounds", "theorise"]]}, {"answer": "thieve", "hint": "synonyms for thieve", "clues": [["glom", "take by theft", "glom"], ["knock off", "take by theft", "knock off"], ["hook", "take by theft", "hook"], ["cop", "take by theft", "cop"], ["snitch", "take by theft", "snitch"]]}, {"answer": "thin_out", "hint": "synonyms for thin out", "clues": [["dilute", "lessen the strength or flavor of a solution or mixture", "dilute"], ["cut", "lessen the strength or flavor of a solution or mixture", "cut"], ["thin", "lessen the strength or flavor of a solution or mixture", "thin"], ["reduce", "lessen the strength or flavor of a solution or mixture", "reduce"]]}, {"answer": "think_about", "hint": "synonyms for think about", "clues": [["toy with", "take into consideration, have in view", "toy with"], ["think of", "take into consideration, have in view", "think of"], ["flirt with", "take into consideration, have in view", "flirt with"], ["entertain", "take into consideration, have in view", "entertain"]]}, {"answer": "think_of", "hint": "synonyms for think of", "clues": [["repute", "look on as or consider", "repute"], ["concoct", "devise or invent", "concoct"], ["mean", "intend to refer to", "mean"], ["hatch", "devise or invent", "hatch"], ["dream up", "devise or invent", "dream up"], ["regard as", "look on as or consider", "regard as"], ["look on", "look on as or consider", "look on"], ["remember", "keep in mind for attention or consideration", "remember"], ["take to be", "look on as or consider", "take to be"], ["think about", "take into consideration, have in view", "think about"], ["toy with", "take into consideration, have in view", "toy with"], ["esteem", "look on as or consider", "esteem"], ["flirt with", "take into consideration, have in view", "flirt with"], ["think up", "devise or invent", "think up"], ["entertain", "take into consideration, have in view", "entertain"], ["have in mind", "intend to refer to", "have in mind"]]}, {"answer": "think_over", "hint": "synonyms for think over", "clues": [["excogitate", "reflect deeply on a subject", "excogitate"], ["reflect", "reflect deeply on a subject", "reflect"], ["muse", "reflect deeply on a subject", "muse"], ["speculate", "reflect deeply on a subject", "speculate"], ["ruminate", "reflect deeply on a subject", "ruminate"], ["mull over", "reflect deeply on a subject", "mull over"], ["contemplate", "reflect deeply on a subject", "contemplate"], ["ponder", "reflect deeply on a subject", "ponder"], ["mull", "reflect deeply on a subject", "mull"], ["chew over", "reflect deeply on a subject", "chew over"], ["meditate", "reflect deeply on a subject", "meditate"]]}, {"answer": "think_up", "hint": "synonyms for think up", "clues": [["concoct", "devise or invent", "concoct"], ["hatch", "devise or invent", "hatch"], ["think of", "devise or invent", "think of"], ["dream up", "devise or invent", "dream up"]]}, {"answer": "thrash_about", "hint": "synonyms for thrash about", "clues": [["thresh", "move or stir about violently", "thresh"], ["slash", "move or stir about violently", "slash"], ["thrash", "move or stir about violently", "thrash"], ["jactitate", "move or stir about violently", "jactitate"], ["thresh about", "move or stir about violently", "thresh about"], ["convulse", "move or stir about violently", "convulse"], ["toss", "move or stir about violently", "toss"]]}, {"answer": "threaten", "hint": "synonyms for threaten", "clues": [["imperil", "pose a threat to; present a danger to", "imperil"], ["peril", "pose a threat to; present a danger to", "peril"], ["jeopardize", "pose a threat to; present a danger to", "jeopardize"], ["menace", "pose a threat to; present a danger to", "menace"], ["endanger", "pose a threat to; present a danger to", "endanger"]]}, {"answer": "thresh", "hint": "synonyms for thresh", "clues": [["thrash", "beat the seeds out of a grain", "thrash"], ["convulse", "move or stir about violently", "convulse"], ["lam", "give a thrashing to; beat hard", "lam"], ["thresh about", "move or stir about violently", "thresh about"], ["slash", "move or stir about violently", "slash"], ["flail", "move like a flail; thresh about", "flail"], ["jactitate", "move or stir about violently", "jactitate"], ["toss", "move or stir about violently", "toss"]]}, {"answer": "thresh_about", "hint": "synonyms for thresh about", "clues": [["thresh", "move or stir about violently", "thresh"], ["slash", "move or stir about violently", "slash"], ["thrash about", "move or stir about violently", "thrash about"], ["thrash", "move or stir about violently", "thrash"], ["jactitate", "move or stir about violently", "jactitate"], ["convulse", "move or stir about violently", "convulse"], ["toss", "move or stir about violently", "toss"]]}, {"answer": "thrive", "hint": "synonyms for thrive", "clues": [["flourish", "grow vigorously", "flourish"], ["fly high", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "fly high"], ["expand", "grow vigorously", "expand"], ["prosper", "make steady progress; be at the high point in one's career or reach a high point in historical significance or importance", "prosper"], ["boom", "grow vigorously", "boom"]]}, {"answer": "throw_a_fit", "hint": "synonyms for throw a fit", "clues": [["combust", "get very angry and fly into a rage", "combust"], ["have a fit", "get very angry and fly into a rage", "have a fit"], ["blow one's stack", "get very angry and fly into a rage", "blow one's stack"], ["blow a fuse", "get very angry and fly into a rage", "blow a fuse"], ["flip one's lid", "get very angry and fly into a rage", "flip one's lid"], ["fly off the handle", "get very angry and fly into a rage", "fly off the handle"], ["go ballistic", "get very angry and fly into a rage", "go ballistic"], ["hit the ceiling", "get very angry and fly into a rage", "hit the ceiling"], ["lose one's temper", "get very angry and fly into a rage", "lose one's temper"], ["have kittens", "get very angry and fly into a rage", "have kittens"], ["hit the roof", "get very angry and fly into a rage", "hit the roof"], ["blow up", "get very angry and fly into a rage", "blow up"]]}, {"answer": "throw_away", "hint": "synonyms for throw away", "clues": [["chuck out", "throw or cast away", "chuck out"], ["cast away", "throw or cast away", "cast away"], ["throw off", "get rid of", "throw off"], ["throw out", "throw or cast away", "throw out"], ["cast", "get rid of", "cast"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["toss", "throw or cast away", "toss"], ["toss out", "throw or cast away", "toss out"], ["dispose", "throw or cast away", "dispose"], ["drop", "get rid of", "drop"], ["shed", "get rid of", "shed"], ["fling", "throw or cast away", "fling"], ["discard", "throw or cast away", "discard"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["shake off", "get rid of", "shake off"]]}, {"answer": "throw_in", "hint": "synonyms for throw in", "clues": [["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["put in", "to insert between other elements", "put in"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["interject", "to insert between other elements", "interject"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["come in", "to insert between other elements", "come in"], ["inject", "to insert between other elements", "inject"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["interpose", "to insert between other elements", "interpose"], ["throw in the towel", "give up in the face of defeat of lacking hope; admit defeat", "throw in the towel"], ["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["quit", "give up in the face of defeat of lacking hope; admit defeat", "quit"]]}, {"answer": "throw_in_the_towel", "hint": "synonyms for throw in the towel", "clues": [["chuck up the sponge", "give up in the face of defeat of lacking hope; admit defeat", "chuck up the sponge"], ["fall by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "fall by the wayside"], ["give up", "give up in the face of defeat of lacking hope; admit defeat", "give up"], ["quit", "give up in the face of defeat of lacking hope; admit defeat", "quit"], ["drop out", "give up in the face of defeat of lacking hope; admit defeat", "drop out"], ["drop by the wayside", "give up in the face of defeat of lacking hope; admit defeat", "drop by the wayside"], ["throw in", "give up in the face of defeat of lacking hope; admit defeat", "throw in"]]}, {"answer": "throw_off", "hint": "synonyms for throw off", "clues": [["drop", "get rid of", "drop"], ["escape from", "get rid of", "escape from"], ["shed", "get rid of", "shed"], ["cast", "get rid of", "cast"], ["shake", "get rid of", "shake"], ["throw away", "get rid of", "throw away"], ["cast off", "get rid of", "cast off"], ["throw", "get rid of", "throw"], ["shake off", "get rid of", "shake off"]]}, {"answer": "throw_out", "hint": "synonyms for throw out", "clues": [["chuck out", "throw or cast away", "chuck out"], ["kick out", "remove from a position or office", "kick out"], ["cast away", "throw or cast away", "cast away"], ["boot out", "remove from a position or office", "boot out"], ["dismiss", "cease to consider; put out of judicial consideration", "dismiss"], ["expel", "remove from a position or office", "expel"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["toss", "throw or cast away", "toss"], ["drum out", "remove from a position or office", "drum out"], ["toss out", "throw or cast away", "toss out"], ["dispose", "throw or cast away", "dispose"], ["oust", "remove from a position or office", "oust"], ["advance", "bring forward for consideration or acceptance", "advance"], ["fling", "throw or cast away", "fling"], ["discard", "throw or cast away", "discard"]]}, {"answer": "throw_overboard", "hint": "synonyms for throw overboard", "clues": [["forego", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forego"], ["waive", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "waive"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["deep-six", "throw from a boat", "deep-six"]]}, {"answer": "throw_up", "hint": "synonyms for throw up", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "tick_off", "hint": "synonyms for tick off", "clues": [["mark", "put a check mark on or near or next to", "mark"], ["mark off", "put a check mark on or near or next to", "mark off"], ["check off", "put a check mark on or near or next to", "check off"], ["check", "put a check mark on or near or next to", "check"], ["tick", "put a check mark on or near or next to", "tick"]]}, {"answer": "tickle_pink", "hint": "synonyms for tickle pink", "clues": [["thrill", "fill with sublime emotion", "thrill"], ["exhilarate", "fill with sublime emotion", "exhilarate"], ["inebriate", "fill with sublime emotion", "inebriate"], ["exalt", "fill with sublime emotion", "exalt"], ["beatify", "fill with sublime emotion", "beatify"]]}, {"answer": "tidy_up", "hint": "synonyms for tidy up", "clues": [["tidy", "put (things or places) in order", "tidy"], ["square away", "put (things or places) in order", "square away"], ["straighten out", "put (things or places) in order", "straighten out"], ["straighten", "put (things or places) in order", "straighten"], ["neaten", "put (things or places) in order", "neaten"], ["clean up", "put (things or places) in order", "clean up"]]}, {"answer": "tie_in", "hint": "synonyms for tie in", "clues": [["relate", "make a logical or causal connection", "relate"], ["link up", "make a logical or causal connection", "link up"], ["connect", "make a logical or causal connection", "connect"], ["link", "make a logical or causal connection", "link"], ["associate", "make a logical or causal connection", "associate"], ["colligate", "make a logical or causal connection", "colligate"]]}, {"answer": "tie_up", "hint": "synonyms for tie up", "clues": [["berth", "secure in or as if in a berth or dock", "berth"], ["tie down", "secure with or as if with ropes", "tie down"], ["moor", "secure in or as if in a berth or dock", "moor"], ["bind", "secure with or as if with ropes", "bind"], ["truss", "secure with or as if with ropes", "truss"], ["bind off", "finish the last row", "bind off"]]}, {"answer": "tighten", "hint": "synonyms for tighten", "clues": [["fasten", "make tight or tighter", "fasten"], ["tighten up", "restrict", "tighten up"], ["stiffen", "restrict", "stiffen"], ["constrain", "restrict", "constrain"], ["reduce", "narrow or limit", "reduce"]]}, {"answer": "tip_over", "hint": "synonyms for tip over", "clues": [["turn over", "cause to overturn from an upright or normal position", "turn over"], ["tump over", "turn from an upright or normal position", "tump over"], ["overturn", "turn from an upright or normal position", "overturn"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["upset", "cause to overturn from an upright or normal position", "upset"]]}, {"answer": "tire_out", "hint": "synonyms for tire out", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "titivate", "hint": "synonyms for titivate", "clues": [["slick up", "make neat, smart, or trim", "slick up"], ["spiff up", "make neat, smart, or trim", "spiff up"], ["tittivate", "make neat, smart, or trim", "tittivate"], ["spruce up", "make neat, smart, or trim", "spruce up"], ["spruce", "make neat, smart, or trim", "spruce"], ["smarten up", "make neat, smart, or trim", "smarten up"]]}, {"answer": "tittivate", "hint": "synonyms for tittivate", "clues": [["slick up", "make neat, smart, or trim", "slick up"], ["spiff up", "make neat, smart, or trim", "spiff up"], ["titivate", "make neat, smart, or trim", "titivate"], ["spruce up", "make neat, smart, or trim", "spruce up"], ["spruce", "make neat, smart, or trim", "spruce"], ["smarten up", "make neat, smart, or trim", "smarten up"]]}, {"answer": "tittup", "hint": "synonyms for tittup", "clues": [["swagger", "to walk with a lofty proud gait, often in an attempt to impress others", "swagger"], ["cock", "to walk with a lofty proud gait, often in an attempt to impress others", "cock"], ["prance", "to walk with a lofty proud gait, often in an attempt to impress others", "prance"], ["sashay", "to walk with a lofty proud gait, often in an attempt to impress others", "sashay"], ["ruffle", "to walk with a lofty proud gait, often in an attempt to impress others", "ruffle"], ["strut", "to walk with a lofty proud gait, often in an attempt to impress others", "strut"]]}, {"answer": "toddle", "hint": "synonyms for toddle", "clues": [["coggle", "walk unsteadily", "coggle"], ["paddle", "walk unsteadily", "paddle"], ["dodder", "walk unsteadily", "dodder"], ["totter", "walk unsteadily", "totter"], ["waddle", "walk unsteadily", "waddle"]]}, {"answer": "tog", "hint": "synonyms for tog", "clues": [["garb", "provide with clothes or put clothes on", "garb"], ["habilitate", "provide with clothes or put clothes on", "habilitate"], ["fit out", "provide with clothes or put clothes on", "fit out"], ["garment", "provide with clothes or put clothes on", "garment"], ["dress", "provide with clothes or put clothes on", "dress"], ["enclothe", "provide with clothes or put clothes on", "enclothe"], ["raiment", "provide with clothes or put clothes on", "raiment"], ["apparel", "provide with clothes or put clothes on", "apparel"]]}, {"answer": "tog_out", "hint": "synonyms for tog out", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "tog_up", "hint": "synonyms for tog up", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "tolerate", "hint": "synonyms for tolerate", "clues": [["endure", "put up with something or somebody unpleasant", "endure"], ["permit", "allow the presence of or allow (an activity) without opposing or prohibiting", "permit"], ["stand", "put up with something or somebody unpleasant", "stand"], ["abide", "put up with something or somebody unpleasant", "abide"], ["put up", "put up with something or somebody unpleasant", "put up"], ["support", "put up with something or somebody unpleasant", "support"], ["allow", "allow the presence of or allow (an activity) without opposing or prohibiting", "allow"], ["stomach", "put up with something or somebody unpleasant", "stomach"], ["digest", "put up with something or somebody unpleasant", "digest"], ["brook", "put up with something or somebody unpleasant", "brook"], ["bear", "put up with something or somebody unpleasant", "bear"], ["stick out", "put up with something or somebody unpleasant", "stick out"], ["suffer", "put up with something or somebody unpleasant", "suffer"]]}, {"answer": "tone_down", "hint": "synonyms for tone down", "clues": [["damp", "deaden (a sound or noise), especially by wrapping", "damp"], ["mute", "deaden (a sound or noise), especially by wrapping", "mute"], ["muffle", "deaden (a sound or noise), especially by wrapping", "muffle"], ["tame", "make less strong or intense; soften", "tame"], ["dampen", "deaden (a sound or noise), especially by wrapping", "dampen"], ["moderate", "make less strong or intense; soften", "moderate"], ["dull", "deaden (a sound or noise), especially by wrapping", "dull"]]}, {"answer": "toss_away", "hint": "synonyms for toss away", "clues": [["chuck out", "throw or cast away", "chuck out"], ["dispose", "throw or cast away", "dispose"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["toss", "throw or cast away", "toss"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["discard", "throw or cast away", "discard"], ["toss out", "throw or cast away", "toss out"]]}, {"answer": "toss_off", "hint": "synonyms for toss off", "clues": [["belt down", "drink down entirely", "belt down"], ["knock off", "write quickly", "knock off"], ["scratch off", "write quickly", "scratch off"], ["kill", "drink down entirely", "kill"], ["down", "drink down entirely", "down"], ["drink down", "drink down entirely", "drink down"], ["dash off", "write quickly", "dash off"], ["fling off", "write quickly", "fling off"], ["pop", "drink down entirely", "pop"], ["pour down", "drink down entirely", "pour down"]]}, {"answer": "toss_out", "hint": "synonyms for toss out", "clues": [["chuck out", "throw or cast away", "chuck out"], ["dispose", "throw or cast away", "dispose"], ["cast away", "throw or cast away", "cast away"], ["throw out", "throw or cast away", "throw out"], ["toss", "throw or cast away", "toss"], ["cast out", "throw or cast away", "cast out"], ["put away", "throw or cast away", "put away"], ["fling", "throw or cast away", "fling"], ["throw away", "throw or cast away", "throw away"], ["cast aside", "throw or cast away", "cast aside"], ["toss away", "throw or cast away", "toss away"], ["discard", "throw or cast away", "discard"]]}, {"answer": "tot_up", "hint": "synonyms for tot up", "clues": [["tally", "determine the sum of", "tally"], ["tote up", "determine the sum of", "tote up"], ["total", "determine the sum of", "total"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["sum", "determine the sum of", "sum"], ["add up", "determine the sum of", "add up"], ["sum up", "determine the sum of", "sum up"], ["summate", "determine the sum of", "summate"], ["tot", "determine the sum of", "tot"]]}, {"answer": "tote_up", "hint": "synonyms for tote up", "clues": [["tally", "determine the sum of", "tally"], ["tot up", "determine the sum of", "tot up"], ["total", "determine the sum of", "total"], ["add together", "determine the sum of", "add together"], ["add", "determine the sum of", "add"], ["sum", "determine the sum of", "sum"], ["add up", "determine the sum of", "add up"], ["sum up", "determine the sum of", "sum up"], ["summate", "determine the sum of", "summate"], ["tot", "determine the sum of", "tot"]]}, {"answer": "totter", "hint": "synonyms for totter", "clues": [["coggle", "walk unsteadily", "coggle"], ["paddle", "walk unsteadily", "paddle"], ["toddle", "walk unsteadily", "toddle"], ["seesaw", "move unsteadily, with a rocking motion", "seesaw"], ["dodder", "walk unsteadily", "dodder"], ["teeter", "move unsteadily, with a rocking motion", "teeter"], ["waddle", "walk unsteadily", "waddle"]]}, {"answer": "touch_off", "hint": "synonyms for touch off", "clues": [["spark", "put in motion or move to act", "spark"], ["trigger off", "put in motion or move to act", "trigger off"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"]]}, {"answer": "touch_on", "hint": "synonyms for touch on", "clues": [["have-to doe with", "be relevant to", "have-to doe with"], ["touch", "have an effect upon", "touch"], ["bear upon", "have an effect upon", "bear upon"], ["concern", "be relevant to", "concern"], ["fix", "restore by replacing a part or putting together what is torn or broken", "fix"], ["come to", "be relevant to", "come to"], ["doctor", "restore by replacing a part or putting together what is torn or broken", "doctor"], ["restore", "restore by replacing a part or putting together what is torn or broken", "restore"], ["relate", "be relevant to", "relate"], ["pertain", "be relevant to", "pertain"], ["bushel", "restore by replacing a part or putting together what is torn or broken", "bushel"], ["mend", "restore by replacing a part or putting together what is torn or broken", "mend"], ["repair", "restore by replacing a part or putting together what is torn or broken", "repair"], ["impact", "have an effect upon", "impact"], ["affect", "have an effect upon", "affect"], ["furbish up", "restore by replacing a part or putting together what is torn or broken", "furbish up"], ["refer", "be relevant to", "refer"]]}, {"answer": "toy_with", "hint": "synonyms for toy with", "clues": [["think of", "take into consideration, have in view", "think of"], ["flirt with", "take into consideration, have in view", "flirt with"], ["entertain", "take into consideration, have in view", "entertain"], ["think about", "take into consideration, have in view", "think about"]]}, {"answer": "tranquilize", "hint": "synonyms for tranquilize", "clues": [["lull", "make calm or still", "lull"], ["tranquillise", "cause to be calm or quiet as by administering a sedative to", "tranquillise"], ["calm down", "make calm or still", "calm down"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "tranquillise", "hint": "synonyms for tranquillise", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to", "tranquilize"], ["lull", "make calm or still", "lull"], ["calm down", "make calm or still", "calm down"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["still", "make calm or still", "still"], ["calm", "cause to be calm or quiet as by administering a sedative to", "calm"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "tranquillize", "hint": "synonyms for tranquillize", "clues": [["tranquilize", "cause to be calm or quiet as by administering a sedative to", "tranquilize"], ["lull", "make calm or still", "lull"], ["calm down", "make calm or still", "calm down"], ["quiet", "make calm or still", "quiet"], ["sedate", "cause to be calm or quiet as by administering a sedative to", "sedate"], ["still", "make calm or still", "still"], ["calm", "make calm or still", "calm"], ["quieten", "make calm or still", "quieten"]]}, {"answer": "transcend", "hint": "synonyms for transcend", "clues": [["top", "be superior or better than some standard", "top"], ["overstep", "be superior or better than some standard", "overstep"], ["surpass", "be greater in scope or size than some standard", "surpass"], ["exceed", "be greater in scope or size than some standard", "exceed"], ["pass", "be superior or better than some standard", "pass"], ["go past", "be superior or better than some standard", "go past"]]}, {"answer": "transfigure", "hint": "synonyms for transfigure", "clues": [["glorify", "elevate or idealize, in allusion to Christ's transfiguration", "glorify"], ["spiritualize", "elevate or idealize, in allusion to Christ's transfiguration", "spiritualize"], ["metamorphose", "change completely the nature or appearance of", "metamorphose"], ["transmogrify", "change completely the nature or appearance of", "transmogrify"]]}, {"answer": "transfix", "hint": "synonyms for transfix", "clues": [["spike", "pierce with a sharp stake or point", "spike"], ["grip", "to render motionless, as with a fixed stare or by arousing terror or awe", "grip"], ["empale", "pierce with a sharp stake or point", "empale"], ["fascinate", "to render motionless, as with a fixed stare or by arousing terror or awe", "fascinate"], ["spellbind", "to render motionless, as with a fixed stare or by arousing terror or awe", "spellbind"], ["impale", "pierce with a sharp stake or point", "impale"]]}, {"answer": "transform", "hint": "synonyms for transform", "clues": [["transmute", "change or alter in form, appearance, or nature", "transmute"], ["transubstantiate", "change or alter in form, appearance, or nature", "transubstantiate"], ["translate", "change from one form or medium into another", "translate"], ["metamorphose", "change in outward structure or looks", "metamorphose"]]}, {"answer": "transgress", "hint": "synonyms for transgress", "clues": [["trespass", "commit a sin; violate a law of God or a moral law", "trespass"], ["go against", "act in disregard of laws, rules, contracts, or promises", "go against"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["violate", "act in disregard of laws, rules, contracts, or promises", "violate"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["overstep", "pass beyond (limits or boundaries)", "overstep"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["break", "act in disregard of laws, rules, contracts, or promises", "break"], ["sin", "commit a sin; violate a law of God or a moral law", "sin"]]}, {"answer": "translate", "hint": "synonyms for translate", "clues": [["render", "restate (words) from one language into another language", "render"], ["understand", "make sense of a language", "understand"], ["interpret", "restate (words) from one language into another language", "interpret"], ["read", "make sense of a language", "read"], ["transform", "change from one form or medium into another", "transform"]]}, {"answer": "transmit", "hint": "synonyms for transmit", "clues": [["air", "broadcast over the airwaves, as in radio or television", "air"], ["channel", "send from one person or place to another", "channel"], ["send", "broadcast over the airwaves, as in radio or television", "send"], ["convey", "transfer to another", "convey"], ["channelise", "send from one person or place to another", "channelise"], ["impart", "transmit or serve as the medium for transmission", "impart"], ["carry", "transmit or serve as the medium for transmission", "carry"], ["conduct", "transmit or serve as the medium for transmission", "conduct"], ["communicate", "transfer to another", "communicate"], ["transfer", "send from one person or place to another", "transfer"], ["broadcast", "broadcast over the airwaves, as in radio or television", "broadcast"], ["beam", "broadcast over the airwaves, as in radio or television", "beam"], ["transport", "send from one person or place to another", "transport"]]}, {"answer": "transude", "hint": "synonyms for transude", "clues": [["exude", "release (a liquid) in drops or small quantities", "exude"], ["exudate", "release (a liquid) in drops or small quantities", "exudate"], ["ooze", "release (a liquid) in drops or small quantities", "ooze"], ["ooze out", "release (a liquid) in drops or small quantities", "ooze out"]]}, {"answer": "travel_by", "hint": "synonyms for travel by", "clues": [["pass by", "move past", "pass by"], ["go by", "move past", "go by"], ["go past", "move past", "go past"], ["pass", "move past", "pass"], ["surpass", "move past", "surpass"]]}, {"answer": "trick_out", "hint": "synonyms for trick out", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick up", "put on special clothes to appear particularly appealing and attractive", "trick up"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "trick_up", "hint": "synonyms for trick up", "clues": [["deck up", "put on special clothes to appear particularly appealing and attractive", "deck up"], ["trick out", "put on special clothes to appear particularly appealing and attractive", "trick out"], ["tog up", "put on special clothes to appear particularly appealing and attractive", "tog up"], ["gussy up", "put on special clothes to appear particularly appealing and attractive", "gussy up"], ["tog out", "put on special clothes to appear particularly appealing and attractive", "tog out"], ["deck out", "put on special clothes to appear particularly appealing and attractive", "deck out"], ["attire", "put on special clothes to appear particularly appealing and attractive", "attire"], ["dress up", "put on special clothes to appear particularly appealing and attractive", "dress up"], ["fig up", "put on special clothes to appear particularly appealing and attractive", "fig up"], ["overdress", "put on special clothes to appear particularly appealing and attractive", "overdress"], ["fancy up", "put on special clothes to appear particularly appealing and attractive", "fancy up"], ["get up", "put on special clothes to appear particularly appealing and attractive", "get up"], ["fig out", "put on special clothes to appear particularly appealing and attractive", "fig out"], ["prink", "put on special clothes to appear particularly appealing and attractive", "prink"]]}, {"answer": "trigger_off", "hint": "synonyms for trigger off", "clues": [["spark", "put in motion or move to act", "spark"], ["set off", "put in motion or move to act", "set off"], ["spark off", "put in motion or move to act", "spark off"], ["trip", "put in motion or move to act", "trip"], ["trigger", "put in motion or move to act", "trigger"], ["activate", "put in motion or move to act", "activate"], ["actuate", "put in motion or move to act", "actuate"], ["touch off", "put in motion or move to act", "touch off"]]}, {"answer": "trim_back", "hint": "synonyms for trim back", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["bring down", "cut down on; make a reduction in", "bring down"], ["cut down", "cut down on; make a reduction in", "cut down"], ["cut back", "cut down on; make a reduction in", "cut back"], ["trim down", "cut down on; make a reduction in", "trim down"], ["trim", "cut down on; make a reduction in", "trim"], ["reduce", "cut down on; make a reduction in", "reduce"]]}, {"answer": "trim_down", "hint": "synonyms for trim down", "clues": [["cut", "cut down on; make a reduction in", "cut"], ["bring down", "cut down on; make a reduction in", "bring down"], ["cut down", "cut down on; make a reduction in", "cut down"], ["cut back", "cut down on; make a reduction in", "cut back"], ["trim back", "cut down on; make a reduction in", "trim back"], ["trim", "cut down on; make a reduction in", "trim"], ["reduce", "cut down on; make a reduction in", "reduce"]]}, {"answer": "trip_up", "hint": "synonyms for trip up", "clues": [["catch", "detect a blunder or misstep", "catch"], ["stumble", "make an error", "stumble"], ["slip up", "make an error", "slip up"], ["trip", "cause to stumble", "trip"]]}, {"answer": "trounce", "hint": "synonyms for trounce", "clues": [["dress down", "censure severely or angrily", "dress down"], ["beat out", "come out better in a competition, race, or conflict", "beat out"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["chew up", "censure severely or angrily", "chew up"], ["jaw", "censure severely or angrily", "jaw"], ["reprimand", "censure severely or angrily", "reprimand"], ["lambast", "censure severely or angrily", "lambast"], ["crush", "come out better in a competition, race, or conflict", "crush"], ["rebuke", "censure severely or angrily", "rebuke"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["lather", "beat severely with a whip or rod", "lather"], ["strap", "beat severely with a whip or rod", "strap"], ["vanquish", "come out better in a competition, race, or conflict", "vanquish"], ["call down", "censure severely or angrily", "call down"], ["lecture", "censure severely or angrily", "lecture"], ["rag", "censure severely or angrily", "rag"], ["scold", "censure severely or angrily", "scold"], ["bawl out", "censure severely or angrily", "bawl out"], ["whip", "beat severely with a whip or rod", "whip"], ["berate", "censure severely or angrily", "berate"], ["have words", "censure severely or angrily", "have words"], ["chew out", "censure severely or angrily", "chew out"], ["remonstrate", "censure severely or angrily", "remonstrate"], ["lash", "beat severely with a whip or rod", "lash"], ["call on the carpet", "censure severely or angrily", "call on the carpet"], ["flog", "beat severely with a whip or rod", "flog"], ["chide", "censure severely or angrily", "chide"], ["reproof", "censure severely or angrily", "reproof"], ["take to task", "censure severely or angrily", "take to task"], ["welt", "beat severely with a whip or rod", "welt"]]}, {"answer": "try_out", "hint": "synonyms for try out", "clues": [["audition", "perform in order to get a role", "audition"], ["prove", "put to the test, as for its quality, or give experimental use to", "prove"], ["test", "put to the test, as for its quality, or give experimental use to", "test"], ["taste", "take a sample of", "taste"], ["essay", "put to the test, as for its quality, or give experimental use to", "essay"], ["try", "put to the test, as for its quality, or give experimental use to", "try"], ["sample", "take a sample of", "sample"], ["examine", "put to the test, as for its quality, or give experimental use to", "examine"], ["experiment", "try something new, as in order to gain experience", "experiment"]]}, {"answer": "tucker_out", "hint": "synonyms for tucker out", "clues": [["beat", "wear out completely", "beat"], ["exhaust", "wear out completely", "exhaust"], ["wash up", "wear out completely", "wash up"], ["tucker", "wear out completely", "tucker"]]}, {"answer": "tumesce", "hint": "synonyms for tumesce", "clues": [["swell", "expand abnormally", "swell"], ["tumefy", "expand abnormally", "tumefy"], ["swell up", "expand abnormally", "swell up"], ["intumesce", "expand abnormally", "intumesce"]]}, {"answer": "tump_over", "hint": "synonyms for tump over", "clues": [["tip over", "cause to overturn from an upright or normal position", "tip over"], ["turn over", "cause to overturn from an upright or normal position", "turn over"], ["overturn", "turn from an upright or normal position", "overturn"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["upset", "cause to overturn from an upright or normal position", "upset"]]}, {"answer": "turf_out", "hint": "synonyms for turf out", "clues": [["boot out", "put out or expel from a place", "boot out"], ["exclude", "put out or expel from a place", "exclude"], ["eject", "put out or expel from a place", "eject"], ["chuck out", "put out or expel from a place", "chuck out"], ["turn out", "put out or expel from a place", "turn out"]]}, {"answer": "turn_away", "hint": "synonyms for turn away", "clues": [["deflect", "turn from a straight course, fixed direction, or line of interest", "deflect"], ["refuse", "refuse entrance or membership", "refuse"], ["turn down", "refuse entrance or membership", "turn down"], ["reject", "refuse entrance or membership", "reject"], ["bend", "turn from a straight course, fixed direction, or line of interest", "bend"], ["avert", "turn away or aside", "avert"]]}, {"answer": "turn_back", "hint": "synonyms for turn back", "clues": [["dispel", "force to go away; used both with concrete and metaphoric meanings", "dispel"], ["contain", "hold back, as of a danger or an enemy; check the expansion or influence of", "contain"], ["run off", "force to go away; used both with concrete and metaphoric meanings", "run off"], ["revert", "go back to a previous state", "revert"], ["backtrack", "retrace one's course", "backtrack"], ["double back", "retrace one's course", "double back"], ["drive off", "force to go away; used both with concrete and metaphoric meanings", "drive off"], ["regress", "go back to a previous state", "regress"], ["check", "hold back, as of a danger or an enemy; check the expansion or influence of", "check"], ["drive out", "force to go away; used both with concrete and metaphoric meanings", "drive out"], ["drive away", "force to go away; used both with concrete and metaphoric meanings", "drive away"], ["return", "go back to a previous state", "return"], ["arrest", "hold back, as of a danger or an enemy; check the expansion or influence of", "arrest"], ["hold back", "hold back, as of a danger or an enemy; check the expansion or influence of", "hold back"], ["reverse", "turn inside out or upside down", "reverse"], ["retrovert", "go back to a previous state", "retrovert"], ["invert", "turn inside out or upside down", "invert"], ["stop", "hold back, as of a danger or an enemy; check the expansion or influence of", "stop"], ["chase away", "force to go away; used both with concrete and metaphoric meanings", "chase away"]]}, {"answer": "turn_down", "hint": "synonyms for turn down", "clues": [["spurn", "reject with contempt", "spurn"], ["reject", "refuse to accept", "reject"], ["refuse", "refuse to accept", "refuse"], ["disdain", "reject with contempt", "disdain"], ["turn away", "refuse entrance or membership", "turn away"], ["freeze off", "reject with contempt", "freeze off"], ["scorn", "reject with contempt", "scorn"], ["pass up", "refuse to accept", "pass up"], ["pooh-pooh", "reject with contempt", "pooh-pooh"], ["lower", "make lower or quieter", "lower"], ["lour", "make lower or quieter", "lour"], ["decline", "refuse to accept", "decline"]]}, {"answer": "turn_in", "hint": "synonyms for turn in", "clues": [["fork over", "to surrender someone or something to another", "fork over"], ["kip down", "prepare for sleep", "kip down"], ["deliver", "to surrender someone or something to another", "deliver"], ["hand over", "to surrender someone or something to another", "hand over"], ["bed", "prepare for sleep", "bed"], ["crawl in", "prepare for sleep", "crawl in"], ["fork out", "to surrender someone or something to another", "fork out"], ["sack out", "prepare for sleep", "sack out"], ["hit the sack", "prepare for sleep", "hit the sack"], ["render", "to surrender someone or something to another", "render"], ["go to sleep", "prepare for sleep", "go to sleep"], ["retire", "prepare for sleep", "retire"], ["go to bed", "prepare for sleep", "go to bed"], ["put on", "carry out (performances)", "put on"], ["hit the hay", "prepare for sleep", "hit the hay"], ["fork up", "to surrender someone or something to another", "fork up"]]}, {"answer": "turn_off", "hint": "synonyms for turn off", "clues": [["switch off", "cause to stop operating by disengaging a switch", "switch off"], ["put off", "cause to feel intense dislike or distaste", "put off"], ["turn out", "cause to stop operating by disengaging a switch", "turn out"], ["cut", "cause to stop operating by disengaging a switch", "cut"]]}, {"answer": "turn_on", "hint": "synonyms for turn on", "clues": [["trip out", "get high, stoned, or drugged", "trip out"], ["commove", "cause to be agitated, excited, or roused", "commove"], ["devolve on", "be contingent on", "devolve on"], ["depend on", "be contingent on", "depend on"], ["arouse", "stimulate sexually", "arouse"], ["excite", "stimulate sexually", "excite"], ["charge", "cause to be agitated, excited, or roused", "charge"], ["agitate", "cause to be agitated, excited, or roused", "agitate"], ["switch on", "cause to operate by flipping a switch", "switch on"], ["hinge on", "be contingent on", "hinge on"], ["charge up", "cause to be agitated, excited, or roused", "charge up"], ["ride", "be contingent on", "ride"], ["trip", "get high, stoned, or drugged", "trip"], ["get off", "get high, stoned, or drugged", "get off"], ["sex", "stimulate sexually", "sex"], ["wind up", "stimulate sexually", "wind up"]]}, {"answer": "turn_out", "hint": "synonyms for turn out", "clues": [["turn off", "cause to stop operating by disengaging a switch", "turn off"], ["switch off", "cause to stop operating by disengaging a switch", "switch off"], ["uprise", "get up and out of bed", "uprise"], ["turn up", "be shown or be found to be", "turn up"], ["spread out", "turn outward", "spread out"], ["boot out", "put out or expel from a place", "boot out"], ["rotate", "turn outward", "rotate"], ["get up", "get up and out of bed", "get up"], ["rise", "get up and out of bed", "rise"], ["splay", "turn outward", "splay"], ["bear", "bring forth,", "bear"], ["turf out", "put out or expel from a place", "turf out"], ["cut", "cause to stop operating by disengaging a switch", "cut"], ["prove", "be shown or be found to be", "prove"], ["eject", "put out or expel from a place", "eject"], ["chuck out", "put out or expel from a place", "chuck out"], ["come out", "result or end", "come out"], ["exclude", "put out or expel from a place", "exclude"]]}, {"answer": "turn_over", "hint": "synonyms for turn over", "clues": [["roll", "move by turning over or rotating", "roll"], ["tip over", "cause to overturn from an upright or normal position", "tip over"], ["tump over", "turn from an upright or normal position", "tump over"], ["pass on", "place into the hands or custody of", "pass on"], ["delve", "turn up, loosen, or remove earth", "delve"], ["cut into", "turn up, loosen, or remove earth", "cut into"], ["pass", "place into the hands or custody of", "pass"], ["turn", "cause to move around a center so as to show another side of", "turn"], ["reach", "place into the hands or custody of", "reach"], ["flip", "turn upside down, or throw so as to reverse", "flip"], ["deliberate", "think about carefully; weigh", "deliberate"], ["overturn", "turn from an upright or normal position", "overturn"], ["debate", "think about carefully; weigh", "debate"], ["dig", "turn up, loosen, or remove earth", "dig"], ["knock over", "cause to overturn from an upright or normal position", "knock over"], ["consider", "think about carefully; weigh", "consider"], ["hand", "place into the hands or custody of", "hand"], ["moot", "think about carefully; weigh", "moot"], ["bowl over", "cause to overturn from an upright or normal position", "bowl over"], ["give", "place into the hands or custody of", "give"], ["upset", "cause to overturn from an upright or normal position", "upset"], ["flip over", "turn upside down, or throw so as to reverse", "flip over"]]}, {"answer": "turn_tail", "hint": "synonyms for turn tail", "clues": [["lam", "flee; take to one's heels; cut and run", "lam"], ["scarper", "flee; take to one's heels; cut and run", "scarper"], ["head for the hills", "flee; take to one's heels; cut and run", "head for the hills"], ["break away", "flee; take to one's heels; cut and run", "break away"], ["run", "flee; take to one's heels; cut and run", "run"], ["take to the woods", "flee; take to one's heels; cut and run", "take to the woods"], ["bunk", "flee; take to one's heels; cut and run", "bunk"], ["scat", "flee; take to one's heels; cut and run", "scat"], ["hightail it", "flee; take to one's heels; cut and run", "hightail it"], ["run away", "flee; take to one's heels; cut and run", "run away"], ["fly the coop", "flee; take to one's heels; cut and run", "fly the coop"], ["escape", "flee; take to one's heels; cut and run", "escape"]]}, {"answer": "turn_up", "hint": "synonyms for turn up", "clues": [["turn out", "be shown or be found to be", "turn out"], ["come on", "appear or become visible; make a showing", "come on"], ["locate", "discover the location of; determine the place of; find by searching or examining", "locate"], ["show up", "appear or become visible; make a showing", "show up"], ["dig up", "find by digging in the ground", "dig up"], ["excavate", "find by digging in the ground", "excavate"], ["come out", "appear or become visible; make a showing", "come out"], ["surface", "appear or become visible; make a showing", "surface"], ["prove", "be shown or be found to be", "prove"], ["fold up", "bend or lay so that one part covers the other", "fold up"], ["fold", "bend or lay so that one part covers the other", "fold"]]}, {"answer": "twist_around", "hint": "synonyms for twist around", "clues": [["twist", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "twist"], ["sophisticate", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "sophisticate"], ["convolute", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "convolute"], ["pervert", "practice sophistry; change the meaning of or be vague about in order to mislead or deceive", "pervert"]]}, {"answer": "typify", "hint": "synonyms for typify", "clues": [["epitomize", "embody the essential characteristics of or be a typical example of", "epitomize"], ["symbolize", "express indirectly by an image, form, or model; be a symbol", "symbolize"], ["represent", "express indirectly by an image, form, or model; be a symbol", "represent"], ["stand for", "express indirectly by an image, form, or model; be a symbol", "stand for"]]}, {"answer": "ululate", "hint": "synonyms for ululate", "clues": [["howl", "emit long loud cries", "howl"], ["roar", "emit long loud cries", "roar"], ["yaup", "emit long loud cries", "yaup"], ["wail", "emit long loud cries", "wail"], ["yawl", "emit long loud cries", "yawl"]]}, {"answer": "unbend", "hint": "synonyms for unbend", "clues": [["decompress", "become less tense, rest, or take one's ease", "decompress"], ["unwind", "become less tense, rest, or take one's ease", "unwind"], ["relax", "become less tense, rest, or take one's ease", "relax"], ["straighten", "straighten up or out; make straight", "straighten"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["loosen up", "become less tense, rest, or take one's ease", "loosen up"]]}, {"answer": "uncase", "hint": "synonyms for uncase", "clues": [["unclothe", "get undressed", "unclothe"], ["discase", "get undressed", "discase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["strip down", "get undressed", "strip down"], ["undress", "get undressed", "undress"]]}, {"answer": "unclothe", "hint": "synonyms for unclothe", "clues": [["uncase", "get undressed", "uncase"], ["discase", "get undressed", "discase"], ["peel", "get undressed", "peel"], ["strip", "get undressed", "strip"], ["disrobe", "get undressed", "disrobe"], ["strip down", "get undressed", "strip down"], ["undress", "get undressed", "undress"]]}, {"answer": "uncover", "hint": "synonyms for uncover", "clues": [["reveal", "make visible", "reveal"], ["unveil", "make visible", "unveil"], ["bring out", "make visible", "bring out"], ["expose", "remove all or part of one's clothes to show one's body", "expose"]]}, {"answer": "undermine", "hint": "synonyms for undermine", "clues": [["countermine", "destroy property or hinder normal operations", "countermine"], ["weaken", "destroy property or hinder normal operations", "weaken"], ["cave", "hollow out as if making a cave or opening", "cave"], ["subvert", "destroy property or hinder normal operations", "subvert"], ["sabotage", "destroy property or hinder normal operations", "sabotage"], ["counteract", "destroy property or hinder normal operations", "counteract"]]}, {"answer": "understand", "hint": "synonyms for understand", "clues": [["sympathise", "be understanding of", "sympathise"], ["translate", "make sense of a language", "translate"], ["interpret", "make sense of a language", "interpret"], ["realise", "perceive (an idea or situation) mentally", "realise"], ["see", "perceive (an idea or situation) mentally", "see"], ["empathise", "be understanding of", "empathise"], ["read", "make sense of a language", "read"], ["infer", "believe to be the case", "infer"]]}, {"answer": "undertake", "hint": "synonyms for undertake", "clues": [["take in charge", "accept as a charge", "take in charge"], ["guarantee", "promise to do or accomplish", "guarantee"], ["contract", "enter into a contractual arrangement", "contract"], ["tackle", "accept as a challenge", "tackle"], ["set about", "enter upon an activity or enterprise", "set about"], ["attempt", "enter upon an activity or enterprise", "attempt"], ["take on", "accept as a challenge", "take on"]]}, {"answer": "underwrite", "hint": "synonyms for underwrite", "clues": [["subvention", "guarantee financial support of", "subvention"], ["subvent", "guarantee financial support of", "subvent"], ["insure", "protect by insurance", "insure"], ["cover", "protect by insurance", "cover"]]}, {"answer": "undo", "hint": "synonyms for undo", "clues": [["untie", "cause to become loose", "untie"], ["unwrap", "remove the outer cover or wrapping of", "unwrap"], ["loosen", "cause to become loose", "loosen"], ["unmake", "deprive of certain characteristics", "unmake"]]}, {"answer": "unfold", "hint": "synonyms for unfold", "clues": [["blossom out", "develop or come to a promising stage", "blossom out"], ["blossom forth", "develop or come to a promising stage", "blossom forth"], ["blossom", "develop or come to a promising stage", "blossom"], ["extend", "extend or stretch out to a greater or the full length", "extend"], ["stretch", "extend or stretch out to a greater or the full length", "stretch"], ["stretch out", "extend or stretch out to a greater or the full length", "stretch out"], ["open", "spread out or open from a closed or folded state", "open"], ["spread", "spread out or open from a closed or folded state", "spread"], ["spread out", "spread out or open from a closed or folded state", "spread out"]]}, {"answer": "unfreeze", "hint": "synonyms for unfreeze", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unblock", "make (assets) available", "unblock"], ["release", "make (assets) available", "release"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["free", "make (assets) available", "free"], ["melt", "become or cause to become soft or liquid", "melt"], ["dethaw", "become or cause to become soft or liquid", "dethaw"], ["unthaw", "become or cause to become soft or liquid", "unthaw"]]}, {"answer": "unhinge", "hint": "synonyms for unhinge", "clues": [["trouble", "disturb in mind or make uneasy or cause to be worried or alarmed", "trouble"], ["perturb", "disturb in mind or make uneasy or cause to be worried or alarmed", "perturb"], ["disquiet", "disturb in mind or make uneasy or cause to be worried or alarmed", "disquiet"], ["distract", "disturb in mind or make uneasy or cause to be worried or alarmed", "distract"], ["cark", "disturb in mind or make uneasy or cause to be worried or alarmed", "cark"], ["disorder", "disturb in mind or make uneasy or cause to be worried or alarmed", "disorder"]]}, {"answer": "unhorse", "hint": "synonyms for unhorse", "clues": [["dismount", "alight from (a horse)", "dismount"], ["get down", "alight from (a horse)", "get down"], ["light", "alight from (a horse)", "light"], ["get off", "alight from (a horse)", "get off"]]}, {"answer": "unify", "hint": "synonyms for unify", "clues": [["merge", "become one", "merge"], ["mingle", "to bring or combine together or with something else", "mingle"], ["unite", "act in concert or unite in a common purpose or belief", "unite"], ["mix", "to bring or combine together or with something else", "mix"], ["commix", "to bring or combine together or with something else", "commix"], ["amalgamate", "to bring or combine together or with something else", "amalgamate"]]}, {"answer": "unite", "hint": "synonyms for unite", "clues": [["merge", "become one", "merge"], ["unify", "bring together for a common purpose or action or ideology or in a shared situation", "unify"], ["combine", "have or possess in combination", "combine"], ["join", "be or become joined or united or linked", "join"], ["link", "be or become joined or united or linked", "link"], ["link up", "be or become joined or united or linked", "link up"], ["connect", "be or become joined or united or linked", "connect"]]}, {"answer": "unknot", "hint": "synonyms for unknot", "clues": [["unscramble", "become or cause to become undone by separating the fibers or threads of", "unscramble"], ["unpick", "become or cause to become undone by separating the fibers or threads of", "unpick"], ["untangle", "become or cause to become undone by separating the fibers or threads of", "untangle"], ["unravel", "become or cause to become undone by separating the fibers or threads of", "unravel"]]}, {"answer": "unlax", "hint": "synonyms for unlax", "clues": [["loosen up", "cause to feel relaxed", "loosen up"], ["relax", "cause to feel relaxed", "relax"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["unwind", "cause to feel relaxed", "unwind"], ["unstrain", "cause to feel relaxed", "unstrain"]]}, {"answer": "unload", "hint": "synonyms for unload", "clues": [["set down", "leave or unload", "set down"], ["discharge", "leave or unload", "discharge"], ["put down", "leave or unload", "put down"], ["unlade", "take the load off (a container or vehicle)", "unlade"], ["drop", "leave or unload", "drop"], ["offload", "take the load off (a container or vehicle)", "offload"], ["drop off", "leave or unload", "drop off"]]}, {"answer": "unloose", "hint": "synonyms for unloose", "clues": [["unloosen", "grant freedom to; free from confinement", "unloosen"], ["liberate", "grant freedom to; free from confinement", "liberate"], ["loose", "grant freedom to; free from confinement", "loose"], ["free", "grant freedom to; free from confinement", "free"], ["release", "grant freedom to; free from confinement", "release"]]}, {"answer": "unloosen", "hint": "synonyms for unloosen", "clues": [["unloose", "grant freedom to; free from confinement", "unloose"], ["free", "grant freedom to; free from confinement", "free"], ["liberate", "grant freedom to; free from confinement", "liberate"], ["loose", "grant freedom to; free from confinement", "loose"], ["release", "grant freedom to; free from confinement", "release"]]}, {"answer": "unpick", "hint": "synonyms for unpick", "clues": [["unscramble", "become or cause to become undone by separating the fibers or threads of", "unscramble"], ["unknot", "become or cause to become undone by separating the fibers or threads of", "unknot"], ["untangle", "become or cause to become undone by separating the fibers or threads of", "untangle"], ["unravel", "become or cause to become undone by separating the fibers or threads of", "unravel"]]}, {"answer": "unravel", "hint": "synonyms for unravel", "clues": [["ravel out", "disentangle", "ravel out"], ["unscramble", "become or cause to become undone by separating the fibers or threads of", "unscramble"], ["run", "become undone", "run"], ["unpick", "become or cause to become undone by separating the fibers or threads of", "unpick"], ["untangle", "become or cause to become undone by separating the fibers or threads of", "untangle"], ["unknot", "become or cause to become undone by separating the fibers or threads of", "unknot"], ["ravel", "disentangle", "ravel"]]}, {"answer": "unscramble", "hint": "synonyms for unscramble", "clues": [["unknot", "become or cause to become undone by separating the fibers or threads of", "unknot"], ["unpick", "become or cause to become undone by separating the fibers or threads of", "unpick"], ["untangle", "become or cause to become undone by separating the fibers or threads of", "untangle"], ["unravel", "become or cause to become undone by separating the fibers or threads of", "unravel"]]}, {"answer": "unsex", "hint": "synonyms for unsex", "clues": [["fix", "make infertile", "fix"], ["sterilize", "make infertile", "sterilize"], ["desexualize", "make infertile", "desexualize"], ["desex", "make infertile", "desex"]]}, {"answer": "unstrain", "hint": "synonyms for unstrain", "clues": [["loosen up", "cause to feel relaxed", "loosen up"], ["relax", "cause to feel relaxed", "relax"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["unwind", "cause to feel relaxed", "unwind"], ["unlax", "cause to feel relaxed", "unlax"]]}, {"answer": "untangle", "hint": "synonyms for untangle", "clues": [["unscramble", "become or cause to become undone by separating the fibers or threads of", "unscramble"], ["extricate", "release from entanglement of difficulty", "extricate"], ["unpick", "become or cause to become undone by separating the fibers or threads of", "unpick"], ["unravel", "become or cause to become undone by separating the fibers or threads of", "unravel"], ["disentangle", "release from entanglement of difficulty", "disentangle"], ["unknot", "become or cause to become undone by separating the fibers or threads of", "unknot"], ["disencumber", "release from entanglement of difficulty", "disencumber"]]}, {"answer": "unthaw", "hint": "synonyms for unthaw", "clues": [["dissolve", "become or cause to become soft or liquid", "dissolve"], ["unfreeze", "become or cause to become soft or liquid", "unfreeze"], ["thaw", "become or cause to become soft or liquid", "thaw"], ["melt", "become or cause to become soft or liquid", "melt"], ["dethaw", "become or cause to become soft or liquid", "dethaw"]]}, {"answer": "untie", "hint": "synonyms for untie", "clues": [["unlace", "undo the ties of", "unlace"], ["unbrace", "undo the ties of", "unbrace"], ["loosen", "cause to become loose", "loosen"], ["undo", "cause to become loose", "undo"]]}, {"answer": "untune", "hint": "synonyms for untune", "clues": [["upset", "cause to lose one's composure", "upset"], ["discomfit", "cause to lose one's composure", "discomfit"], ["discompose", "cause to lose one's composure", "discompose"], ["disconcert", "cause to lose one's composure", "disconcert"]]}, {"answer": "unwind", "hint": "synonyms for unwind", "clues": [["disentangle", "separate the tangles of", "disentangle"], ["decompress", "become less tense, rest, or take one's ease", "decompress"], ["relax", "become less tense, rest, or take one's ease", "relax"], ["unroll", "reverse the winding or twisting of", "unroll"], ["make relaxed", "cause to feel relaxed", "make relaxed"], ["unbend", "become less tense, rest, or take one's ease", "unbend"], ["loosen up", "cause to feel relaxed", "loosen up"], ["wind off", "reverse the winding or twisting of", "wind off"], ["slow down", "become less tense, rest, or take one's ease", "slow down"], ["unlax", "cause to feel relaxed", "unlax"], ["unstrain", "cause to feel relaxed", "unstrain"]]}, {"answer": "unwrap", "hint": "synonyms for unwrap", "clues": [["undo", "remove the outer cover or wrapping of", "undo"], ["expose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "expose"], ["break", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "break"], ["give away", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "give away"], ["discover", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "discover"], ["bring out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "bring out"], ["divulge", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "divulge"], ["reveal", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "reveal"], ["disclose", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "disclose"], ["let out", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let out"], ["let on", "make known to the public information that was previously known only to a few people or that was meant to be kept a secret", "let on"]]}, {"answer": "upchuck", "hint": "synonyms for upchuck", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["vomit up", "eject the contents of the stomach through the mouth", "vomit up"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "uphold", "hint": "synonyms for uphold", "clues": [["carry on", "keep or maintain in unaltered condition; cause to remain or last", "carry on"], ["preserve", "keep or maintain in unaltered condition; cause to remain or last", "preserve"], ["bear on", "keep or maintain in unaltered condition; cause to remain or last", "bear on"], ["continue", "keep or maintain in unaltered condition; cause to remain or last", "continue"], ["maintain", "support against an opponent", "maintain"]]}, {"answer": "uprise", "hint": "synonyms for uprise", "clues": [["bristle", "rise up as in fear", "bristle"], ["go up", "move upward", "go up"], ["come up", "move upward", "come up"], ["grow", "come into existence; take on form or shape", "grow"], ["move up", "move upward", "move up"], ["originate", "come into existence; take on form or shape", "originate"], ["resurrect", "return from the dead", "resurrect"], ["turn out", "get up and out of bed", "turn out"], ["ascend", "come up, of celestial bodies", "ascend"], ["get up", "get up and out of bed", "get up"], ["rise", "get up and out of bed", "rise"], ["develop", "come into existence; take on form or shape", "develop"], ["lift", "move upward", "lift"], ["stand up", "rise up as in fear", "stand up"], ["spring up", "come into existence; take on form or shape", "spring up"]]}, {"answer": "uproot", "hint": "synonyms for uproot", "clues": [["deracinate", "pull up by or as if by the roots", "deracinate"], ["eradicate", "destroy completely, as if down to the roots", "eradicate"], ["exterminate", "destroy completely, as if down to the roots", "exterminate"], ["root out", "destroy completely, as if down to the roots", "root out"], ["extirpate", "pull up by or as if by the roots", "extirpate"]]}, {"answer": "urge_on", "hint": "synonyms for urge on", "clues": [["urge", "force or impel in an indicated direction", "urge"], ["barrack", "spur on or encourage especially by cheers and shouts", "barrack"], ["pep up", "spur on or encourage especially by cheers and shouts", "pep up"], ["inspire", "spur on or encourage especially by cheers and shouts", "inspire"], ["cheer", "spur on or encourage especially by cheers and shouts", "cheer"], ["press", "force or impel in an indicated direction", "press"], ["root on", "spur on or encourage especially by cheers and shouts", "root on"], ["exhort", "spur on or encourage especially by cheers and shouts", "exhort"]]}, {"answer": "urinate", "hint": "synonyms for urinate", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["micturate", "eliminate urine", "micturate"], ["wee-wee", "eliminate urine", "wee-wee"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "use_up", "hint": "synonyms for use up", "clues": [["wipe out", "use up (resources or materials)", "wipe out"], ["occupy", "require (time or space)", "occupy"], ["run through", "use up (resources or materials)", "run through"], ["eat", "use up (resources or materials)", "eat"], ["consume", "use up (resources or materials)", "consume"], ["eat up", "use up (resources or materials)", "eat up"], ["deplete", "use up (resources or materials)", "deplete"], ["take", "require (time or space)", "take"], ["exhaust", "use up (resources or materials)", "exhaust"]]}, {"answer": "usurp", "hint": "synonyms for usurp", "clues": [["take over", "seize and take control without authority and possibly with force; take as one's right or possession", "take over"], ["seize", "seize and take control without authority and possibly with force; take as one's right or possession", "seize"], ["arrogate", "seize and take control without authority and possibly with force; take as one's right or possession", "arrogate"], ["assume", "seize and take control without authority and possibly with force; take as one's right or possession", "assume"]]}, {"answer": "utilise", "hint": "synonyms for utilise", "clues": [["utilize", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilize"], ["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "apply"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "use"]]}, {"answer": "utilize", "hint": "synonyms for utilize", "clues": [["employ", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "employ"], ["apply", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "apply"], ["utilise", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "utilise"], ["use", "put into service; make work or employ for a particular purpose or for its inherent or natural purpose", "use"]]}, {"answer": "vacate", "hint": "synonyms for vacate", "clues": [["repeal", "cancel officially", "repeal"], ["lift", "cancel officially", "lift"], ["countermand", "cancel officially", "countermand"], ["rescind", "cancel officially", "rescind"], ["reverse", "cancel officially", "reverse"], ["empty", "leave behind empty; move out of", "empty"], ["renounce", "leave (a job, post, or position) voluntarily", "renounce"], ["give up", "leave (a job, post, or position) voluntarily", "give up"], ["annul", "cancel officially", "annul"], ["resign", "leave (a job, post, or position) voluntarily", "resign"], ["overturn", "cancel officially", "overturn"], ["revoke", "cancel officially", "revoke"], ["abandon", "leave behind empty; move out of", "abandon"]]}, {"answer": "vacillate", "hint": "synonyms for vacillate", "clues": [["oscillate", "be undecided about something; waver between conflicting positions or courses of action", "oscillate"], ["waver", "move or sway in a rising and falling or wavelike pattern", "waver"], ["hover", "be undecided about something; waver between conflicting positions or courses of action", "hover"], ["vibrate", "be undecided about something; waver between conflicting positions or courses of action", "vibrate"], ["fluctuate", "move or sway in a rising and falling or wavelike pattern", "fluctuate"]]}, {"answer": "valuate", "hint": "synonyms for valuate", "clues": [["measure", "evaluate or estimate the nature, quality, ability, extent, or significance of", "measure"], ["assess", "evaluate or estimate the nature, quality, ability, extent, or significance of", "assess"], ["appraise", "evaluate or estimate the nature, quality, ability, extent, or significance of", "appraise"], ["value", "evaluate or estimate the nature, quality, ability, extent, or significance of", "value"], ["evaluate", "evaluate or estimate the nature, quality, ability, extent, or significance of", "evaluate"]]}, {"answer": "vanish", "hint": "synonyms for vanish", "clues": [["fly", "pass away rapidly", "fly"], ["fell", "pass away rapidly", "fell"], ["go away", "become invisible or unnoticeable", "go away"], ["disappear", "become invisible or unnoticeable", "disappear"], ["vaporize", "decrease rapidly and disappear", "vaporize"]]}, {"answer": "vanquish", "hint": "synonyms for vanquish", "clues": [["crush", "come out better in a competition, race, or conflict", "crush"], ["beat", "come out better in a competition, race, or conflict", "beat"], ["trounce", "come out better in a competition, race, or conflict", "trounce"], ["shell", "come out better in a competition, race, or conflict", "shell"], ["beat out", "come out better in a competition, race, or conflict", "beat out"]]}, {"answer": "vaporise", "hint": "synonyms for vaporise", "clues": [["vaporize", "turn into gas", "vaporize"], ["evaporate", "change into a vapor", "evaporate"], ["gasify", "turn into gas", "gasify"], ["aerify", "turn into gas", "aerify"]]}, {"answer": "vaporize", "hint": "synonyms for vaporize", "clues": [["vaporise", "lose or cause to lose liquid by vaporization leaving a more concentrated residue", "vaporise"], ["zap", "kill with or as if with a burst of gunfire or electric current or as if by shooting", "zap"], ["fly", "decrease rapidly and disappear", "fly"], ["evaporate", "lose or cause to lose liquid by vaporization leaving a more concentrated residue", "evaporate"], ["vanish", "decrease rapidly and disappear", "vanish"], ["gasify", "turn into gas", "gasify"], ["aerify", "turn into gas", "aerify"]]}, {"answer": "vary", "hint": "synonyms for vary", "clues": [["variegate", "make something more diverse and varied", "variegate"], ["deviate", "be at variance with; be out of line with", "deviate"], ["motley", "make something more diverse and varied", "motley"], ["alter", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "alter"], ["depart", "be at variance with; be out of line with", "depart"], ["diverge", "be at variance with; be out of line with", "diverge"], ["change", "become different in some particular way, without permanently losing one's or its former characteristics or essence", "change"]]}, {"answer": "veer", "hint": "synonyms for veer", "clues": [["slue", "turn sharply; change direction abruptly", "slue"], ["curve", "turn sharply; change direction abruptly", "curve"], ["swerve", "turn sharply; change direction abruptly", "swerve"], ["slew", "turn sharply; change direction abruptly", "slew"], ["sheer", "turn sharply; change direction abruptly", "sheer"], ["trend", "turn sharply; change direction abruptly", "trend"], ["cut", "turn sharply; change direction abruptly", "cut"]]}, {"answer": "vend", "hint": "synonyms for vend", "clues": [["pitch", "sell or offer for sale from place to place", "pitch"], ["monger", "sell or offer for sale from place to place", "monger"], ["hawk", "sell or offer for sale from place to place", "hawk"], ["peddle", "sell or offer for sale from place to place", "peddle"], ["huckster", "sell or offer for sale from place to place", "huckster"]]}, {"answer": "ventilate", "hint": "synonyms for ventilate", "clues": [["vent", "give expression or utterance to", "vent"], ["air", "expose to cool or cold air so as to cool or freshen", "air"], ["give vent", "give expression or utterance to", "give vent"], ["air out", "expose to cool or cold air so as to cool or freshen", "air out"]]}, {"answer": "verbalise", "hint": "synonyms for verbalise", "clues": [["verbalize", "articulate; either verbally or with a cry, shout, or noise", "verbalize"], ["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["utter", "articulate; either verbally or with a cry, shout, or noise", "utter"], ["talk", "express in speech", "talk"], ["mouth", "express in speech", "mouth"], ["express", "articulate; either verbally or with a cry, shout, or noise", "express"], ["speak", "express in speech", "speak"]]}, {"answer": "verbalize", "hint": "synonyms for verbalize", "clues": [["give tongue to", "articulate; either verbally or with a cry, shout, or noise", "give tongue to"], ["utter", "articulate; either verbally or with a cry, shout, or noise", "utter"], ["verbalise", "articulate; either verbally or with a cry, shout, or noise", "verbalise"], ["talk", "express in speech", "talk"], ["mouth", "express in speech", "mouth"], ["express", "articulate; either verbally or with a cry, shout, or noise", "express"], ["speak", "express in speech", "speak"]]}, {"answer": "verify", "hint": "synonyms for verify", "clues": [["affirm", "to declare or affirm solemnly and formally as true", "affirm"], ["assert", "to declare or affirm solemnly and formally as true", "assert"], ["control", "check or regulate (a scientific experiment) by conducting a parallel experiment or comparing with another standard", "control"], ["aver", "to declare or affirm solemnly and formally as true", "aver"], ["swan", "to declare or affirm solemnly and formally as true", "swan"], ["swear", "to declare or affirm solemnly and formally as true", "swear"], ["avow", "to declare or affirm solemnly and formally as true", "avow"]]}, {"answer": "vex", "hint": "synonyms for vex", "clues": [["disturb", "change the arrangement or position of", "disturb"], ["baffle", "be a mystery or bewildering to", "baffle"], ["nettle", "cause annoyance in; disturb, especially by minor irritations", "nettle"], ["chafe", "cause annoyance in; disturb, especially by minor irritations", "chafe"], ["beat", "be a mystery or bewildering to", "beat"], ["bother", "cause annoyance in; disturb, especially by minor irritations", "bother"], ["nark", "cause annoyance in; disturb, especially by minor irritations", "nark"], ["rile", "cause annoyance in; disturb, especially by minor irritations", "rile"], ["mystify", "be a mystery or bewildering to", "mystify"], ["pose", "be a mystery or bewildering to", "pose"], ["irritate", "cause annoyance in; disturb, especially by minor irritations", "irritate"], ["commove", "change the arrangement or position of", "commove"], ["puzzle", "be a mystery or bewildering to", "puzzle"], ["get at", "cause annoyance in; disturb, especially by minor irritations", "get at"], ["stick", "be a mystery or bewildering to", "stick"], ["gravel", "cause annoyance in; disturb, especially by minor irritations", "gravel"], ["worry", "disturb the peace of mind of; afflict with mental agitation or distress", "worry"], ["get to", "cause annoyance in; disturb, especially by minor irritations", "get to"], ["flummox", "be a mystery or bewildering to", "flummox"], ["annoy", "cause annoyance in; disturb, especially by minor irritations", "annoy"], ["stir up", "change the arrangement or position of", "stir up"], ["devil", "cause annoyance in; disturb, especially by minor irritations", "devil"], ["rag", "cause annoyance in; disturb, especially by minor irritations", "rag"], ["shake up", "change the arrangement or position of", "shake up"], ["agitate", "change the arrangement or position of", "agitate"], ["get", "be a mystery or bewildering to", "get"], ["stupefy", "be a mystery or bewildering to", "stupefy"], ["perplex", "be a mystery or bewildering to", "perplex"], ["dumbfound", "be a mystery or bewildering to", "dumbfound"], ["bewilder", "be a mystery or bewildering to", "bewilder"], ["raise up", "change the arrangement or position of", "raise up"], ["amaze", "be a mystery or bewildering to", "amaze"], ["nonplus", "be a mystery or bewildering to", "nonplus"]]}, {"answer": "vibrate", "hint": "synonyms for vibrate", "clues": [["oscillate", "be undecided about something; waver between conflicting positions or courses of action", "oscillate"], ["hover", "be undecided about something; waver between conflicting positions or courses of action", "hover"], ["resonate", "sound with resonance", "resonate"], ["thrill", "feel sudden intense sensation or emotion", "thrill"], ["vacillate", "be undecided about something; waver between conflicting positions or courses of action", "vacillate"], ["tickle", "feel sudden intense sensation or emotion", "tickle"]]}, {"answer": "victimize", "hint": "synonyms for victimize", "clues": [["rook", "deprive of by deceit", "rook"], ["victimise", "punish unjustly", "victimise"], ["swindle", "deprive of by deceit", "swindle"], ["gip", "deprive of by deceit", "gip"], ["defraud", "deprive of by deceit", "defraud"], ["nobble", "deprive of by deceit", "nobble"], ["short-change", "deprive of by deceit", "short-change"], ["mulct", "deprive of by deceit", "mulct"], ["bunco", "deprive of by deceit", "bunco"], ["goldbrick", "deprive of by deceit", "goldbrick"], ["diddle", "deprive of by deceit", "diddle"], ["con", "deprive of by deceit", "con"], ["gyp", "deprive of by deceit", "gyp"], ["scam", "deprive of by deceit", "scam"], ["hornswoggle", "deprive of by deceit", "hornswoggle"]]}, {"answer": "violate", "hint": "synonyms for violate", "clues": [["assault", "force (someone) to have sex against their will", "assault"], ["profane", "violate the sacred character of a place or language", "profane"], ["offend", "act in disregard of laws, rules, contracts, or promises", "offend"], ["break", "fail to agree with; be in violation of; as of rules or patterns", "break"], ["spoil", "destroy and strip of its possession", "spoil"], ["despoil", "destroy and strip of its possession", "despoil"], ["go against", "fail to agree with; be in violation of; as of rules or patterns", "go against"], ["desecrate", "violate the sacred character of a place or language", "desecrate"], ["outrage", "violate the sacred character of a place or language", "outrage"], ["dishonor", "force (someone) to have sex against their will", "dishonor"], ["transgress", "act in disregard of laws, rules, contracts, or promises", "transgress"], ["rape", "force (someone) to have sex against their will", "rape"], ["breach", "act in disregard of laws, rules, contracts, or promises", "breach"], ["plunder", "destroy and strip of its possession", "plunder"], ["infract", "act in disregard of laws, rules, contracts, or promises", "infract"], ["ravish", "force (someone) to have sex against their will", "ravish"]]}, {"answer": "visualise", "hint": "synonyms for visualise", "clues": [["visualize", "make visible", "visualize"], ["see", "imagine; conceive of; see in one's mind", "see"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "visualize", "hint": "synonyms for visualize", "clues": [["see", "imagine; conceive of; see in one's mind", "see"], ["visualise", "view the outline of by means of an X-ray", "visualise"], ["figure", "imagine; conceive of; see in one's mind", "figure"], ["picture", "imagine; conceive of; see in one's mind", "picture"], ["project", "imagine; conceive of; see in one's mind", "project"], ["image", "imagine; conceive of; see in one's mind", "image"], ["fancy", "imagine; conceive of; see in one's mind", "fancy"], ["envision", "imagine; conceive of; see in one's mind", "envision"]]}, {"answer": "vitiate", "hint": "synonyms for vitiate", "clues": [["deflower", "make imperfect", "deflower"], ["deprave", "corrupt morally or by intemperance or sensuality", "deprave"], ["invalidate", "take away the legal force of or render ineffective", "invalidate"], ["demoralise", "corrupt morally or by intemperance or sensuality", "demoralise"], ["debauch", "corrupt morally or by intemperance or sensuality", "debauch"], ["misdirect", "corrupt morally or by intemperance or sensuality", "misdirect"], ["corrupt", "corrupt morally or by intemperance or sensuality", "corrupt"], ["pervert", "corrupt morally or by intemperance or sensuality", "pervert"], ["profane", "corrupt morally or by intemperance or sensuality", "profane"], ["impair", "make imperfect", "impair"], ["spoil", "make imperfect", "spoil"], ["subvert", "corrupt morally or by intemperance or sensuality", "subvert"], ["debase", "corrupt morally or by intemperance or sensuality", "debase"], ["mar", "make imperfect", "mar"], ["void", "take away the legal force of or render ineffective", "void"]]}, {"answer": "vivify", "hint": "synonyms for vivify", "clues": [["revive", "give new life or energy to", "revive"], ["revivify", "give new life or energy to", "revivify"], ["animate", "give new life or energy to", "animate"], ["repair", "give new life or energy to", "repair"], ["recreate", "give new life or energy to", "recreate"], ["renovate", "give new life or energy to", "renovate"], ["quicken", "give new life or energy to", "quicken"]]}, {"answer": "vocalise", "hint": "synonyms for vocalise", "clues": [["vocalize", "pronounce as a vowel", "vocalize"], ["voice", "utter with vibrating vocal chords", "voice"], ["enunciate", "express or state clearly", "enunciate"], ["sound", "utter with vibrating vocal chords", "sound"], ["phonate", "utter speech sounds", "phonate"], ["articulate", "express or state clearly", "articulate"], ["vowelise", "pronounce as a vowel", "vowelise"]]}, {"answer": "vocalize", "hint": "synonyms for vocalize", "clues": [["vocalise", "express or state clearly", "vocalise"], ["voice", "utter with vibrating vocal chords", "voice"], ["enunciate", "express or state clearly", "enunciate"], ["sound", "utter with vibrating vocal chords", "sound"], ["phonate", "utter speech sounds", "phonate"], ["articulate", "express or state clearly", "articulate"], ["vowelise", "pronounce as a vowel", "vowelise"]]}, {"answer": "vomit_up", "hint": "synonyms for vomit up", "clues": [["spue", "eject the contents of the stomach through the mouth", "spue"], ["purge", "eject the contents of the stomach through the mouth", "purge"], ["regorge", "eject the contents of the stomach through the mouth", "regorge"], ["retch", "eject the contents of the stomach through the mouth", "retch"], ["upchuck", "eject the contents of the stomach through the mouth", "upchuck"], ["disgorge", "eject the contents of the stomach through the mouth", "disgorge"], ["puke", "eject the contents of the stomach through the mouth", "puke"], ["honk", "eject the contents of the stomach through the mouth", "honk"], ["be sick", "eject the contents of the stomach through the mouth", "be sick"], ["sick", "eject the contents of the stomach through the mouth", "sick"], ["cast", "eject the contents of the stomach through the mouth", "cast"], ["regurgitate", "eject the contents of the stomach through the mouth", "regurgitate"], ["vomit", "eject the contents of the stomach through the mouth", "vomit"], ["spew", "eject the contents of the stomach through the mouth", "spew"], ["chuck", "eject the contents of the stomach through the mouth", "chuck"], ["throw up", "eject the contents of the stomach through the mouth", "throw up"], ["barf", "eject the contents of the stomach through the mouth", "barf"]]}, {"answer": "vote_down", "hint": "synonyms for vote down", "clues": [["defeat", "thwart the passage of", "defeat"], ["kill", "thwart the passage of", "kill"], ["turn thumbs down", "vote against", "turn thumbs down"], ["vote out", "thwart the passage of", "vote out"], ["shoot down", "thwart the passage of", "shoot down"]]}, {"answer": "vote_out", "hint": "synonyms for vote out", "clues": [["defeat", "thwart the passage of", "defeat"], ["vote down", "thwart the passage of", "vote down"], ["kill", "thwart the passage of", "kill"], ["shoot down", "thwart the passage of", "shoot down"]]}, {"answer": "wait_on", "hint": "synonyms for wait on", "clues": [["serve", "work for or be a servant to", "serve"], ["attend", "work for or be a servant to", "attend"], ["attend to", "work for or be a servant to", "attend to"], ["assist", "work for or be a servant to", "assist"]]}, {"answer": "waive", "hint": "synonyms for waive", "clues": [["foreswear", "do without or cease to hold or adhere to", "foreswear"], ["forfeit", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forfeit"], ["forgo", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "forgo"], ["relinquish", "do without or cease to hold or adhere to", "relinquish"], ["give up", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "give up"], ["throw overboard", "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime", "throw overboard"], ["dispense with", "do without or cease to hold or adhere to", "dispense with"]]}, {"answer": "wake_up", "hint": "synonyms for wake up", "clues": [["awaken", "stop sleeping", "awaken"], ["wake", "cause to become awake or conscious", "wake"], ["arouse", "cause to become awake or conscious", "arouse"], ["come alive", "stop sleeping", "come alive"]]}, {"answer": "waken", "hint": "synonyms for waken", "clues": [["awaken", "stop sleeping", "awaken"], ["wake", "cause to become awake or conscious", "wake"], ["wake up", "cause to become awake or conscious", "wake up"], ["arouse", "cause to become awake or conscious", "arouse"], ["come alive", "stop sleeping", "come alive"]]}, {"answer": "wander", "hint": "synonyms for wander", "clues": [["cheat on", "be sexually unfaithful to one's partner in marriage", "cheat on"], ["weave", "to move or cause to move in a sinuous, spiral, or circular course", "weave"], ["vagabond", "move about aimlessly or without any destination, often in search of food or employment", "vagabond"], ["meander", "to move or cause to move in a sinuous, spiral, or circular course", "meander"], ["betray", "be sexually unfaithful to one's partner in marriage", "betray"], ["thread", "to move or cause to move in a sinuous, spiral, or circular course", "thread"], ["stray", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "stray"], ["cast", "move about aimlessly or without any destination, often in search of food or employment", "cast"], ["wind", "to move or cause to move in a sinuous, spiral, or circular course", "wind"], ["cuckold", "be sexually unfaithful to one's partner in marriage", "cuckold"], ["ramble", "move about aimlessly or without any destination, often in search of food or employment", "ramble"], ["divagate", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "divagate"], ["range", "move about aimlessly or without any destination, often in search of food or employment", "range"], ["drift", "move about aimlessly or without any destination, often in search of food or employment", "drift"], ["tramp", "move about aimlessly or without any destination, often in search of food or employment", "tramp"], ["roll", "move about aimlessly or without any destination, often in search of food or employment", "roll"], ["swan", "move about aimlessly or without any destination, often in search of food or employment", "swan"], ["roam", "move about aimlessly or without any destination, often in search of food or employment", "roam"], ["cheat", "be sexually unfaithful to one's partner in marriage", "cheat"], ["digress", "lose clarity or turn aside especially from the main subject of attention or course of argument in writing, thinking, or speaking", "digress"], ["rove", "move about aimlessly or without any destination, often in search of food or employment", "rove"]]}, {"answer": "wanton_away", "hint": "synonyms for wanton away", "clues": [["piddle", "waste time; spend one's time idly or inefficiently", "piddle"], ["wanton", "spend wastefully", "wanton"], ["trifle", "waste time; spend one's time idly or inefficiently", "trifle"], ["trifle away", "spend wastefully", "trifle away"], ["piddle away", "waste time; spend one's time idly or inefficiently", "piddle away"]]}, {"answer": "ward_off", "hint": "synonyms for ward off", "clues": [["avoid", "prevent the occurrence of; prevent from happening", "avoid"], ["obviate", "prevent the occurrence of; prevent from happening", "obviate"], ["avert", "prevent the occurrence of; prevent from happening", "avert"], ["forefend", "prevent the occurrence of; prevent from happening", "forefend"], ["head off", "prevent the occurrence of; prevent from happening", "head off"], ["stave off", "prevent the occurrence of; prevent from happening", "stave off"], ["fend off", "prevent the occurrence of; prevent from happening", "fend off"], ["deflect", "prevent the occurrence of; prevent from happening", "deflect"], ["debar", "prevent the occurrence of; prevent from happening", "debar"]]}, {"answer": "wash_out", "hint": "synonyms for wash out", "clues": [["wash", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash"], ["wash away", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash away"], ["wash off", "remove by the application of water or other liquid and soap or some other cleaning agent", "wash off"], ["rain out", "prevent or interrupt due to rain", "rain out"]]}, {"answer": "wash_up", "hint": "synonyms for wash up", "clues": [["beat", "wear out completely", "beat"], ["lave", "wash one's face and hands", "lave"], ["tucker", "wear out completely", "tucker"], ["do the dishes", "wash dishes", "do the dishes"], ["tucker out", "wear out completely", "tucker out"], ["exhaust", "wear out completely", "exhaust"]]}, {"answer": "waste_one's_time", "hint": "synonyms for waste one's time", "clues": [["bum about", "be lazy or idle", "bum about"], ["loll around", "be lazy or idle", "loll around"], ["fuck off", "be lazy or idle", "fuck off"], ["frig around", "be lazy or idle", "frig around"], ["loaf", "be lazy or idle", "loaf"], ["bum around", "be lazy or idle", "bum around"], ["arse around", "be lazy or idle", "arse around"], ["lounge about", "be lazy or idle", "lounge about"], ["arse about", "be lazy or idle", "arse about"], ["bum", "be lazy or idle", "bum"], ["lounge around", "be lazy or idle", "lounge around"], ["loll", "be lazy or idle", "loll"]]}, {"answer": "watch_over", "hint": "synonyms for watch over", "clues": [["watch", "follow with the eyes or the mind", "watch"], ["follow", "follow with the eyes or the mind", "follow"], ["observe", "follow with the eyes or the mind", "observe"], ["keep an eye on", "follow with the eyes or the mind", "keep an eye on"]]}, {"answer": "waylay", "hint": "synonyms for waylay", "clues": [["bushwhack", "wait in hiding to attack", "bushwhack"], ["lurk", "wait in hiding to attack", "lurk"], ["scupper", "wait in hiding to attack", "scupper"], ["ambush", "wait in hiding to attack", "ambush"], ["ambuscade", "wait in hiding to attack", "ambuscade"], ["lie in wait", "wait in hiding to attack", "lie in wait"]]}, {"answer": "weaken", "hint": "synonyms for weaken", "clues": [["de-escalate", "reduce the level or intensity or size or scope of", "de-escalate"], ["undermine", "destroy property or hinder normal operations", "undermine"], ["dampen", "lessen in force or effect", "dampen"], ["damp", "lessen in force or effect", "damp"], ["countermine", "destroy property or hinder normal operations", "countermine"], ["step down", "reduce the level or intensity or size or scope of", "step down"], ["subvert", "destroy property or hinder normal operations", "subvert"], ["break", "lessen in force or effect", "break"], ["sabotage", "destroy property or hinder normal operations", "sabotage"], ["counteract", "destroy property or hinder normal operations", "counteract"], ["soften", "lessen in force or effect", "soften"]]}, {"answer": "wear_away", "hint": "synonyms for wear away", "clues": [["gnaw at", "become ground down or deteriorate", "gnaw at"], ["whittle away", "cut away in small pieces", "whittle away"], ["eat at", "become ground down or deteriorate", "eat at"], ["erode", "become ground down or deteriorate", "erode"], ["gnaw", "become ground down or deteriorate", "gnaw"], ["whittle down", "cut away in small pieces", "whittle down"], ["wear off", "diminish, as by friction", "wear off"]]}, {"answer": "wear_down", "hint": "synonyms for wear down", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear out", "deteriorate through use or stress", "wear out"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear thin", "deteriorate through use or stress", "wear thin"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear off", "deteriorate through use or stress", "wear off"]]}, {"answer": "wear_off", "hint": "synonyms for wear off", "clues": [["wear", "deteriorate through use or stress", "wear"], ["wear out", "deteriorate through use or stress", "wear out"], ["wear down", "deteriorate through use or stress", "wear down"], ["wear thin", "deteriorate through use or stress", "wear thin"], ["wear away", "diminish, as by friction", "wear away"]]}, {"answer": "wear_out", "hint": "synonyms for wear out", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["wear upon", "exhaust or get tired through overuse or great strain or stress", "wear upon"], ["wear thin", "deteriorate through use or stress", "wear thin"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["bust", "go to pieces", "bust"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear off", "deteriorate through use or stress", "wear off"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["break", "go to pieces", "break"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["fall apart", "go to pieces", "fall apart"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"]]}, {"answer": "wear_thin", "hint": "synonyms for wear thin", "clues": [["wear", "deteriorate through use or stress", "wear"], ["wear out", "deteriorate through use or stress", "wear out"], ["wear down", "deteriorate through use or stress", "wear down"], ["wear off", "deteriorate through use or stress", "wear off"]]}, {"answer": "wear_upon", "hint": "synonyms for wear upon", "clues": [["tire", "exhaust or get tired through overuse or great strain or stress", "tire"], ["weary", "exhaust or get tired through overuse or great strain or stress", "weary"], ["jade", "exhaust or get tired through overuse or great strain or stress", "jade"], ["fag", "exhaust or get tired through overuse or great strain or stress", "fag"], ["fatigue", "exhaust or get tired through overuse or great strain or stress", "fatigue"], ["wear out", "exhaust or get tired through overuse or great strain or stress", "wear out"], ["outwear", "exhaust or get tired through overuse or great strain or stress", "outwear"], ["tire out", "exhaust or get tired through overuse or great strain or stress", "tire out"], ["fag out", "exhaust or get tired through overuse or great strain or stress", "fag out"], ["wear down", "exhaust or get tired through overuse or great strain or stress", "wear down"]]}, {"answer": "wee-wee", "hint": "synonyms for wee-wee", "clues": [["piss", "eliminate urine", "piss"], ["spend a penny", "eliminate urine", "spend a penny"], ["make water", "eliminate urine", "make water"], ["pee", "eliminate urine", "pee"], ["puddle", "eliminate urine", "puddle"], ["pass water", "eliminate urine", "pass water"], ["relieve oneself", "eliminate urine", "relieve oneself"], ["urinate", "eliminate urine", "urinate"], ["micturate", "eliminate urine", "micturate"], ["take a leak", "eliminate urine", "take a leak"], ["make", "eliminate urine", "make"], ["pee-pee", "eliminate urine", "pee-pee"], ["wee", "eliminate urine", "wee"], ["piddle", "eliminate urine", "piddle"]]}, {"answer": "weigh", "hint": "synonyms for weigh", "clues": [["count", "have weight; have import, carry weight", "count"], ["press", "to be oppressive or burdensome; ,", "press"], ["matter", "have weight; have import, carry weight", "matter"], ["consider", "show consideration for; take into account", "consider"], ["librate", "determine the weight of", "librate"]]}, {"answer": "weigh_down", "hint": "synonyms for weigh down", "clues": [["drag down", "exert a force with a heavy weight", "drag down"], ["weigh on", "be oppressive or disheartening to", "weigh on"], ["bear down on", "exert a force with a heavy weight", "bear down on"], ["press down on", "exert a force with a heavy weight", "press down on"]]}, {"answer": "well_over", "hint": "synonyms for well over", "clues": [["brim over", "flow or run over (a limit or brim)", "brim over"], ["run over", "flow or run over (a limit or brim)", "run over"], ["overflow", "flow or run over (a limit or brim)", "overflow"], ["overrun", "flow or run over (a limit or brim)", "overrun"]]}, {"answer": "whap", "hint": "synonyms for whap", "clues": [["bash", "hit hard", "bash"], ["bonk", "hit hard", "bonk"], ["bop", "hit hard", "bop"], ["whop", "hit hard", "whop"], ["sock", "hit hard", "sock"]]}, {"answer": "wheedle", "hint": "synonyms for wheedle", "clues": [["blarney", "influence or urge by gentle urging, caressing, or flattering", "blarney"], ["coax", "influence or urge by gentle urging, caressing, or flattering", "coax"], ["sweet-talk", "influence or urge by gentle urging, caressing, or flattering", "sweet-talk"], ["palaver", "influence or urge by gentle urging, caressing, or flattering", "palaver"], ["inveigle", "influence or urge by gentle urging, caressing, or flattering", "inveigle"], ["cajole", "influence or urge by gentle urging, caressing, or flattering", "cajole"]]}, {"answer": "whelm", "hint": "synonyms for whelm", "clues": [["sweep over", "overcome, as with emotions or perceptual stimuli", "sweep over"], ["overwhelm", "overcome, as with emotions or perceptual stimuli", "overwhelm"], ["overcome", "overcome, as with emotions or perceptual stimuli", "overcome"], ["overtake", "overcome, as with emotions or perceptual stimuli", "overtake"], ["overpower", "overcome, as with emotions or perceptual stimuli", "overpower"]]}, {"answer": "whoop_it_up", "hint": "synonyms for whoop it up", "clues": [["wassail", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "wassail"], ["make whoopie", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make whoopie"], ["jollify", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "jollify"], ["make happy", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make happy"], ["racket", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "racket"], ["revel", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "revel"], ["make merry", "celebrate noisily, often indulging in drinking; engage in uproarious festivities", "make merry"]]}, {"answer": "whop", "hint": "synonyms for whop", "clues": [["whack", "hit hard", "whack"], ["whap", "hit hard", "whap"], ["bash", "hit hard", "bash"], ["wallop", "hit hard", "wallop"], ["bonk", "hit hard", "bonk"], ["bop", "hit hard", "bop"], ["wham", "hit hard", "wham"], ["sock", "hit hard", "sock"]]}, {"answer": "wield", "hint": "synonyms for wield", "clues": [["maintain", "have and exercise", "maintain"], ["exert", "have and exercise", "exert"], ["manage", "handle effectively", "manage"], ["handle", "handle effectively", "handle"]]}, {"answer": "wind_up", "hint": "synonyms for wind up", "clues": [["wind", "coil the spring of (some mechanical device) by turning a stem", "wind"], ["fetch up", "finally be or do something", "fetch up"], ["end up", "finally be or do something", "end up"], ["land up", "finally be or do something", "land up"], ["arouse", "stimulate sexually", "arouse"], ["excite", "stimulate sexually", "excite"], ["finish up", "finally be or do something", "finish up"], ["sex", "stimulate sexually", "sex"], ["turn on", "stimulate sexually", "turn on"], ["finish", "finally be or do something", "finish"]]}, {"answer": "wipe_off", "hint": "synonyms for wipe off", "clues": [["score out", "remove by or as if by rubbing or erasing", "score out"], ["wipe away", "remove by wiping", "wipe away"], ["rub out", "remove by or as if by rubbing or erasing", "rub out"], ["efface", "remove by or as if by rubbing or erasing", "efface"], ["erase", "remove by or as if by rubbing or erasing", "erase"]]}, {"answer": "wipe_out", "hint": "synonyms for wipe out", "clues": [["erase", "remove from memory or existence", "erase"], ["eradicate", "kill in large numbers", "eradicate"], ["carry off", "kill in large numbers", "carry off"], ["cancel out", "wipe out the effect of something", "cancel out"], ["run through", "use up (resources or materials)", "run through"], ["eat", "use up (resources or materials)", "eat"], ["consume", "use up (resources or materials)", "consume"], ["eat up", "use up (resources or materials)", "eat up"], ["deplete", "use up (resources or materials)", "deplete"], ["obliterate", "mark for deletion, rub off, or erase", "obliterate"], ["kill", "mark for deletion, rub off, or erase", "kill"], ["exhaust", "use up (resources or materials)", "exhaust"], ["decimate", "kill in large numbers", "decimate"], ["eliminate", "kill in large numbers", "eliminate"], ["use up", "use up (resources or materials)", "use up"], ["extinguish", "kill in large numbers", "extinguish"], ["sweep away", "eliminate completely and without a trace", "sweep away"], ["annihilate", "kill in large numbers", "annihilate"]]}, {"answer": "withdraw", "hint": "synonyms for withdraw", "clues": [["move back", "pull back or move away or backward", "move back"], ["crawfish", "make a retreat from an earlier commitment or activity", "crawfish"], ["retire", "break from a meeting or gathering", "retire"], ["take", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take"], ["crawfish out", "make a retreat from an earlier commitment or activity", "crawfish out"], ["seclude", "keep away from others", "seclude"], ["pull back", "make a retreat from an earlier commitment or activity", "pull back"], ["recede", "pull back or move away or backward", "recede"], ["draw", "remove (a commodity) from (a supply source)", "draw"], ["take away", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "take away"], ["unsay", "take back what one has said", "unsay"], ["remove", "remove something concrete, as by lifting, pushing, or taking off, or remove something abstract", "remove"], ["swallow", "take back what one has said", "swallow"], ["take out", "remove (a commodity) from (a supply source)", "take out"], ["pull in one's horns", "make a retreat from an earlier commitment or activity", "pull in one's horns"], ["draw off", "remove (a commodity) from (a supply source)", "draw off"], ["retreat", "make a retreat from an earlier commitment or activity", "retreat"], ["draw back", "pull back or move away or backward", "draw back"], ["pull away", "pull back or move away or backward", "pull away"], ["call back", "cause to be returned", "call back"], ["recall", "cause to be returned", "recall"], ["back away", "make a retreat from an earlier commitment or activity", "back away"], ["sequestrate", "keep away from others", "sequestrate"], ["bow out", "retire gracefully", "bow out"], ["adjourn", "break from a meeting or gathering", "adjourn"], ["disengage", "release from something that holds fast, connects, or entangles", "disengage"], ["back out", "make a retreat from an earlier commitment or activity", "back out"], ["call in", "cause to be returned", "call in"], ["take back", "take back what one has said", "take back"], ["sequester", "keep away from others", "sequester"]]}, {"answer": "wither", "hint": "synonyms for wither", "clues": [["shrink", "wither, as with a loss of moisture", "shrink"], ["fade", "lose freshness, vigor, or vitality", "fade"], ["shrivel up", "wither, as with a loss of moisture", "shrivel up"], ["shrivel", "wither, as with a loss of moisture", "shrivel"]]}, {"answer": "withstand", "hint": "synonyms for withstand", "clues": [["stand firm", "stand up or offer resistance to somebody or something", "stand firm"], ["hold out", "stand up or offer resistance to somebody or something", "hold out"], ["resist", "stand up or offer resistance to somebody or something", "resist"], ["hold up", "resist or confront with resistance", "hold up"], ["hold", "resist or confront with resistance", "hold"], ["defy", "resist or confront with resistance", "defy"]]}, {"answer": "womanize", "hint": "synonyms for womanize", "clues": [["effeminise", "to give a (more) feminine, effeminate, or womanly quality or appearance to", "effeminise"], ["womanise", "have amorous affairs; of men", "womanise"], ["feminize", "to give a (more) feminine, effeminate, or womanly quality or appearance to", "feminize"], ["philander", "have amorous affairs; of men", "philander"]]}, {"answer": "work_out", "hint": "synonyms for work out", "clues": [["work", "give a workout to", "work"], ["exercise", "do physical exercise", "exercise"], ["elaborate", "work out in detail", "elaborate"], ["cypher", "make a mathematical calculation or computation", "cypher"], ["compute", "make a mathematical calculation or computation", "compute"], ["reckon", "make a mathematical calculation or computation", "reckon"], ["cipher", "make a mathematical calculation or computation", "cipher"], ["figure out", "find the solution to (a problem or question) or understand the meaning of", "figure out"], ["figure", "make a mathematical calculation or computation", "figure"], ["calculate", "make a mathematical calculation or computation", "calculate"], ["lick", "find the solution to (a problem or question) or understand the meaning of", "lick"], ["puzzle out", "find the solution to (a problem or question) or understand the meaning of", "puzzle out"], ["work up", "come up with", "work up"], ["solve", "find the solution to (a problem or question) or understand the meaning of", "solve"]]}, {"answer": "work_up", "hint": "synonyms for work up", "clues": [["work out", "come up with", "work out"], ["progress", "form or accumulate steadily", "progress"], ["build", "form or accumulate steadily", "build"], ["build up", "bolster or strengthen", "build up"], ["ramp up", "bolster or strengthen", "ramp up"], ["get up", "develop", "get up"]]}, {"answer": "worsen", "hint": "synonyms for worsen", "clues": [["exasperate", "make worse", "exasperate"], ["aggravate", "make worse", "aggravate"], ["exacerbate", "make worse", "exacerbate"], ["decline", "grow worse", "decline"]]}, {"answer": "wrap_up", "hint": "synonyms for wrap up", "clues": [["get through", "finish a task completely", "get through"], ["mop up", "finish a task completely", "mop up"], ["finish off", "finish a task completely", "finish off"], ["cover", "clothe, as if for protection from the elements", "cover"], ["polish off", "finish a task completely", "polish off"], ["finish up", "finish a task completely", "finish up"], ["wrap", "arrange or fold as a cover or protection", "wrap"], ["clear up", "finish a task completely", "clear up"], ["roll up", "form a cylinder by rolling", "roll up"]]}, {"answer": "wreak", "hint": "synonyms for wreak", "clues": [["make for", "cause to happen or to occur as a consequence", "make for"], ["bring", "cause to happen or to occur as a consequence", "bring"], ["work", "cause to happen or to occur as a consequence", "work"], ["play", "cause to happen or to occur as a consequence", "play"]]}, {"answer": "write", "hint": "synonyms for write", "clues": [["drop a line", "communicate (with) in writing", "drop a line"], ["compose", "produce a literary work", "compose"], ["indite", "produce a literary work", "indite"], ["spell", "write or name the letters that comprise the conventionally accepted form of (a word or part of a word)", "spell"], ["pen", "produce a literary work", "pen"], ["save", "record data on a computer", "save"], ["publish", "have (one's written work) issued for publication", "publish"]]}, {"answer": "write_down", "hint": "synonyms for write down", "clues": [["get down", "put down in writing; of texts, musical compositions, etc.", "get down"], ["expense", "reduce the estimated value of something", "expense"], ["write off", "reduce the estimated value of something", "write off"], ["put down", "put down in writing; of texts, musical compositions, etc.", "put down"]]}, {"answer": "write_in_code", "hint": "synonyms for write in code", "clues": [["encipher", "convert ordinary language into code", "encipher"], ["cypher", "convert ordinary language into code", "cypher"], ["code", "convert ordinary language into code", "code"], ["inscribe", "convert ordinary language into code", "inscribe"], ["encrypt", "convert ordinary language into code", "encrypt"]]}, {"answer": "write_out", "hint": "synonyms for write out", "clues": [["cut", "make out and issue", "cut"], ["issue", "make out and issue", "issue"], ["make out", "make out and issue", "make out"], ["write up", "put into writing; write in complete form", "write up"]]}, {"answer": "writhe", "hint": "synonyms for writhe", "clues": [["twist", "to move in a twisting or contorted motion, (especially when struggling)", "twist"], ["wriggle", "to move in a twisting or contorted motion, (especially when struggling)", "wriggle"], ["squirm", "to move in a twisting or contorted motion, (especially when struggling)", "squirm"], ["wrestle", "to move in a twisting or contorted motion, (especially when struggling)", "wrestle"], ["worm", "to move in a twisting or contorted motion, (especially when struggling)", "worm"]]}, {"answer": "yack_away", "hint": "synonyms for yack away", "clues": [["yack", "talk incessantly and tiresomely", "yack"], ["rattle on", "talk incessantly and tiresomely", "rattle on"], ["yap away", "talk incessantly and tiresomely", "yap away"], ["jaw", "talk incessantly and tiresomely", "jaw"]]}, {"answer": "yammer", "hint": "synonyms for yammer", "clues": [["whine", "complain whiningly", "whine"], ["howl", "cry loudly, as of animals", "howl"], ["yowl", "cry loudly, as of animals", "yowl"], ["grizzle", "complain whiningly", "grizzle"], ["yawp", "complain whiningly", "yawp"], ["wrawl", "cry loudly, as of animals", "wrawl"]]}, {"answer": "yap_away", "hint": "synonyms for yap away", "clues": [["yack away", "talk incessantly and tiresomely", "yack away"], ["yack", "talk incessantly and tiresomely", "yack"], ["rattle on", "talk incessantly and tiresomely", "rattle on"], ["jaw", "talk incessantly and tiresomely", "jaw"]]}, {"answer": "yaup", "hint": "synonyms for yaup", "clues": [["howl", "emit long loud cries", "howl"], ["roar", "emit long loud cries", "roar"], ["ululate", "emit long loud cries", "ululate"], ["wail", "emit long loud cries", "wail"], ["yawl", "emit long loud cries", "yawl"]]}, {"answer": "yawp", "hint": "synonyms for yawp", "clues": [["bawl", "make a raucous noise", "bawl"], ["grizzle", "complain whiningly", "grizzle"], ["yammer", "complain whiningly", "yammer"], ["whine", "complain whiningly", "whine"]]}, {"answer": "yearn", "hint": "synonyms for yearn", "clues": [["yen", "have a desire for something or someone who is not present", "yen"], ["hanker", "desire strongly or persistently", "hanker"], ["long", "desire strongly or persistently", "long"], ["ache", "have a desire for something or someone who is not present", "ache"], ["languish", "have a desire for something or someone who is not present", "languish"], ["pine", "have a desire for something or someone who is not present", "pine"]]}], "portion": 0.6}, {"name": "adverbs", "groups": [{"answer": "about", "hint": "synonyms for about", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "nigh"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "well-nigh"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["near", "(of actions or states) slightly short of or not quite accomplished; all but", "near"], ["around", "all around or on all sides", "around"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but", "most"], ["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but", "almost"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but", "virtually"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"]]}, {"answer": "after", "hint": "synonyms for after", "clues": [["afterwards", "happening at a time subsequent to a reference time", "afterwards"], ["later on", "happening at a time subsequent to a reference time", "later on"], ["later", "happening at a time subsequent to a reference time", "later"], ["subsequently", "happening at a time subsequent to a reference time", "subsequently"]]}, {"answer": "ahead", "hint": "synonyms for ahead", "clues": [["beforehand", "ahead of time; in anticipation", "beforehand"], ["forward", "toward the future; forward in time", "forward"], ["onwards", "in a forward direction", "onwards"], ["out front", "leading or ahead in a competition", "out front"], ["in the lead", "leading or ahead in a competition", "in the lead"], ["in front", "at or in the front", "in front"], ["in advance", "ahead of time; in anticipation", "in advance"], ["before", "at or in the front", "before"], ["forrader", "in a forward direction", "forrader"]]}, {"answer": "all", "hint": "synonyms for all", "clues": [["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "totally"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "completely"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "altogether"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "whole"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "wholly"], ["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "entirely"]]}, {"answer": "all_right", "hint": "synonyms for all right", "clues": [["fine", "an expression of agreement normally occurring at the beginning of a sentence", "fine"], ["alright", "an expression of agreement normally occurring at the beginning of a sentence", "alright"], ["very well", "an expression of agreement normally occurring at the beginning of a sentence", "very well"], ["okay", "in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')", "okay"]]}, {"answer": "alone", "hint": "synonyms for alone", "clues": [["only", "without any others being included or involved", "only"], ["unaccompanied", "without anybody else or anything else", "unaccompanied"], ["exclusively", "without any others being included or involved", "exclusively"], ["entirely", "without any others being included or involved", "entirely"], ["solely", "without any others being included or involved", "solely"], ["solo", "without anybody else or anything else", "solo"]]}, {"answer": "alright", "hint": "synonyms for alright", "clues": [["fine", "an expression of agreement normally occurring at the beginning of a sentence", "fine"], ["all right", "in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')", "all right"], ["very well", "an expression of agreement normally occurring at the beginning of a sentence", "very well"], ["okay", "in a satisfactory or adequate manner; ; ; (`alright' is a nonstandard variant of `all right')", "okay"]]}, {"answer": "apropos", "hint": "synonyms for apropos", "clues": [["well-timed", "at an opportune time", "well-timed"], ["incidentally", "introducing a different topic; in point of fact", "incidentally"], ["by the way", "introducing a different topic; in point of fact", "by the way"], ["seasonably", "at an opportune time", "seasonably"], ["by the bye", "introducing a different topic; in point of fact", "by the bye"], ["timely", "at an opportune time", "timely"]]}, {"answer": "away", "hint": "synonyms for away", "clues": [["aside", "in reserve; not for immediate use", "aside"], ["out", "from one's possession", "out"], ["off", "from a particular thing or place or position (`forth' is obsolete)", "off"], ["by", "in reserve; not for immediate use", "by"], ["forth", "from a particular thing or place or position (`forth' is obsolete)", "forth"]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["considerably", "to a great extent or degree", "considerably"], ["well", "favorably; with approval", "well"], ["advantageously", "in a manner affording benefit or advantage", "advantageously"], ["intimately", "with great or especially intimate knowledge", "intimately"], ["easily", "indicating high probability; in all likelihood", "easily"], ["comfortably", "in financial comfort", "comfortably"], ["better", "from a position of superiority or authority", "better"], ["good", "(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')", "good"], ["substantially", "to a great extent or degree", "substantially"]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["considerably", "to a great extent or degree", "considerably"], ["well", "favorably; with approval", "well"], ["advantageously", "in a manner affording benefit or advantage", "advantageously"], ["intimately", "with great or especially intimate knowledge", "intimately"], ["best", "from a position of superiority or authority", "best"], ["easily", "indicating high probability; in all likelihood", "easily"], ["comfortably", "in financial comfort", "comfortably"], ["good", "(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')", "good"], ["substantially", "to a great extent or degree", "substantially"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["nigh", "near in time or place or relationship", "nigh"], ["near", "near in time or place or relationship", "near"], ["tight", "in an attentive manner", "tight"], ["closely", "in an attentive manner", "closely"]]}, {"answer": "dead", "hint": "synonyms for dead", "clues": [["short", "quickly and without warning", "short"], ["abruptly", "quickly and without warning", "abruptly"], ["utterly", "completely and without qualification; used informally as intensifiers", "utterly"], ["perfectly", "completely and without qualification; used informally as intensifiers", "perfectly"], ["suddenly", "quickly and without warning", "suddenly"], ["absolutely", "completely and without qualification; used informally as intensifiers", "absolutely"]]}, {"answer": "deadly", "hint": "synonyms for deadly", "clues": [["lifelessly", "as if dead", "lifelessly"], ["devilishly", "(used as intensives) extremely", "devilishly"], ["insanely", "(used as intensives) extremely", "insanely"], ["madly", "(used as intensives) extremely", "madly"], ["deucedly", "(used as intensives) extremely", "deucedly"]]}, {"answer": "decent", "hint": "synonyms for decent", "clues": [["decently", "in the right manner", "decently"], ["the right way", "in the right manner", "the right way"], ["right", "in the right manner", "right"], ["properly", "in the right manner", "properly"], ["in good order", "in the right manner", "in good order"]]}, {"answer": "earlier", "hint": "synonyms for earlier", "clues": [["in the beginning", "before now", "in the beginning"], ["before", "earlier in time; previously", "before"], ["to begin with", "before now", "to begin with"], ["in the first place", "before now", "in the first place"], ["sooner", "comparatives of `soon' or `early'", "sooner"], ["originally", "before now", "originally"]]}, {"answer": "early", "hint": "synonyms for early", "clues": [["too soon", "before the usual time or the time expected", "too soon"], ["betimes", "in good time", "betimes"], ["early on", "during an early stage", "early on"], ["ahead of time", "before the usual time or the time expected", "ahead of time"]]}, {"answer": "easy", "hint": "synonyms for easy", "clues": [["slow", "without speed (`slow' is sometimes used informally for `slowly')", "slow"], ["soft", "in a relaxed manner; or without hardship; (`soft' is nonstandard)", "soft"], ["tardily", "without speed (`slow' is sometimes used informally for `slowly')", "tardily"], ["easily", "with ease (`easy' is sometimes used informally for `easily')", "easily"]]}, {"answer": "erstwhile", "hint": "synonyms for erstwhile", "clues": [["at one time", "at a previous time", "at one time"], ["erst", "at a previous time", "erst"], ["formerly", "at a previous time", "formerly"], ["once", "at a previous time", "once"]]}, {"answer": "false", "hint": "synonyms for false", "clues": [["traitorously", "in a disloyal and faithless manner", "traitorously"], ["treacherously", "in a disloyal and faithless manner", "treacherously"], ["faithlessly", "in a disloyal and faithless manner", "faithlessly"], ["treasonably", "in a disloyal and faithless manner", "treasonably"]]}, {"answer": "fine", "hint": "synonyms for fine", "clues": [["exquisitely", "in a delicate manner", "exquisitely"], ["finely", "in a delicate manner", "finely"], ["alright", "an expression of agreement normally occurring at the beginning of a sentence", "alright"], ["very well", "an expression of agreement normally occurring at the beginning of a sentence", "very well"], ["delicately", "in a delicate manner", "delicately"]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["first off", "before anything else", "first off"], ["for the first time", "the initial time", "for the first time"], ["firstly", "before anything else", "firstly"], ["first of all", "before anything else", "first of all"], ["foremost", "prominently forward", "foremost"]]}, {"answer": "for_sure", "hint": "synonyms for for sure", "clues": [["sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure enough"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')", "for certain"], ["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure as shooting"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')", "certainly"]]}, {"answer": "forward", "hint": "synonyms for forward", "clues": [["onward", "forward in time or order or degree", "onward"], ["forwards", "in a forward direction", "forwards"], ["ahead", "in a forward direction", "ahead"], ["forrard", "at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)", "forrard"], ["frontward", "at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)", "frontward"], ["forrader", "in a forward direction", "forrader"], ["forth", "forward in time or order or degree", "forth"], ["fore", "near or toward the bow of a ship or cockpit of a plane", "fore"]]}, {"answer": "hard", "hint": "synonyms for hard", "clues": [["severely", "causing great damage or hardship", "severely"], ["firmly", "with firmness", "firmly"], ["intemperately", "indulging excessively", "intemperately"], ["heavily", "indulging excessively", "heavily"]]}, {"answer": "inside", "hint": "synonyms for inside", "clues": [["in spite of appearance", "in reality", "in spite of appearance"], ["deep down", "in reality", "deep down"], ["within", "on the inside", "within"], ["at heart", "in reality", "at heart"], ["inwardly", "with respect to private feelings", "inwardly"], ["indoors", "within a building", "indoors"], ["at bottom", "in reality", "at bottom"]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["passably", "to a moderately sufficient extent or degree", "passably"], ["moderately", "to a moderately sufficient extent or degree", "moderately"], ["fairly", "to a moderately sufficient extent or degree", "fairly"], ["middling", "to a moderately sufficient extent or degree", "middling"], ["somewhat", "to a moderately sufficient extent or degree", "somewhat"], ["reasonably", "to a moderately sufficient extent or degree", "reasonably"], ["pretty", "to a moderately sufficient extent or degree", "pretty"]]}, {"answer": "just", "hint": "synonyms for just", "clues": [["precisely", "indicating exactness or preciseness", "precisely"], ["simply", "absolutely", "simply"], ["only", "and nothing more", "only"], ["exactly", "indicating exactness or preciseness", "exactly"], ["barely", "only a very short time before; ; ; ; ; - W.B.Yeats", "barely"], ["scarcely", "only a very short time before; ; ; ; ; - W.B.Yeats", "scarcely"], ["hardly", "only a very short time before; ; ; ; ; - W.B.Yeats", "hardly"], ["but", "and nothing more", "but"], ["merely", "and nothing more", "merely"], ["just now", "only a moment ago", "just now"]]}, {"answer": "late", "hint": "synonyms for late", "clues": [["latterly", "in the recent past", "latterly"], ["deep", "to an advanced time", "deep"], ["recently", "in the recent past", "recently"], ["tardily", "later than usual or than expected", "tardily"], ["belatedly", "later than usual or than expected", "belatedly"], ["of late", "in the recent past", "of late"]]}, {"answer": "later", "hint": "synonyms for later", "clues": [["afterwards", "happening at a time subsequent to a reference time", "afterwards"], ["later on", "happening at a time subsequent to a reference time", "later on"], ["subsequently", "happening at a time subsequent to a reference time", "subsequently"], ["by and by", "at some eventual time in the future", "by and by"], ["after", "happening at a time subsequent to a reference time", "after"]]}, {"answer": "lengthways", "hint": "synonyms for lengthways", "clues": [["lengthwise", "in the direction of the length", "lengthwise"], ["longitudinally", "in the direction of the length", "longitudinally"], ["longways", "in the direction of the length", "longways"], ["longwise", "in the direction of the length", "longwise"]]}, {"answer": "lengthwise", "hint": "synonyms for lengthwise", "clues": [["lengthways", "in the direction of the length", "lengthways"], ["longitudinally", "in the direction of the length", "longitudinally"], ["longways", "in the direction of the length", "longways"], ["longwise", "in the direction of the length", "longwise"]]}, {"answer": "likely", "hint": "synonyms for likely", "clues": [["belike", "with considerable certainty; without much doubt", "belike"], ["in all probability", "with considerable certainty; without much doubt", "in all probability"], ["probably", "with considerable certainty; without much doubt", "probably"], ["in all likelihood", "with considerable certainty; without much doubt", "in all likelihood"]]}, {"answer": "middling", "hint": "synonyms for middling", "clues": [["passably", "to a moderately sufficient extent or degree", "passably"], ["moderately", "to a moderately sufficient extent or degree", "moderately"], ["fairly", "to a moderately sufficient extent or degree", "fairly"], ["jolly", "to a moderately sufficient extent or degree", "jolly"], ["somewhat", "to a moderately sufficient extent or degree", "somewhat"], ["reasonably", "to a moderately sufficient extent or degree", "reasonably"], ["pretty", "to a moderately sufficient extent or degree", "pretty"]]}, {"answer": "most", "hint": "synonyms for most", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "nigh"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "well-nigh"], ["to the highest degree", "used to form the superlative", "to the highest degree"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but", "almost"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but", "nearly"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but", "virtually"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but", "about"]]}, {"answer": "much", "hint": "synonyms for much", "clues": [["a good deal", "to a very great degree or extent", "a good deal"], ["practically", "(degree adverb used before a noun phrase) for all practical purposes but not completely", "practically"], ["a great deal", "frequently or in great quantities", "a great deal"], ["often", "frequently or in great quantities", "often"], ["lots", "to a very great degree or extent", "lots"], ["very much", "to a very great degree or extent", "very much"], ["a lot", "to a very great degree or extent", "a lot"]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "nigh"], ["close", "near in time or place or relationship", "close"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "well-nigh"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but", "almost"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but", "nearly"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but", "virtually"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but", "about"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but", "most"]]}, {"answer": "nigh", "hint": "synonyms for nigh", "clues": [["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "well-nigh"], ["close", "near in time or place or relationship", "close"], ["near", "near in time or place or relationship", "near"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but", "almost"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but", "virtually"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but", "about"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but", "most"]]}, {"answer": "on_the_button", "hint": "synonyms for on the button", "clues": [["precisely", "just as it should be", "precisely"], ["on the dot", "just as it should be", "on the dot"], ["exactly", "just as it should be", "exactly"], ["on the nose", "just as it should be", "on the nose"]]}, {"answer": "on_the_nose", "hint": "synonyms for on the nose", "clues": [["on the button", "just as it should be", "on the button"], ["on the dot", "just as it should be", "on the dot"], ["exactly", "just as it should be", "exactly"], ["precisely", "just as it should be", "precisely"]]}, {"answer": "only", "hint": "synonyms for only", "clues": [["only if", "never except when", "only if"], ["exclusively", "without any others being included or involved", "exclusively"], ["just", "and nothing more", "just"], ["solely", "without any others being included or involved", "solely"], ["simply", "and nothing more", "simply"], ["only when", "never except when", "only when"], ["but", "and nothing more", "but"], ["merely", "and nothing more", "merely"], ["entirely", "without any others being included or involved", "entirely"], ["alone", "without any others being included or involved", "alone"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["patently", "unmistakably (`plain' is often used informally for `plainly')", "patently"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')", "apparently"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')", "obviously"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')", "manifestly"], ["evidently", "unmistakably (`plain' is often used informally for `plainly')", "evidently"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')", "plainly"]]}, {"answer": "pretty", "hint": "synonyms for pretty", "clues": [["passably", "to a moderately sufficient extent or degree", "passably"], ["moderately", "to a moderately sufficient extent or degree", "moderately"], ["fairly", "to a moderately sufficient extent or degree", "fairly"], ["jolly", "to a moderately sufficient extent or degree", "jolly"], ["middling", "to a moderately sufficient extent or degree", "middling"], ["somewhat", "to a moderately sufficient extent or degree", "somewhat"], ["reasonably", "to a moderately sufficient extent or degree", "reasonably"]]}, {"answer": "regardless", "hint": "synonyms for regardless", "clues": [["irrespective", "in spite of everything; without regard to drawbacks", "irrespective"], ["disregarding", "in spite of everything; without regard to drawbacks", "disregarding"], ["disregardless", "in spite of everything; without regard to drawbacks", "disregardless"], ["no matter", "in spite of everything; without regard to drawbacks", "no matter"]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["decent", "in the right manner", "decent"], ["properly", "in the right manner", "properly"], ["justly", "in accordance with moral or social standards", "justly"], ["aright", "in an accurate manner", "aright"], ["the right way", "in the right manner", "the right way"], ["mightily", "(Southern regional intensive) very; to a great degree", "mightily"], ["flop", "exactly", "flop"], ["right on", "an interjection expressing agreement", "right on"], ["powerful", "(Southern regional intensive) very; to a great degree", "powerful"], ["correctly", "in an accurate manner", "correctly"], ["in good order", "in the right manner", "in good order"]]}, {"answer": "scarce", "hint": "synonyms for scarce", "clues": [["just", "only a very short time before; ; ; ; ; - W.B.Yeats", "just"], ["barely", "only a very short time before; ; ; ; ; - W.B.Yeats", "barely"], ["scarcely", "only a very short time before; ; ; ; ; - W.B.Yeats", "scarcely"], ["hardly", "only a very short time before; ; ; ; ; - W.B.Yeats", "hardly"]]}, {"answer": "short", "hint": "synonyms for short", "clues": [["curtly", "in a curt, abrupt and discourteous manner", "curtly"], ["shortly", "in a curt, abrupt and discourteous manner", "shortly"], ["abruptly", "quickly and without warning", "abruptly"], ["unawares", "at a disadvantage", "unawares"], ["suddenly", "quickly and without warning", "suddenly"], ["dead", "quickly and without warning", "dead"]]}, {"answer": "sideways", "hint": "synonyms for sideways", "clues": [["sideway", "toward one side", "sideway"], ["sidewise", "with one side forward or to the front", "sidewise"], ["sidelong", "to, toward or at one side", "sidelong"], ["obliquely", "to, toward or at one side", "obliquely"]]}, {"answer": "slapdash", "hint": "synonyms for slapdash", "clues": [["smack", "directly", "smack"], ["bolt", "directly", "bolt"], ["slap", "directly", "slap"], ["bang", "directly", "bang"], ["slam-bang", "in a careless or reckless manner", "slam-bang"]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["tardily", "without speed (`slow' is sometimes used informally for `slowly')", "tardily"], ["easy", "without speed (`slow' is sometimes used informally for `slowly')", "easy"], ["behind", "of timepieces", "behind"], ["slowly", "without speed (`slow' is sometimes used informally for `slowly')", "slowly"]]}, {"answer": "some", "hint": "synonyms for some", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["around", "(of quantities) imprecise but fairly close to correct", "around"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["about", "(of quantities) imprecise but fairly close to correct", "about"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["stock-still", "without moving or making a sound", "stock-still"], ["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["even", "to a greater degree or extent; used with comparisons", "even"], ["yet", "to a greater degree or extent; used with comparisons", "yet"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"]]}, {"answer": "straightaway", "hint": "synonyms for straightaway", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"]]}, {"answer": "sure", "hint": "synonyms for sure", "clues": [["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure enough"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "for sure"], ["surely", "definitely or positively (`sure' is sometimes used informally for `surely')", "surely"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')", "for certain"], ["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure as shooting"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')", "certainly"]]}, {"answer": "sure_as_shooting", "hint": "synonyms for sure as shooting", "clues": [["sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure enough"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "for sure"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')", "for certain"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')", "certainly"]]}, {"answer": "topsy-turvy", "hint": "synonyms for topsy-turvy", "clues": [["head over heels", "in disorderly haste", "head over heels"], ["heels over head", "in disorderly haste", "heels over head"], ["higgledy-piggledy", "in a disordered manner", "higgledy-piggledy"], ["topsy-turvily", "in disorderly haste", "topsy-turvily"], ["in great confusion", "in disorderly haste", "in great confusion"]]}, {"answer": "well", "hint": "synonyms for well", "clues": [["considerably", "to a great extent or degree", "considerably"], ["comfortably", "in financial comfort", "comfortably"], ["advantageously", "in a manner affording benefit or advantage", "advantageously"], ["easily", "indicating high probability; in all likelihood", "easily"], ["good", "(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')", "good"], ["substantially", "to a great extent or degree", "substantially"], ["intimately", "with great or especially intimate knowledge", "intimately"]]}, {"answer": "whole", "hint": "synonyms for whole", "clues": [["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "totally"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "completely"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "altogether"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "all"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "wholly"], ["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "entirely"]]}, {"answer": "wondrous", "hint": "synonyms for wondrous", "clues": [["marvelously", "(used as an intensifier) extremely well", "marvelously"], ["toppingly", "(used as an intensifier) extremely well", "toppingly"], ["superbly", "(used as an intensifier) extremely well", "superbly"], ["wondrously", "(used as an intensifier) extremely well", "wondrously"], ["wonderfully", "(used as an intensifier) extremely well", "wonderfully"], ["terrifically", "(used as an intensifier) extremely well", "terrifically"]]}, {"answer": "a_good_deal", "hint": "synonyms for a good deal", "clues": [["much", "to a very great degree or extent", "much"], ["lots", "to a very great degree or extent", "lots"], ["very much", "to a very great degree or extent", "very much"], ["a lot", "to a very great degree or extent", "a lot"], ["a great deal", "to a very great degree or extent", "a great deal"]]}, {"answer": "a_great_deal", "hint": "synonyms for a great deal", "clues": [["a good deal", "to a very great degree or extent", "a good deal"], ["much", "to a very great degree or extent", "much"], ["often", "frequently or in great quantities", "often"], ["lots", "to a very great degree or extent", "lots"], ["very much", "to a very great degree or extent", "very much"], ["a lot", "to a very great degree or extent", "a lot"]]}, {"answer": "a_lot", "hint": "synonyms for a lot", "clues": [["a good deal", "to a very great degree or extent", "a good deal"], ["much", "to a very great degree or extent", "much"], ["lots", "to a very great degree or extent", "lots"], ["very much", "to a very great degree or extent", "very much"], ["a great deal", "to a very great degree or extent", "a great deal"]]}, {"answer": "abominably", "hint": "synonyms for abominably", "clues": [["abysmally", "in a terrible manner", "abysmally"], ["odiously", "in an offensive and hateful manner", "odiously"], ["terribly", "in a terrible manner", "terribly"], ["rottenly", "in a terrible manner", "rottenly"], ["repulsively", "in an offensive and hateful manner", "repulsively"], ["awfully", "in a terrible manner", "awfully"], ["detestably", "in an offensive and hateful manner", "detestably"], ["atrociously", "in a terrible manner", "atrociously"]]}, {"answer": "abysmally", "hint": "synonyms for abysmally", "clues": [["terribly", "in a terrible manner", "terribly"], ["awfully", "in a terrible manner", "awfully"], ["abominably", "in a terrible manner", "abominably"], ["rottenly", "in a terrible manner", "rottenly"], ["atrociously", "in a terrible manner", "atrociously"]]}, {"answer": "accidentally", "hint": "synonyms for accidentally", "clues": [["unintentionally", "without intention; in an unintentional manner", "unintentionally"], ["by chance", "without advance planning", "by chance"], ["circumstantially", "without advance planning", "circumstantially"], ["incidentally", "of a minor or subordinate nature", "incidentally"], ["unexpectedly", "without advance planning", "unexpectedly"]]}, {"answer": "acutely", "hint": "synonyms for acutely", "clues": [["sharply", "changing suddenly in direction and degree", "sharply"], ["shrewdly", "in a shrewd manner", "shrewdly"], ["astutely", "in a shrewd manner", "astutely"], ["sagaciously", "in a shrewd manner", "sagaciously"], ["sapiently", "in a shrewd manner", "sapiently"]]}, {"answer": "advisedly", "hint": "synonyms for advisedly", "clues": [["on purpose", "with intention; in an intentional manner", "on purpose"], ["by choice", "with intention; in an intentional manner", "by choice"], ["intentionally", "with intention; in an intentional manner", "intentionally"], ["purposely", "with intention; in an intentional manner", "purposely"], ["designedly", "with intention; in an intentional manner", "designedly"], ["by design", "with intention; in an intentional manner", "by design"], ["deliberately", "with intention; in an intentional manner", "deliberately"]]}, {"answer": "afterward", "hint": "synonyms for afterward", "clues": [["afterwards", "happening at a time subsequent to a reference time", "afterwards"], ["later on", "happening at a time subsequent to a reference time", "later on"], ["later", "happening at a time subsequent to a reference time", "later"], ["subsequently", "happening at a time subsequent to a reference time", "subsequently"], ["after", "happening at a time subsequent to a reference time", "after"]]}, {"answer": "afterwards", "hint": "synonyms for afterwards", "clues": [["later on", "happening at a time subsequent to a reference time", "later on"], ["later", "happening at a time subsequent to a reference time", "later"], ["afterward", "happening at a time subsequent to a reference time", "afterward"], ["subsequently", "happening at a time subsequent to a reference time", "subsequently"], ["after", "happening at a time subsequent to a reference time", "after"]]}, {"answer": "again_and_again", "hint": "synonyms for again and again", "clues": [["time and time again", "repeatedly", "time and time again"], ["time and again", "repeatedly", "time and again"], ["over and over", "repeatedly", "over and over"], ["over and over again", "repeatedly", "over and over again"]]}, {"answer": "all_the_same", "hint": "synonyms for all the same", "clues": [["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["still", "despite anything to the contrary (usually following a concession)", "still"], ["yet", "despite anything to the contrary (usually following a concession)", "yet"]]}, {"answer": "almost", "hint": "synonyms for almost", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "nigh"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "well-nigh"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but", "nearly"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but", "virtually"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but", "about"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but", "most"]]}, {"answer": "also", "hint": "synonyms for also", "clues": [["likewise", "in addition", "likewise"], ["too", "in addition", "too"], ["besides", "in addition", "besides"], ["as well", "in addition", "as well"]]}, {"answer": "altogether", "hint": "synonyms for altogether", "clues": [["all in all", "with everything considered (and neglecting details)", "all in all"], ["in all", "with everything included or counted", "in all"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "completely"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "whole"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "wholly"], ["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "entirely"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "totally"], ["all told", "with everything included or counted", "all told"], ["tout ensemble", "with everything considered (and neglecting details)", "tout ensemble"], ["on the whole", "with everything considered (and neglecting details)", "on the whole"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "all"]]}, {"answer": "always", "hint": "synonyms for always", "clues": [["perpetually", "without interruption", "perpetually"], ["ever", "at all times; all the time and on every occasion", "ever"], ["invariably", "without variation or change, in every case", "invariably"], ["constantly", "without variation or change, in every case", "constantly"], ["forever", "without interruption", "forever"], ["incessantly", "without interruption", "incessantly"], ["e'er", "at all times; all the time and on every occasion", "e'er"]]}, {"answer": "annually", "hint": "synonyms for annually", "clues": [["every year", "without missing a year", "every year"], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)", "each year"], ["per annum", "by the year; every year (usually with reference to a sum of money paid or received)", "per annum"], ["yearly", "without missing a year", "yearly"], ["per year", "by the year; every year (usually with reference to a sum of money paid or received)", "per year"], ["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)", "p.a."]]}, {"answer": "anyhow", "hint": "synonyms for anyhow", "clues": [["anyways", "used to indicate that a statement explains or supports a previous statement", "anyways"], ["at any rate", "used to indicate that a statement explains or supports a previous statement", "at any rate"], ["in any case", "used to indicate that a statement explains or supports a previous statement", "in any case"], ["in any event", "used to indicate that a statement explains or supports a previous statement", "in any event"]]}, {"answer": "anyway", "hint": "synonyms for anyway", "clues": [["anyways", "used to indicate that a statement explains or supports a previous statement", "anyways"], ["at any rate", "used to indicate that a statement explains or supports a previous statement", "at any rate"], ["anyhow", "used to indicate that a statement explains or supports a previous statement", "anyhow"], ["in any case", "used to indicate that a statement explains or supports a previous statement", "in any case"], ["in any event", "used to indicate that a statement explains or supports a previous statement", "in any event"]]}, {"answer": "anyways", "hint": "synonyms for anyways", "clues": [["at any rate", "used to indicate that a statement explains or supports a previous statement", "at any rate"], ["anyway", "used to indicate that a statement explains or supports a previous statement", "anyway"], ["anyhow", "used to indicate that a statement explains or supports a previous statement", "anyhow"], ["in any case", "used to indicate that a statement explains or supports a previous statement", "in any case"], ["in any event", "used to indicate that a statement explains or supports a previous statement", "in any event"]]}, {"answer": "apace", "hint": "synonyms for apace", "clues": [["chop-chop", "with rapid movements", "chop-chop"], ["speedily", "with rapid movements", "speedily"], ["rapidly", "with rapid movements", "rapidly"], ["quickly", "with rapid movements", "quickly"]]}, {"answer": "apparently", "hint": "synonyms for apparently", "clues": [["obviously", "unmistakably (`plain' is often used informally for `plainly')", "obviously"], ["on the face of it", "from appearances alone; ; ; -Thomas Hardy", "on the face of it"], ["seemingly", "from appearances alone; ; ; -Thomas Hardy", "seemingly"], ["plainly", "unmistakably (`plain' is often used informally for `plainly')", "plainly"], ["patently", "unmistakably (`plain' is often used informally for `plainly')", "patently"], ["ostensibly", "from appearances alone; ; ; -Thomas Hardy", "ostensibly"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')", "manifestly"], ["evidently", "unmistakably (`plain' is often used informally for `plainly')", "evidently"]]}, {"answer": "approximately", "hint": "synonyms for approximately", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["around", "(of quantities) imprecise but fairly close to correct", "around"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["about", "(of quantities) imprecise but fairly close to correct", "about"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"]]}, {"answer": "arbitrarily", "hint": "synonyms for arbitrarily", "clues": [["at random", "in a random manner", "at random"], ["willy-nilly", "in a random manner", "willy-nilly"], ["randomly", "in a random manner", "randomly"], ["every which way", "in a random manner", "every which way"], ["indiscriminately", "in a random manner", "indiscriminately"], ["haphazardly", "in a random manner", "haphazardly"]]}, {"answer": "around", "hint": "synonyms for around", "clues": [["about", "all around or on all sides", "about"], ["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["round", "from beginning to end; throughout", "round"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"]]}, {"answer": "artfully", "hint": "synonyms for artfully", "clues": [["disingenuously", "in a disingenuous manner", "disingenuously"], ["trickily", "in an artful manner", "trickily"], ["foxily", "in an artful manner", "foxily"], ["slyly", "in an artful manner", "slyly"], ["cunningly", "in an artful manner", "cunningly"], ["craftily", "in an artful manner", "craftily"], ["knavishly", "in an artful manner", "knavishly"]]}, {"answer": "as_well", "hint": "synonyms for as well", "clues": [["likewise", "in addition", "likewise"], ["too", "in addition", "too"], ["besides", "in addition", "besides"], ["also", "in addition", "also"]]}, {"answer": "as_yet", "hint": "synonyms for as yet", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "so far"]]}, {"answer": "astutely", "hint": "synonyms for astutely", "clues": [["shrewdly", "in a shrewd manner", "shrewdly"], ["sapiently", "in a shrewd manner", "sapiently"], ["sagaciously", "in a shrewd manner", "sagaciously"], ["acutely", "in a shrewd manner", "acutely"]]}, {"answer": "at_any_rate", "hint": "synonyms for at any rate", "clues": [["anyways", "used to indicate that a statement explains or supports a previous statement", "anyways"], ["leastwise", "if nothing else (`leastwise' is informal and `leastways' is colloquial)", "leastwise"], ["anyhow", "used to indicate that a statement explains or supports a previous statement", "anyhow"], ["in any case", "used to indicate that a statement explains or supports a previous statement", "in any case"], ["in any event", "used to indicate that a statement explains or supports a previous statement", "in any event"], ["leastways", "if nothing else (`leastwise' is informal and `leastways' is colloquial)", "leastways"], ["at least", "if nothing else (`leastwise' is informal and `leastways' is colloquial)", "at least"]]}, {"answer": "at_bottom", "hint": "synonyms for at bottom", "clues": [["at heart", "in reality", "at heart"], ["in spite of appearance", "in reality", "in spite of appearance"], ["inside", "in reality", "inside"], ["deep down", "in reality", "deep down"]]}, {"answer": "at_heart", "hint": "synonyms for at heart", "clues": [["deep down", "in reality", "deep down"], ["in spite of appearance", "in reality", "in spite of appearance"], ["inside", "in reality", "inside"], ["at bottom", "in reality", "at bottom"]]}, {"answer": "at_last", "hint": "synonyms for at last", "clues": [["at long last", "as the end result of a succession or process", "at long last"], ["finally", "as the end result of a succession or process", "finally"], ["in the end", "as the end result of a succession or process", "in the end"], ["ultimately", "as the end result of a succession or process", "ultimately"]]}, {"answer": "at_least", "hint": "synonyms for at least", "clues": [["leastwise", "if nothing else (`leastwise' is informal and `leastways' is colloquial)", "leastwise"], ["at any rate", "if nothing else (`leastwise' is informal and `leastways' is colloquial)", "at any rate"], ["at the least", "not less than", "at the least"], ["leastways", "if nothing else (`leastwise' is informal and `leastways' is colloquial)", "leastways"]]}, {"answer": "at_long_last", "hint": "synonyms for at long last", "clues": [["in the end", "as the end result of a succession or process", "in the end"], ["at last", "as the end result of a succession or process", "at last"], ["finally", "as the end result of a succession or process", "finally"], ["ultimately", "as the end result of a succession or process", "ultimately"]]}, {"answer": "at_once", "hint": "synonyms for at once", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["at a time", "simultaneously", "at a time"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["now", "without delay or hesitation; with no time intervening", "now"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["at one time", "simultaneously", "at one time"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"]]}, {"answer": "at_one_time", "hint": "synonyms for at one time", "clues": [["erst", "at a previous time", "erst"], ["at once", "simultaneously", "at once"], ["formerly", "at a previous time", "formerly"], ["at a time", "simultaneously", "at a time"], ["erstwhile", "at a previous time", "erstwhile"], ["once", "at a previous time", "once"]]}, {"answer": "at_random", "hint": "synonyms for at random", "clues": [["willy-nilly", "in a random manner", "willy-nilly"], ["randomly", "in a random manner", "randomly"], ["every which way", "in a random manner", "every which way"], ["arbitrarily", "in a random manner", "arbitrarily"], ["indiscriminately", "in a random manner", "indiscriminately"], ["haphazardly", "in a random manner", "haphazardly"]]}, {"answer": "at_times", "hint": "synonyms for at times", "clues": [["once in a while", "now and then or here and there", "once in a while"], ["occasionally", "now and then or here and there", "occasionally"], ["now and again", "now and then or here and there", "now and again"], ["on occasion", "now and then or here and there", "on occasion"], ["from time to time", "now and then or here and there", "from time to time"], ["now and then", "now and then or here and there", "now and then"]]}, {"answer": "atrociously", "hint": "synonyms for atrociously", "clues": [["abysmally", "in a terrible manner", "abysmally"], ["terribly", "in a terrible manner", "terribly"], ["awfully", "in a terrible manner", "awfully"], ["abominably", "in a terrible manner", "abominably"], ["rottenly", "in a terrible manner", "rottenly"], ["outrageously", "to an extravagant or immoderate degree", "outrageously"]]}, {"answer": "avowedly", "hint": "synonyms for avowedly", "clues": [["admittedly", "as acknowledged", "admittedly"], ["professedly", "by open declaration", "professedly"], ["true", "as acknowledged", "true"], ["confessedly", "as acknowledged", "confessedly"]]}, {"answer": "awfully", "hint": "synonyms for awfully", "clues": [["abysmally", "in a terrible manner", "abysmally"], ["terribly", "in a terrible manner", "terribly"], ["dreadfully", "of a dreadful kind", "dreadfully"], ["rottenly", "in a terrible manner", "rottenly"], ["awful", "used as intensifiers", "awful"], ["horribly", "of a dreadful kind", "horribly"], ["abominably", "in a terrible manner", "abominably"], ["frightfully", "used as intensifiers", "frightfully"], ["atrociously", "in a terrible manner", "atrociously"]]}, {"answer": "badly", "hint": "synonyms for badly", "clues": [["severely", "to a severe or serious degree", "severely"], ["ill", "unfavorably or with disapproval", "ill"], ["bad", "very much; strongly", "bad"], ["gravely", "to a severe or serious degree", "gravely"], ["seriously", "to a severe or serious degree", "seriously"], ["naughtily", "in a disobedient or naughty way", "naughtily"], ["mischievously", "in a disobedient or naughty way", "mischievously"], ["disadvantageously", "in a disadvantageous way; to someone's disadvantage", "disadvantageously"], ["poorly", "(`ill' is often used as a combining form) in a poor or improper or unsatisfactory manner; not well", "poorly"]]}, {"answer": "balmily", "hint": "synonyms for balmily", "clues": [["daftly", "in a mildly insane manner", "daftly"], ["nuttily", "in a mildly insane manner", "nuttily"], ["dottily", "in a mildly insane manner", "dottily"], ["wackily", "in a mildly insane manner", "wackily"]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["smack", "directly", "smack"], ["slap", "directly", "slap"], ["slapdash", "directly", "slapdash"], ["bolt", "directly", "bolt"]]}, {"answer": "barely", "hint": "synonyms for barely", "clues": [["scarcely", "only a very short time before; ; ; ; ; - W.B.Yeats", "scarcely"], ["hardly", "only a very short time before; ; ; ; ; - W.B.Yeats", "hardly"], ["scantily", "in a sparse or scanty way", "scantily"], ["just", "only a very short time before; ; ; ; ; - W.B.Yeats", "just"]]}, {"answer": "befittingly", "hint": "synonyms for befittingly", "clues": [["fittingly", "in an appropriate manner", "fittingly"], ["suitably", "in an appropriate manner", "suitably"], ["fitly", "in an appropriate manner", "fitly"], ["appropriately", "in an appropriate manner", "appropriately"]]}, {"answer": "belike", "hint": "synonyms for belike", "clues": [["likely", "with considerable certainty; without much doubt", "likely"], ["in all probability", "with considerable certainty; without much doubt", "in all probability"], ["probably", "with considerable certainty; without much doubt", "probably"], ["in all likelihood", "with considerable certainty; without much doubt", "in all likelihood"]]}, {"answer": "below", "hint": "synonyms for below", "clues": [["down the stairs", "on a floor below", "down the stairs"], ["at a lower place", "in or to a place that is lower", "at a lower place"], ["under", "further down", "under"], ["downstairs", "on a floor below", "downstairs"], ["beneath", "in or to a place that is lower", "beneath"], ["infra", "(in writing) see below", "infra"], ["on a lower floor", "on a floor below", "on a lower floor"]]}, {"answer": "beseechingly", "hint": "synonyms for beseechingly", "clues": [["pleadingly", "in a beseeching manner", "pleadingly"], ["imploringly", "in a beseeching manner", "imploringly"], ["importunately", "in a beseeching manner", "importunately"], ["entreatingly", "in a beseeching manner", "entreatingly"]]}, {"answer": "besides", "hint": "synonyms for besides", "clues": [["likewise", "in addition", "likewise"], ["in any case", "making an additional point; anyway", "in any case"], ["too", "in addition", "too"], ["also", "in addition", "also"], ["as well", "in addition", "as well"]]}, {"answer": "bit_by_bit", "hint": "synonyms for bit by bit", "clues": [["step by step", "in a gradual manner", "step by step"], ["gradually", "in a gradual manner", "gradually"], ["in stages", "a little bit at a time", "in stages"], ["piecemeal", "a little bit at a time", "piecemeal"], ["little by little", "a little bit at a time", "little by little"]]}, {"answer": "blithely", "hint": "synonyms for blithely", "clues": [["gayly", "in a joyous manner", "gayly"], ["jubilantly", "in a joyous manner", "jubilantly"], ["merrily", "in a joyous manner", "merrily"], ["mirthfully", "in a joyous manner", "mirthfully"], ["happily", "in a joyous manner", "happily"]]}, {"answer": "bluffly", "hint": "synonyms for bluffly", "clues": [["roundly", "in a blunt direct manner", "roundly"], ["brusquely", "in a blunt direct manner", "brusquely"], ["flat out", "in a blunt direct manner", "flat out"], ["bluntly", "in a blunt direct manner", "bluntly"]]}, {"answer": "bluntly", "hint": "synonyms for bluntly", "clues": [["roundly", "in a blunt direct manner", "roundly"], ["brusquely", "in a blunt direct manner", "brusquely"], ["bluffly", "in a blunt direct manner", "bluffly"], ["flat out", "in a blunt direct manner", "flat out"]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["smack", "directly", "smack"], ["stiffly", "in a rigid manner", "stiffly"], ["rigidly", "in a rigid manner", "rigidly"], ["slap", "directly", "slap"], ["slapdash", "directly", "slapdash"], ["bang", "directly", "bang"]]}, {"answer": "briefly", "hint": "synonyms for briefly", "clues": [["shortly", "in a concise manner; in a few words", "shortly"], ["concisely", "in a concise manner; in a few words", "concisely"], ["in short", "in a concise manner; in a few words", "in short"], ["in brief", "in a concise manner; in a few words", "in brief"]]}, {"answer": "brusquely", "hint": "synonyms for brusquely", "clues": [["roundly", "in a blunt direct manner", "roundly"], ["bluffly", "in a blunt direct manner", "bluffly"], ["flat out", "in a blunt direct manner", "flat out"], ["bluntly", "in a blunt direct manner", "bluntly"]]}, {"answer": "but", "hint": "synonyms for but", "clues": [["just", "and nothing more", "just"], ["only", "and nothing more", "only"], ["merely", "and nothing more", "merely"], ["simply", "and nothing more", "simply"]]}, {"answer": "by_all_odds", "hint": "synonyms for by all odds", "clues": [["emphatically", "without question and beyond doubt", "emphatically"], ["in spades", "without question and beyond doubt", "in spades"], ["definitely", "without question and beyond doubt", "definitely"], ["decidedly", "without question and beyond doubt", "decidedly"], ["unquestionably", "without question and beyond doubt", "unquestionably"]]}, {"answer": "by_chance", "hint": "synonyms for by chance", "clues": [["by luck", "by accident", "by luck"], ["accidentally", "without advance planning", "accidentally"], ["unexpectedly", "without advance planning", "unexpectedly"], ["haply", "by accident", "haply"], ["circumstantially", "without advance planning", "circumstantially"], ["perchance", "through chance,", "perchance"]]}, {"answer": "by_choice", "hint": "synonyms for by choice", "clues": [["on purpose", "with intention; in an intentional manner", "on purpose"], ["intentionally", "with intention; in an intentional manner", "intentionally"], ["advisedly", "with intention; in an intentional manner", "advisedly"], ["purposely", "with intention; in an intentional manner", "purposely"], ["designedly", "with intention; in an intentional manner", "designedly"], ["by design", "with intention; in an intentional manner", "by design"], ["deliberately", "with intention; in an intentional manner", "deliberately"]]}, {"answer": "by_design", "hint": "synonyms for by design", "clues": [["on purpose", "with intention; in an intentional manner", "on purpose"], ["by choice", "with intention; in an intentional manner", "by choice"], ["intentionally", "with intention; in an intentional manner", "intentionally"], ["advisedly", "with intention; in an intentional manner", "advisedly"], ["purposely", "with intention; in an intentional manner", "purposely"], ["designedly", "with intention; in an intentional manner", "designedly"], ["deliberately", "with intention; in an intentional manner", "deliberately"]]}, {"answer": "carelessly", "hint": "synonyms for carelessly", "clues": [["heedlessly", "without care or concern", "heedlessly"], ["raffishly", "in a rakish manner", "raffishly"], ["rakishly", "in a rakish manner", "rakishly"], ["incautiously", "without caution or prudence", "incautiously"]]}, {"answer": "ceaselessly", "hint": "synonyms for ceaselessly", "clues": [["unceasingly", "with unflagging resolve", "unceasingly"], ["unendingly", "with unflagging resolve", "unendingly"], ["continuously", "with unflagging resolve", "continuously"], ["endlessly", "with unflagging resolve", "endlessly"], ["incessantly", "with unflagging resolve", "incessantly"]]}, {"answer": "certainly", "hint": "synonyms for certainly", "clues": [["sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure enough"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "for sure"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')", "for certain"], ["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure as shooting"]]}, {"answer": "cheaply", "hint": "synonyms for cheaply", "clues": [["inexpensively", "in a cheap manner", "inexpensively"], ["chintzily", "in a stingy manner", "chintzily"], ["stingily", "in a stingy manner", "stingily"], ["tattily", "in a cheap manner", "tattily"]]}, {"answer": "chiefly", "hint": "synonyms for chiefly", "clues": [["mainly", "for the most part", "mainly"], ["principally", "for the most part", "principally"], ["primarily", "for the most part", "primarily"], ["in the main", "for the most part", "in the main"]]}, {"answer": "chop-chop", "hint": "synonyms for chop-chop", "clues": [["apace", "with rapid movements", "apace"], ["speedily", "with rapid movements", "speedily"], ["rapidly", "with rapid movements", "rapidly"], ["quickly", "with rapid movements", "quickly"]]}, {"answer": "circumstantially", "hint": "synonyms for circumstantially", "clues": [["accidentally", "without advance planning", "accidentally"], ["minutely", "in minute detail", "minutely"], ["by chance", "without advance planning", "by chance"], ["unexpectedly", "without advance planning", "unexpectedly"]]}, {"answer": "clearly", "hint": "synonyms for clearly", "clues": [["understandably", "in an intelligible manner", "understandably"], ["intelligibly", "in an intelligible manner", "intelligibly"], ["clear", "in an easily perceptible manner", "clear"], ["distinctly", "clear to the mind; with distinct mental discernment", "distinctly"]]}, {"answer": "close_to", "hint": "synonyms for close to", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["around", "(of quantities) imprecise but fairly close to correct", "around"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["about", "(of quantities) imprecise but fairly close to correct", "about"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"]]}, {"answer": "closely", "hint": "synonyms for closely", "clues": [["nearly", "in a close manner", "nearly"], ["tight", "in an attentive manner", "tight"], ["intimately", "in a close manner", "intimately"], ["close", "in an attentive manner", "close"]]}, {"answer": "commonly", "hint": "synonyms for commonly", "clues": [["ordinarily", "under normal conditions", "ordinarily"], ["unremarkably", "under normal conditions", "unremarkably"], ["normally", "under normal conditions", "normally"], ["usually", "under normal conditions", "usually"]]}, {"answer": "completely", "hint": "synonyms for completely", "clues": [["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "totally"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "altogether"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "all"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "whole"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "wholly"], ["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "entirely"]]}, {"answer": "concisely", "hint": "synonyms for concisely", "clues": [["shortly", "in a concise manner; in a few words", "shortly"], ["in brief", "in a concise manner; in a few words", "in brief"], ["in short", "in a concise manner; in a few words", "in short"], ["briefly", "in a concise manner; in a few words", "briefly"]]}, {"answer": "constantly", "hint": "synonyms for constantly", "clues": [["forever", "without interruption", "forever"], ["incessantly", "without interruption", "incessantly"], ["perpetually", "without interruption", "perpetually"], ["always", "without variation or change, in every case", "always"], ["invariably", "without variation or change, in every case", "invariably"]]}, {"answer": "continuously", "hint": "synonyms for continuously", "clues": [["ceaselessly", "with unflagging resolve", "ceaselessly"], ["unceasingly", "with unflagging resolve", "unceasingly"], ["unendingly", "with unflagging resolve", "unendingly"], ["endlessly", "with unflagging resolve", "endlessly"], ["incessantly", "with unflagging resolve", "incessantly"]]}, {"answer": "contrariwise", "hint": "synonyms for contrariwise", "clues": [["contrarily", "in a contrary disobedient manner", "contrarily"], ["the other way around", "with the order reversed", "the other way around"], ["perversely", "in a contrary disobedient manner", "perversely"], ["vice versa", "with the order reversed", "vice versa"], ["on the contrary", "contrary to expectations", "on the contrary"]]}, {"answer": "covetously", "hint": "synonyms for covetously", "clues": [["avariciously", "in a greedy manner", "avariciously"], ["jealously", "with jealousy; in an envious manner", "jealously"], ["enviously", "with jealousy; in an envious manner", "enviously"], ["greedily", "in a greedy manner", "greedily"]]}, {"answer": "craftily", "hint": "synonyms for craftily", "clues": [["artfully", "in an artful manner", "artfully"], ["trickily", "in an artful manner", "trickily"], ["foxily", "in an artful manner", "foxily"], ["slyly", "in an artful manner", "slyly"], ["cunningly", "in an artful manner", "cunningly"], ["knavishly", "in an artful manner", "knavishly"]]}, {"answer": "cunningly", "hint": "synonyms for cunningly", "clues": [["artfully", "in an artful manner", "artfully"], ["trickily", "in an artful manner", "trickily"], ["foxily", "in an artful manner", "foxily"], ["cutely", "in an attractive manner", "cutely"], ["slyly", "in an artful manner", "slyly"], ["craftily", "in an artful manner", "craftily"], ["knavishly", "in an artful manner", "knavishly"]]}, {"answer": "curiously", "hint": "synonyms for curiously", "clues": [["oddly", "in a manner differing from the usual or expected", "oddly"], ["interrogatively", "with curiosity", "interrogatively"], ["inquisitively", "with curiosity", "inquisitively"], ["peculiarly", "in a manner differing from the usual or expected", "peculiarly"]]}, {"answer": "cussedly", "hint": "synonyms for cussedly", "clues": [["obstinately", "in a stubborn unregenerate manner", "obstinately"], ["mulishly", "in a stubborn unregenerate manner", "mulishly"], ["stubbornly", "in a stubborn unregenerate manner", "stubbornly"], ["obdurately", "in a stubborn unregenerate manner", "obdurately"], ["pig-headedly", "in a stubborn unregenerate manner", "pig-headedly"]]}, {"answer": "daftly", "hint": "synonyms for daftly", "clues": [["balmily", "in a mildly insane manner", "balmily"], ["nuttily", "in a mildly insane manner", "nuttily"], ["dottily", "in a mildly insane manner", "dottily"], ["wackily", "in a mildly insane manner", "wackily"]]}, {"answer": "decently", "hint": "synonyms for decently", "clues": [["decent", "in the right manner", "decent"], ["the right way", "in the right manner", "the right way"], ["right", "in the right manner", "right"], ["properly", "in the right manner", "properly"], ["in good order", "in the right manner", "in good order"]]}, {"answer": "decidedly", "hint": "synonyms for decidedly", "clues": [["by all odds", "without question and beyond doubt", "by all odds"], ["emphatically", "without question and beyond doubt", "emphatically"], ["in spades", "without question and beyond doubt", "in spades"], ["definitely", "without question and beyond doubt", "definitely"], ["unquestionably", "without question and beyond doubt", "unquestionably"]]}, {"answer": "deep_down", "hint": "synonyms for deep down", "clues": [["at heart", "in reality", "at heart"], ["in spite of appearance", "in reality", "in spite of appearance"], ["inside", "in reality", "inside"], ["at bottom", "in reality", "at bottom"]]}, {"answer": "definitely", "hint": "synonyms for definitely", "clues": [["by all odds", "without question and beyond doubt", "by all odds"], ["emphatically", "without question and beyond doubt", "emphatically"], ["in spades", "without question and beyond doubt", "in spades"], ["decidedly", "without question and beyond doubt", "decidedly"], ["unquestionably", "without question and beyond doubt", "unquestionably"]]}, {"answer": "deliberately", "hint": "synonyms for deliberately", "clues": [["measuredly", "in a deliberate unhurried manner", "measuredly"], ["on purpose", "with intention; in an intentional manner", "on purpose"], ["by choice", "with intention; in an intentional manner", "by choice"], ["intentionally", "with intention; in an intentional manner", "intentionally"], ["advisedly", "with intention; in an intentional manner", "advisedly"], ["purposely", "with intention; in an intentional manner", "purposely"], ["designedly", "with intention; in an intentional manner", "designedly"], ["by design", "with intention; in an intentional manner", "by design"]]}, {"answer": "designedly", "hint": "synonyms for designedly", "clues": [["on purpose", "with intention; in an intentional manner", "on purpose"], ["by choice", "with intention; in an intentional manner", "by choice"], ["intentionally", "with intention; in an intentional manner", "intentionally"], ["advisedly", "with intention; in an intentional manner", "advisedly"], ["purposely", "with intention; in an intentional manner", "purposely"], ["by design", "with intention; in an intentional manner", "by design"], ["deliberately", "with intention; in an intentional manner", "deliberately"]]}, {"answer": "deucedly", "hint": "synonyms for deucedly", "clues": [["insanely", "(used as intensives) extremely", "insanely"], ["madly", "(used as intensives) extremely", "madly"], ["deadly", "(used as intensives) extremely", "deadly"], ["devilishly", "(used as intensives) extremely", "devilishly"]]}, {"answer": "devilishly", "hint": "synonyms for devilishly", "clues": [["fiendishly", "as a devil; in an evil manner", "fiendishly"], ["devilish", "in a playfully devilish manner", "devilish"], ["deadly", "(used as intensives) extremely", "deadly"], ["insanely", "(used as intensives) extremely", "insanely"], ["madly", "(used as intensives) extremely", "madly"], ["deucedly", "(used as intensives) extremely", "deucedly"], ["diabolically", "as a devil; in an evil manner", "diabolically"]]}, {"answer": "dimly", "hint": "synonyms for dimly", "clues": [["murkily", "with a dim light", "murkily"], ["indistinctly", "in a dim indistinct manner", "indistinctly"], ["pallidly", "in a manner lacking interest or vitality", "pallidly"], ["palely", "in a manner lacking interest or vitality", "palely"]]}, {"answer": "directly", "hint": "synonyms for directly", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["straight", "in a forthright manner; candidly or frankly", "straight"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["flat", "in a forthright manner; candidly or frankly", "flat"], ["direct", "without deviation", "direct"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"]]}, {"answer": "discreditably", "hint": "synonyms for discreditably", "clues": [["dishonourably", "in a dishonorable manner or to a dishonorable degree", "dishonourably"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree", "disgracefully"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree", "ingloriously"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree", "ignominiously"], ["shamefully", "in a dishonorable manner or to a dishonorable degree", "shamefully"]]}, {"answer": "disdainfully", "hint": "synonyms for disdainfully", "clues": [["scornfully", "without respect; in a disdainful manner", "scornfully"], ["contemptuously", "without respect; in a disdainful manner", "contemptuously"], ["contumeliously", "without respect; in a disdainful manner", "contumeliously"], ["cavalierly", "in a proud and domineering manner", "cavalierly"]]}, {"answer": "disgracefully", "hint": "synonyms for disgracefully", "clues": [["dishonourably", "in a dishonorable manner or to a dishonorable degree", "dishonourably"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree", "ingloriously"], ["discreditably", "in a dishonorable manner or to a dishonorable degree", "discreditably"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree", "ignominiously"], ["shamefully", "in a dishonorable manner or to a dishonorable degree", "shamefully"]]}, {"answer": "dishonorably", "hint": "synonyms for dishonorably", "clues": [["dishonourably", "in a dishonorable manner or to a dishonorable degree", "dishonourably"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree", "disgracefully"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree", "ingloriously"], ["discreditably", "in a dishonorable manner or to a dishonorable degree", "discreditably"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree", "ignominiously"], ["shamefully", "in a dishonorable manner or to a dishonorable degree", "shamefully"]]}, {"answer": "dishonourably", "hint": "synonyms for dishonourably", "clues": [["disgracefully", "in a dishonorable manner or to a dishonorable degree", "disgracefully"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree", "ingloriously"], ["discreditably", "in a dishonorable manner or to a dishonorable degree", "discreditably"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree", "ignominiously"], ["shamefully", "in a dishonorable manner or to a dishonorable degree", "shamefully"], ["dishonorably", "in a dishonorable manner or to a dishonorable degree", "dishonorably"]]}, {"answer": "disregardless", "hint": "synonyms for disregardless", "clues": [["irrespective", "in spite of everything; without regard to drawbacks", "irrespective"], ["disregarding", "in spite of everything; without regard to drawbacks", "disregarding"], ["no matter", "in spite of everything; without regard to drawbacks", "no matter"], ["regardless", "in spite of everything; without regard to drawbacks", "regardless"]]}, {"answer": "dottily", "hint": "synonyms for dottily", "clues": [["balmily", "in a mildly insane manner", "balmily"], ["daftly", "in a mildly insane manner", "daftly"], ["nuttily", "in a mildly insane manner", "nuttily"], ["wackily", "in a mildly insane manner", "wackily"]]}, {"answer": "each_year", "hint": "synonyms for each year", "clues": [["annually", "without missing a year", "annually"], ["every year", "without missing a year", "every year"], ["per annum", "by the year; every year (usually with reference to a sum of money paid or received)", "per annum"], ["yearly", "without missing a year", "yearly"], ["per year", "by the year; every year (usually with reference to a sum of money paid or received)", "per year"], ["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)", "p.a."]]}, {"answer": "emphatically", "hint": "synonyms for emphatically", "clues": [["by all odds", "without question and beyond doubt", "by all odds"], ["in spades", "without question and beyond doubt", "in spades"], ["definitely", "without question and beyond doubt", "definitely"], ["decidedly", "without question and beyond doubt", "decidedly"], ["unquestionably", "without question and beyond doubt", "unquestionably"]]}, {"answer": "endlessly", "hint": "synonyms for endlessly", "clues": [["infinitely", "continuing forever without end", "infinitely"], ["ceaselessly", "with unflagging resolve", "ceaselessly"], ["unceasingly", "with unflagging resolve", "unceasingly"], ["unendingly", "with unflagging resolve", "unendingly"], ["continuously", "with unflagging resolve", "continuously"], ["incessantly", "with unflagging resolve", "incessantly"], ["interminably", "all the time; seemingly without stopping", "interminably"]]}, {"answer": "entirely", "hint": "synonyms for entirely", "clues": [["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "completely"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "altogether"], ["exclusively", "without any others being included or involved", "exclusively"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "whole"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "wholly"], ["solely", "without any others being included or involved", "solely"], ["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "totally"], ["only", "without any others being included or involved", "only"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "all"], ["alone", "without any others being included or involved", "alone"]]}, {"answer": "entreatingly", "hint": "synonyms for entreatingly", "clues": [["pleadingly", "in a beseeching manner", "pleadingly"], ["imploringly", "in a beseeching manner", "imploringly"], ["importunately", "in a beseeching manner", "importunately"], ["beseechingly", "in a beseeching manner", "beseechingly"]]}, {"answer": "erst", "hint": "synonyms for erst", "clues": [["erstwhile", "at a previous time", "erstwhile"], ["at one time", "at a previous time", "at one time"], ["formerly", "at a previous time", "formerly"], ["once", "at a previous time", "once"]]}, {"answer": "even_so", "hint": "synonyms for even so", "clues": [["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["still", "despite anything to the contrary (usually following a concession)", "still"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"], ["yet", "despite anything to the contrary (usually following a concession)", "yet"]]}, {"answer": "ever", "hint": "synonyms for ever", "clues": [["ever so", "(intensifier for adjectives) very", "ever so"], ["of all time", "at any time", "of all time"], ["e'er", "at all times; all the time and on every occasion", "e'er"], ["always", "at all times; all the time and on every occasion", "always"]]}, {"answer": "evermore", "hint": "synonyms for evermore", "clues": [["forever", "for a limitless time; ; - P.P.Bliss", "forever"], ["forevermore", "at any future time; in the future", "forevermore"], ["eternally", "for a limitless time; ; - P.P.Bliss", "eternally"], ["everlastingly", "for a limitless time; ; - P.P.Bliss", "everlastingly"]]}, {"answer": "every_which_way", "hint": "synonyms for every which way", "clues": [["at random", "in a random manner", "at random"], ["willy-nilly", "in a random manner", "willy-nilly"], ["randomly", "in a random manner", "randomly"], ["helter-skelter", "haphazardly", "helter-skelter"], ["arbitrarily", "in a random manner", "arbitrarily"], ["indiscriminately", "in a random manner", "indiscriminately"], ["haphazardly", "in a random manner", "haphazardly"]]}, {"answer": "evidently", "hint": "synonyms for evidently", "clues": [["patently", "unmistakably (`plain' is often used informally for `plainly')", "patently"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')", "apparently"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')", "obviously"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')", "manifestly"], ["plain", "unmistakably (`plain' is often used informally for `plainly')", "plain"]]}, {"answer": "exactly", "hint": "synonyms for exactly", "clues": [["precisely", "indicating exactness or preciseness", "precisely"], ["just", "indicating exactness or preciseness", "just"], ["incisively", "in a precise manner", "incisively"], ["on the button", "just as it should be", "on the button"], ["on the dot", "just as it should be", "on the dot"], ["on the nose", "just as it should be", "on the nose"]]}, {"answer": "exclusively", "hint": "synonyms for exclusively", "clues": [["only", "without any others being included or involved", "only"], ["entirely", "without any others being included or involved", "entirely"], ["alone", "without any others being included or involved", "alone"], ["solely", "without any others being included or involved", "solely"]]}, {"answer": "extravagantly", "hint": "synonyms for extravagantly", "clues": [["lavishly", "in a rich and lavish manner", "lavishly"], ["richly", "in a rich and lavish manner", "richly"], ["copiously", "in an abundant manner", "copiously"], ["abundantly", "in an abundant manner", "abundantly"], ["profusely", "in an abundant manner", "profusely"]]}, {"answer": "extremely", "hint": "synonyms for extremely", "clues": [["highly", "to a high degree or extent; favorably or with much respect", "highly"], ["exceedingly", "to an extreme degree", "exceedingly"], ["super", "to an extreme degree", "super"], ["passing", "to an extreme degree", "passing"]]}, {"answer": "fairly", "hint": "synonyms for fairly", "clues": [["passably", "to a moderately sufficient extent or degree", "passably"], ["jolly", "to a moderately sufficient extent or degree", "jolly"], ["fair", "without favoring one party, in a fair evenhanded manner", "fair"], ["somewhat", "to a moderately sufficient extent or degree", "somewhat"], ["moderately", "to a moderately sufficient extent or degree", "moderately"], ["clean", "in conformity with the rules or laws and without fraud or cheating", "clean"], ["evenhandedly", "without favoring one party, in a fair evenhanded manner", "evenhandedly"], ["middling", "to a moderately sufficient extent or degree", "middling"], ["reasonably", "to a moderately sufficient extent or degree", "reasonably"], ["pretty", "to a moderately sufficient extent or degree", "pretty"]]}, {"answer": "faithlessly", "hint": "synonyms for faithlessly", "clues": [["traitorously", "in a disloyal and faithless manner", "traitorously"], ["treacherously", "in a disloyal and faithless manner", "treacherously"], ["false", "in a disloyal and faithless manner", "false"], ["treasonably", "in a disloyal and faithless manner", "treasonably"]]}, {"answer": "finally", "hint": "synonyms for finally", "clues": [["in conclusion", "the item at the end", "in conclusion"], ["last", "the item at the end", "last"], ["in the end", "as the end result of a succession or process", "in the end"], ["ultimately", "as the end result of a succession or process", "ultimately"], ["eventually", "after an unspecified period of time or an especially long delay", "eventually"], ["at long last", "as the end result of a succession or process", "at long last"], ["at last", "as the end result of a succession or process", "at last"]]}, {"answer": "firmly", "hint": "synonyms for firmly", "clues": [["hard", "with firmness", "hard"], ["firm", "with resolute determination", "firm"], ["securely", "in a secure manner; in a manner free from danger", "securely"], ["steadfastly", "with resolute determination", "steadfastly"], ["unwaveringly", "with resolute determination", "unwaveringly"]]}, {"answer": "firstly", "hint": "synonyms for firstly", "clues": [["first off", "before anything else", "first off"], ["first", "before anything else", "first"], ["first of all", "before anything else", "first of all"], ["foremost", "before anything else", "foremost"]]}, {"answer": "fittingly", "hint": "synonyms for fittingly", "clues": [["befittingly", "in an appropriate manner", "befittingly"], ["suitably", "in an appropriate manner", "suitably"], ["fitly", "in an appropriate manner", "fitly"], ["appropriately", "in an appropriate manner", "appropriately"]]}, {"answer": "flat_out", "hint": "synonyms for flat out", "clues": [["roundly", "in a blunt direct manner", "roundly"], ["brusquely", "in a blunt direct manner", "brusquely"], ["bluffly", "in a blunt direct manner", "bluffly"], ["bluntly", "in a blunt direct manner", "bluntly"], ["like blue murder", "at top speed", "like blue murder"]]}, {"answer": "for_certain", "hint": "synonyms for for certain", "clues": [["sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure enough"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "for sure"], ["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure as shooting"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')", "certainly"]]}, {"answer": "for_each_one", "hint": "synonyms for for each one", "clues": [["apiece", "to or from every one of two or more (considered individually)", "apiece"], ["to each one", "to or from every one of two or more (considered individually)", "to each one"], ["each", "to or from every one of two or more (considered individually)", "each"], ["from each one", "to or from every one of two or more (considered individually)", "from each one"]]}, {"answer": "forever", "hint": "synonyms for forever", "clues": [["perpetually", "without interruption", "perpetually"], ["evermore", "for a limitless time; ; - P.P.Bliss", "evermore"], ["forever and a day", "for a very long or seemingly endless time", "forever and a day"], ["incessantly", "without interruption", "incessantly"], ["eternally", "for a limitless time; ; - P.P.Bliss", "eternally"], ["everlastingly", "for a limitless time; ; - P.P.Bliss", "everlastingly"], ["constantly", "without interruption", "constantly"], ["always", "without interruption", "always"]]}, {"answer": "formerly", "hint": "synonyms for formerly", "clues": [["erstwhile", "at a previous time", "erstwhile"], ["at one time", "at a previous time", "at one time"], ["erst", "at a previous time", "erst"], ["once", "at a previous time", "once"]]}, {"answer": "forth", "hint": "synonyms for forth", "clues": [["onward", "forward in time or order or degree", "onward"], ["away", "from a particular thing or place or position (`forth' is obsolete)", "away"], ["off", "from a particular thing or place or position (`forth' is obsolete)", "off"], ["forward", "forward in time or order or degree", "forward"]]}, {"answer": "forthwith", "hint": "synonyms for forthwith", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"]]}, {"answer": "forwards", "hint": "synonyms for forwards", "clues": [["onwards", "in a forward direction", "onwards"], ["ahead", "in a forward direction", "ahead"], ["forrard", "at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)", "forrard"], ["frontward", "at or to or toward the front; ; ; ; (`forrad' and `forrard' are dialectal variations)", "frontward"], ["forrader", "in a forward direction", "forrader"]]}, {"answer": "foxily", "hint": "synonyms for foxily", "clues": [["artfully", "in an artful manner", "artfully"], ["trickily", "in an artful manner", "trickily"], ["slyly", "in an artful manner", "slyly"], ["cunningly", "in an artful manner", "cunningly"], ["craftily", "in an artful manner", "craftily"], ["knavishly", "in an artful manner", "knavishly"]]}, {"answer": "freshly", "hint": "synonyms for freshly", "clues": [["fresh", "very recently", "fresh"], ["newly", "very recently", "newly"], ["saucily", "in an impudent or impertinent manner", "saucily"], ["pertly", "in an impudent or impertinent manner", "pertly"], ["impertinently", "in an impudent or impertinent manner", "impertinently"], ["impudently", "in an impudent or impertinent manner", "impudently"]]}, {"answer": "from_time_to_time", "hint": "synonyms for from time to time", "clues": [["once in a while", "now and then or here and there", "once in a while"], ["occasionally", "now and then or here and there", "occasionally"], ["at times", "now and then or here and there", "at times"], ["now and again", "now and then or here and there", "now and again"], ["on occasion", "now and then or here and there", "on occasion"], ["now and then", "now and then or here and there", "now and then"]]}, {"answer": "fully", "hint": "synonyms for fully", "clues": [["in full", "referring to a quantity", "in full"], ["to the full", "to the greatest degree or extent; completely or entirely; (`full' in this sense is used as a combining form)", "to the full"], ["amply", "sufficiently; more than adequately", "amply"], ["full", "to the greatest degree or extent; completely or entirely; (`full' in this sense is used as a combining form)", "full"]]}, {"answer": "gayly", "hint": "synonyms for gayly", "clues": [["jubilantly", "in a joyous manner", "jubilantly"], ["blithely", "in a joyous manner", "blithely"], ["merrily", "in a joyous manner", "merrily"], ["mirthfully", "in a joyous manner", "mirthfully"], ["happily", "in a joyous manner", "happily"]]}, {"answer": "generally", "hint": "synonyms for generally", "clues": [["in general", "without distinction of one from others", "in general"], ["broadly", "without regard to specific details or exceptions", "broadly"], ["loosely", "without regard to specific details or exceptions", "loosely"], ["more often than not", "usually; as a rule", "more often than not"], ["in the main", "without distinction of one from others", "in the main"], ["mostly", "usually; as a rule", "mostly"], ["by and large", "usually; as a rule", "by and large"], ["broadly speaking", "without regard to specific details or exceptions", "broadly speaking"]]}, {"answer": "gravely", "hint": "synonyms for gravely", "clues": [["seriously", "to a severe or serious degree", "seriously"], ["severely", "to a severe or serious degree", "severely"], ["soberly", "in a grave and sober manner", "soberly"], ["staidly", "in a grave and sober manner", "staidly"], ["badly", "to a severe or serious degree", "badly"]]}, {"answer": "haphazardly", "hint": "synonyms for haphazardly", "clues": [["haphazard", "without care; in a slapdash manner", "haphazard"], ["at random", "in a random manner", "at random"], ["willy-nilly", "in a random manner", "willy-nilly"], ["randomly", "in a random manner", "randomly"], ["every which way", "in a random manner", "every which way"], ["arbitrarily", "in a random manner", "arbitrarily"], ["indiscriminately", "in a random manner", "indiscriminately"]]}, {"answer": "happily", "hint": "synonyms for happily", "clues": [["gayly", "in a joyous manner", "gayly"], ["blithely", "in a joyous manner", "blithely"], ["jubilantly", "in a joyous manner", "jubilantly"], ["merrily", "in a joyous manner", "merrily"], ["mirthfully", "in a joyous manner", "mirthfully"]]}, {"answer": "heavily", "hint": "synonyms for heavily", "clues": [["hard", "indulging excessively", "hard"], ["intemperately", "indulging excessively", "intemperately"], ["heavy", "slowly as if burdened by much weight", "heavy"], ["to a great extent", "to a considerable degree", "to a great extent"]]}, {"answer": "hence", "hint": "synonyms for hence", "clues": [["thence", "(used to introduce a logical conclusion) from that fact or reason or as a result", "thence"], ["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result", "therefore"], ["thus", "(used to introduce a logical conclusion) from that fact or reason or as a result", "thus"], ["so", "(used to introduce a logical conclusion) from that fact or reason or as a result", "so"]]}, {"answer": "heretofore", "hint": "synonyms for heretofore", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "so far"]]}, {"answer": "hitherto", "hint": "synonyms for hitherto", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "so far"]]}, {"answer": "however", "hint": "synonyms for however", "clues": [["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["still", "despite anything to the contrary (usually following a concession)", "still"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"], ["yet", "despite anything to the contrary (usually following a concession)", "yet"]]}, {"answer": "ignominiously", "hint": "synonyms for ignominiously", "clues": [["dishonourably", "in a dishonorable manner or to a dishonorable degree", "dishonourably"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree", "disgracefully"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree", "ingloriously"], ["discreditably", "in a dishonorable manner or to a dishonorable degree", "discreditably"], ["shamefully", "in a dishonorable manner or to a dishonorable degree", "shamefully"]]}, {"answer": "immediately", "hint": "synonyms for immediately", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"]]}, {"answer": "impertinently", "hint": "synonyms for impertinently", "clues": [["freshly", "in an impudent or impertinent manner", "freshly"], ["pertly", "in an impudent or impertinent manner", "pertly"], ["impudently", "in an impudent or impertinent manner", "impudently"], ["saucily", "in an impudent or impertinent manner", "saucily"]]}, {"answer": "imploringly", "hint": "synonyms for imploringly", "clues": [["pleadingly", "in a beseeching manner", "pleadingly"], ["importunately", "in a beseeching manner", "importunately"], ["entreatingly", "in a beseeching manner", "entreatingly"], ["beseechingly", "in a beseeching manner", "beseechingly"]]}, {"answer": "importunately", "hint": "synonyms for importunately", "clues": [["pleadingly", "in a beseeching manner", "pleadingly"], ["imploringly", "in a beseeching manner", "imploringly"], ["entreatingly", "in a beseeching manner", "entreatingly"], ["beseechingly", "in a beseeching manner", "beseechingly"]]}, {"answer": "impudently", "hint": "synonyms for impudently", "clues": [["freshly", "in an impudent or impertinent manner", "freshly"], ["pertly", "in an impudent or impertinent manner", "pertly"], ["impertinently", "in an impudent or impertinent manner", "impertinently"], ["saucily", "in an impudent or impertinent manner", "saucily"]]}, {"answer": "in_all_likelihood", "hint": "synonyms for in all likelihood", "clues": [["belike", "with considerable certainty; without much doubt", "belike"], ["in all probability", "with considerable certainty; without much doubt", "in all probability"], ["probably", "with considerable certainty; without much doubt", "probably"], ["likely", "with considerable certainty; without much doubt", "likely"]]}, {"answer": "in_all_probability", "hint": "synonyms for in all probability", "clues": [["belike", "with considerable certainty; without much doubt", "belike"], ["probably", "with considerable certainty; without much doubt", "probably"], ["in all likelihood", "with considerable certainty; without much doubt", "in all likelihood"], ["likely", "with considerable certainty; without much doubt", "likely"]]}, {"answer": "in_any_case", "hint": "synonyms for in any case", "clues": [["at any rate", "used to indicate that a statement explains or supports a previous statement", "at any rate"], ["anyway", "used to indicate that a statement explains or supports a previous statement", "anyway"], ["besides", "making an additional point; anyway", "besides"], ["anyhow", "used to indicate that a statement explains or supports a previous statement", "anyhow"], ["in any event", "used to indicate that a statement explains or supports a previous statement", "in any event"]]}, {"answer": "in_any_event", "hint": "synonyms for in any event", "clues": [["anyways", "used to indicate that a statement explains or supports a previous statement", "anyways"], ["at any rate", "used to indicate that a statement explains or supports a previous statement", "at any rate"], ["anyhow", "used to indicate that a statement explains or supports a previous statement", "anyhow"], ["in any case", "used to indicate that a statement explains or supports a previous statement", "in any case"]]}, {"answer": "in_brief", "hint": "synonyms for in brief", "clues": [["shortly", "in a concise manner; in a few words", "shortly"], ["concisely", "in a concise manner; in a few words", "concisely"], ["in short", "in a concise manner; in a few words", "in short"], ["briefly", "in a concise manner; in a few words", "briefly"]]}, {"answer": "in_due_course", "hint": "synonyms for in due course", "clues": [["in due season", "at the appropriate time", "in due season"], ["in due time", "at the appropriate time", "in due time"], ["when the time comes", "at the appropriate time", "when the time comes"], ["in good time", "at the appropriate time", "in good time"]]}, {"answer": "in_due_season", "hint": "synonyms for in due season", "clues": [["in due course", "at the appropriate time", "in due course"], ["when the time comes", "at the appropriate time", "when the time comes"], ["in due time", "at the appropriate time", "in due time"], ["in good time", "at the appropriate time", "in good time"]]}, {"answer": "in_due_time", "hint": "synonyms for in due time", "clues": [["in due season", "at the appropriate time", "in due season"], ["in due course", "at the appropriate time", "in due course"], ["when the time comes", "at the appropriate time", "when the time comes"], ["in good time", "at the appropriate time", "in good time"]]}, {"answer": "in_good_order", "hint": "synonyms for in good order", "clues": [["decent", "in the right manner", "decent"], ["the right way", "in the right manner", "the right way"], ["right", "in the right manner", "right"], ["properly", "in the right manner", "properly"]]}, {"answer": "in_good_time", "hint": "synonyms for in good time", "clues": [["in due season", "at the appropriate time", "in due season"], ["in due course", "at the appropriate time", "in due course"], ["when the time comes", "at the appropriate time", "when the time comes"], ["in due time", "at the appropriate time", "in due time"]]}, {"answer": "in_short", "hint": "synonyms for in short", "clues": [["shortly", "in a concise manner; in a few words", "shortly"], ["concisely", "in a concise manner; in a few words", "concisely"], ["briefly", "in a concise manner; in a few words", "briefly"], ["in brief", "in a concise manner; in a few words", "in brief"]]}, {"answer": "in_so_far", "hint": "synonyms for in so far", "clues": [["so far", "to the degree or extent that", "so far"], ["to that degree", "to the degree or extent that", "to that degree"], ["insofar", "to the degree or extent that", "insofar"], ["to that extent", "to the degree or extent that", "to that extent"]]}, {"answer": "in_spades", "hint": "synonyms for in spades", "clues": [["by all odds", "without question and beyond doubt", "by all odds"], ["emphatically", "without question and beyond doubt", "emphatically"], ["definitely", "without question and beyond doubt", "definitely"], ["decidedly", "without question and beyond doubt", "decidedly"], ["unquestionably", "without question and beyond doubt", "unquestionably"]]}, {"answer": "in_spite_of_appearance", "hint": "synonyms for in spite of appearance", "clues": [["at heart", "in reality", "at heart"], ["inside", "in reality", "inside"], ["at bottom", "in reality", "at bottom"], ["deep down", "in reality", "deep down"]]}, {"answer": "in_the_beginning", "hint": "synonyms for in the beginning", "clues": [["primitively", "with reference to the origin or beginning", "primitively"], ["originally", "with reference to the origin or beginning", "originally"], ["to begin with", "before now", "to begin with"], ["in the first place", "before now", "in the first place"], ["earlier", "before now", "earlier"]]}, {"answer": "in_the_end", "hint": "synonyms for in the end", "clues": [["finally", "as the end result of a succession or process", "finally"], ["ultimately", "as the end result of a succession or process", "ultimately"], ["at long last", "as the end result of a succession or process", "at long last"], ["in the long run", "after a very lengthy period of time", "in the long run"], ["at last", "as the end result of a succession or process", "at last"]]}, {"answer": "in_the_first_place", "hint": "synonyms for in the first place", "clues": [["primarily", "of primary import", "primarily"], ["in the beginning", "before now", "in the beginning"], ["to begin with", "before now", "to begin with"], ["earlier", "before now", "earlier"], ["originally", "before now", "originally"]]}, {"answer": "in_the_main", "hint": "synonyms for in the main", "clues": [["in general", "without distinction of one from others", "in general"], ["mainly", "for the most part", "mainly"], ["principally", "for the most part", "principally"], ["primarily", "for the most part", "primarily"], ["generally", "without distinction of one from others", "generally"], ["chiefly", "for the most part", "chiefly"]]}, {"answer": "incessantly", "hint": "synonyms for incessantly", "clues": [["ceaselessly", "with unflagging resolve", "ceaselessly"], ["unceasingly", "with unflagging resolve", "unceasingly"], ["continuously", "with unflagging resolve", "continuously"], ["perpetually", "without interruption", "perpetually"], ["endlessly", "with unflagging resolve", "endlessly"], ["unendingly", "with unflagging resolve", "unendingly"], ["forever", "without interruption", "forever"], ["constantly", "without interruption", "constantly"], ["always", "without interruption", "always"]]}, {"answer": "incidentally", "hint": "synonyms for incidentally", "clues": [["apropos", "introducing a different topic; in point of fact", "apropos"], ["by the way", "introducing a different topic; in point of fact", "by the way"], ["accidentally", "of a minor or subordinate nature", "accidentally"], ["by the bye", "introducing a different topic; in point of fact", "by the bye"]]}, {"answer": "incredibly", "hint": "synonyms for incredibly", "clues": [["fantastically", "exceedingly; extremely", "fantastically"], ["improbably", "not easy to believe", "improbably"], ["unbelievably", "not easy to believe", "unbelievably"], ["implausibly", "not easy to believe", "implausibly"], ["fabulously", "exceedingly; extremely", "fabulously"]]}, {"answer": "indiscriminately", "hint": "synonyms for indiscriminately", "clues": [["at random", "in a random manner", "at random"], ["willy-nilly", "in a random manner", "willy-nilly"], ["randomly", "in a random manner", "randomly"], ["every which way", "in a random manner", "every which way"], ["arbitrarily", "in a random manner", "arbitrarily"], ["haphazardly", "in a random manner", "haphazardly"], ["promiscuously", "in an indiscriminate manner", "promiscuously"]]}, {"answer": "individually", "hint": "synonyms for individually", "clues": [["one by one", "apart from others", "one by one"], ["severally", "apart from others", "severally"], ["separately", "apart from others", "separately"], ["on an individual basis", "apart from others", "on an individual basis"], ["singly", "apart from others", "singly"]]}, {"answer": "inevitably", "hint": "synonyms for inevitably", "clues": [["unavoidably", "by necessity", "unavoidably"], ["needs", "in such a manner as could not be otherwise", "needs"], ["necessarily", "in such a manner as could not be otherwise", "necessarily"], ["of necessity", "in such a manner as could not be otherwise", "of necessity"], ["ineluctably", "by necessity", "ineluctably"], ["inescapably", "by necessity", "inescapably"]]}, {"answer": "ingloriously", "hint": "synonyms for ingloriously", "clues": [["dishonourably", "in a dishonorable manner or to a dishonorable degree", "dishonourably"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree", "disgracefully"], ["discreditably", "in a dishonorable manner or to a dishonorable degree", "discreditably"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree", "ignominiously"], ["shamefully", "in a dishonorable manner or to a dishonorable degree", "shamefully"]]}, {"answer": "insanely", "hint": "synonyms for insanely", "clues": [["dementedly", "in an insane manner", "dementedly"], ["crazily", "in an insane manner", "crazily"], ["deadly", "(used as intensives) extremely", "deadly"], ["devilishly", "(used as intensives) extremely", "devilishly"], ["madly", "(used as intensives) extremely", "madly"], ["deucedly", "(used as intensives) extremely", "deucedly"]]}, {"answer": "insofar", "hint": "synonyms for insofar", "clues": [["in so far", "to the degree or extent that", "in so far"], ["so far", "to the degree or extent that", "so far"], ["to that degree", "to the degree or extent that", "to that degree"], ["to that extent", "to the degree or extent that", "to that extent"]]}, {"answer": "instantly", "hint": "synonyms for instantly", "clues": [["in a flash", "without any delay", "in a flash"], ["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"], ["instantaneously", "without any delay", "instantaneously"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["outright", "without any delay", "outright"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"]]}, {"answer": "intentionally", "hint": "synonyms for intentionally", "clues": [["on purpose", "with intention; in an intentional manner", "on purpose"], ["by choice", "with intention; in an intentional manner", "by choice"], ["advisedly", "with intention; in an intentional manner", "advisedly"], ["purposely", "with intention; in an intentional manner", "purposely"], ["designedly", "with intention; in an intentional manner", "designedly"], ["by design", "with intention; in an intentional manner", "by design"], ["deliberately", "with intention; in an intentional manner", "deliberately"]]}, {"answer": "jubilantly", "hint": "synonyms for jubilantly", "clues": [["gayly", "in a joyous manner", "gayly"], ["blithely", "in a joyous manner", "blithely"], ["merrily", "in a joyous manner", "merrily"], ["mirthfully", "in a joyous manner", "mirthfully"], ["happily", "in a joyous manner", "happily"]]}, {"answer": "just_about", "hint": "synonyms for just about", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["around", "(of quantities) imprecise but fairly close to correct", "around"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["about", "(of quantities) imprecise but fairly close to correct", "about"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"]]}, {"answer": "knavishly", "hint": "synonyms for knavishly", "clues": [["artfully", "in an artful manner", "artfully"], ["trickily", "in an artful manner", "trickily"], ["foxily", "in an artful manner", "foxily"], ["slyly", "in an artful manner", "slyly"], ["cunningly", "in an artful manner", "cunningly"], ["craftily", "in an artful manner", "craftily"]]}, {"answer": "lately", "hint": "synonyms for lately", "clues": [["latterly", "in the recent past", "latterly"], ["late", "in the recent past", "late"], ["of late", "in the recent past", "of late"], ["recently", "in the recent past", "recently"]]}, {"answer": "later_on", "hint": "synonyms for later on", "clues": [["afterwards", "happening at a time subsequent to a reference time", "afterwards"], ["later", "happening at a time subsequent to a reference time", "later"], ["subsequently", "happening at a time subsequent to a reference time", "subsequently"], ["after", "happening at a time subsequent to a reference time", "after"]]}, {"answer": "lawfully", "hint": "synonyms for lawfully", "clues": [["legally", "by law; conforming to the law", "legally"], ["licitly", "in a manner acceptable to common custom", "licitly"], ["de jure", "by law; conforming to the law", "de jure"], ["legitimately", "in a manner acceptable to common custom", "legitimately"]]}, {"answer": "lightly", "hint": "synonyms for lightly", "clues": [["thinly", "in a small quantity or extent", "thinly"], ["softly", "with little weight or force", "softly"], ["light", "with few burdens", "light"], ["gently", "with little weight or force", "gently"]]}, {"answer": "like_a_shot", "hint": "synonyms for like a shot", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"]]}, {"answer": "like_crazy", "hint": "synonyms for like crazy", "clues": [["like sin", "with great speed or effort or intensity", "like sin"], ["like thunder", "with great speed or effort or intensity", "like thunder"], ["like mad", "with great speed or effort or intensity", "like mad"], ["like the devil", "with great speed or effort or intensity", "like the devil"], ["like hell", "with great speed or effort or intensity", "like hell"]]}, {"answer": "like_hell", "hint": "synonyms for like hell", "clues": [["like sin", "with great speed or effort or intensity", "like sin"], ["like thunder", "with great speed or effort or intensity", "like thunder"], ["like mad", "with great speed or effort or intensity", "like mad"], ["like crazy", "with great speed or effort or intensity", "like crazy"], ["like the devil", "with great speed or effort or intensity", "like the devil"]]}, {"answer": "like_mad", "hint": "synonyms for like mad", "clues": [["like sin", "with great speed or effort or intensity", "like sin"], ["like thunder", "with great speed or effort or intensity", "like thunder"], ["like crazy", "with great speed or effort or intensity", "like crazy"], ["like the devil", "with great speed or effort or intensity", "like the devil"], ["like hell", "with great speed or effort or intensity", "like hell"]]}, {"answer": "like_sin", "hint": "synonyms for like sin", "clues": [["like thunder", "with great speed or effort or intensity", "like thunder"], ["like mad", "with great speed or effort or intensity", "like mad"], ["like crazy", "with great speed or effort or intensity", "like crazy"], ["like the devil", "with great speed or effort or intensity", "like the devil"], ["like hell", "with great speed or effort or intensity", "like hell"]]}, {"answer": "like_the_devil", "hint": "synonyms for like the devil", "clues": [["like sin", "with great speed or effort or intensity", "like sin"], ["like thunder", "with great speed or effort or intensity", "like thunder"], ["like mad", "with great speed or effort or intensity", "like mad"], ["like crazy", "with great speed or effort or intensity", "like crazy"], ["like hell", "with great speed or effort or intensity", "like hell"]]}, {"answer": "like_thunder", "hint": "synonyms for like thunder", "clues": [["like sin", "with great speed or effort or intensity", "like sin"], ["like mad", "with great speed or effort or intensity", "like mad"], ["like crazy", "with great speed or effort or intensity", "like crazy"], ["like the devil", "with great speed or effort or intensity", "like the devil"], ["like hell", "with great speed or effort or intensity", "like hell"]]}, {"answer": "likewise", "hint": "synonyms for likewise", "clues": [["similarly", "in like or similar manner; ; - Samuel Johnson", "similarly"], ["too", "in addition", "too"], ["alike", "equally", "alike"], ["besides", "in addition", "besides"], ["also", "in addition", "also"], ["as well", "in addition", "as well"]]}, {"answer": "little_by_little", "hint": "synonyms for little by little", "clues": [["by small degrees", "by a short distance", "by small degrees"], ["by inches", "by a short distance", "by inches"], ["bit by bit", "a little bit at a time", "bit by bit"], ["in stages", "a little bit at a time", "in stages"], ["piecemeal", "a little bit at a time", "piecemeal"]]}, {"answer": "longitudinally", "hint": "synonyms for longitudinally", "clues": [["lengthways", "in the direction of the length", "lengthways"], ["lengthwise", "in the direction of the length", "lengthwise"], ["longways", "in the direction of the length", "longways"], ["longwise", "in the direction of the length", "longwise"]]}, {"answer": "longways", "hint": "synonyms for longways", "clues": [["lengthways", "in the direction of the length", "lengthways"], ["longitudinally", "in the direction of the length", "longitudinally"], ["lengthwise", "in the direction of the length", "lengthwise"], ["longwise", "in the direction of the length", "longwise"]]}, {"answer": "longwise", "hint": "synonyms for longwise", "clues": [["lengthways", "in the direction of the length", "lengthways"], ["longitudinally", "in the direction of the length", "longitudinally"], ["lengthwise", "in the direction of the length", "lengthwise"], ["longways", "in the direction of the length", "longways"]]}, {"answer": "loosely", "hint": "synonyms for loosely", "clues": [["broadly speaking", "without regard to specific details or exceptions", "broadly speaking"], ["broadly", "without regard to specific details or exceptions", "broadly"], ["slackly", "in a relaxed manner; not rigid", "slackly"], ["generally", "without regard to specific details or exceptions", "generally"]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["a good deal", "to a very great degree or extent", "a good deal"], ["much", "to a very great degree or extent", "much"], ["very much", "to a very great degree or extent", "very much"], ["a lot", "to a very great degree or extent", "a lot"], ["a great deal", "to a very great degree or extent", "a great deal"]]}, {"answer": "loudly", "hint": "synonyms for loudly", "clues": [["forte", "used as a direction in music; to be played relatively loudly", "forte"], ["aloud", "with relatively high volume", "aloud"], ["clamorously", "in manner that attracts attention", "clamorously"], ["obstreperously", "in manner that attracts attention", "obstreperously"]]}, {"answer": "madly", "hint": "synonyms for madly", "clues": [["dementedly", "in an insane manner", "dementedly"], ["insanely", "(used as intensives) extremely", "insanely"], ["deucedly", "(used as intensives) extremely", "deucedly"], ["frantically", "in an uncontrolled manner", "frantically"], ["crazily", "in an insane manner", "crazily"], ["deadly", "(used as intensives) extremely", "deadly"], ["devilishly", "(used as intensives) extremely", "devilishly"]]}, {"answer": "magnificently", "hint": "synonyms for magnificently", "clues": [["splendidly", "extremely well", "splendidly"], ["excellently", "extremely well", "excellently"], ["famously", "extremely well", "famously"], ["gorgeously", "in an impressively beautiful manner", "gorgeously"], ["resplendently", "in an impressively beautiful manner", "resplendently"]]}, {"answer": "mainly", "hint": "synonyms for mainly", "clues": [["in the main", "for the most part", "in the main"], ["principally", "for the most part", "principally"], ["primarily", "for the most part", "primarily"], ["chiefly", "for the most part", "chiefly"]]}, {"answer": "manifestly", "hint": "synonyms for manifestly", "clues": [["patently", "unmistakably (`plain' is often used informally for `plainly')", "patently"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')", "apparently"], ["evidently", "unmistakably (`plain' is often used informally for `plainly')", "evidently"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')", "obviously"], ["plain", "unmistakably (`plain' is often used informally for `plainly')", "plain"]]}, {"answer": "marvellously", "hint": "synonyms for marvellously", "clues": [["marvelously", "(used as an intensifier) extremely well", "marvelously"], ["toppingly", "(used as an intensifier) extremely well", "toppingly"], ["wondrous", "(used as an intensifier) extremely well", "wondrous"], ["superbly", "(used as an intensifier) extremely well", "superbly"], ["wonderfully", "(used as an intensifier) extremely well", "wonderfully"], ["terrifically", "(used as an intensifier) extremely well", "terrifically"]]}, {"answer": "marvelously", "hint": "synonyms for marvelously", "clues": [["toppingly", "(used as an intensifier) extremely well", "toppingly"], ["wondrous", "(used as an intensifier) extremely well", "wondrous"], ["superbly", "(used as an intensifier) extremely well", "superbly"], ["wonderfully", "(used as an intensifier) extremely well", "wonderfully"], ["terrifically", "(used as an intensifier) extremely well", "terrifically"], ["marvellously", "(used as an intensifier) extremely well", "marvellously"]]}, {"answer": "maybe", "hint": "synonyms for maybe", "clues": [["peradventure", "by chance", "peradventure"], ["possibly", "by chance", "possibly"], ["perhaps", "by chance", "perhaps"], ["perchance", "by chance", "perchance"], ["mayhap", "by chance", "mayhap"]]}, {"answer": "mayhap", "hint": "synonyms for mayhap", "clues": [["possibly", "by chance", "possibly"], ["perhaps", "by chance", "perhaps"], ["perchance", "by chance", "perchance"], ["maybe", "by chance", "maybe"], ["peradventure", "by chance", "peradventure"]]}, {"answer": "meanly", "hint": "synonyms for meanly", "clues": [["humbly", "in a miserly manner", "humbly"], ["scurvily", "in a despicable, ignoble manner", "scurvily"], ["basely", "in a despicable, ignoble manner", "basely"], ["nastily", "in a nasty ill-tempered manner", "nastily"]]}, {"answer": "merely", "hint": "synonyms for merely", "clues": [["just", "and nothing more", "just"], ["but", "and nothing more", "but"], ["only", "and nothing more", "only"], ["simply", "and nothing more", "simply"]]}, {"answer": "merrily", "hint": "synonyms for merrily", "clues": [["gayly", "in a joyous manner", "gayly"], ["blithely", "in a joyous manner", "blithely"], ["jubilantly", "in a joyous manner", "jubilantly"], ["mirthfully", "in a joyous manner", "mirthfully"], ["happily", "in a joyous manner", "happily"]]}, {"answer": "mirthfully", "hint": "synonyms for mirthfully", "clues": [["gayly", "in a joyous manner", "gayly"], ["blithely", "in a joyous manner", "blithely"], ["jubilantly", "in a joyous manner", "jubilantly"], ["merrily", "in a joyous manner", "merrily"], ["happily", "in a joyous manner", "happily"]]}, {"answer": "mockingly", "hint": "synonyms for mockingly", "clues": [["jeeringly", "in a disrespectful jeering manner", "jeeringly"], ["derisively", "in a disrespectful and mocking manner", "derisively"], ["gibingly", "in a disrespectful jeering manner", "gibingly"], ["derisorily", "in a disrespectful and mocking manner", "derisorily"], ["scoffingly", "in a disrespectful and mocking manner", "scoffingly"]]}, {"answer": "moderately", "hint": "synonyms for moderately", "clues": [["passably", "to a moderately sufficient extent or degree", "passably"], ["fairly", "to a moderately sufficient extent or degree", "fairly"], ["jolly", "to a moderately sufficient extent or degree", "jolly"], ["middling", "to a moderately sufficient extent or degree", "middling"], ["somewhat", "to a moderately sufficient extent or degree", "somewhat"], ["reasonably", "to a moderately sufficient extent or degree", "reasonably"], ["pretty", "to a moderately sufficient extent or degree", "pretty"]]}, {"answer": "monstrously", "hint": "synonyms for monstrously", "clues": [["horridly", "in a hideous manner", "horridly"], ["heinously", "in a terribly evil manner", "heinously"], ["hideously", "in a hideous manner", "hideously"], ["grotesquely", "in a grotesque manner", "grotesquely"]]}, {"answer": "more_or_less", "hint": "synonyms for more or less", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["around", "(of quantities) imprecise but fairly close to correct", "around"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["about", "(of quantities) imprecise but fairly close to correct", "about"], ["somewhat", "to a small degree or extent", "somewhat"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"], ["slightly", "to a small degree or extent", "slightly"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"]]}, {"answer": "mostly", "hint": "synonyms for mostly", "clues": [["more often than not", "usually; as a rule", "more often than not"], ["by and large", "usually; as a rule", "by and large"], ["for the most part", "in large part; mainly or chiefly", "for the most part"], ["generally", "usually; as a rule", "generally"], ["largely", "in large part; mainly or chiefly", "largely"]]}, {"answer": "mulishly", "hint": "synonyms for mulishly", "clues": [["obstinately", "in a stubborn unregenerate manner", "obstinately"], ["cussedly", "in a stubborn unregenerate manner", "cussedly"], ["stubbornly", "in a stubborn unregenerate manner", "stubbornly"], ["obdurately", "in a stubborn unregenerate manner", "obdurately"], ["pig-headedly", "in a stubborn unregenerate manner", "pig-headedly"]]}, {"answer": "namely", "hint": "synonyms for namely", "clues": [["videlicet", "as follows", "videlicet"], ["to wit", "as follows", "to wit"], ["that is to say", "as follows", "that is to say"], ["viz.", "as follows", "viz."]]}, {"answer": "nearly", "hint": "synonyms for nearly", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "nigh"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "well-nigh"], ["closely", "in a close manner", "closely"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but", "almost"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but", "virtually"], ["near", "(of actions or states) slightly short of or not quite accomplished; all but", "near"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but", "about"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but", "most"], ["intimately", "in a close manner", "intimately"]]}, {"answer": "necessarily", "hint": "synonyms for necessarily", "clues": [["inevitably", "in such a manner as could not be otherwise", "inevitably"], ["needfully", "in an essential manner", "needfully"], ["of necessity", "in such a manner as could not be otherwise", "of necessity"], ["needs", "in such a manner as could not be otherwise", "needs"]]}, {"answer": "nevertheless", "hint": "synonyms for nevertheless", "clues": [["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["still", "despite anything to the contrary (usually following a concession)", "still"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"], ["yet", "despite anything to the contrary (usually following a concession)", "yet"]]}, {"answer": "nonetheless", "hint": "synonyms for nonetheless", "clues": [["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["still", "despite anything to the contrary (usually following a concession)", "still"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"], ["yet", "despite anything to the contrary (usually following a concession)", "yet"]]}, {"answer": "normally", "hint": "synonyms for normally", "clues": [["ordinarily", "under normal conditions", "ordinarily"], ["commonly", "under normal conditions", "commonly"], ["unremarkably", "under normal conditions", "unremarkably"], ["usually", "under normal conditions", "usually"]]}, {"answer": "notwithstanding", "hint": "synonyms for notwithstanding", "clues": [["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["still", "despite anything to the contrary (usually following a concession)", "still"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"], ["yet", "despite anything to the contrary (usually following a concession)", "yet"]]}, {"answer": "now", "hint": "synonyms for now", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["at present", "at the present moment", "at present"], ["right away", "without delay or hesitation; with no time intervening", "right away"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["today", "in these times; - Nancy Mitford", "today"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"], ["nowadays", "in these times; - Nancy Mitford", "nowadays"]]}, {"answer": "now_and_again", "hint": "synonyms for now and again", "clues": [["occasionally", "now and then or here and there", "occasionally"], ["at times", "now and then or here and there", "at times"], ["once in a while", "now and then or here and there", "once in a while"], ["on occasion", "now and then or here and there", "on occasion"], ["from time to time", "now and then or here and there", "from time to time"], ["now and then", "now and then or here and there", "now and then"]]}, {"answer": "now_and_then", "hint": "synonyms for now and then", "clues": [["once in a while", "now and then or here and there", "once in a while"], ["occasionally", "now and then or here and there", "occasionally"], ["at times", "now and then or here and there", "at times"], ["now and again", "now and then or here and there", "now and again"], ["on occasion", "now and then or here and there", "on occasion"], ["from time to time", "now and then or here and there", "from time to time"]]}, {"answer": "nuttily", "hint": "synonyms for nuttily", "clues": [["balmily", "in a mildly insane manner", "balmily"], ["daftly", "in a mildly insane manner", "daftly"], ["dottily", "in a mildly insane manner", "dottily"], ["wackily", "in a mildly insane manner", "wackily"]]}, {"answer": "obdurately", "hint": "synonyms for obdurately", "clues": [["obstinately", "in a stubborn unregenerate manner", "obstinately"], ["cussedly", "in a stubborn unregenerate manner", "cussedly"], ["mulishly", "in a stubborn unregenerate manner", "mulishly"], ["stubbornly", "in a stubborn unregenerate manner", "stubbornly"], ["pig-headedly", "in a stubborn unregenerate manner", "pig-headedly"]]}, {"answer": "obliquely", "hint": "synonyms for obliquely", "clues": [["athwart", "at an oblique angle", "athwart"], ["sideways", "to, toward or at one side", "sideways"], ["aslant", "at an oblique angle", "aslant"], ["sidelong", "to, toward or at one side", "sidelong"]]}, {"answer": "obstinately", "hint": "synonyms for obstinately", "clues": [["cussedly", "in a stubborn unregenerate manner", "cussedly"], ["mulishly", "in a stubborn unregenerate manner", "mulishly"], ["stubbornly", "in a stubborn unregenerate manner", "stubbornly"], ["obdurately", "in a stubborn unregenerate manner", "obdurately"], ["pig-headedly", "in a stubborn unregenerate manner", "pig-headedly"]]}, {"answer": "obviously", "hint": "synonyms for obviously", "clues": [["patently", "unmistakably (`plain' is often used informally for `plainly')", "patently"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')", "apparently"], ["evidently", "unmistakably (`plain' is often used informally for `plainly')", "evidently"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')", "manifestly"], ["plain", "unmistakably (`plain' is often used informally for `plainly')", "plain"]]}, {"answer": "occasionally", "hint": "synonyms for occasionally", "clues": [["once in a while", "now and then or here and there", "once in a while"], ["at times", "now and then or here and there", "at times"], ["now and again", "now and then or here and there", "now and again"], ["on occasion", "now and then or here and there", "on occasion"], ["from time to time", "now and then or here and there", "from time to time"], ["now and then", "now and then or here and there", "now and then"]]}, {"answer": "oddly", "hint": "synonyms for oddly", "clues": [["curiously", "in a manner differing from the usual or expected", "curiously"], ["funnily", "in a strange manner", "funnily"], ["strangely", "in a strange manner", "strangely"], ["queerly", "in a strange manner", "queerly"], ["peculiarly", "in a manner differing from the usual or expected", "peculiarly"]]}, {"answer": "often", "hint": "synonyms for often", "clues": [["a great deal", "frequently or in great quantities", "a great deal"], ["frequently", "many times at short intervals", "frequently"], ["oft", "many times at short intervals", "oft"], ["much", "frequently or in great quantities", "much"], ["oftentimes", "many times at short intervals", "oftentimes"]]}, {"answer": "oftentimes", "hint": "synonyms for oftentimes", "clues": [["oft", "many times at short intervals", "oft"], ["often", "many times at short intervals", "often"], ["frequently", "many times at short intervals", "frequently"], ["ofttimes", "many times at short intervals", "ofttimes"]]}, {"answer": "ofttimes", "hint": "synonyms for ofttimes", "clues": [["oft", "many times at short intervals", "oft"], ["often", "many times at short intervals", "often"], ["frequently", "many times at short intervals", "frequently"], ["oftentimes", "many times at short intervals", "oftentimes"]]}, {"answer": "on_an_individual_basis", "hint": "synonyms for on an individual basis", "clues": [["one by one", "apart from others", "one by one"], ["severally", "apart from others", "severally"], ["separately", "apart from others", "separately"], ["individually", "apart from others", "individually"], ["singly", "apart from others", "singly"]]}, {"answer": "on_occasion", "hint": "synonyms for on occasion", "clues": [["once in a while", "now and then or here and there", "once in a while"], ["occasionally", "now and then or here and there", "occasionally"], ["at times", "now and then or here and there", "at times"], ["now and again", "now and then or here and there", "now and again"], ["from time to time", "now and then or here and there", "from time to time"], ["now and then", "now and then or here and there", "now and then"]]}, {"answer": "on_purpose", "hint": "synonyms for on purpose", "clues": [["by choice", "with intention; in an intentional manner", "by choice"], ["intentionally", "with intention; in an intentional manner", "intentionally"], ["advisedly", "with intention; in an intentional manner", "advisedly"], ["purposely", "with intention; in an intentional manner", "purposely"], ["designedly", "with intention; in an intentional manner", "designedly"], ["by design", "with intention; in an intentional manner", "by design"], ["deliberately", "with intention; in an intentional manner", "deliberately"]]}, {"answer": "on_the_dot", "hint": "synonyms for on the dot", "clues": [["on the button", "just as it should be", "on the button"], ["precisely", "just as it should be", "precisely"], ["exactly", "just as it should be", "exactly"], ["on the nose", "just as it should be", "on the nose"]]}, {"answer": "once", "hint": "synonyms for once", "clues": [["in one case", "on one occasion", "in one case"], ["one time", "on one occasion", "one time"], ["at one time", "at a previous time", "at one time"], ["erst", "at a previous time", "erst"], ["formerly", "at a previous time", "formerly"], ["erstwhile", "at a previous time", "erstwhile"]]}, {"answer": "once_in_a_while", "hint": "synonyms for once in a while", "clues": [["occasionally", "now and then or here and there", "occasionally"], ["at times", "now and then or here and there", "at times"], ["now and again", "now and then or here and there", "now and again"], ["on occasion", "now and then or here and there", "on occasion"], ["from time to time", "now and then or here and there", "from time to time"], ["now and then", "now and then or here and there", "now and then"]]}, {"answer": "one_by_one", "hint": "synonyms for one by one", "clues": [["severally", "apart from others", "severally"], ["separately", "apart from others", "separately"], ["singly", "apart from others", "singly"], ["one after another", "in single file", "one after another"], ["by the piece", "one piece at a time", "by the piece"], ["one at a time", "in single file", "one at a time"], ["individually", "apart from others", "individually"], ["on an individual basis", "apart from others", "on an individual basis"]]}, {"answer": "onward", "hint": "synonyms for onward", "clues": [["forward", "in a forward direction", "forward"], ["onwards", "in a forward direction", "onwards"], ["ahead", "in a forward direction", "ahead"], ["forrader", "in a forward direction", "forrader"], ["forth", "forward in time or order or degree", "forth"]]}, {"answer": "onwards", "hint": "synonyms for onwards", "clues": [["onward", "in a forward direction", "onward"], ["forwards", "in a forward direction", "forwards"], ["forrader", "in a forward direction", "forrader"], ["ahead", "in a forward direction", "ahead"]]}, {"answer": "or_so", "hint": "synonyms for or so", "clues": [["roughly", "(of quantities) imprecise but fairly close to correct", "roughly"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["around", "(of quantities) imprecise but fairly close to correct", "around"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["about", "(of quantities) imprecise but fairly close to correct", "about"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"]]}, {"answer": "ordinarily", "hint": "synonyms for ordinarily", "clues": [["commonly", "under normal conditions", "commonly"], ["unremarkably", "under normal conditions", "unremarkably"], ["normally", "under normal conditions", "normally"], ["usually", "under normal conditions", "usually"]]}, {"answer": "originally", "hint": "synonyms for originally", "clues": [["primitively", "with reference to the origin or beginning", "primitively"], ["in the beginning", "before now", "in the beginning"], ["to begin with", "before now", "to begin with"], ["in the first place", "before now", "in the first place"], ["earlier", "before now", "earlier"]]}, {"answer": "over_and_over", "hint": "synonyms for over and over", "clues": [["time and time again", "repeatedly", "time and time again"], ["time and again", "repeatedly", "time and again"], ["over and over again", "repeatedly", "over and over again"], ["again and again", "repeatedly", "again and again"]]}, {"answer": "over_and_over_again", "hint": "synonyms for over and over again", "clues": [["time and time again", "repeatedly", "time and time again"], ["time and again", "repeatedly", "time and again"], ["over and over", "repeatedly", "over and over"], ["again and again", "repeatedly", "again and again"]]}, {"answer": "p.a.", "hint": "synonyms for p.a.", "clues": [["per year", "by the year; every year (usually with reference to a sum of money paid or received)", "per year"], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)", "each year"], ["per annum", "by the year; every year (usually with reference to a sum of money paid or received)", "per annum"], ["annually", "by the year; every year (usually with reference to a sum of money paid or received)", "annually"]]}, {"answer": "passably", "hint": "synonyms for passably", "clues": [["moderately", "to a moderately sufficient extent or degree", "moderately"], ["fairly", "to a moderately sufficient extent or degree", "fairly"], ["jolly", "to a moderately sufficient extent or degree", "jolly"], ["middling", "to a moderately sufficient extent or degree", "middling"], ["somewhat", "to a moderately sufficient extent or degree", "somewhat"], ["reasonably", "to a moderately sufficient extent or degree", "reasonably"], ["pretty", "to a moderately sufficient extent or degree", "pretty"]]}, {"answer": "patently", "hint": "synonyms for patently", "clues": [["apparently", "unmistakably (`plain' is often used informally for `plainly')", "apparently"], ["evidently", "unmistakably (`plain' is often used informally for `plainly')", "evidently"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')", "obviously"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')", "manifestly"], ["plain", "unmistakably (`plain' is often used informally for `plainly')", "plain"]]}, {"answer": "peculiarly", "hint": "synonyms for peculiarly", "clues": [["particularly", "to a distinctly greater extent or degree than is common", "particularly"], ["curiously", "in a manner differing from the usual or expected", "curiously"], ["specially", "to a distinctly greater extent or degree than is common", "specially"], ["oddly", "in a manner differing from the usual or expected", "oddly"]]}, {"answer": "per_annum", "hint": "synonyms for per annum", "clues": [["per year", "by the year; every year (usually with reference to a sum of money paid or received)", "per year"], ["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)", "p.a."], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)", "each year"], ["annually", "by the year; every year (usually with reference to a sum of money paid or received)", "annually"]]}, {"answer": "per_year", "hint": "synonyms for per year", "clues": [["p.a.", "by the year; every year (usually with reference to a sum of money paid or received)", "p.a."], ["each year", "by the year; every year (usually with reference to a sum of money paid or received)", "each year"], ["per annum", "by the year; every year (usually with reference to a sum of money paid or received)", "per annum"], ["annually", "by the year; every year (usually with reference to a sum of money paid or received)", "annually"]]}, {"answer": "peradventure", "hint": "synonyms for peradventure", "clues": [["possibly", "by chance", "possibly"], ["perhaps", "by chance", "perhaps"], ["perchance", "by chance", "perchance"], ["maybe", "by chance", "maybe"], ["mayhap", "by chance", "mayhap"]]}, {"answer": "perchance", "hint": "synonyms for perchance", "clues": [["by chance", "through chance,", "by chance"], ["peradventure", "by chance", "peradventure"], ["possibly", "by chance", "possibly"], ["perhaps", "by chance", "perhaps"], ["maybe", "by chance", "maybe"], ["mayhap", "by chance", "mayhap"]]}, {"answer": "perhaps", "hint": "synonyms for perhaps", "clues": [["peradventure", "by chance", "peradventure"], ["possibly", "by chance", "possibly"], ["perchance", "by chance", "perchance"], ["maybe", "by chance", "maybe"], ["mayhap", "by chance", "mayhap"]]}, {"answer": "perpetually", "hint": "synonyms for perpetually", "clues": [["forever", "without interruption", "forever"], ["constantly", "without interruption", "constantly"], ["always", "without interruption", "always"], ["incessantly", "without interruption", "incessantly"]]}, {"answer": "pertly", "hint": "synonyms for pertly", "clues": [["freshly", "in an impudent or impertinent manner", "freshly"], ["impudently", "in an impudent or impertinent manner", "impudently"], ["impertinently", "in an impudent or impertinent manner", "impertinently"], ["saucily", "in an impudent or impertinent manner", "saucily"]]}, {"answer": "pig-headedly", "hint": "synonyms for pig-headedly", "clues": [["obstinately", "in a stubborn unregenerate manner", "obstinately"], ["cussedly", "in a stubborn unregenerate manner", "cussedly"], ["mulishly", "in a stubborn unregenerate manner", "mulishly"], ["stubbornly", "in a stubborn unregenerate manner", "stubbornly"], ["obdurately", "in a stubborn unregenerate manner", "obdurately"]]}, {"answer": "plainly", "hint": "synonyms for plainly", "clues": [["patently", "unmistakably (`plain' is often used informally for `plainly')", "patently"], ["apparently", "unmistakably (`plain' is often used informally for `plainly')", "apparently"], ["obviously", "unmistakably (`plain' is often used informally for `plainly')", "obviously"], ["manifestly", "unmistakably (`plain' is often used informally for `plainly')", "manifestly"], ["evidently", "unmistakably (`plain' is often used informally for `plainly')", "evidently"], ["simply", "in a simple manner; without extravagance or embellishment", "simply"], ["plain", "unmistakably (`plain' is often used informally for `plainly')", "plain"]]}, {"answer": "pleadingly", "hint": "synonyms for pleadingly", "clues": [["imploringly", "in a beseeching manner", "imploringly"], ["importunately", "in a beseeching manner", "importunately"], ["entreatingly", "in a beseeching manner", "entreatingly"], ["beseechingly", "in a beseeching manner", "beseechingly"]]}, {"answer": "pleasantly", "hint": "synonyms for pleasantly", "clues": [["agreeably", "in an enjoyable manner", "agreeably"], ["sunnily", "in a cheerful manner", "sunnily"], ["cheerily", "in a cheerful manner", "cheerily"], ["enjoyably", "in an enjoyable manner", "enjoyably"]]}, {"answer": "possibly", "hint": "synonyms for possibly", "clues": [["mayhap", "by chance", "mayhap"], ["perhaps", "by chance", "perhaps"], ["perchance", "by chance", "perchance"], ["maybe", "by chance", "maybe"], ["peradventure", "by chance", "peradventure"]]}, {"answer": "precisely", "hint": "synonyms for precisely", "clues": [["exactly", "in a precise manner", "exactly"], ["on the dot", "just as it should be", "on the dot"], ["on the nose", "just as it should be", "on the nose"], ["incisively", "in a precise manner", "incisively"], ["just", "indicating exactness or preciseness", "just"], ["on the button", "just as it should be", "on the button"]]}, {"answer": "presently", "hint": "synonyms for presently", "clues": [["soon", "in the near future", "soon"], ["currently", "at this time or period; now", "currently"], ["shortly", "in the near future", "shortly"], ["before long", "in the near future", "before long"]]}, {"answer": "primarily", "hint": "synonyms for primarily", "clues": [["in the first place", "of primary import", "in the first place"], ["mainly", "for the most part", "mainly"], ["in the main", "for the most part", "in the main"], ["principally", "for the most part", "principally"], ["chiefly", "for the most part", "chiefly"]]}, {"answer": "principally", "hint": "synonyms for principally", "clues": [["mainly", "for the most part", "mainly"], ["in the main", "for the most part", "in the main"], ["primarily", "for the most part", "primarily"], ["chiefly", "for the most part", "chiefly"]]}, {"answer": "probably", "hint": "synonyms for probably", "clues": [["plausibly", "easy to believe on the basis of available evidence", "plausibly"], ["in all probability", "with considerable certainty; without much doubt", "in all probability"], ["in all likelihood", "with considerable certainty; without much doubt", "in all likelihood"], ["believably", "easy to believe on the basis of available evidence", "believably"], ["belike", "with considerable certainty; without much doubt", "belike"], ["credibly", "easy to believe on the basis of available evidence", "credibly"], ["likely", "with considerable certainty; without much doubt", "likely"]]}, {"answer": "promptly", "hint": "synonyms for promptly", "clues": [["readily", "in a punctual manner", "readily"], ["pronto", "in a punctual manner", "pronto"], ["quickly", "with little or no delay", "quickly"], ["right away", "at once (usually modifies an undesirable occurrence)", "right away"]]}, {"answer": "properly", "hint": "synonyms for properly", "clues": [["decent", "in the right manner", "decent"], ["the right way", "in the right manner", "the right way"], ["right", "in the right manner", "right"], ["by rights", "with reason or justice", "by rights"], ["in good order", "in the right manner", "in good order"]]}, {"answer": "purposely", "hint": "synonyms for purposely", "clues": [["on purpose", "with intention; in an intentional manner", "on purpose"], ["by choice", "with intention; in an intentional manner", "by choice"], ["intentionally", "with intention; in an intentional manner", "intentionally"], ["advisedly", "with intention; in an intentional manner", "advisedly"], ["by design", "with intention; in an intentional manner", "by design"], ["designedly", "with intention; in an intentional manner", "designedly"], ["deliberately", "with intention; in an intentional manner", "deliberately"]]}, {"answer": "queerly", "hint": "synonyms for queerly", "clues": [["strangely", "in a strange manner", "strangely"], ["funnily", "in a strange manner", "funnily"], ["oddly", "in a strange manner", "oddly"], ["fishily", "in a questionably unusual manner", "fishily"]]}, {"answer": "quickly", "hint": "synonyms for quickly", "clues": [["cursorily", "without taking pains", "cursorily"], ["promptly", "with little or no delay", "promptly"], ["rapidly", "with rapid movements", "rapidly"], ["chop-chop", "with rapid movements", "chop-chop"], ["apace", "with rapid movements", "apace"], ["quick", "with little or no delay", "quick"], ["speedily", "with rapid movements", "speedily"]]}, {"answer": "randomly", "hint": "synonyms for randomly", "clues": [["at random", "in a random manner", "at random"], ["willy-nilly", "in a random manner", "willy-nilly"], ["every which way", "in a random manner", "every which way"], ["arbitrarily", "in a random manner", "arbitrarily"], ["indiscriminately", "in a random manner", "indiscriminately"], ["haphazardly", "in a random manner", "haphazardly"]]}, {"answer": "rapidly", "hint": "synonyms for rapidly", "clues": [["apace", "with rapid movements", "apace"], ["speedily", "with rapid movements", "speedily"], ["chop-chop", "with rapid movements", "chop-chop"], ["quickly", "with rapid movements", "quickly"]]}, {"answer": "rather", "hint": "synonyms for rather", "clues": [["instead", "on the contrary", "instead"], ["sooner", "more readily or willingly", "sooner"], ["quite", "to a degree (not used with a negative)", "quite"], ["sort of", "to some (great or small) extent", "sort of"], ["kind of", "to some (great or small) extent", "kind of"], ["preferably", "more readily or willingly", "preferably"], ["kinda", "to some (great or small) extent", "kinda"]]}, {"answer": "really", "hint": "synonyms for really", "clues": [["very", "used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal", "very"], ["rattling", "used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal", "rattling"], ["actually", "in actual fact", "actually"], ["real", "used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal", "real"], ["truly", "in accordance with truth or fact or reality", "truly"], ["genuinely", "in accordance with truth or fact or reality", "genuinely"], ["in truth", "in fact (used as intensifiers or sentence modifiers)", "in truth"]]}, {"answer": "reasonably", "hint": "synonyms for reasonably", "clues": [["passably", "to a moderately sufficient extent or degree", "passably"], ["fairly", "to a moderately sufficient extent or degree", "fairly"], ["jolly", "to a moderately sufficient extent or degree", "jolly"], ["sensibly", "with good sense or in a reasonable or intelligent manner", "sensibly"], ["somewhat", "to a moderately sufficient extent or degree", "somewhat"], ["moderately", "to a moderately sufficient extent or degree", "moderately"], ["sanely", "with good sense or in a reasonable or intelligent manner", "sanely"], ["middling", "to a moderately sufficient extent or degree", "middling"], ["pretty", "to a moderately sufficient extent or degree", "pretty"]]}, {"answer": "remarkably", "hint": "synonyms for remarkably", "clues": [["outstandingly", "to a remarkable degree or extent", "outstandingly"], ["unmistakably", "in a signal manner", "unmistakably"], ["unusually", "to a remarkable degree or extent", "unusually"], ["unco", "to a remarkable degree or extent", "unco"], ["signally", "in a signal manner", "signally"]]}, {"answer": "richly", "hint": "synonyms for richly", "clues": [["high", "in a rich manner", "high"], ["luxuriously", "in a rich manner", "luxuriously"], ["lavishly", "in a rich and lavish manner", "lavishly"], ["amply", "to an ample degree or in an ample manner", "amply"], ["extravagantly", "in a rich and lavish manner", "extravagantly"]]}, {"answer": "right_away", "hint": "synonyms for right away", "clues": [["straight off", "without delay or hesitation; with no time intervening", "straight off"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["promptly", "at once (usually modifies an undesirable occurrence)", "promptly"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"]]}, {"answer": "rottenly", "hint": "synonyms for rottenly", "clues": [["abysmally", "in a terrible manner", "abysmally"], ["terribly", "in a terrible manner", "terribly"], ["awfully", "in a terrible manner", "awfully"], ["abominably", "in a terrible manner", "abominably"], ["atrociously", "in a terrible manner", "atrociously"]]}, {"answer": "roughly", "hint": "synonyms for roughly", "clues": [["rough", "with rough motion as over a rough surface", "rough"], ["just about", "(of quantities) imprecise but fairly close to correct", "just about"], ["around", "(of quantities) imprecise but fairly close to correct", "around"], ["close to", "(of quantities) imprecise but fairly close to correct", "close to"], ["more or less", "(of quantities) imprecise but fairly close to correct", "more or less"], ["some", "(of quantities) imprecise but fairly close to correct", "some"], ["about", "(of quantities) imprecise but fairly close to correct", "about"], ["or so", "(of quantities) imprecise but fairly close to correct", "or so"], ["approximately", "(of quantities) imprecise but fairly close to correct", "approximately"]]}, {"answer": "roundly", "hint": "synonyms for roundly", "clues": [["brusquely", "in a blunt direct manner", "brusquely"], ["bluffly", "in a blunt direct manner", "bluffly"], ["flat out", "in a blunt direct manner", "flat out"], ["bluntly", "in a blunt direct manner", "bluntly"]]}, {"answer": "sadly", "hint": "synonyms for sadly", "clues": [["lamentably", "in an unfortunate or deplorable manner", "lamentably"], ["woefully", "in an unfortunate or deplorable manner", "woefully"], ["deplorably", "in an unfortunate or deplorable manner", "deplorably"], ["unhappily", "in an unfortunate way", "unhappily"]]}, {"answer": "sagaciously", "hint": "synonyms for sagaciously", "clues": [["shrewdly", "in a shrewd manner", "shrewdly"], ["sapiently", "in a shrewd manner", "sapiently"], ["astutely", "in a shrewd manner", "astutely"], ["acutely", "in a shrewd manner", "acutely"]]}, {"answer": "sapiently", "hint": "synonyms for sapiently", "clues": [["shrewdly", "in a shrewd manner", "shrewdly"], ["sagaciously", "in a shrewd manner", "sagaciously"], ["astutely", "in a shrewd manner", "astutely"], ["acutely", "in a shrewd manner", "acutely"]]}, {"answer": "saucily", "hint": "synonyms for saucily", "clues": [["freshly", "in an impudent or impertinent manner", "freshly"], ["impudently", "in an impudent or impertinent manner", "impudently"], ["impertinently", "in an impudent or impertinent manner", "impertinently"], ["pertly", "in an impudent or impertinent manner", "pertly"]]}, {"answer": "scarcely", "hint": "synonyms for scarcely", "clues": [["hardly", "almost not", "hardly"], ["just", "only a very short time before; ; ; ; ; - W.B.Yeats", "just"], ["barely", "only a very short time before; ; ; ; ; - W.B.Yeats", "barely"], ["scarce", "only a very short time before; ; ; ; ; - W.B.Yeats", "scarce"]]}, {"answer": "separately", "hint": "synonyms for separately", "clues": [["one by one", "apart from others", "one by one"], ["severally", "apart from others", "severally"], ["on an individual basis", "apart from others", "on an individual basis"], ["individually", "apart from others", "individually"], ["singly", "apart from others", "singly"]]}, {"answer": "seriously", "hint": "synonyms for seriously", "clues": [["gravely", "to a severe or serious degree", "gravely"], ["earnestly", "in a serious manner", "earnestly"], ["severely", "to a severe or serious degree", "severely"], ["in earnest", "in a serious manner", "in earnest"], ["badly", "to a severe or serious degree", "badly"]]}, {"answer": "severally", "hint": "synonyms for severally", "clues": [["one by one", "apart from others", "one by one"], ["separately", "apart from others", "separately"], ["on an individual basis", "apart from others", "on an individual basis"], ["respectively", "in the order given", "respectively"], ["individually", "apart from others", "individually"], ["singly", "apart from others", "singly"], ["independently", "apart from others", "independently"]]}, {"answer": "severely", "hint": "synonyms for severely", "clues": [["gravely", "to a severe or serious degree", "gravely"], ["seriously", "to a severe or serious degree", "seriously"], ["sternly", "with sternness; in a severe manner", "sternly"], ["hard", "causing great damage or hardship", "hard"], ["badly", "to a severe or serious degree", "badly"]]}, {"answer": "shamefully", "hint": "synonyms for shamefully", "clues": [["dishonourably", "in a dishonorable manner or to a dishonorable degree", "dishonourably"], ["disgracefully", "in a dishonorable manner or to a dishonorable degree", "disgracefully"], ["ingloriously", "in a dishonorable manner or to a dishonorable degree", "ingloriously"], ["discreditably", "in a dishonorable manner or to a dishonorable degree", "discreditably"], ["ignominiously", "in a dishonorable manner or to a dishonorable degree", "ignominiously"]]}, {"answer": "sharply", "hint": "synonyms for sharply", "clues": [["acutely", "changing suddenly in direction and degree", "acutely"], ["precipitously", "very suddenly and to a great degree", "precipitously"], ["sharp", "changing suddenly in direction and degree", "sharp"], ["crisply", "in a well delineated manner", "crisply"], ["aggressively", "in an aggressive manner", "aggressively"]]}, {"answer": "shortly", "hint": "synonyms for shortly", "clues": [["soon", "in the near future", "soon"], ["curtly", "in a curt, abrupt and discourteous manner", "curtly"], ["short", "in a curt, abrupt and discourteous manner", "short"], ["concisely", "in a concise manner; in a few words", "concisely"], ["in short", "in a concise manner; in a few words", "in short"], ["briefly", "in a concise manner; in a few words", "briefly"], ["in brief", "in a concise manner; in a few words", "in brief"], ["before long", "in the near future", "before long"], ["presently", "in the near future", "presently"]]}, {"answer": "shrewdly", "hint": "synonyms for shrewdly", "clues": [["sapiently", "in a shrewd manner", "sapiently"], ["sagaciously", "in a shrewd manner", "sagaciously"], ["astutely", "in a shrewd manner", "astutely"], ["acutely", "in a shrewd manner", "acutely"]]}, {"answer": "simply", "hint": "synonyms for simply", "clues": [["only", "and nothing more", "only"], ["plainly", "in a simple manner; without extravagance or embellishment", "plainly"], ["just", "absolutely", "just"], ["but", "and nothing more", "but"], ["merely", "and nothing more", "merely"]]}, {"answer": "singly", "hint": "synonyms for singly", "clues": [["one by one", "apart from others", "one by one"], ["severally", "apart from others", "severally"], ["separately", "apart from others", "separately"], ["individually", "apart from others", "individually"], ["on an individual basis", "apart from others", "on an individual basis"]]}, {"answer": "slap", "hint": "synonyms for slap", "clues": [["smack", "directly", "smack"], ["slapdash", "directly", "slapdash"], ["bolt", "directly", "bolt"], ["bang", "directly", "bang"]]}, {"answer": "slenderly", "hint": "synonyms for slenderly", "clues": [["sparingly", "to a meager degree or in a meager manner", "sparingly"], ["meagerly", "to a meager degree or in a meager manner", "meagerly"], ["slimly", "in a slim or slender manner", "slimly"], ["slightly", "in a slim or slender manner", "slightly"]]}, {"answer": "slightly", "hint": "synonyms for slightly", "clues": [["more or less", "to a small degree or extent", "more or less"], ["somewhat", "to a small degree or extent", "somewhat"], ["slenderly", "in a slim or slender manner", "slenderly"], ["slimly", "in a slim or slender manner", "slimly"]]}, {"answer": "slowly", "hint": "synonyms for slowly", "clues": [["tardily", "without speed (`slow' is sometimes used informally for `slowly')", "tardily"], ["slow", "without speed (`slow' is sometimes used informally for `slowly')", "slow"], ["easy", "without speed (`slow' is sometimes used informally for `slowly')", "easy"], ["lento", "in music", "lento"]]}, {"answer": "slyly", "hint": "synonyms for slyly", "clues": [["artfully", "in an artful manner", "artfully"], ["trickily", "in an artful manner", "trickily"], ["foxily", "in an artful manner", "foxily"], ["cunningly", "in an artful manner", "cunningly"], ["craftily", "in an artful manner", "craftily"], ["knavishly", "in an artful manner", "knavishly"]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["slap", "directly", "slap"], ["slapdash", "directly", "slapdash"], ["bolt", "directly", "bolt"], ["bang", "directly", "bang"]]}, {"answer": "smartly", "hint": "synonyms for smartly", "clues": [["sprucely", "in a stylish manner", "sprucely"], ["cleverly", "in a clever manner", "cleverly"], ["vigorously", "with vigor; in a vigorous manner", "vigorously"], ["modishly", "in a stylish manner", "modishly"]]}, {"answer": "so", "hint": "synonyms for so", "clues": [["thus", "in the way indicated; ; ; (`thusly' is a nonstandard variant)", "thus"], ["and then", "subsequently or soon afterward (often used as sentence connectors)", "and then"], ["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result", "therefore"], ["indeed", "in truth (often tends to intensify)", "indeed"], ["thence", "(used to introduce a logical conclusion) from that fact or reason or as a result", "thence"], ["and so", "subsequently or soon afterward (often used as sentence connectors)", "and so"], ["then", "subsequently or soon afterward (often used as sentence connectors)", "then"]]}, {"answer": "so_far", "hint": "synonyms for so far", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["to that extent", "to the degree or extent that", "to that extent"], ["in so far", "to the degree or extent that", "in so far"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"], ["to that degree", "to the degree or extent that", "to that degree"]]}, {"answer": "softly", "hint": "synonyms for softly", "clues": [["gently", "with little weight or force", "gently"], ["piano", "used as a direction in music; to be played relatively softly", "piano"], ["quietly", "with low volume", "quietly"], ["lightly", "with little weight or force", "lightly"]]}, {"answer": "solely", "hint": "synonyms for solely", "clues": [["exclusively", "without any others being included or involved", "exclusively"], ["only", "without any others being included or involved", "only"], ["entirely", "without any others being included or involved", "entirely"], ["alone", "without any others being included or involved", "alone"]]}, {"answer": "someway", "hint": "synonyms for someway", "clues": [["somehow", "in some unspecified way or manner; or by some unspecified means", "somehow"], ["in some way", "in some unspecified way or manner; or by some unspecified means", "in some way"], ["someways", "in some unspecified way or manner; or by some unspecified means", "someways"], ["in some manner", "in some unspecified way or manner; or by some unspecified means", "in some manner"]]}, {"answer": "someways", "hint": "synonyms for someways", "clues": [["somehow", "in some unspecified way or manner; or by some unspecified means", "somehow"], ["someway", "in some unspecified way or manner; or by some unspecified means", "someway"], ["in some way", "in some unspecified way or manner; or by some unspecified means", "in some way"], ["in some manner", "in some unspecified way or manner; or by some unspecified means", "in some manner"]]}, {"answer": "somewhat", "hint": "synonyms for somewhat", "clues": [["passably", "to a moderately sufficient extent or degree", "passably"], ["fairly", "to a moderately sufficient extent or degree", "fairly"], ["jolly", "to a moderately sufficient extent or degree", "jolly"], ["more or less", "to a small degree or extent", "more or less"], ["moderately", "to a moderately sufficient extent or degree", "moderately"], ["slightly", "to a small degree or extent", "slightly"], ["middling", "to a moderately sufficient extent or degree", "middling"], ["reasonably", "to a moderately sufficient extent or degree", "reasonably"], ["pretty", "to a moderately sufficient extent or degree", "pretty"]]}, {"answer": "speedily", "hint": "synonyms for speedily", "clues": [["apace", "with rapid movements", "apace"], ["rapidly", "with rapid movements", "rapidly"], ["chop-chop", "with rapid movements", "chop-chop"], ["quickly", "with rapid movements", "quickly"]]}, {"answer": "splendidly", "hint": "synonyms for splendidly", "clues": [["magnificently", "in an impressively beautiful manner", "magnificently"], ["excellently", "extremely well", "excellently"], ["famously", "extremely well", "famously"], ["gorgeously", "in an impressively beautiful manner", "gorgeously"], ["resplendently", "in an impressively beautiful manner", "resplendently"]]}, {"answer": "squarely", "hint": "synonyms for squarely", "clues": [["foursquare", "with firmness and conviction; without compromise; - C.G.Bowers", "foursquare"], ["square", "in a straight direct way", "square"], ["forthright", "directly and without evasion; not roundabout", "forthright"], ["straightforwardly", "with firmness and conviction; without compromise; - C.G.Bowers", "straightforwardly"]]}, {"answer": "straight_off", "hint": "synonyms for straight off", "clues": [["right away", "without delay or hesitation; with no time intervening", "right away"], ["directly", "without delay or hesitation; with no time intervening", "directly"], ["at once", "without delay or hesitation; with no time intervening", "at once"], ["now", "without delay or hesitation; with no time intervening", "now"], ["forthwith", "without delay or hesitation; with no time intervening", "forthwith"], ["instantly", "without delay or hesitation; with no time intervening", "instantly"], ["straightaway", "without delay or hesitation; with no time intervening", "straightaway"], ["like a shot", "without delay or hesitation; with no time intervening", "like a shot"], ["immediately", "without delay or hesitation; with no time intervening", "immediately"]]}, {"answer": "stubbornly", "hint": "synonyms for stubbornly", "clues": [["obstinately", "in a stubborn unregenerate manner", "obstinately"], ["cussedly", "in a stubborn unregenerate manner", "cussedly"], ["mulishly", "in a stubborn unregenerate manner", "mulishly"], ["obdurately", "in a stubborn unregenerate manner", "obdurately"], ["pig-headedly", "in a stubborn unregenerate manner", "pig-headedly"]]}, {"answer": "subsequently", "hint": "synonyms for subsequently", "clues": [["afterwards", "happening at a time subsequent to a reference time", "afterwards"], ["later on", "happening at a time subsequent to a reference time", "later on"], ["later", "happening at a time subsequent to a reference time", "later"], ["after", "happening at a time subsequent to a reference time", "after"]]}, {"answer": "suddenly", "hint": "synonyms for suddenly", "clues": [["of a sudden", "happening unexpectedly", "of a sudden"], ["short", "quickly and without warning", "short"], ["abruptly", "quickly and without warning", "abruptly"], ["all of a sudden", "happening unexpectedly", "all of a sudden"], ["on the spur of the moment", "on impulse; without premeditation", "on the spur of the moment"], ["dead", "quickly and without warning", "dead"]]}, {"answer": "superbly", "hint": "synonyms for superbly", "clues": [["marvelously", "(used as an intensifier) extremely well", "marvelously"], ["toppingly", "(used as an intensifier) extremely well", "toppingly"], ["wondrous", "(used as an intensifier) extremely well", "wondrous"], ["wonderfully", "(used as an intensifier) extremely well", "wonderfully"], ["terrifically", "(used as an intensifier) extremely well", "terrifically"]]}, {"answer": "sure_enough", "hint": "synonyms for sure enough", "clues": [["sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "for sure"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')", "for certain"], ["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure as shooting"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')", "certainly"]]}, {"answer": "surely", "hint": "synonyms for surely", "clues": [["sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure"], ["sure enough", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure enough"], ["for sure", "definitely or positively (`sure' is sometimes used informally for `surely')", "for sure"], ["for certain", "definitely or positively (`sure' is sometimes used informally for `surely')", "for certain"], ["sure as shooting", "definitely or positively (`sure' is sometimes used informally for `surely')", "sure as shooting"], ["certainly", "definitely or positively (`sure' is sometimes used informally for `surely')", "certainly"]]}, {"answer": "tardily", "hint": "synonyms for tardily", "clues": [["late", "later than usual or than expected", "late"], ["slow", "without speed (`slow' is sometimes used informally for `slowly')", "slow"], ["easy", "without speed (`slow' is sometimes used informally for `slowly')", "easy"], ["belatedly", "later than usual or than expected", "belatedly"]]}, {"answer": "terribly", "hint": "synonyms for terribly", "clues": [["abysmally", "in a terrible manner", "abysmally"], ["rottenly", "in a terrible manner", "rottenly"], ["awful", "used as intensifiers", "awful"], ["frightfully", "used as intensifiers", "frightfully"], ["abominably", "in a terrible manner", "abominably"], ["atrociously", "in a terrible manner", "atrociously"]]}, {"answer": "terrifically", "hint": "synonyms for terrifically", "clues": [["marvelously", "(used as an intensifier) extremely well", "marvelously"], ["toppingly", "(used as an intensifier) extremely well", "toppingly"], ["wondrous", "(used as an intensifier) extremely well", "wondrous"], ["superbly", "(used as an intensifier) extremely well", "superbly"], ["wonderfully", "(used as an intensifier) extremely well", "wonderfully"]]}, {"answer": "that_is_to_say", "hint": "synonyms for that is to say", "clues": [["viz.", "as follows", "viz."], ["to wit", "as follows", "to wit"], ["videlicet", "as follows", "videlicet"], ["namely", "as follows", "namely"]]}, {"answer": "the_right_way", "hint": "synonyms for the right way", "clues": [["decent", "in the right manner", "decent"], ["right", "in the right manner", "right"], ["properly", "in the right manner", "properly"], ["in good order", "in the right manner", "in good order"]]}, {"answer": "thence", "hint": "synonyms for thence", "clues": [["hence", "(used to introduce a logical conclusion) from that fact or reason or as a result", "hence"], ["thereof", "from that circumstance or source; - W.V.Quine", "thereof"], ["therefrom", "from that place or from there", "therefrom"], ["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result", "therefore"], ["thus", "(used to introduce a logical conclusion) from that fact or reason or as a result", "thus"], ["so", "(used to introduce a logical conclusion) from that fact or reason or as a result", "so"]]}, {"answer": "there", "hint": "synonyms for there", "clues": [["in that location", "in or at that place", "in that location"], ["thither", "to or toward that place; away from the speaker", "thither"], ["at that place", "in or at that place", "at that place"], ["on that point", "in that matter", "on that point"], ["in that respect", "in that matter", "in that respect"]]}, {"answer": "therefore", "hint": "synonyms for therefore", "clues": [["thence", "(used to introduce a logical conclusion) from that fact or reason or as a result", "thence"], ["consequently", "as a consequence", "consequently"], ["thus", "(used to introduce a logical conclusion) from that fact or reason or as a result", "thus"], ["so", "(used to introduce a logical conclusion) from that fact or reason or as a result", "so"]]}, {"answer": "thus", "hint": "synonyms for thus", "clues": [["thence", "(used to introduce a logical conclusion) from that fact or reason or as a result", "thence"], ["so", "in the way indicated; ; ; (`thusly' is a nonstandard variant)", "so"], ["thusly", "in the way indicated; ; ; (`thusly' is a nonstandard variant)", "thusly"], ["therefore", "(used to introduce a logical conclusion) from that fact or reason or as a result", "therefore"]]}, {"answer": "thus_far", "hint": "synonyms for thus far", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "so far"]]}, {"answer": "til_now", "hint": "synonyms for til now", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "so far"]]}, {"answer": "time_and_again", "hint": "synonyms for time and again", "clues": [["time and time again", "repeatedly", "time and time again"], ["over and over", "repeatedly", "over and over"], ["over and over again", "repeatedly", "over and over again"], ["again and again", "repeatedly", "again and again"]]}, {"answer": "time_and_time_again", "hint": "synonyms for time and time again", "clues": [["time and again", "repeatedly", "time and again"], ["over and over", "repeatedly", "over and over"], ["over and over again", "repeatedly", "over and over again"], ["again and again", "repeatedly", "again and again"]]}, {"answer": "to_a_t", "hint": "synonyms for to a t", "clues": [["to the letter", "in every detail", "to the letter"], ["just right", "in every detail", "just right"], ["to a T", "in every detail", "to a T"], ["to perfection", "in every detail", "to perfection"]]}, {"answer": "to_begin_with", "hint": "synonyms for to begin with", "clues": [["in the first place", "before now", "in the first place"], ["earlier", "before now", "earlier"], ["in the beginning", "before now", "in the beginning"], ["originally", "before now", "originally"]]}, {"answer": "to_wit", "hint": "synonyms for to wit", "clues": [["videlicet", "as follows", "videlicet"], ["viz.", "as follows", "viz."], ["that is to say", "as follows", "that is to say"], ["namely", "as follows", "namely"]]}, {"answer": "too", "hint": "synonyms for too", "clues": [["likewise", "in addition", "likewise"], ["excessively", "to a degree exceeding normal or proper limits", "excessively"], ["overly", "to a degree exceeding normal or proper limits", "overly"], ["to a fault", "to a degree exceeding normal or proper limits", "to a fault"], ["besides", "in addition", "besides"], ["also", "in addition", "also"], ["as well", "in addition", "as well"]]}, {"answer": "toppingly", "hint": "synonyms for toppingly", "clues": [["marvelously", "(used as an intensifier) extremely well", "marvelously"], ["wondrous", "(used as an intensifier) extremely well", "wondrous"], ["superbly", "(used as an intensifier) extremely well", "superbly"], ["wonderfully", "(used as an intensifier) extremely well", "wonderfully"], ["terrifically", "(used as an intensifier) extremely well", "terrifically"]]}, {"answer": "topsy-turvily", "hint": "synonyms for topsy-turvily", "clues": [["head over heels", "in disorderly haste", "head over heels"], ["in great confusion", "in disorderly haste", "in great confusion"], ["heels over head", "in disorderly haste", "heels over head"], ["topsy-turvy", "in disorderly haste", "topsy-turvy"]]}, {"answer": "totally", "hint": "synonyms for totally", "clues": [["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "completely"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "altogether"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "all"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "whole"], ["wholly", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "wholly"], ["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "entirely"]]}, {"answer": "traitorously", "hint": "synonyms for traitorously", "clues": [["treacherously", "in a disloyal and faithless manner", "treacherously"], ["faithlessly", "in a disloyal and faithless manner", "faithlessly"], ["false", "in a disloyal and faithless manner", "false"], ["treasonably", "in a disloyal and faithless manner", "treasonably"]]}, {"answer": "treacherously", "hint": "synonyms for treacherously", "clues": [["traitorously", "in a disloyal and faithless manner", "traitorously"], ["faithlessly", "in a disloyal and faithless manner", "faithlessly"], ["false", "in a disloyal and faithless manner", "false"], ["treasonably", "in a disloyal and faithless manner", "treasonably"]]}, {"answer": "treasonably", "hint": "synonyms for treasonably", "clues": [["traitorously", "in a disloyal and faithless manner", "traitorously"], ["treacherously", "in a disloyal and faithless manner", "treacherously"], ["faithlessly", "in a disloyal and faithless manner", "faithlessly"], ["false", "in a disloyal and faithless manner", "false"]]}, {"answer": "trickily", "hint": "synonyms for trickily", "clues": [["artfully", "in an artful manner", "artfully"], ["foxily", "in an artful manner", "foxily"], ["slyly", "in an artful manner", "slyly"], ["cunningly", "in an artful manner", "cunningly"], ["craftily", "in an artful manner", "craftily"], ["knavishly", "in an artful manner", "knavishly"]]}, {"answer": "truly", "hint": "synonyms for truly", "clues": [["really", "in fact (used as intensifiers or sentence modifiers)", "really"], ["rightfully", "by right", "rightfully"], ["sincerely", "with sincerity; without pretense", "sincerely"], ["genuinely", "in accordance with truth or fact or reality", "genuinely"], ["unfeignedly", "with sincerity; without pretense", "unfeignedly"], ["in truth", "in fact (used as intensifiers or sentence modifiers)", "in truth"]]}, {"answer": "ultimately", "hint": "synonyms for ultimately", "clues": [["at long last", "as the end result of a succession or process", "at long last"], ["at last", "as the end result of a succession or process", "at last"], ["finally", "as the end result of a succession or process", "finally"], ["in the end", "as the end result of a succession or process", "in the end"]]}, {"answer": "unceasingly", "hint": "synonyms for unceasingly", "clues": [["ceaselessly", "with unflagging resolve", "ceaselessly"], ["unendingly", "with unflagging resolve", "unendingly"], ["continuously", "with unflagging resolve", "continuously"], ["endlessly", "with unflagging resolve", "endlessly"], ["incessantly", "with unflagging resolve", "incessantly"]]}, {"answer": "unendingly", "hint": "synonyms for unendingly", "clues": [["ceaselessly", "with unflagging resolve", "ceaselessly"], ["unceasingly", "with unflagging resolve", "unceasingly"], ["continuously", "with unflagging resolve", "continuously"], ["endlessly", "with unflagging resolve", "endlessly"], ["incessantly", "with unflagging resolve", "incessantly"]]}, {"answer": "unexpectedly", "hint": "synonyms for unexpectedly", "clues": [["circumstantially", "without advance planning", "circumstantially"], ["accidentally", "without advance planning", "accidentally"], ["by chance", "without advance planning", "by chance"], ["out of the blue", "in a way that was not expected", "out of the blue"]]}, {"answer": "unprofitably", "hint": "synonyms for unprofitably", "clues": [["profitlessly", "without gain or profit", "profitlessly"], ["gainlessly", "without gain or profit", "gainlessly"], ["fruitlessly", "in an unproductive manner", "fruitlessly"], ["unproductively", "in an unproductive manner", "unproductively"]]}, {"answer": "unquestionably", "hint": "synonyms for unquestionably", "clues": [["by all odds", "without question and beyond doubt", "by all odds"], ["emphatically", "without question and beyond doubt", "emphatically"], ["in spades", "without question and beyond doubt", "in spades"], ["unimpeachably", "without question", "unimpeachably"], ["definitely", "without question and beyond doubt", "definitely"], ["decidedly", "without question and beyond doubt", "decidedly"]]}, {"answer": "unremarkably", "hint": "synonyms for unremarkably", "clues": [["ordinarily", "under normal conditions", "ordinarily"], ["commonly", "under normal conditions", "commonly"], ["normally", "under normal conditions", "normally"], ["usually", "under normal conditions", "usually"]]}, {"answer": "until_now", "hint": "synonyms for until now", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["til now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "til now"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "so far"]]}, {"answer": "up_to_now", "hint": "synonyms for up to now", "clues": [["yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "yet"], ["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"], ["so far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "so far"], ["to date", "prior to the present time", "to date"]]}, {"answer": "usually", "hint": "synonyms for usually", "clues": [["ordinarily", "under normal conditions", "ordinarily"], ["commonly", "under normal conditions", "commonly"], ["unremarkably", "under normal conditions", "unremarkably"], ["normally", "under normal conditions", "normally"]]}, {"answer": "very_much", "hint": "synonyms for very much", "clues": [["a good deal", "to a very great degree or extent", "a good deal"], ["much", "to a very great degree or extent", "much"], ["lots", "to a very great degree or extent", "lots"], ["a lot", "to a very great degree or extent", "a lot"], ["a great deal", "to a very great degree or extent", "a great deal"]]}, {"answer": "videlicet", "hint": "synonyms for videlicet", "clues": [["viz.", "as follows", "viz."], ["to wit", "as follows", "to wit"], ["that is to say", "as follows", "that is to say"], ["namely", "as follows", "namely"]]}, {"answer": "virtually", "hint": "synonyms for virtually", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "nigh"], ["well-nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "well-nigh"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but", "almost"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but", "nearly"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but", "about"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but", "most"]]}, {"answer": "viz.", "hint": "synonyms for viz.", "clues": [["videlicet", "as follows", "videlicet"], ["to wit", "as follows", "to wit"], ["that is to say", "as follows", "that is to say"], ["namely", "as follows", "namely"]]}, {"answer": "wackily", "hint": "synonyms for wackily", "clues": [["balmily", "in a mildly insane manner", "balmily"], ["nuttily", "in a mildly insane manner", "nuttily"], ["daftly", "in a mildly insane manner", "daftly"], ["dottily", "in a mildly insane manner", "dottily"]]}, {"answer": "well-nigh", "hint": "synonyms for well-nigh", "clues": [["nigh", "(of actions or states) slightly short of or not quite accomplished; all but", "nigh"], ["almost", "(of actions or states) slightly short of or not quite accomplished; all but", "almost"], ["nearly", "(of actions or states) slightly short of or not quite accomplished; all but", "nearly"], ["virtually", "(of actions or states) slightly short of or not quite accomplished; all but", "virtually"], ["about", "(of actions or states) slightly short of or not quite accomplished; all but", "about"], ["most", "(of actions or states) slightly short of or not quite accomplished; all but", "most"]]}, {"answer": "when_the_time_comes", "hint": "synonyms for when the time comes", "clues": [["in due season", "at the appropriate time", "in due season"], ["in due course", "at the appropriate time", "in due course"], ["in due time", "at the appropriate time", "in due time"], ["in good time", "at the appropriate time", "in good time"]]}, {"answer": "wholly", "hint": "synonyms for wholly", "clues": [["totally", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "totally"], ["completely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "completely"], ["altogether", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "altogether"], ["whole", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "whole"], ["entirely", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "entirely"], ["all", "to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly')", "all"]]}, {"answer": "willy-nilly", "hint": "synonyms for willy-nilly", "clues": [["at random", "in a random manner", "at random"], ["randomly", "in a random manner", "randomly"], ["every which way", "in a random manner", "every which way"], ["arbitrarily", "in a random manner", "arbitrarily"], ["indiscriminately", "in a random manner", "indiscriminately"], ["haphazardly", "in a random manner", "haphazardly"]]}, {"answer": "withal", "hint": "synonyms for withal", "clues": [["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["still", "despite anything to the contrary (usually following a concession)", "still"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"], ["yet", "despite anything to the contrary (usually following a concession)", "yet"]]}, {"answer": "wonderfully", "hint": "synonyms for wonderfully", "clues": [["marvelously", "(used as an intensifier) extremely well", "marvelously"], ["toppingly", "(used as an intensifier) extremely well", "toppingly"], ["wondrous", "(used as an intensifier) extremely well", "wondrous"], ["superbly", "(used as an intensifier) extremely well", "superbly"], ["terrifically", "(used as an intensifier) extremely well", "terrifically"]]}, {"answer": "wondrously", "hint": "synonyms for wondrously", "clues": [["marvelously", "(used as an intensifier) extremely well", "marvelously"], ["toppingly", "(used as an intensifier) extremely well", "toppingly"], ["wondrous", "(used as an intensifier) extremely well", "wondrous"], ["superbly", "(used as an intensifier) extremely well", "superbly"], ["wonderfully", "(used as an intensifier) extremely well", "wonderfully"], ["terrifically", "(used as an intensifier) extremely well", "terrifically"]]}, {"answer": "yet", "hint": "synonyms for yet", "clues": [["hitherto", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "hitherto"], ["until now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "until now"], ["nonetheless", "despite anything to the contrary (usually following a concession)", "nonetheless"], ["still", "to a greater degree or extent; used with comparisons", "still"], ["so far", "used after a superlative", "so far"], ["nevertheless", "despite anything to the contrary (usually following a concession)", "nevertheless"], ["up to now", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "up to now"], ["in time", "within an indefinite time or at an unspecified future time", "in time"], ["thus far", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "thus far"], ["heretofore", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "heretofore"], ["all the same", "despite anything to the contrary (usually following a concession)", "all the same"], ["even so", "despite anything to the contrary (usually following a concession)", "even so"], ["notwithstanding", "despite anything to the contrary (usually following a concession)", "notwithstanding"], ["even", "to a greater degree or extent; used with comparisons", "even"], ["however", "despite anything to the contrary (usually following a concession)", "however"], ["withal", "despite anything to the contrary (usually following a concession)", "withal"], ["as yet", "used in negative statement to describe a situation that has existed up to this point or up to the present time", "as yet"]]}], "portion": 0.54}, {"name": "nouns", "groups": [{"answer": "0", "hint": "synonyms for 0", "clues": [["cypher", "a mathematical element that when added to another number yields the same number", "cypher"], ["cipher", "a mathematical element that when added to another number yields the same number", "cipher"], ["zero", "a mathematical element that when added to another number yields the same number", "zero"], ["nought", "a mathematical element that when added to another number yields the same number", "nought"]]}, {"answer": "1", "hint": "synonyms for 1", "clues": [["single", "the smallest whole number or a numeral representing this number", "single"], ["ace", "the smallest whole number or a numeral representing this number", "ace"], ["unity", "the smallest whole number or a numeral representing this number", "unity"], ["one", "the smallest whole number or a numeral representing this number", "one"]]}, {"answer": "1000", "hint": "synonyms for 1000", "clues": [["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"]]}, {"answer": "3", "hint": "synonyms for 3", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "4", "hint": "synonyms for 4", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "5", "hint": "synonyms for 5", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "6", "hint": "synonyms for 6", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "7", "hint": "synonyms for 7", "clues": [["seven", "the cardinal number that is the sum of six and one", "seven"], ["sevener", "the cardinal number that is the sum of six and one", "sevener"], ["septenary", "the cardinal number that is the sum of six and one", "septenary"], ["septet", "the cardinal number that is the sum of six and one", "septet"], ["heptad", "the cardinal number that is the sum of six and one", "heptad"]]}, {"answer": "8", "hint": "synonyms for 8", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"], ["octet", "the cardinal number that is the sum of seven and one", "octet"]]}, {"answer": "abstract", "hint": "synonyms for abstract", "clues": [["outline", "a sketchy summary of the main points of an argument or theory", "outline"], ["synopsis", "a sketchy summary of the main points of an argument or theory", "synopsis"], ["abstraction", "a concept or idea not associated with any specific instance", "abstraction"], ["precis", "a sketchy summary of the main points of an argument or theory", "precis"]]}, {"answer": "accessory", "hint": "synonyms for accessory", "clues": [["accouterment", "clothing that is worn or carried, but not part of your main clothing", "accouterment"], ["supplement", "a supplementary component that improves capability", "supplement"], ["appurtenance", "a supplementary component that improves capability", "appurtenance"], ["add-on", "a supplementary component that improves capability", "add-on"]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["1", "the smallest whole number or a numeral representing this number", "1"], ["one", "the smallest whole number or a numeral representing this number", "one"], ["unity", "the smallest whole number or a numeral representing this number", "unity"], ["angiotensin converting enzyme", "proteolytic enzyme that converts angiotensin I into angiotensin II", "angiotensin converting enzyme"], ["single", "the smallest whole number or a numeral representing this number", "single"]]}, {"answer": "acid", "hint": "synonyms for acid", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "advance", "hint": "synonyms for advance", "clues": [["forward motion", "the act of moving forward (as toward a goal)", "forward motion"], ["approach", "a tentative suggestion designed to elicit the reactions of others", "approach"], ["advancement", "the act of moving forward (as toward a goal)", "advancement"], ["improvement", "a change for the better; progress in development", "improvement"], ["progression", "a movement forward", "progression"], ["cash advance", "an amount paid before it is earned", "cash advance"], ["feeler", "a tentative suggestion designed to elicit the reactions of others", "feeler"], ["progress", "a movement forward", "progress"], ["betterment", "a change for the better; progress in development", "betterment"], ["rise", "increase in price or value", "rise"], ["overture", "a tentative suggestion designed to elicit the reactions of others", "overture"]]}, {"answer": "agglomerate", "hint": "synonyms for agglomerate", "clues": [["cumulation", "a collection of objects laid on top of each other", "cumulation"], ["heap", "a collection of objects laid on top of each other", "heap"], ["cumulus", "a collection of objects laid on top of each other", "cumulus"], ["mound", "a collection of objects laid on top of each other", "mound"], ["pile", "a collection of objects laid on top of each other", "pile"]]}, {"answer": "aggregate", "hint": "synonyms for aggregate", "clues": [["totality", "the whole amount", "totality"], ["sum", "the whole amount", "sum"], ["congeries", "a sum total of many heterogenous things taken together", "congeries"], ["total", "the whole amount", "total"], ["conglomeration", "a sum total of many heterogenous things taken together", "conglomeration"]]}, {"answer": "animal", "hint": "synonyms for animal", "clues": [["creature", "a living organism characterized by voluntary movement", "creature"], ["animate being", "a living organism characterized by voluntary movement", "animate being"], ["brute", "a living organism characterized by voluntary movement", "brute"], ["fauna", "a living organism characterized by voluntary movement", "fauna"], ["beast", "a living organism characterized by voluntary movement", "beast"]]}, {"answer": "antiaircraft", "hint": "synonyms for antiaircraft", "clues": [["ack-ack gun", "artillery designed to shoot upward at airplanes", "ack-ack gun"], ["pom-pom", "artillery designed to shoot upward at airplanes", "pom-pom"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes", "antiaircraft gun"], ["flak", "artillery designed to shoot upward at airplanes", "flak"], ["ack-ack", "artillery designed to shoot upward at airplanes", "ack-ack"]]}, {"answer": "antic", "hint": "synonyms for antic", "clues": [["prank", "a ludicrous or grotesque act done for fun and amusement", "prank"], ["joke", "a ludicrous or grotesque act done for fun and amusement", "joke"], ["trick", "a ludicrous or grotesque act done for fun and amusement", "trick"], ["put-on", "a ludicrous or grotesque act done for fun and amusement", "put-on"], ["caper", "a ludicrous or grotesque act done for fun and amusement", "caper"]]}, {"answer": "antifungal", "hint": "synonyms for antifungal", "clues": [["antimycotic agent", "any agent that destroys or prevents the growth of fungi", "antimycotic agent"], ["fungicide", "any agent that destroys or prevents the growth of fungi", "fungicide"], ["antimycotic", "any agent that destroys or prevents the growth of fungi", "antimycotic"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi", "antifungal agent"]]}, {"answer": "arctic", "hint": "synonyms for arctic", "clues": [["rubber", "a waterproof overshoe that protects shoes from water or snow", "rubber"], ["gumshoe", "a waterproof overshoe that protects shoes from water or snow", "gumshoe"], ["galosh", "a waterproof overshoe that protects shoes from water or snow", "galosh"], ["golosh", "a waterproof overshoe that protects shoes from water or snow", "golosh"]]}, {"answer": "ataractic", "hint": "synonyms for ataractic", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity", "antianxiety agent"], ["tranquilizer", "a drug used to reduce stress or tension without reducing mental clarity", "tranquilizer"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic drug"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic agent"]]}, {"answer": "azure", "hint": "synonyms for azure", "clues": [["lazuline", "a light shade of blue", "lazuline"], ["cerulean", "a light shade of blue", "cerulean"], ["sky-blue", "a light shade of blue", "sky-blue"], ["sapphire", "a light shade of blue", "sapphire"]]}, {"answer": "bacchanal", "hint": "synonyms for bacchanal", "clues": [["debauch", "a wild gathering involving excessive drinking and promiscuity", "debauch"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity", "saturnalia"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity", "drunken revelry"], ["orgy", "a wild gathering involving excessive drinking and promiscuity", "orgy"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity", "bacchanalia"], ["riot", "a wild gathering involving excessive drinking and promiscuity", "riot"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity", "debauchery"]]}, {"answer": "back", "hint": "synonyms for back", "clues": [["book binding", "the protective covering on the front, back, and spine of a book", "book binding"], ["binding", "the protective covering on the front, back, and spine of a book", "binding"], ["rear", "the side that goes last or is not normally seen", "rear"], ["cover", "the protective covering on the front, back, and spine of a book", "cover"], ["backrest", "a support that you can lean against while sitting", "backrest"]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained", "fundament"], ["root word", "(linguistics) the form of a word after all affixes are removed", "root word"], ["floor", "a lower limit", "floor"], ["home", "the place where you are stationed and from which missions start and end", "home"], ["al-Qaeda", "a terrorist network intensely opposed to the United States that dispenses money and logistical support and training to a wide variety of radical Islamic terrorist groups; has cells in more than 50 countries", "al-Qaeda"], ["basis", "the most important or necessary part of something", "basis"], ["theme", "(linguistics) the form of a word after all affixes are removed", "theme"], ["infrastructure", "the stock of basic facilities and capital equipment needed for the functioning of a country or area", "infrastructure"], ["groundwork", "the fundamental assumptions from which something is begun or developed or calculated or explained", "groundwork"], ["root", "(linguistics) the form of a word after all affixes are removed", "root"], ["foundation", "the fundamental assumptions from which something is begun or developed or calculated or explained", "foundation"], ["bag", "a place that the runner must touch before scoring", "bag"], ["stem", "(linguistics) the form of a word after all affixes are removed", "stem"], ["stand", "a support or foundation", "stand"], ["radix", "(numeration system) the positive integer that is equivalent to one in the next higher counting place", "radix"], ["substructure", "lowest support of a structure", "substructure"], ["nucleotide", "a phosphoric ester of a nucleoside; the basic structural unit of nucleic acids (DNA or RNA)", "nucleotide"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained", "cornerstone"], ["radical", "(linguistics) the form of a word after all affixes are removed", "radical"], ["base of operations", "installation from which a military force initiates operations", "base of operations"], ["foot", "lowest support of a structure", "foot"], ["alkali", "any of various water-soluble compounds capable of turning litmus blue and reacting with an acid to form a salt and water", "alkali"], ["pedestal", "a support or foundation", "pedestal"], ["understructure", "lowest support of a structure", "understructure"], ["al-Qa'ida", "a terrorist network intensely opposed to the United States that dispenses money and logistical support and training to a wide variety of radical Islamic terrorist groups; has cells in more than 50 countries", "al-Qa'ida"]]}, {"answer": "bass", "hint": "synonyms for bass", "clues": [["freshwater bass", "any of various North American freshwater fish with lean flesh (especially of the genus Micropterus)", "freshwater bass"], ["basso", "the lowest adult male singing voice", "basso"], ["bass part", "the lowest part in polyphonic music", "bass part"], ["sea bass", "the lean flesh of a saltwater fish of the family Serranidae", "sea bass"], ["bass voice", "the lowest adult male singing voice", "bass voice"]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["cricket bat", "the club used in playing cricket", "cricket bat"], ["bat", "a small racket with a long handle used for playing squash", "bat"], ["squash racket", "a small racket with a long handle used for playing squash", "squash racket"], ["at-bat", "(baseball) a turn trying to get a hit", "at-bat"]]}, {"answer": "bearing", "hint": "synonyms for bearing", "clues": [["presence", "dignified manner or conduct", "presence"], ["heraldic bearing", "heraldry consisting of a design or image depicted on a shield", "heraldic bearing"], ["mien", "dignified manner or conduct", "mien"], ["comportment", "dignified manner or conduct", "comportment"], ["heading", "the direction or path along which something moves or along which it lies", "heading"], ["posture", "characteristic way of bearing one's body", "posture"], ["aim", "the direction or path along which something moves or along which it lies", "aim"], ["charge", "heraldry consisting of a design or image depicted on a shield", "charge"], ["armorial bearing", "heraldry consisting of a design or image depicted on a shield", "armorial bearing"], ["carriage", "characteristic way of bearing one's body", "carriage"]]}, {"answer": "beat", "hint": "synonyms for beat", "clues": [["musical rhythm", "the basic rhythmic unit in a piece of music", "musical rhythm"], ["metre", "(prosody) the accent in a metrical foot of verse", "metre"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "heartbeat"], ["round", "a regular route for a sentry or policeman", "round"], ["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulse"], ["cadence", "(prosody) the accent in a metrical foot of verse", "cadence"], ["pulsation", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulsation"], ["meter", "(prosody) the accent in a metrical foot of verse", "meter"], ["measure", "(prosody) the accent in a metrical foot of verse", "measure"], ["rhythm", "the basic rhythmic unit in a piece of music", "rhythm"]]}, {"answer": "beginning", "hint": "synonyms for beginning", "clues": [["commencement", "the act of starting something", "commencement"], ["start", "the act of starting something", "start"], ["origin", "the place where something begins, where it springs into being", "origin"], ["source", "the place where something begins, where it springs into being", "source"], ["rootage", "the place where something begins, where it springs into being", "rootage"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["first", "the time at which something is supposed to begin", "first"], ["outset", "the time at which something is supposed to begin", "outset"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["root", "the place where something begins, where it springs into being", "root"], ["offset", "the time at which something is supposed to begin", "offset"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "billion", "hint": "synonyms for billion", "clues": [["gazillion", "a very large indefinite number (usually hyperbole)", "gazillion"], ["1000000000000", "the number that is represented as a one followed by 12 zeros; in the United Kingdom the usage followed in the United States is frequently seen", "1000000000000"], ["one thousand million", "the number that is represented as a one followed by 9 zeros", "one thousand million"], ["jillion", "a very large indefinite number (usually hyperbole)", "jillion"], ["trillion", "a very large indefinite number (usually hyperbole)", "trillion"], ["one million million", "the number that is represented as a one followed by 12 zeros; in the United Kingdom the usage followed in the United States is frequently seen", "one million million"]]}, {"answer": "binding", "hint": "synonyms for binding", "clues": [["book binding", "the protective covering on the front, back, and spine of a book", "book binding"], ["dressing", "the act of applying a bandage", "dressing"], ["cover", "the protective covering on the front, back, and spine of a book", "cover"], ["ski binding", "one of a pair of mechanical devices that are attached to a ski and that will grip a ski boot; the bindings should release in case of a fall", "ski binding"], ["bandaging", "the act of applying a bandage", "bandaging"], ["back", "the protective covering on the front, back, and spine of a book", "back"]]}, {"answer": "biquadratic", "hint": "synonyms for biquadratic", "clues": [["biquadratic equation", "an equation of the fourth degree", "biquadratic equation"], ["fourth power", "an algebraic equation of the fourth degree", "fourth power"], ["quartic", "an algebraic equation of the fourth degree", "quartic"], ["biquadratic polynomial", "a polynomial of the fourth degree", "biquadratic polynomial"], ["biquadrate", "an algebraic equation of the fourth degree", "biquadrate"]]}, {"answer": "blank", "hint": "synonyms for blank", "clues": [["dummy", "a cartridge containing an explosive charge but no bullet", "dummy"], ["lacuna", "a blank gap or missing part", "lacuna"], ["space", "a blank character used to separate successive words in writing or printing", "space"], ["blank shell", "a cartridge containing an explosive charge but no bullet", "blank shell"]]}, {"answer": "blaring", "hint": "synonyms for blaring", "clues": [["din", "a loud harsh or strident noise", "din"], ["cacophony", "a loud harsh or strident noise", "cacophony"], ["clamor", "a loud harsh or strident noise", "clamor"], ["blare", "a loud harsh or strident noise", "blare"]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["nictation", "a reflex that closes and opens the eyes rapidly", "nictation"], ["eye blink", "a reflex that closes and opens the eyes rapidly", "eye blink"], ["wink", "a reflex that closes and opens the eyes rapidly", "wink"], ["blink", "a reflex that closes and opens the eyes rapidly", "blink"]]}, {"answer": "blue", "hint": "synonyms for blue", "clues": [["blue air", "the sky as viewed during daylight", "blue air"], ["blueness", "blue color or pigment; resembling the color of the clear sky in the daytime", "blueness"], ["wild blue yonder", "the sky as viewed during daylight", "wild blue yonder"], ["blue sky", "the sky as viewed during daylight", "blue sky"], ["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "amobarbital sodium"], ["blueing", "used to whiten laundry or hair or give it a bluish tinge", "blueing"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue angel"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue devil"]]}, {"answer": "bone", "hint": "synonyms for bone", "clues": [["ivory", "a shade of white the color of bleached bones", "ivory"], ["osseous tissue", "the porous calcified substance from which bones are made", "osseous tissue"], ["pearl", "a shade of white the color of bleached bones", "pearl"], ["off-white", "a shade of white the color of bleached bones", "off-white"]]}, {"answer": "borderline", "hint": "synonyms for borderline", "clues": [["boundary line", "a line that indicates a boundary", "boundary line"], ["mete", "a line that indicates a boundary", "mete"], ["border", "a line that indicates a boundary", "border"], ["delimitation", "a line that indicates a boundary", "delimitation"]]}, {"answer": "bottom", "hint": "synonyms for bottom", "clues": [["underside", "the lower side of anything", "underside"], ["bottom of the inning", "the second half of an inning; while the home team is at bat", "bottom of the inning"], ["merchantman", "a cargo ship", "merchantman"], ["bed", "a depression forming the ground under a body of water", "bed"], ["merchant ship", "a cargo ship", "merchant ship"], ["freighter", "a cargo ship", "freighter"], ["bottomland", "low-lying alluvial land near a river", "bottomland"], ["undersurface", "the lower side of anything", "undersurface"]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["edge", "a line determining the limits of an area", "edge"], ["bounds", "the line or plane indicating the limit or extent of something", "bounds"], ["spring", "a light, self-propelled movement upwards or forwards", "spring"], ["boundary", "a line determining the limits of an area", "boundary"], ["leaping", "a light, self-propelled movement upwards or forwards", "leaping"], ["limit", "the greatest possible degree of something", "limit"], ["bounce", "a light, self-propelled movement upwards or forwards", "bounce"], ["saltation", "a light, self-propelled movement upwards or forwards", "saltation"]]}, {"answer": "brag", "hint": "synonyms for brag", "clues": [["vaporing", "an instance of boastful talk", "vaporing"], ["bragging", "an instance of boastful talk", "bragging"], ["gasconade", "an instance of boastful talk", "gasconade"], ["line-shooting", "an instance of boastful talk", "line-shooting"], ["crow", "an instance of boastful talk", "crow"]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["vaporing", "an instance of boastful talk", "vaporing"], ["gasconade", "an instance of boastful talk", "gasconade"], ["brag", "an instance of boastful talk", "brag"], ["line-shooting", "an instance of boastful talk", "line-shooting"], ["crow", "an instance of boastful talk", "crow"]]}, {"answer": "breeding", "hint": "synonyms for breeding", "clues": [["reproduction", "the sexual activity of conceiving and bearing offspring", "reproduction"], ["rearing", "helping someone grow up to be an accepted member of the community", "rearing"], ["training", "the result of good upbringing (especially knowledge of correct social behavior)", "training"], ["fostering", "helping someone grow up to be an accepted member of the community", "fostering"], ["nurture", "helping someone grow up to be an accepted member of the community", "nurture"], ["raising", "helping someone grow up to be an accepted member of the community", "raising"], ["gentility", "elegance by virtue of fineness of manner and expression", "gentility"], ["facts of life", "the sexual activity of conceiving and bearing offspring", "facts of life"], ["education", "the result of good upbringing (especially knowledge of correct social behavior)", "education"], ["procreation", "the sexual activity of conceiving and bearing offspring", "procreation"], ["upbringing", "helping someone grow up to be an accepted member of the community", "upbringing"], ["genteelness", "elegance by virtue of fineness of manner and expression", "genteelness"], ["bringing up", "helping someone grow up to be an accepted member of the community", "bringing up"], ["fosterage", "helping someone grow up to be an accepted member of the community", "fosterage"]]}, {"answer": "broadside", "hint": "synonyms for broadside", "clues": [["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "circular"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flier"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "bill"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "throwaway"], ["philippic", "a speech of violent denunciation", "philippic"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flyer"], ["tirade", "a speech of violent denunciation", "tirade"]]}, {"answer": "brute", "hint": "synonyms for brute", "clues": [["creature", "a living organism characterized by voluntary movement", "creature"], ["animate being", "a living organism characterized by voluntary movement", "animate being"], ["animal", "a living organism characterized by voluntary movement", "animal"], ["fauna", "a living organism characterized by voluntary movement", "fauna"], ["beast", "a living organism characterized by voluntary movement", "beast"]]}, {"answer": "buff", "hint": "synonyms for buff", "clues": [["raw sienna", "a medium to dark tan color", "raw sienna"], ["buffer", "an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)", "buffer"], ["caramel brown", "a medium to dark tan color", "caramel brown"], ["caramel", "a medium to dark tan color", "caramel"], ["yellowish brown", "a medium to dark tan color", "yellowish brown"]]}, {"answer": "burlesque", "hint": "synonyms for burlesque", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "bust", "hint": "synonyms for bust", "clues": [["flop", "a complete failure", "flop"], ["bout", "an occasion for excessive eating or drinking", "bout"], ["binge", "an occasion for excessive eating or drinking", "binge"], ["tear", "an occasion for excessive eating or drinking", "tear"], ["fizzle", "a complete failure", "fizzle"]]}, {"answer": "c", "hint": "synonyms for c", "clues": [["ascorbic acid", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy", "ascorbic acid"], ["cytosine", "a base found in DNA and RNA and derived from pyrimidine; pairs with guanine", "cytosine"], ["deoxycytidine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)", "deoxycytidine monophosphate"], ["degree Celsius", "a degree on the centigrade scale of temperature", "degree Celsius"], ["100", "ten 10s", "100"], ["atomic number 6", "an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds", "atomic number 6"], ["coulomb", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second", "coulomb"], ["century", "ten 10s", "century"], ["hundred", "ten 10s", "hundred"], ["snow", "street names for cocaine", "snow"], ["degree centigrade", "a degree on the centigrade scale of temperature", "degree centigrade"], ["one C", "ten 10s", "one C"], ["blow", "street names for cocaine", "blow"], ["ampere-second", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second", "ampere-second"], ["vitamin C", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy", "vitamin C"], ["nose candy", "street names for cocaine", "nose candy"], ["coke", "street names for cocaine", "coke"], ["light speed", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second", "light speed"], ["carbon", "an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds", "carbon"], ["speed of light", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second", "speed of light"]]}, {"answer": "caesarean", "hint": "synonyms for caesarean", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "caesarian", "hint": "synonyms for caesarian", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "calm", "hint": "synonyms for calm", "clues": [["calmness", "steadiness of mind under stress", "calmness"], ["calm air", "wind moving at less than 1 knot; 0 on the Beaufort scale", "calm air"], ["equanimity", "steadiness of mind under stress", "equanimity"], ["composure", "steadiness of mind under stress", "composure"]]}, {"answer": "camp", "hint": "synonyms for camp", "clues": [["cantonment", "temporary living quarters specially built by the army for soldiers", "cantonment"], ["clique", "an exclusive circle of people with a common purpose", "clique"], ["pack", "an exclusive circle of people with a common purpose", "pack"], ["encampment", "temporary living quarters specially built by the army for soldiers", "encampment"], ["coterie", "an exclusive circle of people with a common purpose", "coterie"], ["ingroup", "an exclusive circle of people with a common purpose", "ingroup"], ["inner circle", "an exclusive circle of people with a common purpose", "inner circle"], ["summer camp", "a site where care and activities are provided for children during the summer months", "summer camp"], ["bivouac", "temporary living quarters specially built by the army for soldiers", "bivouac"], ["refugee camp", "shelter for persons displaced by war or political oppression or for religious beliefs", "refugee camp"]]}, {"answer": "capital", "hint": "synonyms for capital", "clues": [["working capital", "assets available for use in the production of further assets", "working capital"], ["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "majuscule"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "upper-case letter"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital letter"], ["chapiter", "the upper part of a column that supports the entablature", "chapiter"], ["cap", "the upper part of a column that supports the entablature", "cap"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "uppercase"]]}, {"answer": "caramel", "hint": "synonyms for caramel", "clues": [["raw sienna", "a medium to dark tan color", "raw sienna"], ["buff", "a medium to dark tan color", "buff"], ["caramelized sugar", "burnt sugar; used to color and flavor food", "caramelized sugar"], ["caramel brown", "a medium to dark tan color", "caramel brown"], ["yellowish brown", "a medium to dark tan color", "yellowish brown"]]}, {"answer": "caramel_brown", "hint": "synonyms for caramel brown", "clues": [["raw sienna", "a medium to dark tan color", "raw sienna"], ["buff", "a medium to dark tan color", "buff"], ["caramel", "a medium to dark tan color", "caramel"], ["yellowish brown", "a medium to dark tan color", "yellowish brown"]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["espial", "the act of detecting something; catching sight of something", "espial"], ["detection", "the act of detecting something; catching sight of something", "detection"], ["spotting", "the act of detecting something; catching sight of something", "spotting"], ["contracting", "becoming infected", "contracting"], ["spying", "the act of detecting something; catching sight of something", "spying"]]}, {"answer": "cc", "hint": "synonyms for cc", "clues": [["milliliter", "a metric unit of volume equal to one thousandth of a liter", "milliliter"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter", "cubic centimetre"], ["ml", "a metric unit of volume equal to one thousandth of a liter", "ml"], ["mil", "a metric unit of volume equal to one thousandth of a liter", "mil"]]}, {"answer": "cd", "hint": "synonyms for cd", "clues": [["standard candle", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin", "standard candle"], ["cadmium", "a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores", "cadmium"], ["candle", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin", "candle"], ["compact disc", "a digitally encoded recording on an optical disk that is smaller than a phonograph record; played back by a laser", "compact disc"], ["candela", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin", "candela"], ["certificate of deposit", "a debt instrument issued by a bank; usually pays interest", "certificate of deposit"], ["atomic number 48", "a soft bluish-white ductile malleable toxic bivalent metallic element; occurs in association with zinc ores", "atomic number 48"]]}, {"answer": "center", "hint": "synonyms for center", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "mall"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["heart", "an area that is approximately central within some larger region", "heart"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["centre", "the object upon which interest and attention focuses", "centre"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["center of attention", "the object upon which interest and attention focuses", "center of attention"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping mall"], ["eye", "an area that is approximately central within some larger region", "eye"], ["center field", "the piece of ground in the outfield directly ahead of the catcher", "center field"], ["shopping center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping center"], ["middle", "an area that is approximately central within some larger region", "middle"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["midpoint", "a point equidistant from the ends of a line or the extremities of a figure", "midpoint"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "plaza"]]}, {"answer": "cerulean", "hint": "synonyms for cerulean", "clues": [["lazuline", "a light shade of blue", "lazuline"], ["sky-blue", "a light shade of blue", "sky-blue"], ["azure", "a light shade of blue", "azure"], ["sapphire", "a light shade of blue", "sapphire"]]}, {"answer": "cesarean", "hint": "synonyms for cesarean", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "cesarian", "hint": "synonyms for cesarian", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["caesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian"], ["cesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "chance", "hint": "synonyms for chance", "clues": [["luck", "an unknown and unpredictable phenomenon that causes an event to result one way rather than another", "luck"], ["fortune", "an unknown and unpredictable phenomenon that causes an event to result one way rather than another", "fortune"], ["hazard", "an unknown and unpredictable phenomenon that causes an event to result one way rather than another", "hazard"], ["probability", "a measure of how likely it is that some event will occur; a number expressing the ratio of favorable cases to the whole number of cases possible", "probability"]]}, {"answer": "charcoal", "hint": "synonyms for charcoal", "clues": [["charcoal grey", "a very dark grey color", "charcoal grey"], ["oxford gray", "a very dark grey color", "oxford gray"], ["fusain", "a stick of black carbon material used for drawing", "fusain"], ["wood coal", "a carbonaceous material obtained by heating wood or other organic matter in the absence of air", "wood coal"]]}, {"answer": "chic", "hint": "synonyms for chic", "clues": [["modishness", "elegance by virtue of being fashionable", "modishness"], ["chichi", "elegance by virtue of being fashionable", "chichi"], ["smartness", "elegance by virtue of being fashionable", "smartness"], ["stylishness", "elegance by virtue of being fashionable", "stylishness"], ["last word", "elegance by virtue of being fashionable", "last word"], ["chicness", "elegance by virtue of being fashionable", "chicness"], ["swank", "elegance by virtue of being fashionable", "swank"]]}, {"answer": "chichi", "hint": "synonyms for chichi", "clues": [["modishness", "elegance by virtue of being fashionable", "modishness"], ["chic", "elegance by virtue of being fashionable", "chic"], ["stylishness", "elegance by virtue of being fashionable", "stylishness"], ["last word", "elegance by virtue of being fashionable", "last word"], ["chicness", "elegance by virtue of being fashionable", "chicness"], ["smartness", "elegance by virtue of being fashionable", "smartness"], ["swank", "elegance by virtue of being fashionable", "swank"]]}, {"answer": "choice", "hint": "synonyms for choice", "clues": [["option", "the act of choosing or selecting", "option"], ["alternative", "one of a number of things from which only one can be chosen", "alternative"], ["pick", "the act of choosing or selecting", "pick"], ["selection", "the person or thing chosen or selected", "selection"]]}, {"answer": "circular", "hint": "synonyms for circular", "clues": [["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flier"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flyer"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "bill"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "throwaway"]]}, {"answer": "cleft", "hint": "synonyms for cleft", "clues": [["crevice", "a long narrow opening", "crevice"], ["crack", "a long narrow opening", "crack"], ["fissure", "a long narrow opening", "fissure"], ["scissure", "a long narrow opening", "scissure"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["finis", "the concluding part of any performance", "finis"], ["closing curtain", "the concluding part of any performance", "closing curtain"], ["end", "the last section of a communication", "end"], ["conclusion", "the last section of a communication", "conclusion"], ["finale", "the concluding part of any performance", "finale"], ["stopping point", "the temporal end; the concluding time", "stopping point"], ["last", "the temporal end; the concluding time", "last"], ["closing", "the last section of a communication", "closing"]]}, {"answer": "closing", "hint": "synonyms for closing", "clues": [["completion", "a concluding action", "completion"], ["windup", "a concluding action", "windup"], ["closedown", "termination of operations", "closedown"], ["mop up", "a concluding action", "mop up"], ["shutting", "the act of closing something", "shutting"], ["end", "the last section of a communication", "end"], ["conclusion", "the last section of a communication", "conclusion"], ["close", "the last section of a communication", "close"], ["shutdown", "termination of operations", "shutdown"], ["closure", "approaching a particular destination; a coming closer; a narrowing of a gap", "closure"], ["culmination", "a concluding action", "culmination"]]}, {"answer": "cold", "hint": "synonyms for cold", "clues": [["coldness", "the sensation produced by low temperatures", "coldness"], ["frigidity", "the absence of heat", "frigidity"], ["low temperature", "the absence of heat", "low temperature"], ["frigidness", "the absence of heat", "frigidness"]]}, {"answer": "color", "hint": "synonyms for color", "clues": [["colouring", "a visual attribute of things that results from the light they emit or transmit or reflect", "colouring"], ["colouring material", "any material used for its color", "colouring material"], ["colouration", "the timbre of a musical sound", "colouration"], ["semblance", "an outward or token appearance or form that is deliberately misleading", "semblance"], ["people of color", "a race with skin pigmentation different from the white race (especially Blacks)", "people of color"], ["vividness", "interest and variety and intensity", "vividness"], ["gloss", "an outward or token appearance or form that is deliberately misleading", "gloss"]]}, {"answer": "colour", "hint": "synonyms for colour", "clues": [["color", "any material used for its color", "color"], ["colouring", "a visual attribute of things that results from the light they emit or transmit or reflect", "colouring"], ["colouring material", "any material used for its color", "colouring material"], ["colouration", "the timbre of a musical sound", "colouration"], ["semblance", "an outward or token appearance or form that is deliberately misleading", "semblance"], ["people of color", "a race with skin pigmentation different from the white race (especially Blacks)", "people of color"], ["vividness", "interest and variety and intensity", "vividness"], ["gloss", "an outward or token appearance or form that is deliberately misleading", "gloss"]]}, {"answer": "comestible", "hint": "synonyms for comestible", "clues": [["edible", "any substance that can be used as food", "edible"], ["eatable", "any substance that can be used as food", "eatable"], ["victuals", "any substance that can be used as food", "victuals"], ["pabulum", "any substance that can be used as food", "pabulum"]]}, {"answer": "coming", "hint": "synonyms for coming", "clues": [["sexual climax", "the moment of most intense pleasure in sexual intercourse", "sexual climax"], ["approaching", "the act of drawing spatially closer to something", "approaching"], ["climax", "the moment of most intense pleasure in sexual intercourse", "climax"], ["orgasm", "the moment of most intense pleasure in sexual intercourse", "orgasm"], ["advent", "arrival that has been awaited (especially of something momentous)", "advent"]]}, {"answer": "commonplace", "hint": "synonyms for commonplace", "clues": [["bromide", "a trite or obvious remark", "bromide"], ["banality", "a trite or obvious remark", "banality"], ["platitude", "a trite or obvious remark", "platitude"], ["cliche", "a trite or obvious remark", "cliche"]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["compact car", "a small and economical car", "compact car"], ["covenant", "a signed written agreement between two or more parties (nations) to perform some action", "covenant"], ["concordat", "a signed written agreement between two or more parties (nations) to perform some action", "concordat"], ["powder compact", "a small cosmetics case with a mirror; to be carried in a woman's purse", "powder compact"]]}, {"answer": "connective", "hint": "synonyms for connective", "clues": [["conjunction", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences", "conjunction"], ["conjunctive", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences", "conjunctive"], ["connexion", "an instrumentality that connects", "connexion"], ["connector", "an instrumentality that connects", "connector"], ["continuative", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences", "continuative"]]}, {"answer": "constituent", "hint": "synonyms for constituent", "clues": [["component", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system", "component"], ["component part", "something determined in relation to something that includes it", "component part"], ["factor", "an abstract part of something", "factor"], ["element", "an abstract part of something", "element"], ["ingredient", "an abstract part of something", "ingredient"], ["grammatical constituent", "(grammar) a word or phrase or clause forming part of a larger grammatical construction", "grammatical constituent"], ["portion", "something determined in relation to something that includes it", "portion"], ["part", "something determined in relation to something that includes it", "part"]]}, {"answer": "content", "hint": "synonyms for content", "clues": [["subject matter", "what a communication that is about something is about", "subject matter"], ["substance", "what a communication that is about something is about", "substance"], ["mental object", "the sum or range of what has been perceived, discovered, or learned", "mental object"], ["depicted object", "something (a person or object or scene) selected by an artist or photographer for graphic representation", "depicted object"], ["subject", "something (a person or object or scene) selected by an artist or photographer for graphic representation", "subject"], ["cognitive content", "the sum or range of what has been perceived, discovered, or learned", "cognitive content"], ["capacity", "the amount that can be contained", "capacity"], ["message", "what a communication that is about something is about", "message"]]}, {"answer": "contrabass", "hint": "synonyms for contrabass", "clues": [["double bass", "largest and lowest member of the violin family", "double bass"], ["bass viol", "largest and lowest member of the violin family", "bass viol"], ["bull fiddle", "largest and lowest member of the violin family", "bull fiddle"], ["bass fiddle", "largest and lowest member of the violin family", "bass fiddle"], ["string bass", "largest and lowest member of the violin family", "string bass"]]}, {"answer": "contraceptive", "hint": "synonyms for contraceptive", "clues": [["prophylactic device", "an agent or device intended to prevent conception", "prophylactic device"], ["preventive", "an agent or device intended to prevent conception", "preventive"], ["birth control device", "an agent or device intended to prevent conception", "birth control device"], ["contraceptive device", "an agent or device intended to prevent conception", "contraceptive device"]]}, {"answer": "cool", "hint": "synonyms for cool", "clues": [["assuredness", "great coolness and composure under strain", "assuredness"], ["sang-froid", "great coolness and composure under strain", "sang-froid"], ["poise", "great coolness and composure under strain", "poise"], ["aplomb", "great coolness and composure under strain", "aplomb"]]}, {"answer": "counter", "hint": "synonyms for counter", "clues": [["sideboard", "a piece of furniture that stands at the side of a dining room; has shelves and drawers", "sideboard"], ["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)", "rejoinder"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)", "retort"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)", "replication"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)", "riposte"], ["heel counter", "a piece of leather forming the back of a shoe or boot", "heel counter"], ["buffet", "a piece of furniture that stands at the side of a dining room; has shelves and drawers", "buffet"], ["counterpunch", "a return punch (especially by a boxer)", "counterpunch"], ["tabulator", "a calculator that keeps a record of the number of times something happens", "tabulator"], ["return", "a quick reply to a question or remark (especially a witty or critical one)", "return"], ["parry", "a return punch (especially by a boxer)", "parry"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)", "comeback"]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["snap", "a sudden sharp noise", "snap"], ["cranny", "a long narrow depression in a surface", "cranny"], ["cleft", "a long narrow opening", "cleft"], ["fissure", "a long narrow depression in a surface", "fissure"], ["wisecrack", "witty remark", "wisecrack"], ["scissure", "a long narrow opening", "scissure"], ["chap", "a long narrow depression in a surface", "chap"], ["whirl", "a usually brief attempt", "whirl"], ["cracking", "the act of cracking something", "cracking"], ["sally", "witty remark", "sally"], ["fling", "a usually brief attempt", "fling"], ["gap", "a narrow opening", "gap"], ["crevice", "a long narrow depression in a surface", "crevice"], ["go", "a usually brief attempt", "go"], ["tornado", "a purified and potent form of cocaine that is smoked rather than snorted; highly addictive", "tornado"], ["quip", "witty remark", "quip"], ["pass", "a usually brief attempt", "pass"], ["offer", "a usually brief attempt", "offer"], ["crack cocaine", "a purified and potent form of cocaine that is smoked rather than snorted; highly addictive", "crack cocaine"], ["fracture", "the act of cracking something", "fracture"]]}, {"answer": "crackers", "hint": "synonyms for crackers", "clues": [["cracker", "a thin crisp wafer made of flour and water with or without leavening and shortening; unsweetened or semisweet", "cracker"], ["firecracker", "firework consisting of a small explosive charge and fuse in a heavy paper casing", "firecracker"], ["banger", "firework consisting of a small explosive charge and fuse in a heavy paper casing", "banger"], ["snapper", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends", "snapper"], ["cracker bonbon", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends", "cracker bonbon"]]}, {"answer": "crackle", "hint": "synonyms for crackle", "clues": [["crepitation", "the sharp sound of snapping noises", "crepitation"], ["crackle china", "glazed china with a network of fine cracks on the surface", "crackle china"], ["crackleware", "glazed china with a network of fine cracks on the surface", "crackleware"], ["crackling", "the sharp sound of snapping noises", "crackling"]]}, {"answer": "crank", "hint": "synonyms for crank", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["starter", "a hand tool consisting of a rotating shaft with parallel handle", "starter"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossbreeding"], ["mark", "a marking that consists of lines that cross each other", "mark"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridisation"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "interbreeding"], ["crisscross", "a marking that consists of lines that cross each other", "crisscross"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridizing"], ["crossing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossing"]]}, {"answer": "crowing", "hint": "synonyms for crowing", "clues": [["vaporing", "an instance of boastful talk", "vaporing"], ["gasconade", "an instance of boastful talk", "gasconade"], ["bragging", "an instance of boastful talk", "bragging"], ["brag", "an instance of boastful talk", "brag"], ["line-shooting", "an instance of boastful talk", "line-shooting"], ["crow", "an instance of boastful talk", "crow"]]}, {"answer": "crude", "hint": "synonyms for crude", "clues": [["petroleum", "a dark oil consisting mainly of hydrocarbons", "petroleum"], ["oil", "a dark oil consisting mainly of hydrocarbons", "oil"], ["rock oil", "a dark oil consisting mainly of hydrocarbons", "rock oil"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons", "fossil oil"], ["crude oil", "a dark oil consisting mainly of hydrocarbons", "crude oil"]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["war cry", "a slogan used to rally support for a cause", "war cry"], ["cry", "a loud utterance; often in protest or opposition", "cry"], ["yell", "a loud utterance; often in protest or opposition", "yell"], ["watchword", "a slogan used to rally support for a cause", "watchword"], ["battle cry", "a slogan used to rally support for a cause", "battle cry"], ["call", "a loud utterance; often in protest or opposition", "call"], ["vociferation", "a loud utterance; often in protest or opposition", "vociferation"], ["rallying cry", "a slogan used to rally support for a cause", "rallying cry"], ["shout", "a loud utterance; often in protest or opposition", "shout"], ["weeping", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)", "weeping"], ["tears", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)", "tears"], ["outcry", "a loud utterance; often in protest or opposition", "outcry"]]}, {"answer": "cunning", "hint": "synonyms for cunning", "clues": [["foxiness", "shrewdness as demonstrated by being skilled in deception", "foxiness"], ["wiliness", "shrewdness as demonstrated by being skilled in deception", "wiliness"], ["craft", "shrewdness as demonstrated by being skilled in deception", "craft"], ["slyness", "shrewdness as demonstrated by being skilled in deception", "slyness"], ["craftiness", "shrewdness as demonstrated by being skilled in deception", "craftiness"], ["guile", "shrewdness as demonstrated by being skilled in deception", "guile"]]}, {"answer": "custom", "hint": "synonyms for custom", "clues": [["usage", "accepted or habitual practice", "usage"], ["tradition", "a specific practice of long standing", "tradition"], ["customs", "money collected under a tariff", "customs"], ["impost", "money collected under a tariff", "impost"], ["usance", "accepted or habitual practice", "usance"], ["customs duty", "money collected under a tariff", "customs duty"]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["gash", "a trench resembling a furrow that was made by erosion or excavation", "gash"], ["stinger", "a remark capable of wounding mentally", "stinger"], ["cutting", "the act of cutting something into parts", "cutting"], ["excision", "the omission that is made when an editorial change shortens a written passage", "excision"], ["snub", "a refusal to recognize someone you know", "snub"], ["track", "a distinct selection of music from a recording or a compact disc", "track"], ["deletion", "the omission that is made when an editorial change shortens a written passage", "deletion"], ["baseball swing", "in baseball; a batter's attempt to hit a pitched ball", "baseball swing"], ["swing", "in baseball; a batter's attempt to hit a pitched ball", "swing"], ["cutting off", "the act of shortening something by chopping off the ends", "cutting off"], ["undercut", "(sports) a stroke that puts reverse spin on the ball", "undercut"], ["cut of meat", "a piece of meat that has been cut from an animal carcass", "cut of meat"], ["cold shoulder", "a refusal to recognize someone you know", "cold shoulder"]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["press cutting", "an excerpt cut from a newspaper or magazine", "press cutting"], ["film editing", "the activity of selecting the scenes to be shown and putting them together to create a film", "film editing"], ["cut", "the division of a deck of cards before dealing", "cut"], ["clipping", "an excerpt cut from a newspaper or magazine", "clipping"], ["newspaper clipping", "an excerpt cut from a newspaper or magazine", "newspaper clipping"], ["press clipping", "an excerpt cut from a newspaper or magazine", "press clipping"], ["thinning", "the act of diluting something", "thinning"], ["carving", "removing parts from hard material to create a desired pattern or shape", "carving"], ["cutting off", "the act of shortening something by chopping off the ends", "cutting off"]]}, {"answer": "d", "hint": "synonyms for d", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets", "cholecalciferol"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets", "ergocalciferol"], ["calciferol", "a fat-soluble vitamin that prevents rickets", "calciferol"], ["viosterol", "a fat-soluble vitamin that prevents rickets", "viosterol"], ["vitamin D", "a fat-soluble vitamin that prevents rickets", "vitamin D"], ["500", "the cardinal number that is the product of one hundred and five", "500"], ["five hundred", "the cardinal number that is the product of one hundred and five", "five hundred"]]}, {"answer": "dainty", "hint": "synonyms for dainty", "clues": [["delicacy", "something considered choice to eat", "delicacy"], ["goody", "something considered choice to eat", "goody"], ["kickshaw", "something considered choice to eat", "kickshaw"], ["treat", "something considered choice to eat", "treat"]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["tinker's dam", "something of little value", "tinker's dam"], ["shucks", "something of little value", "shucks"], ["hoot", "something of little value", "hoot"], ["red cent", "something of little value", "red cent"], ["darn", "something of little value", "darn"], ["shit", "something of little value", "shit"]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["hardihood", "the trait of being willing to undertake things that involve risk or danger", "hardihood"], ["hardiness", "the trait of being willing to undertake things that involve risk or danger", "hardiness"], ["dare", "a challenge to do something dangerous or foolhardy", "dare"], ["boldness", "the trait of being willing to undertake things that involve risk or danger", "boldness"]]}, {"answer": "dark", "hint": "synonyms for dark", "clues": [["nighttime", "the time after sunset and before sunrise while it is dark outside", "nighttime"], ["darkness", "an unenlightened state", "darkness"], ["night", "the time after sunset and before sunrise while it is dark outside", "night"], ["shadow", "an unilluminated area", "shadow"]]}, {"answer": "declarative", "hint": "synonyms for declarative", "clues": [["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative mood"], ["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative mood"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "fact mood"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "common mood"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative"]]}, {"answer": "derivative", "hint": "synonyms for derivative", "clues": [["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential coefficient"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential"], ["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derived function"], ["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "first derivative"], ["derivative instrument", "a financial instrument whose value is based on another security", "derivative instrument"]]}, {"answer": "determinant", "hint": "synonyms for determinant", "clues": [["epitope", "the site on the surface of an antigen molecule to which an antibody attaches itself", "epitope"], ["determining factor", "a determining or causal element or factor", "determining factor"], ["antigenic determinant", "the site on the surface of an antigen molecule to which an antibody attaches itself", "antigenic determinant"], ["causal factor", "a determining or causal element or factor", "causal factor"], ["determinative", "a determining or causal element or factor", "determinative"], ["determiner", "a determining or causal element or factor", "determiner"]]}, {"answer": "determinative", "hint": "synonyms for determinative", "clues": [["determinant", "a determining or causal element or factor", "determinant"], ["determining factor", "a determining or causal element or factor", "determining factor"], ["determiner", "one of a limited class of noun modifiers that determine the referents of noun phrases", "determiner"], ["causal factor", "a determining or causal element or factor", "causal factor"]]}, {"answer": "deterrent", "hint": "synonyms for deterrent", "clues": [["impediment", "something immaterial that interferes with or delays action or progress", "impediment"], ["check", "something immaterial that interferes with or delays action or progress", "check"], ["hinderance", "something immaterial that interferes with or delays action or progress", "hinderance"], ["balk", "something immaterial that interferes with or delays action or progress", "balk"], ["handicap", "something immaterial that interferes with or delays action or progress", "handicap"]]}, {"answer": "diagonal", "hint": "synonyms for diagonal", "clues": [["slash", "a punctuation mark (/) used to separate related items of information", "slash"], ["bias", "a line or cut across a fabric that is not at right angles to a side of the fabric", "bias"], ["stroke", "a punctuation mark (/) used to separate related items of information", "stroke"], ["separatrix", "a punctuation mark (/) used to separate related items of information", "separatrix"], ["virgule", "a punctuation mark (/) used to separate related items of information", "virgule"], ["solidus", "a punctuation mark (/) used to separate related items of information", "solidus"]]}, {"answer": "dickey", "hint": "synonyms for dickey", "clues": [["shirtfront", "a man's detachable insert (usually starched) to simulate the front of a shirt", "shirtfront"], ["dicky", "a small third seat in the back of an old-fashioned two-seater", "dicky"], ["dickey-seat", "a small third seat in the back of an old-fashioned two-seater", "dickey-seat"], ["dickie", "a man's detachable insert (usually starched) to simulate the front of a shirt", "dickie"]]}, {"answer": "dicky", "hint": "synonyms for dicky", "clues": [["shirtfront", "a man's detachable insert (usually starched) to simulate the front of a shirt", "shirtfront"], ["dickey", "a man's detachable insert (usually starched) to simulate the front of a shirt", "dickey"], ["dickey-seat", "a small third seat in the back of an old-fashioned two-seater", "dickey-seat"], ["dickie", "a small third seat in the back of an old-fashioned two-seater", "dickie"]]}, {"answer": "differential", "hint": "synonyms for differential", "clues": [["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential coefficient"], ["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derivative"], ["differential gear", "a bevel gear that permits rotation of two shafts at different speeds; used on the rear axle of automobiles to allow wheels to rotate at different speeds on curves", "differential gear"], ["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derived function"], ["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "first derivative"]]}, {"answer": "dirt", "hint": "synonyms for dirt", "clues": [["shite", "obscene terms for feces", "shite"], ["crap", "obscene terms for feces", "crap"], ["malicious gossip", "disgraceful gossip about the private lives of other people", "malicious gossip"], ["scandal", "disgraceful gossip about the private lives of other people", "scandal"], ["turd", "obscene terms for feces", "turd"], ["poop", "obscene terms for feces", "poop"], ["soil", "the part of the earth's surface consisting of humus and disintegrated rock", "soil"]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["doubling", "raising the stakes in a card game by a factor of 2", "doubling"], ["two-bagger", "a base hit on which the batter stops safely at second base", "two-bagger"], ["two-base hit", "a base hit on which the batter stops safely at second base", "two-base hit"], ["two-baser", "a base hit on which the batter stops safely at second base", "two-baser"]]}, {"answer": "dress", "hint": "synonyms for dress", "clues": [["wearing apparel", "clothing in general", "wearing apparel"], ["attire", "clothing of a distinctive style or for a particular occasion", "attire"], ["apparel", "clothing in general", "apparel"], ["frock", "a one-piece garment for a woman; has skirt and bodice", "frock"], ["clothes", "clothing in general", "clothes"], ["garb", "clothing of a distinctive style or for a particular occasion", "garb"]]}, {"answer": "eager", "hint": "synonyms for eager", "clues": [["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eagre"], ["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "aegir"], ["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "tidal bore"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "bore"]]}, {"answer": "eatable", "hint": "synonyms for eatable", "clues": [["edible", "any substance that can be used as food", "edible"], ["comestible", "any substance that can be used as food", "comestible"], ["victuals", "any substance that can be used as food", "victuals"], ["pabulum", "any substance that can be used as food", "pabulum"]]}, {"answer": "ebony", "hint": "synonyms for ebony", "clues": [["coal black", "a very dark black", "coal black"], ["pitch black", "a very dark black", "pitch black"], ["sable", "a very dark black", "sable"], ["jet black", "a very dark black", "jet black"], ["soot black", "a very dark black", "soot black"]]}, {"answer": "edible", "hint": "synonyms for edible", "clues": [["eatable", "any substance that can be used as food", "eatable"], ["comestible", "any substance that can be used as food", "comestible"], ["victuals", "any substance that can be used as food", "victuals"], ["pabulum", "any substance that can be used as food", "pabulum"]]}, {"answer": "eight", "hint": "synonyms for eight", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["8", "the cardinal number that is the sum of seven and one", "8"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["eight-spot", "one of four playing cards in a deck with eight pips on the face", "eight-spot"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"], ["octet", "the cardinal number that is the sum of seven and one", "octet"]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railway"], ["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "overhead railway"], ["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railroad"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "el"]]}, {"answer": "empyrean", "hint": "synonyms for empyrean", "clues": [["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "firmament"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "welkin"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "celestial sphere"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "vault of heaven"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "sphere"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "heavens"]]}, {"answer": "essential", "hint": "synonyms for essential", "clues": [["requirement", "anything indispensable", "requirement"], ["requisite", "anything indispensable", "requisite"], ["necessary", "anything indispensable", "necessary"], ["necessity", "anything indispensable", "necessity"]]}, {"answer": "evil", "hint": "synonyms for evil", "clues": [["evilness", "the quality of being morally wrong in principle or practice", "evilness"], ["wickedness", "morally objectionable behavior", "wickedness"], ["immorality", "morally objectionable behavior", "immorality"], ["iniquity", "morally objectionable behavior", "iniquity"]]}, {"answer": "excess", "hint": "synonyms for excess", "clues": [["nimiety", "a quantity much larger than is needed", "nimiety"], ["overindulgence", "excessive indulgence", "overindulgence"], ["inordinateness", "immoderation as a consequence of going beyond sufficient or permitted limits", "inordinateness"], ["surplusage", "a quantity much larger than is needed", "surplusage"], ["excessiveness", "immoderation as a consequence of going beyond sufficient or permitted limits", "excessiveness"], ["surplus", "a quantity much larger than is needed", "surplus"]]}, {"answer": "fancy", "hint": "synonyms for fancy", "clues": [["fantasy", "something many people believe that is false", "fantasy"], ["illusion", "something many people believe that is false", "illusion"], ["fondness", "a predisposition to like something", "fondness"], ["phantasy", "something many people believe that is false", "phantasy"], ["partiality", "a predisposition to like something", "partiality"]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["number one", "the first element in a countable series", "number one"], ["beginning", "the time at which something is supposed to begin", "beginning"], ["first-class honours degree", "an honours degree of the highest class", "first-class honours degree"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["low gear", "the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving", "low gear"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["number 1", "the first element in a countable series", "number 1"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["outset", "the time at which something is supposed to begin", "outset"], ["start", "the time at which something is supposed to begin", "start"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["first base", "the fielding position of the player on a baseball team who is stationed at first of the bases in the infield (counting counterclockwise from home plate)", "first base"], ["offset", "the time at which something is supposed to begin", "offset"], ["low", "the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving", "low"], ["first gear", "the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving", "first gear"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "fitting", "hint": "synonyms for fitting", "clues": [["try-on", "putting clothes on to see whether they fit", "try-on"], ["appointment", "(usually plural) furnishings and equipment (especially for a ship or hotel)", "appointment"], ["accommodation", "making or becoming suitable; adjusting to circumstances", "accommodation"], ["trying on", "putting clothes on to see whether they fit", "trying on"], ["adjustment", "making or becoming suitable; adjusting to circumstances", "adjustment"]]}, {"answer": "five", "hint": "synonyms for five", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["five-spot", "a playing card or a domino or a die whose upward face shows five pips", "five-spot"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["basketball team", "a team that plays basketball", "basketball team"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["news bulletin", "a short news announcement concerning some on-going news story", "news bulletin"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["flashgun", "a lamp for providing momentary light to take a photograph", "flashgun"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["newsbreak", "a short news announcement concerning some on-going news story", "newsbreak"], ["fanfare", "a gaudy outward display", "fanfare"], ["flare", "a burst of light used to communicate or illuminate", "flare"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"], ["flash lamp", "a lamp for providing momentary light to take a photograph", "flash lamp"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["photoflash", "a lamp for providing momentary light to take a photograph", "photoflash"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["flash bulb", "a lamp for providing momentary light to take a photograph", "flash bulb"], ["newsflash", "a short news announcement concerning some on-going news story", "newsflash"], ["flashing", "a short vivid experience", "flashing"], ["ostentation", "a gaudy outward display", "ostentation"]]}, {"answer": "flat", "hint": "synonyms for flat", "clues": [["apartment", "a suite of rooms usually on one floor of an apartment house", "apartment"], ["flat tire", "a deflated pneumatic tire", "flat tire"], ["flatcar", "freight car without permanent sides or roof", "flatcar"], ["flatbed", "freight car without permanent sides or roof", "flatbed"]]}, {"answer": "flip", "hint": "synonyms for flip", "clues": [["toss", "the act of flipping a coin", "toss"], ["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summerset"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somerset"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summersault"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somersaulting"], ["pass", "(sports) the act of throwing the ball to another member of your team", "pass"]]}, {"answer": "flowering", "hint": "synonyms for flowering", "clues": [["unfolding", "a developmental process", "unfolding"], ["efflorescence", "the time and process of budding and unfolding of blossoms", "efflorescence"], ["inflorescence", "the time and process of budding and unfolding of blossoms", "inflorescence"], ["anthesis", "the time and process of budding and unfolding of blossoms", "anthesis"], ["blossoming", "the time and process of budding and unfolding of blossoms", "blossoming"]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["gush", "a sudden rapid flow (as of water)", "gush"], ["outpouring", "a sudden rapid flow (as of water)", "outpouring"], ["bloom", "the period of greatest prosperity or productivity", "bloom"], ["flower", "the period of greatest prosperity or productivity", "flower"], ["boot", "the swift release of a store of affective force", "boot"], ["rush", "the swift release of a store of affective force", "rush"], ["blush", "sudden reddening of the face (as from embarrassment or guilt or shame or modesty)", "blush"], ["kick", "the swift release of a store of affective force", "kick"], ["blossom", "the period of greatest prosperity or productivity", "blossom"], ["charge", "the swift release of a store of affective force", "charge"], ["efflorescence", "the period of greatest prosperity or productivity", "efflorescence"], ["peak", "the period of greatest prosperity or productivity", "peak"], ["prime", "the period of greatest prosperity or productivity", "prime"], ["bang", "the swift release of a store of affective force", "bang"], ["heyday", "the period of greatest prosperity or productivity", "heyday"], ["thrill", "the swift release of a store of affective force", "thrill"]]}, {"answer": "fly", "hint": "synonyms for fly", "clues": [["fly front", "an opening in a garment that is closed by a zipper or by buttons concealed under a fold of cloth", "fly front"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "rainfly"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent-fly"], ["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent flap"], ["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly sheet"], ["fly ball", "(baseball) a hit that flies up in the air", "fly ball"]]}, {"answer": "following", "hint": "synonyms for following", "clues": [["chase", "the act of pursuing in an effort to overtake or capture", "chase"], ["pursuit", "the act of pursuing in an effort to overtake or capture", "pursuit"], ["followers", "a group of followers or enthusiasts", "followers"], ["pursual", "the act of pursuing in an effort to overtake or capture", "pursual"]]}, {"answer": "formal", "hint": "synonyms for formal", "clues": [["evening gown", "a gown for evening wear", "evening gown"], ["dinner gown", "a gown for evening wear", "dinner gown"], ["ball", "a lavish dance requiring formal attire", "ball"], ["dinner dress", "a gown for evening wear", "dinner dress"]]}, {"answer": "forte", "hint": "synonyms for forte", "clues": [["strength", "an asset of special worth or utility", "strength"], ["speciality", "an asset of special worth or utility", "speciality"], ["strong point", "an asset of special worth or utility", "strong point"], ["long suit", "an asset of special worth or utility", "long suit"], ["metier", "an asset of special worth or utility", "metier"], ["strong suit", "an asset of special worth or utility", "strong suit"], ["fortissimo", "(music) loud", "fortissimo"]]}, {"answer": "four", "hint": "synonyms for four", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four-spot", "a playing card or domino or die whose upward face shows four pips", "four-spot"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "fourth", "hint": "synonyms for fourth", "clues": [["fourth part", "one of four equal parts", "fourth part"], ["quarter", "one of four equal parts", "quarter"], ["one-quarter", "one of four equal parts", "one-quarter"], ["one-fourth", "one of four equal parts", "one-fourth"], ["twenty-five percent", "one of four equal parts", "twenty-five percent"]]}, {"answer": "frank", "hint": "synonyms for frank", "clues": [["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "weenie"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "dog"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hot dog"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frankfurter"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wiener"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wienerwurst"]]}, {"answer": "front", "hint": "synonyms for front", "clues": [["movement", "a group of people with a common ideology who try together to achieve certain general goals", "movement"], ["front end", "the side that is forward or prominent", "front end"], ["battlefront", "the line along which opposing armies face each other", "battlefront"], ["presence", "the immediate proximity of someone or something", "presence"], ["front line", "the line along which opposing armies face each other", "front line"], ["forepart", "the side that is forward or prominent", "forepart"], ["social movement", "a group of people with a common ideology who try together to achieve certain general goals", "social movement"]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["nooky", "slang for sexual intercourse", "nooky"], ["shag", "slang for sexual intercourse", "shag"], ["fuck", "slang for sexual intercourse", "fuck"]]}, {"answer": "future", "hint": "synonyms for future", "clues": [["time to come", "the time yet to come", "time to come"], ["futurity", "the time yet to come", "futurity"], ["hereafter", "the time yet to come", "hereafter"], ["future tense", "a verb tense that expresses actions or states in the future", "future tense"]]}, {"answer": "gimcrack", "hint": "synonyms for gimcrack", "clues": [["trumpery", "ornamental objects of no great value", "trumpery"], ["gimcrackery", "ornamental objects of no great value", "gimcrackery"], ["nonsense", "ornamental objects of no great value", "nonsense"], ["frill", "ornamental objects of no great value", "frill"], ["falderol", "ornamental objects of no great value", "falderol"], ["folderal", "ornamental objects of no great value", "folderal"]]}, {"answer": "ginger", "hint": "synonyms for ginger", "clues": [["gingerroot", "pungent rhizome of the common ginger plant; used fresh as a seasoning especially in Asian cookery", "gingerroot"], ["pep", "liveliness and energy", "pep"], ["peppiness", "liveliness and energy", "peppiness"], ["powdered ginger", "dried ground gingerroot", "powdered ginger"]]}, {"answer": "gleaming", "hint": "synonyms for gleaming", "clues": [["lambency", "an appearance of reflected light", "lambency"], ["glimmer", "a flash of light (especially reflected light)", "glimmer"], ["gleam", "an appearance of reflected light", "gleam"], ["glow", "an appearance of reflected light", "glow"]]}, {"answer": "go", "hint": "synonyms for go", "clues": [["turn", "a time for working (after which you will be relieved by someone else)", "turn"], ["tour", "a time for working (after which you will be relieved by someone else)", "tour"], ["spell", "a time for working (after which you will be relieved by someone else)", "spell"], ["go game", "a board game for two players who place counters on a grid; the object is to surround and so capture the opponent's counters", "go game"], ["whirl", "a usually brief attempt", "whirl"], ["pass", "a usually brief attempt", "pass"], ["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["offer", "a usually brief attempt", "offer"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["crack", "a usually brief attempt", "crack"], ["fling", "a usually brief attempt", "fling"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"]]}, {"answer": "going", "hint": "synonyms for going", "clues": [["departure", "the act of departing", "departure"], ["loss", "euphemistic expressions for death", "loss"], ["passing", "euphemistic expressions for death", "passing"], ["sledding", "advancing toward a goal", "sledding"], ["release", "euphemistic expressions for death", "release"], ["expiration", "euphemistic expressions for death", "expiration"], ["leaving", "the act of departing", "leaving"], ["exit", "euphemistic expressions for death", "exit"], ["going away", "the act of departing", "going away"]]}, {"answer": "governing", "hint": "synonyms for governing", "clues": [["government", "the act of governing; exercising authority", "government"], ["government activity", "the act of governing; exercising authority", "government activity"], ["governance", "the act of governing; exercising authority", "governance"], ["administration", "the act of governing; exercising authority", "administration"]]}, {"answer": "grand", "hint": "synonyms for grand", "clues": [["grand piano", "a piano with the strings on a horizontal harp-shaped frame; usually supported by three legs", "grand piano"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "green", "hint": "synonyms for green", "clues": [["greenness", "green color or pigment; resembling the color of growing grass", "greenness"], ["jet", "street names for ketamine", "jet"], ["park", "a piece of open land for recreational use in an urban area", "park"], ["super acid", "street names for ketamine", "super acid"], ["putting surface", "an area of closely cropped grass surrounding the hole on a golf course", "putting surface"], ["special K", "street names for ketamine", "special K"], ["leafy vegetable", "any of various leafy plants or their leaves and stems eaten as vegetables", "leafy vegetable"], ["honey oil", "street names for ketamine", "honey oil"], ["viridity", "green color or pigment; resembling the color of growing grass", "viridity"], ["commons", "a piece of open land for recreational use in an urban area", "commons"], ["super C", "street names for ketamine", "super C"], ["cat valium", "street names for ketamine", "cat valium"], ["greens", "any of various leafy plants or their leaves and stems eaten as vegetables", "greens"], ["putting green", "an area of closely cropped grass surrounding the hole on a golf course", "putting green"]]}, {"answer": "growing", "hint": "synonyms for growing", "clues": [["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "development"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogenesis"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogeny"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "maturation"], ["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growth"]]}, {"answer": "grumbling", "hint": "synonyms for grumbling", "clues": [["rumble", "a loud low dull continuous noise", "rumble"], ["murmuring", "a complaint uttered in a low and indistinct tone", "murmuring"], ["mutter", "a complaint uttered in a low and indistinct tone", "mutter"], ["rumbling", "a loud low dull continuous noise", "rumbling"]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["handle", "the appendage to an object that is designed to be held in order to use or move it", "handle"], ["handgrip", "the appendage to an object that is designed to be held in order to use or move it", "handgrip"], ["grip", "the appendage to an object that is designed to be held in order to use or move it", "grip"], ["hold", "the appendage to an object that is designed to be held in order to use or move it", "hold"]]}, {"answer": "hearing", "hint": "synonyms for hearing", "clues": [["listening", "the act of hearing attentively", "listening"], ["earreach", "the range within which a voice can be heard", "earreach"], ["auditory sense", "the ability to hear; the auditory faculty", "auditory sense"], ["audition", "the ability to hear; the auditory faculty", "audition"], ["earshot", "the range within which a voice can be heard", "earshot"], ["sense of hearing", "the ability to hear; the auditory faculty", "sense of hearing"], ["auditory modality", "the ability to hear; the auditory faculty", "auditory modality"]]}, {"answer": "high", "hint": "synonyms for high", "clues": [["senior high school", "a public secondary school usually including grades 9 through 12", "senior high school"], ["senior high", "a public secondary school usually including grades 9 through 12", "senior high"], ["highschool", "a public secondary school usually including grades 9 through 12", "highschool"], ["high gear", "a forward gear with a gear ratio that gives the greatest vehicle velocity for a given engine speed", "high gear"], ["heights", "a high place", "heights"]]}, {"answer": "home", "hint": "synonyms for home", "clues": [["dwelling", "housing that someone is living in", "dwelling"], ["home plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "home plate"], ["place", "where you live at a particular time", "place"], ["dwelling house", "housing that someone is living in", "dwelling house"], ["home base", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "home base"], ["house", "a social unit living together", "house"], ["menage", "a social unit living together", "menage"], ["domicile", "housing that someone is living in", "domicile"], ["abode", "housing that someone is living in", "abode"], ["nursing home", "an institution where people are cared for", "nursing home"], ["habitation", "housing that someone is living in", "habitation"], ["household", "a social unit living together", "household"], ["family", "a social unit living together", "family"], ["plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "plate"], ["base", "the place where you are stationed and from which missions start and end", "base"], ["rest home", "an institution where people are cared for", "rest home"]]}, {"answer": "hurt", "hint": "synonyms for hurt", "clues": [["suffering", "psychological suffering", "suffering"], ["harm", "the act of damaging something or someone", "harm"], ["detriment", "a damage or loss", "detriment"], ["distress", "psychological suffering", "distress"], ["scathe", "the act of damaging something or someone", "scathe"], ["damage", "the act of damaging something or someone", "damage"]]}, {"answer": "i", "hint": "synonyms for i", "clues": [["ace", "the smallest whole number or a numeral representing this number", "ace"], ["iodin", "a nonmetallic element belonging to the halogens; used especially in medicine and photography and in dyes; occurs naturally only in combination in small quantities (as in sea water or rocks)", "iodin"], ["atomic number 53", "a nonmetallic element belonging to the halogens; used especially in medicine and photography and in dyes; occurs naturally only in combination in small quantities (as in sea water or rocks)", "atomic number 53"], ["single", "the smallest whole number or a numeral representing this number", "single"], ["1", "the smallest whole number or a numeral representing this number", "1"], ["one", "the smallest whole number or a numeral representing this number", "one"], ["unity", "the smallest whole number or a numeral representing this number", "unity"]]}, {"answer": "iii", "hint": "synonyms for iii", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "immunosuppressive", "hint": "synonyms for immunosuppressive", "clues": [["immunosuppressive drug", "a drug that lowers the body's normal immune response", "immunosuppressive drug"], ["immunosuppressant", "a drug that lowers the body's normal immune response", "immunosuppressant"], ["immunosuppressor", "a drug that lowers the body's normal immune response", "immunosuppressor"], ["immune suppressant drug", "a drug that lowers the body's normal immune response", "immune suppressant drug"]]}, {"answer": "imperfect", "hint": "synonyms for imperfect", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going", "imperfect tense"], ["progressive tense", "a tense of verbs used in describing action that is on-going", "progressive tense"], ["progressive", "a tense of verbs used in describing action that is on-going", "progressive"], ["continuous tense", "a tense of verbs used in describing action that is on-going", "continuous tense"]]}, {"answer": "incoming", "hint": "synonyms for incoming", "clues": [["entry", "the act of entering", "entry"], ["ingress", "the act of entering", "ingress"], ["entrance", "the act of entering", "entrance"], ["entering", "the act of entering", "entering"]]}, {"answer": "indicative", "hint": "synonyms for indicative", "clues": [["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative mood"], ["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative mood"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "fact mood"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "common mood"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative"]]}, {"answer": "individual", "hint": "synonyms for individual", "clues": [["person", "a human being", "person"], ["somebody", "a human being", "somebody"], ["someone", "a human being", "someone"], ["soul", "a human being", "soul"], ["mortal", "a human being", "mortal"]]}, {"answer": "infrared", "hint": "synonyms for infrared", "clues": [["infrared light", "electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves", "infrared light"], ["infrared frequency", "the infrared region of the electromagnetic spectrum; electromagnetic wave frequencies below the visible range", "infrared frequency"], ["infrared emission", "electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves", "infrared emission"], ["infrared radiation", "electromagnetic radiation with wavelengths longer than visible light but shorter than radio waves", "infrared radiation"]]}, {"answer": "initiative", "hint": "synonyms for initiative", "clues": [["enterprisingness", "readiness to embark on bold new ventures", "enterprisingness"], ["enterprise", "readiness to embark on bold new ventures", "enterprise"], ["opening", "the first of a series of actions", "opening"], ["go-ahead", "readiness to embark on bold new ventures", "go-ahead"], ["opening move", "the first of a series of actions", "opening move"], ["first step", "the first of a series of actions", "first step"]]}, {"answer": "instant", "hint": "synonyms for instant", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["moment", "a particular point in time", "moment"], ["second", "a particular point in time", "second"], ["minute", "a particular point in time", "minute"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "intent", "hint": "synonyms for intent", "clues": [["spirit", "the intended meaning of a communication", "spirit"], ["purport", "the intended meaning of a communication", "purport"], ["aim", "an anticipated outcome that is intended or that guides your planned actions", "aim"], ["intention", "an anticipated outcome that is intended or that guides your planned actions", "intention"], ["design", "an anticipated outcome that is intended or that guides your planned actions", "design"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions", "purpose"]]}, {"answer": "interrogative", "hint": "synonyms for interrogative", "clues": [["interrogation", "a sentence of inquiry that asks for a reply", "interrogation"], ["question", "a sentence of inquiry that asks for a reply", "question"], ["interrogative sentence", "a sentence of inquiry that asks for a reply", "interrogative sentence"], ["interrogative mood", "some linguists consider interrogative sentences to constitute a mood", "interrogative mood"]]}, {"answer": "intoxicant", "hint": "synonyms for intoxicant", "clues": [["inebriant", "a liquor or brew containing alcohol as the active agent", "inebriant"], ["alcohol", "a liquor or brew containing alcohol as the active agent", "alcohol"], ["alcoholic drink", "a liquor or brew containing alcohol as the active agent", "alcoholic drink"], ["alcoholic beverage", "a liquor or brew containing alcohol as the active agent", "alcoholic beverage"]]}, {"answer": "iv", "hint": "synonyms for iv", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["intravenous feeding", "administration of nutrients through a vein", "intravenous feeding"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "jet", "hint": "synonyms for jet", "clues": [["squirt", "the occurrence of a sudden discharge (as of liquid)", "squirt"], ["blue jet", "atmospheric discharges (lasting 10 msec) bursting from the tops of giant storm clouds in blue cones that widen as they flash upward", "blue jet"], ["super acid", "street names for ketamine", "super acid"], ["spurt", "the occurrence of a sudden discharge (as of liquid)", "spurt"], ["green", "street names for ketamine", "green"], ["special K", "street names for ketamine", "special K"], ["honey oil", "street names for ketamine", "honey oil"], ["cat valium", "street names for ketamine", "cat valium"], ["fountain", "an artificially produced flow of water", "fountain"], ["jet plane", "an airplane powered by one or more jet engines", "jet plane"], ["reverse lightning", "atmospheric discharges (lasting 10 msec) bursting from the tops of giant storm clouds in blue cones that widen as they flash upward", "reverse lightning"], ["spirt", "the occurrence of a sudden discharge (as of liquid)", "spirt"], ["super C", "street names for ketamine", "super C"], ["jet-propelled plane", "an airplane powered by one or more jet engines", "jet-propelled plane"]]}, {"answer": "joint", "hint": "synonyms for joint", "clues": [["join", "the shape or manner in which things come together and a connection is made", "join"], ["articulation", "the shape or manner in which things come together and a connection is made", "articulation"], ["stick", "marijuana leaves rolled into a cigarette for smoking", "stick"], ["junction", "the shape or manner in which things come together and a connection is made", "junction"], ["juncture", "the shape or manner in which things come together and a connection is made", "juncture"], ["reefer", "marijuana leaves rolled into a cigarette for smoking", "reefer"], ["roast", "a piece of meat roasted or for roasting and of a size for slicing into more than one portion", "roast"], ["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking", "marijuana cigarette"], ["spliff", "marijuana leaves rolled into a cigarette for smoking", "spliff"]]}, {"answer": "k", "hint": "synonyms for k", "clues": [["kilobyte", "a unit of information equal to 1000 bytes", "kilobyte"], ["jet", "street names for ketamine", "jet"], ["kibibyte", "a unit of information equal to 1024 bytes", "kibibyte"], ["green", "street names for ketamine", "green"], ["special K", "street names for ketamine", "special K"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["potassium", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite", "potassium"], ["cat valium", "street names for ketamine", "cat valium"], ["kelvin", "the basic unit of thermodynamic temperature adopted under the Systeme International d'Unites", "kelvin"], ["kB", "a unit of information equal to 1024 bytes", "kB"], ["super acid", "street names for ketamine", "super acid"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["honey oil", "street names for ketamine", "honey oil"], ["atomic number 19", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite", "atomic number 19"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["super C", "street names for ketamine", "super C"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["keystone", "the central building block at the top of an arch or vault", "keystone"], ["winder", "mechanical device used to wind another device that is driven by a spring (as a clock)", "winder"], ["tonality", "any of 24 major or minor diatonic scales that provide the tonal framework for a piece of music", "tonality"], ["cay", "a coral reef off the southern coast of Florida", "cay"], ["headstone", "the central building block at the top of an arch or vault", "headstone"], ["paint", "(basketball) a space (including the foul line) in front of the basket at each end of a basketball court; usually painted a different color from the rest of the court", "paint"]]}, {"answer": "killing", "hint": "synonyms for killing", "clues": [["putting to death", "the act of terminating a life", "putting to death"], ["violent death", "an event that causes someone to die", "violent death"], ["kill", "the act of terminating a life", "kill"], ["cleanup", "a very large profit", "cleanup"]]}, {"answer": "kin", "hint": "synonyms for kin", "clues": [["kinship group", "group of people related by blood or marriage", "kinship group"], ["tribe", "group of people related by blood or marriage", "tribe"], ["kin group", "group of people related by blood or marriage", "kin group"], ["kindred", "group of people related by blood or marriage", "kindred"], ["clan", "group of people related by blood or marriage", "clan"]]}, {"answer": "kindred", "hint": "synonyms for kindred", "clues": [["kin", "group of people related by blood or marriage", "kin"], ["kinship group", "group of people related by blood or marriage", "kinship group"], ["tribe", "group of people related by blood or marriage", "tribe"], ["kin group", "group of people related by blood or marriage", "kin group"], ["clan", "group of people related by blood or marriage", "clan"]]}, {"answer": "l", "hint": "synonyms for l", "clues": [["cubic decimetre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "cubic decimetre"], ["liter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "liter"], ["fifty", "the cardinal number that is the product of ten and five", "fifty"], ["litre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "litre"], ["lambert", "a cgs unit of illumination equal to the brightness of a perfectly diffusing surface that emits or reflects one lumen per square centimeter", "lambert"], ["50", "the cardinal number that is the product of ten and five", "50"]]}, {"answer": "lashing", "hint": "synonyms for lashing", "clues": [["flagellation", "beating with a whip or strap or rope as a form of punishment", "flagellation"], ["tanning", "beating with a whip or strap or rope as a form of punishment", "tanning"], ["flogging", "beating with a whip or strap or rope as a form of punishment", "flogging"], ["whipping", "beating with a whip or strap or rope as a form of punishment", "whipping"]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["final stage", "the concluding parts of an event or occurrence", "final stage"], ["close", "the temporal end; the concluding time", "close"], ["cobbler's last", "holding device shaped like a human foot that is used to fashion or repair shoes", "cobbler's last"], ["finis", "the temporal end; the concluding time", "finis"], ["death", "the time at which life ends; continuing until dead", "death"], ["stopping point", "the temporal end; the concluding time", "stopping point"], ["finale", "the temporal end; the concluding time", "finale"], ["shoemaker's last", "holding device shaped like a human foot that is used to fashion or repair shoes", "shoemaker's last"], ["conclusion", "the temporal end; the concluding time", "conclusion"], ["end", "the concluding parts of an event or occurrence", "end"]]}, {"answer": "lean", "hint": "synonyms for lean", "clues": [["list", "the property possessed by a line or surface that departs from the vertical", "list"], ["leaning", "the property possessed by a line or surface that departs from the vertical", "leaning"], ["tilt", "the property possessed by a line or surface that departs from the vertical", "tilt"], ["inclination", "the property possessed by a line or surface that departs from the vertical", "inclination"]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["tendency", "an inclination to do something", "tendency"], ["list", "the property possessed by a line or surface that departs from the vertical", "list"], ["inclination", "the property possessed by a line or surface that departs from the vertical", "inclination"], ["lean", "the property possessed by a line or surface that departs from the vertical", "lean"], ["propensity", "an inclination to do something", "propensity"], ["tilt", "the property possessed by a line or surface that departs from the vertical", "tilt"], ["proclivity", "a natural inclination", "proclivity"]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["degree", "a position on a scale of intensity or amount or quality", "degree"], ["horizontal surface", "a flat surface at right angles to a plumb line", "horizontal surface"], ["stratum", "an abstract place usually conceived as having depth", "stratum"], ["grade", "a position on a scale of intensity or amount or quality", "grade"], ["storey", "a structure consisting of a room or set of rooms at a single position along a vertical scale", "storey"], ["layer", "an abstract place usually conceived as having depth", "layer"], ["spirit level", "indicator that establishes the horizontal when a bubble is centered in a tube of liquid", "spirit level"], ["floor", "a structure consisting of a room or set of rooms at a single position along a vertical scale", "floor"]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["ignitor", "a device for lighting or igniting fuel or charges or fires", "ignitor"], ["sparkle", "merriment expressed by a brightness or gleam or animation of countenance", "sparkle"], ["twinkle", "merriment expressed by a brightness or gleam or animation of countenance", "twinkle"], ["brightness", "the quality of being luminous; emitting or reflecting light", "brightness"], ["light source", "any device serving as a source of illumination", "light source"], ["spark", "merriment expressed by a brightness or gleam or animation of countenance", "spark"], ["brightness level", "the quality of being luminous; emitting or reflecting light", "brightness level"], ["visible radiation", "(physics) electromagnetic radiation that can produce a visual sensation", "visible radiation"], ["lightness", "the visual effect of illumination on objects or scenes as created in pictures", "lightness"], ["visible light", "(physics) electromagnetic radiation that can produce a visual sensation", "visible light"], ["lighter", "a device for lighting or igniting fuel or charges or fires", "lighter"], ["luminance", "the quality of being luminous; emitting or reflecting light", "luminance"], ["luminosity", "the quality of being luminous; emitting or reflecting light", "luminosity"], ["luminousness", "the quality of being luminous; emitting or reflecting light", "luminousness"]]}, {"answer": "literal", "hint": "synonyms for literal", "clues": [["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind", "typographical error"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind", "typo"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind", "literal error"], ["misprint", "a mistake in printed matter resulting from mechanical failures of some kind", "misprint"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind", "erratum"]]}, {"answer": "living", "hint": "synonyms for living", "clues": [["keep", "the financial means whereby one lives", "keep"], ["livelihood", "the financial means whereby one lives", "livelihood"], ["bread and butter", "the financial means whereby one lives", "bread and butter"], ["support", "the financial means whereby one lives", "support"], ["sustenance", "the financial means whereby one lives", "sustenance"], ["life", "the experience of being alive; the course of human events and activities", "life"]]}, {"answer": "m", "hint": "synonyms for m", "clues": [["megabyte", "a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes", "megabyte"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["molar concentration", "concentration measured by the number of moles of solute per liter of solution", "molar concentration"], ["metre", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)", "metre"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["meter", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)", "meter"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["mebibyte", "a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes", "mebibyte"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"], ["molarity", "concentration measured by the number of moles of solute per liter of solution", "molarity"]]}, {"answer": "magic", "hint": "synonyms for magic", "clues": [["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["deception", "an illusory feat; considered magical by naive observers", "deception"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["trick", "an illusory feat; considered magical by naive observers", "trick"]]}, {"answer": "majuscule", "hint": "synonyms for majuscule", "clues": [["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "uppercase"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "upper-case letter"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital letter"]]}, {"answer": "mass", "hint": "synonyms for mass", "clues": [["multitude", "the common people generally", "multitude"], ["people", "the common people generally", "people"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["volume", "the property of something that is great in magnitude", "volume"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["bulk", "the property of something that is great in magnitude", "bulk"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["the great unwashed", "the common people generally", "the great unwashed"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["hoi polloi", "the common people generally", "hoi polloi"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["masses", "the common people generally", "masses"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["master copy", "an original creation (i.e., an audio recording) from which copies can be made", "master copy"], ["passe-partout", "key that secures entrance everywhere", "passe-partout"], ["original", "an original creation (i.e., an audio recording) from which copies can be made", "original"], ["master key", "key that secures entrance everywhere", "master key"], ["passkey", "key that secures entrance everywhere", "passkey"]]}, {"answer": "mat", "hint": "synonyms for mat", "clues": [["lustrelessness", "the property of having little or no contrast; lacking highlights or gloss", "lustrelessness"], ["matt", "the property of having little or no contrast; lacking highlights or gloss", "matt"], ["gym mat", "sports equipment consisting of a piece of thick padding on the floor for gymnastic sports", "gym mat"], ["flatness", "the property of having little or no contrast; lacking highlights or gloss", "flatness"]]}, {"answer": "material", "hint": "synonyms for material", "clues": [["textile", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers", "textile"], ["cloth", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers", "cloth"], ["stuff", "the tangible substance that goes into the makeup of a physical object", "stuff"], ["fabric", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers", "fabric"]]}, {"answer": "matt", "hint": "synonyms for matt", "clues": [["lustrelessness", "the property of having little or no contrast; lacking highlights or gloss", "lustrelessness"], ["mat", "the property of having little or no contrast; lacking highlights or gloss", "mat"], ["flatness", "the property of having little or no contrast; lacking highlights or gloss", "flatness"], ["matte", "the property of having little or no contrast; lacking highlights or gloss", "matte"]]}, {"answer": "maximum", "hint": "synonyms for maximum", "clues": [["utmost", "the greatest possible degree", "utmost"], ["uttermost", "the greatest possible degree", "uttermost"], ["level best", "the greatest possible degree", "level best"], ["upper limit", "the largest possible quantity", "upper limit"]]}, {"answer": "meaning", "hint": "synonyms for meaning", "clues": [["substance", "the idea that is intended", "substance"], ["significance", "the message that is intended or expressed or signified", "significance"], ["signification", "the message that is intended or expressed or signified", "signification"], ["import", "the message that is intended or expressed or signified", "import"]]}, {"answer": "medical", "hint": "synonyms for medical", "clues": [["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical examination"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical exam"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "health check"], ["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical checkup"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "checkup"]]}, {"answer": "merging", "hint": "synonyms for merging", "clues": [["meeting", "the act of joining together as one", "meeting"], ["conflux", "a flowing together", "conflux"], ["coming together", "the act of joining together as one", "coming together"], ["confluence", "a flowing together", "confluence"]]}, {"answer": "middle", "hint": "synonyms for middle", "clues": [["centre", "an area that is approximately central within some larger region", "centre"], ["eye", "an area that is approximately central within some larger region", "eye"], ["heart", "an area that is approximately central within some larger region", "heart"], ["center", "an area that is approximately central within some larger region", "center"]]}, {"answer": "military", "hint": "synonyms for military", "clues": [["war machine", "the military forces of a nation", "war machine"], ["armed services", "the military forces of a nation", "armed services"], ["armed forces", "the military forces of a nation", "armed forces"], ["military machine", "the military forces of a nation", "military machine"]]}, {"answer": "million", "hint": "synonyms for million", "clues": [["gazillion", "a very large indefinite number (usually hyperbole)", "gazillion"], ["jillion", "a very large indefinite number (usually hyperbole)", "jillion"], ["1000000", "the number that is represented as a one followed by 6 zeros", "1000000"], ["meg", "the number that is represented as a one followed by 6 zeros", "meg"], ["trillion", "a very large indefinite number (usually hyperbole)", "trillion"], ["one thousand thousand", "the number that is represented as a one followed by 6 zeros", "one thousand thousand"]]}, {"answer": "mint", "hint": "synonyms for mint", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["mint candy", "a candy that is flavored with a mint oil", "mint candy"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "minute", "hint": "synonyms for minute", "clues": [["hour", "distance measured by the time taken to cover it", "hour"], ["second", "a particular point in time", "second"], ["mo", "an indefinitely short time", "mo"], ["minute of arc", "a unit of angular distance equal to a 60th of a degree", "minute of arc"], ["moment", "a particular point in time", "moment"], ["min", "a unit of time equal to 60 seconds or 1/60th of an hour", "min"], ["instant", "a particular point in time", "instant"], ["arcminute", "a unit of angular distance equal to a 60th of a degree", "arcminute"], ["bit", "an indefinitely short time", "bit"]]}, {"answer": "model", "hint": "synonyms for model", "clues": [["simulation", "representation of something (sometimes on a smaller scale)", "simulation"], ["good example", "something to be imitated", "good example"], ["example", "a representative form or pattern", "example"], ["exemplar", "something to be imitated", "exemplar"], ["framework", "a hypothetical description of a complex entity or process", "framework"], ["theoretical account", "a hypothetical description of a complex entity or process", "theoretical account"], ["modelling", "the act of representing something (usually on a smaller scale)", "modelling"]]}, {"answer": "mortal", "hint": "synonyms for mortal", "clues": [["person", "a human being", "person"], ["individual", "a human being", "individual"], ["somebody", "a human being", "somebody"], ["someone", "a human being", "someone"], ["soul", "a human being", "soul"]]}, {"answer": "motley", "hint": "synonyms for motley", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "murmuring", "hint": "synonyms for murmuring", "clues": [["grumbling", "a complaint uttered in a low and indistinct tone", "grumbling"], ["mutter", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "mutter"], ["grumble", "a complaint uttered in a low and indistinct tone", "grumble"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "mussitation"], ["murmur", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "murmur"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "murmuration"]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["thoughtfulness", "a calm, lengthy, intent consideration", "thoughtfulness"], ["rumination", "a calm, lengthy, intent consideration", "rumination"], ["reflexion", "a calm, lengthy, intent consideration", "reflexion"], ["contemplation", "a calm, lengthy, intent consideration", "contemplation"], ["reflection", "a calm, lengthy, intent consideration", "reflection"]]}, {"answer": "necessary", "hint": "synonyms for necessary", "clues": [["requirement", "anything indispensable", "requirement"], ["requisite", "anything indispensable", "requisite"], ["necessity", "anything indispensable", "necessity"], ["essential", "anything indispensable", "essential"]]}, {"answer": "net", "hint": "synonyms for net", "clues": [["network", "an open fabric of string or rope or wire woven together at regular intervals", "network"], ["cyberspace", "a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange", "cyberspace"], ["profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "profit"], ["mesh", "an open fabric of string or rope or wire woven together at regular intervals", "mesh"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net income"], ["internet", "a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange", "internet"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "earnings"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "lucre"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals", "meshwork"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net profit"]]}, {"answer": "nine", "hint": "synonyms for nine", "clues": [["ennead", "the cardinal number that is the sum of eight and one", "ennead"], ["9", "the cardinal number that is the sum of eight and one", "9"], ["baseball club", "a team of professional baseball players who play and travel together", "baseball club"], ["club", "a team of professional baseball players who play and travel together", "club"], ["nine-spot", "one of four playing cards in a deck with nine pips on the face", "nine-spot"], ["ball club", "a team of professional baseball players who play and travel together", "ball club"], ["niner", "the cardinal number that is the sum of eight and one", "niner"]]}, {"answer": "nip_and_tuck", "hint": "synonyms for nip and tuck", "clues": [["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "cosmetic surgery"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "facelift"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "lift"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidectomy"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "face lifting"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidoplasty"]]}, {"answer": "nonsense", "hint": "synonyms for nonsense", "clues": [["gimcrackery", "ornamental objects of no great value", "gimcrackery"], ["meaninglessness", "a message that seems to convey no meaning", "meaninglessness"], ["falderol", "ornamental objects of no great value", "falderol"], ["nonsensicality", "a message that seems to convey no meaning", "nonsensicality"], ["folderal", "ornamental objects of no great value", "folderal"], ["bunk", "a message that seems to convey no meaning", "bunk"], ["frill", "ornamental objects of no great value", "frill"], ["gimcrack", "ornamental objects of no great value", "gimcrack"], ["hokum", "a message that seems to convey no meaning", "hokum"], ["trumpery", "ornamental objects of no great value", "trumpery"]]}, {"answer": "normal", "hint": "synonyms for normal", "clues": [["formula", "something regarded as a normative example", "formula"], ["convention", "something regarded as a normative example", "convention"], ["pattern", "something regarded as a normative example", "pattern"], ["rule", "something regarded as a normative example", "rule"]]}, {"answer": "north", "hint": "synonyms for north", "clues": [["northward", "the cardinal compass point that is at 0 or 360 degrees", "northward"], ["due north", "the cardinal compass point that is at 0 or 360 degrees", "due north"], ["magnetic north", "the direction in which a compass needle points", "magnetic north"], ["compass north", "the direction in which a compass needle points", "compass north"]]}, {"answer": "null", "hint": "synonyms for null", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "objective", "hint": "synonyms for objective", "clues": [["object", "the goal intended to be attained (and which is believed to be attainable)", "object"], ["aim", "the goal intended to be attained (and which is believed to be attainable)", "aim"], ["target", "the goal intended to be attained (and which is believed to be attainable)", "target"], ["object glass", "the lens or system of lenses in a telescope or microscope that is nearest the object being viewed", "object glass"], ["object lens", "the lens or system of lenses in a telescope or microscope that is nearest the object being viewed", "object lens"]]}, {"answer": "occlusive", "hint": "synonyms for occlusive", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive consonant"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop consonant"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive speech sound"]]}, {"answer": "omnibus", "hint": "synonyms for omnibus", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "one", "hint": "synonyms for one", "clues": [["1", "the smallest whole number or a numeral representing this number", "1"], ["unity", "the smallest whole number or a numeral representing this number", "unity"], ["ace", "the smallest whole number or a numeral representing this number", "ace"], ["single", "the smallest whole number or a numeral representing this number", "single"]]}, {"answer": "one_thousand", "hint": "synonyms for one thousand", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["surface", "information that has become public", "surface"], ["out-of-doors", "where the air is unconfined", "out-of-doors"], ["clear", "a clear or unobstructed space or expanse of land or water", "clear"], ["open air", "where the air is unconfined", "open air"], ["outdoors", "where the air is unconfined", "outdoors"]]}, {"answer": "opening", "hint": "synonyms for opening", "clues": [["gap", "an open or empty space in or between things", "gap"], ["possibility", "a possible alternative", "possibility"], ["initiative", "the first of a series of actions", "initiative"], ["opening night", "the first performance (as of a theatrical production)", "opening night"], ["opening move", "the first of a series of actions", "opening move"], ["first step", "the first of a series of actions", "first step"], ["possible action", "a possible alternative", "possible action"], ["chess opening", "a recognized sequence of moves at the beginning of a game of chess", "chess opening"], ["curtain raising", "the first performance (as of a theatrical production)", "curtain raising"], ["scuttle", "an entrance equipped with a hatch; especially a passageway between decks of a ship", "scuttle"], ["hatchway", "an entrance equipped with a hatch; especially a passageway between decks of a ship", "hatchway"]]}, {"answer": "opposite", "hint": "synonyms for opposite", "clues": [["opposite word", "a word that expresses a meaning opposed to the meaning of another word, in which case the two words are antonyms of each other", "opposite word"], ["contrary", "a relation of direct opposition", "contrary"], ["inverse", "something inverted in sequence or character or effect", "inverse"], ["antonym", "a word that expresses a meaning opposed to the meaning of another word, in which case the two words are antonyms of each other", "antonym"], ["reverse", "a relation of direct opposition", "reverse"]]}, {"answer": "oral", "hint": "synonyms for oral", "clues": [["oral examination", "an examination conducted by spoken communication", "oral examination"], ["viva", "an examination conducted by spoken communication", "viva"], ["oral exam", "an examination conducted by spoken communication", "oral exam"], ["viva voce", "an examination conducted by spoken communication", "viva voce"]]}, {"answer": "original", "hint": "synonyms for original", "clues": [["pilot", "something that serves as a model or a basis for making copies", "pilot"], ["master copy", "an original creation (i.e., an audio recording) from which copies can be made", "master copy"], ["archetype", "something that serves as a model or a basis for making copies", "archetype"], ["master", "an original creation (i.e., an audio recording) from which copies can be made", "master"]]}, {"answer": "ottoman", "hint": "synonyms for ottoman", "clues": [["pouf", "thick cushion used as a seat", "pouf"], ["footstool", "a low seat or a stool to rest the feet of a seated person", "footstool"], ["hassock", "thick cushion used as a seat", "hassock"], ["footrest", "a low seat or a stool to rest the feet of a seated person", "footrest"], ["puff", "thick cushion used as a seat", "puff"], ["tuffet", "a low seat or a stool to rest the feet of a seated person", "tuffet"], ["pouffe", "thick cushion used as a seat", "pouffe"]]}, {"answer": "overhead", "hint": "synonyms for overhead", "clues": [["operating cost", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes", "operating cost"], ["budget items", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes", "budget items"], ["command processing overhead", "(computer science) the processing time required by a device prior to the execution of a command", "command processing overhead"], ["operating expense", "the expense of maintaining property (e.g., paying property taxes and utilities and insurance); it does not include depreciation or the cost of financing or income taxes", "operating expense"], ["smash", "a hard return hitting the tennis ball above your head", "smash"], ["command overhead", "(computer science) the processing time required by a device prior to the execution of a command", "command overhead"], ["disk overhead", "(computer science) the disk space required for information that is not data but is used for location and timing", "disk overhead"], ["viewgraph", "a transparency for use with an overhead projector", "viewgraph"]]}, {"answer": "paperback", "hint": "synonyms for paperback", "clues": [["soft-cover book", "a book with paper covers", "soft-cover book"], ["softback book", "a book with paper covers", "softback book"], ["paperback book", "a book with paper covers", "paperback book"], ["soft-cover", "a book with paper covers", "soft-cover"], ["softback", "a book with paper covers", "softback"]]}, {"answer": "parallel", "hint": "synonyms for parallel", "clues": [["analogue", "something having the property of being analogous to something else", "analogue"], ["parallel of latitude", "an imaginary line around the Earth parallel to the equator", "parallel of latitude"], ["line of latitude", "an imaginary line around the Earth parallel to the equator", "line of latitude"], ["latitude", "an imaginary line around the Earth parallel to the equator", "latitude"]]}, {"answer": "particular", "hint": "synonyms for particular", "clues": [["specific", "a fact about some part (as opposed to general)", "specific"], ["item", "a small part that can be considered separately from the whole", "item"], ["particular proposition", "(logic) a proposition that asserts something about some (but not all) members of a class", "particular proposition"], ["detail", "a small part that can be considered separately from the whole", "detail"]]}, {"answer": "pass", "hint": "synonyms for pass", "clues": [["passing play", "(American football) a play that involves one player throwing the ball to a teammate", "passing play"], ["notch", "the location in a range of mountains of a geological formation that is lower than the surrounding peaks", "notch"], ["whirl", "a usually brief attempt", "whirl"], ["pas", "(ballet) a step in dancing (especially in classical ballet)", "pas"], ["fling", "a usually brief attempt", "fling"], ["flip", "(sports) the act of throwing the ball to another member of your team", "flip"], ["walk", "(baseball) an advance to first base by a batter who receives four balls", "walk"], ["mountain pass", "the location in a range of mountains of a geological formation that is lower than the surrounding peaks", "mountain pass"], ["qualifying", "success in satisfying a test or requirement", "qualifying"], ["straits", "a difficult juncture", "straits"], ["passing", "success in satisfying a test or requirement", "passing"], ["go", "a usually brief attempt", "go"], ["passport", "any authorization to pass or go somewhere", "passport"], ["base on balls", "(baseball) an advance to first base by a batter who receives four balls", "base on balls"], ["bye", "you advance to the next round in a tournament without playing an opponent", "bye"], ["offer", "a usually brief attempt", "offer"], ["crack", "a usually brief attempt", "crack"], ["toss", "(sports) the act of throwing the ball to another member of your team", "toss"], ["laissez passer", "a document indicating permission to do something without restrictions", "laissez passer"], ["liberty chit", "a permit to enter or leave a military installation", "liberty chit"], ["head", "a difficult juncture", "head"], ["passing game", "(American football) a play that involves one player throwing the ball to a teammate", "passing game"]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["passing play", "(American football) a play that involves one player throwing the ball to a teammate", "passing play"], ["pass", "success in satisfying a test or requirement", "pass"], ["loss", "euphemistic expressions for death", "loss"], ["departure", "euphemistic expressions for death", "departure"], ["overtaking", "going by something that is moving in order to get in front of it", "overtaking"], ["passage", "a bodily reaction of changing from one place or stage to another", "passage"], ["release", "euphemistic expressions for death", "release"], ["expiration", "euphemistic expressions for death", "expiration"], ["qualifying", "success in satisfying a test or requirement", "qualifying"], ["going", "euphemistic expressions for death", "going"], ["passing game", "(American football) a play that involves one player throwing the ball to a teammate", "passing game"], ["exit", "euphemistic expressions for death", "exit"]]}, {"answer": "peanut", "hint": "synonyms for peanut", "clues": [["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "groundnut"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "earthnut"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "monkey nut"], ["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober pea"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober"]]}, {"answer": "pedal", "hint": "synonyms for pedal", "clues": [["pedal point", "a sustained bass note", "pedal point"], ["foot pedal", "a lever that is operated with the foot", "foot pedal"], ["treadle", "a lever that is operated with the foot", "treadle"], ["foot lever", "a lever that is operated with the foot", "foot lever"]]}, {"answer": "pedigree", "hint": "synonyms for pedigree", "clues": [["bloodline", "the descendants of one individual", "bloodline"], ["line", "the descendants of one individual", "line"], ["lineage", "the descendants of one individual", "lineage"], ["origin", "the descendants of one individual", "origin"], ["blood", "the descendants of one individual", "blood"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "the descendants of one individual", "ancestry"], ["line of descent", "the descendants of one individual", "line of descent"], ["parentage", "the descendants of one individual", "parentage"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "phantom", "hint": "synonyms for phantom", "clues": [["shadow", "something existing in perception only", "shadow"], ["phantasm", "something existing in perception only", "phantasm"], ["apparition", "something existing in perception only", "apparition"], ["fantasm", "something existing in perception only", "fantasm"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["plain stitch", "a basic knitting stitch", "plain stitch"], ["knit stitch", "a basic knitting stitch", "knit stitch"], ["champaign", "extensive tract of level open land", "champaign"], ["knit", "a basic knitting stitch", "knit"], ["field", "extensive tract of level open land", "field"]]}, {"answer": "plane", "hint": "synonyms for plane", "clues": [["airplane", "an aircraft that has a fixed wing and is powered by propellers or jets", "airplane"], ["planer", "a power tool for smoothing or shaping wood", "planer"], ["sheet", "(mathematics) an unbounded two-dimensional shape", "sheet"], ["woodworking plane", "a carpenter's hand tool with an adjustable blade for smoothing or shaping wood", "woodworking plane"], ["planing machine", "a power tool for smoothing or shaping wood", "planing machine"], ["carpenter's plane", "a carpenter's hand tool with an adjustable blade for smoothing or shaping wood", "carpenter's plane"], ["aeroplane", "an aircraft that has a fixed wing and is powered by propellers or jets", "aeroplane"]]}, {"answer": "plodding", "hint": "synonyms for plodding", "clues": [["donkeywork", "hard monotonous routine work", "donkeywork"], ["drudgery", "hard monotonous routine work", "drudgery"], ["grind", "hard monotonous routine work", "grind"], ["plod", "the act of walking with a slow heavy gait", "plod"]]}, {"answer": "pokey", "hint": "synonyms for pokey", "clues": [["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "poky"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jailhouse"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "clink"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "gaol"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jail"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "slammer"]]}, {"answer": "poky", "hint": "synonyms for poky", "clues": [["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jailhouse"], ["pokey", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "pokey"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "clink"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "gaol"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jail"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "slammer"]]}, {"answer": "pop", "hint": "synonyms for pop", "clues": [["soda pop", "a sweet drink containing carbonated water and flavoring", "soda pop"], ["soda water", "a sweet drink containing carbonated water and flavoring", "soda water"], ["pop music", "music of general appeal to teenagers; a bland watered-down version of rock'n'roll with more rhythm and harmony and an emphasis on romantic love", "pop music"], ["soda", "a sweet drink containing carbonated water and flavoring", "soda"], ["tonic", "a sweet drink containing carbonated water and flavoring", "tonic"], ["popping", "a sharp explosive sound as from a gunshot or drawing a cork", "popping"]]}, {"answer": "port", "hint": "synonyms for port", "clues": [["port wine", "sweet dark-red dessert wine originally from Portugal", "port wine"], ["larboard", "the left side of a ship or aircraft to someone who is aboard and facing the bow or nose", "larboard"], ["interface", "(computer science) computer circuit consisting of the hardware and associated circuitry that links one device with another (especially a computer and a hard disk drive or other peripherals)", "interface"], ["porthole", "an opening (in a wall or ship or armored vehicle) for firing through", "porthole"], ["embrasure", "an opening (in a wall or ship or armored vehicle) for firing through", "embrasure"]]}, {"answer": "postmortem", "hint": "synonyms for postmortem", "clues": [["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "necropsy"], ["post-mortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "post-mortem examination"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "autopsy"], ["post-mortem", "discussion of an event after it has occurred", "post-mortem"]]}, {"answer": "potential", "hint": "synonyms for potential", "clues": [["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts", "potential drop"], ["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts", "potential difference"], ["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts", "electric potential"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts", "voltage"]]}, {"answer": "potty", "hint": "synonyms for potty", "clues": [["can", "a plumbing fixture for defecation and urination", "can"], ["thunder mug", "a receptacle for urination or defecation in the bedroom", "thunder mug"], ["stool", "a plumbing fixture for defecation and urination", "stool"], ["pot", "a plumbing fixture for defecation and urination", "pot"], ["toilet", "a plumbing fixture for defecation and urination", "toilet"], ["throne", "a plumbing fixture for defecation and urination", "throne"], ["chamberpot", "a receptacle for urination or defecation in the bedroom", "chamberpot"], ["commode", "a plumbing fixture for defecation and urination", "commode"], ["crapper", "a plumbing fixture for defecation and urination", "crapper"]]}, {"answer": "premium", "hint": "synonyms for premium", "clues": [["insurance premium", "payment for insurance", "insurance premium"], ["agiotage", "a fee charged for exchanging currencies", "agiotage"], ["agio", "a fee charged for exchanging currencies", "agio"], ["bounty", "payment or reward (especially from a government) for acts such as catching criminals or killing predatory animals or enlisting in the military", "bounty"], ["exchange premium", "a fee charged for exchanging currencies", "exchange premium"]]}, {"answer": "preventative", "hint": "synonyms for preventative", "clues": [["incumbrance", "any obstruction that impedes or is burdensome", "incumbrance"], ["prophylactic device", "an agent or device intended to prevent conception", "prophylactic device"], ["hindrance", "any obstruction that impedes or is burdensome", "hindrance"], ["preventive", "an agent or device intended to prevent conception", "preventive"], ["interference", "any obstruction that impedes or is burdensome", "interference"], ["contraceptive device", "an agent or device intended to prevent conception", "contraceptive device"], ["prophylactic", "remedy that prevents or slows the course of an illness or disease", "prophylactic"], ["birth control device", "an agent or device intended to prevent conception", "birth control device"], ["contraceptive", "an agent or device intended to prevent conception", "contraceptive"], ["hitch", "any obstruction that impedes or is burdensome", "hitch"]]}, {"answer": "preventive", "hint": "synonyms for preventive", "clues": [["incumbrance", "any obstruction that impedes or is burdensome", "incumbrance"], ["prophylactic device", "an agent or device intended to prevent conception", "prophylactic device"], ["hindrance", "any obstruction that impedes or is burdensome", "hindrance"], ["interference", "any obstruction that impedes or is burdensome", "interference"], ["contraceptive device", "an agent or device intended to prevent conception", "contraceptive device"], ["prophylactic", "remedy that prevents or slows the course of an illness or disease", "prophylactic"], ["contraceptive", "an agent or device intended to prevent conception", "contraceptive"], ["birth control device", "an agent or device intended to prevent conception", "birth control device"], ["preventative", "an agent or device intended to prevent conception", "preventative"], ["hitch", "any obstruction that impedes or is burdensome", "hitch"]]}, {"answer": "prime", "hint": "synonyms for prime", "clues": [["bloom", "the period of greatest prosperity or productivity", "bloom"], ["flower", "the period of greatest prosperity or productivity", "flower"], ["prime quantity", "a number that has no factor but itself and 1", "prime quantity"], ["prime of life", "the time of maturity when power and vigor are greatest", "prime of life"], ["blossom", "the period of greatest prosperity or productivity", "blossom"], ["efflorescence", "the period of greatest prosperity or productivity", "efflorescence"], ["flush", "the period of greatest prosperity or productivity", "flush"], ["peak", "the period of greatest prosperity or productivity", "peak"], ["heyday", "the period of greatest prosperity or productivity", "heyday"]]}, {"answer": "privy", "hint": "synonyms for privy", "clues": [["toilet", "a room or building equipped with one or more toilets", "toilet"], ["bathroom", "a room or building equipped with one or more toilets", "bathroom"], ["earth-closet", "a small outbuilding with a bench having holes through which a user can defecate", "earth-closet"], ["outhouse", "a small outbuilding with a bench having holes through which a user can defecate", "outhouse"], ["lav", "a room or building equipped with one or more toilets", "lav"], ["john", "a room or building equipped with one or more toilets", "john"], ["jakes", "a small outbuilding with a bench having holes through which a user can defecate", "jakes"], ["can", "a room or building equipped with one or more toilets", "can"], ["lavatory", "a room or building equipped with one or more toilets", "lavatory"]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["pillage", "goods or money obtained illegally", "pillage"], ["swag", "goods or money obtained illegally", "swag"], ["plunder", "goods or money obtained illegally", "plunder"], ["trophy", "something given as a token of victory", "trophy"], ["dirty money", "goods or money obtained illegally", "dirty money"], ["award", "something given for victory or superiority in a contest or competition or for winning a lottery", "award"], ["loot", "goods or money obtained illegally", "loot"], ["booty", "goods or money obtained illegally", "booty"]]}, {"answer": "prognostic", "hint": "synonyms for prognostic", "clues": [["omen", "a sign of something about to happen", "omen"], ["prodigy", "a sign of something about to happen", "prodigy"], ["prognostication", "a sign of something about to happen", "prognostication"], ["presage", "a sign of something about to happen", "presage"], ["portent", "a sign of something about to happen", "portent"]]}, {"answer": "progressive", "hint": "synonyms for progressive", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going", "imperfect tense"], ["progressive tense", "a tense of verbs used in describing action that is on-going", "progressive tense"], ["imperfect", "a tense of verbs used in describing action that is on-going", "imperfect"], ["continuous tense", "a tense of verbs used in describing action that is on-going", "continuous tense"]]}, {"answer": "proof", "hint": "synonyms for proof", "clues": [["test copy", "(printing) an impression made to check for errors", "test copy"], ["cogent evidence", "any factual evidence that helps to establish the truth of something", "cogent evidence"], ["substantiation", "the act of validating; finding or testing the truth of something", "substantiation"], ["validation", "the act of validating; finding or testing the truth of something", "validation"], ["trial impression", "(printing) an impression made to check for errors", "trial impression"]]}, {"answer": "prophylactic", "hint": "synonyms for prophylactic", "clues": [["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safe"], ["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "rubber"], ["preventive", "remedy that prevents or slows the course of an illness or disease", "preventive"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "condom"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safety"]]}, {"answer": "puff", "hint": "synonyms for puff", "clues": [["blow", "forceful exhalation through the nose or mouth", "blow"], ["powderpuff", "a soft spherical object made from fluffy fibers; for applying powder to the skin", "powderpuff"], ["comfort", "bedding made of two layers of cloth filled with stuffing and stitched together", "comfort"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together", "quilt"], ["pouf", "thick cushion used as a seat", "pouf"], ["pull", "a slow inhalation (as of tobacco smoke)", "pull"], ["ottoman", "thick cushion used as a seat", "ottoman"], ["puff of air", "a short light gust of air", "puff of air"], ["hassock", "thick cushion used as a seat", "hassock"], ["drag", "a slow inhalation (as of tobacco smoke)", "drag"], ["whiff", "a short light gust of air", "whiff"], ["pouffe", "thick cushion used as a seat", "pouffe"]]}, {"answer": "punk", "hint": "synonyms for punk", "clues": [["tinder", "material for starting a fire", "tinder"], ["kindling", "material for starting a fire", "kindling"], ["punk rock", "rock music with deliberately offensive lyrics expressing anger and social alienation; in part a reaction against progressive rock", "punk rock"], ["touchwood", "material for starting a fire", "touchwood"], ["spunk", "material for starting a fire", "spunk"]]}, {"answer": "quality", "hint": "synonyms for quality", "clues": [["tone", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "tone"], ["lineament", "a characteristic property that defines the apparent individual nature of something", "lineament"], ["timber", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "timber"], ["character", "a characteristic property that defines the apparent individual nature of something", "character"], ["calibre", "a degree or grade of excellence or worth", "calibre"], ["timbre", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "timbre"]]}, {"answer": "quaternary", "hint": "synonyms for quaternary", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["tranquility", "a disposition free from stress or emotion", "tranquility"], ["repose", "a disposition free from stress or emotion", "repose"], ["placidity", "a disposition free from stress or emotion", "placidity"], ["serenity", "a disposition free from stress or emotion", "serenity"], ["silence", "the absence of sound", "silence"]]}, {"answer": "radical", "hint": "synonyms for radical", "clues": [["root word", "(linguistics) the form of a word after all affixes are removed", "root word"], ["chemical group", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule", "chemical group"], ["free radical", "an atom or group of atoms with at least one unpaired electron; in the body it is usually an oxygen molecule that has lost an electron and will stabilize itself by stealing an electron from a nearby molecule", "free radical"], ["group", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule", "group"], ["theme", "(linguistics) the form of a word after all affixes are removed", "theme"], ["base", "(linguistics) the form of a word after all affixes are removed", "base"], ["root", "(linguistics) the form of a word after all affixes are removed", "root"], ["stem", "(linguistics) the form of a word after all affixes are removed", "stem"]]}, {"answer": "radio", "hint": "synonyms for radio", "clues": [["radiocommunication", "medium for communication", "radiocommunication"], ["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio receiver"], ["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "receiving set"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "wireless"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "tuner"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio set"]]}, {"answer": "raising", "hint": "synonyms for raising", "clues": [["rearing", "the properties acquired as a consequence of the way you were treated as a child", "rearing"], ["lift", "the event of something being raised upward", "lift"], ["fostering", "helping someone grow up to be an accepted member of the community", "fostering"], ["elevation", "the event of something being raised upward", "elevation"], ["nurture", "the properties acquired as a consequence of the way you were treated as a child", "nurture"], ["upbringing", "helping someone grow up to be an accepted member of the community", "upbringing"], ["bringing up", "helping someone grow up to be an accepted member of the community", "bringing up"], ["breeding", "helping someone grow up to be an accepted member of the community", "breeding"], ["fosterage", "helping someone grow up to be an accepted member of the community", "fosterage"]]}, {"answer": "rearing", "hint": "synonyms for rearing", "clues": [["fostering", "helping someone grow up to be an accepted member of the community", "fostering"], ["raising", "the properties acquired as a consequence of the way you were treated as a child", "raising"], ["nurture", "the properties acquired as a consequence of the way you were treated as a child", "nurture"], ["upbringing", "helping someone grow up to be an accepted member of the community", "upbringing"], ["bringing up", "helping someone grow up to be an accepted member of the community", "bringing up"], ["breeding", "helping someone grow up to be an accepted member of the community", "breeding"], ["fosterage", "helping someone grow up to be an accepted member of the community", "fosterage"]]}, {"answer": "reflex", "hint": "synonyms for reflex", "clues": [["reflex action", "an automatic instinctive unlearned reaction to a stimulus", "reflex action"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus", "reflex response"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus", "instinctive reflex"], ["innate reflex", "an automatic instinctive unlearned reaction to a stimulus", "innate reflex"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus", "unconditioned reflex"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus", "physiological reaction"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus", "inborn reflex"]]}, {"answer": "regulation", "hint": "synonyms for regulation", "clues": [["rule", "a principle or condition that customarily governs behavior", "rule"], ["regularization", "the act of bringing to uniformity; making regular", "regularization"], ["ordinance", "an authoritative rule", "ordinance"], ["regulating", "the act of controlling or directing according to rule", "regulating"]]}, {"answer": "requisite", "hint": "synonyms for requisite", "clues": [["requirement", "anything indispensable", "requirement"], ["necessary", "anything indispensable", "necessary"], ["necessity", "anything indispensable", "necessity"], ["essential", "anything indispensable", "essential"]]}, {"answer": "residual", "hint": "synonyms for residual", "clues": [["residuum", "something left after other parts have been taken away", "residuum"], ["balance", "something left after other parts have been taken away", "balance"], ["remainder", "something left after other parts have been taken away", "remainder"], ["rest", "something left after other parts have been taken away", "rest"], ["residue", "something left after other parts have been taken away", "residue"]]}, {"answer": "resultant", "hint": "synonyms for resultant", "clues": [["termination", "something that results", "termination"], ["final result", "something that results", "final result"], ["outcome", "something that results", "outcome"], ["vector sum", "a vector that is the sum of two or more other vectors", "vector sum"], ["result", "something that results", "result"]]}, {"answer": "reverse", "hint": "synonyms for reverse", "clues": [["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "reversal"], ["turnabout", "turning in the opposite direction", "turnabout"], ["opposite", "a relation of direct opposition", "opposite"], ["verso", "the side of a coin or medal that does not bear the principal design", "verso"], ["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "blow"], ["reversion", "turning in the opposite direction", "reversion"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "black eye"], ["contrary", "a relation of direct opposition", "contrary"], ["reverse gear", "the gears by which the motion of a machine can be reversed", "reverse gear"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "setback"], ["turnaround", "turning in the opposite direction", "turnaround"]]}, {"answer": "reverting", "hint": "synonyms for reverting", "clues": [["lapse", "a failure to maintain a higher state", "lapse"], ["relapse", "a failure to maintain a higher state", "relapse"], ["lapsing", "a failure to maintain a higher state", "lapsing"], ["reversion", "a failure to maintain a higher state", "reversion"], ["backsliding", "a failure to maintain a higher state", "backsliding"]]}, {"answer": "rising", "hint": "synonyms for rising", "clues": [["insurrection", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "insurrection"], ["uprising", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "uprising"], ["rebellion", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "rebellion"], ["ascent", "a movement upward", "ascent"], ["revolt", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "revolt"], ["rise", "a movement upward", "rise"], ["ascension", "a movement upward", "ascension"]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["boom", "a deep prolonged loud noise", "boom"], ["thunder", "a deep prolonged loud noise", "thunder"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "rose", "hint": "synonyms for rose", "clues": [["rosiness", "a dusty pink color", "rosiness"], ["blush wine", "pinkish table wine from red grapes whose skins were removed after fermentation began", "blush wine"], ["pink wine", "pinkish table wine from red grapes whose skins were removed after fermentation began", "pink wine"], ["rose wine", "pinkish table wine from red grapes whose skins were removed after fermentation began", "rose wine"]]}, {"answer": "rotary", "hint": "synonyms for rotary", "clues": [["rotary converter", "electrical converter consisting of a synchronous machine that converts alternating to direct current or vice versa", "rotary converter"], ["traffic circle", "a road junction at which traffic streams circularly around a central island", "traffic circle"], ["roundabout", "a road junction at which traffic streams circularly around a central island", "roundabout"], ["circle", "a road junction at which traffic streams circularly around a central island", "circle"], ["synchronous converter", "electrical converter consisting of a synchronous machine that converts alternating to direct current or vice versa", "synchronous converter"]]}, {"answer": "rough-and-tumble", "hint": "synonyms for rough-and-tumble", "clues": [["scuffle", "disorderly fighting", "scuffle"], ["tussle", "disorderly fighting", "tussle"], ["hassle", "disorderly fighting", "hassle"], ["dogfight", "disorderly fighting", "dogfight"]]}, {"answer": "round", "hint": "synonyms for round", "clues": [["one shot", "a charge of ammunition for a single shot", "one shot"], ["daily round", "the usual activities in your day", "daily round"], ["rung", "a crosspiece between the legs of a chair", "rung"], ["unit of ammunition", "a charge of ammunition for a single shot", "unit of ammunition"], ["rhythm", "an interval during which a recurring sequence of events occurs", "rhythm"], ["stave", "a crosspiece between the legs of a chair", "stave"], ["turn", "(sports) a division during which one team is on the offensive", "turn"], ["troll", "a partsong in which voices follow each other; one voice starts and others join in one after another until all are singing different parts of the song at the same time", "troll"], ["round of drinks", "a serving to each of a group (usually alcoholic)", "round of drinks"], ["circle", "any circular or rotating mechanism", "circle"], ["cycle", "an interval during which a recurring sequence of events occurs", "cycle"], ["beat", "a regular route for a sentry or policeman", "beat"], ["bout", "(sports) a division during which one team is on the offensive", "bout"], ["round of golf", "the activity of playing 18 holes of golf", "round of golf"]]}, {"answer": "roundabout", "hint": "synonyms for roundabout", "clues": [["carousel", "a large, rotating machine with seats for children to ride or amusement", "carousel"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement", "merry-go-round"], ["whirligig", "a large, rotating machine with seats for children to ride or amusement", "whirligig"], ["rotary", "a road junction at which traffic streams circularly around a central island", "rotary"], ["traffic circle", "a road junction at which traffic streams circularly around a central island", "traffic circle"], ["circle", "a road junction at which traffic streams circularly around a central island", "circle"]]}, {"answer": "routine", "hint": "synonyms for routine", "clues": [["modus operandi", "an unvarying or habitual method or procedure", "modus operandi"], ["subroutine", "a set sequence of steps, part of larger computer program", "subroutine"], ["number", "a short theatrical performance that is part of a longer program", "number"], ["subprogram", "a set sequence of steps, part of larger computer program", "subprogram"], ["turn", "a short theatrical performance that is part of a longer program", "turn"], ["bit", "a short theatrical performance that is part of a longer program", "bit"], ["act", "a short theatrical performance that is part of a longer program", "act"], ["procedure", "a set sequence of steps, part of larger computer program", "procedure"], ["function", "a set sequence of steps, part of larger computer program", "function"]]}, {"answer": "rubber", "hint": "synonyms for rubber", "clues": [["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safe"], ["synthetic rubber", "any of various synthetic elastic materials whose properties resemble natural rubber", "synthetic rubber"], ["caoutchouc", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products", "caoutchouc"], ["galosh", "a waterproof overshoe that protects shoes from water or snow", "galosh"], ["golosh", "a waterproof overshoe that protects shoes from water or snow", "golosh"], ["natural rubber", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products", "natural rubber"], ["pencil eraser", "an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil", "pencil eraser"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "condom"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safety"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "prophylactic"], ["arctic", "a waterproof overshoe that protects shoes from water or snow", "arctic"], ["gum elastic", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products", "gum elastic"], ["rubber eraser", "an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil", "rubber eraser"], ["gumshoe", "a waterproof overshoe that protects shoes from water or snow", "gumshoe"]]}, {"answer": "runaway", "hint": "synonyms for runaway", "clues": [["laugher", "an easy victory", "laugher"], ["romp", "an easy victory", "romp"], ["walkaway", "an easy victory", "walkaway"], ["blowout", "an easy victory", "blowout"], ["shoo-in", "an easy victory", "shoo-in"]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["running game", "(American football) a play in which a player attempts to carry the ball through or past the opposing team", "running game"], ["run", "(American football) a play in which a player attempts to carry the ball through or past the opposing team", "run"], ["track", "the act of participating in an athletic competition involving running on a track", "track"], ["running play", "(American football) a play in which a player attempts to carry the ball through or past the opposing team", "running play"]]}, {"answer": "rush", "hint": "synonyms for rush", "clues": [["spate", "a sudden forceful flow", "spate"], ["rushing", "(American football) an attempt to advance the ball by running into the line", "rushing"], ["hurry", "the act of moving hurriedly and in a careless manner", "hurry"], ["boot", "the swift release of a store of affective force", "boot"], ["flush", "the swift release of a store of affective force", "flush"], ["kick", "the swift release of a store of affective force", "kick"], ["upsurge", "a sudden forceful flow", "upsurge"], ["charge", "the swift release of a store of affective force", "charge"], ["surge", "a sudden forceful flow", "surge"], ["bang", "the swift release of a store of affective force", "bang"], ["haste", "the act of moving hurriedly and in a careless manner", "haste"], ["thrill", "the swift release of a store of affective force", "thrill"]]}, {"answer": "sable", "hint": "synonyms for sable", "clues": [["pitch black", "a very dark black", "pitch black"], ["coal black", "a very dark black", "coal black"], ["sable's hair pencil", "an artist's brush made of sable hairs", "sable's hair pencil"], ["ebony", "a very dark black", "ebony"], ["jet black", "a very dark black", "jet black"], ["sable brush", "an artist's brush made of sable hairs", "sable brush"], ["soot black", "a very dark black", "soot black"]]}, {"answer": "safe", "hint": "synonyms for safe", "clues": [["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "rubber"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safety"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "condom"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "prophylactic"]]}, {"answer": "salt", "hint": "synonyms for salt", "clues": [["common salt", "white crystalline form of especially sodium chloride used to season and preserve food", "common salt"], ["saltiness", "the taste experience when common salt is taken into the mouth", "saltiness"], ["table salt", "white crystalline form of especially sodium chloride used to season and preserve food", "table salt"], ["salinity", "the taste experience when common salt is taken into the mouth", "salinity"]]}, {"answer": "sapphire", "hint": "synonyms for sapphire", "clues": [["lazuline", "a light shade of blue", "lazuline"], ["cerulean", "a light shade of blue", "cerulean"], ["sky-blue", "a light shade of blue", "sky-blue"], ["azure", "a light shade of blue", "azure"]]}, {"answer": "saving", "hint": "synonyms for saving", "clues": [["rescue", "recovery or preservation from loss or danger", "rescue"], ["economy", "an act of economizing; reduction in cost", "economy"], ["preservation", "the activity of protecting something from loss or danger", "preservation"], ["delivery", "recovery or preservation from loss or danger", "delivery"], ["deliverance", "recovery or preservation from loss or danger", "deliverance"]]}, {"answer": "scrub", "hint": "synonyms for scrub", "clues": [["bush", "dense vegetation consisting of stunted trees or bushes", "bush"], ["scrubbing", "the act of cleaning a surface by rubbing it with a brush and soap and water", "scrubbing"], ["chaparral", "dense vegetation consisting of stunted trees or bushes", "chaparral"], ["scouring", "the act of cleaning a surface by rubbing it with a brush and soap and water", "scouring"]]}, {"answer": "second", "hint": "synonyms for second", "clues": [["endorsement", "a speech seconding a motion", "endorsement"], ["s", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites", "s"], ["second gear", "the gear that has the second lowest forward gear ratio in the gear box of a motor vehicle", "second gear"], ["arcsecond", "a 60th part of a minute of arc", "arcsecond"], ["secondment", "a speech seconding a motion", "secondment"], ["irregular", "merchandise that has imperfections; usually sold at a reduced price without the brand name", "irregular"], ["mo", "an indefinitely short time", "mo"], ["moment", "a particular point in time", "moment"], ["instant", "a particular point in time", "instant"], ["sec", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites", "sec"], ["second base", "the fielding position of the player on a baseball team who is stationed near the second of the bases in the infield", "second base"], ["bit", "an indefinitely short time", "bit"], ["minute", "an indefinitely short time", "minute"]]}, {"answer": "secret", "hint": "synonyms for secret", "clues": [["closed book", "something that baffles understanding and cannot be explained", "closed book"], ["arcanum", "information known only to a special group", "arcanum"], ["enigma", "something that baffles understanding and cannot be explained", "enigma"], ["mystery", "something that baffles understanding and cannot be explained", "mystery"]]}, {"answer": "seeing", "hint": "synonyms for seeing", "clues": [["visual perception", "perception by means of the eyes", "visual perception"], ["beholding", "perception by means of the eyes", "beholding"], ["eyesight", "normal use of the faculty of vision", "eyesight"], ["sightedness", "normal use of the faculty of vision", "sightedness"]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["exercise set", "several exercises intended to be done in series", "exercise set"], ["readiness", "(psychology) being temporarily ready to respond in a particular way", "readiness"], ["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization", "solidifying"], ["lot", "an unofficial association of people or groups", "lot"], ["stage set", "representation consisting of the scenery and other properties used to identify the location of a dramatic production", "stage set"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization", "solidification"], ["bent", "a relatively permanent inclination to react in a particular way", "bent"], ["circle", "an unofficial association of people or groups", "circle"], ["hardening", "the process of becoming hard or solid by cooling or drying or crystallization", "hardening"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization", "curing"], ["band", "an unofficial association of people or groups", "band"]]}, {"answer": "seven", "hint": "synonyms for seven", "clues": [["sevener", "the cardinal number that is the sum of six and one", "sevener"], ["septenary", "the cardinal number that is the sum of six and one", "septenary"], ["7", "the cardinal number that is the sum of six and one", "7"], ["septet", "the cardinal number that is the sum of six and one", "septet"], ["seven-spot", "one of four playing cards in a deck with seven pips on the face", "seven-spot"], ["heptad", "the cardinal number that is the sum of six and one", "heptad"]]}, {"answer": "shot", "hint": "synonyms for shot", "clues": [["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "dig"], ["stab", "informal words for any attempt or effort", "stab"], ["nip", "a small drink of liquor", "nip"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "slam"], ["pellet", "a solid missile discharged from a firearm", "pellet"], ["blastoff", "the launching of a missile or spacecraft to a specified destination", "blastoff"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "gibe"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "jibe"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shaft"], ["guessing", "an estimate based on little or no information", "guessing"], ["injection", "the act of putting a liquid into the body by means of a syringe", "injection"], ["dead reckoning", "an estimate based on little or no information", "dead reckoning"], ["shooting", "the act of firing a projectile", "shooting"], ["scene", "a consecutive series of pictures that constitutes a unit of action in a film", "scene"], ["guesswork", "an estimate based on little or no information", "guesswork"], ["snapshot", "an informal photograph; usually made with a small hand-held camera", "snapshot"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "barb"], ["snap", "an informal photograph; usually made with a small hand-held camera", "snap"], ["stroke", "(sports) the act of swinging or striking at a ball with a club or racket or bat or cue or hand", "stroke"]]}, {"answer": "side", "hint": "synonyms for side", "clues": [["side of meat", "a lengthwise dressed half of an animal's carcass used for food", "side of meat"], ["face", "a surface forming part of the outside of an object", "face"], ["slope", "an elevated geological formation", "slope"], ["position", "an opinion that is held in opposition to another in an argument or dispute", "position"], ["incline", "an elevated geological formation", "incline"]]}, {"answer": "sign", "hint": "synonyms for sign", "clues": [["signboard", "structure displaying a board on which advertisements can be posted", "signboard"], ["polarity", "having an indicated pole (as the distinction between positive and negative electric charges)", "polarity"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided", "house"], ["augury", "an event that is experienced as indicating important things to come", "augury"], ["signaling", "any nonverbal action or gesture that encodes a message", "signaling"], ["foretoken", "an event that is experienced as indicating important things to come", "foretoken"], ["preindication", "an event that is experienced as indicating important things to come", "preindication"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "star sign"], ["mark", "a perceptible indication of something not immediately apparent (as a visible clue that something has happened)", "mark"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided", "planetary house"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign of the zodiac"], ["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided", "mansion"]]}, {"answer": "silver", "hint": "synonyms for silver", "clues": [["silver medal", "a trophy made of silver (or having the appearance of silver) that is usually awarded for winning second place in a competition", "silver medal"], ["silver gray", "a light shade of grey", "silver gray"], ["ash gray", "a light shade of grey", "ash gray"], ["atomic number 47", "a soft white precious univalent metallic element having the highest electrical and thermal conductivity of any metal; occurs in argentite and in free form; used in coins and jewelry and tableware and photography", "atomic number 47"], ["flatware", "silverware eating utensils", "flatware"]]}, {"answer": "single", "hint": "synonyms for single", "clues": [["1", "the smallest whole number or a numeral representing this number", "1"], ["unity", "the smallest whole number or a numeral representing this number", "unity"], ["ace", "the smallest whole number or a numeral representing this number", "ace"], ["bingle", "a base hit on which the batter stops safely at first base", "bingle"], ["one", "the smallest whole number or a numeral representing this number", "one"]]}, {"answer": "six", "hint": "synonyms for six", "clues": [["six-spot", "a playing card or domino or die whose upward face shows six pips", "six-spot"], ["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"]]}, {"answer": "sky-blue", "hint": "synonyms for sky-blue", "clues": [["lazuline", "a light shade of blue", "lazuline"], ["cerulean", "a light shade of blue", "cerulean"], ["azure", "a light shade of blue", "azure"], ["sapphire", "a light shade of blue", "sapphire"]]}, {"answer": "slack", "hint": "synonyms for slack", "clues": [["morass", "a soft wet area of low-lying land that sinks underfoot", "morass"], ["slackness", "the quality of being loose (not taut)", "slackness"], ["drop-off", "a noticeable deterioration in performance or quality", "drop-off"], ["slack water", "a stretch of water without current or movement", "slack water"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot", "quagmire"], ["mire", "a soft wet area of low-lying land that sinks underfoot", "mire"], ["falloff", "a noticeable deterioration in performance or quality", "falloff"], ["quag", "a soft wet area of low-lying land that sinks underfoot", "quag"], ["falling off", "a noticeable deterioration in performance or quality", "falling off"], ["slump", "a noticeable deterioration in performance or quality", "slump"]]}, {"answer": "slick", "hint": "synonyms for slick", "clues": [["slick magazine", "a magazine printed on good quality paper", "slick magazine"], ["slickness", "a slippery smoothness", "slickness"], ["slip", "a slippery smoothness", "slip"], ["glossy", "a magazine printed on good quality paper", "glossy"], ["slipperiness", "a slippery smoothness", "slipperiness"]]}, {"answer": "snub", "hint": "synonyms for snub", "clues": [["rebuff", "an instance of driving away or warding off", "rebuff"], ["cut", "a refusal to recognize someone you know", "cut"], ["cold shoulder", "a refusal to recognize someone you know", "cold shoulder"], ["repulse", "an instance of driving away or warding off", "repulse"]]}, {"answer": "soaring", "hint": "synonyms for soaring", "clues": [["sailing", "the activity of flying a glider", "sailing"], ["gliding", "the activity of flying a glider", "gliding"], ["glide", "the activity of flying a glider", "glide"], ["sailplaning", "the activity of flying a glider", "sailplaning"]]}, {"answer": "solvent", "hint": "synonyms for solvent", "clues": [["dissolver", "a liquid substance capable of dissolving other substances", "dissolver"], ["resolution", "a statement that solves a problem or explains how to solve the problem", "resolution"], ["dissolvent", "a liquid substance capable of dissolving other substances", "dissolvent"], ["answer", "a statement that solves a problem or explains how to solve the problem", "answer"], ["result", "a statement that solves a problem or explains how to solve the problem", "result"], ["dissolving agent", "a liquid substance capable of dissolving other substances", "dissolving agent"], ["resolvent", "a liquid substance capable of dissolving other substances", "resolvent"]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["strait", "a narrow channel of the sea joining two larger bodies of water", "strait"], ["speech sound", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language", "speech sound"], ["phone", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language", "phone"], ["auditory sensation", "the subjective sensation of hearing something", "auditory sensation"], ["audio", "the audible part of a transmitted signal", "audio"]]}, {"answer": "speaking", "hint": "synonyms for speaking", "clues": [["oral presentation", "delivering an address to a public audience", "oral presentation"], ["speechmaking", "delivering an address to a public audience", "speechmaking"], ["public speaking", "delivering an address to a public audience", "public speaking"], ["speech production", "the utterance of intelligible speech", "speech production"]]}, {"answer": "speckless", "hint": "synonyms for speckless", "clues": [["maculation", "a small contrasting part of something", "maculation"], ["patch", "a small contrasting part of something", "patch"], ["fleck", "a small contrasting part of something", "fleck"], ["speckle", "a small contrasting part of something", "speckle"], ["spot", "a small contrasting part of something", "spot"], ["dapple", "a small contrasting part of something", "dapple"]]}, {"answer": "spiral", "hint": "synonyms for spiral", "clues": [["volute", "a structure consisting of something wound in a continuous series of loops", "volute"], ["helix", "a structure consisting of something wound in a continuous series of loops", "helix"], ["whorl", "a structure consisting of something wound in a continuous series of loops", "whorl"], ["coil", "a structure consisting of something wound in a continuous series of loops", "coil"]]}, {"answer": "split", "hint": "synonyms for split", "clues": [["rent", "an opening made forcibly as by pulling apart", "rent"], ["schism", "division of a group into opposing factions", "schism"], ["split up", "an increase in the number of outstanding shares of a corporation without changing the shareholders' equity", "split up"], ["rip", "the act of rending or ripping or splitting something", "rip"], ["tear", "an opening made forcibly as by pulling apart", "tear"], ["snag", "an opening made forcibly as by pulling apart", "snag"], ["stock split", "an increase in the number of outstanding shares of a corporation without changing the shareholders' equity", "stock split"]]}, {"answer": "spread", "hint": "synonyms for spread", "clues": [["gap", "a conspicuous disparity or difference as between two figures", "gap"], ["cattle ranch", "farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)", "cattle ranch"], ["spreading", "act of extending over a wider scope or expanse of space or time", "spreading"], ["ranch", "farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)", "ranch"], ["bedspread", "decorative cover for a bed", "bedspread"], ["feast", "a meal that is well prepared and greatly enjoyed", "feast"], ["spreadhead", "two facing pages of a book or other publication", "spreadhead"], ["bedcover", "decorative cover for a bed", "bedcover"], ["counterpane", "decorative cover for a bed", "counterpane"], ["bed covering", "decorative cover for a bed", "bed covering"], ["scatter", "a haphazard distribution in all directions", "scatter"], ["cattle farm", "farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)", "cattle farm"], ["banquet", "a meal that is well prepared and greatly enjoyed", "banquet"], ["paste", "a tasty mixture to be spread on bread or crackers or used in preparing other dishes", "paste"], ["facing pages", "two facing pages of a book or other publication", "facing pages"]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["diddly", "a small worthless amount", "diddly"], ["shit", "a small worthless amount", "shit"], ["knee bend", "exercising by repeatedly assuming a crouching position with the knees bent; strengthens the leg muscles", "knee bend"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jack", "a small worthless amount", "jack"], ["squatting", "exercising by repeatedly assuming a crouching position with the knees bent; strengthens the leg muscles", "squatting"]]}, {"answer": "standard", "hint": "synonyms for standard", "clues": [["banner", "any distinctive flag", "banner"], ["touchstone", "a basis for comparison; a reference point against which other things can be evaluated", "touchstone"], ["criterion", "a basis for comparison; a reference point against which other things can be evaluated", "criterion"], ["monetary standard", "the value behind the money in a monetary system", "monetary standard"], ["measure", "a basis for comparison; a reference point against which other things can be evaluated", "measure"]]}, {"answer": "stereo", "hint": "synonyms for stereo", "clues": [["stereo system", "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound", "stereo system"], ["stereoscopic picture", "two photographs taken from slightly different angles that appear three-dimensional when viewed together", "stereoscopic picture"], ["stereophonic system", "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound", "stereophonic system"], ["stereophony", "reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound", "stereophony"], ["stereoscopic photograph", "two photographs taken from slightly different angles that appear three-dimensional when viewed together", "stereoscopic photograph"]]}, {"answer": "stern", "hint": "synonyms for stern", "clues": [["poop", "the rear part of a ship", "poop"], ["quarter", "the rear part of a ship", "quarter"], ["after part", "the rear part of a ship", "after part"], ["tail", "the rear part of a ship", "tail"]]}, {"answer": "stimulant", "hint": "synonyms for stimulant", "clues": [["excitant", "a drug that temporarily quickens some vital process", "excitant"], ["stimulus", "any stimulating information or event; acts to arouse action", "stimulus"], ["stimulation", "any stimulating information or event; acts to arouse action", "stimulation"], ["stimulant drug", "a drug that temporarily quickens some vital process", "stimulant drug"], ["input", "any stimulating information or event; acts to arouse action", "input"]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["line", "the descendants of one individual", "line"], ["origin", "the descendants of one individual", "origin"], ["neckcloth", "an ornamental white cravat", "neckcloth"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["line of descent", "the descendants of one individual", "line of descent"], ["blood line", "the descendants of one individual", "blood line"], ["gunstock", "the handle of a handgun or the butt end of a rifle or shotgun or part of the support of a machine gun or artillery gun", "gunstock"], ["breed", "a special variety of domesticated animals within a species", "breed"], ["inventory", "the merchandise that a shop has on hand", "inventory"], ["broth", "liquid in which meat and vegetables are simmered; used as a basis for e.g. soups or sauces", "broth"], ["lineage", "the descendants of one individual", "lineage"], ["strain", "a special variety of domesticated animals within a species", "strain"], ["fund", "a supply of something available for future use", "fund"], ["store", "a supply of something available for future use", "store"], ["ancestry", "the descendants of one individual", "ancestry"], ["stock certificate", "a certificate documenting the shareholder's ownership in the corporation", "stock certificate"], ["parentage", "the descendants of one individual", "parentage"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "straining", "hint": "synonyms for straining", "clues": [["strain", "an intense or violent exertion", "strain"], ["distortion", "the act of distorting something so it seems to mean something it was not intended to mean", "distortion"], ["twisting", "the act of distorting something so it seems to mean something it was not intended to mean", "twisting"], ["torture", "the act of distorting something so it seems to mean something it was not intended to mean", "torture"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean", "overrefinement"]]}, {"answer": "straw", "hint": "synonyms for straw", "clues": [["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "shuck"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "chaff"], ["wheat", "a variable yellow tint; dull yellow, often diluted with white", "wheat"], ["drinking straw", "a thin paper or plastic tube used to suck liquids into the mouth", "drinking straw"], ["pale yellow", "a variable yellow tint; dull yellow, often diluted with white", "pale yellow"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "husk"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stalk"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stubble"]]}, {"answer": "stretch", "hint": "synonyms for stretch", "clues": [["stretching", "exercise designed to extend the limbs and muscles to their full extent", "stretching"], ["stretchiness", "the capacity for being stretched", "stretchiness"], ["stint", "an unbroken period of time during which you do something", "stint"], ["stretchability", "the capacity for being stretched", "stretchability"], ["reaching", "the act of physically reaching or thrusting out", "reaching"]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["contact", "the physical coming together of two or more things", "contact"], ["hit", "the act of contacting one thing with another", "hit"], ["hitting", "the act of contacting one thing with another", "hitting"], ["impinging", "the physical coming together of two or more things", "impinging"]]}, {"answer": "subject", "hint": "synonyms for subject", "clues": [["field of study", "a branch of knowledge", "field of study"], ["depicted object", "something (a person or object or scene) selected by an artist or photographer for graphic representation", "depicted object"], ["subject area", "a branch of knowledge", "subject area"], ["field", "a branch of knowledge", "field"], ["study", "a branch of knowledge", "study"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["matter", "some situation or event that is thought about", "matter"], ["subject field", "a branch of knowledge", "subject field"], ["content", "something (a person or object or scene) selected by an artist or photographer for graphic representation", "content"], ["topic", "some situation or event that is thought about", "topic"], ["theme", "the subject matter of a conversation or discussion", "theme"], ["issue", "some situation or event that is thought about", "issue"], ["discipline", "a branch of knowledge", "discipline"]]}, {"answer": "submarine", "hint": "synonyms for submarine", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["sub", "a submersible warship usually armed with torpedoes", "sub"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["pigboat", "a submersible warship usually armed with torpedoes", "pigboat"]]}, {"answer": "sunrise", "hint": "synonyms for sunrise", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawn", "the first light of day", "dawn"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "surface", "hint": "synonyms for surface", "clues": [["open", "information that has become public", "open"], ["control surface", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight", "control surface"], ["aerofoil", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight", "aerofoil"], ["airfoil", "a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight", "airfoil"]]}, {"answer": "swank", "hint": "synonyms for swank", "clues": [["modishness", "elegance by virtue of being fashionable", "modishness"], ["chichi", "elegance by virtue of being fashionable", "chichi"], ["chic", "elegance by virtue of being fashionable", "chic"], ["stylishness", "elegance by virtue of being fashionable", "stylishness"], ["last word", "elegance by virtue of being fashionable", "last word"], ["chicness", "elegance by virtue of being fashionable", "chicness"], ["smartness", "elegance by virtue of being fashionable", "smartness"]]}, {"answer": "sweet", "hint": "synonyms for sweet", "clues": [["afters", "a dish served as the last course of a meal", "afters"], ["sugariness", "the taste experience when sugar dissolves in the mouth", "sugariness"], ["dessert", "a dish served as the last course of a meal", "dessert"], ["sweetness", "the taste experience when sugar dissolves in the mouth", "sweetness"], ["confection", "a food rich in sugar", "confection"]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["comb-out", "the act of removing tangles from you hair with a comb", "comb-out"], ["tease", "the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances", "tease"], ["ribbing", "the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances", "ribbing"], ["tantalization", "the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances", "tantalization"]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["tattle", "disclosing information or giving evidence about another", "tattle"], ["recounting", "an act of narration", "recounting"], ["relation", "an act of narration", "relation"], ["singing", "disclosing information or giving evidence about another", "singing"], ["apprisal", "informing by words", "apprisal"], ["notification", "informing by words", "notification"]]}, {"answer": "ten", "hint": "synonyms for ten", "clues": [["decade", "the cardinal number that is the sum of nine and one; the base of the decimal system", "decade"], ["tenner", "the cardinal number that is the sum of nine and one; the base of the decimal system", "tenner"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system", "10"], ["ten-spot", "one of four playing cards in a deck with ten pips on the face", "ten-spot"]]}, {"answer": "tender", "hint": "synonyms for tender", "clues": [["ship's boat", "a boat for communication between ship and shore", "ship's boat"], ["stamp", "something that can be used as an official medium of payment", "stamp"], ["legal tender", "something that can be used as an official medium of payment", "legal tender"], ["cutter", "a boat for communication between ship and shore", "cutter"], ["supply ship", "ship that usually provides supplies to other ships", "supply ship"], ["bid", "a formal proposal to buy at a specified price", "bid"], ["pinnace", "a boat for communication between ship and shore", "pinnace"]]}, {"answer": "terminal", "hint": "synonyms for terminal", "clues": [["end", "either extremity of something that has length", "end"], ["depot", "station where transport vehicles load or unload passengers or goods", "depot"], ["terminus", "station where transport vehicles load or unload passengers or goods", "terminus"], ["pole", "a contact on an electrical device (such as a battery) at which electric current enters or leaves", "pole"]]}, {"answer": "ternary", "hint": "synonyms for ternary", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "testimonial", "hint": "synonyms for testimonial", "clues": [["recommendation", "something that recommends (or expresses commendation of) a person or thing as worthy or desirable", "recommendation"], ["good word", "something that recommends (or expresses commendation of) a person or thing as worthy or desirable", "good word"], ["testimony", "something that serves as evidence", "testimony"], ["tribute", "something given or done as an expression of esteem", "tribute"]]}, {"answer": "textbook", "hint": "synonyms for textbook", "clues": [["schoolbook", "a book prepared for use in schools or colleges", "schoolbook"], ["school text", "a book prepared for use in schools or colleges", "school text"], ["text", "a book prepared for use in schools or colleges", "text"], ["text edition", "a book prepared for use in schools or colleges", "text edition"]]}, {"answer": "thickening", "hint": "synonyms for thickening", "clues": [["inspissation", "the act of thickening", "inspissation"], ["thickener", "any material used to thicken", "thickener"], ["node", "any thickened enlargement", "node"], ["knob", "any thickened enlargement", "knob"]]}, {"answer": "thieving", "hint": "synonyms for thieving", "clues": [["theft", "the act of taking something from someone unlawfully", "theft"], ["larceny", "the act of taking something from someone unlawfully", "larceny"], ["thievery", "the act of taking something from someone unlawfully", "thievery"], ["stealing", "the act of taking something from someone unlawfully", "stealing"]]}, {"answer": "thinking", "hint": "synonyms for thinking", "clues": [["mentation", "the process of using your mind to consider something carefully", "mentation"], ["thought process", "the process of using your mind to consider something carefully", "thought process"], ["cerebration", "the process of using your mind to consider something carefully", "cerebration"], ["intellection", "the process of using your mind to consider something carefully", "intellection"], ["thought", "the process of using your mind to consider something carefully", "thought"]]}, {"answer": "third", "hint": "synonyms for third", "clues": [["third gear", "the third from the lowest forward ratio gear in the gear box of a motor vehicle", "third gear"], ["one-third", "one of three equal parts of a divisible whole", "one-third"], ["third base", "the base that must be touched third by a base runner in baseball", "third base"], ["tierce", "one of three equal parts of a divisible whole", "tierce"]]}, {"answer": "thousand", "hint": "synonyms for thousand", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "three", "hint": "synonyms for three", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "throwaway", "hint": "synonyms for throwaway", "clues": [["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "circular"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flier"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flyer"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "bill"]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["clump", "a heavy dull sound (as made by impact of heavy objects)", "clump"], ["thud", "a heavy dull sound (as made by impact of heavy objects)", "thud"], ["clunk", "a heavy dull sound (as made by impact of heavy objects)", "clunk"], ["thump", "a heavy dull sound (as made by impact of heavy objects)", "thump"]]}, {"answer": "token", "hint": "synonyms for token", "clues": [["keepsake", "something of sentimental value", "keepsake"], ["souvenir", "something of sentimental value", "souvenir"], ["item", "an individual instance of a type of symbol", "item"], ["relic", "something of sentimental value", "relic"]]}, {"answer": "tonic", "hint": "synonyms for tonic", "clues": [["tonic water", "lime- or lemon-flavored carbonated water containing quinine", "tonic water"], ["keynote", "(music) the first note of a diatonic scale", "keynote"], ["soda pop", "a sweet drink containing carbonated water and flavoring", "soda pop"], ["soda", "a sweet drink containing carbonated water and flavoring", "soda"], ["soda water", "a sweet drink containing carbonated water and flavoring", "soda water"], ["restorative", "a medicine that strengthens and invigorates", "restorative"], ["pop", "a sweet drink containing carbonated water and flavoring", "pop"], ["quinine water", "lime- or lemon-flavored carbonated water containing quinine", "quinine water"]]}, {"answer": "top", "hint": "synonyms for top", "clues": [["crown", "the top or extreme point of something (usually a mountain or hill)", "crown"], ["round top", "a canvas tent to house the audience at a circus performance", "round top"], ["summit", "the top or extreme point of something (usually a mountain or hill)", "summit"], ["teetotum", "a conical child's plaything tapering to a steel point on which it can be made to spin", "teetotum"], ["circus tent", "a canvas tent to house the audience at a circus performance", "circus tent"], ["tip", "the top or extreme point of something (usually a mountain or hill)", "tip"], ["peak", "the top or extreme point of something (usually a mountain or hill)", "peak"], ["top of the inning", "the first half of an inning; while the visiting team is at bat", "top of the inning"], ["crest", "the top or extreme point of something (usually a mountain or hill)", "crest"], ["upper side", "the highest or uppermost side of anything", "upper side"], ["top side", "the highest or uppermost side of anything", "top side"], ["whirligig", "a conical child's plaything tapering to a steel point on which it can be made to spin", "whirligig"], ["big top", "a canvas tent to house the audience at a circus performance", "big top"], ["spinning top", "a conical child's plaything tapering to a steel point on which it can be made to spin", "spinning top"], ["cover", "covering for a hole (especially a hole in the top of a container)", "cover"], ["upside", "the highest or uppermost side of anything", "upside"]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["crown", "the top or extreme point of something (usually a mountain or hill)", "crown"], ["circus tent", "a canvas tent to house the audience at a circus performance", "circus tent"], ["top", "a canvas tent to house the audience at a circus performance", "top"], ["big top", "a canvas tent to house the audience at a circus performance", "big top"], ["spinning top", "a conical child's plaything tapering to a steel point on which it can be made to spin", "spinning top"], ["upside", "the highest or uppermost side of anything", "upside"], ["teetotum", "a conical child's plaything tapering to a steel point on which it can be made to spin", "teetotum"], ["round top", "a canvas tent to house the audience at a circus performance", "round top"], ["tip", "the top or extreme point of something (usually a mountain or hill)", "tip"], ["peak", "the top or extreme point of something (usually a mountain or hill)", "peak"], ["top of the inning", "the first half of an inning; while the visiting team is at bat", "top of the inning"], ["crest", "the top or extreme point of something (usually a mountain or hill)", "crest"], ["upper side", "the highest or uppermost side of anything", "upper side"], ["top side", "the highest or uppermost side of anything", "top side"], ["whirligig", "a conical child's plaything tapering to a steel point on which it can be made to spin", "whirligig"], ["cover", "covering for a hole (especially a hole in the top of a container)", "cover"], ["summit", "the top or extreme point of something (usually a mountain or hill)", "summit"]]}, {"answer": "total", "hint": "synonyms for total", "clues": [["totality", "the whole amount", "totality"], ["sum", "the whole amount", "sum"], ["aggregate", "the whole amount", "aggregate"], ["amount", "a quantity obtained by the addition of a group of numbers", "amount"]]}, {"answer": "trillion", "hint": "synonyms for trillion", "clues": [["gazillion", "a very large indefinite number (usually hyperbole)", "gazillion"], ["1000000000000", "the number that is represented as a one followed by 12 zeros", "1000000000000"], ["one million million million", "the number that is represented as a one followed by 18 zeros", "one million million million"], ["million", "a very large indefinite number (usually hyperbole)", "million"], ["one million million", "the number that is represented as a one followed by 12 zeros", "one million million"]]}, {"answer": "triple", "hint": "synonyms for triple", "clues": [["trio", "a set of three similar things considered as a unit", "trio"], ["three-bagger", "a base hit at which the batter stops safely at third base", "three-bagger"], ["triplet", "a set of three similar things considered as a unit", "triplet"], ["triad", "a set of three similar things considered as a unit", "triad"], ["three-base hit", "a base hit at which the batter stops safely at third base", "three-base hit"]]}, {"answer": "twilight", "hint": "synonyms for twilight", "clues": [["evenfall", "the time of day immediately following sunset", "evenfall"], ["gloam", "the time of day immediately following sunset", "gloam"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["fall", "the time of day immediately following sunset", "fall"], ["dusk", "the time of day immediately following sunset", "dusk"], ["nightfall", "the time of day immediately following sunset", "nightfall"]]}, {"answer": "twinkling", "hint": "synonyms for twinkling", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["whirl", "the act of rotating rapidly", "whirl"], ["twist", "the act of rotating rapidly", "twist"], ["spin", "the act of rotating rapidly", "spin"], ["twirl", "the act of rotating rapidly", "twirl"], ["distortion", "the act of distorting something so it seems to mean something it was not intended to mean", "distortion"], ["torture", "the act of distorting something so it seems to mean something it was not intended to mean", "torture"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean", "overrefinement"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean", "straining"]]}, {"answer": "umber", "hint": "synonyms for umber", "clues": [["burnt umber", "a medium brown to dark-brown color", "burnt umber"], ["coffee", "a medium brown to dark-brown color", "coffee"], ["chocolate", "a medium brown to dark-brown color", "chocolate"], ["deep brown", "a medium brown to dark-brown color", "deep brown"]]}, {"answer": "underground", "hint": "synonyms for underground", "clues": [["metro", "an electric railway operating below the surface of the ground (usually in a city)", "metro"], ["resistance", "a secret group organized to overthrow a government or occupation force", "resistance"], ["tube", "an electric railway operating below the surface of the ground (usually in a city)", "tube"], ["subway system", "an electric railway operating below the surface of the ground (usually in a city)", "subway system"], ["subway", "an electric railway operating below the surface of the ground (usually in a city)", "subway"]]}, {"answer": "understanding", "hint": "synonyms for understanding", "clues": [["savvy", "the cognitive condition of someone who understands", "savvy"], ["intellect", "the capacity for rational thought or inference or discrimination", "intellect"], ["reason", "the capacity for rational thought or inference or discrimination", "reason"], ["discernment", "the cognitive condition of someone who understands", "discernment"], ["sympathy", "an inclination to support or be loyal to or to agree with an opinion", "sympathy"], ["agreement", "the statement (oral or written) of an exchange of promises", "agreement"], ["apprehension", "the cognitive condition of someone who understands", "apprehension"]]}, {"answer": "union", "hint": "synonyms for union", "clues": [["mating", "the act of pairing a male and female for reproductive purposes", "mating"], ["trades union", "an organization of employees formed to bargain with the employer", "trades union"], ["join", "a set containing all and only the members of two or more given sets", "join"], ["labor union", "an organization of employees formed to bargain with the employer", "labor union"], ["conjugation", "the act of pairing a male and female for reproductive purposes", "conjugation"], ["uniting", "the act of making or becoming a single unit", "uniting"], ["sexual union", "the act of pairing a male and female for reproductive purposes", "sexual union"], ["jointure", "the act of making or becoming a single unit", "jointure"], ["coupling", "the act of pairing a male and female for reproductive purposes", "coupling"], ["brotherhood", "an organization of employees formed to bargain with the employer", "brotherhood"], ["unification", "the act of making or becoming a single unit", "unification"], ["pairing", "the act of pairing a male and female for reproductive purposes", "pairing"], ["conglutination", "healing process involving the growing together of the edges of a wound or the growing together of broken bones", "conglutination"], ["sum", "a set containing all and only the members of two or more given sets", "sum"]]}, {"answer": "upper", "hint": "synonyms for upper", "clues": [["speed", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression", "speed"], ["pep pill", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression", "pep pill"], ["amphetamine", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression", "amphetamine"], ["upper berth", "the higher of two berths", "upper berth"]]}, {"answer": "uppercase", "hint": "synonyms for uppercase", "clues": [["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital"], ["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "majuscule"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "upper-case letter"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital letter"]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["overturn", "the act of upsetting something", "overturn"], ["swage", "a tool used to thicken or spread metal (the end of a bar or a rivet etc.) by forging or hammering or swaging", "swage"], ["derangement", "the act of disturbing the mind or body", "derangement"], ["overthrow", "the act of disturbing the mind or body", "overthrow"], ["turnover", "the act of upsetting something", "turnover"]]}, {"answer": "utility", "hint": "synonyms for utility", "clues": [["service program", "(computer science) a program designed for general support of the processes of a computer", "service program"], ["public utility", "a company that performs a public service; subject to government regulation", "public utility"], ["usefulness", "the quality of being of practical use", "usefulness"], ["public-service corporation", "a company that performs a public service; subject to government regulation", "public-service corporation"], ["utility program", "(computer science) a program designed for general support of the processes of a computer", "utility program"], ["public utility company", "a company that performs a public service; subject to government regulation", "public utility company"]]}, {"answer": "v", "hint": "synonyms for v", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["atomic number 23", "a soft silvery white toxic metallic element used in steel alloys; it occurs in several complex minerals including carnotite and vanadinite", "atomic number 23"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["vanadium", "a soft silvery white toxic metallic element used in steel alloys; it occurs in several complex minerals including carnotite and vanadinite", "vanadium"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["volt", "a unit of potential equal to the potential difference between two points on a conductor carrying a current of 1 ampere when the power dissipated between the two points is 1 watt; equivalent to the potential difference across a resistance of 1 ohm when 1 ampere of current flows through it", "volt"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"]]}, {"answer": "variant", "hint": "synonyms for variant", "clues": [["form", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "form"], ["stochastic variable", "a variable quantity that is random", "stochastic variable"], ["version", "something a little different from others of the same type", "version"], ["variation", "something a little different from others of the same type", "variation"], ["variate", "a variable quantity that is random", "variate"], ["discrepancy", "an event that departs from expectations", "discrepancy"], ["random variable", "a variable quantity that is random", "random variable"], ["chance variable", "a variable quantity that is random", "chance variable"], ["variance", "an event that departs from expectations", "variance"], ["edition", "something a little different from others of the same type", "edition"], ["var.", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "var."], ["strain", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "strain"]]}, {"answer": "vernacular", "hint": "synonyms for vernacular", "clues": [["cant", "a characteristic language of a particular group (as among thieves)", "cant"], ["argot", "a characteristic language of a particular group (as among thieves)", "argot"], ["patois", "a characteristic language of a particular group (as among thieves)", "patois"], ["slang", "a characteristic language of a particular group (as among thieves)", "slang"], ["lingo", "a characteristic language of a particular group (as among thieves)", "lingo"], ["jargon", "a characteristic language of a particular group (as among thieves)", "jargon"]]}, {"answer": "vi", "hint": "synonyms for vi", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "vii", "hint": "synonyms for vii", "clues": [["seven", "the cardinal number that is the sum of six and one", "seven"], ["sevener", "the cardinal number that is the sum of six and one", "sevener"], ["septenary", "the cardinal number that is the sum of six and one", "septenary"], ["7", "the cardinal number that is the sum of six and one", "7"], ["septet", "the cardinal number that is the sum of six and one", "septet"], ["heptad", "the cardinal number that is the sum of six and one", "heptad"]]}, {"answer": "viii", "hint": "synonyms for viii", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["8", "the cardinal number that is the sum of seven and one", "8"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["octet", "the cardinal number that is the sum of seven and one", "octet"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"]]}, {"answer": "volute", "hint": "synonyms for volute", "clues": [["spiral", "ornament consisting of a curve on a plane that winds around a center with an increasing distance from the center", "spiral"], ["helix", "a structure consisting of something wound in a continuous series of loops", "helix"], ["whorl", "a structure consisting of something wound in a continuous series of loops", "whorl"], ["coil", "a structure consisting of something wound in a continuous series of loops", "coil"]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["slaughter", "a sound defeat", "slaughter"], ["drubbing", "a sound defeat", "drubbing"], ["whipping", "a sound defeat", "whipping"], ["trouncing", "a sound defeat", "trouncing"], ["debacle", "a sound defeat", "debacle"], ["thrashing", "a sound defeat", "thrashing"]]}, {"answer": "waste", "hint": "synonyms for waste", "clues": [["barren", "an uninhabited wilderness that is worthless for cultivation", "barren"], ["thriftlessness", "the trait of wasting resources", "thriftlessness"], ["wasteland", "an uninhabited wilderness that is worthless for cultivation", "wasteland"], ["wastefulness", "the trait of wasting resources", "wastefulness"], ["dissipation", "useless or profitless activity; using or expending or consuming thoughtlessly or carelessly", "dissipation"], ["waste matter", "any materials unused and rejected as worthless or unwanted", "waste matter"], ["permissive waste", "(law) reduction in the value of an estate caused by act or neglect", "permissive waste"], ["waste material", "any materials unused and rejected as worthless or unwanted", "waste material"], ["waste product", "any materials unused and rejected as worthless or unwanted", "waste product"]]}, {"answer": "wearable", "hint": "synonyms for wearable", "clues": [["article of clothing", "a covering designed to be worn on a person's body", "article of clothing"], ["vesture", "a covering designed to be worn on a person's body", "vesture"], ["habiliment", "a covering designed to be worn on a person's body", "habiliment"], ["clothing", "a covering designed to be worn on a person's body", "clothing"], ["wear", "a covering designed to be worn on a person's body", "wear"]]}, {"answer": "wearing", "hint": "synonyms for wearing", "clues": [["wear", "the act of having on your person as a covering or adornment", "wear"], ["erosion", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "erosion"], ["eating away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "eating away"], ["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "eroding"]]}, {"answer": "whacking", "hint": "synonyms for whacking", "clues": [["drubbing", "the act of inflicting corporal punishment with repeated blows", "drubbing"], ["trouncing", "the act of inflicting corporal punishment with repeated blows", "trouncing"], ["lacing", "the act of inflicting corporal punishment with repeated blows", "lacing"], ["beating", "the act of inflicting corporal punishment with repeated blows", "beating"], ["licking", "the act of inflicting corporal punishment with repeated blows", "licking"], ["thrashing", "the act of inflicting corporal punishment with repeated blows", "thrashing"]]}, {"answer": "whipping", "hint": "synonyms for whipping", "clues": [["flagellation", "beating with a whip or strap or rope as a form of punishment", "flagellation"], ["slaughter", "a sound defeat", "slaughter"], ["beating", "the act of overcoming or outdoing", "beating"], ["whipstitch", "a sewing stitch passing over an edge diagonally", "whipstitch"], ["trouncing", "a sound defeat", "trouncing"], ["walloping", "a sound defeat", "walloping"], ["lashing", "beating with a whip or strap or rope as a form of punishment", "lashing"], ["flogging", "beating with a whip or strap or rope as a form of punishment", "flogging"], ["drubbing", "a sound defeat", "drubbing"], ["debacle", "a sound defeat", "debacle"], ["tanning", "beating with a whip or strap or rope as a form of punishment", "tanning"], ["thrashing", "a sound defeat", "thrashing"]]}, {"answer": "whispering", "hint": "synonyms for whispering", "clues": [["whisper", "speaking softly without vibration of the vocal cords", "whisper"], ["susurration", "speaking softly without vibration of the vocal cords", "susurration"], ["rustle", "a light noise, like the noise of silk clothing or leaves blowing in the wind", "rustle"], ["rustling", "a light noise, like the noise of silk clothing or leaves blowing in the wind", "rustling"], ["voicelessness", "speaking softly without vibration of the vocal cords", "voicelessness"]]}, {"answer": "white", "hint": "synonyms for white", "clues": [["ovalbumin", "the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water", "ovalbumin"], ["gabardine", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "gabardine"], ["flannel", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "flannel"], ["tweed", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "tweed"], ["albumen", "the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water", "albumen"], ["egg white", "the white part of an egg; the nutritive and protective gelatinous substance surrounding the yolk consisting mainly of albumin dissolved in water", "egg white"], ["whiteness", "the quality or state of the achromatic color of greatest lightness (bearing the least resemblance to black)", "whiteness"]]}, {"answer": "windup", "hint": "synonyms for windup", "clues": [["closing", "a concluding action", "closing"], ["completion", "a concluding action", "completion"], ["culmination", "a concluding action", "culmination"], ["mop up", "a concluding action", "mop up"]]}, {"answer": "winking", "hint": "synonyms for winking", "clues": [["nictation", "a reflex that closes and opens the eyes rapidly", "nictation"], ["eye blink", "a reflex that closes and opens the eyes rapidly", "eye blink"], ["wink", "a reflex that closes and opens the eyes rapidly", "wink"], ["blinking", "a reflex that closes and opens the eyes rapidly", "blinking"]]}, {"answer": "wireless", "hint": "synonyms for wireless", "clues": [["radiocommunication", "medium for communication", "radiocommunication"], ["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio receiver"], ["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "receiving set"], ["radio", "a communication system based on broadcasting electromagnetic waves", "radio"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "tuner"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio set"]]}, {"answer": "world", "hint": "synonyms for world", "clues": [["cosmos", "everything that exists anywhere", "cosmos"], ["macrocosm", "everything that exists anywhere", "macrocosm"], ["populace", "people in general considered as a whole", "populace"], ["domain", "people in general; especially a distinctive group of people with some shared interest", "domain"], ["reality", "all of your experiences that determine how things appear to you", "reality"], ["existence", "everything that exists anywhere", "existence"], ["universe", "everything that exists anywhere", "universe"], ["earth", "the 3rd planet from the sun; the planet we live on", "earth"], ["public", "people in general considered as a whole", "public"], ["globe", "the 3rd planet from the sun; the planet we live on", "globe"], ["earthly concern", "the concerns of this life as distinguished from heaven and the afterlife", "earthly concern"], ["worldly concern", "the concerns of this life as distinguished from heaven and the afterlife", "worldly concern"], ["creation", "everything that exists anywhere", "creation"]]}, {"answer": "x", "hint": "synonyms for x", "clues": [["go", "street names for methylenedioxymethamphetamine", "go"], ["ex", "the 24th letter of the Roman alphabet", "ex"], ["ten", "the cardinal number that is the sum of nine and one; the base of the decimal system", "ten"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system", "10"], ["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["decade", "the cardinal number that is the sum of nine and one; the base of the decimal system", "decade"], ["tenner", "the cardinal number that is the sum of nine and one; the base of the decimal system", "tenner"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"]]}, {"answer": "xiii", "hint": "synonyms for xiii", "clues": [["thirteen", "the cardinal number that is the sum of twelve and one", "thirteen"], ["long dozen", "the cardinal number that is the sum of twelve and one", "long dozen"], ["13", "the cardinal number that is the sum of twelve and one", "13"], ["baker's dozen", "the cardinal number that is the sum of twelve and one", "baker's dozen"]]}, {"answer": "yielding", "hint": "synonyms for yielding", "clues": [["concession", "the act of conceding or yielding", "concession"], ["giving up", "a verbal act of admitting defeat", "giving up"], ["surrender", "a verbal act of admitting defeat", "surrender"], ["conceding", "the act of conceding or yielding", "conceding"]]}, {"answer": "zero", "hint": "synonyms for zero", "clues": [["zip", "a quantity of no importance", "zip"], ["cypher", "a mathematical element that when added to another number yields the same number", "cypher"], ["nought", "a mathematical element that when added to another number yields the same number", "nought"], ["zero point", "the point on a scale from which positive or negative numerical quantities can be measured", "zero point"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["cipher", "a mathematical element that when added to another number yields the same number", "cipher"], ["zilch", "a quantity of no importance", "zilch"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["nada", "a quantity of no importance", "nada"], ["zippo", "a quantity of no importance", "zippo"], ["0", "a mathematical element that when added to another number yields the same number", "0"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "as", "hint": "synonyms for as", "clues": [["arsenic", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar", "arsenic"], ["atomic number 33", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar", "atomic number 33"], ["vitamin A", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes", "vitamin A"], ["antiophthalmic factor", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes", "antiophthalmic factor"], ["adenine", "(biochemistry) purine base found in DNA and RNA; pairs with thymine in DNA and with uracil in RNA", "adenine"], ["a", "the 1st letter of the Roman alphabet", "a"], ["amp", "the basic unit of electric current adopted under the Systeme International d'Unites", "amp"], ["deoxyadenosine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)", "deoxyadenosine monophosphate"], ["ampere", "the basic unit of electric current adopted under the Systeme International d'Unites", "ampere"], ["angstrom unit", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation", "angstrom unit"], ["axerophthol", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes", "axerophthol"], ["angstrom", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation", "angstrom"]]}, {"answer": "aside", "hint": "synonyms for aside", "clues": [["excursus", "a message that departs from the main subject", "excursus"], ["digression", "a message that departs from the main subject", "digression"], ["parenthesis", "a message that departs from the main subject", "parenthesis"], ["divagation", "a message that departs from the main subject", "divagation"]]}, {"answer": "bang", "hint": "synonyms for bang", "clues": [["knock", "a vigorous blow", "knock"], ["smash", "a vigorous blow", "smash"], ["bash", "a vigorous blow", "bash"], ["boot", "the swift release of a store of affective force", "boot"], ["rush", "the swift release of a store of affective force", "rush"], ["strike", "a conspicuous success", "strike"], ["flush", "the swift release of a store of affective force", "flush"], ["kick", "the swift release of a store of affective force", "kick"], ["charge", "the swift release of a store of affective force", "charge"], ["bam", "a sudden very loud noise", "bam"], ["smasher", "a conspicuous success", "smasher"], ["hit", "a conspicuous success", "hit"], ["belt", "a vigorous blow", "belt"], ["eruption", "a sudden very loud noise", "eruption"], ["clap", "a sudden very loud noise", "clap"], ["blast", "a sudden very loud noise", "blast"], ["thrill", "the swift release of a store of affective force", "thrill"]]}, {"answer": "bolt", "hint": "synonyms for bolt", "clues": [["bolt of lightning", "a discharge of lightning accompanied by thunder", "bolt of lightning"], ["thunderbolt", "a discharge of lightning accompanied by thunder", "thunderbolt"], ["dash", "the act of moving with great haste", "dash"], ["deadbolt", "the part of a lock that is engaged or withdrawn with a key", "deadbolt"]]}, {"answer": "con", "hint": "synonyms for con", "clues": [["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "course", "hint": "synonyms for course", "clues": [["course of action", "a mode of action", "course of action"], ["course of study", "education imparted in a series of lessons or meetings", "course of study"], ["form", "a body of students who are taught together", "form"], ["course of instruction", "education imparted in a series of lessons or meetings", "course of instruction"], ["class", "a body of students who are taught together", "class"], ["row", "(construction) a layer of masonry", "row"], ["trend", "general line of orientation", "trend"], ["line", "a connected series of events or actions or developments", "line"], ["path", "a line or route along which something travels or moves", "path"], ["track", "a line or route along which something travels or moves", "track"], ["grade", "a body of students who are taught together", "grade"]]}, {"answer": "crossways", "hint": "synonyms for crossways", "clues": [["crossroad", "a junction where one street or road crosses another", "crossroad"], ["crossway", "a junction where one street or road crosses another", "crossway"], ["carrefour", "a junction where one street or road crosses another", "carrefour"], ["intersection", "a junction where one street or road crosses another", "intersection"], ["crossing", "a junction where one street or road crosses another", "crossing"]]}, {"answer": "flop", "hint": "synonyms for flop", "clues": [["floating-point operation", "an arithmetic operation performed on floating-point numbers", "floating-point operation"], ["bust", "a complete failure", "bust"], ["collapse", "the act of throwing yourself down", "collapse"], ["fizzle", "a complete failure", "fizzle"]]}, {"answer": "heaps", "hint": "synonyms for heaps", "clues": [["oodles", "a large number or amount", "oodles"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["jalopy", "a car that is old and unreliable", "jalopy"], ["slews", "a large number or amount", "slews"], ["scores", "a large number or amount", "scores"], ["agglomerate", "a collection of objects laid on top of each other", "agglomerate"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["stacks", "a large number or amount", "stacks"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["wads", "a large number or amount", "wads"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["bus", "a car that is old and unreliable", "bus"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["cumulation", "a collection of objects laid on top of each other", "cumulation"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["gobs", "a large number or amount", "gobs"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["lashings", "a large number or amount", "lashings"], ["mound", "a collection of objects laid on top of each other", "mound"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["cumulus", "a collection of objects laid on top of each other", "cumulus"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["scads", "a large number or amount", "scads"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "heart_and_soul", "hint": "synonyms for heart and soul", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"]]}, {"answer": "hereafter", "hint": "synonyms for hereafter", "clues": [["time to come", "the time yet to come", "time to come"], ["futurity", "the time yet to come", "futurity"], ["future", "the time yet to come", "future"], ["afterlife", "life after death", "afterlife"]]}, {"answer": "item", "hint": "synonyms for item", "clues": [["token", "an individual instance of a type of symbol", "token"], ["detail", "an isolated fact that is considered separately from the whole", "detail"], ["point", "an isolated fact that is considered separately from the whole", "point"], ["particular", "a small part that can be considered separately from the whole", "particular"]]}, {"answer": "lots", "hint": "synonyms for lots", "clues": [["oodles", "a large number or amount", "oodles"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["caboodle", "any collection in its entirety", "caboodle"], ["set", "an unofficial association of people or groups", "set"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["lot", "a parcel of land having fixed boundaries", "lot"], ["slews", "a large number or amount", "slews"], ["scores", "a large number or amount", "scores"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["stacks", "a large number or amount", "stacks"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["band", "an unofficial association of people or groups", "band"], ["wads", "a large number or amount", "wads"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["draw", "anything (straws or pebbles etc.) taken or chosen at random", "draw"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["gobs", "a large number or amount", "gobs"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["bunch", "any collection in its entirety", "bunch"], ["lashings", "a large number or amount", "lashings"], ["circle", "an unofficial association of people or groups", "circle"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["scads", "a large number or amount", "scads"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "needs", "hint": "synonyms for needs", "clues": [["motive", "the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior", "motive"], ["want", "anything that is necessary but lacking", "want"], ["motivation", "the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior", "motivation"], ["need", "the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior", "need"]]}, {"answer": "nothing", "hint": "synonyms for nothing", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "part", "hint": "synonyms for part", "clues": [["persona", "an actor's portrayal of someone in a play", "persona"], ["character", "an actor's portrayal of someone in a play", "character"], ["share", "assets belonging to or due to or contributed by an individual person or group", "share"], ["section", "one of the portions into which something is regarded as divided and which together constitute a whole", "section"], ["constituent", "something determined in relation to something that includes it", "constituent"], ["portion", "something determined in relation to something that includes it", "portion"], ["percentage", "assets belonging to or due to or contributed by an individual person or group", "percentage"], ["division", "one of the portions into which something is regarded as divided and which together constitute a whole", "division"], ["office", "the actions and activities assigned to or required or expected of a person or group", "office"], ["role", "an actor's portrayal of someone in a play", "role"], ["component part", "something determined in relation to something that includes it", "component part"], ["component", "something determined in relation to something that includes it", "component"], ["voice", "the melody carried by a particular voice or instrument in polyphonic music", "voice"], ["theatrical role", "an actor's portrayal of someone in a play", "theatrical role"], ["function", "the actions and activities assigned to or required or expected of a person or group", "function"], ["region", "the extended spatial location of something", "region"], ["contribution", "the part played by a person in bringing about a result", "contribution"], ["piece", "a portion of a natural object", "piece"]]}, {"answer": "plenty", "hint": "synonyms for plenty", "clues": [["plenteousness", "a full supply", "plenteousness"], ["plentitude", "a full supply", "plentitude"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["plentifulness", "a full supply", "plentifulness"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "smack", "hint": "synonyms for smack", "clues": [["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["hell dust", "street names for heroin", "hell dust"], ["skag", "street names for heroin", "skag"], ["slap", "a blow from a flat object (as an open hand)", "slap"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["tang", "the taste experience when a savoury condiment is taken into the mouth", "tang"], ["scag", "street names for heroin", "scag"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth", "flavor"], ["nose drops", "street names for heroin", "nose drops"], ["smacking", "the act of smacking something; a blow delivered with an open hand", "smacking"], ["smooch", "an enthusiastic kiss", "smooch"], ["thunder", "street names for heroin", "thunder"], ["big H", "street names for heroin", "big H"]]}, {"answer": "smash", "hint": "synonyms for smash", "clues": [["bang", "a vigorous blow", "bang"], ["knock", "a vigorous blow", "knock"], ["bash", "a vigorous blow", "bash"], ["strike", "a conspicuous success", "strike"], ["overhead", "a hard return hitting the tennis ball above your head", "overhead"], ["smash-up", "a serious collision (especially of motor vehicles)", "smash-up"], ["smasher", "a conspicuous success", "smasher"], ["hit", "a conspicuous success", "hit"], ["belt", "a vigorous blow", "belt"], ["crash", "the act of colliding with something", "crash"]]}, {"answer": "soaking", "hint": "synonyms for soaking", "clues": [["souse", "the act of making something completely wet", "souse"], ["soakage", "the process of becoming softened and saturated as a consequence of being immersed in water (or other liquid)", "soakage"], ["soak", "washing something by allowing it to soak", "soak"], ["drenching", "the act of making something completely wet", "drenching"], ["sousing", "the act of making something completely wet", "sousing"]]}, {"answer": "vis-a-vis", "hint": "synonyms for vis-a-vis", "clues": [["counterpart", "a person or thing having the same function or characteristics as another", "counterpart"], ["loveseat", "small sofa that seats two people", "loveseat"], ["opposite number", "a person or thing having the same function or characteristics as another", "opposite number"], ["tete-a-tete", "small sofa that seats two people", "tete-a-tete"]]}, {"answer": "viva_voce", "hint": "synonyms for viva voce", "clues": [["oral", "an examination conducted by spoken communication", "oral"], ["oral examination", "an examination conducted by spoken communication", "oral examination"], ["viva", "an examination conducted by spoken communication", "viva"], ["oral exam", "an examination conducted by spoken communication", "oral exam"]]}, {"answer": "way", "hint": "synonyms for way", "clues": [["path", "a course of conduct", "path"], ["way of life", "a course of conduct", "way of life"], ["room", "space for movement", "room"], ["direction", "a line leading to a place or point", "direction"], ["elbow room", "space for movement", "elbow room"], ["fashion", "how something is done or how it happens", "fashion"], ["manner", "how something is done or how it happens", "manner"], ["means", "how a result is obtained or an end is achieved", "means"], ["agency", "how a result is obtained or an end is achieved", "agency"], ["mode", "how something is done or how it happens", "mode"], ["style", "how something is done or how it happens", "style"]]}, {"answer": "24-hour_interval", "hint": "synonyms for 24-hour interval", "clues": [["twenty-four hour period", "time for Earth to make a complete rotation on its axis", "twenty-four hour period"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis", "twenty-four hours"], ["mean solar day", "time for Earth to make a complete rotation on its axis", "mean solar day"], ["solar day", "time for Earth to make a complete rotation on its axis", "solar day"], ["day", "time for Earth to make a complete rotation on its axis", "day"]]}, {"answer": "a", "hint": "synonyms for a", "clues": [["vitamin A", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes", "vitamin A"], ["adenine", "(biochemistry) purine base found in DNA and RNA; pairs with thymine in DNA and with uracil in RNA", "adenine"], ["antiophthalmic factor", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes", "antiophthalmic factor"], ["amp", "the basic unit of electric current adopted under the Systeme International d'Unites", "amp"], ["deoxyadenosine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)", "deoxyadenosine monophosphate"], ["ampere", "the basic unit of electric current adopted under the Systeme International d'Unites", "ampere"], ["angstrom unit", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation", "angstrom unit"], ["axerophthol", "any of several fat-soluble vitamins essential for normal vision; prevents night blindness or inflammation or dryness of the eyes", "axerophthol"], ["angstrom", "a metric unit of length equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation", "angstrom"]]}, {"answer": "abatement", "hint": "synonyms for abatement", "clues": [["respite", "an interruption in the intensity or amount of something", "respite"], ["suspension", "an interruption in the intensity or amount of something", "suspension"], ["reprieve", "an interruption in the intensity or amount of something", "reprieve"], ["hiatus", "an interruption in the intensity or amount of something", "hiatus"]]}, {"answer": "abc", "hint": "synonyms for abc", "clues": [["first principle", "the elementary stages of any subject (usually plural)", "first principle"], ["rudiment", "the elementary stages of any subject (usually plural)", "rudiment"], ["alphabet", "the elementary stages of any subject (usually plural)", "alphabet"], ["first rudiment", "the elementary stages of any subject (usually plural)", "first rudiment"]]}, {"answer": "abc's", "hint": "synonyms for abc's", "clues": [["first principle", "the elementary stages of any subject (usually plural)", "first principle"], ["rudiment", "the elementary stages of any subject (usually plural)", "rudiment"], ["alphabet", "the elementary stages of any subject (usually plural)", "alphabet"], ["first rudiment", "the elementary stages of any subject (usually plural)", "first rudiment"]]}, {"answer": "abcs", "hint": "synonyms for abcs", "clues": [["first principle", "the elementary stages of any subject (usually plural)", "first principle"], ["first rudiment", "the elementary stages of any subject (usually plural)", "first rudiment"], ["alphabet", "the elementary stages of any subject (usually plural)", "alphabet"], ["rudiment", "the elementary stages of any subject (usually plural)", "rudiment"]]}, {"answer": "abdominal_delivery", "hint": "synonyms for abdominal delivery", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"]]}, {"answer": "abhorrence", "hint": "synonyms for abhorrence", "clues": [["execration", "hate coupled with disgust", "execration"], ["abomination", "hate coupled with disgust", "abomination"], ["loathing", "hate coupled with disgust", "loathing"], ["odium", "hate coupled with disgust", "odium"], ["detestation", "hate coupled with disgust", "detestation"]]}, {"answer": "abidance", "hint": "synonyms for abidance", "clues": [["residence", "the act of dwelling in a place", "residence"], ["conformity", "acting according to certain accepted standards", "conformity"], ["compliance", "acting according to certain accepted standards", "compliance"], ["conformation", "acting according to certain accepted standards", "conformation"]]}, {"answer": "abnegation", "hint": "synonyms for abnegation", "clues": [["self-denial", "renunciation of your own interests in favor of the interests of others", "self-denial"], ["self-abnegation", "renunciation of your own interests in favor of the interests of others", "self-abnegation"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others", "self-renunciation"], ["denial", "renunciation of your own interests in favor of the interests of others", "denial"]]}, {"answer": "abode", "hint": "synonyms for abode", "clues": [["residence", "any address at which you dwell more than temporarily", "residence"], ["domicile", "housing that someone is living in", "domicile"], ["dwelling", "housing that someone is living in", "dwelling"], ["habitation", "housing that someone is living in", "habitation"], ["home", "housing that someone is living in", "home"], ["dwelling house", "housing that someone is living in", "dwelling house"]]}, {"answer": "abomination", "hint": "synonyms for abomination", "clues": [["execration", "hate coupled with disgust", "execration"], ["loathing", "hate coupled with disgust", "loathing"], ["odium", "hate coupled with disgust", "odium"], ["detestation", "hate coupled with disgust", "detestation"], ["abhorrence", "hate coupled with disgust", "abhorrence"]]}, {"answer": "about-face", "hint": "synonyms for about-face", "clues": [["policy change", "a major change in attitude or principle or point of view", "policy change"], ["about turn", "act of pivoting 180 degrees, especially in a military formation", "about turn"], ["volte-face", "a major change in attitude or principle or point of view", "volte-face"], ["reversal", "a major change in attitude or principle or point of view", "reversal"]]}, {"answer": "abrasion", "hint": "synonyms for abrasion", "clues": [["corrasion", "erosion by friction", "corrasion"], ["attrition", "the wearing down of rock particles by friction due to water or wind or ice", "attrition"], ["detrition", "the wearing down of rock particles by friction due to water or wind or ice", "detrition"], ["grinding", "the wearing down of rock particles by friction due to water or wind or ice", "grinding"]]}, {"answer": "abruptness", "hint": "synonyms for abruptness", "clues": [["precipitancy", "the quality of happening with headlong haste or without warning", "precipitancy"], ["suddenness", "the quality of happening with headlong haste or without warning", "suddenness"], ["precipitateness", "the quality of happening with headlong haste or without warning", "precipitateness"], ["curtness", "an abrupt discourteous manner", "curtness"], ["brusqueness", "an abrupt discourteous manner", "brusqueness"], ["shortness", "an abrupt discourteous manner", "shortness"], ["steepness", "the property possessed by a slope that is very steep", "steepness"], ["gruffness", "an abrupt discourteous manner", "gruffness"], ["precipitousness", "the quality of happening with headlong haste or without warning", "precipitousness"]]}, {"answer": "absolutism", "hint": "synonyms for absolutism", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalism", "the principle of complete and unrestricted power in government", "totalism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "absorption", "hint": "synonyms for absorption", "clues": [["soaking up", "(chemistry) a process in which one substance permeates another; a fluid permeates or is dissolved by a liquid or solid", "soaking up"], ["immersion", "complete attention; intense mental effort", "immersion"], ["preoccupancy", "the mental state of being preoccupied by something", "preoccupancy"], ["engrossment", "the mental state of being preoccupied by something", "engrossment"], ["assimilation", "the process of absorbing nutrients into the body after digestion", "assimilation"], ["preoccupation", "the mental state of being preoccupied by something", "preoccupation"], ["concentration", "complete attention; intense mental effort", "concentration"]]}, {"answer": "abstraction", "hint": "synonyms for abstraction", "clues": [["generalization", "the process of formulating general concepts by abstracting common properties of instances", "generalization"], ["abstract entity", "a general concept formed by extracting common features from specific examples", "abstract entity"], ["abstractedness", "preoccupation with something to the exclusion of all else", "abstractedness"], ["abstract", "a concept or idea not associated with any specific instance", "abstract"]]}, {"answer": "abstruseness", "hint": "synonyms for abstruseness", "clues": [["profoundness", "wisdom that is recondite and abstruse and profound", "profoundness"], ["profundity", "wisdom that is recondite and abstruse and profound", "profundity"], ["abstrusity", "wisdom that is recondite and abstruse and profound", "abstrusity"], ["reconditeness", "wisdom that is recondite and abstruse and profound", "reconditeness"], ["obscurity", "the quality of being unclear or abstruse and hard to understand", "obscurity"], ["obscureness", "the quality of being unclear or abstruse and hard to understand", "obscureness"]]}, {"answer": "abstrusity", "hint": "synonyms for abstrusity", "clues": [["profoundness", "wisdom that is recondite and abstruse and profound", "profoundness"], ["reconditeness", "wisdom that is recondite and abstruse and profound", "reconditeness"], ["profundity", "wisdom that is recondite and abstruse and profound", "profundity"], ["abstruseness", "wisdom that is recondite and abstruse and profound", "abstruseness"]]}, {"answer": "absurdity", "hint": "synonyms for absurdity", "clues": [["ridiculousness", "a message whose content is at variance with reason", "ridiculousness"], ["silliness", "a ludicrous folly", "silliness"], ["fatuousness", "a ludicrous folly", "fatuousness"], ["fatuity", "a ludicrous folly", "fatuity"], ["absurdness", "a message whose content is at variance with reason", "absurdness"]]}, {"answer": "abuse", "hint": "synonyms for abuse", "clues": [["contumely", "a rude expression intended to offend or hurt", "contumely"], ["ill-usage", "cruel or inhumane treatment", "ill-usage"], ["revilement", "a rude expression intended to offend or hurt", "revilement"], ["misuse", "improper or excessive use", "misuse"], ["ill-treatment", "cruel or inhumane treatment", "ill-treatment"], ["insult", "a rude expression intended to offend or hurt", "insult"], ["maltreatment", "cruel or inhumane treatment", "maltreatment"], ["vilification", "a rude expression intended to offend or hurt", "vilification"]]}, {"answer": "ac", "hint": "synonyms for ac", "clues": [["actinium", "a radioactive element of the actinide series; found in uranium ores", "actinium"], ["alternating current", "an electric current that reverses direction sinusoidally", "alternating current"], ["atomic number 89", "a radioactive element of the actinide series; found in uranium ores", "atomic number 89"], ["alternating electric current", "an electric current that reverses direction sinusoidally", "alternating electric current"]]}, {"answer": "acaroid_resin", "hint": "synonyms for acaroid resin", "clues": [["accroides gum", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "accroides gum"], ["gum accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "gum accroides"], ["accroides resin", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "accroides resin"], ["accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "accroides"]]}, {"answer": "accaroid_resin", "hint": "synonyms for accaroid resin", "clues": [["accroides gum", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "accroides gum"], ["acaroid resin", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "acaroid resin"], ["gum accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "gum accroides"], ["accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "accroides"]]}, {"answer": "accelerator", "hint": "synonyms for accelerator", "clues": [["throttle", "a pedal that controls the throttle valve", "throttle"], ["atom smasher", "a scientific instrument that increases the kinetic energy of charged particles", "atom smasher"], ["gun", "a pedal that controls the throttle valve", "gun"], ["gas", "a pedal that controls the throttle valve", "gas"], ["accelerator pedal", "a pedal that controls the throttle valve", "accelerator pedal"], ["gas pedal", "a pedal that controls the throttle valve", "gas pedal"], ["throttle valve", "a valve that regulates the supply of fuel to the engine", "throttle valve"], ["catalyst", "(chemistry) a substance that initiates or accelerates a chemical reaction without itself being affected", "catalyst"], ["particle accelerator", "a scientific instrument that increases the kinetic energy of charged particles", "particle accelerator"]]}, {"answer": "accelerator_pedal", "hint": "synonyms for accelerator pedal", "clues": [["throttle", "a pedal that controls the throttle valve", "throttle"], ["gun", "a pedal that controls the throttle valve", "gun"], ["gas", "a pedal that controls the throttle valve", "gas"], ["accelerator", "a pedal that controls the throttle valve", "accelerator"], ["gas pedal", "a pedal that controls the throttle valve", "gas pedal"]]}, {"answer": "accent", "hint": "synonyms for accent", "clues": [["stress", "the relative prominence of a syllable or musical note (especially with regard to stress or pitch)", "stress"], ["accent mark", "a diacritical mark used to indicate stress or placed above a vowel to indicate a special pronunciation", "accent mark"], ["speech pattern", "distinctive manner of oral expression", "speech pattern"], ["idiom", "the usage or vocabulary that is characteristic of a specific group of people", "idiom"], ["dialect", "the usage or vocabulary that is characteristic of a specific group of people", "dialect"], ["emphasis", "the relative prominence of a syllable or musical note (especially with regard to stress or pitch)", "emphasis"]]}, {"answer": "acceptance", "hint": "synonyms for acceptance", "clues": [["banker's acceptance", "banking: a time draft drawn on and accepted by a bank", "banker's acceptance"], ["toleration", "a disposition to tolerate or accept people or situations", "toleration"], ["credence", "the mental attitude that something is believable and should be accepted as true", "credence"], ["espousal", "the act of accepting with approval; favorable reception", "espousal"], ["sufferance", "a disposition to tolerate or accept people or situations", "sufferance"], ["acceptation", "the act of accepting with approval; favorable reception", "acceptation"], ["adoption", "the act of accepting with approval; favorable reception", "adoption"]]}, {"answer": "acceptation", "hint": "synonyms for acceptation", "clues": [["word sense", "the accepted meaning of a word", "word sense"], ["word meaning", "the accepted meaning of a word", "word meaning"], ["espousal", "the act of accepting with approval; favorable reception", "espousal"], ["acceptance", "the act of accepting with approval; favorable reception", "acceptance"], ["adoption", "the act of accepting with approval; favorable reception", "adoption"]]}, {"answer": "acceptor_rna", "hint": "synonyms for acceptor rna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "soluble RNA"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "tRNA"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "acceptor RNA"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "transfer RNA"]]}, {"answer": "access", "hint": "synonyms for access", "clues": [["approach", "a way of entering or leaving", "approach"], ["admission", "the right to enter", "admission"], ["memory access", "(computer science) the operation of reading or writing stored information", "memory access"], ["entree", "the right to enter", "entree"], ["access code", "a code (a series of characters or digits) that must be entered in some way (typed or dialed or spoken) to get the use of something (a telephone line or a computer or a local area network etc.)", "access code"], ["admittance", "the right to enter", "admittance"], ["accession", "the right to enter", "accession"]]}, {"answer": "accessibility", "hint": "synonyms for accessibility", "clues": [["availability", "the quality of being at hand when needed", "availability"], ["availableness", "the quality of being at hand when needed", "availableness"], ["approachability", "the attribute of being easy to meet or deal with", "approachability"], ["handiness", "the quality of being at hand when needed", "handiness"]]}, {"answer": "accession", "hint": "synonyms for accession", "clues": [["addition", "something added to what you already have", "addition"], ["access", "the right to enter", "access"], ["assenting", "agreeing with or consenting to (often unwillingly)", "assenting"], ["admission", "the right to enter", "admission"], ["entree", "the right to enter", "entree"], ["rise to power", "the act of attaining or gaining access to a new office or right or position (especially the throne)", "rise to power"], ["admittance", "the right to enter", "admittance"]]}, {"answer": "acclivity", "hint": "synonyms for acclivity", "clues": [["rise", "an upward slope or grade (as in a road)", "rise"], ["upgrade", "an upward slope or grade (as in a road)", "upgrade"], ["ascent", "an upward slope or grade (as in a road)", "ascent"], ["climb", "an upward slope or grade (as in a road)", "climb"]]}, {"answer": "accompaniment", "hint": "synonyms for accompaniment", "clues": [["backup", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "backup"], ["complement", "something added to complete or embellish or make perfect", "complement"], ["attendant", "an event or situation that happens at the same time as or in connection with another", "attendant"], ["concomitant", "an event or situation that happens at the same time as or in connection with another", "concomitant"], ["escort", "the act of accompanying someone or something in order to protect them", "escort"], ["support", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "support"], ["musical accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "musical accompaniment"], ["co-occurrence", "an event or situation that happens at the same time as or in connection with another", "co-occurrence"]]}, {"answer": "accomplishment", "hint": "synonyms for accomplishment", "clues": [["attainment", "an ability that has been acquired by training", "attainment"], ["acquisition", "an ability that has been acquired by training", "acquisition"], ["acquirement", "an ability that has been acquired by training", "acquirement"], ["skill", "an ability that has been acquired by training", "skill"], ["achievement", "the action of accomplishing something", "achievement"]]}, {"answer": "accord", "hint": "synonyms for accord", "clues": [["conformity", "concurrence of opinion", "conformity"], ["treaty", "a written agreement between two states or sovereigns", "treaty"], ["pact", "a written agreement between two states or sovereigns", "pact"], ["accordance", "concurrence of opinion", "accordance"]]}, {"answer": "account", "hint": "synonyms for account", "clues": [["report", "the act of informing by verbal report", "report"], ["accounting", "a statement of recent transactions and the resulting balance", "accounting"], ["account statement", "a statement of recent transactions and the resulting balance", "account statement"], ["news report", "a short account of the news", "news report"], ["score", "grounds", "score"], ["story", "a short account of the news", "story"], ["bill", "an itemized statement of money owed for goods shipped or services rendered", "bill"], ["history", "a record or narrative description of past events", "history"], ["explanation", "a statement that makes something comprehensible by describing the relevant structure or operation or circumstances etc.", "explanation"], ["write up", "a short account of the news", "write up"], ["chronicle", "a record or narrative description of past events", "chronicle"], ["invoice", "an itemized statement of money owed for goods shipped or services rendered", "invoice"]]}, {"answer": "accounting", "hint": "synonyms for accounting", "clues": [["method of accounting", "a bookkeeper's chronological list of related debits and credits of a business; forms part of a ledger of accounts", "method of accounting"], ["accountancy", "the occupation of maintaining and auditing records and preparing financial reports for a business", "accountancy"], ["accounting system", "a bookkeeper's chronological list of related debits and credits of a business; forms part of a ledger of accounts", "accounting system"], ["account statement", "a statement of recent transactions and the resulting balance", "account statement"], ["account", "a statement of recent transactions and the resulting balance", "account"]]}, {"answer": "accroides_resin", "hint": "synonyms for accroides resin", "clues": [["accroides gum", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "accroides gum"], ["acaroid resin", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "acaroid resin"], ["gum accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "gum accroides"], ["accroides", "an alcohol-soluble resin from Australian trees; used in varnishes and in manufacturing paper", "accroides"]]}, {"answer": "acculturation", "hint": "synonyms for acculturation", "clues": [["enculturation", "the adoption of the behavior patterns of the surrounding culture", "enculturation"], ["culture", "all the knowledge and values shared by a society", "culture"], ["assimilation", "the process of assimilating new ideas into an existing cognitive structure", "assimilation"], ["socialisation", "the adoption of the behavior patterns of the surrounding culture", "socialisation"]]}, {"answer": "accumulation", "hint": "synonyms for accumulation", "clues": [["accruement", "the act of accumulating", "accruement"], ["collection", "several things grouped together or considered as a whole", "collection"], ["assemblage", "several things grouped together or considered as a whole", "assemblage"], ["accrual", "the act of accumulating", "accrual"], ["accretion", "an increase by natural growth or addition", "accretion"], ["aggregation", "several things grouped together or considered as a whole", "aggregation"]]}, {"answer": "acerbity", "hint": "synonyms for acerbity", "clues": [["thorniness", "a rough and bitter manner", "thorniness"], ["tartness", "a rough and bitter manner", "tartness"], ["jaundice", "a rough and bitter manner", "jaundice"], ["bitterness", "a rough and bitter manner", "bitterness"], ["acrimony", "a rough and bitter manner", "acrimony"]]}, {"answer": "acetyl", "hint": "synonyms for acetyl", "clues": [["acetyl radical", "the organic group of acetic acid (CH3CO-)", "acetyl radical"], ["ethanoyl radical", "the organic group of acetic acid (CH3CO-)", "ethanoyl radical"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)", "ethanoyl group"], ["acetyl group", "the organic group of acetic acid (CH3CO-)", "acetyl group"]]}, {"answer": "acetyl_group", "hint": "synonyms for acetyl group", "clues": [["acetyl radical", "the organic group of acetic acid (CH3CO-)", "acetyl radical"], ["ethanoyl radical", "the organic group of acetic acid (CH3CO-)", "ethanoyl radical"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)", "ethanoyl group"], ["acetyl", "the organic group of acetic acid (CH3CO-)", "acetyl"]]}, {"answer": "acetyl_radical", "hint": "synonyms for acetyl radical", "clues": [["ethanoyl radical", "the organic group of acetic acid (CH3CO-)", "ethanoyl radical"], ["acetyl group", "the organic group of acetic acid (CH3CO-)", "acetyl group"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)", "ethanoyl group"], ["acetyl", "the organic group of acetic acid (CH3CO-)", "acetyl"]]}, {"answer": "achromasia", "hint": "synonyms for achromasia", "clues": [["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallor"], ["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividness"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividity"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "luridness"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "paleness"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "wanness"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallidness"]]}, {"answer": "ack-ack", "hint": "synonyms for ack-ack", "clues": [["ack-ack gun", "artillery designed to shoot upward at airplanes", "ack-ack gun"], ["pom-pom", "artillery designed to shoot upward at airplanes", "pom-pom"], ["flak", "artillery designed to shoot upward at airplanes", "flak"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes", "antiaircraft gun"]]}, {"answer": "ack-ack_gun", "hint": "synonyms for ack-ack gun", "clues": [["pom-pom", "artillery designed to shoot upward at airplanes", "pom-pom"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes", "antiaircraft gun"], ["flak", "artillery designed to shoot upward at airplanes", "flak"], ["ack-ack", "artillery designed to shoot upward at airplanes", "ack-ack"]]}, {"answer": "acknowledgment", "hint": "synonyms for acknowledgment", "clues": [["mention", "a short note recognizing a source of information or of a quoted passage", "mention"], ["cite", "a short note recognizing a source of information or of a quoted passage", "cite"], ["reference", "a short note recognizing a source of information or of a quoted passage", "reference"], ["credit", "a short note recognizing a source of information or of a quoted passage", "credit"], ["acknowledgement", "a statement acknowledging something or someone", "acknowledgement"], ["quotation", "a short note recognizing a source of information or of a quoted passage", "quotation"], ["citation", "a short note recognizing a source of information or of a quoted passage", "citation"]]}, {"answer": "acquirement", "hint": "synonyms for acquirement", "clues": [["attainment", "an ability that has been acquired by training", "attainment"], ["skill", "an ability that has been acquired by training", "skill"], ["accomplishment", "an ability that has been acquired by training", "accomplishment"], ["acquisition", "an ability that has been acquired by training", "acquisition"]]}, {"answer": "acquisition", "hint": "synonyms for acquisition", "clues": [["attainment", "an ability that has been acquired by training", "attainment"], ["acquirement", "an ability that has been acquired by training", "acquirement"], ["learning", "the cognitive process of acquiring skill or knowledge", "learning"], ["skill", "an ability that has been acquired by training", "skill"], ["accomplishment", "an ability that has been acquired by training", "accomplishment"]]}, {"answer": "acres", "hint": "synonyms for acres", "clues": [["land", "extensive landed property (especially in the country) retained by the owner for his own use", "land"], ["estate", "extensive landed property (especially in the country) retained by the owner for his own use", "estate"], ["demesne", "extensive landed property (especially in the country) retained by the owner for his own use", "demesne"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use", "landed estate"], ["acre", "a unit of area (4840 square yards) used in English-speaking countries", "acre"]]}, {"answer": "acrimony", "hint": "synonyms for acrimony", "clues": [["thorniness", "a rough and bitter manner", "thorniness"], ["jaundice", "a rough and bitter manner", "jaundice"], ["tartness", "a rough and bitter manner", "tartness"], ["acerbity", "a rough and bitter manner", "acerbity"], ["bitterness", "a rough and bitter manner", "bitterness"]]}, {"answer": "acrobatics", "hint": "synonyms for acrobatics", "clues": [["stunting", "the performance of stunts while in flight in an aircraft", "stunting"], ["tumbling", "the gymnastic moves of an acrobat", "tumbling"], ["stunt flying", "the performance of stunts while in flight in an aircraft", "stunt flying"], ["aerobatics", "the performance of stunts while in flight in an aircraft", "aerobatics"]]}, {"answer": "acrylic", "hint": "synonyms for acrylic", "clues": [["acrylate resin", "a glassy thermoplastic; can be cast and molded or used in coatings and adhesives", "acrylate resin"], ["acrylic fiber", "polymerized from acrylonitrile", "acrylic fiber"], ["acrylic paint", "used especially by artists", "acrylic paint"], ["acrylic resin", "a glassy thermoplastic; can be cast and molded or used in coatings and adhesives", "acrylic resin"]]}, {"answer": "act", "hint": "synonyms for act", "clues": [["routine", "a short theatrical performance that is part of a longer program", "routine"], ["deed", "something that people do or cause to happen", "deed"], ["number", "a short theatrical performance that is part of a longer program", "number"], ["turn", "a short theatrical performance that is part of a longer program", "turn"], ["human activity", "something that people do or cause to happen", "human activity"], ["bit", "a short theatrical performance that is part of a longer program", "bit"], ["enactment", "a legal document codifying the result of deliberations of a committee or society or legislative body", "enactment"], ["human action", "something that people do or cause to happen", "human action"]]}, {"answer": "act_of_god", "hint": "synonyms for act of god", "clues": [["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events", "unavoidable casualty"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events", "vis major"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events", "force majeure"], ["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events", "inevitable accident"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events", "act of God"]]}, {"answer": "action", "hint": "synonyms for action", "clues": [["military action", "a military engagement", "military action"], ["action at law", "a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong", "action at law"], ["natural process", "a process existing in or produced by nature (rather than by the intent of human beings)", "natural process"], ["activity", "a process existing in or produced by nature (rather than by the intent of human beings)", "activity"], ["natural action", "a process existing in or produced by nature (rather than by the intent of human beings)", "natural action"], ["legal action", "a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong", "legal action"], ["action mechanism", "the operating part that transmits power to a mechanism", "action mechanism"]]}, {"answer": "activity", "hint": "synonyms for activity", "clues": [["bodily process", "an organic process that takes place in the body", "bodily process"], ["activeness", "the trait of being active; moving or acting rapidly and energetically", "activeness"], ["natural process", "a process existing in or produced by nature (rather than by the intent of human beings)", "natural process"], ["natural action", "a process existing in or produced by nature (rather than by the intent of human beings)", "natural action"], ["action", "a process existing in or produced by nature (rather than by the intent of human beings)", "action"], ["bodily function", "an organic process that takes place in the body", "bodily function"]]}, {"answer": "acts", "hint": "synonyms for acts", "clues": [["act", "something that people do or cause to happen", "act"], ["routine", "a short theatrical performance that is part of a longer program", "routine"], ["deed", "something that people do or cause to happen", "deed"], ["number", "a short theatrical performance that is part of a longer program", "number"], ["turn", "a short theatrical performance that is part of a longer program", "turn"], ["human activity", "something that people do or cause to happen", "human activity"], ["bit", "a short theatrical performance that is part of a longer program", "bit"], ["enactment", "a legal document codifying the result of deliberations of a committee or society or legislative body", "enactment"], ["human action", "something that people do or cause to happen", "human action"]]}, {"answer": "acuity", "hint": "synonyms for acuity", "clues": [["sharp-sightedness", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)", "sharp-sightedness"], ["visual acuity", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)", "visual acuity"], ["sharpness", "a quick and penetrating intelligence", "sharpness"], ["keenness", "a quick and penetrating intelligence", "keenness"], ["acuteness", "a quick and penetrating intelligence", "acuteness"]]}, {"answer": "adam", "hint": "synonyms for adam", "clues": [["go", "street names for methylenedioxymethamphetamine", "go"], ["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"]]}, {"answer": "adams", "hint": "synonyms for adams", "clues": [["go", "street names for methylenedioxymethamphetamine", "go"], ["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"]]}, {"answer": "add-in", "hint": "synonyms for add-in", "clues": [["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit board"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "card"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "board"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "plug-in"]]}, {"answer": "add-on", "hint": "synonyms for add-on", "clues": [["addition", "a component that is added to something to improve it", "addition"], ["supplement", "a supplementary component that improves capability", "supplement"], ["accessory", "a supplementary component that improves capability", "accessory"], ["improver", "a component that is added to something to improve it", "improver"], ["appurtenance", "a supplementary component that improves capability", "appurtenance"]]}, {"answer": "addition", "hint": "synonyms for addition", "clues": [["summation", "the arithmetic operation of summing; calculating the sum of two or more numbers", "summation"], ["increase", "a quantity that is added", "increase"], ["accession", "something added to what you already have", "accession"], ["improver", "a component that is added to something to improve it", "improver"], ["add-on", "a component that is added to something to improve it", "add-on"], ["plus", "the arithmetic operation of summing; calculating the sum of two or more numbers", "plus"], ["gain", "a quantity that is added", "gain"]]}, {"answer": "address", "hint": "synonyms for address", "clues": [["reference", "(computer science) the code that identifies where a piece of information is stored", "reference"], ["destination", "written directions for finding some location; written on letters or packages that are to be delivered to that location", "destination"], ["speech", "the act of delivering a formal spoken communication to an audience", "speech"], ["computer address", "(computer science) the code that identifies where a piece of information is stored", "computer address"], ["name and address", "written directions for finding some location; written on letters or packages that are to be delivered to that location", "name and address"], ["savoir-faire", "social skill", "savoir-faire"]]}, {"answer": "adeptness", "hint": "synonyms for adeptness", "clues": [["adroitness", "skillful performance or ability without difficulty", "adroitness"], ["deftness", "skillful performance or ability without difficulty", "deftness"], ["quickness", "skillful performance or ability without difficulty", "quickness"], ["facility", "skillful performance or ability without difficulty", "facility"]]}, {"answer": "adherence", "hint": "synonyms for adherence", "clues": [["adhesiveness", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition", "adhesiveness"], ["adhesion", "faithful support for a cause or political party or religion", "adhesion"], ["attachment", "faithful support for a cause or political party or religion", "attachment"], ["bond", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition", "bond"]]}, {"answer": "adhesion", "hint": "synonyms for adhesion", "clues": [["adhesiveness", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition", "adhesiveness"], ["adherence", "faithful support for a cause or political party or religion", "adherence"], ["attachment", "faithful support for a cause or political party or religion", "attachment"], ["bond", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition", "bond"]]}, {"answer": "adieu", "hint": "synonyms for adieu", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "adios", "hint": "synonyms for adios", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "adjustment", "hint": "synonyms for adjustment", "clues": [["allowance", "an amount added or deducted on the basis of qualifying circumstances", "allowance"], ["alteration", "the act of making something different (as e.g. the size of a garment)", "alteration"], ["fitting", "making or becoming suitable; adjusting to circumstances", "fitting"], ["readjustment", "the act of adjusting something to match a standard", "readjustment"], ["adaption", "the process of adapting to something (such as environmental conditions)", "adaption"], ["modification", "the act of making something different (as e.g. the size of a garment)", "modification"], ["registration", "the act of adjusting something to match a standard", "registration"], ["accommodation", "making or becoming suitable; adjusting to circumstances", "accommodation"]]}, {"answer": "administration", "hint": "synonyms for administration", "clues": [["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "establishment"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governing body"], ["governance", "the act of governing; exercising authority", "governance"], ["giving medication", "the act of administering medication", "giving medication"], ["judicature", "the act of meting out justice according to the law", "judicature"], ["organisation", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "organisation"], ["government", "the act of governing; exercising authority", "government"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "brass"], ["presidency", "the tenure of a president", "presidency"], ["presidential term", "the tenure of a president", "presidential term"], ["government activity", "the act of governing; exercising authority", "government activity"], ["disposal", "a method of tending to or managing the affairs of a some group of people (especially the group's business affairs)", "disposal"], ["governing", "the act of governing; exercising authority", "governing"]]}, {"answer": "admiralty_mile", "hint": "synonyms for admiralty mile", "clues": [["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mile"], ["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "nautical mile"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "naut mi"], ["mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mi"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "geographical mile"]]}, {"answer": "admiration", "hint": "synonyms for admiration", "clues": [["wonderment", "the feeling aroused by something strange and surprising", "wonderment"], ["esteem", "a feeling of delighted approval and liking", "esteem"], ["appreciation", "a favorable judgment", "appreciation"], ["wonder", "the feeling aroused by something strange and surprising", "wonder"]]}, {"answer": "admission", "hint": "synonyms for admission", "clues": [["admission fee", "the fee charged for admission", "admission fee"], ["price of admission", "the fee charged for admission", "price of admission"], ["admittance", "the act of admitting someone to enter", "admittance"], ["admission price", "the fee charged for admission", "admission price"], ["admission charge", "the fee charged for admission", "admission charge"], ["entree", "the right to enter", "entree"], ["entrance money", "the fee charged for admission", "entrance money"], ["entrance fee", "the fee charged for admission", "entrance fee"], ["accession", "the right to enter", "accession"], ["access", "the right to enter", "access"]]}, {"answer": "admission_charge", "hint": "synonyms for admission charge", "clues": [["admission fee", "the fee charged for admission", "admission fee"], ["price of admission", "the fee charged for admission", "price of admission"], ["admission price", "the fee charged for admission", "admission price"], ["entrance money", "the fee charged for admission", "entrance money"], ["entrance fee", "the fee charged for admission", "entrance fee"], ["admission", "the fee charged for admission", "admission"]]}, {"answer": "admission_fee", "hint": "synonyms for admission fee", "clues": [["price of admission", "the fee charged for admission", "price of admission"], ["admission price", "the fee charged for admission", "admission price"], ["admission charge", "the fee charged for admission", "admission charge"], ["entrance money", "the fee charged for admission", "entrance money"], ["entrance fee", "the fee charged for admission", "entrance fee"], ["admission", "the fee charged for admission", "admission"]]}, {"answer": "admission_price", "hint": "synonyms for admission price", "clues": [["admission fee", "the fee charged for admission", "admission fee"], ["price of admission", "the fee charged for admission", "price of admission"], ["admission charge", "the fee charged for admission", "admission charge"], ["entrance money", "the fee charged for admission", "entrance money"], ["entrance fee", "the fee charged for admission", "entrance fee"], ["admission", "the fee charged for admission", "admission"]]}, {"answer": "admittance", "hint": "synonyms for admittance", "clues": [["access", "the right to enter", "access"], ["admission", "the right to enter", "admission"], ["entree", "the right to enter", "entree"], ["accession", "the right to enter", "accession"]]}, {"answer": "admixture", "hint": "synonyms for admixture", "clues": [["intermixture", "the act of mixing together", "intermixture"], ["commixture", "the act of mixing together", "commixture"], ["mixing", "the act of mixing together", "mixing"], ["mixture", "the act of mixing together", "mixture"]]}, {"answer": "admonition", "hint": "synonyms for admonition", "clues": [["monition", "a firm rebuke", "monition"], ["admonishment", "a firm rebuke", "admonishment"], ["warning", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)", "warning"], ["word of advice", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)", "word of advice"]]}, {"answer": "ado", "hint": "synonyms for ado", "clues": [["fuss", "a rapid active commotion", "fuss"], ["hustle", "a rapid active commotion", "hustle"], ["stir", "a rapid active commotion", "stir"], ["bustle", "a rapid active commotion", "bustle"], ["flurry", "a rapid active commotion", "flurry"]]}, {"answer": "adoption", "hint": "synonyms for adoption", "clues": [["acceptation", "the act of accepting with approval; favorable reception", "acceptation"], ["espousal", "the act of accepting with approval; favorable reception", "espousal"], ["borrowing", "the appropriation (of ideas or words etc) from another source", "borrowing"], ["acceptance", "the act of accepting with approval; favorable reception", "acceptance"]]}, {"answer": "adps", "hint": "synonyms for adps", "clues": [["automatic data processing system", "a system of one or more computers and associated software with common storage", "automatic data processing system"], ["computing system", "a system of one or more computers and associated software with common storage", "computing system"], ["computer system", "a system of one or more computers and associated software with common storage", "computer system"], ["adenosine diphosphate", "an ester of adenosine that is converted to ATP for energy storage", "adenosine diphosphate"]]}, {"answer": "adroitness", "hint": "synonyms for adroitness", "clues": [["facility", "skillful performance or ability without difficulty", "facility"], ["adeptness", "skillful performance or ability without difficulty", "adeptness"], ["quickness", "skillful performance or ability without difficulty", "quickness"], ["deftness", "skillful performance or ability without difficulty", "deftness"]]}, {"answer": "advancement", "hint": "synonyms for advancement", "clues": [["forward motion", "the act of moving forward (as toward a goal)", "forward motion"], ["promotion", "encouragement of the progress or growth or acceptance of something", "promotion"], ["advance", "the act of moving forward (as toward a goal)", "advance"], ["procession", "the act of moving forward (as toward a goal)", "procession"], ["furtherance", "encouragement of the progress or growth or acceptance of something", "furtherance"], ["progress", "gradual improvement or growth or development", "progress"]]}, {"answer": "advantageousness", "hint": "synonyms for advantageousness", "clues": [["positivity", "the quality of being encouraging or promising of a successful outcome", "positivity"], ["positiveness", "the quality of being encouraging or promising of a successful outcome", "positiveness"], ["favorableness", "the quality of being encouraging or promising of a successful outcome", "favorableness"], ["profitableness", "the quality of being encouraging or promising of a successful outcome", "profitableness"]]}, {"answer": "advertisement", "hint": "synonyms for advertisement", "clues": [["advertizing", "a public promotion of some product or service", "advertizing"], ["ad", "a public promotion of some product or service", "ad"], ["advert", "a public promotion of some product or service", "advert"], ["advertizement", "a public promotion of some product or service", "advertizement"]]}, {"answer": "advertising", "hint": "synonyms for advertising", "clues": [["advertisement", "a public promotion of some product or service", "advertisement"], ["advertizing", "a public promotion of some product or service", "advertizing"], ["ad", "a public promotion of some product or service", "ad"], ["advert", "a public promotion of some product or service", "advert"], ["publicizing", "the business of drawing public attention to goods and services", "publicizing"]]}, {"answer": "advertizement", "hint": "synonyms for advertizement", "clues": [["advertisement", "a public promotion of some product or service", "advertisement"], ["advertizing", "a public promotion of some product or service", "advertizing"], ["ad", "a public promotion of some product or service", "ad"], ["advert", "a public promotion of some product or service", "advert"]]}, {"answer": "advertizing", "hint": "synonyms for advertizing", "clues": [["advertisement", "a public promotion of some product or service", "advertisement"], ["ad", "a public promotion of some product or service", "ad"], ["advertising", "a public promotion of some product or service", "advertising"], ["advert", "a public promotion of some product or service", "advert"]]}, {"answer": "aegir", "hint": "synonyms for aegir", "clues": [["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eagre"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "bore"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eager"], ["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "tidal bore"]]}, {"answer": "aegis", "hint": "synonyms for aegis", "clues": [["egis", "armor plate that protects the chest; the front part of a cuirass", "egis"], ["breastplate", "armor plate that protects the chest; the front part of a cuirass", "breastplate"], ["auspices", "kindly endorsement and guidance", "auspices"], ["protection", "kindly endorsement and guidance", "protection"]]}, {"answer": "aerial_tramway", "hint": "synonyms for aerial tramway", "clues": [["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "ropeway"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tram"], ["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "cable tramway"], ["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tramway"]]}, {"answer": "aerosol", "hint": "synonyms for aerosol", "clues": [["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol can"], ["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol container"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol bomb"], ["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "spray can"]]}, {"answer": "aerosol_bomb", "hint": "synonyms for aerosol bomb", "clues": [["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol"], ["volume-detonation bomb", "a bomb that uses a fuel-air explosive", "volume-detonation bomb"], ["fuel-air bomb", "a bomb that uses a fuel-air explosive", "fuel-air bomb"], ["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol container"], ["vacuum bomb", "a bomb that uses a fuel-air explosive", "vacuum bomb"], ["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "spray can"], ["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol can"], ["thermobaric bomb", "a bomb that uses a fuel-air explosive", "thermobaric bomb"]]}, {"answer": "aerosol_can", "hint": "synonyms for aerosol can", "clues": [["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "spray can"], ["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol container"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol bomb"], ["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol"]]}, {"answer": "aerosol_container", "hint": "synonyms for aerosol container", "clues": [["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol can"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol bomb"], ["spray can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "spray can"], ["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol"]]}, {"answer": "aesthesis", "hint": "synonyms for aesthesis", "clues": [["sense experience", "an unelaborated elementary awareness of stimulation", "sense experience"], ["sense datum", "an unelaborated elementary awareness of stimulation", "sense datum"], ["sensation", "an unelaborated elementary awareness of stimulation", "sensation"], ["esthesis", "an unelaborated elementary awareness of stimulation", "esthesis"], ["sense impression", "an unelaborated elementary awareness of stimulation", "sense impression"]]}, {"answer": "affability", "hint": "synonyms for affability", "clues": [["geniality", "a disposition to be friendly and approachable (easy to talk to)", "geniality"], ["bonhomie", "a disposition to be friendly and approachable (easy to talk to)", "bonhomie"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)", "amiability"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)", "amiableness"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)", "affableness"]]}, {"answer": "affableness", "hint": "synonyms for affableness", "clues": [["geniality", "a disposition to be friendly and approachable (easy to talk to)", "geniality"], ["bonhomie", "a disposition to be friendly and approachable (easy to talk to)", "bonhomie"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)", "amiability"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)", "amiableness"], ["affability", "a disposition to be friendly and approachable (easy to talk to)", "affability"]]}, {"answer": "affair", "hint": "synonyms for affair", "clues": [["matter", "a vaguely specified concern", "matter"], ["function", "a vaguely specified social event", "function"], ["social occasion", "a vaguely specified social event", "social occasion"], ["thing", "a vaguely specified concern", "thing"], ["occasion", "a vaguely specified social event", "occasion"], ["social function", "a vaguely specified social event", "social function"]]}, {"answer": "affairs", "hint": "synonyms for affairs", "clues": [["matter", "a vaguely specified concern", "matter"], ["affair", "a vaguely specified social event", "affair"], ["thing", "a vaguely specified concern", "thing"], ["personal matters", "matters of personal concern", "personal matters"], ["occasion", "a vaguely specified social event", "occasion"], ["function", "a vaguely specified social event", "function"], ["social occasion", "a vaguely specified social event", "social occasion"], ["social function", "a vaguely specified social event", "social function"], ["personal business", "matters of personal concern", "personal business"]]}, {"answer": "affection", "hint": "synonyms for affection", "clues": [["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["philia", "a positive feeling of liking", "philia"], ["fondness", "a positive feeling of liking", "fondness"], ["affectionateness", "a positive feeling of liking", "affectionateness"], ["heart", "a positive feeling of liking", "heart"], ["tenderness", "a positive feeling of liking", "tenderness"], ["warmness", "a positive feeling of liking", "warmness"]]}, {"answer": "affectionateness", "hint": "synonyms for affectionateness", "clues": [["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["lovingness", "a quality proceeding from feelings of affection or love", "lovingness"], ["heart", "a positive feeling of liking", "heart"], ["tenderness", "a positive feeling of liking", "tenderness"], ["philia", "a positive feeling of liking", "philia"], ["affection", "a positive feeling of liking", "affection"], ["fondness", "a quality proceeding from feelings of affection or love", "fondness"], ["warmth", "a quality proceeding from feelings of affection or love", "warmth"], ["warmness", "a positive feeling of liking", "warmness"]]}, {"answer": "affirmation", "hint": "synonyms for affirmation", "clues": [["avouchment", "a statement asserting the existence or the truth of something", "avouchment"], ["statement", "the act of affirming or asserting or stating something", "statement"], ["avowal", "a statement asserting the existence or the truth of something", "avowal"], ["assertion", "the act of affirming or asserting or stating something", "assertion"]]}, {"answer": "affray", "hint": "synonyms for affray", "clues": [["disturbance", "a noisy fight", "disturbance"], ["altercation", "noisy quarrel", "altercation"], ["fray", "a noisy fight", "fray"], ["ruffle", "a noisy fight", "ruffle"], ["fracas", "noisy quarrel", "fracas"]]}, {"answer": "after_part", "hint": "synonyms for after part", "clues": [["poop", "the rear part of a ship", "poop"], ["quarter", "the rear part of a ship", "quarter"], ["tail", "the rear part of a ship", "tail"], ["stern", "the rear part of a ship", "stern"]]}, {"answer": "age", "hint": "synonyms for age", "clues": [["historic period", "an era of history having some distinctive feature", "historic period"], ["old age", "a late time of life", "old age"], ["years", "a prolonged period of time", "years"], ["eld", "a late time of life", "eld"], ["geezerhood", "a late time of life", "geezerhood"], ["long time", "a prolonged period of time", "long time"]]}, {"answer": "agency", "hint": "synonyms for agency", "clues": [["way", "how a result is obtained or an end is achieved", "way"], ["means", "how a result is obtained or an end is achieved", "means"], ["office", "an administrative unit of government", "office"], ["federal agency", "an administrative unit of government", "federal agency"], ["bureau", "an administrative unit of government", "bureau"], ["government agency", "an administrative unit of government", "government agency"], ["authority", "an administrative unit of government", "authority"]]}, {"answer": "agenda", "hint": "synonyms for agenda", "clues": [["agendum", "a list of matters to be taken up (as at a meeting)", "agendum"], ["schedule", "a temporally organized plan for matters to be attended to", "schedule"], ["docket", "a temporally organized plan for matters to be attended to", "docket"], ["order of business", "a list of matters to be taken up (as at a meeting)", "order of business"]]}, {"answer": "aggravation", "hint": "synonyms for aggravation", "clues": [["provocation", "unfriendly behavior that causes anger or resentment", "provocation"], ["exacerbation", "action that makes a problem or a disease (or its symptoms) worse", "exacerbation"], ["exasperation", "an exasperated feeling of annoyance", "exasperation"], ["irritation", "unfriendly behavior that causes anger or resentment", "irritation"]]}, {"answer": "aggregation", "hint": "synonyms for aggregation", "clues": [["accumulation", "several things grouped together or considered as a whole", "accumulation"], ["collection", "the act of gathering something together", "collection"], ["assembling", "the act of gathering something together", "assembling"], ["assemblage", "several things grouped together or considered as a whole", "assemblage"]]}, {"answer": "agility", "hint": "synonyms for agility", "clues": [["legerity", "the gracefulness of a person or animal that is quick and nimble", "legerity"], ["nimbleness", "the gracefulness of a person or animal that is quick and nimble", "nimbleness"], ["lightsomeness", "the gracefulness of a person or animal that is quick and nimble", "lightsomeness"], ["lightness", "the gracefulness of a person or animal that is quick and nimble", "lightness"]]}, {"answer": "agitation", "hint": "synonyms for agitation", "clues": [["hullabaloo", "disturbance usually in protest", "hullabaloo"], ["turmoil", "disturbance usually in protest", "turmoil"], ["excitement", "disturbance usually in protest", "excitement"], ["upheaval", "disturbance usually in protest", "upheaval"]]}, {"answer": "agreement", "hint": "synonyms for agreement", "clues": [["concord", "the determination of grammatical inflection on the basis of word relations", "concord"], ["correspondence", "compatibility of observations", "correspondence"], ["arrangement", "the thing arranged or agreed to", "arrangement"], ["understanding", "the statement (oral or written) of an exchange of promises", "understanding"]]}, {"answer": "agriculture", "hint": "synonyms for agriculture", "clues": [["husbandry", "the practice of cultivating the land or raising stock", "husbandry"], ["agribusiness", "a large-scale farming enterprise", "agribusiness"], ["factory farm", "a large-scale farming enterprise", "factory farm"], ["farming", "the practice of cultivating the land or raising stock", "farming"]]}, {"answer": "aid", "hint": "synonyms for aid", "clues": [["help", "a resource", "help"], ["economic aid", "money to support a worthy person or cause", "economic aid"], ["assistance", "a resource", "assistance"], ["attention", "the work of providing treatment for or attending to someone or something", "attention"], ["assist", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose", "assist"], ["tending", "the work of providing treatment for or attending to someone or something", "tending"], ["care", "the work of providing treatment for or attending to someone or something", "care"], ["financial aid", "money to support a worthy person or cause", "financial aid"]]}, {"answer": "aids", "hint": "synonyms for aids", "clues": [["help", "a resource", "help"], ["economic aid", "money to support a worthy person or cause", "economic aid"], ["aid", "money to support a worthy person or cause", "aid"], ["assistance", "a resource", "assistance"], ["attention", "the work of providing treatment for or attending to someone or something", "attention"], ["financial aid", "money to support a worthy person or cause", "financial aid"], ["tending", "the work of providing treatment for or attending to someone or something", "tending"], ["care", "the work of providing treatment for or attending to someone or something", "care"], ["assist", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose", "assist"]]}, {"answer": "aim", "hint": "synonyms for aim", "clues": [["object", "the goal intended to be attained (and which is believed to be attainable)", "object"], ["objective", "the goal intended to be attained (and which is believed to be attainable)", "objective"], ["intention", "an anticipated outcome that is intended or that guides your planned actions", "intention"], ["intent", "an anticipated outcome that is intended or that guides your planned actions", "intent"], ["bearing", "the direction or path along which something moves or along which it lies", "bearing"], ["heading", "the direction or path along which something moves or along which it lies", "heading"], ["target", "the goal intended to be attained (and which is believed to be attainable)", "target"], ["design", "an anticipated outcome that is intended or that guides your planned actions", "design"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions", "purpose"]]}, {"answer": "air", "hint": "synonyms for air", "clues": [["air travel", "travel via aircraft", "air travel"], ["aviation", "travel via aircraft", "aviation"], ["melody", "a succession of notes forming a distinctive sequence", "melody"], ["aura", "a distinctive but intangible quality surrounding a person or thing", "aura"], ["breeze", "a slight wind (usually refreshing)", "breeze"], ["gentle wind", "a slight wind (usually refreshing)", "gentle wind"], ["line", "a succession of notes forming a distinctive sequence", "line"], ["zephyr", "a slight wind (usually refreshing)", "zephyr"], ["melodic line", "a succession of notes forming a distinctive sequence", "melodic line"], ["melodic phrase", "a succession of notes forming a distinctive sequence", "melodic phrase"], ["strain", "a succession of notes forming a distinctive sequence", "strain"], ["tune", "a succession of notes forming a distinctive sequence", "tune"], ["atmosphere", "a distinctive but intangible quality surrounding a person or thing", "atmosphere"], ["airwave", "medium for radio and television broadcasting", "airwave"]]}, {"answer": "air-sleeve", "hint": "synonyms for air-sleeve", "clues": [["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "sock"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sleeve"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind cone"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air sock"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "drogue"]]}, {"answer": "air_castle", "hint": "synonyms for air castle", "clues": [["castle in the air", "absentminded dreaming while awake", "castle in the air"], ["revery", "absentminded dreaming while awake", "revery"], ["daydream", "absentminded dreaming while awake", "daydream"], ["oneirism", "absentminded dreaming while awake", "oneirism"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["reverie", "absentminded dreaming while awake", "reverie"]]}, {"answer": "air_mile", "hint": "synonyms for air mile", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "knot"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "mile"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "nautical mile"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "international nautical mile"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "naut mi"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "mi"]]}, {"answer": "air_sock", "hint": "synonyms for air sock", "clues": [["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "sock"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sleeve"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind cone"], ["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air-sleeve"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "drogue"]]}, {"answer": "airing", "hint": "synonyms for airing", "clues": [["ventilation", "the act of supplying fresh air and getting rid of foul air", "ventilation"], ["public exposure", "the opening of a subject to widespread discussion and debate", "public exposure"], ["spreading", "the opening of a subject to widespread discussion and debate", "spreading"], ["dissemination", "the opening of a subject to widespread discussion and debate", "dissemination"]]}, {"answer": "airs", "hint": "synonyms for airs", "clues": [["aviation", "travel via aircraft", "aviation"], ["aura", "a distinctive but intangible quality surrounding a person or thing", "aura"], ["air", "a slight wind (usually refreshing)", "air"], ["breeze", "a slight wind (usually refreshing)", "breeze"], ["line", "a succession of notes forming a distinctive sequence", "line"], ["zephyr", "a slight wind (usually refreshing)", "zephyr"], ["pose", "affected manners intended to impress others", "pose"], ["tune", "a succession of notes forming a distinctive sequence", "tune"], ["atmosphere", "a distinctive but intangible quality surrounding a person or thing", "atmosphere"], ["melodic phrase", "a succession of notes forming a distinctive sequence", "melodic phrase"], ["airwave", "medium for radio and television broadcasting", "airwave"], ["air travel", "travel via aircraft", "air travel"], ["melody", "a succession of notes forming a distinctive sequence", "melody"], ["gentle wind", "a slight wind (usually refreshing)", "gentle wind"], ["melodic line", "a succession of notes forming a distinctive sequence", "melodic line"], ["strain", "a succession of notes forming a distinctive sequence", "strain"]]}, {"answer": "airstream", "hint": "synonyms for airstream", "clues": [["slipstream", "the flow of air that is driven backwards by an aircraft propeller", "slipstream"], ["wash", "the flow of air that is driven backwards by an aircraft propeller", "wash"], ["race", "the flow of air that is driven backwards by an aircraft propeller", "race"], ["backwash", "the flow of air that is driven backwards by an aircraft propeller", "backwash"]]}, {"answer": "airway", "hint": "synonyms for airway", "clues": [["flight path", "a designated route followed by airplanes in flying from one airport to another", "flight path"], ["air lane", "a designated route followed by airplanes in flying from one airport to another", "air lane"], ["airline", "a commercial enterprise that provides scheduled flights for passengers", "airline"], ["skyway", "a designated route followed by airplanes in flying from one airport to another", "skyway"], ["airline business", "a commercial enterprise that provides scheduled flights for passengers", "airline business"], ["air duct", "a duct that provides ventilation (as in mines)", "air duct"], ["air passage", "a duct that provides ventilation (as in mines)", "air passage"]]}, {"answer": "alarm", "hint": "synonyms for alarm", "clues": [["warning signal", "an automatic signal (usually a sound) warning of danger", "warning signal"], ["alarum", "an automatic signal (usually a sound) warning of danger", "alarum"], ["consternation", "fear resulting from the awareness of danger", "consternation"], ["alarm clock", "a clock that wakes a sleeper at some preset time", "alarm clock"], ["alarm system", "a device that signals the occurrence of some undesirable event", "alarm system"], ["warning device", "a device that signals the occurrence of some undesirable event", "warning device"], ["dismay", "fear resulting from the awareness of danger", "dismay"], ["alert", "an automatic signal (usually a sound) warning of danger", "alert"]]}, {"answer": "alcohol", "hint": "synonyms for alcohol", "clues": [["inebriant", "a liquor or brew containing alcohol as the active agent", "inebriant"], ["alcoholic drink", "a liquor or brew containing alcohol as the active agent", "alcoholic drink"], ["alcoholic beverage", "a liquor or brew containing alcohol as the active agent", "alcoholic beverage"], ["intoxicant", "a liquor or brew containing alcohol as the active agent", "intoxicant"]]}, {"answer": "alcoholic_beverage", "hint": "synonyms for alcoholic beverage", "clues": [["inebriant", "a liquor or brew containing alcohol as the active agent", "inebriant"], ["alcohol", "a liquor or brew containing alcohol as the active agent", "alcohol"], ["alcoholic drink", "a liquor or brew containing alcohol as the active agent", "alcoholic drink"], ["intoxicant", "a liquor or brew containing alcohol as the active agent", "intoxicant"]]}, {"answer": "alcoholic_drink", "hint": "synonyms for alcoholic drink", "clues": [["inebriant", "a liquor or brew containing alcohol as the active agent", "inebriant"], ["alcohol", "a liquor or brew containing alcohol as the active agent", "alcohol"], ["alcoholic beverage", "a liquor or brew containing alcohol as the active agent", "alcoholic beverage"], ["intoxicant", "a liquor or brew containing alcohol as the active agent", "intoxicant"]]}, {"answer": "alertness", "hint": "synonyms for alertness", "clues": [["watchfulness", "the process of paying close and continuous attention", "watchfulness"], ["vigilance", "the process of paying close and continuous attention", "vigilance"], ["on the qui vive", "lively attentiveness", "on the qui vive"], ["wakefulness", "the process of paying close and continuous attention", "wakefulness"], ["sharp-sightedness", "lively attentiveness", "sharp-sightedness"]]}, {"answer": "alignment", "hint": "synonyms for alignment", "clues": [["conjunction", "(astronomy) apparent meeting or passing of two or more celestial bodies in the same degree of the zodiac", "conjunction"], ["alliance", "an organization of people (or countries) involved in a pact or treaty", "alliance"], ["coalition", "an organization of people (or countries) involved in a pact or treaty", "coalition"], ["alinement", "an organization of people (or countries) involved in a pact or treaty", "alinement"]]}, {"answer": "aliment", "hint": "synonyms for aliment", "clues": [["nutrition", "a source of materials to nourish the body", "nutrition"], ["sustenance", "a source of materials to nourish the body", "sustenance"], ["victuals", "a source of materials to nourish the body", "victuals"], ["nutriment", "a source of materials to nourish the body", "nutriment"], ["alimentation", "a source of materials to nourish the body", "alimentation"], ["nourishment", "a source of materials to nourish the body", "nourishment"]]}, {"answer": "alimentation", "hint": "synonyms for alimentation", "clues": [["nutrition", "a source of materials to nourish the body", "nutrition"], ["sustenance", "a source of materials to nourish the body", "sustenance"], ["victuals", "a source of materials to nourish the body", "victuals"], ["nutriment", "a source of materials to nourish the body", "nutriment"], ["feeding", "the act of supplying food and nourishment", "feeding"], ["nourishment", "a source of materials to nourish the body", "nourishment"], ["aliment", "a source of materials to nourish the body", "aliment"]]}, {"answer": "alkane", "hint": "synonyms for alkane", "clues": [["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane series"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "methane series"], ["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin series"], ["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin"]]}, {"answer": "alkane_series", "hint": "synonyms for alkane series", "clues": [["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "methane series"], ["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin series"], ["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin"]]}, {"answer": "allegiance", "hint": "synonyms for allegiance", "clues": [["loyalty", "the act of binding yourself (intellectually or emotionally) to a course of action", "loyalty"], ["commitment", "the act of binding yourself (intellectually or emotionally) to a course of action", "commitment"], ["dedication", "the act of binding yourself (intellectually or emotionally) to a course of action", "dedication"], ["fealty", "the loyalty that citizens owe to their country (or subjects to their sovereign)", "fealty"]]}, {"answer": "allegory", "hint": "synonyms for allegory", "clues": [["fable", "a short moral story (often with animal characters)", "fable"], ["apologue", "a short moral story (often with animal characters)", "apologue"], ["parable", "a short moral story (often with animal characters)", "parable"], ["emblem", "a visible symbol representing an abstract idea", "emblem"]]}, {"answer": "alleviation", "hint": "synonyms for alleviation", "clues": [["relief", "the feeling that comes when something burdensome is removed or reduced", "relief"], ["assuagement", "the feeling that comes when something burdensome is removed or reduced", "assuagement"], ["easement", "the act of reducing something unpleasant (as pain or annoyance)", "easement"], ["easing", "the act of reducing something unpleasant (as pain or annoyance)", "easing"]]}, {"answer": "alley", "hint": "synonyms for alley", "clues": [["skittle alley", "a lane down which a bowling ball is rolled toward pins", "skittle alley"], ["bowling alley", "a lane down which a bowling ball is rolled toward pins", "bowling alley"], ["back street", "a narrow street with walls on both sides", "back street"], ["alleyway", "a narrow street with walls on both sides", "alleyway"]]}, {"answer": "alliance", "hint": "synonyms for alliance", "clues": [["confederation", "the act of forming an alliance or confederation", "confederation"], ["alignment", "an organization of people (or countries) involved in a pact or treaty", "alignment"], ["bond", "a connection based on kinship or marriage or common interest", "bond"], ["coalition", "an organization of people (or countries) involved in a pact or treaty", "coalition"]]}, {"answer": "allocation", "hint": "synonyms for allocation", "clues": [["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportionment"], ["parcelling", "the act of distributing by allotting or apportioning; distribution according to a plan", "parcelling"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan", "assignation"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportioning"], ["storage allocation", "(computer science) the assignment of particular areas of a magnetic disk to particular data or instructions", "storage allocation"], ["allotment", "a share set aside for a specific purpose", "allotment"]]}, {"answer": "allotment", "hint": "synonyms for allotment", "clues": [["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportionment"], ["parcelling", "the act of distributing by allotting or apportioning; distribution according to a plan", "parcelling"], ["allocation", "a share set aside for a specific purpose", "allocation"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan", "assignation"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportioning"]]}, {"answer": "allowance", "hint": "synonyms for allowance", "clues": [["tolerance", "a permissible difference; allowing some freedom to move within limits", "tolerance"], ["margin", "a permissible difference; allowing some freedom to move within limits", "margin"], ["allowance account", "a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets", "allowance account"], ["leeway", "a permissible difference; allowing some freedom to move within limits", "leeway"], ["valuation reserve", "a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets", "valuation reserve"], ["valuation account", "a reserve fund created by a charge against profits in order to provide for changes in the value of a company's assets", "valuation account"], ["adjustment", "an amount added or deducted on the basis of qualifying circumstances", "adjustment"]]}, {"answer": "alluvion", "hint": "synonyms for alluvion", "clues": [["alluvium", "clay or silt or gravel carried by rushing streams and deposited where the stream slows down", "alluvium"], ["deluge", "the rising of a body of water and its overflowing onto normally dry land", "deluge"], ["alluvial sediment", "clay or silt or gravel carried by rushing streams and deposited where the stream slows down", "alluvial sediment"], ["inundation", "the rising of a body of water and its overflowing onto normally dry land", "inundation"], ["alluvial deposit", "clay or silt or gravel carried by rushing streams and deposited where the stream slows down", "alluvial deposit"], ["flood", "the rising of a body of water and its overflowing onto normally dry land", "flood"]]}, {"answer": "aloofness", "hint": "synonyms for aloofness", "clues": [["standoffishness", "a disposition to be distant and unsympathetic in manner", "standoffishness"], ["distance", "indifference by personal withdrawal", "distance"], ["withdrawnness", "a disposition to be distant and unsympathetic in manner", "withdrawnness"], ["remoteness", "a disposition to be distant and unsympathetic in manner", "remoteness"]]}, {"answer": "alteration", "hint": "synonyms for alteration", "clues": [["change", "an event that occurs when something passes from one state or phase to another", "change"], ["revision", "the act of revising or altering (involving reconsideration and modification)", "revision"], ["adjustment", "the act of making something different (as e.g. the size of a garment)", "adjustment"], ["modification", "the act of making something different (as e.g. the size of a garment)", "modification"]]}, {"answer": "ambit", "hint": "synonyms for ambit", "clues": [["orbit", "an area in which something acts or operates or has power or control:", "orbit"], ["reach", "an area in which something acts or operates or has power or control:", "reach"], ["scope", "an area in which something acts or operates or has power or control:", "scope"], ["range", "an area in which something acts or operates or has power or control:", "range"], ["compass", "an area in which something acts or operates or has power or control:", "compass"]]}, {"answer": "amble", "hint": "synonyms for amble", "clues": [["stroll", "a leisurely walk (usually in some public place)", "stroll"], ["promenade", "a leisurely walk (usually in some public place)", "promenade"], ["perambulation", "a leisurely walk (usually in some public place)", "perambulation"], ["saunter", "a leisurely walk (usually in some public place)", "saunter"]]}, {"answer": "ambo", "hint": "synonyms for ambo", "clues": [["stump", "a platform raised above the surrounding level to give prominence to the person on it", "stump"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it", "pulpit"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it", "dais"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it", "podium"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it", "soapbox"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it", "rostrum"]]}, {"answer": "amends", "hint": "synonyms for amends", "clues": [["restitution", "a sum of money paid in compensation for loss or injury", "restitution"], ["indemnity", "a sum of money paid in compensation for loss or injury", "indemnity"], ["damages", "a sum of money paid in compensation for loss or injury", "damages"], ["reparation", "something done or paid in expiation of a wrong", "reparation"], ["redress", "a sum of money paid in compensation for loss or injury", "redress"], ["indemnification", "a sum of money paid in compensation for loss or injury", "indemnification"]]}, {"answer": "amenities", "hint": "synonyms for amenities", "clues": [["creature comforts", "things that make you comfortable and at ease", "creature comforts"], ["conveniences", "things that make you comfortable and at ease", "conveniences"], ["comforts", "things that make you comfortable and at ease", "comforts"], ["amenity", "pleasantness resulting from agreeable conditions", "amenity"], ["agreeableness", "pleasantness resulting from agreeable conditions", "agreeableness"]]}, {"answer": "amiability", "hint": "synonyms for amiability", "clues": [["geniality", "a disposition to be friendly and approachable (easy to talk to)", "geniality"], ["bonhomie", "a disposition to be friendly and approachable (easy to talk to)", "bonhomie"], ["affability", "a disposition to be friendly and approachable (easy to talk to)", "affability"], ["good humor", "a cheerful and agreeable mood", "good humor"], ["good temper", "a cheerful and agreeable mood", "good temper"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)", "amiableness"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)", "affableness"]]}, {"answer": "amiableness", "hint": "synonyms for amiableness", "clues": [["geniality", "a disposition to be friendly and approachable (easy to talk to)", "geniality"], ["bonhomie", "a disposition to be friendly and approachable (easy to talk to)", "bonhomie"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)", "amiability"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)", "affableness"], ["affability", "a disposition to be friendly and approachable (easy to talk to)", "affability"]]}, {"answer": "amorousness", "hint": "synonyms for amorousness", "clues": [["erotism", "the arousal of feelings of sexual desire", "erotism"], ["amativeness", "the arousal of feelings of sexual desire", "amativeness"], ["sexiness", "the arousal of feelings of sexual desire", "sexiness"], ["enamoredness", "a feeling of love or fondness", "enamoredness"]]}, {"answer": "amount", "hint": "synonyms for amount", "clues": [["sum", "a quantity obtained by the addition of a group of numbers", "sum"], ["total", "a quantity obtained by the addition of a group of numbers", "total"], ["sum of money", "a quantity of money", "sum of money"], ["quantity", "how much there is or how many there are of something that you can quantify", "quantity"], ["amount of money", "a quantity of money", "amount of money"], ["measure", "how much there is or how many there are of something that you can quantify", "measure"]]}, {"answer": "ampule", "hint": "synonyms for ampule", "clues": [["phial", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)", "phial"], ["ampul", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)", "ampul"], ["ampoule", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)", "ampoule"], ["vial", "a small bottle that contains a drug (especially a sealed sterile container for injection by needle)", "vial"]]}, {"answer": "amytal", "hint": "synonyms for amytal", "clues": [["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "amobarbital sodium"], ["blue", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue angel"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue devil"]]}, {"answer": "anamnesis", "hint": "synonyms for anamnesis", "clues": [["recollection", "the ability to recall past occurrences", "recollection"], ["remembrance", "the ability to recall past occurrences", "remembrance"], ["medical record", "the case history of a medical patient as recalled by the patient", "medical record"], ["medical history", "the case history of a medical patient as recalled by the patient", "medical history"]]}, {"answer": "ancestry", "hint": "synonyms for ancestry", "clues": [["derivation", "inherited properties shared with others of your bloodline", "derivation"], ["lineage", "inherited properties shared with others of your bloodline", "lineage"], ["bloodline", "the descendants of one individual", "bloodline"], ["line", "the descendants of one individual", "line"], ["origin", "the descendants of one individual", "origin"], ["filiation", "inherited properties shared with others of your bloodline", "filiation"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["line of descent", "the descendants of one individual", "line of descent"], ["parentage", "the descendants of one individual", "parentage"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "anchor", "hint": "synonyms for anchor", "clues": [["lynchpin", "a central cohesive source of support and stability", "lynchpin"], ["backbone", "a central cohesive source of support and stability", "backbone"], ["ground tackle", "a mechanical device that prevents a vessel from moving", "ground tackle"], ["keystone", "a central cohesive source of support and stability", "keystone"], ["mainstay", "a central cohesive source of support and stability", "mainstay"]]}, {"answer": "anchor_ring", "hint": "synonyms for anchor ring", "clues": [["halo", "a toroidal shape", "halo"], ["doughnut", "a toroidal shape", "doughnut"], ["annulus", "a toroidal shape", "annulus"], ["ring", "a toroidal shape", "ring"]]}, {"answer": "anger", "hint": "synonyms for anger", "clues": [["choler", "a strong emotion; a feeling that is oriented toward some real or supposed grievance", "choler"], ["ira", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "ira"], ["ire", "a strong emotion; a feeling that is oriented toward some real or supposed grievance", "ire"], ["wrath", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "wrath"]]}, {"answer": "angle_of_dip", "hint": "synonyms for angle of dip", "clues": [["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic dip"], ["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "inclination"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic inclination"], ["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "dip"]]}, {"answer": "animate_being", "hint": "synonyms for animate being", "clues": [["creature", "a living organism characterized by voluntary movement", "creature"], ["animal", "a living organism characterized by voluntary movement", "animal"], ["brute", "a living organism characterized by voluntary movement", "brute"], ["fauna", "a living organism characterized by voluntary movement", "fauna"], ["beast", "a living organism characterized by voluntary movement", "beast"]]}, {"answer": "animation", "hint": "synonyms for animation", "clues": [["spiritedness", "quality of being active or spirited or alive and vigorous", "spiritedness"], ["vitality", "the property of being able to survive and grow", "vitality"], ["invigoration", "the activity of giving vitality and vigour to something", "invigoration"], ["brio", "quality of being active or spirited or alive and vigorous", "brio"], ["liveliness", "general activity and motion", "liveliness"], ["vivification", "the activity of giving vitality and vigour to something", "vivification"]]}, {"answer": "announcement", "hint": "synonyms for announcement", "clues": [["proclamation", "a formal public statement", "proclamation"], ["promulgation", "a public statement containing information about an event that has happened or is going to happen", "promulgation"], ["annunciation", "a formal public statement", "annunciation"], ["declaration", "a formal public statement", "declaration"]]}, {"answer": "annoyance", "hint": "synonyms for annoyance", "clues": [["bother", "something or someone that causes trouble; a source of unhappiness", "bother"], ["vexation", "anger produced by some annoying irritation", "vexation"], ["botheration", "something or someone that causes trouble; a source of unhappiness", "botheration"], ["pain", "something or someone that causes trouble; a source of unhappiness", "pain"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness", "pain in the neck"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness", "pain in the ass"], ["infliction", "something or someone that causes trouble; a source of unhappiness", "infliction"], ["annoying", "the act of troubling or annoying someone", "annoying"], ["irritation", "the act of troubling or annoying someone", "irritation"], ["chafe", "anger produced by some annoying irritation", "chafe"]]}, {"answer": "annulus", "hint": "synonyms for annulus", "clues": [["anchor ring", "a toroidal shape", "anchor ring"], ["halo", "a toroidal shape", "halo"], ["doughnut", "a toroidal shape", "doughnut"], ["ring", "a toroidal shape", "ring"]]}, {"answer": "anovulant", "hint": "synonyms for anovulant", "clues": [["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulatory drug"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "pill"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "birth control pill"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "oral contraceptive"], ["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "contraceptive pill"]]}, {"answer": "anovulatory_drug", "hint": "synonyms for anovulatory drug", "clues": [["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulant"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "pill"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "birth control pill"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "oral contraceptive"], ["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "contraceptive pill"]]}, {"answer": "answer", "hint": "synonyms for answer", "clues": [["reply", "a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation", "reply"], ["result", "a statement that solves a problem or explains how to solve the problem", "result"], ["resolution", "a statement that solves a problem or explains how to solve the problem", "resolution"], ["solvent", "a statement that solves a problem or explains how to solve the problem", "solvent"], ["response", "a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation", "response"]]}, {"answer": "antecedence", "hint": "synonyms for antecedence", "clues": [["precedency", "preceding in time", "precedency"], ["anteriority", "preceding in time", "anteriority"], ["priority", "preceding in time", "priority"], ["antecedency", "preceding in time", "antecedency"]]}, {"answer": "antecedency", "hint": "synonyms for antecedency", "clues": [["precedency", "preceding in time", "precedency"], ["priority", "preceding in time", "priority"], ["antecedence", "preceding in time", "antecedence"], ["anteriority", "preceding in time", "anteriority"]]}, {"answer": "antechamber", "hint": "synonyms for antechamber", "clues": [["lobby", "a large entrance or reception room or area", "lobby"], ["vestibule", "a large entrance or reception room or area", "vestibule"], ["hall", "a large entrance or reception room or area", "hall"], ["entrance hall", "a large entrance or reception room or area", "entrance hall"], ["foyer", "a large entrance or reception room or area", "foyer"], ["anteroom", "a large entrance or reception room or area", "anteroom"]]}, {"answer": "anteroom", "hint": "synonyms for anteroom", "clues": [["antechamber", "a large entrance or reception room or area", "antechamber"], ["lobby", "a large entrance or reception room or area", "lobby"], ["vestibule", "a large entrance or reception room or area", "vestibule"], ["hall", "a large entrance or reception room or area", "hall"], ["entrance hall", "a large entrance or reception room or area", "entrance hall"], ["foyer", "a large entrance or reception room or area", "foyer"]]}, {"answer": "anthesis", "hint": "synonyms for anthesis", "clues": [["efflorescence", "the time and process of budding and unfolding of blossoms", "efflorescence"], ["inflorescence", "the time and process of budding and unfolding of blossoms", "inflorescence"], ["flowering", "the time and process of budding and unfolding of blossoms", "flowering"], ["blossoming", "the time and process of budding and unfolding of blossoms", "blossoming"]]}, {"answer": "antiaircraft_gun", "hint": "synonyms for antiaircraft gun", "clues": [["ack-ack gun", "artillery designed to shoot upward at airplanes", "ack-ack gun"], ["pom-pom", "artillery designed to shoot upward at airplanes", "pom-pom"], ["flak", "artillery designed to shoot upward at airplanes", "flak"], ["ack-ack", "artillery designed to shoot upward at airplanes", "ack-ack"], ["antiaircraft", "artillery designed to shoot upward at airplanes", "antiaircraft"]]}, {"answer": "antianxiety_agent", "hint": "synonyms for antianxiety agent", "clues": [["ataractic", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic"], ["tranquilizer", "a drug used to reduce stress or tension without reducing mental clarity", "tranquilizer"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic drug"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic agent"]]}, {"answer": "antifungal_agent", "hint": "synonyms for antifungal agent", "clues": [["antimycotic agent", "any agent that destroys or prevents the growth of fungi", "antimycotic agent"], ["fungicide", "any agent that destroys or prevents the growth of fungi", "fungicide"], ["antifungal", "any agent that destroys or prevents the growth of fungi", "antifungal"], ["antimycotic", "any agent that destroys or prevents the growth of fungi", "antimycotic"]]}, {"answer": "antimycotic", "hint": "synonyms for antimycotic", "clues": [["antimycotic agent", "any agent that destroys or prevents the growth of fungi", "antimycotic agent"], ["fungicide", "any agent that destroys or prevents the growth of fungi", "fungicide"], ["antifungal", "any agent that destroys or prevents the growth of fungi", "antifungal"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi", "antifungal agent"]]}, {"answer": "antimycotic_agent", "hint": "synonyms for antimycotic agent", "clues": [["fungicide", "any agent that destroys or prevents the growth of fungi", "fungicide"], ["antifungal", "any agent that destroys or prevents the growth of fungi", "antifungal"], ["antimycotic", "any agent that destroys or prevents the growth of fungi", "antimycotic"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi", "antifungal agent"]]}, {"answer": "antipsychotic", "hint": "synonyms for antipsychotic", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "antipsychotic_agent", "hint": "synonyms for antipsychotic agent", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "antipsychotic_drug", "hint": "synonyms for antipsychotic drug", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "apex", "hint": "synonyms for apex", "clues": [["apex of the sun's way", "the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars", "apex of the sun's way"], ["acme", "the highest point (of something)", "acme"], ["solar apex", "the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars", "solar apex"], ["vertex", "the highest point (of something)", "vertex"], ["peak", "the highest point (of something)", "peak"]]}, {"answer": "aplomb", "hint": "synonyms for aplomb", "clues": [["poise", "great coolness and composure under strain", "poise"], ["cool", "great coolness and composure under strain", "cool"], ["sang-froid", "great coolness and composure under strain", "sang-froid"], ["assuredness", "great coolness and composure under strain", "assuredness"]]}, {"answer": "apothecary's_shop", "hint": "synonyms for apothecary's shop", "clues": [["chemist's", "a retail shop where medicine and other articles are sold", "chemist's"], ["drugstore", "a retail shop where medicine and other articles are sold", "drugstore"], ["pharmacy", "a retail shop where medicine and other articles are sold", "pharmacy"], ["chemist's shop", "a retail shop where medicine and other articles are sold", "chemist's shop"]]}, {"answer": "apparel_industry", "hint": "synonyms for apparel industry", "clues": [["fashion business", "makers and sellers of fashionable clothing", "fashion business"], ["fashion industry", "makers and sellers of fashionable clothing", "fashion industry"], ["garment industry", "makers and sellers of fashionable clothing", "garment industry"], ["rag trade", "makers and sellers of fashionable clothing", "rag trade"]]}, {"answer": "apparent_horizon", "hint": "synonyms for apparent horizon", "clues": [["skyline", "the line at which the sky and Earth appear to meet", "skyline"], ["horizon", "the line at which the sky and Earth appear to meet", "horizon"], ["visible horizon", "the line at which the sky and Earth appear to meet", "visible horizon"], ["sensible horizon", "the line at which the sky and Earth appear to meet", "sensible horizon"]]}, {"answer": "apparition", "hint": "synonyms for apparition", "clues": [["shadow", "something existing in perception only", "shadow"], ["phantasm", "something existing in perception only", "phantasm"], ["fantasm", "something existing in perception only", "fantasm"], ["phantom", "something existing in perception only", "phantom"]]}, {"answer": "appeal", "hint": "synonyms for appeal", "clues": [["prayer", "earnest or urgent request", "prayer"], ["collection", "request for a sum of money", "collection"], ["ingathering", "request for a sum of money", "ingathering"], ["charm", "attractiveness that interests or pleases or stimulates", "charm"], ["appealingness", "attractiveness that interests or pleases or stimulates", "appealingness"], ["entreaty", "earnest or urgent request", "entreaty"], ["solicitation", "request for a sum of money", "solicitation"]]}, {"answer": "appearance", "hint": "synonyms for appearance", "clues": [["show", "pretending that something is the case in order to make a good impression", "show"], ["visual aspect", "outward or visible aspect of a person or thing", "visual aspect"], ["appearing", "formal attendance (in court or at a hearing) of a party in an action", "appearing"], ["coming into court", "formal attendance (in court or at a hearing) of a party in an action", "coming into court"]]}, {"answer": "applesauce", "hint": "synonyms for applesauce", "clues": [["folderol", "nonsensical talk or writing", "folderol"], ["trumpery", "nonsensical talk or writing", "trumpery"], ["codswallop", "nonsensical talk or writing", "codswallop"], ["trash", "nonsensical talk or writing", "trash"], ["wish-wash", "nonsensical talk or writing", "wish-wash"], ["rubbish", "nonsensical talk or writing", "rubbish"], ["tripe", "nonsensical talk or writing", "tripe"], ["apple sauce", "puree of stewed apples usually sweetened and spiced", "apple sauce"]]}, {"answer": "appliance", "hint": "synonyms for appliance", "clues": [["gismo", "a device or control that is very useful for a particular job", "gismo"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["widget", "a device or control that is very useful for a particular job", "widget"]]}, {"answer": "application", "hint": "synonyms for application", "clues": [["lotion", "liquid preparation having a soothing or antiseptic or medicinal action when applied to the skin", "lotion"], ["coating", "the work of applying something", "coating"], ["application program", "a program that gives a computer instructions that provide the user with tools to accomplish a task", "application program"], ["practical application", "the act of bringing something to bear; using it for a particular purpose", "practical application"], ["diligence", "a diligent effort", "diligence"], ["covering", "the work of applying something", "covering"]]}, {"answer": "appointment", "hint": "synonyms for appointment", "clues": [["designation", "the act of putting a person into a non-elective position", "designation"], ["naming", "the act of putting a person into a non-elective position", "naming"], ["fitting", "(usually plural) furnishings and equipment (especially for a ship or hotel)", "fitting"], ["engagement", "a meeting arranged in advance", "engagement"], ["assignment", "the act of putting a person into a non-elective position", "assignment"], ["date", "a meeting arranged in advance", "date"]]}, {"answer": "apportioning", "hint": "synonyms for apportioning", "clues": [["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportionment"], ["parcelling", "the act of distributing by allotting or apportioning; distribution according to a plan", "parcelling"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan", "assignation"], ["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan", "allocation"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan", "allotment"]]}, {"answer": "apportionment", "hint": "synonyms for apportionment", "clues": [["parcelling", "the act of distributing by allotting or apportioning; distribution according to a plan", "parcelling"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan", "assignation"], ["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan", "allocation"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportioning"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan", "allotment"]]}, {"answer": "appreciation", "hint": "synonyms for appreciation", "clues": [["discernment", "delicate discrimination (especially of aesthetic values)", "discernment"], ["hold", "understanding of the nature or meaning or quality or magnitude of something", "hold"], ["grasp", "understanding of the nature or meaning or quality or magnitude of something", "grasp"], ["perceptiveness", "delicate discrimination (especially of aesthetic values)", "perceptiveness"], ["taste", "delicate discrimination (especially of aesthetic values)", "taste"], ["admiration", "a favorable judgment", "admiration"]]}, {"answer": "apprehension", "hint": "synonyms for apprehension", "clues": [["pinch", "the act of apprehending (especially apprehending a criminal)", "pinch"], ["dread", "fearful expectation or anticipation", "dread"], ["understanding", "the cognitive condition of someone who understands", "understanding"], ["savvy", "the cognitive condition of someone who understands", "savvy"], ["misgiving", "painful expectation", "misgiving"], ["catch", "the act of apprehending (especially apprehending a criminal)", "catch"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)", "taking into custody"], ["apprehensiveness", "fearful expectation or anticipation", "apprehensiveness"], ["discernment", "the cognitive condition of someone who understands", "discernment"], ["arrest", "the act of apprehending (especially apprehending a criminal)", "arrest"], ["collar", "the act of apprehending (especially apprehending a criminal)", "collar"]]}, {"answer": "approach", "hint": "synonyms for approach", "clues": [["approaching", "the event of one object coming closer to another", "approaching"], ["approach path", "the final path followed by an aircraft as it is landing", "approach path"], ["advance", "a tentative suggestion designed to elicit the reactions of others", "advance"], ["approach shot", "a relatively short golf shot intended to put the ball onto the putting green", "approach shot"], ["coming", "the temporal property of becoming nearer in time", "coming"], ["feeler", "a tentative suggestion designed to elicit the reactions of others", "feeler"], ["plan of attack", "ideas or actions intended to deal with a problem or situation", "plan of attack"], ["glide path", "the final path followed by an aircraft as it is landing", "glide path"], ["glide slope", "the final path followed by an aircraft as it is landing", "glide slope"], ["access", "a way of entering or leaving", "access"], ["attack", "ideas or actions intended to deal with a problem or situation", "attack"], ["overture", "a tentative suggestion designed to elicit the reactions of others", "overture"]]}, {"answer": "approximation", "hint": "synonyms for approximation", "clues": [["bringing close together", "the act of bringing near or bringing together especially the cut edges of tissue", "bringing close together"], ["idea", "an approximate calculation of quantity or degree or worth", "idea"], ["estimate", "an approximate calculation of quantity or degree or worth", "estimate"], ["estimation", "an approximate calculation of quantity or degree or worth", "estimation"]]}, {"answer": "appurtenance", "hint": "synonyms for appurtenance", "clues": [["gear", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc.", "gear"], ["supplement", "a supplementary component that improves capability", "supplement"], ["accessory", "a supplementary component that improves capability", "accessory"], ["paraphernalia", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc.", "paraphernalia"], ["add-on", "a supplementary component that improves capability", "add-on"]]}, {"answer": "aqua", "hint": "synonyms for aqua", "clues": [["aquamarine", "a shade of blue tinged with green", "aquamarine"], ["peacock blue", "a shade of blue tinged with green", "peacock blue"], ["cobalt blue", "a shade of blue tinged with green", "cobalt blue"], ["greenish blue", "a shade of blue tinged with green", "greenish blue"], ["turquoise", "a shade of blue tinged with green", "turquoise"]]}, {"answer": "aquamarine", "hint": "synonyms for aquamarine", "clues": [["aqua", "a shade of blue tinged with green", "aqua"], ["peacock blue", "a shade of blue tinged with green", "peacock blue"], ["cobalt blue", "a shade of blue tinged with green", "cobalt blue"], ["greenish blue", "a shade of blue tinged with green", "greenish blue"], ["turquoise", "a shade of blue tinged with green", "turquoise"]]}, {"answer": "arbalest", "hint": "synonyms for arbalest", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"]]}, {"answer": "arbalist", "hint": "synonyms for arbalist", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["arbalest", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalest"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"]]}, {"answer": "arbitrariness", "hint": "synonyms for arbitrariness", "clues": [["whimsey", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsey"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsicality"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "capriciousness"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "flightiness"]]}, {"answer": "arbor", "hint": "synonyms for arbor", "clues": [["bower", "a framework that supports climbing plants", "bower"], ["mandril", "any of various rotating shafts that serve as axes for larger rotating parts", "mandril"], ["arbour", "a framework that supports climbing plants", "arbour"], ["spindle", "any of various rotating shafts that serve as axes for larger rotating parts", "spindle"], ["pergola", "a framework that supports climbing plants", "pergola"]]}, {"answer": "arc", "hint": "synonyms for arc", "clues": [["discharge", "electrical conduction through a gas in an applied electric field", "discharge"], ["electric arc", "electrical conduction through a gas in an applied electric field", "electric arc"], ["spark", "electrical conduction through a gas in an applied electric field", "spark"], ["electric discharge", "electrical conduction through a gas in an applied electric field", "electric discharge"], ["bow", "something curved in shape", "bow"]]}, {"answer": "archness", "hint": "synonyms for archness", "clues": [["impertinence", "inappropriate playfulness", "impertinence"], ["perkiness", "inappropriate playfulness", "perkiness"], ["pertness", "inappropriate playfulness", "pertness"], ["sauciness", "inappropriate playfulness", "sauciness"]]}, {"answer": "ardor", "hint": "synonyms for ardor", "clues": [["fervour", "feelings of great warmth and intensity", "fervour"], ["ardour", "feelings of great warmth and intensity", "ardour"], ["fire", "feelings of great warmth and intensity", "fire"], ["fervidness", "feelings of great warmth and intensity", "fervidness"], ["zeal", "a feeling of strong eagerness (usually in favor of a person or cause)", "zeal"], ["fervency", "feelings of great warmth and intensity", "fervency"], ["elan", "a feeling of strong eagerness (usually in favor of a person or cause)", "elan"]]}, {"answer": "ardour", "hint": "synonyms for ardour", "clues": [["fervour", "feelings of great warmth and intensity", "fervour"], ["ardor", "feelings of great warmth and intensity", "ardor"], ["fire", "feelings of great warmth and intensity", "fire"], ["fervidness", "feelings of great warmth and intensity", "fervidness"], ["zeal", "a feeling of strong eagerness (usually in favor of a person or cause)", "zeal"], ["fervency", "feelings of great warmth and intensity", "fervency"], ["elan", "a feeling of strong eagerness (usually in favor of a person or cause)", "elan"]]}, {"answer": "arena", "hint": "synonyms for arena", "clues": [["scene of action", "a playing field where sports events take place", "scene of action"], ["bowl", "a large structure for open-air sports or entertainments", "bowl"], ["stadium", "a large structure for open-air sports or entertainments", "stadium"], ["sports stadium", "a large structure for open-air sports or entertainments", "sports stadium"]]}, {"answer": "argot", "hint": "synonyms for argot", "clues": [["cant", "a characteristic language of a particular group (as among thieves)", "cant"], ["patois", "a characteristic language of a particular group (as among thieves)", "patois"], ["slang", "a characteristic language of a particular group (as among thieves)", "slang"], ["lingo", "a characteristic language of a particular group (as among thieves)", "lingo"], ["jargon", "a characteristic language of a particular group (as among thieves)", "jargon"], ["vernacular", "a characteristic language of a particular group (as among thieves)", "vernacular"]]}, {"answer": "arguing", "hint": "synonyms for arguing", "clues": [["argument", "a contentious speech act; a dispute where there is strong disagreement", "argument"], ["contention", "a contentious speech act; a dispute where there is strong disagreement", "contention"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement", "disceptation"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement", "contestation"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement", "controversy"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement", "tilt"]]}, {"answer": "argument", "hint": "synonyms for argument", "clues": [["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line of reasoning"], ["statement", "a fact or assertion offered as evidence that something is true", "statement"], ["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "argumentation"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement", "disceptation"], ["debate", "a discussion in which reasons are advanced for and against some proposition or proposal", "debate"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement", "controversy"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line"], ["parameter", "(computer science) a reference or value that is passed to a function, procedure, subroutine, command, or program", "parameter"], ["literary argument", "a summary of the subject or plot of a literary work or play or movie", "literary argument"], ["contention", "a contentious speech act; a dispute where there is strong disagreement", "contention"], ["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "logical argument"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement", "contestation"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement", "arguing"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement", "tilt"]]}, {"answer": "argumentation", "hint": "synonyms for argumentation", "clues": [["argument", "a discussion in which reasons are advanced for and against some proposition or proposal", "argument"], ["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line of reasoning"], ["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "logical argument"], ["debate", "a discussion in which reasons are advanced for and against some proposition or proposal", "debate"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line"]]}, {"answer": "arm", "hint": "synonyms for arm", "clues": [["subdivision", "a division of some larger or more complex organization", "subdivision"], ["limb", "any projection that is thought to resemble a human arm", "limb"], ["branch", "any projection that is thought to resemble a human arm", "branch"], ["weapon system", "any instrument or instrumentality used in fighting or hunting", "weapon system"], ["weapon", "any instrument or instrumentality used in fighting or hunting", "weapon"], ["sleeve", "the part of a garment that is attached at the armhole and that provides a cloth covering for the arm", "sleeve"]]}, {"answer": "armed_forces", "hint": "synonyms for armed forces", "clues": [["war machine", "the military forces of a nation", "war machine"], ["armed services", "the military forces of a nation", "armed services"], ["military machine", "the military forces of a nation", "military machine"], ["military", "the military forces of a nation", "military"]]}, {"answer": "armed_services", "hint": "synonyms for armed services", "clues": [["armed service", "a force that is a branch of the armed forces", "armed service"], ["military service", "a force that is a branch of the armed forces", "military service"], ["service", "a force that is a branch of the armed forces", "service"], ["war machine", "the military forces of a nation", "war machine"], ["military", "the military forces of a nation", "military"], ["armed forces", "the military forces of a nation", "armed forces"], ["military machine", "the military forces of a nation", "military machine"]]}, {"answer": "arms", "hint": "synonyms for arms", "clues": [["munition", "weapons considered collectively", "munition"], ["coat of arms", "the official symbols of a family, state, etc.", "coat of arms"], ["limb", "any projection that is thought to resemble a human arm", "limb"], ["arm", "any instrument or instrumentality used in fighting or hunting", "arm"], ["branch", "any projection that is thought to resemble a human arm", "branch"], ["implements of war", "weapons considered collectively", "implements of war"], ["blazon", "the official symbols of a family, state, etc.", "blazon"], ["weapons system", "weapons considered collectively", "weapons system"], ["weaponry", "weapons considered collectively", "weaponry"], ["subdivision", "a division of some larger or more complex organization", "subdivision"], ["sleeve", "the part of a garment that is attached at the armhole and that provides a cloth covering for the arm", "sleeve"]]}, {"answer": "aroma", "hint": "synonyms for aroma", "clues": [["scent", "a distinctive odor that is pleasant", "scent"], ["odor", "any property detected by the olfactory system", "odor"], ["fragrance", "a distinctive odor that is pleasant", "fragrance"], ["perfume", "a distinctive odor that is pleasant", "perfume"], ["olfactory property", "any property detected by the olfactory system", "olfactory property"], ["smell", "any property detected by the olfactory system", "smell"]]}, {"answer": "arrangement", "hint": "synonyms for arrangement", "clues": [["musical arrangement", "a piece of music that has been adapted for performance by a particular set of voices or instruments", "musical arrangement"], ["organization", "an organized structure for arranging or classifying", "organization"], ["agreement", "the thing arranged or agreed to", "agreement"], ["system", "an organized structure for arranging or classifying", "system"], ["arranging", "the act of arranging and adapting a piece of music", "arranging"], ["placement", "the spatial property of the way in which something is placed", "placement"], ["transcription", "the act of arranging and adapting a piece of music", "transcription"]]}, {"answer": "arrest", "hint": "synonyms for arrest", "clues": [["pinch", "the act of apprehending (especially apprehending a criminal)", "pinch"], ["catch", "the act of apprehending (especially apprehending a criminal)", "catch"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)", "taking into custody"], ["apprehension", "the act of apprehending (especially apprehending a criminal)", "apprehension"], ["collar", "the act of apprehending (especially apprehending a criminal)", "collar"]]}, {"answer": "arrivederci", "hint": "synonyms for arrivederci", "clues": [["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "arrogance", "hint": "synonyms for arrogance", "clues": [["hauteur", "overbearing pride evidenced by a superior manner toward inferiors", "hauteur"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors", "haughtiness"], ["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors", "high-handedness"], ["lordliness", "overbearing pride evidenced by a superior manner toward inferiors", "lordliness"]]}, {"answer": "arsenic", "hint": "synonyms for arsenic", "clues": [["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "ratsbane"], ["atomic number 33", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar", "atomic number 33"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous oxide"], ["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous anhydride"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "white arsenic"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic trioxide"]]}, {"answer": "arsenic_trioxide", "hint": "synonyms for arsenic trioxide", "clues": [["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "ratsbane"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous oxide"], ["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous anhydride"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "white arsenic"]]}, {"answer": "arsenous_anhydride", "hint": "synonyms for arsenous anhydride", "clues": [["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "ratsbane"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous oxide"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "white arsenic"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic trioxide"]]}, {"answer": "arsenous_oxide", "hint": "synonyms for arsenous oxide", "clues": [["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "ratsbane"], ["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous anhydride"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "white arsenic"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic trioxide"]]}, {"answer": "art", "hint": "synonyms for art", "clues": [["prowess", "a superior skill that you can learn by study and practice and observation", "prowess"], ["artistic creation", "the creation of beautiful or significant things", "artistic creation"], ["artwork", "photographs or other visual representations in a printed publication", "artwork"], ["artistic production", "the creation of beautiful or significant things", "artistic production"], ["graphics", "photographs or other visual representations in a printed publication", "graphics"], ["fine art", "the products of human creativity; works of art collectively", "fine art"], ["artistry", "a superior skill that you can learn by study and practice and observation", "artistry"], ["nontextual matter", "photographs or other visual representations in a printed publication", "nontextual matter"]]}, {"answer": "article_of_clothing", "hint": "synonyms for article of clothing", "clues": [["wearable", "a covering designed to be worn on a person's body", "wearable"], ["vesture", "a covering designed to be worn on a person's body", "vesture"], ["habiliment", "a covering designed to be worn on a person's body", "habiliment"], ["clothing", "a covering designed to be worn on a person's body", "clothing"], ["wear", "a covering designed to be worn on a person's body", "wear"]]}, {"answer": "articulated_lorry", "hint": "synonyms for articulated lorry", "clues": [["trucking rig", "a truck consisting of a tractor and trailer together", "trucking rig"], ["rig", "a truck consisting of a tractor and trailer together", "rig"], ["trailer truck", "a truck consisting of a tractor and trailer together", "trailer truck"], ["tractor trailer", "a truck consisting of a tractor and trailer together", "tractor trailer"], ["semi", "a truck consisting of a tractor and trailer together", "semi"]]}, {"answer": "articulation", "hint": "synonyms for articulation", "clues": [["voice", "expressing in coherent verbal form", "voice"], ["junction", "the shape or manner in which things come together and a connection is made", "junction"], ["juncture", "the shape or manner in which things come together and a connection is made", "juncture"], ["join", "the shape or manner in which things come together and a connection is made", "join"]]}, {"answer": "artillery", "hint": "synonyms for artillery", "clues": [["artillery unit", "an army unit that uses big guns", "artillery unit"], ["heavy weapon", "large but transportable armament", "heavy weapon"], ["gun", "large but transportable armament", "gun"], ["ordnance", "large but transportable armament", "ordnance"], ["weapon", "a means of persuading or arguing", "weapon"]]}, {"answer": "arts", "hint": "synonyms for arts", "clues": [["prowess", "a superior skill that you can learn by study and practice and observation", "prowess"], ["artistic creation", "the creation of beautiful or significant things", "artistic creation"], ["artistic production", "the creation of beautiful or significant things", "artistic production"], ["humanities", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)", "humanities"], ["nontextual matter", "photographs or other visual representations in a printed publication", "nontextual matter"], ["art", "a superior skill that you can learn by study and practice and observation", "art"], ["humanistic discipline", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)", "humanistic discipline"], ["artwork", "photographs or other visual representations in a printed publication", "artwork"], ["graphics", "photographs or other visual representations in a printed publication", "graphics"], ["fine art", "the products of human creativity; works of art collectively", "fine art"], ["artistry", "a superior skill that you can learn by study and practice and observation", "artistry"], ["liberal arts", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)", "liberal arts"]]}, {"answer": "asa_dulcis", "hint": "synonyms for asa dulcis", "clues": [["benzoin", "gum resin used especially in treating skin irritation", "benzoin"], ["gum benzoin", "gum resin used especially in treating skin irritation", "gum benzoin"], ["gum benjamin", "gum resin used especially in treating skin irritation", "gum benjamin"], ["benjamin", "gum resin used especially in treating skin irritation", "benjamin"]]}, {"answer": "ascension", "hint": "synonyms for ascension", "clues": [["rise", "the act of changing location in an upward direction", "rise"], ["ascending", "the act of changing location in an upward direction", "ascending"], ["ascent", "the act of changing location in an upward direction", "ascent"], ["rising", "a movement upward", "rising"]]}, {"answer": "ascent", "hint": "synonyms for ascent", "clues": [["rise", "an upward slope or grade (as in a road)", "rise"], ["acclivity", "an upward slope or grade (as in a road)", "acclivity"], ["ascension", "the act of changing location in an upward direction", "ascension"], ["rising", "a movement upward", "rising"], ["ascending", "the act of changing location in an upward direction", "ascending"], ["upgrade", "an upward slope or grade (as in a road)", "upgrade"], ["climb", "an upward slope or grade (as in a road)", "climb"]]}, {"answer": "ash-bin", "hint": "synonyms for ash-bin", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "ash_bin", "hint": "synonyms for ash bin", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"]]}, {"answer": "ashbin", "hint": "synonyms for ashbin", "clues": [["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["ash-bin", "a bin that holds rubbish until it is collected", "ash-bin"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "ashcan", "hint": "synonyms for ashcan", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "aspect", "hint": "synonyms for aspect", "clues": [["vista", "the visual percept of a region", "vista"], ["prospect", "the visual percept of a region", "prospect"], ["facial expression", "the feelings expressed on a person's face", "facial expression"], ["look", "the feelings expressed on a person's face", "look"], ["panorama", "the visual percept of a region", "panorama"], ["view", "the visual percept of a region", "view"], ["expression", "the feelings expressed on a person's face", "expression"], ["facet", "a distinct feature or element in a problem", "facet"], ["scene", "the visual percept of a region", "scene"]]}, {"answer": "asperity", "hint": "synonyms for asperity", "clues": [["severity", "something hard to endure", "severity"], ["sharpness", "harshness of manner", "sharpness"], ["severeness", "something hard to endure", "severeness"], ["rigour", "something hard to endure", "rigour"], ["hardship", "something hard to endure", "hardship"], ["rigourousness", "something hard to endure", "rigourousness"], ["grimness", "something hard to endure", "grimness"]]}, {"answer": "aspersion", "hint": "synonyms for aspersion", "clues": [["defamation", "an abusive attack on a person's character or good name", "defamation"], ["slander", "an abusive attack on a person's character or good name", "slander"], ["slur", "a disparaging remark", "slur"], ["calumny", "an abusive attack on a person's character or good name", "calumny"], ["sprinkling", "the act of sprinkling water in baptism (rare)", "sprinkling"], ["denigration", "an abusive attack on a person's character or good name", "denigration"]]}, {"answer": "aspiration", "hint": "synonyms for aspiration", "clues": [["inspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "inspiration"], ["dream", "a cherished desire", "dream"], ["intake", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "intake"], ["ambition", "a cherished desire", "ambition"], ["inhalation", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "inhalation"], ["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "breathing in"]]}, {"answer": "ass", "hint": "synonyms for ass", "clues": [["arsenic", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar", "arsenic"], ["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["atomic number 33", "a very poisonous metallic element that has three allotropic forms; arsenic and arsenic compounds are used as herbicides and insecticides and various alloys; found in arsenopyrite and orpiment and realgar", "atomic number 33"], ["nooky", "slang for sexual intercourse", "nooky"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"]]}, {"answer": "assemblage", "hint": "synonyms for assemblage", "clues": [["assembly", "the social act of assembling", "assembly"], ["accumulation", "several things grouped together or considered as a whole", "accumulation"], ["hookup", "a system of components assembled together for a particular purpose", "hookup"], ["gathering", "the social act of assembling", "gathering"], ["collection", "several things grouped together or considered as a whole", "collection"], ["aggregation", "several things grouped together or considered as a whole", "aggregation"]]}, {"answer": "assembly", "hint": "synonyms for assembly", "clues": [["gathering", "the social act of assembling", "gathering"], ["meeting place", "a public facility to meet for open discussion", "meeting place"], ["assemblage", "the social act of assembling", "assemblage"], ["forum", "a public facility to meet for open discussion", "forum"], ["fabrication", "the act of constructing something (as a piece of machinery)", "fabrication"]]}, {"answer": "assertion", "hint": "synonyms for assertion", "clues": [["averment", "a declaration that is made emphatically (as if no supporting evidence were necessary)", "averment"], ["affirmation", "the act of affirming or asserting or stating something", "affirmation"], ["asseveration", "a declaration that is made emphatically (as if no supporting evidence were necessary)", "asseveration"], ["statement", "the act of affirming or asserting or stating something", "statement"]]}, {"answer": "assignation", "hint": "synonyms for assignation", "clues": [["tryst", "a secret rendezvous (especially between lovers)", "tryst"], ["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportionment"], ["parcelling", "the act of distributing by allotting or apportioning; distribution according to a plan", "parcelling"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportioning"], ["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan", "allocation"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan", "allotment"]]}, {"answer": "assignment", "hint": "synonyms for assignment", "clues": [["duty assignment", "a duty that you are assigned to perform (especially in the armed forces)", "duty assignment"], ["designation", "the act of putting a person into a non-elective position", "designation"], ["grant", "(law) a transfer of property by deed of conveyance", "grant"], ["appointment", "the act of putting a person into a non-elective position", "appointment"], ["naming", "the act of putting a person into a non-elective position", "naming"], ["assigning", "the act of distributing something to designated places or persons", "assigning"]]}, {"answer": "assortment", "hint": "synonyms for assortment", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["categorisation", "the act of distributing things into classes or categories of the same type", "categorisation"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["classification", "the act of distributing things into classes or categories of the same type", "classification"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["compartmentalisation", "the act of distributing things into classes or categories of the same type", "compartmentalisation"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "assumption", "hint": "synonyms for assumption", "clues": [["premiss", "a statement that is assumed to be true and from which a conclusion can be drawn", "premiss"], ["supposal", "a hypothesis that is taken for granted", "supposal"], ["laying claim", "the act of taking possession of or power over something", "laying claim"], ["presumption", "audacious (even arrogant) behavior that you have no right to", "presumption"], ["supposition", "a hypothesis that is taken for granted", "supposition"], ["effrontery", "audacious (even arrogant) behavior that you have no right to", "effrontery"], ["presumptuousness", "audacious (even arrogant) behavior that you have no right to", "presumptuousness"]]}, {"answer": "assurance", "hint": "synonyms for assurance", "clues": [["self-confidence", "freedom from doubt; belief in yourself and your abilities", "self-confidence"], ["pledge", "a binding commitment to do or give or refrain from something", "pledge"], ["authority", "freedom from doubt; belief in yourself and your abilities", "authority"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities", "self-assurance"], ["confidence", "freedom from doubt; belief in yourself and your abilities", "confidence"], ["sureness", "freedom from doubt; belief in yourself and your abilities", "sureness"]]}, {"answer": "assuredness", "hint": "synonyms for assuredness", "clues": [["poise", "great coolness and composure under strain", "poise"], ["cool", "great coolness and composure under strain", "cool"], ["sang-froid", "great coolness and composure under strain", "sang-froid"], ["aplomb", "great coolness and composure under strain", "aplomb"]]}, {"answer": "astuteness", "hint": "synonyms for astuteness", "clues": [["perspicacity", "intelligence manifested by being astute (as in business dealings)", "perspicacity"], ["profundity", "the intellectual ability to penetrate deeply into ideas", "profundity"], ["deepness", "the intellectual ability to penetrate deeply into ideas", "deepness"], ["perspicaciousness", "intelligence manifested by being astute (as in business dealings)", "perspicaciousness"], ["depth", "the intellectual ability to penetrate deeply into ideas", "depth"], ["profoundness", "the intellectual ability to penetrate deeply into ideas", "profoundness"], ["shrewdness", "intelligence manifested by being astute (as in business dealings)", "shrewdness"]]}, {"answer": "asylum", "hint": "synonyms for asylum", "clues": [["mental institution", "a hospital for mentally incompetent or unbalanced person", "mental institution"], ["mental home", "a hospital for mentally incompetent or unbalanced person", "mental home"], ["refuge", "a shelter from danger or hardship", "refuge"], ["sanctuary", "a shelter from danger or hardship", "sanctuary"], ["institution", "a hospital for mentally incompetent or unbalanced person", "institution"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person", "insane asylum"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person", "mental hospital"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person", "psychiatric hospital"]]}, {"answer": "ataractic_agent", "hint": "synonyms for ataractic agent", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity", "antianxiety agent"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic"], ["tranquilizer", "a drug used to reduce stress or tension without reducing mental clarity", "tranquilizer"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic drug"]]}, {"answer": "ataractic_drug", "hint": "synonyms for ataractic drug", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity", "antianxiety agent"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic"], ["tranquilizer", "a drug used to reduce stress or tension without reducing mental clarity", "tranquilizer"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic agent"]]}, {"answer": "ataraxis", "hint": "synonyms for ataraxis", "clues": [["heartsease", "the absence of mental stress or anxiety", "heartsease"], ["repose", "the absence of mental stress or anxiety", "repose"], ["serenity", "the absence of mental stress or anxiety", "serenity"], ["peace of mind", "the absence of mental stress or anxiety", "peace of mind"], ["peacefulness", "the absence of mental stress or anxiety", "peacefulness"], ["peace", "the absence of mental stress or anxiety", "peace"]]}, {"answer": "atherodyde", "hint": "synonyms for atherodyde", "clues": [["ramjet engine", "a simple type of jet engine; must be launched at high speed", "ramjet engine"], ["ramjet", "a simple type of jet engine; must be launched at high speed", "ramjet"], ["athodyd", "a simple type of jet engine; must be launched at high speed", "athodyd"], ["flying drainpipe", "a simple type of jet engine; must be launched at high speed", "flying drainpipe"]]}, {"answer": "athletic_supporter", "hint": "synonyms for athletic supporter", "clues": [["supporter", "a support for the genitals worn by men engaging in strenuous exercise", "supporter"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise", "jockstrap"], ["jock", "a support for the genitals worn by men engaging in strenuous exercise", "jock"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise", "suspensor"]]}, {"answer": "athodyd", "hint": "synonyms for athodyd", "clues": [["ramjet engine", "a simple type of jet engine; must be launched at high speed", "ramjet engine"], ["atherodyde", "a simple type of jet engine; must be launched at high speed", "atherodyde"], ["ramjet", "a simple type of jet engine; must be launched at high speed", "ramjet"], ["flying drainpipe", "a simple type of jet engine; must be launched at high speed", "flying drainpipe"]]}, {"answer": "atm", "hint": "synonyms for atm", "clues": [["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash machine"], ["atmosphere", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade", "atmosphere"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash dispenser"], ["standard atmosphere", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade", "standard atmosphere"], ["automated teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automated teller"], ["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automated teller machine"], ["asynchronous transfer mode", "a means of digital communications that is capable of very high speeds; suitable for transmission of images or voice or video as well as data", "asynchronous transfer mode"], ["standard pressure", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade", "standard pressure"]]}, {"answer": "atmosphere", "hint": "synonyms for atmosphere", "clues": [["atm", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade", "atm"], ["air", "a distinctive but intangible quality surrounding a person or thing", "air"], ["standard pressure", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade", "standard pressure"], ["standard atmosphere", "a unit of pressure: the pressure that will support a column of mercury 760 mm high at sea level and 0 degrees centigrade", "standard atmosphere"], ["aura", "a distinctive but intangible quality surrounding a person or thing", "aura"]]}, {"answer": "atom", "hint": "synonyms for atom", "clues": [["particle", "(nontechnical usage) a tiny piece of anything", "particle"], ["corpuscle", "(nontechnical usage) a tiny piece of anything", "corpuscle"], ["mote", "(nontechnical usage) a tiny piece of anything", "mote"], ["molecule", "(nontechnical usage) a tiny piece of anything", "molecule"], ["speck", "(nontechnical usage) a tiny piece of anything", "speck"]]}, {"answer": "atomiser", "hint": "synonyms for atomiser", "clues": [["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "nebuliser"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist", "spray"], ["atomizer", "a dispenser that turns a liquid (such as perfume) into a fine mist", "atomizer"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist", "sprayer"]]}, {"answer": "atomizer", "hint": "synonyms for atomizer", "clues": [["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "atomiser"], ["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "nebuliser"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist", "spray"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist", "sprayer"]]}, {"answer": "atrociousness", "hint": "synonyms for atrociousness", "clues": [["barbarity", "the quality of being shockingly cruel and inhumane", "barbarity"], ["barbarousness", "the quality of being shockingly cruel and inhumane", "barbarousness"], ["heinousness", "the quality of being shockingly cruel and inhumane", "heinousness"], ["atrocity", "the quality of being shockingly cruel and inhumane", "atrocity"]]}, {"answer": "atrocity", "hint": "synonyms for atrocity", "clues": [["barbarousness", "the quality of being shockingly cruel and inhumane", "barbarousness"], ["atrociousness", "the quality of being shockingly cruel and inhumane", "atrociousness"], ["heinousness", "the quality of being shockingly cruel and inhumane", "heinousness"], ["inhumanity", "an act of atrocious cruelty", "inhumanity"], ["barbarity", "the quality of being shockingly cruel and inhumane", "barbarity"]]}, {"answer": "attachment", "hint": "synonyms for attachment", "clues": [["bond", "a connection that fastens things together", "bond"], ["fastening", "the act of fastening things together", "fastening"], ["adherence", "faithful support for a cause or political party or religion", "adherence"], ["adhesion", "faithful support for a cause or political party or religion", "adhesion"], ["fond regard", "a feeling of affection for a person or an institution", "fond regard"], ["affixation", "the act of attaching or affixing something", "affixation"]]}, {"answer": "attack", "hint": "synonyms for attack", "clues": [["fire", "intense adverse criticism", "fire"], ["onset", "(military) an offensive against an enemy (using weapons)", "onset"], ["attempt", "the act of attacking", "attempt"], ["tone-beginning", "a decisive manner of beginning a musical tone or phrase", "tone-beginning"], ["approach", "ideas or actions intended to deal with a problem or situation", "approach"], ["flack", "intense adverse criticism", "flack"], ["onrush", "(military) an offensive against an enemy (using weapons)", "onrush"], ["onslaught", "(military) an offensive against an enemy (using weapons)", "onslaught"], ["blast", "intense adverse criticism", "blast"], ["plan of attack", "ideas or actions intended to deal with a problem or situation", "plan of attack"]]}, {"answer": "attainment", "hint": "synonyms for attainment", "clues": [["skill", "an ability that has been acquired by training", "skill"], ["accomplishment", "an ability that has been acquired by training", "accomplishment"], ["acquirement", "an ability that has been acquired by training", "acquirement"], ["acquisition", "an ability that has been acquired by training", "acquisition"]]}, {"answer": "attempt", "hint": "synonyms for attempt", "clues": [["endeavor", "earnest and conscientious activity intended to do or accomplish something", "endeavor"], ["try", "earnest and conscientious activity intended to do or accomplish something", "try"], ["attack", "the act of attacking", "attack"], ["effort", "earnest and conscientious activity intended to do or accomplish something", "effort"]]}, {"answer": "attracter", "hint": "synonyms for attracter", "clues": [["attractor", "a characteristic that provides pleasure and attracts", "attractor"], ["attraction", "a characteristic that provides pleasure and attracts", "attraction"], ["magnet", "a characteristic that provides pleasure and attracts", "magnet"], ["attractive feature", "a characteristic that provides pleasure and attracts", "attractive feature"]]}, {"answer": "attraction", "hint": "synonyms for attraction", "clues": [["attractor", "a characteristic that provides pleasure and attracts", "attractor"], ["attractive force", "the force by which one object attracts another", "attractive force"], ["attractiveness", "the quality of arousing interest; being attractive or something that attracts", "attractiveness"], ["magnet", "a characteristic that provides pleasure and attracts", "magnet"], ["attractive feature", "a characteristic that provides pleasure and attracts", "attractive feature"]]}, {"answer": "attractor", "hint": "synonyms for attractor", "clues": [["attracter", "a characteristic that provides pleasure and attracts", "attracter"], ["attraction", "a characteristic that provides pleasure and attracts", "attraction"], ["magnet", "a characteristic that provides pleasure and attracts", "magnet"], ["attractive feature", "a characteristic that provides pleasure and attracts", "attractive feature"]]}, {"answer": "attrition", "hint": "synonyms for attrition", "clues": [["corrasion", "erosion by friction", "corrasion"], ["detrition", "the wearing down of rock particles by friction due to water or wind or ice", "detrition"], ["abrasion", "erosion by friction", "abrasion"], ["contrition", "sorrow for sin arising from fear of damnation", "contrition"], ["contriteness", "sorrow for sin arising from fear of damnation", "contriteness"], ["grinding", "the wearing down of rock particles by friction due to water or wind or ice", "grinding"]]}, {"answer": "au_revoir", "hint": "synonyms for au revoir", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "audio", "hint": "synonyms for audio", "clues": [["sound", "the audible part of a transmitted signal", "sound"], ["audio recording", "a recording of acoustic signals", "audio recording"], ["sound recording", "a recording of acoustic signals", "sound recording"], ["audio frequency", "an audible acoustic wave frequency", "audio frequency"]]}, {"answer": "audition", "hint": "synonyms for audition", "clues": [["tryout", "a test of the suitability of a performer", "tryout"], ["auditory sense", "the ability to hear; the auditory faculty", "auditory sense"], ["hearing", "the ability to hear; the auditory faculty", "hearing"], ["auditory modality", "the ability to hear; the auditory faculty", "auditory modality"], ["sense of hearing", "the ability to hear; the auditory faculty", "sense of hearing"]]}, {"answer": "auditory_modality", "hint": "synonyms for auditory modality", "clues": [["sense of hearing", "the ability to hear; the auditory faculty", "sense of hearing"], ["auditory sense", "the ability to hear; the auditory faculty", "auditory sense"], ["hearing", "the ability to hear; the auditory faculty", "hearing"], ["audition", "the ability to hear; the auditory faculty", "audition"]]}, {"answer": "auditory_sense", "hint": "synonyms for auditory sense", "clues": [["sense of hearing", "the ability to hear; the auditory faculty", "sense of hearing"], ["hearing", "the ability to hear; the auditory faculty", "hearing"], ["auditory modality", "the ability to hear; the auditory faculty", "auditory modality"], ["audition", "the ability to hear; the auditory faculty", "audition"]]}, {"answer": "auf_wiedersehen", "hint": "synonyms for auf wiedersehen", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "auger", "hint": "synonyms for auger", "clues": [["plumber's snake", "a long flexible steel coil for dislodging stoppages in curved pipes", "plumber's snake"], ["gimlet", "hand tool for boring holes", "gimlet"], ["screw auger", "hand tool for boring holes", "screw auger"], ["wimble", "hand tool for boring holes", "wimble"]]}, {"answer": "aught", "hint": "synonyms for aught", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "aura", "hint": "synonyms for aura", "clues": [["glory", "an indication of radiant light drawn around the head of a saint", "glory"], ["nimbus", "an indication of radiant light drawn around the head of a saint", "nimbus"], ["aureole", "an indication of radiant light drawn around the head of a saint", "aureole"], ["gloriole", "an indication of radiant light drawn around the head of a saint", "gloriole"], ["halo", "an indication of radiant light drawn around the head of a saint", "halo"], ["air", "a distinctive but intangible quality surrounding a person or thing", "air"], ["atmosphere", "a distinctive but intangible quality surrounding a person or thing", "atmosphere"]]}, {"answer": "aureole", "hint": "synonyms for aureole", "clues": [["glory", "an indication of radiant light drawn around the head of a saint", "glory"], ["gloriole", "an indication of radiant light drawn around the head of a saint", "gloriole"], ["nimbus", "an indication of radiant light drawn around the head of a saint", "nimbus"], ["corona", "the outermost region of the sun's atmosphere; visible as a white halo during a solar eclipse", "corona"], ["halo", "an indication of radiant light drawn around the head of a saint", "halo"], ["aura", "an indication of radiant light drawn around the head of a saint", "aura"]]}, {"answer": "aurora", "hint": "synonyms for aurora", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawn", "the first light of day", "dawn"], ["daybreak", "the first light of day", "daybreak"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "authorisation", "hint": "synonyms for authorisation", "clues": [["sanction", "official permission or approval", "sanction"], ["say-so", "the power or right to give orders or make decisions", "say-so"], ["dominance", "the power or right to give orders or make decisions", "dominance"], ["authorization", "official permission or approval", "authorization"], ["potency", "the power or right to give orders or make decisions", "potency"], ["authority", "official permission or approval", "authority"], ["mandate", "a document giving an official instruction or command", "mandate"], ["empowerment", "the act of conferring legality or sanction or formal warrant", "empowerment"]]}, {"answer": "authoritarianism", "hint": "synonyms for authoritarianism", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "authorities", "hint": "synonyms for authorities", "clues": [["sanction", "official permission or approval", "sanction"], ["government", "the organization that is the governing authority of a political unit", "government"], ["potency", "the power or right to give orders or make decisions", "potency"], ["agency", "an administrative unit of government", "agency"], ["authority", "an authoritative written work", "authority"], ["bureau", "an administrative unit of government", "bureau"], ["authorisation", "official permission or approval", "authorisation"], ["confidence", "freedom from doubt; belief in yourself and your abilities", "confidence"], ["regime", "the organization that is the governing authority of a political unit", "regime"], ["office", "an administrative unit of government", "office"], ["say-so", "the power or right to give orders or make decisions", "say-so"], ["assurance", "freedom from doubt; belief in yourself and your abilities", "assurance"], ["dominance", "the power or right to give orders or make decisions", "dominance"], ["federal agency", "an administrative unit of government", "federal agency"], ["government agency", "an administrative unit of government", "government agency"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities", "self-assurance"], ["sureness", "freedom from doubt; belief in yourself and your abilities", "sureness"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities", "self-confidence"]]}, {"answer": "authority", "hint": "synonyms for authority", "clues": [["sanction", "official permission or approval", "sanction"], ["office", "an administrative unit of government", "office"], ["say-so", "the power or right to give orders or make decisions", "say-so"], ["assurance", "freedom from doubt; belief in yourself and your abilities", "assurance"], ["dominance", "the power or right to give orders or make decisions", "dominance"], ["authorisation", "the power or right to give orders or make decisions", "authorisation"], ["federal agency", "an administrative unit of government", "federal agency"], ["government agency", "an administrative unit of government", "government agency"], ["potency", "the power or right to give orders or make decisions", "potency"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities", "self-assurance"], ["agency", "an administrative unit of government", "agency"], ["sureness", "freedom from doubt; belief in yourself and your abilities", "sureness"], ["self-confidence", "freedom from doubt; belief in yourself and your abilities", "self-confidence"], ["bureau", "an administrative unit of government", "bureau"], ["confidence", "freedom from doubt; belief in yourself and your abilities", "confidence"]]}, {"answer": "authorization", "hint": "synonyms for authorization", "clues": [["authorisation", "official permission or approval", "authorisation"], ["sanction", "official permission or approval", "sanction"], ["say-so", "the power or right to give orders or make decisions", "say-so"], ["dominance", "the power or right to give orders or make decisions", "dominance"], ["potency", "the power or right to give orders or make decisions", "potency"], ["authority", "official permission or approval", "authority"], ["mandate", "a document giving an official instruction or command", "mandate"], ["empowerment", "the act of conferring legality or sanction or formal warrant", "empowerment"]]}, {"answer": "authorship", "hint": "synonyms for authorship", "clues": [["penning", "the act of creating written works", "penning"], ["writing", "the act of creating written works", "writing"], ["paternity", "the act of initiating a new idea or theory or writing", "paternity"], ["composition", "the act of creating written works", "composition"]]}, {"answer": "auto", "hint": "synonyms for auto", "clues": [["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "motorcar"], ["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "machine"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "car"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "automobile"]]}, {"answer": "auto_maker", "hint": "synonyms for auto maker", "clues": [["car manufacturer", "a business engaged in the manufacture of automobiles", "car manufacturer"], ["auto manufacturer", "a business engaged in the manufacture of automobiles", "auto manufacturer"], ["car maker", "a business engaged in the manufacture of automobiles", "car maker"], ["automaker", "a business engaged in the manufacture of automobiles", "automaker"]]}, {"answer": "autobus", "hint": "synonyms for autobus", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "automaker", "hint": "synonyms for automaker", "clues": [["car manufacturer", "a business engaged in the manufacture of automobiles", "car manufacturer"], ["auto maker", "a business engaged in the manufacture of automobiles", "auto maker"], ["auto manufacturer", "a business engaged in the manufacture of automobiles", "auto manufacturer"], ["car maker", "a business engaged in the manufacture of automobiles", "car maker"]]}, {"answer": "automated_teller", "hint": "synonyms for automated teller", "clues": [["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash machine"], ["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automated teller machine"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash dispenser"], ["automatic teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automatic teller"]]}, {"answer": "automated_teller_machine", "hint": "synonyms for automated teller machine", "clues": [["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash machine"], ["automatic teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automatic teller machine"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash dispenser"], ["automatic teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automatic teller"]]}, {"answer": "automatic_teller", "hint": "synonyms for automatic teller", "clues": [["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash machine"], ["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automated teller machine"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash dispenser"], ["automated teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automated teller"]]}, {"answer": "automatic_teller_machine", "hint": "synonyms for automatic teller machine", "clues": [["cash machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash machine"], ["automated teller machine", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automated teller machine"], ["cash dispenser", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "cash dispenser"], ["automatic teller", "an unattended machine (outside some banks) that dispenses money when a personal coded card is used", "automatic teller"]]}, {"answer": "automobile", "hint": "synonyms for automobile", "clues": [["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "motorcar"], ["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "auto"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "car"], ["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "machine"]]}, {"answer": "automobile_horn", "hint": "synonyms for automobile horn", "clues": [["car horn", "a device on an automobile for making a warning noise", "car horn"], ["horn", "a device on an automobile for making a warning noise", "horn"], ["hooter", "a device on an automobile for making a warning noise", "hooter"], ["motor horn", "a device on an automobile for making a warning noise", "motor horn"]]}, {"answer": "avarice", "hint": "synonyms for avarice", "clues": [["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "greed"], ["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "rapacity"], ["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "covetousness"], ["cupidity", "extreme greed for material wealth", "cupidity"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avaritia"], ["avariciousness", "extreme greed for material wealth", "avariciousness"]]}, {"answer": "avaritia", "hint": "synonyms for avaritia", "clues": [["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "greed"], ["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "rapacity"], ["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avarice"], ["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "covetousness"]]}, {"answer": "aviation", "hint": "synonyms for aviation", "clues": [["air travel", "travel via aircraft", "air travel"], ["air", "travel via aircraft", "air"], ["airmanship", "the art of operating aircraft", "airmanship"], ["air power", "the aggregation of a country's military aircraft", "air power"]]}, {"answer": "avocation", "hint": "synonyms for avocation", "clues": [["pursuit", "an auxiliary activity", "pursuit"], ["sideline", "an auxiliary activity", "sideline"], ["spare-time activity", "an auxiliary activity", "spare-time activity"], ["by-line", "an auxiliary activity", "by-line"], ["hobby", "an auxiliary activity", "hobby"]]}, {"answer": "avoirdupois", "hint": "synonyms for avoirdupois", "clues": [["fatness", "excess bodily weight", "fatness"], ["avoirdupois weight", "a system of weights based on the 16-ounce pound (or 7,000 grains)", "avoirdupois weight"], ["blubber", "excess bodily weight", "blubber"], ["fat", "excess bodily weight", "fat"]]}, {"answer": "award", "hint": "synonyms for award", "clues": [["laurels", "a tangible symbol signifying approval or distinction", "laurels"], ["honor", "a tangible symbol signifying approval or distinction", "honor"], ["accolade", "a tangible symbol signifying approval or distinction", "accolade"], ["awarding", "a grant made by a law court", "awarding"], ["prize", "something given for victory or superiority in a contest or competition or for winning a lottery", "prize"]]}, {"answer": "awareness", "hint": "synonyms for awareness", "clues": [["knowingness", "having knowledge of", "knowingness"], ["consciousness", "having knowledge of", "consciousness"], ["sentience", "state of elementary or undifferentiated consciousness", "sentience"], ["cognisance", "having knowledge of", "cognisance"]]}, {"answer": "awkwardness", "hint": "synonyms for awkwardness", "clues": [["maladroitness", "unskillfulness resulting from a lack of training", "maladroitness"], ["ineptness", "unskillfulness resulting from a lack of training", "ineptness"], ["ineptitude", "unskillfulness resulting from a lack of training", "ineptitude"], ["clumsiness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "clumsiness"], ["unwieldiness", "trouble in carrying or managing caused by bulk or shape", "unwieldiness"], ["cumbersomeness", "trouble in carrying or managing caused by bulk or shape", "cumbersomeness"], ["slowness", "unskillfulness resulting from a lack of training", "slowness"], ["stiffness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "stiffness"], ["nuisance value", "the quality of an embarrassing situation", "nuisance value"], ["gracelessness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "gracelessness"]]}, {"answer": "b", "hint": "synonyms for b", "clues": [["vitamin B", "originally thought to be a single vitamin but now separated into several B vitamins", "vitamin B"], ["atomic number 5", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder", "atomic number 5"], ["barn", "(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter", "barn"], ["vitamin B complex", "originally thought to be a single vitamin but now separated into several B vitamins", "vitamin B complex"], ["boron", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder", "boron"]]}, {"answer": "baby_buggy", "hint": "synonyms for baby buggy", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"]]}, {"answer": "baby_carriage", "hint": "synonyms for baby carriage", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"]]}, {"answer": "bacchanalia", "hint": "synonyms for bacchanalia", "clues": [["debauch", "a wild gathering involving excessive drinking and promiscuity", "debauch"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity", "saturnalia"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity", "drunken revelry"], ["orgy", "a wild gathering involving excessive drinking and promiscuity", "orgy"], ["riot", "a wild gathering involving excessive drinking and promiscuity", "riot"], ["bacchanal", "a wild gathering involving excessive drinking and promiscuity", "bacchanal"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity", "debauchery"]]}, {"answer": "back_breaker", "hint": "synonyms for back breaker", "clues": [["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "back_pack", "hint": "synonyms for back pack", "clues": [["backpack", "a bag carried by a strap on your back or shoulder", "backpack"], ["packsack", "a bag carried by a strap on your back or shoulder", "packsack"], ["rucksack", "a bag carried by a strap on your back or shoulder", "rucksack"], ["haversack", "a bag carried by a strap on your back or shoulder", "haversack"], ["knapsack", "a bag carried by a strap on your back or shoulder", "knapsack"]]}, {"answer": "back_talk", "hint": "synonyms for back talk", "clues": [["lip", "an impudent or insolent rejoinder", "lip"], ["sass", "an impudent or insolent rejoinder", "sass"], ["backtalk", "an impudent or insolent rejoinder", "backtalk"], ["mouth", "an impudent or insolent rejoinder", "mouth"]]}, {"answer": "backbone", "hint": "synonyms for backbone", "clues": [["gumption", "fortitude and determination", "gumption"], ["anchor", "a central cohesive source of support and stability", "anchor"], ["keystone", "a central cohesive source of support and stability", "keystone"], ["mainstay", "a central cohesive source of support and stability", "mainstay"], ["linchpin", "a central cohesive source of support and stability", "linchpin"], ["grit", "fortitude and determination", "grit"], ["sand", "fortitude and determination", "sand"], ["spine", "the part of a book's cover that encloses the inner side of the book's pages and that faces outward when the book is shelved", "spine"], ["moxie", "fortitude and determination", "moxie"], ["guts", "fortitude and determination", "guts"]]}, {"answer": "background", "hint": "synonyms for background", "clues": [["background signal", "extraneous signals that can be confused with the phenomenon to be observed or measured", "background signal"], ["desktop", "(computer science) the area of the screen in graphical user interfaces against which icons and windows appear", "desktop"], ["screen background", "(computer science) the area of the screen in graphical user interfaces against which icons and windows appear", "screen background"], ["backcloth", "scenery hung at back of stage", "backcloth"], ["ground", "the part of a scene (or picture) that lies behind objects in the foreground", "ground"], ["backdrop", "scenery hung at back of stage", "backdrop"], ["background knowledge", "information that is essential to understanding a situation or problem", "background knowledge"]]}, {"answer": "backing", "hint": "synonyms for backing", "clues": [["support", "financial resources provided to make some project possible", "support"], ["patronage", "the act of providing approval and support", "patronage"], ["mount", "something forming a back that is added for strengthening", "mount"], ["financial backing", "financial resources provided to make some project possible", "financial backing"], ["championship", "the act of providing approval and support", "championship"], ["financial support", "financial resources provided to make some project possible", "financial support"], ["funding", "financial resources provided to make some project possible", "funding"], ["backup", "the act of providing approval and support", "backup"]]}, {"answer": "backpack", "hint": "synonyms for backpack", "clues": [["packsack", "a bag carried by a strap on your back or shoulder", "packsack"], ["back pack", "a bag carried by a strap on your back or shoulder", "back pack"], ["rucksack", "a bag carried by a strap on your back or shoulder", "rucksack"], ["haversack", "a bag carried by a strap on your back or shoulder", "haversack"], ["knapsack", "a bag carried by a strap on your back or shoulder", "knapsack"]]}, {"answer": "backsheesh", "hint": "synonyms for backsheesh", "clues": [["tip", "a relatively small amount of money given for services rendered (as by a waiter)", "tip"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)", "baksheesh"], ["bakshis", "a relatively small amount of money given for services rendered (as by a waiter)", "bakshis"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)", "pourboire"], ["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)", "gratuity"]]}, {"answer": "backsliding", "hint": "synonyms for backsliding", "clues": [["lapse", "a failure to maintain a higher state", "lapse"], ["relapse", "a failure to maintain a higher state", "relapse"], ["lapsing", "a failure to maintain a higher state", "lapsing"], ["reversion", "a failure to maintain a higher state", "reversion"], ["reverting", "a failure to maintain a higher state", "reverting"]]}, {"answer": "backtalk", "hint": "synonyms for backtalk", "clues": [["lip", "an impudent or insolent rejoinder", "lip"], ["sass", "an impudent or insolent rejoinder", "sass"], ["back talk", "an impudent or insolent rejoinder", "back talk"], ["mouth", "an impudent or insolent rejoinder", "mouth"]]}, {"answer": "backup", "hint": "synonyms for backup", "clues": [["championship", "the act of providing approval and support", "championship"], ["patronage", "the act of providing approval and support", "patronage"], ["computer backup", "(computer science) a copy of a file or directory on a separate storage device", "computer backup"], ["support", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "support"], ["musical accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "musical accompaniment"], ["backing", "the act of providing approval and support", "backing"], ["accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "accompaniment"]]}, {"answer": "backwardness", "hint": "synonyms for backwardness", "clues": [["retardation", "lack of normal development of intellectual capacities", "retardation"], ["slowness", "lack of normal development of intellectual capacities", "slowness"], ["subnormality", "lack of normal development of intellectual capacities", "subnormality"], ["mental retardation", "lack of normal development of intellectual capacities", "mental retardation"]]}, {"answer": "backwash", "hint": "synonyms for backwash", "clues": [["wake", "the wave that spreads behind a boat as it moves forward", "wake"], ["aftermath", "the consequences of an event (especially a catastrophic event)", "aftermath"], ["airstream", "the flow of air that is driven backwards by an aircraft propeller", "airstream"], ["slipstream", "the flow of air that is driven backwards by an aircraft propeller", "slipstream"], ["wash", "the flow of air that is driven backwards by an aircraft propeller", "wash"], ["race", "the flow of air that is driven backwards by an aircraft propeller", "race"]]}, {"answer": "badness", "hint": "synonyms for badness", "clues": [["severity", "used of the degree of something undesirable e.g. pain or weather", "severity"], ["mischievousness", "an attribute of mischievous children", "mischievousness"], ["naughtiness", "an attribute of mischievous children", "naughtiness"], ["severeness", "used of the degree of something undesirable e.g. pain or weather", "severeness"], ["bad", "that which is below standard or expectations as of ethics or decency", "bad"]]}, {"answer": "bafflement", "hint": "synonyms for bafflement", "clues": [["obfuscation", "confusion resulting from failure to understand", "obfuscation"], ["bemusement", "confusion resulting from failure to understand", "bemusement"], ["bewilderment", "confusion resulting from failure to understand", "bewilderment"], ["mystification", "confusion resulting from failure to understand", "mystification"], ["puzzlement", "confusion resulting from failure to understand", "puzzlement"], ["befuddlement", "confusion resulting from failure to understand", "befuddlement"]]}, {"answer": "bag", "hint": "synonyms for bag", "clues": [["traveling bag", "a portable rectangular container for carrying clothes", "traveling bag"], ["pocketbook", "a container used for carrying money and small personal items or accessories (especially by women)", "pocketbook"], ["dish", "an activity that you like or at which you are superior", "dish"], ["purse", "a container used for carrying money and small personal items or accessories (especially by women)", "purse"], ["base", "a place that the runner must touch before scoring", "base"], ["cup of tea", "an activity that you like or at which you are superior", "cup of tea"], ["handbag", "a container used for carrying money and small personal items or accessories (especially by women)", "handbag"], ["bagful", "the quantity that a bag will hold", "bagful"], ["suitcase", "a portable rectangular container for carrying clothes", "suitcase"], ["grip", "a portable rectangular container for carrying clothes", "grip"]]}, {"answer": "bagatelle", "hint": "synonyms for bagatelle", "clues": [["frippery", "something of little value or significance", "frippery"], ["fluff", "something of little value or significance", "fluff"], ["frivolity", "something of little value or significance", "frivolity"], ["bar billiards", "a table game in which short cues are used to knock balls into holes that are guarded by wooden pegs; penalties are incurred if the pegs are knocked over", "bar billiards"]]}, {"answer": "bagnio", "hint": "synonyms for bagnio", "clues": [["bathhouse", "a building containing public baths", "bathhouse"], ["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["sporting house", "a building where prostitutes are available", "sporting house"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["bordello", "a building where prostitutes are available", "bordello"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "bailiwick", "hint": "synonyms for bailiwick", "clues": [["field of study", "a branch of knowledge", "field of study"], ["subject area", "a branch of knowledge", "subject area"], ["field", "a branch of knowledge", "field"], ["study", "a branch of knowledge", "study"], ["subject", "a branch of knowledge", "subject"], ["subject field", "a branch of knowledge", "subject field"], ["discipline", "a branch of knowledge", "discipline"]]}, {"answer": "bait", "hint": "synonyms for bait", "clues": [["hook", "anything that serves as an enticement", "hook"], ["decoy", "something used to lure fish or other animals into danger so they can be trapped or killed", "decoy"], ["sweetener", "anything that serves as an enticement", "sweetener"], ["lure", "something used to lure fish or other animals into danger so they can be trapped or killed", "lure"], ["come-on", "anything that serves as an enticement", "come-on"]]}, {"answer": "baking_soda", "hint": "synonyms for baking soda", "clues": [["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "bicarbonate of soda"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium bicarbonate"], ["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium hydrogen carbonate"], ["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "saleratus"]]}, {"answer": "baksheesh", "hint": "synonyms for baksheesh", "clues": [["tip", "a relatively small amount of money given for services rendered (as by a waiter)", "tip"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)", "pourboire"], ["backsheesh", "a relatively small amount of money given for services rendered (as by a waiter)", "backsheesh"], ["bakshis", "a relatively small amount of money given for services rendered (as by a waiter)", "bakshis"], ["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)", "gratuity"]]}, {"answer": "bakshis", "hint": "synonyms for bakshis", "clues": [["tip", "a relatively small amount of money given for services rendered (as by a waiter)", "tip"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)", "baksheesh"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)", "pourboire"], ["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)", "gratuity"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)", "bakshish"]]}, {"answer": "bakshish", "hint": "synonyms for bakshish", "clues": [["tip", "a relatively small amount of money given for services rendered (as by a waiter)", "tip"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)", "baksheesh"], ["bakshis", "a relatively small amount of money given for services rendered (as by a waiter)", "bakshis"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)", "pourboire"], ["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)", "gratuity"]]}, {"answer": "balance", "hint": "synonyms for balance", "clues": [["residuum", "something left after other parts have been taken away", "residuum"], ["counterpoise", "a weight that balances another weight", "counterpoise"], ["symmetricalness", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "symmetricalness"], ["equilibrium", "equality of distribution", "equilibrium"], ["rest", "something left after other parts have been taken away", "rest"], ["symmetry", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "symmetry"], ["proportion", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin", "proportion"], ["proportionality", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin", "proportionality"], ["equaliser", "a weight that balances another weight", "equaliser"], ["remainder", "something left after other parts have been taken away", "remainder"], ["counterweight", "a weight that balances another weight", "counterweight"], ["residue", "something left after other parts have been taken away", "residue"], ["equipoise", "equality of distribution", "equipoise"], ["residual", "something left after other parts have been taken away", "residual"], ["balance wheel", "a wheel that regulates the rate of movement in a machine; especially a wheel oscillating against the hairspring of a timepiece to regulate its beat", "balance wheel"], ["counterbalance", "a weight that balances another weight", "counterbalance"], ["correspondence", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "correspondence"]]}, {"answer": "balk", "hint": "synonyms for balk", "clues": [["impediment", "something immaterial that interferes with or delays action or progress", "impediment"], ["baulk", "the area on a billiard table behind the balkline", "baulk"], ["check", "something immaterial that interferes with or delays action or progress", "check"], ["hindrance", "something immaterial that interferes with or delays action or progress", "hindrance"], ["rafter", "one of several parallel sloping beams that support a roof", "rafter"], ["handicap", "something immaterial that interferes with or delays action or progress", "handicap"], ["deterrent", "something immaterial that interferes with or delays action or progress", "deterrent"]]}, {"answer": "ball", "hint": "synonyms for ball", "clues": [["clump", "a compact mass", "clump"], ["musket ball", "a solid projectile that is shot by a musket", "musket ball"], ["clod", "a compact mass", "clod"], ["formal", "a lavish dance requiring formal attire", "formal"], ["chunk", "a compact mass", "chunk"], ["glob", "a compact mass", "glob"], ["orb", "an object with a spherical shape", "orb"]]}, {"answer": "ballista", "hint": "synonyms for ballista", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"]]}, {"answer": "balm", "hint": "synonyms for balm", "clues": [["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "salve"], ["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unguent"], ["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unction"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "ointment"]]}, {"answer": "baloney", "hint": "synonyms for baloney", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["boloney", "pretentious or silly talk or writing", "boloney"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "balusters", "hint": "synonyms for balusters", "clues": [["bannister", "a railing at the side of a staircase or balcony to prevent people from falling", "bannister"], ["balustrade", "a railing at the side of a staircase or balcony to prevent people from falling", "balustrade"], ["baluster", "one of a number of closely spaced supports for a railing", "baluster"], ["handrail", "a railing at the side of a staircase or balcony to prevent people from falling", "handrail"]]}, {"answer": "bam", "hint": "synonyms for bam", "clues": [["eruption", "a sudden very loud noise", "eruption"], ["bang", "a sudden very loud noise", "bang"], ["clap", "a sudden very loud noise", "clap"], ["blast", "a sudden very loud noise", "blast"]]}, {"answer": "ban", "hint": "synonyms for ban", "clues": [["forbidding", "an official prohibition or edict against something", "forbidding"], ["forbiddance", "an official prohibition or edict against something", "forbiddance"], ["banning", "an official prohibition or edict against something", "banning"], ["prohibition", "a decree that prohibits something", "prohibition"], ["proscription", "a decree that prohibits something", "proscription"]]}, {"answer": "banality", "hint": "synonyms for banality", "clues": [["bromide", "a trite or obvious remark", "bromide"], ["commonplace", "a trite or obvious remark", "commonplace"], ["cliche", "a trite or obvious remark", "cliche"], ["platitude", "a trite or obvious remark", "platitude"]]}, {"answer": "band", "hint": "synonyms for band", "clues": [["banding", "an adornment consisting of a strip of a contrasting color or material", "banding"], ["dance band", "a group of musicians playing popular music for dancing", "dance band"], ["ring", "jewelry consisting of a circlet of precious metal (often set with jewels) worn on the finger", "ring"], ["set", "an unofficial association of people or groups", "set"], ["lot", "an unofficial association of people or groups", "lot"], ["dance orchestra", "a group of musicians playing popular music for dancing", "dance orchestra"], ["stria", "a stripe or stripes of contrasting color", "stria"], ["stripe", "an adornment consisting of a strip of a contrasting color or material", "stripe"], ["circle", "an unofficial association of people or groups", "circle"], ["striation", "a stripe or stripes of contrasting color", "striation"]]}, {"answer": "bandelet", "hint": "synonyms for bandelet", "clues": [["bandlet", "molding in the form of a ring; at top of a column", "bandlet"], ["annulet", "molding in the form of a ring; at top of a column", "annulet"], ["square and rabbet", "molding in the form of a ring; at top of a column", "square and rabbet"], ["bandelette", "molding in the form of a ring; at top of a column", "bandelette"]]}, {"answer": "banding", "hint": "synonyms for banding", "clues": [["stria", "a stripe or stripes of contrasting color", "stria"], ["band", "an adornment consisting of a strip of a contrasting color or material", "band"], ["stripe", "an adornment consisting of a strip of a contrasting color or material", "stripe"], ["striation", "a stripe or stripes of contrasting color", "striation"]]}, {"answer": "bangle", "hint": "synonyms for bangle", "clues": [["novelty", "cheap showy jewelry or ornament on clothing", "novelty"], ["bauble", "cheap showy jewelry or ornament on clothing", "bauble"], ["gewgaw", "cheap showy jewelry or ornament on clothing", "gewgaw"], ["gaud", "cheap showy jewelry or ornament on clothing", "gaud"], ["trinket", "cheap showy jewelry or ornament on clothing", "trinket"], ["fallal", "cheap showy jewelry or ornament on clothing", "fallal"], ["bracelet", "jewelry worn around the wrist for decoration", "bracelet"]]}, {"answer": "banister", "hint": "synonyms for banister", "clues": [["balusters", "a railing at the side of a staircase or balcony to prevent people from falling", "balusters"], ["balustrade", "a railing at the side of a staircase or balcony to prevent people from falling", "balustrade"], ["bannister", "a railing at the side of a staircase or balcony to prevent people from falling", "bannister"], ["handrail", "a railing at the side of a staircase or balcony to prevent people from falling", "handrail"]]}, {"answer": "bank", "hint": "synonyms for bank", "clues": [["cant", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force", "cant"], ["banking concern", "a financial institution that accepts deposits and channels the money into lending activities", "banking concern"], ["money box", "a container (usually with a slot in the top) for keeping money at home", "money box"], ["coin bank", "a container (usually with a slot in the top) for keeping money at home", "coin bank"], ["bank building", "a building in which the business of banking transacted", "bank building"], ["banking company", "a financial institution that accepts deposits and channels the money into lending activities", "banking company"], ["savings bank", "a container (usually with a slot in the top) for keeping money at home", "savings bank"], ["camber", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force", "camber"], ["depository financial institution", "a financial institution that accepts deposits and channels the money into lending activities", "depository financial institution"]]}, {"answer": "bank_bill", "hint": "synonyms for bank bill", "clues": [["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"]]}, {"answer": "bank_line", "hint": "synonyms for bank line", "clues": [["line of credit", "the maximum credit that a customer is allowed", "line of credit"], ["personal line of credit", "the maximum credit that a customer is allowed", "personal line of credit"], ["line", "the maximum credit that a customer is allowed", "line"], ["credit line", "the maximum credit that a customer is allowed", "credit line"], ["personal credit line", "the maximum credit that a customer is allowed", "personal credit line"]]}, {"answer": "bank_note", "hint": "synonyms for bank note", "clues": [["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"], ["banknote", "a piece of paper money (especially one issued by a central bank)", "banknote"]]}, {"answer": "banker's_bill", "hint": "synonyms for banker's bill", "clues": [["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"]]}, {"answer": "banknote", "hint": "synonyms for banknote", "clues": [["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"]]}, {"answer": "banks", "hint": "synonyms for banks", "clues": [["bank", "a container (usually with a slot in the top) for keeping money at home", "bank"], ["bank building", "a building in which the business of banking transacted", "bank building"], ["savings bank", "a container (usually with a slot in the top) for keeping money at home", "savings bank"], ["depository financial institution", "a financial institution that accepts deposits and channels the money into lending activities", "depository financial institution"], ["cant", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force", "cant"], ["banking concern", "a financial institution that accepts deposits and channels the money into lending activities", "banking concern"], ["money box", "a container (usually with a slot in the top) for keeping money at home", "money box"], ["coin bank", "a container (usually with a slot in the top) for keeping money at home", "coin bank"], ["banking company", "a financial institution that accepts deposits and channels the money into lending activities", "banking company"], ["camber", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force", "camber"]]}, {"answer": "bannister", "hint": "synonyms for bannister", "clues": [["banister", "a railing at the side of a staircase or balcony to prevent people from falling", "banister"], ["balusters", "a railing at the side of a staircase or balcony to prevent people from falling", "balusters"], ["balustrade", "a railing at the side of a staircase or balcony to prevent people from falling", "balustrade"], ["handrail", "a railing at the side of a staircase or balcony to prevent people from falling", "handrail"]]}, {"answer": "bar", "hint": "synonyms for bar", "clues": [["legal profession", "the body of individuals qualified to practice law in a particular jurisdiction", "legal profession"], ["stripe", "a narrow marking of a different color or texture from the background", "stripe"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter", "barroom"], ["prevention", "the act of preventing", "prevention"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter", "taproom"], ["cake", "a block of solid substance (such as soap or wax)", "cake"], ["legal community", "the body of individuals qualified to practice law in a particular jurisdiction", "legal community"], ["measure", "musical notation for a repeating pattern of musical beats", "measure"], ["streak", "a narrow marking of a different color or texture from the background", "streak"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter", "saloon"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter", "ginmill"]]}, {"answer": "barb", "hint": "synonyms for barb", "clues": [["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "dig"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shaft"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "jibe"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "gibe"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shot"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "slam"]]}, {"answer": "barbarity", "hint": "synonyms for barbarity", "clues": [["barbarism", "a brutal barbarous savage act", "barbarism"], ["barbarousness", "the quality of being shockingly cruel and inhumane", "barbarousness"], ["atrociousness", "the quality of being shockingly cruel and inhumane", "atrociousness"], ["heinousness", "the quality of being shockingly cruel and inhumane", "heinousness"], ["atrocity", "the quality of being shockingly cruel and inhumane", "atrocity"], ["savagery", "a brutal barbarous savage act", "savagery"], ["brutality", "a brutal barbarous savage act", "brutality"]]}, {"answer": "barbarousness", "hint": "synonyms for barbarousness", "clues": [["barbarity", "the quality of being shockingly cruel and inhumane", "barbarity"], ["atrociousness", "the quality of being shockingly cruel and inhumane", "atrociousness"], ["heinousness", "the quality of being shockingly cruel and inhumane", "heinousness"], ["atrocity", "the quality of being shockingly cruel and inhumane", "atrocity"]]}, {"answer": "barbital", "hint": "synonyms for barbital", "clues": [["diethylbarbituric acid", "a barbiturate used as a hypnotic", "diethylbarbituric acid"], ["diethylmalonylurea", "a barbiturate used as a hypnotic", "diethylmalonylurea"], ["veronal", "a barbiturate used as a hypnotic", "veronal"], ["barbitone", "a barbiturate used as a hypnotic", "barbitone"]]}, {"answer": "barbitone", "hint": "synonyms for barbitone", "clues": [["diethylbarbituric acid", "a barbiturate used as a hypnotic", "diethylbarbituric acid"], ["barbital", "a barbiturate used as a hypnotic", "barbital"], ["diethylmalonylurea", "a barbiturate used as a hypnotic", "diethylmalonylurea"], ["veronal", "a barbiturate used as a hypnotic", "veronal"]]}, {"answer": "baring", "hint": "synonyms for baring", "clues": [["husking", "the removal of covering", "husking"], ["denudation", "the removal of covering", "denudation"], ["uncovering", "the removal of covering", "uncovering"], ["stripping", "the removal of covering", "stripping"]]}, {"answer": "barium_sulphate", "hint": "synonyms for barium sulphate", "clues": [["barium sulfate", "a white insoluble radiopaque powder used as a pigment", "barium sulfate"], ["blanc fixe", "a white insoluble radiopaque powder used as a pigment", "blanc fixe"], ["barite", "a white or colorless mineral (BaSO4); the main source of barium", "barite"], ["heavy spar", "a white or colorless mineral (BaSO4); the main source of barium", "heavy spar"], ["barytes", "a white or colorless mineral (BaSO4); the main source of barium", "barytes"]]}, {"answer": "barrage", "hint": "synonyms for barrage", "clues": [["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target", "shelling"], ["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target", "battery"], ["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target", "barrage fire"], ["onslaught", "the rapid and continuous delivery of linguistic communication (spoken or written)", "onslaught"], ["bombardment", "the heavy fire of artillery to saturate an area rather than hit a specific target", "bombardment"], ["outpouring", "the rapid and continuous delivery of linguistic communication (spoken or written)", "outpouring"]]}, {"answer": "barrage_fire", "hint": "synonyms for barrage fire", "clues": [["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target", "shelling"], ["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target", "battery"], ["bombardment", "the heavy fire of artillery to saturate an area rather than hit a specific target", "bombardment"], ["barrage", "the heavy fire of artillery to saturate an area rather than hit a specific target", "barrage"]]}, {"answer": "barrel", "hint": "synonyms for barrel", "clues": [["barrelful", "the quantity that a barrel (of any size) will hold", "barrelful"], ["cask", "a cylindrical container that holds liquids", "cask"], ["gun barrel", "a tube through which a bullet travels when a gun is fired", "gun barrel"], ["drum", "a bulging cylindrical shape; hollow with flat ends", "drum"], ["bbl", "any of various units of capacity", "bbl"]]}, {"answer": "barrel_organ", "hint": "synonyms for barrel organ", "clues": [["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hand organ"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "grind organ"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "street organ"], ["hurdy-gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hurdy-gurdy"]]}, {"answer": "barrels", "hint": "synonyms for barrels", "clues": [["barrel", "a tube through which a bullet travels when a gun is fired", "barrel"], ["gun barrel", "a tube through which a bullet travels when a gun is fired", "gun barrel"], ["drum", "a bulging cylindrical shape; hollow with flat ends", "drum"], ["bbl", "any of various units of capacity", "bbl"], ["barrelful", "the quantity that a barrel (of any size) will hold", "barrelful"], ["cask", "a cylindrical container that holds liquids", "cask"]]}, {"answer": "barroom", "hint": "synonyms for barroom", "clues": [["bar", "a room or establishment where alcoholic drinks are served over a counter", "bar"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter", "taproom"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter", "saloon"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter", "ginmill"]]}, {"answer": "barrow", "hint": "synonyms for barrow", "clues": [["tumulus", "(archeology) a heap of earth placed over prehistoric tombs", "tumulus"], ["garden cart", "a cart for carrying small loads; has handles and one or more wheels", "garden cart"], ["burial mound", "(archeology) a heap of earth placed over prehistoric tombs", "burial mound"], ["barrowful", "the quantity that a barrow will hold", "barrowful"], ["grave mound", "(archeology) a heap of earth placed over prehistoric tombs", "grave mound"], ["wheelbarrow", "a cart for carrying small loads; has handles and one or more wheels", "wheelbarrow"], ["lawn cart", "a cart for carrying small loads; has handles and one or more wheels", "lawn cart"]]}, {"answer": "bars", "hint": "synonyms for bars", "clues": [["stripe", "a narrow marking of a different color or texture from the background", "stripe"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter", "barroom"], ["bar", "a counter where you can obtain food or drink", "bar"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter", "taproom"], ["legal community", "the body of individuals qualified to practice law in a particular jurisdiction", "legal community"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter", "saloon"], ["legal profession", "the body of individuals qualified to practice law in a particular jurisdiction", "legal profession"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter", "ginmill"], ["prevention", "the act of preventing", "prevention"], ["cake", "a block of solid substance (such as soap or wax)", "cake"], ["parallel bars", "gymnastic apparatus consisting of two parallel wooden rods supported on uprights", "parallel bars"], ["measure", "musical notation for a repeating pattern of musical beats", "measure"], ["streak", "a narrow marking of a different color or texture from the background", "streak"]]}, {"answer": "baseness", "hint": "synonyms for baseness", "clues": [["contemptibility", "unworthiness by virtue of lacking higher values", "contemptibility"], ["sordidness", "unworthiness by virtue of lacking higher values", "sordidness"], ["despicableness", "unworthiness by virtue of lacking higher values", "despicableness"], ["despicability", "unworthiness by virtue of lacking higher values", "despicability"]]}, {"answer": "bash", "hint": "synonyms for bash", "clues": [["bang", "a vigorous blow", "bang"], ["knock", "a vigorous blow", "knock"], ["smash", "a vigorous blow", "smash"], ["brawl", "an uproarious party", "brawl"], ["belt", "a vigorous blow", "belt"], ["do", "an uproarious party", "do"]]}, {"answer": "basic_principle", "hint": "synonyms for basic principle", "clues": [["fundamental principle", "principles from which other truths can be derived", "fundamental principle"], ["bedrock", "principles from which other truths can be derived", "bedrock"], ["basics", "principles from which other truths can be derived", "basics"], ["fundamentals", "principles from which other truths can be derived", "fundamentals"]]}, {"answer": "basics", "hint": "synonyms for basics", "clues": [["bedrock", "principles from which other truths can be derived", "bedrock"], ["basic", "(usually plural) a necessary commodity for which demand is constant", "basic"], ["fundamentals", "principles from which other truths can be derived", "fundamentals"], ["fundamental principle", "principles from which other truths can be derived", "fundamental principle"], ["staple", "(usually plural) a necessary commodity for which demand is constant", "staple"], ["rudiments", "a statement of fundamental facts or principles", "rudiments"], ["basic principle", "principles from which other truths can be derived", "basic principle"]]}, {"answer": "basin", "hint": "synonyms for basin", "clues": [["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage basin"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment basin"], ["basinful", "the quantity that a basin will hold", "basinful"], ["washbowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbowl"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "watershed"], ["washbasin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbasin"], ["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "lavatory"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage area"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "river basin"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washstand"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment area"]]}, {"answer": "basis", "hint": "synonyms for basis", "clues": [["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained", "fundament"], ["ground", "a relation that provides the foundation for something", "ground"], ["base", "the most important or necessary part of something", "base"], ["groundwork", "the fundamental assumptions from which something is begun or developed or calculated or explained", "groundwork"], ["footing", "a relation that provides the foundation for something", "footing"], ["foundation", "the fundamental assumptions from which something is begun or developed or calculated or explained", "foundation"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained", "cornerstone"]]}, {"answer": "basket", "hint": "synonyms for basket", "clues": [["basketball hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball", "basketball hoop"], ["field goal", "a score in basketball made by throwing the ball through the hoop", "field goal"], ["basketful", "the quantity contained in a basket", "basketful"], ["hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball", "hoop"], ["handbasket", "a container that is usually woven and has handles", "handbasket"]]}, {"answer": "bass_fiddle", "hint": "synonyms for bass fiddle", "clues": [["contrabass", "largest and lowest member of the violin family", "contrabass"], ["double bass", "largest and lowest member of the violin family", "double bass"], ["bass viol", "largest and lowest member of the violin family", "bass viol"], ["bull fiddle", "largest and lowest member of the violin family", "bull fiddle"], ["string bass", "largest and lowest member of the violin family", "string bass"]]}, {"answer": "bass_viol", "hint": "synonyms for bass viol", "clues": [["viola da gamba", "viol that is the bass member of the viol family with approximately the range of the cello", "viola da gamba"], ["contrabass", "largest and lowest member of the violin family", "contrabass"], ["double bass", "largest and lowest member of the violin family", "double bass"], ["gamba", "viol that is the bass member of the viol family with approximately the range of the cello", "gamba"], ["bull fiddle", "largest and lowest member of the violin family", "bull fiddle"], ["bass fiddle", "largest and lowest member of the violin family", "bass fiddle"], ["string bass", "largest and lowest member of the violin family", "string bass"]]}, {"answer": "batch", "hint": "synonyms for batch", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["clutch", "a collection of things or persons to be handled together", "clutch"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "bath", "hint": "synonyms for bath", "clues": [["bathing tub", "a relatively large open container that you fill with water and use to wash the body", "bathing tub"], ["tub", "a relatively large open container that you fill with water and use to wash the body", "tub"], ["bathtub", "a relatively large open container that you fill with water and use to wash the body", "bathtub"], ["bathroom", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet", "bathroom"]]}, {"answer": "bathing_costume", "hint": "synonyms for bathing costume", "clues": [["swimsuit", "tight fitting garment worn for swimming", "swimsuit"], ["swimming costume", "tight fitting garment worn for swimming", "swimming costume"], ["bathing suit", "tight fitting garment worn for swimming", "bathing suit"], ["swimwear", "tight fitting garment worn for swimming", "swimwear"]]}, {"answer": "bathing_suit", "hint": "synonyms for bathing suit", "clues": [["swimming costume", "tight fitting garment worn for swimming", "swimming costume"], ["bathing costume", "tight fitting garment worn for swimming", "bathing costume"], ["swimsuit", "tight fitting garment worn for swimming", "swimsuit"], ["swimwear", "tight fitting garment worn for swimming", "swimwear"]]}, {"answer": "bathroom", "hint": "synonyms for bathroom", "clues": [["toilet", "a room or building equipped with one or more toilets", "toilet"], ["privy", "a room or building equipped with one or more toilets", "privy"], ["lav", "a room or building equipped with one or more toilets", "lav"], ["john", "a room or building equipped with one or more toilets", "john"], ["bath", "a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet", "bath"], ["can", "a room or building equipped with one or more toilets", "can"], ["lavatory", "a room or building equipped with one or more toilets", "lavatory"]]}, {"answer": "baton", "hint": "synonyms for baton", "clues": [["billy club", "a short stout club used primarily by policemen", "billy club"], ["wand", "a thin tapered rod used by a conductor to lead an orchestra or choir", "wand"], ["billy", "a short stout club used primarily by policemen", "billy"], ["nightstick", "a short stout club used primarily by policemen", "nightstick"], ["truncheon", "a short stout club used primarily by policemen", "truncheon"], ["billystick", "a short stout club used primarily by policemen", "billystick"]]}, {"answer": "battalion", "hint": "synonyms for battalion", "clues": [["pack", "a large indefinite number", "pack"], ["multitude", "a large indefinite number", "multitude"], ["plurality", "a large indefinite number", "plurality"], ["large number", "a large indefinite number", "large number"]]}, {"answer": "battercake", "hint": "synonyms for battercake", "clues": [["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"]]}, {"answer": "battery", "hint": "synonyms for battery", "clues": [["electric battery", "a device that produces electricity; may have several primary or secondary cells arranged in parallel or series", "electric battery"], ["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target", "shelling"], ["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target", "barrage fire"], ["bombardment", "the heavy fire of artillery to saturate an area rather than hit a specific target", "bombardment"], ["stamp battery", "a series of stamps operated in one mortar for crushing ores", "stamp battery"], ["assault and battery", "an assault in which the assailant makes physical contact", "assault and battery"], ["barrage", "the heavy fire of artillery to saturate an area rather than hit a specific target", "barrage"]]}, {"answer": "battery-acid", "hint": "synonyms for battery-acid", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "battle", "hint": "synonyms for battle", "clues": [["engagement", "a hostile meeting of opposing military forces in the course of a war", "engagement"], ["fight", "a hostile meeting of opposing military forces in the course of a war", "fight"], ["conflict", "an open clash between two opposing groups (or individuals); --Thomas Paine", "conflict"], ["struggle", "an open clash between two opposing groups (or individuals); --Thomas Paine", "struggle"]]}, {"answer": "battle_cry", "hint": "synonyms for battle cry", "clues": [["war cry", "a yell intended to rally a group of soldiers in battle", "war cry"], ["rallying cry", "a slogan used to rally support for a cause", "rallying cry"], ["cry", "a slogan used to rally support for a cause", "cry"], ["watchword", "a slogan used to rally support for a cause", "watchword"], ["war whoop", "a yell intended to rally a group of soldiers in battle", "war whoop"]]}, {"answer": "battlefield", "hint": "synonyms for battlefield", "clues": [["battleground", "a region where a battle is being (or has been) fought", "battleground"], ["field of battle", "a region where a battle is being (or has been) fought", "field of battle"], ["field", "a region where a battle is being (or has been) fought", "field"], ["field of honor", "a region where a battle is being (or has been) fought", "field of honor"]]}, {"answer": "battleground", "hint": "synonyms for battleground", "clues": [["battlefield", "a region where a battle is being (or has been) fought", "battlefield"], ["field of battle", "a region where a battle is being (or has been) fought", "field of battle"], ["field", "a region where a battle is being (or has been) fought", "field"], ["field of honor", "a region where a battle is being (or has been) fought", "field of honor"]]}, {"answer": "bauble", "hint": "synonyms for bauble", "clues": [["novelty", "cheap showy jewelry or ornament on clothing", "novelty"], ["trinket", "cheap showy jewelry or ornament on clothing", "trinket"], ["gewgaw", "cheap showy jewelry or ornament on clothing", "gewgaw"], ["gaud", "cheap showy jewelry or ornament on clothing", "gaud"], ["bangle", "cheap showy jewelry or ornament on clothing", "bangle"], ["fallal", "cheap showy jewelry or ornament on clothing", "fallal"]]}, {"answer": "baulk", "hint": "synonyms for baulk", "clues": [["impediment", "something immaterial that interferes with or delays action or progress", "impediment"], ["check", "something immaterial that interferes with or delays action or progress", "check"], ["hindrance", "something immaterial that interferes with or delays action or progress", "hindrance"], ["rafter", "one of several parallel sloping beams that support a roof", "rafter"], ["balk", "one of several parallel sloping beams that support a roof", "balk"], ["handicap", "something immaterial that interferes with or delays action or progress", "handicap"], ["deterrent", "something immaterial that interferes with or delays action or progress", "deterrent"]]}, {"answer": "bawdiness", "hint": "synonyms for bawdiness", "clues": [["lewdness", "the trait of behaving in an obscene manner", "lewdness"], ["salacity", "the trait of behaving in an obscene manner", "salacity"], ["obscenity", "the trait of behaving in an obscene manner", "obscenity"], ["salaciousness", "the trait of behaving in an obscene manner", "salaciousness"]]}, {"answer": "bawdyhouse", "hint": "synonyms for bawdyhouse", "clues": [["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["sporting house", "a building where prostitutes are available", "sporting house"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["bordello", "a building where prostitutes are available", "bordello"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "bawling_out", "hint": "synonyms for bawling out", "clues": [["chewing out", "a severe scolding", "chewing out"], ["castigation", "a severe scolding", "castigation"], ["going-over", "a severe scolding", "going-over"], ["earful", "a severe scolding", "earful"], ["upbraiding", "a severe scolding", "upbraiding"], ["dressing down", "a severe scolding", "dressing down"]]}, {"answer": "beach_waggon", "hint": "synonyms for beach waggon", "clues": [["waggon", "a car that has a long body and rear door with space behind rear seat", "waggon"], ["station waggon", "a car that has a long body and rear door with space behind rear seat", "station waggon"], ["estate car", "a car that has a long body and rear door with space behind rear seat", "estate car"], ["beach wagon", "a car that has a long body and rear door with space behind rear seat", "beach wagon"]]}, {"answer": "beach_wagon", "hint": "synonyms for beach wagon", "clues": [["beach waggon", "a car that has a long body and rear door with space behind rear seat", "beach waggon"], ["waggon", "a car that has a long body and rear door with space behind rear seat", "waggon"], ["station waggon", "a car that has a long body and rear door with space behind rear seat", "station waggon"], ["estate car", "a car that has a long body and rear door with space behind rear seat", "estate car"]]}, {"answer": "beacon", "hint": "synonyms for beacon", "clues": [["radio beacon", "a radio station that broadcasts a directional signal for navigational purposes", "radio beacon"], ["beacon light", "a tower with a light that gives warning of shoals to passing ships", "beacon light"], ["lighthouse", "a tower with a light that gives warning of shoals to passing ships", "lighthouse"], ["beacon fire", "a fire (usually on a hill or tower) that can be seen from a distance", "beacon fire"], ["pharos", "a tower with a light that gives warning of shoals to passing ships", "pharos"]]}, {"answer": "bead", "hint": "synonyms for bead", "clues": [["drop", "a shape that is spherical and small", "drop"], ["beadwork", "a beaded molding for edging or decorating furniture", "beadwork"], ["pearl", "a shape that is spherical and small", "pearl"], ["astragal", "a beaded molding for edging or decorating furniture", "astragal"], ["beading", "a beaded molding for edging or decorating furniture", "beading"]]}, {"answer": "beads", "hint": "synonyms for beads", "clues": [["drop", "a shape that is spherical and small", "drop"], ["beadwork", "a beaded molding for edging or decorating furniture", "beadwork"], ["bead", "a small ball with a hole through the middle", "bead"], ["astragal", "a beaded molding for edging or decorating furniture", "astragal"], ["string of beads", "several beads threaded together on a string", "string of beads"], ["pearl", "a shape that is spherical and small", "pearl"]]}, {"answer": "beam", "hint": "synonyms for beam", "clues": [["irradiation", "a column of light (as from a beacon)", "irradiation"], ["ray of light", "a column of light (as from a beacon)", "ray of light"], ["balance beam", "a gymnastic apparatus used by women gymnasts", "balance beam"], ["radio beam", "a signal transmitted along a narrow path; guides airplane pilots in darkness or bad weather", "radio beam"], ["ray", "a column of light (as from a beacon)", "ray"], ["light beam", "a column of light (as from a beacon)", "light beam"], ["shaft", "a column of light (as from a beacon)", "shaft"], ["electron beam", "a group of nearly parallel lines of electromagnetic radiation", "electron beam"], ["shaft of light", "a column of light (as from a beacon)", "shaft of light"], ["beam of light", "a column of light (as from a beacon)", "beam of light"]]}, {"answer": "beam_of_light", "hint": "synonyms for beam of light", "clues": [["irradiation", "a column of light (as from a beacon)", "irradiation"], ["light beam", "a column of light (as from a beacon)", "light beam"], ["beam", "a column of light (as from a beacon)", "beam"], ["shaft of light", "a column of light (as from a beacon)", "shaft of light"], ["ray", "a column of light (as from a beacon)", "ray"], ["ray of light", "a column of light (as from a beacon)", "ray of light"], ["shaft", "a column of light (as from a beacon)", "shaft"]]}, {"answer": "beast", "hint": "synonyms for beast", "clues": [["creature", "a living organism characterized by voluntary movement", "creature"], ["animate being", "a living organism characterized by voluntary movement", "animate being"], ["animal", "a living organism characterized by voluntary movement", "animal"], ["brute", "a living organism characterized by voluntary movement", "brute"], ["fauna", "a living organism characterized by voluntary movement", "fauna"]]}, {"answer": "beating", "hint": "synonyms for beating", "clues": [["whipping", "the act of overcoming or outdoing", "whipping"], ["drubbing", "the act of inflicting corporal punishment with repeated blows", "drubbing"], ["trouncing", "the act of inflicting corporal punishment with repeated blows", "trouncing"], ["lacing", "the act of inflicting corporal punishment with repeated blows", "lacing"], ["licking", "the act of inflicting corporal punishment with repeated blows", "licking"], ["whacking", "the act of inflicting corporal punishment with repeated blows", "whacking"], ["thrashing", "the act of inflicting corporal punishment with repeated blows", "thrashing"]]}, {"answer": "beats", "hint": "synonyms for beats", "clues": [["beat", "a regular rate of repetition", "beat"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "heartbeat"], ["beatniks", "a United States youth subculture of the 1950s; rejected possessions or regular work or traditional dress; for communal living and psychedelic drugs and anarchism; favored modern forms of jazz (e.g., bebop)", "beatniks"], ["cadence", "(prosody) the accent in a metrical foot of verse", "cadence"], ["beat generation", "a United States youth subculture of the 1950s; rejected possessions or regular work or traditional dress; for communal living and psychedelic drugs and anarchism; favored modern forms of jazz (e.g., bebop)", "beat generation"], ["musical rhythm", "the basic rhythmic unit in a piece of music", "musical rhythm"], ["metre", "(prosody) the accent in a metrical foot of verse", "metre"], ["round", "a regular route for a sentry or policeman", "round"], ["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulse"], ["pulsation", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulsation"], ["meter", "(prosody) the accent in a metrical foot of verse", "meter"], ["measure", "(prosody) the accent in a metrical foot of verse", "measure"], ["rhythm", "the basic rhythmic unit in a piece of music", "rhythm"]]}, {"answer": "beau_monde", "hint": "synonyms for beau monde", "clues": [["smart set", "the fashionable elite", "smart set"], ["bon ton", "the fashionable elite", "bon ton"], ["society", "the fashionable elite", "society"], ["high society", "the fashionable elite", "high society"]]}, {"answer": "beauty_parlor", "hint": "synonyms for beauty parlor", "clues": [["beauty shop", "a shop where hairdressers and beauticians work", "beauty shop"], ["beauty parlour", "a shop where hairdressers and beauticians work", "beauty parlour"], ["beauty salon", "a shop where hairdressers and beauticians work", "beauty salon"], ["salon", "a shop where hairdressers and beauticians work", "salon"]]}, {"answer": "beauty_parlour", "hint": "synonyms for beauty parlour", "clues": [["beauty parlor", "a shop where hairdressers and beauticians work", "beauty parlor"], ["beauty shop", "a shop where hairdressers and beauticians work", "beauty shop"], ["beauty salon", "a shop where hairdressers and beauticians work", "beauty salon"], ["salon", "a shop where hairdressers and beauticians work", "salon"]]}, {"answer": "beaver", "hint": "synonyms for beaver", "clues": [["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "topper"], ["beaver fur", "the soft brown fur of the beaver", "beaver fur"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "opera hat"], ["castor", "a hat made with the fur of a beaver (or similar material)", "castor"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "stovepipe"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "top hat"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "silk hat"], ["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "high hat"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "dress hat"]]}, {"answer": "bed_cover", "hint": "synonyms for bed cover", "clues": [["bedcover", "decorative cover for a bed", "bedcover"], ["spread", "decorative cover for a bed", "spread"], ["bedspread", "decorative cover for a bed", "bedspread"], ["counterpane", "decorative cover for a bed", "counterpane"], ["bed covering", "decorative cover for a bed", "bed covering"]]}, {"answer": "bed_covering", "hint": "synonyms for bed covering", "clues": [["bedcover", "decorative cover for a bed", "bedcover"], ["counterpane", "decorative cover for a bed", "counterpane"], ["bedspread", "decorative cover for a bed", "bedspread"], ["spread", "decorative cover for a bed", "spread"]]}, {"answer": "bedchamber", "hint": "synonyms for bedchamber", "clues": [["chamber", "a room used primarily for sleeping", "chamber"], ["sleeping room", "a room used primarily for sleeping", "sleeping room"], ["sleeping accommodation", "a room used primarily for sleeping", "sleeping accommodation"], ["bedroom", "a room used primarily for sleeping", "bedroom"]]}, {"answer": "bedcover", "hint": "synonyms for bedcover", "clues": [["bed cover", "decorative cover for a bed", "bed cover"], ["spread", "decorative cover for a bed", "spread"], ["bedspread", "decorative cover for a bed", "bedspread"], ["counterpane", "decorative cover for a bed", "counterpane"]]}, {"answer": "bedding", "hint": "synonyms for bedding", "clues": [["bed clothing", "coverings that are used on a bed", "bed clothing"], ["litter", "material used to provide a bed for animals", "litter"], ["bedding material", "material used to provide a bed for animals", "bedding material"], ["bedclothes", "coverings that are used on a bed", "bedclothes"]]}, {"answer": "bedlam", "hint": "synonyms for bedlam", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "bedrock", "hint": "synonyms for bedrock", "clues": [["basics", "principles from which other truths can be derived", "basics"], ["basic principle", "principles from which other truths can be derived", "basic principle"], ["fundamental principle", "principles from which other truths can be derived", "fundamental principle"], ["fundamentals", "principles from which other truths can be derived", "fundamentals"]]}, {"answer": "bedroom", "hint": "synonyms for bedroom", "clues": [["sleeping accommodation", "a room used primarily for sleeping", "sleeping accommodation"], ["chamber", "a room used primarily for sleeping", "chamber"], ["sleeping room", "a room used primarily for sleeping", "sleeping room"], ["bedchamber", "a room used primarily for sleeping", "bedchamber"]]}, {"answer": "bedspread", "hint": "synonyms for bedspread", "clues": [["bedcover", "decorative cover for a bed", "bedcover"], ["spread", "decorative cover for a bed", "spread"], ["counterpane", "decorative cover for a bed", "counterpane"], ["bed covering", "decorative cover for a bed", "bed covering"]]}, {"answer": "beef", "hint": "synonyms for beef", "clues": [["boeuf", "meat from an adult domestic bovine", "boeuf"], ["kick", "informal terms for objecting", "kick"], ["gripe", "informal terms for objecting", "gripe"], ["bitch", "informal terms for objecting", "bitch"], ["squawk", "informal terms for objecting", "squawk"]]}, {"answer": "befuddlement", "hint": "synonyms for befuddlement", "clues": [["bemusement", "confusion resulting from failure to understand", "bemusement"], ["bewilderment", "confusion resulting from failure to understand", "bewilderment"], ["mystification", "confusion resulting from failure to understand", "mystification"], ["puzzlement", "confusion resulting from failure to understand", "puzzlement"], ["bafflement", "confusion resulting from failure to understand", "bafflement"], ["obfuscation", "confusion resulting from failure to understand", "obfuscation"]]}, {"answer": "behavior", "hint": "synonyms for behavior", "clues": [["deportment", "(behavioral attributes) the way a person behaves toward other people", "deportment"], ["conduct", "(behavioral attributes) the way a person behaves toward other people", "conduct"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people", "demeanor"], ["behaviour", "(behavioral attributes) the way a person behaves toward other people", "behaviour"], ["doings", "manner of acting or controlling yourself", "doings"]]}, {"answer": "behaviour", "hint": "synonyms for behaviour", "clues": [["deportment", "(behavioral attributes) the way a person behaves toward other people", "deportment"], ["conduct", "(behavioral attributes) the way a person behaves toward other people", "conduct"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people", "demeanor"], ["doings", "manner of acting or controlling yourself", "doings"], ["behavior", "(behavioral attributes) the way a person behaves toward other people", "behavior"]]}, {"answer": "belief", "hint": "synonyms for belief", "clues": [["impression", "a vague idea in which some confidence is placed", "impression"], ["opinion", "a vague idea in which some confidence is placed", "opinion"], ["notion", "a vague idea in which some confidence is placed", "notion"], ["feeling", "a vague idea in which some confidence is placed", "feeling"]]}, {"answer": "bell", "hint": "synonyms for bell", "clues": [["bell shape", "the shape of a bell", "bell shape"], ["campana", "the shape of a bell", "campana"], ["gong", "a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument", "gong"], ["chime", "a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument", "chime"], ["buzzer", "a push button at an outer door that gives a ringing or buzzing signal when pushed", "buzzer"], ["ship's bell", "(nautical) each of the eight half-hour units of nautical time signaled by strokes of a ship's bell; eight bells signals 4:00, 8:00, or 12:00 o'clock, either a.m. or p.m.", "ship's bell"], ["toll", "the sound of a bell being struck", "toll"], ["doorbell", "a push button at an outer door that gives a ringing or buzzing signal when pushed", "doorbell"]]}, {"answer": "bell_ringing", "hint": "synonyms for bell ringing", "clues": [["canvassing", "persuasion of voters in a political campaign", "canvassing"], ["electioneering", "persuasion of voters in a political campaign", "electioneering"], ["carillon playing", "playing a set of bells that are (usually) hung in a tower", "carillon playing"], ["carillon", "playing a set of bells that are (usually) hung in a tower", "carillon"]]}, {"answer": "bellow", "hint": "synonyms for bellow", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellowing", "a very loud utterance (like the sound of an animal)", "bellowing"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "bellowing", "hint": "synonyms for bellowing", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "bellows", "hint": "synonyms for bellows", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "belly_laugh", "hint": "synonyms for belly laugh", "clues": [["scream", "a joke that seems extremely funny", "scream"], ["thigh-slapper", "a joke that seems extremely funny", "thigh-slapper"], ["howler", "a joke that seems extremely funny", "howler"], ["guffaw", "a burst of deep loud hearty laughter", "guffaw"], ["sidesplitter", "a joke that seems extremely funny", "sidesplitter"], ["riot", "a joke that seems extremely funny", "riot"], ["wow", "a joke that seems extremely funny", "wow"]]}, {"answer": "belt", "hint": "synonyms for belt", "clues": [["bang", "a vigorous blow", "bang"], ["knock", "a vigorous blow", "knock"], ["bash", "a vigorous blow", "bash"], ["smash", "a vigorous blow", "smash"], ["belt ammunition", "ammunition (usually of small caliber) loaded in flexible linked strips for use in a machine gun", "belt ammunition"], ["rap", "the act of hitting vigorously", "rap"], ["whang", "the act of hitting vigorously", "whang"], ["whack", "the act of hitting vigorously", "whack"], ["swath", "a path or strip (as cut by one course of mowing)", "swath"]]}, {"answer": "bemusement", "hint": "synonyms for bemusement", "clues": [["obfuscation", "confusion resulting from failure to understand", "obfuscation"], ["bewilderment", "confusion resulting from failure to understand", "bewilderment"], ["mystification", "confusion resulting from failure to understand", "mystification"], ["puzzlement", "confusion resulting from failure to understand", "puzzlement"], ["bafflement", "confusion resulting from failure to understand", "bafflement"], ["befuddlement", "confusion resulting from failure to understand", "befuddlement"]]}, {"answer": "bend", "hint": "synonyms for bend", "clues": [["flexure", "an angular or rounded shape made by folding", "flexure"], ["crimp", "an angular or rounded shape made by folding", "crimp"], ["plication", "an angular or rounded shape made by folding", "plication"], ["turn", "a circular segment of a curve", "turn"], ["fold", "an angular or rounded shape made by folding", "fold"], ["twist", "a circular segment of a curve", "twist"], ["crease", "an angular or rounded shape made by folding", "crease"], ["crook", "a circular segment of a curve", "crook"], ["bend dexter", "diagonal line traversing a shield from the upper right corner to the lower left", "bend dexter"], ["curve", "curved segment (of a road or river or railroad track etc.)", "curve"], ["bending", "movement that causes the formation of a curve", "bending"]]}, {"answer": "bender", "hint": "synonyms for bender", "clues": [["booze-up", "revelry in drinking; a merry drinking party", "booze-up"], ["breaking ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter", "breaking ball"], ["curve ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter", "curve ball"], ["carousal", "revelry in drinking; a merry drinking party", "carousal"], ["curve", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter", "curve"], ["carouse", "revelry in drinking; a merry drinking party", "carouse"], ["toot", "revelry in drinking; a merry drinking party", "toot"]]}, {"answer": "bends", "hint": "synonyms for bends", "clues": [["flexure", "an angular or rounded shape made by folding", "flexure"], ["bend", "a circular segment of a curve", "bend"], ["crimp", "an angular or rounded shape made by folding", "crimp"], ["turn", "a circular segment of a curve", "turn"], ["plication", "an angular or rounded shape made by folding", "plication"], ["twist", "a circular segment of a curve", "twist"], ["fold", "an angular or rounded shape made by folding", "fold"], ["crease", "an angular or rounded shape made by folding", "crease"], ["bend dexter", "diagonal line traversing a shield from the upper right corner to the lower left", "bend dexter"], ["crook", "a circular segment of a curve", "crook"], ["curve", "curved segment (of a road or river or railroad track etc.)", "curve"]]}, {"answer": "beneficiation", "hint": "synonyms for beneficiation", "clues": [["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral processing"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral extraction"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore dressing"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore processing"]]}, {"answer": "benjamin", "hint": "synonyms for benjamin", "clues": [["asa dulcis", "gum resin used especially in treating skin irritation", "asa dulcis"], ["gum benzoin", "gum resin used especially in treating skin irritation", "gum benzoin"], ["gum benjamin", "gum resin used especially in treating skin irritation", "gum benjamin"], ["benzoin", "gum resin used especially in treating skin irritation", "benzoin"]]}, {"answer": "benzoin", "hint": "synonyms for benzoin", "clues": [["asa dulcis", "gum resin used especially in treating skin irritation", "asa dulcis"], ["gum benzoin", "gum resin used especially in treating skin irritation", "gum benzoin"], ["gum benjamin", "gum resin used especially in treating skin irritation", "gum benjamin"], ["benjamin", "gum resin used especially in treating skin irritation", "benjamin"]]}, {"answer": "berth", "hint": "synonyms for berth", "clues": [["bunk", "a bed on a ship or train; usually in tiers", "bunk"], ["office", "a job in an organization", "office"], ["moorage", "a place where a craft can be made fast", "moorage"], ["spot", "a job in an organization", "spot"], ["situation", "a job in an organization", "situation"], ["built in bed", "a bed on a ship or train; usually in tiers", "built in bed"], ["mooring", "a place where a craft can be made fast", "mooring"], ["post", "a job in an organization", "post"], ["slip", "a place where a craft can be made fast", "slip"], ["place", "a job in an organization", "place"], ["position", "a job in an organization", "position"], ["billet", "a job in an organization", "billet"]]}, {"answer": "betise", "hint": "synonyms for betise", "clues": [["folly", "a stupid mistake", "folly"], ["stupidity", "a stupid mistake", "stupidity"], ["imbecility", "a stupid mistake", "imbecility"], ["foolishness", "a stupid mistake", "foolishness"]]}, {"answer": "bewilderment", "hint": "synonyms for bewilderment", "clues": [["obfuscation", "confusion resulting from failure to understand", "obfuscation"], ["bemusement", "confusion resulting from failure to understand", "bemusement"], ["mystification", "confusion resulting from failure to understand", "mystification"], ["puzzlement", "confusion resulting from failure to understand", "puzzlement"], ["bafflement", "confusion resulting from failure to understand", "bafflement"], ["befuddlement", "confusion resulting from failure to understand", "befuddlement"]]}, {"answer": "bicarbonate_of_soda", "hint": "synonyms for bicarbonate of soda", "clues": [["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "baking soda"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium bicarbonate"], ["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium hydrogen carbonate"], ["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "saleratus"]]}, {"answer": "bicker", "hint": "synonyms for bicker", "clues": [["pettifoggery", "a quarrel about petty points", "pettifoggery"], ["tiff", "a quarrel about petty points", "tiff"], ["spat", "a quarrel about petty points", "spat"], ["squabble", "a quarrel about petty points", "squabble"], ["bickering", "a quarrel about petty points", "bickering"], ["fuss", "a quarrel about petty points", "fuss"]]}, {"answer": "bickering", "hint": "synonyms for bickering", "clues": [["pettifoggery", "a quarrel about petty points", "pettifoggery"], ["tiff", "a quarrel about petty points", "tiff"], ["spat", "a quarrel about petty points", "spat"], ["squabble", "a quarrel about petty points", "squabble"], ["bicker", "a quarrel about petty points", "bicker"], ["fuss", "a quarrel about petty points", "fuss"]]}, {"answer": "bid", "hint": "synonyms for bid", "clues": [["bidding", "(bridge) the number of tricks a bridge player is willing to contract to make", "bidding"], ["command", "an authoritative direction or instruction to do something", "command"], ["tender", "a formal proposal to buy at a specified price", "tender"], ["play", "an attempt to get something", "play"], ["dictation", "an authoritative direction or instruction to do something", "dictation"]]}, {"answer": "bidding", "hint": "synonyms for bidding", "clues": [["bid", "an authoritative direction or instruction to do something", "bid"], ["command", "an authoritative direction or instruction to do something", "command"], ["summons", "a request to be present", "summons"], ["dictation", "an authoritative direction or instruction to do something", "dictation"]]}, {"answer": "biff", "hint": "synonyms for biff", "clues": [["lick", "(boxing) a blow with the fist", "lick"], ["clout", "(boxing) a blow with the fist", "clout"], ["slug", "(boxing) a blow with the fist", "slug"], ["punch", "(boxing) a blow with the fist", "punch"], ["poke", "(boxing) a blow with the fist", "poke"]]}, {"answer": "big_bucks", "hint": "synonyms for big bucks", "clues": [["megabucks", "a large sum of money (especially as pay or profit)", "megabucks"], ["big money", "a large sum of money (especially as pay or profit)", "big money"], ["pile", "a large sum of money (especially as pay or profit)", "pile"], ["bundle", "a large sum of money (especially as pay or profit)", "bundle"]]}, {"answer": "big_h", "hint": "synonyms for big h", "clues": [["hell dust", "street names for heroin", "hell dust"], ["skag", "street names for heroin", "skag"], ["smack", "street names for heroin", "smack"], ["nose drops", "street names for heroin", "nose drops"], ["scag", "street names for heroin", "scag"], ["thunder", "street names for heroin", "thunder"], ["big H", "street names for heroin", "big H"]]}, {"answer": "big_money", "hint": "synonyms for big money", "clues": [["big bucks", "a large sum of money (especially as pay or profit)", "big bucks"], ["megabucks", "a large sum of money (especially as pay or profit)", "megabucks"], ["pile", "a large sum of money (especially as pay or profit)", "pile"], ["bundle", "a large sum of money (especially as pay or profit)", "bundle"]]}, {"answer": "bike", "hint": "synonyms for bike", "clues": [["motorcycle", "a motor vehicle with two wheels and a strong frame", "motorcycle"], ["wheel", "a wheeled vehicle that has two wheels and is moved by foot pedals", "wheel"], ["bicycle", "a wheeled vehicle that has two wheels and is moved by foot pedals", "bicycle"], ["cycle", "a wheeled vehicle that has two wheels and is moved by foot pedals", "cycle"]]}, {"answer": "bilgewater", "hint": "synonyms for bilgewater", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "biliousness", "hint": "synonyms for biliousness", "clues": [["irritability", "a disposition to exhibit uncontrolled anger", "irritability"], ["surliness", "a disposition to exhibit uncontrolled anger", "surliness"], ["peevishness", "a disposition to exhibit uncontrolled anger", "peevishness"], ["snappishness", "a disposition to exhibit uncontrolled anger", "snappishness"], ["temper", "a disposition to exhibit uncontrolled anger", "temper"], ["pettishness", "a disposition to exhibit uncontrolled anger", "pettishness"]]}, {"answer": "bill", "hint": "synonyms for bill", "clues": [["vizor", "a brim that projects to the front to shade the eyes", "vizor"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["card", "a sign posted in a public place as an advertisement", "card"], ["measure", "a statute in draft before it becomes law", "measure"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "throwaway"], ["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["placard", "a sign posted in a public place as an advertisement", "placard"], ["eyeshade", "a brim that projects to the front to shade the eyes", "eyeshade"], ["invoice", "an itemized statement of money owed for goods shipped or services rendered", "invoice"], ["notice", "a sign posted in a public place as an advertisement", "notice"], ["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "circular"], ["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flier"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["account", "an itemized statement of money owed for goods shipped or services rendered", "account"], ["billhook", "a long-handled saw with a curved blade", "billhook"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"], ["peak", "a brim that projects to the front to shade the eyes", "peak"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flyer"], ["poster", "a sign posted in a public place as an advertisement", "poster"], ["visor", "a brim that projects to the front to shade the eyes", "visor"], ["posting", "a sign posted in a public place as an advertisement", "posting"]]}, {"answer": "bill_of_fare", "hint": "synonyms for bill of fare", "clues": [["menu", "a list of dishes available at a restaurant", "menu"], ["carte", "a list of dishes available at a restaurant", "carte"], ["carte du jour", "a list of dishes available at a restaurant", "carte du jour"], ["card", "a list of dishes available at a restaurant", "card"]]}, {"answer": "billet", "hint": "synonyms for billet", "clues": [["office", "a job in an organization", "office"], ["line", "a short personal letter", "line"], ["spot", "a job in an organization", "spot"], ["situation", "a job in an organization", "situation"], ["note", "a short personal letter", "note"], ["post", "a job in an organization", "post"], ["berth", "a job in an organization", "berth"], ["place", "a job in an organization", "place"], ["position", "a job in an organization", "position"], ["short letter", "a short personal letter", "short letter"]]}, {"answer": "billiard_parlor", "hint": "synonyms for billiard parlor", "clues": [["billiard parlour", "a room in which billiards is played", "billiard parlour"], ["billiard room", "a room in which billiards is played", "billiard room"], ["billiard hall", "a room in which billiards is played", "billiard hall"], ["billiard saloon", "a room in which billiards is played", "billiard saloon"]]}, {"answer": "billiard_parlour", "hint": "synonyms for billiard parlour", "clues": [["billiard saloon", "a room in which billiards is played", "billiard saloon"], ["billiard room", "a room in which billiards is played", "billiard room"], ["billiard hall", "a room in which billiards is played", "billiard hall"], ["billiard parlor", "a room in which billiards is played", "billiard parlor"]]}, {"answer": "billy", "hint": "synonyms for billy", "clues": [["billy club", "a short stout club used primarily by policemen", "billy club"], ["nightstick", "a short stout club used primarily by policemen", "nightstick"], ["truncheon", "a short stout club used primarily by policemen", "truncheon"], ["baton", "a short stout club used primarily by policemen", "baton"], ["billystick", "a short stout club used primarily by policemen", "billystick"]]}, {"answer": "billy_club", "hint": "synonyms for billy club", "clues": [["billy", "a short stout club used primarily by policemen", "billy"], ["nightstick", "a short stout club used primarily by policemen", "nightstick"], ["truncheon", "a short stout club used primarily by policemen", "truncheon"], ["baton", "a short stout club used primarily by policemen", "baton"], ["billystick", "a short stout club used primarily by policemen", "billystick"]]}, {"answer": "billystick", "hint": "synonyms for billystick", "clues": [["billy club", "a short stout club used primarily by policemen", "billy club"], ["billy", "a short stout club used primarily by policemen", "billy"], ["nightstick", "a short stout club used primarily by policemen", "nightstick"], ["truncheon", "a short stout club used primarily by policemen", "truncheon"], ["baton", "a short stout club used primarily by policemen", "baton"]]}, {"answer": "binge", "hint": "synonyms for binge", "clues": [["bout", "an occasion for excessive eating or drinking", "bout"], ["orgy", "any act of immoderate indulgence", "orgy"], ["bust", "an occasion for excessive eating or drinking", "bust"], ["splurge", "any act of immoderate indulgence", "splurge"], ["tear", "an occasion for excessive eating or drinking", "tear"]]}, {"answer": "bird", "hint": "synonyms for bird", "clues": [["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["fowl", "the flesh of a bird or fowl (wild or domestic) used as food", "fowl"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["birdie", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers", "birdie"], ["shuttlecock", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers", "shuttlecock"], ["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["shuttle", "badminton equipment consisting of a ball of cork or rubber with a crown of feathers", "shuttle"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "birth", "hint": "synonyms for birth", "clues": [["nascency", "the event of being born", "nascency"], ["parentage", "the kinship relation of an offspring to the parents", "parentage"], ["parturition", "the process of giving birth", "parturition"], ["nativity", "the event of being born", "nativity"], ["birthing", "the process of giving birth", "birthing"], ["giving birth", "the process of giving birth", "giving birth"]]}, {"answer": "birth_control_device", "hint": "synonyms for birth control device", "clues": [["prophylactic device", "an agent or device intended to prevent conception", "prophylactic device"], ["preventive", "an agent or device intended to prevent conception", "preventive"], ["contraceptive", "an agent or device intended to prevent conception", "contraceptive"], ["contraceptive device", "an agent or device intended to prevent conception", "contraceptive device"]]}, {"answer": "birth_control_pill", "hint": "synonyms for birth control pill", "clues": [["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulatory drug"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulant"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "pill"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "oral contraceptive"], ["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "contraceptive pill"]]}, {"answer": "birth_rate", "hint": "synonyms for birth rate", "clues": [["birthrate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "birthrate"], ["natality", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "natality"], ["fertility", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "fertility"], ["fertility rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "fertility rate"]]}, {"answer": "birthplace", "hint": "synonyms for birthplace", "clues": [["cradle", "where something originated or was nurtured in its early existence", "cradle"], ["place of birth", "the place where someone was born", "place of birth"], ["provenance", "where something originated or was nurtured in its early existence", "provenance"], ["place of origin", "where something originated or was nurtured in its early existence", "place of origin"]]}, {"answer": "birthrate", "hint": "synonyms for birthrate", "clues": [["birth rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "birth rate"], ["natality", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "natality"], ["fertility", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "fertility"], ["fertility rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "fertility rate"]]}, {"answer": "bit", "hint": "synonyms for bit", "clues": [["bite", "a small amount of solid food; a mouthful", "bite"], ["minute", "an indefinitely short time", "minute"], ["second", "an indefinitely short time", "second"], ["morsel", "a small amount of solid food; a mouthful", "morsel"], ["routine", "a short theatrical performance that is part of a longer program", "routine"], ["number", "a short theatrical performance that is part of a longer program", "number"], ["chip", "a small fragment of something broken off from the whole", "chip"], ["mo", "an indefinitely short time", "mo"], ["flake", "a small fragment of something broken off from the whole", "flake"], ["turn", "a short theatrical performance that is part of a longer program", "turn"], ["snatch", "a small fragment", "snatch"], ["fleck", "a small fragment of something broken off from the whole", "fleck"], ["act", "a short theatrical performance that is part of a longer program", "act"], ["scrap", "a small fragment of something broken off from the whole", "scrap"], ["moment", "an indefinitely short time", "moment"], ["piece", "an instance of some kind", "piece"], ["spot", "a small piece or quantity of something", "spot"]]}, {"answer": "bitch", "hint": "synonyms for bitch", "clues": [["beef", "informal terms for objecting", "beef"], ["gripe", "informal terms for objecting", "gripe"], ["kick", "informal terms for objecting", "kick"], ["squawk", "informal terms for objecting", "squawk"]]}, {"answer": "bitchiness", "hint": "synonyms for bitchiness", "clues": [["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty", "spitefulness"], ["spite", "malevolence by virtue of being malicious or spiteful or nasty", "spite"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty", "cattiness"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty", "nastiness"]]}, {"answer": "bite", "hint": "synonyms for bite", "clues": [["collation", "a light informal meal", "collation"], ["morsel", "a small amount of solid food; a mouthful", "morsel"], ["pungency", "a strong odor or taste property", "pungency"], ["snack", "a light informal meal", "snack"], ["bit", "a small amount of solid food; a mouthful", "bit"], ["raciness", "a strong odor or taste property", "raciness"], ["chomp", "the act of gripping or chewing off with the teeth and jaws", "chomp"], ["sharpness", "a strong odor or taste property", "sharpness"]]}, {"answer": "bitterness", "hint": "synonyms for bitterness", "clues": [["jaundice", "a rough and bitter manner", "jaundice"], ["resentment", "a feeling of deep and bitter anger and ill-will", "resentment"], ["acerbity", "a rough and bitter manner", "acerbity"], ["bitter", "the taste experience when quinine or coffee is taken into the mouth", "bitter"], ["rancor", "a feeling of deep and bitter anger and ill-will", "rancor"], ["thorniness", "a rough and bitter manner", "thorniness"], ["tartness", "a rough and bitter manner", "tartness"], ["acrimony", "a rough and bitter manner", "acrimony"], ["gall", "a feeling of deep and bitter anger and ill-will", "gall"]]}, {"answer": "bivouac", "hint": "synonyms for bivouac", "clues": [["cantonment", "temporary living quarters specially built by the army for soldiers", "cantonment"], ["encampment", "temporary living quarters specially built by the army for soldiers", "encampment"], ["camp", "temporary living quarters specially built by the army for soldiers", "camp"], ["camping site", "a site where people on holiday can pitch a tent", "camping site"], ["campsite", "a site where people on holiday can pitch a tent", "campsite"], ["campground", "a site where people on holiday can pitch a tent", "campground"], ["camping ground", "a site where people on holiday can pitch a tent", "camping ground"], ["camping area", "a site where people on holiday can pitch a tent", "camping area"]]}, {"answer": "black_eye", "hint": "synonyms for black eye", "clues": [["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "reversal"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "setback"], ["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "blow"], ["reverse", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "reverse"]]}, {"answer": "black_maria", "hint": "synonyms for black maria", "clues": [["police van", "van used by police to transport prisoners", "police van"], ["paddy wagon", "van used by police to transport prisoners", "paddy wagon"], ["wagon", "van used by police to transport prisoners", "wagon"], ["police wagon", "van used by police to transport prisoners", "police wagon"], ["patrol wagon", "van used by police to transport prisoners", "patrol wagon"], ["black Maria", "van used by police to transport prisoners", "black Maria"], ["hearts", "a form of whist in which players avoid winning tricks containing hearts or the queen of spades", "hearts"]]}, {"answer": "blackjack", "hint": "synonyms for blackjack", "clues": [["black flag", "a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship", "black flag"], ["vingt-et-un", "a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21", "vingt-et-un"], ["cosh", "a piece of metal covered by leather with a flexible handle; used for hitting people", "cosh"], ["twenty-one", "a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21", "twenty-one"], ["pirate flag", "a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship", "pirate flag"], ["sap", "a piece of metal covered by leather with a flexible handle; used for hitting people", "sap"]]}, {"answer": "blade", "hint": "synonyms for blade", "clues": [["vane", "flat surface that rotates and pushes against air or water", "vane"], ["sword", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard", "sword"], ["steel", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard", "steel"], ["brand", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard", "brand"]]}, {"answer": "blah", "hint": "synonyms for blah", "clues": [["claptrap", "pompous or pretentious talk or writing", "claptrap"], ["fustian", "pompous or pretentious talk or writing", "fustian"], ["rant", "pompous or pretentious talk or writing", "rant"], ["bombast", "pompous or pretentious talk or writing", "bombast"]]}, {"answer": "blahs", "hint": "synonyms for blahs", "clues": [["blah", "pompous or pretentious talk or writing", "blah"], ["fustian", "pompous or pretentious talk or writing", "fustian"], ["rant", "pompous or pretentious talk or writing", "rant"], ["bombast", "pompous or pretentious talk or writing", "bombast"], ["claptrap", "pompous or pretentious talk or writing", "claptrap"]]}, {"answer": "blandness", "hint": "synonyms for blandness", "clues": [["suavity", "the quality of being bland and gracious or ingratiating in manner", "suavity"], ["smoothness", "the quality of being bland and gracious or ingratiating in manner", "smoothness"], ["suaveness", "the quality of being bland and gracious or ingratiating in manner", "suaveness"], ["insipidity", "lacking any distinctive or interesting taste property", "insipidity"], ["insipidness", "lacking any distinctive or interesting taste property", "insipidness"]]}, {"answer": "blare", "hint": "synonyms for blare", "clues": [["din", "a loud harsh or strident noise", "din"], ["blaring", "a loud harsh or strident noise", "blaring"], ["cacophony", "a loud harsh or strident noise", "cacophony"], ["clamor", "a loud harsh or strident noise", "clamor"]]}, {"answer": "blast", "hint": "synonyms for blast", "clues": [["fire", "intense adverse criticism", "fire"], ["bang", "a sudden very loud noise", "bang"], ["blow", "a strong current of air", "blow"], ["flack", "intense adverse criticism", "flack"], ["bam", "a sudden very loud noise", "bam"], ["attack", "intense adverse criticism", "attack"], ["gust", "a strong current of air", "gust"], ["eruption", "a sudden very loud noise", "eruption"], ["good time", "a highly pleasurable or exciting experience", "good time"], ["clap", "a sudden very loud noise", "clap"]]}, {"answer": "blaze", "hint": "synonyms for blaze", "clues": [["hell", "a cause of difficulty and suffering", "hell"], ["glare", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted", "glare"], ["blazing", "a strong flame that burns brightly", "blazing"], ["brilliance", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted", "brilliance"]]}, {"answer": "blessing", "hint": "synonyms for blessing", "clues": [["approval", "the formal act of approving", "approval"], ["thanksgiving", "a short prayer of thanks before a meal", "thanksgiving"], ["approving", "the formal act of approving", "approving"], ["benediction", "the act of praying for divine protection", "benediction"], ["grace", "a short prayer of thanks before a meal", "grace"]]}, {"answer": "blether", "hint": "synonyms for blether", "clues": [["idle talk", "idle or foolish and irrelevant talk", "idle talk"], ["prate", "idle or foolish and irrelevant talk", "prate"], ["prattle", "idle or foolish and irrelevant talk", "prattle"], ["chin music", "idle or foolish and irrelevant talk", "chin music"]]}, {"answer": "blink", "hint": "synonyms for blink", "clues": [["nictation", "a reflex that closes and opens the eyes rapidly", "nictation"], ["eye blink", "a reflex that closes and opens the eyes rapidly", "eye blink"], ["wink", "a reflex that closes and opens the eyes rapidly", "wink"], ["blinking", "a reflex that closes and opens the eyes rapidly", "blinking"]]}, {"answer": "blink_of_an_eye", "hint": "synonyms for blink of an eye", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "blinker", "hint": "synonyms for blinker", "clues": [["turn indicator", "a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn", "turn indicator"], ["turn signal", "a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn", "turn signal"], ["blinder", "blind consisting of a leather eyepatch sewn to the side of the halter that prevents a horse from seeing something on either side", "blinder"], ["winker", "blind consisting of a leather eyepatch sewn to the side of the halter that prevents a horse from seeing something on either side", "winker"], ["trafficator", "a blinking light on a motor vehicle that indicates the direction in which the vehicle is about to turn", "trafficator"], ["flasher", "a light that flashes on and off; used as a signal or to send messages", "flasher"]]}, {"answer": "blinks", "hint": "synonyms for blinks", "clues": [["nictation", "a reflex that closes and opens the eyes rapidly", "nictation"], ["eye blink", "a reflex that closes and opens the eyes rapidly", "eye blink"], ["wink", "a reflex that closes and opens the eyes rapidly", "wink"], ["blinking", "a reflex that closes and opens the eyes rapidly", "blinking"]]}, {"answer": "blistering_agent", "hint": "synonyms for blistering agent", "clues": [["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "dichloroethyl sulfide"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard agent"], ["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard gas"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "sulfur mustard"]]}, {"answer": "block", "hint": "synonyms for block", "clues": [["engine block", "a metal casting containing the cylinders and cooling ducts of an engine", "engine block"], ["closure", "an obstruction in a pipe or tube", "closure"], ["cube", "a three-dimensional shape with six square or rectangular sides", "cube"], ["pulley block", "a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope", "pulley block"], ["stoppage", "an obstruction in a pipe or tube", "stoppage"], ["blocking", "the act of obstructing or deflecting someone's movements", "blocking"], ["occlusion", "an obstruction in a pipe or tube", "occlusion"], ["city block", "a rectangular area in a city surrounded by streets and usually containing several buildings", "city block"], ["mental block", "an inability to remember or think of something you normally can do; often caused by emotional tension", "mental block"], ["auction block", "a platform from which an auctioneer sells", "auction block"], ["blockage", "an obstruction in a pipe or tube", "blockage"], ["stop", "an obstruction in a pipe or tube", "stop"], ["pulley", "a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope", "pulley"], ["cylinder block", "a metal casting containing the cylinders and cooling ducts of an engine", "cylinder block"]]}, {"answer": "blockage", "hint": "synonyms for blockage", "clues": [["occlusion", "the act of blocking", "occlusion"], ["closure", "an obstruction in a pipe or tube", "closure"], ["block", "an obstruction in a pipe or tube", "block"], ["stoppage", "an obstruction in a pipe or tube", "stoppage"], ["stop", "an obstruction in a pipe or tube", "stop"]]}, {"answer": "blood", "hint": "synonyms for blood", "clues": [["bloodline", "the descendants of one individual", "bloodline"], ["line", "the descendants of one individual", "line"], ["lineage", "the descendants of one individual", "lineage"], ["origin", "the descendants of one individual", "origin"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "the descendants of one individual", "ancestry"], ["line of descent", "the descendants of one individual", "line of descent"], ["parentage", "the descendants of one individual", "parentage"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "blood_line", "hint": "synonyms for blood line", "clues": [["bloodline", "the descendants of one individual", "bloodline"], ["line", "the descendants of one individual", "line"], ["lineage", "the descendants of one individual", "lineage"], ["origin", "the descendants of one individual", "origin"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "the descendants of one individual", "ancestry"], ["line of descent", "the descendants of one individual", "line of descent"], ["parentage", "the descendants of one individual", "parentage"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "bloodline", "hint": "synonyms for bloodline", "clues": [["line", "the descendants of one individual", "line"], ["lineage", "the descendants of one individual", "lineage"], ["origin", "the descendants of one individual", "origin"], ["pedigree", "ancestry of a purebred animal", "pedigree"], ["blood", "the descendants of one individual", "blood"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "the descendants of one individual", "ancestry"], ["line of descent", "the descendants of one individual", "line of descent"], ["blood line", "the descendants of one individual", "blood line"], ["parentage", "the descendants of one individual", "parentage"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "bloodshed", "hint": "synonyms for bloodshed", "clues": [["bloodbath", "indiscriminate slaughter", "bloodbath"], ["gore", "the shedding of blood resulting in murder", "gore"], ["bloodletting", "indiscriminate slaughter", "bloodletting"], ["battue", "indiscriminate slaughter", "battue"]]}, {"answer": "bloom", "hint": "synonyms for bloom", "clues": [["flower", "the period of greatest prosperity or productivity", "flower"], ["salad days", "the best time of youth", "salad days"], ["bloom of youth", "the best time of youth", "bloom of youth"], ["blossom", "the period of greatest prosperity or productivity", "blossom"], ["efflorescence", "the period of greatest prosperity or productivity", "efflorescence"], ["flush", "the period of greatest prosperity or productivity", "flush"], ["peak", "the period of greatest prosperity or productivity", "peak"], ["prime", "the period of greatest prosperity or productivity", "prime"], ["heyday", "the period of greatest prosperity or productivity", "heyday"], ["blooming", "the organic process of bearing flowers", "blooming"]]}, {"answer": "bloomer", "hint": "synonyms for bloomer", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "bloomers", "hint": "synonyms for bloomers", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["knickers", "underpants worn by women", "knickers"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pants", "underpants worn by women", "pants"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"], ["drawers", "underpants worn by women", "drawers"]]}, {"answer": "blooper", "hint": "synonyms for blooper", "clues": [["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"], ["bloomer", "an embarrassing mistake", "bloomer"]]}, {"answer": "blossom", "hint": "synonyms for blossom", "clues": [["bloom", "the period of greatest prosperity or productivity", "bloom"], ["flower", "the period of greatest prosperity or productivity", "flower"], ["efflorescence", "the period of greatest prosperity or productivity", "efflorescence"], ["flush", "the period of greatest prosperity or productivity", "flush"], ["peak", "the period of greatest prosperity or productivity", "peak"], ["prime", "the period of greatest prosperity or productivity", "prime"], ["heyday", "the period of greatest prosperity or productivity", "heyday"]]}, {"answer": "blossoming", "hint": "synonyms for blossoming", "clues": [["efflorescence", "the time and process of budding and unfolding of blossoms", "efflorescence"], ["inflorescence", "the time and process of budding and unfolding of blossoms", "inflorescence"], ["flowering", "the time and process of budding and unfolding of blossoms", "flowering"], ["anthesis", "the time and process of budding and unfolding of blossoms", "anthesis"]]}, {"answer": "blot", "hint": "synonyms for blot", "clues": [["smirch", "a blemish made by dirt", "smirch"], ["spot", "a blemish made by dirt", "spot"], ["smear", "a blemish made by dirt", "smear"], ["slur", "a blemish made by dirt", "slur"], ["daub", "a blemish made by dirt", "daub"], ["stain", "an act that brings discredit to the person who does it", "stain"], ["smudge", "a blemish made by dirt", "smudge"]]}, {"answer": "blotter", "hint": "synonyms for blotter", "clues": [["blotting paper", "absorbent paper used to dry ink", "blotting paper"], ["day book", "the daily written record of events (as arrests) in a police station", "day book"], ["police blotter", "the daily written record of events (as arrests) in a police station", "police blotter"], ["charge sheet", "the daily written record of events (as arrests) in a police station", "charge sheet"], ["rap sheet", "the daily written record of events (as arrests) in a police station", "rap sheet"]]}, {"answer": "blow", "hint": "synonyms for blow", "clues": [["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "reversal"], ["blast", "a strong current of air", "blast"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "black eye"], ["bump", "an impact (as from a collision)", "bump"], ["nose candy", "street names for cocaine", "nose candy"], ["coke", "street names for cocaine", "coke"], ["snow", "street names for cocaine", "snow"], ["gust", "a strong current of air", "gust"], ["puff", "forceful exhalation through the nose or mouth", "puff"], ["reverse", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "reverse"], ["shock", "an unpleasant or disappointing surprise", "shock"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "setback"]]}, {"answer": "blowout", "hint": "synonyms for blowout", "clues": [["gala affair", "a gay festivity", "gala affair"], ["laugher", "an easy victory", "laugher"], ["jamboree", "a gay festivity", "jamboree"], ["romp", "an easy victory", "romp"], ["walkaway", "an easy victory", "walkaway"], ["runaway", "an easy victory", "runaway"], ["shoo-in", "an easy victory", "shoo-in"], ["gala", "a gay festivity", "gala"]]}, {"answer": "blowup", "hint": "synonyms for blowup", "clues": [["detonation", "a violent release of energy caused by a chemical or nuclear reaction", "detonation"], ["ebullition", "an unrestrained expression of emotion", "ebullition"], ["explosion", "a violent release of energy caused by a chemical or nuclear reaction", "explosion"], ["effusion", "an unrestrained expression of emotion", "effusion"], ["gush", "an unrestrained expression of emotion", "gush"], ["enlargement", "a photographic print that has been enlarged", "enlargement"], ["outburst", "an unrestrained expression of emotion", "outburst"], ["magnification", "a photographic print that has been enlarged", "magnification"]]}, {"answer": "blue_devils", "hint": "synonyms for blue devils", "clues": [["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "amobarbital sodium"], ["blue", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue angel"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue devil"]]}, {"answer": "blues", "hint": "synonyms for blues", "clues": [["blue", "the sky as viewed during daylight", "blue"], ["blue air", "the sky as viewed during daylight", "blue air"], ["blueness", "blue color or pigment; resembling the color of the clear sky in the daytime", "blueness"], ["wild blue yonder", "the sky as viewed during daylight", "wild blue yonder"], ["blue sky", "the sky as viewed during daylight", "blue sky"], ["amobarbital sodium", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "amobarbital sodium"], ["bluing", "used to whiten laundry or hair or give it a bluish tinge", "bluing"], ["blue angel", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue angel"], ["blue devil", "the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic", "blue devil"]]}, {"answer": "blunder", "hint": "synonyms for blunder", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "blurriness", "hint": "synonyms for blurriness", "clues": [["indistinctness", "the quality of being indistinct and without sharp outlines", "indistinctness"], ["fuzziness", "the quality of being indistinct and without sharp outlines", "fuzziness"], ["softness", "the quality of being indistinct and without sharp outlines", "softness"], ["fogginess", "the quality of being indistinct and without sharp outlines", "fogginess"]]}, {"answer": "bm", "hint": "synonyms for bm", "clues": [["dejection", "solid excretory product evacuated from the bowels", "dejection"], ["bowel movement", "a euphemism for defecation", "bowel movement"], ["stool", "solid excretory product evacuated from the bowels", "stool"], ["movement", "a euphemism for defecation", "movement"], ["faeces", "solid excretory product evacuated from the bowels", "faeces"], ["faecal matter", "solid excretory product evacuated from the bowels", "faecal matter"], ["ordure", "solid excretory product evacuated from the bowels", "ordure"]]}, {"answer": "board", "hint": "synonyms for board", "clues": [["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit board"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "card"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control board"], ["plank", "a stout length of sawn timber; made in a wide variety of sizes and used for many purposes", "plank"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "instrument panel"], ["gameboard", "a flat portable surface (usually rectangular) designed for board games", "gameboard"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "add-in"], ["dining table", "a table at which meals are served", "dining table"], ["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control panel"], ["table", "food or meals in general", "table"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "panel"], ["display panel", "a vertical surface on which information can be displayed to public view", "display panel"], ["display board", "a vertical surface on which information can be displayed to public view", "display board"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "plug-in"]]}, {"answer": "boards", "hint": "synonyms for boards", "clues": [["board", "a stout length of sawn timber; made in a wide variety of sizes and used for many purposes", "board"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit board"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "card"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control board"], ["plank", "a stout length of sawn timber; made in a wide variety of sizes and used for many purposes", "plank"], ["gameboard", "a flat portable surface (usually rectangular) designed for board games", "gameboard"], ["dining table", "a table at which meals are served", "dining table"], ["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control panel"], ["table", "food or meals in general", "table"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "instrument panel"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "panel"], ["display panel", "a vertical surface on which information can be displayed to public view", "display panel"], ["display board", "a vertical surface on which information can be displayed to public view", "display board"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "plug-in"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "add-in"]]}, {"answer": "boater", "hint": "synonyms for boater", "clues": [["straw hat", "a stiff hat made of straw with a flat crown", "straw hat"], ["skimmer", "a stiff hat made of straw with a flat crown", "skimmer"], ["sailor", "a stiff hat made of straw with a flat crown", "sailor"], ["leghorn", "a stiff hat made of straw with a flat crown", "leghorn"]]}, {"answer": "bob", "hint": "synonyms for bob", "clues": [["shilling", "a former monetary unit in Great Britain", "shilling"], ["cork", "a small float usually made of cork; attached to a fishing line", "cork"], ["bobsled", "a long racing sled (for 2 or more people) with a steering mechanism", "bobsled"], ["bobsleigh", "a long racing sled (for 2 or more people) with a steering mechanism", "bobsleigh"], ["bobfloat", "a small float usually made of cork; attached to a fishing line", "bobfloat"], ["bobber", "a small float usually made of cork; attached to a fishing line", "bobber"]]}, {"answer": "body_armor", "hint": "synonyms for body armor", "clues": [["body armour", "armor that protects the wearer's whole body", "body armour"], ["cataphract", "armor that protects the wearer's whole body", "cataphract"], ["coat of mail", "armor that protects the wearer's whole body", "coat of mail"], ["suit of armour", "armor that protects the wearer's whole body", "suit of armour"]]}, {"answer": "body_armour", "hint": "synonyms for body armour", "clues": [["body armor", "armor that protects the wearer's whole body", "body armor"], ["cataphract", "armor that protects the wearer's whole body", "cataphract"], ["coat of mail", "armor that protects the wearer's whole body", "coat of mail"], ["suit of armour", "armor that protects the wearer's whole body", "suit of armour"]]}, {"answer": "body_politic", "hint": "synonyms for body politic", "clues": [["country", "a politically organized body of people under a single government", "country"], ["state", "a politically organized body of people under a single government", "state"], ["commonwealth", "a politically organized body of people under a single government", "commonwealth"], ["land", "a politically organized body of people under a single government", "land"], ["res publica", "a politically organized body of people under a single government", "res publica"], ["nation", "a politically organized body of people under a single government", "nation"]]}, {"answer": "body_waste", "hint": "synonyms for body waste", "clues": [["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretory product"], ["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretion"], ["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body", "excrement"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body", "excreta"]]}, {"answer": "boldness", "hint": "synonyms for boldness", "clues": [["hardihood", "the trait of being willing to undertake things that involve risk or danger", "hardihood"], ["nerve", "impudent aggressiveness", "nerve"], ["hardiness", "the trait of being willing to undertake things that involve risk or danger", "hardiness"], ["cheek", "impudent aggressiveness", "cheek"], ["brass", "impudent aggressiveness", "brass"], ["face", "impudent aggressiveness", "face"], ["daring", "the trait of being willing to undertake things that involve risk or danger", "daring"], ["strikingness", "the quality of standing out strongly and distinctly", "strikingness"]]}, {"answer": "boloney", "hint": "synonyms for boloney", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "bombardment", "hint": "synonyms for bombardment", "clues": [["shelling", "the heavy fire of artillery to saturate an area rather than hit a specific target", "shelling"], ["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target", "battery"], ["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target", "barrage fire"], ["onslaught", "the rapid and continuous delivery of linguistic communication (spoken or written)", "onslaught"], ["bombing", "an attack by dropping bombs", "bombing"], ["barrage", "the rapid and continuous delivery of linguistic communication (spoken or written)", "barrage"], ["outpouring", "the rapid and continuous delivery of linguistic communication (spoken or written)", "outpouring"]]}, {"answer": "bombast", "hint": "synonyms for bombast", "clues": [["blah", "pompous or pretentious talk or writing", "blah"], ["fustian", "pompous or pretentious talk or writing", "fustian"], ["rant", "pompous or pretentious talk or writing", "rant"], ["claptrap", "pompous or pretentious talk or writing", "claptrap"]]}, {"answer": "bomber", "hint": "synonyms for bomber", "clues": [["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "bon_ton", "hint": "synonyms for bon ton", "clues": [["smart set", "the fashionable elite", "smart set"], ["beau monde", "the fashionable elite", "beau monde"], ["society", "the fashionable elite", "society"], ["high society", "the fashionable elite", "high society"]]}, {"answer": "bonanza", "hint": "synonyms for bonanza", "clues": [["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "manna from heaven"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bunce"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gravy"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gold rush"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "windfall"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "boom"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"]]}, {"answer": "bond", "hint": "synonyms for bond", "clues": [["trammel", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)", "trammel"], ["adhesiveness", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition", "adhesiveness"], ["bond paper", "a superior quality of strong durable white writing paper; originally made for printing documents", "bond paper"], ["bond certificate", "a certificate of debt (usually interest-bearing or discounted) that is issued by a government or corporation in order to raise money; the issuer is required to pay a fixed sum annually until maturity and then a fixed sum to repay the principal", "bond certificate"], ["bail bond", "(criminal law) money that must be forfeited by the bondsman if an accused person fails to appear in court for trial", "bail bond"], ["attachment", "a connection that fastens things together", "attachment"], ["chemical bond", "an electrical force linking atoms", "chemical bond"], ["shackle", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)", "shackle"], ["adhesion", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition", "adhesion"], ["adherence", "the property of sticking together (as of glue and wood) or the joining of surfaces of different composition", "adherence"], ["alliance", "a connection based on kinship or marriage or common interest", "alliance"], ["bail", "(criminal law) money that must be forfeited by the bondsman if an accused person fails to appear in court for trial", "bail"], ["hamper", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)", "hamper"]]}, {"answer": "boner", "hint": "synonyms for boner", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "bones", "hint": "synonyms for bones", "clues": [["clappers", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance", "clappers"], ["castanets", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance", "castanets"], ["ivory", "a shade of white the color of bleached bones", "ivory"], ["off-white", "a shade of white the color of bleached bones", "off-white"], ["pearl", "a shade of white the color of bleached bones", "pearl"], ["osseous tissue", "the porous calcified substance from which bones are made", "osseous tissue"], ["finger cymbals", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance", "finger cymbals"], ["bone", "a shade of white the color of bleached bones", "bone"]]}, {"answer": "bonhomie", "hint": "synonyms for bonhomie", "clues": [["geniality", "a disposition to be friendly and approachable (easy to talk to)", "geniality"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)", "amiability"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)", "amiableness"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)", "affableness"], ["affability", "a disposition to be friendly and approachable (easy to talk to)", "affability"]]}, {"answer": "boniness", "hint": "synonyms for boniness", "clues": [["gauntness", "extreme leanness (usually caused by starvation or disease)", "gauntness"], ["emaciation", "extreme leanness (usually caused by starvation or disease)", "emaciation"], ["bonyness", "extreme leanness (usually caused by starvation or disease)", "bonyness"], ["maceration", "extreme leanness (usually caused by starvation or disease)", "maceration"]]}, {"answer": "bonyness", "hint": "synonyms for bonyness", "clues": [["gauntness", "extreme leanness (usually caused by starvation or disease)", "gauntness"], ["boniness", "extreme leanness (usually caused by starvation or disease)", "boniness"], ["emaciation", "extreme leanness (usually caused by starvation or disease)", "emaciation"], ["maceration", "extreme leanness (usually caused by starvation or disease)", "maceration"]]}, {"answer": "boo", "hint": "synonyms for boo", "clues": [["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "boo-boo", "hint": "synonyms for boo-boo", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"]]}, {"answer": "boob_tube", "hint": "synonyms for boob tube", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "booby_hatch", "hint": "synonyms for booby hatch", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "boodle", "hint": "synonyms for boodle", "clues": [["kale", "informal terms for money", "kale"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["stops", "a gambling card game in which chips are placed on the ace and king and queen and jack of separate suits (taken from a separate deck); a player plays the lowest card of a suit in his hand and successively higher cards are played until the sequence stops; the player who plays a card matching one in the layout wins all the chips on that card", "stops"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "book", "hint": "synonyms for book", "clues": [["al-Qur'an", "the sacred writings of Islam revealed by God to the prophet Muhammad during his life at Mecca and Medina", "al-Qur'an"], ["volume", "physical objects consisting of a number of pages bound together", "volume"], ["script", "a written version of a play or other dramatic composition; used in preparing for a performance", "script"], ["playscript", "a written version of a play or other dramatic composition; used in preparing for a performance", "playscript"], ["ledger", "a record in which commercial accounts are recorded", "ledger"], ["record", "a compilation of the known facts regarding something or someone", "record"], ["book of account", "a record in which commercial accounts are recorded", "book of account"], ["record book", "a compilation of the known facts regarding something or someone", "record book"], ["rule book", "a collection of rules or prescribed standards on the basis of which decisions are made", "rule book"], ["account book", "a record in which commercial accounts are recorded", "account book"]]}, {"answer": "booklet", "hint": "synonyms for booklet", "clues": [["brochure", "a small book usually having a paper cover", "brochure"], ["folder", "a small book usually having a paper cover", "folder"], ["leaflet", "a small book usually having a paper cover", "leaflet"], ["pamphlet", "a small book usually having a paper cover", "pamphlet"]]}, {"answer": "boom", "hint": "synonyms for boom", "clues": [["roar", "a deep prolonged loud noise", "roar"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bunce"], ["microphone boom", "a pole carrying an overhead microphone projected over a film or tv set", "microphone boom"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "windfall"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bonanza"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gravy"], ["thunder", "a deep prolonged loud noise", "thunder"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gold rush"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "manna from heaven"]]}, {"answer": "boost", "hint": "synonyms for boost", "clues": [["hike", "an increase in cost", "hike"], ["cost increase", "an increase in cost", "cost increase"], ["rise", "an increase in cost", "rise"], ["encouragement", "the act of giving hope or support to someone", "encouragement"]]}, {"answer": "booster", "hint": "synonyms for booster", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal", "booster station"], ["relay link", "an amplifier for restoring the strength of a transmitted signal", "relay link"], ["booster rocket", "the first stage of a multistage rocket", "booster rocket"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal", "relay transmitter"], ["booster unit", "the first stage of a multistage rocket", "booster unit"], ["relay station", "an amplifier for restoring the strength of a transmitted signal", "relay station"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal", "booster amplifier"], ["takeoff booster", "the first stage of a multistage rocket", "takeoff booster"], ["booster dose", "an additional dose that makes sure the first dose was effective", "booster dose"], ["recall dose", "an additional dose that makes sure the first dose was effective", "recall dose"], ["takeoff rocket", "the first stage of a multistage rocket", "takeoff rocket"], ["booster shot", "an additional dose that makes sure the first dose was effective", "booster shot"]]}, {"answer": "booster_amplifier", "hint": "synonyms for booster amplifier", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal", "booster station"], ["relay link", "an amplifier for restoring the strength of a transmitted signal", "relay link"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal", "relay transmitter"], ["booster", "an amplifier for restoring the strength of a transmitted signal", "booster"], ["relay station", "an amplifier for restoring the strength of a transmitted signal", "relay station"]]}, {"answer": "booster_rocket", "hint": "synonyms for booster rocket", "clues": [["takeoff booster", "the first stage of a multistage rocket", "takeoff booster"], ["booster", "the first stage of a multistage rocket", "booster"], ["takeoff rocket", "the first stage of a multistage rocket", "takeoff rocket"], ["booster unit", "the first stage of a multistage rocket", "booster unit"]]}, {"answer": "booster_station", "hint": "synonyms for booster station", "clues": [["relay link", "an amplifier for restoring the strength of a transmitted signal", "relay link"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal", "relay transmitter"], ["booster", "an amplifier for restoring the strength of a transmitted signal", "booster"], ["relay station", "an amplifier for restoring the strength of a transmitted signal", "relay station"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal", "booster amplifier"]]}, {"answer": "booster_unit", "hint": "synonyms for booster unit", "clues": [["takeoff booster", "the first stage of a multistage rocket", "takeoff booster"], ["booster", "the first stage of a multistage rocket", "booster"], ["takeoff rocket", "the first stage of a multistage rocket", "takeoff rocket"], ["booster rocket", "the first stage of a multistage rocket", "booster rocket"]]}, {"answer": "boot", "hint": "synonyms for boot", "clues": [["rush", "the swift release of a store of affective force", "rush"], ["kick", "the swift release of a store of affective force", "kick"], ["flush", "the swift release of a store of affective force", "flush"], ["iron heel", "an instrument of torture that is used to heat or crush the foot and leg", "iron heel"], ["the boot", "an instrument of torture that is used to heat or crush the foot and leg", "the boot"], ["charge", "the swift release of a store of affective force", "charge"], ["iron boot", "an instrument of torture that is used to heat or crush the foot and leg", "iron boot"], ["bang", "the swift release of a store of affective force", "bang"], ["thrill", "the swift release of a store of affective force", "thrill"]]}, {"answer": "booty", "hint": "synonyms for booty", "clues": [["pillage", "goods or money obtained illegally", "pillage"], ["swag", "goods or money obtained illegally", "swag"], ["plunder", "goods or money obtained illegally", "plunder"], ["prize", "goods or money obtained illegally", "prize"], ["dirty money", "goods or money obtained illegally", "dirty money"], ["loot", "goods or money obtained illegally", "loot"]]}, {"answer": "booze", "hint": "synonyms for booze", "clues": [["strong drink", "an alcoholic beverage that is distilled rather than fermented", "strong drink"], ["spirits", "an alcoholic beverage that is distilled rather than fermented", "spirits"], ["liquor", "an alcoholic beverage that is distilled rather than fermented", "liquor"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented", "hard liquor"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented", "hard drink"]]}, {"answer": "booze-up", "hint": "synonyms for booze-up", "clues": [["carouse", "revelry in drinking; a merry drinking party", "carouse"], ["bender", "revelry in drinking; a merry drinking party", "bender"], ["carousal", "revelry in drinking; a merry drinking party", "carousal"], ["toot", "revelry in drinking; a merry drinking party", "toot"]]}, {"answer": "bordello", "hint": "synonyms for bordello", "clues": [["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["sporting house", "a building where prostitutes are available", "sporting house"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "border", "hint": "synonyms for border", "clues": [["edge", "the boundary of a surface", "edge"], ["mete", "a line that indicates a boundary", "mete"], ["perimeter", "the boundary line or the area immediately inside the boundary", "perimeter"], ["margin", "the boundary line or the area immediately inside the boundary", "margin"], ["delimitation", "a line that indicates a boundary", "delimitation"], ["molding", "a decorative recessed or relieved surface on an edge", "molding"], ["boundary line", "a line that indicates a boundary", "boundary line"], ["borderline", "a line that indicates a boundary", "borderline"]]}, {"answer": "bore", "hint": "synonyms for bore", "clues": [["calibre", "diameter of a tube or gun barrel", "calibre"], ["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "aegir"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eager"], ["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "tidal bore"], ["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eagre"], ["gauge", "diameter of a tube or gun barrel", "gauge"], ["drill hole", "a hole or passage made by a drill; usually made for exploratory purposes", "drill hole"], ["bore-hole", "a hole or passage made by a drill; usually made for exploratory purposes", "bore-hole"]]}, {"answer": "bosh", "hint": "synonyms for bosh", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "botch", "hint": "synonyms for botch", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["fuckup", "an embarrassing mistake", "fuckup"], ["bungle", "an embarrassing mistake", "bungle"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "bother", "hint": "synonyms for bother", "clues": [["fuss", "an angry disturbance", "fuss"], ["botheration", "something or someone that causes trouble; a source of unhappiness", "botheration"], ["pain", "something or someone that causes trouble; a source of unhappiness", "pain"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness", "pain in the neck"], ["hassle", "an angry disturbance", "hassle"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness", "pain in the ass"], ["annoyance", "something or someone that causes trouble; a source of unhappiness", "annoyance"], ["infliction", "something or someone that causes trouble; a source of unhappiness", "infliction"], ["trouble", "an angry disturbance", "trouble"]]}, {"answer": "botheration", "hint": "synonyms for botheration", "clues": [["pain in the ass", "something or someone that causes trouble; a source of unhappiness", "pain in the ass"], ["annoyance", "something or someone that causes trouble; a source of unhappiness", "annoyance"], ["bother", "something or someone that causes trouble; a source of unhappiness", "bother"], ["infliction", "something or someone that causes trouble; a source of unhappiness", "infliction"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness", "pain in the neck"], ["pain", "something or someone that causes trouble; a source of unhappiness", "pain"]]}, {"answer": "bounce", "hint": "synonyms for bounce", "clues": [["bouncing", "rebounding from an impact (or series of impacts)", "bouncing"], ["leaping", "a light, self-propelled movement upwards or forwards", "leaping"], ["saltation", "a light, self-propelled movement upwards or forwards", "saltation"], ["bound", "a light, self-propelled movement upwards or forwards", "bound"], ["bounciness", "the quality of a substance that is able to rebound", "bounciness"], ["spring", "a light, self-propelled movement upwards or forwards", "spring"]]}, {"answer": "boundary_line", "hint": "synonyms for boundary line", "clues": [["mete", "a line that indicates a boundary", "mete"], ["border", "a line that indicates a boundary", "border"], ["borderline", "a line that indicates a boundary", "borderline"], ["delimitation", "a line that indicates a boundary", "delimitation"]]}, {"answer": "boundlessness", "hint": "synonyms for boundlessness", "clues": [["unboundedness", "the quality of being infinite; without bound or limit", "unboundedness"], ["limitlessness", "the quality of being infinite; without bound or limit", "limitlessness"], ["infinitude", "the quality of being infinite; without bound or limit", "infinitude"], ["infiniteness", "the quality of being infinite; without bound or limit", "infiniteness"]]}, {"answer": "bounds", "hint": "synonyms for bounds", "clues": [["bound", "the line or plane indicating the limit or extent of something", "bound"], ["edge", "a line determining the limits of an area", "edge"], ["spring", "a light, self-propelled movement upwards or forwards", "spring"], ["saltation", "a light, self-propelled movement upwards or forwards", "saltation"], ["boundary", "a line determining the limits of an area", "boundary"], ["leaping", "a light, self-propelled movement upwards or forwards", "leaping"], ["limit", "the greatest possible degree of something", "limit"], ["bounce", "a light, self-propelled movement upwards or forwards", "bounce"]]}, {"answer": "bounty", "hint": "synonyms for bounty", "clues": [["premium", "payment or reward (especially from a government) for acts such as catching criminals or killing predatory animals or enlisting in the military", "premium"], ["bounteousness", "generosity evidenced by a willingness to give freely", "bounteousness"], ["bountifulness", "the property of copious abundance", "bountifulness"], ["amplitude", "the property of copious abundance", "amplitude"]]}, {"answer": "bouquet", "hint": "synonyms for bouquet", "clues": [["redolence", "a pleasingly sweet olfactory property", "redolence"], ["fragrance", "a pleasingly sweet olfactory property", "fragrance"], ["corsage", "an arrangement of flowers that is usually given as a present", "corsage"], ["sweetness", "a pleasingly sweet olfactory property", "sweetness"], ["nosegay", "an arrangement of flowers that is usually given as a present", "nosegay"], ["posy", "an arrangement of flowers that is usually given as a present", "posy"]]}, {"answer": "bout", "hint": "synonyms for bout", "clues": [["round", "(sports) a division during which one team is on the offensive", "round"], ["binge", "an occasion for excessive eating or drinking", "binge"], ["bust", "an occasion for excessive eating or drinking", "bust"], ["turn", "(sports) a division during which one team is on the offensive", "turn"], ["tear", "an occasion for excessive eating or drinking", "tear"]]}, {"answer": "bow", "hint": "synonyms for bow", "clues": [["curtain call", "an appearance by actors or performers at the end of the concert or play in order to acknowledge the applause of the audience", "curtain call"], ["arc", "something curved in shape", "arc"], ["prow", "front part of a vessel or aircraft", "prow"], ["stem", "front part of a vessel or aircraft", "stem"], ["obeisance", "bending the head or body or knee as a sign of reverence or submission or shame or greeting", "obeisance"], ["bowknot", "a knot with two loops and loose ends; used to tie shoelaces", "bowknot"], ["fore", "front part of a vessel or aircraft", "fore"], ["bowing", "bending the head or body or knee as a sign of reverence or submission or shame or greeting", "bowing"]]}, {"answer": "bowl", "hint": "synonyms for bowl", "clues": [["bowlful", "the quantity contained in a bowl", "bowlful"], ["pipe bowl", "a small round container that is open at the top for holding tobacco", "pipe bowl"], ["sports stadium", "a large structure for open-air sports or entertainments", "sports stadium"], ["bowling ball", "a large ball with finger holes used in the sport of bowling", "bowling ball"], ["arena", "a large structure for open-air sports or entertainments", "arena"], ["roll", "the act of rolling something (as the ball in bowling)", "roll"], ["stadium", "a large structure for open-air sports or entertainments", "stadium"], ["trough", "a concave shape with an open top", "trough"]]}, {"answer": "bowler", "hint": "synonyms for bowler", "clues": [["derby hat", "a felt hat that is round and hard with a narrow brim", "derby hat"], ["derby", "a felt hat that is round and hard with a narrow brim", "derby"], ["bowler hat", "a felt hat that is round and hard with a narrow brim", "bowler hat"], ["plug hat", "a felt hat that is round and hard with a narrow brim", "plug hat"]]}, {"answer": "bowler_hat", "hint": "synonyms for bowler hat", "clues": [["derby", "a felt hat that is round and hard with a narrow brim", "derby"], ["derby hat", "a felt hat that is round and hard with a narrow brim", "derby hat"], ["bowler", "a felt hat that is round and hard with a narrow brim", "bowler"], ["plug hat", "a felt hat that is round and hard with a narrow brim", "plug hat"]]}, {"answer": "bowls", "hint": "synonyms for bowls", "clues": [["bowl", "the act of rolling something (as the ball in bowling)", "bowl"], ["sports stadium", "a large structure for open-air sports or entertainments", "sports stadium"], ["lawn bowling", "a bowling game played on a level lawn with biased wooden balls that are rolled at a jack", "lawn bowling"], ["arena", "a large structure for open-air sports or entertainments", "arena"], ["trough", "a concave shape with an open top", "trough"], ["bowlful", "the quantity contained in a bowl", "bowlful"], ["pipe bowl", "a small round container that is open at the top for holding tobacco", "pipe bowl"], ["bowling ball", "a large ball with finger holes used in the sport of bowling", "bowling ball"], ["roll", "the act of rolling something (as the ball in bowling)", "roll"], ["stadium", "a large structure for open-air sports or entertainments", "stadium"]]}, {"answer": "boxberry", "hint": "synonyms for boxberry", "clues": [["checkerberry", "spicy red berrylike fruit; source of wintergreen oil", "checkerberry"], ["wintergreen", "spicy red berrylike fruit; source of wintergreen oil", "wintergreen"], ["spiceberry", "spicy red berrylike fruit; source of wintergreen oil", "spiceberry"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil", "teaberry"]]}, {"answer": "boxers", "hint": "synonyms for boxers", "clues": [["boxershorts", "underpants worn by men", "boxershorts"], ["shorts", "underpants worn by men", "shorts"], ["underdrawers", "underpants worn by men", "underdrawers"], ["drawers", "underpants worn by men", "drawers"]]}, {"answer": "boxershorts", "hint": "synonyms for boxershorts", "clues": [["underdrawers", "underpants worn by men", "underdrawers"], ["shorts", "underpants worn by men", "shorts"], ["boxers", "underpants worn by men", "boxers"], ["drawers", "underpants worn by men", "drawers"]]}, {"answer": "brace", "hint": "synonyms for brace", "clues": [["twosome", "two items of the same kind", "twosome"], ["distich", "two items of the same kind", "distich"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["pair", "a set of two similar things considered as a unit", "pair"], ["bitstock", "a carpenter's tool having a crank handle for turning and a socket to hold a bit for boring", "bitstock"], ["couplet", "two items of the same kind", "couplet"], ["orthodontic braces", "an appliance that corrects dental irregularities", "orthodontic braces"], ["braces", "an appliance that corrects dental irregularities", "braces"], ["gallus", "elastic straps that hold trousers up (usually used in the plural)", "gallus"], ["duad", "two items of the same kind", "duad"], ["span", "two items of the same kind", "span"], ["bracing", "a structural member used to stiffen a framework", "bracing"], ["dyad", "two items of the same kind", "dyad"], ["suspender", "elastic straps that hold trousers up (usually used in the plural)", "suspender"], ["yoke", "two items of the same kind", "yoke"], ["twain", "two items of the same kind", "twain"]]}, {"answer": "bracelet", "hint": "synonyms for bracelet", "clues": [["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watch bracelet"], ["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchstrap"], ["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "wristband"], ["bangle", "jewelry worn around the wrist for decoration", "bangle"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchband"]]}, {"answer": "braces", "hint": "synonyms for braces", "clues": [["brace", "either of two punctuation marks ({ or }) used to enclose textual material", "brace"], ["twosome", "two items of the same kind", "twosome"], ["distich", "two items of the same kind", "distich"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["pair", "a set of two similar things considered as a unit", "pair"], ["bitstock", "a carpenter's tool having a crank handle for turning and a socket to hold a bit for boring", "bitstock"], ["couplet", "two items of the same kind", "couplet"], ["orthodontic braces", "an appliance that corrects dental irregularities", "orthodontic braces"], ["gallus", "elastic straps that hold trousers up (usually used in the plural)", "gallus"], ["duad", "two items of the same kind", "duad"], ["span", "two items of the same kind", "span"], ["bracing", "a structural member used to stiffen a framework", "bracing"], ["dyad", "two items of the same kind", "dyad"], ["suspender", "elastic straps that hold trousers up (usually used in the plural)", "suspender"], ["yoke", "two items of the same kind", "yoke"], ["twain", "two items of the same kind", "twain"]]}, {"answer": "brain", "hint": "synonyms for brain", "clues": [["mental capacity", "mental ability", "mental capacity"], ["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "mind"], ["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "nous"], ["mentality", "mental ability", "mentality"], ["brainpower", "mental ability", "brainpower"], ["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "psyche"], ["learning ability", "mental ability", "learning ability"], ["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "head"], ["wit", "mental ability", "wit"]]}, {"answer": "brainpower", "hint": "synonyms for brainpower", "clues": [["mentality", "mental ability", "mentality"], ["brain", "mental ability", "brain"], ["mental capacity", "mental ability", "mental capacity"], ["learning ability", "mental ability", "learning ability"], ["wit", "mental ability", "wit"]]}, {"answer": "brainwave", "hint": "synonyms for brainwave", "clues": [["brain wave", "(neurophysiology) rapid fluctuations of voltage between parts of the cerebral cortex that are detectable with an electroencephalograph", "brain wave"], ["cortical potential", "(neurophysiology) rapid fluctuations of voltage between parts of the cerebral cortex that are detectable with an electroencephalograph", "cortical potential"], ["insight", "the clear (and often sudden) understanding of a complex situation", "insight"], ["brainstorm", "the clear (and often sudden) understanding of a complex situation", "brainstorm"]]}, {"answer": "branch", "hint": "synonyms for branch", "clues": [["subdivision", "a division of some larger or more complex organization", "subdivision"], ["leg", "a part of a forked or branching shape", "leg"], ["limb", "any projection that is thought to resemble a human arm", "limb"], ["offshoot", "a natural consequence of development", "offshoot"], ["outgrowth", "a natural consequence of development", "outgrowth"], ["arm", "a division of some larger or more complex organization", "arm"], ["ramification", "a part of a forked or branching shape", "ramification"], ["offset", "a natural consequence of development", "offset"]]}, {"answer": "brand", "hint": "synonyms for brand", "clues": [["stigma", "a symbol of disgrace or infamy; --Genesis", "stigma"], ["sword", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard", "sword"], ["stain", "a symbol of disgrace or infamy; --Genesis", "stain"], ["marque", "a name given to a product or service", "marque"], ["trade name", "a name given to a product or service", "trade name"], ["make", "a recognizable kind", "make"], ["mark", "a symbol of disgrace or infamy; --Genesis", "mark"], ["blade", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard", "blade"], ["brand name", "a name given to a product or service", "brand name"], ["firebrand", "a piece of wood that has been burned or is burning", "firebrand"], ["steel", "a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard", "steel"]]}, {"answer": "brashness", "hint": "synonyms for brashness", "clues": [["glitz", "tasteless showiness", "glitz"], ["flashiness", "tasteless showiness", "flashiness"], ["gaudiness", "tasteless showiness", "gaudiness"], ["tawdriness", "tasteless showiness", "tawdriness"], ["garishness", "tasteless showiness", "garishness"], ["meretriciousness", "tasteless showiness", "meretriciousness"], ["loudness", "tasteless showiness", "loudness"]]}, {"answer": "brass", "hint": "synonyms for brass", "clues": [["brass instrument", "a wind instrument that consists of a brass tube (usually of variable length) that is blown by means of a cup-shaped or funnel-shaped mouthpiece", "brass instrument"], ["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "establishment"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governing body"], ["memorial tablet", "a memorial made of brass", "memorial tablet"], ["organisation", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "organisation"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governance"], ["face", "impudent aggressiveness", "face"], ["boldness", "impudent aggressiveness", "boldness"], ["nerve", "impudent aggressiveness", "nerve"], ["cheek", "impudent aggressiveness", "cheek"], ["plaque", "a memorial made of brass", "plaque"], ["brass section", "the section of a band or orchestra that plays brass instruments", "brass section"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "administration"]]}, {"answer": "bravery", "hint": "synonyms for bravery", "clues": [["braveness", "a quality of spirit that enables you to face danger or pain without showing fear", "braveness"], ["fearlessness", "feeling no fear", "fearlessness"], ["courageousness", "a quality of spirit that enables you to face danger or pain without showing fear", "courageousness"], ["courage", "a quality of spirit that enables you to face danger or pain without showing fear", "courage"]]}, {"answer": "brawn", "hint": "synonyms for brawn", "clues": [["sinew", "possessing muscular strength", "sinew"], ["muscle", "possessing muscular strength", "muscle"], ["heftiness", "possessing muscular strength", "heftiness"], ["brawniness", "possessing muscular strength", "brawniness"], ["muscularity", "possessing muscular strength", "muscularity"]]}, {"answer": "brawniness", "hint": "synonyms for brawniness", "clues": [["sinew", "possessing muscular strength", "sinew"], ["muscle", "possessing muscular strength", "muscle"], ["heftiness", "possessing muscular strength", "heftiness"], ["brawn", "possessing muscular strength", "brawn"], ["muscularity", "possessing muscular strength", "muscularity"]]}, {"answer": "breach", "hint": "synonyms for breach", "clues": [["rift", "a personal or social separation (as between opposing factions)", "rift"], ["rupture", "a personal or social separation (as between opposing factions)", "rupture"], ["break", "a personal or social separation (as between opposing factions)", "break"], ["severance", "a personal or social separation (as between opposing factions)", "severance"], ["falling out", "a personal or social separation (as between opposing factions)", "falling out"]]}, {"answer": "bread", "hint": "synonyms for bread", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["staff of life", "food made from dough of flour or meal and usually raised with yeast or baking powder and then baked", "staff of life"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"], ["breadstuff", "food made from dough of flour or meal and usually raised with yeast or baking powder and then baked", "breadstuff"]]}, {"answer": "bread_and_butter", "hint": "synonyms for bread and butter", "clues": [["keep", "the financial means whereby one lives", "keep"], ["livelihood", "the financial means whereby one lives", "livelihood"], ["support", "the financial means whereby one lives", "support"], ["living", "the financial means whereby one lives", "living"], ["sustenance", "the financial means whereby one lives", "sustenance"]]}, {"answer": "break", "hint": "synonyms for break", "clues": [["happy chance", "an unexpected piece of good luck", "happy chance"], ["breakage", "the act of breaking something", "breakage"], ["fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fault"], ["intermission", "a time interval during which there is a temporary cessation of something", "intermission"], ["disruption", "an act of delaying or interrupting the continuity", "disruption"], ["interruption", "an act of delaying or interrupting the continuity", "interruption"], ["prisonbreak", "an escape from jail", "prisonbreak"], ["severance", "a personal or social separation (as between opposing factions)", "severance"], ["prison-breaking", "an escape from jail", "prison-breaking"], ["gap", "an act of delaying or interrupting the continuity", "gap"], ["gaolbreak", "an escape from jail", "gaolbreak"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fracture"], ["jailbreak", "an escape from jail", "jailbreak"], ["pause", "a time interval during which there is a temporary cessation of something", "pause"], ["breaking", "the act of breaking something", "breaking"], ["breach", "a personal or social separation (as between opposing factions)", "breach"], ["falling out", "a personal or social separation (as between opposing factions)", "falling out"], ["break of serve", "(tennis) a score consisting of winning a game when your opponent was serving", "break of serve"], ["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "shift"], ["time out", "a pause from doing something (as work)", "time out"], ["rift", "a personal or social separation (as between opposing factions)", "rift"], ["suspension", "a time interval during which there is a temporary cessation of something", "suspension"], ["respite", "a pause from doing something (as work)", "respite"], ["good luck", "an unexpected piece of good luck", "good luck"], ["open frame", "any frame in which a bowler fails to make a strike or spare", "open frame"], ["recess", "a pause from doing something (as work)", "recess"], ["breakout", "an escape from jail", "breakout"], ["rupture", "a personal or social separation (as between opposing factions)", "rupture"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "geological fault"]]}, {"answer": "break_of_day", "hint": "synonyms for break of day", "clues": [["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawning", "the first light of day", "dawning"], ["break of the day", "the first light of day", "break of the day"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "break_of_the_day", "hint": "synonyms for break of the day", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawning", "the first light of day", "dawning"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "breakout", "hint": "synonyms for breakout", "clues": [["break", "an escape from jail", "break"], ["gaolbreak", "an escape from jail", "gaolbreak"], ["prisonbreak", "an escape from jail", "prisonbreak"], ["prison-breaking", "an escape from jail", "prison-breaking"], ["jailbreak", "an escape from jail", "jailbreak"]]}, {"answer": "breakwater", "hint": "synonyms for breakwater", "clues": [["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "bulwark"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "jetty"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groin"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "mole"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groyne"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"]]}, {"answer": "breath", "hint": "synonyms for breath", "clues": [["breathing place", "a short respite", "breathing place"], ["breathing spell", "a short respite", "breathing spell"], ["hint", "an indirect suggestion", "hint"], ["breather", "a short respite", "breather"], ["intimation", "an indirect suggestion", "intimation"], ["breathing time", "a short respite", "breathing time"]]}, {"answer": "breather", "hint": "synonyms for breather", "clues": [["breathing place", "a short respite", "breathing place"], ["snorkel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "snorkel"], ["snorkel breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "snorkel breather"], ["schnorchel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "schnorchel"], ["breathing spell", "a short respite", "breathing spell"], ["breath", "a short respite", "breath"], ["breathing time", "a short respite", "breathing time"]]}, {"answer": "breathing_space", "hint": "synonyms for breathing space", "clues": [["breathing place", "a short respite", "breathing place"], ["breathing room", "sufficient room for easy breathing or movement", "breathing room"], ["breathing spell", "a short respite", "breathing spell"], ["breath", "a short respite", "breath"], ["breathing time", "a short respite", "breathing time"]]}, {"answer": "breeches", "hint": "synonyms for breeches", "clues": [["rear of barrel", "opening in the rear of the barrel of a gun where bullets can be loaded", "rear of barrel"], ["knickerbockers", "trousers ending above the knee", "knickerbockers"], ["knee pants", "trousers ending above the knee", "knee pants"], ["knickers", "trousers ending above the knee", "knickers"], ["rear of tube", "opening in the rear of the barrel of a gun where bullets can be loaded", "rear of tube"], ["knee breeches", "trousers ending above the knee", "knee breeches"], ["breech", "opening in the rear of the barrel of a gun where bullets can be loaded", "breech"]]}, {"answer": "breeze", "hint": "synonyms for breeze", "clues": [["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["pushover", "any undertaking that is easy to do", "pushover"], ["picnic", "any undertaking that is easy to do", "picnic"], ["child's play", "any undertaking that is easy to do", "child's play"], ["snap", "any undertaking that is easy to do", "snap"], ["gentle wind", "a slight wind (usually refreshing)", "gentle wind"], ["air", "a slight wind (usually refreshing)", "air"], ["zephyr", "a slight wind (usually refreshing)", "zephyr"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["walkover", "any undertaking that is easy to do", "walkover"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "bricole", "hint": "synonyms for bricole", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"]]}, {"answer": "bridge", "hint": "synonyms for bridge", "clues": [["span", "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc.", "span"], ["bridge circuit", "a circuit consisting of two branches (4 arms arranged in a diamond configuration) across which a meter is connected", "bridge circuit"], ["nosepiece", "the link between two lenses; rests on the nose", "nosepiece"], ["bridge deck", "an upper deck where a ship is steered and the captain stands", "bridge deck"], ["bridgework", "a denture anchored to teeth on either side of missing teeth", "bridgework"]]}, {"answer": "bridges", "hint": "synonyms for bridges", "clues": [["nosepiece", "the link between two lenses; rests on the nose", "nosepiece"], ["bridge circuit", "a circuit consisting of two branches (4 arms arranged in a diamond configuration) across which a meter is connected", "bridge circuit"], ["bridge", "the link between two lenses; rests on the nose", "bridge"], ["bridge deck", "an upper deck where a ship is steered and the captain stands", "bridge deck"], ["span", "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc.", "span"], ["bridgework", "a denture anchored to teeth on either side of missing teeth", "bridgework"]]}, {"answer": "brightness", "hint": "synonyms for brightness", "clues": [["luminosity", "the quality of being luminous; emitting or reflecting light", "luminosity"], ["luminousness", "the quality of being luminous; emitting or reflecting light", "luminousness"], ["light", "the quality of being luminous; emitting or reflecting light", "light"], ["smartness", "intelligence as manifested in being quick and witty", "smartness"], ["brightness level", "the quality of being luminous; emitting or reflecting light", "brightness level"], ["luminance", "the quality of being luminous; emitting or reflecting light", "luminance"], ["cleverness", "intelligence as manifested in being quick and witty", "cleverness"]]}, {"answer": "brightness_level", "hint": "synonyms for brightness level", "clues": [["brightness", "the quality of being luminous; emitting or reflecting light", "brightness"], ["light", "the quality of being luminous; emitting or reflecting light", "light"], ["luminance", "the quality of being luminous; emitting or reflecting light", "luminance"], ["luminosity", "the quality of being luminous; emitting or reflecting light", "luminosity"], ["luminousness", "the quality of being luminous; emitting or reflecting light", "luminousness"]]}, {"answer": "brilliance", "hint": "synonyms for brilliance", "clues": [["magnificence", "the quality of being magnificent or splendid or grand", "magnificence"], ["glare", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted", "glare"], ["genius", "unusual mental ability", "genius"], ["splendor", "the quality of being magnificent or splendid or grand", "splendor"], ["grandeur", "the quality of being magnificent or splendid or grand", "grandeur"], ["blaze", "a light within the field of vision that is brighter than the brightness to which the eyes are adapted", "blaze"], ["grandness", "the quality of being magnificent or splendid or grand", "grandness"]]}, {"answer": "bringing_up", "hint": "synonyms for bringing up", "clues": [["nurture", "helping someone grow up to be an accepted member of the community", "nurture"], ["raising", "helping someone grow up to be an accepted member of the community", "raising"], ["rearing", "helping someone grow up to be an accepted member of the community", "rearing"], ["upbringing", "helping someone grow up to be an accepted member of the community", "upbringing"], ["fostering", "helping someone grow up to be an accepted member of the community", "fostering"], ["breeding", "helping someone grow up to be an accepted member of the community", "breeding"], ["fosterage", "helping someone grow up to be an accepted member of the community", "fosterage"]]}, {"answer": "brio", "hint": "synonyms for brio", "clues": [["spiritedness", "quality of being active or spirited or alive and vigorous", "spiritedness"], ["vivification", "quality of being active or spirited or alive and vigorous", "vivification"], ["invigoration", "quality of being active or spirited or alive and vigorous", "invigoration"], ["animation", "quality of being active or spirited or alive and vigorous", "animation"]]}, {"answer": "broadsheet", "hint": "synonyms for broadsheet", "clues": [["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "circular"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flier"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flyer"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "bill"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "throwaway"]]}, {"answer": "brochure", "hint": "synonyms for brochure", "clues": [["folder", "a small book usually having a paper cover", "folder"], ["leaflet", "a small book usually having a paper cover", "leaflet"], ["booklet", "a small book usually having a paper cover", "booklet"], ["pamphlet", "a small book usually having a paper cover", "pamphlet"]]}, {"answer": "bromide", "hint": "synonyms for bromide", "clues": [["banality", "a trite or obvious remark", "banality"], ["commonplace", "a trite or obvious remark", "commonplace"], ["cliche", "a trite or obvious remark", "cliche"], ["platitude", "a trite or obvious remark", "platitude"]]}, {"answer": "bronx_cheer", "hint": "synonyms for bronx cheer", "clues": [["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "brothel", "hint": "synonyms for brothel", "clues": [["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["sporting house", "a building where prostitutes are available", "sporting house"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["bordello", "a building where prostitutes are available", "bordello"]]}, {"answer": "brotherhood", "hint": "synonyms for brotherhood", "clues": [["union", "an organization of employees formed to bargain with the employer", "union"], ["sodality", "people engaged in a particular occupation", "sodality"], ["trades union", "an organization of employees formed to bargain with the employer", "trades union"], ["fraternity", "people engaged in a particular occupation", "fraternity"], ["labor union", "an organization of employees formed to bargain with the employer", "labor union"]]}, {"answer": "brush", "hint": "synonyms for brush", "clues": [["skirmish", "a minor short-term fight", "skirmish"], ["copse", "a dense growth of bushes", "copse"], ["brushwood", "a dense growth of bushes", "brushwood"], ["brushing", "the act of brushing your hair", "brushing"], ["thicket", "a dense growth of bushes", "thicket"], ["clash", "a minor short-term fight", "clash"], ["light touch", "momentary contact", "light touch"], ["encounter", "a minor short-term fight", "encounter"], ["coppice", "a dense growth of bushes", "coppice"]]}, {"answer": "brushwood", "hint": "synonyms for brushwood", "clues": [["copse", "a dense growth of bushes", "copse"], ["brush", "a dense growth of bushes", "brush"], ["coppice", "a dense growth of bushes", "coppice"], ["thicket", "a dense growth of bushes", "thicket"]]}, {"answer": "brusqueness", "hint": "synonyms for brusqueness", "clues": [["curtness", "an abrupt discourteous manner", "curtness"], ["abruptness", "an abrupt discourteous manner", "abruptness"], ["shortness", "an abrupt discourteous manner", "shortness"], ["gruffness", "an abrupt discourteous manner", "gruffness"]]}, {"answer": "brutality", "hint": "synonyms for brutality", "clues": [["savagery", "the trait of extreme cruelty", "savagery"], ["barbarism", "a brutal barbarous savage act", "barbarism"], ["barbarity", "a brutal barbarous savage act", "barbarity"], ["viciousness", "the trait of extreme cruelty", "viciousness"], ["ferociousness", "the trait of extreme cruelty", "ferociousness"]]}, {"answer": "bs", "hint": "synonyms for bs", "clues": [["vitamin B", "originally thought to be a single vitamin but now separated into several B vitamins", "vitamin B"], ["atomic number 5", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder", "atomic number 5"], ["barn", "(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter", "barn"], ["b", "(physics) a unit of nuclear cross section; the effective circular area that one particle presents to another as a target for an encounter", "b"], ["vitamin B complex", "originally thought to be a single vitamin but now separated into several B vitamins", "vitamin B complex"], ["boron", "a trivalent metalloid element; occurs both in a hard black crystal and in the form of a yellow or brown powder", "boron"]]}, {"answer": "buck", "hint": "synonyms for buck", "clues": [["sawhorse", "a framework for holding wood that is being sawed", "sawhorse"], ["vaulting horse", "a gymnastic horse without pommels and with one end elongated; used lengthwise for vaulting", "vaulting horse"], ["horse", "a framework for holding wood that is being sawed", "horse"], ["one dollar bill", "a piece of paper money worth one dollar", "one dollar bill"], ["long horse", "a gymnastic horse without pommels and with one end elongated; used lengthwise for vaulting", "long horse"], ["dollar", "a piece of paper money worth one dollar", "dollar"], ["sawbuck", "a framework for holding wood that is being sawed", "sawbuck"], ["dollar bill", "a piece of paper money worth one dollar", "dollar bill"], ["clam", "a piece of paper money worth one dollar", "clam"]]}, {"answer": "buffer", "hint": "synonyms for buffer", "clues": [["buff", "an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)", "buff"], ["buffer zone", "a neutral zone between two rival powers that is created in order to diminish the danger of conflict", "buffer zone"], ["pilot", "an inclined metal frame at the front of a locomotive to clear the track", "pilot"], ["buffer storage", "(computer science) a part of RAM used for temporary storage of data that is waiting to be sent to a device; used to compensate for differences in the rate of flow of data between components of a computer system", "buffer storage"], ["fender", "an inclined metal frame at the front of a locomotive to clear the track", "fender"], ["cowcatcher", "an inclined metal frame at the front of a locomotive to clear the track", "cowcatcher"], ["polisher", "a power tool used to buff surfaces", "polisher"]]}, {"answer": "buffet", "hint": "synonyms for buffet", "clues": [["counter", "a piece of furniture that stands at the side of a dining room; has shelves and drawers", "counter"], ["sideboard", "a piece of furniture that stands at the side of a dining room; has shelves and drawers", "sideboard"], ["snack counter", "usually inexpensive bar", "snack counter"], ["snack bar", "usually inexpensive bar", "snack bar"]]}, {"answer": "buffoonery", "hint": "synonyms for buffoonery", "clues": [["japery", "acting like a clown or buffoon", "japery"], ["prank", "acting like a clown or buffoon", "prank"], ["frivolity", "acting like a clown or buffoon", "frivolity"], ["harlequinade", "acting like a clown or buffoon", "harlequinade"], ["clowning", "acting like a clown or buffoon", "clowning"]]}, {"answer": "bulb", "hint": "synonyms for bulb", "clues": [["light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "light bulb"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "incandescent lamp"], ["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric light"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric-light bulb"]]}, {"answer": "bulge", "hint": "synonyms for bulge", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "bull", "hint": "synonyms for bull", "clues": [["papal bull", "a formal proclamation issued by the pope (usually written in antiquated characters and sealed with a leaden bulla)", "papal bull"], ["shit", "obscene words for unacceptable behavior", "shit"], ["bullshit", "obscene words for unacceptable behavior", "bullshit"], ["horseshit", "obscene words for unacceptable behavior", "horseshit"], ["crap", "obscene words for unacceptable behavior", "crap"], ["dogshit", "obscene words for unacceptable behavior", "dogshit"], ["bull's eye", "the center of a target", "bull's eye"]]}, {"answer": "bull's_eye", "hint": "synonyms for bull's eye", "clues": [["mark", "something that exactly succeeds in achieving its goal", "mark"], ["bull", "the center of a target", "bull"], ["home run", "something that exactly succeeds in achieving its goal", "home run"], ["bell ringer", "something that exactly succeeds in achieving its goal", "bell ringer"]]}, {"answer": "bull_fiddle", "hint": "synonyms for bull fiddle", "clues": [["contrabass", "largest and lowest member of the violin family", "contrabass"], ["double bass", "largest and lowest member of the violin family", "double bass"], ["bass viol", "largest and lowest member of the violin family", "bass viol"], ["bass fiddle", "largest and lowest member of the violin family", "bass fiddle"], ["string bass", "largest and lowest member of the violin family", "string bass"]]}, {"answer": "bullet", "hint": "synonyms for bullet", "clues": [["fastball", "(baseball) a pitch thrown with maximum velocity", "fastball"], ["slug", "a projectile that is fired from a gun", "slug"], ["bullet train", "a high-speed passenger train", "bullet train"], ["smoke", "(baseball) a pitch thrown with maximum velocity", "smoke"], ["hummer", "(baseball) a pitch thrown with maximum velocity", "hummer"], ["heater", "(baseball) a pitch thrown with maximum velocity", "heater"]]}, {"answer": "bulletin_board", "hint": "synonyms for bulletin board", "clues": [["notice board", "a board that hangs on a wall; displays announcements", "notice board"], ["bbs", "a computer that is running software that allows users to leave messages and access information of general interest", "bbs"], ["bulletin board system", "a computer that is running software that allows users to leave messages and access information of general interest", "bulletin board system"], ["electronic bulletin board", "a computer that is running software that allows users to leave messages and access information of general interest", "electronic bulletin board"]]}, {"answer": "bullheadedness", "hint": "synonyms for bullheadedness", "clues": [["self-will", "resolute adherence to your own ideas or desires", "self-will"], ["obstinance", "resolute adherence to your own ideas or desires", "obstinance"], ["stubbornness", "resolute adherence to your own ideas or desires", "stubbornness"], ["pigheadedness", "resolute adherence to your own ideas or desires", "pigheadedness"], ["obstinacy", "resolute adherence to your own ideas or desires", "obstinacy"]]}, {"answer": "bullshit", "hint": "synonyms for bullshit", "clues": [["shit", "obscene words for unacceptable behavior", "shit"], ["horseshit", "obscene words for unacceptable behavior", "horseshit"], ["crap", "obscene words for unacceptable behavior", "crap"], ["dogshit", "obscene words for unacceptable behavior", "dogshit"], ["bull", "obscene words for unacceptable behavior", "bull"]]}, {"answer": "bulwark", "hint": "synonyms for bulwark", "clues": [["wall", "an embankment built around a space for defensive purposes", "wall"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "mole"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groyne"], ["rampart", "an embankment built around a space for defensive purposes", "rampart"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "jetty"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groin"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"]]}, {"answer": "bump", "hint": "synonyms for bump", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["blow", "an impact (as from a collision)", "blow"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "bunce", "hint": "synonyms for bunce", "clues": [["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bonanza"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "manna from heaven"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gravy"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gold rush"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "windfall"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "boom"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"]]}, {"answer": "bunch", "hint": "synonyms for bunch", "clues": [["crowd", "an informal body of friends", "crowd"], ["cluster", "a grouping of a number of similar things", "cluster"], ["caboodle", "any collection in its entirety", "caboodle"], ["crew", "an informal body of friends", "crew"], ["lot", "any collection in its entirety", "lot"], ["clump", "a grouping of a number of similar things", "clump"], ["gang", "an informal body of friends", "gang"]]}, {"answer": "bunco", "hint": "synonyms for bunco", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "bunco_game", "hint": "synonyms for bunco game", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "buncombe", "hint": "synonyms for buncombe", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)", "hogwash"], ["rot", "unacceptable behavior (especially ludicrously false statements)", "rot"], ["bunk", "unacceptable behavior (especially ludicrously false statements)", "bunk"], ["guff", "unacceptable behavior (especially ludicrously false statements)", "guff"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)", "bunkum"]]}, {"answer": "bundle", "hint": "synonyms for bundle", "clues": [["package", "a collection of things wrapped or boxed together", "package"], ["parcel", "a collection of things wrapped or boxed together", "parcel"], ["sheaf", "a package of several things tied together for carrying or storing", "sheaf"], ["big bucks", "a large sum of money (especially as pay or profit)", "big bucks"], ["packet", "a collection of things wrapped or boxed together", "packet"], ["big money", "a large sum of money (especially as pay or profit)", "big money"], ["megabucks", "a large sum of money (especially as pay or profit)", "megabucks"], ["pile", "a large sum of money (especially as pay or profit)", "pile"]]}, {"answer": "bungle", "hint": "synonyms for bungle", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "bunk", "hint": "synonyms for bunk", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)", "hogwash"], ["berth", "a bed on a ship or train; usually in tiers", "berth"], ["meaninglessness", "a message that seems to convey no meaning", "meaninglessness"], ["bunk bed", "beds built one above the other", "bunk bed"], ["nonsensicality", "a message that seems to convey no meaning", "nonsensicality"], ["nonsense", "a message that seems to convey no meaning", "nonsense"], ["feed bunk", "a long trough for feeding cattle", "feed bunk"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)", "buncombe"], ["rot", "unacceptable behavior (especially ludicrously false statements)", "rot"], ["built in bed", "a bed on a ship or train; usually in tiers", "built in bed"], ["guff", "unacceptable behavior (especially ludicrously false statements)", "guff"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)", "bunkum"], ["hokum", "a message that seems to convey no meaning", "hokum"]]}, {"answer": "bunko", "hint": "synonyms for bunko", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "bunko_game", "hint": "synonyms for bunko game", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["bunco game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco game"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "bunkum", "hint": "synonyms for bunkum", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)", "hogwash"], ["rot", "unacceptable behavior (especially ludicrously false statements)", "rot"], ["bunk", "unacceptable behavior (especially ludicrously false statements)", "bunk"], ["guff", "unacceptable behavior (especially ludicrously false statements)", "guff"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)", "buncombe"]]}, {"answer": "burden", "hint": "synonyms for burden", "clues": [["incumbrance", "an onerous or difficult concern", "incumbrance"], ["loading", "weight to be borne or conveyed", "loading"], ["onus", "an onerous or difficult concern", "onus"], ["essence", "the central meaning or theme of a speech or literary work", "essence"], ["gist", "the central meaning or theme of a speech or literary work", "gist"], ["core", "the central meaning or theme of a speech or literary work", "core"], ["effect", "the central meaning or theme of a speech or literary work", "effect"]]}, {"answer": "bureau", "hint": "synonyms for bureau", "clues": [["office", "an administrative unit of government", "office"], ["federal agency", "an administrative unit of government", "federal agency"], ["chest of drawers", "furniture with drawers for keeping clothes", "chest of drawers"], ["dresser", "furniture with drawers for keeping clothes", "dresser"], ["chest", "furniture with drawers for keeping clothes", "chest"], ["government agency", "an administrative unit of government", "government agency"], ["agency", "an administrative unit of government", "agency"], ["authority", "an administrative unit of government", "authority"]]}, {"answer": "burial", "hint": "synonyms for burial", "clues": [["entombment", "the ritual placing of a corpse in a grave", "entombment"], ["sepulture", "the ritual placing of a corpse in a grave", "sepulture"], ["interment", "the ritual placing of a corpse in a grave", "interment"], ["inhumation", "the ritual placing of a corpse in a grave", "inhumation"], ["burying", "concealing something under the ground", "burying"]]}, {"answer": "burial_ground", "hint": "synonyms for burial ground", "clues": [["cemetery", "a tract of land used for burials", "cemetery"], ["graveyard", "a tract of land used for burials", "graveyard"], ["necropolis", "a tract of land used for burials", "necropolis"], ["burying ground", "a tract of land used for burials", "burying ground"], ["burial site", "a tract of land used for burials", "burial site"], ["memorial park", "a tract of land used for burials", "memorial park"]]}, {"answer": "burial_site", "hint": "synonyms for burial site", "clues": [["cemetery", "a tract of land used for burials", "cemetery"], ["graveyard", "a tract of land used for burials", "graveyard"], ["burying ground", "a tract of land used for burials", "burying ground"], ["necropolis", "a tract of land used for burials", "necropolis"], ["burial ground", "a tract of land used for burials", "burial ground"], ["memorial park", "a tract of land used for burials", "memorial park"]]}, {"answer": "burnt_lime", "hint": "synonyms for burnt lime", "clues": [["quicklime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide", "calx"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide", "calcium oxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide", "fluxing lime"], ["lime", "a white crystalline oxide used in the production of calcium hydroxide", "lime"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide", "calcined lime"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide", "unslaked lime"]]}, {"answer": "burnt_umber", "hint": "synonyms for burnt umber", "clues": [["chocolate", "a medium brown to dark-brown color", "chocolate"], ["umber", "a medium brown to dark-brown color", "umber"], ["coffee", "a medium brown to dark-brown color", "coffee"], ["deep brown", "a medium brown to dark-brown color", "deep brown"]]}, {"answer": "burst", "hint": "synonyms for burst", "clues": [["volley", "rapid simultaneous discharge of firearms", "volley"], ["explosion", "the act of exploding or bursting", "explosion"], ["fit", "a sudden flurry of activity (often for no obvious reason)", "fit"], ["salvo", "rapid simultaneous discharge of firearms", "salvo"], ["outburst", "a sudden intense happening", "outburst"], ["fusillade", "rapid simultaneous discharge of firearms", "fusillade"], ["flare-up", "a sudden intense happening", "flare-up"]]}, {"answer": "burying_ground", "hint": "synonyms for burying ground", "clues": [["cemetery", "a tract of land used for burials", "cemetery"], ["graveyard", "a tract of land used for burials", "graveyard"], ["necropolis", "a tract of land used for burials", "necropolis"], ["burial ground", "a tract of land used for burials", "burial ground"], ["burial site", "a tract of land used for burials", "burial site"], ["memorial park", "a tract of land used for burials", "memorial park"]]}, {"answer": "bus", "hint": "synonyms for bus", "clues": [["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["jalopy", "a car that is old and unreliable", "jalopy"], ["heap", "a car that is old and unreliable", "heap"], ["busbar", "an electrical conductor that makes a common connection between several circuits", "busbar"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["bus topology", "the topology of a network whose components are connected by a busbar", "bus topology"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "business", "hint": "synonyms for business", "clues": [["line of work", "the principal activity in your life that you do to earn money", "line of work"], ["business concern", "a commercial or industrial enterprise and the people who constitute it", "business concern"], ["business sector", "business concerns collectively", "business sector"], ["patronage", "customers collectively", "patronage"], ["business enterprise", "the activity of providing goods and services involving financial and commercial and industrial aspects", "business enterprise"], ["job", "the principal activity in your life that you do to earn money", "job"], ["line", "the principal activity in your life that you do to earn money", "line"], ["business organization", "a commercial or industrial enterprise and the people who constitute it", "business organization"], ["byplay", "incidental activity performed by an actor for dramatic effect", "byplay"], ["stage business", "incidental activity performed by an actor for dramatic effect", "stage business"], ["concern", "a commercial or industrial enterprise and the people who constitute it", "concern"], ["clientele", "customers collectively", "clientele"], ["occupation", "the principal activity in your life that you do to earn money", "occupation"], ["commercial enterprise", "the activity of providing goods and services involving financial and commercial and industrial aspects", "commercial enterprise"]]}, {"answer": "business_line", "hint": "synonyms for business line", "clues": [["line of business", "a particular kind of product or merchandise", "line of business"], ["line of merchandise", "a particular kind of product or merchandise", "line of merchandise"], ["line", "a particular kind of product or merchandise", "line"], ["line of products", "a particular kind of product or merchandise", "line of products"], ["product line", "a particular kind of product or merchandise", "product line"]]}, {"answer": "business_organisation", "hint": "synonyms for business organisation", "clues": [["business", "a commercial or industrial enterprise and the people who constitute it", "business"], ["concern", "a commercial or industrial enterprise and the people who constitute it", "concern"], ["business concern", "a commercial or industrial enterprise and the people who constitute it", "business concern"], ["business organization", "a commercial or industrial enterprise and the people who constitute it", "business organization"]]}, {"answer": "business_organization", "hint": "synonyms for business organization", "clues": [["business", "a commercial or industrial enterprise and the people who constitute it", "business"], ["concern", "a commercial or industrial enterprise and the people who constitute it", "concern"], ["business concern", "a commercial or industrial enterprise and the people who constitute it", "business concern"], ["business organisation", "a commercial or industrial enterprise and the people who constitute it", "business organisation"]]}, {"answer": "buskin", "hint": "synonyms for buskin", "clues": [["combat boot", "a boot reaching halfway up to the knee", "combat boot"], ["half boot", "a boot reaching halfway up to the knee", "half boot"], ["top boot", "a boot reaching halfway up to the knee", "top boot"], ["desert boot", "a boot reaching halfway up to the knee", "desert boot"]]}, {"answer": "buss", "hint": "synonyms for buss", "clues": [["kiss", "the act of caressing with the lips (or an instance thereof)", "kiss"], ["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["jalopy", "a car that is old and unreliable", "jalopy"], ["busbar", "an electrical conductor that makes a common connection between several circuits", "busbar"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["heap", "a car that is old and unreliable", "heap"], ["bus topology", "the topology of a network whose components are connected by a busbar", "bus topology"], ["osculation", "the act of caressing with the lips (or an instance thereof)", "osculation"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "bustle", "hint": "synonyms for bustle", "clues": [["ado", "a rapid active commotion", "ado"], ["fuss", "a rapid active commotion", "fuss"], ["hustle", "a rapid active commotion", "hustle"], ["stir", "a rapid active commotion", "stir"], ["flurry", "a rapid active commotion", "flurry"]]}, {"answer": "butchery", "hint": "synonyms for butchery", "clues": [["butchering", "the business of a butcher", "butchering"], ["slaughter", "the savage and excessive killing of many people", "slaughter"], ["abattoir", "a building where animals are butchered", "abattoir"], ["massacre", "the savage and excessive killing of many people", "massacre"], ["mass murder", "the savage and excessive killing of many people", "mass murder"], ["carnage", "the savage and excessive killing of many people", "carnage"], ["shambles", "a building where animals are butchered", "shambles"], ["slaughterhouse", "a building where animals are butchered", "slaughterhouse"]]}, {"answer": "butt", "hint": "synonyms for butt", "clues": [["cigarette", "finely ground tobacco wrapped in paper; for smoking", "cigarette"], ["coffin nail", "finely ground tobacco wrapped in paper; for smoking", "coffin nail"], ["fag", "finely ground tobacco wrapped in paper; for smoking", "fag"], ["butt joint", "a joint made by fastening ends together without overlapping", "butt joint"], ["stub", "the small unused part of something (especially the end of a cigarette that is left after smoking)", "stub"], ["butt end", "thick end of the handle", "butt end"], ["target", "sports equipment consisting of an object set up for a marksman or archer to aim at", "target"]]}, {"answer": "by-line", "hint": "synonyms for by-line", "clues": [["pursuit", "an auxiliary activity", "pursuit"], ["sideline", "an auxiliary activity", "sideline"], ["avocation", "an auxiliary activity", "avocation"], ["spare-time activity", "an auxiliary activity", "spare-time activity"], ["hobby", "an auxiliary activity", "hobby"], ["credit line", "a line giving the name of the writer of a story or article", "credit line"]]}, {"answer": "bye", "hint": "synonyms for bye", "clues": [["pass", "you advance to the next round in a tournament without playing an opponent", "pass"], ["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "bye-bye", "hint": "synonyms for bye-bye", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "byname", "hint": "synonyms for byname", "clues": [["soubriquet", "a familiar name for a person (often a shortened version of a person's given name)", "soubriquet"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)", "nickname"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)", "moniker"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)", "cognomen"]]}, {"answer": "bypass", "hint": "synonyms for bypass", "clues": [["beltway", "a highway that encircles an urban area so that traffic does not have to pass through the center", "beltway"], ["ringway", "a highway that encircles an urban area so that traffic does not have to pass through the center", "ringway"], ["ring road", "a highway that encircles an urban area so that traffic does not have to pass through the center", "ring road"], ["shunt", "a conductor having low resistance in parallel with another device to divert a fraction of the current", "shunt"], ["electrical shunt", "a conductor having low resistance in parallel with another device to divert a fraction of the current", "electrical shunt"]]}, {"answer": "c-section", "hint": "synonyms for c-section", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "c.p.u.", "hint": "synonyms for c.p.u.", "clues": [["mainframe", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "mainframe"], ["central processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "central processor"], ["processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "processor"], ["central processing unit", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "central processing unit"]]}, {"answer": "cab", "hint": "synonyms for cab", "clues": [["cabriolet", "small two-wheeled horse-drawn carriage; with two seats and a folding hood", "cabriolet"], ["taxicab", "a car driven by a person whose job is to take passengers where they want to go in exchange for money", "taxicab"], ["taxi", "a car driven by a person whose job is to take passengers where they want to go in exchange for money", "taxi"], ["hack", "a car driven by a person whose job is to take passengers where they want to go in exchange for money", "hack"]]}, {"answer": "cabal", "hint": "synonyms for cabal", "clues": [["conspiracy", "a plot to carry out some harmful or illegal act (especially a political plot)", "conspiracy"], ["faction", "a clique (often secret) that seeks power usually through intrigue", "faction"], ["camarilla", "a clique (often secret) that seeks power usually through intrigue", "camarilla"], ["junto", "a clique (often secret) that seeks power usually through intrigue", "junto"]]}, {"answer": "cabaret", "hint": "synonyms for cabaret", "clues": [["nightclub", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightclub"], ["floorshow", "a series of acts at a night club", "floorshow"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightspot"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "club"]]}, {"answer": "cabbage", "hint": "synonyms for cabbage", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["chou", "any of various types of cabbage", "chou"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "cable", "hint": "synonyms for cable", "clues": [["line", "a conductor for transmitting electrical or optical signals or electric power", "line"], ["transmission line", "a conductor for transmitting electrical or optical signals or electric power", "transmission line"], ["cable television", "television that is transmitted over cable directly to the receiver", "cable television"], ["cable system", "a television system that transmits over cables", "cable system"], ["cable length", "a nautical unit of depth", "cable length"], ["cablegram", "a telegram sent abroad", "cablegram"], ["overseas telegram", "a telegram sent abroad", "overseas telegram"], ["cable television service", "a television system that transmits over cables", "cable television service"]]}, {"answer": "cable_tramway", "hint": "synonyms for cable tramway", "clues": [["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "ropeway"], ["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tram"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "aerial tramway"], ["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tramway"]]}, {"answer": "caboose", "hint": "synonyms for caboose", "clues": [["ship's galley", "the area for food preparation on a ship", "ship's galley"], ["cookhouse", "the area for food preparation on a ship", "cookhouse"], ["cabin car", "a car on a freight train for use of the train crew; usually the last car on the train", "cabin car"], ["galley", "the area for food preparation on a ship", "galley"]]}, {"answer": "cacodyl", "hint": "synonyms for cacodyl", "clues": [["tetramethyldiarsine", "a poisonous oily liquid with a garlicky odor composed of 2 cacodyl groups; undergoes spontaneous combustion in dry air", "tetramethyldiarsine"], ["arsenic group", "the univalent group derived from arsine", "arsenic group"], ["cacodyl group", "the univalent group derived from arsine", "cacodyl group"], ["cacodyl radical", "the univalent group derived from arsine", "cacodyl radical"]]}, {"answer": "cacophony", "hint": "synonyms for cacophony", "clues": [["din", "a loud harsh or strident noise", "din"], ["blaring", "a loud harsh or strident noise", "blaring"], ["clamor", "a loud harsh or strident noise", "clamor"], ["blare", "a loud harsh or strident noise", "blare"]]}, {"answer": "cadence", "hint": "synonyms for cadence", "clues": [["cadency", "a recurrent rhythmical series", "cadency"], ["meter", "(prosody) the accent in a metrical foot of verse", "meter"], ["metre", "(prosody) the accent in a metrical foot of verse", "metre"], ["beat", "(prosody) the accent in a metrical foot of verse", "beat"], ["measure", "(prosody) the accent in a metrical foot of verse", "measure"]]}, {"answer": "caesarean_delivery", "hint": "synonyms for caesarean delivery", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "caesarean_section", "hint": "synonyms for caesarean section", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "caesarian_delivery", "hint": "synonyms for caesarian delivery", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["cesarean delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean delivery"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "caesarian_section", "hint": "synonyms for caesarian section", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "caesarism", "hint": "synonyms for caesarism", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "caisson", "hint": "synonyms for caisson", "clues": [["cofferdam", "large watertight chamber used for construction under water", "cofferdam"], ["lacuna", "an ornamental sunken panel in a ceiling or dome", "lacuna"], ["ammunition chest", "a chest to hold ammunition", "ammunition chest"], ["pneumatic caisson", "large watertight chamber used for construction under water", "pneumatic caisson"], ["coffer", "an ornamental sunken panel in a ceiling or dome", "coffer"]]}, {"answer": "calamity", "hint": "synonyms for calamity", "clues": [["tragedy", "an event resulting in great loss and misfortune", "tragedy"], ["cataclysm", "an event resulting in great loss and misfortune", "cataclysm"], ["disaster", "an event resulting in great loss and misfortune", "disaster"], ["catastrophe", "an event resulting in great loss and misfortune", "catastrophe"]]}, {"answer": "calciferol", "hint": "synonyms for calciferol", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets", "cholecalciferol"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets", "ergocalciferol"], ["viosterol", "a fat-soluble vitamin that prevents rickets", "viosterol"], ["vitamin D", "a fat-soluble vitamin that prevents rickets", "vitamin D"]]}, {"answer": "calcined_lime", "hint": "synonyms for calcined lime", "clues": [["quicklime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide", "calx"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide", "calcium oxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide", "fluxing lime"], ["lime", "a white crystalline oxide used in the production of calcium hydroxide", "lime"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide", "burnt lime"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide", "unslaked lime"]]}, {"answer": "calcium_hydrate", "hint": "synonyms for calcium hydrate", "clues": [["lime hydrate", "a caustic substance produced by heating limestone", "lime hydrate"], ["lime", "a caustic substance produced by heating limestone", "lime"], ["calcium hydroxide", "a caustic substance produced by heating limestone", "calcium hydroxide"], ["caustic lime", "a caustic substance produced by heating limestone", "caustic lime"], ["hydrated lime", "a caustic substance produced by heating limestone", "hydrated lime"], ["slaked lime", "a caustic substance produced by heating limestone", "slaked lime"]]}, {"answer": "calcium_hydroxide", "hint": "synonyms for calcium hydroxide", "clues": [["lime hydrate", "a caustic substance produced by heating limestone", "lime hydrate"], ["lime", "a caustic substance produced by heating limestone", "lime"], ["calcium hydrate", "a caustic substance produced by heating limestone", "calcium hydrate"], ["caustic lime", "a caustic substance produced by heating limestone", "caustic lime"], ["hydrated lime", "a caustic substance produced by heating limestone", "hydrated lime"], ["slaked lime", "a caustic substance produced by heating limestone", "slaked lime"]]}, {"answer": "calcium_oxide", "hint": "synonyms for calcium oxide", "clues": [["quicklime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide", "calx"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide", "fluxing lime"], ["lime", "a white crystalline oxide used in the production of calcium hydroxide", "lime"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide", "burnt lime"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide", "calcined lime"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide", "unslaked lime"]]}, {"answer": "calculation", "hint": "synonyms for calculation", "clues": [["computing", "the procedure of calculating; determining something by mathematical or logical methods", "computing"], ["computation", "the procedure of calculating; determining something by mathematical or logical methods", "computation"], ["figuring", "problem solving that involves numbers or quantities", "figuring"], ["deliberation", "planning something carefully and intentionally", "deliberation"], ["reckoning", "problem solving that involves numbers or quantities", "reckoning"]]}, {"answer": "calculus", "hint": "synonyms for calculus", "clues": [["tophus", "an incrustation that forms on the teeth and gums", "tophus"], ["concretion", "a hard lump produced by the concretion of mineral salts; found in hollow organs or ducts of the body", "concretion"], ["infinitesimal calculus", "the branch of mathematics that is concerned with limits and with the differentiation and integration of functions", "infinitesimal calculus"], ["tartar", "an incrustation that forms on the teeth and gums", "tartar"]]}, {"answer": "calean", "hint": "synonyms for calean", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "calendar_method", "hint": "synonyms for calendar method", "clues": [["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method"], ["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method of birth control"], ["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method of birth control"]]}, {"answer": "calendar_method_of_birth_control", "hint": "synonyms for calendar method of birth control", "clues": [["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method of birth control"], ["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method"], ["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm"], ["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method"]]}, {"answer": "caliber", "hint": "synonyms for caliber", "clues": [["calibre", "diameter of a tube or gun barrel", "calibre"], ["quality", "a degree or grade of excellence or worth", "quality"], ["gauge", "diameter of a tube or gun barrel", "gauge"], ["bore", "diameter of a tube or gun barrel", "bore"]]}, {"answer": "calibre", "hint": "synonyms for calibre", "clues": [["caliber", "diameter of a tube or gun barrel", "caliber"], ["quality", "a degree or grade of excellence or worth", "quality"], ["gauge", "diameter of a tube or gun barrel", "gauge"], ["bore", "diameter of a tube or gun barrel", "bore"]]}, {"answer": "call", "hint": "synonyms for call", "clues": [["cry", "a loud utterance; often in protest or opposition", "cry"], ["yell", "a loud utterance; often in protest or opposition", "yell"], ["claim", "a demand especially in the phrase", "claim"], ["telephone call", "a telephone connection", "telephone call"], ["song", "the characteristic sound produced by a bird", "song"], ["margin call", "a demand by a broker that a customer deposit enough to bring his margin up to the minimum requirement", "margin call"], ["shout", "a loud utterance; often in protest or opposition", "shout"], ["call option", "the option to buy a given stock (or stock index or commodity future) at a given price before a given date", "call option"], ["vociferation", "a loud utterance; often in protest or opposition", "vociferation"], ["birdcall", "the characteristic sound produced by a bird", "birdcall"], ["outcry", "a loud utterance; often in protest or opposition", "outcry"], ["phone call", "a telephone connection", "phone call"], ["birdsong", "the characteristic sound produced by a bird", "birdsong"]]}, {"answer": "call_box", "hint": "synonyms for call box", "clues": [["phone booth", "booth for using a telephone", "phone booth"], ["telephone box", "booth for using a telephone", "telephone box"], ["telephone kiosk", "booth for using a telephone", "telephone kiosk"], ["letter box", "a numbered compartment in a post office where mail is put to be called for", "letter box"]]}, {"answer": "callathump", "hint": "synonyms for callathump", "clues": [["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "belling"], ["shivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "shivaree"], ["callithump", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "callithump"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "charivari"], ["callithump parade", "a noisy boisterous parade", "callithump parade"]]}, {"answer": "callithump", "hint": "synonyms for callithump", "clues": [["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "belling"], ["shivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "shivaree"], ["callathump", "a noisy boisterous parade", "callathump"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "charivari"], ["callithump parade", "a noisy boisterous parade", "callithump parade"]]}, {"answer": "callosity", "hint": "synonyms for callosity", "clues": [["unfeelingness", "devoid of passion or feeling; hardheartedness", "unfeelingness"], ["insensibility", "devoid of passion or feeling; hardheartedness", "insensibility"], ["callousness", "devoid of passion or feeling; hardheartedness", "callousness"], ["hardness", "devoid of passion or feeling; hardheartedness", "hardness"]]}, {"answer": "callousness", "hint": "synonyms for callousness", "clues": [["callosity", "devoid of passion or feeling; hardheartedness", "callosity"], ["insensibility", "devoid of passion or feeling; hardheartedness", "insensibility"], ["unfeelingness", "devoid of passion or feeling; hardheartedness", "unfeelingness"], ["hardness", "devoid of passion or feeling; hardheartedness", "hardness"]]}, {"answer": "calorie", "hint": "synonyms for calorie", "clues": [["nutritionist's calorie", "a unit of heat equal to the amount of heat required to raise the temperature of one kilogram of water by one degree at one atmosphere pressure; used by nutritionists to characterize the energy-producing potential in food", "nutritionist's calorie"], ["gram calorie", "unit of heat defined as the quantity of heat required to raise the temperature of 1 gram of water by 1 degree centigrade at atmospheric pressure", "gram calorie"], ["large calorie", "a unit of heat equal to the amount of heat required to raise the temperature of one kilogram of water by one degree at one atmosphere pressure; used by nutritionists to characterize the energy-producing potential in food", "large calorie"], ["kilocalorie", "a unit of heat equal to the amount of heat required to raise the temperature of one kilogram of water by one degree at one atmosphere pressure; used by nutritionists to characterize the energy-producing potential in food", "kilocalorie"], ["small calorie", "unit of heat defined as the quantity of heat required to raise the temperature of 1 gram of water by 1 degree centigrade at atmospheric pressure", "small calorie"]]}, {"answer": "calumniation", "hint": "synonyms for calumniation", "clues": [["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "traducement"], ["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "defamation"], ["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumny"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "obloquy"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "hatchet job"]]}, {"answer": "calumny", "hint": "synonyms for calumny", "clues": [["slander", "an abusive attack on a person's character or good name", "slander"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "obloquy"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "hatchet job"], ["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "traducement"], ["defamation", "an abusive attack on a person's character or good name", "defamation"], ["aspersion", "an abusive attack on a person's character or good name", "aspersion"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumniation"], ["denigration", "an abusive attack on a person's character or good name", "denigration"]]}, {"answer": "calx", "hint": "synonyms for calx", "clues": [["quicklime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide", "calcium oxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide", "fluxing lime"], ["lime", "a white crystalline oxide used in the production of calcium hydroxide", "lime"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide", "burnt lime"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide", "calcined lime"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide", "unslaked lime"]]}, {"answer": "camaraderie", "hint": "synonyms for camaraderie", "clues": [["comradery", "the quality of affording easy familiarity and sociability", "comradery"], ["comradeship", "the quality of affording easy familiarity and sociability", "comradeship"], ["chumminess", "the quality of affording easy familiarity and sociability", "chumminess"], ["comradeliness", "the quality of affording easy familiarity and sociability", "comradeliness"]]}, {"answer": "campaign", "hint": "synonyms for campaign", "clues": [["drive", "a series of actions advancing a principle or tending toward a particular end", "drive"], ["movement", "a series of actions advancing a principle or tending toward a particular end", "movement"], ["hunting expedition", "an overland journey by hunters (especially in Africa)", "hunting expedition"], ["run", "a race between candidates for elective office", "run"], ["effort", "a series of actions advancing a principle or tending toward a particular end", "effort"], ["crusade", "a series of actions advancing a principle or tending toward a particular end", "crusade"], ["safari", "an overland journey by hunters (especially in Africa)", "safari"], ["political campaign", "a race between candidates for elective office", "political campaign"], ["military campaign", "several related operations aimed at achieving a particular goal (usually within geographical and temporal constraints)", "military campaign"], ["cause", "a series of actions advancing a principle or tending toward a particular end", "cause"]]}, {"answer": "campaigning", "hint": "synonyms for campaigning", "clues": [["electioneering", "the campaign of a candidate to be elected", "electioneering"], ["candidature", "the campaign of a candidate to be elected", "candidature"], ["candidacy", "the campaign of a candidate to be elected", "candidacy"], ["political campaign", "the campaign of a candidate to be elected", "political campaign"]]}, {"answer": "campground", "hint": "synonyms for campground", "clues": [["campsite", "a site where people on holiday can pitch a tent", "campsite"], ["encampment", "a site where people on holiday can pitch a tent", "encampment"], ["camping site", "a site where people on holiday can pitch a tent", "camping site"], ["camping area", "a site where people on holiday can pitch a tent", "camping area"], ["bivouac", "a site where people on holiday can pitch a tent", "bivouac"], ["camping ground", "a site where people on holiday can pitch a tent", "camping ground"]]}, {"answer": "camping_area", "hint": "synonyms for camping area", "clues": [["campground", "a site where people on holiday can pitch a tent", "campground"], ["campsite", "a site where people on holiday can pitch a tent", "campsite"], ["encampment", "a site where people on holiday can pitch a tent", "encampment"], ["camping site", "a site where people on holiday can pitch a tent", "camping site"], ["bivouac", "a site where people on holiday can pitch a tent", "bivouac"], ["camping ground", "a site where people on holiday can pitch a tent", "camping ground"]]}, {"answer": "camping_ground", "hint": "synonyms for camping ground", "clues": [["campground", "a site where people on holiday can pitch a tent", "campground"], ["campsite", "a site where people on holiday can pitch a tent", "campsite"], ["encampment", "a site where people on holiday can pitch a tent", "encampment"], ["camping site", "a site where people on holiday can pitch a tent", "camping site"], ["camping area", "a site where people on holiday can pitch a tent", "camping area"], ["bivouac", "a site where people on holiday can pitch a tent", "bivouac"]]}, {"answer": "camping_site", "hint": "synonyms for camping site", "clues": [["campground", "a site where people on holiday can pitch a tent", "campground"], ["encampment", "a site where people on holiday can pitch a tent", "encampment"], ["campsite", "a site where people on holiday can pitch a tent", "campsite"], ["camping area", "a site where people on holiday can pitch a tent", "camping area"], ["bivouac", "a site where people on holiday can pitch a tent", "bivouac"], ["camping ground", "a site where people on holiday can pitch a tent", "camping ground"]]}, {"answer": "campsite", "hint": "synonyms for campsite", "clues": [["campground", "a site where people on holiday can pitch a tent", "campground"], ["encampment", "a site where people on holiday can pitch a tent", "encampment"], ["camping site", "a site where people on holiday can pitch a tent", "camping site"], ["camping area", "a site where people on holiday can pitch a tent", "camping area"], ["bivouac", "a site where people on holiday can pitch a tent", "bivouac"], ["camping ground", "a site where people on holiday can pitch a tent", "camping ground"]]}, {"answer": "can", "hint": "synonyms for can", "clues": [["toilet", "a room or building equipped with one or more toilets", "toilet"], ["bathroom", "a room or building equipped with one or more toilets", "bathroom"], ["tin", "airtight sealed metal container for food or drink or paint etc.", "tin"], ["potty", "a plumbing fixture for defecation and urination", "potty"], ["can buoy", "a buoy with a round bottom and conical top", "can buoy"], ["pot", "a plumbing fixture for defecation and urination", "pot"], ["stool", "a plumbing fixture for defecation and urination", "stool"], ["tin can", "airtight sealed metal container for food or drink or paint etc.", "tin can"], ["privy", "a room or building equipped with one or more toilets", "privy"], ["lav", "a room or building equipped with one or more toilets", "lav"], ["canful", "the quantity contained in a can", "canful"], ["john", "a room or building equipped with one or more toilets", "john"], ["throne", "a plumbing fixture for defecation and urination", "throne"], ["lavatory", "a room or building equipped with one or more toilets", "lavatory"], ["commode", "a plumbing fixture for defecation and urination", "commode"], ["crapper", "a plumbing fixture for defecation and urination", "crapper"]]}, {"answer": "candidacy", "hint": "synonyms for candidacy", "clues": [["electioneering", "the campaign of a candidate to be elected", "electioneering"], ["candidature", "the campaign of a candidate to be elected", "candidature"], ["campaigning", "the campaign of a candidate to be elected", "campaigning"], ["political campaign", "the campaign of a candidate to be elected", "political campaign"]]}, {"answer": "candidature", "hint": "synonyms for candidature", "clues": [["candidacy", "the campaign of a candidate to be elected", "candidacy"], ["electioneering", "the campaign of a candidate to be elected", "electioneering"], ["campaigning", "the campaign of a candidate to be elected", "campaigning"], ["political campaign", "the campaign of a candidate to be elected", "political campaign"]]}, {"answer": "candidness", "hint": "synonyms for candidness", "clues": [["candor", "the quality of being honest and straightforward in attitude and speech", "candor"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech", "forthrightness"], ["frankness", "the quality of being honest and straightforward in attitude and speech", "frankness"], ["directness", "the quality of being honest and straightforward in attitude and speech", "directness"]]}, {"answer": "candied_apple", "hint": "synonyms for candied apple", "clues": [["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candy apple"], ["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "taffy apple"], ["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "caramel apple"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "toffee apple"]]}, {"answer": "candle", "hint": "synonyms for candle", "clues": [["standard candle", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin", "standard candle"], ["taper", "stick of wax with a wick in the middle", "taper"], ["cd", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin", "cd"], ["candela", "the basic unit of luminous intensity adopted under the Systeme International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a black body radiating at the temperature of 2,046 degrees Kelvin", "candela"], ["wax light", "stick of wax with a wick in the middle", "wax light"]]}, {"answer": "candor", "hint": "synonyms for candor", "clues": [["fair-mindedness", "ability to make judgments free from discrimination or dishonesty", "fair-mindedness"], ["frankness", "the quality of being honest and straightforward in attitude and speech", "frankness"], ["fairness", "ability to make judgments free from discrimination or dishonesty", "fairness"], ["candidness", "the quality of being honest and straightforward in attitude and speech", "candidness"], ["candour", "ability to make judgments free from discrimination or dishonesty", "candour"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech", "forthrightness"], ["directness", "the quality of being honest and straightforward in attitude and speech", "directness"]]}, {"answer": "candour", "hint": "synonyms for candour", "clues": [["candidness", "the quality of being honest and straightforward in attitude and speech", "candidness"], ["fair-mindedness", "ability to make judgments free from discrimination or dishonesty", "fair-mindedness"], ["candor", "the quality of being honest and straightforward in attitude and speech", "candor"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech", "forthrightness"], ["frankness", "the quality of being honest and straightforward in attitude and speech", "frankness"], ["directness", "the quality of being honest and straightforward in attitude and speech", "directness"], ["fairness", "ability to make judgments free from discrimination or dishonesty", "fairness"]]}, {"answer": "candy_apple", "hint": "synonyms for candy apple", "clues": [["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "caramel apple"], ["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "taffy apple"], ["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candied apple"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "toffee apple"]]}, {"answer": "canister", "hint": "synonyms for canister", "clues": [["tin", "metal container for storing dry foods such as tea or flour", "tin"], ["canister shot", "a metallic cylinder packed with shot and used as ammunition in a firearm", "canister shot"], ["case shot", "a metallic cylinder packed with shot and used as ammunition in a firearm", "case shot"], ["cannister", "metal container for storing dry foods such as tea or flour", "cannister"]]}, {"answer": "cant", "hint": "synonyms for cant", "clues": [["bevel", "two surfaces meeting at an angle different from 90 degrees", "bevel"], ["buzzword", "stock phrases that have become nonsense through endless repetition", "buzzword"], ["slang", "a characteristic language of a particular group (as among thieves)", "slang"], ["vernacular", "a characteristic language of a particular group (as among thieves)", "vernacular"], ["lingo", "a characteristic language of a particular group (as among thieves)", "lingo"], ["patois", "a characteristic language of a particular group (as among thieves)", "patois"], ["argot", "a characteristic language of a particular group (as among thieves)", "argot"], ["camber", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force", "camber"], ["pious platitude", "insincere talk about religion or morals", "pious platitude"], ["bank", "a slope in the turn of a road or track; the outside is higher than the inside in order to reduce the effects of centrifugal force", "bank"], ["chamfer", "two surfaces meeting at an angle different from 90 degrees", "chamfer"], ["jargon", "a characteristic language of a particular group (as among thieves)", "jargon"]]}, {"answer": "canvas", "hint": "synonyms for canvas", "clues": [["canvass", "an oil painting on canvas fabric", "canvass"], ["sail", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel", "sail"], ["sheet", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel", "sheet"], ["canvas tent", "a tent made of canvas fabric", "canvas tent"]]}, {"answer": "canvass", "hint": "synonyms for canvass", "clues": [["canvas", "the mat that forms the floor of the ring in which boxers or professional wrestlers compete", "canvas"], ["opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people", "opinion poll"], ["poll", "an inquiry into public opinion conducted by interviewing a random sample of people", "poll"], ["public opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people", "public opinion poll"], ["sail", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel", "sail"], ["canvas tent", "a tent made of canvas fabric", "canvas tent"], ["sheet", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel", "sheet"]]}, {"answer": "cap", "hint": "synonyms for cap", "clues": [["hood", "a protective covering that is part of a plant", "hood"], ["chapiter", "the upper part of a column that supports the entablature", "chapiter"], ["roof", "an upper limit on what is allowed", "roof"], ["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crownwork"], ["capital", "the upper part of a column that supports the entablature", "capital"], ["ceiling", "an upper limit on what is allowed", "ceiling"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crown"], ["detonating device", "a mechanical or electrical explosive device or a small amount of explosive; can be used to initiate the reaction of a disrupting explosive", "detonating device"], ["detonator", "a mechanical or electrical explosive device or a small amount of explosive; can be used to initiate the reaction of a disrupting explosive", "detonator"], ["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket crown"], ["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket"]]}, {"answer": "capacitance", "hint": "synonyms for capacitance", "clues": [["capacity", "an electrical phenomenon whereby an electric charge is stored", "capacity"], ["electrical capacity", "an electrical phenomenon whereby an electric charge is stored", "electrical capacity"], ["condenser", "an electrical device characterized by its capacity to store an electric charge", "condenser"], ["electrical condenser", "an electrical device characterized by its capacity to store an electric charge", "electrical condenser"], ["capacitor", "an electrical device characterized by its capacity to store an electric charge", "capacitor"]]}, {"answer": "capacity", "hint": "synonyms for capacity", "clues": [["content", "the amount that can be contained", "content"], ["capacitance", "an electrical phenomenon whereby an electric charge is stored", "capacitance"], ["electrical capacity", "an electrical phenomenon whereby an electric charge is stored", "electrical capacity"], ["mental ability", "the power to learn or retain knowledge; in law, the ability to understand the facts and significance of your behavior", "mental ability"]]}, {"answer": "capacity_measure", "hint": "synonyms for capacity measure", "clues": [["displacement unit", "a unit of measurement of volume or capacity", "displacement unit"], ["cubage unit", "a unit of measurement of volume or capacity", "cubage unit"], ["cubic content unit", "a unit of measurement of volume or capacity", "cubic content unit"], ["volume unit", "a unit of measurement of volume or capacity", "volume unit"], ["capacity unit", "a unit of measurement of volume or capacity", "capacity unit"], ["cubic measure", "a unit of measurement of volume or capacity", "cubic measure"], ["cubature unit", "a unit of measurement of volume or capacity", "cubature unit"]]}, {"answer": "capacity_unit", "hint": "synonyms for capacity unit", "clues": [["capacity measure", "a unit of measurement of volume or capacity", "capacity measure"], ["displacement unit", "a unit of measurement of volume or capacity", "displacement unit"], ["cubage unit", "a unit of measurement of volume or capacity", "cubage unit"], ["cubic content unit", "a unit of measurement of volume or capacity", "cubic content unit"], ["volume unit", "a unit of measurement of volume or capacity", "volume unit"], ["cubic measure", "a unit of measurement of volume or capacity", "cubic measure"], ["cubature unit", "a unit of measurement of volume or capacity", "cubature unit"]]}, {"answer": "caper", "hint": "synonyms for caper", "clues": [["romp", "gay or light-hearted recreational activity for diversion or amusement", "romp"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement", "gambol"], ["job", "a crime (especially a robbery)", "job"], ["joke", "a ludicrous or grotesque act done for fun and amusement", "joke"], ["antic", "a ludicrous or grotesque act done for fun and amusement", "antic"], ["put-on", "a ludicrous or grotesque act done for fun and amusement", "put-on"], ["play", "gay or light-hearted recreational activity for diversion or amusement", "play"], ["prank", "a ludicrous or grotesque act done for fun and amusement", "prank"], ["trick", "a ludicrous or grotesque act done for fun and amusement", "trick"], ["frolic", "gay or light-hearted recreational activity for diversion or amusement", "frolic"], ["capriole", "a playful leap or hop", "capriole"]]}, {"answer": "capital_letter", "hint": "synonyms for capital letter", "clues": [["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "uppercase"], ["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "majuscule"], ["upper-case letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "upper-case letter"]]}, {"answer": "capriciousness", "hint": "synonyms for capriciousness", "clues": [["whimsey", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsey"], ["unpredictability", "the quality of being guided by sudden unpredictable impulses", "unpredictability"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "arbitrariness"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsicality"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "flightiness"]]}, {"answer": "capstone", "hint": "synonyms for capstone", "clues": [["copestone", "a final touch; a crowning achievement; a culmination", "copestone"], ["coping stone", "a stone that forms the top of wall or building", "coping stone"], ["finishing touch", "a final touch; a crowning achievement; a culmination", "finishing touch"], ["stretcher", "a stone that forms the top of wall or building", "stretcher"]]}, {"answer": "capsule", "hint": "synonyms for capsule", "clues": [["space capsule", "a spacecraft designed to transport people and support human life in outer space", "space capsule"], ["ejection seat", "a pilot's seat in an airplane that can be forcibly ejected in the case of an emergency; then the pilot descends by parachute", "ejection seat"], ["condensation", "a shortened version of a written work", "condensation"], ["abridgment", "a shortened version of a written work", "abridgment"]]}, {"answer": "captain_hicks", "hint": "synonyms for captain hicks", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "car", "hint": "synonyms for car", "clues": [["elevator car", "where passengers ride up and down", "elevator car"], ["railcar", "a wheeled vehicle adapted to the rails of railroad", "railcar"], ["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "machine"], ["railroad car", "a wheeled vehicle adapted to the rails of railroad", "railroad car"], ["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "motorcar"], ["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "auto"], ["gondola", "the compartment that is suspended from an airship and that carries personnel and the cargo and the power plant", "gondola"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "automobile"], ["cable car", "a conveyance for passengers or freight on a cable railway", "cable car"], ["railway car", "a wheeled vehicle adapted to the rails of railroad", "railway car"]]}, {"answer": "car_horn", "hint": "synonyms for car horn", "clues": [["horn", "a device on an automobile for making a warning noise", "horn"], ["automobile horn", "a device on an automobile for making a warning noise", "automobile horn"], ["hooter", "a device on an automobile for making a warning noise", "hooter"], ["motor horn", "a device on an automobile for making a warning noise", "motor horn"]]}, {"answer": "car_maker", "hint": "synonyms for car maker", "clues": [["car manufacturer", "a business engaged in the manufacture of automobiles", "car manufacturer"], ["auto maker", "a business engaged in the manufacture of automobiles", "auto maker"], ["auto manufacturer", "a business engaged in the manufacture of automobiles", "auto manufacturer"], ["carmaker", "a business engaged in the manufacture of automobiles", "carmaker"]]}, {"answer": "car_rental", "hint": "synonyms for car rental", "clues": [["rent-a-car", "a rented car", "rent-a-car"], ["hire car", "a rented car", "hire car"], ["u-drive", "a rented car", "u-drive"], ["self-drive", "a rented car", "self-drive"]]}, {"answer": "caramel_apple", "hint": "synonyms for caramel apple", "clues": [["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candy apple"], ["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "taffy apple"], ["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candied apple"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "toffee apple"]]}, {"answer": "carbolic_acid", "hint": "synonyms for carbolic acid", "clues": [["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenol"], ["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "hydroxybenzene"], ["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenylic acid"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "oxybenzene"]]}, {"answer": "carbon_black", "hint": "synonyms for carbon black", "clues": [["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "lampblack"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "crock"], ["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "smut"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "soot"]]}, {"answer": "carbonated_water", "hint": "synonyms for carbonated water", "clues": [["sparkling water", "effervescent beverage artificially charged with carbon dioxide", "sparkling water"], ["soda water", "effervescent beverage artificially charged with carbon dioxide", "soda water"], ["seltzer", "effervescent beverage artificially charged with carbon dioxide", "seltzer"], ["club soda", "effervescent beverage artificially charged with carbon dioxide", "club soda"]]}, {"answer": "card", "hint": "synonyms for card", "clues": [["scorecard", "(golf) a record of scores (as in golf)", "scorecard"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit board"], ["carte du jour", "a list of dishes available at a restaurant", "carte du jour"], ["menu", "a list of dishes available at a restaurant", "menu"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "board"], ["identity card", "a card certifying the identity of the bearer", "identity card"], ["placard", "a sign posted in a public place as an advertisement", "placard"], ["notice", "a sign posted in a public place as an advertisement", "notice"], ["bill of fare", "a list of dishes available at a restaurant", "bill of fare"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "plug-in"], ["carte", "a list of dishes available at a restaurant", "carte"], ["bill", "a sign posted in a public place as an advertisement", "bill"], ["lineup", "(baseball) a list of batters in the order in which they will bat", "lineup"], ["visiting card", "a printed or written greeting that is left to indicate that you have visited", "visiting card"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "add-in"], ["poster", "a sign posted in a public place as an advertisement", "poster"], ["calling card", "a printed or written greeting that is left to indicate that you have visited", "calling card"], ["batting order", "(baseball) a list of batters in the order in which they will bat", "batting order"], ["posting", "a sign posted in a public place as an advertisement", "posting"]]}, {"answer": "cards", "hint": "synonyms for cards", "clues": [["scorecard", "(golf) a record of scores (as in golf)", "scorecard"], ["card", "a printed or written greeting that is left to indicate that you have visited", "card"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit board"], ["carte du jour", "a list of dishes available at a restaurant", "carte du jour"], ["menu", "a list of dishes available at a restaurant", "menu"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "board"], ["identity card", "a card certifying the identity of the bearer", "identity card"], ["placard", "a sign posted in a public place as an advertisement", "placard"], ["card game", "a game played with playing cards", "card game"], ["notice", "a sign posted in a public place as an advertisement", "notice"], ["bill of fare", "a list of dishes available at a restaurant", "bill of fare"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "plug-in"], ["carte", "a list of dishes available at a restaurant", "carte"], ["bill", "a sign posted in a public place as an advertisement", "bill"], ["lineup", "(baseball) a list of batters in the order in which they will bat", "lineup"], ["visiting card", "a printed or written greeting that is left to indicate that you have visited", "visiting card"], ["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "add-in"], ["poster", "a sign posted in a public place as an advertisement", "poster"], ["calling card", "a printed or written greeting that is left to indicate that you have visited", "calling card"], ["batting order", "(baseball) a list of batters in the order in which they will bat", "batting order"], ["posting", "a sign posted in a public place as an advertisement", "posting"]]}, {"answer": "care", "hint": "synonyms for care", "clues": [["tutelage", "attention and management implying responsibility for safety", "tutelage"], ["maintenance", "activity involved in maintaining something in good working order", "maintenance"], ["attention", "the work of providing treatment for or attending to someone or something", "attention"], ["precaution", "judiciousness in avoiding harm or danger", "precaution"], ["guardianship", "attention and management implying responsibility for safety", "guardianship"], ["fear", "an anxious feeling", "fear"], ["concern", "an anxious feeling", "concern"], ["upkeep", "activity involved in maintaining something in good working order", "upkeep"], ["caution", "judiciousness in avoiding harm or danger", "caution"], ["forethought", "judiciousness in avoiding harm or danger", "forethought"], ["tending", "the work of providing treatment for or attending to someone or something", "tending"], ["charge", "attention and management implying responsibility for safety", "charge"], ["aid", "the work of providing treatment for or attending to someone or something", "aid"]]}, {"answer": "carelessness", "hint": "synonyms for carelessness", "clues": [["neglect", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "neglect"], ["nonperformance", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "nonperformance"], ["sloppiness", "the quality of not being careful or taking pains", "sloppiness"], ["negligence", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "negligence"]]}, {"answer": "caressing", "hint": "synonyms for caressing", "clues": [["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "cargo", "hint": "synonyms for cargo", "clues": [["payload", "goods carried by a large vehicle", "payload"], ["load", "goods carried by a large vehicle", "load"], ["lading", "goods carried by a large vehicle", "lading"], ["shipment", "goods carried by a large vehicle", "shipment"], ["consignment", "goods carried by a large vehicle", "consignment"], ["freight", "goods carried by a large vehicle", "freight"]]}, {"answer": "cargo_area", "hint": "synonyms for cargo area", "clues": [["storage area", "the space in a ship or aircraft for storing cargo", "storage area"], ["cargo deck", "the space in a ship or aircraft for storing cargo", "cargo deck"], ["cargo hold", "the space in a ship or aircraft for storing cargo", "cargo hold"], ["hold", "the space in a ship or aircraft for storing cargo", "hold"]]}, {"answer": "cargo_deck", "hint": "synonyms for cargo deck", "clues": [["storage area", "the space in a ship or aircraft for storing cargo", "storage area"], ["cargo hold", "the space in a ship or aircraft for storing cargo", "cargo hold"], ["hold", "the space in a ship or aircraft for storing cargo", "hold"], ["cargo area", "the space in a ship or aircraft for storing cargo", "cargo area"]]}, {"answer": "cargo_hold", "hint": "synonyms for cargo hold", "clues": [["storage area", "the space in a ship or aircraft for storing cargo", "storage area"], ["cargo deck", "the space in a ship or aircraft for storing cargo", "cargo deck"], ["hold", "the space in a ship or aircraft for storing cargo", "hold"], ["cargo area", "the space in a ship or aircraft for storing cargo", "cargo area"]]}, {"answer": "cargo_ships", "hint": "synonyms for cargo ships", "clues": [["merchant marine", "conveyance provided by the ships belonging to one country or industry", "merchant marine"], ["cargo vessel", "a ship designed to carry cargo", "cargo vessel"], ["merchant vessels", "conveyance provided by the ships belonging to one country or industry", "merchant vessels"], ["cargo ship", "a ship designed to carry cargo", "cargo ship"], ["shipping", "conveyance provided by the ships belonging to one country or industry", "shipping"]]}, {"answer": "carmaker", "hint": "synonyms for carmaker", "clues": [["car manufacturer", "a business engaged in the manufacture of automobiles", "car manufacturer"], ["auto maker", "a business engaged in the manufacture of automobiles", "auto maker"], ["auto manufacturer", "a business engaged in the manufacture of automobiles", "auto manufacturer"], ["car maker", "a business engaged in the manufacture of automobiles", "car maker"]]}, {"answer": "carnage", "hint": "synonyms for carnage", "clues": [["butchery", "the savage and excessive killing of many people", "butchery"], ["massacre", "the savage and excessive killing of many people", "massacre"], ["slaughter", "the savage and excessive killing of many people", "slaughter"], ["mass murder", "the savage and excessive killing of many people", "mass murder"]]}, {"answer": "carnal_knowledge", "hint": "synonyms for carnal knowledge", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "carousal", "hint": "synonyms for carousal", "clues": [["carouse", "revelry in drinking; a merry drinking party", "carouse"], ["booze-up", "revelry in drinking; a merry drinking party", "booze-up"], ["bender", "revelry in drinking; a merry drinking party", "bender"], ["toot", "revelry in drinking; a merry drinking party", "toot"]]}, {"answer": "carouse", "hint": "synonyms for carouse", "clues": [["booze-up", "revelry in drinking; a merry drinking party", "booze-up"], ["bender", "revelry in drinking; a merry drinking party", "bender"], ["carousal", "revelry in drinking; a merry drinking party", "carousal"], ["toot", "revelry in drinking; a merry drinking party", "toot"]]}, {"answer": "carousel", "hint": "synonyms for carousel", "clues": [["whirligig", "a large, rotating machine with seats for children to ride or amusement", "whirligig"], ["carrousel", "a large, rotating machine with seats for children to ride or amusement", "carrousel"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement", "merry-go-round"], ["roundabout", "a large, rotating machine with seats for children to ride or amusement", "roundabout"], ["luggage carousel", "a conveyer belt that carries luggage to be claimed by air travelers", "luggage carousel"]]}, {"answer": "carrefour", "hint": "synonyms for carrefour", "clues": [["crossway", "a junction where one street or road crosses another", "crossway"], ["crossroad", "a junction where one street or road crosses another", "crossroad"], ["intersection", "a junction where one street or road crosses another", "intersection"], ["crossing", "a junction where one street or road crosses another", "crossing"]]}, {"answer": "carriage", "hint": "synonyms for carriage", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["passenger car", "a railcar where passengers ride", "passenger car"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["coach", "a railcar where passengers ride", "coach"], ["rig", "a vehicle with wheels drawn by one or more horses", "rig"], ["equipage", "a vehicle with wheels drawn by one or more horses", "equipage"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"], ["posture", "characteristic way of bearing one's body", "posture"], ["bearing", "characteristic way of bearing one's body", "bearing"]]}, {"answer": "carrier", "hint": "synonyms for carrier", "clues": [["common carrier", "a person or firm in the business of transporting people or goods or messages", "common carrier"], ["attack aircraft carrier", "a large warship that carries planes and has a long flat deck for takeoffs and landings", "attack aircraft carrier"], ["aircraft carrier", "a large warship that carries planes and has a long flat deck for takeoffs and landings", "aircraft carrier"], ["carrier wave", "a radio wave that can be modulated in order to transmit a signal", "carrier wave"], ["flattop", "a large warship that carries planes and has a long flat deck for takeoffs and landings", "flattop"]]}, {"answer": "carrousel", "hint": "synonyms for carrousel", "clues": [["carousel", "a large, rotating machine with seats for children to ride or amusement", "carousel"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement", "merry-go-round"], ["whirligig", "a large, rotating machine with seats for children to ride or amusement", "whirligig"], ["roundabout", "a large, rotating machine with seats for children to ride or amusement", "roundabout"], ["luggage carousel", "a conveyer belt that carries luggage to be claimed by air travelers", "luggage carousel"]]}, {"answer": "carrying_out", "hint": "synonyms for carrying out", "clues": [["implementation", "the act of accomplishing some aim or executing some order", "implementation"], ["performance", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "performance"], ["execution", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "execution"], ["carrying into action", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "carrying into action"]]}, {"answer": "carte", "hint": "synonyms for carte", "clues": [["menu", "a list of dishes available at a restaurant", "menu"], ["carte du jour", "a list of dishes available at a restaurant", "carte du jour"], ["card", "a list of dishes available at a restaurant", "card"], ["bill of fare", "a list of dishes available at a restaurant", "bill of fare"]]}, {"answer": "carte_du_jour", "hint": "synonyms for carte du jour", "clues": [["menu", "a list of dishes available at a restaurant", "menu"], ["carte", "a list of dishes available at a restaurant", "carte"], ["card", "a list of dishes available at a restaurant", "card"], ["bill of fare", "a list of dishes available at a restaurant", "bill of fare"]]}, {"answer": "case", "hint": "synonyms for case", "clues": [["pillowcase", "bed linen consisting of a cover for a pillow", "pillowcase"], ["typesetter's case", "(printing) the receptacle in which a compositor has his type, which is divided into compartments for the different letters, spaces, or numbers", "typesetter's case"], ["suit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "suit"], ["fount", "a specific size and style of type within a type family", "fount"], ["grammatical case", "nouns or pronouns or adjectives (often marked by inflection) related in some way to other words in a sentence", "grammatical case"], ["casing", "the housing or outer covering of something", "casing"], ["shell", "the housing or outer covering of something", "shell"], ["instance", "an occurrence of something", "instance"], ["cause", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "cause"], ["slip", "bed linen consisting of a cover for a pillow", "slip"], ["face", "a specific size and style of type within a type family", "face"], ["typeface", "a specific size and style of type within a type family", "typeface"], ["vitrine", "a glass container used to store and display items in a shop or museum or home", "vitrine"], ["caseful", "the quantity contained in a case", "caseful"], ["compositor's case", "(printing) the receptacle in which a compositor has his type, which is divided into compartments for the different letters, spaces, or numbers", "compositor's case"], ["display case", "a glass container used to store and display items in a shop or museum or home", "display case"], ["example", "an occurrence of something", "example"], ["causa", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "causa"], ["lawsuit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "lawsuit"], ["pillow slip", "bed linen consisting of a cover for a pillow", "pillow slip"], ["showcase", "a glass container used to store and display items in a shop or museum or home", "showcase"]]}, {"answer": "cash_in_hand", "hint": "synonyms for cash in hand", "clues": [["finances", "assets in the form of money", "finances"], ["monetary resource", "assets in the form of money", "monetary resource"], ["funds", "assets in the form of money", "funds"], ["pecuniary resource", "assets in the form of money", "pecuniary resource"]]}, {"answer": "cast", "hint": "synonyms for cast", "clues": [["dramatis personae", "the actors in a play", "dramatis personae"], ["mold", "the distinctive form in which a thing is made", "mold"], ["stamp", "the distinctive form in which a thing is made", "stamp"], ["shape", "the visual appearance of something or someone", "shape"], ["casting", "the act of throwing a fishing line out over the water by means of a rod and reel", "casting"], ["plaster cast", "bandage consisting of a firm covering (often made of plaster of Paris) that immobilizes broken bones while they heal", "plaster cast"], ["hurl", "a violent throw", "hurl"], ["cast of characters", "the actors in a play", "cast of characters"], ["form", "the visual appearance of something or someone", "form"], ["roll", "the act of throwing dice", "roll"], ["plaster bandage", "bandage consisting of a firm covering (often made of plaster of Paris) that immobilizes broken bones while they heal", "plaster bandage"]]}, {"answer": "castigation", "hint": "synonyms for castigation", "clues": [["chewing out", "a severe scolding", "chewing out"], ["going-over", "a severe scolding", "going-over"], ["earful", "a severe scolding", "earful"], ["chastisement", "verbal punishment", "chastisement"], ["bawling out", "a severe scolding", "bawling out"], ["dressing down", "a severe scolding", "dressing down"], ["upbraiding", "a severe scolding", "upbraiding"]]}, {"answer": "castle_in_spain", "hint": "synonyms for castle in spain", "clues": [["castle in the air", "absentminded dreaming while awake", "castle in the air"], ["revery", "absentminded dreaming while awake", "revery"], ["daydream", "absentminded dreaming while awake", "daydream"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["oneirism", "absentminded dreaming while awake", "oneirism"], ["reverie", "absentminded dreaming while awake", "reverie"], ["air castle", "absentminded dreaming while awake", "air castle"]]}, {"answer": "castle_in_the_air", "hint": "synonyms for castle in the air", "clues": [["revery", "absentminded dreaming while awake", "revery"], ["air castle", "absentminded dreaming while awake", "air castle"], ["daydream", "absentminded dreaming while awake", "daydream"], ["oneirism", "absentminded dreaming while awake", "oneirism"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["reverie", "absentminded dreaming while awake", "reverie"]]}, {"answer": "cat", "hint": "synonyms for cat", "clues": [["computerized tomography", "a method of examining body organs by scanning them with X rays and using a computer to construct a series of cross-sectional scans along a single axis", "computerized tomography"], ["computed axial tomography", "a method of examining body organs by scanning them with X rays and using a computer to construct a series of cross-sectional scans along a single axis", "computed axial tomography"], ["quat", "the leaves of the shrub Catha edulis which are chewed like tobacco or used to make tea; has the effect of a euphoric stimulant", "quat"], ["cat-o'-nine-tails", "a whip with nine knotted cords", "cat-o'-nine-tails"], ["khat", "the leaves of the shrub Catha edulis which are chewed like tobacco or used to make tea; has the effect of a euphoric stimulant", "khat"]]}, {"answer": "cat_sleep", "hint": "synonyms for cat sleep", "clues": [["catnap", "sleeping for a short period of time (usually not in bed)", "catnap"], ["snooze", "sleeping for a short period of time (usually not in bed)", "snooze"], ["forty winks", "sleeping for a short period of time (usually not in bed)", "forty winks"], ["nap", "sleeping for a short period of time (usually not in bed)", "nap"], ["short sleep", "sleeping for a short period of time (usually not in bed)", "short sleep"]]}, {"answer": "cat_valium", "hint": "synonyms for cat valium", "clues": [["jet", "street names for ketamine", "jet"], ["super acid", "street names for ketamine", "super acid"], ["super C", "street names for ketamine", "super C"], ["special K", "street names for ketamine", "special K"], ["green", "street names for ketamine", "green"], ["honey oil", "street names for ketamine", "honey oil"]]}, {"answer": "cataclysm", "hint": "synonyms for cataclysm", "clues": [["tragedy", "an event resulting in great loss and misfortune", "tragedy"], ["catastrophe", "an event resulting in great loss and misfortune", "catastrophe"], ["disaster", "an event resulting in great loss and misfortune", "disaster"], ["calamity", "an event resulting in great loss and misfortune", "calamity"]]}, {"answer": "catamenia", "hint": "synonyms for catamenia", "clues": [["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruation"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "period"], ["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruum"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menses"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "flow"]]}, {"answer": "catapult", "hint": "synonyms for catapult", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["slingshot", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones", "slingshot"], ["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["sling", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones", "sling"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["launcher", "a device that launches aircraft from a warship", "launcher"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"]]}, {"answer": "catastrophe", "hint": "synonyms for catastrophe", "clues": [["tragedy", "an event resulting in great loss and misfortune", "tragedy"], ["cataclysm", "an event resulting in great loss and misfortune", "cataclysm"], ["disaster", "an event resulting in great loss and misfortune", "disaster"], ["calamity", "an event resulting in great loss and misfortune", "calamity"]]}, {"answer": "catch", "hint": "synonyms for catch", "clues": [["gimmick", "a drawback or difficulty that is not readily evident", "gimmick"], ["pinch", "the act of apprehending (especially apprehending a criminal)", "pinch"], ["snap", "the act of catching an object with the hands", "snap"], ["stop", "a restraint that checks the motion of something", "stop"], ["haul", "the quantity that was caught", "haul"], ["snatch", "the act of catching an object with the hands", "snatch"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)", "taking into custody"], ["grab", "the act of catching an object with the hands", "grab"], ["arrest", "the act of apprehending (especially apprehending a criminal)", "arrest"], ["collar", "the act of apprehending (especially apprehending a criminal)", "collar"], ["apprehension", "the act of apprehending (especially apprehending a criminal)", "apprehension"]]}, {"answer": "catchment_area", "hint": "synonyms for catchment area", "clues": [["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage basin"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage area"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment basin"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "basin"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "river basin"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "watershed"]]}, {"answer": "catchment_basin", "hint": "synonyms for catchment basin", "clues": [["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage basin"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage area"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "river basin"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "basin"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment area"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "watershed"]]}, {"answer": "catchword", "hint": "synonyms for catchword", "clues": [["slogan", "a favorite saying of a sect or political group", "slogan"], ["guide word", "a word printed at the top of the page of a dictionary or other reference book to indicate the first or last item on that page", "guide word"], ["motto", "a favorite saying of a sect or political group", "motto"], ["shibboleth", "a favorite saying of a sect or political group", "shibboleth"]]}, {"answer": "categorisation", "hint": "synonyms for categorisation", "clues": [["categorization", "the basic cognitive process of arranging into classes or categories", "categorization"], ["classification", "a group of people or things arranged by class or category", "classification"], ["assortment", "the act of distributing things into classes or categories of the same type", "assortment"], ["sorting", "the basic cognitive process of arranging into classes or categories", "sorting"], ["compartmentalisation", "the act of distributing things into classes or categories of the same type", "compartmentalisation"]]}, {"answer": "categorization", "hint": "synonyms for categorization", "clues": [["categorisation", "a group of people or things arranged by class or category", "categorisation"], ["compartmentalization", "the act of distributing things into classes or categories of the same type", "compartmentalization"], ["classification", "a group of people or things arranged by class or category", "classification"], ["assortment", "the act of distributing things into classes or categories of the same type", "assortment"], ["sorting", "the basic cognitive process of arranging into classes or categories", "sorting"]]}, {"answer": "cathouse", "hint": "synonyms for cathouse", "clues": [["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["sporting house", "a building where prostitutes are available", "sporting house"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["bordello", "a building where prostitutes are available", "bordello"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "catnap", "hint": "synonyms for catnap", "clues": [["snooze", "sleeping for a short period of time (usually not in bed)", "snooze"], ["cat sleep", "sleeping for a short period of time (usually not in bed)", "cat sleep"], ["forty winks", "sleeping for a short period of time (usually not in bed)", "forty winks"], ["nap", "sleeping for a short period of time (usually not in bed)", "nap"], ["short sleep", "sleeping for a short period of time (usually not in bed)", "short sleep"]]}, {"answer": "cattiness", "hint": "synonyms for cattiness", "clues": [["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty", "spitefulness"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty", "bitchiness"], ["spite", "malevolence by virtue of being malicious or spiteful or nasty", "spite"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty", "nastiness"]]}, {"answer": "causal_factor", "hint": "synonyms for causal factor", "clues": [["determinant", "a determining or causal element or factor", "determinant"], ["determining factor", "a determining or causal element or factor", "determining factor"], ["determinative", "a determining or causal element or factor", "determinative"], ["determiner", "a determining or causal element or factor", "determiner"]]}, {"answer": "cause", "hint": "synonyms for cause", "clues": [["reason", "a justification for something existing or happening", "reason"], ["case", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "case"], ["drive", "a series of actions advancing a principle or tending toward a particular end", "drive"], ["movement", "a series of actions advancing a principle or tending toward a particular end", "movement"], ["campaign", "a series of actions advancing a principle or tending toward a particular end", "campaign"], ["effort", "a series of actions advancing a principle or tending toward a particular end", "effort"], ["causal agency", "any entity that produces an effect or is responsible for events or results", "causal agency"], ["suit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "suit"], ["crusade", "a series of actions advancing a principle or tending toward a particular end", "crusade"], ["causa", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "causa"], ["lawsuit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "lawsuit"], ["grounds", "a justification for something existing or happening", "grounds"]]}, {"answer": "causerie", "hint": "synonyms for causerie", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "caustic_lime", "hint": "synonyms for caustic lime", "clues": [["lime hydrate", "a caustic substance produced by heating limestone", "lime hydrate"], ["lime", "a caustic substance produced by heating limestone", "lime"], ["calcium hydroxide", "a caustic substance produced by heating limestone", "calcium hydroxide"], ["calcium hydrate", "a caustic substance produced by heating limestone", "calcium hydrate"], ["hydrated lime", "a caustic substance produced by heating limestone", "hydrated lime"], ["slaked lime", "a caustic substance produced by heating limestone", "slaked lime"]]}, {"answer": "caution", "hint": "synonyms for caution", "clues": [["carefulness", "the trait of being cautious; being attentive to possible danger", "carefulness"], ["care", "judiciousness in avoiding harm or danger", "care"], ["forethought", "judiciousness in avoiding harm or danger", "forethought"], ["circumspection", "the trait of being circumspect and prudent", "circumspection"], ["cautiousness", "the trait of being cautious; being attentive to possible danger", "cautiousness"], ["precaution", "judiciousness in avoiding harm or danger", "precaution"], ["caveat", "a warning against certain acts", "caveat"]]}, {"answer": "cavity", "hint": "synonyms for cavity", "clues": [["enclosed space", "space that is surrounded by something", "enclosed space"], ["pit", "a sizeable hole (usually in the ground)", "pit"], ["dental caries", "soft decayed area in a tooth; progressive decay can lead to the death of a tooth", "dental caries"], ["tooth decay", "soft decayed area in a tooth; progressive decay can lead to the death of a tooth", "tooth decay"], ["caries", "soft decayed area in a tooth; progressive decay can lead to the death of a tooth", "caries"]]}, {"answer": "celerity", "hint": "synonyms for celerity", "clues": [["rapidity", "a rate that is rapid", "rapidity"], ["quickness", "a rate that is rapid", "quickness"], ["speediness", "a rate that is rapid", "speediness"], ["rapidness", "a rate that is rapid", "rapidness"]]}, {"answer": "celestial_sphere", "hint": "synonyms for celestial sphere", "clues": [["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "firmament"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "welkin"], ["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "empyrean"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "vault of heaven"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "sphere"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "heavens"]]}, {"answer": "cell", "hint": "synonyms for cell", "clues": [["cellular telephone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cellular telephone"], ["jail cell", "a room where a prisoner is kept", "jail cell"], ["cadre", "a small unit serving as part of or as the nucleus of a larger political movement", "cadre"], ["mobile phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "mobile phone"], ["cubicle", "small room in which a monk or nun lives", "cubicle"], ["prison cell", "a room where a prisoner is kept", "prison cell"], ["electric cell", "a device that delivers an electric current as the result of a chemical reaction", "electric cell"], ["cellphone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cellphone"]]}, {"answer": "cellular_phone", "hint": "synonyms for cellular phone", "clues": [["cellphone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cellphone"], ["cellular telephone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cellular telephone"], ["mobile phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "mobile phone"], ["cell", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cell"]]}, {"answer": "cellular_telephone", "hint": "synonyms for cellular telephone", "clues": [["cellphone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cellphone"], ["cellular phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cellular phone"], ["mobile phone", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "mobile phone"], ["cell", "a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver", "cell"]]}, {"answer": "cemetery", "hint": "synonyms for cemetery", "clues": [["graveyard", "a tract of land used for burials", "graveyard"], ["burying ground", "a tract of land used for burials", "burying ground"], ["necropolis", "a tract of land used for burials", "necropolis"], ["burial ground", "a tract of land used for burials", "burial ground"], ["burial site", "a tract of land used for burials", "burial site"], ["memorial park", "a tract of land used for burials", "memorial park"]]}, {"answer": "cental", "hint": "synonyms for cental", "clues": [["cwt", "a United States unit of weight equivalent to 100 pounds", "cwt"], ["centner", "a United States unit of weight equivalent to 100 pounds", "centner"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds", "short hundredweight"], ["hundredweight", "a United States unit of weight equivalent to 100 pounds", "hundredweight"], ["quintal", "a United States unit of weight equivalent to 100 pounds", "quintal"]]}, {"answer": "centering", "hint": "synonyms for centering", "clues": [["focus", "the concentration of attention or energy on something", "focus"], ["focussing", "the concentration of attention or energy on something", "focussing"], ["focal point", "the concentration of attention or energy on something", "focal point"], ["direction", "the concentration of attention or energy on something", "direction"], ["snap", "(American football) putting the ball in play by passing it (between the legs) to a back", "snap"]]}, {"answer": "centner", "hint": "synonyms for centner", "clues": [["cental", "a United States unit of weight equivalent to 100 pounds", "cental"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds", "short hundredweight"], ["hundredweight", "a United States unit of weight equivalent to 100 pounds", "hundredweight"], ["cwt", "a United States unit of weight equivalent to 100 pounds", "cwt"], ["metric hundredweight", "a unit of weight equal to 100 kilograms", "metric hundredweight"], ["quintal", "a United States unit of weight equivalent to 100 pounds", "quintal"], ["doppelzentner", "a unit of weight equal to 100 kilograms", "doppelzentner"]]}, {"answer": "central_office", "hint": "synonyms for central office", "clues": [["home base", "(usually plural) the office that serves as the administrative center of an enterprise", "home base"], ["home office", "(usually plural) the office that serves as the administrative center of an enterprise", "home office"], ["main office", "(usually plural) the office that serves as the administrative center of an enterprise", "main office"], ["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise", "headquarters"]]}, {"answer": "centre", "hint": "synonyms for centre", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["heart", "an area that is approximately central within some larger region", "heart"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["center of attention", "the object upon which interest and attention focuses", "center of attention"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["eye", "an area that is approximately central within some larger region", "eye"], ["middle", "an area that is approximately central within some larger region", "middle"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["midpoint", "a point equidistant from the ends of a line or the extremities of a figure", "midpoint"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"]]}, {"answer": "cerebration", "hint": "synonyms for cerebration", "clues": [["mentation", "the process of using your mind to consider something carefully", "mentation"], ["thought process", "the process of using your mind to consider something carefully", "thought process"], ["intellection", "the process of using your mind to consider something carefully", "intellection"], ["thought", "the process of using your mind to consider something carefully", "thought"], ["thinking", "the process of using your mind to consider something carefully", "thinking"]]}, {"answer": "cerement", "hint": "synonyms for cerement", "clues": [["shroud", "burial garment in which a corpse is wrapped", "shroud"], ["pall", "burial garment in which a corpse is wrapped", "pall"], ["winding-clothes", "burial garment in which a corpse is wrapped", "winding-clothes"], ["winding-sheet", "burial garment in which a corpse is wrapped", "winding-sheet"]]}, {"answer": "certification", "hint": "synonyms for certification", "clues": [["certificate", "a document attesting to the truth of certain stated facts", "certificate"], ["enfranchisement", "the act of certifying or bestowing a franchise on", "enfranchisement"], ["credentials", "a document attesting to the truth of certain stated facts", "credentials"], ["authentication", "validating the authenticity of something or someone", "authentication"], ["corroboration", "confirmation that some fact or statement is true through the use of documentary evidence", "corroboration"], ["documentation", "confirmation that some fact or statement is true through the use of documentary evidence", "documentation"]]}, {"answer": "cesarean_delivery", "hint": "synonyms for cesarean delivery", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "cesarean_section", "hint": "synonyms for cesarean section", "clues": [["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean section"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "cesarian_section", "hint": "synonyms for cesarian section", "clues": [["cesarean section", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarean section"], ["caesarian delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarian delivery"], ["cesarian", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "cesarian"], ["caesarean", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "caesarean"], ["abdominal delivery", "the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)", "abdominal delivery"]]}, {"answer": "chaff", "hint": "synonyms for chaff", "clues": [["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "shuck"], ["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "straw"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "husk"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stalk"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stubble"]]}, {"answer": "chain", "hint": "synonyms for chain", "clues": [["chemical chain", "(chemistry) a series of linked atoms (generally in an organic molecule)", "chemical chain"], ["chain of mountains", "a series of hills or mountains", "chain of mountains"], ["string", "a necklace made by a stringing objects together", "string"], ["concatenation", "a series of things depending on each other as if linked together", "concatenation"], ["mountain chain", "a series of hills or mountains", "mountain chain"], ["mountain range", "a series of hills or mountains", "mountain range"], ["range of mountains", "a series of hills or mountains", "range of mountains"], ["strand", "a necklace made by a stringing objects together", "strand"], ["range", "a series of hills or mountains", "range"]]}, {"answer": "chain_armor", "hint": "synonyms for chain armor", "clues": [["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings", "ring mail"], ["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings", "chain armour"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings", "mail"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings", "ring armor"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings", "chain mail"]]}, {"answer": "chain_armour", "hint": "synonyms for chain armour", "clues": [["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings", "ring mail"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings", "mail"], ["chain armor", "(Middle Ages) flexible armor made of interlinked metal rings", "chain armor"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings", "ring armor"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings", "chain mail"]]}, {"answer": "chain_mail", "hint": "synonyms for chain mail", "clues": [["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings", "ring mail"], ["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings", "chain armour"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings", "mail"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings", "ring armor"]]}, {"answer": "chain_of_mountains", "hint": "synonyms for chain of mountains", "clues": [["chain", "a series of hills or mountains", "chain"], ["mountain chain", "a series of hills or mountains", "mountain chain"], ["mountain range", "a series of hills or mountains", "mountain range"], ["range of mountains", "a series of hills or mountains", "range of mountains"], ["range", "a series of hills or mountains", "range"]]}, {"answer": "chains", "hint": "synonyms for chains", "clues": [["chain", "anything that acts as a restraint", "chain"], ["chain of mountains", "a series of hills or mountains", "chain of mountains"], ["concatenation", "a series of things depending on each other as if linked together", "concatenation"], ["mountain range", "a series of hills or mountains", "mountain range"], ["irons", "metal shackles; for hands or legs", "irons"], ["chemical chain", "(chemistry) a series of linked atoms (generally in an organic molecule)", "chemical chain"], ["string", "a necklace made by a stringing objects together", "string"], ["mountain chain", "a series of hills or mountains", "mountain chain"], ["range of mountains", "a series of hills or mountains", "range of mountains"], ["strand", "a necklace made by a stringing objects together", "strand"], ["range", "a series of hills or mountains", "range"]]}, {"answer": "chair", "hint": "synonyms for chair", "clues": [["hot seat", "an instrument of execution by electrocution; resembles an ordinary seat for one person", "hot seat"], ["death chair", "an instrument of execution by electrocution; resembles an ordinary seat for one person", "death chair"], ["professorship", "the position of professor", "professorship"], ["electric chair", "an instrument of execution by electrocution; resembles an ordinary seat for one person", "electric chair"]]}, {"answer": "chalk", "hint": "synonyms for chalk", "clues": [["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"]]}, {"answer": "chamber", "hint": "synonyms for chamber", "clues": [["sleeping accommodation", "a room used primarily for sleeping", "sleeping accommodation"], ["sleeping room", "a room used primarily for sleeping", "sleeping room"], ["bedchamber", "a room used primarily for sleeping", "bedchamber"], ["bedroom", "a room used primarily for sleeping", "bedroom"]]}, {"answer": "chambers", "hint": "synonyms for chambers", "clues": [["chamber", "a deliberative or legislative or administrative or judicial assembly", "chamber"], ["bedchamber", "a room used primarily for sleeping", "bedchamber"], ["bedroom", "a room used primarily for sleeping", "bedroom"], ["sleeping accommodation", "a room used primarily for sleeping", "sleeping accommodation"], ["sleeping room", "a room used primarily for sleeping", "sleeping room"]]}, {"answer": "chammy", "hint": "synonyms for chammy", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy leather"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois leather"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "shammy"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois"]]}, {"answer": "chammy_leather", "hint": "synonyms for chammy leather", "clues": [["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois leather"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "shammy"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy"], ["shammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "shammy leather"]]}, {"answer": "chamois", "hint": "synonyms for chamois", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy leather"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois leather"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "shammy"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy"]]}, {"answer": "chamois_leather", "hint": "synonyms for chamois leather", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy leather"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "shammy"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy"]]}, {"answer": "change_of_mind", "hint": "synonyms for change of mind", "clues": [["reversal", "a decision to reverse an earlier decision", "reversal"], ["turnaround", "a decision to reverse an earlier decision", "turnaround"], ["flip-flop", "a decision to reverse an earlier decision", "flip-flop"], ["turnabout", "a decision to reverse an earlier decision", "turnabout"]]}, {"answer": "channel", "hint": "synonyms for channel", "clues": [["television channel", "a television station and its programs", "television channel"], ["distribution channel", "a way of selling a company's product either directly or via distributors", "distribution channel"], ["transmission channel", "a path over which electrical signals can pass", "transmission channel"], ["groove", "a long narrow furrow cut either by a natural process (such as erosion) or by a tool (as e.g. a groove in a phonograph record)", "groove"], ["line", "(often plural) a means of communication or access", "line"], ["communication channel", "(often plural) a means of communication or access", "communication channel"]]}, {"answer": "channels", "hint": "synonyms for channels", "clues": [["distribution channel", "a way of selling a company's product either directly or via distributors", "distribution channel"], ["channel", "a passage for water (or other fluids) to flow through", "channel"], ["groove", "a long narrow furrow cut either by a natural process (such as erosion) or by a tool (as e.g. a groove in a phonograph record)", "groove"], ["line", "(often plural) a means of communication or access", "line"], ["television channel", "a television station and its programs", "television channel"], ["communication channel", "(often plural) a means of communication or access", "communication channel"], ["transmission channel", "a path over which electrical signals can pass", "transmission channel"]]}, {"answer": "chap", "hint": "synonyms for chap", "clues": [["fissure", "a long narrow depression in a surface", "fissure"], ["cranny", "a long narrow depression in a surface", "cranny"], ["crevice", "a long narrow depression in a surface", "crevice"], ["crack", "a long narrow depression in a surface", "crack"]]}, {"answer": "chaplet", "hint": "synonyms for chaplet", "clues": [["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "wreath"], ["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "lei"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "garland"], ["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "coronal"]]}, {"answer": "charabanc", "hint": "synonyms for charabanc", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "character", "hint": "synonyms for character", "clues": [["role", "an actor's portrayal of someone in a play", "role"], ["part", "an actor's portrayal of someone in a play", "part"], ["grapheme", "a written symbol that is used to represent speech", "grapheme"], ["fibre", "the inherent complex of attributes that determines a persons moral and ethical actions and reactions; - Herbert Spencer", "fibre"], ["quality", "a characteristic property that defines the apparent individual nature of something", "quality"], ["persona", "an actor's portrayal of someone in a play", "persona"], ["theatrical role", "an actor's portrayal of someone in a play", "theatrical role"], ["fiber", "the inherent complex of attributes that determines a persons moral and ethical actions and reactions; - Herbert Spencer", "fiber"], ["reference", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability", "reference"], ["lineament", "a characteristic property that defines the apparent individual nature of something", "lineament"], ["character reference", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability", "character reference"], ["graphic symbol", "a written symbol that is used to represent speech", "graphic symbol"]]}, {"answer": "characterisation", "hint": "synonyms for characterisation", "clues": [["delineation", "a graphic or vivid verbal description", "delineation"], ["word picture", "a graphic or vivid verbal description", "word picture"], ["characterization", "a graphic or vivid verbal description", "characterization"], ["depiction", "a graphic or vivid verbal description", "depiction"], ["word-painting", "a graphic or vivid verbal description", "word-painting"], ["picture", "a graphic or vivid verbal description", "picture"]]}, {"answer": "characterization", "hint": "synonyms for characterization", "clues": [["enactment", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "enactment"], ["portrayal", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "portrayal"], ["delineation", "a graphic or vivid verbal description", "delineation"], ["depiction", "a graphic or vivid verbal description", "depiction"], ["personation", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "personation"], ["characterisation", "the act of describing distinctive characteristics or essential features", "characterisation"], ["word-painting", "a graphic or vivid verbal description", "word-painting"], ["word picture", "a graphic or vivid verbal description", "word picture"], ["picture", "a graphic or vivid verbal description", "picture"]]}, {"answer": "charade", "hint": "synonyms for charade", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "charades", "hint": "synonyms for charades", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["charade", "a word acted out in an episode of the game of charades", "charade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "charge", "hint": "synonyms for charge", "clues": [["cathexis", "(psychoanalysis) the libidinal energy invested in some idea or person or object", "cathexis"], ["electric charge", "the quantity of unbalanced electricity in a body (either positive or negative) and construed as an excess or deficiency of electrons", "electric charge"], ["mission", "a special assignment that is given to a person or group", "mission"], ["direction", "a formal statement of a command or injunction to do something", "direction"], ["billing", "request for payment of a debt", "billing"], ["care", "attention and management implying responsibility for safety", "care"], ["armorial bearing", "heraldry consisting of a design or image depicted on a shield", "armorial bearing"], ["commission", "a formal statement of a command or injunction to do something", "commission"], ["thrill", "the swift release of a store of affective force", "thrill"], ["tutelage", "attention and management implying responsibility for safety", "tutelage"], ["boot", "the swift release of a store of affective force", "boot"], ["rush", "the swift release of a store of affective force", "rush"], ["bearing", "heraldry consisting of a design or image depicted on a shield", "bearing"], ["heraldic bearing", "heraldry consisting of a design or image depicted on a shield", "heraldic bearing"], ["flush", "the swift release of a store of affective force", "flush"], ["kick", "the swift release of a store of affective force", "kick"], ["bursting charge", "a quantity of explosive to be set off at one time", "bursting charge"], ["explosive charge", "a quantity of explosive to be set off at one time", "explosive charge"], ["guardianship", "attention and management implying responsibility for safety", "guardianship"], ["burster", "a quantity of explosive to be set off at one time", "burster"], ["complaint", "(criminal law) a pleading describing some wrong or offense", "complaint"], ["accusation", "an assertion that someone is guilty of a fault or offence", "accusation"], ["bang", "the swift release of a store of affective force", "bang"]]}, {"answer": "charge_sheet", "hint": "synonyms for charge sheet", "clues": [["day book", "the daily written record of events (as arrests) in a police station", "day book"], ["rap sheet", "the daily written record of events (as arrests) in a police station", "rap sheet"], ["police blotter", "the daily written record of events (as arrests) in a police station", "police blotter"], ["blotter", "the daily written record of events (as arrests) in a police station", "blotter"]]}, {"answer": "charity_shot", "hint": "synonyms for charity shot", "clues": [["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "penalty free throw"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity throw"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity toss"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "foul shot"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "free throw"]]}, {"answer": "charity_throw", "hint": "synonyms for charity throw", "clues": [["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "penalty free throw"], ["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity shot"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity toss"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "foul shot"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "free throw"]]}, {"answer": "charity_toss", "hint": "synonyms for charity toss", "clues": [["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "penalty free throw"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity throw"], ["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity shot"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "foul shot"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "free throw"]]}, {"answer": "charm", "hint": "synonyms for charm", "clues": [["magical spell", "a verbal formula believed to have magical force", "magical spell"], ["spell", "a verbal formula believed to have magical force", "spell"], ["good luck charm", "something believed to bring good luck", "good luck charm"], ["appeal", "attractiveness that interests or pleases or stimulates", "appeal"], ["appealingness", "attractiveness that interests or pleases or stimulates", "appealingness"]]}, {"answer": "chastity", "hint": "synonyms for chastity", "clues": [["celibacy", "abstaining from sexual relations (as because of religious vows)", "celibacy"], ["sexual abstention", "abstaining from sexual relations (as because of religious vows)", "sexual abstention"], ["sexual morality", "morality with respect to sexual relations", "sexual morality"], ["virtue", "morality with respect to sexual relations", "virtue"]]}, {"answer": "chatter", "hint": "synonyms for chatter", "clues": [["yack", "noisy talk", "yack"], ["yakety-yak", "noisy talk", "yakety-yak"], ["cackle", "noisy talk", "cackle"], ["chattering", "the rapid series of noises made by the parts of a machine", "chattering"]]}, {"answer": "chauvinism", "hint": "synonyms for chauvinism", "clues": [["ultranationalism", "fanatical patriotism", "ultranationalism"], ["jingoism", "fanatical patriotism", "jingoism"], ["superpatriotism", "fanatical patriotism", "superpatriotism"], ["antifeminism", "activity indicative of belief in the superiority of men over women", "antifeminism"], ["male chauvinism", "activity indicative of belief in the superiority of men over women", "male chauvinism"]]}, {"answer": "chaw", "hint": "synonyms for chaw", "clues": [["chew", "a wad of something chewable as tobacco", "chew"], ["cud", "a wad of something chewable as tobacco", "cud"], ["plug", "a wad of something chewable as tobacco", "plug"], ["quid", "a wad of something chewable as tobacco", "quid"], ["wad", "a wad of something chewable as tobacco", "wad"]]}, {"answer": "cheapness", "hint": "synonyms for cheapness", "clues": [["cut price", "a price below the standard price", "cut price"], ["bargain rate", "a price below the standard price", "bargain rate"], ["cut rate", "a price below the standard price", "cut rate"], ["sleaze", "tastelessness by virtue of being cheap and vulgar", "sleaze"], ["tackiness", "tastelessness by virtue of being cheap and vulgar", "tackiness"], ["tat", "tastelessness by virtue of being cheap and vulgar", "tat"]]}, {"answer": "check", "hint": "synonyms for check", "clues": [["bank check", "a written order directing a bank to pay money", "bank check"], ["chit", "the bill in a restaurant", "chit"], ["impediment", "something immaterial that interferes with or delays action or progress", "impediment"], ["cheque", "a written order directing a bank to pay money", "cheque"], ["tick", "a mark indicating that something has been noted or completed etc.", "tick"], ["check mark", "a mark indicating that something has been noted or completed etc.", "check mark"], ["check-out procedure", "the act of inspecting or verifying", "check-out procedure"], ["curb", "the act of restraining power or action or limiting excess", "curb"], ["balk", "something immaterial that interferes with or delays action or progress", "balk"], ["handicap", "something immaterial that interferes with or delays action or progress", "handicap"], ["deterrent", "something immaterial that interferes with or delays action or progress", "deterrent"], ["checkout", "the act of inspecting or verifying", "checkout"], ["substantiation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "substantiation"], ["hindrance", "something immaterial that interferes with or delays action or progress", "hindrance"], ["tab", "the bill in a restaurant", "tab"], ["verification", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "verification"], ["chip", "a mark left after a small piece has been chopped or broken off of something", "chip"], ["bridle", "the act of restraining power or action or limiting excess", "bridle"], ["confirmation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "confirmation"], ["assay", "an appraisal of the state of affairs", "assay"]]}, {"answer": "checkerberry", "hint": "synonyms for checkerberry", "clues": [["boxberry", "spicy red berrylike fruit; source of wintergreen oil", "boxberry"], ["spiceberry", "spicy red berrylike fruit; source of wintergreen oil", "spiceberry"], ["wintergreen", "spicy red berrylike fruit; source of wintergreen oil", "wintergreen"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil", "teaberry"]]}, {"answer": "checkout", "hint": "synonyms for checkout", "clues": [["checkout time", "the latest time for vacating a hotel room", "checkout time"], ["checkout counter", "a counter in a supermarket where you pay for your purchases", "checkout counter"], ["check-out procedure", "the act of inspecting or verifying", "check-out procedure"], ["check", "the act of inspecting or verifying", "check"]]}, {"answer": "checkup", "hint": "synonyms for checkup", "clues": [["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical examination"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical exam"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "health check"], ["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical checkup"]]}, {"answer": "cheek", "hint": "synonyms for cheek", "clues": [["impertinence", "an impudent statement", "impertinence"], ["impudence", "an impudent statement", "impudence"], ["boldness", "impudent aggressiveness", "boldness"], ["nerve", "impudent aggressiveness", "nerve"], ["brass", "impudent aggressiveness", "brass"], ["face", "impudent aggressiveness", "face"]]}, {"answer": "cheekiness", "hint": "synonyms for cheekiness", "clues": [["insolence", "the trait of being rude and impertinent; inclined to take liberties", "insolence"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties", "impudence"], ["crust", "the trait of being rude and impertinent; inclined to take liberties", "crust"], ["gall", "the trait of being rude and impertinent; inclined to take liberties", "gall"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties", "impertinence"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties", "freshness"]]}, {"answer": "cheerfulness", "hint": "synonyms for cheerfulness", "clues": [["sunniness", "the quality of being cheerful and dispelling gloom", "sunniness"], ["sunshine", "the quality of being cheerful and dispelling gloom", "sunshine"], ["cheer", "the quality of being cheerful and dispelling gloom", "cheer"], ["blitheness", "a feeling of spontaneous good spirits", "blitheness"]]}, {"answer": "cheerio", "hint": "synonyms for cheerio", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["good day", "a farewell remark", "good day"]]}, {"answer": "chemise", "hint": "synonyms for chemise", "clues": [["shimmy", "a woman's sleeveless undergarment", "shimmy"], ["sack", "a loose-fitting dress hanging straight from the shoulders without a waist", "sack"], ["teddy", "a woman's sleeveless undergarment", "teddy"], ["slip", "a woman's sleeveless undergarment", "slip"], ["shift", "a woman's sleeveless undergarment", "shift"]]}, {"answer": "chemist's", "hint": "synonyms for chemist's", "clues": [["drugstore", "a retail shop where medicine and other articles are sold", "drugstore"], ["apothecary's shop", "a retail shop where medicine and other articles are sold", "apothecary's shop"], ["pharmacy", "a retail shop where medicine and other articles are sold", "pharmacy"], ["chemist's shop", "a retail shop where medicine and other articles are sold", "chemist's shop"]]}, {"answer": "chemist's_shop", "hint": "synonyms for chemist's shop", "clues": [["chemist's", "a retail shop where medicine and other articles are sold", "chemist's"], ["drugstore", "a retail shop where medicine and other articles are sold", "drugstore"], ["apothecary's shop", "a retail shop where medicine and other articles are sold", "apothecary's shop"], ["pharmacy", "a retail shop where medicine and other articles are sold", "pharmacy"]]}, {"answer": "chew", "hint": "synonyms for chew", "clues": [["plug", "a wad of something chewable as tobacco", "plug"], ["cud", "a wad of something chewable as tobacco", "cud"], ["quid", "a wad of something chewable as tobacco", "quid"], ["mastication", "biting and grinding food in your mouth so it becomes soft enough to swallow", "mastication"], ["chewing", "biting and grinding food in your mouth so it becomes soft enough to swallow", "chewing"], ["manduction", "biting and grinding food in your mouth so it becomes soft enough to swallow", "manduction"], ["chaw", "a wad of something chewable as tobacco", "chaw"], ["wad", "a wad of something chewable as tobacco", "wad"]]}, {"answer": "chewing_out", "hint": "synonyms for chewing out", "clues": [["castigation", "a severe scolding", "castigation"], ["going-over", "a severe scolding", "going-over"], ["earful", "a severe scolding", "earful"], ["bawling out", "a severe scolding", "bawling out"], ["dressing down", "a severe scolding", "dressing down"], ["upbraiding", "a severe scolding", "upbraiding"]]}, {"answer": "chicane", "hint": "synonyms for chicane", "clues": [["chicanery", "the use of tricks to deceive someone (usually to extract money from them)", "chicanery"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)", "wile"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)", "trickery"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)", "guile"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)", "shenanigan"]]}, {"answer": "chicanery", "hint": "synonyms for chicanery", "clues": [["wile", "the use of tricks to deceive someone (usually to extract money from them)", "wile"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)", "trickery"], ["chicane", "the use of tricks to deceive someone (usually to extract money from them)", "chicane"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)", "guile"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)", "shenanigan"]]}, {"answer": "chicha", "hint": "synonyms for chicha", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "chicken_feed", "hint": "synonyms for chicken feed", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["scratch", "dry mash for poultry", "scratch"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"]]}, {"answer": "chicness", "hint": "synonyms for chicness", "clues": [["modishness", "elegance by virtue of being fashionable", "modishness"], ["chichi", "elegance by virtue of being fashionable", "chichi"], ["chic", "elegance by virtue of being fashionable", "chic"], ["stylishness", "elegance by virtue of being fashionable", "stylishness"], ["last word", "elegance by virtue of being fashionable", "last word"], ["smartness", "elegance by virtue of being fashionable", "smartness"], ["swank", "elegance by virtue of being fashionable", "swank"]]}, {"answer": "child's_play", "hint": "synonyms for child's play", "clues": [["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["pushover", "any undertaking that is easy to do", "pushover"], ["picnic", "any undertaking that is easy to do", "picnic"], ["play", "activity by children that is guided more by imagination than by fixed rules", "play"], ["snap", "any undertaking that is easy to do", "snap"], ["breeze", "any undertaking that is easy to do", "breeze"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["walkover", "any undertaking that is easy to do", "walkover"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "chili", "hint": "synonyms for chili", "clues": [["chilly", "very hot and finely tapering pepper of special pungency", "chilly"], ["chile", "very hot and finely tapering pepper of special pungency", "chile"], ["chili con carne", "ground beef and chili peppers or chili powder often with tomatoes and kidney beans", "chili con carne"], ["chili pepper", "very hot and finely tapering pepper of special pungency", "chili pepper"], ["chilli", "very hot and finely tapering pepper of special pungency", "chilli"]]}, {"answer": "chiliad", "hint": "synonyms for chiliad", "clues": [["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "chill", "hint": "synonyms for chill", "clues": [["shudder", "an almost pleasurable sensation of fright", "shudder"], ["iciness", "coldness due to a cold environment", "iciness"], ["shiver", "an almost pleasurable sensation of fright", "shiver"], ["frisson", "an almost pleasurable sensation of fright", "frisson"], ["pall", "a sudden numbing dread", "pall"], ["thrill", "an almost pleasurable sensation of fright", "thrill"], ["quiver", "an almost pleasurable sensation of fright", "quiver"], ["gelidity", "coldness due to a cold environment", "gelidity"], ["tingle", "an almost pleasurable sensation of fright", "tingle"]]}, {"answer": "chilli", "hint": "synonyms for chilli", "clues": [["chili", "very hot and finely tapering pepper of special pungency", "chili"], ["chili pepper", "very hot and finely tapering pepper of special pungency", "chili pepper"], ["chilly", "very hot and finely tapering pepper of special pungency", "chilly"], ["chile", "very hot and finely tapering pepper of special pungency", "chile"]]}, {"answer": "chilliness", "hint": "synonyms for chilliness", "clues": [["frigidness", "a lack of affection or enthusiasm", "frigidness"], ["nip", "the property of being moderately cold", "nip"], ["iciness", "a lack of affection or enthusiasm", "iciness"], ["coldness", "a lack of affection or enthusiasm", "coldness"], ["frigidity", "a lack of affection or enthusiasm", "frigidity"]]}, {"answer": "chin-wag", "hint": "synonyms for chin-wag", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["chin wag", "light informal conversation for social occasions", "chin wag"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "chin-wagging", "hint": "synonyms for chin-wagging", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "chin_music", "hint": "synonyms for chin music", "clues": [["idle talk", "idle or foolish and irrelevant talk", "idle talk"], ["prate", "idle or foolish and irrelevant talk", "prate"], ["prattle", "idle or foolish and irrelevant talk", "prattle"], ["blether", "idle or foolish and irrelevant talk", "blether"]]}, {"answer": "chin_wag", "hint": "synonyms for chin wag", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "chin_wagging", "hint": "synonyms for chin wagging", "clues": [["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["chin-wagging", "light informal conversation for social occasions", "chin-wagging"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "china_clay", "hint": "synonyms for china clay", "clues": [["kaolin", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "kaolin"], ["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "terra alba"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china stone"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "porcelain clay"]]}, {"answer": "china_stone", "hint": "synonyms for china stone", "clues": [["kaolin", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "kaolin"], ["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "terra alba"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china clay"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "porcelain clay"]]}, {"answer": "chinook", "hint": "synonyms for chinook", "clues": [["chinook wind", "a warm dry wind blowing down the eastern slopes of the Rockies", "chinook wind"], ["snow eater", "a warm dry wind blowing down the eastern slopes of the Rockies", "snow eater"], ["chinook salmon", "pink or white flesh of large Pacific salmon", "chinook salmon"], ["king salmon", "pink or white flesh of large Pacific salmon", "king salmon"]]}, {"answer": "chip", "hint": "synonyms for chip", "clues": [["cow chip", "a piece of dried bovine dung", "cow chip"], ["microchip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "microchip"], ["flake", "a small fragment of something broken off from the whole", "flake"], ["bit", "a small fragment of something broken off from the whole", "bit"], ["check", "a mark left after a small piece has been chopped or broken off of something", "check"], ["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "microprocessor chip"], ["potato chip", "a thin crisp slice of potato fried in deep fat", "potato chip"], ["fleck", "a small fragment of something broken off from the whole", "fleck"], ["buffalo chip", "a piece of dried bovine dung", "buffalo chip"], ["chip shot", "(golf) a low running approach shot", "chip shot"], ["chipping", "the act of chipping something", "chipping"], ["crisp", "a thin crisp slice of potato fried in deep fat", "crisp"], ["scrap", "a small fragment of something broken off from the whole", "scrap"], ["splintering", "the act of chipping something", "splintering"], ["cow dung", "a piece of dried bovine dung", "cow dung"], ["poker chip", "a small disk-shaped counter used to represent money when gambling", "poker chip"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "silicon chip"]]}, {"answer": "chips", "hint": "synonyms for chips", "clues": [["chip", "a thin crisp slice of potato fried in deep fat", "chip"], ["flake", "a small fragment of something broken off from the whole", "flake"], ["check", "a mark left after a small piece has been chopped or broken off of something", "check"], ["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "microprocessor chip"], ["french-fried potatoes", "strips of potato fried in deep fat", "french-fried potatoes"], ["chipping", "the act of chipping something", "chipping"], ["fleck", "a small fragment of something broken off from the whole", "fleck"], ["french fries", "strips of potato fried in deep fat", "french fries"], ["scrap", "a small fragment of something broken off from the whole", "scrap"], ["poker chip", "a small disk-shaped counter used to represent money when gambling", "poker chip"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "silicon chip"], ["fries", "strips of potato fried in deep fat", "fries"], ["cow chip", "a piece of dried bovine dung", "cow chip"], ["microchip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "microchip"], ["bit", "a small fragment of something broken off from the whole", "bit"], ["potato chip", "a thin crisp slice of potato fried in deep fat", "potato chip"], ["chip shot", "(golf) a low running approach shot", "chip shot"], ["buffalo chip", "a piece of dried bovine dung", "buffalo chip"], ["crisp", "a thin crisp slice of potato fried in deep fat", "crisp"], ["splintering", "the act of chipping something", "splintering"], ["cow dung", "a piece of dried bovine dung", "cow dung"]]}, {"answer": "chit-chat", "hint": "synonyms for chit-chat", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit chat", "light informal conversation for social occasions", "chit chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "chit_chat", "hint": "synonyms for chit chat", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "chitchat", "hint": "synonyms for chitchat", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "chivaree", "hint": "synonyms for chivaree", "clues": [["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "belling"], ["shivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "shivaree"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "charivari"], ["callathump", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "callathump"]]}, {"answer": "chocolate", "hint": "synonyms for chocolate", "clues": [["deep brown", "a medium brown to dark-brown color", "deep brown"], ["umber", "a medium brown to dark-brown color", "umber"], ["drinking chocolate", "a beverage made from cocoa powder and milk and sugar; usually drunk hot", "drinking chocolate"], ["burnt umber", "a medium brown to dark-brown color", "burnt umber"], ["cocoa", "a beverage made from cocoa powder and milk and sugar; usually drunk hot", "cocoa"], ["hot chocolate", "a beverage made from cocoa powder and milk and sugar; usually drunk hot", "hot chocolate"], ["coffee", "a medium brown to dark-brown color", "coffee"]]}, {"answer": "choice_of_words", "hint": "synonyms for choice of words", "clues": [["diction", "the manner in which something is expressed in words; - G.S.Patton", "diction"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton", "phrasing"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton", "phraseology"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton", "verbiage"], ["wording", "the manner in which something is expressed in words; - G.S.Patton", "wording"]]}, {"answer": "choker", "hint": "synonyms for choker", "clues": [["dog collar", "necklace that fits tightly around a woman's neck", "dog collar"], ["neckband", "necklace that fits tightly around a woman's neck", "neckband"], ["collar", "necklace that fits tightly around a woman's neck", "collar"], ["neck ruff", "a high tight collar", "neck ruff"], ["ruffle", "a high tight collar", "ruffle"], ["ruff", "a high tight collar", "ruff"]]}, {"answer": "cholecalciferol", "hint": "synonyms for cholecalciferol", "clues": [["ergocalciferol", "a fat-soluble vitamin that prevents rickets", "ergocalciferol"], ["calciferol", "a fat-soluble vitamin that prevents rickets", "calciferol"], ["vitamin D", "a fat-soluble vitamin that prevents rickets", "vitamin D"], ["viosterol", "a fat-soluble vitamin that prevents rickets", "viosterol"]]}, {"answer": "choler", "hint": "synonyms for choler", "clues": [["fretfulness", "an irritable petulant feeling", "fretfulness"], ["irritability", "an irritable petulant feeling", "irritability"], ["ire", "a strong emotion; a feeling that is oriented toward some real or supposed grievance", "ire"], ["crossness", "an irritable petulant feeling", "crossness"], ["fussiness", "an irritable petulant feeling", "fussiness"], ["peevishness", "an irritable petulant feeling", "peevishness"], ["petulance", "an irritable petulant feeling", "petulance"], ["anger", "a strong emotion; a feeling that is oriented toward some real or supposed grievance", "anger"]]}, {"answer": "chop_steak", "hint": "synonyms for chop steak", "clues": [["chopsteak", "a patty of ground cooked beef", "chopsteak"], ["beef patty", "a patty of ground cooked beef", "beef patty"], ["hamburger steak", "a patty of ground cooked beef", "hamburger steak"], ["chopped steak", "a patty of ground cooked beef", "chopped steak"]]}, {"answer": "chopper", "hint": "synonyms for chopper", "clues": [["meat cleaver", "a butcher's knife having a large square blade", "meat cleaver"], ["cleaver", "a butcher's knife having a large square blade", "cleaver"], ["whirlybird", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "whirlybird"], ["helicopter", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "helicopter"], ["eggbeater", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "eggbeater"], ["chop", "a grounder that bounces high in the air", "chop"]]}, {"answer": "chronological_sequence", "hint": "synonyms for chronological sequence", "clues": [["sequence", "a following of one thing after another in time", "sequence"], ["chronological succession", "a following of one thing after another in time", "chronological succession"], ["succession", "a following of one thing after another in time", "succession"], ["successiveness", "a following of one thing after another in time", "successiveness"]]}, {"answer": "chronological_succession", "hint": "synonyms for chronological succession", "clues": [["sequence", "a following of one thing after another in time", "sequence"], ["chronological sequence", "a following of one thing after another in time", "chronological sequence"], ["succession", "a following of one thing after another in time", "succession"], ["successiveness", "a following of one thing after another in time", "successiveness"]]}, {"answer": "chumminess", "hint": "synonyms for chumminess", "clues": [["comradery", "the quality of affording easy familiarity and sociability", "comradery"], ["comradeship", "the quality of affording easy familiarity and sociability", "comradeship"], ["camaraderie", "the quality of affording easy familiarity and sociability", "camaraderie"], ["comradeliness", "the quality of affording easy familiarity and sociability", "comradeliness"]]}, {"answer": "chunk", "hint": "synonyms for chunk", "clues": [["clump", "a compact mass", "clump"], ["glob", "a compact mass", "glob"], ["clod", "a compact mass", "clod"], ["ball", "a compact mass", "ball"]]}, {"answer": "chute", "hint": "synonyms for chute", "clues": [["sloping trough", "sloping channel through which things can descend", "sloping trough"], ["slideway", "sloping channel through which things can descend", "slideway"], ["parachute", "rescue equipment consisting of a device that fills with air and retards your fall", "parachute"], ["slide", "sloping channel through which things can descend", "slide"]]}, {"answer": "cigaret", "hint": "synonyms for cigaret", "clues": [["fag", "finely ground tobacco wrapped in paper; for smoking", "fag"], ["cigarette", "finely ground tobacco wrapped in paper; for smoking", "cigarette"], ["butt", "finely ground tobacco wrapped in paper; for smoking", "butt"], ["coffin nail", "finely ground tobacco wrapped in paper; for smoking", "coffin nail"]]}, {"answer": "cigarette", "hint": "synonyms for cigarette", "clues": [["fag", "finely ground tobacco wrapped in paper; for smoking", "fag"], ["coffin nail", "finely ground tobacco wrapped in paper; for smoking", "coffin nail"], ["butt", "finely ground tobacco wrapped in paper; for smoking", "butt"], ["cigaret", "finely ground tobacco wrapped in paper; for smoking", "cigaret"]]}, {"answer": "cinch", "hint": "synonyms for cinch", "clues": [["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["pushover", "any undertaking that is easy to do", "pushover"], ["picnic", "any undertaking that is easy to do", "picnic"], ["child's play", "any undertaking that is easy to do", "child's play"], ["snap", "any undertaking that is easy to do", "snap"], ["breeze", "any undertaking that is easy to do", "breeze"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["girth", "stable gear consisting of a band around a horse's belly that holds the saddle in place", "girth"], ["walkover", "any undertaking that is easy to do", "walkover"]]}, {"answer": "cincture", "hint": "synonyms for cincture", "clues": [["waistband", "a band of material around the waist that strengthens a skirt or trousers", "waistband"], ["waistcloth", "a band of material around the waist that strengthens a skirt or trousers", "waistcloth"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers", "girdle"], ["sash", "a band of material around the waist that strengthens a skirt or trousers", "sash"]]}, {"answer": "cinema", "hint": "synonyms for cinema", "clues": [["film", "a medium that disseminates moving pictures", "film"], ["movie theater", "a theater where films are shown", "movie theater"], ["celluloid", "a medium that disseminates moving pictures", "celluloid"], ["movie house", "a theater where films are shown", "movie house"], ["picture palace", "a theater where films are shown", "picture palace"]]}, {"answer": "cinque", "hint": "synonyms for cinque", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"]]}, {"answer": "cipher", "hint": "synonyms for cipher", "clues": [["cypher", "a message written in a secret code", "cypher"], ["zip", "a quantity of no importance", "zip"], ["nix", "a quantity of no importance", "nix"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["aught", "a quantity of no importance", "aught"], ["cryptograph", "a secret method of writing", "cryptograph"], ["nought", "a mathematical element that when added to another number yields the same number", "nought"], ["secret code", "a secret method of writing", "secret code"], ["zilch", "a quantity of no importance", "zilch"], ["zero", "a mathematical element that when added to another number yields the same number", "zero"], ["nada", "a quantity of no importance", "nada"], ["nil", "a quantity of no importance", "nil"], ["zippo", "a quantity of no importance", "zippo"], ["0", "a mathematical element that when added to another number yields the same number", "0"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "circle", "hint": "synonyms for circle", "clues": [["set", "an unofficial association of people or groups", "set"], ["traffic circle", "a road junction at which traffic streams circularly around a central island", "traffic circle"], ["roundabout", "a road junction at which traffic streams circularly around a central island", "roundabout"], ["lot", "an unofficial association of people or groups", "lot"], ["forget me drug", "street names for flunitrazepan", "forget me drug"], ["rope", "street names for flunitrazepan", "rope"], ["dress circle", "a curved section or tier of seats in a hall or theater or opera house; usually the first tier above the orchestra", "dress circle"], ["lap", "movement once around a course", "lap"], ["circuit", "movement once around a course", "circuit"], ["rophy", "street names for flunitrazepan", "rophy"], ["rotary", "a road junction at which traffic streams circularly around a central island", "rotary"], ["round", "any circular or rotating mechanism", "round"], ["roofy", "street names for flunitrazepan", "roofy"], ["roach", "street names for flunitrazepan", "roach"], ["band", "an unofficial association of people or groups", "band"]]}, {"answer": "circuit", "hint": "synonyms for circuit", "clues": [["lap", "movement once around a course", "lap"], ["tour", "a journey or route all the way around a particular place or area", "tour"], ["electrical circuit", "an electrical device that provides a path for electrical current to flow", "electrical circuit"], ["circumference", "the boundary line encompassing an area or object", "circumference"], ["racing circuit", "a racetrack for automobile races", "racing circuit"], ["circle", "movement once around a course", "circle"]]}, {"answer": "circuit_board", "hint": "synonyms for circuit board", "clues": [["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "add-in"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "board"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "card"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "plug-in"], ["circuit card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit card"]]}, {"answer": "circuit_card", "hint": "synonyms for circuit card", "clues": [["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "add-in"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit board"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "card"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "board"], ["plug-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "plug-in"]]}, {"answer": "circumspection", "hint": "synonyms for circumspection", "clues": [["discreetness", "knowing how to avoid embarrassment or distress", "discreetness"], ["prudence", "knowing how to avoid embarrassment or distress", "prudence"], ["caution", "the trait of being circumspect and prudent", "caution"], ["discretion", "knowing how to avoid embarrassment or distress", "discretion"]]}, {"answer": "citation", "hint": "synonyms for citation", "clues": [["commendation", "an official award (as for bravery or service) usually given as formal public statement", "commendation"], ["quotation", "a passage or expression that is quoted or cited", "quotation"], ["mention", "a short note recognizing a source of information or of a quoted passage", "mention"], ["cite", "a short note recognizing a source of information or of a quoted passage", "cite"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage", "acknowledgment"], ["quote", "a passage or expression that is quoted or cited", "quote"], ["reference", "a short note recognizing a source of information or of a quoted passage", "reference"], ["credit", "a short note recognizing a source of information or of a quoted passage", "credit"]]}, {"answer": "cite", "hint": "synonyms for cite", "clues": [["mention", "a short note recognizing a source of information or of a quoted passage", "mention"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage", "acknowledgment"], ["reference", "a short note recognizing a source of information or of a quoted passage", "reference"], ["credit", "a short note recognizing a source of information or of a quoted passage", "credit"], ["quotation", "a short note recognizing a source of information or of a quoted passage", "quotation"], ["citation", "a short note recognizing a source of information or of a quoted passage", "citation"]]}, {"answer": "cither", "hint": "synonyms for cither", "clues": [["zither", "a musical stringed instrument with strings stretched over a flat sounding board; it is laid flat and played with a plectrum and with fingers", "zither"], ["citole", "a 16th century musical instrument resembling a guitar with a pear-shaped soundbox and wire strings", "citole"], ["cithern", "a 16th century musical instrument resembling a guitar with a pear-shaped soundbox and wire strings", "cithern"], ["gittern", "a 16th century musical instrument resembling a guitar with a pear-shaped soundbox and wire strings", "gittern"]]}, {"answer": "clam", "hint": "synonyms for clam", "clues": [["buck", "a piece of paper money worth one dollar", "buck"], ["one dollar bill", "a piece of paper money worth one dollar", "one dollar bill"], ["dollar", "a piece of paper money worth one dollar", "dollar"], ["dollar bill", "a piece of paper money worth one dollar", "dollar bill"]]}, {"answer": "clamor", "hint": "synonyms for clamor", "clues": [["clamoring", "loud and persistent outcry from many people", "clamoring"], ["din", "a loud harsh or strident noise", "din"], ["blaring", "a loud harsh or strident noise", "blaring"], ["hue and cry", "loud and persistent outcry from many people", "hue and cry"], ["clamour", "loud and persistent outcry from many people", "clamour"], ["cacophony", "a loud harsh or strident noise", "cacophony"], ["blare", "a loud harsh or strident noise", "blare"]]}, {"answer": "clams", "hint": "synonyms for clams", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["buck", "a piece of paper money worth one dollar", "buck"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["dollar", "a piece of paper money worth one dollar", "dollar"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["one dollar bill", "a piece of paper money worth one dollar", "one dollar bill"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["clam", "flesh of either hard-shell or soft-shell clams", "clam"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["dollar bill", "a piece of paper money worth one dollar", "dollar bill"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "clan", "hint": "synonyms for clan", "clues": [["kin", "group of people related by blood or marriage", "kin"], ["kinship group", "group of people related by blood or marriage", "kinship group"], ["tribe", "group of people related by blood or marriage", "tribe"], ["kin group", "group of people related by blood or marriage", "kin group"], ["kindred", "group of people related by blood or marriage", "kindred"]]}, {"answer": "clang", "hint": "synonyms for clang", "clues": [["clash", "a loud resonant repeating noise", "clash"], ["clank", "a loud resonant repeating noise", "clank"], ["clangour", "a loud resonant repeating noise", "clangour"], ["clangoring", "a loud resonant repeating noise", "clangoring"], ["crash", "a loud resonant repeating noise", "crash"]]}, {"answer": "clangor", "hint": "synonyms for clangor", "clues": [["clang", "a loud resonant repeating noise", "clang"], ["clash", "a loud resonant repeating noise", "clash"], ["clank", "a loud resonant repeating noise", "clank"], ["clangour", "a loud resonant repeating noise", "clangour"], ["clangoring", "a loud resonant repeating noise", "clangoring"], ["crash", "a loud resonant repeating noise", "crash"]]}, {"answer": "clangoring", "hint": "synonyms for clangoring", "clues": [["clang", "a loud resonant repeating noise", "clang"], ["clank", "a loud resonant repeating noise", "clank"], ["clangour", "a loud resonant repeating noise", "clangour"], ["clash", "a loud resonant repeating noise", "clash"], ["crash", "a loud resonant repeating noise", "crash"]]}, {"answer": "clangour", "hint": "synonyms for clangour", "clues": [["clang", "a loud resonant repeating noise", "clang"], ["clash", "a loud resonant repeating noise", "clash"], ["clank", "a loud resonant repeating noise", "clank"], ["clangor", "a loud resonant repeating noise", "clangor"], ["crash", "a loud resonant repeating noise", "crash"]]}, {"answer": "clank", "hint": "synonyms for clank", "clues": [["clang", "a loud resonant repeating noise", "clang"], ["clash", "a loud resonant repeating noise", "clash"], ["clangour", "a loud resonant repeating noise", "clangour"], ["clangoring", "a loud resonant repeating noise", "clangoring"], ["crash", "a loud resonant repeating noise", "crash"]]}, {"answer": "clap", "hint": "synonyms for clap", "clues": [["bam", "a sudden very loud noise", "bam"], ["bang", "a sudden very loud noise", "bang"], ["clack", "a sharp abrupt noise as if two objects hit together; may be repeated", "clack"], ["eruption", "a sudden very loud noise", "eruption"], ["blast", "a sudden very loud noise", "blast"]]}, {"answer": "clappers", "hint": "synonyms for clappers", "clues": [["bones", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance", "bones"], ["castanets", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance", "castanets"], ["clapper", "metal striker that hangs inside a bell and makes a sound by hitting the side", "clapper"], ["finger cymbals", "a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance", "finger cymbals"], ["tongue", "metal striker that hangs inside a bell and makes a sound by hitting the side", "tongue"]]}, {"answer": "claptrap", "hint": "synonyms for claptrap", "clues": [["blah", "pompous or pretentious talk or writing", "blah"], ["fustian", "pompous or pretentious talk or writing", "fustian"], ["rant", "pompous or pretentious talk or writing", "rant"], ["bombast", "pompous or pretentious talk or writing", "bombast"]]}, {"answer": "clarity", "hint": "synonyms for clarity", "clues": [["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clearness"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidity"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "limpidity"], ["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidness"], ["uncloudedness", "the quality of clear water", "uncloudedness"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "pellucidity"]]}, {"answer": "clash", "hint": "synonyms for clash", "clues": [["skirmish", "a minor short-term fight", "skirmish"], ["clank", "a loud resonant repeating noise", "clank"], ["clangoring", "a loud resonant repeating noise", "clangoring"], ["crash", "a loud resonant repeating noise", "crash"], ["clang", "a loud resonant repeating noise", "clang"], ["clangour", "a loud resonant repeating noise", "clangour"], ["brush", "a minor short-term fight", "brush"], ["encounter", "a minor short-term fight", "encounter"]]}, {"answer": "clasp", "hint": "synonyms for clasp", "clues": [["clench", "the act of grasping", "clench"], ["clutches", "the act of grasping", "clutches"], ["grip", "the act of grasping", "grip"], ["grasp", "the act of grasping", "grasp"], ["hold", "the act of grasping", "hold"]]}, {"answer": "class", "hint": "synonyms for class", "clues": [["course of study", "education imparted in a series of lessons or meetings", "course of study"], ["family", "a collection of things sharing a common attribute", "family"], ["form", "a body of students who are taught together", "form"], ["course of instruction", "education imparted in a series of lessons or meetings", "course of instruction"], ["course", "a body of students who are taught together", "course"], ["social class", "people having the same social, economic, or educational status", "social class"], ["division", "a league ranked by quality", "division"], ["year", "a body of students who graduate together", "year"], ["stratum", "people having the same social, economic, or educational status", "stratum"], ["category", "a collection of things sharing a common attribute", "category"], ["grade", "a body of students who are taught together", "grade"], ["socio-economic class", "people having the same social, economic, or educational status", "socio-economic class"]]}, {"answer": "classification", "hint": "synonyms for classification", "clues": [["categorization", "the basic cognitive process of arranging into classes or categories", "categorization"], ["assortment", "the act of distributing things into classes or categories of the same type", "assortment"], ["sorting", "the basic cognitive process of arranging into classes or categories", "sorting"], ["compartmentalisation", "the act of distributing things into classes or categories of the same type", "compartmentalisation"]]}, {"answer": "cleanup", "hint": "synonyms for cleanup", "clues": [["cleanup position", "(baseball) the fourth position in the batting order (usually filled by the best batter on the team)", "cleanup position"], ["cleansing", "the act of making something clean", "cleansing"], ["cleanup spot", "(baseball) the fourth position in the batting order (usually filled by the best batter on the team)", "cleanup spot"], ["killing", "a very large profit", "killing"]]}, {"answer": "clearness", "hint": "synonyms for clearness", "clues": [["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "limpidity"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidity"], ["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidness"], ["uncloudedness", "the quality of clear water", "uncloudedness"], ["clarity", "the quality of clear water", "clarity"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "pellucidity"]]}, {"answer": "clench", "hint": "synonyms for clench", "clues": [["clutches", "the act of grasping", "clutches"], ["grip", "the act of grasping", "grip"], ["clasp", "the act of grasping", "clasp"], ["grasp", "the act of grasping", "grasp"], ["hold", "the act of grasping", "hold"], ["clinch", "a small slip noose made with seizing", "clinch"]]}, {"answer": "cleverness", "hint": "synonyms for cleverness", "clues": [["ingeniousness", "the power of creative imagination", "ingeniousness"], ["ingenuity", "the power of creative imagination", "ingenuity"], ["brightness", "intelligence as manifested in being quick and witty", "brightness"], ["smartness", "intelligence as manifested in being quick and witty", "smartness"], ["inventiveness", "the power of creative imagination", "inventiveness"]]}, {"answer": "cliche", "hint": "synonyms for cliche", "clues": [["bromide", "a trite or obvious remark", "bromide"], ["banality", "a trite or obvious remark", "banality"], ["platitude", "a trite or obvious remark", "platitude"], ["commonplace", "a trite or obvious remark", "commonplace"]]}, {"answer": "click", "hint": "synonyms for click", "clues": [["pawl", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward", "pawl"], ["chink", "a short light metallic sound", "chink"], ["mouse click", "depression of a button on a computer mouse", "mouse click"], ["clink", "a short light metallic sound", "clink"], ["suction stop", "a stop consonant made by the suction of air into the mouth (as in Bantu)", "suction stop"], ["dog", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward", "dog"], ["detent", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward", "detent"]]}, {"answer": "climax", "hint": "synonyms for climax", "clues": [["sexual climax", "the moment of most intense pleasure in sexual intercourse", "sexual climax"], ["culmination", "the decisive moment in a novel or play", "culmination"], ["coming", "the moment of most intense pleasure in sexual intercourse", "coming"], ["orgasm", "the moment of most intense pleasure in sexual intercourse", "orgasm"], ["flood tide", "the highest point of anything conceived of as growing or developing or unfolding", "flood tide"]]}, {"answer": "climb", "hint": "synonyms for climb", "clues": [["rise", "an upward slope or grade (as in a road)", "rise"], ["acclivity", "an upward slope or grade (as in a road)", "acclivity"], ["upgrade", "an upward slope or grade (as in a road)", "upgrade"], ["mounting", "an event that involves rising to a higher point (as in altitude or temperature or intensity etc.)", "mounting"], ["ascent", "an upward slope or grade (as in a road)", "ascent"], ["climbing", "an event that involves rising to a higher point (as in altitude or temperature or intensity etc.)", "climbing"]]}, {"answer": "clinch", "hint": "synonyms for clinch", "clues": [["clamp", "a device (generally used by carpenters) that holds things firmly together", "clamp"], ["clench", "a small slip noose made with seizing", "clench"], ["hug", "a tight or amorous embrace", "hug"], ["squeeze", "a tight or amorous embrace", "squeeze"]]}, {"answer": "clink", "hint": "synonyms for clink", "clues": [["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "poky"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jail"], ["click", "a short light metallic sound", "click"], ["chink", "a short light metallic sound", "chink"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jailhouse"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "gaol"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "slammer"]]}, {"answer": "clip", "hint": "synonyms for clip", "clues": [["time", "an instance or single occasion for some event", "time"], ["magazine", "a metal frame or container holding cartridges; can be inserted into an automatic gun", "magazine"], ["cartridge holder", "a metal frame or container holding cartridges; can be inserted into an automatic gun", "cartridge holder"], ["clipping", "the act of clipping or snipping", "clipping"], ["snip", "the act of clipping or snipping", "snip"], ["cartridge clip", "a metal frame or container holding cartridges; can be inserted into an automatic gun", "cartridge clip"]]}, {"answer": "clip-clop", "hint": "synonyms for clip-clop", "clues": [["clopping", "the sound of a horse's hoofs hitting on a hard surface", "clopping"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface", "clumping"], ["clop", "the sound of a horse's hoofs hitting on a hard surface", "clop"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface", "clippety-clop"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface", "clunking"]]}, {"answer": "clippety-clop", "hint": "synonyms for clippety-clop", "clues": [["clopping", "the sound of a horse's hoofs hitting on a hard surface", "clopping"], ["clip-clop", "the sound of a horse's hoofs hitting on a hard surface", "clip-clop"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface", "clumping"], ["clop", "the sound of a horse's hoofs hitting on a hard surface", "clop"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface", "clunking"]]}, {"answer": "clipping", "hint": "synonyms for clipping", "clues": [["press cutting", "an excerpt cut from a newspaper or magazine", "press cutting"], ["press clipping", "an excerpt cut from a newspaper or magazine", "press clipping"], ["trimming", "cutting down to the desired size or shape", "trimming"], ["clip", "the act of clipping or snipping", "clip"], ["trim", "cutting down to the desired size or shape", "trim"], ["snip", "the act of clipping or snipping", "snip"], ["cutting", "an excerpt cut from a newspaper or magazine", "cutting"], ["newspaper clipping", "an excerpt cut from a newspaper or magazine", "newspaper clipping"]]}, {"answer": "clique", "hint": "synonyms for clique", "clues": [["camp", "an exclusive circle of people with a common purpose", "camp"], ["ingroup", "an exclusive circle of people with a common purpose", "ingroup"], ["pack", "an exclusive circle of people with a common purpose", "pack"], ["coterie", "an exclusive circle of people with a common purpose", "coterie"], ["inner circle", "an exclusive circle of people with a common purpose", "inner circle"]]}, {"answer": "clod", "hint": "synonyms for clod", "clues": [["clump", "a compact mass", "clump"], ["chunk", "a compact mass", "chunk"], ["glob", "a compact mass", "glob"], ["ball", "a compact mass", "ball"]]}, {"answer": "clog", "hint": "synonyms for clog", "clues": [["sabot", "footwear usually with wooden soles", "sabot"], ["clog dancing", "a dance performed while wearing shoes with wooden soles; has heavy stamping steps", "clog dancing"], ["clog dance", "a dance performed while wearing shoes with wooden soles; has heavy stamping steps", "clog dance"], ["geta", "footwear usually with wooden soles", "geta"], ["patten", "footwear usually with wooden soles", "patten"]]}, {"answer": "clop", "hint": "synonyms for clop", "clues": [["clopping", "the sound of a horse's hoofs hitting on a hard surface", "clopping"], ["clip-clop", "the sound of a horse's hoofs hitting on a hard surface", "clip-clop"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface", "clumping"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface", "clippety-clop"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface", "clunking"]]}, {"answer": "clopping", "hint": "synonyms for clopping", "clues": [["clip-clop", "the sound of a horse's hoofs hitting on a hard surface", "clip-clop"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface", "clumping"], ["clop", "the sound of a horse's hoofs hitting on a hard surface", "clop"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface", "clippety-clop"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface", "clunking"]]}, {"answer": "closeness", "hint": "synonyms for closeness", "clues": [["stuffiness", "the quality of being close and poorly ventilated", "stuffiness"], ["intimacy", "a feeling of being intimate and belonging together", "intimacy"], ["minginess", "extreme stinginess", "minginess"], ["meanness", "extreme stinginess", "meanness"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["niggardliness", "extreme stinginess", "niggardliness"], ["parsimoniousness", "extreme stinginess", "parsimoniousness"], ["familiarity", "close or warm friendship", "familiarity"], ["secretiveness", "characterized by a lack of openness (especially about one's actions or purposes)", "secretiveness"], ["tightness", "extreme stinginess", "tightness"], ["parsimony", "extreme stinginess", "parsimony"], ["nearness", "the spatial property resulting from a relatively small distance", "nearness"]]}, {"answer": "closet", "hint": "synonyms for closet", "clues": [["water closet", "a toilet in Britain", "water closet"], ["wardrobe", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes", "wardrobe"], ["cupboard", "a small room (or recess) or cabinet used for storage space", "cupboard"], ["loo", "a toilet in Britain", "loo"], ["press", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes", "press"]]}, {"answer": "closure", "hint": "synonyms for closure", "clues": [["law of closure", "a Gestalt principle of organization holding that there is an innate tendency to perceive incomplete objects as complete and to close or fill gaps and to perceive asymmetric stimuli as symmetric", "law of closure"], ["resolution", "something settled or resolved; the outcome of decision making", "resolution"], ["settlement", "something settled or resolved; the outcome of decision making", "settlement"], ["closing", "approaching a particular destination; a coming closer; a narrowing of a gap", "closing"], ["block", "an obstruction in a pipe or tube", "block"], ["stoppage", "an obstruction in a pipe or tube", "stoppage"], ["closedown", "termination of operations", "closedown"], ["cloture", "a rule for limiting or ending debate in a deliberative body", "cloture"], ["occlusion", "an obstruction in a pipe or tube", "occlusion"], ["shutdown", "termination of operations", "shutdown"], ["gag law", "a rule for limiting or ending debate in a deliberative body", "gag law"], ["blockage", "an obstruction in a pipe or tube", "blockage"], ["stop", "an obstruction in a pipe or tube", "stop"], ["gag rule", "a rule for limiting or ending debate in a deliberative body", "gag rule"]]}, {"answer": "clothing", "hint": "synonyms for clothing", "clues": [["wearable", "a covering designed to be worn on a person's body", "wearable"], ["vesture", "a covering designed to be worn on a person's body", "vesture"], ["article of clothing", "a covering designed to be worn on a person's body", "article of clothing"], ["habiliment", "a covering designed to be worn on a person's body", "habiliment"], ["wear", "a covering designed to be worn on a person's body", "wear"]]}, {"answer": "cloudburst", "hint": "synonyms for cloudburst", "clues": [["pelter", "a heavy rain", "pelter"], ["soaker", "a heavy rain", "soaker"], ["downpour", "a heavy rain", "downpour"], ["deluge", "a heavy rain", "deluge"], ["torrent", "a heavy rain", "torrent"], ["waterspout", "a heavy rain", "waterspout"]]}, {"answer": "clout", "hint": "synonyms for clout", "clues": [["lick", "(boxing) a blow with the fist", "lick"], ["slug", "(boxing) a blow with the fist", "slug"], ["biff", "(boxing) a blow with the fist", "biff"], ["punch", "(boxing) a blow with the fist", "punch"], ["poke", "(boxing) a blow with the fist", "poke"], ["clout nail", "a short nail with a flat head; used to attach sheet metal to wood", "clout nail"], ["pull", "special advantage or influence", "pull"]]}, {"answer": "clowning", "hint": "synonyms for clowning", "clues": [["japery", "acting like a clown or buffoon", "japery"], ["prank", "acting like a clown or buffoon", "prank"], ["frivolity", "acting like a clown or buffoon", "frivolity"], ["harlequinade", "acting like a clown or buffoon", "harlequinade"], ["buffoonery", "acting like a clown or buffoon", "buffoonery"], ["funniness", "a comic incident or series of incidents", "funniness"], ["drollery", "a comic incident or series of incidents", "drollery"], ["comedy", "a comic incident or series of incidents", "comedy"]]}, {"answer": "club", "hint": "synonyms for club", "clues": [["society", "a formal association of people with similar interests", "society"], ["baseball club", "a team of professional baseball players who play and travel together", "baseball club"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightspot"], ["ball club", "a team of professional baseball players who play and travel together", "ball club"], ["golf club", "golf equipment used by a golfer to hit a golf ball", "golf club"], ["cabaret", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "cabaret"], ["social club", "a formal association of people with similar interests", "social club"], ["guild", "a formal association of people with similar interests", "guild"], ["night club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "night club"], ["nine", "a team of professional baseball players who play and travel together", "nine"], ["lodge", "a formal association of people with similar interests", "lodge"], ["order", "a formal association of people with similar interests", "order"], ["clubhouse", "a building that is occupied by a social club", "clubhouse"]]}, {"answer": "club_soda", "hint": "synonyms for club soda", "clues": [["soda water", "effervescent beverage artificially charged with carbon dioxide", "soda water"], ["carbonated water", "effervescent beverage artificially charged with carbon dioxide", "carbonated water"], ["seltzer", "effervescent beverage artificially charged with carbon dioxide", "seltzer"], ["sparkling water", "effervescent beverage artificially charged with carbon dioxide", "sparkling water"]]}, {"answer": "clump", "hint": "synonyms for clump", "clues": [["cluster", "a grouping of a number of similar things", "cluster"], ["lump", "a compact mass", "lump"], ["bunch", "a grouping of a number of similar things", "bunch"], ["thump", "a heavy dull sound (as made by impact of heavy objects)", "thump"], ["clod", "a compact mass", "clod"], ["clunk", "a heavy dull sound (as made by impact of heavy objects)", "clunk"], ["chunk", "a compact mass", "chunk"], ["glob", "a compact mass", "glob"], ["thud", "a heavy dull sound (as made by impact of heavy objects)", "thud"], ["ball", "a compact mass", "ball"]]}, {"answer": "clumping", "hint": "synonyms for clumping", "clues": [["clopping", "the sound of a horse's hoofs hitting on a hard surface", "clopping"], ["clip-clop", "the sound of a horse's hoofs hitting on a hard surface", "clip-clop"], ["clop", "the sound of a horse's hoofs hitting on a hard surface", "clop"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface", "clippety-clop"], ["clunking", "the sound of a horse's hoofs hitting on a hard surface", "clunking"]]}, {"answer": "clumsiness", "hint": "synonyms for clumsiness", "clues": [["maladroitness", "unskillfulness resulting from a lack of training", "maladroitness"], ["ineptness", "unskillfulness resulting from a lack of training", "ineptness"], ["ineptitude", "unskillfulness resulting from a lack of training", "ineptitude"], ["awkwardness", "the carriage of someone whose movements and posture are ungainly or inelegant", "awkwardness"], ["slowness", "unskillfulness resulting from a lack of training", "slowness"], ["stiffness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "stiffness"], ["gracelessness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "gracelessness"]]}, {"answer": "clunking", "hint": "synonyms for clunking", "clues": [["clopping", "the sound of a horse's hoofs hitting on a hard surface", "clopping"], ["clip-clop", "the sound of a horse's hoofs hitting on a hard surface", "clip-clop"], ["clumping", "the sound of a horse's hoofs hitting on a hard surface", "clumping"], ["clop", "the sound of a horse's hoofs hitting on a hard surface", "clop"], ["clippety-clop", "the sound of a horse's hoofs hitting on a hard surface", "clippety-clop"]]}, {"answer": "clutch", "hint": "synonyms for clutch", "clues": [["grip", "the act of grasping", "grip"], ["clasp", "the act of grasping", "clasp"], ["grasp", "the act of grasping", "grasp"], ["hold", "the act of grasping", "hold"], ["clutch pedal", "a pedal or lever that engages or disengages a rotating shaft and a driving mechanism", "clutch pedal"], ["clench", "the act of grasping", "clench"], ["clutches", "the act of grasping", "clutches"], ["clutch bag", "a woman's strapless purse that is carried in the hand", "clutch bag"], ["batch", "a collection of things or persons to be handled together", "batch"]]}, {"answer": "clutches", "hint": "synonyms for clutches", "clues": [["grip", "the act of grasping", "grip"], ["clasp", "the act of grasping", "clasp"], ["clutch", "a number of birds hatched at the same time", "clutch"], ["grasp", "the act of grasping", "grasp"], ["hold", "the act of grasping", "hold"], ["clutch pedal", "a pedal or lever that engages or disengages a rotating shaft and a driving mechanism", "clutch pedal"], ["clench", "the act of grasping", "clench"], ["clutch bag", "a woman's strapless purse that is carried in the hand", "clutch bag"], ["batch", "a collection of things or persons to be handled together", "batch"]]}, {"answer": "co-occurrence", "hint": "synonyms for co-occurrence", "clues": [["coincidence", "the temporal property of two things happening at the same time", "coincidence"], ["attendant", "an event or situation that happens at the same time as or in connection with another", "attendant"], ["concomitant", "an event or situation that happens at the same time as or in connection with another", "concomitant"], ["accompaniment", "an event or situation that happens at the same time as or in connection with another", "accompaniment"], ["concurrence", "the temporal property of two things happening at the same time", "concurrence"], ["conjunction", "the temporal property of two things happening at the same time", "conjunction"]]}, {"answer": "coach", "hint": "synonyms for coach", "clues": [["passenger car", "a railcar where passengers ride", "passenger car"], ["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["coach-and-four", "a carriage pulled by four horses with one driver", "coach-and-four"], ["four-in-hand", "a carriage pulled by four horses with one driver", "four-in-hand"], ["carriage", "a railcar where passengers ride", "carriage"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"]]}, {"answer": "coal_black", "hint": "synonyms for coal black", "clues": [["ebony", "a very dark black", "ebony"], ["pitch black", "a very dark black", "pitch black"], ["sable", "a very dark black", "sable"], ["jet black", "a very dark black", "jet black"], ["soot black", "a very dark black", "soot black"]]}, {"answer": "coalescence", "hint": "synonyms for coalescence", "clues": [["conglutination", "the union of diverse things into one body or form or group; the growing together of parts", "conglutination"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts", "concretion"], ["coalescency", "the union of diverse things into one body or form or group; the growing together of parts", "coalescency"], ["coalition", "the union of diverse things into one body or form or group; the growing together of parts", "coalition"]]}, {"answer": "coalescency", "hint": "synonyms for coalescency", "clues": [["conglutination", "the union of diverse things into one body or form or group; the growing together of parts", "conglutination"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts", "concretion"], ["coalescence", "the union of diverse things into one body or form or group; the growing together of parts", "coalescence"], ["coalition", "the union of diverse things into one body or form or group; the growing together of parts", "coalition"]]}, {"answer": "coalition", "hint": "synonyms for coalition", "clues": [["alliance", "an organization of people (or countries) involved in a pact or treaty", "alliance"], ["conglutination", "the union of diverse things into one body or form or group; the growing together of parts", "conglutination"], ["alignment", "an organization of people (or countries) involved in a pact or treaty", "alignment"], ["coalescency", "the union of diverse things into one body or form or group; the growing together of parts", "coalescency"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts", "concretion"]]}, {"answer": "coarseness", "hint": "synonyms for coarseness", "clues": [["commonness", "the quality of lacking taste and refinement", "commonness"], ["raunch", "the quality of lacking taste and refinement", "raunch"], ["grossness", "the quality of lacking taste and refinement", "grossness"], ["saltiness", "language or humor that is down-to-earth", "saltiness"], ["nubbiness", "looseness or roughness in texture (as of cloth)", "nubbiness"], ["granularity", "the quality of being composed of relatively large particles", "granularity"], ["tweediness", "looseness or roughness in texture (as of cloth)", "tweediness"], ["vulgarity", "the quality of lacking taste and refinement", "vulgarity"], ["vulgarism", "the quality of lacking taste and refinement", "vulgarism"], ["graininess", "the quality of being composed of relatively large particles", "graininess"]]}, {"answer": "coast", "hint": "synonyms for coast", "clues": [["slide", "the act of moving smoothly along a surface while remaining in contact with it", "slide"], ["glide", "the act of moving smoothly along a surface while remaining in contact with it", "glide"], ["seacoast", "the shore of a sea or ocean", "seacoast"], ["seashore", "the shore of a sea or ocean", "seashore"]]}, {"answer": "coating", "hint": "synonyms for coating", "clues": [["coat", "a thin layer covering something", "coat"], ["finishing", "a decorative texture or appearance of a surface (or the substance that gives it that appearance)", "finishing"], ["covering", "the work of applying something", "covering"], ["application", "the work of applying something", "application"]]}, {"answer": "cobalt_blue", "hint": "synonyms for cobalt blue", "clues": [["aqua", "a shade of blue tinged with green", "aqua"], ["aquamarine", "a shade of blue tinged with green", "aquamarine"], ["peacock blue", "a shade of blue tinged with green", "peacock blue"], ["greenish blue", "a shade of blue tinged with green", "greenish blue"], ["cobalt ultramarine", "greenish-blue pigment consisting essentially of cobalt oxide and alumina", "cobalt ultramarine"], ["turquoise", "a shade of blue tinged with green", "turquoise"]]}, {"answer": "cockcrow", "hint": "synonyms for cockcrow", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawning", "the first light of day", "dawning"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"]]}, {"answer": "cocoyam", "hint": "synonyms for cocoyam", "clues": [["taro", "tropical starchy tuberous root", "taro"], ["dasheen", "tropical starchy tuberous root", "dasheen"], ["edda", "tropical starchy tuberous root", "edda"], ["taro root", "tropical starchy tuberous root", "taro root"]]}, {"answer": "codswallop", "hint": "synonyms for codswallop", "clues": [["folderol", "nonsensical talk or writing", "folderol"], ["trash", "nonsensical talk or writing", "trash"], ["wish-wash", "nonsensical talk or writing", "wish-wash"], ["rubbish", "nonsensical talk or writing", "rubbish"], ["applesauce", "nonsensical talk or writing", "applesauce"], ["trumpery", "nonsensical talk or writing", "trumpery"], ["tripe", "nonsensical talk or writing", "tripe"]]}, {"answer": "coffee", "hint": "synonyms for coffee", "clues": [["deep brown", "a medium brown to dark-brown color", "deep brown"], ["coffee bean", "a seed of the coffee tree; ground to make coffee", "coffee bean"], ["umber", "a medium brown to dark-brown color", "umber"], ["java", "a beverage consisting of an infusion of ground coffee beans", "java"], ["chocolate", "a medium brown to dark-brown color", "chocolate"], ["coffee berry", "a seed of the coffee tree; ground to make coffee", "coffee berry"], ["burnt umber", "a medium brown to dark-brown color", "burnt umber"]]}, {"answer": "cognation", "hint": "synonyms for cognation", "clues": [["enation", "line of descent traced through the maternal side of the family", "enation"], ["consanguinity", "(anthropology) related by blood", "consanguinity"], ["matrilineage", "line of descent traced through the maternal side of the family", "matrilineage"], ["blood kinship", "(anthropology) related by blood", "blood kinship"]]}, {"answer": "cognisance", "hint": "synonyms for cognisance", "clues": [["cognizance", "having knowledge of", "cognizance"], ["awareness", "having knowledge of", "awareness"], ["consciousness", "having knowledge of", "consciousness"], ["knowingness", "having knowledge of", "knowingness"]]}, {"answer": "cognitive_operation", "hint": "synonyms for cognitive operation", "clues": [["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "mental process"], ["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "operation"], ["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive process"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "process"]]}, {"answer": "cognitive_process", "hint": "synonyms for cognitive process", "clues": [["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "mental process"], ["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "operation"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive operation"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "process"]]}, {"answer": "cognizance", "hint": "synonyms for cognizance", "clues": [["awareness", "having knowledge of", "awareness"], ["consciousness", "having knowledge of", "consciousness"], ["knowingness", "having knowledge of", "knowingness"], ["cognisance", "having knowledge of", "cognisance"], ["ken", "range of what one can know or understand", "ken"]]}, {"answer": "cognomen", "hint": "synonyms for cognomen", "clues": [["last name", "the name used to identify the members of a family (as distinguished from each member's given name)", "last name"], ["soubriquet", "a familiar name for a person (often a shortened version of a person's given name)", "soubriquet"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)", "nickname"], ["surname", "the name used to identify the members of a family (as distinguished from each member's given name)", "surname"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)", "moniker"], ["family name", "the name used to identify the members of a family (as distinguished from each member's given name)", "family name"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)", "byname"]]}, {"answer": "cohesiveness", "hint": "synonyms for cohesiveness", "clues": [["ropiness", "the property of being cohesive and sticky", "ropiness"], ["gluiness", "the property of being cohesive and sticky", "gluiness"], ["viscidness", "the property of being cohesive and sticky", "viscidness"], ["gumminess", "the property of being cohesive and sticky", "gumminess"], ["tackiness", "the property of being cohesive and sticky", "tackiness"], ["glueyness", "the property of being cohesive and sticky", "glueyness"], ["viscidity", "the property of being cohesive and sticky", "viscidity"]]}, {"answer": "coil", "hint": "synonyms for coil", "clues": [["volute", "a structure consisting of something wound in a continuous series of loops", "volute"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "gyre"], ["whorl", "a structure consisting of something wound in a continuous series of loops", "whorl"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "roll"], ["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curlicue"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "scroll"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curl"], ["helix", "a structure consisting of something wound in a continuous series of loops", "helix"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "ringlet"], ["spiral", "a structure consisting of something wound in a continuous series of loops", "spiral"]]}, {"answer": "coinage", "hint": "synonyms for coinage", "clues": [["neologism", "a newly invented word or phrase", "neologism"], ["neology", "the act of inventing a word or phrase", "neology"], ["specie", "coins collectively", "specie"], ["metal money", "coins collectively", "metal money"], ["mintage", "coins collectively", "mintage"]]}, {"answer": "coincidence", "hint": "synonyms for coincidence", "clues": [["concurrence", "the temporal property of two things happening at the same time", "concurrence"], ["conjunction", "the temporal property of two things happening at the same time", "conjunction"], ["co-occurrence", "the temporal property of two things happening at the same time", "co-occurrence"], ["happenstance", "an event that might have been arranged although it was really accidental", "happenstance"]]}, {"answer": "coition", "hint": "synonyms for coition", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "coitus", "hint": "synonyms for coitus", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"]]}, {"answer": "coitus_interruptus", "hint": "synonyms for coitus interruptus", "clues": [["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "pulling out"], ["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "onanism"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal method"]]}, {"answer": "coldness", "hint": "synonyms for coldness", "clues": [["cold", "the sensation produced by low temperatures", "cold"], ["frigidity", "the absence of heat", "frigidity"], ["frigidness", "a lack of affection or enthusiasm", "frigidness"], ["iciness", "a lack of affection or enthusiasm", "iciness"], ["coolness", "a lack of affection or enthusiasm", "coolness"], ["low temperature", "the absence of heat", "low temperature"], ["chilliness", "a lack of affection or enthusiasm", "chilliness"]]}, {"answer": "collar", "hint": "synonyms for collar", "clues": [["dog collar", "necklace that fits tightly around a woman's neck", "dog collar"], ["shoe collar", "the stitching that forms the rim of a shoe or boot", "shoe collar"], ["leash", "a figurative restraint", "leash"], ["pinch", "the act of apprehending (especially apprehending a criminal)", "pinch"], ["neckband", "necklace that fits tightly around a woman's neck", "neckband"], ["choker", "necklace that fits tightly around a woman's neck", "choker"], ["catch", "the act of apprehending (especially apprehending a criminal)", "catch"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)", "taking into custody"], ["arrest", "the act of apprehending (especially apprehending a criminal)", "arrest"], ["apprehension", "the act of apprehending (especially apprehending a criminal)", "apprehension"]]}, {"answer": "collection", "hint": "synonyms for collection", "clues": [["aggregation", "the act of gathering something together", "aggregation"], ["ingathering", "request for a sum of money", "ingathering"], ["accumulation", "several things grouped together or considered as a whole", "accumulation"], ["appeal", "request for a sum of money", "appeal"], ["assembling", "the act of gathering something together", "assembling"], ["collecting", "the act of gathering something together", "collecting"], ["compendium", "a publication containing a variety of works", "compendium"], ["assemblage", "several things grouped together or considered as a whole", "assemblage"], ["solicitation", "request for a sum of money", "solicitation"]]}, {"answer": "coloring", "hint": "synonyms for coloring", "clues": [["colouring", "a visual attribute of things that results from the light they emit or transmit or reflect", "colouring"], ["food colour", "a digestible substance used to give color to food", "food colour"], ["color", "a visual attribute of things that results from the light they emit or transmit or reflect", "color"], ["food coloring", "a digestible substance used to give color to food", "food coloring"]]}, {"answer": "colors", "hint": "synonyms for colors", "clues": [["color", "any material used for its color", "color"], ["colouring", "a visual attribute of things that results from the light they emit or transmit or reflect", "colouring"], ["colouring material", "any material used for its color", "colouring material"], ["colouration", "the timbre of a musical sound", "colouration"], ["semblance", "an outward or token appearance or form that is deliberately misleading", "semblance"], ["colours", "a flag that shows its nationality", "colours"], ["people of color", "a race with skin pigmentation different from the white race (especially Blacks)", "people of color"], ["vividness", "interest and variety and intensity", "vividness"], ["gloss", "an outward or token appearance or form that is deliberately misleading", "gloss"]]}, {"answer": "colouring", "hint": "synonyms for colouring", "clues": [["coloring", "the act or process of changing the color of something", "coloring"], ["food colour", "a digestible substance used to give color to food", "food colour"], ["food coloring", "a digestible substance used to give color to food", "food coloring"], ["colour", "a visual attribute of things that results from the light they emit or transmit or reflect", "colour"]]}, {"answer": "colours", "hint": "synonyms for colours", "clues": [["color", "any material used for its color", "color"], ["colouring", "a visual attribute of things that results from the light they emit or transmit or reflect", "colouring"], ["colouring material", "any material used for its color", "colouring material"], ["colouration", "the timbre of a musical sound", "colouration"], ["semblance", "an outward or token appearance or form that is deliberately misleading", "semblance"], ["people of color", "a race with skin pigmentation different from the white race (especially Blacks)", "people of color"], ["vividness", "interest and variety and intensity", "vividness"], ["gloss", "an outward or token appearance or form that is deliberately misleading", "gloss"]]}, {"answer": "column", "hint": "synonyms for column", "clues": [["pillar", "anything that approximates the shape of a column or tower", "pillar"], ["tower", "anything that approximates the shape of a column or tower", "tower"], ["newspaper column", "an article giving opinions or perspectives", "newspaper column"], ["editorial", "an article giving opinions or perspectives", "editorial"], ["chromatography column", "a vertical glass tube used in column chromatography; a mixture is poured in the top and washed through a stationary substance where components of the mixture are adsorbed selectively to form colored bands", "chromatography column"]]}, {"answer": "combat_boot", "hint": "synonyms for combat boot", "clues": [["buskin", "a boot reaching halfway up to the knee", "buskin"], ["half boot", "a boot reaching halfway up to the knee", "half boot"], ["top boot", "a boot reaching halfway up to the knee", "top boot"], ["desert boot", "a boot reaching halfway up to the knee", "desert boot"]]}, {"answer": "combine", "hint": "synonyms for combine", "clues": [["corporate trust", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service", "corporate trust"], ["combining", "an occurrence that results in things being united", "combining"], ["trust", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service", "trust"], ["cartel", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service", "cartel"]]}, {"answer": "come-on", "hint": "synonyms for come-on", "clues": [["hook", "anything that serves as an enticement", "hook"], ["lure", "qualities that attract by seeming to promise some kind of reward", "lure"], ["sweetener", "anything that serves as an enticement", "sweetener"], ["enticement", "qualities that attract by seeming to promise some kind of reward", "enticement"], ["bait", "anything that serves as an enticement", "bait"]]}, {"answer": "comeback", "hint": "synonyms for comeback", "clues": [["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)", "rejoinder"], ["return", "a quick reply to a question or remark (especially a witty or critical one)", "return"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)", "retort"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)", "replication"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)", "riposte"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)", "counter"]]}, {"answer": "comfort", "hint": "synonyms for comfort", "clues": [["solace", "the act of consoling; giving relief in affliction", "solace"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together", "quilt"], ["consolation", "the act of consoling; giving relief in affliction", "consolation"], ["puff", "bedding made of two layers of cloth filled with stuffing and stitched together", "puff"], ["comforter", "bedding made of two layers of cloth filled with stuffing and stitched together", "comforter"]]}, {"answer": "comfort_station", "hint": "synonyms for comfort station", "clues": [["wash room", "a toilet that is available to the public", "wash room"], ["toilet facility", "a toilet that is available to the public", "toilet facility"], ["restroom", "a toilet that is available to the public", "restroom"], ["convenience", "a toilet that is available to the public", "convenience"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["public lavatory", "a toilet that is available to the public", "public lavatory"], ["public toilet", "a toilet that is available to the public", "public toilet"]]}, {"answer": "comforter", "hint": "synonyms for comforter", "clues": [["baby's dummy", "device used for an infant to suck or bite on", "baby's dummy"], ["comfort", "bedding made of two layers of cloth filled with stuffing and stitched together", "comfort"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together", "quilt"], ["pacifier", "device used for an infant to suck or bite on", "pacifier"], ["teething ring", "device used for an infant to suck or bite on", "teething ring"], ["puff", "bedding made of two layers of cloth filled with stuffing and stitched together", "puff"]]}, {"answer": "comforts", "hint": "synonyms for comforts", "clues": [["conveniences", "things that make you comfortable and at ease", "conveniences"], ["solace", "the act of consoling; giving relief in affliction", "solace"], ["comfort", "a feeling of freedom from worry or disappointment", "comfort"], ["amenities", "things that make you comfortable and at ease", "amenities"], ["quilt", "bedding made of two layers of cloth filled with stuffing and stitched together", "quilt"], ["consolation", "the act of consoling; giving relief in affliction", "consolation"], ["creature comforts", "things that make you comfortable and at ease", "creature comforts"], ["puff", "bedding made of two layers of cloth filled with stuffing and stitched together", "puff"]]}, {"answer": "command", "hint": "synonyms for command", "clues": [["control", "great skillfulness and knowledge of some subject or activity", "control"], ["program line", "(computer science) a line of code written as part of a computer program", "program line"], ["instruction", "(computer science) a line of code written as part of a computer program", "instruction"], ["bid", "an authoritative direction or instruction to do something", "bid"], ["mastery", "great skillfulness and knowledge of some subject or activity", "mastery"], ["bidding", "an authoritative direction or instruction to do something", "bidding"], ["statement", "(computer science) a line of code written as part of a computer program", "statement"], ["dictation", "an authoritative direction or instruction to do something", "dictation"]]}, {"answer": "commencement", "hint": "synonyms for commencement", "clues": [["beginning", "the time at which something is supposed to begin", "beginning"], ["start", "the act of starting something", "start"], ["graduation", "an academic exercise in which diplomas are conferred", "graduation"], ["graduation exercise", "an academic exercise in which diplomas are conferred", "graduation exercise"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["commencement ceremony", "an academic exercise in which diplomas are conferred", "commencement ceremony"], ["first", "the time at which something is supposed to begin", "first"], ["outset", "the time at which something is supposed to begin", "outset"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["offset", "the time at which something is supposed to begin", "offset"], ["commencement exercise", "an academic exercise in which diplomas are conferred", "commencement exercise"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "commencement_ceremony", "hint": "synonyms for commencement ceremony", "clues": [["graduation exercise", "an academic exercise in which diplomas are conferred", "graduation exercise"], ["graduation", "an academic exercise in which diplomas are conferred", "graduation"], ["commencement exercise", "an academic exercise in which diplomas are conferred", "commencement exercise"], ["commencement", "an academic exercise in which diplomas are conferred", "commencement"]]}, {"answer": "commencement_exercise", "hint": "synonyms for commencement exercise", "clues": [["graduation exercise", "an academic exercise in which diplomas are conferred", "graduation exercise"], ["commencement ceremony", "an academic exercise in which diplomas are conferred", "commencement ceremony"], ["graduation", "an academic exercise in which diplomas are conferred", "graduation"], ["commencement", "an academic exercise in which diplomas are conferred", "commencement"]]}, {"answer": "comment", "hint": "synonyms for comment", "clues": [["scuttlebutt", "a report (often malicious) about the behavior of other people", "scuttlebutt"], ["commentary", "a written explanation or criticism or illustration that is added to a book or other textual material", "commentary"], ["input", "a statement that expresses a personal opinion or belief or adds information", "input"], ["gossip", "a report (often malicious) about the behavior of other people", "gossip"], ["remark", "a statement that expresses a personal opinion or belief or adds information", "remark"]]}, {"answer": "commiseration", "hint": "synonyms for commiseration", "clues": [["condolence", "an expression of sympathy with another's grief", "condolence"], ["pity", "a feeling of sympathy and sorrow for the misfortunes of others", "pity"], ["ruth", "a feeling of sympathy and sorrow for the misfortunes of others", "ruth"], ["pathos", "a feeling of sympathy and sorrow for the misfortunes of others", "pathos"]]}, {"answer": "commissariat", "hint": "synonyms for commissariat", "clues": [["provisions", "a stock or supply of foods", "provisions"], ["victuals", "a stock or supply of foods", "victuals"], ["viands", "a stock or supply of foods", "viands"], ["provender", "a stock or supply of foods", "provender"]]}, {"answer": "commission", "hint": "synonyms for commission", "clues": [["charge", "a formal statement of a command or injunction to do something", "charge"], ["delegation", "a group of representatives or delegates", "delegation"], ["deputation", "a group of representatives or delegates", "deputation"], ["mission", "a group of representatives or delegates", "mission"], ["military commission", "an official document issued by a government and conferring on the recipient the rank of an officer in the armed forces", "military commission"], ["committee", "a special group delegated to consider some matter; - Milton Berle", "committee"], ["perpetration", "the act of committing a crime", "perpetration"], ["commissioning", "the act of granting authority to undertake certain functions", "commissioning"], ["direction", "a formal statement of a command or injunction to do something", "direction"], ["committal", "the act of committing a crime", "committal"], ["delegacy", "a group of representatives or delegates", "delegacy"]]}, {"answer": "commitment", "hint": "synonyms for commitment", "clues": [["committedness", "the trait of sincere and steadfast fixity of purpose", "committedness"], ["committal", "the official act of consigning a person to confinement (as in a prison or mental hospital)", "committal"], ["allegiance", "the act of binding yourself (intellectually or emotionally) to a course of action", "allegiance"], ["loyalty", "the act of binding yourself (intellectually or emotionally) to a course of action", "loyalty"], ["dedication", "a message that makes a pledge", "dedication"], ["consignment", "the official act of consigning a person to confinement (as in a prison or mental hospital)", "consignment"]]}, {"answer": "committal", "hint": "synonyms for committal", "clues": [["perpetration", "the act of committing a crime", "perpetration"], ["commission", "the act of committing a crime", "commission"], ["commitment", "the official act of consigning a person to confinement (as in a prison or mental hospital)", "commitment"], ["consignment", "the official act of consigning a person to confinement (as in a prison or mental hospital)", "consignment"]]}, {"answer": "commode", "hint": "synonyms for commode", "clues": [["chiffonier", "a tall elegant chest of drawers", "chiffonier"], ["can", "a plumbing fixture for defecation and urination", "can"], ["stool", "a plumbing fixture for defecation and urination", "stool"], ["toilet", "a plumbing fixture for defecation and urination", "toilet"], ["throne", "a plumbing fixture for defecation and urination", "throne"], ["potty", "a plumbing fixture for defecation and urination", "potty"], ["pot", "a plumbing fixture for defecation and urination", "pot"], ["crapper", "a plumbing fixture for defecation and urination", "crapper"]]}, {"answer": "common_measure", "hint": "synonyms for common measure", "clues": [["quadruple time", "a time signature indicating four beats to the bar", "quadruple time"], ["common divisor", "an integer that divides two (or more) other integers evenly", "common divisor"], ["four-four time", "a time signature indicating four beats to the bar", "four-four time"], ["common meter", "the usual (iambic) meter of a ballad", "common meter"], ["common factor", "an integer that divides two (or more) other integers evenly", "common factor"], ["common time", "a time signature indicating four beats to the bar", "common time"]]}, {"answer": "common_mood", "hint": "synonyms for common mood", "clues": [["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative mood"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "fact mood"], ["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative mood"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative"]]}, {"answer": "common_sense", "hint": "synonyms for common sense", "clues": [["mother wit", "sound practical judgment", "mother wit"], ["sense", "sound practical judgment", "sense"], ["good sense", "sound practical judgment", "good sense"], ["horse sense", "sound practical judgment", "horse sense"], ["gumption", "sound practical judgment", "gumption"]]}, {"answer": "commonness", "hint": "synonyms for commonness", "clues": [["coarseness", "the quality of lacking taste and refinement", "coarseness"], ["commonality", "sharing of common attributes", "commonality"], ["everydayness", "ordinariness as a consequence of being frequent and commonplace", "everydayness"], ["raunch", "the quality of lacking taste and refinement", "raunch"], ["grossness", "the quality of lacking taste and refinement", "grossness"], ["vulgarity", "the quality of lacking taste and refinement", "vulgarity"], ["vulgarism", "the quality of lacking taste and refinement", "vulgarism"], ["commonplaceness", "ordinariness as a consequence of being frequent and commonplace", "commonplaceness"]]}, {"answer": "commons", "hint": "synonyms for commons", "clues": [["common land", "a pasture subject to common use", "common land"], ["commonality", "a class composed of persons lacking clerical or noble rank", "commonality"], ["park", "a piece of open land for recreational use in an urban area", "park"], ["green", "a piece of open land for recreational use in an urban area", "green"], ["third estate", "the common people", "third estate"], ["common", "a piece of open land for recreational use in an urban area", "common"]]}, {"answer": "commonwealth", "hint": "synonyms for commonwealth", "clues": [["country", "a politically organized body of people under a single government", "country"], ["body politic", "a politically organized body of people under a single government", "body politic"], ["republic", "a political system in which the supreme power lies in a body of citizens who can elect people to represent them", "republic"], ["state", "a politically organized body of people under a single government", "state"], ["democracy", "a political system in which the supreme power lies in a body of citizens who can elect people to represent them", "democracy"], ["land", "a politically organized body of people under a single government", "land"], ["res publica", "a politically organized body of people under a single government", "res publica"], ["nation", "a politically organized body of people under a single government", "nation"]]}, {"answer": "commotion", "hint": "synonyms for commotion", "clues": [["rumpus", "the act of making a noisy disturbance", "rumpus"], ["din", "the act of making a noisy disturbance", "din"], ["ruckus", "the act of making a noisy disturbance", "ruckus"], ["ruction", "the act of making a noisy disturbance", "ruction"], ["tumult", "the act of making a noisy disturbance", "tumult"], ["whirl", "confused movement", "whirl"]]}, {"answer": "commutation", "hint": "synonyms for commutation", "clues": [["commuting", "the travel of a commuter", "commuting"], ["substitution", "the act of putting one thing or person in the place of another:", "substitution"], ["re-sentencing", "(law) the reduction in severity of a punishment imposed by law", "re-sentencing"], ["exchange", "the act of putting one thing or person in the place of another:", "exchange"]]}, {"answer": "compaction", "hint": "synonyms for compaction", "clues": [["concretion", "an increase in the density of something", "concretion"], ["crush", "the act of crushing", "crush"], ["densification", "an increase in the density of something", "densification"], ["crunch", "the act of crushing", "crunch"], ["compression", "an increase in the density of something", "compression"]]}, {"answer": "compactness", "hint": "synonyms for compactness", "clues": [["concentration", "the spatial property of being crowded together", "concentration"], ["tightness", "the spatial property of being crowded together", "tightness"], ["denseness", "the spatial property of being crowded together", "denseness"], ["density", "the spatial property of being crowded together", "density"]]}, {"answer": "comparison", "hint": "synonyms for comparison", "clues": [["comparability", "qualities that are comparable", "comparability"], ["comparing", "the act of examining resemblances", "comparing"], ["equivalence", "qualities that are comparable", "equivalence"], ["compare", "qualities that are comparable", "compare"]]}, {"answer": "compartmentalisation", "hint": "synonyms for compartmentalisation", "clues": [["classification", "the act of distributing things into classes or categories of the same type", "classification"], ["categorization", "the act of distributing things into classes or categories of the same type", "categorization"], ["assortment", "the act of distributing things into classes or categories of the same type", "assortment"], ["compartmentalization", "the act of distributing things into classes or categories of the same type", "compartmentalization"]]}, {"answer": "compartmentalization", "hint": "synonyms for compartmentalization", "clues": [["classification", "the act of distributing things into classes or categories of the same type", "classification"], ["categorization", "the act of distributing things into classes or categories of the same type", "categorization"], ["compartmentalisation", "the act of distributing things into classes or categories of the same type", "compartmentalisation"], ["assortment", "the act of distributing things into classes or categories of the same type", "assortment"]]}, {"answer": "compass", "hint": "synonyms for compass", "clues": [["range", "the limit of capability", "range"], ["orbit", "an area in which something acts or operates or has power or control:", "orbit"], ["reach", "an area in which something acts or operates or has power or control:", "reach"], ["scope", "an area in which something acts or operates or has power or control:", "scope"], ["ambit", "an area in which something acts or operates or has power or control:", "ambit"], ["grasp", "the limit of capability", "grasp"]]}, {"answer": "completion", "hint": "synonyms for completion", "clues": [["windup", "a concluding action", "windup"], ["mop up", "a concluding action", "mop up"], ["closing", "a concluding action", "closing"], ["culmination", "a concluding action", "culmination"], ["pass completion", "(American football) a successful forward pass in football", "pass completion"]]}, {"answer": "compliance", "hint": "synonyms for compliance", "clues": [["deference", "a disposition or tendency to yield to the will of others", "deference"], ["compliancy", "a disposition or tendency to yield to the will of others", "compliancy"], ["submission", "the act of submitting; usually surrendering power to another", "submission"], ["obligingness", "a disposition or tendency to yield to the will of others", "obligingness"], ["abidance", "acting according to certain accepted standards", "abidance"], ["complaisance", "a disposition or tendency to yield to the will of others", "complaisance"], ["conformity", "acting according to certain accepted standards", "conformity"], ["conformation", "acting according to certain accepted standards", "conformation"]]}, {"answer": "complication", "hint": "synonyms for complication", "clues": [["tortuousness", "puzzling complexity", "tortuousness"], ["ramification", "a development that complicates a situation", "ramification"], ["complicatedness", "puzzling complexity", "complicatedness"], ["knottiness", "puzzling complexity", "knottiness"]]}, {"answer": "component", "hint": "synonyms for component", "clues": [["component part", "something determined in relation to something that includes it", "component part"], ["element", "an abstract part of something", "element"], ["factor", "an abstract part of something", "factor"], ["ingredient", "an abstract part of something", "ingredient"], ["constituent", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system", "constituent"], ["portion", "something determined in relation to something that includes it", "portion"], ["part", "something determined in relation to something that includes it", "part"]]}, {"answer": "component_part", "hint": "synonyms for component part", "clues": [["part", "something determined in relation to something that includes it", "part"], ["component", "something determined in relation to something that includes it", "component"], ["constituent", "something determined in relation to something that includes it", "constituent"], ["portion", "something determined in relation to something that includes it", "portion"]]}, {"answer": "composition", "hint": "synonyms for composition", "clues": [["physical composition", "the way in which someone or something is composed", "physical composition"], ["penning", "the act of creating written works", "penning"], ["writing", "the act of creating written works", "writing"], ["report", "an essay (especially one written as an assignment)", "report"], ["piece", "a musical work that has been created", "piece"], ["makeup", "the way in which someone or something is composed", "makeup"], ["constitution", "the way in which someone or something is composed", "constitution"], ["authorship", "the act of creating written works", "authorship"], ["paper", "an essay (especially one written as an assignment)", "paper"], ["piece of music", "a musical work that has been created", "piece of music"], ["opus", "a musical work that has been created", "opus"], ["composing", "the spatial property resulting from the arrangement of parts in relation to each other and to the whole", "composing"], ["typography", "art and technique of printing with movable type", "typography"], ["theme", "an essay (especially one written as an assignment)", "theme"]]}, {"answer": "compression", "hint": "synonyms for compression", "clues": [["concretion", "an increase in the density of something", "concretion"], ["compaction", "an increase in the density of something", "compaction"], ["contraction", "the process or result of becoming smaller or pressed together", "contraction"], ["condensation", "the process or result of becoming smaller or pressed together", "condensation"], ["densification", "an increase in the density of something", "densification"], ["compressing", "applying pressure", "compressing"]]}, {"answer": "computation", "hint": "synonyms for computation", "clues": [["computing", "the procedure of calculating; determining something by mathematical or logical methods", "computing"], ["calculation", "the procedure of calculating; determining something by mathematical or logical methods", "calculation"], ["figuring", "problem solving that involves numbers or quantities", "figuring"], ["reckoning", "problem solving that involves numbers or quantities", "reckoning"]]}, {"answer": "computer", "hint": "synonyms for computer", "clues": [["electronic computer", "a machine for performing calculations automatically", "electronic computer"], ["computing machine", "a machine for performing calculations automatically", "computing machine"], ["data processor", "a machine for performing calculations automatically", "data processor"], ["information processing system", "a machine for performing calculations automatically", "information processing system"], ["computing device", "a machine for performing calculations automatically", "computing device"]]}, {"answer": "computer_memory", "hint": "synonyms for computer memory", "clues": [["store", "an electronic memory device", "store"], ["memory", "an electronic memory device", "memory"], ["computer storage", "an electronic memory device", "computer storage"], ["storage", "an electronic memory device", "storage"], ["memory board", "an electronic memory device", "memory board"]]}, {"answer": "computer_software", "hint": "synonyms for computer software", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software package"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software system"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software program"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "package"]]}, {"answer": "computer_storage", "hint": "synonyms for computer storage", "clues": [["store", "an electronic memory device", "store"], ["memory", "an electronic memory device", "memory"], ["computer memory", "an electronic memory device", "computer memory"], ["storage", "an electronic memory device", "storage"], ["memory board", "an electronic memory device", "memory board"]]}, {"answer": "computing_device", "hint": "synonyms for computing device", "clues": [["computer", "a machine for performing calculations automatically", "computer"], ["electronic computer", "a machine for performing calculations automatically", "electronic computer"], ["computing machine", "a machine for performing calculations automatically", "computing machine"], ["data processor", "a machine for performing calculations automatically", "data processor"], ["information processing system", "a machine for performing calculations automatically", "information processing system"]]}, {"answer": "computing_machine", "hint": "synonyms for computing machine", "clues": [["computer", "a machine for performing calculations automatically", "computer"], ["electronic computer", "a machine for performing calculations automatically", "electronic computer"], ["data processor", "a machine for performing calculations automatically", "data processor"], ["information processing system", "a machine for performing calculations automatically", "information processing system"], ["computing device", "a machine for performing calculations automatically", "computing device"]]}, {"answer": "comradeliness", "hint": "synonyms for comradeliness", "clues": [["comradeship", "the quality of affording easy familiarity and sociability", "comradeship"], ["chumminess", "the quality of affording easy familiarity and sociability", "chumminess"], ["camaraderie", "the quality of affording easy familiarity and sociability", "camaraderie"], ["comradery", "the quality of affording easy familiarity and sociability", "comradery"]]}, {"answer": "comradery", "hint": "synonyms for comradery", "clues": [["comradeship", "the quality of affording easy familiarity and sociability", "comradeship"], ["chumminess", "the quality of affording easy familiarity and sociability", "chumminess"], ["camaraderie", "the quality of affording easy familiarity and sociability", "camaraderie"], ["comradeliness", "the quality of affording easy familiarity and sociability", "comradeliness"]]}, {"answer": "comradeship", "hint": "synonyms for comradeship", "clues": [["comradery", "the quality of affording easy familiarity and sociability", "comradery"], ["chumminess", "the quality of affording easy familiarity and sociability", "chumminess"], ["camaraderie", "the quality of affording easy familiarity and sociability", "camaraderie"], ["comradeliness", "the quality of affording easy familiarity and sociability", "comradeliness"]]}, {"answer": "con_game", "hint": "synonyms for con game", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "concavity", "hint": "synonyms for concavity", "clues": [["incurvature", "a shape that curves or bends inward", "incurvature"], ["concaveness", "the property possessed by a concave shape", "concaveness"], ["concave shape", "a shape that curves or bends inward", "concave shape"], ["incurvation", "a shape that curves or bends inward", "incurvation"]]}, {"answer": "concealment", "hint": "synonyms for concealment", "clues": [["screen", "a covering that serves to conceal or shelter something", "screen"], ["concealing", "the activity of keeping something secret", "concealing"], ["hiding", "the activity of keeping something secret", "hiding"], ["cover", "a covering that serves to conceal or shelter something", "cover"]]}, {"answer": "conceit", "hint": "synonyms for conceit", "clues": [["vanity", "the trait of being unduly vain and conceited; false pride", "vanity"], ["conceitedness", "the trait of being unduly vain and conceited; false pride", "conceitedness"], ["amour propre", "feelings of excessive pride", "amour propre"], ["self-love", "feelings of excessive pride", "self-love"]]}, {"answer": "concentration", "hint": "synonyms for concentration", "clues": [["tightness", "the spatial property of being crowded together", "tightness"], ["immersion", "complete attention; intense mental effort", "immersion"], ["denseness", "the spatial property of being crowded together", "denseness"], ["absorption", "complete attention; intense mental effort", "absorption"], ["compactness", "the spatial property of being crowded together", "compactness"], ["engrossment", "complete attention; intense mental effort", "engrossment"], ["assiduousness", "great and constant diligence and attention", "assiduousness"], ["assiduity", "great and constant diligence and attention", "assiduity"], ["density", "the spatial property of being crowded together", "density"]]}, {"answer": "conception", "hint": "synonyms for conception", "clues": [["construct", "an abstract or general idea inferred or derived from specific instances", "construct"], ["design", "the creation of something in the mind", "design"], ["invention", "the creation of something in the mind", "invention"], ["concept", "an abstract or general idea inferred or derived from specific instances", "concept"], ["excogitation", "the creation of something in the mind", "excogitation"], ["innovation", "the creation of something in the mind", "innovation"], ["creation", "the event that occurred at the beginning of something", "creation"]]}, {"answer": "concern", "hint": "synonyms for concern", "clues": [["business", "a commercial or industrial enterprise and the people who constitute it", "business"], ["business concern", "a commercial or industrial enterprise and the people who constitute it", "business concern"], ["headache", "something or someone that causes anxiety; a source of unhappiness", "headache"], ["fear", "an anxious feeling", "fear"], ["vexation", "something or someone that causes anxiety; a source of unhappiness", "vexation"], ["business organization", "a commercial or industrial enterprise and the people who constitute it", "business organization"], ["worry", "something or someone that causes anxiety; a source of unhappiness", "worry"], ["care", "an anxious feeling", "care"]]}, {"answer": "conclusion", "hint": "synonyms for conclusion", "clues": [["ratiocination", "the proposition arrived at by logical reasoning (such as the proposition that must follow from the major and minor premises of a syllogism)", "ratiocination"], ["ending", "event whose occurrence ends something", "ending"], ["finish", "event whose occurrence ends something", "finish"], ["termination", "the act of ending something", "termination"], ["decision", "a position or opinion or judgment reached after consideration", "decision"], ["closing", "the last section of a communication", "closing"], ["close", "the temporal end; the concluding time", "close"], ["stopping point", "the temporal end; the concluding time", "stopping point"], ["finale", "the temporal end; the concluding time", "finale"], ["last", "the temporal end; the concluding time", "last"]]}, {"answer": "concord", "hint": "synonyms for concord", "clues": [["agreement", "the determination of grammatical inflection on the basis of word relations", "agreement"], ["harmony", "agreement of opinions", "harmony"], ["capital of New Hampshire", "capital of the state of New Hampshire; located in south central New Hampshire on the Merrimack river", "capital of New Hampshire"], ["concordance", "agreement of opinions", "concordance"]]}, {"answer": "concretion", "hint": "synonyms for concretion", "clues": [["compaction", "an increase in the density of something", "compaction"], ["coalescence", "the union of diverse things into one body or form or group; the growing together of parts", "coalescence"], ["densification", "an increase in the density of something", "densification"], ["coalition", "the union of diverse things into one body or form or group; the growing together of parts", "coalition"], ["calculus", "a hard lump produced by the concretion of mineral salts; found in hollow organs or ducts of the body", "calculus"], ["compression", "an increase in the density of something", "compression"], ["conglutination", "the union of diverse things into one body or form or group; the growing together of parts", "conglutination"]]}, {"answer": "concurrence", "hint": "synonyms for concurrence", "clues": [["coincidence", "the temporal property of two things happening at the same time", "coincidence"], ["concurrency", "agreement of results or opinions", "concurrency"], ["conjunction", "the temporal property of two things happening at the same time", "conjunction"], ["co-occurrence", "the temporal property of two things happening at the same time", "co-occurrence"]]}, {"answer": "condemnation", "hint": "synonyms for condemnation", "clues": [["execration", "an appeal to some supernatural power to inflict evil on someone or some group", "execration"], ["disapprobation", "an expression of strong disapproval; pronouncing as wrong or morally culpable", "disapprobation"], ["curse", "an appeal to some supernatural power to inflict evil on someone or some group", "curse"], ["judgment of conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "judgment of conviction"], ["conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "conviction"], ["sentence", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "sentence"]]}, {"answer": "condensation", "hint": "synonyms for condensation", "clues": [["condensate", "atmospheric moisture that has condensed because of cold", "condensate"], ["contraction", "the process or result of becoming smaller or pressed together", "contraction"], ["capsule", "a shortened version of a written work", "capsule"], ["abridgment", "a shortened version of a written work", "abridgment"], ["condensing", "the act of increasing the density of something", "condensing"], ["compression", "the process or result of becoming smaller or pressed together", "compression"]]}, {"answer": "condenser", "hint": "synonyms for condenser", "clues": [["electrical condenser", "an electrical device characterized by its capacity to store an electric charge", "electrical condenser"], ["capacitor", "an electrical device characterized by its capacity to store an electric charge", "capacitor"], ["capacitance", "an electrical device characterized by its capacity to store an electric charge", "capacitance"], ["optical condenser", "lens used to concentrate light on an object", "optical condenser"]]}, {"answer": "condescension", "hint": "synonyms for condescension", "clues": [["disdain", "a communication that indicates lack of respect by patronizing the recipient", "disdain"], ["disdainfulness", "the trait of displaying arrogance by patronizing those considered inferior", "disdainfulness"], ["patronage", "a communication that indicates lack of respect by patronizing the recipient", "patronage"], ["condescendingness", "affability to your inferiors and temporary disregard for differences of position or rank", "condescendingness"], ["superciliousness", "the trait of displaying arrogance by patronizing those considered inferior", "superciliousness"]]}, {"answer": "condition", "hint": "synonyms for condition", "clues": [["precondition", "an assumption on which rests the validity or effect of something else", "precondition"], ["circumstance", "information that should be kept in mind when making a decision", "circumstance"], ["consideration", "information that should be kept in mind when making a decision", "consideration"], ["stipulation", "an assumption on which rests the validity or effect of something else", "stipulation"], ["experimental condition", "the procedure that is varied in order to estimate a variable's effect by comparison with a control condition", "experimental condition"], ["term", "(usually plural) a statement of what is required as part of an agreement", "term"]]}, {"answer": "conditional_reaction", "hint": "synonyms for conditional reaction", "clues": [["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "acquired reflex"], ["conditional reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reflex"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional response"], ["conditioned reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditioned reaction"]]}, {"answer": "conditional_reflex", "hint": "synonyms for conditional reflex", "clues": [["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "acquired reflex"], ["conditional reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reaction"], ["conditioned reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditioned reflex"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional response"]]}, {"answer": "conditional_response", "hint": "synonyms for conditional response", "clues": [["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "acquired reflex"], ["conditional reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reflex"], ["conditional reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reaction"], ["conditioned response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditioned response"]]}, {"answer": "conditioned_reaction", "hint": "synonyms for conditioned reaction", "clues": [["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "acquired reflex"], ["conditional reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reflex"], ["conditional reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reaction"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional response"]]}, {"answer": "conditioned_reflex", "hint": "synonyms for conditioned reflex", "clues": [["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "acquired reflex"], ["conditional reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reflex"], ["conditional reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reaction"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional response"]]}, {"answer": "conditioned_response", "hint": "synonyms for conditioned response", "clues": [["acquired reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "acquired reflex"], ["conditional reflex", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reflex"], ["conditional reaction", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional reaction"], ["conditional response", "an acquired response that is under the control of (conditional on the occurrence of) a stimulus", "conditional response"]]}, {"answer": "conditions", "hint": "synonyms for conditions", "clues": [["condition", "an assumption on which rests the validity or effect of something else", "condition"], ["weather", "the atmospheric conditions that comprise the state of the atmosphere in terms of temperature and wind and clouds and precipitation", "weather"], ["weather condition", "the atmospheric conditions that comprise the state of the atmosphere in terms of temperature and wind and clouds and precipitation", "weather condition"], ["circumstance", "information that should be kept in mind when making a decision", "circumstance"], ["stipulation", "an assumption on which rests the validity or effect of something else", "stipulation"], ["consideration", "information that should be kept in mind when making a decision", "consideration"], ["atmospheric condition", "the atmospheric conditions that comprise the state of the atmosphere in terms of temperature and wind and clouds and precipitation", "atmospheric condition"], ["experimental condition", "the procedure that is varied in order to estimate a variable's effect by comparison with a control condition", "experimental condition"], ["term", "(usually plural) a statement of what is required as part of an agreement", "term"]]}, {"answer": "condom", "hint": "synonyms for condom", "clues": [["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safe"], ["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "rubber"], ["safety", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safety"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "prophylactic"]]}, {"answer": "conduct", "hint": "synonyms for conduct", "clues": [["deportment", "(behavioral attributes) the way a person behaves toward other people", "deportment"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people", "demeanor"], ["behaviour", "(behavioral attributes) the way a person behaves toward other people", "behaviour"], ["doings", "manner of acting or controlling yourself", "doings"]]}, {"answer": "confidence", "hint": "synonyms for confidence", "clues": [["self-confidence", "freedom from doubt; belief in yourself and your abilities", "self-confidence"], ["assurance", "freedom from doubt; belief in yourself and your abilities", "assurance"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities", "self-assurance"], ["authority", "freedom from doubt; belief in yourself and your abilities", "authority"], ["sureness", "freedom from doubt; belief in yourself and your abilities", "sureness"]]}, {"answer": "confidence_game", "hint": "synonyms for confidence game", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "confidence_trick", "hint": "synonyms for confidence trick", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "confidential_information", "hint": "synonyms for confidential information", "clues": [["wind", "an indication of potential opportunity", "wind"], ["hint", "an indication of potential opportunity", "hint"], ["tip", "an indication of potential opportunity", "tip"], ["steer", "an indication of potential opportunity", "steer"], ["lead", "an indication of potential opportunity", "lead"]]}, {"answer": "configuration", "hint": "synonyms for configuration", "clues": [["form", "any spatial attributes (especially as defined by outline)", "form"], ["conformation", "any spatial attributes (especially as defined by outline)", "conformation"], ["contour", "any spatial attributes (especially as defined by outline)", "contour"], ["shape", "any spatial attributes (especially as defined by outline)", "shape"], ["constellation", "an arrangement of parts or elements", "constellation"]]}, {"answer": "confirmation", "hint": "synonyms for confirmation", "clues": [["ratification", "making something valid by formally ratifying or confirming it", "ratification"], ["verification", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "verification"], ["substantiation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "substantiation"], ["check", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "check"]]}, {"answer": "conflict", "hint": "synonyms for conflict", "clues": [["difference", "a disagreement or argument about something important", "difference"], ["engagement", "a hostile meeting of opposing military forces in the course of a war", "engagement"], ["fight", "a hostile meeting of opposing military forces in the course of a war", "fight"], ["difference of opinion", "a disagreement or argument about something important", "difference of opinion"], ["dispute", "a disagreement or argument about something important", "dispute"], ["battle", "an open clash between two opposing groups (or individuals); --Thomas Paine", "battle"], ["struggle", "an open clash between two opposing groups (or individuals); --Thomas Paine", "struggle"]]}, {"answer": "confluence", "hint": "synonyms for confluence", "clues": [["concourse", "a coming together of people", "concourse"], ["merging", "a flowing together", "merging"], ["meeting", "a place where things merge or flow together (especially rivers)", "meeting"], ["conflux", "a flowing together", "conflux"]]}, {"answer": "conformation", "hint": "synonyms for conformation", "clues": [["form", "any spatial attributes (especially as defined by outline)", "form"], ["contour", "any spatial attributes (especially as defined by outline)", "contour"], ["conformity", "acting according to certain accepted standards", "conformity"], ["abidance", "acting according to certain accepted standards", "abidance"], ["compliance", "acting according to certain accepted standards", "compliance"], ["shape", "any spatial attributes (especially as defined by outline)", "shape"], ["configuration", "any spatial attributes (especially as defined by outline)", "configuration"]]}, {"answer": "conformity", "hint": "synonyms for conformity", "clues": [["ossification", "hardened conventionality", "ossification"], ["accordance", "concurrence of opinion", "accordance"], ["abidance", "acting according to certain accepted standards", "abidance"], ["accord", "concurrence of opinion", "accord"], ["compliance", "acting according to certain accepted standards", "compliance"], ["conformism", "orthodoxy in thoughts and belief", "conformism"], ["conformation", "acting according to certain accepted standards", "conformation"], ["conformance", "correspondence in form or appearance", "conformance"]]}, {"answer": "confrontation", "hint": "synonyms for confrontation", "clues": [["showdown", "a hostile disagreement face-to-face", "showdown"], ["face-off", "a hostile disagreement face-to-face", "face-off"], ["encounter", "a hostile disagreement face-to-face", "encounter"], ["opposition", "the act of hostile groups opposing each other", "opposition"]]}, {"answer": "confusedness", "hint": "synonyms for confusedness", "clues": [["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusion"], ["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "mental confusion"], ["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior", "disarray"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior", "muddiness"]]}, {"answer": "confusion", "hint": "synonyms for confusion", "clues": [["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "mental confusion"], ["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior", "disarray"], ["mix-up", "a mistake that results from taking one thing to be another", "mix-up"], ["discombobulation", "a feeling of embarrassment that leaves you confused", "discombobulation"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusedness"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior", "muddiness"]]}, {"answer": "conglutination", "hint": "synonyms for conglutination", "clues": [["coalescency", "the union of diverse things into one body or form or group; the growing together of parts", "coalescency"], ["union", "healing process involving the growing together of the edges of a wound or the growing together of broken bones", "union"], ["coalition", "the union of diverse things into one body or form or group; the growing together of parts", "coalition"], ["concretion", "the union of diverse things into one body or form or group; the growing together of parts", "concretion"]]}, {"answer": "congratulations", "hint": "synonyms for congratulations", "clues": [["felicitation", "the act of acknowledging that someone has an occasion for celebration", "felicitation"], ["extolment", "an expression of approval and commendation", "extolment"], ["congratulation", "the act of acknowledging that someone has an occasion for celebration", "congratulation"], ["praise", "an expression of approval and commendation", "praise"], ["kudos", "an expression of approval and commendation", "kudos"]]}, {"answer": "congress", "hint": "synonyms for congress", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "conjecture", "hint": "synonyms for conjecture", "clues": [["guess", "a message expressing an opinion based on incomplete evidence", "guess"], ["speculation", "a message expressing an opinion based on incomplete evidence", "speculation"], ["hypothesis", "a message expressing an opinion based on incomplete evidence", "hypothesis"], ["supposition", "a message expressing an opinion based on incomplete evidence", "supposition"], ["surmisal", "a message expressing an opinion based on incomplete evidence", "surmisal"], ["surmise", "a message expressing an opinion based on incomplete evidence", "surmise"]]}, {"answer": "conjugation", "hint": "synonyms for conjugation", "clues": [["mating", "the act of pairing a male and female for reproductive purposes", "mating"], ["union", "the act of pairing a male and female for reproductive purposes", "union"], ["sexual union", "the act of pairing a male and female for reproductive purposes", "sexual union"], ["jointure", "the act of making or becoming a single unit", "jointure"], ["coupling", "the act of pairing a male and female for reproductive purposes", "coupling"], ["unification", "the act of making or becoming a single unit", "unification"], ["pairing", "the act of pairing a male and female for reproductive purposes", "pairing"], ["uniting", "the act of making or becoming a single unit", "uniting"]]}, {"answer": "conjunction", "hint": "synonyms for conjunction", "clues": [["conjunctive", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences", "conjunctive"], ["coincidence", "the temporal property of two things happening at the same time", "coincidence"], ["junction", "something that joins or connects", "junction"], ["concurrence", "the temporal property of two things happening at the same time", "concurrence"], ["continuative", "an uninflected function word that serves to conjoin words or phrases or clauses or sentences", "continuative"], ["co-occurrence", "the temporal property of two things happening at the same time", "co-occurrence"], ["alignment", "(astronomy) apparent meeting or passing of two or more celestial bodies in the same degree of the zodiac", "alignment"]]}, {"answer": "conjuration", "hint": "synonyms for conjuration", "clues": [["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["deception", "an illusory feat; considered magical by naive observers", "deception"], ["invocation", "calling up a spirit or devil", "invocation"], ["conjury", "calling up a spirit or devil", "conjury"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["conjuring", "calling up a spirit or devil", "conjuring"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["incantation", "a ritual recitation of words or sounds believed to have a magical effect", "incantation"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["trick", "an illusory feat; considered magical by naive observers", "trick"], ["magic", "an illusory feat; considered magical by naive observers", "magic"]]}, {"answer": "conjuring_trick", "hint": "synonyms for conjuring trick", "clues": [["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["deception", "an illusory feat; considered magical by naive observers", "deception"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["trick", "an illusory feat; considered magical by naive observers", "trick"], ["magic", "an illusory feat; considered magical by naive observers", "magic"]]}, {"answer": "connecter", "hint": "synonyms for connecter", "clues": [["connexion", "an instrumentality that connects", "connexion"], ["connective", "an instrumentality that connects", "connective"], ["connector", "an instrumentality that connects", "connector"], ["connection", "an instrumentality that connects", "connection"]]}, {"answer": "connection", "hint": "synonyms for connection", "clues": [["connexion", "an instrumentality that connects", "connexion"], ["joining", "the act of bringing two things into contact (especially for communication)", "joining"], ["connector", "an instrumentality that connects", "connector"], ["connective", "an instrumentality that connects", "connective"], ["association", "the process of bringing ideas or events together in memory or imagination", "association"], ["connectedness", "a relation between things or events (as in the case of one causing the other or sharing features with it)", "connectedness"], ["link", "a connecting shape", "link"]]}, {"answer": "connector", "hint": "synonyms for connector", "clues": [["connecter", "an instrumentality that connects", "connecter"], ["connexion", "an instrumentality that connects", "connexion"], ["connective", "an instrumentality that connects", "connective"], ["connection", "an instrumentality that connects", "connection"]]}, {"answer": "connexion", "hint": "synonyms for connexion", "clues": [["joining", "the act of bringing two things into contact (especially for communication)", "joining"], ["connection", "a relation between things or events (as in the case of one causing the other or sharing features with it)", "connection"], ["connector", "an instrumentality that connects", "connector"], ["connective", "an instrumentality that connects", "connective"], ["association", "the process of bringing ideas or events together in memory or imagination", "association"], ["connectedness", "a relation between things or events (as in the case of one causing the other or sharing features with it)", "connectedness"], ["link", "a connecting shape", "link"]]}, {"answer": "conquest", "hint": "synonyms for conquest", "clues": [["conquering", "the act of conquering", "conquering"], ["subjection", "the act of conquering", "subjection"], ["subjugation", "the act of conquering", "subjugation"], ["seduction", "an act of winning the love or sexual favor of someone", "seduction"]]}, {"answer": "consequence", "hint": "synonyms for consequence", "clues": [["event", "a phenomenon that follows and is caused by some previous phenomenon", "event"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon", "effect"], ["moment", "having important effects or influence", "moment"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon", "upshot"], ["result", "a phenomenon that follows and is caused by some previous phenomenon", "result"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon", "outcome"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon", "issue"], ["aftermath", "the outcome of an event especially as relative to an individual", "aftermath"], ["import", "having important effects or influence", "import"]]}, {"answer": "consideration", "hint": "synonyms for consideration", "clues": [["condition", "information that should be kept in mind when making a decision", "condition"], ["circumstance", "information that should be kept in mind when making a decision", "circumstance"], ["thoughtfulness", "a considerate and thoughtful act", "thoughtfulness"], ["retainer", "a fee charged in advance to retain the services of someone", "retainer"], ["considerateness", "kind and considerate regard for others", "considerateness"]]}, {"answer": "consignment", "hint": "synonyms for consignment", "clues": [["committal", "the official act of consigning a person to confinement (as in a prison or mental hospital)", "committal"], ["payload", "goods carried by a large vehicle", "payload"], ["lading", "goods carried by a large vehicle", "lading"], ["shipment", "goods carried by a large vehicle", "shipment"], ["freight", "goods carried by a large vehicle", "freight"], ["load", "goods carried by a large vehicle", "load"], ["commitment", "the official act of consigning a person to confinement (as in a prison or mental hospital)", "commitment"], ["cargo", "goods carried by a large vehicle", "cargo"]]}, {"answer": "constitution", "hint": "synonyms for constitution", "clues": [["physical composition", "the way in which someone or something is composed", "physical composition"], ["organisation", "the act of forming or establishing something", "organisation"], ["establishment", "the act of forming or establishing something", "establishment"], ["fundamental law", "law determining the fundamental political principles of a government", "fundamental law"], ["organic law", "law determining the fundamental political principles of a government", "organic law"], ["makeup", "the way in which someone or something is composed", "makeup"], ["composition", "the way in which someone or something is composed", "composition"], ["formation", "the act of forming or establishing something", "formation"]]}, {"answer": "constriction", "hint": "synonyms for constriction", "clues": [["tightness", "a tight feeling in some part of the body", "tightness"], ["chokepoint", "a narrowing that reduces the flow through a channel", "chokepoint"], ["bottleneck", "a narrowing that reduces the flow through a channel", "bottleneck"], ["coarctation", "tight or narrow compression", "coarctation"]]}, {"answer": "construction", "hint": "synonyms for construction", "clues": [["expression", "a group of words that form a constituent of a sentence and are considered as a single unit", "expression"], ["mental synthesis", "the creation of a construct; the process of combining ideas into a congruous object of thought", "mental synthesis"], ["building", "the commercial activity involved in repairing old structures or constructing new ones", "building"], ["grammatical construction", "a group of words that form a constituent of a sentence and are considered as a single unit", "grammatical construction"], ["structure", "a thing constructed; a complex entity constructed of many parts", "structure"], ["twist", "an interpretation of a text or action", "twist"]]}, {"answer": "consumption", "hint": "synonyms for consumption", "clues": [["uptake", "the process of taking food into the body through the mouth (as by eating)", "uptake"], ["intake", "the process of taking food into the body through the mouth (as by eating)", "intake"], ["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use"], ["ingestion", "the process of taking food into the body through the mouth (as by eating)", "ingestion"], ["using up", "the act of consuming something", "using up"], ["expenditure", "the act of consuming something", "expenditure"], ["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "usance"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use of goods and services"], ["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "economic consumption"]]}, {"answer": "contact", "hint": "synonyms for contact", "clues": [["striking", "the physical coming together of two or more things", "striking"], ["touch", "a communicative interaction", "touch"], ["contact lens", "a thin curved glass or plastic lens designed to fit over the cornea in order to correct vision or to deliver medication", "contact lens"], ["impinging", "the physical coming together of two or more things", "impinging"], ["liaison", "a channel for communication between groups", "liaison"], ["tangency", "(electronics) a junction where things (as two electrical conductors) touch or are in physical contact", "tangency"], ["physical contact", "the act of touching physically", "physical contact"], ["inter-group communication", "a channel for communication between groups", "inter-group communication"], ["link", "a channel for communication between groups", "link"]]}, {"answer": "contemplation", "hint": "synonyms for contemplation", "clues": [["musing", "a calm, lengthy, intent consideration", "musing"], ["thoughtfulness", "a calm, lengthy, intent consideration", "thoughtfulness"], ["rumination", "a calm, lengthy, intent consideration", "rumination"], ["reflexion", "a calm, lengthy, intent consideration", "reflexion"], ["reflection", "a calm, lengthy, intent consideration", "reflection"]]}, {"answer": "contemporaneity", "hint": "synonyms for contemporaneity", "clues": [["contemporaneousness", "the quality of being current or of the present", "contemporaneousness"], ["modernness", "the quality of being current or of the present", "modernness"], ["modernity", "the quality of being current or of the present", "modernity"], ["modernism", "the quality of being current or of the present", "modernism"]]}, {"answer": "contemporaneousness", "hint": "synonyms for contemporaneousness", "clues": [["modernness", "the quality of being current or of the present", "modernness"], ["modernity", "the quality of being current or of the present", "modernity"], ["contemporaneity", "the quality of being current or of the present", "contemporaneity"], ["modernism", "the quality of being current or of the present", "modernism"]]}, {"answer": "contempt", "hint": "synonyms for contempt", "clues": [["despite", "lack of respect accompanied by a feeling of intense dislike", "despite"], ["disdain", "lack of respect accompanied by a feeling of intense dislike", "disdain"], ["disrespect", "a manner that is generally disrespectful and contemptuous", "disrespect"], ["scorn", "lack of respect accompanied by a feeling of intense dislike", "scorn"]]}, {"answer": "contemptibility", "hint": "synonyms for contemptibility", "clues": [["baseness", "unworthiness by virtue of lacking higher values", "baseness"], ["sordidness", "unworthiness by virtue of lacking higher values", "sordidness"], ["despicableness", "unworthiness by virtue of lacking higher values", "despicableness"], ["despicability", "unworthiness by virtue of lacking higher values", "despicability"]]}, {"answer": "contention", "hint": "synonyms for contention", "clues": [["argument", "a contentious speech act; a dispute where there is strong disagreement", "argument"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement", "disceptation"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement", "controversy"], ["competition", "the act of competing as for profit or a prize", "competition"], ["rivalry", "the act of competing as for profit or a prize", "rivalry"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement", "contestation"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement", "arguing"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement", "tilt"]]}, {"answer": "contents", "hint": "synonyms for contents", "clues": [["content", "what a communication that is about something is about", "content"], ["subject matter", "what a communication that is about something is about", "subject matter"], ["depicted object", "something (a person or object or scene) selected by an artist or photographer for graphic representation", "depicted object"], ["subject", "something (a person or object or scene) selected by an artist or photographer for graphic representation", "subject"], ["table of contents", "a list of divisions (chapters or articles) and the pages on which they start", "table of contents"], ["capacity", "the amount that can be contained", "capacity"], ["message", "what a communication that is about something is about", "message"], ["substance", "what a communication that is about something is about", "substance"], ["mental object", "the sum or range of what has been perceived, discovered, or learned", "mental object"], ["cognitive content", "the sum or range of what has been perceived, discovered, or learned", "cognitive content"]]}, {"answer": "contestation", "hint": "synonyms for contestation", "clues": [["argument", "a contentious speech act; a dispute where there is strong disagreement", "argument"], ["contention", "a contentious speech act; a dispute where there is strong disagreement", "contention"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement", "disceptation"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement", "arguing"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement", "controversy"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement", "tilt"]]}, {"answer": "continuation", "hint": "synonyms for continuation", "clues": [["continuance", "the act of continuing an activity without interruption", "continuance"], ["law of continuation", "a Gestalt principle of organization holding that there is an innate tendency to perceive a line as continuing its established direction", "law of continuation"], ["lengthiness", "the consequence of being lengthened in duration", "lengthiness"], ["prolongation", "the consequence of being lengthened in duration", "prolongation"], ["protraction", "the consequence of being lengthened in duration", "protraction"], ["sequel", "a part added to a book or play that continues and extends it", "sequel"], ["good continuation", "a Gestalt principle of organization holding that there is an innate tendency to perceive a line as continuing its established direction", "good continuation"]]}, {"answer": "continuous_tense", "hint": "synonyms for continuous tense", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going", "imperfect tense"], ["progressive tense", "a tense of verbs used in describing action that is on-going", "progressive tense"], ["imperfect", "a tense of verbs used in describing action that is on-going", "imperfect"], ["progressive", "a tense of verbs used in describing action that is on-going", "progressive"]]}, {"answer": "contortion", "hint": "synonyms for contortion", "clues": [["crookedness", "a tortuous and twisted shape or position", "crookedness"], ["tortuosity", "a tortuous and twisted shape or position", "tortuosity"], ["tortuousness", "a tortuous and twisted shape or position", "tortuousness"], ["deformation", "the act of twisting or deforming the shape of something (e.g., yourself)", "deformation"], ["torsion", "a tortuous and twisted shape or position", "torsion"]]}, {"answer": "contour", "hint": "synonyms for contour", "clues": [["form", "any spatial attributes (especially as defined by outline)", "form"], ["conformation", "any spatial attributes (especially as defined by outline)", "conformation"], ["contour line", "a line drawn on a map connecting points of equal height", "contour line"], ["shape", "any spatial attributes (especially as defined by outline)", "shape"], ["configuration", "any spatial attributes (especially as defined by outline)", "configuration"]]}, {"answer": "contra_danse", "hint": "synonyms for contra danse", "clues": [["country dancing", "a type of folk dance in which couples are arranged in sets or face one another in a line", "country dancing"], ["contradance", "a type of folk dance in which couples are arranged in sets or face one another in a line", "contradance"], ["contredanse", "a type of folk dance in which couples are arranged in sets or face one another in a line", "contredanse"], ["country-dance", "a type of folk dance in which couples are arranged in sets or face one another in a line", "country-dance"]]}, {"answer": "contraceptive_device", "hint": "synonyms for contraceptive device", "clues": [["prophylactic device", "an agent or device intended to prevent conception", "prophylactic device"], ["preventive", "an agent or device intended to prevent conception", "preventive"], ["birth control device", "an agent or device intended to prevent conception", "birth control device"], ["contraceptive", "an agent or device intended to prevent conception", "contraceptive"]]}, {"answer": "contraceptive_pill", "hint": "synonyms for contraceptive pill", "clues": [["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulatory drug"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulant"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "pill"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "birth control pill"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "oral contraceptive"]]}, {"answer": "contraption", "hint": "synonyms for contraption", "clues": [["gismo", "a device or control that is very useful for a particular job", "gismo"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["widget", "a device or control that is very useful for a particular job", "widget"]]}, {"answer": "contrariness", "hint": "synonyms for contrariness", "clues": [["grumpiness", "a fussy and eccentric disposition", "grumpiness"], ["perversity", "deliberate and stubborn unruliness and resistance to guidance or discipline", "perversity"], ["crotchetiness", "a fussy and eccentric disposition", "crotchetiness"], ["crankiness", "a fussy and eccentric disposition", "crankiness"], ["perverseness", "deliberate and stubborn unruliness and resistance to guidance or discipline", "perverseness"]]}, {"answer": "contrast", "hint": "synonyms for contrast", "clues": [["demarcation", "a conceptual separation or distinction", "demarcation"], ["dividing line", "a conceptual separation or distinction", "dividing line"], ["line", "a conceptual separation or distinction", "line"], ["direct contrast", "the opposition or dissimilarity of things that are compared; ,", "direct contrast"]]}, {"answer": "contrivance", "hint": "synonyms for contrivance", "clues": [["lash-up", "any improvised arrangement for temporary use", "lash-up"], ["gismo", "a device or control that is very useful for a particular job", "gismo"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["devisal", "the act of devising something", "devisal"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["dodge", "an elaborate or deceitful scheme contrived to deceive or evade", "dodge"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["widget", "a device or control that is very useful for a particular job", "widget"], ["stratagem", "an elaborate or deceitful scheme contrived to deceive or evade", "stratagem"]]}, {"answer": "control", "hint": "synonyms for control", "clues": [["restraint", "discipline in personal and social activities", "restraint"], ["controller", "a mechanism that controls the operation of a machine", "controller"], ["command", "great skillfulness and knowledge of some subject or activity", "command"], ["control condition", "a standard against which other conditions can be compared in a scientific experiment", "control condition"], ["mastery", "great skillfulness and knowledge of some subject or activity", "mastery"]]}, {"answer": "control_board", "hint": "synonyms for control board", "clues": [["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control panel"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "instrument panel"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "panel"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "board"]]}, {"answer": "control_panel", "hint": "synonyms for control panel", "clues": [["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "panel"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control board"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "instrument panel"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "board"]]}, {"answer": "controversy", "hint": "synonyms for controversy", "clues": [["argument", "a contentious speech act; a dispute where there is strong disagreement", "argument"], ["contention", "a contentious speech act; a dispute where there is strong disagreement", "contention"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement", "disceptation"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement", "contestation"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement", "arguing"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement", "tilt"]]}, {"answer": "contumely", "hint": "synonyms for contumely", "clues": [["abuse", "a rude expression intended to offend or hurt", "abuse"], ["insult", "a rude expression intended to offend or hurt", "insult"], ["revilement", "a rude expression intended to offend or hurt", "revilement"], ["vilification", "a rude expression intended to offend or hurt", "vilification"]]}, {"answer": "convenience", "hint": "synonyms for convenience", "clues": [["wash room", "a toilet that is available to the public", "wash room"], ["gismo", "a device or control that is very useful for a particular job", "gismo"], ["restroom", "a toilet that is available to the public", "restroom"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["public toilet", "a toilet that is available to the public", "public toilet"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["widget", "a device or control that is very useful for a particular job", "widget"], ["toilet facility", "a toilet that is available to the public", "toilet facility"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["public lavatory", "a toilet that is available to the public", "public lavatory"]]}, {"answer": "conveniences", "hint": "synonyms for conveniences", "clues": [["amenities", "things that make you comfortable and at ease", "amenities"], ["comforts", "things that make you comfortable and at ease", "comforts"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["widget", "a device or control that is very useful for a particular job", "widget"], ["creature comforts", "things that make you comfortable and at ease", "creature comforts"], ["toilet facility", "a toilet that is available to the public", "toilet facility"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["public lavatory", "a toilet that is available to the public", "public lavatory"], ["wash room", "a toilet that is available to the public", "wash room"], ["gismo", "a device or control that is very useful for a particular job", "gismo"], ["restroom", "a toilet that is available to the public", "restroom"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["public toilet", "a toilet that is available to the public", "public toilet"]]}, {"answer": "convention", "hint": "synonyms for convention", "clues": [["rule", "something regarded as a normative example", "rule"], ["normal", "something regarded as a normative example", "normal"], ["conventionalism", "orthodoxy as a consequence of being conventional", "conventionalism"], ["convening", "the act of convening", "convening"], ["formula", "something regarded as a normative example", "formula"], ["pattern", "something regarded as a normative example", "pattern"]]}, {"answer": "convergence", "hint": "synonyms for convergence", "clues": [["overlap", "a representation of common ground between theories or phenomena", "overlap"], ["convergency", "the act of converging (coming closer)", "convergency"], ["converging", "the act of converging (coming closer)", "converging"], ["intersection", "a representation of common ground between theories or phenomena", "intersection"]]}, {"answer": "conversion", "hint": "synonyms for conversion", "clues": [["changeover", "an event that results in a transformation", "changeover"], ["rebirth", "a spiritual enlightenment causing a person to lead a new life", "rebirth"], ["spiritual rebirth", "a spiritual enlightenment causing a person to lead a new life", "spiritual rebirth"], ["transition", "an event that results in a transformation", "transition"]]}, {"answer": "conveyance", "hint": "synonyms for conveyance", "clues": [["conveying", "act of transferring property title from one person to another", "conveying"], ["conveyance of title", "act of transferring property title from one person to another", "conveyance of title"], ["transport", "the act of moving something from one location to another", "transport"], ["transferral", "the act of moving something from one location to another", "transferral"], ["transportation", "the act of moving something from one location to another", "transportation"], ["transfer", "the act of moving something from one location to another", "transfer"], ["impartation", "the transmission of information", "impartation"], ["imparting", "the transmission of information", "imparting"]]}, {"answer": "conviction", "hint": "synonyms for conviction", "clues": [["article of faith", "an unshakable belief in something without need for proof or evidence", "article of faith"], ["judgment of conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "judgment of conviction"], ["condemnation", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "condemnation"], ["sentence", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "sentence"], ["strong belief", "an unshakable belief in something without need for proof or evidence", "strong belief"]]}, {"answer": "cooking_stove", "hint": "synonyms for cooking stove", "clues": [["range", "a kitchen appliance used for cooking food", "range"], ["kitchen stove", "a kitchen appliance used for cooking food", "kitchen stove"], ["kitchen range", "a kitchen appliance used for cooking food", "kitchen range"], ["stove", "a kitchen appliance used for cooking food", "stove"]]}, {"answer": "coolness", "hint": "synonyms for coolness", "clues": [["imperturbability", "calm and unruffled self-assurance", "imperturbability"], ["iciness", "a lack of affection or enthusiasm", "iciness"], ["imperturbableness", "calm and unruffled self-assurance", "imperturbableness"], ["nervelessness", "fearless self-possession in the face of danger", "nervelessness"], ["frigidness", "a lack of affection or enthusiasm", "frigidness"], ["nip", "the property of being moderately cold", "nip"], ["chilliness", "the property of being moderately cold", "chilliness"], ["coldness", "a lack of affection or enthusiasm", "coldness"], ["frigidity", "a lack of affection or enthusiasm", "frigidity"]]}, {"answer": "coop", "hint": "synonyms for coop", "clues": [["henhouse", "a farm building for housing poultry", "henhouse"], ["chicken coop", "a farm building for housing poultry", "chicken coop"], ["hencoop", "a farm building for housing poultry", "hencoop"], ["cage", "an enclosure made or wire or metal bars in which birds or animals can be kept", "cage"]]}, {"answer": "copestone", "hint": "synonyms for copestone", "clues": [["coping stone", "a stone that forms the top of wall or building", "coping stone"], ["capstone", "a stone that forms the top of wall or building", "capstone"], ["finishing touch", "a final touch; a crowning achievement; a culmination", "finishing touch"], ["stretcher", "a stone that forms the top of wall or building", "stretcher"]]}, {"answer": "coppice", "hint": "synonyms for coppice", "clues": [["copse", "a dense growth of bushes", "copse"], ["brush", "a dense growth of bushes", "brush"], ["brushwood", "a dense growth of bushes", "brushwood"], ["thicket", "a dense growth of bushes", "thicket"]]}, {"answer": "copse", "hint": "synonyms for copse", "clues": [["brush", "a dense growth of bushes", "brush"], ["brushwood", "a dense growth of bushes", "brushwood"], ["coppice", "a dense growth of bushes", "coppice"], ["thicket", "a dense growth of bushes", "thicket"]]}, {"answer": "copulation", "hint": "synonyms for copulation", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "coquetry", "hint": "synonyms for coquetry", "clues": [["toying", "playful behavior intended to arouse sexual interest", "toying"], ["flirting", "playful behavior intended to arouse sexual interest", "flirting"], ["dalliance", "playful behavior intended to arouse sexual interest", "dalliance"], ["flirtation", "playful behavior intended to arouse sexual interest", "flirtation"]]}, {"answer": "core", "hint": "synonyms for core", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["gist", "the central meaning or theme of a speech or literary work", "gist"], ["nucleus", "a small group of indispensable persons or things", "nucleus"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["magnetic core", "(computer science) a tiny ferrite toroid formerly used in a random access memory to store one bit of data; now superseded by semiconductor memories", "magnetic core"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["effect", "the central meaning or theme of a speech or literary work", "effect"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["core group", "a small group of indispensable persons or things", "core group"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the central meaning or theme of a speech or literary work", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["burden", "the central meaning or theme of a speech or literary work", "burden"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"]]}, {"answer": "cork", "hint": "synonyms for cork", "clues": [["phellem", "(botany) outer tissue of bark; a protective layer of dead cells", "phellem"], ["bottle cork", "the plug in the mouth of a bottle (especially a wine bottle)", "bottle cork"], ["bobfloat", "a small float usually made of cork; attached to a fishing line", "bobfloat"], ["bobber", "a small float usually made of cork; attached to a fishing line", "bobber"], ["bob", "a small float usually made of cork; attached to a fishing line", "bob"]]}, {"answer": "corner", "hint": "synonyms for corner", "clues": [["nook", "an interior angle formed by two meeting walls", "nook"], ["niche", "a small concavity", "niche"], ["recession", "a small concavity", "recession"], ["quoin", "(architecture) solid exterior angle of a building; especially one formed by a cornerstone", "quoin"], ["street corner", "the intersection of two streets", "street corner"], ["recess", "a small concavity", "recess"], ["turning point", "the intersection of two streets", "turning point"]]}, {"answer": "cornerstone", "hint": "synonyms for cornerstone", "clues": [["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained", "fundament"], ["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained", "basis"], ["groundwork", "the fundamental assumptions from which something is begun or developed or calculated or explained", "groundwork"], ["foundation", "the fundamental assumptions from which something is begun or developed or calculated or explained", "foundation"], ["base", "the fundamental assumptions from which something is begun or developed or calculated or explained", "base"]]}, {"answer": "cornucopia", "hint": "synonyms for cornucopia", "clues": [["profuseness", "the property of being extremely abundant", "profuseness"], ["richness", "the property of being extremely abundant", "richness"], ["profusion", "the property of being extremely abundant", "profusion"], ["horn of plenty", "a goat's horn filled with grain and flowers and fruit symbolizing prosperity", "horn of plenty"]]}, {"answer": "corona", "hint": "synonyms for corona", "clues": [["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere", "electric glow"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corposant"], ["aureole", "the outermost region of the sun's atmosphere; visible as a white halo during a solar eclipse", "aureole"], ["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona discharge"]]}, {"answer": "coronach", "hint": "synonyms for coronach", "clues": [["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person", "lament"], ["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person", "dirge"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person", "requiem"], ["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person", "threnody"]]}, {"answer": "coronal", "hint": "synonyms for coronal", "clues": [["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "wreath"], ["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "lei"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "garland"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "chaplet"]]}, {"answer": "corpuscle", "hint": "synonyms for corpuscle", "clues": [["particle", "(nontechnical usage) a tiny piece of anything", "particle"], ["mote", "(nontechnical usage) a tiny piece of anything", "mote"], ["atom", "(nontechnical usage) a tiny piece of anything", "atom"], ["molecule", "(nontechnical usage) a tiny piece of anything", "molecule"], ["speck", "(nontechnical usage) a tiny piece of anything", "speck"]]}, {"answer": "correction", "hint": "synonyms for correction", "clues": [["discipline", "the act of punishing", "discipline"], ["rectification", "the act of offering an improvement to replace a mistake; setting right", "rectification"], ["chastisement", "a rebuke for making a mistake", "chastisement"], ["fudge factor", "a quantity that is added or subtracted in order to increase the accuracy of a scientific measure", "fudge factor"], ["chastening", "a rebuke for making a mistake", "chastening"]]}, {"answer": "corrections", "hint": "synonyms for corrections", "clues": [["correction", "the act of offering an improvement to replace a mistake; setting right", "correction"], ["discipline", "the act of punishing", "discipline"], ["department of corrections", "the department of local government that is responsible for managing the treatment of convicted offenders", "department of corrections"], ["fudge factor", "a quantity that is added or subtracted in order to increase the accuracy of a scientific measure", "fudge factor"], ["chastening", "a rebuke for making a mistake", "chastening"], ["rectification", "the act of offering an improvement to replace a mistake; setting right", "rectification"], ["chastisement", "a rebuke for making a mistake", "chastisement"]]}, {"answer": "correlation", "hint": "synonyms for correlation", "clues": [["correlational statistics", "a statistical relation between two or more variables such that systematic changes in the value of one variable are accompanied by systematic changes in the other", "correlational statistics"], ["coefficient of correlation", "a statistic representing how closely two variables co-vary; it can vary from -1 (perfect negative correlation) through 0 (no correlation) to +1 (perfect positive correlation)", "coefficient of correlation"], ["correlativity", "a reciprocal relation between two or more things", "correlativity"], ["correlation coefficient", "a statistic representing how closely two variables co-vary; it can vary from -1 (perfect negative correlation) through 0 (no correlation) to +1 (perfect positive correlation)", "correlation coefficient"]]}, {"answer": "correspondence", "hint": "synonyms for correspondence", "clues": [["commensurateness", "the relation of corresponding in degree or size or amount", "commensurateness"], ["symmetricalness", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "symmetricalness"], ["balance", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "balance"], ["proportionateness", "the relation of corresponding in degree or size or amount", "proportionateness"], ["agreement", "compatibility of observations", "agreement"], ["symmetry", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "symmetry"], ["parallelism", "similarity by virtue of corresponding", "parallelism"]]}, {"answer": "corruption", "hint": "synonyms for corruption", "clues": [["degeneracy", "moral perversion; impairment of virtue and moral principles", "degeneracy"], ["depravation", "moral perversion; impairment of virtue and moral principles", "depravation"], ["subversion", "destroying someone's (or some group's) honesty or loyalty; undermining moral integrity", "subversion"], ["corruptness", "lack of integrity or honesty (especially susceptibility to bribery); use of a position of trust for dishonest gain", "corruptness"], ["depravity", "moral perversion; impairment of virtue and moral principles", "depravity"], ["putrefaction", "moral perversion; impairment of virtue and moral principles", "putrefaction"]]}, {"answer": "cos", "hint": "synonyms for cos", "clues": [["carbon monoxide gas", "an odorless very poisonous gas that is a product of incomplete combustion of carbon", "carbon monoxide gas"], ["cobalt", "a hard ferromagnetic silver-white bivalent or trivalent metallic element; a trace element in plant and animal nutrition", "cobalt"], ["romaine lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head", "romaine lettuce"], ["cos lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head", "cos lettuce"], ["cosine", "ratio of the adjacent side to the hypotenuse of a right-angled triangle", "cosine"], ["romaine", "lettuce with long dark-green leaves in a loosely packed elongated head", "romaine"], ["atomic number 27", "a hard ferromagnetic silver-white bivalent or trivalent metallic element; a trace element in plant and animal nutrition", "atomic number 27"]]}, {"answer": "cosmetic_surgery", "hint": "synonyms for cosmetic surgery", "clues": [["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "nip and tuck"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "facelift"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "lift"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidectomy"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "face lifting"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidoplasty"]]}, {"answer": "cosmos", "hint": "synonyms for cosmos", "clues": [["universe", "everything that exists anywhere", "universe"], ["macrocosm", "everything that exists anywhere", "macrocosm"], ["world", "everything that exists anywhere", "world"], ["creation", "everything that exists anywhere", "creation"], ["existence", "everything that exists anywhere", "existence"]]}, {"answer": "coss", "hint": "synonyms for coss", "clues": [["cos lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head", "cos lettuce"], ["cos", "ratio of the adjacent side to the hypotenuse of a right-angled triangle", "cos"], ["romaine lettuce", "lettuce with long dark-green leaves in a loosely packed elongated head", "romaine lettuce"], ["cosine", "ratio of the adjacent side to the hypotenuse of a right-angled triangle", "cosine"], ["kos", "(in India) a unit of length having different values in different localities", "kos"], ["romaine", "lettuce with long dark-green leaves in a loosely packed elongated head", "romaine"]]}, {"answer": "costs", "hint": "synonyms for costs", "clues": [["toll", "value measured by what must be given or done or undergone to obtain something", "toll"], ["price", "value measured by what must be given or done or undergone to obtain something", "price"], ["cost", "value measured by what must be given or done or undergone to obtain something", "cost"], ["monetary value", "the property of having material worth (often indicated by the amount of money something would bring if sold)", "monetary value"]]}, {"answer": "coterie", "hint": "synonyms for coterie", "clues": [["camp", "an exclusive circle of people with a common purpose", "camp"], ["clique", "an exclusive circle of people with a common purpose", "clique"], ["pack", "an exclusive circle of people with a common purpose", "pack"], ["ingroup", "an exclusive circle of people with a common purpose", "ingroup"], ["inner circle", "an exclusive circle of people with a common purpose", "inner circle"]]}, {"answer": "counseling", "hint": "synonyms for counseling", "clues": [["counsel", "something that provides direction or advice as to a decision or course of action", "counsel"], ["direction", "something that provides direction or advice as to a decision or course of action", "direction"], ["counselling", "something that provides direction or advice as to a decision or course of action", "counselling"], ["guidance", "something that provides direction or advice as to a decision or course of action", "guidance"]]}, {"answer": "count", "hint": "synonyms for count", "clues": [["enumeration", "the act of counting; reciting numbers in ascending order", "enumeration"], ["counting", "the act of counting; reciting numbers in ascending order", "counting"], ["reckoning", "the act of counting; reciting numbers in ascending order", "reckoning"], ["tally", "the act of counting; reciting numbers in ascending order", "tally"]]}, {"answer": "countenance", "hint": "synonyms for countenance", "clues": [["indorsement", "formal and explicit approval", "indorsement"], ["warrant", "formal and explicit approval", "warrant"], ["visage", "the appearance conveyed by a person's face", "visage"], ["imprimatur", "formal and explicit approval", "imprimatur"], ["sanction", "formal and explicit approval", "sanction"]]}, {"answer": "counterbalance", "hint": "synonyms for counterbalance", "clues": [["counterpoise", "a weight that balances another weight", "counterpoise"], ["equilibrium", "equality of distribution", "equilibrium"], ["offset", "a compensating equivalent", "offset"], ["equaliser", "a weight that balances another weight", "equaliser"], ["balance", "a weight that balances another weight", "balance"], ["counterweight", "a weight that balances another weight", "counterweight"], ["equipoise", "equality of distribution", "equipoise"]]}, {"answer": "countercurrent", "hint": "synonyms for countercurrent", "clues": [["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "rip"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "tide rip"], ["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "crosscurrent"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "riptide"]]}, {"answer": "counterpane", "hint": "synonyms for counterpane", "clues": [["bedcover", "decorative cover for a bed", "bedcover"], ["spread", "decorative cover for a bed", "spread"], ["bedspread", "decorative cover for a bed", "bedspread"], ["bed covering", "decorative cover for a bed", "bed covering"]]}, {"answer": "counterpart", "hint": "synonyms for counterpart", "clues": [["similitude", "a duplicate copy", "similitude"], ["opposite number", "a person or thing having the same function or characteristics as another", "opposite number"], ["twin", "a duplicate copy", "twin"], ["vis-a-vis", "a person or thing having the same function or characteristics as another", "vis-a-vis"]]}, {"answer": "counterpoise", "hint": "synonyms for counterpoise", "clues": [["equalizer", "a weight that balances another weight", "equalizer"], ["counterweight", "a weight that balances another weight", "counterweight"], ["counterbalance", "a weight that balances another weight", "counterbalance"], ["balance", "a weight that balances another weight", "balance"]]}, {"answer": "countersign", "hint": "synonyms for countersign", "clues": [["password", "a secret word or phrase known only to a restricted group", "password"], ["word", "a secret word or phrase known only to a restricted group", "word"], ["countersignature", "a second confirming signature endorsing a document already signed", "countersignature"], ["parole", "a secret word or phrase known only to a restricted group", "parole"], ["watchword", "a secret word or phrase known only to a restricted group", "watchword"]]}, {"answer": "counterweight", "hint": "synonyms for counterweight", "clues": [["counterpoise", "a weight that balances another weight", "counterpoise"], ["equalizer", "a weight that balances another weight", "equalizer"], ["counterbalance", "a weight that balances another weight", "counterbalance"], ["balance", "a weight that balances another weight", "balance"]]}, {"answer": "counting", "hint": "synonyms for counting", "clues": [["enumeration", "the act of counting; reciting numbers in ascending order", "enumeration"], ["reckoning", "the act of counting; reciting numbers in ascending order", "reckoning"], ["count", "the act of counting; reciting numbers in ascending order", "count"], ["tally", "the act of counting; reciting numbers in ascending order", "tally"]]}, {"answer": "country", "hint": "synonyms for country", "clues": [["nation", "the people who live in a nation or country", "nation"], ["body politic", "a politically organized body of people under a single government", "body politic"], ["state", "the territory occupied by a nation", "state"], ["rural area", "an area outside of cities and towns", "rural area"], ["land", "the territory occupied by a nation", "land"], ["commonwealth", "a politically organized body of people under a single government", "commonwealth"], ["area", "a particular geographical region of indefinite boundary (usually serving some special purpose or distinguished by its people or culture or geography)", "area"], ["res publica", "a politically organized body of people under a single government", "res publica"]]}, {"answer": "country_of_origin", "hint": "synonyms for country of origin", "clues": [["motherland", "the country where you were born", "motherland"], ["fatherland", "the country where you were born", "fatherland"], ["homeland", "the country where you were born", "homeland"], ["native land", "the country where you were born", "native land"], ["mother country", "the country where you were born", "mother country"]]}, {"answer": "couple", "hint": "synonyms for couple", "clues": [["twosome", "two items of the same kind", "twosome"], ["brace", "two items of the same kind", "brace"], ["distich", "two items of the same kind", "distich"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["mates", "a pair of people who live together", "mates"], ["couplet", "two items of the same kind", "couplet"], ["duad", "two items of the same kind", "duad"], ["span", "two items of the same kind", "span"], ["pair", "two items of the same kind", "pair"], ["dyad", "two items of the same kind", "dyad"], ["match", "a pair of people who live together", "match"], ["yoke", "two items of the same kind", "yoke"], ["twain", "two items of the same kind", "twain"]]}, {"answer": "couplet", "hint": "synonyms for couplet", "clues": [["twosome", "two items of the same kind", "twosome"], ["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["pair", "two items of the same kind", "pair"], ["distich", "two items of the same kind", "distich"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["yoke", "two items of the same kind", "yoke"], ["twain", "two items of the same kind", "twain"], ["couple", "two items of the same kind", "couple"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "coupling", "hint": "synonyms for coupling", "clues": [["mating", "the act of pairing a male and female for reproductive purposes", "mating"], ["conjugation", "the act of pairing a male and female for reproductive purposes", "conjugation"], ["sexual union", "the act of pairing a male and female for reproductive purposes", "sexual union"], ["pairing", "the act of pairing a male and female for reproductive purposes", "pairing"], ["union", "the act of pairing a male and female for reproductive purposes", "union"], ["yoke", "a connection (like a clamp or vise) between two things so they move together", "yoke"], ["coupler", "a mechanical device that serves to connect the ends of adjacent objects", "coupler"]]}, {"answer": "course_of_study", "hint": "synonyms for course of study", "clues": [["course", "education imparted in a series of lessons or meetings", "course"], ["programme", "an integrated course of academic studies", "programme"], ["course of instruction", "education imparted in a series of lessons or meetings", "course of instruction"], ["class", "education imparted in a series of lessons or meetings", "class"], ["curriculum", "an integrated course of academic studies", "curriculum"], ["syllabus", "an integrated course of academic studies", "syllabus"]]}, {"answer": "court", "hint": "synonyms for court", "clues": [["royal court", "the family and retinue of a sovereign or prince", "royal court"], ["court of justice", "a tribunal that is presided over by a magistrate or by one or more judges who administer justice according to the laws", "court of justice"], ["motor inn", "a hotel for motorists; provides direct access from rooms to parking area", "motor inn"], ["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area", "motor hotel"], ["tribunal", "an assembly (including one or more judges) to conduct judicial business", "tribunal"], ["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area", "motor lodge"], ["homage", "respectful deference", "homage"], ["courtyard", "an area wholly or partly surrounded by walls or buildings", "courtyard"], ["judicature", "an assembly (including one or more judges) to conduct judicial business", "judicature"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area", "tourist court"], ["lawcourt", "a tribunal that is presided over by a magistrate or by one or more judges who administer justice according to the laws", "lawcourt"], ["courtroom", "a room in which a lawcourt sits", "courtroom"], ["court of law", "a tribunal that is presided over by a magistrate or by one or more judges who administer justice according to the laws", "court of law"]]}, {"answer": "cover", "hint": "synonyms for cover", "clues": [["screening", "the act of concealing the existence of something by obstructing the view of it", "screening"], ["binding", "the protective covering on the front, back, and spine of a book", "binding"], ["cover version", "a recording of a song that was first recorded or made popular by somebody else", "cover version"], ["covering fire", "fire that makes it difficult for the enemy to fire on your own individuals or formations", "covering fire"], ["back", "the protective covering on the front, back, and spine of a book", "back"], ["concealment", "a covering that serves to conceal or shelter something", "concealment"], ["top", "covering for a hole (especially a hole in the top of a container)", "top"], ["covering", "a natural object that covers or envelops", "covering"], ["covert", "a covering that serves to conceal or shelter something", "covert"], ["book binding", "the protective covering on the front, back, and spine of a book", "book binding"], ["masking", "the act of concealing the existence of something by obstructing the view of it", "masking"], ["cover charge", "a fixed charge by a restaurant or nightclub over and above the charge for food and drink", "cover charge"], ["blanket", "bedding that keeps a person warm in bed", "blanket"], ["cover song", "a recording of a song that was first recorded or made popular by somebody else", "cover song"], ["natural covering", "a natural object that covers or envelops", "natural covering"]]}, {"answer": "covering", "hint": "synonyms for covering", "clues": [["screening", "the act of concealing the existence of something by obstructing the view of it", "screening"], ["masking", "the act of concealing the existence of something by obstructing the view of it", "masking"], ["cover", "a natural object that covers or envelops", "cover"], ["coating", "the work of applying something", "coating"], ["natural covering", "a natural object that covers or envelops", "natural covering"], ["application", "the work of applying something", "application"]]}, {"answer": "covetousness", "hint": "synonyms for covetousness", "clues": [["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "greed"], ["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "rapacity"], ["cupidity", "extreme greed for material wealth", "cupidity"], ["avariciousness", "extreme greed for material wealth", "avariciousness"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avaritia"], ["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avarice"]]}, {"answer": "cow_barn", "hint": "synonyms for cow barn", "clues": [["cowhouse", "a barn for cows", "cowhouse"], ["cowbarn", "a barn for cows", "cowbarn"], ["cowshed", "a barn for cows", "cowshed"], ["byre", "a barn for cows", "byre"]]}, {"answer": "cowbarn", "hint": "synonyms for cowbarn", "clues": [["cow barn", "a barn for cows", "cow barn"], ["cowhouse", "a barn for cows", "cowhouse"], ["cowshed", "a barn for cows", "cowshed"], ["byre", "a barn for cows", "byre"]]}, {"answer": "cpr", "hint": "synonyms for cpr", "clues": [["cardiac resuscitation", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen", "cardiac resuscitation"], ["mouth-to-mouth resuscitation", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen", "mouth-to-mouth resuscitation"], ["cardiopulmonary resuscitation", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen", "cardiopulmonary resuscitation"], ["kiss of life", "an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen", "kiss of life"]]}, {"answer": "cps", "hint": "synonyms for cps", "clues": [["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second", "cycle per second"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second", "cycle"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second", "cycles/second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second", "hertz"]]}, {"answer": "cpu", "hint": "synonyms for cpu", "clues": [["mainframe", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "mainframe"], ["central processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "central processor"], ["processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "processor"], ["central processing unit", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "central processing unit"]]}, {"answer": "crack_of_doom", "hint": "synonyms for crack of doom", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "cracker", "hint": "synonyms for cracker", "clues": [["cracker bonbon", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends", "cracker bonbon"], ["firecracker", "firework consisting of a small explosive charge and fuse in a heavy paper casing", "firecracker"], ["banger", "firework consisting of a small explosive charge and fuse in a heavy paper casing", "banger"], ["snapper", "a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends", "snapper"]]}, {"answer": "cracklings", "hint": "synonyms for cracklings", "clues": [["crepitation", "the sharp sound of snapping noises", "crepitation"], ["crackling", "the residue that remains after animal fat has been rendered", "crackling"], ["greaves", "the residue that remains after animal fat has been rendered", "greaves"], ["crackle", "the sharp sound of snapping noises", "crackle"]]}, {"answer": "cradle", "hint": "synonyms for cradle", "clues": [["rocker", "a trough that can be rocked back and forth; used by gold miners to shake auriferous earth in water in order to separate the gold", "rocker"], ["provenance", "where something originated or was nurtured in its early existence", "provenance"], ["place of origin", "where something originated or was nurtured in its early existence", "place of origin"], ["birthplace", "where something originated or was nurtured in its early existence", "birthplace"]]}, {"answer": "craft", "hint": "synonyms for craft", "clues": [["foxiness", "shrewdness as demonstrated by being skilled in deception", "foxiness"], ["wiliness", "shrewdness as demonstrated by being skilled in deception", "wiliness"], ["workmanship", "skill in an occupation or trade", "workmanship"], ["slyness", "shrewdness as demonstrated by being skilled in deception", "slyness"], ["guile", "shrewdness as demonstrated by being skilled in deception", "guile"], ["trade", "the skilled practice of a practical occupation", "trade"], ["craftiness", "shrewdness as demonstrated by being skilled in deception", "craftiness"], ["cunning", "shrewdness as demonstrated by being skilled in deception", "cunning"], ["craftsmanship", "skill in an occupation or trade", "craftsmanship"]]}, {"answer": "craftiness", "hint": "synonyms for craftiness", "clues": [["foxiness", "shrewdness as demonstrated by being skilled in deception", "foxiness"], ["wiliness", "shrewdness as demonstrated by being skilled in deception", "wiliness"], ["craft", "shrewdness as demonstrated by being skilled in deception", "craft"], ["slyness", "shrewdness as demonstrated by being skilled in deception", "slyness"], ["deceitfulness", "the quality of being crafty", "deceitfulness"], ["cunning", "shrewdness as demonstrated by being skilled in deception", "cunning"], ["guile", "shrewdness as demonstrated by being skilled in deception", "guile"]]}, {"answer": "cranny", "hint": "synonyms for cranny", "clues": [["fissure", "a long narrow depression in a surface", "fissure"], ["crevice", "a long narrow depression in a surface", "crevice"], ["crack", "a long narrow depression in a surface", "crack"], ["chap", "a long narrow depression in a surface", "chap"]]}, {"answer": "crap", "hint": "synonyms for crap", "clues": [["shit", "obscene words for unacceptable behavior", "shit"], ["dirt", "obscene terms for feces", "dirt"], ["dogshit", "obscene words for unacceptable behavior", "dogshit"], ["poop", "obscene terms for feces", "poop"], ["bull", "obscene words for unacceptable behavior", "bull"], ["bullshit", "obscene words for unacceptable behavior", "bullshit"], ["horseshit", "obscene words for unacceptable behavior", "horseshit"], ["turd", "obscene terms for feces", "turd"]]}, {"answer": "crapper", "hint": "synonyms for crapper", "clues": [["can", "a plumbing fixture for defecation and urination", "can"], ["stool", "a plumbing fixture for defecation and urination", "stool"], ["toilet", "a plumbing fixture for defecation and urination", "toilet"], ["throne", "a plumbing fixture for defecation and urination", "throne"], ["potty", "a plumbing fixture for defecation and urination", "potty"], ["pot", "a plumbing fixture for defecation and urination", "pot"], ["commode", "a plumbing fixture for defecation and urination", "commode"]]}, {"answer": "craps", "hint": "synonyms for craps", "clues": [["shit", "obscene words for unacceptable behavior", "shit"], ["dirt", "obscene terms for feces", "dirt"], ["dogshit", "obscene words for unacceptable behavior", "dogshit"], ["poop", "obscene terms for feces", "poop"], ["bull", "obscene words for unacceptable behavior", "bull"], ["snake eyes", "expressions used when when two dice are thrown and both come up showing one spot", "snake eyes"], ["bullshit", "obscene words for unacceptable behavior", "bullshit"], ["crap", "obscene terms for feces", "crap"], ["horseshit", "obscene words for unacceptable behavior", "horseshit"], ["turd", "obscene terms for feces", "turd"]]}, {"answer": "crash", "hint": "synonyms for crash", "clues": [["wreck", "a serious accident (usually involving one or more vehicles)", "wreck"], ["smash", "the act of colliding with something", "smash"], ["clank", "a loud resonant repeating noise", "clank"], ["collapse", "a sudden large decline of business or the prices of stocks (especially one that causes additional failures)", "collapse"], ["clangoring", "a loud resonant repeating noise", "clangoring"], ["clang", "a loud resonant repeating noise", "clang"], ["clangour", "a loud resonant repeating noise", "clangour"], ["clash", "a loud resonant repeating noise", "clash"]]}, {"answer": "crayfish", "hint": "synonyms for crayfish", "clues": [["spiny lobster", "warm-water lobsters without claws; those from Australia and South Africa usually marketed as frozen tails; caught also in Florida and California", "spiny lobster"], ["langouste", "warm-water lobsters without claws; those from Australia and South Africa usually marketed as frozen tails; caught also in Florida and California", "langouste"], ["crawfish", "tiny lobster-like crustaceans usually boiled briefly", "crawfish"], ["rock lobster", "warm-water lobsters without claws; those from Australia and South Africa usually marketed as frozen tails; caught also in Florida and California", "rock lobster"], ["crawdad", "tiny lobster-like crustaceans usually boiled briefly", "crawdad"], ["ecrevisse", "tiny lobster-like crustaceans usually boiled briefly", "ecrevisse"]]}, {"answer": "craze", "hint": "synonyms for craze", "clues": [["furor", "an interest followed with exaggerated zeal", "furor"], ["rage", "an interest followed with exaggerated zeal", "rage"], ["cult", "an interest followed with exaggerated zeal", "cult"], ["fad", "an interest followed with exaggerated zeal", "fad"]]}, {"answer": "craziness", "hint": "synonyms for craziness", "clues": [["folly", "the quality of being rash and foolish", "folly"], ["madness", "the quality of being rash and foolish", "madness"], ["tomfoolery", "foolish or senseless behavior", "tomfoolery"], ["foolery", "foolish or senseless behavior", "foolery"], ["lunacy", "foolish or senseless behavior", "lunacy"], ["indulgence", "foolish or senseless behavior", "indulgence"], ["foolishness", "the quality of being rash and foolish", "foolishness"]]}, {"answer": "crazy_house", "hint": "synonyms for crazy house", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "crease", "hint": "synonyms for crease", "clues": [["flexure", "an angular or rounded shape made by folding", "flexure"], ["crimp", "an angular or rounded shape made by folding", "crimp"], ["furrow", "a slight depression in the smoothness of a surface", "furrow"], ["plication", "an angular or rounded shape made by folding", "plication"], ["seam", "a slight depression in the smoothness of a surface", "seam"], ["crinkle", "a slight depression in the smoothness of a surface", "crinkle"], ["creese", "a Malayan dagger with a wavy blade", "creese"], ["line", "a slight depression in the smoothness of a surface", "line"], ["bend", "an angular or rounded shape made by folding", "bend"], ["fold", "an angular or rounded shape made by folding", "fold"], ["kris", "a Malayan dagger with a wavy blade", "kris"]]}, {"answer": "creation", "hint": "synonyms for creation", "clues": [["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["cosmos", "everything that exists anywhere", "cosmos"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["conception", "the event that occurred at the beginning of something", "conception"], ["macrocosm", "everything that exists anywhere", "macrocosm"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["existence", "everything that exists anywhere", "existence"], ["universe", "everything that exists anywhere", "universe"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["creative activity", "the human act of creating", "creative activity"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["world", "everything that exists anywhere", "world"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"], ["origination", "the act of starting something for the first time; introducing something new", "origination"]]}, {"answer": "creature", "hint": "synonyms for creature", "clues": [["animate being", "a living organism characterized by voluntary movement", "animate being"], ["animal", "a living organism characterized by voluntary movement", "animal"], ["brute", "a living organism characterized by voluntary movement", "brute"], ["fauna", "a living organism characterized by voluntary movement", "fauna"], ["beast", "a living organism characterized by voluntary movement", "beast"]]}, {"answer": "credit", "hint": "synonyms for credit", "clues": [["credit entry", "an accounting entry acknowledging income or capital items", "credit entry"], ["citation", "a short note recognizing a source of information or of a quoted passage", "citation"], ["quotation", "a short note recognizing a source of information or of a quoted passage", "quotation"], ["credit rating", "an estimate, based on previous dealings, of a person's or an organization's ability to fulfill their financial commitments", "credit rating"], ["mention", "a short note recognizing a source of information or of a quoted passage", "mention"], ["cite", "a short note recognizing a source of information or of a quoted passage", "cite"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage", "acknowledgment"], ["deferred payment", "arrangement for deferred payment for goods and services", "deferred payment"], ["course credit", "recognition by a college or university that a course of studies has been successfully completed; typically measured in semester hours", "course credit"], ["reference", "a short note recognizing a source of information or of a quoted passage", "reference"], ["recognition", "approval", "recognition"]]}, {"answer": "credit_line", "hint": "synonyms for credit line", "clues": [["line of credit", "the maximum credit that a customer is allowed", "line of credit"], ["bank line", "the maximum credit that a customer is allowed", "bank line"], ["by-line", "a line giving the name of the writer of a story or article", "by-line"], ["line", "the maximum credit that a customer is allowed", "line"], ["personal line of credit", "the maximum credit that a customer is allowed", "personal line of credit"], ["personal credit line", "the maximum credit that a customer is allowed", "personal credit line"]]}, {"answer": "credits", "hint": "synonyms for credits", "clues": [["credit", "an entry on a list of persons who contributed to a film or written work", "credit"], ["citation", "a short note recognizing a source of information or of a quoted passage", "citation"], ["quotation", "a short note recognizing a source of information or of a quoted passage", "quotation"], ["deferred payment", "arrangement for deferred payment for goods and services", "deferred payment"], ["reference", "a short note recognizing a source of information or of a quoted passage", "reference"], ["recognition", "approval", "recognition"], ["credit entry", "an accounting entry acknowledging income or capital items", "credit entry"], ["credit rating", "an estimate, based on previous dealings, of a person's or an organization's ability to fulfill their financial commitments", "credit rating"], ["mention", "a short note recognizing a source of information or of a quoted passage", "mention"], ["cite", "a short note recognizing a source of information or of a quoted passage", "cite"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage", "acknowledgment"], ["course credit", "recognition by a college or university that a course of studies has been successfully completed; typically measured in semester hours", "course credit"]]}, {"answer": "creed", "hint": "synonyms for creed", "clues": [["credo", "any system of principles or beliefs", "credo"], ["gospel", "the written body of teachings of a religious group that are generally accepted by that group", "gospel"], ["church doctrine", "the written body of teachings of a religious group that are generally accepted by that group", "church doctrine"], ["religious doctrine", "the written body of teachings of a religious group that are generally accepted by that group", "religious doctrine"]]}, {"answer": "crenel", "hint": "synonyms for crenel", "clues": [["crenation", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "crenation"], ["scallop", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "scallop"], ["crenature", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "crenature"], ["crenelle", "a notch or open space between two merlons in a crenelated battlement", "crenelle"]]}, {"answer": "crenelle", "hint": "synonyms for crenelle", "clues": [["crenation", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "crenation"], ["scallop", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "scallop"], ["crenel", "a notch or open space between two merlons in a crenelated battlement", "crenel"], ["crenature", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "crenature"]]}, {"answer": "crepuscle", "hint": "synonyms for crepuscle", "clues": [["evenfall", "the time of day immediately following sunset", "evenfall"], ["gloam", "the time of day immediately following sunset", "gloam"], ["twilight", "the time of day immediately following sunset", "twilight"], ["fall", "the time of day immediately following sunset", "fall"], ["dusk", "the time of day immediately following sunset", "dusk"], ["crepuscule", "the time of day immediately following sunset", "crepuscule"], ["nightfall", "the time of day immediately following sunset", "nightfall"]]}, {"answer": "crepuscule", "hint": "synonyms for crepuscule", "clues": [["evenfall", "the time of day immediately following sunset", "evenfall"], ["gloam", "the time of day immediately following sunset", "gloam"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["twilight", "the time of day immediately following sunset", "twilight"], ["fall", "the time of day immediately following sunset", "fall"], ["dusk", "the time of day immediately following sunset", "dusk"], ["nightfall", "the time of day immediately following sunset", "nightfall"]]}, {"answer": "crest", "hint": "synonyms for crest", "clues": [["top", "the top or extreme point of something (usually a mountain or hill)", "top"], ["crown", "the top or extreme point of something (usually a mountain or hill)", "crown"], ["tip", "the top or extreme point of something (usually a mountain or hill)", "tip"], ["peak", "the top or extreme point of something (usually a mountain or hill)", "peak"], ["summit", "the top or extreme point of something (usually a mountain or hill)", "summit"]]}, {"answer": "crevice", "hint": "synonyms for crevice", "clues": [["cranny", "a long narrow depression in a surface", "cranny"], ["cleft", "a long narrow opening", "cleft"], ["fissure", "a long narrow depression in a surface", "fissure"], ["scissure", "a long narrow opening", "scissure"], ["chap", "a long narrow depression in a surface", "chap"], ["crack", "a long narrow opening", "crack"]]}, {"answer": "crew", "hint": "synonyms for crew", "clues": [["work party", "an organized group of workmen", "work party"], ["bunch", "an informal body of friends", "bunch"], ["crowd", "an informal body of friends", "crowd"], ["gang", "an organized group of workmen", "gang"]]}, {"answer": "crib", "hint": "synonyms for crib", "clues": [["pony", "a literal translation used in studying a foreign language (often used illicitly)", "pony"], ["trot", "a literal translation used in studying a foreign language (often used illicitly)", "trot"], ["cot", "baby bed with high sides made of slats", "cot"], ["cribbage", "a card game (usually for two players) in which each player is dealt six cards and discards one or two", "cribbage"]]}, {"answer": "criminal_offence", "hint": "synonyms for criminal offence", "clues": [["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act", "law-breaking"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act", "crime"], ["criminal offense", "(criminal law) an act punishable by law; usually considered an evil act", "criminal offense"], ["offense", "(criminal law) an act punishable by law; usually considered an evil act", "offense"]]}, {"answer": "criminal_offense", "hint": "synonyms for criminal offense", "clues": [["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act", "law-breaking"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act", "crime"], ["offense", "(criminal law) an act punishable by law; usually considered an evil act", "offense"], ["criminal offence", "(criminal law) an act punishable by law; usually considered an evil act", "criminal offence"]]}, {"answer": "crimp", "hint": "synonyms for crimp", "clues": [["flexure", "an angular or rounded shape made by folding", "flexure"], ["crease", "an angular or rounded shape made by folding", "crease"], ["plication", "an angular or rounded shape made by folding", "plication"], ["bend", "an angular or rounded shape made by folding", "bend"], ["fold", "an angular or rounded shape made by folding", "fold"]]}, {"answer": "crinkle", "hint": "synonyms for crinkle", "clues": [["furrow", "a slight depression in the smoothness of a surface", "furrow"], ["line", "a slight depression in the smoothness of a surface", "line"], ["seam", "a slight depression in the smoothness of a surface", "seam"], ["crease", "a slight depression in the smoothness of a surface", "crease"], ["wrinkle", "a slight depression in the smoothness of a surface", "wrinkle"]]}, {"answer": "cristal", "hint": "synonyms for cristal", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"], ["go", "street names for methylenedioxymethamphetamine", "go"]]}, {"answer": "critique", "hint": "synonyms for critique", "clues": [["critical review", "an essay or article that gives a critical evaluation (as of a book or play)", "critical review"], ["review", "an essay or article that gives a critical evaluation (as of a book or play)", "review"], ["criticism", "a serious examination and judgment of something", "criticism"], ["review article", "an essay or article that gives a critical evaluation (as of a book or play)", "review article"]]}, {"answer": "crock", "hint": "synonyms for crock", "clues": [["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "carbon black"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "lampblack"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "soot"], ["earthenware jar", "an earthen jar (made of baked clay)", "earthenware jar"], ["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "smut"]]}, {"answer": "crook", "hint": "synonyms for crook", "clues": [["bend", "a circular segment of a curve", "bend"], ["turn", "a circular segment of a curve", "turn"], ["shepherd's crook", "a long staff with one end being hook shaped", "shepherd's crook"], ["twist", "a circular segment of a curve", "twist"]]}, {"answer": "crookedness", "hint": "synonyms for crookedness", "clues": [["contortion", "a tortuous and twisted shape or position", "contortion"], ["tortuosity", "a tortuous and twisted shape or position", "tortuosity"], ["tortuousness", "a tortuous and twisted shape or position", "tortuousness"], ["torsion", "a tortuous and twisted shape or position", "torsion"], ["deviousness", "the quality of being deceitful and underhanded", "deviousness"]]}, {"answer": "crossbreeding", "hint": "synonyms for crossbreeding", "clues": [["interbreeding", "reproduction by parents of different races (especially by white and non-white persons)", "interbreeding"], ["miscegenation", "reproduction by parents of different races (especially by white and non-white persons)", "miscegenation"], ["crossing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossing"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridisation"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridizing"]]}, {"answer": "crosscurrent", "hint": "synonyms for crosscurrent", "clues": [["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "rip"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "tide rip"], ["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "countercurrent"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "riptide"]]}, {"answer": "crossing", "hint": "synonyms for crossing", "clues": [["crossover", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other", "crossover"], ["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossbreeding"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridisation"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "interbreeding"], ["ford", "a shallow area in a stream that can be forded", "ford"], ["carrefour", "a junction where one street or road crosses another", "carrefour"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridizing"], ["cross", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "cross"], ["crossroad", "a junction where one street or road crosses another", "crossroad"], ["crosswalk", "a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other", "crosswalk"], ["intersection", "a junction where one street or road crosses another", "intersection"], ["crossway", "a junction where one street or road crosses another", "crossway"]]}, {"answer": "crossness", "hint": "synonyms for crossness", "clues": [["fretfulness", "an irritable petulant feeling", "fretfulness"], ["irritability", "an irritable petulant feeling", "irritability"], ["fussiness", "an irritable petulant feeling", "fussiness"], ["peevishness", "an irritable petulant feeling", "peevishness"], ["petulance", "an irritable petulant feeling", "petulance"], ["crabbiness", "a disposition to be ill-tempered", "crabbiness"], ["choler", "an irritable petulant feeling", "choler"]]}, {"answer": "crossroad", "hint": "synonyms for crossroad", "clues": [["crossway", "a junction where one street or road crosses another", "crossway"], ["carrefour", "a junction where one street or road crosses another", "carrefour"], ["intersection", "a junction where one street or road crosses another", "intersection"], ["crossing", "a junction where one street or road crosses another", "crossing"]]}, {"answer": "crossroads", "hint": "synonyms for crossroads", "clues": [["crossroad", "a junction where one street or road crosses another", "crossroad"], ["crossway", "a junction where one street or road crosses another", "crossway"], ["hamlet", "a community of people smaller than a village", "hamlet"], ["carrefour", "a junction where one street or road crosses another", "carrefour"], ["intersection", "a junction where one street or road crosses another", "intersection"], ["crossing", "a junction where one street or road crosses another", "crossing"]]}, {"answer": "crossway", "hint": "synonyms for crossway", "clues": [["crossroad", "a junction where one street or road crosses another", "crossroad"], ["carrefour", "a junction where one street or road crosses another", "carrefour"], ["intersection", "a junction where one street or road crosses another", "intersection"], ["crossing", "a junction where one street or road crosses another", "crossing"]]}, {"answer": "crotchet", "hint": "synonyms for crotchet", "clues": [["quirkiness", "a strange attitude or habit", "quirkiness"], ["queerness", "a strange attitude or habit", "queerness"], ["oddity", "a strange attitude or habit", "oddity"], ["quirk", "a strange attitude or habit", "quirk"], ["hook", "a sharp curve or crook; a shape resembling a hook", "hook"], ["quarter note", "a musical note having the time value of a quarter of a whole note", "quarter note"]]}, {"answer": "crow", "hint": "synonyms for crow", "clues": [["vaporing", "an instance of boastful talk", "vaporing"], ["gasconade", "an instance of boastful talk", "gasconade"], ["bragging", "an instance of boastful talk", "bragging"], ["brag", "an instance of boastful talk", "brag"], ["line-shooting", "an instance of boastful talk", "line-shooting"], ["crowing", "an instance of boastful talk", "crowing"]]}, {"answer": "crown", "hint": "synonyms for crown", "clues": [["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "cap"], ["tip", "the top or extreme point of something (usually a mountain or hill)", "tip"], ["peak", "the top or extreme point of something (usually a mountain or hill)", "peak"], ["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crownwork"], ["crest", "the top or extreme point of something (usually a mountain or hill)", "crest"], ["top", "the top or extreme point of something (usually a mountain or hill)", "top"], ["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket"], ["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket crown"], ["diadem", "an ornamental jeweled headdress signifying sovereignty", "diadem"], ["pennant", "the award given to the champion", "pennant"], ["summit", "the top or extreme point of something (usually a mountain or hill)", "summit"]]}, {"answer": "crownwork", "hint": "synonyms for crownwork", "clues": [["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "cap"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crown"], ["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket"], ["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket crown"]]}, {"answer": "crude_oil", "hint": "synonyms for crude oil", "clues": [["petroleum", "a dark oil consisting mainly of hydrocarbons", "petroleum"], ["oil", "a dark oil consisting mainly of hydrocarbons", "oil"], ["rock oil", "a dark oil consisting mainly of hydrocarbons", "rock oil"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons", "fossil oil"], ["crude", "a dark oil consisting mainly of hydrocarbons", "crude"]]}, {"answer": "cruelty", "hint": "synonyms for cruelty", "clues": [["ruthlessness", "feelings of extreme heartlessness", "ruthlessness"], ["harshness", "the quality of being cruel and causing tension or annoyance", "harshness"], ["pitilessness", "feelings of extreme heartlessness", "pitilessness"], ["cruelness", "the quality of being cruel and causing tension or annoyance", "cruelness"], ["mercilessness", "feelings of extreme heartlessness", "mercilessness"], ["inhuman treatment", "a cruel act; a deliberate infliction of pain and suffering", "inhuman treatment"]]}, {"answer": "cruiser", "hint": "synonyms for cruiser", "clues": [["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police car"], ["pleasure boat", "a large motorboat that has a cabin and plumbing and other conveniences necessary for living on board", "pleasure boat"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "prowl car"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "squad car"], ["cabin cruiser", "a large motorboat that has a cabin and plumbing and other conveniences necessary for living on board", "cabin cruiser"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "patrol car"], ["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police cruiser"], ["pleasure craft", "a large motorboat that has a cabin and plumbing and other conveniences necessary for living on board", "pleasure craft"]]}, {"answer": "crusade", "hint": "synonyms for crusade", "clues": [["drive", "a series of actions advancing a principle or tending toward a particular end", "drive"], ["movement", "a series of actions advancing a principle or tending toward a particular end", "movement"], ["campaign", "a series of actions advancing a principle or tending toward a particular end", "campaign"], ["effort", "a series of actions advancing a principle or tending toward a particular end", "effort"], ["cause", "a series of actions advancing a principle or tending toward a particular end", "cause"]]}, {"answer": "crush", "hint": "synonyms for crush", "clues": [["calf love", "temporary love of an adolescent", "calf love"], ["puppy love", "temporary love of an adolescent", "puppy love"], ["jam", "a dense crowd of people", "jam"], ["press", "a dense crowd of people", "press"], ["compaction", "the act of crushing", "compaction"], ["crushed leather", "leather that has had its grain pattern accentuated", "crushed leather"], ["crunch", "the act of crushing", "crunch"], ["infatuation", "temporary love of an adolescent", "infatuation"]]}, {"answer": "crust", "hint": "synonyms for crust", "clues": [["impudence", "the trait of being rude and impertinent; inclined to take liberties", "impudence"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties", "freshness"], ["encrustation", "a hard outer layer that covers something", "encrustation"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties", "cheekiness"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties", "insolence"], ["gall", "the trait of being rude and impertinent; inclined to take liberties", "gall"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties", "impertinence"]]}, {"answer": "cry", "hint": "synonyms for cry", "clues": [["war cry", "a slogan used to rally support for a cause", "war cry"], ["yell", "a loud utterance; often in protest or opposition", "yell"], ["watchword", "a slogan used to rally support for a cause", "watchword"], ["battle cry", "a slogan used to rally support for a cause", "battle cry"], ["call", "a loud utterance; often in protest or opposition", "call"], ["rallying cry", "a slogan used to rally support for a cause", "rallying cry"], ["shout", "a loud utterance; often in protest or opposition", "shout"], ["vociferation", "a loud utterance; often in protest or opposition", "vociferation"], ["outcry", "a loud utterance; often in protest or opposition", "outcry"]]}, {"answer": "cryptograph", "hint": "synonyms for cryptograph", "clues": [["cryptogram", "a piece of writing in code or cipher", "cryptogram"], ["cipher", "a secret method of writing", "cipher"], ["secret writing", "a piece of writing in code or cipher", "secret writing"], ["secret code", "a secret method of writing", "secret code"], ["cypher", "a secret method of writing", "cypher"]]}, {"answer": "cryptography", "hint": "synonyms for cryptography", "clues": [["cryptanalysis", "the science of analyzing and deciphering codes and ciphers and cryptograms", "cryptanalysis"], ["secret writing", "act of writing in code or cipher", "secret writing"], ["steganography", "act of writing in code or cipher", "steganography"], ["cryptology", "the science of analyzing and deciphering codes and ciphers and cryptograms", "cryptology"], ["coding", "act of writing in code or cipher", "coding"]]}, {"answer": "crystal", "hint": "synonyms for crystal", "clues": [["quartz glass", "colorless glass made of almost pure silica", "quartz glass"], ["lechatelierite", "colorless glass made of almost pure silica", "lechatelierite"], ["watch crystal", "a protective cover that protects the face of a watch", "watch crystal"], ["watch glass", "a protective cover that protects the face of a watch", "watch glass"], ["crystallization", "a rock formed by the solidification of a substance; has regularly repeating internal structure; external plane faces", "crystallization"], ["quartz", "colorless glass made of almost pure silica", "quartz"], ["vitreous silica", "colorless glass made of almost pure silica", "vitreous silica"]]}, {"answer": "cs", "hint": "synonyms for cs", "clues": [["ascorbic acid", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy", "ascorbic acid"], ["cytosine", "a base found in DNA and RNA and derived from pyrimidine; pairs with guanine", "cytosine"], ["deoxycytidine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)", "deoxycytidine monophosphate"], ["degree Celsius", "a degree on the centigrade scale of temperature", "degree Celsius"], ["caesium", "a soft silver-white ductile metallic element (liquid at normal temperatures); the most electropositive and alkaline metal", "caesium"], ["100", "ten 10s", "100"], ["atomic number 6", "an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds", "atomic number 6"], ["century", "ten 10s", "century"], ["coulomb", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second", "coulomb"], ["hundred", "ten 10s", "hundred"], ["snow", "street names for cocaine", "snow"], ["degree centigrade", "a degree on the centigrade scale of temperature", "degree centigrade"], ["c", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second", "c"], ["one C", "ten 10s", "one C"], ["blow", "street names for cocaine", "blow"], ["ampere-second", "a unit of electrical charge equal to the amount of charge transferred by a current of 1 ampere in 1 second", "ampere-second"], ["vitamin C", "a vitamin found in fresh fruits (especially citrus fruits) and vegetables; prevents scurvy", "vitamin C"], ["nose candy", "street names for cocaine", "nose candy"], ["coke", "street names for cocaine", "coke"], ["light speed", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second", "light speed"], ["carbon", "an abundant nonmetallic tetravalent element occurring in three allotropic forms: amorphous carbon and graphite and diamond; occurs in all organic compounds", "carbon"], ["speed of light", "the speed at which light travels in a vacuum; the constancy and universality of the speed of light is recognized by defining it to be exactly 299,792,458 meters per second", "speed of light"]]}, {"answer": "cubage_unit", "hint": "synonyms for cubage unit", "clues": [["capacity measure", "a unit of measurement of volume or capacity", "capacity measure"], ["displacement unit", "a unit of measurement of volume or capacity", "displacement unit"], ["cubic content unit", "a unit of measurement of volume or capacity", "cubic content unit"], ["volume unit", "a unit of measurement of volume or capacity", "volume unit"], ["capacity unit", "a unit of measurement of volume or capacity", "capacity unit"], ["cubic measure", "a unit of measurement of volume or capacity", "cubic measure"], ["cubature unit", "a unit of measurement of volume or capacity", "cubature unit"]]}, {"answer": "cuban_sandwich", "hint": "synonyms for cuban sandwich", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "cubature_unit", "hint": "synonyms for cubature unit", "clues": [["capacity measure", "a unit of measurement of volume or capacity", "capacity measure"], ["displacement unit", "a unit of measurement of volume or capacity", "displacement unit"], ["cubage unit", "a unit of measurement of volume or capacity", "cubage unit"], ["cubic content unit", "a unit of measurement of volume or capacity", "cubic content unit"], ["volume unit", "a unit of measurement of volume or capacity", "volume unit"], ["capacity unit", "a unit of measurement of volume or capacity", "capacity unit"], ["cubic measure", "a unit of measurement of volume or capacity", "cubic measure"]]}, {"answer": "cubbyhole", "hint": "synonyms for cubbyhole", "clues": [["snug", "a small secluded room", "snug"], ["pigeonhole", "a small compartment", "pigeonhole"], ["snuggery", "a small secluded room", "snuggery"], ["cubby", "a small secluded room", "cubby"]]}, {"answer": "cube", "hint": "synonyms for cube", "clues": [["square block", "a block in the (approximate) shape of a cube", "square block"], ["regular hexahedron", "a hexahedron with six equal squares as faces", "regular hexahedron"], ["block", "a three-dimensional shape with six square or rectangular sides", "block"], ["third power", "the product of three equal terms", "third power"]]}, {"answer": "cubic_centimeter", "hint": "synonyms for cubic centimeter", "clues": [["milliliter", "a metric unit of volume equal to one thousandth of a liter", "milliliter"], ["cc", "a metric unit of volume equal to one thousandth of a liter", "cc"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter", "cubic centimetre"], ["ml", "a metric unit of volume equal to one thousandth of a liter", "ml"], ["mil", "a metric unit of volume equal to one thousandth of a liter", "mil"]]}, {"answer": "cubic_centimetre", "hint": "synonyms for cubic centimetre", "clues": [["milliliter", "a metric unit of volume equal to one thousandth of a liter", "milliliter"], ["cc", "a metric unit of volume equal to one thousandth of a liter", "cc"], ["ml", "a metric unit of volume equal to one thousandth of a liter", "ml"], ["mil", "a metric unit of volume equal to one thousandth of a liter", "mil"], ["cubic centimeter", "a metric unit of volume equal to one thousandth of a liter", "cubic centimeter"]]}, {"answer": "cubic_content_unit", "hint": "synonyms for cubic content unit", "clues": [["capacity measure", "a unit of measurement of volume or capacity", "capacity measure"], ["displacement unit", "a unit of measurement of volume or capacity", "displacement unit"], ["cubage unit", "a unit of measurement of volume or capacity", "cubage unit"], ["volume unit", "a unit of measurement of volume or capacity", "volume unit"], ["capacity unit", "a unit of measurement of volume or capacity", "capacity unit"], ["cubic measure", "a unit of measurement of volume or capacity", "cubic measure"], ["cubature unit", "a unit of measurement of volume or capacity", "cubature unit"]]}, {"answer": "cubic_decimeter", "hint": "synonyms for cubic decimeter", "clues": [["cubic decimetre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "cubic decimetre"], ["litre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "litre"], ["l", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "l"], ["liter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "liter"]]}, {"answer": "cubic_decimetre", "hint": "synonyms for cubic decimetre", "clues": [["liter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "liter"], ["litre", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "litre"], ["cubic decimeter", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "cubic decimeter"], ["l", "a metric unit of capacity, formerly defined as the volume of one kilogram of pure water under standard conditions; now equal to 1,000 cubic centimeters (or approximately 1.75 pints)", "l"]]}, {"answer": "cubic_measure", "hint": "synonyms for cubic measure", "clues": [["capacity measure", "a unit of measurement of volume or capacity", "capacity measure"], ["displacement unit", "a unit of measurement of volume or capacity", "displacement unit"], ["cubage unit", "a unit of measurement of volume or capacity", "cubage unit"], ["cubic content unit", "a unit of measurement of volume or capacity", "cubic content unit"], ["capacity unit", "a unit of measurement of volume or capacity", "capacity unit"], ["volume unit", "a unit of measurement of volume or capacity", "volume unit"], ["cubature unit", "a unit of measurement of volume or capacity", "cubature unit"]]}, {"answer": "cubicle", "hint": "synonyms for cubicle", "clues": [["cell", "small room in which a monk or nun lives", "cell"], ["stall", "small individual study area in a library", "stall"], ["carrel", "small individual study area in a library", "carrel"], ["booth", "small area set off by walls for special use", "booth"], ["kiosk", "small area set off by walls for special use", "kiosk"]]}, {"answer": "cuckoo's_nest", "hint": "synonyms for cuckoo's nest", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "cud", "hint": "synonyms for cud", "clues": [["chew", "a wad of something chewable as tobacco", "chew"], ["plug", "a wad of something chewable as tobacco", "plug"], ["quid", "a wad of something chewable as tobacco", "quid"], ["rechewed food", "food of a ruminant regurgitated to be chewed again", "rechewed food"], ["chaw", "a wad of something chewable as tobacco", "chaw"], ["wad", "a wad of something chewable as tobacco", "wad"]]}, {"answer": "cuddling", "hint": "synonyms for cuddling", "clues": [["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "cue", "hint": "synonyms for cue", "clues": [["cue stick", "sports implement consisting of a tapering rod used to strike a cue ball in pool or billiards", "cue stick"], ["discriminative stimulus", "a stimulus that provides information about what to do", "discriminative stimulus"], ["clew", "evidence that helps to solve a problem", "clew"], ["pool cue", "sports implement consisting of a tapering rod used to strike a cue ball in pool or billiards", "pool cue"], ["pool stick", "sports implement consisting of a tapering rod used to strike a cue ball in pool or billiards", "pool stick"], ["clue", "evidence that helps to solve a problem", "clue"]]}, {"answer": "cuff", "hint": "synonyms for cuff", "clues": [["turnup", "the lap consisting of a turned-back hem encircling the end of the sleeve or leg", "turnup"], ["handcuff", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs", "handcuff"], ["manacle", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs", "manacle"], ["handlock", "shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs", "handlock"]]}, {"answer": "cul_de_sac", "hint": "synonyms for cul de sac", "clues": [["dead-end street", "a street with only one way in or out", "dead-end street"], ["impasse", "a street with only one way in or out", "impasse"], ["blind alley", "a street with only one way in or out", "blind alley"], ["dead end", "a passage with access only at one end", "dead end"], ["cul", "a passage with access only at one end", "cul"]]}, {"answer": "culmination", "hint": "synonyms for culmination", "clues": [["apogee", "a final climactic stage", "apogee"], ["climax", "the decisive moment in a novel or play", "climax"], ["completion", "a concluding action", "completion"], ["windup", "a concluding action", "windup"], ["mop up", "a concluding action", "mop up"], ["closing", "a concluding action", "closing"]]}, {"answer": "cult", "hint": "synonyms for cult", "clues": [["furor", "an interest followed with exaggerated zeal", "furor"], ["craze", "an interest followed with exaggerated zeal", "craze"], ["rage", "an interest followed with exaggerated zeal", "rage"], ["cultus", "a system of religious beliefs and rituals", "cultus"], ["fad", "an interest followed with exaggerated zeal", "fad"], ["religious cult", "a system of religious beliefs and rituals", "religious cult"]]}, {"answer": "cultivated_land", "hint": "synonyms for cultivated land", "clues": [["plowland", "arable land that is worked by plowing and sowing and raising crops", "plowland"], ["tillage", "arable land that is worked by plowing and sowing and raising crops", "tillage"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops", "tilled land"], ["farmland", "arable land that is worked by plowing and sowing and raising crops", "farmland"], ["tilth", "arable land that is worked by plowing and sowing and raising crops", "tilth"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops", "ploughland"]]}, {"answer": "cumulation", "hint": "synonyms for cumulation", "clues": [["heap", "a collection of objects laid on top of each other", "heap"], ["cumulus", "a collection of objects laid on top of each other", "cumulus"], ["agglomerate", "a collection of objects laid on top of each other", "agglomerate"], ["mound", "a collection of objects laid on top of each other", "mound"], ["pile", "a collection of objects laid on top of each other", "pile"]]}, {"answer": "cumulus", "hint": "synonyms for cumulus", "clues": [["heap", "a collection of objects laid on top of each other", "heap"], ["agglomerate", "a collection of objects laid on top of each other", "agglomerate"], ["mound", "a collection of objects laid on top of each other", "mound"], ["cumulus cloud", "a globular cloud", "cumulus cloud"], ["cumulation", "a collection of objects laid on top of each other", "cumulation"], ["pile", "a collection of objects laid on top of each other", "pile"]]}, {"answer": "curb", "hint": "synonyms for curb", "clues": [["bridle", "the act of restraining power or action or limiting excess", "bridle"], ["curbing", "an edge between a sidewalk and a roadway consisting of a line of curbstones (usually forming part of a gutter)", "curbing"], ["check", "the act of restraining power or action or limiting excess", "check"], ["curb bit", "a horse's bit with an attached chain or strap to check the horse", "curb bit"], ["kerb", "an edge between a sidewalk and a roadway consisting of a line of curbstones (usually forming part of a gutter)", "kerb"]]}, {"answer": "curing", "hint": "synonyms for curing", "clues": [["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization", "solidifying"], ["hardening", "the process of becoming hard or solid by cooling or drying or crystallization", "hardening"], ["set", "the process of becoming hard or solid by cooling or drying or crystallization", "set"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization", "solidification"]]}, {"answer": "curio", "hint": "synonyms for curio", "clues": [["peculiarity", "something unusual -- perhaps worthy of collecting", "peculiarity"], ["curiosity", "something unusual -- perhaps worthy of collecting", "curiosity"], ["oddity", "something unusual -- perhaps worthy of collecting", "oddity"], ["rarity", "something unusual -- perhaps worthy of collecting", "rarity"], ["oddment", "something unusual -- perhaps worthy of collecting", "oddment"]]}, {"answer": "curiosity", "hint": "synonyms for curiosity", "clues": [["peculiarity", "something unusual -- perhaps worthy of collecting", "peculiarity"], ["wonder", "a state in which you want to learn more about something", "wonder"], ["curio", "something unusual -- perhaps worthy of collecting", "curio"], ["oddity", "something unusual -- perhaps worthy of collecting", "oddity"], ["rarity", "something unusual -- perhaps worthy of collecting", "rarity"], ["oddment", "something unusual -- perhaps worthy of collecting", "oddment"]]}, {"answer": "curl", "hint": "synonyms for curl", "clues": [["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "gyre"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "whorl"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "ringlet"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "roll"], ["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curlicue"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "scroll"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "coil"]]}, {"answer": "curlicue", "hint": "synonyms for curlicue", "clues": [["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curl"], ["squiggle", "a short twisting line", "squiggle"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "gyre"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "whorl"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "ringlet"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "roll"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "scroll"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "coil"]]}, {"answer": "curse", "hint": "synonyms for curse", "clues": [["hex", "an evil spell", "hex"], ["jinx", "an evil spell", "jinx"], ["swearword", "profane or obscene expression usually of surprise or anger", "swearword"], ["expletive", "profane or obscene expression usually of surprise or anger", "expletive"], ["oath", "profane or obscene expression usually of surprise or anger", "oath"], ["torment", "a severe affliction", "torment"], ["condemnation", "an appeal to some supernatural power to inflict evil on someone or some group", "condemnation"], ["cuss", "profane or obscene expression usually of surprise or anger", "cuss"], ["execration", "an appeal to some supernatural power to inflict evil on someone or some group", "execration"], ["curse word", "profane or obscene expression usually of surprise or anger", "curse word"], ["swearing", "profane or obscene expression usually of surprise or anger", "swearing"], ["whammy", "an evil spell", "whammy"]]}, {"answer": "curse_word", "hint": "synonyms for curse word", "clues": [["swearword", "profane or obscene expression usually of surprise or anger", "swearword"], ["expletive", "profane or obscene expression usually of surprise or anger", "expletive"], ["oath", "profane or obscene expression usually of surprise or anger", "oath"], ["swearing", "profane or obscene expression usually of surprise or anger", "swearing"], ["curse", "profane or obscene expression usually of surprise or anger", "curse"], ["cuss", "profane or obscene expression usually of surprise or anger", "cuss"]]}, {"answer": "curtain", "hint": "synonyms for curtain", "clues": [["drape", "hanging cloth used as a blind (especially for a window)", "drape"], ["pall", "hanging cloth used as a blind (especially for a window)", "pall"], ["mantle", "hanging cloth used as a blind (especially for a window)", "mantle"], ["drapery", "hanging cloth used as a blind (especially for a window)", "drapery"]]}, {"answer": "curtness", "hint": "synonyms for curtness", "clues": [["shortness", "an abrupt discourteous manner", "shortness"], ["abruptness", "an abrupt discourteous manner", "abruptness"], ["brusqueness", "an abrupt discourteous manner", "brusqueness"], ["gruffness", "an abrupt discourteous manner", "gruffness"]]}, {"answer": "curve", "hint": "synonyms for curve", "clues": [["curved shape", "the trace of a point whose direction of motion changes", "curved shape"], ["breaking ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter", "breaking ball"], ["curve ball", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter", "curve ball"], ["bend", "curved segment (of a road or river or railroad track etc.)", "bend"], ["bender", "a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter", "bender"], ["curvature", "the property possessed by the curving of a line or surface", "curvature"]]}, {"answer": "cuss", "hint": "synonyms for cuss", "clues": [["swearword", "profane or obscene expression usually of surprise or anger", "swearword"], ["expletive", "profane or obscene expression usually of surprise or anger", "expletive"], ["oath", "profane or obscene expression usually of surprise or anger", "oath"], ["curse word", "profane or obscene expression usually of surprise or anger", "curse word"], ["swearing", "profane or obscene expression usually of surprise or anger", "swearing"], ["curse", "profane or obscene expression usually of surprise or anger", "curse"]]}, {"answer": "customs", "hint": "synonyms for customs", "clues": [["custom", "money collected under a tariff", "custom"], ["usage", "accepted or habitual practice", "usage"], ["tradition", "a specific practice of long standing", "tradition"], ["usance", "accepted or habitual practice", "usance"], ["customs duty", "money collected under a tariff", "customs duty"], ["impost", "money collected under a tariff", "impost"]]}, {"answer": "cutaneous_senses", "hint": "synonyms for cutaneous senses", "clues": [["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch"], ["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch modality"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "sense of touch"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "skin senses"]]}, {"answer": "cutter", "hint": "synonyms for cutter", "clues": [["cutlery", "a cutting implement; a tool for cutting", "cutlery"], ["ship's boat", "a boat for communication between ship and shore", "ship's boat"], ["tender", "a boat for communication between ship and shore", "tender"], ["pinnace", "a boat for communication between ship and shore", "pinnace"], ["cutting tool", "a cutting implement; a tool for cutting", "cutting tool"]]}, {"answer": "cwt", "hint": "synonyms for cwt", "clues": [["centner", "a United States unit of weight equivalent to 100 pounds", "centner"], ["cental", "a United States unit of weight equivalent to 100 pounds", "cental"], ["long hundredweight", "a British unit of weight equivalent to 112 pounds", "long hundredweight"], ["hundredweight", "a British unit of weight equivalent to 112 pounds", "hundredweight"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds", "short hundredweight"], ["quintal", "a United States unit of weight equivalent to 100 pounds", "quintal"]]}, {"answer": "cycle", "hint": "synonyms for cycle", "clues": [["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second", "cycle per second"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second", "cycles/second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second", "hertz"], ["round", "an interval during which a recurring sequence of events occurs", "round"], ["rhythm", "an interval during which a recurring sequence of events occurs", "rhythm"], ["oscillation", "a single complete execution of a periodically repeated phenomenon", "oscillation"], ["bike", "a wheeled vehicle that has two wheels and is moved by foot pedals", "bike"], ["cps", "the unit of frequency; one hertz has a periodic interval of one second", "cps"], ["bicycle", "a wheeled vehicle that has two wheels and is moved by foot pedals", "bicycle"], ["wheel", "a wheeled vehicle that has two wheels and is moved by foot pedals", "wheel"]]}, {"answer": "cycle_per_second", "hint": "synonyms for cycle per second", "clues": [["cps", "the unit of frequency; one hertz has a periodic interval of one second", "cps"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second", "cycles/second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second", "hertz"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second", "cycle"]]}, {"answer": "cycles/second", "hint": "synonyms for cycles/second", "clues": [["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second", "cycle per second"], ["cps", "the unit of frequency; one hertz has a periodic interval of one second", "cps"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second", "hertz"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second", "cycle"]]}, {"answer": "cypher", "hint": "synonyms for cypher", "clues": [["zip", "a quantity of no importance", "zip"], ["cipher", "a message written in a secret code", "cipher"], ["nix", "a quantity of no importance", "nix"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["aught", "a quantity of no importance", "aught"], ["cryptograph", "a secret method of writing", "cryptograph"], ["nought", "a mathematical element that when added to another number yields the same number", "nought"], ["secret code", "a secret method of writing", "secret code"], ["zilch", "a quantity of no importance", "zilch"], ["zero", "a mathematical element that when added to another number yields the same number", "zero"], ["nada", "a quantity of no importance", "nada"], ["nil", "a quantity of no importance", "nil"], ["zippo", "a quantity of no importance", "zippo"], ["0", "a mathematical element that when added to another number yields the same number", "0"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "dab", "hint": "synonyms for dab", "clues": [["pat", "a light touch or stroke", "pat"], ["splatter", "a small quantity of something moist or liquid", "splatter"], ["tap", "a light touch or stroke", "tap"], ["splash", "a small quantity of something moist or liquid", "splash"]]}, {"answer": "dais", "hint": "synonyms for dais", "clues": [["ambo", "a platform raised above the surrounding level to give prominence to the person on it", "ambo"], ["stump", "a platform raised above the surrounding level to give prominence to the person on it", "stump"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it", "pulpit"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it", "rostrum"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it", "soapbox"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it", "podium"]]}, {"answer": "dalliance", "hint": "synonyms for dalliance", "clues": [["toying", "playful behavior intended to arouse sexual interest", "toying"], ["trifling", "the deliberate act of delaying and playing instead of working", "trifling"], ["dawdling", "the deliberate act of delaying and playing instead of working", "dawdling"], ["flirting", "playful behavior intended to arouse sexual interest", "flirting"], ["flirtation", "playful behavior intended to arouse sexual interest", "flirtation"], ["coquetry", "playful behavior intended to arouse sexual interest", "coquetry"]]}, {"answer": "dam", "hint": "synonyms for dam", "clues": [["dkm", "a metric unit of length equal to ten meters", "dkm"], ["dekameter", "a metric unit of length equal to ten meters", "dekameter"], ["dyke", "a barrier constructed to contain the flow of water or to keep out the sea", "dyke"], ["decametre", "a metric unit of length equal to ten meters", "decametre"], ["dike", "a barrier constructed to contain the flow of water or to keep out the sea", "dike"]]}, {"answer": "damage", "hint": "synonyms for damage", "clues": [["harm", "the act of damaging something or someone", "harm"], ["impairment", "the occurrence of a change for the worse", "impairment"], ["scathe", "the act of damaging something or someone", "scathe"], ["terms", "the amount of money needed to purchase something", "terms"], ["hurt", "the act of damaging something or someone", "hurt"], ["price", "the amount of money needed to purchase something", "price"], ["legal injury", "any harm or injury resulting from a violation of a legal right", "legal injury"], ["wrong", "any harm or injury resulting from a violation of a legal right", "wrong"], ["equipment casualty", "loss of military equipment", "equipment casualty"]]}, {"answer": "damages", "hint": "synonyms for damages", "clues": [["damage", "the act of damaging something or someone", "damage"], ["terms", "the amount of money needed to purchase something", "terms"], ["hurt", "the act of damaging something or someone", "hurt"], ["harm", "the occurrence of a change for the worse", "harm"], ["price", "the amount of money needed to purchase something", "price"], ["restitution", "a sum of money paid in compensation for loss or injury", "restitution"], ["impairment", "the occurrence of a change for the worse", "impairment"], ["scathe", "the act of damaging something or someone", "scathe"], ["redress", "a sum of money paid in compensation for loss or injury", "redress"], ["amends", "a sum of money paid in compensation for loss or injury", "amends"], ["indemnity", "a sum of money paid in compensation for loss or injury", "indemnity"], ["indemnification", "a sum of money paid in compensation for loss or injury", "indemnification"], ["legal injury", "any harm or injury resulting from a violation of a legal right", "legal injury"], ["wrong", "any harm or injury resulting from a violation of a legal right", "wrong"], ["equipment casualty", "loss of military equipment", "equipment casualty"]]}, {"answer": "dandle_board", "hint": "synonyms for dandle board", "clues": [["teeter-totter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter-totter"], ["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "tilting board"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeterboard"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "seesaw"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter"]]}, {"answer": "dapple", "hint": "synonyms for dapple", "clues": [["maculation", "a small contrasting part of something", "maculation"], ["patch", "a small contrasting part of something", "patch"], ["fleck", "a small contrasting part of something", "fleck"], ["speckle", "a small contrasting part of something", "speckle"], ["spot", "a small contrasting part of something", "spot"]]}, {"answer": "darkness", "hint": "synonyms for darkness", "clues": [["duskiness", "a swarthy complexion", "duskiness"], ["dark", "an unilluminated area", "dark"], ["swarthiness", "a swarthy complexion", "swarthiness"], ["shadow", "an unilluminated area", "shadow"]]}, {"answer": "darn", "hint": "synonyms for darn", "clues": [["tinker's dam", "something of little value", "tinker's dam"], ["red cent", "something of little value", "red cent"], ["patch", "sewing that repairs a worn or torn hole (especially in a garment)", "patch"], ["shucks", "something of little value", "shucks"], ["mend", "sewing that repairs a worn or torn hole (especially in a garment)", "mend"], ["hoot", "something of little value", "hoot"], ["damn", "something of little value", "damn"], ["shit", "something of little value", "shit"]]}, {"answer": "dash", "hint": "synonyms for dash", "clues": [["hyphen", "a punctuation mark (-) used between parts of a compound word or between the syllables of a word when the word is divided at the end of a line of text", "hyphen"], ["bolt", "the act of moving with great haste", "bolt"], ["style", "distinctive and stylish elegance", "style"], ["flair", "distinctive and stylish elegance", "flair"], ["dah", "the longer of the two telegraphic signals used in Morse code", "dah"], ["sprint", "a quick run", "sprint"], ["panache", "distinctive and stylish elegance", "panache"], ["elan", "distinctive and stylish elegance", "elan"]]}, {"answer": "dasheen", "hint": "synonyms for dasheen", "clues": [["taro", "tropical starchy tuberous root", "taro"], ["taro root", "tropical starchy tuberous root", "taro root"], ["edda", "tropical starchy tuberous root", "edda"], ["cocoyam", "tropical starchy tuberous root", "cocoyam"]]}, {"answer": "data_processor", "hint": "synonyms for data processor", "clues": [["computer", "a machine for performing calculations automatically", "computer"], ["electronic computer", "a machine for performing calculations automatically", "electronic computer"], ["computing machine", "a machine for performing calculations automatically", "computing machine"], ["information processing system", "a machine for performing calculations automatically", "information processing system"], ["computing device", "a machine for performing calculations automatically", "computing device"]]}, {"answer": "date", "hint": "synonyms for date", "clues": [["day of the month", "the specified day of the month", "day of the month"], ["engagement", "a meeting arranged in advance", "engagement"], ["appointment", "a meeting arranged in advance", "appointment"], ["particular date", "a particular but unspecified point in time", "particular date"]]}, {"answer": "daub", "hint": "synonyms for daub", "clues": [["smirch", "a blemish made by dirt", "smirch"], ["blot", "a blemish made by dirt", "blot"], ["spot", "a blemish made by dirt", "spot"], ["smear", "a blemish made by dirt", "smear"], ["slur", "a blemish made by dirt", "slur"], ["smudge", "a blemish made by dirt", "smudge"]]}, {"answer": "davy_jones", "hint": "synonyms for davy jones", "clues": [["sea bottom", "the bottom of a sea or ocean", "sea bottom"], ["ocean floor", "the bottom of a sea or ocean", "ocean floor"], ["ocean bottom", "the bottom of a sea or ocean", "ocean bottom"], ["seabed", "the bottom of a sea or ocean", "seabed"], ["sea floor", "the bottom of a sea or ocean", "sea floor"]]}, {"answer": "davy_jones's_locker", "hint": "synonyms for davy jones's locker", "clues": [["sea bottom", "the bottom of a sea or ocean", "sea bottom"], ["ocean floor", "the bottom of a sea or ocean", "ocean floor"], ["ocean bottom", "the bottom of a sea or ocean", "ocean bottom"], ["seabed", "the bottom of a sea or ocean", "seabed"], ["sea floor", "the bottom of a sea or ocean", "sea floor"]]}, {"answer": "dawn", "hint": "synonyms for dawn", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawning", "the first light of day", "dawning"], ["morning", "the earliest period", "morning"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "dawning", "hint": "synonyms for dawning", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawn", "the first light of day", "dawn"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "day", "hint": "synonyms for day", "clues": [["sidereal day", "the time for one complete rotation of the earth relative to a particular star, about 4 minutes shorter than a mean solar day", "sidereal day"], ["24-hour interval", "time for Earth to make a complete rotation on its axis", "24-hour interval"], ["daytime", "the time after sunrise and before sunset while it is light outside", "daytime"], ["twenty-four hour period", "time for Earth to make a complete rotation on its axis", "twenty-four hour period"], ["mean solar day", "time for Earth to make a complete rotation on its axis", "mean solar day"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis", "twenty-four hours"], ["daylight", "the time after sunrise and before sunset while it is light outside", "daylight"], ["solar day", "time for Earth to make a complete rotation on its axis", "solar day"]]}, {"answer": "day_book", "hint": "synonyms for day book", "clues": [["police blotter", "the daily written record of events (as arrests) in a police station", "police blotter"], ["rap sheet", "the daily written record of events (as arrests) in a police station", "rap sheet"], ["charge sheet", "the daily written record of events (as arrests) in a police station", "charge sheet"], ["blotter", "the daily written record of events (as arrests) in a police station", "blotter"]]}, {"answer": "day_of_judgement", "hint": "synonyms for day of judgement", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "day_of_judgment", "hint": "synonyms for day of judgment", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "day_of_reckoning", "hint": "synonyms for day of reckoning", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["doom", "an unpleasant or disastrous destiny", "doom"], ["end of the world", "an unpleasant or disastrous destiny", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"]]}, {"answer": "daybreak", "hint": "synonyms for daybreak", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawn", "the first light of day", "dawn"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "daydream", "hint": "synonyms for daydream", "clues": [["castle in the air", "absentminded dreaming while awake", "castle in the air"], ["revery", "absentminded dreaming while awake", "revery"], ["air castle", "absentminded dreaming while awake", "air castle"], ["oneirism", "absentminded dreaming while awake", "oneirism"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["reverie", "absentminded dreaming while awake", "reverie"], ["daydreaming", "absentminded dreaming while awake", "daydreaming"]]}, {"answer": "daydreaming", "hint": "synonyms for daydreaming", "clues": [["castle in the air", "absentminded dreaming while awake", "castle in the air"], ["revery", "absentminded dreaming while awake", "revery"], ["daydream", "absentminded dreaming while awake", "daydream"], ["oneirism", "absentminded dreaming while awake", "oneirism"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["reverie", "absentminded dreaming while awake", "reverie"], ["air castle", "absentminded dreaming while awake", "air castle"]]}, {"answer": "days", "hint": "synonyms for days", "clues": [["sidereal day", "the time for one complete rotation of the earth relative to a particular star, about 4 minutes shorter than a mean solar day", "sidereal day"], ["mean solar day", "time for Earth to make a complete rotation on its axis", "mean solar day"], ["day", "time for Earth to make a complete rotation on its axis", "day"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis", "twenty-four hours"], ["daytime", "the time after sunrise and before sunset while it is light outside", "daytime"], ["daylight", "the time after sunrise and before sunset while it is light outside", "daylight"], ["solar day", "time for Earth to make a complete rotation on its axis", "solar day"], ["years", "the time during which someone's life continues", "years"], ["24-hour interval", "time for Earth to make a complete rotation on its axis", "24-hour interval"], ["twenty-four hour period", "time for Earth to make a complete rotation on its axis", "twenty-four hour period"]]}, {"answer": "dayspring", "hint": "synonyms for dayspring", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["sunup", "the first light of day", "sunup"], ["dawn", "the first light of day", "dawn"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "daze", "hint": "synonyms for daze", "clues": [["fog", "confusion characterized by lack of clarity", "fog"], ["shock", "the feeling of distress and disbelief that you have when something bad happens accidentally", "shock"], ["stupor", "the feeling of distress and disbelief that you have when something bad happens accidentally", "stupor"], ["haze", "confusion characterized by lack of clarity", "haze"]]}, {"answer": "db", "hint": "synonyms for db", "clues": [["dB", "a logarithmic unit of sound intensity; 10 times the logarithm of the ratio of the sound intensity to some reference intensity", "dB"], ["atomic number 105", "a transuranic element", "atomic number 105"], ["decibel", "a logarithmic unit of sound intensity; 10 times the logarithm of the ratio of the sound intensity to some reference intensity", "decibel"], ["element 105", "a transuranic element", "element 105"], ["dubnium", "a transuranic element", "dubnium"], ["hahnium", "a transuranic element", "hahnium"]]}, {"answer": "deal", "hint": "synonyms for deal", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["softwood", "wood that is easy to saw (from conifers such as pine or fir)", "softwood"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["hand", "the cards held in a card game by a given player at any given time", "hand"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["business deal", "a particular instance of buying or selling", "business deal"], ["bargain", "an agreement between parties (usually arrived at after discussion) fixing obligations of each", "bargain"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["trade", "a particular instance of buying or selling", "trade"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "dealings", "hint": "synonyms for dealings", "clues": [["transaction", "the act of transacting within or between groups (as carrying on commercial activities)", "transaction"], ["dealing", "the act of transacting within or between groups (as carrying on commercial activities)", "dealing"], ["relations", "mutual dealings or connections or communications among persons or groups", "relations"], ["traffic", "social or verbal interchange (usually followed by `with')", "traffic"]]}, {"answer": "death", "hint": "synonyms for death", "clues": [["demise", "the time when something ends", "demise"], ["dying", "the time when something ends", "dying"], ["expiry", "the event of dying or departure from life", "expiry"], ["decease", "the event of dying or departure from life", "decease"], ["last", "the time at which life ends; continuing until dead", "last"]]}, {"answer": "death_rate", "hint": "synonyms for death rate", "clues": [["deathrate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "deathrate"], ["mortality", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "mortality"], ["mortality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "mortality rate"], ["fatality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "fatality rate"]]}, {"answer": "deathrate", "hint": "synonyms for deathrate", "clues": [["mortality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "mortality rate"], ["mortality", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "mortality"], ["death rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "death rate"], ["fatality rate", "the ratio of deaths in an area to the population of that area; expressed per 1000 per year", "fatality rate"]]}, {"answer": "debacle", "hint": "synonyms for debacle", "clues": [["slaughter", "a sound defeat", "slaughter"], ["drubbing", "a sound defeat", "drubbing"], ["whipping", "a sound defeat", "whipping"], ["trouncing", "a sound defeat", "trouncing"], ["walloping", "a sound defeat", "walloping"], ["fiasco", "a sudden and violent collapse", "fiasco"], ["thrashing", "a sound defeat", "thrashing"]]}, {"answer": "debate", "hint": "synonyms for debate", "clues": [["argument", "a discussion in which reasons are advanced for and against some proposition or proposal", "argument"], ["public debate", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)", "public debate"], ["disputation", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)", "disputation"], ["argumentation", "a discussion in which reasons are advanced for and against some proposition or proposal", "argumentation"]]}, {"answer": "debauch", "hint": "synonyms for debauch", "clues": [["saturnalia", "a wild gathering involving excessive drinking and promiscuity", "saturnalia"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity", "drunken revelry"], ["orgy", "a wild gathering involving excessive drinking and promiscuity", "orgy"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity", "bacchanalia"], ["riot", "a wild gathering involving excessive drinking and promiscuity", "riot"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity", "debauchery"]]}, {"answer": "debauchery", "hint": "synonyms for debauchery", "clues": [["debauch", "a wild gathering involving excessive drinking and promiscuity", "debauch"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity", "saturnalia"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity", "drunken revelry"], ["orgy", "a wild gathering involving excessive drinking and promiscuity", "orgy"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity", "bacchanalia"], ["riot", "a wild gathering involving excessive drinking and promiscuity", "riot"]]}, {"answer": "debris", "hint": "synonyms for debris", "clues": [["rubble", "the remains of something that has been destroyed or broken up", "rubble"], ["junk", "the remains of something that has been destroyed or broken up", "junk"], ["dust", "the remains of something that has been destroyed or broken up", "dust"], ["detritus", "the remains of something that has been destroyed or broken up", "detritus"]]}, {"answer": "debut", "hint": "synonyms for debut", "clues": [["unveiling", "the act of beginning something new", "unveiling"], ["launching", "the act of beginning something new", "launching"], ["introduction", "the act of beginning something new", "introduction"], ["first appearance", "the act of beginning something new", "first appearance"], ["entry", "the act of beginning something new", "entry"]]}, {"answer": "decade", "hint": "synonyms for decade", "clues": [["decennary", "a period of 10 years", "decennary"], ["ten", "the cardinal number that is the sum of nine and one; the base of the decimal system", "ten"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system", "10"], ["tenner", "the cardinal number that is the sum of nine and one; the base of the decimal system", "tenner"], ["decennium", "a period of 10 years", "decennium"]]}, {"answer": "decalitre", "hint": "synonyms for decalitre", "clues": [["dekalitre", "a metric unit of volume or capacity equal to 10 liters", "dekalitre"], ["dkl", "a metric unit of volume or capacity equal to 10 liters", "dkl"], ["dal", "a metric unit of volume or capacity equal to 10 liters", "dal"], ["decaliter", "a metric unit of volume or capacity equal to 10 liters", "decaliter"]]}, {"answer": "decameter", "hint": "synonyms for decameter", "clues": [["dkm", "a metric unit of length equal to ten meters", "dkm"], ["dekameter", "a metric unit of length equal to ten meters", "dekameter"], ["decametre", "a metric unit of length equal to ten meters", "decametre"], ["dam", "a metric unit of length equal to ten meters", "dam"]]}, {"answer": "decay", "hint": "synonyms for decay", "clues": [["radioactive decay", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation", "radioactive decay"], ["disintegration", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation", "disintegration"], ["decomposition", "the organic phenomenon of rotting", "decomposition"], ["decline", "a gradual decrease; as of stored charge or current", "decline"]]}, {"answer": "deceit", "hint": "synonyms for deceit", "clues": [["dissimulation", "the act of deceiving", "dissimulation"], ["fraudulence", "the quality of being fraudulent", "fraudulence"], ["deception", "the act of deceiving", "deception"], ["dissembling", "the act of deceiving", "dissembling"], ["misrepresentation", "a misleading falsehood", "misrepresentation"]]}, {"answer": "deception", "hint": "synonyms for deception", "clues": [["dissimulation", "the act of deceiving", "dissimulation"], ["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["dissembling", "the act of deceiving", "dissembling"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["deceit", "the act of deceiving", "deceit"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["misrepresentation", "a misleading falsehood", "misrepresentation"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["trick", "an illusory feat; considered magical by naive observers", "trick"], ["magic", "an illusory feat; considered magical by naive observers", "magic"]]}, {"answer": "declaration", "hint": "synonyms for declaration", "clues": [["proclamation", "a formal public statement", "proclamation"], ["resolve", "a formal expression by a meeting; agreed to by a vote", "resolve"], ["announcement", "a formal public statement", "announcement"], ["resolution", "a formal expression by a meeting; agreed to by a vote", "resolution"], ["contract", "(contract bridge) the highest bid becomes the contract setting the number of tricks that the bidder must make", "contract"], ["annunciation", "a formal public statement", "annunciation"]]}, {"answer": "declarative_mood", "hint": "synonyms for declarative mood", "clues": [["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative mood"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "fact mood"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "common mood"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative"]]}, {"answer": "declension", "hint": "synonyms for declension", "clues": [["worsening", "process of changing to an inferior state", "worsening"], ["declivity", "a downward slope or bend", "declivity"], ["downslope", "a downward slope or bend", "downslope"], ["fall", "a downward slope or bend", "fall"], ["declination", "a downward slope or bend", "declination"], ["decline in quality", "process of changing to an inferior state", "decline in quality"], ["deterioration", "process of changing to an inferior state", "deterioration"], ["descent", "a downward slope or bend", "descent"], ["decline", "a downward slope or bend", "decline"]]}, {"answer": "declination", "hint": "synonyms for declination", "clues": [["declension", "a downward slope or bend", "declension"], ["regrets", "a polite refusal of an invitation", "regrets"], ["declivity", "a downward slope or bend", "declivity"], ["downslope", "a downward slope or bend", "downslope"], ["fall", "a downward slope or bend", "fall"], ["descent", "a downward slope or bend", "descent"], ["dec", "(astronomy) the angular distance of a celestial body north or to the south of the celestial equator; expressed in degrees; used with right ascension to specify positions on the celestial sphere", "dec"], ["celestial latitude", "(astronomy) the angular distance of a celestial body north or to the south of the celestial equator; expressed in degrees; used with right ascension to specify positions on the celestial sphere", "celestial latitude"], ["decline", "a downward slope or bend", "decline"]]}, {"answer": "decline", "hint": "synonyms for decline", "clues": [["declension", "a downward slope or bend", "declension"], ["diminution", "change toward something smaller or lower", "diminution"], ["declivity", "a downward slope or bend", "declivity"], ["downslope", "a downward slope or bend", "downslope"], ["fall", "a downward slope or bend", "fall"], ["decay", "a gradual decrease; as of stored charge or current", "decay"], ["declination", "a downward slope or bend", "declination"], ["descent", "a downward slope or bend", "descent"]]}, {"answer": "declivity", "hint": "synonyms for declivity", "clues": [["declension", "a downward slope or bend", "declension"], ["descent", "a downward slope or bend", "descent"], ["fall", "a downward slope or bend", "fall"], ["downslope", "a downward slope or bend", "downslope"], ["declination", "a downward slope or bend", "declination"], ["decline", "a downward slope or bend", "decline"]]}, {"answer": "decomposition", "hint": "synonyms for decomposition", "clues": [["rot", "(biology) the process of decay caused by bacterial or fungal action", "rot"], ["rotting", "(biology) the process of decay caused by bacterial or fungal action", "rotting"], ["decay", "the organic phenomenon of rotting", "decay"], ["decomposition reaction", "(chemistry) separation of a substance into two or more substances that may differ from each other and from the original substance", "decomposition reaction"], ["vector decomposition", "the analysis of a vector field", "vector decomposition"], ["chemical decomposition reaction", "(chemistry) separation of a substance into two or more substances that may differ from each other and from the original substance", "chemical decomposition reaction"], ["putrefaction", "(biology) the process of decay caused by bacterial or fungal action", "putrefaction"]]}, {"answer": "decoration", "hint": "synonyms for decoration", "clues": [["laurel wreath", "an award for winning a championship or commemorating some other event", "laurel wreath"], ["medallion", "an award for winning a championship or commemorating some other event", "medallion"], ["ornamentation", "something used to beautify", "ornamentation"], ["ribbon", "an award for winning a championship or commemorating some other event", "ribbon"], ["palm", "an award for winning a championship or commemorating some other event", "palm"], ["ornament", "something used to beautify", "ornament"], ["medal", "an award for winning a championship or commemorating some other event", "medal"]]}, {"answer": "decrease", "hint": "synonyms for decrease", "clues": [["diminution", "the act of decreasing or reducing something", "diminution"], ["lessening", "a change downward", "lessening"], ["step-down", "the act of decreasing or reducing something", "step-down"], ["decrement", "the amount by which something decreases", "decrement"], ["drop-off", "a change downward", "drop-off"], ["reduction", "the act of decreasing or reducing something", "reduction"]]}, {"answer": "decree", "hint": "synonyms for decree", "clues": [["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "edict"], ["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "fiat"], ["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "order"], ["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "rescript"]]}, {"answer": "dedication", "hint": "synonyms for dedication", "clues": [["commitment", "a message that makes a pledge", "commitment"], ["allegiance", "the act of binding yourself (intellectually or emotionally) to a course of action", "allegiance"], ["loyalty", "the act of binding yourself (intellectually or emotionally) to a course of action", "loyalty"], ["inscription", "a short message (as in a book or musical work or on a photograph) dedicating it to someone or something", "inscription"]]}, {"answer": "deduction", "hint": "synonyms for deduction", "clues": [["price reduction", "the act of reducing the selling price of merchandise", "price reduction"], ["implication", "something that is inferred (deduced or entailed or implied)", "implication"], ["tax write-off", "a reduction in the gross amount on which a tax is calculated; reduces taxes by the percentage fixed for the taxpayer's income bracket", "tax write-off"], ["entailment", "something that is inferred (deduced or entailed or implied)", "entailment"], ["discount", "an amount or percentage deducted", "discount"], ["subtraction", "the act of subtracting (removing a part from the whole)", "subtraction"], ["tax deduction", "a reduction in the gross amount on which a tax is calculated; reduces taxes by the percentage fixed for the taxpayer's income bracket", "tax deduction"], ["deductive reasoning", "reasoning from the general to the particular (or from cause to effect)", "deductive reasoning"], ["synthesis", "reasoning from the general to the particular (or from cause to effect)", "synthesis"]]}, {"answer": "deed", "hint": "synonyms for deed", "clues": [["act", "something that people do or cause to happen", "act"], ["title", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it", "title"], ["human activity", "something that people do or cause to happen", "human activity"], ["human action", "something that people do or cause to happen", "human action"], ["deed of conveyance", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it", "deed of conveyance"]]}, {"answer": "deeds", "hint": "synonyms for deeds", "clues": [["act", "something that people do or cause to happen", "act"], ["works", "performance of moral or religious acts", "works"], ["deed", "something that people do or cause to happen", "deed"], ["human activity", "something that people do or cause to happen", "human activity"], ["title", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it", "title"], ["human action", "something that people do or cause to happen", "human action"], ["deed of conveyance", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it", "deed of conveyance"]]}, {"answer": "deep_brown", "hint": "synonyms for deep brown", "clues": [["burnt umber", "a medium brown to dark-brown color", "burnt umber"], ["umber", "a medium brown to dark-brown color", "umber"], ["coffee", "a medium brown to dark-brown color", "coffee"], ["chocolate", "a medium brown to dark-brown color", "chocolate"]]}, {"answer": "deepness", "hint": "synonyms for deepness", "clues": [["depth", "the extent downward or backward or inward", "depth"], ["profoundness", "the quality of being physically deep", "profoundness"], ["astuteness", "the intellectual ability to penetrate deeply into ideas", "astuteness"], ["profundity", "the intellectual ability to penetrate deeply into ideas", "profundity"]]}, {"answer": "defalcation", "hint": "synonyms for defalcation", "clues": [["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misapplication"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "peculation"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misappropriation"], ["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "embezzlement"]]}, {"answer": "defamation", "hint": "synonyms for defamation", "clues": [["slander", "an abusive attack on a person's character or good name", "slander"], ["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumny"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "obloquy"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "hatchet job"], ["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "traducement"], ["aspersion", "an abusive attack on a person's character or good name", "aspersion"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumniation"], ["denigration", "an abusive attack on a person's character or good name", "denigration"]]}, {"answer": "defence", "hint": "synonyms for defence", "clues": [["demurrer", "a defendant's answer or plea denying the truth of the charges against him", "demurrer"], ["refutation", "the speech act of answering an attack on your assertions", "refutation"], ["defense", "the defendant and his legal advisors collectively", "defense"], ["defence mechanism", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires", "defence mechanism"], ["defense reaction", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires", "defense reaction"], ["defense lawyers", "the defendant and his legal advisors collectively", "defense lawyers"], ["denial", "a defendant's answer or plea denying the truth of the charges against him", "denial"], ["defense force", "an organization of defenders that provides resistance against attack", "defense force"], ["defensive structure", "a structure used to defend against attack", "defensive structure"], ["vindication", "the justification for some act or belief", "vindication"], ["defense team", "the defendant and his legal advisors collectively", "defense team"], ["defensive measure", "(military) military action or resources protecting a country against potential enemies", "defensive measure"], ["defending team", "(sports) the team that is trying to prevent the other team from scoring", "defending team"]]}, {"answer": "defense", "hint": "synonyms for defense", "clues": [["defence", "the justification for some act or belief", "defence"], ["demurrer", "a defendant's answer or plea denying the truth of the charges against him", "demurrer"], ["refutation", "the speech act of answering an attack on your assertions", "refutation"], ["defence mechanism", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires", "defence mechanism"], ["defense reaction", "(psychiatry) an unconscious process that tries to reduce the anxiety associated with instinctive desires", "defense reaction"], ["defense lawyers", "the defendant and his legal advisors collectively", "defense lawyers"], ["denial", "a defendant's answer or plea denying the truth of the charges against him", "denial"], ["defense force", "an organization of defenders that provides resistance against attack", "defense force"], ["vindication", "the justification for some act or belief", "vindication"], ["defense team", "the defendant and his legal advisors collectively", "defense team"], ["defensive measure", "(military) military action or resources protecting a country against potential enemies", "defensive measure"], ["defensive structure", "a structure used to defend against attack", "defensive structure"], ["defending team", "(sports) the team that is trying to prevent the other team from scoring", "defending team"]]}, {"answer": "deference", "hint": "synonyms for deference", "clues": [["compliance", "a disposition or tendency to yield to the will of others", "compliance"], ["respect", "a courteous expression (by word or deed) of esteem or regard", "respect"], ["obligingness", "a disposition or tendency to yield to the will of others", "obligingness"], ["respectfulness", "courteous regard for people's feelings", "respectfulness"]]}, {"answer": "deflection", "hint": "synonyms for deflection", "clues": [["refraction", "the amount by which a propagating wave is bent", "refraction"], ["deviation", "a turning aside (of your course or attention or concern)", "deviation"], ["deflexion", "a turning aside (of your course or attention or concern)", "deflexion"], ["divagation", "a turning aside (of your course or attention or concern)", "divagation"], ["digression", "a turning aside (of your course or attention or concern)", "digression"], ["bending", "the property of being bent or deflected", "bending"], ["diversion", "a turning aside (of your course or attention or concern)", "diversion"]]}, {"answer": "deflexion", "hint": "synonyms for deflexion", "clues": [["deflection", "the property of being bent or deflected", "deflection"], ["refraction", "the amount by which a propagating wave is bent", "refraction"], ["deviation", "a turning aside (of your course or attention or concern)", "deviation"], ["divagation", "a turning aside (of your course or attention or concern)", "divagation"], ["digression", "a turning aside (of your course or attention or concern)", "digression"], ["bending", "the property of being bent or deflected", "bending"], ["diversion", "a turning aside (of your course or attention or concern)", "diversion"]]}, {"answer": "deftness", "hint": "synonyms for deftness", "clues": [["adroitness", "skillful performance or ability without difficulty", "adroitness"], ["adeptness", "skillful performance or ability without difficulty", "adeptness"], ["quickness", "skillful performance or ability without difficulty", "quickness"], ["facility", "skillful performance or ability without difficulty", "facility"]]}, {"answer": "degeneracy", "hint": "synonyms for degeneracy", "clues": [["putrefaction", "moral perversion; impairment of virtue and moral principles", "putrefaction"], ["corruption", "moral perversion; impairment of virtue and moral principles", "corruption"], ["depravity", "moral perversion; impairment of virtue and moral principles", "depravity"], ["depravation", "moral perversion; impairment of virtue and moral principles", "depravation"]]}, {"answer": "degree", "hint": "synonyms for degree", "clues": [["grade", "a position on a scale of intensity or amount or quality", "grade"], ["arcdegree", "a measure for arcs and angles", "arcdegree"], ["level", "a position on a scale of intensity or amount or quality", "level"], ["academic degree", "an award conferred by a college or university signifying that the recipient has satisfactorily completed a course of study", "academic degree"]]}, {"answer": "dejectedness", "hint": "synonyms for dejectedness", "clues": [["dispiritedness", "a feeling of low spirits", "dispiritedness"], ["lowness", "a feeling of low spirits", "lowness"], ["downheartedness", "a feeling of low spirits", "downheartedness"], ["low-spiritedness", "a feeling of low spirits", "low-spiritedness"]]}, {"answer": "dejection", "hint": "synonyms for dejection", "clues": [["stool", "solid excretory product evacuated from the bowels", "stool"], ["faeces", "solid excretory product evacuated from the bowels", "faeces"], ["faecal matter", "solid excretory product evacuated from the bowels", "faecal matter"], ["ordure", "solid excretory product evacuated from the bowels", "ordure"]]}, {"answer": "dekaliter", "hint": "synonyms for dekaliter", "clues": [["dekalitre", "a metric unit of volume or capacity equal to 10 liters", "dekalitre"], ["dkl", "a metric unit of volume or capacity equal to 10 liters", "dkl"], ["dal", "a metric unit of volume or capacity equal to 10 liters", "dal"], ["decaliter", "a metric unit of volume or capacity equal to 10 liters", "decaliter"]]}, {"answer": "dekalitre", "hint": "synonyms for dekalitre", "clues": [["dekaliter", "a metric unit of volume or capacity equal to 10 liters", "dekaliter"], ["dkl", "a metric unit of volume or capacity equal to 10 liters", "dkl"], ["dal", "a metric unit of volume or capacity equal to 10 liters", "dal"], ["decalitre", "a metric unit of volume or capacity equal to 10 liters", "decalitre"]]}, {"answer": "dekametre", "hint": "synonyms for dekametre", "clues": [["dkm", "a metric unit of length equal to ten meters", "dkm"], ["dekameter", "a metric unit of length equal to ten meters", "dekameter"], ["decametre", "a metric unit of length equal to ten meters", "decametre"], ["dam", "a metric unit of length equal to ten meters", "dam"]]}, {"answer": "delay", "hint": "synonyms for delay", "clues": [["hold", "time during which some action is awaited", "hold"], ["wait", "time during which some action is awaited", "wait"], ["time lag", "time during which some action is awaited", "time lag"], ["postponement", "time during which some action is awaited", "postponement"], ["holdup", "the act of delaying; inactivity resulting in something being put off until a later time", "holdup"]]}, {"answer": "delegacy", "hint": "synonyms for delegacy", "clues": [["mission", "a group of representatives or delegates", "mission"], ["delegation", "a group of representatives or delegates", "delegation"], ["commission", "a group of representatives or delegates", "commission"], ["deputation", "a group of representatives or delegates", "deputation"]]}, {"answer": "delegation", "hint": "synonyms for delegation", "clues": [["deputation", "authorizing subordinates to make certain decisions", "deputation"], ["mission", "a group of representatives or delegates", "mission"], ["relegating", "authorizing subordinates to make certain decisions", "relegating"], ["commission", "a group of representatives or delegates", "commission"], ["delegacy", "a group of representatives or delegates", "delegacy"]]}, {"answer": "deliberation", "hint": "synonyms for deliberation", "clues": [["calculation", "planning something carefully and intentionally", "calculation"], ["slowness", "a rate demonstrating an absence of haste or hurry", "slowness"], ["unhurriedness", "a rate demonstrating an absence of haste or hurry", "unhurriedness"], ["weighing", "careful consideration", "weighing"], ["advisement", "careful consideration", "advisement"], ["deliberateness", "the trait of thoughtfulness in action or decision", "deliberateness"]]}, {"answer": "delicacy", "hint": "synonyms for delicacy", "clues": [["slightness", "smallness of stature", "slightness"], ["fragility", "lack of physical strength", "fragility"], ["dainty", "something considered choice to eat", "dainty"], ["goody", "something considered choice to eat", "goody"], ["kickshaw", "something considered choice to eat", "kickshaw"], ["airiness", "lightness in movement or manner", "airiness"], ["treat", "something considered choice to eat", "treat"], ["discreetness", "subtly skillful handling of a situation", "discreetness"], ["daintiness", "the quality of being beautiful and delicate in appearance", "daintiness"], ["fineness", "the quality of being beautiful and delicate in appearance", "fineness"], ["finesse", "subtly skillful handling of a situation", "finesse"], ["discretion", "refined taste; tact", "discretion"], ["diplomacy", "subtly skillful handling of a situation", "diplomacy"]]}, {"answer": "delimitation", "hint": "synonyms for delimitation", "clues": [["boundary line", "a line that indicates a boundary", "boundary line"], ["mete", "a line that indicates a boundary", "mete"], ["border", "a line that indicates a boundary", "border"], ["borderline", "a line that indicates a boundary", "borderline"]]}, {"answer": "delineation", "hint": "synonyms for delineation", "clues": [["line drawing", "a drawing of the outlines of forms or objects", "line drawing"], ["depiction", "a graphic or vivid verbal description", "depiction"], ["word-painting", "a graphic or vivid verbal description", "word-painting"], ["limning", "a drawing of the outlines of forms or objects", "limning"], ["characterisation", "a graphic or vivid verbal description", "characterisation"], ["word picture", "a graphic or vivid verbal description", "word picture"], ["portrayal", "representation by drawing or painting etc", "portrayal"], ["picture", "a graphic or vivid verbal description", "picture"]]}, {"answer": "delivery", "hint": "synonyms for delivery", "clues": [["rescue", "recovery or preservation from loss or danger", "rescue"], ["manner of speaking", "your characteristic style or manner of expressing yourself orally", "manner of speaking"], ["deliverance", "recovery or preservation from loss or danger", "deliverance"], ["speech", "your characteristic style or manner of expressing yourself orally", "speech"], ["livery", "the voluntary transfer of something (title or possession) from one party to another", "livery"], ["pitch", "(baseball) the act of throwing a baseball by a pitcher to a batter", "pitch"], ["saving", "recovery or preservation from loss or danger", "saving"], ["obstetrical delivery", "the act of delivering a child", "obstetrical delivery"], ["legal transfer", "the voluntary transfer of something (title or possession) from one party to another", "legal transfer"], ["bringing", "the act of delivering or distributing something (as goods or mail)", "bringing"]]}, {"answer": "deluge", "hint": "synonyms for deluge", "clues": [["pelter", "a heavy rain", "pelter"], ["downpour", "a heavy rain", "downpour"], ["soaker", "a heavy rain", "soaker"], ["torrent", "a heavy rain", "torrent"], ["inundation", "an overwhelming number or amount", "inundation"], ["flood", "an overwhelming number or amount", "flood"], ["cloudburst", "a heavy rain", "cloudburst"], ["alluvion", "the rising of a body of water and its overflowing onto normally dry land", "alluvion"], ["waterspout", "a heavy rain", "waterspout"]]}, {"answer": "demarcation", "hint": "synonyms for demarcation", "clues": [["contrast", "a conceptual separation or distinction", "contrast"], ["dividing line", "a conceptual separation or distinction", "dividing line"], ["limit", "the boundary of a specific area", "limit"], ["line", "a conceptual separation or distinction", "line"], ["demarcation line", "the boundary of a specific area", "demarcation line"]]}, {"answer": "demeanor", "hint": "synonyms for demeanor", "clues": [["demeanour", "(behavioral attributes) the way a person behaves toward other people", "demeanour"], ["deportment", "(behavioral attributes) the way a person behaves toward other people", "deportment"], ["behaviour", "(behavioral attributes) the way a person behaves toward other people", "behaviour"], ["conduct", "(behavioral attributes) the way a person behaves toward other people", "conduct"]]}, {"answer": "demeanour", "hint": "synonyms for demeanour", "clues": [["deportment", "(behavioral attributes) the way a person behaves toward other people", "deportment"], ["behaviour", "(behavioral attributes) the way a person behaves toward other people", "behaviour"], ["conduct", "(behavioral attributes) the way a person behaves toward other people", "conduct"], ["demeanor", "(behavioral attributes) the way a person behaves toward other people", "demeanor"]]}, {"answer": "demesne", "hint": "synonyms for demesne", "clues": [["domain", "territory over which rule or control is exercised", "domain"], ["land", "extensive landed property (especially in the country) retained by the owner for his own use", "land"], ["estate", "extensive landed property (especially in the country) retained by the owner for his own use", "estate"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use", "acres"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use", "landed estate"]]}, {"answer": "demonstration", "hint": "synonyms for demonstration", "clues": [["presentment", "a show or display; the act of presenting something to sight or view", "presentment"], ["manifestation", "a public display of group feelings (usually of a political nature)", "manifestation"], ["demo", "a visual presentation showing how something works", "demo"], ["monstrance", "proof by a process of argument or a series of proposition proving an asserted conclusion", "monstrance"], ["presentation", "a show or display; the act of presenting something to sight or view", "presentation"]]}, {"answer": "demurrer", "hint": "synonyms for demurrer", "clues": [["defence", "a defendant's answer or plea denying the truth of the charges against him", "defence"], ["denial", "a defendant's answer or plea denying the truth of the charges against him", "denial"], ["demurral", "(law) a formal objection to an opponent's pleadings", "demurral"], ["demur", "(law) a formal objection to an opponent's pleadings", "demur"]]}, {"answer": "denial", "hint": "synonyms for denial", "clues": [["defence", "a defendant's answer or plea denying the truth of the charges against him", "defence"], ["self-denial", "renunciation of your own interests in favor of the interests of others", "self-denial"], ["abnegation", "renunciation of your own interests in favor of the interests of others", "abnegation"], ["demurrer", "a defendant's answer or plea denying the truth of the charges against him", "demurrer"], ["disaffirmation", "the act of asserting that something alleged is not true", "disaffirmation"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others", "self-renunciation"], ["self-abnegation", "renunciation of your own interests in favor of the interests of others", "self-abnegation"]]}, {"answer": "denigration", "hint": "synonyms for denigration", "clues": [["deprecation", "the act of expressing disapproval (especially of yourself)", "deprecation"], ["defamation", "an abusive attack on a person's character or good name", "defamation"], ["slander", "an abusive attack on a person's character or good name", "slander"], ["aspersion", "an abusive attack on a person's character or good name", "aspersion"], ["calumny", "an abusive attack on a person's character or good name", "calumny"], ["belittling", "a belittling comment", "belittling"]]}, {"answer": "denseness", "hint": "synonyms for denseness", "clues": [["dumbness", "the quality of being mentally slow and limited", "dumbness"], ["slow-wittedness", "the quality of being mentally slow and limited", "slow-wittedness"], ["compactness", "the spatial property of being crowded together", "compactness"], ["concentration", "the spatial property of being crowded together", "concentration"], ["density", "the amount per unit size", "density"], ["tightness", "the spatial property of being crowded together", "tightness"]]}, {"answer": "density", "hint": "synonyms for density", "clues": [["compactness", "the spatial property of being crowded together", "compactness"], ["concentration", "the spatial property of being crowded together", "concentration"], ["denseness", "the amount per unit size", "denseness"], ["tightness", "the spatial property of being crowded together", "tightness"]]}, {"answer": "dent", "hint": "synonyms for dent", "clues": [["ding", "an impression in a surface (as made by a blow)", "ding"], ["prick", "a depression scratched or carved into a surface", "prick"], ["nick", "an impression in a surface (as made by a blow)", "nick"], ["incision", "a depression scratched or carved into a surface", "incision"], ["scratch", "a depression scratched or carved into a surface", "scratch"], ["gouge", "an impression in a surface (as made by a blow)", "gouge"], ["slit", "a depression scratched or carved into a surface", "slit"]]}, {"answer": "denudation", "hint": "synonyms for denudation", "clues": [["husking", "the removal of covering", "husking"], ["uncovering", "the removal of covering", "uncovering"], ["baring", "the removal of covering", "baring"], ["stripping", "the removal of covering", "stripping"]]}, {"answer": "deoxyephedrine", "hint": "synonyms for deoxyephedrine", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"]]}, {"answer": "departure", "hint": "synonyms for departure", "clues": [["exit", "euphemistic expressions for death", "exit"], ["difference", "a variation that deviates from the standard or norm", "difference"], ["going", "the act of departing", "going"], ["loss", "euphemistic expressions for death", "loss"], ["passing", "euphemistic expressions for death", "passing"], ["divergence", "a variation that deviates from the standard or norm", "divergence"], ["release", "euphemistic expressions for death", "release"], ["expiration", "euphemistic expressions for death", "expiration"], ["leaving", "the act of departing", "leaving"], ["deviation", "a variation that deviates from the standard or norm", "deviation"], ["going away", "the act of departing", "going away"]]}, {"answer": "depiction", "hint": "synonyms for depiction", "clues": [["delineation", "a graphic or vivid verbal description", "delineation"], ["line drawing", "a drawing of the outlines of forms or objects", "line drawing"], ["word-painting", "a graphic or vivid verbal description", "word-painting"], ["limning", "a drawing of the outlines of forms or objects", "limning"], ["characterisation", "a graphic or vivid verbal description", "characterisation"], ["depicting", "a representation by picture or portraiture", "depicting"], ["word picture", "a graphic or vivid verbal description", "word picture"], ["portrayal", "representation by drawing or painting etc", "portrayal"], ["picture", "a graphic or vivid verbal description", "picture"], ["portraying", "a representation by picture or portraiture", "portraying"]]}, {"answer": "deposit", "hint": "synonyms for deposit", "clues": [["repository", "a facility where things can be deposited for storage or safekeeping", "repository"], ["depositary", "a facility where things can be deposited for storage or safekeeping", "depositary"], ["sediment", "matter that has been deposited by some natural process", "sediment"], ["sedimentation", "the phenomenon of sediment or gravel accumulating", "sedimentation"], ["deposition", "the act of putting something somewhere", "deposition"], ["alluviation", "the phenomenon of sediment or gravel accumulating", "alluviation"], ["bank deposit", "money deposited in a bank or some similar institution", "bank deposit"], ["down payment", "a partial payment made at the time of purchase; the balance to be paid later", "down payment"]]}, {"answer": "depot", "hint": "synonyms for depot", "clues": [["terminal", "station where transport vehicles load or unload passengers or goods", "terminal"], ["entrepot", "a depository for goods", "entrepot"], ["storage", "a depository for goods", "storage"], ["store", "a depository for goods", "store"], ["storehouse", "a depository for goods", "storehouse"], ["terminus", "station where transport vehicles load or unload passengers or goods", "terminus"]]}, {"answer": "depravation", "hint": "synonyms for depravation", "clues": [["degeneracy", "moral perversion; impairment of virtue and moral principles", "degeneracy"], ["corruption", "moral perversion; impairment of virtue and moral principles", "corruption"], ["depravity", "moral perversion; impairment of virtue and moral principles", "depravity"], ["putrefaction", "moral perversion; impairment of virtue and moral principles", "putrefaction"]]}, {"answer": "depravity", "hint": "synonyms for depravity", "clues": [["degeneracy", "moral perversion; impairment of virtue and moral principles", "degeneracy"], ["corruption", "moral perversion; impairment of virtue and moral principles", "corruption"], ["turpitude", "a corrupt or depraved or degenerate act or practice", "turpitude"], ["depravation", "moral perversion; impairment of virtue and moral principles", "depravation"], ["putrefaction", "moral perversion; impairment of virtue and moral principles", "putrefaction"]]}, {"answer": "depth", "hint": "synonyms for depth", "clues": [["deepness", "the extent downward or backward or inward", "deepness"], ["astuteness", "the intellectual ability to penetrate deeply into ideas", "astuteness"], ["profundity", "the intellectual ability to penetrate deeply into ideas", "profundity"], ["profoundness", "the intellectual ability to penetrate deeply into ideas", "profoundness"]]}, {"answer": "deputation", "hint": "synonyms for deputation", "clues": [["delegation", "authorizing subordinates to make certain decisions", "delegation"], ["mission", "a group of representatives or delegates", "mission"], ["relegating", "authorizing subordinates to make certain decisions", "relegating"], ["commission", "a group of representatives or delegates", "commission"], ["delegacy", "a group of representatives or delegates", "delegacy"]]}, {"answer": "derby", "hint": "synonyms for derby", "clues": [["derby hat", "a felt hat that is round and hard with a narrow brim", "derby hat"], ["bowler", "a felt hat that is round and hard with a narrow brim", "bowler"], ["bowler hat", "a felt hat that is round and hard with a narrow brim", "bowler hat"], ["plug hat", "a felt hat that is round and hard with a narrow brim", "plug hat"]]}, {"answer": "derby_hat", "hint": "synonyms for derby hat", "clues": [["derby", "a felt hat that is round and hard with a narrow brim", "derby"], ["bowler", "a felt hat that is round and hard with a narrow brim", "bowler"], ["bowler hat", "a felt hat that is round and hard with a narrow brim", "bowler hat"], ["plug hat", "a felt hat that is round and hard with a narrow brim", "plug hat"]]}, {"answer": "derivation", "hint": "synonyms for derivation", "clues": [["ancestry", "inherited properties shared with others of your bloodline", "ancestry"], ["lineage", "inherited properties shared with others of your bloodline", "lineage"], ["deriving", "(historical linguistics) an explanation of the historical origins of a word or phrase", "deriving"], ["filiation", "inherited properties shared with others of your bloodline", "filiation"], ["etymologizing", "(historical linguistics) an explanation of the historical origins of a word or phrase", "etymologizing"]]}, {"answer": "derived_function", "hint": "synonyms for derived function", "clues": [["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "first derivative"], ["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential coefficient"], ["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derivative"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential"]]}, {"answer": "descent", "hint": "synonyms for descent", "clues": [["downslope", "a downward slope or bend", "downslope"], ["line", "the descendants of one individual", "line"], ["extraction", "properties attributable to your ancestry", "extraction"], ["declination", "a downward slope or bend", "declination"], ["origin", "the descendants of one individual", "origin"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["line of descent", "the descendants of one individual", "line of descent"], ["blood line", "the descendants of one individual", "blood line"], ["declension", "a downward slope or bend", "declension"], ["declivity", "a downward slope or bend", "declivity"], ["fall", "a downward slope or bend", "fall"], ["lineage", "the descendants of one individual", "lineage"], ["ancestry", "the descendants of one individual", "ancestry"], ["filiation", "the kinship relation between an individual and the individual's progenitors", "filiation"], ["parentage", "the descendants of one individual", "parentage"], ["decline", "a downward slope or bend", "decline"]]}, {"answer": "desert_boot", "hint": "synonyms for desert boot", "clues": [["buskin", "a boot reaching halfway up to the knee", "buskin"], ["half boot", "a boot reaching halfway up to the knee", "half boot"], ["top boot", "a boot reaching halfway up to the knee", "top boot"], ["combat boot", "a boot reaching halfway up to the knee", "combat boot"]]}, {"answer": "design", "hint": "synonyms for design", "clues": [["figure", "a decorative or artistic work", "figure"], ["invention", "the creation of something in the mind", "invention"], ["excogitation", "the creation of something in the mind", "excogitation"], ["pattern", "something intended as a guide for making something else", "pattern"], ["innovation", "the creation of something in the mind", "innovation"], ["intent", "an anticipated outcome that is intended or that guides your planned actions", "intent"], ["blueprint", "something intended as a guide for making something else", "blueprint"], ["designing", "the act of working out the form of something (as by making a sketch or outline or plan)", "designing"], ["aim", "an anticipated outcome that is intended or that guides your planned actions", "aim"], ["conception", "the creation of something in the mind", "conception"], ["plan", "an arrangement scheme", "plan"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions", "purpose"]]}, {"answer": "designation", "hint": "synonyms for designation", "clues": [["denomination", "identifying word or words by which someone or something is called and classified or distinguished from others", "denomination"], ["identification", "the act of designating or identifying something", "identification"], ["appointment", "the act of putting a person into a non-elective position", "appointment"], ["appellative", "identifying word or words by which someone or something is called and classified or distinguished from others", "appellative"], ["naming", "the act of putting a person into a non-elective position", "naming"], ["assignment", "the act of putting a person into a non-elective position", "assignment"], ["appellation", "identifying word or words by which someone or something is called and classified or distinguished from others", "appellation"]]}, {"answer": "despatch", "hint": "synonyms for despatch", "clues": [["dispatch", "the act of sending off something", "dispatch"], ["communique", "an official report (usually sent in haste)", "communique"], ["expeditiousness", "the property of being prompt and efficient", "expeditiousness"], ["shipment", "the act of sending off something", "shipment"], ["expedition", "the property of being prompt and efficient", "expedition"]]}, {"answer": "despicability", "hint": "synonyms for despicability", "clues": [["contemptibility", "unworthiness by virtue of lacking higher values", "contemptibility"], ["baseness", "unworthiness by virtue of lacking higher values", "baseness"], ["sordidness", "unworthiness by virtue of lacking higher values", "sordidness"], ["despicableness", "unworthiness by virtue of lacking higher values", "despicableness"]]}, {"answer": "despicableness", "hint": "synonyms for despicableness", "clues": [["contemptibility", "unworthiness by virtue of lacking higher values", "contemptibility"], ["baseness", "unworthiness by virtue of lacking higher values", "baseness"], ["sordidness", "unworthiness by virtue of lacking higher values", "sordidness"], ["despicability", "unworthiness by virtue of lacking higher values", "despicability"]]}, {"answer": "despoilation", "hint": "synonyms for despoilation", "clues": [["despoliation", "the act of stripping and taking by force", "despoliation"], ["spoil", "the act of stripping and taking by force", "spoil"], ["despoilment", "the act of stripping and taking by force", "despoilment"], ["spoilation", "the act of stripping and taking by force", "spoilation"]]}, {"answer": "despoliation", "hint": "synonyms for despoliation", "clues": [["spoil", "the act of stripping and taking by force", "spoil"], ["spoliation", "the act of stripping and taking by force", "spoliation"], ["despoilment", "the act of stripping and taking by force", "despoilment"], ["despoilation", "the act of stripping and taking by force", "despoilation"]]}, {"answer": "despotism", "hint": "synonyms for despotism", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "destination", "hint": "synonyms for destination", "clues": [["goal", "the place designated as the end (as of a race or journey)", "goal"], ["finish", "the place designated as the end (as of a race or journey)", "finish"], ["address", "written directions for finding some location; written on letters or packages that are to be delivered to that location", "address"], ["terminus", "the ultimate goal for which something is done", "terminus"], ["name and address", "written directions for finding some location; written on letters or packages that are to be delivered to that location", "name and address"]]}, {"answer": "desynchronization", "hint": "synonyms for desynchronization", "clues": [["desynchronizing", "the relation that exists when things occur at unrelated times", "desynchronizing"], ["desynchronisation", "the relation that exists when things occur at unrelated times", "desynchronisation"], ["asynchronism", "the relation that exists when things occur at unrelated times", "asynchronism"], ["asynchrony", "the relation that exists when things occur at unrelated times", "asynchrony"]]}, {"answer": "detachment", "hint": "synonyms for detachment", "clues": [["breakup", "coming apart", "breakup"], ["disengagement", "the act of releasing from an attachment or connection", "disengagement"], ["withdrawal", "avoiding emotional involvement", "withdrawal"], ["separation", "coming apart", "separation"]]}, {"answer": "detail", "hint": "synonyms for detail", "clues": [["item", "a small part that can be considered separately from the whole", "item"], ["contingent", "a temporary military unit", "contingent"], ["point", "an isolated fact that is considered separately from the whole", "point"], ["particular", "a small part that can be considered separately from the whole", "particular"]]}, {"answer": "details", "hint": "synonyms for details", "clues": [["item", "an isolated fact that is considered separately from the whole", "item"], ["detail", "a crew of workers selected for a particular task", "detail"], ["contingent", "a temporary military unit", "contingent"], ["point", "an isolated fact that is considered separately from the whole", "point"], ["particular", "a small part that can be considered separately from the whole", "particular"], ["inside information", "true confidential information", "inside information"]]}, {"answer": "detection", "hint": "synonyms for detection", "clues": [["spotting", "the act of detecting something; catching sight of something", "spotting"], ["catching", "the act of detecting something; catching sight of something", "catching"], ["detecting", "a police investigation to determine the perpetrator", "detecting"], ["signal detection", "the detection that a signal is being received", "signal detection"], ["sensing", "the perception that something has occurred or some state exists", "sensing"], ["espial", "the act of detecting something; catching sight of something", "espial"], ["sleuthing", "a police investigation to determine the perpetrator", "sleuthing"], ["detective work", "a police investigation to determine the perpetrator", "detective work"], ["spying", "the act of detecting something; catching sight of something", "spying"]]}, {"answer": "determination", "hint": "synonyms for determination", "clues": [["conclusion", "the act of making up your mind about something", "conclusion"], ["purpose", "the quality of being determined to do or achieve something; firmness of purpose", "purpose"], ["finding", "the act of determining the properties of something, usually by research or calculation", "finding"], ["decision", "a position or opinion or judgment reached after consideration", "decision"]]}, {"answer": "determiner", "hint": "synonyms for determiner", "clues": [["determinant", "a determining or causal element or factor", "determinant"], ["clincher", "an argument that is conclusive", "clincher"], ["determining factor", "an argument that is conclusive", "determining factor"], ["determinative", "one of a limited class of noun modifiers that determine the referents of noun phrases", "determinative"], ["causal factor", "a determining or causal element or factor", "causal factor"]]}, {"answer": "determining_factor", "hint": "synonyms for determining factor", "clues": [["determinant", "a determining or causal element or factor", "determinant"], ["determiner", "an argument that is conclusive", "determiner"], ["clincher", "an argument that is conclusive", "clincher"], ["causal factor", "a determining or causal element or factor", "causal factor"], ["determinative", "a determining or causal element or factor", "determinative"]]}, {"answer": "detestation", "hint": "synonyms for detestation", "clues": [["execration", "hate coupled with disgust", "execration"], ["abomination", "hate coupled with disgust", "abomination"], ["loathing", "hate coupled with disgust", "loathing"], ["odium", "hate coupled with disgust", "odium"], ["abhorrence", "hate coupled with disgust", "abhorrence"]]}, {"answer": "detrition", "hint": "synonyms for detrition", "clues": [["corrasion", "erosion by friction", "corrasion"], ["attrition", "the wearing down of rock particles by friction due to water or wind or ice", "attrition"], ["rubbing", "effort expended in moving one object over another with pressure", "rubbing"], ["abrasion", "erosion by friction", "abrasion"], ["friction", "effort expended in moving one object over another with pressure", "friction"], ["grinding", "the wearing down of rock particles by friction due to water or wind or ice", "grinding"]]}, {"answer": "detritus", "hint": "synonyms for detritus", "clues": [["rubble", "the remains of something that has been destroyed or broken up", "rubble"], ["dust", "the remains of something that has been destroyed or broken up", "dust"], ["junk", "the remains of something that has been destroyed or broken up", "junk"], ["debris", "the remains of something that has been destroyed or broken up", "debris"]]}, {"answer": "deuce", "hint": "synonyms for deuce", "clues": [["two", "the cardinal number that is the sum of one and one or a numeral representing this number", "two"], ["2", "the cardinal number that is the sum of one and one or a numeral representing this number", "2"], ["dickens", "a word used in exclamations of confusion", "dickens"], ["devil", "a word used in exclamations of confusion", "devil"]]}, {"answer": "deuce-ace", "hint": "synonyms for deuce-ace", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "development", "hint": "synonyms for development", "clues": [["evolution", "a process in which something passes by degrees to a different stage (especially a more advanced or mature stage)", "evolution"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growing"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogenesis"], ["exploitation", "the act of making some area of land or water more profitable or productive or useful", "exploitation"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogeny"], ["developing", "processing a photosensitive material in order to make an image visible", "developing"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "maturation"], ["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growth"]]}, {"answer": "deviation", "hint": "synonyms for deviation", "clues": [["departure", "a variation that deviates from the standard or norm", "departure"], ["deviance", "deviate behavior", "deviance"], ["difference", "a variation that deviates from the standard or norm", "difference"], ["divergence", "a variation that deviates from the standard or norm", "divergence"], ["deflexion", "a turning aside (of your course or attention or concern)", "deflexion"], ["divagation", "a turning aside (of your course or attention or concern)", "divagation"], ["digression", "a turning aside (of your course or attention or concern)", "digression"], ["deflection", "a turning aside (of your course or attention or concern)", "deflection"], ["diversion", "a turning aside (of your course or attention or concern)", "diversion"]]}, {"answer": "devilment", "hint": "synonyms for devilment", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"]]}, {"answer": "devilry", "hint": "synonyms for devilry", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"]]}, {"answer": "deviltry", "hint": "synonyms for deviltry", "clues": [["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"], ["devilry", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilry"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"]]}, {"answer": "devotion", "hint": "synonyms for devotion", "clues": [["devotedness", "feelings of ardent love", "devotedness"], ["idolatry", "religious zeal; the willingness to serve God", "idolatry"], ["cultism", "religious zeal; the willingness to serve God", "cultism"], ["veneration", "religious zeal; the willingness to serve God", "veneration"]]}, {"answer": "dialogue", "hint": "synonyms for dialogue", "clues": [["negotiation", "a discussion intended to produce an agreement", "negotiation"], ["duologue", "a conversation between two persons", "duologue"], ["dialog", "a conversation between two persons", "dialog"], ["talks", "a discussion intended to produce an agreement", "talks"]]}, {"answer": "diamond", "hint": "synonyms for diamond", "clues": [["baseball diamond", "the area of a baseball field that is enclosed by 3 bases and home plate", "baseball diamond"], ["rhomb", "a parallelogram with four equal sides; an oblique-angled equilateral parallelogram", "rhomb"], ["infield", "the area of a baseball field that is enclosed by 3 bases and home plate", "infield"], ["ball field", "the baseball playing field", "ball field"], ["adamant", "very hard native crystalline carbon valued as a gem", "adamant"], ["baseball field", "the baseball playing field", "baseball field"], ["rhombus", "a parallelogram with four equal sides; an oblique-angled equilateral parallelogram", "rhombus"]]}, {"answer": "diamond_dust", "hint": "synonyms for diamond dust", "clues": [["frost mist", "small crystals of ice", "frost mist"], ["poudrin", "small crystals of ice", "poudrin"], ["frost snow", "small crystals of ice", "frost snow"], ["ice crystal", "small crystals of ice", "ice crystal"], ["snow mist", "small crystals of ice", "snow mist"], ["ice needle", "small crystals of ice", "ice needle"]]}, {"answer": "diaphoresis", "hint": "synonyms for diaphoresis", "clues": [["sweating", "the process of the sweat glands of the skin secreting a salty fluid", "sweating"], ["perspiration", "the process of the sweat glands of the skin secreting a salty fluid", "perspiration"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid", "hidrosis"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid", "sudation"]]}, {"answer": "dichloroethyl_sulfide", "hint": "synonyms for dichloroethyl sulfide", "clues": [["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "blistering agent"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard agent"], ["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard gas"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "sulfur mustard"]]}, {"answer": "dictatorship", "hint": "synonyms for dictatorship", "clues": [["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "diction", "hint": "synonyms for diction", "clues": [["enunciation", "the articulation of speech regarded from the point of view of its intelligibility to the audience", "enunciation"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton", "phrasing"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton", "phraseology"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton", "verbiage"], ["wording", "the manner in which something is expressed in words; - G.S.Patton", "wording"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton", "choice of words"]]}, {"answer": "didactics", "hint": "synonyms for didactics", "clues": [["teaching", "the activities of educating or instructing; activities that impart knowledge or skill", "teaching"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill", "instruction"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill", "educational activity"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill", "pedagogy"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill", "education"]]}, {"answer": "diddley", "hint": "synonyms for diddley", "clues": [["diddly", "a small worthless amount", "diddly"], ["shit", "a small worthless amount", "shit"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jack", "a small worthless amount", "jack"], ["squat", "a small worthless amount", "squat"]]}, {"answer": "diddly", "hint": "synonyms for diddly", "clues": [["shit", "a small worthless amount", "shit"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["diddley", "a small worthless amount", "diddley"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jack", "a small worthless amount", "jack"], ["squat", "a small worthless amount", "squat"]]}, {"answer": "diddly-shit", "hint": "synonyms for diddly-shit", "clues": [["diddly", "a small worthless amount", "diddly"], ["shit", "a small worthless amount", "shit"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jack", "a small worthless amount", "jack"], ["squat", "a small worthless amount", "squat"], ["diddlyshit", "a small worthless amount", "diddlyshit"]]}, {"answer": "diddly-squat", "hint": "synonyms for diddly-squat", "clues": [["diddly", "a small worthless amount", "diddly"], ["shit", "a small worthless amount", "shit"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["diddlysquat", "a small worthless amount", "diddlysquat"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jack", "a small worthless amount", "jack"], ["squat", "a small worthless amount", "squat"]]}, {"answer": "diddlyshit", "hint": "synonyms for diddlyshit", "clues": [["diddly", "a small worthless amount", "diddly"], ["shit", "a small worthless amount", "shit"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jack", "a small worthless amount", "jack"], ["squat", "a small worthless amount", "squat"]]}, {"answer": "diddlysquat", "hint": "synonyms for diddlysquat", "clues": [["diddly", "a small worthless amount", "diddly"], ["shit", "a small worthless amount", "shit"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jack", "a small worthless amount", "jack"], ["squat", "a small worthless amount", "squat"]]}, {"answer": "diethyl_ether", "hint": "synonyms for diethyl ether", "clues": [["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "vinyl ether"], ["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ether"], ["ethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethyl ether"], ["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethoxyethane"]]}, {"answer": "diethylbarbituric_acid", "hint": "synonyms for diethylbarbituric acid", "clues": [["barbital", "a barbiturate used as a hypnotic", "barbital"], ["diethylmalonylurea", "a barbiturate used as a hypnotic", "diethylmalonylurea"], ["veronal", "a barbiturate used as a hypnotic", "veronal"], ["barbitone", "a barbiturate used as a hypnotic", "barbitone"]]}, {"answer": "diethylmalonylurea", "hint": "synonyms for diethylmalonylurea", "clues": [["diethylbarbituric acid", "a barbiturate used as a hypnotic", "diethylbarbituric acid"], ["barbital", "a barbiturate used as a hypnotic", "barbital"], ["veronal", "a barbiturate used as a hypnotic", "veronal"], ["barbitone", "a barbiturate used as a hypnotic", "barbitone"]]}, {"answer": "difference", "hint": "synonyms for difference", "clues": [["departure", "a variation that deviates from the standard or norm", "departure"], ["divergence", "a variation that deviates from the standard or norm", "divergence"], ["dispute", "a disagreement or argument about something important", "dispute"], ["remainder", "the number that remains after subtraction; the number that when added to the subtrahend gives the minuend", "remainder"], ["conflict", "a disagreement or argument about something important", "conflict"], ["difference of opinion", "a disagreement or argument about something important", "difference of opinion"], ["deviation", "a variation that deviates from the standard or norm", "deviation"]]}, {"answer": "differential_coefficient", "hint": "synonyms for differential coefficient", "clues": [["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derived function"], ["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derivative"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential"], ["first derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "first derivative"]]}, {"answer": "dig", "hint": "synonyms for dig", "clues": [["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shaft"], ["jab", "the act of touching someone suddenly with your finger or elbow", "jab"], ["digging", "the act of digging", "digging"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shot"], ["archeological site", "the site of an archeological exploration", "archeological site"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "slam"], ["excavation", "the act of digging", "excavation"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "gibe"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "jibe"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "barb"]]}, {"answer": "diggings", "hint": "synonyms for diggings", "clues": [["pad", "temporary living quarters", "pad"], ["digs", "an excavation for ore or precious stones or for archaeology", "digs"], ["lodgings", "temporary living quarters", "lodgings"], ["domiciliation", "temporary living quarters", "domiciliation"], ["digging", "the act of digging", "digging"], ["excavation", "the act of digging", "excavation"]]}, {"answer": "dignity", "hint": "synonyms for dignity", "clues": [["self-respect", "the quality of being worthy of esteem or respect", "self-respect"], ["lordliness", "formality in bearing and appearance", "lordliness"], ["self-worth", "the quality of being worthy of esteem or respect", "self-worth"], ["gravitas", "formality in bearing and appearance", "gravitas"], ["self-regard", "the quality of being worthy of esteem or respect", "self-regard"]]}, {"answer": "digression", "hint": "synonyms for digression", "clues": [["diversion", "a turning aside (of your course or attention or concern)", "diversion"], ["excursion", "wandering from the main path of a journey", "excursion"], ["deviation", "a turning aside (of your course or attention or concern)", "deviation"], ["deflexion", "a turning aside (of your course or attention or concern)", "deflexion"], ["excursus", "a message that departs from the main subject", "excursus"], ["divagation", "a turning aside (of your course or attention or concern)", "divagation"], ["aside", "a message that departs from the main subject", "aside"], ["deflection", "a turning aside (of your course or attention or concern)", "deflection"], ["parenthesis", "a message that departs from the main subject", "parenthesis"]]}, {"answer": "digs", "hint": "synonyms for digs", "clues": [["diggings", "temporary living quarters", "diggings"], ["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "dig"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shot"], ["archeological site", "the site of an archeological exploration", "archeological site"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "slam"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "gibe"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "jibe"], ["pad", "temporary living quarters", "pad"], ["lodgings", "temporary living quarters", "lodgings"], ["domiciliation", "temporary living quarters", "domiciliation"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shaft"], ["jab", "the act of touching someone suddenly with your finger or elbow", "jab"], ["excavation", "the act of digging", "excavation"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "barb"]]}, {"answer": "diminution", "hint": "synonyms for diminution", "clues": [["decrease", "the act of decreasing or reducing something", "decrease"], ["reduction", "the act of decreasing or reducing something", "reduction"], ["decline", "change toward something smaller or lower", "decline"], ["step-down", "the act of decreasing or reducing something", "step-down"]]}, {"answer": "diminutiveness", "hint": "synonyms for diminutiveness", "clues": [["minuteness", "the property of being very small in size", "minuteness"], ["petiteness", "the property of being very small in size", "petiteness"], ["weeness", "the property of being very small in size", "weeness"], ["tininess", "the property of being very small in size", "tininess"]]}, {"answer": "din", "hint": "synonyms for din", "clues": [["commotion", "the act of making a noisy disturbance", "commotion"], ["ruckus", "the act of making a noisy disturbance", "ruckus"], ["ruction", "the act of making a noisy disturbance", "ruction"], ["tumult", "the act of making a noisy disturbance", "tumult"], ["rumpus", "the act of making a noisy disturbance", "rumpus"], ["blaring", "a loud harsh or strident noise", "blaring"], ["clamor", "a loud harsh or strident noise", "clamor"], ["cacophony", "a loud harsh or strident noise", "cacophony"], ["blare", "a loud harsh or strident noise", "blare"]]}, {"answer": "dinero", "hint": "synonyms for dinero", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "diode", "hint": "synonyms for diode", "clues": [["rectifying valve", "a thermionic tube having two electrodes; used as a rectifier", "rectifying valve"], ["junction rectifier", "a semiconductor that consists of a p-n junction", "junction rectifier"], ["semiconductor diode", "a semiconductor that consists of a p-n junction", "semiconductor diode"], ["crystal rectifier", "a semiconductor that consists of a p-n junction", "crystal rectifier"], ["rectifying tube", "a thermionic tube having two electrodes; used as a rectifier", "rectifying tube"]]}, {"answer": "dip", "hint": "synonyms for dip", "clues": [["drop", "a sudden sharp decrease in some quantity", "drop"], ["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "inclination"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic inclination"], ["plunge", "a brief swim in water", "plunge"], ["fall", "a sudden sharp decrease in some quantity", "fall"], ["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic dip"], ["free fall", "a sudden sharp decrease in some quantity", "free fall"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "angle of dip"]]}, {"answer": "diplomacy", "hint": "synonyms for diplomacy", "clues": [["statecraft", "wisdom in the management of public affairs", "statecraft"], ["discreetness", "subtly skillful handling of a situation", "discreetness"], ["finesse", "subtly skillful handling of a situation", "finesse"], ["diplomatic negotiations", "negotiation between nations", "diplomatic negotiations"], ["delicacy", "subtly skillful handling of a situation", "delicacy"], ["statesmanship", "wisdom in the management of public affairs", "statesmanship"]]}, {"answer": "direction", "hint": "synonyms for direction", "clues": [["counselling", "something that provides direction or advice as to a decision or course of action", "counselling"], ["guidance", "the act of setting and holding a course", "guidance"], ["charge", "a formal statement of a command or injunction to do something", "charge"], ["way", "a line leading to a place or point", "way"], ["focal point", "the concentration of attention or energy on something", "focal point"], ["counsel", "something that provides direction or advice as to a decision or course of action", "counsel"], ["instruction", "a message describing how something is to be done", "instruction"], ["steering", "the act of setting and holding a course", "steering"], ["centering", "the concentration of attention or energy on something", "centering"], ["focus", "the concentration of attention or energy on something", "focus"], ["focussing", "the concentration of attention or energy on something", "focussing"], ["management", "the act of managing something", "management"], ["commission", "a formal statement of a command or injunction to do something", "commission"]]}, {"answer": "directness", "hint": "synonyms for directness", "clues": [["candidness", "the quality of being honest and straightforward in attitude and speech", "candidness"], ["straightness", "trueness of course toward a goal", "straightness"], ["candor", "the quality of being honest and straightforward in attitude and speech", "candor"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech", "forthrightness"], ["frankness", "the quality of being honest and straightforward in attitude and speech", "frankness"]]}, {"answer": "dirge", "hint": "synonyms for dirge", "clues": [["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person", "coronach"], ["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person", "lament"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person", "requiem"], ["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person", "threnody"]]}, {"answer": "dirty_money", "hint": "synonyms for dirty money", "clues": [["pillage", "goods or money obtained illegally", "pillage"], ["swag", "goods or money obtained illegally", "swag"], ["plunder", "goods or money obtained illegally", "plunder"], ["prize", "goods or money obtained illegally", "prize"], ["booty", "goods or money obtained illegally", "booty"], ["loot", "goods or money obtained illegally", "loot"]]}, {"answer": "dirty_word", "hint": "synonyms for dirty word", "clues": [["smut", "an offensive or indecent word or phrase", "smut"], ["vulgarism", "an offensive or indecent word or phrase", "vulgarism"], ["obscenity", "an offensive or indecent word or phrase", "obscenity"], ["filth", "an offensive or indecent word or phrase", "filth"]]}, {"answer": "disarray", "hint": "synonyms for disarray", "clues": [["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "mental confusion"], ["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusion"], ["disorderliness", "untidiness (especially of clothing and appearance)", "disorderliness"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusedness"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior", "muddiness"]]}, {"answer": "disaster", "hint": "synonyms for disaster", "clues": [["tragedy", "an event resulting in great loss and misfortune", "tragedy"], ["cataclysm", "an event resulting in great loss and misfortune", "cataclysm"], ["calamity", "an event resulting in great loss and misfortune", "calamity"], ["catastrophe", "an event resulting in great loss and misfortune", "catastrophe"]]}, {"answer": "disbelief", "hint": "synonyms for disbelief", "clues": [["incredulity", "doubt about the truth of something", "incredulity"], ["mental rejection", "doubt about the truth of something", "mental rejection"], ["unbelief", "a rejection of belief", "unbelief"], ["skepticism", "doubt about the truth of something", "skepticism"]]}, {"answer": "disbursal", "hint": "synonyms for disbursal", "clues": [["disbursement", "the act of spending or disbursing money", "disbursement"], ["spending", "the act of spending or disbursing money", "spending"], ["outlay", "the act of spending or disbursing money", "outlay"], ["expense", "amounts paid for goods and services that may be currently tax deductible (as opposed to capital expenditures)", "expense"]]}, {"answer": "disbursement", "hint": "synonyms for disbursement", "clues": [["disbursal", "the act of spending or disbursing money", "disbursal"], ["spending", "the act of spending or disbursing money", "spending"], ["outlay", "the act of spending or disbursing money", "outlay"], ["expense", "amounts paid for goods and services that may be currently tax deductible (as opposed to capital expenditures)", "expense"]]}, {"answer": "disc", "hint": "synonyms for disc", "clues": [["disk", "a flat circular plate", "disk"], ["phonograph record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "phonograph record"], ["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "record"], ["saucer", "something with a round shape resembling a flat circular plate", "saucer"], ["magnetic disk", "(computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored", "magnetic disk"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "platter"]]}, {"answer": "disceptation", "hint": "synonyms for disceptation", "clues": [["argument", "a contentious speech act; a dispute where there is strong disagreement", "argument"], ["contention", "a contentious speech act; a dispute where there is strong disagreement", "contention"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement", "contestation"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement", "arguing"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement", "controversy"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement", "tilt"], ["disputation", "a contentious speech act; a dispute where there is strong disagreement", "disputation"]]}, {"answer": "discernment", "hint": "synonyms for discernment", "clues": [["perceptiveness", "delicate discrimination (especially of aesthetic values)", "perceptiveness"], ["sagaciousness", "the mental ability to understand and discriminate between relations", "sagaciousness"], ["discretion", "the trait of judging wisely and objectively", "discretion"], ["understanding", "the cognitive condition of someone who understands", "understanding"], ["sagacity", "the mental ability to understand and discriminate between relations", "sagacity"], ["savvy", "the cognitive condition of someone who understands", "savvy"], ["judgment", "the mental ability to understand and discriminate between relations", "judgment"], ["taste", "delicate discrimination (especially of aesthetic values)", "taste"], ["apprehension", "the cognitive condition of someone who understands", "apprehension"], ["appreciation", "delicate discrimination (especially of aesthetic values)", "appreciation"]]}, {"answer": "discharge", "hint": "synonyms for discharge", "clues": [["arc", "electrical conduction through a gas in an applied electric field", "arc"], ["run", "the pouring forth of a fluid", "run"], ["expelling", "any of several bodily processes by which substances go out of the body", "expelling"], ["release", "the termination of someone's employment (leaving them free to depart)", "release"], ["sacking", "the termination of someone's employment (leaving them free to depart)", "sacking"], ["waiver", "a formal written statement of relinquishment", "waiver"], ["firing", "the termination of someone's employment (leaving them free to depart)", "firing"], ["outpouring", "the pouring forth of a fluid", "outpouring"], ["spark", "electrical conduction through a gas in an applied electric field", "spark"], ["emission", "a substance that is emitted or released", "emission"], ["liberation", "the termination of someone's employment (leaving them free to depart)", "liberation"], ["electric discharge", "electrical conduction through a gas in an applied electric field", "electric discharge"], ["electric arc", "electrical conduction through a gas in an applied electric field", "electric arc"], ["dismissal", "the termination of someone's employment (leaving them free to depart)", "dismissal"], ["venting", "the act of venting", "venting"], ["dismission", "the termination of someone's employment (leaving them free to depart)", "dismission"], ["firing off", "the act of discharging a gun", "firing off"]]}, {"answer": "discipline", "hint": "synonyms for discipline", "clues": [["field of study", "a branch of knowledge", "field of study"], ["subject area", "a branch of knowledge", "subject area"], ["correction", "the act of punishing", "correction"], ["field", "a branch of knowledge", "field"], ["study", "a branch of knowledge", "study"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["subject", "a branch of knowledge", "subject"], ["subject field", "a branch of knowledge", "subject field"]]}, {"answer": "disco_biscuit", "hint": "synonyms for disco biscuit", "clues": [["go", "street names for methylenedioxymethamphetamine", "go"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"]]}, {"answer": "discount", "hint": "synonyms for discount", "clues": [["deduction", "an amount or percentage deducted", "deduction"], ["bank discount", "interest on an annual basis deducted in advance on a loan", "bank discount"], ["rebate", "a refund of some fraction of the amount paid", "rebate"], ["discount rate", "interest on an annual basis deducted in advance on a loan", "discount rate"], ["price reduction", "the act of reducing the selling price of merchandise", "price reduction"]]}, {"answer": "discourse", "hint": "synonyms for discourse", "clues": [["preaching", "an address of a religious nature (usually delivered during a church service)", "preaching"], ["sermon", "an address of a religious nature (usually delivered during a church service)", "sermon"], ["treatment", "an extended communication (often interactive) dealing with some particular topic", "treatment"], ["discussion", "an extended communication (often interactive) dealing with some particular topic", "discussion"]]}, {"answer": "discourtesy", "hint": "synonyms for discourtesy", "clues": [["offense", "a lack of politeness; a failure to show regard for others; wounding the feelings or others", "offense"], ["rudeness", "a manner that is rude and insulting", "rudeness"], ["offensive activity", "a lack of politeness; a failure to show regard for others; wounding the feelings or others", "offensive activity"], ["disrespect", "an expression of lack of respect", "disrespect"]]}, {"answer": "discreetness", "hint": "synonyms for discreetness", "clues": [["circumspection", "knowing how to avoid embarrassment or distress", "circumspection"], ["prudence", "knowing how to avoid embarrassment or distress", "prudence"], ["finesse", "subtly skillful handling of a situation", "finesse"], ["delicacy", "subtly skillful handling of a situation", "delicacy"], ["discretion", "knowing how to avoid embarrassment or distress", "discretion"], ["diplomacy", "subtly skillful handling of a situation", "diplomacy"]]}, {"answer": "discrepancy", "hint": "synonyms for discrepancy", "clues": [["variant", "an event that departs from expectations", "variant"], ["divergence", "a difference between conflicting facts or claims or opinions", "divergence"], ["variance", "a difference between conflicting facts or claims or opinions", "variance"], ["disagreement", "a difference between conflicting facts or claims or opinions", "disagreement"]]}, {"answer": "discretion", "hint": "synonyms for discretion", "clues": [["circumspection", "knowing how to avoid embarrassment or distress", "circumspection"], ["discreetness", "knowing how to avoid embarrassment or distress", "discreetness"], ["prudence", "knowing how to avoid embarrassment or distress", "prudence"], ["discernment", "the trait of judging wisely and objectively", "discernment"], ["delicacy", "refined taste; tact", "delicacy"], ["free will", "the power of making free choices unconstrained by external agencies", "free will"]]}, {"answer": "discussion", "hint": "synonyms for discussion", "clues": [["treatment", "an extended communication (often interactive) dealing with some particular topic", "treatment"], ["give-and-take", "an exchange of views on some topic", "give-and-take"], ["discourse", "an extended communication (often interactive) dealing with some particular topic", "discourse"], ["word", "an exchange of views on some topic", "word"]]}, {"answer": "disdain", "hint": "synonyms for disdain", "clues": [["condescension", "a communication that indicates lack of respect by patronizing the recipient", "condescension"], ["contempt", "lack of respect accompanied by a feeling of intense dislike", "contempt"], ["despite", "lack of respect accompanied by a feeling of intense dislike", "despite"], ["patronage", "a communication that indicates lack of respect by patronizing the recipient", "patronage"], ["scorn", "lack of respect accompanied by a feeling of intense dislike", "scorn"]]}, {"answer": "disgorgement", "hint": "synonyms for disgorgement", "clues": [["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth", "regurgitation"], ["vomiting", "the reflex act of ejecting the contents of the stomach through the mouth", "vomiting"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth", "emesis"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth", "puking"]]}, {"answer": "disgustingness", "hint": "synonyms for disgustingness", "clues": [["unsavoriness", "extreme unpalatability to the mouth", "unsavoriness"], ["nauseatingness", "extreme unpalatability to the mouth", "nauseatingness"], ["distastefulness", "extreme unpalatability to the mouth", "distastefulness"], ["sickeningness", "extreme unpalatability to the mouth", "sickeningness"]]}, {"answer": "dish", "hint": "synonyms for dish", "clues": [["dish antenna", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation", "dish antenna"], ["dishful", "the quantity that a dish will hold", "dishful"], ["cup of tea", "an activity that you like or at which you are superior", "cup of tea"], ["dish aerial", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation", "dish aerial"], ["bag", "an activity that you like or at which you are superior", "bag"], ["saucer", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation", "saucer"]]}, {"answer": "disinclination", "hint": "synonyms for disinclination", "clues": [["hesitation", "a certain degree of unwillingness", "hesitation"], ["indisposition", "a certain degree of unwillingness", "indisposition"], ["reluctance", "a certain degree of unwillingness", "reluctance"], ["hesitancy", "a certain degree of unwillingness", "hesitancy"]]}, {"answer": "disintegration", "hint": "synonyms for disintegration", "clues": [["radioactive decay", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation", "radioactive decay"], ["decay", "the spontaneous disintegration of a radioactive substance along with the emission of ionizing radiation", "decay"], ["dissolution", "separation into component parts", "dissolution"], ["annihilation", "total destruction", "annihilation"]]}, {"answer": "disk", "hint": "synonyms for disk", "clues": [["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disc"], ["phonograph record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "phonograph record"], ["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "record"], ["saucer", "something with a round shape resembling a flat circular plate", "saucer"], ["magnetic disk", "(computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored", "magnetic disk"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "platter"]]}, {"answer": "dismay", "hint": "synonyms for dismay", "clues": [["disheartenment", "the feeling of despair in the face of obstacles", "disheartenment"], ["discouragement", "the feeling of despair in the face of obstacles", "discouragement"], ["consternation", "fear resulting from the awareness of danger", "consternation"], ["alarm", "fear resulting from the awareness of danger", "alarm"]]}, {"answer": "dismissal", "hint": "synonyms for dismissal", "clues": [["judgement of dismissal", "a judgment disposing of the matter without a trial", "judgement of dismissal"], ["release", "the termination of someone's employment (leaving them free to depart)", "release"], ["discharge", "the termination of someone's employment (leaving them free to depart)", "discharge"], ["sacking", "the termination of someone's employment (leaving them free to depart)", "sacking"], ["pink slip", "official notice that you have been fired from your job", "pink slip"], ["dismission", "official notice that you have been fired from your job", "dismission"], ["firing", "the termination of someone's employment (leaving them free to depart)", "firing"], ["liberation", "the termination of someone's employment (leaving them free to depart)", "liberation"]]}, {"answer": "dismission", "hint": "synonyms for dismission", "clues": [["dismissal", "the termination of someone's employment (leaving them free to depart)", "dismissal"], ["release", "the termination of someone's employment (leaving them free to depart)", "release"], ["discharge", "the termination of someone's employment (leaving them free to depart)", "discharge"], ["sacking", "the termination of someone's employment (leaving them free to depart)", "sacking"], ["pink slip", "official notice that you have been fired from your job", "pink slip"], ["firing", "the termination of someone's employment (leaving them free to depart)", "firing"], ["liberation", "the termination of someone's employment (leaving them free to depart)", "liberation"]]}, {"answer": "dispatch", "hint": "synonyms for dispatch", "clues": [["communique", "an official report (usually sent in haste)", "communique"], ["despatch", "the property of being prompt and efficient", "despatch"], ["expeditiousness", "the property of being prompt and efficient", "expeditiousness"], ["shipment", "the act of sending off something", "shipment"], ["expedition", "the property of being prompt and efficient", "expedition"]]}, {"answer": "dispersion", "hint": "synonyms for dispersion", "clues": [["dispersal", "the act of dispersing or diffusing something", "dispersal"], ["diffusion", "the act of dispersing or diffusing something", "diffusion"], ["distribution", "the spatial or geographic property of being scattered about over a range, area, or volume", "distribution"], ["dissemination", "the act of dispersing or diffusing something", "dissemination"], ["scattering", "spreading widely or driving off", "scattering"]]}, {"answer": "dispiritedness", "hint": "synonyms for dispiritedness", "clues": [["low-spiritedness", "a feeling of low spirits", "low-spiritedness"], ["lowness", "a feeling of low spirits", "lowness"], ["downheartedness", "a feeling of low spirits", "downheartedness"], ["dejectedness", "a feeling of low spirits", "dejectedness"]]}, {"answer": "displacement", "hint": "synonyms for displacement", "clues": [["shift", "an event in which something is displaced without rotation", "shift"], ["translation", "the act of uniform movement", "translation"], ["supplanting", "act of taking the place of another especially using underhanded tactics", "supplanting"], ["displacement reaction", "(chemistry) a reaction in which an elementary substance displaces and sets free a constituent element from a compound", "displacement reaction"], ["deracination", "to move something from its natural environment", "deracination"]]}, {"answer": "displacement_unit", "hint": "synonyms for displacement unit", "clues": [["capacity measure", "a unit of measurement of volume or capacity", "capacity measure"], ["cubage unit", "a unit of measurement of volume or capacity", "cubage unit"], ["cubic content unit", "a unit of measurement of volume or capacity", "cubic content unit"], ["volume unit", "a unit of measurement of volume or capacity", "volume unit"], ["capacity unit", "a unit of measurement of volume or capacity", "capacity unit"], ["cubic measure", "a unit of measurement of volume or capacity", "cubic measure"], ["cubature unit", "a unit of measurement of volume or capacity", "cubature unit"]]}, {"answer": "display", "hint": "synonyms for display", "clues": [["show", "something intended to communicate a particular impression", "show"], ["presentation", "a visual representation of something", "presentation"], ["exhibit", "something shown to the public", "exhibit"], ["video display", "an electronic device that represents information in visual form", "video display"]]}, {"answer": "disposal", "hint": "synonyms for disposal", "clues": [["administration", "a method of tending to or managing the affairs of a some group of people (especially the group's business affairs)", "administration"], ["electric pig", "a kitchen appliance for disposing of garbage", "electric pig"], ["garbage disposal", "a kitchen appliance for disposing of garbage", "garbage disposal"], ["disposition", "the act or means of getting rid of something", "disposition"]]}, {"answer": "disposition", "hint": "synonyms for disposition", "clues": [["tendency", "an attitude of mind especially one that favors one alternative over others", "tendency"], ["inclination", "an attitude of mind especially one that favors one alternative over others", "inclination"], ["temperament", "your usual mood", "temperament"], ["disposal", "the act or means of getting rid of something", "disposal"]]}, {"answer": "disproof", "hint": "synonyms for disproof", "clues": [["falsification", "any evidence that helps to establish the falsity of something", "falsification"], ["refutation", "any evidence that helps to establish the falsity of something", "refutation"], ["falsifying", "the act of determining that something is false", "falsifying"], ["refutal", "the act of determining that something is false", "refutal"]]}, {"answer": "disputation", "hint": "synonyms for disputation", "clues": [["argument", "a contentious speech act; a dispute where there is strong disagreement", "argument"], ["public debate", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)", "public debate"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement", "disceptation"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement", "controversy"], ["contention", "a contentious speech act; a dispute where there is strong disagreement", "contention"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement", "contestation"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement", "arguing"], ["tilt", "a contentious speech act; a dispute where there is strong disagreement", "tilt"], ["debate", "the formal presentation of a stated proposition and the opposition to it (usually followed by a vote)", "debate"]]}, {"answer": "dispute", "hint": "synonyms for dispute", "clues": [["contravention", "coming into conflict with", "contravention"], ["difference", "a disagreement or argument about something important", "difference"], ["difference of opinion", "a disagreement or argument about something important", "difference of opinion"], ["conflict", "a disagreement or argument about something important", "conflict"]]}, {"answer": "disruption", "hint": "synonyms for disruption", "clues": [["break", "an act of delaying or interrupting the continuity", "break"], ["gap", "an act of delaying or interrupting the continuity", "gap"], ["dislocation", "an event that results in a displacement or discontinuity", "dislocation"], ["interruption", "an act of delaying or interrupting the continuity", "interruption"], ["perturbation", "the act of causing disorder", "perturbation"]]}, {"answer": "dissembling", "hint": "synonyms for dissembling", "clues": [["dissimulation", "the act of deceiving", "dissimulation"], ["feigning", "pretending with intention to deceive", "feigning"], ["pretence", "pretending with intention to deceive", "pretence"], ["deception", "the act of deceiving", "deception"], ["deceit", "the act of deceiving", "deceit"]]}, {"answer": "dissemination", "hint": "synonyms for dissemination", "clues": [["dispersal", "the act of dispersing or diffusing something", "dispersal"], ["spreading", "the opening of a subject to widespread discussion and debate", "spreading"], ["public exposure", "the opening of a subject to widespread discussion and debate", "public exposure"], ["dispersion", "the act of dispersing or diffusing something", "dispersion"], ["airing", "the opening of a subject to widespread discussion and debate", "airing"], ["diffusion", "the act of dispersing or diffusing something", "diffusion"]]}, {"answer": "dissipation", "hint": "synonyms for dissipation", "clues": [["licentiousness", "dissolute indulgence in sensual pleasure", "licentiousness"], ["looseness", "dissolute indulgence in sensual pleasure", "looseness"], ["wastefulness", "useless or profitless activity; using or expending or consuming thoughtlessly or carelessly", "wastefulness"], ["waste", "useless or profitless activity; using or expending or consuming thoughtlessly or carelessly", "waste"], ["dissolution", "dissolute indulgence in sensual pleasure", "dissolution"], ["profligacy", "dissolute indulgence in sensual pleasure", "profligacy"]]}, {"answer": "dissolution", "hint": "synonyms for dissolution", "clues": [["licentiousness", "dissolute indulgence in sensual pleasure", "licentiousness"], ["looseness", "dissolute indulgence in sensual pleasure", "looseness"], ["dissipation", "dissolute indulgence in sensual pleasure", "dissipation"], ["adjournment", "the termination of a meeting", "adjournment"], ["disintegration", "separation into component parts", "disintegration"], ["breakup", "the termination or disintegration of a relationship (between persons or nations)", "breakup"], ["dissolving", "the process of going into solution", "dissolving"], ["profligacy", "dissolute indulgence in sensual pleasure", "profligacy"]]}, {"answer": "distastefulness", "hint": "synonyms for distastefulness", "clues": [["odiousness", "the quality of being offensive", "odiousness"], ["unsavoriness", "extreme unpalatability to the mouth", "unsavoriness"], ["nauseatingness", "extreme unpalatability to the mouth", "nauseatingness"], ["offensiveness", "the quality of being offensive", "offensiveness"], ["disgustingness", "extreme unpalatability to the mouth", "disgustingness"], ["sickeningness", "extreme unpalatability to the mouth", "sickeningness"]]}, {"answer": "distich", "hint": "synonyms for distich", "clues": [["twosome", "two items of the same kind", "twosome"], ["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["pair", "two items of the same kind", "pair"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["yoke", "two items of the same kind", "yoke"], ["couplet", "two items of the same kind", "couplet"], ["twain", "two items of the same kind", "twain"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "distinctiveness", "hint": "synonyms for distinctiveness", "clues": [["peculiarity", "a distinguishing trait", "peculiarity"], ["specialty", "a distinguishing trait", "specialty"], ["disparateness", "utter dissimilarity", "disparateness"], ["specialness", "a distinguishing trait", "specialness"]]}, {"answer": "distortion", "hint": "synonyms for distortion", "clues": [["deformation", "a change for the worse", "deformation"], ["optical aberration", "an optical phenomenon resulting from the failure of a lens or mirror to produce a good image", "optical aberration"], ["distorted shape", "a shape resulting from distortion", "distorted shape"], ["aberration", "an optical phenomenon resulting from the failure of a lens or mirror to produce a good image", "aberration"], ["twisting", "the act of distorting something so it seems to mean something it was not intended to mean", "twisting"], ["torture", "the act of distorting something so it seems to mean something it was not intended to mean", "torture"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean", "overrefinement"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean", "straining"]]}, {"answer": "distrust", "hint": "synonyms for distrust", "clues": [["distrustfulness", "the trait of not trusting others", "distrustfulness"], ["mistrust", "doubt about someone's honesty", "mistrust"], ["suspicion", "doubt about someone's honesty", "suspicion"], ["misgiving", "doubt about someone's honesty", "misgiving"]]}, {"answer": "disturbance", "hint": "synonyms for disturbance", "clues": [["noise", "electrical or acoustic activity that can disturb communication", "noise"], ["interference", "electrical or acoustic activity that can disturb communication", "interference"], ["affray", "a noisy fight", "affray"], ["perturbation", "activity that is a malfunction, intrusion, or interruption", "perturbation"], ["ruffle", "a noisy fight", "ruffle"], ["fray", "a noisy fight", "fray"]]}, {"answer": "divagation", "hint": "synonyms for divagation", "clues": [["deviation", "a turning aside (of your course or attention or concern)", "deviation"], ["deflexion", "a turning aside (of your course or attention or concern)", "deflexion"], ["excursus", "a message that departs from the main subject", "excursus"], ["aside", "a message that departs from the main subject", "aside"], ["digression", "a turning aside (of your course or attention or concern)", "digression"], ["deflection", "a turning aside (of your course or attention or concern)", "deflection"], ["parenthesis", "a message that departs from the main subject", "parenthesis"], ["diversion", "a turning aside (of your course or attention or concern)", "diversion"]]}, {"answer": "divergence", "hint": "synonyms for divergence", "clues": [["departure", "a variation that deviates from the standard or norm", "departure"], ["variance", "a difference between conflicting facts or claims or opinions", "variance"], ["disagreement", "a difference between conflicting facts or claims or opinions", "disagreement"], ["discrepancy", "a difference between conflicting facts or claims or opinions", "discrepancy"], ["divergency", "an infinite series that has no limit", "divergency"], ["difference", "a variation that deviates from the standard or norm", "difference"], ["deviation", "a variation that deviates from the standard or norm", "deviation"]]}, {"answer": "diversion", "hint": "synonyms for diversion", "clues": [["deflexion", "a turning aside (of your course or attention or concern)", "deflexion"], ["recreation", "an activity that diverts or amuses or stimulates", "recreation"], ["divagation", "a turning aside (of your course or attention or concern)", "divagation"], ["diversionary attack", "an attack calculated to draw enemy defense away from the point of the principal attack", "diversionary attack"], ["digression", "a turning aside (of your course or attention or concern)", "digression"], ["deflection", "a turning aside (of your course or attention or concern)", "deflection"], ["deviation", "a turning aside (of your course or attention or concern)", "deviation"]]}, {"answer": "divination", "hint": "synonyms for divination", "clues": [["fortune telling", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means", "fortune telling"], ["soothsaying", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means", "soothsaying"], ["prophecy", "a prediction uttered under divine inspiration", "prophecy"], ["foretelling", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means", "foretelling"]]}, {"answer": "divinyl_ether", "hint": "synonyms for divinyl ether", "clues": [["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "vinyl ether"], ["ethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethyl ether"], ["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethoxyethane"], ["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ether"]]}, {"answer": "division", "hint": "synonyms for division", "clues": [["variance", "discord that splits a group", "variance"], ["section", "one of the portions into which something is regarded as divided and which together constitute a whole", "section"], ["naval division", "a group of ships of similar type", "naval division"], ["part", "one of the portions into which something is regarded as divided and which together constitute a whole", "part"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "segmentation"], ["air division", "a unit of the United States Air Force usually comprising two or more wings", "air division"], ["sectionalisation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "sectionalisation"], ["class", "a league ranked by quality", "class"], ["partitioning", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "partitioning"]]}, {"answer": "do", "hint": "synonyms for do", "clues": [["ut", "the syllable naming the first (tonic) note of any major scale in solmization", "ut"], ["doh", "the syllable naming the first (tonic) note of any major scale in solmization", "doh"], ["brawl", "an uproarious party", "brawl"], ["bash", "an uproarious party", "bash"]]}, {"answer": "dock", "hint": "synonyms for dock", "clues": [["pier", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats", "pier"], ["loading dock", "a platform where trucks or trains can be loaded or unloaded", "loading dock"], ["dockage", "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out", "dockage"], ["wharfage", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats", "wharfage"], ["wharf", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats", "wharf"], ["docking facility", "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out", "docking facility"]]}, {"answer": "dockage", "hint": "synonyms for dockage", "clues": [["tying up", "the act of securing an arriving vessel with ropes", "tying up"], ["moorage", "the act of securing an arriving vessel with ropes", "moorage"], ["docking fee", "a fee charged for a vessel to use a dock", "docking fee"], ["dock", "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out", "dock"], ["docking facility", "landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out", "docking facility"]]}, {"answer": "doctrine", "hint": "synonyms for doctrine", "clues": [["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school", "ism"], ["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophy"], ["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school", "school of thought"], ["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophical system"]]}, {"answer": "documentation", "hint": "synonyms for documentation", "clues": [["software documentation", "program listings or technical manuals describing the operation and use of programs", "software documentation"], ["certification", "confirmation that some fact or statement is true through the use of documentary evidence", "certification"], ["corroboration", "confirmation that some fact or statement is true through the use of documentary evidence", "corroboration"], ["support", "documentary validation", "support"]]}, {"answer": "dodge", "hint": "synonyms for dodge", "clues": [["dodging", "a statement that evades the question by cleverness or trickery", "dodging"], ["stratagem", "an elaborate or deceitful scheme contrived to deceive or evade", "stratagem"], ["scheme", "a statement that evades the question by cleverness or trickery", "scheme"], ["contrivance", "an elaborate or deceitful scheme contrived to deceive or evade", "contrivance"]]}, {"answer": "dodging", "hint": "synonyms for dodging", "clues": [["evasion", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do", "evasion"], ["shunning", "deliberately avoiding; keeping away from or preventing from happening", "shunning"], ["turning away", "deliberately avoiding; keeping away from or preventing from happening", "turning away"], ["escape", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do", "escape"], ["avoidance", "deliberately avoiding; keeping away from or preventing from happening", "avoidance"], ["scheme", "a statement that evades the question by cleverness or trickery", "scheme"], ["dodge", "a statement that evades the question by cleverness or trickery", "dodge"]]}, {"answer": "dog", "hint": "synonyms for dog", "clues": [["pawl", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward", "pawl"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frankfurter"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hot dog"], ["andiron", "metal supports for logs in a fireplace", "andiron"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wienerwurst"], ["detent", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward", "detent"], ["firedog", "metal supports for logs in a fireplace", "firedog"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "weenie"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wiener"], ["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frank"], ["click", "a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward", "click"], ["dog-iron", "metal supports for logs in a fireplace", "dog-iron"]]}, {"answer": "dog_collar", "hint": "synonyms for dog collar", "clues": [["clerical collar", "a stiff white collar with no opening in the front; a distinctive symbol of the clergy", "clerical collar"], ["choker", "necklace that fits tightly around a woman's neck", "choker"], ["neckband", "necklace that fits tightly around a woman's neck", "neckband"], ["collar", "necklace that fits tightly around a woman's neck", "collar"]]}, {"answer": "dogfight", "hint": "synonyms for dogfight", "clues": [["scuffle", "disorderly fighting", "scuffle"], ["tussle", "disorderly fighting", "tussle"], ["hassle", "disorderly fighting", "hassle"], ["rough-and-tumble", "disorderly fighting", "rough-and-tumble"]]}, {"answer": "doggedness", "hint": "synonyms for doggedness", "clues": [["persistence", "persistent determination", "persistence"], ["perseverance", "persistent determination", "perseverance"], ["tenacity", "persistent determination", "tenacity"], ["tenaciousness", "persistent determination", "tenaciousness"], ["pertinacity", "persistent determination", "pertinacity"]]}, {"answer": "dogshit", "hint": "synonyms for dogshit", "clues": [["shit", "obscene words for unacceptable behavior", "shit"], ["bullshit", "obscene words for unacceptable behavior", "bullshit"], ["horseshit", "obscene words for unacceptable behavior", "horseshit"], ["crap", "obscene words for unacceptable behavior", "crap"], ["bull", "obscene words for unacceptable behavior", "bull"]]}, {"answer": "dollar", "hint": "synonyms for dollar", "clues": [["dollar mark", "a symbol of commercialism or greed", "dollar mark"], ["dollar bill", "a piece of paper money worth one dollar", "dollar bill"], ["dollar sign", "a symbol of commercialism or greed", "dollar sign"], ["buck", "a piece of paper money worth one dollar", "buck"], ["one dollar bill", "a piece of paper money worth one dollar", "one dollar bill"], ["clam", "a piece of paper money worth one dollar", "clam"]]}, {"answer": "dollar_bill", "hint": "synonyms for dollar bill", "clues": [["buck", "a piece of paper money worth one dollar", "buck"], ["dollar", "a piece of paper money worth one dollar", "dollar"], ["one dollar bill", "a piece of paper money worth one dollar", "one dollar bill"], ["clam", "a piece of paper money worth one dollar", "clam"]]}, {"answer": "dolmen", "hint": "synonyms for dolmen", "clues": [["portal tomb", "a prehistoric megalithic tomb typically having two large upright stones and a capstone", "portal tomb"], ["dolman", "a hussar's jacket worn over the shoulders", "dolman"], ["dolman jacket", "a hussar's jacket worn over the shoulders", "dolman jacket"], ["cromlech", "a prehistoric megalithic tomb typically having two large upright stones and a capstone", "cromlech"]]}, {"answer": "dolophine_hydrochloride", "hint": "synonyms for dolophine hydrochloride", "clues": [["methadon", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadon"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "synthetic heroin"], ["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "fixer"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadone hydrochloride"]]}, {"answer": "domain", "hint": "synonyms for domain", "clues": [["domain of a function", "(mathematics) the set of values of the independent variable for which a function is defined", "domain of a function"], ["knowledge base", "the content of a particular field of knowledge", "knowledge base"], ["world", "people in general; especially a distinctive group of people with some shared interest", "world"], ["land", "territory over which rule or control is exercised", "land"], ["demesne", "territory over which rule or control is exercised", "demesne"], ["knowledge domain", "the content of a particular field of knowledge", "knowledge domain"]]}, {"answer": "domicile", "hint": "synonyms for domicile", "clues": [["abode", "housing that someone is living in", "abode"], ["dwelling house", "housing that someone is living in", "dwelling house"], ["dwelling", "housing that someone is living in", "dwelling"], ["habitation", "housing that someone is living in", "habitation"], ["home", "housing that someone is living in", "home"], ["legal residence", "(law) the residence where you have your permanent home or principal establishment and to where, whenever you are absent, you intend to return; every person is compelled to have one and only one domicile at a time", "legal residence"]]}, {"answer": "domiciliation", "hint": "synonyms for domiciliation", "clues": [["pad", "temporary living quarters", "pad"], ["diggings", "temporary living quarters", "diggings"], ["lodgings", "temporary living quarters", "lodgings"], ["digs", "temporary living quarters", "digs"]]}, {"answer": "dominance", "hint": "synonyms for dominance", "clues": [["authorization", "the power or right to give orders or make decisions", "authorization"], ["laterality", "superior development of one side of the body", "laterality"], ["say-so", "the power or right to give orders or make decisions", "say-so"], ["potency", "the power or right to give orders or make decisions", "potency"], ["authority", "the power or right to give orders or make decisions", "authority"]]}, {"answer": "doodad", "hint": "synonyms for doodad", "clues": [["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "doodly-squat", "hint": "synonyms for doodly-squat", "clues": [["diddly", "a small worthless amount", "diddly"], ["shit", "a small worthless amount", "shit"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["jack", "a small worthless amount", "jack"], ["squat", "a small worthless amount", "squat"]]}, {"answer": "doohickey", "hint": "synonyms for doohickey", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "doojigger", "hint": "synonyms for doojigger", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"]]}, {"answer": "doomsday", "hint": "synonyms for doomsday", "clues": [["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["doom", "an unpleasant or disastrous destiny", "doom"], ["end of the world", "an unpleasant or disastrous destiny", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "an unpleasant or disastrous destiny", "day of reckoning"]]}, {"answer": "dope", "hint": "synonyms for dope", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["poop", "slang terms for inside information", "poop"], ["the skinny", "slang terms for inside information", "the skinny"], ["low-down", "slang terms for inside information", "low-down"], ["skunk", "street names for marijuana", "skunk"], ["weed", "street names for marijuana", "weed"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["grass", "street names for marijuana", "grass"], ["cola", "carbonated drink flavored with extract from kola nuts (`dope' is a southernism in the United States)", "cola"], ["smoke", "street names for marijuana", "smoke"], ["locoweed", "street names for marijuana", "locoweed"]]}, {"answer": "dorm", "hint": "synonyms for dorm", "clues": [["dormitory", "a college or university building containing living quarters for students", "dormitory"], ["hall", "a college or university building containing living quarters for students", "hall"], ["residence hall", "a college or university building containing living quarters for students", "residence hall"], ["student residence", "a college or university building containing living quarters for students", "student residence"]]}, {"answer": "dormitory", "hint": "synonyms for dormitory", "clues": [["residence hall", "a college or university building containing living quarters for students", "residence hall"], ["dorm", "a college or university building containing living quarters for students", "dorm"], ["hall", "a college or university building containing living quarters for students", "hall"], ["dormitory room", "a large sleeping room containing several beds", "dormitory room"], ["dorm room", "a large sleeping room containing several beds", "dorm room"], ["student residence", "a college or university building containing living quarters for students", "student residence"]]}, {"answer": "dos", "hint": "synonyms for dos", "clues": [["brawl", "an uproarious party", "brawl"], ["disk operating system", "an operating system that is on a disk", "disk operating system"], ["do", "the syllable naming the first (tonic) note of any major scale in solmization", "do"], ["ut", "the syllable naming the first (tonic) note of any major scale in solmization", "ut"], ["doh", "the syllable naming the first (tonic) note of any major scale in solmization", "doh"], ["bash", "an uproarious party", "bash"]]}, {"answer": "dose", "hint": "synonyms for dose", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["dosage", "a measured portion of medicine taken at any one time", "dosage"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "dot", "hint": "synonyms for dot", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"], ["dit", "the shorter of the two telegraphic signals used in Morse code", "dit"], ["point", "a very small circular shape", "point"]]}, {"answer": "double-decker", "hint": "synonyms for double-decker", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "double_bass", "hint": "synonyms for double bass", "clues": [["contrabass", "largest and lowest member of the violin family", "contrabass"], ["bass viol", "largest and lowest member of the violin family", "bass viol"], ["bull fiddle", "largest and lowest member of the violin family", "bull fiddle"], ["bass fiddle", "largest and lowest member of the violin family", "bass fiddle"], ["string bass", "largest and lowest member of the violin family", "string bass"]]}, {"answer": "doubles", "hint": "synonyms for doubles", "clues": [["double", "a base hit on which the batter stops safely at second base", "double"], ["doubling", "raising the stakes in a card game by a factor of 2", "doubling"], ["two-bagger", "a base hit on which the batter stops safely at second base", "two-bagger"], ["two-base hit", "a base hit on which the batter stops safely at second base", "two-base hit"], ["two-baser", "a base hit on which the batter stops safely at second base", "two-baser"]]}, {"answer": "doubt", "hint": "synonyms for doubt", "clues": [["dubiousness", "the state of being unsure of something", "dubiousness"], ["doubtfulness", "the state of being unsure of something", "doubtfulness"], ["uncertainty", "the state of being unsure of something", "uncertainty"], ["dubiety", "the state of being unsure of something", "dubiety"], ["incertitude", "the state of being unsure of something", "incertitude"], ["question", "uncertainty about the truth or factuality or existence of something", "question"]]}, {"answer": "doubtfulness", "hint": "synonyms for doubtfulness", "clues": [["dubiousness", "the state of being unsure of something", "dubiousness"], ["uncertainty", "the state of being unsure of something", "uncertainty"], ["doubt", "uncertainty about the truth or factuality or existence of something", "doubt"], ["dubiety", "the state of being unsure of something", "dubiety"], ["incertitude", "the state of being unsure of something", "incertitude"], ["question", "uncertainty about the truth or factuality or existence of something", "question"]]}, {"answer": "dough", "hint": "synonyms for dough", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "doughnut", "hint": "synonyms for doughnut", "clues": [["halo", "a toroidal shape", "halo"], ["sinker", "a small ring-shaped friedcake", "sinker"], ["annulus", "a toroidal shape", "annulus"], ["anchor ring", "a toroidal shape", "anchor ring"], ["donut", "a small ring-shaped friedcake", "donut"], ["ring", "a toroidal shape", "ring"]]}, {"answer": "downfall", "hint": "synonyms for downfall", "clues": [["ruination", "failure that results in a loss of position or reputation", "ruination"], ["ruin", "failure that results in a loss of position or reputation", "ruin"], ["precipitation", "the falling to earth of any form of water (rain or snow or hail or sleet or mist)", "precipitation"], ["fall", "a sudden decline in strength or number or importance", "fall"]]}, {"answer": "downheartedness", "hint": "synonyms for downheartedness", "clues": [["dispiritedness", "a feeling of low spirits", "dispiritedness"], ["low-spiritedness", "a feeling of low spirits", "low-spiritedness"], ["lowness", "a feeling of low spirits", "lowness"], ["dejectedness", "a feeling of low spirits", "dejectedness"]]}, {"answer": "downpour", "hint": "synonyms for downpour", "clues": [["pelter", "a heavy rain", "pelter"], ["cloudburst", "a heavy rain", "cloudburst"], ["soaker", "a heavy rain", "soaker"], ["deluge", "a heavy rain", "deluge"], ["torrent", "a heavy rain", "torrent"], ["waterspout", "a heavy rain", "waterspout"]]}, {"answer": "downslope", "hint": "synonyms for downslope", "clues": [["declension", "a downward slope or bend", "declension"], ["descent", "a downward slope or bend", "descent"], ["declivity", "a downward slope or bend", "declivity"], ["fall", "a downward slope or bend", "fall"], ["declination", "a downward slope or bend", "declination"], ["decline", "a downward slope or bend", "decline"]]}, {"answer": "dozens", "hint": "synonyms for dozens", "clues": [["tons", "a large number or amount", "tons"], ["oodles", "a large number or amount", "oodles"], ["lashings", "a large number or amount", "lashings"], ["wads", "a large number or amount", "wads"], ["piles", "a large number or amount", "piles"], ["12", "the cardinal number that is the sum of eleven and one", "12"], ["stacks", "a large number or amount", "stacks"], ["twelve", "the cardinal number that is the sum of eleven and one", "twelve"], ["gobs", "a large number or amount", "gobs"], ["lots", "a large number or amount", "lots"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["slews", "a large number or amount", "slews"], ["dozen", "the cardinal number that is the sum of eleven and one", "dozen"], ["scores", "a large number or amount", "scores"], ["scads", "a large number or amount", "scads"], ["heaps", "a large number or amount", "heaps"]]}, {"answer": "draft", "hint": "synonyms for draft", "clues": [["draught", "the act of moving a load by drawing or pulling", "draught"], ["order of payment", "a document ordering the payment of money; drawn by one person or bank on another", "order of payment"], ["rough drawing", "a preliminary sketch of a design or picture", "rough drawing"], ["bill of exchange", "a document ordering the payment of money; drawn by one person or bank on another", "bill of exchange"], ["drawing", "the act of moving a load by drawing or pulling", "drawing"], ["selective service", "compulsory military service", "selective service"], ["conscription", "compulsory military service", "conscription"], ["draft copy", "any of the various versions in the development of a written work", "draft copy"], ["gulp", "a large and hurried swallow", "gulp"], ["tipple", "a serving of drink (usually alcoholic) drawn from a keg", "tipple"], ["muster", "compulsory military service", "muster"], ["potation", "a serving of drink (usually alcoholic) drawn from a keg", "potation"], ["swig", "a large and hurried swallow", "swig"]]}, {"answer": "drainage_area", "hint": "synonyms for drainage area", "clues": [["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage basin"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment area"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment basin"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "basin"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "river basin"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "watershed"]]}, {"answer": "drainage_basin", "hint": "synonyms for drainage basin", "clues": [["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment area"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage area"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment basin"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "basin"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "river basin"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "watershed"]]}, {"answer": "drape", "hint": "synonyms for drape", "clues": [["curtain", "hanging cloth used as a blind (especially for a window)", "curtain"], ["pall", "hanging cloth used as a blind (especially for a window)", "pall"], ["mantle", "hanging cloth used as a blind (especially for a window)", "mantle"], ["drapery", "hanging cloth used as a blind (especially for a window)", "drapery"]]}, {"answer": "drapery", "hint": "synonyms for drapery", "clues": [["curtain", "hanging cloth used as a blind (especially for a window)", "curtain"], ["drape", "hanging cloth used as a blind (especially for a window)", "drape"], ["pall", "hanging cloth used as a blind (especially for a window)", "pall"], ["mantle", "hanging cloth used as a blind (especially for a window)", "mantle"]]}, {"answer": "draught", "hint": "synonyms for draught", "clues": [["draft", "the depth of a vessel's keel below the surface (especially when loaded)", "draft"], ["drawing", "the act of moving a load by drawing or pulling", "drawing"], ["gulp", "a large and hurried swallow", "gulp"], ["tipple", "a serving of drink (usually alcoholic) drawn from a keg", "tipple"], ["potation", "a serving of drink (usually alcoholic) drawn from a keg", "potation"], ["swig", "a large and hurried swallow", "swig"]]}, {"answer": "draughts", "hint": "synonyms for draughts", "clues": [["draft", "the depth of a vessel's keel below the surface (especially when loaded)", "draft"], ["draught", "the act of moving a load by drawing or pulling", "draught"], ["drawing", "the act of moving a load by drawing or pulling", "drawing"], ["checkers", "a checkerboard game for two players who each have 12 pieces; the object is to jump over and so capture the opponent's pieces", "checkers"], ["gulp", "a large and hurried swallow", "gulp"], ["tipple", "a serving of drink (usually alcoholic) drawn from a keg", "tipple"], ["potation", "a serving of drink (usually alcoholic) drawn from a keg", "potation"], ["swig", "a large and hurried swallow", "swig"]]}, {"answer": "draw", "hint": "synonyms for draw", "clues": [["hook", "a golf shot that curves to the left for a right-handed golfer", "hook"], ["haulage", "the act of drawing or hauling something", "haulage"], ["tie", "the finish of a contest in which the score is tied and the winner is undecided", "tie"], ["standoff", "the finish of a contest in which the score is tied and the winner is undecided", "standoff"], ["draw play", "(American football) the quarterback moves back as if to pass and then hands the ball to the fullback who is running toward the line of scrimmage", "draw play"], ["haul", "the act of drawing or hauling something", "haul"], ["draw poker", "poker in which a player can discard cards and receive substitutes from the dealer", "draw poker"], ["lot", "anything (straws or pebbles etc.) taken or chosen at random", "lot"]]}, {"answer": "drawers", "hint": "synonyms for drawers", "clues": [["bloomers", "underpants worn by women", "bloomers"], ["pants", "underpants worn by women", "pants"], ["knickers", "underpants worn by women", "knickers"], ["shorts", "underpants worn by men", "shorts"], ["boxershorts", "underpants worn by men", "boxershorts"], ["drawer", "a boxlike container in a piece of furniture; made so as to slide in and out", "drawer"], ["underdrawers", "underpants worn by men", "underdrawers"], ["boxers", "underpants worn by men", "boxers"]]}, {"answer": "drawing", "hint": "synonyms for drawing", "clues": [["draught", "the act of moving a load by drawing or pulling", "draught"], ["drafting", "the creation of artistic pictures or diagrams", "drafting"], ["draftsmanship", "the creation of artistic pictures or diagrams", "draftsmanship"], ["drawing off", "act of getting or draining something such as electricity or a liquid from a source", "drawing off"], ["lottery", "players buy (or are given) chances and prizes are distributed by casting lots", "lottery"]]}, {"answer": "dream", "hint": "synonyms for dream", "clues": [["dreaming", "a series of mental images and emotions occurring during sleep", "dreaming"], ["ambition", "a cherished desire", "ambition"], ["aspiration", "a cherished desire", "aspiration"], ["pipe dream", "a fantastic but vain hope (from fantasies induced by the opium pipe)", "pipe dream"]]}, {"answer": "dress_hat", "hint": "synonyms for dress hat", "clues": [["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "topper"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "top hat"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "opera hat"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "silk hat"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "stovepipe"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "beaver"], ["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "high hat"]]}, {"answer": "dress_suit", "hint": "synonyms for dress suit", "clues": [["tailcoat", "formalwear consisting of full evening dress for men", "tailcoat"], ["full dress", "formalwear consisting of full evening dress for men", "full dress"], ["white tie and tails", "formalwear consisting of full evening dress for men", "white tie and tails"], ["white tie", "formalwear consisting of full evening dress for men", "white tie"], ["tails", "formalwear consisting of full evening dress for men", "tails"]]}, {"answer": "dresser", "hint": "synonyms for dresser", "clues": [["bureau", "furniture with drawers for keeping clothes", "bureau"], ["toilet table", "low table with mirror or mirrors where one sits while dressing or applying makeup", "toilet table"], ["chest of drawers", "furniture with drawers for keeping clothes", "chest of drawers"], ["vanity", "low table with mirror or mirrors where one sits while dressing or applying makeup", "vanity"], ["chest", "furniture with drawers for keeping clothes", "chest"], ["dressing table", "low table with mirror or mirrors where one sits while dressing or applying makeup", "dressing table"]]}, {"answer": "dressing", "hint": "synonyms for dressing", "clues": [["salad dressing", "savory dressings for salads; basically of two kinds: either the thin French or vinaigrette type or the creamy mayonnaise type", "salad dressing"], ["fertilization", "making fertile as by applying fertilizer or manure", "fertilization"], ["binding", "the act of applying a bandage", "binding"], ["grooming", "the activity of getting dressed; putting on clothes", "grooming"], ["stuffing", "a mixture of seasoned ingredients used to stuff meats and vegetables", "stuffing"], ["fecundation", "making fertile as by applying fertilizer or manure", "fecundation"], ["medical dressing", "a cloth covering for a wound or sore", "medical dressing"], ["bandaging", "the act of applying a bandage", "bandaging"]]}, {"answer": "dressing_down", "hint": "synonyms for dressing down", "clues": [["chewing out", "a severe scolding", "chewing out"], ["castigation", "a severe scolding", "castigation"], ["going-over", "a severe scolding", "going-over"], ["earful", "a severe scolding", "earful"], ["upbraiding", "a severe scolding", "upbraiding"], ["bawling out", "a severe scolding", "bawling out"]]}, {"answer": "drier", "hint": "synonyms for drier", "clues": [["desiccant", "a substance that promotes drying (e.g., calcium oxide absorbs water and is used to remove moisture)", "desiccant"], ["dryer", "an appliance that removes moisture", "dryer"], ["siccative", "a substance that promotes drying (e.g., calcium oxide absorbs water and is used to remove moisture)", "siccative"], ["drying agent", "a substance that promotes drying (e.g., calcium oxide absorbs water and is used to remove moisture)", "drying agent"]]}, {"answer": "drift", "hint": "synonyms for drift", "clues": [["gallery", "a horizontal (or nearly horizontal) passageway in a mine", "gallery"], ["impulsion", "a force that moves something along", "impulsion"], ["trend", "a general tendency to change (as of opinion)", "trend"], ["purport", "the pervading meaning or tenor", "purport"], ["impetus", "a force that moves something along", "impetus"], ["movement", "a general tendency to change (as of opinion)", "movement"], ["heading", "a horizontal (or nearly horizontal) passageway in a mine", "heading"]]}, {"answer": "drill", "hint": "synonyms for drill", "clues": [["recitation", "systematic training by multiple repetitions", "recitation"], ["practice session", "systematic training by multiple repetitions", "practice session"], ["exercise", "systematic training by multiple repetitions", "exercise"], ["practice", "systematic training by multiple repetitions", "practice"]]}, {"answer": "drink", "hint": "synonyms for drink", "clues": [["deglutition", "the act of swallowing", "deglutition"], ["crapulence", "the act of drinking alcoholic beverages to excess", "crapulence"], ["beverage", "any liquid suitable for drinking", "beverage"], ["boozing", "the act of drinking alcoholic beverages to excess", "boozing"], ["swallow", "the act of swallowing", "swallow"], ["potable", "any liquid suitable for drinking", "potable"], ["drinkable", "any liquid suitable for drinking", "drinkable"], ["drunkenness", "the act of drinking alcoholic beverages to excess", "drunkenness"], ["drinking", "the act of drinking alcoholic beverages to excess", "drinking"]]}, {"answer": "drinking", "hint": "synonyms for drinking", "clues": [["imbibing", "the act of consuming liquids", "imbibing"], ["boozing", "the act of drinking alcoholic beverages to excess", "boozing"], ["crapulence", "the act of drinking alcoholic beverages to excess", "crapulence"], ["drunkenness", "the act of drinking alcoholic beverages to excess", "drunkenness"], ["drink", "the act of drinking alcoholic beverages to excess", "drink"], ["imbibition", "the act of consuming liquids", "imbibition"]]}, {"answer": "drip", "hint": "synonyms for drip", "clues": [["drip mould", "(architecture) a projection from a cornice or sill designed to protect the area below from rainwater (as over a window or doorway)", "drip mould"], ["dripping", "the sound of a liquid falling drop by drop", "dripping"], ["dribble", "flowing in drops; the formation and falling of drops of liquid", "dribble"], ["trickle", "flowing in drops; the formation and falling of drops of liquid", "trickle"]]}, {"answer": "drippiness", "hint": "synonyms for drippiness", "clues": [["soupiness", "falsely emotional in a maudlin way", "soupiness"], ["sentimentality", "falsely emotional in a maudlin way", "sentimentality"], ["sloppiness", "falsely emotional in a maudlin way", "sloppiness"], ["mawkishness", "falsely emotional in a maudlin way", "mawkishness"], ["mushiness", "falsely emotional in a maudlin way", "mushiness"]]}, {"answer": "drive", "hint": "synonyms for drive", "clues": [["ride", "a journey in a vehicle (usually an automobile)", "ride"], ["movement", "a series of actions advancing a principle or tending toward a particular end", "movement"], ["driveway", "a road leading up to a private house", "driveway"], ["campaign", "a series of actions advancing a principle or tending toward a particular end", "campaign"], ["effort", "a series of actions advancing a principle or tending toward a particular end", "effort"], ["driving force", "the act of applying force to propel something", "driving force"], ["crusade", "a series of actions advancing a principle or tending toward a particular end", "crusade"], ["thrust", "the act of applying force to propel something", "thrust"], ["parkway", "a wide scenic road planted with trees", "parkway"], ["private road", "a road leading up to a private house", "private road"], ["driving", "hitting a golf ball off of a tee with a driver", "driving"], ["cause", "a series of actions advancing a principle or tending toward a particular end", "cause"]]}, {"answer": "drogue", "hint": "synonyms for drogue", "clues": [["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sleeve"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air sock"], ["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air-sleeve"], ["drogue parachute", "a parachute used to decelerate an object that is moving rapidly", "drogue parachute"], ["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "sock"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind cone"], ["sea anchor", "restraint consisting of a canvas covered frame that floats behind a vessel; prevents drifting or maintains the heading into a wind", "sea anchor"]]}, {"answer": "drollery", "hint": "synonyms for drollery", "clues": [["waggery", "a quaint and amusing jest", "waggery"], ["comedy", "a comic incident or series of incidents", "comedy"], ["funniness", "a comic incident or series of incidents", "funniness"], ["clowning", "a comic incident or series of incidents", "clowning"]]}, {"answer": "drone", "hint": "synonyms for drone", "clues": [["drone pipe", "a pipe of the bagpipe that is tuned to produce a single continuous tone", "drone pipe"], ["droning", "an unchanging intonation", "droning"], ["radio-controlled aircraft", "an aircraft without a pilot that is operated by remote control", "radio-controlled aircraft"], ["monotone", "an unchanging intonation", "monotone"], ["bourdon", "a pipe of the bagpipe that is tuned to produce a single continuous tone", "bourdon"], ["pilotless aircraft", "an aircraft without a pilot that is operated by remote control", "pilotless aircraft"]]}, {"answer": "drool", "hint": "synonyms for drool", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"]]}, {"answer": "drop", "hint": "synonyms for drop", "clues": [["cliff", "a steep high face of rock", "cliff"], ["drib", "a small indefinite quantity (especially of a liquid); ; ; ; --Kipling", "drib"], ["drop-off", "a steep high face of rock", "drop-off"], ["bead", "a shape that is spherical and small", "bead"], ["dip", "a sudden sharp decrease in some quantity", "dip"], ["drop cloth", "a curtain that can be lowered and raised onto a stage from the flies; often used as background scenery", "drop cloth"], ["fall", "a free and rapid descent by the force of gravity", "fall"], ["pearl", "a shape that is spherical and small", "pearl"], ["free fall", "a sudden sharp decrease in some quantity", "free fall"], ["driblet", "a small indefinite quantity (especially of a liquid); ; ; ; --Kipling", "driblet"], ["drop curtain", "a curtain that can be lowered and raised onto a stage from the flies; often used as background scenery", "drop curtain"]]}, {"answer": "drop-off", "hint": "synonyms for drop-off", "clues": [["cliff", "a steep high face of rock", "cliff"], ["slack", "a noticeable deterioration in performance or quality", "slack"], ["falloff", "a noticeable deterioration in performance or quality", "falloff"], ["lessening", "a change downward", "lessening"], ["decrease", "a change downward", "decrease"], ["drop", "a steep high face of rock", "drop"], ["falling off", "a noticeable deterioration in performance or quality", "falling off"], ["slump", "a noticeable deterioration in performance or quality", "slump"]]}, {"answer": "drop_line", "hint": "synonyms for drop line", "clues": [["stephead", "a headline with the top line flush left and succeeding lines indented to the right", "stephead"], ["stepped line", "a headline with the top line flush left and succeeding lines indented to the right", "stepped line"], ["stagger head", "a headline with the top line flush left and succeeding lines indented to the right", "stagger head"], ["dropline", "a headline with the top line flush left and succeeding lines indented to the right", "dropline"]]}, {"answer": "dropline", "hint": "synonyms for dropline", "clues": [["stephead", "a headline with the top line flush left and succeeding lines indented to the right", "stephead"], ["stepped line", "a headline with the top line flush left and succeeding lines indented to the right", "stepped line"], ["stagger head", "a headline with the top line flush left and succeeding lines indented to the right", "stagger head"], ["drop line", "a headline with the top line flush left and succeeding lines indented to the right", "drop line"]]}, {"answer": "drubbing", "hint": "synonyms for drubbing", "clues": [["slaughter", "a sound defeat", "slaughter"], ["whipping", "a sound defeat", "whipping"], ["trouncing", "a sound defeat", "trouncing"], ["beating", "the act of inflicting corporal punishment with repeated blows", "beating"], ["walloping", "a sound defeat", "walloping"], ["licking", "the act of inflicting corporal punishment with repeated blows", "licking"], ["whacking", "the act of inflicting corporal punishment with repeated blows", "whacking"], ["thrashing", "the act of inflicting corporal punishment with repeated blows", "thrashing"], ["debacle", "a sound defeat", "debacle"], ["lacing", "the act of inflicting corporal punishment with repeated blows", "lacing"]]}, {"answer": "drugstore", "hint": "synonyms for drugstore", "clues": [["chemist's", "a retail shop where medicine and other articles are sold", "chemist's"], ["apothecary's shop", "a retail shop where medicine and other articles are sold", "apothecary's shop"], ["pharmacy", "a retail shop where medicine and other articles are sold", "pharmacy"], ["chemist's shop", "a retail shop where medicine and other articles are sold", "chemist's shop"]]}, {"answer": "drum", "hint": "synonyms for drum", "clues": [["membranophone", "a musical percussion instrument; usually consists of a hollow cylinder with a membrane stretched across each end", "membranophone"], ["brake drum", "a hollow cast-iron cylinder attached to the wheel that forms part of the brakes", "brake drum"], ["barrel", "a bulging cylindrical shape; hollow with flat ends", "barrel"], ["metal drum", "a cylindrical metal container used for shipping or storage of liquids", "metal drum"], ["tympan", "a musical percussion instrument; usually consists of a hollow cylinder with a membrane stretched across each end", "tympan"]]}, {"answer": "drunken_revelry", "hint": "synonyms for drunken revelry", "clues": [["debauch", "a wild gathering involving excessive drinking and promiscuity", "debauch"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity", "saturnalia"], ["orgy", "a wild gathering involving excessive drinking and promiscuity", "orgy"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity", "bacchanalia"], ["riot", "a wild gathering involving excessive drinking and promiscuity", "riot"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity", "debauchery"]]}, {"answer": "dry_land", "hint": "synonyms for dry land", "clues": [["solid ground", "the solid part of the earth's surface", "solid ground"], ["land", "the solid part of the earth's surface", "land"], ["ground", "the solid part of the earth's surface", "ground"], ["earth", "the solid part of the earth's surface", "earth"], ["terra firma", "the solid part of the earth's surface", "terra firma"]]}, {"answer": "ds", "hint": "synonyms for ds", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets", "cholecalciferol"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets", "ergocalciferol"], ["calciferol", "a fat-soluble vitamin that prevents rickets", "calciferol"], ["500", "the cardinal number that is the product of one hundred and five", "500"], ["d", "the 4th letter of the Roman alphabet", "d"], ["atomic number 110", "a radioactive transuranic element", "atomic number 110"], ["element 110", "a radioactive transuranic element", "element 110"], ["five hundred", "the cardinal number that is the product of one hundred and five", "five hundred"], ["viosterol", "a fat-soluble vitamin that prevents rickets", "viosterol"], ["vitamin D", "a fat-soluble vitamin that prevents rickets", "vitamin D"], ["darmstadtium", "a radioactive transuranic element", "darmstadtium"]]}, {"answer": "duad", "hint": "synonyms for duad", "clues": [["twosome", "two items of the same kind", "twosome"], ["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["pair", "two items of the same kind", "pair"], ["distich", "two items of the same kind", "distich"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["yoke", "two items of the same kind", "yoke"], ["couplet", "two items of the same kind", "couplet"], ["twain", "two items of the same kind", "twain"]]}, {"answer": "dubiety", "hint": "synonyms for dubiety", "clues": [["dubiousness", "the state of being unsure of something", "dubiousness"], ["doubtfulness", "the state of being unsure of something", "doubtfulness"], ["uncertainty", "the state of being unsure of something", "uncertainty"], ["doubt", "the state of being unsure of something", "doubt"], ["incertitude", "the state of being unsure of something", "incertitude"]]}, {"answer": "dubiousness", "hint": "synonyms for dubiousness", "clues": [["doubtfulness", "the state of being unsure of something", "doubtfulness"], ["uncertainty", "the state of being unsure of something", "uncertainty"], ["doubt", "uncertainty about the truth or factuality or existence of something", "doubt"], ["dubiety", "the state of being unsure of something", "dubiety"], ["incertitude", "the state of being unsure of something", "incertitude"], ["question", "uncertainty about the truth or factuality or existence of something", "question"]]}, {"answer": "duck_soup", "hint": "synonyms for duck soup", "clues": [["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["pushover", "any undertaking that is easy to do", "pushover"], ["picnic", "any undertaking that is easy to do", "picnic"], ["child's play", "any undertaking that is easy to do", "child's play"], ["snap", "any undertaking that is easy to do", "snap"], ["breeze", "any undertaking that is easy to do", "breeze"], ["walkover", "any undertaking that is easy to do", "walkover"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "ducking", "hint": "synonyms for ducking", "clues": [["duck hunting", "hunting ducks", "duck hunting"], ["submersion", "the act of wetting something by submerging it", "submersion"], ["immersion", "the act of wetting something by submerging it", "immersion"], ["dousing", "the act of wetting something by submerging it", "dousing"]]}, {"answer": "duds", "hint": "synonyms for duds", "clues": [["misfire", "an explosion that fails to occur", "misfire"], ["dud", "an explosion that fails to occur", "dud"], ["turkey", "an event that fails badly or is totally ineffectual", "turkey"], ["bomb", "an event that fails badly or is totally ineffectual", "bomb"], ["togs", "informal terms for clothing", "togs"], ["threads", "informal terms for clothing", "threads"]]}, {"answer": "duet", "hint": "synonyms for duet", "clues": [["pas de deux", "(ballet) a dance for two people (usually a ballerina and a danseur noble)", "pas de deux"], ["twosome", "two items of the same kind", "twosome"], ["duette", "two performers or singers who perform together", "duette"], ["brace", "two items of the same kind", "brace"], ["distich", "two items of the same kind", "distich"], ["duo", "two items of the same kind", "duo"], ["couplet", "two items of the same kind", "couplet"], ["duad", "two items of the same kind", "duad"], ["span", "two items of the same kind", "span"], ["pair", "two items of the same kind", "pair"], ["dyad", "two items of the same kind", "dyad"], ["yoke", "two items of the same kind", "yoke"], ["twain", "two items of the same kind", "twain"]]}, {"answer": "dump", "hint": "synonyms for dump", "clues": [["shit", "a coarse term for defecation", "shit"], ["rubbish dump", "a piece of land where waste materials are dumped", "rubbish dump"], ["dumpsite", "a piece of land where waste materials are dumped", "dumpsite"], ["wasteyard", "a piece of land where waste materials are dumped", "wasteyard"], ["garbage dump", "a piece of land where waste materials are dumped", "garbage dump"], ["trash dump", "a piece of land where waste materials are dumped", "trash dump"]]}, {"answer": "dump_truck", "hint": "synonyms for dump truck", "clues": [["tip truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tip truck"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper lorry"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dumper"]]}, {"answer": "dumper", "hint": "synonyms for dumper", "clues": [["tip truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tip truck"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper lorry"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dump truck"]]}, {"answer": "dumps", "hint": "synonyms for dumps", "clues": [["shit", "a coarse term for defecation", "shit"], ["rubbish dump", "a piece of land where waste materials are dumped", "rubbish dump"], ["dumpsite", "a piece of land where waste materials are dumped", "dumpsite"], ["wasteyard", "a piece of land where waste materials are dumped", "wasteyard"], ["trash dump", "a piece of land where waste materials are dumped", "trash dump"], ["dump", "a piece of land where waste materials are dumped", "dump"], ["garbage dump", "a piece of land where waste materials are dumped", "garbage dump"]]}, {"answer": "dumpsite", "hint": "synonyms for dumpsite", "clues": [["rubbish dump", "a piece of land where waste materials are dumped", "rubbish dump"], ["dump", "a piece of land where waste materials are dumped", "dump"], ["wasteyard", "a piece of land where waste materials are dumped", "wasteyard"], ["garbage dump", "a piece of land where waste materials are dumped", "garbage dump"], ["trash dump", "a piece of land where waste materials are dumped", "trash dump"]]}, {"answer": "duo", "hint": "synonyms for duo", "clues": [["twosome", "two items of the same kind", "twosome"], ["duette", "two performers or singers who perform together", "duette"], ["brace", "two items of the same kind", "brace"], ["distich", "two items of the same kind", "distich"], ["duet", "two items of the same kind", "duet"], ["couplet", "two items of the same kind", "couplet"], ["duad", "two items of the same kind", "duad"], ["span", "two items of the same kind", "span"], ["pair", "two items of the same kind", "pair"], ["dyad", "two items of the same kind", "dyad"], ["yoke", "two items of the same kind", "yoke"], ["twain", "two items of the same kind", "twain"]]}, {"answer": "dupery", "hint": "synonyms for dupery", "clues": [["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraud"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage", "put-on"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraudulence"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage", "humbug"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage", "hoax"]]}, {"answer": "dusk", "hint": "synonyms for dusk", "clues": [["evenfall", "the time of day immediately following sunset", "evenfall"], ["gloam", "the time of day immediately following sunset", "gloam"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["twilight", "the time of day immediately following sunset", "twilight"], ["fall", "the time of day immediately following sunset", "fall"], ["nightfall", "the time of day immediately following sunset", "nightfall"]]}, {"answer": "dust", "hint": "synonyms for dust", "clues": [["rubble", "the remains of something that has been destroyed or broken up", "rubble"], ["junk", "the remains of something that has been destroyed or broken up", "junk"], ["debris", "the remains of something that has been destroyed or broken up", "debris"], ["detritus", "the remains of something that has been destroyed or broken up", "detritus"]]}, {"answer": "dust_cover", "hint": "synonyms for dust cover", "clues": [["dust sheet", "a large piece of cloth used to cover furniture that is not in use for a long period", "dust sheet"], ["dust jacket", "a paper jacket for a book; a jacket on which promotional information is usually printed", "dust jacket"], ["dust wrapper", "a paper jacket for a book; a jacket on which promotional information is usually printed", "dust wrapper"], ["book jacket", "a paper jacket for a book; a jacket on which promotional information is usually printed", "book jacket"]]}, {"answer": "dustbin", "hint": "synonyms for dustbin", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "duster", "hint": "synonyms for duster", "clues": [["gaberdine", "a loose coverall (coat or frock) reaching down to the ankles", "gaberdine"], ["dustrag", "a piece of cloth used for dusting", "dustrag"], ["dustcloth", "a piece of cloth used for dusting", "dustcloth"], ["smock", "a loose coverall (coat or frock) reaching down to the ankles", "smock"], ["sandstorm", "a windstorm that lifts up clouds of dust or sand", "sandstorm"], ["dust storm", "a windstorm that lifts up clouds of dust or sand", "dust storm"], ["sirocco", "a windstorm that lifts up clouds of dust or sand", "sirocco"], ["dust coat", "a loose coverall (coat or frock) reaching down to the ankles", "dust coat"]]}, {"answer": "dustup", "hint": "synonyms for dustup", "clues": [["wrangle", "an angry dispute", "wrangle"], ["run-in", "an angry dispute", "run-in"], ["row", "an angry dispute", "row"], ["quarrel", "an angry dispute", "quarrel"], ["words", "an angry dispute", "words"]]}, {"answer": "duty_tour", "hint": "synonyms for duty tour", "clues": [["tour", "a period of time spent in military service", "tour"], ["tour of duty", "a period of time spent in military service", "tour of duty"], ["hitch", "a period of time spent in military service", "hitch"], ["enlistment", "a period of time spent in military service", "enlistment"], ["term of enlistment", "a period of time spent in military service", "term of enlistment"]]}, {"answer": "dwelling", "hint": "synonyms for dwelling", "clues": [["domicile", "housing that someone is living in", "domicile"], ["abode", "housing that someone is living in", "abode"], ["habitation", "housing that someone is living in", "habitation"], ["home", "housing that someone is living in", "home"], ["dwelling house", "housing that someone is living in", "dwelling house"]]}, {"answer": "dwelling_house", "hint": "synonyms for dwelling house", "clues": [["domicile", "housing that someone is living in", "domicile"], ["abode", "housing that someone is living in", "abode"], ["dwelling", "housing that someone is living in", "dwelling"], ["habitation", "housing that someone is living in", "habitation"], ["home", "housing that someone is living in", "home"]]}, {"answer": "dyad", "hint": "synonyms for dyad", "clues": [["twosome", "two items of the same kind", "twosome"], ["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["pair", "two items of the same kind", "pair"], ["distich", "two items of the same kind", "distich"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["yoke", "two items of the same kind", "yoke"], ["couplet", "two items of the same kind", "couplet"], ["twain", "two items of the same kind", "twain"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "dynamism", "hint": "synonyms for dynamism", "clues": [["pizzaz", "the activeness of an energetic personality", "pizzaz"], ["oomph", "the activeness of an energetic personality", "oomph"], ["zing", "the activeness of an energetic personality", "zing"], ["heartiness", "active strength of body or mind", "heartiness"], ["vigour", "active strength of body or mind", "vigour"]]}, {"answer": "e", "hint": "synonyms for e", "clues": [["atomic number 99", "a radioactive transuranic element produced by bombarding plutonium with neutrons", "atomic number 99"], ["eastward", "the cardinal compass point that is at 90 degrees", "eastward"], ["east", "the cardinal compass point that is at 90 degrees", "east"], ["tocopherol", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body", "tocopherol"], ["einsteinium", "a radioactive transuranic element produced by bombarding plutonium with neutrons", "einsteinium"], ["due east", "the cardinal compass point that is at 90 degrees", "due east"], ["vitamin E", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body", "vitamin E"]]}, {"answer": "eagerness", "hint": "synonyms for eagerness", "clues": [["zeal", "prompt willingness", "zeal"], ["avidness", "a positive feeling of wanting to push ahead with something", "avidness"], ["keenness", "a positive feeling of wanting to push ahead with something", "keenness"], ["readiness", "prompt willingness", "readiness"], ["forwardness", "prompt willingness", "forwardness"], ["avidity", "a positive feeling of wanting to push ahead with something", "avidity"]]}, {"answer": "eagre", "hint": "synonyms for eagre", "clues": [["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "aegir"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eager"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "bore"], ["tidal bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "tidal bore"]]}, {"answer": "earful", "hint": "synonyms for earful", "clues": [["chewing out", "a severe scolding", "chewing out"], ["castigation", "a severe scolding", "castigation"], ["going-over", "a severe scolding", "going-over"], ["bawling out", "a severe scolding", "bawling out"], ["dressing down", "a severe scolding", "dressing down"], ["upbraiding", "a severe scolding", "upbraiding"]]}, {"answer": "earnings", "hint": "synonyms for earnings", "clues": [["salary", "something that remunerates", "salary"], ["profits", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "profits"], ["pay", "something that remunerates", "pay"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net income"], ["wage", "something that remunerates", "wage"], ["remuneration", "something that remunerates", "remuneration"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "lucre"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net profit"]]}, {"answer": "earth", "hint": "synonyms for earth", "clues": [["solid ground", "the solid part of the earth's surface", "solid ground"], ["ground", "the solid part of the earth's surface", "ground"], ["world", "the concerns of this life as distinguished from heaven and the afterlife", "world"], ["dry land", "the solid part of the earth's surface", "dry land"], ["terra firma", "the solid part of the earth's surface", "terra firma"], ["land", "the solid part of the earth's surface", "land"], ["globe", "the 3rd planet from the sun; the planet we live on", "globe"], ["earthly concern", "the concerns of this life as distinguished from heaven and the afterlife", "earthly concern"], ["worldly concern", "the concerns of this life as distinguished from heaven and the afterlife", "worldly concern"]]}, {"answer": "earthnut", "hint": "synonyms for earthnut", "clues": [["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "groundnut"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "peanut"], ["truffle", "edible subterranean fungus of the genus Tuber", "truffle"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "monkey nut"], ["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober pea"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober"]]}, {"answer": "ease", "hint": "synonyms for ease", "clues": [["simpleness", "freedom from difficulty or hardship or effort", "simpleness"], ["relaxation", "freedom from activity (work or strain or responsibility)", "relaxation"], ["simplicity", "freedom from difficulty or hardship or effort", "simplicity"], ["repose", "freedom from activity (work or strain or responsibility)", "repose"], ["rest", "freedom from activity (work or strain or responsibility)", "rest"], ["easiness", "freedom from difficulty or hardship or effort", "easiness"], ["informality", "freedom from constraint or embarrassment", "informality"]]}, {"answer": "easiness", "hint": "synonyms for easiness", "clues": [["relaxation", "a feeling of refreshing tranquility and an absence of tension or worry", "relaxation"], ["ease", "freedom from difficulty or hardship or effort", "ease"], ["simplicity", "freedom from difficulty or hardship or effort", "simplicity"], ["simpleness", "freedom from difficulty or hardship or effort", "simpleness"]]}, {"answer": "easing", "hint": "synonyms for easing", "clues": [["relief", "the act of reducing something unpleasant (as pain or annoyance)", "relief"], ["easement", "the act of reducing something unpleasant (as pain or annoyance)", "easement"], ["moderation", "a change for the better", "moderation"], ["alleviation", "the act of reducing something unpleasant (as pain or annoyance)", "alleviation"]]}, {"answer": "easy_lay", "hint": "synonyms for easy lay", "clues": [["scoop", "street names for gamma hydroxybutyrate", "scoop"], ["grievous bodily harm", "street names for gamma hydroxybutyrate", "grievous bodily harm"], ["max", "street names for gamma hydroxybutyrate", "max"], ["liquid ecstasy", "street names for gamma hydroxybutyrate", "liquid ecstasy"], ["soap", "street names for gamma hydroxybutyrate", "soap"], ["goop", "street names for gamma hydroxybutyrate", "goop"]]}, {"answer": "eating_away", "hint": "synonyms for eating away", "clues": [["erosion", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "erosion"], ["wearing away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "wearing away"], ["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "eroding"], ["wearing", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "wearing"]]}, {"answer": "ebs", "hint": "synonyms for ebs", "clues": [["exabit", "a unit of information equal to 1000 petabits or 10^18 bits", "exabit"], ["east by south", "the compass point that is one point south of due east", "east by south"], ["exabyte", "a unit of information equal to 1000 petabytes or 10^18 bytes", "exabyte"], ["exbibyte", "a unit of information equal to 1024 pebibytes or 2^60 bytes", "exbibyte"]]}, {"answer": "ebullition", "hint": "synonyms for ebullition", "clues": [["effusion", "an unrestrained expression of emotion", "effusion"], ["gush", "an unrestrained expression of emotion", "gush"], ["blowup", "an unrestrained expression of emotion", "blowup"], ["outburst", "an unrestrained expression of emotion", "outburst"]]}, {"answer": "eclat", "hint": "synonyms for eclat", "clues": [["acclaim", "enthusiastic approval", "acclaim"], ["acclamation", "enthusiastic approval", "acclamation"], ["pomp", "ceremonial elegance and splendor", "pomp"], ["plaudit", "enthusiastic approval", "plaudit"]]}, {"answer": "economic_consumption", "hint": "synonyms for economic consumption", "clues": [["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "usance"], ["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "consumption"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use of goods and services"]]}, {"answer": "ecstasy", "hint": "synonyms for ecstasy", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["go", "street names for methylenedioxymethamphetamine", "go"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"]]}, {"answer": "edacity", "hint": "synonyms for edacity", "clues": [["voracity", "extreme gluttony", "voracity"], ["rapacity", "extreme gluttony", "rapacity"], ["voraciousness", "extreme gluttony", "voraciousness"], ["rapaciousness", "extreme gluttony", "rapaciousness"], ["esurience", "extreme gluttony", "esurience"]]}, {"answer": "edda", "hint": "synonyms for edda", "clues": [["taro", "tropical starchy tuberous root", "taro"], ["dasheen", "tropical starchy tuberous root", "dasheen"], ["cocoyam", "tropical starchy tuberous root", "cocoyam"], ["taro root", "tropical starchy tuberous root", "taro root"]]}, {"answer": "eden", "hint": "synonyms for eden", "clues": [["heaven", "any place of complete bliss and delight and peace", "heaven"], ["nirvana", "any place of complete bliss and delight and peace", "nirvana"], ["promised land", "any place of complete bliss and delight and peace", "promised land"], ["paradise", "any place of complete bliss and delight and peace", "paradise"]]}, {"answer": "edge", "hint": "synonyms for edge", "clues": [["boundary", "a line determining the limits of an area", "boundary"], ["border", "the boundary of a surface", "border"], ["bound", "a line determining the limits of an area", "bound"], ["sharpness", "the attribute of urgency in tone of voice", "sharpness"]]}, {"answer": "edict", "hint": "synonyms for edict", "clues": [["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "rescript"], ["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "fiat"], ["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "order"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "decree"]]}, {"answer": "education", "hint": "synonyms for education", "clues": [["teaching", "the activities of educating or instructing; activities that impart knowledge or skill", "teaching"], ["breeding", "the result of good upbringing (especially knowledge of correct social behavior)", "breeding"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill", "didactics"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill", "educational activity"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill", "pedagogy"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill", "instruction"], ["training", "the result of good upbringing (especially knowledge of correct social behavior)", "training"]]}, {"answer": "educational_activity", "hint": "synonyms for educational activity", "clues": [["teaching", "the activities of educating or instructing; activities that impart knowledge or skill", "teaching"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill", "didactics"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill", "education"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill", "pedagogy"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill", "instruction"]]}, {"answer": "effect", "hint": "synonyms for effect", "clues": [["impression", "an outward appearance", "impression"], ["event", "a phenomenon that follows and is caused by some previous phenomenon", "event"], ["essence", "the central meaning or theme of a speech or literary work", "essence"], ["gist", "the central meaning or theme of a speech or literary work", "gist"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon", "upshot"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon", "consequence"], ["result", "a phenomenon that follows and is caused by some previous phenomenon", "result"], ["core", "the central meaning or theme of a speech or literary work", "core"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon", "outcome"], ["burden", "the central meaning or theme of a speech or literary work", "burden"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon", "issue"], ["force", "(of a law) having legal validity", "force"]]}, {"answer": "effectiveness", "hint": "synonyms for effectiveness", "clues": [["effectuality", "power to be effective; the quality of being able to bring about an effect", "effectuality"], ["strength", "capacity to produce strong physiological or chemical effects", "strength"], ["potency", "capacity to produce strong physiological or chemical effects", "potency"], ["effectualness", "power to be effective; the quality of being able to bring about an effect", "effectualness"], ["effectivity", "power to be effective; the quality of being able to bring about an effect", "effectivity"]]}, {"answer": "effects", "hint": "synonyms for effects", "clues": [["effect", "an impression (especially one that is artificial or contrived)", "effect"], ["personal effects", "property of a personal character that is portable but not used in business", "personal effects"], ["event", "a phenomenon that follows and is caused by some previous phenomenon", "event"], ["impression", "an outward appearance", "impression"], ["essence", "the central meaning or theme of a speech or literary work", "essence"], ["gist", "the central meaning or theme of a speech or literary work", "gist"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon", "consequence"], ["result", "a phenomenon that follows and is caused by some previous phenomenon", "result"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon", "upshot"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon", "outcome"], ["core", "the central meaning or theme of a speech or literary work", "core"], ["burden", "the central meaning or theme of a speech or literary work", "burden"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon", "issue"], ["force", "(of a law) having legal validity", "force"]]}, {"answer": "effeminacy", "hint": "synonyms for effeminacy", "clues": [["sissiness", "the trait of being effeminate (derogatory of a man)", "sissiness"], ["unmanliness", "the trait of being effeminate (derogatory of a man)", "unmanliness"], ["softness", "the trait of being effeminate (derogatory of a man)", "softness"], ["effeminateness", "the trait of being effeminate (derogatory of a man)", "effeminateness"], ["womanishness", "the trait of being effeminate (derogatory of a man)", "womanishness"]]}, {"answer": "effeminateness", "hint": "synonyms for effeminateness", "clues": [["sissiness", "the trait of being effeminate (derogatory of a man)", "sissiness"], ["unmanliness", "the trait of being effeminate (derogatory of a man)", "unmanliness"], ["effeminacy", "the trait of being effeminate (derogatory of a man)", "effeminacy"], ["softness", "the trait of being effeminate (derogatory of a man)", "softness"], ["womanishness", "the trait of being effeminate (derogatory of a man)", "womanishness"]]}, {"answer": "efflorescence", "hint": "synonyms for efflorescence", "clues": [["bloom", "the period of greatest prosperity or productivity", "bloom"], ["flower", "the period of greatest prosperity or productivity", "flower"], ["inflorescence", "the time and process of budding and unfolding of blossoms", "inflorescence"], ["anthesis", "the time and process of budding and unfolding of blossoms", "anthesis"], ["blossom", "the period of greatest prosperity or productivity", "blossom"], ["flush", "the period of greatest prosperity or productivity", "flush"], ["peak", "the period of greatest prosperity or productivity", "peak"], ["prime", "the period of greatest prosperity or productivity", "prime"], ["heyday", "the period of greatest prosperity or productivity", "heyday"]]}, {"answer": "effort", "hint": "synonyms for effort", "clues": [["endeavor", "earnest and conscientious activity intended to do or accomplish something", "endeavor"], ["drive", "a series of actions advancing a principle or tending toward a particular end", "drive"], ["movement", "a series of actions advancing a principle or tending toward a particular end", "movement"], ["attempt", "earnest and conscientious activity intended to do or accomplish something", "attempt"], ["feat", "a notable achievement", "feat"], ["exertion", "use of physical or mental energy; hard work", "exertion"], ["campaign", "a series of actions advancing a principle or tending toward a particular end", "campaign"], ["cause", "a series of actions advancing a principle or tending toward a particular end", "cause"], ["travail", "use of physical or mental energy; hard work", "travail"], ["exploit", "a notable achievement", "exploit"], ["crusade", "a series of actions advancing a principle or tending toward a particular end", "crusade"], ["try", "earnest and conscientious activity intended to do or accomplish something", "try"], ["elbow grease", "use of physical or mental energy; hard work", "elbow grease"], ["sweat", "use of physical or mental energy; hard work", "sweat"]]}, {"answer": "effusion", "hint": "synonyms for effusion", "clues": [["ebullition", "an unrestrained expression of emotion", "ebullition"], ["blowup", "an unrestrained expression of emotion", "blowup"], ["gush", "an unrestrained expression of emotion", "gush"], ["outburst", "an unrestrained expression of emotion", "outburst"]]}, {"answer": "eggbeater", "hint": "synonyms for eggbeater", "clues": [["helicopter", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "helicopter"], ["chopper", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "chopper"], ["eggwhisk", "a mixer for beating eggs or whipping cream", "eggwhisk"], ["whirlybird", "an aircraft without wings that obtains its lift from the rotation of overhead blades", "whirlybird"]]}, {"answer": "egocentrism", "hint": "synonyms for egocentrism", "clues": [["egoism", "concern for your own interests and welfare", "egoism"], ["self-interest", "concern for your own interests and welfare", "self-interest"], ["self-centeredness", "concern for your own interests and welfare", "self-centeredness"], ["self-concern", "concern for your own interests and welfare", "self-concern"]]}, {"answer": "egoism", "hint": "synonyms for egoism", "clues": [["self-concern", "concern for your own interests and welfare", "self-concern"], ["self-interest", "concern for your own interests and welfare", "self-interest"], ["self-centeredness", "concern for your own interests and welfare", "self-centeredness"], ["egocentrism", "concern for your own interests and welfare", "egocentrism"]]}, {"answer": "egress", "hint": "synonyms for egress", "clues": [["egression", "the act of coming (or going) out; becoming apparent", "egression"], ["emergence", "the becoming visible", "emergence"], ["emersion", "(astronomy) the reappearance of a celestial body after an eclipse", "emersion"], ["issue", "the becoming visible", "issue"]]}, {"answer": "eighter", "hint": "synonyms for eighter", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["8", "the cardinal number that is the sum of seven and one", "8"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"], ["octet", "the cardinal number that is the sum of seven and one", "octet"]]}, {"answer": "eighter_from_decatur", "hint": "synonyms for eighter from decatur", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["8", "the cardinal number that is the sum of seven and one", "8"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["octet", "the cardinal number that is the sum of seven and one", "octet"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"]]}, {"answer": "eighties", "hint": "synonyms for eighties", "clues": [["fourscore", "the cardinal number that is the product of ten and eight", "fourscore"], ["1880s", "the decade from 1880 to 1889", "1880s"], ["mid-eighties", "the time of life between 80 and 90", "mid-eighties"], ["eighty", "the cardinal number that is the product of ten and eight", "eighty"], ["1980s", "the decade from 1980 to 1989", "1980s"], ["80", "the cardinal number that is the product of ten and eight", "80"]]}, {"answer": "ejection", "hint": "synonyms for ejection", "clues": [["exclusion", "the act of forcing out someone or something", "exclusion"], ["expulsion", "the act of expelling or projecting or ejecting", "expulsion"], ["projection", "the act of expelling or projecting or ejecting", "projection"], ["riddance", "the act of forcing out someone or something", "riddance"], ["forcing out", "the act of expelling or projecting or ejecting", "forcing out"]]}, {"answer": "el", "hint": "synonyms for el", "clues": [["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "overhead railway"], ["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated"], ["altitude", "angular distance above the horizon (especially of a celestial object)", "altitude"], ["elevation", "angular distance above the horizon (especially of a celestial object)", "elevation"], ["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railroad"], ["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railway"]]}, {"answer": "elaborateness", "hint": "synonyms for elaborateness", "clues": [["ornateness", "an ornate appearance; being elaborately (even excessively) decorated", "ornateness"], ["involution", "marked by elaborately complex detail", "involution"], ["intricacy", "marked by elaborately complex detail", "intricacy"], ["elaboration", "marked by elaborately complex detail", "elaboration"]]}, {"answer": "elaboration", "hint": "synonyms for elaboration", "clues": [["elaborateness", "marked by elaborately complex detail", "elaborateness"], ["expansion", "a discussion that provides additional information", "expansion"], ["enlargement", "a discussion that provides additional information", "enlargement"], ["working out", "developing in intricate and painstaking detail", "working out"], ["involution", "marked by elaborately complex detail", "involution"], ["intricacy", "marked by elaborately complex detail", "intricacy"], ["refinement", "the result of improving something", "refinement"], ["amplification", "addition of extra material or illustration or clarifying detail", "amplification"]]}, {"answer": "elan", "hint": "synonyms for elan", "clues": [["zeal", "a feeling of strong eagerness (usually in favor of a person or cause)", "zeal"], ["style", "distinctive and stylish elegance", "style"], ["flair", "distinctive and stylish elegance", "flair"], ["dash", "distinctive and stylish elegance", "dash"], ["ardor", "a feeling of strong eagerness (usually in favor of a person or cause)", "ardor"], ["panache", "distinctive and stylish elegance", "panache"]]}, {"answer": "elbow_grease", "hint": "synonyms for elbow grease", "clues": [["effort", "use of physical or mental energy; hard work", "effort"], ["exertion", "use of physical or mental energy; hard work", "exertion"], ["travail", "use of physical or mental energy; hard work", "travail"], ["sweat", "use of physical or mental energy; hard work", "sweat"]]}, {"answer": "eld", "hint": "synonyms for eld", "clues": [["years", "a late time of life", "years"], ["old age", "a late time of life", "old age"], ["age", "a late time of life", "age"], ["geezerhood", "a late time of life", "geezerhood"]]}, {"answer": "electioneering", "hint": "synonyms for electioneering", "clues": [["canvassing", "persuasion of voters in a political campaign", "canvassing"], ["political campaign", "the campaign of a candidate to be elected", "political campaign"], ["bell ringing", "persuasion of voters in a political campaign", "bell ringing"], ["candidature", "the campaign of a candidate to be elected", "candidature"], ["campaigning", "the campaign of a candidate to be elected", "campaigning"], ["candidacy", "the campaign of a candidate to be elected", "candidacy"]]}, {"answer": "electric-light_bulb", "hint": "synonyms for electric-light bulb", "clues": [["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "bulb"], ["light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "light bulb"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "incandescent lamp"], ["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric light"]]}, {"answer": "electric_arc", "hint": "synonyms for electric arc", "clues": [["arc", "electrical conduction through a gas in an applied electric field", "arc"], ["spark", "electrical conduction through a gas in an applied electric field", "spark"], ["discharge", "electrical conduction through a gas in an applied electric field", "discharge"], ["electric discharge", "electrical conduction through a gas in an applied electric field", "electric discharge"]]}, {"answer": "electric_discharge", "hint": "synonyms for electric discharge", "clues": [["arc", "electrical conduction through a gas in an applied electric field", "arc"], ["electric arc", "electrical conduction through a gas in an applied electric field", "electric arc"], ["discharge", "electrical conduction through a gas in an applied electric field", "discharge"], ["spark", "electrical conduction through a gas in an applied electric field", "spark"]]}, {"answer": "electric_eye", "hint": "synonyms for electric eye", "clues": [["photoelectric cell", "a transducer used to detect and measure light and other radiations", "photoelectric cell"], ["photoconductive cell", "a transducer used to detect and measure light and other radiations", "photoconductive cell"], ["magic eye", "a transducer used to detect and measure light and other radiations", "magic eye"], ["photocell", "a transducer used to detect and measure light and other radiations", "photocell"]]}, {"answer": "electric_light", "hint": "synonyms for electric light", "clues": [["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "bulb"], ["light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "light bulb"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "incandescent lamp"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric-light bulb"]]}, {"answer": "electric_outlet", "hint": "synonyms for electric outlet", "clues": [["electrical outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electrical outlet"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall socket"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric receptacle"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "outlet"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall plug"]]}, {"answer": "electric_potential", "hint": "synonyms for electric potential", "clues": [["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts", "potential drop"], ["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts", "potential difference"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts", "potential"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts", "voltage"]]}, {"answer": "electric_receptacle", "hint": "synonyms for electric receptacle", "clues": [["electric outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric outlet"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall socket"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "outlet"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall plug"]]}, {"answer": "electric_resistance", "hint": "synonyms for electric resistance", "clues": [["resistance", "a material's opposition to the flow of electric current; measured in ohms", "resistance"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms", "impedance"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms", "ohmic resistance"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms", "resistivity"], ["electrical resistance", "a material's opposition to the flow of electric current; measured in ohms", "electrical resistance"]]}, {"answer": "electrical_outlet", "hint": "synonyms for electrical outlet", "clues": [["electric outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric outlet"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall socket"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric receptacle"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "outlet"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall plug"]]}, {"answer": "electrical_resistance", "hint": "synonyms for electrical resistance", "clues": [["electric resistance", "a material's opposition to the flow of electric current; measured in ohms", "electric resistance"], ["resistance", "a material's opposition to the flow of electric current; measured in ohms", "resistance"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms", "impedance"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms", "ohmic resistance"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms", "resistivity"]]}, {"answer": "electron_tube", "hint": "synonyms for electron tube", "clues": [["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "tube"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic valve"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic tube"], ["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic vacuum tube"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "vacuum tube"]]}, {"answer": "electronic_computer", "hint": "synonyms for electronic computer", "clues": [["computer", "a machine for performing calculations automatically", "computer"], ["computing machine", "a machine for performing calculations automatically", "computing machine"], ["data processor", "a machine for performing calculations automatically", "data processor"], ["information processing system", "a machine for performing calculations automatically", "information processing system"], ["computing device", "a machine for performing calculations automatically", "computing device"]]}, {"answer": "element", "hint": "synonyms for element", "clues": [["component", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system", "component"], ["factor", "an abstract part of something", "factor"], ["chemical element", "any of the more than 100 known substances (of which 92 occur naturally) that cannot be separated into simpler substances and that singly or in combination constitute all matter", "chemical element"], ["ingredient", "an abstract part of something", "ingredient"], ["constituent", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system", "constituent"]]}, {"answer": "elements", "hint": "synonyms for elements", "clues": [["component", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system", "component"], ["element", "an abstract part of something", "element"], ["factor", "an abstract part of something", "factor"], ["chemical element", "any of the more than 100 known substances (of which 92 occur naturally) that cannot be separated into simpler substances and that singly or in combination constitute all matter", "chemical element"], ["ingredient", "an abstract part of something", "ingredient"], ["constituent", "an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system", "constituent"]]}, {"answer": "elevated_railroad", "hint": "synonyms for elevated railroad", "clues": [["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railway"], ["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "overhead railway"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "el"], ["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated"]]}, {"answer": "elevated_railway", "hint": "synonyms for elevated railway", "clues": [["overhead railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "overhead railway"], ["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railroad"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "el"], ["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated"]]}, {"answer": "elevation", "hint": "synonyms for elevation", "clues": [["aggrandisement", "the act of increasing the wealth or prestige or power or scope of something", "aggrandisement"], ["raising", "the event of something being raised upward", "raising"], ["natural elevation", "a raised or elevated geological formation", "natural elevation"], ["altitude", "angular distance above the horizon (especially of a celestial object)", "altitude"], ["lift", "the event of something being raised upward", "lift"]]}, {"answer": "elimination", "hint": "synonyms for elimination", "clues": [["liquidation", "the murder of a competitor", "liquidation"], ["voiding", "the bodily process of discharging waste matter", "voiding"], ["riddance", "the act of removing or getting rid of something", "riddance"], ["reasoning by elimination", "analysis of a problem into alternative possibilities followed by the systematic rejection of unacceptable alternatives", "reasoning by elimination"], ["excretion", "the bodily process of discharging waste matter", "excretion"], ["evacuation", "the bodily process of discharging waste matter", "evacuation"]]}, {"answer": "elvis", "hint": "synonyms for elvis", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "em", "hint": "synonyms for em", "clues": [["em quad", "a quad with a square body", "em quad"], ["pica em", "a linear unit (1/6 inch) used in printing", "pica em"], ["pica", "a linear unit (1/6 inch) used in printing", "pica"], ["mutton quad", "a quad with a square body", "mutton quad"]]}, {"answer": "embezzlement", "hint": "synonyms for embezzlement", "clues": [["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misapplication"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "peculation"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misappropriation"], ["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "defalcation"]]}, {"answer": "embossment", "hint": "synonyms for embossment", "clues": [["imprint", "an impression produced by pressure or printing", "imprint"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "sculptural relief"], ["rilievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "rilievo"], ["relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "relief"]]}, {"answer": "emda", "hint": "synonyms for emda", "clues": [["ionic medication", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues", "ionic medication"], ["electromotive drug administration", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues", "electromotive drug administration"], ["iontophoresis", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues", "iontophoresis"], ["iontotherapy", "therapy that uses a local electric current to introduce the ions of a medicine into the tissues", "iontotherapy"]]}, {"answer": "emergence", "hint": "synonyms for emergence", "clues": [["egress", "the act of coming (or going) out; becoming apparent", "egress"], ["emersion", "the act of emerging", "emersion"], ["egression", "the act of coming (or going) out; becoming apparent", "egression"], ["outgrowth", "the gradual beginning or coming forth", "outgrowth"], ["growth", "the gradual beginning or coming forth", "growth"], ["issue", "the becoming visible", "issue"]]}, {"answer": "emergency", "hint": "synonyms for emergency", "clues": [["hand brake", "a brake operated by hand; usually operates by mechanical linkage", "hand brake"], ["exigency", "a sudden unforeseen crisis (usually involving danger) that requires immediate action", "exigency"], ["emergency brake", "a brake operated by hand; usually operates by mechanical linkage", "emergency brake"], ["parking brake", "a brake operated by hand; usually operates by mechanical linkage", "parking brake"], ["pinch", "a sudden unforeseen crisis (usually involving danger) that requires immediate action", "pinch"]]}, {"answer": "emesis", "hint": "synonyms for emesis", "clues": [["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth", "disgorgement"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth", "regurgitation"], ["vomiting", "the reflex act of ejecting the contents of the stomach through the mouth", "vomiting"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth", "puking"]]}, {"answer": "emotionlessness", "hint": "synonyms for emotionlessness", "clues": [["impassivity", "apathy demonstrated by an absence of emotional reactions", "impassivity"], ["indifference", "apathy demonstrated by an absence of emotional reactions", "indifference"], ["phlegm", "apathy demonstrated by an absence of emotional reactions", "phlegm"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions", "impassiveness"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions", "unemotionality"], ["stolidity", "apathy demonstrated by an absence of emotional reactions", "stolidity"]]}, {"answer": "employment", "hint": "synonyms for employment", "clues": [["use", "the act of using", "use"], ["engagement", "the act of giving someone a job", "engagement"], ["utilisation", "the act of using", "utilisation"], ["usage", "the act of using", "usage"], ["exercise", "the act of using", "exercise"], ["work", "the occupation for which you are paid", "work"]]}, {"answer": "emptiness", "hint": "synonyms for emptiness", "clues": [["void", "an empty area or space", "void"], ["vanity", "the quality of being valueless or futile", "vanity"], ["vacuum", "an empty area or space", "vacuum"], ["vacancy", "an empty area or space", "vacancy"]]}, {"answer": "empty_talk", "hint": "synonyms for empty talk", "clues": [["empty words", "loud and confused and empty talk", "empty words"], ["palaver", "loud and confused and empty talk", "palaver"], ["rhetoric", "loud and confused and empty talk", "rhetoric"], ["hot air", "loud and confused and empty talk", "hot air"]]}, {"answer": "empty_words", "hint": "synonyms for empty words", "clues": [["empty talk", "loud and confused and empty talk", "empty talk"], ["palaver", "loud and confused and empty talk", "palaver"], ["rhetoric", "loud and confused and empty talk", "rhetoric"], ["hot air", "loud and confused and empty talk", "hot air"]]}, {"answer": "enactment", "hint": "synonyms for enactment", "clues": [["act", "a legal document codifying the result of deliberations of a committee or society or legislative body", "act"], ["portrayal", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "portrayal"], ["passage", "the passing of a law by a legislative body", "passage"], ["personation", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "personation"], ["characterization", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "characterization"]]}, {"answer": "encampment", "hint": "synonyms for encampment", "clues": [["camping", "the act of encamping and living in tents in a camp", "camping"], ["tenting", "the act of encamping and living in tents in a camp", "tenting"], ["cantonment", "temporary living quarters specially built by the army for soldiers", "cantonment"], ["campsite", "a site where people on holiday can pitch a tent", "campsite"], ["camping site", "a site where people on holiday can pitch a tent", "camping site"], ["bivouac", "a site where people on holiday can pitch a tent", "bivouac"], ["bivouacking", "the act of encamping and living in tents in a camp", "bivouacking"], ["campground", "a site where people on holiday can pitch a tent", "campground"], ["camping ground", "a site where people on holiday can pitch a tent", "camping ground"], ["camping area", "a site where people on holiday can pitch a tent", "camping area"]]}, {"answer": "enchantment", "hint": "synonyms for enchantment", "clues": [["captivation", "a feeling of great liking for something wonderful and unusual", "captivation"], ["bewitchment", "a magical spell", "bewitchment"], ["enthrallment", "a feeling of great liking for something wonderful and unusual", "enthrallment"], ["fascination", "a feeling of great liking for something wonderful and unusual", "fascination"]]}, {"answer": "enclosure", "hint": "synonyms for enclosure", "clues": [["enclosing", "the act of enclosing something inside something else", "enclosing"], ["natural enclosure", "a naturally enclosed space", "natural enclosure"], ["envelopment", "the act of enclosing something inside something else", "envelopment"], ["inclosure", "something (usually a supporting document) that is enclosed in an envelope with a covering letter", "inclosure"]]}, {"answer": "encounter", "hint": "synonyms for encounter", "clues": [["showdown", "a hostile disagreement face-to-face", "showdown"], ["skirmish", "a minor short-term fight", "skirmish"], ["confrontation", "a hostile disagreement face-to-face", "confrontation"], ["meeting", "a casual or unexpected convergence", "meeting"], ["clash", "a minor short-term fight", "clash"], ["face-off", "a hostile disagreement face-to-face", "face-off"], ["coming upon", "a casual meeting with a person or thing", "coming upon"], ["brush", "a minor short-term fight", "brush"]]}, {"answer": "encroachment", "hint": "synonyms for encroachment", "clues": [["intrusion", "entry to another's property without right or permission", "intrusion"], ["impingement", "influencing strongly", "impingement"], ["violation", "entry to another's property without right or permission", "violation"], ["invasion", "any entry into an area not previously occupied", "invasion"], ["trespass", "entry to another's property without right or permission", "trespass"], ["usurpation", "entry to another's property without right or permission", "usurpation"], ["impact", "influencing strongly", "impact"]]}, {"answer": "encumbrance", "hint": "synonyms for encumbrance", "clues": [["incumbrance", "any obstruction that impedes or is burdensome", "incumbrance"], ["hindrance", "any obstruction that impedes or is burdensome", "hindrance"], ["load", "an onerous or difficult concern", "load"], ["interference", "any obstruction that impedes or is burdensome", "interference"], ["onus", "an onerous or difficult concern", "onus"], ["preventive", "any obstruction that impedes or is burdensome", "preventive"], ["burden", "an onerous or difficult concern", "burden"], ["hitch", "any obstruction that impedes or is burdensome", "hitch"]]}, {"answer": "encyclopaedism", "hint": "synonyms for encyclopaedism", "clues": [["erudition", "profound scholarly knowledge", "erudition"], ["scholarship", "profound scholarly knowledge", "scholarship"], ["eruditeness", "profound scholarly knowledge", "eruditeness"], ["encyclopedism", "profound scholarly knowledge", "encyclopedism"], ["learnedness", "profound scholarly knowledge", "learnedness"], ["learning", "profound scholarly knowledge", "learning"]]}, {"answer": "encyclopedism", "hint": "synonyms for encyclopedism", "clues": [["erudition", "profound scholarly knowledge", "erudition"], ["scholarship", "profound scholarly knowledge", "scholarship"], ["eruditeness", "profound scholarly knowledge", "eruditeness"], ["encyclopaedism", "profound scholarly knowledge", "encyclopaedism"], ["learnedness", "profound scholarly knowledge", "learnedness"], ["learning", "profound scholarly knowledge", "learning"]]}, {"answer": "end", "hint": "synonyms for end", "clues": [["final stage", "the concluding parts of an event or occurrence", "final stage"], ["remnant", "a piece of cloth that is left over after the rest has been used or sold", "remnant"], ["terminal", "either extremity of something that has length", "terminal"], ["goal", "the state of affairs that a plan is intended to achieve and that (when achieved) terminates behavior intended to achieve it", "goal"], ["conclusion", "the last section of a communication", "conclusion"], ["close", "the last section of a communication", "close"], ["last", "the concluding parts of an event or occurrence", "last"], ["oddment", "a piece of cloth that is left over after the rest has been used or sold", "oddment"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold", "remainder"], ["ending", "the last section of a communication", "ending"], ["closing", "the last section of a communication", "closing"]]}, {"answer": "end_of_the_world", "hint": "synonyms for end of the world", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["doom", "an unpleasant or disastrous destiny", "doom"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "an unpleasant or disastrous destiny", "day of reckoning"]]}, {"answer": "endeavor", "hint": "synonyms for endeavor", "clues": [["enterprise", "a purposeful or industrious undertaking (especially one that requires effort or boldness)", "enterprise"], ["endeavour", "a purposeful or industrious undertaking (especially one that requires effort or boldness)", "endeavour"], ["try", "earnest and conscientious activity intended to do or accomplish something", "try"], ["attempt", "earnest and conscientious activity intended to do or accomplish something", "attempt"], ["effort", "earnest and conscientious activity intended to do or accomplish something", "effort"]]}, {"answer": "endeavour", "hint": "synonyms for endeavour", "clues": [["enterprise", "a purposeful or industrious undertaking (especially one that requires effort or boldness)", "enterprise"], ["endeavor", "a purposeful or industrious undertaking (especially one that requires effort or boldness)", "endeavor"], ["try", "earnest and conscientious activity intended to do or accomplish something", "try"], ["attempt", "earnest and conscientious activity intended to do or accomplish something", "attempt"], ["effort", "earnest and conscientious activity intended to do or accomplish something", "effort"]]}, {"answer": "ending", "hint": "synonyms for ending", "clues": [["conclusion", "the act of ending something", "conclusion"], ["end", "the last section of a communication", "end"], ["finish", "event whose occurrence ends something", "finish"], ["termination", "the act of ending something", "termination"], ["close", "the last section of a communication", "close"], ["closing", "the last section of a communication", "closing"]]}, {"answer": "endorsement", "hint": "synonyms for endorsement", "clues": [["indorsement", "formal and explicit approval", "indorsement"], ["blurb", "a promotional statement (as found on the dust jackets of books)", "blurb"], ["warrant", "formal and explicit approval", "warrant"], ["secondment", "a speech seconding a motion", "secondment"], ["countenance", "formal and explicit approval", "countenance"], ["second", "a speech seconding a motion", "second"], ["sanction", "formal and explicit approval", "sanction"], ["imprimatur", "formal and explicit approval", "imprimatur"]]}, {"answer": "endowment", "hint": "synonyms for endowment", "clues": [["gift", "natural abilities or qualities", "gift"], ["endowment fund", "the capital that provides income for an institution", "endowment fund"], ["natural endowment", "natural abilities or qualities", "natural endowment"], ["talent", "natural abilities or qualities", "talent"]]}, {"answer": "energy", "hint": "synonyms for energy", "clues": [["free energy", "(physics) a thermodynamic quantity equivalent to the capacity of a physical system to do work; the units of energy are joules or ergs", "free energy"], ["push", "enterprising or ambitious drive", "push"], ["vigor", "an imaginative lively style (especially style of writing)", "vigor"], ["zip", "forceful exertion", "zip"], ["muscularity", "an imaginative lively style (especially style of writing)", "muscularity"], ["vim", "an imaginative lively style (especially style of writing)", "vim"], ["get-up-and-go", "enterprising or ambitious drive", "get-up-and-go"]]}, {"answer": "engagement", "hint": "synonyms for engagement", "clues": [["fight", "a hostile meeting of opposing military forces in the course of a war", "fight"], ["interlocking", "contact by fitting together", "interlocking"], ["involution", "the act of sharing in the activities of a group", "involution"], ["employment", "the act of giving someone a job", "employment"], ["involvement", "the act of sharing in the activities of a group", "involvement"], ["date", "a meeting arranged in advance", "date"], ["participation", "the act of sharing in the activities of a group", "participation"], ["appointment", "a meeting arranged in advance", "appointment"], ["betrothal", "a mutual promise to marry", "betrothal"], ["booking", "employment for performers or performing groups that lasts for a limited period of time", "booking"], ["troth", "a mutual promise to marry", "troth"], ["mesh", "contact by fitting together", "mesh"], ["battle", "a hostile meeting of opposing military forces in the course of a war", "battle"], ["conflict", "a hostile meeting of opposing military forces in the course of a war", "conflict"]]}, {"answer": "engineering", "hint": "synonyms for engineering", "clues": [["applied science", "the discipline dealing with the art or science of applying scientific knowledge to practical problems", "applied science"], ["engineering science", "the discipline dealing with the art or science of applying scientific knowledge to practical problems", "engineering science"], ["technology", "the practical application of science to commerce or industry", "technology"], ["engine room", "a room (as on a ship) in which the engine is located", "engine room"]]}, {"answer": "engrossment", "hint": "synonyms for engrossment", "clues": [["intentness", "the quality of being intent and concentrated", "intentness"], ["preoccupation", "the mental state of being preoccupied by something", "preoccupation"], ["immersion", "complete attention; intense mental effort", "immersion"], ["preoccupancy", "the mental state of being preoccupied by something", "preoccupancy"], ["concentration", "complete attention; intense mental effort", "concentration"], ["absorption", "the mental state of being preoccupied by something", "absorption"]]}, {"answer": "enigma", "hint": "synonyms for enigma", "clues": [["conundrum", "a difficult problem", "conundrum"], ["secret", "something that baffles understanding and cannot be explained", "secret"], ["closed book", "something that baffles understanding and cannot be explained", "closed book"], ["riddle", "a difficult problem", "riddle"], ["mystery", "something that baffles understanding and cannot be explained", "mystery"], ["brain-teaser", "a difficult problem", "brain-teaser"]]}, {"answer": "enlargement", "hint": "synonyms for enlargement", "clues": [["expansion", "a discussion that provides additional information", "expansion"], ["magnification", "a photographic print that has been enlarged", "magnification"], ["elaboration", "a discussion that provides additional information", "elaboration"], ["blowup", "a photographic print that has been enlarged", "blowup"]]}, {"answer": "enlistment", "hint": "synonyms for enlistment", "clues": [["tour", "a period of time spent in military service", "tour"], ["tour of duty", "a period of time spent in military service", "tour of duty"], ["hitch", "a period of time spent in military service", "hitch"], ["duty tour", "a period of time spent in military service", "duty tour"], ["term of enlistment", "a period of time spent in military service", "term of enlistment"]]}, {"answer": "enormousness", "hint": "synonyms for enormousness", "clues": [["greatness", "unusual largeness in size or extent or number", "greatness"], ["grandness", "unusual largeness in size or extent or number", "grandness"], ["immensity", "unusual largeness in size or extent or number", "immensity"], ["wideness", "unusual largeness in size or extent or number", "wideness"], ["immenseness", "unusual largeness in size or extent or number", "immenseness"], ["sizeableness", "unusual largeness in size or extent or number", "sizeableness"], ["vastness", "unusual largeness in size or extent or number", "vastness"]]}, {"answer": "enquiry", "hint": "synonyms for enquiry", "clues": [["inquiry", "an instance of questioning", "inquiry"], ["question", "an instance of questioning", "question"], ["research", "a search for knowledge", "research"], ["interrogation", "an instance of questioning", "interrogation"], ["query", "an instance of questioning", "query"]]}, {"answer": "entering", "hint": "synonyms for entering", "clues": [["incoming", "the act of entering", "incoming"], ["entrance", "the act of entering", "entrance"], ["entry", "the act of entering", "entry"], ["ingress", "the act of entering", "ingress"]]}, {"answer": "enterprise", "hint": "synonyms for enterprise", "clues": [["initiative", "readiness to embark on bold new ventures", "initiative"], ["endeavor", "a purposeful or industrious undertaking (especially one that requires effort or boldness)", "endeavor"], ["enterprisingness", "readiness to embark on bold new ventures", "enterprisingness"], ["go-ahead", "readiness to embark on bold new ventures", "go-ahead"]]}, {"answer": "enthronisation", "hint": "synonyms for enthronisation", "clues": [["enthronization", "the ceremony of installing a new monarch", "enthronization"], ["coronation", "the ceremony of installing a new monarch", "coronation"], ["investiture", "the ceremony of installing a new monarch", "investiture"], ["enthronement", "the ceremony of installing a new monarch", "enthronement"]]}, {"answer": "enthronization", "hint": "synonyms for enthronization", "clues": [["enthronisation", "the ceremony of installing a new monarch", "enthronisation"], ["coronation", "the ceremony of installing a new monarch", "coronation"], ["investiture", "the ceremony of installing a new monarch", "investiture"], ["enthronement", "the ceremony of installing a new monarch", "enthronement"]]}, {"answer": "entombment", "hint": "synonyms for entombment", "clues": [["sepulture", "the ritual placing of a corpse in a grave", "sepulture"], ["burial", "the ritual placing of a corpse in a grave", "burial"], ["interment", "the ritual placing of a corpse in a grave", "interment"], ["inhumation", "the ritual placing of a corpse in a grave", "inhumation"]]}, {"answer": "entrance", "hint": "synonyms for entrance", "clues": [["entryway", "something that provides access (to get in or get out)", "entryway"], ["entranceway", "something that provides access (to get in or get out)", "entranceway"], ["entering", "the act of entering", "entering"], ["incoming", "the act of entering", "incoming"], ["entry", "something that provides access (to get in or get out)", "entry"], ["entree", "something that provides access (to get in or get out)", "entree"], ["ingress", "the act of entering", "ingress"]]}, {"answer": "entrance_fee", "hint": "synonyms for entrance fee", "clues": [["admission fee", "the fee charged for admission", "admission fee"], ["price of admission", "the fee charged for admission", "price of admission"], ["admission price", "the fee charged for admission", "admission price"], ["admission charge", "the fee charged for admission", "admission charge"], ["entrance money", "the fee charged for admission", "entrance money"], ["admission", "the fee charged for admission", "admission"]]}, {"answer": "entrance_hall", "hint": "synonyms for entrance hall", "clues": [["antechamber", "a large entrance or reception room or area", "antechamber"], ["lobby", "a large entrance or reception room or area", "lobby"], ["vestibule", "a large entrance or reception room or area", "vestibule"], ["hall", "a large entrance or reception room or area", "hall"], ["foyer", "a large entrance or reception room or area", "foyer"], ["anteroom", "a large entrance or reception room or area", "anteroom"]]}, {"answer": "entrance_money", "hint": "synonyms for entrance money", "clues": [["admission fee", "the fee charged for admission", "admission fee"], ["price of admission", "the fee charged for admission", "price of admission"], ["admission price", "the fee charged for admission", "admission price"], ["admission charge", "the fee charged for admission", "admission charge"], ["entrance fee", "the fee charged for admission", "entrance fee"], ["admission", "the fee charged for admission", "admission"]]}, {"answer": "entranceway", "hint": "synonyms for entranceway", "clues": [["entrance", "something that provides access (to get in or get out)", "entrance"], ["entree", "something that provides access (to get in or get out)", "entree"], ["entryway", "something that provides access (to get in or get out)", "entryway"], ["entry", "something that provides access (to get in or get out)", "entry"]]}, {"answer": "entree", "hint": "synonyms for entree", "clues": [["main course", "the principal dish of a meal", "main course"], ["admission", "the right to enter", "admission"], ["entryway", "something that provides access (to get in or get out)", "entryway"], ["entranceway", "something that provides access (to get in or get out)", "entranceway"], ["accession", "the right to enter", "accession"], ["access", "the right to enter", "access"], ["entry", "something that provides access (to get in or get out)", "entry"], ["entrance", "something that provides access (to get in or get out)", "entrance"], ["admittance", "the right to enter", "admittance"]]}, {"answer": "entrepot", "hint": "synonyms for entrepot", "clues": [["depot", "a depository for goods", "depot"], ["storage", "a depository for goods", "storage"], ["store", "a depository for goods", "store"], ["storehouse", "a depository for goods", "storehouse"], ["transshipment center", "a port where merchandise can be imported and then exported without paying import duties", "transshipment center"]]}, {"answer": "entry", "hint": "synonyms for entry", "clues": [["unveiling", "the act of beginning something new", "unveiling"], ["launching", "the act of beginning something new", "launching"], ["entryway", "something that provides access (to get in or get out)", "entryway"], ["first appearance", "the act of beginning something new", "first appearance"], ["entranceway", "something that provides access (to get in or get out)", "entranceway"], ["accounting entry", "a written record of a commercial transaction", "accounting entry"], ["ledger entry", "a written record of a commercial transaction", "ledger entry"], ["entrance", "something that provides access (to get in or get out)", "entrance"], ["incoming", "the act of entering", "incoming"], ["entering", "the act of entering", "entering"], ["debut", "the act of beginning something new", "debut"], ["introduction", "the act of beginning something new", "introduction"], ["entree", "something that provides access (to get in or get out)", "entree"], ["submission", "something (manuscripts or architectural plans and models or estimates or works of art of all genres etc.) submitted for the judgment of others (as in a competition)", "submission"], ["ingress", "the act of entering", "ingress"]]}, {"answer": "entryway", "hint": "synonyms for entryway", "clues": [["entrance", "something that provides access (to get in or get out)", "entrance"], ["entree", "something that provides access (to get in or get out)", "entree"], ["entranceway", "something that provides access (to get in or get out)", "entranceway"], ["entry", "something that provides access (to get in or get out)", "entry"]]}, {"answer": "enumeration", "hint": "synonyms for enumeration", "clues": [["counting", "the act of counting; reciting numbers in ascending order", "counting"], ["reckoning", "the act of counting; reciting numbers in ascending order", "reckoning"], ["numbering", "a numbered list", "numbering"], ["tally", "the act of counting; reciting numbers in ascending order", "tally"], ["numeration", "the act of counting; reciting numbers in ascending order", "numeration"]]}, {"answer": "environs", "hint": "synonyms for environs", "clues": [["surroundings", "the area in which something exists or lives", "surroundings"], ["surround", "the area in which something exists or lives", "surround"], ["purlieu", "an outer adjacent area of any place", "purlieu"], ["environment", "the area in which something exists or lives", "environment"]]}, {"answer": "episcopate", "hint": "synonyms for episcopate", "clues": [["bishopry", "the office and dignity of a bishop", "bishopry"], ["episcopacy", "the collective body of bishops", "episcopacy"], ["bishopric", "the territorial jurisdiction of a bishop", "bishopric"], ["diocese", "the territorial jurisdiction of a bishop", "diocese"]]}, {"answer": "equaliser", "hint": "synonyms for equaliser", "clues": [["counterpoise", "a weight that balances another weight", "counterpoise"], ["equalizer", "a weight that balances another weight", "equalizer"], ["counterweight", "a weight that balances another weight", "counterweight"], ["counterbalance", "a weight that balances another weight", "counterbalance"], ["balance", "a weight that balances another weight", "balance"]]}, {"answer": "equalizer", "hint": "synonyms for equalizer", "clues": [["counterpoise", "a weight that balances another weight", "counterpoise"], ["equaliser", "electronic equipment that reduces frequency distortion", "equaliser"], ["counterweight", "a weight that balances another weight", "counterweight"], ["counterbalance", "a weight that balances another weight", "counterbalance"], ["balance", "a weight that balances another weight", "balance"]]}, {"answer": "equilibrium", "hint": "synonyms for equilibrium", "clues": [["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "labyrinthine sense"], ["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of equilibrium"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "vestibular sense"], ["chemical equilibrium", "a chemical reaction and its reverse proceed at equal rates", "chemical equilibrium"], ["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of balance"], ["equipoise", "equality of distribution", "equipoise"], ["counterbalance", "equality of distribution", "counterbalance"], ["balance", "equality of distribution", "balance"]]}, {"answer": "equivocation", "hint": "synonyms for equivocation", "clues": [["evasiveness", "intentionally vague or ambiguous", "evasiveness"], ["tergiversation", "falsification by means of vague or ambiguous language", "tergiversation"], ["prevarication", "intentionally vague or ambiguous", "prevarication"], ["evasion", "a statement that is not literally false but that cleverly avoids an unpleasant truth", "evasion"]]}, {"answer": "ergocalciferol", "hint": "synonyms for ergocalciferol", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets", "cholecalciferol"], ["calciferol", "a fat-soluble vitamin that prevents rickets", "calciferol"], ["vitamin D", "a fat-soluble vitamin that prevents rickets", "vitamin D"], ["viosterol", "a fat-soluble vitamin that prevents rickets", "viosterol"]]}, {"answer": "erosion", "hint": "synonyms for erosion", "clues": [["corroding", "erosion by chemical action", "corroding"], ["corrosion", "erosion by chemical action", "corrosion"], ["eating away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "eating away"], ["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "eroding"], ["wearing", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "wearing"]]}, {"answer": "eroticism", "hint": "synonyms for eroticism", "clues": [["erotism", "the arousal of feelings of sexual desire", "erotism"], ["amorousness", "the arousal of feelings of sexual desire", "amorousness"], ["sexiness", "the arousal of feelings of sexual desire", "sexiness"], ["amativeness", "the arousal of feelings of sexual desire", "amativeness"]]}, {"answer": "erotism", "hint": "synonyms for erotism", "clues": [["amorousness", "the arousal of feelings of sexual desire", "amorousness"], ["sexiness", "the arousal of feelings of sexual desire", "sexiness"], ["amativeness", "the arousal of feelings of sexual desire", "amativeness"], ["eroticism", "the arousal of feelings of sexual desire", "eroticism"]]}, {"answer": "erratum", "hint": "synonyms for erratum", "clues": [["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind", "typographical error"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind", "typo"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind", "literal"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind", "literal error"], ["misprint", "a mistake in printed matter resulting from mechanical failures of some kind", "misprint"]]}, {"answer": "error", "hint": "synonyms for error", "clues": [["erroneous belief", "a misconception resulting from incorrect information", "erroneous belief"], ["computer error", "(computer science) the occurrence of an incorrect result produced by a computer", "computer error"], ["erroneousness", "inadvertent incorrectness", "erroneousness"], ["mistake", "part of a statement that is not correct", "mistake"], ["wrongdoing", "departure from what is ethically acceptable", "wrongdoing"], ["misplay", "(baseball) a failure of a defensive player to make an out when normal play would have sufficed", "misplay"], ["fault", "a wrong action attributable to bad judgment or ignorance or inattention", "fault"]]}, {"answer": "eruditeness", "hint": "synonyms for eruditeness", "clues": [["erudition", "profound scholarly knowledge", "erudition"], ["scholarship", "profound scholarly knowledge", "scholarship"], ["encyclopedism", "profound scholarly knowledge", "encyclopedism"], ["learnedness", "profound scholarly knowledge", "learnedness"], ["learning", "profound scholarly knowledge", "learning"]]}, {"answer": "erudition", "hint": "synonyms for erudition", "clues": [["scholarship", "profound scholarly knowledge", "scholarship"], ["eruditeness", "profound scholarly knowledge", "eruditeness"], ["encyclopedism", "profound scholarly knowledge", "encyclopedism"], ["learnedness", "profound scholarly knowledge", "learnedness"], ["learning", "profound scholarly knowledge", "learning"]]}, {"answer": "eruption", "hint": "synonyms for eruption", "clues": [["clap", "a sudden very loud noise", "clap"], ["irruption", "a sudden violent spontaneous occurrence (usually of some undesirable condition)", "irruption"], ["outbreak", "a sudden violent spontaneous occurrence (usually of some undesirable condition)", "outbreak"], ["bam", "a sudden very loud noise", "bam"], ["bang", "a sudden very loud noise", "bang"], ["volcanic eruption", "the sudden occurrence of a violent discharge of steam and volcanic material", "volcanic eruption"], ["blast", "a sudden very loud noise", "blast"]]}, {"answer": "es", "hint": "synonyms for es", "clues": [["atomic number 99", "a radioactive transuranic element produced by bombarding plutonium with neutrons", "atomic number 99"], ["east", "the cardinal compass point that is at 90 degrees", "east"], ["tocopherol", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body", "tocopherol"], ["vitamin E", "a fat-soluble vitamin that is essential for normal reproduction; an important antioxidant that neutralizes free radicals in the body", "vitamin E"], ["e", "the 5th letter of the Roman alphabet", "e"], ["eastward", "the cardinal compass point that is at 90 degrees", "eastward"], ["einsteinium", "a radioactive transuranic element produced by bombarding plutonium with neutrons", "einsteinium"], ["due east", "the cardinal compass point that is at 90 degrees", "due east"]]}, {"answer": "escapade", "hint": "synonyms for escapade", "clues": [["risky venture", "a wild and exciting undertaking (not necessarily lawful)", "risky venture"], ["adventure", "a wild and exciting undertaking (not necessarily lawful)", "adventure"], ["lark", "any carefree episode", "lark"], ["dangerous undertaking", "a wild and exciting undertaking (not necessarily lawful)", "dangerous undertaking"]]}, {"answer": "escape", "hint": "synonyms for escape", "clues": [["leak", "the discharge of a fluid from some container", "leak"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape cock"], ["dodging", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do", "dodging"], ["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape valve"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "relief valve"], ["escapism", "an inclination to retreat from unpleasant realities through diversion or fantasy", "escapism"], ["evasion", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do", "evasion"], ["flight", "the act of escaping physically", "flight"], ["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "safety valve"], ["leakage", "the discharge of a fluid from some container", "leakage"], ["outflow", "the discharge of a fluid from some container", "outflow"]]}, {"answer": "escape_cock", "hint": "synonyms for escape cock", "clues": [["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape valve"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "relief valve"], ["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "safety valve"]]}, {"answer": "escape_valve", "hint": "synonyms for escape valve", "clues": [["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "safety valve"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "relief valve"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape cock"]]}, {"answer": "eschaton", "hint": "synonyms for eschaton", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "espial", "hint": "synonyms for espial", "clues": [["spotting", "the act of detecting something; catching sight of something", "spotting"], ["detection", "the act of detecting something; catching sight of something", "detection"], ["catching", "the act of detecting something; catching sight of something", "catching"], ["spying", "the act of detecting something; catching sight of something", "spying"]]}, {"answer": "espousal", "hint": "synonyms for espousal", "clues": [["adoption", "the act of accepting with approval; favorable reception", "adoption"], ["acceptance", "the act of accepting with approval; favorable reception", "acceptance"], ["betrothal", "the act of becoming betrothed or engaged", "betrothal"], ["acceptation", "the act of accepting with approval; favorable reception", "acceptation"], ["bridal", "archaic terms for a wedding or wedding feast", "bridal"]]}, {"answer": "esr", "hint": "synonyms for esr", "clues": [["erythrocyte sedimentation rate", "the rate at which red blood cells settle out in a tube of blood under standardized conditions; a high rate usually indicates the presence of inflammation", "erythrocyte sedimentation rate"], ["sedimentation rate", "the rate at which red blood cells settle out in a tube of blood under standardized conditions; a high rate usually indicates the presence of inflammation", "sedimentation rate"], ["sed rate", "the rate at which red blood cells settle out in a tube of blood under standardized conditions; a high rate usually indicates the presence of inflammation", "sed rate"], ["electron paramagnetic resonance", "microwave spectroscopy in which there is resonant absorption of radiation by a paramagnet", "electron paramagnetic resonance"], ["electron spin resonance", "microwave spectroscopy in which there is resonant absorption of radiation by a paramagnet", "electron spin resonance"]]}, {"answer": "essence", "hint": "synonyms for essence", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["gist", "the central meaning or theme of a speech or literary work", "gist"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["effect", "the central meaning or theme of a speech or literary work", "effect"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["core", "the central meaning or theme of a speech or literary work", "core"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["burden", "the central meaning or theme of a speech or literary work", "burden"], ["perfume", "a toiletry that emits and diffuses a fragrant odor", "perfume"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"]]}, {"answer": "establishment", "hint": "synonyms for establishment", "clues": [["organisation", "the act of forming or establishing something", "organisation"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governing body"], ["validation", "the cognitive process of establishing a valid proof", "validation"], ["constitution", "the act of forming or establishing something", "constitution"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "brass"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governance"], ["ecesis", "(ecology) the process by which a plant or animal becomes established in a new habitat", "ecesis"], ["formation", "the act of forming or establishing something", "formation"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "administration"]]}, {"answer": "estate", "hint": "synonyms for estate", "clues": [["the three estates", "a major social class or order of persons regarded collectively as part of the body politic of the country (especially in the United Kingdom) and formerly possessing distinct political rights", "the three estates"], ["land", "extensive landed property (especially in the country) retained by the owner for his own use", "land"], ["demesne", "extensive landed property (especially in the country) retained by the owner for his own use", "demesne"], ["estate of the realm", "a major social class or order of persons regarded collectively as part of the body politic of the country (especially in the United Kingdom) and formerly possessing distinct political rights", "estate of the realm"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use", "acres"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use", "landed estate"]]}, {"answer": "esthesis", "hint": "synonyms for esthesis", "clues": [["sense experience", "an unelaborated elementary awareness of stimulation", "sense experience"], ["sense datum", "an unelaborated elementary awareness of stimulation", "sense datum"], ["sensation", "an unelaborated elementary awareness of stimulation", "sensation"], ["sense impression", "an unelaborated elementary awareness of stimulation", "sense impression"], ["aesthesis", "an unelaborated elementary awareness of stimulation", "aesthesis"]]}, {"answer": "estimate", "hint": "synonyms for estimate", "clues": [["estimation", "a judgment of the qualities of something or somebody", "estimation"], ["appraisal", "a document appraising the value of something (as for insurance or taxation)", "appraisal"], ["approximation", "an approximate calculation of quantity or degree or worth", "approximation"], ["idea", "an approximate calculation of quantity or degree or worth", "idea"]]}, {"answer": "estimation", "hint": "synonyms for estimation", "clues": [["appraisal", "a document appraising the value of something (as for insurance or taxation)", "appraisal"], ["estimate", "the respect with which a person is held", "estimate"], ["idea", "an approximate calculation of quantity or degree or worth", "idea"], ["approximation", "an approximate calculation of quantity or degree or worth", "approximation"]]}, {"answer": "esurience", "hint": "synonyms for esurience", "clues": [["voracity", "extreme gluttony", "voracity"], ["rapacity", "extreme gluttony", "rapacity"], ["voraciousness", "extreme gluttony", "voraciousness"], ["rapaciousness", "extreme gluttony", "rapaciousness"], ["edacity", "extreme gluttony", "edacity"]]}, {"answer": "ethanoyl_group", "hint": "synonyms for ethanoyl group", "clues": [["acetyl radical", "the organic group of acetic acid (CH3CO-)", "acetyl radical"], ["acetyl group", "the organic group of acetic acid (CH3CO-)", "acetyl group"], ["ethanoyl radical", "the organic group of acetic acid (CH3CO-)", "ethanoyl radical"], ["acetyl", "the organic group of acetic acid (CH3CO-)", "acetyl"]]}, {"answer": "ethanoyl_radical", "hint": "synonyms for ethanoyl radical", "clues": [["acetyl radical", "the organic group of acetic acid (CH3CO-)", "acetyl radical"], ["acetyl group", "the organic group of acetic acid (CH3CO-)", "acetyl group"], ["ethanoyl group", "the organic group of acetic acid (CH3CO-)", "ethanoyl group"], ["acetyl", "the organic group of acetic acid (CH3CO-)", "acetyl"]]}, {"answer": "ether", "hint": "synonyms for ether", "clues": [["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "vinyl ether"], ["diethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "diethyl ether"], ["quintessence", "the fifth and highest element after air and earth and fire and water; was believed to be the substance composing all heavenly bodies", "quintessence"], ["aether", "a medium that was once supposed to fill all space and to support the propagation of electromagnetic waves", "aether"], ["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethoxyethane"]]}, {"answer": "ethic", "hint": "synonyms for ethic", "clues": [["ethical code", "a system of principles governing morality and acceptable conduct", "ethical code"], ["value-system", "the principles of right and wrong that are accepted by an individual or a social group", "value-system"], ["value orientation", "the principles of right and wrong that are accepted by an individual or a social group", "value orientation"], ["moral principle", "the principles of right and wrong that are accepted by an individual or a social group", "moral principle"]]}, {"answer": "ethics", "hint": "synonyms for ethics", "clues": [["ethic", "the principles of right and wrong that are accepted by an individual or a social group", "ethic"], ["ethical motive", "motivation based on ideas of right and wrong", "ethical motive"], ["morality", "motivation based on ideas of right and wrong", "morality"], ["morals", "motivation based on ideas of right and wrong", "morals"], ["value orientation", "the principles of right and wrong that are accepted by an individual or a social group", "value orientation"], ["ethical code", "a system of principles governing morality and acceptable conduct", "ethical code"], ["moral philosophy", "the philosophical study of moral values and rules", "moral philosophy"], ["value-system", "the principles of right and wrong that are accepted by an individual or a social group", "value-system"], ["moral principle", "the principles of right and wrong that are accepted by an individual or a social group", "moral principle"]]}, {"answer": "ethyl_alcohol", "hint": "synonyms for ethyl alcohol", "clues": [["ethanol", "the intoxicating agent in fermented and distilled liquors; used pure or denatured as a solvent or in medicines and colognes and cleaning solutions and rocket fuel; proposed as a renewable clean-burning additive to gasoline", "ethanol"], ["fermentation alcohol", "the intoxicating agent in fermented and distilled liquors; used pure or denatured as a solvent or in medicines and colognes and cleaning solutions and rocket fuel; proposed as a renewable clean-burning additive to gasoline", "fermentation alcohol"], ["neutral spirits", "nonflavored alcohol of 95 percent or 190 proof used for blending with straight whiskies and in making gin and liqueurs", "neutral spirits"], ["grain alcohol", "the intoxicating agent in fermented and distilled liquors; used pure or denatured as a solvent or in medicines and colognes and cleaning solutions and rocket fuel; proposed as a renewable clean-burning additive to gasoline", "grain alcohol"]]}, {"answer": "ethyl_ether", "hint": "synonyms for ethyl ether", "clues": [["vinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "vinyl ether"], ["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ether"], ["diethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "diethyl ether"], ["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethoxyethane"]]}, {"answer": "eulogy", "hint": "synonyms for eulogy", "clues": [["panegyric", "a formal expression of praise", "panegyric"], ["paean", "a formal expression of praise", "paean"], ["eulogium", "a formal expression of praise for someone who has died recently", "eulogium"], ["encomium", "a formal expression of praise", "encomium"]]}, {"answer": "evacuation", "hint": "synonyms for evacuation", "clues": [["emptying", "the act of removing the contents of something", "emptying"], ["elimination", "the bodily process of discharging waste matter", "elimination"], ["excreting", "the bodily process of discharging waste matter", "excreting"], ["voiding", "the bodily process of discharging waste matter", "voiding"], ["voidance", "the act of removing the contents of something", "voidance"]]}, {"answer": "evaporation", "hint": "synonyms for evaporation", "clues": [["drying up", "the process of extracting moisture", "drying up"], ["desiccation", "the process of extracting moisture", "desiccation"], ["vaporisation", "the process of becoming a vapor", "vaporisation"], ["vapor", "the process of becoming a vapor", "vapor"], ["dehydration", "the process of extracting moisture", "dehydration"]]}, {"answer": "evasion", "hint": "synonyms for evasion", "clues": [["equivocation", "a statement that is not literally false but that cleverly avoids an unpleasant truth", "equivocation"], ["escape", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do", "escape"], ["nonpayment", "the deliberate act of failing to pay money", "nonpayment"], ["dodging", "nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do", "dodging"]]}, {"answer": "evenfall", "hint": "synonyms for evenfall", "clues": [["gloam", "the time of day immediately following sunset", "gloam"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["twilight", "the time of day immediately following sunset", "twilight"], ["fall", "the time of day immediately following sunset", "fall"], ["dusk", "the time of day immediately following sunset", "dusk"], ["nightfall", "the time of day immediately following sunset", "nightfall"]]}, {"answer": "event", "hint": "synonyms for event", "clues": [["outcome", "a phenomenon that follows and is caused by some previous phenomenon", "outcome"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon", "upshot"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon", "issue"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon", "effect"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon", "consequence"], ["result", "a phenomenon that follows and is caused by some previous phenomenon", "result"]]}, {"answer": "evolution", "hint": "synonyms for evolution", "clues": [["phylogenesis", "(biology) the sequence of events involved in the evolutionary development of a species or taxonomic group of organisms", "phylogenesis"], ["development", "a process in which something passes by degrees to a different stage (especially a more advanced or mature stage)", "development"], ["organic evolution", "(biology) the sequence of events involved in the evolutionary development of a species or taxonomic group of organisms", "organic evolution"], ["phylogeny", "(biology) the sequence of events involved in the evolutionary development of a species or taxonomic group of organisms", "phylogeny"]]}, {"answer": "examination", "hint": "synonyms for examination", "clues": [["scrutiny", "the act of examining something closely (as for mistakes)", "scrutiny"], ["exam", "a set of questions or exercises evaluating skill or knowledge", "exam"], ["test", "a set of questions or exercises evaluating skill or knowledge", "test"], ["examen", "a detailed inspection of your conscience (as done daily by Jesuits)", "examen"], ["interrogatory", "formal systematic questioning", "interrogatory"], ["interrogation", "formal systematic questioning", "interrogation"]]}, {"answer": "example", "hint": "synonyms for example", "clues": [["model", "a representative form or pattern", "model"], ["representative", "an item of information that is typical of a class or group", "representative"], ["illustration", "an item of information that is typical of a class or group", "illustration"], ["instance", "an item of information that is typical of a class or group", "instance"], ["good example", "something to be imitated", "good example"], ["case", "an occurrence of something", "case"], ["exemplar", "something to be imitated", "exemplar"], ["deterrent example", "punishment intended as a warning to others", "deterrent example"], ["lesson", "punishment intended as a warning to others", "lesson"], ["exercise", "a task performed or problem solved in order to develop skill or understanding", "exercise"], ["object lesson", "punishment intended as a warning to others", "object lesson"]]}, {"answer": "excavation", "hint": "synonyms for excavation", "clues": [["dig", "the site of an archeological exploration", "dig"], ["mining", "the act of extracting ores or coal etc from the earth", "mining"], ["digging", "the act of digging", "digging"], ["archeological site", "the site of an archeological exploration", "archeological site"]]}, {"answer": "exchange", "hint": "synonyms for exchange", "clues": [["interchange", "reciprocal transfer of equivalent sums of money (especially the currencies of different countries)", "interchange"], ["commutation", "the act of putting one thing or person in the place of another:", "commutation"], ["central", "a workplace that serves as a telecommunications facility where lines from telephones can be connected together to permit communication", "central"], ["substitution", "the act of putting one thing or person in the place of another:", "substitution"], ["rally", "(sports) an unbroken sequence of several successive strokes", "rally"], ["telephone exchange", "a workplace that serves as a telecommunications facility where lines from telephones can be connected together to permit communication", "telephone exchange"]]}, {"answer": "excision", "hint": "synonyms for excision", "clues": [["deletion", "the omission that is made when an editorial change shortens a written passage", "deletion"], ["cut", "the omission that is made when an editorial change shortens a written passage", "cut"], ["cutting out", "surgical removal of a body part or tissue", "cutting out"], ["ablation", "surgical removal of a body part or tissue", "ablation"], ["extirpation", "the act of pulling up or out; uprooting; cutting off from existence", "extirpation"], ["deracination", "the act of pulling up or out; uprooting; cutting off from existence", "deracination"], ["excommunication", "the act of banishing a member of a church from the communion of believers and the privileges of the church; cutting a person off from a religious society", "excommunication"]]}, {"answer": "excitement", "hint": "synonyms for excitement", "clues": [["turmoil", "disturbance usually in protest", "turmoil"], ["hullabaloo", "disturbance usually in protest", "hullabaloo"], ["excitation", "something that agitates and arouses", "excitation"], ["agitation", "disturbance usually in protest", "agitation"], ["exhilaration", "the feeling of lively and cheerful joy", "exhilaration"], ["upheaval", "disturbance usually in protest", "upheaval"]]}, {"answer": "exclusion", "hint": "synonyms for exclusion", "clues": [["exception", "a deliberate act of omission", "exception"], ["ejection", "the act of forcing out someone or something", "ejection"], ["expulsion", "the act of forcing out someone or something", "expulsion"], ["elision", "a deliberate act of omission", "elision"], ["riddance", "the act of forcing out someone or something", "riddance"]]}, {"answer": "excogitation", "hint": "synonyms for excogitation", "clues": [["invention", "the creation of something in the mind", "invention"], ["innovation", "the creation of something in the mind", "innovation"], ["design", "the creation of something in the mind", "design"], ["conception", "the creation of something in the mind", "conception"]]}, {"answer": "excrement", "hint": "synonyms for excrement", "clues": [["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretory product"], ["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretion"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body", "body waste"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body", "excreta"]]}, {"answer": "excrescence", "hint": "synonyms for excrescence", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"]]}, {"answer": "excreta", "hint": "synonyms for excreta", "clues": [["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretory product"], ["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body", "excrement"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body", "body waste"], ["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretion"]]}, {"answer": "excreting", "hint": "synonyms for excreting", "clues": [["voiding", "the bodily process of discharging waste matter", "voiding"], ["excretion", "the bodily process of discharging waste matter", "excretion"], ["evacuation", "the bodily process of discharging waste matter", "evacuation"], ["elimination", "the bodily process of discharging waste matter", "elimination"]]}, {"answer": "excretion", "hint": "synonyms for excretion", "clues": [["excretory product", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretory product"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body", "body waste"], ["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body", "excrement"], ["evacuation", "the bodily process of discharging waste matter", "evacuation"], ["excreting", "the bodily process of discharging waste matter", "excreting"], ["elimination", "the bodily process of discharging waste matter", "elimination"], ["voiding", "the bodily process of discharging waste matter", "voiding"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body", "excreta"]]}, {"answer": "excretory_product", "hint": "synonyms for excretory product", "clues": [["excrement", "waste matter (as urine or sweat but especially feces) discharged from the body", "excrement"], ["body waste", "waste matter (as urine or sweat but especially feces) discharged from the body", "body waste"], ["excretion", "waste matter (as urine or sweat but especially feces) discharged from the body", "excretion"], ["excreta", "waste matter (as urine or sweat but especially feces) discharged from the body", "excreta"]]}, {"answer": "excursion", "hint": "synonyms for excursion", "clues": [["sashay", "a journey taken for pleasure", "sashay"], ["digression", "wandering from the main path of a journey", "digression"], ["outing", "a journey taken for pleasure", "outing"], ["jaunt", "a journey taken for pleasure", "jaunt"], ["junket", "a journey taken for pleasure", "junket"], ["pleasure trip", "a journey taken for pleasure", "pleasure trip"], ["expedition", "a journey taken for pleasure", "expedition"]]}, {"answer": "excursus", "hint": "synonyms for excursus", "clues": [["parenthesis", "a message that departs from the main subject", "parenthesis"], ["digression", "a message that departs from the main subject", "digression"], ["aside", "a message that departs from the main subject", "aside"], ["divagation", "a message that departs from the main subject", "divagation"]]}, {"answer": "excuse", "hint": "synonyms for excuse", "clues": [["alibi", "a defense of some offensive behavior or some failure to keep a promise etc.", "alibi"], ["self-justification", "a defense of some offensive behavior or some failure to keep a promise etc.", "self-justification"], ["apology", "a poor example", "apology"], ["exculpation", "a defense of some offensive behavior or some failure to keep a promise etc.", "exculpation"]]}, {"answer": "execration", "hint": "synonyms for execration", "clues": [["abomination", "hate coupled with disgust", "abomination"], ["curse", "an appeal to some supernatural power to inflict evil on someone or some group", "curse"], ["loathing", "hate coupled with disgust", "loathing"], ["odium", "hate coupled with disgust", "odium"], ["condemnation", "an appeal to some supernatural power to inflict evil on someone or some group", "condemnation"], ["detestation", "hate coupled with disgust", "detestation"], ["abhorrence", "hate coupled with disgust", "abhorrence"]]}, {"answer": "execution", "hint": "synonyms for execution", "clues": [["performance", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "performance"], ["carrying out", "the act of accomplishing some aim or executing some order", "carrying out"], ["death penalty", "putting a condemned person to death", "death penalty"], ["carrying into action", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "carrying into action"], ["instruction execution", "(computer science) the process of carrying out an instruction by a computer", "instruction execution"], ["capital punishment", "putting a condemned person to death", "capital punishment"], ["implementation", "the act of accomplishing some aim or executing some order", "implementation"], ["execution of instrument", "(law) the completion of a legal instrument (such as a contract or deed) by signing it (and perhaps sealing and delivering it) so that it becomes legally binding and enforceable", "execution of instrument"], ["executing", "putting a condemned person to death", "executing"], ["slaying", "unlawful premeditated killing of a human being by a human being", "slaying"], ["murder", "unlawful premeditated killing of a human being by a human being", "murder"], ["writ of execution", "a routine court order that attempts to enforce the judgment that has been granted to a plaintiff by authorizing a sheriff to carry it out", "writ of execution"]]}, {"answer": "exercise", "hint": "synonyms for exercise", "clues": [["workout", "the activity of exerting your muscles in various ways to keep fit", "workout"], ["utilisation", "the act of using", "utilisation"], ["practice", "systematic training by multiple repetitions", "practice"], ["exercising", "the activity of exerting your muscles in various ways to keep fit", "exercising"], ["employment", "the act of using", "employment"], ["recitation", "systematic training by multiple repetitions", "recitation"], ["use", "the act of using", "use"], ["physical exercise", "the activity of exerting your muscles in various ways to keep fit", "physical exercise"], ["usage", "the act of using", "usage"], ["physical exertion", "the activity of exerting your muscles in various ways to keep fit", "physical exertion"], ["drill", "systematic training by multiple repetitions", "drill"], ["example", "a task performed or problem solved in order to develop skill or understanding", "example"], ["practice session", "systematic training by multiple repetitions", "practice session"]]}, {"answer": "exercising", "hint": "synonyms for exercising", "clues": [["physical exercise", "the activity of exerting your muscles in various ways to keep fit", "physical exercise"], ["workout", "the activity of exerting your muscles in various ways to keep fit", "workout"], ["physical exertion", "the activity of exerting your muscles in various ways to keep fit", "physical exertion"], ["exercise", "the activity of exerting your muscles in various ways to keep fit", "exercise"]]}, {"answer": "exertion", "hint": "synonyms for exertion", "clues": [["effort", "use of physical or mental energy; hard work", "effort"], ["travail", "use of physical or mental energy; hard work", "travail"], ["elbow grease", "use of physical or mental energy; hard work", "elbow grease"], ["sweat", "use of physical or mental energy; hard work", "sweat"]]}, {"answer": "exiguity", "hint": "synonyms for exiguity", "clues": [["meagerness", "the quality of being meager; -George Eliot", "meagerness"], ["leanness", "the quality of being meager; -George Eliot", "leanness"], ["scantness", "the quality of being meager; -George Eliot", "scantness"], ["poorness", "the quality of being meager; -George Eliot", "poorness"]]}, {"answer": "existence", "hint": "synonyms for existence", "clues": [["universe", "everything that exists anywhere", "universe"], ["cosmos", "everything that exists anywhere", "cosmos"], ["macrocosm", "everything that exists anywhere", "macrocosm"], ["world", "everything that exists anywhere", "world"], ["creation", "everything that exists anywhere", "creation"]]}, {"answer": "exit", "hint": "synonyms for exit", "clues": [["way out", "an opening that permits escape or release", "way out"], ["loss", "euphemistic expressions for death", "loss"], ["passing", "euphemistic expressions for death", "passing"], ["issue", "an opening that permits escape or release", "issue"], ["outlet", "an opening that permits escape or release", "outlet"], ["departure", "euphemistic expressions for death", "departure"], ["release", "euphemistic expressions for death", "release"], ["expiration", "euphemistic expressions for death", "expiration"], ["going", "euphemistic expressions for death", "going"]]}, {"answer": "expatriation", "hint": "synonyms for expatriation", "clues": [["transportation", "the act of expelling a person from their native land", "transportation"], ["deportation", "the act of expelling a person from their native land", "deportation"], ["out-migration", "migration from a place (especially migration from your native country in order to settle in another)", "out-migration"], ["emigration", "migration from a place (especially migration from your native country in order to settle in another)", "emigration"], ["exile", "the act of expelling a person from their native land", "exile"]]}, {"answer": "expectation", "hint": "synonyms for expectation", "clues": [["prospect", "belief about (or mental picture of) the future", "prospect"], ["outlook", "belief about (or mental picture of) the future", "outlook"], ["expected value", "the sum of the values of a random variable divided by the number of values", "expected value"], ["first moment", "the sum of the values of a random variable divided by the number of values", "first moment"], ["arithmetic mean", "the sum of the values of a random variable divided by the number of values", "arithmetic mean"]]}, {"answer": "expedience", "hint": "synonyms for expedience", "clues": [["opportunism", "taking advantage of opportunities without regard for the consequences for others", "opportunism"], ["self-interest", "taking advantage of opportunities without regard for the consequences for others", "self-interest"], ["expediency", "the quality of being suited to the end in view", "expediency"], ["self-seeking", "taking advantage of opportunities without regard for the consequences for others", "self-seeking"]]}, {"answer": "expedition", "hint": "synonyms for expedition", "clues": [["sashay", "a journey taken for pleasure", "sashay"], ["hostile expedition", "a military campaign designed to achieve a specific objective in a foreign country", "hostile expedition"], ["despatch", "the property of being prompt and efficient", "despatch"], ["military expedition", "a military campaign designed to achieve a specific objective in a foreign country", "military expedition"], ["outing", "a journey taken for pleasure", "outing"], ["junket", "a journey taken for pleasure", "junket"], ["expeditiousness", "the property of being prompt and efficient", "expeditiousness"], ["excursion", "a journey taken for pleasure", "excursion"], ["jaunt", "a journey taken for pleasure", "jaunt"], ["pleasure trip", "a journey taken for pleasure", "pleasure trip"]]}, {"answer": "expenditure", "hint": "synonyms for expenditure", "clues": [["outgo", "money paid out; an amount spent", "outgo"], ["spending", "money paid out; an amount spent", "spending"], ["outlay", "money paid out; an amount spent", "outlay"], ["expending", "the act of spending money for goods or services", "expending"], ["consumption", "the act of consuming something", "consumption"], ["using up", "the act of consuming something", "using up"]]}, {"answer": "expiration", "hint": "synonyms for expiration", "clues": [["termination", "a coming to an end of a contract period", "termination"], ["loss", "euphemistic expressions for death", "loss"], ["passing", "euphemistic expressions for death", "passing"], ["breathing out", "the act of expelling air from the lungs", "breathing out"], ["departure", "euphemistic expressions for death", "departure"], ["exhalation", "the act of expelling air from the lungs", "exhalation"], ["release", "euphemistic expressions for death", "release"], ["expiry", "a coming to an end of a contract period", "expiry"], ["going", "euphemistic expressions for death", "going"], ["exit", "euphemistic expressions for death", "exit"]]}, {"answer": "expiry", "hint": "synonyms for expiry", "clues": [["termination", "a coming to an end of a contract period", "termination"], ["decease", "the event of dying or departure from life", "decease"], ["expiration", "a coming to an end of a contract period", "expiration"], ["death", "the event of dying or departure from life", "death"]]}, {"answer": "expletive", "hint": "synonyms for expletive", "clues": [["swearword", "profane or obscene expression usually of surprise or anger", "swearword"], ["curse word", "profane or obscene expression usually of surprise or anger", "curse word"], ["oath", "profane or obscene expression usually of surprise or anger", "oath"], ["swearing", "profane or obscene expression usually of surprise or anger", "swearing"], ["curse", "profane or obscene expression usually of surprise or anger", "curse"], ["cuss", "profane or obscene expression usually of surprise or anger", "cuss"]]}, {"answer": "explosion", "hint": "synonyms for explosion", "clues": [["detonation", "a violent release of energy caused by a chemical or nuclear reaction", "detonation"], ["blowup", "a violent release of energy caused by a chemical or nuclear reaction", "blowup"], ["plosion", "the terminal forced release of pressure built up during the occlusive phase of a stop consonant", "plosion"], ["burst", "the act of exploding or bursting", "burst"]]}, {"answer": "exposure", "hint": "synonyms for exposure", "clues": [["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photograph"], ["pic", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "pic"], ["picture", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "picture"], ["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photo"]]}, {"answer": "expression", "hint": "synonyms for expression", "clues": [["formulation", "the style of expressing yourself", "formulation"], ["facial expression", "the feelings expressed on a person's face", "facial expression"], ["look", "the feelings expressed on a person's face", "look"], ["saying", "a word or phrase that particular people use in particular situations", "saying"], ["reflexion", "expression without words", "reflexion"], ["locution", "a word or phrase that particular people use in particular situations", "locution"], ["aspect", "the feelings expressed on a person's face", "aspect"], ["verbalism", "the communication (in speech or writing) of your beliefs or opinions", "verbalism"], ["reflection", "expression without words", "reflection"], ["construction", "a group of words that form a constituent of a sentence and are considered as a single unit", "construction"], ["formula", "a group of symbols that make a mathematical statement", "formula"], ["grammatical construction", "a group of words that form a constituent of a sentence and are considered as a single unit", "grammatical construction"], ["verbal expression", "the communication (in speech or writing) of your beliefs or opinions", "verbal expression"], ["manifestation", "expression without words", "manifestation"], ["face", "the feelings expressed on a person's face", "face"]]}, {"answer": "expressway", "hint": "synonyms for expressway", "clues": [["superhighway", "a broad highway designed for high-speed traffic", "superhighway"], ["motorway", "a broad highway designed for high-speed traffic", "motorway"], ["state highway", "a broad highway designed for high-speed traffic", "state highway"], ["thruway", "a broad highway designed for high-speed traffic", "thruway"], ["pike", "a broad highway designed for high-speed traffic", "pike"], ["freeway", "a broad highway designed for high-speed traffic", "freeway"], ["throughway", "a broad highway designed for high-speed traffic", "throughway"]]}, {"answer": "expulsion", "hint": "synonyms for expulsion", "clues": [["exclusion", "the act of forcing out someone or something", "exclusion"], ["forcing out", "the act of expelling or projecting or ejecting", "forcing out"], ["ejection", "the act of expelling or projecting or ejecting", "ejection"], ["projection", "the act of expelling or projecting or ejecting", "projection"], ["riddance", "the act of forcing out someone or something", "riddance"], ["extrusion", "squeezing out by applying pressure", "extrusion"]]}, {"answer": "extension", "hint": "synonyms for extension", "clues": [["propagation", "the spreading of something (a belief or practice) into new regions", "propagation"], ["filename extension", "a string of characters beginning with a period and followed by one or more letters; the optional second part of a PC computer filename", "filename extension"], ["telephone extension", "an additional telephone set that is connected to the same telephone line", "telephone extension"], ["annexe", "an addition that extends a main building", "annexe"], ["university extension", "an educational opportunity provided by colleges and universities to people who are not enrolled as regular students", "university extension"], ["extension service", "an educational opportunity provided by colleges and universities to people who are not enrolled as regular students", "extension service"], ["elongation", "an addition to the length of something", "elongation"], ["extension phone", "an additional telephone set that is connected to the same telephone line", "extension phone"], ["reference", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to", "reference"], ["wing", "an addition that extends a main building", "wing"], ["lengthiness", "amount or degree or range to which something extends", "lengthiness"], ["prolongation", "amount or degree or range to which something extends", "prolongation"], ["denotation", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to", "denotation"]]}, {"answer": "extinction", "hint": "synonyms for extinction", "clues": [["extinguishing", "the act of extinguishing; causing to stop burning", "extinguishing"], ["extermination", "complete annihilation", "extermination"], ["experimental extinction", "a conditioning process in which the reinforcer is removed and a conditioned response becomes independent of the conditioned stimulus", "experimental extinction"], ["quenching", "the act of extinguishing; causing to stop burning", "quenching"]]}, {"answer": "extirpation", "hint": "synonyms for extirpation", "clues": [["excision", "the act of pulling up or out; uprooting; cutting off from existence", "excision"], ["cutting out", "surgical removal of a body part or tissue", "cutting out"], ["ablation", "surgical removal of a body part or tissue", "ablation"], ["deracination", "the act of pulling up or out; uprooting; cutting off from existence", "deracination"]]}, {"answer": "extract", "hint": "synonyms for extract", "clues": [["selection", "a passage selected from a larger work", "selection"], ["infusion", "a solution obtained by steeping or soaking a substance (usually in water)", "infusion"], ["excerption", "a passage selected from a larger work", "excerption"], ["excerpt", "a passage selected from a larger work", "excerpt"]]}, {"answer": "extractor", "hint": "synonyms for extractor", "clues": [["cartridge remover", "a mechanism in a firearm that pulls an empty shell case out of the chamber and passes it to the ejector", "cartridge remover"], ["cartridge extractor", "a mechanism in a firearm that pulls an empty shell case out of the chamber and passes it to the ejector", "cartridge extractor"], ["separator", "an apparatus that uses centrifugal force to separate particles from a suspension", "separator"], ["centrifuge", "an apparatus that uses centrifugal force to separate particles from a suspension", "centrifuge"]]}, {"answer": "extravagance", "hint": "synonyms for extravagance", "clues": [["prodigality", "the trait of spending extravagantly", "prodigality"], ["high life", "excessive spending", "high life"], ["profligacy", "the trait of spending extravagantly", "profligacy"], ["extravagancy", "the quality of exceeding the appropriate limits of decorum or probability or truth", "extravagancy"], ["lavishness", "excessive spending", "lavishness"]]}, {"answer": "extrusion", "hint": "synonyms for extrusion", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["expulsion", "squeezing out by applying pressure", "expulsion"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "eye", "hint": "synonyms for eye", "clues": [["centre", "an area that is approximately central within some larger region", "centre"], ["heart", "an area that is approximately central within some larger region", "heart"], ["center", "an area that is approximately central within some larger region", "center"], ["middle", "an area that is approximately central within some larger region", "middle"]]}, {"answer": "eyeglasses", "hint": "synonyms for eyeglasses", "clues": [["eyeglass", "lens for correcting defective vision in one eye; held in place by facial muscles", "eyeglass"], ["spectacles", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "spectacles"], ["monocle", "lens for correcting defective vision in one eye; held in place by facial muscles", "monocle"], ["specs", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "specs"], ["glasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "glasses"]]}, {"answer": "eyelet", "hint": "synonyms for eyelet", "clues": [["loop", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "loop"], ["grommet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "grommet"], ["eyehole", "a small hole (usually round and finished around the edges) in cloth or leather for the passage of a cord or hook or bar", "eyehole"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "cringle"]]}, {"answer": "eyes", "hint": "synonyms for eyes", "clues": [["centre", "an area that is approximately central within some larger region", "centre"], ["eye", "an area that is approximately central within some larger region", "eye"], ["heart", "an area that is approximately central within some larger region", "heart"], ["center", "an area that is approximately central within some larger region", "center"], ["middle", "an area that is approximately central within some larger region", "middle"]]}, {"answer": "eyeshade", "hint": "synonyms for eyeshade", "clues": [["vizor", "a brim that projects to the front to shade the eyes", "vizor"], ["peak", "a brim that projects to the front to shade the eyes", "peak"], ["visor", "a brim that projects to the front to shade the eyes", "visor"], ["bill", "a brim that projects to the front to shade the eyes", "bill"]]}, {"answer": "ezed", "hint": "synonyms for ezed", "clues": [["z", "the 26th letter of the Roman alphabet", "z"], ["zee", "the 26th letter of the Roman alphabet", "zee"], ["zed", "the 26th letter of the Roman alphabet", "zed"], ["izzard", "the 26th letter of the Roman alphabet", "izzard"]]}, {"answer": "f", "hint": "synonyms for f", "clues": [["atomic number 9", "a nonmetallic univalent element belonging to the halogens; usually a yellow irritating toxic flammable gas; a powerful oxidizing agent; recovered from fluorite or cryolite or fluorapatite", "atomic number 9"], ["farad", "the capacitance of a capacitor that has an equal and opposite charge of 1 coulomb on each plate and a voltage difference of 1 volt between the plates", "farad"], ["degree Fahrenheit", "a degree on the Fahrenheit scale of temperature", "degree Fahrenheit"], ["fluorine", "a nonmetallic univalent element belonging to the halogens; usually a yellow irritating toxic flammable gas; a powerful oxidizing agent; recovered from fluorite or cryolite or fluorapatite", "fluorine"]]}, {"answer": "fable", "hint": "synonyms for fable", "clues": [["parable", "a short moral story (often with animal characters)", "parable"], ["apologue", "a short moral story (often with animal characters)", "apologue"], ["fabrication", "a deliberately false or improbable account", "fabrication"], ["legend", "a story about mythical or supernatural beings or events", "legend"], ["allegory", "a short moral story (often with animal characters)", "allegory"], ["fiction", "a deliberately false or improbable account", "fiction"]]}, {"answer": "fabric", "hint": "synonyms for fabric", "clues": [["textile", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers", "textile"], ["cloth", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers", "cloth"], ["material", "artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers", "material"], ["framework", "the underlying structure", "framework"]]}, {"answer": "fabrication", "hint": "synonyms for fabrication", "clues": [["lying", "the deliberate act of deviating from the truth", "lying"], ["manufacturing", "the act of making something (a product) from raw materials", "manufacturing"], ["assembly", "the act of constructing something (as a piece of machinery)", "assembly"], ["fictionalization", "writing in a fictional form", "fictionalization"], ["manufacture", "the act of making something (a product) from raw materials", "manufacture"], ["fable", "a deliberately false or improbable account", "fable"], ["prevarication", "the deliberate act of deviating from the truth", "prevarication"], ["fiction", "a deliberately false or improbable account", "fiction"]]}, {"answer": "face", "hint": "synonyms for face", "clues": [["facial expression", "the feelings expressed on a person's face", "facial expression"], ["look", "the feelings expressed on a person's face", "look"], ["typeface", "a specific size and style of type within a type family", "typeface"], ["brass", "impudent aggressiveness", "brass"], ["side", "a surface forming part of the outside of an object", "side"], ["grimace", "a contorted facial expression", "grimace"], ["aspect", "the feelings expressed on a person's face", "aspect"], ["fount", "a specific size and style of type within a type family", "fount"], ["boldness", "impudent aggressiveness", "boldness"], ["expression", "the feelings expressed on a person's face", "expression"], ["case", "a specific size and style of type within a type family", "case"], ["nerve", "impudent aggressiveness", "nerve"], ["cheek", "impudent aggressiveness", "cheek"]]}, {"answer": "face_lift", "hint": "synonyms for face lift", "clues": [["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "cosmetic surgery"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidectomy"], ["face lifting", "a renovation that improves the outward appearance (as of a building) but usually does not involve major changes", "face lifting"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "nip and tuck"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "facelift"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "lift"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidoplasty"]]}, {"answer": "face_lifting", "hint": "synonyms for face lifting", "clues": [["face lift", "a renovation that improves the outward appearance (as of a building) but usually does not involve major changes", "face lift"], ["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "cosmetic surgery"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidectomy"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "nip and tuck"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "lift"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidoplasty"]]}, {"answer": "facelift", "hint": "synonyms for facelift", "clues": [["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "cosmetic surgery"], ["face lift", "a renovation that improves the outward appearance (as of a building) but usually does not involve major changes", "face lift"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidectomy"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "nip and tuck"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "lift"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidoplasty"]]}, {"answer": "facial_expression", "hint": "synonyms for facial expression", "clues": [["look", "the feelings expressed on a person's face", "look"], ["face", "the feelings expressed on a person's face", "face"], ["expression", "the feelings expressed on a person's face", "expression"], ["facial gesture", "a gesture executed with the facial muscles", "facial gesture"], ["aspect", "the feelings expressed on a person's face", "aspect"]]}, {"answer": "facility", "hint": "synonyms for facility", "clues": [["adroitness", "skillful performance or ability without difficulty", "adroitness"], ["readiness", "a natural effortlessness; ; --Jane Austen", "readiness"], ["adeptness", "skillful performance or ability without difficulty", "adeptness"], ["quickness", "skillful performance or ability without difficulty", "quickness"], ["deftness", "skillful performance or ability without difficulty", "deftness"], ["installation", "a building or place that provides a particular service or is used for a particular industry", "installation"]]}, {"answer": "fact_mood", "hint": "synonyms for fact mood", "clues": [["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative mood"], ["indicative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative mood"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "common mood"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative"]]}, {"answer": "faction", "hint": "synonyms for faction", "clues": [["cabal", "a clique (often secret) that seeks power usually through intrigue", "cabal"], ["camarilla", "a clique (often secret) that seeks power usually through intrigue", "camarilla"], ["junto", "a clique (often secret) that seeks power usually through intrigue", "junto"], ["sect", "a dissenting clique", "sect"]]}, {"answer": "factor", "hint": "synonyms for factor", "clues": [["component", "an abstract part of something", "component"], ["element", "an abstract part of something", "element"], ["divisor", "one of two or more integers that can be exactly divided into another integer", "divisor"], ["ingredient", "an abstract part of something", "ingredient"], ["constituent", "an abstract part of something", "constituent"]]}, {"answer": "factor_v", "hint": "synonyms for factor v", "clues": [["factor V", "a coagulation factor", "factor V"], ["accelerator factor", "a coagulation factor", "accelerator factor"], ["prothrombin accelerator", "a coagulation factor", "prothrombin accelerator"], ["proaccelerin", "a coagulation factor", "proaccelerin"]]}, {"answer": "factor_vii", "hint": "synonyms for factor vii", "clues": [["proconvertin", "a coagulation factor formed in the kidney under the influence of vitamin K", "proconvertin"], ["factor VII", "a coagulation factor formed in the kidney under the influence of vitamin K", "factor VII"], ["stable factor", "a coagulation factor formed in the kidney under the influence of vitamin K", "stable factor"], ["cothromboplastin", "a coagulation factor formed in the kidney under the influence of vitamin K", "cothromboplastin"]]}, {"answer": "fad", "hint": "synonyms for fad", "clues": [["furor", "an interest followed with exaggerated zeal", "furor"], ["craze", "an interest followed with exaggerated zeal", "craze"], ["rage", "an interest followed with exaggerated zeal", "rage"], ["cult", "an interest followed with exaggerated zeal", "cult"]]}, {"answer": "faecal_matter", "hint": "synonyms for faecal matter", "clues": [["stool", "solid excretory product evacuated from the bowels", "stool"], ["faeces", "solid excretory product evacuated from the bowels", "faeces"], ["dejection", "solid excretory product evacuated from the bowels", "dejection"], ["fecal matter", "solid excretory product evacuated from the bowels", "fecal matter"], ["ordure", "solid excretory product evacuated from the bowels", "ordure"]]}, {"answer": "faeces", "hint": "synonyms for faeces", "clues": [["stool", "solid excretory product evacuated from the bowels", "stool"], ["feces", "solid excretory product evacuated from the bowels", "feces"], ["faecal matter", "solid excretory product evacuated from the bowels", "faecal matter"], ["dejection", "solid excretory product evacuated from the bowels", "dejection"], ["ordure", "solid excretory product evacuated from the bowels", "ordure"]]}, {"answer": "fairness", "hint": "synonyms for fairness", "clues": [["equity", "conformity with rules or standards", "equity"], ["fair-mindedness", "ability to make judgments free from discrimination or dishonesty", "fair-mindedness"], ["candor", "ability to make judgments free from discrimination or dishonesty", "candor"], ["paleness", "the property of having a naturally light complexion", "paleness"], ["loveliness", "the quality of being good looking and attractive", "loveliness"], ["beauteousness", "the quality of being good looking and attractive", "beauteousness"], ["comeliness", "the quality of being good looking and attractive", "comeliness"], ["blondness", "the property of having a naturally light complexion", "blondness"]]}, {"answer": "fairy_tale", "hint": "synonyms for fairy tale", "clues": [["fairy story", "a story about fairies; told to amuse children", "fairy story"], ["fairytale", "an interesting but highly implausible story; often told as an excuse", "fairytale"], ["cock-and-bull story", "an interesting but highly implausible story; often told as an excuse", "cock-and-bull story"], ["song and dance", "an interesting but highly implausible story; often told as an excuse", "song and dance"]]}, {"answer": "fairytale", "hint": "synonyms for fairytale", "clues": [["fairy story", "a story about fairies; told to amuse children", "fairy story"], ["fairy tale", "an interesting but highly implausible story; often told as an excuse", "fairy tale"], ["cock-and-bull story", "an interesting but highly implausible story; often told as an excuse", "cock-and-bull story"], ["song and dance", "an interesting but highly implausible story; often told as an excuse", "song and dance"]]}, {"answer": "faith", "hint": "synonyms for faith", "clues": [["religion", "a strong belief in a supernatural power or powers that control human destiny", "religion"], ["trust", "complete confidence in a person or plan etc", "trust"], ["religious belief", "a strong belief in a supernatural power or powers that control human destiny", "religious belief"], ["organized religion", "an institution to express belief in a divine power", "organized religion"]]}, {"answer": "falderol", "hint": "synonyms for falderol", "clues": [["trumpery", "ornamental objects of no great value", "trumpery"], ["gimcrackery", "ornamental objects of no great value", "gimcrackery"], ["nonsense", "ornamental objects of no great value", "nonsense"], ["frill", "ornamental objects of no great value", "frill"], ["gimcrack", "ornamental objects of no great value", "gimcrack"], ["folderal", "ornamental objects of no great value", "folderal"]]}, {"answer": "fall", "hint": "synonyms for fall", "clues": [["downslope", "a downward slope or bend", "downslope"], ["gloam", "the time of day immediately following sunset", "gloam"], ["declination", "a downward slope or bend", "declination"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["surrender", "the act of surrendering (usually under agreed conditions)", "surrender"], ["dusk", "the time of day immediately following sunset", "dusk"], ["drop", "a free and rapid descent by the force of gravity", "drop"], ["autumn", "the season when the leaves fall from the trees", "autumn"], ["spill", "a sudden drop from an upright position", "spill"], ["free fall", "a sudden sharp decrease in some quantity", "free fall"], ["pin", "when a wrestler's shoulders are forced to the mat", "pin"], ["declension", "a downward slope or bend", "declension"], ["declivity", "a downward slope or bend", "declivity"], ["evenfall", "the time of day immediately following sunset", "evenfall"], ["twilight", "the time of day immediately following sunset", "twilight"], ["downfall", "a sudden decline in strength or number or importance", "downfall"], ["dip", "a sudden sharp decrease in some quantity", "dip"], ["descent", "a downward slope or bend", "descent"], ["capitulation", "the act of surrendering (usually under agreed conditions)", "capitulation"], ["tumble", "a sudden drop from an upright position", "tumble"], ["nightfall", "the time of day immediately following sunset", "nightfall"], ["decline", "a downward slope or bend", "decline"]]}, {"answer": "fallal", "hint": "synonyms for fallal", "clues": [["novelty", "cheap showy jewelry or ornament on clothing", "novelty"], ["bauble", "cheap showy jewelry or ornament on clothing", "bauble"], ["trinket", "cheap showy jewelry or ornament on clothing", "trinket"], ["gewgaw", "cheap showy jewelry or ornament on clothing", "gewgaw"], ["gaud", "cheap showy jewelry or ornament on clothing", "gaud"], ["bangle", "cheap showy jewelry or ornament on clothing", "bangle"]]}, {"answer": "falling_off", "hint": "synonyms for falling off", "clues": [["slump", "a noticeable deterioration in performance or quality", "slump"], ["slack", "a noticeable deterioration in performance or quality", "slack"], ["falloff", "a noticeable deterioration in performance or quality", "falloff"], ["drop-off", "a noticeable deterioration in performance or quality", "drop-off"]]}, {"answer": "falling_out", "hint": "synonyms for falling out", "clues": [["rift", "a personal or social separation (as between opposing factions)", "rift"], ["rupture", "a personal or social separation (as between opposing factions)", "rupture"], ["break", "a personal or social separation (as between opposing factions)", "break"], ["severance", "a personal or social separation (as between opposing factions)", "severance"], ["breach", "a personal or social separation (as between opposing factions)", "breach"]]}, {"answer": "falloff", "hint": "synonyms for falloff", "clues": [["slump", "a noticeable deterioration in performance or quality", "slump"], ["slack", "a noticeable deterioration in performance or quality", "slack"], ["falling off", "a noticeable deterioration in performance or quality", "falling off"], ["drop-off", "a noticeable deterioration in performance or quality", "drop-off"]]}, {"answer": "falls", "hint": "synonyms for falls", "clues": [["fall", "the season when the leaves fall from the trees", "fall"], ["downslope", "a downward slope or bend", "downslope"], ["gloam", "the time of day immediately following sunset", "gloam"], ["declination", "a downward slope or bend", "declination"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["surrender", "the act of surrendering (usually under agreed conditions)", "surrender"], ["dusk", "the time of day immediately following sunset", "dusk"], ["drop", "a free and rapid descent by the force of gravity", "drop"], ["autumn", "the season when the leaves fall from the trees", "autumn"], ["spill", "a sudden drop from an upright position", "spill"], ["free fall", "a sudden sharp decrease in some quantity", "free fall"], ["pin", "when a wrestler's shoulders are forced to the mat", "pin"], ["declension", "a downward slope or bend", "declension"], ["declivity", "a downward slope or bend", "declivity"], ["waterfall", "a steep descent of the water of a river", "waterfall"], ["evenfall", "the time of day immediately following sunset", "evenfall"], ["twilight", "the time of day immediately following sunset", "twilight"], ["downfall", "a sudden decline in strength or number or importance", "downfall"], ["descent", "a downward slope or bend", "descent"], ["capitulation", "the act of surrendering (usually under agreed conditions)", "capitulation"], ["dip", "a sudden sharp decrease in some quantity", "dip"], ["tumble", "a sudden drop from an upright position", "tumble"], ["nightfall", "the time of day immediately following sunset", "nightfall"], ["decline", "a downward slope or bend", "decline"]]}, {"answer": "falseness", "hint": "synonyms for falseness", "clues": [["faithlessness", "unfaithfulness by virtue of being unreliable or treacherous", "faithlessness"], ["insincerity", "the quality of not being open or truthful; deceitful or hypocritical", "insincerity"], ["fickleness", "unfaithfulness by virtue of being unreliable or treacherous", "fickleness"], ["inconstancy", "unfaithfulness by virtue of being unreliable or treacherous", "inconstancy"], ["hollowness", "the quality of not being open or truthful; deceitful or hypocritical", "hollowness"]]}, {"answer": "falsification", "hint": "synonyms for falsification", "clues": [["falsehood", "the act of rendering something false as by fraudulent changes (of documents or measures etc.) or counterfeiting", "falsehood"], ["disproof", "the act of determining that something is false", "disproof"], ["refutation", "the act of determining that something is false", "refutation"], ["refutal", "the act of determining that something is false", "refutal"], ["misrepresentation", "a willful perversion of facts", "misrepresentation"], ["falsifying", "the act of determining that something is false", "falsifying"]]}, {"answer": "falsifying", "hint": "synonyms for falsifying", "clues": [["falsification", "the act of determining that something is false", "falsification"], ["refutal", "the act of determining that something is false", "refutal"], ["disproof", "the act of determining that something is false", "disproof"], ["refutation", "the act of determining that something is false", "refutation"]]}, {"answer": "familiarity", "hint": "synonyms for familiarity", "clues": [["conversancy", "personal knowledge or information about someone or something", "conversancy"], ["liberty", "an act of undue intimacy", "liberty"], ["closeness", "close or warm friendship", "closeness"], ["casualness", "a casual manner", "casualness"], ["indecorum", "an act of undue intimacy", "indecorum"], ["impropriety", "an act of undue intimacy", "impropriety"], ["intimacy", "close or warm friendship", "intimacy"], ["acquaintance", "personal knowledge or information about someone or something", "acquaintance"]]}, {"answer": "family", "hint": "synonyms for family", "clues": [["kinsfolk", "people descended from a common ancestor", "kinsfolk"], ["home", "a social unit living together", "home"], ["family line", "people descended from a common ancestor", "family line"], ["family unit", "primary social group; parents and children", "family unit"], ["phratry", "people descended from a common ancestor", "phratry"], ["mob", "a loose affiliation of gangsters in charge of organized criminal activities", "mob"], ["house", "a social unit living together", "house"], ["menage", "a social unit living together", "menage"], ["class", "a collection of things sharing a common attribute", "class"], ["folk", "people descended from a common ancestor", "folk"], ["crime syndicate", "a loose affiliation of gangsters in charge of organized criminal activities", "crime syndicate"], ["sept", "people descended from a common ancestor", "sept"], ["category", "a collection of things sharing a common attribute", "category"], ["household", "a social unit living together", "household"], ["fellowship", "an association of people who share common beliefs or activities", "fellowship"], ["syndicate", "a loose affiliation of gangsters in charge of organized criminal activities", "syndicate"]]}, {"answer": "family_line", "hint": "synonyms for family line", "clues": [["kinsfolk", "people descended from a common ancestor", "kinsfolk"], ["folk", "people descended from a common ancestor", "folk"], ["sept", "people descended from a common ancestor", "sept"], ["family", "people descended from a common ancestor", "family"], ["phratry", "people descended from a common ancestor", "phratry"]]}, {"answer": "fan-jet", "hint": "synonyms for fan-jet", "clues": [["fanjet", "an airplane propelled by a fanjet engine", "fanjet"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet engine"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan engine"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet engine"], ["turbofan", "an airplane propelled by a fanjet engine", "turbofan"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet"]]}, {"answer": "fanfare", "hint": "synonyms for fanfare", "clues": [["tucket", "(music) a short lively tune played on brass instruments", "tucket"], ["flash", "a gaudy outward display", "flash"], ["flourish", "(music) a short lively tune played on brass instruments", "flourish"], ["ostentation", "a gaudy outward display", "ostentation"]]}, {"answer": "fanjet", "hint": "synonyms for fanjet", "clues": [["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet engine"], ["fan-jet", "an airplane propelled by a fanjet engine", "fan-jet"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan engine"], ["turbofan", "an airplane propelled by a fanjet engine", "turbofan"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet engine"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet"]]}, {"answer": "fanjet_engine", "hint": "synonyms for fanjet engine", "clues": [["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet engine"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan engine"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet"]]}, {"answer": "fantasm", "hint": "synonyms for fantasm", "clues": [["shadow", "something existing in perception only", "shadow"], ["phantasm", "something existing in perception only", "phantasm"], ["apparition", "something existing in perception only", "apparition"], ["phantom", "something existing in perception only", "phantom"]]}, {"answer": "farewell", "hint": "synonyms for farewell", "clues": [["leave-taking", "the act of departing politely", "leave-taking"], ["leave", "the act of departing politely", "leave"], ["word of farewell", "an acknowledgment or expression of goodwill at parting", "word of farewell"], ["parting", "the act of departing politely", "parting"]]}, {"answer": "farmland", "hint": "synonyms for farmland", "clues": [["cultivated land", "arable land that is worked by plowing and sowing and raising crops", "cultivated land"], ["plowland", "arable land that is worked by plowing and sowing and raising crops", "plowland"], ["farming area", "a rural area where farming is practiced", "farming area"], ["tillage", "arable land that is worked by plowing and sowing and raising crops", "tillage"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops", "tilled land"], ["tilth", "arable land that is worked by plowing and sowing and raising crops", "tilth"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops", "ploughland"]]}, {"answer": "farrago", "hint": "synonyms for farrago", "clues": [["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "fart", "hint": "synonyms for fart", "clues": [["farting", "a reflex that expels intestinal gas through the anus", "farting"], ["wind", "a reflex that expels intestinal gas through the anus", "wind"], ["breaking wind", "a reflex that expels intestinal gas through the anus", "breaking wind"], ["flatus", "a reflex that expels intestinal gas through the anus", "flatus"]]}, {"answer": "farting", "hint": "synonyms for farting", "clues": [["wind", "a reflex that expels intestinal gas through the anus", "wind"], ["breaking wind", "a reflex that expels intestinal gas through the anus", "breaking wind"], ["flatus", "a reflex that expels intestinal gas through the anus", "flatus"], ["fart", "a reflex that expels intestinal gas through the anus", "fart"]]}, {"answer": "fashion", "hint": "synonyms for fashion", "clues": [["way", "how something is done or how it happens", "way"], ["manner", "how something is done or how it happens", "manner"], ["style", "how something is done or how it happens", "style"], ["mode", "how something is done or how it happens", "mode"]]}, {"answer": "fashion_business", "hint": "synonyms for fashion business", "clues": [["apparel industry", "makers and sellers of fashionable clothing", "apparel industry"], ["fashion industry", "makers and sellers of fashionable clothing", "fashion industry"], ["garment industry", "makers and sellers of fashionable clothing", "garment industry"], ["rag trade", "makers and sellers of fashionable clothing", "rag trade"]]}, {"answer": "fashion_industry", "hint": "synonyms for fashion industry", "clues": [["garment industry", "makers and sellers of fashionable clothing", "garment industry"], ["apparel industry", "makers and sellers of fashionable clothing", "apparel industry"], ["fashion business", "makers and sellers of fashionable clothing", "fashion business"], ["rag trade", "makers and sellers of fashionable clothing", "rag trade"]]}, {"answer": "fastball", "hint": "synonyms for fastball", "clues": [["bullet", "(baseball) a pitch thrown with maximum velocity", "bullet"], ["hummer", "(baseball) a pitch thrown with maximum velocity", "hummer"], ["smoke", "(baseball) a pitch thrown with maximum velocity", "smoke"], ["heater", "(baseball) a pitch thrown with maximum velocity", "heater"]]}, {"answer": "fastening", "hint": "synonyms for fastening", "clues": [["fastener", "restraint that attaches to something or holds something in place", "fastener"], ["fixing", "restraint that attaches to something or holds something in place", "fixing"], ["holdfast", "restraint that attaches to something or holds something in place", "holdfast"], ["attachment", "the act of fastening things together", "attachment"]]}, {"answer": "fastness", "hint": "synonyms for fastness", "clues": [["fixture", "the quality of being fixed in place as by some firm attachment", "fixture"], ["stronghold", "a strongly fortified defensive structure", "stronghold"], ["fixity", "the quality of being fixed in place as by some firm attachment", "fixity"], ["swiftness", "a rate (usually rapid) at which something happens", "swiftness"], ["speed", "a rate (usually rapid) at which something happens", "speed"], ["fixedness", "the quality of being fixed in place as by some firm attachment", "fixedness"], ["secureness", "the quality of being fixed in place as by some firm attachment", "secureness"]]}, {"answer": "fatherland", "hint": "synonyms for fatherland", "clues": [["motherland", "the country where you were born", "motherland"], ["homeland", "the country where you were born", "homeland"], ["country of origin", "the country where you were born", "country of origin"], ["native land", "the country where you were born", "native land"], ["mother country", "the country where you were born", "mother country"]]}, {"answer": "fault", "hint": "synonyms for fault", "clues": [["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "shift"], ["demerit", "the quality of being inadequate or falling short of perfection", "demerit"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "break"], ["faulting", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "faulting"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fracture"], ["error", "a wrong action attributable to bad judgment or ignorance or inattention", "error"], ["mistake", "a wrong action attributable to bad judgment or ignorance or inattention", "mistake"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "geological fault"]]}, {"answer": "faulting", "hint": "synonyms for faulting", "clues": [["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "shift"], ["fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fault"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fracture"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "break"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "geological fault"]]}, {"answer": "fauna", "hint": "synonyms for fauna", "clues": [["creature", "a living organism characterized by voluntary movement", "creature"], ["animate being", "a living organism characterized by voluntary movement", "animate being"], ["animal", "a living organism characterized by voluntary movement", "animal"], ["brute", "a living organism characterized by voluntary movement", "brute"], ["zoology", "all the animal life in a particular region or period", "zoology"], ["beast", "a living organism characterized by voluntary movement", "beast"]]}, {"answer": "faux_pas", "hint": "synonyms for faux pas", "clues": [["solecism", "a socially awkward or tactless act", "solecism"], ["slip", "a socially awkward or tactless act", "slip"], ["gaffe", "a socially awkward or tactless act", "gaffe"], ["gaucherie", "a socially awkward or tactless act", "gaucherie"]]}, {"answer": "favorableness", "hint": "synonyms for favorableness", "clues": [["positivity", "the quality of being encouraging or promising of a successful outcome", "positivity"], ["positiveness", "the quality of being encouraging or promising of a successful outcome", "positiveness"], ["favourableness", "the quality of being encouraging or promising of a successful outcome", "favourableness"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome", "advantageousness"], ["profitableness", "the quality of being encouraging or promising of a successful outcome", "profitableness"]]}, {"answer": "favourableness", "hint": "synonyms for favourableness", "clues": [["positivity", "the quality of being encouraging or promising of a successful outcome", "positivity"], ["positiveness", "the quality of being encouraging or promising of a successful outcome", "positiveness"], ["favorableness", "the quality of being encouraging or promising of a successful outcome", "favorableness"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome", "advantageousness"], ["profitableness", "the quality of being encouraging or promising of a successful outcome", "profitableness"]]}, {"answer": "fear", "hint": "synonyms for fear", "clues": [["fearfulness", "an emotion experienced in anticipation of some specific pain or danger (usually accompanied by a desire to flee or fight)", "fearfulness"], ["concern", "an anxious feeling", "concern"], ["reverence", "a feeling of profound respect for someone or something", "reverence"], ["awe", "a feeling of profound respect for someone or something", "awe"], ["veneration", "a feeling of profound respect for someone or something", "veneration"], ["fright", "an emotion experienced in anticipation of some specific pain or danger (usually accompanied by a desire to flee or fight)", "fright"], ["care", "an anxious feeling", "care"]]}, {"answer": "feast", "hint": "synonyms for feast", "clues": [["fete", "an elaborate party (often outdoors)", "fete"], ["fiesta", "an elaborate party (often outdoors)", "fiesta"], ["banquet", "a ceremonial dinner party for many people", "banquet"], ["spread", "a meal that is well prepared and greatly enjoyed", "spread"]]}, {"answer": "feature", "hint": "synonyms for feature", "clues": [["characteristic", "a prominent attribute or aspect of something", "characteristic"], ["feature of speech", "(linguistics) a distinctive characteristic of a linguistic unit that serves to distinguish it from other units of the same kind", "feature of speech"], ["feature film", "the principal (full-length) film in a program at a movie theater", "feature film"], ["feature article", "a special or prominent article in a newspaper or magazine", "feature article"]]}, {"answer": "fecal_matter", "hint": "synonyms for fecal matter", "clues": [["stool", "solid excretory product evacuated from the bowels", "stool"], ["faeces", "solid excretory product evacuated from the bowels", "faeces"], ["faecal matter", "solid excretory product evacuated from the bowels", "faecal matter"], ["dejection", "solid excretory product evacuated from the bowels", "dejection"], ["ordure", "solid excretory product evacuated from the bowels", "ordure"]]}, {"answer": "feces", "hint": "synonyms for feces", "clues": [["stool", "solid excretory product evacuated from the bowels", "stool"], ["faeces", "solid excretory product evacuated from the bowels", "faeces"], ["faecal matter", "solid excretory product evacuated from the bowels", "faecal matter"], ["dejection", "solid excretory product evacuated from the bowels", "dejection"], ["ordure", "solid excretory product evacuated from the bowels", "ordure"]]}, {"answer": "federal_agency", "hint": "synonyms for federal agency", "clues": [["office", "an administrative unit of government", "office"], ["bureau", "an administrative unit of government", "bureau"], ["government agency", "an administrative unit of government", "government agency"], ["agency", "an administrative unit of government", "agency"], ["authority", "an administrative unit of government", "authority"]]}, {"answer": "federal_reserve_note", "hint": "synonyms for federal reserve note", "clues": [["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"], ["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"]]}, {"answer": "feeder", "hint": "synonyms for feeder", "clues": [["self-feeder", "a machine that automatically provides a supply of some material", "self-feeder"], ["bird feeder", "an outdoor device that supplies food for wild birds", "bird feeder"], ["confluent", "a branch that flows into the main stream", "confluent"], ["affluent", "a branch that flows into the main stream", "affluent"], ["tributary", "a branch that flows into the main stream", "tributary"]]}, {"answer": "feeler", "hint": "synonyms for feeler", "clues": [["approach", "a tentative suggestion designed to elicit the reactions of others", "approach"], ["antenna", "sensitivity similar to that of a receptor organ", "antenna"], ["advance", "a tentative suggestion designed to elicit the reactions of others", "advance"], ["overture", "a tentative suggestion designed to elicit the reactions of others", "overture"]]}, {"answer": "feeling", "hint": "synonyms for feeling", "clues": [["touch sensation", "the sensation produced by pressure receptors in the skin", "touch sensation"], ["impression", "a vague idea in which some confidence is placed", "impression"], ["touch", "the sensation produced by pressure receptors in the skin", "touch"], ["tactual sensation", "the sensation produced by pressure receptors in the skin", "tactual sensation"], ["notion", "a vague idea in which some confidence is placed", "notion"], ["belief", "a vague idea in which some confidence is placed", "belief"], ["intuitive feeling", "an intuitive understanding of something", "intuitive feeling"], ["opinion", "a vague idea in which some confidence is placed", "opinion"]]}, {"answer": "feelings", "hint": "synonyms for feelings", "clues": [["touch sensation", "the sensation produced by pressure receptors in the skin", "touch sensation"], ["impression", "a vague idea in which some confidence is placed", "impression"], ["touch", "the sensation produced by pressure receptors in the skin", "touch"], ["feeling", "a physical sensation that you experience", "feeling"], ["tactual sensation", "the sensation produced by pressure receptors in the skin", "tactual sensation"], ["notion", "a vague idea in which some confidence is placed", "notion"], ["belief", "a vague idea in which some confidence is placed", "belief"], ["intuitive feeling", "an intuitive understanding of something", "intuitive feeling"], ["opinion", "a vague idea in which some confidence is placed", "opinion"]]}, {"answer": "feigning", "hint": "synonyms for feigning", "clues": [["pretence", "pretending with intention to deceive", "pretence"], ["dissembling", "pretending with intention to deceive", "dissembling"], ["pretending", "the act of giving a false appearance", "pretending"], ["simulation", "the act of giving a false appearance", "simulation"]]}, {"answer": "fender", "hint": "synonyms for fender", "clues": [["cowcatcher", "an inclined metal frame at the front of a locomotive to clear the track", "cowcatcher"], ["pilot", "an inclined metal frame at the front of a locomotive to clear the track", "pilot"], ["buffer", "a cushion-like device that reduces shock due to an impact", "buffer"], ["wing", "a barrier that surrounds the wheels of a vehicle to block splashing water or mud", "wing"]]}, {"answer": "fere_phenomenon", "hint": "synonyms for fere phenomenon", "clues": [["psychogalvanic response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "psychogalvanic response"], ["electrodermal response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "electrodermal response"], ["electrical skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "electrical skin response"], ["galvanic skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "galvanic skin response"]]}, {"answer": "ferocity", "hint": "synonyms for ferocity", "clues": [["fury", "the property of being wild or turbulent", "fury"], ["fierceness", "the property of being wild or turbulent", "fierceness"], ["furiousness", "the property of being wild or turbulent", "furiousness"], ["violence", "the property of being wild or turbulent", "violence"], ["vehemence", "the property of being wild or turbulent", "vehemence"], ["wildness", "the property of being wild or turbulent", "wildness"]]}, {"answer": "fertilisation", "hint": "synonyms for fertilisation", "clues": [["fertilization", "creation by the physical union of male and female gametes; of sperm and ova in an animal or pollen and ovule in a plant", "fertilization"], ["fecundation", "making fertile as by applying fertilizer or manure", "fecundation"], ["impregnation", "creation by the physical union of male and female gametes; of sperm and ova in an animal or pollen and ovule in a plant", "impregnation"], ["dressing", "making fertile as by applying fertilizer or manure", "dressing"]]}, {"answer": "fertility", "hint": "synonyms for fertility", "clues": [["birth rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "birth rate"], ["fertility rate", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "fertility rate"], ["prolificacy", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "prolificacy"], ["rankness", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "rankness"], ["natality", "the ratio of live births in an area to the population of that area; expressed per 1000 population per year", "natality"], ["richness", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "richness"]]}, {"answer": "fertilization", "hint": "synonyms for fertilization", "clues": [["fertilisation", "making fertile as by applying fertilizer or manure", "fertilisation"], ["fecundation", "making fertile as by applying fertilizer or manure", "fecundation"], ["impregnation", "creation by the physical union of male and female gametes; of sperm and ova in an animal or pollen and ovule in a plant", "impregnation"], ["dressing", "making fertile as by applying fertilizer or manure", "dressing"]]}, {"answer": "fervency", "hint": "synonyms for fervency", "clues": [["fervidness", "feelings of great warmth and intensity", "fervidness"], ["fervor", "feelings of great warmth and intensity", "fervor"], ["ardor", "feelings of great warmth and intensity", "ardor"], ["fire", "feelings of great warmth and intensity", "fire"]]}, {"answer": "fervidness", "hint": "synonyms for fervidness", "clues": [["fervor", "feelings of great warmth and intensity", "fervor"], ["fervency", "feelings of great warmth and intensity", "fervency"], ["ardor", "feelings of great warmth and intensity", "ardor"], ["fire", "feelings of great warmth and intensity", "fire"]]}, {"answer": "fervor", "hint": "synonyms for fervor", "clues": [["fervidness", "feelings of great warmth and intensity", "fervidness"], ["fervency", "feelings of great warmth and intensity", "fervency"], ["fervour", "feelings of great warmth and intensity", "fervour"], ["ardor", "feelings of great warmth and intensity", "ardor"], ["fire", "feelings of great warmth and intensity", "fire"]]}, {"answer": "fervour", "hint": "synonyms for fervour", "clues": [["fervidness", "feelings of great warmth and intensity", "fervidness"], ["fervency", "feelings of great warmth and intensity", "fervency"], ["fervor", "feelings of great warmth and intensity", "fervor"], ["ardor", "feelings of great warmth and intensity", "ardor"], ["fire", "feelings of great warmth and intensity", "fire"]]}, {"answer": "fetich", "hint": "synonyms for fetich", "clues": [["voodoo", "a charm superstitiously believed to embody magical powers", "voodoo"], ["juju", "a charm superstitiously believed to embody magical powers", "juju"], ["fetish", "excessive or irrational devotion to some activity", "fetish"], ["hoodoo", "a charm superstitiously believed to embody magical powers", "hoodoo"]]}, {"answer": "fetidness", "hint": "synonyms for fetidness", "clues": [["malodorousness", "the attribute of having a strong offensive smell", "malodorousness"], ["stinkiness", "the attribute of having a strong offensive smell", "stinkiness"], ["foulness", "the attribute of having a strong offensive smell", "foulness"], ["rankness", "the attribute of having a strong offensive smell", "rankness"]]}, {"answer": "fetish", "hint": "synonyms for fetish", "clues": [["voodoo", "a charm superstitiously believed to embody magical powers", "voodoo"], ["juju", "a charm superstitiously believed to embody magical powers", "juju"], ["fetich", "a charm superstitiously believed to embody magical powers", "fetich"], ["hoodoo", "a charm superstitiously believed to embody magical powers", "hoodoo"]]}, {"answer": "fetor", "hint": "synonyms for fetor", "clues": [["mephitis", "a distinctive odor that is offensively unpleasant", "mephitis"], ["stench", "a distinctive odor that is offensively unpleasant", "stench"], ["stink", "a distinctive odor that is offensively unpleasant", "stink"], ["foetor", "a distinctive odor that is offensively unpleasant", "foetor"], ["malodour", "a distinctive odor that is offensively unpleasant", "malodour"], ["reek", "a distinctive odor that is offensively unpleasant", "reek"]]}, {"answer": "fiat", "hint": "synonyms for fiat", "clues": [["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "edict"], ["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "order"], ["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "rescript"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "decree"]]}, {"answer": "fiber", "hint": "synonyms for fiber", "clues": [["fibre", "a leatherlike material made by compressing layers of paper or cloth", "fibre"], ["character", "the inherent complex of attributes that determines a persons moral and ethical actions and reactions; - Herbert Spencer", "character"], ["vulcanized fiber", "a leatherlike material made by compressing layers of paper or cloth", "vulcanized fiber"], ["roughage", "coarse, indigestible plant food low in nutrients; its bulk stimulates intestinal peristalsis", "roughage"]]}, {"answer": "field", "hint": "synonyms for field", "clues": [["athletic field", "a piece of land prepared for playing a game", "athletic field"], ["subject area", "a branch of knowledge", "subject area"], ["theatre of operations", "a region in which active military operations are in progress", "theatre of operations"], ["field of operations", "a region in which active military operations are in progress", "field of operations"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["landing field", "a place where planes take off and land", "landing field"], ["battleground", "a region where a battle is being (or has been) fought", "battleground"], ["subject field", "a branch of knowledge", "subject field"], ["field of force", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it", "field of force"], ["airfield", "a place where planes take off and land", "airfield"], ["field of view", "the area that is visible (as through an optical instrument)", "field of view"], ["plain", "extensive tract of level open land", "plain"], ["playing field", "a piece of land prepared for playing a game", "playing field"], ["field of battle", "a region where a battle is being (or has been) fought", "field of battle"], ["field of honor", "a region where a battle is being (or has been) fought", "field of honor"], ["field of study", "a branch of knowledge", "field of study"], ["line of business", "a particular kind of commercial enterprise", "line of business"], ["force field", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it", "force field"], ["study", "a branch of knowledge", "study"], ["playing area", "a piece of land prepared for playing a game", "playing area"], ["battlefield", "a region where a battle is being (or has been) fought", "battlefield"], ["theater", "a region in which active military operations are in progress", "theater"], ["subject", "a branch of knowledge", "subject"], ["champaign", "extensive tract of level open land", "champaign"], ["discipline", "a branch of knowledge", "discipline"]]}, {"answer": "field_glasses", "hint": "synonyms for field glasses", "clues": [["opera glasses", "an optical instrument designed for simultaneous use by both eyes", "opera glasses"], ["glass", "a small refracting telescope", "glass"], ["binoculars", "an optical instrument designed for simultaneous use by both eyes", "binoculars"], ["field glass", "a small refracting telescope", "field glass"], ["spyglass", "a small refracting telescope", "spyglass"]]}, {"answer": "field_of_battle", "hint": "synonyms for field of battle", "clues": [["battleground", "a region where a battle is being (or has been) fought", "battleground"], ["battlefield", "a region where a battle is being (or has been) fought", "battlefield"], ["field", "a region where a battle is being (or has been) fought", "field"], ["field of honor", "a region where a battle is being (or has been) fought", "field of honor"]]}, {"answer": "field_of_honor", "hint": "synonyms for field of honor", "clues": [["battleground", "a region where a battle is being (or has been) fought", "battleground"], ["battlefield", "a region where a battle is being (or has been) fought", "battlefield"], ["field of battle", "a region where a battle is being (or has been) fought", "field of battle"], ["field", "a region where a battle is being (or has been) fought", "field"]]}, {"answer": "field_of_operations", "hint": "synonyms for field of operations", "clues": [["theatre of operations", "a region in which active military operations are in progress", "theatre of operations"], ["field", "a particular kind of commercial enterprise", "field"], ["theater", "a region in which active military operations are in progress", "theater"], ["line of business", "a particular kind of commercial enterprise", "line of business"], ["field of operation", "a particular kind of commercial enterprise", "field of operation"]]}, {"answer": "field_of_study", "hint": "synonyms for field of study", "clues": [["subject area", "a branch of knowledge", "subject area"], ["field", "a branch of knowledge", "field"], ["study", "a branch of knowledge", "study"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["subject", "a branch of knowledge", "subject"], ["subject field", "a branch of knowledge", "subject field"], ["discipline", "a branch of knowledge", "discipline"]]}, {"answer": "fields", "hint": "synonyms for fields", "clues": [["athletic field", "a piece of land prepared for playing a game", "athletic field"], ["subject area", "a branch of knowledge", "subject area"], ["field of operations", "a region in which active military operations are in progress", "field of operations"], ["field", "the area that is visible (as through an optical instrument)", "field"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["subject field", "a branch of knowledge", "subject field"], ["field of force", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it", "field of force"], ["airfield", "a place where planes take off and land", "airfield"], ["field of view", "the area that is visible (as through an optical instrument)", "field of view"], ["playing field", "a piece of land prepared for playing a game", "playing field"], ["field of honor", "a region where a battle is being (or has been) fought", "field of honor"], ["field of study", "a branch of knowledge", "field of study"], ["line of business", "a particular kind of commercial enterprise", "line of business"], ["force field", "the space around a radiating body within which its electromagnetic oscillations can exert force on another similar body not in contact with it", "force field"], ["battlefield", "a region where a battle is being (or has been) fought", "battlefield"], ["subject", "a branch of knowledge", "subject"], ["theatre", "a region in which active military operations are in progress", "theatre"], ["champaign", "extensive tract of level open land", "champaign"], ["theatre of operations", "a region in which active military operations are in progress", "theatre of operations"], ["landing field", "a place where planes take off and land", "landing field"], ["battleground", "a region where a battle is being (or has been) fought", "battleground"], ["plain", "extensive tract of level open land", "plain"], ["field of battle", "a region where a battle is being (or has been) fought", "field of battle"], ["study", "a branch of knowledge", "study"], ["playing area", "a piece of land prepared for playing a game", "playing area"], ["discipline", "a branch of knowledge", "discipline"]]}, {"answer": "fierceness", "hint": "synonyms for fierceness", "clues": [["ferocity", "the property of being wild or turbulent", "ferocity"], ["fury", "the property of being wild or turbulent", "fury"], ["furiousness", "the property of being wild or turbulent", "furiousness"], ["violence", "the property of being wild or turbulent", "violence"], ["vehemence", "the property of being wild or turbulent", "vehemence"], ["wildness", "the property of being wild or turbulent", "wildness"]]}, {"answer": "fifties", "hint": "synonyms for fifties", "clues": [["fifty", "a United States bill worth 50 dollars", "fifty"], ["fifty dollar bill", "a United States bill worth 50 dollars", "fifty dollar bill"], ["1950s", "the decade from 1950 to 1959", "1950s"], ["mid-fifties", "the time of life between 50 and 60", "mid-fifties"], ["50", "the cardinal number that is the product of ten and five", "50"]]}, {"answer": "fight", "hint": "synonyms for fight", "clues": [["engagement", "a hostile meeting of opposing military forces in the course of a war", "engagement"], ["combat", "the act of fighting; any contest or struggle", "combat"], ["fighting", "the act of fighting; any contest or struggle", "fighting"], ["competitiveness", "an aggressive willingness to compete", "competitiveness"], ["battle", "a hostile meeting of opposing military forces in the course of a war", "battle"], ["scrap", "the act of fighting; any contest or struggle", "scrap"], ["conflict", "a hostile meeting of opposing military forces in the course of a war", "conflict"]]}, {"answer": "figure", "hint": "synonyms for figure", "clues": [["trope", "language used in a figurative or nonliteral sense", "trope"], ["figure of speech", "language used in a figurative or nonliteral sense", "figure of speech"], ["number", "the property possessed by a sum or total or indefinite quantity of units or individuals", "number"], ["pattern", "a decorative or artistic work", "pattern"], ["design", "a decorative or artistic work", "design"], ["image", "language used in a figurative or nonliteral sense", "image"], ["fig", "a diagram or picture illustrating textual material", "fig"], ["digit", "one of the elements that collectively form a system of numeration", "digit"]]}, {"answer": "file", "hint": "synonyms for file", "clues": [["single file", "a line of persons or things ranged one behind the other", "single file"], ["file cabinet", "office furniture consisting of a container for keeping papers in order", "file cabinet"], ["data file", "a set of related records (either written or electronic) kept together", "data file"], ["filing cabinet", "office furniture consisting of a container for keeping papers in order", "filing cabinet"]]}, {"answer": "filiation", "hint": "synonyms for filiation", "clues": [["ancestry", "inherited properties shared with others of your bloodline", "ancestry"], ["derivation", "inherited properties shared with others of your bloodline", "derivation"], ["line of descent", "the kinship relation between an individual and the individual's progenitors", "line of descent"], ["descent", "the kinship relation between an individual and the individual's progenitors", "descent"], ["lineage", "inherited properties shared with others of your bloodline", "lineage"]]}, {"answer": "fillet", "hint": "synonyms for fillet", "clues": [["fish fillet", "a longitudinal slice or boned side of a fish", "fish fillet"], ["stopping", "fastener consisting of a narrow strip of welded metal used to join steel members", "stopping"], ["tenia", "a narrow headband or strip of ribbon worn as a headband", "tenia"], ["filet", "a longitudinal slice or boned side of a fish", "filet"]]}, {"answer": "filling", "hint": "synonyms for filling", "clues": [["woof", "the yarn woven across the warp yarn in weaving", "woof"], ["pick", "the yarn woven across the warp yarn in weaving", "pick"], ["weft", "the yarn woven across the warp yarn in weaving", "weft"], ["fill", "any material that fills a space or container", "fill"]]}, {"answer": "film", "hint": "synonyms for film", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["plastic film", "a thin sheet of (usually plastic and usually transparent) material used to wrap or cover things", "plastic film"], ["cinema", "a medium that disseminates moving pictures", "cinema"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["celluloid", "a medium that disseminates moving pictures", "celluloid"], ["photographic film", "photographic material consisting of a base of celluloid covered with a photographic emulsion; used to make negatives or transparencies", "photographic film"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "filth", "hint": "synonyms for filth", "clues": [["smut", "an offensive or indecent word or phrase", "smut"], ["vulgarism", "an offensive or indecent word or phrase", "vulgarism"], ["obscenity", "an offensive or indecent word or phrase", "obscenity"], ["crud", "any substance considered disgustingly foul or unpleasant", "crud"], ["dirty word", "an offensive or indecent word or phrase", "dirty word"], ["skank", "any substance considered disgustingly foul or unpleasant", "skank"]]}, {"answer": "fin", "hint": "synonyms for fin", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["flipper", "a shoe for swimming; the paddle-like front is an aid in swimming (especially underwater)", "flipper"], ["tail fin", "one of a pair of decorations projecting above the rear fenders of an automobile", "tail fin"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["louvre", "one of a set of parallel slats in a door or window to admit air and reject rain", "louvre"], ["louver", "one of a set of parallel slats in a door or window to admit air and reject rain", "louver"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "final_result", "hint": "synonyms for final result", "clues": [["termination", "something that results", "termination"], ["outcome", "something that results", "outcome"], ["resultant", "something that results", "resultant"], ["result", "something that results", "result"]]}, {"answer": "finale", "hint": "synonyms for finale", "clues": [["close", "the concluding part of any performance", "close"], ["finis", "the concluding part of any performance", "finis"], ["closing curtain", "the concluding part of any performance", "closing curtain"], ["stopping point", "the temporal end; the concluding time", "stopping point"], ["last", "the temporal end; the concluding time", "last"], ["coda", "the closing section of a musical composition", "coda"], ["conclusion", "the temporal end; the concluding time", "conclusion"]]}, {"answer": "finances", "hint": "synonyms for finances", "clues": [["monetary resource", "assets in the form of money", "monetary resource"], ["funds", "assets in the form of money", "funds"], ["pecuniary resource", "assets in the form of money", "pecuniary resource"], ["finance", "the branch of economics that studies the management of money and other assets", "finance"], ["cash in hand", "assets in the form of money", "cash in hand"]]}, {"answer": "financial_backing", "hint": "synonyms for financial backing", "clues": [["backing", "financial resources provided to make some project possible", "backing"], ["financial support", "financial resources provided to make some project possible", "financial support"], ["funding", "financial resources provided to make some project possible", "funding"], ["support", "financial resources provided to make some project possible", "support"]]}, {"answer": "financial_support", "hint": "synonyms for financial support", "clues": [["backing", "financial resources provided to make some project possible", "backing"], ["financial backing", "financial resources provided to make some project possible", "financial backing"], ["funding", "financial resources provided to make some project possible", "funding"], ["support", "financial resources provided to make some project possible", "support"]]}, {"answer": "fineness", "hint": "synonyms for fineness", "clues": [["daintiness", "the quality of being beautiful and delicate in appearance", "daintiness"], ["delicacy", "the quality of being beautiful and delicate in appearance", "delicacy"], ["thinness", "the property of being very narrow or thin", "thinness"], ["powderiness", "having a very fine texture", "powderiness"], ["choiceness", "the quality of being very good indeed", "choiceness"]]}, {"answer": "finis", "hint": "synonyms for finis", "clues": [["close", "the concluding part of any performance", "close"], ["closing curtain", "the concluding part of any performance", "closing curtain"], ["finale", "the concluding part of any performance", "finale"], ["stopping point", "the temporal end; the concluding time", "stopping point"], ["finish", "the temporal end; the concluding time", "finish"], ["last", "the temporal end; the concluding time", "last"], ["conclusion", "the temporal end; the concluding time", "conclusion"]]}, {"answer": "finish", "hint": "synonyms for finish", "clues": [["close", "the temporal end; the concluding time", "close"], ["finishing", "a decorative texture or appearance of a surface (or the substance that gives it that appearance)", "finishing"], ["ending", "event whose occurrence ends something", "ending"], ["finis", "the temporal end; the concluding time", "finis"], ["coating", "a decorative texture or appearance of a surface (or the substance that gives it that appearance)", "coating"], ["stopping point", "the temporal end; the concluding time", "stopping point"], ["finale", "the temporal end; the concluding time", "finale"], ["destination", "the place designated as the end (as of a race or journey)", "destination"], ["last", "the temporal end; the concluding time", "last"], ["goal", "the place designated as the end (as of a race or journey)", "goal"], ["conclusion", "event whose occurrence ends something", "conclusion"]]}, {"answer": "fire", "hint": "synonyms for fire", "clues": [["flak", "intense adverse criticism", "flak"], ["flame", "the process of combustion of inflammable materials producing heat and light and (often) smoke", "flame"], ["firing", "the act of firing weapons or artillery at an enemy", "firing"], ["ardour", "feelings of great warmth and intensity", "ardour"], ["fervidness", "feelings of great warmth and intensity", "fervidness"], ["fervency", "feelings of great warmth and intensity", "fervency"], ["fervor", "feelings of great warmth and intensity", "fervor"], ["blast", "intense adverse criticism", "blast"], ["attack", "intense adverse criticism", "attack"], ["flaming", "the process of combustion of inflammable materials producing heat and light and (often) smoke", "flaming"]]}, {"answer": "firing", "hint": "synonyms for firing", "clues": [["dismissal", "the termination of someone's employment (leaving them free to depart)", "dismissal"], ["ignition", "the act of setting something on fire", "ignition"], ["inflammation", "the act of setting something on fire", "inflammation"], ["release", "the termination of someone's employment (leaving them free to depart)", "release"], ["discharge", "the termination of someone's employment (leaving them free to depart)", "discharge"], ["sacking", "the termination of someone's employment (leaving them free to depart)", "sacking"], ["lighting", "the act of setting something on fire", "lighting"], ["kindling", "the act of setting something on fire", "kindling"], ["dismission", "the termination of someone's employment (leaving them free to depart)", "dismission"], ["liberation", "the termination of someone's employment (leaving them free to depart)", "liberation"], ["fire", "the act of firing weapons or artillery at an enemy", "fire"], ["firing off", "the act of discharging a gun", "firing off"]]}, {"answer": "firmament", "hint": "synonyms for firmament", "clues": [["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "welkin"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "celestial sphere"], ["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "empyrean"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "vault of heaven"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "sphere"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "heavens"]]}, {"answer": "firmness", "hint": "synonyms for firmness", "clues": [["resoluteness", "the trait of being resolute", "resoluteness"], ["steadiness", "the quality of being steady or securely and immovably fixed in place", "steadiness"], ["resolve", "the trait of being resolute", "resolve"], ["resolution", "the trait of being resolute", "resolution"], ["firmness of purpose", "the trait of being resolute", "firmness of purpose"], ["soundness", "the muscle tone of healthy tissue", "soundness"]]}, {"answer": "firmness_of_purpose", "hint": "synonyms for firmness of purpose", "clues": [["firmness", "the trait of being resolute", "firmness"], ["resoluteness", "the trait of being resolute", "resoluteness"], ["resolution", "the trait of being resolute", "resolution"], ["resolve", "the trait of being resolute", "resolve"]]}, {"answer": "first_appearance", "hint": "synonyms for first appearance", "clues": [["unveiling", "the act of beginning something new", "unveiling"], ["launching", "the act of beginning something new", "launching"], ["debut", "the act of beginning something new", "debut"], ["introduction", "the act of beginning something new", "introduction"], ["entry", "the act of beginning something new", "entry"]]}, {"answer": "first_derivative", "hint": "synonyms for first derivative", "clues": [["derived function", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derived function"], ["differential coefficient", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential coefficient"], ["derivative", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "derivative"], ["differential", "the result of mathematical differentiation; the instantaneous change of one quantity relative to another; df(x)/dx", "differential"]]}, {"answer": "first_light", "hint": "synonyms for first light", "clues": [["break of day", "the first light of day", "break of day"], ["sunup", "the first light of day", "sunup"], ["dawn", "the first light of day", "dawn"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "fishgig", "hint": "synonyms for fishgig", "clues": [["lance", "an implement with a shaft and barbed point used for catching fish", "lance"], ["spear", "an implement with a shaft and barbed point used for catching fish", "spear"], ["gig", "an implement with a shaft and barbed point used for catching fish", "gig"], ["fizgig", "an implement with a shaft and barbed point used for catching fish", "fizgig"]]}, {"answer": "fishing_gear", "hint": "synonyms for fishing gear", "clues": [["tackle", "gear used in fishing", "tackle"], ["fishing rig", "gear used in fishing", "fishing rig"], ["rig", "gear used in fishing", "rig"], ["fishing tackle", "gear used in fishing", "fishing tackle"]]}, {"answer": "fishing_rig", "hint": "synonyms for fishing rig", "clues": [["tackle", "gear used in fishing", "tackle"], ["rig", "gear used in fishing", "rig"], ["fishing tackle", "gear used in fishing", "fishing tackle"], ["fishing gear", "gear used in fishing", "fishing gear"]]}, {"answer": "fishing_tackle", "hint": "synonyms for fishing tackle", "clues": [["tackle", "gear used in fishing", "tackle"], ["fishing rig", "gear used in fishing", "fishing rig"], ["rig", "gear used in fishing", "rig"], ["fishing gear", "gear used in fishing", "fishing gear"]]}, {"answer": "fissure", "hint": "synonyms for fissure", "clues": [["cranny", "a long narrow depression in a surface", "cranny"], ["crevice", "a long narrow opening", "crevice"], ["cleft", "a long narrow opening", "cleft"], ["scissure", "a long narrow opening", "scissure"], ["chap", "a long narrow depression in a surface", "chap"], ["crack", "a long narrow opening", "crack"]]}, {"answer": "fisticuffs", "hint": "synonyms for fisticuffs", "clues": [["pugilism", "fighting with the fists", "pugilism"], ["boxing", "fighting with the fists", "boxing"], ["slugfest", "a fight with bare fists", "slugfest"], ["fistfight", "a fight with bare fists", "fistfight"]]}, {"answer": "fives", "hint": "synonyms for fives", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["five-spot", "a playing card or a domino or a die whose upward face shows five pips", "five-spot"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["five", "a team that plays basketball", "five"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["basketball team", "a team that plays basketball", "basketball team"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "fivesome", "hint": "synonyms for fivesome", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintette", "five people considered as a unit", "quintette"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "fix", "hint": "synonyms for fix", "clues": [["location", "a determination of the place where something is", "location"], ["localisation", "a determination of the place where something is", "localisation"], ["fixture", "the act of putting something in working order again", "fixture"], ["fixing", "the act of putting something in working order again", "fixing"], ["mending", "the act of putting something in working order again", "mending"], ["reparation", "the act of putting something in working order again", "reparation"], ["repair", "the act of putting something in working order again", "repair"]]}, {"answer": "fixedness", "hint": "synonyms for fixedness", "clues": [["unalterability", "the quality of being fixed and unchangeable", "unalterability"], ["fixity", "the quality of being fixed in place as by some firm attachment", "fixity"], ["fastness", "the quality of being fixed in place as by some firm attachment", "fastness"], ["fixture", "the quality of being fixed in place as by some firm attachment", "fixture"], ["secureness", "the quality of being fixed in place as by some firm attachment", "secureness"]]}, {"answer": "fixer", "hint": "synonyms for fixer", "clues": [["methadon", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadon"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "synthetic heroin"], ["fixing agent", "a chemical compound that sets or fixes something (as a dye or a photographic image)", "fixing agent"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadone hydrochloride"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "dolophine hydrochloride"]]}, {"answer": "fixing", "hint": "synonyms for fixing", "clues": [["fixture", "the act of putting something in working order again", "fixture"], ["altering", "the sterilization of an animal", "altering"], ["mending", "the act of putting something in working order again", "mending"], ["neutering", "the sterilization of an animal", "neutering"], ["fastening", "restraint that attaches to something or holds something in place", "fastening"], ["reparation", "the act of putting something in working order again", "reparation"], ["fastener", "restraint that attaches to something or holds something in place", "fastener"], ["fixation", "(histology) the preservation and hardening of a tissue sample to retain as nearly as possible the same relations they had in the living body", "fixation"], ["fix", "the act of putting something in working order again", "fix"], ["repair", "the act of putting something in working order again", "repair"], ["holdfast", "restraint that attaches to something or holds something in place", "holdfast"]]}, {"answer": "fixings", "hint": "synonyms for fixings", "clues": [["fixing", "the sterilization of an animal", "fixing"], ["mend", "the act of putting something in working order again", "mend"], ["fixture", "the act of putting something in working order again", "fixture"], ["altering", "the sterilization of an animal", "altering"], ["neutering", "the sterilization of an animal", "neutering"], ["fastening", "restraint that attaches to something or holds something in place", "fastening"], ["reparation", "the act of putting something in working order again", "reparation"], ["fastener", "restraint that attaches to something or holds something in place", "fastener"], ["fixation", "(histology) the preservation and hardening of a tissue sample to retain as nearly as possible the same relations they had in the living body", "fixation"], ["trimmings", "the accessories that normally accompany (something or some activity)", "trimmings"], ["ingredient", "food that is a component of a mixture in cooking", "ingredient"], ["repair", "the act of putting something in working order again", "repair"], ["holdfast", "restraint that attaches to something or holds something in place", "holdfast"]]}, {"answer": "fixity", "hint": "synonyms for fixity", "clues": [["immutableness", "the quality of being incapable of mutation", "immutableness"], ["immutability", "the quality of being incapable of mutation", "immutability"], ["fastness", "the quality of being fixed in place as by some firm attachment", "fastness"], ["fixedness", "the quality of being fixed in place as by some firm attachment", "fixedness"], ["fixture", "the quality of being fixed in place as by some firm attachment", "fixture"], ["secureness", "the quality of being fixed in place as by some firm attachment", "secureness"]]}, {"answer": "fixture", "hint": "synonyms for fixture", "clues": [["fixity", "the quality of being fixed in place as by some firm attachment", "fixity"], ["fixing", "the act of putting something in working order again", "fixing"], ["mending", "the act of putting something in working order again", "mending"], ["reparation", "the act of putting something in working order again", "reparation"], ["fastness", "the quality of being fixed in place as by some firm attachment", "fastness"], ["repair", "the act of putting something in working order again", "repair"], ["fixedness", "the quality of being fixed in place as by some firm attachment", "fixedness"], ["secureness", "the quality of being fixed in place as by some firm attachment", "secureness"]]}, {"answer": "fizgig", "hint": "synonyms for fizgig", "clues": [["lance", "an implement with a shaft and barbed point used for catching fish", "lance"], ["spear", "an implement with a shaft and barbed point used for catching fish", "spear"], ["fishgig", "an implement with a shaft and barbed point used for catching fish", "fishgig"], ["gig", "an implement with a shaft and barbed point used for catching fish", "gig"]]}, {"answer": "fizzle", "hint": "synonyms for fizzle", "clues": [["hiss", "a fricative sound (especially as an expression of disapproval)", "hiss"], ["flop", "a complete failure", "flop"], ["sibilation", "a fricative sound (especially as an expression of disapproval)", "sibilation"], ["bust", "a complete failure", "bust"], ["hushing", "a fricative sound (especially as an expression of disapproval)", "hushing"]]}, {"answer": "flack", "hint": "synonyms for flack", "clues": [["antiaircraft gun", "artillery designed to shoot upward at airplanes", "antiaircraft gun"], ["fire", "intense adverse criticism", "fire"], ["flak", "artillery designed to shoot upward at airplanes", "flak"], ["ack-ack", "artillery designed to shoot upward at airplanes", "ack-ack"], ["ack-ack gun", "artillery designed to shoot upward at airplanes", "ack-ack gun"], ["pom-pom", "artillery designed to shoot upward at airplanes", "pom-pom"], ["blast", "intense adverse criticism", "blast"], ["attack", "intense adverse criticism", "attack"]]}, {"answer": "flag", "hint": "synonyms for flag", "clues": [["signal flag", "a rectangular piece of fabric used as a signalling device", "signal flag"], ["pin", "flagpole used to mark the position of the hole on a golf green", "pin"], ["masthead", "a listing printed in all issues of a newspaper or magazine (usually on the editorial page) that gives the name of the publication and the names of the editorial staff, etc.", "masthead"], ["flagstone", "stratified stone that splits into pieces suitable as paving stones", "flagstone"]]}, {"answer": "flagellation", "hint": "synonyms for flagellation", "clues": [["tanning", "beating with a whip or strap or rope as a form of punishment", "tanning"], ["whipping", "beating with a whip or strap or rope as a form of punishment", "whipping"], ["flogging", "beating with a whip or strap or rope as a form of punishment", "flogging"], ["lashing", "beating with a whip or strap or rope as a form of punishment", "lashing"]]}, {"answer": "flair", "hint": "synonyms for flair", "clues": [["genius", "a natural talent", "genius"], ["style", "distinctive and stylish elegance", "style"], ["flare", "a shape that spreads outward", "flare"], ["dash", "distinctive and stylish elegance", "dash"], ["panache", "distinctive and stylish elegance", "panache"], ["elan", "distinctive and stylish elegance", "elan"]]}, {"answer": "flak", "hint": "synonyms for flak", "clues": [["antiaircraft gun", "artillery designed to shoot upward at airplanes", "antiaircraft gun"], ["fire", "intense adverse criticism", "fire"], ["flack", "intense adverse criticism", "flack"], ["ack-ack", "artillery designed to shoot upward at airplanes", "ack-ack"], ["ack-ack gun", "artillery designed to shoot upward at airplanes", "ack-ack gun"], ["pom-pom", "artillery designed to shoot upward at airplanes", "pom-pom"], ["blast", "intense adverse criticism", "blast"], ["attack", "intense adverse criticism", "attack"]]}, {"answer": "flake", "hint": "synonyms for flake", "clues": [["fleck", "a small fragment of something broken off from the whole", "fleck"], ["snowflake", "a crystal of snow", "snowflake"], ["scrap", "a small fragment of something broken off from the whole", "scrap"], ["bit", "a small fragment of something broken off from the whole", "bit"], ["chip", "a small fragment of something broken off from the whole", "chip"]]}, {"answer": "flannel", "hint": "synonyms for flannel", "clues": [["washrag", "bath linen consisting of a piece of cloth used to wash the face and body", "washrag"], ["washcloth", "bath linen consisting of a piece of cloth used to wash the face and body", "washcloth"], ["tweed", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "tweed"], ["white", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "white"], ["gabardine", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "gabardine"], ["face cloth", "bath linen consisting of a piece of cloth used to wash the face and body", "face cloth"]]}, {"answer": "flannel-cake", "hint": "synonyms for flannel-cake", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"]]}, {"answer": "flannel_cake", "hint": "synonyms for flannel cake", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel-cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel-cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"]]}, {"answer": "flapcake", "hint": "synonyms for flapcake", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"]]}, {"answer": "flapjack", "hint": "synonyms for flapjack", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"]]}, {"answer": "flare", "hint": "synonyms for flare", "clues": [["flare pass", "a short forward pass to a back who is running toward the sidelines", "flare pass"], ["flash", "a burst of light used to communicate or illuminate", "flash"], ["flair", "a shape that spreads outward", "flair"], ["solar flare", "a sudden eruption of intense high-energy radiation from the sun's surface; associated with sunspots and radio interference", "solar flare"]]}, {"answer": "flash_bulb", "hint": "synonyms for flash bulb", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph", "flashbulb"], ["flash lamp", "a lamp for providing momentary light to take a photograph", "flash lamp"], ["photoflash", "a lamp for providing momentary light to take a photograph", "photoflash"], ["flashgun", "a lamp for providing momentary light to take a photograph", "flashgun"], ["flash", "a lamp for providing momentary light to take a photograph", "flash"]]}, {"answer": "flash_lamp", "hint": "synonyms for flash lamp", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph", "flashbulb"], ["photoflash", "a lamp for providing momentary light to take a photograph", "photoflash"], ["flashgun", "a lamp for providing momentary light to take a photograph", "flashgun"], ["flash", "a lamp for providing momentary light to take a photograph", "flash"]]}, {"answer": "flashbulb", "hint": "synonyms for flashbulb", "clues": [["flash lamp", "a lamp for providing momentary light to take a photograph", "flash lamp"], ["photoflash", "a lamp for providing momentary light to take a photograph", "photoflash"], ["flash bulb", "a lamp for providing momentary light to take a photograph", "flash bulb"], ["flashgun", "a lamp for providing momentary light to take a photograph", "flashgun"], ["flash", "a lamp for providing momentary light to take a photograph", "flash"]]}, {"answer": "flashgun", "hint": "synonyms for flashgun", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph", "flashbulb"], ["flash lamp", "a lamp for providing momentary light to take a photograph", "flash lamp"], ["photoflash", "a lamp for providing momentary light to take a photograph", "photoflash"], ["flash", "a lamp for providing momentary light to take a photograph", "flash"]]}, {"answer": "flashiness", "hint": "synonyms for flashiness", "clues": [["glitz", "tasteless showiness", "glitz"], ["gaudiness", "tasteless showiness", "gaudiness"], ["brashness", "tasteless showiness", "brashness"], ["tawdriness", "tasteless showiness", "tawdriness"], ["garishness", "tasteless showiness", "garishness"], ["meretriciousness", "tasteless showiness", "meretriciousness"], ["loudness", "tasteless showiness", "loudness"]]}, {"answer": "flat_coat", "hint": "synonyms for flat coat", "clues": [["primer coat", "the first or preliminary coat of paint or size applied to a surface", "primer coat"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface", "priming coat"], ["priming", "the first or preliminary coat of paint or size applied to a surface", "priming"], ["primer", "the first or preliminary coat of paint or size applied to a surface", "primer"], ["ground", "the first or preliminary coat of paint or size applied to a surface", "ground"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface", "undercoat"]]}, {"answer": "flatness", "hint": "synonyms for flatness", "clues": [["phlegm", "inactivity; showing an unusual lack of energy", "phlegm"], ["mat", "the property of having little or no contrast; lacking highlights or gloss", "mat"], ["two-dimensionality", "the property of having two dimensions", "two-dimensionality"], ["matte", "the property of having little or no contrast; lacking highlights or gloss", "matte"], ["languor", "inactivity; showing an unusual lack of energy", "languor"], ["lustrelessness", "the property of having little or no contrast; lacking highlights or gloss", "lustrelessness"], ["sluggishness", "inactivity; showing an unusual lack of energy", "sluggishness"], ["planeness", "the property of having two dimensions", "planeness"], ["lethargy", "inactivity; showing an unusual lack of energy", "lethargy"]]}, {"answer": "flats", "hint": "synonyms for flats", "clues": [["flat", "a suite of rooms usually on one floor of an apartment house", "flat"], ["apartment", "a suite of rooms usually on one floor of an apartment house", "apartment"], ["flatcar", "freight car without permanent sides or roof", "flatcar"], ["flatbed", "freight car without permanent sides or roof", "flatbed"], ["flat tire", "a deflated pneumatic tire", "flat tire"]]}, {"answer": "flavor", "hint": "synonyms for flavor", "clues": [["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["flavour", "(physics) the six kinds of quarks", "flavour"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["tang", "the taste experience when a savoury condiment is taken into the mouth", "tang"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"]]}, {"answer": "flavorer", "hint": "synonyms for flavorer", "clues": [["seasoner", "something added to food primarily for the savor it imparts", "seasoner"], ["flavoring", "something added to food primarily for the savor it imparts", "flavoring"], ["seasoning", "something added to food primarily for the savor it imparts", "seasoning"], ["flavourer", "something added to food primarily for the savor it imparts", "flavourer"]]}, {"answer": "flavoring", "hint": "synonyms for flavoring", "clues": [["flavorer", "something added to food primarily for the savor it imparts", "flavorer"], ["seasoner", "something added to food primarily for the savor it imparts", "seasoner"], ["seasoning", "something added to food primarily for the savor it imparts", "seasoning"], ["flavouring", "something added to food primarily for the savor it imparts", "flavouring"]]}, {"answer": "flavour", "hint": "synonyms for flavour", "clues": [["flavor", "(physics) the six kinds of quarks", "flavor"], ["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["tang", "the taste experience when a savoury condiment is taken into the mouth", "tang"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"]]}, {"answer": "flavourer", "hint": "synonyms for flavourer", "clues": [["flavorer", "something added to food primarily for the savor it imparts", "flavorer"], ["seasoner", "something added to food primarily for the savor it imparts", "seasoner"], ["flavoring", "something added to food primarily for the savor it imparts", "flavoring"], ["seasoning", "something added to food primarily for the savor it imparts", "seasoning"]]}, {"answer": "flavouring", "hint": "synonyms for flavouring", "clues": [["flavorer", "something added to food primarily for the savor it imparts", "flavorer"], ["seasoner", "something added to food primarily for the savor it imparts", "seasoner"], ["flavoring", "something added to food primarily for the savor it imparts", "flavoring"], ["seasoning", "something added to food primarily for the savor it imparts", "seasoning"]]}, {"answer": "fleck", "hint": "synonyms for fleck", "clues": [["chip", "a small fragment of something broken off from the whole", "chip"], ["flake", "a small fragment of something broken off from the whole", "flake"], ["bit", "a small fragment of something broken off from the whole", "bit"], ["spot", "a small contrasting part of something", "spot"], ["dapple", "a small contrasting part of something", "dapple"], ["maculation", "a small contrasting part of something", "maculation"], ["speckle", "a small contrasting part of something", "speckle"], ["scrap", "a small fragment of something broken off from the whole", "scrap"], ["patch", "a small contrasting part of something", "patch"]]}, {"answer": "flexure", "hint": "synonyms for flexure", "clues": [["crimp", "an angular or rounded shape made by folding", "crimp"], ["crease", "an angular or rounded shape made by folding", "crease"], ["plication", "an angular or rounded shape made by folding", "plication"], ["bend", "an angular or rounded shape made by folding", "bend"], ["fold", "an angular or rounded shape made by folding", "fold"], ["flexion", "act of bending a joint; especially a joint between the bones of a limb so that the angle between them is decreased", "flexion"]]}, {"answer": "flick", "hint": "synonyms for flick", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"]]}, {"answer": "flicker", "hint": "synonyms for flicker", "clues": [["flutter", "the act of moving back and forth", "flutter"], ["spark", "a momentary flash of light", "spark"], ["glint", "a momentary flash of light", "glint"], ["waver", "the act of moving back and forth", "waver"]]}, {"answer": "flier", "hint": "synonyms for flier", "clues": [["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "circular"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flyer"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "bill"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "throwaway"]]}, {"answer": "flies", "hint": "synonyms for flies", "clues": [["fly", "fisherman's lure consisting of a fishhook decorated to look like an insect", "fly"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "rainfly"], ["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly sheet"], ["fly front", "an opening in a garment that is closed by a zipper or by buttons concealed under a fold of cloth", "fly front"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent-fly"], ["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent flap"], ["fly ball", "(baseball) a hit that flies up in the air", "fly ball"]]}, {"answer": "flight", "hint": "synonyms for flight", "clues": [["escape", "the act of escaping physically", "escape"], ["flight of stairs", "a stairway (set of steps) between one floor or landing and the next", "flight of stairs"], ["flight of steps", "a stairway (set of steps) between one floor or landing and the next", "flight of steps"], ["trajectory", "the path followed by an object moving through space", "trajectory"], ["flying", "an instance of traveling by air", "flying"]]}, {"answer": "flightiness", "hint": "synonyms for flightiness", "clues": [["whimsey", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsey"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "arbitrariness"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsicality"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "capriciousness"]]}, {"answer": "flimflam", "hint": "synonyms for flimflam", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "fling", "hint": "synonyms for fling", "clues": [["pass", "a usually brief attempt", "pass"], ["offer", "a usually brief attempt", "offer"], ["go", "a usually brief attempt", "go"], ["crack", "a usually brief attempt", "crack"], ["spree", "a brief indulgence of your impulses", "spree"], ["whirl", "a usually brief attempt", "whirl"]]}, {"answer": "flip-flop", "hint": "synonyms for flip-flop", "clues": [["reversal", "a decision to reverse an earlier decision", "reversal"], ["change of mind", "a decision to reverse an earlier decision", "change of mind"], ["turnaround", "a decision to reverse an earlier decision", "turnaround"], ["thong", "a backless sandal held to the foot by a thong between the big toe and the second toe", "thong"], ["turnabout", "a decision to reverse an earlier decision", "turnabout"]]}, {"answer": "flirt", "hint": "synonyms for flirt", "clues": [["toying", "playful behavior intended to arouse sexual interest", "toying"], ["flirting", "playful behavior intended to arouse sexual interest", "flirting"], ["dalliance", "playful behavior intended to arouse sexual interest", "dalliance"], ["flirtation", "playful behavior intended to arouse sexual interest", "flirtation"], ["coquetry", "playful behavior intended to arouse sexual interest", "coquetry"]]}, {"answer": "flirtation", "hint": "synonyms for flirtation", "clues": [["toying", "playful behavior intended to arouse sexual interest", "toying"], ["flirting", "playful behavior intended to arouse sexual interest", "flirting"], ["dalliance", "playful behavior intended to arouse sexual interest", "dalliance"], ["coquetry", "playful behavior intended to arouse sexual interest", "coquetry"]]}, {"answer": "flirting", "hint": "synonyms for flirting", "clues": [["toying", "playful behavior intended to arouse sexual interest", "toying"], ["dalliance", "playful behavior intended to arouse sexual interest", "dalliance"], ["flirtation", "playful behavior intended to arouse sexual interest", "flirtation"], ["coquetry", "playful behavior intended to arouse sexual interest", "coquetry"], ["flirt", "playful behavior intended to arouse sexual interest", "flirt"]]}, {"answer": "flock", "hint": "synonyms for flock", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["troop", "an orderly crowd", "troop"], ["fold", "a group of sheep or goats", "fold"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "flogging", "hint": "synonyms for flogging", "clues": [["flagellation", "beating with a whip or strap or rope as a form of punishment", "flagellation"], ["tanning", "beating with a whip or strap or rope as a form of punishment", "tanning"], ["lashing", "beating with a whip or strap or rope as a form of punishment", "lashing"], ["whipping", "beating with a whip or strap or rope as a form of punishment", "whipping"]]}, {"answer": "flood", "hint": "synonyms for flood", "clues": [["deluge", "the rising of a body of water and its overflowing onto normally dry land", "deluge"], ["photoflood", "light that is a source of artificial illumination having a broad beam; used in photography", "photoflood"], ["outpouring", "a large flow", "outpouring"], ["flowage", "the act of flooding; filling to overflowing", "flowage"], ["rising tide", "the occurrence of incoming water (between a low tide and the following high tide); -Shakespeare", "rising tide"], ["overflow", "a large flow", "overflow"], ["flood lamp", "light that is a source of artificial illumination having a broad beam; used in photography", "flood lamp"], ["floodlight", "light that is a source of artificial illumination having a broad beam; used in photography", "floodlight"], ["inundation", "an overwhelming number or amount", "inundation"], ["torrent", "an overwhelming number or amount", "torrent"], ["flood tide", "the occurrence of incoming water (between a low tide and the following high tide); -Shakespeare", "flood tide"], ["alluvion", "the rising of a body of water and its overflowing onto normally dry land", "alluvion"]]}, {"answer": "floodgate", "hint": "synonyms for floodgate", "clues": [["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "penstock"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "water gate"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "head gate"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluice valve"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluicegate"]]}, {"answer": "floor", "hint": "synonyms for floor", "clues": [["story", "a structure consisting of a room or set of rooms at a single position along a vertical scale", "story"], ["base", "a lower limit", "base"], ["level", "a structure consisting of a room or set of rooms at a single position along a vertical scale", "level"], ["flooring", "the inside lower horizontal surface (as of a room, hallway, tent, or other structure)", "flooring"], ["trading floor", "a large room in a exchange where the trading is done", "trading floor"]]}, {"answer": "flora", "hint": "synonyms for flora", "clues": [["botany", "all the plant life in a particular region or period", "botany"], ["vegetation", "all the plant life in a particular region or period", "vegetation"], ["plant life", "(botany) a living organism lacking the power of locomotion", "plant life"], ["plant", "(botany) a living organism lacking the power of locomotion", "plant"]]}, {"answer": "florescence", "hint": "synonyms for florescence", "clues": [["efflorescence", "the time and process of budding and unfolding of blossoms", "efflorescence"], ["inflorescence", "the time and process of budding and unfolding of blossoms", "inflorescence"], ["flowering", "the time and process of budding and unfolding of blossoms", "flowering"], ["anthesis", "the time and process of budding and unfolding of blossoms", "anthesis"], ["blossoming", "the time and process of budding and unfolding of blossoms", "blossoming"]]}, {"answer": "flow", "hint": "synonyms for flow", "clues": [["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruation"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "period"], ["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruum"], ["rate of flow", "the amount of fluid that flows in a given time", "rate of flow"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menses"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "catamenia"], ["flow rate", "the amount of fluid that flows in a given time", "flow rate"], ["stream", "the act of flowing or streaming; continuous progression", "stream"], ["current", "dominant course (suggestive of running water) of successive events or ideas", "current"], ["flowing", "the motion characteristic of fluids (liquids or gases)", "flowing"]]}, {"answer": "flower", "hint": "synonyms for flower", "clues": [["bloom", "the period of greatest prosperity or productivity", "bloom"], ["efflorescence", "the period of greatest prosperity or productivity", "efflorescence"], ["flush", "the period of greatest prosperity or productivity", "flush"], ["peak", "the period of greatest prosperity or productivity", "peak"], ["prime", "the period of greatest prosperity or productivity", "prime"], ["blossom", "the period of greatest prosperity or productivity", "blossom"], ["heyday", "the period of greatest prosperity or productivity", "heyday"]]}, {"answer": "flub", "hint": "synonyms for flub", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "fluency", "hint": "synonyms for fluency", "clues": [["articulateness", "the quality of being facile in speech and writing", "articulateness"], ["smoothness", "powerful and effective language", "smoothness"], ["eloquence", "powerful and effective language", "eloquence"], ["volubility", "the quality of being facile in speech and writing", "volubility"]]}, {"answer": "fluidity", "hint": "synonyms for fluidity", "clues": [["liquidness", "the property of flowing easily", "liquidness"], ["runniness", "the property of flowing easily", "runniness"], ["fluidness", "a changeable quality", "fluidness"], ["liquidity", "the property of flowing easily", "liquidity"]]}, {"answer": "fluidness", "hint": "synonyms for fluidness", "clues": [["liquidness", "the property of flowing easily", "liquidness"], ["runniness", "the property of flowing easily", "runniness"], ["fluidity", "the property of flowing easily", "fluidity"], ["liquidity", "the property of flowing easily", "liquidity"]]}, {"answer": "flurry", "hint": "synonyms for flurry", "clues": [["ado", "a rapid active commotion", "ado"], ["fuss", "a rapid active commotion", "fuss"], ["snow flurry", "a light brief snowfall and gust of wind (or something resembling that)", "snow flurry"], ["hustle", "a rapid active commotion", "hustle"], ["stir", "a rapid active commotion", "stir"], ["bustle", "a rapid active commotion", "bustle"]]}, {"answer": "flute", "hint": "synonyms for flute", "clues": [["fluting", "a groove or furrow in cloth etc (particularly a shallow concave groove on the shaft of a column)", "fluting"], ["champagne flute", "a tall narrow wineglass", "champagne flute"], ["flute glass", "a tall narrow wineglass", "flute glass"], ["transverse flute", "a high-pitched woodwind instrument; a slender tube closed at one end with finger holes on one end and an opening near the closed end across which the breath is blown", "transverse flute"]]}, {"answer": "flutter", "hint": "synonyms for flutter", "clues": [["flicker", "the act of moving back and forth", "flicker"], ["fluttering", "the motion made by flapping up and down", "fluttering"], ["flapping", "the motion made by flapping up and down", "flapping"], ["flap", "the motion made by flapping up and down", "flap"], ["waver", "the act of moving back and forth", "waver"]]}, {"answer": "flux", "hint": "synonyms for flux", "clues": [["flux density", "(physics) the number of changes in energy flow across a given surface per unit area", "flux density"], ["magnetic field", "the lines of force surrounding a permanent magnet or a moving charged particle", "magnetic field"], ["fluxion", "a flow or discharge", "fluxion"], ["magnetic flux", "the lines of force surrounding a permanent magnet or a moving charged particle", "magnetic flux"]]}, {"answer": "fluxing_lime", "hint": "synonyms for fluxing lime", "clues": [["quicklime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide", "calx"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide", "calcium oxide"], ["lime", "a white crystalline oxide used in the production of calcium hydroxide", "lime"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide", "burnt lime"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide", "calcined lime"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide", "unslaked lime"]]}, {"answer": "fly_sheet", "hint": "synonyms for fly sheet", "clues": [["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent flap"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "rainfly"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent-fly"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly"]]}, {"answer": "flyer", "hint": "synonyms for flyer", "clues": [["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "circular"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flier"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["handbill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "handbill"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "bill"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "throwaway"]]}, {"answer": "flying_drainpipe", "hint": "synonyms for flying drainpipe", "clues": [["atherodyde", "a simple type of jet engine; must be launched at high speed", "atherodyde"], ["ramjet", "a simple type of jet engine; must be launched at high speed", "ramjet"], ["athodyd", "a simple type of jet engine; must be launched at high speed", "athodyd"], ["ramjet engine", "a simple type of jet engine; must be launched at high speed", "ramjet engine"]]}, {"answer": "focal_point", "hint": "synonyms for focal point", "clues": [["focus", "a point of convergence of light (or other radiation) or a point from which it diverges", "focus"], ["focussing", "the concentration of attention or energy on something", "focussing"], ["direction", "the concentration of attention or energy on something", "direction"], ["centering", "the concentration of attention or energy on something", "centering"]]}, {"answer": "focus", "hint": "synonyms for focus", "clues": [["focussing", "the concentration of attention or energy on something", "focussing"], ["focal point", "the concentration of attention or energy on something", "focal point"], ["direction", "the concentration of attention or energy on something", "direction"], ["centering", "the concentration of attention or energy on something", "centering"]]}, {"answer": "focusing", "hint": "synonyms for focusing", "clues": [["focus", "the concentration of attention or energy on something", "focus"], ["focalization", "the act of bringing into focus", "focalization"], ["focussing", "the concentration of attention or energy on something", "focussing"], ["focal point", "the concentration of attention or energy on something", "focal point"], ["direction", "the concentration of attention or energy on something", "direction"], ["centering", "the concentration of attention or energy on something", "centering"]]}, {"answer": "focussing", "hint": "synonyms for focussing", "clues": [["focus", "the concentration of attention or energy on something", "focus"], ["focal point", "the concentration of attention or energy on something", "focal point"], ["direction", "the concentration of attention or energy on something", "direction"], ["centering", "the concentration of attention or energy on something", "centering"]]}, {"answer": "foetor", "hint": "synonyms for foetor", "clues": [["fetor", "a distinctive odor that is offensively unpleasant", "fetor"], ["mephitis", "a distinctive odor that is offensively unpleasant", "mephitis"], ["stench", "a distinctive odor that is offensively unpleasant", "stench"], ["stink", "a distinctive odor that is offensively unpleasant", "stink"], ["malodour", "a distinctive odor that is offensively unpleasant", "malodour"], ["reek", "a distinctive odor that is offensively unpleasant", "reek"]]}, {"answer": "fogginess", "hint": "synonyms for fogginess", "clues": [["indistinctness", "the quality of being indistinct and without sharp outlines", "indistinctness"], ["fuzziness", "the quality of being indistinct and without sharp outlines", "fuzziness"], ["blurriness", "the quality of being indistinct and without sharp outlines", "blurriness"], ["softness", "the quality of being indistinct and without sharp outlines", "softness"]]}, {"answer": "folacin", "hint": "synonyms for folacin", "clues": [["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction", "vitamin Bc"], ["folic acid", "a B vitamin that is essential for cell growth and reproduction", "folic acid"], ["pteroylmonoglutamic acid", "a B vitamin that is essential for cell growth and reproduction", "pteroylmonoglutamic acid"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction", "vitamin M"], ["folate", "a B vitamin that is essential for cell growth and reproduction", "folate"]]}, {"answer": "folate", "hint": "synonyms for folate", "clues": [["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction", "vitamin Bc"], ["folic acid", "a B vitamin that is essential for cell growth and reproduction", "folic acid"], ["pteroylmonoglutamic acid", "a B vitamin that is essential for cell growth and reproduction", "pteroylmonoglutamic acid"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction", "vitamin M"], ["folacin", "a B vitamin that is essential for cell growth and reproduction", "folacin"]]}, {"answer": "fold", "hint": "synonyms for fold", "clues": [["flexure", "an angular or rounded shape made by folding", "flexure"], ["crimp", "an angular or rounded shape made by folding", "crimp"], ["faithful", "a group of people who adhere to a common faith and habitually attend a given church", "faithful"], ["plication", "an angular or rounded shape made by folding", "plication"], ["sheep pen", "a pen for sheep", "sheep pen"], ["congregation", "a group of people who adhere to a common faith and habitually attend a given church", "congregation"], ["sheepfold", "a pen for sheep", "sheepfold"], ["folding", "a geological process that causes a bend in a stratum of rock", "folding"], ["sheepcote", "a pen for sheep", "sheepcote"], ["crease", "an angular or rounded shape made by folding", "crease"], ["flock", "a group of sheep or goats", "flock"], ["bend", "an angular or rounded shape made by folding", "bend"]]}, {"answer": "folder", "hint": "synonyms for folder", "clues": [["brochure", "a small book usually having a paper cover", "brochure"], ["leaflet", "a small book usually having a paper cover", "leaflet"], ["booklet", "a small book usually having a paper cover", "booklet"], ["pamphlet", "a small book usually having a paper cover", "pamphlet"]]}, {"answer": "folderal", "hint": "synonyms for folderal", "clues": [["gimcrackery", "ornamental objects of no great value", "gimcrackery"], ["nonsense", "ornamental objects of no great value", "nonsense"], ["frill", "ornamental objects of no great value", "frill"], ["gimcrack", "ornamental objects of no great value", "gimcrack"], ["falderol", "ornamental objects of no great value", "falderol"], ["trumpery", "ornamental objects of no great value", "trumpery"]]}, {"answer": "folderol", "hint": "synonyms for folderol", "clues": [["codswallop", "nonsensical talk or writing", "codswallop"], ["trash", "nonsensical talk or writing", "trash"], ["wish-wash", "nonsensical talk or writing", "wish-wash"], ["rubbish", "nonsensical talk or writing", "rubbish"], ["applesauce", "nonsensical talk or writing", "applesauce"], ["trumpery", "nonsensical talk or writing", "trumpery"], ["tripe", "nonsensical talk or writing", "tripe"]]}, {"answer": "folic_acid", "hint": "synonyms for folic acid", "clues": [["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction", "vitamin Bc"], ["pteroylmonoglutamic acid", "a B vitamin that is essential for cell growth and reproduction", "pteroylmonoglutamic acid"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction", "vitamin M"], ["folacin", "a B vitamin that is essential for cell growth and reproduction", "folacin"], ["folate", "a B vitamin that is essential for cell growth and reproduction", "folate"]]}, {"answer": "folio", "hint": "synonyms for folio", "clues": [["pagination", "the system of numbering pages", "pagination"], ["page number", "the system of numbering pages", "page number"], ["leaf", "a sheet of any written or printed material (especially in a manuscript or book)", "leaf"], ["paging", "the system of numbering pages", "paging"]]}, {"answer": "folk", "hint": "synonyms for folk", "clues": [["kinsfolk", "people descended from a common ancestor", "kinsfolk"], ["common people", "people in general (often used in the plural)", "common people"], ["family line", "people descended from a common ancestor", "family line"], ["folk music", "the traditional and typically anonymous music that is an expression of the life of people in a community", "folk music"], ["phratry", "people descended from a common ancestor", "phratry"], ["tribe", "a social division of (usually preliterate) people", "tribe"], ["sept", "people descended from a common ancestor", "sept"], ["folks", "people in general (often used in the plural)", "folks"], ["family", "people descended from a common ancestor", "family"], ["ethnic music", "the traditional and typically anonymous music that is an expression of the life of people in a community", "ethnic music"]]}, {"answer": "folks", "hint": "synonyms for folks", "clues": [["folk", "a social division of (usually preliterate) people", "folk"], ["kinsfolk", "people descended from a common ancestor", "kinsfolk"], ["common people", "people in general (often used in the plural)", "common people"], ["family line", "people descended from a common ancestor", "family line"], ["folk music", "the traditional and typically anonymous music that is an expression of the life of people in a community", "folk music"], ["phratry", "people descended from a common ancestor", "phratry"], ["tribe", "a social division of (usually preliterate) people", "tribe"], ["sept", "people descended from a common ancestor", "sept"], ["family", "people descended from a common ancestor", "family"], ["ethnic music", "the traditional and typically anonymous music that is an expression of the life of people in a community", "ethnic music"]]}, {"answer": "follies", "hint": "synonyms for follies", "clues": [["foolishness", "the trait of acting stupidly or rashly", "foolishness"], ["folly", "the quality of being rash and foolish", "folly"], ["madness", "the quality of being rash and foolish", "madness"], ["unwiseness", "the trait of acting stupidly or rashly", "unwiseness"], ["betise", "a stupid mistake", "betise"], ["imbecility", "a stupid mistake", "imbecility"], ["tomfoolery", "foolish or senseless behavior", "tomfoolery"], ["craziness", "the quality of being rash and foolish", "craziness"], ["foolery", "foolish or senseless behavior", "foolery"], ["lunacy", "foolish or senseless behavior", "lunacy"], ["indulgence", "foolish or senseless behavior", "indulgence"], ["stupidity", "a stupid mistake", "stupidity"]]}, {"answer": "folly", "hint": "synonyms for folly", "clues": [["foolishness", "the trait of acting stupidly or rashly", "foolishness"], ["madness", "the quality of being rash and foolish", "madness"], ["betise", "a stupid mistake", "betise"], ["unwiseness", "the trait of acting stupidly or rashly", "unwiseness"], ["imbecility", "a stupid mistake", "imbecility"], ["tomfoolery", "foolish or senseless behavior", "tomfoolery"], ["foolery", "foolish or senseless behavior", "foolery"], ["craziness", "the quality of being rash and foolish", "craziness"], ["lunacy", "foolish or senseless behavior", "lunacy"], ["indulgence", "foolish or senseless behavior", "indulgence"], ["stupidity", "a stupid mistake", "stupidity"]]}, {"answer": "fondling", "hint": "synonyms for fondling", "clues": [["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "fondness", "hint": "synonyms for fondness", "clues": [["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["affectionateness", "a quality proceeding from feelings of affection or love", "affectionateness"], ["lovingness", "a quality proceeding from feelings of affection or love", "lovingness"], ["partiality", "a predisposition to like something", "partiality"], ["fancy", "a predisposition to like something", "fancy"], ["heart", "a positive feeling of liking", "heart"], ["tenderness", "a positive feeling of liking", "tenderness"], ["philia", "a positive feeling of liking", "philia"], ["affection", "a positive feeling of liking", "affection"], ["warmness", "a positive feeling of liking", "warmness"], ["warmth", "a quality proceeding from feelings of affection or love", "warmth"]]}, {"answer": "font", "hint": "synonyms for font", "clues": [["baptistry", "bowl for baptismal water", "baptistry"], ["fount", "a specific size and style of type within a type family", "fount"], ["face", "a specific size and style of type within a type family", "face"], ["typeface", "a specific size and style of type within a type family", "typeface"], ["case", "a specific size and style of type within a type family", "case"], ["baptismal font", "bowl for baptismal water", "baptismal font"]]}, {"answer": "food", "hint": "synonyms for food", "clues": [["intellectual nourishment", "anything that provides mental stimulus for thinking", "intellectual nourishment"], ["nutrient", "any substance that can be metabolized by an animal to give energy and build tissue", "nutrient"], ["food for thought", "anything that provides mental stimulus for thinking", "food for thought"], ["solid food", "any solid substance (as opposed to liquid) that is used as a source of nourishment", "solid food"]]}, {"answer": "foolery", "hint": "synonyms for foolery", "clues": [["lunacy", "foolish or senseless behavior", "lunacy"], ["folly", "foolish or senseless behavior", "folly"], ["indulgence", "foolish or senseless behavior", "indulgence"], ["tomfoolery", "foolish or senseless behavior", "tomfoolery"], ["craziness", "foolish or senseless behavior", "craziness"]]}, {"answer": "foolishness", "hint": "synonyms for foolishness", "clues": [["folly", "the quality of being rash and foolish", "folly"], ["madness", "the quality of being rash and foolish", "madness"], ["unwiseness", "the trait of acting stupidly or rashly", "unwiseness"], ["betise", "a stupid mistake", "betise"], ["imbecility", "a stupid mistake", "imbecility"], ["craziness", "the quality of being rash and foolish", "craziness"], ["stupidity", "a stupid mistake", "stupidity"]]}, {"answer": "foot", "hint": "synonyms for foot", "clues": [["foundation", "lowest support of a structure", "foundation"], ["metrical unit", "(prosody) a group of 2 or 3 syllables forming the basic unit of poetic rhythm", "metrical unit"], ["base", "lowest support of a structure", "base"], ["fundament", "lowest support of a structure", "fundament"], ["substructure", "lowest support of a structure", "substructure"], ["metrical foot", "(prosody) a group of 2 or 3 syllables forming the basic unit of poetic rhythm", "metrical foot"], ["infantry", "an army unit consisting of soldiers who fight on foot", "infantry"], ["ft", "a linear unit of length equal to 12 inches or a third of a yard", "ft"], ["understructure", "lowest support of a structure", "understructure"], ["groundwork", "lowest support of a structure", "groundwork"]]}, {"answer": "footstep", "hint": "synonyms for footstep", "clues": [["step", "the distance covered by a step", "step"], ["footfall", "the sound of a step of someone walking", "footfall"], ["stride", "the distance covered by a step", "stride"], ["pace", "the distance covered by a step", "pace"]]}, {"answer": "forage", "hint": "synonyms for forage", "clues": [["pasturage", "bulky food like grass or hay for browsing or grazing horses or cattle", "pasturage"], ["foraging", "the act of searching for food and provisions", "foraging"], ["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle", "eatage"], ["grass", "bulky food like grass or hay for browsing or grazing horses or cattle", "grass"]]}, {"answer": "forbiddance", "hint": "synonyms for forbiddance", "clues": [["forbidding", "an official prohibition or edict against something", "forbidding"], ["prohibition", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)", "prohibition"], ["inhibition", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)", "inhibition"], ["banning", "an official prohibition or edict against something", "banning"], ["ban", "an official prohibition or edict against something", "ban"]]}, {"answer": "force", "hint": "synonyms for force", "clues": [["force play", "a putout of a base runner who is required to run; the putout is accomplished by holding the ball while touching the base to which the runner must advance before the runner reaches that base", "force play"], ["forcefulness", "physical energy or intensity", "forcefulness"], ["force out", "a putout of a base runner who is required to run; the putout is accomplished by holding the ball while touching the base to which the runner must advance before the runner reaches that base", "force out"], ["effect", "(of a law) having legal validity", "effect"], ["military unit", "a unit that is part of some military service", "military unit"], ["strength", "physical energy or intensity", "strength"], ["military group", "a unit that is part of some military service", "military group"], ["personnel", "group of people willing to obey orders", "personnel"], ["military force", "a unit that is part of some military service", "military force"], ["violence", "an act of aggression (as one against a person who resists)", "violence"]]}, {"answer": "force-feed_lubricating_system", "hint": "synonyms for force-feed lubricating system", "clues": [["lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "lubricating system"], ["force feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "force feed"], ["pressure-feed lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "pressure-feed lubricating system"], ["pressure feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "pressure feed"]]}, {"answer": "force_majeure", "hint": "synonyms for force majeure", "clues": [["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events", "unavoidable casualty"], ["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events", "inevitable accident"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events", "act of God"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events", "vis major"]]}, {"answer": "foreign_mission", "hint": "synonyms for foreign mission", "clues": [["missionary post", "an organization of missionaries in a foreign land sent to carry on religious work", "missionary post"], ["mission", "an organization of missionaries in a foreign land sent to carry on religious work", "mission"], ["legation", "a permanent diplomatic mission headed by a minister", "legation"], ["missionary station", "an organization of missionaries in a foreign land sent to carry on religious work", "missionary station"]]}, {"answer": "forerunner", "hint": "synonyms for forerunner", "clues": [["precursor", "something that precedes and indicates the approach of something or someone", "precursor"], ["herald", "something that precedes and indicates the approach of something or someone", "herald"], ["harbinger", "something that precedes and indicates the approach of something or someone", "harbinger"], ["predecessor", "something that precedes and indicates the approach of something or someone", "predecessor"], ["antecedent", "anything that precedes something similar in time", "antecedent"]]}, {"answer": "foresight", "hint": "synonyms for foresight", "clues": [["prospicience", "seeing ahead; knowing in advance; foreseeing", "prospicience"], ["foresightedness", "providence by virtue of planning prudently for the future", "foresightedness"], ["prevision", "seeing ahead; knowing in advance; foreseeing", "prevision"], ["foresightfulness", "providence by virtue of planning prudently for the future", "foresightfulness"]]}, {"answer": "forest", "hint": "synonyms for forest", "clues": [["wood", "the trees and other plants in a large densely wooded area", "wood"], ["timber", "land that is covered with trees and shrubs", "timber"], ["woodland", "land that is covered with trees and shrubs", "woodland"], ["timberland", "land that is covered with trees and shrubs", "timberland"]]}, {"answer": "foretelling", "hint": "synonyms for foretelling", "clues": [["forecasting", "a statement made about the future", "forecasting"], ["prediction", "a statement made about the future", "prediction"], ["soothsaying", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means", "soothsaying"], ["fortune telling", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means", "fortune telling"], ["divination", "the art or gift of prophecy (or the pretense of prophecy) by supernatural means", "divination"], ["prognostication", "a statement made about the future", "prognostication"]]}, {"answer": "forethought", "hint": "synonyms for forethought", "clues": [["care", "judiciousness in avoiding harm or danger", "care"], ["precaution", "judiciousness in avoiding harm or danger", "precaution"], ["caution", "judiciousness in avoiding harm or danger", "caution"], ["premeditation", "planning or plotting in advance of acting", "premeditation"]]}, {"answer": "forget_me_drug", "hint": "synonyms for forget me drug", "clues": [["circle", "street names for flunitrazepan", "circle"], ["rophy", "street names for flunitrazepan", "rophy"], ["roofy", "street names for flunitrazepan", "roofy"], ["roach", "street names for flunitrazepan", "roach"], ["rope", "street names for flunitrazepan", "rope"]]}, {"answer": "fork", "hint": "synonyms for fork", "clues": [["crotch", "the region of the angle formed by the junction of two branches", "crotch"], ["ramification", "the act of branching out or dividing into branches", "ramification"], ["forking", "the act of branching out or dividing into branches", "forking"], ["branching", "the act of branching out or dividing into branches", "branching"]]}, {"answer": "forking", "hint": "synonyms for forking", "clues": [["furcation", "the place where something divides into branches", "furcation"], ["ramification", "the act of branching out or dividing into branches", "ramification"], ["fork", "the act of branching out or dividing into branches", "fork"], ["branching", "the act of branching out or dividing into branches", "branching"]]}, {"answer": "form", "hint": "synonyms for form", "clues": [["mannikin", "a life-size dummy used to display clothes", "mannikin"], ["shape", "the visual appearance of something or someone", "shape"], ["descriptor", "the phonological or orthographic sound or appearance of a word that can be used to describe or identify something", "descriptor"], ["mannequin", "a life-size dummy used to display clothes", "mannequin"], ["class", "a body of students who are taught together", "class"], ["configuration", "any spatial attributes (especially as defined by outline)", "configuration"], ["kind", "a category of things distinguished by some common characteristic or quality", "kind"], ["cast", "the visual appearance of something or someone", "cast"], ["course", "a body of students who are taught together", "course"], ["variant", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "variant"], ["grade", "a body of students who are taught together", "grade"], ["strain", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "strain"], ["word form", "the phonological or orthographic sound or appearance of a word that can be used to describe or identify something", "word form"], ["sort", "a category of things distinguished by some common characteristic or quality", "sort"], ["contour", "any spatial attributes (especially as defined by outline)", "contour"], ["pattern", "a perceptual structure", "pattern"], ["manakin", "a life-size dummy used to display clothes", "manakin"], ["variety", "a category of things distinguished by some common characteristic or quality", "variety"], ["conformation", "any spatial attributes (especially as defined by outline)", "conformation"], ["signifier", "the phonological or orthographic sound or appearance of a word that can be used to describe or identify something", "signifier"], ["var.", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "var."]]}, {"answer": "formation", "hint": "synonyms for formation", "clues": [["organisation", "the act of forming or establishing something", "organisation"], ["establishment", "the act of forming or establishing something", "establishment"], ["geological formation", "(geology) the geological features of the earth", "geological formation"], ["constitution", "the act of forming or establishing something", "constitution"], ["shaping", "the act of fabricating something in a particular shape", "shaping"]]}, {"answer": "formula", "hint": "synonyms for formula", "clues": [["rule", "something regarded as a normative example", "rule"], ["normal", "something regarded as a normative example", "normal"], ["recipe", "directions for making something", "recipe"], ["chemical formula", "a representation of a substance using symbols for its constituent elements", "chemical formula"], ["convention", "something regarded as a normative example", "convention"], ["expression", "a group of symbols that make a mathematical statement", "expression"], ["pattern", "something regarded as a normative example", "pattern"]]}, {"answer": "forthrightness", "hint": "synonyms for forthrightness", "clues": [["candidness", "the quality of being honest and straightforward in attitude and speech", "candidness"], ["candor", "the quality of being honest and straightforward in attitude and speech", "candor"], ["frankness", "the quality of being honest and straightforward in attitude and speech", "frankness"], ["directness", "the quality of being honest and straightforward in attitude and speech", "directness"]]}, {"answer": "forties", "hint": "synonyms for forties", "clues": [["forty", "the cardinal number that is the product of ten and four", "forty"], ["40", "the cardinal number that is the product of ten and four", "40"], ["mid-forties", "the time of life between 40 and 50", "mid-forties"], ["1940s", "the decade from 1940 to 1949", "1940s"]]}, {"answer": "forty_winks", "hint": "synonyms for forty winks", "clues": [["catnap", "sleeping for a short period of time (usually not in bed)", "catnap"], ["snooze", "sleeping for a short period of time (usually not in bed)", "snooze"], ["cat sleep", "sleeping for a short period of time (usually not in bed)", "cat sleep"], ["nap", "sleeping for a short period of time (usually not in bed)", "nap"], ["short sleep", "sleeping for a short period of time (usually not in bed)", "short sleep"]]}, {"answer": "forward_motion", "hint": "synonyms for forward motion", "clues": [["procession", "the act of moving forward (as toward a goal)", "procession"], ["onward motion", "the act of moving forward (as toward a goal)", "onward motion"], ["advancement", "the act of moving forward (as toward a goal)", "advancement"], ["progress", "the act of moving forward (as toward a goal)", "progress"], ["advance", "the act of moving forward (as toward a goal)", "advance"]]}, {"answer": "forwardness", "hint": "synonyms for forwardness", "clues": [["zeal", "prompt willingness", "zeal"], ["readiness", "prompt willingness", "readiness"], ["eagerness", "prompt willingness", "eagerness"], ["pushiness", "offensive boldness and assertiveness", "pushiness"], ["bumptiousness", "offensive boldness and assertiveness", "bumptiousness"], ["cockiness", "offensive boldness and assertiveness", "cockiness"]]}, {"answer": "fossil_oil", "hint": "synonyms for fossil oil", "clues": [["petroleum", "a dark oil consisting mainly of hydrocarbons", "petroleum"], ["oil", "a dark oil consisting mainly of hydrocarbons", "oil"], ["rock oil", "a dark oil consisting mainly of hydrocarbons", "rock oil"], ["crude", "a dark oil consisting mainly of hydrocarbons", "crude"], ["crude oil", "a dark oil consisting mainly of hydrocarbons", "crude oil"]]}, {"answer": "fosterage", "hint": "synonyms for fosterage", "clues": [["rearing", "helping someone grow up to be an accepted member of the community", "rearing"], ["fostering", "helping someone grow up to be an accepted member of the community", "fostering"], ["nurture", "helping someone grow up to be an accepted member of the community", "nurture"], ["raising", "helping someone grow up to be an accepted member of the community", "raising"], ["upbringing", "helping someone grow up to be an accepted member of the community", "upbringing"], ["bringing up", "helping someone grow up to be an accepted member of the community", "bringing up"], ["breeding", "helping someone grow up to be an accepted member of the community", "breeding"]]}, {"answer": "fostering", "hint": "synonyms for fostering", "clues": [["fosterage", "encouragement; aiding the development of something", "fosterage"], ["rearing", "helping someone grow up to be an accepted member of the community", "rearing"], ["nurture", "helping someone grow up to be an accepted member of the community", "nurture"], ["raising", "helping someone grow up to be an accepted member of the community", "raising"], ["upbringing", "helping someone grow up to be an accepted member of the community", "upbringing"], ["bringing up", "helping someone grow up to be an accepted member of the community", "bringing up"], ["breeding", "helping someone grow up to be an accepted member of the community", "breeding"]]}, {"answer": "foul-up", "hint": "synonyms for foul-up", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "foul_shot", "hint": "synonyms for foul shot", "clues": [["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity throw"], ["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity shot"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity toss"], ["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "penalty free throw"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "free throw"]]}, {"answer": "foulness", "hint": "synonyms for foulness", "clues": [["raininess", "(of weather) the badness of the weather", "raininess"], ["stinkiness", "the attribute of having a strong offensive smell", "stinkiness"], ["malodorousness", "the attribute of having a strong offensive smell", "malodorousness"], ["rankness", "the attribute of having a strong offensive smell", "rankness"], ["fetidness", "the attribute of having a strong offensive smell", "fetidness"]]}, {"answer": "foundation", "hint": "synonyms for foundation", "clues": [["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained", "fundament"], ["base", "lowest support of a structure", "base"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["grounding", "education or instruction in the fundamentals of a field of knowledge", "grounding"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["groundwork", "the fundamental assumptions from which something is begun or developed or calculated or explained", "groundwork"], ["creation", "the act of starting something for the first time; introducing something new", "creation"], ["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["origination", "the act of starting something for the first time; introducing something new", "origination"], ["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained", "basis"], ["substructure", "lowest support of a structure", "substructure"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained", "cornerstone"], ["foundation garment", "a woman's undergarment worn to give shape to the contours of the body", "foundation garment"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["foot", "lowest support of a structure", "foot"], ["understructure", "lowest support of a structure", "understructure"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"]]}, {"answer": "founding", "hint": "synonyms for founding", "clues": [["creation", "the act of starting something for the first time; introducing something new", "creation"], ["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"], ["origination", "the act of starting something for the first time; introducing something new", "origination"]]}, {"answer": "fount", "hint": "synonyms for fount", "clues": [["fountain", "a plumbing fixture that provides a flow of water", "fountain"], ["face", "a specific size and style of type within a type family", "face"], ["typeface", "a specific size and style of type within a type family", "typeface"], ["case", "a specific size and style of type within a type family", "case"], ["font", "a specific size and style of type within a type family", "font"]]}, {"answer": "fountain", "hint": "synonyms for fountain", "clues": [["fount", "a plumbing fixture that provides a flow of water", "fount"], ["natural spring", "a natural flow of ground water", "natural spring"], ["spring", "a natural flow of ground water", "spring"], ["outflow", "a natural flow of ground water", "outflow"], ["jet", "an artificially produced flow of water", "jet"], ["outpouring", "a natural flow of ground water", "outpouring"]]}, {"answer": "fountainhead", "hint": "synonyms for fountainhead", "clues": [["well", "an abundant source", "well"], ["headspring", "the source of water from which a stream arises", "headspring"], ["wellspring", "an abundant source", "wellspring"], ["head", "the source of water from which a stream arises", "head"]]}, {"answer": "foursome", "hint": "synonyms for foursome", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "fourth_part", "hint": "synonyms for fourth part", "clues": [["quarter", "one of four equal parts", "quarter"], ["one-quarter", "one of four equal parts", "one-quarter"], ["one-fourth", "one of four equal parts", "one-fourth"], ["twenty-five percent", "one of four equal parts", "twenty-five percent"], ["fourth", "one of four equal parts", "fourth"]]}, {"answer": "foxiness", "hint": "synonyms for foxiness", "clues": [["wiliness", "shrewdness as demonstrated by being skilled in deception", "wiliness"], ["craft", "shrewdness as demonstrated by being skilled in deception", "craft"], ["slyness", "shrewdness as demonstrated by being skilled in deception", "slyness"], ["craftiness", "shrewdness as demonstrated by being skilled in deception", "craftiness"], ["cunning", "shrewdness as demonstrated by being skilled in deception", "cunning"], ["guile", "shrewdness as demonstrated by being skilled in deception", "guile"]]}, {"answer": "foyer", "hint": "synonyms for foyer", "clues": [["antechamber", "a large entrance or reception room or area", "antechamber"], ["lobby", "a large entrance or reception room or area", "lobby"], ["vestibule", "a large entrance or reception room or area", "vestibule"], ["hall", "a large entrance or reception room or area", "hall"], ["entrance hall", "a large entrance or reception room or area", "entrance hall"], ["anteroom", "a large entrance or reception room or area", "anteroom"]]}, {"answer": "fracture", "hint": "synonyms for fracture", "clues": [["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "shift"], ["cracking", "the act of cracking something", "cracking"], ["fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fault"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "geological fault"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "break"]]}, {"answer": "fragility", "hint": "synonyms for fragility", "clues": [["frangibility", "quality of being easily damaged or destroyed", "frangibility"], ["delicacy", "lack of physical strength", "delicacy"], ["frangibleness", "quality of being easily damaged or destroyed", "frangibleness"], ["breakability", "quality of being easily damaged or destroyed", "breakability"]]}, {"answer": "fragrance", "hint": "synonyms for fragrance", "clues": [["scent", "a distinctive odor that is pleasant", "scent"], ["redolence", "a pleasingly sweet olfactory property", "redolence"], ["perfume", "a distinctive odor that is pleasant", "perfume"], ["sweetness", "a pleasingly sweet olfactory property", "sweetness"], ["aroma", "a distinctive odor that is pleasant", "aroma"], ["bouquet", "a pleasingly sweet olfactory property", "bouquet"], ["fragrancy", "a pleasingly sweet olfactory property", "fragrancy"]]}, {"answer": "fragrancy", "hint": "synonyms for fragrancy", "clues": [["sweetness", "a pleasingly sweet olfactory property", "sweetness"], ["bouquet", "a pleasingly sweet olfactory property", "bouquet"], ["fragrance", "a pleasingly sweet olfactory property", "fragrance"], ["redolence", "a pleasingly sweet olfactory property", "redolence"]]}, {"answer": "frame", "hint": "synonyms for frame", "clues": [["inning", "(baseball) one of nine divisions of play during which each team has a turn at bat", "inning"], ["underframe", "the internal supporting structure that gives an artifact its shape", "underframe"], ["frame of reference", "a system of assumptions and standards that sanction behavior and give it meaning", "frame of reference"], ["skeletal frame", "the internal supporting structure that gives an artifact its shape", "skeletal frame"], ["skeleton", "the internal supporting structure that gives an artifact its shape", "skeleton"], ["framing", "a framework that supports and protects a picture or a mirror", "framing"]]}, {"answer": "frame_of_reference", "hint": "synonyms for frame of reference", "clues": [["frame", "a system of assumptions and standards that sanction behavior and give it meaning", "frame"], ["coordinate system", "a system that uses coordinates to establish position", "coordinate system"], ["reference system", "a system that uses coordinates to establish position", "reference system"], ["reference frame", "a system that uses coordinates to establish position", "reference frame"]]}, {"answer": "frankfurter", "hint": "synonyms for frankfurter", "clues": [["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "weenie"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "dog"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hot dog"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wiener"], ["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frank"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wienerwurst"]]}, {"answer": "frankness", "hint": "synonyms for frankness", "clues": [["candidness", "the quality of being honest and straightforward in attitude and speech", "candidness"], ["candor", "the quality of being honest and straightforward in attitude and speech", "candor"], ["forthrightness", "the quality of being honest and straightforward in attitude and speech", "forthrightness"], ["outspokenness", "the trait of being blunt and outspoken", "outspokenness"], ["directness", "the quality of being honest and straightforward in attitude and speech", "directness"]]}, {"answer": "fraud", "hint": "synonyms for fraud", "clues": [["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage", "dupery"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage", "put-on"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraudulence"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage", "humbug"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage", "hoax"]]}, {"answer": "fraudulence", "hint": "synonyms for fraudulence", "clues": [["deceit", "the quality of being fraudulent", "deceit"], ["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage", "dupery"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraud"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage", "put-on"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage", "humbug"], ["duplicity", "a fraudulent or duplicitous representation", "duplicity"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage", "hoax"]]}, {"answer": "free_throw", "hint": "synonyms for free throw", "clues": [["penalty free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "penalty free throw"], ["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity throw"], ["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity shot"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity toss"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "foul shot"]]}, {"answer": "freeway", "hint": "synonyms for freeway", "clues": [["superhighway", "a broad highway designed for high-speed traffic", "superhighway"], ["motorway", "a broad highway designed for high-speed traffic", "motorway"], ["state highway", "a broad highway designed for high-speed traffic", "state highway"], ["thruway", "a broad highway designed for high-speed traffic", "thruway"], ["pike", "a broad highway designed for high-speed traffic", "pike"], ["expressway", "a broad highway designed for high-speed traffic", "expressway"], ["throughway", "a broad highway designed for high-speed traffic", "throughway"]]}, {"answer": "freight", "hint": "synonyms for freight", "clues": [["cargo", "goods carried by a large vehicle", "cargo"], ["payload", "goods carried by a large vehicle", "payload"], ["lading", "goods carried by a large vehicle", "lading"], ["shipment", "goods carried by a large vehicle", "shipment"], ["freightage", "the charge for transporting something by common carrier", "freightage"], ["freight rate", "the charge for transporting something by common carrier", "freight rate"], ["load", "goods carried by a large vehicle", "load"], ["consignment", "goods carried by a large vehicle", "consignment"]]}, {"answer": "frequency", "hint": "synonyms for frequency", "clues": [["relative frequency", "the ratio of the number of observations in a statistical category to the total number of observations", "relative frequency"], ["oftenness", "the number of occurrences within a given time period", "oftenness"], ["frequence", "the number of occurrences within a given time period", "frequence"], ["absolute frequency", "the number of observations in a given statistical category", "absolute frequency"]]}, {"answer": "freshness", "hint": "synonyms for freshness", "clues": [["impudence", "the trait of being rude and impertinent; inclined to take liberties", "impudence"], ["novelty", "originality by virtue of being refreshingly novel", "novelty"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties", "cheekiness"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties", "insolence"], ["crust", "the trait of being rude and impertinent; inclined to take liberties", "crust"], ["gall", "the trait of being rude and impertinent; inclined to take liberties", "gall"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties", "impertinence"]]}, {"answer": "fretfulness", "hint": "synonyms for fretfulness", "clues": [["irritability", "an irritable petulant feeling", "irritability"], ["crossness", "an irritable petulant feeling", "crossness"], ["fussiness", "an irritable petulant feeling", "fussiness"], ["peevishness", "an irritable petulant feeling", "peevishness"], ["petulance", "an irritable petulant feeling", "petulance"], ["choler", "an irritable petulant feeling", "choler"]]}, {"answer": "frigidity", "hint": "synonyms for frigidity", "clues": [["iciness", "a lack of affection or enthusiasm", "iciness"], ["cold", "the absence of heat", "cold"], ["frigidness", "a lack of affection or enthusiasm", "frigidness"], ["coldness", "a lack of affection or enthusiasm", "coldness"], ["low temperature", "the absence of heat", "low temperature"], ["chilliness", "a lack of affection or enthusiasm", "chilliness"]]}, {"answer": "frigidness", "hint": "synonyms for frigidness", "clues": [["frigidity", "sexual unresponsiveness (especially of women) and inability to achieve orgasm during intercourse", "frigidity"], ["cold", "the absence of heat", "cold"], ["iciness", "a lack of affection or enthusiasm", "iciness"], ["coldness", "a lack of affection or enthusiasm", "coldness"], ["low temperature", "the absence of heat", "low temperature"], ["chilliness", "a lack of affection or enthusiasm", "chilliness"]]}, {"answer": "frill", "hint": "synonyms for frill", "clues": [["furbelow", "a strip of pleated material used as a decoration or a trim", "furbelow"], ["gimcrackery", "ornamental objects of no great value", "gimcrackery"], ["nonsense", "ornamental objects of no great value", "nonsense"], ["ruffle", "a strip of pleated material used as a decoration or a trim", "ruffle"], ["folderal", "ornamental objects of no great value", "folderal"], ["flounce", "a strip of pleated material used as a decoration or a trim", "flounce"], ["gimcrack", "ornamental objects of no great value", "gimcrack"], ["falderol", "ornamental objects of no great value", "falderol"], ["trumpery", "ornamental objects of no great value", "trumpery"]]}, {"answer": "fringe", "hint": "synonyms for fringe", "clues": [["periphery", "the outside boundary or surface of something", "periphery"], ["outskirt", "a part of the city far removed from the center", "outskirt"], ["interference fringe", "one of the light or dark bands produced by the interference and diffraction of light", "interference fringe"], ["outer boundary", "the outside boundary or surface of something", "outer boundary"]]}, {"answer": "frisson", "hint": "synonyms for frisson", "clues": [["chill", "an almost pleasurable sensation of fright", "chill"], ["shudder", "an almost pleasurable sensation of fright", "shudder"], ["quiver", "an almost pleasurable sensation of fright", "quiver"], ["shiver", "an almost pleasurable sensation of fright", "shiver"], ["tingle", "an almost pleasurable sensation of fright", "tingle"], ["thrill", "an almost pleasurable sensation of fright", "thrill"]]}, {"answer": "frivolity", "hint": "synonyms for frivolity", "clues": [["harlequinade", "acting like a clown or buffoon", "harlequinade"], ["frippery", "something of little value or significance", "frippery"], ["frivolousness", "the trait of being frivolous; not serious or sensible", "frivolousness"], ["fluff", "something of little value or significance", "fluff"], ["clowning", "acting like a clown or buffoon", "clowning"], ["bagatelle", "something of little value or significance", "bagatelle"], ["japery", "acting like a clown or buffoon", "japery"], ["prank", "acting like a clown or buffoon", "prank"], ["buffoonery", "acting like a clown or buffoon", "buffoonery"]]}, {"answer": "frolic", "hint": "synonyms for frolic", "clues": [["romp", "gay or light-hearted recreational activity for diversion or amusement", "romp"], ["caper", "gay or light-hearted recreational activity for diversion or amusement", "caper"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement", "gambol"], ["play", "gay or light-hearted recreational activity for diversion or amusement", "play"]]}, {"answer": "frost", "hint": "synonyms for frost", "clues": [["rime", "ice crystals forming a white deposit (especially on objects outside)", "rime"], ["freeze", "weather cold enough to cause freezing", "freeze"], ["icing", "the formation of frost or ice on a surface", "icing"], ["hoar", "ice crystals forming a white deposit (especially on objects outside)", "hoar"], ["hoarfrost", "ice crystals forming a white deposit (especially on objects outside)", "hoarfrost"]]}, {"answer": "frost_mist", "hint": "synonyms for frost mist", "clues": [["poudrin", "small crystals of ice", "poudrin"], ["diamond dust", "small crystals of ice", "diamond dust"], ["frost snow", "small crystals of ice", "frost snow"], ["ice crystal", "small crystals of ice", "ice crystal"], ["snow mist", "small crystals of ice", "snow mist"], ["ice needle", "small crystals of ice", "ice needle"]]}, {"answer": "frost_snow", "hint": "synonyms for frost snow", "clues": [["frost mist", "small crystals of ice", "frost mist"], ["diamond dust", "small crystals of ice", "diamond dust"], ["poudrin", "small crystals of ice", "poudrin"], ["ice crystal", "small crystals of ice", "ice crystal"], ["snow mist", "small crystals of ice", "snow mist"], ["ice needle", "small crystals of ice", "ice needle"]]}, {"answer": "fuck", "hint": "synonyms for fuck", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"]]}, {"answer": "fuckup", "hint": "synonyms for fuckup", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["pratfall", "an embarrassing mistake", "pratfall"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "fuel-air_bomb", "hint": "synonyms for fuel-air bomb", "clues": [["thermobaric bomb", "a bomb that uses a fuel-air explosive", "thermobaric bomb"], ["volume-detonation bomb", "a bomb that uses a fuel-air explosive", "volume-detonation bomb"], ["vacuum bomb", "a bomb that uses a fuel-air explosive", "vacuum bomb"], ["aerosol bomb", "a bomb that uses a fuel-air explosive", "aerosol bomb"]]}, {"answer": "full_dress", "hint": "synonyms for full dress", "clues": [["tailcoat", "formalwear consisting of full evening dress for men", "tailcoat"], ["white tie and tails", "formalwear consisting of full evening dress for men", "white tie and tails"], ["white tie", "formalwear consisting of full evening dress for men", "white tie"], ["tails", "formalwear consisting of full evening dress for men", "tails"], ["dress suit", "formalwear consisting of full evening dress for men", "dress suit"]]}, {"answer": "full_point", "hint": "synonyms for full point", "clues": [["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "period"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "stop"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "point"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full stop"]]}, {"answer": "full_stop", "hint": "synonyms for full stop", "clues": [["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full point"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "point"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "period"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "stop"]]}, {"answer": "fullness", "hint": "synonyms for fullness", "clues": [["mellowness", "the property of a sensation that is rich and pleasing", "mellowness"], ["richness", "the property of a sensation that is rich and pleasing", "richness"], ["voluminousness", "greatness of volume", "voluminousness"], ["voluminosity", "greatness of volume", "voluminosity"]]}, {"answer": "fulsomeness", "hint": "synonyms for fulsomeness", "clues": [["unction", "excessive but superficial compliments given with affected charm", "unction"], ["smarm", "excessive but superficial compliments given with affected charm", "smarm"], ["unctuousness", "smug self-serving earnestness", "unctuousness"], ["smarminess", "smug self-serving earnestness", "smarminess"], ["oiliness", "smug self-serving earnestness", "oiliness"], ["oleaginousness", "smug self-serving earnestness", "oleaginousness"]]}, {"answer": "fumes", "hint": "synonyms for fumes", "clues": [["exhaust", "gases ejected from an engine as waste products", "exhaust"], ["smoke", "a cloud of fine particles suspended in a gas", "smoke"], ["exhaust fumes", "gases ejected from an engine as waste products", "exhaust fumes"], ["fume", "a cloud of fine particles suspended in a gas", "fume"]]}, {"answer": "fun", "hint": "synonyms for fun", "clues": [["sport", "verbal wit or mockery (often at another's expense but not to be taken seriously)", "sport"], ["playfulness", "activities that are enjoyable or amusing", "playfulness"], ["merriment", "activities that are enjoyable or amusing", "merriment"], ["play", "verbal wit or mockery (often at another's expense but not to be taken seriously)", "play"]]}, {"answer": "function", "hint": "synonyms for function", "clues": [["affair", "a vaguely specified social event", "affair"], ["purpose", "what something is used for", "purpose"], ["subroutine", "a set sequence of steps, part of larger computer program", "subroutine"], ["routine", "a set sequence of steps, part of larger computer program", "routine"], ["subprogram", "a set sequence of steps, part of larger computer program", "subprogram"], ["role", "the actions and activities assigned to or required or expected of a person or group", "role"], ["use", "what something is used for", "use"], ["occasion", "a vaguely specified social event", "occasion"], ["part", "the actions and activities assigned to or required or expected of a person or group", "part"], ["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "map"], ["social occasion", "a vaguely specified social event", "social occasion"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mapping"], ["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mathematical function"], ["procedure", "a set sequence of steps, part of larger computer program", "procedure"], ["social function", "a vaguely specified social event", "social function"], ["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "single-valued function"], ["office", "the actions and activities assigned to or required or expected of a person or group", "office"]]}, {"answer": "fund", "hint": "synonyms for fund", "clues": [["stock", "a supply of something available for future use", "stock"], ["investment trust", "a financial institution that sells shares to individuals and invests in securities issued by other companies", "investment trust"], ["investment firm", "a financial institution that sells shares to individuals and invests in securities issued by other companies", "investment firm"], ["investment company", "a financial institution that sells shares to individuals and invests in securities issued by other companies", "investment company"], ["store", "a supply of something available for future use", "store"], ["monetary fund", "a reserve of money set aside for some purpose", "monetary fund"]]}, {"answer": "fundament", "hint": "synonyms for fundament", "clues": [["foundation", "lowest support of a structure", "foundation"], ["base", "lowest support of a structure", "base"], ["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained", "basis"], ["substructure", "lowest support of a structure", "substructure"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained", "cornerstone"], ["foot", "lowest support of a structure", "foot"], ["groundwork", "the fundamental assumptions from which something is begun or developed or calculated or explained", "groundwork"], ["understructure", "lowest support of a structure", "understructure"]]}, {"answer": "fundamental_principle", "hint": "synonyms for fundamental principle", "clues": [["basics", "principles from which other truths can be derived", "basics"], ["bedrock", "principles from which other truths can be derived", "bedrock"], ["basic principle", "principles from which other truths can be derived", "basic principle"], ["fundamentals", "principles from which other truths can be derived", "fundamentals"]]}, {"answer": "fundamentals", "hint": "synonyms for fundamentals", "clues": [["fundamental", "the lowest tone of a harmonic series", "fundamental"], ["fundamental frequency", "the lowest tone of a harmonic series", "fundamental frequency"], ["bedrock", "principles from which other truths can be derived", "bedrock"], ["first harmonic", "the lowest tone of a harmonic series", "first harmonic"], ["basic principle", "principles from which other truths can be derived", "basic principle"], ["fundamental principle", "principles from which other truths can be derived", "fundamental principle"], ["basics", "principles from which other truths can be derived", "basics"]]}, {"answer": "funding", "hint": "synonyms for funding", "clues": [["backing", "financial resources provided to make some project possible", "backing"], ["support", "financial resources provided to make some project possible", "support"], ["financial support", "financial resources provided to make some project possible", "financial support"], ["financing", "the act of financing", "financing"], ["financial backing", "financial resources provided to make some project possible", "financial backing"]]}, {"answer": "funds", "hint": "synonyms for funds", "clues": [["finances", "assets in the form of money", "finances"], ["pecuniary resource", "assets in the form of money", "pecuniary resource"], ["fund", "a reserve of money set aside for some purpose", "fund"], ["stock", "a supply of something available for future use", "stock"], ["investment trust", "a financial institution that sells shares to individuals and invests in securities issued by other companies", "investment trust"], ["investment firm", "a financial institution that sells shares to individuals and invests in securities issued by other companies", "investment firm"], ["store", "a supply of something available for future use", "store"], ["monetary fund", "a reserve of money set aside for some purpose", "monetary fund"], ["monetary resource", "assets in the form of money", "monetary resource"], ["cash in hand", "assets in the form of money", "cash in hand"], ["investment company", "a financial institution that sells shares to individuals and invests in securities issued by other companies", "investment company"]]}, {"answer": "funeral-residence", "hint": "synonyms for funeral-residence", "clues": [["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral parlor"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral home"], ["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral church"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral chapel"]]}, {"answer": "funeral_chapel", "hint": "synonyms for funeral chapel", "clues": [["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral parlor"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral home"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral-residence"], ["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral church"]]}, {"answer": "funeral_church", "hint": "synonyms for funeral church", "clues": [["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral parlor"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral home"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral-residence"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral chapel"]]}, {"answer": "funeral_home", "hint": "synonyms for funeral home", "clues": [["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral parlor"], ["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral church"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral-residence"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral chapel"]]}, {"answer": "funeral_parlor", "hint": "synonyms for funeral parlor", "clues": [["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral home"], ["funeral parlour", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral parlour"], ["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral church"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral-residence"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral chapel"]]}, {"answer": "funeral_parlour", "hint": "synonyms for funeral parlour", "clues": [["funeral parlor", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral parlor"], ["funeral home", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral home"], ["funeral church", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral church"], ["funeral-residence", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral-residence"], ["funeral chapel", "a mortuary where those who knew the deceased can come to pay their last respects", "funeral chapel"]]}, {"answer": "funfair", "hint": "synonyms for funfair", "clues": [["fair", "a traveling show; having sideshows and rides and games of skill etc.", "fair"], ["pleasure ground", "a commercially operated park with stalls and shows for amusement", "pleasure ground"], ["amusement park", "a commercially operated park with stalls and shows for amusement", "amusement park"], ["carnival", "a traveling show; having sideshows and rides and games of skill etc.", "carnival"]]}, {"answer": "fungicide", "hint": "synonyms for fungicide", "clues": [["antimycotic agent", "any agent that destroys or prevents the growth of fungi", "antimycotic agent"], ["antifungal", "any agent that destroys or prevents the growth of fungi", "antifungal"], ["antimycotic", "any agent that destroys or prevents the growth of fungi", "antimycotic"], ["antifungal agent", "any agent that destroys or prevents the growth of fungi", "antifungal agent"]]}, {"answer": "funnies", "hint": "synonyms for funnies", "clues": [["funny story", "an account of an amusing incident (usually with a punch line)", "funny story"], ["good story", "an account of an amusing incident (usually with a punch line)", "good story"], ["funny", "an account of an amusing incident (usually with a punch line)", "funny"], ["comic strip", "a sequence of drawings telling a story in a newspaper or comic book", "comic strip"], ["cartoon strip", "a sequence of drawings telling a story in a newspaper or comic book", "cartoon strip"], ["strip", "a sequence of drawings telling a story in a newspaper or comic book", "strip"], ["funny remark", "an account of an amusing incident (usually with a punch line)", "funny remark"]]}, {"answer": "funny_farm", "hint": "synonyms for funny farm", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "funny_house", "hint": "synonyms for funny house", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "furiousness", "hint": "synonyms for furiousness", "clues": [["ferocity", "the property of being wild or turbulent", "ferocity"], ["fury", "the property of being wild or turbulent", "fury"], ["fierceness", "the property of being wild or turbulent", "fierceness"], ["violence", "the property of being wild or turbulent", "violence"], ["vehemence", "the property of being wild or turbulent", "vehemence"], ["wildness", "the property of being wild or turbulent", "wildness"]]}, {"answer": "furor", "hint": "synonyms for furor", "clues": [["craze", "an interest followed with exaggerated zeal", "craze"], ["rage", "an interest followed with exaggerated zeal", "rage"], ["furore", "an interest followed with exaggerated zeal", "furore"], ["cult", "an interest followed with exaggerated zeal", "cult"], ["fad", "an interest followed with exaggerated zeal", "fad"]]}, {"answer": "furore", "hint": "synonyms for furore", "clues": [["furor", "a sudden outburst (as of protest)", "furor"], ["craze", "an interest followed with exaggerated zeal", "craze"], ["rage", "an interest followed with exaggerated zeal", "rage"], ["cult", "an interest followed with exaggerated zeal", "cult"], ["fad", "an interest followed with exaggerated zeal", "fad"]]}, {"answer": "furrow", "hint": "synonyms for furrow", "clues": [["line", "a slight depression in the smoothness of a surface", "line"], ["seam", "a slight depression in the smoothness of a surface", "seam"], ["crease", "a slight depression in the smoothness of a surface", "crease"], ["crinkle", "a slight depression in the smoothness of a surface", "crinkle"]]}, {"answer": "fury", "hint": "synonyms for fury", "clues": [["furiousness", "the property of being wild or turbulent", "furiousness"], ["violence", "the property of being wild or turbulent", "violence"], ["madness", "a feeling of intense anger", "madness"], ["rage", "a feeling of intense anger", "rage"], ["ferocity", "the property of being wild or turbulent", "ferocity"], ["fierceness", "the property of being wild or turbulent", "fierceness"], ["vehemence", "the property of being wild or turbulent", "vehemence"], ["wildness", "the property of being wild or turbulent", "wildness"]]}, {"answer": "fuse", "hint": "synonyms for fuse", "clues": [["fuzee", "any igniter that is used to initiate the burning of a propellant", "fuzee"], ["priming", "any igniter that is used to initiate the burning of a propellant", "priming"], ["electrical fuse", "an electrical device that can interrupt the flow of electrical current when it is overloaded", "electrical fuse"], ["fusee", "any igniter that is used to initiate the burning of a propellant", "fusee"], ["primer", "any igniter that is used to initiate the burning of a propellant", "primer"], ["safety fuse", "an electrical device that can interrupt the flow of electrical current when it is overloaded", "safety fuse"]]}, {"answer": "fusee", "hint": "synonyms for fusee", "clues": [["fuzee", "a colored flare used as a warning signal by trucks and trains", "fuzee"], ["fuse", "any igniter that is used to initiate the burning of a propellant", "fuse"], ["fusee drive", "a spirally grooved spindle in a clock that counteracts the diminishing power of the uncoiling mainspring", "fusee drive"], ["priming", "any igniter that is used to initiate the burning of a propellant", "priming"], ["primer", "any igniter that is used to initiate the burning of a propellant", "primer"]]}, {"answer": "fusion", "hint": "synonyms for fusion", "clues": [["nuclear fusion reaction", "a nuclear reaction in which nuclei combine to form more massive nuclei with the simultaneous release of energy", "nuclear fusion reaction"], ["optical fusion", "the combining of images from the two eyes to form a single visual percept", "optical fusion"], ["spinal fusion", "correction of an unstable part of the spine by joining two or more vertebrae; usually done surgically but sometimes done by traction or immobilization", "spinal fusion"], ["unification", "an occurrence that involves the production of a union", "unification"], ["nuclear fusion", "a nuclear reaction in which nuclei combine to form more massive nuclei with the simultaneous release of energy", "nuclear fusion"], ["merger", "an occurrence that involves the production of a union", "merger"]]}, {"answer": "fuss", "hint": "synonyms for fuss", "clues": [["pettifoggery", "a quarrel about petty points", "pettifoggery"], ["ado", "a rapid active commotion", "ado"], ["hustle", "a rapid active commotion", "hustle"], ["tiff", "a quarrel about petty points", "tiff"], ["stir", "a rapid active commotion", "stir"], ["flurry", "a rapid active commotion", "flurry"], ["bother", "an angry disturbance", "bother"], ["squabble", "a quarrel about petty points", "squabble"], ["hassle", "an angry disturbance", "hassle"], ["bickering", "a quarrel about petty points", "bickering"], ["spat", "a quarrel about petty points", "spat"], ["bustle", "a rapid active commotion", "bustle"], ["trouble", "an angry disturbance", "trouble"]]}, {"answer": "fussiness", "hint": "synonyms for fussiness", "clues": [["fretfulness", "an irritable petulant feeling", "fretfulness"], ["irritability", "an irritable petulant feeling", "irritability"], ["crossness", "an irritable petulant feeling", "crossness"], ["peevishness", "an irritable petulant feeling", "peevishness"], ["petulance", "an irritable petulant feeling", "petulance"], ["choler", "an irritable petulant feeling", "choler"]]}, {"answer": "fustian", "hint": "synonyms for fustian", "clues": [["blah", "pompous or pretentious talk or writing", "blah"], ["claptrap", "pompous or pretentious talk or writing", "claptrap"], ["rant", "pompous or pretentious talk or writing", "rant"], ["bombast", "pompous or pretentious talk or writing", "bombast"]]}, {"answer": "fuze", "hint": "synonyms for fuze", "clues": [["priming", "any igniter that is used to initiate the burning of a propellant", "priming"], ["fuse", "any igniter that is used to initiate the burning of a propellant", "fuse"], ["primer", "any igniter that is used to initiate the burning of a propellant", "primer"], ["fuzee", "any igniter that is used to initiate the burning of a propellant", "fuzee"]]}, {"answer": "fuzee", "hint": "synonyms for fuzee", "clues": [["priming", "any igniter that is used to initiate the burning of a propellant", "priming"], ["fuse", "any igniter that is used to initiate the burning of a propellant", "fuse"], ["primer", "any igniter that is used to initiate the burning of a propellant", "primer"], ["fuze", "any igniter that is used to initiate the burning of a propellant", "fuze"]]}, {"answer": "fuzziness", "hint": "synonyms for fuzziness", "clues": [["indistinctness", "the quality of being indistinct and without sharp outlines", "indistinctness"], ["blurriness", "the quality of being indistinct and without sharp outlines", "blurriness"], ["fogginess", "the quality of being indistinct and without sharp outlines", "fogginess"], ["softness", "the quality of being indistinct and without sharp outlines", "softness"]]}, {"answer": "g", "hint": "synonyms for g", "clues": [["universal gravitational constant", "(physics) the universal constant relating force to mass and distance in Newton's law of gravitation", "universal gravitational constant"], ["gigabyte", "a unit of information equal to 1000 megabytes or 10^9 (1,000,000,000) bytes", "gigabyte"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["gram", "a metric unit of weight equal to one thousandth of a kilogram", "gram"], ["constant of gravitation", "(physics) the universal constant relating force to mass and distance in Newton's law of gravitation", "constant of gravitation"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["guanine", "a purine base found in DNA and RNA; pairs with cytosine", "guanine"], ["gm", "a metric unit of weight equal to one thousandth of a kilogram", "gm"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["gravitational constant", "(physics) the universal constant relating force to mass and distance in Newton's law of gravitation", "gravitational constant"], ["deoxyguanosine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)", "deoxyguanosine monophosphate"], ["gibibyte", "a unit of information equal to 1024 mebibytes or 2^30 (1,073,741,824) bytes", "gibibyte"], ["gramme", "a metric unit of weight equal to one thousandth of a kilogram", "gramme"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["gee", "a unit of force equal to the force exerted by gravity; used to indicate the force to which a body is subjected when it is accelerated", "gee"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"], ["g-force", "a unit of force equal to the force exerted by gravity; used to indicate the force to which a body is subjected when it is accelerated", "g-force"]]}, {"answer": "gab", "hint": "synonyms for gab", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["gossip", "light informal conversation for social occasions", "gossip"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "gabardine", "hint": "synonyms for gabardine", "clues": [["gaberdine", "a loose coverall (coat or frock) reaching down to the ankles", "gaberdine"], ["flannel", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "flannel"], ["white", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "white"], ["duster", "a loose coverall (coat or frock) reaching down to the ankles", "duster"], ["dust coat", "a loose coverall (coat or frock) reaching down to the ankles", "dust coat"], ["tweed", "(usually in the plural) trousers made of flannel or gabardine or tweed or white cloth", "tweed"], ["smock", "a loose coverall (coat or frock) reaching down to the ankles", "smock"]]}, {"answer": "gaberdine", "hint": "synonyms for gaberdine", "clues": [["duster", "a loose coverall (coat or frock) reaching down to the ankles", "duster"], ["gabardine", "a loose coverall (coat or frock) reaching down to the ankles", "gabardine"], ["smock", "a loose coverall (coat or frock) reaching down to the ankles", "smock"], ["dust coat", "a loose coverall (coat or frock) reaching down to the ankles", "dust coat"]]}, {"answer": "gabfest", "hint": "synonyms for gabfest", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gossip", "light informal conversation for social occasions", "gossip"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "gadget", "hint": "synonyms for gadget", "clues": [["gismo", "a device or control that is very useful for a particular job", "gismo"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["widget", "a device or control that is very useful for a particular job", "widget"]]}, {"answer": "gaffe", "hint": "synonyms for gaffe", "clues": [["solecism", "a socially awkward or tactless act", "solecism"], ["slip", "a socially awkward or tactless act", "slip"], ["faux pas", "a socially awkward or tactless act", "faux pas"], ["gaucherie", "a socially awkward or tactless act", "gaucherie"]]}, {"answer": "gag", "hint": "synonyms for gag", "clues": [["jape", "a humorous anecdote or remark intended to provoke laughter", "jape"], ["jest", "a humorous anecdote or remark intended to provoke laughter", "jest"], ["joke", "a humorous anecdote or remark intended to provoke laughter", "joke"], ["muzzle", "restraint put into a person's mouth to prevent speaking or shouting", "muzzle"], ["laugh", "a humorous anecdote or remark intended to provoke laughter", "laugh"]]}, {"answer": "gage", "hint": "synonyms for gage", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["gauge", "a measuring instrument for measuring and indicating a quantity such as the thickness of wire or the amount of rain etc.", "gauge"], ["skunk", "street names for marijuana", "skunk"], ["weed", "street names for marijuana", "weed"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["locoweed", "street names for marijuana", "locoweed"]]}, {"answer": "gain", "hint": "synonyms for gain", "clues": [["addition", "a quantity that is added", "addition"], ["profit", "the advantageous quality of being beneficial", "profit"], ["amplification", "the amount of increase in signal power or voltage or current expressed as the ratio of output to input", "amplification"], ["increase", "a quantity that is added", "increase"]]}, {"answer": "gall", "hint": "synonyms for gall", "clues": [["impudence", "the trait of being rude and impertinent; inclined to take liberties", "impudence"], ["bitterness", "a feeling of deep and bitter anger and ill-will", "bitterness"], ["resentment", "a feeling of deep and bitter anger and ill-will", "resentment"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties", "freshness"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties", "cheekiness"], ["rancor", "a feeling of deep and bitter anger and ill-will", "rancor"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties", "insolence"], ["crust", "the trait of being rude and impertinent; inclined to take liberties", "crust"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties", "impertinence"]]}, {"answer": "gallantry", "hint": "synonyms for gallantry", "clues": [["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valorousness"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "heroism"], ["politesse", "courtesy towards women", "politesse"], ["chivalry", "courtesy towards women", "chivalry"], ["valour", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valour"], ["valiance", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valiance"]]}, {"answer": "gallery", "hint": "synonyms for gallery", "clues": [["drift", "a horizontal (or nearly horizontal) passageway in a mine", "drift"], ["veranda", "a porch along the outside of a building (sometimes partly enclosed)", "veranda"], ["heading", "a horizontal (or nearly horizontal) passageway in a mine", "heading"], ["art gallery", "a room or series of rooms where works of art are exhibited", "art gallery"], ["picture gallery", "a room or series of rooms where works of art are exhibited", "picture gallery"]]}, {"answer": "gallimaufry", "hint": "synonyms for gallimaufry", "clues": [["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "galosh", "hint": "synonyms for galosh", "clues": [["rubber", "a waterproof overshoe that protects shoes from water or snow", "rubber"], ["arctic", "a waterproof overshoe that protects shoes from water or snow", "arctic"], ["gumshoe", "a waterproof overshoe that protects shoes from water or snow", "gumshoe"], ["golosh", "a waterproof overshoe that protects shoes from water or snow", "golosh"]]}, {"answer": "gambol", "hint": "synonyms for gambol", "clues": [["frolic", "gay or light-hearted recreational activity for diversion or amusement", "frolic"], ["romp", "gay or light-hearted recreational activity for diversion or amusement", "romp"], ["caper", "gay or light-hearted recreational activity for diversion or amusement", "caper"], ["play", "gay or light-hearted recreational activity for diversion or amusement", "play"]]}, {"answer": "gang", "hint": "synonyms for gang", "clues": [["bunch", "an informal body of friends", "bunch"], ["work party", "an organized group of workmen", "work party"], ["crew", "an organized group of workmen", "crew"], ["mob", "an association of criminals", "mob"], ["crowd", "an informal body of friends", "crowd"], ["ring", "an association of criminals", "ring"], ["pack", "an association of criminals", "pack"]]}, {"answer": "gaol", "hint": "synonyms for gaol", "clues": [["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "poky"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "clink"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jailhouse"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jail"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "slammer"]]}, {"answer": "gaolbreak", "hint": "synonyms for gaolbreak", "clues": [["break", "an escape from jail", "break"], ["breakout", "an escape from jail", "breakout"], ["prisonbreak", "an escape from jail", "prisonbreak"], ["prison-breaking", "an escape from jail", "prison-breaking"], ["jailbreak", "an escape from jail", "jailbreak"]]}, {"answer": "gap", "hint": "synonyms for gap", "clues": [["break", "an act of delaying or interrupting the continuity", "break"], ["col", "a pass between mountain peaks", "col"], ["crack", "a narrow opening", "crack"], ["opening", "an open or empty space in or between things", "opening"], ["disruption", "an act of delaying or interrupting the continuity", "disruption"], ["interruption", "an act of delaying or interrupting the continuity", "interruption"], ["spread", "a conspicuous disparity or difference as between two figures", "spread"]]}, {"answer": "garbage", "hint": "synonyms for garbage", "clues": [["drivel", "a worthless message", "drivel"], ["food waste", "food that is discarded (as from a kitchen)", "food waste"], ["refuse", "food that is discarded (as from a kitchen)", "refuse"], ["scraps", "food that is discarded (as from a kitchen)", "scraps"]]}, {"answer": "garbage_can", "hint": "synonyms for garbage can", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "garbage_dump", "hint": "synonyms for garbage dump", "clues": [["rubbish dump", "a piece of land where waste materials are dumped", "rubbish dump"], ["dump", "a piece of land where waste materials are dumped", "dump"], ["dumpsite", "a piece of land where waste materials are dumped", "dumpsite"], ["wasteyard", "a piece of land where waste materials are dumped", "wasteyard"], ["trash dump", "a piece of land where waste materials are dumped", "trash dump"]]}, {"answer": "garbage_heap", "hint": "synonyms for garbage heap", "clues": [["refuse heap", "an accumulation of refuse and discarded matter", "refuse heap"], ["junk pile", "an accumulation of refuse and discarded matter", "junk pile"], ["junk heap", "an accumulation of refuse and discarded matter", "junk heap"], ["trash pile", "an accumulation of refuse and discarded matter", "trash pile"], ["scrapheap", "an accumulation of refuse and discarded matter", "scrapheap"], ["trash heap", "an accumulation of refuse and discarded matter", "trash heap"], ["rubbish heap", "an accumulation of refuse and discarded matter", "rubbish heap"]]}, {"answer": "garishness", "hint": "synonyms for garishness", "clues": [["glitz", "tasteless showiness", "glitz"], ["flashiness", "tasteless showiness", "flashiness"], ["gaudiness", "tasteless showiness", "gaudiness"], ["brashness", "tasteless showiness", "brashness"], ["tawdriness", "tasteless showiness", "tawdriness"], ["meretriciousness", "tasteless showiness", "meretriciousness"], ["loudness", "tasteless showiness", "loudness"]]}, {"answer": "garland", "hint": "synonyms for garland", "clues": [["miscellany", "an anthology of short literary pieces and poems and ballads etc.", "miscellany"], ["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "wreath"], ["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "coronal"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "chaplet"], ["florilegium", "an anthology of short literary pieces and poems and ballads etc.", "florilegium"], ["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "lei"]]}, {"answer": "garment_industry", "hint": "synonyms for garment industry", "clues": [["apparel industry", "makers and sellers of fashionable clothing", "apparel industry"], ["fashion industry", "makers and sellers of fashionable clothing", "fashion industry"], ["fashion business", "makers and sellers of fashionable clothing", "fashion business"], ["rag trade", "makers and sellers of fashionable clothing", "rag trade"]]}, {"answer": "garrulity", "hint": "synonyms for garrulity", "clues": [["talkativeness", "the quality of being wordy and talkative", "talkativeness"], ["loquacity", "the quality of being wordy and talkative", "loquacity"], ["garrulousness", "the quality of being wordy and talkative", "garrulousness"], ["loquaciousness", "the quality of being wordy and talkative", "loquaciousness"]]}, {"answer": "garrulousness", "hint": "synonyms for garrulousness", "clues": [["talkativeness", "the quality of being wordy and talkative", "talkativeness"], ["loquacity", "the quality of being wordy and talkative", "loquacity"], ["garrulity", "the quality of being wordy and talkative", "garrulity"], ["loquaciousness", "the quality of being wordy and talkative", "loquaciousness"]]}, {"answer": "gas", "hint": "synonyms for gas", "clues": [["throttle", "a pedal that controls the throttle valve", "throttle"], ["natural gas", "a fossil fuel in the gaseous state; used for cooking and heating homes", "natural gas"], ["gun", "a pedal that controls the throttle valve", "gun"], ["accelerator pedal", "a pedal that controls the throttle valve", "accelerator pedal"], ["accelerator", "a pedal that controls the throttle valve", "accelerator"], ["gas pedal", "a pedal that controls the throttle valve", "gas pedal"], ["gasoline", "a volatile flammable mixture of hydrocarbons (hexane and heptane and octane etc.) derived from petroleum; used mainly as a fuel in internal-combustion engines", "gasoline"], ["petrol", "a volatile flammable mixture of hydrocarbons (hexane and heptane and octane etc.) derived from petroleum; used mainly as a fuel in internal-combustion engines", "petrol"]]}, {"answer": "gas_pedal", "hint": "synonyms for gas pedal", "clues": [["throttle", "a pedal that controls the throttle valve", "throttle"], ["gun", "a pedal that controls the throttle valve", "gun"], ["accelerator", "a pedal that controls the throttle valve", "accelerator"], ["gas", "a pedal that controls the throttle valve", "gas"], ["accelerator pedal", "a pedal that controls the throttle valve", "accelerator pedal"]]}, {"answer": "gasconade", "hint": "synonyms for gasconade", "clues": [["vaporing", "an instance of boastful talk", "vaporing"], ["bragging", "an instance of boastful talk", "bragging"], ["brag", "an instance of boastful talk", "brag"], ["line-shooting", "an instance of boastful talk", "line-shooting"], ["crow", "an instance of boastful talk", "crow"]]}, {"answer": "gaucherie", "hint": "synonyms for gaucherie", "clues": [["rusticity", "the quality of being rustic or gauche", "rusticity"], ["slip", "a socially awkward or tactless act", "slip"], ["faux pas", "a socially awkward or tactless act", "faux pas"], ["gaffe", "a socially awkward or tactless act", "gaffe"], ["solecism", "a socially awkward or tactless act", "solecism"]]}, {"answer": "gaud", "hint": "synonyms for gaud", "clues": [["novelty", "cheap showy jewelry or ornament on clothing", "novelty"], ["bauble", "cheap showy jewelry or ornament on clothing", "bauble"], ["trinket", "cheap showy jewelry or ornament on clothing", "trinket"], ["gewgaw", "cheap showy jewelry or ornament on clothing", "gewgaw"], ["bangle", "cheap showy jewelry or ornament on clothing", "bangle"], ["fallal", "cheap showy jewelry or ornament on clothing", "fallal"]]}, {"answer": "gaudiness", "hint": "synonyms for gaudiness", "clues": [["glitz", "tasteless showiness", "glitz"], ["garishness", "strident color or excessive ornamentation", "garishness"], ["flashiness", "tasteless showiness", "flashiness"], ["brashness", "tasteless showiness", "brashness"], ["tawdriness", "tasteless showiness", "tawdriness"], ["meretriciousness", "tasteless showiness", "meretriciousness"], ["loudness", "tasteless showiness", "loudness"]]}, {"answer": "gauge", "hint": "synonyms for gauge", "clues": [["gage", "a measuring instrument for measuring and indicating a quantity such as the thickness of wire or the amount of rain etc.", "gage"], ["calibre", "diameter of a tube or gun barrel", "calibre"], ["standard of measurement", "accepted or approved instance or example of a quantity or quality against which others are judged or measured or compared", "standard of measurement"], ["bore", "diameter of a tube or gun barrel", "bore"]]}, {"answer": "gayness", "hint": "synonyms for gayness", "clues": [["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexuality"], ["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexualism"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homoeroticism"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex", "queerness"]]}, {"answer": "gb", "hint": "synonyms for gb", "clues": [["gigabyte", "a unit of information equal to 1024 mebibytes or 2^30 (1,073,741,824) bytes", "gigabyte"], ["gibibyte", "a unit of information equal to 1024 mebibytes or 2^30 (1,073,741,824) bytes", "gibibyte"], ["sarin", "a highly toxic chemical nerve agent that inhibits the activity of cholinesterase", "sarin"], ["gilbert", "a unit of magnetomotive force equal to 0.7958 ampere-turns", "gilbert"], ["gigabit", "a unit of information equal to 1000 megabits or 10^9 (1,000,000,000) bits", "gigabit"]]}, {"answer": "gear", "hint": "synonyms for gear", "clues": [["gearing", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "gearing"], ["power train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "power train"], ["gear mechanism", "a mechanism for transmitting motion for some specific purpose (as the steering gear of a vehicle)", "gear mechanism"], ["paraphernalia", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc.", "paraphernalia"], ["geartrain", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "geartrain"], ["geared wheel", "a toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion", "geared wheel"], ["appurtenance", "equipment consisting of miscellaneous articles needed for a particular operation or sport etc.", "appurtenance"], ["train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "train"], ["cogwheel", "a toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion", "cogwheel"]]}, {"answer": "gearing", "hint": "synonyms for gearing", "clues": [["gear", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "gear"], ["train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "train"], ["geartrain", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "geartrain"], ["power train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "power train"]]}, {"answer": "geezerhood", "hint": "synonyms for geezerhood", "clues": [["age", "a late time of life", "age"], ["years", "a late time of life", "years"], ["eld", "a late time of life", "eld"], ["old age", "a late time of life", "old age"]]}, {"answer": "gelt", "hint": "synonyms for gelt", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "gem", "hint": "synonyms for gem", "clues": [["treasure", "art highly prized for its beauty or perfection", "treasure"], ["gemstone", "a crystalline rock that can be cut and polished for jewelry", "gemstone"], ["jewel", "a precious or semiprecious stone incorporated into a piece of jewelry", "jewel"], ["stone", "a crystalline rock that can be cut and polished for jewelry", "stone"], ["muffin", "a sweet quick bread baked in a cup-shaped pan", "muffin"], ["precious stone", "a precious or semiprecious stone incorporated into a piece of jewelry", "precious stone"]]}, {"answer": "general_assembly", "hint": "synonyms for general assembly", "clues": [["legislative assembly", "persons who make or amend or repeal laws", "legislative assembly"], ["legislature", "persons who make or amend or repeal laws", "legislature"], ["legislative body", "persons who make or amend or repeal laws", "legislative body"], ["law-makers", "persons who make or amend or repeal laws", "law-makers"]]}, {"answer": "generalisation", "hint": "synonyms for generalisation", "clues": [["stimulus generalization", "(psychology) transfer of a response learned to one stimulus to a similar stimulus", "stimulus generalization"], ["abstraction", "the process of formulating general concepts by abstracting common properties of instances", "abstraction"], ["generalization", "the process of formulating general concepts by abstracting common properties of instances", "generalization"], ["inductive reasoning", "reasoning from detailed facts to general principles", "inductive reasoning"], ["generality", "an idea or conclusion having general application", "generality"], ["induction", "reasoning from detailed facts to general principles", "induction"]]}, {"answer": "generalization", "hint": "synonyms for generalization", "clues": [["stimulus generalization", "(psychology) transfer of a response learned to one stimulus to a similar stimulus", "stimulus generalization"], ["abstraction", "the process of formulating general concepts by abstracting common properties of instances", "abstraction"], ["generalisation", "the process of formulating general concepts by abstracting common properties of instances", "generalisation"], ["inductive reasoning", "reasoning from detailed facts to general principles", "inductive reasoning"], ["generality", "an idea or conclusion having general application", "generality"], ["induction", "reasoning from detailed facts to general principles", "induction"]]}, {"answer": "generation", "hint": "synonyms for generation", "clues": [["multiplication", "the act of producing offspring or multiplying by such production", "multiplication"], ["contemporaries", "all the people living at the same time or of approximately the same age", "contemporaries"], ["coevals", "all the people living at the same time or of approximately the same age", "coevals"], ["propagation", "the act of producing offspring or multiplying by such production", "propagation"], ["genesis", "a coming into being", "genesis"]]}, {"answer": "geniality", "hint": "synonyms for geniality", "clues": [["bonhomie", "a disposition to be friendly and approachable (easy to talk to)", "bonhomie"], ["amiability", "a disposition to be friendly and approachable (easy to talk to)", "amiability"], ["amiableness", "a disposition to be friendly and approachable (easy to talk to)", "amiableness"], ["affableness", "a disposition to be friendly and approachable (easy to talk to)", "affableness"], ["affability", "a disposition to be friendly and approachable (easy to talk to)", "affability"]]}, {"answer": "genre", "hint": "synonyms for genre", "clues": [["musical style", "an expressive style of music", "musical style"], ["music genre", "an expressive style of music", "music genre"], ["literary genre", "a style of expressing yourself in writing", "literary genre"], ["writing style", "a style of expressing yourself in writing", "writing style"]]}, {"answer": "geographical_mile", "hint": "synonyms for geographical mile", "clues": [["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mile"], ["mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mi"], ["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "nautical mile"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "naut mi"]]}, {"answer": "geological_fault", "hint": "synonyms for geological fault", "clues": [["shift", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "shift"], ["fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fault"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fracture"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "break"]]}, {"answer": "georgia_home_boy", "hint": "synonyms for georgia home boy", "clues": [["scoop", "street names for gamma hydroxybutyrate", "scoop"], ["grievous bodily harm", "street names for gamma hydroxybutyrate", "grievous bodily harm"], ["max", "street names for gamma hydroxybutyrate", "max"], ["liquid ecstasy", "street names for gamma hydroxybutyrate", "liquid ecstasy"], ["soap", "street names for gamma hydroxybutyrate", "soap"], ["easy lay", "street names for gamma hydroxybutyrate", "easy lay"], ["goop", "street names for gamma hydroxybutyrate", "goop"]]}, {"answer": "get-go", "hint": "synonyms for get-go", "clues": [["beginning", "the time at which something is supposed to begin", "beginning"], ["start", "the time at which something is supposed to begin", "start"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["first", "the time at which something is supposed to begin", "first"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["outset", "the time at which something is supposed to begin", "outset"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["offset", "the time at which something is supposed to begin", "offset"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "gewgaw", "hint": "synonyms for gewgaw", "clues": [["novelty", "cheap showy jewelry or ornament on clothing", "novelty"], ["bauble", "cheap showy jewelry or ornament on clothing", "bauble"], ["trinket", "cheap showy jewelry or ornament on clothing", "trinket"], ["gaud", "cheap showy jewelry or ornament on clothing", "gaud"], ["bangle", "cheap showy jewelry or ornament on clothing", "bangle"], ["fallal", "cheap showy jewelry or ornament on clothing", "fallal"]]}, {"answer": "ghost", "hint": "synonyms for ghost", "clues": [["touch", "a suggestion of some quality", "touch"], ["shade", "a mental representation of some haunting experience", "shade"], ["specter", "a mental representation of some haunting experience", "specter"], ["trace", "a suggestion of some quality", "trace"], ["wraith", "a mental representation of some haunting experience", "wraith"], ["spook", "a mental representation of some haunting experience", "spook"]]}, {"answer": "gibbosity", "hint": "synonyms for gibbosity", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "gibbousness", "hint": "synonyms for gibbousness", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "gibe", "hint": "synonyms for gibe", "clues": [["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "dig"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shaft"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "jibe"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "barb"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shot"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "slam"]]}, {"answer": "gift", "hint": "synonyms for gift", "clues": [["talent", "natural abilities or qualities", "talent"], ["endowment", "natural abilities or qualities", "endowment"], ["giving", "the act of giving", "giving"], ["natural endowment", "natural abilities or qualities", "natural endowment"]]}, {"answer": "gig", "hint": "synonyms for gig", "clues": [["lance", "an implement with a shaft and barbed point used for catching fish", "lance"], ["spear", "an implement with a shaft and barbed point used for catching fish", "spear"], ["fishgig", "an implement with a shaft and barbed point used for catching fish", "fishgig"], ["fizgig", "an implement with a shaft and barbed point used for catching fish", "fizgig"]]}, {"answer": "gild", "hint": "synonyms for gild", "clues": [["lodge", "a formal association of people with similar interests", "lodge"], ["order", "a formal association of people with similar interests", "order"], ["society", "a formal association of people with similar interests", "society"], ["social club", "a formal association of people with similar interests", "social club"], ["guild", "a formal association of people with similar interests", "guild"], ["club", "a formal association of people with similar interests", "club"]]}, {"answer": "gimcrackery", "hint": "synonyms for gimcrackery", "clues": [["trumpery", "ornamental objects of no great value", "trumpery"], ["nonsense", "ornamental objects of no great value", "nonsense"], ["frill", "ornamental objects of no great value", "frill"], ["gimcrack", "ornamental objects of no great value", "gimcrack"], ["falderol", "ornamental objects of no great value", "falderol"], ["folderal", "ornamental objects of no great value", "folderal"]]}, {"answer": "gimmick", "hint": "synonyms for gimmick", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["catch", "a drawback or difficulty that is not readily evident", "catch"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["twist", "any clever maneuver", "twist"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["device", "any clever maneuver", "device"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "gin", "hint": "synonyms for gin", "clues": [["cotton gin", "a machine that separates the seeds from raw cotton fibers", "cotton gin"], ["gin rummy", "a form of rummy in which a player can go out if the cards remaining in their hand total less than 10 points", "gin rummy"], ["noose", "a trap for birds or small mammals; often has a slip noose", "noose"], ["snare", "a trap for birds or small mammals; often has a slip noose", "snare"], ["knock rummy", "a form of rummy in which a player can go out if the cards remaining in their hand total less than 10 points", "knock rummy"]]}, {"answer": "gin_mill", "hint": "synonyms for gin mill", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pub"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals", "saloon"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pothouse"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals", "public house"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "taphouse"]]}, {"answer": "ginmill", "hint": "synonyms for ginmill", "clues": [["bar", "a room or establishment where alcoholic drinks are served over a counter", "bar"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter", "taproom"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter", "barroom"], ["saloon", "a room or establishment where alcoholic drinks are served over a counter", "saloon"]]}, {"answer": "girdle", "hint": "synonyms for girdle", "clues": [["waistband", "a band of material around the waist that strengthens a skirt or trousers", "waistband"], ["waistcloth", "a band of material around the waist that strengthens a skirt or trousers", "waistcloth"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers", "cincture"], ["stays", "a woman's close-fitting foundation garment", "stays"], ["corset", "a woman's close-fitting foundation garment", "corset"], ["sash", "a band of material around the waist that strengthens a skirt or trousers", "sash"]]}, {"answer": "gismo", "hint": "synonyms for gismo", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "a device or control that is very useful for a particular job", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "gist", "hint": "synonyms for gist", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["effect", "the central meaning or theme of a speech or literary work", "effect"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["essence", "the central meaning or theme of a speech or literary work", "essence"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["core", "the central meaning or theme of a speech or literary work", "core"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["burden", "the central meaning or theme of a speech or literary work", "burden"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"]]}, {"answer": "give-and-take", "hint": "synonyms for give-and-take", "clues": [["discussion", "an exchange of views on some topic", "discussion"], ["banter", "light teasing repartee", "banter"], ["interchange", "mutual interaction; the activity of reciprocating or exchanging (especially information)", "interchange"], ["word", "an exchange of views on some topic", "word"], ["reciprocation", "mutual interaction; the activity of reciprocating or exchanging (especially information)", "reciprocation"], ["backchat", "light teasing repartee", "backchat"], ["raillery", "light teasing repartee", "raillery"]]}, {"answer": "gizmo", "hint": "synonyms for gizmo", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "a device or control that is very useful for a particular job", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["gismo", "a device or control that is very useful for a particular job", "gismo"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "glass", "hint": "synonyms for glass", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["looking glass", "a mirror; usually a ladies' dressing mirror", "looking glass"], ["glassful", "the quantity a glass will hold", "glassful"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["field glass", "a small refracting telescope", "field glass"], ["drinking glass", "a container for holding liquids while drinking", "drinking glass"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["spyglass", "a small refracting telescope", "spyglass"]]}, {"answer": "glasses", "hint": "synonyms for glasses", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["spectacles", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "spectacles"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["looking glass", "a mirror; usually a ladies' dressing mirror", "looking glass"], ["specs", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "specs"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["field glass", "a small refracting telescope", "field glass"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"], ["spyglass", "a small refracting telescope", "spyglass"], ["eyeglasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "eyeglasses"], ["glassful", "the quantity a glass will hold", "glassful"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["drinking glass", "a container for holding liquids while drinking", "drinking glass"]]}, {"answer": "gleam", "hint": "synonyms for gleam", "clues": [["lambency", "an appearance of reflected light", "lambency"], ["gleaming", "an appearance of reflected light", "gleaming"], ["glimmer", "a flash of light (especially reflected light)", "glimmer"], ["glow", "an appearance of reflected light", "glow"]]}, {"answer": "glee", "hint": "synonyms for glee", "clues": [["gloat", "malicious satisfaction", "gloat"], ["mirthfulness", "great merriment", "mirthfulness"], ["gleefulness", "great merriment", "gleefulness"], ["mirth", "great merriment", "mirth"], ["hilarity", "great merriment", "hilarity"]]}, {"answer": "gleefulness", "hint": "synonyms for gleefulness", "clues": [["mirth", "great merriment", "mirth"], ["glee", "great merriment", "glee"], ["hilarity", "great merriment", "hilarity"], ["mirthfulness", "great merriment", "mirthfulness"]]}, {"answer": "glide", "hint": "synonyms for glide", "clues": [["semivowel", "a vowellike sound that serves as a consonant", "semivowel"], ["slide", "the act of moving smoothly along a surface while remaining in contact with it", "slide"], ["sailing", "the activity of flying a glider", "sailing"], ["soaring", "the activity of flying a glider", "soaring"], ["sailplaning", "the activity of flying a glider", "sailplaning"], ["gliding", "the activity of flying a glider", "gliding"], ["coast", "the act of moving smoothly along a surface while remaining in contact with it", "coast"]]}, {"answer": "gliding", "hint": "synonyms for gliding", "clues": [["sailplaning", "the activity of flying a glider", "sailplaning"], ["sailing", "the activity of flying a glider", "sailing"], ["soaring", "the activity of flying a glider", "soaring"], ["glide", "the activity of flying a glider", "glide"]]}, {"answer": "glimmer", "hint": "synonyms for glimmer", "clues": [["glimmering", "a slight suggestion or vague understanding", "glimmering"], ["inkling", "a slight suggestion or vague understanding", "inkling"], ["intimation", "a slight suggestion or vague understanding", "intimation"], ["gleam", "a flash of light (especially reflected light)", "gleam"]]}, {"answer": "glister", "hint": "synonyms for glister", "clues": [["scintillation", "the quality of shining with a bright reflected light", "scintillation"], ["glitter", "the quality of shining with a bright reflected light", "glitter"], ["glisten", "the quality of shining with a bright reflected light", "glisten"], ["sparkle", "the quality of shining with a bright reflected light", "sparkle"]]}, {"answer": "glitter", "hint": "synonyms for glitter", "clues": [["glister", "the quality of shining with a bright reflected light", "glister"], ["sparkle", "the quality of shining with a bright reflected light", "sparkle"], ["coruscation", "the occurrence of a small flash or spark", "coruscation"], ["scintillation", "the quality of shining with a bright reflected light", "scintillation"]]}, {"answer": "glitz", "hint": "synonyms for glitz", "clues": [["flashiness", "tasteless showiness", "flashiness"], ["gaudiness", "tasteless showiness", "gaudiness"], ["brashness", "tasteless showiness", "brashness"], ["tawdriness", "tasteless showiness", "tawdriness"], ["garishness", "tasteless showiness", "garishness"], ["meretriciousness", "tasteless showiness", "meretriciousness"], ["loudness", "tasteless showiness", "loudness"]]}, {"answer": "gloam", "hint": "synonyms for gloam", "clues": [["evenfall", "the time of day immediately following sunset", "evenfall"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["twilight", "the time of day immediately following sunset", "twilight"], ["fall", "the time of day immediately following sunset", "fall"], ["gloaming", "the time of day immediately following sunset", "gloaming"], ["dusk", "the time of day immediately following sunset", "dusk"], ["nightfall", "the time of day immediately following sunset", "nightfall"]]}, {"answer": "gloaming", "hint": "synonyms for gloaming", "clues": [["evenfall", "the time of day immediately following sunset", "evenfall"], ["gloam", "the time of day immediately following sunset", "gloam"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["twilight", "the time of day immediately following sunset", "twilight"], ["fall", "the time of day immediately following sunset", "fall"], ["dusk", "the time of day immediately following sunset", "dusk"], ["nightfall", "the time of day immediately following sunset", "nightfall"]]}, {"answer": "glob", "hint": "synonyms for glob", "clues": [["clump", "a compact mass", "clump"], ["chunk", "a compact mass", "chunk"], ["clod", "a compact mass", "clod"], ["ball", "a compact mass", "ball"]]}, {"answer": "globe", "hint": "synonyms for globe", "clues": [["earth", "the 3rd planet from the sun; the planet we live on", "earth"], ["world", "the 3rd planet from the sun; the planet we live on", "world"], ["ball", "an object with a spherical shape", "ball"], ["orb", "an object with a spherical shape", "orb"]]}, {"answer": "globosity", "hint": "synonyms for globosity", "clues": [["globularness", "the roundness of a 3-dimensional object", "globularness"], ["rotundity", "the roundness of a 3-dimensional object", "rotundity"], ["sphericity", "the roundness of a 3-dimensional object", "sphericity"], ["sphericalness", "the roundness of a 3-dimensional object", "sphericalness"], ["rotundness", "the roundness of a 3-dimensional object", "rotundness"]]}, {"answer": "globularness", "hint": "synonyms for globularness", "clues": [["rotundity", "the roundness of a 3-dimensional object", "rotundity"], ["sphericity", "the roundness of a 3-dimensional object", "sphericity"], ["sphericalness", "the roundness of a 3-dimensional object", "sphericalness"], ["globosity", "the roundness of a 3-dimensional object", "globosity"], ["rotundness", "the roundness of a 3-dimensional object", "rotundness"]]}, {"answer": "gloominess", "hint": "synonyms for gloominess", "clues": [["gloom", "a feeling of melancholy apprehension", "gloom"], ["somberness", "a feeling of melancholy apprehension", "somberness"], ["lugubriousness", "the quality of excessive mournfulness and uncheerfulness", "lugubriousness"], ["sadness", "the quality of excessive mournfulness and uncheerfulness", "sadness"]]}, {"answer": "gloriole", "hint": "synonyms for gloriole", "clues": [["glory", "an indication of radiant light drawn around the head of a saint", "glory"], ["nimbus", "an indication of radiant light drawn around the head of a saint", "nimbus"], ["aureole", "an indication of radiant light drawn around the head of a saint", "aureole"], ["halo", "an indication of radiant light drawn around the head of a saint", "halo"], ["aura", "an indication of radiant light drawn around the head of a saint", "aura"]]}, {"answer": "glory", "hint": "synonyms for glory", "clues": [["gloriole", "an indication of radiant light drawn around the head of a saint", "gloriole"], ["resplendency", "brilliant radiant beauty", "resplendency"], ["nimbus", "an indication of radiant light drawn around the head of a saint", "nimbus"], ["aureole", "an indication of radiant light drawn around the head of a saint", "aureole"], ["halo", "an indication of radiant light drawn around the head of a saint", "halo"], ["aura", "an indication of radiant light drawn around the head of a saint", "aura"]]}, {"answer": "gloss", "hint": "synonyms for gloss", "clues": [["burnish", "the property of being smooth and shiny", "burnish"], ["polish", "the property of being smooth and shiny", "polish"], ["color", "an outward or token appearance or form that is deliberately misleading", "color"], ["glossiness", "the property of being smooth and shiny", "glossiness"], ["rubric", "an explanation or definition of an obscure word in a text", "rubric"], ["semblance", "an outward or token appearance or form that is deliberately misleading", "semblance"], ["glossary", "an alphabetical list of technical terms in some specialized field of knowledge; usually published as an appendix to a text on that field", "glossary"]]}, {"answer": "glove", "hint": "synonyms for glove", "clues": [["boxing glove", "boxing equipment consisting of big and padded coverings for the fists of the fighters; worn for the sport of boxing", "boxing glove"], ["mitt", "the handwear used by fielders in playing baseball", "mitt"], ["baseball mitt", "the handwear used by fielders in playing baseball", "baseball mitt"], ["baseball glove", "the handwear used by fielders in playing baseball", "baseball glove"]]}, {"answer": "glow", "hint": "synonyms for glow", "clues": [["luminescence", "light from nonthermal sources", "luminescence"], ["radiance", "the amount of electromagnetic radiation leaving or arriving at a point on a surface", "radiance"], ["incandescence", "the phenomenon of light emission by a body as its temperature is raised", "incandescence"], ["lambency", "an appearance of reflected light", "lambency"], ["gleaming", "an appearance of reflected light", "gleaming"], ["glowing", "the amount of electromagnetic radiation leaving or arriving at a point on a surface", "glowing"]]}, {"answer": "glueyness", "hint": "synonyms for glueyness", "clues": [["ropiness", "the property of being cohesive and sticky", "ropiness"], ["cohesiveness", "the property of being cohesive and sticky", "cohesiveness"], ["gluiness", "the property of being cohesive and sticky", "gluiness"], ["viscidness", "the property of being cohesive and sticky", "viscidness"], ["gumminess", "the property of being cohesive and sticky", "gumminess"], ["tackiness", "the property of being cohesive and sticky", "tackiness"], ["viscidity", "the property of being cohesive and sticky", "viscidity"]]}, {"answer": "gluiness", "hint": "synonyms for gluiness", "clues": [["ropiness", "the property of being cohesive and sticky", "ropiness"], ["cohesiveness", "the property of being cohesive and sticky", "cohesiveness"], ["viscidness", "the property of being cohesive and sticky", "viscidness"], ["gumminess", "the property of being cohesive and sticky", "gumminess"], ["tackiness", "the property of being cohesive and sticky", "tackiness"], ["glueyness", "the property of being cohesive and sticky", "glueyness"], ["viscidity", "the property of being cohesive and sticky", "viscidity"]]}, {"answer": "glycol", "hint": "synonyms for glycol", "clues": [["diol", "any of a class of alcohols having 2 hydroxyl groups in each molecule", "diol"], ["dihydric alcohol", "any of a class of alcohols having 2 hydroxyl groups in each molecule", "dihydric alcohol"], ["ethanediol", "a sweet but poisonous syrupy liquid used as an antifreeze and solvent", "ethanediol"], ["ethylene glycol", "a sweet but poisonous syrupy liquid used as an antifreeze and solvent", "ethylene glycol"]]}, {"answer": "go-ahead", "hint": "synonyms for go-ahead", "clues": [["green light", "a signal to proceed", "green light"], ["initiative", "readiness to embark on bold new ventures", "initiative"], ["enterprise", "readiness to embark on bold new ventures", "enterprise"], ["enterprisingness", "readiness to embark on bold new ventures", "enterprisingness"]]}, {"answer": "go-cart", "hint": "synonyms for go-cart", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["pushcart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels", "pushcart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["baby-walker", "an enclosing framework on casters or wheels; helps babies learn to walk", "baby-walker"], ["handcart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels", "handcart"], ["cart", "wheeled vehicle that can be pushed by a person; may have one or two or four wheels", "cart"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["walker", "an enclosing framework on casters or wheels; helps babies learn to walk", "walker"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"]]}, {"answer": "goad", "hint": "synonyms for goad", "clues": [["prod", "a pointed instrument that is used to prod into a state of motion", "prod"], ["urging", "a verbalization that encourages you to attempt something", "urging"], ["spur", "a verbalization that encourages you to attempt something", "spur"], ["spurring", "a verbalization that encourages you to attempt something", "spurring"], ["goading", "a verbalization that encourages you to attempt something", "goading"], ["prodding", "a verbalization that encourages you to attempt something", "prodding"]]}, {"answer": "goading", "hint": "synonyms for goading", "clues": [["prod", "a verbalization that encourages you to attempt something", "prod"], ["urging", "a verbalization that encourages you to attempt something", "urging"], ["goad", "a verbalization that encourages you to attempt something", "goad"], ["spur", "a verbalization that encourages you to attempt something", "spur"], ["spurring", "a verbalization that encourages you to attempt something", "spurring"], ["prodding", "a verbalization that encourages you to attempt something", "prodding"]]}, {"answer": "gobs", "hint": "synonyms for gobs", "clues": [["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["oodles", "a large number or amount", "oodles"], ["lashings", "a large number or amount", "lashings"], ["wads", "a large number or amount", "wads"], ["piles", "a large number or amount", "piles"], ["stacks", "a large number or amount", "stacks"], ["lots", "a large number or amount", "lots"], ["slews", "a large number or amount", "slews"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["gob", "a lump of slimy stuff", "gob"], ["scores", "a large number or amount", "scores"], ["scads", "a large number or amount", "scads"], ["heaps", "a large number or amount", "heaps"]]}, {"answer": "godsend", "hint": "synonyms for godsend", "clues": [["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bonanza"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "manna from heaven"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bunce"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gravy"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gold rush"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "windfall"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "boom"]]}, {"answer": "goggle_box", "hint": "synonyms for goggle box", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "going-over", "hint": "synonyms for going-over", "clues": [["chewing out", "a severe scolding", "chewing out"], ["castigation", "a severe scolding", "castigation"], ["earful", "a severe scolding", "earful"], ["bawling out", "a severe scolding", "bawling out"], ["dressing down", "a severe scolding", "dressing down"], ["upbraiding", "a severe scolding", "upbraiding"]]}, {"answer": "gold_rush", "hint": "synonyms for gold rush", "clues": [["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bonanza"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "manna from heaven"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bunce"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gravy"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "windfall"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "boom"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"]]}, {"answer": "goldbricking", "hint": "synonyms for goldbricking", "clues": [["goofing off", "the evasion of work or duty", "goofing off"], ["soldiering", "the evasion of work or duty", "soldiering"], ["shirking", "the evasion of work or duty", "shirking"], ["slacking", "the evasion of work or duty", "slacking"]]}, {"answer": "golosh", "hint": "synonyms for golosh", "clues": [["rubber", "a waterproof overshoe that protects shoes from water or snow", "rubber"], ["arctic", "a waterproof overshoe that protects shoes from water or snow", "arctic"], ["galosh", "a waterproof overshoe that protects shoes from water or snow", "galosh"], ["gumshoe", "a waterproof overshoe that protects shoes from water or snow", "gumshoe"]]}, {"answer": "goo", "hint": "synonyms for goo", "clues": [["goop", "any thick, viscous matter", "goop"], ["guck", "any thick, viscous matter", "guck"], ["sludge", "any thick, viscous matter", "sludge"], ["ooze", "any thick, viscous matter", "ooze"], ["gunk", "any thick, viscous matter", "gunk"], ["muck", "any thick, viscous matter", "muck"], ["gook", "any thick, viscous matter", "gook"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "goober", "hint": "synonyms for goober", "clues": [["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "groundnut"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "peanut"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "earthnut"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "monkey nut"], ["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober pea"]]}, {"answer": "goober_pea", "hint": "synonyms for goober pea", "clues": [["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "groundnut"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "peanut"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "earthnut"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "monkey nut"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober"]]}, {"answer": "good-by", "hint": "synonyms for good-by", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "good-bye", "hint": "synonyms for good-bye", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "good_day", "hint": "synonyms for good day", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"]]}, {"answer": "good_deal", "hint": "synonyms for good deal", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "good_luck", "hint": "synonyms for good luck", "clues": [["good fortune", "a stroke of luck", "good fortune"], ["happy chance", "an unexpected piece of good luck", "happy chance"], ["break", "an unexpected piece of good luck", "break"], ["fluke", "a stroke of luck", "fluke"]]}, {"answer": "good_sense", "hint": "synonyms for good sense", "clues": [["common sense", "sound practical judgment", "common sense"], ["mother wit", "sound practical judgment", "mother wit"], ["sense", "sound practical judgment", "sense"], ["horse sense", "sound practical judgment", "horse sense"], ["gumption", "sound practical judgment", "gumption"]]}, {"answer": "goodby", "hint": "synonyms for goodby", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "goodbye", "hint": "synonyms for goodbye", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["good-by", "a farewell remark", "good-by"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "goody", "hint": "synonyms for goody", "clues": [["dainty", "something considered choice to eat", "dainty"], ["delicacy", "something considered choice to eat", "delicacy"], ["kickshaw", "something considered choice to eat", "kickshaw"], ["treat", "something considered choice to eat", "treat"]]}, {"answer": "goofing_off", "hint": "synonyms for goofing off", "clues": [["soldiering", "the evasion of work or duty", "soldiering"], ["goldbricking", "the evasion of work or duty", "goldbricking"], ["shirking", "the evasion of work or duty", "shirking"], ["slacking", "the evasion of work or duty", "slacking"]]}, {"answer": "gook", "hint": "synonyms for gook", "clues": [["goop", "any thick, viscous matter", "goop"], ["guck", "any thick, viscous matter", "guck"], ["sludge", "any thick, viscous matter", "sludge"], ["ooze", "any thick, viscous matter", "ooze"], ["gunk", "any thick, viscous matter", "gunk"], ["muck", "any thick, viscous matter", "muck"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "goop", "hint": "synonyms for goop", "clues": [["scoop", "street names for gamma hydroxybutyrate", "scoop"], ["grievous bodily harm", "street names for gamma hydroxybutyrate", "grievous bodily harm"], ["max", "street names for gamma hydroxybutyrate", "max"], ["guck", "any thick, viscous matter", "guck"], ["liquid ecstasy", "street names for gamma hydroxybutyrate", "liquid ecstasy"], ["soap", "street names for gamma hydroxybutyrate", "soap"], ["sludge", "any thick, viscous matter", "sludge"], ["ooze", "any thick, viscous matter", "ooze"], ["gunk", "any thick, viscous matter", "gunk"], ["muck", "any thick, viscous matter", "muck"], ["gook", "any thick, viscous matter", "gook"], ["easy lay", "street names for gamma hydroxybutyrate", "easy lay"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "goose_bump", "hint": "synonyms for goose bump", "clues": [["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "horripilation"], ["goosebump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goosebump"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "gooseflesh"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose pimple"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "pilomotor reflex"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose skin"]]}, {"answer": "goose_egg", "hint": "synonyms for goose egg", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"]]}, {"answer": "goose_pimple", "hint": "synonyms for goose pimple", "clues": [["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "horripilation"], ["goose bump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose bump"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "gooseflesh"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose skin"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "pilomotor reflex"]]}, {"answer": "goose_skin", "hint": "synonyms for goose skin", "clues": [["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "horripilation"], ["goose bump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose bump"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "gooseflesh"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose pimple"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "pilomotor reflex"]]}, {"answer": "goosebump", "hint": "synonyms for goosebump", "clues": [["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "horripilation"], ["goose bump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose bump"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "gooseflesh"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose pimple"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "pilomotor reflex"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose skin"]]}, {"answer": "gooseflesh", "hint": "synonyms for gooseflesh", "clues": [["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "horripilation"], ["goose bump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose bump"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose pimple"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "pilomotor reflex"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose skin"]]}, {"answer": "gospel", "hint": "synonyms for gospel", "clues": [["gospel singing", "folk music consisting of a genre of a cappella music originating with Black slaves in the United States and featuring call and response; influential on the development of other genres of popular music (especially soul)", "gospel singing"], ["evangel", "the four books in the New Testament (Matthew, Mark, Luke, and John) that tell the story of Christ's life and teachings", "evangel"], ["church doctrine", "the written body of teachings of a religious group that are generally accepted by that group", "church doctrine"], ["religious doctrine", "the written body of teachings of a religious group that are generally accepted by that group", "religious doctrine"], ["gospel truth", "an unquestionable truth", "gospel truth"], ["creed", "the written body of teachings of a religious group that are generally accepted by that group", "creed"]]}, {"answer": "gospels", "hint": "synonyms for gospels", "clues": [["gospel singing", "folk music consisting of a genre of a cappella music originating with Black slaves in the United States and featuring call and response; influential on the development of other genres of popular music (especially soul)", "gospel singing"], ["gospel", "an unquestionable truth", "gospel"], ["church doctrine", "the written body of teachings of a religious group that are generally accepted by that group", "church doctrine"], ["gospel truth", "an unquestionable truth", "gospel truth"], ["evangel", "the four books in the New Testament (Matthew, Mark, Luke, and John) that tell the story of Christ's life and teachings", "evangel"], ["religious doctrine", "the written body of teachings of a religious group that are generally accepted by that group", "religious doctrine"], ["creed", "the written body of teachings of a religious group that are generally accepted by that group", "creed"]]}, {"answer": "gossip", "hint": "synonyms for gossip", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["comment", "a report (often malicious) about the behavior of other people", "comment"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["scuttlebutt", "a report (often malicious) about the behavior of other people", "scuttlebutt"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "governance", "hint": "synonyms for governance", "clues": [["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "establishment"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governing body"], ["organisation", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "organisation"], ["government", "the act of governing; exercising authority", "government"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "brass"], ["administration", "the act of governing; exercising authority", "administration"], ["government activity", "the act of governing; exercising authority", "government activity"], ["governing", "the act of governing; exercising authority", "governing"]]}, {"answer": "governing_body", "hint": "synonyms for governing body", "clues": [["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "establishment"], ["organization", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "organization"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "brass"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governance"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "administration"]]}, {"answer": "government", "hint": "synonyms for government", "clues": [["regime", "the organization that is the governing authority of a political unit", "regime"], ["administration", "the act of governing; exercising authority", "administration"], ["political science", "the study of government of states and other political units", "political science"], ["politics", "the study of government of states and other political units", "politics"], ["government activity", "the act of governing; exercising authority", "government activity"], ["authorities", "the organization that is the governing authority of a political unit", "authorities"], ["governance", "the act of governing; exercising authority", "governance"], ["governing", "the act of governing; exercising authority", "governing"]]}, {"answer": "government_activity", "hint": "synonyms for government activity", "clues": [["government", "the act of governing; exercising authority", "government"], ["governing", "the act of governing; exercising authority", "governing"], ["governance", "the act of governing; exercising authority", "governance"], ["administration", "the act of governing; exercising authority", "administration"]]}, {"answer": "government_agency", "hint": "synonyms for government agency", "clues": [["office", "an administrative unit of government", "office"], ["federal agency", "an administrative unit of government", "federal agency"], ["bureau", "an administrative unit of government", "bureau"], ["agency", "an administrative unit of government", "agency"], ["authority", "an administrative unit of government", "authority"]]}, {"answer": "government_note", "hint": "synonyms for government note", "clues": [["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"]]}, {"answer": "gown", "hint": "synonyms for gown", "clues": [["robe", "outerwear consisting of a long flowing garment used for official or ceremonial occasions", "robe"], ["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightie"], ["surgical gown", "protective garment worn by surgeons during operations", "surgical gown"], ["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women", "night-robe"], ["scrubs", "protective garment worn by surgeons during operations", "scrubs"], ["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightgown"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightdress"]]}, {"answer": "grace", "hint": "synonyms for grace", "clues": [["seemliness", "a sense of propriety and consideration for others", "seemliness"], ["good will", "a disposition to kindness and compassion", "good will"], ["gracility", "elegance and beauty of movement or expression", "gracility"], ["blessing", "a short prayer of thanks before a meal", "blessing"], ["thanksgiving", "a short prayer of thanks before a meal", "thanksgiving"], ["free grace", "(Christian theology) the free and unmerited favor or beneficence of God", "free grace"], ["grace of God", "(Christian theology) the free and unmerited favor or beneficence of God", "grace of God"]]}, {"answer": "gracelessness", "hint": "synonyms for gracelessness", "clues": [["clumsiness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "clumsiness"], ["awkwardness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "awkwardness"], ["ungracefulness", "an unpleasant lack of grace in carriage or form or movement or expression", "ungracefulness"], ["stiffness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "stiffness"]]}, {"answer": "grade", "hint": "synonyms for grade", "clues": [["gradation", "a degree of ablaut", "gradation"], ["degree", "a position on a scale of intensity or amount or quality", "degree"], ["form", "a body of students who are taught together", "form"], ["class", "a body of students who are taught together", "class"], ["score", "a number or letter indicating quality (especially of a student's performance)", "score"], ["ground level", "the height of the ground on which something stands", "ground level"], ["level", "a position on a scale of intensity or amount or quality", "level"], ["course", "a body of students who are taught together", "course"], ["grad", "one-hundredth of a right angle", "grad"], ["mark", "a number or letter indicating quality (especially of a student's performance)", "mark"]]}, {"answer": "grading", "hint": "synonyms for grading", "clues": [["scoring", "evaluation of performance by assigning a grade or score", "scoring"], ["leveling", "changing the ground level to a smooth horizontal or gently sloping surface", "leveling"], ["scaling", "the act of arranging in a graduated series", "scaling"], ["marking", "evaluation of performance by assigning a grade or score", "marking"]]}, {"answer": "graduation", "hint": "synonyms for graduation", "clues": [["graduation exercise", "an academic exercise in which diplomas are conferred", "graduation exercise"], ["gradation", "the act of arranging in grades", "gradation"], ["commencement ceremony", "an academic exercise in which diplomas are conferred", "commencement ceremony"], ["commencement", "an academic exercise in which diplomas are conferred", "commencement"], ["commencement exercise", "an academic exercise in which diplomas are conferred", "commencement exercise"]]}, {"answer": "graduation_exercise", "hint": "synonyms for graduation exercise", "clues": [["commencement ceremony", "an academic exercise in which diplomas are conferred", "commencement ceremony"], ["graduation", "an academic exercise in which diplomas are conferred", "graduation"], ["commencement exercise", "an academic exercise in which diplomas are conferred", "commencement exercise"], ["commencement", "an academic exercise in which diplomas are conferred", "commencement"]]}, {"answer": "grain", "hint": "synonyms for grain", "clues": [["metric grain", "a weight unit used for pearls or diamonds: 50 mg or 1/4 carat", "metric grain"], ["food grain", "foodstuff prepared from the starchy grains of cereal grasses", "food grain"], ["texture", "the physical composition of something (especially with respect to the size and shape of the small constituents of a substance)", "texture"], ["cereal", "foodstuff prepared from the starchy grains of cereal grasses", "cereal"]]}, {"answer": "grandeur", "hint": "synonyms for grandeur", "clues": [["magnificence", "the quality of being magnificent or splendid or grand", "magnificence"], ["nobleness", "the quality of elevation of mind and exaltation of character or ideals or conduct", "nobleness"], ["nobility", "the quality of elevation of mind and exaltation of character or ideals or conduct", "nobility"], ["magnanimousness", "the quality of elevation of mind and exaltation of character or ideals or conduct", "magnanimousness"], ["splendor", "the quality of being magnificent or splendid or grand", "splendor"], ["brilliance", "the quality of being magnificent or splendid or grand", "brilliance"], ["grandness", "the quality of being magnificent or splendid or grand", "grandness"]]}, {"answer": "grandiloquence", "hint": "synonyms for grandiloquence", "clues": [["magniloquence", "high-flown style; excessive use of verbal ornamentation", "magniloquence"], ["ornateness", "high-flown style; excessive use of verbal ornamentation", "ornateness"], ["rhetoric", "high-flown style; excessive use of verbal ornamentation", "rhetoric"], ["grandiosity", "high-flown style; excessive use of verbal ornamentation", "grandiosity"]]}, {"answer": "grandiosity", "hint": "synonyms for grandiosity", "clues": [["magniloquence", "high-flown style; excessive use of verbal ornamentation", "magniloquence"], ["ornateness", "high-flown style; excessive use of verbal ornamentation", "ornateness"], ["rhetoric", "high-flown style; excessive use of verbal ornamentation", "rhetoric"], ["grandiloquence", "high-flown style; excessive use of verbal ornamentation", "grandiloquence"]]}, {"answer": "grandness", "hint": "synonyms for grandness", "clues": [["immensity", "unusual largeness in size or extent or number", "immensity"], ["wideness", "unusual largeness in size or extent or number", "wideness"], ["impressiveness", "splendid or imposing in size or appearance", "impressiveness"], ["magnificence", "splendid or imposing in size or appearance", "magnificence"], ["brilliance", "the quality of being magnificent or splendid or grand", "brilliance"], ["splendor", "the quality of being magnificent or splendid or grand", "splendor"], ["richness", "splendid or imposing in size or appearance", "richness"], ["greatness", "unusual largeness in size or extent or number", "greatness"], ["enormousness", "unusual largeness in size or extent or number", "enormousness"], ["immenseness", "unusual largeness in size or extent or number", "immenseness"], ["sizeableness", "unusual largeness in size or extent or number", "sizeableness"], ["grandeur", "the quality of being magnificent or splendid or grand", "grandeur"], ["vastness", "unusual largeness in size or extent or number", "vastness"]]}, {"answer": "graphics", "hint": "synonyms for graphics", "clues": [["artwork", "photographs or other visual representations in a printed publication", "artwork"], ["computer graphic", "an image that is generated by a computer", "computer graphic"], ["graphic", "an image that is generated by a computer", "graphic"], ["nontextual matter", "photographs or other visual representations in a printed publication", "nontextual matter"], ["art", "photographs or other visual representations in a printed publication", "art"]]}, {"answer": "grapnel", "hint": "synonyms for grapnel", "clues": [["grapple", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grapple"], ["grappling hook", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grappling hook"], ["grappling iron", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grappling iron"], ["grapnel anchor", "a light anchor for small boats", "grapnel anchor"]]}, {"answer": "grapple", "hint": "synonyms for grapple", "clues": [["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat", "hand-to-hand struggle"], ["grappling", "the act of engaging in close hand-to-hand combat", "grappling"], ["grappling hook", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grappling hook"], ["clamshell", "a dredging bucket with hinges like the shell of a clam", "clamshell"], ["grappling iron", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grappling iron"], ["grappler", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grappler"], ["wrestle", "the act of engaging in close hand-to-hand combat", "wrestle"], ["grapnel", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grapnel"], ["wrestling", "the act of engaging in close hand-to-hand combat", "wrestling"]]}, {"answer": "grappler", "hint": "synonyms for grappler", "clues": [["grapnel", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grapnel"], ["grappling hook", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grappling hook"], ["grappling iron", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grappling iron"], ["grapple", "a tool consisting of several hooks for grasping and holding; often thrown with a rope", "grapple"]]}, {"answer": "grappling", "hint": "synonyms for grappling", "clues": [["rassling", "the sport of hand-to-hand struggle between unarmed contestants who try to throw each other down", "rassling"], ["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat", "hand-to-hand struggle"], ["wrestle", "the act of engaging in close hand-to-hand combat", "wrestle"], ["wrestling", "the sport of hand-to-hand struggle between unarmed contestants who try to throw each other down", "wrestling"], ["grapple", "the act of engaging in close hand-to-hand combat", "grapple"]]}, {"answer": "grasp", "hint": "synonyms for grasp", "clues": [["compass", "the limit of capability", "compass"], ["grip", "the act of grasping", "grip"], ["clasp", "the act of grasping", "clasp"], ["hold", "the act of grasping", "hold"], ["appreciation", "understanding of the nature or meaning or quality or magnitude of something", "appreciation"], ["range", "the limit of capability", "range"], ["clench", "the act of grasping", "clench"], ["clutches", "the act of grasping", "clutches"], ["reach", "the limit of capability", "reach"]]}, {"answer": "grass", "hint": "synonyms for grass", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pasturage", "bulky food like grass or hay for browsing or grazing horses or cattle", "pasturage"], ["pot", "street names for marijuana", "pot"], ["forage", "bulky food like grass or hay for browsing or grazing horses or cattle", "forage"], ["locoweed", "street names for marijuana", "locoweed"], ["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle", "eatage"], ["skunk", "street names for marijuana", "skunk"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["smoke", "street names for marijuana", "smoke"], ["weed", "street names for marijuana", "weed"]]}, {"answer": "gratuity", "hint": "synonyms for gratuity", "clues": [["tip", "a relatively small amount of money given for services rendered (as by a waiter)", "tip"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)", "baksheesh"], ["bakshis", "a relatively small amount of money given for services rendered (as by a waiter)", "bakshis"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)", "pourboire"]]}, {"answer": "graveyard", "hint": "synonyms for graveyard", "clues": [["cemetery", "a tract of land used for burials", "cemetery"], ["burying ground", "a tract of land used for burials", "burying ground"], ["necropolis", "a tract of land used for burials", "necropolis"], ["burial ground", "a tract of land used for burials", "burial ground"], ["burial site", "a tract of land used for burials", "burial site"], ["memorial park", "a tract of land used for burials", "memorial park"]]}, {"answer": "gravity", "hint": "synonyms for gravity", "clues": [["gravitational attraction", "(physics) the force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; ; ; --Albert Einstein", "gravitational attraction"], ["gravitational force", "(physics) the force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; ; ; --Albert Einstein", "gravitational force"], ["somberness", "a manner that is serious and solemn", "somberness"], ["graveness", "a manner that is serious and solemn", "graveness"], ["solemnity", "a solemn and dignified feeling", "solemnity"], ["gravitation", "(physics) the force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; ; ; --Albert Einstein", "gravitation"], ["sobriety", "a manner that is serious and solemn", "sobriety"]]}, {"answer": "gravure", "hint": "synonyms for gravure", "clues": [["intaglio printing", "a printing process that uses an etched or engraved plate; the plate is smeared with ink and wiped clean, then the ink left in the recesses makes the print", "intaglio printing"], ["intaglio", "a printing process that uses an etched or engraved plate; the plate is smeared with ink and wiped clean, then the ink left in the recesses makes the print", "intaglio"], ["heliogravure", "an intaglio print produced by gravure", "heliogravure"], ["photogravure", "an intaglio print produced by gravure", "photogravure"]]}, {"answer": "gravy", "hint": "synonyms for gravy", "clues": [["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bunce"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "windfall"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "boom"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bonanza"], ["pan gravy", "the seasoned but not thickened juices that drip from cooking meats; often a little water is added", "pan gravy"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gold rush"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "manna from heaven"]]}, {"answer": "grazing_land", "hint": "synonyms for grazing land", "clues": [["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock", "pastureland"], ["lea", "a field covered with grass or herbage and suitable for grazing by livestock", "lea"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock", "ley"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock", "pasture"]]}, {"answer": "great_deal", "hint": "synonyms for great deal", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "great_power", "hint": "synonyms for great power", "clues": [["world power", "a state powerful enough to influence events throughout the world", "world power"], ["superpower", "a state powerful enough to influence events throughout the world", "superpower"], ["major power", "a state powerful enough to influence events throughout the world", "major power"], ["power", "a state powerful enough to influence events throughout the world", "power"]]}, {"answer": "greatness", "hint": "synonyms for greatness", "clues": [["immensity", "unusual largeness in size or extent or number", "immensity"], ["wideness", "unusual largeness in size or extent or number", "wideness"], ["illustriousness", "the property possessed by something or someone of outstanding importance or eminence", "illustriousness"], ["grandness", "unusual largeness in size or extent or number", "grandness"], ["enormousness", "unusual largeness in size or extent or number", "enormousness"], ["immenseness", "unusual largeness in size or extent or number", "immenseness"], ["sizeableness", "unusual largeness in size or extent or number", "sizeableness"], ["vastness", "unusual largeness in size or extent or number", "vastness"]]}, {"answer": "greed", "hint": "synonyms for greed", "clues": [["rapacity", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "rapacity"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avaritia"], ["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avarice"], ["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "covetousness"]]}, {"answer": "greediness", "hint": "synonyms for greediness", "clues": [["hoggishness", "an excessive desire for food", "hoggishness"], ["voraciousness", "an excessive desire for wealth (usually in large amounts)", "voraciousness"], ["piggishness", "an excessive desire for food", "piggishness"], ["rapaciousness", "an excessive desire for wealth (usually in large amounts)", "rapaciousness"]]}, {"answer": "green_goddess", "hint": "synonyms for green goddess", "clues": [["pot", "street names for marijuana", "pot"], ["skunk", "street names for marijuana", "skunk"], ["weed", "street names for marijuana", "weed"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["locoweed", "street names for marijuana", "locoweed"]]}, {"answer": "greenback", "hint": "synonyms for greenback", "clues": [["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"], ["note", "a piece of paper money (especially one issued by a central bank)", "note"]]}, {"answer": "greenish_blue", "hint": "synonyms for greenish blue", "clues": [["aqua", "a shade of blue tinged with green", "aqua"], ["aquamarine", "a shade of blue tinged with green", "aquamarine"], ["peacock blue", "a shade of blue tinged with green", "peacock blue"], ["cobalt blue", "a shade of blue tinged with green", "cobalt blue"], ["turquoise", "a shade of blue tinged with green", "turquoise"]]}, {"answer": "greenness", "hint": "synonyms for greenness", "clues": [["verdancy", "the lush appearance of flourishing vegetation", "verdancy"], ["verdure", "the lush appearance of flourishing vegetation", "verdure"], ["viridity", "green color or pigment; resembling the color of growing grass", "viridity"], ["green", "green color or pigment; resembling the color of growing grass", "green"]]}, {"answer": "greens", "hint": "synonyms for greens", "clues": [["green", "an area of closely cropped grass surrounding the hole on a golf course", "green"], ["jet", "street names for ketamine", "jet"], ["park", "a piece of open land for recreational use in an urban area", "park"], ["putting surface", "an area of closely cropped grass surrounding the hole on a golf course", "putting surface"], ["leafy vegetable", "any of various leafy plants or their leaves and stems eaten as vegetables", "leafy vegetable"], ["special K", "street names for ketamine", "special K"], ["commons", "a piece of open land for recreational use in an urban area", "commons"], ["cat valium", "street names for ketamine", "cat valium"], ["putting green", "an area of closely cropped grass surrounding the hole on a golf course", "putting green"], ["greenness", "green color or pigment; resembling the color of growing grass", "greenness"], ["super acid", "street names for ketamine", "super acid"], ["honey oil", "street names for ketamine", "honey oil"], ["viridity", "green color or pigment; resembling the color of growing grass", "viridity"], ["super C", "street names for ketamine", "super C"]]}, {"answer": "grid", "hint": "synonyms for grid", "clues": [["power system", "a system of high tension cables by which electrical power is distributed throughout a region", "power system"], ["gridiron", "a cooking utensil of parallel metal bars; used to grill fish or meat", "gridiron"], ["power grid", "a system of high tension cables by which electrical power is distributed throughout a region", "power grid"], ["control grid", "an electrode placed between the cathode and anode of a vacuum tube to control the flow of electrons through the tube", "control grid"], ["storage-battery grid", "a perforated or corrugated metal plate used in a storage battery as a conductor and support for the active material", "storage-battery grid"]]}, {"answer": "griddlecake", "hint": "synonyms for griddlecake", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"], ["drop scone", "a scone made by dropping a spoonful of batter on a griddle", "drop scone"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"]]}, {"answer": "grief", "hint": "synonyms for grief", "clues": [["heartache", "intense sorrow caused by loss of a loved one (especially by death)", "heartache"], ["sorrow", "something that causes great unhappiness", "sorrow"], ["brokenheartedness", "intense sorrow caused by loss of a loved one (especially by death)", "brokenheartedness"], ["heartbreak", "intense sorrow caused by loss of a loved one (especially by death)", "heartbreak"]]}, {"answer": "grievous_bodily_harm", "hint": "synonyms for grievous bodily harm", "clues": [["scoop", "street names for gamma hydroxybutyrate", "scoop"], ["max", "street names for gamma hydroxybutyrate", "max"], ["liquid ecstasy", "street names for gamma hydroxybutyrate", "liquid ecstasy"], ["soap", "street names for gamma hydroxybutyrate", "soap"], ["easy lay", "street names for gamma hydroxybutyrate", "easy lay"], ["goop", "street names for gamma hydroxybutyrate", "goop"]]}, {"answer": "grille", "hint": "synonyms for grille", "clues": [["radiator grille", "grating that admits cooling air to car's radiator", "radiator grille"], ["grillwork", "a framework of metal bars used as a partition or a grate", "grillwork"], ["lattice", "small opening (like a window in a door) through which business can be transacted", "lattice"], ["grill", "a framework of metal bars used as a partition or a grate", "grill"], ["wicket", "small opening (like a window in a door) through which business can be transacted", "wicket"]]}, {"answer": "grimness", "hint": "synonyms for grimness", "clues": [["asperity", "something hard to endure", "asperity"], ["severity", "something hard to endure", "severity"], ["luridness", "the quality of being ghastly", "luridness"], ["severeness", "something hard to endure", "severeness"], ["rigour", "something hard to endure", "rigour"], ["ghastliness", "the quality of being ghastly", "ghastliness"], ["hardship", "something hard to endure", "hardship"], ["rigourousness", "something hard to endure", "rigourousness"], ["gruesomeness", "the quality of being ghastly", "gruesomeness"]]}, {"answer": "grind", "hint": "synonyms for grind", "clues": [["mill", "the act of grinding to a powder or dust", "mill"], ["donkeywork", "hard monotonous routine work", "donkeywork"], ["plodding", "hard monotonous routine work", "plodding"], ["drudgery", "hard monotonous routine work", "drudgery"], ["pulverization", "the act of grinding to a powder or dust", "pulverization"]]}, {"answer": "grind_organ", "hint": "synonyms for grind organ", "clues": [["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hand organ"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "street organ"], ["hurdy-gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hurdy-gurdy"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "barrel organ"]]}, {"answer": "grinder", "hint": "synonyms for grinder", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["mill", "machinery that processes materials by grinding or crushing", "mill"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["milling machinery", "machinery that processes materials by grinding or crushing", "milling machinery"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "grip", "hint": "synonyms for grip", "clues": [["handgrip", "the appendage to an object that is designed to be held in order to use or move it", "handgrip"], ["hold", "the appendage to an object that is designed to be held in order to use or move it", "hold"], ["clasp", "the act of grasping", "clasp"], ["bag", "a portable rectangular container for carrying clothes", "bag"], ["traveling bag", "a portable rectangular container for carrying clothes", "traveling bag"], ["traction", "the friction between a body and the surface on which it moves (as between an automobile tire and the road)", "traction"], ["grasp", "the act of grasping", "grasp"], ["clench", "the act of grasping", "clench"], ["clutches", "the act of grasping", "clutches"], ["hairgrip", "a flat wire hairpin whose prongs press tightly together; used to hold bobbed hair in place", "hairgrip"], ["adhesive friction", "the friction between a body and the surface on which it moves (as between an automobile tire and the road)", "adhesive friction"], ["bobby pin", "a flat wire hairpin whose prongs press tightly together; used to hold bobbed hair in place", "bobby pin"], ["handle", "the appendage to an object that is designed to be held in order to use or move it", "handle"], ["suitcase", "a portable rectangular container for carrying clothes", "suitcase"]]}, {"answer": "gripe", "hint": "synonyms for gripe", "clues": [["beef", "informal terms for objecting", "beef"], ["kick", "informal terms for objecting", "kick"], ["bitch", "informal terms for objecting", "bitch"], ["squawk", "informal terms for objecting", "squawk"]]}, {"answer": "gripes", "hint": "synonyms for gripes", "clues": [["beef", "informal terms for objecting", "beef"], ["kick", "informal terms for objecting", "kick"], ["gripe", "informal terms for objecting", "gripe"], ["bitch", "informal terms for objecting", "bitch"], ["squawk", "informal terms for objecting", "squawk"]]}, {"answer": "grit", "hint": "synonyms for grit", "clues": [["gumption", "fortitude and determination", "gumption"], ["gritrock", "a hard coarse-grained siliceous sandstone", "gritrock"], ["sand", "fortitude and determination", "sand"], ["backbone", "fortitude and determination", "backbone"], ["gritstone", "a hard coarse-grained siliceous sandstone", "gritstone"], ["moxie", "fortitude and determination", "moxie"], ["guts", "fortitude and determination", "guts"]]}, {"answer": "grits", "hint": "synonyms for grits", "clues": [["gumption", "fortitude and determination", "gumption"], ["grit", "a hard coarse-grained siliceous sandstone", "grit"], ["sand", "fortitude and determination", "sand"], ["gritrock", "a hard coarse-grained siliceous sandstone", "gritrock"], ["backbone", "fortitude and determination", "backbone"], ["gritstone", "a hard coarse-grained siliceous sandstone", "gritstone"], ["hominy grits", "coarsely ground hulled corn boiled as a breakfast dish in the southern United States", "hominy grits"], ["moxie", "fortitude and determination", "moxie"], ["guts", "fortitude and determination", "guts"]]}, {"answer": "grocery", "hint": "synonyms for grocery", "clues": [["market", "a marketplace where groceries are sold", "market"], ["foodstuff", "(usually plural) consumer goods sold by a grocer", "foodstuff"], ["food market", "a marketplace where groceries are sold", "food market"], ["grocery store", "a marketplace where groceries are sold", "grocery store"]]}, {"answer": "groin", "hint": "synonyms for groin", "clues": [["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "bulwark"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "jetty"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "mole"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groyne"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"]]}, {"answer": "grommet", "hint": "synonyms for grommet", "clues": [["loop", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "loop"], ["eyelet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "eyelet"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "cringle"], ["grummet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "grummet"]]}, {"answer": "grossness", "hint": "synonyms for grossness", "clues": [["commonness", "the quality of lacking taste and refinement", "commonness"], ["coarseness", "the quality of lacking taste and refinement", "coarseness"], ["raunch", "the quality of lacking taste and refinement", "raunch"], ["vulgarity", "the quality of lacking taste and refinement", "vulgarity"], ["vulgarism", "the quality of lacking taste and refinement", "vulgarism"]]}, {"answer": "ground", "hint": "synonyms for ground", "clues": [["flat coat", "the first or preliminary coat of paint or size applied to a surface", "flat coat"], ["background", "the part of a scene (or picture) that lies behind objects in the foreground", "background"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface", "primer coat"], ["basis", "a relation that provides the foundation for something", "basis"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface", "undercoat"], ["earth", "the solid part of the earth's surface", "earth"], ["land", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "land"], ["solid ground", "the solid part of the earth's surface", "solid ground"], ["dry land", "the solid part of the earth's surface", "dry land"], ["terra firma", "the solid part of the earth's surface", "terra firma"], ["footing", "a relation that provides the foundation for something", "footing"], ["priming", "the first or preliminary coat of paint or size applied to a surface", "priming"], ["primer", "the first or preliminary coat of paint or size applied to a surface", "primer"], ["reason", "a rational motive for a belief or action", "reason"], ["soil", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "soil"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface", "priming coat"]]}, {"answer": "groundnut", "hint": "synonyms for groundnut", "clues": [["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "peanut"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "earthnut"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "monkey nut"], ["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober pea"], ["wild bean", "nutlike tuber; important food of Native Americans", "wild bean"], ["potato bean", "nutlike tuber; important food of Native Americans", "potato bean"]]}, {"answer": "grounds", "hint": "synonyms for grounds", "clues": [["ground", "(art) the surface (as a wall or canvas) prepared to take the paint for a painting", "ground"], ["reason", "a justification for something existing or happening", "reason"], ["flat coat", "the first or preliminary coat of paint or size applied to a surface", "flat coat"], ["background", "the part of a scene (or picture) that lies behind objects in the foreground", "background"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface", "primer coat"], ["basis", "a relation that provides the foundation for something", "basis"], ["evidence", "your basis for belief or disbelief; knowledge on which to base belief", "evidence"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface", "undercoat"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface", "priming coat"], ["earth", "the solid part of the earth's surface", "earth"], ["land", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "land"], ["solid ground", "the solid part of the earth's surface", "solid ground"], ["curtilage", "the enclosed land around a house or other building", "curtilage"], ["yard", "the enclosed land around a house or other building", "yard"], ["dry land", "the solid part of the earth's surface", "dry land"], ["terra firma", "the solid part of the earth's surface", "terra firma"], ["footing", "a relation that provides the foundation for something", "footing"], ["priming", "the first or preliminary coat of paint or size applied to a surface", "priming"], ["primer", "the first or preliminary coat of paint or size applied to a surface", "primer"], ["soil", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "soil"], ["cause", "a justification for something existing or happening", "cause"]]}, {"answer": "groundwork", "hint": "synonyms for groundwork", "clues": [["foundation", "lowest support of a structure", "foundation"], ["fundament", "the fundamental assumptions from which something is begun or developed or calculated or explained", "fundament"], ["base", "lowest support of a structure", "base"], ["basis", "the fundamental assumptions from which something is begun or developed or calculated or explained", "basis"], ["substructure", "lowest support of a structure", "substructure"], ["cornerstone", "the fundamental assumptions from which something is begun or developed or calculated or explained", "cornerstone"], ["foot", "lowest support of a structure", "foot"], ["understructure", "lowest support of a structure", "understructure"]]}, {"answer": "group", "hint": "synonyms for group", "clues": [["mathematical group", "a set that is closed, associative, has an identity element and every element has an inverse", "mathematical group"], ["grouping", "any number of entities (members) considered as a unit", "grouping"], ["chemical group", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule", "chemical group"], ["radical", "(chemistry) two or more atoms bound together as a single unit and forming part of a molecule", "radical"]]}, {"answer": "groves", "hint": "synonyms for groves", "clues": [["grove", "garden consisting of a small cultivated wood without undergrowth", "grove"], ["plantation", "garden consisting of a small cultivated wood without undergrowth", "plantation"], ["woodlet", "garden consisting of a small cultivated wood without undergrowth", "woodlet"], ["orchard", "garden consisting of a small cultivated wood without undergrowth", "orchard"]]}, {"answer": "growth", "hint": "synonyms for growth", "clues": [["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "development"], ["emergence", "the gradual beginning or coming forth", "emergence"], ["outgrowth", "the gradual beginning or coming forth", "outgrowth"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogeny"], ["increase", "a process of becoming larger or longer or more numerous or more important", "increase"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growing"], ["increment", "a process of becoming larger or longer or more numerous or more important", "increment"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogenesis"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "maturation"]]}, {"answer": "groyne", "hint": "synonyms for groyne", "clues": [["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "bulwark"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "jetty"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "mole"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groin"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"]]}, {"answer": "gruffness", "hint": "synonyms for gruffness", "clues": [["brusqueness", "an abrupt discourteous manner", "brusqueness"], ["curtness", "an abrupt discourteous manner", "curtness"], ["abruptness", "an abrupt discourteous manner", "abruptness"], ["hoarseness", "a throaty harshness", "hoarseness"], ["shortness", "an abrupt discourteous manner", "shortness"], ["huskiness", "a throaty harshness", "huskiness"]]}, {"answer": "grumble", "hint": "synonyms for grumble", "clues": [["grumbling", "a complaint uttered in a low and indistinct tone", "grumbling"], ["rumble", "a loud low dull continuous noise", "rumble"], ["murmuring", "a complaint uttered in a low and indistinct tone", "murmuring"], ["mutter", "a complaint uttered in a low and indistinct tone", "mutter"]]}, {"answer": "grummet", "hint": "synonyms for grummet", "clues": [["loop", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "loop"], ["eyelet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "eyelet"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "cringle"], ["grommet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "grommet"]]}, {"answer": "gsr", "hint": "synonyms for gsr", "clues": [["psychogalvanic response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "psychogalvanic response"], ["electrodermal response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "electrodermal response"], ["electrical skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "electrical skin response"], ["galvanic skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "galvanic skin response"]]}, {"answer": "guard", "hint": "synonyms for guard", "clues": [["sentry go", "the duty of serving as a sentry", "sentry go"], ["guard duty", "the duty of serving as a sentry", "guard duty"], ["sentry duty", "the duty of serving as a sentry", "sentry duty"], ["safeguard", "a precautionary measure warding off impending danger or damage or injury etc.", "safeguard"], ["precaution", "a precautionary measure warding off impending danger or damage or injury etc.", "precaution"], ["safety device", "a device designed to prevent injury or accidents", "safety device"], ["safety", "a device designed to prevent injury or accidents", "safety"]]}, {"answer": "guardianship", "hint": "synonyms for guardianship", "clues": [["tutelage", "attention and management implying responsibility for safety", "tutelage"], ["care", "attention and management implying responsibility for safety", "care"], ["safekeeping", "the responsibility of a guardian or keeper", "safekeeping"], ["keeping", "the responsibility of a guardian or keeper", "keeping"], ["charge", "attention and management implying responsibility for safety", "charge"]]}, {"answer": "gubbins", "hint": "synonyms for gubbins", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "guck", "hint": "synonyms for guck", "clues": [["goop", "any thick, viscous matter", "goop"], ["sludge", "any thick, viscous matter", "sludge"], ["ooze", "any thick, viscous matter", "ooze"], ["gunk", "any thick, viscous matter", "gunk"], ["muck", "any thick, viscous matter", "muck"], ["gook", "any thick, viscous matter", "gook"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "guess", "hint": "synonyms for guess", "clues": [["speculation", "a message expressing an opinion based on incomplete evidence", "speculation"], ["conjecture", "a message expressing an opinion based on incomplete evidence", "conjecture"], ["shot", "an estimate based on little or no information", "shot"], ["guessing", "an estimate based on little or no information", "guessing"], ["dead reckoning", "an estimate based on little or no information", "dead reckoning"], ["hypothesis", "a message expressing an opinion based on incomplete evidence", "hypothesis"], ["supposition", "a message expressing an opinion based on incomplete evidence", "supposition"], ["surmisal", "a message expressing an opinion based on incomplete evidence", "surmisal"], ["guesswork", "an estimate based on little or no information", "guesswork"], ["surmise", "a message expressing an opinion based on incomplete evidence", "surmise"]]}, {"answer": "guessing", "hint": "synonyms for guessing", "clues": [["shot", "an estimate based on little or no information", "shot"], ["guesswork", "an estimate based on little or no information", "guesswork"], ["dead reckoning", "an estimate based on little or no information", "dead reckoning"], ["guess", "an estimate based on little or no information", "guess"]]}, {"answer": "guff", "hint": "synonyms for guff", "clues": [["hogwash", "unacceptable behavior (especially ludicrously false statements)", "hogwash"], ["rot", "unacceptable behavior (especially ludicrously false statements)", "rot"], ["bunk", "unacceptable behavior (especially ludicrously false statements)", "bunk"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)", "bunkum"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)", "buncombe"]]}, {"answer": "guidance", "hint": "synonyms for guidance", "clues": [["counselling", "something that provides direction or advice as to a decision or course of action", "counselling"], ["steering", "the act of guiding or showing the way", "steering"], ["direction", "something that provides direction or advice as to a decision or course of action", "direction"], ["counsel", "something that provides direction or advice as to a decision or course of action", "counsel"]]}, {"answer": "guild", "hint": "synonyms for guild", "clues": [["lodge", "a formal association of people with similar interests", "lodge"], ["order", "a formal association of people with similar interests", "order"], ["society", "a formal association of people with similar interests", "society"], ["club", "a formal association of people with similar interests", "club"], ["social club", "a formal association of people with similar interests", "social club"], ["gild", "a formal association of people with similar interests", "gild"]]}, {"answer": "guile", "hint": "synonyms for guile", "clues": [["foxiness", "shrewdness as demonstrated by being skilled in deception", "foxiness"], ["wiliness", "shrewdness as demonstrated by being skilled in deception", "wiliness"], ["deceitfulness", "the quality of being crafty", "deceitfulness"], ["slyness", "shrewdness as demonstrated by being skilled in deception", "slyness"], ["chicanery", "the use of tricks to deceive someone (usually to extract money from them)", "chicanery"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)", "wile"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)", "shenanigan"], ["craftiness", "the quality of being crafty", "craftiness"], ["craft", "shrewdness as demonstrated by being skilled in deception", "craft"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)", "trickery"], ["cunning", "shrewdness as demonstrated by being skilled in deception", "cunning"]]}, {"answer": "gulp", "hint": "synonyms for gulp", "clues": [["draught", "a large and hurried swallow", "draught"], ["swig", "a large and hurried swallow", "swig"], ["gulping", "a spasmodic reflex of the throat made as if in swallowing", "gulping"], ["draft", "a large and hurried swallow", "draft"]]}, {"answer": "gum_benjamin", "hint": "synonyms for gum benjamin", "clues": [["benzoin", "gum resin used especially in treating skin irritation", "benzoin"], ["asa dulcis", "gum resin used especially in treating skin irritation", "asa dulcis"], ["gum benzoin", "gum resin used especially in treating skin irritation", "gum benzoin"], ["benjamin", "gum resin used especially in treating skin irritation", "benjamin"]]}, {"answer": "gum_benzoin", "hint": "synonyms for gum benzoin", "clues": [["benzoin", "gum resin used especially in treating skin irritation", "benzoin"], ["asa dulcis", "gum resin used especially in treating skin irritation", "asa dulcis"], ["gum benjamin", "gum resin used especially in treating skin irritation", "gum benjamin"], ["benjamin", "gum resin used especially in treating skin irritation", "benjamin"]]}, {"answer": "gumminess", "hint": "synonyms for gumminess", "clues": [["ropiness", "the property of being cohesive and sticky", "ropiness"], ["gluiness", "the property of being cohesive and sticky", "gluiness"], ["viscidness", "the property of being cohesive and sticky", "viscidness"], ["cohesiveness", "the property of being cohesive and sticky", "cohesiveness"], ["tackiness", "the property of being cohesive and sticky", "tackiness"], ["glueyness", "the property of being cohesive and sticky", "glueyness"], ["viscidity", "the property of being cohesive and sticky", "viscidity"]]}, {"answer": "gumption", "hint": "synonyms for gumption", "clues": [["common sense", "sound practical judgment", "common sense"], ["mother wit", "sound practical judgment", "mother wit"], ["sense", "sound practical judgment", "sense"], ["good sense", "sound practical judgment", "good sense"], ["horse sense", "sound practical judgment", "horse sense"], ["grit", "fortitude and determination", "grit"], ["sand", "fortitude and determination", "sand"], ["backbone", "fortitude and determination", "backbone"], ["moxie", "fortitude and determination", "moxie"], ["guts", "fortitude and determination", "guts"]]}, {"answer": "gumshoe", "hint": "synonyms for gumshoe", "clues": [["rubber", "a waterproof overshoe that protects shoes from water or snow", "rubber"], ["arctic", "a waterproof overshoe that protects shoes from water or snow", "arctic"], ["galosh", "a waterproof overshoe that protects shoes from water or snow", "galosh"], ["golosh", "a waterproof overshoe that protects shoes from water or snow", "golosh"]]}, {"answer": "gun", "hint": "synonyms for gun", "clues": [["throttle", "a pedal that controls the throttle valve", "throttle"], ["heavy weapon", "large but transportable armament", "heavy weapon"], ["artillery", "large but transportable armament", "artillery"], ["ordnance", "large but transportable armament", "ordnance"], ["gas", "a pedal that controls the throttle valve", "gas"], ["grease-gun", "a hand-operated pump that resembles a revolver; forces grease into parts of a machine", "grease-gun"], ["accelerator pedal", "a pedal that controls the throttle valve", "accelerator pedal"], ["accelerator", "a pedal that controls the throttle valve", "accelerator"], ["gas pedal", "a pedal that controls the throttle valve", "gas pedal"]]}, {"answer": "gunk", "hint": "synonyms for gunk", "clues": [["goop", "any thick, viscous matter", "goop"], ["guck", "any thick, viscous matter", "guck"], ["sludge", "any thick, viscous matter", "sludge"], ["ooze", "any thick, viscous matter", "ooze"], ["muck", "any thick, viscous matter", "muck"], ["gook", "any thick, viscous matter", "gook"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "gush", "hint": "synonyms for gush", "clues": [["outpouring", "a sudden rapid flow (as of water)", "outpouring"], ["ebullition", "an unrestrained expression of emotion", "ebullition"], ["flush", "a sudden rapid flow (as of water)", "flush"], ["effusion", "an unrestrained expression of emotion", "effusion"], ["blowup", "an unrestrained expression of emotion", "blowup"], ["outburst", "an unrestrained expression of emotion", "outburst"]]}, {"answer": "gustatory_perception", "hint": "synonyms for gustatory perception", "clues": [["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste sensation"], ["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste"], ["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory sensation"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste perception"]]}, {"answer": "gustatory_sensation", "hint": "synonyms for gustatory sensation", "clues": [["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste sensation"], ["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory perception"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste perception"]]}, {"answer": "guts", "hint": "synonyms for guts", "clues": [["gut", "a narrow channel or strait", "gut"], ["gumption", "fortitude and determination", "gumption"], ["sand", "fortitude and determination", "sand"], ["backbone", "fortitude and determination", "backbone"], ["catgut", "a strong cord made from the intestines of sheep and used in surgery", "catgut"], ["moxie", "fortitude and determination", "moxie"], ["grit", "fortitude and determination", "grit"]]}, {"answer": "gymnasium", "hint": "synonyms for gymnasium", "clues": [["lycee", "a school for students intermediate between elementary school and college; usually grades 9 to 12", "lycee"], ["gym", "athletic facility equipped for sports or physical training", "gym"], ["secondary school", "a school for students intermediate between elementary school and college; usually grades 9 to 12", "secondary school"], ["lyceum", "a school for students intermediate between elementary school and college; usually grades 9 to 12", "lyceum"], ["middle school", "a school for students intermediate between elementary school and college; usually grades 9 to 12", "middle school"]]}, {"answer": "gyp", "hint": "synonyms for gyp", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "gyps", "hint": "synonyms for gyps", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "gyre", "hint": "synonyms for gyre", "clues": [["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curl"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "whorl"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "ringlet"], ["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curlicue"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "roll"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "scroll"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "coil"]]}, {"answer": "h", "hint": "synonyms for h", "clues": [["atomic number 1", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe", "atomic number 1"], ["hydrogen", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe", "hydrogen"], ["henry", "a unit of inductance in which an induced electromotive force of one volt is produced when the current is varied at the rate of one ampere per second", "henry"], ["total heat", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure", "total heat"], ["heat content", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure", "heat content"], ["enthalpy", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure", "enthalpy"]]}, {"answer": "ha-ha", "hint": "synonyms for ha-ha", "clues": [["horselaugh", "a loud laugh that sounds like a horse neighing", "horselaugh"], ["sunk fence", "a ditch with one side being a retaining wall; used to divide lands without defacing the landscape", "sunk fence"], ["hee-haw", "a loud laugh that sounds like a horse neighing", "hee-haw"], ["haw-haw", "a loud laugh that sounds like a horse neighing", "haw-haw"]]}, {"answer": "haberdashery", "hint": "synonyms for haberdashery", "clues": [["mens store", "a store where men's clothes are sold", "mens store"], ["haberdashery store", "a store where men's clothes are sold", "haberdashery store"], ["clothing store", "a store where men's clothes are sold", "clothing store"], ["men's furnishings", "the drygoods sold by a haberdasher", "men's furnishings"]]}, {"answer": "habiliment", "hint": "synonyms for habiliment", "clues": [["wearable", "a covering designed to be worn on a person's body", "wearable"], ["vesture", "a covering designed to be worn on a person's body", "vesture"], ["article of clothing", "a covering designed to be worn on a person's body", "article of clothing"], ["clothing", "a covering designed to be worn on a person's body", "clothing"], ["wear", "a covering designed to be worn on a person's body", "wear"]]}, {"answer": "habit", "hint": "synonyms for habit", "clues": [["riding habit", "attire that is typically worn by a horseback rider (especially a woman's attire)", "riding habit"], ["wont", "an established custom", "wont"], ["drug abuse", "excessive use of drugs", "drug abuse"], ["substance abuse", "excessive use of drugs", "substance abuse"], ["use", "(psychology) an automatic pattern of behavior in reaction to a specific situation; may be inherited or acquired through frequent repetition", "use"]]}, {"answer": "habitation", "hint": "synonyms for habitation", "clues": [["domicile", "housing that someone is living in", "domicile"], ["abode", "housing that someone is living in", "abode"], ["dwelling", "housing that someone is living in", "dwelling"], ["inhabitation", "the act of dwelling in or living permanently in a place (said of both animals and men)", "inhabitation"], ["home", "housing that someone is living in", "home"], ["inhabitancy", "the act of dwelling in or living permanently in a place (said of both animals and men)", "inhabitancy"], ["dwelling house", "housing that someone is living in", "dwelling house"]]}, {"answer": "haem", "hint": "synonyms for haem", "clues": [["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "protoheme"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haemitin"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "heme"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "hematin"]]}, {"answer": "haemitin", "hint": "synonyms for haemitin", "clues": [["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haem"], ["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "protoheme"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "heme"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "hematin"]]}, {"answer": "hairdressing", "hint": "synonyms for hairdressing", "clues": [["hair tonic", "a toiletry for the hair", "hair tonic"], ["hair care", "care for the hair: the activity of washing or cutting or curling or arranging the hair", "hair care"], ["hair oil", "a toiletry for the hair", "hair oil"], ["hair grease", "a toiletry for the hair", "hair grease"]]}, {"answer": "half_a_dozen", "hint": "synonyms for half a dozen", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "half_boot", "hint": "synonyms for half boot", "clues": [["buskin", "a boot reaching halfway up to the knee", "buskin"], ["desert boot", "a boot reaching halfway up to the knee", "desert boot"], ["top boot", "a boot reaching halfway up to the knee", "top boot"], ["combat boot", "a boot reaching halfway up to the knee", "combat boot"]]}, {"answer": "hall", "hint": "synonyms for hall", "clues": [["antechamber", "a large entrance or reception room or area", "antechamber"], ["lobby", "a large entrance or reception room or area", "lobby"], ["hallway", "an interior passage or corridor onto which rooms open", "hallway"], ["dorm", "a college or university building containing living quarters for students", "dorm"], ["vestibule", "a large entrance or reception room or area", "vestibule"], ["entrance hall", "a large entrance or reception room or area", "entrance hall"], ["dormitory", "a college or university building containing living quarters for students", "dormitory"], ["manor hall", "the large room of a manor or castle", "manor hall"], ["mansion house", "a large and imposing house", "mansion house"], ["foyer", "a large entrance or reception room or area", "foyer"], ["anteroom", "a large entrance or reception room or area", "anteroom"], ["mansion", "a large and imposing house", "mansion"], ["residence hall", "a college or university building containing living quarters for students", "residence hall"], ["residence", "a large and imposing house", "residence"], ["manse", "a large and imposing house", "manse"], ["student residence", "a college or university building containing living quarters for students", "student residence"]]}, {"answer": "hallmark", "hint": "synonyms for hallmark", "clues": [["assay-mark", "a mark on an article of trade to indicate its origin and authenticity", "assay-mark"], ["stylemark", "a distinctive characteristic or attribute", "stylemark"], ["authentication", "a mark on an article of trade to indicate its origin and authenticity", "authentication"], ["earmark", "a distinctive characteristic or attribute", "earmark"], ["trademark", "a distinctive characteristic or attribute", "trademark"]]}, {"answer": "halo", "hint": "synonyms for halo", "clues": [["glory", "an indication of radiant light drawn around the head of a saint", "glory"], ["doughnut", "a toroidal shape", "doughnut"], ["nimbus", "an indication of radiant light drawn around the head of a saint", "nimbus"], ["anchor ring", "a toroidal shape", "anchor ring"], ["aura", "an indication of radiant light drawn around the head of a saint", "aura"], ["ring", "a toroidal shape", "ring"], ["aureole", "an indication of radiant light drawn around the head of a saint", "aureole"], ["annulus", "a toroidal shape", "annulus"], ["gloriole", "an indication of radiant light drawn around the head of a saint", "gloriole"]]}, {"answer": "halter", "hint": "synonyms for halter", "clues": [["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hempen necktie"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's halter"], ["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hemp"], ["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's rope"], ["hackamore", "rope or canvas headgear for a horse, with a rope for leading", "hackamore"]]}, {"answer": "hammer", "hint": "synonyms for hammer", "clues": [["cock", "the part of a gunlock that strikes the percussion cap when the trigger is pulled", "cock"], ["pound", "the act of pounding (delivering repeated heavy blows)", "pound"], ["power hammer", "a power tool for drilling rocks", "power hammer"], ["mallet", "a light drumstick with a rounded head that is used to strike such percussion instruments as chimes, kettledrums, marimbas, glockenspiels, etc.", "mallet"], ["hammering", "the act of pounding (delivering repeated heavy blows)", "hammering"]]}, {"answer": "hammock", "hint": "synonyms for hammock", "clues": [["hummock", "a small natural hill", "hummock"], ["hillock", "a small natural hill", "hillock"], ["sack", "a hanging bed of canvas or rope netting (usually suspended between two trees); swings easily", "sack"], ["knoll", "a small natural hill", "knoll"], ["mound", "a small natural hill", "mound"]]}, {"answer": "hand", "hint": "synonyms for hand", "clues": [["script", "something written by hand", "script"], ["deal", "the cards held in a card game by a given player at any given time", "deal"], ["handwriting", "something written by hand", "handwriting"], ["helping hand", "physical assistance", "helping hand"]]}, {"answer": "hand-to-hand_struggle", "hint": "synonyms for hand-to-hand struggle", "clues": [["grappling", "the act of engaging in close hand-to-hand combat", "grappling"], ["wrestle", "the act of engaging in close hand-to-hand combat", "wrestle"], ["grapple", "the act of engaging in close hand-to-hand combat", "grapple"], ["wrestling", "the act of engaging in close hand-to-hand combat", "wrestling"]]}, {"answer": "hand_organ", "hint": "synonyms for hand organ", "clues": [["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "grind organ"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "street organ"], ["hurdy-gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hurdy-gurdy"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "barrel organ"]]}, {"answer": "handbasin", "hint": "synonyms for handbasin", "clues": [["washbowl", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbowl"], ["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)", "lavabo"], ["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "wash-hand basin"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbasin"]]}, {"answer": "handbill", "hint": "synonyms for handbill", "clues": [["broadside", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadside"], ["circular", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "circular"], ["flier", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flier"], ["broadsheet", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "broadsheet"], ["flyer", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "flyer"], ["bill", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "bill"], ["throwaway", "an advertisement (usually printed on a page or in a leaflet) intended for wide distribution", "throwaway"]]}, {"answer": "handicap", "hint": "synonyms for handicap", "clues": [["impediment", "something immaterial that interferes with or delays action or progress", "impediment"], ["check", "something immaterial that interferes with or delays action or progress", "check"], ["hinderance", "something immaterial that interferes with or delays action or progress", "hinderance"], ["balk", "something immaterial that interferes with or delays action or progress", "balk"], ["deterrent", "something immaterial that interferes with or delays action or progress", "deterrent"]]}, {"answer": "hands", "hint": "synonyms for hands", "clues": [["manpower", "the force of workers available", "manpower"], ["workforce", "the force of workers available", "workforce"], ["hand", "something written by hand", "hand"], ["deal", "the cards held in a card game by a given player at any given time", "deal"], ["script", "something written by hand", "script"], ["custody", "(with `in') guardianship over; in divorce cases it is the right to house and care for and discipline a child", "custody"], ["handwriting", "something written by hand", "handwriting"], ["helping hand", "physical assistance", "helping hand"]]}, {"answer": "hangman's_halter", "hint": "synonyms for hangman's halter", "clues": [["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hemp"], ["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's rope"], ["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hempen necktie"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "halter"]]}, {"answer": "hangman's_rope", "hint": "synonyms for hangman's rope", "clues": [["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hemp"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's halter"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "halter"], ["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hempen necktie"]]}, {"answer": "hangout", "hint": "synonyms for hangout", "clues": [["repair", "a frequently visited place", "repair"], ["haunt", "a frequently visited place", "haunt"], ["stamping ground", "a frequently visited place", "stamping ground"], ["resort", "a frequently visited place", "resort"]]}, {"answer": "hanky_panky", "hint": "synonyms for hanky panky", "clues": [["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way", "hocus-pocus"], ["slickness", "verbal misrepresentation intended to take advantage of you in some way", "slickness"], ["skullduggery", "verbal misrepresentation intended to take advantage of you in some way", "skullduggery"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way", "jiggery-pokery"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way", "trickery"]]}, {"answer": "harbinger", "hint": "synonyms for harbinger", "clues": [["predecessor", "something that precedes and indicates the approach of something or someone", "predecessor"], ["herald", "something that precedes and indicates the approach of something or someone", "herald"], ["forerunner", "something that precedes and indicates the approach of something or someone", "forerunner"], ["precursor", "something that precedes and indicates the approach of something or someone", "precursor"]]}, {"answer": "hard_drink", "hint": "synonyms for hard drink", "clues": [["strong drink", "an alcoholic beverage that is distilled rather than fermented", "strong drink"], ["spirits", "an alcoholic beverage that is distilled rather than fermented", "spirits"], ["liquor", "an alcoholic beverage that is distilled rather than fermented", "liquor"], ["booze", "an alcoholic beverage that is distilled rather than fermented", "booze"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented", "hard liquor"]]}, {"answer": "hard_liquor", "hint": "synonyms for hard liquor", "clues": [["strong drink", "an alcoholic beverage that is distilled rather than fermented", "strong drink"], ["spirits", "an alcoholic beverage that is distilled rather than fermented", "spirits"], ["liquor", "an alcoholic beverage that is distilled rather than fermented", "liquor"], ["booze", "an alcoholic beverage that is distilled rather than fermented", "booze"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented", "hard drink"]]}, {"answer": "hardening", "hint": "synonyms for hardening", "clues": [["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization", "solidifying"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization", "curing"], ["set", "the process of becoming hard or solid by cooling or drying or crystallization", "set"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization", "solidification"]]}, {"answer": "hardiness", "hint": "synonyms for hardiness", "clues": [["robustness", "the property of being strong and healthy in constitution", "robustness"], ["hardihood", "the trait of being willing to undertake things that involve risk or danger", "hardihood"], ["boldness", "the trait of being willing to undertake things that involve risk or danger", "boldness"], ["lustiness", "the property of being strong and healthy in constitution", "lustiness"], ["validity", "the property of being strong and healthy in constitution", "validity"], ["daring", "the trait of being willing to undertake things that involve risk or danger", "daring"]]}, {"answer": "hardness", "hint": "synonyms for hardness", "clues": [["callosity", "devoid of passion or feeling; hardheartedness", "callosity"], ["severity", "excessive sternness", "severity"], ["insensibility", "devoid of passion or feeling; hardheartedness", "insensibility"], ["severeness", "excessive sternness", "severeness"], ["rigour", "excessive sternness", "rigour"], ["unfeelingness", "devoid of passion or feeling; hardheartedness", "unfeelingness"], ["rigorousness", "excessive sternness", "rigorousness"], ["callousness", "devoid of passion or feeling; hardheartedness", "callousness"], ["ruggedness", "the quality of being difficult to do", "ruggedness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"], ["inclemency", "excessive sternness", "inclemency"]]}, {"answer": "hardship", "hint": "synonyms for hardship", "clues": [["asperity", "something hard to endure", "asperity"], ["severity", "something hard to endure", "severity"], ["severeness", "something hard to endure", "severeness"], ["rigour", "something hard to endure", "rigour"], ["rigourousness", "something hard to endure", "rigourousness"], ["grimness", "something hard to endure", "grimness"]]}, {"answer": "hardtack", "hint": "synonyms for hardtack", "clues": [["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "pilot biscuit"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple", "pilot bread"], ["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "ship biscuit"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "sea biscuit"]]}, {"answer": "harlequinade", "hint": "synonyms for harlequinade", "clues": [["japery", "acting like a clown or buffoon", "japery"], ["prank", "acting like a clown or buffoon", "prank"], ["frivolity", "acting like a clown or buffoon", "frivolity"], ["buffoonery", "acting like a clown or buffoon", "buffoonery"], ["clowning", "acting like a clown or buffoon", "clowning"]]}, {"answer": "harm", "hint": "synonyms for harm", "clues": [["impairment", "the occurrence of a change for the worse", "impairment"], ["hurt", "the act of damaging something or someone", "hurt"], ["scathe", "the act of damaging something or someone", "scathe"], ["damage", "the occurrence of a change for the worse", "damage"]]}, {"answer": "harmony", "hint": "synonyms for harmony", "clues": [["concord", "agreement of opinions", "concord"], ["harmoniousness", "compatibility in opinion and action", "harmoniousness"], ["concordance", "agreement of opinions", "concordance"], ["musical harmony", "the structure of music with respect to the composition and progression of chords", "musical harmony"]]}, {"answer": "harshness", "hint": "synonyms for harshness", "clues": [["severity", "excessive sternness", "severity"], ["cruelty", "the quality of being cruel and causing tension or annoyance", "cruelty"], ["rigor", "excessive sternness", "rigor"], ["stiffness", "excessive sternness", "stiffness"], ["severeness", "excessive sternness", "severeness"], ["rigourousness", "excessive sternness", "rigourousness"], ["abrasiveness", "the roughness of a substance that causes abrasions", "abrasiveness"], ["roughness", "the quality of being unpleasant (harsh or rough or grating) to the senses", "roughness"], ["cruelness", "the quality of being cruel and causing tension or annoyance", "cruelness"], ["inclemency", "excessive sternness", "inclemency"], ["scratchiness", "the roughness of a substance that causes abrasions", "scratchiness"], ["hardness", "excessive sternness", "hardness"]]}, {"answer": "hassle", "hint": "synonyms for hassle", "clues": [["scuffle", "disorderly fighting", "scuffle"], ["rough-and-tumble", "disorderly fighting", "rough-and-tumble"], ["fuss", "an angry disturbance", "fuss"], ["tussle", "disorderly fighting", "tussle"], ["bother", "an angry disturbance", "bother"], ["dogfight", "disorderly fighting", "dogfight"], ["trouble", "an angry disturbance", "trouble"]]}, {"answer": "hassock", "hint": "synonyms for hassock", "clues": [["pouffe", "thick cushion used as a seat", "pouffe"], ["puff", "thick cushion used as a seat", "puff"], ["ottoman", "thick cushion used as a seat", "ottoman"], ["pouf", "thick cushion used as a seat", "pouf"]]}, {"answer": "haste", "hint": "synonyms for haste", "clues": [["hastiness", "overly eager speed (and possible carelessness)", "hastiness"], ["precipitation", "overly eager speed (and possible carelessness)", "precipitation"], ["hurry", "the act of moving hurriedly and in a careless manner", "hurry"], ["rush", "the act of moving hurriedly and in a careless manner", "rush"], ["hurriedness", "overly eager speed (and possible carelessness)", "hurriedness"]]}, {"answer": "hastiness", "hint": "synonyms for hastiness", "clues": [["precipitation", "overly eager speed (and possible carelessness)", "precipitation"], ["haste", "overly eager speed (and possible carelessness)", "haste"], ["hurry", "overly eager speed (and possible carelessness)", "hurry"], ["hurriedness", "overly eager speed (and possible carelessness)", "hurriedness"]]}, {"answer": "hatchet_job", "hint": "synonyms for hatchet job", "clues": [["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "traducement"], ["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "defamation"], ["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumny"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "obloquy"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumniation"]]}, {"answer": "hatful", "hint": "synonyms for hatful", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "haughtiness", "hint": "synonyms for haughtiness", "clues": [["hauteur", "overbearing pride evidenced by a superior manner toward inferiors", "hauteur"], ["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors", "high-handedness"], ["arrogance", "overbearing pride evidenced by a superior manner toward inferiors", "arrogance"], ["lordliness", "overbearing pride evidenced by a superior manner toward inferiors", "lordliness"]]}, {"answer": "haunt", "hint": "synonyms for haunt", "clues": [["repair", "a frequently visited place", "repair"], ["stamping ground", "a frequently visited place", "stamping ground"], ["hangout", "a frequently visited place", "hangout"], ["resort", "a frequently visited place", "resort"]]}, {"answer": "hauteur", "hint": "synonyms for hauteur", "clues": [["lordliness", "overbearing pride evidenced by a superior manner toward inferiors", "lordliness"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors", "haughtiness"], ["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors", "high-handedness"], ["arrogance", "overbearing pride evidenced by a superior manner toward inferiors", "arrogance"]]}, {"answer": "haversack", "hint": "synonyms for haversack", "clues": [["backpack", "a bag carried by a strap on your back or shoulder", "backpack"], ["packsack", "a bag carried by a strap on your back or shoulder", "packsack"], ["rucksack", "a bag carried by a strap on your back or shoulder", "rucksack"], ["knapsack", "a bag carried by a strap on your back or shoulder", "knapsack"]]}, {"answer": "haw-haw", "hint": "synonyms for haw-haw", "clues": [["horselaugh", "a loud laugh that sounds like a horse neighing", "horselaugh"], ["sunk fence", "a ditch with one side being a retaining wall; used to divide lands without defacing the landscape", "sunk fence"], ["hee-haw", "a loud laugh that sounds like a horse neighing", "hee-haw"], ["ha-ha", "a loud laugh that sounds like a horse neighing", "ha-ha"]]}, {"answer": "head", "hint": "synonyms for head", "clues": [["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "mind"], ["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "nous"], ["foreland", "a natural elevation (especially a rocky one that juts out into the sea)", "foreland"], ["drumhead", "a membrane that is stretched taut over a drum", "drumhead"], ["pass", "a difficult juncture", "pass"], ["heading", "a line of text serving to indicate what the passage below it is about", "heading"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "brain"], ["read/write head", "(computer science) a tiny electromagnetic coil and metal pole used to write and read magnetic patterns on a disk", "read/write head"], ["promontory", "a natural elevation (especially a rocky one that juts out into the sea)", "promontory"], ["straits", "a difficult juncture", "straits"], ["point", "a V-shaped mark at one end of an arrow pointer", "point"], ["headway", "forward movement", "headway"], ["oral sex", "oral stimulation of the genitals", "oral sex"], ["forefront", "the part in the front or nearest the viewer", "forefront"], ["headland", "a natural elevation (especially a rocky one that juts out into the sea)", "headland"], ["question", "the subject matter at issue", "question"], ["header", "a line of text serving to indicate what the passage below it is about", "header"], ["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "psyche"], ["headspring", "the source of water from which a stream arises", "headspring"], ["head word", "(grammar) the word in a grammatical constituent that plays the same grammatical role as the whole constituent", "head word"], ["fountainhead", "the source of water from which a stream arises", "fountainhead"]]}, {"answer": "head_gate", "hint": "synonyms for head gate", "clues": [["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "penstock"], ["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "floodgate"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "water gate"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluice valve"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluicegate"]]}, {"answer": "header", "hint": "synonyms for header", "clues": [["cope", "brick that is laid sideways at the top of a wall", "cope"], ["heading", "a line of text serving to indicate what the passage below it is about", "heading"], ["coping", "brick that is laid sideways at the top of a wall", "coping"], ["lintel", "horizontal beam used as a finishing piece over a door or window", "lintel"]]}, {"answer": "heading", "hint": "synonyms for heading", "clues": [["gallery", "a horizontal (or nearly horizontal) passageway in a mine", "gallery"], ["header", "a line of text serving to indicate what the passage below it is about", "header"], ["bearing", "the direction or path along which something moves or along which it lies", "bearing"], ["aim", "the direction or path along which something moves or along which it lies", "aim"], ["drift", "a horizontal (or nearly horizontal) passageway in a mine", "drift"], ["head", "a line of text serving to indicate what the passage below it is about", "head"]]}, {"answer": "headquarters", "hint": "synonyms for headquarters", "clues": [["home base", "(usually plural) the office that serves as the administrative center of an enterprise", "home base"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise", "central office"], ["home office", "(usually plural) the office that serves as the administrative center of an enterprise", "home office"], ["military headquarters", "the military installation from which a commander performs the functions of command", "military headquarters"], ["main office", "(usually plural) the office that serves as the administrative center of an enterprise", "main office"]]}, {"answer": "headstone", "hint": "synonyms for headstone", "clues": [["key", "the central building block at the top of an arch or vault", "key"], ["keystone", "the central building block at the top of an arch or vault", "keystone"], ["gravestone", "a stone that is used to mark a grave", "gravestone"], ["tombstone", "a stone that is used to mark a grave", "tombstone"]]}, {"answer": "health_check", "hint": "synonyms for health check", "clues": [["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical examination"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical exam"], ["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical checkup"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "checkup"]]}, {"answer": "heap", "hint": "synonyms for heap", "clues": [["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"], ["cumulation", "a collection of objects laid on top of each other", "cumulation"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["jalopy", "a car that is old and unreliable", "jalopy"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["agglomerate", "a collection of objects laid on top of each other", "agglomerate"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["mound", "a collection of objects laid on top of each other", "mound"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["cumulus", "a collection of objects laid on top of each other", "cumulus"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["bus", "a car that is old and unreliable", "bus"]]}, {"answer": "heart", "hint": "synonyms for heart", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["affectionateness", "a positive feeling of liking", "affectionateness"], ["nerve", "the courage to carry on", "nerve"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["tenderness", "a positive feeling of liking", "tenderness"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["spunk", "the courage to carry on", "spunk"], ["eye", "an area that is approximately central within some larger region", "eye"], ["philia", "a positive feeling of liking", "philia"], ["middle", "an area that is approximately central within some larger region", "middle"], ["warmness", "a positive feeling of liking", "warmness"], ["mettle", "the courage to carry on", "mettle"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["bosom", "the locus of feelings and intuitions", "bosom"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["spirit", "an inclination or tendency of a certain kind", "spirit"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["affection", "a positive feeling of liking", "affection"], ["fondness", "a positive feeling of liking", "fondness"]]}, {"answer": "heartbeat", "hint": "synonyms for heartbeat", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulse"], ["pulsation", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulsation"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "beat"]]}, {"answer": "hearts", "hint": "synonyms for hearts", "clues": [["heart", "a firm rather dry variety meat (usually beef or veal)", "heart"], ["tenderness", "a positive feeling of liking", "tenderness"], ["spunk", "the courage to carry on", "spunk"], ["eye", "an area that is approximately central within some larger region", "eye"], ["philia", "a positive feeling of liking", "philia"], ["middle", "an area that is approximately central within some larger region", "middle"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["bosom", "the locus of feelings and intuitions", "bosom"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["spirit", "an inclination or tendency of a certain kind", "spirit"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["affection", "a positive feeling of liking", "affection"], ["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["affectionateness", "a positive feeling of liking", "affectionateness"], ["nerve", "the courage to carry on", "nerve"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["warmness", "a positive feeling of liking", "warmness"], ["mettle", "the courage to carry on", "mettle"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["fondness", "a positive feeling of liking", "fondness"]]}, {"answer": "heartsease", "hint": "synonyms for heartsease", "clues": [["repose", "the absence of mental stress or anxiety", "repose"], ["ataraxis", "the absence of mental stress or anxiety", "ataraxis"], ["serenity", "the absence of mental stress or anxiety", "serenity"], ["peace of mind", "the absence of mental stress or anxiety", "peace of mind"], ["peacefulness", "the absence of mental stress or anxiety", "peacefulness"], ["peace", "the absence of mental stress or anxiety", "peace"]]}, {"answer": "heat", "hint": "synonyms for heat", "clues": [["warmth", "the sensation caused by heat energy", "warmth"], ["heating", "utility to warm a building", "heating"], ["heating plant", "utility to warm a building", "heating plant"], ["heating system", "utility to warm a building", "heating system"], ["hotness", "the presence of heat", "hotness"], ["heat energy", "a form of energy that is transferred by a difference in temperature", "heat energy"], ["high temperature", "the presence of heat", "high temperature"], ["passion", "the trait of being intensely emotional", "passion"]]}, {"answer": "heater", "hint": "synonyms for heater", "clues": [["bullet", "(baseball) a pitch thrown with maximum velocity", "bullet"], ["warmer", "device that heats water or supplies warmth to a room", "warmer"], ["smoke", "(baseball) a pitch thrown with maximum velocity", "smoke"], ["hummer", "(baseball) a pitch thrown with maximum velocity", "hummer"], ["fastball", "(baseball) a pitch thrown with maximum velocity", "fastball"]]}, {"answer": "heating", "hint": "synonyms for heating", "clues": [["warming", "the process of becoming warmer; a rising temperature", "warming"], ["heating system", "utility to warm a building", "heating system"], ["heat", "utility to warm a building", "heat"], ["heating plant", "utility to warm a building", "heating plant"]]}, {"answer": "heave", "hint": "synonyms for heave", "clues": [["heaving", "throwing something heavy (with great effort)", "heaving"], ["lift", "the act of raising something", "lift"], ["retch", "an involuntary spasm of ineffectual vomiting", "retch"], ["raise", "the act of raising something", "raise"]]}, {"answer": "heavens", "hint": "synonyms for heavens", "clues": [["nirvana", "any place of complete bliss and delight and peace", "nirvana"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "celestial sphere"], ["paradise", "any place of complete bliss and delight and peace", "paradise"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "firmament"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "welkin"], ["heaven", "any place of complete bliss and delight and peace", "heaven"], ["promised land", "any place of complete bliss and delight and peace", "promised land"], ["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "empyrean"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "vault of heaven"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "sphere"]]}, {"answer": "heaves", "hint": "synonyms for heaves", "clues": [["retch", "an involuntary spasm of ineffectual vomiting", "retch"], ["heave", "the act of raising something", "heave"], ["raise", "the act of raising something", "raise"], ["heaving", "throwing something heavy (with great effort)", "heaving"], ["lift", "the act of raising something", "lift"]]}, {"answer": "heaviness", "hint": "synonyms for heaviness", "clues": [["oppressiveness", "unwelcome burdensome difficulty", "oppressiveness"], ["ponderousness", "an oppressive quality that is laborious and solemn and lacks grace or fluency", "ponderousness"], ["weightiness", "the property of being comparatively great in weight", "weightiness"], ["burdensomeness", "unwelcome burdensome difficulty", "burdensomeness"], ["thickness", "used of a line or mark", "thickness"]]}, {"answer": "heedlessness", "hint": "synonyms for heedlessness", "clues": [["inadvertency", "the trait of forgetting or ignoring your responsibilities", "inadvertency"], ["unmindfulness", "the trait of forgetting or ignoring your responsibilities", "unmindfulness"], ["rashness", "the trait of acting rashly and without prudence", "rashness"], ["mindlessness", "the trait of acting rashly and without prudence", "mindlessness"], ["inattentiveness", "a lack of attentiveness (as to children or helpless people)", "inattentiveness"]]}, {"answer": "heft", "hint": "synonyms for heft", "clues": [["ponderosity", "the property of being large in mass", "ponderosity"], ["massiveness", "the property of being large in mass", "massiveness"], ["ponderousness", "the property of being large in mass", "ponderousness"], ["heftiness", "the property of being large in mass", "heftiness"]]}, {"answer": "heftiness", "hint": "synonyms for heftiness", "clues": [["ponderosity", "the property of being large in mass", "ponderosity"], ["sinew", "possessing muscular strength", "sinew"], ["muscle", "possessing muscular strength", "muscle"], ["massiveness", "the property of being large in mass", "massiveness"], ["brawn", "possessing muscular strength", "brawn"], ["heft", "the property of being large in mass", "heft"], ["ponderousness", "the property of being large in mass", "ponderousness"], ["brawniness", "possessing muscular strength", "brawniness"], ["muscularity", "possessing muscular strength", "muscularity"]]}, {"answer": "heights", "hint": "synonyms for heights", "clues": [["stature", "(of a standing person) the distance from head to foot", "stature"], ["high", "a high place", "high"], ["height", "the vertical dimension of extension; distance from the base of something to the top", "height"], ["tallness", "the vertical dimension of extension; distance from the base of something to the top", "tallness"], ["altitude", "elevation especially above sea level or above the earth's surface", "altitude"]]}, {"answer": "heinousness", "hint": "synonyms for heinousness", "clues": [["barbarity", "the quality of being shockingly cruel and inhumane", "barbarity"], ["barbarousness", "the quality of being shockingly cruel and inhumane", "barbarousness"], ["atrociousness", "the quality of being shockingly cruel and inhumane", "atrociousness"], ["atrocity", "the quality of being shockingly cruel and inhumane", "atrocity"]]}, {"answer": "heist", "hint": "synonyms for heist", "clues": [["armed robbery", "robbery at gunpoint", "armed robbery"], ["rip-off", "the act of stealing", "rip-off"], ["stickup", "robbery at gunpoint", "stickup"], ["holdup", "robbery at gunpoint", "holdup"]]}, {"answer": "helix", "hint": "synonyms for helix", "clues": [["volute", "a structure consisting of something wound in a continuous series of loops", "volute"], ["whorl", "a structure consisting of something wound in a continuous series of loops", "whorl"], ["spiral", "a curve that lies on the surface of a cylinder or cone and cuts the element at a constant angle", "spiral"], ["coil", "a structure consisting of something wound in a continuous series of loops", "coil"]]}, {"answer": "hell", "hint": "synonyms for hell", "clues": [["hell on earth", "any place of pain and turmoil", "hell on earth"], ["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "perdition"], ["hellhole", "any place of pain and turmoil", "hellhole"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "nether region"], ["infernal region", "(religion) the world of the dead; -Theognis", "infernal region"], ["blaze", "a cause of difficulty and suffering", "blaze"], ["pit", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "pit"], ["inferno", "any place of pain and turmoil", "inferno"], ["sin", "violent and excited activity", "sin"], ["netherworld", "(religion) the world of the dead; -Theognis", "netherworld"], ["the pits", "any place of pain and turmoil", "the pits"], ["underworld", "(religion) the world of the dead; -Theognis", "underworld"], ["snake pit", "any place of pain and turmoil", "snake pit"]]}, {"answer": "hell_dust", "hint": "synonyms for hell dust", "clues": [["smack", "street names for heroin", "smack"], ["skag", "street names for heroin", "skag"], ["nose drops", "street names for heroin", "nose drops"], ["scag", "street names for heroin", "scag"], ["thunder", "street names for heroin", "thunder"], ["big H", "street names for heroin", "big H"]]}, {"answer": "hell_on_earth", "hint": "synonyms for hell on earth", "clues": [["hellhole", "any place of pain and turmoil", "hellhole"], ["hell", "any place of pain and turmoil", "hell"], ["inferno", "any place of pain and turmoil", "inferno"], ["the pits", "any place of pain and turmoil", "the pits"], ["snake pit", "any place of pain and turmoil", "snake pit"]]}, {"answer": "hellhole", "hint": "synonyms for hellhole", "clues": [["hell on earth", "any place of pain and turmoil", "hell on earth"], ["hell", "any place of pain and turmoil", "hell"], ["inferno", "any place of pain and turmoil", "inferno"], ["the pits", "any place of pain and turmoil", "the pits"], ["snake pit", "any place of pain and turmoil", "snake pit"]]}, {"answer": "hello", "hint": "synonyms for hello", "clues": [["how-do-you-do", "an expression of greeting", "how-do-you-do"], ["hullo", "an expression of greeting", "hullo"], ["hi", "an expression of greeting", "hi"], ["howdy", "an expression of greeting", "howdy"]]}, {"answer": "help", "hint": "synonyms for help", "clues": [["assistance", "a resource", "assistance"], ["avail", "a means of serving", "avail"], ["service", "a means of serving", "service"], ["aid", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose", "aid"], ["assist", "the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose", "assist"]]}, {"answer": "hematin", "hint": "synonyms for hematin", "clues": [["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "protoheme"], ["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haem"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haemitin"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "heme"]]}, {"answer": "heme", "hint": "synonyms for heme", "clues": [["protoheme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "protoheme"], ["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haem"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haemitin"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "hematin"]]}, {"answer": "hemp", "hint": "synonyms for hemp", "clues": [["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's rope"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's halter"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "halter"], ["hempen necktie", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hempen necktie"]]}, {"answer": "hempen_necktie", "hint": "synonyms for hempen necktie", "clues": [["hemp", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hemp"], ["hangman's rope", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's rope"], ["hangman's halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "hangman's halter"], ["halter", "a rope that is used by a hangman to execute persons who have been condemned to death by hanging", "halter"]]}, {"answer": "hepatoflavin", "hint": "synonyms for hepatoflavin", "clues": [["vitamin B2", "a B vitamin that prevents skin lesions and weight loss", "vitamin B2"], ["riboflavin", "a B vitamin that prevents skin lesions and weight loss", "riboflavin"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss", "lactoflavin"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss", "vitamin G"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss", "ovoflavin"]]}, {"answer": "heptad", "hint": "synonyms for heptad", "clues": [["seven", "the cardinal number that is the sum of six and one", "seven"], ["sevener", "the cardinal number that is the sum of six and one", "sevener"], ["septenary", "the cardinal number that is the sum of six and one", "septenary"], ["7", "the cardinal number that is the sum of six and one", "7"], ["septet", "the cardinal number that is the sum of six and one", "septet"]]}, {"answer": "herald", "hint": "synonyms for herald", "clues": [["harbinger", "something that precedes and indicates the approach of something or someone", "harbinger"], ["precursor", "something that precedes and indicates the approach of something or someone", "precursor"], ["predecessor", "something that precedes and indicates the approach of something or someone", "predecessor"], ["forerunner", "something that precedes and indicates the approach of something or someone", "forerunner"]]}, {"answer": "hero", "hint": "synonyms for hero", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "hero_sandwich", "hint": "synonyms for hero sandwich", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "heroism", "hint": "synonyms for heroism", "clues": [["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "gallantry"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valorousness"], ["valour", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valour"], ["valiance", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valiance"]]}, {"answer": "hertz", "hint": "synonyms for hertz", "clues": [["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second", "cycle per second"], ["cps", "the unit of frequency; one hertz has a periodic interval of one second", "cps"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second", "cycles/second"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second", "cycle"]]}, {"answer": "hesitancy", "hint": "synonyms for hesitancy", "clues": [["reluctance", "a certain degree of unwillingness", "reluctance"], ["hesitance", "a feeling of diffidence and indecision about doing something", "hesitance"], ["disinclination", "a certain degree of unwillingness", "disinclination"], ["indisposition", "a certain degree of unwillingness", "indisposition"], ["hesitation", "a certain degree of unwillingness", "hesitation"]]}, {"answer": "hesitation", "hint": "synonyms for hesitation", "clues": [["vacillation", "indecision in speech or action", "vacillation"], ["falter", "the act of pausing uncertainly", "falter"], ["indisposition", "a certain degree of unwillingness", "indisposition"], ["waver", "the act of pausing uncertainly", "waver"], ["reluctance", "a certain degree of unwillingness", "reluctance"], ["hesitancy", "a certain degree of unwillingness", "hesitancy"], ["disinclination", "a certain degree of unwillingness", "disinclination"]]}, {"answer": "hexad", "hint": "synonyms for hexad", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "heyday", "hint": "synonyms for heyday", "clues": [["bloom", "the period of greatest prosperity or productivity", "bloom"], ["flower", "the period of greatest prosperity or productivity", "flower"], ["efflorescence", "the period of greatest prosperity or productivity", "efflorescence"], ["flush", "the period of greatest prosperity or productivity", "flush"], ["peak", "the period of greatest prosperity or productivity", "peak"], ["prime", "the period of greatest prosperity or productivity", "prime"], ["blossom", "the period of greatest prosperity or productivity", "blossom"]]}, {"answer": "hg", "hint": "synonyms for hg", "clues": [["mercury", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures", "mercury"], ["hydrargyrum", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures", "hydrargyrum"], ["atomic number 80", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures", "atomic number 80"], ["hectogram", "100 grams", "hectogram"], ["quicksilver", "a heavy silvery toxic univalent and bivalent metallic element; the only metal that is liquid at ordinary temperatures", "quicksilver"]]}, {"answer": "hi", "hint": "synonyms for hi", "clues": [["how-do-you-do", "an expression of greeting", "how-do-you-do"], ["hullo", "an expression of greeting", "hullo"], ["howdy", "an expression of greeting", "howdy"], ["hello", "an expression of greeting", "hello"]]}, {"answer": "hiatus", "hint": "synonyms for hiatus", "clues": [["reprieve", "an interruption in the intensity or amount of something", "reprieve"], ["suspension", "an interruption in the intensity or amount of something", "suspension"], ["abatement", "an interruption in the intensity or amount of something", "abatement"], ["respite", "an interruption in the intensity or amount of something", "respite"]]}, {"answer": "hidrosis", "hint": "synonyms for hidrosis", "clues": [["sweating", "the process of the sweat glands of the skin secreting a salty fluid", "sweating"], ["perspiration", "the process of the sweat glands of the skin secreting a salty fluid", "perspiration"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid", "sudation"], ["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid", "diaphoresis"]]}, {"answer": "high-handedness", "hint": "synonyms for high-handedness", "clues": [["hauteur", "overbearing pride evidenced by a superior manner toward inferiors", "hauteur"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors", "haughtiness"], ["lordliness", "overbearing pride evidenced by a superior manner toward inferiors", "lordliness"], ["arrogance", "overbearing pride evidenced by a superior manner toward inferiors", "arrogance"]]}, {"answer": "high_hat", "hint": "synonyms for high hat", "clues": [["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "topper"], ["high-hat cymbal", "cymbals that are operated by a foot pedal", "high-hat cymbal"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "opera hat"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "stovepipe"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "top hat"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "silk hat"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "dress hat"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "beaver"]]}, {"answer": "high_life", "hint": "synonyms for high life", "clues": [["prodigality", "excessive spending", "prodigality"], ["extravagance", "excessive spending", "extravagance"], ["lavishness", "excessive spending", "lavishness"], ["highlife", "excessive spending", "highlife"]]}, {"answer": "high_noon", "hint": "synonyms for high noon", "clues": [["noonday", "the middle of the day", "noonday"], ["noon", "the middle of the day", "noon"], ["midday", "the middle of the day", "midday"], ["twelve noon", "the middle of the day", "twelve noon"], ["noontide", "the middle of the day", "noontide"]]}, {"answer": "high_school", "hint": "synonyms for high school", "clues": [["high", "a public secondary school usually including grades 9 through 12", "high"], ["senior high school", "a public secondary school usually including grades 9 through 12", "senior high school"], ["senior high", "a public secondary school usually including grades 9 through 12", "senior high"], ["highschool", "a public secondary school usually including grades 9 through 12", "highschool"]]}, {"answer": "high_society", "hint": "synonyms for high society", "clues": [["society", "the fashionable elite", "society"], ["bon ton", "the fashionable elite", "bon ton"], ["beau monde", "the fashionable elite", "beau monde"], ["smart set", "the fashionable elite", "smart set"]]}, {"answer": "highlife", "hint": "synonyms for highlife", "clues": [["prodigality", "excessive spending", "prodigality"], ["extravagance", "excessive spending", "extravagance"], ["lavishness", "excessive spending", "lavishness"], ["high life", "excessive spending", "high life"]]}, {"answer": "highschool", "hint": "synonyms for highschool", "clues": [["high", "a public secondary school usually including grades 9 through 12", "high"], ["senior high school", "a public secondary school usually including grades 9 through 12", "senior high school"], ["senior high", "a public secondary school usually including grades 9 through 12", "senior high"], ["high school", "a public secondary school usually including grades 9 through 12", "high school"]]}, {"answer": "hike", "hint": "synonyms for hike", "clues": [["cost increase", "an increase in cost", "cost increase"], ["rise", "an increase in cost", "rise"], ["hiking", "a long walk usually for exercise or pleasure", "hiking"], ["tramp", "a long walk usually for exercise or pleasure", "tramp"], ["wage hike", "the amount a salary is increased", "wage hike"], ["wage increase", "the amount a salary is increased", "wage increase"], ["salary increase", "the amount a salary is increased", "salary increase"], ["boost", "an increase in cost", "boost"]]}, {"answer": "hilarity", "hint": "synonyms for hilarity", "clues": [["gleefulness", "great merriment", "gleefulness"], ["glee", "great merriment", "glee"], ["mirthfulness", "great merriment", "mirthfulness"], ["mirth", "great merriment", "mirth"]]}, {"answer": "hinderance", "hint": "synonyms for hinderance", "clues": [["incumbrance", "any obstruction that impedes or is burdensome", "incumbrance"], ["impediment", "something immaterial that interferes with or delays action or progress", "impediment"], ["check", "something immaterial that interferes with or delays action or progress", "check"], ["hindrance", "something immaterial that interferes with or delays action or progress", "hindrance"], ["interference", "any obstruction that impedes or is burdensome", "interference"], ["preventative", "any obstruction that impedes or is burdensome", "preventative"], ["balk", "something immaterial that interferes with or delays action or progress", "balk"], ["handicap", "something immaterial that interferes with or delays action or progress", "handicap"], ["deterrent", "something immaterial that interferes with or delays action or progress", "deterrent"], ["hitch", "any obstruction that impedes or is burdensome", "hitch"]]}, {"answer": "hindrance", "hint": "synonyms for hindrance", "clues": [["incumbrance", "any obstruction that impedes or is burdensome", "incumbrance"], ["impediment", "something immaterial that interferes with or delays action or progress", "impediment"], ["check", "something immaterial that interferes with or delays action or progress", "check"], ["interference", "any obstruction that impedes or is burdensome", "interference"], ["preventative", "any obstruction that impedes or is burdensome", "preventative"], ["hinderance", "something immaterial that interferes with or delays action or progress", "hinderance"], ["balk", "something immaterial that interferes with or delays action or progress", "balk"], ["handicap", "something immaterial that interferes with or delays action or progress", "handicap"], ["deterrent", "something immaterial that interferes with or delays action or progress", "deterrent"], ["hitch", "any obstruction that impedes or is burdensome", "hitch"]]}, {"answer": "hint", "hint": "synonyms for hint", "clues": [["speck", "a slight but appreciable amount", "speck"], ["touch", "a slight but appreciable amount", "touch"], ["mite", "a slight but appreciable amount", "mite"], ["tinge", "a slight but appreciable amount", "tinge"], ["clue", "a slight indication", "clue"], ["breath", "an indirect suggestion", "breath"], ["soupcon", "a slight but appreciable amount", "soupcon"], ["suggestion", "a just detectable amount", "suggestion"], ["confidential information", "an indication of potential opportunity", "confidential information"], ["tip", "an indication of potential opportunity", "tip"], ["intimation", "an indirect suggestion", "intimation"], ["jot", "a slight but appreciable amount", "jot"], ["trace", "a just detectable amount", "trace"], ["lead", "an indication of potential opportunity", "lead"], ["wind", "an indication of potential opportunity", "wind"], ["steer", "an indication of potential opportunity", "steer"], ["pinch", "a slight but appreciable amount", "pinch"]]}, {"answer": "hire_car", "hint": "synonyms for hire car", "clues": [["rent-a-car", "a rented car", "rent-a-car"], ["u-drive", "a rented car", "u-drive"], ["self-drive", "a rented car", "self-drive"], ["car rental", "a rented car", "car rental"]]}, {"answer": "hiss", "hint": "synonyms for hiss", "clues": [["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["sibilation", "a fricative sound (especially as an expression of disapproval)", "sibilation"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["hissing", "a fricative sound (especially as an expression of disapproval)", "hissing"], ["hushing", "a fricative sound (especially as an expression of disapproval)", "hushing"], ["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["fizzle", "a fricative sound (especially as an expression of disapproval)", "fizzle"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "hissing", "hint": "synonyms for hissing", "clues": [["hiss", "a fricative sound (especially as an expression of disapproval)", "hiss"], ["fizzle", "a fricative sound (especially as an expression of disapproval)", "fizzle"], ["hushing", "a fricative sound (especially as an expression of disapproval)", "hushing"], ["sibilation", "a fricative sound (especially as an expression of disapproval)", "sibilation"]]}, {"answer": "hit", "hint": "synonyms for hit", "clues": [["striking", "the act of contacting one thing with another", "striking"], ["collision", "(physics) a brief event in which two or more bodies come together", "collision"], ["strike", "a conspicuous success", "strike"], ["smasher", "a conspicuous success", "smasher"], ["hitting", "the act of contacting one thing with another", "hitting"], ["bang", "a conspicuous success", "bang"], ["smash", "a conspicuous success", "smash"]]}, {"answer": "hitch", "hint": "synonyms for hitch", "clues": [["incumbrance", "any obstruction that impedes or is burdensome", "incumbrance"], ["tour of duty", "a period of time spent in military service", "tour of duty"], ["snag", "an unforeseen obstacle", "snag"], ["limp", "the uneven manner of walking that results from an injured leg", "limp"], ["hindrance", "any obstruction that impedes or is burdensome", "hindrance"], ["interference", "any obstruction that impedes or is burdensome", "interference"], ["rub", "an unforeseen obstacle", "rub"], ["hobble", "the uneven manner of walking that results from an injured leg", "hobble"], ["preventative", "any obstruction that impedes or is burdensome", "preventative"], ["tour", "a period of time spent in military service", "tour"], ["hang-up", "an unforeseen obstacle", "hang-up"], ["enlistment", "a period of time spent in military service", "enlistment"], ["duty tour", "a period of time spent in military service", "duty tour"], ["term of enlistment", "a period of time spent in military service", "term of enlistment"]]}, {"answer": "hoagie", "hint": "synonyms for hoagie", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "hoagy", "hint": "synonyms for hoagy", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "hoax", "hint": "synonyms for hoax", "clues": [["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage", "dupery"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraud"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage", "put-on"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraudulence"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage", "humbug"]]}, {"answer": "hobby", "hint": "synonyms for hobby", "clues": [["hobbyhorse", "a child's plaything consisting of an imitation horse mounted on rockers; the child straddles it and pretends to ride", "hobbyhorse"], ["rocking horse", "a child's plaything consisting of an imitation horse mounted on rockers; the child straddles it and pretends to ride", "rocking horse"], ["pursuit", "an auxiliary activity", "pursuit"], ["sideline", "an auxiliary activity", "sideline"], ["avocation", "an auxiliary activity", "avocation"], ["spare-time activity", "an auxiliary activity", "spare-time activity"], ["by-line", "an auxiliary activity", "by-line"]]}, {"answer": "hocus-pocus", "hint": "synonyms for hocus-pocus", "clues": [["hanky panky", "verbal misrepresentation intended to take advantage of you in some way", "hanky panky"], ["slickness", "verbal misrepresentation intended to take advantage of you in some way", "slickness"], ["skullduggery", "verbal misrepresentation intended to take advantage of you in some way", "skullduggery"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way", "jiggery-pokery"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way", "trickery"]]}, {"answer": "hodgepodge", "hint": "synonyms for hodgepodge", "clues": [["farrago", "a motley assortment of things", "farrago"], ["jumble", "a theory or argument made up of miscellaneous or incongruous ideas", "jumble"], ["ragbag", "a motley assortment of things", "ragbag"], ["patchwork", "a theory or argument made up of miscellaneous or incongruous ideas", "patchwork"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "hogwash", "hint": "synonyms for hogwash", "clues": [["rot", "unacceptable behavior (especially ludicrously false statements)", "rot"], ["bunk", "unacceptable behavior (especially ludicrously false statements)", "bunk"], ["guff", "unacceptable behavior (especially ludicrously false statements)", "guff"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)", "bunkum"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)", "buncombe"]]}, {"answer": "hoi_polloi", "hint": "synonyms for hoi polloi", "clues": [["multitude", "the common people generally", "multitude"], ["the great unwashed", "the common people generally", "the great unwashed"], ["masses", "the common people generally", "masses"], ["people", "the common people generally", "people"]]}, {"answer": "hokum", "hint": "synonyms for hokum", "clues": [["nonsensicality", "a message that seems to convey no meaning", "nonsensicality"], ["bunk", "a message that seems to convey no meaning", "bunk"], ["meaninglessness", "a message that seems to convey no meaning", "meaninglessness"], ["nonsense", "a message that seems to convey no meaning", "nonsense"]]}, {"answer": "hold", "hint": "synonyms for hold", "clues": [["handgrip", "the appendage to an object that is designed to be held in order to use or move it", "handgrip"], ["clasp", "the act of grasping", "clasp"], ["grip", "the act of grasping", "grip"], ["cargo area", "the space in a ship or aircraft for storing cargo", "cargo area"], ["grasp", "the act of grasping", "grasp"], ["cargo hold", "the space in a ship or aircraft for storing cargo", "cargo hold"], ["storage area", "the space in a ship or aircraft for storing cargo", "storage area"], ["appreciation", "understanding of the nature or meaning or quality or magnitude of something", "appreciation"], ["cargo deck", "the space in a ship or aircraft for storing cargo", "cargo deck"], ["keep", "a cell in a jail or prison", "keep"], ["delay", "time during which some action is awaited", "delay"], ["clutch", "the act of grasping", "clutch"], ["time lag", "time during which some action is awaited", "time lag"], ["wait", "time during which some action is awaited", "wait"], ["clench", "the act of grasping", "clench"], ["handle", "the appendage to an object that is designed to be held in order to use or move it", "handle"], ["postponement", "time during which some action is awaited", "postponement"]]}, {"answer": "holding", "hint": "synonyms for holding", "clues": [["belongings", "something owned; any tangible or intangible possession that is owned by someone", "belongings"], ["retention", "the act of retaining something", "retention"], ["property", "something owned; any tangible or intangible possession that is owned by someone", "property"], ["keeping", "the act of retaining something", "keeping"]]}, {"answer": "holdup", "hint": "synonyms for holdup", "clues": [["armed robbery", "robbery at gunpoint", "armed robbery"], ["stickup", "robbery at gunpoint", "stickup"], ["heist", "robbery at gunpoint", "heist"], ["delay", "the act of delaying; inactivity resulting in something being put off until a later time", "delay"]]}, {"answer": "holla", "hint": "synonyms for holla", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "holler", "hint": "synonyms for holler", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["hollow", "a small valley between mountains", "hollow"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "hollering", "hint": "synonyms for hollering", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["holler", "a very loud utterance (like the sound of an animal)", "holler"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "hollo", "hint": "synonyms for hollo", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "holloa", "hint": "synonyms for holloa", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["holla", "a very loud utterance (like the sound of an animal)", "holla"], ["hollo", "a very loud utterance (like the sound of an animal)", "hollo"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "home_base", "hint": "synonyms for home base", "clues": [["main office", "(usually plural) the office that serves as the administrative center of an enterprise", "main office"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise", "central office"], ["home office", "(usually plural) the office that serves as the administrative center of an enterprise", "home office"], ["home plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "home plate"], ["plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "plate"], ["home", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "home"], ["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise", "headquarters"]]}, {"answer": "home_office", "hint": "synonyms for home office", "clues": [["home base", "(usually plural) the office that serves as the administrative center of an enterprise", "home base"], ["main office", "(usually plural) the office that serves as the administrative center of an enterprise", "main office"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise", "central office"], ["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise", "headquarters"]]}, {"answer": "home_run", "hint": "synonyms for home run", "clues": [["bell ringer", "something that exactly succeeds in achieving its goal", "bell ringer"], ["bull's eye", "something that exactly succeeds in achieving its goal", "bull's eye"], ["mark", "something that exactly succeeds in achieving its goal", "mark"], ["homer", "a base hit on which the batter scores a run", "homer"]]}, {"answer": "homeland", "hint": "synonyms for homeland", "clues": [["motherland", "the country where you were born", "motherland"], ["fatherland", "the country where you were born", "fatherland"], ["country of origin", "the country where you were born", "country of origin"], ["native land", "the country where you were born", "native land"], ["mother country", "the country where you were born", "mother country"]]}, {"answer": "homoeroticism", "hint": "synonyms for homoeroticism", "clues": [["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexualism"], ["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexuality"], ["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex", "gayness"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex", "queerness"]]}, {"answer": "homosexualism", "hint": "synonyms for homosexualism", "clues": [["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexuality"], ["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex", "gayness"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homoeroticism"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex", "queerness"]]}, {"answer": "homosexuality", "hint": "synonyms for homosexuality", "clues": [["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexualism"], ["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex", "gayness"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homoeroticism"], ["queerness", "a sexual attraction to (or sexual relations with) persons of the same sex", "queerness"]]}, {"answer": "honey_oil", "hint": "synonyms for honey oil", "clues": [["jet", "street names for ketamine", "jet"], ["super acid", "street names for ketamine", "super acid"], ["super C", "street names for ketamine", "super C"], ["special K", "street names for ketamine", "special K"], ["green", "street names for ketamine", "green"], ["cat valium", "street names for ketamine", "cat valium"]]}, {"answer": "honor", "hint": "synonyms for honor", "clues": [["honour", "the quality of being honorable and having a good name", "honour"], ["pureness", "a woman's virtue or chastity", "pureness"], ["laurels", "a tangible symbol signifying approval or distinction", "laurels"], ["purity", "a woman's virtue or chastity", "purity"], ["award", "a tangible symbol signifying approval or distinction", "award"], ["accolade", "a tangible symbol signifying approval or distinction", "accolade"]]}, {"answer": "honour", "hint": "synonyms for honour", "clues": [["pureness", "a woman's virtue or chastity", "pureness"], ["laurels", "a tangible symbol signifying approval or distinction", "laurels"], ["honor", "a tangible symbol signifying approval or distinction", "honor"], ["award", "a tangible symbol signifying approval or distinction", "award"], ["purity", "a woman's virtue or chastity", "purity"], ["accolade", "a tangible symbol signifying approval or distinction", "accolade"]]}, {"answer": "honours", "hint": "synonyms for honours", "clues": [["honour", "a tangible symbol signifying approval or distinction", "honour"], ["accolade", "a tangible symbol signifying approval or distinction", "accolade"], ["honours degree", "a university degree with honors", "honours degree"], ["laurels", "a tangible symbol signifying approval or distinction", "laurels"], ["pureness", "a woman's virtue or chastity", "pureness"], ["award", "a tangible symbol signifying approval or distinction", "award"], ["purity", "a woman's virtue or chastity", "purity"]]}, {"answer": "hood", "hint": "synonyms for hood", "clues": [["cap", "a protective covering that is part of a plant", "cap"], ["bonnet", "protective covering consisting of a metal part that covers the engine", "bonnet"], ["exhaust hood", "metal covering leading to a vent that exhausts smoke or fumes", "exhaust hood"], ["lens hood", "a tubular attachment used to keep stray light out of the lens of a camera", "lens hood"], ["cowl", "protective covering consisting of a metal part that covers the engine", "cowl"]]}, {"answer": "hoodoo", "hint": "synonyms for hoodoo", "clues": [["voodoo", "a charm superstitiously believed to embody magical powers", "voodoo"], ["juju", "a charm superstitiously believed to embody magical powers", "juju"], ["fetich", "a charm superstitiously believed to embody magical powers", "fetich"], ["fetish", "a charm superstitiously believed to embody magical powers", "fetish"]]}, {"answer": "hook", "hint": "synonyms for hook", "clues": [["claw", "a mechanical device that is curved or bent to suspend or hold or pull something", "claw"], ["bait", "anything that serves as an enticement", "bait"], ["crotchet", "a sharp curve or crook; a shape resembling a hook", "crotchet"], ["hooking", "a golf shot that curves to the left for a right-handed golfer", "hooking"], ["hook shot", "a basketball shot made over the head with the hand that is farther from the basket", "hook shot"], ["sweetener", "anything that serves as an enticement", "sweetener"], ["lure", "anything that serves as an enticement", "lure"], ["come-on", "anything that serves as an enticement", "come-on"], ["draw", "a golf shot that curves to the left for a right-handed golfer", "draw"]]}, {"answer": "hookah", "hint": "synonyms for hookah", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "hooks", "hint": "synonyms for hooks", "clues": [["claw", "a mechanical device that is curved or bent to suspend or hold or pull something", "claw"], ["hook", "a curved or bent implement for suspending or pulling something", "hook"], ["bait", "anything that serves as an enticement", "bait"], ["crotchet", "a sharp curve or crook; a shape resembling a hook", "crotchet"], ["hook shot", "a basketball shot made over the head with the hand that is farther from the basket", "hook shot"], ["sweetener", "anything that serves as an enticement", "sweetener"], ["lure", "anything that serves as an enticement", "lure"], ["come-on", "anything that serves as an enticement", "come-on"], ["draw", "a golf shot that curves to the left for a right-handed golfer", "draw"]]}, {"answer": "hoop", "hint": "synonyms for hoop", "clues": [["ring", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling", "ring"], ["basketball hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball", "basketball hoop"], ["wicket", "a small arch used as croquet equipment", "wicket"], ["basket", "horizontal circular metal hoop supporting a net through which players try to throw the basketball", "basket"]]}, {"answer": "hoops", "hint": "synonyms for hoops", "clues": [["basketball hoop", "horizontal circular metal hoop supporting a net through which players try to throw the basketball", "basketball hoop"], ["hoop", "a small arch used as croquet equipment", "hoop"], ["basket", "horizontal circular metal hoop supporting a net through which players try to throw the basketball", "basket"], ["wicket", "a small arch used as croquet equipment", "wicket"], ["basketball", "a game played on a court by two opposing teams of 5 players; points are scored by throwing the ball through an elevated horizontal hoop", "basketball"], ["ring", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling", "ring"], ["basketball game", "a game played on a court by two opposing teams of 5 players; points are scored by throwing the ball through an elevated horizontal hoop", "basketball game"]]}, {"answer": "hoot", "hint": "synonyms for hoot", "clues": [["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["tinker's dam", "something of little value", "tinker's dam"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["red cent", "something of little value", "red cent"], ["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["shucks", "something of little value", "shucks"], ["damn", "something of little value", "damn"], ["darn", "something of little value", "darn"], ["shit", "something of little value", "shit"]]}, {"answer": "hooter", "hint": "synonyms for hooter", "clues": [["car horn", "a device on an automobile for making a warning noise", "car horn"], ["horn", "a device on an automobile for making a warning noise", "horn"], ["automobile horn", "a device on an automobile for making a warning noise", "automobile horn"], ["motor horn", "a device on an automobile for making a warning noise", "motor horn"]]}, {"answer": "horde", "hint": "synonyms for horde", "clues": [["legion", "a vast multitude", "legion"], ["swarm", "a moving crowd", "swarm"], ["host", "a vast multitude", "host"], ["drove", "a moving crowd", "drove"]]}, {"answer": "horizon", "hint": "synonyms for horizon", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet", "apparent horizon"], ["skyline", "the line at which the sky and Earth appear to meet", "skyline"], ["view", "the range of interest or activity that can be anticipated", "view"], ["visible horizon", "the line at which the sky and Earth appear to meet", "visible horizon"], ["sensible horizon", "the line at which the sky and Earth appear to meet", "sensible horizon"], ["celestial horizon", "the great circle on the celestial sphere whose plane passes through the sensible horizon and the center of the Earth", "celestial horizon"], ["purview", "the range of interest or activity that can be anticipated", "purview"]]}, {"answer": "horn", "hint": "synonyms for horn", "clues": [["trump", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "trump"], ["hooter", "a device on an automobile for making a warning noise", "hooter"], ["cornet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "cornet"], ["car horn", "a device on an automobile for making a warning noise", "car horn"], ["motor horn", "a device on an automobile for making a warning noise", "motor horn"], ["automobile horn", "a device on an automobile for making a warning noise", "automobile horn"], ["trumpet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "trumpet"], ["saddle horn", "a high pommel of a Western saddle (usually metal covered with leather)", "saddle horn"]]}, {"answer": "horripilation", "hint": "synonyms for horripilation", "clues": [["goose bump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose bump"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "gooseflesh"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose pimple"], ["pilomotor reflex", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "pilomotor reflex"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose skin"]]}, {"answer": "horse", "hint": "synonyms for horse", "clues": [["sawbuck", "a framework for holding wood that is being sawed", "sawbuck"], ["sawhorse", "a framework for holding wood that is being sawed", "sawhorse"], ["horse cavalry", "troops trained to fight on horseback", "horse cavalry"], ["knight", "a chessman shaped to resemble the head of a horse; can move two squares horizontally and one vertically (or vice versa)", "knight"], ["gymnastic horse", "a padded gymnastic apparatus on legs", "gymnastic horse"], ["cavalry", "troops trained to fight on horseback", "cavalry"], ["buck", "a framework for holding wood that is being sawed", "buck"]]}, {"answer": "horse_sense", "hint": "synonyms for horse sense", "clues": [["common sense", "sound practical judgment", "common sense"], ["mother wit", "sound practical judgment", "mother wit"], ["sense", "sound practical judgment", "sense"], ["good sense", "sound practical judgment", "good sense"], ["gumption", "sound practical judgment", "gumption"]]}, {"answer": "horseshit", "hint": "synonyms for horseshit", "clues": [["shit", "obscene words for unacceptable behavior", "shit"], ["bullshit", "obscene words for unacceptable behavior", "bullshit"], ["crap", "obscene words for unacceptable behavior", "crap"], ["dogshit", "obscene words for unacceptable behavior", "dogshit"], ["bull", "obscene words for unacceptable behavior", "bull"]]}, {"answer": "hostel", "hint": "synonyms for hostel", "clues": [["inn", "a hotel providing overnight lodging for travelers", "inn"], ["student lodging", "inexpensive supervised lodging (especially for youths on bicycling trips)", "student lodging"], ["lodge", "a hotel providing overnight lodging for travelers", "lodge"], ["hostelry", "a hotel providing overnight lodging for travelers", "hostelry"], ["youth hostel", "inexpensive supervised lodging (especially for youths on bicycling trips)", "youth hostel"], ["auberge", "a hotel providing overnight lodging for travelers", "auberge"]]}, {"answer": "hostelry", "hint": "synonyms for hostelry", "clues": [["inn", "a hotel providing overnight lodging for travelers", "inn"], ["lodge", "a hotel providing overnight lodging for travelers", "lodge"], ["hostel", "a hotel providing overnight lodging for travelers", "hostel"], ["auberge", "a hotel providing overnight lodging for travelers", "auberge"]]}, {"answer": "hostilities", "hint": "synonyms for hostilities", "clues": [["enmity", "the feeling of a hostile person", "enmity"], ["aggression", "violent action that is hostile and usually unprovoked", "aggression"], ["belligerency", "fighting; acts of overt warfare", "belligerency"], ["ill will", "the feeling of a hostile person", "ill will"], ["hostility", "a hostile (very unfriendly) disposition", "hostility"]]}, {"answer": "hot_air", "hint": "synonyms for hot air", "clues": [["empty talk", "loud and confused and empty talk", "empty talk"], ["rhetoric", "loud and confused and empty talk", "rhetoric"], ["palaver", "loud and confused and empty talk", "palaver"], ["empty words", "loud and confused and empty talk", "empty words"]]}, {"answer": "hot_cake", "hint": "synonyms for hot cake", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"]]}, {"answer": "hot_dog", "hint": "synonyms for hot dog", "clues": [["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "dog"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frankfurter"], ["hotdog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hotdog"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wienerwurst"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "weenie"], ["red hot", "a frankfurter served hot on a bun", "red hot"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wiener"], ["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frank"]]}, {"answer": "hotcake", "hint": "synonyms for hotcake", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"], ["hot cake", "a flat cake of thin batter fried on both sides on a griddle", "hot cake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["pancake", "a flat cake of thin batter fried on both sides on a griddle", "pancake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"]]}, {"answer": "hotchpotch", "hint": "synonyms for hotchpotch", "clues": [["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "hotdog", "hint": "synonyms for hotdog", "clues": [["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "dog"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hot dog"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frankfurter"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wienerwurst"], ["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "weenie"], ["red hot", "a frankfurter served hot on a bun", "red hot"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wiener"], ["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frank"]]}, {"answer": "hour", "hint": "synonyms for hour", "clues": [["60 minutes", "a period of time equal to 1/24th of a day", "60 minutes"], ["time of day", "clock time", "time of day"], ["minute", "distance measured by the time taken to cover it", "minute"], ["hr", "a period of time equal to 1/24th of a day", "hr"]]}, {"answer": "hours", "hint": "synonyms for hours", "clues": [["60 minutes", "a period of time equal to 1/24th of a day", "60 minutes"], ["hour", "distance measured by the time taken to cover it", "hour"], ["minute", "distance measured by the time taken to cover it", "minute"], ["hr", "a period of time equal to 1/24th of a day", "hr"], ["time of day", "clock time", "time of day"]]}, {"answer": "house", "hint": "synonyms for house", "clues": [["theatre", "a building where theatrical performances or motion-picture shows can be presented", "theatre"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign"], ["business firm", "the members of a business organization that owns or operates one or more establishments", "business firm"], ["home", "a social unit living together", "home"], ["firm", "the members of a business organization that owns or operates one or more establishments", "firm"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "star sign"], ["menage", "a social unit living together", "menage"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided", "planetary house"], ["household", "a social unit living together", "household"], ["family", "a social unit living together", "family"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign of the zodiac"], ["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided", "mansion"]]}, {"answer": "house_of_god", "hint": "synonyms for house of god", "clues": [["house of prayer", "any building where congregations gather for prayer", "house of prayer"], ["house of God", "any building where congregations gather for prayer", "house of God"], ["house of worship", "any building where congregations gather for prayer", "house of worship"], ["place of worship", "any building where congregations gather for prayer", "place of worship"]]}, {"answer": "house_of_ill_repute", "hint": "synonyms for house of ill repute", "clues": [["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["sporting house", "a building where prostitutes are available", "sporting house"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["bordello", "a building where prostitutes are available", "bordello"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "house_of_prostitution", "hint": "synonyms for house of prostitution", "clues": [["sporting house", "a building where prostitutes are available", "sporting house"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["bordello", "a building where prostitutes are available", "bordello"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "household", "hint": "synonyms for household", "clues": [["home", "a social unit living together", "home"], ["house", "a social unit living together", "house"], ["family", "a social unit living together", "family"], ["menage", "a social unit living together", "menage"]]}, {"answer": "housing", "hint": "synonyms for housing", "clues": [["caparison", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse", "caparison"], ["lodging", "structures collectively in which people are housed", "lodging"], ["living accommodations", "structures collectively in which people are housed", "living accommodations"], ["trapping", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse", "trapping"]]}, {"answer": "hovel", "hint": "synonyms for hovel", "clues": [["hutch", "small crude shelter used as a dwelling", "hutch"], ["shanty", "small crude shelter used as a dwelling", "shanty"], ["shack", "small crude shelter used as a dwelling", "shack"], ["hut", "small crude shelter used as a dwelling", "hut"]]}, {"answer": "how-do-you-do", "hint": "synonyms for how-do-you-do", "clues": [["howdy", "an expression of greeting", "howdy"], ["hullo", "an expression of greeting", "hullo"], ["hi", "an expression of greeting", "hi"], ["hello", "an expression of greeting", "hello"]]}, {"answer": "howdy", "hint": "synonyms for howdy", "clues": [["how-do-you-do", "an expression of greeting", "how-do-you-do"], ["hullo", "an expression of greeting", "hullo"], ["hi", "an expression of greeting", "hi"], ["hello", "an expression of greeting", "hello"]]}, {"answer": "howler", "hint": "synonyms for howler", "clues": [["scream", "a joke that seems extremely funny", "scream"], ["thigh-slapper", "a joke that seems extremely funny", "thigh-slapper"], ["belly laugh", "a joke that seems extremely funny", "belly laugh"], ["riot", "a joke that seems extremely funny", "riot"], ["sidesplitter", "a joke that seems extremely funny", "sidesplitter"], ["wow", "a joke that seems extremely funny", "wow"]]}, {"answer": "hs", "hint": "synonyms for hs", "clues": [["h", "the constant of proportionality relating the energy of a photon to its frequency; approximately 6.626 x 10^-34 joule-second", "h"], ["element 108", "a radioactive transuranic element", "element 108"], ["enthalpy", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure", "enthalpy"], ["hassium", "a radioactive transuranic element", "hassium"], ["heat content", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure", "heat content"], ["atomic number 1", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe", "atomic number 1"], ["hydrogen", "a nonmetallic univalent element that is normally a colorless and odorless highly flammable diatomic gas; the simplest and lightest and most abundant element in the universe", "hydrogen"], ["henry", "a unit of inductance in which an induced electromotive force of one volt is produced when the current is varied at the rate of one ampere per second", "henry"], ["total heat", "(thermodynamics) a thermodynamic quantity equal to the internal energy of a system plus the product of its volume and pressure", "total heat"]]}, {"answer": "hubble-bubble", "hint": "synonyms for hubble-bubble", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "hubbly-bubbly", "hint": "synonyms for hubbly-bubbly", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "hug_drug", "hint": "synonyms for hug drug", "clues": [["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["go", "street names for methylenedioxymethamphetamine", "go"]]}, {"answer": "hugging", "hint": "synonyms for hugging", "clues": [["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"]]}, {"answer": "hullabaloo", "hint": "synonyms for hullabaloo", "clues": [["upheaval", "disturbance usually in protest", "upheaval"], ["turmoil", "disturbance usually in protest", "turmoil"], ["excitement", "disturbance usually in protest", "excitement"], ["agitation", "disturbance usually in protest", "agitation"]]}, {"answer": "hullo", "hint": "synonyms for hullo", "clues": [["how-do-you-do", "an expression of greeting", "how-do-you-do"], ["howdy", "an expression of greeting", "howdy"], ["hi", "an expression of greeting", "hi"], ["hello", "an expression of greeting", "hello"]]}, {"answer": "humanities", "hint": "synonyms for humanities", "clues": [["humanistic discipline", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)", "humanistic discipline"], ["manhood", "the quality of being human", "manhood"], ["humanity", "the quality of being human", "humanity"], ["humanness", "the quality of being human", "humanness"], ["arts", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)", "arts"], ["liberal arts", "studies intended to provide general knowledge and intellectual skills (rather than occupational or professional skills)", "liberal arts"]]}, {"answer": "humbug", "hint": "synonyms for humbug", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraudulence"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage", "dupery"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraud"], ["put-on", "something intended to deceive; deliberate trickery intended to gain an advantage", "put-on"], ["snake oil", "communication (written or spoken) intended to deceive", "snake oil"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["drool", "pretentious or silly talk or writing", "drool"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage", "hoax"]]}, {"answer": "hummer", "hint": "synonyms for hummer", "clues": [["bullet", "(baseball) a pitch thrown with maximum velocity", "bullet"], ["smoke", "(baseball) a pitch thrown with maximum velocity", "smoke"], ["heater", "(baseball) a pitch thrown with maximum velocity", "heater"], ["fastball", "(baseball) a pitch thrown with maximum velocity", "fastball"]]}, {"answer": "hummock", "hint": "synonyms for hummock", "clues": [["hammock", "a small natural hill", "hammock"], ["hillock", "a small natural hill", "hillock"], ["knoll", "a small natural hill", "knoll"], ["mound", "a small natural hill", "mound"]]}, {"answer": "humor", "hint": "synonyms for humor", "clues": [["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "wittiness"], ["humour", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "humour"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "witticism"], ["sense of humour", "the trait of appreciating (and being able to express) the humorous", "sense of humour"], ["wit", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "wit"], ["temper", "a characteristic (habitual or relatively temporary) state of feeling", "temper"], ["mood", "a characteristic (habitual or relatively temporary) state of feeling", "mood"]]}, {"answer": "humour", "hint": "synonyms for humour", "clues": [["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "wittiness"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "witticism"], ["sense of humour", "the trait of appreciating (and being able to express) the humorous", "sense of humour"], ["wit", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "wit"], ["humor", "a characteristic (habitual or relatively temporary) state of feeling", "humor"], ["temper", "a characteristic (habitual or relatively temporary) state of feeling", "temper"], ["mood", "a characteristic (habitual or relatively temporary) state of feeling", "mood"]]}, {"answer": "hump", "hint": "synonyms for hump", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"]]}, {"answer": "hundredweight", "hint": "synonyms for hundredweight", "clues": [["cental", "a United States unit of weight equivalent to 100 pounds", "cental"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds", "short hundredweight"], ["cwt", "a United States unit of weight equivalent to 100 pounds", "cwt"], ["centner", "a United States unit of weight equivalent to 100 pounds", "centner"], ["metric hundredweight", "a unit of weight equal to 100 kilograms", "metric hundredweight"], ["long hundredweight", "a British unit of weight equivalent to 112 pounds", "long hundredweight"], ["quintal", "a United States unit of weight equivalent to 100 pounds", "quintal"], ["doppelzentner", "a unit of weight equal to 100 kilograms", "doppelzentner"]]}, {"answer": "hungriness", "hint": "synonyms for hungriness", "clues": [["longing", "prolonged unfulfilled desire or need", "longing"], ["thirst", "strong desire for something (not food or drink)", "thirst"], ["yearning", "prolonged unfulfilled desire or need", "yearning"], ["thirstiness", "strong desire for something (not food or drink)", "thirstiness"], ["hunger", "strong desire for something (not food or drink)", "hunger"]]}, {"answer": "hurdles", "hint": "synonyms for hurdles", "clues": [["hurdle race", "a footrace in which contestants must negotiate a series of hurdles", "hurdle race"], ["vault", "the act of jumping over an obstacle", "vault"], ["hurdle", "the act of jumping over an obstacle", "hurdle"], ["hurdling", "a footrace in which contestants must negotiate a series of hurdles", "hurdling"]]}, {"answer": "hurdy-gurdy", "hint": "synonyms for hurdy-gurdy", "clues": [["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hand organ"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "grind organ"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "street organ"], ["hurdy gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hurdy gurdy"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "barrel organ"]]}, {"answer": "hurdy_gurdy", "hint": "synonyms for hurdy gurdy", "clues": [["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hand organ"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "grind organ"], ["street organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "street organ"], ["hurdy-gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hurdy-gurdy"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "barrel organ"]]}, {"answer": "hurricane_lamp", "hint": "synonyms for hurricane lamp", "clues": [["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lantern"], ["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lantern"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "tornado lantern"], ["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lamp"]]}, {"answer": "hurricane_lantern", "hint": "synonyms for hurricane lantern", "clues": [["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lantern"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lamp"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "tornado lantern"], ["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lamp"]]}, {"answer": "hurriedness", "hint": "synonyms for hurriedness", "clues": [["hastiness", "overly eager speed (and possible carelessness)", "hastiness"], ["haste", "overly eager speed (and possible carelessness)", "haste"], ["hurry", "overly eager speed (and possible carelessness)", "hurry"], ["precipitation", "overly eager speed (and possible carelessness)", "precipitation"]]}, {"answer": "hurry", "hint": "synonyms for hurry", "clues": [["hastiness", "overly eager speed (and possible carelessness)", "hastiness"], ["precipitation", "overly eager speed (and possible carelessness)", "precipitation"], ["rush", "the act of moving hurriedly and in a careless manner", "rush"], ["haste", "the act of moving hurriedly and in a careless manner", "haste"], ["hurriedness", "overly eager speed (and possible carelessness)", "hurriedness"]]}, {"answer": "husk", "hint": "synonyms for husk", "clues": [["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "shuck"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "chaff"], ["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "straw"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stalk"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stubble"]]}, {"answer": "huskiness", "hint": "synonyms for huskiness", "clues": [["gruffness", "a throaty harshness", "gruffness"], ["ruggedness", "the property of being big and strong", "ruggedness"], ["hoarseness", "a throaty harshness", "hoarseness"], ["toughness", "the property of being big and strong", "toughness"]]}, {"answer": "husking", "hint": "synonyms for husking", "clues": [["denudation", "the removal of covering", "denudation"], ["uncovering", "the removal of covering", "uncovering"], ["baring", "the removal of covering", "baring"], ["stripping", "the removal of covering", "stripping"]]}, {"answer": "hustle", "hint": "synonyms for hustle", "clues": [["ado", "a rapid active commotion", "ado"], ["fuss", "a rapid active commotion", "fuss"], ["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["stir", "a rapid active commotion", "stir"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["flurry", "a rapid active commotion", "flurry"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bustle", "a rapid active commotion", "bustle"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"], ["sting", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "sting"]]}, {"answer": "hut", "hint": "synonyms for hut", "clues": [["hovel", "small crude shelter used as a dwelling", "hovel"], ["field hut", "temporary military shelter", "field hut"], ["shanty", "small crude shelter used as a dwelling", "shanty"], ["shack", "small crude shelter used as a dwelling", "shack"], ["hutch", "small crude shelter used as a dwelling", "hutch"], ["army hut", "temporary military shelter", "army hut"]]}, {"answer": "hutch", "hint": "synonyms for hutch", "clues": [["hovel", "small crude shelter used as a dwelling", "hovel"], ["shanty", "small crude shelter used as a dwelling", "shanty"], ["shack", "small crude shelter used as a dwelling", "shack"], ["hut", "small crude shelter used as a dwelling", "hut"]]}, {"answer": "hybridisation", "hint": "synonyms for hybridisation", "clues": [["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossbreeding"], ["crossing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossing"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "interbreeding"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridizing"], ["hybridization", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridization"]]}, {"answer": "hybridization", "hint": "synonyms for hybridization", "clues": [["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossbreeding"], ["crossing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossing"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridisation"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "interbreeding"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridizing"]]}, {"answer": "hybridizing", "hint": "synonyms for hybridizing", "clues": [["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossbreeding"], ["crossing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossing"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridisation"], ["interbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "interbreeding"]]}, {"answer": "hydrated_lime", "hint": "synonyms for hydrated lime", "clues": [["lime hydrate", "a caustic substance produced by heating limestone", "lime hydrate"], ["lime", "a caustic substance produced by heating limestone", "lime"], ["calcium hydroxide", "a caustic substance produced by heating limestone", "calcium hydroxide"], ["calcium hydrate", "a caustic substance produced by heating limestone", "calcium hydrate"], ["caustic lime", "a caustic substance produced by heating limestone", "caustic lime"], ["slaked lime", "a caustic substance produced by heating limestone", "slaked lime"]]}, {"answer": "hydroxybenzene", "hint": "synonyms for hydroxybenzene", "clues": [["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "carbolic acid"], ["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenol"], ["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenylic acid"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "oxybenzene"]]}, {"answer": "hymeneals", "hint": "synonyms for hymeneals", "clues": [["nuptials", "the social event at which the ceremony of marriage is performed", "nuptials"], ["hymeneal", "a wedding hymn", "hymeneal"], ["wedding", "the social event at which the ceremony of marriage is performed", "wedding"], ["wedding ceremony", "the social event at which the ceremony of marriage is performed", "wedding ceremony"]]}, {"answer": "hypothesis", "hint": "synonyms for hypothesis", "clues": [["speculation", "a message expressing an opinion based on incomplete evidence", "speculation"], ["conjecture", "a message expressing an opinion based on incomplete evidence", "conjecture"], ["guess", "a message expressing an opinion based on incomplete evidence", "guess"], ["theory", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena", "theory"], ["supposition", "a message expressing an opinion based on incomplete evidence", "supposition"], ["surmisal", "a message expressing an opinion based on incomplete evidence", "surmisal"], ["surmise", "a message expressing an opinion based on incomplete evidence", "surmise"], ["possibility", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena", "possibility"]]}, {"answer": "hz", "hint": "synonyms for hz", "clues": [["cycle per second", "the unit of frequency; one hertz has a periodic interval of one second", "cycle per second"], ["cps", "the unit of frequency; one hertz has a periodic interval of one second", "cps"], ["cycle", "the unit of frequency; one hertz has a periodic interval of one second", "cycle"], ["cycles/second", "the unit of frequency; one hertz has a periodic interval of one second", "cycles/second"], ["hertz", "the unit of frequency; one hertz has a periodic interval of one second", "hertz"]]}, {"answer": "ice", "hint": "synonyms for ice", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["internal-combustion engine", "a heat engine in which combustion occurs inside the engine rather than in a separate furnace; heat expands a gas that either moves a piston or turns a gas turbine", "internal-combustion engine"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["ice-skating rink", "a rink with a floor of ice for ice hockey or ice skating", "ice-skating rink"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["sparkler", "diamonds", "sparkler"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["water ice", "water frozen in the solid state", "water ice"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"], ["frappe", "a frozen dessert with fruit flavoring (especially one containing no milk)", "frappe"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["ice rink", "a rink with a floor of ice for ice hockey or ice skating", "ice rink"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["frosting", "a flavored sugar topping used to coat and decorate cakes", "frosting"], ["icing", "a flavored sugar topping used to coat and decorate cakes", "icing"]]}, {"answer": "ice_crystal", "hint": "synonyms for ice crystal", "clues": [["poudrin", "small crystals of ice", "poudrin"], ["diamond dust", "small crystals of ice", "diamond dust"], ["frost snow", "small crystals of ice", "frost snow"], ["frost mist", "small crystals of ice", "frost mist"], ["snow mist", "small crystals of ice", "snow mist"], ["ice needle", "small crystals of ice", "ice needle"]]}, {"answer": "ice_needle", "hint": "synonyms for ice needle", "clues": [["frost mist", "small crystals of ice", "frost mist"], ["diamond dust", "small crystals of ice", "diamond dust"], ["poudrin", "small crystals of ice", "poudrin"], ["frost snow", "small crystals of ice", "frost snow"], ["ice crystal", "small crystals of ice", "ice crystal"], ["snow mist", "small crystals of ice", "snow mist"]]}, {"answer": "iciness", "hint": "synonyms for iciness", "clues": [["gelidity", "coldness due to a cold environment", "gelidity"], ["frigidness", "a lack of affection or enthusiasm", "frigidness"], ["chill", "coldness due to a cold environment", "chill"], ["coldness", "a lack of affection or enthusiasm", "coldness"], ["chilliness", "a lack of affection or enthusiasm", "chilliness"], ["frigidity", "a lack of affection or enthusiasm", "frigidity"]]}, {"answer": "idea", "hint": "synonyms for idea", "clues": [["thought", "the content of cognition; the main thing you are thinking about", "thought"], ["estimate", "an approximate calculation of quantity or degree or worth", "estimate"], ["estimation", "an approximate calculation of quantity or degree or worth", "estimation"], ["melodic theme", "(music) melodic subject of a musical composition", "melodic theme"], ["approximation", "an approximate calculation of quantity or degree or worth", "approximation"], ["theme", "(music) melodic subject of a musical composition", "theme"], ["musical theme", "(music) melodic subject of a musical composition", "musical theme"], ["mind", "your intention; what you intend to do", "mind"]]}, {"answer": "identity", "hint": "synonyms for identity", "clues": [["personal identity", "the distinct personality of an individual regarded as a persisting entity", "personal identity"], ["individuality", "the distinct personality of an individual regarded as a persisting entity", "individuality"], ["identicalness", "exact sameness", "identicalness"], ["indistinguishability", "exact sameness", "indistinguishability"], ["identity element", "an operator that leaves unchanged the element on which it operates", "identity element"], ["identity operator", "an operator that leaves unchanged the element on which it operates", "identity operator"]]}, {"answer": "idiom", "hint": "synonyms for idiom", "clues": [["artistic style", "the style of a particular artist or school or movement", "artistic style"], ["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiomatic expression"], ["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrase"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrasal idiom"], ["accent", "the usage or vocabulary that is characteristic of a specific group of people", "accent"], ["dialect", "the usage or vocabulary that is characteristic of a specific group of people", "dialect"], ["parlance", "a manner of speaking that is natural to native speakers of a language", "parlance"], ["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "set phrase"]]}, {"answer": "idiomatic_expression", "hint": "synonyms for idiomatic expression", "clues": [["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrase"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiom"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrasal idiom"], ["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "set phrase"]]}, {"answer": "idiot_box", "hint": "synonyms for idiot box", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "idle_talk", "hint": "synonyms for idle talk", "clues": [["chin music", "idle or foolish and irrelevant talk", "chin music"], ["prate", "idle or foolish and irrelevant talk", "prate"], ["prattle", "idle or foolish and irrelevant talk", "prattle"], ["blether", "idle or foolish and irrelevant talk", "blether"]]}, {"answer": "idle_words", "hint": "synonyms for idle words", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk", "malarkey"], ["wind", "empty rhetoric or insincere or exaggerated talk", "wind"], ["nothingness", "empty rhetoric or insincere or exaggerated talk", "nothingness"], ["jazz", "empty rhetoric or insincere or exaggerated talk", "jazz"]]}, {"answer": "idleness", "hint": "synonyms for idleness", "clues": [["faineance", "the trait of being idle out of a reluctance to work", "faineance"], ["idling", "having no employment", "idling"], ["groundlessness", "the quality of lacking substance or value", "groundlessness"], ["loafing", "having no employment", "loafing"]]}, {"answer": "idol", "hint": "synonyms for idol", "clues": [["beau ideal", "an ideal instance; a perfect embodiment of a concept", "beau ideal"], ["graven image", "a material effigy that is worshipped", "graven image"], ["paragon", "an ideal instance; a perfect embodiment of a concept", "paragon"], ["god", "a material effigy that is worshipped", "god"], ["perfection", "an ideal instance; a perfect embodiment of a concept", "perfection"]]}, {"answer": "idolatry", "hint": "synonyms for idolatry", "clues": [["veneration", "religious zeal; the willingness to serve God", "veneration"], ["idol worship", "the worship of idols; the worship of images that are not God", "idol worship"], ["devotion", "religious zeal; the willingness to serve God", "devotion"], ["cultism", "religious zeal; the willingness to serve God", "cultism"]]}, {"answer": "idyl", "hint": "synonyms for idyl", "clues": [["idyll", "a short poem descriptive of rural or pastoral life", "idyll"], ["pastorale", "a musical composition that evokes rural life", "pastorale"], ["eclogue", "a short poem descriptive of rural or pastoral life", "eclogue"], ["bucolic", "a short poem descriptive of rural or pastoral life", "bucolic"]]}, {"answer": "idyll", "hint": "synonyms for idyll", "clues": [["pastorale", "a musical composition that evokes rural life", "pastorale"], ["idyl", "a musical composition that evokes rural life", "idyl"], ["eclogue", "a short poem descriptive of rural or pastoral life", "eclogue"], ["bucolic", "a short poem descriptive of rural or pastoral life", "bucolic"]]}, {"answer": "ignition", "hint": "synonyms for ignition", "clues": [["lighting", "the act of setting something on fire", "lighting"], ["kindling", "the act of setting something on fire", "kindling"], ["ignition system", "the mechanism that ignites the fuel in an internal-combustion engine", "ignition system"], ["firing", "the act of setting something on fire", "firing"], ["inflammation", "the act of setting something on fire", "inflammation"]]}, {"answer": "illumination", "hint": "synonyms for illumination", "clues": [["elucidation", "an interpretation that removes obstacles to understanding", "elucidation"], ["clarification", "an interpretation that removes obstacles to understanding", "clarification"], ["illuminance", "the luminous flux incident on a unit area", "illuminance"], ["miniature", "painting or drawing included in a book (especially in illuminated medieval manuscripts)", "miniature"]]}, {"answer": "illusion", "hint": "synonyms for illusion", "clues": [["deception", "an illusory feat; considered magical by naive observers", "deception"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["fancy", "something many people believe that is false", "fancy"], ["phantasy", "something many people believe that is false", "phantasy"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["delusion", "the act of deluding; deception by creating illusory ideas", "delusion"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["fantasy", "something many people believe that is false", "fantasy"], ["head game", "the act of deluding; deception by creating illusory ideas", "head game"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["semblance", "an erroneous mental representation", "semblance"], ["trick", "an illusory feat; considered magical by naive observers", "trick"], ["magic", "an illusory feat; considered magical by naive observers", "magic"]]}, {"answer": "illustration", "hint": "synonyms for illustration", "clues": [["representative", "an item of information that is typical of a class or group", "representative"], ["example", "an item of information that is typical of a class or group", "example"], ["exemplification", "showing by example", "exemplification"], ["instance", "an item of information that is typical of a class or group", "instance"]]}, {"answer": "image", "hint": "synonyms for image", "clues": [["range", "(mathematics) the set of values of the dependent variable for which a function is defined", "range"], ["effigy", "a representation of a person (especially in the form of sculpture)", "effigy"], ["persona", "(Jungian psychology) a personal facade that one presents to the world", "persona"], ["simulacrum", "a representation of a person (especially in the form of sculpture)", "simulacrum"], ["ikon", "a visual representation (of an object or scene or person or abstraction) produced on a surface", "ikon"], ["icon", "a visual representation (of an object or scene or person or abstraction) produced on a surface", "icon"], ["picture", "a visual representation (of an object or scene or person or abstraction) produced on a surface", "picture"], ["prototype", "a standard or typical example", "prototype"], ["trope", "language used in a figurative or nonliteral sense", "trope"], ["figure of speech", "language used in a figurative or nonliteral sense", "figure of speech"], ["paradigm", "a standard or typical example", "paradigm"], ["epitome", "a standard or typical example", "epitome"], ["mental image", "an iconic mental representation", "mental image"], ["figure", "language used in a figurative or nonliteral sense", "figure"], ["range of a function", "(mathematics) the set of values of the dependent variable for which a function is defined", "range of a function"]]}, {"answer": "imagination", "hint": "synonyms for imagination", "clues": [["vision", "the formation of a mental image of something that is not perceived as real and is not present to the senses", "vision"], ["mental imagery", "the ability to form mental images of things or events", "mental imagery"], ["resourcefulness", "the ability to deal resourcefully with unusual problems", "resourcefulness"], ["imaginativeness", "the formation of a mental image of something that is not perceived as real and is not present to the senses", "imaginativeness"], ["imagery", "the ability to form mental images of things or events", "imagery"], ["imaging", "the ability to form mental images of things or events", "imaging"], ["resource", "the ability to deal resourcefully with unusual problems", "resource"]]}, {"answer": "imaging", "hint": "synonyms for imaging", "clues": [["mental imagery", "the ability to form mental images of things or events", "mental imagery"], ["imagery", "the ability to form mental images of things or events", "imagery"], ["imagination", "the ability to form mental images of things or events", "imagination"], ["tomography", "(medicine) obtaining pictures of the interior of the body", "tomography"]]}, {"answer": "imbecility", "hint": "synonyms for imbecility", "clues": [["folly", "a stupid mistake", "folly"], ["betise", "a stupid mistake", "betise"], ["stupidity", "a stupid mistake", "stupidity"], ["foolishness", "a stupid mistake", "foolishness"]]}, {"answer": "immediacy", "hint": "synonyms for immediacy", "clues": [["immediateness", "the quickness of action or occurrence", "immediateness"], ["immediate apprehension", "immediate intuitive awareness", "immediate apprehension"], ["instancy", "the quickness of action or occurrence", "instancy"], ["instantaneousness", "the quickness of action or occurrence", "instantaneousness"]]}, {"answer": "immenseness", "hint": "synonyms for immenseness", "clues": [["greatness", "unusual largeness in size or extent or number", "greatness"], ["grandness", "unusual largeness in size or extent or number", "grandness"], ["immensity", "unusual largeness in size or extent or number", "immensity"], ["wideness", "unusual largeness in size or extent or number", "wideness"], ["enormousness", "unusual largeness in size or extent or number", "enormousness"], ["sizeableness", "unusual largeness in size or extent or number", "sizeableness"], ["vastness", "unusual largeness in size or extent or number", "vastness"]]}, {"answer": "immensity", "hint": "synonyms for immensity", "clues": [["greatness", "unusual largeness in size or extent or number", "greatness"], ["grandness", "unusual largeness in size or extent or number", "grandness"], ["wideness", "unusual largeness in size or extent or number", "wideness"], ["enormousness", "unusual largeness in size or extent or number", "enormousness"], ["immenseness", "unusual largeness in size or extent or number", "immenseness"], ["sizeableness", "unusual largeness in size or extent or number", "sizeableness"], ["vastness", "unusual largeness in size or extent or number", "vastness"]]}, {"answer": "immersion", "hint": "synonyms for immersion", "clues": [["submerging", "sinking until covered completely with water", "submerging"], ["submersion", "the act of wetting something by submerging it", "submersion"], ["dousing", "the act of wetting something by submerging it", "dousing"], ["absorption", "complete attention; intense mental effort", "absorption"], ["engrossment", "complete attention; intense mental effort", "engrossment"], ["ducking", "the act of wetting something by submerging it", "ducking"], ["submergence", "sinking until covered completely with water", "submergence"], ["concentration", "complete attention; intense mental effort", "concentration"], ["ingress", "(astronomy) the disappearance of a celestial body prior to an eclipse", "ingress"]]}, {"answer": "immunosuppressive_drug", "hint": "synonyms for immunosuppressive drug", "clues": [["immunosuppressant", "a drug that lowers the body's normal immune response", "immunosuppressant"], ["immunosuppressor", "a drug that lowers the body's normal immune response", "immunosuppressor"], ["immune suppressant drug", "a drug that lowers the body's normal immune response", "immune suppressant drug"], ["immunosuppressive", "a drug that lowers the body's normal immune response", "immunosuppressive"]]}, {"answer": "impact", "hint": "synonyms for impact", "clues": [["shock", "the violent interaction of individuals or groups entering into combat", "shock"], ["impingement", "influencing strongly", "impingement"], ["wallop", "a forceful consequence; a strong effect", "wallop"], ["encroachment", "influencing strongly", "encroachment"]]}, {"answer": "impairment", "hint": "synonyms for impairment", "clues": [["constipation", "the act of making something futile and useless (as by routine)", "constipation"], ["stultification", "the act of making something futile and useless (as by routine)", "stultification"], ["harm", "the occurrence of a change for the worse", "harm"], ["damage", "the occurrence of a change for the worse", "damage"], ["deadening", "the act of making something futile and useless (as by routine)", "deadening"]]}, {"answer": "impassiveness", "hint": "synonyms for impassiveness", "clues": [["impassivity", "apathy demonstrated by an absence of emotional reactions", "impassivity"], ["indifference", "apathy demonstrated by an absence of emotional reactions", "indifference"], ["phlegm", "apathy demonstrated by an absence of emotional reactions", "phlegm"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions", "unemotionality"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions", "emotionlessness"], ["stolidity", "apathy demonstrated by an absence of emotional reactions", "stolidity"]]}, {"answer": "impassivity", "hint": "synonyms for impassivity", "clues": [["indifference", "apathy demonstrated by an absence of emotional reactions", "indifference"], ["phlegm", "apathy demonstrated by an absence of emotional reactions", "phlegm"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions", "impassiveness"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions", "unemotionality"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions", "emotionlessness"], ["stolidity", "apathy demonstrated by an absence of emotional reactions", "stolidity"]]}, {"answer": "impedance", "hint": "synonyms for impedance", "clues": [["electric resistance", "a material's opposition to the flow of electric current; measured in ohms", "electric resistance"], ["resistance", "a material's opposition to the flow of electric current; measured in ohms", "resistance"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms", "ohmic resistance"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms", "resistivity"]]}, {"answer": "impediment", "hint": "synonyms for impediment", "clues": [["check", "something immaterial that interferes with or delays action or progress", "check"], ["hindrance", "something immaterial that interferes with or delays action or progress", "hindrance"], ["impedimenta", "any structure that makes progress difficult", "impedimenta"], ["obstructor", "any structure that makes progress difficult", "obstructor"], ["balk", "something immaterial that interferes with or delays action or progress", "balk"], ["handicap", "something immaterial that interferes with or delays action or progress", "handicap"], ["deterrent", "something immaterial that interferes with or delays action or progress", "deterrent"]]}, {"answer": "imperfect_tense", "hint": "synonyms for imperfect tense", "clues": [["progressive tense", "a tense of verbs used in describing action that is on-going", "progressive tense"], ["imperfect", "a tense of verbs used in describing action that is on-going", "imperfect"], ["progressive", "a tense of verbs used in describing action that is on-going", "progressive"], ["continuous tense", "a tense of verbs used in describing action that is on-going", "continuous tense"]]}, {"answer": "impersonation", "hint": "synonyms for impersonation", "clues": [["personation", "imitating the mannerisms of another person", "personation"], ["caricature", "a representation of a person that is exaggerated for comic effect", "caricature"], ["imitation", "a representation of a person that is exaggerated for comic effect", "imitation"], ["imposture", "pretending to be another person", "imposture"]]}, {"answer": "impertinence", "hint": "synonyms for impertinence", "clues": [["archness", "inappropriate playfulness", "archness"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties", "impudence"], ["sauciness", "inappropriate playfulness", "sauciness"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties", "freshness"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties", "cheekiness"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties", "insolence"], ["crust", "the trait of being rude and impertinent; inclined to take liberties", "crust"], ["perkiness", "inappropriate playfulness", "perkiness"], ["pertness", "inappropriate playfulness", "pertness"], ["gall", "the trait of being rude and impertinent; inclined to take liberties", "gall"], ["cheek", "an impudent statement", "cheek"]]}, {"answer": "implements_of_war", "hint": "synonyms for implements of war", "clues": [["munition", "weapons considered collectively", "munition"], ["arms", "weapons considered collectively", "arms"], ["weaponry", "weapons considered collectively", "weaponry"], ["weapons system", "weapons considered collectively", "weapons system"]]}, {"answer": "implication", "hint": "synonyms for implication", "clues": [["deduction", "something that is inferred (deduced or entailed or implied)", "deduction"], ["import", "a meaning that is not expressly stated but can be inferred", "import"], ["entailment", "something that is inferred (deduced or entailed or implied)", "entailment"], ["significance", "a meaning that is not expressly stated but can be inferred", "significance"], ["logical implication", "a logical relation between propositions p and q of the form `if p then q'; if p is true then q cannot be false", "logical implication"], ["conditional relation", "a logical relation between propositions p and q of the form `if p then q'; if p is true then q cannot be false", "conditional relation"]]}, {"answer": "import", "hint": "synonyms for import", "clues": [["importation", "commodities (goods or services) bought from a foreign country", "importation"], ["implication", "a meaning that is not expressly stated but can be inferred", "implication"], ["signification", "the message that is intended or expressed or signified", "signification"], ["significance", "the message that is intended or expressed or signified", "significance"], ["consequence", "having important effects or influence", "consequence"], ["moment", "having important effects or influence", "moment"], ["meaning", "the message that is intended or expressed or signified", "meaning"]]}, {"answer": "impression", "hint": "synonyms for impression", "clues": [["mental picture", "a clear and telling mental image", "mental picture"], ["printing", "all the copies of a work printed at one time", "printing"], ["imprint", "a concavity in a surface produced by pressing", "imprint"], ["notion", "a vague idea in which some confidence is placed", "notion"], ["effect", "an outward appearance", "effect"], ["depression", "a concavity in a surface produced by pressing", "depression"], ["belief", "a vague idea in which some confidence is placed", "belief"], ["stamp", "a symbol that is the result of printing or engraving", "stamp"], ["picture", "a clear and telling mental image", "picture"], ["opinion", "a vague idea in which some confidence is placed", "opinion"], ["feeling", "a vague idea in which some confidence is placed", "feeling"]]}, {"answer": "imprimatur", "hint": "synonyms for imprimatur", "clues": [["indorsement", "formal and explicit approval", "indorsement"], ["warrant", "formal and explicit approval", "warrant"], ["countenance", "formal and explicit approval", "countenance"], ["sanction", "formal and explicit approval", "sanction"]]}, {"answer": "impropriety", "hint": "synonyms for impropriety", "clues": [["improperness", "an improper demeanor", "improperness"], ["indecency", "an indecent or improper act", "indecency"], ["liberty", "an act of undue intimacy", "liberty"], ["indecorum", "an act of undue intimacy", "indecorum"], ["familiarity", "an act of undue intimacy", "familiarity"]]}, {"answer": "impudence", "hint": "synonyms for impudence", "clues": [["impertinence", "an impudent statement", "impertinence"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties", "freshness"], ["cheekiness", "the trait of being rude and impertinent; inclined to take liberties", "cheekiness"], ["insolence", "the trait of being rude and impertinent; inclined to take liberties", "insolence"], ["crust", "the trait of being rude and impertinent; inclined to take liberties", "crust"], ["gall", "the trait of being rude and impertinent; inclined to take liberties", "gall"], ["cheek", "an impudent statement", "cheek"]]}, {"answer": "impulse", "hint": "synonyms for impulse", "clues": [["nerve impulse", "the electrical discharge that travels along a nerve fiber", "nerve impulse"], ["pulse", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)", "pulse"], ["pulsation", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)", "pulsation"], ["neural impulse", "the electrical discharge that travels along a nerve fiber", "neural impulse"], ["pulsing", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)", "pulsing"], ["impetus", "the act of applying force suddenly", "impetus"], ["urge", "an instinctive motive", "urge"], ["caprice", "a sudden desire", "caprice"], ["momentum", "an impelling force or strength", "momentum"], ["whim", "a sudden desire", "whim"], ["impulsion", "the act of applying force suddenly", "impulsion"]]}, {"answer": "inadvertence", "hint": "synonyms for inadvertence", "clues": [["oversight", "an unintentional omission resulting from failure to notice something", "oversight"], ["inadvertency", "the trait of forgetting or ignoring your responsibilities", "inadvertency"], ["heedlessness", "the trait of forgetting or ignoring your responsibilities", "heedlessness"], ["unmindfulness", "the trait of forgetting or ignoring your responsibilities", "unmindfulness"]]}, {"answer": "inanity", "hint": "synonyms for inanity", "clues": [["senselessness", "total lack of meaning or ideas", "senselessness"], ["mindlessness", "total lack of meaning or ideas", "mindlessness"], ["pointlessness", "total lack of meaning or ideas", "pointlessness"], ["vacuity", "total lack of meaning or ideas", "vacuity"]]}, {"answer": "inborn_reflex", "hint": "synonyms for inborn reflex", "clues": [["reflex action", "an automatic instinctive unlearned reaction to a stimulus", "reflex action"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus", "instinctive reflex"], ["innate reflex", "an automatic instinctive unlearned reaction to a stimulus", "innate reflex"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus", "unconditioned reflex"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus", "physiological reaction"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus", "reflex"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus", "reflex response"]]}, {"answer": "incandescent_lamp", "hint": "synonyms for incandescent lamp", "clues": [["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "bulb"], ["light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "light bulb"], ["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric light"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric-light bulb"]]}, {"answer": "incertitude", "hint": "synonyms for incertitude", "clues": [["dubiousness", "the state of being unsure of something", "dubiousness"], ["doubtfulness", "the state of being unsure of something", "doubtfulness"], ["uncertainty", "the state of being unsure of something", "uncertainty"], ["dubiety", "the state of being unsure of something", "dubiety"], ["doubt", "the state of being unsure of something", "doubt"]]}, {"answer": "incision", "hint": "synonyms for incision", "clues": [["surgical incision", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)", "surgical incision"], ["prick", "a depression scratched or carved into a surface", "prick"], ["section", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)", "section"], ["scratch", "a depression scratched or carved into a surface", "scratch"], ["dent", "a depression scratched or carved into a surface", "dent"], ["slit", "a depression scratched or carved into a surface", "slit"]]}, {"answer": "inclemency", "hint": "synonyms for inclemency", "clues": [["severity", "excessive sternness", "severity"], ["severeness", "excessive sternness", "severeness"], ["rigour", "excessive sternness", "rigour"], ["hardness", "excessive sternness", "hardness"], ["rigorousness", "excessive sternness", "rigorousness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"]]}, {"answer": "inclination", "hint": "synonyms for inclination", "clues": [["disposition", "an attitude of mind especially one that favors one alternative over others", "disposition"], ["inclining", "the act of inclining; bending forward", "inclining"], ["list", "the property possessed by a line or surface that departs from the vertical", "list"], ["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic dip"], ["inclination of an orbit", "(astronomy) the angle between the plane of the orbit and the plane of the ecliptic stated in degrees", "inclination of an orbit"], ["tendency", "a characteristic likelihood of or natural disposition toward a certain condition or character or effect", "tendency"], ["lean", "the property possessed by a line or surface that departs from the vertical", "lean"], ["tilt", "the property possessed by a line or surface that departs from the vertical", "tilt"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic inclination"], ["angle of inclination", "(geometry) the angle formed by the x-axis and a given line (measured counterclockwise from the positive half of the x-axis)", "angle of inclination"], ["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "dip"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "angle of dip"]]}, {"answer": "inconstancy", "hint": "synonyms for inconstancy", "clues": [["fickleness", "unfaithfulness by virtue of being unreliable or treacherous", "fickleness"], ["changefulness", "the quality of being changeable and variable", "changefulness"], ["falseness", "unfaithfulness by virtue of being unreliable or treacherous", "falseness"], ["faithlessness", "unfaithfulness by virtue of being unreliable or treacherous", "faithlessness"]]}, {"answer": "increase", "hint": "synonyms for increase", "clues": [["addition", "a quantity that is added", "addition"], ["increment", "a process of becoming larger or longer or more numerous or more important", "increment"], ["step-up", "the act of increasing something", "step-up"], ["growth", "a process of becoming larger or longer or more numerous or more important", "growth"], ["gain", "a quantity that is added", "gain"]]}, {"answer": "incumbrance", "hint": "synonyms for incumbrance", "clues": [["hindrance", "any obstruction that impedes or is burdensome", "hindrance"], ["load", "an onerous or difficult concern", "load"], ["interference", "any obstruction that impedes or is burdensome", "interference"], ["onus", "an onerous or difficult concern", "onus"], ["preventative", "any obstruction that impedes or is burdensome", "preventative"], ["burden", "an onerous or difficult concern", "burden"], ["encumbrance", "a charge against property (as a lien or mortgage)", "encumbrance"], ["hitch", "any obstruction that impedes or is burdensome", "hitch"]]}, {"answer": "indecorum", "hint": "synonyms for indecorum", "clues": [["impropriety", "an act of undue intimacy", "impropriety"], ["familiarity", "an act of undue intimacy", "familiarity"], ["liberty", "an act of undue intimacy", "liberty"], ["indecorousness", "a lack of decorum", "indecorousness"]]}, {"answer": "indefiniteness", "hint": "synonyms for indefiniteness", "clues": [["indefinity", "the quality of being vague and poorly defined", "indefinity"], ["indetermination", "the quality of being vague and poorly defined", "indetermination"], ["indeterminateness", "the quality of being vague and poorly defined", "indeterminateness"], ["indeterminacy", "the quality of being vague and poorly defined", "indeterminacy"]]}, {"answer": "indefinity", "hint": "synonyms for indefinity", "clues": [["indefiniteness", "the quality of being vague and poorly defined", "indefiniteness"], ["indetermination", "the quality of being vague and poorly defined", "indetermination"], ["indeterminateness", "the quality of being vague and poorly defined", "indeterminateness"], ["indeterminacy", "the quality of being vague and poorly defined", "indeterminacy"]]}, {"answer": "indemnification", "hint": "synonyms for indemnification", "clues": [["restitution", "a sum of money paid in compensation for loss or injury", "restitution"], ["indemnity", "a sum of money paid in compensation for loss or injury", "indemnity"], ["damages", "a sum of money paid in compensation for loss or injury", "damages"], ["redress", "a sum of money paid in compensation for loss or injury", "redress"], ["amends", "a sum of money paid in compensation for loss or injury", "amends"]]}, {"answer": "indemnity", "hint": "synonyms for indemnity", "clues": [["restitution", "a sum of money paid in compensation for loss or injury", "restitution"], ["indemnification", "a sum of money paid in compensation for loss or injury", "indemnification"], ["damages", "a sum of money paid in compensation for loss or injury", "damages"], ["redress", "a sum of money paid in compensation for loss or injury", "redress"], ["amends", "a sum of money paid in compensation for loss or injury", "amends"]]}, {"answer": "indentation", "hint": "synonyms for indentation", "clues": [["indention", "the space left between the margin and the start of an indented line", "indention"], ["indenture", "a concave cut into a surface or edge (as in a coastline)", "indenture"], ["roughness", "the formation of small pits in a surface as a consequence of corrosion", "roughness"], ["indent", "the space left between the margin and the start of an indented line", "indent"], ["pitting", "the formation of small pits in a surface as a consequence of corrosion", "pitting"]]}, {"answer": "indeterminacy", "hint": "synonyms for indeterminacy", "clues": [["indefiniteness", "the quality of being vague and poorly defined", "indefiniteness"], ["indetermination", "the quality of being vague and poorly defined", "indetermination"], ["indeterminateness", "the quality of being vague and poorly defined", "indeterminateness"], ["indefinity", "the quality of being vague and poorly defined", "indefinity"]]}, {"answer": "indeterminateness", "hint": "synonyms for indeterminateness", "clues": [["indefiniteness", "the quality of being vague and poorly defined", "indefiniteness"], ["indeterminacy", "the quality of being vague and poorly defined", "indeterminacy"], ["indetermination", "the quality of being vague and poorly defined", "indetermination"], ["indefinity", "the quality of being vague and poorly defined", "indefinity"]]}, {"answer": "indetermination", "hint": "synonyms for indetermination", "clues": [["indefiniteness", "the quality of being vague and poorly defined", "indefiniteness"], ["indeterminacy", "the quality of being vague and poorly defined", "indeterminacy"], ["indeterminateness", "the quality of being vague and poorly defined", "indeterminateness"], ["indefinity", "the quality of being vague and poorly defined", "indefinity"]]}, {"answer": "index", "hint": "synonyms for index", "clues": [["index number", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time", "index number"], ["exponent", "a mathematical notation indicating the number of times a quantity is multiplied by itself", "exponent"], ["indicant", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time", "indicant"], ["indicator", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time", "indicator"], ["power", "a mathematical notation indicating the number of times a quantity is multiplied by itself", "power"]]}, {"answer": "india_rubber", "hint": "synonyms for india rubber", "clues": [["gum elastic", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products", "gum elastic"], ["caoutchouc", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products", "caoutchouc"], ["natural rubber", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products", "natural rubber"], ["rubber", "an elastic material obtained from the latex sap of trees (especially trees of the genera Hevea and Ficus) that can be vulcanized and finished into a variety of products", "rubber"]]}, {"answer": "indicant", "hint": "synonyms for indicant", "clues": [["index", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time", "index"], ["indicator", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time", "indicator"], ["indication", "something that serves to indicate or suggest", "indication"], ["index number", "a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time", "index number"]]}, {"answer": "indication", "hint": "synonyms for indication", "clues": [["reading", "a datum about some physical state that is presented to a user by a meter or similar instrument", "reading"], ["meter reading", "a datum about some physical state that is presented to a user by a meter or similar instrument", "meter reading"], ["indicant", "something that serves to indicate or suggest", "indicant"], ["denotation", "the act of indicating or pointing out by name", "denotation"]]}, {"answer": "indicative_mood", "hint": "synonyms for indicative mood", "clues": [["declarative mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative mood"], ["fact mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "fact mood"], ["common mood", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "common mood"], ["indicative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "indicative"], ["declarative", "a mood (grammatically unmarked) that represents the act or state as an objective fact", "declarative"]]}, {"answer": "indifference", "hint": "synonyms for indifference", "clues": [["phlegm", "apathy demonstrated by an absence of emotional reactions", "phlegm"], ["numbness", "the trait of lacking enthusiasm for or interest in things generally", "numbness"], ["apathy", "the trait of lacking enthusiasm for or interest in things generally", "apathy"], ["unconcern", "the trait of remaining calm and seeming not to care; a casual lack of concern", "unconcern"], ["nonchalance", "the trait of remaining calm and seeming not to care; a casual lack of concern", "nonchalance"], ["impassivity", "apathy demonstrated by an absence of emotional reactions", "impassivity"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions", "impassiveness"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions", "unemotionality"], ["spiritlessness", "the trait of lacking enthusiasm for or interest in things generally", "spiritlessness"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions", "emotionlessness"], ["stolidity", "apathy demonstrated by an absence of emotional reactions", "stolidity"]]}, {"answer": "indisposition", "hint": "synonyms for indisposition", "clues": [["disinclination", "a certain degree of unwillingness", "disinclination"], ["hesitation", "a certain degree of unwillingness", "hesitation"], ["reluctance", "a certain degree of unwillingness", "reluctance"], ["hesitancy", "a certain degree of unwillingness", "hesitancy"]]}, {"answer": "indistinctness", "hint": "synonyms for indistinctness", "clues": [["softness", "the quality of being indistinct and without sharp outlines", "softness"], ["fuzziness", "the quality of being indistinct and without sharp outlines", "fuzziness"], ["blurriness", "the quality of being indistinct and without sharp outlines", "blurriness"], ["fogginess", "the quality of being indistinct and without sharp outlines", "fogginess"]]}, {"answer": "individuality", "hint": "synonyms for individuality", "clues": [["personal identity", "the distinct personality of an individual regarded as a persisting entity", "personal identity"], ["individuation", "the quality of being individual", "individuation"], ["identity", "the distinct personality of an individual regarded as a persisting entity", "identity"], ["individualism", "the quality of being individual", "individualism"]]}, {"answer": "indorsement", "hint": "synonyms for indorsement", "clues": [["blurb", "a promotional statement (as found on the dust jackets of books)", "blurb"], ["endorsement", "a speech seconding a motion", "endorsement"], ["warrant", "formal and explicit approval", "warrant"], ["secondment", "a speech seconding a motion", "secondment"], ["countenance", "formal and explicit approval", "countenance"], ["second", "a speech seconding a motion", "second"], ["sanction", "formal and explicit approval", "sanction"], ["imprimatur", "formal and explicit approval", "imprimatur"]]}, {"answer": "induction", "hint": "synonyms for induction", "clues": [["elicitation", "stimulation that calls up (draws forth) a particular class of behaviors", "elicitation"], ["trigger", "an act that sets in motion some course of events", "trigger"], ["initiation", "a formal entry into an organization or position or office", "initiation"], ["installation", "a formal entry into an organization or position or office", "installation"], ["inductive reasoning", "reasoning from detailed facts to general principles", "inductive reasoning"], ["generalisation", "reasoning from detailed facts to general principles", "generalisation"], ["evocation", "stimulation that calls up (draws forth) a particular class of behaviors", "evocation"], ["inductance", "an electrical phenomenon whereby an electromotive force (EMF) is generated in a closed circuit by a change in the flow of current", "inductance"]]}, {"answer": "indulgence", "hint": "synonyms for indulgence", "clues": [["leniency", "a disposition to yield to the wishes of someone", "leniency"], ["humoring", "the act of indulging or gratifying a desire", "humoring"], ["tomfoolery", "foolish or senseless behavior", "tomfoolery"], ["self-indulgence", "an inability to resist the gratification of whims and desires", "self-indulgence"], ["foolery", "foolish or senseless behavior", "foolery"], ["lunacy", "foolish or senseless behavior", "lunacy"], ["pampering", "the act of indulging or gratifying a desire", "pampering"], ["folly", "foolish or senseless behavior", "folly"], ["indulging", "the act of indulging or gratifying a desire", "indulging"], ["craziness", "foolish or senseless behavior", "craziness"]]}, {"answer": "inebriant", "hint": "synonyms for inebriant", "clues": [["alcohol", "a liquor or brew containing alcohol as the active agent", "alcohol"], ["alcoholic drink", "a liquor or brew containing alcohol as the active agent", "alcoholic drink"], ["alcoholic beverage", "a liquor or brew containing alcohol as the active agent", "alcoholic beverage"], ["intoxicant", "a liquor or brew containing alcohol as the active agent", "intoxicant"]]}, {"answer": "ineptitude", "hint": "synonyms for ineptitude", "clues": [["maladroitness", "unskillfulness resulting from a lack of training", "maladroitness"], ["ineptness", "unskillfulness resulting from a lack of training", "ineptness"], ["awkwardness", "unskillfulness resulting from a lack of training", "awkwardness"], ["slowness", "unskillfulness resulting from a lack of training", "slowness"], ["worthlessness", "having no qualities that would render it valuable or useful", "worthlessness"], ["clumsiness", "unskillfulness resulting from a lack of training", "clumsiness"]]}, {"answer": "ineptness", "hint": "synonyms for ineptness", "clues": [["maladroitness", "unskillfulness resulting from a lack of training", "maladroitness"], ["unsuitability", "the quality of having the wrong properties for a specific purpose", "unsuitability"], ["ineptitude", "unskillfulness resulting from a lack of training", "ineptitude"], ["awkwardness", "unskillfulness resulting from a lack of training", "awkwardness"], ["slowness", "unskillfulness resulting from a lack of training", "slowness"], ["unsuitableness", "the quality of having the wrong properties for a specific purpose", "unsuitableness"], ["clumsiness", "unskillfulness resulting from a lack of training", "clumsiness"]]}, {"answer": "inevitable_accident", "hint": "synonyms for inevitable accident", "clues": [["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events", "unavoidable casualty"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events", "act of God"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events", "force majeure"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events", "vis major"]]}, {"answer": "infernal_region", "hint": "synonyms for infernal region", "clues": [["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "perdition"], ["pit", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "pit"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "nether region"], ["netherworld", "(religion) the world of the dead; -Theognis", "netherworld"], ["underworld", "(religion) the world of the dead; -Theognis", "underworld"]]}, {"answer": "inferno", "hint": "synonyms for inferno", "clues": [["hell on earth", "any place of pain and turmoil", "hell on earth"], ["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "perdition"], ["hellhole", "any place of pain and turmoil", "hellhole"], ["conflagration", "a very intense and uncontrolled fire", "conflagration"], ["hell", "any place of pain and turmoil", "hell"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "nether region"], ["pit", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "pit"], ["infernal region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "infernal region"], ["the pits", "any place of pain and turmoil", "the pits"], ["snake pit", "any place of pain and turmoil", "snake pit"]]}, {"answer": "infiniteness", "hint": "synonyms for infiniteness", "clues": [["unboundedness", "the quality of being infinite; without bound or limit", "unboundedness"], ["limitlessness", "the quality of being infinite; without bound or limit", "limitlessness"], ["infinitude", "the quality of being infinite; without bound or limit", "infinitude"], ["boundlessness", "the quality of being infinite; without bound or limit", "boundlessness"]]}, {"answer": "infinitude", "hint": "synonyms for infinitude", "clues": [["unboundedness", "the quality of being infinite; without bound or limit", "unboundedness"], ["limitlessness", "the quality of being infinite; without bound or limit", "limitlessness"], ["boundlessness", "the quality of being infinite; without bound or limit", "boundlessness"], ["infiniteness", "the quality of being infinite; without bound or limit", "infiniteness"]]}, {"answer": "inflammation", "hint": "synonyms for inflammation", "clues": [["lighting", "the act of setting something on fire", "lighting"], ["kindling", "the act of setting something on fire", "kindling"], ["ignition", "the act of setting something on fire", "ignition"], ["inflaming", "arousal to violent emotion", "inflaming"], ["firing", "the act of setting something on fire", "firing"]]}, {"answer": "inflation", "hint": "synonyms for inflation", "clues": [["rising prices", "a general and progressive increase in prices", "rising prices"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pomposity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pompousness"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentation"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "splashiness"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "puffiness"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentatiousness"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pretentiousness"]]}, {"answer": "inflection", "hint": "synonyms for inflection", "clues": [["flection", "deviation from a straight or normal course", "flection"], ["inflexion", "a change in the form of a word (usually by adding a suffix) to indicate a change in its grammatical function", "inflexion"], ["modulation", "a manner of speaking in which the loudness or pitch or tone of the voice is modified", "modulation"], ["prosody", "the patterns of stress and intonation in a language", "prosody"]]}, {"answer": "infliction", "hint": "synonyms for infliction", "clues": [["pain in the neck", "something or someone that causes trouble; a source of unhappiness", "pain in the neck"], ["annoyance", "something or someone that causes trouble; a source of unhappiness", "annoyance"], ["bother", "something or someone that causes trouble; a source of unhappiness", "bother"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness", "pain in the ass"], ["botheration", "something or someone that causes trouble; a source of unhappiness", "botheration"], ["imposition", "the act of imposing something (as a tax or an embargo)", "imposition"], ["pain", "something or someone that causes trouble; a source of unhappiness", "pain"]]}, {"answer": "inflorescence", "hint": "synonyms for inflorescence", "clues": [["efflorescence", "the time and process of budding and unfolding of blossoms", "efflorescence"], ["flowering", "the time and process of budding and unfolding of blossoms", "flowering"], ["anthesis", "the time and process of budding and unfolding of blossoms", "anthesis"], ["blossoming", "the time and process of budding and unfolding of blossoms", "blossoming"]]}, {"answer": "information", "hint": "synonyms for information", "clues": [["info", "a message received and understood", "info"], ["data", "a collection of facts from which conclusions may be drawn", "data"], ["entropy", "(communication theory) a numerical measure of the uncertainty of an outcome", "entropy"], ["selective information", "(communication theory) a numerical measure of the uncertainty of an outcome", "selective information"]]}, {"answer": "information_processing_system", "hint": "synonyms for information processing system", "clues": [["computer", "a machine for performing calculations automatically", "computer"], ["electronic computer", "a machine for performing calculations automatically", "electronic computer"], ["computing machine", "a machine for performing calculations automatically", "computing machine"], ["data processor", "a machine for performing calculations automatically", "data processor"], ["computing device", "a machine for performing calculations automatically", "computing device"]]}, {"answer": "informational_rna", "hint": "synonyms for informational rna", "clues": [["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "mRNA"], ["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "template RNA"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "informational RNA"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "messenger RNA"]]}, {"answer": "ingredient", "hint": "synonyms for ingredient", "clues": [["component", "an abstract part of something", "component"], ["element", "an abstract part of something", "element"], ["factor", "an abstract part of something", "factor"], ["fixings", "food that is a component of a mixture in cooking", "fixings"], ["constituent", "an abstract part of something", "constituent"]]}, {"answer": "ingress", "hint": "synonyms for ingress", "clues": [["incoming", "the act of entering", "incoming"], ["entrance", "the act of entering", "entrance"], ["immersion", "(astronomy) the disappearance of a celestial body prior to an eclipse", "immersion"], ["entry", "the act of entering", "entry"], ["entering", "the act of entering", "entering"]]}, {"answer": "ingroup", "hint": "synonyms for ingroup", "clues": [["camp", "an exclusive circle of people with a common purpose", "camp"], ["clique", "an exclusive circle of people with a common purpose", "clique"], ["pack", "an exclusive circle of people with a common purpose", "pack"], ["coterie", "an exclusive circle of people with a common purpose", "coterie"], ["inner circle", "an exclusive circle of people with a common purpose", "inner circle"]]}, {"answer": "inhalation", "hint": "synonyms for inhalation", "clues": [["inspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "inspiration"], ["intake", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "intake"], ["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "breathing in"], ["inhalant", "a medication to be taken by inhaling it", "inhalant"]]}, {"answer": "inhumation", "hint": "synonyms for inhumation", "clues": [["entombment", "the ritual placing of a corpse in a grave", "entombment"], ["sepulture", "the ritual placing of a corpse in a grave", "sepulture"], ["burial", "the ritual placing of a corpse in a grave", "burial"], ["interment", "the ritual placing of a corpse in a grave", "interment"]]}, {"answer": "iniquity", "hint": "synonyms for iniquity", "clues": [["injustice", "an unjust act", "injustice"], ["wickedness", "morally objectionable behavior", "wickedness"], ["immorality", "morally objectionable behavior", "immorality"], ["unfairness", "an unjust act", "unfairness"], ["evil", "morally objectionable behavior", "evil"], ["shabbiness", "an unjust act", "shabbiness"]]}, {"answer": "initiation", "hint": "synonyms for initiation", "clues": [["creation", "the act of starting something for the first time; introducing something new", "creation"], ["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["knowledgeability", "wisdom as evidenced by the possession of knowledge", "knowledgeability"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["trigger", "an act that sets in motion some course of events", "trigger"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["installation", "a formal entry into an organization or position or office", "installation"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["knowledgeableness", "wisdom as evidenced by the possession of knowledge", "knowledgeableness"], ["origination", "the act of starting something for the first time; introducing something new", "origination"]]}, {"answer": "injustice", "hint": "synonyms for injustice", "clues": [["shabbiness", "an unjust act", "shabbiness"], ["unfairness", "an unjust act", "unfairness"], ["iniquity", "an unjust act", "iniquity"], ["unjustness", "the practice of being unjust or unfair", "unjustness"]]}, {"answer": "innate_reflex", "hint": "synonyms for innate reflex", "clues": [["reflex action", "an automatic instinctive unlearned reaction to a stimulus", "reflex action"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus", "reflex response"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus", "instinctive reflex"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus", "unconditioned reflex"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus", "physiological reaction"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus", "reflex"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus", "inborn reflex"]]}, {"answer": "inner_circle", "hint": "synonyms for inner circle", "clues": [["camp", "an exclusive circle of people with a common purpose", "camp"], ["ingroup", "an exclusive circle of people with a common purpose", "ingroup"], ["clique", "an exclusive circle of people with a common purpose", "clique"], ["pack", "an exclusive circle of people with a common purpose", "pack"], ["coterie", "an exclusive circle of people with a common purpose", "coterie"]]}, {"answer": "innovation", "hint": "synonyms for innovation", "clues": [["creation", "the act of starting something for the first time; introducing something new", "creation"], ["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["invention", "the creation of something in the mind", "invention"], ["excogitation", "the creation of something in the mind", "excogitation"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["design", "the creation of something in the mind", "design"], ["conception", "the creation of something in the mind", "conception"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"], ["origination", "the act of starting something for the first time; introducing something new", "origination"]]}, {"answer": "input", "hint": "synonyms for input", "clues": [["stimulus", "any stimulating information or event; acts to arouse action", "stimulus"], ["stimulation", "any stimulating information or event; acts to arouse action", "stimulation"], ["comment", "a statement that expresses a personal opinion or belief or adds information", "comment"], ["input signal", "signal going into an electronic system", "input signal"], ["remark", "a statement that expresses a personal opinion or belief or adds information", "remark"], ["stimulant", "any stimulating information or event; acts to arouse action", "stimulant"]]}, {"answer": "inquiry", "hint": "synonyms for inquiry", "clues": [["question", "an instance of questioning", "question"], ["research", "a search for knowledge", "research"], ["enquiry", "an instance of questioning", "enquiry"], ["interrogation", "an instance of questioning", "interrogation"], ["query", "an instance of questioning", "query"]]}, {"answer": "ins", "hint": "synonyms for ins", "clues": [["in", "a unit of length equal to one twelfth of a foot", "in"], ["inch", "a unit of length equal to one twelfth of a foot", "inch"], ["atomic number 49", "a rare soft silvery metallic element; occurs in small quantities in sphalerite", "atomic number 49"], ["indium", "a rare soft silvery metallic element; occurs in small quantities in sphalerite", "indium"]]}, {"answer": "insane_asylum", "hint": "synonyms for insane asylum", "clues": [["mental hospital", "a hospital for mentally incompetent or unbalanced person", "mental hospital"], ["mental home", "a hospital for mentally incompetent or unbalanced person", "mental home"], ["mental institution", "a hospital for mentally incompetent or unbalanced person", "mental institution"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person", "psychiatric hospital"], ["institution", "a hospital for mentally incompetent or unbalanced person", "institution"], ["asylum", "a hospital for mentally incompetent or unbalanced person", "asylum"]]}, {"answer": "insensibility", "hint": "synonyms for insensibility", "clues": [["callosity", "devoid of passion or feeling; hardheartedness", "callosity"], ["unfeelingness", "devoid of passion or feeling; hardheartedness", "unfeelingness"], ["callousness", "devoid of passion or feeling; hardheartedness", "callousness"], ["hardness", "devoid of passion or feeling; hardheartedness", "hardness"]]}, {"answer": "insight", "hint": "synonyms for insight", "clues": [["brainwave", "the clear (and often sudden) understanding of a complex situation", "brainwave"], ["perceptivity", "a feeling of understanding", "perceptivity"], ["sixth sense", "grasping the inner nature of things intuitively", "sixth sense"], ["penetration", "clear or deep perception of a situation", "penetration"], ["brainstorm", "the clear (and often sudden) understanding of a complex situation", "brainstorm"], ["perceptiveness", "a feeling of understanding", "perceptiveness"]]}, {"answer": "insipidity", "hint": "synonyms for insipidity", "clues": [["boringness", "extreme dullness; lacking spirit or interest", "boringness"], ["insipidness", "extreme dullness; lacking spirit or interest", "insipidness"], ["dreariness", "extreme dullness; lacking spirit or interest", "dreariness"], ["blandness", "lacking any distinctive or interesting taste property", "blandness"]]}, {"answer": "insipidness", "hint": "synonyms for insipidness", "clues": [["boringness", "extreme dullness; lacking spirit or interest", "boringness"], ["insipidity", "lacking any distinctive or interesting taste property", "insipidity"], ["dreariness", "extreme dullness; lacking spirit or interest", "dreariness"], ["blandness", "lacking any distinctive or interesting taste property", "blandness"]]}, {"answer": "insolence", "hint": "synonyms for insolence", "clues": [["cheekiness", "the trait of being rude and impertinent; inclined to take liberties", "cheekiness"], ["impudence", "the trait of being rude and impertinent; inclined to take liberties", "impudence"], ["crust", "the trait of being rude and impertinent; inclined to take liberties", "crust"], ["gall", "the trait of being rude and impertinent; inclined to take liberties", "gall"], ["impertinence", "the trait of being rude and impertinent; inclined to take liberties", "impertinence"], ["freshness", "the trait of being rude and impertinent; inclined to take liberties", "freshness"]]}, {"answer": "inspiration", "hint": "synonyms for inspiration", "clues": [["brainchild", "a product of your creative thinking and work", "brainchild"], ["intake", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "intake"], ["inhalation", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "inhalation"], ["divine guidance", "(theology) a special influence of a divinity on the minds of human beings", "divine guidance"], ["aspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "aspiration"], ["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "breathing in"], ["stirring", "arousing to a particular emotion or action", "stirring"]]}, {"answer": "installation", "hint": "synonyms for installation", "clues": [["installing", "the act of installing something (as equipment)", "installing"], ["installment", "the act of installing something (as equipment)", "installment"], ["initiation", "a formal entry into an organization or position or office", "initiation"], ["induction", "a formal entry into an organization or position or office", "induction"], ["facility", "a building or place that provides a particular service or is used for a particular industry", "facility"]]}, {"answer": "installment", "hint": "synonyms for installment", "clues": [["instalment", "a part of a broadcast serial", "instalment"], ["installing", "the act of installing something (as equipment)", "installing"], ["installation", "the act of installing something (as equipment)", "installation"], ["episode", "a part of a broadcast serial", "episode"]]}, {"answer": "instalment", "hint": "synonyms for instalment", "clues": [["installing", "the act of installing something (as equipment)", "installing"], ["installment", "the act of installing something (as equipment)", "installment"], ["installation", "the act of installing something (as equipment)", "installation"], ["episode", "a part of a broadcast serial", "episode"]]}, {"answer": "instance", "hint": "synonyms for instance", "clues": [["representative", "an item of information that is typical of a class or group", "representative"], ["illustration", "an item of information that is typical of a class or group", "illustration"], ["example", "an occurrence of something", "example"], ["case", "an occurrence of something", "case"]]}, {"answer": "instancy", "hint": "synonyms for instancy", "clues": [["immediateness", "the quickness of action or occurrence", "immediateness"], ["immediacy", "the quickness of action or occurrence", "immediacy"], ["instantaneousness", "the quickness of action or occurrence", "instantaneousness"], ["imperativeness", "the quality of being insistent", "imperativeness"]]}, {"answer": "instauration", "hint": "synonyms for instauration", "clues": [["creation", "the act of starting something for the first time; introducing something new", "creation"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"], ["origination", "the act of starting something for the first time; introducing something new", "origination"]]}, {"answer": "instinctive_reflex", "hint": "synonyms for instinctive reflex", "clues": [["reflex action", "an automatic instinctive unlearned reaction to a stimulus", "reflex action"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus", "reflex response"], ["innate reflex", "an automatic instinctive unlearned reaction to a stimulus", "innate reflex"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus", "unconditioned reflex"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus", "physiological reaction"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus", "reflex"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus", "inborn reflex"]]}, {"answer": "institution", "hint": "synonyms for institution", "clues": [["creation", "the act of starting something for the first time; introducing something new", "creation"], ["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["mental institution", "a hospital for mentally incompetent or unbalanced person", "mental institution"], ["mental home", "a hospital for mentally incompetent or unbalanced person", "mental home"], ["establishment", "an organization founded and united for a specific purpose", "establishment"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person", "insane asylum"], ["asylum", "a hospital for mentally incompetent or unbalanced person", "asylum"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person", "mental hospital"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person", "psychiatric hospital"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"], ["origination", "the act of starting something for the first time; introducing something new", "origination"]]}, {"answer": "instruction", "hint": "synonyms for instruction", "clues": [["didactics", "the activities of educating or instructing; activities that impart knowledge or skill", "didactics"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill", "educational activity"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill", "pedagogy"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill", "education"], ["direction", "a message describing how something is to be done", "direction"], ["statement", "(computer science) a line of code written as part of a computer program", "statement"], ["teaching", "the activities of educating or instructing; activities that impart knowledge or skill", "teaching"], ["command", "(computer science) a line of code written as part of a computer program", "command"], ["program line", "(computer science) a line of code written as part of a computer program", "program line"]]}, {"answer": "instructions", "hint": "synonyms for instructions", "clues": [["didactics", "the activities of educating or instructing; activities that impart knowledge or skill", "didactics"], ["operating instructions", "a manual usually accompanying a technical device and explaining how to install or operate it", "operating instructions"], ["instruction", "a message describing how something is to be done", "instruction"], ["direction", "a message describing how something is to be done", "direction"], ["instruction manual", "a manual usually accompanying a technical device and explaining how to install or operate it", "instruction manual"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill", "pedagogy"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill", "education"], ["teaching", "the activities of educating or instructing; activities that impart knowledge or skill", "teaching"], ["statement", "(computer science) a line of code written as part of a computer program", "statement"], ["book of instructions", "a manual usually accompanying a technical device and explaining how to install or operate it", "book of instructions"], ["command", "(computer science) a line of code written as part of a computer program", "command"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill", "educational activity"], ["program line", "(computer science) a line of code written as part of a computer program", "program line"]]}, {"answer": "instrument", "hint": "synonyms for instrument", "clues": [["tool", "the means whereby some act is accomplished", "tool"], ["musical instrument", "any of various devices or contrivances that can be used to produce musical tones or sounds", "musical instrument"], ["instrumental role", "the semantic role of the entity (usually inanimate) that the agent uses to perform an action or start a process", "instrumental role"], ["official document", "(law) a document that states some contractual relationship or grants some right", "official document"], ["legal instrument", "(law) a document that states some contractual relationship or grants some right", "legal instrument"], ["legal document", "(law) a document that states some contractual relationship or grants some right", "legal document"]]}, {"answer": "instrument_panel", "hint": "synonyms for instrument panel", "clues": [["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control panel"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control board"], ["panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "panel"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "board"]]}, {"answer": "insult", "hint": "synonyms for insult", "clues": [["abuse", "a rude expression intended to offend or hurt", "abuse"], ["contumely", "a rude expression intended to offend or hurt", "contumely"], ["affront", "a deliberately offensive act or something producing the effect of deliberate disrespect", "affront"], ["revilement", "a rude expression intended to offend or hurt", "revilement"], ["vilification", "a rude expression intended to offend or hurt", "vilification"]]}, {"answer": "insurance_company", "hint": "synonyms for insurance company", "clues": [["insurer", "a financial institution that sells insurance", "insurer"], ["insurance firm", "a financial institution that sells insurance", "insurance firm"], ["underwriter", "a financial institution that sells insurance", "underwriter"], ["insurance underwriter", "a financial institution that sells insurance", "insurance underwriter"]]}, {"answer": "insurance_firm", "hint": "synonyms for insurance firm", "clues": [["insurance underwriter", "a financial institution that sells insurance", "insurance underwriter"], ["insurer", "a financial institution that sells insurance", "insurer"], ["underwriter", "a financial institution that sells insurance", "underwriter"], ["insurance company", "a financial institution that sells insurance", "insurance company"]]}, {"answer": "insurance_underwriter", "hint": "synonyms for insurance underwriter", "clues": [["insurer", "a financial institution that sells insurance", "insurer"], ["insurance firm", "a financial institution that sells insurance", "insurance firm"], ["underwriter", "a financial institution that sells insurance", "underwriter"], ["insurance company", "a financial institution that sells insurance", "insurance company"]]}, {"answer": "insurer", "hint": "synonyms for insurer", "clues": [["insurance underwriter", "a financial institution that sells insurance", "insurance underwriter"], ["insurance firm", "a financial institution that sells insurance", "insurance firm"], ["underwriter", "a financial institution that sells insurance", "underwriter"], ["insurance company", "a financial institution that sells insurance", "insurance company"]]}, {"answer": "intake", "hint": "synonyms for intake", "clues": [["uptake", "the process of taking food into the body through the mouth (as by eating)", "uptake"], ["aspiration", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "aspiration"], ["inlet", "an opening through which fluid is admitted to a tube or container", "inlet"], ["breathing in", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "breathing in"], ["consumption", "the process of taking food into the body through the mouth (as by eating)", "consumption"], ["inhalation", "the act of inhaling; the drawing in of air (or other gases) as in breathing", "inhalation"], ["ingestion", "the process of taking food into the body through the mouth (as by eating)", "ingestion"]]}, {"answer": "intellection", "hint": "synonyms for intellection", "clues": [["mentation", "the process of using your mind to consider something carefully", "mentation"], ["thought process", "the process of using your mind to consider something carefully", "thought process"], ["cerebration", "the process of using your mind to consider something carefully", "cerebration"], ["thought", "the process of using your mind to consider something carefully", "thought"], ["thinking", "the process of using your mind to consider something carefully", "thinking"]]}, {"answer": "intelligence", "hint": "synonyms for intelligence", "clues": [["intelligence agency", "a unit responsible for gathering and interpreting information about an enemy", "intelligence agency"], ["word", "information about recent and important events", "word"], ["intelligence service", "a unit responsible for gathering and interpreting information about an enemy", "intelligence service"], ["intelligence information", "secret information about an enemy (or potential enemy)", "intelligence information"], ["news", "information about recent and important events", "news"], ["intelligence activity", "the operation of gathering information about an enemy", "intelligence activity"], ["tidings", "information about recent and important events", "tidings"]]}, {"answer": "intensity", "hint": "synonyms for intensity", "clues": [["intensity level", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)", "intensity level"], ["volume", "the magnitude of sound (usually in a specified direction)", "volume"], ["intensiveness", "high level or degree; the property of being intense", "intensiveness"], ["vividness", "chromatic purity: freedom from dilution with white and hence vivid in hue", "vividness"], ["strength", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)", "strength"], ["chroma", "chromatic purity: freedom from dilution with white and hence vivid in hue", "chroma"], ["loudness", "the magnitude of sound (usually in a specified direction)", "loudness"], ["saturation", "chromatic purity: freedom from dilution with white and hence vivid in hue", "saturation"]]}, {"answer": "intention", "hint": "synonyms for intention", "clues": [["intent", "an anticipated outcome that is intended or that guides your planned actions", "intent"], ["design", "an anticipated outcome that is intended or that guides your planned actions", "design"], ["purpose", "an anticipated outcome that is intended or that guides your planned actions", "purpose"], ["aim", "an anticipated outcome that is intended or that guides your planned actions", "aim"]]}, {"answer": "interbreeding", "hint": "synonyms for interbreeding", "clues": [["crossbreeding", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossbreeding"], ["miscegenation", "reproduction by parents of different races (especially by white and non-white persons)", "miscegenation"], ["crossing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "crossing"], ["hybridisation", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridisation"], ["hybridizing", "(genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids", "hybridizing"]]}, {"answer": "intercourse", "hint": "synonyms for intercourse", "clues": [["social intercourse", "communication between individuals", "social intercourse"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "interest", "hint": "synonyms for interest", "clues": [["sake", "a reason for wanting something done", "sake"], ["involvement", "a sense of concern with and curiosity about someone or something", "involvement"], ["interestingness", "the power of attracting or holding one's attention (because it is unusual or exciting etc.)", "interestingness"], ["interest group", "(usually plural) a social group whose members control some field of activity and who have common aims", "interest group"], ["pursuit", "a diversion that occupies one's time and thoughts (usually pleasantly)", "pursuit"], ["pastime", "a diversion that occupies one's time and thoughts (usually pleasantly)", "pastime"]]}, {"answer": "interference", "hint": "synonyms for interference", "clues": [["incumbrance", "any obstruction that impedes or is burdensome", "incumbrance"], ["intervention", "a policy of intervening in the affairs of other countries", "intervention"], ["hindrance", "any obstruction that impedes or is burdensome", "hindrance"], ["noise", "electrical or acoustic activity that can disturb communication", "noise"], ["disturbance", "electrical or acoustic activity that can disturb communication", "disturbance"], ["preventive", "any obstruction that impedes or is burdensome", "preventive"], ["hitch", "any obstruction that impedes or is burdensome", "hitch"]]}, {"answer": "interment", "hint": "synonyms for interment", "clues": [["entombment", "the ritual placing of a corpse in a grave", "entombment"], ["sepulture", "the ritual placing of a corpse in a grave", "sepulture"], ["burial", "the ritual placing of a corpse in a grave", "burial"], ["inhumation", "the ritual placing of a corpse in a grave", "inhumation"]]}, {"answer": "intermission", "hint": "synonyms for intermission", "clues": [["interruption", "a time interval during which there is a temporary cessation of something", "interruption"], ["pause", "a time interval during which there is a temporary cessation of something", "pause"], ["break", "a time interval during which there is a temporary cessation of something", "break"], ["suspension", "a time interval during which there is a temporary cessation of something", "suspension"]]}, {"answer": "intermixture", "hint": "synonyms for intermixture", "clues": [["mix", "the act of mixing together", "mix"], ["mixture", "any foodstuff made by combining different ingredients", "mixture"], ["commixture", "the act of mixing together", "commixture"], ["concoction", "any foodstuff made by combining different ingredients", "concoction"]]}, {"answer": "international_mile", "hint": "synonyms for international mile", "clues": [["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mile"], ["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "statute mile"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "stat mi"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mi"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "land mile"]]}, {"answer": "international_nautical_mile", "hint": "synonyms for international nautical mile", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "knot"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "mile"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "air mile"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "nautical mile"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "naut mi"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "mi"]]}, {"answer": "internment", "hint": "synonyms for internment", "clues": [["impoundment", "placing private property in the custody of an officer of the law", "impoundment"], ["poundage", "placing private property in the custody of an officer of the law", "poundage"], ["impounding", "placing private property in the custody of an officer of the law", "impounding"], ["imprisonment", "the act of confining someone in a prison (or as if in a prison)", "imprisonment"]]}, {"answer": "interpolation", "hint": "synonyms for interpolation", "clues": [["interpellation", "the action of interjecting or interposing an action or remark that interrupts", "interpellation"], ["insertion", "a message (spoken or written) that is introduced or inserted", "insertion"], ["interjection", "the action of interjecting or interposing an action or remark that interrupts", "interjection"], ["interposition", "the action of interjecting or interposing an action or remark that interrupts", "interposition"]]}, {"answer": "interpretation", "hint": "synonyms for interpretation", "clues": [["version", "a mental representation of the meaning or significance of something", "version"], ["rendering", "the act of interpreting something as expressed in an artistic performance", "rendering"], ["interpreting", "an explanation of something that is not immediately obvious", "interpreting"], ["rendition", "the act of interpreting something as expressed in an artistic performance", "rendition"], ["reading", "a mental representation of the meaning or significance of something", "reading"]]}, {"answer": "interrogation", "hint": "synonyms for interrogation", "clues": [["question", "an instance of questioning", "question"], ["enquiry", "an instance of questioning", "enquiry"], ["examination", "formal systematic questioning", "examination"], ["interrogative sentence", "a sentence of inquiry that asks for a reply", "interrogative sentence"], ["query", "an instance of questioning", "query"], ["interrogative", "a sentence of inquiry that asks for a reply", "interrogative"], ["interrogatory", "formal systematic questioning", "interrogatory"]]}, {"answer": "interruption", "hint": "synonyms for interruption", "clues": [["break", "an act of delaying or interrupting the continuity", "break"], ["disruption", "an act of delaying or interrupting the continuity", "disruption"], ["suspension", "a time interval during which there is a temporary cessation of something", "suspension"], ["gap", "an act of delaying or interrupting the continuity", "gap"], ["pause", "a time interval during which there is a temporary cessation of something", "pause"], ["intermission", "a time interval during which there is a temporary cessation of something", "intermission"]]}, {"answer": "intersection", "hint": "synonyms for intersection", "clues": [["overlap", "a representation of common ground between theories or phenomena", "overlap"], ["intersection point", "a point where lines intersect", "intersection point"], ["carrefour", "a junction where one street or road crosses another", "carrefour"], ["convergence", "a representation of common ground between theories or phenomena", "convergence"], ["crossing", "a junction where one street or road crosses another", "crossing"], ["point of intersection", "a point where lines intersect", "point of intersection"], ["crossroad", "a junction where one street or road crosses another", "crossroad"], ["product", "the set of elements common to two or more sets", "product"], ["crossway", "a junction where one street or road crosses another", "crossway"]]}, {"answer": "intervention", "hint": "synonyms for intervention", "clues": [["treatment", "care provided to improve a situation (especially medical procedures or applications that are intended to relieve illness or injury)", "treatment"], ["interference", "a policy of intervening in the affairs of other countries", "interference"], ["intercession", "the act of intervening (as to mediate a dispute, etc.)", "intercession"], ["interposition", "the act or fact of interposing one thing between or among others", "interposition"]]}, {"answer": "intimation", "hint": "synonyms for intimation", "clues": [["glimmering", "a slight suggestion or vague understanding", "glimmering"], ["inkling", "a slight suggestion or vague understanding", "inkling"], ["breath", "an indirect suggestion", "breath"], ["hint", "an indirect suggestion", "hint"]]}, {"answer": "introduction", "hint": "synonyms for introduction", "clues": [["unveiling", "the act of beginning something new", "unveiling"], ["creation", "the act of starting something for the first time; introducing something new", "creation"], ["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["intro", "formally making a person known to another or to the public", "intro"], ["launching", "the act of beginning something new", "launching"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["insertion", "the act of putting one thing into another", "insertion"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["origination", "the act of starting something for the first time; introducing something new", "origination"], ["presentation", "formally making a person known to another or to the public", "presentation"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["debut", "the act of beginning something new", "debut"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["first appearance", "the act of beginning something new", "first appearance"], ["intromission", "the act of putting one thing into another", "intromission"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"], ["entry", "the act of beginning something new", "entry"]]}, {"answer": "intrusion", "hint": "synonyms for intrusion", "clues": [["encroachment", "any entry into an area not previously occupied", "encroachment"], ["violation", "entry to another's property without right or permission", "violation"], ["invasion", "any entry into an area not previously occupied", "invasion"], ["trespass", "entry to another's property without right or permission", "trespass"], ["usurpation", "entry to another's property without right or permission", "usurpation"]]}, {"answer": "inundation", "hint": "synonyms for inundation", "clues": [["torrent", "an overwhelming number or amount", "torrent"], ["deluge", "the rising of a body of water and its overflowing onto normally dry land", "deluge"], ["flood", "an overwhelming number or amount", "flood"], ["alluvion", "the rising of a body of water and its overflowing onto normally dry land", "alluvion"]]}, {"answer": "invention", "hint": "synonyms for invention", "clues": [["design", "the creation of something in the mind", "design"], ["conception", "the creation of something in the mind", "conception"], ["innovation", "a creation (a new device or process) resulting from study and experimentation", "innovation"], ["excogitation", "the creation of something in the mind", "excogitation"]]}, {"answer": "inventory", "hint": "synonyms for inventory", "clues": [["stock list", "a detailed list of all the items in stock", "stock list"], ["stocktaking", "making an itemized list of merchandise or supplies on hand", "stocktaking"], ["stock", "the merchandise that a shop has on hand", "stock"], ["armory", "a collection of resources", "armory"], ["inventorying", "making an itemized list of merchandise or supplies on hand", "inventorying"]]}, {"answer": "inversion", "hint": "synonyms for inversion", "clues": [["sexual inversion", "a term formerly used to mean taking on the gender role of the opposite sex", "sexual inversion"], ["everting", "the act of turning inside out", "everting"], ["anastrophe", "the reversal of the normal order of words", "anastrophe"], ["eversion", "the act of turning inside out", "eversion"], ["upending", "turning upside down; setting on end", "upending"]]}, {"answer": "investiture", "hint": "synonyms for investiture", "clues": [["enthronisation", "the ceremony of installing a new monarch", "enthronisation"], ["enthronement", "the ceremony of installing a new monarch", "enthronement"], ["investment", "the ceremonial act of clothing someone in the insignia of an office; the formal promotion of a person to an office or rank", "investment"], ["coronation", "the ceremony of installing a new monarch", "coronation"]]}, {"answer": "invigoration", "hint": "synonyms for invigoration", "clues": [["spiritedness", "quality of being active or spirited or alive and vigorous", "spiritedness"], ["brio", "quality of being active or spirited or alive and vigorous", "brio"], ["animation", "the activity of giving vitality and vigour to something", "animation"], ["vivification", "the activity of giving vitality and vigour to something", "vivification"]]}, {"answer": "invocation", "hint": "synonyms for invocation", "clues": [["conjuration", "calling up a spirit or devil", "conjuration"], ["conjury", "calling up a spirit or devil", "conjury"], ["supplication", "a prayer asking God's help as part of a religious service", "supplication"], ["conjuring", "calling up a spirit or devil", "conjuring"]]}, {"answer": "involution", "hint": "synonyms for involution", "clues": [["elaborateness", "marked by elaborately complex detail", "elaborateness"], ["elaboration", "marked by elaborately complex detail", "elaboration"], ["participation", "the act of sharing in the activities of a group", "participation"], ["intricacy", "marked by elaborately complex detail", "intricacy"], ["enfolding", "the action of enfolding something", "enfolding"], ["involvement", "the act of sharing in the activities of a group", "involvement"], ["exponentiation", "the process of raising a quantity to some assigned power", "exponentiation"], ["engagement", "the act of sharing in the activities of a group", "engagement"]]}, {"answer": "involvement", "hint": "synonyms for involvement", "clues": [["interest", "a sense of concern with and curiosity about someone or something", "interest"], ["engagement", "the act of sharing in the activities of a group", "engagement"], ["involution", "the act of sharing in the activities of a group", "involution"], ["participation", "the act of sharing in the activities of a group", "participation"]]}, {"answer": "inwardness", "hint": "synonyms for inwardness", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["internality", "preoccupation with what concerns human inner nature (especially ethical or ideological values); - H.R.Finch", "internality"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"]]}, {"answer": "iota", "hint": "synonyms for iota", "clues": [["whit", "a tiny or scarcely detectable amount", "whit"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["shred", "a tiny or scarcely detectable amount", "shred"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "ira", "hint": "synonyms for ira", "clues": [["ire", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "ire"], ["wrath", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "wrath"], ["individual retirement account", "a retirement plan that allows you to contribute a limited yearly sum toward your retirement; taxes on the interest earned in the account are deferred", "individual retirement account"], ["anger", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "anger"]]}, {"answer": "ire", "hint": "synonyms for ire", "clues": [["choler", "a strong emotion; a feeling that is oriented toward some real or supposed grievance", "choler"], ["ira", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "ira"], ["anger", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "anger"], ["wrath", "belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)", "wrath"]]}, {"answer": "irish_bull", "hint": "synonyms for irish bull", "clues": [["shit", "obscene words for unacceptable behavior", "shit"], ["bullshit", "obscene words for unacceptable behavior", "bullshit"], ["horseshit", "obscene words for unacceptable behavior", "horseshit"], ["crap", "obscene words for unacceptable behavior", "crap"], ["dogshit", "obscene words for unacceptable behavior", "dogshit"], ["bull", "obscene words for unacceptable behavior", "bull"]]}, {"answer": "irish_potato", "hint": "synonyms for irish potato", "clues": [["tater", "an edible tuber native to South America; a staple food of Ireland", "tater"], ["white potato", "an edible tuber native to South America; a staple food of Ireland", "white potato"], ["murphy", "an edible tuber native to South America; a staple food of Ireland", "murphy"], ["potato", "an edible tuber native to South America; a staple food of Ireland", "potato"], ["spud", "an edible tuber native to South America; a staple food of Ireland", "spud"]]}, {"answer": "irons", "hint": "synonyms for irons", "clues": [["iron", "home appliance consisting of a flat metal base that is heated and used to smooth cloth", "iron"], ["atomic number 26", "a heavy ductile magnetic metallic element; is silver-white in pure form but readily rusts; used in construction and tools and armament; plays a role in the transport of oxygen by the blood", "atomic number 26"], ["smoothing iron", "home appliance consisting of a flat metal base that is heated and used to smooth cloth", "smoothing iron"], ["branding iron", "implement used to brand live stock", "branding iron"], ["chains", "metal shackles; for hands or legs", "chains"]]}, {"answer": "irradiation", "hint": "synonyms for irradiation", "clues": [["actinotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "actinotherapy"], ["beam of light", "a column of light (as from a beacon)", "beam of light"], ["light beam", "a column of light (as from a beacon)", "light beam"], ["ray", "a column of light (as from a beacon)", "ray"], ["radiation therapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "radiation therapy"], ["shaft", "a column of light (as from a beacon)", "shaft"], ["radiation", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "radiation"], ["radiotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "radiotherapy"], ["beam", "a column of light (as from a beacon)", "beam"], ["shaft of light", "a column of light (as from a beacon)", "shaft of light"], ["ray of light", "a column of light (as from a beacon)", "ray of light"]]}, {"answer": "irritability", "hint": "synonyms for irritability", "clues": [["excitability", "excessive sensitivity of an organ or body part", "excitability"], ["surliness", "a disposition to exhibit uncontrolled anger", "surliness"], ["petulance", "an irritable petulant feeling", "petulance"], ["snappishness", "a disposition to exhibit uncontrolled anger", "snappishness"], ["choler", "an irritable petulant feeling", "choler"], ["fretfulness", "an irritable petulant feeling", "fretfulness"], ["crossness", "an irritable petulant feeling", "crossness"], ["fussiness", "an irritable petulant feeling", "fussiness"], ["peevishness", "an irritable petulant feeling", "peevishness"], ["biliousness", "a disposition to exhibit uncontrolled anger", "biliousness"], ["temper", "a disposition to exhibit uncontrolled anger", "temper"], ["pettishness", "a disposition to exhibit uncontrolled anger", "pettishness"]]}, {"answer": "irritation", "hint": "synonyms for irritation", "clues": [["discomfort", "an uncomfortable feeling of mental painfulness or distress", "discomfort"], ["vexation", "the act of troubling or annoying someone", "vexation"], ["pique", "a sudden outburst of anger", "pique"], ["temper", "a sudden outburst of anger", "temper"], ["provocation", "unfriendly behavior that causes anger or resentment", "provocation"], ["annoyance", "the act of troubling or annoying someone", "annoyance"], ["annoying", "the act of troubling or annoying someone", "annoying"], ["soreness", "an uncomfortable feeling of mental painfulness or distress", "soreness"], ["aggravation", "unfriendly behavior that causes anger or resentment", "aggravation"]]}, {"answer": "ism", "hint": "synonyms for ism", "clues": [["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophy"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school", "doctrine"], ["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school", "school of thought"], ["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophical system"]]}, {"answer": "issue", "hint": "synonyms for issue", "clues": [["publication", "the act of issuing printed materials", "publication"], ["way out", "an opening that permits escape or release", "way out"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property", "payoff"], ["event", "a phenomenon that follows and is caused by some previous phenomenon", "event"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon", "consequence"], ["take", "the income or profit arising from such transactions as the sale of land or other property", "take"], ["result", "a phenomenon that follows and is caused by some previous phenomenon", "result"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon", "upshot"], ["outlet", "an opening that permits escape or release", "outlet"], ["issuance", "the act of providing an item for general use or for official purposes (usually in quantity)", "issuance"], ["return", "the income or profit arising from such transactions as the sale of land or other property", "return"], ["emergence", "the becoming visible", "emergence"], ["exit", "an opening that permits escape or release", "exit"], ["military issue", "supplies (as food or clothing or ammunition) issued by the government", "military issue"], ["subject", "some situation or event that is thought about", "subject"], ["takings", "the income or profit arising from such transactions as the sale of land or other property", "takings"], ["issuing", "the act of providing an item for general use or for official purposes (usually in quantity)", "issuing"], ["yield", "the income or profit arising from such transactions as the sale of land or other property", "yield"], ["matter", "some situation or event that is thought about", "matter"], ["government issue", "supplies (as food or clothing or ammunition) issued by the government", "government issue"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon", "effect"], ["topic", "some situation or event that is thought about", "topic"], ["number", "one of a series published periodically", "number"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property", "proceeds"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon", "outcome"], ["egress", "the becoming visible", "egress"]]}, {"answer": "italian_sandwich", "hint": "synonyms for italian sandwich", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "itinerary", "hint": "synonyms for itinerary", "clues": [["travel plan", "a proposed route of travel", "travel plan"], ["path", "an established line of travel or access", "path"], ["route", "an established line of travel or access", "route"], ["travel guidebook", "a guidebook for travelers", "travel guidebook"]]}, {"answer": "ivory", "hint": "synonyms for ivory", "clues": [["pearl", "a shade of white the color of bleached bones", "pearl"], ["bone", "a shade of white the color of bleached bones", "bone"], ["off-white", "a shade of white the color of bleached bones", "off-white"], ["tusk", "a hard smooth ivory colored dentine that makes up most of the tusks of elephants and walruses", "tusk"]]}, {"answer": "jab", "hint": "synonyms for jab", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)", "jabbing"], ["poke", "a sharp hand gesture (resembling a blow)", "poke"], ["thrusting", "a sharp hand gesture (resembling a blow)", "thrusting"], ["poking", "a sharp hand gesture (resembling a blow)", "poking"], ["dig", "the act of touching someone suddenly with your finger or elbow", "dig"]]}, {"answer": "jabbing", "hint": "synonyms for jabbing", "clues": [["poke", "a sharp hand gesture (resembling a blow)", "poke"], ["thrusting", "a sharp hand gesture (resembling a blow)", "thrusting"], ["poking", "a sharp hand gesture (resembling a blow)", "poking"], ["jab", "a sharp hand gesture (resembling a blow)", "jab"]]}, {"answer": "jack", "hint": "synonyms for jack", "clues": [["diddly", "a small worthless amount", "diddly"], ["jak", "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted", "jak"], ["shit", "a small worthless amount", "shit"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["squat", "a small worthless amount", "squat"], ["jackfruit", "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted", "jackfruit"], ["knave", "one of four face cards in a deck bearing a picture of a young prince", "knave"], ["jackstones", "game equipment consisting of one of several small six-pointed metal pieces that are picked up while bouncing a ball in the game of jacks", "jackstones"]]}, {"answer": "jacket", "hint": "synonyms for jacket", "clues": [["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crownwork"], ["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "cap"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crown"], ["jacket crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket crown"]]}, {"answer": "jacket_crown", "hint": "synonyms for jacket crown", "clues": [["crownwork", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crownwork"], ["cap", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "cap"], ["crown", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "crown"], ["jacket", "(dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth", "jacket"]]}, {"answer": "jacks", "hint": "synonyms for jacks", "clues": [["jack", "small flag indicating a ship's nationality", "jack"], ["shit", "a small worthless amount", "shit"], ["jackstones", "a game in which jackstones are thrown and picked up in various groups between bounces of a small rubber ball", "jackstones"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["squat", "a small worthless amount", "squat"], ["diddly", "a small worthless amount", "diddly"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["jackfruit", "immense East Indian fruit resembling breadfruit; it contains an edible pulp and nutritious seeds that are commonly roasted", "jackfruit"], ["knave", "one of four face cards in a deck bearing a picture of a young prince", "knave"], ["knucklebones", "a game in which jackstones are thrown and picked up in various groups between bounces of a small rubber ball", "knucklebones"]]}, {"answer": "jail", "hint": "synonyms for jail", "clues": [["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "poky"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "gaol"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "clink"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jailhouse"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "slammer"]]}, {"answer": "jailbreak", "hint": "synonyms for jailbreak", "clues": [["break", "an escape from jail", "break"], ["gaolbreak", "an escape from jail", "gaolbreak"], ["breakout", "an escape from jail", "breakout"], ["prisonbreak", "an escape from jail", "prisonbreak"], ["prison-breaking", "an escape from jail", "prison-breaking"]]}, {"answer": "jailhouse", "hint": "synonyms for jailhouse", "clues": [["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "poky"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "clink"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "gaol"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jail"], ["slammer", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "slammer"]]}, {"answer": "jam", "hint": "synonyms for jam", "clues": [["press", "a dense crowd of people", "press"], ["jamming", "deliberate radiation or reflection of electromagnetic energy for the purpose of disrupting enemy use of electronic devices or systems", "jamming"], ["electronic jamming", "deliberate radiation or reflection of electromagnetic energy for the purpose of disrupting enemy use of electronic devices or systems", "electronic jamming"], ["crush", "a dense crowd of people", "crush"]]}, {"answer": "jape", "hint": "synonyms for jape", "clues": [["joke", "a humorous anecdote or remark intended to provoke laughter", "joke"], ["gag", "a humorous anecdote or remark intended to provoke laughter", "gag"], ["laugh", "a humorous anecdote or remark intended to provoke laughter", "laugh"], ["jest", "a humorous anecdote or remark intended to provoke laughter", "jest"]]}, {"answer": "japery", "hint": "synonyms for japery", "clues": [["prank", "acting like a clown or buffoon", "prank"], ["frivolity", "acting like a clown or buffoon", "frivolity"], ["harlequinade", "acting like a clown or buffoon", "harlequinade"], ["buffoonery", "acting like a clown or buffoon", "buffoonery"], ["clowning", "acting like a clown or buffoon", "clowning"]]}, {"answer": "jar", "hint": "synonyms for jar", "clues": [["jounce", "a sudden jarring impact", "jounce"], ["jarful", "the quantity contained in a jar", "jarful"], ["jolt", "a sudden jarring impact", "jolt"], ["shock", "a sudden jarring impact", "shock"]]}, {"answer": "jargon", "hint": "synonyms for jargon", "clues": [["cant", "a characteristic language of a particular group (as among thieves)", "cant"], ["argot", "a characteristic language of a particular group (as among thieves)", "argot"], ["jargoon", "a colorless (or pale yellow or smoky) variety of zircon", "jargoon"], ["patois", "a characteristic language of a particular group (as among thieves)", "patois"], ["slang", "a characteristic language of a particular group (as among thieves)", "slang"], ["lingo", "a characteristic language of a particular group (as among thieves)", "lingo"], ["vernacular", "a characteristic language of a particular group (as among thieves)", "vernacular"]]}, {"answer": "jaundice", "hint": "synonyms for jaundice", "clues": [["acrimony", "a rough and bitter manner", "acrimony"], ["thorniness", "a rough and bitter manner", "thorniness"], ["tartness", "a rough and bitter manner", "tartness"], ["acerbity", "a rough and bitter manner", "acerbity"], ["bitterness", "a rough and bitter manner", "bitterness"]]}, {"answer": "jaunt", "hint": "synonyms for jaunt", "clues": [["sashay", "a journey taken for pleasure", "sashay"], ["junket", "a journey taken for pleasure", "junket"], ["outing", "a journey taken for pleasure", "outing"], ["excursion", "a journey taken for pleasure", "excursion"], ["pleasure trip", "a journey taken for pleasure", "pleasure trip"], ["expedition", "a journey taken for pleasure", "expedition"]]}, {"answer": "jauntiness", "hint": "synonyms for jauntiness", "clues": [["nattiness", "stylishness as evidenced by a smart appearance", "nattiness"], ["rakishness", "stylishness as evidenced by a smart appearance", "rakishness"], ["dapperness", "stylishness as evidenced by a smart appearance", "dapperness"], ["breeziness", "a breezy liveliness", "breeziness"]]}, {"answer": "jazz", "hint": "synonyms for jazz", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk", "malarkey"], ["wind", "empty rhetoric or insincere or exaggerated talk", "wind"], ["nothingness", "empty rhetoric or insincere or exaggerated talk", "nothingness"], ["idle words", "empty rhetoric or insincere or exaggerated talk", "idle words"]]}, {"answer": "jejuneness", "hint": "synonyms for jejuneness", "clues": [["vapidity", "the quality of being vapid and unsophisticated", "vapidity"], ["tameness", "the quality of being vapid and unsophisticated", "tameness"], ["vapidness", "the quality of being vapid and unsophisticated", "vapidness"], ["jejunity", "quality of lacking nutritive value", "jejunity"]]}, {"answer": "jejunity", "hint": "synonyms for jejunity", "clues": [["vapidity", "the quality of being vapid and unsophisticated", "vapidity"], ["jejuneness", "the quality of being vapid and unsophisticated", "jejuneness"], ["tameness", "the quality of being vapid and unsophisticated", "tameness"], ["vapidness", "the quality of being vapid and unsophisticated", "vapidness"]]}, {"answer": "jerk", "hint": "synonyms for jerk", "clues": [["tug", "a sudden abrupt pull", "tug"], ["jolt", "an abrupt spasmodic movement", "jolt"], ["saccade", "an abrupt spasmodic movement", "saccade"], ["jerking", "an abrupt spasmodic movement", "jerking"], ["jerked meat", "meat (especially beef) cut in strips and dried in the sun", "jerked meat"], ["jerky", "meat (especially beef) cut in strips and dried in the sun", "jerky"]]}, {"answer": "jest", "hint": "synonyms for jest", "clues": [["jocularity", "activity characterized by good humor", "jocularity"], ["jape", "a humorous anecdote or remark intended to provoke laughter", "jape"], ["joke", "activity characterized by good humor", "joke"], ["gag", "a humorous anecdote or remark intended to provoke laughter", "gag"], ["laugh", "a humorous anecdote or remark intended to provoke laughter", "laugh"]]}, {"answer": "jet_black", "hint": "synonyms for jet black", "clues": [["ebony", "a very dark black", "ebony"], ["coal black", "a very dark black", "coal black"], ["pitch black", "a very dark black", "pitch black"], ["sable", "a very dark black", "sable"], ["soot black", "a very dark black", "soot black"]]}, {"answer": "jetty", "hint": "synonyms for jetty", "clues": [["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "bulwark"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groin"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "mole"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groyne"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"]]}, {"answer": "jibe", "hint": "synonyms for jibe", "clues": [["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "dig"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shaft"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "gibe"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shot"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "barb"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "slam"]]}, {"answer": "jiffy", "hint": "synonyms for jiffy", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "jiggery-pokery", "hint": "synonyms for jiggery-pokery", "clues": [["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way", "hocus-pocus"], ["slickness", "verbal misrepresentation intended to take advantage of you in some way", "slickness"], ["skullduggery", "verbal misrepresentation intended to take advantage of you in some way", "skullduggery"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way", "hanky panky"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way", "trickery"]]}, {"answer": "jigsaw", "hint": "synonyms for jigsaw", "clues": [["fretsaw", "fine-toothed power saw with a narrow blade; used to cut curved outlines", "fretsaw"], ["scroll saw", "fine-toothed power saw with a narrow blade; used to cut curved outlines", "scroll saw"], ["saber saw", "a portable power saw with a reciprocating blade; can be used with a variety of blades depending on the application and kind of cut; generally have a plate that rides on the surface that is being cut", "saber saw"], ["reciprocating saw", "a portable power saw with a reciprocating blade; can be used with a variety of blades depending on the application and kind of cut; generally have a plate that rides on the surface that is being cut", "reciprocating saw"]]}, {"answer": "jingoism", "hint": "synonyms for jingoism", "clues": [["chauvinism", "fanatical patriotism", "chauvinism"], ["ultranationalism", "fanatical patriotism", "ultranationalism"], ["superpatriotism", "fanatical patriotism", "superpatriotism"], ["flag waving", "an appeal intended to arouse patriotic emotions", "flag waving"]]}, {"answer": "jitney", "hint": "synonyms for jitney", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "job", "hint": "synonyms for job", "clues": [["line of work", "the principal activity in your life that you do to earn money", "line of work"], ["task", "a specific piece of work required to be done as a duty or for a specific fee", "task"], ["occupation", "the principal activity in your life that you do to earn money", "occupation"], ["caper", "a crime (especially a robbery)", "caper"], ["chore", "a specific piece of work required to be done as a duty or for a specific fee", "chore"], ["business", "the principal activity in your life that you do to earn money", "business"], ["line", "the principal activity in your life that you do to earn money", "line"]]}, {"answer": "jock", "hint": "synonyms for jock", "clues": [["supporter", "a support for the genitals worn by men engaging in strenuous exercise", "supporter"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise", "jockstrap"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise", "suspensor"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise", "athletic supporter"]]}, {"answer": "jockstrap", "hint": "synonyms for jockstrap", "clues": [["supporter", "a support for the genitals worn by men engaging in strenuous exercise", "supporter"], ["jock", "a support for the genitals worn by men engaging in strenuous exercise", "jock"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise", "suspensor"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise", "athletic supporter"]]}, {"answer": "jocosity", "hint": "synonyms for jocosity", "clues": [["jocularity", "fun characterized by humor", "jocularity"], ["jocoseness", "the trait of merry joking", "jocoseness"], ["humorousness", "the trait of merry joking", "humorousness"], ["merriness", "the trait of merry joking", "merriness"]]}, {"answer": "jocularity", "hint": "synonyms for jocularity", "clues": [["jocundity", "a feeling facetious merriment", "jocundity"], ["joke", "activity characterized by good humor", "joke"], ["jest", "activity characterized by good humor", "jest"], ["jocosity", "fun characterized by humor", "jocosity"]]}, {"answer": "jodhpurs", "hint": "synonyms for jodhpurs", "clues": [["jodhpur", "a short riding boot that fastens with a buckle at the side", "jodhpur"], ["jodhpur shoe", "a short riding boot that fastens with a buckle at the side", "jodhpur shoe"], ["riding breeches", "flared trousers ending at the calves; worn with riding boots", "riding breeches"], ["jodhpur breeches", "flared trousers ending at the calves; worn with riding boots", "jodhpur breeches"], ["jodhpur boot", "a short riding boot that fastens with a buckle at the side", "jodhpur boot"]]}, {"answer": "john", "hint": "synonyms for john", "clues": [["toilet", "a room or building equipped with one or more toilets", "toilet"], ["privy", "a room or building equipped with one or more toilets", "privy"], ["lav", "a room or building equipped with one or more toilets", "lav"], ["bathroom", "a room or building equipped with one or more toilets", "bathroom"], ["can", "a room or building equipped with one or more toilets", "can"], ["lavatory", "a room or building equipped with one or more toilets", "lavatory"]]}, {"answer": "john_barleycorn", "hint": "synonyms for john barleycorn", "clues": [["strong drink", "an alcoholic beverage that is distilled rather than fermented", "strong drink"], ["spirits", "an alcoholic beverage that is distilled rather than fermented", "spirits"], ["liquor", "an alcoholic beverage that is distilled rather than fermented", "liquor"], ["booze", "an alcoholic beverage that is distilled rather than fermented", "booze"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented", "hard liquor"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented", "hard drink"]]}, {"answer": "johns", "hint": "synonyms for johns", "clues": [["toilet", "a room or building equipped with one or more toilets", "toilet"], ["privy", "a room or building equipped with one or more toilets", "privy"], ["lav", "a room or building equipped with one or more toilets", "lav"], ["bathroom", "a room or building equipped with one or more toilets", "bathroom"], ["john", "a room or building equipped with one or more toilets", "john"], ["can", "a room or building equipped with one or more toilets", "can"], ["lavatory", "a room or building equipped with one or more toilets", "lavatory"]]}, {"answer": "join", "hint": "synonyms for join", "clues": [["junction", "the shape or manner in which things come together and a connection is made", "junction"], ["juncture", "the shape or manner in which things come together and a connection is made", "juncture"], ["union", "a set containing all and only the members of two or more given sets", "union"], ["articulation", "the shape or manner in which things come together and a connection is made", "articulation"], ["sum", "a set containing all and only the members of two or more given sets", "sum"], ["joint", "the shape or manner in which things come together and a connection is made", "joint"]]}, {"answer": "jointure", "hint": "synonyms for jointure", "clues": [["union", "the act of making or becoming a single unit", "union"], ["unification", "the act of making or becoming a single unit", "unification"], ["uniting", "the act of making or becoming a single unit", "uniting"], ["legal jointure", "(law) an estate secured to a prospective wife as a marriage settlement in lieu of a dower", "legal jointure"], ["conjugation", "the act of making or becoming a single unit", "conjugation"]]}, {"answer": "joke", "hint": "synonyms for joke", "clues": [["jocularity", "activity characterized by good humor", "jocularity"], ["jape", "a humorous anecdote or remark intended to provoke laughter", "jape"], ["jest", "a humorous anecdote or remark intended to provoke laughter", "jest"], ["antic", "a ludicrous or grotesque act done for fun and amusement", "antic"], ["gag", "a humorous anecdote or remark intended to provoke laughter", "gag"], ["put-on", "a ludicrous or grotesque act done for fun and amusement", "put-on"], ["prank", "a ludicrous or grotesque act done for fun and amusement", "prank"], ["trick", "a ludicrous or grotesque act done for fun and amusement", "trick"], ["laugh", "a humorous anecdote or remark intended to provoke laughter", "laugh"], ["caper", "a ludicrous or grotesque act done for fun and amusement", "caper"]]}, {"answer": "jolt", "hint": "synonyms for jolt", "clues": [["jounce", "a sudden jarring impact", "jounce"], ["jerking", "an abrupt spasmodic movement", "jerking"], ["saccade", "an abrupt spasmodic movement", "saccade"], ["jar", "a sudden jarring impact", "jar"], ["shock", "a sudden jarring impact", "shock"]]}, {"answer": "jook", "hint": "synonyms for jook", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook house"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke joint"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke house"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook joint"], ["congee", "a Chinese rice gruel eaten for breakfast", "congee"]]}, {"answer": "jook_house", "hint": "synonyms for jook house", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke joint"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke house"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook joint"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook"]]}, {"answer": "jook_joint", "hint": "synonyms for jook joint", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook house"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke joint"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke house"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook"]]}, {"answer": "jot", "hint": "synonyms for jot", "clues": [["speck", "a slight but appreciable amount", "speck"], ["touch", "a slight but appreciable amount", "touch"], ["mite", "a slight but appreciable amount", "mite"], ["tinge", "a slight but appreciable amount", "tinge"], ["soupcon", "a slight but appreciable amount", "soupcon"], ["jotting", "a brief (and hurriedly handwritten) note", "jotting"], ["hint", "a slight but appreciable amount", "hint"], ["pinch", "a slight but appreciable amount", "pinch"]]}, {"answer": "joy", "hint": "synonyms for joy", "clues": [["pleasure", "something or someone that provides a source of happiness", "pleasure"], ["joyousness", "the emotion of great happiness", "joyousness"], ["delight", "something or someone that provides a source of happiness", "delight"], ["joyfulness", "the emotion of great happiness", "joyfulness"]]}, {"answer": "jubilation", "hint": "synonyms for jubilation", "clues": [["exultation", "a feeling of extreme joy", "exultation"], ["rejoicing", "the utterance of sounds expressing great joy", "rejoicing"], ["jubilance", "a feeling of extreme joy", "jubilance"], ["celebration", "a joyful occasion for special festivities to mark some happy event", "celebration"]]}, {"answer": "judgement", "hint": "synonyms for judgement", "clues": [["perspicacity", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions", "perspicacity"], ["judgment", "(law) the determination by a court of competent jurisdiction on matters submitted to it", "judgment"], ["sagacity", "the mental ability to understand and discriminate between relations", "sagacity"], ["judicial decision", "(law) the determination by a court of competent jurisdiction on matters submitted to it", "judicial decision"], ["opinion", "the legal document stating the reasons for a judicial decision", "opinion"], ["sound judgment", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions", "sound judgment"], ["legal opinion", "the legal document stating the reasons for a judicial decision", "legal opinion"], ["judging", "the cognitive process of reaching a decision or drawing conclusions", "judging"], ["discernment", "the mental ability to understand and discriminate between relations", "discernment"], ["sagaciousness", "the mental ability to understand and discriminate between relations", "sagaciousness"], ["assessment", "the act of judging or assessing a person or situation or event", "assessment"], ["mind", "an opinion formed by judging something", "mind"]]}, {"answer": "judgement_day", "hint": "synonyms for judgement day", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "judgment", "hint": "synonyms for judgment", "clues": [["perspicacity", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions", "perspicacity"], ["judgement", "the act of judging or assessing a person or situation or event", "judgement"], ["sagacity", "the mental ability to understand and discriminate between relations", "sagacity"], ["judicial decision", "(law) the determination by a court of competent jurisdiction on matters submitted to it", "judicial decision"], ["opinion", "the legal document stating the reasons for a judicial decision", "opinion"], ["sound judgment", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions", "sound judgment"], ["legal opinion", "the legal document stating the reasons for a judicial decision", "legal opinion"], ["mind", "an opinion formed by judging something", "mind"], ["judging", "the cognitive process of reaching a decision or drawing conclusions", "judging"], ["discernment", "the mental ability to understand and discriminate between relations", "discernment"], ["sagaciousness", "the mental ability to understand and discriminate between relations", "sagaciousness"], ["assessment", "the act of judging or assessing a person or situation or event", "assessment"]]}, {"answer": "judgment_day", "hint": "synonyms for judgment day", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "judicature", "hint": "synonyms for judicature", "clues": [["court", "an assembly (including one or more judges) to conduct judicial business", "court"], ["judicial system", "the system of law courts that administer justice and constitute the judicial branch of government", "judicial system"], ["judiciary", "the system of law courts that administer justice and constitute the judicial branch of government", "judiciary"], ["tribunal", "an assembly (including one or more judges) to conduct judicial business", "tribunal"], ["judicatory", "the system of law courts that administer justice and constitute the judicial branch of government", "judicatory"], ["judgeship", "the position of judge", "judgeship"], ["administration", "the act of meting out justice according to the law", "administration"]]}, {"answer": "judiciary", "hint": "synonyms for judiciary", "clues": [["judicatory", "the system of law courts that administer justice and constitute the judicial branch of government", "judicatory"], ["judicature", "the system of law courts that administer justice and constitute the judicial branch of government", "judicature"], ["bench", "persons who administer justice", "bench"], ["judicial system", "the system of law courts that administer justice and constitute the judicial branch of government", "judicial system"]]}, {"answer": "juju", "hint": "synonyms for juju", "clues": [["voodoo", "a charm superstitiously believed to embody magical powers", "voodoo"], ["hoodoo", "a charm superstitiously believed to embody magical powers", "hoodoo"], ["fetich", "a charm superstitiously believed to embody magical powers", "fetich"], ["fetish", "a charm superstitiously believed to embody magical powers", "fetish"]]}, {"answer": "juke", "hint": "synonyms for juke", "clues": [["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook house"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke joint"], ["fake", "(football) a deceptive move made by a football player", "fake"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke house"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook joint"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook"]]}, {"answer": "juke_house", "hint": "synonyms for juke house", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook house"], ["juke joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke joint"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook joint"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook"]]}, {"answer": "juke_joint", "hint": "synonyms for juke joint", "clues": [["juke", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke"], ["jook house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook house"], ["juke house", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "juke house"], ["jook joint", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook joint"], ["jook", "a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox", "jook"]]}, {"answer": "jump", "hint": "synonyms for jump", "clues": [["leap", "an abrupt transition", "leap"], ["start", "a sudden involuntary movement", "start"], ["jumping", "the act of jumping; propelling yourself off the ground", "jumping"], ["startle", "a sudden involuntary movement", "startle"], ["saltation", "an abrupt transition", "saltation"], ["parachuting", "descent with a parachute", "parachuting"]]}, {"answer": "jumper", "hint": "synonyms for jumper", "clues": [["pinny", "a sleeveless dress resembling an apron; worn over other clothing", "pinny"], ["jump shot", "(basketball) a player releases the basketball at the high point of a jump", "jump shot"], ["pinafore", "a sleeveless dress resembling an apron; worn over other clothing", "pinafore"], ["sweater", "a crocheted or knitted garment covering the upper part of the body", "sweater"]]}, {"answer": "junction", "hint": "synonyms for junction", "clues": [["juncture", "the shape or manner in which things come together and a connection is made", "juncture"], ["conjunction", "something that joins or connects", "conjunction"], ["join", "the shape or manner in which things come together and a connection is made", "join"], ["adjunction", "an act of joining or adjoining things", "adjunction"], ["articulation", "the shape or manner in which things come together and a connection is made", "articulation"]]}, {"answer": "juncture", "hint": "synonyms for juncture", "clues": [["junction", "the shape or manner in which things come together and a connection is made", "junction"], ["occasion", "an event that occurs at a critical time", "occasion"], ["join", "the shape or manner in which things come together and a connection is made", "join"], ["articulation", "the shape or manner in which things come together and a connection is made", "articulation"]]}, {"answer": "junk", "hint": "synonyms for junk", "clues": [["rubble", "the remains of something that has been destroyed or broken up", "rubble"], ["dust", "the remains of something that has been destroyed or broken up", "dust"], ["debris", "the remains of something that has been destroyed or broken up", "debris"], ["detritus", "the remains of something that has been destroyed or broken up", "detritus"]]}, {"answer": "junk_heap", "hint": "synonyms for junk heap", "clues": [["refuse heap", "an accumulation of refuse and discarded matter", "refuse heap"], ["junk pile", "an accumulation of refuse and discarded matter", "junk pile"], ["garbage heap", "an accumulation of refuse and discarded matter", "garbage heap"], ["trash pile", "an accumulation of refuse and discarded matter", "trash pile"], ["scrapheap", "an accumulation of refuse and discarded matter", "scrapheap"], ["trash heap", "an accumulation of refuse and discarded matter", "trash heap"], ["rubbish heap", "an accumulation of refuse and discarded matter", "rubbish heap"]]}, {"answer": "junk_pile", "hint": "synonyms for junk pile", "clues": [["refuse heap", "an accumulation of refuse and discarded matter", "refuse heap"], ["garbage heap", "an accumulation of refuse and discarded matter", "garbage heap"], ["junk heap", "an accumulation of refuse and discarded matter", "junk heap"], ["trash pile", "an accumulation of refuse and discarded matter", "trash pile"], ["scrapheap", "an accumulation of refuse and discarded matter", "scrapheap"], ["trash heap", "an accumulation of refuse and discarded matter", "trash heap"], ["rubbish heap", "an accumulation of refuse and discarded matter", "rubbish heap"]]}, {"answer": "junket", "hint": "synonyms for junket", "clues": [["sashay", "a journey taken for pleasure", "sashay"], ["outing", "a journey taken for pleasure", "outing"], ["jaunt", "a journey taken for pleasure", "jaunt"], ["excursion", "a journey taken for pleasure", "excursion"], ["pleasure trip", "a journey taken for pleasure", "pleasure trip"], ["expedition", "a journey taken for pleasure", "expedition"]]}, {"answer": "jut", "hint": "synonyms for jut", "clues": [["protrusion", "the act of projecting out from something", "protrusion"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["projection", "the act of projecting out from something", "projection"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["jutting", "the act of projecting out from something", "jutting"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "kale", "hint": "synonyms for kale", "clues": [["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["cole", "coarse curly-leafed cabbage", "cole"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["kail", "coarse curly-leafed cabbage", "kail"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "kalian", "hint": "synonyms for kalian", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "kaolin", "hint": "synonyms for kaolin", "clues": [["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "terra alba"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china stone"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china clay"], ["kaoline", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "kaoline"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "porcelain clay"]]}, {"answer": "kaoline", "hint": "synonyms for kaoline", "clues": [["kaolin", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "kaolin"], ["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "terra alba"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china stone"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china clay"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "porcelain clay"]]}, {"answer": "kb", "hint": "synonyms for kb", "clues": [["kilobyte", "a unit of information equal to 1000 bytes", "kilobyte"], ["kB", "a unit of information equal to 1024 bytes", "kB"], ["kilobit", "a unit of information equal to 1000 bits", "kilobit"], ["kbit", "a unit of information equal to 1000 bits", "kbit"], ["kibibyte", "a unit of information equal to 1024 bytes", "kibibyte"]]}, {"answer": "kc", "hint": "synonyms for kc", "clues": [["kHz", "one thousand periods per second", "kHz"], ["kilocycle per second", "one thousand periods per second", "kilocycle per second"], ["kilocycle", "one thousand periods per second", "kilocycle"], ["kilohertz", "one thousand periods per second", "kilohertz"]]}, {"answer": "keenness", "hint": "synonyms for keenness", "clues": [["avidness", "a positive feeling of wanting to push ahead with something", "avidness"], ["sharpness", "thinness of edge or fineness of point", "sharpness"], ["eagerness", "a positive feeling of wanting to push ahead with something", "eagerness"], ["acuity", "a quick and penetrating intelligence", "acuity"], ["avidity", "a positive feeling of wanting to push ahead with something", "avidity"], ["acuteness", "a quick and penetrating intelligence", "acuteness"]]}, {"answer": "keep", "hint": "synonyms for keep", "clues": [["livelihood", "the financial means whereby one lives", "livelihood"], ["bread and butter", "the financial means whereby one lives", "bread and butter"], ["donjon", "the main tower within the walls of a medieval castle or fortress", "donjon"], ["hold", "a cell in a jail or prison", "hold"], ["support", "the financial means whereby one lives", "support"], ["dungeon", "the main tower within the walls of a medieval castle or fortress", "dungeon"], ["living", "the financial means whereby one lives", "living"], ["sustenance", "the financial means whereby one lives", "sustenance"]]}, {"answer": "keeping", "hint": "synonyms for keeping", "clues": [["safekeeping", "the responsibility of a guardian or keeper", "safekeeping"], ["guardianship", "the responsibility of a guardian or keeper", "guardianship"], ["retention", "the act of retaining something", "retention"], ["holding", "the act of retaining something", "holding"]]}, {"answer": "kernel", "hint": "synonyms for kernel", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"]]}, {"answer": "kettle", "hint": "synonyms for kettle", "clues": [["boiler", "a metal pot for stewing or boiling; usually has a lid", "boiler"], ["kettleful", "the quantity a kettle will hold", "kettleful"], ["tympani", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "tympani"], ["tympanum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "tympanum"], ["kettle hole", "(geology) a hollow (typically filled by a lake) that results from the melting of a mass of ice trapped in glacial deposits", "kettle hole"], ["kettledrum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "kettledrum"]]}, {"answer": "keystone", "hint": "synonyms for keystone", "clues": [["lynchpin", "a central cohesive source of support and stability", "lynchpin"], ["backbone", "a central cohesive source of support and stability", "backbone"], ["headstone", "the central building block at the top of an arch or vault", "headstone"], ["anchor", "a central cohesive source of support and stability", "anchor"], ["key", "the central building block at the top of an arch or vault", "key"], ["mainstay", "a central cohesive source of support and stability", "mainstay"]]}, {"answer": "khz", "hint": "synonyms for khz", "clues": [["kHz", "one thousand periods per second", "kHz"], ["kc", "one thousand periods per second", "kc"], ["kilocycle per second", "one thousand periods per second", "kilocycle per second"], ["kilocycle", "one thousand periods per second", "kilocycle"], ["kilohertz", "one thousand periods per second", "kilohertz"]]}, {"answer": "kick", "hint": "synonyms for kick", "clues": [["boot", "the swift release of a store of affective force", "boot"], ["rush", "the swift release of a store of affective force", "rush"], ["squawk", "informal terms for objecting", "squawk"], ["flush", "the swift release of a store of affective force", "flush"], ["gripe", "informal terms for objecting", "gripe"], ["kicking", "the act of delivering a blow with the foot", "kicking"], ["charge", "the swift release of a store of affective force", "charge"], ["beef", "informal terms for objecting", "beef"], ["bang", "the swift release of a store of affective force", "bang"], ["recoil", "the backward jerk of a gun when it is fired", "recoil"], ["bitch", "informal terms for objecting", "bitch"], ["thrill", "the swift release of a store of affective force", "thrill"]]}, {"answer": "kickoff", "hint": "synonyms for kickoff", "clues": [["beginning", "the time at which something is supposed to begin", "beginning"], ["start-off", "a start given to contestants", "start-off"], ["send-off", "a start given to contestants", "send-off"], ["start", "the time at which something is supposed to begin", "start"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["first", "the time at which something is supposed to begin", "first"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["outset", "the time at which something is supposed to begin", "outset"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["offset", "the time at which something is supposed to begin", "offset"]]}, {"answer": "kickshaw", "hint": "synonyms for kickshaw", "clues": [["dainty", "something considered choice to eat", "dainty"], ["goody", "something considered choice to eat", "goody"], ["delicacy", "something considered choice to eat", "delicacy"], ["treat", "something considered choice to eat", "treat"]]}, {"answer": "kilocycle", "hint": "synonyms for kilocycle", "clues": [["kHz", "one thousand periods per second", "kHz"], ["kc", "one thousand periods per second", "kc"], ["kilocycle per second", "one thousand periods per second", "kilocycle per second"], ["kilohertz", "one thousand periods per second", "kilohertz"]]}, {"answer": "kilocycle_per_second", "hint": "synonyms for kilocycle per second", "clues": [["kHz", "one thousand periods per second", "kHz"], ["kc", "one thousand periods per second", "kc"], ["kilocycle", "one thousand periods per second", "kilocycle"], ["kilohertz", "one thousand periods per second", "kilohertz"]]}, {"answer": "kilohertz", "hint": "synonyms for kilohertz", "clues": [["kHz", "one thousand periods per second", "kHz"], ["kc", "one thousand periods per second", "kc"], ["kilocycle per second", "one thousand periods per second", "kilocycle per second"], ["kilocycle", "one thousand periods per second", "kilocycle"]]}, {"answer": "kin_group", "hint": "synonyms for kin group", "clues": [["kin", "group of people related by blood or marriage", "kin"], ["kinship group", "group of people related by blood or marriage", "kinship group"], ["tribe", "group of people related by blood or marriage", "tribe"], ["kindred", "group of people related by blood or marriage", "kindred"], ["clan", "group of people related by blood or marriage", "clan"]]}, {"answer": "kinaesthesia", "hint": "synonyms for kinaesthesia", "clues": [["feeling of movement", "the perception of body position and movement and muscular tensions etc", "feeling of movement"], ["sense of movement", "the ability to feel movements of the limbs and body", "sense of movement"], ["kinesthesia", "the ability to feel movements of the limbs and body", "kinesthesia"], ["muscle sense", "the ability to feel movements of the limbs and body", "muscle sense"], ["kinesthetics", "the ability to feel movements of the limbs and body", "kinesthetics"]]}, {"answer": "kindling", "hint": "synonyms for kindling", "clues": [["ignition", "the act of setting something on fire", "ignition"], ["firing", "the act of setting something on fire", "firing"], ["inflammation", "the act of setting something on fire", "inflammation"], ["tinder", "material for starting a fire", "tinder"], ["lighting", "the act of setting something on fire", "lighting"], ["touchwood", "material for starting a fire", "touchwood"], ["spunk", "material for starting a fire", "spunk"]]}, {"answer": "kinesthesia", "hint": "synonyms for kinesthesia", "clues": [["feeling of movement", "the perception of body position and movement and muscular tensions etc", "feeling of movement"], ["kinaesthesia", "the perception of body position and movement and muscular tensions etc", "kinaesthesia"], ["sense of movement", "the ability to feel movements of the limbs and body", "sense of movement"], ["muscle sense", "the ability to feel movements of the limbs and body", "muscle sense"], ["kinesthetics", "the ability to feel movements of the limbs and body", "kinesthetics"]]}, {"answer": "kinesthesis", "hint": "synonyms for kinesthesis", "clues": [["muscle sense", "the ability to feel movements of the limbs and body", "muscle sense"], ["kinesthetics", "the ability to feel movements of the limbs and body", "kinesthetics"], ["kinaesthesis", "the ability to feel movements of the limbs and body", "kinaesthesis"], ["sense of movement", "the ability to feel movements of the limbs and body", "sense of movement"]]}, {"answer": "kinfolk", "hint": "synonyms for kinfolk", "clues": [["kinsfolk", "people descended from a common ancestor", "kinsfolk"], ["folk", "people descended from a common ancestor", "folk"], ["sept", "people descended from a common ancestor", "sept"], ["family line", "people descended from a common ancestor", "family line"], ["family", "people descended from a common ancestor", "family"], ["phratry", "people descended from a common ancestor", "phratry"]]}, {"answer": "kinsfolk", "hint": "synonyms for kinsfolk", "clues": [["folk", "people descended from a common ancestor", "folk"], ["sept", "people descended from a common ancestor", "sept"], ["kinfolk", "people descended from a common ancestor", "kinfolk"], ["family line", "people descended from a common ancestor", "family line"], ["family", "people descended from a common ancestor", "family"], ["phratry", "people descended from a common ancestor", "phratry"]]}, {"answer": "kinship_group", "hint": "synonyms for kinship group", "clues": [["kin", "group of people related by blood or marriage", "kin"], ["tribe", "group of people related by blood or marriage", "tribe"], ["kin group", "group of people related by blood or marriage", "kin group"], ["kindred", "group of people related by blood or marriage", "kindred"], ["clan", "group of people related by blood or marriage", "clan"]]}, {"answer": "kissing", "hint": "synonyms for kissing", "clues": [["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "kitchen_range", "hint": "synonyms for kitchen range", "clues": [["kitchen stove", "a kitchen appliance used for cooking food", "kitchen stove"], ["range", "a kitchen appliance used for cooking food", "range"], ["stove", "a kitchen appliance used for cooking food", "stove"], ["cooking stove", "a kitchen appliance used for cooking food", "cooking stove"]]}, {"answer": "kitchen_stove", "hint": "synonyms for kitchen stove", "clues": [["range", "a kitchen appliance used for cooking food", "range"], ["kitchen range", "a kitchen appliance used for cooking food", "kitchen range"], ["stove", "a kitchen appliance used for cooking food", "stove"], ["cooking stove", "a kitchen appliance used for cooking food", "cooking stove"]]}, {"answer": "knapsack", "hint": "synonyms for knapsack", "clues": [["backpack", "a bag carried by a strap on your back or shoulder", "backpack"], ["packsack", "a bag carried by a strap on your back or shoulder", "packsack"], ["rucksack", "a bag carried by a strap on your back or shoulder", "rucksack"], ["haversack", "a bag carried by a strap on your back or shoulder", "haversack"]]}, {"answer": "knee_breeches", "hint": "synonyms for knee breeches", "clues": [["knickers", "trousers ending above the knee", "knickers"], ["breeches", "trousers ending above the knee", "breeches"], ["knee pants", "trousers ending above the knee", "knee pants"], ["knickerbockers", "trousers ending above the knee", "knickerbockers"]]}, {"answer": "knee_pants", "hint": "synonyms for knee pants", "clues": [["knee breeches", "trousers ending above the knee", "knee breeches"], ["breeches", "trousers ending above the knee", "breeches"], ["knickers", "trousers ending above the knee", "knickers"], ["knickerbockers", "trousers ending above the knee", "knickerbockers"]]}, {"answer": "knickerbockers", "hint": "synonyms for knickerbockers", "clues": [["knee breeches", "trousers ending above the knee", "knee breeches"], ["breeches", "trousers ending above the knee", "breeches"], ["knee pants", "trousers ending above the knee", "knee pants"], ["knickers", "trousers ending above the knee", "knickers"]]}, {"answer": "knickers", "hint": "synonyms for knickers", "clues": [["bloomers", "underpants worn by women", "bloomers"], ["pants", "underpants worn by women", "pants"], ["breeches", "trousers ending above the knee", "breeches"], ["knee pants", "trousers ending above the knee", "knee pants"], ["knickerbockers", "trousers ending above the knee", "knickerbockers"], ["knee breeches", "trousers ending above the knee", "knee breeches"], ["drawers", "underpants worn by women", "drawers"]]}, {"answer": "knickknack", "hint": "synonyms for knickknack", "clues": [["whatnot", "miscellaneous curios", "whatnot"], ["knickknackery", "miscellaneous curios", "knickknackery"], ["novelty", "a small inexpensive mass-produced article", "novelty"], ["bric-a-brac", "miscellaneous curios", "bric-a-brac"], ["nicknack", "miscellaneous curios", "nicknack"]]}, {"answer": "knit", "hint": "synonyms for knit", "clues": [["plain stitch", "a basic knitting stitch", "plain stitch"], ["knitting", "needlework created by interlacing yarn in a series of connected loops using straight eyeless needles or by machine", "knitting"], ["plain", "a basic knitting stitch", "plain"], ["knitwork", "needlework created by interlacing yarn in a series of connected loops using straight eyeless needles or by machine", "knitwork"], ["knit stitch", "a basic knitting stitch", "knit stitch"]]}, {"answer": "knob", "hint": "synonyms for knob", "clues": [["pommel", "an ornament in the shape of a ball on the hilt of a sword or dagger", "pommel"], ["boss", "a circular rounded projection or protuberance", "boss"], ["thickening", "any thickened enlargement", "thickening"], ["node", "any thickened enlargement", "node"]]}, {"answer": "knock", "hint": "synonyms for knock", "clues": [["bang", "a vigorous blow", "bang"], ["smash", "a vigorous blow", "smash"], ["bash", "a vigorous blow", "bash"], ["knocking", "the sound of knocking (as on a door or in an engine or bearing)", "knocking"], ["rap", "the act of hitting vigorously", "rap"], ["whang", "the act of hitting vigorously", "whang"], ["belt", "a vigorous blow", "belt"], ["roast", "negative criticism", "roast"], ["whack", "the act of hitting vigorously", "whack"]]}, {"answer": "knot", "hint": "synonyms for knot", "clues": [["burl", "soft lump or unevenness in a yarn; either an imperfection or created by design", "burl"], ["mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "mile"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "air mile"], ["nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "nautical mile"], ["gnarl", "something twisted and tight and swollen", "gnarl"], ["mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "mi"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "international nautical mile"], ["slub", "soft lump or unevenness in a yarn; either an imperfection or created by design", "slub"], ["naut mi", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "naut mi"]]}, {"answer": "ks", "hint": "synonyms for ks", "clues": [["kilobyte", "a unit of information equal to 1000 bytes", "kilobyte"], ["jet", "street names for ketamine", "jet"], ["kibibyte", "a unit of information equal to 1024 bytes", "kibibyte"], ["green", "street names for ketamine", "green"], ["special K", "street names for ketamine", "special K"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["potassium", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite", "potassium"], ["cat valium", "street names for ketamine", "cat valium"], ["kelvin", "the basic unit of thermodynamic temperature adopted under the Systeme International d'Unites", "kelvin"], ["kB", "a unit of information equal to 1024 bytes", "kB"], ["super acid", "street names for ketamine", "super acid"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["honey oil", "street names for ketamine", "honey oil"], ["atomic number 19", "a light soft silver-white metallic element of the alkali metal group; oxidizes rapidly in air and reacts violently with water; is abundant in nature in combined forms occurring in sea water and in carnallite and kainite and sylvite", "atomic number 19"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["super C", "street names for ketamine", "super C"], ["k", "the 11th letter of the Roman alphabet", "k"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "lab", "hint": "synonyms for lab", "clues": [["laboratory", "a workplace for the conduct of scientific research", "laboratory"], ["research lab", "a workplace for the conduct of scientific research", "research lab"], ["science lab", "a workplace for the conduct of scientific research", "science lab"], ["science laboratory", "a workplace for the conduct of scientific research", "science laboratory"], ["research laboratory", "a workplace for the conduct of scientific research", "research laboratory"]]}, {"answer": "labor", "hint": "synonyms for labor", "clues": [["working class", "a social class comprising those who do manual labor or work for wages", "working class"], ["labour", "a social class comprising those who do manual labor or work for wages", "labour"], ["trade union movement", "an organized attempt by workers to improve their status by united action (particularly via labor unions) or the leaders of this movement", "trade union movement"], ["project", "any piece of work that is undertaken or attempted", "project"], ["toil", "productive work (especially physical work done for wages)", "toil"], ["labor movement", "an organized attempt by workers to improve their status by united action (particularly via labor unions) or the leaders of this movement", "labor movement"], ["undertaking", "any piece of work that is undertaken or attempted", "undertaking"], ["proletariat", "a social class comprising those who do manual labor or work for wages", "proletariat"], ["task", "any piece of work that is undertaken or attempted", "task"]]}, {"answer": "laboratory", "hint": "synonyms for laboratory", "clues": [["research lab", "a workplace for the conduct of scientific research", "research lab"], ["science lab", "a workplace for the conduct of scientific research", "science lab"], ["science laboratory", "a workplace for the conduct of scientific research", "science laboratory"], ["research laboratory", "a workplace for the conduct of scientific research", "research laboratory"], ["testing ground", "a region resembling a laboratory inasmuch as it offers opportunities for observation and practice and experimentation", "testing ground"], ["lab", "a workplace for the conduct of scientific research", "lab"]]}, {"answer": "labour", "hint": "synonyms for labour", "clues": [["working class", "a social class comprising those who do manual labor or work for wages", "working class"], ["proletariat", "a social class comprising those who do manual labor or work for wages", "proletariat"], ["labor", "a social class comprising those who do manual labor or work for wages", "labor"], ["toil", "productive work (especially physical work done for wages)", "toil"]]}, {"answer": "labyrinthine_sense", "hint": "synonyms for labyrinthine sense", "clues": [["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of equilibrium"], ["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "equilibrium"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "vestibular sense"], ["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of balance"]]}, {"answer": "lacing", "hint": "synonyms for lacing", "clues": [["drubbing", "the act of inflicting corporal punishment with repeated blows", "drubbing"], ["lace", "a cord that is drawn through eyelets or around hooks in order to draw together two edges (as of a shoe or garment)", "lace"], ["trouncing", "the act of inflicting corporal punishment with repeated blows", "trouncing"], ["beating", "the act of inflicting corporal punishment with repeated blows", "beating"], ["licking", "the act of inflicting corporal punishment with repeated blows", "licking"], ["whacking", "the act of inflicting corporal punishment with repeated blows", "whacking"], ["thrashing", "the act of inflicting corporal punishment with repeated blows", "thrashing"]]}, {"answer": "lactoflavin", "hint": "synonyms for lactoflavin", "clues": [["vitamin B2", "a B vitamin that prevents skin lesions and weight loss", "vitamin B2"], ["riboflavin", "a B vitamin that prevents skin lesions and weight loss", "riboflavin"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss", "vitamin G"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss", "hepatoflavin"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss", "ovoflavin"]]}, {"answer": "lading", "hint": "synonyms for lading", "clues": [["load", "goods carried by a large vehicle", "load"], ["cargo", "goods carried by a large vehicle", "cargo"], ["payload", "goods carried by a large vehicle", "payload"], ["shipment", "goods carried by a large vehicle", "shipment"], ["consignment", "goods carried by a large vehicle", "consignment"], ["freight", "goods carried by a large vehicle", "freight"]]}, {"answer": "lag", "hint": "synonyms for lag", "clues": [["meanwhile", "the time between one event, process, or period and another", "meanwhile"], ["interim", "the time between one event, process, or period and another", "interim"], ["stave", "one of several thin slats of wood forming the sides of a barrel or bucket", "stave"], ["slowdown", "the act of slowing down or falling behind", "slowdown"], ["meantime", "the time between one event, process, or period and another", "meantime"], ["retardation", "the act of slowing down or falling behind", "retardation"]]}, {"answer": "lament", "hint": "synonyms for lament", "clues": [["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person", "coronach"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person", "requiem"], ["plaint", "a cry of sorrow and grief", "plaint"], ["elegy", "a mournful poem; a lament for the dead", "elegy"], ["lamentation", "a cry of sorrow and grief", "lamentation"], ["wail", "a cry of sorrow and grief", "wail"], ["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person", "dirge"], ["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person", "threnody"]]}, {"answer": "lamentation", "hint": "synonyms for lamentation", "clues": [["lament", "a cry of sorrow and grief", "lament"], ["plaint", "a cry of sorrow and grief", "plaint"], ["wail", "a cry of sorrow and grief", "wail"], ["mourning", "the passionate and demonstrative activity of expressing grief", "mourning"]]}, {"answer": "lamentations", "hint": "synonyms for lamentations", "clues": [["plaint", "a cry of sorrow and grief", "plaint"], ["mourning", "the passionate and demonstrative activity of expressing grief", "mourning"], ["lamentation", "a cry of sorrow and grief", "lamentation"], ["lament", "a cry of sorrow and grief", "lament"], ["wail", "a cry of sorrow and grief", "wail"]]}, {"answer": "lampblack", "hint": "synonyms for lampblack", "clues": [["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "carbon black"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "crock"], ["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "smut"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "soot"]]}, {"answer": "lampoon", "hint": "synonyms for lampoon", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"]]}, {"answer": "lance", "hint": "synonyms for lance", "clues": [["lancet", "a surgical knife with a pointed double-edged blade; used for punctures and small incisions", "lancet"], ["shaft", "a long pointed rod used as a tool or weapon", "shaft"], ["fishgig", "an implement with a shaft and barbed point used for catching fish", "fishgig"], ["gig", "an implement with a shaft and barbed point used for catching fish", "gig"], ["fizgig", "an implement with a shaft and barbed point used for catching fish", "fizgig"], ["spear", "a long pointed rod used as a tool or weapon", "spear"]]}, {"answer": "land", "hint": "synonyms for land", "clues": [["country", "a politically organized body of people under a single government", "country"], ["domain", "territory over which rule or control is exercised", "domain"], ["demesne", "extensive landed property (especially in the country) retained by the owner for his own use", "demesne"], ["nation", "a politically organized body of people under a single government", "nation"], ["commonwealth", "a politically organized body of people under a single government", "commonwealth"], ["ground", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "ground"], ["earth", "the solid part of the earth's surface", "earth"], ["state", "a politically organized body of people under a single government", "state"], ["solid ground", "the solid part of the earth's surface", "solid ground"], ["body politic", "a politically organized body of people under a single government", "body politic"], ["dry land", "the solid part of the earth's surface", "dry land"], ["terra firma", "the solid part of the earth's surface", "terra firma"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use", "acres"], ["farming", "agriculture considered as an occupation or way of life", "farming"], ["landed estate", "extensive landed property (especially in the country) retained by the owner for his own use", "landed estate"], ["soil", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "soil"], ["res publica", "a politically organized body of people under a single government", "res publica"]]}, {"answer": "land_mile", "hint": "synonyms for land mile", "clues": [["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mile"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "international mile"], ["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "statute mile"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "stat mi"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mi"]]}, {"answer": "landed_estate", "hint": "synonyms for landed estate", "clues": [["demesne", "extensive landed property (especially in the country) retained by the owner for his own use", "demesne"], ["land", "extensive landed property (especially in the country) retained by the owner for his own use", "land"], ["acres", "extensive landed property (especially in the country) retained by the owner for his own use", "acres"], ["estate", "extensive landed property (especially in the country) retained by the owner for his own use", "estate"]]}, {"answer": "language", "hint": "synonyms for language", "clues": [["speech", "(language) communication by word of mouth", "speech"], ["speech communication", "(language) communication by word of mouth", "speech communication"], ["spoken language", "(language) communication by word of mouth", "spoken language"], ["terminology", "a system of words used to name things in a particular discipline", "terminology"], ["lyric", "the text of a popular song or musical-comedy number", "lyric"], ["nomenclature", "a system of words used to name things in a particular discipline", "nomenclature"], ["linguistic process", "the cognitive processes involved in producing and understanding linguistic communication", "linguistic process"], ["oral communication", "(language) communication by word of mouth", "oral communication"], ["words", "the text of a popular song or musical-comedy number", "words"], ["voice communication", "(language) communication by word of mouth", "voice communication"], ["linguistic communication", "a systematic means of communicating by the use of sounds or conventional symbols", "linguistic communication"]]}, {"answer": "languor", "hint": "synonyms for languor", "clues": [["phlegm", "inactivity; showing an unusual lack of energy", "phlegm"], ["listlessness", "a feeling of lack of interest or energy", "listlessness"], ["dreaminess", "a relaxed comfortable feeling", "dreaminess"], ["sluggishness", "inactivity; showing an unusual lack of energy", "sluggishness"], ["lethargy", "inactivity; showing an unusual lack of energy", "lethargy"], ["lassitude", "a feeling of lack of interest or energy", "lassitude"], ["flatness", "inactivity; showing an unusual lack of energy", "flatness"]]}, {"answer": "lanthanide", "hint": "synonyms for lanthanide", "clues": [["rare-earth element", "any element of the lanthanide series (atomic numbers 57 through 71)", "rare-earth element"], ["lanthanoid", "any element of the lanthanide series (atomic numbers 57 through 71)", "lanthanoid"], ["rare earth", "any element of the lanthanide series (atomic numbers 57 through 71)", "rare earth"], ["lanthanon", "any element of the lanthanide series (atomic numbers 57 through 71)", "lanthanon"]]}, {"answer": "lanthanoid", "hint": "synonyms for lanthanoid", "clues": [["lanthanon", "any element of the lanthanide series (atomic numbers 57 through 71)", "lanthanon"], ["rare earth", "any element of the lanthanide series (atomic numbers 57 through 71)", "rare earth"], ["lanthanide", "any element of the lanthanide series (atomic numbers 57 through 71)", "lanthanide"], ["rare-earth element", "any element of the lanthanide series (atomic numbers 57 through 71)", "rare-earth element"]]}, {"answer": "lap", "hint": "synonyms for lap", "clues": [["circuit", "movement once around a course", "circuit"], ["lick", "touching with the tongue", "lick"], ["overlap", "a flap that lies over another part", "overlap"], ["lap covering", "the part of a piece of clothing that covers the thighs", "lap covering"], ["circle", "movement once around a course", "circle"]]}, {"answer": "lapse", "hint": "synonyms for lapse", "clues": [["relapse", "a failure to maintain a higher state", "relapse"], ["lapsing", "a failure to maintain a higher state", "lapsing"], ["oversight", "a mistake resulting from inattention", "oversight"], ["reversion", "a failure to maintain a higher state", "reversion"], ["backsliding", "a failure to maintain a higher state", "backsliding"], ["reverting", "a failure to maintain a higher state", "reverting"]]}, {"answer": "lapsing", "hint": "synonyms for lapsing", "clues": [["lapse", "a failure to maintain a higher state", "lapse"], ["relapse", "a failure to maintain a higher state", "relapse"], ["reversion", "a failure to maintain a higher state", "reversion"], ["relapsing", "a failure to maintain a higher state", "relapsing"], ["backsliding", "a failure to maintain a higher state", "backsliding"], ["reverting", "a failure to maintain a higher state", "reverting"]]}, {"answer": "larceny", "hint": "synonyms for larceny", "clues": [["thievery", "the act of taking something from someone unlawfully", "thievery"], ["thieving", "the act of taking something from someone unlawfully", "thieving"], ["theft", "the act of taking something from someone unlawfully", "theft"], ["stealing", "the act of taking something from someone unlawfully", "stealing"]]}, {"answer": "large_number", "hint": "synonyms for large number", "clues": [["pack", "a large indefinite number", "pack"], ["multitude", "a large indefinite number", "multitude"], ["plurality", "a large indefinite number", "plurality"], ["battalion", "a large indefinite number", "battalion"]]}, {"answer": "largeness", "hint": "synonyms for largeness", "clues": [["comprehensiveness", "the capacity to understand a broad range of topics", "comprehensiveness"], ["pretension", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)", "pretension"], ["extensiveness", "large or extensive in breadth or importance or comprehensiveness", "extensiveness"], ["breadth", "the capacity to understand a broad range of topics", "breadth"], ["pretentiousness", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)", "pretentiousness"], ["bigness", "the property of having a relatively great size", "bigness"]]}, {"answer": "largess", "hint": "synonyms for largess", "clues": [["largesse", "liberality in bestowing gifts; extremely liberal and generous of spirit", "largesse"], ["magnanimity", "liberality in bestowing gifts; extremely liberal and generous of spirit", "magnanimity"], ["munificence", "liberality in bestowing gifts; extremely liberal and generous of spirit", "munificence"], ["openhandedness", "liberality in bestowing gifts; extremely liberal and generous of spirit", "openhandedness"]]}, {"answer": "largesse", "hint": "synonyms for largesse", "clues": [["magnanimity", "liberality in bestowing gifts; extremely liberal and generous of spirit", "magnanimity"], ["munificence", "liberality in bestowing gifts; extremely liberal and generous of spirit", "munificence"], ["largess", "liberality in bestowing gifts; extremely liberal and generous of spirit", "largess"], ["openhandedness", "liberality in bestowing gifts; extremely liberal and generous of spirit", "openhandedness"]]}, {"answer": "lashings", "hint": "synonyms for lashings", "clues": [["lashing", "rope that is used for fastening something to something else", "lashing"], ["flagellation", "beating with a whip or strap or rope as a form of punishment", "flagellation"], ["oodles", "a large number or amount", "oodles"], ["gobs", "a large number or amount", "gobs"], ["slews", "a large number or amount", "slews"], ["flogging", "beating with a whip or strap or rope as a form of punishment", "flogging"], ["scores", "a large number or amount", "scores"], ["tanning", "beating with a whip or strap or rope as a form of punishment", "tanning"], ["stacks", "a large number or amount", "stacks"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["wads", "a large number or amount", "wads"], ["piles", "a large number or amount", "piles"], ["lots", "a large number or amount", "lots"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["whipping", "beating with a whip or strap or rope as a form of punishment", "whipping"], ["scads", "a large number or amount", "scads"], ["heaps", "a large number or amount", "heaps"]]}, {"answer": "lassitude", "hint": "synonyms for lassitude", "clues": [["languor", "a feeling of lack of interest or energy", "languor"], ["listlessness", "a feeling of lack of interest or energy", "listlessness"], ["lethargy", "weakness characterized by a lack of vitality or energy", "lethargy"], ["inanition", "weakness characterized by a lack of vitality or energy", "inanition"], ["slackness", "weakness characterized by a lack of vitality or energy", "slackness"]]}, {"answer": "last_day", "hint": "synonyms for last day", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "last_judgement", "hint": "synonyms for last judgement", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "last_judgment", "hint": "synonyms for last judgment", "clues": [["doomsday", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "doomsday"], ["crack of doom", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "crack of doom"], ["end of the world", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "end of the world"], ["eschaton", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "eschaton"], ["day of reckoning", "(New Testament) day at the end of time following Armageddon when God will decree the fates of all individual humans according to the good and evil of their earthly lives", "day of reckoning"]]}, {"answer": "last_word", "hint": "synonyms for last word", "clues": [["modishness", "elegance by virtue of being fashionable", "modishness"], ["chichi", "elegance by virtue of being fashionable", "chichi"], ["chic", "elegance by virtue of being fashionable", "chic"], ["stylishness", "elegance by virtue of being fashionable", "stylishness"], ["chicness", "elegance by virtue of being fashionable", "chicness"], ["smartness", "elegance by virtue of being fashionable", "smartness"], ["swank", "elegance by virtue of being fashionable", "swank"]]}, {"answer": "latency", "hint": "synonyms for latency", "clues": [["response time", "the time that elapses between a stimulus and the response to it", "response time"], ["latent period", "the time that elapses between a stimulus and the response to it", "latent period"], ["reaction time", "the time that elapses between a stimulus and the response to it", "reaction time"], ["rotational latency", "(computer science) the time it takes for a specific block of data on a data track to rotate around to the read/write head", "rotational latency"]]}, {"answer": "lattice", "hint": "synonyms for lattice", "clues": [["wicket", "small opening (like a window in a door) through which business can be transacted", "wicket"], ["fretwork", "framework consisting of an ornamental design made of strips of wood or metal", "fretwork"], ["latticework", "framework consisting of an ornamental design made of strips of wood or metal", "latticework"], ["grille", "small opening (like a window in a door) through which business can be transacted", "grille"]]}, {"answer": "laugh", "hint": "synonyms for laugh", "clues": [["jape", "a humorous anecdote or remark intended to provoke laughter", "jape"], ["jest", "a humorous anecdote or remark intended to provoke laughter", "jest"], ["joke", "a humorous anecdote or remark intended to provoke laughter", "joke"], ["gag", "a humorous anecdote or remark intended to provoke laughter", "gag"], ["laughter", "the sound of laughing", "laughter"]]}, {"answer": "laugh_line", "hint": "synonyms for laugh line", "clues": [["gag line", "the point of a joke or humorous story", "gag line"], ["crow's feet", "a wrinkle in the skin at the outer corner of your eyes", "crow's feet"], ["punch line", "the point of a joke or humorous story", "punch line"], ["crow's foot", "a wrinkle in the skin at the outer corner of your eyes", "crow's foot"]]}, {"answer": "laugher", "hint": "synonyms for laugher", "clues": [["romp", "an easy victory", "romp"], ["walkaway", "an easy victory", "walkaway"], ["runaway", "an easy victory", "runaway"], ["blowout", "an easy victory", "blowout"], ["shoo-in", "an easy victory", "shoo-in"]]}, {"answer": "launch_pad", "hint": "synonyms for launch pad", "clues": [["launch area", "a platform from which rockets or space craft are launched", "launch area"], ["launchpad", "a platform from which rockets or space craft are launched", "launchpad"], ["pad", "a platform from which rockets or space craft are launched", "pad"], ["launching pad", "a platform from which rockets or space craft are launched", "launching pad"]]}, {"answer": "launching", "hint": "synonyms for launching", "clues": [["unveiling", "the act of beginning something new", "unveiling"], ["debut", "the act of beginning something new", "debut"], ["introduction", "the act of beginning something new", "introduction"], ["launch", "the act of propelling with force", "launch"], ["first appearance", "the act of beginning something new", "first appearance"], ["entry", "the act of beginning something new", "entry"]]}, {"answer": "laurel_wreath", "hint": "synonyms for laurel wreath", "clues": [["bay wreath", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory", "bay wreath"], ["medal", "an award for winning a championship or commemorating some other event", "medal"], ["laurel", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory", "laurel"], ["ribbon", "an award for winning a championship or commemorating some other event", "ribbon"], ["palm", "an award for winning a championship or commemorating some other event", "palm"], ["medallion", "an award for winning a championship or commemorating some other event", "medallion"], ["decoration", "an award for winning a championship or commemorating some other event", "decoration"]]}, {"answer": "laurels", "hint": "synonyms for laurels", "clues": [["bay wreath", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory", "bay wreath"], ["honor", "a tangible symbol signifying approval or distinction", "honor"], ["award", "a tangible symbol signifying approval or distinction", "award"], ["laurel", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory", "laurel"], ["laurel wreath", "(antiquity) a wreath of laurel foliage worn on the head as an emblem of victory", "laurel wreath"], ["accolade", "a tangible symbol signifying approval or distinction", "accolade"]]}, {"answer": "lav", "hint": "synonyms for lav", "clues": [["toilet", "a room or building equipped with one or more toilets", "toilet"], ["privy", "a room or building equipped with one or more toilets", "privy"], ["bathroom", "a room or building equipped with one or more toilets", "bathroom"], ["john", "a room or building equipped with one or more toilets", "john"], ["can", "a room or building equipped with one or more toilets", "can"], ["lavatory", "a room or building equipped with one or more toilets", "lavatory"]]}, {"answer": "lavabo", "hint": "synonyms for lavabo", "clues": [["washbowl", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbowl"], ["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "wash-hand basin"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbasin"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "handbasin"]]}, {"answer": "lavatory", "hint": "synonyms for lavatory", "clues": [["toilet", "a room or building equipped with one or more toilets", "toilet"], ["bathroom", "a room or building equipped with one or more toilets", "bathroom"], ["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "basin"], ["washbowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbowl"], ["washbasin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbasin"], ["privy", "a room or building equipped with one or more toilets", "privy"], ["lav", "a room or building equipped with one or more toilets", "lav"], ["john", "a room or building equipped with one or more toilets", "john"], ["can", "a room or building equipped with one or more toilets", "can"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washstand"], ["flush toilet", "a toilet that is cleaned of waste by the flow of water through it", "flush toilet"]]}, {"answer": "lavishness", "hint": "synonyms for lavishness", "clues": [["sumptuosity", "the quality possessed by something that is excessively expensive", "sumptuosity"], ["luxury", "the quality possessed by something that is excessively expensive", "luxury"], ["extravagance", "excessive spending", "extravagance"], ["high life", "excessive spending", "high life"], ["sumptuousness", "the quality possessed by something that is excessively expensive", "sumptuousness"], ["prodigality", "excessive spending", "prodigality"]]}, {"answer": "law", "hint": "synonyms for law", "clues": [["constabulary", "the force of policemen and officers", "constabulary"], ["jurisprudence", "the collection of rules imposed by authority", "jurisprudence"], ["law of nature", "a generalization that describes recurring facts or events in nature", "law of nature"], ["police force", "the force of policemen and officers", "police force"], ["natural law", "a rule or body of rules of conduct inherent in human nature and essential to or binding upon human society", "natural law"], ["police", "the force of policemen and officers", "police"], ["legal philosophy", "the branch of philosophy concerned with the law and the principles that lead courts to make the decisions they do", "legal philosophy"], ["practice of law", "the learned profession that is mastered by graduate study in a law school and that is responsible for the judicial system", "practice of law"]]}, {"answer": "law-makers", "hint": "synonyms for law-makers", "clues": [["general assembly", "persons who make or amend or repeal laws", "general assembly"], ["legislative assembly", "persons who make or amend or repeal laws", "legislative assembly"], ["legislature", "persons who make or amend or repeal laws", "legislature"], ["legislative body", "persons who make or amend or repeal laws", "legislative body"]]}, {"answer": "laws", "hint": "synonyms for laws", "clues": [["constabulary", "the force of policemen and officers", "constabulary"], ["jurisprudence", "the collection of rules imposed by authority", "jurisprudence"], ["law", "the force of policemen and officers", "law"], ["law of nature", "a generalization that describes recurring facts or events in nature", "law of nature"], ["police force", "the force of policemen and officers", "police force"], ["natural law", "a rule or body of rules of conduct inherent in human nature and essential to or binding upon human society", "natural law"], ["police", "the force of policemen and officers", "police"], ["legal philosophy", "the branch of philosophy concerned with the law and the principles that lead courts to make the decisions they do", "legal philosophy"], ["practice of law", "the learned profession that is mastered by graduate study in a law school and that is responsible for the judicial system", "practice of law"]]}, {"answer": "lay-by", "hint": "synonyms for lay-by", "clues": [["rest stop", "designated paved area beside a main road where cars can stop temporarily", "rest stop"], ["rest area", "designated paved area beside a main road where cars can stop temporarily", "rest area"], ["pull-off", "designated paved area beside a main road where cars can stop temporarily", "pull-off"], ["layby", "designated paved area beside a main road where cars can stop temporarily", "layby"]]}, {"answer": "layby", "hint": "synonyms for layby", "clues": [["rest stop", "designated paved area beside a main road where cars can stop temporarily", "rest stop"], ["rest area", "designated paved area beside a main road where cars can stop temporarily", "rest area"], ["pull-off", "designated paved area beside a main road where cars can stop temporarily", "pull-off"], ["lay-by", "designated paved area beside a main road where cars can stop temporarily", "lay-by"]]}, {"answer": "lazaretto", "hint": "synonyms for lazaretto", "clues": [["lazar house", "hospital for persons with infectious diseases (especially leprosy)", "lazar house"], ["glory hole", "a small locker at the stern of a boat or between decks of a ship", "glory hole"], ["lazarette", "hospital for persons with infectious diseases (especially leprosy)", "lazarette"], ["pesthouse", "hospital for persons with infectious diseases (especially leprosy)", "pesthouse"]]}, {"answer": "lazuline", "hint": "synonyms for lazuline", "clues": [["sapphire", "a light shade of blue", "sapphire"], ["cerulean", "a light shade of blue", "cerulean"], ["sky-blue", "a light shade of blue", "sky-blue"], ["azure", "a light shade of blue", "azure"]]}, {"answer": "lea", "hint": "synonyms for lea", "clues": [["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock", "grazing land"], ["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock", "pastureland"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock", "ley"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock", "pasture"]]}, {"answer": "lead", "hint": "synonyms for lead", "clues": [["lead story", "a news story of major importance", "lead story"], ["tip", "an indication of potential opportunity", "tip"], ["atomic number 82", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey", "atomic number 82"], ["pencil lead", "mixture of graphite with clay in different degrees of hardness; the marking substance in a pencil", "pencil lead"], ["wind", "an indication of potential opportunity", "wind"], ["spark advance", "the timing of ignition relative to the position of the piston in an internal-combustion engine", "spark advance"], ["hint", "an indication of potential opportunity", "hint"], ["jumper lead", "a jumper that consists of a short piece of wire", "jumper lead"], ["lede", "the introductory section of a story", "lede"], ["booster cable", "a jumper that consists of a short piece of wire", "booster cable"], ["lead-in", "the introductory section of a story", "lead-in"], ["confidential information", "an indication of potential opportunity", "confidential information"], ["tether", "restraint consisting of a rope (or light chain) used to restrain an animal", "tether"], ["trail", "evidence pointing to a possible solution", "trail"], ["leash", "restraint consisting of a rope (or light chain) used to restrain an animal", "leash"], ["jumper cable", "a jumper that consists of a short piece of wire", "jumper cable"], ["steer", "an indication of potential opportunity", "steer"], ["track", "evidence pointing to a possible solution", "track"]]}, {"answer": "leaders", "hint": "synonyms for leaders", "clues": [["leader", "a featured article of merchandise sold at a loss in order to draw customers", "leader"], ["drawing card", "a featured article of merchandise sold at a loss in order to draw customers", "drawing card"], ["loss leader", "a featured article of merchandise sold at a loss in order to draw customers", "loss leader"], ["leadership", "the body of people who lead a group", "leadership"]]}, {"answer": "leaflet", "hint": "synonyms for leaflet", "clues": [["brochure", "a small book usually having a paper cover", "brochure"], ["folder", "a small book usually having a paper cover", "folder"], ["booklet", "a small book usually having a paper cover", "booklet"], ["pamphlet", "a small book usually having a paper cover", "pamphlet"]]}, {"answer": "leak", "hint": "synonyms for leak", "clues": [["wetting", "a euphemism for urination", "wetting"], ["passing water", "a euphemism for urination", "passing water"], ["leakage", "the discharge of a fluid from some container", "leakage"], ["news leak", "unauthorized (especially deliberate) disclosure of confidential information", "news leak"], ["escape", "the discharge of a fluid from some container", "escape"], ["making water", "a euphemism for urination", "making water"], ["outflow", "the discharge of a fluid from some container", "outflow"]]}, {"answer": "leanness", "hint": "synonyms for leanness", "clues": [["meagerness", "the quality of being meager; -George Eliot", "meagerness"], ["scantness", "the quality of being meager; -George Eliot", "scantness"], ["exiguity", "the quality of being meager; -George Eliot", "exiguity"], ["poorness", "the quality of being meager; -George Eliot", "poorness"], ["thinness", "the property of having little body fat", "thinness"], ["spareness", "the property of having little body fat", "spareness"]]}, {"answer": "leap", "hint": "synonyms for leap", "clues": [["jump", "an abrupt transition", "jump"], ["leaping", "a light, self-propelled movement upwards or forwards", "leaping"], ["bound", "a light, self-propelled movement upwards or forwards", "bound"], ["bounce", "a light, self-propelled movement upwards or forwards", "bounce"], ["saltation", "a light, self-propelled movement upwards or forwards", "saltation"], ["spring", "a light, self-propelled movement upwards or forwards", "spring"]]}, {"answer": "leaping", "hint": "synonyms for leaping", "clues": [["leap", "a light, self-propelled movement upwards or forwards", "leap"], ["bound", "a light, self-propelled movement upwards or forwards", "bound"], ["bounce", "a light, self-propelled movement upwards or forwards", "bounce"], ["saltation", "a light, self-propelled movement upwards or forwards", "saltation"], ["spring", "a light, self-propelled movement upwards or forwards", "spring"]]}, {"answer": "learnedness", "hint": "synonyms for learnedness", "clues": [["erudition", "profound scholarly knowledge", "erudition"], ["scholarship", "profound scholarly knowledge", "scholarship"], ["eruditeness", "profound scholarly knowledge", "eruditeness"], ["encyclopedism", "profound scholarly knowledge", "encyclopedism"], ["learning", "profound scholarly knowledge", "learning"]]}, {"answer": "learning", "hint": "synonyms for learning", "clues": [["erudition", "profound scholarly knowledge", "erudition"], ["eruditeness", "profound scholarly knowledge", "eruditeness"], ["acquisition", "the cognitive process of acquiring skill or knowledge", "acquisition"], ["encyclopedism", "profound scholarly knowledge", "encyclopedism"], ["learnedness", "profound scholarly knowledge", "learnedness"], ["scholarship", "profound scholarly knowledge", "scholarship"]]}, {"answer": "learning_ability", "hint": "synonyms for learning ability", "clues": [["mentality", "mental ability", "mentality"], ["brain", "mental ability", "brain"], ["brainpower", "mental ability", "brainpower"], ["mental capacity", "mental ability", "mental capacity"], ["wit", "mental ability", "wit"]]}, {"answer": "leash", "hint": "synonyms for leash", "clues": [["lead", "restraint consisting of a rope (or light chain) used to restrain an animal", "lead"], ["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["collar", "a figurative restraint", "collar"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["tether", "restraint consisting of a rope (or light chain) used to restrain an animal", "tether"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "leave", "hint": "synonyms for leave", "clues": [["parting", "the act of departing politely", "parting"], ["farewell", "the act of departing politely", "farewell"], ["leave-taking", "the act of departing politely", "leave-taking"], ["leave of absence", "the period of time during which you are absent from work or duty", "leave of absence"]]}, {"answer": "lechatelierite", "hint": "synonyms for lechatelierite", "clues": [["quartz glass", "colorless glass made of almost pure silica", "quartz glass"], ["crystal", "colorless glass made of almost pure silica", "crystal"], ["quartz", "colorless glass made of almost pure silica", "quartz"], ["vitreous silica", "colorless glass made of almost pure silica", "vitreous silica"]]}, {"answer": "lecture", "hint": "synonyms for lecture", "clues": [["talking to", "a lengthy rebuke", "talking to"], ["lecturing", "teaching by giving a discourse on some subject (typically to a class)", "lecturing"], ["talk", "a speech that is open to the public", "talk"], ["public lecture", "a speech that is open to the public", "public lecture"], ["speech", "a lengthy rebuke", "speech"]]}, {"answer": "ledger", "hint": "synonyms for ledger", "clues": [["book", "a record in which commercial accounts are recorded", "book"], ["daybook", "an accounting journal as a physical object", "daybook"], ["account book", "a record in which commercial accounts are recorded", "account book"], ["leger", "a record in which commercial accounts are recorded", "leger"], ["book of account", "a record in which commercial accounts are recorded", "book of account"]]}, {"answer": "leechee", "hint": "synonyms for leechee", "clues": [["lichi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lichi"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lychee"], ["litchee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchee"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchi nut"]]}, {"answer": "leg", "hint": "synonyms for leg", "clues": [["stage", "a section or portion of a journey or course", "stage"], ["peg", "a prosthesis that replaces a missing leg", "peg"], ["pegleg", "a prosthesis that replaces a missing leg", "pegleg"], ["wooden leg", "a prosthesis that replaces a missing leg", "wooden leg"], ["branch", "a part of a forked or branching shape", "branch"], ["ramification", "a part of a forked or branching shape", "ramification"]]}, {"answer": "leger", "hint": "synonyms for leger", "clues": [["ledger", "a record in which commercial accounts are recorded", "ledger"], ["book", "a record in which commercial accounts are recorded", "book"], ["account book", "a record in which commercial accounts are recorded", "account book"], ["book of account", "a record in which commercial accounts are recorded", "book of account"]]}, {"answer": "legerdemain", "hint": "synonyms for legerdemain", "clues": [["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["deception", "an illusory feat; considered magical by naive observers", "deception"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["trick", "an illusory feat; considered magical by naive observers", "trick"], ["magic", "an illusory feat; considered magical by naive observers", "magic"]]}, {"answer": "legerity", "hint": "synonyms for legerity", "clues": [["nimbleness", "the gracefulness of a person or animal that is quick and nimble", "nimbleness"], ["lightsomeness", "the gracefulness of a person or animal that is quick and nimble", "lightsomeness"], ["lightness", "the gracefulness of a person or animal that is quick and nimble", "lightness"], ["agility", "the gracefulness of a person or animal that is quick and nimble", "agility"]]}, {"answer": "leghorn", "hint": "synonyms for leghorn", "clues": [["straw hat", "a stiff hat made of straw with a flat crown", "straw hat"], ["sailor", "a stiff hat made of straw with a flat crown", "sailor"], ["skimmer", "a stiff hat made of straw with a flat crown", "skimmer"], ["boater", "a stiff hat made of straw with a flat crown", "boater"]]}, {"answer": "legislative_assembly", "hint": "synonyms for legislative assembly", "clues": [["general assembly", "persons who make or amend or repeal laws", "general assembly"], ["legislature", "persons who make or amend or repeal laws", "legislature"], ["legislative body", "persons who make or amend or repeal laws", "legislative body"], ["law-makers", "persons who make or amend or repeal laws", "law-makers"]]}, {"answer": "legislative_body", "hint": "synonyms for legislative body", "clues": [["general assembly", "persons who make or amend or repeal laws", "general assembly"], ["legislative assembly", "persons who make or amend or repeal laws", "legislative assembly"], ["legislature", "persons who make or amend or repeal laws", "legislature"], ["law-makers", "persons who make or amend or repeal laws", "law-makers"]]}, {"answer": "legislature", "hint": "synonyms for legislature", "clues": [["general assembly", "persons who make or amend or repeal laws", "general assembly"], ["legislative assembly", "persons who make or amend or repeal laws", "legislative assembly"], ["legislative body", "persons who make or amend or repeal laws", "legislative body"], ["law-makers", "persons who make or amend or repeal laws", "law-makers"]]}, {"answer": "legs", "hint": "synonyms for legs", "clues": [["stage", "a section or portion of a journey or course", "stage"], ["leg", "a part of a forked or branching shape", "leg"], ["wooden leg", "a prosthesis that replaces a missing leg", "wooden leg"], ["ramification", "a part of a forked or branching shape", "ramification"], ["peg", "a prosthesis that replaces a missing leg", "peg"], ["pegleg", "a prosthesis that replaces a missing leg", "pegleg"], ["branch", "a part of a forked or branching shape", "branch"]]}, {"answer": "lei", "hint": "synonyms for lei", "clues": [["wreath", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "wreath"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "garland"], ["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "coronal"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "chaplet"], ["leu", "the basic unit of money in Romania", "leu"]]}, {"answer": "lemon", "hint": "synonyms for lemon", "clues": [["lemon yellow", "a strong yellow color", "lemon yellow"], ["maize", "a strong yellow color", "maize"], ["gamboge", "a strong yellow color", "gamboge"], ["stinker", "an artifact (especially an automobile) that is defective or unsatisfactory", "stinker"]]}, {"answer": "lengthiness", "hint": "synonyms for lengthiness", "clues": [["extension", "amount or degree or range to which something extends", "extension"], ["prolongation", "the consequence of being lengthened in duration", "prolongation"], ["protraction", "the consequence of being lengthened in duration", "protraction"], ["continuation", "the consequence of being lengthened in duration", "continuation"]]}, {"answer": "lenience", "hint": "synonyms for lenience", "clues": [["leniency", "lightening a penalty or excusing from a chore by judges or parents or teachers", "leniency"], ["indulgence", "a disposition to yield to the wishes of someone", "indulgence"], ["mildness", "mercifulness as a consequence of being lenient or tolerant", "mildness"], ["lenity", "mercifulness as a consequence of being lenient or tolerant", "lenity"]]}, {"answer": "leniency", "hint": "synonyms for leniency", "clues": [["indulgence", "a disposition to yield to the wishes of someone", "indulgence"], ["lenience", "a disposition to yield to the wishes of someone", "lenience"], ["mildness", "mercifulness as a consequence of being lenient or tolerant", "mildness"], ["lenity", "mercifulness as a consequence of being lenient or tolerant", "lenity"]]}, {"answer": "leotards", "hint": "synonyms for leotards", "clues": [["tights", "skintight knit hose covering the body from the waist to the feet worn by acrobats and dancers and as stockings by women and girls", "tights"], ["body suit", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance", "body suit"], ["unitard", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance", "unitard"], ["leotard", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance", "leotard"], ["cat suit", "a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance", "cat suit"]]}, {"answer": "lesson", "hint": "synonyms for lesson", "clues": [["deterrent example", "punishment intended as a warning to others", "deterrent example"], ["example", "punishment intended as a warning to others", "example"], ["moral", "the significance of a story or event", "moral"], ["object lesson", "punishment intended as a warning to others", "object lesson"]]}, {"answer": "lethargy", "hint": "synonyms for lethargy", "clues": [["lassitude", "weakness characterized by a lack of vitality or energy", "lassitude"], ["phlegm", "inactivity; showing an unusual lack of energy", "phlegm"], ["sluggishness", "inactivity; showing an unusual lack of energy", "sluggishness"], ["inanition", "weakness characterized by a lack of vitality or energy", "inanition"], ["slackness", "weakness characterized by a lack of vitality or energy", "slackness"], ["languor", "inactivity; showing an unusual lack of energy", "languor"], ["flatness", "inactivity; showing an unusual lack of energy", "flatness"]]}, {"answer": "letter", "hint": "synonyms for letter", "clues": [["missive", "a written message addressed to a person or organization", "missive"], ["alphabetic character", "the conventional characters of the alphabet used to represent speech", "alphabetic character"], ["letter of the alphabet", "the conventional characters of the alphabet used to represent speech", "letter of the alphabet"], ["varsity letter", "an award earned by participation in a school sport", "varsity letter"]]}, {"answer": "letters", "hint": "synonyms for letters", "clues": [["letter", "the conventional characters of the alphabet used to represent speech", "letter"], ["varsity letter", "an award earned by participation in a school sport", "varsity letter"], ["letter of the alphabet", "the conventional characters of the alphabet used to represent speech", "letter of the alphabet"], ["missive", "a written message addressed to a person or organization", "missive"], ["alphabetic character", "the conventional characters of the alphabet used to represent speech", "alphabetic character"]]}, {"answer": "lettuce", "hint": "synonyms for lettuce", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "leucotomy", "hint": "synonyms for leucotomy", "clues": [["prefrontal leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "prefrontal leukotomy"], ["leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "leukotomy"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "lobotomy"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "frontal lobotomy"]]}, {"answer": "leukotomy", "hint": "synonyms for leukotomy", "clues": [["prefrontal leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "prefrontal leukotomy"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "lobotomy"], ["leucotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "leucotomy"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "frontal lobotomy"]]}, {"answer": "leveling", "hint": "synonyms for leveling", "clues": [["equalization", "the act of making equal or uniform", "equalization"], ["demolishing", "complete destruction of a building", "demolishing"], ["razing", "complete destruction of a building", "razing"], ["tearing down", "complete destruction of a building", "tearing down"], ["grading", "changing the ground level to a smooth horizontal or gently sloping surface", "grading"]]}, {"answer": "lewdness", "hint": "synonyms for lewdness", "clues": [["bawdiness", "the trait of behaving in an obscene manner", "bawdiness"], ["salacity", "the trait of behaving in an obscene manner", "salacity"], ["obscenity", "the trait of behaving in an obscene manner", "obscenity"], ["salaciousness", "the trait of behaving in an obscene manner", "salaciousness"]]}, {"answer": "ley", "hint": "synonyms for ley", "clues": [["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock", "grazing land"], ["lea", "a field covered with grass or herbage and suitable for grazing by livestock", "lea"], ["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock", "pastureland"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock", "pasture"]]}, {"answer": "liberation", "hint": "synonyms for liberation", "clues": [["dismissal", "the termination of someone's employment (leaving them free to depart)", "dismissal"], ["release", "the termination of someone's employment (leaving them free to depart)", "release"], ["discharge", "the termination of someone's employment (leaving them free to depart)", "discharge"], ["freeing", "the act of liberating someone or something", "freeing"], ["sacking", "the termination of someone's employment (leaving them free to depart)", "sacking"], ["firing", "the termination of someone's employment (leaving them free to depart)", "firing"], ["dismission", "the termination of someone's employment (leaving them free to depart)", "dismission"]]}, {"answer": "liberty", "hint": "synonyms for liberty", "clues": [["impropriety", "an act of undue intimacy", "impropriety"], ["familiarity", "an act of undue intimacy", "familiarity"], ["shore leave", "leave granted to a sailor or naval officer", "shore leave"], ["indecorum", "an act of undue intimacy", "indecorum"]]}, {"answer": "licentiousness", "hint": "synonyms for licentiousness", "clues": [["looseness", "dissolute indulgence in sensual pleasure", "looseness"], ["dissipation", "dissolute indulgence in sensual pleasure", "dissipation"], ["wantonness", "the quality of being lewd and lascivious", "wantonness"], ["dissolution", "dissolute indulgence in sensual pleasure", "dissolution"], ["profligacy", "dissolute indulgence in sensual pleasure", "profligacy"]]}, {"answer": "lichee", "hint": "synonyms for lichee", "clues": [["lichi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lichi"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lychee"], ["litchee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchee"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "leechee"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchi nut"]]}, {"answer": "lichi", "hint": "synonyms for lichi", "clues": [["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lychee"], ["litchee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchee"], ["litchi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchi"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "leechee"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchi nut"]]}, {"answer": "lick", "hint": "synonyms for lick", "clues": [["slug", "(boxing) a blow with the fist", "slug"], ["clout", "(boxing) a blow with the fist", "clout"], ["poke", "(boxing) a blow with the fist", "poke"], ["lap", "touching with the tongue", "lap"], ["biff", "(boxing) a blow with the fist", "biff"], ["punch", "(boxing) a blow with the fist", "punch"], ["salt lick", "a salt deposit that animals regularly lick", "salt lick"]]}, {"answer": "licking", "hint": "synonyms for licking", "clues": [["defeat", "an unsuccessful ending to a struggle or contest", "defeat"], ["drubbing", "the act of inflicting corporal punishment with repeated blows", "drubbing"], ["trouncing", "the act of inflicting corporal punishment with repeated blows", "trouncing"], ["lacing", "the act of inflicting corporal punishment with repeated blows", "lacing"], ["beating", "the act of inflicting corporal punishment with repeated blows", "beating"], ["whacking", "the act of inflicting corporal punishment with repeated blows", "whacking"], ["thrashing", "the act of inflicting corporal punishment with repeated blows", "thrashing"]]}, {"answer": "life", "hint": "synonyms for life", "clues": [["life-time", "the period during which something is functional (as between birth and death)", "life-time"], ["liveliness", "animation and energy in action or expression", "liveliness"], ["sprightliness", "animation and energy in action or expression", "sprightliness"], ["biography", "an account of the series of events making up a person's life", "biography"], ["life story", "an account of the series of events making up a person's life", "life story"], ["lifespan", "the period during which something is functional (as between birth and death)", "lifespan"], ["living", "the experience of being alive; the course of human events and activities", "living"], ["life sentence", "a prison term lasting as long as the prisoner lives", "life sentence"], ["spirit", "animation and energy in action or expression", "spirit"]]}, {"answer": "life_belt", "hint": "synonyms for life belt", "clues": [["lifesaver", "a life preserver in the form of a ring of buoyant material", "lifesaver"], ["life ring", "a life preserver in the form of a ring of buoyant material", "life ring"], ["safety harness", "belt attaching you to some object as a restraint in order to prevent you from getting hurt", "safety harness"], ["safety belt", "belt attaching you to some object as a restraint in order to prevent you from getting hurt", "safety belt"], ["life buoy", "a life preserver in the form of a ring of buoyant material", "life buoy"]]}, {"answer": "life_history", "hint": "synonyms for life history", "clues": [["biography", "an account of the series of events making up a person's life", "biography"], ["career", "the general progression of your working or professional life", "career"], ["life story", "an account of the series of events making up a person's life", "life story"], ["life", "an account of the series of events making up a person's life", "life"]]}, {"answer": "lift", "hint": "synonyms for lift", "clues": [["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "cosmetic surgery"], ["airlift", "transportation of people or goods by air (especially when other means of access are unavailable)", "airlift"], ["ski tow", "a powered conveyance that carries skiers up a hill", "ski tow"], ["ski lift", "a powered conveyance that carries skiers up a hill", "ski lift"], ["rise", "a wave that lifts the surface of the water or ground", "rise"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidectomy"], ["heave", "the act of raising something", "heave"], ["aerodynamic lift", "the component of the aerodynamic forces acting on an airfoil that opposes gravity", "aerodynamic lift"], ["elevation", "the event of something being raised upward", "elevation"], ["face lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "face lift"], ["elevator", "lifting device consisting of a platform or cage that is raised and lowered mechanically in a vertical shaft in order to move people from one floor to another in a building", "elevator"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "nip and tuck"], ["raising", "the event of something being raised upward", "raising"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidoplasty"]]}, {"answer": "light_beam", "hint": "synonyms for light beam", "clues": [["irradiation", "a column of light (as from a beacon)", "irradiation"], ["ray of light", "a column of light (as from a beacon)", "ray of light"], ["beam", "a column of light (as from a beacon)", "beam"], ["shaft of light", "a column of light (as from a beacon)", "shaft of light"], ["ray", "a column of light (as from a beacon)", "ray"], ["beam of light", "a column of light (as from a beacon)", "beam of light"], ["shaft", "a column of light (as from a beacon)", "shaft"]]}, {"answer": "light_bulb", "hint": "synonyms for light bulb", "clues": [["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "bulb"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "incandescent lamp"], ["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric light"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric-light bulb"], ["lightbulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "lightbulb"]]}, {"answer": "lightbulb", "hint": "synonyms for lightbulb", "clues": [["bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "bulb"], ["light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "light bulb"], ["incandescent lamp", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "incandescent lamp"], ["electric light", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric light"], ["electric-light bulb", "electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity", "electric-light bulb"]]}, {"answer": "lighter", "hint": "synonyms for lighter", "clues": [["ignitor", "a device for lighting or igniting fuel or charges or fires", "ignitor"], ["barge", "a flatbottom boat for carrying heavy loads (especially on canals)", "barge"], ["hoy", "a flatbottom boat for carrying heavy loads (especially on canals)", "hoy"], ["flatboat", "a flatbottom boat for carrying heavy loads (especially on canals)", "flatboat"], ["light", "a device for lighting or igniting fuel or charges or fires", "light"]]}, {"answer": "lighting", "hint": "synonyms for lighting", "clues": [["ignition", "the act of setting something on fire", "ignition"], ["firing", "the act of setting something on fire", "firing"], ["kindling", "the act of setting something on fire", "kindling"], ["inflammation", "the act of setting something on fire", "inflammation"]]}, {"answer": "lightness", "hint": "synonyms for lightness", "clues": [["legerity", "the gracefulness of a person or animal that is quick and nimble", "legerity"], ["elation", "a feeling of joy and pride", "elation"], ["weightlessness", "the property of being comparatively small in weight", "weightlessness"], ["high spirits", "a feeling of joy and pride", "high spirits"], ["light", "the visual effect of illumination on objects or scenes as created in pictures", "light"], ["agility", "the gracefulness of a person or animal that is quick and nimble", "agility"], ["lightsomeness", "the trait of being lighthearted and frivolous", "lightsomeness"], ["nimbleness", "the gracefulness of a person or animal that is quick and nimble", "nimbleness"]]}, {"answer": "lightning_arrester", "hint": "synonyms for lightning arrester", "clues": [["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge suppressor"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike arrester"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge protector"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike suppressor"]]}, {"answer": "lightsomeness", "hint": "synonyms for lightsomeness", "clues": [["carefreeness", "the cheerful feeling you have when nothing is troubling you", "carefreeness"], ["insouciance", "the cheerful feeling you have when nothing is troubling you", "insouciance"], ["agility", "the gracefulness of a person or animal that is quick and nimble", "agility"], ["legerity", "the gracefulness of a person or animal that is quick and nimble", "legerity"], ["lightness", "the gracefulness of a person or animal that is quick and nimble", "lightness"], ["nimbleness", "the gracefulness of a person or animal that is quick and nimble", "nimbleness"], ["lightheartedness", "the cheerful feeling you have when nothing is troubling you", "lightheartedness"]]}, {"answer": "lime", "hint": "synonyms for lime", "clues": [["calcium hydroxide", "a caustic substance produced by heating limestone", "calcium hydroxide"], ["calcium hydrate", "a caustic substance produced by heating limestone", "calcium hydrate"], ["birdlime", "a sticky adhesive that is smeared on small branches to capture small birds", "birdlime"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide", "calcined lime"], ["caustic lime", "a caustic substance produced by heating limestone", "caustic lime"], ["hydrated lime", "a caustic substance produced by heating limestone", "hydrated lime"], ["slaked lime", "a caustic substance produced by heating limestone", "slaked lime"], ["quicklime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide", "calx"], ["lime hydrate", "a caustic substance produced by heating limestone", "lime hydrate"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide", "fluxing lime"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide", "burnt lime"]]}, {"answer": "lime_hydrate", "hint": "synonyms for lime hydrate", "clues": [["lime", "a caustic substance produced by heating limestone", "lime"], ["calcium hydroxide", "a caustic substance produced by heating limestone", "calcium hydroxide"], ["calcium hydrate", "a caustic substance produced by heating limestone", "calcium hydrate"], ["caustic lime", "a caustic substance produced by heating limestone", "caustic lime"], ["hydrated lime", "a caustic substance produced by heating limestone", "hydrated lime"], ["slaked lime", "a caustic substance produced by heating limestone", "slaked lime"]]}, {"answer": "limit", "hint": "synonyms for limit", "clues": [["point of accumulation", "the mathematical value toward which a function goes as the independent variable approaches infinity", "point of accumulation"], ["bound", "the greatest possible degree of something", "bound"], ["demarcation line", "the boundary of a specific area", "demarcation line"], ["terminus ad quem", "final or latest limiting point", "terminus ad quem"], ["limitation", "the greatest amount of something that is possible or allowed", "limitation"], ["terminal point", "final or latest limiting point", "terminal point"], ["demarcation", "the boundary of a specific area", "demarcation"], ["boundary", "the greatest possible degree of something", "boundary"], ["limit point", "the mathematical value toward which a function goes as the independent variable approaches infinity", "limit point"]]}, {"answer": "limitlessness", "hint": "synonyms for limitlessness", "clues": [["unboundedness", "the quality of being infinite; without bound or limit", "unboundedness"], ["infinitude", "the quality of being infinite; without bound or limit", "infinitude"], ["boundlessness", "the quality of being infinite; without bound or limit", "boundlessness"], ["infiniteness", "the quality of being infinite; without bound or limit", "infiniteness"]]}, {"answer": "limpidity", "hint": "synonyms for limpidity", "clues": [["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clearness"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidity"], ["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidness"], ["pellucidity", "passing light without diffusion or distortion", "pellucidity"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clarity"]]}, {"answer": "linchpin", "hint": "synonyms for linchpin", "clues": [["lynchpin", "a central cohesive source of support and stability", "lynchpin"], ["backbone", "a central cohesive source of support and stability", "backbone"], ["anchor", "a central cohesive source of support and stability", "anchor"], ["keystone", "a central cohesive source of support and stability", "keystone"], ["mainstay", "a central cohesive source of support and stability", "mainstay"]]}, {"answer": "line", "hint": "synonyms for line", "clues": [["line of work", "the principal activity in your life that you do to earn money", "line of work"], ["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line of reasoning"], ["seam", "a slight depression in the smoothness of a surface", "seam"], ["argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "argument"], ["demarcation", "a conceptual separation or distinction", "demarcation"], ["telephone line", "a telephone connection", "telephone line"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["phone line", "a telephone connection", "phone line"], ["line of merchandise", "a particular kind of product or merchandise", "line of merchandise"], ["air", "a succession of notes forming a distinctive sequence", "air"], ["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "logical argument"], ["tune", "a succession of notes forming a distinctive sequence", "tune"], ["personal credit line", "the maximum credit that a customer is allowed", "personal credit line"], ["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "argumentation"], ["rail line", "the road consisting of railroad track and roadbed", "rail line"], ["bloodline", "the descendants of one individual", "bloodline"], ["dividing line", "a conceptual separation or distinction", "dividing line"], ["job", "the principal activity in your life that you do to earn money", "job"], ["billet", "a short personal letter", "billet"], ["line of products", "a particular kind of product or merchandise", "line of products"], ["production line", "mechanical system in a factory whereby an article is conveyed through sites at which successive operations are performed on it", "production line"], ["channel", "(often plural) a means of communication or access", "channel"], ["ancestry", "the descendants of one individual", "ancestry"], ["line of credit", "the maximum credit that a customer is allowed", "line of credit"], ["business line", "a particular kind of product or merchandise", "business line"], ["pipeline", "a pipe used to transport liquids or gases", "pipeline"], ["strain", "a succession of notes forming a distinctive sequence", "strain"], ["parentage", "the descendants of one individual", "parentage"], ["crinkle", "a slight depression in the smoothness of a surface", "crinkle"], ["short letter", "a short personal letter", "short letter"], ["furrow", "a slight depression in the smoothness of a surface", "furrow"], ["cable", "a conductor for transmitting electrical or optical signals or electric power", "cable"], ["transmission line", "a conductor for transmitting electrical or optical signals or electric power", "transmission line"], ["crease", "a slight depression in the smoothness of a surface", "crease"], ["origin", "the descendants of one individual", "origin"], ["blood", "the descendants of one individual", "blood"], ["subscriber line", "a telephone connection", "subscriber line"], ["communication channel", "(often plural) a means of communication or access", "communication channel"], ["stock", "the descendants of one individual", "stock"], ["line of descent", "the descendants of one individual", "line of descent"], ["agate line", "space for one line of print (one column wide and 1/14 inch deep) used to measure advertising", "agate line"], ["bank line", "the maximum credit that a customer is allowed", "bank line"], ["business", "the principal activity in your life that you do to earn money", "business"], ["melodic phrase", "a succession of notes forming a distinctive sequence", "melodic phrase"], ["course", "a connected series of events or actions or developments", "course"], ["line of business", "a particular kind of product or merchandise", "line of business"], ["telephone circuit", "a telephone connection", "telephone circuit"], ["melody", "a succession of notes forming a distinctive sequence", "melody"], ["lineage", "the descendants of one individual", "lineage"], ["credit line", "the maximum credit that a customer is allowed", "credit line"], ["melodic line", "a succession of notes forming a distinctive sequence", "melodic line"], ["contrast", "a conceptual separation or distinction", "contrast"], ["note", "a short personal letter", "note"], ["assembly line", "mechanical system in a factory whereby an article is conveyed through sites at which successive operations are performed on it", "assembly line"], ["personal line of credit", "the maximum credit that a customer is allowed", "personal line of credit"], ["occupation", "the principal activity in your life that you do to earn money", "occupation"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "line-shooting", "hint": "synonyms for line-shooting", "clues": [["vaporing", "an instance of boastful talk", "vaporing"], ["gasconade", "an instance of boastful talk", "gasconade"], ["bragging", "an instance of boastful talk", "bragging"], ["brag", "an instance of boastful talk", "brag"], ["crow", "an instance of boastful talk", "crow"]]}, {"answer": "line_of_business", "hint": "synonyms for line of business", "clues": [["field", "a particular kind of commercial enterprise", "field"], ["line of merchandise", "a particular kind of product or merchandise", "line of merchandise"], ["field of operation", "a particular kind of commercial enterprise", "field of operation"], ["business line", "a particular kind of product or merchandise", "business line"], ["line", "a particular kind of product or merchandise", "line"], ["line of products", "a particular kind of product or merchandise", "line of products"], ["product line", "a particular kind of product or merchandise", "product line"]]}, {"answer": "line_of_credit", "hint": "synonyms for line of credit", "clues": [["personal line of credit", "the maximum credit that a customer is allowed", "personal line of credit"], ["bank line", "the maximum credit that a customer is allowed", "bank line"], ["line", "the maximum credit that a customer is allowed", "line"], ["credit line", "the maximum credit that a customer is allowed", "credit line"], ["personal credit line", "the maximum credit that a customer is allowed", "personal credit line"]]}, {"answer": "line_of_descent", "hint": "synonyms for line of descent", "clues": [["descent", "the kinship relation between an individual and the individual's progenitors", "descent"], ["bloodline", "the descendants of one individual", "bloodline"], ["line", "the descendants of one individual", "line"], ["lineage", "the descendants of one individual", "lineage"], ["origin", "the descendants of one individual", "origin"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "the descendants of one individual", "ancestry"], ["filiation", "the kinship relation between an individual and the individual's progenitors", "filiation"], ["parentage", "the descendants of one individual", "parentage"]]}, {"answer": "line_of_merchandise", "hint": "synonyms for line of merchandise", "clues": [["line of business", "a particular kind of product or merchandise", "line of business"], ["business line", "a particular kind of product or merchandise", "business line"], ["line", "a particular kind of product or merchandise", "line"], ["line of products", "a particular kind of product or merchandise", "line of products"], ["product line", "a particular kind of product or merchandise", "product line"]]}, {"answer": "line_of_products", "hint": "synonyms for line of products", "clues": [["line of business", "a particular kind of product or merchandise", "line of business"], ["line of merchandise", "a particular kind of product or merchandise", "line of merchandise"], ["business line", "a particular kind of product or merchandise", "business line"], ["line", "a particular kind of product or merchandise", "line"], ["product line", "a particular kind of product or merchandise", "product line"]]}, {"answer": "line_of_reasoning", "hint": "synonyms for line of reasoning", "clues": [["argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "argument"], ["logical argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "logical argument"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line"], ["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "argumentation"]]}, {"answer": "line_of_work", "hint": "synonyms for line of work", "clues": [["job", "the principal activity in your life that you do to earn money", "job"], ["business", "the principal activity in your life that you do to earn money", "business"], ["line", "the principal activity in your life that you do to earn money", "line"], ["occupation", "the principal activity in your life that you do to earn money", "occupation"]]}, {"answer": "lineage", "hint": "synonyms for lineage", "clues": [["descent", "the kinship relation between an individual and the individual's progenitors", "descent"], ["line", "the descendants of one individual", "line"], ["origin", "the descendants of one individual", "origin"], ["filiation", "inherited properties shared with others of your bloodline", "filiation"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "inherited properties shared with others of your bloodline", "ancestry"], ["line of descent", "the descendants of one individual", "line of descent"], ["blood line", "the descendants of one individual", "blood line"], ["linage", "a rate of payment for written material that is measured according to the number of lines submitted", "linage"], ["derivation", "inherited properties shared with others of your bloodline", "derivation"], ["parentage", "the descendants of one individual", "parentage"]]}, {"answer": "lingo", "hint": "synonyms for lingo", "clues": [["cant", "a characteristic language of a particular group (as among thieves)", "cant"], ["argot", "a characteristic language of a particular group (as among thieves)", "argot"], ["patois", "a characteristic language of a particular group (as among thieves)", "patois"], ["slang", "a characteristic language of a particular group (as among thieves)", "slang"], ["jargon", "a characteristic language of a particular group (as among thieves)", "jargon"], ["vernacular", "a characteristic language of a particular group (as among thieves)", "vernacular"]]}, {"answer": "link", "hint": "synonyms for link", "clues": [["tie", "a fastener that serves to join or connect", "tie"], ["liaison", "a channel for communication between groups", "liaison"], ["contact", "a channel for communication between groups", "contact"], ["connection", "a connecting shape", "connection"], ["data link", "an interconnecting circuit between two or more locations for the purpose of transmitting and receiving data", "data link"], ["connexion", "a connecting shape", "connexion"], ["inter-group communication", "a channel for communication between groups", "inter-group communication"], ["tie-in", "a fastener that serves to join or connect", "tie-in"], ["nexus", "the means of connection between things linked in series", "nexus"], ["radio link", "a two-way radio communication system (usually microwave); part of a more extensive telecommunication network", "radio link"], ["linkup", "a fastener that serves to join or connect", "linkup"]]}, {"answer": "links", "hint": "synonyms for links", "clues": [["link", "an interconnecting circuit between two or more locations for the purpose of transmitting and receiving data", "link"], ["tie", "a fastener that serves to join or connect", "tie"], ["liaison", "a channel for communication between groups", "liaison"], ["contact", "a channel for communication between groups", "contact"], ["golf links", "a golf course that is built on sandy ground near a shore", "golf links"], ["connexion", "a connecting shape", "connexion"], ["linkup", "a fastener that serves to join or connect", "linkup"], ["connection", "a connecting shape", "connection"], ["data link", "an interconnecting circuit between two or more locations for the purpose of transmitting and receiving data", "data link"], ["inter-group communication", "a channel for communication between groups", "inter-group communication"], ["tie-in", "a fastener that serves to join or connect", "tie-in"], ["nexus", "the means of connection between things linked in series", "nexus"], ["radio link", "a two-way radio communication system (usually microwave); part of a more extensive telecommunication network", "radio link"]]}, {"answer": "lip", "hint": "synonyms for lip", "clues": [["sass", "an impudent or insolent rejoinder", "sass"], ["backtalk", "an impudent or insolent rejoinder", "backtalk"], ["rim", "the top edge of a vessel or other container", "rim"], ["mouth", "an impudent or insolent rejoinder", "mouth"]]}, {"answer": "liquid_ecstasy", "hint": "synonyms for liquid ecstasy", "clues": [["scoop", "street names for gamma hydroxybutyrate", "scoop"], ["grievous bodily harm", "street names for gamma hydroxybutyrate", "grievous bodily harm"], ["max", "street names for gamma hydroxybutyrate", "max"], ["soap", "street names for gamma hydroxybutyrate", "soap"], ["easy lay", "street names for gamma hydroxybutyrate", "easy lay"], ["goop", "street names for gamma hydroxybutyrate", "goop"]]}, {"answer": "liquidity", "hint": "synonyms for liquidity", "clues": [["liquidness", "the property of flowing easily", "liquidness"], ["fluidity", "the property of flowing easily", "fluidity"], ["runniness", "the property of flowing easily", "runniness"], ["fluidness", "the property of flowing easily", "fluidness"]]}, {"answer": "liquidness", "hint": "synonyms for liquidness", "clues": [["runniness", "the property of flowing easily", "runniness"], ["fluidity", "the property of flowing easily", "fluidity"], ["liquidity", "the property of flowing easily", "liquidity"], ["fluidness", "the property of flowing easily", "fluidness"]]}, {"answer": "liquor", "hint": "synonyms for liquor", "clues": [["strong drink", "an alcoholic beverage that is distilled rather than fermented", "strong drink"], ["spirits", "an alcoholic beverage that is distilled rather than fermented", "spirits"], ["pot liquor", "the liquid in which vegetables or meat have be cooked", "pot liquor"], ["booze", "an alcoholic beverage that is distilled rather than fermented", "booze"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented", "hard liquor"], ["pot likker", "the liquid in which vegetables or meat have be cooked", "pot likker"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented", "hard drink"]]}, {"answer": "list", "hint": "synonyms for list", "clues": [["lean", "the property possessed by a line or surface that departs from the vertical", "lean"], ["listing", "a database containing an ordered array of items (names or topics)", "listing"], ["tilt", "the property possessed by a line or surface that departs from the vertical", "tilt"], ["inclination", "the property possessed by a line or surface that departs from the vertical", "inclination"]]}, {"answer": "lister", "hint": "synonyms for lister", "clues": [["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plough"], ["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plow"], ["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middle buster"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middlebreaker"]]}, {"answer": "lister_plough", "hint": "synonyms for lister plough", "clues": [["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plow"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister"], ["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middle buster"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middlebreaker"]]}, {"answer": "lister_plow", "hint": "synonyms for lister plow", "clues": [["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plough"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister"], ["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middle buster"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middlebreaker"]]}, {"answer": "listlessness", "hint": "synonyms for listlessness", "clues": [["languor", "a feeling of lack of interest or energy", "languor"], ["torpor", "inactivity resulting from lethargy and lack of vigor or energy", "torpor"], ["torpidity", "inactivity resulting from lethargy and lack of vigor or energy", "torpidity"], ["torpidness", "inactivity resulting from lethargy and lack of vigor or energy", "torpidness"], ["lassitude", "a feeling of lack of interest or energy", "lassitude"]]}, {"answer": "litchee", "hint": "synonyms for litchee", "clues": [["lichi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lichi"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lychee"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "leechee"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchi nut"], ["lichee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lichee"]]}, {"answer": "litchi", "hint": "synonyms for litchi", "clues": [["lichi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lichi"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lychee"], ["litchee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchee"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "leechee"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchi nut"]]}, {"answer": "litchi_nut", "hint": "synonyms for litchi nut", "clues": [["lichi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lichi"], ["lychee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lychee"], ["litchee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchee"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "leechee"]]}, {"answer": "literal_error", "hint": "synonyms for literal error", "clues": [["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind", "typographical error"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind", "typo"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind", "literal"], ["misprint", "a mistake in printed matter resulting from mechanical failures of some kind", "misprint"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind", "erratum"]]}, {"answer": "little_joe", "hint": "synonyms for little joe", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "little_phoebe", "hint": "synonyms for little phoebe", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "livelihood", "hint": "synonyms for livelihood", "clues": [["keep", "the financial means whereby one lives", "keep"], ["bread and butter", "the financial means whereby one lives", "bread and butter"], ["support", "the financial means whereby one lives", "support"], ["living", "the financial means whereby one lives", "living"], ["sustenance", "the financial means whereby one lives", "sustenance"]]}, {"answer": "liveliness", "hint": "synonyms for liveliness", "clues": [["spirit", "animation and energy in action or expression", "spirit"], ["animation", "general activity and motion", "animation"], ["life", "animation and energy in action or expression", "life"], ["sprightliness", "animation and energy in action or expression", "sprightliness"]]}, {"answer": "lividity", "hint": "synonyms for lividity", "clues": [["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallor"], ["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividness"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "luridness"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "paleness"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "achromasia"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "wanness"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallidness"]]}, {"answer": "lividness", "hint": "synonyms for lividness", "clues": [["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallor"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividity"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "luridness"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "paleness"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "achromasia"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "wanness"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallidness"]]}, {"answer": "living-room", "hint": "synonyms for living-room", "clues": [["sitting room", "a room in a private house or establishment where people can sit and talk and relax", "sitting room"], ["parlor", "a room in a private house or establishment where people can sit and talk and relax", "parlor"], ["front room", "a room in a private house or establishment where people can sit and talk and relax", "front room"], ["living room", "a room in a private house or establishment where people can sit and talk and relax", "living room"]]}, {"answer": "living_room", "hint": "synonyms for living room", "clues": [["sitting room", "a room in a private house or establishment where people can sit and talk and relax", "sitting room"], ["living-room", "a room in a private house or establishment where people can sit and talk and relax", "living-room"], ["parlor", "a room in a private house or establishment where people can sit and talk and relax", "parlor"], ["front room", "a room in a private house or establishment where people can sit and talk and relax", "front room"]]}, {"answer": "load", "hint": "synonyms for load", "clues": [["burden", "weight to be borne or conveyed", "burden"], ["loading", "weight to be borne or conveyed", "loading"], ["incumbrance", "an onerous or difficult concern", "incumbrance"], ["payload", "goods carried by a large vehicle", "payload"], ["shipment", "goods carried by a large vehicle", "shipment"], ["freight", "goods carried by a large vehicle", "freight"], ["onus", "an onerous or difficult concern", "onus"], ["cargo", "goods carried by a large vehicle", "cargo"], ["lode", "a deposit of valuable ore occurring within definite boundaries separating it from surrounding rocks", "lode"], ["consignment", "goods carried by a large vehicle", "consignment"], ["warhead", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "warhead"]]}, {"answer": "loading", "hint": "synonyms for loading", "clues": [["burden", "weight to be borne or conveyed", "burden"], ["lading", "goods carried by a large vehicle", "lading"], ["payload", "goods carried by a large vehicle", "payload"], ["load", "weight to be borne or conveyed", "load"], ["shipment", "goods carried by a large vehicle", "shipment"], ["freight", "goods carried by a large vehicle", "freight"], ["cargo", "goods carried by a large vehicle", "cargo"], ["consignment", "goods carried by a large vehicle", "consignment"]]}, {"answer": "loads", "hint": "synonyms for loads", "clues": [["burden", "weight to be borne or conveyed", "burden"], ["oodles", "a large number or amount", "oodles"], ["loading", "weight to be borne or conveyed", "loading"], ["slews", "a large number or amount", "slews"], ["scores", "a large number or amount", "scores"], ["payload", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "payload"], ["stacks", "a large number or amount", "stacks"], ["warhead", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "warhead"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["incumbrance", "an onerous or difficult concern", "incumbrance"], ["wads", "a large number or amount", "wads"], ["heaps", "a large number or amount", "heaps"], ["rafts", "a large number or amount", "rafts"], ["freight", "goods carried by a large vehicle", "freight"], ["gobs", "a large number or amount", "gobs"], ["cargo", "goods carried by a large vehicle", "cargo"], ["consignment", "goods carried by a large vehicle", "consignment"], ["lashings", "a large number or amount", "lashings"], ["piles", "a large number or amount", "piles"], ["shipment", "goods carried by a large vehicle", "shipment"], ["onus", "an onerous or difficult concern", "onus"], ["lots", "a large number or amount", "lots"], ["lode", "a deposit of valuable ore occurring within definite boundaries separating it from surrounding rocks", "lode"], ["scads", "a large number or amount", "scads"]]}, {"answer": "loathing", "hint": "synonyms for loathing", "clues": [["execration", "hate coupled with disgust", "execration"], ["abomination", "hate coupled with disgust", "abomination"], ["odium", "hate coupled with disgust", "odium"], ["detestation", "hate coupled with disgust", "detestation"], ["abhorrence", "hate coupled with disgust", "abhorrence"]]}, {"answer": "loathsomeness", "hint": "synonyms for loathsomeness", "clues": [["lousiness", "the quality of being disgusting to the senses or emotions", "lousiness"], ["repulsiveness", "the quality of being disgusting to the senses or emotions", "repulsiveness"], ["sliminess", "the quality of being disgusting to the senses or emotions", "sliminess"], ["wickedness", "the quality of being disgusting to the senses or emotions", "wickedness"], ["vileness", "the quality of being disgusting to the senses or emotions", "vileness"]]}, {"answer": "lobby", "hint": "synonyms for lobby", "clues": [["third house", "a group of people who try actively to influence legislation", "third house"], ["antechamber", "a large entrance or reception room or area", "antechamber"], ["pressure group", "a group of people who try actively to influence legislation", "pressure group"], ["vestibule", "a large entrance or reception room or area", "vestibule"], ["hall", "a large entrance or reception room or area", "hall"], ["entrance hall", "a large entrance or reception room or area", "entrance hall"], ["foyer", "a large entrance or reception room or area", "foyer"], ["anteroom", "a large entrance or reception room or area", "anteroom"]]}, {"answer": "localisation", "hint": "synonyms for localisation", "clues": [["localization of function", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body", "localization of function"], ["fix", "a determination of the place where something is", "fix"], ["localization", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body", "localization"], ["location", "a determination of the place where something is", "location"], ["localisation principle", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body", "localisation principle"]]}, {"answer": "localization", "hint": "synonyms for localization", "clues": [["localization of function", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body", "localization of function"], ["fix", "a determination of the place where something is", "fix"], ["location", "a determination of the place where something is", "location"], ["localisation", "a determination of the place where something is", "localisation"], ["localisation principle", "(physiology) the principle that specific functions have relatively circumscribed locations in some particular part or organ of the body", "localisation principle"]]}, {"answer": "locating", "hint": "synonyms for locating", "clues": [["fix", "a determination of the place where something is", "fix"], ["positioning", "the act of putting something in a certain place", "positioning"], ["location", "a determination of the place where something is", "location"], ["localisation", "a determination of the place where something is", "localisation"], ["placement", "the act of putting something in a certain place", "placement"]]}, {"answer": "location", "hint": "synonyms for location", "clues": [["fix", "a determination of the place where something is", "fix"], ["positioning", "the act of putting something in a certain place", "positioning"], ["locating", "a determination of the place where something is", "locating"], ["localisation", "a determination of the place where something is", "localisation"], ["placement", "the act of putting something in a certain place", "placement"]]}, {"answer": "locoweed", "hint": "synonyms for locoweed", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["skunk", "street names for marijuana", "skunk"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["weed", "street names for marijuana", "weed"]]}, {"answer": "lodge", "hint": "synonyms for lodge", "clues": [["inn", "a hotel providing overnight lodging for travelers", "inn"], ["society", "a formal association of people with similar interests", "society"], ["indian lodge", "any of various Native American dwellings", "indian lodge"], ["social club", "a formal association of people with similar interests", "social club"], ["guild", "a formal association of people with similar interests", "guild"], ["auberge", "a hotel providing overnight lodging for travelers", "auberge"], ["club", "a formal association of people with similar interests", "club"], ["order", "a formal association of people with similar interests", "order"], ["hostel", "a hotel providing overnight lodging for travelers", "hostel"], ["hunting lodge", "a small (rustic) house used as a temporary shelter", "hunting lodge"]]}, {"answer": "lodgings", "hint": "synonyms for lodgings", "clues": [["pad", "temporary living quarters", "pad"], ["diggings", "temporary living quarters", "diggings"], ["domiciliation", "temporary living quarters", "domiciliation"], ["lodgement", "the state or quality of being lodged or fixed even temporarily", "lodgement"], ["lodging", "the act of lodging", "lodging"], ["digs", "temporary living quarters", "digs"], ["living accommodations", "structures collectively in which people are housed", "living accommodations"], ["housing", "structures collectively in which people are housed", "housing"]]}, {"answer": "logical_argument", "hint": "synonyms for logical argument", "clues": [["argument", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "argument"], ["line of reasoning", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line of reasoning"], ["line", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "line"], ["argumentation", "a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning", "argumentation"]]}, {"answer": "lollipop", "hint": "synonyms for lollipop", "clues": [["sucker", "hard candy on a stick", "sucker"], ["ice lolly", "ice cream or water ice on a small wooden stick", "ice lolly"], ["popsicle", "ice cream or water ice on a small wooden stick", "popsicle"], ["lolly", "ice cream or water ice on a small wooden stick", "lolly"], ["all-day sucker", "hard candy on a stick", "all-day sucker"]]}, {"answer": "lolly", "hint": "synonyms for lolly", "clues": [["kale", "informal terms for money", "kale"], ["lollipop", "ice cream or water ice on a small wooden stick", "lollipop"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["popsicle", "ice cream or water ice on a small wooden stick", "popsicle"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["ice lolly", "ice cream or water ice on a small wooden stick", "ice lolly"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "loneliness", "hint": "synonyms for loneliness", "clues": [["solitariness", "a disposition toward being alone", "solitariness"], ["desolation", "sadness resulting from being forsaken or abandoned", "desolation"], ["lonesomeness", "a disposition toward being alone", "lonesomeness"], ["aloneness", "a disposition toward being alone", "aloneness"], ["forlornness", "sadness resulting from being forsaken or abandoned", "forlornness"]]}, {"answer": "long-windedness", "hint": "synonyms for long-windedness", "clues": [["prolixity", "boring verbosity", "prolixity"], ["prolixness", "boring verbosity", "prolixness"], ["windiness", "boring verbosity", "windiness"], ["wordiness", "boring verbosity", "wordiness"]]}, {"answer": "long_suit", "hint": "synonyms for long suit", "clues": [["strength", "an asset of special worth or utility", "strength"], ["speciality", "an asset of special worth or utility", "speciality"], ["strong point", "an asset of special worth or utility", "strong point"], ["metier", "an asset of special worth or utility", "metier"], ["forte", "an asset of special worth or utility", "forte"], ["strong suit", "an asset of special worth or utility", "strong suit"]]}, {"answer": "look", "hint": "synonyms for look", "clues": [["facial expression", "the feelings expressed on a person's face", "facial expression"], ["expression", "the feelings expressed on a person's face", "expression"], ["looking", "the act of directing the eyes toward something and perceiving it visually", "looking"], ["looking at", "the act of directing the eyes toward something and perceiving it visually", "looking at"], ["face", "the feelings expressed on a person's face", "face"], ["aspect", "the feelings expressed on a person's face", "aspect"]]}, {"answer": "lookout", "hint": "synonyms for lookout", "clues": [["observation tower", "a structure commanding a wide view of its surroundings", "observation tower"], ["lookout station", "a structure commanding a wide view of its surroundings", "lookout station"], ["outlook", "the act of looking out", "outlook"], ["observatory", "a structure commanding a wide view of its surroundings", "observatory"], ["observation post", "an elevated post affording a wide view", "observation post"]]}, {"answer": "loony_bin", "hint": "synonyms for loony bin", "clues": [["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "loony_toons", "hint": "synonyms for loony toons", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "loop", "hint": "synonyms for loop", "clues": [["loop-the-loop", "a flight maneuver; aircraft flies a complete circle in the vertical plane", "loop-the-loop"], ["iteration", "(computer science) a single execution of a set of instructions that are to be repeated", "iteration"], ["grommet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "grommet"], ["loop topology", "the topology of a network whose components are serially connected in such a way that the last component is connected to the first component", "loop topology"], ["closed circuit", "a complete electrical circuit around which current flows or a signal circulates", "closed circuit"], ["eyelet", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "eyelet"], ["cringle", "fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines", "cringle"]]}, {"answer": "looseness", "hint": "synonyms for looseness", "clues": [["licentiousness", "dissolute indulgence in sensual pleasure", "licentiousness"], ["dissipation", "dissolute indulgence in sensual pleasure", "dissipation"], ["play", "movement or space for movement", "play"], ["dissolution", "dissolute indulgence in sensual pleasure", "dissolution"], ["profligacy", "dissolute indulgence in sensual pleasure", "profligacy"]]}, {"answer": "loot", "hint": "synonyms for loot", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["swag", "goods or money obtained illegally", "swag"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["booty", "goods or money obtained illegally", "booty"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["plunder", "goods or money obtained illegally", "plunder"], ["pelf", "informal terms for money", "pelf"], ["prize", "goods or money obtained illegally", "prize"], ["dirty money", "goods or money obtained illegally", "dirty money"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["pillage", "goods or money obtained illegally", "pillage"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "loquaciousness", "hint": "synonyms for loquaciousness", "clues": [["talkativeness", "the quality of being wordy and talkative", "talkativeness"], ["loquacity", "the quality of being wordy and talkative", "loquacity"], ["garrulity", "the quality of being wordy and talkative", "garrulity"], ["garrulousness", "the quality of being wordy and talkative", "garrulousness"]]}, {"answer": "loquacity", "hint": "synonyms for loquacity", "clues": [["talkativeness", "the quality of being wordy and talkative", "talkativeness"], ["garrulity", "the quality of being wordy and talkative", "garrulity"], ["garrulousness", "the quality of being wordy and talkative", "garrulousness"], ["loquaciousness", "the quality of being wordy and talkative", "loquaciousness"]]}, {"answer": "lordliness", "hint": "synonyms for lordliness", "clues": [["hauteur", "overbearing pride evidenced by a superior manner toward inferiors", "hauteur"], ["high-handedness", "overbearing pride evidenced by a superior manner toward inferiors", "high-handedness"], ["haughtiness", "overbearing pride evidenced by a superior manner toward inferiors", "haughtiness"], ["dignity", "formality in bearing and appearance", "dignity"], ["arrogance", "overbearing pride evidenced by a superior manner toward inferiors", "arrogance"], ["gravitas", "formality in bearing and appearance", "gravitas"]]}, {"answer": "loss", "hint": "synonyms for loss", "clues": [["passing", "euphemistic expressions for death", "passing"], ["departure", "euphemistic expressions for death", "departure"], ["red", "the amount by which the cost of a business exceeds its revenue", "red"], ["release", "euphemistic expressions for death", "release"], ["expiration", "euphemistic expressions for death", "expiration"], ["deprivation", "the disadvantage that results from losing something", "deprivation"], ["personnel casualty", "military personnel lost by death or capture", "personnel casualty"], ["going", "euphemistic expressions for death", "going"], ["red ink", "the amount by which the cost of a business exceeds its revenue", "red ink"], ["exit", "euphemistic expressions for death", "exit"]]}, {"answer": "losses", "hint": "synonyms for losses", "clues": [["loss", "euphemistic expressions for death", "loss"], ["passing", "euphemistic expressions for death", "passing"], ["departure", "euphemistic expressions for death", "departure"], ["expiration", "euphemistic expressions for death", "expiration"], ["deprivation", "the disadvantage that results from losing something", "deprivation"], ["exit", "euphemistic expressions for death", "exit"], ["red ink", "the amount by which the cost of a business exceeds its revenue", "red ink"], ["losings", "something lost (especially money lost at gambling)", "losings"], ["release", "euphemistic expressions for death", "release"], ["red", "the amount by which the cost of a business exceeds its revenue", "red"], ["personnel casualty", "military personnel lost by death or capture", "personnel casualty"], ["going", "euphemistic expressions for death", "going"]]}, {"answer": "lot", "hint": "synonyms for lot", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["caboodle", "any collection in its entirety", "caboodle"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["set", "an unofficial association of people or groups", "set"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["band", "an unofficial association of people or groups", "band"], ["bunch", "any collection in its entirety", "bunch"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["draw", "anything (straws or pebbles etc.) taken or chosen at random", "draw"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["circle", "an unofficial association of people or groups", "circle"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "loudness", "hint": "synonyms for loudness", "clues": [["glitz", "tasteless showiness", "glitz"], ["gaudiness", "tasteless showiness", "gaudiness"], ["brashness", "tasteless showiness", "brashness"], ["tawdriness", "tasteless showiness", "tawdriness"], ["intensity", "the magnitude of sound (usually in a specified direction)", "intensity"], ["garishness", "tasteless showiness", "garishness"], ["meretriciousness", "tasteless showiness", "meretriciousness"], ["volume", "the magnitude of sound (usually in a specified direction)", "volume"], ["flashiness", "tasteless showiness", "flashiness"]]}, {"answer": "loudspeaker_system", "hint": "synonyms for loudspeaker system", "clues": [["speaker unit", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "speaker unit"], ["speaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "speaker"], ["loudspeaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "loudspeaker"], ["speaker system", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "speaker system"]]}, {"answer": "lounge", "hint": "synonyms for lounge", "clues": [["waiting room", "a room (as in a hotel or airport) with seating where people can wait", "waiting room"], ["sofa", "an upholstered seat for more than one person", "sofa"], ["couch", "an upholstered seat for more than one person", "couch"], ["waiting area", "a room (as in a hotel or airport) with seating where people can wait", "waiting area"]]}, {"answer": "lousiness", "hint": "synonyms for lousiness", "clues": [["loathsomeness", "the quality of being disgusting to the senses or emotions", "loathsomeness"], ["repulsiveness", "the quality of being disgusting to the senses or emotions", "repulsiveness"], ["sliminess", "the quality of being disgusting to the senses or emotions", "sliminess"], ["wickedness", "the quality of being disgusting to the senses or emotions", "wickedness"], ["vileness", "the quality of being disgusting to the senses or emotions", "vileness"]]}, {"answer": "love", "hint": "synonyms for love", "clues": [["love life", "sexual activities (often including sexual intercourse) between two people", "love life"], ["lovemaking", "sexual activities (often including sexual intercourse) between two people", "lovemaking"], ["making love", "sexual activities (often including sexual intercourse) between two people", "making love"], ["erotic love", "a deep feeling of sexual desire and attraction", "erotic love"], ["passion", "any object of warm affection or devotion", "passion"], ["sexual love", "sexual activities (often including sexual intercourse) between two people", "sexual love"]]}, {"answer": "love_life", "hint": "synonyms for love life", "clues": [["love", "sexual activities (often including sexual intercourse) between two people", "love"], ["sexual love", "sexual activities (often including sexual intercourse) between two people", "sexual love"], ["making love", "sexual activities (often including sexual intercourse) between two people", "making love"], ["lovemaking", "sexual activities (often including sexual intercourse) between two people", "lovemaking"]]}, {"answer": "lovemaking", "hint": "synonyms for lovemaking", "clues": [["love", "sexual activities (often including sexual intercourse) between two people", "love"], ["making love", "sexual activities (often including sexual intercourse) between two people", "making love"], ["sexual love", "sexual activities (often including sexual intercourse) between two people", "sexual love"], ["love life", "sexual activities (often including sexual intercourse) between two people", "love life"]]}, {"answer": "lovingness", "hint": "synonyms for lovingness", "clues": [["warmth", "a quality proceeding from feelings of affection or love", "warmth"], ["affectionateness", "a quality proceeding from feelings of affection or love", "affectionateness"], ["fondness", "a quality proceeding from feelings of affection or love", "fondness"], ["caring", "a loving feeling", "caring"]]}, {"answer": "low-spiritedness", "hint": "synonyms for low-spiritedness", "clues": [["dispiritedness", "a feeling of low spirits", "dispiritedness"], ["lowness", "a feeling of low spirits", "lowness"], ["downheartedness", "a feeling of low spirits", "downheartedness"], ["dejectedness", "a feeling of low spirits", "dejectedness"]]}, {"answer": "low_temperature", "hint": "synonyms for low temperature", "clues": [["frigidity", "the absence of heat", "frigidity"], ["cold", "the absence of heat", "cold"], ["coldness", "the absence of heat", "coldness"], ["frigidness", "the absence of heat", "frigidness"]]}, {"answer": "lowness", "hint": "synonyms for lowness", "clues": [["dispiritedness", "a feeling of low spirits", "dispiritedness"], ["low-spiritedness", "a feeling of low spirits", "low-spiritedness"], ["downheartedness", "a feeling of low spirits", "downheartedness"], ["dejectedness", "a feeling of low spirits", "dejectedness"]]}, {"answer": "loyalty", "hint": "synonyms for loyalty", "clues": [["dedication", "the act of binding yourself (intellectually or emotionally) to a course of action", "dedication"], ["allegiance", "the act of binding yourself (intellectually or emotionally) to a course of action", "allegiance"], ["trueness", "the quality of being loyal", "trueness"], ["commitment", "the act of binding yourself (intellectually or emotionally) to a course of action", "commitment"]]}, {"answer": "lucidity", "hint": "synonyms for lucidity", "clues": [["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clearness"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "limpidity"], ["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidness"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "pellucidity"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clarity"]]}, {"answer": "lucidness", "hint": "synonyms for lucidness", "clues": [["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clearness"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidity"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "limpidity"], ["pellucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "pellucidity"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clarity"]]}, {"answer": "lucifer", "hint": "synonyms for lucifer", "clues": [["daystar", "a planet (usually Venus) seen just before sunrise in the eastern sky", "daystar"], ["morning star", "a planet (usually Venus) seen just before sunrise in the eastern sky", "morning star"], ["match", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction", "match"], ["friction match", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction", "friction match"]]}, {"answer": "lucre", "hint": "synonyms for lucre", "clues": [["kale", "informal terms for money", "kale"], ["profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "profit"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net income"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net profit"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "earnings"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "lucy_in_the_sky_with_diamonds", "hint": "synonyms for lucy in the sky with diamonds", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "luminal", "hint": "synonyms for luminal", "clues": [["phenobarbitone", "a long-acting barbiturate used as a sedative", "phenobarbitone"], ["purple heart", "a long-acting barbiturate used as a sedative", "purple heart"], ["phenobarbital", "a long-acting barbiturate used as a sedative", "phenobarbital"], ["sodium thiopental", "a long-acting barbiturate used as a sedative", "sodium thiopental"]]}, {"answer": "luminance", "hint": "synonyms for luminance", "clues": [["luminosity", "the quality of being luminous; emitting or reflecting light", "luminosity"], ["brightness", "the quality of being luminous; emitting or reflecting light", "brightness"], ["light", "the quality of being luminous; emitting or reflecting light", "light"], ["brightness level", "the quality of being luminous; emitting or reflecting light", "brightness level"], ["luminousness", "the quality of being luminous; emitting or reflecting light", "luminousness"]]}, {"answer": "luminosity", "hint": "synonyms for luminosity", "clues": [["brightness", "the quality of being luminous; emitting or reflecting light", "brightness"], ["light", "the quality of being luminous; emitting or reflecting light", "light"], ["luminance", "the quality of being luminous; emitting or reflecting light", "luminance"], ["brightness level", "the quality of being luminous; emitting or reflecting light", "brightness level"], ["luminousness", "the quality of being luminous; emitting or reflecting light", "luminousness"]]}, {"answer": "luminousness", "hint": "synonyms for luminousness", "clues": [["luminosity", "the quality of being luminous; emitting or reflecting light", "luminosity"], ["brightness", "the quality of being luminous; emitting or reflecting light", "brightness"], ["light", "the quality of being luminous; emitting or reflecting light", "light"], ["luminance", "the quality of being luminous; emitting or reflecting light", "luminance"], ["brightness level", "the quality of being luminous; emitting or reflecting light", "brightness level"]]}, {"answer": "lump", "hint": "synonyms for lump", "clues": [["clump", "a compact mass", "clump"], ["chunk", "a compact mass", "chunk"], ["glob", "a compact mass", "glob"], ["clod", "a compact mass", "clod"], ["ball", "a compact mass", "ball"]]}, {"answer": "lunacy", "hint": "synonyms for lunacy", "clues": [["folly", "foolish or senseless behavior", "folly"], ["indulgence", "foolish or senseless behavior", "indulgence"], ["tomfoolery", "foolish or senseless behavior", "tomfoolery"], ["foolery", "foolish or senseless behavior", "foolery"], ["craziness", "foolish or senseless behavior", "craziness"]]}, {"answer": "lurch", "hint": "synonyms for lurch", "clues": [["stagger", "an unsteady uneven gait", "stagger"], ["pitch", "abrupt up-and-down motion (as caused by a ship or other conveyance)", "pitch"], ["lunge", "the act of moving forward suddenly", "lunge"], ["stumble", "an unsteady uneven gait", "stumble"]]}, {"answer": "lure", "hint": "synonyms for lure", "clues": [["hook", "anything that serves as an enticement", "hook"], ["decoy", "something used to lure fish or other animals into danger so they can be trapped or killed", "decoy"], ["come-on", "anything that serves as an enticement", "come-on"], ["sweetener", "anything that serves as an enticement", "sweetener"], ["bait", "something used to lure fish or other animals into danger so they can be trapped or killed", "bait"], ["enticement", "qualities that attract by seeming to promise some kind of reward", "enticement"]]}, {"answer": "luridness", "hint": "synonyms for luridness", "clues": [["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividity"], ["grimness", "the quality of being ghastly", "grimness"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "paleness"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallor"], ["sensationalism", "the journalistic use of subject matter that appeals to vulgar tastes", "sensationalism"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallidness"], ["ghastliness", "the quality of being ghastly", "ghastliness"], ["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividness"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "achromasia"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "wanness"], ["gruesomeness", "the quality of being ghastly", "gruesomeness"]]}, {"answer": "luster", "hint": "synonyms for luster", "clues": [["lustre", "a quality that outshines the usual", "lustre"], ["splendour", "a quality that outshines the usual", "splendour"], ["brilliancy", "a quality that outshines the usual", "brilliancy"], ["shininess", "the visual property of something that shines with reflected light", "shininess"], ["sheen", "the visual property of something that shines with reflected light", "sheen"]]}, {"answer": "lusterlessness", "hint": "synonyms for lusterlessness", "clues": [["lustrelessness", "the property of having little or no contrast; lacking highlights or gloss", "lustrelessness"], ["mat", "the property of having little or no contrast; lacking highlights or gloss", "mat"], ["flatness", "the property of having little or no contrast; lacking highlights or gloss", "flatness"], ["matte", "the property of having little or no contrast; lacking highlights or gloss", "matte"]]}, {"answer": "lustre", "hint": "synonyms for lustre", "clues": [["luster", "a surface coating for ceramics or porcelain", "luster"], ["splendour", "a quality that outshines the usual", "splendour"], ["brilliancy", "a quality that outshines the usual", "brilliancy"], ["shininess", "the visual property of something that shines with reflected light", "shininess"], ["sheen", "the visual property of something that shines with reflected light", "sheen"]]}, {"answer": "lustrelessness", "hint": "synonyms for lustrelessness", "clues": [["mat", "the property of having little or no contrast; lacking highlights or gloss", "mat"], ["flatness", "the property of having little or no contrast; lacking highlights or gloss", "flatness"], ["matte", "the property of having little or no contrast; lacking highlights or gloss", "matte"], ["lusterlessness", "the property of having little or no contrast; lacking highlights or gloss", "lusterlessness"]]}, {"answer": "lychee", "hint": "synonyms for lychee", "clues": [["lichi", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "lichi"], ["litchee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchee"], ["leechee", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "leechee"], ["litchi nut", "Chinese fruit having a thin brittle shell enclosing a sweet jellylike pulp and a single seed; often dried", "litchi nut"]]}, {"answer": "lynchpin", "hint": "synonyms for lynchpin", "clues": [["backbone", "a central cohesive source of support and stability", "backbone"], ["anchor", "a central cohesive source of support and stability", "anchor"], ["linchpin", "pin inserted through an axletree to hold a wheel on", "linchpin"], ["keystone", "a central cohesive source of support and stability", "keystone"], ["mainstay", "a central cohesive source of support and stability", "mainstay"]]}, {"answer": "machine", "hint": "synonyms for machine", "clues": [["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "auto"], ["political machine", "a group that controls the activities of a political party", "political machine"], ["simple machine", "a device for overcoming resistance at one point by applying force at some other point", "simple machine"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "car"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "automobile"], ["motorcar", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "motorcar"]]}, {"answer": "machine_language", "hint": "synonyms for machine language", "clues": [["computer-oriented language", "a programming language designed for use on a specific class of computers", "computer-oriented language"], ["machine code", "a set of instructions coded so that the computer can use it directly without further translation", "machine code"], ["machine-oriented language", "a programming language designed for use on a specific class of computers", "machine-oriented language"], ["computer language", "a programming language designed for use on a specific class of computers", "computer language"]]}, {"answer": "macrocosm", "hint": "synonyms for macrocosm", "clues": [["universe", "everything that exists anywhere", "universe"], ["cosmos", "everything that exists anywhere", "cosmos"], ["world", "everything that exists anywhere", "world"], ["creation", "everything that exists anywhere", "creation"], ["existence", "everything that exists anywhere", "existence"]]}, {"answer": "maculation", "hint": "synonyms for maculation", "clues": [["patch", "a small contrasting part of something", "patch"], ["fleck", "a small contrasting part of something", "fleck"], ["speckle", "a small contrasting part of something", "speckle"], ["spotting", "the act of spotting or staining something", "spotting"], ["staining", "the act of spotting or staining something", "staining"], ["spot", "a small contrasting part of something", "spot"], ["dapple", "a small contrasting part of something", "dapple"]]}, {"answer": "madhouse", "hint": "synonyms for madhouse", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "madness", "hint": "synonyms for madness", "clues": [["rage", "a feeling of intense anger", "rage"], ["craziness", "the quality of being rash and foolish", "craziness"], ["folly", "the quality of being rash and foolish", "folly"], ["rabidity", "unrestrained excitement or enthusiasm", "rabidity"], ["rabidness", "unrestrained excitement or enthusiasm", "rabidness"], ["fury", "a feeling of intense anger", "fury"], ["foolishness", "the quality of being rash and foolish", "foolishness"]]}, {"answer": "magazine", "hint": "synonyms for magazine", "clues": [["powder store", "a storehouse (as a compartment on a warship) where weapons and ammunition are stored", "powder store"], ["cartridge", "a light-tight supply chamber holding the film and supplying it for exposure as required", "cartridge"], ["cartridge holder", "a metal frame or container holding cartridges; can be inserted into an automatic gun", "cartridge holder"], ["mag", "a periodic publication containing pictures and stories and articles of interest to those who purchase it or subscribe to it", "mag"], ["clip", "a metal frame or container holding cartridges; can be inserted into an automatic gun", "clip"], ["powder magazine", "a storehouse (as a compartment on a warship) where weapons and ammunition are stored", "powder magazine"], ["magazine publisher", "a business firm that publishes magazines", "magazine publisher"], ["cartridge clip", "a metal frame or container holding cartridges; can be inserted into an automatic gun", "cartridge clip"]]}, {"answer": "magic_eye", "hint": "synonyms for magic eye", "clues": [["photoelectric cell", "a transducer used to detect and measure light and other radiations", "photoelectric cell"], ["photoconductive cell", "a transducer used to detect and measure light and other radiations", "photoconductive cell"], ["photocell", "a transducer used to detect and measure light and other radiations", "photocell"], ["electric eye", "a transducer used to detect and measure light and other radiations", "electric eye"]]}, {"answer": "magic_trick", "hint": "synonyms for magic trick", "clues": [["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["deception", "an illusory feat; considered magical by naive observers", "deception"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["trick", "an illusory feat; considered magical by naive observers", "trick"], ["magic", "an illusory feat; considered magical by naive observers", "magic"]]}, {"answer": "magnetic_dip", "hint": "synonyms for magnetic dip", "clues": [["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "inclination"], ["magnetic inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic inclination"], ["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "dip"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "angle of dip"]]}, {"answer": "magnetic_inclination", "hint": "synonyms for magnetic inclination", "clues": [["magnetic dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "magnetic dip"], ["inclination", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "inclination"], ["dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "dip"], ["angle of dip", "(physics) the angle that a magnetic needle makes with the plane of the horizon", "angle of dip"]]}, {"answer": "magnetic_induction", "hint": "synonyms for magnetic induction", "clues": [["magnetic field strength", "the amount of magnetic flux in a unit area perpendicular to the direction of magnetic flow", "magnetic field strength"], ["magnetization", "the process that makes a substance magnetic (temporarily or permanently)", "magnetization"], ["magnetic intensity", "the amount of magnetic flux in a unit area perpendicular to the direction of magnetic flow", "magnetic intensity"], ["magnetic flux density", "the amount of magnetic flux in a unit area perpendicular to the direction of magnetic flow", "magnetic flux density"]]}, {"answer": "magnification", "hint": "synonyms for magnification", "clues": [["overstatement", "making to seem more important than it really is", "overstatement"], ["blowup", "a photographic print that has been enlarged", "blowup"], ["enlargement", "a photographic print that has been enlarged", "enlargement"], ["exaggeration", "making to seem more important than it really is", "exaggeration"]]}, {"answer": "magnificence", "hint": "synonyms for magnificence", "clues": [["impressiveness", "splendid or imposing in size or appearance", "impressiveness"], ["grandness", "splendid or imposing in size or appearance", "grandness"], ["brilliance", "the quality of being magnificent or splendid or grand", "brilliance"], ["splendor", "the quality of being magnificent or splendid or grand", "splendor"], ["grandeur", "the quality of being magnificent or splendid or grand", "grandeur"], ["richness", "splendid or imposing in size or appearance", "richness"]]}, {"answer": "magniloquence", "hint": "synonyms for magniloquence", "clues": [["ornateness", "high-flown style; excessive use of verbal ornamentation", "ornateness"], ["rhetoric", "high-flown style; excessive use of verbal ornamentation", "rhetoric"], ["grandiloquence", "high-flown style; excessive use of verbal ornamentation", "grandiloquence"], ["grandiosity", "high-flown style; excessive use of verbal ornamentation", "grandiosity"]]}, {"answer": "mail", "hint": "synonyms for mail", "clues": [["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings", "chain mail"], ["post", "the system whereby messages are transmitted via the post office", "post"], ["mail service", "the system whereby messages are transmitted via the post office", "mail service"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings", "ring armor"], ["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings", "ring mail"], ["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings", "chain armour"], ["postal service", "the system whereby messages are transmitted via the post office", "postal service"]]}, {"answer": "main_office", "hint": "synonyms for main office", "clues": [["home base", "(usually plural) the office that serves as the administrative center of an enterprise", "home base"], ["home office", "(usually plural) the office that serves as the administrative center of an enterprise", "home office"], ["central office", "(usually plural) the office that serves as the administrative center of an enterprise", "central office"], ["headquarters", "(usually plural) the office that serves as the administrative center of an enterprise", "headquarters"]]}, {"answer": "mainframe", "hint": "synonyms for mainframe", "clues": [["central processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "central processor"], ["processor", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "processor"], ["mainframe computer", "a large digital computer serving 100-400 users and occupying a special air-conditioned room", "mainframe computer"], ["central processing unit", "(computer science) the part of a computer (a microprocessor chip) that does most of the data processing", "central processing unit"]]}, {"answer": "mainsheet", "hint": "synonyms for mainsheet", "clues": [["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "shroud"], ["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "weather sheet"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "tack"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "sheet"]]}, {"answer": "mainstay", "hint": "synonyms for mainstay", "clues": [["lynchpin", "a central cohesive source of support and stability", "lynchpin"], ["backbone", "a central cohesive source of support and stability", "backbone"], ["anchor", "a central cohesive source of support and stability", "anchor"], ["keystone", "a central cohesive source of support and stability", "keystone"]]}, {"answer": "maintenance", "hint": "synonyms for maintenance", "clues": [["sustainment", "the act of sustaining life by food or providing a means of subsistence", "sustainment"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence", "sustentation"], ["alimony", "court-ordered support paid by one spouse to another after they are separated", "alimony"], ["sustenance", "the act of sustaining life by food or providing a means of subsistence", "sustenance"], ["criminal maintenance", "the unauthorized interference in a legal action by a person having no interest in it (as by helping one party with money or otherwise to continue the action) so as to obstruct justice or promote unnecessary litigation or unsettle the peace of the community", "criminal maintenance"], ["care", "activity involved in maintaining something in good working order", "care"], ["upkeep", "the act of sustaining life by food or providing a means of subsistence", "upkeep"]]}, {"answer": "major_power", "hint": "synonyms for major power", "clues": [["world power", "a state powerful enough to influence events throughout the world", "world power"], ["great power", "a state powerful enough to influence events throughout the world", "great power"], ["superpower", "a state powerful enough to influence events throughout the world", "superpower"], ["power", "a state powerful enough to influence events throughout the world", "power"]]}, {"answer": "major_tranquilizer", "hint": "synonyms for major tranquilizer", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "major_tranquilliser", "hint": "synonyms for major tranquilliser", "clues": [["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["major tranquillizer", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquillizer"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "major_tranquillizer", "hint": "synonyms for major tranquillizer", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "make-up", "hint": "synonyms for make-up", "clues": [["physical composition", "the way in which someone or something is composed", "physical composition"], ["war paint", "cosmetics applied to the face to improve or change your appearance", "war paint"], ["makeup", "cosmetics applied to the face to improve or change your appearance", "makeup"], ["composition", "the way in which someone or something is composed", "composition"], ["constitution", "the way in which someone or something is composed", "constitution"]]}, {"answer": "makeup", "hint": "synonyms for makeup", "clues": [["war paint", "cosmetics applied to the face to improve or change your appearance", "war paint"], ["physical composition", "the way in which someone or something is composed", "physical composition"], ["make-up", "cosmetics applied to the face to improve or change your appearance", "make-up"], ["composition", "the way in which someone or something is composed", "composition"], ["constitution", "the way in which someone or something is composed", "constitution"]]}, {"answer": "making_love", "hint": "synonyms for making love", "clues": [["love", "sexual activities (often including sexual intercourse) between two people", "love"], ["sexual love", "sexual activities (often including sexual intercourse) between two people", "sexual love"], ["lovemaking", "sexual activities (often including sexual intercourse) between two people", "lovemaking"], ["love life", "sexual activities (often including sexual intercourse) between two people", "love life"]]}, {"answer": "maladroitness", "hint": "synonyms for maladroitness", "clues": [["ineptness", "unskillfulness resulting from a lack of training", "ineptness"], ["ineptitude", "unskillfulness resulting from a lack of training", "ineptitude"], ["awkwardness", "unskillfulness resulting from a lack of training", "awkwardness"], ["slowness", "unskillfulness resulting from a lack of training", "slowness"], ["clumsiness", "unskillfulness resulting from a lack of training", "clumsiness"]]}, {"answer": "malarkey", "hint": "synonyms for malarkey", "clues": [["wind", "empty rhetoric or insincere or exaggerated talk", "wind"], ["malarky", "empty rhetoric or insincere or exaggerated talk", "malarky"], ["nothingness", "empty rhetoric or insincere or exaggerated talk", "nothingness"], ["idle words", "empty rhetoric or insincere or exaggerated talk", "idle words"], ["jazz", "empty rhetoric or insincere or exaggerated talk", "jazz"]]}, {"answer": "malarky", "hint": "synonyms for malarky", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk", "malarkey"], ["wind", "empty rhetoric or insincere or exaggerated talk", "wind"], ["nothingness", "empty rhetoric or insincere or exaggerated talk", "nothingness"], ["idle words", "empty rhetoric or insincere or exaggerated talk", "idle words"], ["jazz", "empty rhetoric or insincere or exaggerated talk", "jazz"]]}, {"answer": "malice", "hint": "synonyms for malice", "clues": [["spite", "feeling a need to see others suffer", "spite"], ["malevolency", "the quality of threatening evil", "malevolency"], ["maliciousness", "feeling a need to see others suffer", "maliciousness"], ["venom", "feeling a need to see others suffer", "venom"], ["spitefulness", "feeling a need to see others suffer", "spitefulness"]]}, {"answer": "maliciousness", "hint": "synonyms for maliciousness", "clues": [["malice", "feeling a need to see others suffer", "malice"], ["spite", "feeling a need to see others suffer", "spite"], ["venom", "feeling a need to see others suffer", "venom"], ["spitefulness", "feeling a need to see others suffer", "spitefulness"]]}, {"answer": "mall", "hint": "synonyms for mall", "clues": [["promenade", "a public area set aside as a pedestrian walk", "promenade"], ["shopping center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping center"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "plaza"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "center"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping mall"]]}, {"answer": "malodor", "hint": "synonyms for malodor", "clues": [["fetor", "a distinctive odor that is offensively unpleasant", "fetor"], ["mephitis", "a distinctive odor that is offensively unpleasant", "mephitis"], ["stench", "a distinctive odor that is offensively unpleasant", "stench"], ["stink", "a distinctive odor that is offensively unpleasant", "stink"], ["malodour", "a distinctive odor that is offensively unpleasant", "malodour"], ["reek", "a distinctive odor that is offensively unpleasant", "reek"]]}, {"answer": "malodorousness", "hint": "synonyms for malodorousness", "clues": [["stinkiness", "the attribute of having a strong offensive smell", "stinkiness"], ["foulness", "the attribute of having a strong offensive smell", "foulness"], ["rankness", "the attribute of having a strong offensive smell", "rankness"], ["fetidness", "the attribute of having a strong offensive smell", "fetidness"]]}, {"answer": "malodour", "hint": "synonyms for malodour", "clues": [["fetor", "a distinctive odor that is offensively unpleasant", "fetor"], ["mephitis", "a distinctive odor that is offensively unpleasant", "mephitis"], ["stench", "a distinctive odor that is offensively unpleasant", "stench"], ["stink", "a distinctive odor that is offensively unpleasant", "stink"], ["malodor", "a distinctive odor that is offensively unpleasant", "malodor"], ["reek", "a distinctive odor that is offensively unpleasant", "reek"]]}, {"answer": "mammee", "hint": "synonyms for mammee", "clues": [["mamey", "globular or ovoid tropical fruit with thick russet leathery rind and juicy yellow or reddish flesh", "mamey"], ["mammee apple", "globular or ovoid tropical fruit with thick russet leathery rind and juicy yellow or reddish flesh", "mammee apple"], ["marmalade plum", "brown oval fruit flesh makes excellent sherbet", "marmalade plum"], ["sapote", "brown oval fruit flesh makes excellent sherbet", "sapote"]]}, {"answer": "maneuver", "hint": "synonyms for maneuver", "clues": [["manoeuvre", "a deliberate coordinated movement requiring dexterity and skill", "manoeuvre"], ["tactic", "a plan for attaining a particular goal", "tactic"], ["play", "a deliberate coordinated movement requiring dexterity and skill", "play"], ["tactical manoeuvre", "a move made to gain a tactical end", "tactical manoeuvre"], ["evasive action", "an action aimed at evading an opponent", "evasive action"], ["simulated military operation", "a military training exercise", "simulated military operation"]]}, {"answer": "mangonel", "hint": "synonyms for mangonel", "clues": [["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"]]}, {"answer": "manifestation", "hint": "synonyms for manifestation", "clues": [["reflection", "expression without words", "reflection"], ["demonstration", "a public display of group feelings (usually of a political nature)", "demonstration"], ["expression", "expression without words", "expression"], ["materialization", "an appearance in bodily form (as of a disembodied spirit)", "materialization"], ["reflexion", "expression without words", "reflexion"]]}, {"answer": "manikin", "hint": "synonyms for manikin", "clues": [["mannikin", "a life-size dummy used to display clothes", "mannikin"], ["form", "a life-size dummy used to display clothes", "form"], ["mannequin", "a life-size dummy used to display clothes", "mannequin"], ["manakin", "a life-size dummy used to display clothes", "manakin"]]}, {"answer": "manna_from_heaven", "hint": "synonyms for manna from heaven", "clues": [["miraculous food", "(Old Testament) food that God gave the Israelites during the Exodus", "miraculous food"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bunce"], ["windfall", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "windfall"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "boom"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"], ["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bonanza"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gravy"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gold rush"], ["manna", "(Old Testament) food that God gave the Israelites during the Exodus", "manna"]]}, {"answer": "manner", "hint": "synonyms for manner", "clues": [["fashion", "how something is done or how it happens", "fashion"], ["personal manner", "a way of acting or behaving", "personal manner"], ["way", "how something is done or how it happens", "way"], ["mode", "how something is done or how it happens", "mode"], ["style", "how something is done or how it happens", "style"]]}, {"answer": "mannerism", "hint": "synonyms for mannerism", "clues": [["pose", "a deliberate pretense or exaggerated display", "pose"], ["affectedness", "a deliberate pretense or exaggerated display", "affectedness"], ["foible", "a behavioral attribute that is distinctive and peculiar to an individual", "foible"], ["idiosyncrasy", "a behavioral attribute that is distinctive and peculiar to an individual", "idiosyncrasy"], ["affectation", "a deliberate pretense or exaggerated display", "affectation"]]}, {"answer": "manners", "hint": "synonyms for manners", "clues": [["fashion", "how something is done or how it happens", "fashion"], ["manner", "how something is done or how it happens", "manner"], ["style", "how something is done or how it happens", "style"], ["personal manner", "a way of acting or behaving", "personal manner"], ["mode", "how something is done or how it happens", "mode"], ["way", "how something is done or how it happens", "way"]]}, {"answer": "manoeuvre", "hint": "synonyms for manoeuvre", "clues": [["tactic", "a plan for attaining a particular goal", "tactic"], ["play", "a deliberate coordinated movement requiring dexterity and skill", "play"], ["maneuver", "a military training exercise", "maneuver"], ["tactical manoeuvre", "a move made to gain a tactical end", "tactical manoeuvre"], ["evasive action", "an action aimed at evading an opponent", "evasive action"], ["simulated military operation", "a military training exercise", "simulated military operation"]]}, {"answer": "manse", "hint": "synonyms for manse", "clues": [["mansion", "a large and imposing house", "mansion"], ["hall", "a large and imposing house", "hall"], ["mansion house", "a large and imposing house", "mansion house"], ["residence", "a large and imposing house", "residence"]]}, {"answer": "mansion", "hint": "synonyms for mansion", "clues": [["house", "(astrology) one of 12 equal areas into which the zodiac is divided", "house"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign"], ["mansion house", "a large and imposing house", "mansion house"], ["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "star sign"], ["residence", "a large and imposing house", "residence"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided", "planetary house"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign of the zodiac"], ["manse", "a large and imposing house", "manse"], ["hall", "a large and imposing house", "hall"]]}, {"answer": "mansion_house", "hint": "synonyms for mansion house", "clues": [["mansion", "a large and imposing house", "mansion"], ["hall", "a large and imposing house", "hall"], ["residence", "a large and imposing house", "residence"], ["manse", "a large and imposing house", "manse"]]}, {"answer": "mantelpiece", "hint": "synonyms for mantelpiece", "clues": [["mantel", "shelf that projects from wall above fireplace", "mantel"], ["mantlepiece", "shelf that projects from wall above fireplace", "mantlepiece"], ["chimneypiece", "shelf that projects from wall above fireplace", "chimneypiece"], ["mantle", "shelf that projects from wall above fireplace", "mantle"]]}, {"answer": "mantle", "hint": "synonyms for mantle", "clues": [["blanket", "anything that covers", "blanket"], ["curtain", "hanging cloth used as a blind (especially for a window)", "curtain"], ["drape", "hanging cloth used as a blind (especially for a window)", "drape"], ["pall", "hanging cloth used as a blind (especially for a window)", "pall"], ["drapery", "hanging cloth used as a blind (especially for a window)", "drapery"], ["mantel", "shelf that projects from wall above fireplace", "mantel"], ["mantlepiece", "shelf that projects from wall above fireplace", "mantlepiece"], ["cape", "a sleeveless garment like a cloak but shorter", "cape"], ["chimneypiece", "shelf that projects from wall above fireplace", "chimneypiece"]]}, {"answer": "mantlepiece", "hint": "synonyms for mantlepiece", "clues": [["mantel", "shelf that projects from wall above fireplace", "mantel"], ["mantelpiece", "shelf that projects from wall above fireplace", "mantelpiece"], ["chimneypiece", "shelf that projects from wall above fireplace", "chimneypiece"], ["mantle", "shelf that projects from wall above fireplace", "mantle"]]}, {"answer": "map", "hint": "synonyms for map", "clues": [["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "function"], ["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "single-valued function"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mapping"], ["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mathematical function"]]}, {"answer": "mapping", "hint": "synonyms for mapping", "clues": [["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "map"], ["chromosome mapping", "(genetics) the process of locating genes on a chromosome", "chromosome mapping"], ["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mathematical function"], ["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "function"], ["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "single-valued function"]]}, {"answer": "march", "hint": "synonyms for march", "clues": [["border district", "district consisting of the area on either side of a border or boundary of a country or an area", "border district"], ["borderland", "district consisting of the area on either side of a border or boundary of a country or an area", "borderland"], ["marching", "the act of marching; walking with regular steps (especially in a procession of some kind)", "marching"], ["marchland", "district consisting of the area on either side of a border or boundary of a country or an area", "marchland"], ["marching music", "genre of music written for marching", "marching music"]]}, {"answer": "marches", "hint": "synonyms for marches", "clues": [["marching", "the act of marching; walking with regular steps (especially in a procession of some kind)", "marching"], ["borderland", "district consisting of the area on either side of a border or boundary of a country or an area", "borderland"], ["marchland", "district consisting of the area on either side of a border or boundary of a country or an area", "marchland"], ["marching music", "genre of music written for marching", "marching music"], ["border district", "district consisting of the area on either side of a border or boundary of a country or an area", "border district"]]}, {"answer": "margarin", "hint": "synonyms for margarin", "clues": [["glycerol trimargarate", "a glyceryl ester of margaric acid", "glycerol trimargarate"], ["margarine", "a spread made chiefly from vegetable oils and used as a substitute for butter", "margarine"], ["oleo", "a spread made chiefly from vegetable oils and used as a substitute for butter", "oleo"], ["oleomargarine", "a spread made chiefly from vegetable oils and used as a substitute for butter", "oleomargarine"], ["marge", "a spread made chiefly from vegetable oils and used as a substitute for butter", "marge"]]}, {"answer": "margarine", "hint": "synonyms for margarine", "clues": [["oleomargarine", "a spread made chiefly from vegetable oils and used as a substitute for butter", "oleomargarine"], ["oleo", "a spread made chiefly from vegetable oils and used as a substitute for butter", "oleo"], ["margarin", "a spread made chiefly from vegetable oils and used as a substitute for butter", "margarin"], ["marge", "a spread made chiefly from vegetable oils and used as a substitute for butter", "marge"]]}, {"answer": "margin", "hint": "synonyms for margin", "clues": [["tolerance", "a permissible difference; allowing some freedom to move within limits", "tolerance"], ["allowance", "a permissible difference; allowing some freedom to move within limits", "allowance"], ["gross profit", "(finance) the net sales minus the cost of goods and services sold", "gross profit"], ["security deposit", "the amount of collateral a customer deposits with a broker when borrowing from the broker to buy securities", "security deposit"], ["gross profit margin", "(finance) the net sales minus the cost of goods and services sold", "gross profit margin"], ["perimeter", "the boundary line or the area immediately inside the boundary", "perimeter"], ["border", "the boundary line or the area immediately inside the boundary", "border"], ["leeway", "a permissible difference; allowing some freedom to move within limits", "leeway"]]}, {"answer": "marijuana_cigarette", "hint": "synonyms for marijuana cigarette", "clues": [["stick", "marijuana leaves rolled into a cigarette for smoking", "stick"], ["joint", "marijuana leaves rolled into a cigarette for smoking", "joint"], ["spliff", "marijuana leaves rolled into a cigarette for smoking", "spliff"], ["reefer", "marijuana leaves rolled into a cigarette for smoking", "reefer"]]}, {"answer": "mark", "hint": "synonyms for mark", "clues": [["stigma", "a symbol of disgrace or infamy; --Genesis", "stigma"], ["scar", "an indication of damage", "scar"], ["print", "a visible indication made on a surface", "print"], ["target", "a reference point to shoot at", "target"], ["stain", "a symbol of disgrace or infamy; --Genesis", "stain"], ["home run", "something that exactly succeeds in achieving its goal", "home run"], ["scrape", "an indication of damage", "scrape"], ["crisscross", "a marking that consists of lines that cross each other", "crisscross"], ["bull's eye", "something that exactly succeeds in achieving its goal", "bull's eye"], ["score", "a number or letter indicating quality (especially of a student's performance)", "score"], ["sign", "a perceptible indication of something not immediately apparent (as a visible clue that something has happened)", "sign"], ["brand", "a symbol of disgrace or infamy; --Genesis", "brand"], ["cross", "a marking that consists of lines that cross each other", "cross"], ["marking", "a distinguishing symbol", "marking"], ["grade", "a number or letter indicating quality (especially of a student's performance)", "grade"], ["scratch", "an indication of damage", "scratch"], ["bell ringer", "something that exactly succeeds in achieving its goal", "bell ringer"], ["marker", "a distinguishing symbol", "marker"]]}, {"answer": "market", "hint": "synonyms for market", "clues": [["market place", "the world of commercial activity where goods and services are bought and sold", "market place"], ["food market", "a marketplace where groceries are sold", "food market"], ["grocery store", "a marketplace where groceries are sold", "grocery store"], ["mart", "an area in a town where a public mercantile establishment is set up", "mart"], ["securities industry", "the securities markets in the aggregate", "securities industry"], ["grocery", "a marketplace where groceries are sold", "grocery"]]}, {"answer": "marking", "hint": "synonyms for marking", "clues": [["scoring", "evaluation of performance by assigning a grade or score", "scoring"], ["grading", "evaluation of performance by assigning a grade or score", "grading"], ["mark", "a distinguishing symbol", "mark"], ["marker", "a distinguishing symbol", "marker"]]}, {"answer": "marks", "hint": "synonyms for marks", "clues": [["stigma", "a symbol of disgrace or infamy; --Genesis", "stigma"], ["stain", "a symbol of disgrace or infamy; --Genesis", "stain"], ["home run", "something that exactly succeeds in achieving its goal", "home run"], ["bull's eye", "something that exactly succeeds in achieving its goal", "bull's eye"], ["mark", "a reference point to shoot at", "mark"], ["scar", "an indication of damage", "scar"], ["print", "a visible indication made on a surface", "print"], ["target", "a reference point to shoot at", "target"], ["scrape", "an indication of damage", "scrape"], ["crisscross", "a marking that consists of lines that cross each other", "crisscross"], ["score", "a number or letter indicating quality (especially of a student's performance)", "score"], ["sign", "a perceptible indication of something not immediately apparent (as a visible clue that something has happened)", "sign"], ["brand", "a symbol of disgrace or infamy; --Genesis", "brand"], ["cross", "a marking that consists of lines that cross each other", "cross"], ["grade", "a number or letter indicating quality (especially of a student's performance)", "grade"], ["scratch", "an indication of damage", "scratch"], ["bell ringer", "something that exactly succeeds in achieving its goal", "bell ringer"], ["marker", "a distinguishing symbol", "marker"]]}, {"answer": "marriage", "hint": "synonyms for marriage", "clues": [["wedding", "the act of marrying; the nuptial ceremony", "wedding"], ["married couple", "two people who are married to each other", "married couple"], ["man and wife", "two people who are married to each other", "man and wife"], ["marriage ceremony", "the act of marrying; the nuptial ceremony", "marriage ceremony"]]}, {"answer": "marrow", "hint": "synonyms for marrow", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["bone marrow", "very tender and very nutritious tissue from marrowbones", "bone marrow"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["vegetable marrow", "large elongated squash with creamy to deep green skins", "vegetable marrow"]]}, {"answer": "mary_jane", "hint": "synonyms for mary jane", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["skunk", "street names for marijuana", "skunk"], ["weed", "street names for marijuana", "weed"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["locoweed", "street names for marijuana", "locoweed"]]}, {"answer": "masquerade", "hint": "synonyms for masquerade", "clues": [["fancy dress", "a costume worn as a disguise at a masquerade party", "fancy dress"], ["masque", "a party of guests wearing costumes and masks", "masque"], ["masquerade costume", "a costume worn as a disguise at a masquerade party", "masquerade costume"], ["mask", "a party of guests wearing costumes and masks", "mask"], ["masquerade party", "a party of guests wearing costumes and masks", "masquerade party"]]}, {"answer": "mass_murder", "hint": "synonyms for mass murder", "clues": [["butchery", "the savage and excessive killing of many people", "butchery"], ["slaughter", "the savage and excessive killing of many people", "slaughter"], ["massacre", "the savage and excessive killing of many people", "massacre"], ["carnage", "the savage and excessive killing of many people", "carnage"]]}, {"answer": "massacre", "hint": "synonyms for massacre", "clues": [["butchery", "the savage and excessive killing of many people", "butchery"], ["slaughter", "the savage and excessive killing of many people", "slaughter"], ["mass murder", "the savage and excessive killing of many people", "mass murder"], ["carnage", "the savage and excessive killing of many people", "carnage"]]}, {"answer": "masses", "hint": "synonyms for masses", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["masse", "a shot in billiards made by hitting the cue ball with the cue held nearly vertically; the cue ball spins around another ball before hitting the object ball", "masse"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["bulk", "the property of something that is great in magnitude", "bulk"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["the great unwashed", "the common people generally", "the great unwashed"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["hoi polloi", "the common people generally", "hoi polloi"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["people", "the common people generally", "people"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"], ["multitude", "the common people generally", "multitude"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["volume", "the property of something that is great in magnitude", "volume"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["masse shot", "a shot in billiards made by hitting the cue ball with the cue held nearly vertically; the cue ball spins around another ball before hitting the object ball", "masse shot"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "massiveness", "hint": "synonyms for massiveness", "clues": [["ponderosity", "the property of being large in mass", "ponderosity"], ["ponderousness", "the property of being large in mass", "ponderousness"], ["bulkiness", "an unwieldy largeness", "bulkiness"], ["heftiness", "the property of being large in mass", "heftiness"], ["heft", "the property of being large in mass", "heft"]]}, {"answer": "masters", "hint": "synonyms for masters", "clues": [["master copy", "an original creation (i.e., an audio recording) from which copies can be made", "master copy"], ["master", "key that secures entrance everywhere", "master"], ["passe-partout", "key that secures entrance everywhere", "passe-partout"], ["original", "an original creation (i.e., an audio recording) from which copies can be made", "original"], ["master key", "key that secures entrance everywhere", "master key"], ["passkey", "key that secures entrance everywhere", "passkey"]]}, {"answer": "match", "hint": "synonyms for match", "clues": [["mates", "a pair of people who live together", "mates"], ["couple", "a pair of people who live together", "couple"], ["lucifer", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction", "lucifer"], ["friction match", "lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction", "friction match"]]}, {"answer": "maternity", "hint": "synonyms for maternity", "clues": [["maternal quality", "the quality of having or showing the tenderness and warmth and affection of or befitting a mother", "maternal quality"], ["motherliness", "the quality of having or showing the tenderness and warmth and affection of or befitting a mother", "motherliness"], ["motherhood", "the kinship relation between an offspring and the mother", "motherhood"], ["maternalism", "the quality of having or showing the tenderness and warmth and affection of or befitting a mother", "maternalism"]]}, {"answer": "mates", "hint": "synonyms for mates", "clues": [["mate", "one of a pair", "mate"], ["checkmate", "a chess move constituting an inescapable and indefensible attack on the opponent's king", "checkmate"], ["fellow", "one of a pair", "fellow"], ["couple", "a pair of people who live together", "couple"], ["match", "a pair of people who live together", "match"]]}, {"answer": "mathematical_function", "hint": "synonyms for mathematical function", "clues": [["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "function"], ["single-valued function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "single-valued function"], ["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "map"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mapping"]]}, {"answer": "mating", "hint": "synonyms for mating", "clues": [["conjugation", "the act of pairing a male and female for reproductive purposes", "conjugation"], ["pairing", "the act of pairing a male and female for reproductive purposes", "pairing"], ["union", "the act of pairing a male and female for reproductive purposes", "union"], ["sexual union", "the act of pairing a male and female for reproductive purposes", "sexual union"], ["coupling", "the act of pairing a male and female for reproductive purposes", "coupling"]]}, {"answer": "matter", "hint": "synonyms for matter", "clues": [["issue", "some situation or event that is thought about", "issue"], ["thing", "a vaguely specified concern", "thing"], ["affair", "a vaguely specified concern", "affair"], ["subject", "some situation or event that is thought about", "subject"], ["topic", "some situation or event that is thought about", "topic"]]}, {"answer": "maturation", "hint": "synonyms for maturation", "clues": [["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "development"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogeny"], ["maturement", "coming to full development; becoming mature", "maturement"], ["ripening", "coming to full development; becoming mature", "ripening"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growing"], ["suppuration", "(medicine) the formation of morbific matter in an abscess or a vesicle and the discharge of pus", "suppuration"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogenesis"], ["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growth"], ["festering", "(medicine) the formation of morbific matter in an abscess or a vesicle and the discharge of pus", "festering"]]}, {"answer": "mawkishness", "hint": "synonyms for mawkishness", "clues": [["soupiness", "falsely emotional in a maudlin way", "soupiness"], ["bathos", "insincere pathos", "bathos"], ["drippiness", "falsely emotional in a maudlin way", "drippiness"], ["sloppiness", "falsely emotional in a maudlin way", "sloppiness"], ["sentimentality", "falsely emotional in a maudlin way", "sentimentality"], ["mushiness", "falsely emotional in a maudlin way", "mushiness"]]}, {"answer": "max", "hint": "synonyms for max", "clues": [["scoop", "street names for gamma hydroxybutyrate", "scoop"], ["grievous bodily harm", "street names for gamma hydroxybutyrate", "grievous bodily harm"], ["liquid ecstasy", "street names for gamma hydroxybutyrate", "liquid ecstasy"], ["soap", "street names for gamma hydroxybutyrate", "soap"], ["easy lay", "street names for gamma hydroxybutyrate", "easy lay"], ["goop", "street names for gamma hydroxybutyrate", "goop"]]}, {"answer": "meagerness", "hint": "synonyms for meagerness", "clues": [["leanness", "the quality of being meager; -George Eliot", "leanness"], ["scantness", "the quality of being meager; -George Eliot", "scantness"], ["exiguity", "the quality of being meager; -George Eliot", "exiguity"], ["poorness", "the quality of being meager; -George Eliot", "poorness"], ["meagreness", "the quality of being meager; -George Eliot", "meagreness"]]}, {"answer": "meagreness", "hint": "synonyms for meagreness", "clues": [["meagerness", "the quality of being meager; -George Eliot", "meagerness"], ["leanness", "the quality of being meager; -George Eliot", "leanness"], ["scantness", "the quality of being meager; -George Eliot", "scantness"], ["exiguity", "the quality of being meager; -George Eliot", "exiguity"], ["poorness", "the quality of being meager; -George Eliot", "poorness"]]}, {"answer": "mean_solar_day", "hint": "synonyms for mean solar day", "clues": [["24-hour interval", "time for Earth to make a complete rotation on its axis", "24-hour interval"], ["twenty-four hour period", "time for Earth to make a complete rotation on its axis", "twenty-four hour period"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis", "twenty-four hours"], ["day", "time for Earth to make a complete rotation on its axis", "day"], ["solar day", "time for Earth to make a complete rotation on its axis", "solar day"]]}, {"answer": "meaninglessness", "hint": "synonyms for meaninglessness", "clues": [["hokum", "a message that seems to convey no meaning", "hokum"], ["bunk", "a message that seems to convey no meaning", "bunk"], ["nonsense", "a message that seems to convey no meaning", "nonsense"], ["nonsensicality", "a message that seems to convey no meaning", "nonsensicality"]]}, {"answer": "meanness", "hint": "synonyms for meanness", "clues": [["minginess", "extreme stinginess", "minginess"], ["closeness", "extreme stinginess", "closeness"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["parsimoniousness", "extreme stinginess", "parsimoniousness"], ["niggardliness", "extreme stinginess", "niggardliness"], ["tightness", "extreme stinginess", "tightness"], ["beastliness", "the quality of being deliberately mean", "beastliness"], ["parsimony", "extreme stinginess", "parsimony"]]}, {"answer": "means", "hint": "synonyms for means", "clues": [["way", "how a result is obtained or an end is achieved", "way"], ["substance", "considerable capital (wealth or income)", "substance"], ["mean", "an average of n numbers computed by adding some function of the numbers and dividing by some function of n", "mean"], ["mean value", "an average of n numbers computed by adding some function of the numbers and dividing by some function of n", "mean value"], ["agency", "how a result is obtained or an end is achieved", "agency"]]}, {"answer": "measure", "hint": "synonyms for measure", "clues": [["measuring rod", "measuring instrument having a sequence of marks at regular intervals; used as a reference in making measurements", "measuring rod"], ["metre", "(prosody) the accent in a metrical foot of verse", "metre"], ["mensuration", "the act or process of assigning numbers to phenomena according to a rule", "mensuration"], ["standard", "a basis for comparison; a reference point against which other things can be evaluated", "standard"], ["bill", "a statute in draft before it becomes law", "bill"], ["bar", "musical notation for a repeating pattern of musical beats", "bar"], ["measuring", "the act or process of assigning numbers to phenomena according to a rule", "measuring"], ["step", "any maneuver made as part of progress toward a goal", "step"], ["measuring stick", "measuring instrument having a sequence of marks at regular intervals; used as a reference in making measurements", "measuring stick"], ["measurement", "the act or process of assigning numbers to phenomena according to a rule", "measurement"], ["cadence", "(prosody) the accent in a metrical foot of verse", "cadence"], ["meter", "(prosody) the accent in a metrical foot of verse", "meter"], ["quantity", "how much there is or how many there are of something that you can quantify", "quantity"], ["amount", "how much there is or how many there are of something that you can quantify", "amount"], ["beat", "(prosody) the accent in a metrical foot of verse", "beat"], ["criterion", "a basis for comparison; a reference point against which other things can be evaluated", "criterion"], ["touchstone", "a basis for comparison; a reference point against which other things can be evaluated", "touchstone"]]}, {"answer": "meat", "hint": "synonyms for meat", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"]]}, {"answer": "medal", "hint": "synonyms for medal", "clues": [["laurel wreath", "an award for winning a championship or commemorating some other event", "laurel wreath"], ["ribbon", "an award for winning a championship or commemorating some other event", "ribbon"], ["palm", "an award for winning a championship or commemorating some other event", "palm"], ["medallion", "an award for winning a championship or commemorating some other event", "medallion"], ["decoration", "an award for winning a championship or commemorating some other event", "decoration"]]}, {"answer": "medallion", "hint": "synonyms for medallion", "clues": [["laurel wreath", "an award for winning a championship or commemorating some other event", "laurel wreath"], ["medal", "an award for winning a championship or commemorating some other event", "medal"], ["ribbon", "an award for winning a championship or commemorating some other event", "ribbon"], ["palm", "an award for winning a championship or commemorating some other event", "palm"], ["decoration", "an award for winning a championship or commemorating some other event", "decoration"]]}, {"answer": "medical_checkup", "hint": "synonyms for medical checkup", "clues": [["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical examination"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical exam"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "health check"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "checkup"]]}, {"answer": "medical_exam", "hint": "synonyms for medical exam", "clues": [["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical"], ["medical examination", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical examination"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "health check"], ["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical checkup"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "checkup"]]}, {"answer": "medical_examination", "hint": "synonyms for medical examination", "clues": [["medical", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical"], ["medical exam", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical exam"], ["health check", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "health check"], ["medical checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "medical checkup"], ["checkup", "a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person", "checkup"]]}, {"answer": "medicine", "hint": "synonyms for medicine", "clues": [["practice of medicine", "the learned profession that is mastered by graduate training in a medical school and that is devoted to preventing or alleviating or curing diseases and injuries", "practice of medicine"], ["medicinal drug", "(medicine) something that treats or prevents or alleviates the symptoms of disease", "medicinal drug"], ["music", "punishment for one's actions", "music"], ["medication", "(medicine) something that treats or prevents or alleviates the symptoms of disease", "medication"], ["medical specialty", "the branches of medical science that deal with nonsurgical techniques", "medical specialty"], ["medicament", "(medicine) something that treats or prevents or alleviates the symptoms of disease", "medicament"]]}, {"answer": "meeting", "hint": "synonyms for meeting", "clues": [["get together", "a small informal social gathering", "get together"], ["merging", "the act of joining together as one", "merging"], ["group meeting", "a formally arranged gathering", "group meeting"], ["coming together", "the act of joining together as one", "coming together"], ["confluence", "a place where things merge or flow together (especially rivers)", "confluence"], ["encounter", "a casual or unexpected convergence", "encounter"]]}, {"answer": "megabucks", "hint": "synonyms for megabucks", "clues": [["big bucks", "a large sum of money (especially as pay or profit)", "big bucks"], ["big money", "a large sum of money (especially as pay or profit)", "big money"], ["pile", "a large sum of money (especially as pay or profit)", "pile"], ["bundle", "a large sum of money (especially as pay or profit)", "bundle"]]}, {"answer": "melange", "hint": "synonyms for melange", "clues": [["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"]]}, {"answer": "melodic_line", "hint": "synonyms for melodic line", "clues": [["air", "a succession of notes forming a distinctive sequence", "air"], ["melodic phrase", "a succession of notes forming a distinctive sequence", "melodic phrase"], ["melody", "a succession of notes forming a distinctive sequence", "melody"], ["strain", "a succession of notes forming a distinctive sequence", "strain"], ["tune", "a succession of notes forming a distinctive sequence", "tune"], ["line", "a succession of notes forming a distinctive sequence", "line"]]}, {"answer": "melodic_phrase", "hint": "synonyms for melodic phrase", "clues": [["melodic line", "a succession of notes forming a distinctive sequence", "melodic line"], ["air", "a succession of notes forming a distinctive sequence", "air"], ["melody", "a succession of notes forming a distinctive sequence", "melody"], ["strain", "a succession of notes forming a distinctive sequence", "strain"], ["tune", "a succession of notes forming a distinctive sequence", "tune"], ["line", "a succession of notes forming a distinctive sequence", "line"]]}, {"answer": "melody", "hint": "synonyms for melody", "clues": [["melodic line", "a succession of notes forming a distinctive sequence", "melodic line"], ["melodic phrase", "a succession of notes forming a distinctive sequence", "melodic phrase"], ["air", "a succession of notes forming a distinctive sequence", "air"], ["strain", "a succession of notes forming a distinctive sequence", "strain"], ["tune", "a succession of notes forming a distinctive sequence", "tune"], ["line", "a succession of notes forming a distinctive sequence", "line"], ["tonal pattern", "the perception of pleasant arrangements of musical notes", "tonal pattern"]]}, {"answer": "memorial_park", "hint": "synonyms for memorial park", "clues": [["cemetery", "a tract of land used for burials", "cemetery"], ["graveyard", "a tract of land used for burials", "graveyard"], ["burying ground", "a tract of land used for burials", "burying ground"], ["necropolis", "a tract of land used for burials", "necropolis"], ["burial ground", "a tract of land used for burials", "burial ground"], ["burial site", "a tract of land used for burials", "burial site"]]}, {"answer": "memory", "hint": "synonyms for memory", "clues": [["remembering", "the cognitive processes whereby past experience is remembered", "remembering"], ["store", "an electronic memory device", "store"], ["retention", "the power of retaining and recalling past experience", "retention"], ["retentivity", "the power of retaining and recalling past experience", "retentivity"], ["computer storage", "an electronic memory device", "computer storage"], ["computer memory", "an electronic memory device", "computer memory"], ["storage", "an electronic memory device", "storage"], ["retentiveness", "the power of retaining and recalling past experience", "retentiveness"], ["memory board", "an electronic memory device", "memory board"]]}, {"answer": "memory_board", "hint": "synonyms for memory board", "clues": [["store", "an electronic memory device", "store"], ["memory", "an electronic memory device", "memory"], ["computer storage", "an electronic memory device", "computer storage"], ["computer memory", "an electronic memory device", "computer memory"], ["storage", "an electronic memory device", "storage"]]}, {"answer": "men", "hint": "synonyms for men", "clues": [["manpower", "the force of workers available", "manpower"], ["workforce", "the force of workers available", "workforce"], ["piece", "game equipment consisting of an object used in playing certain board games", "piece"], ["hands", "the force of workers available", "hands"]]}, {"answer": "menage", "hint": "synonyms for menage", "clues": [["home", "a social unit living together", "home"], ["house", "a social unit living together", "house"], ["family", "a social unit living together", "family"], ["household", "a social unit living together", "household"]]}, {"answer": "mend", "hint": "synonyms for mend", "clues": [["darn", "sewing that repairs a worn or torn hole (especially in a garment)", "darn"], ["fixing", "the act of putting something in working order again", "fixing"], ["fixture", "the act of putting something in working order again", "fixture"], ["mending", "the act of putting something in working order again", "mending"], ["patch", "sewing that repairs a worn or torn hole (especially in a garment)", "patch"], ["reparation", "the act of putting something in working order again", "reparation"], ["repair", "the act of putting something in working order again", "repair"]]}, {"answer": "mending", "hint": "synonyms for mending", "clues": [["mend", "the act of putting something in working order again", "mend"], ["fix", "the act of putting something in working order again", "fix"], ["fixture", "the act of putting something in working order again", "fixture"], ["repair", "the act of putting something in working order again", "repair"], ["reparation", "the act of putting something in working order again", "reparation"]]}, {"answer": "menses", "hint": "synonyms for menses", "clues": [["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruation"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "period"], ["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruum"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "catamenia"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "flow"]]}, {"answer": "menstruation", "hint": "synonyms for menstruation", "clues": [["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "period"], ["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruum"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menses"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "catamenia"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "flow"]]}, {"answer": "menstruum", "hint": "synonyms for menstruum", "clues": [["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruation"], ["period", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "period"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menses"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "catamenia"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "flow"]]}, {"answer": "mental_capacity", "hint": "synonyms for mental capacity", "clues": [["mentality", "mental ability", "mentality"], ["brain", "mental ability", "brain"], ["brainpower", "mental ability", "brainpower"], ["learning ability", "mental ability", "learning ability"], ["wit", "mental ability", "wit"]]}, {"answer": "mental_confusion", "hint": "synonyms for mental confusion", "clues": [["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusion"], ["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior", "disarray"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusedness"], ["muddiness", "a mental state characterized by a lack of clear and orderly thought and behavior", "muddiness"]]}, {"answer": "mental_home", "hint": "synonyms for mental home", "clues": [["asylum", "a hospital for mentally incompetent or unbalanced person", "asylum"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person", "mental hospital"], ["mental institution", "a hospital for mentally incompetent or unbalanced person", "mental institution"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person", "psychiatric hospital"], ["institution", "a hospital for mentally incompetent or unbalanced person", "institution"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person", "insane asylum"]]}, {"answer": "mental_hospital", "hint": "synonyms for mental hospital", "clues": [["asylum", "a hospital for mentally incompetent or unbalanced person", "asylum"], ["mental institution", "a hospital for mentally incompetent or unbalanced person", "mental institution"], ["mental home", "a hospital for mentally incompetent or unbalanced person", "mental home"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person", "psychiatric hospital"], ["institution", "a hospital for mentally incompetent or unbalanced person", "institution"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person", "insane asylum"]]}, {"answer": "mental_institution", "hint": "synonyms for mental institution", "clues": [["asylum", "a hospital for mentally incompetent or unbalanced person", "asylum"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person", "mental hospital"], ["mental home", "a hospital for mentally incompetent or unbalanced person", "mental home"], ["psychiatric hospital", "a hospital for mentally incompetent or unbalanced person", "psychiatric hospital"], ["institution", "a hospital for mentally incompetent or unbalanced person", "institution"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person", "insane asylum"]]}, {"answer": "mental_process", "hint": "synonyms for mental process", "clues": [["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "operation"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive operation"], ["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive process"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "process"]]}, {"answer": "mental_retardation", "hint": "synonyms for mental retardation", "clues": [["retardation", "lack of normal development of intellectual capacities", "retardation"], ["slowness", "lack of normal development of intellectual capacities", "slowness"], ["backwardness", "lack of normal development of intellectual capacities", "backwardness"], ["subnormality", "lack of normal development of intellectual capacities", "subnormality"]]}, {"answer": "mentality", "hint": "synonyms for mentality", "clues": [["mindset", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations", "mindset"], ["brain", "mental ability", "brain"], ["mental capacity", "mental ability", "mental capacity"], ["outlook", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations", "outlook"], ["brainpower", "mental ability", "brainpower"], ["learning ability", "mental ability", "learning ability"], ["wit", "mental ability", "wit"]]}, {"answer": "mentation", "hint": "synonyms for mentation", "clues": [["thought process", "the process of using your mind to consider something carefully", "thought process"], ["cerebration", "the process of using your mind to consider something carefully", "cerebration"], ["intellection", "the process of using your mind to consider something carefully", "intellection"], ["thought", "the process of using your mind to consider something carefully", "thought"], ["thinking", "the process of using your mind to consider something carefully", "thinking"]]}, {"answer": "mention", "hint": "synonyms for mention", "clues": [["cite", "a short note recognizing a source of information or of a quoted passage", "cite"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage", "acknowledgment"], ["reference", "a remark that calls attention to something or someone", "reference"], ["credit", "a short note recognizing a source of information or of a quoted passage", "credit"], ["honorable mention", "an official recognition of merit", "honorable mention"], ["quotation", "a short note recognizing a source of information or of a quoted passage", "quotation"], ["citation", "a short note recognizing a source of information or of a quoted passage", "citation"]]}, {"answer": "menu", "hint": "synonyms for menu", "clues": [["carte du jour", "a list of dishes available at a restaurant", "carte du jour"], ["card", "a list of dishes available at a restaurant", "card"], ["fare", "an agenda of things to do", "fare"], ["carte", "a list of dishes available at a restaurant", "carte"], ["computer menu", "(computer science) a list of options available to a computer user", "computer menu"], ["bill of fare", "a list of dishes available at a restaurant", "bill of fare"]]}, {"answer": "meow", "hint": "synonyms for meow", "clues": [["miaul", "the sound made by a cat (or any sound resembling this)", "miaul"], ["mew", "the sound made by a cat (or any sound resembling this)", "mew"], ["miaow", "the sound made by a cat (or any sound resembling this)", "miaow"], ["miaou", "the sound made by a cat (or any sound resembling this)", "miaou"]]}, {"answer": "mephitis", "hint": "synonyms for mephitis", "clues": [["fetor", "a distinctive odor that is offensively unpleasant", "fetor"], ["stench", "a distinctive odor that is offensively unpleasant", "stench"], ["stink", "a distinctive odor that is offensively unpleasant", "stink"], ["malodour", "a distinctive odor that is offensively unpleasant", "malodour"], ["reek", "a distinctive odor that is offensively unpleasant", "reek"]]}, {"answer": "mercilessness", "hint": "synonyms for mercilessness", "clues": [["unmercifulness", "inhumaneness evidenced by an unwillingness to be kind or forgiving", "unmercifulness"], ["ruthlessness", "feelings of extreme heartlessness", "ruthlessness"], ["pitilessness", "feelings of extreme heartlessness", "pitilessness"], ["cruelty", "feelings of extreme heartlessness", "cruelty"]]}, {"answer": "meretriciousness", "hint": "synonyms for meretriciousness", "clues": [["glitz", "tasteless showiness", "glitz"], ["gaudiness", "tasteless showiness", "gaudiness"], ["brashness", "tasteless showiness", "brashness"], ["speciousness", "an appearance of truth that is false or deceptive; seeming plausibility", "speciousness"], ["tawdriness", "tasteless showiness", "tawdriness"], ["garishness", "tasteless showiness", "garishness"], ["loudness", "tasteless showiness", "loudness"], ["flashiness", "tasteless showiness", "flashiness"]]}, {"answer": "merger", "hint": "synonyms for merger", "clues": [["amalgamation", "the combination of two or more commercial companies", "amalgamation"], ["unification", "an occurrence that involves the production of a union", "unification"], ["fusion", "an occurrence that involves the production of a union", "fusion"], ["uniting", "the combination of two or more commercial companies", "uniting"]]}, {"answer": "mesh", "hint": "synonyms for mesh", "clues": [["engagement", "contact by fitting together", "engagement"], ["interlock", "the act of interlocking or meshing", "interlock"], ["network", "an open fabric of string or rope or wire woven together at regular intervals", "network"], ["meshing", "an open fabric of string or rope or wire woven together at regular intervals", "meshing"], ["net", "an open fabric of string or rope or wire woven together at regular intervals", "net"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals", "meshwork"], ["mesh topology", "the topology of a network whose components are all connected directly to every other component", "mesh topology"]]}, {"answer": "meshing", "hint": "synonyms for meshing", "clues": [["engagement", "contact by fitting together", "engagement"], ["interlock", "the act of interlocking or meshing", "interlock"], ["network", "an open fabric of string or rope or wire woven together at regular intervals", "network"], ["net", "an open fabric of string or rope or wire woven together at regular intervals", "net"], ["mesh", "an open fabric of string or rope or wire woven together at regular intervals", "mesh"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals", "meshwork"]]}, {"answer": "mess", "hint": "synonyms for mess", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["mess hall", "a (large) military dining room where service personnel eat or relax", "mess hall"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "messenger_rna", "hint": "synonyms for messenger rna", "clues": [["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "mRNA"], ["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "template RNA"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "informational RNA"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "messenger RNA"]]}, {"answer": "mete", "hint": "synonyms for mete", "clues": [["boundary line", "a line that indicates a boundary", "boundary line"], ["border", "a line that indicates a boundary", "border"], ["borderline", "a line that indicates a boundary", "borderline"], ["delimitation", "a line that indicates a boundary", "delimitation"]]}, {"answer": "meter", "hint": "synonyms for meter", "clues": [["m", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)", "m"], ["cadence", "(prosody) the accent in a metrical foot of verse", "cadence"], ["time", "rhythm as given by division into parts of equal duration", "time"], ["metre", "(prosody) the accent in a metrical foot of verse", "metre"], ["beat", "(prosody) the accent in a metrical foot of verse", "beat"], ["measure", "(prosody) the accent in a metrical foot of verse", "measure"]]}, {"answer": "meth", "hint": "synonyms for meth", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"]]}, {"answer": "methadon", "hint": "synonyms for methadon", "clues": [["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "synthetic heroin"], ["methadone", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadone"], ["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "fixer"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadone hydrochloride"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "dolophine hydrochloride"]]}, {"answer": "methadone", "hint": "synonyms for methadone", "clues": [["methadon", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadon"], ["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "synthetic heroin"], ["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "fixer"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadone hydrochloride"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "dolophine hydrochloride"]]}, {"answer": "methadone_hydrochloride", "hint": "synonyms for methadone hydrochloride", "clues": [["synthetic heroin", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "synthetic heroin"], ["methadone", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadone"], ["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "fixer"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "dolophine hydrochloride"]]}, {"answer": "methamphetamine", "hint": "synonyms for methamphetamine", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"]]}, {"answer": "methamphetamine_hydrochloride", "hint": "synonyms for methamphetamine hydrochloride", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"]]}, {"answer": "methane_series", "hint": "synonyms for methane series", "clues": [["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane"], ["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane series"], ["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin series"], ["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin"]]}, {"answer": "methedrine", "hint": "synonyms for methedrine", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"]]}, {"answer": "metier", "hint": "synonyms for metier", "clues": [["strength", "an asset of special worth or utility", "strength"], ["speciality", "an asset of special worth or utility", "speciality"], ["strong point", "an asset of special worth or utility", "strong point"], ["long suit", "an asset of special worth or utility", "long suit"], ["medium", "an occupation for which you are especially well suited", "medium"], ["forte", "an asset of special worth or utility", "forte"], ["strong suit", "an asset of special worth or utility", "strong suit"]]}, {"answer": "metre", "hint": "synonyms for metre", "clues": [["m", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)", "m"], ["cadence", "(prosody) the accent in a metrical foot of verse", "cadence"], ["meter", "(prosody) the accent in a metrical foot of verse", "meter"], ["time", "rhythm as given by division into parts of equal duration", "time"], ["beat", "(prosody) the accent in a metrical foot of verse", "beat"], ["measure", "(prosody) the accent in a metrical foot of verse", "measure"]]}, {"answer": "metrics", "hint": "synonyms for metrics", "clues": [["metric", "a system of related measures that facilitates the quantification of some particular characteristic", "metric"], ["metric unit", "a decimal unit of measurement of the metric system (based on meters and kilograms and seconds)", "metric unit"], ["metric function", "a function of a topological space that gives, for any two points in the space, a value equal to the distance between them", "metric function"], ["prosody", "the study of poetic meter and the art of versification", "prosody"], ["system of measurement", "a system of related measures that facilitates the quantification of some particular characteristic", "system of measurement"]]}, {"answer": "metro", "hint": "synonyms for metro", "clues": [["subway system", "an electric railway operating below the surface of the ground (usually in a city)", "subway system"], ["subway", "an electric railway operating below the surface of the ground (usually in a city)", "subway"], ["underground", "an electric railway operating below the surface of the ground (usually in a city)", "underground"], ["tube", "an electric railway operating below the surface of the ground (usually in a city)", "tube"]]}, {"answer": "mew", "hint": "synonyms for mew", "clues": [["miaul", "the sound made by a cat (or any sound resembling this)", "miaul"], ["miaou", "the sound made by a cat (or any sound resembling this)", "miaou"], ["meow", "the sound made by a cat (or any sound resembling this)", "meow"], ["miaow", "the sound made by a cat (or any sound resembling this)", "miaow"]]}, {"answer": "mews", "hint": "synonyms for mews", "clues": [["mew", "the sound made by a cat (or any sound resembling this)", "mew"], ["miaow", "the sound made by a cat (or any sound resembling this)", "miaow"], ["miaul", "the sound made by a cat (or any sound resembling this)", "miaul"], ["miaou", "the sound made by a cat (or any sound resembling this)", "miaou"]]}, {"answer": "mexican_valium", "hint": "synonyms for mexican valium", "clues": [["circle", "street names for flunitrazepan", "circle"], ["roach", "street names for flunitrazepan", "roach"], ["rophy", "street names for flunitrazepan", "rophy"], ["roofy", "street names for flunitrazepan", "roofy"], ["forget me drug", "street names for flunitrazepan", "forget me drug"], ["rope", "street names for flunitrazepan", "rope"]]}, {"answer": "mi", "hint": "synonyms for mi", "clues": [["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mile"], ["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "nautical mile"], ["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "knot"], ["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "statute mile"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "air mile"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "geographical mile"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "international mile"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "stat mi"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "naut mi"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "international nautical mile"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "land mile"]]}, {"answer": "mickle", "hint": "synonyms for mickle", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "micro_chip", "hint": "synonyms for micro chip", "clues": [["microchip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "microchip"], ["chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "chip"], ["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "microprocessor chip"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "silicon chip"]]}, {"answer": "microchip", "hint": "synonyms for microchip", "clues": [["chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "chip"], ["microprocessor chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "microprocessor chip"], ["micro chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "micro chip"], ["silicon chip", "electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit", "silicon chip"]]}, {"answer": "micromillimeter", "hint": "synonyms for micromillimeter", "clues": [["nm", "a metric unit of length equal to one billionth of a meter", "nm"], ["millimicron", "a metric unit of length equal to one billionth of a meter", "millimicron"], ["nanometre", "a metric unit of length equal to one billionth of a meter", "nanometre"], ["micromillimetre", "a metric unit of length equal to one billionth of a meter", "micromillimetre"]]}, {"answer": "micromillimetre", "hint": "synonyms for micromillimetre", "clues": [["nm", "a metric unit of length equal to one billionth of a meter", "nm"], ["millimicron", "a metric unit of length equal to one billionth of a meter", "millimicron"], ["micromillimeter", "a metric unit of length equal to one billionth of a meter", "micromillimeter"], ["nanometre", "a metric unit of length equal to one billionth of a meter", "nanometre"]]}, {"answer": "midday", "hint": "synonyms for midday", "clues": [["noonday", "the middle of the day", "noonday"], ["high noon", "the middle of the day", "high noon"], ["noon", "the middle of the day", "noon"], ["twelve noon", "the middle of the day", "twelve noon"], ["noontide", "the middle of the day", "noontide"]]}, {"answer": "midden", "hint": "synonyms for midden", "clues": [["kitchen midden", "(archeology) a mound of domestic refuse containing shells and animal bones marking the site of a prehistoric settlement", "kitchen midden"], ["dunghill", "a heap of dung or refuse", "dunghill"], ["muckheap", "a heap of dung or refuse", "muckheap"], ["muckhill", "a heap of dung or refuse", "muckhill"]]}, {"answer": "middle_buster", "hint": "synonyms for middle buster", "clues": [["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plough"], ["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plow"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister"], ["middlebreaker", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middlebreaker"]]}, {"answer": "middlebreaker", "hint": "synonyms for middlebreaker", "clues": [["lister plough", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plough"], ["lister plow", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister plow"], ["lister", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "lister"], ["middle buster", "moldboard plow with a double moldboard designed to move dirt to either side of a central furrow", "middle buster"]]}, {"answer": "mil", "hint": "synonyms for mil", "clues": [["milliliter", "a metric unit of volume equal to one thousandth of a liter", "milliliter"], ["cc", "a metric unit of volume equal to one thousandth of a liter", "cc"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter", "cubic centimetre"], ["ml", "a metric unit of volume equal to one thousandth of a liter", "ml"], ["mile", "a Swedish unit of length equivalent to 10 km", "mile"]]}, {"answer": "mildness", "hint": "synonyms for mildness", "clues": [["softness", "acting in a manner that is gentle and mild and even-tempered", "softness"], ["gentleness", "acting in a manner that is gentle and mild and even-tempered", "gentleness"], ["leniency", "mercifulness as a consequence of being lenient or tolerant", "leniency"], ["lenity", "mercifulness as a consequence of being lenient or tolerant", "lenity"]]}, {"answer": "mile", "hint": "synonyms for mile", "clues": [["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "knot"], ["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "nautical mile"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "naut mi"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "air mile"], ["mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mi"], ["mil", "a Swedish unit of length equivalent to 10 km", "mil"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "geographical mile"], ["sea mile", "a former British unit of length once used in navigation; equivalent to 6,000 feet (1828.8 meters)", "sea mile"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "international mile"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "stat mi"], ["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "statute mile"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "international nautical mile"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "land mile"]]}, {"answer": "mileage", "hint": "synonyms for mileage", "clues": [["gasoline mileage", "the ratio of the number of miles traveled to the number of gallons of gasoline burned", "gasoline mileage"], ["milage", "distance measured in miles", "milage"], ["fuel consumption rate", "the ratio of the number of miles traveled to the number of gallons of gasoline burned", "fuel consumption rate"], ["gas mileage", "the ratio of the number of miles traveled to the number of gallons of gasoline burned", "gas mileage"]]}, {"answer": "military_capability", "hint": "synonyms for military capability", "clues": [["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military posture"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "strength"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military strength"], ["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "posture"]]}, {"answer": "military_machine", "hint": "synonyms for military machine", "clues": [["war machine", "the military forces of a nation", "war machine"], ["armed services", "the military forces of a nation", "armed services"], ["armed forces", "the military forces of a nation", "armed forces"], ["military", "the military forces of a nation", "military"]]}, {"answer": "military_posture", "hint": "synonyms for military posture", "clues": [["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "posture"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "strength"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military strength"], ["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military capability"]]}, {"answer": "military_strength", "hint": "synonyms for military strength", "clues": [["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military posture"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "strength"], ["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military capability"], ["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "posture"]]}, {"answer": "mill", "hint": "synonyms for mill", "clues": [["grind", "the act of grinding to a powder or dust", "grind"], ["milling machinery", "machinery that processes materials by grinding or crushing", "milling machinery"], ["grinder", "machinery that processes materials by grinding or crushing", "grinder"], ["manufactory", "a plant consisting of one or more buildings with facilities for manufacturing", "manufactory"], ["pulverization", "the act of grinding to a powder or dust", "pulverization"], ["manufacturing plant", "a plant consisting of one or more buildings with facilities for manufacturing", "manufacturing plant"], ["factory", "a plant consisting of one or more buildings with facilities for manufacturing", "factory"]]}, {"answer": "milliliter", "hint": "synonyms for milliliter", "clues": [["cc", "a metric unit of volume equal to one thousandth of a liter", "cc"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter", "cubic centimetre"], ["ml", "a metric unit of volume equal to one thousandth of a liter", "ml"], ["mil", "a metric unit of volume equal to one thousandth of a liter", "mil"], ["millilitre", "a metric unit of volume equal to one thousandth of a liter", "millilitre"]]}, {"answer": "millilitre", "hint": "synonyms for millilitre", "clues": [["milliliter", "a metric unit of volume equal to one thousandth of a liter", "milliliter"], ["cc", "a metric unit of volume equal to one thousandth of a liter", "cc"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter", "cubic centimetre"], ["ml", "a metric unit of volume equal to one thousandth of a liter", "ml"], ["mil", "a metric unit of volume equal to one thousandth of a liter", "mil"]]}, {"answer": "mills", "hint": "synonyms for mills", "clues": [["mill", "the act of grinding to a powder or dust", "mill"], ["grinder", "machinery that processes materials by grinding or crushing", "grinder"], ["manufactory", "a plant consisting of one or more buildings with facilities for manufacturing", "manufactory"], ["pulverization", "the act of grinding to a powder or dust", "pulverization"], ["grind", "the act of grinding to a powder or dust", "grind"], ["milling machinery", "machinery that processes materials by grinding or crushing", "milling machinery"], ["manufacturing plant", "a plant consisting of one or more buildings with facilities for manufacturing", "manufacturing plant"], ["factory", "a plant consisting of one or more buildings with facilities for manufacturing", "factory"]]}, {"answer": "mind", "hint": "synonyms for mind", "clues": [["intellect", "knowledge and intellectual ability", "intellect"], ["judgment", "an opinion formed by judging something", "judgment"], ["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "psyche"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "brain"], ["idea", "your intention; what you intend to do", "idea"], ["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "head"], ["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "nous"]]}, {"answer": "mindlessness", "hint": "synonyms for mindlessness", "clues": [["inanity", "total lack of meaning or ideas", "inanity"], ["vacuity", "total lack of meaning or ideas", "vacuity"], ["senselessness", "total lack of meaning or ideas", "senselessness"], ["rashness", "the trait of acting rashly and without prudence", "rashness"], ["pointlessness", "total lack of meaning or ideas", "pointlessness"], ["heedlessness", "the trait of acting rashly and without prudence", "heedlessness"]]}, {"answer": "mineral_dressing", "hint": "synonyms for mineral dressing", "clues": [["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "beneficiation"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral extraction"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore dressing"], ["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral processing"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore processing"]]}, {"answer": "mineral_extraction", "hint": "synonyms for mineral extraction", "clues": [["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "beneficiation"], ["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral processing"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore dressing"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore processing"]]}, {"answer": "mineral_processing", "hint": "synonyms for mineral processing", "clues": [["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "beneficiation"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral extraction"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore dressing"], ["mineral dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral dressing"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore processing"]]}, {"answer": "minginess", "hint": "synonyms for minginess", "clues": [["meanness", "extreme stinginess", "meanness"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["parsimoniousness", "extreme stinginess", "parsimoniousness"], ["niggardliness", "extreme stinginess", "niggardliness"], ["tightness", "extreme stinginess", "tightness"], ["closeness", "extreme stinginess", "closeness"], ["parsimony", "extreme stinginess", "parsimony"]]}, {"answer": "mingle-mangle", "hint": "synonyms for mingle-mangle", "clues": [["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "minor_tranquilizer", "hint": "synonyms for minor tranquilizer", "clues": [["antianxiety drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "antianxiety drug"], ["minor tranquillizer", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "minor tranquillizer"], ["anxiolytic drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "anxiolytic drug"], ["anxiolytic", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "anxiolytic"]]}, {"answer": "minor_tranquilliser", "hint": "synonyms for minor tranquilliser", "clues": [["minor tranquilizer", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "minor tranquilizer"], ["antianxiety drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "antianxiety drug"], ["anxiolytic drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "anxiolytic drug"], ["anxiolytic", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "anxiolytic"]]}, {"answer": "minor_tranquillizer", "hint": "synonyms for minor tranquillizer", "clues": [["antianxiety drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "antianxiety drug"], ["minor tranquilizer", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "minor tranquilizer"], ["anxiolytic drug", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "anxiolytic drug"], ["anxiolytic", "a tranquilizer used to relieve anxiety and reduce tension and irritability", "anxiolytic"]]}, {"answer": "minuteness", "hint": "synonyms for minuteness", "clues": [["weeness", "the property of being very small in size", "weeness"], ["tininess", "the property of being very small in size", "tininess"], ["petiteness", "the property of being very small in size", "petiteness"], ["diminutiveness", "the property of being very small in size", "diminutiveness"]]}, {"answer": "minutes", "hint": "synonyms for minutes", "clues": [["hour", "distance measured by the time taken to cover it", "hour"], ["minute", "a short note", "minute"], ["transactions", "a written account of what transpired at a meeting", "transactions"], ["instant", "a particular point in time", "instant"], ["second", "an indefinitely short time", "second"], ["moment", "an indefinitely short time", "moment"], ["proceedings", "a written account of what transpired at a meeting", "proceedings"], ["mo", "an indefinitely short time", "mo"], ["minute of arc", "a unit of angular distance equal to a 60th of a degree", "minute of arc"], ["min", "a unit of time equal to 60 seconds or 1/60th of an hour", "min"], ["arcminute", "a unit of angular distance equal to a 60th of a degree", "arcminute"], ["bit", "an indefinitely short time", "bit"]]}, {"answer": "miosis", "hint": "synonyms for miosis", "clues": [["reduction division", "(genetics) cell division that produces reproductive cells in sexually reproducing organisms; the nucleus divides into four nuclei each containing half the chromosome number (leading to gametes in animals and spores in plants)", "reduction division"], ["pupillary reflex", "reflex contraction of the sphincter muscle of the iris in response to a bright light (or certain drugs) causing the pupil to become smaller", "pupillary reflex"], ["myosis", "reflex contraction of the sphincter muscle of the iris in response to a bright light (or certain drugs) causing the pupil to become smaller", "myosis"], ["light reflex", "reflex contraction of the sphincter muscle of the iris in response to a bright light (or certain drugs) causing the pupil to become smaller", "light reflex"], ["meiosis", "(genetics) cell division that produces reproductive cells in sexually reproducing organisms; the nucleus divides into four nuclei each containing half the chromosome number (leading to gametes in animals and spores in plants)", "meiosis"]]}, {"answer": "mire", "hint": "synonyms for mire", "clues": [["slop", "deep soft mud in water or slush", "slop"], ["slack", "a soft wet area of low-lying land that sinks underfoot", "slack"], ["quag", "a soft wet area of low-lying land that sinks underfoot", "quag"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot", "quagmire"], ["morass", "a soft wet area of low-lying land that sinks underfoot", "morass"]]}, {"answer": "mirth", "hint": "synonyms for mirth", "clues": [["gleefulness", "great merriment", "gleefulness"], ["glee", "great merriment", "glee"], ["hilarity", "great merriment", "hilarity"], ["mirthfulness", "great merriment", "mirthfulness"]]}, {"answer": "mirthfulness", "hint": "synonyms for mirthfulness", "clues": [["gleefulness", "great merriment", "gleefulness"], ["glee", "great merriment", "glee"], ["hilarity", "great merriment", "hilarity"], ["mirth", "great merriment", "mirth"]]}, {"answer": "misapplication", "hint": "synonyms for misapplication", "clues": [["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "embezzlement"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "peculation"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misappropriation"], ["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "defalcation"]]}, {"answer": "misappropriation", "hint": "synonyms for misappropriation", "clues": [["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "embezzlement"], ["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misapplication"], ["peculation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "peculation"], ["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "defalcation"]]}, {"answer": "miscellanea", "hint": "synonyms for miscellanea", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["miscellany", "a collection containing a variety of sorts of things", "miscellany"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "miscellany", "hint": "synonyms for miscellany", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["florilegium", "an anthology of short literary pieces and poems and ballads etc.", "florilegium"], ["garland", "an anthology of short literary pieces and poems and ballads etc.", "garland"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "mischief", "hint": "synonyms for mischief", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["maleficence", "the quality or nature of being harmful or evil", "maleficence"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["balefulness", "the quality or nature of being harmful or evil", "balefulness"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"]]}, {"answer": "mischief-making", "hint": "synonyms for mischief-making", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"]]}, {"answer": "mischievousness", "hint": "synonyms for mischievousness", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["impishness", "the trait of behaving like an imp", "impishness"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["badness", "an attribute of mischievous children", "badness"], ["naughtiness", "an attribute of mischievous children", "naughtiness"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["whimsicality", "the trait of behaving like an imp", "whimsicality"], ["puckishness", "the trait of behaving like an imp", "puckishness"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"]]}, {"answer": "misdemeanor", "hint": "synonyms for misdemeanor", "clues": [["misdemeanour", "a crime less serious than a felony", "misdemeanour"], ["infraction", "a crime less serious than a felony", "infraction"], ["violation", "a crime less serious than a felony", "violation"], ["infringement", "a crime less serious than a felony", "infringement"]]}, {"answer": "misdemeanour", "hint": "synonyms for misdemeanour", "clues": [["misdemeanor", "a crime less serious than a felony", "misdemeanor"], ["infraction", "a crime less serious than a felony", "infraction"], ["violation", "a crime less serious than a felony", "violation"], ["infringement", "a crime less serious than a felony", "infringement"]]}, {"answer": "misgiving", "hint": "synonyms for misgiving", "clues": [["apprehension", "painful expectation", "apprehension"], ["mistrust", "doubt about someone's honesty", "mistrust"], ["qualm", "uneasiness about the fitness of an action", "qualm"], ["suspicion", "doubt about someone's honesty", "suspicion"], ["scruple", "uneasiness about the fitness of an action", "scruple"]]}, {"answer": "mishmash", "hint": "synonyms for mishmash", "clues": [["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "misprint", "hint": "synonyms for misprint", "clues": [["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind", "typographical error"], ["typo", "a mistake in printed matter resulting from mechanical failures of some kind", "typo"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind", "literal"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind", "literal error"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind", "erratum"]]}, {"answer": "mission", "hint": "synonyms for mission", "clues": [["charge", "a special assignment that is given to a person or group", "charge"], ["delegation", "a group of representatives or delegates", "delegation"], ["missionary station", "an organization of missionaries in a foreign land sent to carry on religious work", "missionary station"], ["missionary work", "the organized work of a religious missionary", "missionary work"], ["deputation", "a group of representatives or delegates", "deputation"], ["foreign mission", "an organization of missionaries in a foreign land sent to carry on religious work", "foreign mission"], ["commission", "a group of representatives or delegates", "commission"], ["missionary post", "an organization of missionaries in a foreign land sent to carry on religious work", "missionary post"], ["military mission", "an operation that is assigned by a higher headquarters", "military mission"], ["delegacy", "a group of representatives or delegates", "delegacy"]]}, {"answer": "mistake", "hint": "synonyms for mistake", "clues": [["misapprehension", "an understanding of something that is not correct", "misapprehension"], ["misunderstanding", "an understanding of something that is not correct", "misunderstanding"], ["error", "a wrong action attributable to bad judgment or ignorance or inattention", "error"], ["fault", "a wrong action attributable to bad judgment or ignorance or inattention", "fault"]]}, {"answer": "mistrust", "hint": "synonyms for mistrust", "clues": [["distrust", "the trait of not trusting others", "distrust"], ["distrustfulness", "the trait of not trusting others", "distrustfulness"], ["suspicion", "doubt about someone's honesty", "suspicion"], ["misgiving", "doubt about someone's honesty", "misgiving"]]}, {"answer": "misunderstanding", "hint": "synonyms for misunderstanding", "clues": [["mistaking", "putting the wrong interpretation on", "mistaking"], ["misapprehension", "an understanding of something that is not correct", "misapprehension"], ["misinterpretation", "putting the wrong interpretation on", "misinterpretation"], ["mistake", "an understanding of something that is not correct", "mistake"]]}, {"answer": "mite", "hint": "synonyms for mite", "clues": [["speck", "a slight but appreciable amount", "speck"], ["touch", "a slight but appreciable amount", "touch"], ["tinge", "a slight but appreciable amount", "tinge"], ["soupcon", "a slight but appreciable amount", "soupcon"], ["hint", "a slight but appreciable amount", "hint"], ["pinch", "a slight but appreciable amount", "pinch"], ["jot", "a slight but appreciable amount", "jot"]]}, {"answer": "mix", "hint": "synonyms for mix", "clues": [["admixture", "the act of mixing together", "admixture"], ["intermixture", "the act of mixing together", "intermixture"], ["commixture", "the act of mixing together", "commixture"], ["mixing", "the act of mixing together", "mixing"], ["premix", "a commercially prepared mixture of dry ingredients", "premix"]]}, {"answer": "mixed_bag", "hint": "synonyms for mixed bag", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "mixing", "hint": "synonyms for mixing", "clues": [["admixture", "the act of mixing together", "admixture"], ["intermixture", "the act of mixing together", "intermixture"], ["commixture", "the act of mixing together", "commixture"], ["mix", "the act of mixing together", "mix"]]}, {"answer": "mixture", "hint": "synonyms for mixture", "clues": [["intermixture", "any foodstuff made by combining different ingredients", "intermixture"], ["mix", "an event that combines things in a mixture", "mix"], ["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["commixture", "the act of mixing together", "commixture"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["concoction", "any foodstuff made by combining different ingredients", "concoction"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"], ["admixture", "the act of mixing together", "admixture"]]}, {"answer": "ml", "hint": "synonyms for ml", "clues": [["milliliter", "a metric unit of volume equal to one thousandth of a liter", "milliliter"], ["cc", "a metric unit of volume equal to one thousandth of a liter", "cc"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter", "cubic centimetre"], ["mil", "a metric unit of volume equal to one thousandth of a liter", "mil"]]}, {"answer": "mls", "hint": "synonyms for mls", "clues": [["milliliter", "a metric unit of volume equal to one thousandth of a liter", "milliliter"], ["cc", "a metric unit of volume equal to one thousandth of a liter", "cc"], ["cubic centimetre", "a metric unit of volume equal to one thousandth of a liter", "cubic centimetre"], ["ml", "a metric unit of volume equal to one thousandth of a liter", "ml"], ["mil", "a metric unit of volume equal to one thousandth of a liter", "mil"]]}, {"answer": "mo", "hint": "synonyms for mo", "clues": [["second", "an indefinitely short time", "second"], ["moment", "an indefinitely short time", "moment"], ["bit", "an indefinitely short time", "bit"], ["minute", "an indefinitely short time", "minute"], ["molybdenum", "a polyvalent metallic element that resembles chromium and tungsten in its properties; used to strengthen and harden steel", "molybdenum"], ["atomic number 42", "a polyvalent metallic element that resembles chromium and tungsten in its properties; used to strengthen and harden steel", "atomic number 42"]]}, {"answer": "mob", "hint": "synonyms for mob", "clues": [["rout", "a disorderly crowd of people", "rout"], ["gang", "an association of criminals", "gang"], ["crime syndicate", "a loose affiliation of gangsters in charge of organized criminal activities", "crime syndicate"], ["rabble", "a disorderly crowd of people", "rabble"], ["family", "a loose affiliation of gangsters in charge of organized criminal activities", "family"], ["ring", "an association of criminals", "ring"], ["pack", "an association of criminals", "pack"], ["syndicate", "a loose affiliation of gangsters in charge of organized criminal activities", "syndicate"]]}, {"answer": "mockery", "hint": "synonyms for mockery", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["scoffing", "showing your contempt by derision", "scoffing"], ["jeering", "showing your contempt by derision", "jeering"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "humorous or satirical mimicry", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "modality", "hint": "synonyms for modality", "clues": [["sense modality", "a particular sense", "sense modality"], ["mode", "verb inflections that express how the action or state is conceived by the speaker", "mode"], ["sensory system", "a particular sense", "sensory system"], ["mood", "verb inflections that express how the action or state is conceived by the speaker", "mood"]]}, {"answer": "mode", "hint": "synonyms for mode", "clues": [["modality", "verb inflections that express how the action or state is conceived by the speaker", "modality"], ["style", "how something is done or how it happens", "style"], ["modal value", "the most frequent value of a random variable", "modal value"], ["musical mode", "any of various fixed orders of the various diatonic notes within an octave", "musical mode"], ["mood", "verb inflections that express how the action or state is conceived by the speaker", "mood"], ["fashion", "how something is done or how it happens", "fashion"], ["manner", "how something is done or how it happens", "manner"], ["way", "how something is done or how it happens", "way"]]}, {"answer": "modeling", "hint": "synonyms for modeling", "clues": [["molding", "a preliminary sculpture in wax or clay from which a finished work can be copied", "molding"], ["clay sculpture", "sculpture produced by molding", "clay sculpture"], ["model", "the act of representing something (usually on a smaller scale)", "model"], ["mould", "sculpture produced by molding", "mould"], ["modelling", "the act of representing something (usually on a smaller scale)", "modelling"]]}, {"answer": "moderation", "hint": "synonyms for moderation", "clues": [["relief", "a change for the better", "relief"], ["easing", "a change for the better", "easing"], ["moderateness", "quality of being moderate and avoiding extremes", "moderateness"], ["temperance", "the trait of avoiding excesses", "temperance"], ["mitigation", "the action of lessening in severity or intensity", "mitigation"]]}, {"answer": "modernism", "hint": "synonyms for modernism", "clues": [["modernness", "the quality of being current or of the present", "modernness"], ["modernity", "the quality of being current or of the present", "modernity"], ["contemporaneity", "the quality of being current or of the present", "contemporaneity"], ["contemporaneousness", "the quality of being current or of the present", "contemporaneousness"]]}, {"answer": "modernity", "hint": "synonyms for modernity", "clues": [["modernness", "the quality of being current or of the present", "modernness"], ["contemporaneity", "the quality of being current or of the present", "contemporaneity"], ["contemporaneousness", "the quality of being current or of the present", "contemporaneousness"], ["modernism", "the quality of being current or of the present", "modernism"]]}, {"answer": "modernness", "hint": "synonyms for modernness", "clues": [["modernity", "the quality of being current or of the present", "modernity"], ["contemporaneity", "the quality of being current or of the present", "contemporaneity"], ["contemporaneousness", "the quality of being current or of the present", "contemporaneousness"], ["modernism", "the quality of being current or of the present", "modernism"]]}, {"answer": "modification", "hint": "synonyms for modification", "clues": [["alteration", "an event that occurs when something passes from one state or phase to another", "alteration"], ["adjustment", "the act of making something different (as e.g. the size of a garment)", "adjustment"], ["change", "an event that occurs when something passes from one state or phase to another", "change"], ["limiting", "the grammatical relation that exists when a word qualifies the meaning of the phrase", "limiting"], ["qualifying", "the grammatical relation that exists when a word qualifies the meaning of the phrase", "qualifying"]]}, {"answer": "modishness", "hint": "synonyms for modishness", "clues": [["chichi", "elegance by virtue of being fashionable", "chichi"], ["chic", "elegance by virtue of being fashionable", "chic"], ["smartness", "elegance by virtue of being fashionable", "smartness"], ["stylishness", "elegance by virtue of being fashionable", "stylishness"], ["last word", "elegance by virtue of being fashionable", "last word"], ["chicness", "elegance by virtue of being fashionable", "chicness"], ["swank", "elegance by virtue of being fashionable", "swank"]]}, {"answer": "modulation", "hint": "synonyms for modulation", "clues": [["intonation", "rise and fall of the voice pitch", "intonation"], ["inflection", "a manner of speaking in which the loudness or pitch or tone of the voice is modified", "inflection"], ["transition", "a musical passage moving from one key to another", "transition"], ["pitch contour", "rise and fall of the voice pitch", "pitch contour"]]}, {"answer": "mold", "hint": "synonyms for mold", "clues": [["stamp", "the distinctive form in which a thing is made", "stamp"], ["clay sculpture", "sculpture produced by molding", "clay sculpture"], ["mould", "a dish or dessert that is formed in or on a mold", "mould"], ["modeling", "sculpture produced by molding", "modeling"], ["cast", "the distinctive form in which a thing is made", "cast"], ["mildew", "the process of becoming mildewed", "mildew"], ["molding", "sculpture produced by molding", "molding"]]}, {"answer": "molding", "hint": "synonyms for molding", "clues": [["casting", "the act of creating something by casting it in a mold", "casting"], ["mold", "sculpture produced by molding", "mold"], ["clay sculpture", "sculpture produced by molding", "clay sculpture"], ["modeling", "sculpture produced by molding", "modeling"], ["border", "a decorative recessed or relieved surface on an edge", "border"], ["moulding", "sculpture produced by molding", "moulding"]]}, {"answer": "mole", "hint": "synonyms for mole", "clues": [["gram molecule", "the molecular weight of a substance expressed in grams; the basic unit of amount of substance adopted under the Systeme International d'Unites", "gram molecule"], ["mol", "the molecular weight of a substance expressed in grams; the basic unit of amount of substance adopted under the Systeme International d'Unites", "mol"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groyne"], ["seawall", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "seawall"], ["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "bulwark"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "jetty"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groin"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"]]}, {"answer": "molecule", "hint": "synonyms for molecule", "clues": [["particle", "(nontechnical usage) a tiny piece of anything", "particle"], ["corpuscle", "(nontechnical usage) a tiny piece of anything", "corpuscle"], ["mote", "(nontechnical usage) a tiny piece of anything", "mote"], ["atom", "(nontechnical usage) a tiny piece of anything", "atom"], ["speck", "(nontechnical usage) a tiny piece of anything", "speck"]]}, {"answer": "moment", "hint": "synonyms for moment", "clues": [["here and now", "at this time", "here and now"], ["present moment", "at this time", "present moment"], ["consequence", "having important effects or influence", "consequence"], ["mo", "an indefinitely short time", "mo"], ["instant", "a particular point in time", "instant"], ["second", "an indefinitely short time", "second"], ["bit", "an indefinitely short time", "bit"], ["minute", "an indefinitely short time", "minute"], ["import", "having important effects or influence", "import"]]}, {"answer": "monetary_resource", "hint": "synonyms for monetary resource", "clues": [["cash in hand", "assets in the form of money", "cash in hand"], ["pecuniary resource", "assets in the form of money", "pecuniary resource"], ["finances", "assets in the form of money", "finances"], ["funds", "assets in the form of money", "funds"]]}, {"answer": "money_box", "hint": "synonyms for money box", "clues": [["bank", "a container (usually with a slot in the top) for keeping money at home", "bank"], ["cashbox", "a strongbox for holding cash", "cashbox"], ["coin bank", "a container (usually with a slot in the top) for keeping money at home", "coin bank"], ["till", "a strongbox for holding cash", "till"], ["savings bank", "a container (usually with a slot in the top) for keeping money at home", "savings bank"]]}, {"answer": "moniker", "hint": "synonyms for moniker", "clues": [["soubriquet", "a familiar name for a person (often a shortened version of a person's given name)", "soubriquet"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)", "nickname"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)", "byname"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)", "cognomen"]]}, {"answer": "monition", "hint": "synonyms for monition", "clues": [["admonition", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)", "admonition"], ["process of monition", "a summons issued after the filing of a libel or claim directing all parties concerned to show cause why the judgment asked for should not be granted", "process of monition"], ["admonishment", "a firm rebuke", "admonishment"], ["warning", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)", "warning"], ["word of advice", "cautionary advice about something imminent (especially imminent danger or other unpleasantness)", "word of advice"]]}, {"answer": "monkey_nut", "hint": "synonyms for monkey nut", "clues": [["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "groundnut"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "peanut"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "earthnut"], ["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober pea"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober"]]}, {"answer": "monocracy", "hint": "synonyms for monocracy", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "mood", "hint": "synonyms for mood", "clues": [["humour", "a characteristic (habitual or relatively temporary) state of feeling", "humour"], ["mode", "verb inflections that express how the action or state is conceived by the speaker", "mode"], ["modality", "verb inflections that express how the action or state is conceived by the speaker", "modality"], ["temper", "a characteristic (habitual or relatively temporary) state of feeling", "temper"]]}, {"answer": "moolah", "hint": "synonyms for moolah", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["lolly", "informal terms for money", "lolly"]]}, {"answer": "moon", "hint": "synonyms for moon", "clues": [["synodic month", "the period between successive new moons (29.531 days)", "synodic month"], ["moonshine", "the light of the Moon", "moonshine"], ["moonlight", "the light of the Moon", "moonlight"], ["lunation", "the period between successive new moons (29.531 days)", "lunation"], ["lunar month", "the period between successive new moons (29.531 days)", "lunar month"]]}, {"answer": "moorage", "hint": "synonyms for moorage", "clues": [["tying up", "the act of securing an arriving vessel with ropes", "tying up"], ["dockage", "the act of securing an arriving vessel with ropes", "dockage"], ["berth", "a place where a craft can be made fast", "berth"], ["mooring", "a place where a craft can be made fast", "mooring"], ["slip", "a place where a craft can be made fast", "slip"], ["docking", "the act of securing an arriving vessel with ropes", "docking"]]}, {"answer": "mooring", "hint": "synonyms for mooring", "clues": [["moorage", "a place where a craft can be made fast", "moorage"], ["slip", "a place where a craft can be made fast", "slip"], ["mooring line", "(nautical) a line that holds an object (especially a boat) in place", "mooring line"], ["berth", "a place where a craft can be made fast", "berth"]]}, {"answer": "mop_up", "hint": "synonyms for mop up", "clues": [["closing", "a concluding action", "closing"], ["completion", "a concluding action", "completion"], ["windup", "a concluding action", "windup"], ["culmination", "a concluding action", "culmination"]]}, {"answer": "morals", "hint": "synonyms for morals", "clues": [["moral", "the significance of a story or event", "moral"], ["ethical motive", "motivation based on ideas of right and wrong", "ethical motive"], ["morality", "motivation based on ideas of right and wrong", "morality"], ["lesson", "the significance of a story or event", "lesson"], ["ethics", "motivation based on ideas of right and wrong", "ethics"]]}, {"answer": "morass", "hint": "synonyms for morass", "clues": [["quagmire", "a soft wet area of low-lying land that sinks underfoot", "quagmire"], ["slack", "a soft wet area of low-lying land that sinks underfoot", "slack"], ["quag", "a soft wet area of low-lying land that sinks underfoot", "quag"], ["mire", "a soft wet area of low-lying land that sinks underfoot", "mire"]]}, {"answer": "morning", "hint": "synonyms for morning", "clues": [["break of day", "the first light of day", "break of day"], ["good morning", "a conventional expression of greeting or farewell", "good morning"], ["first light", "the first light of day", "first light"], ["dawn", "the earliest period", "dawn"], ["forenoon", "the time period between dawn and noon", "forenoon"], ["sunup", "the first light of day", "sunup"], ["morn", "the time period between dawn and noon", "morn"], ["cockcrow", "the first light of day", "cockcrow"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["morning time", "the time period between dawn and noon", "morning time"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"]]}, {"answer": "moroseness", "hint": "synonyms for moroseness", "clues": [["sourness", "a sullen moody resentful disposition", "sourness"], ["sullenness", "a sullen moody resentful disposition", "sullenness"], ["glumness", "a gloomy ill-tempered feeling", "glumness"], ["sulkiness", "a sullen moody resentful disposition", "sulkiness"]]}, {"answer": "morphology", "hint": "synonyms for morphology", "clues": [["syllable structure", "the admissible arrangement of sounds in words", "syllable structure"], ["geomorphology", "the branch of geology that studies the characteristics and configuration and evolution of rocks and land forms", "geomorphology"], ["word structure", "the admissible arrangement of sounds in words", "word structure"], ["sound structure", "the admissible arrangement of sounds in words", "sound structure"]]}, {"answer": "mortification", "hint": "synonyms for mortification", "clues": [["chagrin", "strong feelings of embarrassment", "chagrin"], ["humiliation", "strong feelings of embarrassment", "humiliation"], ["necrosis", "the localized death of living cells (as from infection or the interruption of blood supply)", "necrosis"], ["gangrene", "the localized death of living cells (as from infection or the interruption of blood supply)", "gangrene"], ["sphacelus", "the localized death of living cells (as from infection or the interruption of blood supply)", "sphacelus"]]}, {"answer": "mote", "hint": "synonyms for mote", "clues": [["particle", "(nontechnical usage) a tiny piece of anything", "particle"], ["corpuscle", "(nontechnical usage) a tiny piece of anything", "corpuscle"], ["atom", "(nontechnical usage) a tiny piece of anything", "atom"], ["molecule", "(nontechnical usage) a tiny piece of anything", "molecule"], ["speck", "(nontechnical usage) a tiny piece of anything", "speck"]]}, {"answer": "mother_country", "hint": "synonyms for mother country", "clues": [["motherland", "the country where you were born", "motherland"], ["fatherland", "the country where you were born", "fatherland"], ["homeland", "the country where you were born", "homeland"], ["country of origin", "the country where you were born", "country of origin"], ["native land", "the country where you were born", "native land"]]}, {"answer": "mother_wit", "hint": "synonyms for mother wit", "clues": [["common sense", "sound practical judgment", "common sense"], ["sense", "sound practical judgment", "sense"], ["good sense", "sound practical judgment", "good sense"], ["horse sense", "sound practical judgment", "horse sense"], ["gumption", "sound practical judgment", "gumption"]]}, {"answer": "motherland", "hint": "synonyms for motherland", "clues": [["fatherland", "the country where you were born", "fatherland"], ["homeland", "the country where you were born", "homeland"], ["country of origin", "the country where you were born", "country of origin"], ["native land", "the country where you were born", "native land"], ["mother country", "the country where you were born", "mother country"]]}, {"answer": "motion", "hint": "synonyms for motion", "clues": [["move", "a change of position that does not entail a change of location", "move"], ["apparent movement", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object", "apparent movement"], ["question", "a formal proposal for action made to a deliberative assembly for discussion and vote", "question"], ["movement", "a natural event that involves a change in the position or location of something", "movement"], ["motility", "a change of position that does not entail a change of location", "motility"], ["gesture", "the use of movements (especially of the hands) to communicate familiar or prearranged signals", "gesture"], ["apparent motion", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object", "apparent motion"]]}, {"answer": "motion-picture_show", "hint": "synonyms for motion-picture show", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["moving-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving-picture show"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "motion_picture", "hint": "synonyms for motion picture", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "motor_horn", "hint": "synonyms for motor horn", "clues": [["car horn", "a device on an automobile for making a warning noise", "car horn"], ["horn", "a device on an automobile for making a warning noise", "horn"], ["automobile horn", "a device on an automobile for making a warning noise", "automobile horn"], ["hooter", "a device on an automobile for making a warning noise", "hooter"]]}, {"answer": "motor_hotel", "hint": "synonyms for motor hotel", "clues": [["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area", "motor lodge"], ["court", "a hotel for motorists; provides direct access from rooms to parking area", "court"], ["motor inn", "a hotel for motorists; provides direct access from rooms to parking area", "motor inn"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area", "tourist court"]]}, {"answer": "motor_inn", "hint": "synonyms for motor inn", "clues": [["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area", "motor lodge"], ["court", "a hotel for motorists; provides direct access from rooms to parking area", "court"], ["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area", "motor hotel"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area", "tourist court"]]}, {"answer": "motor_lodge", "hint": "synonyms for motor lodge", "clues": [["court", "a hotel for motorists; provides direct access from rooms to parking area", "court"], ["motor inn", "a hotel for motorists; provides direct access from rooms to parking area", "motor inn"], ["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area", "motor hotel"], ["tourist court", "a hotel for motorists; provides direct access from rooms to parking area", "tourist court"]]}, {"answer": "motorbus", "hint": "synonyms for motorbus", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "motorcar", "hint": "synonyms for motorcar", "clues": [["auto", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "auto"], ["machine", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "machine"], ["car", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "car"], ["automobile", "a motor vehicle with four wheels; usually propelled by an internal combustion engine", "automobile"]]}, {"answer": "motorcoach", "hint": "synonyms for motorcoach", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["passenger vehicle", "a vehicle carrying many passengers; used for public transport", "passenger vehicle"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "motorway", "hint": "synonyms for motorway", "clues": [["superhighway", "a broad highway designed for high-speed traffic", "superhighway"], ["state highway", "a broad highway designed for high-speed traffic", "state highway"], ["thruway", "a broad highway designed for high-speed traffic", "thruway"], ["pike", "a broad highway designed for high-speed traffic", "pike"], ["freeway", "a broad highway designed for high-speed traffic", "freeway"], ["expressway", "a broad highway designed for high-speed traffic", "expressway"], ["throughway", "a broad highway designed for high-speed traffic", "throughway"]]}, {"answer": "mould", "hint": "synonyms for mould", "clues": [["mold", "the distinctive form in which a thing is made", "mold"], ["stamp", "the distinctive form in which a thing is made", "stamp"], ["clay sculpture", "sculpture produced by molding", "clay sculpture"], ["modeling", "sculpture produced by molding", "modeling"], ["cast", "the distinctive form in which a thing is made", "cast"], ["mildew", "the process of becoming mildewed", "mildew"], ["moulding", "sculpture produced by molding", "moulding"]]}, {"answer": "moulding", "hint": "synonyms for moulding", "clues": [["molding", "a preliminary sculpture in wax or clay from which a finished work can be copied", "molding"], ["clay sculpture", "sculpture produced by molding", "clay sculpture"], ["modeling", "sculpture produced by molding", "modeling"], ["border", "a decorative recessed or relieved surface on an edge", "border"], ["mould", "sculpture produced by molding", "mould"]]}, {"answer": "mound", "hint": "synonyms for mound", "clues": [["hammock", "a small natural hill", "hammock"], ["heap", "a collection of objects laid on top of each other", "heap"], ["hill", "structure consisting of an artificial heap or bank usually of earth or stones", "hill"], ["cumulation", "a collection of objects laid on top of each other", "cumulation"], ["pitcher", "the position on a baseball team of the player who throws the ball for a batter to try to hit", "pitcher"], ["cumulus", "a collection of objects laid on top of each other", "cumulus"], ["agglomerate", "a collection of objects laid on top of each other", "agglomerate"], ["hillock", "a small natural hill", "hillock"], ["knoll", "a small natural hill", "knoll"], ["pile", "a collection of objects laid on top of each other", "pile"], ["pitcher's mound", "(baseball) the slight elevation on which the pitcher stands", "pitcher's mound"]]}, {"answer": "mount", "hint": "synonyms for mount", "clues": [["climb", "the act of climbing something", "climb"], ["backing", "something forming a back that is added for strengthening", "backing"], ["mountain", "a land mass that projects well above its surroundings; higher than a hill", "mountain"], ["setting", "a mounting consisting of a piece of metal (as in a ring or other jewelry) that holds a gem in place", "setting"]]}, {"answer": "mountain", "hint": "synonyms for mountain", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["mount", "a land mass that projects well above its surroundings; higher than a hill", "mount"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "mountain_chain", "hint": "synonyms for mountain chain", "clues": [["chain", "a series of hills or mountains", "chain"], ["chain of mountains", "a series of hills or mountains", "chain of mountains"], ["mountain range", "a series of hills or mountains", "mountain range"], ["range of mountains", "a series of hills or mountains", "range of mountains"], ["range", "a series of hills or mountains", "range"]]}, {"answer": "mountain_range", "hint": "synonyms for mountain range", "clues": [["chain", "a series of hills or mountains", "chain"], ["mountain chain", "a series of hills or mountains", "mountain chain"], ["chain of mountains", "a series of hills or mountains", "chain of mountains"], ["range of mountains", "a series of hills or mountains", "range of mountains"], ["range", "a series of hills or mountains", "range"]]}, {"answer": "move", "hint": "synonyms for move", "clues": [["motility", "a change of position that does not entail a change of location", "motility"], ["motion", "the act of changing location from one place to another", "motion"], ["movement", "the act of changing location from one place to another", "movement"], ["relocation", "the act of changing your residence or place of business", "relocation"]]}, {"answer": "movement", "hint": "synonyms for movement", "clues": [["drift", "a general tendency to change (as of opinion)", "drift"], ["drive", "a series of actions advancing a principle or tending toward a particular end", "drive"], ["motion", "a change of position that does not entail a change of location", "motion"], ["apparent movement", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object", "apparent movement"], ["effort", "a series of actions advancing a principle or tending toward a particular end", "effort"], ["front", "a group of people with a common ideology who try together to achieve certain general goals", "front"], ["social movement", "a group of people with a common ideology who try together to achieve certain general goals", "social movement"], ["motility", "a change of position that does not entail a change of location", "motility"], ["bowel movement", "a euphemism for defecation", "bowel movement"], ["apparent motion", "an optical illusion of motion produced by viewing a rapid succession of still pictures of a moving object", "apparent motion"], ["cause", "a series of actions advancing a principle or tending toward a particular end", "cause"], ["move", "a change of position that does not entail a change of location", "move"], ["campaign", "a series of actions advancing a principle or tending toward a particular end", "campaign"], ["trend", "a general tendency to change (as of opinion)", "trend"], ["crusade", "a series of actions advancing a principle or tending toward a particular end", "crusade"], ["bm", "a euphemism for defecation", "bm"]]}, {"answer": "mover", "hint": "synonyms for mover", "clues": [["removal firm", "a company that moves the possessions of a family or business from one site to another", "removal firm"], ["moving company", "a company that moves the possessions of a family or business from one site to another", "moving company"], ["public mover", "a company that moves the possessions of a family or business from one site to another", "public mover"], ["removal company", "a company that moves the possessions of a family or business from one site to another", "removal company"]]}, {"answer": "movie", "hint": "synonyms for movie", "clues": [["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "movie_theater", "hint": "synonyms for movie theater", "clues": [["movie theatre", "a theater where films are shown", "movie theatre"], ["movie house", "a theater where films are shown", "movie house"], ["picture palace", "a theater where films are shown", "picture palace"], ["cinema", "a theater where films are shown", "cinema"]]}, {"answer": "movie_theatre", "hint": "synonyms for movie theatre", "clues": [["movie theater", "a theater where films are shown", "movie theater"], ["movie house", "a theater where films are shown", "movie house"], ["picture palace", "a theater where films are shown", "picture palace"], ["cinema", "a theater where films are shown", "cinema"]]}, {"answer": "moving-picture_show", "hint": "synonyms for moving-picture show", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "moving_company", "hint": "synonyms for moving company", "clues": [["removal firm", "a company that moves the possessions of a family or business from one site to another", "removal firm"], ["mover", "a company that moves the possessions of a family or business from one site to another", "mover"], ["public mover", "a company that moves the possessions of a family or business from one site to another", "public mover"], ["removal company", "a company that moves the possessions of a family or business from one site to another", "removal company"]]}, {"answer": "moving_picture", "hint": "synonyms for moving picture", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"], ["motion picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion picture"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "moxie", "hint": "synonyms for moxie", "clues": [["gumption", "fortitude and determination", "gumption"], ["sand", "fortitude and determination", "sand"], ["backbone", "fortitude and determination", "backbone"], ["grit", "fortitude and determination", "grit"], ["guts", "fortitude and determination", "guts"]]}, {"answer": "mrna", "hint": "synonyms for mrna", "clues": [["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "mRNA"], ["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "template RNA"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "informational RNA"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "messenger RNA"]]}, {"answer": "ms", "hint": "synonyms for ms", "clues": [["m", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)", "m"], ["megabyte", "a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes", "megabyte"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["molar concentration", "concentration measured by the number of moles of solute per liter of solution", "molar concentration"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["metre", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)", "metre"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["meter", "the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards)", "meter"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["mebibyte", "a unit of information equal to 1024 kibibytes or 2^20 (1,048,576) bytes", "mebibyte"], ["manuscript", "the form of a literary work submitted for publication", "manuscript"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"], ["molarity", "concentration measured by the number of moles of solute per liter of solution", "molarity"]]}, {"answer": "mt", "hint": "synonyms for mt", "clues": [["tonne", "a unit of weight equivalent to 1000 kilograms", "tonne"], ["machine translation", "the use of computers to translate from one language to another", "machine translation"], ["element 109", "a radioactive transuranic element", "element 109"], ["atomic number 109", "a radioactive transuranic element", "atomic number 109"], ["metric ton", "a unit of weight equivalent to 1000 kilograms", "metric ton"], ["t", "a unit of weight equivalent to 1000 kilograms", "t"], ["meitnerium", "a radioactive transuranic element", "meitnerium"]]}, {"answer": "muck", "hint": "synonyms for muck", "clues": [["goop", "any thick, viscous matter", "goop"], ["guck", "any thick, viscous matter", "guck"], ["sludge", "any thick, viscous matter", "sludge"], ["ooze", "any thick, viscous matter", "ooze"], ["gunk", "any thick, viscous matter", "gunk"], ["dung", "fecal matter of animals", "dung"], ["droppings", "fecal matter of animals", "droppings"], ["gook", "any thick, viscous matter", "gook"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "muckle", "hint": "synonyms for muckle", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "muddiness", "hint": "synonyms for muddiness", "clues": [["mental confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "mental confusion"], ["disarray", "a mental state characterized by a lack of clear and orderly thought and behavior", "disarray"], ["cloudiness", "the quality of being cloudy", "cloudiness"], ["confusion", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusion"], ["confusedness", "a mental state characterized by a lack of clear and orderly thought and behavior", "confusedness"], ["murkiness", "the quality of being cloudy", "murkiness"]]}, {"answer": "multitude", "hint": "synonyms for multitude", "clues": [["pack", "a large indefinite number", "pack"], ["the great unwashed", "the common people generally", "the great unwashed"], ["battalion", "a large indefinite number", "battalion"], ["concourse", "a large gathering of people", "concourse"], ["plurality", "a large indefinite number", "plurality"], ["large number", "a large indefinite number", "large number"], ["hoi polloi", "the common people generally", "hoi polloi"], ["throng", "a large gathering of people", "throng"], ["masses", "the common people generally", "masses"], ["people", "the common people generally", "people"]]}, {"answer": "mundaneness", "hint": "synonyms for mundaneness", "clues": [["sophistication", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "sophistication"], ["mundanity", "the quality of being commonplace and ordinary", "mundanity"], ["ordinariness", "the quality of being commonplace and ordinary", "ordinariness"], ["worldliness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "worldliness"]]}, {"answer": "mundanity", "hint": "synonyms for mundanity", "clues": [["sophistication", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "sophistication"], ["ordinariness", "the quality of being commonplace and ordinary", "ordinariness"], ["mundaneness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "mundaneness"], ["worldliness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "worldliness"]]}, {"answer": "munition", "hint": "synonyms for munition", "clues": [["ordnance store", "military supplies", "ordnance store"], ["arms", "weapons considered collectively", "arms"], ["fortification", "defensive structure consisting of walls or mounds built around a stronghold to strengthen it", "fortification"], ["weaponry", "weapons considered collectively", "weaponry"], ["ordnance", "military supplies", "ordnance"], ["implements of war", "weapons considered collectively", "implements of war"], ["weapons system", "weapons considered collectively", "weapons system"]]}, {"answer": "murmur", "hint": "synonyms for murmur", "clues": [["grumbling", "a complaint uttered in a low and indistinct tone", "grumbling"], ["murmuring", "a complaint uttered in a low and indistinct tone", "murmuring"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "murmuration"], ["mutter", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "mutter"], ["grumble", "a complaint uttered in a low and indistinct tone", "grumble"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "mussitation"], ["murmur vowel", "a schwa that is incidental to the pronunciation of a consonant", "murmur vowel"]]}, {"answer": "murphy", "hint": "synonyms for murphy", "clues": [["tater", "an edible tuber native to South America; a staple food of Ireland", "tater"], ["potato", "an edible tuber native to South America; a staple food of Ireland", "potato"], ["spud", "an edible tuber native to South America; a staple food of Ireland", "spud"], ["white potato", "an edible tuber native to South America; a staple food of Ireland", "white potato"]]}, {"answer": "muscat", "hint": "synonyms for muscat", "clues": [["capital of Oman", "a port on the Gulf of Oman and capital of the sultanate of Oman", "capital of Oman"], ["muscat grape", "sweet aromatic grape used for raisins and wine", "muscat grape"], ["muscatel", "wine from muscat grapes", "muscatel"], ["muscadelle", "wine from muscat grapes", "muscadelle"]]}, {"answer": "muscle", "hint": "synonyms for muscle", "clues": [["sinew", "possessing muscular strength", "sinew"], ["heftiness", "possessing muscular strength", "heftiness"], ["brawniness", "possessing muscular strength", "brawniness"], ["brawn", "possessing muscular strength", "brawn"], ["muscularity", "possessing muscular strength", "muscularity"]]}, {"answer": "muscularity", "hint": "synonyms for muscularity", "clues": [["vigor", "an imaginative lively style (especially style of writing)", "vigor"], ["sinew", "possessing muscular strength", "sinew"], ["muscle", "possessing muscular strength", "muscle"], ["brawn", "possessing muscular strength", "brawn"], ["heftiness", "possessing muscular strength", "heftiness"], ["brawniness", "possessing muscular strength", "brawniness"], ["energy", "an imaginative lively style (especially style of writing)", "energy"], ["vim", "an imaginative lively style (especially style of writing)", "vim"]]}, {"answer": "mush", "hint": "synonyms for mush", "clues": [["cornmeal mush", "cornmeal boiled in water", "cornmeal mush"], ["glop", "writing or music that is excessively sweet and sentimental", "glop"], ["slop", "writing or music that is excessively sweet and sentimental", "slop"], ["treacle", "writing or music that is excessively sweet and sentimental", "treacle"], ["pulp", "any soft or soggy mass", "pulp"]]}, {"answer": "mushiness", "hint": "synonyms for mushiness", "clues": [["soupiness", "falsely emotional in a maudlin way", "soupiness"], ["drippiness", "falsely emotional in a maudlin way", "drippiness"], ["sentimentality", "falsely emotional in a maudlin way", "sentimentality"], ["pulpiness", "a mushy pulpy softness", "pulpiness"], ["mawkishness", "falsely emotional in a maudlin way", "mawkishness"], ["sloppiness", "falsely emotional in a maudlin way", "sloppiness"]]}, {"answer": "musical_composition", "hint": "synonyms for musical composition", "clues": [["piece", "a musical work that has been created", "piece"], ["piece of music", "a musical work that has been created", "piece of music"], ["composition", "a musical work that has been created", "composition"], ["opus", "a musical work that has been created", "opus"]]}, {"answer": "mustard_agent", "hint": "synonyms for mustard agent", "clues": [["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "blistering agent"], ["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard gas"], ["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "dichloroethyl sulfide"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "sulfur mustard"]]}, {"answer": "mustard_gas", "hint": "synonyms for mustard gas", "clues": [["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "blistering agent"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard agent"], ["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "dichloroethyl sulfide"], ["sulfur mustard", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "sulfur mustard"]]}, {"answer": "mutter", "hint": "synonyms for mutter", "clues": [["grumbling", "a complaint uttered in a low and indistinct tone", "grumbling"], ["murmuring", "a complaint uttered in a low and indistinct tone", "murmuring"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "murmuration"], ["muttering", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "muttering"], ["grumble", "a complaint uttered in a low and indistinct tone", "grumble"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "mussitation"]]}, {"answer": "muttering", "hint": "synonyms for muttering", "clues": [["grumbling", "a complaint uttered in a low and indistinct tone", "grumbling"], ["murmuring", "a complaint uttered in a low and indistinct tone", "murmuring"], ["murmuration", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "murmuration"], ["mutter", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "mutter"], ["grumble", "a complaint uttered in a low and indistinct tone", "grumble"], ["mussitation", "a low continuous indistinct sound; often accompanied by movement of the lips without the production of articulate speech", "mussitation"]]}, {"answer": "mv", "hint": "synonyms for mv", "clues": [["mendelevium", "a radioactive transuranic element synthesized by bombarding einsteinium with alpha particles (Md is the current symbol for mendelevium but Mv was formerly the symbol)", "mendelevium"], ["millivolt", "a unit of potential equal to one thousandth of a volt", "millivolt"], ["atomic number 101", "a radioactive transuranic element synthesized by bombarding einsteinium with alpha particles (Md is the current symbol for mendelevium but Mv was formerly the symbol)", "atomic number 101"], ["mV", "a unit of potential equal to one thousandth of a volt", "mV"]]}, {"answer": "mystery", "hint": "synonyms for mystery", "clues": [["secret", "something that baffles understanding and cannot be explained", "secret"], ["enigma", "something that baffles understanding and cannot be explained", "enigma"], ["closed book", "something that baffles understanding and cannot be explained", "closed book"], ["whodunit", "a story about a crime (usually murder) presented as a novel or play or movie", "whodunit"], ["mystery story", "a story about a crime (usually murder) presented as a novel or play or movie", "mystery story"]]}, {"answer": "mystification", "hint": "synonyms for mystification", "clues": [["obfuscation", "confusion resulting from failure to understand", "obfuscation"], ["bemusement", "confusion resulting from failure to understand", "bemusement"], ["bewilderment", "confusion resulting from failure to understand", "bewilderment"], ["puzzlement", "confusion resulting from failure to understand", "puzzlement"], ["bafflement", "confusion resulting from failure to understand", "bafflement"], ["befuddlement", "confusion resulting from failure to understand", "befuddlement"]]}, {"answer": "n", "hint": "synonyms for n", "clues": [["nitrogen", "a common nonmetallic element that is normally a colorless odorless tasteless inert diatomic gas; constitutes 78 percent of the atmosphere by volume; a constituent of all living tissues", "nitrogen"], ["due north", "the cardinal compass point that is at 0 or 360 degrees", "due north"], ["normality", "(of a solution) concentration expressed in gram equivalents of solute per liter", "normality"], ["newton", "a unit of force equal to the force that imparts an acceleration of 1 m/sec/sec to a mass of 1 kilogram; equal to 100,000 dynes", "newton"], ["northward", "the cardinal compass point that is at 0 or 360 degrees", "northward"], ["atomic number 7", "a common nonmetallic element that is normally a colorless odorless tasteless inert diatomic gas; constitutes 78 percent of the atmosphere by volume; a constituent of all living tissues", "atomic number 7"], ["north", "the cardinal compass point that is at 0 or 360 degrees", "north"]]}, {"answer": "nada", "hint": "synonyms for nada", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "naive_art", "hint": "synonyms for naive art", "clues": [["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "outsider art"], ["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "primitive art"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "self-taught art"], ["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "vernacular art"]]}, {"answer": "names", "hint": "synonyms for names", "clues": [["name", "a language unit by which a person or thing is known", "name"], ["epithet", "a defamatory or abusive word or phrase", "epithet"], ["name calling", "verbal abuse; a crude substitute for argument", "name calling"], ["gens", "family based on male descent", "gens"]]}, {"answer": "nanometer", "hint": "synonyms for nanometer", "clues": [["nm", "a metric unit of length equal to one billionth of a meter", "nm"], ["millimicron", "a metric unit of length equal to one billionth of a meter", "millimicron"], ["micromillimeter", "a metric unit of length equal to one billionth of a meter", "micromillimeter"], ["nanometre", "a metric unit of length equal to one billionth of a meter", "nanometre"]]}, {"answer": "nanometre", "hint": "synonyms for nanometre", "clues": [["nm", "a metric unit of length equal to one billionth of a meter", "nm"], ["millimicron", "a metric unit of length equal to one billionth of a meter", "millimicron"], ["micromillimeter", "a metric unit of length equal to one billionth of a meter", "micromillimeter"], ["nanometer", "a metric unit of length equal to one billionth of a meter", "nanometer"]]}, {"answer": "nap", "hint": "synonyms for nap", "clues": [["catnap", "sleeping for a short period of time (usually not in bed)", "catnap"], ["snooze", "sleeping for a short period of time (usually not in bed)", "snooze"], ["cat sleep", "sleeping for a short period of time (usually not in bed)", "cat sleep"], ["sleep", "a period of time spent sleeping", "sleep"], ["pile", "the yarn (as in a rug or velvet or corduroy) that stands up from the weave", "pile"], ["forty winks", "sleeping for a short period of time (usually not in bed)", "forty winks"], ["short sleep", "sleeping for a short period of time (usually not in bed)", "short sleep"]]}, {"answer": "napkin", "hint": "synonyms for napkin", "clues": [["diaper", "garment consisting of a folded cloth drawn up between the legs and fastened at the waist; worn by infants to catch excrement", "diaper"], ["nappy", "garment consisting of a folded cloth drawn up between the legs and fastened at the waist; worn by infants to catch excrement", "nappy"], ["serviette", "a small piece of table linen that is used to wipe the mouth and to cover the lap in order to protect clothing", "serviette"], ["table napkin", "a small piece of table linen that is used to wipe the mouth and to cover the lap in order to protect clothing", "table napkin"]]}, {"answer": "narghile", "hint": "synonyms for narghile", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "nargileh", "hint": "synonyms for nargileh", "clues": [["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["narghile", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "narghile"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "narration", "hint": "synonyms for narration", "clues": [["narrative", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "narrative"], ["yarn", "the act of giving an account describing incidents or a course of events", "yarn"], ["story", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "story"], ["tale", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "tale"], ["recital", "the act of giving an account describing incidents or a course of events", "recital"]]}, {"answer": "nastiness", "hint": "synonyms for nastiness", "clues": [["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty", "spitefulness"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty", "bitchiness"], ["spite", "malevolence by virtue of being malicious or spiteful or nasty", "spite"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty", "cattiness"]]}, {"answer": "nation", "hint": "synonyms for nation", "clues": [["country", "a politically organized body of people under a single government", "country"], ["land", "the people who live in a nation or country", "land"], ["body politic", "a politically organized body of people under a single government", "body politic"], ["state", "a politically organized body of people under a single government", "state"], ["res publica", "a politically organized body of people under a single government", "res publica"], ["commonwealth", "a politically organized body of people under a single government", "commonwealth"]]}, {"answer": "native_land", "hint": "synonyms for native land", "clues": [["motherland", "the country where you were born", "motherland"], ["fatherland", "the country where you were born", "fatherland"], ["homeland", "the country where you were born", "homeland"], ["country of origin", "the country where you were born", "country of origin"], ["mother country", "the country where you were born", "mother country"]]}, {"answer": "natural_spring", "hint": "synonyms for natural spring", "clues": [["fountain", "a natural flow of ground water", "fountain"], ["spring", "a natural flow of ground water", "spring"], ["outpouring", "a natural flow of ground water", "outpouring"], ["outflow", "a natural flow of ground water", "outflow"]]}, {"answer": "naught", "hint": "synonyms for naught", "clues": [["zip", "a quantity of no importance", "zip"], ["nix", "a quantity of no importance", "nix"], ["aught", "a quantity of no importance", "aught"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "nauseatingness", "hint": "synonyms for nauseatingness", "clues": [["distastefulness", "extreme unpalatability to the mouth", "distastefulness"], ["unsavoriness", "extreme unpalatability to the mouth", "unsavoriness"], ["sickeningness", "extreme unpalatability to the mouth", "sickeningness"], ["disgustingness", "extreme unpalatability to the mouth", "disgustingness"]]}, {"answer": "naut_mi", "hint": "synonyms for naut mi", "clues": [["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mile"], ["nautical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "nautical mile"], ["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "knot"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "air mile"], ["mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mi"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "geographical mile"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "international nautical mile"]]}, {"answer": "nautical_mile", "hint": "synonyms for nautical mile", "clues": [["mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mile"], ["knot", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "knot"], ["air mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "air mile"], ["mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "mi"], ["geographical mile", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "geographical mile"], ["naut mi", "a former British unit of length equivalent to 6,080 feet (1,853.184 meters); 800 feet longer than a statute mile", "naut mi"], ["international nautical mile", "a unit of length used in navigation; exactly 1,852 meters; historically based on the distance spanned by one minute of arc in latitude", "international nautical mile"]]}, {"answer": "navigation", "hint": "synonyms for navigation", "clues": [["piloting", "the guidance of ships or airplanes from place to place", "piloting"], ["seafaring", "the work of a sailor", "seafaring"], ["pilotage", "the guidance of ships or airplanes from place to place", "pilotage"], ["sailing", "the work of a sailor", "sailing"]]}, {"answer": "ne", "hint": "synonyms for ne", "clues": [["northeastward", "the compass point midway between north and east; at 45 degrees", "northeastward"], ["nor'-east", "the compass point midway between north and east; at 45 degrees", "nor'-east"], ["neon", "a colorless odorless gaseous element that give a red glow in a vacuum tube; one of the six inert gasses; occurs in the air in small amounts", "neon"], ["atomic number 10", "a colorless odorless gaseous element that give a red glow in a vacuum tube; one of the six inert gasses; occurs in the air in small amounts", "atomic number 10"], ["northeast", "the compass point midway between north and east; at 45 degrees", "northeast"]]}, {"answer": "nebuliser", "hint": "synonyms for nebuliser", "clues": [["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "atomiser"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist", "spray"], ["nebulizer", "a dispenser that turns a liquid (such as perfume) into a fine mist", "nebulizer"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist", "sprayer"]]}, {"answer": "nebulizer", "hint": "synonyms for nebulizer", "clues": [["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "atomiser"], ["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "nebuliser"], ["spray", "a dispenser that turns a liquid (such as perfume) into a fine mist", "spray"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist", "sprayer"]]}, {"answer": "necessity", "hint": "synonyms for necessity", "clues": [["requirement", "anything indispensable", "requirement"], ["requisite", "anything indispensable", "requisite"], ["necessary", "anything indispensable", "necessary"], ["essential", "anything indispensable", "essential"]]}, {"answer": "necking", "hint": "synonyms for necking", "clues": [["gorgerin", "the molding at the top of a column", "gorgerin"], ["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "necropolis", "hint": "synonyms for necropolis", "clues": [["cemetery", "a tract of land used for burials", "cemetery"], ["graveyard", "a tract of land used for burials", "graveyard"], ["burying ground", "a tract of land used for burials", "burying ground"], ["memorial park", "a tract of land used for burials", "memorial park"], ["burial ground", "a tract of land used for burials", "burial ground"], ["burial site", "a tract of land used for burials", "burial site"]]}, {"answer": "neglect", "hint": "synonyms for neglect", "clues": [["neglectfulness", "the trait of neglecting responsibilities and lacking concern", "neglectfulness"], ["negligence", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "negligence"], ["disregard", "willful lack of care and attention", "disregard"], ["carelessness", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "carelessness"], ["nonperformance", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "nonperformance"]]}, {"answer": "neglige", "hint": "synonyms for neglige", "clues": [["peignoir", "a loose dressing gown for women", "peignoir"], ["wrapper", "a loose dressing gown for women", "wrapper"], ["housecoat", "a loose dressing gown for women", "housecoat"], ["negligee", "a loose dressing gown for women", "negligee"]]}, {"answer": "negligee", "hint": "synonyms for negligee", "clues": [["peignoir", "a loose dressing gown for women", "peignoir"], ["wrapper", "a loose dressing gown for women", "wrapper"], ["housecoat", "a loose dressing gown for women", "housecoat"], ["neglige", "a loose dressing gown for women", "neglige"]]}, {"answer": "negligence", "hint": "synonyms for negligence", "clues": [["neglectfulness", "the trait of neglecting responsibilities and lacking concern", "neglectfulness"], ["neglect", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "neglect"], ["nonperformance", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "nonperformance"], ["carelessness", "failure to act with the prudence that a reasonable person would exercise under the same circumstances", "carelessness"]]}, {"answer": "neighborhood", "hint": "synonyms for neighborhood", "clues": [["neighbourhood", "a surrounding or nearby region", "neighbourhood"], ["locality", "a surrounding or nearby region", "locality"], ["neck of the woods", "a surrounding or nearby region", "neck of the woods"], ["region", "the approximate amount of something (usually used prepositionally as in `in the region of')", "region"], ["vicinity", "a surrounding or nearby region", "vicinity"]]}, {"answer": "neighbourhood", "hint": "synonyms for neighbourhood", "clues": [["locality", "a surrounding or nearby region", "locality"], ["neighborhood", "people living near one another", "neighborhood"], ["neck of the woods", "a surrounding or nearby region", "neck of the woods"], ["vicinity", "a surrounding or nearby region", "vicinity"]]}, {"answer": "nerve", "hint": "synonyms for nerve", "clues": [["spunk", "the courage to carry on", "spunk"], ["boldness", "impudent aggressiveness", "boldness"], ["cheek", "impudent aggressiveness", "cheek"], ["brass", "impudent aggressiveness", "brass"], ["face", "impudent aggressiveness", "face"], ["mettle", "the courage to carry on", "mettle"], ["heart", "the courage to carry on", "heart"]]}, {"answer": "nerves", "hint": "synonyms for nerves", "clues": [["brass", "impudent aggressiveness", "brass"], ["nerve", "the courage to carry on", "nerve"], ["spunk", "the courage to carry on", "spunk"], ["boldness", "impudent aggressiveness", "boldness"], ["cheek", "impudent aggressiveness", "cheek"], ["face", "impudent aggressiveness", "face"], ["mettle", "the courage to carry on", "mettle"], ["heart", "the courage to carry on", "heart"]]}, {"answer": "net_income", "hint": "synonyms for net income", "clues": [["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "earnings"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "lucre"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net"], ["profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "profit"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net profit"]]}, {"answer": "net_profit", "hint": "synonyms for net profit", "clues": [["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "earnings"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "lucre"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net"], ["profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "profit"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net income"]]}, {"answer": "network", "hint": "synonyms for network", "clues": [["web", "an interconnected system of things or people", "web"], ["meshwork", "an open fabric of string or rope or wire woven together at regular intervals", "meshwork"], ["meshing", "an open fabric of string or rope or wire woven together at regular intervals", "meshing"], ["electronic network", "(electronics) a system of interconnected electronic components or circuits", "electronic network"], ["net", "an open fabric of string or rope or wire woven together at regular intervals", "net"]]}, {"answer": "neuroleptic", "hint": "synonyms for neuroleptic", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "neuroleptic_agent", "hint": "synonyms for neuroleptic agent", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["neuroleptic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic drug"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"]]}, {"answer": "neuroleptic_drug", "hint": "synonyms for neuroleptic drug", "clues": [["major tranquilliser", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "major tranquilliser"], ["antipsychotic drug", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic drug"], ["antipsychotic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic agent"], ["neuroleptic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic"], ["antipsychotic", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "antipsychotic"], ["neuroleptic agent", "tranquilizer used to treat psychotic conditions when a calming effect is desired", "neuroleptic agent"]]}, {"answer": "new_york_minute", "hint": "synonyms for new york minute", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "news", "hint": "synonyms for news", "clues": [["news program", "a program devoted to current events, often using interviews and commentary", "news program"], ["word", "information about recent and important events", "word"], ["intelligence", "information about recent and important events", "intelligence"], ["news show", "a program devoted to current events, often using interviews and commentary", "news show"], ["newsworthiness", "the quality of being sufficiently interesting to be reported in news bulletins", "newsworthiness"], ["tidings", "information about recent and important events", "tidings"]]}, {"answer": "news_agency", "hint": "synonyms for news agency", "clues": [["news organization", "an agency to collects news reports for newspapers and distributes it electronically", "news organization"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically", "press agency"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically", "press association"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically", "wire service"]]}, {"answer": "news_organisation", "hint": "synonyms for news organisation", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically", "news agency"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically", "news organization"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically", "press agency"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically", "wire service"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically", "press association"]]}, {"answer": "news_organization", "hint": "synonyms for news organization", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically", "news agency"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically", "press agency"], ["news organisation", "an agency to collects news reports for newspapers and distributes it electronically", "news organisation"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically", "press association"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically", "wire service"]]}, {"answer": "news_report", "hint": "synonyms for news report", "clues": [["story", "a short account of the news", "story"], ["write up", "a short account of the news", "write up"], ["report", "a short account of the news", "report"], ["account", "a short account of the news", "account"]]}, {"answer": "newspaper_clipping", "hint": "synonyms for newspaper clipping", "clues": [["clipping", "an excerpt cut from a newspaper or magazine", "clipping"], ["cutting", "an excerpt cut from a newspaper or magazine", "cutting"], ["press clipping", "an excerpt cut from a newspaper or magazine", "press clipping"], ["press cutting", "an excerpt cut from a newspaper or magazine", "press cutting"]]}, {"answer": "nicety", "hint": "synonyms for nicety", "clues": [["justness", "conformity with some esthetic standard of correctness or propriety", "justness"], ["nuance", "a subtle difference in meaning or opinion or attitude", "nuance"], ["refinement", "a subtle difference in meaning or opinion or attitude", "refinement"], ["shade", "a subtle difference in meaning or opinion or attitude", "shade"], ["rightness", "conformity with some esthetic standard of correctness or propriety", "rightness"], ["subtlety", "a subtle difference in meaning or opinion or attitude", "subtlety"]]}, {"answer": "nick", "hint": "synonyms for nick", "clues": [["ding", "an impression in a surface (as made by a blow)", "ding"], ["notch", "a small cut", "notch"], ["dent", "an impression in a surface (as made by a blow)", "dent"], ["gouge", "an impression in a surface (as made by a blow)", "gouge"], ["snick", "a small cut", "snick"]]}, {"answer": "nickname", "hint": "synonyms for nickname", "clues": [["soubriquet", "a familiar name for a person (often a shortened version of a person's given name)", "soubriquet"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)", "moniker"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)", "byname"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)", "cognomen"]]}, {"answer": "nictation", "hint": "synonyms for nictation", "clues": [["nictitation", "a reflex that closes and opens the eyes rapidly", "nictitation"], ["eye blink", "a reflex that closes and opens the eyes rapidly", "eye blink"], ["wink", "a reflex that closes and opens the eyes rapidly", "wink"], ["blinking", "a reflex that closes and opens the eyes rapidly", "blinking"]]}, {"answer": "nictitation", "hint": "synonyms for nictitation", "clues": [["nictation", "a reflex that closes and opens the eyes rapidly", "nictation"], ["eye blink", "a reflex that closes and opens the eyes rapidly", "eye blink"], ["wink", "a reflex that closes and opens the eyes rapidly", "wink"], ["blinking", "a reflex that closes and opens the eyes rapidly", "blinking"]]}, {"answer": "niggardliness", "hint": "synonyms for niggardliness", "clues": [["minginess", "extreme stinginess", "minginess"], ["meanness", "extreme stinginess", "meanness"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["parsimoniousness", "extreme stinginess", "parsimoniousness"], ["niggardness", "extreme stinginess", "niggardness"], ["tightness", "extreme stinginess", "tightness"], ["closeness", "extreme stinginess", "closeness"], ["parsimony", "extreme stinginess", "parsimony"]]}, {"answer": "niggardness", "hint": "synonyms for niggardness", "clues": [["minginess", "extreme stinginess", "minginess"], ["meanness", "extreme stinginess", "meanness"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["parsimoniousness", "extreme stinginess", "parsimoniousness"], ["niggardliness", "extreme stinginess", "niggardliness"], ["tightness", "extreme stinginess", "tightness"], ["closeness", "extreme stinginess", "closeness"], ["parsimony", "extreme stinginess", "parsimony"]]}, {"answer": "night-robe", "hint": "synonyms for night-robe", "clues": [["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightgown"], ["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightie"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women", "gown"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightdress"]]}, {"answer": "night_club", "hint": "synonyms for night club", "clues": [["cabaret", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "cabaret"], ["nightclub", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightclub"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "club"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightspot"]]}, {"answer": "nightclub", "hint": "synonyms for nightclub", "clues": [["cabaret", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "cabaret"], ["night club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "night club"], ["club", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "club"], ["nightspot", "a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink", "nightspot"]]}, {"answer": "nightdress", "hint": "synonyms for nightdress", "clues": [["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightgown"], ["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightie"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women", "gown"], ["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women", "night-robe"]]}, {"answer": "nightfall", "hint": "synonyms for nightfall", "clues": [["evenfall", "the time of day immediately following sunset", "evenfall"], ["gloam", "the time of day immediately following sunset", "gloam"], ["crepuscle", "the time of day immediately following sunset", "crepuscle"], ["twilight", "the time of day immediately following sunset", "twilight"], ["fall", "the time of day immediately following sunset", "fall"], ["dusk", "the time of day immediately following sunset", "dusk"]]}, {"answer": "nightgown", "hint": "synonyms for nightgown", "clues": [["nightie", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightie"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women", "gown"], ["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women", "night-robe"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightdress"]]}, {"answer": "nightie", "hint": "synonyms for nightie", "clues": [["nightgown", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightgown"], ["gown", "lingerie consisting of a loose dress designed to be worn in bed by women", "gown"], ["night-robe", "lingerie consisting of a loose dress designed to be worn in bed by women", "night-robe"], ["nightdress", "lingerie consisting of a loose dress designed to be worn in bed by women", "nightdress"]]}, {"answer": "nightstick", "hint": "synonyms for nightstick", "clues": [["billy club", "a short stout club used primarily by policemen", "billy club"], ["billy", "a short stout club used primarily by policemen", "billy"], ["truncheon", "a short stout club used primarily by policemen", "truncheon"], ["baton", "a short stout club used primarily by policemen", "baton"], ["billystick", "a short stout club used primarily by policemen", "billystick"]]}, {"answer": "nil", "hint": "synonyms for nil", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "nimbleness", "hint": "synonyms for nimbleness", "clues": [["mental dexterity", "intelligence as revealed by quickness and alertness of mind", "mental dexterity"], ["agility", "the gracefulness of a person or animal that is quick and nimble", "agility"], ["legerity", "the gracefulness of a person or animal that is quick and nimble", "legerity"], ["lightsomeness", "the gracefulness of a person or animal that is quick and nimble", "lightsomeness"], ["lightness", "the gracefulness of a person or animal that is quick and nimble", "lightness"]]}, {"answer": "nimbus", "hint": "synonyms for nimbus", "clues": [["rain cloud", "a dark grey cloud bearing rain", "rain cloud"], ["nimbus cloud", "a dark grey cloud bearing rain", "nimbus cloud"], ["glory", "an indication of radiant light drawn around the head of a saint", "glory"], ["aureole", "an indication of radiant light drawn around the head of a saint", "aureole"], ["gloriole", "an indication of radiant light drawn around the head of a saint", "gloriole"], ["halo", "an indication of radiant light drawn around the head of a saint", "halo"], ["aura", "an indication of radiant light drawn around the head of a saint", "aura"]]}, {"answer": "nineties", "hint": "synonyms for nineties", "clues": [["mid-nineties", "the time of life between 90 and 100", "mid-nineties"], ["1990s", "the decade from 1990 to 1999", "1990s"], ["1890s", "the decade from 1890 to 1899", "1890s"], ["90", "the cardinal number that is the product of ten and nine", "90"], ["ninety", "the cardinal number that is the product of ten and nine", "ninety"]]}, {"answer": "nip", "hint": "synonyms for nip", "clues": [["tang", "a tart spicy quality", "tang"], ["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["piquantness", "a tart spicy quality", "piquantness"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["pinch", "a small sharp bite or snip", "pinch"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth", "flavor"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"], ["chilliness", "the property of being moderately cold", "chilliness"], ["zest", "a tart spicy quality", "zest"], ["piquancy", "a tart spicy quality", "piquancy"], ["shot", "a small drink of liquor", "shot"], ["tanginess", "a tart spicy quality", "tanginess"], ["coolness", "the property of being moderately cold", "coolness"]]}, {"answer": "nitty-gritty", "hint": "synonyms for nitty-gritty", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"]]}, {"answer": "nix", "hint": "synonyms for nix", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "nobility", "hint": "synonyms for nobility", "clues": [["aristocracy", "a privileged class holding hereditary titles", "aristocracy"], ["nobleness", "the quality of elevation of mind and exaltation of character or ideals or conduct", "nobleness"], ["magnanimousness", "the quality of elevation of mind and exaltation of character or ideals or conduct", "magnanimousness"], ["grandeur", "the quality of elevation of mind and exaltation of character or ideals or conduct", "grandeur"]]}, {"answer": "noctambulation", "hint": "synonyms for noctambulation", "clues": [["somnambulation", "walking by a person who is asleep", "somnambulation"], ["somnambulism", "walking by a person who is asleep", "somnambulism"], ["noctambulism", "walking by a person who is asleep", "noctambulism"], ["sleepwalking", "walking by a person who is asleep", "sleepwalking"]]}, {"answer": "noctambulism", "hint": "synonyms for noctambulism", "clues": [["somnambulation", "walking by a person who is asleep", "somnambulation"], ["noctambulation", "walking by a person who is asleep", "noctambulation"], ["somnambulism", "walking by a person who is asleep", "somnambulism"], ["sleepwalking", "walking by a person who is asleep", "sleepwalking"]]}, {"answer": "node", "hint": "synonyms for node", "clues": [["client", "(computer science) any computer that is hooked up to a computer network", "client"], ["guest", "(computer science) any computer that is hooked up to a computer network", "guest"], ["thickening", "any thickened enlargement", "thickening"], ["knob", "any thickened enlargement", "knob"]]}, {"answer": "noise", "hint": "synonyms for noise", "clues": [["racket", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience", "racket"], ["randomness", "the quality of lacking any predictable order or plan", "randomness"], ["stochasticity", "the quality of lacking any predictable order or plan", "stochasticity"], ["interference", "electrical or acoustic activity that can disturb communication", "interference"], ["haphazardness", "the quality of lacking any predictable order or plan", "haphazardness"], ["dissonance", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience", "dissonance"], ["disturbance", "electrical or acoustic activity that can disturb communication", "disturbance"]]}, {"answer": "nonsensicality", "hint": "synonyms for nonsensicality", "clues": [["hokum", "a message that seems to convey no meaning", "hokum"], ["bunk", "a message that seems to convey no meaning", "bunk"], ["meaninglessness", "a message that seems to convey no meaning", "meaninglessness"], ["nonsense", "a message that seems to convey no meaning", "nonsense"]]}, {"answer": "nookie", "hint": "synonyms for nookie", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["ass", "slang for sexual intercourse", "ass"], ["nooky", "slang for sexual intercourse", "nooky"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"]]}, {"answer": "nooky", "hint": "synonyms for nooky", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"]]}, {"answer": "noon", "hint": "synonyms for noon", "clues": [["noonday", "the middle of the day", "noonday"], ["high noon", "the middle of the day", "high noon"], ["midday", "the middle of the day", "midday"], ["twelve noon", "the middle of the day", "twelve noon"], ["noontide", "the middle of the day", "noontide"]]}, {"answer": "noonday", "hint": "synonyms for noonday", "clues": [["high noon", "the middle of the day", "high noon"], ["noon", "the middle of the day", "noon"], ["midday", "the middle of the day", "midday"], ["twelve noon", "the middle of the day", "twelve noon"], ["noontide", "the middle of the day", "noontide"]]}, {"answer": "noontide", "hint": "synonyms for noontide", "clues": [["noonday", "the middle of the day", "noonday"], ["high noon", "the middle of the day", "high noon"], ["midday", "the middle of the day", "midday"], ["twelve noon", "the middle of the day", "twelve noon"], ["noon", "the middle of the day", "noon"]]}, {"answer": "noose", "hint": "synonyms for noose", "clues": [["gin", "a trap for birds or small mammals; often has a slip noose", "gin"], ["slip noose", "a loop formed in a cord or rope by means of a slipknot; it binds tighter as the cord or rope is pulled", "slip noose"], ["running noose", "a loop formed in a cord or rope by means of a slipknot; it binds tighter as the cord or rope is pulled", "running noose"], ["snare", "a trap for birds or small mammals; often has a slip noose", "snare"]]}, {"answer": "nose_drops", "hint": "synonyms for nose drops", "clues": [["hell dust", "street names for heroin", "hell dust"], ["smack", "street names for heroin", "smack"], ["skag", "street names for heroin", "skag"], ["scag", "street names for heroin", "scag"], ["thunder", "street names for heroin", "thunder"], ["big H", "street names for heroin", "big H"]]}, {"answer": "note", "hint": "synonyms for note", "clues": [["musical note", "a notation representing the pitch and duration of a musical sound", "musical note"], ["greenback", "a piece of paper money (especially one issued by a central bank)", "greenback"], ["notation", "a comment or instruction (usually added)", "notation"], ["promissory note", "a promise to pay a specified amount on demand or at a certain time", "promissory note"], ["banker's bill", "a piece of paper money (especially one issued by a central bank)", "banker's bill"], ["bank note", "a piece of paper money (especially one issued by a central bank)", "bank note"], ["billet", "a short personal letter", "billet"], ["line", "a short personal letter", "line"], ["tone", "a notation representing the pitch and duration of a musical sound", "tone"], ["bank bill", "a piece of paper money (especially one issued by a central bank)", "bank bill"], ["government note", "a piece of paper money (especially one issued by a central bank)", "government note"], ["note of hand", "a promise to pay a specified amount on demand or at a certain time", "note of hand"], ["bill", "a piece of paper money (especially one issued by a central bank)", "bill"], ["short letter", "a short personal letter", "short letter"]]}, {"answer": "nothingness", "hint": "synonyms for nothingness", "clues": [["malarkey", "empty rhetoric or insincere or exaggerated talk", "malarkey"], ["wind", "empty rhetoric or insincere or exaggerated talk", "wind"], ["idle words", "empty rhetoric or insincere or exaggerated talk", "idle words"], ["jazz", "empty rhetoric or insincere or exaggerated talk", "jazz"]]}, {"answer": "nothings", "hint": "synonyms for nothings", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "notice", "hint": "synonyms for notice", "clues": [["notification", "a request for payment", "notification"], ["observation", "the act of noticing or paying attention", "observation"], ["card", "a sign posted in a public place as an advertisement", "card"], ["bill", "a sign posted in a public place as an advertisement", "bill"], ["observance", "the act of noticing or paying attention", "observance"], ["poster", "a sign posted in a public place as an advertisement", "poster"], ["placard", "a sign posted in a public place as an advertisement", "placard"], ["posting", "a sign posted in a public place as an advertisement", "posting"]]}, {"answer": "notification", "hint": "synonyms for notification", "clues": [["notice", "a request for payment", "notice"], ["telling", "informing by words", "telling"], ["apprisal", "informing by words", "apprisal"], ["presentment", "an accusation of crime made by a grand jury on its own initiative", "presentment"]]}, {"answer": "notion", "hint": "synonyms for notion", "clues": [["whimsey", "an odd or fanciful or capricious idea", "whimsey"], ["belief", "a vague idea in which some confidence is placed", "belief"], ["impression", "a vague idea in which some confidence is placed", "impression"], ["whim", "an odd or fanciful or capricious idea", "whim"], ["opinion", "a vague idea in which some confidence is placed", "opinion"], ["feeling", "a vague idea in which some confidence is placed", "feeling"]]}, {"answer": "nought", "hint": "synonyms for nought", "clues": [["cypher", "a mathematical element that when added to another number yields the same number", "cypher"], ["cipher", "a mathematical element that when added to another number yields the same number", "cipher"], ["0", "a mathematical element that when added to another number yields the same number", "0"], ["zero", "a mathematical element that when added to another number yields the same number", "zero"]]}, {"answer": "nourishment", "hint": "synonyms for nourishment", "clues": [["nutrition", "a source of materials to nourish the body", "nutrition"], ["sustenance", "a source of materials to nourish the body", "sustenance"], ["victuals", "a source of materials to nourish the body", "victuals"], ["nutriment", "a source of materials to nourish the body", "nutriment"], ["alimentation", "a source of materials to nourish the body", "alimentation"], ["aliment", "a source of materials to nourish the body", "aliment"]]}, {"answer": "nous", "hint": "synonyms for nous", "clues": [["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "head"], ["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "mind"], ["psyche", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "psyche"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "brain"]]}, {"answer": "novelty", "hint": "synonyms for novelty", "clues": [["knickknack", "a small inexpensive mass-produced article", "knickknack"], ["gaud", "cheap showy jewelry or ornament on clothing", "gaud"], ["bangle", "cheap showy jewelry or ornament on clothing", "bangle"], ["trinket", "cheap showy jewelry or ornament on clothing", "trinket"], ["fallal", "cheap showy jewelry or ornament on clothing", "fallal"], ["freshness", "originality by virtue of being refreshingly novel", "freshness"], ["bauble", "cheap showy jewelry or ornament on clothing", "bauble"], ["gewgaw", "cheap showy jewelry or ornament on clothing", "gewgaw"]]}, {"answer": "nuance", "hint": "synonyms for nuance", "clues": [["nicety", "a subtle difference in meaning or opinion or attitude", "nicety"], ["refinement", "a subtle difference in meaning or opinion or attitude", "refinement"], ["subtlety", "a subtle difference in meaning or opinion or attitude", "subtlety"], ["shade", "a subtle difference in meaning or opinion or attitude", "shade"]]}, {"answer": "nub", "hint": "synonyms for nub", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["nubble", "a small lump or protuberance", "nubble"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["stub", "a small piece", "stub"]]}, {"answer": "number", "hint": "synonyms for number", "clues": [["routine", "a short theatrical performance that is part of a longer program", "routine"], ["turn", "a short theatrical performance that is part of a longer program", "turn"], ["phone number", "the number is used in calling a particular telephone", "phone number"], ["numeral", "a symbol used to represent a number", "numeral"], ["figure", "the property possessed by a sum or total or indefinite quantity of units or individuals", "figure"], ["bit", "a short theatrical performance that is part of a longer program", "bit"], ["act", "a short theatrical performance that is part of a longer program", "act"], ["identification number", "a numeral or string of numerals that is used for identification", "identification number"], ["issue", "one of a series published periodically", "issue"]]}, {"answer": "numbers", "hint": "synonyms for numbers", "clues": [["number", "a short theatrical performance that is part of a longer program", "number"], ["phone number", "the number is used in calling a particular telephone", "phone number"], ["numbers racket", "an illegal daily lottery", "numbers racket"], ["numeral", "a symbol used to represent a number", "numeral"], ["numbers pool", "an illegal daily lottery", "numbers pool"], ["bit", "a short theatrical performance that is part of a longer program", "bit"], ["numbers game", "an illegal daily lottery", "numbers game"], ["act", "a short theatrical performance that is part of a longer program", "act"], ["identification number", "a numeral or string of numerals that is used for identification", "identification number"], ["routine", "a short theatrical performance that is part of a longer program", "routine"], ["turn", "a short theatrical performance that is part of a longer program", "turn"], ["figure", "the property possessed by a sum or total or indefinite quantity of units or individuals", "figure"], ["issue", "one of a series published periodically", "issue"]]}, {"answer": "numeration", "hint": "synonyms for numeration", "clues": [["enumeration", "the act of counting; reciting numbers in ascending order", "enumeration"], ["counting", "the act of counting; reciting numbers in ascending order", "counting"], ["reckoning", "the act of counting; reciting numbers in ascending order", "reckoning"], ["tally", "the act of counting; reciting numbers in ascending order", "tally"]]}, {"answer": "nurture", "hint": "synonyms for nurture", "clues": [["rearing", "the properties acquired as a consequence of the way you were treated as a child", "rearing"], ["fostering", "helping someone grow up to be an accepted member of the community", "fostering"], ["raising", "the properties acquired as a consequence of the way you were treated as a child", "raising"], ["upbringing", "helping someone grow up to be an accepted member of the community", "upbringing"], ["bringing up", "helping someone grow up to be an accepted member of the community", "bringing up"], ["breeding", "helping someone grow up to be an accepted member of the community", "breeding"], ["fosterage", "helping someone grow up to be an accepted member of the community", "fosterage"]]}, {"answer": "nut_house", "hint": "synonyms for nut house", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "nuthouse", "hint": "synonyms for nuthouse", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"], ["nut house", "pejorative terms for an insane asylum", "nut house"]]}, {"answer": "nutriment", "hint": "synonyms for nutriment", "clues": [["nutrition", "a source of materials to nourish the body", "nutrition"], ["sustenance", "a source of materials to nourish the body", "sustenance"], ["victuals", "a source of materials to nourish the body", "victuals"], ["alimentation", "a source of materials to nourish the body", "alimentation"], ["nourishment", "a source of materials to nourish the body", "nourishment"], ["aliment", "a source of materials to nourish the body", "aliment"]]}, {"answer": "nutrition", "hint": "synonyms for nutrition", "clues": [["sustenance", "a source of materials to nourish the body", "sustenance"], ["victuals", "a source of materials to nourish the body", "victuals"], ["nutriment", "a source of materials to nourish the body", "nutriment"], ["alimentation", "a source of materials to nourish the body", "alimentation"], ["nourishment", "a source of materials to nourish the body", "nourishment"], ["aliment", "a source of materials to nourish the body", "aliment"]]}, {"answer": "nylon_stocking", "hint": "synonyms for nylon stocking", "clues": [["rayon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "rayon stocking"], ["nylons", "women's stockings made from a sheer material (nylon or rayon or silk)", "nylons"], ["rayons", "women's stockings made from a sheer material (nylon or rayon or silk)", "rayons"], ["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "silk stocking"]]}, {"answer": "nylons", "hint": "synonyms for nylons", "clues": [["nylon", "a thermoplastic polyamide; a family of strong resilient synthetic fibers", "nylon"], ["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "silk stocking"], ["rayons", "women's stockings made from a sheer material (nylon or rayon or silk)", "rayons"], ["nylon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "nylon stocking"]]}, {"answer": "oarlock", "hint": "synonyms for oarlock", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "peg"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "tholepin"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "thole"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "pin"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "rowlock"]]}, {"answer": "oath", "hint": "synonyms for oath", "clues": [["swearword", "profane or obscene expression usually of surprise or anger", "swearword"], ["expletive", "profane or obscene expression usually of surprise or anger", "expletive"], ["curse word", "profane or obscene expression usually of surprise or anger", "curse word"], ["swearing", "profane or obscene expression usually of surprise or anger", "swearing"], ["curse", "profane or obscene expression usually of surprise or anger", "curse"], ["cuss", "profane or obscene expression usually of surprise or anger", "cuss"]]}, {"answer": "obfuscation", "hint": "synonyms for obfuscation", "clues": [["mystification", "the activity of obscuring people's understanding, leaving them baffled or bewildered", "mystification"], ["bemusement", "confusion resulting from failure to understand", "bemusement"], ["bewilderment", "confusion resulting from failure to understand", "bewilderment"], ["puzzlement", "confusion resulting from failure to understand", "puzzlement"], ["bafflement", "confusion resulting from failure to understand", "bafflement"], ["befuddlement", "confusion resulting from failure to understand", "befuddlement"]]}, {"answer": "object", "hint": "synonyms for object", "clues": [["physical object", "a tangible and visible entity; an entity that can cast a shadow", "physical object"], ["objective", "the goal intended to be attained (and which is believed to be attainable)", "objective"], ["aim", "the goal intended to be attained (and which is believed to be attainable)", "aim"], ["target", "the goal intended to be attained (and which is believed to be attainable)", "target"]]}, {"answer": "objection", "hint": "synonyms for objection", "clues": [["dissent", "the act of protesting; a public (often organized) manifestation of dissent", "dissent"], ["remonstration", "the act of expressing earnest opposition or protest", "remonstration"], ["expostulation", "the act of expressing earnest opposition or protest", "expostulation"], ["protest", "the act of protesting; a public (often organized) manifestation of dissent", "protest"], ["remonstrance", "the act of expressing earnest opposition or protest", "remonstrance"]]}, {"answer": "obligation", "hint": "synonyms for obligation", "clues": [["duty", "the social force that binds you to the courses of action demanded by that force; ; - John D.Rockefeller Jr", "duty"], ["debt instrument", "a written promise to repay a debt", "debt instrument"], ["responsibility", "the social force that binds you to the courses of action demanded by that force; ; - John D.Rockefeller Jr", "responsibility"], ["indebtedness", "a personal relation in which one is indebted for a service or favor", "indebtedness"], ["certificate of indebtedness", "a written promise to repay a debt", "certificate of indebtedness"]]}, {"answer": "obloquy", "hint": "synonyms for obloquy", "clues": [["traducement", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "traducement"], ["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "defamation"], ["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumny"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumniation"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "hatchet job"]]}, {"answer": "obscenity", "hint": "synonyms for obscenity", "clues": [["vulgarism", "an offensive or indecent word or phrase", "vulgarism"], ["filth", "an offensive or indecent word or phrase", "filth"], ["bawdiness", "the trait of behaving in an obscene manner", "bawdiness"], ["salacity", "the trait of behaving in an obscene manner", "salacity"], ["smut", "an offensive or indecent word or phrase", "smut"], ["lewdness", "the trait of behaving in an obscene manner", "lewdness"], ["salaciousness", "the trait of behaving in an obscene manner", "salaciousness"], ["dirty word", "an offensive or indecent word or phrase", "dirty word"]]}, {"answer": "observance", "hint": "synonyms for observance", "clues": [["ceremonial occasion", "a formal event performed on a special occasion", "ceremonial occasion"], ["watching", "the act of observing; taking a patient look", "watching"], ["ceremony", "a formal event performed on a special occasion", "ceremony"], ["observation", "the act of noticing or paying attention", "observation"], ["notice", "the act of noticing or paying attention", "notice"], ["honoring", "conformity with law or custom or practice etc.", "honoring"], ["ceremonial", "a formal event performed on a special occasion", "ceremonial"]]}, {"answer": "observation", "hint": "synonyms for observation", "clues": [["observance", "the act of observing; taking a patient look", "observance"], ["watching", "the act of observing; taking a patient look", "watching"], ["reflexion", "a remark expressing careful consideration", "reflexion"], ["notice", "the act of noticing or paying attention", "notice"], ["reflection", "a remark expressing careful consideration", "reflection"]]}, {"answer": "obstinacy", "hint": "synonyms for obstinacy", "clues": [["obstinance", "resolute adherence to your own ideas or desires", "obstinance"], ["bullheadedness", "resolute adherence to your own ideas or desires", "bullheadedness"], ["stubbornness", "resolute adherence to your own ideas or desires", "stubbornness"], ["self-will", "resolute adherence to your own ideas or desires", "self-will"], ["mulishness", "the trait of being difficult to handle or overcome", "mulishness"], ["pigheadedness", "resolute adherence to your own ideas or desires", "pigheadedness"]]}, {"answer": "obstinance", "hint": "synonyms for obstinance", "clues": [["obstinacy", "the trait of being difficult to handle or overcome", "obstinacy"], ["bullheadedness", "resolute adherence to your own ideas or desires", "bullheadedness"], ["stubbornness", "resolute adherence to your own ideas or desires", "stubbornness"], ["self-will", "resolute adherence to your own ideas or desires", "self-will"], ["mulishness", "the trait of being difficult to handle or overcome", "mulishness"], ["pigheadedness", "resolute adherence to your own ideas or desires", "pigheadedness"]]}, {"answer": "occasion", "hint": "synonyms for occasion", "clues": [["affair", "a vaguely specified social event", "affair"], ["function", "a vaguely specified social event", "function"], ["social occasion", "a vaguely specified social event", "social occasion"], ["juncture", "an event that occurs at a critical time", "juncture"], ["social function", "a vaguely specified social event", "social function"]]}, {"answer": "occasions", "hint": "synonyms for occasions", "clues": [["affair", "a vaguely specified social event", "affair"], ["occasion", "a vaguely specified social event", "occasion"], ["function", "a vaguely specified social event", "function"], ["social occasion", "a vaguely specified social event", "social occasion"], ["juncture", "an event that occurs at a critical time", "juncture"], ["social function", "a vaguely specified social event", "social function"]]}, {"answer": "occlusion", "hint": "synonyms for occlusion", "clues": [["closure", "an obstruction in a pipe or tube", "closure"], ["block", "an obstruction in a pipe or tube", "block"], ["stoppage", "an obstruction in a pipe or tube", "stoppage"], ["blockage", "an obstruction in a pipe or tube", "blockage"], ["stop", "an obstruction in a pipe or tube", "stop"], ["occluded front", "(meteorology) a composite front when colder air surrounds a mass of warm air and forces it aloft", "occluded front"]]}, {"answer": "occupation", "hint": "synonyms for occupation", "clues": [["moving in", "the act of occupying or taking possession of a building", "moving in"], ["line of work", "the principal activity in your life that you do to earn money", "line of work"], ["military control", "the control of a country by military forces of a foreign power", "military control"], ["occupancy", "the act of occupying or taking possession of a building", "occupancy"], ["job", "the principal activity in your life that you do to earn money", "job"], ["business", "the principal activity in your life that you do to earn money", "business"], ["line", "the principal activity in your life that you do to earn money", "line"]]}, {"answer": "ocean_bottom", "hint": "synonyms for ocean bottom", "clues": [["seabed", "the bottom of a sea or ocean", "seabed"], ["sea bottom", "the bottom of a sea or ocean", "sea bottom"], ["sea floor", "the bottom of a sea or ocean", "sea floor"], ["ocean floor", "the bottom of a sea or ocean", "ocean floor"]]}, {"answer": "ocean_floor", "hint": "synonyms for ocean floor", "clues": [["ocean bottom", "the bottom of a sea or ocean", "ocean bottom"], ["seabed", "the bottom of a sea or ocean", "seabed"], ["sea bottom", "the bottom of a sea or ocean", "sea bottom"], ["sea floor", "the bottom of a sea or ocean", "sea floor"]]}, {"answer": "octad", "hint": "synonyms for octad", "clues": [["8", "the cardinal number that is the sum of seven and one", "8"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"], ["octet", "the cardinal number that is the sum of seven and one", "octet"]]}, {"answer": "octet", "hint": "synonyms for octet", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["8", "the cardinal number that is the sum of seven and one", "8"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["octette", "a set of eight similar things considered as a unit", "octette"], ["eightsome", "eight people considered as a unit", "eightsome"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"]]}, {"answer": "octonary", "hint": "synonyms for octonary", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["8", "the cardinal number that is the sum of seven and one", "8"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["octet", "the cardinal number that is the sum of seven and one", "octet"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["ogdoad", "the cardinal number that is the sum of seven and one", "ogdoad"]]}, {"answer": "oddity", "hint": "synonyms for oddity", "clues": [["oddness", "eccentricity that is not easily explained", "oddness"], ["quirk", "a strange attitude or habit", "quirk"], ["crotchet", "a strange attitude or habit", "crotchet"], ["rarity", "something unusual -- perhaps worthy of collecting", "rarity"], ["oddment", "something unusual -- perhaps worthy of collecting", "oddment"], ["quirkiness", "a strange attitude or habit", "quirkiness"], ["peculiarity", "something unusual -- perhaps worthy of collecting", "peculiarity"], ["queerness", "a strange attitude or habit", "queerness"], ["curio", "something unusual -- perhaps worthy of collecting", "curio"], ["curiosity", "something unusual -- perhaps worthy of collecting", "curiosity"]]}, {"answer": "oddment", "hint": "synonyms for oddment", "clues": [["remnant", "a piece of cloth that is left over after the rest has been used or sold", "remnant"], ["rarity", "something unusual -- perhaps worthy of collecting", "rarity"], ["peculiarity", "something unusual -- perhaps worthy of collecting", "peculiarity"], ["curio", "something unusual -- perhaps worthy of collecting", "curio"], ["curiosity", "something unusual -- perhaps worthy of collecting", "curiosity"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold", "remainder"], ["end", "a piece of cloth that is left over after the rest has been used or sold", "end"], ["oddity", "something unusual -- perhaps worthy of collecting", "oddity"]]}, {"answer": "oddments", "hint": "synonyms for oddments", "clues": [["remnant", "a piece of cloth that is left over after the rest has been used or sold", "remnant"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["end", "a piece of cloth that is left over after the rest has been used or sold", "end"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["mishmash", "a motley assortment of things", "mishmash"], ["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["rarity", "something unusual -- perhaps worthy of collecting", "rarity"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["oddment", "something unusual -- perhaps worthy of collecting", "oddment"], ["peculiarity", "something unusual -- perhaps worthy of collecting", "peculiarity"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["curio", "something unusual -- perhaps worthy of collecting", "curio"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold", "remainder"], ["curiosity", "something unusual -- perhaps worthy of collecting", "curiosity"], ["oddity", "something unusual -- perhaps worthy of collecting", "oddity"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "odds_and_ends", "hint": "synonyms for odds and ends", "clues": [["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "odium", "hint": "synonyms for odium", "clues": [["execration", "hate coupled with disgust", "execration"], ["abomination", "hate coupled with disgust", "abomination"], ["loathing", "hate coupled with disgust", "loathing"], ["detestation", "hate coupled with disgust", "detestation"], ["abhorrence", "hate coupled with disgust", "abhorrence"]]}, {"answer": "odor", "hint": "synonyms for odor", "clues": [["scent", "any property detected by the olfactory system", "scent"], ["odour", "any property detected by the olfactory system", "odour"], ["olfactory perception", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "olfactory perception"], ["smell", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "smell"], ["olfactory sensation", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "olfactory sensation"], ["olfactory property", "any property detected by the olfactory system", "olfactory property"], ["aroma", "any property detected by the olfactory system", "aroma"]]}, {"answer": "odour", "hint": "synonyms for odour", "clues": [["scent", "any property detected by the olfactory system", "scent"], ["odor", "any property detected by the olfactory system", "odor"], ["olfactory perception", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "olfactory perception"], ["smell", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "smell"], ["olfactory sensation", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "olfactory sensation"], ["olfactory property", "any property detected by the olfactory system", "olfactory property"], ["aroma", "any property detected by the olfactory system", "aroma"]]}, {"answer": "offence", "hint": "synonyms for offence", "clues": [["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act", "law-breaking"], ["offense", "a lack of politeness; a failure to show regard for others; wounding the feelings or others", "offense"], ["criminal offense", "(criminal law) an act punishable by law; usually considered an evil act", "criminal offense"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act", "crime"], ["discourtesy", "a lack of politeness; a failure to show regard for others; wounding the feelings or others", "discourtesy"], ["umbrage", "a feeling of anger caused by being offended", "umbrage"], ["offensive activity", "a lack of politeness; a failure to show regard for others; wounding the feelings or others", "offensive activity"]]}, {"answer": "offense", "hint": "synonyms for offense", "clues": [["law-breaking", "(criminal law) an act punishable by law; usually considered an evil act", "law-breaking"], ["criminal offense", "(criminal law) an act punishable by law; usually considered an evil act", "criminal offense"], ["crime", "(criminal law) an act punishable by law; usually considered an evil act", "crime"], ["discourtesy", "a lack of politeness; a failure to show regard for others; wounding the feelings or others", "discourtesy"], ["offence", "(criminal law) an act punishable by law; usually considered an evil act", "offence"], ["umbrage", "a feeling of anger caused by being offended", "umbrage"], ["offensive", "the action of attacking an enemy", "offensive"], ["offensive activity", "a lack of politeness; a failure to show regard for others; wounding the feelings or others", "offensive activity"]]}, {"answer": "offer", "hint": "synonyms for offer", "clues": [["pass", "a usually brief attempt", "pass"], ["offering", "something offered (as a proposal or bid)", "offering"], ["go", "a usually brief attempt", "go"], ["crack", "a usually brief attempt", "crack"], ["fling", "a usually brief attempt", "fling"], ["whirl", "a usually brief attempt", "whirl"]]}, {"answer": "office", "hint": "synonyms for office", "clues": [["business office", "place of business where professional or clerical duties are performed", "business office"], ["federal agency", "an administrative unit of government", "federal agency"], ["government agency", "an administrative unit of government", "government agency"], ["role", "the actions and activities assigned to or required or expected of a person or group", "role"], ["spot", "a job in an organization", "spot"], ["situation", "a job in an organization", "situation"], ["agency", "an administrative unit of government", "agency"], ["authority", "an administrative unit of government", "authority"], ["function", "the actions and activities assigned to or required or expected of a person or group", "function"], ["part", "the actions and activities assigned to or required or expected of a person or group", "part"], ["bureau", "an administrative unit of government", "bureau"], ["post", "a job in an organization", "post"], ["berth", "a job in an organization", "berth"], ["place", "a job in an organization", "place"], ["position", "a job in an organization", "position"], ["office staff", "professional or clerical workers in an office", "office staff"], ["billet", "a job in an organization", "billet"]]}, {"answer": "offset", "hint": "synonyms for offset", "clues": [["beginning", "the time at which something is supposed to begin", "beginning"], ["offset printing", "a plate makes an inked impression on a rubber-blanketed cylinder, which in turn transfers it to the paper", "offset printing"], ["outgrowth", "a natural consequence of development", "outgrowth"], ["offshoot", "a natural consequence of development", "offshoot"], ["branch", "a natural consequence of development", "branch"], ["set-back", "structure where a wall or building narrows abruptly", "set-back"], ["start", "the time at which something is supposed to begin", "start"], ["setoff", "structure where a wall or building narrows abruptly", "setoff"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["first", "the time at which something is supposed to begin", "first"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["outset", "the time at which something is supposed to begin", "outset"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["counterbalance", "a compensating equivalent", "counterbalance"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "ogdoad", "hint": "synonyms for ogdoad", "clues": [["octad", "the cardinal number that is the sum of seven and one", "octad"], ["8", "the cardinal number that is the sum of seven and one", "8"], ["eighter", "the cardinal number that is the sum of seven and one", "eighter"], ["octonary", "the cardinal number that is the sum of seven and one", "octonary"], ["eighter from Decatur", "the cardinal number that is the sum of seven and one", "eighter from Decatur"], ["eight", "the cardinal number that is the sum of seven and one", "eight"], ["octet", "the cardinal number that is the sum of seven and one", "octet"]]}, {"answer": "ohmic_resistance", "hint": "synonyms for ohmic resistance", "clues": [["electric resistance", "a material's opposition to the flow of electric current; measured in ohms", "electric resistance"], ["resistance", "a material's opposition to the flow of electric current; measured in ohms", "resistance"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms", "impedance"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms", "resistivity"]]}, {"answer": "oil", "hint": "synonyms for oil", "clues": [["petroleum", "a dark oil consisting mainly of hydrocarbons", "petroleum"], ["rock oil", "a dark oil consisting mainly of hydrocarbons", "rock oil"], ["vegetable oil", "any of a group of liquid edible fats that are obtained from plants", "vegetable oil"], ["oil colour", "oil paint containing pigment that is used by an artist", "oil colour"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons", "fossil oil"], ["crude", "a dark oil consisting mainly of hydrocarbons", "crude"], ["crude oil", "a dark oil consisting mainly of hydrocarbons", "crude oil"]]}, {"answer": "oiler", "hint": "synonyms for oiler", "clues": [["oil tanker", "a cargo ship designed to carry crude oil in bulk", "oil tanker"], ["tanker", "a cargo ship designed to carry crude oil in bulk", "tanker"], ["oil well", "a well that yields or has yielded oil", "oil well"], ["tank ship", "a cargo ship designed to carry crude oil in bulk", "tank ship"]]}, {"answer": "oiliness", "hint": "synonyms for oiliness", "clues": [["fulsomeness", "smug self-serving earnestness", "fulsomeness"], ["unction", "smug self-serving earnestness", "unction"], ["unctuousness", "smug self-serving earnestness", "unctuousness"], ["smarminess", "smug self-serving earnestness", "smarminess"], ["oleaginousness", "consisting of or covered with oil", "oleaginousness"], ["greasiness", "consisting of or covered with oil", "greasiness"]]}, {"answer": "ointment", "hint": "synonyms for ointment", "clues": [["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "salve"], ["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unguent"], ["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unction"], ["cream", "toiletry consisting of any of various substances in the form of a thick liquid that have a soothing and moisturizing effect when applied to the skin", "cream"], ["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "balm"], ["emollient", "toiletry consisting of any of various substances in the form of a thick liquid that have a soothing and moisturizing effect when applied to the skin", "emollient"]]}, {"answer": "old-age_pension", "hint": "synonyms for old-age pension", "clues": [["retirement check", "a monthly payment made to someone who is retired from work", "retirement check"], ["superannuation", "a monthly payment made to someone who is retired from work", "superannuation"], ["retirement pension", "a monthly payment made to someone who is retired from work", "retirement pension"], ["retirement benefit", "a monthly payment made to someone who is retired from work", "retirement benefit"], ["retirement fund", "a monthly payment made to someone who is retired from work", "retirement fund"]]}, {"answer": "old_age", "hint": "synonyms for old age", "clues": [["age", "a late time of life", "age"], ["geezerhood", "a late time of life", "geezerhood"], ["eld", "a late time of life", "eld"], ["years", "a late time of life", "years"]]}, {"answer": "oleaginousness", "hint": "synonyms for oleaginousness", "clues": [["oiliness", "consisting of or covered with oil", "oiliness"], ["fulsomeness", "smug self-serving earnestness", "fulsomeness"], ["unction", "smug self-serving earnestness", "unction"], ["unctuousness", "smug self-serving earnestness", "unctuousness"], ["smarminess", "smug self-serving earnestness", "smarminess"], ["greasiness", "consisting of or covered with oil", "greasiness"]]}, {"answer": "olfactory_property", "hint": "synonyms for olfactory property", "clues": [["scent", "any property detected by the olfactory system", "scent"], ["odor", "any property detected by the olfactory system", "odor"], ["smell", "any property detected by the olfactory system", "smell"], ["aroma", "any property detected by the olfactory system", "aroma"]]}, {"answer": "omen", "hint": "synonyms for omen", "clues": [["prognostic", "a sign of something about to happen", "prognostic"], ["prodigy", "a sign of something about to happen", "prodigy"], ["prognostication", "a sign of something about to happen", "prognostication"], ["presage", "a sign of something about to happen", "presage"], ["portent", "a sign of something about to happen", "portent"]]}, {"answer": "omnium-gatherum", "hint": "synonyms for omnium-gatherum", "clues": [["farrago", "a motley assortment of things", "farrago"], ["ragbag", "a motley assortment of things", "ragbag"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "onager", "hint": "synonyms for onager", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"]]}, {"answer": "onanism", "hint": "synonyms for onanism", "clues": [["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "coitus interruptus"], ["masturbation", "manual stimulation of the genital organs (of yourself or another) for sexual pleasure", "masturbation"], ["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "pulling out"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal method"]]}, {"answer": "one-fourth", "hint": "synonyms for one-fourth", "clues": [["fourth part", "one of four equal parts", "fourth part"], ["quarter", "one of four equal parts", "quarter"], ["one-quarter", "one of four equal parts", "one-quarter"], ["twenty-five percent", "one of four equal parts", "twenty-five percent"], ["fourth", "one of four equal parts", "fourth"]]}, {"answer": "one-man_rule", "hint": "synonyms for one-man rule", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "one-quarter", "hint": "synonyms for one-quarter", "clues": [["fourth part", "one of four equal parts", "fourth part"], ["quarter", "one of four equal parts", "quarter"], ["twenty-five percent", "one of four equal parts", "twenty-five percent"], ["one-fourth", "one of four equal parts", "one-fourth"], ["fourth", "one of four equal parts", "fourth"]]}, {"answer": "one_c", "hint": "synonyms for one c", "clues": [["century", "ten 10s", "century"], ["one C", "ten 10s", "one C"], ["100", "ten 10s", "100"], ["hundred", "ten 10s", "hundred"]]}, {"answer": "one_dollar_bill", "hint": "synonyms for one dollar bill", "clues": [["buck", "a piece of paper money worth one dollar", "buck"], ["dollar", "a piece of paper money worth one dollar", "dollar"], ["dollar bill", "a piece of paper money worth one dollar", "dollar bill"], ["clam", "a piece of paper money worth one dollar", "clam"]]}, {"answer": "oneirism", "hint": "synonyms for oneirism", "clues": [["castle in the air", "absentminded dreaming while awake", "castle in the air"], ["revery", "absentminded dreaming while awake", "revery"], ["air castle", "absentminded dreaming while awake", "air castle"], ["daydream", "absentminded dreaming while awake", "daydream"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["reverie", "absentminded dreaming while awake", "reverie"]]}, {"answer": "onset", "hint": "synonyms for onset", "clues": [["onrush", "(military) an offensive against an enemy (using weapons)", "onrush"], ["onslaught", "(military) an offensive against an enemy (using weapons)", "onslaught"], ["attack", "(military) an offensive against an enemy (using weapons)", "attack"], ["oncoming", "the beginning or early stages", "oncoming"]]}, {"answer": "onslaught", "hint": "synonyms for onslaught", "clues": [["onrush", "(military) an offensive against an enemy (using weapons)", "onrush"], ["onset", "(military) an offensive against an enemy (using weapons)", "onset"], ["attack", "(military) an offensive against an enemy (using weapons)", "attack"], ["bombardment", "the rapid and continuous delivery of linguistic communication (spoken or written)", "bombardment"], ["barrage", "the rapid and continuous delivery of linguistic communication (spoken or written)", "barrage"], ["outpouring", "the rapid and continuous delivery of linguistic communication (spoken or written)", "outpouring"]]}, {"answer": "ontogenesis", "hint": "synonyms for ontogenesis", "clues": [["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "development"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growing"], ["ontogeny", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogeny"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "maturation"], ["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growth"]]}, {"answer": "ontogeny", "hint": "synonyms for ontogeny", "clues": [["development", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "development"], ["growing", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growing"], ["ontogenesis", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "ontogenesis"], ["maturation", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "maturation"], ["growth", "(biology) the process of an individual organism growing organically; a purely biological unfolding of events involved in an organism changing gradually from a simple to a more complex level", "growth"]]}, {"answer": "onward_motion", "hint": "synonyms for onward motion", "clues": [["procession", "the act of moving forward (as toward a goal)", "procession"], ["forward motion", "the act of moving forward (as toward a goal)", "forward motion"], ["advancement", "the act of moving forward (as toward a goal)", "advancement"], ["progress", "the act of moving forward (as toward a goal)", "progress"], ["advance", "the act of moving forward (as toward a goal)", "advance"]]}, {"answer": "oodles", "hint": "synonyms for oodles", "clues": [["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["lashings", "a large number or amount", "lashings"], ["wads", "a large number or amount", "wads"], ["piles", "a large number or amount", "piles"], ["stacks", "a large number or amount", "stacks"], ["gobs", "a large number or amount", "gobs"], ["lots", "a large number or amount", "lots"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["slews", "a large number or amount", "slews"], ["scores", "a large number or amount", "scores"], ["scads", "a large number or amount", "scads"], ["heaps", "a large number or amount", "heaps"]]}, {"answer": "oomph", "hint": "synonyms for oomph", "clues": [["pizzaz", "the activeness of an energetic personality", "pizzaz"], ["desirability", "attractiveness to the opposite sex", "desirability"], ["zing", "the activeness of an energetic personality", "zing"], ["sex appeal", "attractiveness to the opposite sex", "sex appeal"], ["desirableness", "attractiveness to the opposite sex", "desirableness"], ["dynamism", "the activeness of an energetic personality", "dynamism"]]}, {"answer": "ooze", "hint": "synonyms for ooze", "clues": [["goop", "any thick, viscous matter", "goop"], ["seepage", "the process of seeping", "seepage"], ["guck", "any thick, viscous matter", "guck"], ["sludge", "any thick, viscous matter", "sludge"], ["gunk", "any thick, viscous matter", "gunk"], ["oozing", "the process of seeping", "oozing"], ["gook", "any thick, viscous matter", "gook"], ["muck", "any thick, viscous matter", "muck"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "opera_hat", "hint": "synonyms for opera hat", "clues": [["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "topper"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "top hat"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "silk hat"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "stovepipe"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "dress hat"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "beaver"], ["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "high hat"]]}, {"answer": "operation", "hint": "synonyms for operation", "clues": [["mathematical process", "(mathematics) calculation by mathematical methods", "mathematical process"], ["functioning", "process or manner of functioning or operating", "functioning"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgery"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "process"], ["procedure", "a process or series of acts especially of a practical or mechanical nature involved in a particular form of work", "procedure"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical procedure"], ["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "mental process"], ["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical process"], ["performance", "process or manner of functioning or operating", "performance"], ["military operation", "activity by a military or naval force (as a maneuver or campaign)", "military operation"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical operation"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive operation"], ["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive process"], ["mathematical operation", "(mathematics) calculation by mathematical methods", "mathematical operation"]]}, {"answer": "operations", "hint": "synonyms for operations", "clues": [["functioning", "process or manner of functioning or operating", "functioning"], ["operation", "a process or series of acts especially of a practical or mechanical nature involved in a particular form of work", "operation"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgery"], ["process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "process"], ["performance", "process or manner of functioning or operating", "performance"], ["military operation", "activity by a military or naval force (as a maneuver or campaign)", "military operation"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive operation"], ["mathematical operation", "(mathematics) calculation by mathematical methods", "mathematical operation"], ["mathematical process", "(mathematics) calculation by mathematical methods", "mathematical process"], ["trading operations", "financial transactions at a brokerage; having to do with the execution of trades and keeping customer records", "trading operations"], ["procedure", "a process or series of acts especially of a practical or mechanical nature involved in a particular form of work", "procedure"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical procedure"], ["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "mental process"], ["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical process"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical operation"], ["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive process"]]}, {"answer": "opinion", "hint": "synonyms for opinion", "clues": [["ruling", "the reason for a court's judgment (as opposed to the decision itself)", "ruling"], ["impression", "a vague idea in which some confidence is placed", "impression"], ["judgment", "the legal document stating the reasons for a judicial decision", "judgment"], ["popular opinion", "a belief or sentiment shared by most people; the voice of the people", "popular opinion"], ["notion", "a vague idea in which some confidence is placed", "notion"], ["view", "a personal belief or judgment that is not founded on proof or certainty", "view"], ["thought", "a personal belief or judgment that is not founded on proof or certainty", "thought"], ["belief", "a vague idea in which some confidence is placed", "belief"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty", "persuasion"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty", "sentiment"], ["legal opinion", "the legal document stating the reasons for a judicial decision", "legal opinion"], ["vox populi", "a belief or sentiment shared by most people; the voice of the people", "vox populi"], ["feeling", "a vague idea in which some confidence is placed", "feeling"], ["public opinion", "a belief or sentiment shared by most people; the voice of the people", "public opinion"]]}, {"answer": "oppressiveness", "hint": "synonyms for oppressiveness", "clues": [["onerousness", "unwelcome burdensome difficulty", "onerousness"], ["oppression", "a feeling of being oppressed", "oppression"], ["burdensomeness", "unwelcome burdensome difficulty", "burdensomeness"], ["heaviness", "unwelcome burdensome difficulty", "heaviness"]]}, {"answer": "option", "hint": "synonyms for option", "clues": [["alternative", "one of a number of things from which only one can be chosen", "alternative"], ["pick", "the act of choosing or selecting", "pick"], ["selection", "the act of choosing or selecting", "selection"], ["choice", "the act of choosing or selecting", "choice"]]}, {"answer": "opus", "hint": "synonyms for opus", "clues": [["piece", "a musical work that has been created", "piece"], ["musical composition", "a musical work that has been created", "musical composition"], ["piece of music", "a musical work that has been created", "piece of music"], ["composition", "a musical work that has been created", "composition"]]}, {"answer": "oral_communication", "hint": "synonyms for oral communication", "clues": [["speech", "(language) communication by word of mouth", "speech"], ["speech communication", "(language) communication by word of mouth", "speech communication"], ["voice communication", "(language) communication by word of mouth", "voice communication"], ["spoken language", "(language) communication by word of mouth", "spoken language"], ["language", "(language) communication by word of mouth", "language"]]}, {"answer": "oral_contraceptive", "hint": "synonyms for oral contraceptive", "clues": [["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulatory drug"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulant"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "pill"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "birth control pill"], ["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "contraceptive pill"]]}, {"answer": "oral_contraceptive_pill", "hint": "synonyms for oral contraceptive pill", "clues": [["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulatory drug"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulant"], ["pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "pill"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "birth control pill"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "oral contraceptive"], ["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "contraceptive pill"]]}, {"answer": "oral_exam", "hint": "synonyms for oral exam", "clues": [["oral", "an examination conducted by spoken communication", "oral"], ["oral examination", "an examination conducted by spoken communication", "oral examination"], ["viva", "an examination conducted by spoken communication", "viva"], ["viva voce", "an examination conducted by spoken communication", "viva voce"]]}, {"answer": "oral_examination", "hint": "synonyms for oral examination", "clues": [["oral", "an examination conducted by spoken communication", "oral"], ["viva voce", "an examination conducted by spoken communication", "viva voce"], ["viva", "an examination conducted by spoken communication", "viva"], ["oral exam", "an examination conducted by spoken communication", "oral exam"]]}, {"answer": "orbit", "hint": "synonyms for orbit", "clues": [["celestial orbit", "the (usually elliptical) path described by one celestial body in its revolution about another", "celestial orbit"], ["reach", "an area in which something acts or operates or has power or control:", "reach"], ["scope", "an area in which something acts or operates or has power or control:", "scope"], ["electron orbit", "the path of an electron around the nucleus of an atom", "electron orbit"], ["ambit", "an area in which something acts or operates or has power or control:", "ambit"], ["range", "an area in which something acts or operates or has power or control:", "range"], ["compass", "an area in which something acts or operates or has power or control:", "compass"]]}, {"answer": "order", "hint": "synonyms for order", "clues": [["society", "a formal association of people with similar interests", "society"], ["ordering", "logical or comprehensible arrangement of separate elements", "ordering"], ["ordination", "logical or comprehensible arrangement of separate elements", "ordination"], ["guild", "a formal association of people with similar interests", "guild"], ["monastic order", "a group of person living under a religious rule", "monastic order"], ["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "edict"], ["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "fiat"], ["purchase order", "a commercial document used to request someone to supply something in return for payment and providing specifications and quantities", "purchase order"], ["order of magnitude", "a degree in a continuum of size or quantity", "order of magnitude"], ["social club", "a formal association of people with similar interests", "social club"], ["club", "a formal association of people with similar interests", "club"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "decree"], ["rules of order", "a body of rules followed by an assembly", "rules of order"], ["parliamentary law", "a body of rules followed by an assembly", "parliamentary law"], ["parliamentary procedure", "a body of rules followed by an assembly", "parliamentary procedure"], ["rescript", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "rescript"], ["lodge", "a formal association of people with similar interests", "lodge"]]}, {"answer": "ordnance", "hint": "synonyms for ordnance", "clues": [["ordnance store", "military supplies", "ordnance store"], ["heavy weapon", "large but transportable armament", "heavy weapon"], ["gun", "large but transportable armament", "gun"], ["artillery", "large but transportable armament", "artillery"], ["munition", "military supplies", "munition"]]}, {"answer": "ordure", "hint": "synonyms for ordure", "clues": [["stool", "solid excretory product evacuated from the bowels", "stool"], ["faeces", "solid excretory product evacuated from the bowels", "faeces"], ["faecal matter", "solid excretory product evacuated from the bowels", "faecal matter"], ["dejection", "solid excretory product evacuated from the bowels", "dejection"]]}, {"answer": "ore_dressing", "hint": "synonyms for ore dressing", "clues": [["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "beneficiation"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral extraction"], ["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral processing"], ["ore processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore processing"]]}, {"answer": "ore_processing", "hint": "synonyms for ore processing", "clues": [["beneficiation", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "beneficiation"], ["mineral extraction", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral extraction"], ["mineral processing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "mineral processing"], ["ore dressing", "crushing and separating ore into valuable substances or waste by any of a variety of techniques", "ore dressing"]]}, {"answer": "organ", "hint": "synonyms for organ", "clues": [["electronic organ", "(music) an electronic simulation of a pipe organ", "electronic organ"], ["harmonium", "a free-reed instrument in which air is forced through the reeds by bellows", "harmonium"], ["reed organ", "a free-reed instrument in which air is forced through the reeds by bellows", "reed organ"], ["pipe organ", "wind instrument whose sound is produced by means of pipes arranged in sets supplied with air from a bellows and controlled from a large complex musical keyboard", "pipe organ"]]}, {"answer": "organisation", "hint": "synonyms for organisation", "clues": [["arrangement", "an organized structure for arranging or classifying", "arrangement"], ["establishment", "the act of forming or establishing something", "establishment"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governing body"], ["system", "an ordered manner; orderliness by virtue of being methodical and well organized", "system"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "brass"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governance"], ["constitution", "the act of forming or establishing something", "constitution"], ["organization", "an organized structure for arranging or classifying", "organization"], ["formation", "the act of forming or establishing something", "formation"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "administration"]]}, {"answer": "organization", "hint": "synonyms for organization", "clues": [["organisation", "a group of people who work together", "organisation"], ["arrangement", "an organized structure for arranging or classifying", "arrangement"], ["establishment", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "establishment"], ["governing body", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governing body"], ["system", "an ordered manner; orderliness by virtue of being methodical and well organized", "system"], ["brass", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "brass"], ["governance", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "governance"], ["constitution", "the act of forming or establishing something", "constitution"], ["formation", "the act of forming or establishing something", "formation"], ["administration", "the persons (or committees or departments etc.) who make up a body for the purpose of administering something", "administration"]]}, {"answer": "organs", "hint": "synonyms for organs", "clues": [["electronic organ", "(music) an electronic simulation of a pipe organ", "electronic organ"], ["harmonium", "a free-reed instrument in which air is forced through the reeds by bellows", "harmonium"], ["organ", "a free-reed instrument in which air is forced through the reeds by bellows", "organ"], ["reed organ", "a free-reed instrument in which air is forced through the reeds by bellows", "reed organ"], ["pipe organ", "wind instrument whose sound is produced by means of pipes arranged in sets supplied with air from a bellows and controlled from a large complex musical keyboard", "pipe organ"], ["variety meat", "edible viscera of a butchered animal", "variety meat"]]}, {"answer": "orgy", "hint": "synonyms for orgy", "clues": [["drunken revelry", "a wild gathering involving excessive drinking and promiscuity", "drunken revelry"], ["binge", "any act of immoderate indulgence", "binge"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity", "bacchanalia"], ["riot", "a wild gathering involving excessive drinking and promiscuity", "riot"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity", "debauchery"], ["debauch", "a wild gathering involving excessive drinking and promiscuity", "debauch"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity", "saturnalia"], ["splurge", "any act of immoderate indulgence", "splurge"]]}, {"answer": "origin", "hint": "synonyms for origin", "clues": [["source", "the place where something begins, where it springs into being", "source"], ["origination", "an event that is a beginning; a first part or stage of subsequent events", "origination"], ["descent", "properties attributable to your ancestry", "descent"], ["extraction", "properties attributable to your ancestry", "extraction"], ["line", "the descendants of one individual", "line"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["beginning", "the place where something begins, where it springs into being", "beginning"], ["inception", "an event that is a beginning; a first part or stage of subsequent events", "inception"], ["stock", "the descendants of one individual", "stock"], ["line of descent", "the descendants of one individual", "line of descent"], ["blood line", "the descendants of one individual", "blood line"], ["parentage", "the descendants of one individual", "parentage"], ["rootage", "the place where something begins, where it springs into being", "rootage"], ["lineage", "the descendants of one individual", "lineage"], ["ancestry", "the descendants of one individual", "ancestry"], ["root", "the place where something begins, where it springs into being", "root"]]}, {"answer": "origination", "hint": "synonyms for origination", "clues": [["creation", "the act of starting something for the first time; introducing something new", "creation"], ["instauration", "the act of starting something for the first time; introducing something new", "instauration"], ["introduction", "the act of starting something for the first time; introducing something new", "introduction"], ["foundation", "the act of starting something for the first time; introducing something new", "foundation"], ["institution", "the act of starting something for the first time; introducing something new", "institution"], ["origin", "an event that is a beginning; a first part or stage of subsequent events", "origin"], ["inception", "an event that is a beginning; a first part or stage of subsequent events", "inception"], ["founding", "the act of starting something for the first time; introducing something new", "founding"], ["innovation", "the act of starting something for the first time; introducing something new", "innovation"], ["initiation", "the act of starting something for the first time; introducing something new", "initiation"]]}, {"answer": "ornateness", "hint": "synonyms for ornateness", "clues": [["rhetoric", "high-flown style; excessive use of verbal ornamentation", "rhetoric"], ["grandiloquence", "high-flown style; excessive use of verbal ornamentation", "grandiloquence"], ["magniloquence", "high-flown style; excessive use of verbal ornamentation", "magniloquence"], ["elaborateness", "an ornate appearance; being elaborately (even excessively) decorated", "elaborateness"], ["grandiosity", "high-flown style; excessive use of verbal ornamentation", "grandiosity"]]}, {"answer": "os", "hint": "synonyms for os", "clues": [["osmium", "a hard brittle blue-grey or blue-black metallic element that is one of the platinum metals; the heaviest metal known", "osmium"], ["operating system", "(computer science) software that controls the execution of computer programs and may provide various services", "operating system"], ["o", "the 15th letter of the Roman alphabet", "o"], ["oxygen", "a nonmetallic bivalent element that is normally a colorless odorless tasteless nonflammable diatomic gas; constitutes 21 percent of the atmosphere by volume; the most abundant element in the earth's crust", "oxygen"], ["atomic number 76", "a hard brittle blue-grey or blue-black metallic element that is one of the platinum metals; the heaviest metal known", "atomic number 76"]]}, {"answer": "ostentation", "hint": "synonyms for ostentation", "clues": [["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pomposity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pompousness"], ["flash", "a gaudy outward display", "flash"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "splashiness"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "puffiness"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentatiousness"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "inflation"], ["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pretentiousness"], ["fanfare", "a gaudy outward display", "fanfare"]]}, {"answer": "ostentatiousness", "hint": "synonyms for ostentatiousness", "clues": [["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pretentiousness"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "splashiness"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pomposity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "puffiness"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pompousness"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "inflation"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentation"]]}, {"answer": "outburst", "hint": "synonyms for outburst", "clues": [["ebullition", "an unrestrained expression of emotion", "ebullition"], ["gush", "an unrestrained expression of emotion", "gush"], ["effusion", "an unrestrained expression of emotion", "effusion"], ["blowup", "an unrestrained expression of emotion", "blowup"], ["burst", "a sudden intense happening", "burst"], ["flare-up", "a sudden intense happening", "flare-up"], ["tumultuous disturbance", "a sudden violent disturbance", "tumultuous disturbance"]]}, {"answer": "outcome", "hint": "synonyms for outcome", "clues": [["termination", "something that results", "termination"], ["final result", "something that results", "final result"], ["event", "a phenomenon that follows and is caused by some previous phenomenon", "event"], ["resultant", "something that results", "resultant"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon", "effect"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon", "consequence"], ["result", "a phenomenon that follows and is caused by some previous phenomenon", "result"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon", "upshot"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon", "issue"]]}, {"answer": "outcry", "hint": "synonyms for outcry", "clues": [["yell", "a loud utterance; often in protest or opposition", "yell"], ["cry", "a loud utterance; often in protest or opposition", "cry"], ["shout", "a loud utterance; often in protest or opposition", "shout"], ["call", "a loud utterance; often in protest or opposition", "call"], ["vociferation", "a loud utterance; often in protest or opposition", "vociferation"]]}, {"answer": "outfit", "hint": "synonyms for outfit", "clues": [["turnout", "a set of clothing (with accessories)", "turnout"], ["kit", "gear consisting of a set of articles or tools for a specified purpose", "kit"], ["rig", "a set of clothing (with accessories)", "rig"], ["getup", "a set of clothing (with accessories)", "getup"]]}, {"answer": "outflow", "hint": "synonyms for outflow", "clues": [["fountain", "a natural flow of ground water", "fountain"], ["leak", "the discharge of a fluid from some container", "leak"], ["effluence", "the process of flowing out", "effluence"], ["natural spring", "a natural flow of ground water", "natural spring"], ["escape", "the discharge of a fluid from some container", "escape"], ["efflux", "the process of flowing out", "efflux"], ["outpouring", "a natural flow of ground water", "outpouring"], ["spring", "a natural flow of ground water", "spring"], ["leakage", "the discharge of a fluid from some container", "leakage"]]}, {"answer": "outgrowth", "hint": "synonyms for outgrowth", "clues": [["emergence", "the gradual beginning or coming forth", "emergence"], ["offshoot", "a natural consequence of development", "offshoot"], ["growth", "the gradual beginning or coming forth", "growth"], ["branch", "a natural consequence of development", "branch"], ["offset", "a natural consequence of development", "offset"]]}, {"answer": "outing", "hint": "synonyms for outing", "clues": [["picnic", "a day devoted to an outdoor social gathering", "picnic"], ["sashay", "a journey taken for pleasure", "sashay"], ["excursion", "a journey taken for pleasure", "excursion"], ["jaunt", "a journey taken for pleasure", "jaunt"], ["junket", "a journey taken for pleasure", "junket"], ["pleasure trip", "a journey taken for pleasure", "pleasure trip"], ["expedition", "a journey taken for pleasure", "expedition"], ["field day", "a day devoted to an outdoor social gathering", "field day"]]}, {"answer": "outlay", "hint": "synonyms for outlay", "clues": [["outgo", "money paid out; an amount spent", "outgo"], ["spending", "money paid out; an amount spent", "spending"], ["disbursement", "the act of spending or disbursing money", "disbursement"], ["expenditure", "money paid out; an amount spent", "expenditure"], ["disbursal", "the act of spending or disbursing money", "disbursal"]]}, {"answer": "outlet", "hint": "synonyms for outlet", "clues": [["mercantile establishment", "a place of business for retailing goods", "mercantile establishment"], ["electric outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric outlet"], ["retail store", "a place of business for retailing goods", "retail store"], ["way out", "an opening that permits escape or release", "way out"], ["release", "activity that frees or expresses creative energy or emotion", "release"], ["exit", "an opening that permits escape or release", "exit"], ["issue", "an opening that permits escape or release", "issue"], ["sales outlet", "a place of business for retailing goods", "sales outlet"], ["vent", "activity that frees or expresses creative energy or emotion", "vent"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall socket"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric receptacle"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall plug"]]}, {"answer": "outline", "hint": "synonyms for outline", "clues": [["schema", "a schematic or preliminary plan", "schema"], ["scheme", "a schematic or preliminary plan", "scheme"], ["synopsis", "a sketchy summary of the main points of an argument or theory", "synopsis"], ["abstract", "a sketchy summary of the main points of an argument or theory", "abstract"], ["lineation", "the line that appears to bound an object", "lineation"], ["precis", "a sketchy summary of the main points of an argument or theory", "precis"]]}, {"answer": "outlook", "hint": "synonyms for outlook", "clues": [["mindset", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations", "mindset"], ["prospect", "belief about (or mental picture of) the future", "prospect"], ["expectation", "belief about (or mental picture of) the future", "expectation"], ["lookout", "the act of looking out", "lookout"], ["mentality", "a habitual or characteristic mental attitude that determines how you will interpret and respond to situations", "mentality"]]}, {"answer": "outpouring", "hint": "synonyms for outpouring", "clues": [["fountain", "a natural flow of ground water", "fountain"], ["gush", "a sudden rapid flow (as of water)", "gush"], ["flush", "a sudden rapid flow (as of water)", "flush"], ["discharge", "the pouring forth of a fluid", "discharge"], ["bombardment", "the rapid and continuous delivery of linguistic communication (spoken or written)", "bombardment"], ["run", "the pouring forth of a fluid", "run"], ["natural spring", "a natural flow of ground water", "natural spring"], ["onslaught", "the rapid and continuous delivery of linguistic communication (spoken or written)", "onslaught"], ["flood", "a large flow", "flood"], ["spring", "a natural flow of ground water", "spring"], ["barrage", "the rapid and continuous delivery of linguistic communication (spoken or written)", "barrage"], ["overflow", "a large flow", "overflow"], ["outflow", "a natural flow of ground water", "outflow"]]}, {"answer": "output", "hint": "synonyms for output", "clues": [["output signal", "signal that comes out of an electronic system", "output signal"], ["end product", "final product; the things produced", "end product"], ["production", "the quantity of something (as a commodity) that is created (usually within a given period of time)", "production"], ["yield", "production of a certain amount", "yield"], ["outturn", "what is produced in a given time period", "outturn"], ["turnout", "what is produced in a given time period", "turnout"]]}, {"answer": "outset", "hint": "synonyms for outset", "clues": [["beginning", "the time at which something is supposed to begin", "beginning"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["first", "the time at which something is supposed to begin", "first"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["start", "the time at which something is supposed to begin", "start"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["offset", "the time at which something is supposed to begin", "offset"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "outsider_art", "hint": "synonyms for outsider art", "clues": [["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "primitive art"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "self-taught art"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "naive art"], ["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "vernacular art"]]}, {"answer": "overestimate", "hint": "synonyms for overestimate", "clues": [["overrating", "a calculation that results in an estimate that is too high", "overrating"], ["overreckoning", "a calculation that results in an estimate that is too high", "overreckoning"], ["overestimation", "an appraisal that is too high", "overestimation"], ["overappraisal", "an appraisal that is too high", "overappraisal"], ["overvaluation", "an appraisal that is too high", "overvaluation"]]}, {"answer": "overestimation", "hint": "synonyms for overestimation", "clues": [["overrating", "a calculation that results in an estimate that is too high", "overrating"], ["overreckoning", "a calculation that results in an estimate that is too high", "overreckoning"], ["overestimate", "a calculation that results in an estimate that is too high", "overestimate"], ["overappraisal", "an appraisal that is too high", "overappraisal"], ["overvaluation", "an appraisal that is too high", "overvaluation"]]}, {"answer": "overflow", "hint": "synonyms for overflow", "clues": [["runoff", "the occurrence of surplus liquid (as water) exceeding the limit or capacity", "runoff"], ["outpouring", "a large flow", "outpouring"], ["flood", "a large flow", "flood"], ["overspill", "the occurrence of surplus liquid (as water) exceeding the limit or capacity", "overspill"]]}, {"answer": "overhaul", "hint": "synonyms for overhaul", "clues": [["service", "periodic maintenance on a car or machine", "service"], ["renovation", "the act of improving by renewing and restoring", "renovation"], ["inspection and repair", "periodic maintenance on a car or machine", "inspection and repair"], ["redevelopment", "the act of improving by renewing and restoring", "redevelopment"]]}, {"answer": "overhead_railway", "hint": "synonyms for overhead railway", "clues": [["elevated railway", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railway"], ["elevated railroad", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated railroad"], ["el", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "el"], ["elevated", "a railway that is powered by electricity and that runs on a track that is raised above the street level", "elevated"]]}, {"answer": "overrefinement", "hint": "synonyms for overrefinement", "clues": [["twisting", "the act of distorting something so it seems to mean something it was not intended to mean", "twisting"], ["torture", "the act of distorting something so it seems to mean something it was not intended to mean", "torture"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean", "straining"], ["distortion", "the act of distorting something so it seems to mean something it was not intended to mean", "distortion"]]}, {"answer": "oversight", "hint": "synonyms for oversight", "clues": [["lapse", "a mistake resulting from inattention", "lapse"], ["inadvertence", "an unintentional omission resulting from failure to notice something", "inadvertence"], ["supervision", "management by overseeing the performance or operation of a person or group", "supervision"], ["superintendence", "management by overseeing the performance or operation of a person or group", "superintendence"]]}, {"answer": "overture", "hint": "synonyms for overture", "clues": [["prelude", "something that serves as a preceding event or introduces what follows", "prelude"], ["approach", "a tentative suggestion designed to elicit the reactions of others", "approach"], ["advance", "a tentative suggestion designed to elicit the reactions of others", "advance"], ["feeler", "a tentative suggestion designed to elicit the reactions of others", "feeler"], ["preliminary", "something that serves as a preceding event or introduces what follows", "preliminary"]]}, {"answer": "ovoflavin", "hint": "synonyms for ovoflavin", "clues": [["vitamin B2", "a B vitamin that prevents skin lesions and weight loss", "vitamin B2"], ["riboflavin", "a B vitamin that prevents skin lesions and weight loss", "riboflavin"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss", "lactoflavin"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss", "vitamin G"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss", "hepatoflavin"]]}, {"answer": "oxybenzene", "hint": "synonyms for oxybenzene", "clues": [["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenol"], ["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "carbolic acid"], ["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "hydroxybenzene"], ["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenylic acid"]]}, {"answer": "ozocerite", "hint": "synonyms for ozocerite", "clues": [["earth wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "earth wax"], ["ozokerite", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "ozokerite"], ["ader wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "ader wax"], ["mineral wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "mineral wax"]]}, {"answer": "ozokerite", "hint": "synonyms for ozokerite", "clues": [["earth wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "earth wax"], ["ozocerite", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "ozocerite"], ["ader wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "ader wax"], ["mineral wax", "a waxy mineral that is a mixture of hydrocarbons and occurs in association with petroleum; some varieties are used in making ceresin and candles", "mineral wax"]]}, {"answer": "pa", "hint": "synonyms for pa", "clues": [["atomic number 91", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead", "atomic number 91"], ["pascal", "a unit of pressure equal to one newton per square meter", "pascal"], ["protactinium", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead", "protactinium"], ["public address system", "an electronic amplification system used as a communication system in public areas", "public address system"]]}, {"answer": "pabulum", "hint": "synonyms for pabulum", "clues": [["edible", "any substance that can be used as food", "edible"], ["eatable", "any substance that can be used as food", "eatable"], ["comestible", "any substance that can be used as food", "comestible"], ["victuals", "any substance that can be used as food", "victuals"]]}, {"answer": "pace", "hint": "synonyms for pace", "clues": [["footstep", "the distance covered by a step", "footstep"], ["stride", "a step in walking or running", "stride"], ["gait", "the rate of moving (especially walking or running)", "gait"], ["yard", "a unit of length equal to 3 feet; defined as 91.44 centimeters; originally taken to be the average length of a stride", "yard"], ["rate", "the relative speed of progress or change", "rate"], ["step", "the distance covered by a step", "step"], ["tread", "a step in walking or running", "tread"], ["tempo", "the rate of some repeating event", "tempo"]]}, {"answer": "pacification", "hint": "synonyms for pacification", "clues": [["counterinsurgency", "actions taken by a government to defeat insurgency", "counterinsurgency"], ["peace", "a treaty to cease hostilities", "peace"], ["peace treaty", "a treaty to cease hostilities", "peace treaty"], ["mollification", "the act of appeasing someone or causing someone to be more favorably inclined", "mollification"]]}, {"answer": "pack", "hint": "synonyms for pack", "clues": [["multitude", "a large indefinite number", "multitude"], ["battalion", "a large indefinite number", "battalion"], ["mob", "an association of criminals", "mob"], ["clique", "an exclusive circle of people with a common purpose", "clique"], ["coterie", "an exclusive circle of people with a common purpose", "coterie"], ["ingroup", "an exclusive circle of people with a common purpose", "ingroup"], ["ring", "an association of criminals", "ring"], ["plurality", "a large indefinite number", "plurality"], ["large number", "a large indefinite number", "large number"], ["gang", "an association of criminals", "gang"], ["camp", "an exclusive circle of people with a common purpose", "camp"], ["face pack", "a cream that cleanses and tones the skin", "face pack"], ["inner circle", "an exclusive circle of people with a common purpose", "inner circle"]]}, {"answer": "package", "hint": "synonyms for package", "clues": [["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software"], ["parcel", "a collection of things wrapped or boxed together", "parcel"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software program"], ["packet", "a collection of things wrapped or boxed together", "packet"], ["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software package"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software system"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "computer software"], ["bundle", "a collection of things wrapped or boxed together", "bundle"]]}, {"answer": "packet", "hint": "synonyms for packet", "clues": [["mail boat", "a boat for carrying mail", "mail boat"], ["package", "a collection of things wrapped or boxed together", "package"], ["parcel", "a collection of things wrapped or boxed together", "parcel"], ["packet boat", "a boat for carrying mail", "packet boat"], ["bundle", "a collection of things wrapped or boxed together", "bundle"]]}, {"answer": "packing", "hint": "synonyms for packing", "clues": [["boxing", "the enclosure of something in a package or box", "boxing"], ["packing material", "any material used especially to protect something", "packing material"], ["backpacking", "carrying something in a pack on the back", "backpacking"], ["wadding", "any material used especially to protect something", "wadding"]]}, {"answer": "packsack", "hint": "synonyms for packsack", "clues": [["backpack", "a bag carried by a strap on your back or shoulder", "backpack"], ["rucksack", "a bag carried by a strap on your back or shoulder", "rucksack"], ["haversack", "a bag carried by a strap on your back or shoulder", "haversack"], ["knapsack", "a bag carried by a strap on your back or shoulder", "knapsack"]]}, {"answer": "pad", "hint": "synonyms for pad", "clues": [["launch area", "a platform from which rockets or space craft are launched", "launch area"], ["diggings", "temporary living quarters", "diggings"], ["lodgings", "temporary living quarters", "lodgings"], ["domiciliation", "temporary living quarters", "domiciliation"], ["inking pad", "a block of absorbent material saturated with ink; used to transfer ink evenly to a rubber stamp", "inking pad"], ["tablet", "a number of sheets of paper fastened together along one edge", "tablet"], ["launching pad", "a platform from which rockets or space craft are launched", "launching pad"], ["stamp pad", "a block of absorbent material saturated with ink; used to transfer ink evenly to a rubber stamp", "stamp pad"], ["inkpad", "a block of absorbent material saturated with ink; used to transfer ink evenly to a rubber stamp", "inkpad"], ["digs", "temporary living quarters", "digs"], ["launchpad", "a platform from which rockets or space craft are launched", "launchpad"], ["pad of paper", "a number of sheets of paper fastened together along one edge", "pad of paper"]]}, {"answer": "paddy_wagon", "hint": "synonyms for paddy wagon", "clues": [["police van", "van used by police to transport prisoners", "police van"], ["wagon", "van used by police to transport prisoners", "wagon"], ["police wagon", "van used by police to transport prisoners", "police wagon"], ["patrol wagon", "van used by police to transport prisoners", "patrol wagon"], ["black Maria", "van used by police to transport prisoners", "black Maria"]]}, {"answer": "paean", "hint": "synonyms for paean", "clues": [["panegyric", "a formal expression of praise", "panegyric"], ["pean", "(ancient Greece) a hymn of praise (especially one sung in ancient Greece to invoke or thank a deity)", "pean"], ["encomium", "a formal expression of praise", "encomium"], ["eulogy", "a formal expression of praise", "eulogy"]]}, {"answer": "pain", "hint": "synonyms for pain", "clues": [["pain sensation", "a somatic sensation of acute discomfort", "pain sensation"], ["bother", "something or someone that causes trouble; a source of unhappiness", "bother"], ["botheration", "something or someone that causes trouble; a source of unhappiness", "botheration"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness", "pain in the neck"], ["painfulness", "emotional distress; a fundamental feeling that people try to avoid", "painfulness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness", "annoyance"], ["infliction", "something or someone that causes trouble; a source of unhappiness", "infliction"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness", "pain in the ass"]]}, {"answer": "pain_in_the_ass", "hint": "synonyms for pain in the ass", "clues": [["pain in the neck", "something or someone that causes trouble; a source of unhappiness", "pain in the neck"], ["annoyance", "something or someone that causes trouble; a source of unhappiness", "annoyance"], ["bother", "something or someone that causes trouble; a source of unhappiness", "bother"], ["infliction", "something or someone that causes trouble; a source of unhappiness", "infliction"], ["botheration", "something or someone that causes trouble; a source of unhappiness", "botheration"], ["pain", "something or someone that causes trouble; a source of unhappiness", "pain"]]}, {"answer": "pain_in_the_neck", "hint": "synonyms for pain in the neck", "clues": [["annoyance", "something or someone that causes trouble; a source of unhappiness", "annoyance"], ["bother", "something or someone that causes trouble; a source of unhappiness", "bother"], ["infliction", "something or someone that causes trouble; a source of unhappiness", "infliction"], ["botheration", "something or someone that causes trouble; a source of unhappiness", "botheration"], ["pain", "something or someone that causes trouble; a source of unhappiness", "pain"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness", "pain in the ass"]]}, {"answer": "pains", "hint": "synonyms for pains", "clues": [["pain sensation", "a somatic sensation of acute discomfort", "pain sensation"], ["striving", "an effortful attempt to attain a goal", "striving"], ["bother", "something or someone that causes trouble; a source of unhappiness", "bother"], ["botheration", "something or someone that causes trouble; a source of unhappiness", "botheration"], ["pain", "a somatic sensation of acute discomfort", "pain"], ["pain in the neck", "something or someone that causes trouble; a source of unhappiness", "pain in the neck"], ["painfulness", "emotional distress; a fundamental feeling that people try to avoid", "painfulness"], ["annoyance", "something or someone that causes trouble; a source of unhappiness", "annoyance"], ["strain", "an effortful attempt to attain a goal", "strain"], ["infliction", "something or someone that causes trouble; a source of unhappiness", "infliction"], ["nisus", "an effortful attempt to attain a goal", "nisus"], ["pain in the ass", "something or someone that causes trouble; a source of unhappiness", "pain in the ass"]]}, {"answer": "paint", "hint": "synonyms for paint", "clues": [["pigment", "a substance used as a coating to protect or decorate a surface (especially a mixture of pigment suspended in a liquid); dries to form a hard coating", "pigment"], ["blusher", "makeup consisting of a pink or red powder applied to the cheeks", "blusher"], ["rouge", "makeup consisting of a pink or red powder applied to the cheeks", "rouge"], ["key", "(basketball) a space (including the foul line) in front of the basket at each end of a basketball court; usually painted a different color from the rest of the court", "key"]]}, {"answer": "pair", "hint": "synonyms for pair", "clues": [["twosome", "two items of the same kind", "twosome"], ["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["distich", "two items of the same kind", "distich"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["yoke", "two items of the same kind", "yoke"], ["couplet", "two items of the same kind", "couplet"], ["twain", "two items of the same kind", "twain"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "pairing", "hint": "synonyms for pairing", "clues": [["mating", "the act of pairing a male and female for reproductive purposes", "mating"], ["conjugation", "the act of pairing a male and female for reproductive purposes", "conjugation"], ["union", "the act of pairing a male and female for reproductive purposes", "union"], ["sexual union", "the act of pairing a male and female for reproductive purposes", "sexual union"], ["coupling", "the act of pairing a male and female for reproductive purposes", "coupling"]]}, {"answer": "palaver", "hint": "synonyms for palaver", "clues": [["empty talk", "loud and confused and empty talk", "empty talk"], ["empty words", "loud and confused and empty talk", "empty words"], ["cajolery", "flattery intended to persuade", "cajolery"], ["rhetoric", "loud and confused and empty talk", "rhetoric"], ["hot air", "loud and confused and empty talk", "hot air"], ["blandishment", "flattery intended to persuade", "blandishment"]]}, {"answer": "paleness", "hint": "synonyms for paleness", "clues": [["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividity"], ["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallor"], ["fairness", "the property of having a naturally light complexion", "fairness"], ["pallidity", "being deficient in color", "pallidity"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallidness"], ["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividness"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "luridness"], ["blondness", "the property of having a naturally light complexion", "blondness"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "achromasia"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "wanness"]]}, {"answer": "pall", "hint": "synonyms for pall", "clues": [["winding-clothes", "burial garment in which a corpse is wrapped", "winding-clothes"], ["curtain", "hanging cloth used as a blind (especially for a window)", "curtain"], ["drape", "hanging cloth used as a blind (especially for a window)", "drape"], ["drapery", "hanging cloth used as a blind (especially for a window)", "drapery"], ["shroud", "burial garment in which a corpse is wrapped", "shroud"], ["winding-sheet", "burial garment in which a corpse is wrapped", "winding-sheet"], ["cerement", "burial garment in which a corpse is wrapped", "cerement"], ["chill", "a sudden numbing dread", "chill"], ["mantle", "hanging cloth used as a blind (especially for a window)", "mantle"]]}, {"answer": "pallidness", "hint": "synonyms for pallidness", "clues": [["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallor"], ["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividness"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividity"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "luridness"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "paleness"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "achromasia"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "wanness"]]}, {"answer": "pallor", "hint": "synonyms for pallor", "clues": [["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividness"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividity"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "luridness"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "paleness"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "achromasia"], ["wanness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "wanness"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallidness"]]}, {"answer": "palm", "hint": "synonyms for palm", "clues": [["laurel wreath", "an award for winning a championship or commemorating some other event", "laurel wreath"], ["medal", "an award for winning a championship or commemorating some other event", "medal"], ["ribbon", "an award for winning a championship or commemorating some other event", "ribbon"], ["medallion", "an award for winning a championship or commemorating some other event", "medallion"], ["decoration", "an award for winning a championship or commemorating some other event", "decoration"]]}, {"answer": "pamphlet", "hint": "synonyms for pamphlet", "clues": [["brochure", "a small book usually having a paper cover", "brochure"], ["leaflet", "a small book usually having a paper cover", "leaflet"], ["tract", "a brief treatise on a subject of interest; published in the form of a booklet", "tract"], ["booklet", "a small book usually having a paper cover", "booklet"], ["folder", "a small book usually having a paper cover", "folder"]]}, {"answer": "panache", "hint": "synonyms for panache", "clues": [["style", "distinctive and stylish elegance", "style"], ["dash", "distinctive and stylish elegance", "dash"], ["flair", "distinctive and stylish elegance", "flair"], ["elan", "distinctive and stylish elegance", "elan"]]}, {"answer": "panama", "hint": "synonyms for panama", "clues": [["sailor", "a stiff hat made of straw with a flat crown", "sailor"], ["skimmer", "a stiff hat made of straw with a flat crown", "skimmer"], ["boater", "a stiff hat made of straw with a flat crown", "boater"], ["straw hat", "a stiff hat made of straw with a flat crown", "straw hat"], ["leghorn", "a stiff hat made of straw with a flat crown", "leghorn"]]}, {"answer": "panama_hat", "hint": "synonyms for panama hat", "clues": [["sailor", "a stiff hat made of straw with a flat crown", "sailor"], ["skimmer", "a stiff hat made of straw with a flat crown", "skimmer"], ["boater", "a stiff hat made of straw with a flat crown", "boater"], ["straw hat", "a stiff hat made of straw with a flat crown", "straw hat"], ["leghorn", "a stiff hat made of straw with a flat crown", "leghorn"]]}, {"answer": "pancake", "hint": "synonyms for pancake", "clues": [["battercake", "a flat cake of thin batter fried on both sides on a griddle", "battercake"], ["flapcake", "a flat cake of thin batter fried on both sides on a griddle", "flapcake"], ["hotcake", "a flat cake of thin batter fried on both sides on a griddle", "hotcake"], ["griddlecake", "a flat cake of thin batter fried on both sides on a griddle", "griddlecake"], ["flannel cake", "a flat cake of thin batter fried on both sides on a griddle", "flannel cake"], ["flapjack", "a flat cake of thin batter fried on both sides on a griddle", "flapjack"]]}, {"answer": "pane", "hint": "synonyms for pane", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["paneling", "a panel or section of panels in a wall or door", "paneling"], ["window glass", "sheet glass cut in shapes for windows or doors", "window glass"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["pane of glass", "sheet glass cut in shapes for windows or doors", "pane of glass"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "panel", "hint": "synonyms for panel", "clues": [["gore", "a piece of cloth that is generally triangular or tapering; used in making garments or umbrellas or sails", "gore"], ["jury", "a committee appointed to judge a competition", "jury"], ["control board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control board"], ["control panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "control panel"], ["board", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "board"], ["dialog box", "(computer science) a small temporary window in a graphical user interface that appears in order to request information from the user; after the information has been provided the user dismisses the box with `okay' or `cancel'", "dialog box"], ["venire", "(law) a group of people summoned for jury service (from whom a jury will be chosen)", "venire"], ["instrument panel", "electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices", "instrument panel"]]}, {"answer": "panorama", "hint": "synonyms for panorama", "clues": [["view", "the visual percept of a region", "view"], ["vista", "the visual percept of a region", "vista"], ["prospect", "the visual percept of a region", "prospect"], ["diorama", "a picture (or series of pictures) representing a continuous scene", "diorama"], ["aspect", "the visual percept of a region", "aspect"], ["cyclorama", "a picture (or series of pictures) representing a continuous scene", "cyclorama"], ["scene", "the visual percept of a region", "scene"]]}, {"answer": "pants", "hint": "synonyms for pants", "clues": [["bloomers", "underpants worn by women", "bloomers"], ["pant", "(usually in the plural) a garment extending from the waist to the knee or ankle, covering each leg separately", "pant"], ["trouser", "(usually in the plural) a garment extending from the waist to the knee or ankle, covering each leg separately", "trouser"], ["drawers", "underpants worn by women", "drawers"], ["knickers", "underpants worn by women", "knickers"], ["gasp", "a short labored intake of breath with the mouth open", "gasp"]]}, {"answer": "paper", "hint": "synonyms for paper", "clues": [["newspaper", "a business firm that publishes newspapers", "newspaper"], ["newspaper publisher", "a business firm that publishes newspapers", "newspaper publisher"], ["report", "an essay (especially one written as an assignment)", "report"], ["composition", "an essay (especially one written as an assignment)", "composition"], ["theme", "an essay (especially one written as an assignment)", "theme"]]}, {"answer": "paper-back_book", "hint": "synonyms for paper-back book", "clues": [["soft-cover book", "a book with paper covers", "soft-cover book"], ["softback book", "a book with paper covers", "softback book"], ["paperback book", "a book with paper covers", "paperback book"], ["soft-cover", "a book with paper covers", "soft-cover"], ["paperback", "a book with paper covers", "paperback"], ["softback", "a book with paper covers", "softback"]]}, {"answer": "paperback_book", "hint": "synonyms for paperback book", "clues": [["soft-cover book", "a book with paper covers", "soft-cover book"], ["paperback", "a book with paper covers", "paperback"], ["softback book", "a book with paper covers", "softback book"], ["soft-cover", "a book with paper covers", "soft-cover"], ["paper-back book", "a book with paper covers", "paper-back book"], ["softback", "a book with paper covers", "softback"]]}, {"answer": "papers", "hint": "synonyms for papers", "clues": [["newspaper", "a business firm that publishes newspapers", "newspaper"], ["newspaper publisher", "a business firm that publishes newspapers", "newspaper publisher"], ["written document", "writing that provides information (especially information of an official nature)", "written document"], ["report", "an essay (especially one written as an assignment)", "report"], ["composition", "an essay (especially one written as an assignment)", "composition"], ["paper", "a scholarly article describing the results of observations or stating hypotheses", "paper"], ["document", "writing that provides information (especially information of an official nature)", "document"], ["theme", "an essay (especially one written as an assignment)", "theme"]]}, {"answer": "paradigm", "hint": "synonyms for paradigm", "clues": [["image", "a standard or typical example", "image"], ["prototype", "a standard or typical example", "prototype"], ["substitution class", "the class of all items that can be substituted into the same position (or slot) in a grammatical sentence (are in paradigmatic relation with one another)", "substitution class"], ["epitome", "a standard or typical example", "epitome"]]}, {"answer": "paraffin", "hint": "synonyms for paraffin", "clues": [["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane"], ["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane series"], ["paraffin series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin series"], ["paraffin wax", "from crude petroleum; used for candles and for preservative or waterproof coatings", "paraffin wax"], ["paraffin oil", "(British usage) kerosine", "paraffin oil"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "methane series"]]}, {"answer": "paraffin_series", "hint": "synonyms for paraffin series", "clues": [["alkane", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane"], ["alkane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "alkane series"], ["methane series", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "methane series"], ["paraffin", "a series of non-aromatic saturated hydrocarbons with the general formula CnH(2n+2)", "paraffin"]]}, {"answer": "paramilitary_organisation", "hint": "synonyms for paramilitary organisation", "clues": [["paramilitary unit", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary unit"], ["paramilitary force", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary force"], ["paramilitary", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary"], ["paramilitary organization", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary organization"]]}, {"answer": "paramilitary_organization", "hint": "synonyms for paramilitary organization", "clues": [["paramilitary unit", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary unit"], ["paramilitary force", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary force"], ["paramilitary", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary"], ["paramilitary organisation", "a group of civilians organized in a military fashion (especially to operate in place of or to assist regular army troops)", "paramilitary organisation"]]}, {"answer": "parcel", "hint": "synonyms for parcel", "clues": [["piece of ground", "an extended area of land", "piece of ground"], ["package", "a collection of things wrapped or boxed together", "package"], ["tract", "an extended area of land", "tract"], ["portion", "the allotment of some amount by dividing something", "portion"], ["packet", "a collection of things wrapped or boxed together", "packet"], ["piece of land", "an extended area of land", "piece of land"], ["share", "the allotment of some amount by dividing something", "share"], ["parcel of land", "an extended area of land", "parcel of land"], ["bundle", "a collection of things wrapped or boxed together", "bundle"]]}, {"answer": "parcel_of_land", "hint": "synonyms for parcel of land", "clues": [["parcel", "an extended area of land", "parcel"], ["tract", "an extended area of land", "tract"], ["piece of ground", "an extended area of land", "piece of ground"], ["piece of land", "an extended area of land", "piece of land"]]}, {"answer": "parceling", "hint": "synonyms for parceling", "clues": [["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportionment"], ["parcelling", "the act of distributing by allotting or apportioning; distribution according to a plan", "parcelling"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan", "assignation"], ["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan", "allocation"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportioning"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan", "allotment"]]}, {"answer": "parcelling", "hint": "synonyms for parcelling", "clues": [["apportionment", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportionment"], ["assignation", "the act of distributing by allotting or apportioning; distribution according to a plan", "assignation"], ["parceling", "the act of distributing by allotting or apportioning; distribution according to a plan", "parceling"], ["allocation", "the act of distributing by allotting or apportioning; distribution according to a plan", "allocation"], ["apportioning", "the act of distributing by allotting or apportioning; distribution according to a plan", "apportioning"], ["allotment", "the act of distributing by allotting or apportioning; distribution according to a plan", "allotment"]]}, {"answer": "parentage", "hint": "synonyms for parentage", "clues": [["birth", "the kinship relation of an offspring to the parents", "birth"], ["bloodline", "the descendants of one individual", "bloodline"], ["line", "the descendants of one individual", "line"], ["lineage", "the descendants of one individual", "lineage"], ["origin", "the descendants of one individual", "origin"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "the descendants of one individual", "ancestry"], ["line of descent", "the descendants of one individual", "line of descent"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "parenthesis", "hint": "synonyms for parenthesis", "clues": [["excursus", "a message that departs from the main subject", "excursus"], ["digression", "a message that departs from the main subject", "digression"], ["aside", "a message that departs from the main subject", "aside"], ["divagation", "a message that departs from the main subject", "divagation"]]}, {"answer": "parity", "hint": "synonyms for parity", "clues": [["check bit", "(computer science) a bit that is used in an error detection procedure in which a 0 or 1 is added to each group of bits so that it will have either an odd number of 1's or an even number of 1's; e.g., if the parity is odd then any group of bits that arrives with an even number of 1's must contain an error", "check bit"], ["conservation of parity", "(physics) parity is conserved in a universe in which the laws of physics are the same in a right-handed system of coordinates as in a left-handed system", "conservation of parity"], ["mirror symmetry", "(physics) parity is conserved in a universe in which the laws of physics are the same in a right-handed system of coordinates as in a left-handed system", "mirror symmetry"], ["space-reflection symmetry", "(physics) parity is conserved in a universe in which the laws of physics are the same in a right-handed system of coordinates as in a left-handed system", "space-reflection symmetry"], ["parity bit", "(computer science) a bit that is used in an error detection procedure in which a 0 or 1 is added to each group of bits so that it will have either an odd number of 1's or an even number of 1's; e.g., if the parity is odd then any group of bits that arrives with an even number of 1's must contain an error", "parity bit"]]}, {"answer": "park", "hint": "synonyms for park", "clues": [["parking area", "a lot where cars are parked", "parking area"], ["commons", "a piece of open land for recreational use in an urban area", "commons"], ["ballpark", "a facility in which ball games are played (especially baseball games)", "ballpark"], ["parkland", "a large area of land preserved in its natural state as public property", "parkland"], ["car park", "a lot where cars are parked", "car park"], ["parking lot", "a lot where cars are parked", "parking lot"], ["green", "a piece of open land for recreational use in an urban area", "green"]]}, {"answer": "parks", "hint": "synonyms for parks", "clues": [["parking area", "a lot where cars are parked", "parking area"], ["park", "a piece of open land for recreational use in an urban area", "park"], ["parkland", "a large area of land preserved in its natural state as public property", "parkland"], ["parking lot", "a lot where cars are parked", "parking lot"], ["green", "a piece of open land for recreational use in an urban area", "green"], ["commons", "a piece of open land for recreational use in an urban area", "commons"], ["ballpark", "a facility in which ball games are played (especially baseball games)", "ballpark"], ["car park", "a lot where cars are parked", "car park"]]}, {"answer": "parlor", "hint": "synonyms for parlor", "clues": [["sitting room", "a room in a private house or establishment where people can sit and talk and relax", "sitting room"], ["living-room", "a room in a private house or establishment where people can sit and talk and relax", "living-room"], ["front room", "a room in a private house or establishment where people can sit and talk and relax", "front room"], ["parlour", "a room in a private house or establishment where people can sit and talk and relax", "parlour"]]}, {"answer": "parlor_car", "hint": "synonyms for parlor car", "clues": [["palace car", "a passenger car for day travel; you pay extra fare for individual chairs", "palace car"], ["drawing-room car", "a passenger car for day travel; you pay extra fare for individual chairs", "drawing-room car"], ["chair car", "a passenger car for day travel; you pay extra fare for individual chairs", "chair car"], ["parlour car", "a passenger car for day travel; you pay extra fare for individual chairs", "parlour car"]]}, {"answer": "parlor_grand", "hint": "synonyms for parlor grand", "clues": [["parlour grand", "a small grand piano", "parlour grand"], ["baby grand", "a small grand piano", "baby grand"], ["parlour grand piano", "a small grand piano", "parlour grand piano"], ["baby grand piano", "a small grand piano", "baby grand piano"]]}, {"answer": "parlor_grand_piano", "hint": "synonyms for parlor grand piano", "clues": [["parlor grand", "a small grand piano", "parlor grand"], ["baby grand", "a small grand piano", "baby grand"], ["parlour grand piano", "a small grand piano", "parlour grand piano"], ["baby grand piano", "a small grand piano", "baby grand piano"]]}, {"answer": "parlour", "hint": "synonyms for parlour", "clues": [["sitting room", "a room in a private house or establishment where people can sit and talk and relax", "sitting room"], ["living-room", "a room in a private house or establishment where people can sit and talk and relax", "living-room"], ["parlor", "a room in a private house or establishment where people can sit and talk and relax", "parlor"], ["front room", "a room in a private house or establishment where people can sit and talk and relax", "front room"]]}, {"answer": "parlour_car", "hint": "synonyms for parlour car", "clues": [["palace car", "a passenger car for day travel; you pay extra fare for individual chairs", "palace car"], ["drawing-room car", "a passenger car for day travel; you pay extra fare for individual chairs", "drawing-room car"], ["chair car", "a passenger car for day travel; you pay extra fare for individual chairs", "chair car"], ["parlor car", "a passenger car for day travel; you pay extra fare for individual chairs", "parlor car"]]}, {"answer": "parlour_grand", "hint": "synonyms for parlour grand", "clues": [["parlor grand", "a small grand piano", "parlor grand"], ["baby grand", "a small grand piano", "baby grand"], ["parlour grand piano", "a small grand piano", "parlour grand piano"], ["baby grand piano", "a small grand piano", "baby grand piano"]]}, {"answer": "parlour_grand_piano", "hint": "synonyms for parlour grand piano", "clues": [["parlor grand", "a small grand piano", "parlor grand"], ["baby grand", "a small grand piano", "baby grand"], ["parlor grand piano", "a small grand piano", "parlor grand piano"], ["baby grand piano", "a small grand piano", "baby grand piano"]]}, {"answer": "parody", "hint": "synonyms for parody", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "humorous or satirical mimicry", "takeoff"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "parole", "hint": "synonyms for parole", "clues": [["word", "a promise", "word"], ["password", "a secret word or phrase known only to a restricted group", "password"], ["countersign", "a secret word or phrase known only to a restricted group", "countersign"], ["watchword", "a secret word or phrase known only to a restricted group", "watchword"], ["word of honor", "a promise", "word of honor"]]}, {"answer": "parsimoniousness", "hint": "synonyms for parsimoniousness", "clues": [["minginess", "extreme stinginess", "minginess"], ["meanness", "extreme stinginess", "meanness"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["thrift", "extreme care in spending money; reluctance to spend money unnecessarily", "thrift"], ["niggardliness", "extreme stinginess", "niggardliness"], ["parsimony", "extreme care in spending money; reluctance to spend money unnecessarily", "parsimony"], ["tightness", "extreme stinginess", "tightness"], ["penny-pinching", "extreme care in spending money; reluctance to spend money unnecessarily", "penny-pinching"], ["closeness", "extreme stinginess", "closeness"]]}, {"answer": "parsimony", "hint": "synonyms for parsimony", "clues": [["parsimoniousness", "extreme care in spending money; reluctance to spend money unnecessarily", "parsimoniousness"], ["minginess", "extreme stinginess", "minginess"], ["meanness", "extreme stinginess", "meanness"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["thrift", "extreme care in spending money; reluctance to spend money unnecessarily", "thrift"], ["niggardliness", "extreme stinginess", "niggardliness"], ["tightness", "extreme stinginess", "tightness"], ["penny-pinching", "extreme care in spending money; reluctance to spend money unnecessarily", "penny-pinching"], ["closeness", "extreme stinginess", "closeness"]]}, {"answer": "parti_pris", "hint": "synonyms for parti pris", "clues": [["prepossession", "an opinion formed beforehand without adequate evidence", "prepossession"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence", "preconceived opinion"], ["preconception", "an opinion formed beforehand without adequate evidence", "preconception"], ["preconceived idea", "an opinion formed beforehand without adequate evidence", "preconceived idea"]]}, {"answer": "particle", "hint": "synonyms for particle", "clues": [["mote", "(nontechnical usage) a tiny piece of anything", "mote"], ["corpuscle", "(nontechnical usage) a tiny piece of anything", "corpuscle"], ["atom", "(nontechnical usage) a tiny piece of anything", "atom"], ["molecule", "(nontechnical usage) a tiny piece of anything", "molecule"], ["speck", "(nontechnical usage) a tiny piece of anything", "speck"], ["subatomic particle", "a body having finite mass and internal structure but negligible dimensions", "subatomic particle"]]}, {"answer": "partition", "hint": "synonyms for partition", "clues": [["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "division"], ["sectionalisation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "sectionalisation"], ["partitioning", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "partitioning"], ["divider", "a vertical structure that divides or separates (as a wall divides one room from another)", "divider"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "segmentation"]]}, {"answer": "partitioning", "hint": "synonyms for partitioning", "clues": [["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "division"], ["breakdown", "an analysis into mutually exclusive categories", "breakdown"], ["sectionalisation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "sectionalisation"], ["partition", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "partition"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "segmentation"]]}, {"answer": "parts", "hint": "synonyms for parts", "clues": [["portion", "assets belonging to or due to or contributed by an individual person or group", "portion"], ["part", "assets belonging to or due to or contributed by an individual person or group", "part"], ["persona", "an actor's portrayal of someone in a play", "persona"], ["character", "an actor's portrayal of someone in a play", "character"], ["share", "assets belonging to or due to or contributed by an individual person or group", "share"], ["section", "one of the portions into which something is regarded as divided and which together constitute a whole", "section"], ["constituent", "something determined in relation to something that includes it", "constituent"], ["percentage", "assets belonging to or due to or contributed by an individual person or group", "percentage"], ["division", "one of the portions into which something is regarded as divided and which together constitute a whole", "division"], ["office", "the actions and activities assigned to or required or expected of a person or group", "office"], ["role", "an actor's portrayal of someone in a play", "role"], ["component part", "something determined in relation to something that includes it", "component part"], ["component", "something determined in relation to something that includes it", "component"], ["voice", "the melody carried by a particular voice or instrument in polyphonic music", "voice"], ["theatrical role", "an actor's portrayal of someone in a play", "theatrical role"], ["function", "the actions and activities assigned to or required or expected of a person or group", "function"], ["region", "the extended spatial location of something", "region"], ["contribution", "the part played by a person in bringing about a result", "contribution"], ["piece", "a portion of a natural object", "piece"]]}, {"answer": "pas", "hint": "synonyms for pas", "clues": [["atomic number 91", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead", "atomic number 91"], ["pascal", "a unit of pressure equal to one newton per square meter", "pascal"], ["protactinium", "a short-lived radioactive metallic element formed from uranium and disintegrating into actinium and then into lead", "protactinium"], ["public address system", "an electronic amplification system used as a communication system in public areas", "public address system"]]}, {"answer": "pasquinade", "hint": "synonyms for pasquinade", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "passage", "hint": "synonyms for passage", "clues": [["transition", "the act of passing from one state or place to the next", "transition"], ["handing over", "the act of passing something to another person", "handing over"], ["transit", "a journey usually by ship", "transit"], ["passing", "the motion of one object relative to another", "passing"], ["musical passage", "a short section of a musical composition", "musical passage"], ["enactment", "the passing of a law by a legislative body", "enactment"]]}, {"answer": "passel", "hint": "synonyms for passel", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "passenger_vehicle", "hint": "synonyms for passenger vehicle", "clues": [["bus", "a vehicle carrying many passengers; used for public transport", "bus"], ["charabanc", "a vehicle carrying many passengers; used for public transport", "charabanc"], ["autobus", "a vehicle carrying many passengers; used for public transport", "autobus"], ["double-decker", "a vehicle carrying many passengers; used for public transport", "double-decker"], ["omnibus", "a vehicle carrying many passengers; used for public transport", "omnibus"], ["motorbus", "a vehicle carrying many passengers; used for public transport", "motorbus"], ["jitney", "a vehicle carrying many passengers; used for public transport", "jitney"], ["motorcoach", "a vehicle carrying many passengers; used for public transport", "motorcoach"], ["coach", "a vehicle carrying many passengers; used for public transport", "coach"]]}, {"answer": "passion", "hint": "synonyms for passion", "clues": [["mania", "an irrational but irresistible motive for a belief or action", "mania"], ["heat", "the trait of being intensely emotional", "heat"], ["passionateness", "a strong feeling or emotion", "passionateness"], ["love", "any object of warm affection or devotion", "love"], ["cacoethes", "an irrational but irresistible motive for a belief or action", "cacoethes"], ["warmth", "the trait of being intensely emotional", "warmth"]]}, {"answer": "password", "hint": "synonyms for password", "clues": [["watchword", "a secret word or phrase known only to a restricted group", "watchword"], ["countersign", "a secret word or phrase known only to a restricted group", "countersign"], ["word", "a secret word or phrase known only to a restricted group", "word"], ["parole", "a secret word or phrase known only to a restricted group", "parole"]]}, {"answer": "pasturage", "hint": "synonyms for pasturage", "clues": [["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle", "eatage"], ["grass", "bulky food like grass or hay for browsing or grazing horses or cattle", "grass"], ["forage", "bulky food like grass or hay for browsing or grazing horses or cattle", "forage"], ["pasture", "bulky food like grass or hay for browsing or grazing horses or cattle", "pasture"]]}, {"answer": "pasture", "hint": "synonyms for pasture", "clues": [["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock", "grazing land"], ["pasturage", "bulky food like grass or hay for browsing or grazing horses or cattle", "pasturage"], ["lea", "a field covered with grass or herbage and suitable for grazing by livestock", "lea"], ["forage", "bulky food like grass or hay for browsing or grazing horses or cattle", "forage"], ["eatage", "bulky food like grass or hay for browsing or grazing horses or cattle", "eatage"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock", "ley"], ["pastureland", "a field covered with grass or herbage and suitable for grazing by livestock", "pastureland"], ["grass", "bulky food like grass or hay for browsing or grazing horses or cattle", "grass"]]}, {"answer": "pastureland", "hint": "synonyms for pastureland", "clues": [["grazing land", "a field covered with grass or herbage and suitable for grazing by livestock", "grazing land"], ["lea", "a field covered with grass or herbage and suitable for grazing by livestock", "lea"], ["ley", "a field covered with grass or herbage and suitable for grazing by livestock", "ley"], ["pasture", "a field covered with grass or herbage and suitable for grazing by livestock", "pasture"]]}, {"answer": "patch", "hint": "synonyms for patch", "clues": [["piece", "a period of indeterminate length (usually short) marked by some action or condition", "piece"], ["darn", "sewing that repairs a worn or torn hole (especially in a garment)", "darn"], ["eyepatch", "a protective cloth covering for an injured eye", "eyepatch"], ["spot", "a small contrasting part of something", "spot"], ["dapple", "a small contrasting part of something", "dapple"], ["maculation", "a small contrasting part of something", "maculation"], ["bandage", "a piece of soft material that covers and protects an injured part of the body", "bandage"], ["fleck", "a small contrasting part of something", "fleck"], ["speckle", "a small contrasting part of something", "speckle"], ["spell", "a period of indeterminate length (usually short) marked by some action or condition", "spell"], ["mend", "sewing that repairs a worn or torn hole (especially in a garment)", "mend"], ["plot of land", "a small area of ground covered by specific vegetation", "plot of land"], ["plot", "a small area of ground covered by specific vegetation", "plot"], ["temporary hookup", "a connection intended to be used for a limited time", "temporary hookup"], ["plot of ground", "a small area of ground covered by specific vegetation", "plot of ground"], ["while", "a period of indeterminate length (usually short) marked by some action or condition", "while"]]}, {"answer": "path", "hint": "synonyms for path", "clues": [["itinerary", "an established line of travel or access", "itinerary"], ["route", "an established line of travel or access", "route"], ["way of life", "a course of conduct", "way of life"], ["way", "a course of conduct", "way"], ["course", "a line or route along which something travels or moves", "course"], ["track", "a line or route along which something travels or moves", "track"]]}, {"answer": "pathos", "hint": "synonyms for pathos", "clues": [["commiseration", "a feeling of sympathy and sorrow for the misfortunes of others", "commiseration"], ["poignancy", "a quality that arouses emotions (especially pity or sorrow)", "poignancy"], ["ruth", "a feeling of sympathy and sorrow for the misfortunes of others", "ruth"], ["pity", "a feeling of sympathy and sorrow for the misfortunes of others", "pity"]]}, {"answer": "patois", "hint": "synonyms for patois", "clues": [["cant", "a characteristic language of a particular group (as among thieves)", "cant"], ["argot", "a characteristic language of a particular group (as among thieves)", "argot"], ["slang", "a characteristic language of a particular group (as among thieves)", "slang"], ["lingo", "a characteristic language of a particular group (as among thieves)", "lingo"], ["jargon", "a characteristic language of a particular group (as among thieves)", "jargon"], ["vernacular", "a characteristic language of a particular group (as among thieves)", "vernacular"]]}, {"answer": "patrol_car", "hint": "synonyms for patrol car", "clues": [["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police car"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "prowl car"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "squad car"], ["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police cruiser"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "cruiser"]]}, {"answer": "patrol_wagon", "hint": "synonyms for patrol wagon", "clues": [["police van", "van used by police to transport prisoners", "police van"], ["paddy wagon", "van used by police to transport prisoners", "paddy wagon"], ["wagon", "van used by police to transport prisoners", "wagon"], ["police wagon", "van used by police to transport prisoners", "police wagon"], ["black Maria", "van used by police to transport prisoners", "black Maria"]]}, {"answer": "patronage", "hint": "synonyms for patronage", "clues": [["championship", "the act of providing approval and support", "championship"], ["business", "customers collectively", "business"], ["condescension", "a communication that indicates lack of respect by patronizing the recipient", "condescension"], ["disdain", "a communication that indicates lack of respect by patronizing the recipient", "disdain"], ["clientele", "customers collectively", "clientele"], ["trade", "the business given to a commercial establishment by its customers", "trade"], ["backup", "the act of providing approval and support", "backup"], ["backing", "the act of providing approval and support", "backing"]]}, {"answer": "pattern", "hint": "synonyms for pattern", "clues": [["practice", "a customary way of operation or behavior", "practice"], ["traffic pattern", "the path that is prescribed for an airplane that is preparing to land at an airport", "traffic pattern"], ["shape", "a perceptual structure", "shape"], ["figure", "a decorative or artistic work", "figure"], ["design", "a decorative or artistic work", "design"], ["formula", "something regarded as a normative example", "formula"], ["convention", "something regarded as a normative example", "convention"], ["radiation diagram", "graphical representation (in polar or Cartesian coordinates) of the spatial distribution of radiation from an antenna as a function of angle", "radiation diagram"], ["approach pattern", "the path that is prescribed for an airplane that is preparing to land at an airport", "approach pattern"], ["form", "a perceptual structure", "form"], ["rule", "something regarded as a normative example", "rule"], ["normal", "something regarded as a normative example", "normal"], ["blueprint", "something intended as a guide for making something else", "blueprint"], ["radiation pattern", "graphical representation (in polar or Cartesian coordinates) of the spatial distribution of radiation from an antenna as a function of angle", "radiation pattern"]]}, {"answer": "pause", "hint": "synonyms for pause", "clues": [["interruption", "a time interval during which there is a temporary cessation of something", "interruption"], ["break", "a time interval during which there is a temporary cessation of something", "break"], ["suspension", "a time interval during which there is a temporary cessation of something", "suspension"], ["intermission", "a time interval during which there is a temporary cessation of something", "intermission"]]}, {"answer": "pay", "hint": "synonyms for pay", "clues": [["remuneration", "something that remunerates", "remuneration"], ["salary", "something that remunerates", "salary"], ["earnings", "something that remunerates", "earnings"], ["wage", "something that remunerates", "wage"]]}, {"answer": "payload", "hint": "synonyms for payload", "clues": [["load", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "load"], ["lading", "goods carried by a large vehicle", "lading"], ["shipment", "goods carried by a large vehicle", "shipment"], ["freight", "goods carried by a large vehicle", "freight"], ["cargo", "goods carried by a large vehicle", "cargo"], ["consignment", "goods carried by a large vehicle", "consignment"], ["warhead", "the front part of a guided missile or rocket or torpedo that carries the nuclear or explosive charge or the chemical or biological agents", "warhead"]]}, {"answer": "payoff", "hint": "synonyms for payoff", "clues": [["wages", "a recompense for worthy acts or retribution for wrongdoing", "wages"], ["yield", "the income or profit arising from such transactions as the sale of land or other property", "yield"], ["reward", "a recompense for worthy acts or retribution for wrongdoing", "reward"], ["take", "the income or profit arising from such transactions as the sale of land or other property", "take"], ["bribe", "payment made to a person in a position of trust to corrupt his judgment", "bribe"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property", "proceeds"], ["return", "the income or profit arising from such transactions as the sale of land or other property", "return"], ["final payment", "the final payment of a debt", "final payment"], ["takings", "the income or profit arising from such transactions as the sale of land or other property", "takings"], ["issue", "the income or profit arising from such transactions as the sale of land or other property", "issue"]]}, {"answer": "pb", "hint": "synonyms for pb", "clues": [["atomic number 82", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey", "atomic number 82"], ["lead", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey", "lead"], ["petabyte", "a unit of information equal to 1000 terabytes or 10^15 bytes", "petabyte"], ["pebibyte", "a unit of information equal to 1024 tebibytes or 2^50 bytes", "pebibyte"], ["petabit", "a unit of information equal to 1000 terabits or 10^15 bits", "petabit"]]}, {"answer": "pbs", "hint": "synonyms for pbs", "clues": [["atomic number 82", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey", "atomic number 82"], ["lead", "a soft heavy toxic malleable metallic element; bluish white when freshly cut but tarnishes readily to dull grey", "lead"], ["phosphate buffer solution", "a solution containing a phosphate buffer", "phosphate buffer solution"], ["petabyte", "a unit of information equal to 1000 terabytes or 10^15 bytes", "petabyte"], ["pebibyte", "a unit of information equal to 1024 tebibytes or 2^50 bytes", "pebibyte"], ["petabit", "a unit of information equal to 1000 terabits or 10^15 bits", "petabit"]]}, {"answer": "peace", "hint": "synonyms for peace", "clues": [["heartsease", "the absence of mental stress or anxiety", "heartsease"], ["repose", "the absence of mental stress or anxiety", "repose"], ["ataraxis", "the absence of mental stress or anxiety", "ataraxis"], ["pacification", "a treaty to cease hostilities", "pacification"], ["peace treaty", "a treaty to cease hostilities", "peace treaty"], ["serenity", "the absence of mental stress or anxiety", "serenity"], ["peace of mind", "the absence of mental stress or anxiety", "peace of mind"], ["peacefulness", "the absence of mental stress or anxiety", "peacefulness"]]}, {"answer": "peace_of_mind", "hint": "synonyms for peace of mind", "clues": [["heartsease", "the absence of mental stress or anxiety", "heartsease"], ["repose", "the absence of mental stress or anxiety", "repose"], ["ataraxis", "the absence of mental stress or anxiety", "ataraxis"], ["serenity", "the absence of mental stress or anxiety", "serenity"], ["peacefulness", "the absence of mental stress or anxiety", "peacefulness"], ["peace", "the absence of mental stress or anxiety", "peace"]]}, {"answer": "peacefulness", "hint": "synonyms for peacefulness", "clues": [["heartsease", "the absence of mental stress or anxiety", "heartsease"], ["repose", "the absence of mental stress or anxiety", "repose"], ["ataraxis", "the absence of mental stress or anxiety", "ataraxis"], ["serenity", "the absence of mental stress or anxiety", "serenity"], ["peace of mind", "the absence of mental stress or anxiety", "peace of mind"], ["peace", "the absence of mental stress or anxiety", "peace"]]}, {"answer": "peacock_blue", "hint": "synonyms for peacock blue", "clues": [["aqua", "a shade of blue tinged with green", "aqua"], ["aquamarine", "a shade of blue tinged with green", "aquamarine"], ["cobalt blue", "a shade of blue tinged with green", "cobalt blue"], ["greenish blue", "a shade of blue tinged with green", "greenish blue"], ["turquoise", "a shade of blue tinged with green", "turquoise"]]}, {"answer": "peak", "hint": "synonyms for peak", "clues": [["crown", "the top or extreme point of something (usually a mountain or hill)", "crown"], ["flower", "the period of greatest prosperity or productivity", "flower"], ["vizor", "a brim that projects to the front to shade the eyes", "vizor"], ["extremum", "the most extreme possible amount or value", "extremum"], ["acme", "the highest point (of something)", "acme"], ["visor", "a brim that projects to the front to shade the eyes", "visor"], ["flush", "the period of greatest prosperity or productivity", "flush"], ["point", "a V shape", "point"], ["eyeshade", "a brim that projects to the front to shade the eyes", "eyeshade"], ["bloom", "the period of greatest prosperity or productivity", "bloom"], ["tip", "the top or extreme point of something (usually a mountain or hill)", "tip"], ["blossom", "the period of greatest prosperity or productivity", "blossom"], ["vertex", "the highest point (of something)", "vertex"], ["apex", "the highest point (of something)", "apex"], ["crest", "the top or extreme point of something (usually a mountain or hill)", "crest"], ["top", "the top or extreme point of something (usually a mountain or hill)", "top"], ["efflorescence", "the period of greatest prosperity or productivity", "efflorescence"], ["bill", "a brim that projects to the front to shade the eyes", "bill"], ["prime", "the period of greatest prosperity or productivity", "prime"], ["heyday", "the period of greatest prosperity or productivity", "heyday"], ["summit", "the top or extreme point of something (usually a mountain or hill)", "summit"]]}, {"answer": "pean", "hint": "synonyms for pean", "clues": [["paean", "(ancient Greece) a hymn of praise (especially one sung in ancient Greece to invoke or thank a deity)", "paean"], ["panegyric", "a formal expression of praise", "panegyric"], ["encomium", "a formal expression of praise", "encomium"], ["eulogy", "a formal expression of praise", "eulogy"]]}, {"answer": "peanuts", "hint": "synonyms for peanuts", "clues": [["groundnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "groundnut"], ["peanut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "peanut"], ["earthnut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "earthnut"], ["monkey nut", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "monkey nut"], ["goober pea", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober pea"], ["goober", "pod of the peanut vine containing usually 2 nuts or seeds; `groundnut' and `monkey nut' are British terms", "goober"]]}, {"answer": "pearl", "hint": "synonyms for pearl", "clues": [["drop", "a shape that is spherical and small", "drop"], ["ivory", "a shade of white the color of bleached bones", "ivory"], ["bead", "a shape that is spherical and small", "bead"], ["bone", "a shade of white the color of bleached bones", "bone"], ["off-white", "a shade of white the color of bleached bones", "off-white"]]}, {"answer": "peck", "hint": "synonyms for peck", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "peculation", "hint": "synonyms for peculation", "clues": [["embezzlement", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "embezzlement"], ["misapplication", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misapplication"], ["misappropriation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "misappropriation"], ["defalcation", "the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else", "defalcation"]]}, {"answer": "peculiarity", "hint": "synonyms for peculiarity", "clues": [["specialty", "a distinguishing trait", "specialty"], ["specialness", "a distinguishing trait", "specialness"], ["rarity", "something unusual -- perhaps worthy of collecting", "rarity"], ["distinctive feature", "an odd or unusual characteristic", "distinctive feature"], ["distinguishing characteristic", "an odd or unusual characteristic", "distinguishing characteristic"], ["oddment", "something unusual -- perhaps worthy of collecting", "oddment"], ["curio", "something unusual -- perhaps worthy of collecting", "curio"], ["curiosity", "something unusual -- perhaps worthy of collecting", "curiosity"], ["distinctiveness", "a distinguishing trait", "distinctiveness"], ["oddity", "something unusual -- perhaps worthy of collecting", "oddity"]]}, {"answer": "pecuniary_resource", "hint": "synonyms for pecuniary resource", "clues": [["cash in hand", "assets in the form of money", "cash in hand"], ["monetary resource", "assets in the form of money", "monetary resource"], ["finances", "assets in the form of money", "finances"], ["funds", "assets in the form of money", "funds"]]}, {"answer": "pedagogy", "hint": "synonyms for pedagogy", "clues": [["didactics", "the activities of educating or instructing; activities that impart knowledge or skill", "didactics"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill", "instruction"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill", "education"], ["pedagogics", "the principles and methods of instruction", "pedagogics"], ["teaching", "the activities of educating or instructing; activities that impart knowledge or skill", "teaching"], ["teaching method", "the principles and methods of instruction", "teaching method"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill", "educational activity"]]}, {"answer": "pedestal", "hint": "synonyms for pedestal", "clues": [["stand", "a support or foundation", "stand"], ["base", "a support or foundation", "base"], ["footstall", "an architectural support or base (as for a column or statue)", "footstall"], ["plinth", "an architectural support or base (as for a column or statue)", "plinth"]]}, {"answer": "pee", "hint": "synonyms for pee", "clues": [["piss", "informal terms for urination", "piss"], ["water", "liquid excretory product", "water"], ["urine", "liquid excretory product", "urine"], ["piddle", "liquid excretory product", "piddle"], ["weewee", "liquid excretory product", "weewee"], ["peeing", "informal terms for urination", "peeing"]]}, {"answer": "peevishness", "hint": "synonyms for peevishness", "clues": [["surliness", "a disposition to exhibit uncontrolled anger", "surliness"], ["petulance", "an irritable petulant feeling", "petulance"], ["snappishness", "a disposition to exhibit uncontrolled anger", "snappishness"], ["choler", "an irritable petulant feeling", "choler"], ["fretfulness", "an irritable petulant feeling", "fretfulness"], ["irritability", "an irritable petulant feeling", "irritability"], ["crossness", "an irritable petulant feeling", "crossness"], ["fussiness", "an irritable petulant feeling", "fussiness"], ["biliousness", "a disposition to exhibit uncontrolled anger", "biliousness"], ["temper", "a disposition to exhibit uncontrolled anger", "temper"], ["pettishness", "a disposition to exhibit uncontrolled anger", "pettishness"]]}, {"answer": "peg", "hint": "synonyms for peg", "clues": [["pin", "small markers inserted into a surface to mark scores or define locations etc.", "pin"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "tholepin"], ["nog", "a wooden pin pushed or driven into a surface", "nog"], ["wooden leg", "a prosthesis that replaces a missing leg", "wooden leg"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "rowlock"], ["pegleg", "a prosthesis that replaces a missing leg", "pegleg"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "oarlock"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "thole"], ["leg", "a prosthesis that replaces a missing leg", "leg"]]}, {"answer": "pelf", "hint": "synonyms for pelf", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "pellucidity", "hint": "synonyms for pellucidity", "clues": [["clearness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clearness"], ["lucidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidity"], ["lucidness", "free from obscurity and easy to understand; the comprehensibility of clear expression", "lucidness"], ["limpidity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "limpidity"], ["clarity", "free from obscurity and easy to understand; the comprehensibility of clear expression", "clarity"]]}, {"answer": "pelter", "hint": "synonyms for pelter", "clues": [["soaker", "a heavy rain", "soaker"], ["cloudburst", "a heavy rain", "cloudburst"], ["downpour", "a heavy rain", "downpour"], ["deluge", "a heavy rain", "deluge"], ["torrent", "a heavy rain", "torrent"], ["waterspout", "a heavy rain", "waterspout"]]}, {"answer": "penalty_free_throw", "hint": "synonyms for penalty free throw", "clues": [["charity throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity throw"], ["charity shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity shot"], ["charity toss", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "charity toss"], ["foul shot", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "foul shot"], ["free throw", "an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul", "free throw"]]}, {"answer": "penance", "hint": "synonyms for penance", "clues": [["penitence", "remorse for your past conduct", "penitence"], ["repentance", "remorse for your past conduct", "repentance"], ["self-mortification", "voluntary self-punishment in order to atone for some wrongdoing", "self-mortification"], ["self-abasement", "voluntary self-punishment in order to atone for some wrongdoing", "self-abasement"]]}, {"answer": "pennant", "hint": "synonyms for pennant", "clues": [["waft", "a long flag; often tapering", "waft"], ["crown", "the award given to the champion", "crown"], ["pennon", "a long flag; often tapering", "pennon"], ["streamer", "a long flag; often tapering", "streamer"]]}, {"answer": "pension_account", "hint": "synonyms for pension account", "clues": [["retirement savings account", "a plan for setting aside money to be spent after retirement", "retirement savings account"], ["retirement program", "a plan for setting aside money to be spent after retirement", "retirement program"], ["retirement plan", "a plan for setting aside money to be spent after retirement", "retirement plan"], ["retirement account", "a plan for setting aside money to be spent after retirement", "retirement account"], ["pension plan", "a plan for setting aside money to be spent after retirement", "pension plan"]]}, {"answer": "pension_plan", "hint": "synonyms for pension plan", "clues": [["retirement savings account", "a plan for setting aside money to be spent after retirement", "retirement savings account"], ["retirement program", "a plan for setting aside money to be spent after retirement", "retirement program"], ["retirement plan", "a plan for setting aside money to be spent after retirement", "retirement plan"], ["retirement account", "a plan for setting aside money to be spent after retirement", "retirement account"], ["pension account", "a plan for setting aside money to be spent after retirement", "pension account"]]}, {"answer": "penstock", "hint": "synonyms for penstock", "clues": [["sluice", "conduit that carries a rapid flow of water controlled by a sluicegate", "sluice"], ["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "floodgate"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "water gate"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "head gate"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluice valve"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluicegate"], ["sluiceway", "conduit that carries a rapid flow of water controlled by a sluicegate", "sluiceway"]]}, {"answer": "pentad", "hint": "synonyms for pentad", "clues": [["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "people", "hint": "synonyms for people", "clues": [["multitude", "the common people generally", "multitude"], ["the great unwashed", "the common people generally", "the great unwashed"], ["masses", "the common people generally", "masses"], ["citizenry", "the body of citizens of a state or country", "citizenry"], ["hoi polloi", "the common people generally", "hoi polloi"]]}, {"answer": "peoples", "hint": "synonyms for peoples", "clues": [["people", "members of a family line", "people"], ["multitude", "the common people generally", "multitude"], ["the great unwashed", "the common people generally", "the great unwashed"], ["hoi polloi", "the common people generally", "hoi polloi"], ["masses", "the common people generally", "masses"], ["citizenry", "the body of citizens of a state or country", "citizenry"]]}, {"answer": "perambulation", "hint": "synonyms for perambulation", "clues": [["stroll", "a leisurely walk (usually in some public place)", "stroll"], ["promenade", "a leisurely walk (usually in some public place)", "promenade"], ["amble", "a leisurely walk (usually in some public place)", "amble"], ["saunter", "a leisurely walk (usually in some public place)", "saunter"]]}, {"answer": "perambulator", "hint": "synonyms for perambulator", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"]]}, {"answer": "percentage", "hint": "synonyms for percentage", "clues": [["part", "assets belonging to or due to or contributed by an individual person or group", "part"], ["percent", "a proportion in relation to a whole (which is usually the amount per hundred)", "percent"], ["share", "assets belonging to or due to or contributed by an individual person or group", "share"], ["pct", "a proportion in relation to a whole (which is usually the amount per hundred)", "pct"], ["portion", "assets belonging to or due to or contributed by an individual person or group", "portion"], ["per centum", "a proportion in relation to a whole (which is usually the amount per hundred)", "per centum"]]}, {"answer": "perceptiveness", "hint": "synonyms for perceptiveness", "clues": [["discernment", "delicate discrimination (especially of aesthetic values)", "discernment"], ["perceptivity", "a feeling of understanding", "perceptivity"], ["insight", "a feeling of understanding", "insight"], ["taste", "delicate discrimination (especially of aesthetic values)", "taste"], ["appreciation", "delicate discrimination (especially of aesthetic values)", "appreciation"]]}, {"answer": "perfidy", "hint": "synonyms for perfidy", "clues": [["perfidiousness", "betrayal of a trust", "perfidiousness"], ["betrayal", "an act of deliberate betrayal", "betrayal"], ["treachery", "betrayal of a trust", "treachery"], ["treason", "an act of deliberate betrayal", "treason"]]}, {"answer": "performance", "hint": "synonyms for performance", "clues": [["operation", "process or manner of functioning or operating", "operation"], ["execution", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "execution"], ["carrying into action", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "carrying into action"], ["functioning", "process or manner of functioning or operating", "functioning"], ["carrying out", "the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it", "carrying out"], ["public presentation", "a dramatic or musical entertainment", "public presentation"]]}, {"answer": "perfume", "hint": "synonyms for perfume", "clues": [["scent", "a distinctive odor that is pleasant", "scent"], ["essence", "a toiletry that emits and diffuses a fragrant odor", "essence"], ["aroma", "a distinctive odor that is pleasant", "aroma"], ["fragrance", "a distinctive odor that is pleasant", "fragrance"]]}, {"answer": "period", "hint": "synonyms for period", "clues": [["menstruation", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruation"], ["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full point"], ["menstruum", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menstruum"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "stop"], ["menses", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "menses"], ["catamenia", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "catamenia"], ["flow", "the monthly discharge of blood from the uterus of nonpregnant women from puberty to menopause; ; --Hippocrates; --Aristotle", "flow"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full stop"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "point"], ["time period", "an amount of time", "time period"], ["period of time", "an amount of time", "period of time"], ["geological period", "a unit of geological time during which a system of rocks formed", "geological period"]]}, {"answer": "perkiness", "hint": "synonyms for perkiness", "clues": [["impertinence", "inappropriate playfulness", "impertinence"], ["buoyancy", "cheerfulness that bubbles to the surface", "buoyancy"], ["archness", "inappropriate playfulness", "archness"], ["pertness", "inappropriate playfulness", "pertness"], ["sauciness", "inappropriate playfulness", "sauciness"]]}, {"answer": "permutation", "hint": "synonyms for permutation", "clues": [["substitution", "an event in which one thing is substituted for another", "substitution"], ["switch", "an event in which one thing is substituted for another", "switch"], ["transposition", "an event in which one thing is substituted for another", "transposition"], ["replacement", "an event in which one thing is substituted for another", "replacement"]]}, {"answer": "perquisite", "hint": "synonyms for perquisite", "clues": [["prerogative", "a right reserved exclusively by a particular person or group (especially a hereditary or official right)", "prerogative"], ["privilege", "a right reserved exclusively by a particular person or group (especially a hereditary or official right)", "privilege"], ["perk", "an incidental benefit awarded for certain types of employment (especially if it is regarded as a right)", "perk"], ["exclusive right", "a right reserved exclusively by a particular person or group (especially a hereditary or official right)", "exclusive right"], ["fringe benefit", "an incidental benefit awarded for certain types of employment (especially if it is regarded as a right)", "fringe benefit"]]}, {"answer": "perseverance", "hint": "synonyms for perseverance", "clues": [["persistence", "persistent determination", "persistence"], ["perseveration", "the act of persisting or persevering; continuing or repeating behavior", "perseveration"], ["tenacity", "persistent determination", "tenacity"], ["tenaciousness", "persistent determination", "tenaciousness"], ["doggedness", "persistent determination", "doggedness"], ["pertinacity", "persistent determination", "pertinacity"]]}, {"answer": "persistence", "hint": "synonyms for persistence", "clues": [["perseveration", "the act of persisting or persevering; continuing or repeating behavior", "perseveration"], ["tenacity", "persistent determination", "tenacity"], ["perseverance", "the act of persisting or persevering; continuing or repeating behavior", "perseverance"], ["pertinacity", "persistent determination", "pertinacity"], ["persistency", "persistent determination", "persistency"], ["continuity", "the property of a continuous and connected period of time", "continuity"], ["tenaciousness", "persistent determination", "tenaciousness"], ["doggedness", "persistent determination", "doggedness"]]}, {"answer": "persistency", "hint": "synonyms for persistency", "clues": [["perseverance", "persistent determination", "perseverance"], ["persistence", "persistent determination", "persistence"], ["tenacity", "persistent determination", "tenacity"], ["tenaciousness", "persistent determination", "tenaciousness"], ["doggedness", "persistent determination", "doggedness"], ["pertinacity", "persistent determination", "pertinacity"]]}, {"answer": "person", "hint": "synonyms for person", "clues": [["individual", "a human being", "individual"], ["somebody", "a human being", "somebody"], ["someone", "a human being", "someone"], ["soul", "a human being", "soul"], ["mortal", "a human being", "mortal"]]}, {"answer": "persona", "hint": "synonyms for persona", "clues": [["role", "an actor's portrayal of someone in a play", "role"], ["part", "an actor's portrayal of someone in a play", "part"], ["image", "(Jungian psychology) a personal facade that one presents to the world", "image"], ["theatrical role", "an actor's portrayal of someone in a play", "theatrical role"], ["character", "an actor's portrayal of someone in a play", "character"]]}, {"answer": "personal_credit_line", "hint": "synonyms for personal credit line", "clues": [["line of credit", "the maximum credit that a customer is allowed", "line of credit"], ["personal line of credit", "the maximum credit that a customer is allowed", "personal line of credit"], ["bank line", "the maximum credit that a customer is allowed", "bank line"], ["line", "the maximum credit that a customer is allowed", "line"], ["credit line", "the maximum credit that a customer is allowed", "credit line"]]}, {"answer": "personal_line_of_credit", "hint": "synonyms for personal line of credit", "clues": [["line of credit", "the maximum credit that a customer is allowed", "line of credit"], ["bank line", "the maximum credit that a customer is allowed", "bank line"], ["line", "the maximum credit that a customer is allowed", "line"], ["credit line", "the maximum credit that a customer is allowed", "credit line"], ["personal credit line", "the maximum credit that a customer is allowed", "personal credit line"]]}, {"answer": "personation", "hint": "synonyms for personation", "clues": [["enactment", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "enactment"], ["impersonation", "imitating the mannerisms of another person", "impersonation"], ["characterization", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "characterization"], ["portrayal", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "portrayal"]]}, {"answer": "personnel", "hint": "synonyms for personnel", "clues": [["force", "group of people willing to obey orders", "force"], ["personnel department", "the department responsible for hiring and training and placing employees and for setting policies for personnel management", "personnel department"], ["staff office", "the department responsible for hiring and training and placing employees and for setting policies for personnel management", "staff office"], ["personnel office", "the department responsible for hiring and training and placing employees and for setting policies for personnel management", "personnel office"]]}, {"answer": "perspicacity", "hint": "synonyms for perspicacity", "clues": [["judgment", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions", "judgment"], ["sound judgement", "the capacity to assess situations or circumstances shrewdly and to draw sound conclusions", "sound judgement"], ["perspicaciousness", "intelligence manifested by being astute (as in business dealings)", "perspicaciousness"], ["astuteness", "intelligence manifested by being astute (as in business dealings)", "astuteness"], ["shrewdness", "intelligence manifested by being astute (as in business dealings)", "shrewdness"]]}, {"answer": "perspiration", "hint": "synonyms for perspiration", "clues": [["sweating", "the process of the sweat glands of the skin secreting a salty fluid", "sweating"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid", "hidrosis"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid", "sudation"], ["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid", "diaphoresis"]]}, {"answer": "persuasion", "hint": "synonyms for persuasion", "clues": [["opinion", "a personal belief or judgment that is not founded on proof or certainty", "opinion"], ["thought", "a personal belief or judgment that is not founded on proof or certainty", "thought"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty", "sentiment"], ["view", "a personal belief or judgment that is not founded on proof or certainty", "view"], ["suasion", "the act of persuading (or attempting to persuade); communication intended to induce belief or action", "suasion"]]}, {"answer": "pertinacity", "hint": "synonyms for pertinacity", "clues": [["perseverance", "persistent determination", "perseverance"], ["persistence", "persistent determination", "persistence"], ["tenacity", "persistent determination", "tenacity"], ["tenaciousness", "persistent determination", "tenaciousness"], ["doggedness", "persistent determination", "doggedness"]]}, {"answer": "pertness", "hint": "synonyms for pertness", "clues": [["impertinence", "inappropriate playfulness", "impertinence"], ["archness", "inappropriate playfulness", "archness"], ["perkiness", "inappropriate playfulness", "perkiness"], ["sauciness", "inappropriate playfulness", "sauciness"]]}, {"answer": "petiteness", "hint": "synonyms for petiteness", "clues": [["weeness", "the property of being very small in size", "weeness"], ["minuteness", "the property of being very small in size", "minuteness"], ["tininess", "the property of being very small in size", "tininess"], ["diminutiveness", "the property of being very small in size", "diminutiveness"]]}, {"answer": "petition", "hint": "synonyms for petition", "clues": [["prayer", "reverent petition to a deity", "prayer"], ["postulation", "a formal message requesting something that is submitted to an authority", "postulation"], ["request", "a formal message requesting something that is submitted to an authority", "request"], ["orison", "reverent petition to a deity", "orison"]]}, {"answer": "petroleum", "hint": "synonyms for petroleum", "clues": [["oil", "a dark oil consisting mainly of hydrocarbons", "oil"], ["rock oil", "a dark oil consisting mainly of hydrocarbons", "rock oil"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons", "fossil oil"], ["crude", "a dark oil consisting mainly of hydrocarbons", "crude"], ["crude oil", "a dark oil consisting mainly of hydrocarbons", "crude oil"]]}, {"answer": "pettifoggery", "hint": "synonyms for pettifoggery", "clues": [["tiff", "a quarrel about petty points", "tiff"], ["spat", "a quarrel about petty points", "spat"], ["bicker", "a quarrel about petty points", "bicker"], ["squabble", "a quarrel about petty points", "squabble"], ["fuss", "a quarrel about petty points", "fuss"]]}, {"answer": "pettiness", "hint": "synonyms for pettiness", "clues": [["slightness", "the quality of being unimportant and petty or frivolous", "slightness"], ["puniness", "the quality of being unimportant and petty or frivolous", "puniness"], ["smallness", "lack of generosity in trifling matters", "smallness"], ["littleness", "lack of generosity in trifling matters", "littleness"], ["triviality", "the quality of being unimportant and petty or frivolous", "triviality"]]}, {"answer": "petting", "hint": "synonyms for petting", "clues": [["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "pettishness", "hint": "synonyms for pettishness", "clues": [["irritability", "a disposition to exhibit uncontrolled anger", "irritability"], ["surliness", "a disposition to exhibit uncontrolled anger", "surliness"], ["biliousness", "a disposition to exhibit uncontrolled anger", "biliousness"], ["peevishness", "a disposition to exhibit uncontrolled anger", "peevishness"], ["snappishness", "a disposition to exhibit uncontrolled anger", "snappishness"], ["temper", "a disposition to exhibit uncontrolled anger", "temper"]]}, {"answer": "petulance", "hint": "synonyms for petulance", "clues": [["fretfulness", "an irritable petulant feeling", "fretfulness"], ["irritability", "an irritable petulant feeling", "irritability"], ["crossness", "an irritable petulant feeling", "crossness"], ["fussiness", "an irritable petulant feeling", "fussiness"], ["peevishness", "an irritable petulant feeling", "peevishness"], ["choler", "an irritable petulant feeling", "choler"]]}, {"answer": "phantasm", "hint": "synonyms for phantasm", "clues": [["shadow", "something existing in perception only", "shadow"], ["phantasma", "something existing in perception only", "phantasma"], ["apparition", "something existing in perception only", "apparition"], ["fantasm", "something existing in perception only", "fantasm"], ["phantom", "something existing in perception only", "phantom"]]}, {"answer": "phantasma", "hint": "synonyms for phantasma", "clues": [["shadow", "something existing in perception only", "shadow"], ["phantasm", "something existing in perception only", "phantasm"], ["apparition", "something existing in perception only", "apparition"], ["fantasm", "something existing in perception only", "fantasm"], ["phantom", "something existing in perception only", "phantom"]]}, {"answer": "pharmacy", "hint": "synonyms for pharmacy", "clues": [["chemist's", "a retail shop where medicine and other articles are sold", "chemist's"], ["drugstore", "a retail shop where medicine and other articles are sold", "drugstore"], ["apothecary's shop", "a retail shop where medicine and other articles are sold", "apothecary's shop"], ["pharmaceutics", "the art and science of preparing and dispensing drugs and medicines,", "pharmaceutics"], ["chemist's shop", "a retail shop where medicine and other articles are sold", "chemist's shop"]]}, {"answer": "phenol", "hint": "synonyms for phenol", "clues": [["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "carbolic acid"], ["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "hydroxybenzene"], ["phenylic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenylic acid"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "oxybenzene"]]}, {"answer": "phenylic_acid", "hint": "synonyms for phenylic acid", "clues": [["phenol", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "phenol"], ["carbolic acid", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "carbolic acid"], ["hydroxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "hydroxybenzene"], ["oxybenzene", "a toxic white soluble crystalline acidic derivative of benzene; used in manufacturing and as a disinfectant and antiseptic; poisonous if taken internally", "oxybenzene"]]}, {"answer": "philia", "hint": "synonyms for philia", "clues": [["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["fondness", "a positive feeling of liking", "fondness"], ["affection", "a positive feeling of liking", "affection"], ["affectionateness", "a positive feeling of liking", "affectionateness"], ["heart", "a positive feeling of liking", "heart"], ["tenderness", "a positive feeling of liking", "tenderness"], ["warmness", "a positive feeling of liking", "warmness"]]}, {"answer": "philosophical_system", "hint": "synonyms for philosophical system", "clues": [["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school", "ism"], ["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophy"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school", "doctrine"], ["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school", "school of thought"]]}, {"answer": "philosophy", "hint": "synonyms for philosophy", "clues": [["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school", "ism"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school", "doctrine"], ["school of thought", "a belief (or system of beliefs) accepted as authoritative by some group or school", "school of thought"], ["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophical system"]]}, {"answer": "phlegm", "hint": "synonyms for phlegm", "clues": [["indifference", "apathy demonstrated by an absence of emotional reactions", "indifference"], ["languor", "inactivity; showing an unusual lack of energy", "languor"], ["flatness", "inactivity; showing an unusual lack of energy", "flatness"], ["impassivity", "apathy demonstrated by an absence of emotional reactions", "impassivity"], ["sluggishness", "inactivity; showing an unusual lack of energy", "sluggishness"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions", "impassiveness"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions", "unemotionality"], ["lethargy", "inactivity; showing an unusual lack of energy", "lethargy"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions", "emotionlessness"], ["stolidity", "apathy demonstrated by an absence of emotional reactions", "stolidity"]]}, {"answer": "phoebe", "hint": "synonyms for phoebe", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "phonation", "hint": "synonyms for phonation", "clues": [["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalization"], ["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vox"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "voice"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalism"]]}, {"answer": "phone", "hint": "synonyms for phone", "clues": [["earpiece", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "earpiece"], ["telephone", "electronic equipment that converts sound into electrical signals that can be transmitted over distances and then converts received signals back into sounds", "telephone"], ["sound", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language", "sound"], ["speech sound", "(phonetics) an individual sound unit of speech without concern as to whether or not it is a phoneme of some language", "speech sound"], ["headphone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "headphone"], ["telephone set", "electronic equipment that converts sound into electrical signals that can be transmitted over distances and then converts received signals back into sounds", "telephone set"], ["earphone", "electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear", "earphone"]]}, {"answer": "phone_line", "hint": "synonyms for phone line", "clues": [["telephone line", "a telephone connection", "telephone line"], ["telephone circuit", "a telephone connection", "telephone circuit"], ["line", "a telephone connection", "line"], ["subscriber line", "a telephone connection", "subscriber line"]]}, {"answer": "phonograph_record", "hint": "synonyms for phonograph record", "clues": [["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "record"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disc"], ["phonograph recording", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "phonograph recording"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disk"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "platter"]]}, {"answer": "phonograph_recording", "hint": "synonyms for phonograph recording", "clues": [["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "record"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disc"], ["phonograph record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "phonograph record"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disk"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "platter"]]}, {"answer": "photo", "hint": "synonyms for photo", "clues": [["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photograph"], ["pic", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "pic"], ["picture", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "picture"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "exposure"]]}, {"answer": "photocell", "hint": "synonyms for photocell", "clues": [["photoelectric cell", "a transducer used to detect and measure light and other radiations", "photoelectric cell"], ["photoconductive cell", "a transducer used to detect and measure light and other radiations", "photoconductive cell"], ["magic eye", "a transducer used to detect and measure light and other radiations", "magic eye"], ["electric eye", "a transducer used to detect and measure light and other radiations", "electric eye"]]}, {"answer": "photoconductive_cell", "hint": "synonyms for photoconductive cell", "clues": [["photoelectric cell", "a transducer used to detect and measure light and other radiations", "photoelectric cell"], ["photocell", "a transducer used to detect and measure light and other radiations", "photocell"], ["magic eye", "a transducer used to detect and measure light and other radiations", "magic eye"], ["electric eye", "a transducer used to detect and measure light and other radiations", "electric eye"]]}, {"answer": "photoelectric_cell", "hint": "synonyms for photoelectric cell", "clues": [["photocell", "a transducer used to detect and measure light and other radiations", "photocell"], ["magic eye", "a transducer used to detect and measure light and other radiations", "magic eye"], ["electric eye", "a transducer used to detect and measure light and other radiations", "electric eye"], ["photoconductive cell", "a transducer used to detect and measure light and other radiations", "photoconductive cell"]]}, {"answer": "photoflash", "hint": "synonyms for photoflash", "clues": [["flashbulb", "a lamp for providing momentary light to take a photograph", "flashbulb"], ["flash lamp", "a lamp for providing momentary light to take a photograph", "flash lamp"], ["flashgun", "a lamp for providing momentary light to take a photograph", "flashgun"], ["flash", "a lamp for providing momentary light to take a photograph", "flash"]]}, {"answer": "photograph", "hint": "synonyms for photograph", "clues": [["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photo"], ["pic", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "pic"], ["picture", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "picture"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "exposure"]]}, {"answer": "phrasal_idiom", "hint": "synonyms for phrasal idiom", "clues": [["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiomatic expression"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiom"], ["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrase"], ["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "set phrase"]]}, {"answer": "phrase", "hint": "synonyms for phrase", "clues": [["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiomatic expression"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiom"], ["musical phrase", "a short musical passage", "musical phrase"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrasal idiom"], ["set phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "set phrase"]]}, {"answer": "phraseology", "hint": "synonyms for phraseology", "clues": [["diction", "the manner in which something is expressed in words; - G.S.Patton", "diction"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton", "phrasing"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton", "verbiage"], ["wording", "the manner in which something is expressed in words; - G.S.Patton", "wording"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton", "choice of words"]]}, {"answer": "phrasing", "hint": "synonyms for phrasing", "clues": [["diction", "the manner in which something is expressed in words; - G.S.Patton", "diction"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton", "phraseology"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton", "verbiage"], ["wording", "the manner in which something is expressed in words; - G.S.Patton", "wording"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton", "choice of words"]]}, {"answer": "phratry", "hint": "synonyms for phratry", "clues": [["kinsfolk", "people descended from a common ancestor", "kinsfolk"], ["folk", "people descended from a common ancestor", "folk"], ["sept", "people descended from a common ancestor", "sept"], ["family line", "people descended from a common ancestor", "family line"], ["family", "people descended from a common ancestor", "family"]]}, {"answer": "physical_exercise", "hint": "synonyms for physical exercise", "clues": [["exercising", "the activity of exerting your muscles in various ways to keep fit", "exercising"], ["workout", "the activity of exerting your muscles in various ways to keep fit", "workout"], ["physical exertion", "the activity of exerting your muscles in various ways to keep fit", "physical exertion"], ["exercise", "the activity of exerting your muscles in various ways to keep fit", "exercise"]]}, {"answer": "physical_exertion", "hint": "synonyms for physical exertion", "clues": [["physical exercise", "the activity of exerting your muscles in various ways to keep fit", "physical exercise"], ["exercising", "the activity of exerting your muscles in various ways to keep fit", "exercising"], ["workout", "the activity of exerting your muscles in various ways to keep fit", "workout"], ["exercise", "the activity of exerting your muscles in various ways to keep fit", "exercise"]]}, {"answer": "physics", "hint": "synonyms for physics", "clues": [["physical science", "the physical properties, phenomena, and laws of something", "physical science"], ["natural philosophy", "the science of matter and energy and their interactions", "natural philosophy"], ["cathartic", "a purging medicine; stimulates evacuation of the bowels", "cathartic"], ["physic", "a purging medicine; stimulates evacuation of the bowels", "physic"], ["aperient", "a purging medicine; stimulates evacuation of the bowels", "aperient"], ["purgative", "a purging medicine; stimulates evacuation of the bowels", "purgative"]]}, {"answer": "physiological_reaction", "hint": "synonyms for physiological reaction", "clues": [["reflex action", "an automatic instinctive unlearned reaction to a stimulus", "reflex action"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus", "reflex response"], ["innate reflex", "an automatic instinctive unlearned reaction to a stimulus", "innate reflex"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus", "unconditioned reflex"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus", "instinctive reflex"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus", "reflex"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus", "inborn reflex"]]}, {"answer": "pic", "hint": "synonyms for pic", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photo"], ["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photograph"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "exposure"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "pick", "hint": "synonyms for pick", "clues": [["plectron", "a small thin device (of metal or plastic or ivory) used to pluck a stringed instrument", "plectron"], ["pickaxe", "a heavy iron tool with a wooden handle and a curved head that is pointed on both ends", "pickaxe"], ["plectrum", "a small thin device (of metal or plastic or ivory) used to pluck a stringed instrument", "plectrum"], ["filling", "the yarn woven across the warp yarn in weaving", "filling"], ["selection", "the person or thing chosen or selected", "selection"], ["woof", "the yarn woven across the warp yarn in weaving", "woof"], ["weft", "the yarn woven across the warp yarn in weaving", "weft"], ["choice", "the act of choosing or selecting", "choice"], ["cream", "the best people or things in a group", "cream"], ["picking", "the quantity of a crop that is harvested", "picking"], ["option", "the act of choosing or selecting", "option"]]}, {"answer": "pickup", "hint": "synonyms for pickup", "clues": [["tone arm", "mechanical device consisting of a light balanced arm that carries the cartridge", "tone arm"], ["pick-me-up", "anything with restorative powers", "pick-me-up"], ["cartridge", "an electro-acoustic transducer that is the part of the arm of a record player that holds the needle and that is removable", "cartridge"], ["getaway", "the attribute of being capable of rapid acceleration", "getaway"], ["pickup truck", "a light truck with an open body and low sides and a tailboard", "pickup truck"], ["pickup arm", "mechanical device consisting of a light balanced arm that carries the cartridge", "pickup arm"]]}, {"answer": "picnic", "hint": "synonyms for picnic", "clues": [["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["pushover", "any undertaking that is easy to do", "pushover"], ["child's play", "any undertaking that is easy to do", "child's play"], ["outing", "a day devoted to an outdoor social gathering", "outing"], ["snap", "any undertaking that is easy to do", "snap"], ["field day", "a day devoted to an outdoor social gathering", "field day"], ["breeze", "any undertaking that is easy to do", "breeze"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["walkover", "any undertaking that is easy to do", "walkover"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "picture", "hint": "synonyms for picture", "clues": [["delineation", "a graphic or vivid verbal description", "delineation"], ["photo", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photo"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["word picture", "a graphic or vivid verbal description", "word picture"], ["icon", "a visual representation (of an object or scene or person or abstraction) produced on a surface", "icon"], ["image", "a visual representation (of an object or scene or person or abstraction) produced on a surface", "image"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"], ["mental picture", "a clear and telling mental image", "mental picture"], ["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["depiction", "a graphic or vivid verbal description", "depiction"], ["word-painting", "a graphic or vivid verbal description", "word-painting"], ["painting", "graphic art consisting of an artistic composition made by applying paints to a surface", "painting"], ["ikon", "a visual representation (of an object or scene or person or abstraction) produced on a surface", "ikon"], ["video", "the visible part of a television transmission", "video"], ["characterisation", "a graphic or vivid verbal description", "characterisation"], ["exposure", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "exposure"], ["photograph", "a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material", "photograph"], ["impression", "a clear and telling mental image", "impression"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["pictorial matter", "illustrations used to decorate or explain a text", "pictorial matter"], ["picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture show"]]}, {"answer": "picture_show", "hint": "synonyms for picture show", "clues": [["movie", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "movie"], ["picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "picture"], ["motion-picture show", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "motion-picture show"], ["film", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "film"], ["moving picture", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "moving picture"], ["pic", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "pic"], ["flick", "a form of entertainment that enacts a story by sound and a sequence of images giving the illusion of continuous movement", "flick"]]}, {"answer": "piddle", "hint": "synonyms for piddle", "clues": [["pee", "liquid excretory product", "pee"], ["water", "liquid excretory product", "water"], ["urine", "liquid excretory product", "urine"], ["piss", "liquid excretory product", "piss"], ["weewee", "liquid excretory product", "weewee"]]}, {"answer": "piece", "hint": "synonyms for piece", "clues": [["small-arm", "a portable gun", "small-arm"], ["bit", "an instance of some kind", "bit"], ["objet d'art", "a work of art of some artistic value", "objet d'art"], ["composition", "a musical work that has been created", "composition"], ["art object", "a work of art of some artistic value", "art object"], ["musical composition", "a musical work that has been created", "musical composition"], ["piece of music", "a musical work that has been created", "piece of music"], ["slice", "a serving that has been cut from a larger portion", "slice"], ["spell", "a period of indeterminate length (usually short) marked by some action or condition", "spell"], ["opus", "a musical work that has been created", "opus"], ["firearm", "a portable gun", "firearm"], ["part", "a portion of a natural object", "part"], ["while", "a period of indeterminate length (usually short) marked by some action or condition", "while"], ["patch", "a period of indeterminate length (usually short) marked by some action or condition", "patch"]]}, {"answer": "piece_of_ass", "hint": "synonyms for piece of ass", "clues": [["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"]]}, {"answer": "piece_of_cake", "hint": "synonyms for piece of cake", "clues": [["pushover", "any undertaking that is easy to do", "pushover"], ["picnic", "any undertaking that is easy to do", "picnic"], ["child's play", "any undertaking that is easy to do", "child's play"], ["snap", "any undertaking that is easy to do", "snap"], ["breeze", "any undertaking that is easy to do", "breeze"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["walkover", "any undertaking that is easy to do", "walkover"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "piece_of_ground", "hint": "synonyms for piece of ground", "clues": [["parcel", "an extended area of land", "parcel"], ["tract", "an extended area of land", "tract"], ["parcel of land", "an extended area of land", "parcel of land"], ["piece of land", "an extended area of land", "piece of land"]]}, {"answer": "piece_of_land", "hint": "synonyms for piece of land", "clues": [["parcel", "an extended area of land", "parcel"], ["tract", "an extended area of land", "tract"], ["parcel of land", "an extended area of land", "parcel of land"], ["piece of ground", "an extended area of land", "piece of ground"]]}, {"answer": "piece_of_music", "hint": "synonyms for piece of music", "clues": [["piece", "a musical work that has been created", "piece"], ["musical composition", "a musical work that has been created", "musical composition"], ["composition", "a musical work that has been created", "composition"], ["opus", "a musical work that has been created", "opus"]]}, {"answer": "piece_of_tail", "hint": "synonyms for piece of tail", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"]]}, {"answer": "pigheadedness", "hint": "synonyms for pigheadedness", "clues": [["self-will", "resolute adherence to your own ideas or desires", "self-will"], ["obstinance", "resolute adherence to your own ideas or desires", "obstinance"], ["bullheadedness", "resolute adherence to your own ideas or desires", "bullheadedness"], ["obstinacy", "resolute adherence to your own ideas or desires", "obstinacy"], ["stubbornness", "resolute adherence to your own ideas or desires", "stubbornness"]]}, {"answer": "pike", "hint": "synonyms for pike", "clues": [["superhighway", "a broad highway designed for high-speed traffic", "superhighway"], ["motorway", "a broad highway designed for high-speed traffic", "motorway"], ["state highway", "a broad highway designed for high-speed traffic", "state highway"], ["thruway", "a broad highway designed for high-speed traffic", "thruway"], ["freeway", "a broad highway designed for high-speed traffic", "freeway"], ["expressway", "a broad highway designed for high-speed traffic", "expressway"], ["throughway", "a broad highway designed for high-speed traffic", "throughway"]]}, {"answer": "pile", "hint": "synonyms for pile", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["big money", "a large sum of money (especially as pay or profit)", "big money"], ["voltaic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta", "voltaic pile"], ["atomic reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy", "atomic reactor"], ["agglomerate", "a collection of objects laid on top of each other", "agglomerate"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["big bucks", "a large sum of money (especially as pay or profit)", "big bucks"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["bundle", "a large sum of money (especially as pay or profit)", "bundle"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["nap", "the yarn (as in a rug or velvet or corduroy) that stands up from the weave", "nap"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["piling", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "piling"], ["galvanic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta", "galvanic pile"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"], ["atomic pile", "a nuclear reactor that uses controlled nuclear fission to generate energy", "atomic pile"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["cumulation", "a collection of objects laid on top of each other", "cumulation"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["chain reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy", "chain reactor"], ["spile", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "spile"], ["mound", "a collection of objects laid on top of each other", "mound"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["megabucks", "a large sum of money (especially as pay or profit)", "megabucks"], ["cumulus", "a collection of objects laid on top of each other", "cumulus"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["stilt", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "stilt"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "piles", "hint": "synonyms for piles", "clues": [["pile", "a nuclear reactor that uses controlled nuclear fission to generate energy", "pile"], ["oodles", "a large number or amount", "oodles"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["big money", "a large sum of money (especially as pay or profit)", "big money"], ["slews", "a large number or amount", "slews"], ["voltaic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta", "voltaic pile"], ["scores", "a large number or amount", "scores"], ["agglomerate", "a collection of objects laid on top of each other", "agglomerate"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["atomic reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy", "atomic reactor"], ["stacks", "a large number or amount", "stacks"], ["stilt", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "stilt"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["wads", "a large number or amount", "wads"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["big bucks", "a large sum of money (especially as pay or profit)", "big bucks"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["bundle", "a large sum of money (especially as pay or profit)", "bundle"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["nap", "the yarn (as in a rug or velvet or corduroy) that stands up from the weave", "nap"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["piling", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "piling"], ["galvanic pile", "battery consisting of voltaic cells arranged in series; the earliest electric battery devised by Volta", "galvanic pile"], ["atomic pile", "a nuclear reactor that uses controlled nuclear fission to generate energy", "atomic pile"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["cumulation", "a collection of objects laid on top of each other", "cumulation"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["gobs", "a large number or amount", "gobs"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["chain reactor", "a nuclear reactor that uses controlled nuclear fission to generate energy", "chain reactor"], ["lashings", "a large number or amount", "lashings"], ["mound", "a collection of objects laid on top of each other", "mound"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["megabucks", "a large sum of money (especially as pay or profit)", "megabucks"], ["cumulus", "a collection of objects laid on top of each other", "cumulus"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["scads", "a large number or amount", "scads"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "pill", "hint": "synonyms for pill", "clues": [["lozenge", "a dose of medicine in the form of a small pellet", "lozenge"], ["birth control pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "birth control pill"], ["oral contraceptive", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "oral contraceptive"], ["contraceptive pill", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "contraceptive pill"], ["anovulatory drug", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulatory drug"], ["anovulant", "a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception", "anovulant"], ["tablet", "a dose of medicine in the form of a small pellet", "tablet"], ["tab", "a dose of medicine in the form of a small pellet", "tab"]]}, {"answer": "pillage", "hint": "synonyms for pillage", "clues": [["plundering", "the act of stealing valuable things from a place", "plundering"], ["pillaging", "the act of stealing valuable things from a place", "pillaging"], ["booty", "goods or money obtained illegally", "booty"], ["swag", "goods or money obtained illegally", "swag"], ["prize", "goods or money obtained illegally", "prize"], ["dirty money", "goods or money obtained illegally", "dirty money"], ["loot", "goods or money obtained illegally", "loot"]]}, {"answer": "pilomotor_reflex", "hint": "synonyms for pilomotor reflex", "clues": [["goose bump", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose bump"], ["horripilation", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "horripilation"], ["gooseflesh", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "gooseflesh"], ["goose pimple", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose pimple"], ["goose skin", "reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation", "goose skin"]]}, {"answer": "pilot", "hint": "synonyms for pilot", "clues": [["archetype", "something that serves as a model or a basis for making copies", "archetype"], ["pilot film", "a program exemplifying a contemplated series; intended to attract sponsors", "pilot film"], ["fender", "an inclined metal frame at the front of a locomotive to clear the track", "fender"], ["original", "something that serves as a model or a basis for making copies", "original"], ["pilot program", "a program exemplifying a contemplated series; intended to attract sponsors", "pilot program"], ["pilot burner", "small auxiliary gas burner that provides a flame to ignite a larger gas burner", "pilot burner"], ["cowcatcher", "an inclined metal frame at the front of a locomotive to clear the track", "cowcatcher"], ["buffer", "an inclined metal frame at the front of a locomotive to clear the track", "buffer"], ["pilot light", "small auxiliary gas burner that provides a flame to ignite a larger gas burner", "pilot light"]]}, {"answer": "pilot_biscuit", "hint": "synonyms for pilot biscuit", "clues": [["hardtack", "very hard unsalted biscuit or bread; a former ship's staple", "hardtack"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple", "pilot bread"], ["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "ship biscuit"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "sea biscuit"]]}, {"answer": "pilot_bread", "hint": "synonyms for pilot bread", "clues": [["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "pilot biscuit"], ["hardtack", "very hard unsalted biscuit or bread; a former ship's staple", "hardtack"], ["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "ship biscuit"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "sea biscuit"]]}, {"answer": "pilot_light", "hint": "synonyms for pilot light", "clues": [["indicator lamp", "indicator consisting of a light to indicate whether power is on or a motor is in operation", "indicator lamp"], ["pilot", "small auxiliary gas burner that provides a flame to ignite a larger gas burner", "pilot"], ["pilot lamp", "indicator consisting of a light to indicate whether power is on or a motor is in operation", "pilot lamp"], ["pilot burner", "small auxiliary gas burner that provides a flame to ignite a larger gas burner", "pilot burner"]]}, {"answer": "pin", "hint": "synonyms for pin", "clues": [["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "tholepin"], ["fall", "when a wrestler's shoulders are forced to the mat", "fall"], ["bowling pin", "a club-shaped wooden object used in bowling; set up in triangular groups of ten as the target", "bowling pin"], ["pivot", "axis consisting of a short shaft that supports something that turns", "pivot"], ["pin tumbler", "cylindrical tumblers consisting of two parts that are held in place by springs; when they are aligned with a key the bolt can be thrown", "pin tumbler"], ["personal identification number", "a number you choose and use to gain access to various accounts", "personal identification number"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "rowlock"], ["flag", "flagpole used to mark the position of the hole on a golf green", "flag"], ["peg", "small markers inserted into a surface to mark scores or define locations etc.", "peg"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "oarlock"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "thole"]]}, {"answer": "pinch", "hint": "synonyms for pinch", "clues": [["speck", "a slight but appreciable amount", "speck"], ["touch", "a slight but appreciable amount", "touch"], ["mite", "a slight but appreciable amount", "mite"], ["tinge", "a slight but appreciable amount", "tinge"], ["soupcon", "a slight but appreciable amount", "soupcon"], ["collar", "the act of apprehending (especially apprehending a criminal)", "collar"], ["jot", "a slight but appreciable amount", "jot"], ["emergency", "a sudden unforeseen crisis (usually involving danger) that requires immediate action", "emergency"], ["exigency", "a sudden unforeseen crisis (usually involving danger) that requires immediate action", "exigency"], ["catch", "the act of apprehending (especially apprehending a criminal)", "catch"], ["taking into custody", "the act of apprehending (especially apprehending a criminal)", "taking into custody"], ["nip", "a small sharp bite or snip", "nip"], ["hint", "a slight but appreciable amount", "hint"], ["arrest", "the act of apprehending (especially apprehending a criminal)", "arrest"], ["tweak", "a squeeze with the fingers", "tweak"], ["apprehension", "the act of apprehending (especially apprehending a criminal)", "apprehension"]]}, {"answer": "pipe", "hint": "synonyms for pipe", "clues": [["tube", "a hollow cylindrical shape", "tube"], ["piping", "a long tube made of metal or plastic that is used to carry water or oil or gas etc.", "piping"], ["pipework", "the flues and stops on a pipe organ", "pipework"], ["tobacco pipe", "a tube with a small bowl at one end; used for smoking tobacco", "tobacco pipe"], ["organ pipe", "the flues and stops on a pipe organ", "organ pipe"], ["pipage", "a long tube made of metal or plastic that is used to carry water or oil or gas etc.", "pipage"]]}, {"answer": "piquance", "hint": "synonyms for piquance", "clues": [["nip", "a tart spicy quality", "nip"], ["zest", "a tart spicy quality", "zest"], ["piquancy", "the quality of being agreeably stimulating or mentally exciting", "piquancy"], ["piquantness", "a tart spicy quality", "piquantness"], ["tanginess", "a tart spicy quality", "tanginess"], ["tang", "a tart spicy quality", "tang"]]}, {"answer": "piquancy", "hint": "synonyms for piquancy", "clues": [["zest", "a tart spicy quality", "zest"], ["piquantness", "a tart spicy quality", "piquantness"], ["tanginess", "a tart spicy quality", "tanginess"], ["piquance", "the quality of being agreeably stimulating or mentally exciting", "piquance"], ["nip", "a tart spicy quality", "nip"], ["tang", "a tart spicy quality", "tang"]]}, {"answer": "piquantness", "hint": "synonyms for piquantness", "clues": [["nip", "a tart spicy quality", "nip"], ["zest", "a tart spicy quality", "zest"], ["piquancy", "the quality of being agreeably stimulating or mentally exciting", "piquancy"], ["tanginess", "a tart spicy quality", "tanginess"], ["tang", "a tart spicy quality", "tang"]]}, {"answer": "piss", "hint": "synonyms for piss", "clues": [["pee", "informal terms for urination", "pee"], ["water", "liquid excretory product", "water"], ["urine", "liquid excretory product", "urine"], ["piddle", "liquid excretory product", "piddle"], ["pissing", "informal terms for urination", "pissing"], ["weewee", "liquid excretory product", "weewee"]]}, {"answer": "pit", "hint": "synonyms for pit", "clues": [["perdition", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "perdition"], ["quarry", "a surface excavation for extracting stone or slate", "quarry"], ["nether region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "nether region"], ["fossa", "a concavity in a surface (especially an anatomical depression)", "fossa"], ["orchestra pit", "lowered area in front of a stage where an orchestra accompanies the performers", "orchestra pit"], ["colliery", "a workplace consisting of a coal mine plus all the buildings and equipment connected with it", "colliery"], ["infernal region", "(Christianity) the abode of Satan and the forces of evil; where sinners suffer eternal punishment; - John Milton; ; -Dr. Johnson", "infernal region"], ["stone pit", "a surface excavation for extracting stone or slate", "stone pit"], ["cavity", "a sizeable hole (usually in the ground)", "cavity"], ["pitfall", "a trap in the form of a concealed hole", "pitfall"]]}, {"answer": "pitch", "hint": "synonyms for pitch", "clues": [["tar", "any of various dark heavy viscid substances obtained as a residue", "tar"], ["sales talk", "promotion by means of an argument and demonstration", "sales talk"], ["delivery", "(baseball) the act of throwing a baseball by a pitcher to a batter", "delivery"], ["auction pitch", "an all-fours game in which the first card led is a trump", "auction pitch"], ["slant", "degree of deviation from a horizontal plane", "slant"], ["pitch shot", "a high approach shot in golf", "pitch shot"], ["rake", "degree of deviation from a horizontal plane", "rake"], ["lurch", "abrupt up-and-down motion (as caused by a ship or other conveyance)", "lurch"], ["sales pitch", "promotion by means of an argument and demonstration", "sales pitch"], ["pitching", "abrupt up-and-down motion (as caused by a ship or other conveyance)", "pitching"]]}, {"answer": "pitch_black", "hint": "synonyms for pitch black", "clues": [["ebony", "a very dark black", "ebony"], ["coal black", "a very dark black", "coal black"], ["sable", "a very dark black", "sable"], ["jet black", "a very dark black", "jet black"], ["soot black", "a very dark black", "soot black"]]}, {"answer": "pith", "hint": "synonyms for pith", "clues": [["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"]]}, {"answer": "pith_hat", "hint": "synonyms for pith hat", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun", "pith helmet"], ["topi", "a lightweight hat worn in tropical countries for protection from the sun", "topi"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun", "sun helmet"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun", "topee"]]}, {"answer": "pith_helmet", "hint": "synonyms for pith helmet", "clues": [["topi", "a lightweight hat worn in tropical countries for protection from the sun", "topi"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun", "sun helmet"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun", "topee"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun", "pith hat"]]}, {"answer": "pity", "hint": "synonyms for pity", "clues": [["shame", "an unfortunate development", "shame"], ["pathos", "a feeling of sympathy and sorrow for the misfortunes of others", "pathos"], ["commiseration", "a feeling of sympathy and sorrow for the misfortunes of others", "commiseration"], ["ruth", "a feeling of sympathy and sorrow for the misfortunes of others", "ruth"], ["compassion", "the humane quality of understanding the suffering of others and wanting to do something about it", "compassion"]]}, {"answer": "pizzaz", "hint": "synonyms for pizzaz", "clues": [["zing", "the activeness of an energetic personality", "zing"], ["dynamism", "the activeness of an energetic personality", "dynamism"], ["pizzazz", "the activeness of an energetic personality", "pizzazz"], ["oomph", "the activeness of an energetic personality", "oomph"]]}, {"answer": "pizzazz", "hint": "synonyms for pizzazz", "clues": [["pizzaz", "the activeness of an energetic personality", "pizzaz"], ["dynamism", "the activeness of an energetic personality", "dynamism"], ["zing", "the activeness of an energetic personality", "zing"], ["oomph", "the activeness of an energetic personality", "oomph"]]}, {"answer": "placard", "hint": "synonyms for placard", "clues": [["card", "a sign posted in a public place as an advertisement", "card"], ["poster", "a sign posted in a public place as an advertisement", "poster"], ["bill", "a sign posted in a public place as an advertisement", "bill"], ["posting", "a sign posted in a public place as an advertisement", "posting"], ["notice", "a sign posted in a public place as an advertisement", "notice"]]}, {"answer": "place", "hint": "synonyms for place", "clues": [["stead", "the post or function properly or customarily occupied or served by another", "stead"], ["space", "a blank area", "space"], ["spot", "a job in an organization", "spot"], ["topographic point", "a point located with respect to surface features of some region", "topographic point"], ["post", "a job in an organization", "post"], ["lieu", "the post or function properly or customarily occupied or served by another", "lieu"], ["berth", "a job in an organization", "berth"], ["position", "an item on a list or in a sequence", "position"], ["billet", "a job in an organization", "billet"], ["home", "where you live at a particular time", "home"], ["plaza", "a public square with room for pedestrians", "plaza"], ["office", "a job in an organization", "office"], ["situation", "a job in an organization", "situation"], ["blank space", "a blank area", "blank space"], ["property", "any area set aside for a particular purpose", "property"], ["seat", "a space reserved for sitting (as in a theater or on a train or airplane)", "seat"], ["piazza", "a public square with room for pedestrians", "piazza"]]}, {"answer": "placement", "hint": "synonyms for placement", "clues": [["locating", "the act of putting something in a certain place", "locating"], ["positioning", "the act of putting something in a certain place", "positioning"], ["emplacement", "the act of putting something in a certain place", "emplacement"], ["arrangement", "the spatial property of the way in which something is placed", "arrangement"]]}, {"answer": "placidity", "hint": "synonyms for placidity", "clues": [["tranquility", "a disposition free from stress or emotion", "tranquility"], ["repose", "a disposition free from stress or emotion", "repose"], ["placidness", "a feeling of calmness; a quiet and undisturbed feeling", "placidness"], ["quiet", "a disposition free from stress or emotion", "quiet"], ["serenity", "a disposition free from stress or emotion", "serenity"]]}, {"answer": "planetary_house", "hint": "synonyms for planetary house", "clues": [["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "star sign"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided", "house"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign of the zodiac"], ["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided", "mansion"]]}, {"answer": "plangency", "hint": "synonyms for plangency", "clues": [["ringing", "having the character of a loud deep sound; the quality of being resonant", "ringing"], ["sonority", "having the character of a loud deep sound; the quality of being resonant", "sonority"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant", "sonorousness"], ["vibrancy", "having the character of a loud deep sound; the quality of being resonant", "vibrancy"], ["resonance", "having the character of a loud deep sound; the quality of being resonant", "resonance"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant", "reverberance"]]}, {"answer": "plant", "hint": "synonyms for plant", "clues": [["plant life", "(botany) a living organism lacking the power of locomotion", "plant life"], ["works", "buildings for carrying on industrial labor", "works"], ["industrial plant", "buildings for carrying on industrial labor", "industrial plant"], ["flora", "(botany) a living organism lacking the power of locomotion", "flora"]]}, {"answer": "plaster", "hint": "synonyms for plaster", "clues": [["plasterwork", "a surface of hardened plaster (as on a wall or ceiling)", "plasterwork"], ["adhesive plaster", "adhesive tape used in dressing wounds", "adhesive plaster"], ["poultice", "a medical dressing consisting of a soft heated mass of meal or clay that is spread on a cloth and applied to the skin to treat inflamed areas or improve circulation etc.", "poultice"], ["sticking plaster", "adhesive tape used in dressing wounds", "sticking plaster"], ["plaster of Paris", "any of several gypsum cements; a white powder (a form of calcium sulphate) that forms a paste when mixed with water and hardens into a solid; used in making molds and sculptures and casts for broken limbs", "plaster of Paris"], ["cataplasm", "a medical dressing consisting of a soft heated mass of meal or clay that is spread on a cloth and applied to the skin to treat inflamed areas or improve circulation etc.", "cataplasm"]]}, {"answer": "plate", "hint": "synonyms for plate", "clues": [["shell", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)", "shell"], ["plateful", "the quantity contained in a plate", "plateful"], ["collection plate", "a shallow receptacle for collection in church", "collection plate"], ["denture", "a dental appliance that artificially replaces missing teeth", "denture"], ["scale", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)", "scale"], ["home base", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "home base"], ["home", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "home"], ["dental plate", "a dental appliance that artificially replaces missing teeth", "dental plate"], ["photographic plate", "a flat sheet of metal or glass on which a photographic image can be recorded", "photographic plate"], ["home plate", "(baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score", "home plate"], ["crustal plate", "a rigid layer of the Earth's crust that is believed to drift slowly", "crustal plate"]]}, {"answer": "platform", "hint": "synonyms for platform", "clues": [["weapons platform", "any military structure or vehicle bearing weapons", "weapons platform"], ["political program", "a document stating the aims and principles of a political party", "political program"], ["chopine", "a woman's shoe with a very high thick sole", "chopine"], ["political platform", "a document stating the aims and principles of a political party", "political platform"], ["program", "a document stating the aims and principles of a political party", "program"]]}, {"answer": "platitude", "hint": "synonyms for platitude", "clues": [["bromide", "a trite or obvious remark", "bromide"], ["banality", "a trite or obvious remark", "banality"], ["commonplace", "a trite or obvious remark", "commonplace"], ["cliche", "a trite or obvious remark", "cliche"]]}, {"answer": "platonic_body", "hint": "synonyms for platonic body", "clues": [["regular convex polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "regular convex polyhedron"], ["regular polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "regular polyhedron"], ["ideal solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "ideal solid"], ["regular convex solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "regular convex solid"]]}, {"answer": "platonic_solid", "hint": "synonyms for platonic solid", "clues": [["regular convex polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "regular convex polyhedron"], ["regular polyhedron", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "regular polyhedron"], ["ideal solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "ideal solid"], ["regular convex solid", "any one of five solids whose faces are congruent regular polygons and whose polyhedral angles are all congruent", "regular convex solid"]]}, {"answer": "platter", "hint": "synonyms for platter", "clues": [["record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "record"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disc"], ["phonograph record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "phonograph record"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disk"]]}, {"answer": "plaudit", "hint": "synonyms for plaudit", "clues": [["eclat", "enthusiastic approval", "eclat"], ["acclaim", "enthusiastic approval", "acclaim"], ["plaudits", "enthusiastic approval", "plaudits"], ["acclamation", "enthusiastic approval", "acclamation"]]}, {"answer": "plaudits", "hint": "synonyms for plaudits", "clues": [["eclat", "enthusiastic approval", "eclat"], ["plaudit", "enthusiastic approval", "plaudit"], ["acclaim", "enthusiastic approval", "acclaim"], ["acclamation", "enthusiastic approval", "acclamation"]]}, {"answer": "play", "hint": "synonyms for play", "clues": [["romp", "gay or light-hearted recreational activity for diversion or amusement", "romp"], ["manoeuvre", "a deliberate coordinated movement requiring dexterity and skill", "manoeuvre"], ["shimmer", "a weak and tremulous light", "shimmer"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement", "gambol"], ["caper", "gay or light-hearted recreational activity for diversion or amusement", "caper"], ["child's play", "activity by children that is guided more by imagination than by fixed rules", "child's play"], ["playing period", "(in games or plays or other performances) the time during which play proceeds", "playing period"], ["gambling", "the act of playing for stakes in the hope of winning (including the payment of a price for a chance to win a prize)", "gambling"], ["looseness", "movement or space for movement", "looseness"], ["period of play", "(in games or plays or other performances) the time during which play proceeds", "period of play"], ["dramatic play", "a dramatic work intended for performance by actors on a stage", "dramatic play"], ["bid", "an attempt to get something", "bid"], ["sport", "verbal wit or mockery (often at another's expense but not to be taken seriously)", "sport"], ["swordplay", "the act using a sword (or other weapon) vigorously and skillfully", "swordplay"], ["fun", "verbal wit or mockery (often at another's expense but not to be taken seriously)", "fun"], ["frolic", "gay or light-hearted recreational activity for diversion or amusement", "frolic"], ["drama", "a dramatic work intended for performance by actors on a stage", "drama"], ["turn", "(game) the activity of doing something in an agreed succession", "turn"], ["maneuver", "a deliberate coordinated movement requiring dexterity and skill", "maneuver"]]}, {"answer": "plaza", "hint": "synonyms for plaza", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "mall"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping mall"], ["shopping centre", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping centre"], ["place", "a public square with room for pedestrians", "place"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "center"], ["piazza", "a public square with room for pedestrians", "piazza"]]}, {"answer": "pleasure_trip", "hint": "synonyms for pleasure trip", "clues": [["sashay", "a journey taken for pleasure", "sashay"], ["junket", "a journey taken for pleasure", "junket"], ["outing", "a journey taken for pleasure", "outing"], ["jaunt", "a journey taken for pleasure", "jaunt"], ["excursion", "a journey taken for pleasure", "excursion"], ["expedition", "a journey taken for pleasure", "expedition"]]}, {"answer": "plenitude", "hint": "synonyms for plenitude", "clues": [["plenteousness", "a full supply", "plenteousness"], ["plentitude", "a full supply", "plentitude"], ["plentifulness", "a full supply", "plentifulness"], ["plenty", "a full supply", "plenty"]]}, {"answer": "plentitude", "hint": "synonyms for plentitude", "clues": [["plenteousness", "a full supply", "plenteousness"], ["plentifulness", "a full supply", "plentifulness"], ["plenitude", "a full supply", "plenitude"], ["plenty", "a full supply", "plenty"]]}, {"answer": "pliability", "hint": "synonyms for pliability", "clues": [["pliancy", "adaptability of mind or character", "pliancy"], ["pliantness", "adaptability of mind or character", "pliantness"], ["bendability", "the property of being easily bent without breaking", "bendability"], ["suppleness", "adaptability of mind or character", "suppleness"]]}, {"answer": "plication", "hint": "synonyms for plication", "clues": [["flexure", "an angular or rounded shape made by folding", "flexure"], ["crimp", "an angular or rounded shape made by folding", "crimp"], ["crease", "an angular or rounded shape made by folding", "crease"], ["pleating", "the act of folding in parallel folds", "pleating"], ["bend", "an angular or rounded shape made by folding", "bend"], ["fold", "an angular or rounded shape made by folding", "fold"]]}, {"answer": "plosive", "hint": "synonyms for plosive", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive consonant"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "occlusive"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop consonant"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive speech sound"]]}, {"answer": "plosive_consonant", "hint": "synonyms for plosive consonant", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "occlusive"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop consonant"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive speech sound"]]}, {"answer": "plosive_speech_sound", "hint": "synonyms for plosive speech sound", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive consonant"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "occlusive"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop consonant"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive"]]}, {"answer": "plot", "hint": "synonyms for plot", "clues": [["patch", "a small area of ground covered by specific vegetation", "patch"], ["secret plan", "a secret scheme to do something (especially something underhand or illegal)", "secret plan"], ["plot of land", "a small area of ground covered by specific vegetation", "plot of land"], ["game", "a secret scheme to do something (especially something underhand or illegal)", "game"], ["plot of ground", "a small area of ground covered by specific vegetation", "plot of ground"]]}, {"answer": "ploughland", "hint": "synonyms for ploughland", "clues": [["cultivated land", "arable land that is worked by plowing and sowing and raising crops", "cultivated land"], ["plowland", "arable land that is worked by plowing and sowing and raising crops", "plowland"], ["tillage", "arable land that is worked by plowing and sowing and raising crops", "tillage"], ["farmland", "arable land that is worked by plowing and sowing and raising crops", "farmland"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops", "tilled land"], ["tilth", "arable land that is worked by plowing and sowing and raising crops", "tilth"]]}, {"answer": "plowland", "hint": "synonyms for plowland", "clues": [["cultivated land", "arable land that is worked by plowing and sowing and raising crops", "cultivated land"], ["tillage", "arable land that is worked by plowing and sowing and raising crops", "tillage"], ["farmland", "arable land that is worked by plowing and sowing and raising crops", "farmland"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops", "tilled land"], ["tilth", "arable land that is worked by plowing and sowing and raising crops", "tilth"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops", "ploughland"]]}, {"answer": "plug", "hint": "synonyms for plug", "clues": [["stopper", "blockage consisting of an object designed to fill a hole tightly", "stopper"], ["cud", "a wad of something chewable as tobacco", "cud"], ["male plug", "an electrical device with two or three pins that is inserted in a socket to make an electrical connection", "male plug"], ["fire hydrant", "an upright hydrant for drawing water to use in fighting a fire", "fire hydrant"], ["hoopla", "blatant or sensational promotion", "hoopla"], ["hype", "blatant or sensational promotion", "hype"], ["ballyhoo", "blatant or sensational promotion", "ballyhoo"], ["chew", "a wad of something chewable as tobacco", "chew"], ["quid", "a wad of something chewable as tobacco", "quid"], ["spark plug", "electrical device that fits into the cylinder head of an internal-combustion engine and ignites the gas by means of an electric spark", "spark plug"], ["chaw", "a wad of something chewable as tobacco", "chaw"], ["fireplug", "an upright hydrant for drawing water to use in fighting a fire", "fireplug"], ["wad", "a wad of something chewable as tobacco", "wad"]]}, {"answer": "plug-in", "hint": "synonyms for plug-in", "clues": [["add-in", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "add-in"], ["circuit board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "circuit board"], ["card", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "card"], ["board", "a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities", "board"]]}, {"answer": "plug_hat", "hint": "synonyms for plug hat", "clues": [["derby", "a felt hat that is round and hard with a narrow brim", "derby"], ["derby hat", "a felt hat that is round and hard with a narrow brim", "derby hat"], ["bowler", "a felt hat that is round and hard with a narrow brim", "bowler"], ["bowler hat", "a felt hat that is round and hard with a narrow brim", "bowler hat"]]}, {"answer": "plunder", "hint": "synonyms for plunder", "clues": [["pillage", "goods or money obtained illegally", "pillage"], ["swag", "goods or money obtained illegally", "swag"], ["prize", "goods or money obtained illegally", "prize"], ["dirty money", "goods or money obtained illegally", "dirty money"], ["loot", "goods or money obtained illegally", "loot"], ["booty", "goods or money obtained illegally", "booty"]]}, {"answer": "plurality", "hint": "synonyms for plurality", "clues": [["pack", "a large indefinite number", "pack"], ["relative majority", "(in an election with more than 2 options) the number of votes for the candidate or party receiving the greatest number (but less that half of the votes)", "relative majority"], ["multitude", "a large indefinite number", "multitude"], ["battalion", "a large indefinite number", "battalion"], ["large number", "a large indefinite number", "large number"]]}, {"answer": "pm", "hint": "synonyms for pm", "clues": [["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "necropsy"], ["post-mortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "post-mortem examination"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "autopsy"], ["postmortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "postmortem"], ["phase modulation", "modulation of the phase of the carrier wave", "phase modulation"], ["promethium", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium", "promethium"], ["atomic number 61", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium", "atomic number 61"]]}, {"answer": "pms", "hint": "synonyms for pms", "clues": [["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "necropsy"], ["post-mortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "post-mortem examination"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "autopsy"], ["postmortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "postmortem"], ["phase modulation", "modulation of the phase of the carrier wave", "phase modulation"], ["promethium", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium", "promethium"], ["atomic number 61", "a soft silvery metallic element of the rare earth group having no stable isotope; was discovered in radioactive form as a fission product of uranium", "atomic number 61"]]}, {"answer": "pocket", "hint": "synonyms for pocket", "clues": [["scoop", "a hollow concave shape made by removing something", "scoop"], ["air pocket", "a local region of low pressure or descending air that causes a plane to lose height suddenly", "air pocket"], ["pouch", "an enclosed space", "pouch"], ["sack", "an enclosed space", "sack"], ["air hole", "a local region of low pressure or descending air that causes a plane to lose height suddenly", "air hole"]]}, {"answer": "pocketbook", "hint": "synonyms for pocketbook", "clues": [["billfold", "a pocket-size case for holding papers and paper money", "billfold"], ["notecase", "a pocket-size case for holding papers and paper money", "notecase"], ["bag", "a container used for carrying money and small personal items or accessories (especially by women)", "bag"], ["pocket edition", "pocket-sized paperback book", "pocket edition"], ["handbag", "a container used for carrying money and small personal items or accessories (especially by women)", "handbag"], ["purse", "a container used for carrying money and small personal items or accessories (especially by women)", "purse"], ["wallet", "a pocket-size case for holding papers and paper money", "wallet"], ["pocket book", "pocket-sized paperback book", "pocket book"]]}, {"answer": "podium", "hint": "synonyms for podium", "clues": [["ambo", "a platform raised above the surrounding level to give prominence to the person on it", "ambo"], ["stump", "a platform raised above the surrounding level to give prominence to the person on it", "stump"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it", "pulpit"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it", "dais"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it", "soapbox"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it", "rostrum"]]}, {"answer": "podsol_soil", "hint": "synonyms for podsol soil", "clues": [["podsol", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer", "podsol"], ["podsolic soil", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer", "podsolic soil"], ["podzol", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer", "podzol"], ["podzol soil", "a soil that develops in temperate to cold moist climates under coniferous or heath vegetation; an organic mat over a grey leached layer", "podzol soil"]]}, {"answer": "point", "hint": "synonyms for point", "clues": [["head", "a V-shaped mark at one end of an arrow pointer", "head"], ["item", "an isolated fact that is considered separately from the whole", "item"], ["spot", "an outstanding characteristic", "spot"], ["point in time", "an instant of time", "point in time"], ["power point", "a wall socket", "power point"], ["decimal point", "the dot at the left of a decimal fraction", "decimal point"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full stop"], ["dot", "a very small circular shape", "dot"], ["pointedness", "the property of a shape that tapers to a sharp tip", "pointedness"], ["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full point"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "period"], ["breaker point", "a contact in the distributor; as the rotor turns its projecting arm contacts them and current flows to the spark plugs", "breaker point"], ["gunpoint", "the gun muzzle's direction", "gunpoint"], ["stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "stop"], ["tip", "a V shape", "tip"], ["peak", "a V shape", "peak"], ["distributor point", "a contact in the distributor; as the rotor turns its projecting arm contacts them and current flows to the spark plugs", "distributor point"], ["percentage point", "the dot at the left of a decimal fraction", "percentage point"], ["detail", "an isolated fact that is considered separately from the whole", "detail"], ["compass point", "any of 32 horizontal directions indicated on the card of a compass", "compass point"]]}, {"answer": "pointlessness", "hint": "synonyms for pointlessness", "clues": [["senselessness", "total lack of meaning or ideas", "senselessness"], ["inanity", "total lack of meaning or ideas", "inanity"], ["vacuity", "total lack of meaning or ideas", "vacuity"], ["mindlessness", "total lack of meaning or ideas", "mindlessness"]]}, {"answer": "poise", "hint": "synonyms for poise", "clues": [["assuredness", "great coolness and composure under strain", "assuredness"], ["cool", "great coolness and composure under strain", "cool"], ["sang-froid", "great coolness and composure under strain", "sang-froid"], ["aplomb", "great coolness and composure under strain", "aplomb"]]}, {"answer": "poke", "hint": "synonyms for poke", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)", "jabbing"], ["thrusting", "a sharp hand gesture (resembling a blow)", "thrusting"], ["poking", "a sharp hand gesture (resembling a blow)", "poking"], ["biff", "(boxing) a blow with the fist", "biff"], ["paper bag", "a bag made of paper or plastic for holding customer's purchases", "paper bag"], ["carrier bag", "a bag made of paper or plastic for holding customer's purchases", "carrier bag"], ["lick", "(boxing) a blow with the fist", "lick"], ["clout", "(boxing) a blow with the fist", "clout"], ["slug", "(boxing) a blow with the fist", "slug"], ["punch", "(boxing) a blow with the fist", "punch"], ["sack", "a bag made of paper or plastic for holding customer's purchases", "sack"], ["jab", "a sharp hand gesture (resembling a blow)", "jab"]]}, {"answer": "poker", "hint": "synonyms for poker", "clues": [["stove poker", "fire iron consisting of a metal rod with a handle; used to stir a fire", "stove poker"], ["poker game", "any of various card games in which players bet that they hold the highest-ranking hand", "poker game"], ["salamander", "fire iron consisting of a metal rod with a handle; used to stir a fire", "salamander"], ["fire hook", "fire iron consisting of a metal rod with a handle; used to stir a fire", "fire hook"]]}, {"answer": "poking", "hint": "synonyms for poking", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)", "jabbing"], ["poke", "a sharp hand gesture (resembling a blow)", "poke"], ["thrusting", "a sharp hand gesture (resembling a blow)", "thrusting"], ["jab", "a sharp hand gesture (resembling a blow)", "jab"]]}, {"answer": "pole", "hint": "synonyms for pole", "clues": [["magnetic pole", "one of the two ends of a magnet where the magnetism seems to be concentrated", "magnetic pole"], ["rod", "a square rod of land", "rod"], ["perch", "a square rod of land", "perch"], ["terminal", "a contact on an electrical device (such as a battery) at which electric current enters or leaves", "terminal"], ["celestial pole", "one of two points of intersection of the Earth's axis and the celestial sphere", "celestial pole"]]}, {"answer": "police_blotter", "hint": "synonyms for police blotter", "clues": [["day book", "the daily written record of events (as arrests) in a police station", "day book"], ["rap sheet", "the daily written record of events (as arrests) in a police station", "rap sheet"], ["charge sheet", "the daily written record of events (as arrests) in a police station", "charge sheet"], ["blotter", "the daily written record of events (as arrests) in a police station", "blotter"]]}, {"answer": "police_car", "hint": "synonyms for police car", "clues": [["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "prowl car"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "squad car"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "patrol car"], ["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police cruiser"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "cruiser"]]}, {"answer": "police_cruiser", "hint": "synonyms for police cruiser", "clues": [["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police car"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "prowl car"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "patrol car"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "squad car"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "cruiser"]]}, {"answer": "police_van", "hint": "synonyms for police van", "clues": [["paddy wagon", "van used by police to transport prisoners", "paddy wagon"], ["wagon", "van used by police to transport prisoners", "wagon"], ["police wagon", "van used by police to transport prisoners", "police wagon"], ["patrol wagon", "van used by police to transport prisoners", "patrol wagon"], ["black Maria", "van used by police to transport prisoners", "black Maria"]]}, {"answer": "police_wagon", "hint": "synonyms for police wagon", "clues": [["police van", "van used by police to transport prisoners", "police van"], ["paddy wagon", "van used by police to transport prisoners", "paddy wagon"], ["wagon", "van used by police to transport prisoners", "wagon"], ["patrol wagon", "van used by police to transport prisoners", "patrol wagon"], ["black Maria", "van used by police to transport prisoners", "black Maria"]]}, {"answer": "political_campaign", "hint": "synonyms for political campaign", "clues": [["campaign", "a race between candidates for elective office", "campaign"], ["run", "a race between candidates for elective office", "run"], ["electioneering", "the campaign of a candidate to be elected", "electioneering"], ["candidature", "the campaign of a candidate to be elected", "candidature"], ["candidacy", "the campaign of a candidate to be elected", "candidacy"]]}, {"answer": "politics", "hint": "synonyms for politics", "clues": [["political sympathies", "the opinion you hold with respect to political questions", "political sympathies"], ["political relation", "social relations involving intrigue to gain authority or power", "political relation"], ["political science", "the study of government of states and other political units", "political science"], ["government", "the study of government of states and other political units", "government"]]}, {"answer": "polls", "hint": "synonyms for polls", "clues": [["opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people", "opinion poll"], ["poll", "an inquiry into public opinion conducted by interviewing a random sample of people", "poll"], ["canvass", "an inquiry into public opinion conducted by interviewing a random sample of people", "canvass"], ["public opinion poll", "an inquiry into public opinion conducted by interviewing a random sample of people", "public opinion poll"]]}, {"answer": "pom-pom", "hint": "synonyms for pom-pom", "clues": [["ack-ack gun", "artillery designed to shoot upward at airplanes", "ack-ack gun"], ["antiaircraft gun", "artillery designed to shoot upward at airplanes", "antiaircraft gun"], ["flak", "artillery designed to shoot upward at airplanes", "flak"], ["ack-ack", "artillery designed to shoot upward at airplanes", "ack-ack"], ["pompon", "decoration consisting of a ball of tufted wool or silk; usually worn on a hat", "pompon"]]}, {"answer": "pomposity", "hint": "synonyms for pomposity", "clues": [["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pretentiousness"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "splashiness"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "puffiness"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pompousness"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentatiousness"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "inflation"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentation"]]}, {"answer": "pompousness", "hint": "synonyms for pompousness", "clues": [["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pretentiousness"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "splashiness"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pomposity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "puffiness"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentatiousness"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "inflation"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentation"]]}, {"answer": "ponderosity", "hint": "synonyms for ponderosity", "clues": [["heft", "the property of being large in mass", "heft"], ["ponderousness", "the property of being large in mass", "ponderousness"], ["massiveness", "the property of being large in mass", "massiveness"], ["heftiness", "the property of being large in mass", "heftiness"]]}, {"answer": "ponderousness", "hint": "synonyms for ponderousness", "clues": [["ponderosity", "the property of being large in mass", "ponderosity"], ["massiveness", "the property of being large in mass", "massiveness"], ["heftiness", "the property of being large in mass", "heftiness"], ["heft", "the property of being large in mass", "heft"], ["heaviness", "an oppressive quality that is laborious and solemn and lacks grace or fluency", "heaviness"]]}, {"answer": "pony", "hint": "synonyms for pony", "clues": [["trot", "a literal translation used in studying a foreign language (often used illicitly)", "trot"], ["crib", "a literal translation used in studying a foreign language (often used illicitly)", "crib"], ["jigger", "a small glass adequate to hold a single swallow of whiskey", "jigger"], ["shot glass", "a small glass adequate to hold a single swallow of whiskey", "shot glass"]]}, {"answer": "pool", "hint": "synonyms for pool", "clues": [["pocket billiards", "any of various games played on a pool table having 6 pockets", "pocket billiards"], ["puddle", "something resembling a pool of liquid", "puddle"], ["kitty", "the combined stakes of the betters", "kitty"], ["consortium", "an association of companies for some definite purpose", "consortium"], ["pond", "a small lake", "pond"], ["syndicate", "an association of companies for some definite purpose", "syndicate"]]}, {"answer": "poop", "hint": "synonyms for poop", "clues": [["dirt", "obscene terms for feces", "dirt"], ["after part", "the rear part of a ship", "after part"], ["the skinny", "slang terms for inside information", "the skinny"], ["low-down", "slang terms for inside information", "low-down"], ["tail", "the rear part of a ship", "tail"], ["stern", "the rear part of a ship", "stern"], ["shite", "obscene terms for feces", "shite"], ["crap", "obscene terms for feces", "crap"], ["dope", "slang terms for inside information", "dope"], ["turd", "obscene terms for feces", "turd"], ["quarter", "the rear part of a ship", "quarter"]]}, {"answer": "poor_boy", "hint": "synonyms for poor boy", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "poorness", "hint": "synonyms for poorness", "clues": [["meagerness", "the quality of being meager; -George Eliot", "meagerness"], ["leanness", "the quality of being meager; -George Eliot", "leanness"], ["scantness", "the quality of being meager; -George Eliot", "scantness"], ["exiguity", "the quality of being meager; -George Eliot", "exiguity"]]}, {"answer": "porcelain_clay", "hint": "synonyms for porcelain clay", "clues": [["kaolin", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "kaolin"], ["terra alba", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "terra alba"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china stone"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china clay"]]}, {"answer": "porn", "hint": "synonyms for porn", "clues": [["porno", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "porno"], ["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "pornography"], ["smut", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "smut"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "erotica"]]}, {"answer": "porno", "hint": "synonyms for porno", "clues": [["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "pornography"], ["smut", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "smut"], ["porn", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "porn"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "erotica"]]}, {"answer": "portent", "hint": "synonyms for portent", "clues": [["prognostic", "a sign of something about to happen", "prognostic"], ["omen", "a sign of something about to happen", "omen"], ["prodigy", "a sign of something about to happen", "prodigy"], ["prognostication", "a sign of something about to happen", "prognostication"], ["presage", "a sign of something about to happen", "presage"]]}, {"answer": "portion", "hint": "synonyms for portion", "clues": [["part", "assets belonging to or due to or contributed by an individual person or group", "part"], ["dower", "money or property brought by a woman to her husband at marriage", "dower"], ["component part", "something determined in relation to something that includes it", "component part"], ["component", "something determined in relation to something that includes it", "component"], ["share", "assets belonging to or due to or contributed by an individual person or group", "share"], ["serving", "an individual quantity of food or drink taken as part of a meal", "serving"], ["helping", "an individual quantity of food or drink taken as part of a meal", "helping"], ["constituent", "something determined in relation to something that includes it", "constituent"], ["percentage", "assets belonging to or due to or contributed by an individual person or group", "percentage"], ["parcel", "the allotment of some amount by dividing something", "parcel"], ["dowry", "money or property brought by a woman to her husband at marriage", "dowry"]]}, {"answer": "portrayal", "hint": "synonyms for portrayal", "clues": [["enactment", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "enactment"], ["personation", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "personation"], ["portrait", "a word picture of a person's appearance and character", "portrait"], ["characterization", "acting the part of a character on stage; dramatically representing the character by speech and action and gesture", "characterization"], ["depicting", "a representation by picture or portraiture", "depicting"], ["delineation", "representation by drawing or painting etc", "delineation"], ["portraiture", "a word picture of a person's appearance and character", "portraiture"], ["portraying", "a representation by picture or portraiture", "portraying"]]}, {"answer": "pose", "hint": "synonyms for pose", "clues": [["affectedness", "a deliberate pretense or exaggerated display", "affectedness"], ["affectation", "a deliberate pretense or exaggerated display", "affectation"], ["airs", "affected manners intended to impress others", "airs"], ["mannerism", "a deliberate pretense or exaggerated display", "mannerism"]]}, {"answer": "position", "hint": "synonyms for position", "clues": [["stead", "the post or function properly or customarily occupied or served by another", "stead"], ["military position", "a point occupied by troops for tactical reasons", "military position"], ["positioning", "the act of putting something in a certain place", "positioning"], ["view", "a way of regarding situations or topics etc.", "view"], ["spot", "a job in an organization", "spot"], ["spatial relation", "the spatial property of a place where or way in which something is situated", "spatial relation"], ["location", "the act of putting something in a certain place", "location"], ["perspective", "a way of regarding situations or topics etc.", "perspective"], ["post", "a job in an organization", "post"], ["place", "an item on a list or in a sequence", "place"], ["lieu", "the post or function properly or customarily occupied or served by another", "lieu"], ["berth", "a job in an organization", "berth"], ["posture", "a rationalized mental attitude", "posture"], ["billet", "a job in an organization", "billet"], ["office", "a job in an organization", "office"], ["side", "an opinion that is held in opposition to another in an argument or dispute", "side"], ["attitude", "the arrangement of the body and its limbs", "attitude"], ["situation", "a job in an organization", "situation"], ["placement", "the act of putting something in a certain place", "placement"], ["stance", "a rationalized mental attitude", "stance"]]}, {"answer": "positiveness", "hint": "synonyms for positiveness", "clues": [["positivity", "the quality of being encouraging or promising of a successful outcome", "positivity"], ["favorableness", "the quality of being encouraging or promising of a successful outcome", "favorableness"], ["positivism", "a quality or state characterized by certainty or acceptance or affirmation and dogmatic assertiveness", "positivism"], ["profitableness", "the quality of being encouraging or promising of a successful outcome", "profitableness"], ["incontrovertibility", "the quality of being undeniable and not worth arguing about", "incontrovertibility"], ["incontrovertibleness", "the quality of being undeniable and not worth arguing about", "incontrovertibleness"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome", "advantageousness"]]}, {"answer": "positivity", "hint": "synonyms for positivity", "clues": [["favorableness", "the quality of being encouraging or promising of a successful outcome", "favorableness"], ["positivism", "a quality or state characterized by certainty or acceptance or affirmation and dogmatic assertiveness", "positivism"], ["profitableness", "the quality of being encouraging or promising of a successful outcome", "profitableness"], ["positiveness", "the quality of being undeniable and not worth arguing about", "positiveness"], ["incontrovertibility", "the quality of being undeniable and not worth arguing about", "incontrovertibility"], ["incontrovertibleness", "the quality of being undeniable and not worth arguing about", "incontrovertibleness"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome", "advantageousness"]]}, {"answer": "possession", "hint": "synonyms for possession", "clues": [["will power", "the trait of resolutely controlling your own behavior", "will power"], ["self-possession", "the trait of resolutely controlling your own behavior", "self-possession"], ["ownership", "the act of having and controlling property", "ownership"], ["self-will", "the trait of resolutely controlling your own behavior", "self-will"], ["monomania", "a mania restricted to one thing or idea", "monomania"], ["self-control", "the trait of resolutely controlling your own behavior", "self-control"], ["self-command", "the trait of resolutely controlling your own behavior", "self-command"]]}, {"answer": "possibility", "hint": "synonyms for possibility", "clues": [["possible action", "a possible alternative", "possible action"], ["theory", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena", "theory"], ["opening", "a possible alternative", "opening"], ["hypothesis", "a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena", "hypothesis"]]}, {"answer": "post", "hint": "synonyms for post", "clues": [["mail", "any particular collection of letters or packages that is delivered", "mail"], ["stake", "a pole or stake set up to mark something (as the start or end of a race track)", "stake"], ["office", "a job in an organization", "office"], ["mail service", "the system whereby messages are transmitted via the post office", "mail service"], ["spot", "a job in an organization", "spot"], ["situation", "a job in an organization", "situation"], ["military post", "military installation at which a body of troops is stationed", "military post"], ["berth", "a job in an organization", "berth"], ["postal service", "the system whereby messages are transmitted via the post office", "postal service"], ["place", "a job in an organization", "place"], ["position", "a job in an organization", "position"], ["billet", "a job in an organization", "billet"]]}, {"answer": "post-mortem", "hint": "synonyms for post-mortem", "clues": [["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "necropsy"], ["post-mortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "post-mortem examination"], ["postmortem", "discussion of an event after it has occurred", "postmortem"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "autopsy"]]}, {"answer": "post-mortem_examination", "hint": "synonyms for post-mortem examination", "clues": [["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "necropsy"], ["postmortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "postmortem examination"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "autopsy"], ["postmortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "postmortem"]]}, {"answer": "poster", "hint": "synonyms for poster", "clues": [["card", "a sign posted in a public place as an advertisement", "card"], ["bill", "a sign posted in a public place as an advertisement", "bill"], ["placard", "a sign posted in a public place as an advertisement", "placard"], ["posting", "a sign posted in a public place as an advertisement", "posting"], ["notice", "a sign posted in a public place as an advertisement", "notice"]]}, {"answer": "postiche", "hint": "synonyms for postiche", "clues": [["false hair", "a covering or bunch of human or artificial hair used for disguise or adornment", "false hair"], ["hairpiece", "a covering or bunch of human or artificial hair used for disguise or adornment", "hairpiece"], ["fake", "something that is a counterfeit; not what it seems to be", "fake"], ["sham", "something that is a counterfeit; not what it seems to be", "sham"]]}, {"answer": "posting", "hint": "synonyms for posting", "clues": [["mailing", "the transmission of a letter", "mailing"], ["card", "a sign posted in a public place as an advertisement", "card"], ["poster", "a sign posted in a public place as an advertisement", "poster"], ["bill", "a sign posted in a public place as an advertisement", "bill"], ["placard", "a sign posted in a public place as an advertisement", "placard"], ["notice", "a sign posted in a public place as an advertisement", "notice"]]}, {"answer": "postmortem_examination", "hint": "synonyms for postmortem examination", "clues": [["necropsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "necropsy"], ["post-mortem examination", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "post-mortem examination"], ["autopsy", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "autopsy"], ["postmortem", "an examination and dissection of a dead body to determine cause of death or the changes produced by disease", "postmortem"]]}, {"answer": "postponement", "hint": "synonyms for postponement", "clues": [["hold", "time during which some action is awaited", "hold"], ["deferral", "act of putting off to a future time", "deferral"], ["deferment", "act of putting off to a future time", "deferment"], ["delay", "time during which some action is awaited", "delay"], ["wait", "time during which some action is awaited", "wait"], ["time lag", "time during which some action is awaited", "time lag"]]}, {"answer": "posture", "hint": "synonyms for posture", "clues": [["position", "a rationalized mental attitude", "position"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military strength"], ["attitude", "the arrangement of the body and its limbs", "attitude"], ["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military capability"], ["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military posture"], ["strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "strength"], ["stance", "a rationalized mental attitude", "stance"], ["carriage", "characteristic way of bearing one's body", "carriage"], ["bearing", "characteristic way of bearing one's body", "bearing"]]}, {"answer": "pot", "hint": "synonyms for pot", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["potentiometer", "a resistor with three terminals, the third being an adjustable center terminal; used to adjust voltages in radios and TV sets", "potentiometer"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["gage", "street names for marijuana", "gage"], ["toilet", "a plumbing fixture for defecation and urination", "toilet"], ["throne", "a plumbing fixture for defecation and urination", "throne"], ["grass", "street names for marijuana", "grass"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["kitty", "the cumulative amount involved in a game (such as poker)", "kitty"], ["crapper", "a plumbing fixture for defecation and urination", "crapper"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["green goddess", "street names for marijuana", "green goddess"], ["can", "a plumbing fixture for defecation and urination", "can"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["locoweed", "street names for marijuana", "locoweed"], ["potty", "a plumbing fixture for defecation and urination", "potty"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["stool", "a plumbing fixture for defecation and urination", "stool"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["skunk", "street names for marijuana", "skunk"], ["sess", "street names for marijuana", "sess"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["jackpot", "the cumulative amount involved in a game (such as poker)", "jackpot"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["commode", "a plumbing fixture for defecation and urination", "commode"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"], ["flowerpot", "a container in which plants are cultivated", "flowerpot"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["sens", "street names for marijuana", "sens"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["dope", "street names for marijuana", "dope"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["smoke", "street names for marijuana", "smoke"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["potful", "the quantity contained in a pot", "potful"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["weed", "street names for marijuana", "weed"]]}, {"answer": "potato", "hint": "synonyms for potato", "clues": [["tater", "an edible tuber native to South America; a staple food of Ireland", "tater"], ["white potato", "an edible tuber native to South America; a staple food of Ireland", "white potato"], ["spud", "an edible tuber native to South America; a staple food of Ireland", "spud"], ["murphy", "an edible tuber native to South America; a staple food of Ireland", "murphy"]]}, {"answer": "potency", "hint": "synonyms for potency", "clues": [["authorization", "the power or right to give orders or make decisions", "authorization"], ["strength", "capacity to produce strong physiological or chemical effects", "strength"], ["say-so", "the power or right to give orders or make decisions", "say-so"], ["effectiveness", "capacity to produce strong physiological or chemical effects", "effectiveness"], ["dominance", "the power or right to give orders or make decisions", "dominance"], ["authority", "the power or right to give orders or make decisions", "authority"]]}, {"answer": "potential_difference", "hint": "synonyms for potential difference", "clues": [["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts", "potential drop"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts", "potential"], ["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts", "electric potential"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts", "voltage"]]}, {"answer": "potential_drop", "hint": "synonyms for potential drop", "clues": [["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts", "potential difference"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts", "potential"], ["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts", "electric potential"], ["voltage", "the difference in electrical charge between two points in a circuit expressed in volts", "voltage"]]}, {"answer": "pothouse", "hint": "synonyms for pothouse", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pub"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals", "saloon"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals", "gin mill"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals", "public house"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "taphouse"]]}, {"answer": "potpourri", "hint": "synonyms for potpourri", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["pastiche", "a musical composition consisting of a series of songs or other musical pieces from various sources", "pastiche"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["medley", "a musical composition consisting of a series of songs or other musical pieces from various sources", "medley"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "poudrin", "hint": "synonyms for poudrin", "clues": [["frost mist", "small crystals of ice", "frost mist"], ["diamond dust", "small crystals of ice", "diamond dust"], ["frost snow", "small crystals of ice", "frost snow"], ["ice crystal", "small crystals of ice", "ice crystal"], ["snow mist", "small crystals of ice", "snow mist"], ["ice needle", "small crystals of ice", "ice needle"]]}, {"answer": "pouf", "hint": "synonyms for pouf", "clues": [["hassock", "thick cushion used as a seat", "hassock"], ["puff", "thick cushion used as a seat", "puff"], ["ottoman", "thick cushion used as a seat", "ottoman"], ["pouffe", "thick cushion used as a seat", "pouffe"]]}, {"answer": "pouffe", "hint": "synonyms for pouffe", "clues": [["hassock", "thick cushion used as a seat", "hassock"], ["puff", "thick cushion used as a seat", "puff"], ["ottoman", "thick cushion used as a seat", "ottoman"], ["pouf", "thick cushion used as a seat", "pouf"]]}, {"answer": "pound", "hint": "synonyms for pound", "clues": [["pounding", "the act of pounding (delivering repeated heavy blows)", "pounding"], ["hammering", "the act of pounding (delivering repeated heavy blows)", "hammering"], ["pound sign", "a symbol for a unit of currency (especially for the pound sterling in Great Britain)", "pound sign"], ["quid", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence", "quid"], ["pound sterling", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence", "pound sterling"], ["punt", "formerly the basic unit of money in Ireland; equal to 100 pence", "punt"], ["lb", "16 ounces avoirdupois", "lb"], ["lbf.", "a nontechnical unit of force equal to the mass of 1 pound with an acceleration of free fall equal to 32 feet/sec/sec", "lbf."], ["dog pound", "a public enclosure for stray or unlicensed dogs", "dog pound"]]}, {"answer": "pounding", "hint": "synonyms for pounding", "clues": [["pound", "the act of pounding (delivering repeated heavy blows)", "pound"], ["throbbing", "an instance of rapid strong pulsation (of the heart)", "throbbing"], ["hammering", "the act of pounding (delivering repeated heavy blows)", "hammering"], ["buffeting", "repeated heavy blows", "buffeting"], ["throb", "an instance of rapid strong pulsation (of the heart)", "throb"]]}, {"answer": "pourboire", "hint": "synonyms for pourboire", "clues": [["tip", "a relatively small amount of money given for services rendered (as by a waiter)", "tip"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)", "baksheesh"], ["bakshis", "a relatively small amount of money given for services rendered (as by a waiter)", "bakshis"], ["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)", "gratuity"]]}, {"answer": "power", "hint": "synonyms for power", "clues": [["ability", "possession of the qualities (especially mental qualities) required to do something or get something done", "ability"], ["mightiness", "physical strength", "mightiness"], ["powerfulness", "possession of controlling influence", "powerfulness"], ["index", "a mathematical notation indicating the number of times a quantity is multiplied by itself", "index"], ["world power", "a state powerful enough to influence events throughout the world", "world power"], ["exponent", "a mathematical notation indicating the number of times a quantity is multiplied by itself", "exponent"], ["great power", "a state powerful enough to influence events throughout the world", "great power"], ["might", "physical strength", "might"], ["superpower", "a state powerful enough to influence events throughout the world", "superpower"], ["major power", "a state powerful enough to influence events throughout the world", "major power"]]}, {"answer": "practice", "hint": "synonyms for practice", "clues": [["recitation", "systematic training by multiple repetitions", "recitation"], ["praxis", "translating an idea into action", "praxis"], ["exercise", "systematic training by multiple repetitions", "exercise"], ["pattern", "a customary way of operation or behavior", "pattern"], ["drill", "systematic training by multiple repetitions", "drill"], ["practice session", "systematic training by multiple repetitions", "practice session"]]}, {"answer": "practice_session", "hint": "synonyms for practice session", "clues": [["recitation", "systematic training by multiple repetitions", "recitation"], ["drill", "systematic training by multiple repetitions", "drill"], ["exercise", "systematic training by multiple repetitions", "exercise"], ["practice", "systematic training by multiple repetitions", "practice"]]}, {"answer": "pram", "hint": "synonyms for pram", "clues": [["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"]]}, {"answer": "prank", "hint": "synonyms for prank", "clues": [["frivolity", "acting like a clown or buffoon", "frivolity"], ["harlequinade", "acting like a clown or buffoon", "harlequinade"], ["joke", "a ludicrous or grotesque act done for fun and amusement", "joke"], ["antic", "a ludicrous or grotesque act done for fun and amusement", "antic"], ["put-on", "a ludicrous or grotesque act done for fun and amusement", "put-on"], ["clowning", "acting like a clown or buffoon", "clowning"], ["japery", "acting like a clown or buffoon", "japery"], ["buffoonery", "acting like a clown or buffoon", "buffoonery"], ["trick", "a ludicrous or grotesque act done for fun and amusement", "trick"], ["caper", "a ludicrous or grotesque act done for fun and amusement", "caper"]]}, {"answer": "prate", "hint": "synonyms for prate", "clues": [["chin music", "idle or foolish and irrelevant talk", "chin music"], ["idle talk", "idle or foolish and irrelevant talk", "idle talk"], ["prattle", "idle or foolish and irrelevant talk", "prattle"], ["blether", "idle or foolish and irrelevant talk", "blether"]]}, {"answer": "pratfall", "hint": "synonyms for pratfall", "clues": [["blooper", "an embarrassing mistake", "blooper"], ["botch", "an embarrassing mistake", "botch"], ["bungle", "an embarrassing mistake", "bungle"], ["fuckup", "an embarrassing mistake", "fuckup"], ["boner", "an embarrassing mistake", "boner"], ["foul-up", "an embarrassing mistake", "foul-up"], ["flub", "an embarrassing mistake", "flub"], ["blunder", "an embarrassing mistake", "blunder"], ["boo-boo", "an embarrassing mistake", "boo-boo"]]}, {"answer": "prattle", "hint": "synonyms for prattle", "clues": [["chin music", "idle or foolish and irrelevant talk", "chin music"], ["idle talk", "idle or foolish and irrelevant talk", "idle talk"], ["prate", "idle or foolish and irrelevant talk", "prate"], ["blether", "idle or foolish and irrelevant talk", "blether"]]}, {"answer": "prayer", "hint": "synonyms for prayer", "clues": [["supplication", "the act of communicating with a deity (especially as a petition or in adoration or contrition or thanksgiving)", "supplication"], ["appeal", "earnest or urgent request", "appeal"], ["orison", "reverent petition to a deity", "orison"], ["entreaty", "earnest or urgent request", "entreaty"], ["petition", "reverent petition to a deity", "petition"]]}, {"answer": "precaution", "hint": "synonyms for precaution", "clues": [["care", "judiciousness in avoiding harm or danger", "care"], ["caution", "judiciousness in avoiding harm or danger", "caution"], ["safeguard", "a precautionary measure warding off impending danger or damage or injury etc.", "safeguard"], ["forethought", "judiciousness in avoiding harm or danger", "forethought"], ["guard", "a precautionary measure warding off impending danger or damage or injury etc.", "guard"]]}, {"answer": "precedence", "hint": "synonyms for precedence", "clues": [["precedency", "preceding in time", "precedency"], ["anteriority", "preceding in time", "anteriority"], ["precession", "the act of preceding in time or order or rank (as in a ceremony)", "precession"], ["priority", "preceding in time", "priority"], ["antecedence", "preceding in time", "antecedence"]]}, {"answer": "precedency", "hint": "synonyms for precedency", "clues": [["precedence", "the act of preceding in time or order or rank (as in a ceremony)", "precedence"], ["anteriority", "preceding in time", "anteriority"], ["precession", "the act of preceding in time or order or rank (as in a ceremony)", "precession"], ["priority", "preceding in time", "priority"], ["antecedence", "preceding in time", "antecedence"]]}, {"answer": "preciousness", "hint": "synonyms for preciousness", "clues": [["invaluableness", "the positive quality of being precious and beyond value", "invaluableness"], ["dearness", "the quality possessed by something with a great price or value", "dearness"], ["costliness", "the quality possessed by something with a great price or value", "costliness"], ["preciosity", "the quality of being fastidious or excessively refined", "preciosity"], ["pricelessness", "the positive quality of being precious and beyond value", "pricelessness"]]}, {"answer": "precipitance", "hint": "synonyms for precipitance", "clues": [["precipitancy", "the quality of happening with headlong haste or without warning", "precipitancy"], ["abruptness", "the quality of happening with headlong haste or without warning", "abruptness"], ["suddenness", "the quality of happening with headlong haste or without warning", "suddenness"], ["precipitateness", "the quality of happening with headlong haste or without warning", "precipitateness"], ["precipitousness", "the quality of happening with headlong haste or without warning", "precipitousness"]]}, {"answer": "precipitancy", "hint": "synonyms for precipitancy", "clues": [["precipitance", "the quality of happening with headlong haste or without warning", "precipitance"], ["abruptness", "the quality of happening with headlong haste or without warning", "abruptness"], ["suddenness", "the quality of happening with headlong haste or without warning", "suddenness"], ["precipitateness", "the quality of happening with headlong haste or without warning", "precipitateness"], ["precipitousness", "the quality of happening with headlong haste or without warning", "precipitousness"]]}, {"answer": "precipitateness", "hint": "synonyms for precipitateness", "clues": [["precipitance", "the quality of happening with headlong haste or without warning", "precipitance"], ["abruptness", "the quality of happening with headlong haste or without warning", "abruptness"], ["suddenness", "the quality of happening with headlong haste or without warning", "suddenness"], ["precipitousness", "the quality of happening with headlong haste or without warning", "precipitousness"]]}, {"answer": "precipitation", "hint": "synonyms for precipitation", "clues": [["hurriedness", "overly eager speed (and possible carelessness)", "hurriedness"], ["hastiness", "overly eager speed (and possible carelessness)", "hastiness"], ["haste", "overly eager speed (and possible carelessness)", "haste"], ["hurry", "overly eager speed (and possible carelessness)", "hurry"], ["downfall", "the falling to earth of any form of water (rain or snow or hail or sleet or mist)", "downfall"]]}, {"answer": "precipitousness", "hint": "synonyms for precipitousness", "clues": [["steepness", "the property possessed by a slope that is very steep", "steepness"], ["precipitancy", "the quality of happening with headlong haste or without warning", "precipitancy"], ["abruptness", "the quality of happening with headlong haste or without warning", "abruptness"], ["suddenness", "the quality of happening with headlong haste or without warning", "suddenness"], ["precipitateness", "the quality of happening with headlong haste or without warning", "precipitateness"]]}, {"answer": "preconceived_idea", "hint": "synonyms for preconceived idea", "clues": [["prepossession", "an opinion formed beforehand without adequate evidence", "prepossession"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence", "preconceived opinion"], ["parti pris", "an opinion formed beforehand without adequate evidence", "parti pris"], ["preconception", "an opinion formed beforehand without adequate evidence", "preconception"]]}, {"answer": "preconceived_notion", "hint": "synonyms for preconceived notion", "clues": [["prepossession", "an opinion formed beforehand without adequate evidence", "prepossession"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence", "preconceived opinion"], ["parti pris", "an opinion formed beforehand without adequate evidence", "parti pris"], ["preconception", "an opinion formed beforehand without adequate evidence", "preconception"], ["preconceived idea", "an opinion formed beforehand without adequate evidence", "preconceived idea"]]}, {"answer": "preconceived_opinion", "hint": "synonyms for preconceived opinion", "clues": [["prepossession", "an opinion formed beforehand without adequate evidence", "prepossession"], ["parti pris", "an opinion formed beforehand without adequate evidence", "parti pris"], ["preconception", "an opinion formed beforehand without adequate evidence", "preconception"], ["preconceived notion", "an opinion formed beforehand without adequate evidence", "preconceived notion"], ["preconceived idea", "an opinion formed beforehand without adequate evidence", "preconceived idea"]]}, {"answer": "preconception", "hint": "synonyms for preconception", "clues": [["prepossession", "an opinion formed beforehand without adequate evidence", "prepossession"], ["prejudice", "a partiality that prevents objective consideration of an issue or situation", "prejudice"], ["bias", "a partiality that prevents objective consideration of an issue or situation", "bias"], ["preconceived opinion", "an opinion formed beforehand without adequate evidence", "preconceived opinion"], ["parti pris", "an opinion formed beforehand without adequate evidence", "parti pris"], ["preconceived idea", "an opinion formed beforehand without adequate evidence", "preconceived idea"]]}, {"answer": "precondition", "hint": "synonyms for precondition", "clues": [["presumption", "an assumption that is taken for granted", "presumption"], ["condition", "an assumption on which rests the validity or effect of something else", "condition"], ["stipulation", "an assumption on which rests the validity or effect of something else", "stipulation"], ["given", "an assumption that is taken for granted", "given"]]}, {"answer": "precursor", "hint": "synonyms for precursor", "clues": [["harbinger", "something that precedes and indicates the approach of something or someone", "harbinger"], ["herald", "something that precedes and indicates the approach of something or someone", "herald"], ["predecessor", "something that precedes and indicates the approach of something or someone", "predecessor"], ["forerunner", "something that precedes and indicates the approach of something or someone", "forerunner"]]}, {"answer": "predecessor", "hint": "synonyms for predecessor", "clues": [["harbinger", "something that precedes and indicates the approach of something or someone", "harbinger"], ["herald", "something that precedes and indicates the approach of something or someone", "herald"], ["forerunner", "something that precedes and indicates the approach of something or someone", "forerunner"], ["precursor", "something that precedes and indicates the approach of something or someone", "precursor"]]}, {"answer": "prediction", "hint": "synonyms for prediction", "clues": [["anticipation", "the act of predicting (as by reasoning about the future)", "anticipation"], ["prevision", "the act of predicting (as by reasoning about the future)", "prevision"], ["forecasting", "a statement made about the future", "forecasting"], ["foretelling", "a statement made about the future", "foretelling"], ["prognostication", "a statement made about the future", "prognostication"]]}, {"answer": "predilection", "hint": "synonyms for predilection", "clues": [["preference", "a strong liking", "preference"], ["orientation", "a predisposition in favor of something", "orientation"], ["penchant", "a strong liking", "penchant"], ["taste", "a strong liking", "taste"]]}, {"answer": "preference", "hint": "synonyms for preference", "clues": [["orientation", "a predisposition in favor of something", "orientation"], ["predilection", "a predisposition in favor of something", "predilection"], ["druthers", "the right or chance to choose", "druthers"], ["penchant", "a strong liking", "penchant"], ["taste", "a strong liking", "taste"]]}, {"answer": "prefrontal_leucotomy", "hint": "synonyms for prefrontal leucotomy", "clues": [["prefrontal leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "prefrontal leukotomy"], ["leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "leukotomy"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "lobotomy"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "frontal lobotomy"]]}, {"answer": "prefrontal_lobotomy", "hint": "synonyms for prefrontal lobotomy", "clues": [["prefrontal leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "prefrontal leukotomy"], ["leukotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "leukotomy"], ["lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "lobotomy"], ["frontal lobotomy", "surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes", "frontal lobotomy"]]}, {"answer": "prelims", "hint": "synonyms for prelims", "clues": [["preliminary exam", "an examination taken by graduate students to determine their fitness to continue", "preliminary exam"], ["preliminary", "a minor match preceding the main event", "preliminary"], ["preliminary examination", "an examination taken by graduate students to determine their fitness to continue", "preliminary examination"], ["front matter", "written matter preceding the main text of a book", "front matter"], ["prelim", "a minor match preceding the main event", "prelim"]]}, {"answer": "premonition", "hint": "synonyms for premonition", "clues": [["boding", "a feeling of evil to come", "boding"], ["forewarning", "an early warning about a future event", "forewarning"], ["foreboding", "a feeling of evil to come", "foreboding"], ["presentiment", "a feeling of evil to come", "presentiment"]]}, {"answer": "preparation", "hint": "synonyms for preparation", "clues": [["readying", "the activity of putting or setting in order in advance of some act or purpose", "readying"], ["grooming", "activity leading to skilled behavior", "grooming"], ["training", "activity leading to skilled behavior", "training"], ["planning", "the cognitive process of thinking about what you will do in the event of something happening", "planning"], ["formulation", "a substance prepared according to a formula", "formulation"], ["cookery", "the act of preparing something (as food) by the application of heat", "cookery"], ["provision", "the cognitive process of thinking about what you will do in the event of something happening", "provision"], ["prep", "preparatory school work done outside school (especially at home)", "prep"], ["cooking", "the act of preparing something (as food) by the application of heat", "cooking"], ["homework", "preparatory school work done outside school (especially at home)", "homework"]]}, {"answer": "prepossession", "hint": "synonyms for prepossession", "clues": [["preconceived opinion", "an opinion formed beforehand without adequate evidence", "preconceived opinion"], ["parti pris", "an opinion formed beforehand without adequate evidence", "parti pris"], ["preconception", "an opinion formed beforehand without adequate evidence", "preconception"], ["preconceived idea", "an opinion formed beforehand without adequate evidence", "preconceived idea"]]}, {"answer": "presage", "hint": "synonyms for presage", "clues": [["prognostic", "a sign of something about to happen", "prognostic"], ["omen", "a sign of something about to happen", "omen"], ["prodigy", "a sign of something about to happen", "prodigy"], ["prognostication", "a sign of something about to happen", "prognostication"], ["portent", "a sign of something about to happen", "portent"]]}, {"answer": "presence", "hint": "synonyms for presence", "clues": [["comportment", "dignified manner or conduct", "comportment"], ["bearing", "dignified manner or conduct", "bearing"], ["front", "the immediate proximity of someone or something", "front"], ["mien", "dignified manner or conduct", "mien"]]}, {"answer": "presentation", "hint": "synonyms for presentation", "clues": [["display", "a visual representation of something", "display"], ["presentment", "a show or display; the act of presenting something to sight or view", "presentment"], ["intro", "formally making a person known to another or to the public", "intro"], ["demonstration", "a show or display; the act of presenting something to sight or view", "demonstration"], ["introduction", "formally making a person known to another or to the public", "introduction"]]}, {"answer": "press", "hint": "synonyms for press", "clues": [["wardrobe", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes", "wardrobe"], ["mechanical press", "any machine that exerts pressure to form or shape or cut materials or extract liquids or compress solids", "mechanical press"], ["pressing", "the act of pressing; the exertion of pressure", "pressing"], ["military press", "a weightlift in which the barbell is lifted to shoulder height and then smoothly lifted overhead", "military press"], ["closet", "a tall piece of furniture that provides storage space for clothes; has a door and rails or hooks for hanging clothes", "closet"], ["pressure", "the act of pressing; the exertion of pressure", "pressure"], ["crush", "a dense crowd of people", "crush"], ["printing press", "a machine used for printing", "printing press"], ["jam", "a dense crowd of people", "jam"], ["public press", "the print media responsible for gathering and publishing news in the form of newspapers or magazines", "public press"]]}, {"answer": "press_agency", "hint": "synonyms for press agency", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically", "news agency"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically", "news organization"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically", "press association"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically", "wire service"]]}, {"answer": "press_association", "hint": "synonyms for press association", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically", "news agency"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically", "news organization"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically", "press agency"], ["wire service", "an agency to collects news reports for newspapers and distributes it electronically", "wire service"]]}, {"answer": "press_clipping", "hint": "synonyms for press clipping", "clues": [["clipping", "an excerpt cut from a newspaper or magazine", "clipping"], ["cutting", "an excerpt cut from a newspaper or magazine", "cutting"], ["newspaper clipping", "an excerpt cut from a newspaper or magazine", "newspaper clipping"], ["press cutting", "an excerpt cut from a newspaper or magazine", "press cutting"]]}, {"answer": "press_cutting", "hint": "synonyms for press cutting", "clues": [["clipping", "an excerpt cut from a newspaper or magazine", "clipping"], ["cutting", "an excerpt cut from a newspaper or magazine", "cutting"], ["newspaper clipping", "an excerpt cut from a newspaper or magazine", "newspaper clipping"], ["press clipping", "an excerpt cut from a newspaper or magazine", "press clipping"]]}, {"answer": "pressure", "hint": "synonyms for pressure", "clues": [["pressure level", "the force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)", "pressure level"], ["press", "the act of pressing; the exertion of pressure", "press"], ["atmospheric pressure", "the pressure exerted by the atmosphere", "atmospheric pressure"], ["pressure sensation", "the somatic sensation that results from applying force to an area of skin", "pressure sensation"], ["air pressure", "the pressure exerted by the atmosphere", "air pressure"], ["force per unit area", "the force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)", "force per unit area"]]}, {"answer": "pressure-feed_lubricating_system", "hint": "synonyms for pressure-feed lubricating system", "clues": [["lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "lubricating system"], ["force feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "force feed"], ["force-feed lubricating system", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "force-feed lubricating system"], ["pressure feed", "mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings", "pressure feed"]]}, {"answer": "presumption", "hint": "synonyms for presumption", "clues": [["assumption", "audacious (even arrogant) behavior that you have no right to", "assumption"], ["precondition", "an assumption that is taken for granted", "precondition"], ["effrontery", "audacious (even arrogant) behavior that you have no right to", "effrontery"], ["presumptuousness", "audacious (even arrogant) behavior that you have no right to", "presumptuousness"], ["given", "an assumption that is taken for granted", "given"]]}, {"answer": "pretence", "hint": "synonyms for pretence", "clues": [["pretense", "a false or unsupportable quality", "pretense"], ["pretending", "the act of giving a false appearance", "pretending"], ["feigning", "pretending with intention to deceive", "feigning"], ["pretension", "a false or unsupportable quality", "pretension"], ["make-believe", "imaginative intellectual play", "make-believe"], ["dissembling", "pretending with intention to deceive", "dissembling"], ["pretext", "an artful or simulated semblance", "pretext"], ["simulation", "the act of giving a false appearance", "simulation"], ["guise", "an artful or simulated semblance", "guise"]]}, {"answer": "pretense", "hint": "synonyms for pretense", "clues": [["pretence", "pretending with intention to deceive", "pretence"], ["pretending", "the act of giving a false appearance", "pretending"], ["feigning", "pretending with intention to deceive", "feigning"], ["guise", "an artful or simulated semblance", "guise"], ["dissembling", "pretending with intention to deceive", "dissembling"], ["pretension", "a false or unsupportable quality", "pretension"], ["simulation", "the act of giving a false appearance", "simulation"], ["pretext", "an artful or simulated semblance", "pretext"], ["make-believe", "imaginative intellectual play", "make-believe"]]}, {"answer": "pretentiousness", "hint": "synonyms for pretentiousness", "clues": [["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pomposity"], ["pretension", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)", "pretension"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pompousness"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentation"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "splashiness"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "puffiness"], ["largeness", "the quality of being pretentious (behaving or speaking in such a manner as to create a false appearance of great importance or worth)", "largeness"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentatiousness"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "inflation"]]}, {"answer": "prevarication", "hint": "synonyms for prevarication", "clues": [["evasiveness", "intentionally vague or ambiguous", "evasiveness"], ["fabrication", "the deliberate act of deviating from the truth", "fabrication"], ["lie", "a statement that deviates from or perverts the truth", "lie"], ["equivocation", "intentionally vague or ambiguous", "equivocation"], ["lying", "the deliberate act of deviating from the truth", "lying"]]}, {"answer": "prevision", "hint": "synonyms for prevision", "clues": [["anticipation", "the act of predicting (as by reasoning about the future)", "anticipation"], ["prospicience", "seeing ahead; knowing in advance; foreseeing", "prospicience"], ["foresight", "seeing ahead; knowing in advance; foreseeing", "foresight"], ["prescience", "the power to foresee the future", "prescience"], ["prediction", "the act of predicting (as by reasoning about the future)", "prediction"], ["farsightedness", "seeing ahead; knowing in advance; foreseeing", "farsightedness"]]}, {"answer": "price", "hint": "synonyms for price", "clues": [["terms", "the amount of money needed to purchase something", "terms"], ["toll", "value measured by what must be given or done or undergone to obtain something", "toll"], ["cost", "value measured by what must be given or done or undergone to obtain something", "cost"], ["damage", "the amount of money needed to purchase something", "damage"], ["monetary value", "the property of having material worth (often indicated by the amount of money something would bring if sold)", "monetary value"]]}, {"answer": "price_of_admission", "hint": "synonyms for price of admission", "clues": [["admission fee", "the fee charged for admission", "admission fee"], ["admission price", "the fee charged for admission", "admission price"], ["admission charge", "the fee charged for admission", "admission charge"], ["entrance money", "the fee charged for admission", "entrance money"], ["entrance fee", "the fee charged for admission", "entrance fee"], ["admission", "the fee charged for admission", "admission"]]}, {"answer": "prick", "hint": "synonyms for prick", "clues": [["pricking", "the act of puncturing with a small point", "pricking"], ["incision", "a depression scratched or carved into a surface", "incision"], ["scratch", "a depression scratched or carved into a surface", "scratch"], ["dent", "a depression scratched or carved into a surface", "dent"], ["slit", "a depression scratched or carved into a surface", "slit"]]}, {"answer": "primer", "hint": "synonyms for primer", "clues": [["flat coat", "the first or preliminary coat of paint or size applied to a surface", "flat coat"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface", "primer coat"], ["priming", "the first or preliminary coat of paint or size applied to a surface", "priming"], ["fuze", "any igniter that is used to initiate the burning of a propellant", "fuze"], ["ground", "the first or preliminary coat of paint or size applied to a surface", "ground"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface", "undercoat"], ["fusee", "any igniter that is used to initiate the burning of a propellant", "fusee"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface", "priming coat"]]}, {"answer": "primer_coat", "hint": "synonyms for primer coat", "clues": [["flat coat", "the first or preliminary coat of paint or size applied to a surface", "flat coat"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface", "priming coat"], ["priming", "the first or preliminary coat of paint or size applied to a surface", "priming"], ["primer", "the first or preliminary coat of paint or size applied to a surface", "primer"], ["ground", "the first or preliminary coat of paint or size applied to a surface", "ground"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface", "undercoat"]]}, {"answer": "priming", "hint": "synonyms for priming", "clues": [["flat coat", "the first or preliminary coat of paint or size applied to a surface", "flat coat"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface", "primer coat"], ["primer", "the first or preliminary coat of paint or size applied to a surface", "primer"], ["fuze", "any igniter that is used to initiate the burning of a propellant", "fuze"], ["ground", "the first or preliminary coat of paint or size applied to a surface", "ground"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface", "undercoat"], ["fusee", "any igniter that is used to initiate the burning of a propellant", "fusee"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface", "priming coat"]]}, {"answer": "priming_coat", "hint": "synonyms for priming coat", "clues": [["flat coat", "the first or preliminary coat of paint or size applied to a surface", "flat coat"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface", "primer coat"], ["priming", "the first or preliminary coat of paint or size applied to a surface", "priming"], ["primer", "the first or preliminary coat of paint or size applied to a surface", "primer"], ["ground", "the first or preliminary coat of paint or size applied to a surface", "ground"], ["undercoat", "the first or preliminary coat of paint or size applied to a surface", "undercoat"]]}, {"answer": "primitive_art", "hint": "synonyms for primitive art", "clues": [["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "outsider art"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "self-taught art"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "naive art"], ["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "vernacular art"]]}, {"answer": "prison-breaking", "hint": "synonyms for prison-breaking", "clues": [["break", "an escape from jail", "break"], ["gaolbreak", "an escape from jail", "gaolbreak"], ["breakout", "an escape from jail", "breakout"], ["prisonbreak", "an escape from jail", "prisonbreak"], ["jailbreak", "an escape from jail", "jailbreak"]]}, {"answer": "prison_camp", "hint": "synonyms for prison camp", "clues": [["prison farm", "a camp for trustworthy prisoners employed in government projects", "prison farm"], ["prisoner of war camp", "a camp for prisoners of war", "prisoner of war camp"], ["work camp", "a camp for trustworthy prisoners employed in government projects", "work camp"], ["internment camp", "a camp for prisoners of war", "internment camp"]]}, {"answer": "prisonbreak", "hint": "synonyms for prisonbreak", "clues": [["break", "an escape from jail", "break"], ["gaolbreak", "an escape from jail", "gaolbreak"], ["breakout", "an escape from jail", "breakout"], ["prison-breaking", "an escape from jail", "prison-breaking"], ["jailbreak", "an escape from jail", "jailbreak"]]}, {"answer": "procedure", "hint": "synonyms for procedure", "clues": [["subroutine", "a set sequence of steps, part of larger computer program", "subroutine"], ["subprogram", "a set sequence of steps, part of larger computer program", "subprogram"], ["function", "a set sequence of steps, part of larger computer program", "function"], ["routine", "a set sequence of steps, part of larger computer program", "routine"], ["operation", "a process or series of acts especially of a practical or mechanical nature involved in a particular form of work", "operation"], ["process", "a particular course of action intended to achieve a result", "process"]]}, {"answer": "proceedings", "hint": "synonyms for proceedings", "clues": [["minutes", "a written account of what transpired at a meeting", "minutes"], ["transactions", "a written account of what transpired at a meeting", "transactions"], ["legal proceeding", "(law) the institution of a sequence of steps by which legal judgments are invoked", "legal proceeding"], ["proceeding", "(law) the institution of a sequence of steps by which legal judgments are invoked", "proceeding"]]}, {"answer": "proceeds", "hint": "synonyms for proceeds", "clues": [["payoff", "the income or profit arising from such transactions as the sale of land or other property", "payoff"], ["yield", "the income or profit arising from such transactions as the sale of land or other property", "yield"], ["return", "the income or profit arising from such transactions as the sale of land or other property", "return"], ["issue", "the income or profit arising from such transactions as the sale of land or other property", "issue"], ["takings", "the income or profit arising from such transactions as the sale of land or other property", "takings"], ["take", "the income or profit arising from such transactions as the sale of land or other property", "take"]]}, {"answer": "process", "hint": "synonyms for process", "clues": [["procedure", "a particular course of action intended to achieve a result", "procedure"], ["mental process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "mental process"], ["physical process", "a sustained phenomenon or one marked by gradual changes through a series of states", "physical process"], ["operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "operation"], ["unconscious process", "a mental process that you are not directly aware of", "unconscious process"], ["cognitive operation", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive operation"], ["cognitive process", "(psychology) the performance of some composite cognitive activity; an operation that affects mental contents", "cognitive process"], ["summons", "a writ issued by authority of law; usually compels the defendant's attendance in a civil suit; failure to appear results in a default judgment against the defendant", "summons"]]}, {"answer": "procession", "hint": "synonyms for procession", "clues": [["forward motion", "the act of moving forward (as toward a goal)", "forward motion"], ["advancement", "the act of moving forward (as toward a goal)", "advancement"], ["advance", "the act of moving forward (as toward a goal)", "advance"], ["progress", "the act of moving forward (as toward a goal)", "progress"], ["progression", "the act of moving forward (as toward a goal)", "progression"], ["emanation", "(theology) the origination of the Holy Spirit at Pentecost", "emanation"], ["rise", "(theology) the origination of the Holy Spirit at Pentecost", "rise"]]}, {"answer": "proclamation", "hint": "synonyms for proclamation", "clues": [["promulgation", "the formal act of proclaiming; giving public notice", "promulgation"], ["announcement", "a formal public statement", "announcement"], ["annunciation", "a formal public statement", "annunciation"], ["declaration", "a formal public statement", "declaration"]]}, {"answer": "prod", "hint": "synonyms for prod", "clues": [["urging", "a verbalization that encourages you to attempt something", "urging"], ["goad", "a verbalization that encourages you to attempt something", "goad"], ["spur", "a verbalization that encourages you to attempt something", "spur"], ["spurring", "a verbalization that encourages you to attempt something", "spurring"], ["prodding", "a verbalization that encourages you to attempt something", "prodding"]]}, {"answer": "prodding", "hint": "synonyms for prodding", "clues": [["prod", "a verbalization that encourages you to attempt something", "prod"], ["urging", "a verbalization that encourages you to attempt something", "urging"], ["goad", "a verbalization that encourages you to attempt something", "goad"], ["spur", "a verbalization that encourages you to attempt something", "spur"], ["spurring", "a verbalization that encourages you to attempt something", "spurring"]]}, {"answer": "prodigality", "hint": "synonyms for prodigality", "clues": [["extravagance", "the trait of spending extravagantly", "extravagance"], ["high life", "excessive spending", "high life"], ["profligacy", "the trait of spending extravagantly", "profligacy"], ["lavishness", "excessive spending", "lavishness"]]}, {"answer": "prodigy", "hint": "synonyms for prodigy", "clues": [["prognostic", "a sign of something about to happen", "prognostic"], ["omen", "a sign of something about to happen", "omen"], ["prognostication", "a sign of something about to happen", "prognostication"], ["presage", "a sign of something about to happen", "presage"], ["portent", "a sign of something about to happen", "portent"]]}, {"answer": "product", "hint": "synonyms for product", "clues": [["production", "an artifact that has been created by someone or some process", "production"], ["intersection", "the set of elements common to two or more sets", "intersection"], ["ware", "commodities offered for sale", "ware"], ["mathematical product", "a quantity obtained by multiplication", "mathematical product"], ["merchandise", "commodities offered for sale", "merchandise"]]}, {"answer": "product_line", "hint": "synonyms for product line", "clues": [["line of business", "a particular kind of product or merchandise", "line of business"], ["line of merchandise", "a particular kind of product or merchandise", "line of merchandise"], ["business line", "a particular kind of product or merchandise", "business line"], ["line", "a particular kind of product or merchandise", "line"], ["line of products", "a particular kind of product or merchandise", "line of products"]]}, {"answer": "profit", "hint": "synonyms for profit", "clues": [["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "earnings"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "lucre"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net"], ["gain", "the advantageous quality of being beneficial", "gain"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net profit"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net income"], ["profits", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "profits"]]}, {"answer": "profitableness", "hint": "synonyms for profitableness", "clues": [["positivity", "the quality of being encouraging or promising of a successful outcome", "positivity"], ["positiveness", "the quality of being encouraging or promising of a successful outcome", "positiveness"], ["favorableness", "the quality of being encouraging or promising of a successful outcome", "favorableness"], ["advantageousness", "the quality of being encouraging or promising of a successful outcome", "advantageousness"], ["profitability", "the quality of affording gain or benefit or profit", "profitability"], ["lucrativeness", "the quality of affording gain or benefit or profit", "lucrativeness"], ["gainfulness", "the quality of affording gain or benefit or profit", "gainfulness"]]}, {"answer": "profits", "hint": "synonyms for profits", "clues": [["profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "profit"], ["gain", "the advantageous quality of being beneficial", "gain"], ["net income", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net income"], ["earnings", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "earnings"], ["lucre", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "lucre"], ["net", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net"], ["winnings", "something won (especially money)", "winnings"], ["net profit", "the excess of revenues over outlays in a given period of time (including depreciation and other non-cash expenses)", "net profit"], ["win", "something won (especially money)", "win"]]}, {"answer": "profligacy", "hint": "synonyms for profligacy", "clues": [["licentiousness", "dissolute indulgence in sensual pleasure", "licentiousness"], ["extravagance", "the trait of spending extravagantly", "extravagance"], ["prodigality", "the trait of spending extravagantly", "prodigality"], ["looseness", "dissolute indulgence in sensual pleasure", "looseness"], ["dissolution", "dissolute indulgence in sensual pleasure", "dissolution"], ["dissipation", "dissolute indulgence in sensual pleasure", "dissipation"]]}, {"answer": "profoundness", "hint": "synonyms for profoundness", "clues": [["profundity", "wisdom that is recondite and abstruse and profound", "profundity"], ["abstrusity", "wisdom that is recondite and abstruse and profound", "abstrusity"], ["deepness", "the quality of being physically deep", "deepness"], ["astuteness", "the intellectual ability to penetrate deeply into ideas", "astuteness"], ["reconditeness", "wisdom that is recondite and abstruse and profound", "reconditeness"], ["depth", "the intellectual ability to penetrate deeply into ideas", "depth"], ["abstruseness", "wisdom that is recondite and abstruse and profound", "abstruseness"]]}, {"answer": "profundity", "hint": "synonyms for profundity", "clues": [["abstrusity", "wisdom that is recondite and abstruse and profound", "abstrusity"], ["deepness", "the quality of being physically deep", "deepness"], ["profoundness", "intellectual depth; penetrating knowledge; keen insight; etc", "profoundness"], ["reconditeness", "wisdom that is recondite and abstruse and profound", "reconditeness"], ["astuteness", "the intellectual ability to penetrate deeply into ideas", "astuteness"], ["depth", "the intellectual ability to penetrate deeply into ideas", "depth"], ["abstruseness", "wisdom that is recondite and abstruse and profound", "abstruseness"]]}, {"answer": "prognostication", "hint": "synonyms for prognostication", "clues": [["prognostic", "a sign of something about to happen", "prognostic"], ["forecasting", "a statement made about the future", "forecasting"], ["vaticination", "knowledge of the future (usually said to be obtained from a divine source)", "vaticination"], ["prodigy", "a sign of something about to happen", "prodigy"], ["prediction", "a statement made about the future", "prediction"], ["presage", "a sign of something about to happen", "presage"], ["portent", "a sign of something about to happen", "portent"], ["prophecy", "knowledge of the future (usually said to be obtained from a divine source)", "prophecy"], ["omen", "a sign of something about to happen", "omen"], ["foretelling", "a statement made about the future", "foretelling"]]}, {"answer": "program", "hint": "synonyms for program", "clues": [["programme", "(computer science) a sequence of instructions that a computer can interpret and execute", "programme"], ["computer programme", "(computer science) a sequence of instructions that a computer can interpret and execute", "computer programme"], ["political program", "a document stating the aims and principles of a political party", "political program"], ["plan", "a series of steps to be carried out or goals to be accomplished", "plan"], ["platform", "a document stating the aims and principles of a political party", "platform"], ["course of study", "an integrated course of academic studies", "course of study"], ["broadcast", "a radio or television show", "broadcast"], ["political platform", "a document stating the aims and principles of a political party", "political platform"], ["curriculum", "an integrated course of academic studies", "curriculum"], ["syllabus", "an integrated course of academic studies", "syllabus"]]}, {"answer": "programme", "hint": "synonyms for programme", "clues": [["program", "an announcement of the events that will occur as part of a theatrical or sporting event", "program"], ["computer programme", "(computer science) a sequence of instructions that a computer can interpret and execute", "computer programme"], ["course of study", "an integrated course of academic studies", "course of study"], ["plan", "a series of steps to be carried out or goals to be accomplished", "plan"], ["broadcast", "a radio or television show", "broadcast"], ["syllabus", "an integrated course of academic studies", "syllabus"], ["curriculum", "an integrated course of academic studies", "curriculum"]]}, {"answer": "progress", "hint": "synonyms for progress", "clues": [["forward motion", "the act of moving forward (as toward a goal)", "forward motion"], ["advancement", "gradual improvement or growth or development", "advancement"], ["advance", "a movement forward", "advance"], ["progression", "a movement forward", "progression"]]}, {"answer": "progression", "hint": "synonyms for progression", "clues": [["forward motion", "the act of moving forward (as toward a goal)", "forward motion"], ["patterned advance", "a series with a definite pattern of advance", "patterned advance"], ["advancement", "the act of moving forward (as toward a goal)", "advancement"], ["advance", "a movement forward", "advance"], ["procession", "the act of moving forward (as toward a goal)", "procession"], ["progress", "a movement forward", "progress"]]}, {"answer": "progressive_tense", "hint": "synonyms for progressive tense", "clues": [["imperfect tense", "a tense of verbs used in describing action that is on-going", "imperfect tense"], ["imperfect", "a tense of verbs used in describing action that is on-going", "imperfect"], ["progressive", "a tense of verbs used in describing action that is on-going", "progressive"], ["continuous tense", "a tense of verbs used in describing action that is on-going", "continuous tense"]]}, {"answer": "prohibition", "hint": "synonyms for prohibition", "clues": [["prohibition era", "the period from 1920 to 1933 when the sale of alcoholic beverages was prohibited in the United States by a constitutional amendment", "prohibition era"], ["inhibition", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)", "inhibition"], ["ban", "a decree that prohibits something", "ban"], ["forbiddance", "the action of prohibiting or inhibiting or forbidding (or an instance thereof)", "forbiddance"], ["proscription", "a decree that prohibits something", "proscription"]]}, {"answer": "project", "hint": "synonyms for project", "clues": [["labor", "any piece of work that is undertaken or attempted", "labor"], ["undertaking", "any piece of work that is undertaken or attempted", "undertaking"], ["task", "any piece of work that is undertaken or attempted", "task"], ["projection", "a planned undertaking", "projection"]]}, {"answer": "projection", "hint": "synonyms for projection", "clues": [["project", "a planned undertaking", "project"], ["protrusion", "the act of projecting out from something", "protrusion"], ["expulsion", "the act of expelling or projecting or ejecting", "expulsion"], ["jut", "the act of projecting out from something", "jut"], ["forcing out", "the act of expelling or projecting or ejecting", "forcing out"], ["jutting", "the act of projecting out from something", "jutting"], ["sound projection", "the acoustic phenomenon that gives sound a penetrating quality", "sound projection"], ["ejection", "the act of expelling or projecting or ejecting", "ejection"], ["acoustic projection", "the acoustic phenomenon that gives sound a penetrating quality", "acoustic projection"]]}, {"answer": "prolixity", "hint": "synonyms for prolixity", "clues": [["wordiness", "boring verbosity", "wordiness"], ["prolixness", "boring verbosity", "prolixness"], ["windiness", "boring verbosity", "windiness"], ["long-windedness", "boring verbosity", "long-windedness"]]}, {"answer": "prolixness", "hint": "synonyms for prolixness", "clues": [["prolixity", "boring verbosity", "prolixity"], ["windiness", "boring verbosity", "windiness"], ["long-windedness", "boring verbosity", "long-windedness"], ["wordiness", "boring verbosity", "wordiness"]]}, {"answer": "prolongation", "hint": "synonyms for prolongation", "clues": [["lengthiness", "amount or degree or range to which something extends", "lengthiness"], ["protraction", "the act of prolonging something", "protraction"], ["extension", "amount or degree or range to which something extends", "extension"], ["continuation", "the consequence of being lengthened in duration", "continuation"], ["perpetuation", "the act of prolonging something", "perpetuation"], ["lengthening", "the act of prolonging something", "lengthening"]]}, {"answer": "prolusion", "hint": "synonyms for prolusion", "clues": [["tune-up", "exercising in preparation for strenuous activity", "tune-up"], ["preface", "a short introductory essay preceding the text of a book", "preface"], ["warm-up", "exercising in preparation for strenuous activity", "warm-up"], ["foreword", "a short introductory essay preceding the text of a book", "foreword"]]}, {"answer": "promenade", "hint": "synonyms for promenade", "clues": [["stroll", "a leisurely walk (usually in some public place)", "stroll"], ["amble", "a leisurely walk (usually in some public place)", "amble"], ["prom", "a formal ball held for a school class toward the end of the academic year", "prom"], ["perambulation", "a leisurely walk (usually in some public place)", "perambulation"], ["saunter", "a leisurely walk (usually in some public place)", "saunter"], ["mall", "a public area set aside as a pedestrian walk", "mall"]]}, {"answer": "prominence", "hint": "synonyms for prominence", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "promotion", "hint": "synonyms for promotion", "clues": [["furtherance", "the advancement of some enterprise", "furtherance"], ["publicity", "a message issued in behalf of some product or cause or idea or person or institution", "publicity"], ["forwarding", "the advancement of some enterprise", "forwarding"], ["promotional material", "a message issued in behalf of some product or cause or idea or person or institution", "promotional material"], ["packaging", "a message issued in behalf of some product or cause or idea or person or institution", "packaging"], ["advancement", "encouragement of the progress or growth or acceptance of something", "advancement"]]}, {"answer": "propensity", "hint": "synonyms for propensity", "clues": [["leaning", "a natural inclination", "leaning"], ["aptness", "a disposition to behave in a certain way", "aptness"], ["proclivity", "a natural inclination", "proclivity"], ["tendency", "an inclination to do something", "tendency"]]}, {"answer": "property", "hint": "synonyms for property", "clues": [["prop", "any movable articles or objects used on the set of a play or movie", "prop"], ["holding", "something owned; any tangible or intangible possession that is owned by someone", "holding"], ["dimension", "a construct whereby objects or individuals can be distinguished", "dimension"], ["attribute", "a construct whereby objects or individuals can be distinguished", "attribute"], ["place", "any area set aside for a particular purpose", "place"], ["belongings", "something owned; any tangible or intangible possession that is owned by someone", "belongings"]]}, {"answer": "prophylactic_device", "hint": "synonyms for prophylactic device", "clues": [["preventive", "an agent or device intended to prevent conception", "preventive"], ["birth control device", "an agent or device intended to prevent conception", "birth control device"], ["contraceptive", "an agent or device intended to prevent conception", "contraceptive"], ["contraceptive device", "an agent or device intended to prevent conception", "contraceptive device"]]}, {"answer": "propitiation", "hint": "synonyms for propitiation", "clues": [["placation", "the act of placating and overcoming distrust and animosity", "placation"], ["atonement", "the act of atoning for sin or wrongdoing (especially appeasing a deity)", "atonement"], ["conciliation", "the act of placating and overcoming distrust and animosity", "conciliation"], ["expiation", "the act of atoning for sin or wrongdoing (especially appeasing a deity)", "expiation"]]}, {"answer": "proportion", "hint": "synonyms for proportion", "clues": [["symmetry", "balance among the parts of something", "symmetry"], ["dimension", "magnitude or extent", "dimension"], ["ratio", "the relation between things (or parts of things) with respect to their comparative quantity, magnitude, or degree", "ratio"], ["proportionality", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin", "proportionality"], ["balance", "harmonious arrangement or relation of parts or elements within a whole (as in a design); - John Ruskin", "balance"]]}, {"answer": "proposal", "hint": "synonyms for proposal", "clues": [["proposal of marriage", "an offer of marriage", "proposal of marriage"], ["proposition", "the act of making a proposal", "proposition"], ["marriage offer", "an offer of marriage", "marriage offer"], ["marriage proposal", "an offer of marriage", "marriage proposal"]]}, {"answer": "props", "hint": "synonyms for props", "clues": [["prop", "any movable articles or objects used on the set of a play or movie", "prop"], ["property", "any movable articles or objects used on the set of a play or movie", "property"], ["airplane propeller", "a propeller that rotates to push against air", "airplane propeller"], ["airscrew", "a propeller that rotates to push against air", "airscrew"]]}, {"answer": "prosody", "hint": "synonyms for prosody", "clues": [["metrics", "the study of poetic meter and the art of versification", "metrics"], ["inflection", "the patterns of stress and intonation in a language", "inflection"], ["rhythmic pattern", "(prosody) a system of versification", "rhythmic pattern"], ["poetic rhythm", "(prosody) a system of versification", "poetic rhythm"]]}, {"answer": "prospect", "hint": "synonyms for prospect", "clues": [["vista", "the visual percept of a region", "vista"], ["outlook", "belief about (or mental picture of) the future", "outlook"], ["medical prognosis", "a prediction of the course of a disease", "medical prognosis"], ["aspect", "the visual percept of a region", "aspect"], ["panorama", "the visual percept of a region", "panorama"], ["view", "the visual percept of a region", "view"], ["prognosis", "a prediction of the course of a disease", "prognosis"], ["scene", "the visual percept of a region", "scene"], ["expectation", "belief about (or mental picture of) the future", "expectation"]]}, {"answer": "protection", "hint": "synonyms for protection", "clues": [["protective covering", "a covering that is intend to protect from damage or injury", "protective covering"], ["auspices", "kindly endorsement and guidance", "auspices"], ["aegis", "kindly endorsement and guidance", "aegis"], ["trade protection", "the imposition of duties or quotas on imports in order to protect domestic industry against foreign competition", "trade protection"], ["security", "defense against financial failure; financial independence", "security"], ["tribute", "payment extorted by gangsters on threat of violence", "tribute"]]}, {"answer": "protoheme", "hint": "synonyms for protoheme", "clues": [["haem", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haem"], ["haemitin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "haemitin"], ["heme", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "heme"], ["hematin", "a complex red organic pigment containing iron and other atoms to which oxygen binds", "hematin"]]}, {"answer": "protraction", "hint": "synonyms for protraction", "clues": [["lengthiness", "the consequence of being lengthened in duration", "lengthiness"], ["prolongation", "the consequence of being lengthened in duration", "prolongation"], ["continuation", "the consequence of being lengthened in duration", "continuation"], ["perpetuation", "the act of prolonging something", "perpetuation"], ["lengthening", "the act of prolonging something", "lengthening"]]}, {"answer": "protrusion", "hint": "synonyms for protrusion", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["projection", "the act of projecting out from something", "projection"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["jutting", "the act of projecting out from something", "jutting"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "protuberance", "hint": "synonyms for protuberance", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["swelling", "something that bulges out or is protuberant or projects from its surroundings", "swelling"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "provenance", "hint": "synonyms for provenance", "clues": [["cradle", "where something originated or was nurtured in its early existence", "cradle"], ["birthplace", "where something originated or was nurtured in its early existence", "birthplace"], ["provenience", "where something originated or was nurtured in its early existence", "provenience"], ["place of origin", "where something originated or was nurtured in its early existence", "place of origin"]]}, {"answer": "provender", "hint": "synonyms for provender", "clues": [["commissariat", "a stock or supply of foods", "commissariat"], ["feed", "food for domestic livestock", "feed"], ["provisions", "a stock or supply of foods", "provisions"], ["viands", "a stock or supply of foods", "viands"], ["victuals", "a stock or supply of foods", "victuals"]]}, {"answer": "provenience", "hint": "synonyms for provenience", "clues": [["cradle", "where something originated or was nurtured in its early existence", "cradle"], ["provenance", "where something originated or was nurtured in its early existence", "provenance"], ["birthplace", "where something originated or was nurtured in its early existence", "birthplace"], ["place of origin", "where something originated or was nurtured in its early existence", "place of origin"]]}, {"answer": "proverbs", "hint": "synonyms for proverbs", "clues": [["proverb", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people", "proverb"], ["adage", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people", "adage"], ["byword", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people", "byword"], ["saw", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people", "saw"]]}, {"answer": "provision", "hint": "synonyms for provision", "clues": [["planning", "the cognitive process of thinking about what you will do in the event of something happening", "planning"], ["preparation", "the cognitive process of thinking about what you will do in the event of something happening", "preparation"], ["supplying", "the activity of supplying or providing something", "supplying"], ["proviso", "a stipulated condition", "proviso"]]}, {"answer": "provisions", "hint": "synonyms for provisions", "clues": [["preparation", "the cognitive process of thinking about what you will do in the event of something happening", "preparation"], ["provision", "a store or supply of something (especially of food or clothing or arms)", "provision"], ["supplying", "the activity of supplying or providing something", "supplying"], ["viands", "a stock or supply of foods", "viands"], ["victuals", "a stock or supply of foods", "victuals"], ["planning", "the cognitive process of thinking about what you will do in the event of something happening", "planning"], ["provender", "a stock or supply of foods", "provender"], ["commissariat", "a stock or supply of foods", "commissariat"]]}, {"answer": "provocation", "hint": "synonyms for provocation", "clues": [["incitement", "something that incites or provokes; a means of arousing or stirring to action", "incitement"], ["incitation", "something that incites or provokes; a means of arousing or stirring to action", "incitation"], ["aggravation", "unfriendly behavior that causes anger or resentment", "aggravation"], ["irritation", "unfriendly behavior that causes anger or resentment", "irritation"]]}, {"answer": "prowl_car", "hint": "synonyms for prowl car", "clues": [["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police car"], ["squad car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "squad car"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "patrol car"], ["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police cruiser"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "cruiser"]]}, {"answer": "prurience", "hint": "synonyms for prurience", "clues": [["lasciviousness", "feeling morbid sexual desire or a propensity to lewdness", "lasciviousness"], ["carnality", "feeling morbid sexual desire or a propensity to lewdness", "carnality"], ["lubricity", "feeling morbid sexual desire or a propensity to lewdness", "lubricity"], ["pruriency", "feeling morbid sexual desire or a propensity to lewdness", "pruriency"]]}, {"answer": "pruriency", "hint": "synonyms for pruriency", "clues": [["lasciviousness", "feeling morbid sexual desire or a propensity to lewdness", "lasciviousness"], ["carnality", "feeling morbid sexual desire or a propensity to lewdness", "carnality"], ["prurience", "feeling morbid sexual desire or a propensity to lewdness", "prurience"], ["lubricity", "feeling morbid sexual desire or a propensity to lewdness", "lubricity"]]}, {"answer": "ps", "hint": "synonyms for ps", "clues": [["atomic number 15", "a multivalent nonmetallic element of the nitrogen family that occurs commonly in inorganic phosphate rocks and as organic phosphates in all living cells; is highly reactive and occurs in several allotropic forms", "atomic number 15"], ["phosphorus", "a multivalent nonmetallic element of the nitrogen family that occurs commonly in inorganic phosphate rocks and as organic phosphates in all living cells; is highly reactive and occurs in several allotropic forms", "phosphorus"], ["p", "the 16th letter of the Roman alphabet", "p"], ["postscript", "a note appended to a letter after the signature", "postscript"]]}, {"answer": "psyche", "hint": "synonyms for psyche", "clues": [["head", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "head"], ["mind", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "mind"], ["nous", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "nous"], ["brain", "that which is responsible for one's thoughts and feelings; the seat of the faculty of reason", "brain"]]}, {"answer": "psychiatric_hospital", "hint": "synonyms for psychiatric hospital", "clues": [["asylum", "a hospital for mentally incompetent or unbalanced person", "asylum"], ["mental hospital", "a hospital for mentally incompetent or unbalanced person", "mental hospital"], ["mental home", "a hospital for mentally incompetent or unbalanced person", "mental home"], ["mental institution", "a hospital for mentally incompetent or unbalanced person", "mental institution"], ["institution", "a hospital for mentally incompetent or unbalanced person", "institution"], ["insane asylum", "a hospital for mentally incompetent or unbalanced person", "insane asylum"]]}, {"answer": "pteroylglutamic_acid", "hint": "synonyms for pteroylglutamic acid", "clues": [["folic acid", "a B vitamin that is essential for cell growth and reproduction", "folic acid"], ["pteroylmonoglutamic acid", "a B vitamin that is essential for cell growth and reproduction", "pteroylmonoglutamic acid"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction", "vitamin M"], ["folacin", "a B vitamin that is essential for cell growth and reproduction", "folacin"], ["folate", "a B vitamin that is essential for cell growth and reproduction", "folate"], ["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction", "vitamin Bc"]]}, {"answer": "pteroylmonoglutamic_acid", "hint": "synonyms for pteroylmonoglutamic acid", "clues": [["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction", "vitamin Bc"], ["folic acid", "a B vitamin that is essential for cell growth and reproduction", "folic acid"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction", "vitamin M"], ["folacin", "a B vitamin that is essential for cell growth and reproduction", "folacin"], ["folate", "a B vitamin that is essential for cell growth and reproduction", "folate"], ["pteroylglutamic acid", "a B vitamin that is essential for cell growth and reproduction", "pteroylglutamic acid"]]}, {"answer": "pub", "hint": "synonyms for pub", "clues": [["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pothouse"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals", "saloon"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals", "gin mill"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals", "public house"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "taphouse"]]}, {"answer": "public_convenience", "hint": "synonyms for public convenience", "clues": [["wash room", "a toilet that is available to the public", "wash room"], ["toilet facility", "a toilet that is available to the public", "toilet facility"], ["restroom", "a toilet that is available to the public", "restroom"], ["convenience", "a toilet that is available to the public", "convenience"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["public lavatory", "a toilet that is available to the public", "public lavatory"], ["public toilet", "a toilet that is available to the public", "public toilet"]]}, {"answer": "public_house", "hint": "synonyms for public house", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pub"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pothouse"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals", "saloon"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals", "gin mill"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "taphouse"]]}, {"answer": "public_lavatory", "hint": "synonyms for public lavatory", "clues": [["wash room", "a toilet that is available to the public", "wash room"], ["toilet facility", "a toilet that is available to the public", "toilet facility"], ["restroom", "a toilet that is available to the public", "restroom"], ["convenience", "a toilet that is available to the public", "convenience"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["public toilet", "a toilet that is available to the public", "public toilet"]]}, {"answer": "public_mover", "hint": "synonyms for public mover", "clues": [["removal firm", "a company that moves the possessions of a family or business from one site to another", "removal firm"], ["moving company", "a company that moves the possessions of a family or business from one site to another", "moving company"], ["mover", "a company that moves the possessions of a family or business from one site to another", "mover"], ["removal company", "a company that moves the possessions of a family or business from one site to another", "removal company"]]}, {"answer": "public_toilet", "hint": "synonyms for public toilet", "clues": [["wash room", "a toilet that is available to the public", "wash room"], ["toilet facility", "a toilet that is available to the public", "toilet facility"], ["restroom", "a toilet that is available to the public", "restroom"], ["convenience", "a toilet that is available to the public", "convenience"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["public lavatory", "a toilet that is available to the public", "public lavatory"]]}, {"answer": "puffiness", "hint": "synonyms for puffiness", "clues": [["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pretentiousness"], ["splashiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "splashiness"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pomposity"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pompousness"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentatiousness"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "inflation"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentation"]]}, {"answer": "puking", "hint": "synonyms for puking", "clues": [["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth", "disgorgement"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth", "regurgitation"], ["vomiting", "the reflex act of ejecting the contents of the stomach through the mouth", "vomiting"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth", "emesis"]]}, {"answer": "pull", "hint": "synonyms for pull", "clues": [["clout", "special advantage or influence", "clout"], ["pulling", "the act of pulling; applying force to move something toward or with you", "pulling"], ["drag", "a slow inhalation (as of tobacco smoke)", "drag"], ["puff", "a slow inhalation (as of tobacco smoke)", "puff"]]}, {"answer": "pulling_out", "hint": "synonyms for pulling out", "clues": [["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "coitus interruptus"], ["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal method"], ["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "onanism"]]}, {"answer": "pulpit", "hint": "synonyms for pulpit", "clues": [["ambo", "a platform raised above the surrounding level to give prominence to the person on it", "ambo"], ["stump", "a platform raised above the surrounding level to give prominence to the person on it", "stump"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it", "dais"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it", "rostrum"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it", "soapbox"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it", "podium"]]}, {"answer": "pulsation", "hint": "synonyms for pulsation", "clues": [["pulse", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulse"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "heartbeat"], ["impulse", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)", "impulse"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "beat"], ["pulsing", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)", "pulsing"]]}, {"answer": "pulse", "hint": "synonyms for pulse", "clues": [["heart rate", "the rate at which the heart beats; usually measured to obtain a quick evaluation of a person's health", "heart rate"], ["pulsation", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "pulsation"], ["heartbeat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "heartbeat"], ["impulse", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)", "impulse"], ["beat", "the rhythmic contraction and expansion of the arteries with each beat of the heart", "beat"], ["pulse rate", "the rate at which the heart beats; usually measured to obtain a quick evaluation of a person's health", "pulse rate"], ["pulsing", "(electronics) a sharp transient wave in the normal electrical state (or a series of such transients)", "pulsing"]]}, {"answer": "pulverisation", "hint": "synonyms for pulverisation", "clues": [["mill", "the act of grinding to a powder or dust", "mill"], ["grind", "the act of grinding to a powder or dust", "grind"], ["pulverization", "annihilation by pulverizing something", "pulverization"], ["powder", "a solid substance in the form of tiny loose particles; a solid that has been pulverized", "powder"]]}, {"answer": "pulverization", "hint": "synonyms for pulverization", "clues": [["mill", "the act of grinding to a powder or dust", "mill"], ["pulverisation", "a solid substance in the form of tiny loose particles; a solid that has been pulverized", "pulverisation"], ["grind", "the act of grinding to a powder or dust", "grind"], ["powder", "a solid substance in the form of tiny loose particles; a solid that has been pulverized", "powder"]]}, {"answer": "punch", "hint": "synonyms for punch", "clues": [["lick", "(boxing) a blow with the fist", "lick"], ["clout", "(boxing) a blow with the fist", "clout"], ["slug", "(boxing) a blow with the fist", "slug"], ["biff", "(boxing) a blow with the fist", "biff"], ["puncher", "a tool for making holes or indentations", "puncher"], ["poke", "(boxing) a blow with the fist", "poke"]]}, {"answer": "puniness", "hint": "synonyms for puniness", "clues": [["slightness", "the quality of being unimportant and petty or frivolous", "slightness"], ["runtiness", "smallness of stature", "runtiness"], ["stuntedness", "smallness of stature", "stuntedness"], ["triviality", "the quality of being unimportant and petty or frivolous", "triviality"], ["pettiness", "the quality of being unimportant and petty or frivolous", "pettiness"]]}, {"answer": "punks", "hint": "synonyms for punks", "clues": [["tinder", "material for starting a fire", "tinder"], ["kindling", "material for starting a fire", "kindling"], ["punk", "rock music with deliberately offensive lyrics expressing anger and social alienation; in part a reaction against progressive rock", "punk"], ["touchwood", "material for starting a fire", "touchwood"], ["punk rock", "rock music with deliberately offensive lyrics expressing anger and social alienation; in part a reaction against progressive rock", "punk rock"]]}, {"answer": "purgation", "hint": "synonyms for purgation", "clues": [["purge", "the act of clearing yourself (or another) from some stigma or charge", "purge"], ["catharsis", "purging the body by the use of a cathartic to stimulate evacuation of the bowels", "catharsis"], ["purification", "a ceremonial cleansing from defilement or uncleanness by the performance of appropriate rites", "purification"], ["purging", "the act of clearing yourself (or another) from some stigma or charge", "purging"]]}, {"answer": "purpose", "hint": "synonyms for purpose", "clues": [["intent", "an anticipated outcome that is intended or that guides your planned actions", "intent"], ["determination", "the quality of being determined to do or achieve something; firmness of purpose", "determination"], ["function", "what something is used for", "function"], ["aim", "an anticipated outcome that is intended or that guides your planned actions", "aim"], ["intention", "an anticipated outcome that is intended or that guides your planned actions", "intention"], ["design", "an anticipated outcome that is intended or that guides your planned actions", "design"], ["role", "what something is used for", "role"], ["use", "what something is used for", "use"]]}, {"answer": "pursuit", "hint": "synonyms for pursuit", "clues": [["interest", "a diversion that occupies one's time and thoughts (usually pleasantly)", "interest"], ["chase", "the act of pursuing in an effort to overtake or capture", "chase"], ["pursual", "the act of pursuing in an effort to overtake or capture", "pursual"], ["following", "the act of pursuing in an effort to overtake or capture", "following"], ["spare-time activity", "an auxiliary activity", "spare-time activity"], ["by-line", "an auxiliary activity", "by-line"], ["hobby", "an auxiliary activity", "hobby"], ["quest", "a search for an alternative that meets cognitive criteria", "quest"], ["pursuance", "a search for an alternative that meets cognitive criteria", "pursuance"], ["sideline", "an auxiliary activity", "sideline"], ["avocation", "an auxiliary activity", "avocation"], ["pastime", "a diversion that occupies one's time and thoughts (usually pleasantly)", "pastime"]]}, {"answer": "push", "hint": "synonyms for push", "clues": [["button", "an electrical switch operated by pressing", "button"], ["pushing", "the act of applying force in order to move something away", "pushing"], ["energy", "enterprising or ambitious drive", "energy"], ["thrust", "the force used in pushing", "thrust"], ["get-up-and-go", "enterprising or ambitious drive", "get-up-and-go"], ["push button", "an electrical switch operated by pressing", "push button"]]}, {"answer": "pushchair", "hint": "synonyms for pushchair", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"]]}, {"answer": "pusher", "hint": "synonyms for pusher", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["stroller", "a small vehicle with four wheels in which a baby or child is pushed around", "stroller"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"], ["zori", "a sandal attached to the foot by a thong over the toes", "zori"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"]]}, {"answer": "pushover", "hint": "synonyms for pushover", "clues": [["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["picnic", "any undertaking that is easy to do", "picnic"], ["child's play", "any undertaking that is easy to do", "child's play"], ["snap", "any undertaking that is easy to do", "snap"], ["breeze", "any undertaking that is easy to do", "breeze"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["walkover", "any undertaking that is easy to do", "walkover"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "put-on", "hint": "synonyms for put-on", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["joke", "a ludicrous or grotesque act done for fun and amusement", "joke"], ["antic", "a ludicrous or grotesque act done for fun and amusement", "antic"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["fraudulence", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraudulence"], ["humbug", "something intended to deceive; deliberate trickery intended to gain an advantage", "humbug"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["hoax", "something intended to deceive; deliberate trickery intended to gain an advantage", "hoax"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["dupery", "something intended to deceive; deliberate trickery intended to gain an advantage", "dupery"], ["fraud", "something intended to deceive; deliberate trickery intended to gain an advantage", "fraud"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["prank", "a ludicrous or grotesque act done for fun and amusement", "prank"], ["trick", "a ludicrous or grotesque act done for fun and amusement", "trick"], ["caper", "a ludicrous or grotesque act done for fun and amusement", "caper"]]}, {"answer": "putrefaction", "hint": "synonyms for putrefaction", "clues": [["rot", "(biology) the process of decay caused by bacterial or fungal action", "rot"], ["rotting", "(biology) the process of decay caused by bacterial or fungal action", "rotting"], ["degeneracy", "moral perversion; impairment of virtue and moral principles", "degeneracy"], ["decomposition", "(biology) the process of decay caused by bacterial or fungal action", "decomposition"], ["corruption", "moral perversion; impairment of virtue and moral principles", "corruption"], ["depravation", "moral perversion; impairment of virtue and moral principles", "depravation"], ["depravity", "moral perversion; impairment of virtue and moral principles", "depravity"]]}, {"answer": "puzzlement", "hint": "synonyms for puzzlement", "clues": [["bemusement", "confusion resulting from failure to understand", "bemusement"], ["befuddlement", "confusion resulting from failure to understand", "befuddlement"], ["bewilderment", "confusion resulting from failure to understand", "bewilderment"], ["mystification", "confusion resulting from failure to understand", "mystification"], ["bafflement", "confusion resulting from failure to understand", "bafflement"], ["obfuscation", "confusion resulting from failure to understand", "obfuscation"]]}, {"answer": "pyridoxamine", "hint": "synonyms for pyridoxamine", "clues": [["pyridoxine", "a B vitamin that is essential for metabolism of amino acids and starch", "pyridoxine"], ["vitamin B6", "a B vitamin that is essential for metabolism of amino acids and starch", "vitamin B6"], ["adermin", "a B vitamin that is essential for metabolism of amino acids and starch", "adermin"], ["pyridoxal", "a B vitamin that is essential for metabolism of amino acids and starch", "pyridoxal"]]}, {"answer": "pyridoxine", "hint": "synonyms for pyridoxine", "clues": [["pyridoxamine", "a B vitamin that is essential for metabolism of amino acids and starch", "pyridoxamine"], ["vitamin B6", "a B vitamin that is essential for metabolism of amino acids and starch", "vitamin B6"], ["adermin", "a B vitamin that is essential for metabolism of amino acids and starch", "adermin"], ["pyridoxal", "a B vitamin that is essential for metabolism of amino acids and starch", "pyridoxal"]]}, {"answer": "quadruplet", "hint": "synonyms for quadruplet", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["quadruple", "a set of four similar things considered as a unit", "quadruple"], ["4", "the cardinal number that is the sum of three and one", "4"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "quag", "hint": "synonyms for quag", "clues": [["slack", "a soft wet area of low-lying land that sinks underfoot", "slack"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot", "quagmire"], ["morass", "a soft wet area of low-lying land that sinks underfoot", "morass"], ["mire", "a soft wet area of low-lying land that sinks underfoot", "mire"]]}, {"answer": "quagmire", "hint": "synonyms for quagmire", "clues": [["slack", "a soft wet area of low-lying land that sinks underfoot", "slack"], ["quag", "a soft wet area of low-lying land that sinks underfoot", "quag"], ["morass", "a soft wet area of low-lying land that sinks underfoot", "morass"], ["mire", "a soft wet area of low-lying land that sinks underfoot", "mire"]]}, {"answer": "quarrel", "hint": "synonyms for quarrel", "clues": [["wrangle", "an angry dispute", "wrangle"], ["dustup", "an angry dispute", "dustup"], ["run-in", "an angry dispute", "run-in"], ["row", "an angry dispute", "row"], ["words", "an angry dispute", "words"]]}, {"answer": "quarter", "hint": "synonyms for quarter", "clues": [["after part", "the rear part of a ship", "after part"], ["one-quarter", "one of four equal parts", "one-quarter"], ["one-fourth", "one of four equal parts", "one-fourth"], ["quartern", "one of four equal parts", "quartern"], ["fourth", "one of four equal parts", "fourth"], ["tail", "the rear part of a ship", "tail"], ["stern", "the rear part of a ship", "stern"], ["poop", "the rear part of a ship", "poop"], ["fourth part", "one of four equal parts", "fourth part"], ["twenty-five percent", "one of four equal parts", "twenty-five percent"]]}, {"answer": "quartern", "hint": "synonyms for quartern", "clues": [["fourth part", "one of four equal parts", "fourth part"], ["quarter", "one of four equal parts", "quarter"], ["one-quarter", "one of four equal parts", "one-quarter"], ["one-fourth", "one of four equal parts", "one-fourth"], ["twenty-five percent", "one of four equal parts", "twenty-five percent"], ["fourth", "one of four equal parts", "fourth"]]}, {"answer": "quarters", "hint": "synonyms for quarters", "clues": [["one-quarter", "one of four equal parts", "one-quarter"], ["tail", "the rear part of a ship", "tail"], ["stern", "the rear part of a ship", "stern"], ["quarter", "clemency or mercy shown to a defeated opponent", "quarter"], ["poop", "the rear part of a ship", "poop"], ["living quarters", "housing available for people to live in", "living quarters"], ["fourth part", "one of four equal parts", "fourth part"], ["twenty-five percent", "one of four equal parts", "twenty-five percent"], ["after part", "the rear part of a ship", "after part"], ["one-fourth", "one of four equal parts", "one-fourth"], ["fourth", "one of four equal parts", "fourth"]]}, {"answer": "quartet", "hint": "synonyms for quartet", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["quartette", "four performers or singers who perform together", "quartette"], ["quadruple", "a set of four similar things considered as a unit", "quadruple"], ["4", "the cardinal number that is the sum of three and one", "4"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "quartz", "hint": "synonyms for quartz", "clues": [["quartz glass", "colorless glass made of almost pure silica", "quartz glass"], ["crystal", "colorless glass made of almost pure silica", "crystal"], ["lechatelierite", "colorless glass made of almost pure silica", "lechatelierite"], ["vitreous silica", "colorless glass made of almost pure silica", "vitreous silica"]]}, {"answer": "quartz_glass", "hint": "synonyms for quartz glass", "clues": [["crystal", "colorless glass made of almost pure silica", "crystal"], ["lechatelierite", "colorless glass made of almost pure silica", "lechatelierite"], ["quartz", "colorless glass made of almost pure silica", "quartz"], ["vitreous silica", "colorless glass made of almost pure silica", "vitreous silica"]]}, {"answer": "quatern", "hint": "synonyms for quatern", "clues": [["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "quaternion", "hint": "synonyms for quaternion", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "quaternity", "hint": "synonyms for quaternity", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["tetrad", "the cardinal number that is the sum of three and one", "tetrad"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"]]}, {"answer": "queerness", "hint": "synonyms for queerness", "clues": [["quirk", "a strange attitude or habit", "quirk"], ["crotchet", "a strange attitude or habit", "crotchet"], ["gayness", "a sexual attraction to (or sexual relations with) persons of the same sex", "gayness"], ["quirkiness", "a strange attitude or habit", "quirkiness"], ["homosexualism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexualism"], ["homoeroticism", "a sexual attraction to (or sexual relations with) persons of the same sex", "homoeroticism"], ["oddity", "a strange attitude or habit", "oddity"], ["homosexuality", "a sexual attraction to (or sexual relations with) persons of the same sex", "homosexuality"]]}, {"answer": "question", "hint": "synonyms for question", "clues": [["enquiry", "an instance of questioning", "enquiry"], ["head", "the subject matter at issue", "head"], ["interrogation", "an instance of questioning", "interrogation"], ["interrogative sentence", "a sentence of inquiry that asks for a reply", "interrogative sentence"], ["query", "an instance of questioning", "query"], ["doubt", "uncertainty about the truth or factuality or existence of something", "doubt"], ["interrogative", "a sentence of inquiry that asks for a reply", "interrogative"], ["dubiousness", "uncertainty about the truth or factuality or existence of something", "dubiousness"], ["doubtfulness", "uncertainty about the truth or factuality or existence of something", "doubtfulness"], ["motion", "a formal proposal for action made to a deliberative assembly for discussion and vote", "motion"]]}, {"answer": "quicklime", "hint": "synonyms for quicklime", "clues": [["calx", "a white crystalline oxide used in the production of calcium hydroxide", "calx"], ["lime", "a white crystalline oxide used in the production of calcium hydroxide", "lime"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide", "calcium oxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide", "fluxing lime"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide", "calcined lime"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide", "burnt lime"], ["unslaked lime", "a white crystalline oxide used in the production of calcium hydroxide", "unslaked lime"]]}, {"answer": "quickness", "hint": "synonyms for quickness", "clues": [["adroitness", "skillful performance or ability without difficulty", "adroitness"], ["rapidity", "a rate that is rapid", "rapidity"], ["speediness", "a rate that is rapid", "speediness"], ["mental quickness", "intelligence as revealed by an ability to give correct responses without delay", "mental quickness"], ["quick-wittedness", "intelligence as revealed by an ability to give correct responses without delay", "quick-wittedness"], ["deftness", "skillful performance or ability without difficulty", "deftness"], ["facility", "skillful performance or ability without difficulty", "facility"], ["adeptness", "skillful performance or ability without difficulty", "adeptness"], ["rapidness", "a rate that is rapid", "rapidness"], ["celerity", "a rate that is rapid", "celerity"]]}, {"answer": "quid", "hint": "synonyms for quid", "clues": [["cud", "a wad of something chewable as tobacco", "cud"], ["quid pro quo", "something for something; that which a party receives (or is promised) in return for something he does or gives or promises", "quid pro quo"], ["pound sterling", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence", "pound sterling"], ["chew", "a wad of something chewable as tobacco", "chew"], ["plug", "a wad of something chewable as tobacco", "plug"], ["pound", "the basic unit of money in Great Britain and Northern Ireland; equal to 100 pence", "pound"], ["chaw", "a wad of something chewable as tobacco", "chaw"], ["wad", "a wad of something chewable as tobacco", "wad"]]}, {"answer": "quint", "hint": "synonyms for quint", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quintuplet", "the cardinal number that is the sum of four and one", "quintuplet"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "quintal", "hint": "synonyms for quintal", "clues": [["cwt", "a United States unit of weight equivalent to 100 pounds", "cwt"], ["centner", "a United States unit of weight equivalent to 100 pounds", "centner"], ["cental", "a United States unit of weight equivalent to 100 pounds", "cental"], ["short hundredweight", "a United States unit of weight equivalent to 100 pounds", "short hundredweight"], ["hundredweight", "a United States unit of weight equivalent to 100 pounds", "hundredweight"]]}, {"answer": "quintet", "hint": "synonyms for quintet", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintuplet", "a set of five similar things considered as a unit", "quintuplet"], ["quintette", "a musical composition for five performers", "quintette"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "quintuplet", "hint": "synonyms for quintuplet", "clues": [["pentad", "the cardinal number that is the sum of four and one", "pentad"], ["quintuple", "a set of five similar things considered as a unit", "quintuple"], ["quintet", "the cardinal number that is the sum of four and one", "quintet"], ["5", "the cardinal number that is the sum of four and one", "5"], ["fivesome", "the cardinal number that is the sum of four and one", "fivesome"], ["fin", "the cardinal number that is the sum of four and one", "fin"], ["quint", "the cardinal number that is the sum of four and one", "quint"], ["five", "the cardinal number that is the sum of four and one", "five"], ["cinque", "the cardinal number that is the sum of four and one", "cinque"]]}, {"answer": "quip", "hint": "synonyms for quip", "clues": [["epigram", "a witty saying", "epigram"], ["wisecrack", "witty remark", "wisecrack"], ["sally", "witty remark", "sally"], ["crack", "witty remark", "crack"]]}, {"answer": "quirk", "hint": "synonyms for quirk", "clues": [["crotchet", "a strange attitude or habit", "crotchet"], ["queerness", "a strange attitude or habit", "queerness"], ["oddity", "a strange attitude or habit", "oddity"], ["quirkiness", "a strange attitude or habit", "quirkiness"]]}, {"answer": "quirkiness", "hint": "synonyms for quirkiness", "clues": [["crotchet", "a strange attitude or habit", "crotchet"], ["queerness", "a strange attitude or habit", "queerness"], ["oddity", "a strange attitude or habit", "oddity"], ["quirk", "a strange attitude or habit", "quirk"]]}, {"answer": "quite_a_little", "hint": "synonyms for quite a little", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "quiver", "hint": "synonyms for quiver", "clues": [["chill", "an almost pleasurable sensation of fright", "chill"], ["shudder", "an almost pleasurable sensation of fright", "shudder"], ["tingle", "an almost pleasurable sensation of fright", "tingle"], ["shiver", "an almost pleasurable sensation of fright", "shiver"], ["frisson", "an almost pleasurable sensation of fright", "frisson"], ["vibration", "the act of vibrating", "vibration"], ["thrill", "an almost pleasurable sensation of fright", "thrill"], ["quivering", "the act of vibrating", "quivering"]]}, {"answer": "quotation", "hint": "synonyms for quotation", "clues": [["cite", "a short note recognizing a source of information or of a quoted passage", "cite"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage", "acknowledgment"], ["quote", "a passage or expression that is quoted or cited", "quote"], ["reference", "a short note recognizing a source of information or of a quoted passage", "reference"], ["credit", "a short note recognizing a source of information or of a quoted passage", "credit"], ["citation", "a passage or expression that is quoted or cited", "citation"], ["mention", "a short note recognizing a source of information or of a quoted passage", "mention"]]}, {"answer": "quote", "hint": "synonyms for quote", "clues": [["citation", "a passage or expression that is quoted or cited", "citation"], ["quotation", "a passage or expression that is quoted or cited", "quotation"], ["quotation mark", "a punctuation mark used to attribute the enclosed text to someone else", "quotation mark"], ["inverted comma", "a punctuation mark used to attribute the enclosed text to someone else", "inverted comma"]]}, {"answer": "r", "hint": "synonyms for r", "clues": [["universal gas constant", "(physics) the universal constant in the gas equation: pressure times volume = R times temperature; equal to 8.3143 joules per kelvin per mole", "universal gas constant"], ["roentgen", "a unit of radiation exposure; the dose of ionizing radiation that will produce 1 electrostatic unit of electricity in 1 cc of dry air", "roentgen"], ["radius", "the length of a line segment between the center and circumference of a circle or sphere", "radius"], ["gas constant", "(physics) the universal constant in the gas equation: pressure times volume = R times temperature; equal to 8.3143 joules per kelvin per mole", "gas constant"]]}, {"answer": "r-2", "hint": "synonyms for r-2", "clues": [["circle", "street names for flunitrazepan", "circle"], ["roach", "street names for flunitrazepan", "roach"], ["rophy", "street names for flunitrazepan", "rophy"], ["roofy", "street names for flunitrazepan", "roofy"], ["forget me drug", "street names for flunitrazepan", "forget me drug"], ["rope", "street names for flunitrazepan", "rope"]]}, {"answer": "ra", "hint": "synonyms for ra", "clues": [["right ascension", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere", "right ascension"], ["celestial longitude", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere", "celestial longitude"], ["radium", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores", "radium"], ["atomic number 88", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores", "atomic number 88"]]}, {"answer": "rabble", "hint": "synonyms for rabble", "clues": [["riffraff", "disparaging terms for the common people", "riffraff"], ["rout", "a disorderly crowd of people", "rout"], ["ragtag", "disparaging terms for the common people", "ragtag"], ["ragtag and bobtail", "disparaging terms for the common people", "ragtag and bobtail"], ["mob", "a disorderly crowd of people", "mob"]]}, {"answer": "race", "hint": "synonyms for race", "clues": [["airstream", "the flow of air that is driven backwards by an aircraft propeller", "airstream"], ["slipstream", "the flow of air that is driven backwards by an aircraft propeller", "slipstream"], ["raceway", "a canal for a current of water", "raceway"], ["wash", "the flow of air that is driven backwards by an aircraft propeller", "wash"], ["backwash", "the flow of air that is driven backwards by an aircraft propeller", "backwash"], ["subspecies", "(biology) a taxonomic group that is a division of a species; usually arises as a consequence of geographical isolation within a species", "subspecies"]]}, {"answer": "raceway", "hint": "synonyms for raceway", "clues": [["race", "a canal for a current of water", "race"], ["racetrack", "a course over which races are run", "racetrack"], ["racecourse", "a course over which races are run", "racecourse"], ["track", "a course over which races are run", "track"]]}, {"answer": "raciness", "hint": "synonyms for raciness", "clues": [["bite", "a strong odor or taste property", "bite"], ["spiciness", "behavior or language bordering on indelicacy", "spiciness"], ["gaminess", "behavior or language bordering on indelicacy", "gaminess"], ["pungency", "a strong odor or taste property", "pungency"], ["ribaldry", "behavior or language bordering on indelicacy", "ribaldry"], ["sharpness", "a strong odor or taste property", "sharpness"]]}, {"answer": "rack", "hint": "synonyms for rack", "clues": [["wheel", "an instrument of torture that stretches or disjoints or mutilates victims", "wheel"], ["wrack", "the destruction or collapse of something", "wrack"], ["stand", "a support for displaying various articles", "stand"], ["single-foot", "a rapid gait of a horse in which each foot strikes the ground separately", "single-foot"]]}, {"answer": "racket", "hint": "synonyms for racket", "clues": [["illegitimate enterprise", "an illegal enterprise (such as extortion or fraud or drug peddling or prostitution) carried on for profit", "illegitimate enterprise"], ["racquet", "a sports implement (usually consisting of a handle and an oval frame with a tightly interlaced network of strings) used to strike a ball (or shuttlecock) in various games", "racquet"], ["fraudulent scheme", "an illegal enterprise (such as extortion or fraud or drug peddling or prostitution) carried on for profit", "fraudulent scheme"], ["noise", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience", "noise"], ["dissonance", "the auditory experience of sound that lacks musical quality; sound that is a disagreeable auditory experience", "dissonance"]]}, {"answer": "radiance", "hint": "synonyms for radiance", "clues": [["effulgence", "the quality of being bright and sending out rays of light", "effulgence"], ["glow", "the amount of electromagnetic radiation leaving or arriving at a point on a surface", "glow"], ["shine", "the quality of being bright and sending out rays of light", "shine"], ["refulgency", "the quality of being bright and sending out rays of light", "refulgency"], ["radiancy", "the quality of being bright and sending out rays of light", "radiancy"]]}, {"answer": "radiancy", "hint": "synonyms for radiancy", "clues": [["effulgence", "the quality of being bright and sending out rays of light", "effulgence"], ["shine", "the quality of being bright and sending out rays of light", "shine"], ["refulgency", "the quality of being bright and sending out rays of light", "refulgency"], ["radiance", "the quality of being bright and sending out rays of light", "radiance"]]}, {"answer": "radiation", "hint": "synonyms for radiation", "clues": [["radioactivity", "the spontaneous emission of a stream of particles or electromagnetic rays in nuclear decay", "radioactivity"], ["actinotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "actinotherapy"], ["radiotherapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "radiotherapy"], ["radiation therapy", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "radiation therapy"], ["irradiation", "(medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance", "irradiation"]]}, {"answer": "radio_receiver", "hint": "synonyms for radio receiver", "clues": [["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "receiving set"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "wireless"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "tuner"], ["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio set"]]}, {"answer": "radio_set", "hint": "synonyms for radio set", "clues": [["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio receiver"], ["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "receiving set"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "wireless"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "tuner"], ["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio"]]}, {"answer": "radiogram", "hint": "synonyms for radiogram", "clues": [["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "shadowgraph"], ["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagram"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiograph"], ["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagraph"]]}, {"answer": "radiograph", "hint": "synonyms for radiograph", "clues": [["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiogram"], ["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "shadowgraph"], ["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagram"], ["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagraph"]]}, {"answer": "raft", "hint": "synonyms for raft", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "rafts", "hint": "synonyms for rafts", "clues": [["oodles", "a large number or amount", "oodles"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["slews", "a large number or amount", "slews"], ["scores", "a large number or amount", "scores"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["stacks", "a large number or amount", "stacks"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["wads", "a large number or amount", "wads"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["raft", "a flat float (usually made of logs or planks) that can be used for transport or as a platform for swimmers", "raft"], ["loads", "a large number or amount", "loads"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["gobs", "a large number or amount", "gobs"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["lashings", "a large number or amount", "lashings"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["scads", "a large number or amount", "scads"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "rag", "hint": "synonyms for rag", "clues": [["rag week", "a week at British universities during which side-shows and processions of floats are organized to raise money for charities", "rag week"], ["tag", "a small piece of cloth or paper", "tag"], ["tag end", "a small piece of cloth or paper", "tag end"], ["tatter", "a small piece of cloth or paper", "tatter"], ["shred", "a small piece of cloth or paper", "shred"], ["tabloid", "newspaper with half-size pages", "tabloid"], ["sheet", "newspaper with half-size pages", "sheet"], ["ragtime", "music with a syncopated melody (usually for the piano)", "ragtime"]]}, {"answer": "rag_trade", "hint": "synonyms for rag trade", "clues": [["garment industry", "makers and sellers of fashionable clothing", "garment industry"], ["apparel industry", "makers and sellers of fashionable clothing", "apparel industry"], ["fashion industry", "makers and sellers of fashionable clothing", "fashion industry"], ["fashion business", "makers and sellers of fashionable clothing", "fashion business"]]}, {"answer": "ragbag", "hint": "synonyms for ragbag", "clues": [["farrago", "a motley assortment of things", "farrago"], ["hodgepodge", "a motley assortment of things", "hodgepodge"], ["hotchpotch", "a motley assortment of things", "hotchpotch"], ["omnium-gatherum", "a motley assortment of things", "omnium-gatherum"], ["odds and ends", "a motley assortment of things", "odds and ends"], ["gallimaufry", "a motley assortment of things", "gallimaufry"], ["mingle-mangle", "a motley assortment of things", "mingle-mangle"], ["oddments", "a motley assortment of things", "oddments"], ["mishmash", "a motley assortment of things", "mishmash"], ["melange", "a motley assortment of things", "melange"]]}, {"answer": "rage", "hint": "synonyms for rage", "clues": [["furor", "an interest followed with exaggerated zeal", "furor"], ["craze", "an interest followed with exaggerated zeal", "craze"], ["fury", "a feeling of intense anger", "fury"], ["cult", "an interest followed with exaggerated zeal", "cult"], ["fad", "an interest followed with exaggerated zeal", "fad"], ["madness", "a feeling of intense anger", "madness"]]}, {"answer": "rail", "hint": "synonyms for rail", "clues": [["track", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll", "track"], ["railing", "a barrier consisting of a horizontal bar and supports", "railing"], ["runway", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll", "runway"], ["rails", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll", "rails"]]}, {"answer": "railroad", "hint": "synonyms for railroad", "clues": [["railway", "a line of track providing a runway for wheels", "railway"], ["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad line"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway system"], ["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway line"], ["railroad track", "a line of track providing a runway for wheels", "railroad track"]]}, {"answer": "railroad_line", "hint": "synonyms for railroad line", "clues": [["railroad", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway system"], ["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway line"], ["railway", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway"]]}, {"answer": "railroad_station", "hint": "synonyms for railroad station", "clues": [["railroad terminal", "terminal where trains load or unload passengers or goods", "railroad terminal"], ["train station", "terminal where trains load or unload passengers or goods", "train station"], ["train depot", "terminal where trains load or unload passengers or goods", "train depot"], ["railway station", "terminal where trains load or unload passengers or goods", "railway station"]]}, {"answer": "railroad_terminal", "hint": "synonyms for railroad terminal", "clues": [["railway station", "terminal where trains load or unload passengers or goods", "railway station"], ["train station", "terminal where trains load or unload passengers or goods", "train station"], ["train depot", "terminal where trains load or unload passengers or goods", "train depot"], ["railroad station", "terminal where trains load or unload passengers or goods", "railroad station"]]}, {"answer": "railway", "hint": "synonyms for railway", "clues": [["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad line"], ["railroad", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway system"], ["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway line"], ["railroad track", "a line of track providing a runway for wheels", "railroad track"]]}, {"answer": "railway_line", "hint": "synonyms for railway line", "clues": [["rail line", "the road consisting of railroad track and roadbed", "rail line"], ["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad line"], ["railway", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway"], ["line", "the road consisting of railroad track and roadbed", "line"], ["railroad", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad"], ["railway system", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway system"]]}, {"answer": "railway_station", "hint": "synonyms for railway station", "clues": [["railroad terminal", "terminal where trains load or unload passengers or goods", "railroad terminal"], ["train station", "terminal where trains load or unload passengers or goods", "train station"], ["train depot", "terminal where trains load or unload passengers or goods", "train depot"], ["railroad station", "terminal where trains load or unload passengers or goods", "railroad station"]]}, {"answer": "railway_system", "hint": "synonyms for railway system", "clues": [["railroad", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad"], ["railway line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway line"], ["railroad line", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railroad line"], ["railway", "line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight", "railway"]]}, {"answer": "rainfly", "hint": "synonyms for rainfly", "clues": [["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent flap"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent-fly"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly"], ["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly sheet"]]}, {"answer": "raise", "hint": "synonyms for raise", "clues": [["rise", "an upward slope or grade (as in a road)", "rise"], ["acclivity", "an upward slope or grade (as in a road)", "acclivity"], ["hike", "the amount a salary is increased", "hike"], ["heave", "the act of raising something", "heave"], ["wage hike", "the amount a salary is increased", "wage hike"], ["upgrade", "an upward slope or grade (as in a road)", "upgrade"], ["wage increase", "the amount a salary is increased", "wage increase"], ["ascent", "an upward slope or grade (as in a road)", "ascent"], ["salary increase", "the amount a salary is increased", "salary increase"], ["climb", "an upward slope or grade (as in a road)", "climb"], ["lift", "the act of raising something", "lift"]]}, {"answer": "rallying_cry", "hint": "synonyms for rallying cry", "clues": [["war cry", "a yell intended to rally a group of soldiers in battle", "war cry"], ["cry", "a slogan used to rally support for a cause", "cry"], ["watchword", "a slogan used to rally support for a cause", "watchword"], ["war whoop", "a yell intended to rally a group of soldiers in battle", "war whoop"], ["battle cry", "a slogan used to rally support for a cause", "battle cry"]]}, {"answer": "ramification", "hint": "synonyms for ramification", "clues": [["fork", "the act of branching out or dividing into branches", "fork"], ["leg", "a part of a forked or branching shape", "leg"], ["branching", "the act of branching out or dividing into branches", "branching"], ["complication", "a development that complicates a situation", "complication"]]}, {"answer": "ramjet", "hint": "synonyms for ramjet", "clues": [["ramjet engine", "a simple type of jet engine; must be launched at high speed", "ramjet engine"], ["atherodyde", "a simple type of jet engine; must be launched at high speed", "atherodyde"], ["athodyd", "a simple type of jet engine; must be launched at high speed", "athodyd"], ["flying drainpipe", "a simple type of jet engine; must be launched at high speed", "flying drainpipe"]]}, {"answer": "ramjet_engine", "hint": "synonyms for ramjet engine", "clues": [["atherodyde", "a simple type of jet engine; must be launched at high speed", "atherodyde"], ["ramjet", "a simple type of jet engine; must be launched at high speed", "ramjet"], ["athodyd", "a simple type of jet engine; must be launched at high speed", "athodyd"], ["flying drainpipe", "a simple type of jet engine; must be launched at high speed", "flying drainpipe"]]}, {"answer": "rancor", "hint": "synonyms for rancor", "clues": [["bitterness", "a feeling of deep and bitter anger and ill-will", "bitterness"], ["rancour", "a feeling of deep and bitter anger and ill-will", "rancour"], ["resentment", "a feeling of deep and bitter anger and ill-will", "resentment"], ["gall", "a feeling of deep and bitter anger and ill-will", "gall"]]}, {"answer": "rancour", "hint": "synonyms for rancour", "clues": [["bitterness", "a feeling of deep and bitter anger and ill-will", "bitterness"], ["rancor", "a feeling of deep and bitter anger and ill-will", "rancor"], ["resentment", "a feeling of deep and bitter anger and ill-will", "resentment"], ["gall", "a feeling of deep and bitter anger and ill-will", "gall"]]}, {"answer": "randomness", "hint": "synonyms for randomness", "clues": [["entropy", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work", "entropy"], ["stochasticity", "the quality of lacking any predictable order or plan", "stochasticity"], ["noise", "the quality of lacking any predictable order or plan", "noise"], ["haphazardness", "the quality of lacking any predictable order or plan", "haphazardness"]]}, {"answer": "range", "hint": "synonyms for range", "clues": [["chain of mountains", "a series of hills or mountains", "chain of mountains"], ["kitchen range", "a kitchen appliance used for cooking food", "kitchen range"], ["scope", "an area in which something acts or operates or has power or control:", "scope"], ["orbit", "an area in which something acts or operates or has power or control:", "orbit"], ["reach", "an area in which something acts or operates or has power or control:", "reach"], ["mountain range", "a series of hills or mountains", "mountain range"], ["cooking stove", "a kitchen appliance used for cooking food", "cooking stove"], ["ambit", "an area in which something acts or operates or has power or control:", "ambit"], ["kitchen stove", "a kitchen appliance used for cooking food", "kitchen stove"], ["grasp", "the limit of capability", "grasp"], ["range of a function", "(mathematics) the set of values of the dependent variable for which a function is defined", "range of a function"], ["image", "(mathematics) the set of values of the dependent variable for which a function is defined", "image"], ["compass", "the limit of capability", "compass"], ["chain", "a series of hills or mountains", "chain"], ["mountain chain", "a series of hills or mountains", "mountain chain"], ["stove", "a kitchen appliance used for cooking food", "stove"], ["range of mountains", "a series of hills or mountains", "range of mountains"]]}, {"answer": "range_of_mountains", "hint": "synonyms for range of mountains", "clues": [["chain", "a series of hills or mountains", "chain"], ["mountain chain", "a series of hills or mountains", "mountain chain"], ["chain of mountains", "a series of hills or mountains", "chain of mountains"], ["mountain range", "a series of hills or mountains", "mountain range"], ["range", "a series of hills or mountains", "range"]]}, {"answer": "rankness", "hint": "synonyms for rankness", "clues": [["prolificacy", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "prolificacy"], ["fertility", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "fertility"], ["malodorousness", "the attribute of having a strong offensive smell", "malodorousness"], ["stinkiness", "the attribute of having a strong offensive smell", "stinkiness"], ["foulness", "the attribute of having a strong offensive smell", "foulness"], ["richness", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "richness"], ["fetidness", "the attribute of having a strong offensive smell", "fetidness"]]}, {"answer": "rant", "hint": "synonyms for rant", "clues": [["ranting", "a loud bombastic declamation expressed with strong emotion", "ranting"], ["blah", "pompous or pretentious talk or writing", "blah"], ["fustian", "pompous or pretentious talk or writing", "fustian"], ["harangue", "a loud bombastic declamation expressed with strong emotion", "harangue"], ["bombast", "pompous or pretentious talk or writing", "bombast"], ["claptrap", "pompous or pretentious talk or writing", "claptrap"]]}, {"answer": "rap", "hint": "synonyms for rap", "clues": [["strike", "a gentle blow", "strike"], ["knock", "the act of hitting vigorously", "knock"], ["blame", "a reproach for some lapse or misdeed", "blame"], ["whack", "the act of hitting vigorously", "whack"], ["tap", "the sound made by a gentle blow", "tap"], ["hip-hop", "genre of African-American music of the 1980s and 1990s in which rhyming lyrics are chanted to a musical accompaniment; several forms of rap have emerged", "hip-hop"], ["pat", "the sound made by a gentle blow", "pat"], ["whang", "the act of hitting vigorously", "whang"], ["rap music", "genre of African-American music of the 1980s and 1990s in which rhyming lyrics are chanted to a musical accompaniment; several forms of rap have emerged", "rap music"], ["belt", "the act of hitting vigorously", "belt"]]}, {"answer": "rap_sheet", "hint": "synonyms for rap sheet", "clues": [["police blotter", "the daily written record of events (as arrests) in a police station", "police blotter"], ["day book", "the daily written record of events (as arrests) in a police station", "day book"], ["charge sheet", "the daily written record of events (as arrests) in a police station", "charge sheet"], ["blotter", "the daily written record of events (as arrests) in a police station", "blotter"]]}, {"answer": "rapaciousness", "hint": "synonyms for rapaciousness", "clues": [["greediness", "an excessive desire for wealth (usually in large amounts)", "greediness"], ["esurience", "extreme gluttony", "esurience"], ["voracity", "extreme gluttony", "voracity"], ["rapacity", "extreme gluttony", "rapacity"], ["voraciousness", "extreme gluttony", "voraciousness"], ["edacity", "extreme gluttony", "edacity"]]}, {"answer": "rapacity", "hint": "synonyms for rapacity", "clues": [["greed", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "greed"], ["edacity", "extreme gluttony", "edacity"], ["voracity", "extreme gluttony", "voracity"], ["covetousness", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "covetousness"], ["voraciousness", "extreme gluttony", "voraciousness"], ["rapaciousness", "extreme gluttony", "rapaciousness"], ["avarice", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avarice"], ["avaritia", "reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)", "avaritia"], ["esurience", "extreme gluttony", "esurience"]]}, {"answer": "rape", "hint": "synonyms for rape", "clues": [["ravishment", "the crime of forcing a woman to submit to sexual intercourse against her will", "ravishment"], ["rapine", "the act of despoiling a country in warfare", "rapine"], ["assault", "the crime of forcing a woman to submit to sexual intercourse against her will", "assault"], ["violation", "the crime of forcing a woman to submit to sexual intercourse against her will", "violation"]]}, {"answer": "rapidity", "hint": "synonyms for rapidity", "clues": [["speediness", "a rate that is rapid", "speediness"], ["quickness", "a rate that is rapid", "quickness"], ["rapidness", "a rate that is rapid", "rapidness"], ["celerity", "a rate that is rapid", "celerity"]]}, {"answer": "rapidness", "hint": "synonyms for rapidness", "clues": [["rapidity", "a rate that is rapid", "rapidity"], ["quickness", "a rate that is rapid", "quickness"], ["speediness", "a rate that is rapid", "speediness"], ["celerity", "a rate that is rapid", "celerity"]]}, {"answer": "rarity", "hint": "synonyms for rarity", "clues": [["low density", "a rarified quality", "low density"], ["infrequency", "noteworthy scarcity", "infrequency"], ["rareness", "noteworthy scarcity", "rareness"], ["oddment", "something unusual -- perhaps worthy of collecting", "oddment"], ["peculiarity", "something unusual -- perhaps worthy of collecting", "peculiarity"], ["curio", "something unusual -- perhaps worthy of collecting", "curio"], ["curiosity", "something unusual -- perhaps worthy of collecting", "curiosity"], ["oddity", "something unusual -- perhaps worthy of collecting", "oddity"], ["tenuity", "a rarified quality", "tenuity"]]}, {"answer": "ras", "hint": "synonyms for ras", "clues": [["right ascension", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere", "right ascension"], ["celestial longitude", "(astronomy) the equatorial coordinate specifying the angle, measured eastward along the celestial equator, from the vernal equinox to the intersection of the hour circle that passes through an object in the sky; usually expressed in hours and minutes and seconds; used with declination to specify positions on the celestial sphere", "celestial longitude"], ["radium", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores", "radium"], ["atomic number 88", "an intensely radioactive metallic element that occurs in minute amounts in uranium ores", "atomic number 88"]]}, {"answer": "rascality", "hint": "synonyms for rascality", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["shiftiness", "the quality of being a slippery rascal", "shiftiness"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["prankishness", "the trait of indulging in disreputable pranks", "prankishness"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["roguishness", "the trait of indulging in disreputable pranks", "roguishness"], ["slipperiness", "the quality of being a slippery rascal", "slipperiness"], ["trickiness", "the quality of being a slippery rascal", "trickiness"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"]]}, {"answer": "rashness", "hint": "synonyms for rashness", "clues": [["foolhardiness", "the trait of giving little thought to danger", "foolhardiness"], ["mindlessness", "the trait of acting rashly and without prudence", "mindlessness"], ["heedlessness", "the trait of acting rashly and without prudence", "heedlessness"], ["recklessness", "the trait of giving little thought to danger", "recklessness"]]}, {"answer": "raspberry", "hint": "synonyms for raspberry", "clues": [["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "ratsbane", "hint": "synonyms for ratsbane", "clues": [["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous oxide"], ["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous anhydride"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic"], ["white arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "white arsenic"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic trioxide"]]}, {"answer": "raunch", "hint": "synonyms for raunch", "clues": [["commonness", "the quality of lacking taste and refinement", "commonness"], ["coarseness", "the quality of lacking taste and refinement", "coarseness"], ["grossness", "the quality of lacking taste and refinement", "grossness"], ["vulgarity", "the quality of lacking taste and refinement", "vulgarity"], ["vulgarism", "the quality of lacking taste and refinement", "vulgarism"]]}, {"answer": "ravishment", "hint": "synonyms for ravishment", "clues": [["entrancement", "a feeling of delight at being filled with wonder and enchantment", "entrancement"], ["assault", "the crime of forcing a woman to submit to sexual intercourse against her will", "assault"], ["violation", "the crime of forcing a woman to submit to sexual intercourse against her will", "violation"], ["rape", "the crime of forcing a woman to submit to sexual intercourse against her will", "rape"]]}, {"answer": "raw_sienna", "hint": "synonyms for raw sienna", "clues": [["buff", "a medium to dark tan color", "buff"], ["caramel", "a medium to dark tan color", "caramel"], ["yellowish brown", "a medium to dark tan color", "yellowish brown"], ["caramel brown", "a medium to dark tan color", "caramel brown"]]}, {"answer": "ray", "hint": "synonyms for ray", "clues": [["irradiation", "a column of light (as from a beacon)", "irradiation"], ["beam", "a group of nearly parallel lines of electromagnetic radiation", "beam"], ["beam of light", "a column of light (as from a beacon)", "beam of light"], ["light beam", "a column of light (as from a beacon)", "light beam"], ["shaft", "a column of light (as from a beacon)", "shaft"], ["electron beam", "a group of nearly parallel lines of electromagnetic radiation", "electron beam"], ["re", "the syllable naming the second (supertonic) note of any major scale in solmization", "re"], ["shaft of light", "a column of light (as from a beacon)", "shaft of light"], ["ray of light", "a column of light (as from a beacon)", "ray of light"]]}, {"answer": "ray_of_light", "hint": "synonyms for ray of light", "clues": [["irradiation", "a column of light (as from a beacon)", "irradiation"], ["light beam", "a column of light (as from a beacon)", "light beam"], ["beam", "a column of light (as from a beacon)", "beam"], ["shaft of light", "a column of light (as from a beacon)", "shaft of light"], ["ray", "a column of light (as from a beacon)", "ray"], ["beam of light", "a column of light (as from a beacon)", "beam of light"], ["shaft", "a column of light (as from a beacon)", "shaft"]]}, {"answer": "rayon_stocking", "hint": "synonyms for rayon stocking", "clues": [["nylons", "women's stockings made from a sheer material (nylon or rayon or silk)", "nylons"], ["rayons", "women's stockings made from a sheer material (nylon or rayon or silk)", "rayons"], ["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "silk stocking"], ["nylon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "nylon stocking"]]}, {"answer": "rayons", "hint": "synonyms for rayons", "clues": [["nylons", "women's stockings made from a sheer material (nylon or rayon or silk)", "nylons"], ["silk stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "silk stocking"], ["rayon", "a synthetic silklike fabric", "rayon"], ["nylon stocking", "women's stockings made from a sheer material (nylon or rayon or silk)", "nylon stocking"]]}, {"answer": "razing", "hint": "synonyms for razing", "clues": [["wrecking", "the event of a structure being completely demolished and leveled", "wrecking"], ["tearing down", "complete destruction of a building", "tearing down"], ["leveling", "complete destruction of a building", "leveling"], ["demolishing", "complete destruction of a building", "demolishing"]]}, {"answer": "razz", "hint": "synonyms for razz", "clues": [["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "razzing", "hint": "synonyms for razzing", "clues": [["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["snort", "a cry or noise made to express displeasure or contempt", "snort"], ["razz", "a cry or noise made to express displeasure or contempt", "razz"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "reach", "hint": "synonyms for reach", "clues": [["range", "the limits within which something can be effective", "range"], ["compass", "the limit of capability", "compass"], ["scope", "an area in which something acts or operates or has power or control:", "scope"], ["reaching", "the act of physically reaching or thrusting out", "reaching"], ["ambit", "an area in which something acts or operates or has power or control:", "ambit"], ["orbit", "an area in which something acts or operates or has power or control:", "orbit"], ["stretch", "the act of physically reaching or thrusting out", "stretch"], ["grasp", "the limit of capability", "grasp"]]}, {"answer": "readiness", "hint": "synonyms for readiness", "clues": [["zeal", "prompt willingness", "zeal"], ["eagerness", "prompt willingness", "eagerness"], ["facility", "a natural effortlessness; ; --Jane Austen", "facility"], ["forwardness", "prompt willingness", "forwardness"], ["set", "(psychology) being temporarily ready to respond in a particular way", "set"]]}, {"answer": "reading", "hint": "synonyms for reading", "clues": [["version", "a mental representation of the meaning or significance of something", "version"], ["reading material", "written material intended to be read", "reading material"], ["interpretation", "a mental representation of the meaning or significance of something", "interpretation"], ["recitation", "a public instance of reciting or repeating (from memory) something prepared in advance", "recitation"], ["recital", "a public instance of reciting or repeating (from memory) something prepared in advance", "recital"], ["indication", "a datum about some physical state that is presented to a user by a meter or similar instrument", "indication"], ["meter reading", "a datum about some physical state that is presented to a user by a meter or similar instrument", "meter reading"]]}, {"answer": "realisation", "hint": "synonyms for realisation", "clues": [["actualization", "making real or giving the appearance of reality", "actualization"], ["realization", "a musical composition that has been completed or enriched by someone other than the composer", "realization"], ["fruition", "something that is made real or concrete", "fruition"], ["recognition", "coming to understand something clearly and distinctly", "recognition"]]}, {"answer": "realization", "hint": "synonyms for realization", "clues": [["actualization", "making real or giving the appearance of reality", "actualization"], ["realisation", "the completion or enrichment of a piece of music left sparsely notated by a composer", "realisation"], ["fruition", "something that is made real or concrete", "fruition"], ["recognition", "coming to understand something clearly and distinctly", "recognition"]]}, {"answer": "reason", "hint": "synonyms for reason", "clues": [["ground", "a rational motive for a belief or action", "ground"], ["cause", "a justification for something existing or happening", "cause"], ["understanding", "the capacity for rational thought or inference or discrimination", "understanding"], ["intellect", "the capacity for rational thought or inference or discrimination", "intellect"]]}, {"answer": "reasonableness", "hint": "synonyms for reasonableness", "clues": [["tenableness", "the quality of being plausible or acceptable to a reasonable person", "tenableness"], ["moderateness", "the property of being moderate in price or expenditures", "moderateness"], ["tenability", "the quality of being plausible or acceptable to a reasonable person", "tenability"], ["modestness", "the property of being moderate in price or expenditures", "modestness"]]}, {"answer": "rebirth", "hint": "synonyms for rebirth", "clues": [["conversion", "a spiritual enlightenment causing a person to lead a new life", "conversion"], ["renascence", "a second or new birth", "renascence"], ["reincarnation", "a second or new birth", "reincarnation"], ["metempsychosis", "after death the soul begins a new cycle of existence in another human body", "metempsychosis"], ["spiritual rebirth", "a spiritual enlightenment causing a person to lead a new life", "spiritual rebirth"]]}, {"answer": "rebuke", "hint": "synonyms for rebuke", "clues": [["reprimand", "an act or expression of criticism and censure", "reprimand"], ["reprehension", "an act or expression of criticism and censure", "reprehension"], ["reproof", "an act or expression of criticism and censure", "reproof"], ["reproval", "an act or expression of criticism and censure", "reproval"]]}, {"answer": "receipts", "hint": "synonyms for receipts", "clues": [["receipt", "an acknowledgment (usually tangible) that payment has been made", "receipt"], ["gross", "the entire amount of income before any deductions are made", "gross"], ["reception", "the act of receiving", "reception"], ["revenue", "the entire amount of income before any deductions are made", "revenue"]]}, {"answer": "receiving_set", "hint": "synonyms for receiving set", "clues": [["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio receiver"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "wireless"], ["tuner", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "tuner"], ["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio set"]]}, {"answer": "recess", "hint": "synonyms for recess", "clues": [["corner", "a small concavity", "corner"], ["time out", "a pause from doing something (as work)", "time out"], ["respite", "a pause from doing something (as work)", "respite"], ["niche", "a small concavity", "niche"], ["recession", "a small concavity", "recession"], ["break", "a pause from doing something (as work)", "break"], ["inlet", "an arm off of a larger body of water (often between rocky headlands)", "inlet"]]}, {"answer": "recession", "hint": "synonyms for recession", "clues": [["corner", "a small concavity", "corner"], ["recessional", "the withdrawal of the clergy and choir from the chancel to the vestry at the end of a church service", "recessional"], ["ceding back", "the act of ceding back", "ceding back"], ["niche", "a small concavity", "niche"], ["receding", "the act of becoming more distant", "receding"], ["recess", "a small concavity", "recess"]]}, {"answer": "recital", "hint": "synonyms for recital", "clues": [["recitation", "a public instance of reciting or repeating (from memory) something prepared in advance", "recitation"], ["yarn", "the act of giving an account describing incidents or a course of events", "yarn"], ["reading", "a public instance of reciting or repeating (from memory) something prepared in advance", "reading"], ["narration", "the act of giving an account describing incidents or a course of events", "narration"]]}, {"answer": "recitation", "hint": "synonyms for recitation", "clues": [["practice", "systematic training by multiple repetitions", "practice"], ["class period", "a regularly scheduled session as part of a course of study", "class period"], ["reading", "a public instance of reciting or repeating (from memory) something prepared in advance", "reading"], ["course session", "a regularly scheduled session as part of a course of study", "course session"], ["exercise", "systematic training by multiple repetitions", "exercise"], ["recital", "a public instance of reciting or repeating (from memory) something prepared in advance", "recital"], ["drill", "systematic training by multiple repetitions", "drill"], ["practice session", "systematic training by multiple repetitions", "practice session"]]}, {"answer": "reckoning", "hint": "synonyms for reckoning", "clues": [["figuring", "problem solving that involves numbers or quantities", "figuring"], ["calculation", "problem solving that involves numbers or quantities", "calculation"], ["tally", "the act of counting; reciting numbers in ascending order", "tally"], ["enumeration", "the act of counting; reciting numbers in ascending order", "enumeration"], ["counting", "the act of counting; reciting numbers in ascending order", "counting"], ["computation", "problem solving that involves numbers or quantities", "computation"]]}, {"answer": "recoil", "hint": "synonyms for recoil", "clues": [["rebound", "a movement back from an impact", "rebound"], ["kick", "the backward jerk of a gun when it is fired", "kick"], ["backlash", "a movement back from an impact", "backlash"], ["repercussion", "a movement back from an impact", "repercussion"]]}, {"answer": "recollection", "hint": "synonyms for recollection", "clues": [["anamnesis", "the ability to recall past occurrences", "anamnesis"], ["reminiscence", "the process of remembering (especially the process of recovering information by mental effort)", "reminiscence"], ["remembrance", "the ability to recall past occurrences", "remembrance"], ["recall", "the process of remembering (especially the process of recovering information by mental effort)", "recall"]]}, {"answer": "reconditeness", "hint": "synonyms for reconditeness", "clues": [["profoundness", "wisdom that is recondite and abstruse and profound", "profoundness"], ["profundity", "wisdom that is recondite and abstruse and profound", "profundity"], ["abstrusity", "wisdom that is recondite and abstruse and profound", "abstrusity"], ["abstruseness", "the quality of being unclear or abstruse and hard to understand", "abstruseness"], ["obscureness", "the quality of being unclear or abstruse and hard to understand", "obscureness"], ["obscurity", "the quality of being unclear or abstruse and hard to understand", "obscurity"]]}, {"answer": "record", "hint": "synonyms for record", "clues": [["criminal record", "a list of crimes for which an accused person has been previously convicted", "criminal record"], ["disc", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disc"], ["phonograph record", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "phonograph record"], ["disk", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "disk"], ["track record", "the sum of recognized accomplishments", "track record"], ["record book", "a compilation of the known facts regarding something or someone", "record book"], ["book", "a compilation of the known facts regarding something or someone", "book"], ["platter", "sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove", "platter"]]}, {"answer": "recorder", "hint": "synonyms for recorder", "clues": [["fipple pipe", "a tubular wind instrument with 8 finger holes and a fipple mouthpiece", "fipple pipe"], ["fipple flute", "a tubular wind instrument with 8 finger holes and a fipple mouthpiece", "fipple flute"], ["recording equipment", "equipment for making records", "recording equipment"], ["vertical flute", "a tubular wind instrument with 8 finger holes and a fipple mouthpiece", "vertical flute"], ["recording machine", "equipment for making records", "recording machine"]]}, {"answer": "red_cent", "hint": "synonyms for red cent", "clues": [["tinker's dam", "something of little value", "tinker's dam"], ["shucks", "something of little value", "shucks"], ["hoot", "something of little value", "hoot"], ["damn", "something of little value", "damn"], ["darn", "something of little value", "darn"], ["shit", "something of little value", "shit"]]}, {"answer": "redress", "hint": "synonyms for redress", "clues": [["restitution", "a sum of money paid in compensation for loss or injury", "restitution"], ["indemnification", "a sum of money paid in compensation for loss or injury", "indemnification"], ["indemnity", "a sum of money paid in compensation for loss or injury", "indemnity"], ["damages", "a sum of money paid in compensation for loss or injury", "damages"], ["remediation", "act of correcting an error or a fault or an evil", "remediation"], ["amends", "a sum of money paid in compensation for loss or injury", "amends"], ["remedy", "act of correcting an error or a fault or an evil", "remedy"]]}, {"answer": "reduction", "hint": "synonyms for reduction", "clues": [["diminution", "the act of decreasing or reducing something", "diminution"], ["simplification", "the act of reducing complexity", "simplification"], ["reducing", "any process in which electrons are added to an atom or ion (as by removing oxygen or adding hydrogen); always occurs accompanied by oxidation of the reducing agent", "reducing"], ["step-down", "the act of decreasing or reducing something", "step-down"], ["decrease", "the act of decreasing or reducing something", "decrease"]]}, {"answer": "reefer", "hint": "synonyms for reefer", "clues": [["stick", "marijuana leaves rolled into a cigarette for smoking", "stick"], ["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking", "marijuana cigarette"], ["joint", "marijuana leaves rolled into a cigarette for smoking", "joint"], ["spliff", "marijuana leaves rolled into a cigarette for smoking", "spliff"]]}, {"answer": "reek", "hint": "synonyms for reek", "clues": [["fetor", "a distinctive odor that is offensively unpleasant", "fetor"], ["mephitis", "a distinctive odor that is offensively unpleasant", "mephitis"], ["stench", "a distinctive odor that is offensively unpleasant", "stench"], ["stink", "a distinctive odor that is offensively unpleasant", "stink"], ["malodour", "a distinctive odor that is offensively unpleasant", "malodour"]]}, {"answer": "reference", "hint": "synonyms for reference", "clues": [["extension", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to", "extension"], ["source", "a publication (or a passage from a publication) that is referred to", "source"], ["consultation", "the act of referring or consulting", "consultation"], ["quotation", "a short note recognizing a source of information or of a quoted passage", "quotation"], ["citation", "a short note recognizing a source of information or of a quoted passage", "citation"], ["credit", "a short note recognizing a source of information or of a quoted passage", "credit"], ["reference book", "a book to which you can refer for authoritative facts", "reference book"], ["denotation", "the most direct or specific meaning of a word or expression; the class of objects that an expression refers to", "denotation"], ["point of reference", "an indicator that orients you generally", "point of reference"], ["reference point", "an indicator that orients you generally", "reference point"], ["computer address", "(computer science) the code that identifies where a piece of information is stored", "computer address"], ["mention", "a remark that calls attention to something or someone", "mention"], ["book of facts", "a book to which you can refer for authoritative facts", "book of facts"], ["cite", "a short note recognizing a source of information or of a quoted passage", "cite"], ["acknowledgment", "a short note recognizing a source of information or of a quoted passage", "acknowledgment"], ["character", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability", "character"], ["address", "(computer science) the code that identifies where a piece of information is stored", "address"], ["character reference", "a formal recommendation by a former employer to a potential future employer describing the person's qualifications and dependability", "character reference"]]}, {"answer": "refinement", "hint": "synonyms for refinement", "clues": [["nuance", "a subtle difference in meaning or opinion or attitude", "nuance"], ["elaboration", "the result of improving something", "elaboration"], ["shade", "a subtle difference in meaning or opinion or attitude", "shade"], ["nicety", "a subtle difference in meaning or opinion or attitude", "nicety"], ["civilisation", "the quality of excellence in thought and manners and taste", "civilisation"], ["subtlety", "a subtle difference in meaning or opinion or attitude", "subtlety"], ["refining", "the process of removing impurities (as from oil or metals or sugar etc.)", "refining"], ["purification", "the process of removing impurities (as from oil or metals or sugar etc.)", "purification"]]}, {"answer": "reflection", "hint": "synonyms for reflection", "clues": [["reflexion", "the phenomenon of a propagating wave (light or sound) being thrown back from a surface", "reflexion"], ["thoughtfulness", "a calm, lengthy, intent consideration", "thoughtfulness"], ["rumination", "a calm, lengthy, intent consideration", "rumination"], ["reflectivity", "the ability to reflect beams or rays", "reflectivity"], ["musing", "a calm, lengthy, intent consideration", "musing"], ["mirror image", "a likeness in which left and right are reversed", "mirror image"], ["expression", "expression without words", "expression"], ["contemplation", "a calm, lengthy, intent consideration", "contemplation"], ["manifestation", "expression without words", "manifestation"], ["observation", "a remark expressing careful consideration", "observation"]]}, {"answer": "reflectivity", "hint": "synonyms for reflectivity", "clues": [["coefficient of reflection", "the fraction of radiant energy that is reflected from a surface", "coefficient of reflection"], ["reflection", "the ability to reflect beams or rays", "reflection"], ["reflectance", "the fraction of radiant energy that is reflected from a surface", "reflectance"], ["reflectiveness", "the capability of quiet thought or contemplation", "reflectiveness"], ["reflexion", "the ability to reflect beams or rays", "reflexion"], ["reflection factor", "the fraction of radiant energy that is reflected from a surface", "reflection factor"]]}, {"answer": "reflex_action", "hint": "synonyms for reflex action", "clues": [["reflex response", "an automatic instinctive unlearned reaction to a stimulus", "reflex response"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus", "instinctive reflex"], ["innate reflex", "an automatic instinctive unlearned reaction to a stimulus", "innate reflex"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus", "unconditioned reflex"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus", "physiological reaction"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus", "reflex"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus", "inborn reflex"]]}, {"answer": "reflex_response", "hint": "synonyms for reflex response", "clues": [["reflex action", "an automatic instinctive unlearned reaction to a stimulus", "reflex action"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus", "instinctive reflex"], ["innate reflex", "an automatic instinctive unlearned reaction to a stimulus", "innate reflex"], ["unconditioned reflex", "an automatic instinctive unlearned reaction to a stimulus", "unconditioned reflex"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus", "physiological reaction"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus", "reflex"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus", "inborn reflex"]]}, {"answer": "reflexion", "hint": "synonyms for reflexion", "clues": [["thoughtfulness", "a calm, lengthy, intent consideration", "thoughtfulness"], ["rumination", "a calm, lengthy, intent consideration", "rumination"], ["reflection", "the image of something as reflected by a mirror (or other reflective material)", "reflection"], ["reflectivity", "the ability to reflect beams or rays", "reflectivity"], ["musing", "a calm, lengthy, intent consideration", "musing"], ["mirror image", "a likeness in which left and right are reversed", "mirror image"], ["expression", "expression without words", "expression"], ["contemplation", "a calm, lengthy, intent consideration", "contemplation"], ["manifestation", "expression without words", "manifestation"], ["observation", "a remark expressing careful consideration", "observation"]]}, {"answer": "refuge", "hint": "synonyms for refuge", "clues": [["recourse", "act of turning to for assistance", "recourse"], ["resort", "act of turning to for assistance", "resort"], ["sanctuary", "a shelter from danger or hardship", "sanctuary"], ["safety", "a safe place", "safety"], ["asylum", "a shelter from danger or hardship", "asylum"]]}, {"answer": "refulgence", "hint": "synonyms for refulgence", "clues": [["effulgence", "the quality of being bright and sending out rays of light", "effulgence"], ["shine", "the quality of being bright and sending out rays of light", "shine"], ["refulgency", "the quality of being bright and sending out rays of light", "refulgency"], ["radiancy", "the quality of being bright and sending out rays of light", "radiancy"]]}, {"answer": "refuse_heap", "hint": "synonyms for refuse heap", "clues": [["junk pile", "an accumulation of refuse and discarded matter", "junk pile"], ["garbage heap", "an accumulation of refuse and discarded matter", "garbage heap"], ["junk heap", "an accumulation of refuse and discarded matter", "junk heap"], ["trash pile", "an accumulation of refuse and discarded matter", "trash pile"], ["scrapheap", "an accumulation of refuse and discarded matter", "scrapheap"], ["trash heap", "an accumulation of refuse and discarded matter", "trash heap"], ["rubbish heap", "an accumulation of refuse and discarded matter", "rubbish heap"]]}, {"answer": "refutal", "hint": "synonyms for refutal", "clues": [["falsification", "the act of determining that something is false", "falsification"], ["disproof", "the act of determining that something is false", "disproof"], ["refutation", "the act of determining that something is false", "refutation"], ["falsifying", "the act of determining that something is false", "falsifying"]]}, {"answer": "refutation", "hint": "synonyms for refutation", "clues": [["falsification", "any evidence that helps to establish the falsity of something", "falsification"], ["disproof", "the act of determining that something is false", "disproof"], ["defense", "the speech act of answering an attack on your assertions", "defense"], ["refutal", "the act of determining that something is false", "refutal"], ["falsifying", "the act of determining that something is false", "falsifying"]]}, {"answer": "regard", "hint": "synonyms for regard", "clues": [["paying attention", "paying particular notice (as to children or helpless people)", "paying attention"], ["esteem", "an attitude of admiration or esteem", "esteem"], ["respect", "a feeling of friendship and esteem", "respect"], ["wish", "(usually plural) a polite expression of desire for someone's welfare", "wish"], ["gaze", "a long fixed look", "gaze"], ["heed", "paying particular notice (as to children or helpless people)", "heed"], ["compliments", "(usually plural) a polite expression of desire for someone's welfare", "compliments"], ["attentiveness", "paying particular notice (as to children or helpless people)", "attentiveness"]]}, {"answer": "regression", "hint": "synonyms for regression", "clues": [["regression toward the mean", "the relation between selected values of x and observed values of y (from which the most probable value of y can be predicted for any value of x)", "regression toward the mean"], ["reversion", "returning to a former state", "reversion"], ["statistical regression", "the relation between selected values of x and observed values of y (from which the most probable value of y can be predicted for any value of x)", "statistical regression"], ["regress", "returning to a former state", "regress"], ["simple regression", "the relation between selected values of x and observed values of y (from which the most probable value of y can be predicted for any value of x)", "simple regression"], ["retrogression", "returning to a former state", "retrogression"]]}, {"answer": "regrets", "hint": "synonyms for regrets", "clues": [["sorrow", "sadness associated with some wrong done or some disappointment", "sorrow"], ["ruefulness", "sadness associated with some wrong done or some disappointment", "ruefulness"], ["declination", "a polite refusal of an invitation", "declination"], ["regret", "sadness associated with some wrong done or some disappointment", "regret"], ["rue", "sadness associated with some wrong done or some disappointment", "rue"]]}, {"answer": "regurgitation", "hint": "synonyms for regurgitation", "clues": [["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth", "disgorgement"], ["vomiting", "the reflex act of ejecting the contents of the stomach through the mouth", "vomiting"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth", "emesis"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth", "puking"]]}, {"answer": "reinforcement", "hint": "synonyms for reinforcement", "clues": [["strengthener", "a device designed to provide additional strength", "strengthener"], ["reenforcement", "a military operation (often involving new supplies of men and materiel) to strengthen a military force or aid in the performance of its mission", "reenforcement"], ["reinforcing stimulus", "(psychology) a stimulus that strengthens or weakens the behavior that produced it", "reinforcing stimulus"], ["reward", "an act performed to strengthen approved behavior", "reward"], ["support", "a military operation (often involving new supplies of men and materiel) to strengthen a military force or aid in the performance of its mission", "support"], ["reinforcer", "(psychology) a stimulus that strengthens or weakens the behavior that produced it", "reinforcer"]]}, {"answer": "rejoinder", "hint": "synonyms for rejoinder", "clues": [["return", "a quick reply to a question or remark (especially a witty or critical one)", "return"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)", "retort"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)", "replication"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)", "riposte"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)", "counter"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)", "comeback"]]}, {"answer": "relapse", "hint": "synonyms for relapse", "clues": [["lapse", "a failure to maintain a higher state", "lapse"], ["lapsing", "a failure to maintain a higher state", "lapsing"], ["reversion", "a failure to maintain a higher state", "reversion"], ["backsliding", "a failure to maintain a higher state", "backsliding"], ["reverting", "a failure to maintain a higher state", "reverting"]]}, {"answer": "relapsing", "hint": "synonyms for relapsing", "clues": [["lapse", "a failure to maintain a higher state", "lapse"], ["relapse", "a failure to maintain a higher state", "relapse"], ["lapsing", "a failure to maintain a higher state", "lapsing"], ["reversion", "a failure to maintain a higher state", "reversion"], ["backsliding", "a failure to maintain a higher state", "backsliding"], ["reverting", "a failure to maintain a higher state", "reverting"]]}, {"answer": "relation", "hint": "synonyms for relation", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["recounting", "an act of narration", "recounting"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["telling", "an act of narration", "telling"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["relation back", "(law) the principle that an act done at a later time is deemed by law to have occurred at an earlier time", "relation back"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "relations", "hint": "synonyms for relations", "clues": [["relation", "an abstraction belonging to or characteristic of two entities or parts together", "relation"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["relation back", "(law) the principle that an act done at a later time is deemed by law to have occurred at an earlier time", "relation back"], ["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["recounting", "an act of narration", "recounting"], ["telling", "an act of narration", "telling"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["dealings", "mutual dealings or connections or communications among persons or groups", "dealings"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "relaxation", "hint": "synonyms for relaxation", "clues": [["relaxation behavior", "(physics) the exponential return of a system to equilibrium after a disturbance", "relaxation behavior"], ["slackening", "an occurrence of control or strength weakening", "slackening"], ["loosening", "an occurrence of control or strength weakening", "loosening"], ["easiness", "a feeling of refreshing tranquility and an absence of tension or worry", "easiness"], ["liberalisation", "the act of making less strict", "liberalisation"], ["ease", "freedom from activity (work or strain or responsibility)", "ease"], ["relaxation method", "a method of solving simultaneous equations by guessing a solution and then reducing the errors that result by successive approximations until all the errors are less than some specified amount", "relaxation method"], ["repose", "freedom from activity (work or strain or responsibility)", "repose"], ["rest", "freedom from activity (work or strain or responsibility)", "rest"]]}, {"answer": "relay_link", "hint": "synonyms for relay link", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal", "booster station"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal", "relay transmitter"], ["booster", "an amplifier for restoring the strength of a transmitted signal", "booster"], ["relay station", "an amplifier for restoring the strength of a transmitted signal", "relay station"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal", "booster amplifier"]]}, {"answer": "relay_station", "hint": "synonyms for relay station", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal", "booster station"], ["relay link", "an amplifier for restoring the strength of a transmitted signal", "relay link"], ["relay transmitter", "an amplifier for restoring the strength of a transmitted signal", "relay transmitter"], ["booster", "an amplifier for restoring the strength of a transmitted signal", "booster"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal", "booster amplifier"]]}, {"answer": "relay_transmitter", "hint": "synonyms for relay transmitter", "clues": [["booster station", "an amplifier for restoring the strength of a transmitted signal", "booster station"], ["relay link", "an amplifier for restoring the strength of a transmitted signal", "relay link"], ["booster", "an amplifier for restoring the strength of a transmitted signal", "booster"], ["relay station", "an amplifier for restoring the strength of a transmitted signal", "relay station"], ["booster amplifier", "an amplifier for restoring the strength of a transmitted signal", "booster amplifier"]]}, {"answer": "release", "hint": "synonyms for release", "clues": [["spillage", "the act of allowing a fluid to escape", "spillage"], ["spill", "the act of allowing a fluid to escape", "spill"], ["discharge", "a formal written statement of relinquishment", "discharge"], ["liberation", "the act of liberating someone or something", "liberation"], ["loss", "euphemistic expressions for death", "loss"], ["passing", "euphemistic expressions for death", "passing"], ["freeing", "the act of liberating someone or something", "freeing"], ["handout", "an announcement distributed to members of the press in order to supplement or replace an oral presentation", "handout"], ["press release", "an announcement distributed to members of the press in order to supplement or replace an oral presentation", "press release"], ["sacking", "the termination of someone's employment (leaving them free to depart)", "sacking"], ["departure", "euphemistic expressions for death", "departure"], ["waiver", "a formal written statement of relinquishment", "waiver"], ["expiration", "euphemistic expressions for death", "expiration"], ["firing", "the termination of someone's employment (leaving them free to depart)", "firing"], ["exit", "euphemistic expressions for death", "exit"], ["acquittance", "a legal document evidencing the discharge of a debt or obligation", "acquittance"], ["dismissal", "the termination of someone's employment (leaving them free to depart)", "dismissal"], ["vent", "activity that frees or expresses creative energy or emotion", "vent"], ["button", "a device that when pressed will release part of a mechanism", "button"], ["tone ending", "(music) the act or manner of terminating a musical phrase or tone", "tone ending"], ["dismission", "the termination of someone's employment (leaving them free to depart)", "dismission"], ["outlet", "activity that frees or expresses creative energy or emotion", "outlet"], ["going", "euphemistic expressions for death", "going"]]}, {"answer": "relief", "hint": "synonyms for relief", "clues": [["alleviation", "the feeling that comes when something burdensome is removed or reduced", "alleviation"], ["assuagement", "the feeling that comes when something burdensome is removed or reduced", "assuagement"], ["embossment", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "embossment"], ["rilievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "rilievo"], ["easing", "a change for the better", "easing"], ["moderation", "a change for the better", "moderation"], ["ministration", "assistance in time of difficulty", "ministration"], ["succour", "assistance in time of difficulty", "succour"], ["easement", "the act of reducing something unpleasant (as pain or annoyance)", "easement"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "sculptural relief"], ["rest period", "a pause for relaxation", "rest period"], ["rest", "a pause for relaxation", "rest"], ["respite", "a pause for relaxation", "respite"]]}, {"answer": "relief_valve", "hint": "synonyms for relief valve", "clues": [["safety valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "safety valve"], ["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape valve"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape cock"]]}, {"answer": "relievo", "hint": "synonyms for relievo", "clues": [["relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "relief"], ["rilievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "rilievo"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "sculptural relief"], ["embossment", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "embossment"]]}, {"answer": "relish", "hint": "synonyms for relish", "clues": [["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["tang", "the taste experience when a savoury condiment is taken into the mouth", "tang"], ["gusto", "vigorous and enthusiastic enjoyment", "gusto"], ["zestfulness", "vigorous and enthusiastic enjoyment", "zestfulness"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["zest", "vigorous and enthusiastic enjoyment", "zest"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth", "flavor"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"]]}, {"answer": "reluctance", "hint": "synonyms for reluctance", "clues": [["disinclination", "a certain degree of unwillingness", "disinclination"], ["indisposition", "a certain degree of unwillingness", "indisposition"], ["hesitation", "a certain degree of unwillingness", "hesitation"], ["hesitancy", "a certain degree of unwillingness", "hesitancy"]]}, {"answer": "remainder", "hint": "synonyms for remainder", "clues": [["remnant", "a piece of cloth that is left over after the rest has been used or sold", "remnant"], ["residuum", "something left after other parts have been taken away", "residuum"], ["rest", "something left after other parts have been taken away", "rest"], ["balance", "something left after other parts have been taken away", "balance"], ["oddment", "a piece of cloth that is left over after the rest has been used or sold", "oddment"], ["end", "a piece of cloth that is left over after the rest has been used or sold", "end"], ["residue", "something left after other parts have been taken away", "residue"], ["difference", "the number that remains after subtraction; the number that when added to the subtrahend gives the minuend", "difference"], ["residual", "something left after other parts have been taken away", "residual"]]}, {"answer": "remedy", "hint": "synonyms for remedy", "clues": [["cure", "a medicine or therapy that cures disease or relieve pain", "cure"], ["curative", "a medicine or therapy that cures disease or relieve pain", "curative"], ["therapeutic", "a medicine or therapy that cures disease or relieve pain", "therapeutic"], ["redress", "act of correcting an error or a fault or an evil", "redress"], ["remediation", "act of correcting an error or a fault or an evil", "remediation"]]}, {"answer": "remembrance", "hint": "synonyms for remembrance", "clues": [["memorial", "a recognition of meritorious service", "memorial"], ["anamnesis", "the ability to recall past occurrences", "anamnesis"], ["recollection", "the ability to recall past occurrences", "recollection"], ["commemoration", "a recognition of meritorious service", "commemoration"]]}, {"answer": "remission", "hint": "synonyms for remission", "clues": [["remittal", "an abatement in intensity or degree (as in the manifestations of a disease)", "remittal"], ["subsidence", "an abatement in intensity or degree (as in the manifestations of a disease)", "subsidence"], ["absolution", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance", "absolution"], ["remitment", "(law) the act of remitting (especially the referral of a law case to another court)", "remitment"], ["remission of sin", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance", "remission of sin"], ["remittance", "a payment of money sent to a person in another place", "remittance"], ["remit", "(law) the act of remitting (especially the referral of a law case to another court)", "remit"]]}, {"answer": "remitment", "hint": "synonyms for remitment", "clues": [["remittance", "a payment of money sent to a person in another place", "remittance"], ["remission", "(law) the act of remitting (especially the referral of a law case to another court)", "remission"], ["remittal", "a payment of money sent to a person in another place", "remittal"], ["remit", "(law) the act of remitting (especially the referral of a law case to another court)", "remit"]]}, {"answer": "remittal", "hint": "synonyms for remittal", "clues": [["remittance", "a payment of money sent to a person in another place", "remittance"], ["remitment", "a payment of money sent to a person in another place", "remitment"], ["subsidence", "an abatement in intensity or degree (as in the manifestations of a disease)", "subsidence"], ["remission", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance", "remission"], ["remission of sin", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance", "remission of sin"], ["absolution", "the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance", "absolution"]]}, {"answer": "remnant", "hint": "synonyms for remnant", "clues": [["end", "a piece of cloth that is left over after the rest has been used or sold", "end"], ["leftover", "a small part or portion that remains after the main part no longer exists", "leftover"], ["oddment", "a piece of cloth that is left over after the rest has been used or sold", "oddment"], ["remainder", "a piece of cloth that is left over after the rest has been used or sold", "remainder"]]}, {"answer": "remoteness", "hint": "synonyms for remoteness", "clues": [["farawayness", "the property of being remote", "farawayness"], ["withdrawnness", "a disposition to be distant and unsympathetic in manner", "withdrawnness"], ["aloofness", "a disposition to be distant and unsympathetic in manner", "aloofness"], ["standoffishness", "a disposition to be distant and unsympathetic in manner", "standoffishness"], ["farness", "the property of being remote", "farness"]]}, {"answer": "removal_company", "hint": "synonyms for removal company", "clues": [["removal firm", "a company that moves the possessions of a family or business from one site to another", "removal firm"], ["moving company", "a company that moves the possessions of a family or business from one site to another", "moving company"], ["mover", "a company that moves the possessions of a family or business from one site to another", "mover"], ["public mover", "a company that moves the possessions of a family or business from one site to another", "public mover"]]}, {"answer": "removal_firm", "hint": "synonyms for removal firm", "clues": [["moving company", "a company that moves the possessions of a family or business from one site to another", "moving company"], ["mover", "a company that moves the possessions of a family or business from one site to another", "mover"], ["public mover", "a company that moves the possessions of a family or business from one site to another", "public mover"], ["removal company", "a company that moves the possessions of a family or business from one site to another", "removal company"]]}, {"answer": "remuneration", "hint": "synonyms for remuneration", "clues": [["salary", "something that remunerates", "salary"], ["earnings", "something that remunerates", "earnings"], ["wage", "something that remunerates", "wage"], ["pay", "something that remunerates", "pay"]]}, {"answer": "rendering", "hint": "synonyms for rendering", "clues": [["rendition", "a performance of a musical composition or a dramatic role etc.", "rendition"], ["interpreting", "an explanation of something that is not immediately obvious", "interpreting"], ["version", "a written communication in a second language having the same meaning as the written communication in a first language", "version"], ["interpretation", "an explanation of something that is not immediately obvious", "interpretation"], ["translation", "a written communication in a second language having the same meaning as the written communication in a first language", "translation"], ["interlingual rendition", "a written communication in a second language having the same meaning as the written communication in a first language", "interlingual rendition"]]}, {"answer": "renewal", "hint": "synonyms for renewal", "clues": [["reclamation", "the conversion of wasteland into land suitable for use of habitation or cultivation", "reclamation"], ["rehabilitation", "the conversion of wasteland into land suitable for use of habitation or cultivation", "rehabilitation"], ["replenishment", "filling again by supplying what has been used up", "replenishment"], ["refilling", "filling again by supplying what has been used up", "refilling"], ["replacement", "filling again by supplying what has been used up", "replacement"]]}, {"answer": "rent", "hint": "synonyms for rent", "clues": [["split", "an opening made forcibly as by pulling apart", "split"], ["rip", "an opening made forcibly as by pulling apart", "rip"], ["economic rent", "the return derived from cultivated land in excess of that derived from the poorest land cultivated under similar conditions", "economic rent"], ["snag", "an opening made forcibly as by pulling apart", "snag"], ["tear", "an opening made forcibly as by pulling apart", "tear"]]}, {"answer": "rent-a-car", "hint": "synonyms for rent-a-car", "clues": [["hire car", "a rented car", "hire car"], ["u-drive", "a rented car", "u-drive"], ["self-drive", "a rented car", "self-drive"], ["car rental", "a rented car", "car rental"]]}, {"answer": "renunciation", "hint": "synonyms for renunciation", "clues": [["repudiation", "rejecting or disowning or disclaiming as invalid", "repudiation"], ["renouncement", "an act (spoken or written) declaring that something is surrendered or disowned", "renouncement"], ["forswearing", "the act of renouncing; sacrificing or giving up or surrendering (a possession or right or title or privilege etc.)", "forswearing"], ["forgoing", "the act of renouncing; sacrificing or giving up or surrendering (a possession or right or title or privilege etc.)", "forgoing"]]}, {"answer": "repair", "hint": "synonyms for repair", "clues": [["fixture", "the act of putting something in working order again", "fixture"], ["fixing", "the act of putting something in working order again", "fixing"], ["mending", "the act of putting something in working order again", "mending"], ["reparation", "the act of putting something in working order again", "reparation"], ["resort", "a frequently visited place", "resort"], ["stamping ground", "a frequently visited place", "stamping ground"], ["haunt", "a frequently visited place", "haunt"], ["hangout", "a frequently visited place", "hangout"]]}, {"answer": "reparation", "hint": "synonyms for reparation", "clues": [["mend", "the act of putting something in working order again", "mend"], ["fix", "the act of putting something in working order again", "fix"], ["fixture", "the act of putting something in working order again", "fixture"], ["amends", "something done or paid in expiation of a wrong", "amends"], ["repair", "the act of putting something in working order again", "repair"]]}, {"answer": "repercussion", "hint": "synonyms for repercussion", "clues": [["backlash", "a movement back from an impact", "backlash"], ["rebound", "a movement back from an impact", "rebound"], ["reverberation", "a remote or indirect consequence of some action", "reverberation"], ["recoil", "a movement back from an impact", "recoil"]]}, {"answer": "replacement", "hint": "synonyms for replacement", "clues": [["switch", "an event in which one thing is substituted for another", "switch"], ["replacing", "the act of furnishing an equivalent person or thing in the place of another", "replacing"], ["substitution", "an event in which one thing is substituted for another", "substitution"], ["renewal", "filling again by supplying what has been used up", "renewal"], ["replenishment", "filling again by supplying what has been used up", "replenishment"], ["refilling", "filling again by supplying what has been used up", "refilling"], ["permutation", "an event in which one thing is substituted for another", "permutation"], ["transposition", "an event in which one thing is substituted for another", "transposition"], ["substitute", "a person or thing that takes or can take the place of another", "substitute"]]}, {"answer": "replication", "hint": "synonyms for replication", "clues": [["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)", "rejoinder"], ["reverberation", "the repetition of a sound resulting from reflection of the sound waves", "reverberation"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)", "retort"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)", "riposte"], ["sound reflection", "the repetition of a sound resulting from reflection of the sound waves", "sound reflection"], ["replica", "copy that is not the original; something that has been copied", "replica"], ["echo", "the repetition of a sound resulting from reflection of the sound waves", "echo"], ["return", "a quick reply to a question or remark (especially a witty or critical one)", "return"], ["reproduction", "copy that is not the original; something that has been copied", "reproduction"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)", "counter"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)", "comeback"]]}, {"answer": "report", "hint": "synonyms for report", "clues": [["written report", "a written document describing the findings of some individual or group", "written report"], ["news report", "a short account of the news", "news report"], ["report card", "a written evaluation of a student's scholarship and deportment", "report card"], ["composition", "an essay (especially one written as an assignment)", "composition"], ["story", "a short account of the news", "story"], ["paper", "an essay (especially one written as an assignment)", "paper"], ["study", "a written document describing the findings of some individual or group", "study"], ["account", "the act of informing by verbal report", "account"], ["write up", "a short account of the news", "write up"], ["reputation", "the general estimation that the public has for a person", "reputation"], ["theme", "an essay (especially one written as an assignment)", "theme"]]}, {"answer": "repose", "hint": "synonyms for repose", "clues": [["heartsease", "the absence of mental stress or anxiety", "heartsease"], ["relaxation", "freedom from activity (work or strain or responsibility)", "relaxation"], ["ataraxis", "the absence of mental stress or anxiety", "ataraxis"], ["placidity", "a disposition free from stress or emotion", "placidity"], ["serenity", "a disposition free from stress or emotion", "serenity"], ["peace of mind", "the absence of mental stress or anxiety", "peace of mind"], ["tranquillity", "a disposition free from stress or emotion", "tranquillity"], ["ease", "freedom from activity (work or strain or responsibility)", "ease"], ["peacefulness", "the absence of mental stress or anxiety", "peacefulness"], ["peace", "the absence of mental stress or anxiety", "peace"], ["quiet", "a disposition free from stress or emotion", "quiet"], ["rest", "freedom from activity (work or strain or responsibility)", "rest"]]}, {"answer": "reprehension", "hint": "synonyms for reprehension", "clues": [["reprimand", "an act or expression of criticism and censure", "reprimand"], ["reproof", "an act or expression of criticism and censure", "reproof"], ["rebuke", "an act or expression of criticism and censure", "rebuke"], ["reproval", "an act or expression of criticism and censure", "reproval"]]}, {"answer": "representation", "hint": "synonyms for representation", "clues": [["histrionics", "a performance of a play", "histrionics"], ["theatrical performance", "a performance of a play", "theatrical performance"], ["internal representation", "a presentation to the mind in the form of an idea or image", "internal representation"], ["theatrical", "a performance of a play", "theatrical"]]}, {"answer": "reprieve", "hint": "synonyms for reprieve", "clues": [["respite", "the act of reprieving; postponing or remitting punishment", "respite"], ["suspension", "an interruption in the intensity or amount of something", "suspension"], ["abatement", "an interruption in the intensity or amount of something", "abatement"], ["hiatus", "an interruption in the intensity or amount of something", "hiatus"]]}, {"answer": "reprimand", "hint": "synonyms for reprimand", "clues": [["reprehension", "an act or expression of criticism and censure", "reprehension"], ["reproof", "an act or expression of criticism and censure", "reproof"], ["rebuke", "an act or expression of criticism and censure", "rebuke"], ["reproval", "an act or expression of criticism and censure", "reproval"]]}, {"answer": "reprint", "hint": "synonyms for reprint", "clues": [["separate", "a separately printed article that originally appeared in a larger publication", "separate"], ["reissue", "a publication (such as a book) that is reprinted without changes or editing and offered again for sale", "reissue"], ["reprinting", "a publication (such as a book) that is reprinted without changes or editing and offered again for sale", "reprinting"], ["offprint", "a separately printed article that originally appeared in a larger publication", "offprint"]]}, {"answer": "reproduction", "hint": "synonyms for reproduction", "clues": [["breeding", "the sexual activity of conceiving and bearing offspring", "breeding"], ["facts of life", "the sexual activity of conceiving and bearing offspring", "facts of life"], ["replication", "copy that is not the original; something that has been copied", "replication"], ["procreation", "the sexual activity of conceiving and bearing offspring", "procreation"], ["replica", "copy that is not the original; something that has been copied", "replica"], ["reproductive memory", "recall that is hypothesized to work by storing the original stimulus input and reproducing it during recall", "reproductive memory"]]}, {"answer": "reproof", "hint": "synonyms for reproof", "clues": [["reprimand", "an act or expression of criticism and censure", "reprimand"], ["reprehension", "an act or expression of criticism and censure", "reprehension"], ["rebuke", "an act or expression of criticism and censure", "rebuke"], ["reproval", "an act or expression of criticism and censure", "reproval"]]}, {"answer": "reproval", "hint": "synonyms for reproval", "clues": [["reprimand", "an act or expression of criticism and censure", "reprimand"], ["reprehension", "an act or expression of criticism and censure", "reprehension"], ["reproof", "an act or expression of criticism and censure", "reproof"], ["rebuke", "an act or expression of criticism and censure", "rebuke"]]}, {"answer": "repugnance", "hint": "synonyms for repugnance", "clues": [["horror", "intense aversion", "horror"], ["inconsistency", "the relation between propositions that cannot both be true at the same time", "inconsistency"], ["mutual exclusiveness", "the relation between propositions that cannot both be true at the same time", "mutual exclusiveness"], ["repulsion", "intense aversion", "repulsion"], ["incompatibility", "the relation between propositions that cannot both be true at the same time", "incompatibility"]]}, {"answer": "repulsion", "hint": "synonyms for repulsion", "clues": [["horror", "intense aversion", "horror"], ["standoff", "the act of repulsing or repelling an attack; a successful defensive stand", "standoff"], ["repulsive force", "the force by which bodies repel one another", "repulsive force"], ["repugnance", "intense aversion", "repugnance"], ["revulsion", "intense aversion", "revulsion"]]}, {"answer": "repulsiveness", "hint": "synonyms for repulsiveness", "clues": [["lousiness", "the quality of being disgusting to the senses or emotions", "lousiness"], ["loathsomeness", "the quality of being disgusting to the senses or emotions", "loathsomeness"], ["sliminess", "the quality of being disgusting to the senses or emotions", "sliminess"], ["wickedness", "the quality of being disgusting to the senses or emotions", "wickedness"], ["vileness", "the quality of being disgusting to the senses or emotions", "vileness"]]}, {"answer": "requiem", "hint": "synonyms for requiem", "clues": [["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person", "coronach"], ["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person", "lament"], ["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person", "dirge"], ["threnody", "a song or hymn of mourning composed or performed as a memorial to a dead person", "threnody"]]}, {"answer": "requirement", "hint": "synonyms for requirement", "clues": [["prerequisite", "something that is required in advance", "prerequisite"], ["necessary", "anything indispensable", "necessary"], ["essential", "anything indispensable", "essential"], ["demand", "required activity", "demand"], ["necessity", "anything indispensable", "necessity"]]}, {"answer": "res", "hint": "synonyms for res", "clues": [["ray", "the syllable naming the second (supertonic) note of any major scale in solmization", "ray"], ["re", "the syllable naming the second (supertonic) note of any major scale in solmization", "re"], ["rhenium", "a rare heavy polyvalent metallic element that resembles manganese chemically and is used in some alloys; is obtained as a by-product in refining molybdenum", "rhenium"], ["atomic number 75", "a rare heavy polyvalent metallic element that resembles manganese chemically and is used in some alloys; is obtained as a by-product in refining molybdenum", "atomic number 75"]]}, {"answer": "res_publica", "hint": "synonyms for res publica", "clues": [["country", "a politically organized body of people under a single government", "country"], ["body politic", "a politically organized body of people under a single government", "body politic"], ["state", "a politically organized body of people under a single government", "state"], ["commonwealth", "a politically organized body of people under a single government", "commonwealth"], ["land", "a politically organized body of people under a single government", "land"], ["nation", "a politically organized body of people under a single government", "nation"]]}, {"answer": "rescript", "hint": "synonyms for rescript", "clues": [["revision", "something that has been written again", "revision"], ["fiat", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "fiat"], ["rewrite", "something that has been written again", "rewrite"], ["order", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "order"], ["decree", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "decree"], ["revisal", "the act of rewriting something", "revisal"], ["revise", "the act of rewriting something", "revise"], ["edict", "a legally binding command or decision entered on the court record (as if issued by a court or judge)", "edict"]]}, {"answer": "research_lab", "hint": "synonyms for research lab", "clues": [["laboratory", "a workplace for the conduct of scientific research", "laboratory"], ["science lab", "a workplace for the conduct of scientific research", "science lab"], ["science laboratory", "a workplace for the conduct of scientific research", "science laboratory"], ["research laboratory", "a workplace for the conduct of scientific research", "research laboratory"], ["lab", "a workplace for the conduct of scientific research", "lab"]]}, {"answer": "research_laboratory", "hint": "synonyms for research laboratory", "clues": [["laboratory", "a workplace for the conduct of scientific research", "laboratory"], ["research lab", "a workplace for the conduct of scientific research", "research lab"], ["science lab", "a workplace for the conduct of scientific research", "science lab"], ["science laboratory", "a workplace for the conduct of scientific research", "science laboratory"], ["lab", "a workplace for the conduct of scientific research", "lab"]]}, {"answer": "reservation", "hint": "synonyms for reservation", "clues": [["mental reservation", "an unstated doubt that prevents you from accepting something wholeheartedly", "mental reservation"], ["qualification", "a statement that limits or restricts some claim", "qualification"], ["reserve", "a district that is reserved for particular purpose", "reserve"], ["booking", "the act of reserving (a place or passage) or engaging the services of (a person or group)", "booking"], ["arriere pensee", "an unstated doubt that prevents you from accepting something wholeheartedly", "arriere pensee"]]}, {"answer": "reserve", "hint": "synonyms for reserve", "clues": [["reservation", "a district that is reserved for particular purpose", "reservation"], ["military reserve", "armed forces that are not on active duty but can be called in an emergency", "military reserve"], ["modesty", "formality and propriety of manner", "modesty"], ["backlog", "something kept back or saved for future use or a special purpose", "backlog"], ["reticence", "the trait of being uncommunicative; not volunteering anything more than necessary", "reticence"], ["stockpile", "something kept back or saved for future use or a special purpose", "stockpile"], ["taciturnity", "the trait of being uncommunicative; not volunteering anything more than necessary", "taciturnity"]]}, {"answer": "reserves", "hint": "synonyms for reserves", "clues": [["reserve", "the trait of being uncommunicative; not volunteering anything more than necessary", "reserve"], ["modesty", "formality and propriety of manner", "modesty"], ["militia", "civilians trained as soldiers but not part of the regular army", "militia"], ["reticence", "the trait of being uncommunicative; not volunteering anything more than necessary", "reticence"], ["taciturnity", "the trait of being uncommunicative; not volunteering anything more than necessary", "taciturnity"], ["reservation", "a district that is reserved for particular purpose", "reservation"], ["military reserve", "armed forces that are not on active duty but can be called in an emergency", "military reserve"], ["backlog", "something kept back or saved for future use or a special purpose", "backlog"], ["stockpile", "something kept back or saved for future use or a special purpose", "stockpile"]]}, {"answer": "residence", "hint": "synonyms for residence", "clues": [["mansion", "a large and imposing house", "mansion"], ["abode", "any address at which you dwell more than temporarily", "abode"], ["abidance", "the act of dwelling in a place", "abidance"], ["hall", "a large and imposing house", "hall"], ["mansion house", "a large and imposing house", "mansion house"], ["residency", "the act of dwelling in a place", "residency"], ["manse", "a large and imposing house", "manse"]]}, {"answer": "residence_hall", "hint": "synonyms for residence hall", "clues": [["dormitory", "a college or university building containing living quarters for students", "dormitory"], ["hall", "a college or university building containing living quarters for students", "hall"], ["dorm", "a college or university building containing living quarters for students", "dorm"], ["student residence", "a college or university building containing living quarters for students", "student residence"]]}, {"answer": "residue", "hint": "synonyms for residue", "clues": [["residuum", "something left after other parts have been taken away", "residuum"], ["balance", "something left after other parts have been taken away", "balance"], ["remainder", "something left after other parts have been taken away", "remainder"], ["rest", "something left after other parts have been taken away", "rest"], ["residual", "something left after other parts have been taken away", "residual"]]}, {"answer": "residuum", "hint": "synonyms for residuum", "clues": [["balance", "something left after other parts have been taken away", "balance"], ["remainder", "something left after other parts have been taken away", "remainder"], ["rest", "something left after other parts have been taken away", "rest"], ["residue", "something left after other parts have been taken away", "residue"], ["residual", "something left after other parts have been taken away", "residual"]]}, {"answer": "resistance", "hint": "synonyms for resistance", "clues": [["electric resistance", "a material's opposition to the flow of electric current; measured in ohms", "electric resistance"], ["underground", "a secret group organized to overthrow a government or occupation force", "underground"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms", "impedance"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms", "ohmic resistance"], ["opposition", "the action of opposing something that you disapprove or disagree with", "opposition"], ["resistor", "an electrical device that resists the flow of electrical current", "resistor"], ["resistivity", "a material's opposition to the flow of electric current; measured in ohms", "resistivity"]]}, {"answer": "resistivity", "hint": "synonyms for resistivity", "clues": [["electric resistance", "a material's opposition to the flow of electric current; measured in ohms", "electric resistance"], ["resistance", "a material's opposition to the flow of electric current; measured in ohms", "resistance"], ["impedance", "a material's opposition to the flow of electric current; measured in ohms", "impedance"], ["ohmic resistance", "a material's opposition to the flow of electric current; measured in ohms", "ohmic resistance"]]}, {"answer": "resoluteness", "hint": "synonyms for resoluteness", "clues": [["firmness", "the trait of being resolute", "firmness"], ["firmness of purpose", "the trait of being resolute", "firmness of purpose"], ["resolution", "the trait of being resolute", "resolution"], ["resolve", "the trait of being resolute", "resolve"]]}, {"answer": "resolution", "hint": "synonyms for resolution", "clues": [["resolve", "a formal expression by a meeting; agreed to by a vote", "resolve"], ["settlement", "something settled or resolved; the outcome of decision making", "settlement"], ["resolving power", "the ability of a microscope or telescope to measure the angular separation of images that are close together", "resolving power"], ["resoluteness", "the trait of being resolute", "resoluteness"], ["solution", "a statement that solves a problem or explains how to solve the problem", "solution"], ["solving", "finding a solution to a problem", "solving"], ["firmness of purpose", "the trait of being resolute", "firmness of purpose"], ["closure", "something settled or resolved; the outcome of decision making", "closure"], ["firmness", "the trait of being resolute", "firmness"], ["answer", "a statement that solves a problem or explains how to solve the problem", "answer"], ["result", "a statement that solves a problem or explains how to solve the problem", "result"], ["declaration", "a formal expression by a meeting; agreed to by a vote", "declaration"], ["solvent", "a statement that solves a problem or explains how to solve the problem", "solvent"]]}, {"answer": "resolve", "hint": "synonyms for resolve", "clues": [["firmness", "the trait of being resolute", "firmness"], ["resoluteness", "the trait of being resolute", "resoluteness"], ["resolution", "a formal expression by a meeting; agreed to by a vote", "resolution"], ["declaration", "a formal expression by a meeting; agreed to by a vote", "declaration"], ["firmness of purpose", "the trait of being resolute", "firmness of purpose"]]}, {"answer": "resolvent", "hint": "synonyms for resolvent", "clues": [["dissolver", "a liquid substance capable of dissolving other substances", "dissolver"], ["solvent", "a liquid substance capable of dissolving other substances", "solvent"], ["dissolving agent", "a liquid substance capable of dissolving other substances", "dissolving agent"], ["dissolvent", "a liquid substance capable of dissolving other substances", "dissolvent"]]}, {"answer": "resonance", "hint": "synonyms for resonance", "clues": [["ringing", "having the character of a loud deep sound; the quality of being resonant", "ringing"], ["sonority", "having the character of a loud deep sound; the quality of being resonant", "sonority"], ["plangency", "having the character of a loud deep sound; the quality of being resonant", "plangency"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant", "sonorousness"], ["vibrancy", "having the character of a loud deep sound; the quality of being resonant", "vibrancy"], ["rapport", "a relationship of mutual understanding or trust and agreement between people", "rapport"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant", "reverberance"]]}, {"answer": "resort", "hint": "synonyms for resort", "clues": [["resort hotel", "a hotel located in a resort area", "resort hotel"], ["repair", "a frequently visited place", "repair"], ["refuge", "something or someone turned to for assistance or security", "refuge"], ["recourse", "act of turning to for assistance", "recourse"], ["holiday resort", "a hotel located in a resort area", "holiday resort"], ["stamping ground", "a frequently visited place", "stamping ground"], ["haunt", "a frequently visited place", "haunt"], ["hangout", "a frequently visited place", "hangout"]]}, {"answer": "respect", "hint": "synonyms for respect", "clues": [["obedience", "behavior intended to please your parents", "obedience"], ["esteem", "an attitude of admiration or esteem", "esteem"], ["regard", "an attitude of admiration or esteem", "regard"], ["deference", "a courteous expression (by word or deed) of esteem or regard", "deference"], ["respectfulness", "courteous regard for people's feelings", "respectfulness"]]}, {"answer": "respects", "hint": "synonyms for respects", "clues": [["obedience", "behavior intended to please your parents", "obedience"], ["esteem", "an attitude of admiration or esteem", "esteem"], ["regard", "an attitude of admiration or esteem", "regard"], ["respect", "behavior intended to please your parents", "respect"], ["respectfulness", "courteous regard for people's feelings", "respectfulness"], ["deference", "a courteous expression (by word or deed) of esteem or regard", "deference"]]}, {"answer": "respiration", "hint": "synonyms for respiration", "clues": [["external respiration", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation", "external respiration"], ["cellular respiration", "the metabolic processes whereby certain organisms obtain energy from organic molecules; processes that take place in the cells and tissues during which energy is released and carbon dioxide is produced and absorbed by the blood to be transported to the lungs", "cellular respiration"], ["ventilation", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation", "ventilation"], ["breathing", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation", "breathing"]]}, {"answer": "respite", "hint": "synonyms for respite", "clues": [["time out", "a pause from doing something (as work)", "time out"], ["hiatus", "an interruption in the intensity or amount of something", "hiatus"], ["reprieve", "the act of reprieving; postponing or remitting punishment", "reprieve"], ["suspension", "an interruption in the intensity or amount of something", "suspension"], ["recess", "a pause from doing something (as work)", "recess"], ["rest period", "a pause for relaxation", "rest period"], ["rest", "a pause for relaxation", "rest"], ["break", "a pause from doing something (as work)", "break"], ["relief", "a pause for relaxation", "relief"], ["abatement", "an interruption in the intensity or amount of something", "abatement"]]}, {"answer": "response", "hint": "synonyms for response", "clues": [["reception", "the manner in which something is greeted", "reception"], ["reaction", "a bodily process occurring due to the effect of some antecedent stimulus or agent", "reaction"], ["reply", "a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation", "reply"], ["answer", "a statement (either spoken or written) that is made to reply to a question or request or criticism or accusation", "answer"]]}, {"answer": "rest", "hint": "synonyms for rest", "clues": [["residuum", "something left after other parts have been taken away", "residuum"], ["relaxation", "freedom from activity (work or strain or responsibility)", "relaxation"], ["ease", "freedom from activity (work or strain or responsibility)", "ease"], ["balance", "something left after other parts have been taken away", "balance"], ["remainder", "something left after other parts have been taken away", "remainder"], ["repose", "freedom from activity (work or strain or responsibility)", "repose"], ["respite", "a pause for relaxation", "respite"], ["rest period", "a pause for relaxation", "rest period"], ["residue", "something left after other parts have been taken away", "residue"], ["relief", "a pause for relaxation", "relief"], ["residual", "something left after other parts have been taken away", "residual"]]}, {"answer": "restitution", "hint": "synonyms for restitution", "clues": [["restoration", "getting something back again", "restoration"], ["return", "getting something back again", "return"], ["indemnification", "a sum of money paid in compensation for loss or injury", "indemnification"], ["regaining", "getting something back again", "regaining"], ["indemnity", "a sum of money paid in compensation for loss or injury", "indemnity"], ["damages", "a sum of money paid in compensation for loss or injury", "damages"], ["redress", "a sum of money paid in compensation for loss or injury", "redress"], ["amends", "a sum of money paid in compensation for loss or injury", "amends"]]}, {"answer": "restiveness", "hint": "synonyms for restiveness", "clues": [["nervousness", "the anxious feeling you have when you have the jitters", "nervousness"], ["skittishness", "characterized by nervousness and quickness to take fright", "skittishness"], ["jitteriness", "the anxious feeling you have when you have the jitters", "jitteriness"], ["jumpiness", "the anxious feeling you have when you have the jitters", "jumpiness"]]}, {"answer": "restraint", "hint": "synonyms for restraint", "clues": [["constraint", "a device that retards something's motion", "constraint"], ["simplicity", "lack of ornamentation", "simplicity"], ["simpleness", "lack of ornamentation", "simpleness"], ["chasteness", "lack of ornamentation", "chasteness"], ["control", "discipline in personal and social activities", "control"]]}, {"answer": "restroom", "hint": "synonyms for restroom", "clues": [["wash room", "a toilet that is available to the public", "wash room"], ["toilet facility", "a toilet that is available to the public", "toilet facility"], ["convenience", "a toilet that is available to the public", "convenience"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["public lavatory", "a toilet that is available to the public", "public lavatory"], ["public toilet", "a toilet that is available to the public", "public toilet"]]}, {"answer": "result", "hint": "synonyms for result", "clues": [["termination", "something that results", "termination"], ["final result", "something that results", "final result"], ["resolution", "a statement that solves a problem or explains how to solve the problem", "resolution"], ["event", "a phenomenon that follows and is caused by some previous phenomenon", "event"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon", "effect"], ["resultant", "something that results", "resultant"], ["upshot", "a phenomenon that follows and is caused by some previous phenomenon", "upshot"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon", "consequence"], ["answer", "a statement that solves a problem or explains how to solve the problem", "answer"], ["outcome", "a phenomenon that follows and is caused by some previous phenomenon", "outcome"], ["solvent", "a statement that solves a problem or explains how to solve the problem", "solvent"], ["resultant role", "the semantic role of the noun phrase whose referent exists only by virtue of the activity denoted by the verb in the clause", "resultant role"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon", "issue"]]}, {"answer": "retardation", "hint": "synonyms for retardation", "clues": [["lag", "the act of slowing down or falling behind", "lag"], ["subnormality", "lack of normal development of intellectual capacities", "subnormality"], ["retardent", "any agent that retards or delays or hinders", "retardent"], ["slowness", "lack of normal development of intellectual capacities", "slowness"], ["mental retardation", "lack of normal development of intellectual capacities", "mental retardation"], ["slowing", "a decrease in rate of change", "slowing"], ["backwardness", "lack of normal development of intellectual capacities", "backwardness"], ["deceleration", "a decrease in rate of change", "deceleration"], ["slowdown", "the act of slowing down or falling behind", "slowdown"]]}, {"answer": "retention", "hint": "synonyms for retention", "clues": [["memory", "the power of retaining and recalling past experience", "memory"], ["holding", "the act of retaining something", "holding"], ["retentivity", "the power of retaining liquid", "retentivity"], ["retentiveness", "the power of retaining liquid", "retentiveness"], ["keeping", "the act of retaining something", "keeping"]]}, {"answer": "retirement_account", "hint": "synonyms for retirement account", "clues": [["retirement savings account", "a plan for setting aside money to be spent after retirement", "retirement savings account"], ["retirement program", "a plan for setting aside money to be spent after retirement", "retirement program"], ["retirement plan", "a plan for setting aside money to be spent after retirement", "retirement plan"], ["pension account", "a plan for setting aside money to be spent after retirement", "pension account"], ["pension plan", "a plan for setting aside money to be spent after retirement", "pension plan"]]}, {"answer": "retirement_benefit", "hint": "synonyms for retirement benefit", "clues": [["retirement check", "a monthly payment made to someone who is retired from work", "retirement check"], ["superannuation", "a monthly payment made to someone who is retired from work", "superannuation"], ["old-age pension", "a monthly payment made to someone who is retired from work", "old-age pension"], ["retirement fund", "a monthly payment made to someone who is retired from work", "retirement fund"], ["retirement pension", "a monthly payment made to someone who is retired from work", "retirement pension"]]}, {"answer": "retirement_check", "hint": "synonyms for retirement check", "clues": [["superannuation", "a monthly payment made to someone who is retired from work", "superannuation"], ["old-age pension", "a monthly payment made to someone who is retired from work", "old-age pension"], ["retirement benefit", "a monthly payment made to someone who is retired from work", "retirement benefit"], ["retirement fund", "a monthly payment made to someone who is retired from work", "retirement fund"], ["retirement pension", "a monthly payment made to someone who is retired from work", "retirement pension"]]}, {"answer": "retirement_fund", "hint": "synonyms for retirement fund", "clues": [["retirement check", "a monthly payment made to someone who is retired from work", "retirement check"], ["superannuation", "a monthly payment made to someone who is retired from work", "superannuation"], ["old-age pension", "a monthly payment made to someone who is retired from work", "old-age pension"], ["retirement benefit", "a monthly payment made to someone who is retired from work", "retirement benefit"], ["retirement pension", "a monthly payment made to someone who is retired from work", "retirement pension"]]}, {"answer": "retirement_pension", "hint": "synonyms for retirement pension", "clues": [["retirement check", "a monthly payment made to someone who is retired from work", "retirement check"], ["superannuation", "a monthly payment made to someone who is retired from work", "superannuation"], ["old-age pension", "a monthly payment made to someone who is retired from work", "old-age pension"], ["retirement benefit", "a monthly payment made to someone who is retired from work", "retirement benefit"], ["retirement fund", "a monthly payment made to someone who is retired from work", "retirement fund"]]}, {"answer": "retirement_plan", "hint": "synonyms for retirement plan", "clues": [["retirement savings account", "a plan for setting aside money to be spent after retirement", "retirement savings account"], ["retirement program", "a plan for setting aside money to be spent after retirement", "retirement program"], ["retirement account", "a plan for setting aside money to be spent after retirement", "retirement account"], ["pension account", "a plan for setting aside money to be spent after retirement", "pension account"], ["pension plan", "a plan for setting aside money to be spent after retirement", "pension plan"]]}, {"answer": "retirement_program", "hint": "synonyms for retirement program", "clues": [["retirement savings account", "a plan for setting aside money to be spent after retirement", "retirement savings account"], ["retirement account", "a plan for setting aside money to be spent after retirement", "retirement account"], ["retirement plan", "a plan for setting aside money to be spent after retirement", "retirement plan"], ["pension account", "a plan for setting aside money to be spent after retirement", "pension account"], ["pension plan", "a plan for setting aside money to be spent after retirement", "pension plan"]]}, {"answer": "retirement_savings_account", "hint": "synonyms for retirement savings account", "clues": [["retirement savings plan", "a plan for setting aside money to be spent after retirement", "retirement savings plan"], ["retirement program", "a plan for setting aside money to be spent after retirement", "retirement program"], ["retirement plan", "a plan for setting aside money to be spent after retirement", "retirement plan"], ["retirement account", "a plan for setting aside money to be spent after retirement", "retirement account"], ["pension account", "a plan for setting aside money to be spent after retirement", "pension account"], ["pension plan", "a plan for setting aside money to be spent after retirement", "pension plan"]]}, {"answer": "retirement_savings_plan", "hint": "synonyms for retirement savings plan", "clues": [["retirement savings account", "a plan for setting aside money to be spent after retirement", "retirement savings account"], ["retirement program", "a plan for setting aside money to be spent after retirement", "retirement program"], ["retirement plan", "a plan for setting aside money to be spent after retirement", "retirement plan"], ["retirement account", "a plan for setting aside money to be spent after retirement", "retirement account"], ["pension account", "a plan for setting aside money to be spent after retirement", "pension account"], ["pension plan", "a plan for setting aside money to be spent after retirement", "pension plan"]]}, {"answer": "retort", "hint": "synonyms for retort", "clues": [["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)", "rejoinder"], ["return", "a quick reply to a question or remark (especially a witty or critical one)", "return"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)", "replication"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)", "riposte"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)", "counter"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)", "comeback"]]}, {"answer": "retrogression", "hint": "synonyms for retrogression", "clues": [["regression", "returning to a former state", "regression"], ["reversion", "returning to a former state", "reversion"], ["degeneration", "passing from a more complex to a simpler biological form", "degeneration"], ["regress", "returning to a former state", "regress"]]}, {"answer": "return", "hint": "synonyms for return", "clues": [["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)", "rejoinder"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property", "payoff"], ["regaining", "getting something back again", "regaining"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)", "replication"], ["riposte", "a quick reply to a question or remark (especially a witty or critical one)", "riposte"], ["income tax return", "document giving the tax collector information about the taxpayer's tax liability", "income tax return"], ["take", "the income or profit arising from such transactions as the sale of land or other property", "take"], ["restitution", "getting something back again", "restitution"], ["return key", "the key on electric typewriters or computer keyboards that causes a carriage return and a line feed", "return key"], ["takings", "the income or profit arising from such transactions as the sale of land or other property", "takings"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)", "counter"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)", "comeback"], ["reappearance", "the act of someone appearing again", "reappearance"], ["homecoming", "a coming to or returning home", "homecoming"], ["yield", "the income or profit arising from such transactions as the sale of land or other property", "yield"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)", "retort"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property", "proceeds"], ["getting even", "a reciprocal group action", "getting even"], ["tax return", "document giving the tax collector information about the taxpayer's tax liability", "tax return"], ["issue", "the income or profit arising from such transactions as the sale of land or other property", "issue"], ["paying back", "a reciprocal group action", "paying back"], ["restoration", "getting something back again", "restoration"], ["coming back", "the occurrence of a change in direction back in the opposite direction", "coming back"], ["recurrence", "happening again (especially at regular intervals)", "recurrence"]]}, {"answer": "revenue", "hint": "synonyms for revenue", "clues": [["tax income", "government income due to taxation", "tax income"], ["gross", "the entire amount of income before any deductions are made", "gross"], ["receipts", "the entire amount of income before any deductions are made", "receipts"], ["taxation", "government income due to taxation", "taxation"], ["tax revenue", "government income due to taxation", "tax revenue"]]}, {"answer": "reverberance", "hint": "synonyms for reverberance", "clues": [["ringing", "having the character of a loud deep sound; the quality of being resonant", "ringing"], ["sonority", "having the character of a loud deep sound; the quality of being resonant", "sonority"], ["plangency", "having the character of a loud deep sound; the quality of being resonant", "plangency"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant", "sonorousness"], ["vibrancy", "having the character of a loud deep sound; the quality of being resonant", "vibrancy"], ["resonance", "having the character of a loud deep sound; the quality of being resonant", "resonance"]]}, {"answer": "reverberation", "hint": "synonyms for reverberation", "clues": [["repercussion", "a remote or indirect consequence of some action", "repercussion"], ["replication", "the repetition of a sound resulting from reflection of the sound waves", "replication"], ["echo", "the repetition of a sound resulting from reflection of the sound waves", "echo"], ["sound reflection", "the repetition of a sound resulting from reflection of the sound waves", "sound reflection"]]}, {"answer": "reverie", "hint": "synonyms for reverie", "clues": [["castle in the air", "absentminded dreaming while awake", "castle in the air"], ["revery", "absentminded dreaming while awake", "revery"], ["daydream", "absentminded dreaming while awake", "daydream"], ["oneirism", "absentminded dreaming while awake", "oneirism"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["air castle", "absentminded dreaming while awake", "air castle"]]}, {"answer": "reversal", "hint": "synonyms for reversal", "clues": [["turnabout", "turning in the opposite direction", "turnabout"], ["flip-flop", "a decision to reverse an earlier decision", "flip-flop"], ["change of mind", "a decision to reverse an earlier decision", "change of mind"], ["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "blow"], ["turn around", "turning in an opposite direction or position", "turn around"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "black eye"], ["reversion", "turning in the opposite direction", "reversion"], ["volte-face", "a major change in attitude or principle or point of view", "volte-face"], ["transposition", "the act of reversing the order or place of", "transposition"], ["policy change", "a major change in attitude or principle or point of view", "policy change"], ["reverse", "turning in the opposite direction", "reverse"], ["about-face", "a major change in attitude or principle or point of view", "about-face"], ["setback", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "setback"]]}, {"answer": "reversion", "hint": "synonyms for reversion", "clues": [["turnabout", "turning in the opposite direction", "turnabout"], ["retroversion", "returning to a former state", "retroversion"], ["regression", "returning to a former state", "regression"], ["lapse", "a failure to maintain a higher state", "lapse"], ["relapsing", "a failure to maintain a higher state", "relapsing"], ["regress", "returning to a former state", "regress"], ["throwback", "a reappearance of an earlier characteristic", "throwback"], ["atavism", "a reappearance of an earlier characteristic", "atavism"], ["relapse", "a failure to maintain a higher state", "relapse"], ["reverse", "turning in the opposite direction", "reverse"], ["reversal", "turning in the opposite direction", "reversal"], ["backsliding", "a failure to maintain a higher state", "backsliding"], ["turnaround", "turning in the opposite direction", "turnaround"], ["reverting", "a failure to maintain a higher state", "reverting"]]}, {"answer": "revery", "hint": "synonyms for revery", "clues": [["castle in the air", "absentminded dreaming while awake", "castle in the air"], ["daydream", "absentminded dreaming while awake", "daydream"], ["castle in Spain", "absentminded dreaming while awake", "castle in Spain"], ["reverie", "an abstracted state of absorption", "reverie"], ["oneirism", "absentminded dreaming while awake", "oneirism"], ["air castle", "absentminded dreaming while awake", "air castle"]]}, {"answer": "review", "hint": "synonyms for review", "clues": [["critique", "an essay or article that gives a critical evaluation (as of a book or play)", "critique"], ["reexamination", "a subsequent examination of a patient for the purpose of monitoring earlier treatment", "reexamination"], ["followup", "a subsequent examination of a patient for the purpose of monitoring earlier treatment", "followup"], ["recap", "a summary at the end that repeats the substance of a longer discussion", "recap"], ["inspection", "a formal or official examination", "inspection"], ["reassessment", "a new appraisal or evaluation", "reassessment"], ["recapitulation", "a summary at the end that repeats the substance of a longer discussion", "recapitulation"], ["revue", "a variety show with topical sketches and songs and dancing and comedians", "revue"], ["critical review", "an essay or article that gives a critical evaluation (as of a book or play)", "critical review"], ["brushup", "practice intended to polish performance or refresh the memory", "brushup"], ["reappraisal", "a new appraisal or evaluation", "reappraisal"], ["revaluation", "a new appraisal or evaluation", "revaluation"], ["limited review", "(accounting) a service (less exhaustive than an audit) that provides some assurance to interested parties as to the reliability of financial data", "limited review"], ["review article", "an essay or article that gives a critical evaluation (as of a book or play)", "review article"]]}, {"answer": "revilement", "hint": "synonyms for revilement", "clues": [["abuse", "a rude expression intended to offend or hurt", "abuse"], ["insult", "a rude expression intended to offend or hurt", "insult"], ["contumely", "a rude expression intended to offend or hurt", "contumely"], ["vilification", "a rude expression intended to offend or hurt", "vilification"]]}, {"answer": "revision", "hint": "synonyms for revision", "clues": [["revisal", "the act of rewriting something", "revisal"], ["rewrite", "something that has been written again", "rewrite"], ["rescript", "the act of rewriting something", "rescript"], ["revise", "the act of rewriting something", "revise"], ["alteration", "the act of revising or altering (involving reconsideration and modification)", "alteration"]]}, {"answer": "revitalisation", "hint": "synonyms for revitalisation", "clues": [["revivification", "bringing again into activity and prominence", "revivification"], ["resurgence", "bringing again into activity and prominence", "resurgence"], ["revival", "bringing again into activity and prominence", "revival"], ["revitalization", "bringing again into activity and prominence", "revitalization"]]}, {"answer": "revitalization", "hint": "synonyms for revitalization", "clues": [["resurgence", "bringing again into activity and prominence", "resurgence"], ["revivification", "bringing again into activity and prominence", "revivification"], ["revival", "bringing again into activity and prominence", "revival"], ["revitalisation", "bringing again into activity and prominence", "revitalisation"]]}, {"answer": "revival", "hint": "synonyms for revival", "clues": [["resurgence", "bringing again into activity and prominence", "resurgence"], ["revivification", "bringing again into activity and prominence", "revivification"], ["revitalisation", "bringing again into activity and prominence", "revitalisation"], ["revival meeting", "an evangelistic meeting intended to reawaken interest in religion", "revival meeting"]]}, {"answer": "reward", "hint": "synonyms for reward", "clues": [["payoff", "a recompense for worthy acts or retribution for wrongdoing", "payoff"], ["advantage", "benefit resulting from some event or action", "advantage"], ["wages", "a recompense for worthy acts or retribution for wrongdoing", "wages"], ["reinforcement", "an act performed to strengthen approved behavior", "reinforcement"]]}, {"answer": "rf", "hint": "synonyms for rf", "clues": [["unnilquadium", "a radioactive transuranic element which has been synthesized", "unnilquadium"], ["rutherfordium", "a radioactive transuranic element which has been synthesized", "rutherfordium"], ["releasing hormone", "a substance produced by the hypothalamus that is capable of accelerating the secretion of a given hormone by the anterior pituitary gland", "releasing hormone"], ["element 104", "a radioactive transuranic element which has been synthesized", "element 104"], ["atomic number 104", "a radioactive transuranic element which has been synthesized", "atomic number 104"], ["releasing factor", "a substance produced by the hypothalamus that is capable of accelerating the secretion of a given hormone by the anterior pituitary gland", "releasing factor"]]}, {"answer": "rhetoric", "hint": "synonyms for rhetoric", "clues": [["magniloquence", "high-flown style; excessive use of verbal ornamentation", "magniloquence"], ["palaver", "loud and confused and empty talk", "palaver"], ["empty talk", "loud and confused and empty talk", "empty talk"], ["empty words", "loud and confused and empty talk", "empty words"], ["grandiloquence", "high-flown style; excessive use of verbal ornamentation", "grandiloquence"], ["hot air", "loud and confused and empty talk", "hot air"], ["ornateness", "high-flown style; excessive use of verbal ornamentation", "ornateness"], ["grandiosity", "high-flown style; excessive use of verbal ornamentation", "grandiosity"]]}, {"answer": "rhythm", "hint": "synonyms for rhythm", "clues": [["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method"], ["musical rhythm", "the basic rhythmic unit in a piece of music", "musical rhythm"], ["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method"], ["round", "an interval during which a recurring sequence of events occurs", "round"], ["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method of birth control"], ["regular recurrence", "recurring at regular intervals", "regular recurrence"], ["beat", "the basic rhythmic unit in a piece of music", "beat"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method of birth control"], ["speech rhythm", "the arrangement of spoken words alternating stressed and unstressed elements", "speech rhythm"], ["cycle", "an interval during which a recurring sequence of events occurs", "cycle"]]}, {"answer": "rhythm_method", "hint": "synonyms for rhythm method", "clues": [["rhythm method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method of birth control"], ["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method"], ["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method of birth control"]]}, {"answer": "rhythm_method_of_birth_control", "hint": "synonyms for rhythm method of birth control", "clues": [["rhythm method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm method"], ["calendar method", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method"], ["rhythm", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "rhythm"], ["calendar method of birth control", "natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)", "calendar method of birth control"]]}, {"answer": "rhytidectomy", "hint": "synonyms for rhytidectomy", "clues": [["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "cosmetic surgery"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "nip and tuck"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "facelift"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "lift"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "face lifting"], ["rhytidoplasty", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidoplasty"]]}, {"answer": "rhytidoplasty", "hint": "synonyms for rhytidoplasty", "clues": [["cosmetic surgery", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "cosmetic surgery"], ["nip and tuck", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "nip and tuck"], ["facelift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "facelift"], ["lift", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "lift"], ["rhytidectomy", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "rhytidectomy"], ["face lifting", "plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised", "face lifting"]]}, {"answer": "ribbon", "hint": "synonyms for ribbon", "clues": [["thread", "any long object resembling a thin line", "thread"], ["laurel wreath", "an award for winning a championship or commemorating some other event", "laurel wreath"], ["medal", "an award for winning a championship or commemorating some other event", "medal"], ["typewriter ribbon", "a long strip of inked material for making characters on paper with a typewriter", "typewriter ribbon"], ["palm", "an award for winning a championship or commemorating some other event", "palm"], ["medallion", "an award for winning a championship or commemorating some other event", "medallion"], ["decoration", "an award for winning a championship or commemorating some other event", "decoration"]]}, {"answer": "riboflavin", "hint": "synonyms for riboflavin", "clues": [["vitamin B2", "a B vitamin that prevents skin lesions and weight loss", "vitamin B2"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss", "lactoflavin"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss", "vitamin G"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss", "hepatoflavin"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss", "ovoflavin"]]}, {"answer": "richness", "hint": "synonyms for richness", "clues": [["mellowness", "the property of a sensation that is rich and pleasing", "mellowness"], ["fertility", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "fertility"], ["profusion", "the property of being extremely abundant", "profusion"], ["impressiveness", "splendid or imposing in size or appearance", "impressiveness"], ["grandness", "splendid or imposing in size or appearance", "grandness"], ["magnificence", "splendid or imposing in size or appearance", "magnificence"], ["cornucopia", "the property of being extremely abundant", "cornucopia"], ["prolificacy", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "prolificacy"], ["fullness", "the property of a sensation that is rich and pleasing", "fullness"], ["profuseness", "the property of being extremely abundant", "profuseness"], ["rankness", "the property of producing abundantly and sustaining vigorous and luxuriant growth", "rankness"]]}, {"answer": "riddance", "hint": "synonyms for riddance", "clues": [["elimination", "the act of removing or getting rid of something", "elimination"], ["exclusion", "the act of forcing out someone or something", "exclusion"], ["expulsion", "the act of forcing out someone or something", "expulsion"], ["ejection", "the act of forcing out someone or something", "ejection"]]}, {"answer": "rift", "hint": "synonyms for rift", "clues": [["rupture", "a personal or social separation (as between opposing factions)", "rupture"], ["break", "a personal or social separation (as between opposing factions)", "break"], ["severance", "a personal or social separation (as between opposing factions)", "severance"], ["breach", "a personal or social separation (as between opposing factions)", "breach"], ["falling out", "a personal or social separation (as between opposing factions)", "falling out"]]}, {"answer": "rig", "hint": "synonyms for rig", "clues": [["fishing rig", "gear used in fishing", "fishing rig"], ["rigging", "formation of masts, spars, sails, etc., on a vessel", "rigging"], ["fishing tackle", "gear used in fishing", "fishing tackle"], ["articulated lorry", "a truck consisting of a tractor and trailer together", "articulated lorry"], ["equipage", "a vehicle with wheels drawn by one or more horses", "equipage"], ["getup", "a set of clothing (with accessories)", "getup"], ["swindle", "the act of swindling by some fraudulent scheme", "swindle"], ["semi", "a truck consisting of a tractor and trailer together", "semi"], ["trucking rig", "a truck consisting of a tractor and trailer together", "trucking rig"], ["trailer truck", "a truck consisting of a tractor and trailer together", "trailer truck"], ["tackle", "gear used in fishing", "tackle"], ["carriage", "a vehicle with wheels drawn by one or more horses", "carriage"], ["turnout", "a set of clothing (with accessories)", "turnout"], ["cheat", "the act of swindling by some fraudulent scheme", "cheat"], ["outfit", "a set of clothing (with accessories)", "outfit"], ["tractor trailer", "a truck consisting of a tractor and trailer together", "tractor trailer"], ["fishing gear", "gear used in fishing", "fishing gear"]]}, {"answer": "rightness", "hint": "synonyms for rightness", "clues": [["appropriateness", "appropriate conduct; doing the right thing", "appropriateness"], ["nicety", "conformity with some esthetic standard of correctness or propriety", "nicety"], ["correctness", "conformity to fact or truth", "correctness"], ["justness", "conformity with some esthetic standard of correctness or propriety", "justness"]]}, {"answer": "rigor", "hint": "synonyms for rigor", "clues": [["severity", "something hard to endure", "severity"], ["severeness", "something hard to endure", "severeness"], ["validity", "the quality of being valid and rigorous", "validity"], ["rigour", "the quality of being valid and rigorous", "rigour"], ["cogency", "the quality of being valid and rigorous", "cogency"], ["grimness", "something hard to endure", "grimness"], ["inclemency", "excessive sternness", "inclemency"], ["asperity", "something hard to endure", "asperity"], ["hardship", "something hard to endure", "hardship"], ["rigorousness", "excessive sternness", "rigorousness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"], ["hardness", "excessive sternness", "hardness"]]}, {"answer": "rigorousness", "hint": "synonyms for rigorousness", "clues": [["asperity", "something hard to endure", "asperity"], ["severity", "something hard to endure", "severity"], ["inclemency", "excessive sternness", "inclemency"], ["severeness", "something hard to endure", "severeness"], ["rigor", "excessive sternness", "rigor"], ["hardship", "something hard to endure", "hardship"], ["rigourousness", "something hard to endure", "rigourousness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"], ["grimness", "something hard to endure", "grimness"], ["hardness", "excessive sternness", "hardness"]]}, {"answer": "rigour", "hint": "synonyms for rigour", "clues": [["severity", "something hard to endure", "severity"], ["severeness", "something hard to endure", "severeness"], ["validity", "the quality of being valid and rigorous", "validity"], ["cogency", "the quality of being valid and rigorous", "cogency"], ["grimness", "something hard to endure", "grimness"], ["inclemency", "excessive sternness", "inclemency"], ["asperity", "something hard to endure", "asperity"], ["rigor", "the quality of being valid and rigorous", "rigor"], ["hardship", "something hard to endure", "hardship"], ["rigorousness", "excessive sternness", "rigorousness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"], ["hardness", "excessive sternness", "hardness"]]}, {"answer": "rigourousness", "hint": "synonyms for rigourousness", "clues": [["asperity", "something hard to endure", "asperity"], ["severity", "something hard to endure", "severity"], ["inclemency", "excessive sternness", "inclemency"], ["severeness", "something hard to endure", "severeness"], ["rigor", "excessive sternness", "rigor"], ["hardship", "something hard to endure", "hardship"], ["rigorousness", "excessive sternness", "rigorousness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"], ["grimness", "something hard to endure", "grimness"], ["hardness", "excessive sternness", "hardness"]]}, {"answer": "rilievo", "hint": "synonyms for rilievo", "clues": [["relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "relief"], ["relievo", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "relievo"], ["sculptural relief", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "sculptural relief"], ["embossment", "sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background", "embossment"]]}, {"answer": "rill", "hint": "synonyms for rill", "clues": [["rivulet", "a small stream", "rivulet"], ["run", "a small stream", "run"], ["streamlet", "a small stream", "streamlet"], ["runnel", "a small stream", "runnel"]]}, {"answer": "rime", "hint": "synonyms for rime", "clues": [["rhyme", "correspondence in the sounds of two or more lines (especially final sounds)", "rhyme"], ["hoar", "ice crystals forming a white deposit (especially on objects outside)", "hoar"], ["hoarfrost", "ice crystals forming a white deposit (especially on objects outside)", "hoarfrost"], ["frost", "ice crystals forming a white deposit (especially on objects outside)", "frost"]]}, {"answer": "ring", "hint": "synonyms for ring", "clues": [["ringing", "the sound of a bell ringing; ; ; --E. A. Poe", "ringing"], ["halo", "a toroidal shape", "halo"], ["tintinnabulation", "the sound of a bell ringing; ; ; --E. A. Poe", "tintinnabulation"], ["doughnut", "a toroidal shape", "doughnut"], ["closed chain", "(chemistry) a chain of atoms in a molecule that forms a closed loop", "closed chain"], ["mob", "an association of criminals", "mob"], ["hoop", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling", "hoop"], ["anchor ring", "a toroidal shape", "anchor ring"], ["band", "a strip of material attached to the leg of a bird to identify it (as in studies of bird migration)", "band"], ["gang", "an association of criminals", "gang"], ["annulus", "a toroidal shape", "annulus"], ["pack", "an association of criminals", "pack"]]}, {"answer": "ring_armor", "hint": "synonyms for ring armor", "clues": [["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings", "ring mail"], ["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings", "chain armour"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings", "mail"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings", "chain mail"], ["ring armour", "(Middle Ages) flexible armor made of interlinked metal rings", "ring armour"]]}, {"answer": "ring_armour", "hint": "synonyms for ring armour", "clues": [["ring mail", "(Middle Ages) flexible armor made of interlinked metal rings", "ring mail"], ["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings", "chain armour"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings", "mail"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings", "ring armor"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings", "chain mail"]]}, {"answer": "ring_mail", "hint": "synonyms for ring mail", "clues": [["chain armour", "(Middle Ages) flexible armor made of interlinked metal rings", "chain armour"], ["mail", "(Middle Ages) flexible armor made of interlinked metal rings", "mail"], ["ring armor", "(Middle Ages) flexible armor made of interlinked metal rings", "ring armor"], ["chain mail", "(Middle Ages) flexible armor made of interlinked metal rings", "chain mail"]]}, {"answer": "ringing", "hint": "synonyms for ringing", "clues": [["tintinnabulation", "the sound of a bell ringing; ; ; --E. A. Poe", "tintinnabulation"], ["vibrancy", "having the character of a loud deep sound; the quality of being resonant", "vibrancy"], ["resonance", "having the character of a loud deep sound; the quality of being resonant", "resonance"], ["ring", "the sound of a bell ringing; ; ; --E. A. Poe", "ring"], ["sonority", "having the character of a loud deep sound; the quality of being resonant", "sonority"], ["plangency", "having the character of a loud deep sound; the quality of being resonant", "plangency"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant", "sonorousness"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant", "reverberance"]]}, {"answer": "ringlet", "hint": "synonyms for ringlet", "clues": [["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curl"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "gyre"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "whorl"], ["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curlicue"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "roll"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "scroll"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "coil"]]}, {"answer": "rings", "hint": "synonyms for rings", "clues": [["ringing", "the sound of a bell ringing; ; ; --E. A. Poe", "ringing"], ["halo", "a toroidal shape", "halo"], ["doughnut", "a toroidal shape", "doughnut"], ["mob", "an association of criminals", "mob"], ["anchor ring", "a toroidal shape", "anchor ring"], ["band", "a strip of material attached to the leg of a bird to identify it (as in studies of bird migration)", "band"], ["gang", "an association of criminals", "gang"], ["pack", "an association of criminals", "pack"], ["tintinnabulation", "the sound of a bell ringing; ; ; --E. A. Poe", "tintinnabulation"], ["closed chain", "(chemistry) a chain of atoms in a molecule that forms a closed loop", "closed chain"], ["hoop", "a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling", "hoop"], ["annulus", "a toroidal shape", "annulus"]]}, {"answer": "riot", "hint": "synonyms for riot", "clues": [["drunken revelry", "a wild gathering involving excessive drinking and promiscuity", "drunken revelry"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity", "bacchanalia"], ["orgy", "a wild gathering involving excessive drinking and promiscuity", "orgy"], ["howler", "a joke that seems extremely funny", "howler"], ["public violence", "a public act of violence by an unruly mob", "public violence"], ["sidesplitter", "a joke that seems extremely funny", "sidesplitter"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity", "debauchery"], ["debauch", "a wild gathering involving excessive drinking and promiscuity", "debauch"], ["saturnalia", "a wild gathering involving excessive drinking and promiscuity", "saturnalia"], ["belly laugh", "a joke that seems extremely funny", "belly laugh"], ["thigh-slapper", "a joke that seems extremely funny", "thigh-slapper"], ["scream", "a joke that seems extremely funny", "scream"], ["wow", "a joke that seems extremely funny", "wow"]]}, {"answer": "rip", "hint": "synonyms for rip", "clues": [["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "countercurrent"], ["rent", "an opening made forcibly as by pulling apart", "rent"], ["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "crosscurrent"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "riptide"], ["split", "the act of rending or ripping or splitting something", "split"], ["tear", "an opening made forcibly as by pulling apart", "tear"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "tide rip"], ["snag", "an opening made forcibly as by pulling apart", "snag"]]}, {"answer": "riposte", "hint": "synonyms for riposte", "clues": [["rejoinder", "a quick reply to a question or remark (especially a witty or critical one)", "rejoinder"], ["retort", "a quick reply to a question or remark (especially a witty or critical one)", "retort"], ["replication", "a quick reply to a question or remark (especially a witty or critical one)", "replication"], ["return", "a quick reply to a question or remark (especially a witty or critical one)", "return"], ["counter", "a quick reply to a question or remark (especially a witty or critical one)", "counter"], ["comeback", "a quick reply to a question or remark (especially a witty or critical one)", "comeback"]]}, {"answer": "riptide", "hint": "synonyms for riptide", "clues": [["rip current", "a strong surface current flowing outwards from a shore", "rip current"], ["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "rip"], ["tide rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "tide rip"], ["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "crosscurrent"], ["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "countercurrent"]]}, {"answer": "rise", "hint": "synonyms for rise", "clues": [["procession", "(theology) the origination of the Holy Spirit at Pentecost", "procession"], ["raise", "the amount a salary is increased", "raise"], ["ascending", "the act of changing location in an upward direction", "ascending"], ["rising slope", "the property possessed by a slope or surface that rises", "rising slope"], ["lift", "a wave that lifts the surface of the water or ground", "lift"], ["wage hike", "the amount a salary is increased", "wage hike"], ["upgrade", "an upward slope or grade (as in a road)", "upgrade"], ["ascent", "the act of changing location in an upward direction", "ascent"], ["wage increase", "the amount a salary is increased", "wage increase"], ["emanation", "(theology) the origination of the Holy Spirit at Pentecost", "emanation"], ["climb", "an upward slope or grade (as in a road)", "climb"], ["ascension", "the act of changing location in an upward direction", "ascension"], ["boost", "an increase in cost", "boost"], ["acclivity", "an upward slope or grade (as in a road)", "acclivity"], ["cost increase", "an increase in cost", "cost increase"], ["hike", "the amount a salary is increased", "hike"], ["rising", "a movement upward", "rising"], ["advance", "increase in price or value", "advance"], ["salary increase", "the amount a salary is increased", "salary increase"]]}, {"answer": "risk", "hint": "synonyms for risk", "clues": [["danger", "a venture undertaken without regard to possible loss or injury", "danger"], ["peril", "a venture undertaken without regard to possible loss or injury", "peril"], ["risk of exposure", "the probability of being exposed to an infectious agent", "risk of exposure"], ["risk of infection", "the probability of becoming infected given that exposure to an infectious agent has occurred", "risk of infection"]]}, {"answer": "river_basin", "hint": "synonyms for river basin", "clues": [["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage basin"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage area"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment basin"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "basin"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment area"], ["watershed", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "watershed"]]}, {"answer": "rivulet", "hint": "synonyms for rivulet", "clues": [["rill", "a small stream", "rill"], ["run", "a small stream", "run"], ["streamlet", "a small stream", "streamlet"], ["runnel", "a small stream", "runnel"]]}, {"answer": "roach", "hint": "synonyms for roach", "clues": [["circle", "street names for flunitrazepan", "circle"], ["rophy", "street names for flunitrazepan", "rophy"], ["roofy", "street names for flunitrazepan", "roofy"], ["forget me drug", "street names for flunitrazepan", "forget me drug"], ["rope", "street names for flunitrazepan", "rope"]]}, {"answer": "roar", "hint": "synonyms for roar", "clues": [["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"], ["roaring", "a deep prolonged loud noise", "roaring"], ["boom", "a deep prolonged loud noise", "boom"], ["thunder", "a deep prolonged loud noise", "thunder"], ["yowl", "a very loud utterance (like the sound of an animal)", "yowl"]]}, {"answer": "rock", "hint": "synonyms for rock", "clues": [["tilt", "pitching dangerously to one side", "tilt"], ["rock 'n' roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock 'n' roll"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock-and-roll"], ["careen", "pitching dangerously to one side", "careen"], ["stone", "a lump or mass of hard consolidated mineral matter", "stone"], ["sway", "pitching dangerously to one side", "sway"], ["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock and roll"], ["rock candy", "hard bright-colored stick candy (typically flavored with peppermint)", "rock candy"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock music"]]}, {"answer": "rock'n'roll", "hint": "synonyms for rock'n'roll", "clues": [["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock"], ["rock 'n' roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock 'n' roll"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock-and-roll"], ["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock and roll"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock music"]]}, {"answer": "rock-and-roll", "hint": "synonyms for rock-and-roll", "clues": [["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock"], ["rock 'n' roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock 'n' roll"], ["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock and roll"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock music"]]}, {"answer": "rock_'n'_roll", "hint": "synonyms for rock 'n' roll", "clues": [["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock-and-roll"], ["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock and roll"], ["rock'n'roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock'n'roll"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock music"]]}, {"answer": "rock_and_roll", "hint": "synonyms for rock and roll", "clues": [["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock"], ["rock 'n' roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock 'n' roll"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock-and-roll"], ["rock music", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock music"]]}, {"answer": "rock_music", "hint": "synonyms for rock music", "clues": [["rock", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock"], ["rock 'n' roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock 'n' roll"], ["rock-and-roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock-and-roll"], ["rock and roll", "a genre of popular music originating in the 1950s; a blend of black rhythm-and-blues with white country-and-western", "rock and roll"]]}, {"answer": "rock_oil", "hint": "synonyms for rock oil", "clues": [["petroleum", "a dark oil consisting mainly of hydrocarbons", "petroleum"], ["oil", "a dark oil consisting mainly of hydrocarbons", "oil"], ["fossil oil", "a dark oil consisting mainly of hydrocarbons", "fossil oil"], ["crude", "a dark oil consisting mainly of hydrocarbons", "crude"], ["crude oil", "a dark oil consisting mainly of hydrocarbons", "crude oil"]]}, {"answer": "rockers", "hint": "synonyms for rockers", "clues": [["rocking chair", "a chair mounted on rockers", "rocking chair"], ["rocker", "a chair mounted on rockers", "rocker"], ["cradle", "a trough that can be rocked back and forth; used by gold miners to shake auriferous earth in water in order to separate the gold", "cradle"], ["bikers", "originally a British youth subculture that evolved out of the teddy boys in the 1960s; wore black leather jackets and jeans and boots; had greased hair and rode motorcycles and listened to rock'n'roll; were largely unskilled manual laborers", "bikers"]]}, {"answer": "roguery", "hint": "synonyms for roguery", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"]]}, {"answer": "roguishness", "hint": "synonyms for roguishness", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["prankishness", "the trait of indulging in disreputable pranks", "prankishness"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["shenanigan", "reckless or malicious behavior that causes discomfort or annoyance in others", "shenanigan"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"]]}, {"answer": "role", "hint": "synonyms for role", "clues": [["purpose", "what something is used for", "purpose"], ["part", "an actor's portrayal of someone in a play", "part"], ["function", "what something is used for", "function"], ["persona", "an actor's portrayal of someone in a play", "persona"], ["theatrical role", "an actor's portrayal of someone in a play", "theatrical role"], ["use", "what something is used for", "use"], ["office", "the actions and activities assigned to or required or expected of a person or group", "office"], ["character", "an actor's portrayal of someone in a play", "character"]]}, {"answer": "roll", "hint": "synonyms for roll", "clues": [["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curlicue"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curl"], ["drum roll", "the sound of a drum (especially a snare drum) beaten rapidly and continuously", "drum roll"], ["paradiddle", "the sound of a drum (especially a snare drum) beaten rapidly and continuously", "paradiddle"], ["scroll", "a document that can be rolled up (as for storage)", "scroll"], ["rolling wave", "a long heavy sea wave as it advances towards the shore", "rolling wave"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "whorl"], ["rolling", "a deep prolonged sound (as of thunder or large bells)", "rolling"], ["roller", "a long heavy sea wave as it advances towards the shore", "roller"], ["bankroll", "a roll of currency notes (often taken as the resources of a person or business etc.)", "bankroll"], ["roster", "a list of names", "roster"], ["axial rotation", "rotary motion of an object around its own axis", "axial rotation"], ["bun", "small rounded bread either plain or sweet", "bun"], ["axial motion", "rotary motion of an object around its own axis", "axial motion"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "gyre"], ["bowl", "the act of rolling something (as the ball in bowling)", "bowl"], ["pealing", "a deep prolonged sound (as of thunder or large bells)", "pealing"], ["cast", "the act of throwing dice", "cast"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "ringlet"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "coil"]]}, {"answer": "roll_in_the_hay", "hint": "synonyms for roll in the hay", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"]]}, {"answer": "roller", "hint": "synonyms for roller", "clues": [["roll", "a long heavy sea wave as it advances towards the shore", "roll"], ["rolling wave", "a long heavy sea wave as it advances towards the shore", "rolling wave"], ["crimper", "a mechanical device consisting of a cylindrical tube around which the hair is wound to curl it", "crimper"], ["hair curler", "a mechanical device consisting of a cylindrical tube around which the hair is wound to curl it", "hair curler"], ["curler", "a mechanical device consisting of a cylindrical tube around which the hair is wound to curl it", "curler"]]}, {"answer": "roma", "hint": "synonyms for roma", "clues": [["fixed storage", "(computer science) memory whose contents can be accessed and read but cannot be changed", "fixed storage"], ["capital of Italy", "capital and largest city of Italy; on the Tiber; seat of the Roman Catholic Church; formerly the capital of the Roman Republic and the Roman Empire", "capital of Italy"], ["read-only memory", "(computer science) memory whose contents can be accessed and read but cannot be changed", "read-only memory"], ["read-only storage", "(computer science) memory whose contents can be accessed and read but cannot be changed", "read-only storage"]]}, {"answer": "romans", "hint": "synonyms for romans", "clues": [["roman letters", "a typeface used in ancient Roman inscriptions", "roman letters"], ["roman", "a typeface used in ancient Roman inscriptions", "roman"], ["roman type", "a typeface used in ancient Roman inscriptions", "roman type"], ["roman print", "a typeface used in ancient Roman inscriptions", "roman print"]]}, {"answer": "romp", "hint": "synonyms for romp", "clues": [["laugher", "an easy victory", "laugher"], ["gambol", "gay or light-hearted recreational activity for diversion or amusement", "gambol"], ["caper", "gay or light-hearted recreational activity for diversion or amusement", "caper"], ["blowout", "an easy victory", "blowout"], ["shoo-in", "an easy victory", "shoo-in"], ["play", "gay or light-hearted recreational activity for diversion or amusement", "play"], ["walkaway", "an easy victory", "walkaway"], ["frolic", "gay or light-hearted recreational activity for diversion or amusement", "frolic"], ["runaway", "an easy victory", "runaway"]]}, {"answer": "roofy", "hint": "synonyms for roofy", "clues": [["circle", "street names for flunitrazepan", "circle"], ["roach", "street names for flunitrazepan", "roach"], ["rophy", "street names for flunitrazepan", "rophy"], ["forget me drug", "street names for flunitrazepan", "forget me drug"], ["rope", "street names for flunitrazepan", "rope"]]}, {"answer": "rooms", "hint": "synonyms for rooms", "clues": [["way", "space for movement", "way"], ["room", "the people who are present in a room", "room"], ["elbow room", "space for movement", "elbow room"], ["suite", "apartment consisting of a series of connected rooms used as a living unit (as in a hotel)", "suite"]]}, {"answer": "root", "hint": "synonyms for root", "clues": [["origin", "the place where something begins, where it springs into being", "origin"], ["source", "the place where something begins, where it springs into being", "source"], ["root word", "(linguistics) the form of a word after all affixes are removed", "root word"], ["rootage", "the place where something begins, where it springs into being", "rootage"], ["radical", "(linguistics) the form of a word after all affixes are removed", "radical"], ["beginning", "the place where something begins, where it springs into being", "beginning"], ["theme", "(linguistics) the form of a word after all affixes are removed", "theme"], ["solution", "the set of values that give a true statement when substituted into an equation", "solution"], ["etymon", "a simple form inferred as the common basis from which related words in several languages can be derived by linguistic processes", "etymon"], ["base", "(linguistics) the form of a word after all affixes are removed", "base"], ["stem", "(linguistics) the form of a word after all affixes are removed", "stem"]]}, {"answer": "root_word", "hint": "synonyms for root word", "clues": [["radical", "(linguistics) the form of a word after all affixes are removed", "radical"], ["theme", "(linguistics) the form of a word after all affixes are removed", "theme"], ["base", "(linguistics) the form of a word after all affixes are removed", "base"], ["root", "(linguistics) the form of a word after all affixes are removed", "root"], ["stem", "(linguistics) the form of a word after all affixes are removed", "stem"]]}, {"answer": "rootage", "hint": "synonyms for rootage", "clues": [["source", "the place where something begins, where it springs into being", "source"], ["beginning", "the place where something begins, where it springs into being", "beginning"], ["origin", "the place where something begins, where it springs into being", "origin"], ["root", "the place where something begins, where it springs into being", "root"]]}, {"answer": "roots", "hint": "synonyms for roots", "clues": [["origin", "the place where something begins, where it springs into being", "origin"], ["source", "the place where something begins, where it springs into being", "source"], ["root word", "(linguistics) the form of a word after all affixes are removed", "root word"], ["root", "a number that, when multiplied by itself some number of times, equals a given number", "root"], ["rootage", "the place where something begins, where it springs into being", "rootage"], ["radical", "(linguistics) the form of a word after all affixes are removed", "radical"], ["beginning", "the place where something begins, where it springs into being", "beginning"], ["theme", "(linguistics) the form of a word after all affixes are removed", "theme"], ["solution", "the set of values that give a true statement when substituted into an equation", "solution"], ["base", "(linguistics) the form of a word after all affixes are removed", "base"], ["etymon", "a simple form inferred as the common basis from which related words in several languages can be derived by linguistic processes", "etymon"], ["stem", "(linguistics) the form of a word after all affixes are removed", "stem"]]}, {"answer": "rope", "hint": "synonyms for rope", "clues": [["circle", "street names for flunitrazepan", "circle"], ["roach", "street names for flunitrazepan", "roach"], ["rophy", "street names for flunitrazepan", "rophy"], ["roofy", "street names for flunitrazepan", "roofy"], ["forget me drug", "street names for flunitrazepan", "forget me drug"]]}, {"answer": "ropeway", "hint": "synonyms for ropeway", "clues": [["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tram"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "aerial tramway"], ["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "cable tramway"], ["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tramway"]]}, {"answer": "rophy", "hint": "synonyms for rophy", "clues": [["circle", "street names for flunitrazepan", "circle"], ["roach", "street names for flunitrazepan", "roach"], ["roofy", "street names for flunitrazepan", "roofy"], ["forget me drug", "street names for flunitrazepan", "forget me drug"], ["rope", "street names for flunitrazepan", "rope"]]}, {"answer": "ropiness", "hint": "synonyms for ropiness", "clues": [["cohesiveness", "the property of being cohesive and sticky", "cohesiveness"], ["gluiness", "the property of being cohesive and sticky", "gluiness"], ["viscidness", "the property of being cohesive and sticky", "viscidness"], ["gumminess", "the property of being cohesive and sticky", "gumminess"], ["tackiness", "the property of being cohesive and sticky", "tackiness"], ["glueyness", "the property of being cohesive and sticky", "glueyness"], ["viscidity", "the property of being cohesive and sticky", "viscidity"]]}, {"answer": "rostrum", "hint": "synonyms for rostrum", "clues": [["ambo", "a platform raised above the surrounding level to give prominence to the person on it", "ambo"], ["stump", "a platform raised above the surrounding level to give prominence to the person on it", "stump"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it", "pulpit"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it", "dais"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it", "soapbox"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it", "podium"]]}, {"answer": "rot", "hint": "synonyms for rot", "clues": [["rotting", "(biology) the process of decay caused by bacterial or fungal action", "rotting"], ["hogwash", "unacceptable behavior (especially ludicrously false statements)", "hogwash"], ["bunk", "unacceptable behavior (especially ludicrously false statements)", "bunk"], ["buncombe", "unacceptable behavior (especially ludicrously false statements)", "buncombe"], ["decomposition", "(biology) the process of decay caused by bacterial or fungal action", "decomposition"], ["guff", "unacceptable behavior (especially ludicrously false statements)", "guff"], ["bunkum", "unacceptable behavior (especially ludicrously false statements)", "bunkum"], ["putrefaction", "(biology) the process of decay caused by bacterial or fungal action", "putrefaction"]]}, {"answer": "rotundity", "hint": "synonyms for rotundity", "clues": [["roundness", "the fullness of a tone of voice", "roundness"], ["globularness", "the roundness of a 3-dimensional object", "globularness"], ["sphericity", "the roundness of a 3-dimensional object", "sphericity"], ["sphericalness", "the roundness of a 3-dimensional object", "sphericalness"], ["globosity", "the roundness of a 3-dimensional object", "globosity"]]}, {"answer": "rotundness", "hint": "synonyms for rotundness", "clues": [["globularness", "the roundness of a 3-dimensional object", "globularness"], ["rotundity", "the roundness of a 3-dimensional object", "rotundity"], ["sphericalness", "the roundness of a 3-dimensional object", "sphericalness"], ["globosity", "the roundness of a 3-dimensional object", "globosity"], ["sphericity", "the roundness of a 3-dimensional object", "sphericity"]]}, {"answer": "roughness", "hint": "synonyms for roughness", "clues": [["harshness", "the quality of being unpleasant (harsh or rough or grating) to the senses", "harshness"], ["indentation", "the formation of small pits in a surface as a consequence of corrosion", "indentation"], ["crudeness", "an unpolished unrefined quality", "crudeness"], ["raggedness", "a texture of a surface or edge that is not smooth but is irregular and uneven", "raggedness"], ["pitting", "the formation of small pits in a surface as a consequence of corrosion", "pitting"]]}, {"answer": "row", "hint": "synonyms for row", "clues": [["wrangle", "an angry dispute", "wrangle"], ["rowing", "the act of rowing as a sport", "rowing"], ["run-in", "an angry dispute", "run-in"], ["dustup", "an angry dispute", "dustup"], ["course", "(construction) a layer of masonry", "course"], ["quarrel", "an angry dispute", "quarrel"], ["words", "an angry dispute", "words"]]}, {"answer": "rowlock", "hint": "synonyms for rowlock", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "peg"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "tholepin"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "oarlock"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "thole"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "pin"]]}, {"answer": "rub", "hint": "synonyms for rub", "clues": [["wipe", "the act of rubbing or wiping", "wipe"], ["snag", "an unforeseen obstacle", "snag"], ["hitch", "an unforeseen obstacle", "hitch"], ["hang-up", "an unforeseen obstacle", "hang-up"]]}, {"answer": "rubbish", "hint": "synonyms for rubbish", "clues": [["folderol", "nonsensical talk or writing", "folderol"], ["applesauce", "nonsensical talk or writing", "applesauce"], ["trumpery", "nonsensical talk or writing", "trumpery"], ["codswallop", "nonsensical talk or writing", "codswallop"], ["trash", "nonsensical talk or writing", "trash"], ["scrap", "worthless material that is to be disposed of", "scrap"], ["wish-wash", "nonsensical talk or writing", "wish-wash"], ["tripe", "nonsensical talk or writing", "tripe"]]}, {"answer": "rubbish_dump", "hint": "synonyms for rubbish dump", "clues": [["dump", "a piece of land where waste materials are dumped", "dump"], ["dumpsite", "a piece of land where waste materials are dumped", "dumpsite"], ["wasteyard", "a piece of land where waste materials are dumped", "wasteyard"], ["garbage dump", "a piece of land where waste materials are dumped", "garbage dump"], ["trash dump", "a piece of land where waste materials are dumped", "trash dump"]]}, {"answer": "rubbish_heap", "hint": "synonyms for rubbish heap", "clues": [["refuse heap", "an accumulation of refuse and discarded matter", "refuse heap"], ["junk pile", "an accumulation of refuse and discarded matter", "junk pile"], ["garbage heap", "an accumulation of refuse and discarded matter", "garbage heap"], ["junk heap", "an accumulation of refuse and discarded matter", "junk heap"], ["trash pile", "an accumulation of refuse and discarded matter", "trash pile"], ["scrapheap", "an accumulation of refuse and discarded matter", "scrapheap"], ["trash heap", "an accumulation of refuse and discarded matter", "trash heap"]]}, {"answer": "rubble", "hint": "synonyms for rubble", "clues": [["dust", "the remains of something that has been destroyed or broken up", "dust"], ["junk", "the remains of something that has been destroyed or broken up", "junk"], ["debris", "the remains of something that has been destroyed or broken up", "debris"], ["detritus", "the remains of something that has been destroyed or broken up", "detritus"]]}, {"answer": "rucksack", "hint": "synonyms for rucksack", "clues": [["backpack", "a bag carried by a strap on your back or shoulder", "backpack"], ["packsack", "a bag carried by a strap on your back or shoulder", "packsack"], ["haversack", "a bag carried by a strap on your back or shoulder", "haversack"], ["knapsack", "a bag carried by a strap on your back or shoulder", "knapsack"]]}, {"answer": "ruckus", "hint": "synonyms for ruckus", "clues": [["rumpus", "the act of making a noisy disturbance", "rumpus"], ["commotion", "the act of making a noisy disturbance", "commotion"], ["din", "the act of making a noisy disturbance", "din"], ["ruction", "the act of making a noisy disturbance", "ruction"], ["tumult", "the act of making a noisy disturbance", "tumult"]]}, {"answer": "ruction", "hint": "synonyms for ruction", "clues": [["rumpus", "the act of making a noisy disturbance", "rumpus"], ["commotion", "the act of making a noisy disturbance", "commotion"], ["ruckus", "the act of making a noisy disturbance", "ruckus"], ["din", "the act of making a noisy disturbance", "din"], ["tumult", "the act of making a noisy disturbance", "tumult"]]}, {"answer": "rudiments", "hint": "synonyms for rudiments", "clues": [["first principle", "the elementary stages of any subject (usually plural)", "first principle"], ["alphabet", "the elementary stages of any subject (usually plural)", "alphabet"], ["first rudiment", "the elementary stages of any subject (usually plural)", "first rudiment"], ["basics", "a statement of fundamental facts or principles", "basics"], ["rudiment", "the elementary stages of any subject (usually plural)", "rudiment"]]}, {"answer": "ruff", "hint": "synonyms for ruff", "clues": [["neck ruff", "a high tight collar", "neck ruff"], ["ruffle", "a high tight collar", "ruffle"], ["choker", "a high tight collar", "choker"], ["trumping", "(card games) the act of taking a trick with a trump when unable to follow suit", "trumping"]]}, {"answer": "ruffle", "hint": "synonyms for ruffle", "clues": [["furbelow", "a strip of pleated material used as a decoration or a trim", "furbelow"], ["choker", "a high tight collar", "choker"], ["fray", "a noisy fight", "fray"], ["neck ruff", "a high tight collar", "neck ruff"], ["ruff", "a high tight collar", "ruff"], ["disturbance", "a noisy fight", "disturbance"], ["flounce", "a strip of pleated material used as a decoration or a trim", "flounce"], ["affray", "a noisy fight", "affray"], ["frill", "a strip of pleated material used as a decoration or a trim", "frill"]]}, {"answer": "ruin", "hint": "synonyms for ruin", "clues": [["laying waste", "destruction achieved by causing something to be wrecked or ruined", "laying waste"], ["ruining", "destruction achieved by causing something to be wrecked or ruined", "ruining"], ["downfall", "failure that results in a loss of position or reputation", "downfall"], ["ruination", "failure that results in a loss of position or reputation", "ruination"], ["dilapidation", "the process of becoming dilapidated", "dilapidation"], ["wrecking", "destruction achieved by causing something to be wrecked or ruined", "wrecking"]]}, {"answer": "ruination", "hint": "synonyms for ruination", "clues": [["laying waste", "destruction achieved by causing something to be wrecked or ruined", "laying waste"], ["ruin", "destruction achieved by causing something to be wrecked or ruined", "ruin"], ["downfall", "failure that results in a loss of position or reputation", "downfall"], ["wrecking", "destruction achieved by causing something to be wrecked or ruined", "wrecking"]]}, {"answer": "ruining", "hint": "synonyms for ruining", "clues": [["laying waste", "destruction achieved by causing something to be wrecked or ruined", "laying waste"], ["ruination", "destruction achieved by causing something to be wrecked or ruined", "ruination"], ["ruin", "destruction achieved by causing something to be wrecked or ruined", "ruin"], ["wrecking", "destruction achieved by causing something to be wrecked or ruined", "wrecking"]]}, {"answer": "rule", "hint": "synonyms for rule", "clues": [["principle", "a basic generalization that is accepted as true and that can be used as a basis for reasoning or conduct", "principle"], ["formula", "(mathematics) a standard procedure for solving a class of mathematical problems", "formula"], ["prescript", "prescribed guide for conduct or action", "prescript"], ["linguistic rule", "(linguistics) a rule describing (or prescribing) a linguistic practice", "linguistic rule"], ["convention", "something regarded as a normative example", "convention"], ["pattern", "something regarded as a normative example", "pattern"], ["ruler", "measuring stick consisting of a strip of wood or metal or plastic with a straight edge that is used for drawing straight lines and measuring lengths", "ruler"], ["normal", "something regarded as a normative example", "normal"], ["regulation", "a principle or condition that customarily governs behavior", "regulation"]]}, {"answer": "rumination", "hint": "synonyms for rumination", "clues": [["musing", "a calm, lengthy, intent consideration", "musing"], ["thoughtfulness", "a calm, lengthy, intent consideration", "thoughtfulness"], ["reflexion", "a calm, lengthy, intent consideration", "reflexion"], ["contemplation", "a calm, lengthy, intent consideration", "contemplation"], ["reflection", "a calm, lengthy, intent consideration", "reflection"]]}, {"answer": "rumpus", "hint": "synonyms for rumpus", "clues": [["commotion", "the act of making a noisy disturbance", "commotion"], ["din", "the act of making a noisy disturbance", "din"], ["ruckus", "the act of making a noisy disturbance", "ruckus"], ["ruction", "the act of making a noisy disturbance", "ruction"], ["tumult", "the act of making a noisy disturbance", "tumult"]]}, {"answer": "run", "hint": "synonyms for run", "clues": [["running", "the act of running; traveling on foot at a fast pace", "running"], ["campaign", "a race between candidates for elective office", "campaign"], ["footrace", "a race run on foot", "footrace"], ["test", "the act of testing something", "test"], ["rill", "a small stream", "rill"], ["political campaign", "a race between candidates for elective office", "political campaign"], ["rivulet", "a small stream", "rivulet"], ["outpouring", "the pouring forth of a fluid", "outpouring"], ["running play", "(American football) a play in which a player attempts to carry the ball through or past the opposing team", "running play"], ["ravel", "a row of unravelled stitches", "ravel"], ["streamlet", "a small stream", "streamlet"], ["tally", "a score in baseball made by a runner touching all four bases safely", "tally"], ["streak", "an unbroken series of events", "streak"], ["discharge", "the pouring forth of a fluid", "discharge"], ["runnel", "a small stream", "runnel"], ["ladder", "a row of unravelled stitches", "ladder"], ["trial", "the act of testing something", "trial"], ["running game", "(American football) a play in which a player attempts to carry the ball through or past the opposing team", "running game"]]}, {"answer": "run-in", "hint": "synonyms for run-in", "clues": [["wrangle", "an angry dispute", "wrangle"], ["dustup", "an angry dispute", "dustup"], ["row", "an angry dispute", "row"], ["quarrel", "an angry dispute", "quarrel"], ["words", "an angry dispute", "words"]]}, {"answer": "rung", "hint": "synonyms for rung", "clues": [["spoke", "one of the crosspieces that form the steps of a ladder", "spoke"], ["round", "a crosspiece between the legs of a chair", "round"], ["rundle", "one of the crosspieces that form the steps of a ladder", "rundle"], ["stave", "a crosspiece between the legs of a chair", "stave"]]}, {"answer": "runnel", "hint": "synonyms for runnel", "clues": [["rill", "a small stream", "rill"], ["rivulet", "a small stream", "rivulet"], ["run", "a small stream", "run"], ["streamlet", "a small stream", "streamlet"]]}, {"answer": "runniness", "hint": "synonyms for runniness", "clues": [["liquidness", "the property of flowing easily", "liquidness"], ["fluidity", "the property of flowing easily", "fluidity"], ["liquidity", "the property of flowing easily", "liquidity"], ["fluidness", "the property of flowing easily", "fluidness"]]}, {"answer": "rupture", "hint": "synonyms for rupture", "clues": [["rift", "a personal or social separation (as between opposing factions)", "rift"], ["break", "a personal or social separation (as between opposing factions)", "break"], ["severance", "a personal or social separation (as between opposing factions)", "severance"], ["breach", "a personal or social separation (as between opposing factions)", "breach"], ["falling out", "a personal or social separation (as between opposing factions)", "falling out"]]}, {"answer": "s", "hint": "synonyms for s", "clues": [["reciprocal ohm", "a unit of conductance equal to the reciprocal of an ohm", "reciprocal ohm"], ["siemens", "a unit of conductance equal to the reciprocal of an ohm", "siemens"], ["south", "the cardinal compass point that is at 180 degrees", "south"], ["due south", "the cardinal compass point that is at 180 degrees", "due south"], ["entropy", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work", "entropy"], ["atomic number 16", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)", "atomic number 16"], ["southward", "the cardinal compass point that is at 180 degrees", "southward"], ["mho", "a unit of conductance equal to the reciprocal of an ohm", "mho"], ["sec", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites", "sec"], ["second", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites", "second"], ["sulphur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)", "sulphur"], ["sulfur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)", "sulfur"], ["randomness", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work", "randomness"]]}, {"answer": "sabot", "hint": "synonyms for sabot", "clues": [["wooden shoe", "a shoe carved from a single block of wood", "wooden shoe"], ["clog", "footwear usually with wooden soles", "clog"], ["geta", "footwear usually with wooden soles", "geta"], ["patten", "footwear usually with wooden soles", "patten"]]}, {"answer": "sack", "hint": "synonyms for sack", "clues": [["sackful", "the quantity contained in a sack", "sackful"], ["dismissal", "the termination of someone's employment (leaving them free to depart)", "dismissal"], ["paper bag", "a bag made of paper or plastic for holding customer's purchases", "paper bag"], ["carrier bag", "a bag made of paper or plastic for holding customer's purchases", "carrier bag"], ["sac", "an enclosed space", "sac"], ["sacque", "a woman's full loose hiplength jacket", "sacque"], ["release", "the termination of someone's employment (leaving them free to depart)", "release"], ["discharge", "the termination of someone's employment (leaving them free to depart)", "discharge"], ["sacking", "the termination of someone's employment (leaving them free to depart)", "sacking"], ["pocket", "an enclosed space", "pocket"], ["liberation", "the termination of someone's employment (leaving them free to depart)", "liberation"], ["poke", "a bag made of paper or plastic for holding customer's purchases", "poke"], ["dismission", "the termination of someone's employment (leaving them free to depart)", "dismission"], ["pouch", "an enclosed space", "pouch"], ["firing", "the termination of someone's employment (leaving them free to depart)", "firing"], ["hammock", "a hanging bed of canvas or rope netting (usually suspended between two trees); swings easily", "hammock"], ["chemise", "a loose-fitting dress hanging straight from the shoulders without a waist", "chemise"], ["shift", "a loose-fitting dress hanging straight from the shoulders without a waist", "shift"]]}, {"answer": "sacking", "hint": "synonyms for sacking", "clues": [["dismissal", "the termination of someone's employment (leaving them free to depart)", "dismissal"], ["bagging", "coarse fabric used for bags or sacks", "bagging"], ["release", "the termination of someone's employment (leaving them free to depart)", "release"], ["discharge", "the termination of someone's employment (leaving them free to depart)", "discharge"], ["firing", "the termination of someone's employment (leaving them free to depart)", "firing"], ["dismission", "the termination of someone's employment (leaving them free to depart)", "dismission"], ["liberation", "the termination of someone's employment (leaving them free to depart)", "liberation"], ["sack", "the termination of someone's employment (leaving them free to depart)", "sack"]]}, {"answer": "saddleback", "hint": "synonyms for saddleback", "clues": [["gable roof", "a double sloping roof with a ridge and gables at each end", "gable roof"], ["saddle", "a pass or ridge that slopes gently between two peaks (is shaped like a saddle)", "saddle"], ["saddle roof", "a double sloping roof with a ridge and gables at each end", "saddle roof"], ["saddleback roof", "a double sloping roof with a ridge and gables at each end", "saddleback roof"]]}, {"answer": "safe-deposit", "hint": "synonyms for safe-deposit", "clues": [["deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables", "deposit box"], ["lockbox", "a fireproof metal strongbox (usually in a bank) for storing valuables", "lockbox"], ["safety-deposit", "a fireproof metal strongbox (usually in a bank) for storing valuables", "safety-deposit"], ["safe-deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables", "safe-deposit box"]]}, {"answer": "safe-deposit_box", "hint": "synonyms for safe-deposit box", "clues": [["safe-deposit", "a fireproof metal strongbox (usually in a bank) for storing valuables", "safe-deposit"], ["deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables", "deposit box"], ["lockbox", "a fireproof metal strongbox (usually in a bank) for storing valuables", "lockbox"], ["safety deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables", "safety deposit box"]]}, {"answer": "safety", "hint": "synonyms for safety", "clues": [["safe", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "safe"], ["rubber", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "rubber"], ["base hit", "(baseball) the successful act of striking a baseball in such a way that the batter reaches base safely", "base hit"], ["condom", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "condom"], ["guard", "a device designed to prevent injury or accidents", "guard"], ["prophylactic", "contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse", "prophylactic"], ["refuge", "a safe place", "refuge"], ["safety device", "a device designed to prevent injury or accidents", "safety device"]]}, {"answer": "safety-deposit", "hint": "synonyms for safety-deposit", "clues": [["safe-deposit", "a fireproof metal strongbox (usually in a bank) for storing valuables", "safe-deposit"], ["deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables", "deposit box"], ["lockbox", "a fireproof metal strongbox (usually in a bank) for storing valuables", "lockbox"], ["safety deposit box", "a fireproof metal strongbox (usually in a bank) for storing valuables", "safety deposit box"]]}, {"answer": "safety_valve", "hint": "synonyms for safety valve", "clues": [["escape valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape valve"], ["escape", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape"], ["relief valve", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "relief valve"], ["escape cock", "a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level", "escape cock"]]}, {"answer": "sagaciousness", "hint": "synonyms for sagaciousness", "clues": [["judgment", "the mental ability to understand and discriminate between relations", "judgment"], ["discernment", "the mental ability to understand and discriminate between relations", "discernment"], ["sagacity", "the trait of forming opinions by distinguishing and evaluating", "sagacity"], ["judiciousness", "the trait of forming opinions by distinguishing and evaluating", "judiciousness"]]}, {"answer": "sagacity", "hint": "synonyms for sagacity", "clues": [["judgment", "the mental ability to understand and discriminate between relations", "judgment"], ["discernment", "the mental ability to understand and discriminate between relations", "discernment"], ["sagaciousness", "the mental ability to understand and discriminate between relations", "sagaciousness"], ["judiciousness", "the trait of forming opinions by distinguishing and evaluating", "judiciousness"]]}, {"answer": "sailing", "hint": "synonyms for sailing", "clues": [["navigation", "the work of a sailor", "navigation"], ["soaring", "the activity of flying a glider", "soaring"], ["glide", "the activity of flying a glider", "glide"], ["gliding", "the activity of flying a glider", "gliding"], ["sailplaning", "the activity of flying a glider", "sailplaning"], ["seafaring", "the work of a sailor", "seafaring"]]}, {"answer": "sailor", "hint": "synonyms for sailor", "clues": [["straw hat", "a stiff hat made of straw with a flat crown", "straw hat"], ["skimmer", "a stiff hat made of straw with a flat crown", "skimmer"], ["leghorn", "a stiff hat made of straw with a flat crown", "leghorn"], ["boater", "a stiff hat made of straw with a flat crown", "boater"]]}, {"answer": "sailplaning", "hint": "synonyms for sailplaning", "clues": [["sailing", "the activity of flying a glider", "sailing"], ["gliding", "the activity of flying a glider", "gliding"], ["soaring", "the activity of flying a glider", "soaring"], ["glide", "the activity of flying a glider", "glide"]]}, {"answer": "saint_elmo's_fire", "hint": "synonyms for saint elmo's fire", "clues": [["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere", "electric glow"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corposant"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona"], ["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona discharge"]]}, {"answer": "saint_elmo's_light", "hint": "synonyms for saint elmo's light", "clues": [["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere", "electric glow"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corposant"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona"], ["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona discharge"]]}, {"answer": "saint_ulmo's_fire", "hint": "synonyms for saint ulmo's fire", "clues": [["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere", "electric glow"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corposant"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona"], ["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona discharge"]]}, {"answer": "saint_ulmo's_light", "hint": "synonyms for saint ulmo's light", "clues": [["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere", "electric glow"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corposant"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona"], ["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona discharge"]]}, {"answer": "sal_soda", "hint": "synonyms for sal soda", "clues": [["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sodium carbonate"], ["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "washing soda"], ["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda ash"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda"]]}, {"answer": "salaciousness", "hint": "synonyms for salaciousness", "clues": [["bawdiness", "the trait of behaving in an obscene manner", "bawdiness"], ["salacity", "the trait of behaving in an obscene manner", "salacity"], ["lewdness", "the trait of behaving in an obscene manner", "lewdness"], ["obscenity", "the trait of behaving in an obscene manner", "obscenity"]]}, {"answer": "salacity", "hint": "synonyms for salacity", "clues": [["bawdiness", "the trait of behaving in an obscene manner", "bawdiness"], ["lewdness", "the trait of behaving in an obscene manner", "lewdness"], ["obscenity", "the trait of behaving in an obscene manner", "obscenity"], ["salaciousness", "the trait of behaving in an obscene manner", "salaciousness"]]}, {"answer": "salary", "hint": "synonyms for salary", "clues": [["remuneration", "something that remunerates", "remuneration"], ["earnings", "something that remunerates", "earnings"], ["wage", "something that remunerates", "wage"], ["pay", "something that remunerates", "pay"]]}, {"answer": "salary_increase", "hint": "synonyms for salary increase", "clues": [["wage hike", "the amount a salary is increased", "wage hike"], ["hike", "the amount a salary is increased", "hike"], ["wage increase", "the amount a salary is increased", "wage increase"], ["rise", "the amount a salary is increased", "rise"]]}, {"answer": "saleratus", "hint": "synonyms for saleratus", "clues": [["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "bicarbonate of soda"], ["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "baking soda"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium bicarbonate"], ["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium hydrogen carbonate"]]}, {"answer": "sales", "hint": "synonyms for sales", "clues": [["sale", "a particular instance of selling", "sale"], ["gross sales", "income (at invoice values) received for goods and services over some given period of time", "gross sales"], ["gross revenue", "income (at invoice values) received for goods and services over some given period of time", "gross revenue"], ["sales event", "an occasion (usually brief) for buying at specially reduced prices", "sales event"], ["sales agreement", "an agreement (or contract) in which property is transferred from the seller (vendor) to the buyer (vendee) for a fixed price in money (paid or agreed to be paid by the buyer)", "sales agreement"], ["cut-rate sale", "an occasion (usually brief) for buying at specially reduced prices", "cut-rate sale"]]}, {"answer": "sally", "hint": "synonyms for sally", "clues": [["crack", "witty remark", "crack"], ["sortie", "a military action in which besieged troops burst forth from their position", "sortie"], ["wisecrack", "witty remark", "wisecrack"], ["sallying forth", "a venture off the beaten path", "sallying forth"], ["quip", "witty remark", "quip"]]}, {"answer": "salmagundi", "hint": "synonyms for salmagundi", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["motley", "a collection containing a variety of sorts of things", "motley"]]}, {"answer": "saloon", "hint": "synonyms for saloon", "clues": [["barroom", "a room or establishment where alcoholic drinks are served over a counter", "barroom"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals", "gin mill"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pothouse"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals", "public house"], ["taproom", "a room or establishment where alcoholic drinks are served over a counter", "taproom"], ["sedan", "a car that is closed and that has front and rear seats and two or four doors", "sedan"], ["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pub"], ["bar", "a room or establishment where alcoholic drinks are served over a counter", "bar"], ["taphouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "taphouse"]]}, {"answer": "saltation", "hint": "synonyms for saltation", "clues": [["jump", "an abrupt transition", "jump"], ["dance", "taking a series of rhythmical steps (and movements) in time to music", "dance"], ["leap", "an abrupt transition", "leap"], ["terpsichore", "taking a series of rhythmical steps (and movements) in time to music", "terpsichore"], ["spring", "a light, self-propelled movement upwards or forwards", "spring"], ["bounce", "a light, self-propelled movement upwards or forwards", "bounce"], ["dancing", "taking a series of rhythmical steps (and movements) in time to music", "dancing"], ["bound", "a light, self-propelled movement upwards or forwards", "bound"]]}, {"answer": "saltpeter", "hint": "synonyms for saltpeter", "clues": [["potassium nitrate", "(KNO3) used especially as a fertilizer and explosive", "potassium nitrate"], ["niter", "(KNO3) used especially as a fertilizer and explosive", "niter"], ["nitre", "(KNO3) used especially as a fertilizer and explosive", "nitre"], ["saltpetre", "(KNO3) used especially as a fertilizer and explosive", "saltpetre"]]}, {"answer": "saltpetre", "hint": "synonyms for saltpetre", "clues": [["potassium nitrate", "(KNO3) used especially as a fertilizer and explosive", "potassium nitrate"], ["niter", "(KNO3) used especially as a fertilizer and explosive", "niter"], ["nitre", "(KNO3) used especially as a fertilizer and explosive", "nitre"], ["saltpeter", "(KNO3) used especially as a fertilizer and explosive", "saltpeter"]]}, {"answer": "salve", "hint": "synonyms for salve", "clues": [["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unguent"], ["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unction"], ["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "balm"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "ointment"]]}, {"answer": "sanatorium", "hint": "synonyms for sanatorium", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["sanatarium", "a hospital for recuperation or for the treatment of chronic diseases", "sanatarium"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["snake pit", "pejorative terms for an insane asylum", "snake pit"]]}, {"answer": "sanction", "hint": "synonyms for sanction", "clues": [["authorisation", "official permission or approval", "authorisation"], ["indorsement", "formal and explicit approval", "indorsement"], ["authority", "official permission or approval", "authority"], ["warrant", "formal and explicit approval", "warrant"], ["imprimatur", "formal and explicit approval", "imprimatur"], ["countenance", "formal and explicit approval", "countenance"]]}, {"answer": "sanctuary", "hint": "synonyms for sanctuary", "clues": [["chancel", "area around the altar of a church for the clergy and choir; often enclosed by a lattice or railing", "chancel"], ["refuge", "a shelter from danger or hardship", "refuge"], ["bema", "area around the altar of a church for the clergy and choir; often enclosed by a lattice or railing", "bema"], ["asylum", "a shelter from danger or hardship", "asylum"]]}, {"answer": "sand", "hint": "synonyms for sand", "clues": [["gumption", "fortitude and determination", "gumption"], ["backbone", "fortitude and determination", "backbone"], ["moxie", "fortitude and determination", "moxie"], ["grit", "fortitude and determination", "grit"], ["guts", "fortitude and determination", "guts"]]}, {"answer": "sands", "hint": "synonyms for sands", "clues": [["gumption", "fortitude and determination", "gumption"], ["litoral", "the region of the shore of a lake or sea or ocean", "litoral"], ["grit", "fortitude and determination", "grit"], ["sand", "a loose material consisting of grains of rock or coral", "sand"], ["littoral zone", "the region of the shore of a lake or sea or ocean", "littoral zone"], ["backbone", "fortitude and determination", "backbone"], ["moxie", "fortitude and determination", "moxie"], ["guts", "fortitude and determination", "guts"]]}, {"answer": "sang-froid", "hint": "synonyms for sang-froid", "clues": [["assuredness", "great coolness and composure under strain", "assuredness"], ["cool", "great coolness and composure under strain", "cool"], ["poise", "great coolness and composure under strain", "poise"], ["aplomb", "great coolness and composure under strain", "aplomb"]]}, {"answer": "sapidity", "hint": "synonyms for sapidity", "clues": [["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["tang", "the taste experience when a savoury condiment is taken into the mouth", "tang"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth", "flavor"], ["sapidness", "a pleasant flavor", "sapidness"]]}, {"answer": "sash", "hint": "synonyms for sash", "clues": [["window sash", "a framework that holds the panes of a window in the window frame", "window sash"], ["waistband", "a band of material around the waist that strengthens a skirt or trousers", "waistband"], ["waistcloth", "a band of material around the waist that strengthens a skirt or trousers", "waistcloth"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers", "girdle"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers", "cincture"]]}, {"answer": "sashay", "hint": "synonyms for sashay", "clues": [["outing", "a journey taken for pleasure", "outing"], ["junket", "a journey taken for pleasure", "junket"], ["chasse", "(ballet) quick gliding steps with one foot always leading", "chasse"], ["jaunt", "a journey taken for pleasure", "jaunt"], ["excursion", "a journey taken for pleasure", "excursion"], ["pleasure trip", "a journey taken for pleasure", "pleasure trip"], ["expedition", "a journey taken for pleasure", "expedition"]]}, {"answer": "sass", "hint": "synonyms for sass", "clues": [["lip", "an impudent or insolent rejoinder", "lip"], ["sassing", "an impudent or insolent rejoinder", "sassing"], ["backtalk", "an impudent or insolent rejoinder", "backtalk"], ["mouth", "an impudent or insolent rejoinder", "mouth"]]}, {"answer": "sassing", "hint": "synonyms for sassing", "clues": [["lip", "an impudent or insolent rejoinder", "lip"], ["sass", "an impudent or insolent rejoinder", "sass"], ["backtalk", "an impudent or insolent rejoinder", "backtalk"], ["mouth", "an impudent or insolent rejoinder", "mouth"]]}, {"answer": "saturation", "hint": "synonyms for saturation", "clues": [["vividness", "chromatic purity: freedom from dilution with white and hence vivid in hue", "vividness"], ["chroma", "chromatic purity: freedom from dilution with white and hence vivid in hue", "chroma"], ["impregnation", "the process of totally saturating something with a substance", "impregnation"], ["intensity", "chromatic purity: freedom from dilution with white and hence vivid in hue", "intensity"]]}, {"answer": "saturnalia", "hint": "synonyms for saturnalia", "clues": [["debauch", "a wild gathering involving excessive drinking and promiscuity", "debauch"], ["drunken revelry", "a wild gathering involving excessive drinking and promiscuity", "drunken revelry"], ["bacchanalia", "a wild gathering involving excessive drinking and promiscuity", "bacchanalia"], ["orgy", "a wild gathering involving excessive drinking and promiscuity", "orgy"], ["riot", "a wild gathering involving excessive drinking and promiscuity", "riot"], ["debauchery", "a wild gathering involving excessive drinking and promiscuity", "debauchery"]]}, {"answer": "saucer", "hint": "synonyms for saucer", "clues": [["dish", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation", "dish"], ["dish antenna", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation", "dish antenna"], ["disc", "something with a round shape resembling a flat circular plate", "disc"], ["dish aerial", "directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation", "dish aerial"], ["disk", "something with a round shape resembling a flat circular plate", "disk"], ["discus", "a disk used in throwing competitions", "discus"]]}, {"answer": "sauciness", "hint": "synonyms for sauciness", "clues": [["impertinence", "inappropriate playfulness", "impertinence"], ["archness", "inappropriate playfulness", "archness"], ["perkiness", "inappropriate playfulness", "perkiness"], ["pertness", "inappropriate playfulness", "pertness"]]}, {"answer": "saunter", "hint": "synonyms for saunter", "clues": [["stroll", "a leisurely walk (usually in some public place)", "stroll"], ["promenade", "a leisurely walk (usually in some public place)", "promenade"], ["amble", "a leisurely walk (usually in some public place)", "amble"], ["perambulation", "a leisurely walk (usually in some public place)", "perambulation"]]}, {"answer": "savagery", "hint": "synonyms for savagery", "clues": [["barbarism", "a brutal barbarous savage act", "barbarism"], ["savageness", "the property of being untamed and ferocious", "savageness"], ["barbarity", "a brutal barbarous savage act", "barbarity"], ["viciousness", "the trait of extreme cruelty", "viciousness"], ["ferociousness", "the trait of extreme cruelty", "ferociousness"], ["brutality", "a brutal barbarous savage act", "brutality"]]}, {"answer": "savings", "hint": "synonyms for savings", "clues": [["saving", "an act of economizing; reduction in cost", "saving"], ["nest egg", "a fund of money put by as a reserve", "nest egg"], ["rescue", "recovery or preservation from loss or danger", "rescue"], ["deliverance", "recovery or preservation from loss or danger", "deliverance"], ["delivery", "recovery or preservation from loss or danger", "delivery"], ["economy", "an act of economizing; reduction in cost", "economy"], ["preservation", "the activity of protecting something from loss or danger", "preservation"]]}, {"answer": "savor", "hint": "synonyms for savor", "clues": [["savour", "the taste experience when a savoury condiment is taken into the mouth", "savour"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["tang", "the taste experience when a savoury condiment is taken into the mouth", "tang"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth", "flavor"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"]]}, {"answer": "savoring", "hint": "synonyms for savoring", "clues": [["tasting", "taking a small amount into the mouth to test its quality", "tasting"], ["savouring", "taking a small amount into the mouth to test its quality", "savouring"], ["relishing", "taking a small amount into the mouth to test its quality", "relishing"], ["degustation", "taking a small amount into the mouth to test its quality", "degustation"]]}, {"answer": "savour", "hint": "synonyms for savour", "clues": [["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["tang", "the taste experience when a savoury condiment is taken into the mouth", "tang"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth", "flavor"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"]]}, {"answer": "savouring", "hint": "synonyms for savouring", "clues": [["tasting", "taking a small amount into the mouth to test its quality", "tasting"], ["savoring", "taking a small amount into the mouth to test its quality", "savoring"], ["relishing", "taking a small amount into the mouth to test its quality", "relishing"], ["degustation", "taking a small amount into the mouth to test its quality", "degustation"]]}, {"answer": "saw", "hint": "synonyms for saw", "clues": [["proverb", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people", "proverb"], ["adage", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people", "adage"], ["sawing machine", "a power tool for cutting wood", "sawing machine"], ["power saw", "a power tool for cutting wood", "power saw"], ["byword", "a condensed but memorable saying embodying some important fact of experience that is taken as true by many people", "byword"]]}, {"answer": "say-so", "hint": "synonyms for say-so", "clues": [["authorization", "the power or right to give orders or make decisions", "authorization"], ["dominance", "the power or right to give orders or make decisions", "dominance"], ["pronouncement", "an authoritative declaration", "pronouncement"], ["potency", "the power or right to give orders or make decisions", "potency"], ["authority", "the power or right to give orders or make decisions", "authority"], ["dictum", "an authoritative declaration", "dictum"]]}, {"answer": "sayonara", "hint": "synonyms for sayonara", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["so long", "a farewell remark", "so long"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "scads", "hint": "synonyms for scads", "clues": [["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["oodles", "a large number or amount", "oodles"], ["lashings", "a large number or amount", "lashings"], ["wads", "a large number or amount", "wads"], ["piles", "a large number or amount", "piles"], ["stacks", "a large number or amount", "stacks"], ["gobs", "a large number or amount", "gobs"], ["lots", "a large number or amount", "lots"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["slews", "a large number or amount", "slews"], ["scores", "a large number or amount", "scores"], ["heaps", "a large number or amount", "heaps"]]}, {"answer": "scag", "hint": "synonyms for scag", "clues": [["hell dust", "street names for heroin", "hell dust"], ["smack", "street names for heroin", "smack"], ["skag", "street names for heroin", "skag"], ["nose drops", "street names for heroin", "nose drops"], ["thunder", "street names for heroin", "thunder"], ["big H", "street names for heroin", "big H"]]}, {"answer": "scale", "hint": "synonyms for scale", "clues": [["musical scale", "(music) a series of notes differing in pitch according to a specific scheme (usually within an octave)", "musical scale"], ["shell", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)", "shell"], ["exfoliation", "a thin flake of dead epidermis shed from the surface of the skin", "exfoliation"], ["plate", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)", "plate"], ["ordered series", "an ordered reference standard", "ordered series"], ["scurf", "a thin flake of dead epidermis shed from the surface of the skin", "scurf"], ["scale of measurement", "an ordered reference standard", "scale of measurement"], ["graduated table", "an ordered reference standard", "graduated table"], ["weighing machine", "a measuring instrument for weighing; shows amount of mass", "weighing machine"]]}, {"answer": "scallop", "hint": "synonyms for scallop", "clues": [["crenation", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "crenation"], ["cutlet", "thin slice of meat (especially veal) usually fried or broiled", "cutlet"], ["crenel", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "crenel"], ["escallop", "edible muscle of mollusks having fan-shaped shells; served broiled or poached or in salads or cream sauces", "escallop"], ["scollop", "thin slice of meat (especially veal) usually fried or broiled", "scollop"], ["crenature", "one of a series of rounded projections (or the notches between them) formed by curves along an edge (as the edge of a leaf or piece of cloth or the margin of a shell or a shriveled red blood cell observed in a hypertonic solution etc.)", "crenature"]]}, {"answer": "scantiness", "hint": "synonyms for scantiness", "clues": [["meagerness", "the quality of being meager; -George Eliot", "meagerness"], ["leanness", "the quality of being meager; -George Eliot", "leanness"], ["scantness", "the quality of being meager; -George Eliot", "scantness"], ["exiguity", "the quality of being meager; -George Eliot", "exiguity"], ["poorness", "the quality of being meager; -George Eliot", "poorness"]]}, {"answer": "scantness", "hint": "synonyms for scantness", "clues": [["meagerness", "the quality of being meager; -George Eliot", "meagerness"], ["leanness", "the quality of being meager; -George Eliot", "leanness"], ["exiguity", "the quality of being meager; -George Eliot", "exiguity"], ["poorness", "the quality of being meager; -George Eliot", "poorness"], ["scantiness", "the quality of being meager; -George Eliot", "scantiness"]]}, {"answer": "scattering", "hint": "synonyms for scattering", "clues": [["sprinkling", "a light shower that falls in some locations and not others nearby", "sprinkling"], ["scatter", "the act of scattering", "scatter"], ["strewing", "the act of scattering", "strewing"], ["sprinkle", "a light shower that falls in some locations and not others nearby", "sprinkle"], ["dispersion", "spreading widely or driving off", "dispersion"]]}, {"answer": "scene", "hint": "synonyms for scene", "clues": [["vista", "the visual percept of a region", "vista"], ["prospect", "the visual percept of a region", "prospect"], ["aspect", "the visual percept of a region", "aspect"], ["panorama", "the visual percept of a region", "panorama"], ["scenery", "the painted structures of a stage set that are intended to suggest a particular locale", "scenery"], ["view", "the visual percept of a region", "view"], ["setting", "the context and environment in which something is set", "setting"], ["shot", "a consecutive series of pictures that constitutes a unit of action in a film", "shot"]]}, {"answer": "scent", "hint": "synonyms for scent", "clues": [["odor", "any property detected by the olfactory system", "odor"], ["fragrance", "a distinctive odor that is pleasant", "fragrance"], ["perfume", "a distinctive odor that is pleasant", "perfume"], ["olfactory property", "any property detected by the olfactory system", "olfactory property"], ["aroma", "a distinctive odor that is pleasant", "aroma"], ["smell", "any property detected by the olfactory system", "smell"]]}, {"answer": "scheme", "hint": "synonyms for scheme", "clues": [["schema", "a schematic or preliminary plan", "schema"], ["system", "a group of independent but interrelated elements comprising a unified whole", "system"], ["strategy", "an elaborate and systematic plan of action", "strategy"], ["outline", "a schematic or preliminary plan", "outline"], ["dodging", "a statement that evades the question by cleverness or trickery", "dodging"], ["dodge", "a statement that evades the question by cleverness or trickery", "dodge"]]}, {"answer": "schmoose", "hint": "synonyms for schmoose", "clues": [["confab", "an informal conversation", "confab"], ["chat", "an informal conversation", "chat"], ["schmooze", "an informal conversation", "schmooze"], ["confabulation", "an informal conversation", "confabulation"]]}, {"answer": "schmooze", "hint": "synonyms for schmooze", "clues": [["confab", "an informal conversation", "confab"], ["chat", "an informal conversation", "chat"], ["confabulation", "an informal conversation", "confabulation"], ["schmoose", "an informal conversation", "schmoose"]]}, {"answer": "schnorkel", "hint": "synonyms for schnorkel", "clues": [["snorkel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "snorkel"], ["schnorchel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "schnorchel"], ["snorkel breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "snorkel breather"], ["breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "breather"]]}, {"answer": "scholarship", "hint": "synonyms for scholarship", "clues": [["erudition", "profound scholarly knowledge", "erudition"], ["eruditeness", "profound scholarly knowledge", "eruditeness"], ["encyclopedism", "profound scholarly knowledge", "encyclopedism"], ["learnedness", "profound scholarly knowledge", "learnedness"], ["learning", "profound scholarly knowledge", "learning"]]}, {"answer": "school", "hint": "synonyms for school", "clues": [["schooling", "the process of being formally educated at a school", "schooling"], ["schoolhouse", "a building where young people receive education", "schoolhouse"], ["school day", "the period of instruction in a school; the time period when school is in session", "school day"], ["shoal", "a large group of fish", "shoal"], ["schooltime", "the period of instruction in a school; the time period when school is in session", "schooltime"]]}, {"answer": "school_of_thought", "hint": "synonyms for school of thought", "clues": [["ism", "a belief (or system of beliefs) accepted as authoritative by some group or school", "ism"], ["philosophy", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophy"], ["doctrine", "a belief (or system of beliefs) accepted as authoritative by some group or school", "doctrine"], ["philosophical system", "a belief (or system of beliefs) accepted as authoritative by some group or school", "philosophical system"]]}, {"answer": "school_text", "hint": "synonyms for school text", "clues": [["schoolbook", "a book prepared for use in schools or colleges", "schoolbook"], ["text", "a book prepared for use in schools or colleges", "text"], ["textbook", "a book prepared for use in schools or colleges", "textbook"], ["text edition", "a book prepared for use in schools or colleges", "text edition"]]}, {"answer": "schoolbook", "hint": "synonyms for schoolbook", "clues": [["school text", "a book prepared for use in schools or colleges", "school text"], ["text", "a book prepared for use in schools or colleges", "text"], ["textbook", "a book prepared for use in schools or colleges", "textbook"], ["text edition", "a book prepared for use in schools or colleges", "text edition"]]}, {"answer": "science_lab", "hint": "synonyms for science lab", "clues": [["laboratory", "a workplace for the conduct of scientific research", "laboratory"], ["research lab", "a workplace for the conduct of scientific research", "research lab"], ["science laboratory", "a workplace for the conduct of scientific research", "science laboratory"], ["research laboratory", "a workplace for the conduct of scientific research", "research laboratory"], ["lab", "a workplace for the conduct of scientific research", "lab"]]}, {"answer": "science_laboratory", "hint": "synonyms for science laboratory", "clues": [["laboratory", "a workplace for the conduct of scientific research", "laboratory"], ["research lab", "a workplace for the conduct of scientific research", "research lab"], ["science lab", "a workplace for the conduct of scientific research", "science lab"], ["research laboratory", "a workplace for the conduct of scientific research", "research laboratory"], ["lab", "a workplace for the conduct of scientific research", "lab"]]}, {"answer": "scintilla", "hint": "synonyms for scintilla", "clues": [["whit", "a tiny or scarcely detectable amount", "whit"], ["iota", "a tiny or scarcely detectable amount", "iota"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["shred", "a tiny or scarcely detectable amount", "shred"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "scintillation", "hint": "synonyms for scintillation", "clues": [["glister", "the quality of shining with a bright reflected light", "glister"], ["twinkle", "a rapid change in brightness; a brief spark or flash", "twinkle"], ["sparkle", "the quality of shining with a bright reflected light", "sparkle"], ["sparkling", "a rapid change in brightness; a brief spark or flash", "sparkling"]]}, {"answer": "scissure", "hint": "synonyms for scissure", "clues": [["crevice", "a long narrow opening", "crevice"], ["crack", "a long narrow opening", "crack"], ["fissure", "a long narrow opening", "fissure"], ["cleft", "a long narrow opening", "cleft"]]}, {"answer": "scoop", "hint": "synonyms for scoop", "clues": [["grievous bodily harm", "street names for gamma hydroxybutyrate", "grievous bodily harm"], ["max", "street names for gamma hydroxybutyrate", "max"], ["exclusive", "a news report that is reported first by one news organization", "exclusive"], ["liquid ecstasy", "street names for gamma hydroxybutyrate", "liquid ecstasy"], ["soap", "street names for gamma hydroxybutyrate", "soap"], ["scoopful", "the quantity a scoop will hold", "scoopful"], ["pocket", "a hollow concave shape made by removing something", "pocket"], ["scoop shovel", "the shovel or bucket of a dredge or backhoe", "scoop shovel"], ["easy lay", "street names for gamma hydroxybutyrate", "easy lay"], ["goop", "street names for gamma hydroxybutyrate", "goop"]]}, {"answer": "scooter", "hint": "synonyms for scooter", "clues": [["sea scooter", "a motorboat resembling a motor scooter", "sea scooter"], ["water scooter", "a motorboat resembling a motor scooter", "water scooter"], ["motor scooter", "a wheeled vehicle with small wheels and a low-powered gasoline engine geared to the rear wheel", "motor scooter"], ["ice yacht", "a sailing vessel with runners and a cross-shaped frame; suitable for traveling over ice", "ice yacht"], ["iceboat", "a sailing vessel with runners and a cross-shaped frame; suitable for traveling over ice", "iceboat"]]}, {"answer": "scope", "hint": "synonyms for scope", "clues": [["orbit", "an area in which something acts or operates or has power or control:", "orbit"], ["reach", "an area in which something acts or operates or has power or control:", "reach"], ["oscilloscope", "electronic equipment that provides visual images of varying electrical quantities", "oscilloscope"], ["cathode-ray oscilloscope", "electronic equipment that provides visual images of varying electrical quantities", "cathode-ray oscilloscope"], ["telescope", "a magnifier of images of distant objects", "telescope"], ["ambit", "an area in which something acts or operates or has power or control:", "ambit"], ["range", "an area in which something acts or operates or has power or control:", "range"], ["compass", "an area in which something acts or operates or has power or control:", "compass"]]}, {"answer": "scopes", "hint": "synonyms for scopes", "clues": [["scope", "a magnifier of images of distant objects", "scope"], ["telescope", "a magnifier of images of distant objects", "telescope"], ["range", "an area in which something acts or operates or has power or control:", "range"], ["orbit", "an area in which something acts or operates or has power or control:", "orbit"], ["reach", "an area in which something acts or operates or has power or control:", "reach"], ["oscilloscope", "electronic equipment that provides visual images of varying electrical quantities", "oscilloscope"], ["cathode-ray oscilloscope", "electronic equipment that provides visual images of varying electrical quantities", "cathode-ray oscilloscope"], ["ambit", "an area in which something acts or operates or has power or control:", "ambit"], ["compass", "an area in which something acts or operates or has power or control:", "compass"]]}, {"answer": "score", "hint": "synonyms for score", "clues": [["scotch", "a slight surface cut (especially a notch that is made to keep a tally)", "scotch"], ["grievance", "a resentment strong enough to justify retaliation", "grievance"], ["grade", "a number or letter indicating quality (especially of a student's performance)", "grade"], ["sexual conquest", "a seduction culminating in sexual intercourse", "sexual conquest"], ["musical score", "a written form of a musical composition; parts for different instruments appear on separate staves on large pages", "musical score"], ["grudge", "a resentment strong enough to justify retaliation", "grudge"], ["account", "grounds", "account"], ["mark", "a number or letter indicating quality (especially of a student's performance)", "mark"]]}, {"answer": "scores", "hint": "synonyms for scores", "clues": [["oodles", "a large number or amount", "oodles"], ["grudge", "a resentment strong enough to justify retaliation", "grudge"], ["score", "the act of scoring in a game or sport", "score"], ["account", "grounds", "account"], ["grievance", "a resentment strong enough to justify retaliation", "grievance"], ["gobs", "a large number or amount", "gobs"], ["slews", "a large number or amount", "slews"], ["musical score", "a written form of a musical composition; parts for different instruments appear on separate staves on large pages", "musical score"], ["stacks", "a large number or amount", "stacks"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["scotch", "a slight surface cut (especially a notch that is made to keep a tally)", "scotch"], ["lashings", "a large number or amount", "lashings"], ["wads", "a large number or amount", "wads"], ["piles", "a large number or amount", "piles"], ["sexual conquest", "a seduction culminating in sexual intercourse", "sexual conquest"], ["lots", "a large number or amount", "lots"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["grade", "a number or letter indicating quality (especially of a student's performance)", "grade"], ["scads", "a large number or amount", "scads"], ["heaps", "a large number or amount", "heaps"], ["mark", "a number or letter indicating quality (especially of a student's performance)", "mark"]]}, {"answer": "scrap", "hint": "synonyms for scrap", "clues": [["fight", "the act of fighting; any contest or struggle", "fight"], ["chip", "a small fragment of something broken off from the whole", "chip"], ["flake", "a small fragment of something broken off from the whole", "flake"], ["bit", "a small fragment of something broken off from the whole", "bit"], ["fleck", "a small fragment of something broken off from the whole", "fleck"], ["combat", "the act of fighting; any contest or struggle", "combat"], ["trash", "worthless material that is to be disposed of", "trash"], ["rubbish", "worthless material that is to be disposed of", "rubbish"]]}, {"answer": "scrape", "hint": "synonyms for scrape", "clues": [["scar", "an indication of damage", "scar"], ["scraping", "a deep bow with the foot drawn backwards (indicating excessive humility)", "scraping"], ["scratch", "a harsh noise made by scraping", "scratch"], ["mark", "an indication of damage", "mark"]]}, {"answer": "scrapheap", "hint": "synonyms for scrapheap", "clues": [["refuse heap", "an accumulation of refuse and discarded matter", "refuse heap"], ["junk pile", "an accumulation of refuse and discarded matter", "junk pile"], ["garbage heap", "an accumulation of refuse and discarded matter", "garbage heap"], ["junk heap", "an accumulation of refuse and discarded matter", "junk heap"], ["trash pile", "an accumulation of refuse and discarded matter", "trash pile"], ["trash heap", "an accumulation of refuse and discarded matter", "trash heap"], ["rubbish heap", "an accumulation of refuse and discarded matter", "rubbish heap"]]}, {"answer": "scraps", "hint": "synonyms for scraps", "clues": [["garbage", "food that is discarded (as from a kitchen)", "garbage"], ["fight", "the act of fighting; any contest or struggle", "fight"], ["chip", "a small fragment of something broken off from the whole", "chip"], ["food waste", "food that is discarded (as from a kitchen)", "food waste"], ["refuse", "food that is discarded (as from a kitchen)", "refuse"], ["flake", "a small fragment of something broken off from the whole", "flake"], ["bit", "a small fragment of something broken off from the whole", "bit"], ["scrap", "the act of fighting; any contest or struggle", "scrap"], ["fleck", "a small fragment of something broken off from the whole", "fleck"], ["combat", "the act of fighting; any contest or struggle", "combat"], ["trash", "worthless material that is to be disposed of", "trash"], ["rubbish", "worthless material that is to be disposed of", "rubbish"]]}, {"answer": "scratch", "hint": "synonyms for scratch", "clues": [["scrape", "a harsh noise made by scraping", "scrape"], ["kale", "informal terms for money", "kale"], ["chicken feed", "dry mash for poultry", "chicken feed"], ["cacography", "poor handwriting", "cacography"], ["boodle", "informal terms for money", "boodle"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["prick", "a depression scratched or carved into a surface", "prick"], ["cabbage", "informal terms for money", "cabbage"], ["incision", "a depression scratched or carved into a surface", "incision"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["scraping", "a harsh noise made by scraping", "scraping"], ["scrawl", "poor handwriting", "scrawl"], ["wampum", "informal terms for money", "wampum"], ["scar", "an indication of damage", "scar"], ["scratching", "a harsh noise made by scraping", "scratching"], ["scribble", "poor handwriting", "scribble"], ["mark", "an indication of damage", "mark"], ["pelf", "informal terms for money", "pelf"], ["dent", "a depression scratched or carved into a surface", "dent"], ["scratch line", "a line indicating the location of the start of a race or a game", "scratch line"], ["clams", "informal terms for money", "clams"], ["slit", "a depression scratched or carved into a surface", "slit"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["lolly", "informal terms for money", "lolly"], ["sugar", "informal terms for money", "sugar"], ["starting line", "a line indicating the location of the start of a race or a game", "starting line"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"], ["start", "a line indicating the location of the start of a race or a game", "start"]]}, {"answer": "scream", "hint": "synonyms for scream", "clues": [["shrieking", "a high-pitched noise resembling a human cry", "shrieking"], ["wow", "a joke that seems extremely funny", "wow"], ["howler", "a joke that seems extremely funny", "howler"], ["screech", "sharp piercing cry", "screech"], ["sidesplitter", "a joke that seems extremely funny", "sidesplitter"], ["screaming", "a high-pitched noise resembling a human cry", "screaming"], ["riot", "a joke that seems extremely funny", "riot"], ["thigh-slapper", "a joke that seems extremely funny", "thigh-slapper"], ["belly laugh", "a joke that seems extremely funny", "belly laugh"]]}, {"answer": "screen", "hint": "synonyms for screen", "clues": [["screen door", "a door that consists of a frame holding metallic or plastic netting; used to allow ventilation and to keep insects from entering a building through the open door", "screen door"], ["cover", "a covering that serves to conceal or shelter something", "cover"], ["concealment", "a covering that serves to conceal or shelter something", "concealment"], ["blind", "a protective covering that keeps things out or hinders sight", "blind"], ["projection screen", "a white or silvered surface where pictures can be projected for viewing", "projection screen"], ["sieve", "a strainer for separating lumps from powdered material or grading particles", "sieve"], ["screenland", "the personnel of the film industry", "screenland"], ["filmdom", "the personnel of the film industry", "filmdom"], ["silver screen", "a white or silvered surface where pictures can be projected for viewing", "silver screen"]]}, {"answer": "screening", "hint": "synonyms for screening", "clues": [["masking", "the act of concealing the existence of something by obstructing the view of it", "masking"], ["viewing", "the display of a motion picture", "viewing"], ["cover", "the act of concealing the existence of something by obstructing the view of it", "cover"], ["showing", "the display of a motion picture", "showing"]]}, {"answer": "screw", "hint": "synonyms for screw", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screwing", "slang for sexual intercourse", "screwing"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fuck", "slang for sexual intercourse", "fuck"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"], ["screw propeller", "a propeller with several angled blades that rotates to push against water or air", "screw propeller"]]}, {"answer": "screwing", "hint": "synonyms for screwing", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"]]}, {"answer": "scribble", "hint": "synonyms for scribble", "clues": [["cacography", "poor handwriting", "cacography"], ["scratch", "poor handwriting", "scratch"], ["doodle", "an aimless drawing", "doodle"], ["scrabble", "an aimless drawing", "scrabble"], ["scrawl", "poor handwriting", "scrawl"]]}, {"answer": "script", "hint": "synonyms for script", "clues": [["hand", "something written by hand", "hand"], ["playscript", "a written version of a play or other dramatic composition; used in preparing for a performance", "playscript"], ["book", "a written version of a play or other dramatic composition; used in preparing for a performance", "book"], ["handwriting", "something written by hand", "handwriting"]]}, {"answer": "scroll", "hint": "synonyms for scroll", "clues": [["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curl"], ["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "gyre"], ["whorl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "whorl"], ["roll", "a document that can be rolled up (as for storage)", "roll"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "ringlet"], ["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curlicue"], ["coil", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "coil"]]}, {"answer": "scrubs", "hint": "synonyms for scrubs", "clues": [["bush", "dense vegetation consisting of stunted trees or bushes", "bush"], ["gown", "protective garment worn by surgeons during operations", "gown"], ["surgical gown", "protective garment worn by surgeons during operations", "surgical gown"], ["chaparral", "dense vegetation consisting of stunted trees or bushes", "chaparral"], ["scrubbing", "the act of cleaning a surface by rubbing it with a brush and soap and water", "scrubbing"], ["scrub", "the act of cleaning a surface by rubbing it with a brush and soap and water", "scrub"], ["scouring", "the act of cleaning a surface by rubbing it with a brush and soap and water", "scouring"]]}, {"answer": "scruples", "hint": "synonyms for scruples", "clues": [["conscience", "motivation deriving logically from ethical or moral principles that govern a person's thoughts and actions", "conscience"], ["scruple", "an ethical or moral principle that inhibits action", "scruple"], ["misgiving", "uneasiness about the fitness of an action", "misgiving"], ["qualm", "uneasiness about the fitness of an action", "qualm"], ["sense of right and wrong", "motivation deriving logically from ethical or moral principles that govern a person's thoughts and actions", "sense of right and wrong"], ["moral sense", "motivation deriving logically from ethical or moral principles that govern a person's thoughts and actions", "moral sense"]]}, {"answer": "scrutin_uninominal_voting_system", "hint": "synonyms for scrutin uninominal voting system", "clues": [["single-member system", "based on the principle of having only one member (as of a legislature) selected from each electoral district", "single-member system"], ["uninominal system", "based on the principle of having only one member (as of a legislature) selected from each electoral district", "uninominal system"], ["scrutin uninomial system", "based on the principle of having only one member (as of a legislature) selected from each electoral district", "scrutin uninomial system"], ["uninominal voting system", "based on the principle of having only one member (as of a legislature) selected from each electoral district", "uninominal voting system"]]}, {"answer": "scuffle", "hint": "synonyms for scuffle", "clues": [["scuffle hoe", "a hoe that is used by pushing rather than pulling", "scuffle hoe"], ["scramble", "an unceremonious and disorganized struggle", "scramble"], ["rough-and-tumble", "disorderly fighting", "rough-and-tumble"], ["tussle", "disorderly fighting", "tussle"], ["hassle", "disorderly fighting", "hassle"], ["dogfight", "disorderly fighting", "dogfight"]]}, {"answer": "se", "hint": "synonyms for se", "clues": [["southeast", "the compass point midway between south and east; at 135 degrees", "southeast"], ["southeastward", "the compass point midway between south and east; at 135 degrees", "southeastward"], ["selenium", "a toxic nonmetallic element related to sulfur and tellurium; occurs in several allotropic forms; a stable grey metallike allotrope conducts electricity better in the light than in the dark and is used in photocells; occurs in sulfide ores (as pyrite)", "selenium"], ["sou'-east", "the compass point midway between south and east; at 135 degrees", "sou'-east"], ["atomic number 34", "a toxic nonmetallic element related to sulfur and tellurium; occurs in several allotropic forms; a stable grey metallike allotrope conducts electricity better in the light than in the dark and is used in photocells; occurs in sulfide ores (as pyrite)", "atomic number 34"]]}, {"answer": "sea-purse", "hint": "synonyms for sea-purse", "clues": [["sea puss", "the seaward undercurrent created after waves have broken on the shore", "sea puss"], ["sea purse", "the seaward undercurrent created after waves have broken on the shore", "sea purse"], ["sea-poose", "the seaward undercurrent created after waves have broken on the shore", "sea-poose"], ["undertow", "the seaward undercurrent created after waves have broken on the shore", "undertow"]]}, {"answer": "sea-puss", "hint": "synonyms for sea-puss", "clues": [["sea purse", "the seaward undercurrent created after waves have broken on the shore", "sea purse"], ["sea puss", "the seaward undercurrent created after waves have broken on the shore", "sea puss"], ["sea-poose", "the seaward undercurrent created after waves have broken on the shore", "sea-poose"], ["undertow", "the seaward undercurrent created after waves have broken on the shore", "undertow"]]}, {"answer": "sea_biscuit", "hint": "synonyms for sea biscuit", "clues": [["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "pilot biscuit"], ["hardtack", "very hard unsalted biscuit or bread; a former ship's staple", "hardtack"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple", "pilot bread"], ["ship biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "ship biscuit"]]}, {"answer": "sea_bottom", "hint": "synonyms for sea bottom", "clues": [["ocean bottom", "the bottom of a sea or ocean", "ocean bottom"], ["seabed", "the bottom of a sea or ocean", "seabed"], ["sea floor", "the bottom of a sea or ocean", "sea floor"], ["ocean floor", "the bottom of a sea or ocean", "ocean floor"]]}, {"answer": "sea_floor", "hint": "synonyms for sea floor", "clues": [["ocean bottom", "the bottom of a sea or ocean", "ocean bottom"], ["seabed", "the bottom of a sea or ocean", "seabed"], ["sea bottom", "the bottom of a sea or ocean", "sea bottom"], ["ocean floor", "the bottom of a sea or ocean", "ocean floor"]]}, {"answer": "sea_purse", "hint": "synonyms for sea purse", "clues": [["sea puss", "the seaward undercurrent created after waves have broken on the shore", "sea puss"], ["sea-purse", "the seaward undercurrent created after waves have broken on the shore", "sea-purse"], ["sea-poose", "the seaward undercurrent created after waves have broken on the shore", "sea-poose"], ["undertow", "the seaward undercurrent created after waves have broken on the shore", "undertow"]]}, {"answer": "sea_puss", "hint": "synonyms for sea puss", "clues": [["sea purse", "the seaward undercurrent created after waves have broken on the shore", "sea purse"], ["sea-poose", "the seaward undercurrent created after waves have broken on the shore", "sea-poose"], ["sea-puss", "the seaward undercurrent created after waves have broken on the shore", "sea-puss"], ["undertow", "the seaward undercurrent created after waves have broken on the shore", "undertow"]]}, {"answer": "seabed", "hint": "synonyms for seabed", "clues": [["ocean bottom", "the bottom of a sea or ocean", "ocean bottom"], ["sea bottom", "the bottom of a sea or ocean", "sea bottom"], ["sea floor", "the bottom of a sea or ocean", "sea floor"], ["ocean floor", "the bottom of a sea or ocean", "ocean floor"]]}, {"answer": "seal", "hint": "synonyms for seal", "clues": [["stamp", "a device incised to make an impression; used to secure a closing or to authenticate documents", "stamp"], ["cachet", "an indication of approved or superior status", "cachet"], ["sealing wax", "fastener consisting of a resinous composition that is plastic when warm; used for sealing documents and parcels and letters", "sealing wax"], ["seal of approval", "an indication of approved or superior status", "seal of approval"], ["sealskin", "the pelt or fur (especially the underfur) of a seal", "sealskin"]]}, {"answer": "seam", "hint": "synonyms for seam", "clues": [["furrow", "a slight depression in the smoothness of a surface", "furrow"], ["line", "a slight depression in the smoothness of a surface", "line"], ["bed", "a stratum of ore or coal thick enough to be mined with profit", "bed"], ["crease", "a slight depression in the smoothness of a surface", "crease"], ["crinkle", "a slight depression in the smoothness of a surface", "crinkle"]]}, {"answer": "seats", "hint": "synonyms for seats", "clues": [["seat", "a part of a machine that supports or guides another part", "seat"], ["seating room", "an area that includes places where several people can sit", "seating room"], ["seating area", "an area that includes places where several people can sit", "seating area"], ["place", "a space reserved for sitting (as in a theater or on a train or airplane)", "place"]]}, {"answer": "seawall", "hint": "synonyms for seawall", "clues": [["bulwark", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "bulwark"], ["jetty", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "jetty"], ["mole", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "mole"], ["groyne", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groyne"], ["breakwater", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "breakwater"], ["groin", "a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away", "groin"]]}, {"answer": "secret_writing", "hint": "synonyms for secret writing", "clues": [["cryptography", "act of writing in code or cipher", "cryptography"], ["cryptogram", "a piece of writing in code or cipher", "cryptogram"], ["steganography", "act of writing in code or cipher", "steganography"], ["coding", "act of writing in code or cipher", "coding"]]}, {"answer": "section", "hint": "synonyms for section", "clues": [["surgical incision", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)", "surgical incision"], ["segment", "one of several parts or pieces that fit with others to constitute a whole object", "segment"], ["plane section", "(geometry) the area created by a plane cutting through a solid", "plane section"], ["subdivision", "a self-contained part of a larger composition (written or musical)", "subdivision"], ["part", "one of the portions into which something is regarded as divided and which together constitute a whole", "part"], ["division", "one of the portions into which something is regarded as divided and which together constitute a whole", "division"], ["incision", "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)", "incision"], ["department", "a specialized division of a large organization", "department"], ["discussion section", "a small class of students who are part of a larger course but are taught separately", "discussion section"]]}, {"answer": "sectionalisation", "hint": "synonyms for sectionalisation", "clues": [["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "division"], ["partitioning", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "partitioning"], ["sectionalization", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "sectionalization"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "segmentation"]]}, {"answer": "sectionalization", "hint": "synonyms for sectionalization", "clues": [["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "division"], ["sectionalisation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "sectionalisation"], ["partitioning", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "partitioning"], ["segmentation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "segmentation"]]}, {"answer": "secureness", "hint": "synonyms for secureness", "clues": [["fastness", "the quality of being fixed in place as by some firm attachment", "fastness"], ["fixture", "the quality of being fixed in place as by some firm attachment", "fixture"], ["fixedness", "the quality of being fixed in place as by some firm attachment", "fixedness"], ["fixity", "the quality of being fixed in place as by some firm attachment", "fixity"]]}, {"answer": "security", "hint": "synonyms for security", "clues": [["protection", "defense against financial failure; financial independence", "protection"], ["security system", "an electrical device that sets off an alarm when someone tries to break in", "security system"], ["surety", "a guarantee that an obligation will be met", "surety"], ["security measures", "measures taken as a precaution against theft or espionage or sabotage etc.", "security measures"], ["certificate", "a formal declaration that documents a fact of relevance to finance and investment; the holder has a right to receive interest or dividends", "certificate"], ["security department", "a department responsible for the security of the institution's property and workers", "security department"]]}, {"answer": "seesaw", "hint": "synonyms for seesaw", "clues": [["teeter-totter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter-totter"], ["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "tilting board"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeterboard"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "dandle board"]]}, {"answer": "segmentation", "hint": "synonyms for segmentation", "clues": [["division", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "division"], ["cleavage", "(embryology) the repeated division of a fertilised ovum", "cleavage"], ["sectionalisation", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "sectionalisation"], ["partitioning", "the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart", "partitioning"]]}, {"answer": "selection", "hint": "synonyms for selection", "clues": [["excerption", "a passage selected from a larger work", "excerption"], ["natural selection", "a natural process resulting in the evolution of organisms best adapted to the environment", "natural selection"], ["survival", "a natural process resulting in the evolution of organisms best adapted to the environment", "survival"], ["pick", "the person or thing chosen or selected", "pick"], ["survival of the fittest", "a natural process resulting in the evolution of organisms best adapted to the environment", "survival of the fittest"], ["choice", "the act of choosing or selecting", "choice"], ["extract", "a passage selected from a larger work", "extract"], ["option", "the act of choosing or selecting", "option"], ["excerpt", "a passage selected from a larger work", "excerpt"]]}, {"answer": "self-abnegation", "hint": "synonyms for self-abnegation", "clues": [["self-denial", "renunciation of your own interests in favor of the interests of others", "self-denial"], ["abnegation", "renunciation of your own interests in favor of the interests of others", "abnegation"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others", "self-renunciation"], ["denial", "renunciation of your own interests in favor of the interests of others", "denial"]]}, {"answer": "self-assurance", "hint": "synonyms for self-assurance", "clues": [["self-confidence", "freedom from doubt; belief in yourself and your abilities", "self-confidence"], ["assurance", "freedom from doubt; belief in yourself and your abilities", "assurance"], ["confidence", "freedom from doubt; belief in yourself and your abilities", "confidence"], ["authority", "freedom from doubt; belief in yourself and your abilities", "authority"], ["sureness", "freedom from doubt; belief in yourself and your abilities", "sureness"]]}, {"answer": "self-centeredness", "hint": "synonyms for self-centeredness", "clues": [["egoism", "concern for your own interests and welfare", "egoism"], ["self-interest", "concern for your own interests and welfare", "self-interest"], ["self-concern", "concern for your own interests and welfare", "self-concern"], ["egocentrism", "concern for your own interests and welfare", "egocentrism"]]}, {"answer": "self-command", "hint": "synonyms for self-command", "clues": [["will power", "the trait of resolutely controlling your own behavior", "will power"], ["self-control", "the trait of resolutely controlling your own behavior", "self-control"], ["self-possession", "the trait of resolutely controlling your own behavior", "self-possession"], ["self-will", "the trait of resolutely controlling your own behavior", "self-will"], ["possession", "the trait of resolutely controlling your own behavior", "possession"]]}, {"answer": "self-concern", "hint": "synonyms for self-concern", "clues": [["egoism", "concern for your own interests and welfare", "egoism"], ["self-interest", "concern for your own interests and welfare", "self-interest"], ["self-centeredness", "concern for your own interests and welfare", "self-centeredness"], ["egocentrism", "concern for your own interests and welfare", "egocentrism"]]}, {"answer": "self-confidence", "hint": "synonyms for self-confidence", "clues": [["assurance", "freedom from doubt; belief in yourself and your abilities", "assurance"], ["authority", "freedom from doubt; belief in yourself and your abilities", "authority"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities", "self-assurance"], ["confidence", "freedom from doubt; belief in yourself and your abilities", "confidence"], ["sureness", "freedom from doubt; belief in yourself and your abilities", "sureness"]]}, {"answer": "self-control", "hint": "synonyms for self-control", "clues": [["will power", "the trait of resolutely controlling your own behavior", "will power"], ["self-possession", "the trait of resolutely controlling your own behavior", "self-possession"], ["self-will", "the trait of resolutely controlling your own behavior", "self-will"], ["self-denial", "the act of denying yourself; controlling your impulses", "self-denial"], ["possession", "the trait of resolutely controlling your own behavior", "possession"], ["self-command", "the trait of resolutely controlling your own behavior", "self-command"], ["self-discipline", "the act of denying yourself; controlling your impulses", "self-discipline"]]}, {"answer": "self-denial", "hint": "synonyms for self-denial", "clues": [["abnegation", "renunciation of your own interests in favor of the interests of others", "abnegation"], ["self-control", "the act of denying yourself; controlling your impulses", "self-control"], ["self-discipline", "the trait of practicing self discipline", "self-discipline"], ["self-renunciation", "renunciation of your own interests in favor of the interests of others", "self-renunciation"], ["self-abnegation", "renunciation of your own interests in favor of the interests of others", "self-abnegation"], ["denial", "renunciation of your own interests in favor of the interests of others", "denial"]]}, {"answer": "self-drive", "hint": "synonyms for self-drive", "clues": [["rent-a-car", "a rented car", "rent-a-car"], ["hire car", "a rented car", "hire car"], ["u-drive", "a rented car", "u-drive"], ["car rental", "a rented car", "car rental"]]}, {"answer": "self-interest", "hint": "synonyms for self-interest", "clues": [["expedience", "taking advantage of opportunities without regard for the consequences for others", "expedience"], ["egoism", "concern for your own interests and welfare", "egoism"], ["self-seeking", "taking advantage of opportunities without regard for the consequences for others", "self-seeking"], ["self-centeredness", "concern for your own interests and welfare", "self-centeredness"], ["egocentrism", "concern for your own interests and welfare", "egocentrism"], ["opportunism", "taking advantage of opportunities without regard for the consequences for others", "opportunism"], ["self-concern", "concern for your own interests and welfare", "self-concern"]]}, {"answer": "self-love", "hint": "synonyms for self-love", "clues": [["conceit", "feelings of excessive pride", "conceit"], ["amour propre", "feelings of excessive pride", "amour propre"], ["narcissism", "an exceptional interest in and admiration for yourself", "narcissism"], ["vanity", "feelings of excessive pride", "vanity"], ["narcism", "an exceptional interest in and admiration for yourself", "narcism"]]}, {"answer": "self-possession", "hint": "synonyms for self-possession", "clues": [["will power", "the trait of resolutely controlling your own behavior", "will power"], ["self-control", "the trait of resolutely controlling your own behavior", "self-control"], ["self-command", "the trait of resolutely controlling your own behavior", "self-command"], ["self-will", "the trait of resolutely controlling your own behavior", "self-will"], ["possession", "the trait of resolutely controlling your own behavior", "possession"]]}, {"answer": "self-renunciation", "hint": "synonyms for self-renunciation", "clues": [["self-denial", "renunciation of your own interests in favor of the interests of others", "self-denial"], ["self-abnegation", "renunciation of your own interests in favor of the interests of others", "self-abnegation"], ["abnegation", "renunciation of your own interests in favor of the interests of others", "abnegation"], ["denial", "renunciation of your own interests in favor of the interests of others", "denial"]]}, {"answer": "self-taught_art", "hint": "synonyms for self-taught art", "clues": [["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "outsider art"], ["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "primitive art"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "naive art"], ["vernacular art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "vernacular art"]]}, {"answer": "self-will", "hint": "synonyms for self-will", "clues": [["will power", "the trait of resolutely controlling your own behavior", "will power"], ["obstinance", "resolute adherence to your own ideas or desires", "obstinance"], ["self-possession", "the trait of resolutely controlling your own behavior", "self-possession"], ["bullheadedness", "resolute adherence to your own ideas or desires", "bullheadedness"], ["stubbornness", "resolute adherence to your own ideas or desires", "stubbornness"], ["obstinacy", "resolute adherence to your own ideas or desires", "obstinacy"], ["possession", "the trait of resolutely controlling your own behavior", "possession"], ["self-control", "the trait of resolutely controlling your own behavior", "self-control"], ["pigheadedness", "resolute adherence to your own ideas or desires", "pigheadedness"], ["self-command", "the trait of resolutely controlling your own behavior", "self-command"]]}, {"answer": "seltzer", "hint": "synonyms for seltzer", "clues": [["sparkling water", "effervescent beverage artificially charged with carbon dioxide", "sparkling water"], ["soda water", "effervescent beverage artificially charged with carbon dioxide", "soda water"], ["carbonated water", "effervescent beverage artificially charged with carbon dioxide", "carbonated water"], ["club soda", "effervescent beverage artificially charged with carbon dioxide", "club soda"]]}, {"answer": "semblance", "hint": "synonyms for semblance", "clues": [["illusion", "an erroneous mental representation", "illusion"], ["likeness", "picture consisting of a graphic image of a person or thing", "likeness"], ["color", "an outward or token appearance or form that is deliberately misleading", "color"], ["gloss", "an outward or token appearance or form that is deliberately misleading", "gloss"]]}, {"answer": "semi", "hint": "synonyms for semi", "clues": [["trucking rig", "a truck consisting of a tractor and trailer together", "trucking rig"], ["semitrailer", "a trailer having wheels only in the rear; the front is supported by the towing vehicle", "semitrailer"], ["rig", "a truck consisting of a tractor and trailer together", "rig"], ["trailer truck", "a truck consisting of a tractor and trailer together", "trailer truck"], ["articulated lorry", "a truck consisting of a tractor and trailer together", "articulated lorry"], ["semifinal", "one of the two competitions in the next to the last round of an elimination tournament", "semifinal"], ["tractor trailer", "a truck consisting of a tractor and trailer together", "tractor trailer"]]}, {"answer": "sendup", "hint": "synonyms for sendup", "clues": [["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "sens", "hint": "synonyms for sens", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["sen", "a fractional monetary unit of Japan and Indonesia and Cambodia; equal to one hundredth of a yen or rupiah or riel", "sen"], ["skunk", "street names for marijuana", "skunk"], ["weed", "street names for marijuana", "weed"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["locoweed", "street names for marijuana", "locoweed"]]}, {"answer": "sensation", "hint": "synonyms for sensation", "clues": [["sense impression", "an unelaborated elementary awareness of stimulation", "sense impression"], ["sentience", "the faculty through which the external world is apprehended", "sentience"], ["sensory faculty", "the faculty through which the external world is apprehended", "sensory faculty"], ["sense experience", "an unelaborated elementary awareness of stimulation", "sense experience"], ["sense", "the faculty through which the external world is apprehended", "sense"], ["sense datum", "an unelaborated elementary awareness of stimulation", "sense datum"], ["esthesis", "an unelaborated elementary awareness of stimulation", "esthesis"]]}, {"answer": "sensationalism", "hint": "synonyms for sensationalism", "clues": [["empiricism", "(philosophy) the doctrine that knowledge derives from experience", "empiricism"], ["sensualism", "(philosophy) the ethical doctrine that feeling is the only criterion for what is good", "sensualism"], ["empiricist philosophy", "(philosophy) the doctrine that knowledge derives from experience", "empiricist philosophy"], ["luridness", "the journalistic use of subject matter that appeals to vulgar tastes", "luridness"]]}, {"answer": "sense", "hint": "synonyms for sense", "clues": [["common sense", "sound practical judgment", "common sense"], ["mother wit", "sound practical judgment", "mother wit"], ["good sense", "sound practical judgment", "good sense"], ["horse sense", "sound practical judgment", "horse sense"], ["sentiency", "the faculty through which the external world is apprehended", "sentiency"], ["sensory faculty", "the faculty through which the external world is apprehended", "sensory faculty"], ["sensation", "the faculty through which the external world is apprehended", "sensation"], ["signified", "the meaning of a word or expression; the way in which a word or expression or situation can be interpreted", "signified"], ["gumption", "sound practical judgment", "gumption"]]}, {"answer": "sense_datum", "hint": "synonyms for sense datum", "clues": [["sense experience", "an unelaborated elementary awareness of stimulation", "sense experience"], ["esthesis", "an unelaborated elementary awareness of stimulation", "esthesis"], ["sensation", "an unelaborated elementary awareness of stimulation", "sensation"], ["sense impression", "an unelaborated elementary awareness of stimulation", "sense impression"]]}, {"answer": "sense_experience", "hint": "synonyms for sense experience", "clues": [["sense datum", "an unelaborated elementary awareness of stimulation", "sense datum"], ["sensation", "an unelaborated elementary awareness of stimulation", "sensation"], ["esthesis", "an unelaborated elementary awareness of stimulation", "esthesis"], ["sense impression", "an unelaborated elementary awareness of stimulation", "sense impression"]]}, {"answer": "sense_impression", "hint": "synonyms for sense impression", "clues": [["sense experience", "an unelaborated elementary awareness of stimulation", "sense experience"], ["sense datum", "an unelaborated elementary awareness of stimulation", "sense datum"], ["sensation", "an unelaborated elementary awareness of stimulation", "sensation"], ["esthesis", "an unelaborated elementary awareness of stimulation", "esthesis"]]}, {"answer": "sense_of_balance", "hint": "synonyms for sense of balance", "clues": [["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of equilibrium"], ["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "equilibrium"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "vestibular sense"], ["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "labyrinthine sense"]]}, {"answer": "sense_of_equilibrium", "hint": "synonyms for sense of equilibrium", "clues": [["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "equilibrium"], ["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of balance"], ["vestibular sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "vestibular sense"], ["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "labyrinthine sense"]]}, {"answer": "sense_of_hearing", "hint": "synonyms for sense of hearing", "clues": [["hearing", "the ability to hear; the auditory faculty", "hearing"], ["auditory sense", "the ability to hear; the auditory faculty", "auditory sense"], ["auditory modality", "the ability to hear; the auditory faculty", "auditory modality"], ["audition", "the ability to hear; the auditory faculty", "audition"]]}, {"answer": "sense_of_touch", "hint": "synonyms for sense of touch", "clues": [["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch modality"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "skin senses"], ["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch"], ["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "cutaneous senses"]]}, {"answer": "senselessness", "hint": "synonyms for senselessness", "clues": [["inanity", "total lack of meaning or ideas", "inanity"], ["pointlessness", "total lack of meaning or ideas", "pointlessness"], ["vacuity", "total lack of meaning or ideas", "vacuity"], ["mindlessness", "total lack of meaning or ideas", "mindlessness"]]}, {"answer": "sensible_horizon", "hint": "synonyms for sensible horizon", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet", "apparent horizon"], ["skyline", "the line at which the sky and Earth appear to meet", "skyline"], ["horizon", "the line at which the sky and Earth appear to meet", "horizon"], ["visible horizon", "the line at which the sky and Earth appear to meet", "visible horizon"]]}, {"answer": "sentence", "hint": "synonyms for sentence", "clues": [["time", "the period of time a prisoner is imprisoned", "time"], ["judgment of conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "judgment of conviction"], ["condemnation", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "condemnation"], ["prison term", "the period of time a prisoner is imprisoned", "prison term"], ["conviction", "(criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed", "conviction"]]}, {"answer": "sentience", "hint": "synonyms for sentience", "clues": [["sensation", "the faculty through which the external world is apprehended", "sensation"], ["sense", "the faculty through which the external world is apprehended", "sense"], ["sentiency", "the faculty through which the external world is apprehended", "sentiency"], ["awareness", "state of elementary or undifferentiated consciousness", "awareness"], ["sensory faculty", "the faculty through which the external world is apprehended", "sensory faculty"]]}, {"answer": "sentiency", "hint": "synonyms for sentiency", "clues": [["sensation", "the faculty through which the external world is apprehended", "sensation"], ["sentience", "the faculty through which the external world is apprehended", "sentience"], ["sense", "the faculty through which the external world is apprehended", "sense"], ["sensory faculty", "the faculty through which the external world is apprehended", "sensory faculty"]]}, {"answer": "sentiment", "hint": "synonyms for sentiment", "clues": [["opinion", "a personal belief or judgment that is not founded on proof or certainty", "opinion"], ["thought", "a personal belief or judgment that is not founded on proof or certainty", "thought"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty", "persuasion"], ["view", "a personal belief or judgment that is not founded on proof or certainty", "view"]]}, {"answer": "sentimentality", "hint": "synonyms for sentimentality", "clues": [["soupiness", "falsely emotional in a maudlin way", "soupiness"], ["drippiness", "falsely emotional in a maudlin way", "drippiness"], ["sloppiness", "falsely emotional in a maudlin way", "sloppiness"], ["mawkishness", "falsely emotional in a maudlin way", "mawkishness"], ["mushiness", "falsely emotional in a maudlin way", "mushiness"]]}, {"answer": "separation", "hint": "synonyms for separation", "clues": [["legal separation", "(law) the cessation of cohabitation of man and wife (either by mutual agreement or under a court order)", "legal separation"], ["interval", "the distance between things", "interval"], ["breakup", "coming apart", "breakup"], ["detachment", "coming apart", "detachment"]]}, {"answer": "separatrix", "hint": "synonyms for separatrix", "clues": [["slash", "a punctuation mark (/) used to separate related items of information", "slash"], ["stroke", "a punctuation mark (/) used to separate related items of information", "stroke"], ["diagonal", "a punctuation mark (/) used to separate related items of information", "diagonal"], ["virgule", "a punctuation mark (/) used to separate related items of information", "virgule"], ["solidus", "a punctuation mark (/) used to separate related items of information", "solidus"]]}, {"answer": "sept", "hint": "synonyms for sept", "clues": [["kinsfolk", "people descended from a common ancestor", "kinsfolk"], ["folk", "people descended from a common ancestor", "folk"], ["family line", "people descended from a common ancestor", "family line"], ["family", "people descended from a common ancestor", "family"], ["phratry", "people descended from a common ancestor", "phratry"]]}, {"answer": "septenary", "hint": "synonyms for septenary", "clues": [["seven", "the cardinal number that is the sum of six and one", "seven"], ["sevener", "the cardinal number that is the sum of six and one", "sevener"], ["7", "the cardinal number that is the sum of six and one", "7"], ["septet", "the cardinal number that is the sum of six and one", "septet"], ["heptad", "the cardinal number that is the sum of six and one", "heptad"]]}, {"answer": "septet", "hint": "synonyms for septet", "clues": [["septette", "seven people considered as a unit", "septette"], ["sevensome", "seven people considered as a unit", "sevensome"], ["seven", "the cardinal number that is the sum of six and one", "seven"], ["septenary", "the cardinal number that is the sum of six and one", "septenary"], ["7", "the cardinal number that is the sum of six and one", "7"], ["heptad", "the cardinal number that is the sum of six and one", "heptad"], ["sevener", "the cardinal number that is the sum of six and one", "sevener"]]}, {"answer": "sepulture", "hint": "synonyms for sepulture", "clues": [["entombment", "the ritual placing of a corpse in a grave", "entombment"], ["sepulcher", "a chamber that is used as a grave", "sepulcher"], ["burial chamber", "a chamber that is used as a grave", "burial chamber"], ["interment", "the ritual placing of a corpse in a grave", "interment"], ["inhumation", "the ritual placing of a corpse in a grave", "inhumation"], ["burial", "the ritual placing of a corpse in a grave", "burial"]]}, {"answer": "sequence", "hint": "synonyms for sequence", "clues": [["succession", "the action of following in order", "succession"], ["episode", "film consisting of a succession of related shots that develop a given subject in a movie", "episode"], ["chronological succession", "a following of one thing after another in time", "chronological succession"], ["chronological sequence", "a following of one thing after another in time", "chronological sequence"], ["successiveness", "a following of one thing after another in time", "successiveness"]]}, {"answer": "serenity", "hint": "synonyms for serenity", "clues": [["heartsease", "the absence of mental stress or anxiety", "heartsease"], ["repose", "the absence of mental stress or anxiety", "repose"], ["placidity", "a disposition free from stress or emotion", "placidity"], ["ataraxis", "the absence of mental stress or anxiety", "ataraxis"], ["tranquillity", "a disposition free from stress or emotion", "tranquillity"], ["peace of mind", "the absence of mental stress or anxiety", "peace of mind"], ["peacefulness", "the absence of mental stress or anxiety", "peacefulness"], ["peace", "the absence of mental stress or anxiety", "peace"], ["quiet", "a disposition free from stress or emotion", "quiet"]]}, {"answer": "seriousness", "hint": "synonyms for seriousness", "clues": [["sincerity", "an earnest and sincere feeling", "sincerity"], ["earnestness", "the trait of being serious; - Robert Rice", "earnestness"], ["distressfulness", "the quality of arousing fear or distress", "distressfulness"], ["serious-mindedness", "the trait of being serious; - Robert Rice", "serious-mindedness"]]}, {"answer": "service", "hint": "synonyms for service", "clues": [["serve", "(sports) a stroke that puts the ball in play", "serve"], ["avail", "a means of serving", "avail"], ["religious service", "the act of public worship following prescribed rules", "religious service"], ["table service", "tableware consisting of a complete set of articles (silver or dishware) for use at table", "table service"], ["help", "a means of serving", "help"], ["servicing", "the act of mating by male animals", "servicing"], ["divine service", "the act of public worship following prescribed rules", "divine service"], ["inspection and repair", "periodic maintenance on a car or machine", "inspection and repair"], ["armed service", "a force that is a branch of the armed forces", "armed service"], ["military service", "a force that is a branch of the armed forces", "military service"], ["overhaul", "periodic maintenance on a car or machine", "overhaul"], ["service of process", "the act of delivering a writ or summons upon someone", "service of process"]]}, {"answer": "services", "hint": "synonyms for services", "clues": [["avail", "a means of serving", "avail"], ["service", "a company or agency that performs a public service; subject to government regulation", "service"], ["servicing", "the act of mating by male animals", "servicing"], ["inspection and repair", "periodic maintenance on a car or machine", "inspection and repair"], ["armed service", "a force that is a branch of the armed forces", "armed service"], ["overhaul", "periodic maintenance on a car or machine", "overhaul"], ["serve", "(sports) a stroke that puts the ball in play", "serve"], ["religious service", "the act of public worship following prescribed rules", "religious service"], ["table service", "tableware consisting of a complete set of articles (silver or dishware) for use at table", "table service"], ["help", "a means of serving", "help"], ["divine service", "the act of public worship following prescribed rules", "divine service"], ["military service", "a force that is a branch of the armed forces", "military service"], ["service of process", "the act of delivering a writ or summons upon someone", "service of process"]]}, {"answer": "serving", "hint": "synonyms for serving", "clues": [["service", "the act of delivering a writ or summons upon someone", "service"], ["portion", "an individual quantity of food or drink taken as part of a meal", "portion"], ["service of process", "the act of delivering a writ or summons upon someone", "service of process"], ["helping", "an individual quantity of food or drink taken as part of a meal", "helping"]]}, {"answer": "sess", "hint": "synonyms for sess", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["skunk", "street names for marijuana", "skunk"], ["weed", "street names for marijuana", "weed"], ["sens", "street names for marijuana", "sens"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["locoweed", "street names for marijuana", "locoweed"]]}, {"answer": "session", "hint": "synonyms for session", "clues": [["academic session", "the time during which a school holds classes", "academic session"], ["seance", "a meeting of spiritualists", "seance"], ["sitting", "a meeting of spiritualists", "sitting"], ["school term", "the time during which a school holds classes", "school term"], ["academic term", "the time during which a school holds classes", "academic term"]]}, {"answer": "sessions", "hint": "synonyms for sessions", "clues": [["seance", "a meeting of spiritualists", "seance"], ["session", "a meeting devoted to a particular activity", "session"], ["sitting", "a meeting of spiritualists", "sitting"], ["academic session", "the time during which a school holds classes", "academic session"], ["school term", "the time during which a school holds classes", "school term"], ["academic term", "the time during which a school holds classes", "academic term"]]}, {"answer": "sestet", "hint": "synonyms for sestet", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextette", "six performers or singers who perform together", "sextette"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "set_phrase", "hint": "synonyms for set phrase", "clues": [["phrase", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrase"], ["idiomatic expression", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiomatic expression"], ["idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "idiom"], ["phrasal idiom", "an expression whose meanings cannot be inferred from the meanings of the words that make it up", "phrasal idiom"]]}, {"answer": "setback", "hint": "synonyms for setback", "clues": [["reversal", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "reversal"], ["blow", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "blow"], ["reverse", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "reverse"], ["black eye", "an unfortunate happening that hinders or impedes; something that is thwarting or frustrating", "black eye"]]}, {"answer": "setline", "hint": "synonyms for setline", "clues": [["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl line"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trotline"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "spiller"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl"]]}, {"answer": "setting", "hint": "synonyms for setting", "clues": [["place setting", "a table service for one person", "place setting"], ["mise en scene", "arrangement of scenery and properties to represent the place where a play or movie is enacted", "mise en scene"], ["stage setting", "arrangement of scenery and properties to represent the place where a play or movie is enacted", "stage setting"], ["mount", "a mounting consisting of a piece of metal (as in a ring or other jewelry) that holds a gem in place", "mount"], ["scene", "the context and environment in which something is set", "scene"]]}, {"answer": "settlement", "hint": "synonyms for settlement", "clues": [["colony", "a body of people who settle far from home but maintain ties with their homeland; inhabitants remain nationals of their home state but are not literally under the home state's system of government", "colony"], ["small town", "a community of people smaller than a town", "small town"], ["colonisation", "the act of colonizing; the establishment of colonies", "colonisation"], ["resolution", "something settled or resolved; the outcome of decision making", "resolution"], ["liquidation", "termination of a business operation by using its assets to discharge its liabilities", "liquidation"], ["village", "a community of people smaller than a town", "village"], ["closure", "something settled or resolved; the outcome of decision making", "closure"]]}, {"answer": "settlings", "hint": "synonyms for settlings", "clues": [["settling", "a gradual sinking to a lower level", "settling"], ["subsiding", "a gradual sinking to a lower level", "subsiding"], ["dregs", "sediment that has settled at the bottom of a liquid", "dregs"], ["subsidence", "a gradual sinking to a lower level", "subsidence"]]}, {"answer": "sevener", "hint": "synonyms for sevener", "clues": [["seven", "the cardinal number that is the sum of six and one", "seven"], ["septenary", "the cardinal number that is the sum of six and one", "septenary"], ["7", "the cardinal number that is the sum of six and one", "7"], ["septet", "the cardinal number that is the sum of six and one", "septet"], ["heptad", "the cardinal number that is the sum of six and one", "heptad"]]}, {"answer": "sevens", "hint": "synonyms for sevens", "clues": [["parliament", "a card game in which you play your sevens and other cards in sequence in the same suit as the sevens; you win if you are the first to use all your cards", "parliament"], ["seven", "the cardinal number that is the sum of six and one", "seven"], ["septenary", "the cardinal number that is the sum of six and one", "septenary"], ["7", "the cardinal number that is the sum of six and one", "7"], ["heptad", "the cardinal number that is the sum of six and one", "heptad"], ["fantan", "a card game in which you play your sevens and other cards in sequence in the same suit as the sevens; you win if you are the first to use all your cards", "fantan"], ["sevener", "the cardinal number that is the sum of six and one", "sevener"], ["septet", "the cardinal number that is the sum of six and one", "septet"], ["seven-spot", "one of four playing cards in a deck with seven pips on the face", "seven-spot"]]}, {"answer": "seventies", "hint": "synonyms for seventies", "clues": [["70", "the cardinal number that is the product of ten and seven", "70"], ["seventy", "the cardinal number that is the product of ten and seven", "seventy"], ["1970s", "the decade from 1970 to 1979", "1970s"], ["mid-seventies", "the time of life between 70 and 80", "mid-seventies"]]}, {"answer": "severance", "hint": "synonyms for severance", "clues": [["rift", "a personal or social separation (as between opposing factions)", "rift"], ["severing", "the act of severing", "severing"], ["break", "a personal or social separation (as between opposing factions)", "break"], ["rupture", "a personal or social separation (as between opposing factions)", "rupture"], ["breach", "a personal or social separation (as between opposing factions)", "breach"], ["falling out", "a personal or social separation (as between opposing factions)", "falling out"]]}, {"answer": "severeness", "hint": "synonyms for severeness", "clues": [["severity", "something hard to endure", "severity"], ["austereness", "extreme plainness", "austereness"], ["grimness", "something hard to endure", "grimness"], ["inclemency", "excessive sternness", "inclemency"], ["asperity", "something hard to endure", "asperity"], ["rigor", "excessive sternness", "rigor"], ["badness", "used of the degree of something undesirable e.g. pain or weather", "badness"], ["hardship", "something hard to endure", "hardship"], ["rigorousness", "excessive sternness", "rigorousness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"], ["hardness", "excessive sternness", "hardness"]]}, {"answer": "severity", "hint": "synonyms for severity", "clues": [["severeness", "something hard to endure", "severeness"], ["austereness", "extreme plainness", "austereness"], ["grimness", "something hard to endure", "grimness"], ["inclemency", "excessive sternness", "inclemency"], ["asperity", "something hard to endure", "asperity"], ["rigor", "excessive sternness", "rigor"], ["badness", "used of the degree of something undesirable e.g. pain or weather", "badness"], ["hardship", "something hard to endure", "hardship"], ["rigorousness", "excessive sternness", "rigorousness"], ["harshness", "excessive sternness", "harshness"], ["stiffness", "excessive sternness", "stiffness"], ["hardness", "excessive sternness", "hardness"]]}, {"answer": "sex", "hint": "synonyms for sex", "clues": [["sexuality", "the properties that distinguish organisms on the basis of their reproductive roles", "sexuality"], ["sexual urge", "all of the feelings resulting from the urge to gratify sexual impulses", "sexual urge"], ["sex activity", "activities associated with sexual intercourse", "sex activity"], ["sexual practice", "activities associated with sexual intercourse", "sexual practice"], ["gender", "the properties that distinguish organisms on the basis of their reproductive roles", "gender"]]}, {"answer": "sex_act", "hint": "synonyms for sex act", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "sextet", "hint": "synonyms for sextet", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextette", "six performers or singers who perform together", "sextette"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["sixsome", "six people considered as a unit", "sixsome"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "sextuplet", "hint": "synonyms for sextuplet", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "sexual_congress", "hint": "synonyms for sexual congress", "clues": [["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "sexual_intercourse", "hint": "synonyms for sexual intercourse", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["sexual relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual relation"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "sexual_love", "hint": "synonyms for sexual love", "clues": [["lovemaking", "sexual activities (often including sexual intercourse) between two people", "lovemaking"], ["love life", "sexual activities (often including sexual intercourse) between two people", "love life"], ["making love", "sexual activities (often including sexual intercourse) between two people", "making love"], ["erotic love", "a deep feeling of sexual desire and attraction", "erotic love"], ["love", "sexual activities (often including sexual intercourse) between two people", "love"]]}, {"answer": "sexual_relation", "hint": "synonyms for sexual relation", "clues": [["sexual congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual congress"], ["coition", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coition"], ["relation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "relation"], ["sex act", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sex act"], ["carnal knowledge", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "carnal knowledge"], ["intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "intercourse"], ["congress", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "congress"], ["copulation", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "copulation"], ["sexual intercourse", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "sexual intercourse"], ["coitus", "the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur", "coitus"]]}, {"answer": "sexual_union", "hint": "synonyms for sexual union", "clues": [["mating", "the act of pairing a male and female for reproductive purposes", "mating"], ["conjugation", "the act of pairing a male and female for reproductive purposes", "conjugation"], ["pairing", "the act of pairing a male and female for reproductive purposes", "pairing"], ["union", "the act of pairing a male and female for reproductive purposes", "union"], ["coupling", "the act of pairing a male and female for reproductive purposes", "coupling"]]}, {"answer": "shabbiness", "hint": "synonyms for shabbiness", "clues": [["injustice", "an unjust act", "injustice"], ["sleaziness", "a lack of elegance as a consequence of wearing threadbare or dirty clothing", "sleaziness"], ["unfairness", "an unjust act", "unfairness"], ["iniquity", "an unjust act", "iniquity"], ["seediness", "a lack of elegance as a consequence of wearing threadbare or dirty clothing", "seediness"], ["manginess", "a lack of elegance as a consequence of wearing threadbare or dirty clothing", "manginess"]]}, {"answer": "shabu", "hint": "synonyms for shabu", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["trash", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "trash"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"]]}, {"answer": "shack", "hint": "synonyms for shack", "clues": [["hovel", "small crude shelter used as a dwelling", "hovel"], ["shanty", "small crude shelter used as a dwelling", "shanty"], ["hutch", "small crude shelter used as a dwelling", "hutch"], ["hut", "small crude shelter used as a dwelling", "hut"]]}, {"answer": "shade", "hint": "synonyms for shade", "clues": [["nuance", "a subtle difference in meaning or opinion or attitude", "nuance"], ["refinement", "a subtle difference in meaning or opinion or attitude", "refinement"], ["spook", "a mental representation of some haunting experience", "spook"], ["nicety", "a subtle difference in meaning or opinion or attitude", "nicety"], ["tone", "a quality of a given color that differs slightly from another color", "tone"], ["specter", "a mental representation of some haunting experience", "specter"], ["ghost", "a mental representation of some haunting experience", "ghost"], ["wraith", "a mental representation of some haunting experience", "wraith"], ["tint", "a quality of a given color that differs slightly from another color", "tint"], ["tad", "a slight amount or degree of difference", "tad"], ["subtlety", "a subtle difference in meaning or opinion or attitude", "subtlety"], ["tincture", "a quality of a given color that differs slightly from another color", "tincture"]]}, {"answer": "shades", "hint": "synonyms for shades", "clues": [["shade", "a mental representation of some haunting experience", "shade"], ["tone", "a quality of a given color that differs slightly from another color", "tone"], ["specter", "a mental representation of some haunting experience", "specter"], ["wraith", "a mental representation of some haunting experience", "wraith"], ["tad", "a slight amount or degree of difference", "tad"], ["dark glasses", "spectacles that are darkened or polarized to protect the eyes from the glare of the sun", "dark glasses"], ["sunglasses", "spectacles that are darkened or polarized to protect the eyes from the glare of the sun", "sunglasses"], ["nuance", "a subtle difference in meaning or opinion or attitude", "nuance"], ["refinement", "a subtle difference in meaning or opinion or attitude", "refinement"], ["spook", "a mental representation of some haunting experience", "spook"], ["nicety", "a subtle difference in meaning or opinion or attitude", "nicety"], ["ghost", "a mental representation of some haunting experience", "ghost"], ["tint", "a quality of a given color that differs slightly from another color", "tint"], ["subtlety", "a subtle difference in meaning or opinion or attitude", "subtlety"], ["tincture", "a quality of a given color that differs slightly from another color", "tincture"]]}, {"answer": "shadow", "hint": "synonyms for shadow", "clues": [["phantasm", "something existing in perception only", "phantasm"], ["apparition", "something existing in perception only", "apparition"], ["tincture", "an indication that something has been present", "tincture"], ["fantasm", "something existing in perception only", "fantasm"], ["trace", "an indication that something has been present", "trace"], ["phantom", "something existing in perception only", "phantom"], ["vestige", "an indication that something has been present", "vestige"], ["dark", "an unilluminated area", "dark"], ["darkness", "an unilluminated area", "darkness"]]}, {"answer": "shadowgraph", "hint": "synonyms for shadowgraph", "clues": [["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiogram"], ["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagram"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiograph"], ["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagraph"]]}, {"answer": "shaft", "hint": "synonyms for shaft", "clues": [["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "dig"], ["irradiation", "a column of light (as from a beacon)", "irradiation"], ["scape", "(architecture) upright consisting of the vertical part of a column", "scape"], ["beam of light", "a column of light (as from a beacon)", "beam of light"], ["rotating shaft", "a revolving rod that transmits power or motion", "rotating shaft"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shot"], ["spear", "a long pointed rod used as a tool or weapon", "spear"], ["ray", "a column of light (as from a beacon)", "ray"], ["light beam", "a column of light (as from a beacon)", "light beam"], ["slam", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "slam"], ["lance", "a long pointed rod used as a tool or weapon", "lance"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "gibe"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "jibe"], ["beam", "a column of light (as from a beacon)", "beam"], ["shaft of light", "a column of light (as from a beacon)", "shaft of light"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "barb"], ["ray of light", "a column of light (as from a beacon)", "ray of light"]]}, {"answer": "shaft_of_light", "hint": "synonyms for shaft of light", "clues": [["irradiation", "a column of light (as from a beacon)", "irradiation"], ["light beam", "a column of light (as from a beacon)", "light beam"], ["beam of light", "a column of light (as from a beacon)", "beam of light"], ["beam", "a column of light (as from a beacon)", "beam"], ["ray", "a column of light (as from a beacon)", "ray"], ["ray of light", "a column of light (as from a beacon)", "ray of light"], ["shaft", "a column of light (as from a beacon)", "shaft"]]}, {"answer": "shag", "hint": "synonyms for shag", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["nooky", "slang for sexual intercourse", "nooky"]]}, {"answer": "shake", "hint": "synonyms for shake", "clues": [["tremble", "a reflex motion caused by cold or fear or excitement", "tremble"], ["trill", "a note that alternates rapidly with another note a semitone above it", "trill"], ["waggle", "causing to move repeatedly from side to side", "waggle"], ["handshaking", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)", "handshaking"], ["shingle", "building material used as siding or roofing", "shingle"], ["handshake", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)", "handshake"], ["milkshake", "frothy drink of milk and flavoring and sometimes fruit or ice cream", "milkshake"], ["wag", "causing to move repeatedly from side to side", "wag"], ["shiver", "a reflex motion caused by cold or fear or excitement", "shiver"], ["handclasp", "grasping and shaking a person's hand (as to acknowledge an introduction or to agree on a contract)", "handclasp"]]}, {"answer": "shambles", "hint": "synonyms for shambles", "clues": [["abattoir", "a building where animals are butchered", "abattoir"], ["butchery", "a building where animals are butchered", "butchery"], ["shambling", "walking with a slow dragging motion without lifting your feet", "shambling"], ["shamble", "walking with a slow dragging motion without lifting your feet", "shamble"], ["shuffle", "walking with a slow dragging motion without lifting your feet", "shuffle"], ["shuffling", "walking with a slow dragging motion without lifting your feet", "shuffling"], ["slaughterhouse", "a building where animals are butchered", "slaughterhouse"]]}, {"answer": "shammy", "hint": "synonyms for shammy", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy leather"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois leather"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy"]]}, {"answer": "shammy_leather", "hint": "synonyms for shammy leather", "clues": [["chammy leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy leather"], ["chamois leather", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois leather"], ["chamois", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chamois"], ["shammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "shammy"], ["chammy", "a soft suede leather formerly from the skin of the chamois antelope but now from sheepskin", "chammy"]]}, {"answer": "shangri-la", "hint": "synonyms for shangri-la", "clues": [["heaven", "any place of complete bliss and delight and peace", "heaven"], ["nirvana", "any place of complete bliss and delight and peace", "nirvana"], ["promised land", "any place of complete bliss and delight and peace", "promised land"], ["paradise", "any place of complete bliss and delight and peace", "paradise"]]}, {"answer": "shanty", "hint": "synonyms for shanty", "clues": [["hovel", "small crude shelter used as a dwelling", "hovel"], ["chantey", "a rhythmical work song originally sung by sailors", "chantey"], ["shack", "small crude shelter used as a dwelling", "shack"], ["hut", "small crude shelter used as a dwelling", "hut"], ["hutch", "small crude shelter used as a dwelling", "hutch"], ["sea chantey", "a rhythmical work song originally sung by sailors", "sea chantey"]]}, {"answer": "shape", "hint": "synonyms for shape", "clues": [["form", "any spatial attributes (especially as defined by outline)", "form"], ["contour", "any spatial attributes (especially as defined by outline)", "contour"], ["pattern", "a perceptual structure", "pattern"], ["cast", "the visual appearance of something or someone", "cast"], ["configuration", "any spatial attributes (especially as defined by outline)", "configuration"], ["embodiment", "a concrete representation of an otherwise nebulous concept", "embodiment"], ["conformation", "any spatial attributes (especially as defined by outline)", "conformation"]]}, {"answer": "share", "hint": "synonyms for share", "clues": [["part", "assets belonging to or due to or contributed by an individual person or group", "part"], ["portion", "the allotment of some amount by dividing something", "portion"], ["percentage", "assets belonging to or due to or contributed by an individual person or group", "percentage"], ["contribution", "the part played by a person in bringing about a result", "contribution"], ["ploughshare", "a sharp steel wedge that cuts loose the top layer of soil", "ploughshare"], ["plowshare", "a sharp steel wedge that cuts loose the top layer of soil", "plowshare"], ["parcel", "the allotment of some amount by dividing something", "parcel"]]}, {"answer": "sharp-sightedness", "hint": "synonyms for sharp-sightedness", "clues": [["acuity", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)", "acuity"], ["on the qui vive", "lively attentiveness", "on the qui vive"], ["alertness", "lively attentiveness", "alertness"], ["visual acuity", "sharpness of vision; the visual ability to resolve fine detail (usually measured by a Snellen chart)", "visual acuity"]]}, {"answer": "sharpness", "hint": "synonyms for sharpness", "clues": [["asperity", "harshness of manner", "asperity"], ["keenness", "thinness of edge or fineness of point", "keenness"], ["pungency", "a strong odor or taste property", "pungency"], ["acuity", "a quick and penetrating intelligence", "acuity"], ["acuteness", "a quick and penetrating intelligence", "acuteness"], ["bite", "a strong odor or taste property", "bite"], ["distinctness", "the quality of being sharp and clear", "distinctness"], ["raciness", "a strong odor or taste property", "raciness"], ["edge", "the attribute of urgency in tone of voice", "edge"]]}, {"answer": "shaving", "hint": "synonyms for shaving", "clues": [["sliver", "a thin fragment or slice (especially of wood) that has been shaved from something", "sliver"], ["grazing", "the act of brushing against while passing", "grazing"], ["paring", "a thin fragment or slice (especially of wood) that has been shaved from something", "paring"], ["shave", "the act of removing hair with a razor", "shave"], ["skimming", "the act of brushing against while passing", "skimming"]]}, {"answer": "sheepskin", "hint": "synonyms for sheepskin", "clues": [["fleece", "tanned skin of a sheep with the fleece left on; used for clothing", "fleece"], ["parchment", "skin of a sheep or goat prepared for writing on", "parchment"], ["lambskin", "skin of a sheep or goat prepared for writing on", "lambskin"], ["diploma", "a document certifying the successful completion of a course of study", "diploma"]]}, {"answer": "sheesha", "hint": "synonyms for sheesha", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "sheet", "hint": "synonyms for sheet", "clues": [["bed sheet", "bed linen consisting of a large rectangular piece of cotton or linen cloth; used in pairs", "bed sheet"], ["canvas", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel", "canvas"], ["tabloid", "newspaper with half-size pages", "tabloid"], ["sheet of paper", "paper used for writing or printing", "sheet of paper"], ["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "shroud"], ["plane", "(mathematics) an unbounded two-dimensional shape", "plane"], ["flat solid", "a flat artifact that is thin relative to its length and width", "flat solid"], ["sail", "a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel", "sail"], ["piece of paper", "paper used for writing or printing", "piece of paper"], ["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "mainsheet"], ["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "weather sheet"], ["rag", "newspaper with half-size pages", "rag"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "tack"]]}, {"answer": "shekels", "hint": "synonyms for shekels", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["shekel", "the basic unit of money in Israel", "shekel"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "shell", "hint": "synonyms for shell", "clues": [["racing shell", "a very light narrow racing boat", "racing shell"], ["plate", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)", "plate"], ["eggshell", "the exterior covering of a bird's egg", "eggshell"], ["scale", "a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)", "scale"], ["casing", "the housing or outer covering of something", "casing"], ["case", "the housing or outer covering of something", "case"]]}, {"answer": "shelling", "hint": "synonyms for shelling", "clues": [["battery", "the heavy fire of artillery to saturate an area rather than hit a specific target", "battery"], ["barrage fire", "the heavy fire of artillery to saturate an area rather than hit a specific target", "barrage fire"], ["bombardment", "the heavy fire of artillery to saturate an area rather than hit a specific target", "bombardment"], ["barrage", "the heavy fire of artillery to saturate an area rather than hit a specific target", "barrage"]]}, {"answer": "shenanigan", "hint": "synonyms for shenanigan", "clues": [["deviltry", "reckless or malicious behavior that causes discomfort or annoyance in others", "deviltry"], ["rascality", "reckless or malicious behavior that causes discomfort or annoyance in others", "rascality"], ["chicanery", "the use of tricks to deceive someone (usually to extract money from them)", "chicanery"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)", "wile"], ["mischief-making", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief-making"], ["devilment", "reckless or malicious behavior that causes discomfort or annoyance in others", "devilment"], ["roguery", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguery"], ["mischief", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischief"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)", "trickery"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)", "guile"], ["mischievousness", "reckless or malicious behavior that causes discomfort or annoyance in others", "mischievousness"], ["roguishness", "reckless or malicious behavior that causes discomfort or annoyance in others", "roguishness"]]}, {"answer": "shift", "hint": "synonyms for shift", "clues": [["shimmy", "a woman's sleeveless undergarment", "shimmy"], ["sack", "a loose-fitting dress hanging straight from the shoulders without a waist", "sack"], ["shift key", "the key on the typewriter keyboard that shifts from lower-case letters to upper-case letters", "shift key"], ["shifting", "the act of moving from one place to another", "shifting"], ["fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fault"], ["teddy", "a woman's sleeveless undergarment", "teddy"], ["chemise", "a woman's sleeveless undergarment", "chemise"], ["slip", "a woman's sleeveless undergarment", "slip"], ["break", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "break"], ["switching", "the act of changing one thing or position for another", "switching"], ["fracture", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "fracture"], ["transformation", "a qualitative change", "transformation"], ["transmutation", "a qualitative change", "transmutation"], ["displacement", "an event in which something is displaced without rotation", "displacement"], ["work shift", "the time period during which you are at work", "work shift"], ["duty period", "the time period during which you are at work", "duty period"], ["geological fault", "(geology) a crack in the earth's crust resulting from the displacement of one side with respect to the other", "geological fault"]]}, {"answer": "shimmy", "hint": "synonyms for shimmy", "clues": [["chemise", "a woman's sleeveless undergarment", "chemise"], ["shift", "a woman's sleeveless undergarment", "shift"], ["teddy", "a woman's sleeveless undergarment", "teddy"], ["slip", "a woman's sleeveless undergarment", "slip"]]}, {"answer": "ship_biscuit", "hint": "synonyms for ship biscuit", "clues": [["pilot biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "pilot biscuit"], ["hardtack", "very hard unsalted biscuit or bread; a former ship's staple", "hardtack"], ["pilot bread", "very hard unsalted biscuit or bread; a former ship's staple", "pilot bread"], ["sea biscuit", "very hard unsalted biscuit or bread; a former ship's staple", "sea biscuit"]]}, {"answer": "shipment", "hint": "synonyms for shipment", "clues": [["dispatch", "the act of sending off something", "dispatch"], ["payload", "goods carried by a large vehicle", "payload"], ["lading", "goods carried by a large vehicle", "lading"], ["freight", "goods carried by a large vehicle", "freight"], ["load", "goods carried by a large vehicle", "load"], ["cargo", "goods carried by a large vehicle", "cargo"], ["consignment", "goods carried by a large vehicle", "consignment"]]}, {"answer": "shipping", "hint": "synonyms for shipping", "clues": [["merchant marine", "conveyance provided by the ships belonging to one country or industry", "merchant marine"], ["transportation", "the commercial enterprise of moving goods and materials", "transportation"], ["transport", "the commercial enterprise of moving goods and materials", "transport"], ["cargo ships", "conveyance provided by the ships belonging to one country or industry", "cargo ships"], ["merchant vessels", "conveyance provided by the ships belonging to one country or industry", "merchant vessels"]]}, {"answer": "shirking", "hint": "synonyms for shirking", "clues": [["goofing off", "the evasion of work or duty", "goofing off"], ["soldiering", "the evasion of work or duty", "soldiering"], ["goldbricking", "the evasion of work or duty", "goldbricking"], ["slacking", "the evasion of work or duty", "slacking"]]}, {"answer": "shisha", "hint": "synonyms for shisha", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"], ["water pipe", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "water pipe"]]}, {"answer": "shit", "hint": "synonyms for shit", "clues": [["tinker's dam", "something of little value", "tinker's dam"], ["red cent", "something of little value", "red cent"], ["diddly-shit", "a small worthless amount", "diddly-shit"], ["bullshit", "obscene words for unacceptable behavior", "bullshit"], ["squat", "a small worthless amount", "squat"], ["shucks", "something of little value", "shucks"], ["turd", "obscene terms for feces", "turd"], ["darn", "something of little value", "darn"], ["dump", "a coarse term for defecation", "dump"], ["diddly", "a small worthless amount", "diddly"], ["dirt", "obscene terms for feces", "dirt"], ["dogshit", "obscene words for unacceptable behavior", "dogshit"], ["poop", "obscene terms for feces", "poop"], ["bull", "obscene words for unacceptable behavior", "bull"], ["diddly-squat", "a small worthless amount", "diddly-squat"], ["doodly-squat", "a small worthless amount", "doodly-squat"], ["shite", "obscene terms for feces", "shite"], ["jack", "a small worthless amount", "jack"], ["crap", "obscene terms for feces", "crap"], ["horseshit", "obscene words for unacceptable behavior", "horseshit"], ["hoot", "something of little value", "hoot"], ["damn", "something of little value", "damn"]]}, {"answer": "shite", "hint": "synonyms for shite", "clues": [["dirt", "obscene terms for feces", "dirt"], ["crap", "obscene terms for feces", "crap"], ["turd", "obscene terms for feces", "turd"], ["poop", "obscene terms for feces", "poop"], ["shit", "obscene terms for feces", "shit"]]}, {"answer": "shivaree", "hint": "synonyms for shivaree", "clues": [["belling", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "belling"], ["chivaree", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "chivaree"], ["charivari", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "charivari"], ["callathump", "a noisy mock serenade (made by banging pans and kettles) to a newly married couple", "callathump"]]}, {"answer": "shiver", "hint": "synonyms for shiver", "clues": [["shudder", "an almost pleasurable sensation of fright", "shudder"], ["tremble", "a reflex motion caused by cold or fear or excitement", "tremble"], ["frisson", "an almost pleasurable sensation of fright", "frisson"], ["thrill", "an almost pleasurable sensation of fright", "thrill"], ["chill", "an almost pleasurable sensation of fright", "chill"], ["quiver", "an almost pleasurable sensation of fright", "quiver"], ["shake", "a reflex motion caused by cold or fear or excitement", "shake"], ["tingle", "an almost pleasurable sensation of fright", "tingle"]]}, {"answer": "shock", "hint": "synonyms for shock", "clues": [["jolt", "a sudden jarring impact", "jolt"], ["electrical shock", "a reflex response to the passage of electric current through the body", "electrical shock"], ["seismic disturbance", "an instance of agitation of the earth's crust", "seismic disturbance"], ["jounce", "a sudden jarring impact", "jounce"], ["impact", "the violent interaction of individuals or groups entering into combat", "impact"], ["daze", "the feeling of distress and disbelief that you have when something bad happens accidentally", "daze"], ["jar", "a sudden jarring impact", "jar"], ["blow", "an unpleasant or disappointing surprise", "blow"], ["shock absorber", "a mechanical damper; absorbs energy of sudden impulses", "shock absorber"], ["stupor", "the feeling of distress and disbelief that you have when something bad happens accidentally", "stupor"], ["cushion", "a mechanical damper; absorbs energy of sudden impulses", "cushion"]]}, {"answer": "shoes", "hint": "synonyms for shoes", "clues": [["shoe", "footwear shaped to fit the foot (below the ankle) with a flexible upper of leather or plastic and a sole and heel of heavier material", "shoe"], ["skid", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation", "skid"], ["horseshoe", "U-shaped plate nailed to underside of horse's hoof", "horseshoe"], ["brake shoe", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation", "brake shoe"]]}, {"answer": "shogunate", "hint": "synonyms for shogunate", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "shoo-in", "hint": "synonyms for shoo-in", "clues": [["laugher", "an easy victory", "laugher"], ["romp", "an easy victory", "romp"], ["walkaway", "an easy victory", "walkaway"], ["runaway", "an easy victory", "runaway"], ["blowout", "an easy victory", "blowout"]]}, {"answer": "shopping_center", "hint": "synonyms for shopping center", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "mall"], ["shopping centre", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping centre"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "plaza"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "center"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping mall"]]}, {"answer": "shopping_centre", "hint": "synonyms for shopping centre", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "mall"], ["shopping center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping center"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "plaza"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "center"], ["shopping mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping mall"]]}, {"answer": "shopping_mall", "hint": "synonyms for shopping mall", "clues": [["mall", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "mall"], ["shopping center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "shopping center"], ["plaza", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "plaza"], ["center", "mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace", "center"]]}, {"answer": "short_hundredweight", "hint": "synonyms for short hundredweight", "clues": [["cwt", "a United States unit of weight equivalent to 100 pounds", "cwt"], ["centner", "a United States unit of weight equivalent to 100 pounds", "centner"], ["cental", "a United States unit of weight equivalent to 100 pounds", "cental"], ["hundredweight", "a United States unit of weight equivalent to 100 pounds", "hundredweight"], ["quintal", "a United States unit of weight equivalent to 100 pounds", "quintal"]]}, {"answer": "short_sleep", "hint": "synonyms for short sleep", "clues": [["catnap", "sleeping for a short period of time (usually not in bed)", "catnap"], ["snooze", "sleeping for a short period of time (usually not in bed)", "snooze"], ["cat sleep", "sleeping for a short period of time (usually not in bed)", "cat sleep"], ["forty winks", "sleeping for a short period of time (usually not in bed)", "forty winks"], ["nap", "sleeping for a short period of time (usually not in bed)", "nap"]]}, {"answer": "shortness", "hint": "synonyms for shortness", "clues": [["abruptness", "an abrupt discourteous manner", "abruptness"], ["gruffness", "an abrupt discourteous manner", "gruffness"], ["curtness", "an abrupt discourteous manner", "curtness"], ["brusqueness", "an abrupt discourteous manner", "brusqueness"], ["truncation", "the property of being truncated or short", "truncation"]]}, {"answer": "shorts", "hint": "synonyms for shorts", "clues": [["short", "accidental contact between two points in an electric circuit that have a potential difference", "short"], ["boxershorts", "underpants worn by men", "boxershorts"], ["underdrawers", "underpants worn by men", "underdrawers"], ["drawers", "underpants worn by men", "drawers"], ["short circuit", "accidental contact between two points in an electric circuit that have a potential difference", "short circuit"], ["trunks", "trousers that end at or above the knee", "trunks"], ["shortstop", "the fielding position of the player on a baseball team who is stationed between second and third base", "shortstop"], ["short pants", "trousers that end at or above the knee", "short pants"], ["boxers", "underpants worn by men", "boxers"]]}, {"answer": "shout", "hint": "synonyms for shout", "clues": [["yell", "a loud utterance; often in protest or opposition", "yell"], ["cry", "a loud utterance; often in protest or opposition", "cry"], ["call", "a loud utterance; often in protest or opposition", "call"], ["vociferation", "a loud utterance; often in protest or opposition", "vociferation"], ["outcry", "a loud utterance; often in protest or opposition", "outcry"]]}, {"answer": "shovel", "hint": "synonyms for shovel", "clues": [["shovelful", "the quantity a shovel can hold", "shovelful"], ["excavator", "a machine for excavating", "excavator"], ["power shovel", "a machine for excavating", "power shovel"], ["digger", "a machine for excavating", "digger"], ["spadeful", "the quantity a shovel can hold", "spadeful"]]}, {"answer": "showing", "hint": "synonyms for showing", "clues": [["screening", "the display of a motion picture", "screening"], ["exhibit", "something shown to the public", "exhibit"], ["viewing", "the display of a motion picture", "viewing"], ["display", "something shown to the public", "display"]]}, {"answer": "showtime", "hint": "synonyms for showtime", "clues": [["beginning", "the time at which something is supposed to begin", "beginning"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["first", "the time at which something is supposed to begin", "first"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["outset", "the time at which something is supposed to begin", "outset"], ["start", "the time at which something is supposed to begin", "start"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["offset", "the time at which something is supposed to begin", "offset"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "shred", "hint": "synonyms for shred", "clues": [["tatter", "a small piece of cloth or paper", "tatter"], ["whit", "a tiny or scarcely detectable amount", "whit"], ["tag", "a small piece of cloth or paper", "tag"], ["iota", "a tiny or scarcely detectable amount", "iota"], ["tag end", "a small piece of cloth or paper", "tag end"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["rag", "a small piece of cloth or paper", "rag"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "shroud", "hint": "synonyms for shroud", "clues": [["winding-clothes", "burial garment in which a corpse is wrapped", "winding-clothes"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "sheet"], ["pall", "burial garment in which a corpse is wrapped", "pall"], ["winding-sheet", "burial garment in which a corpse is wrapped", "winding-sheet"], ["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "mainsheet"], ["cerement", "burial garment in which a corpse is wrapped", "cerement"], ["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "weather sheet"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "tack"]]}, {"answer": "shtup", "hint": "synonyms for shtup", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"]]}, {"answer": "shuck", "hint": "synonyms for shuck", "clues": [["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "chaff"], ["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "straw"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "husk"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stalk"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stubble"]]}, {"answer": "shucks", "hint": "synonyms for shucks", "clues": [["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "chaff"], ["tinker's dam", "something of little value", "tinker's dam"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "husk"], ["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "straw"], ["red cent", "something of little value", "red cent"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stalk"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stubble"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "shuck"], ["hoot", "something of little value", "hoot"], ["damn", "something of little value", "damn"], ["darn", "something of little value", "darn"], ["shit", "something of little value", "shit"]]}, {"answer": "shudder", "hint": "synonyms for shudder", "clues": [["chill", "an almost pleasurable sensation of fright", "chill"], ["tingle", "an almost pleasurable sensation of fright", "tingle"], ["quiver", "an almost pleasurable sensation of fright", "quiver"], ["shiver", "an almost pleasurable sensation of fright", "shiver"], ["frisson", "an almost pleasurable sensation of fright", "frisson"], ["tremor", "an involuntary vibration (as if from illness or fear)", "tremor"], ["thrill", "an almost pleasurable sensation of fright", "thrill"]]}, {"answer": "shuffle", "hint": "synonyms for shuffle", "clues": [["shuffling", "the act of mixing cards haphazardly", "shuffling"], ["shambling", "walking with a slow dragging motion without lifting your feet", "shambling"], ["make", "the act of mixing cards haphazardly", "make"], ["shamble", "walking with a slow dragging motion without lifting your feet", "shamble"]]}, {"answer": "shuffling", "hint": "synonyms for shuffling", "clues": [["shuffle", "the act of mixing cards haphazardly", "shuffle"], ["shambling", "walking with a slow dragging motion without lifting your feet", "shambling"], ["make", "the act of mixing cards haphazardly", "make"], ["shamble", "walking with a slow dragging motion without lifting your feet", "shamble"]]}, {"answer": "si", "hint": "synonyms for si", "clues": [["te", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "te"], ["atomic number 14", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors", "atomic number 14"], ["silicon", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors", "silicon"], ["ti", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "ti"]]}, {"answer": "sibilation", "hint": "synonyms for sibilation", "clues": [["hiss", "a fricative sound (especially as an expression of disapproval)", "hiss"], ["fizzle", "a fricative sound (especially as an expression of disapproval)", "fizzle"], ["assibilation", "pronunciation with a sibilant (hissing or whistling) sound", "assibilation"], ["hushing", "a fricative sound (especially as an expression of disapproval)", "hushing"]]}, {"answer": "sickeningness", "hint": "synonyms for sickeningness", "clues": [["distastefulness", "extreme unpalatability to the mouth", "distastefulness"], ["unsavoriness", "extreme unpalatability to the mouth", "unsavoriness"], ["nauseatingness", "extreme unpalatability to the mouth", "nauseatingness"], ["disgustingness", "extreme unpalatability to the mouth", "disgustingness"]]}, {"answer": "sideline", "hint": "synonyms for sideline", "clues": [["pursuit", "an auxiliary activity", "pursuit"], ["avocation", "an auxiliary activity", "avocation"], ["spare-time activity", "an auxiliary activity", "spare-time activity"], ["out of bounds", "a line that marks the side boundary of a playing field", "out of bounds"], ["by-line", "an auxiliary activity", "by-line"], ["hobby", "an auxiliary activity", "hobby"]]}, {"answer": "sidesplitter", "hint": "synonyms for sidesplitter", "clues": [["thigh-slapper", "a joke that seems extremely funny", "thigh-slapper"], ["belly laugh", "a joke that seems extremely funny", "belly laugh"], ["howler", "a joke that seems extremely funny", "howler"], ["riot", "a joke that seems extremely funny", "riot"], ["scream", "a joke that seems extremely funny", "scream"], ["wow", "a joke that seems extremely funny", "wow"]]}, {"answer": "sight", "hint": "synonyms for sight", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["visual modality", "the ability to see; the visual faculty", "visual modality"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["visual sense", "the ability to see; the visual faculty", "visual sense"], ["view", "the act of looking or seeing or observing", "view"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["ken", "the range of vision", "ken"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["vision", "the ability to see; the visual faculty", "vision"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["survey", "the act of looking or seeing or observing", "survey"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "sights", "hint": "synonyms for sights", "clues": [["sight", "an instance of visual perception", "sight"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["visual modality", "the ability to see; the visual faculty", "visual modality"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["visual sense", "the ability to see; the visual faculty", "visual sense"], ["view", "the act of looking or seeing or observing", "view"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["ken", "the range of vision", "ken"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["vision", "the ability to see; the visual faculty", "vision"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["survey", "the act of looking or seeing or observing", "survey"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "sign_of_the_zodiac", "hint": "synonyms for sign of the zodiac", "clues": [["star sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "star sign"], ["house", "(astrology) one of 12 equal areas into which the zodiac is divided", "house"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided", "planetary house"], ["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided", "mansion"]]}, {"answer": "signature", "hint": "synonyms for signature", "clues": [["signature tune", "a melody used to identify a performer or a dance band or radio/tv program", "signature tune"], ["key signature", "the sharps or flats that follow the clef and indicate the key", "key signature"], ["touch", "a distinguishing style", "touch"], ["theme song", "a melody used to identify a performer or a dance band or radio/tv program", "theme song"]]}, {"answer": "significance", "hint": "synonyms for significance", "clues": [["import", "a meaning that is not expressly stated but can be inferred", "import"], ["implication", "a meaning that is not expressly stated but can be inferred", "implication"], ["signification", "the message that is intended or expressed or signified", "signification"], ["meaning", "the message that is intended or expressed or signified", "meaning"]]}, {"answer": "silence", "hint": "synonyms for silence", "clues": [["secrecy", "the trait of keeping things secret", "secrecy"], ["quiet", "the absence of sound", "quiet"], ["muteness", "a refusal to speak when expected", "muteness"], ["secretiveness", "the trait of keeping things secret", "secretiveness"]]}, {"answer": "silk_hat", "hint": "synonyms for silk hat", "clues": [["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "topper"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "top hat"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "opera hat"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "stovepipe"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "dress hat"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "beaver"], ["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "high hat"]]}, {"answer": "silliness", "hint": "synonyms for silliness", "clues": [["absurdity", "a ludicrous folly", "absurdity"], ["giddiness", "an impulsive scatterbrained manner", "giddiness"], ["fatuousness", "a ludicrous folly", "fatuousness"], ["fatuity", "a ludicrous folly", "fatuity"]]}, {"answer": "simoleons", "hint": "synonyms for simoleons", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "simpleness", "hint": "synonyms for simpleness", "clues": [["ease", "freedom from difficulty or hardship or effort", "ease"], ["simplicity", "a lack of penetration or subtlety", "simplicity"], ["chasteness", "lack of ornamentation", "chasteness"], ["simple mindedness", "a lack of penetration or subtlety", "simple mindedness"], ["easiness", "freedom from difficulty or hardship or effort", "easiness"], ["restraint", "lack of ornamentation", "restraint"]]}, {"answer": "simplicity", "hint": "synonyms for simplicity", "clues": [["restraint", "lack of ornamentation", "restraint"], ["simpleness", "a lack of penetration or subtlety", "simpleness"], ["ease", "freedom from difficulty or hardship or effort", "ease"], ["chasteness", "lack of ornamentation", "chasteness"], ["simple mindedness", "a lack of penetration or subtlety", "simple mindedness"], ["easiness", "freedom from difficulty or hardship or effort", "easiness"]]}, {"answer": "simulation", "hint": "synonyms for simulation", "clues": [["pretence", "the act of giving a false appearance", "pretence"], ["computer simulation", "(computer science) the technique of representing the real world by a computer program", "computer simulation"], ["pretending", "the act of giving a false appearance", "pretending"], ["feigning", "the act of giving a false appearance", "feigning"], ["model", "representation of something (sometimes on a smaller scale)", "model"]]}, {"answer": "sin", "hint": "synonyms for sin", "clues": [["wickedness", "estrangement from god", "wickedness"], ["sinfulness", "estrangement from god", "sinfulness"], ["sine", "ratio of the length of the side opposite the given angle to the length of the hypotenuse of a right-angled triangle", "sine"], ["hell", "violent and excited activity", "hell"], ["sinning", "an act that is regarded by theologians as a transgression of God's will", "sinning"]]}, {"answer": "sincerity", "hint": "synonyms for sincerity", "clues": [["unassumingness", "a quality of naturalness and simplicity", "unassumingness"], ["earnestness", "the trait of being serious; - Robert Rice", "earnestness"], ["seriousness", "an earnest and sincere feeling", "seriousness"], ["serious-mindedness", "the trait of being serious; - Robert Rice", "serious-mindedness"]]}, {"answer": "sinew", "hint": "synonyms for sinew", "clues": [["heftiness", "possessing muscular strength", "heftiness"], ["muscle", "possessing muscular strength", "muscle"], ["brawniness", "possessing muscular strength", "brawniness"], ["brawn", "possessing muscular strength", "brawn"], ["muscularity", "possessing muscular strength", "muscularity"]]}, {"answer": "single-valued_function", "hint": "synonyms for single-valued function", "clues": [["function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "function"], ["map", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "map"], ["mapping", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mapping"], ["mathematical function", "(mathematics) a mathematical relation such that each element of a given set (the domain of the function) is associated with an element of another set (the range of the function)", "mathematical function"]]}, {"answer": "singles", "hint": "synonyms for singles", "clues": [["1", "the smallest whole number or a numeral representing this number", "1"], ["one", "the smallest whole number or a numeral representing this number", "one"], ["unity", "the smallest whole number or a numeral representing this number", "unity"], ["ace", "the smallest whole number or a numeral representing this number", "ace"], ["bingle", "a base hit on which the batter stops safely at first base", "bingle"], ["single", "a base hit on which the batter stops safely at first base", "single"]]}, {"answer": "sink", "hint": "synonyms for sink", "clues": [["cesspool", "a covered cistern; waste water and sewage flow into it", "cesspool"], ["swallow hole", "a depression in the ground communicating with a subterranean passage (especially in limestone) and formed by solution or by collapse of a cavern roof", "swallow hole"], ["sump", "a covered cistern; waste water and sewage flow into it", "sump"], ["cesspit", "a covered cistern; waste water and sewage flow into it", "cesspit"], ["sinkhole", "a depression in the ground communicating with a subterranean passage (especially in limestone) and formed by solution or by collapse of a cavern roof", "sinkhole"]]}, {"answer": "sis", "hint": "synonyms for sis", "clues": [["si", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "si"], ["atomic number 14", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors", "atomic number 14"], ["silicon", "a tetravalent nonmetallic element; next to oxygen it is the most abundant element in the earth's crust; occurs in clay and feldspar and granite and quartz and sand; used as a semiconductor in transistors", "silicon"], ["ti", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "ti"], ["te", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "te"]]}, {"answer": "sise", "hint": "synonyms for sise", "clues": [["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sixer", "the cardinal number that is the sum of five and one", "sixer"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "sissiness", "hint": "synonyms for sissiness", "clues": [["unmanliness", "the trait of being effeminate (derogatory of a man)", "unmanliness"], ["effeminacy", "the trait of being effeminate (derogatory of a man)", "effeminacy"], ["softness", "the trait of being effeminate (derogatory of a man)", "softness"], ["effeminateness", "the trait of being effeminate (derogatory of a man)", "effeminateness"], ["womanishness", "the trait of being effeminate (derogatory of a man)", "womanishness"]]}, {"answer": "site", "hint": "synonyms for site", "clues": [["web site", "a computer connected to the internet that maintains a series of web pages on the World Wide Web", "web site"], ["internet site", "a computer connected to the internet that maintains a series of web pages on the World Wide Web", "internet site"], ["situation", "physical position in relation to the surroundings", "situation"], ["land site", "the piece of land on which something is located (or is to be located)", "land site"]]}, {"answer": "situation", "hint": "synonyms for situation", "clues": [["office", "a job in an organization", "office"], ["spot", "a job in an organization", "spot"], ["post", "a job in an organization", "post"], ["berth", "a job in an organization", "berth"], ["site", "physical position in relation to the surroundings", "site"], ["place", "a job in an organization", "place"], ["position", "a job in an organization", "position"], ["billet", "a job in an organization", "billet"]]}, {"answer": "sixer", "hint": "synonyms for sixer", "clues": [["sise", "the cardinal number that is the sum of five and one", "sise"], ["half a dozen", "the cardinal number that is the sum of five and one", "half a dozen"], ["sextuplet", "the cardinal number that is the sum of five and one", "sextuplet"], ["sestet", "the cardinal number that is the sum of five and one", "sestet"], ["hexad", "the cardinal number that is the sum of five and one", "hexad"], ["6", "the cardinal number that is the sum of five and one", "6"], ["sextet", "the cardinal number that is the sum of five and one", "sextet"], ["six", "the cardinal number that is the sum of five and one", "six"]]}, {"answer": "sixties", "hint": "synonyms for sixties", "clues": [["60", "the cardinal number that is the product of ten and six", "60"], ["mid-sixties", "the time of life between 60 and 70", "mid-sixties"], ["1960s", "the decade from 1960 to 1969", "1960s"], ["sixty", "the cardinal number that is the product of ten and six", "sixty"]]}, {"answer": "sizeableness", "hint": "synonyms for sizeableness", "clues": [["greatness", "unusual largeness in size or extent or number", "greatness"], ["grandness", "unusual largeness in size or extent or number", "grandness"], ["immensity", "unusual largeness in size or extent or number", "immensity"], ["wideness", "unusual largeness in size or extent or number", "wideness"], ["enormousness", "unusual largeness in size or extent or number", "enormousness"], ["immenseness", "unusual largeness in size or extent or number", "immenseness"], ["vastness", "unusual largeness in size or extent or number", "vastness"]]}, {"answer": "skag", "hint": "synonyms for skag", "clues": [["hell dust", "street names for heroin", "hell dust"], ["smack", "street names for heroin", "smack"], ["nose drops", "street names for heroin", "nose drops"], ["scag", "street names for heroin", "scag"], ["thunder", "street names for heroin", "thunder"], ["big H", "street names for heroin", "big H"]]}, {"answer": "skeleton", "hint": "synonyms for skeleton", "clues": [["skeleton in the cupboard", "a scandal that is kept secret", "skeleton in the cupboard"], ["underframe", "the internal supporting structure that gives an artifact its shape", "underframe"], ["skeletal frame", "the internal supporting structure that gives an artifact its shape", "skeletal frame"], ["skeleton in the closet", "a scandal that is kept secret", "skeleton in the closet"], ["frame", "the internal supporting structure that gives an artifact its shape", "frame"]]}, {"answer": "skepticism", "hint": "synonyms for skepticism", "clues": [["mental rejection", "doubt about the truth of something", "mental rejection"], ["agnosticism", "the disbelief in any claims of ultimate knowledge", "agnosticism"], ["incredulity", "doubt about the truth of something", "incredulity"], ["scepticism", "the disbelief in any claims of ultimate knowledge", "scepticism"], ["disbelief", "doubt about the truth of something", "disbelief"]]}, {"answer": "sketch", "hint": "synonyms for sketch", "clues": [["resume", "short descriptive summary (of events)", "resume"], ["vignette", "a brief literary description", "vignette"], ["cartoon", "a humorous or satirical drawing published in a newspaper or magazine", "cartoon"], ["study", "preliminary drawing for later elaboration", "study"], ["survey", "short descriptive summary (of events)", "survey"]]}, {"answer": "skiagram", "hint": "synonyms for skiagram", "clues": [["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiogram"], ["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "shadowgraph"], ["skiagraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagraph"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiograph"]]}, {"answer": "skiagraph", "hint": "synonyms for skiagraph", "clues": [["radiogram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiogram"], ["shadowgraph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "shadowgraph"], ["skiagram", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "skiagram"], ["radiograph", "a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)", "radiograph"]]}, {"answer": "skid", "hint": "synonyms for skid", "clues": [["slip", "an unexpected slide", "slip"], ["brake shoe", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation", "brake shoe"], ["shoe", "a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation", "shoe"], ["sideslip", "an unexpected slide", "sideslip"]]}, {"answer": "skill", "hint": "synonyms for skill", "clues": [["science", "ability to produce solutions in some problem domain", "science"], ["attainment", "an ability that has been acquired by training", "attainment"], ["acquisition", "an ability that has been acquired by training", "acquisition"], ["acquirement", "an ability that has been acquired by training", "acquirement"], ["accomplishment", "an ability that has been acquired by training", "accomplishment"]]}, {"answer": "skimmer", "hint": "synonyms for skimmer", "clues": [["straw hat", "a stiff hat made of straw with a flat crown", "straw hat"], ["sailor", "a stiff hat made of straw with a flat crown", "sailor"], ["leghorn", "a stiff hat made of straw with a flat crown", "leghorn"], ["boater", "a stiff hat made of straw with a flat crown", "boater"]]}, {"answer": "skin_senses", "hint": "synonyms for skin senses", "clues": [["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch"], ["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch modality"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "sense of touch"], ["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "cutaneous senses"]]}, {"answer": "skulduggery", "hint": "synonyms for skulduggery", "clues": [["hanky panky", "verbal misrepresentation intended to take advantage of you in some way", "hanky panky"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way", "hocus-pocus"], ["slickness", "verbal misrepresentation intended to take advantage of you in some way", "slickness"], ["skullduggery", "verbal misrepresentation intended to take advantage of you in some way", "skullduggery"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way", "jiggery-pokery"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way", "trickery"]]}, {"answer": "skullduggery", "hint": "synonyms for skullduggery", "clues": [["hanky panky", "verbal misrepresentation intended to take advantage of you in some way", "hanky panky"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way", "hocus-pocus"], ["slickness", "verbal misrepresentation intended to take advantage of you in some way", "slickness"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way", "skulduggery"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way", "jiggery-pokery"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way", "trickery"]]}, {"answer": "skunk", "hint": "synonyms for skunk", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["locoweed", "street names for marijuana", "locoweed"], ["shutout", "a defeat in a game where one side fails to score", "shutout"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["weed", "street names for marijuana", "weed"]]}, {"answer": "skyline", "hint": "synonyms for skyline", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet", "apparent horizon"], ["horizon", "the line at which the sky and Earth appear to meet", "horizon"], ["visible horizon", "the line at which the sky and Earth appear to meet", "visible horizon"], ["sensible horizon", "the line at which the sky and Earth appear to meet", "sensible horizon"]]}, {"answer": "slacking", "hint": "synonyms for slacking", "clues": [["goofing off", "the evasion of work or duty", "goofing off"], ["soldiering", "the evasion of work or duty", "soldiering"], ["goldbricking", "the evasion of work or duty", "goldbricking"], ["shirking", "the evasion of work or duty", "shirking"]]}, {"answer": "slackness", "hint": "synonyms for slackness", "clues": [["lassitude", "weakness characterized by a lack of vitality or energy", "lassitude"], ["remissness", "the quality of being lax and neglectful", "remissness"], ["lethargy", "weakness characterized by a lack of vitality or energy", "lethargy"], ["inanition", "weakness characterized by a lack of vitality or energy", "inanition"], ["laxity", "the quality of being lax and neglectful", "laxity"], ["slack", "the quality of being loose (not taut)", "slack"], ["laxness", "the quality of being lax and neglectful", "laxness"]]}, {"answer": "slacks", "hint": "synonyms for slacks", "clues": [["slack", "a noticeable deterioration in performance or quality", "slack"], ["morass", "a soft wet area of low-lying land that sinks underfoot", "morass"], ["slackness", "the quality of being loose (not taut)", "slackness"], ["drop-off", "a noticeable deterioration in performance or quality", "drop-off"], ["slack water", "a stretch of water without current or movement", "slack water"], ["quagmire", "a soft wet area of low-lying land that sinks underfoot", "quagmire"], ["mire", "a soft wet area of low-lying land that sinks underfoot", "mire"], ["falloff", "a noticeable deterioration in performance or quality", "falloff"], ["quag", "a soft wet area of low-lying land that sinks underfoot", "quag"], ["falling off", "a noticeable deterioration in performance or quality", "falling off"], ["slump", "a noticeable deterioration in performance or quality", "slump"]]}, {"answer": "slaked_lime", "hint": "synonyms for slaked lime", "clues": [["lime hydrate", "a caustic substance produced by heating limestone", "lime hydrate"], ["lime", "a caustic substance produced by heating limestone", "lime"], ["calcium hydroxide", "a caustic substance produced by heating limestone", "calcium hydroxide"], ["calcium hydrate", "a caustic substance produced by heating limestone", "calcium hydrate"], ["caustic lime", "a caustic substance produced by heating limestone", "caustic lime"], ["hydrated lime", "a caustic substance produced by heating limestone", "hydrated lime"]]}, {"answer": "slam", "hint": "synonyms for slam", "clues": [["dig", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "dig"], ["shaft", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shaft"], ["jibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "jibe"], ["gibe", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "gibe"], ["shot", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "shot"], ["barb", "an aggressive remark directed at a person like a missile and intended to have a telling effect", "barb"], ["sweep", "winning all or all but one of the tricks in bridge", "sweep"]]}, {"answer": "slammer", "hint": "synonyms for slammer", "clues": [["poky", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "poky"], ["jailhouse", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jailhouse"], ["clink", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "clink"], ["gaol", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "gaol"], ["jail", "a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)", "jail"]]}, {"answer": "slander", "hint": "synonyms for slander", "clues": [["defamation", "an abusive attack on a person's character or good name", "defamation"], ["aspersion", "an abusive attack on a person's character or good name", "aspersion"], ["calumny", "an abusive attack on a person's character or good name", "calumny"], ["denigration", "an abusive attack on a person's character or good name", "denigration"]]}, {"answer": "slang", "hint": "synonyms for slang", "clues": [["cant", "a characteristic language of a particular group (as among thieves)", "cant"], ["vernacular", "a characteristic language of a particular group (as among thieves)", "vernacular"], ["lingo", "a characteristic language of a particular group (as among thieves)", "lingo"], ["slang term", "informal language consisting of words and expressions that are not considered appropriate for formal occasions; often vituperative or vulgar", "slang term"], ["argot", "a characteristic language of a particular group (as among thieves)", "argot"], ["patois", "a characteristic language of a particular group (as among thieves)", "patois"], ["jargon", "a characteristic language of a particular group (as among thieves)", "jargon"], ["slang expression", "informal language consisting of words and expressions that are not considered appropriate for formal occasions; often vituperative or vulgar", "slang expression"]]}, {"answer": "slash", "hint": "synonyms for slash", "clues": [["stroke", "a punctuation mark (/) used to separate related items of information", "stroke"], ["diagonal", "a punctuation mark (/) used to separate related items of information", "diagonal"], ["separatrix", "a punctuation mark (/) used to separate related items of information", "separatrix"], ["virgule", "a punctuation mark (/) used to separate related items of information", "virgule"], ["gash", "a strong sweeping cut made with a sharp instrument", "gash"], ["solidus", "a punctuation mark (/) used to separate related items of information", "solidus"]]}, {"answer": "slaughter", "hint": "synonyms for slaughter", "clues": [["whipping", "a sound defeat", "whipping"], ["trouncing", "a sound defeat", "trouncing"], ["walloping", "a sound defeat", "walloping"], ["carnage", "the savage and excessive killing of many people", "carnage"], ["butchery", "the savage and excessive killing of many people", "butchery"], ["drubbing", "a sound defeat", "drubbing"], ["debacle", "a sound defeat", "debacle"], ["massacre", "the savage and excessive killing of many people", "massacre"], ["mass murder", "the savage and excessive killing of many people", "mass murder"], ["thrashing", "a sound defeat", "thrashing"]]}, {"answer": "sledge", "hint": "synonyms for sledge", "clues": [["sled", "a vehicle mounted on runners and pulled by horses or dogs; for transportation over snow", "sled"], ["sleigh", "a vehicle mounted on runners and pulled by horses or dogs; for transportation over snow", "sleigh"], ["sledgehammer", "a heavy long-handled hammer used to drive stakes or wedges", "sledgehammer"], ["maul", "a heavy long-handled hammer used to drive stakes or wedges", "maul"]]}, {"answer": "sleeper", "hint": "synonyms for sleeper", "clues": [["railroad tie", "one of the cross braces that support the rails on a railway track", "railroad tie"], ["wagon-lit", "a passenger car that has berths for sleeping", "wagon-lit"], ["crosstie", "one of the cross braces that support the rails on a railway track", "crosstie"], ["sleeping car", "a passenger car that has berths for sleeping", "sleeping car"], ["tie", "one of the cross braces that support the rails on a railway track", "tie"]]}, {"answer": "sleeping_accommodation", "hint": "synonyms for sleeping accommodation", "clues": [["chamber", "a room used primarily for sleeping", "chamber"], ["sleeping room", "a room used primarily for sleeping", "sleeping room"], ["bedchamber", "a room used primarily for sleeping", "bedchamber"], ["bedroom", "a room used primarily for sleeping", "bedroom"]]}, {"answer": "sleeping_room", "hint": "synonyms for sleeping room", "clues": [["sleeping accommodation", "a room used primarily for sleeping", "sleeping accommodation"], ["chamber", "a room used primarily for sleeping", "chamber"], ["bedchamber", "a room used primarily for sleeping", "bedchamber"], ["bedroom", "a room used primarily for sleeping", "bedroom"]]}, {"answer": "sleepwalking", "hint": "synonyms for sleepwalking", "clues": [["somnambulation", "walking by a person who is asleep", "somnambulation"], ["noctambulation", "walking by a person who is asleep", "noctambulation"], ["noctambulism", "walking by a person who is asleep", "noctambulism"], ["somnambulism", "walking by a person who is asleep", "somnambulism"]]}, {"answer": "slenderness", "hint": "synonyms for slenderness", "clues": [["thinness", "relatively small dimension through an object as opposed to its length or width", "thinness"], ["slightness", "the property of an attractively thin person", "slightness"], ["tenuity", "relatively small dimension through an object as opposed to its length or width", "tenuity"], ["slimness", "the property of an attractively thin person", "slimness"]]}, {"answer": "slew", "hint": "synonyms for slew", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "slews", "hint": "synonyms for slews", "clues": [["oodles", "a large number or amount", "oodles"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["scores", "a large number or amount", "scores"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["stacks", "a large number or amount", "stacks"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["wads", "a large number or amount", "wads"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["gobs", "a large number or amount", "gobs"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["lashings", "a large number or amount", "lashings"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["scads", "a large number or amount", "scads"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "slickness", "hint": "synonyms for slickness", "clues": [["slip", "a slippery smoothness", "slip"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way", "skulduggery"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way", "hanky panky"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way", "jiggery-pokery"], ["glibness", "a kind of fluent easy superficiality", "glibness"], ["slick", "a slippery smoothness", "slick"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way", "hocus-pocus"], ["trickery", "verbal misrepresentation intended to take advantage of you in some way", "trickery"], ["slipperiness", "a slippery smoothness", "slipperiness"]]}, {"answer": "slide", "hint": "synonyms for slide", "clues": [["glide", "the act of moving smoothly along a surface while remaining in contact with it", "glide"], ["playground slide", "plaything consisting of a sloping chute down which children can slide", "playground slide"], ["lantern slide", "a transparency mounted in a frame; viewed with a slide projector", "lantern slide"], ["chute", "sloping channel through which things can descend", "chute"], ["slideway", "sloping channel through which things can descend", "slideway"], ["sloping trough", "sloping channel through which things can descend", "sloping trough"], ["microscope slide", "a small flat rectangular piece of glass on which specimens can be mounted for microscopic study", "microscope slide"], ["swoop", "(music) rapid sliding up or down the musical scale", "swoop"], ["sliding board", "plaything consisting of a sloping chute down which children can slide", "sliding board"], ["coast", "the act of moving smoothly along a surface while remaining in contact with it", "coast"]]}, {"answer": "slightness", "hint": "synonyms for slightness", "clues": [["delicacy", "smallness of stature", "delicacy"], ["puniness", "the quality of being unimportant and petty or frivolous", "puniness"], ["triviality", "the quality of being unimportant and petty or frivolous", "triviality"], ["pettiness", "the quality of being unimportant and petty or frivolous", "pettiness"], ["slimness", "the property of an attractively thin person", "slimness"], ["slenderness", "the property of an attractively thin person", "slenderness"]]}, {"answer": "slime", "hint": "synonyms for slime", "clues": [["goop", "any thick, viscous matter", "goop"], ["guck", "any thick, viscous matter", "guck"], ["sludge", "any thick, viscous matter", "sludge"], ["ooze", "any thick, viscous matter", "ooze"], ["gunk", "any thick, viscous matter", "gunk"], ["gook", "any thick, viscous matter", "gook"], ["muck", "any thick, viscous matter", "muck"]]}, {"answer": "sliminess", "hint": "synonyms for sliminess", "clues": [["lousiness", "the quality of being disgusting to the senses or emotions", "lousiness"], ["loathsomeness", "the quality of being disgusting to the senses or emotions", "loathsomeness"], ["repulsiveness", "the quality of being disgusting to the senses or emotions", "repulsiveness"], ["wickedness", "the quality of being disgusting to the senses or emotions", "wickedness"], ["vileness", "the quality of being disgusting to the senses or emotions", "vileness"]]}, {"answer": "slimness", "hint": "synonyms for slimness", "clues": [["slightness", "the property of an attractively thin person", "slightness"], ["narrow margin", "a small margin", "narrow margin"], ["narrowness", "a small margin", "narrowness"], ["slenderness", "the property of an attractively thin person", "slenderness"]]}, {"answer": "sling", "hint": "synonyms for sling", "clues": [["triangular bandage", "bandage to support an injured forearm; consisting of a wide triangular piece of cloth hanging from around the neck", "triangular bandage"], ["slingshot", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones", "slingshot"], ["scarf bandage", "bandage to support an injured forearm; consisting of a wide triangular piece of cloth hanging from around the neck", "scarf bandage"], ["catapult", "a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones", "catapult"], ["slingback", "a shoe that has a strap that wraps around the heel", "slingback"]]}, {"answer": "slip", "hint": "synonyms for slip", "clues": [["shimmy", "a woman's sleeveless undergarment", "shimmy"], ["pillowcase", "bed linen consisting of a cover for a pillow", "pillowcase"], ["skid", "an unexpected slide", "skid"], ["teddy", "a woman's sleeveless undergarment", "teddy"], ["sideslip", "an unexpected slide", "sideslip"], ["slickness", "a slippery smoothness", "slickness"], ["berth", "a place where a craft can be made fast", "berth"], ["solecism", "a socially awkward or tactless act", "solecism"], ["chemise", "a woman's sleeveless undergarment", "chemise"], ["shift", "a woman's sleeveless undergarment", "shift"], ["elusion", "the act of avoiding capture (especially by cunning)", "elusion"], ["parapraxis", "a minor inadvertent mistake usually observed in speech or writing or in small accidents or memory lapses etc.", "parapraxis"], ["faux pas", "a socially awkward or tactless act", "faux pas"], ["slip-up", "a minor inadvertent mistake usually observed in speech or writing or in small accidents or memory lapses etc.", "slip-up"], ["case", "bed linen consisting of a cover for a pillow", "case"], ["strip", "artifact consisting of a narrow flat piece of material", "strip"], ["eluding", "the act of avoiding capture (especially by cunning)", "eluding"], ["miscue", "a minor inadvertent mistake usually observed in speech or writing or in small accidents or memory lapses etc.", "miscue"], ["moorage", "a place where a craft can be made fast", "moorage"], ["slip of paper", "a small sheet of paper", "slip of paper"], ["slick", "a slippery smoothness", "slick"], ["gaffe", "a socially awkward or tactless act", "gaffe"], ["mooring", "a place where a craft can be made fast", "mooring"], ["gaucherie", "a socially awkward or tactless act", "gaucherie"], ["pillow slip", "bed linen consisting of a cover for a pillow", "pillow slip"], ["slipperiness", "a slippery smoothness", "slipperiness"]]}, {"answer": "slipperiness", "hint": "synonyms for slipperiness", "clues": [["shiftiness", "the quality of being a slippery rascal", "shiftiness"], ["trickiness", "the quality of being a slippery rascal", "trickiness"], ["slickness", "a slippery smoothness", "slickness"], ["slip", "a slippery smoothness", "slip"], ["slick", "a slippery smoothness", "slick"], ["rascality", "the quality of being a slippery rascal", "rascality"]]}, {"answer": "slipstream", "hint": "synonyms for slipstream", "clues": [["wash", "the flow of air that is driven backwards by an aircraft propeller", "wash"], ["race", "the flow of air that is driven backwards by an aircraft propeller", "race"], ["backwash", "the flow of air that is driven backwards by an aircraft propeller", "backwash"], ["airstream", "the flow of air that is driven backwards by an aircraft propeller", "airstream"]]}, {"answer": "slit", "hint": "synonyms for slit", "clues": [["incision", "a depression scratched or carved into a surface", "incision"], ["scratch", "a depression scratched or carved into a surface", "scratch"], ["prick", "a depression scratched or carved into a surface", "prick"], ["dent", "a depression scratched or carved into a surface", "dent"]]}, {"answer": "slop", "hint": "synonyms for slop", "clues": [["swill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "swill"], ["pigswill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "pigswill"], ["glop", "writing or music that is excessively sweet and sentimental", "glop"], ["mire", "deep soft mud in water or slush", "mire"], ["mush", "writing or music that is excessively sweet and sentimental", "mush"], ["treacle", "writing or music that is excessively sweet and sentimental", "treacle"], ["pigwash", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "pigwash"], ["slops", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "slops"]]}, {"answer": "sloppiness", "hint": "synonyms for sloppiness", "clues": [["soupiness", "falsely emotional in a maudlin way", "soupiness"], ["drippiness", "falsely emotional in a maudlin way", "drippiness"], ["sentimentality", "falsely emotional in a maudlin way", "sentimentality"], ["carelessness", "the quality of not being careful or taking pains", "carelessness"], ["mawkishness", "falsely emotional in a maudlin way", "mawkishness"], ["mushiness", "falsely emotional in a maudlin way", "mushiness"]]}, {"answer": "slops", "hint": "synonyms for slops", "clues": [["swill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "swill"], ["slop", "writing or music that is excessively sweet and sentimental", "slop"], ["pigswill", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "pigswill"], ["glop", "writing or music that is excessively sweet and sentimental", "glop"], ["mire", "deep soft mud in water or slush", "mire"], ["mush", "writing or music that is excessively sweet and sentimental", "mush"], ["treacle", "writing or music that is excessively sweet and sentimental", "treacle"], ["pigwash", "wet feed (especially for pigs) consisting of mostly kitchen waste mixed with water or skimmed or sour milk", "pigwash"]]}, {"answer": "slowness", "hint": "synonyms for slowness", "clues": [["maladroitness", "unskillfulness resulting from a lack of training", "maladroitness"], ["ineptness", "unskillfulness resulting from a lack of training", "ineptness"], ["ineptitude", "unskillfulness resulting from a lack of training", "ineptitude"], ["unhurriedness", "a rate demonstrating an absence of haste or hurry", "unhurriedness"], ["subnormality", "lack of normal development of intellectual capacities", "subnormality"], ["deliberation", "a rate demonstrating an absence of haste or hurry", "deliberation"], ["awkwardness", "unskillfulness resulting from a lack of training", "awkwardness"], ["clumsiness", "unskillfulness resulting from a lack of training", "clumsiness"], ["retardation", "lack of normal development of intellectual capacities", "retardation"], ["mental retardation", "lack of normal development of intellectual capacities", "mental retardation"], ["deliberateness", "a rate demonstrating an absence of haste or hurry", "deliberateness"]]}, {"answer": "sludge", "hint": "synonyms for sludge", "clues": [["goop", "any thick, viscous matter", "goop"], ["guck", "any thick, viscous matter", "guck"], ["ooze", "any thick, viscous matter", "ooze"], ["gunk", "any thick, viscous matter", "gunk"], ["gook", "any thick, viscous matter", "gook"], ["muck", "any thick, viscous matter", "muck"], ["slime", "any thick, viscous matter", "slime"]]}, {"answer": "slug", "hint": "synonyms for slug", "clues": [["lick", "(boxing) a blow with the fist", "lick"], ["clout", "(boxing) a blow with the fist", "clout"], ["type slug", "a strip of type metal used for spacing", "type slug"], ["bullet", "a projectile that is fired from a gun", "bullet"], ["biff", "(boxing) a blow with the fist", "biff"], ["punch", "(boxing) a blow with the fist", "punch"], ["poke", "(boxing) a blow with the fist", "poke"]]}, {"answer": "sluggishness", "hint": "synonyms for sluggishness", "clues": [["phlegm", "inactivity; showing an unusual lack of energy", "phlegm"], ["lethargy", "inactivity; showing an unusual lack of energy", "lethargy"], ["languor", "inactivity; showing an unusual lack of energy", "languor"], ["flatness", "inactivity; showing an unusual lack of energy", "flatness"]]}, {"answer": "sluice_valve", "hint": "synonyms for sluice valve", "clues": [["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "penstock"], ["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "floodgate"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "water gate"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "head gate"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluicegate"]]}, {"answer": "sluicegate", "hint": "synonyms for sluicegate", "clues": [["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "penstock"], ["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "floodgate"], ["water gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "water gate"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "head gate"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluice valve"]]}, {"answer": "slump", "hint": "synonyms for slump", "clues": [["slack", "a noticeable deterioration in performance or quality", "slack"], ["falling off", "a noticeable deterioration in performance or quality", "falling off"], ["falloff", "a noticeable deterioration in performance or quality", "falloff"], ["drop-off", "a noticeable deterioration in performance or quality", "drop-off"]]}, {"answer": "slur", "hint": "synonyms for slur", "clues": [["smirch", "a blemish made by dirt", "smirch"], ["blot", "a blemish made by dirt", "blot"], ["spot", "a blemish made by dirt", "spot"], ["smear", "a blemish made by dirt", "smear"], ["aspersion", "a disparaging remark", "aspersion"], ["daub", "a blemish made by dirt", "daub"], ["smudge", "a blemish made by dirt", "smudge"]]}, {"answer": "slyness", "hint": "synonyms for slyness", "clues": [["foxiness", "shrewdness as demonstrated by being skilled in deception", "foxiness"], ["wiliness", "shrewdness as demonstrated by being skilled in deception", "wiliness"], ["craft", "shrewdness as demonstrated by being skilled in deception", "craft"], ["craftiness", "shrewdness as demonstrated by being skilled in deception", "craftiness"], ["cunning", "shrewdness as demonstrated by being skilled in deception", "cunning"], ["guile", "shrewdness as demonstrated by being skilled in deception", "guile"]]}, {"answer": "small_talk", "hint": "synonyms for small talk", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"], ["tittle-tattle", "light informal conversation for social occasions", "tittle-tattle"]]}, {"answer": "smarminess", "hint": "synonyms for smarminess", "clues": [["fulsomeness", "smug self-serving earnestness", "fulsomeness"], ["unction", "smug self-serving earnestness", "unction"], ["unctuousness", "smug self-serving earnestness", "unctuousness"], ["oiliness", "smug self-serving earnestness", "oiliness"], ["oleaginousness", "smug self-serving earnestness", "oleaginousness"]]}, {"answer": "smart_set", "hint": "synonyms for smart set", "clues": [["society", "the fashionable elite", "society"], ["bon ton", "the fashionable elite", "bon ton"], ["beau monde", "the fashionable elite", "beau monde"], ["high society", "the fashionable elite", "high society"]]}, {"answer": "smartness", "hint": "synonyms for smartness", "clues": [["briskness", "liveliness and eagerness", "briskness"], ["brightness", "intelligence as manifested in being quick and witty", "brightness"], ["chic", "elegance by virtue of being fashionable", "chic"], ["stylishness", "elegance by virtue of being fashionable", "stylishness"], ["last word", "elegance by virtue of being fashionable", "last word"], ["swank", "elegance by virtue of being fashionable", "swank"], ["modishness", "elegance by virtue of being fashionable", "modishness"], ["chichi", "elegance by virtue of being fashionable", "chichi"], ["chicness", "elegance by virtue of being fashionable", "chicness"], ["cleverness", "intelligence as manifested in being quick and witty", "cleverness"], ["alacrity", "liveliness and eagerness", "alacrity"]]}, {"answer": "smasher", "hint": "synonyms for smasher", "clues": [["hit", "a conspicuous success", "hit"], ["strike", "a conspicuous success", "strike"], ["bang", "a conspicuous success", "bang"], ["smash", "a conspicuous success", "smash"]]}, {"answer": "smear", "hint": "synonyms for smear", "clues": [["vilification", "slanderous defamation", "vilification"], ["smirch", "a blemish made by dirt", "smirch"], ["smudge", "a blemish made by dirt", "smudge"], ["blot", "a blemish made by dirt", "blot"], ["spot", "a blemish made by dirt", "spot"], ["slur", "a blemish made by dirt", "slur"], ["daub", "a blemish made by dirt", "daub"], ["stain", "an act that brings discredit to the person who does it", "stain"], ["malignment", "slanderous defamation", "malignment"]]}, {"answer": "smell", "hint": "synonyms for smell", "clues": [["scent", "any property detected by the olfactory system", "scent"], ["odor", "any property detected by the olfactory system", "odor"], ["olfactory perception", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "olfactory perception"], ["olfaction", "the faculty that enables us to distinguish scents", "olfaction"], ["olfactory sensation", "the sensation that results when olfactory receptors in the nose are stimulated by particular chemicals in gaseous form", "olfactory sensation"], ["olfactory modality", "the faculty that enables us to distinguish scents", "olfactory modality"], ["smelling", "the act of perceiving the odor of something", "smelling"], ["olfactory property", "any property detected by the olfactory system", "olfactory property"], ["sense of smell", "the faculty that enables us to distinguish scents", "sense of smell"], ["aroma", "any property detected by the olfactory system", "aroma"]]}, {"answer": "smidge", "hint": "synonyms for smidge", "clues": [["whit", "a tiny or scarcely detectable amount", "whit"], ["iota", "a tiny or scarcely detectable amount", "iota"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["shred", "a tiny or scarcely detectable amount", "shred"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "smidgen", "hint": "synonyms for smidgen", "clues": [["whit", "a tiny or scarcely detectable amount", "whit"], ["iota", "a tiny or scarcely detectable amount", "iota"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["shred", "a tiny or scarcely detectable amount", "shred"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "smidgeon", "hint": "synonyms for smidgeon", "clues": [["whit", "a tiny or scarcely detectable amount", "whit"], ["iota", "a tiny or scarcely detectable amount", "iota"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["smidge", "a tiny or scarcely detectable amount", "smidge"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["shred", "a tiny or scarcely detectable amount", "shred"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "smidgin", "hint": "synonyms for smidgin", "clues": [["whit", "a tiny or scarcely detectable amount", "whit"], ["iota", "a tiny or scarcely detectable amount", "iota"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["shred", "a tiny or scarcely detectable amount", "shred"]]}, {"answer": "smirch", "hint": "synonyms for smirch", "clues": [["blot", "a blemish made by dirt", "blot"], ["spot", "a blemish made by dirt", "spot"], ["smear", "a blemish made by dirt", "smear"], ["slur", "a blemish made by dirt", "slur"], ["daub", "a blemish made by dirt", "daub"], ["stain", "an act that brings discredit to the person who does it", "stain"], ["smudge", "a blemish made by dirt", "smudge"]]}, {"answer": "smoke", "hint": "synonyms for smoke", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["smoking", "a hot vapor containing fine particles of carbon being produced by combustion", "smoking"], ["fume", "a cloud of fine particles suspended in a gas", "fume"], ["locoweed", "street names for marijuana", "locoweed"], ["roll of tobacco", "tobacco leaves that have been made into a cylinder", "roll of tobacco"], ["heater", "(baseball) a pitch thrown with maximum velocity", "heater"], ["skunk", "street names for marijuana", "skunk"], ["fastball", "(baseball) a pitch thrown with maximum velocity", "fastball"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["bullet", "(baseball) a pitch thrown with maximum velocity", "bullet"], ["hummer", "(baseball) a pitch thrown with maximum velocity", "hummer"], ["weed", "street names for marijuana", "weed"]]}, {"answer": "smoker", "hint": "synonyms for smoker", "clues": [["smoking carriage", "a passenger car for passengers who wish to smoke", "smoking carriage"], ["stag party", "a party for men only (or one considered suitable for men only)", "stag party"], ["smoking car", "a passenger car for passengers who wish to smoke", "smoking car"], ["smoking compartment", "a passenger car for passengers who wish to smoke", "smoking compartment"]]}, {"answer": "smooching", "hint": "synonyms for smooching", "clues": [["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["snuggling", "affectionate play (or foreplay without contact with the genital organs)", "snuggling"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "smoothness", "hint": "synonyms for smoothness", "clues": [["suavity", "the quality of being bland and gracious or ingratiating in manner", "suavity"], ["suaveness", "the quality of being bland and gracious or ingratiating in manner", "suaveness"], ["fluency", "powerful and effective language", "fluency"], ["blandness", "the quality of being bland and gracious or ingratiating in manner", "blandness"], ["eloquence", "powerful and effective language", "eloquence"]]}, {"answer": "smorgasbord", "hint": "synonyms for smorgasbord", "clues": [["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["variety", "a collection containing a variety of sorts of things", "variety"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "smudge", "hint": "synonyms for smudge", "clues": [["smirch", "a blemish made by dirt", "smirch"], ["blot", "a blemish made by dirt", "blot"], ["spot", "a blemish made by dirt", "spot"], ["smear", "a blemish made by dirt", "smear"], ["daub", "a blemish made by dirt", "daub"], ["slur", "a blemish made by dirt", "slur"]]}, {"answer": "smut", "hint": "synonyms for smut", "clues": [["vulgarism", "an offensive or indecent word or phrase", "vulgarism"], ["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "carbon black"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "lampblack"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "crock"], ["filth", "an offensive or indecent word or phrase", "filth"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "erotica"], ["obscenity", "an offensive or indecent word or phrase", "obscenity"], ["porn", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "porn"], ["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "pornography"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "soot"], ["dirty word", "an offensive or indecent word or phrase", "dirty word"]]}, {"answer": "smuts", "hint": "synonyms for smuts", "clues": [["vulgarism", "an offensive or indecent word or phrase", "vulgarism"], ["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "carbon black"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "lampblack"], ["pornography", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "pornography"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "crock"], ["filth", "an offensive or indecent word or phrase", "filth"], ["smut", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "smut"], ["obscenity", "an offensive or indecent word or phrase", "obscenity"], ["porn", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "porn"], ["erotica", "creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire", "erotica"], ["soot", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "soot"], ["dirty word", "an offensive or indecent word or phrase", "dirty word"]]}, {"answer": "snag", "hint": "synonyms for snag", "clues": [["split", "an opening made forcibly as by pulling apart", "split"], ["rip", "an opening made forcibly as by pulling apart", "rip"], ["rent", "an opening made forcibly as by pulling apart", "rent"], ["hitch", "an unforeseen obstacle", "hitch"], ["hang-up", "an unforeseen obstacle", "hang-up"], ["rub", "an unforeseen obstacle", "rub"], ["tear", "an opening made forcibly as by pulling apart", "tear"]]}, {"answer": "snake_pit", "hint": "synonyms for snake pit", "clues": [["loony bin", "pejorative terms for an insane asylum", "loony bin"], ["hell on earth", "any place of pain and turmoil", "hell on earth"], ["sanatorium", "pejorative terms for an insane asylum", "sanatorium"], ["funny farm", "pejorative terms for an insane asylum", "funny farm"], ["hellhole", "any place of pain and turmoil", "hellhole"], ["madhouse", "pejorative terms for an insane asylum", "madhouse"], ["hell", "any place of pain and turmoil", "hell"], ["funny house", "pejorative terms for an insane asylum", "funny house"], ["nuthouse", "pejorative terms for an insane asylum", "nuthouse"], ["cuckoo's nest", "pejorative terms for an insane asylum", "cuckoo's nest"], ["booby hatch", "pejorative terms for an insane asylum", "booby hatch"], ["crazy house", "pejorative terms for an insane asylum", "crazy house"], ["inferno", "any place of pain and turmoil", "inferno"], ["the pits", "any place of pain and turmoil", "the pits"]]}, {"answer": "snap", "hint": "synonyms for snap", "clues": [["snap fastener", "a fastener used on clothing; fastens with a snapping sound", "snap fastener"], ["picnic", "any undertaking that is easy to do", "picnic"], ["child's play", "any undertaking that is easy to do", "child's play"], ["centering", "(American football) putting the ball in play by passing it (between the legs) to a back", "centering"], ["press stud", "a fastener used on clothing; fastens with a snapping sound", "press stud"], ["ginger nut", "a crisp round cookie flavored with ginger", "ginger nut"], ["shot", "an informal photograph; usually made with a small hand-held camera", "shot"], ["breeze", "any undertaking that is easy to do", "breeze"], ["catch", "the act of catching an object with the hands", "catch"], ["cracking", "a sudden sharp noise", "cracking"], ["walkover", "any undertaking that is easy to do", "walkover"], ["grab", "the act of catching an object with the hands", "grab"], ["gingersnap", "a crisp round cookie flavored with ginger", "gingersnap"], ["elasticity", "the tendency of a body to return to its original shape after it has been stretched or compressed", "elasticity"], ["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["pushover", "any undertaking that is easy to do", "pushover"], ["snap bean", "tender green beans without strings that easily snap into sections", "snap bean"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["snatch", "the act of catching an object with the hands", "snatch"], ["snapshot", "an informal photograph; usually made with a small hand-held camera", "snapshot"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "snappishness", "hint": "synonyms for snappishness", "clues": [["irritability", "a disposition to exhibit uncontrolled anger", "irritability"], ["surliness", "a disposition to exhibit uncontrolled anger", "surliness"], ["biliousness", "a disposition to exhibit uncontrolled anger", "biliousness"], ["peevishness", "a disposition to exhibit uncontrolled anger", "peevishness"], ["temper", "a disposition to exhibit uncontrolled anger", "temper"], ["pettishness", "a disposition to exhibit uncontrolled anger", "pettishness"]]}, {"answer": "snare", "hint": "synonyms for snare", "clues": [["snare drum", "a small drum with two heads and a snare stretched across the lower head", "snare drum"], ["noose", "a trap for birds or small mammals; often has a slip noose", "noose"], ["gin", "a trap for birds or small mammals; often has a slip noose", "gin"], ["side drum", "a small drum with two heads and a snare stretched across the lower head", "side drum"], ["trap", "something (often something deceptively attractive) that catches you unawares", "trap"]]}, {"answer": "snatch", "hint": "synonyms for snatch", "clues": [["snap", "the act of catching an object with the hands", "snap"], ["catch", "the act of catching an object with the hands", "catch"], ["kidnapping", "(law) the unlawful act of capturing and carrying away a person against their will and holding them in false imprisonment", "kidnapping"], ["grab", "the act of catching an object with the hands", "grab"], ["bit", "a small fragment", "bit"]]}, {"answer": "snip", "hint": "synonyms for snip", "clues": [["snippet", "a small piece of anything (especially a piece that has been snipped off)", "snippet"], ["clip", "the act of clipping or snipping", "clip"], ["clipping", "the act of clipping or snipping", "clipping"], ["snipping", "a small piece of anything (especially a piece that has been snipped off)", "snipping"]]}, {"answer": "snips", "hint": "synonyms for snips", "clues": [["snip", "a small piece of anything (especially a piece that has been snipped off)", "snip"], ["clip", "the act of clipping or snipping", "clip"], ["clipping", "the act of clipping or snipping", "clipping"], ["snipping", "a small piece of anything (especially a piece that has been snipped off)", "snipping"], ["tinsnips", "(plural) hand shears for cutting sheet metal", "tinsnips"], ["snippet", "a small piece of anything (especially a piece that has been snipped off)", "snippet"]]}, {"answer": "snooze", "hint": "synonyms for snooze", "clues": [["catnap", "sleeping for a short period of time (usually not in bed)", "catnap"], ["cat sleep", "sleeping for a short period of time (usually not in bed)", "cat sleep"], ["forty winks", "sleeping for a short period of time (usually not in bed)", "forty winks"], ["nap", "sleeping for a short period of time (usually not in bed)", "nap"], ["short sleep", "sleeping for a short period of time (usually not in bed)", "short sleep"]]}, {"answer": "snorkel", "hint": "synonyms for snorkel", "clues": [["schnorchel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "schnorchel"], ["snorkel breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "snorkel breather"], ["schnorkel", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "schnorkel"], ["breather", "air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time", "breather"]]}, {"answer": "snort", "hint": "synonyms for snort", "clues": [["hiss", "a cry or noise made to express displeasure or contempt", "hiss"], ["raspberry", "a cry or noise made to express displeasure or contempt", "raspberry"], ["boo", "a cry or noise made to express displeasure or contempt", "boo"], ["snicker", "a disrespectful laugh", "snicker"], ["razzing", "a cry or noise made to express displeasure or contempt", "razzing"], ["bird", "a cry or noise made to express displeasure or contempt", "bird"], ["snigger", "a disrespectful laugh", "snigger"], ["hoot", "a cry or noise made to express displeasure or contempt", "hoot"]]}, {"answer": "snow", "hint": "synonyms for snow", "clues": [["nose candy", "street names for cocaine", "nose candy"], ["snowfall", "precipitation falling from clouds in the form of ice crystals", "snowfall"], ["coke", "street names for cocaine", "coke"], ["blow", "street names for cocaine", "blow"]]}, {"answer": "snow_mist", "hint": "synonyms for snow mist", "clues": [["frost mist", "small crystals of ice", "frost mist"], ["diamond dust", "small crystals of ice", "diamond dust"], ["poudrin", "small crystals of ice", "poudrin"], ["frost snow", "small crystals of ice", "frost snow"], ["ice crystal", "small crystals of ice", "ice crystal"], ["ice needle", "small crystals of ice", "ice needle"]]}, {"answer": "snuggling", "hint": "synonyms for snuggling", "clues": [["cuddling", "affectionate play (or foreplay without contact with the genital organs)", "cuddling"], ["smooching", "affectionate play (or foreplay without contact with the genital organs)", "smooching"], ["fondling", "affectionate play (or foreplay without contact with the genital organs)", "fondling"], ["necking", "affectionate play (or foreplay without contact with the genital organs)", "necking"], ["petting", "affectionate play (or foreplay without contact with the genital organs)", "petting"], ["caressing", "affectionate play (or foreplay without contact with the genital organs)", "caressing"], ["kissing", "affectionate play (or foreplay without contact with the genital organs)", "kissing"], ["hugging", "affectionate play (or foreplay without contact with the genital organs)", "hugging"]]}, {"answer": "so_long", "hint": "synonyms for so long", "clues": [["arrivederci", "a farewell remark", "arrivederci"], ["goodbye", "a farewell remark", "goodbye"], ["sayonara", "a farewell remark", "sayonara"], ["adieu", "a farewell remark", "adieu"], ["au revoir", "a farewell remark", "au revoir"], ["bye", "a farewell remark", "bye"], ["auf wiedersehen", "a farewell remark", "auf wiedersehen"], ["bye-bye", "a farewell remark", "bye-bye"], ["adios", "a farewell remark", "adios"], ["cheerio", "a farewell remark", "cheerio"], ["good day", "a farewell remark", "good day"]]}, {"answer": "soaker", "hint": "synonyms for soaker", "clues": [["pelter", "a heavy rain", "pelter"], ["cloudburst", "a heavy rain", "cloudburst"], ["downpour", "a heavy rain", "downpour"], ["deluge", "a heavy rain", "deluge"], ["torrent", "a heavy rain", "torrent"], ["waterspout", "a heavy rain", "waterspout"]]}, {"answer": "soap", "hint": "synonyms for soap", "clues": [["scoop", "street names for gamma hydroxybutyrate", "scoop"], ["grievous bodily harm", "street names for gamma hydroxybutyrate", "grievous bodily harm"], ["max", "street names for gamma hydroxybutyrate", "max"], ["liquid ecstasy", "street names for gamma hydroxybutyrate", "liquid ecstasy"], ["easy lay", "street names for gamma hydroxybutyrate", "easy lay"], ["goop", "street names for gamma hydroxybutyrate", "goop"]]}, {"answer": "soapbox", "hint": "synonyms for soapbox", "clues": [["ambo", "a platform raised above the surrounding level to give prominence to the person on it", "ambo"], ["stump", "a platform raised above the surrounding level to give prominence to the person on it", "stump"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it", "pulpit"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it", "dais"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it", "podium"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it", "rostrum"]]}, {"answer": "soberness", "hint": "synonyms for soberness", "clues": [["sobriety", "a manner that is serious and solemn", "sobriety"], ["somberness", "a manner that is serious and solemn", "somberness"], ["graveness", "a manner that is serious and solemn", "graveness"], ["gravity", "a manner that is serious and solemn", "gravity"]]}, {"answer": "sobriety", "hint": "synonyms for sobriety", "clues": [["dryness", "moderation in or abstinence from alcohol or other drugs", "dryness"], ["temperance", "abstaining from excess", "temperance"], ["somberness", "a manner that is serious and solemn", "somberness"], ["graveness", "a manner that is serious and solemn", "graveness"], ["gravity", "a manner that is serious and solemn", "gravity"]]}, {"answer": "sobriquet", "hint": "synonyms for sobriquet", "clues": [["soubriquet", "a familiar name for a person (often a shortened version of a person's given name)", "soubriquet"], ["nickname", "a familiar name for a person (often a shortened version of a person's given name)", "nickname"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)", "moniker"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)", "byname"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)", "cognomen"]]}, {"answer": "social_club", "hint": "synonyms for social club", "clues": [["lodge", "a formal association of people with similar interests", "lodge"], ["order", "a formal association of people with similar interests", "order"], ["society", "a formal association of people with similar interests", "society"], ["club", "a formal association of people with similar interests", "club"], ["guild", "a formal association of people with similar interests", "guild"]]}, {"answer": "social_function", "hint": "synonyms for social function", "clues": [["affair", "a vaguely specified social event", "affair"], ["social occasion", "a vaguely specified social event", "social occasion"], ["function", "a vaguely specified social event", "function"], ["occasion", "a vaguely specified social event", "occasion"]]}, {"answer": "social_occasion", "hint": "synonyms for social occasion", "clues": [["affair", "a vaguely specified social event", "affair"], ["function", "a vaguely specified social event", "function"], ["occasion", "a vaguely specified social event", "occasion"], ["social function", "a vaguely specified social event", "social function"]]}, {"answer": "social_organisation", "hint": "synonyms for social organisation", "clues": [["structure", "the people in a society considered as a system organized by a characteristic pattern of relationships", "structure"], ["social organization", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social organization"], ["social structure", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social structure"], ["social system", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social system"]]}, {"answer": "social_organization", "hint": "synonyms for social organization", "clues": [["structure", "the people in a society considered as a system organized by a characteristic pattern of relationships", "structure"], ["social organisation", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social organisation"], ["social structure", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social structure"], ["social system", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social system"]]}, {"answer": "socialisation", "hint": "synonyms for socialisation", "clues": [["enculturation", "the adoption of the behavior patterns of the surrounding culture", "enculturation"], ["socialising", "the act of meeting for social purposes", "socialising"], ["acculturation", "the adoption of the behavior patterns of the surrounding culture", "acculturation"], ["socialization", "the act of meeting for social purposes", "socialization"]]}, {"answer": "socialization", "hint": "synonyms for socialization", "clues": [["enculturation", "the adoption of the behavior patterns of the surrounding culture", "enculturation"], ["socialisation", "the action of establishing on a socialist basis", "socialisation"], ["socialising", "the act of meeting for social purposes", "socialising"], ["acculturation", "the adoption of the behavior patterns of the surrounding culture", "acculturation"]]}, {"answer": "society", "hint": "synonyms for society", "clues": [["social club", "a formal association of people with similar interests", "social club"], ["guild", "a formal association of people with similar interests", "guild"], ["club", "a formal association of people with similar interests", "club"], ["smart set", "the fashionable elite", "smart set"], ["beau monde", "the fashionable elite", "beau monde"], ["order", "a formal association of people with similar interests", "order"], ["bon ton", "the fashionable elite", "bon ton"], ["high society", "the fashionable elite", "high society"], ["lodge", "a formal association of people with similar interests", "lodge"]]}, {"answer": "sock", "hint": "synonyms for sock", "clues": [["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air sock"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sleeve"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind cone"], ["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air-sleeve"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "drogue"]]}, {"answer": "sod", "hint": "synonyms for sod", "clues": [["superoxide dismutase", "an enzyme that catalyzes the conversion of superoxide into hydrogen peroxide and oxygen", "superoxide dismutase"], ["turf", "surface layer of ground containing a mat of grass and grass roots", "turf"], ["greensward", "surface layer of ground containing a mat of grass and grass roots", "greensward"], ["sward", "surface layer of ground containing a mat of grass and grass roots", "sward"]]}, {"answer": "soda", "hint": "synonyms for soda", "clues": [["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "washing soda"], ["pop", "a sweet drink containing carbonated water and flavoring", "pop"], ["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sal soda"], ["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda ash"], ["tonic", "a sweet drink containing carbonated water and flavoring", "tonic"], ["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sodium carbonate"], ["soda pop", "a sweet drink containing carbonated water and flavoring", "soda pop"], ["soda water", "a sweet drink containing carbonated water and flavoring", "soda water"]]}, {"answer": "soda_ash", "hint": "synonyms for soda ash", "clues": [["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sodium carbonate"], ["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "washing soda"], ["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sal soda"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda"]]}, {"answer": "soda_pop", "hint": "synonyms for soda pop", "clues": [["pop", "a sweet drink containing carbonated water and flavoring", "pop"], ["tonic", "a sweet drink containing carbonated water and flavoring", "tonic"], ["soda", "a sweet drink containing carbonated water and flavoring", "soda"], ["soda water", "a sweet drink containing carbonated water and flavoring", "soda water"]]}, {"answer": "soda_water", "hint": "synonyms for soda water", "clues": [["carbonated water", "effervescent beverage artificially charged with carbon dioxide", "carbonated water"], ["seltzer", "effervescent beverage artificially charged with carbon dioxide", "seltzer"], ["pop", "a sweet drink containing carbonated water and flavoring", "pop"], ["tonic", "a sweet drink containing carbonated water and flavoring", "tonic"], ["club soda", "effervescent beverage artificially charged with carbon dioxide", "club soda"], ["soda pop", "a sweet drink containing carbonated water and flavoring", "soda pop"], ["soda", "a sweet drink containing carbonated water and flavoring", "soda"], ["sparkling water", "effervescent beverage artificially charged with carbon dioxide", "sparkling water"]]}, {"answer": "sodium_bicarbonate", "hint": "synonyms for sodium bicarbonate", "clues": [["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "bicarbonate of soda"], ["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "baking soda"], ["sodium hydrogen carbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium hydrogen carbonate"], ["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "saleratus"]]}, {"answer": "sodium_carbonate", "hint": "synonyms for sodium carbonate", "clues": [["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda ash"], ["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sal soda"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda"], ["washing soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "washing soda"]]}, {"answer": "sodium_hydrogen_carbonate", "hint": "synonyms for sodium hydrogen carbonate", "clues": [["bicarbonate of soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "bicarbonate of soda"], ["baking soda", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "baking soda"], ["sodium bicarbonate", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "sodium bicarbonate"], ["saleratus", "a white soluble compound (NaHCO3) used in effervescent drinks and in baking powders and as an antacid", "saleratus"]]}, {"answer": "soft-cover", "hint": "synonyms for soft-cover", "clues": [["soft-cover book", "a book with paper covers", "soft-cover book"], ["paperback", "a book with paper covers", "paperback"], ["softback book", "a book with paper covers", "softback book"], ["paperback book", "a book with paper covers", "paperback book"], ["softback", "a book with paper covers", "softback"]]}, {"answer": "soft-cover_book", "hint": "synonyms for soft-cover book", "clues": [["paperback", "a book with paper covers", "paperback"], ["softback book", "a book with paper covers", "softback book"], ["paperback book", "a book with paper covers", "paperback book"], ["soft-cover", "a book with paper covers", "soft-cover"], ["softback", "a book with paper covers", "softback"]]}, {"answer": "soft_soap", "hint": "synonyms for soft soap", "clues": [["coaxing", "flattery designed to gain favor", "coaxing"], ["green soap", "a soft (or liquid) soap made from vegetable oils; used in certain skin diseases", "green soap"], ["blarney", "flattery designed to gain favor", "blarney"], ["sweet talk", "flattery designed to gain favor", "sweet talk"]]}, {"answer": "softback", "hint": "synonyms for softback", "clues": [["soft-cover book", "a book with paper covers", "soft-cover book"], ["paperback", "a book with paper covers", "paperback"], ["softback book", "a book with paper covers", "softback book"], ["paperback book", "a book with paper covers", "paperback book"], ["soft-cover", "a book with paper covers", "soft-cover"]]}, {"answer": "softback_book", "hint": "synonyms for softback book", "clues": [["soft-cover book", "a book with paper covers", "soft-cover book"], ["paperback", "a book with paper covers", "paperback"], ["paperback book", "a book with paper covers", "paperback book"], ["soft-cover", "a book with paper covers", "soft-cover"], ["softback", "a book with paper covers", "softback"]]}, {"answer": "softness", "hint": "synonyms for softness", "clues": [["unmanliness", "the trait of being effeminate (derogatory of a man)", "unmanliness"], ["blurriness", "the quality of being indistinct and without sharp outlines", "blurriness"], ["effeminacy", "the trait of being effeminate (derogatory of a man)", "effeminacy"], ["fogginess", "the quality of being indistinct and without sharp outlines", "fogginess"], ["sissiness", "the trait of being effeminate (derogatory of a man)", "sissiness"], ["gentleness", "acting in a manner that is gentle and mild and even-tempered", "gentleness"], ["mildness", "acting in a manner that is gentle and mild and even-tempered", "mildness"], ["indistinctness", "the quality of being indistinct and without sharp outlines", "indistinctness"], ["fuzziness", "the quality of being indistinct and without sharp outlines", "fuzziness"], ["effeminateness", "the trait of being effeminate (derogatory of a man)", "effeminateness"], ["womanishness", "the trait of being effeminate (derogatory of a man)", "womanishness"]]}, {"answer": "software", "hint": "synonyms for software", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software package"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software system"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "computer software"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software program"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "package"]]}, {"answer": "software_package", "hint": "synonyms for software package", "clues": [["software product", "merchandise consisting of a computer program that is offered for sale", "software product"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software system"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "computer software"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software program"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "package"]]}, {"answer": "software_program", "hint": "synonyms for software program", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software package"], ["software system", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software system"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "computer software"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "package"]]}, {"answer": "software_system", "hint": "synonyms for software system", "clues": [["software package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software package"], ["software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software"], ["computer software", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "computer software"], ["software program", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "software program"], ["package", "(computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory", "package"]]}, {"answer": "soil", "hint": "synonyms for soil", "clues": [["territory", "the geographical area under the jurisdiction of a sovereign state", "territory"], ["land", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "land"], ["dirt", "the part of the earth's surface consisting of humus and disintegrated rock", "dirt"], ["ground", "material in the top layer of the surface of the earth in which plants can grow (especially with reference to its quality or use)", "ground"]]}, {"answer": "sol", "hint": "synonyms for sol", "clues": [["colloidal solution", "a colloid that has a continuous liquid phase in which a solid is suspended in a liquid", "colloidal solution"], ["so", "the syllable naming the fifth (dominant) note of any musical scale in solmization", "so"], ["soh", "the syllable naming the fifth (dominant) note of any musical scale in solmization", "soh"], ["colloidal suspension", "a colloid that has a continuous liquid phase in which a solid is suspended in a liquid", "colloidal suspension"]]}, {"answer": "solar_day", "hint": "synonyms for solar day", "clues": [["24-hour interval", "time for Earth to make a complete rotation on its axis", "24-hour interval"], ["twenty-four hour period", "time for Earth to make a complete rotation on its axis", "twenty-four hour period"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis", "twenty-four hours"], ["mean solar day", "time for Earth to make a complete rotation on its axis", "mean solar day"], ["day", "time for Earth to make a complete rotation on its axis", "day"]]}, {"answer": "solarium", "hint": "synonyms for solarium", "clues": [["sun porch", "a room enclosed largely with glass and affording exposure to the sun", "sun porch"], ["sun parlor", "a room enclosed largely with glass and affording exposure to the sun", "sun parlor"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun", "sunroom"], ["sun lounge", "a room enclosed largely with glass and affording exposure to the sun", "sun lounge"]]}, {"answer": "soldiering", "hint": "synonyms for soldiering", "clues": [["goofing off", "the evasion of work or duty", "goofing off"], ["shirking", "the evasion of work or duty", "shirking"], ["slacking", "the evasion of work or duty", "slacking"], ["goldbricking", "the evasion of work or duty", "goldbricking"], ["soldiership", "skills that are required for the life of soldier", "soldiership"]]}, {"answer": "solecism", "hint": "synonyms for solecism", "clues": [["slip", "a socially awkward or tactless act", "slip"], ["faux pas", "a socially awkward or tactless act", "faux pas"], ["gaffe", "a socially awkward or tactless act", "gaffe"], ["gaucherie", "a socially awkward or tactless act", "gaucherie"]]}, {"answer": "solemnity", "hint": "synonyms for solemnity", "clues": [["staidness", "a trait of dignified seriousness", "staidness"], ["gravity", "a solemn and dignified feeling", "gravity"], ["sedateness", "a trait of dignified seriousness", "sedateness"], ["solemness", "a trait of dignified seriousness", "solemness"]]}, {"answer": "solicitation", "hint": "synonyms for solicitation", "clues": [["collection", "request for a sum of money", "collection"], ["ingathering", "request for a sum of money", "ingathering"], ["allurement", "the act of enticing a person to do something wrong (as an offer of sex in return for money)", "allurement"], ["appeal", "request for a sum of money", "appeal"]]}, {"answer": "solid_ground", "hint": "synonyms for solid ground", "clues": [["land", "the solid part of the earth's surface", "land"], ["ground", "the solid part of the earth's surface", "ground"], ["earth", "the solid part of the earth's surface", "earth"], ["dry land", "the solid part of the earth's surface", "dry land"], ["terra firma", "the solid part of the earth's surface", "terra firma"]]}, {"answer": "solidification", "hint": "synonyms for solidification", "clues": [["solidifying", "the process of becoming hard or solid by cooling or drying or crystallization", "solidifying"], ["hardening", "the process of becoming hard or solid by cooling or drying or crystallization", "hardening"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization", "curing"], ["set", "the process of becoming hard or solid by cooling or drying or crystallization", "set"]]}, {"answer": "solidifying", "hint": "synonyms for solidifying", "clues": [["hardening", "the process of becoming hard or solid by cooling or drying or crystallization", "hardening"], ["curing", "the process of becoming hard or solid by cooling or drying or crystallization", "curing"], ["set", "the process of becoming hard or solid by cooling or drying or crystallization", "set"], ["solidification", "the process of becoming hard or solid by cooling or drying or crystallization", "solidification"]]}, {"answer": "solidus", "hint": "synonyms for solidus", "clues": [["bezzant", "a gold coin of the Byzantine Empire; widely circulated in Europe in the Middle Ages", "bezzant"], ["stroke", "a punctuation mark (/) used to separate related items of information", "stroke"], ["diagonal", "a punctuation mark (/) used to separate related items of information", "diagonal"], ["separatrix", "a punctuation mark (/) used to separate related items of information", "separatrix"], ["slash", "a punctuation mark (/) used to separate related items of information", "slash"], ["byzant", "a gold coin of the Byzantine Empire; widely circulated in Europe in the Middle Ages", "byzant"], ["virgule", "a punctuation mark (/) used to separate related items of information", "virgule"]]}, {"answer": "soluble_rna", "hint": "synonyms for soluble rna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "soluble RNA"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "tRNA"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "acceptor RNA"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "transfer RNA"]]}, {"answer": "solution", "hint": "synonyms for solution", "clues": [["answer", "a statement that solves a problem or explains how to solve the problem", "answer"], ["result", "a statement that solves a problem or explains how to solve the problem", "result"], ["root", "the set of values that give a true statement when substituted into an equation", "root"], ["resolution", "a statement that solves a problem or explains how to solve the problem", "resolution"], ["solvent", "a statement that solves a problem or explains how to solve the problem", "solvent"]]}, {"answer": "somaesthesia", "hint": "synonyms for somaesthesia", "clues": [["somatesthesia", "the perception of tactual or proprioceptive or gut sensations", "somatesthesia"], ["somatosensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatosensory system"], ["somatic sensation", "the perception of tactual or proprioceptive or gut sensations", "somatic sensation"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sense"], ["somesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somesthesis"]]}, {"answer": "somaesthesis", "hint": "synonyms for somaesthesis", "clues": [["somatesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatesthesia"], ["somatosensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatosensory system"], ["somesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somesthesis"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sense"]]}, {"answer": "somataesthesis", "hint": "synonyms for somataesthesis", "clues": [["somatesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatesthesia"], ["somatosensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatosensory system"], ["somesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somesthesis"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sense"]]}, {"answer": "somatesthesia", "hint": "synonyms for somatesthesia", "clues": [["somesthesia", "the perception of tactual or proprioceptive or gut sensations", "somesthesia"], ["somatosensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatosensory system"], ["somatic sensation", "the perception of tactual or proprioceptive or gut sensations", "somatic sensation"], ["somataesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somataesthesis"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sense"]]}, {"answer": "somatic_sensory_system", "hint": "synonyms for somatic sensory system", "clues": [["somatesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatesthesia"], ["somatosensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatosensory system"], ["somesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somesthesis"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sense"]]}, {"answer": "somatosensory_system", "hint": "synonyms for somatosensory system", "clues": [["somatesthesia", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatesthesia"], ["somesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somesthesis"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sense"], ["somatic sensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sensory system"]]}, {"answer": "somberness", "hint": "synonyms for somberness", "clues": [["graveness", "a manner that is serious and solemn", "graveness"], ["gloom", "a feeling of melancholy apprehension", "gloom"], ["sobriety", "a manner that is serious and solemn", "sobriety"], ["gloominess", "a feeling of melancholy apprehension", "gloominess"], ["sombreness", "a manner that is serious and solemn", "sombreness"], ["gravity", "a manner that is serious and solemn", "gravity"], ["soberness", "a manner that is serious and solemn", "soberness"]]}, {"answer": "sombreness", "hint": "synonyms for sombreness", "clues": [["somberness", "a manner that is serious and solemn", "somberness"], ["graveness", "a manner that is serious and solemn", "graveness"], ["gloom", "a feeling of melancholy apprehension", "gloom"], ["sobriety", "a manner that is serious and solemn", "sobriety"], ["gloominess", "a feeling of melancholy apprehension", "gloominess"], ["gravity", "a manner that is serious and solemn", "gravity"]]}, {"answer": "somebody", "hint": "synonyms for somebody", "clues": [["person", "a human being", "person"], ["individual", "a human being", "individual"], ["someone", "a human being", "someone"], ["soul", "a human being", "soul"], ["mortal", "a human being", "mortal"]]}, {"answer": "someone", "hint": "synonyms for someone", "clues": [["person", "a human being", "person"], ["individual", "a human being", "individual"], ["somebody", "a human being", "somebody"], ["soul", "a human being", "soul"], ["mortal", "a human being", "mortal"]]}, {"answer": "somersault", "hint": "synonyms for somersault", "clues": [["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summerset"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somerset"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summersault"], ["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "flip"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somersaulting"]]}, {"answer": "somersaulting", "hint": "synonyms for somersaulting", "clues": [["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summerset"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somerset"], ["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "flip"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summersault"]]}, {"answer": "somerset", "hint": "synonyms for somerset", "clues": [["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summerset"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summersault"], ["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "flip"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somersaulting"]]}, {"answer": "somesthesia", "hint": "synonyms for somesthesia", "clues": [["somatesthesia", "the perception of tactual or proprioceptive or gut sensations", "somatesthesia"], ["somatosensory system", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatosensory system"], ["somatic sensation", "the perception of tactual or proprioceptive or gut sensations", "somatic sensation"], ["somatic sense", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somatic sense"], ["somesthesis", "the faculty of bodily perception; sensory systems associated with the body; includes skin senses and proprioception and the internal organs", "somesthesis"]]}, {"answer": "somnambulation", "hint": "synonyms for somnambulation", "clues": [["noctambulation", "walking by a person who is asleep", "noctambulation"], ["somnambulism", "walking by a person who is asleep", "somnambulism"], ["noctambulism", "walking by a person who is asleep", "noctambulism"], ["sleepwalking", "walking by a person who is asleep", "sleepwalking"]]}, {"answer": "somnambulism", "hint": "synonyms for somnambulism", "clues": [["somnambulation", "walking by a person who is asleep", "somnambulation"], ["noctambulation", "walking by a person who is asleep", "noctambulation"], ["noctambulism", "walking by a person who is asleep", "noctambulism"], ["sleepwalking", "walking by a person who is asleep", "sleepwalking"]]}, {"answer": "song", "hint": "synonyms for song", "clues": [["strain", "the act of singing", "strain"], ["vocal", "a short musical composition with words", "vocal"], ["call", "the characteristic sound produced by a bird", "call"], ["birdcall", "the characteristic sound produced by a bird", "birdcall"], ["birdsong", "the characteristic sound produced by a bird", "birdsong"]]}, {"answer": "sonority", "hint": "synonyms for sonority", "clues": [["ringing", "having the character of a loud deep sound; the quality of being resonant", "ringing"], ["plangency", "having the character of a loud deep sound; the quality of being resonant", "plangency"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant", "sonorousness"], ["vibrancy", "having the character of a loud deep sound; the quality of being resonant", "vibrancy"], ["resonance", "having the character of a loud deep sound; the quality of being resonant", "resonance"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant", "reverberance"]]}, {"answer": "sonorousness", "hint": "synonyms for sonorousness", "clues": [["ringing", "having the character of a loud deep sound; the quality of being resonant", "ringing"], ["sonority", "having the character of a loud deep sound; the quality of being resonant", "sonority"], ["plangency", "having the character of a loud deep sound; the quality of being resonant", "plangency"], ["vibrancy", "having the character of a loud deep sound; the quality of being resonant", "vibrancy"], ["resonance", "having the character of a loud deep sound; the quality of being resonant", "resonance"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant", "reverberance"]]}, {"answer": "soot", "hint": "synonyms for soot", "clues": [["carbon black", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "carbon black"], ["lampblack", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "lampblack"], ["crock", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "crock"], ["smut", "a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink", "smut"]]}, {"answer": "soot_black", "hint": "synonyms for soot black", "clues": [["ebony", "a very dark black", "ebony"], ["coal black", "a very dark black", "coal black"], ["pitch black", "a very dark black", "pitch black"], ["sable", "a very dark black", "sable"], ["jet black", "a very dark black", "jet black"]]}, {"answer": "sophistication", "hint": "synonyms for sophistication", "clues": [["sophism", "a deliberately invalid argument displaying ingenuity in reasoning in the hope of deceiving someone", "sophism"], ["sophistry", "a deliberately invalid argument displaying ingenuity in reasoning in the hope of deceiving someone", "sophistry"], ["edification", "uplifting enlightenment", "edification"], ["mundaneness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "mundaneness"], ["mundanity", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "mundanity"], ["worldliness", "the quality or character of being intellectually sophisticated and worldly through cultivation or experience or disillusionment", "worldliness"]]}, {"answer": "sordidness", "hint": "synonyms for sordidness", "clues": [["contemptibility", "unworthiness by virtue of lacking higher values", "contemptibility"], ["baseness", "unworthiness by virtue of lacking higher values", "baseness"], ["despicableness", "unworthiness by virtue of lacking higher values", "despicableness"], ["despicability", "unworthiness by virtue of lacking higher values", "despicability"]]}, {"answer": "sorrow", "hint": "synonyms for sorrow", "clues": [["regret", "sadness associated with some wrong done or some disappointment", "regret"], ["grief", "something that causes great unhappiness", "grief"], ["rue", "sadness associated with some wrong done or some disappointment", "rue"], ["ruefulness", "sadness associated with some wrong done or some disappointment", "ruefulness"]]}, {"answer": "sort", "hint": "synonyms for sort", "clues": [["kind", "a category of things distinguished by some common characteristic or quality", "kind"], ["sorting", "an operation that segregates items into groups according to a specified criterion", "sorting"], ["variety", "a category of things distinguished by some common characteristic or quality", "variety"], ["form", "a category of things distinguished by some common characteristic or quality", "form"]]}, {"answer": "soubriquet", "hint": "synonyms for soubriquet", "clues": [["nickname", "a familiar name for a person (often a shortened version of a person's given name)", "nickname"], ["sobriquet", "a familiar name for a person (often a shortened version of a person's given name)", "sobriquet"], ["moniker", "a familiar name for a person (often a shortened version of a person's given name)", "moniker"], ["byname", "a familiar name for a person (often a shortened version of a person's given name)", "byname"], ["cognomen", "a familiar name for a person (often a shortened version of a person's given name)", "cognomen"]]}, {"answer": "soul", "hint": "synonyms for soul", "clues": [["person", "a human being", "person"], ["soulfulness", "deep feeling or emotion", "soulfulness"], ["individual", "a human being", "individual"], ["somebody", "a human being", "somebody"], ["someone", "a human being", "someone"], ["mortal", "a human being", "mortal"]]}, {"answer": "soupcon", "hint": "synonyms for soupcon", "clues": [["speck", "a slight but appreciable amount", "speck"], ["touch", "a slight but appreciable amount", "touch"], ["mite", "a slight but appreciable amount", "mite"], ["tinge", "a slight but appreciable amount", "tinge"], ["hint", "a slight but appreciable amount", "hint"], ["pinch", "a slight but appreciable amount", "pinch"], ["jot", "a slight but appreciable amount", "jot"]]}, {"answer": "soupiness", "hint": "synonyms for soupiness", "clues": [["drippiness", "falsely emotional in a maudlin way", "drippiness"], ["sentimentality", "falsely emotional in a maudlin way", "sentimentality"], ["creaminess", "the property of having the thickness of heavy cream", "creaminess"], ["sloppiness", "falsely emotional in a maudlin way", "sloppiness"], ["mawkishness", "falsely emotional in a maudlin way", "mawkishness"], ["mushiness", "falsely emotional in a maudlin way", "mushiness"]]}, {"answer": "source", "hint": "synonyms for source", "clues": [["beginning", "the place where something begins, where it springs into being", "beginning"], ["origin", "the place where something begins, where it springs into being", "origin"], ["seed", "anything that provides inspiration for later work", "seed"], ["reservoir", "anything (a person or animal or plant or substance) in which an infectious agent normally lives and multiplies", "reservoir"], ["reference", "a publication (or a passage from a publication) that is referred to", "reference"], ["rootage", "the place where something begins, where it springs into being", "rootage"], ["root", "the place where something begins, where it springs into being", "root"], ["germ", "anything that provides inspiration for later work", "germ"]]}, {"answer": "sourness", "hint": "synonyms for sourness", "clues": [["tartness", "the taste experience when vinegar or lemon juice is taken into the mouth", "tartness"], ["acidity", "the property of being acidic", "acidity"], ["sour", "the taste experience when vinegar or lemon juice is taken into the mouth", "sour"], ["sullenness", "a sullen moody resentful disposition", "sullenness"], ["sulkiness", "a sullen moody resentful disposition", "sulkiness"], ["moroseness", "a sullen moody resentful disposition", "moroseness"]]}, {"answer": "souvenir", "hint": "synonyms for souvenir", "clues": [["relic", "something of sentimental value", "relic"], ["memento", "a reminder of past events", "memento"], ["token", "something of sentimental value", "token"], ["keepsake", "something of sentimental value", "keepsake"]]}, {"answer": "spa", "hint": "synonyms for spa", "clues": [["health spa", "a place of business with equipment and facilities for exercising and improving physical fitness", "health spa"], ["watering hole", "a health resort near a spring or at the seaside", "watering hole"], ["resort hotel", "a fashionable hotel usually in a resort area", "resort hotel"], ["watering place", "a health resort near a spring or at the seaside", "watering place"], ["health club", "a place of business with equipment and facilities for exercising and improving physical fitness", "health club"]]}, {"answer": "space", "hint": "synonyms for space", "clues": [["blank space", "a blank area", "blank space"], ["distance", "the interval between two times", "distance"], ["place", "a blank area", "place"], ["infinite", "the unlimited expanse in which everything is located", "infinite"], ["blank", "a blank character used to separate successive words in writing or printing", "blank"], ["outer space", "any location outside the Earth's atmosphere", "outer space"], ["quad", "(printing) a block of type without a raised letter; used for spacing between words or sentences", "quad"]]}, {"answer": "span", "hint": "synonyms for span", "clues": [["twosome", "two items of the same kind", "twosome"], ["brace", "two items of the same kind", "brace"], ["bridge", "a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc.", "bridge"], ["straddle", "the act of sitting or standing astride", "straddle"], ["pair", "two items of the same kind", "pair"], ["distich", "two items of the same kind", "distich"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["yoke", "two items of the same kind", "yoke"], ["couplet", "two items of the same kind", "couplet"], ["twain", "two items of the same kind", "twain"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "spare-time_activity", "hint": "synonyms for spare-time activity", "clues": [["pursuit", "an auxiliary activity", "pursuit"], ["sideline", "an auxiliary activity", "sideline"], ["avocation", "an auxiliary activity", "avocation"], ["by-line", "an auxiliary activity", "by-line"], ["hobby", "an auxiliary activity", "hobby"]]}, {"answer": "spareness", "hint": "synonyms for spareness", "clues": [["leanness", "the property of having little body fat", "leanness"], ["sparseness", "the property of being scanty or scattered; lacking denseness", "sparseness"], ["sparsity", "the property of being scanty or scattered; lacking denseness", "sparsity"], ["thinness", "the property of having little body fat", "thinness"]]}, {"answer": "spark", "hint": "synonyms for spark", "clues": [["sparkle", "merriment expressed by a brightness or gleam or animation of countenance", "sparkle"], ["arc", "electrical conduction through a gas in an applied electric field", "arc"], ["twinkle", "merriment expressed by a brightness or gleam or animation of countenance", "twinkle"], ["glint", "a momentary flash of light", "glint"], ["electric arc", "electrical conduction through a gas in an applied electric field", "electric arc"], ["light", "merriment expressed by a brightness or gleam or animation of countenance", "light"], ["discharge", "electrical conduction through a gas in an applied electric field", "discharge"], ["flicker", "a momentary flash of light", "flicker"], ["electric discharge", "electrical conduction through a gas in an applied electric field", "electric discharge"]]}, {"answer": "sparkle", "hint": "synonyms for sparkle", "clues": [["twinkle", "merriment expressed by a brightness or gleam or animation of countenance", "twinkle"], ["glister", "the quality of shining with a bright reflected light", "glister"], ["light", "merriment expressed by a brightness or gleam or animation of countenance", "light"], ["spark", "merriment expressed by a brightness or gleam or animation of countenance", "spark"], ["coruscation", "the occurrence of a small flash or spark", "coruscation"], ["scintillation", "the quality of shining with a bright reflected light", "scintillation"]]}, {"answer": "sparkling_water", "hint": "synonyms for sparkling water", "clues": [["soda water", "effervescent beverage artificially charged with carbon dioxide", "soda water"], ["carbonated water", "effervescent beverage artificially charged with carbon dioxide", "carbonated water"], ["seltzer", "effervescent beverage artificially charged with carbon dioxide", "seltzer"], ["club soda", "effervescent beverage artificially charged with carbon dioxide", "club soda"]]}, {"answer": "spat", "hint": "synonyms for spat", "clues": [["pettifoggery", "a quarrel about petty points", "pettifoggery"], ["tiff", "a quarrel about petty points", "tiff"], ["gaiter", "a cloth covering (a legging) that covers the instep and ankles", "gaiter"], ["bicker", "a quarrel about petty points", "bicker"], ["squabble", "a quarrel about petty points", "squabble"], ["fuss", "a quarrel about petty points", "fuss"]]}, {"answer": "spate", "hint": "synonyms for spate", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["surge", "a sudden forceful flow", "surge"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["freshet", "the occurrence of a water flow resulting from sudden rain or melting snow", "freshet"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["upsurge", "a sudden forceful flow", "upsurge"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["rush", "a sudden forceful flow", "rush"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "speaker_system", "hint": "synonyms for speaker system", "clues": [["speaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "speaker"], ["loudspeaker", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "loudspeaker"], ["speaker unit", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "speaker unit"], ["loudspeaker system", "electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance", "loudspeaker system"]]}, {"answer": "spear", "hint": "synonyms for spear", "clues": [["lance", "a long pointed rod used as a tool or weapon", "lance"], ["shaft", "a long pointed rod used as a tool or weapon", "shaft"], ["fishgig", "an implement with a shaft and barbed point used for catching fish", "fishgig"], ["gig", "an implement with a shaft and barbed point used for catching fish", "gig"], ["fizgig", "an implement with a shaft and barbed point used for catching fish", "fizgig"]]}, {"answer": "special_k", "hint": "synonyms for special k", "clues": [["jet", "street names for ketamine", "jet"], ["super acid", "street names for ketamine", "super acid"], ["super C", "street names for ketamine", "super C"], ["special K", "street names for ketamine", "special K"], ["green", "street names for ketamine", "green"], ["cat valium", "street names for ketamine", "cat valium"], ["honey oil", "street names for ketamine", "honey oil"]]}, {"answer": "specialisation", "hint": "synonyms for specialisation", "clues": [["specialization", "the act of specializing; making something suitable for a special purpose", "specialization"], ["speciality", "the special line of work you have adopted as your career", "speciality"], ["specialism", "the special line of work you have adopted as your career", "specialism"], ["differentiation", "(biology) the structural adaptation of some body part for a particular function", "differentiation"]]}, {"answer": "speciality", "hint": "synonyms for speciality", "clues": [["strong point", "an asset of special worth or utility", "strong point"], ["long suit", "an asset of special worth or utility", "long suit"], ["specialty", "a distinguishing trait", "specialty"], ["specialness", "a distinguishing trait", "specialness"], ["forte", "an asset of special worth or utility", "forte"], ["strong suit", "an asset of special worth or utility", "strong suit"], ["specialism", "the special line of work you have adopted as your career", "specialism"], ["strength", "an asset of special worth or utility", "strength"], ["peculiarity", "a distinguishing trait", "peculiarity"], ["specialisation", "the special line of work you have adopted as your career", "specialisation"], ["metier", "an asset of special worth or utility", "metier"], ["distinctiveness", "a distinguishing trait", "distinctiveness"]]}, {"answer": "specialization", "hint": "synonyms for specialization", "clues": [["specialisation", "the special line of work you have adopted as your career", "specialisation"], ["speciality", "the special line of work you have adopted as your career", "speciality"], ["specialism", "the special line of work you have adopted as your career", "specialism"], ["differentiation", "(biology) the structural adaptation of some body part for a particular function", "differentiation"]]}, {"answer": "specialness", "hint": "synonyms for specialness", "clues": [["peculiarity", "a distinguishing trait", "peculiarity"], ["specialty", "a distinguishing trait", "specialty"], ["distinctiveness", "a distinguishing trait", "distinctiveness"], ["particularity", "the quality of being particular and pertaining to a specific case or instance", "particularity"]]}, {"answer": "specialty", "hint": "synonyms for specialty", "clues": [["speciality", "an asset of special worth or utility", "speciality"], ["strong point", "an asset of special worth or utility", "strong point"], ["long suit", "an asset of special worth or utility", "long suit"], ["specialness", "a distinguishing trait", "specialness"], ["forte", "an asset of special worth or utility", "forte"], ["strong suit", "an asset of special worth or utility", "strong suit"], ["specialism", "the special line of work you have adopted as your career", "specialism"], ["strength", "an asset of special worth or utility", "strength"], ["peculiarity", "a distinguishing trait", "peculiarity"], ["specialisation", "the special line of work you have adopted as your career", "specialisation"], ["metier", "an asset of special worth or utility", "metier"], ["distinctiveness", "a distinguishing trait", "distinctiveness"]]}, {"answer": "species", "hint": "synonyms for species", "clues": [["metal money", "coins collectively", "metal money"], ["mintage", "coins collectively", "mintage"], ["specie", "coins collectively", "specie"], ["coinage", "coins collectively", "coinage"]]}, {"answer": "speck", "hint": "synonyms for speck", "clues": [["touch", "a slight but appreciable amount", "touch"], ["particle", "(nontechnical usage) a tiny piece of anything", "particle"], ["corpuscle", "(nontechnical usage) a tiny piece of anything", "corpuscle"], ["mite", "a slight but appreciable amount", "mite"], ["tinge", "a slight but appreciable amount", "tinge"], ["atom", "(nontechnical usage) a tiny piece of anything", "atom"], ["molecule", "(nontechnical usage) a tiny piece of anything", "molecule"], ["soupcon", "a slight but appreciable amount", "soupcon"], ["pinch", "a slight but appreciable amount", "pinch"], ["jot", "a slight but appreciable amount", "jot"], ["mote", "(nontechnical usage) a tiny piece of anything", "mote"], ["hint", "a slight but appreciable amount", "hint"], ["pinpoint", "a very small spot", "pinpoint"]]}, {"answer": "speckle", "hint": "synonyms for speckle", "clues": [["maculation", "a small contrasting part of something", "maculation"], ["patch", "a small contrasting part of something", "patch"], ["fleck", "a small contrasting part of something", "fleck"], ["spot", "a small contrasting part of something", "spot"], ["dapple", "a small contrasting part of something", "dapple"]]}, {"answer": "specs", "hint": "synonyms for specs", "clues": [["eyeglasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "eyeglasses"], ["spec", "a detailed description of design criteria for a piece of work", "spec"], ["spectacles", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "spectacles"], ["specification", "a detailed description of design criteria for a piece of work", "specification"], ["glasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "glasses"]]}, {"answer": "spectacles", "hint": "synonyms for spectacles", "clues": [["eyeglasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "eyeglasses"], ["spectacle", "an elaborate and remarkable display on a lavish scale", "spectacle"], ["specs", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "specs"], ["glasses", "optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision", "glasses"]]}, {"answer": "specter", "hint": "synonyms for specter", "clues": [["shade", "a mental representation of some haunting experience", "shade"], ["ghost", "a mental representation of some haunting experience", "ghost"], ["wraith", "a mental representation of some haunting experience", "wraith"], ["spook", "a mental representation of some haunting experience", "spook"], ["spectre", "a mental representation of some haunting experience", "spectre"]]}, {"answer": "spectre", "hint": "synonyms for spectre", "clues": [["shade", "a mental representation of some haunting experience", "shade"], ["specter", "a mental representation of some haunting experience", "specter"], ["ghost", "a mental representation of some haunting experience", "ghost"], ["wraith", "a mental representation of some haunting experience", "wraith"], ["spook", "a mental representation of some haunting experience", "spook"]]}, {"answer": "spectrographic_analysis", "hint": "synonyms for spectrographic analysis", "clues": [["spectroscopy", "the use of spectroscopes to analyze spectra", "spectroscopy"], ["spectrometry", "the use of spectroscopes to analyze spectra", "spectrometry"], ["spectrum analysis", "the use of spectroscopes to analyze spectra", "spectrum analysis"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra", "spectroscopic analysis"]]}, {"answer": "spectrometry", "hint": "synonyms for spectrometry", "clues": [["spectrographic analysis", "the use of spectroscopes to analyze spectra", "spectrographic analysis"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra", "spectroscopic analysis"], ["spectrum analysis", "the use of spectroscopes to analyze spectra", "spectrum analysis"], ["spectroscopy", "the use of spectroscopes to analyze spectra", "spectroscopy"]]}, {"answer": "spectroscopic_analysis", "hint": "synonyms for spectroscopic analysis", "clues": [["spectrographic analysis", "the use of spectroscopes to analyze spectra", "spectrographic analysis"], ["spectrometry", "the use of spectroscopes to analyze spectra", "spectrometry"], ["spectrum analysis", "the use of spectroscopes to analyze spectra", "spectrum analysis"], ["spectroscopy", "the use of spectroscopes to analyze spectra", "spectroscopy"]]}, {"answer": "spectroscopy", "hint": "synonyms for spectroscopy", "clues": [["spectrographic analysis", "the use of spectroscopes to analyze spectra", "spectrographic analysis"], ["spectrometry", "the use of spectroscopes to analyze spectra", "spectrometry"], ["spectrum analysis", "the use of spectroscopes to analyze spectra", "spectrum analysis"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra", "spectroscopic analysis"]]}, {"answer": "spectrum_analysis", "hint": "synonyms for spectrum analysis", "clues": [["spectrographic analysis", "the use of spectroscopes to analyze spectra", "spectrographic analysis"], ["spectroscopy", "the use of spectroscopes to analyze spectra", "spectroscopy"], ["spectrometry", "the use of spectroscopes to analyze spectra", "spectrometry"], ["spectroscopic analysis", "the use of spectroscopes to analyze spectra", "spectroscopic analysis"]]}, {"answer": "speculation", "hint": "synonyms for speculation", "clues": [["conjecture", "a message expressing an opinion based on incomplete evidence", "conjecture"], ["meditation", "continuous and profound contemplation or musing on a subject or series of subjects of a deep or abstruse nature", "meditation"], ["venture", "an investment that is very risky but could yield great profits", "venture"], ["guess", "a message expressing an opinion based on incomplete evidence", "guess"], ["hypothesis", "a message expressing an opinion based on incomplete evidence", "hypothesis"], ["supposition", "a message expressing an opinion based on incomplete evidence", "supposition"], ["surmisal", "a message expressing an opinion based on incomplete evidence", "surmisal"], ["surmise", "a message expressing an opinion based on incomplete evidence", "surmise"]]}, {"answer": "speech", "hint": "synonyms for speech", "clues": [["speech communication", "(language) communication by word of mouth", "speech communication"], ["spoken language", "(language) communication by word of mouth", "spoken language"], ["talking to", "a lengthy rebuke", "talking to"], ["manner of speaking", "your characteristic style or manner of expressing yourself orally", "manner of speaking"], ["delivery", "your characteristic style or manner of expressing yourself orally", "delivery"], ["lecture", "a lengthy rebuke", "lecture"], ["oral communication", "(language) communication by word of mouth", "oral communication"], ["language", "the mental faculty or power of vocal communication", "language"], ["address", "the act of delivering a formal spoken communication to an audience", "address"], ["voice communication", "(language) communication by word of mouth", "voice communication"], ["actor's line", "words making up the dialogue of a play", "actor's line"], ["words", "words making up the dialogue of a play", "words"]]}, {"answer": "speech_communication", "hint": "synonyms for speech communication", "clues": [["speech", "(language) communication by word of mouth", "speech"], ["voice communication", "(language) communication by word of mouth", "voice communication"], ["spoken language", "(language) communication by word of mouth", "spoken language"], ["spoken communication", "(language) communication by word of mouth", "spoken communication"], ["oral communication", "(language) communication by word of mouth", "oral communication"], ["language", "(language) communication by word of mouth", "language"]]}, {"answer": "speed", "hint": "synonyms for speed", "clues": [["velocity", "distance travelled per unit time", "velocity"], ["f number", "the ratio of the focal length to the diameter of a (camera) lens system", "f number"], ["hurrying", "changing location rapidly", "hurrying"], ["speeding", "changing location rapidly", "speeding"], ["upper", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression", "upper"], ["fastness", "a rate (usually rapid) at which something happens", "fastness"], ["swiftness", "a rate (usually rapid) at which something happens", "swiftness"], ["pep pill", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression", "pep pill"], ["amphetamine", "a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression", "amphetamine"], ["stop number", "the ratio of the focal length to the diameter of a (camera) lens system", "stop number"], ["focal ratio", "the ratio of the focal length to the diameter of a (camera) lens system", "focal ratio"]]}, {"answer": "speediness", "hint": "synonyms for speediness", "clues": [["rapidity", "a rate that is rapid", "rapidity"], ["quickness", "a rate that is rapid", "quickness"], ["rapidness", "a rate that is rapid", "rapidness"], ["celerity", "a rate that is rapid", "celerity"]]}, {"answer": "spell", "hint": "synonyms for spell", "clues": [["magical spell", "a verbal formula believed to have magical force", "magical spell"], ["turn", "a time for working (after which you will be relieved by someone else)", "turn"], ["piece", "a period of indeterminate length (usually short) marked by some action or condition", "piece"], ["charm", "a verbal formula believed to have magical force", "charm"], ["tour", "a time for working (after which you will be relieved by someone else)", "tour"], ["go", "a time for working (after which you will be relieved by someone else)", "go"], ["while", "a period of indeterminate length (usually short) marked by some action or condition", "while"], ["patch", "a period of indeterminate length (usually short) marked by some action or condition", "patch"]]}, {"answer": "spending", "hint": "synonyms for spending", "clues": [["outgo", "money paid out; an amount spent", "outgo"], ["outlay", "money paid out; an amount spent", "outlay"], ["disbursement", "the act of spending or disbursing money", "disbursement"], ["expenditure", "money paid out; an amount spent", "expenditure"], ["disbursal", "the act of spending or disbursing money", "disbursal"]]}, {"answer": "sphere", "hint": "synonyms for sphere", "clues": [["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "vault of heaven"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "celestial sphere"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "heavens"], ["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "firmament"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "welkin"], ["sector", "a particular aspect of life or activity", "sector"], ["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "empyrean"], ["sphere of influence", "the geographical area in which one nation is very influential", "sphere of influence"]]}, {"answer": "sphericalness", "hint": "synonyms for sphericalness", "clues": [["globularness", "the roundness of a 3-dimensional object", "globularness"], ["rotundity", "the roundness of a 3-dimensional object", "rotundity"], ["sphericity", "the roundness of a 3-dimensional object", "sphericity"], ["globosity", "the roundness of a 3-dimensional object", "globosity"], ["rotundness", "the roundness of a 3-dimensional object", "rotundness"]]}, {"answer": "sphericity", "hint": "synonyms for sphericity", "clues": [["globularness", "the roundness of a 3-dimensional object", "globularness"], ["rotundity", "the roundness of a 3-dimensional object", "rotundity"], ["sphericalness", "the roundness of a 3-dimensional object", "sphericalness"], ["globosity", "the roundness of a 3-dimensional object", "globosity"], ["rotundness", "the roundness of a 3-dimensional object", "rotundness"]]}, {"answer": "spiceberry", "hint": "synonyms for spiceberry", "clues": [["boxberry", "spicy red berrylike fruit; source of wintergreen oil", "boxberry"], ["checkerberry", "spicy red berrylike fruit; source of wintergreen oil", "checkerberry"], ["wintergreen", "spicy red berrylike fruit; source of wintergreen oil", "wintergreen"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil", "teaberry"]]}, {"answer": "spiciness", "hint": "synonyms for spiciness", "clues": [["spice", "the property of being seasoned with spice and so highly flavored", "spice"], ["gaminess", "behavior or language bordering on indelicacy", "gaminess"], ["spicery", "the property of being seasoned with spice and so highly flavored", "spicery"], ["ribaldry", "behavior or language bordering on indelicacy", "ribaldry"], ["raciness", "behavior or language bordering on indelicacy", "raciness"]]}, {"answer": "spike_arrester", "hint": "synonyms for spike arrester", "clues": [["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "lightning arrester"], ["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge suppressor"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge protector"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike suppressor"]]}, {"answer": "spike_suppressor", "hint": "synonyms for spike suppressor", "clues": [["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "lightning arrester"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike arrester"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge protector"], ["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge suppressor"]]}, {"answer": "spile", "hint": "synonyms for spile", "clues": [["piling", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "piling"], ["pile", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "pile"], ["bung", "a plug used to close a hole in a barrel or flask", "bung"], ["stilt", "a column of wood or steel or concrete that is driven into the ground to provide support for a structure", "stilt"]]}, {"answer": "spill", "hint": "synonyms for spill", "clues": [["wasteweir", "a channel that carries excess water over or around a dam or other obstruction", "wasteweir"], ["release", "the act of allowing a fluid to escape", "release"], ["fall", "a sudden drop from an upright position", "fall"], ["spillage", "the act of allowing a fluid to escape", "spillage"], ["tumble", "a sudden drop from an upright position", "tumble"], ["spillway", "a channel that carries excess water over or around a dam or other obstruction", "spillway"]]}, {"answer": "spiller", "hint": "synonyms for spiller", "clues": [["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl line"], ["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "setline"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trotline"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl"]]}, {"answer": "spin", "hint": "synonyms for spin", "clues": [["twisting", "the act of rotating rapidly", "twisting"], ["whirl", "the act of rotating rapidly", "whirl"], ["twirl", "the act of rotating rapidly", "twirl"], ["tailspin", "rapid descent of an aircraft in a steep spiral", "tailspin"]]}, {"answer": "spirit", "hint": "synonyms for spirit", "clues": [["heart", "an inclination or tendency of a certain kind", "heart"], ["intent", "the intended meaning of a communication", "intent"], ["liveliness", "animation and energy in action or expression", "liveliness"], ["life", "animation and energy in action or expression", "life"], ["purport", "the intended meaning of a communication", "purport"], ["sprightliness", "animation and energy in action or expression", "sprightliness"]]}, {"answer": "spiritedness", "hint": "synonyms for spiritedness", "clues": [["vivification", "quality of being active or spirited or alive and vigorous", "vivification"], ["invigoration", "quality of being active or spirited or alive and vigorous", "invigoration"], ["brio", "quality of being active or spirited or alive and vigorous", "brio"], ["animation", "quality of being active or spirited or alive and vigorous", "animation"]]}, {"answer": "spirits", "hint": "synonyms for spirits", "clues": [["strong drink", "an alcoholic beverage that is distilled rather than fermented", "strong drink"], ["spirit", "animation and energy in action or expression", "spirit"], ["liquor", "an alcoholic beverage that is distilled rather than fermented", "liquor"], ["intent", "the intended meaning of a communication", "intent"], ["booze", "an alcoholic beverage that is distilled rather than fermented", "booze"], ["heart", "an inclination or tendency of a certain kind", "heart"], ["liveliness", "animation and energy in action or expression", "liveliness"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented", "hard drink"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented", "hard liquor"], ["life", "animation and energy in action or expression", "life"], ["purport", "the intended meaning of a communication", "purport"], ["sprightliness", "animation and energy in action or expression", "sprightliness"]]}, {"answer": "spirituality", "hint": "synonyms for spirituality", "clues": [["spiritualism", "concern with things of the spirit", "spiritualism"], ["church property", "property or income owned by a church", "church property"], ["spiritualty", "property or income owned by a church", "spiritualty"], ["otherworldliness", "concern with things of the spirit", "otherworldliness"]]}, {"answer": "spite", "hint": "synonyms for spite", "clues": [["spitefulness", "malevolence by virtue of being malicious or spiteful or nasty", "spitefulness"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty", "cattiness"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty", "nastiness"], ["maliciousness", "feeling a need to see others suffer", "maliciousness"], ["venom", "feeling a need to see others suffer", "venom"], ["malice", "feeling a need to see others suffer", "malice"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty", "bitchiness"]]}, {"answer": "spitefulness", "hint": "synonyms for spitefulness", "clues": [["spite", "feeling a need to see others suffer", "spite"], ["cattiness", "malevolence by virtue of being malicious or spiteful or nasty", "cattiness"], ["nastiness", "malevolence by virtue of being malicious or spiteful or nasty", "nastiness"], ["maliciousness", "feeling a need to see others suffer", "maliciousness"], ["venom", "feeling a need to see others suffer", "venom"], ["malice", "feeling a need to see others suffer", "malice"], ["bitchiness", "malevolence by virtue of being malicious or spiteful or nasty", "bitchiness"]]}, {"answer": "splash", "hint": "synonyms for splash", "clues": [["splatter", "a small quantity of something moist or liquid", "splatter"], ["dab", "a small quantity of something moist or liquid", "dab"], ["splashing", "the act of scattering water about haphazardly", "splashing"], ["spattering", "the act of splashing a (liquid) substance on a surface", "spattering"], ["plash", "the sound like water splashing", "plash"]]}, {"answer": "splashiness", "hint": "synonyms for splashiness", "clues": [["pretentiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pretentiousness"], ["pomposity", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pomposity"], ["puffiness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "puffiness"], ["pompousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "pompousness"], ["ostentatiousness", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentatiousness"], ["inflation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "inflation"], ["ostentation", "lack of elegance as a consequence of being pompous and puffed up with vanity", "ostentation"]]}, {"answer": "splatter", "hint": "synonyms for splatter", "clues": [["sputter", "the noise of something spattering or sputtering explosively", "sputter"], ["spattering", "the noise of something spattering or sputtering explosively", "spattering"], ["splash", "a small quantity of something moist or liquid", "splash"], ["dab", "a small quantity of something moist or liquid", "dab"]]}, {"answer": "splattering", "hint": "synonyms for splattering", "clues": [["sputter", "the noise of something spattering or sputtering explosively", "sputter"], ["splash", "the act of splashing a (liquid) substance on a surface", "splash"], ["spattering", "the noise of something spattering or sputtering explosively", "spattering"], ["splatter", "the noise of something spattering or sputtering explosively", "splatter"]]}, {"answer": "splendor", "hint": "synonyms for splendor", "clues": [["brilliancy", "a quality that outshines the usual", "brilliancy"], ["grandness", "the quality of being magnificent or splendid or grand", "grandness"], ["splendour", "the quality of being magnificent or splendid or grand", "splendour"], ["magnificence", "the quality of being magnificent or splendid or grand", "magnificence"], ["lustre", "a quality that outshines the usual", "lustre"], ["grandeur", "the quality of being magnificent or splendid or grand", "grandeur"], ["luster", "a quality that outshines the usual", "luster"]]}, {"answer": "splendour", "hint": "synonyms for splendour", "clues": [["brilliancy", "a quality that outshines the usual", "brilliancy"], ["splendor", "the quality of being magnificent or splendid or grand", "splendor"], ["grandness", "the quality of being magnificent or splendid or grand", "grandness"], ["magnificence", "the quality of being magnificent or splendid or grand", "magnificence"], ["lustre", "a quality that outshines the usual", "lustre"], ["grandeur", "the quality of being magnificent or splendid or grand", "grandeur"], ["luster", "a quality that outshines the usual", "luster"]]}, {"answer": "spliff", "hint": "synonyms for spliff", "clues": [["stick", "marijuana leaves rolled into a cigarette for smoking", "stick"], ["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking", "marijuana cigarette"], ["joint", "marijuana leaves rolled into a cigarette for smoking", "joint"], ["reefer", "marijuana leaves rolled into a cigarette for smoking", "reefer"]]}, {"answer": "split_second", "hint": "synonyms for split second", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "spoil", "hint": "synonyms for spoil", "clues": [["despoliation", "the act of stripping and taking by force", "despoliation"], ["spoiling", "the act of spoiling something by causing damage to it", "spoiling"], ["despoilment", "the act of stripping and taking by force", "despoilment"], ["spoilation", "the act of stripping and taking by force", "spoilation"], ["spoilage", "the act of spoiling something by causing damage to it", "spoilage"]]}, {"answer": "spoke", "hint": "synonyms for spoke", "clues": [["rung", "one of the crosspieces that form the steps of a ladder", "rung"], ["wheel spoke", "support consisting of a radial member of a wheel joining the hub to the rim", "wheel spoke"], ["rundle", "one of the crosspieces that form the steps of a ladder", "rundle"], ["radius", "support consisting of a radial member of a wheel joining the hub to the rim", "radius"]]}, {"answer": "spoken_communication", "hint": "synonyms for spoken communication", "clues": [["speech", "(language) communication by word of mouth", "speech"], ["speech communication", "(language) communication by word of mouth", "speech communication"], ["voice communication", "(language) communication by word of mouth", "voice communication"], ["spoken language", "(language) communication by word of mouth", "spoken language"], ["oral communication", "(language) communication by word of mouth", "oral communication"], ["language", "(language) communication by word of mouth", "language"]]}, {"answer": "spoken_language", "hint": "synonyms for spoken language", "clues": [["speech", "(language) communication by word of mouth", "speech"], ["speech communication", "(language) communication by word of mouth", "speech communication"], ["voice communication", "(language) communication by word of mouth", "voice communication"], ["oral communication", "(language) communication by word of mouth", "oral communication"], ["language", "(language) communication by word of mouth", "language"]]}, {"answer": "spoliation", "hint": "synonyms for spoliation", "clues": [["despoliation", "the act of stripping and taking by force", "despoliation"], ["spoil", "the act of stripping and taking by force", "spoil"], ["despoilment", "the act of stripping and taking by force", "despoilment"], ["spoilation", "the act of stripping and taking by force", "spoilation"]]}, {"answer": "spoof", "hint": "synonyms for spoof", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "spook", "hint": "synonyms for spook", "clues": [["shade", "a mental representation of some haunting experience", "shade"], ["specter", "a mental representation of some haunting experience", "specter"], ["ghost", "a mental representation of some haunting experience", "ghost"], ["wraith", "a mental representation of some haunting experience", "wraith"]]}, {"answer": "sporting_house", "hint": "synonyms for sporting house", "clues": [["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["whorehouse", "a building where prostitutes are available", "whorehouse"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["bordello", "a building where prostitutes are available", "bordello"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "spot", "hint": "synonyms for spot", "clues": [["point", "an outstanding characteristic", "point"], ["blot", "a blemish made by dirt", "blot"], ["smear", "a blemish made by dirt", "smear"], ["dapple", "a small contrasting part of something", "dapple"], ["slur", "a blemish made by dirt", "slur"], ["smirch", "an act that brings discredit to the person who does it", "smirch"], ["topographic point", "a point located with respect to surface features of some region", "topographic point"], ["maculation", "a small contrasting part of something", "maculation"], ["post", "a job in an organization", "post"], ["stain", "an act that brings discredit to the person who does it", "stain"], ["berth", "a job in an organization", "berth"], ["pip", "a mark on a die or on a playing card (shape depending on the suit)", "pip"], ["place", "a job in an organization", "place"], ["position", "a job in an organization", "position"], ["billet", "a job in an organization", "billet"], ["office", "a job in an organization", "office"], ["situation", "a job in an organization", "situation"], ["bit", "a small piece or quantity of something", "bit"], ["fleck", "a small contrasting part of something", "fleck"], ["speckle", "a small contrasting part of something", "speckle"], ["daub", "a blemish made by dirt", "daub"], ["patch", "a small contrasting part of something", "patch"], ["spotlight", "a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer", "spotlight"], ["smudge", "a blemish made by dirt", "smudge"]]}, {"answer": "spots", "hint": "synonyms for spots", "clues": [["patch", "a small contrasting part of something", "patch"], ["spot", "an outstanding characteristic", "spot"], ["blot", "a blemish made by dirt", "blot"], ["smear", "a blemish made by dirt", "smear"], ["slur", "a blemish made by dirt", "slur"], ["topographic point", "a point located with respect to surface features of some region", "topographic point"], ["stain", "an act that brings discredit to the person who does it", "stain"], ["pip", "a mark on a die or on a playing card (shape depending on the suit)", "pip"], ["position", "a job in an organization", "position"], ["smirch", "a blemish made by dirt", "smirch"], ["office", "a job in an organization", "office"], ["fleck", "a small contrasting part of something", "fleck"], ["daub", "a blemish made by dirt", "daub"], ["point", "an outstanding characteristic", "point"], ["dapple", "a small contrasting part of something", "dapple"], ["maculation", "a small contrasting part of something", "maculation"], ["post", "a job in an organization", "post"], ["berth", "a job in an organization", "berth"], ["place", "a job in an organization", "place"], ["billet", "a job in an organization", "billet"], ["situation", "a job in an organization", "situation"], ["speckle", "a small contrasting part of something", "speckle"], ["bit", "a small piece or quantity of something", "bit"], ["spotlight", "a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer", "spotlight"], ["smudge", "a blemish made by dirt", "smudge"]]}, {"answer": "spotting", "hint": "synonyms for spotting", "clues": [["espial", "the act of detecting something; catching sight of something", "espial"], ["detection", "the act of detecting something; catching sight of something", "detection"], ["staining", "the act of spotting or staining something", "staining"], ["catching", "the act of detecting something; catching sight of something", "catching"], ["maculation", "the act of spotting or staining something", "maculation"], ["spying", "the act of detecting something; catching sight of something", "spying"]]}, {"answer": "spray", "hint": "synonyms for spray", "clues": [["nebuliser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "nebuliser"], ["atomiser", "a dispenser that turns a liquid (such as perfume) into a fine mist", "atomiser"], ["spraying", "a quantity of small objects flying through the air", "spraying"], ["sprayer", "a dispenser that turns a liquid (such as perfume) into a fine mist", "sprayer"]]}, {"answer": "spray_can", "hint": "synonyms for spray can", "clues": [["aerosol can", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol can"], ["aerosol container", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol container"], ["aerosol bomb", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol bomb"], ["aerosol", "a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)", "aerosol"]]}, {"answer": "spreading", "hint": "synonyms for spreading", "clues": [["public exposure", "the opening of a subject to widespread discussion and debate", "public exposure"], ["airing", "the opening of a subject to widespread discussion and debate", "airing"], ["spread", "act of extending over a wider scope or expanse of space or time", "spread"], ["dissemination", "the opening of a subject to widespread discussion and debate", "dissemination"]]}, {"answer": "spring", "hint": "synonyms for spring", "clues": [["fountain", "a natural flow of ground water", "fountain"], ["give", "the elasticity of something that can be stretched and returns to its original length", "give"], ["springtime", "the season of growth", "springtime"], ["natural spring", "a natural flow of ground water", "natural spring"], ["springiness", "the elasticity of something that can be stretched and returns to its original length", "springiness"], ["outpouring", "a natural flow of ground water", "outpouring"], ["leaping", "a light, self-propelled movement upwards or forwards", "leaping"], ["bounce", "a light, self-propelled movement upwards or forwards", "bounce"], ["saltation", "a light, self-propelled movement upwards or forwards", "saltation"], ["bound", "a light, self-propelled movement upwards or forwards", "bound"], ["outflow", "a natural flow of ground water", "outflow"]]}, {"answer": "sprinkles", "hint": "synonyms for sprinkles", "clues": [["sprinkling", "a light shower that falls in some locations and not others nearby", "sprinkling"], ["scattering", "a light shower that falls in some locations and not others nearby", "scattering"], ["jimmies", "bits of sweet chocolate used as a topping on e.g. ice cream", "jimmies"], ["sprinkle", "the act of sprinkling or splashing water", "sprinkle"], ["sparge", "the act of sprinkling or splashing water", "sparge"]]}, {"answer": "sprinkling", "hint": "synonyms for sprinkling", "clues": [["aspersion", "the act of sprinkling water in baptism (rare)", "aspersion"], ["scattering", "a light shower that falls in some locations and not others nearby", "scattering"], ["sprinkle", "the act of sprinkling or splashing water", "sprinkle"], ["sparge", "the act of sprinkling or splashing water", "sparge"]]}, {"answer": "spud", "hint": "synonyms for spud", "clues": [["tater", "an edible tuber native to South America; a staple food of Ireland", "tater"], ["white potato", "an edible tuber native to South America; a staple food of Ireland", "white potato"], ["murphy", "an edible tuber native to South America; a staple food of Ireland", "murphy"], ["potato", "an edible tuber native to South America; a staple food of Ireland", "potato"], ["stump spud", "a sharp hand shovel for digging out roots and weeds", "stump spud"]]}, {"answer": "spunk", "hint": "synonyms for spunk", "clues": [["tinder", "material for starting a fire", "tinder"], ["kindling", "material for starting a fire", "kindling"], ["touchwood", "material for starting a fire", "touchwood"], ["nerve", "the courage to carry on", "nerve"], ["mettle", "the courage to carry on", "mettle"], ["heart", "the courage to carry on", "heart"], ["punk", "material for starting a fire", "punk"]]}, {"answer": "spur", "hint": "synonyms for spur", "clues": [["prod", "a verbalization that encourages you to attempt something", "prod"], ["urging", "a verbalization that encourages you to attempt something", "urging"], ["spine", "any sharply pointed projection", "spine"], ["gad", "a sharp prod fixed to a rider's heel and used to urge a horse onward", "gad"], ["goading", "a verbalization that encourages you to attempt something", "goading"], ["prodding", "a verbalization that encourages you to attempt something", "prodding"], ["branch line", "a railway line connected to a trunk line", "branch line"], ["acantha", "any sharply pointed projection", "acantha"], ["spur track", "a railway line connected to a trunk line", "spur track"], ["spurring", "a verbalization that encourages you to attempt something", "spurring"]]}, {"answer": "spurring", "hint": "synonyms for spurring", "clues": [["prod", "a verbalization that encourages you to attempt something", "prod"], ["urging", "a verbalization that encourages you to attempt something", "urging"], ["goad", "a verbalization that encourages you to attempt something", "goad"], ["spur", "a verbalization that encourages you to attempt something", "spur"], ["prodding", "a verbalization that encourages you to attempt something", "prodding"]]}, {"answer": "spying", "hint": "synonyms for spying", "clues": [["espial", "the act of detecting something; catching sight of something", "espial"], ["undercover work", "the act of keeping a secret watch for intelligence purposes", "undercover work"], ["detection", "the act of detecting something; catching sight of something", "detection"], ["spotting", "the act of detecting something; catching sight of something", "spotting"], ["catching", "the act of detecting something; catching sight of something", "catching"]]}, {"answer": "squabble", "hint": "synonyms for squabble", "clues": [["pettifoggery", "a quarrel about petty points", "pettifoggery"], ["tiff", "a quarrel about petty points", "tiff"], ["spat", "a quarrel about petty points", "spat"], ["bicker", "a quarrel about petty points", "bicker"], ["fuss", "a quarrel about petty points", "fuss"]]}, {"answer": "squad_car", "hint": "synonyms for squad car", "clues": [["police car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police car"], ["prowl car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "prowl car"], ["patrol car", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "patrol car"], ["police cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "police cruiser"], ["cruiser", "a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters", "cruiser"]]}, {"answer": "squawk", "hint": "synonyms for squawk", "clues": [["beef", "informal terms for objecting", "beef"], ["gripe", "informal terms for objecting", "gripe"], ["kick", "informal terms for objecting", "kick"], ["bitch", "informal terms for objecting", "bitch"]]}, {"answer": "squeak", "hint": "synonyms for squeak", "clues": [["close shave", "something achieved (or escaped) by a narrow margin", "close shave"], ["close call", "something achieved (or escaped) by a narrow margin", "close call"], ["narrow escape", "something achieved (or escaped) by a narrow margin", "narrow escape"], ["squeaker", "something achieved (or escaped) by a narrow margin", "squeaker"]]}, {"answer": "squeaker", "hint": "synonyms for squeaker", "clues": [["close shave", "something achieved (or escaped) by a narrow margin", "close shave"], ["close call", "something achieved (or escaped) by a narrow margin", "close call"], ["narrow escape", "something achieved (or escaped) by a narrow margin", "narrow escape"], ["squeak", "something achieved (or escaped) by a narrow margin", "squeak"]]}, {"answer": "squeeze", "hint": "synonyms for squeeze", "clues": [["clinch", "a tight or amorous embrace", "clinch"], ["squeeze play", "an aggressive attempt to compel acquiescence by the concentration or manipulation of power", "squeeze play"], ["wring", "a twisting squeeze", "wring"], ["power play", "an aggressive attempt to compel acquiescence by the concentration or manipulation of power", "power play"], ["squeezing", "the act of gripping and pressing firmly", "squeezing"], ["hug", "a tight or amorous embrace", "hug"]]}, {"answer": "squelch", "hint": "synonyms for squelch", "clues": [["squelcher", "an electric circuit that cuts off a receiver when the signal becomes weaker than the noise", "squelcher"], ["takedown", "a crushing remark", "takedown"], ["squelch circuit", "an electric circuit that cuts off a receiver when the signal becomes weaker than the noise", "squelch circuit"], ["put-down", "a crushing remark", "put-down"]]}, {"answer": "squelcher", "hint": "synonyms for squelcher", "clues": [["squelch", "a crushing remark", "squelch"], ["takedown", "a crushing remark", "takedown"], ["squelch circuit", "an electric circuit that cuts off a receiver when the signal becomes weaker than the noise", "squelch circuit"], ["put-down", "a crushing remark", "put-down"]]}, {"answer": "ss", "hint": "synonyms for ss", "clues": [["reciprocal ohm", "a unit of conductance equal to the reciprocal of an ohm", "reciprocal ohm"], ["s", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites", "s"], ["siemens", "a unit of conductance equal to the reciprocal of an ohm", "siemens"], ["south", "the cardinal compass point that is at 180 degrees", "south"], ["due south", "the cardinal compass point that is at 180 degrees", "due south"], ["entropy", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work", "entropy"], ["atomic number 16", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)", "atomic number 16"], ["southward", "the cardinal compass point that is at 180 degrees", "southward"], ["mho", "a unit of conductance equal to the reciprocal of an ohm", "mho"], ["sec", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites", "sec"], ["second", "1/60 of a minute; the basic unit of time adopted under the Systeme International d'Unites", "second"], ["sulphur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)", "sulphur"], ["sulfur", "an abundant tasteless odorless multivalent nonmetallic element; best known in yellow crystals; occurs in many sulphide and sulphate minerals and even in native form (especially in volcanic regions)", "sulfur"], ["randomness", "(thermodynamics) a thermodynamic quantity representing the amount of energy in a system that is no longer available for doing mechanical work", "randomness"]]}, {"answer": "st._elmo's_fire", "hint": "synonyms for st. elmo's fire", "clues": [["electric glow", "an electrical discharge accompanied by ionization of surrounding atmosphere", "electric glow"], ["corposant", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corposant"], ["corona", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona"], ["corona discharge", "an electrical discharge accompanied by ionization of surrounding atmosphere", "corona discharge"]]}, {"answer": "stab", "hint": "synonyms for stab", "clues": [["knife thrust", "a strong blow with a knife or other sharp pointed instrument", "knife thrust"], ["thrust", "a strong blow with a knife or other sharp pointed instrument", "thrust"], ["shot", "informal words for any attempt or effort", "shot"], ["pang", "a sudden sharp feeling", "pang"], ["twinge", "a sudden sharp feeling", "twinge"]]}, {"answer": "stack", "hint": "synonyms for stack", "clues": [["push-down storage", "a storage device that handles data so that the next item to be retrieved is the item most recently stored (LIFO)", "push-down storage"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["push-down list", "a list in which the next item to be removed is the item most recently stored (LIFO)", "push-down list"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["smokestack", "a large tall chimney through which combustion gases and smoke can be evacuated", "smokestack"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["push-down stack", "a list in which the next item to be removed is the item most recently stored (LIFO)", "push-down stack"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "stacks", "hint": "synonyms for stacks", "clues": [["push-down storage", "a storage device that handles data so that the next item to be retrieved is the item most recently stored (LIFO)", "push-down storage"], ["oodles", "a large number or amount", "oodles"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["stack", "an orderly pile", "stack"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["slews", "a large number or amount", "slews"], ["scores", "a large number or amount", "scores"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["wads", "a large number or amount", "wads"], ["push-down list", "a list in which the next item to be removed is the item most recently stored (LIFO)", "push-down list"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["push-down stack", "a list in which the next item to be removed is the item most recently stored (LIFO)", "push-down stack"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["gobs", "a large number or amount", "gobs"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["lashings", "a large number or amount", "lashings"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["smokestack", "a large tall chimney through which combustion gases and smoke can be evacuated", "smokestack"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["scads", "a large number or amount", "scads"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "stage", "hint": "synonyms for stage", "clues": [["phase", "any distinct time period in a sequence of events", "phase"], ["microscope stage", "a small platform on a microscope where the specimen is mounted for examination", "microscope stage"], ["stagecoach", "a large coach-and-four formerly used to carry passengers and mail on regular routes between towns", "stagecoach"], ["leg", "a section or portion of a journey or course", "leg"]]}, {"answer": "stagger_head", "hint": "synonyms for stagger head", "clues": [["stephead", "a headline with the top line flush left and succeeding lines indented to the right", "stephead"], ["stepped line", "a headline with the top line flush left and succeeding lines indented to the right", "stepped line"], ["staggered head", "a headline with the top line flush left and succeeding lines indented to the right", "staggered head"], ["dropline", "a headline with the top line flush left and succeeding lines indented to the right", "dropline"]]}, {"answer": "staggered_head", "hint": "synonyms for staggered head", "clues": [["stephead", "a headline with the top line flush left and succeeding lines indented to the right", "stephead"], ["stepped line", "a headline with the top line flush left and succeeding lines indented to the right", "stepped line"], ["stagger head", "a headline with the top line flush left and succeeding lines indented to the right", "stagger head"], ["dropline", "a headline with the top line flush left and succeeding lines indented to the right", "dropline"]]}, {"answer": "stain", "hint": "synonyms for stain", "clues": [["discoloration", "a soiled or discolored appearance", "discoloration"], ["stigma", "a symbol of disgrace or infamy; --Genesis", "stigma"], ["smirch", "an act that brings discredit to the person who does it", "smirch"], ["spot", "an act that brings discredit to the person who does it", "spot"], ["smear", "an act that brings discredit to the person who does it", "smear"], ["brand", "a symbol of disgrace or infamy; --Genesis", "brand"], ["mark", "a symbol of disgrace or infamy; --Genesis", "mark"], ["blot", "an act that brings discredit to the person who does it", "blot"]]}, {"answer": "stake", "hint": "synonyms for stake", "clues": [["interest", "(law) a right or legal share of something; a financial involvement with something", "interest"], ["wager", "the money risked on a gamble", "wager"], ["stakes", "the money risked on a gamble", "stakes"], ["post", "a pole or stake set up to mark something (as the start or end of a race track)", "post"], ["bet", "the money risked on a gamble", "bet"]]}, {"answer": "stakes", "hint": "synonyms for stakes", "clues": [["stake", "a pole or stake set up to mark something (as the start or end of a race track)", "stake"], ["interest", "(law) a right or legal share of something; a financial involvement with something", "interest"], ["wager", "the money risked on a gamble", "wager"], ["post", "a pole or stake set up to mark something (as the start or end of a race track)", "post"], ["bet", "the money risked on a gamble", "bet"]]}, {"answer": "stalinism", "hint": "synonyms for stalinism", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "stalk", "hint": "synonyms for stalk", "clues": [["stalking", "the act of following prey stealthily", "stalking"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "chaff"], ["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "straw"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "husk"], ["angry walk", "a stiff or threatening gait", "angry walk"], ["stubble", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stubble"], ["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "shuck"], ["still hunt", "a hunt for game carried on by following it stealthily or waiting in ambush", "still hunt"]]}, {"answer": "stall", "hint": "synonyms for stall", "clues": [["cubicle", "small area set off by walls for special use", "cubicle"], ["stalling", "a tactic used to mislead or delay", "stalling"], ["booth", "small area set off by walls for special use", "booth"], ["kiosk", "small area set off by walls for special use", "kiosk"], ["carrell", "small individual study area in a library", "carrell"], ["stand", "a booth where articles are displayed for sale", "stand"], ["sales booth", "a booth where articles are displayed for sale", "sales booth"]]}, {"answer": "stalls", "hint": "synonyms for stalls", "clues": [["cubicle", "small area set off by walls for special use", "cubicle"], ["horse barn", "a farm building for housing horses or other livestock", "horse barn"], ["stable", "a farm building for housing horses or other livestock", "stable"], ["stall", "a malfunction in the flight of an aircraft in which there is a sudden loss of lift that results in a downward plunge", "stall"], ["booth", "small area set off by walls for special use", "booth"], ["kiosk", "small area set off by walls for special use", "kiosk"], ["carrell", "small individual study area in a library", "carrell"], ["stand", "a booth where articles are displayed for sale", "stand"], ["sales booth", "a booth where articles are displayed for sale", "sales booth"]]}, {"answer": "stamp", "hint": "synonyms for stamp", "clues": [["mold", "the distinctive form in which a thing is made", "mold"], ["revenue stamp", "a small piece of adhesive paper that is put on an object to show that a government tax has been paid", "revenue stamp"], ["cast", "the distinctive form in which a thing is made", "cast"], ["pestle", "machine consisting of a heavy bar that moves vertically for pounding or crushing ores", "pestle"], ["seal", "a device incised to make an impression; used to secure a closing or to authenticate documents", "seal"], ["legal tender", "something that can be used as an official medium of payment", "legal tender"], ["postage stamp", "a small adhesive token stuck on a letter or package to indicate that that postal fees have been paid", "postage stamp"], ["postage", "a small adhesive token stuck on a letter or package to indicate that that postal fees have been paid", "postage"], ["impression", "a symbol that is the result of printing or engraving", "impression"], ["tender", "something that can be used as an official medium of payment", "tender"]]}, {"answer": "stamping_ground", "hint": "synonyms for stamping ground", "clues": [["repair", "a frequently visited place", "repair"], ["haunt", "a frequently visited place", "haunt"], ["hangout", "a frequently visited place", "hangout"], ["resort", "a frequently visited place", "resort"]]}, {"answer": "stand", "hint": "synonyms for stand", "clues": [["outdoor stage", "a platform where a (brass) band can play in the open air", "outdoor stage"], ["sales booth", "a booth where articles are displayed for sale", "sales booth"], ["standstill", "an interruption of normal activity", "standstill"], ["pedestal", "a support or foundation", "pedestal"], ["base", "a support or foundation", "base"], ["stall", "a booth where articles are displayed for sale", "stall"], ["bandstand", "a platform where a (brass) band can play in the open air", "bandstand"], ["standpoint", "a mental position from which things are viewed", "standpoint"], ["tie-up", "an interruption of normal activity", "tie-up"], ["point of view", "a mental position from which things are viewed", "point of view"], ["rack", "a support for displaying various articles", "rack"], ["viewpoint", "a mental position from which things are viewed", "viewpoint"]]}, {"answer": "star_sign", "hint": "synonyms for star sign", "clues": [["house", "(astrology) one of 12 equal areas into which the zodiac is divided", "house"], ["sign", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign"], ["planetary house", "(astrology) one of 12 equal areas into which the zodiac is divided", "planetary house"], ["sign of the zodiac", "(astrology) one of 12 equal areas into which the zodiac is divided", "sign of the zodiac"], ["mansion", "(astrology) one of 12 equal areas into which the zodiac is divided", "mansion"]]}, {"answer": "start", "hint": "synonyms for start", "clues": [["starting", "a turn to be a starter (in a game at the beginning)", "starting"], ["beginning", "the time at which something is supposed to begin", "beginning"], ["head start", "the advantage gained by beginning early (as in a race)", "head start"], ["starting time", "the time at which something is supposed to begin", "starting time"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["outset", "the time at which something is supposed to begin", "outset"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["jump", "a sudden involuntary movement", "jump"], ["kickoff", "the time at which something is supposed to begin", "kickoff"], ["startle", "a sudden involuntary movement", "startle"], ["scratch", "a line indicating the location of the start of a race or a game", "scratch"], ["scratch line", "a line indicating the location of the start of a race or a game", "scratch line"], ["first", "the time at which something is supposed to begin", "first"], ["starting line", "a line indicating the location of the start of a race or a game", "starting line"], ["starting signal", "a signal to begin (as in a race)", "starting signal"], ["offset", "the time at which something is supposed to begin", "offset"]]}, {"answer": "starter", "hint": "synonyms for starter", "clues": [["starting motor", "an electric motor for starting an engine", "starting motor"], ["appetiser", "food or drink to stimulate the appetite (usually served before a meal or as the first course)", "appetiser"], ["crank", "a hand tool consisting of a rotating shaft with parallel handle", "crank"], ["starter motor", "an electric motor for starting an engine", "starter motor"]]}, {"answer": "starting_time", "hint": "synonyms for starting time", "clues": [["beginning", "the time at which something is supposed to begin", "beginning"], ["start", "the time at which something is supposed to begin", "start"], ["first", "the time at which something is supposed to begin", "first"], ["commencement", "the time at which something is supposed to begin", "commencement"], ["outset", "the time at which something is supposed to begin", "outset"], ["showtime", "the time at which something is supposed to begin", "showtime"], ["get-go", "the time at which something is supposed to begin", "get-go"], ["offset", "the time at which something is supposed to begin", "offset"], ["kickoff", "the time at which something is supposed to begin", "kickoff"]]}, {"answer": "stat_mi", "hint": "synonyms for stat mi", "clues": [["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mile"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "international mile"], ["statute mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "statute mile"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mi"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "land mile"]]}, {"answer": "state", "hint": "synonyms for state", "clues": [["country", "a politically organized body of people under a single government", "country"], ["body politic", "a politically organized body of people under a single government", "body politic"], ["land", "the territory occupied by a nation", "land"], ["commonwealth", "a politically organized body of people under a single government", "commonwealth"], ["nation", "a politically organized body of people under a single government", "nation"], ["province", "the territory occupied by one of the constituent administrative districts of a nation", "province"], ["res publica", "a politically organized body of people under a single government", "res publica"]]}, {"answer": "state_highway", "hint": "synonyms for state highway", "clues": [["superhighway", "a broad highway designed for high-speed traffic", "superhighway"], ["motorway", "a broad highway designed for high-speed traffic", "motorway"], ["thruway", "a broad highway designed for high-speed traffic", "thruway"], ["pike", "a broad highway designed for high-speed traffic", "pike"], ["freeway", "a broad highway designed for high-speed traffic", "freeway"], ["expressway", "a broad highway designed for high-speed traffic", "expressway"], ["throughway", "a broad highway designed for high-speed traffic", "throughway"]]}, {"answer": "statement", "hint": "synonyms for statement", "clues": [["affirmation", "the act of affirming or asserting or stating something", "affirmation"], ["command", "(computer science) a line of code written as part of a computer program", "command"], ["assertion", "the act of affirming or asserting or stating something", "assertion"], ["instruction", "(computer science) a line of code written as part of a computer program", "instruction"], ["argument", "a fact or assertion offered as evidence that something is true", "argument"], ["financial statement", "a document showing credits and debits", "financial statement"], ["program line", "(computer science) a line of code written as part of a computer program", "program line"]]}, {"answer": "station_waggon", "hint": "synonyms for station waggon", "clues": [["beach waggon", "a car that has a long body and rear door with space behind rear seat", "beach waggon"], ["waggon", "a car that has a long body and rear door with space behind rear seat", "waggon"], ["estate car", "a car that has a long body and rear door with space behind rear seat", "estate car"], ["station wagon", "a car that has a long body and rear door with space behind rear seat", "station wagon"]]}, {"answer": "station_wagon", "hint": "synonyms for station wagon", "clues": [["beach waggon", "a car that has a long body and rear door with space behind rear seat", "beach waggon"], ["waggon", "a car that has a long body and rear door with space behind rear seat", "waggon"], ["station waggon", "a car that has a long body and rear door with space behind rear seat", "station waggon"], ["estate car", "a car that has a long body and rear door with space behind rear seat", "estate car"]]}, {"answer": "statute_mile", "hint": "synonyms for statute mile", "clues": [["mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mile"], ["international mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "international mile"], ["stat mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "stat mi"], ["mi", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "mi"], ["land mile", "a unit of length equal to 1,760 yards or 5,280 feet; exactly 1609.344 meters", "land mile"]]}, {"answer": "stave", "hint": "synonyms for stave", "clues": [["staff", "(music) the system of five horizontal lines on which the musical notes are written", "staff"], ["round", "a crosspiece between the legs of a chair", "round"], ["lag", "one of several thin slats of wood forming the sides of a barrel or bucket", "lag"], ["rung", "a crosspiece between the legs of a chair", "rung"]]}, {"answer": "stealing", "hint": "synonyms for stealing", "clues": [["thievery", "the act of taking something from someone unlawfully", "thievery"], ["thieving", "the act of taking something from someone unlawfully", "thieving"], ["theft", "the act of taking something from someone unlawfully", "theft"], ["stealth", "avoiding detection by moving carefully", "stealth"], ["larceny", "the act of taking something from someone unlawfully", "larceny"]]}, {"answer": "steamer", "hint": "synonyms for steamer", "clues": [["steamer clam", "a clam that is usually steamed in the shell", "steamer clam"], ["long-neck clam", "a clam that is usually steamed in the shell", "long-neck clam"], ["soft-shell clam", "a clam that is usually steamed in the shell", "soft-shell clam"], ["steamship", "a ship powered by one or more steam engines", "steamship"]]}, {"answer": "steer", "hint": "synonyms for steer", "clues": [["wind", "an indication of potential opportunity", "wind"], ["hint", "an indication of potential opportunity", "hint"], ["confidential information", "an indication of potential opportunity", "confidential information"], ["tip", "an indication of potential opportunity", "tip"], ["lead", "an indication of potential opportunity", "lead"]]}, {"answer": "stem", "hint": "synonyms for stem", "clues": [["root word", "(linguistics) the form of a word after all affixes are removed", "root word"], ["bow", "front part of a vessel or aircraft", "bow"], ["prow", "front part of a vessel or aircraft", "prow"], ["shank", "cylinder forming a long narrow part of something", "shank"], ["radical", "(linguistics) the form of a word after all affixes are removed", "radical"], ["theme", "(linguistics) the form of a word after all affixes are removed", "theme"], ["base", "(linguistics) the form of a word after all affixes are removed", "base"], ["stem turn", "a turn made in skiing; the back of one ski is forced outward and the other ski is brought parallel to it", "stem turn"], ["fore", "front part of a vessel or aircraft", "fore"], ["root", "(linguistics) the form of a word after all affixes are removed", "root"]]}, {"answer": "stemma", "hint": "synonyms for stemma", "clues": [["bloodline", "the descendants of one individual", "bloodline"], ["line", "the descendants of one individual", "line"], ["lineage", "the descendants of one individual", "lineage"], ["origin", "the descendants of one individual", "origin"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stock", "the descendants of one individual", "stock"], ["ancestry", "the descendants of one individual", "ancestry"], ["line of descent", "the descendants of one individual", "line of descent"], ["parentage", "the descendants of one individual", "parentage"], ["descent", "the descendants of one individual", "descent"]]}, {"answer": "stench", "hint": "synonyms for stench", "clues": [["fetor", "a distinctive odor that is offensively unpleasant", "fetor"], ["reek", "a distinctive odor that is offensively unpleasant", "reek"], ["mephitis", "a distinctive odor that is offensively unpleasant", "mephitis"], ["stink", "a distinctive odor that is offensively unpleasant", "stink"], ["malodour", "a distinctive odor that is offensively unpleasant", "malodour"]]}, {"answer": "step", "hint": "synonyms for step", "clues": [["footprint", "a mark of a foot or shoe on a surface", "footprint"], ["footstep", "the distance covered by a step", "footstep"], ["whole tone", "a musical interval of two semitones", "whole tone"], ["footmark", "a mark of a foot or shoe on a surface", "footmark"], ["tone", "a musical interval of two semitones", "tone"], ["footfall", "the sound of a step of someone walking", "footfall"], ["whole step", "a musical interval of two semitones", "whole step"], ["pace", "the distance covered by a step", "pace"], ["stone's throw", "a short distance", "stone's throw"], ["stair", "support consisting of a place to rest the foot while ascending or descending a stairway", "stair"], ["measure", "any maneuver made as part of progress toward a goal", "measure"], ["dance step", "a sequence of foot movements that make up a particular dance", "dance step"], ["stride", "the distance covered by a step", "stride"]]}, {"answer": "steps", "hint": "synonyms for steps", "clues": [["step", "the sound of a step of someone walking", "step"], ["tone", "a musical interval of two semitones", "tone"], ["stairs", "a flight of stairs or a flight of steps", "stairs"], ["footstep", "the sound of a step of someone walking", "footstep"], ["stone's throw", "a short distance", "stone's throw"], ["dance step", "a sequence of foot movements that make up a particular dance", "dance step"], ["stride", "the distance covered by a step", "stride"], ["whole tone", "a musical interval of two semitones", "whole tone"], ["footprint", "a mark of a foot or shoe on a surface", "footprint"], ["footmark", "a mark of a foot or shoe on a surface", "footmark"], ["footfall", "the sound of a step of someone walking", "footfall"], ["whole step", "a musical interval of two semitones", "whole step"], ["pace", "the distance covered by a step", "pace"], ["measure", "any maneuver made as part of progress toward a goal", "measure"]]}, {"answer": "stetson", "hint": "synonyms for stetson", "clues": [["fedora", "a hat made of felt with a creased crown", "fedora"], ["homburg", "a hat made of felt with a creased crown", "homburg"], ["felt hat", "a hat made of felt with a creased crown", "felt hat"], ["trilby", "a hat made of felt with a creased crown", "trilby"]]}, {"answer": "stick", "hint": "synonyms for stick", "clues": [["control stick", "a lever used by a pilot to control the ailerons and elevators of an airplane", "control stick"], ["reefer", "marijuana leaves rolled into a cigarette for smoking", "reefer"], ["joystick", "a lever used by a pilot to control the ailerons and elevators of an airplane", "joystick"], ["marijuana cigarette", "marijuana leaves rolled into a cigarette for smoking", "marijuana cigarette"], ["joint", "marijuana leaves rolled into a cigarette for smoking", "joint"], ["spliff", "marijuana leaves rolled into a cigarette for smoking", "spliff"]]}, {"answer": "sticker", "hint": "synonyms for sticker", "clues": [["toughie", "a particularly difficult or baffling question or problem", "toughie"], ["gummed label", "an adhesive label", "gummed label"], ["poser", "a particularly difficult or baffling question or problem", "poser"], ["stumper", "a particularly difficult or baffling question or problem", "stumper"], ["dagger", "a short knife with a pointed blade used for piercing or stabbing", "dagger"], ["paster", "an adhesive label", "paster"]]}, {"answer": "stiffness", "hint": "synonyms for stiffness", "clues": [["clumsiness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "clumsiness"], ["severity", "excessive sternness", "severity"], ["rigor", "excessive sternness", "rigor"], ["severeness", "excessive sternness", "severeness"], ["rigorousness", "excessive sternness", "rigorousness"], ["harshness", "excessive sternness", "harshness"], ["awkwardness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "awkwardness"], ["inclemency", "excessive sternness", "inclemency"], ["hardness", "excessive sternness", "hardness"], ["gracelessness", "the inelegance of someone stiff and unrelaxed (as by embarrassment)", "gracelessness"]]}, {"answer": "stigmata", "hint": "synonyms for stigmata", "clues": [["stigma", "a symbol of disgrace or infamy; --Genesis", "stigma"], ["stain", "a symbol of disgrace or infamy; --Genesis", "stain"], ["brand", "a symbol of disgrace or infamy; --Genesis", "brand"], ["mark", "a symbol of disgrace or infamy; --Genesis", "mark"]]}, {"answer": "stimulation", "hint": "synonyms for stimulation", "clues": [["stimulus", "any stimulating information or event; acts to arouse action", "stimulus"], ["foreplay", "mutual sexual fondling prior to sexual intercourse", "foreplay"], ["input", "any stimulating information or event; acts to arouse action", "input"], ["arousal", "mutual sexual fondling prior to sexual intercourse", "arousal"], ["stimulant", "any stimulating information or event; acts to arouse action", "stimulant"]]}, {"answer": "sting", "hint": "synonyms for sting", "clues": [["con", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con"], ["con game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "con game"], ["confidence game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence game"], ["gyp", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "gyp"], ["confidence trick", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "confidence trick"], ["bunko", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko"], ["hustle", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "hustle"], ["bunko game", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunko game"], ["bunco", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "bunco"], ["flimflam", "a swindle in which you cheat at gambling or persuade a person to buy worthless property", "flimflam"]]}, {"answer": "stink", "hint": "synonyms for stink", "clues": [["fetor", "a distinctive odor that is offensively unpleasant", "fetor"], ["reek", "a distinctive odor that is offensively unpleasant", "reek"], ["stench", "a distinctive odor that is offensively unpleasant", "stench"], ["mephitis", "a distinctive odor that is offensively unpleasant", "mephitis"], ["malodour", "a distinctive odor that is offensively unpleasant", "malodour"]]}, {"answer": "stinkiness", "hint": "synonyms for stinkiness", "clues": [["malodorousness", "the attribute of having a strong offensive smell", "malodorousness"], ["foulness", "the attribute of having a strong offensive smell", "foulness"], ["rankness", "the attribute of having a strong offensive smell", "rankness"], ["fetidness", "the attribute of having a strong offensive smell", "fetidness"]]}, {"answer": "stir", "hint": "synonyms for stir", "clues": [["ado", "a rapid active commotion", "ado"], ["fuss", "a rapid active commotion", "fuss"], ["hustle", "a rapid active commotion", "hustle"], ["bustle", "a rapid active commotion", "bustle"], ["flurry", "a rapid active commotion", "flurry"]]}, {"answer": "stocks", "hint": "synonyms for stocks", "clues": [["stock", "a supply of something available for future use", "stock"], ["line", "the descendants of one individual", "line"], ["origin", "the descendants of one individual", "origin"], ["neckcloth", "an ornamental white cravat", "neckcloth"], ["blood", "the descendants of one individual", "blood"], ["pedigree", "the descendants of one individual", "pedigree"], ["stemma", "the descendants of one individual", "stemma"], ["descent", "the descendants of one individual", "descent"], ["line of descent", "the descendants of one individual", "line of descent"], ["blood line", "the descendants of one individual", "blood line"], ["gunstock", "the handle of a handgun or the butt end of a rifle or shotgun or part of the support of a machine gun or artillery gun", "gunstock"], ["breed", "a special variety of domesticated animals within a species", "breed"], ["inventory", "the merchandise that a shop has on hand", "inventory"], ["broth", "liquid in which meat and vegetables are simmered; used as a basis for e.g. soups or sauces", "broth"], ["lineage", "the descendants of one individual", "lineage"], ["strain", "a special variety of domesticated animals within a species", "strain"], ["store", "a supply of something available for future use", "store"], ["fund", "a supply of something available for future use", "fund"], ["ancestry", "the descendants of one individual", "ancestry"], ["stock certificate", "a certificate documenting the shareholder's ownership in the corporation", "stock certificate"], ["parentage", "the descendants of one individual", "parentage"]]}, {"answer": "stolidity", "hint": "synonyms for stolidity", "clues": [["impassivity", "apathy demonstrated by an absence of emotional reactions", "impassivity"], ["indifference", "apathy demonstrated by an absence of emotional reactions", "indifference"], ["phlegm", "apathy demonstrated by an absence of emotional reactions", "phlegm"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions", "impassiveness"], ["unemotionality", "apathy demonstrated by an absence of emotional reactions", "unemotionality"], ["stoicism", "an indifference to pleasure or pain", "stoicism"], ["stolidness", "an indifference to pleasure or pain", "stolidness"], ["emotionlessness", "apathy demonstrated by an absence of emotional reactions", "emotionlessness"]]}, {"answer": "stool", "hint": "synonyms for stool", "clues": [["can", "a plumbing fixture for defecation and urination", "can"], ["dejection", "solid excretory product evacuated from the bowels", "dejection"], ["potty", "a plumbing fixture for defecation and urination", "potty"], ["pot", "a plumbing fixture for defecation and urination", "pot"], ["faeces", "solid excretory product evacuated from the bowels", "faeces"], ["toilet", "a plumbing fixture for defecation and urination", "toilet"], ["throne", "a plumbing fixture for defecation and urination", "throne"], ["faecal matter", "solid excretory product evacuated from the bowels", "faecal matter"], ["ordure", "solid excretory product evacuated from the bowels", "ordure"], ["commode", "a plumbing fixture for defecation and urination", "commode"], ["crapper", "a plumbing fixture for defecation and urination", "crapper"]]}, {"answer": "stop", "hint": "synonyms for stop", "clues": [["halt", "the event of something ending", "halt"], ["closure", "an obstruction in a pipe or tube", "closure"], ["stoppage", "an obstruction in a pipe or tube", "stoppage"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "occlusive"], ["diaphragm", "a mechanical device in a camera that controls size of aperture of the lens", "diaphragm"], ["occlusion", "an obstruction in a pipe or tube", "occlusion"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive speech sound"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full stop"], ["blockage", "an obstruction in a pipe or tube", "blockage"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive"], ["catch", "a restraint that checks the motion of something", "catch"], ["stopover", "a brief stay in the course of a journey", "stopover"], ["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full point"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "period"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive consonant"], ["block", "an obstruction in a pipe or tube", "block"], ["layover", "a brief stay in the course of a journey", "layover"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "point"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop consonant"]]}, {"answer": "stop_consonant", "hint": "synonyms for stop consonant", "clues": [["stop", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive consonant"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "occlusive"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive speech sound"]]}, {"answer": "stoppage", "hint": "synonyms for stoppage", "clues": [["closure", "an obstruction in a pipe or tube", "closure"], ["block", "an obstruction in a pipe or tube", "block"], ["blockage", "an obstruction in a pipe or tube", "blockage"], ["stop", "an obstruction in a pipe or tube", "stop"], ["occlusion", "an obstruction in a pipe or tube", "occlusion"]]}, {"answer": "stopper", "hint": "synonyms for stopper", "clues": [["conversation stopper", "a remark to which there is no polite conversational reply", "conversation stopper"], ["showstopper", "an act so striking or impressive that the show must be delayed until the audience quiets down", "showstopper"], ["plug", "blockage consisting of an object designed to fill a hole tightly", "plug"], ["stopple", "blockage consisting of an object designed to fill a hole tightly", "stopple"]]}, {"answer": "stopping_point", "hint": "synonyms for stopping point", "clues": [["finale", "the temporal end; the concluding time", "finale"], ["close", "the temporal end; the concluding time", "close"], ["finish", "the temporal end; the concluding time", "finish"], ["last", "the temporal end; the concluding time", "last"], ["conclusion", "the temporal end; the concluding time", "conclusion"]]}, {"answer": "stops", "hint": "synonyms for stops", "clues": [["halt", "the event of something ending", "halt"], ["closure", "an obstruction in a pipe or tube", "closure"], ["stoppage", "an obstruction in a pipe or tube", "stoppage"], ["occlusive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "occlusive"], ["stop", "the act of stopping something", "stop"], ["diaphragm", "a mechanical device in a camera that controls size of aperture of the lens", "diaphragm"], ["occlusion", "an obstruction in a pipe or tube", "occlusion"], ["plosive speech sound", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive speech sound"], ["full stop", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full stop"], ["blockage", "an obstruction in a pipe or tube", "blockage"], ["plosive", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive"], ["catch", "a restraint that checks the motion of something", "catch"], ["stopover", "a brief stay in the course of a journey", "stopover"], ["full point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "full point"], ["plosive consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "plosive consonant"], ["period", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "period"], ["block", "an obstruction in a pipe or tube", "block"], ["layover", "a brief stay in the course of a journey", "layover"], ["boodle", "a gambling card game in which chips are placed on the ace and king and queen and jack of separate suits (taken from a separate deck); a player plays the lowest card of a suit in his hand and successively higher cards are played until the sequence stops; the player who plays a card matching one in the layout wins all the chips on that card", "boodle"], ["point", "a punctuation mark (.) placed at the end of a declarative sentence to indicate a full stop or after abbreviations", "point"], ["stop consonant", "a consonant produced by stopping the flow of air at some point and suddenly releasing it", "stop consonant"]]}, {"answer": "storage", "hint": "synonyms for storage", "clues": [["store", "an electronic memory device", "store"], ["memory", "an electronic memory device", "memory"], ["depot", "a depository for goods", "depot"], ["storehouse", "a depository for goods", "storehouse"], ["warehousing", "depositing in a warehouse", "warehousing"], ["entrepot", "a depository for goods", "entrepot"], ["computer storage", "an electronic memory device", "computer storage"], ["computer memory", "an electronic memory device", "computer memory"], ["repositing", "depositing in a warehouse", "repositing"], ["memory board", "an electronic memory device", "memory board"]]}, {"answer": "storage_area", "hint": "synonyms for storage area", "clues": [["cargo deck", "the space in a ship or aircraft for storing cargo", "cargo deck"], ["cargo hold", "the space in a ship or aircraft for storing cargo", "cargo hold"], ["hold", "the space in a ship or aircraft for storing cargo", "hold"], ["cargo area", "the space in a ship or aircraft for storing cargo", "cargo area"]]}, {"answer": "store", "hint": "synonyms for store", "clues": [["memory", "an electronic memory device", "memory"], ["depot", "a depository for goods", "depot"], ["stock", "a supply of something available for future use", "stock"], ["storage", "a depository for goods", "storage"], ["storehouse", "a depository for goods", "storehouse"], ["fund", "a supply of something available for future use", "fund"], ["shop", "a mercantile establishment for the retail sale of goods or services", "shop"], ["entrepot", "a depository for goods", "entrepot"], ["computer storage", "an electronic memory device", "computer storage"], ["computer memory", "an electronic memory device", "computer memory"], ["memory board", "an electronic memory device", "memory board"]]}, {"answer": "storehouse", "hint": "synonyms for storehouse", "clues": [["store", "a depository for goods", "store"], ["depot", "a depository for goods", "depot"], ["entrepot", "a depository for goods", "entrepot"], ["storage", "a depository for goods", "storage"]]}, {"answer": "storm_lamp", "hint": "synonyms for storm lamp", "clues": [["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lantern"], ["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lantern"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lamp"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "tornado lantern"]]}, {"answer": "storm_lantern", "hint": "synonyms for storm lantern", "clues": [["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lantern"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lamp"], ["tornado lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "tornado lantern"], ["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lamp"]]}, {"answer": "story", "hint": "synonyms for story", "clues": [["fib", "a trivial lie", "fib"], ["narrative", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "narrative"], ["tarradiddle", "a trivial lie", "tarradiddle"], ["narration", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "narration"], ["news report", "a short account of the news", "news report"], ["storey", "a structure consisting of a room or set of rooms at a single position along a vertical scale", "storey"], ["tale", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "tale"], ["chronicle", "a record or narrative description of past events", "chronicle"], ["account", "a record or narrative description of past events", "account"], ["report", "a short account of the news", "report"], ["history", "a record or narrative description of past events", "history"], ["level", "a structure consisting of a room or set of rooms at a single position along a vertical scale", "level"], ["write up", "a short account of the news", "write up"], ["floor", "a structure consisting of a room or set of rooms at a single position along a vertical scale", "floor"]]}, {"answer": "stoutness", "hint": "synonyms for stoutness", "clues": [["stalwartness", "the property of being strong and resolute", "stalwartness"], ["corpulence", "the property of excessive fatness", "corpulence"], ["adiposis", "the property of excessive fatness", "adiposis"], ["overweight", "the property of excessive fatness", "overweight"]]}, {"answer": "stove", "hint": "synonyms for stove", "clues": [["range", "a kitchen appliance used for cooking food", "range"], ["kitchen stove", "a kitchen appliance used for cooking food", "kitchen stove"], ["kitchen range", "a kitchen appliance used for cooking food", "kitchen range"], ["cooking stove", "a kitchen appliance used for cooking food", "cooking stove"]]}, {"answer": "stovepipe", "hint": "synonyms for stovepipe", "clues": [["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "topper"], ["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "top hat"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "opera hat"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "silk hat"], ["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "high hat"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "dress hat"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "beaver"]]}, {"answer": "strain", "hint": "synonyms for strain", "clues": [["form", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "form"], ["striving", "an effortful attempt to attain a goal", "striving"], ["breed", "a special variety of domesticated animals within a species", "breed"], ["melody", "a succession of notes forming a distinctive sequence", "melody"], ["stock", "a special variety of domesticated animals within a species", "stock"], ["pains", "an effortful attempt to attain a goal", "pains"], ["straining", "an intense or violent exertion", "straining"], ["line", "a succession of notes forming a distinctive sequence", "line"], ["tenor", "the general meaning or substance of an utterance", "tenor"], ["melodic line", "a succession of notes forming a distinctive sequence", "melodic line"], ["nisus", "an effortful attempt to attain a goal", "nisus"], ["variant", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "variant"], ["air", "a succession of notes forming a distinctive sequence", "air"], ["var.", "(biology) a group of organisms within a species that differ in trivial ways from similar groups", "var."], ["tune", "a succession of notes forming a distinctive sequence", "tune"], ["song", "the act of singing", "song"], ["melodic phrase", "a succession of notes forming a distinctive sequence", "melodic phrase"]]}, {"answer": "straits", "hint": "synonyms for straits", "clues": [["pass", "a difficult juncture", "pass"], ["sound", "a narrow channel of the sea joining two larger bodies of water", "sound"], ["strait", "a narrow channel of the sea joining two larger bodies of water", "strait"], ["head", "a difficult juncture", "head"]]}, {"answer": "strand", "hint": "synonyms for strand", "clues": [["chain", "a necklace made by a stringing objects together", "chain"], ["fibril", "a very slender natural or synthetic fiber", "fibril"], ["filament", "a very slender natural or synthetic fiber", "filament"], ["string", "a necklace made by a stringing objects together", "string"]]}, {"answer": "stratagem", "hint": "synonyms for stratagem", "clues": [["gambit", "a maneuver in a game or conversation", "gambit"], ["contrivance", "an elaborate or deceitful scheme contrived to deceive or evade", "contrivance"], ["ploy", "a maneuver in a game or conversation", "ploy"], ["dodge", "an elaborate or deceitful scheme contrived to deceive or evade", "dodge"]]}, {"answer": "stratum", "hint": "synonyms for stratum", "clues": [["level", "an abstract place usually conceived as having depth", "level"], ["class", "people having the same social, economic, or educational status", "class"], ["layer", "an abstract place usually conceived as having depth", "layer"], ["socio-economic class", "people having the same social, economic, or educational status", "socio-economic class"], ["social class", "people having the same social, economic, or educational status", "social class"]]}, {"answer": "straw_hat", "hint": "synonyms for straw hat", "clues": [["skimmer", "a stiff hat made of straw with a flat crown", "skimmer"], ["sailor", "a stiff hat made of straw with a flat crown", "sailor"], ["leghorn", "a stiff hat made of straw with a flat crown", "leghorn"], ["boater", "a stiff hat made of straw with a flat crown", "boater"]]}, {"answer": "straw_man", "hint": "synonyms for straw man", "clues": [["strawman", "a weak or sham argument set up to be easily refuted", "strawman"], ["bird-scarer", "an effigy in the shape of a man to frighten birds away from seeds", "bird-scarer"], ["scarer", "an effigy in the shape of a man to frighten birds away from seeds", "scarer"], ["scarecrow", "an effigy in the shape of a man to frighten birds away from seeds", "scarecrow"]]}, {"answer": "strawman", "hint": "synonyms for strawman", "clues": [["straw man", "an effigy in the shape of a man to frighten birds away from seeds", "straw man"], ["bird-scarer", "an effigy in the shape of a man to frighten birds away from seeds", "bird-scarer"], ["scarer", "an effigy in the shape of a man to frighten birds away from seeds", "scarer"], ["scarecrow", "an effigy in the shape of a man to frighten birds away from seeds", "scarecrow"]]}, {"answer": "streamer", "hint": "synonyms for streamer", "clues": [["pennon", "a long flag; often tapering", "pennon"], ["banner", "long strip of cloth or paper used for decoration or advertising", "banner"], ["waft", "a long flag; often tapering", "waft"], ["pennant", "a long flag; often tapering", "pennant"]]}, {"answer": "streamlet", "hint": "synonyms for streamlet", "clues": [["rill", "a small stream", "rill"], ["rivulet", "a small stream", "rivulet"], ["run", "a small stream", "run"], ["runnel", "a small stream", "runnel"]]}, {"answer": "street_organ", "hint": "synonyms for street organ", "clues": [["hand organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hand organ"], ["grind organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "grind organ"], ["hurdy-gurdy", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "hurdy-gurdy"], ["barrel organ", "a musical instrument that makes music by rotation of a cylinder studded with pegs", "barrel organ"]]}, {"answer": "streetcar", "hint": "synonyms for streetcar", "clues": [["tram", "a wheeled vehicle that runs on rails and is propelled by electricity", "tram"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley car"], ["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley"], ["tramcar", "a wheeled vehicle that runs on rails and is propelled by electricity", "tramcar"]]}, {"answer": "strength", "hint": "synonyms for strength", "clues": [["forcefulness", "physical energy or intensity", "forcefulness"], ["strong point", "an asset of special worth or utility", "strong point"], ["durability", "permanence by virtue of the power to resist stress or force", "durability"], ["long suit", "an asset of special worth or utility", "long suit"], ["enduringness", "permanence by virtue of the power to resist stress or force", "enduringness"], ["forte", "an asset of special worth or utility", "forte"], ["strong suit", "an asset of special worth or utility", "strong suit"], ["military posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military posture"], ["intensity level", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)", "intensity level"], ["persuasiveness", "the power to induce the taking of a course of action or the embracing of a point of view by means of argument or entreaty", "persuasiveness"], ["metier", "an asset of special worth or utility", "metier"], ["lastingness", "permanence by virtue of the power to resist stress or force", "lastingness"], ["intensity", "the amount of energy transmitted (as by acoustic or electromagnetic radiation)", "intensity"], ["force", "physical energy or intensity", "force"], ["specialty", "an asset of special worth or utility", "specialty"], ["posture", "capability in terms of personnel and materiel that affect the capacity to fight a war", "posture"], ["military strength", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military strength"], ["effectiveness", "capacity to produce strong physiological or chemical effects", "effectiveness"], ["military capability", "capability in terms of personnel and materiel that affect the capacity to fight a war", "military capability"], ["potency", "capacity to produce strong physiological or chemical effects", "potency"]]}, {"answer": "stride", "hint": "synonyms for stride", "clues": [["step", "the distance covered by a step", "step"], ["footstep", "the distance covered by a step", "footstep"], ["tread", "a step in walking or running", "tread"], ["pace", "the distance covered by a step", "pace"]]}, {"answer": "strike", "hint": "synonyms for strike", "clues": [["work stoppage", "a group's refusal to work in protest against low pay or bad work conditions", "work stoppage"], ["ten-strike", "a score in tenpins: knocking down all ten with the first ball", "ten-strike"], ["smash", "a conspicuous success", "smash"], ["smasher", "a conspicuous success", "smasher"], ["hit", "a conspicuous success", "hit"], ["tap", "a gentle blow", "tap"], ["bang", "a conspicuous success", "bang"], ["rap", "a gentle blow", "rap"]]}, {"answer": "string", "hint": "synonyms for string", "clues": [["train", "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding", "train"], ["drawing string", "a tie consisting of a cord that goes through a seam around an opening", "drawing string"], ["cosmic string", "(cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop", "cosmic string"], ["drawstring", "a tie consisting of a cord that goes through a seam around an opening", "drawstring"], ["strand", "a necklace made by a stringing objects together", "strand"], ["chain", "a necklace made by a stringing objects together", "chain"], ["twine", "a lightweight cord", "twine"], ["bowed stringed instrument", "stringed instruments that are played with a bow", "bowed stringed instrument"]]}, {"answer": "string_bass", "hint": "synonyms for string bass", "clues": [["contrabass", "largest and lowest member of the violin family", "contrabass"], ["double bass", "largest and lowest member of the violin family", "double bass"], ["bass viol", "largest and lowest member of the violin family", "bass viol"], ["bull fiddle", "largest and lowest member of the violin family", "bull fiddle"], ["bass fiddle", "largest and lowest member of the violin family", "bass fiddle"]]}, {"answer": "strings", "hint": "synonyms for strings", "clues": [["train", "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding", "train"], ["cosmic string", "(cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop", "cosmic string"], ["string", "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding", "string"], ["string section", "the section of an orchestra that plays stringed instruments", "string section"], ["drawing string", "a tie consisting of a cord that goes through a seam around an opening", "drawing string"], ["chain", "a necklace made by a stringing objects together", "chain"], ["bowed stringed instrument", "stringed instruments that are played with a bow", "bowed stringed instrument"], ["drawstring", "a tie consisting of a cord that goes through a seam around an opening", "drawstring"], ["strand", "a necklace made by a stringing objects together", "strand"], ["twine", "a lightweight cord", "twine"]]}, {"answer": "strip", "hint": "synonyms for strip", "clues": [["landing strip", "an airfield without normal airport facilities", "landing strip"], ["slip", "artifact consisting of a narrow flat piece of material", "slip"], ["airstrip", "an airfield without normal airport facilities", "airstrip"], ["comic strip", "a sequence of drawings telling a story in a newspaper or comic book", "comic strip"], ["cartoon strip", "a sequence of drawings telling a story in a newspaper or comic book", "cartoon strip"], ["strip show", "a form of erotic entertainment in which a dancer gradually undresses to music", "strip show"], ["flight strip", "an airfield without normal airport facilities", "flight strip"], ["funnies", "a sequence of drawings telling a story in a newspaper or comic book", "funnies"], ["striptease", "a form of erotic entertainment in which a dancer gradually undresses to music", "striptease"]]}, {"answer": "stripe", "hint": "synonyms for stripe", "clues": [["banding", "an adornment consisting of a strip of a contrasting color or material", "banding"], ["bar", "a narrow marking of a different color or texture from the background", "bar"], ["stripes", "V-shaped sleeve badge indicating military rank and service", "stripes"], ["streak", "a narrow marking of a different color or texture from the background", "streak"], ["chevron", "V-shaped sleeve badge indicating military rank and service", "chevron"], ["grade insignia", "V-shaped sleeve badge indicating military rank and service", "grade insignia"]]}, {"answer": "stripes", "hint": "synonyms for stripes", "clues": [["banding", "an adornment consisting of a strip of a contrasting color or material", "banding"], ["stripe", "a narrow marking of a different color or texture from the background", "stripe"], ["bar", "a narrow marking of a different color or texture from the background", "bar"], ["streak", "a narrow marking of a different color or texture from the background", "streak"], ["chevron", "V-shaped sleeve badge indicating military rank and service", "chevron"], ["grade insignia", "V-shaped sleeve badge indicating military rank and service", "grade insignia"]]}, {"answer": "stripping", "hint": "synonyms for stripping", "clues": [["husking", "the removal of covering", "husking"], ["denudation", "the removal of covering", "denudation"], ["uncovering", "the removal of covering", "uncovering"], ["baring", "the removal of covering", "baring"]]}, {"answer": "stroke", "hint": "synonyms for stroke", "clues": [["diagonal", "a punctuation mark (/) used to separate related items of information", "diagonal"], ["separatrix", "a punctuation mark (/) used to separate related items of information", "separatrix"], ["shot", "(sports) the act of swinging or striking at a ball with a club or racket or bat or cue or hand", "shot"], ["throw", "the maximum movement available to a pivoted or reciprocating piece by a cam", "throw"], ["chance event", "anything that happens suddenly or by chance without an apparent cause", "chance event"], ["stroking", "a light touch with the hands", "stroking"], ["cam stroke", "the maximum movement available to a pivoted or reciprocating piece by a cam", "cam stroke"], ["solidus", "a punctuation mark (/) used to separate related items of information", "solidus"], ["slash", "a punctuation mark (/) used to separate related items of information", "slash"], ["fortuity", "anything that happens suddenly or by chance without an apparent cause", "fortuity"], ["virgule", "a punctuation mark (/) used to separate related items of information", "virgule"], ["accident", "anything that happens suddenly or by chance without an apparent cause", "accident"]]}, {"answer": "stroll", "hint": "synonyms for stroll", "clues": [["promenade", "a leisurely walk (usually in some public place)", "promenade"], ["amble", "a leisurely walk (usually in some public place)", "amble"], ["perambulation", "a leisurely walk (usually in some public place)", "perambulation"], ["saunter", "a leisurely walk (usually in some public place)", "saunter"]]}, {"answer": "stroller", "hint": "synonyms for stroller", "clues": [["pram", "a small vehicle with four wheels in which a baby or child is pushed around", "pram"], ["carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "carriage"], ["go-cart", "a small vehicle with four wheels in which a baby or child is pushed around", "go-cart"], ["pushchair", "a small vehicle with four wheels in which a baby or child is pushed around", "pushchair"], ["baby buggy", "a small vehicle with four wheels in which a baby or child is pushed around", "baby buggy"], ["pusher", "a small vehicle with four wheels in which a baby or child is pushed around", "pusher"], ["baby carriage", "a small vehicle with four wheels in which a baby or child is pushed around", "baby carriage"], ["perambulator", "a small vehicle with four wheels in which a baby or child is pushed around", "perambulator"]]}, {"answer": "strong_drink", "hint": "synonyms for strong drink", "clues": [["spirits", "an alcoholic beverage that is distilled rather than fermented", "spirits"], ["liquor", "an alcoholic beverage that is distilled rather than fermented", "liquor"], ["booze", "an alcoholic beverage that is distilled rather than fermented", "booze"], ["hard liquor", "an alcoholic beverage that is distilled rather than fermented", "hard liquor"], ["hard drink", "an alcoholic beverage that is distilled rather than fermented", "hard drink"]]}, {"answer": "strong_point", "hint": "synonyms for strong point", "clues": [["strength", "an asset of special worth or utility", "strength"], ["speciality", "an asset of special worth or utility", "speciality"], ["long suit", "an asset of special worth or utility", "long suit"], ["metier", "an asset of special worth or utility", "metier"], ["forte", "an asset of special worth or utility", "forte"], ["strong suit", "an asset of special worth or utility", "strong suit"]]}, {"answer": "strong_suit", "hint": "synonyms for strong suit", "clues": [["strength", "an asset of special worth or utility", "strength"], ["speciality", "an asset of special worth or utility", "speciality"], ["strong point", "an asset of special worth or utility", "strong point"], ["long suit", "an asset of special worth or utility", "long suit"], ["metier", "an asset of special worth or utility", "metier"], ["forte", "an asset of special worth or utility", "forte"]]}, {"answer": "structure", "hint": "synonyms for structure", "clues": [["construction", "a thing constructed; a complex entity constructed of many parts", "construction"], ["social structure", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social structure"], ["social organization", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social organization"], ["social system", "the people in a society considered as a system organized by a characteristic pattern of relationships", "social system"]]}, {"answer": "stub", "hint": "synonyms for stub", "clues": [["counterfoil", "the part of a check that is retained as a record", "counterfoil"], ["nub", "a small piece", "nub"], ["butt", "the small unused part of something (especially the end of a cigarette that is left after smoking)", "butt"], ["check stub", "the part of a check that is retained as a record", "check stub"], ["ticket stub", "a torn part of a ticket returned to the holder as a receipt", "ticket stub"]]}, {"answer": "stubble", "hint": "synonyms for stubble", "clues": [["shuck", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "shuck"], ["chaff", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "chaff"], ["straw", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "straw"], ["husk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "husk"], ["stalk", "material consisting of seed coverings and small pieces of stem or leaves that have been separated from the seeds", "stalk"]]}, {"answer": "stubbornness", "hint": "synonyms for stubbornness", "clues": [["obstinacy", "the trait of being difficult to handle or overcome", "obstinacy"], ["obstinance", "resolute adherence to your own ideas or desires", "obstinance"], ["bullheadedness", "resolute adherence to your own ideas or desires", "bullheadedness"], ["self-will", "resolute adherence to your own ideas or desires", "self-will"], ["mulishness", "the trait of being difficult to handle or overcome", "mulishness"], ["pigheadedness", "resolute adherence to your own ideas or desires", "pigheadedness"]]}, {"answer": "student_residence", "hint": "synonyms for student residence", "clues": [["dormitory", "a college or university building containing living quarters for students", "dormitory"], ["hall", "a college or university building containing living quarters for students", "hall"], ["residence hall", "a college or university building containing living quarters for students", "residence hall"], ["dorm", "a college or university building containing living quarters for students", "dorm"]]}, {"answer": "study", "hint": "synonyms for study", "clues": [["field of study", "a branch of knowledge", "field of study"], ["subject area", "a branch of knowledge", "subject area"], ["field", "a branch of knowledge", "field"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["survey", "a detailed critical inspection", "survey"], ["subject field", "a branch of knowledge", "subject field"], ["written report", "a written document describing the findings of some individual or group", "written report"], ["cogitation", "attentive consideration and meditation", "cogitation"], ["work", "applying the mind to learning and understanding a subject (especially by reading)", "work"], ["subject", "a branch of knowledge", "subject"], ["discipline", "a branch of knowledge", "discipline"], ["sketch", "preliminary drawing for later elaboration", "sketch"], ["report", "a written document describing the findings of some individual or group", "report"]]}, {"answer": "stuff", "hint": "synonyms for stuff", "clues": [["material", "the tangible substance that goes into the makeup of a physical object", "material"], ["clobber", "informal terms for personal possessions", "clobber"], ["hooey", "senseless talk", "hooey"], ["stuff and nonsense", "senseless talk", "stuff and nonsense"], ["poppycock", "senseless talk", "poppycock"]]}, {"answer": "stultification", "hint": "synonyms for stultification", "clues": [["constipation", "the act of making something futile and useless (as by routine)", "constipation"], ["deadening", "the act of making something futile and useless (as by routine)", "deadening"], ["befooling", "derision of someone or something as foolish or absurd or inconsistent", "befooling"], ["impairment", "the act of making something futile and useless (as by routine)", "impairment"]]}, {"answer": "stumble", "hint": "synonyms for stumble", "clues": [["misstep", "an unintentional but embarrassing blunder", "misstep"], ["trip", "an unintentional but embarrassing blunder", "trip"], ["stagger", "an unsteady uneven gait", "stagger"], ["trip-up", "an unintentional but embarrassing blunder", "trip-up"], ["lurch", "an unsteady uneven gait", "lurch"]]}, {"answer": "stump", "hint": "synonyms for stump", "clues": [["ambo", "a platform raised above the surrounding level to give prominence to the person on it", "ambo"], ["pulpit", "a platform raised above the surrounding level to give prominence to the person on it", "pulpit"], ["dais", "a platform raised above the surrounding level to give prominence to the person on it", "dais"], ["podium", "a platform raised above the surrounding level to give prominence to the person on it", "podium"], ["soapbox", "a platform raised above the surrounding level to give prominence to the person on it", "soapbox"], ["rostrum", "a platform raised above the surrounding level to give prominence to the person on it", "rostrum"]]}, {"answer": "stupidity", "hint": "synonyms for stupidity", "clues": [["folly", "a stupid mistake", "folly"], ["betise", "a stupid mistake", "betise"], ["imbecility", "a stupid mistake", "imbecility"], ["foolishness", "a stupid mistake", "foolishness"]]}, {"answer": "stupor", "hint": "synonyms for stupor", "clues": [["shock", "the feeling of distress and disbelief that you have when something bad happens accidentally", "shock"], ["stupefaction", "marginal consciousness", "stupefaction"], ["daze", "the feeling of distress and disbelief that you have when something bad happens accidentally", "daze"], ["grogginess", "marginal consciousness", "grogginess"], ["semiconsciousness", "marginal consciousness", "semiconsciousness"]]}, {"answer": "style", "hint": "synonyms for style", "clues": [["stylus", "a pointed tool for writing or drawing or engraving", "stylus"], ["dash", "distinctive and stylish elegance", "dash"], ["trend", "the popular taste at a given time", "trend"], ["way", "how something is done or how it happens", "way"], ["panache", "distinctive and stylish elegance", "panache"], ["elan", "distinctive and stylish elegance", "elan"], ["fashion", "how something is done or how it happens", "fashion"], ["vogue", "the popular taste at a given time", "vogue"], ["flair", "distinctive and stylish elegance", "flair"], ["mode", "how something is done or how it happens", "mode"], ["expressive style", "a way of expressing something (in language or art or music etc.) that is characteristic of a particular person or group of people or period", "expressive style"], ["manner", "how something is done or how it happens", "manner"]]}, {"answer": "stylishness", "hint": "synonyms for stylishness", "clues": [["modishness", "elegance by virtue of being fashionable", "modishness"], ["chichi", "elegance by virtue of being fashionable", "chichi"], ["chic", "elegance by virtue of being fashionable", "chic"], ["last word", "elegance by virtue of being fashionable", "last word"], ["chicness", "elegance by virtue of being fashionable", "chicness"], ["smartness", "elegance by virtue of being fashionable", "smartness"], ["swank", "elegance by virtue of being fashionable", "swank"]]}, {"answer": "sub", "hint": "synonyms for sub", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["submarine", "a submersible warship usually armed with torpedoes", "submarine"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["pigboat", "a submersible warship usually armed with torpedoes", "pigboat"]]}, {"answer": "subdivision", "hint": "synonyms for subdivision", "clues": [["subsection", "a section of a section; a part of a part; i.e., a part of something already divided", "subsection"], ["arm", "a division of some larger or more complex organization", "arm"], ["branch", "a division of some larger or more complex organization", "branch"], ["section", "a self-contained part of a larger composition (written or musical)", "section"]]}, {"answer": "subject_area", "hint": "synonyms for subject area", "clues": [["field of study", "a branch of knowledge", "field of study"], ["field", "a branch of knowledge", "field"], ["study", "a branch of knowledge", "study"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["subject", "a branch of knowledge", "subject"], ["subject field", "a branch of knowledge", "subject field"], ["discipline", "a branch of knowledge", "discipline"]]}, {"answer": "subject_field", "hint": "synonyms for subject field", "clues": [["field of study", "a branch of knowledge", "field of study"], ["subject area", "a branch of knowledge", "subject area"], ["field", "a branch of knowledge", "field"], ["study", "a branch of knowledge", "study"], ["bailiwick", "a branch of knowledge", "bailiwick"], ["subject", "a branch of knowledge", "subject"], ["discipline", "a branch of knowledge", "discipline"]]}, {"answer": "subjugation", "hint": "synonyms for subjugation", "clues": [["conquering", "the act of conquering", "conquering"], ["oppression", "the act of subjugating by cruelty", "oppression"], ["subjection", "the act of conquering", "subjection"], ["conquest", "the act of conquering", "conquest"]]}, {"answer": "submarine_sandwich", "hint": "synonyms for submarine sandwich", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "submersion", "hint": "synonyms for submersion", "clues": [["submerging", "sinking until covered completely with water", "submerging"], ["immersion", "the act of wetting something by submerging it", "immersion"], ["submergence", "sinking until covered completely with water", "submergence"], ["dousing", "the act of wetting something by submerging it", "dousing"], ["ducking", "the act of wetting something by submerging it", "ducking"]]}, {"answer": "subnormality", "hint": "synonyms for subnormality", "clues": [["retardation", "lack of normal development of intellectual capacities", "retardation"], ["slowness", "lack of normal development of intellectual capacities", "slowness"], ["backwardness", "lack of normal development of intellectual capacities", "backwardness"], ["mental retardation", "lack of normal development of intellectual capacities", "mental retardation"]]}, {"answer": "subprogram", "hint": "synonyms for subprogram", "clues": [["subroutine", "a set sequence of steps, part of larger computer program", "subroutine"], ["procedure", "a set sequence of steps, part of larger computer program", "procedure"], ["function", "a set sequence of steps, part of larger computer program", "function"], ["routine", "a set sequence of steps, part of larger computer program", "routine"]]}, {"answer": "subroutine", "hint": "synonyms for subroutine", "clues": [["subprogram", "a set sequence of steps, part of larger computer program", "subprogram"], ["procedure", "a set sequence of steps, part of larger computer program", "procedure"], ["function", "a set sequence of steps, part of larger computer program", "function"], ["routine", "a set sequence of steps, part of larger computer program", "routine"]]}, {"answer": "subscriber_line", "hint": "synonyms for subscriber line", "clues": [["telephone circuit", "a telephone connection", "telephone circuit"], ["phone line", "a telephone connection", "phone line"], ["line", "a telephone connection", "line"], ["telephone line", "a telephone connection", "telephone line"]]}, {"answer": "subsidence", "hint": "synonyms for subsidence", "clues": [["remittal", "an abatement in intensity or degree (as in the manifestations of a disease)", "remittal"], ["subsiding", "a gradual sinking to a lower level", "subsiding"], ["settling", "a gradual sinking to a lower level", "settling"], ["cave in", "the sudden collapse of something into a hollow beneath it", "cave in"], ["remission", "an abatement in intensity or degree (as in the manifestations of a disease)", "remission"]]}, {"answer": "substance", "hint": "synonyms for substance", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["subject matter", "what a communication that is about something is about", "subject matter"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["means", "considerable capital (wealth or income)", "means"], ["meaning", "the idea that is intended", "meaning"], ["sum", "the choicest or most essential or most vital part of some idea or experience", "sum"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["message", "what a communication that is about something is about", "message"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["content", "what a communication that is about something is about", "content"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"]]}, {"answer": "substantiation", "hint": "synonyms for substantiation", "clues": [["validation", "the act of validating; finding or testing the truth of something", "validation"], ["proof", "the act of validating; finding or testing the truth of something", "proof"], ["confirmation", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "confirmation"], ["verification", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "verification"], ["check", "additional proof that something that was believed (some fact or hypothesis or theory) is correct", "check"]]}, {"answer": "substitution", "hint": "synonyms for substitution", "clues": [["commutation", "the act of putting one thing or person in the place of another:", "commutation"], ["switch", "an event in which one thing is substituted for another", "switch"], ["transposition", "an event in which one thing is substituted for another", "transposition"], ["exchange", "the act of putting one thing or person in the place of another:", "exchange"], ["replacement", "an event in which one thing is substituted for another", "replacement"], ["permutation", "an event in which one thing is substituted for another", "permutation"]]}, {"answer": "substructure", "hint": "synonyms for substructure", "clues": [["foundation", "lowest support of a structure", "foundation"], ["base", "lowest support of a structure", "base"], ["foot", "lowest support of a structure", "foot"], ["understructure", "lowest support of a structure", "understructure"], ["fundament", "lowest support of a structure", "fundament"], ["infrastructure", "the basic structure or features of a system or organization", "infrastructure"], ["groundwork", "lowest support of a structure", "groundwork"]]}, {"answer": "subtlety", "hint": "synonyms for subtlety", "clues": [["nuance", "a subtle difference in meaning or opinion or attitude", "nuance"], ["refinement", "a subtle difference in meaning or opinion or attitude", "refinement"], ["shade", "a subtle difference in meaning or opinion or attitude", "shade"], ["nicety", "a subtle difference in meaning or opinion or attitude", "nicety"], ["niceness", "the quality of being difficult to detect or analyze", "niceness"]]}, {"answer": "subway", "hint": "synonyms for subway", "clues": [["metro", "an electric railway operating below the surface of the ground (usually in a city)", "metro"], ["underpass", "an underground tunnel or passage enabling pedestrians to cross a road or railway", "underpass"], ["tube", "an electric railway operating below the surface of the ground (usually in a city)", "tube"], ["subway system", "an electric railway operating below the surface of the ground (usually in a city)", "subway system"], ["underground", "an electric railway operating below the surface of the ground (usually in a city)", "underground"]]}, {"answer": "subway_system", "hint": "synonyms for subway system", "clues": [["tube", "an electric railway operating below the surface of the ground (usually in a city)", "tube"], ["subway", "an electric railway operating below the surface of the ground (usually in a city)", "subway"], ["underground", "an electric railway operating below the surface of the ground (usually in a city)", "underground"], ["metro", "an electric railway operating below the surface of the ground (usually in a city)", "metro"]]}, {"answer": "succession", "hint": "synonyms for succession", "clues": [["ecological succession", "(ecology) the gradual and orderly process of change in an ecosystem brought about by the progressive replacement of one community by another until a stable climax is established", "ecological succession"], ["sequence", "the action of following in order", "sequence"], ["taking over", "acquisition of property by descent or by will", "taking over"], ["chronological sequence", "a following of one thing after another in time", "chronological sequence"], ["successiveness", "a following of one thing after another in time", "successiveness"]]}, {"answer": "successiveness", "hint": "synonyms for successiveness", "clues": [["sequence", "a following of one thing after another in time", "sequence"], ["chronological succession", "a following of one thing after another in time", "chronological succession"], ["chronological sequence", "a following of one thing after another in time", "chronological sequence"], ["succession", "a following of one thing after another in time", "succession"]]}, {"answer": "sudation", "hint": "synonyms for sudation", "clues": [["sweating", "the process of the sweat glands of the skin secreting a salty fluid", "sweating"], ["perspiration", "the process of the sweat glands of the skin secreting a salty fluid", "perspiration"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid", "hidrosis"], ["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid", "diaphoresis"]]}, {"answer": "suddenness", "hint": "synonyms for suddenness", "clues": [["precipitance", "the quality of happening with headlong haste or without warning", "precipitance"], ["abruptness", "the quality of happening with headlong haste or without warning", "abruptness"], ["precipitateness", "the quality of happening with headlong haste or without warning", "precipitateness"], ["precipitousness", "the quality of happening with headlong haste or without warning", "precipitousness"]]}, {"answer": "sugar", "hint": "synonyms for sugar", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["saccharide", "an essential structural component of living cells and source of energy for animals; includes simple sugars with small molecules as well as macromolecular substances; are classified according to the number of monosaccharide groups they contain", "saccharide"], ["scratch", "informal terms for money", "scratch"], ["refined sugar", "a white crystalline carbohydrate used as a sweetener and preservative", "refined sugar"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["carbohydrate", "an essential structural component of living cells and source of energy for animals; includes simple sugars with small molecules as well as macromolecular substances; are classified according to the number of monosaccharide groups they contain", "carbohydrate"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampum", "informal terms for money", "wampum"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "suggestion", "hint": "synonyms for suggestion", "clues": [["prompting", "persuasion formulated as a suggestion", "prompting"], ["mesmerism", "the act of inducing hypnosis", "mesmerism"], ["hint", "a just detectable amount", "hint"], ["hypnotism", "the act of inducing hypnosis", "hypnotism"], ["proffer", "a proposal offered for acceptance or rejection", "proffer"], ["proposition", "a proposal offered for acceptance or rejection", "proposition"], ["trace", "a just detectable amount", "trace"]]}, {"answer": "suit", "hint": "synonyms for suit", "clues": [["wooing", "a man's courting of a woman; seeking the affections of a woman (usually with the hope of marriage)", "wooing"], ["courting", "a man's courting of a woman; seeking the affections of a woman (usually with the hope of marriage)", "courting"], ["case", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "case"], ["courtship", "a man's courting of a woman; seeking the affections of a woman (usually with the hope of marriage)", "courtship"], ["causa", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "causa"], ["lawsuit", "a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy", "lawsuit"], ["suit of clothes", "a set of garments (usually including a jacket and trousers or skirt) for outerwear all of the same fabric and color", "suit of clothes"]]}, {"answer": "suit_of_armor", "hint": "synonyms for suit of armor", "clues": [["body armor", "armor that protects the wearer's whole body", "body armor"], ["cataphract", "armor that protects the wearer's whole body", "cataphract"], ["coat of mail", "armor that protects the wearer's whole body", "coat of mail"], ["suit of armour", "armor that protects the wearer's whole body", "suit of armour"]]}, {"answer": "suit_of_armour", "hint": "synonyms for suit of armour", "clues": [["body armor", "armor that protects the wearer's whole body", "body armor"], ["cataphract", "armor that protects the wearer's whole body", "cataphract"], ["coat of mail", "armor that protects the wearer's whole body", "coat of mail"], ["suit of armor", "armor that protects the wearer's whole body", "suit of armor"]]}, {"answer": "suite", "hint": "synonyms for suite", "clues": [["entourage", "the group following and attending to some important person", "entourage"], ["retinue", "the group following and attending to some important person", "retinue"], ["rooms", "apartment consisting of a series of connected rooms used as a living unit (as in a hotel)", "rooms"], ["cortege", "the group following and attending to some important person", "cortege"]]}, {"answer": "sulfur_mustard", "hint": "synonyms for sulfur mustard", "clues": [["blistering agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "blistering agent"], ["mustard agent", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard agent"], ["mustard gas", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "mustard gas"], ["dichloroethyl sulfide", "a toxic war gas with sulfide based compounds that raises blisters and attacks the eyes and lungs; there is no known antidote", "dichloroethyl sulfide"]]}, {"answer": "sulkiness", "hint": "synonyms for sulkiness", "clues": [["sourness", "a sullen moody resentful disposition", "sourness"], ["huffishness", "a feeling of sulky resentment", "huffishness"], ["sulk", "a mood or display of sullen aloofness or withdrawal", "sulk"], ["sullenness", "a sullen moody resentful disposition", "sullenness"], ["moroseness", "a sullen moody resentful disposition", "moroseness"]]}, {"answer": "sullenness", "hint": "synonyms for sullenness", "clues": [["sourness", "a sullen moody resentful disposition", "sourness"], ["glumness", "a gloomy ill-tempered feeling", "glumness"], ["moroseness", "a gloomy ill-tempered feeling", "moroseness"], ["sulkiness", "a sullen moody resentful disposition", "sulkiness"]]}, {"answer": "sum", "hint": "synonyms for sum", "clues": [["pith", "the choicest or most essential or most vital part of some idea or experience", "pith"], ["amount", "a quantity obtained by the addition of a group of numbers", "amount"], ["marrow", "the choicest or most essential or most vital part of some idea or experience", "marrow"], ["nub", "the choicest or most essential or most vital part of some idea or experience", "nub"], ["total", "the whole amount", "total"], ["join", "a set containing all and only the members of two or more given sets", "join"], ["gist", "the choicest or most essential or most vital part of some idea or experience", "gist"], ["aggregate", "the whole amount", "aggregate"], ["summation", "the final aggregate", "summation"], ["center", "the choicest or most essential or most vital part of some idea or experience", "center"], ["nitty-gritty", "the choicest or most essential or most vital part of some idea or experience", "nitty-gritty"], ["sum of money", "a quantity of money", "sum of money"], ["centre", "the choicest or most essential or most vital part of some idea or experience", "centre"], ["inwardness", "the choicest or most essential or most vital part of some idea or experience", "inwardness"], ["amount of money", "a quantity of money", "amount of money"], ["substance", "the choicest or most essential or most vital part of some idea or experience", "substance"], ["essence", "the choicest or most essential or most vital part of some idea or experience", "essence"], ["totality", "the whole amount", "totality"], ["kernel", "the choicest or most essential or most vital part of some idea or experience", "kernel"], ["heart and soul", "the choicest or most essential or most vital part of some idea or experience", "heart and soul"], ["core", "the choicest or most essential or most vital part of some idea or experience", "core"], ["meat", "the choicest or most essential or most vital part of some idea or experience", "meat"], ["sum total", "the final aggregate", "sum total"], ["union", "a set containing all and only the members of two or more given sets", "union"], ["heart", "the choicest or most essential or most vital part of some idea or experience", "heart"]]}, {"answer": "summation", "hint": "synonyms for summation", "clues": [["plus", "the arithmetic operation of summing; calculating the sum of two or more numbers", "plus"], ["addition", "the arithmetic operation of summing; calculating the sum of two or more numbers", "addition"], ["sum", "the final aggregate", "sum"], ["sum total", "the final aggregate", "sum total"], ["rundown", "a concluding summary (as in presenting a case before a law court)", "rundown"], ["summing up", "a concluding summary (as in presenting a case before a law court)", "summing up"]]}, {"answer": "summersault", "hint": "synonyms for summersault", "clues": [["summerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summerset"], ["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somerset"], ["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "flip"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somersaulting"]]}, {"answer": "summerset", "hint": "synonyms for summerset", "clues": [["somerset", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somerset"], ["summersault", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "summersault"], ["flip", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "flip"], ["somersaulting", "an acrobatic feat in which the feet roll over the head (either forward or backward) and return", "somersaulting"]]}, {"answer": "summit", "hint": "synonyms for summit", "clues": [["top", "the top or extreme point of something (usually a mountain or hill)", "top"], ["crown", "the top or extreme point of something (usually a mountain or hill)", "crown"], ["summit meeting", "a meeting of heads of governments", "summit meeting"], ["tip", "the top or extreme point of something (usually a mountain or hill)", "tip"], ["peak", "the top or extreme point of something (usually a mountain or hill)", "peak"], ["crest", "the top or extreme point of something (usually a mountain or hill)", "crest"]]}, {"answer": "sun_helmet", "hint": "synonyms for sun helmet", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun", "pith helmet"], ["topi", "a lightweight hat worn in tropical countries for protection from the sun", "topi"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun", "topee"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun", "pith hat"]]}, {"answer": "sun_lounge", "hint": "synonyms for sun lounge", "clues": [["solarium", "a room enclosed largely with glass and affording exposure to the sun", "solarium"], ["sun porch", "a room enclosed largely with glass and affording exposure to the sun", "sun porch"], ["sun parlor", "a room enclosed largely with glass and affording exposure to the sun", "sun parlor"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun", "sunroom"]]}, {"answer": "sun_parlor", "hint": "synonyms for sun parlor", "clues": [["solarium", "a room enclosed largely with glass and affording exposure to the sun", "solarium"], ["sun porch", "a room enclosed largely with glass and affording exposure to the sun", "sun porch"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun", "sunroom"], ["sun lounge", "a room enclosed largely with glass and affording exposure to the sun", "sun lounge"], ["sun parlour", "a room enclosed largely with glass and affording exposure to the sun", "sun parlour"]]}, {"answer": "sun_parlour", "hint": "synonyms for sun parlour", "clues": [["solarium", "a room enclosed largely with glass and affording exposure to the sun", "solarium"], ["sun porch", "a room enclosed largely with glass and affording exposure to the sun", "sun porch"], ["sun parlor", "a room enclosed largely with glass and affording exposure to the sun", "sun parlor"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun", "sunroom"], ["sun lounge", "a room enclosed largely with glass and affording exposure to the sun", "sun lounge"]]}, {"answer": "sun_porch", "hint": "synonyms for sun porch", "clues": [["solarium", "a room enclosed largely with glass and affording exposure to the sun", "solarium"], ["sunporch", "a room enclosed largely with glass and affording exposure to the sun", "sunporch"], ["sun parlor", "a room enclosed largely with glass and affording exposure to the sun", "sun parlor"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun", "sunroom"], ["sun lounge", "a room enclosed largely with glass and affording exposure to the sun", "sun lounge"]]}, {"answer": "sunporch", "hint": "synonyms for sunporch", "clues": [["solarium", "a room enclosed largely with glass and affording exposure to the sun", "solarium"], ["sun porch", "a room enclosed largely with glass and affording exposure to the sun", "sun porch"], ["sun parlor", "a room enclosed largely with glass and affording exposure to the sun", "sun parlor"], ["sunroom", "a room enclosed largely with glass and affording exposure to the sun", "sunroom"], ["sun lounge", "a room enclosed largely with glass and affording exposure to the sun", "sun lounge"]]}, {"answer": "sunroom", "hint": "synonyms for sunroom", "clues": [["solarium", "a room enclosed largely with glass and affording exposure to the sun", "solarium"], ["sun porch", "a room enclosed largely with glass and affording exposure to the sun", "sun porch"], ["sun parlor", "a room enclosed largely with glass and affording exposure to the sun", "sun parlor"], ["sun lounge", "a room enclosed largely with glass and affording exposure to the sun", "sun lounge"]]}, {"answer": "sunshine", "hint": "synonyms for sunshine", "clues": [["fair weather", "moderate weather; suitable for outdoor activities", "fair weather"], ["cheerfulness", "the quality of being cheerful and dispelling gloom", "cheerfulness"], ["sunlight", "the rays of the sun", "sunlight"], ["sun", "the rays of the sun", "sun"], ["temperateness", "moderate weather; suitable for outdoor activities", "temperateness"], ["sunniness", "the quality of being cheerful and dispelling gloom", "sunniness"], ["cheer", "the quality of being cheerful and dispelling gloom", "cheer"]]}, {"answer": "sunup", "hint": "synonyms for sunup", "clues": [["break of day", "the first light of day", "break of day"], ["first light", "the first light of day", "first light"], ["dawn", "the first light of day", "dawn"], ["daybreak", "the first light of day", "daybreak"], ["aurora", "the first light of day", "aurora"], ["dayspring", "the first light of day", "dayspring"], ["sunrise", "the first light of day", "sunrise"], ["morning", "the first light of day", "morning"], ["cockcrow", "the first light of day", "cockcrow"]]}, {"answer": "super_acid", "hint": "synonyms for super acid", "clues": [["jet", "street names for ketamine", "jet"], ["super C", "street names for ketamine", "super C"], ["special K", "street names for ketamine", "special K"], ["green", "street names for ketamine", "green"], ["cat valium", "street names for ketamine", "cat valium"], ["honey oil", "street names for ketamine", "honey oil"]]}, {"answer": "super_c", "hint": "synonyms for super c", "clues": [["jet", "street names for ketamine", "jet"], ["super acid", "street names for ketamine", "super acid"], ["super C", "street names for ketamine", "super C"], ["special K", "street names for ketamine", "special K"], ["green", "street names for ketamine", "green"], ["cat valium", "street names for ketamine", "cat valium"], ["honey oil", "street names for ketamine", "honey oil"]]}, {"answer": "superannuation", "hint": "synonyms for superannuation", "clues": [["retirement check", "a monthly payment made to someone who is retired from work", "retirement check"], ["obsoleteness", "the property of being out of date and not current", "obsoleteness"], ["old-age pension", "a monthly payment made to someone who is retired from work", "old-age pension"], ["retirement benefit", "a monthly payment made to someone who is retired from work", "retirement benefit"], ["retirement fund", "a monthly payment made to someone who is retired from work", "retirement fund"], ["retirement pension", "a monthly payment made to someone who is retired from work", "retirement pension"]]}, {"answer": "superhighway", "hint": "synonyms for superhighway", "clues": [["motorway", "a broad highway designed for high-speed traffic", "motorway"], ["state highway", "a broad highway designed for high-speed traffic", "state highway"], ["information superhighway", "an extensive electronic network (such as the internet) used for the rapid transfer of sound and video and graphics in digital form", "information superhighway"], ["thruway", "a broad highway designed for high-speed traffic", "thruway"], ["pike", "a broad highway designed for high-speed traffic", "pike"], ["freeway", "a broad highway designed for high-speed traffic", "freeway"], ["expressway", "a broad highway designed for high-speed traffic", "expressway"], ["throughway", "a broad highway designed for high-speed traffic", "throughway"]]}, {"answer": "superman", "hint": "synonyms for superman", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["acid", "street name for lysergic acid diethylamide", "acid"]]}, {"answer": "superpower", "hint": "synonyms for superpower", "clues": [["world power", "a state powerful enough to influence events throughout the world", "world power"], ["great power", "a state powerful enough to influence events throughout the world", "great power"], ["major power", "a state powerful enough to influence events throughout the world", "major power"], ["power", "a state powerful enough to influence events throughout the world", "power"]]}, {"answer": "supplement", "hint": "synonyms for supplement", "clues": [["postscript", "textual matter that is added onto a publication; usually at the end", "postscript"], ["supplementation", "a quantity added (e.g. to make up for a deficiency)", "supplementation"], ["accessory", "a supplementary component that improves capability", "accessory"], ["addendum", "textual matter that is added onto a publication; usually at the end", "addendum"], ["appurtenance", "a supplementary component that improves capability", "appurtenance"], ["add-on", "a supplementary component that improves capability", "add-on"]]}, {"answer": "suppleness", "hint": "synonyms for suppleness", "clues": [["pliantness", "the property of being pliant and flexible", "pliantness"], ["pliancy", "adaptability of mind or character", "pliancy"], ["litheness", "the gracefulness of a person or animal that is flexible and supple", "litheness"], ["pliability", "adaptability of mind or character", "pliability"], ["lissomeness", "the gracefulness of a person or animal that is flexible and supple", "lissomeness"]]}, {"answer": "support", "hint": "synonyms for support", "clues": [["reinforcement", "a military operation (often involving new supplies of men and materiel) to strengthen a military force or aid in the performance of its mission", "reinforcement"], ["bread and butter", "the financial means whereby one lives", "bread and butter"], ["backup", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "backup"], ["financial backing", "financial resources provided to make some project possible", "financial backing"], ["accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "accompaniment"], ["documentation", "documentary validation", "documentation"], ["keep", "the financial means whereby one lives", "keep"], ["supporting", "the act of bearing the weight of or strengthening", "supporting"], ["backing", "financial resources provided to make some project possible", "backing"], ["livelihood", "the financial means whereby one lives", "livelihood"], ["financial support", "financial resources provided to make some project possible", "financial support"], ["funding", "financial resources provided to make some project possible", "funding"], ["living", "the financial means whereby one lives", "living"], ["sustenance", "the financial means whereby one lives", "sustenance"], ["musical accompaniment", "a musical part (vocal or instrumental) that supports or provides background for other musical parts", "musical accompaniment"]]}, {"answer": "supporter", "hint": "synonyms for supporter", "clues": [["garter", "a band (usually elastic) worn around the leg to hold up a stocking (or around the arm to hold up a sleeve)", "garter"], ["suspensor", "a support for the genitals worn by men engaging in strenuous exercise", "suspensor"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise", "athletic supporter"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise", "jockstrap"], ["jock", "a support for the genitals worn by men engaging in strenuous exercise", "jock"]]}, {"answer": "supposition", "hint": "synonyms for supposition", "clues": [["supposal", "the cognitive process of supposing", "supposal"], ["speculation", "a message expressing an opinion based on incomplete evidence", "speculation"], ["conjecture", "a message expressing an opinion based on incomplete evidence", "conjecture"], ["assumption", "a hypothesis that is taken for granted", "assumption"], ["guess", "a message expressing an opinion based on incomplete evidence", "guess"], ["hypothesis", "a message expressing an opinion based on incomplete evidence", "hypothesis"], ["surmisal", "a message expressing an opinion based on incomplete evidence", "surmisal"], ["surmise", "a message expressing an opinion based on incomplete evidence", "surmise"]]}, {"answer": "suppression", "hint": "synonyms for suppression", "clues": [["stifling", "forceful prevention; putting down by power or authority", "stifling"], ["inhibition", "(psychology) the conscious exclusion of unacceptable thoughts or desires", "inhibition"], ["crushing", "forceful prevention; putting down by power or authority", "crushing"], ["curtailment", "the act of withholding or withdrawing some book or writing from publication or circulation", "curtailment"], ["quelling", "forceful prevention; putting down by power or authority", "quelling"]]}, {"answer": "sureness", "hint": "synonyms for sureness", "clues": [["self-confidence", "freedom from doubt; belief in yourself and your abilities", "self-confidence"], ["assurance", "freedom from doubt; belief in yourself and your abilities", "assurance"], ["authority", "freedom from doubt; belief in yourself and your abilities", "authority"], ["self-assurance", "freedom from doubt; belief in yourself and your abilities", "self-assurance"], ["confidence", "freedom from doubt; belief in yourself and your abilities", "confidence"]]}, {"answer": "surge", "hint": "synonyms for surge", "clues": [["spate", "a sudden forceful flow", "spate"], ["billow", "a large sea wave", "billow"], ["rush", "a sudden forceful flow", "rush"], ["upsurge", "a sudden or abrupt strong increase", "upsurge"]]}, {"answer": "surge_protector", "hint": "synonyms for surge protector", "clues": [["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "lightning arrester"], ["surge suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge suppressor"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike arrester"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike suppressor"]]}, {"answer": "surge_suppressor", "hint": "synonyms for surge suppressor", "clues": [["lightning arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "lightning arrester"], ["spike arrester", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike arrester"], ["surge protector", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "surge protector"], ["spike suppressor", "electrical device inserted in a power line to protect equipment from sudden fluctuations in current", "spike suppressor"]]}, {"answer": "surgery", "hint": "synonyms for surgery", "clues": [["operating theatre", "a room in a hospital equipped for the performance of surgical operations", "operating theatre"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical procedure"], ["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "operation"], ["operating room", "a room in a hospital equipped for the performance of surgical operations", "operating room"], ["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical process"], ["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical operation"]]}, {"answer": "surgical_operation", "hint": "synonyms for surgical operation", "clues": [["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical procedure"], ["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "operation"], ["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical process"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgery"]]}, {"answer": "surgical_procedure", "hint": "synonyms for surgical procedure", "clues": [["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical operation"], ["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "operation"], ["surgical process", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical process"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgery"]]}, {"answer": "surgical_process", "hint": "synonyms for surgical process", "clues": [["surgical operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical operation"], ["surgical procedure", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgical procedure"], ["operation", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "operation"], ["surgery", "a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body", "surgery"]]}, {"answer": "surliness", "hint": "synonyms for surliness", "clues": [["irritability", "a disposition to exhibit uncontrolled anger", "irritability"], ["biliousness", "a disposition to exhibit uncontrolled anger", "biliousness"], ["peevishness", "a disposition to exhibit uncontrolled anger", "peevishness"], ["snappishness", "a disposition to exhibit uncontrolled anger", "snappishness"], ["temper", "a disposition to exhibit uncontrolled anger", "temper"], ["pettishness", "a disposition to exhibit uncontrolled anger", "pettishness"]]}, {"answer": "surmisal", "hint": "synonyms for surmisal", "clues": [["guess", "a message expressing an opinion based on incomplete evidence", "guess"], ["speculation", "a message expressing an opinion based on incomplete evidence", "speculation"], ["hypothesis", "a message expressing an opinion based on incomplete evidence", "hypothesis"], ["conjecture", "a message expressing an opinion based on incomplete evidence", "conjecture"], ["supposition", "a message expressing an opinion based on incomplete evidence", "supposition"], ["surmise", "a message expressing an opinion based on incomplete evidence", "surmise"]]}, {"answer": "surmise", "hint": "synonyms for surmise", "clues": [["guess", "a message expressing an opinion based on incomplete evidence", "guess"], ["speculation", "a message expressing an opinion based on incomplete evidence", "speculation"], ["hypothesis", "a message expressing an opinion based on incomplete evidence", "hypothesis"], ["conjecture", "a message expressing an opinion based on incomplete evidence", "conjecture"], ["supposition", "a message expressing an opinion based on incomplete evidence", "supposition"], ["surmisal", "a message expressing an opinion based on incomplete evidence", "surmisal"]]}, {"answer": "surrender", "hint": "synonyms for surrender", "clues": [["capitulation", "the act of surrendering (usually under agreed conditions)", "capitulation"], ["resignation", "acceptance of despair", "resignation"], ["fall", "the act of surrendering (usually under agreed conditions)", "fall"], ["giving up", "a verbal act of admitting defeat", "giving up"], ["yielding", "a verbal act of admitting defeat", "yielding"]]}, {"answer": "survey", "hint": "synonyms for survey", "clues": [["resume", "short descriptive summary (of events)", "resume"], ["view", "the act of looking or seeing or observing", "view"], ["study", "a detailed critical inspection", "study"], ["sight", "the act of looking or seeing or observing", "sight"], ["sketch", "short descriptive summary (of events)", "sketch"]]}, {"answer": "suspension", "hint": "synonyms for suspension", "clues": [["hanging", "the act of suspending something (hanging it from above so it moves freely)", "hanging"], ["dangling", "the act of suspending something (hanging it from above so it moves freely)", "dangling"], ["respite", "an interruption in the intensity or amount of something", "respite"], ["break", "a time interval during which there is a temporary cessation of something", "break"], ["hiatus", "an interruption in the intensity or amount of something", "hiatus"], ["temporary removal", "a temporary debarment (from a privilege or position etc)", "temporary removal"], ["interruption", "a time interval during which there is a temporary cessation of something", "interruption"], ["reprieve", "an interruption in the intensity or amount of something", "reprieve"], ["suspension system", "a mechanical system of springs or shock absorbers connecting the wheels and axles to the chassis of a wheeled vehicle", "suspension system"], ["pause", "a time interval during which there is a temporary cessation of something", "pause"], ["abatement", "an interruption in the intensity or amount of something", "abatement"], ["intermission", "a time interval during which there is a temporary cessation of something", "intermission"]]}, {"answer": "suspensor", "hint": "synonyms for suspensor", "clues": [["supporter", "a support for the genitals worn by men engaging in strenuous exercise", "supporter"], ["jockstrap", "a support for the genitals worn by men engaging in strenuous exercise", "jockstrap"], ["jock", "a support for the genitals worn by men engaging in strenuous exercise", "jock"], ["athletic supporter", "a support for the genitals worn by men engaging in strenuous exercise", "athletic supporter"]]}, {"answer": "suspicion", "hint": "synonyms for suspicion", "clues": [["intuition", "an impression that something might be the case", "intuition"], ["hunch", "an impression that something might be the case", "hunch"], ["mistrust", "doubt about someone's honesty", "mistrust"], ["suspiciousness", "being of a suspicious nature", "suspiciousness"], ["misgiving", "doubt about someone's honesty", "misgiving"]]}, {"answer": "sustainment", "hint": "synonyms for sustainment", "clues": [["sustenance", "the act of sustaining life by food or providing a means of subsistence", "sustenance"], ["maintenance", "the act of sustaining life by food or providing a means of subsistence", "maintenance"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence", "sustentation"], ["upkeep", "the act of sustaining life by food or providing a means of subsistence", "upkeep"]]}, {"answer": "sustenance", "hint": "synonyms for sustenance", "clues": [["maintenance", "the act of sustaining life by food or providing a means of subsistence", "maintenance"], ["victuals", "a source of materials to nourish the body", "victuals"], ["nutriment", "a source of materials to nourish the body", "nutriment"], ["bread and butter", "the financial means whereby one lives", "bread and butter"], ["support", "the financial means whereby one lives", "support"], ["living", "the financial means whereby one lives", "living"], ["aliment", "a source of materials to nourish the body", "aliment"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence", "sustentation"], ["upkeep", "the act of sustaining life by food or providing a means of subsistence", "upkeep"], ["keep", "the financial means whereby one lives", "keep"], ["nutrition", "a source of materials to nourish the body", "nutrition"], ["livelihood", "the financial means whereby one lives", "livelihood"], ["alimentation", "a source of materials to nourish the body", "alimentation"], ["nourishment", "a source of materials to nourish the body", "nourishment"], ["sustainment", "the act of sustaining life by food or providing a means of subsistence", "sustainment"]]}, {"answer": "sustentation", "hint": "synonyms for sustentation", "clues": [["sustenance", "the act of sustaining life by food or providing a means of subsistence", "sustenance"], ["maintenance", "the act of sustaining life by food or providing a means of subsistence", "maintenance"], ["upkeep", "the act of sustaining life by food or providing a means of subsistence", "upkeep"], ["sustainment", "the act of sustaining life by food or providing a means of subsistence", "sustainment"]]}, {"answer": "swag", "hint": "synonyms for swag", "clues": [["pillage", "goods or money obtained illegally", "pillage"], ["plunder", "goods or money obtained illegally", "plunder"], ["prize", "goods or money obtained illegally", "prize"], ["dirty money", "goods or money obtained illegally", "dirty money"], ["loot", "goods or money obtained illegally", "loot"], ["booty", "goods or money obtained illegally", "booty"]]}, {"answer": "swearing", "hint": "synonyms for swearing", "clues": [["swearword", "profane or obscene expression usually of surprise or anger", "swearword"], ["expletive", "profane or obscene expression usually of surprise or anger", "expletive"], ["oath", "profane or obscene expression usually of surprise or anger", "oath"], ["curse word", "profane or obscene expression usually of surprise or anger", "curse word"], ["curse", "profane or obscene expression usually of surprise or anger", "curse"], ["cuss", "profane or obscene expression usually of surprise or anger", "cuss"]]}, {"answer": "swearword", "hint": "synonyms for swearword", "clues": [["expletive", "profane or obscene expression usually of surprise or anger", "expletive"], ["oath", "profane or obscene expression usually of surprise or anger", "oath"], ["curse word", "profane or obscene expression usually of surprise or anger", "curse word"], ["swearing", "profane or obscene expression usually of surprise or anger", "swearing"], ["curse", "profane or obscene expression usually of surprise or anger", "curse"], ["cuss", "profane or obscene expression usually of surprise or anger", "cuss"]]}, {"answer": "sweat", "hint": "synonyms for sweat", "clues": [["effort", "use of physical or mental energy; hard work", "effort"], ["exertion", "use of physical or mental energy; hard work", "exertion"], ["elbow grease", "use of physical or mental energy; hard work", "elbow grease"], ["travail", "use of physical or mental energy; hard work", "travail"]]}, {"answer": "sweating", "hint": "synonyms for sweating", "clues": [["perspiration", "the process of the sweat glands of the skin secreting a salty fluid", "perspiration"], ["hidrosis", "the process of the sweat glands of the skin secreting a salty fluid", "hidrosis"], ["sudation", "the process of the sweat glands of the skin secreting a salty fluid", "sudation"], ["diaphoresis", "the process of the sweat glands of the skin secreting a salty fluid", "diaphoresis"]]}, {"answer": "sweats", "hint": "synonyms for sweats", "clues": [["sweat", "condensation of moisture on a cold surface", "sweat"], ["exertion", "use of physical or mental energy; hard work", "exertion"], ["travail", "use of physical or mental energy; hard work", "travail"], ["sweatsuit", "garment consisting of sweat pants and a sweatshirt", "sweatsuit"], ["elbow grease", "use of physical or mental energy; hard work", "elbow grease"], ["effort", "use of physical or mental energy; hard work", "effort"], ["workout suit", "garment consisting of sweat pants and a sweatshirt", "workout suit"]]}, {"answer": "sweep", "hint": "synonyms for sweep", "clues": [["slam", "winning all or all but one of the tricks in bridge", "slam"], ["expanse", "a wide scope", "expanse"], ["sweep oar", "a long oar used in an open boat", "sweep oar"], ["end run", "(American football) an attempt to advance the ball by running around the end of the line", "end run"]]}, {"answer": "sweetener", "hint": "synonyms for sweetener", "clues": [["hook", "anything that serves as an enticement", "hook"], ["come-on", "anything that serves as an enticement", "come-on"], ["sweetening", "something added to foods to make them taste sweeter", "sweetening"], ["lure", "anything that serves as an enticement", "lure"], ["bait", "anything that serves as an enticement", "bait"]]}, {"answer": "sweetness", "hint": "synonyms for sweetness", "clues": [["sugariness", "the taste experience when sugar dissolves in the mouth", "sugariness"], ["sweet", "the taste experience when sugar dissolves in the mouth", "sweet"], ["redolence", "a pleasingly sweet olfactory property", "redolence"], ["fragrance", "a pleasingly sweet olfactory property", "fragrance"], ["pleasantness", "the quality of giving pleasure", "pleasantness"], ["bouquet", "a pleasingly sweet olfactory property", "bouquet"]]}, {"answer": "swelling", "hint": "synonyms for swelling", "clues": [["jut", "something that bulges out or is protuberant or projects from its surroundings", "jut"], ["intumescence", "the increase in volume of certain substances when they are heated (often accompanied by release of water)", "intumescence"], ["protuberance", "something that bulges out or is protuberant or projects from its surroundings", "protuberance"], ["gibbosity", "something that bulges out or is protuberant or projects from its surroundings", "gibbosity"], ["gibbousness", "something that bulges out or is protuberant or projects from its surroundings", "gibbousness"], ["bulge", "something that bulges out or is protuberant or projects from its surroundings", "bulge"], ["extrusion", "something that bulges out or is protuberant or projects from its surroundings", "extrusion"], ["prominence", "something that bulges out or is protuberant or projects from its surroundings", "prominence"], ["bump", "something that bulges out or is protuberant or projects from its surroundings", "bump"], ["excrescence", "something that bulges out or is protuberant or projects from its surroundings", "excrescence"], ["protrusion", "something that bulges out or is protuberant or projects from its surroundings", "protrusion"], ["hump", "something that bulges out or is protuberant or projects from its surroundings", "hump"]]}, {"answer": "swimming_costume", "hint": "synonyms for swimming costume", "clues": [["swimsuit", "tight fitting garment worn for swimming", "swimsuit"], ["bathing costume", "tight fitting garment worn for swimming", "bathing costume"], ["bathing suit", "tight fitting garment worn for swimming", "bathing suit"], ["swimwear", "tight fitting garment worn for swimming", "swimwear"]]}, {"answer": "swimsuit", "hint": "synonyms for swimsuit", "clues": [["swimming costume", "tight fitting garment worn for swimming", "swimming costume"], ["bathing costume", "tight fitting garment worn for swimming", "bathing costume"], ["bathing suit", "tight fitting garment worn for swimming", "bathing suit"], ["swimwear", "tight fitting garment worn for swimming", "swimwear"]]}, {"answer": "swimwear", "hint": "synonyms for swimwear", "clues": [["swimming costume", "tight fitting garment worn for swimming", "swimming costume"], ["bathing costume", "tight fitting garment worn for swimming", "bathing costume"], ["bathing suit", "tight fitting garment worn for swimming", "bathing suit"], ["swimsuit", "tight fitting garment worn for swimming", "swimsuit"]]}, {"answer": "swing", "hint": "synonyms for swing", "clues": [["golf shot", "the act of swinging a golf club at a golf ball and (usually) hitting it", "golf shot"], ["jive", "a style of jazz played by big bands popular in the 1930s; flowing rhythms but less complex than later styles of jazz", "jive"], ["cut", "in baseball; a batter's attempt to hit a pitched ball", "cut"], ["lilt", "a jaunty rhythm in music", "lilt"], ["swinging", "changing location by moving back and forth", "swinging"], ["baseball swing", "in baseball; a batter's attempt to hit a pitched ball", "baseball swing"], ["vacillation", "changing location by moving back and forth", "vacillation"], ["golf stroke", "the act of swinging a golf club at a golf ball and (usually) hitting it", "golf stroke"], ["swing music", "a style of jazz played by big bands popular in the 1930s; flowing rhythms but less complex than later styles of jazz", "swing music"]]}, {"answer": "switch", "hint": "synonyms for switch", "clues": [["transposition", "an event in which one thing is substituted for another", "transposition"], ["substitution", "an event in which one thing is substituted for another", "substitution"], ["switching", "the act of changing one thing or position for another", "switching"], ["shift", "the act of changing one thing or position for another", "shift"], ["electric switch", "control consisting of a mechanical or electrical or electronic device for making or breaking or changing the connections in a circuit", "electric switch"], ["replacement", "an event in which one thing is substituted for another", "replacement"], ["permutation", "an event in which one thing is substituted for another", "permutation"]]}, {"answer": "symbolisation", "hint": "synonyms for symbolisation", "clues": [["symbolization", "the practice of investing things with symbolic meaning", "symbolization"], ["symbolic representation", "something visible that by association or convention represents something else that is invisible", "symbolic representation"], ["symbolism", "the practice of investing things with symbolic meaning", "symbolism"], ["symbol", "something visible that by association or convention represents something else that is invisible", "symbol"]]}, {"answer": "symbolization", "hint": "synonyms for symbolization", "clues": [["symbolisation", "the practice of investing things with symbolic meaning", "symbolisation"], ["symbolic representation", "something visible that by association or convention represents something else that is invisible", "symbolic representation"], ["symbolism", "the practice of investing things with symbolic meaning", "symbolism"], ["symbol", "something visible that by association or convention represents something else that is invisible", "symbol"]]}, {"answer": "symmetry", "hint": "synonyms for symmetry", "clues": [["isotropy", "(physics) the property of being isotropic; having the same value when measured in different directions", "isotropy"], ["symmetricalness", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "symmetricalness"], ["proportion", "balance among the parts of something", "proportion"], ["balance", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "balance"], ["correspondence", "(mathematics) an attribute of a shape or relation; exact reflection of form on opposite sides of a dividing line or plane", "correspondence"]]}, {"answer": "synchroneity", "hint": "synonyms for synchroneity", "clues": [["synchrony", "the relation that exists when things occur at the same time", "synchrony"], ["synchronizing", "the relation that exists when things occur at the same time", "synchronizing"], ["synchronicity", "the relation that exists when things occur at the same time", "synchronicity"], ["synchronism", "the relation that exists when things occur at the same time", "synchronism"], ["synchronisation", "the relation that exists when things occur at the same time", "synchronisation"]]}, {"answer": "synchronicity", "hint": "synonyms for synchronicity", "clues": [["synchrony", "the relation that exists when things occur at the same time", "synchrony"], ["synchronizing", "the relation that exists when things occur at the same time", "synchronizing"], ["synchronism", "the relation that exists when things occur at the same time", "synchronism"], ["synchronisation", "the relation that exists when things occur at the same time", "synchronisation"]]}, {"answer": "synchronisation", "hint": "synonyms for synchronisation", "clues": [["synchrony", "the relation that exists when things occur at the same time", "synchrony"], ["synchronicity", "the relation that exists when things occur at the same time", "synchronicity"], ["synchronization", "the relation that exists when things occur at the same time", "synchronization"], ["synchronising", "an adjustment that causes something to occur or recur in unison", "synchronising"], ["synchronism", "the relation that exists when things occur at the same time", "synchronism"]]}, {"answer": "synchronism", "hint": "synonyms for synchronism", "clues": [["synchrony", "the relation that exists when things occur at the same time", "synchrony"], ["synchronizing", "the relation that exists when things occur at the same time", "synchronizing"], ["synchronicity", "the relation that exists when things occur at the same time", "synchronicity"], ["synchronisation", "the relation that exists when things occur at the same time", "synchronisation"]]}, {"answer": "synchronization", "hint": "synonyms for synchronization", "clues": [["synchrony", "the relation that exists when things occur at the same time", "synchrony"], ["synchronicity", "the relation that exists when things occur at the same time", "synchronicity"], ["synchronisation", "an adjustment that causes something to occur or recur in unison", "synchronisation"], ["synchronizing", "an adjustment that causes something to occur or recur in unison", "synchronizing"], ["synchronism", "the relation that exists when things occur at the same time", "synchronism"]]}, {"answer": "synchronizing", "hint": "synonyms for synchronizing", "clues": [["synchrony", "the relation that exists when things occur at the same time", "synchrony"], ["synchronicity", "the relation that exists when things occur at the same time", "synchronicity"], ["synchronization", "the relation that exists when things occur at the same time", "synchronization"], ["synchronising", "an adjustment that causes something to occur or recur in unison", "synchronising"], ["synchronism", "the relation that exists when things occur at the same time", "synchronism"]]}, {"answer": "synchrony", "hint": "synonyms for synchrony", "clues": [["synchronizing", "the relation that exists when things occur at the same time", "synchronizing"], ["synchronicity", "the relation that exists when things occur at the same time", "synchronicity"], ["synchronism", "the relation that exists when things occur at the same time", "synchronism"], ["synchronisation", "the relation that exists when things occur at the same time", "synchronisation"]]}, {"answer": "syncope", "hint": "synonyms for syncope", "clues": [["faint", "a spontaneous loss of consciousness caused by insufficient blood to the brain", "faint"], ["deliquium", "a spontaneous loss of consciousness caused by insufficient blood to the brain", "deliquium"], ["syncopation", "(phonology) the loss of sounds from within a word (as in `fo'c'sle' for `forecastle')", "syncopation"], ["swoon", "a spontaneous loss of consciousness caused by insufficient blood to the brain", "swoon"]]}, {"answer": "syndicate", "hint": "synonyms for syndicate", "clues": [["mob", "a loose affiliation of gangsters in charge of organized criminal activities", "mob"], ["crime syndicate", "a loose affiliation of gangsters in charge of organized criminal activities", "crime syndicate"], ["pool", "an association of companies for some definite purpose", "pool"], ["family", "a loose affiliation of gangsters in charge of organized criminal activities", "family"], ["consortium", "an association of companies for some definite purpose", "consortium"]]}, {"answer": "synthetic_heroin", "hint": "synonyms for synthetic heroin", "clues": [["methadon", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadon"], ["fixer", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "fixer"], ["methadone hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "methadone hydrochloride"], ["dolophine hydrochloride", "synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction", "dolophine hydrochloride"]]}, {"answer": "system", "hint": "synonyms for system", "clues": [["organization", "an organized structure for arranging or classifying", "organization"], ["arrangement", "an organized structure for arranging or classifying", "arrangement"], ["system of rules", "a complex of methods or rules governing behavior", "system of rules"], ["scheme", "a group of independent but interrelated elements comprising a unified whole", "scheme"]]}, {"answer": "t", "hint": "synonyms for t", "clues": [["tonne", "a unit of weight equivalent to 1000 kilograms", "tonne"], ["thymine", "a base found in DNA (but not in RNA) and derived from pyrimidine; pairs with adenine", "thymine"], ["metric ton", "a unit of weight equivalent to 1000 kilograms", "metric ton"], ["deoxythymidine monophosphate", "one of the four nucleotides used in building DNA; all four nucleotides have a common phosphate group and a sugar (ribose)", "deoxythymidine monophosphate"]]}, {"answer": "tab", "hint": "synonyms for tab", "clues": [["chit", "the bill in a restaurant", "chit"], ["lozenge", "a dose of medicine in the form of a small pellet", "lozenge"], ["check", "the bill in a restaurant", "check"], ["tabloid", "sensationalist journalism", "tabloid"], ["tab key", "the key on a typewriter or a word processor that causes a tabulation", "tab key"], ["yellow journalism", "sensationalist journalism", "yellow journalism"], ["tablet", "a dose of medicine in the form of a small pellet", "tablet"], ["pill", "a dose of medicine in the form of a small pellet", "pill"]]}, {"answer": "tablet", "hint": "synonyms for tablet", "clues": [["pad", "a number of sheets of paper fastened together along one edge", "pad"], ["lozenge", "a dose of medicine in the form of a small pellet", "lozenge"], ["pad of paper", "a number of sheets of paper fastened together along one edge", "pad of paper"], ["tab", "a dose of medicine in the form of a small pellet", "tab"], ["pill", "a dose of medicine in the form of a small pellet", "pill"]]}, {"answer": "tabloid", "hint": "synonyms for tabloid", "clues": [["yellow journalism", "sensationalist journalism", "yellow journalism"], ["tab", "sensationalist journalism", "tab"], ["sheet", "newspaper with half-size pages", "sheet"], ["rag", "newspaper with half-size pages", "rag"]]}, {"answer": "tack", "hint": "synonyms for tack", "clues": [["saddlery", "gear for a horse", "saddlery"], ["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "mainsheet"], ["stable gear", "gear for a horse", "stable gear"], ["tacking", "(nautical) the act of changing tack", "tacking"], ["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "shroud"], ["weather sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "weather sheet"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "sheet"]]}, {"answer": "tackiness", "hint": "synonyms for tackiness", "clues": [["ropiness", "the property of being cohesive and sticky", "ropiness"], ["gumminess", "the property of being cohesive and sticky", "gumminess"], ["viscidity", "the property of being cohesive and sticky", "viscidity"], ["gluiness", "the property of being cohesive and sticky", "gluiness"], ["sleaze", "tastelessness by virtue of being cheap and vulgar", "sleaze"], ["viscidness", "the property of being cohesive and sticky", "viscidness"], ["cohesiveness", "the property of being cohesive and sticky", "cohesiveness"], ["cheapness", "tastelessness by virtue of being cheap and vulgar", "cheapness"], ["tat", "tastelessness by virtue of being cheap and vulgar", "tat"], ["glueyness", "the property of being cohesive and sticky", "glueyness"]]}, {"answer": "tacking", "hint": "synonyms for tacking", "clues": [["basting stitch", "a loose temporary sewing stitch to hold layers of fabric together", "basting stitch"], ["tack", "(nautical) the act of changing tack", "tack"], ["baste", "a loose temporary sewing stitch to hold layers of fabric together", "baste"], ["basting", "a loose temporary sewing stitch to hold layers of fabric together", "basting"]]}, {"answer": "tackle", "hint": "synonyms for tackle", "clues": [["fishing rig", "gear used in fishing", "fishing rig"], ["rig", "gear used in fishing", "rig"], ["fishing tackle", "gear used in fishing", "fishing tackle"], ["rigging", "gear consisting of ropes etc. supporting a ship's masts and sails", "rigging"], ["fishing gear", "gear used in fishing", "fishing gear"]]}, {"answer": "tactile_sensation", "hint": "synonyms for tactile sensation", "clues": [["touch", "the sensation produced by pressure receptors in the skin", "touch"], ["tactual sensation", "the sensation produced by pressure receptors in the skin", "tactual sensation"], ["touch sensation", "the sensation produced by pressure receptors in the skin", "touch sensation"], ["feeling", "the sensation produced by pressure receptors in the skin", "feeling"]]}, {"answer": "tactual_sensation", "hint": "synonyms for tactual sensation", "clues": [["skin perceptiveness", "the faculty of perceiving (via the skin) pressure or heat or pain", "skin perceptiveness"], ["touch sensation", "the sensation produced by pressure receptors in the skin", "touch sensation"], ["feeling", "the sensation produced by pressure receptors in the skin", "feeling"], ["touch perception", "the faculty of perceiving (via the skin) pressure or heat or pain", "touch perception"], ["touch", "the sensation produced by pressure receptors in the skin", "touch"], ["tactile sensation", "the sensation produced by pressure receptors in the skin", "tactile sensation"], ["tactility", "the faculty of perceiving (via the skin) pressure or heat or pain", "tactility"]]}, {"answer": "taffy_apple", "hint": "synonyms for taffy apple", "clues": [["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candy apple"], ["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "caramel apple"], ["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candied apple"], ["toffee apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "toffee apple"]]}, {"answer": "tag", "hint": "synonyms for tag", "clues": [["tatter", "a small piece of cloth or paper", "tatter"], ["tag end", "a small piece of cloth or paper", "tag end"], ["shred", "a small piece of cloth or paper", "shred"], ["ticket", "a label written or printed on paper, cardboard, or plastic that is attached to something to indicate its owner, nature, price, etc.", "ticket"], ["rag", "a small piece of cloth or paper", "rag"]]}, {"answer": "tag_end", "hint": "synonyms for tag end", "clues": [["tag", "a small piece of cloth or paper", "tag"], ["rag", "a small piece of cloth or paper", "rag"], ["shred", "a small piece of cloth or paper", "shred"], ["tatter", "a small piece of cloth or paper", "tatter"]]}, {"answer": "tail", "hint": "synonyms for tail", "clues": [["tail assembly", "the rear part of an aircraft", "tail assembly"], ["tail end", "the time of the last part of something", "tail end"], ["empennage", "the rear part of an aircraft", "empennage"], ["after part", "the rear part of a ship", "after part"], ["stern", "the rear part of a ship", "stern"], ["poop", "the rear part of a ship", "poop"], ["fag end", "the time of the last part of something", "fag end"], ["quarter", "the rear part of a ship", "quarter"]]}, {"answer": "tail_coat", "hint": "synonyms for tail coat", "clues": [["tailcoat", "formalwear consisting of full evening dress for men", "tailcoat"], ["full dress", "formalwear consisting of full evening dress for men", "full dress"], ["white tie and tails", "formalwear consisting of full evening dress for men", "white tie and tails"], ["white tie", "formalwear consisting of full evening dress for men", "white tie"], ["tails", "formalwear consisting of full evening dress for men", "tails"], ["dress suit", "formalwear consisting of full evening dress for men", "dress suit"]]}, {"answer": "tail_fin", "hint": "synonyms for tail fin", "clues": [["vertical fin", "a stabilizer that is part of the vertical tail structure of an airplane", "vertical fin"], ["tailfin", "a stabilizer that is part of the vertical tail structure of an airplane", "tailfin"], ["vertical stabilizer", "a stabilizer that is part of the vertical tail structure of an airplane", "vertical stabilizer"], ["fin", "one of a pair of decorations projecting above the rear fenders of an automobile", "fin"]]}, {"answer": "tailcoat", "hint": "synonyms for tailcoat", "clues": [["full dress", "formalwear consisting of full evening dress for men", "full dress"], ["white tie and tails", "formalwear consisting of full evening dress for men", "white tie and tails"], ["tail coat", "formalwear consisting of full evening dress for men", "tail coat"], ["white tie", "formalwear consisting of full evening dress for men", "white tie"], ["tails", "formalwear consisting of full evening dress for men", "tails"], ["dress suit", "formalwear consisting of full evening dress for men", "dress suit"]]}, {"answer": "tailfin", "hint": "synonyms for tailfin", "clues": [["vertical fin", "a stabilizer that is part of the vertical tail structure of an airplane", "vertical fin"], ["tail fin", "a stabilizer that is part of the vertical tail structure of an airplane", "tail fin"], ["vertical stabilizer", "a stabilizer that is part of the vertical tail structure of an airplane", "vertical stabilizer"], ["fin", "one of a pair of decorations projecting above the rear fenders of an automobile", "fin"]]}, {"answer": "tails", "hint": "synonyms for tails", "clues": [["tail assembly", "the rear part of an aircraft", "tail assembly"], ["tailcoat", "formalwear consisting of full evening dress for men", "tailcoat"], ["tail", "(usually plural) the reverse side of a coin that does not bear the representation of a person's head", "tail"], ["stern", "the rear part of a ship", "stern"], ["poop", "the rear part of a ship", "poop"], ["tail end", "any projection that resembles the tail of an animal", "tail end"], ["dress suit", "formalwear consisting of full evening dress for men", "dress suit"], ["fag end", "the time of the last part of something", "fag end"], ["quarter", "the rear part of a ship", "quarter"], ["empennage", "the rear part of an aircraft", "empennage"], ["after part", "the rear part of a ship", "after part"], ["white tie", "formalwear consisting of full evening dress for men", "white tie"], ["full dress", "formalwear consisting of full evening dress for men", "full dress"], ["white tie and tails", "formalwear consisting of full evening dress for men", "white tie and tails"]]}, {"answer": "take", "hint": "synonyms for take", "clues": [["proceeds", "the income or profit arising from such transactions as the sale of land or other property", "proceeds"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property", "payoff"], ["yield", "the income or profit arising from such transactions as the sale of land or other property", "yield"], ["return", "the income or profit arising from such transactions as the sale of land or other property", "return"], ["issue", "the income or profit arising from such transactions as the sale of land or other property", "issue"], ["takings", "the income or profit arising from such transactions as the sale of land or other property", "takings"]]}, {"answer": "takeoff", "hint": "synonyms for takeoff", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["travesty", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "travesty"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "takeoff_booster", "hint": "synonyms for takeoff booster", "clues": [["booster unit", "the first stage of a multistage rocket", "booster unit"], ["booster", "the first stage of a multistage rocket", "booster"], ["takeoff rocket", "the first stage of a multistage rocket", "takeoff rocket"], ["booster rocket", "the first stage of a multistage rocket", "booster rocket"]]}, {"answer": "takeoff_rocket", "hint": "synonyms for takeoff rocket", "clues": [["takeoff booster", "the first stage of a multistage rocket", "takeoff booster"], ["booster unit", "the first stage of a multistage rocket", "booster unit"], ["booster", "the first stage of a multistage rocket", "booster"], ["booster rocket", "the first stage of a multistage rocket", "booster rocket"]]}, {"answer": "taking_into_custody", "hint": "synonyms for taking into custody", "clues": [["pinch", "the act of apprehending (especially apprehending a criminal)", "pinch"], ["catch", "the act of apprehending (especially apprehending a criminal)", "catch"], ["arrest", "the act of apprehending (especially apprehending a criminal)", "arrest"], ["collar", "the act of apprehending (especially apprehending a criminal)", "collar"], ["apprehension", "the act of apprehending (especially apprehending a criminal)", "apprehension"]]}, {"answer": "takings", "hint": "synonyms for takings", "clues": [["proceeds", "the income or profit arising from such transactions as the sale of land or other property", "proceeds"], ["taking", "the act of someone who picks up or takes something", "taking"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property", "payoff"], ["yield", "the income or profit arising from such transactions as the sale of land or other property", "yield"], ["return", "the income or profit arising from such transactions as the sale of land or other property", "return"], ["pickings", "the act of someone who picks up or takes something", "pickings"], ["issue", "the income or profit arising from such transactions as the sale of land or other property", "issue"], ["take", "the income or profit arising from such transactions as the sale of land or other property", "take"]]}, {"answer": "tale", "hint": "synonyms for tale", "clues": [["fib", "a trivial lie", "fib"], ["taradiddle", "a trivial lie", "taradiddle"], ["narrative", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "narrative"], ["story", "a trivial lie", "story"], ["narration", "a message that tells the particulars of an act or occurrence or course of events; presented in writing or drama or cinema or as a radio or television program", "narration"]]}, {"answer": "talk", "hint": "synonyms for talk", "clues": [["lecture", "a speech that is open to the public", "lecture"], ["talk of the town", "idle gossip or rumor", "talk of the town"], ["talking", "an exchange of ideas via conversation", "talking"], ["public lecture", "a speech that is open to the public", "public lecture"]]}, {"answer": "talkativeness", "hint": "synonyms for talkativeness", "clues": [["loquacity", "the quality of being wordy and talkative", "loquacity"], ["garrulity", "the quality of being wordy and talkative", "garrulity"], ["garrulousness", "the quality of being wordy and talkative", "garrulousness"], ["loquaciousness", "the quality of being wordy and talkative", "loquaciousness"]]}, {"answer": "talks", "hint": "synonyms for talks", "clues": [["talk", "an exchange of ideas via conversation", "talk"], ["lecture", "a speech that is open to the public", "lecture"], ["talk of the town", "idle gossip or rumor", "talk of the town"], ["dialogue", "a discussion intended to produce an agreement", "dialogue"], ["public lecture", "a speech that is open to the public", "public lecture"], ["negotiation", "a discussion intended to produce an agreement", "negotiation"]]}, {"answer": "tally", "hint": "synonyms for tally", "clues": [["reckoning", "a bill for an amount due", "reckoning"], ["enumeration", "the act of counting; reciting numbers in ascending order", "enumeration"], ["counting", "the act of counting; reciting numbers in ascending order", "counting"], ["run", "a score in baseball made by a runner touching all four bases safely", "run"]]}, {"answer": "tameness", "hint": "synonyms for tameness", "clues": [["vapidity", "the quality of being vapid and unsophisticated", "vapidity"], ["jejuneness", "the quality of being vapid and unsophisticated", "jejuneness"], ["domestication", "the attribute of having been domesticated", "domestication"], ["vapidness", "the quality of being vapid and unsophisticated", "vapidness"], ["jejunity", "the quality of being vapid and unsophisticated", "jejunity"]]}, {"answer": "tang", "hint": "synonyms for tang", "clues": [["savor", "the taste experience when a savoury condiment is taken into the mouth", "savor"], ["piquantness", "a tart spicy quality", "piquantness"], ["nip", "the taste experience when a savoury condiment is taken into the mouth", "nip"], ["relish", "the taste experience when a savoury condiment is taken into the mouth", "relish"], ["sapidity", "the taste experience when a savoury condiment is taken into the mouth", "sapidity"], ["zest", "a tart spicy quality", "zest"], ["flavor", "the taste experience when a savoury condiment is taken into the mouth", "flavor"], ["smack", "the taste experience when a savoury condiment is taken into the mouth", "smack"], ["piquancy", "a tart spicy quality", "piquancy"], ["tanginess", "a tart spicy quality", "tanginess"]]}, {"answer": "tanginess", "hint": "synonyms for tanginess", "clues": [["zest", "a tart spicy quality", "zest"], ["piquantness", "a tart spicy quality", "piquantness"], ["piquancy", "a tart spicy quality", "piquancy"], ["nip", "a tart spicy quality", "nip"], ["tang", "a tart spicy quality", "tang"]]}, {"answer": "tank", "hint": "synonyms for tank", "clues": [["armored combat vehicle", "an enclosed armored military vehicle; has a cannon and moves on caterpillar treads", "armored combat vehicle"], ["army tank", "an enclosed armored military vehicle; has a cannon and moves on caterpillar treads", "army tank"], ["cooler", "a cell for violent prisoners", "cooler"], ["tank car", "a freight car that transports liquids or gases in bulk", "tank car"], ["tankful", "as much as a tank will hold", "tankful"], ["storage tank", "a large (usually metallic) vessel for holding gases or liquids", "storage tank"]]}, {"answer": "tanning", "hint": "synonyms for tanning", "clues": [["flagellation", "beating with a whip or strap or rope as a form of punishment", "flagellation"], ["whipping", "beating with a whip or strap or rope as a form of punishment", "whipping"], ["flogging", "beating with a whip or strap or rope as a form of punishment", "flogging"], ["lashing", "beating with a whip or strap or rope as a form of punishment", "lashing"]]}, {"answer": "tap", "hint": "synonyms for tap", "clues": [["hydrant", "a faucet for drawing water from a pipe or cask", "hydrant"], ["spigot", "a plug for a bunghole in a cask", "spigot"], ["strike", "a gentle blow", "strike"], ["wiretap", "the act of tapping a telephone or telegraph line to get information", "wiretap"], ["dab", "a light touch or stroke", "dab"], ["water tap", "a faucet for drawing water from a pipe or cask", "water tap"], ["water faucet", "a faucet for drawing water from a pipe or cask", "water faucet"], ["pat", "a light touch or stroke", "pat"], ["rap", "the sound made by a gentle blow", "rap"]]}, {"answer": "tape", "hint": "synonyms for tape", "clues": [["tape recording", "a recording made on magnetic tape", "tape recording"], ["tape measure", "measuring instrument consisting of a narrow strip (cloth or metal) marked in inches or centimeters and used for measuring lengths", "tape measure"], ["taping", "a recording made on magnetic tape", "taping"], ["magnetic tape", "memory device consisting of a long thin plastic strip coated with iron oxide; used to record audio or video signals or to store computer information", "magnetic tape"], ["mag tape", "memory device consisting of a long thin plastic strip coated with iron oxide; used to record audio or video signals or to store computer information", "mag tape"], ["tapeline", "measuring instrument consisting of a narrow strip (cloth or metal) marked in inches or centimeters and used for measuring lengths", "tapeline"]]}, {"answer": "taphouse", "hint": "synonyms for taphouse", "clues": [["pub", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pub"], ["pothouse", "tavern consisting of a building with a bar and public rooms; often provides light meals", "pothouse"], ["saloon", "tavern consisting of a building with a bar and public rooms; often provides light meals", "saloon"], ["gin mill", "tavern consisting of a building with a bar and public rooms; often provides light meals", "gin mill"], ["public house", "tavern consisting of a building with a bar and public rooms; often provides light meals", "public house"]]}, {"answer": "taproom", "hint": "synonyms for taproom", "clues": [["saloon", "a room or establishment where alcoholic drinks are served over a counter", "saloon"], ["bar", "a room or establishment where alcoholic drinks are served over a counter", "bar"], ["barroom", "a room or establishment where alcoholic drinks are served over a counter", "barroom"], ["ginmill", "a room or establishment where alcoholic drinks are served over a counter", "ginmill"]]}, {"answer": "taps", "hint": "synonyms for taps", "clues": [["spigot", "a plug for a bunghole in a cask", "spigot"], ["dab", "a light touch or stroke", "dab"], ["tap", "the sound made by a gentle blow", "tap"], ["pat", "a light touch or stroke", "pat"], ["rap", "the sound made by a gentle blow", "rap"], ["hydrant", "a faucet for drawing water from a pipe or cask", "hydrant"], ["strike", "a gentle blow", "strike"], ["wiretap", "the act of tapping a telephone or telegraph line to get information", "wiretap"], ["water tap", "a faucet for drawing water from a pipe or cask", "water tap"], ["water faucet", "a faucet for drawing water from a pipe or cask", "water faucet"], ["lights-out", "(military) signal to turn the lights out", "lights-out"]]}, {"answer": "taradiddle", "hint": "synonyms for taradiddle", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["fib", "a trivial lie", "fib"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["tale", "a trivial lie", "tale"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["story", "a trivial lie", "story"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "tarchanoff_phenomenon", "hint": "synonyms for tarchanoff phenomenon", "clues": [["psychogalvanic response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "psychogalvanic response"], ["electrodermal response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "electrodermal response"], ["electrical skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "electrical skin response"], ["galvanic skin response", "a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body", "galvanic skin response"]]}, {"answer": "target", "hint": "synonyms for target", "clues": [["target area", "the location of the target that is to be hit", "target area"], ["mark", "a reference point to shoot at", "mark"], ["object", "the goal intended to be attained (and which is believed to be attainable)", "object"], ["aim", "the goal intended to be attained (and which is believed to be attainable)", "aim"], ["objective", "the goal intended to be attained (and which is believed to be attainable)", "objective"], ["butt", "sports equipment consisting of an object set up for a marksman or archer to aim at", "butt"]]}, {"answer": "taro", "hint": "synonyms for taro", "clues": [["taro root", "tropical starchy tuberous root", "taro root"], ["dasheen", "tropical starchy tuberous root", "dasheen"], ["edda", "tropical starchy tuberous root", "edda"], ["cocoyam", "tropical starchy tuberous root", "cocoyam"]]}, {"answer": "taro_root", "hint": "synonyms for taro root", "clues": [["taro", "tropical starchy tuberous root", "taro"], ["dasheen", "tropical starchy tuberous root", "dasheen"], ["edda", "tropical starchy tuberous root", "edda"], ["cocoyam", "tropical starchy tuberous root", "cocoyam"]]}, {"answer": "tarradiddle", "hint": "synonyms for tarradiddle", "clues": [["fib", "a trivial lie", "fib"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["taradiddle", "pretentious or silly talk or writing", "taradiddle"], ["tale", "a trivial lie", "tale"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["story", "a trivial lie", "story"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "tartar", "hint": "synonyms for tartar", "clues": [["tophus", "an incrustation that forms on the teeth and gums", "tophus"], ["calculus", "an incrustation that forms on the teeth and gums", "calculus"], ["cream of tartar", "a salt used especially in baking powder", "cream of tartar"], ["potassium bitartrate", "a salt used especially in baking powder", "potassium bitartrate"], ["potassium hydrogen tartrate", "a salt used especially in baking powder", "potassium hydrogen tartrate"]]}, {"answer": "tartness", "hint": "synonyms for tartness", "clues": [["sourness", "the taste experience when vinegar or lemon juice is taken into the mouth", "sourness"], ["sour", "the taste experience when vinegar or lemon juice is taken into the mouth", "sour"], ["jaundice", "a rough and bitter manner", "jaundice"], ["acerbity", "a rough and bitter manner", "acerbity"], ["bitterness", "a rough and bitter manner", "bitterness"], ["thorniness", "a rough and bitter manner", "thorniness"], ["acrimony", "a rough and bitter manner", "acrimony"]]}, {"answer": "task", "hint": "synonyms for task", "clues": [["undertaking", "any piece of work that is undertaken or attempted", "undertaking"], ["job", "a specific piece of work required to be done as a duty or for a specific fee", "job"], ["labor", "any piece of work that is undertaken or attempted", "labor"], ["project", "any piece of work that is undertaken or attempted", "project"], ["chore", "a specific piece of work required to be done as a duty or for a specific fee", "chore"]]}, {"answer": "taste", "hint": "synonyms for taste", "clues": [["discernment", "delicate discrimination (especially of aesthetic values)", "discernment"], ["tasting", "a kind of sensing; distinguishing substances by means of the taste buds", "tasting"], ["perceptiveness", "delicate discrimination (especially of aesthetic values)", "perceptiveness"], ["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory sensation"], ["predilection", "a strong liking", "predilection"], ["mouthful", "a small amount eaten or drunk", "mouthful"], ["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste sensation"], ["penchant", "a strong liking", "penchant"], ["gustatory modality", "the faculty of distinguishing sweet, sour, bitter, and salty properties in the mouth", "gustatory modality"], ["gustation", "the faculty of distinguishing sweet, sour, bitter, and salty properties in the mouth", "gustation"], ["preference", "a strong liking", "preference"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory perception"], ["sense of taste", "the faculty of distinguishing sweet, sour, bitter, and salty properties in the mouth", "sense of taste"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste perception"], ["appreciation", "delicate discrimination (especially of aesthetic values)", "appreciation"]]}, {"answer": "taste_perception", "hint": "synonyms for taste perception", "clues": [["taste sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste sensation"], ["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory perception"], ["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory sensation"]]}, {"answer": "taste_sensation", "hint": "synonyms for taste sensation", "clues": [["taste", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste"], ["gustatory perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory perception"], ["gustatory sensation", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "gustatory sensation"], ["taste perception", "the sensation that results when taste buds in the tongue and throat convey information about the chemical composition of a soluble stimulus", "taste perception"]]}, {"answer": "tasting", "hint": "synonyms for tasting", "clues": [["taste", "a kind of sensing; distinguishing substances by means of the taste buds", "taste"], ["degustation", "taking a small amount into the mouth to test its quality", "degustation"], ["savoring", "taking a small amount into the mouth to test its quality", "savoring"], ["relishing", "taking a small amount into the mouth to test its quality", "relishing"]]}, {"answer": "tater", "hint": "synonyms for tater", "clues": [["white potato", "an edible tuber native to South America; a staple food of Ireland", "white potato"], ["potato", "an edible tuber native to South America; a staple food of Ireland", "potato"], ["spud", "an edible tuber native to South America; a staple food of Ireland", "spud"], ["murphy", "an edible tuber native to South America; a staple food of Ireland", "murphy"]]}, {"answer": "tatter", "hint": "synonyms for tatter", "clues": [["tag", "a small piece of cloth or paper", "tag"], ["tag end", "a small piece of cloth or paper", "tag end"], ["rag", "a small piece of cloth or paper", "rag"], ["shred", "a small piece of cloth or paper", "shred"]]}, {"answer": "tawdriness", "hint": "synonyms for tawdriness", "clues": [["glitz", "tasteless showiness", "glitz"], ["flashiness", "tasteless showiness", "flashiness"], ["gaudiness", "tasteless showiness", "gaudiness"], ["brashness", "tasteless showiness", "brashness"], ["garishness", "tasteless showiness", "garishness"], ["meretriciousness", "tasteless showiness", "meretriciousness"], ["loudness", "tasteless showiness", "loudness"]]}, {"answer": "taxation", "hint": "synonyms for taxation", "clues": [["revenue enhancement", "charge against a citizen's person or property or activity for the support of government", "revenue enhancement"], ["tax income", "government income due to taxation", "tax income"], ["tax", "charge against a citizen's person or property or activity for the support of government", "tax"], ["revenue", "government income due to taxation", "revenue"], ["tax revenue", "government income due to taxation", "tax revenue"]]}, {"answer": "taxis", "hint": "synonyms for taxis", "clues": [["cab", "a car driven by a person whose job is to take passengers where they want to go in exchange for money", "cab"], ["hack", "a car driven by a person whose job is to take passengers where they want to go in exchange for money", "hack"], ["taxicab", "a car driven by a person whose job is to take passengers where they want to go in exchange for money", "taxicab"], ["taxi", "a car driven by a person whose job is to take passengers where they want to go in exchange for money", "taxi"]]}, {"answer": "tb", "hint": "synonyms for tb", "clues": [["terbium", "a metallic element of the rare earth group; used in lasers; occurs in apatite and monazite and xenotime and ytterbite", "terbium"], ["terabyte", "a unit of information equal to 1000 gigabytes or 10^12 (1,000,000,000,000) bytes", "terabyte"], ["tebibyte", "a unit of information equal to 1024 gibibytes or 2^40 (1,099,511,627,776) bytes", "tebibyte"], ["atomic number 65", "a metallic element of the rare earth group; used in lasers; occurs in apatite and monazite and xenotime and ytterbite", "atomic number 65"], ["terabit", "a unit of information equal to 1000 gigabits or 10^12 (1,000,000,000,000) bits", "terabit"]]}, {"answer": "te", "hint": "synonyms for te", "clues": [["si", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "si"], ["atomic number 52", "a brittle silver-white metalloid element that is related to selenium and sulfur; it is used in alloys and as a semiconductor; occurs mainly as tellurides in ores of copper and nickel and silver and gold", "atomic number 52"], ["ti", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "ti"], ["tellurium", "a brittle silver-white metalloid element that is related to selenium and sulfur; it is used in alloys and as a semiconductor; occurs mainly as tellurides in ores of copper and nickel and silver and gold", "tellurium"]]}, {"answer": "tea_parlor", "hint": "synonyms for tea parlor", "clues": [["teahouse", "a restaurant where tea and light meals are available", "teahouse"], ["teashop", "a restaurant where tea and light meals are available", "teashop"], ["tearoom", "a restaurant where tea and light meals are available", "tearoom"], ["tea parlour", "a restaurant where tea and light meals are available", "tea parlour"]]}, {"answer": "tea_parlour", "hint": "synonyms for tea parlour", "clues": [["teahouse", "a restaurant where tea and light meals are available", "teahouse"], ["tearoom", "a restaurant where tea and light meals are available", "tearoom"], ["teashop", "a restaurant where tea and light meals are available", "teashop"], ["tea parlor", "a restaurant where tea and light meals are available", "tea parlor"]]}, {"answer": "teaberry", "hint": "synonyms for teaberry", "clues": [["boxberry", "spicy red berrylike fruit; source of wintergreen oil", "boxberry"], ["checkerberry", "spicy red berrylike fruit; source of wintergreen oil", "checkerberry"], ["spiceberry", "spicy red berrylike fruit; source of wintergreen oil", "spiceberry"], ["wintergreen", "spicy red berrylike fruit; source of wintergreen oil", "wintergreen"]]}, {"answer": "teaching", "hint": "synonyms for teaching", "clues": [["precept", "a doctrine that is taught", "precept"], ["didactics", "the activities of educating or instructing; activities that impart knowledge or skill", "didactics"], ["educational activity", "the activities of educating or instructing; activities that impart knowledge or skill", "educational activity"], ["pedagogy", "the activities of educating or instructing; activities that impart knowledge or skill", "pedagogy"], ["instruction", "the activities of educating or instructing; activities that impart knowledge or skill", "instruction"], ["education", "the activities of educating or instructing; activities that impart knowledge or skill", "education"], ["commandment", "a doctrine that is taught", "commandment"]]}, {"answer": "tear", "hint": "synonyms for tear", "clues": [["split", "an opening made forcibly as by pulling apart", "split"], ["bout", "an occasion for excessive eating or drinking", "bout"], ["rip", "an opening made forcibly as by pulling apart", "rip"], ["rent", "an opening made forcibly as by pulling apart", "rent"], ["binge", "an occasion for excessive eating or drinking", "binge"], ["bust", "an occasion for excessive eating or drinking", "bust"], ["snag", "an opening made forcibly as by pulling apart", "snag"]]}, {"answer": "tears", "hint": "synonyms for tears", "clues": [["weeping", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)", "weeping"], ["tear", "the act of tearing", "tear"], ["rent", "an opening made forcibly as by pulling apart", "rent"], ["binge", "an occasion for excessive eating or drinking", "binge"], ["bust", "an occasion for excessive eating or drinking", "bust"], ["split", "an opening made forcibly as by pulling apart", "split"], ["bout", "an occasion for excessive eating or drinking", "bout"], ["rip", "an opening made forcibly as by pulling apart", "rip"], ["snag", "an opening made forcibly as by pulling apart", "snag"], ["crying", "the process of shedding tears (usually accompanied by sobs or other inarticulate sounds)", "crying"]]}, {"answer": "teddy", "hint": "synonyms for teddy", "clues": [["shimmy", "a woman's sleeveless undergarment", "shimmy"], ["slip", "a woman's sleeveless undergarment", "slip"], ["chemise", "a woman's sleeveless undergarment", "chemise"], ["shift", "a woman's sleeveless undergarment", "shift"], ["teddy bear", "plaything consisting of a child's toy bear (usually plush and stuffed with soft materials)", "teddy bear"]]}, {"answer": "tedium", "hint": "synonyms for tedium", "clues": [["ennui", "the feeling of being bored by something tedious", "ennui"], ["boredom", "the feeling of being bored by something tedious", "boredom"], ["tediousness", "dullness owing to length or slowness", "tediousness"], ["tiresomeness", "dullness owing to length or slowness", "tiresomeness"]]}, {"answer": "teeter", "hint": "synonyms for teeter", "clues": [["teeter-totter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter-totter"], ["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "tilting board"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeterboard"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "seesaw"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "dandle board"]]}, {"answer": "teeter-totter", "hint": "synonyms for teeter-totter", "clues": [["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "tilting board"], ["teetertotter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teetertotter"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeterboard"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "seesaw"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "dandle board"]]}, {"answer": "teeterboard", "hint": "synonyms for teeterboard", "clues": [["teeter-totter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter-totter"], ["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "tilting board"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "seesaw"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "dandle board"]]}, {"answer": "teetertotter", "hint": "synonyms for teetertotter", "clues": [["teeter-totter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter-totter"], ["tilting board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "tilting board"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeterboard"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "seesaw"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "dandle board"]]}, {"answer": "telephone_booth", "hint": "synonyms for telephone booth", "clues": [["telephone kiosk", "booth for using a telephone", "telephone kiosk"], ["phone booth", "booth for using a telephone", "phone booth"], ["telephone box", "booth for using a telephone", "telephone box"], ["call box", "booth for using a telephone", "call box"]]}, {"answer": "telephone_box", "hint": "synonyms for telephone box", "clues": [["phone booth", "booth for using a telephone", "phone booth"], ["telephone kiosk", "booth for using a telephone", "telephone kiosk"], ["call box", "booth for using a telephone", "call box"], ["telephone booth", "booth for using a telephone", "telephone booth"]]}, {"answer": "telephone_circuit", "hint": "synonyms for telephone circuit", "clues": [["telephone line", "a telephone connection", "telephone line"], ["phone line", "a telephone connection", "phone line"], ["line", "a telephone connection", "line"], ["subscriber line", "a telephone connection", "subscriber line"]]}, {"answer": "telephone_line", "hint": "synonyms for telephone line", "clues": [["telegraph line", "the wire that carries telegraph and telephone signals", "telegraph line"], ["telephone wire", "the wire that carries telegraph and telephone signals", "telephone wire"], ["telephone circuit", "a telephone connection", "telephone circuit"], ["phone line", "a telephone connection", "phone line"], ["line", "a telephone connection", "line"], ["subscriber line", "a telephone connection", "subscriber line"]]}, {"answer": "teleprinter", "hint": "synonyms for teleprinter", "clues": [["telex", "a character printer connected to a telegraph that operates like a typewriter", "telex"], ["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter", "teletypewriter"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter", "telex machine"], ["teletype machine", "a character printer connected to a telegraph that operates like a typewriter", "teletype machine"]]}, {"answer": "teletype_machine", "hint": "synonyms for teletype machine", "clues": [["teleprinter", "a character printer connected to a telegraph that operates like a typewriter", "teleprinter"], ["telex", "a character printer connected to a telegraph that operates like a typewriter", "telex"], ["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter", "teletypewriter"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter", "telex machine"]]}, {"answer": "teletypewriter", "hint": "synonyms for teletypewriter", "clues": [["teleprinter", "a character printer connected to a telegraph that operates like a typewriter", "teleprinter"], ["telex", "a character printer connected to a telegraph that operates like a typewriter", "telex"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter", "telex machine"], ["teletype machine", "a character printer connected to a telegraph that operates like a typewriter", "teletype machine"]]}, {"answer": "television", "hint": "synonyms for television", "clues": [["television system", "a telecommunication system that transmits images of objects (stationary or moving) between distant points", "television system"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["telecasting", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs", "telecasting"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["video", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs", "video"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "television_receiver", "hint": "synonyms for television receiver", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"]]}, {"answer": "television_set", "hint": "synonyms for television set", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "telex", "hint": "synonyms for telex", "clues": [["teleprinter", "a character printer connected to a telegraph that operates like a typewriter", "teleprinter"], ["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter", "teletypewriter"], ["telex machine", "a character printer connected to a telegraph that operates like a typewriter", "telex machine"], ["teletype machine", "a character printer connected to a telegraph that operates like a typewriter", "teletype machine"]]}, {"answer": "telex_machine", "hint": "synonyms for telex machine", "clues": [["teleprinter", "a character printer connected to a telegraph that operates like a typewriter", "teleprinter"], ["telex", "a character printer connected to a telegraph that operates like a typewriter", "telex"], ["teletypewriter", "a character printer connected to a telegraph that operates like a typewriter", "teletypewriter"], ["teletype machine", "a character printer connected to a telegraph that operates like a typewriter", "teletype machine"]]}, {"answer": "telly", "hint": "synonyms for telly", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "temper", "hint": "synonyms for temper", "clues": [["surliness", "a disposition to exhibit uncontrolled anger", "surliness"], ["toughness", "the elasticity and hardness of a metal object; its ability to absorb considerable energy before cracking", "toughness"], ["snappishness", "a disposition to exhibit uncontrolled anger", "snappishness"], ["pique", "a sudden outburst of anger", "pique"], ["humor", "a characteristic (habitual or relatively temporary) state of feeling", "humor"], ["irritability", "a disposition to exhibit uncontrolled anger", "irritability"], ["irritation", "a sudden outburst of anger", "irritation"], ["biliousness", "a disposition to exhibit uncontrolled anger", "biliousness"], ["peevishness", "a disposition to exhibit uncontrolled anger", "peevishness"], ["mood", "a characteristic (habitual or relatively temporary) state of feeling", "mood"], ["pettishness", "a disposition to exhibit uncontrolled anger", "pettishness"]]}, {"answer": "template_rna", "hint": "synonyms for template rna", "clues": [["mRNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "mRNA"], ["template RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "template RNA"], ["informational RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "informational RNA"], ["messenger RNA", "the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell", "messenger RNA"]]}, {"answer": "tenaciousness", "hint": "synonyms for tenaciousness", "clues": [["persistence", "persistent determination", "persistence"], ["perseverance", "persistent determination", "perseverance"], ["tenacity", "persistent determination", "tenacity"], ["pertinacity", "persistent determination", "pertinacity"], ["doggedness", "persistent determination", "doggedness"]]}, {"answer": "tenacity", "hint": "synonyms for tenacity", "clues": [["persistence", "persistent determination", "persistence"], ["perseverance", "persistent determination", "perseverance"], ["tenaciousness", "persistent determination", "tenaciousness"], ["pertinacity", "persistent determination", "pertinacity"], ["doggedness", "persistent determination", "doggedness"]]}, {"answer": "tendency", "hint": "synonyms for tendency", "clues": [["inclination", "an attitude of mind especially one that favors one alternative over others", "inclination"], ["disposition", "an attitude of mind especially one that favors one alternative over others", "disposition"], ["leaning", "an inclination to do something", "leaning"], ["propensity", "an inclination to do something", "propensity"], ["trend", "a general direction in which something tends to move", "trend"]]}, {"answer": "tenderness", "hint": "synonyms for tenderness", "clues": [["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["softheartedness", "a feeling of concern for the welfare of someone (especially someone defenseless)", "softheartedness"], ["affectionateness", "a positive feeling of liking", "affectionateness"], ["tenderheartedness", "warm compassionate feelings", "tenderheartedness"], ["heart", "a positive feeling of liking", "heart"], ["philia", "a positive feeling of liking", "philia"], ["affection", "a positive feeling of liking", "affection"], ["fondness", "a positive feeling of liking", "fondness"], ["warmness", "a positive feeling of liking", "warmness"]]}, {"answer": "tenner", "hint": "synonyms for tenner", "clues": [["decade", "the cardinal number that is the sum of nine and one; the base of the decimal system", "decade"], ["10", "the cardinal number that is the sum of nine and one; the base of the decimal system", "10"], ["ten", "the cardinal number that is the sum of nine and one; the base of the decimal system", "ten"], ["ten dollar bill", "a United States bill worth 10 dollars", "ten dollar bill"]]}, {"answer": "tent-fly", "hint": "synonyms for tent-fly", "clues": [["tent flap", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent flap"], ["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "rainfly"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly"], ["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly sheet"]]}, {"answer": "tent_flap", "hint": "synonyms for tent flap", "clues": [["rainfly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "rainfly"], ["tent-fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "tent-fly"], ["fly", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly"], ["fly sheet", "flap consisting of a piece of canvas that can be drawn back to provide entrance to a tent", "fly sheet"]]}, {"answer": "tenuity", "hint": "synonyms for tenuity", "clues": [["low density", "a rarified quality", "low density"], ["thinness", "relatively small dimension through an object as opposed to its length or width", "thinness"], ["feebleness", "the quality of lacking intensity or substance; - Nathaniel Hawthorne", "feebleness"], ["rarity", "a rarified quality", "rarity"], ["slenderness", "relatively small dimension through an object as opposed to its length or width", "slenderness"]]}, {"answer": "tercet", "hint": "synonyms for tercet", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"]]}, {"answer": "term", "hint": "synonyms for term", "clues": [["terminal figure", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome", "terminal figure"], ["terminus", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome", "terminus"], ["full term", "the end of gestation or point at which birth is imminent", "full term"], ["condition", "(usually plural) a statement of what is required as part of an agreement", "condition"]]}, {"answer": "term_of_enlistment", "hint": "synonyms for term of enlistment", "clues": [["tour", "a period of time spent in military service", "tour"], ["tour of duty", "a period of time spent in military service", "tour of duty"], ["hitch", "a period of time spent in military service", "hitch"], ["enlistment", "a period of time spent in military service", "enlistment"], ["duty tour", "a period of time spent in military service", "duty tour"]]}, {"answer": "termination", "hint": "synonyms for termination", "clues": [["final result", "something that results", "final result"], ["ending", "the end of a word (a suffix or inflectional ending or final morpheme)", "ending"], ["expiration", "a coming to an end of a contract period", "expiration"], ["conclusion", "the act of ending something", "conclusion"], ["endpoint", "a place where something ends or is complete", "endpoint"], ["terminus", "a place where something ends or is complete", "terminus"], ["resultant", "something that results", "resultant"], ["result", "something that results", "result"], ["outcome", "something that results", "outcome"], ["expiry", "a coming to an end of a contract period", "expiry"]]}, {"answer": "terminus", "hint": "synonyms for terminus", "clues": [["terminal figure", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome", "terminal figure"], ["terminal", "station where transport vehicles load or unload passengers or goods", "terminal"], ["depot", "station where transport vehicles load or unload passengers or goods", "depot"], ["destination", "the ultimate goal for which something is done", "destination"], ["termination", "a place where something ends or is complete", "termination"], ["endpoint", "a place where something ends or is complete", "endpoint"], ["term", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome", "term"]]}, {"answer": "terms", "hint": "synonyms for terms", "clues": [["term", "a word or expression used for some particular thing", "term"], ["damage", "the amount of money needed to purchase something", "damage"], ["full term", "the end of gestation or point at which birth is imminent", "full term"], ["terminus", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome", "terminus"], ["terminal figure", "(architecture) a statue or a human bust or an animal carved out of the top of a square pillar; originally used as a boundary marker in ancient Rome", "terminal figure"], ["price", "the amount of money needed to purchase something", "price"], ["condition", "(usually plural) a statement of what is required as part of an agreement", "condition"]]}, {"answer": "ternion", "hint": "synonyms for ternion", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "terra_alba", "hint": "synonyms for terra alba", "clues": [["kaolin", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "kaolin"], ["china clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china clay"], ["china stone", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "china stone"], ["pipeclay", "fine white clay used in making tobacco pipes and pottery and in whitening leather", "pipeclay"], ["porcelain clay", "a fine usually white clay formed by the weathering of aluminous minerals (as feldspar); used in ceramics and as an absorbent and as a filler (e.g., in paper)", "porcelain clay"]]}, {"answer": "terra_firma", "hint": "synonyms for terra firma", "clues": [["solid ground", "the solid part of the earth's surface", "solid ground"], ["land", "the solid part of the earth's surface", "land"], ["ground", "the solid part of the earth's surface", "ground"], ["earth", "the solid part of the earth's surface", "earth"], ["dry land", "the solid part of the earth's surface", "dry land"]]}, {"answer": "territory", "hint": "synonyms for territory", "clues": [["district", "a region marked off for administrative or other purposes", "district"], ["dominion", "a region marked off for administrative or other purposes", "dominion"], ["territorial dominion", "a region marked off for administrative or other purposes", "territorial dominion"], ["soil", "the geographical area under the jurisdiction of a sovereign state", "soil"]]}, {"answer": "terzetto", "hint": "synonyms for terzetto", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "test", "hint": "synonyms for test", "clues": [["trial", "the act of undergoing testing", "trial"], ["mental testing", "any standardized procedure for measuring sensitivity or memory or intelligence or aptitude or personality etc", "mental testing"], ["psychometric test", "any standardized procedure for measuring sensitivity or memory or intelligence or aptitude or personality etc", "psychometric test"], ["tryout", "trying something to find out about it", "tryout"], ["exam", "a set of questions or exercises evaluating skill or knowledge", "exam"], ["trial run", "trying something to find out about it", "trial run"], ["run", "the act of testing something", "run"], ["examination", "a set of questions or exercises evaluating skill or knowledge", "examination"]]}, {"answer": "tetrad", "hint": "synonyms for tetrad", "clues": [["quatern", "the cardinal number that is the sum of three and one", "quatern"], ["quartet", "the cardinal number that is the sum of three and one", "quartet"], ["quaternion", "the cardinal number that is the sum of three and one", "quaternion"], ["four", "the cardinal number that is the sum of three and one", "four"], ["4", "the cardinal number that is the sum of three and one", "4"], ["quadruplet", "the cardinal number that is the sum of three and one", "quadruplet"], ["foursome", "the cardinal number that is the sum of three and one", "foursome"], ["quaternary", "the cardinal number that is the sum of three and one", "quaternary"], ["quaternity", "the cardinal number that is the sum of three and one", "quaternity"]]}, {"answer": "text", "hint": "synonyms for text", "clues": [["schoolbook", "a book prepared for use in schools or colleges", "schoolbook"], ["school text", "a book prepared for use in schools or colleges", "school text"], ["textual matter", "the words of something written", "textual matter"], ["textbook", "a book prepared for use in schools or colleges", "textbook"], ["text edition", "a book prepared for use in schools or colleges", "text edition"]]}, {"answer": "text_edition", "hint": "synonyms for text edition", "clues": [["schoolbook", "a book prepared for use in schools or colleges", "schoolbook"], ["school text", "a book prepared for use in schools or colleges", "school text"], ["text", "a book prepared for use in schools or colleges", "text"], ["textbook", "a book prepared for use in schools or colleges", "textbook"]]}, {"answer": "thaumaturgy", "hint": "synonyms for thaumaturgy", "clues": [["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["deception", "an illusory feat; considered magical by naive observers", "deception"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["magic", "any art that invokes supernatural powers", "magic"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["trick", "an illusory feat; considered magical by naive observers", "trick"]]}, {"answer": "the_great_calamity", "hint": "synonyms for the great calamity", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Irish Famine"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Hunger"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Calamity"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Starvation"]]}, {"answer": "the_great_hunger", "hint": "synonyms for the great hunger", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Irish Famine"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Hunger"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Calamity"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Starvation"]]}, {"answer": "the_great_starvation", "hint": "synonyms for the great starvation", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Irish Famine"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Hunger"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Calamity"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Starvation"]]}, {"answer": "the_great_unwashed", "hint": "synonyms for the great unwashed", "clues": [["multitude", "the common people generally", "multitude"], ["masses", "the common people generally", "masses"], ["people", "the common people generally", "people"], ["hoi polloi", "the common people generally", "hoi polloi"]]}, {"answer": "the_irish_famine", "hint": "synonyms for the irish famine", "clues": [["the Irish Famine", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Irish Famine"], ["the Great Hunger", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Hunger"], ["the Great Calamity", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Calamity"], ["the Great Starvation", "a famine in Ireland resulting from a potato blight; between 1846 and 1851 a million people starved to death and 1.6 million emigrated (most to America)", "the Great Starvation"]]}, {"answer": "the_pits", "hint": "synonyms for the pits", "clues": [["hell on earth", "any place of pain and turmoil", "hell on earth"], ["hellhole", "any place of pain and turmoil", "hellhole"], ["hell", "any place of pain and turmoil", "hell"], ["inferno", "any place of pain and turmoil", "inferno"], ["snake pit", "any place of pain and turmoil", "snake pit"]]}, {"answer": "theater", "hint": "synonyms for theater", "clues": [["theatre", "a building where theatrical performances or motion-picture shows can be presented", "theatre"], ["theatre of operations", "a region in which active military operations are in progress", "theatre of operations"], ["field of operations", "a region in which active military operations are in progress", "field of operations"], ["dramatic art", "the art of writing and producing plays", "dramatic art"], ["dramaturgy", "the art of writing and producing plays", "dramaturgy"], ["house", "a building where theatrical performances or motion-picture shows can be presented", "house"], ["dramatics", "the art of writing and producing plays", "dramatics"], ["field", "a region in which active military operations are in progress", "field"]]}, {"answer": "theater_of_operations", "hint": "synonyms for theater of operations", "clues": [["theatre of operations", "a region in which active military operations are in progress", "theatre of operations"], ["field of operations", "a region in which active military operations are in progress", "field of operations"], ["theater", "a region in which active military operations are in progress", "theater"], ["field", "a region in which active military operations are in progress", "field"]]}, {"answer": "theatre", "hint": "synonyms for theatre", "clues": [["theatre of operations", "a region in which active military operations are in progress", "theatre of operations"], ["field of operations", "a region in which active military operations are in progress", "field of operations"], ["dramatic art", "the art of writing and producing plays", "dramatic art"], ["dramaturgy", "the art of writing and producing plays", "dramaturgy"], ["house", "a building where theatrical performances or motion-picture shows can be presented", "house"], ["dramatics", "the art of writing and producing plays", "dramatics"], ["theater", "a region in which active military operations are in progress", "theater"], ["field", "a region in which active military operations are in progress", "field"]]}, {"answer": "theatre_of_operations", "hint": "synonyms for theatre of operations", "clues": [["field of operations", "a region in which active military operations are in progress", "field of operations"], ["theater of operations", "a region in which active military operations are in progress", "theater of operations"], ["theater", "a region in which active military operations are in progress", "theater"], ["field", "a region in which active military operations are in progress", "field"]]}, {"answer": "theatrical_role", "hint": "synonyms for theatrical role", "clues": [["role", "an actor's portrayal of someone in a play", "role"], ["part", "an actor's portrayal of someone in a play", "part"], ["character", "an actor's portrayal of someone in a play", "character"], ["persona", "an actor's portrayal of someone in a play", "persona"]]}, {"answer": "theft", "hint": "synonyms for theft", "clues": [["thievery", "the act of taking something from someone unlawfully", "thievery"], ["thieving", "the act of taking something from someone unlawfully", "thieving"], ["larceny", "the act of taking something from someone unlawfully", "larceny"], ["stealing", "the act of taking something from someone unlawfully", "stealing"]]}, {"answer": "theme", "hint": "synonyms for theme", "clues": [["root word", "(linguistics) the form of a word after all affixes are removed", "root word"], ["report", "an essay (especially one written as an assignment)", "report"], ["motif", "a unifying idea that is a recurrent element in literary or artistic work", "motif"], ["idea", "(music) melodic subject of a musical composition", "idea"], ["composition", "an essay (especially one written as an assignment)", "composition"], ["melodic theme", "(music) melodic subject of a musical composition", "melodic theme"], ["musical theme", "(music) melodic subject of a musical composition", "musical theme"], ["topic", "the subject matter of a conversation or discussion", "topic"], ["paper", "an essay (especially one written as an assignment)", "paper"], ["radical", "(linguistics) the form of a word after all affixes are removed", "radical"], ["base", "(linguistics) the form of a word after all affixes are removed", "base"], ["subject", "the subject matter of a conversation or discussion", "subject"], ["root", "(linguistics) the form of a word after all affixes are removed", "root"], ["stem", "(linguistics) the form of a word after all affixes are removed", "stem"]]}, {"answer": "therapeutics", "hint": "synonyms for therapeutics", "clues": [["cure", "a medicine or therapy that cures disease or relieve pain", "cure"], ["curative", "a medicine or therapy that cures disease or relieve pain", "curative"], ["remedy", "a medicine or therapy that cures disease or relieve pain", "remedy"], ["therapeutic", "a medicine or therapy that cures disease or relieve pain", "therapeutic"]]}, {"answer": "thermionic_tube", "hint": "synonyms for thermionic tube", "clues": [["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "tube"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic valve"], ["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic vacuum tube"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "vacuum tube"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "electron tube"]]}, {"answer": "thermionic_vacuum_tube", "hint": "synonyms for thermionic vacuum tube", "clues": [["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "tube"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic valve"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic tube"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "electron tube"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "vacuum tube"]]}, {"answer": "thermionic_valve", "hint": "synonyms for thermionic valve", "clues": [["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "tube"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic tube"], ["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic vacuum tube"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "vacuum tube"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "electron tube"]]}, {"answer": "thermobaric_bomb", "hint": "synonyms for thermobaric bomb", "clues": [["fuel-air bomb", "a bomb that uses a fuel-air explosive", "fuel-air bomb"], ["vacuum bomb", "a bomb that uses a fuel-air explosive", "vacuum bomb"], ["volume-detonation bomb", "a bomb that uses a fuel-air explosive", "volume-detonation bomb"], ["aerosol bomb", "a bomb that uses a fuel-air explosive", "aerosol bomb"]]}, {"answer": "thiamin", "hint": "synonyms for thiamin", "clues": [["aneurin", "a B vitamin that prevents beriberi; maintains appetite and growth", "aneurin"], ["thiamine", "a B vitamin that prevents beriberi; maintains appetite and growth", "thiamine"], ["antiberiberi factor", "a B vitamin that prevents beriberi; maintains appetite and growth", "antiberiberi factor"], ["vitamin B1", "a B vitamin that prevents beriberi; maintains appetite and growth", "vitamin B1"]]}, {"answer": "thiamine", "hint": "synonyms for thiamine", "clues": [["aneurin", "a B vitamin that prevents beriberi; maintains appetite and growth", "aneurin"], ["vitamin B1", "a B vitamin that prevents beriberi; maintains appetite and growth", "vitamin B1"], ["antiberiberi factor", "a B vitamin that prevents beriberi; maintains appetite and growth", "antiberiberi factor"], ["thiamin", "a B vitamin that prevents beriberi; maintains appetite and growth", "thiamin"]]}, {"answer": "thicket", "hint": "synonyms for thicket", "clues": [["copse", "a dense growth of bushes", "copse"], ["brush", "a dense growth of bushes", "brush"], ["brushwood", "a dense growth of bushes", "brushwood"], ["coppice", "a dense growth of bushes", "coppice"]]}, {"answer": "thievery", "hint": "synonyms for thievery", "clues": [["theft", "the act of taking something from someone unlawfully", "theft"], ["thieving", "the act of taking something from someone unlawfully", "thieving"], ["larceny", "the act of taking something from someone unlawfully", "larceny"], ["stealing", "the act of taking something from someone unlawfully", "stealing"]]}, {"answer": "thigh-slapper", "hint": "synonyms for thigh-slapper", "clues": [["scream", "a joke that seems extremely funny", "scream"], ["belly laugh", "a joke that seems extremely funny", "belly laugh"], ["howler", "a joke that seems extremely funny", "howler"], ["riot", "a joke that seems extremely funny", "riot"], ["sidesplitter", "a joke that seems extremely funny", "sidesplitter"], ["wow", "a joke that seems extremely funny", "wow"]]}, {"answer": "thingamabob", "hint": "synonyms for thingamabob", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "thingamajig", "hint": "synonyms for thingamajig", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["thingumabob", "something unspecified whose name is either forgotten or not known", "thingumabob"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "thingmabob", "hint": "synonyms for thingmabob", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["thingumabob", "something unspecified whose name is either forgotten or not known", "thingumabob"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "thingmajig", "hint": "synonyms for thingmajig", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["thingamajig", "something unspecified whose name is either forgotten or not known", "thingamajig"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "thingumabob", "hint": "synonyms for thingumabob", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "thingumajig", "hint": "synonyms for thingumajig", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "thingummy", "hint": "synonyms for thingummy", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "thinness", "hint": "synonyms for thinness", "clues": [["leanness", "the property of having little body fat", "leanness"], ["tenuity", "relatively small dimension through an object as opposed to its length or width", "tenuity"], ["sparsity", "the property of being scanty or scattered; lacking denseness", "sparsity"], ["sparseness", "the property of being scanty or scattered; lacking denseness", "sparseness"], ["slenderness", "relatively small dimension through an object as opposed to its length or width", "slenderness"], ["fineness", "the property of being very narrow or thin", "fineness"]]}, {"answer": "thirties", "hint": "synonyms for thirties", "clues": [["thirty", "the cardinal number that is the product of ten and three", "thirty"], ["mid-thirties", "the time of life between 30 and 40", "mid-thirties"], ["30", "the cardinal number that is the product of ten and three", "30"], ["1930s", "the decade from 1930 to 1939", "1930s"], ["thirty-something", "the time of life between 30 and 40", "thirty-something"]]}, {"answer": "thole", "hint": "synonyms for thole", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "peg"], ["tholepin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "tholepin"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "oarlock"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "pin"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "rowlock"]]}, {"answer": "tholepin", "hint": "synonyms for tholepin", "clues": [["peg", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "peg"], ["oarlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "oarlock"], ["thole", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "thole"], ["pin", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "pin"], ["rowlock", "a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing", "rowlock"]]}, {"answer": "thorniness", "hint": "synonyms for thorniness", "clues": [["bristliness", "the quality of being covered with prickly thorns or spines", "bristliness"], ["jaundice", "a rough and bitter manner", "jaundice"], ["acerbity", "a rough and bitter manner", "acerbity"], ["bitterness", "a rough and bitter manner", "bitterness"], ["spininess", "the quality of being covered with prickly thorns or spines", "spininess"], ["acrimony", "a rough and bitter manner", "acrimony"], ["prickliness", "the quality of being covered with prickly thorns or spines", "prickliness"], ["tartness", "a rough and bitter manner", "tartness"]]}, {"answer": "thou", "hint": "synonyms for thou", "clues": [["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["yard", "the cardinal number that is the product of 10 and 100", "yard"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "thought", "hint": "synonyms for thought", "clues": [["mentation", "the process of using your mind to consider something carefully", "mentation"], ["intellection", "the process of using your mind to consider something carefully", "intellection"], ["view", "a personal belief or judgment that is not founded on proof or certainty", "view"], ["thought process", "the process of using your mind to consider something carefully", "thought process"], ["cerebration", "the process of using your mind to consider something carefully", "cerebration"], ["opinion", "a personal belief or judgment that is not founded on proof or certainty", "opinion"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty", "persuasion"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty", "sentiment"], ["idea", "the content of cognition; the main thing you are thinking about", "idea"], ["thinking", "the process of using your mind to consider something carefully", "thinking"]]}, {"answer": "thought_process", "hint": "synonyms for thought process", "clues": [["mentation", "the process of using your mind to consider something carefully", "mentation"], ["cerebration", "the process of using your mind to consider something carefully", "cerebration"], ["intellection", "the process of using your mind to consider something carefully", "intellection"], ["thought", "the process of using your mind to consider something carefully", "thought"], ["thinking", "the process of using your mind to consider something carefully", "thinking"]]}, {"answer": "thoughtfulness", "hint": "synonyms for thoughtfulness", "clues": [["musing", "a calm, lengthy, intent consideration", "musing"], ["consideration", "a considerate and thoughtful act", "consideration"], ["rumination", "a calm, lengthy, intent consideration", "rumination"], ["reflexion", "a calm, lengthy, intent consideration", "reflexion"], ["considerateness", "kind and considerate regard for others", "considerateness"], ["contemplation", "a calm, lengthy, intent consideration", "contemplation"], ["reflection", "a calm, lengthy, intent consideration", "reflection"]]}, {"answer": "thrashing", "hint": "synonyms for thrashing", "clues": [["slaughter", "a sound defeat", "slaughter"], ["whipping", "a sound defeat", "whipping"], ["trouncing", "a sound defeat", "trouncing"], ["beating", "the act of inflicting corporal punishment with repeated blows", "beating"], ["walloping", "a sound defeat", "walloping"], ["licking", "the act of inflicting corporal punishment with repeated blows", "licking"], ["whacking", "the act of inflicting corporal punishment with repeated blows", "whacking"], ["drubbing", "a sound defeat", "drubbing"], ["debacle", "a sound defeat", "debacle"], ["lacing", "the act of inflicting corporal punishment with repeated blows", "lacing"]]}, {"answer": "thread", "hint": "synonyms for thread", "clues": [["train of thought", "the connections that link the various parts of an event or argument together", "train of thought"], ["screw thread", "the raised helical rib going around a screw", "screw thread"], ["ribbon", "any long object resembling a thin line", "ribbon"], ["yarn", "a fine cord of twisted fibers (of cotton or silk or wool or nylon etc.) used in sewing and weaving", "yarn"]]}, {"answer": "threads", "hint": "synonyms for threads", "clues": [["thread", "any long object resembling a thin line", "thread"], ["train of thought", "the connections that link the various parts of an event or argument together", "train of thought"], ["screw thread", "the raised helical rib going around a screw", "screw thread"], ["togs", "informal terms for clothing", "togs"], ["yarn", "a fine cord of twisted fibers (of cotton or silk or wool or nylon etc.) used in sewing and weaving", "yarn"], ["ribbon", "any long object resembling a thin line", "ribbon"], ["duds", "informal terms for clothing", "duds"]]}, {"answer": "threesome", "hint": "synonyms for threesome", "clues": [["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["trinity", "three people considered as a unit", "trinity"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "threnody", "hint": "synonyms for threnody", "clues": [["coronach", "a song or hymn of mourning composed or performed as a memorial to a dead person", "coronach"], ["lament", "a song or hymn of mourning composed or performed as a memorial to a dead person", "lament"], ["dirge", "a song or hymn of mourning composed or performed as a memorial to a dead person", "dirge"], ["requiem", "a song or hymn of mourning composed or performed as a memorial to a dead person", "requiem"]]}, {"answer": "threshold", "hint": "synonyms for threshold", "clues": [["doorsill", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway", "doorsill"], ["brink", "a region marking a boundary", "brink"], ["verge", "a region marking a boundary", "verge"], ["limen", "the smallest detectable sensation", "limen"], ["door", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close", "door"], ["doorstep", "the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway", "doorstep"], ["room access", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close", "room access"], ["doorway", "the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close", "doorway"]]}, {"answer": "thrill", "hint": "synonyms for thrill", "clues": [["shudder", "an almost pleasurable sensation of fright", "shudder"], ["boot", "the swift release of a store of affective force", "boot"], ["rush", "the swift release of a store of affective force", "rush"], ["shiver", "an almost pleasurable sensation of fright", "shiver"], ["frisson", "an almost pleasurable sensation of fright", "frisson"], ["kick", "the swift release of a store of affective force", "kick"], ["flush", "the swift release of a store of affective force", "flush"], ["chill", "an almost pleasurable sensation of fright", "chill"], ["charge", "the swift release of a store of affective force", "charge"], ["quiver", "an almost pleasurable sensation of fright", "quiver"], ["tingle", "an almost pleasurable sensation of fright", "tingle"], ["bang", "the swift release of a store of affective force", "bang"]]}, {"answer": "throne", "hint": "synonyms for throne", "clues": [["can", "a plumbing fixture for defecation and urination", "can"], ["stool", "a plumbing fixture for defecation and urination", "stool"], ["toilet", "a plumbing fixture for defecation and urination", "toilet"], ["potty", "a plumbing fixture for defecation and urination", "potty"], ["pot", "a plumbing fixture for defecation and urination", "pot"], ["commode", "a plumbing fixture for defecation and urination", "commode"], ["crapper", "a plumbing fixture for defecation and urination", "crapper"]]}, {"answer": "throttle", "hint": "synonyms for throttle", "clues": [["throttle valve", "a valve that regulates the supply of fuel to the engine", "throttle valve"], ["accelerator", "a valve that regulates the supply of fuel to the engine", "accelerator"], ["gun", "a pedal that controls the throttle valve", "gun"], ["gas", "a pedal that controls the throttle valve", "gas"], ["accelerator pedal", "a pedal that controls the throttle valve", "accelerator pedal"], ["gas pedal", "a pedal that controls the throttle valve", "gas pedal"]]}, {"answer": "throughway", "hint": "synonyms for throughway", "clues": [["superhighway", "a broad highway designed for high-speed traffic", "superhighway"], ["state highway", "a broad highway designed for high-speed traffic", "state highway"], ["thruway", "a broad highway designed for high-speed traffic", "thruway"], ["pike", "a broad highway designed for high-speed traffic", "pike"], ["freeway", "a broad highway designed for high-speed traffic", "freeway"], ["expressway", "a broad highway designed for high-speed traffic", "expressway"], ["motorway", "a broad highway designed for high-speed traffic", "motorway"]]}, {"answer": "throwing_stick", "hint": "synonyms for throwing stick", "clues": [["throw stick", "a curved piece of wood; when properly thrown will return to thrower", "throw stick"], ["spear thrower", "a device resembling a sling that is used in various primitive societies to propel a dart or spear", "spear thrower"], ["boomerang", "a curved piece of wood; when properly thrown will return to thrower", "boomerang"], ["dart thrower", "a device resembling a sling that is used in various primitive societies to propel a dart or spear", "dart thrower"], ["throwing board", "a device resembling a sling that is used in various primitive societies to propel a dart or spear", "throwing board"]]}, {"answer": "thrust", "hint": "synonyms for thrust", "clues": [["stab", "a strong blow with a knife or other sharp pointed instrument", "stab"], ["jabbing", "a sharp hand gesture (resembling a blow)", "jabbing"], ["thrusting", "a sharp hand gesture (resembling a blow)", "thrusting"], ["poking", "a sharp hand gesture (resembling a blow)", "poking"], ["push", "the force used in pushing", "push"], ["driving force", "the act of applying force to propel something", "driving force"], ["poke", "a sharp hand gesture (resembling a blow)", "poke"], ["knife thrust", "a strong blow with a knife or other sharp pointed instrument", "knife thrust"], ["drive", "the act of applying force to propel something", "drive"], ["jab", "a sharp hand gesture (resembling a blow)", "jab"]]}, {"answer": "thrusting", "hint": "synonyms for thrusting", "clues": [["jabbing", "a sharp hand gesture (resembling a blow)", "jabbing"], ["poke", "a sharp hand gesture (resembling a blow)", "poke"], ["poking", "a sharp hand gesture (resembling a blow)", "poking"], ["thrust", "a sharp hand gesture (resembling a blow)", "thrust"], ["jab", "a sharp hand gesture (resembling a blow)", "jab"]]}, {"answer": "thruway", "hint": "synonyms for thruway", "clues": [["superhighway", "a broad highway designed for high-speed traffic", "superhighway"], ["motorway", "a broad highway designed for high-speed traffic", "motorway"], ["state highway", "a broad highway designed for high-speed traffic", "state highway"], ["pike", "a broad highway designed for high-speed traffic", "pike"], ["freeway", "a broad highway designed for high-speed traffic", "freeway"], ["expressway", "a broad highway designed for high-speed traffic", "expressway"], ["throughway", "a broad highway designed for high-speed traffic", "throughway"]]}, {"answer": "thump", "hint": "synonyms for thump", "clues": [["clump", "a heavy dull sound (as made by impact of heavy objects)", "clump"], ["thud", "a heavy dull sound (as made by impact of heavy objects)", "thud"], ["thumping", "a heavy dull sound (as made by impact of heavy objects)", "thumping"], ["clunk", "a heavy dull sound (as made by impact of heavy objects)", "clunk"]]}, {"answer": "thunder", "hint": "synonyms for thunder", "clues": [["hell dust", "street names for heroin", "hell dust"], ["roar", "a deep prolonged loud noise", "roar"], ["skag", "street names for heroin", "skag"], ["smack", "street names for heroin", "smack"], ["scag", "street names for heroin", "scag"], ["nose drops", "street names for heroin", "nose drops"], ["boom", "a deep prolonged loud noise", "boom"], ["big H", "street names for heroin", "big H"]]}, {"answer": "thunderbolt", "hint": "synonyms for thunderbolt", "clues": [["bombshell", "a shocking surprise", "bombshell"], ["bolt of lightning", "a discharge of lightning accompanied by thunder", "bolt of lightning"], ["thunderclap", "a shocking surprise", "thunderclap"], ["bolt", "a discharge of lightning accompanied by thunder", "bolt"]]}, {"answer": "ti", "hint": "synonyms for ti", "clues": [["titanium", "a light strong grey lustrous corrosion-resistant metallic element used in strong lightweight alloys (as for airplane parts); the main sources are rutile and ilmenite", "titanium"], ["si", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "si"], ["atomic number 22", "a light strong grey lustrous corrosion-resistant metallic element used in strong lightweight alloys (as for airplane parts); the main sources are rutile and ilmenite", "atomic number 22"], ["te", "the syllable naming the seventh (subtonic) note of any musical scale in solmization", "te"]]}, {"answer": "tic-tac-toe", "hint": "synonyms for tic-tac-toe", "clues": [["tick-tack-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "tick-tack-toe"], ["tit-tat-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "tit-tat-toe"], ["ticktacktoo", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "ticktacktoo"], ["noughts and crosses", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "noughts and crosses"]]}, {"answer": "tick-tack-toe", "hint": "synonyms for tick-tack-toe", "clues": [["tit-tat-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "tit-tat-toe"], ["ticktacktoo", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "ticktacktoo"], ["tic-tac-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "tic-tac-toe"], ["noughts and crosses", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "noughts and crosses"]]}, {"answer": "ticktacktoe", "hint": "synonyms for ticktacktoe", "clues": [["tick-tack-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "tick-tack-toe"], ["tit-tat-toe", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "tit-tat-toe"], ["ticktacktoo", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "ticktacktoo"], ["noughts and crosses", "a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does", "noughts and crosses"]]}, {"answer": "tidal_bore", "hint": "synonyms for tidal bore", "clues": [["eagre", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eagre"], ["aegir", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "aegir"], ["eager", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "eager"], ["bore", "a high wave (often dangerous) caused by tidal flow (as by colliding tidal currents or in a narrow estuary)", "bore"]]}, {"answer": "tide_rip", "hint": "synonyms for tide rip", "clues": [["countercurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "countercurrent"], ["rip", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "rip"], ["riptide", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "riptide"], ["crosscurrent", "a stretch of turbulent water in a river or the sea caused by one current flowing into or across another current", "crosscurrent"]]}, {"answer": "tidy_sum", "hint": "synonyms for tidy sum", "clues": [["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["wad", "(often followed by `of') a large number or amount or extent", "wad"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "tie", "hint": "synonyms for tie", "clues": [["tie beam", "a horizontal beam used to prevent two other structural members from spreading apart or separating", "tie beam"], ["draw", "the finish of a contest in which the score is tied and the winner is undecided", "draw"], ["necktie", "neckwear consisting of a long narrow piece of material worn (mostly by men) under a collar and tied in knot at the front", "necktie"], ["railroad tie", "one of the cross braces that support the rails on a railway track", "railroad tie"], ["sleeper", "one of the cross braces that support the rails on a railway track", "sleeper"], ["crosstie", "one of the cross braces that support the rails on a railway track", "crosstie"], ["standoff", "the finish of a contest in which the score is tied and the winner is undecided", "standoff"], ["link", "a fastener that serves to join or connect", "link"], ["tie-in", "a fastener that serves to join or connect", "tie-in"], ["linkup", "a fastener that serves to join or connect", "linkup"]]}, {"answer": "tierce", "hint": "synonyms for tierce", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["terce", "the third canonical hour; about 9 a.m.", "terce"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["third", "one of three equal parts of a divisible whole", "third"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["one-third", "one of three equal parts of a divisible whole", "one-third"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"]]}, {"answer": "tiff", "hint": "synonyms for tiff", "clues": [["pettifoggery", "a quarrel about petty points", "pettifoggery"], ["spat", "a quarrel about petty points", "spat"], ["bicker", "a quarrel about petty points", "bicker"], ["squabble", "a quarrel about petty points", "squabble"], ["fuss", "a quarrel about petty points", "fuss"]]}, {"answer": "tightfistedness", "hint": "synonyms for tightfistedness", "clues": [["minginess", "extreme stinginess", "minginess"], ["meanness", "extreme stinginess", "meanness"], ["niggardliness", "extreme stinginess", "niggardliness"], ["parsimoniousness", "extreme stinginess", "parsimoniousness"], ["tightness", "extreme stinginess", "tightness"], ["closeness", "extreme stinginess", "closeness"], ["parsimony", "extreme stinginess", "parsimony"]]}, {"answer": "tightness", "hint": "synonyms for tightness", "clues": [["minginess", "extreme stinginess", "minginess"], ["constriction", "a tight feeling in some part of the body", "constriction"], ["meanness", "extreme stinginess", "meanness"], ["tautness", "lack of movement or room for movement", "tautness"], ["concentration", "the spatial property of being crowded together", "concentration"], ["tightfistedness", "extreme stinginess", "tightfistedness"], ["denseness", "the spatial property of being crowded together", "denseness"], ["niggardliness", "extreme stinginess", "niggardliness"], ["compactness", "the spatial property of being crowded together", "compactness"], ["parsimoniousness", "extreme stinginess", "parsimoniousness"], ["closeness", "extreme stinginess", "closeness"], ["parsimony", "extreme stinginess", "parsimony"], ["density", "the spatial property of being crowded together", "density"]]}, {"answer": "till", "hint": "synonyms for till", "clues": [["trough", "a treasury for government funds", "trough"], ["boulder clay", "unstratified soil deposited by a glacier; consists of sand and clay and gravel and boulders mixed together", "boulder clay"], ["money box", "a strongbox for holding cash", "money box"], ["cashbox", "a strongbox for holding cash", "cashbox"], ["public treasury", "a treasury for government funds", "public treasury"]]}, {"answer": "tillage", "hint": "synonyms for tillage", "clues": [["cultivated land", "arable land that is worked by plowing and sowing and raising crops", "cultivated land"], ["plowland", "arable land that is worked by plowing and sowing and raising crops", "plowland"], ["farmland", "arable land that is worked by plowing and sowing and raising crops", "farmland"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops", "tilled land"], ["tilth", "arable land that is worked by plowing and sowing and raising crops", "tilth"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops", "ploughland"]]}, {"answer": "tilled_land", "hint": "synonyms for tilled land", "clues": [["cultivated land", "arable land that is worked by plowing and sowing and raising crops", "cultivated land"], ["plowland", "arable land that is worked by plowing and sowing and raising crops", "plowland"], ["tillage", "arable land that is worked by plowing and sowing and raising crops", "tillage"], ["farmland", "arable land that is worked by plowing and sowing and raising crops", "farmland"], ["tilth", "arable land that is worked by plowing and sowing and raising crops", "tilth"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops", "ploughland"]]}, {"answer": "tilt", "hint": "synonyms for tilt", "clues": [["argument", "a contentious speech act; a dispute where there is strong disagreement", "argument"], ["careen", "pitching dangerously to one side", "careen"], ["list", "the property possessed by a line or surface that departs from the vertical", "list"], ["disceptation", "a contentious speech act; a dispute where there is strong disagreement", "disceptation"], ["sway", "pitching dangerously to one side", "sway"], ["rock", "pitching dangerously to one side", "rock"], ["joust", "a combat between two mounted knights tilting against each other with blunted lances", "joust"], ["controversy", "a contentious speech act; a dispute where there is strong disagreement", "controversy"], ["inclination", "the property possessed by a line or surface that departs from the vertical", "inclination"], ["lean", "the property possessed by a line or surface that departs from the vertical", "lean"], ["contention", "a contentious speech act; a dispute where there is strong disagreement", "contention"], ["contestation", "a contentious speech act; a dispute where there is strong disagreement", "contestation"], ["arguing", "a contentious speech act; a dispute where there is strong disagreement", "arguing"]]}, {"answer": "tilth", "hint": "synonyms for tilth", "clues": [["cultivated land", "arable land that is worked by plowing and sowing and raising crops", "cultivated land"], ["plowland", "arable land that is worked by plowing and sowing and raising crops", "plowland"], ["tillage", "arable land that is worked by plowing and sowing and raising crops", "tillage"], ["farmland", "arable land that is worked by plowing and sowing and raising crops", "farmland"], ["tilled land", "arable land that is worked by plowing and sowing and raising crops", "tilled land"], ["ploughland", "arable land that is worked by plowing and sowing and raising crops", "ploughland"]]}, {"answer": "tilting_board", "hint": "synonyms for tilting board", "clues": [["teeter-totter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter-totter"], ["teeterboard", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeterboard"], ["seesaw", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "seesaw"], ["teeter", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "teeter"], ["dandle board", "a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end", "dandle board"]]}, {"answer": "timber", "hint": "synonyms for timber", "clues": [["tone", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "tone"], ["quality", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "quality"], ["timbre", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "timbre"], ["forest", "land that is covered with trees and shrubs", "forest"], ["lumber", "the wood of trees cut and prepared for use as building material", "lumber"], ["woodland", "land that is covered with trees and shrubs", "woodland"], ["timberland", "land that is covered with trees and shrubs", "timberland"]]}, {"answer": "time", "hint": "synonyms for time", "clues": [["fourth dimension", "the fourth coordinate that is required (along with three spatial dimensions) to specify a physical event", "fourth dimension"], ["meter", "rhythm as given by division into parts of equal duration", "meter"], ["metre", "rhythm as given by division into parts of equal duration", "metre"], ["prison term", "the period of time a prisoner is imprisoned", "prison term"], ["clip", "an instance or single occasion for some event", "clip"], ["sentence", "the period of time a prisoner is imprisoned", "sentence"], ["clock time", "a reading of a point in time as given by a clock", "clock time"]]}, {"answer": "time-and-motion_study", "hint": "synonyms for time-and-motion study", "clues": [["time-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "time-motion study"], ["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "motion study"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "work study"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "time study"], ["time and motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "time and motion study"]]}, {"answer": "time-motion_study", "hint": "synonyms for time-motion study", "clues": [["time-and-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "time-and-motion study"], ["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "motion study"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "work study"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "time study"]]}, {"answer": "time_and_motion_study", "hint": "synonyms for time and motion study", "clues": [["time-and-motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "time-and-motion study"], ["motion study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "motion study"], ["work study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "work study"], ["time study", "an analysis of a specific job in an effort to find the most efficient method in terms of time and effort", "time study"]]}, {"answer": "time_lag", "hint": "synonyms for time lag", "clues": [["delay", "time during which some action is awaited", "delay"], ["hold", "time during which some action is awaited", "hold"], ["wait", "time during which some action is awaited", "wait"], ["postponement", "time during which some action is awaited", "postponement"]]}, {"answer": "times", "hint": "synonyms for times", "clues": [["time", "a person's experience on a particular occasion", "time"], ["fourth dimension", "the fourth coordinate that is required (along with three spatial dimensions) to specify a physical event", "fourth dimension"], ["clip", "an instance or single occasion for some event", "clip"], ["metre", "rhythm as given by division into parts of equal duration", "metre"], ["multiplication", "an arithmetic operation that is the inverse of division; the product of two numbers is computed", "multiplication"], ["sentence", "the period of time a prisoner is imprisoned", "sentence"], ["meter", "rhythm as given by division into parts of equal duration", "meter"], ["prison term", "the period of time a prisoner is imprisoned", "prison term"], ["clock time", "a reading of a point in time as given by a clock", "clock time"]]}, {"answer": "timpani", "hint": "synonyms for timpani", "clues": [["tympanum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "tympanum"], ["tympani", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "tympani"], ["kettle", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "kettle"], ["kettledrum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "kettledrum"]]}, {"answer": "tin", "hint": "synonyms for tin", "clues": [["tin can", "airtight sealed metal container for food or drink or paint etc.", "tin can"], ["cannister", "metal container for storing dry foods such as tea or flour", "cannister"], ["atomic number 50", "a silvery malleable metallic element that resists corrosion; used in many alloys and to coat other metals to prevent corrosion; obtained chiefly from cassiterite where it occurs as tin oxide", "atomic number 50"], ["can", "airtight sealed metal container for food or drink or paint etc.", "can"]]}, {"answer": "tincture", "hint": "synonyms for tincture", "clues": [["vestige", "an indication that something has been present", "vestige"], ["shade", "a quality of a given color that differs slightly from another color", "shade"], ["shadow", "an indication that something has been present", "shadow"], ["tone", "a quality of a given color that differs slightly from another color", "tone"], ["tint", "a quality of a given color that differs slightly from another color", "tint"], ["trace", "an indication that something has been present", "trace"]]}, {"answer": "tinge", "hint": "synonyms for tinge", "clues": [["speck", "a slight but appreciable amount", "speck"], ["touch", "a slight but appreciable amount", "touch"], ["mite", "a slight but appreciable amount", "mite"], ["undertone", "a pale or subdued color", "undertone"], ["soupcon", "a slight but appreciable amount", "soupcon"], ["hint", "a slight but appreciable amount", "hint"], ["pinch", "a slight but appreciable amount", "pinch"], ["jot", "a slight but appreciable amount", "jot"]]}, {"answer": "tingle", "hint": "synonyms for tingle", "clues": [["chill", "an almost pleasurable sensation of fright", "chill"], ["shudder", "an almost pleasurable sensation of fright", "shudder"], ["quiver", "an almost pleasurable sensation of fright", "quiver"], ["tingling", "a somatic sensation as from many tiny prickles", "tingling"], ["prickling", "a somatic sensation as from many tiny prickles", "prickling"], ["shiver", "an almost pleasurable sensation of fright", "shiver"], ["frisson", "an almost pleasurable sensation of fright", "frisson"], ["thrill", "an almost pleasurable sensation of fright", "thrill"]]}, {"answer": "tininess", "hint": "synonyms for tininess", "clues": [["weeness", "the property of being very small in size", "weeness"], ["minuteness", "the property of being very small in size", "minuteness"], ["petiteness", "the property of being very small in size", "petiteness"], ["diminutiveness", "the property of being very small in size", "diminutiveness"]]}, {"answer": "tinker's_dam", "hint": "synonyms for tinker's dam", "clues": [["shucks", "something of little value", "shucks"], ["hoot", "something of little value", "hoot"], ["damn", "something of little value", "damn"], ["tinker's damn", "something of little value", "tinker's damn"], ["red cent", "something of little value", "red cent"], ["darn", "something of little value", "darn"], ["shit", "something of little value", "shit"]]}, {"answer": "tinker's_damn", "hint": "synonyms for tinker's damn", "clues": [["tinker's dam", "something of little value", "tinker's dam"], ["shucks", "something of little value", "shucks"], ["hoot", "something of little value", "hoot"], ["damn", "something of little value", "damn"], ["darn", "something of little value", "darn"], ["red cent", "something of little value", "red cent"], ["shit", "something of little value", "shit"]]}, {"answer": "tip", "hint": "synonyms for tip", "clues": [["crown", "the top or extreme point of something (usually a mountain or hill)", "crown"], ["point", "a V shape", "point"], ["peak", "the top or extreme point of something (usually a mountain or hill)", "peak"], ["confidential information", "an indication of potential opportunity", "confidential information"], ["pourboire", "a relatively small amount of money given for services rendered (as by a waiter)", "pourboire"], ["gratuity", "a relatively small amount of money given for services rendered (as by a waiter)", "gratuity"], ["bakshish", "a relatively small amount of money given for services rendered (as by a waiter)", "bakshish"], ["lead", "an indication of potential opportunity", "lead"], ["crest", "the top or extreme point of something (usually a mountain or hill)", "crest"], ["baksheesh", "a relatively small amount of money given for services rendered (as by a waiter)", "baksheesh"], ["top", "the top or extreme point of something (usually a mountain or hill)", "top"], ["wind", "an indication of potential opportunity", "wind"], ["hint", "an indication of potential opportunity", "hint"], ["steer", "an indication of potential opportunity", "steer"], ["summit", "the top or extreme point of something (usually a mountain or hill)", "summit"]]}, {"answer": "tip_truck", "hint": "synonyms for tip truck", "clues": [["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper"], ["tipper truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper truck"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper lorry"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dump truck"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dumper"]]}, {"answer": "tipper", "hint": "synonyms for tipper", "clues": [["tip truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tip truck"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper lorry"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dump truck"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dumper"]]}, {"answer": "tipper_lorry", "hint": "synonyms for tipper lorry", "clues": [["tip truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tip truck"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dump truck"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dumper"]]}, {"answer": "tipper_truck", "hint": "synonyms for tipper truck", "clues": [["tip truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tip truck"], ["tipper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper"], ["tipper lorry", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "tipper lorry"], ["dump truck", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dump truck"], ["dumper", "truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity", "dumper"]]}, {"answer": "title", "hint": "synonyms for title", "clues": [["title of respect", "an identifying appellation signifying status or function: e.g. `Mr.' or `General'", "title of respect"], ["deed", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it", "deed"], ["form of address", "an identifying appellation signifying status or function: e.g. `Mr.' or `General'", "form of address"], ["claim", "an established or recognized right", "claim"], ["deed of conveyance", "a legal document signed and sealed and delivered to effect a transfer of property and to show the legal right to possess it", "deed of conveyance"], ["statute title", "a heading that names a statute or legislative bill; may give a brief summary of the matters it deals with", "statute title"], ["rubric", "a heading that names a statute or legislative bill; may give a brief summary of the matters it deals with", "rubric"]]}, {"answer": "tittle", "hint": "synonyms for tittle", "clues": [["whit", "a tiny or scarcely detectable amount", "whit"], ["iota", "a tiny or scarcely detectable amount", "iota"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["shred", "a tiny or scarcely detectable amount", "shred"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "tittle-tattle", "hint": "synonyms for tittle-tattle", "clues": [["chin wagging", "light informal conversation for social occasions", "chin wagging"], ["chin-wag", "light informal conversation for social occasions", "chin-wag"], ["small talk", "light informal conversation for social occasions", "small talk"], ["gab", "light informal conversation for social occasions", "gab"], ["gabfest", "light informal conversation for social occasions", "gabfest"], ["chit-chat", "light informal conversation for social occasions", "chit-chat"], ["gossip", "light informal conversation for social occasions", "gossip"], ["causerie", "light informal conversation for social occasions", "causerie"]]}, {"answer": "toffee_apple", "hint": "synonyms for toffee apple", "clues": [["candy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candy apple"], ["caramel apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "caramel apple"], ["taffy apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "taffy apple"], ["candied apple", "an apple that is covered with a candy-like substance (usually caramelized sugar)", "candied apple"]]}, {"answer": "toilet", "hint": "synonyms for toilet", "clues": [["bathroom", "a room or building equipped with one or more toilets", "bathroom"], ["can", "a plumbing fixture for defecation and urination", "can"], ["toilette", "the act of dressing and preparing yourself", "toilette"], ["potty", "a plumbing fixture for defecation and urination", "potty"], ["pot", "a plumbing fixture for defecation and urination", "pot"], ["stool", "a plumbing fixture for defecation and urination", "stool"], ["privy", "a room or building equipped with one or more toilets", "privy"], ["lav", "a room or building equipped with one or more toilets", "lav"], ["john", "a room or building equipped with one or more toilets", "john"], ["throne", "a plumbing fixture for defecation and urination", "throne"], ["lavatory", "a room or building equipped with one or more toilets", "lavatory"], ["commode", "a plumbing fixture for defecation and urination", "commode"], ["crapper", "a plumbing fixture for defecation and urination", "crapper"]]}, {"answer": "toilet_facility", "hint": "synonyms for toilet facility", "clues": [["wash room", "a toilet that is available to the public", "wash room"], ["restroom", "a toilet that is available to the public", "restroom"], ["convenience", "a toilet that is available to the public", "convenience"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["public lavatory", "a toilet that is available to the public", "public lavatory"], ["public toilet", "a toilet that is available to the public", "public toilet"]]}, {"answer": "tolerance", "hint": "synonyms for tolerance", "clues": [["permissiveness", "a disposition to allow freedom of choice and behavior", "permissiveness"], ["allowance", "a permissible difference; allowing some freedom to move within limits", "allowance"], ["leeway", "a permissible difference; allowing some freedom to move within limits", "leeway"], ["margin", "a permissible difference; allowing some freedom to move within limits", "margin"]]}, {"answer": "tomfoolery", "hint": "synonyms for tomfoolery", "clues": [["lunacy", "foolish or senseless behavior", "lunacy"], ["folly", "foolish or senseless behavior", "folly"], ["indulgence", "foolish or senseless behavior", "indulgence"], ["foolery", "foolish or senseless behavior", "foolery"], ["craziness", "foolish or senseless behavior", "craziness"]]}, {"answer": "tommyrot", "hint": "synonyms for tommyrot", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "ton", "hint": "synonyms for ton", "clues": [["gross ton", "a British unit of weight equivalent to 2240 pounds", "gross ton"], ["short ton", "a United States unit of weight equivalent to 2000 pounds", "short ton"], ["net ton", "a United States unit of weight equivalent to 2000 pounds", "net ton"], ["long ton", "a British unit of weight equivalent to 2240 pounds", "long ton"]]}, {"answer": "tone", "hint": "synonyms for tone", "clues": [["shade", "a quality of a given color that differs slightly from another color", "shade"], ["musical note", "a notation representing the pitch and duration of a musical sound", "musical note"], ["timber", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "timber"], ["quality", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "quality"], ["whole tone", "a musical interval of two semitones", "whole tone"], ["pure tone", "a steady sound without overtones", "pure tone"], ["note", "a notation representing the pitch and duration of a musical sound", "note"], ["whole step", "a musical interval of two semitones", "whole step"], ["timbre", "(music) the distinctive property of a complex sound (a voice or noise or musical sound)", "timbre"], ["tint", "a quality of a given color that differs slightly from another color", "tint"], ["step", "a musical interval of two semitones", "step"], ["tone of voice", "the quality of a person's voice", "tone of voice"], ["tincture", "a quality of a given color that differs slightly from another color", "tincture"]]}, {"answer": "tongue", "hint": "synonyms for tongue", "clues": [["knife", "any long thin projection that is transient", "knife"], ["natural language", "a human written or spoken language used by a community; opposed to e.g. a computer language", "natural language"], ["clapper", "metal striker that hangs inside a bell and makes a sound by hitting the side", "clapper"], ["spit", "a narrow strip of land that juts out into the sea", "spit"]]}, {"answer": "tons", "hint": "synonyms for tons", "clues": [["oodles", "a large number or amount", "oodles"], ["gobs", "a large number or amount", "gobs"], ["slews", "a large number or amount", "slews"], ["ton", "a British unit of weight equivalent to 2240 pounds", "ton"], ["scores", "a large number or amount", "scores"], ["net ton", "a United States unit of weight equivalent to 2000 pounds", "net ton"], ["stacks", "a large number or amount", "stacks"], ["dozens", "a large number or amount", "dozens"], ["lashings", "a large number or amount", "lashings"], ["wads", "a large number or amount", "wads"], ["piles", "a large number or amount", "piles"], ["lots", "a large number or amount", "lots"], ["short ton", "a United States unit of weight equivalent to 2000 pounds", "short ton"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["gross ton", "a British unit of weight equivalent to 2240 pounds", "gross ton"], ["scads", "a large number or amount", "scads"], ["heaps", "a large number or amount", "heaps"], ["long ton", "a British unit of weight equivalent to 2240 pounds", "long ton"]]}, {"answer": "toot", "hint": "synonyms for toot", "clues": [["carouse", "revelry in drinking; a merry drinking party", "carouse"], ["booze-up", "revelry in drinking; a merry drinking party", "booze-up"], ["bender", "revelry in drinking; a merry drinking party", "bender"], ["carousal", "revelry in drinking; a merry drinking party", "carousal"]]}, {"answer": "top_boot", "hint": "synonyms for top boot", "clues": [["buskin", "a boot reaching halfway up to the knee", "buskin"], ["half boot", "a boot reaching halfway up to the knee", "half boot"], ["desert boot", "a boot reaching halfway up to the knee", "desert boot"], ["combat boot", "a boot reaching halfway up to the knee", "combat boot"]]}, {"answer": "top_hat", "hint": "synonyms for top hat", "clues": [["topper", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "topper"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "opera hat"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "silk hat"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "stovepipe"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "dress hat"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "beaver"], ["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "high hat"]]}, {"answer": "topee", "hint": "synonyms for topee", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun", "pith helmet"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun", "sun helmet"], ["topi", "a lightweight hat worn in tropical countries for protection from the sun", "topi"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun", "pith hat"]]}, {"answer": "topi", "hint": "synonyms for topi", "clues": [["pith helmet", "a lightweight hat worn in tropical countries for protection from the sun", "pith helmet"], ["sun helmet", "a lightweight hat worn in tropical countries for protection from the sun", "sun helmet"], ["topee", "a lightweight hat worn in tropical countries for protection from the sun", "topee"], ["pith hat", "a lightweight hat worn in tropical countries for protection from the sun", "pith hat"]]}, {"answer": "topic", "hint": "synonyms for topic", "clues": [["theme", "the subject matter of a conversation or discussion", "theme"], ["issue", "some situation or event that is thought about", "issue"], ["matter", "some situation or event that is thought about", "matter"], ["subject", "the subject matter of a conversation or discussion", "subject"]]}, {"answer": "topology", "hint": "synonyms for topology", "clues": [["topographic anatomy", "the study of anatomy based on regions or divisions of the body and emphasizing the relations between various structures (muscles and nerves and arteries etc.) in that region", "topographic anatomy"], ["network topology", "the configuration of a communication network", "network topology"], ["regional anatomy", "the study of anatomy based on regions or divisions of the body and emphasizing the relations between various structures (muscles and nerves and arteries etc.) in that region", "regional anatomy"], ["analysis situs", "the branch of pure mathematics that deals only with the properties of a figure X that hold for every figure into which X can be transformed with a one-to-one correspondence that is continuous in both directions", "analysis situs"]]}, {"answer": "topper", "hint": "synonyms for topper", "clues": [["top hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "top hat"], ["opera hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "opera hat"], ["silk hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "silk hat"], ["stovepipe", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "stovepipe"], ["dress hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "dress hat"], ["beaver", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "beaver"], ["high hat", "a man's hat with a tall crown; usually covered with silk or with beaver fur", "high hat"]]}, {"answer": "torment", "hint": "synonyms for torment", "clues": [["torture", "extreme mental distress", "torture"], ["bedevilment", "the act of harassing someone", "bedevilment"], ["agony", "intense feelings of suffering; acute mental or physical pain", "agony"], ["worrying", "the act of harassing someone", "worrying"], ["anguish", "extreme mental distress", "anguish"], ["badgering", "the act of harassing someone", "badgering"], ["curse", "a severe affliction", "curse"], ["harassment", "a feeling of intense annoyance caused by being tormented", "harassment"]]}, {"answer": "tornado_lantern", "hint": "synonyms for tornado lantern", "clues": [["storm lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lantern"], ["hurricane lantern", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lantern"], ["hurricane lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "hurricane lamp"], ["storm lamp", "an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney", "storm lamp"]]}, {"answer": "torpedo", "hint": "synonyms for torpedo", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "torrent", "hint": "synonyms for torrent", "clues": [["pelter", "a heavy rain", "pelter"], ["violent stream", "a violently fast stream of water (or other liquid)", "violent stream"], ["soaker", "a heavy rain", "soaker"], ["downpour", "a heavy rain", "downpour"], ["inundation", "an overwhelming number or amount", "inundation"], ["flood", "an overwhelming number or amount", "flood"], ["cloudburst", "a heavy rain", "cloudburst"], ["deluge", "an overwhelming number or amount", "deluge"], ["waterspout", "a heavy rain", "waterspout"]]}, {"answer": "torsion", "hint": "synonyms for torsion", "clues": [["tortuosity", "a tortuous and twisted shape or position", "tortuosity"], ["contortion", "a tortuous and twisted shape or position", "contortion"], ["crookedness", "a tortuous and twisted shape or position", "crookedness"], ["tortuousness", "a tortuous and twisted shape or position", "tortuousness"], ["torque", "a twisting force", "torque"]]}, {"answer": "tortuosity", "hint": "synonyms for tortuosity", "clues": [["crookedness", "a tortuous and twisted shape or position", "crookedness"], ["contortion", "a tortuous and twisted shape or position", "contortion"], ["tortuousness", "a tortuous and twisted shape or position", "tortuousness"], ["torsion", "a tortuous and twisted shape or position", "torsion"]]}, {"answer": "tortuousness", "hint": "synonyms for tortuousness", "clues": [["contortion", "a tortuous and twisted shape or position", "contortion"], ["complication", "puzzling complexity", "complication"], ["complicatedness", "puzzling complexity", "complicatedness"], ["crookedness", "a tortuous and twisted shape or position", "crookedness"], ["tortuosity", "a tortuous and twisted shape or position", "tortuosity"], ["torsion", "a tortuous and twisted shape or position", "torsion"], ["knottiness", "puzzling complexity", "knottiness"]]}, {"answer": "torture", "hint": "synonyms for torture", "clues": [["torment", "extreme mental distress", "torment"], ["torturing", "the deliberate, systematic, or wanton infliction of physical or mental suffering by one or more persons in an attempt to force another person to yield information or to make a confession or for any other reason", "torturing"], ["agony", "intense feelings of suffering; acute mental or physical pain", "agony"], ["anguish", "extreme mental distress", "anguish"], ["distortion", "the act of distorting something so it seems to mean something it was not intended to mean", "distortion"], ["twisting", "the act of distorting something so it seems to mean something it was not intended to mean", "twisting"], ["overrefinement", "the act of distorting something so it seems to mean something it was not intended to mean", "overrefinement"], ["straining", "the act of distorting something so it seems to mean something it was not intended to mean", "straining"]]}, {"answer": "tosh", "hint": "synonyms for tosh", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["twaddle", "pretentious or silly talk or writing", "twaddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "totaliser", "hint": "synonyms for totaliser", "clues": [["totalizer", "computer that registers bets and divides the total amount bet among those who won", "totalizer"], ["totalisator", "computer that registers bets and divides the total amount bet among those who won", "totalisator"], ["pari-mutuel machine", "computer that registers bets and divides the total amount bet among those who won", "pari-mutuel machine"], ["adding machine", "a calculator that performs simple arithmetic functions", "adding machine"]]}, {"answer": "totalitarianism", "hint": "synonyms for totalitarianism", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["absolutism", "the principle of complete and unrestricted power in government", "absolutism"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalism", "the principle of complete and unrestricted power in government", "totalism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"], ["tyranny", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "tyranny"]]}, {"answer": "totalizer", "hint": "synonyms for totalizer", "clues": [["totaliser", "computer that registers bets and divides the total amount bet among those who won", "totaliser"], ["totalisator", "computer that registers bets and divides the total amount bet among those who won", "totalisator"], ["pari-mutuel machine", "computer that registers bets and divides the total amount bet among those who won", "pari-mutuel machine"], ["adding machine", "a calculator that performs simple arithmetic functions", "adding machine"]]}, {"answer": "touch", "hint": "synonyms for touch", "clues": [["speck", "a slight but appreciable amount", "speck"], ["tinge", "a slight but appreciable amount", "tinge"], ["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "cutaneous senses"], ["touch modality", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch modality"], ["signature", "a distinguishing style", "signature"], ["jot", "a slight but appreciable amount", "jot"], ["hint", "a slight but appreciable amount", "hint"], ["tactile sensation", "the sensation produced by pressure receptors in the skin", "tactile sensation"], ["contact", "a communicative interaction", "contact"], ["mite", "a slight but appreciable amount", "mite"], ["trace", "a suggestion of some quality", "trace"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "sense of touch"], ["touch sensation", "the sensation produced by pressure receptors in the skin", "touch sensation"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "skin senses"], ["soupcon", "a slight but appreciable amount", "soupcon"], ["feeling", "the sensation produced by pressure receptors in the skin", "feeling"], ["ghost", "a suggestion of some quality", "ghost"], ["touching", "the act of putting two things together with no space between them", "touching"], ["pinch", "a slight but appreciable amount", "pinch"]]}, {"answer": "touch_modality", "hint": "synonyms for touch modality", "clues": [["touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "touch"], ["skin senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "skin senses"], ["sense of touch", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "sense of touch"], ["cutaneous senses", "the faculty by which external objects or forces are perceived through contact with the body (especially the hands)", "cutaneous senses"]]}, {"answer": "toughness", "hint": "synonyms for toughness", "clues": [["staying power", "enduring strength and energy", "staying power"], ["ruggedness", "the property of being big and strong", "ruggedness"], ["temper", "the elasticity and hardness of a metal object; its ability to absorb considerable energy before cracking", "temper"], ["stamina", "enduring strength and energy", "stamina"], ["formidability", "impressive difficulty", "formidability"], ["huskiness", "the property of being big and strong", "huskiness"]]}, {"answer": "tour", "hint": "synonyms for tour", "clues": [["turn", "a time for working (after which you will be relieved by someone else)", "turn"], ["tour of duty", "a period of time spent in military service", "tour of duty"], ["hitch", "a period of time spent in military service", "hitch"], ["circuit", "a journey or route all the way around a particular place or area", "circuit"], ["spell", "a time for working (after which you will be relieved by someone else)", "spell"], ["go", "a time for working (after which you will be relieved by someone else)", "go"], ["enlistment", "a period of time spent in military service", "enlistment"], ["duty tour", "a period of time spent in military service", "duty tour"], ["term of enlistment", "a period of time spent in military service", "term of enlistment"]]}, {"answer": "tour_of_duty", "hint": "synonyms for tour of duty", "clues": [["tour", "a period of time spent in military service", "tour"], ["hitch", "a period of time spent in military service", "hitch"], ["enlistment", "a period of time spent in military service", "enlistment"], ["duty tour", "a period of time spent in military service", "duty tour"], ["term of enlistment", "a period of time spent in military service", "term of enlistment"]]}, {"answer": "tourist_court", "hint": "synonyms for tourist court", "clues": [["motor lodge", "a hotel for motorists; provides direct access from rooms to parking area", "motor lodge"], ["court", "a hotel for motorists; provides direct access from rooms to parking area", "court"], ["motor inn", "a hotel for motorists; provides direct access from rooms to parking area", "motor inn"], ["motor hotel", "a hotel for motorists; provides direct access from rooms to parking area", "motor hotel"]]}, {"answer": "tours", "hint": "synonyms for tours", "clues": [["turn", "a time for working (after which you will be relieved by someone else)", "turn"], ["tour of duty", "a period of time spent in military service", "tour of duty"], ["tour", "a time for working (after which you will be relieved by someone else)", "tour"], ["hitch", "a period of time spent in military service", "hitch"], ["circuit", "a journey or route all the way around a particular place or area", "circuit"], ["spell", "a time for working (after which you will be relieved by someone else)", "spell"], ["go", "a time for working (after which you will be relieved by someone else)", "go"], ["enlistment", "a period of time spent in military service", "enlistment"], ["duty tour", "a period of time spent in military service", "duty tour"], ["term of enlistment", "a period of time spent in military service", "term of enlistment"]]}, {"answer": "tower", "hint": "synonyms for tower", "clues": [["pillar", "anything that approximates the shape of a column or tower", "pillar"], ["tug", "a powerful small boat designed to pull or push larger ships", "tug"], ["tugboat", "a powerful small boat designed to pull or push larger ships", "tugboat"], ["towboat", "a powerful small boat designed to pull or push larger ships", "towboat"], ["column", "anything that approximates the shape of a column or tower", "column"]]}, {"answer": "toying", "hint": "synonyms for toying", "clues": [["flirting", "playful behavior intended to arouse sexual interest", "flirting"], ["dalliance", "playful behavior intended to arouse sexual interest", "dalliance"], ["flirtation", "playful behavior intended to arouse sexual interest", "flirtation"], ["coquetry", "playful behavior intended to arouse sexual interest", "coquetry"]]}, {"answer": "trace", "hint": "synonyms for trace", "clues": [["vestige", "an indication that something has been present", "vestige"], ["touch", "a suggestion of some quality", "touch"], ["shadow", "an indication that something has been present", "shadow"], ["hint", "a just detectable amount", "hint"], ["ghost", "a suggestion of some quality", "ghost"], ["suggestion", "a just detectable amount", "suggestion"], ["tincture", "an indication that something has been present", "tincture"], ["tracing", "a drawing created by superimposing a semitransparent sheet of paper on the original image and copying on it the lines of the original image", "tracing"]]}, {"answer": "track", "hint": "synonyms for track", "clues": [["cut", "a distinct selection of music from a recording or a compact disc", "cut"], ["racecourse", "a course over which races are run", "racecourse"], ["rails", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll", "rails"], ["path", "a line or route along which something travels or moves", "path"], ["trail", "evidence pointing to a possible solution", "trail"], ["lead", "evidence pointing to a possible solution", "lead"], ["racetrack", "a course over which races are run", "racetrack"], ["course", "a line or route along which something travels or moves", "course"], ["caterpillar track", "an endless metal belt on which tracked vehicles move over the ground", "caterpillar track"], ["cart track", "any road or path affording passage especially a rough one", "cart track"], ["cartroad", "any road or path affording passage especially a rough one", "cartroad"], ["raceway", "a course over which races are run", "raceway"], ["data track", "(computer science) one of the circular magnetic paths on a magnetic disk that serve as a guide for writing and reading data", "data track"], ["running", "the act of participating in an athletic competition involving running on a track", "running"], ["runway", "a bar or pair of parallel bars of rolled steel making the railway along which railroad cars or other vehicles can roll", "runway"]]}, {"answer": "tract", "hint": "synonyms for tract", "clues": [["piece of ground", "an extended area of land", "piece of ground"], ["pamphlet", "a brief treatise on a subject of interest; published in the form of a booklet", "pamphlet"], ["parcel", "an extended area of land", "parcel"], ["parcel of land", "an extended area of land", "parcel of land"], ["piece of land", "an extended area of land", "piece of land"]]}, {"answer": "tractor_trailer", "hint": "synonyms for tractor trailer", "clues": [["trucking rig", "a truck consisting of a tractor and trailer together", "trucking rig"], ["rig", "a truck consisting of a tractor and trailer together", "rig"], ["trailer truck", "a truck consisting of a tractor and trailer together", "trailer truck"], ["articulated lorry", "a truck consisting of a tractor and trailer together", "articulated lorry"], ["semi", "a truck consisting of a tractor and trailer together", "semi"]]}, {"answer": "trade", "hint": "synonyms for trade", "clues": [["craft", "the skilled practice of a practical occupation", "craft"], ["patronage", "the business given to a commercial establishment by its customers", "patronage"], ["swap", "an equal exchange", "swap"], ["barter", "an equal exchange", "barter"], ["swop", "an equal exchange", "swop"], ["business deal", "a particular instance of buying or selling", "business deal"], ["trade wind", "steady winds blowing from east to west above and below the equator", "trade wind"], ["deal", "a particular instance of buying or selling", "deal"]]}, {"answer": "trade_union", "hint": "synonyms for trade union", "clues": [["brotherhood", "an organization of employees formed to bargain with the employer", "brotherhood"], ["trades union", "an organization of employees formed to bargain with the employer", "trades union"], ["union", "an organization of employees formed to bargain with the employer", "union"], ["labor union", "an organization of employees formed to bargain with the employer", "labor union"]]}, {"answer": "trades_union", "hint": "synonyms for trades union", "clues": [["brotherhood", "an organization of employees formed to bargain with the employer", "brotherhood"], ["trade union", "an organization of employees formed to bargain with the employer", "trade union"], ["union", "an organization of employees formed to bargain with the employer", "union"], ["labor union", "an organization of employees formed to bargain with the employer", "labor union"]]}, {"answer": "traducement", "hint": "synonyms for traducement", "clues": [["defamation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "defamation"], ["calumny", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumny"], ["obloquy", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "obloquy"], ["calumniation", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "calumniation"], ["hatchet job", "a false accusation of an offense or a malicious misrepresentation of someone's words or actions", "hatchet job"]]}, {"answer": "tragedy", "hint": "synonyms for tragedy", "clues": [["cataclysm", "an event resulting in great loss and misfortune", "cataclysm"], ["disaster", "an event resulting in great loss and misfortune", "disaster"], ["calamity", "an event resulting in great loss and misfortune", "calamity"], ["catastrophe", "an event resulting in great loss and misfortune", "catastrophe"]]}, {"answer": "trailer_truck", "hint": "synonyms for trailer truck", "clues": [["trucking rig", "a truck consisting of a tractor and trailer together", "trucking rig"], ["rig", "a truck consisting of a tractor and trailer together", "rig"], ["articulated lorry", "a truck consisting of a tractor and trailer together", "articulated lorry"], ["tractor trailer", "a truck consisting of a tractor and trailer together", "tractor trailer"], ["semi", "a truck consisting of a tractor and trailer together", "semi"]]}, {"answer": "train", "hint": "synonyms for train", "clues": [["power train", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "power train"], ["string", "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding", "string"], ["geartrain", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "geartrain"], ["gear", "wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed", "gear"], ["wagon train", "a procession (of wagons or mules or camels) traveling together in single file", "wagon train"], ["railroad train", "public transport provided by a line of railway cars coupled together and drawn by a locomotive", "railroad train"], ["caravan", "a procession (of wagons or mules or camels) traveling together in single file", "caravan"]]}, {"answer": "train_depot", "hint": "synonyms for train depot", "clues": [["railroad terminal", "terminal where trains load or unload passengers or goods", "railroad terminal"], ["train station", "terminal where trains load or unload passengers or goods", "train station"], ["railway station", "terminal where trains load or unload passengers or goods", "railway station"], ["railroad station", "terminal where trains load or unload passengers or goods", "railroad station"]]}, {"answer": "train_station", "hint": "synonyms for train station", "clues": [["railroad terminal", "terminal where trains load or unload passengers or goods", "railroad terminal"], ["train depot", "terminal where trains load or unload passengers or goods", "train depot"], ["railway station", "terminal where trains load or unload passengers or goods", "railway station"], ["railroad station", "terminal where trains load or unload passengers or goods", "railroad station"]]}, {"answer": "training", "hint": "synonyms for training", "clues": [["breeding", "the result of good upbringing (especially knowledge of correct social behavior)", "breeding"], ["preparation", "activity leading to skilled behavior", "preparation"], ["education", "the result of good upbringing (especially knowledge of correct social behavior)", "education"], ["grooming", "activity leading to skilled behavior", "grooming"]]}, {"answer": "tram", "hint": "synonyms for tram", "clues": [["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley"], ["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "ropeway"], ["tramcar", "a four-wheeled wagon that runs on tracks in a mine", "tramcar"], ["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "cable tramway"], ["tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tramway"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity", "streetcar"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "aerial tramway"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley car"]]}, {"answer": "tramcar", "hint": "synonyms for tramcar", "clues": [["tram", "a wheeled vehicle that runs on rails and is propelled by electricity", "tram"], ["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley car"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity", "streetcar"]]}, {"answer": "trammel", "hint": "synonyms for trammel", "clues": [["bond", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)", "bond"], ["hamper", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)", "hamper"], ["shackle", "a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)", "shackle"], ["trammel net", "a fishing net with three layers; the outer two are coarse mesh and the loose inner layer is fine mesh", "trammel net"]]}, {"answer": "tramway", "hint": "synonyms for tramway", "clues": [["tram", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "tram"], ["aerial tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "aerial tramway"], ["streetcar track", "the track on which trams or streetcars run", "streetcar track"], ["ropeway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "ropeway"], ["tramline", "the track on which trams or streetcars run", "tramline"], ["cable tramway", "a conveyance that transports passengers or freight in carriers suspended from cables and supported by a series of towers", "cable tramway"]]}, {"answer": "tranquility", "hint": "synonyms for tranquility", "clues": [["quietness", "a state of peace and quiet", "quietness"], ["repose", "a disposition free from stress or emotion", "repose"], ["placidity", "a disposition free from stress or emotion", "placidity"], ["tranquillity", "a state of peace and quiet", "tranquillity"], ["quiet", "a disposition free from stress or emotion", "quiet"], ["quietude", "a state of peace and quiet", "quietude"], ["serenity", "a disposition free from stress or emotion", "serenity"]]}, {"answer": "tranquilizer", "hint": "synonyms for tranquilizer", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity", "antianxiety agent"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic drug"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic agent"], ["tranquillizer", "a drug used to reduce stress or tension without reducing mental clarity", "tranquillizer"]]}, {"answer": "tranquilliser", "hint": "synonyms for tranquilliser", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity", "antianxiety agent"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic"], ["tranquilizer", "a drug used to reduce stress or tension without reducing mental clarity", "tranquilizer"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic drug"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic agent"]]}, {"answer": "tranquillity", "hint": "synonyms for tranquillity", "clues": [["placidity", "a disposition free from stress or emotion", "placidity"], ["quietude", "a state of peace and quiet", "quietude"], ["serenity", "a disposition free from stress or emotion", "serenity"], ["tranquility", "a state of peace and quiet", "tranquility"], ["quietness", "a state of peace and quiet", "quietness"], ["quiet", "a disposition free from stress or emotion", "quiet"], ["repose", "a disposition free from stress or emotion", "repose"]]}, {"answer": "tranquillizer", "hint": "synonyms for tranquillizer", "clues": [["antianxiety agent", "a drug used to reduce stress or tension without reducing mental clarity", "antianxiety agent"], ["ataractic", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic"], ["tranquilizer", "a drug used to reduce stress or tension without reducing mental clarity", "tranquilizer"], ["ataractic drug", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic drug"], ["ataractic agent", "a drug used to reduce stress or tension without reducing mental clarity", "ataractic agent"]]}, {"answer": "transactions", "hint": "synonyms for transactions", "clues": [["proceedings", "a written account of what transpired at a meeting", "proceedings"], ["dealings", "the act of transacting within or between groups (as carrying on commercial activities)", "dealings"], ["transaction", "the act of transacting within or between groups (as carrying on commercial activities)", "transaction"], ["minutes", "a written account of what transpired at a meeting", "minutes"]]}, {"answer": "transcription", "hint": "synonyms for transcription", "clues": [["arrangement", "the act of arranging and adapting a piece of music", "arrangement"], ["arranging", "the act of arranging and adapting a piece of music", "arranging"], ["recording", "the act of making a record (especially an audio record)", "recording"], ["written text", "something written, especially copied from one medium to another, as a typewritten version of dictation", "written text"]]}, {"answer": "transfer", "hint": "synonyms for transfer", "clues": [["transportation", "the act of moving something from one location to another", "transportation"], ["transfer of training", "application of a skill learned in one situation to a different but similar situation", "transfer of training"], ["carry-over", "application of a skill learned in one situation to a different but similar situation", "carry-over"], ["transport", "the act of moving something from one location to another", "transport"], ["transference", "transferring ownership", "transference"], ["transferral", "the act of moving something from one location to another", "transferral"], ["conveyance", "the act of moving something from one location to another", "conveyance"]]}, {"answer": "transfer_rna", "hint": "synonyms for transfer rna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "soluble RNA"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "tRNA"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "acceptor RNA"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "transfer RNA"]]}, {"answer": "transferral", "hint": "synonyms for transferral", "clues": [["transport", "the act of moving something from one location to another", "transport"], ["transportation", "the act of moving something from one location to another", "transportation"], ["conveyance", "the act of moving something from one location to another", "conveyance"], ["transfer", "the act of moving something from one location to another", "transfer"]]}, {"answer": "transience", "hint": "synonyms for transience", "clues": [["brevity", "the attribute of being brief or fleeting", "brevity"], ["transitoriness", "an impermanence that suggests the inevitability of ending or dying", "transitoriness"], ["transiency", "an impermanence that suggests the inevitability of ending or dying", "transiency"], ["briefness", "the attribute of being brief or fleeting", "briefness"]]}, {"answer": "transit", "hint": "synonyms for transit", "clues": [["theodolite", "a surveying instrument for measuring horizontal and vertical angles, consisting of a small telescope mounted on a tripod", "theodolite"], ["transportation", "a facility consisting of the means and equipment necessary for the movement of passengers or goods", "transportation"], ["passage", "a journey usually by ship", "passage"], ["transportation system", "a facility consisting of the means and equipment necessary for the movement of passengers or goods", "transportation system"]]}, {"answer": "transition", "hint": "synonyms for transition", "clues": [["changeover", "an event that results in a transformation", "changeover"], ["conversion", "an event that results in a transformation", "conversion"], ["modulation", "a musical passage moving from one key to another", "modulation"], ["passage", "the act of passing from one state or place to the next", "passage"]]}, {"answer": "translation", "hint": "synonyms for translation", "clues": [["displacement", "the act of uniform movement", "displacement"], ["version", "a written communication in a second language having the same meaning as the written communication in a first language", "version"], ["rendering", "a written communication in a second language having the same meaning as the written communication in a first language", "rendering"], ["interlingual rendition", "a written communication in a second language having the same meaning as the written communication in a first language", "interlingual rendition"], ["transformation", "the act of changing in form or shape or appearance", "transformation"]]}, {"answer": "transmission", "hint": "synonyms for transmission", "clues": [["transmission system", "the gears that transmit power from an automobile engine via the driveshaft to the live axle", "transmission system"], ["transmitting", "the act of sending a message; causing a message to be transmitted", "transmitting"], ["contagion", "an incident in which an infectious disease is transmitted", "contagion"], ["transmittal", "the act of sending a message; causing a message to be transmitted", "transmittal"], ["transmittance", "the fraction of radiant energy that passes through a substance", "transmittance"], ["infection", "an incident in which an infectious disease is transmitted", "infection"]]}, {"answer": "transport", "hint": "synonyms for transport", "clues": [["transportation", "the commercial enterprise of moving goods and materials", "transportation"], ["transferral", "the act of moving something from one location to another", "transferral"], ["conveyance", "the act of moving something from one location to another", "conveyance"], ["tape drive", "a mechanism that transports magnetic tape across the read/write heads of a tape playback/recorder", "tape drive"], ["tape transport", "a mechanism that transports magnetic tape across the read/write heads of a tape playback/recorder", "tape transport"], ["shipping", "the commercial enterprise of moving goods and materials", "shipping"], ["transfer", "the act of moving something from one location to another", "transfer"]]}, {"answer": "transportation", "hint": "synonyms for transportation", "clues": [["shipping", "the commercial enterprise of moving goods and materials", "shipping"], ["deportation", "the act of expelling a person from their native land", "deportation"], ["transport", "the act of moving something from one location to another", "transport"], ["exile", "the act of expelling a person from their native land", "exile"], ["transferral", "the act of moving something from one location to another", "transferral"], ["fare", "the sum charged for riding in a public conveyance", "fare"], ["transit", "a facility consisting of the means and equipment necessary for the movement of passengers or goods", "transit"], ["transportation system", "a facility consisting of the means and equipment necessary for the movement of passengers or goods", "transportation system"], ["expatriation", "the act of expelling a person from their native land", "expatriation"], ["conveyance", "the act of moving something from one location to another", "conveyance"], ["transfer", "the act of moving something from one location to another", "transfer"]]}, {"answer": "transposition", "hint": "synonyms for transposition", "clues": [["switch", "an event in which one thing is substituted for another", "switch"], ["substitution", "an event in which one thing is substituted for another", "substitution"], ["reversal", "the act of reversing the order or place of", "reversal"], ["replacement", "an event in which one thing is substituted for another", "replacement"], ["permutation", "an event in which one thing is substituted for another", "permutation"]]}, {"answer": "trap", "hint": "synonyms for trap", "clues": [["snare", "something (often something deceptively attractive) that catches you unawares", "snare"], ["sand trap", "a hazard on a golf course", "sand trap"], ["lying in wait", "the act of concealing yourself and lying in wait to attack by surprise", "lying in wait"], ["ambush", "the act of concealing yourself and lying in wait to attack by surprise", "ambush"], ["ambuscade", "the act of concealing yourself and lying in wait to attack by surprise", "ambuscade"], ["bunker", "a hazard on a golf course", "bunker"]]}, {"answer": "trappings", "hint": "synonyms for trappings", "clues": [["housing", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse", "housing"], ["furnishing", "(usually plural) accessory wearing apparel", "furnishing"], ["caparison", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse", "caparison"], ["trapping", "stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse", "trapping"]]}, {"answer": "trash", "hint": "synonyms for trash", "clues": [["chalk", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chalk"], ["glass", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "glass"], ["methamphetamine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine"], ["applesauce", "nonsensical talk or writing", "applesauce"], ["trumpery", "nonsensical talk or writing", "trumpery"], ["methamphetamine hydrochloride", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "methamphetamine hydrochloride"], ["ice", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "ice"], ["scrap", "worthless material that is to be disposed of", "scrap"], ["rubbish", "nonsensical talk or writing", "rubbish"], ["deoxyephedrine", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "deoxyephedrine"], ["meth", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "meth"], ["folderol", "nonsensical talk or writing", "folderol"], ["crank", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "crank"], ["codswallop", "nonsensical talk or writing", "codswallop"], ["wish-wash", "nonsensical talk or writing", "wish-wash"], ["chicken feed", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "chicken feed"], ["shabu", "an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant", "shabu"], ["tripe", "nonsensical talk or writing", "tripe"], ["scum", "worthless people", "scum"]]}, {"answer": "trash_barrel", "hint": "synonyms for trash barrel", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "trash_bin", "hint": "synonyms for trash bin", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "trash_can", "hint": "synonyms for trash can", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"], ["wastebin", "a bin that holds rubbish until it is collected", "wastebin"]]}, {"answer": "trash_dump", "hint": "synonyms for trash dump", "clues": [["rubbish dump", "a piece of land where waste materials are dumped", "rubbish dump"], ["dump", "a piece of land where waste materials are dumped", "dump"], ["dumpsite", "a piece of land where waste materials are dumped", "dumpsite"], ["wasteyard", "a piece of land where waste materials are dumped", "wasteyard"], ["garbage dump", "a piece of land where waste materials are dumped", "garbage dump"]]}, {"answer": "trash_heap", "hint": "synonyms for trash heap", "clues": [["refuse heap", "an accumulation of refuse and discarded matter", "refuse heap"], ["junk pile", "an accumulation of refuse and discarded matter", "junk pile"], ["garbage heap", "an accumulation of refuse and discarded matter", "garbage heap"], ["junk heap", "an accumulation of refuse and discarded matter", "junk heap"], ["trash pile", "an accumulation of refuse and discarded matter", "trash pile"], ["scrapheap", "an accumulation of refuse and discarded matter", "scrapheap"], ["rubbish heap", "an accumulation of refuse and discarded matter", "rubbish heap"]]}, {"answer": "trash_pile", "hint": "synonyms for trash pile", "clues": [["refuse heap", "an accumulation of refuse and discarded matter", "refuse heap"], ["junk pile", "an accumulation of refuse and discarded matter", "junk pile"], ["garbage heap", "an accumulation of refuse and discarded matter", "garbage heap"], ["junk heap", "an accumulation of refuse and discarded matter", "junk heap"], ["scrapheap", "an accumulation of refuse and discarded matter", "scrapheap"], ["trash heap", "an accumulation of refuse and discarded matter", "trash heap"], ["rubbish heap", "an accumulation of refuse and discarded matter", "rubbish heap"]]}, {"answer": "travail", "hint": "synonyms for travail", "clues": [["effort", "use of physical or mental energy; hard work", "effort"], ["exertion", "use of physical or mental energy; hard work", "exertion"], ["elbow grease", "use of physical or mental energy; hard work", "elbow grease"], ["sweat", "use of physical or mental energy; hard work", "sweat"]]}, {"answer": "traveling_bag", "hint": "synonyms for traveling bag", "clues": [["suitcase", "a portable rectangular container for carrying clothes", "suitcase"], ["bag", "a portable rectangular container for carrying clothes", "bag"], ["travelling bag", "a portable rectangular container for carrying clothes", "travelling bag"], ["grip", "a portable rectangular container for carrying clothes", "grip"]]}, {"answer": "travelling_bag", "hint": "synonyms for travelling bag", "clues": [["suitcase", "a portable rectangular container for carrying clothes", "suitcase"], ["bag", "a portable rectangular container for carrying clothes", "bag"], ["traveling bag", "a portable rectangular container for carrying clothes", "traveling bag"], ["grip", "a portable rectangular container for carrying clothes", "grip"]]}, {"answer": "traverse", "hint": "synonyms for traverse", "clues": [["crosspiece", "a horizontal beam that extends across something", "crosspiece"], ["traversal", "travel across", "traversal"], ["transom", "a horizontal crosspiece across a window or separating a door from a window over it", "transom"], ["trave", "a horizontal beam that extends across something", "trave"], ["crossbeam", "a horizontal beam that extends across something", "crossbeam"]]}, {"answer": "travesty", "hint": "synonyms for travesty", "clues": [["sendup", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "sendup"], ["pasquinade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "pasquinade"], ["takeoff", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "takeoff"], ["parody", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "parody"], ["farce", "a comedy characterized by broad satire and improbable situations", "farce"], ["mockery", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "mockery"], ["spoof", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "spoof"], ["farce comedy", "a comedy characterized by broad satire and improbable situations", "farce comedy"], ["put-on", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "put-on"], ["charade", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "charade"], ["burlesque", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "burlesque"], ["lampoon", "a composition that imitates or misrepresents somebody's style, usually in a humorous way", "lampoon"]]}, {"answer": "trawl", "hint": "synonyms for trawl", "clues": [["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl line"], ["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "setline"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trotline"], ["dragnet", "a conical fishnet dragged through the water at great depths", "dragnet"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "spiller"], ["trawl net", "a conical fishnet dragged through the water at great depths", "trawl net"]]}, {"answer": "trawl_line", "hint": "synonyms for trawl line", "clues": [["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "setline"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "spiller"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl"], ["trotline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trotline"]]}, {"answer": "treachery", "hint": "synonyms for treachery", "clues": [["perfidiousness", "betrayal of a trust", "perfidiousness"], ["betrayal", "an act of deliberate betrayal", "betrayal"], ["perfidy", "betrayal of a trust", "perfidy"], ["treason", "an act of deliberate betrayal", "treason"]]}, {"answer": "treacle", "hint": "synonyms for treacle", "clues": [["slop", "writing or music that is excessively sweet and sentimental", "slop"], ["mush", "writing or music that is excessively sweet and sentimental", "mush"], ["glop", "writing or music that is excessively sweet and sentimental", "glop"], ["golden syrup", "a pale cane syrup", "golden syrup"]]}, {"answer": "treason", "hint": "synonyms for treason", "clues": [["subversiveness", "disloyalty by virtue of subversive behavior", "subversiveness"], ["betrayal", "an act of deliberate betrayal", "betrayal"], ["high treason", "a crime that undermines the offender's government", "high treason"], ["lese majesty", "a crime that undermines the offender's government", "lese majesty"], ["treachery", "an act of deliberate betrayal", "treachery"], ["perfidy", "an act of deliberate betrayal", "perfidy"], ["traitorousness", "disloyalty by virtue of subversive behavior", "traitorousness"]]}, {"answer": "treat", "hint": "synonyms for treat", "clues": [["dainty", "something considered choice to eat", "dainty"], ["goody", "something considered choice to eat", "goody"], ["delicacy", "something considered choice to eat", "delicacy"], ["kickshaw", "something considered choice to eat", "kickshaw"]]}, {"answer": "treatment", "hint": "synonyms for treatment", "clues": [["discourse", "an extended communication (often interactive) dealing with some particular topic", "discourse"], ["discussion", "an extended communication (often interactive) dealing with some particular topic", "discussion"], ["handling", "the management of someone or something", "handling"], ["intervention", "care provided to improve a situation (especially medical procedures or applications that are intended to relieve illness or injury)", "intervention"]]}, {"answer": "trebuchet", "hint": "synonyms for trebuchet", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["trebucket", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebucket"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"]]}, {"answer": "trebucket", "hint": "synonyms for trebucket", "clues": [["mangonel", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "mangonel"], ["arbalist", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "arbalist"], ["onager", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "onager"], ["ballista", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "ballista"], ["bricole", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "bricole"], ["catapult", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "catapult"], ["trebuchet", "an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles", "trebuchet"]]}, {"answer": "trend", "hint": "synonyms for trend", "clues": [["drift", "a general tendency to change (as of opinion)", "drift"], ["tendency", "a general direction in which something tends to move", "tendency"], ["course", "general line of orientation", "course"], ["vogue", "the popular taste at a given time", "vogue"], ["style", "the popular taste at a given time", "style"], ["movement", "a general tendency to change (as of opinion)", "movement"]]}, {"answer": "trespass", "hint": "synonyms for trespass", "clues": [["intrusion", "entry to another's property without right or permission", "intrusion"], ["usurpation", "entry to another's property without right or permission", "usurpation"], ["violation", "entry to another's property without right or permission", "violation"], ["encroachment", "entry to another's property without right or permission", "encroachment"]]}, {"answer": "trey", "hint": "synonyms for trey", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "triad", "hint": "synonyms for triad", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["trinity", "three people considered as a unit", "trinity"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["common chord", "a three-note major or minor chord; a note and its third and fifth tones", "common chord"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "trial", "hint": "synonyms for trial", "clues": [["test", "the act of undergoing testing", "test"], ["tribulation", "an annoying or frustrating or catastrophic event", "tribulation"], ["visitation", "an annoying or frustrating or catastrophic event", "visitation"], ["run", "the act of testing something", "run"], ["tryout", "trying something to find out about it", "tryout"], ["trial run", "trying something to find out about it", "trial run"]]}, {"answer": "tribe", "hint": "synonyms for tribe", "clues": [["folk", "a social division of (usually preliterate) people", "folk"], ["kin", "group of people related by blood or marriage", "kin"], ["kinship group", "group of people related by blood or marriage", "kinship group"], ["federation of tribes", "a federation (as of American Indians)", "federation of tribes"], ["kin group", "group of people related by blood or marriage", "kin group"], ["kindred", "group of people related by blood or marriage", "kindred"], ["clan", "group of people related by blood or marriage", "clan"]]}, {"answer": "trice", "hint": "synonyms for trice", "clues": [["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["wink", "a very short time (as the time it takes the eye to blink or the heart to beat)", "wink"], ["twinkling", "a very short time (as the time it takes the eye to blink or the heart to beat)", "twinkling"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "trick", "hint": "synonyms for trick", "clues": [["illusion", "an illusory feat; considered magical by naive observers", "illusion"], ["deception", "an illusory feat; considered magical by naive observers", "deception"], ["legerdemain", "an illusory feat; considered magical by naive observers", "legerdemain"], ["joke", "a ludicrous or grotesque act done for fun and amusement", "joke"], ["antic", "a ludicrous or grotesque act done for fun and amusement", "antic"], ["fast one", "a cunning or deceitful action or device", "fast one"], ["put-on", "a ludicrous or grotesque act done for fun and amusement", "put-on"], ["conjuration", "an illusory feat; considered magical by naive observers", "conjuration"], ["magic trick", "an illusory feat; considered magical by naive observers", "magic trick"], ["thaumaturgy", "an illusory feat; considered magical by naive observers", "thaumaturgy"], ["prank", "a ludicrous or grotesque act done for fun and amusement", "prank"], ["conjuring trick", "an illusory feat; considered magical by naive observers", "conjuring trick"], ["caper", "a ludicrous or grotesque act done for fun and amusement", "caper"], ["magic", "an illusory feat; considered magical by naive observers", "magic"]]}, {"answer": "trickery", "hint": "synonyms for trickery", "clues": [["slickness", "verbal misrepresentation intended to take advantage of you in some way", "slickness"], ["chicanery", "the use of tricks to deceive someone (usually to extract money from them)", "chicanery"], ["wile", "the use of tricks to deceive someone (usually to extract money from them)", "wile"], ["skulduggery", "verbal misrepresentation intended to take advantage of you in some way", "skulduggery"], ["hanky panky", "verbal misrepresentation intended to take advantage of you in some way", "hanky panky"], ["jiggery-pokery", "verbal misrepresentation intended to take advantage of you in some way", "jiggery-pokery"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)", "shenanigan"], ["hocus-pocus", "verbal misrepresentation intended to take advantage of you in some way", "hocus-pocus"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)", "guile"]]}, {"answer": "trifle", "hint": "synonyms for trifle", "clues": [["technicality", "a detail that is considered insignificant", "technicality"], ["trivia", "something of small importance", "trivia"], ["triviality", "something of small importance", "triviality"], ["small beer", "something of small importance", "small beer"]]}, {"answer": "trimmings", "hint": "synonyms for trimmings", "clues": [["trimming", "cutting down to the desired size or shape", "trimming"], ["clipping", "cutting down to the desired size or shape", "clipping"], ["passementerie", "a decoration or adornment on a garment", "passementerie"], ["trim", "cutting down to the desired size or shape", "trim"], ["fixings", "the accessories that normally accompany (something or some activity)", "fixings"]]}, {"answer": "trine", "hint": "synonyms for trine", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "trinity", "hint": "synonyms for trinity", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "trinket", "hint": "synonyms for trinket", "clues": [["novelty", "cheap showy jewelry or ornament on clothing", "novelty"], ["bauble", "cheap showy jewelry or ornament on clothing", "bauble"], ["gewgaw", "cheap showy jewelry or ornament on clothing", "gewgaw"], ["gaud", "cheap showy jewelry or ornament on clothing", "gaud"], ["bangle", "cheap showy jewelry or ornament on clothing", "bangle"], ["fallal", "cheap showy jewelry or ornament on clothing", "fallal"]]}, {"answer": "trio", "hint": "synonyms for trio", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["trinity", "three people considered as a unit", "trinity"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "trip", "hint": "synonyms for trip", "clues": [["tripper", "a catch mechanism that acts as a switch", "tripper"], ["trip-up", "an unintentional but embarrassing blunder", "trip-up"], ["misstep", "an unintentional but embarrassing blunder", "misstep"], ["head trip", "an exciting or stimulating experience", "head trip"], ["stumble", "an unintentional but embarrassing blunder", "stumble"], ["slip", "an accidental misstep threatening (or causing) a fall", "slip"]]}, {"answer": "tripe", "hint": "synonyms for tripe", "clues": [["folderol", "nonsensical talk or writing", "folderol"], ["codswallop", "nonsensical talk or writing", "codswallop"], ["trash", "nonsensical talk or writing", "trash"], ["wish-wash", "nonsensical talk or writing", "wish-wash"], ["rubbish", "nonsensical talk or writing", "rubbish"], ["applesauce", "nonsensical talk or writing", "applesauce"], ["trumpery", "nonsensical talk or writing", "trumpery"]]}, {"answer": "triplet", "hint": "synonyms for triplet", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["troika", "the cardinal number that is the sum of one and one and one", "troika"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["triple", "a set of three similar things considered as a unit", "triple"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "trivia", "hint": "synonyms for trivia", "clues": [["small beer", "something of small importance", "small beer"], ["trifle", "something of small importance", "trifle"], ["trivium", "(Middle Ages) an introductory curriculum at a medieval university involving grammar and logic and rhetoric; considered to be a triple way to eloquence", "trivium"], ["triviality", "something of small importance", "triviality"]]}, {"answer": "triviality", "hint": "synonyms for triviality", "clues": [["slightness", "the quality of being unimportant and petty or frivolous", "slightness"], ["trifle", "a detail that is considered insignificant", "trifle"], ["trivia", "something of small importance", "trivia"], ["puniness", "the quality of being unimportant and petty or frivolous", "puniness"], ["small beer", "something of small importance", "small beer"], ["pettiness", "the quality of being unimportant and petty or frivolous", "pettiness"], ["technicality", "a detail that is considered insignificant", "technicality"]]}, {"answer": "trna", "hint": "synonyms for trna", "clues": [["soluble RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "soluble RNA"], ["tRNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "tRNA"], ["acceptor RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "acceptor RNA"], ["transfer RNA", "RNA molecules present in the cell (in at least 20 varieties, each variety capable of combining with a specific amino acid) that attach the correct amino acid to the protein chain that is being synthesized at the ribosome of the cell (according to directions coded in the mRNA)", "transfer RNA"]]}, {"answer": "troika", "hint": "synonyms for troika", "clues": [["threesome", "the cardinal number that is the sum of one and one and one", "threesome"], ["trey", "the cardinal number that is the sum of one and one and one", "trey"], ["deuce-ace", "the cardinal number that is the sum of one and one and one", "deuce-ace"], ["triad", "the cardinal number that is the sum of one and one and one", "triad"], ["terzetto", "the cardinal number that is the sum of one and one and one", "terzetto"], ["trio", "the cardinal number that is the sum of one and one and one", "trio"], ["triplet", "the cardinal number that is the sum of one and one and one", "triplet"], ["tierce", "the cardinal number that is the sum of one and one and one", "tierce"], ["leash", "the cardinal number that is the sum of one and one and one", "leash"], ["three", "the cardinal number that is the sum of one and one and one", "three"], ["ternary", "the cardinal number that is the sum of one and one and one", "ternary"], ["trinity", "the cardinal number that is the sum of one and one and one", "trinity"], ["trine", "the cardinal number that is the sum of one and one and one", "trine"], ["3", "the cardinal number that is the sum of one and one and one", "3"], ["ternion", "the cardinal number that is the sum of one and one and one", "ternion"], ["tercet", "the cardinal number that is the sum of one and one and one", "tercet"]]}, {"answer": "trolley", "hint": "synonyms for trolley", "clues": [["tram", "a wheeled vehicle that runs on rails and is propelled by electricity", "tram"], ["trolley car", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley car"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity", "streetcar"], ["tramcar", "a wheeled vehicle that runs on rails and is propelled by electricity", "tramcar"]]}, {"answer": "trolley_car", "hint": "synonyms for trolley car", "clues": [["tram", "a wheeled vehicle that runs on rails and is propelled by electricity", "tram"], ["trolley", "a wheeled vehicle that runs on rails and is propelled by electricity", "trolley"], ["streetcar", "a wheeled vehicle that runs on rails and is propelled by electricity", "streetcar"], ["tramcar", "a wheeled vehicle that runs on rails and is propelled by electricity", "tramcar"]]}, {"answer": "troops", "hint": "synonyms for troops", "clues": [["soldiery", "soldiers collectively", "soldiery"], ["troop", "a cavalry unit corresponding to an infantry company", "troop"], ["scout troop", "a unit of Girl or Boy Scouts", "scout troop"], ["flock", "an orderly crowd", "flock"], ["military personnel", "soldiers collectively", "military personnel"], ["scout group", "a unit of Girl or Boy Scouts", "scout group"]]}, {"answer": "trot", "hint": "synonyms for trot", "clues": [["pony", "a literal translation used in studying a foreign language (often used illicitly)", "pony"], ["lope", "a slow pace of running", "lope"], ["crib", "a literal translation used in studying a foreign language (often used illicitly)", "crib"], ["jog", "a slow pace of running", "jog"]]}, {"answer": "trotline", "hint": "synonyms for trotline", "clues": [["trawl line", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl line"], ["setline", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "setline"], ["spiller", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "spiller"], ["trawl", "a long fishing line with many shorter lines and hooks attached to it (usually suspended between buoys)", "trawl"]]}, {"answer": "trouble", "hint": "synonyms for trouble", "clues": [["difficulty", "an effort that is inconvenient", "difficulty"], ["problem", "a source of difficulty", "problem"], ["fuss", "an angry disturbance", "fuss"], ["bother", "an angry disturbance", "bother"], ["worry", "a strong feeling of anxiety", "worry"], ["hassle", "an angry disturbance", "hassle"]]}, {"answer": "trough", "hint": "synonyms for trough", "clues": [["manger", "a container (usually in a barn or stable) from which cattle or horses feed", "manger"], ["bowl", "a concave shape with an open top", "bowl"], ["till", "a treasury for government funds", "till"], ["gutter", "a channel along the eaves or on the roof; collects and carries away rainwater", "gutter"], ["public treasury", "a treasury for government funds", "public treasury"]]}, {"answer": "trouncing", "hint": "synonyms for trouncing", "clues": [["slaughter", "a sound defeat", "slaughter"], ["whipping", "a sound defeat", "whipping"], ["beating", "the act of inflicting corporal punishment with repeated blows", "beating"], ["walloping", "a sound defeat", "walloping"], ["licking", "the act of inflicting corporal punishment with repeated blows", "licking"], ["whacking", "the act of inflicting corporal punishment with repeated blows", "whacking"], ["thrashing", "the act of inflicting corporal punishment with repeated blows", "thrashing"], ["drubbing", "the act of inflicting corporal punishment with repeated blows", "drubbing"], ["debacle", "a sound defeat", "debacle"], ["lacing", "the act of inflicting corporal punishment with repeated blows", "lacing"]]}, {"answer": "trucking_rig", "hint": "synonyms for trucking rig", "clues": [["rig", "a truck consisting of a tractor and trailer together", "rig"], ["trailer truck", "a truck consisting of a tractor and trailer together", "trailer truck"], ["articulated lorry", "a truck consisting of a tractor and trailer together", "articulated lorry"], ["tractor trailer", "a truck consisting of a tractor and trailer together", "tractor trailer"], ["semi", "a truck consisting of a tractor and trailer together", "semi"]]}, {"answer": "trump", "hint": "synonyms for trump", "clues": [["horn", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "horn"], ["trumpet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "trumpet"], ["cornet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "cornet"], ["trump card", "a playing card in the suit that has been declared trumps", "trump card"]]}, {"answer": "trumpery", "hint": "synonyms for trumpery", "clues": [["folderol", "nonsensical talk or writing", "folderol"], ["gimcrackery", "ornamental objects of no great value", "gimcrackery"], ["nonsense", "ornamental objects of no great value", "nonsense"], ["applesauce", "nonsensical talk or writing", "applesauce"], ["codswallop", "nonsensical talk or writing", "codswallop"], ["trash", "nonsensical talk or writing", "trash"], ["wish-wash", "nonsensical talk or writing", "wish-wash"], ["frill", "ornamental objects of no great value", "frill"], ["gimcrack", "ornamental objects of no great value", "gimcrack"], ["rubbish", "nonsensical talk or writing", "rubbish"], ["tripe", "nonsensical talk or writing", "tripe"]]}, {"answer": "trumpets", "hint": "synonyms for trumpets", "clues": [["horn", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "horn"], ["trumpet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "trumpet"], ["cornet", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "cornet"], ["trump", "a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves", "trump"]]}, {"answer": "truncheon", "hint": "synonyms for truncheon", "clues": [["billy club", "a short stout club used primarily by policemen", "billy club"], ["billy", "a short stout club used primarily by policemen", "billy"], ["nightstick", "a short stout club used primarily by policemen", "nightstick"], ["billystick", "a short stout club used primarily by policemen", "billystick"], ["baton", "a short stout club used primarily by policemen", "baton"]]}, {"answer": "trunks", "hint": "synonyms for trunks", "clues": [["shorts", "trousers that end at or above the knee", "shorts"], ["trunk", "compartment in an automobile that carries luggage or shopping or tools", "trunk"], ["automobile trunk", "compartment in an automobile that carries luggage or shopping or tools", "automobile trunk"], ["luggage compartment", "compartment in an automobile that carries luggage or shopping or tools", "luggage compartment"], ["short pants", "trousers that end at or above the knee", "short pants"]]}, {"answer": "trust", "hint": "synonyms for trust", "clues": [["combine", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service", "combine"], ["faith", "complete confidence in a person or plan etc", "faith"], ["trustfulness", "the trait of believing in the honesty and reliability of others", "trustfulness"], ["reliance", "certainty based on past experience", "reliance"], ["trustingness", "the trait of believing in the honesty and reliability of others", "trustingness"], ["corporate trust", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service", "corporate trust"], ["cartel", "a consortium of independent organizations formed to limit competition by controlling the production and distribution of a product or service", "cartel"]]}, {"answer": "tryout", "hint": "synonyms for tryout", "clues": [["trial", "trying something to find out about it", "trial"], ["test", "trying something to find out about it", "test"], ["audition", "a test of the suitability of a performer", "audition"], ["trial run", "trying something to find out about it", "trial run"]]}, {"answer": "tub", "hint": "synonyms for tub", "clues": [["bath", "a relatively large open container that you fill with water and use to wash the body", "bath"], ["bathtub", "a relatively large open container that you fill with water and use to wash the body", "bathtub"], ["vat", "a large open vessel for holding or storing liquids", "vat"], ["tubful", "the amount that a tub will hold", "tubful"], ["bathing tub", "a relatively large open container that you fill with water and use to wash the body", "bathing tub"]]}, {"answer": "tube", "hint": "synonyms for tube", "clues": [["tubing", "conduit consisting of a long hollow object (usually cylindrical) used to hold and conduct objects or liquids or gases", "tubing"], ["subway", "an electric railway operating below the surface of the ground (usually in a city)", "subway"], ["metro", "an electric railway operating below the surface of the ground (usually in a city)", "metro"], ["underground", "an electric railway operating below the surface of the ground (usually in a city)", "underground"], ["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic vacuum tube"], ["pipe", "a hollow cylindrical shape", "pipe"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic valve"], ["subway system", "an electric railway operating below the surface of the ground (usually in a city)", "subway system"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic tube"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "electron tube"], ["vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "vacuum tube"]]}, {"answer": "tug", "hint": "synonyms for tug", "clues": [["towboat", "a powerful small boat designed to pull or push larger ships", "towboat"], ["tower", "a powerful small boat designed to pull or push larger ships", "tower"], ["tugboat", "a powerful small boat designed to pull or push larger ships", "tugboat"], ["jerk", "a sudden abrupt pull", "jerk"]]}, {"answer": "tumult", "hint": "synonyms for tumult", "clues": [["turmoil", "violent agitation", "turmoil"], ["rumpus", "the act of making a noisy disturbance", "rumpus"], ["commotion", "the act of making a noisy disturbance", "commotion"], ["din", "the act of making a noisy disturbance", "din"], ["ruckus", "the act of making a noisy disturbance", "ruckus"], ["ruction", "the act of making a noisy disturbance", "ruction"]]}, {"answer": "tune", "hint": "synonyms for tune", "clues": [["melodic line", "a succession of notes forming a distinctive sequence", "melodic line"], ["air", "a succession of notes forming a distinctive sequence", "air"], ["melodic phrase", "a succession of notes forming a distinctive sequence", "melodic phrase"], ["melody", "a succession of notes forming a distinctive sequence", "melody"], ["strain", "a succession of notes forming a distinctive sequence", "strain"], ["line", "a succession of notes forming a distinctive sequence", "line"]]}, {"answer": "tuner", "hint": "synonyms for tuner", "clues": [["radio receiver", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio receiver"], ["receiving set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "receiving set"], ["wireless", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "wireless"], ["radio", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio"], ["radio set", "an electronic receiver that detects and demodulates and amplifies transmitted signals", "radio set"]]}, {"answer": "turbofan", "hint": "synonyms for turbofan", "clues": [["fanjet", "an airplane propelled by a fanjet engine", "fanjet"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet engine"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan engine"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet engine"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet"]]}, {"answer": "turbofan_engine", "hint": "synonyms for turbofan engine", "clues": [["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet engine"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet engine"]]}, {"answer": "turbojet", "hint": "synonyms for turbojet", "clues": [["fanjet", "an airplane propelled by a fanjet engine", "fanjet"], ["turbojet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet engine"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan engine"], ["turbofan", "an airplane propelled by a fanjet engine", "turbofan"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet engine"]]}, {"answer": "turbojet_engine", "hint": "synonyms for turbojet engine", "clues": [["fanjet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet"], ["turbofan", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan"], ["turbofan engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbofan engine"], ["fanjet engine", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "fanjet engine"], ["turbojet", "a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust", "turbojet"]]}, {"answer": "turd", "hint": "synonyms for turd", "clues": [["shite", "obscene terms for feces", "shite"], ["dirt", "obscene terms for feces", "dirt"], ["crap", "obscene terms for feces", "crap"], ["poop", "obscene terms for feces", "poop"]]}, {"answer": "turmoil", "hint": "synonyms for turmoil", "clues": [["excitement", "disturbance usually in protest", "excitement"], ["hullabaloo", "disturbance usually in protest", "hullabaloo"], ["agitation", "disturbance usually in protest", "agitation"], ["tumult", "violent agitation", "tumult"], ["upheaval", "disturbance usually in protest", "upheaval"]]}, {"answer": "turn", "hint": "synonyms for turn", "clues": [["twist", "turning or twisting around (in place)", "twist"], ["good turn", "a favor for someone", "good turn"], ["turning", "a movement in a new direction", "turning"], ["number", "a short theatrical performance that is part of a longer program", "number"], ["bit", "a short theatrical performance that is part of a longer program", "bit"], ["act", "a short theatrical performance that is part of a longer program", "act"], ["crook", "a circular segment of a curve", "crook"], ["play", "(game) the activity of doing something in an agreed succession", "play"], ["bend", "a circular segment of a curve", "bend"], ["routine", "a short theatrical performance that is part of a longer program", "routine"], ["round", "(sports) a division during which one team is on the offensive", "round"], ["tour", "a time for working (after which you will be relieved by someone else)", "tour"], ["spell", "a time for working (after which you will be relieved by someone else)", "spell"], ["turn of events", "an unforeseen development", "turn of events"], ["go", "a time for working (after which you will be relieved by someone else)", "go"], ["bout", "(sports) a division during which one team is on the offensive", "bout"]]}, {"answer": "turnabout", "hint": "synonyms for turnabout", "clues": [["flip-flop", "a decision to reverse an earlier decision", "flip-flop"], ["change of mind", "a decision to reverse an earlier decision", "change of mind"], ["reversion", "turning in the opposite direction", "reversion"], ["reverse", "turning in the opposite direction", "reverse"], ["reversal", "a decision to reverse an earlier decision", "reversal"], ["turnaround", "a decision to reverse an earlier decision", "turnaround"]]}, {"answer": "turnaround", "hint": "synonyms for turnaround", "clues": [["turnabout", "turning in the opposite direction", "turnabout"], ["turnround", "act or process of unloading and loading and servicing a vessel or aircraft for a return trip", "turnround"], ["turnaround time", "time need to prepare a vessel or ship for a return trip", "turnaround time"], ["flip-flop", "a decision to reverse an earlier decision", "flip-flop"], ["change of mind", "a decision to reverse an earlier decision", "change of mind"], ["reversion", "turning in the opposite direction", "reversion"], ["reverse", "turning in the opposite direction", "reverse"], ["reversal", "a decision to reverse an earlier decision", "reversal"]]}, {"answer": "turning_point", "hint": "synonyms for turning point", "clues": [["corner", "the intersection of two streets", "corner"], ["landmark", "an event marking a unique or important historical change of course or one on which important developments depend", "landmark"], ["watershed", "an event marking a unique or important historical change of course or one on which important developments depend", "watershed"], ["street corner", "the intersection of two streets", "street corner"]]}, {"answer": "turnout", "hint": "synonyms for turnout", "clues": [["output", "what is produced in a given time period", "output"], ["sidetrack", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass", "sidetrack"], ["getup", "a set of clothing (with accessories)", "getup"], ["rig", "a set of clothing (with accessories)", "rig"], ["siding", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass", "siding"], ["widening", "a part of a road that has been widened to allow cars to pass or park", "widening"], ["outfit", "a set of clothing (with accessories)", "outfit"], ["railroad siding", "a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass", "railroad siding"], ["outturn", "what is produced in a given time period", "outturn"]]}, {"answer": "turnover", "hint": "synonyms for turnover", "clues": [["upset", "the act of upsetting something", "upset"], ["overturn", "the act of upsetting something", "overturn"], ["employee turnover", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers", "employee turnover"], ["dollar volume", "the volume measured in dollars", "dollar volume"], ["turnover rate", "the ratio of the number of workers that had to be replaced in a given time period to the average number of workers", "turnover rate"]]}, {"answer": "turpentine", "hint": "synonyms for turpentine", "clues": [["turps", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally", "turps"], ["oil of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally", "oil of turpentine"], ["spirit of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally", "spirit of turpentine"], ["gum terpentine", "obtained from conifers (especially pines)", "gum terpentine"]]}, {"answer": "turps", "hint": "synonyms for turps", "clues": [["turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally", "turpentine"], ["oil of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally", "oil of turpentine"], ["spirit of turpentine", "volatile liquid distilled from turpentine oleoresin; used as paint thinner and solvent and medicinally", "spirit of turpentine"], ["transurethral resection of the prostate", "removal of significant amounts of prostate tissue (as in cases of benign prostatic hyperplasia)", "transurethral resection of the prostate"]]}, {"answer": "turquoise", "hint": "synonyms for turquoise", "clues": [["aqua", "a shade of blue tinged with green", "aqua"], ["aquamarine", "a shade of blue tinged with green", "aquamarine"], ["peacock blue", "a shade of blue tinged with green", "peacock blue"], ["cobalt blue", "a shade of blue tinged with green", "cobalt blue"], ["greenish blue", "a shade of blue tinged with green", "greenish blue"]]}, {"answer": "tussle", "hint": "synonyms for tussle", "clues": [["scuffle", "disorderly fighting", "scuffle"], ["hassle", "disorderly fighting", "hassle"], ["dogfight", "disorderly fighting", "dogfight"], ["rough-and-tumble", "disorderly fighting", "rough-and-tumble"]]}, {"answer": "tutelage", "hint": "synonyms for tutelage", "clues": [["tuition", "teaching pupils individually (usually by a tutor hired privately)", "tuition"], ["tutorship", "teaching pupils individually (usually by a tutor hired privately)", "tutorship"], ["care", "attention and management implying responsibility for safety", "care"], ["charge", "attention and management implying responsibility for safety", "charge"], ["guardianship", "attention and management implying responsibility for safety", "guardianship"]]}, {"answer": "tv", "hint": "synonyms for tv", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["tv set", "an electronic device that receives television signals and displays them on a screen", "tv set"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["telecasting", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs", "telecasting"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["video", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs", "video"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "tv_set", "hint": "synonyms for tv set", "clues": [["television", "an electronic device that receives television signals and displays them on a screen", "television"], ["telly", "an electronic device that receives television signals and displays them on a screen", "telly"], ["television set", "an electronic device that receives television signals and displays them on a screen", "television set"], ["goggle box", "an electronic device that receives television signals and displays them on a screen", "goggle box"], ["boob tube", "an electronic device that receives television signals and displays them on a screen", "boob tube"], ["idiot box", "an electronic device that receives television signals and displays them on a screen", "idiot box"], ["tv", "an electronic device that receives television signals and displays them on a screen", "tv"], ["television receiver", "an electronic device that receives television signals and displays them on a screen", "television receiver"]]}, {"answer": "twaddle", "hint": "synonyms for twaddle", "clues": [["tarradiddle", "pretentious or silly talk or writing", "tarradiddle"], ["baloney", "pretentious or silly talk or writing", "baloney"], ["tosh", "pretentious or silly talk or writing", "tosh"], ["bilgewater", "pretentious or silly talk or writing", "bilgewater"], ["bosh", "pretentious or silly talk or writing", "bosh"], ["tommyrot", "pretentious or silly talk or writing", "tommyrot"], ["humbug", "pretentious or silly talk or writing", "humbug"], ["drool", "pretentious or silly talk or writing", "drool"]]}, {"answer": "twain", "hint": "synonyms for twain", "clues": [["twosome", "two items of the same kind", "twosome"], ["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["pair", "two items of the same kind", "pair"], ["distich", "two items of the same kind", "distich"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["yoke", "two items of the same kind", "yoke"], ["couplet", "two items of the same kind", "couplet"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "twelve_noon", "hint": "synonyms for twelve noon", "clues": [["noonday", "the middle of the day", "noonday"], ["high noon", "the middle of the day", "high noon"], ["midday", "the middle of the day", "midday"], ["noon", "the middle of the day", "noon"], ["noontide", "the middle of the day", "noontide"]]}, {"answer": "twenties", "hint": "synonyms for twenties", "clues": [["20", "the cardinal number that is the sum of nineteen and one", "20"], ["twenty", "the cardinal number that is the sum of nineteen and one", "twenty"], ["1920s", "the decade from 1920 to 1929", "1920s"], ["mid-twenties", "the time of life between 20 and 30", "mid-twenties"], ["twenty dollar bill", "a United States bill worth 20 dollars", "twenty dollar bill"]]}, {"answer": "twenty-five_percent", "hint": "synonyms for twenty-five percent", "clues": [["fourth part", "one of four equal parts", "fourth part"], ["quarter", "one of four equal parts", "quarter"], ["one-quarter", "one of four equal parts", "one-quarter"], ["one-fourth", "one of four equal parts", "one-fourth"], ["fourth", "one of four equal parts", "fourth"]]}, {"answer": "twenty-four_hour_period", "hint": "synonyms for twenty-four hour period", "clues": [["24-hour interval", "time for Earth to make a complete rotation on its axis", "24-hour interval"], ["twenty-four hours", "time for Earth to make a complete rotation on its axis", "twenty-four hours"], ["mean solar day", "time for Earth to make a complete rotation on its axis", "mean solar day"], ["solar day", "time for Earth to make a complete rotation on its axis", "solar day"], ["day", "time for Earth to make a complete rotation on its axis", "day"]]}, {"answer": "twenty-four_hours", "hint": "synonyms for twenty-four hours", "clues": [["24-hour interval", "time for Earth to make a complete rotation on its axis", "24-hour interval"], ["twenty-four hour period", "time for Earth to make a complete rotation on its axis", "twenty-four hour period"], ["mean solar day", "time for Earth to make a complete rotation on its axis", "mean solar day"], ["day", "time for Earth to make a complete rotation on its axis", "day"], ["solar day", "time for Earth to make a complete rotation on its axis", "solar day"]]}, {"answer": "twinkle", "hint": "synonyms for twinkle", "clues": [["sparkle", "merriment expressed by a brightness or gleam or animation of countenance", "sparkle"], ["scintillation", "a rapid change in brightness; a brief spark or flash", "scintillation"], ["light", "merriment expressed by a brightness or gleam or animation of countenance", "light"], ["spark", "merriment expressed by a brightness or gleam or animation of countenance", "spark"], ["sparkling", "a rapid change in brightness; a brief spark or flash", "sparkling"]]}, {"answer": "twirl", "hint": "synonyms for twirl", "clues": [["twist", "a sharp bend in a line produced when a line having a loop is pulled tight", "twist"], ["whirl", "the act of rotating rapidly", "whirl"], ["kink", "a sharp bend in a line produced when a line having a loop is pulled tight", "kink"], ["spin", "the act of rotating rapidly", "spin"]]}, {"answer": "twist", "hint": "synonyms for twist", "clues": [["whirl", "the act of rotating rapidly", "whirl"], ["construction", "an interpretation of a text or action", "construction"], ["turn", "a circular segment of a curve", "turn"], ["wrench", "a jerky pulling movement", "wrench"], ["crook", "a circular segment of a curve", "crook"], ["gimmick", "any clever maneuver", "gimmick"], ["twisting", "the act of rotating rapidly", "twisting"], ["bend", "a circular segment of a curve", "bend"], ["winding", "the act of winding or twisting", "winding"], ["kink", "a sharp bend in a line produced when a line having a loop is pulled tight", "kink"], ["twirl", "a sharp bend in a line produced when a line having a loop is pulled tight", "twirl"], ["eddy", "a miniature whirlpool or whirlwind resulting when the current of a fluid doubles back on itself", "eddy"], ["spin", "the act of rotating rapidly", "spin"], ["turn of events", "an unforeseen development", "turn of events"], ["device", "any clever maneuver", "device"]]}, {"answer": "twosome", "hint": "synonyms for twosome", "clues": [["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["pair", "two items of the same kind", "pair"], ["distich", "two items of the same kind", "distich"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["couple", "a pair who associate with one another", "couple"], ["yoke", "two items of the same kind", "yoke"], ["twain", "two items of the same kind", "twain"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "tympani", "hint": "synonyms for tympani", "clues": [["tympanum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "tympanum"], ["timpani", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "timpani"], ["kettle", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "kettle"], ["kettledrum", "a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it", "kettledrum"]]}, {"answer": "typo", "hint": "synonyms for typo", "clues": [["typographical error", "a mistake in printed matter resulting from mechanical failures of some kind", "typographical error"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind", "literal"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind", "literal error"], ["misprint", "a mistake in printed matter resulting from mechanical failures of some kind", "misprint"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind", "erratum"]]}, {"answer": "typographical_error", "hint": "synonyms for typographical error", "clues": [["typo", "a mistake in printed matter resulting from mechanical failures of some kind", "typo"], ["literal", "a mistake in printed matter resulting from mechanical failures of some kind", "literal"], ["literal error", "a mistake in printed matter resulting from mechanical failures of some kind", "literal error"], ["misprint", "a mistake in printed matter resulting from mechanical failures of some kind", "misprint"], ["erratum", "a mistake in printed matter resulting from mechanical failures of some kind", "erratum"]]}, {"answer": "tyranny", "hint": "synonyms for tyranny", "clues": [["dictatorship", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "dictatorship"], ["one-man rule", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "one-man rule"], ["despotism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "despotism"], ["totalitarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "totalitarianism"], ["absolutism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "absolutism"], ["monocracy", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "monocracy"], ["authoritarianism", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "authoritarianism"], ["shogunate", "a form of government in which the ruler is an absolute dictator (not restricted by a constitution or laws or opposition etc.)", "shogunate"]]}, {"answer": "u-drive", "hint": "synonyms for u-drive", "clues": [["rent-a-car", "a rented car", "rent-a-car"], ["hire car", "a rented car", "hire car"], ["self-drive", "a rented car", "self-drive"], ["you-drive", "a rented car", "you-drive"], ["car rental", "a rented car", "car rental"]]}, {"answer": "unavoidable_casualty", "hint": "synonyms for unavoidable casualty", "clues": [["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events", "inevitable accident"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events", "act of God"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events", "force majeure"], ["vis major", "a natural and unavoidable catastrophe that interrupts the expected course of events", "vis major"]]}, {"answer": "unboundedness", "hint": "synonyms for unboundedness", "clues": [["limitlessness", "the quality of being infinite; without bound or limit", "limitlessness"], ["infinitude", "the quality of being infinite; without bound or limit", "infinitude"], ["boundlessness", "the quality of being infinite; without bound or limit", "boundlessness"], ["infiniteness", "the quality of being infinite; without bound or limit", "infiniteness"]]}, {"answer": "uncertainty", "hint": "synonyms for uncertainty", "clues": [["dubiousness", "the state of being unsure of something", "dubiousness"], ["doubtfulness", "the state of being unsure of something", "doubtfulness"], ["incertitude", "the state of being unsure of something", "incertitude"], ["dubiety", "the state of being unsure of something", "dubiety"], ["precariousness", "being unsettled or in doubt or dependent on chance", "precariousness"], ["doubt", "the state of being unsure of something", "doubt"], ["uncertainness", "being unsettled or in doubt or dependent on chance", "uncertainness"]]}, {"answer": "unconditioned_reflex", "hint": "synonyms for unconditioned reflex", "clues": [["reflex action", "an automatic instinctive unlearned reaction to a stimulus", "reflex action"], ["reflex response", "an automatic instinctive unlearned reaction to a stimulus", "reflex response"], ["instinctive reflex", "an automatic instinctive unlearned reaction to a stimulus", "instinctive reflex"], ["innate reflex", "an automatic instinctive unlearned reaction to a stimulus", "innate reflex"], ["physiological reaction", "an automatic instinctive unlearned reaction to a stimulus", "physiological reaction"], ["reflex", "an automatic instinctive unlearned reaction to a stimulus", "reflex"], ["inborn reflex", "an automatic instinctive unlearned reaction to a stimulus", "inborn reflex"]]}, {"answer": "uncovering", "hint": "synonyms for uncovering", "clues": [["husking", "the removal of covering", "husking"], ["find", "the act of discovering something", "find"], ["baring", "the removal of covering", "baring"], ["discovery", "the act of discovering something", "discovery"], ["denudation", "the removal of covering", "denudation"], ["stripping", "the removal of covering", "stripping"]]}, {"answer": "unction", "hint": "synonyms for unction", "clues": [["unguent", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unguent"], ["fulsomeness", "smug self-serving earnestness", "fulsomeness"], ["smarm", "excessive but superficial compliments given with affected charm", "smarm"], ["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "balm"], ["inunction", "anointing as part of a religious ceremony or healing ritual", "inunction"], ["oiliness", "smug self-serving earnestness", "oiliness"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "ointment"], ["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "salve"], ["unctuousness", "smug self-serving earnestness", "unctuousness"], ["smarminess", "smug self-serving earnestness", "smarminess"], ["oleaginousness", "smug self-serving earnestness", "oleaginousness"]]}, {"answer": "unctuousness", "hint": "synonyms for unctuousness", "clues": [["fulsomeness", "smug self-serving earnestness", "fulsomeness"], ["unction", "smug self-serving earnestness", "unction"], ["smarminess", "smug self-serving earnestness", "smarminess"], ["oiliness", "smug self-serving earnestness", "oiliness"], ["oleaginousness", "smug self-serving earnestness", "oleaginousness"]]}, {"answer": "undercoat", "hint": "synonyms for undercoat", "clues": [["flat coat", "the first or preliminary coat of paint or size applied to a surface", "flat coat"], ["primer coat", "the first or preliminary coat of paint or size applied to a surface", "primer coat"], ["priming coat", "the first or preliminary coat of paint or size applied to a surface", "priming coat"], ["priming", "the first or preliminary coat of paint or size applied to a surface", "priming"], ["primer", "the first or preliminary coat of paint or size applied to a surface", "primer"], ["ground", "the first or preliminary coat of paint or size applied to a surface", "ground"], ["underseal", "seal consisting of a coating of a tar or rubberlike material on the underside of a motor vehicle to retard corrosion", "underseal"]]}, {"answer": "underdrawers", "hint": "synonyms for underdrawers", "clues": [["boxershorts", "underpants worn by men", "boxershorts"], ["shorts", "underpants worn by men", "shorts"], ["boxers", "underpants worn by men", "boxers"], ["drawers", "underpants worn by men", "drawers"]]}, {"answer": "understructure", "hint": "synonyms for understructure", "clues": [["foundation", "lowest support of a structure", "foundation"], ["base", "lowest support of a structure", "base"], ["foot", "lowest support of a structure", "foot"], ["fundament", "lowest support of a structure", "fundament"], ["substructure", "lowest support of a structure", "substructure"], ["groundwork", "lowest support of a structure", "groundwork"]]}, {"answer": "underwriter", "hint": "synonyms for underwriter", "clues": [["insurance underwriter", "a financial institution that sells insurance", "insurance underwriter"], ["insurance firm", "a financial institution that sells insurance", "insurance firm"], ["insurer", "a financial institution that sells insurance", "insurer"], ["insurance company", "a financial institution that sells insurance", "insurance company"]]}, {"answer": "uneasiness", "hint": "synonyms for uneasiness", "clues": [["restlessness", "inability to rest or relax or be still", "restlessness"], ["unease", "the trait of seeming ill at ease", "unease"], ["inquietude", "feelings of anxiety that make you tense and irritable", "inquietude"], ["edginess", "feelings of anxiety that make you tense and irritable", "edginess"], ["self-consciousness", "embarrassment deriving from the feeling that others are critically aware of you", "self-consciousness"], ["uncomfortableness", "embarrassment deriving from the feeling that others are critically aware of you", "uncomfortableness"], ["queasiness", "inability to rest or relax or be still", "queasiness"], ["disquiet", "the trait of seeming ill at ease", "disquiet"]]}, {"answer": "unemotionality", "hint": "synonyms for unemotionality", "clues": [["impassivity", "apathy demonstrated by an absence of emotional reactions", "impassivity"], ["emotionlessness", "absence of emotion", "emotionlessness"], ["indifference", "apathy demonstrated by an absence of emotional reactions", "indifference"], ["phlegm", "apathy demonstrated by an absence of emotional reactions", "phlegm"], ["impassiveness", "apathy demonstrated by an absence of emotional reactions", "impassiveness"], ["stolidity", "apathy demonstrated by an absence of emotional reactions", "stolidity"]]}, {"answer": "unfeelingness", "hint": "synonyms for unfeelingness", "clues": [["callosity", "devoid of passion or feeling; hardheartedness", "callosity"], ["insensibility", "devoid of passion or feeling; hardheartedness", "insensibility"], ["callousness", "devoid of passion or feeling; hardheartedness", "callousness"], ["hardness", "devoid of passion or feeling; hardheartedness", "hardness"]]}, {"answer": "unguent", "hint": "synonyms for unguent", "clues": [["salve", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "salve"], ["unction", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "unction"], ["balm", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "balm"], ["ointment", "semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation", "ointment"]]}, {"answer": "unification", "hint": "synonyms for unification", "clues": [["union", "the act of making or becoming a single unit", "union"], ["fusion", "an occurrence that involves the production of a union", "fusion"], ["uniting", "the act of making or becoming a single unit", "uniting"], ["jointure", "the act of making or becoming a single unit", "jointure"], ["merger", "an occurrence that involves the production of a union", "merger"], ["conjugation", "the act of making or becoming a single unit", "conjugation"]]}, {"answer": "unit", "hint": "synonyms for unit", "clues": [["whole", "an assemblage of parts that is regarded as a single entity", "whole"], ["social unit", "an organization regarded as part of a larger social group", "social unit"], ["building block", "a single undivided natural thing occurring in the composition of something else", "building block"], ["unit of measurement", "any division of quantity accepted as a standard of measurement or exchange", "unit of measurement"]]}, {"answer": "uniting", "hint": "synonyms for uniting", "clues": [["union", "the act of making or becoming a single unit", "union"], ["amalgamation", "the combination of two or more commercial companies", "amalgamation"], ["merger", "the combination of two or more commercial companies", "merger"], ["jointure", "the act of making or becoming a single unit", "jointure"], ["unification", "the act of making or becoming a single unit", "unification"], ["conjugation", "the act of making or becoming a single unit", "conjugation"]]}, {"answer": "unity", "hint": "synonyms for unity", "clues": [["1", "the smallest whole number or a numeral representing this number", "1"], ["one", "the smallest whole number or a numeral representing this number", "one"], ["oneness", "the quality of being united into one", "oneness"], ["ace", "the smallest whole number or a numeral representing this number", "ace"], ["single", "the smallest whole number or a numeral representing this number", "single"]]}, {"answer": "universe", "hint": "synonyms for universe", "clues": [["cosmos", "everything that exists anywhere", "cosmos"], ["universe of discourse", "everything stated or assumed in a given discussion", "universe of discourse"], ["population", "(statistics) the entire aggregation of items from which samples can be drawn", "population"], ["macrocosm", "everything that exists anywhere", "macrocosm"], ["world", "everything that exists anywhere", "world"], ["creation", "everything that exists anywhere", "creation"], ["existence", "everything that exists anywhere", "existence"]]}, {"answer": "unknowingness", "hint": "synonyms for unknowingness", "clues": [["unknowing", "ignorance (especially of orthodox beliefs)", "unknowing"], ["ignorantness", "ignorance (especially of orthodox beliefs)", "ignorantness"], ["unawareness", "unconsciousness resulting from lack of knowledge or attention", "unawareness"], ["nescience", "ignorance (especially of orthodox beliefs)", "nescience"]]}, {"answer": "unmanliness", "hint": "synonyms for unmanliness", "clues": [["sissiness", "the trait of being effeminate (derogatory of a man)", "sissiness"], ["effeminacy", "the trait of being effeminate (derogatory of a man)", "effeminacy"], ["softness", "the trait of being effeminate (derogatory of a man)", "softness"], ["effeminateness", "the trait of being effeminate (derogatory of a man)", "effeminateness"], ["womanishness", "the trait of being effeminate (derogatory of a man)", "womanishness"]]}, {"answer": "unq", "hint": "synonyms for unq", "clues": [["atomic number 104", "a radioactive transuranic element which has been synthesized", "atomic number 104"], ["element 104", "a radioactive transuranic element which has been synthesized", "element 104"], ["unnilquadium", "a radioactive transuranic element which has been synthesized", "unnilquadium"], ["rutherfordium", "a radioactive transuranic element which has been synthesized", "rutherfordium"]]}, {"answer": "unsavoriness", "hint": "synonyms for unsavoriness", "clues": [["nauseatingness", "extreme unpalatability to the mouth", "nauseatingness"], ["disgustingness", "the property of being extremely unacceptable to the mind", "disgustingness"], ["distastefulness", "extreme unpalatability to the mouth", "distastefulness"], ["sickeningness", "extreme unpalatability to the mouth", "sickeningness"]]}, {"answer": "unslaked_lime", "hint": "synonyms for unslaked lime", "clues": [["quicklime", "a white crystalline oxide used in the production of calcium hydroxide", "quicklime"], ["calx", "a white crystalline oxide used in the production of calcium hydroxide", "calx"], ["lime", "a white crystalline oxide used in the production of calcium hydroxide", "lime"], ["calcium oxide", "a white crystalline oxide used in the production of calcium hydroxide", "calcium oxide"], ["fluxing lime", "a white crystalline oxide used in the production of calcium hydroxide", "fluxing lime"], ["calcined lime", "a white crystalline oxide used in the production of calcium hydroxide", "calcined lime"], ["burnt lime", "a white crystalline oxide used in the production of calcium hydroxide", "burnt lime"]]}, {"answer": "unveiling", "hint": "synonyms for unveiling", "clues": [["launching", "the act of beginning something new", "launching"], ["debut", "the act of beginning something new", "debut"], ["introduction", "the act of beginning something new", "introduction"], ["first appearance", "the act of beginning something new", "first appearance"], ["entry", "the act of beginning something new", "entry"]]}, {"answer": "upbraiding", "hint": "synonyms for upbraiding", "clues": [["chewing out", "a severe scolding", "chewing out"], ["castigation", "a severe scolding", "castigation"], ["going-over", "a severe scolding", "going-over"], ["earful", "a severe scolding", "earful"], ["bawling out", "a severe scolding", "bawling out"], ["dressing down", "a severe scolding", "dressing down"]]}, {"answer": "upbringing", "hint": "synonyms for upbringing", "clues": [["nurture", "helping someone grow up to be an accepted member of the community", "nurture"], ["raising", "helping someone grow up to be an accepted member of the community", "raising"], ["rearing", "helping someone grow up to be an accepted member of the community", "rearing"], ["bringing up", "helping someone grow up to be an accepted member of the community", "bringing up"], ["fostering", "helping someone grow up to be an accepted member of the community", "fostering"], ["breeding", "helping someone grow up to be an accepted member of the community", "breeding"], ["fosterage", "helping someone grow up to be an accepted member of the community", "fosterage"]]}, {"answer": "upgrade", "hint": "synonyms for upgrade", "clues": [["rise", "an upward slope or grade (as in a road)", "rise"], ["acclivity", "an upward slope or grade (as in a road)", "acclivity"], ["ascent", "an upward slope or grade (as in a road)", "ascent"], ["climb", "an upward slope or grade (as in a road)", "climb"], ["rising slope", "the property possessed by a slope or surface that rises", "rising slope"]]}, {"answer": "upheaval", "hint": "synonyms for upheaval", "clues": [["turmoil", "disturbance usually in protest", "turmoil"], ["uplift", "(geology) a rise of land to a higher elevation (as in the process of mountain building)", "uplift"], ["upthrow", "(geology) a rise of land to a higher elevation (as in the process of mountain building)", "upthrow"], ["hullabaloo", "disturbance usually in protest", "hullabaloo"], ["upthrust", "(geology) a rise of land to a higher elevation (as in the process of mountain building)", "upthrust"], ["excitement", "disturbance usually in protest", "excitement"], ["agitation", "disturbance usually in protest", "agitation"]]}, {"answer": "upkeep", "hint": "synonyms for upkeep", "clues": [["maintenance", "activity involved in maintaining something in good working order", "maintenance"], ["care", "activity involved in maintaining something in good working order", "care"], ["sustenance", "the act of sustaining life by food or providing a means of subsistence", "sustenance"], ["sustentation", "the act of sustaining life by food or providing a means of subsistence", "sustentation"], ["sustainment", "the act of sustaining life by food or providing a means of subsistence", "sustainment"]]}, {"answer": "upper-case_letter", "hint": "synonyms for upper-case letter", "clues": [["capital", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital"], ["uppercase", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "uppercase"], ["majuscule", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "majuscule"], ["capital letter", "one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis", "capital letter"]]}, {"answer": "uprightness", "hint": "synonyms for uprightness", "clues": [["erectness", "the property of being upright in posture", "erectness"], ["verticality", "position at right angles to the horizon", "verticality"], ["verticalness", "position at right angles to the horizon", "verticalness"], ["rectitude", "righteousness as a consequence of being honorable and honest", "rectitude"]]}, {"answer": "uprising", "hint": "synonyms for uprising", "clues": [["rising", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "rising"], ["insurrection", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "insurrection"], ["rebellion", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "rebellion"], ["revolt", "organized opposition to authority; a conflict in which one faction tries to wrest control from another", "revolt"]]}, {"answer": "upshot", "hint": "synonyms for upshot", "clues": [["outcome", "a phenomenon that follows and is caused by some previous phenomenon", "outcome"], ["event", "a phenomenon that follows and is caused by some previous phenomenon", "event"], ["issue", "a phenomenon that follows and is caused by some previous phenomenon", "issue"], ["effect", "a phenomenon that follows and is caused by some previous phenomenon", "effect"], ["consequence", "a phenomenon that follows and is caused by some previous phenomenon", "consequence"], ["result", "a phenomenon that follows and is caused by some previous phenomenon", "result"]]}, {"answer": "urging", "hint": "synonyms for urging", "clues": [["prod", "a verbalization that encourages you to attempt something", "prod"], ["goad", "a verbalization that encourages you to attempt something", "goad"], ["spur", "a verbalization that encourages you to attempt something", "spur"], ["spurring", "a verbalization that encourages you to attempt something", "spurring"], ["urgency", "insistent solicitation and entreaty", "urgency"], ["importunity", "insistent solicitation and entreaty", "importunity"], ["prodding", "a verbalization that encourages you to attempt something", "prodding"]]}, {"answer": "urine", "hint": "synonyms for urine", "clues": [["pee", "liquid excretory product", "pee"], ["water", "liquid excretory product", "water"], ["piddle", "liquid excretory product", "piddle"], ["piss", "liquid excretory product", "piss"], ["weewee", "liquid excretory product", "weewee"]]}, {"answer": "us", "hint": "synonyms for us", "clues": [["atomic number 92", "a heavy toxic silvery-white radioactive metallic element; occurs in many isotopes; used for nuclear fuels and nuclear weapons", "atomic number 92"], ["the States", "North American republic containing 50 states - 48 conterminous states in North America plus Alaska in northwest North America and the Hawaiian Islands in the Pacific Ocean; achieved independence in 1776", "the States"], ["uracil", "a base containing nitrogen that is found in RNA (but not in DNA) and derived from pyrimidine; pairs with adenine", "uracil"], ["u", "the 21st letter of the Roman alphabet", "u"], ["uranium", "a heavy toxic silvery-white radioactive metallic element; occurs in many isotopes; used for nuclear fuels and nuclear weapons", "uranium"]]}, {"answer": "usableness", "hint": "synonyms for usableness", "clues": [["usability", "the quality of being able to provide good service", "usability"], ["useableness", "the quality of being able to provide good service", "useableness"], ["serviceability", "the quality of being able to provide good service", "serviceability"], ["serviceableness", "the quality of being able to provide good service", "serviceableness"]]}, {"answer": "usage", "hint": "synonyms for usage", "clues": [["custom", "accepted or habitual practice", "custom"], ["usance", "accepted or habitual practice", "usance"], ["exercise", "the act of using", "exercise"], ["use", "the act of using", "use"], ["utilisation", "the act of using", "utilisation"], ["employment", "the act of using", "employment"]]}, {"answer": "usance", "hint": "synonyms for usance", "clues": [["custom", "accepted or habitual practice", "custom"], ["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "consumption"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use of goods and services"], ["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "economic consumption"], ["usage", "accepted or habitual practice", "usage"]]}, {"answer": "use", "hint": "synonyms for use", "clues": [["purpose", "what something is used for", "purpose"], ["function", "what something is used for", "function"], ["utilisation", "the act of using", "utilisation"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "consumption"], ["exercise", "the act of using", "exercise"], ["employment", "the act of using", "employment"], ["habit", "(psychology) an automatic pattern of behavior in reaction to a specific situation; may be inherited or acquired through frequent repetition", "habit"], ["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "usance"], ["manipulation", "exerting shrewd or devious influence especially for one's own advantage", "manipulation"], ["enjoyment", "(law) the exercise of the legal right to enjoy the benefits of owning property", "enjoyment"], ["use of goods and services", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use of goods and services"], ["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "economic consumption"], ["usage", "the act of using", "usage"], ["role", "what something is used for", "role"]]}, {"answer": "use_of_goods_and_services", "hint": "synonyms for use of goods and services", "clues": [["economic consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "economic consumption"], ["usance", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "usance"], ["use", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "use"], ["consumption", "(economics) the utilization of economic goods to satisfy needs or in manufacturing", "consumption"]]}, {"answer": "useableness", "hint": "synonyms for useableness", "clues": [["usability", "the quality of being able to provide good service", "usability"], ["usableness", "the quality of being able to provide good service", "usableness"], ["serviceability", "the quality of being able to provide good service", "serviceability"], ["serviceableness", "the quality of being able to provide good service", "serviceableness"]]}, {"answer": "usurpation", "hint": "synonyms for usurpation", "clues": [["intrusion", "entry to another's property without right or permission", "intrusion"], ["trespass", "entry to another's property without right or permission", "trespass"], ["violation", "entry to another's property without right or permission", "violation"], ["encroachment", "entry to another's property without right or permission", "encroachment"]]}, {"answer": "utilisation", "hint": "synonyms for utilisation", "clues": [["exercise", "the act of using", "exercise"], ["use", "the act of using", "use"], ["usage", "the act of using", "usage"], ["employment", "the act of using", "employment"], ["utilization", "the act of using", "utilization"]]}, {"answer": "utilization", "hint": "synonyms for utilization", "clues": [["exercise", "the act of using", "exercise"], ["use", "the act of using", "use"], ["utilisation", "the act of using", "utilisation"], ["usage", "the act of using", "usage"], ["employment", "the act of using", "employment"]]}, {"answer": "uv", "hint": "synonyms for uv", "clues": [["ultraviolet light", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays", "ultraviolet light"], ["ultraviolet radiation", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays", "ultraviolet radiation"], ["ultraviolet", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays", "ultraviolet"], ["ultraviolet illumination", "radiation lying in the ultraviolet range; wave lengths shorter than light but longer than X rays", "ultraviolet illumination"]]}, {"answer": "v-1", "hint": "synonyms for v-1", "clues": [["buzz bomb", "a small jet-propelled winged missile that carries a bomb", "buzz bomb"], ["doodlebug", "a small jet-propelled winged missile that carries a bomb", "doodlebug"], ["robot bomb", "a small jet-propelled winged missile that carries a bomb", "robot bomb"], ["flying bomb", "a small jet-propelled winged missile that carries a bomb", "flying bomb"]]}, {"answer": "vacuity", "hint": "synonyms for vacuity", "clues": [["inanity", "total lack of meaning or ideas", "inanity"], ["mindlessness", "total lack of meaning or ideas", "mindlessness"], ["vacuum", "a region that is devoid of matter", "vacuum"], ["senselessness", "total lack of meaning or ideas", "senselessness"], ["pointlessness", "total lack of meaning or ideas", "pointlessness"]]}, {"answer": "vacuum", "hint": "synonyms for vacuum", "clues": [["void", "an empty area or space", "void"], ["emptiness", "an empty area or space", "emptiness"], ["vacuity", "a region that is devoid of matter", "vacuity"], ["vacuum cleaner", "an electrical home appliance that cleans by suction", "vacuum cleaner"], ["vacancy", "an empty area or space", "vacancy"]]}, {"answer": "vacuum_bomb", "hint": "synonyms for vacuum bomb", "clues": [["thermobaric bomb", "a bomb that uses a fuel-air explosive", "thermobaric bomb"], ["fuel-air bomb", "a bomb that uses a fuel-air explosive", "fuel-air bomb"], ["volume-detonation bomb", "a bomb that uses a fuel-air explosive", "volume-detonation bomb"], ["aerosol bomb", "a bomb that uses a fuel-air explosive", "aerosol bomb"]]}, {"answer": "vacuum_tube", "hint": "synonyms for vacuum tube", "clues": [["tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "tube"], ["thermionic valve", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic valve"], ["thermionic tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic tube"], ["thermionic vacuum tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "thermionic vacuum tube"], ["electron tube", "electronic device consisting of a system of electrodes arranged in an evacuated glass or metal envelope", "electron tube"]]}, {"answer": "valiance", "hint": "synonyms for valiance", "clues": [["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "gallantry"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valorousness"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "heroism"], ["valour", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valour"], ["valiancy", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valiancy"]]}, {"answer": "valiancy", "hint": "synonyms for valiancy", "clues": [["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "gallantry"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valorousness"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "heroism"], ["valour", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valour"], ["valiance", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valiance"]]}, {"answer": "validity", "hint": "synonyms for validity", "clues": [["rigour", "the quality of being valid and rigorous", "rigour"], ["validness", "the quality of having legal force or effectiveness", "validness"], ["robustness", "the property of being strong and healthy in constitution", "robustness"], ["cogency", "the quality of being valid and rigorous", "cogency"], ["lustiness", "the property of being strong and healthy in constitution", "lustiness"], ["hardiness", "the property of being strong and healthy in constitution", "hardiness"]]}, {"answer": "valor", "hint": "synonyms for valor", "clues": [["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "gallantry"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valorousness"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "heroism"], ["valour", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valour"], ["valiance", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valiance"]]}, {"answer": "valorousness", "hint": "synonyms for valorousness", "clues": [["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "gallantry"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "heroism"], ["valour", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valour"], ["valiance", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valiance"]]}, {"answer": "valour", "hint": "synonyms for valour", "clues": [["gallantry", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "gallantry"], ["valorousness", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valorousness"], ["heroism", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "heroism"], ["valiance", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valiance"], ["valor", "the qualities of a hero or heroine; exceptional or heroic courage when facing danger (especially in battle)", "valor"]]}, {"answer": "values", "hint": "synonyms for values", "clues": [["value", "(music) the relative duration of a musical note", "value"], ["economic value", "the amount (of money or goods or services) that is considered to be a fair equivalent for something else", "economic value"], ["time value", "(music) the relative duration of a musical note", "time value"], ["note value", "(music) the relative duration of a musical note", "note value"]]}, {"answer": "van", "hint": "synonyms for van", "clues": [["vanguard", "the leading units moving at the head of an army", "vanguard"], ["caravan", "a camper equipped with living quarters", "caravan"], ["avant-garde", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)", "avant-garde"], ["new wave", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)", "new wave"]]}, {"answer": "vanguard", "hint": "synonyms for vanguard", "clues": [["forefront", "the position of greatest importance or advancement; the leading position in any movement or field", "forefront"], ["van", "the leading units moving at the head of an army", "van"], ["avant-garde", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)", "avant-garde"], ["cutting edge", "the position of greatest importance or advancement; the leading position in any movement or field", "cutting edge"], ["new wave", "any creative group active in the innovation and application of new concepts and techniques in a given field (especially in the arts)", "new wave"]]}, {"answer": "vanity", "hint": "synonyms for vanity", "clues": [["conceitedness", "the trait of being unduly vain and conceited; false pride", "conceitedness"], ["conceit", "the trait of being unduly vain and conceited; false pride", "conceit"], ["dresser", "low table with mirror or mirrors where one sits while dressing or applying makeup", "dresser"], ["toilet table", "low table with mirror or mirrors where one sits while dressing or applying makeup", "toilet table"], ["dressing table", "low table with mirror or mirrors where one sits while dressing or applying makeup", "dressing table"], ["amour propre", "feelings of excessive pride", "amour propre"], ["self-love", "feelings of excessive pride", "self-love"], ["emptiness", "the quality of being valueless or futile", "emptiness"]]}, {"answer": "vapidity", "hint": "synonyms for vapidity", "clues": [["jejuneness", "the quality of being vapid and unsophisticated", "jejuneness"], ["tameness", "the quality of being vapid and unsophisticated", "tameness"], ["jejunity", "the quality of being vapid and unsophisticated", "jejunity"], ["vapidness", "the quality of being vapid and unsophisticated", "vapidness"]]}, {"answer": "vapidness", "hint": "synonyms for vapidness", "clues": [["vapidity", "the quality of being vapid and unsophisticated", "vapidity"], ["jejuneness", "the quality of being vapid and unsophisticated", "jejuneness"], ["tameness", "the quality of being vapid and unsophisticated", "tameness"], ["jejunity", "the quality of being vapid and unsophisticated", "jejunity"]]}, {"answer": "vaporing", "hint": "synonyms for vaporing", "clues": [["gasconade", "an instance of boastful talk", "gasconade"], ["bragging", "an instance of boastful talk", "bragging"], ["brag", "an instance of boastful talk", "brag"], ["line-shooting", "an instance of boastful talk", "line-shooting"], ["crow", "an instance of boastful talk", "crow"]]}, {"answer": "vaporousness", "hint": "synonyms for vaporousness", "clues": [["vapourousness", "cloudiness resulting from haze or mist or vapor", "vapourousness"], ["mistiness", "cloudiness resulting from haze or mist or vapor", "mistiness"], ["haziness", "cloudiness resulting from haze or mist or vapor", "haziness"], ["steaminess", "cloudiness resulting from haze or mist or vapor", "steaminess"]]}, {"answer": "vapourousness", "hint": "synonyms for vapourousness", "clues": [["vaporousness", "cloudiness resulting from haze or mist or vapor", "vaporousness"], ["mistiness", "cloudiness resulting from haze or mist or vapor", "mistiness"], ["haziness", "cloudiness resulting from haze or mist or vapor", "haziness"], ["steaminess", "cloudiness resulting from haze or mist or vapor", "steaminess"]]}, {"answer": "variance", "hint": "synonyms for variance", "clues": [["variability", "the quality of being subject to variation", "variability"], ["variation", "an activity that varies from a norm or standard", "variation"], ["division", "discord that splits a group", "division"], ["variableness", "the quality of being subject to variation", "variableness"], ["variant", "an event that departs from expectations", "variant"], ["discrepancy", "an event that departs from expectations", "discrepancy"], ["divergence", "a difference between conflicting facts or claims or opinions", "divergence"], ["disagreement", "a difference between conflicting facts or claims or opinions", "disagreement"]]}, {"answer": "variate", "hint": "synonyms for variate", "clues": [["random variable", "a variable quantity that is random", "random variable"], ["stochastic variable", "a variable quantity that is random", "stochastic variable"], ["chance variable", "a variable quantity that is random", "chance variable"], ["variant", "a variable quantity that is random", "variant"]]}, {"answer": "variation", "hint": "synonyms for variation", "clues": [["magnetic declination", "the angle (at a particular location) between magnetic north and true north", "magnetic declination"], ["fluctuation", "an instance of change; the rate or magnitude of change", "fluctuation"], ["version", "something a little different from others of the same type", "version"], ["magnetic variation", "the angle (at a particular location) between magnetic north and true north", "magnetic variation"], ["edition", "something a little different from others of the same type", "edition"], ["variant", "something a little different from others of the same type", "variant"], ["variance", "an activity that varies from a norm or standard", "variance"], ["pas seul", "(ballet) a solo dance or dance figure", "pas seul"]]}, {"answer": "variety", "hint": "synonyms for variety", "clues": [["smorgasbord", "a collection containing a variety of sorts of things", "smorgasbord"], ["mixed bag", "a collection containing a variety of sorts of things", "mixed bag"], ["form", "a category of things distinguished by some common characteristic or quality", "form"], ["sort", "a category of things distinguished by some common characteristic or quality", "sort"], ["diversity", "noticeable heterogeneity", "diversity"], ["potpourri", "a collection containing a variety of sorts of things", "potpourri"], ["miscellanea", "a collection containing a variety of sorts of things", "miscellanea"], ["assortment", "a collection containing a variety of sorts of things", "assortment"], ["mixture", "a collection containing a variety of sorts of things", "mixture"], ["kind", "a category of things distinguished by some common characteristic or quality", "kind"], ["variety show", "a show consisting of a series of short unrelated performances", "variety show"], ["change", "a difference that is usually pleasant", "change"], ["motley", "a collection containing a variety of sorts of things", "motley"], ["multifariousness", "noticeable heterogeneity", "multifariousness"], ["diverseness", "noticeable heterogeneity", "diverseness"], ["salmagundi", "a collection containing a variety of sorts of things", "salmagundi"]]}, {"answer": "vastness", "hint": "synonyms for vastness", "clues": [["greatness", "unusual largeness in size or extent or number", "greatness"], ["grandness", "unusual largeness in size or extent or number", "grandness"], ["immensity", "unusual largeness in size or extent or number", "immensity"], ["wideness", "unusual largeness in size or extent or number", "wideness"], ["enormousness", "unusual largeness in size or extent or number", "enormousness"], ["immenseness", "unusual largeness in size or extent or number", "immenseness"], ["sizeableness", "unusual largeness in size or extent or number", "sizeableness"]]}, {"answer": "vault_of_heaven", "hint": "synonyms for vault of heaven", "clues": [["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "firmament"], ["welkin", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "welkin"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "celestial sphere"], ["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "empyrean"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "heavens"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "sphere"]]}, {"answer": "vehemence", "hint": "synonyms for vehemence", "clues": [["ferocity", "the property of being wild or turbulent", "ferocity"], ["fury", "the property of being wild or turbulent", "fury"], ["fierceness", "the property of being wild or turbulent", "fierceness"], ["furiousness", "the property of being wild or turbulent", "furiousness"], ["violence", "the property of being wild or turbulent", "violence"], ["wildness", "the property of being wild or turbulent", "wildness"], ["emphasis", "intensity or forcefulness of expression", "emphasis"]]}, {"answer": "veneration", "hint": "synonyms for veneration", "clues": [["idolatry", "religious zeal; the willingness to serve God", "idolatry"], ["cultism", "religious zeal; the willingness to serve God", "cultism"], ["devotion", "religious zeal; the willingness to serve God", "devotion"], ["reverence", "a feeling of profound respect for someone or something", "reverence"], ["fear", "a feeling of profound respect for someone or something", "fear"], ["awe", "a feeling of profound respect for someone or something", "awe"]]}, {"answer": "venetian_red", "hint": "synonyms for venetian red", "clues": [["reddish brown", "a shade of brown with a tinge of red", "reddish brown"], ["mahogany", "a shade of brown with a tinge of red", "mahogany"], ["sepia", "a shade of brown with a tinge of red", "sepia"], ["burnt sienna", "a shade of brown with a tinge of red", "burnt sienna"]]}, {"answer": "venom", "hint": "synonyms for venom", "clues": [["malice", "feeling a need to see others suffer", "malice"], ["spite", "feeling a need to see others suffer", "spite"], ["maliciousness", "feeling a need to see others suffer", "maliciousness"], ["spitefulness", "feeling a need to see others suffer", "spitefulness"]]}, {"answer": "vent", "hint": "synonyms for vent", "clues": [["blowhole", "a hole for the escape of gas or air", "blowhole"], ["vent-hole", "a hole for the escape of gas or air", "vent-hole"], ["volcano", "a fissure in the earth's crust (or in the surface of some other planet) through which molten lava and gases erupt", "volcano"], ["outlet", "activity that frees or expresses creative energy or emotion", "outlet"], ["release", "activity that frees or expresses creative energy or emotion", "release"]]}, {"answer": "ventilation", "hint": "synonyms for ventilation", "clues": [["external respiration", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation", "external respiration"], ["public discussion", "free and open discussion of (or debate on) some question of public interest", "public discussion"], ["airing", "the act of supplying fresh air and getting rid of foul air", "airing"], ["ventilation system", "a mechanical system in a building that provides fresh air", "ventilation system"], ["breathing", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation", "breathing"], ["respiration", "the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation", "respiration"]]}, {"answer": "verbiage", "hint": "synonyms for verbiage", "clues": [["diction", "the manner in which something is expressed in words; - G.S.Patton", "diction"], ["verbalism", "overabundance of words", "verbalism"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton", "phrasing"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton", "phraseology"], ["wording", "the manner in which something is expressed in words; - G.S.Patton", "wording"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton", "choice of words"]]}, {"answer": "verge", "hint": "synonyms for verge", "clues": [["scepter", "a ceremonial or emblematic staff", "scepter"], ["brink", "a region marking a boundary", "brink"], ["threshold", "a region marking a boundary", "threshold"], ["wand", "a ceremonial or emblematic staff", "wand"]]}, {"answer": "vernacular_art", "hint": "synonyms for vernacular art", "clues": [["outsider art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "outsider art"], ["primitive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "primitive art"], ["self-taught art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "self-taught art"], ["naive art", "a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists", "naive art"]]}, {"answer": "veronal", "hint": "synonyms for veronal", "clues": [["diethylbarbituric acid", "a barbiturate used as a hypnotic", "diethylbarbituric acid"], ["barbital", "a barbiturate used as a hypnotic", "barbital"], ["diethylmalonylurea", "a barbiturate used as a hypnotic", "diethylmalonylurea"], ["barbitone", "a barbiturate used as a hypnotic", "barbitone"]]}, {"answer": "verse", "hint": "synonyms for verse", "clues": [["verse line", "a line of metrical text", "verse line"], ["poetry", "literature in metrical form", "poetry"], ["poesy", "literature in metrical form", "poesy"], ["rhyme", "a piece of poetry", "rhyme"]]}, {"answer": "version", "hint": "synonyms for version", "clues": [["adaptation", "a written work (as a novel) that has been recast in a new form", "adaptation"], ["rendering", "a written communication in a second language having the same meaning as the written communication in a first language", "rendering"], ["variant", "something a little different from others of the same type", "variant"], ["variation", "something a little different from others of the same type", "variation"], ["edition", "something a little different from others of the same type", "edition"], ["interpretation", "a mental representation of the meaning or significance of something", "interpretation"], ["translation", "a written communication in a second language having the same meaning as the written communication in a first language", "translation"], ["interlingual rendition", "a written communication in a second language having the same meaning as the written communication in a first language", "interlingual rendition"], ["reading", "a mental representation of the meaning or significance of something", "reading"]]}, {"answer": "vestibular_sense", "hint": "synonyms for vestibular sense", "clues": [["sense of equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of equilibrium"], ["equilibrium", "a sensory system located in structures of the inner ear that registers the orientation of the head", "equilibrium"], ["sense of balance", "a sensory system located in structures of the inner ear that registers the orientation of the head", "sense of balance"], ["labyrinthine sense", "a sensory system located in structures of the inner ear that registers the orientation of the head", "labyrinthine sense"]]}, {"answer": "vestibule", "hint": "synonyms for vestibule", "clues": [["antechamber", "a large entrance or reception room or area", "antechamber"], ["lobby", "a large entrance or reception room or area", "lobby"], ["hall", "a large entrance or reception room or area", "hall"], ["entrance hall", "a large entrance or reception room or area", "entrance hall"], ["foyer", "a large entrance or reception room or area", "foyer"], ["anteroom", "a large entrance or reception room or area", "anteroom"]]}, {"answer": "vesture", "hint": "synonyms for vesture", "clues": [["wearable", "a covering designed to be worn on a person's body", "wearable"], ["article of clothing", "a covering designed to be worn on a person's body", "article of clothing"], ["habiliment", "a covering designed to be worn on a person's body", "habiliment"], ["clothing", "a covering designed to be worn on a person's body", "clothing"], ["wear", "a covering designed to be worn on a person's body", "wear"]]}, {"answer": "vexation", "hint": "synonyms for vexation", "clues": [["annoyance", "anger produced by some annoying irritation", "annoyance"], ["worry", "something or someone that causes anxiety; a source of unhappiness", "worry"], ["concern", "something or someone that causes anxiety; a source of unhappiness", "concern"], ["annoying", "the act of troubling or annoying someone", "annoying"], ["headache", "something or someone that causes anxiety; a source of unhappiness", "headache"], ["irritation", "the act of troubling or annoying someone", "irritation"], ["chafe", "anger produced by some annoying irritation", "chafe"]]}, {"answer": "viands", "hint": "synonyms for viands", "clues": [["viand", "a choice or delicious dish", "viand"], ["provender", "a stock or supply of foods", "provender"], ["commissariat", "a stock or supply of foods", "commissariat"], ["provisions", "a stock or supply of foods", "provisions"], ["victuals", "a stock or supply of foods", "victuals"]]}, {"answer": "vibes", "hint": "synonyms for vibes", "clues": [["vibraharp", "a percussion instrument similar to a xylophone but having metal bars and rotating disks in the resonators that produce a vibrato sound", "vibraharp"], ["vibe", "a distinctive emotional aura experienced instinctively", "vibe"], ["vibraphone", "a percussion instrument similar to a xylophone but having metal bars and rotating disks in the resonators that produce a vibrato sound", "vibraphone"], ["vibration", "a distinctive emotional aura experienced instinctively", "vibration"]]}, {"answer": "vibrancy", "hint": "synonyms for vibrancy", "clues": [["ringing", "having the character of a loud deep sound; the quality of being resonant", "ringing"], ["sonority", "having the character of a loud deep sound; the quality of being resonant", "sonority"], ["plangency", "having the character of a loud deep sound; the quality of being resonant", "plangency"], ["sonorousness", "having the character of a loud deep sound; the quality of being resonant", "sonorousness"], ["resonance", "having the character of a loud deep sound; the quality of being resonant", "resonance"], ["reverberance", "having the character of a loud deep sound; the quality of being resonant", "reverberance"]]}, {"answer": "victual", "hint": "synonyms for victual", "clues": [["edible", "any substance that can be used as food", "edible"], ["eatable", "any substance that can be used as food", "eatable"], ["victuals", "any substance that can be used as food", "victuals"], ["comestible", "any substance that can be used as food", "comestible"], ["pabulum", "any substance that can be used as food", "pabulum"]]}, {"answer": "victuals", "hint": "synonyms for victuals", "clues": [["sustenance", "a source of materials to nourish the body", "sustenance"], ["eatable", "any substance that can be used as food", "eatable"], ["provisions", "a stock or supply of foods", "provisions"], ["aliment", "a source of materials to nourish the body", "aliment"], ["viands", "a stock or supply of foods", "viands"], ["provender", "a stock or supply of foods", "provender"], ["commissariat", "a stock or supply of foods", "commissariat"], ["pabulum", "any substance that can be used as food", "pabulum"], ["edible", "any substance that can be used as food", "edible"], ["nutriment", "a source of materials to nourish the body", "nutriment"], ["victual", "any substance that can be used as food", "victual"], ["comestible", "any substance that can be used as food", "comestible"], ["nutrition", "a source of materials to nourish the body", "nutrition"], ["alimentation", "a source of materials to nourish the body", "alimentation"], ["nourishment", "a source of materials to nourish the body", "nourishment"]]}, {"answer": "video", "hint": "synonyms for video", "clues": [["television", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs", "television"], ["telecasting", "broadcasting visual images of stationary or moving objects; ; - Ernie Kovacs", "telecasting"], ["video recording", "a recording of both the visual and audible components (especially one containing a recording of a movie or television program)", "video recording"], ["picture", "the visible part of a television transmission", "picture"]]}, {"answer": "view", "hint": "synonyms for view", "clues": [["vista", "the visual percept of a region", "vista"], ["prospect", "the visual percept of a region", "prospect"], ["sight", "the act of looking or seeing or observing", "sight"], ["aspect", "the visual percept of a region", "aspect"], ["eyeshot", "the range of the eye", "eyeshot"], ["horizon", "the range of interest or activity that can be anticipated", "horizon"], ["panorama", "the visual percept of a region", "panorama"], ["purview", "the range of interest or activity that can be anticipated", "purview"], ["opinion", "a personal belief or judgment that is not founded on proof or certainty", "opinion"], ["survey", "the act of looking or seeing or observing", "survey"], ["perspective", "a way of regarding situations or topics etc.", "perspective"], ["thought", "a personal belief or judgment that is not founded on proof or certainty", "thought"], ["persuasion", "a personal belief or judgment that is not founded on proof or certainty", "persuasion"], ["sentiment", "a personal belief or judgment that is not founded on proof or certainty", "sentiment"], ["scene", "the visual percept of a region", "scene"], ["position", "a way of regarding situations or topics etc.", "position"]]}, {"answer": "viewpoint", "hint": "synonyms for viewpoint", "clues": [["standpoint", "a mental position from which things are viewed", "standpoint"], ["vantage point", "a place from which something can be viewed", "vantage point"], ["point of view", "a mental position from which things are viewed", "point of view"], ["stand", "a mental position from which things are viewed", "stand"]]}, {"answer": "vigilance", "hint": "synonyms for vigilance", "clues": [["watchfulness", "vigilant attentiveness", "watchfulness"], ["weather eye", "vigilant attentiveness", "weather eye"], ["alertness", "the process of paying close and continuous attention", "alertness"], ["wakefulness", "the process of paying close and continuous attention", "wakefulness"]]}, {"answer": "vigor", "hint": "synonyms for vigor", "clues": [["vigour", "forceful exertion", "vigour"], ["zip", "forceful exertion", "zip"], ["heartiness", "active strength of body or mind", "heartiness"], ["muscularity", "an imaginative lively style (especially style of writing)", "muscularity"], ["dynamism", "active strength of body or mind", "dynamism"], ["energy", "forceful exertion", "energy"], ["vim", "an imaginative lively style (especially style of writing)", "vim"]]}, {"answer": "vigour", "hint": "synonyms for vigour", "clues": [["vigor", "an imaginative lively style (especially style of writing)", "vigor"], ["zip", "forceful exertion", "zip"], ["heartiness", "active strength of body or mind", "heartiness"], ["muscularity", "an imaginative lively style (especially style of writing)", "muscularity"], ["dynamism", "active strength of body or mind", "dynamism"], ["energy", "forceful exertion", "energy"], ["vim", "an imaginative lively style (especially style of writing)", "vim"]]}, {"answer": "vileness", "hint": "synonyms for vileness", "clues": [["wickedness", "the quality of being wicked", "wickedness"], ["lousiness", "the quality of being disgusting to the senses or emotions", "lousiness"], ["nefariousness", "the quality of being wicked", "nefariousness"], ["loathsomeness", "the quality of being disgusting to the senses or emotions", "loathsomeness"], ["repulsiveness", "the quality of being disgusting to the senses or emotions", "repulsiveness"], ["sliminess", "the quality of being disgusting to the senses or emotions", "sliminess"], ["ugliness", "the quality of being wicked", "ugliness"]]}, {"answer": "vilification", "hint": "synonyms for vilification", "clues": [["abuse", "a rude expression intended to offend or hurt", "abuse"], ["contumely", "a rude expression intended to offend or hurt", "contumely"], ["smear", "slanderous defamation", "smear"], ["insult", "a rude expression intended to offend or hurt", "insult"], ["revilement", "a rude expression intended to offend or hurt", "revilement"], ["malignment", "slanderous defamation", "malignment"]]}, {"answer": "vinyl_ether", "hint": "synonyms for vinyl ether", "clues": [["ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ether"], ["ethyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethyl ether"], ["ethoxyethane", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "ethoxyethane"], ["divinyl ether", "a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic", "divinyl ether"]]}, {"answer": "violation", "hint": "synonyms for violation", "clues": [["infringement", "a crime less serious than a felony", "infringement"], ["encroachment", "entry to another's property without right or permission", "encroachment"], ["ravishment", "the crime of forcing a woman to submit to sexual intercourse against her will", "ravishment"], ["trespass", "entry to another's property without right or permission", "trespass"], ["infraction", "a crime less serious than a felony", "infraction"], ["assault", "the crime of forcing a woman to submit to sexual intercourse against her will", "assault"], ["rape", "the crime of forcing a woman to submit to sexual intercourse against her will", "rape"], ["intrusion", "entry to another's property without right or permission", "intrusion"], ["irreverence", "a disrespectful act", "irreverence"], ["misdemeanor", "a crime less serious than a felony", "misdemeanor"], ["usurpation", "entry to another's property without right or permission", "usurpation"]]}, {"answer": "violence", "hint": "synonyms for violence", "clues": [["ferocity", "the property of being wild or turbulent", "ferocity"], ["fury", "the property of being wild or turbulent", "fury"], ["fierceness", "the property of being wild or turbulent", "fierceness"], ["furiousness", "the property of being wild or turbulent", "furiousness"], ["force", "an act of aggression (as one against a person who resists)", "force"], ["vehemence", "the property of being wild or turbulent", "vehemence"], ["wildness", "the property of being wild or turbulent", "wildness"]]}, {"answer": "viosterol", "hint": "synonyms for viosterol", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets", "cholecalciferol"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets", "ergocalciferol"], ["calciferol", "a fat-soluble vitamin that prevents rickets", "calciferol"], ["vitamin D", "a fat-soluble vitamin that prevents rickets", "vitamin D"]]}, {"answer": "virgule", "hint": "synonyms for virgule", "clues": [["slash", "a punctuation mark (/) used to separate related items of information", "slash"], ["stroke", "a punctuation mark (/) used to separate related items of information", "stroke"], ["diagonal", "a punctuation mark (/) used to separate related items of information", "diagonal"], ["separatrix", "a punctuation mark (/) used to separate related items of information", "separatrix"], ["solidus", "a punctuation mark (/) used to separate related items of information", "solidus"]]}, {"answer": "virtue", "hint": "synonyms for virtue", "clues": [["virtuousness", "the quality of doing what is right and avoiding what is wrong", "virtuousness"], ["moral excellence", "the quality of doing what is right and avoiding what is wrong", "moral excellence"], ["chastity", "morality with respect to sexual relations", "chastity"], ["sexual morality", "morality with respect to sexual relations", "sexual morality"], ["merit", "any admirable quality or attribute", "merit"]]}, {"answer": "vis_major", "hint": "synonyms for vis major", "clues": [["unavoidable casualty", "a natural and unavoidable catastrophe that interrupts the expected course of events", "unavoidable casualty"], ["inevitable accident", "a natural and unavoidable catastrophe that interrupts the expected course of events", "inevitable accident"], ["act of God", "a natural and unavoidable catastrophe that interrupts the expected course of events", "act of God"], ["force majeure", "a natural and unavoidable catastrophe that interrupts the expected course of events", "force majeure"]]}, {"answer": "viscidity", "hint": "synonyms for viscidity", "clues": [["ropiness", "the property of being cohesive and sticky", "ropiness"], ["cohesiveness", "the property of being cohesive and sticky", "cohesiveness"], ["gluiness", "the property of being cohesive and sticky", "gluiness"], ["viscidness", "the property of being cohesive and sticky", "viscidness"], ["gumminess", "the property of being cohesive and sticky", "gumminess"], ["tackiness", "the property of being cohesive and sticky", "tackiness"], ["glueyness", "the property of being cohesive and sticky", "glueyness"]]}, {"answer": "viscidness", "hint": "synonyms for viscidness", "clues": [["ropiness", "the property of being cohesive and sticky", "ropiness"], ["cohesiveness", "the property of being cohesive and sticky", "cohesiveness"], ["gluiness", "the property of being cohesive and sticky", "gluiness"], ["gumminess", "the property of being cohesive and sticky", "gumminess"], ["tackiness", "the property of being cohesive and sticky", "tackiness"], ["glueyness", "the property of being cohesive and sticky", "glueyness"], ["viscidity", "the property of being cohesive and sticky", "viscidity"]]}, {"answer": "visible_horizon", "hint": "synonyms for visible horizon", "clues": [["apparent horizon", "the line at which the sky and Earth appear to meet", "apparent horizon"], ["skyline", "the line at which the sky and Earth appear to meet", "skyline"], ["horizon", "the line at which the sky and Earth appear to meet", "horizon"], ["sensible horizon", "the line at which the sky and Earth appear to meet", "sensible horizon"]]}, {"answer": "vision", "hint": "synonyms for vision", "clues": [["sight", "the ability to see; the visual faculty", "sight"], ["visual sense", "the ability to see; the visual faculty", "visual sense"], ["imaginativeness", "the formation of a mental image of something that is not perceived as real and is not present to the senses", "imaginativeness"], ["imagination", "the formation of a mental image of something that is not perceived as real and is not present to the senses", "imagination"], ["visual sensation", "the perceptual experience of seeing", "visual sensation"], ["visual modality", "the ability to see; the visual faculty", "visual modality"]]}, {"answer": "visor", "hint": "synonyms for visor", "clues": [["peak", "a brim that projects to the front to shade the eyes", "peak"], ["vizor", "a brim that projects to the front to shade the eyes", "vizor"], ["eyeshade", "a brim that projects to the front to shade the eyes", "eyeshade"], ["bill", "a brim that projects to the front to shade the eyes", "bill"]]}, {"answer": "vista", "hint": "synonyms for vista", "clues": [["view", "the visual percept of a region", "view"], ["prospect", "the visual percept of a region", "prospect"], ["scene", "the visual percept of a region", "scene"], ["aspect", "the visual percept of a region", "aspect"], ["panorama", "the visual percept of a region", "panorama"]]}, {"answer": "vitality", "hint": "synonyms for vitality", "clues": [["animation", "the property of being able to survive and grow", "animation"], ["elan vital", "(biology) a hypothetical force (not physical or chemical) once thought by Henri Bergson to cause the evolution and development of organisms", "elan vital"], ["verve", "an energetic style", "verve"], ["vital force", "(biology) a hypothetical force (not physical or chemical) once thought by Henri Bergson to cause the evolution and development of organisms", "vital force"], ["life force", "(biology) a hypothetical force (not physical or chemical) once thought by Henri Bergson to cause the evolution and development of organisms", "life force"]]}, {"answer": "vitamin_b1", "hint": "synonyms for vitamin b1", "clues": [["thiamine", "a B vitamin that prevents beriberi; maintains appetite and growth", "thiamine"], ["vitamin B1", "a B vitamin that prevents beriberi; maintains appetite and growth", "vitamin B1"], ["aneurin", "a B vitamin that prevents beriberi; maintains appetite and growth", "aneurin"], ["antiberiberi factor", "a B vitamin that prevents beriberi; maintains appetite and growth", "antiberiberi factor"]]}, {"answer": "vitamin_b12", "hint": "synonyms for vitamin b12", "clues": [["antipernicious anemia factor", "a B vitamin that is used to treat pernicious anemia", "antipernicious anemia factor"], ["cyanocobalamin", "a B vitamin that is used to treat pernicious anemia", "cyanocobalamin"], ["vitamin B12", "a B vitamin that is used to treat pernicious anemia", "vitamin B12"], ["cobalamin", "a B vitamin that is used to treat pernicious anemia", "cobalamin"]]}, {"answer": "vitamin_b2", "hint": "synonyms for vitamin b2", "clues": [["vitamin B2", "a B vitamin that prevents skin lesions and weight loss", "vitamin B2"], ["riboflavin", "a B vitamin that prevents skin lesions and weight loss", "riboflavin"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss", "lactoflavin"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss", "vitamin G"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss", "hepatoflavin"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss", "ovoflavin"]]}, {"answer": "vitamin_b6", "hint": "synonyms for vitamin b6", "clues": [["pyridoxamine", "a B vitamin that is essential for metabolism of amino acids and starch", "pyridoxamine"], ["vitamin B6", "a B vitamin that is essential for metabolism of amino acids and starch", "vitamin B6"], ["adermin", "a B vitamin that is essential for metabolism of amino acids and starch", "adermin"], ["pyridoxal", "a B vitamin that is essential for metabolism of amino acids and starch", "pyridoxal"]]}, {"answer": "vitamin_bc", "hint": "synonyms for vitamin bc", "clues": [["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction", "vitamin Bc"], ["folic acid", "a B vitamin that is essential for cell growth and reproduction", "folic acid"], ["pteroylmonoglutamic acid", "a B vitamin that is essential for cell growth and reproduction", "pteroylmonoglutamic acid"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction", "vitamin M"], ["folacin", "a B vitamin that is essential for cell growth and reproduction", "folacin"], ["folate", "a B vitamin that is essential for cell growth and reproduction", "folate"]]}, {"answer": "vitamin_d", "hint": "synonyms for vitamin d", "clues": [["cholecalciferol", "a fat-soluble vitamin that prevents rickets", "cholecalciferol"], ["ergocalciferol", "a fat-soluble vitamin that prevents rickets", "ergocalciferol"], ["calciferol", "a fat-soluble vitamin that prevents rickets", "calciferol"], ["viosterol", "a fat-soluble vitamin that prevents rickets", "viosterol"], ["vitamin D", "a fat-soluble vitamin that prevents rickets", "vitamin D"]]}, {"answer": "vitamin_g", "hint": "synonyms for vitamin g", "clues": [["vitamin B2", "a B vitamin that prevents skin lesions and weight loss", "vitamin B2"], ["riboflavin", "a B vitamin that prevents skin lesions and weight loss", "riboflavin"], ["lactoflavin", "a B vitamin that prevents skin lesions and weight loss", "lactoflavin"], ["vitamin G", "a B vitamin that prevents skin lesions and weight loss", "vitamin G"], ["hepatoflavin", "a B vitamin that prevents skin lesions and weight loss", "hepatoflavin"], ["ovoflavin", "a B vitamin that prevents skin lesions and weight loss", "ovoflavin"]]}, {"answer": "vitamin_m", "hint": "synonyms for vitamin m", "clues": [["vitamin Bc", "a B vitamin that is essential for cell growth and reproduction", "vitamin Bc"], ["folic acid", "a B vitamin that is essential for cell growth and reproduction", "folic acid"], ["pteroylmonoglutamic acid", "a B vitamin that is essential for cell growth and reproduction", "pteroylmonoglutamic acid"], ["vitamin M", "a B vitamin that is essential for cell growth and reproduction", "vitamin M"], ["folacin", "a B vitamin that is essential for cell growth and reproduction", "folacin"], ["folate", "a B vitamin that is essential for cell growth and reproduction", "folate"]]}, {"answer": "vitreous_silica", "hint": "synonyms for vitreous silica", "clues": [["quartz glass", "colorless glass made of almost pure silica", "quartz glass"], ["crystal", "colorless glass made of almost pure silica", "crystal"], ["lechatelierite", "colorless glass made of almost pure silica", "lechatelierite"], ["quartz", "colorless glass made of almost pure silica", "quartz"]]}, {"answer": "vitriol", "hint": "synonyms for vitriol", "clues": [["sulfuric acid", "(H2SO4) a highly corrosive acid made from sulfur dioxide; widely used in the chemical industry", "sulfuric acid"], ["oil of vitriol", "(H2SO4) a highly corrosive acid made from sulfur dioxide; widely used in the chemical industry", "oil of vitriol"], ["invective", "abusive or venomous language used to express blame or censure or bitter deep-seated ill will", "invective"], ["vituperation", "abusive or venomous language used to express blame or censure or bitter deep-seated ill will", "vituperation"]]}, {"answer": "viva", "hint": "synonyms for viva", "clues": [["oral", "an examination conducted by spoken communication", "oral"], ["oral examination", "an examination conducted by spoken communication", "oral examination"], ["oral exam", "an examination conducted by spoken communication", "oral exam"], ["viva voce", "an examination conducted by spoken communication", "viva voce"]]}, {"answer": "vividness", "hint": "synonyms for vividness", "clues": [["color", "interest and variety and intensity", "color"], ["chroma", "chromatic purity: freedom from dilution with white and hence vivid in hue", "chroma"], ["intensity", "chromatic purity: freedom from dilution with white and hence vivid in hue", "intensity"], ["saturation", "chromatic purity: freedom from dilution with white and hence vivid in hue", "saturation"]]}, {"answer": "vivification", "hint": "synonyms for vivification", "clues": [["spiritedness", "quality of being active or spirited or alive and vigorous", "spiritedness"], ["brio", "quality of being active or spirited or alive and vigorous", "brio"], ["animation", "the activity of giving vitality and vigour to something", "animation"], ["invigoration", "the activity of giving vitality and vigour to something", "invigoration"]]}, {"answer": "vizor", "hint": "synonyms for vizor", "clues": [["peak", "a brim that projects to the front to shade the eyes", "peak"], ["eyeshade", "a brim that projects to the front to shade the eyes", "eyeshade"], ["visor", "a brim that projects to the front to shade the eyes", "visor"], ["bill", "a brim that projects to the front to shade the eyes", "bill"]]}, {"answer": "vocalisation", "hint": "synonyms for vocalisation", "clues": [["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "phonation"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalization"], ["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vox"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "voice"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalism"]]}, {"answer": "vocalism", "hint": "synonyms for vocalism", "clues": [["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "phonation"], ["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vox"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalization"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "voice"], ["vowel system", "the system of vowels used in a particular language", "vowel system"]]}, {"answer": "vocalization", "hint": "synonyms for vocalization", "clues": [["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "phonation"], ["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vox"], ["utterance", "the use of uttered sounds for auditory communication", "utterance"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "voice"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalism"], ["vocalisation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalisation"]]}, {"answer": "vociferation", "hint": "synonyms for vociferation", "clues": [["yell", "a loud utterance; often in protest or opposition", "yell"], ["cry", "a loud utterance; often in protest or opposition", "cry"], ["shout", "a loud utterance; often in protest or opposition", "shout"], ["call", "a loud utterance; often in protest or opposition", "call"], ["outcry", "a loud utterance; often in protest or opposition", "outcry"]]}, {"answer": "voice", "hint": "synonyms for voice", "clues": [["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "phonation"], ["vox", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vox"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalization"], ["part", "the melody carried by a particular voice or instrument in polyphonic music", "part"], ["articulation", "expressing in coherent verbal form", "articulation"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalism"]]}, {"answer": "voice_communication", "hint": "synonyms for voice communication", "clues": [["speech", "(language) communication by word of mouth", "speech"], ["speech communication", "(language) communication by word of mouth", "speech communication"], ["spoken language", "(language) communication by word of mouth", "spoken language"], ["oral communication", "(language) communication by word of mouth", "oral communication"], ["language", "(language) communication by word of mouth", "language"]]}, {"answer": "voider", "hint": "synonyms for voider", "clues": [["clothes basket", "a hamper that holds dirty clothes to be washed or wet clothes to be dried", "clothes basket"], ["laundry basket", "a hamper that holds dirty clothes to be washed or wet clothes to be dried", "laundry basket"], ["clothes hamper", "a hamper that holds dirty clothes to be washed or wet clothes to be dried", "clothes hamper"], ["gusset", "a piece of chain mail covering a place unprotected by armor plate", "gusset"]]}, {"answer": "voltage", "hint": "synonyms for voltage", "clues": [["potential drop", "the difference in electrical charge between two points in a circuit expressed in volts", "potential drop"], ["electric potential", "the difference in electrical charge between two points in a circuit expressed in volts", "electric potential"], ["potential difference", "the difference in electrical charge between two points in a circuit expressed in volts", "potential difference"], ["potential", "the difference in electrical charge between two points in a circuit expressed in volts", "potential"], ["emf", "the rate at which energy is drawn from a source that produces a flow of electricity in a circuit; expressed in volts", "emf"], ["electromotive force", "the rate at which energy is drawn from a source that produces a flow of electricity in a circuit; expressed in volts", "electromotive force"]]}, {"answer": "volume", "hint": "synonyms for volume", "clues": [["mass", "the property of something that is great in magnitude", "mass"], ["book", "physical objects consisting of a number of pages bound together", "book"], ["intensity", "the magnitude of sound (usually in a specified direction)", "intensity"], ["bulk", "the property of something that is great in magnitude", "bulk"], ["loudness", "the magnitude of sound (usually in a specified direction)", "loudness"]]}, {"answer": "volume-detonation_bomb", "hint": "synonyms for volume-detonation bomb", "clues": [["thermobaric bomb", "a bomb that uses a fuel-air explosive", "thermobaric bomb"], ["fuel-air bomb", "a bomb that uses a fuel-air explosive", "fuel-air bomb"], ["vacuum bomb", "a bomb that uses a fuel-air explosive", "vacuum bomb"], ["aerosol bomb", "a bomb that uses a fuel-air explosive", "aerosol bomb"]]}, {"answer": "volume_unit", "hint": "synonyms for volume unit", "clues": [["capacity measure", "a unit of measurement of volume or capacity", "capacity measure"], ["displacement unit", "a unit of measurement of volume or capacity", "displacement unit"], ["cubage unit", "a unit of measurement of volume or capacity", "cubage unit"], ["cubic content unit", "a unit of measurement of volume or capacity", "cubic content unit"], ["capacity unit", "a unit of measurement of volume or capacity", "capacity unit"], ["cubic measure", "a unit of measurement of volume or capacity", "cubic measure"], ["cubature unit", "a unit of measurement of volume or capacity", "cubature unit"]]}, {"answer": "voluptuousness", "hint": "synonyms for voluptuousness", "clues": [["lushness", "the property of being lush and abundant and a pleasure to the senses", "lushness"], ["curvaceousness", "the quality of having a well-rounded body", "curvaceousness"], ["hot stuff", "the quality of being attractive and exciting (especially sexually exciting)", "hot stuff"], ["luxuriance", "the property of being lush and abundant and a pleasure to the senses", "luxuriance"], ["shapeliness", "the quality of having a well-rounded body", "shapeliness"]]}, {"answer": "vomit", "hint": "synonyms for vomit", "clues": [["puke", "the matter ejected in vomiting", "puke"], ["emetic", "a medicine that induces nausea and vomiting", "emetic"], ["vomitus", "the matter ejected in vomiting", "vomitus"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth", "regurgitation"], ["vomiting", "the reflex act of ejecting the contents of the stomach through the mouth", "vomiting"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth", "emesis"], ["barf", "the matter ejected in vomiting", "barf"], ["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth", "disgorgement"], ["vomitive", "a medicine that induces nausea and vomiting", "vomitive"], ["nauseant", "a medicine that induces nausea and vomiting", "nauseant"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth", "puking"]]}, {"answer": "vomiting", "hint": "synonyms for vomiting", "clues": [["disgorgement", "the reflex act of ejecting the contents of the stomach through the mouth", "disgorgement"], ["regurgitation", "the reflex act of ejecting the contents of the stomach through the mouth", "regurgitation"], ["emesis", "the reflex act of ejecting the contents of the stomach through the mouth", "emesis"], ["puking", "the reflex act of ejecting the contents of the stomach through the mouth", "puking"], ["vomit", "the reflex act of ejecting the contents of the stomach through the mouth", "vomit"]]}, {"answer": "voodoo", "hint": "synonyms for voodoo", "clues": [["juju", "a charm superstitiously believed to embody magical powers", "juju"], ["fetich", "a charm superstitiously believed to embody magical powers", "fetich"], ["voodooism", "a religious cult practiced chiefly in Caribbean countries (especially Haiti); involves witchcraft and animistic deities", "voodooism"], ["vodoun", "a religious cult practiced chiefly in Caribbean countries (especially Haiti); involves witchcraft and animistic deities", "vodoun"], ["fetish", "a charm superstitiously believed to embody magical powers", "fetish"], ["hoodoo", "a charm superstitiously believed to embody magical powers", "hoodoo"]]}, {"answer": "voraciousness", "hint": "synonyms for voraciousness", "clues": [["greediness", "an excessive desire for wealth (usually in large amounts)", "greediness"], ["esurience", "extreme gluttony", "esurience"], ["voracity", "extreme gluttony", "voracity"], ["rapacity", "extreme gluttony", "rapacity"], ["rapaciousness", "extreme gluttony", "rapaciousness"], ["edacity", "extreme gluttony", "edacity"]]}, {"answer": "voracity", "hint": "synonyms for voracity", "clues": [["esurience", "extreme gluttony", "esurience"], ["rapacity", "extreme gluttony", "rapacity"], ["voraciousness", "extreme gluttony", "voraciousness"], ["rapaciousness", "extreme gluttony", "rapaciousness"], ["edacity", "extreme gluttony", "edacity"]]}, {"answer": "vortex", "hint": "synonyms for vortex", "clues": [["swirl", "the shape of something rotating rapidly", "swirl"], ["maelstrom", "a powerful circular current of water (usually the result of conflicting tides)", "maelstrom"], ["convolution", "the shape of something rotating rapidly", "convolution"], ["whirlpool", "a powerful circular current of water (usually the result of conflicting tides)", "whirlpool"], ["whirl", "the shape of something rotating rapidly", "whirl"]]}, {"answer": "vote", "hint": "synonyms for vote", "clues": [["suffrage", "a legal right guaranteed by the 15th amendment to the US Constitution; guaranteed to women by the 19th amendment", "suffrage"], ["balloting", "a choice that is made by counting the number of people in favor of each alternative", "balloting"], ["right to vote", "a legal right guaranteed by the 15th amendment to the US Constitution; guaranteed to women by the 19th amendment", "right to vote"], ["voter turnout", "the total number of voters who participated", "voter turnout"], ["voting", "a choice that is made by counting the number of people in favor of each alternative", "voting"]]}, {"answer": "vox", "hint": "synonyms for vox", "clues": [["phonation", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "phonation"], ["vocalization", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalization"], ["voice", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "voice"], ["vocalism", "the sound made by the vibration of vocal folds modified by the resonance of the vocal tract", "vocalism"]]}, {"answer": "vulgarism", "hint": "synonyms for vulgarism", "clues": [["commonness", "the quality of lacking taste and refinement", "commonness"], ["raunch", "the quality of lacking taste and refinement", "raunch"], ["filth", "an offensive or indecent word or phrase", "filth"], ["grossness", "the quality of lacking taste and refinement", "grossness"], ["smut", "an offensive or indecent word or phrase", "smut"], ["coarseness", "the quality of lacking taste and refinement", "coarseness"], ["vulgarity", "the quality of lacking taste and refinement", "vulgarity"], ["obscenity", "an offensive or indecent word or phrase", "obscenity"], ["dirty word", "an offensive or indecent word or phrase", "dirty word"]]}, {"answer": "vulgarity", "hint": "synonyms for vulgarity", "clues": [["commonness", "the quality of lacking taste and refinement", "commonness"], ["coarseness", "the quality of lacking taste and refinement", "coarseness"], ["raunch", "the quality of lacking taste and refinement", "raunch"], ["grossness", "the quality of lacking taste and refinement", "grossness"], ["vulgarism", "the quality of lacking taste and refinement", "vulgarism"]]}, {"answer": "w", "hint": "synonyms for w", "clues": [["westward", "the cardinal compass point that is a 270 degrees", "westward"], ["atomic number 74", "a heavy grey-white metallic element; the pure form is used mainly in electrical applications; it is found in several ores including wolframite and scheelite", "atomic number 74"], ["wolfram", "a heavy grey-white metallic element; the pure form is used mainly in electrical applications; it is found in several ores including wolframite and scheelite", "wolfram"], ["tungsten", "a heavy grey-white metallic element; the pure form is used mainly in electrical applications; it is found in several ores including wolframite and scheelite", "tungsten"], ["due west", "the cardinal compass point that is a 270 degrees", "due west"], ["watt", "a unit of power equal to 1 joule per second; the power dissipated by a current of 1 ampere flowing across a resistance of 1 ohm", "watt"], ["west", "the cardinal compass point that is a 270 degrees", "west"], ["double-u", "the 23rd letter of the Roman alphabet", "double-u"]]}, {"answer": "wad", "hint": "synonyms for wad", "clues": [["cud", "a wad of something chewable as tobacco", "cud"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["chew", "a wad of something chewable as tobacco", "chew"], ["plug", "a wad of something chewable as tobacco", "plug"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["stack", "(often followed by `of') a large number or amount or extent", "stack"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["chaw", "a wad of something chewable as tobacco", "chaw"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["slew", "(often followed by `of') a large number or amount or extent", "slew"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["quid", "a wad of something chewable as tobacco", "quid"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["raft", "(often followed by `of') a large number or amount or extent", "raft"]]}, {"answer": "wads", "hint": "synonyms for wads", "clues": [["cud", "a wad of something chewable as tobacco", "cud"], ["oodles", "a large number or amount", "oodles"], ["heap", "(often followed by `of') a large number or amount or extent", "heap"], ["peck", "(often followed by `of') a large number or amount or extent", "peck"], ["mess", "(often followed by `of') a large number or amount or extent", "mess"], ["plug", "a wad of something chewable as tobacco", "plug"], ["slews", "a large number or amount", "slews"], ["chaw", "a wad of something chewable as tobacco", "chaw"], ["scores", "a large number or amount", "scores"], ["plenty", "(often followed by `of') a large number or amount or extent", "plenty"], ["stacks", "a large number or amount", "stacks"], ["pile", "(often followed by `of') a large number or amount or extent", "pile"], ["dozens", "a large number or amount", "dozens"], ["tons", "a large number or amount", "tons"], ["wad", "a small mass of soft material", "wad"], ["great deal", "(often followed by `of') a large number or amount or extent", "great deal"], ["spate", "(often followed by `of') a large number or amount or extent", "spate"], ["mint", "(often followed by `of') a large number or amount or extent", "mint"], ["pot", "(often followed by `of') a large number or amount or extent", "pot"], ["loads", "a large number or amount", "loads"], ["rafts", "a large number or amount", "rafts"], ["tidy sum", "(often followed by `of') a large number or amount or extent", "tidy sum"], ["mass", "(often followed by `of') a large number or amount or extent", "mass"], ["mountain", "(often followed by `of') a large number or amount or extent", "mountain"], ["flock", "(often followed by `of') a large number or amount or extent", "flock"], ["quite a little", "(often followed by `of') a large number or amount or extent", "quite a little"], ["sight", "(often followed by `of') a large number or amount or extent", "sight"], ["batch", "(often followed by `of') a large number or amount or extent", "batch"], ["hatful", "(often followed by `of') a large number or amount or extent", "hatful"], ["gobs", "a large number or amount", "gobs"], ["chew", "a wad of something chewable as tobacco", "chew"], ["mickle", "(often followed by `of') a large number or amount or extent", "mickle"], ["passel", "(often followed by `of') a large number or amount or extent", "passel"], ["deal", "(often followed by `of') a large number or amount or extent", "deal"], ["lashings", "a large number or amount", "lashings"], ["lot", "(often followed by `of') a large number or amount or extent", "lot"], ["quid", "a wad of something chewable as tobacco", "quid"], ["good deal", "(often followed by `of') a large number or amount or extent", "good deal"], ["scads", "a large number or amount", "scads"], ["muckle", "(often followed by `of') a large number or amount or extent", "muckle"]]}, {"answer": "wage", "hint": "synonyms for wage", "clues": [["remuneration", "something that remunerates", "remuneration"], ["salary", "something that remunerates", "salary"], ["earnings", "something that remunerates", "earnings"], ["pay", "something that remunerates", "pay"]]}, {"answer": "wage_hike", "hint": "synonyms for wage hike", "clues": [["hike", "the amount a salary is increased", "hike"], ["wage increase", "the amount a salary is increased", "wage increase"], ["salary increase", "the amount a salary is increased", "salary increase"], ["rise", "the amount a salary is increased", "rise"]]}, {"answer": "wage_increase", "hint": "synonyms for wage increase", "clues": [["wage hike", "the amount a salary is increased", "wage hike"], ["hike", "the amount a salary is increased", "hike"], ["rise", "the amount a salary is increased", "rise"], ["salary increase", "the amount a salary is increased", "salary increase"]]}, {"answer": "wages", "hint": "synonyms for wages", "clues": [["salary", "something that remunerates", "salary"], ["remuneration", "something that remunerates", "remuneration"], ["earnings", "something that remunerates", "earnings"], ["payoff", "a recompense for worthy acts or retribution for wrongdoing", "payoff"], ["pay", "something that remunerates", "pay"], ["wage", "something that remunerates", "wage"], ["reward", "a recompense for worthy acts or retribution for wrongdoing", "reward"]]}, {"answer": "waggon", "hint": "synonyms for waggon", "clues": [["beach waggon", "a car that has a long body and rear door with space behind rear seat", "beach waggon"], ["station waggon", "a car that has a long body and rear door with space behind rear seat", "station waggon"], ["wagon", "a car that has a long body and rear door with space behind rear seat", "wagon"], ["estate car", "a car that has a long body and rear door with space behind rear seat", "estate car"]]}, {"answer": "wagon", "hint": "synonyms for wagon", "clues": [["beach waggon", "a car that has a long body and rear door with space behind rear seat", "beach waggon"], ["police van", "van used by police to transport prisoners", "police van"], ["paddy wagon", "van used by police to transport prisoners", "paddy wagon"], ["waggon", "a car that has a long body and rear door with space behind rear seat", "waggon"], ["estate car", "a car that has a long body and rear door with space behind rear seat", "estate car"], ["black Maria", "van used by police to transport prisoners", "black Maria"], ["coaster wagon", "a child's four-wheeled toy cart sometimes used for coasting", "coaster wagon"], ["station waggon", "a car that has a long body and rear door with space behind rear seat", "station waggon"], ["police wagon", "van used by police to transport prisoners", "police wagon"], ["patrol wagon", "van used by police to transport prisoners", "patrol wagon"]]}, {"answer": "waistband", "hint": "synonyms for waistband", "clues": [["waistcloth", "a band of material around the waist that strengthens a skirt or trousers", "waistcloth"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers", "girdle"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers", "cincture"], ["sash", "a band of material around the waist that strengthens a skirt or trousers", "sash"]]}, {"answer": "waistcloth", "hint": "synonyms for waistcloth", "clues": [["waistband", "a band of material around the waist that strengthens a skirt or trousers", "waistband"], ["girdle", "a band of material around the waist that strengthens a skirt or trousers", "girdle"], ["cincture", "a band of material around the waist that strengthens a skirt or trousers", "cincture"], ["sash", "a band of material around the waist that strengthens a skirt or trousers", "sash"]]}, {"answer": "wait", "hint": "synonyms for wait", "clues": [["hold", "time during which some action is awaited", "hold"], ["delay", "time during which some action is awaited", "delay"], ["waiting", "the act of waiting (remaining inactive in one place while expecting something)", "waiting"], ["time lag", "time during which some action is awaited", "time lag"], ["postponement", "time during which some action is awaited", "postponement"]]}, {"answer": "walk", "hint": "synonyms for walk", "clues": [["base on balls", "(baseball) an advance to first base by a batter who receives four balls", "base on balls"], ["paseo", "a path set aside for walking", "paseo"], ["walking", "the act of traveling by foot", "walking"], ["walkway", "a path set aside for walking", "walkway"], ["manner of walking", "manner of walking", "manner of walking"], ["pass", "(baseball) an advance to first base by a batter who receives four balls", "pass"], ["walk of life", "careers in general", "walk of life"]]}, {"answer": "walkaway", "hint": "synonyms for walkaway", "clues": [["laugher", "an easy victory", "laugher"], ["romp", "an easy victory", "romp"], ["runaway", "an easy victory", "runaway"], ["blowout", "an easy victory", "blowout"], ["shoo-in", "an easy victory", "shoo-in"]]}, {"answer": "walkover", "hint": "synonyms for walkover", "clues": [["piece of cake", "any undertaking that is easy to do", "piece of cake"], ["pushover", "any undertaking that is easy to do", "pushover"], ["picnic", "any undertaking that is easy to do", "picnic"], ["child's play", "any undertaking that is easy to do", "child's play"], ["snap", "any undertaking that is easy to do", "snap"], ["breeze", "any undertaking that is easy to do", "breeze"], ["duck soup", "any undertaking that is easy to do", "duck soup"], ["cinch", "any undertaking that is easy to do", "cinch"]]}, {"answer": "wall_plug", "hint": "synonyms for wall plug", "clues": [["electric outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric outlet"], ["wall socket", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall socket"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric receptacle"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "outlet"]]}, {"answer": "wall_socket", "hint": "synonyms for wall socket", "clues": [["electric outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric outlet"], ["electric receptacle", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "electric receptacle"], ["outlet", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "outlet"], ["wall plug", "receptacle providing a place in a wiring system where current can be taken to run electrical devices", "wall plug"]]}, {"answer": "wampum", "hint": "synonyms for wampum", "clues": [["kale", "informal terms for money", "kale"], ["boodle", "informal terms for money", "boodle"], ["scratch", "informal terms for money", "scratch"], ["dinero", "informal terms for money", "dinero"], ["shekels", "informal terms for money", "shekels"], ["cabbage", "informal terms for money", "cabbage"], ["lettuce", "informal terms for money", "lettuce"], ["gelt", "informal terms for money", "gelt"], ["lucre", "informal terms for money", "lucre"], ["dough", "informal terms for money", "dough"], ["wampumpeag", "small cylindrical beads made from polished shells and fashioned into strings or belts; used by certain Native American peoples as jewelry or currency", "wampumpeag"], ["peag", "small cylindrical beads made from polished shells and fashioned into strings or belts; used by certain Native American peoples as jewelry or currency", "peag"], ["pelf", "informal terms for money", "pelf"], ["clams", "informal terms for money", "clams"], ["lolly", "informal terms for money", "lolly"], ["loot", "informal terms for money", "loot"], ["bread", "informal terms for money", "bread"], ["sugar", "informal terms for money", "sugar"], ["simoleons", "informal terms for money", "simoleons"], ["moolah", "informal terms for money", "moolah"]]}, {"answer": "wanness", "hint": "synonyms for wanness", "clues": [["pallor", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallor"], ["lividness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividness"], ["lividity", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "lividity"], ["luridness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "luridness"], ["paleness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "paleness"], ["achromasia", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "achromasia"], ["pallidness", "unnatural lack of color in the skin (as from bruising or sickness or emotional distress)", "pallidness"]]}, {"answer": "war_cry", "hint": "synonyms for war cry", "clues": [["rallying cry", "a slogan used to rally support for a cause", "rallying cry"], ["cry", "a slogan used to rally support for a cause", "cry"], ["watchword", "a slogan used to rally support for a cause", "watchword"], ["war whoop", "a yell intended to rally a group of soldiers in battle", "war whoop"], ["battle cry", "a slogan used to rally support for a cause", "battle cry"]]}, {"answer": "war_machine", "hint": "synonyms for war machine", "clues": [["armed services", "the military forces of a nation", "armed services"], ["military machine", "the military forces of a nation", "military machine"], ["armed forces", "the military forces of a nation", "armed forces"], ["military", "the military forces of a nation", "military"]]}, {"answer": "warmheartedness", "hint": "synonyms for warmheartedness", "clues": [["warmth", "a warmhearted feeling", "warmth"], ["affectionateness", "a positive feeling of liking", "affectionateness"], ["heart", "a positive feeling of liking", "heart"], ["tenderness", "a positive feeling of liking", "tenderness"], ["philia", "a positive feeling of liking", "philia"], ["affection", "a positive feeling of liking", "affection"], ["fondness", "a positive feeling of liking", "fondness"], ["warmness", "a positive feeling of liking", "warmness"]]}, {"answer": "warmness", "hint": "synonyms for warmness", "clues": [["warmheartedness", "a positive feeling of liking", "warmheartedness"], ["philia", "a positive feeling of liking", "philia"], ["affection", "a positive feeling of liking", "affection"], ["fondness", "a positive feeling of liking", "fondness"], ["affectionateness", "a positive feeling of liking", "affectionateness"], ["heart", "a positive feeling of liking", "heart"], ["tenderness", "a positive feeling of liking", "tenderness"], ["warmth", "the quality of having a moderate degree of heat", "warmth"]]}, {"answer": "warmth", "hint": "synonyms for warmth", "clues": [["heat", "the trait of being intensely emotional", "heat"], ["affectionateness", "a quality proceeding from feelings of affection or love", "affectionateness"], ["warmheartedness", "a warmhearted feeling", "warmheartedness"], ["fondness", "a quality proceeding from feelings of affection or love", "fondness"], ["warmness", "the quality of having a moderate degree of heat", "warmness"], ["lovingness", "a quality proceeding from feelings of affection or love", "lovingness"], ["passion", "the trait of being intensely emotional", "passion"]]}, {"answer": "warrant", "hint": "synonyms for warrant", "clues": [["stock-purchase warrant", "a type of security issued by a corporation (usually together with a bond or preferred stock) that gives the holder the right to purchase a certain amount of common stock at a stated price", "stock-purchase warrant"], ["indorsement", "formal and explicit approval", "indorsement"], ["countenance", "formal and explicit approval", "countenance"], ["sanction", "formal and explicit approval", "sanction"], ["warranty", "a written assurance that some product or service will be provided or will meet certain specifications", "warranty"], ["imprimatur", "formal and explicit approval", "imprimatur"], ["guarantee", "a written assurance that some product or service will be provided or will meet certain specifications", "guarantee"], ["stock warrant", "a type of security issued by a corporation (usually together with a bond or preferred stock) that gives the holder the right to purchase a certain amount of common stock at a stated price", "stock warrant"], ["warrantee", "a written assurance that some product or service will be provided or will meet certain specifications", "warrantee"]]}, {"answer": "wash", "hint": "synonyms for wash", "clues": [["washing", "garments or white goods that can be cleaned by laundering", "washing"], ["slipstream", "the flow of air that is driven backwards by an aircraft propeller", "slipstream"], ["dry wash", "the dry bed of an intermittent stream (as at the bottom of a canyon)", "dry wash"], ["lavation", "the work of cleansing (usually with soap and water)", "lavation"], ["washout", "the erosive process of washing away soil or gravel by water (as from a roadway)", "washout"], ["washables", "garments or white goods that can be cleaned by laundering", "washables"], ["wash drawing", "a watercolor made by applying a series of monochrome washes one over the other", "wash drawing"], ["laundry", "garments or white goods that can be cleaned by laundering", "laundry"], ["airstream", "the flow of air that is driven backwards by an aircraft propeller", "airstream"], ["race", "the flow of air that is driven backwards by an aircraft propeller", "race"], ["backwash", "the flow of air that is driven backwards by an aircraft propeller", "backwash"]]}, {"answer": "wash-hand_basin", "hint": "synonyms for wash-hand basin", "clues": [["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)", "lavabo"], ["washbowl", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbowl"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbasin"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "handbasin"]]}, {"answer": "wash_room", "hint": "synonyms for wash room", "clues": [["toilet facility", "a toilet that is available to the public", "toilet facility"], ["restroom", "a toilet that is available to the public", "restroom"], ["convenience", "a toilet that is available to the public", "convenience"], ["comfort station", "a toilet that is available to the public", "comfort station"], ["public convenience", "a toilet that is available to the public", "public convenience"], ["public lavatory", "a toilet that is available to the public", "public lavatory"], ["public toilet", "a toilet that is available to the public", "public toilet"]]}, {"answer": "washbasin", "hint": "synonyms for washbasin", "clues": [["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "basin"], ["washbowl", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbowl"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "handbasin"], ["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "wash-hand basin"], ["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "lavatory"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washstand"], ["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)", "lavabo"]]}, {"answer": "washbowl", "hint": "synonyms for washbowl", "clues": [["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "basin"], ["washbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "washbasin"], ["handbasin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "handbasin"], ["wash-hand basin", "a basin for washing the hands (`wash-hand basin' is a British expression)", "wash-hand basin"], ["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "lavatory"], ["washstand", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washstand"], ["lavabo", "a basin for washing the hands (`wash-hand basin' is a British expression)", "lavabo"]]}, {"answer": "washing", "hint": "synonyms for washing", "clues": [["wash", "the work of cleansing (usually with soap and water)", "wash"], ["washables", "garments or white goods that can be cleaned by laundering", "washables"], ["laundry", "garments or white goods that can be cleaned by laundering", "laundry"], ["lavation", "the work of cleansing (usually with soap and water)", "lavation"]]}, {"answer": "washing_soda", "hint": "synonyms for washing soda", "clues": [["sodium carbonate", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sodium carbonate"], ["soda ash", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda ash"], ["sal soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "sal soda"], ["soda", "a sodium salt of carbonic acid; used in making soap powders and glass and paper", "soda"]]}, {"answer": "washstand", "hint": "synonyms for washstand", "clues": [["lavatory", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "lavatory"], ["basin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "basin"], ["washbowl", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbowl"], ["wash-hand stand", "furniture consisting of a table or stand to hold a basin and pitcher of water for washing: `wash-hand stand' is a British term", "wash-hand stand"], ["washbasin", "a bathroom sink that is permanently installed and connected to a water supply and drainpipe; where you can wash your hands and face", "washbasin"]]}, {"answer": "waste-yard", "hint": "synonyms for waste-yard", "clues": [["rubbish dump", "a piece of land where waste materials are dumped", "rubbish dump"], ["dump", "a piece of land where waste materials are dumped", "dump"], ["dumpsite", "a piece of land where waste materials are dumped", "dumpsite"], ["wasteyard", "a piece of land where waste materials are dumped", "wasteyard"], ["garbage dump", "a piece of land where waste materials are dumped", "garbage dump"], ["trash dump", "a piece of land where waste materials are dumped", "trash dump"]]}, {"answer": "wastebin", "hint": "synonyms for wastebin", "clues": [["ashbin", "a bin that holds rubbish until it is collected", "ashbin"], ["ashcan", "a bin that holds rubbish until it is collected", "ashcan"], ["garbage can", "a bin that holds rubbish until it is collected", "garbage can"], ["trash bin", "a bin that holds rubbish until it is collected", "trash bin"], ["trash can", "a bin that holds rubbish until it is collected", "trash can"], ["trash barrel", "a bin that holds rubbish until it is collected", "trash barrel"], ["dustbin", "a bin that holds rubbish until it is collected", "dustbin"]]}, {"answer": "wasteyard", "hint": "synonyms for wasteyard", "clues": [["rubbish dump", "a piece of land where waste materials are dumped", "rubbish dump"], ["dump", "a piece of land where waste materials are dumped", "dump"], ["dumpsite", "a piece of land where waste materials are dumped", "dumpsite"], ["garbage dump", "a piece of land where waste materials are dumped", "garbage dump"], ["trash dump", "a piece of land where waste materials are dumped", "trash dump"], ["waste-yard", "a piece of land where waste materials are dumped", "waste-yard"]]}, {"answer": "watch_bracelet", "hint": "synonyms for watch bracelet", "clues": [["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchstrap"], ["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "wristband"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchband"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "bracelet"]]}, {"answer": "watchband", "hint": "synonyms for watchband", "clues": [["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchstrap"], ["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "wristband"], ["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watch bracelet"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "bracelet"]]}, {"answer": "watchfulness", "hint": "synonyms for watchfulness", "clues": [["vigilance", "vigilant attentiveness", "vigilance"], ["weather eye", "vigilant attentiveness", "weather eye"], ["alertness", "the process of paying close and continuous attention", "alertness"], ["wakefulness", "the process of paying close and continuous attention", "wakefulness"]]}, {"answer": "watchstrap", "hint": "synonyms for watchstrap", "clues": [["wristband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "wristband"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchband"], ["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watch bracelet"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "bracelet"]]}, {"answer": "watchword", "hint": "synonyms for watchword", "clues": [["cry", "a slogan used to rally support for a cause", "cry"], ["word", "a secret word or phrase known only to a restricted group", "word"], ["rallying cry", "a slogan used to rally support for a cause", "rallying cry"], ["password", "a secret word or phrase known only to a restricted group", "password"], ["countersign", "a secret word or phrase known only to a restricted group", "countersign"], ["parole", "a secret word or phrase known only to a restricted group", "parole"], ["battle cry", "a slogan used to rally support for a cause", "battle cry"], ["war cry", "a slogan used to rally support for a cause", "war cry"]]}, {"answer": "water", "hint": "synonyms for water", "clues": [["water system", "a facility that provides a source of water", "water system"], ["pee", "liquid excretory product", "pee"], ["urine", "liquid excretory product", "urine"], ["weewee", "liquid excretory product", "weewee"], ["piddle", "liquid excretory product", "piddle"], ["water supply", "a facility that provides a source of water", "water supply"], ["body of water", "the part of the earth's surface covered with water (such as a river or lake or ocean)", "body of water"], ["piss", "liquid excretory product", "piss"]]}, {"answer": "water_finder", "hint": "synonyms for water finder", "clues": [["dowsing rod", "forked stick that is said to dip down to indicate underground water or oil", "dowsing rod"], ["dowser", "forked stick that is said to dip down to indicate underground water or oil", "dowser"], ["waterfinder", "forked stick that is said to dip down to indicate underground water or oil", "waterfinder"], ["divining rod", "forked stick that is said to dip down to indicate underground water or oil", "divining rod"]]}, {"answer": "water_gate", "hint": "synonyms for water gate", "clues": [["penstock", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "penstock"], ["floodgate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "floodgate"], ["head gate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "head gate"], ["sluice valve", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluice valve"], ["sluicegate", "regulator consisting of a valve or gate that controls the rate of water flow through a sluice", "sluicegate"]]}, {"answer": "water_glass", "hint": "synonyms for water glass", "clues": [["soluble glass", "a viscous glass consisting of sodium silicate in solution; used as a cement or as a protective coating and to preserve eggs", "soluble glass"], ["sodium silicate", "a viscous glass consisting of sodium silicate in solution; used as a cement or as a protective coating and to preserve eggs", "sodium silicate"], ["water clock", "clock that measures time by the escape of water", "water clock"], ["clepsydra", "clock that measures time by the escape of water", "clepsydra"], ["water gage", "gauge for indicating the level of water in e.g. a tank or boiler or reservoir", "water gage"]]}, {"answer": "water_pipe", "hint": "synonyms for water pipe", "clues": [["nargileh", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "nargileh"], ["hubble-bubble", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubble-bubble"], ["calean", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "calean"], ["chicha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "chicha"], ["sheesha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "sheesha"], ["shisha", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "shisha"], ["hookah", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hookah"], ["hubbly-bubbly", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "hubbly-bubbly"], ["kalian", "an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water", "kalian"]]}, {"answer": "waterfinder", "hint": "synonyms for waterfinder", "clues": [["water finder", "forked stick that is said to dip down to indicate underground water or oil", "water finder"], ["dowsing rod", "forked stick that is said to dip down to indicate underground water or oil", "dowsing rod"], ["dowser", "forked stick that is said to dip down to indicate underground water or oil", "dowser"], ["divining rod", "forked stick that is said to dip down to indicate underground water or oil", "divining rod"]]}, {"answer": "waters", "hint": "synonyms for waters", "clues": [["water", "a facility that provides a source of water", "water"], ["water system", "a facility that provides a source of water", "water system"], ["pee", "liquid excretory product", "pee"], ["urine", "liquid excretory product", "urine"], ["weewee", "liquid excretory product", "weewee"], ["piddle", "liquid excretory product", "piddle"], ["water supply", "a facility that provides a source of water", "water supply"], ["body of water", "the part of the earth's surface covered with water (such as a river or lake or ocean)", "body of water"], ["piss", "liquid excretory product", "piss"]]}, {"answer": "watershed", "hint": "synonyms for watershed", "clues": [["drainage basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage basin"], ["landmark", "an event marking a unique or important historical change of course or one on which important developments depend", "landmark"], ["catchment basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment basin"], ["basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "basin"], ["turning point", "an event marking a unique or important historical change of course or one on which important developments depend", "turning point"], ["drainage area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "drainage area"], ["water parting", "a ridge of land that separates two adjacent river systems", "water parting"], ["divide", "a ridge of land that separates two adjacent river systems", "divide"], ["catchment area", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "catchment area"], ["river basin", "the entire geographical area drained by a river and its tributaries; an area characterized by all runoff being conveyed to the same outlet", "river basin"]]}, {"answer": "waterspout", "hint": "synonyms for waterspout", "clues": [["pelter", "a heavy rain", "pelter"], ["soaker", "a heavy rain", "soaker"], ["cloudburst", "a heavy rain", "cloudburst"], ["downpour", "a heavy rain", "downpour"], ["deluge", "a heavy rain", "deluge"], ["torrent", "a heavy rain", "torrent"]]}, {"answer": "wave", "hint": "synonyms for wave", "clues": [["undulation", "an undulating curve", "undulation"], ["moving ridge", "one of a series of ridges that moves across the surface of a liquid (especially across a large body of water)", "moving ridge"], ["waving", "the act of signaling by a movement of the hand", "waving"], ["wafture", "the act of signaling by a movement of the hand", "wafture"]]}, {"answer": "waver", "hint": "synonyms for waver", "clues": [["flicker", "the act of moving back and forth", "flicker"], ["falter", "the act of pausing uncertainly", "falter"], ["flutter", "the act of moving back and forth", "flutter"], ["hesitation", "the act of pausing uncertainly", "hesitation"]]}, {"answer": "ways", "hint": "synonyms for ways", "clues": [["path", "a course of conduct", "path"], ["way", "a journey or passage", "way"], ["room", "space for movement", "room"], ["slipway", "structure consisting of a sloping way down to the water from the place where ships are built or repaired", "slipway"], ["manner", "how something is done or how it happens", "manner"], ["agency", "how a result is obtained or an end is achieved", "agency"], ["way of life", "a course of conduct", "way of life"], ["direction", "a line leading to a place or point", "direction"], ["fashion", "how something is done or how it happens", "fashion"], ["elbow room", "space for movement", "elbow room"], ["means", "how a result is obtained or an end is achieved", "means"], ["mode", "how something is done or how it happens", "mode"], ["style", "how something is done or how it happens", "style"]]}, {"answer": "weaponry", "hint": "synonyms for weaponry", "clues": [["munition", "weapons considered collectively", "munition"], ["arms", "weapons considered collectively", "arms"], ["implements of war", "weapons considered collectively", "implements of war"], ["weapons system", "weapons considered collectively", "weapons system"]]}, {"answer": "weapons_system", "hint": "synonyms for weapons system", "clues": [["munition", "weapons considered collectively", "munition"], ["arms", "weapons considered collectively", "arms"], ["implements of war", "weapons considered collectively", "implements of war"], ["weaponry", "weapons considered collectively", "weaponry"]]}, {"answer": "wear", "hint": "synonyms for wear", "clues": [["wearable", "a covering designed to be worn on a person's body", "wearable"], ["vesture", "a covering designed to be worn on a person's body", "vesture"], ["article of clothing", "a covering designed to be worn on a person's body", "article of clothing"], ["habiliment", "a covering designed to be worn on a person's body", "habiliment"], ["clothing", "a covering designed to be worn on a person's body", "clothing"], ["wearing", "the act of having on your person as a covering or adornment", "wearing"]]}, {"answer": "wearing_away", "hint": "synonyms for wearing away", "clues": [["eating away", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "eating away"], ["wearing", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "wearing"], ["eroding", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "eroding"], ["erosion", "(geology) the mechanical process of wearing or grinding something down (as by particles washing over it)", "erosion"]]}, {"answer": "weather_sheet", "hint": "synonyms for weather sheet", "clues": [["shroud", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "shroud"], ["mainsheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "mainsheet"], ["tack", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "tack"], ["sheet", "(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind", "sheet"]]}, {"answer": "weatherboard", "hint": "synonyms for weatherboard", "clues": [["clapboard", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below", "clapboard"], ["windward side", "the side toward the wind", "windward side"], ["to windward", "the side toward the wind", "to windward"], ["weatherboarding", "a long thin board with one edge thicker than the other; used as siding by lapping one board over the board below", "weatherboarding"], ["weather side", "the side toward the wind", "weather side"]]}, {"answer": "wedding", "hint": "synonyms for wedding", "clues": [["nuptials", "the social event at which the ceremony of marriage is performed", "nuptials"], ["marriage", "the act of marrying; the nuptial ceremony", "marriage"], ["marriage ceremony", "the act of marrying; the nuptial ceremony", "marriage ceremony"], ["wedding party", "a party of people at a wedding", "wedding party"], ["hymeneals", "the social event at which the ceremony of marriage is performed", "hymeneals"], ["wedding ceremony", "the social event at which the ceremony of marriage is performed", "wedding ceremony"]]}, {"answer": "wedge", "hint": "synonyms for wedge", "clues": [["cuneus", "any shape that is triangular in cross section", "cuneus"], ["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["chock", "a block of wood used to prevent the sliding or rolling of a heavy object", "chock"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["wedge shape", "any shape that is triangular in cross section", "wedge shape"], ["wedge heel", "a heel that is an extension of the sole of the shoe", "wedge heel"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hacek", "a diacritical mark (an inverted circumflex) placed above certain letters (such as the letter c) to indicate pronunciation", "hacek"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["zep", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "zep"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "weed", "hint": "synonyms for weed", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["skunk", "street names for marijuana", "skunk"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["mourning band", "a black band worn by a man (on the arm or hat) as a sign of mourning", "mourning band"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["smoke", "street names for marijuana", "smoke"], ["locoweed", "street names for marijuana", "locoweed"]]}, {"answer": "weeds", "hint": "synonyms for weeds", "clues": [["green goddess", "street names for marijuana", "green goddess"], ["pot", "street names for marijuana", "pot"], ["locoweed", "street names for marijuana", "locoweed"], ["weed", "a black band worn by a man (on the arm or hat) as a sign of mourning", "weed"], ["skunk", "street names for marijuana", "skunk"], ["sens", "street names for marijuana", "sens"], ["sess", "street names for marijuana", "sess"], ["gage", "street names for marijuana", "gage"], ["mourning band", "a black band worn by a man (on the arm or hat) as a sign of mourning", "mourning band"], ["dope", "street names for marijuana", "dope"], ["grass", "street names for marijuana", "grass"], ["widow's weeds", "a black garment (dress) worn by a widow as a sign of mourning", "widow's weeds"], ["smoke", "street names for marijuana", "smoke"]]}, {"answer": "weeness", "hint": "synonyms for weeness", "clues": [["minuteness", "the property of being very small in size", "minuteness"], ["petiteness", "the property of being very small in size", "petiteness"], ["diminutiveness", "the property of being very small in size", "diminutiveness"], ["tininess", "the property of being very small in size", "tininess"]]}, {"answer": "weenie", "hint": "synonyms for weenie", "clues": [["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "dog"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hot dog"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frankfurter"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wiener"], ["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frank"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wienerwurst"]]}, {"answer": "weewee", "hint": "synonyms for weewee", "clues": [["pee", "liquid excretory product", "pee"], ["water", "liquid excretory product", "water"], ["urine", "liquid excretory product", "urine"], ["piss", "liquid excretory product", "piss"], ["piddle", "liquid excretory product", "piddle"]]}, {"answer": "weight", "hint": "synonyms for weight", "clues": [["system of weights", "a system of units used to express the weight of something", "system of weights"], ["exercising weight", "sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms", "exercising weight"], ["weight unit", "a unit used to measure weight", "weight unit"], ["weightiness", "the relative importance granted to something", "weightiness"], ["free weight", "sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms", "free weight"], ["weighting", "(statistics) a coefficient assigned to elements of a frequency distribution in order to represent their relative importance", "weighting"]]}, {"answer": "welkin", "hint": "synonyms for welkin", "clues": [["firmament", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "firmament"], ["celestial sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "celestial sphere"], ["empyrean", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "empyrean"], ["vault of heaven", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "vault of heaven"], ["sphere", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "sphere"], ["heavens", "the apparent surface of the imaginary sphere on which celestial bodies appear to be projected", "heavens"]]}, {"answer": "whack", "hint": "synonyms for whack", "clues": [["rap", "the act of hitting vigorously", "rap"], ["knock", "the act of hitting vigorously", "knock"], ["whang", "the act of hitting vigorously", "whang"], ["belt", "the act of hitting vigorously", "belt"]]}, {"answer": "whang", "hint": "synonyms for whang", "clues": [["rap", "the act of hitting vigorously", "rap"], ["knock", "the act of hitting vigorously", "knock"], ["whack", "the act of hitting vigorously", "whack"], ["belt", "the act of hitting vigorously", "belt"]]}, {"answer": "wharfage", "hint": "synonyms for wharfage", "clues": [["wharf", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats", "wharf"], ["pier", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats", "pier"], ["quayage", "a fee charged for the use of a wharf or quay", "quayage"], ["dock", "a platform built out from the shore into the water and supported by piles; provides access to ships and boats", "dock"]]}, {"answer": "whatchamacallit", "hint": "synonyms for whatchamacallit", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"], ["whatchamacallum", "something unspecified whose name is either forgotten or not known", "whatchamacallum"]]}, {"answer": "whatchamacallum", "hint": "synonyms for whatchamacallum", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["thingumabob", "something unspecified whose name is either forgotten or not known", "thingumabob"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "whatsis", "hint": "synonyms for whatsis", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["widget", "something unspecified whose name is either forgotten or not known", "widget"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["gismo", "something unspecified whose name is either forgotten or not known", "gismo"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["gizmo", "something unspecified whose name is either forgotten or not known", "gizmo"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "wheel", "hint": "synonyms for wheel", "clues": [["bicycle", "a wheeled vehicle that has two wheels and is moved by foot pedals", "bicycle"], ["steering wheel", "a handwheel that is used for steering", "steering wheel"], ["roulette wheel", "game equipment consisting of a wheel with slots that is used for gambling; the wheel rotates horizontally and players bet on which slot the roulette ball will stop in", "roulette wheel"], ["rack", "an instrument of torture that stretches or disjoints or mutilates victims", "rack"], ["cycle", "a wheeled vehicle that has two wheels and is moved by foot pedals", "cycle"], ["bike", "a wheeled vehicle that has two wheels and is moved by foot pedals", "bike"]]}, {"answer": "whim", "hint": "synonyms for whim", "clues": [["whimsey", "an odd or fanciful or capricious idea", "whimsey"], ["impulse", "a sudden desire", "impulse"], ["notion", "an odd or fanciful or capricious idea", "notion"], ["caprice", "a sudden desire", "caprice"]]}, {"answer": "whimsey", "hint": "synonyms for whimsey", "clues": [["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "arbitrariness"], ["notion", "an odd or fanciful or capricious idea", "notion"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "flightiness"], ["whimsy", "an odd or fanciful or capricious idea", "whimsy"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "capriciousness"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsicality"], ["whim", "an odd or fanciful or capricious idea", "whim"]]}, {"answer": "whimsicality", "hint": "synonyms for whimsicality", "clues": [["whimsey", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsey"], ["mischievousness", "the trait of behaving like an imp", "mischievousness"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "arbitrariness"], ["puckishness", "the trait of behaving like an imp", "puckishness"], ["impishness", "the trait of behaving like an imp", "impishness"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "capriciousness"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "flightiness"]]}, {"answer": "whimsy", "hint": "synonyms for whimsy", "clues": [["whimsey", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsey"], ["arbitrariness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "arbitrariness"], ["notion", "an odd or fanciful or capricious idea", "notion"], ["flightiness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "flightiness"], ["capriciousness", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "capriciousness"], ["whimsicality", "the trait of acting unpredictably and more from whim or caprice than from reason or judgment", "whimsicality"], ["whim", "an odd or fanciful or capricious idea", "whim"]]}, {"answer": "whirl", "hint": "synonyms for whirl", "clues": [["vortex", "the shape of something rotating rapidly", "vortex"], ["twisting", "the act of rotating rapidly", "twisting"], ["go", "a usually brief attempt", "go"], ["commotion", "confused movement", "commotion"], ["spin", "the act of rotating rapidly", "spin"], ["swirl", "the shape of something rotating rapidly", "swirl"], ["pass", "a usually brief attempt", "pass"], ["offer", "a usually brief attempt", "offer"], ["crack", "a usually brief attempt", "crack"], ["twirl", "the act of rotating rapidly", "twirl"], ["fling", "a usually brief attempt", "fling"], ["convolution", "the shape of something rotating rapidly", "convolution"]]}, {"answer": "whirligig", "hint": "synonyms for whirligig", "clues": [["carousel", "a large, rotating machine with seats for children to ride or amusement", "carousel"], ["teetotum", "a conical child's plaything tapering to a steel point on which it can be made to spin", "teetotum"], ["top", "a conical child's plaything tapering to a steel point on which it can be made to spin", "top"], ["merry-go-round", "a large, rotating machine with seats for children to ride or amusement", "merry-go-round"], ["spinning top", "a conical child's plaything tapering to a steel point on which it can be made to spin", "spinning top"], ["roundabout", "a large, rotating machine with seats for children to ride or amusement", "roundabout"]]}, {"answer": "whisper", "hint": "synonyms for whisper", "clues": [["susurration", "speaking softly without vibration of the vocal cords", "susurration"], ["rustling", "a light noise, like the noise of silk clothing or leaves blowing in the wind", "rustling"], ["rustle", "a light noise, like the noise of silk clothing or leaves blowing in the wind", "rustle"], ["whispering", "speaking softly without vibration of the vocal cords", "whispering"], ["voicelessness", "speaking softly without vibration of the vocal cords", "voicelessness"]]}, {"answer": "whit", "hint": "synonyms for whit", "clues": [["iota", "a tiny or scarcely detectable amount", "iota"], ["smidgeon", "a tiny or scarcely detectable amount", "smidgeon"], ["tittle", "a tiny or scarcely detectable amount", "tittle"], ["scintilla", "a tiny or scarcely detectable amount", "scintilla"], ["shred", "a tiny or scarcely detectable amount", "shred"], ["smidgin", "a tiny or scarcely detectable amount", "smidgin"]]}, {"answer": "white_arsenic", "hint": "synonyms for white arsenic", "clues": [["ratsbane", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "ratsbane"], ["arsenous oxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous oxide"], ["arsenous anhydride", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenous anhydride"], ["arsenic", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic"], ["arsenic trioxide", "a white powdered poisonous trioxide of arsenic; used in manufacturing glass and as a pesticide (rat poison) and weed killer", "arsenic trioxide"]]}, {"answer": "white_potato", "hint": "synonyms for white potato", "clues": [["tater", "an edible tuber native to South America; a staple food of Ireland", "tater"], ["potato", "an edible tuber native to South America; a staple food of Ireland", "potato"], ["spud", "an edible tuber native to South America; a staple food of Ireland", "spud"], ["murphy", "an edible tuber native to South America; a staple food of Ireland", "murphy"]]}, {"answer": "white_tie", "hint": "synonyms for white tie", "clues": [["tailcoat", "formalwear consisting of full evening dress for men", "tailcoat"], ["full dress", "formalwear consisting of full evening dress for men", "full dress"], ["white tie and tails", "formalwear consisting of full evening dress for men", "white tie and tails"], ["tails", "formalwear consisting of full evening dress for men", "tails"], ["dress suit", "formalwear consisting of full evening dress for men", "dress suit"]]}, {"answer": "white_tie_and_tails", "hint": "synonyms for white tie and tails", "clues": [["tailcoat", "formalwear consisting of full evening dress for men", "tailcoat"], ["full dress", "formalwear consisting of full evening dress for men", "full dress"], ["white tie", "formalwear consisting of full evening dress for men", "white tie"], ["tails", "formalwear consisting of full evening dress for men", "tails"], ["dress suit", "formalwear consisting of full evening dress for men", "dress suit"]]}, {"answer": "whorehouse", "hint": "synonyms for whorehouse", "clues": [["house of prostitution", "a building where prostitutes are available", "house of prostitution"], ["sporting house", "a building where prostitutes are available", "sporting house"], ["bawdyhouse", "a building where prostitutes are available", "bawdyhouse"], ["bagnio", "a building where prostitutes are available", "bagnio"], ["house of ill repute", "a building where prostitutes are available", "house of ill repute"], ["cathouse", "a building where prostitutes are available", "cathouse"], ["bordello", "a building where prostitutes are available", "bordello"], ["brothel", "a building where prostitutes are available", "brothel"]]}, {"answer": "whorl", "hint": "synonyms for whorl", "clues": [["gyre", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "gyre"], ["volute", "a structure consisting of something wound in a continuous series of loops", "volute"], ["roll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "roll"], ["curlicue", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curlicue"], ["scroll", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "scroll"], ["coil", "a structure consisting of something wound in a continuous series of loops", "coil"], ["curl", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "curl"], ["helix", "a structure consisting of something wound in a continuous series of loops", "helix"], ["ringlet", "a round shape formed by a series of concentric circles (as formed by leaves or flower petals)", "ringlet"], ["spiral", "a structure consisting of something wound in a continuous series of loops", "spiral"]]}, {"answer": "wickedness", "hint": "synonyms for wickedness", "clues": [["lousiness", "the quality of being disgusting to the senses or emotions", "lousiness"], ["nefariousness", "the quality of being wicked", "nefariousness"], ["vileness", "the quality of being disgusting to the senses or emotions", "vileness"], ["sin", "estrangement from god", "sin"], ["loathsomeness", "the quality of being disgusting to the senses or emotions", "loathsomeness"], ["immorality", "morally objectionable behavior", "immorality"], ["repulsiveness", "the quality of being disgusting to the senses or emotions", "repulsiveness"], ["evil", "morally objectionable behavior", "evil"], ["sinfulness", "estrangement from god", "sinfulness"], ["ugliness", "the quality of being wicked", "ugliness"], ["sliminess", "the quality of being disgusting to the senses or emotions", "sliminess"], ["iniquity", "morally objectionable behavior", "iniquity"]]}, {"answer": "wicket", "hint": "synonyms for wicket", "clues": [["hoop", "a small arch used as croquet equipment", "hoop"], ["grille", "small opening (like a window in a door) through which business can be transacted", "grille"], ["lattice", "small opening (like a window in a door) through which business can be transacted", "lattice"], ["wicket gate", "small gate or door (especially one that is part of a larger door)", "wicket gate"], ["wicket door", "small gate or door (especially one that is part of a larger door)", "wicket door"]]}, {"answer": "wideness", "hint": "synonyms for wideness", "clues": [["immensity", "unusual largeness in size or extent or number", "immensity"], ["broadness", "the property of being wide; having great width", "broadness"], ["greatness", "unusual largeness in size or extent or number", "greatness"], ["grandness", "unusual largeness in size or extent or number", "grandness"], ["enormousness", "unusual largeness in size or extent or number", "enormousness"], ["immenseness", "unusual largeness in size or extent or number", "immenseness"], ["sizeableness", "unusual largeness in size or extent or number", "sizeableness"], ["vastness", "unusual largeness in size or extent or number", "vastness"]]}, {"answer": "widget", "hint": "synonyms for widget", "clues": [["doodad", "something unspecified whose name is either forgotten or not known", "doodad"], ["thingummy", "something unspecified whose name is either forgotten or not known", "thingummy"], ["thingmajig", "something unspecified whose name is either forgotten or not known", "thingmajig"], ["contraption", "a device or control that is very useful for a particular job", "contraption"], ["gadget", "a device or control that is very useful for a particular job", "gadget"], ["thingmabob", "something unspecified whose name is either forgotten or not known", "thingmabob"], ["whatchamacallit", "something unspecified whose name is either forgotten or not known", "whatchamacallit"], ["contrivance", "a device or control that is very useful for a particular job", "contrivance"], ["gismo", "a device or control that is very useful for a particular job", "gismo"], ["convenience", "a device or control that is very useful for a particular job", "convenience"], ["doohickey", "something unspecified whose name is either forgotten or not known", "doohickey"], ["gizmo", "a device or control that is very useful for a particular job", "gizmo"], ["gubbins", "something unspecified whose name is either forgotten or not known", "gubbins"], ["appliance", "a device or control that is very useful for a particular job", "appliance"], ["whatsis", "something unspecified whose name is either forgotten or not known", "whatsis"], ["gimmick", "something unspecified whose name is either forgotten or not known", "gimmick"], ["doojigger", "something unspecified whose name is either forgotten or not known", "doojigger"]]}, {"answer": "wiener", "hint": "synonyms for wiener", "clues": [["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "weenie"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "dog"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hot dog"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frankfurter"], ["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frank"], ["wienerwurst", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wienerwurst"]]}, {"answer": "wienerwurst", "hint": "synonyms for wienerwurst", "clues": [["weenie", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "weenie"], ["dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "dog"], ["hot dog", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "hot dog"], ["frankfurter", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frankfurter"], ["wiener", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "wiener"], ["frank", "a smooth-textured sausage of minced beef or pork usually smoked; often served on a bread roll", "frank"]]}, {"answer": "wildness", "hint": "synonyms for wildness", "clues": [["ferocity", "the property of being wild or turbulent", "ferocity"], ["fury", "the property of being wild or turbulent", "fury"], ["fierceness", "the property of being wild or turbulent", "fierceness"], ["furiousness", "the property of being wild or turbulent", "furiousness"], ["violence", "the property of being wild or turbulent", "violence"], ["abandon", "a feeling of extreme emotional intensity", "abandon"], ["vehemence", "the property of being wild or turbulent", "vehemence"]]}, {"answer": "wile", "hint": "synonyms for wile", "clues": [["chicanery", "the use of tricks to deceive someone (usually to extract money from them)", "chicanery"], ["trickery", "the use of tricks to deceive someone (usually to extract money from them)", "trickery"], ["guile", "the use of tricks to deceive someone (usually to extract money from them)", "guile"], ["shenanigan", "the use of tricks to deceive someone (usually to extract money from them)", "shenanigan"]]}, {"answer": "wiliness", "hint": "synonyms for wiliness", "clues": [["foxiness", "shrewdness as demonstrated by being skilled in deception", "foxiness"], ["craft", "shrewdness as demonstrated by being skilled in deception", "craft"], ["craftiness", "shrewdness as demonstrated by being skilled in deception", "craftiness"], ["slyness", "shrewdness as demonstrated by being skilled in deception", "slyness"], ["cunning", "shrewdness as demonstrated by being skilled in deception", "cunning"], ["guile", "shrewdness as demonstrated by being skilled in deception", "guile"]]}, {"answer": "will_power", "hint": "synonyms for will power", "clues": [["self-control", "the trait of resolutely controlling your own behavior", "self-control"], ["willpower", "the trait of resolutely controlling your own behavior", "willpower"], ["self-possession", "the trait of resolutely controlling your own behavior", "self-possession"], ["self-command", "the trait of resolutely controlling your own behavior", "self-command"], ["self-will", "the trait of resolutely controlling your own behavior", "self-will"], ["possession", "the trait of resolutely controlling your own behavior", "possession"]]}, {"answer": "willpower", "hint": "synonyms for willpower", "clues": [["will power", "the trait of resolutely controlling your own behavior", "will power"], ["self-control", "the trait of resolutely controlling your own behavior", "self-control"], ["self-possession", "the trait of resolutely controlling your own behavior", "self-possession"], ["self-command", "the trait of resolutely controlling your own behavior", "self-command"], ["self-will", "the trait of resolutely controlling your own behavior", "self-will"], ["possession", "the trait of resolutely controlling your own behavior", "possession"]]}, {"answer": "wind", "hint": "synonyms for wind", "clues": [["wind instrument", "a musical instrument in which the sound is produced by an enclosed column of air that is moved by the breath", "wind instrument"], ["tip", "an indication of potential opportunity", "tip"], ["jazz", "empty rhetoric or insincere or exaggerated talk", "jazz"], ["malarkey", "empty rhetoric or insincere or exaggerated talk", "malarkey"], ["twist", "the act of winding or twisting", "twist"], ["hint", "an indication of potential opportunity", "hint"], ["winding", "the act of winding or twisting", "winding"], ["confidential information", "an indication of potential opportunity", "confidential information"], ["farting", "a reflex that expels intestinal gas through the anus", "farting"], ["air current", "air moving (sometimes with considerable force) from an area of high pressure to an area of low pressure", "air current"], ["lead", "an indication of potential opportunity", "lead"], ["idle words", "empty rhetoric or insincere or exaggerated talk", "idle words"], ["current of air", "air moving (sometimes with considerable force) from an area of high pressure to an area of low pressure", "current of air"], ["nothingness", "empty rhetoric or insincere or exaggerated talk", "nothingness"], ["steer", "an indication of potential opportunity", "steer"], ["breaking wind", "a reflex that expels intestinal gas through the anus", "breaking wind"], ["flatus", "a reflex that expels intestinal gas through the anus", "flatus"]]}, {"answer": "wind_cone", "hint": "synonyms for wind cone", "clues": [["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "sock"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sleeve"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air sock"], ["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air-sleeve"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "drogue"]]}, {"answer": "wind_sleeve", "hint": "synonyms for wind sleeve", "clues": [["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "sock"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air sock"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind cone"], ["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air-sleeve"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "drogue"]]}, {"answer": "wind_sock", "hint": "synonyms for wind sock", "clues": [["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "sock"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air sock"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sleeve"], ["windsock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "windsock"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind cone"], ["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air-sleeve"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "drogue"]]}, {"answer": "windfall", "hint": "synonyms for windfall", "clues": [["bonanza", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bonanza"], ["manna from heaven", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "manna from heaven"], ["bunce", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "bunce"], ["gravy", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gravy"], ["gold rush", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "gold rush"], ["boom", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "boom"], ["godsend", "a sudden happening that brings good fortune (as a sudden opportunity to make money)", "godsend"]]}, {"answer": "windiness", "hint": "synonyms for windiness", "clues": [["prolixity", "boring verbosity", "prolixity"], ["prolixness", "boring verbosity", "prolixness"], ["wordiness", "boring verbosity", "wordiness"], ["long-windedness", "boring verbosity", "long-windedness"]]}, {"answer": "winding-clothes", "hint": "synonyms for winding-clothes", "clues": [["cerement", "burial garment in which a corpse is wrapped", "cerement"], ["pall", "burial garment in which a corpse is wrapped", "pall"], ["winding-sheet", "burial garment in which a corpse is wrapped", "winding-sheet"], ["shroud", "burial garment in which a corpse is wrapped", "shroud"]]}, {"answer": "winding-sheet", "hint": "synonyms for winding-sheet", "clues": [["cerement", "burial garment in which a corpse is wrapped", "cerement"], ["pall", "burial garment in which a corpse is wrapped", "pall"], ["winding-clothes", "burial garment in which a corpse is wrapped", "winding-clothes"], ["shroud", "burial garment in which a corpse is wrapped", "shroud"]]}, {"answer": "window_pane", "hint": "synonyms for window pane", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "windsock", "hint": "synonyms for windsock", "clues": [["sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "sock"], ["wind sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sleeve"], ["air sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air sock"], ["wind sock", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind sock"], ["wind cone", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "wind cone"], ["air-sleeve", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "air-sleeve"], ["drogue", "a truncated cloth cone mounted on a mast; used (e.g., at airports) to show the direction of the wind", "drogue"]]}, {"answer": "wing", "hint": "synonyms for wing", "clues": [["flank", "the side of military or naval formation", "flank"], ["backstage", "a stage area out of sight of the audience", "backstage"], ["fender", "a barrier that surrounds the wheels of a vehicle to block splashing water or mud", "fender"], ["annexe", "an addition that extends a main building", "annexe"], ["extension", "an addition that extends a main building", "extension"], ["offstage", "a stage area out of sight of the audience", "offstage"]]}, {"answer": "wing-nut", "hint": "synonyms for wing-nut", "clues": [["wing nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "wing nut"], ["thumbnut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "thumbnut"], ["butterfly nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "butterfly nut"], ["wing screw", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "wing screw"]]}, {"answer": "wing_nut", "hint": "synonyms for wing nut", "clues": [["thumbnut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "thumbnut"], ["butterfly nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "butterfly nut"], ["wing-nut", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "wing-nut"], ["wing screw", "a threaded nut with winglike projections for thumb and forefinger leverage in turning", "wing screw"]]}, {"answer": "wings", "hint": "synonyms for wings", "clues": [["backstage", "a stage area out of sight of the audience", "backstage"], ["fender", "a barrier that surrounds the wheels of a vehicle to block splashing water or mud", "fender"], ["wing", "one of the horizontal airfoils on either side of the fuselage of an airplane", "wing"], ["annexe", "an addition that extends a main building", "annexe"], ["extension", "an addition that extends a main building", "extension"], ["flank", "the side of military or naval formation", "flank"], ["offstage", "a stage area out of sight of the audience", "offstage"]]}, {"answer": "wink", "hint": "synonyms for wink", "clues": [["nictation", "a reflex that closes and opens the eyes rapidly", "nictation"], ["flash", "a very short time (as the time it takes the eye to blink or the heart to beat)", "flash"], ["instant", "a very short time (as the time it takes the eye to blink or the heart to beat)", "instant"], ["jiffy", "a very short time (as the time it takes the eye to blink or the heart to beat)", "jiffy"], ["trice", "a very short time (as the time it takes the eye to blink or the heart to beat)", "trice"], ["blinking", "a reflex that closes and opens the eyes rapidly", "blinking"], ["split second", "a very short time (as the time it takes the eye to blink or the heart to beat)", "split second"], ["blink of an eye", "a very short time (as the time it takes the eye to blink or the heart to beat)", "blink of an eye"], ["winking", "a reflex that closes and opens the eyes rapidly", "winking"], ["eye blink", "a reflex that closes and opens the eyes rapidly", "eye blink"], ["heartbeat", "a very short time (as the time it takes the eye to blink or the heart to beat)", "heartbeat"]]}, {"answer": "wintergreen", "hint": "synonyms for wintergreen", "clues": [["boxberry", "spicy red berrylike fruit; source of wintergreen oil", "boxberry"], ["checkerberry", "spicy red berrylike fruit; source of wintergreen oil", "checkerberry"], ["spiceberry", "spicy red berrylike fruit; source of wintergreen oil", "spiceberry"], ["teaberry", "spicy red berrylike fruit; source of wintergreen oil", "teaberry"]]}, {"answer": "wiper", "hint": "synonyms for wiper", "clues": [["contact arm", "contact consisting of a conducting arm that rotates over a series of fixed contacts and comes to rest on an outlet", "contact arm"], ["wiper blade", "a mechanical device that cleans the windshield", "wiper blade"], ["windshield wiper", "a mechanical device that cleans the windshield", "windshield wiper"], ["windscreen wiper", "a mechanical device that cleans the windshield", "windscreen wiper"], ["wiper arm", "contact consisting of a conducting arm that rotates over a series of fixed contacts and comes to rest on an outlet", "wiper arm"]]}, {"answer": "wire_service", "hint": "synonyms for wire service", "clues": [["news agency", "an agency to collects news reports for newspapers and distributes it electronically", "news agency"], ["news organization", "an agency to collects news reports for newspapers and distributes it electronically", "news organization"], ["press agency", "an agency to collects news reports for newspapers and distributes it electronically", "press agency"], ["press association", "an agency to collects news reports for newspapers and distributes it electronically", "press association"]]}, {"answer": "wish", "hint": "synonyms for wish", "clues": [["regard", "(usually plural) a polite expression of desire for someone's welfare", "regard"], ["compliments", "(usually plural) a polite expression of desire for someone's welfare", "compliments"], ["wishing", "a specific feeling of desire", "wishing"], ["indirect request", "an expression of some desire or inclination", "indirect request"], ["want", "a specific feeling of desire", "want"]]}, {"answer": "wish-wash", "hint": "synonyms for wish-wash", "clues": [["folderol", "nonsensical talk or writing", "folderol"], ["codswallop", "nonsensical talk or writing", "codswallop"], ["trash", "nonsensical talk or writing", "trash"], ["rubbish", "nonsensical talk or writing", "rubbish"], ["applesauce", "nonsensical talk or writing", "applesauce"], ["trumpery", "nonsensical talk or writing", "trumpery"], ["tripe", "nonsensical talk or writing", "tripe"]]}, {"answer": "wit", "hint": "synonyms for wit", "clues": [["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "wittiness"], ["brain", "mental ability", "brain"], ["humour", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "humour"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "witticism"], ["mental capacity", "mental ability", "mental capacity"], ["mentality", "mental ability", "mentality"], ["brainpower", "mental ability", "brainpower"], ["learning ability", "mental ability", "learning ability"]]}, {"answer": "withdrawal", "hint": "synonyms for withdrawal", "clues": [["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "onanism"], ["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "coitus interruptus"], ["backdown", "a retraction of a previously held position", "backdown"], ["secession", "formal separation from an alliance or federation", "secession"], ["climb-down", "a retraction of a previously held position", "climb-down"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "pulling out"], ["drug withdrawal", "the termination of drug taking", "drug withdrawal"], ["detachment", "avoiding emotional involvement", "detachment"], ["withdrawal method", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal method"]]}, {"answer": "withdrawal_method", "hint": "synonyms for withdrawal method", "clues": [["coitus interruptus", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "coitus interruptus"], ["withdrawal", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "withdrawal"], ["pulling out", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "pulling out"], ["onanism", "a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation", "onanism"]]}, {"answer": "wits", "hint": "synonyms for wits", "clues": [["wittiness", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "wittiness"], ["brain", "mental ability", "brain"], ["humour", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "humour"], ["witticism", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "witticism"], ["mental capacity", "mental ability", "mental capacity"], ["wit", "a message whose ingenuity or verbal skill or incongruity has the power to evoke laughter", "wit"], ["marbles", "the basic human power of intelligent thought and perception", "marbles"], ["mentality", "mental ability", "mentality"], ["brainpower", "mental ability", "brainpower"], ["learning ability", "mental ability", "learning ability"]]}, {"answer": "womanishness", "hint": "synonyms for womanishness", "clues": [["sissiness", "the trait of being effeminate (derogatory of a man)", "sissiness"], ["unmanliness", "the trait of being effeminate (derogatory of a man)", "unmanliness"], ["effeminacy", "the trait of being effeminate (derogatory of a man)", "effeminacy"], ["softness", "the trait of being effeminate (derogatory of a man)", "softness"], ["effeminateness", "the trait of being effeminate (derogatory of a man)", "effeminateness"]]}, {"answer": "wonder", "hint": "synonyms for wonder", "clues": [["wonderment", "the feeling aroused by something strange and surprising", "wonderment"], ["admiration", "the feeling aroused by something strange and surprising", "admiration"], ["marvel", "something that causes feelings of wonder", "marvel"], ["curiosity", "a state in which you want to learn more about something", "curiosity"]]}, {"answer": "wood", "hint": "synonyms for wood", "clues": [["woodwind", "any wind instrument other than the brass instruments", "woodwind"], ["forest", "the trees and other plants in a large densely wooded area", "forest"], ["woodwind instrument", "any wind instrument other than the brass instruments", "woodwind instrument"], ["woods", "the trees and other plants in a large densely wooded area", "woods"]]}, {"answer": "woods", "hint": "synonyms for woods", "clues": [["wood", "the hard fibrous lignified substance under the bark of trees", "wood"], ["forest", "the trees and other plants in a large densely wooded area", "forest"], ["woodwind instrument", "any wind instrument other than the brass instruments", "woodwind instrument"], ["woodwind", "any wind instrument other than the brass instruments", "woodwind"]]}, {"answer": "word", "hint": "synonyms for word", "clues": [["discussion", "an exchange of views on some topic", "discussion"], ["parole", "a promise", "parole"], ["intelligence", "information about recent and important events", "intelligence"], ["news", "information about recent and important events", "news"], ["give-and-take", "an exchange of views on some topic", "give-and-take"], ["tidings", "information about recent and important events", "tidings"], ["password", "a secret word or phrase known only to a restricted group", "password"], ["countersign", "a secret word or phrase known only to a restricted group", "countersign"], ["watchword", "a secret word or phrase known only to a restricted group", "watchword"], ["word of honor", "a promise", "word of honor"]]}, {"answer": "word-painting", "hint": "synonyms for word-painting", "clues": [["delineation", "a graphic or vivid verbal description", "delineation"], ["word picture", "a graphic or vivid verbal description", "word picture"], ["characterization", "a graphic or vivid verbal description", "characterization"], ["depiction", "a graphic or vivid verbal description", "depiction"], ["picture", "a graphic or vivid verbal description", "picture"]]}, {"answer": "word_picture", "hint": "synonyms for word picture", "clues": [["delineation", "a graphic or vivid verbal description", "delineation"], ["characterization", "a graphic or vivid verbal description", "characterization"], ["depiction", "a graphic or vivid verbal description", "depiction"], ["word-painting", "a graphic or vivid verbal description", "word-painting"], ["picture", "a graphic or vivid verbal description", "picture"]]}, {"answer": "wordiness", "hint": "synonyms for wordiness", "clues": [["prolixity", "boring verbosity", "prolixity"], ["prolixness", "boring verbosity", "prolixness"], ["windiness", "boring verbosity", "windiness"], ["long-windedness", "boring verbosity", "long-windedness"]]}, {"answer": "wording", "hint": "synonyms for wording", "clues": [["diction", "the manner in which something is expressed in words; - G.S.Patton", "diction"], ["phrasing", "the manner in which something is expressed in words; - G.S.Patton", "phrasing"], ["phraseology", "the manner in which something is expressed in words; - G.S.Patton", "phraseology"], ["verbiage", "the manner in which something is expressed in words; - G.S.Patton", "verbiage"], ["choice of words", "the manner in which something is expressed in words; - G.S.Patton", "choice of words"]]}, {"answer": "words", "hint": "synonyms for words", "clues": [["language", "the text of a popular song or musical-comedy number", "language"], ["discussion", "an exchange of views on some topic", "discussion"], ["word", "a word is a string of bits stored in computer memory", "word"], ["lyric", "the text of a popular song or musical-comedy number", "lyric"], ["run-in", "an angry dispute", "run-in"], ["tidings", "information about recent and important events", "tidings"], ["parole", "a secret word or phrase known only to a restricted group", "parole"], ["actor's line", "words making up the dialogue of a play", "actor's line"], ["quarrel", "an angry dispute", "quarrel"], ["word of honor", "a promise", "word of honor"], ["wrangle", "an angry dispute", "wrangle"], ["intelligence", "information about recent and important events", "intelligence"], ["dustup", "an angry dispute", "dustup"], ["news", "information about recent and important events", "news"], ["give-and-take", "an exchange of views on some topic", "give-and-take"], ["password", "a secret word or phrase known only to a restricted group", "password"], ["countersign", "a secret word or phrase known only to a restricted group", "countersign"], ["row", "an angry dispute", "row"], ["watchword", "a secret word or phrase known only to a restricted group", "watchword"], ["speech", "words making up the dialogue of a play", "speech"]]}, {"answer": "work", "hint": "synonyms for work", "clues": [["oeuvre", "the total output of a writer or artist (or a substantial part of it)", "oeuvre"], ["piece of work", "a product produced or accomplished through the effort or activity or agency of a person or thing", "piece of work"], ["employment", "the occupation for which you are paid", "employment"], ["workplace", "a place where work is done", "workplace"], ["study", "applying the mind to learning and understanding a subject (especially by reading)", "study"], ["body of work", "the total output of a writer or artist (or a substantial part of it)", "body of work"]]}, {"answer": "workout", "hint": "synonyms for workout", "clues": [["physical exercise", "the activity of exerting your muscles in various ways to keep fit", "physical exercise"], ["exercising", "the activity of exerting your muscles in various ways to keep fit", "exercising"], ["physical exertion", "the activity of exerting your muscles in various ways to keep fit", "physical exertion"], ["exercise", "the activity of exerting your muscles in various ways to keep fit", "exercise"]]}, {"answer": "works", "hint": "synonyms for works", "clues": [["work", "the total output of a writer or artist (or a substantial part of it)", "work"], ["piece of work", "a product produced or accomplished through the effort or activity or agency of a person or thing", "piece of work"], ["employment", "the occupation for which you are paid", "employment"], ["study", "applying the mind to learning and understanding a subject (especially by reading)", "study"], ["workings", "the internal mechanism of a device", "workings"], ["plant", "buildings for carrying on industrial labor", "plant"], ["oeuvre", "the total output of a writer or artist (or a substantial part of it)", "oeuvre"], ["workplace", "a place where work is done", "workplace"], ["body of work", "the total output of a writer or artist (or a substantial part of it)", "body of work"], ["industrial plant", "buildings for carrying on industrial labor", "industrial plant"], ["deeds", "performance of moral or religious acts", "deeds"]]}, {"answer": "world_power", "hint": "synonyms for world power", "clues": [["great power", "a state powerful enough to influence events throughout the world", "great power"], ["superpower", "a state powerful enough to influence events throughout the world", "superpower"], ["major power", "a state powerful enough to influence events throughout the world", "major power"], ["power", "a state powerful enough to influence events throughout the world", "power"]]}, {"answer": "worry", "hint": "synonyms for worry", "clues": [["headache", "something or someone that causes anxiety; a source of unhappiness", "headache"], ["trouble", "a strong feeling of anxiety", "trouble"], ["concern", "something or someone that causes anxiety; a source of unhappiness", "concern"], ["vexation", "something or someone that causes anxiety; a source of unhappiness", "vexation"]]}, {"answer": "wow", "hint": "synonyms for wow", "clues": [["scream", "a joke that seems extremely funny", "scream"], ["belly laugh", "a joke that seems extremely funny", "belly laugh"], ["howler", "a joke that seems extremely funny", "howler"], ["thigh-slapper", "a joke that seems extremely funny", "thigh-slapper"], ["sidesplitter", "a joke that seems extremely funny", "sidesplitter"], ["riot", "a joke that seems extremely funny", "riot"]]}, {"answer": "wraith", "hint": "synonyms for wraith", "clues": [["shade", "a mental representation of some haunting experience", "shade"], ["specter", "a mental representation of some haunting experience", "specter"], ["ghost", "a mental representation of some haunting experience", "ghost"], ["spook", "a mental representation of some haunting experience", "spook"]]}, {"answer": "wrangle", "hint": "synonyms for wrangle", "clues": [["dustup", "an angry dispute", "dustup"], ["haggling", "an instance of intense argument (as in bargaining)", "haggling"], ["run-in", "an angry dispute", "run-in"], ["row", "an angry dispute", "row"], ["haggle", "an instance of intense argument (as in bargaining)", "haggle"], ["quarrel", "an angry dispute", "quarrel"], ["words", "an angry dispute", "words"], ["wrangling", "an instance of intense argument (as in bargaining)", "wrangling"]]}, {"answer": "wrapper", "hint": "synonyms for wrapper", "clues": [["wrapping", "the covering (usually paper or cellophane) in which something is wrapped", "wrapping"], ["peignoir", "a loose dressing gown for women", "peignoir"], ["negligee", "a loose dressing gown for women", "negligee"], ["wrap", "the covering (usually paper or cellophane) in which something is wrapped", "wrap"], ["housecoat", "a loose dressing gown for women", "housecoat"]]}, {"answer": "wreath", "hint": "synonyms for wreath", "clues": [["lei", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "lei"], ["garland", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "garland"], ["coronal", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "coronal"], ["chaplet", "flower arrangement consisting of a circular band of foliage or flowers for ornamental purposes", "chaplet"]]}, {"answer": "wrecking", "hint": "synonyms for wrecking", "clues": [["laying waste", "destruction achieved by causing something to be wrecked or ruined", "laying waste"], ["ruin", "destruction achieved by causing something to be wrecked or ruined", "ruin"], ["razing", "the event of a structure being completely demolished and leveled", "razing"], ["ruination", "destruction achieved by causing something to be wrecked or ruined", "ruination"]]}, {"answer": "wrestle", "hint": "synonyms for wrestle", "clues": [["grappling", "the act of engaging in close hand-to-hand combat", "grappling"], ["grapple", "the act of engaging in close hand-to-hand combat", "grapple"], ["wrestling", "the act of engaging in close hand-to-hand combat", "wrestling"], ["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat", "hand-to-hand struggle"]]}, {"answer": "wrestling", "hint": "synonyms for wrestling", "clues": [["grappling", "the act of engaging in close hand-to-hand combat", "grappling"], ["rassling", "the sport of hand-to-hand struggle between unarmed contestants who try to throw each other down", "rassling"], ["hand-to-hand struggle", "the act of engaging in close hand-to-hand combat", "hand-to-hand struggle"], ["wrestle", "the act of engaging in close hand-to-hand combat", "wrestle"], ["grapple", "the act of engaging in close hand-to-hand combat", "grapple"]]}, {"answer": "wrinkle", "hint": "synonyms for wrinkle", "clues": [["furrow", "a slight depression in the smoothness of a surface", "furrow"], ["line", "a slight depression in the smoothness of a surface", "line"], ["seam", "a slight depression in the smoothness of a surface", "seam"], ["crease", "a slight depression in the smoothness of a surface", "crease"], ["crinkle", "a slight depression in the smoothness of a surface", "crinkle"]]}, {"answer": "wristband", "hint": "synonyms for wristband", "clues": [["watchstrap", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchstrap"], ["watchband", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watchband"], ["watch bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "watch bracelet"], ["bracelet", "a band of cloth or leather or metal links attached to a wristwatch and wrapped around the wrist", "bracelet"]]}, {"answer": "write_up", "hint": "synonyms for write up", "clues": [["story", "a short account of the news", "story"], ["report", "a short account of the news", "report"], ["account", "a short account of the news", "account"], ["news report", "a short account of the news", "news report"]]}, {"answer": "writing", "hint": "synonyms for writing", "clues": [["penning", "the act of creating written works", "penning"], ["piece of writing", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)", "piece of writing"], ["composition", "the act of creating written works", "composition"], ["written material", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)", "written material"], ["committal to writing", "the activity of putting something in written form", "committal to writing"], ["authorship", "the act of creating written works", "authorship"]]}, {"answer": "writings", "hint": "synonyms for writings", "clues": [["penning", "the act of creating written works", "penning"], ["writing", "the act of creating written works", "writing"], ["composition", "the act of creating written works", "composition"], ["written material", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)", "written material"], ["authorship", "the act of creating written works", "authorship"], ["committal to writing", "the activity of putting something in written form", "committal to writing"], ["piece of writing", "the work of a writer; anything expressed in letters of the alphabet (especially when considered from the point of view of style and effect)", "piece of writing"]]}, {"answer": "wrongdoing", "hint": "synonyms for wrongdoing", "clues": [["wrongful conduct", "activity that transgresses moral or civil law", "wrongful conduct"], ["error", "departure from what is ethically acceptable", "error"], ["actus reus", "activity that transgresses moral or civil law", "actus reus"], ["misconduct", "activity that transgresses moral or civil law", "misconduct"]]}, {"answer": "xtc", "hint": "synonyms for xtc", "clues": [["go", "street names for methylenedioxymethamphetamine", "go"], ["disco biscuit", "street names for methylenedioxymethamphetamine", "disco biscuit"], ["ecstasy", "street names for methylenedioxymethamphetamine", "ecstasy"], ["cristal", "street names for methylenedioxymethamphetamine", "cristal"], ["hug drug", "street names for methylenedioxymethamphetamine", "hug drug"]]}, {"answer": "yack", "hint": "synonyms for yack", "clues": [["yak", "noisy talk", "yak"], ["cackle", "noisy talk", "cackle"], ["chatter", "noisy talk", "chatter"], ["yakety-yak", "noisy talk", "yakety-yak"]]}, {"answer": "yak", "hint": "synonyms for yak", "clues": [["yakety-yak", "noisy talk", "yakety-yak"], ["cackle", "noisy talk", "cackle"], ["chatter", "noisy talk", "chatter"], ["yack", "noisy talk", "yack"]]}, {"answer": "yard", "hint": "synonyms for yard", "clues": [["curtilage", "the enclosed land around a house or other building", "curtilage"], ["cubic yard", "a unit of volume (as for sand or gravel)", "cubic yard"], ["one thousand", "the cardinal number that is the product of 10 and 100", "one thousand"], ["pace", "a unit of length equal to 3 feet; defined as 91.44 centimeters; originally taken to be the average length of a stride", "pace"], ["chiliad", "the cardinal number that is the product of 10 and 100", "chiliad"], ["thou", "the cardinal number that is the product of 10 and 100", "thou"], ["railyard", "an area having a network of railway tracks and sidings for storage and maintenance of cars and engines", "railyard"], ["grounds", "the enclosed land around a house or other building", "grounds"], ["grand", "the cardinal number that is the product of 10 and 100", "grand"], ["railway yard", "an area having a network of railway tracks and sidings for storage and maintenance of cars and engines", "railway yard"], ["thousand", "the cardinal number that is the product of 10 and 100", "thousand"], ["1000", "the cardinal number that is the product of 10 and 100", "1000"]]}, {"answer": "yb", "hint": "synonyms for yb", "clues": [["yottabit", "a unit of information equal to 1000 zettabits or 10^24 bits", "yottabit"], ["yottabyte", "a unit of information equal to 1000 zettabytes or 10^24 bytes", "yottabyte"], ["yobibyte", "a unit of information equal to 1024 zebibytes or 2^80 bytes", "yobibyte"], ["atomic number 70", "a soft silvery metallic element; a rare earth of the lanthanide series; it occurs in gadolinite and monazite and xenotime", "atomic number 70"], ["ytterbium", "a soft silvery metallic element; a rare earth of the lanthanide series; it occurs in gadolinite and monazite and xenotime", "ytterbium"]]}, {"answer": "years", "hint": "synonyms for years", "clues": [["age", "a prolonged period of time", "age"], ["yr", "a period of time containing 365 (or 366) days", "yr"], ["twelvemonth", "a period of time containing 365 (or 366) days", "twelvemonth"], ["old age", "a late time of life", "old age"], ["class", "a body of students who graduate together", "class"], ["year", "a period of time containing 365 (or 366) days", "year"], ["eld", "a late time of life", "eld"], ["long time", "a prolonged period of time", "long time"], ["geezerhood", "a late time of life", "geezerhood"], ["days", "the time during which someone's life continues", "days"]]}, {"answer": "yell", "hint": "synonyms for yell", "clues": [["cry", "a loud utterance; often in protest or opposition", "cry"], ["shout", "a loud utterance; often in protest or opposition", "shout"], ["call", "a loud utterance; often in protest or opposition", "call"], ["vociferation", "a loud utterance; often in protest or opposition", "vociferation"], ["outcry", "a loud utterance; often in protest or opposition", "outcry"]]}, {"answer": "yellowish_brown", "hint": "synonyms for yellowish brown", "clues": [["raw sienna", "a medium to dark tan color", "raw sienna"], ["buff", "a medium to dark tan color", "buff"], ["caramel", "a medium to dark tan color", "caramel"], ["caramel brown", "a medium to dark tan color", "caramel brown"]]}, {"answer": "yield", "hint": "synonyms for yield", "clues": [["production", "the quantity of something (as a commodity) that is created (usually within a given period of time)", "production"], ["output", "production of a certain amount", "output"], ["payoff", "the income or profit arising from such transactions as the sale of land or other property", "payoff"], ["fruit", "an amount of a product", "fruit"], ["take", "the income or profit arising from such transactions as the sale of land or other property", "take"], ["proceeds", "the income or profit arising from such transactions as the sale of land or other property", "proceeds"], ["return", "the income or profit arising from such transactions as the sale of land or other property", "return"], ["issue", "the income or profit arising from such transactions as the sale of land or other property", "issue"], ["takings", "the income or profit arising from such transactions as the sale of land or other property", "takings"]]}, {"answer": "yoke", "hint": "synonyms for yoke", "clues": [["twosome", "two items of the same kind", "twosome"], ["span", "two items of the same kind", "span"], ["brace", "two items of the same kind", "brace"], ["pair", "two items of the same kind", "pair"], ["distich", "two items of the same kind", "distich"], ["dyad", "two items of the same kind", "dyad"], ["duet", "two items of the same kind", "duet"], ["duo", "two items of the same kind", "duo"], ["coupling", "a connection (like a clamp or vise) between two things so they move together", "coupling"], ["couplet", "two items of the same kind", "couplet"], ["twain", "two items of the same kind", "twain"], ["duad", "two items of the same kind", "duad"]]}, {"answer": "you-drive", "hint": "synonyms for you-drive", "clues": [["rent-a-car", "a rented car", "rent-a-car"], ["hire car", "a rented car", "hire car"], ["u-drive", "a rented car", "u-drive"], ["self-drive", "a rented car", "self-drive"], ["car rental", "a rented car", "car rental"]]}, {"answer": "youth", "hint": "synonyms for youth", "clues": [["juvenility", "the freshness and vitality characteristic of a young person", "juvenility"], ["youthfulness", "the freshness and vitality characteristic of a young person", "youthfulness"], ["early days", "an early period of development", "early days"], ["young", "young people collectively", "young"]]}, {"answer": "yowl", "hint": "synonyms for yowl", "clues": [["roar", "a very loud utterance (like the sound of an animal)", "roar"], ["hollering", "a very loud utterance (like the sound of an animal)", "hollering"], ["holloa", "a very loud utterance (like the sound of an animal)", "holloa"], ["bellow", "a very loud utterance (like the sound of an animal)", "bellow"]]}, {"answer": "z", "hint": "synonyms for z", "clues": [["zee", "the 26th letter of the Roman alphabet", "zee"], ["ezed", "the 26th letter of the Roman alphabet", "ezed"], ["izzard", "the 26th letter of the Roman alphabet", "izzard"], ["omega", "the ending of a series or sequence; --Revelation", "omega"]]}, {"answer": "zeal", "hint": "synonyms for zeal", "clues": [["readiness", "prompt willingness", "readiness"], ["eagerness", "prompt willingness", "eagerness"], ["ardor", "a feeling of strong eagerness (usually in favor of a person or cause)", "ardor"], ["forwardness", "prompt willingness", "forwardness"], ["elan", "a feeling of strong eagerness (usually in favor of a person or cause)", "elan"]]}, {"answer": "zed", "hint": "synonyms for zed", "clues": [["z", "the 26th letter of the Roman alphabet", "z"], ["zee", "the 26th letter of the Roman alphabet", "zee"], ["ezed", "the 26th letter of the Roman alphabet", "ezed"], ["izzard", "the 26th letter of the Roman alphabet", "izzard"]]}, {"answer": "zen", "hint": "synonyms for zen", "clues": [["back breaker", "street name for lysergic acid diethylamide", "back breaker"], ["loony toons", "street name for lysergic acid diethylamide", "loony toons"], ["pane", "street name for lysergic acid diethylamide", "pane"], ["battery-acid", "street name for lysergic acid diethylamide", "battery-acid"], ["dose", "street name for lysergic acid diethylamide", "dose"], ["dot", "street name for lysergic acid diethylamide", "dot"], ["window pane", "street name for lysergic acid diethylamide", "window pane"], ["acid", "street name for lysergic acid diethylamide", "acid"], ["superman", "street name for lysergic acid diethylamide", "superman"]]}, {"answer": "zep", "hint": "synonyms for zep", "clues": [["bomber", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "bomber"], ["torpedo", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "torpedo"], ["submarine sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine sandwich"], ["hoagie", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagie"], ["poor boy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "poor boy"], ["hero sandwich", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero sandwich"], ["hero", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hero"], ["hoagy", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "hoagy"], ["submarine", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "submarine"], ["grinder", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "grinder"], ["wedge", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "wedge"], ["sub", "a large sandwich made of a long crusty roll split lengthwise and filled with meats and cheese (and tomato and onion and lettuce and condiments); different names are used in different sections of the United States", "sub"]]}, {"answer": "zest", "hint": "synonyms for zest", "clues": [["piquantness", "a tart spicy quality", "piquantness"], ["gusto", "vigorous and enthusiastic enjoyment", "gusto"], ["zestfulness", "vigorous and enthusiastic enjoyment", "zestfulness"], ["nip", "a tart spicy quality", "nip"], ["relish", "vigorous and enthusiastic enjoyment", "relish"], ["piquancy", "a tart spicy quality", "piquancy"], ["tanginess", "a tart spicy quality", "tanginess"], ["tang", "a tart spicy quality", "tang"]]}, {"answer": "zilch", "hint": "synonyms for zilch", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["zippo", "a quantity of no importance", "zippo"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "zip", "hint": "synonyms for zip", "clues": [["nix", "a quantity of no importance", "nix"], ["zipper", "a fastener for locking together two toothed edges by means of a sliding tab", "zipper"], ["null", "a quantity of no importance", "null"], ["zippo", "a quantity of no importance", "zippo"], ["nothing", "a quantity of no importance", "nothing"], ["slide fastener", "a fastener for locking together two toothed edges by means of a sliding tab", "slide fastener"], ["cipher", "a quantity of no importance", "cipher"], ["aught", "a quantity of no importance", "aught"], ["postcode", "a code of letters and digits added to a postal address to aid in the sorting of mail", "postcode"], ["zip fastener", "a fastener for locking together two toothed edges by means of a sliding tab", "zip fastener"], ["vigour", "forceful exertion", "vigour"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["energy", "forceful exertion", "energy"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["nil", "a quantity of no importance", "nil"], ["goose egg", "a quantity of no importance", "goose egg"], ["postal code", "a code of letters and digits added to a postal address to aid in the sorting of mail", "postal code"]]}, {"answer": "zippo", "hint": "synonyms for zippo", "clues": [["zip", "a quantity of no importance", "zip"], ["naught", "a quantity of no importance", "naught"], ["nix", "a quantity of no importance", "nix"], ["zilch", "a quantity of no importance", "zilch"], ["cypher", "a quantity of no importance", "cypher"], ["nil", "a quantity of no importance", "nil"], ["null", "a quantity of no importance", "null"], ["nothing", "a quantity of no importance", "nothing"], ["zero", "a quantity of no importance", "zero"], ["nada", "a quantity of no importance", "nada"], ["cipher", "a quantity of no importance", "cipher"], ["goose egg", "a quantity of no importance", "goose egg"]]}, {"answer": "assess", "hint": "synonyms for assess", "clues": [["piece of ass", "slang for sexual intercourse", "piece of ass"], ["roll in the hay", "slang for sexual intercourse", "roll in the hay"], ["piece of tail", "slang for sexual intercourse", "piece of tail"], ["shtup", "slang for sexual intercourse", "shtup"], ["screw", "slang for sexual intercourse", "screw"], ["nookie", "slang for sexual intercourse", "nookie"], ["ass", "slang for sexual intercourse", "ass"], ["fucking", "slang for sexual intercourse", "fucking"], ["shag", "slang for sexual intercourse", "shag"], ["nooky", "slang for sexual intercourse", "nooky"]]}], "portion": 0.2}, {"name": "adjectives", "groups": [{"answer": "1000", "hint": "synonyms for 1000", "clues": [["one thousand", "denoting a quantity consisting of 1,000 items or units", "one thousand"], ["m", "denoting a quantity consisting of 1,000 items or units", "m"], ["k", "denoting a quantity consisting of 1,000 items or units", "k"], ["thousand", "denoting a quantity consisting of 1,000 items or units", "thousand"]]}, {"answer": "a-one", "hint": "synonyms for a-one", "clues": [["super", "of the highest quality", "super"], ["first-rate", "of the highest quality", "first-rate"], ["top-notch", "of the highest quality", "top-notch"], ["tops", "of the highest quality", "tops"], ["ace", "of the highest quality", "ace"], ["crack", "of the highest quality", "crack"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "a_la_mode", "hint": "synonyms for a la mode", "clues": [["in style", "in the current fashion or style", "in style"], ["latest", "in the current fashion or style", "latest"], ["modish", "in the current fashion or style", "modish"], ["in vogue", "in the current fashion or style", "in vogue"]]}, {"answer": "abhorrent", "hint": "synonyms for abhorrent", "clues": [["repulsive", "offensive to the mind", "repulsive"], ["detestable", "offensive to the mind", "detestable"], ["obscene", "offensive to the mind", "obscene"], ["repugnant", "offensive to the mind", "repugnant"]]}, {"answer": "abject", "hint": "synonyms for abject", "clues": [["low-down", "of the most contemptible kind", "low-down"], ["low", "of the most contemptible kind", "low"], ["unhopeful", "showing utter resignation or hopelessness", "unhopeful"], ["scummy", "of the most contemptible kind", "scummy"], ["miserable", "of the most contemptible kind", "miserable"], ["scurvy", "of the most contemptible kind", "scurvy"]]}, {"answer": "ablaze", "hint": "synonyms for ablaze", "clues": [["aroused", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker", "aroused"], ["aflare", "lighted up by or as by fire or flame", "aflare"], ["on fire", "lighted up by or as by fire or flame", "on fire"], ["afire", "lighted up by or as by fire or flame", "afire"], ["aflame", "lighted up by or as by fire or flame", "aflame"], ["reddened", "lighted with red light as if with flames", "reddened"], ["inflamed", "lighted with red light as if with flames", "inflamed"], ["alight", "lighted up by or as by fire or flame", "alight"]]}, {"answer": "abominable", "hint": "synonyms for abominable", "clues": [["execrable", "unequivocally detestable; ; ; ; - Edmund Burke", "execrable"], ["unspeakable", "exceptionally bad or displeasing", "unspeakable"], ["awful", "exceptionally bad or displeasing", "awful"], ["odious", "unequivocally detestable; ; ; ; - Edmund Burke", "odious"], ["terrible", "exceptionally bad or displeasing", "terrible"], ["painful", "exceptionally bad or displeasing", "painful"], ["atrocious", "exceptionally bad or displeasing", "atrocious"], ["detestable", "unequivocally detestable; ; ; ; - Edmund Burke", "detestable"], ["dreadful", "exceptionally bad or displeasing", "dreadful"]]}, {"answer": "aboriginal", "hint": "synonyms for aboriginal", "clues": [["primaeval", "having existed from the beginning; in an earliest or original stage or state", "primaeval"], ["primordial", "having existed from the beginning; in an earliest or original stage or state", "primordial"], ["native", "characteristic of or relating to people inhabiting a region from the beginning", "native"], ["primal", "having existed from the beginning; in an earliest or original stage or state", "primal"]]}, {"answer": "absent", "hint": "synonyms for absent", "clues": [["abstracted", "lost in thought; showing preoccupation", "abstracted"], ["lacking", "nonexistent", "lacking"], ["missing", "nonexistent", "missing"], ["absentminded", "lost in thought; showing preoccupation", "absentminded"], ["scatty", "lost in thought; showing preoccupation", "scatty"], ["wanting", "nonexistent", "wanting"]]}, {"answer": "absolute", "hint": "synonyms for absolute", "clues": [["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers", "sheer"], ["infrangible", "not capable of being violated or infringed", "infrangible"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers", "out-and-out"], ["inviolable", "not capable of being violated or infringed", "inviolable"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers", "rank"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers", "downright"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers", "right-down"]]}, {"answer": "absolved", "hint": "synonyms for absolved", "clues": [["clear", "freed from any question of guilt", "clear"], ["cleared", "freed from any question of guilt", "cleared"], ["exculpated", "freed from any question of guilt", "exculpated"], ["vindicated", "freed from any question of guilt", "vindicated"], ["exonerated", "freed from any question of guilt", "exonerated"]]}, {"answer": "absorbed", "hint": "synonyms for absorbed", "clues": [["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "engrossed"], ["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare", "captive"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare", "intent"], ["enwrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare", "enwrapped"]]}, {"answer": "absorbing", "hint": "synonyms for absorbing", "clues": [["fascinating", "capable of arousing and holding the attention", "fascinating"], ["gripping", "capable of arousing and holding the attention", "gripping"], ["engrossing", "capable of arousing and holding the attention", "engrossing"], ["riveting", "capable of arousing and holding the attention", "riveting"]]}, {"answer": "absurd", "hint": "synonyms for absurd", "clues": [["preposterous", "incongruous;inviting ridicule", "preposterous"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["idiotic", "incongruous;inviting ridicule", "idiotic"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"]]}, {"answer": "accessory", "hint": "synonyms for accessory", "clues": [["adjunct", "furnishing added support", "adjunct"], ["appurtenant", "furnishing added support", "appurtenant"], ["ancillary", "furnishing added support", "ancillary"], ["adjuvant", "furnishing added support", "adjuvant"], ["auxiliary", "furnishing added support", "auxiliary"], ["accessary", "aiding and abetting in a crime", "accessary"]]}, {"answer": "accompanying", "hint": "synonyms for accompanying", "clues": [["consequent", "following or accompanying as a consequence", "consequent"], ["attendant", "following or accompanying as a consequence", "attendant"], ["concomitant", "following or accompanying as a consequence", "concomitant"], ["resultant", "following or accompanying as a consequence", "resultant"], ["ensuant", "following or accompanying as a consequence", "ensuant"], ["incidental", "following or accompanying as a consequence", "incidental"], ["sequent", "following or accompanying as a consequence", "sequent"]]}, {"answer": "accomplishable", "hint": "synonyms for accomplishable", "clues": [["realizable", "capable of existing or taking place or proving true; possible to do", "realizable"], ["doable", "capable of existing or taking place or proving true; possible to do", "doable"], ["achievable", "capable of existing or taking place or proving true; possible to do", "achievable"], ["manageable", "capable of existing or taking place or proving true; possible to do", "manageable"]]}, {"answer": "accomplished", "hint": "synonyms for accomplished", "clues": [["completed", "successfully completed or brought to an end", "completed"], ["realised", "successfully completed or brought to an end", "realised"], ["effected", "settled securely and unconditionally", "effected"], ["established", "settled securely and unconditionally", "established"]]}, {"answer": "accordant", "hint": "synonyms for accordant", "clues": [["agreeable", "in keeping", "agreeable"], ["concordant", "in keeping", "concordant"], ["conformable", "in keeping", "conformable"], ["consonant", "in keeping", "consonant"]]}, {"answer": "accusative", "hint": "synonyms for accusative", "clues": [["objective", "serving as or indicating the object of a verb or of certain prepositions and used for certain other purposes", "objective"], ["accusing", "containing or expressing accusation; ; ; - O.Henry", "accusing"], ["accusatory", "containing or expressing accusation; ; ; - O.Henry", "accusatory"], ["accusive", "containing or expressing accusation; ; ; - O.Henry", "accusive"]]}, {"answer": "ace", "hint": "synonyms for ace", "clues": [["topnotch", "of the highest quality", "topnotch"], ["super", "of the highest quality", "super"], ["first-rate", "of the highest quality", "first-rate"], ["crack", "of the highest quality", "crack"], ["tops", "of the highest quality", "tops"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "acerb", "hint": "synonyms for acerb", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["virulent", "harsh or corrosive in tone", "virulent"], ["blistering", "harsh or corrosive in tone", "blistering"], ["astringent", "sour or bitter in taste", "astringent"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["acerbic", "sour or bitter in taste", "acerbic"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"]]}, {"answer": "acerbic", "hint": "synonyms for acerbic", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["acerb", "sour or bitter in taste", "acerb"], ["virulent", "harsh or corrosive in tone", "virulent"], ["blistering", "harsh or corrosive in tone", "blistering"], ["astringent", "sour or bitter in taste", "astringent"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"]]}, {"answer": "achievable", "hint": "synonyms for achievable", "clues": [["accomplishable", "capable of existing or taking place or proving true; possible to do", "accomplishable"], ["doable", "capable of existing or taking place or proving true; possible to do", "doable"], ["realizable", "capable of existing or taking place or proving true; possible to do", "realizable"], ["manageable", "capable of existing or taking place or proving true; possible to do", "manageable"]]}, {"answer": "acid", "hint": "synonyms for acid", "clues": [["acerbic", "harsh or corrosive in tone", "acerbic"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["blistering", "harsh or corrosive in tone", "blistering"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["acidic", "being sour to the taste", "acidic"], ["acidulent", "being sour to the taste", "acidulent"], ["acidulous", "being sour to the taste", "acidulous"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"], ["acrid", "harsh or corrosive in tone", "acrid"]]}, {"answer": "acrid", "hint": "synonyms for acrid", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["pungent", "strong and sharp", "pungent"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["blistering", "harsh or corrosive in tone", "blistering"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"], ["acerbic", "harsh or corrosive in tone", "acerbic"]]}, {"answer": "across-the-board", "hint": "synonyms for across-the-board", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"]]}, {"answer": "active", "hint": "synonyms for active", "clues": [["combat-ready", "engaged in or ready for military or naval operations", "combat-ready"], ["fighting", "engaged in or ready for military or naval operations", "fighting"], ["participating", "taking part in an activity", "participating"], ["alive", "in operation", "alive"], ["dynamic", "(used of verbs (e.g. `to run') and participial adjectives (e.g. `running' in `running water')) expressing action rather than a state of being", "dynamic"]]}, {"answer": "actual", "hint": "synonyms for actual", "clues": [["literal", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "literal"], ["existent", "presently existing in fact and not merely potential or possible", "existent"], ["real", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "real"], ["genuine", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "genuine"], ["factual", "existing in act or fact", "factual"]]}, {"answer": "acute", "hint": "synonyms for acute", "clues": [["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["intense", "extremely sharp or intense", "intense"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"], ["needlelike", "ending in a sharp point", "needlelike"], ["acuate", "ending in a sharp point", "acuate"]]}, {"answer": "ad-lib", "hint": "synonyms for ad-lib", "clues": [["unwritten", "said or done without having been planned or written in advance", "unwritten"], ["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["extemporary", "with little or no preparation or forethought", "extemporary"], ["extempore", "with little or no preparation or forethought", "extempore"], ["offhand", "with little or no preparation or forethought", "offhand"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"], ["spontaneous", "said or done without having been planned or written in advance", "spontaneous"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "addled", "hint": "synonyms for addled", "clues": [["wooly", "confused and vague; used especially of thinking", "wooly"], ["muzzy", "confused and vague; used especially of thinking", "muzzy"], ["wooly-minded", "confused and vague; used especially of thinking", "wooly-minded"], ["befuddled", "confused and vague; used especially of thinking", "befuddled"], ["woolly-headed", "confused and vague; used especially of thinking", "woolly-headed"], ["muddled", "confused and vague; used especially of thinking", "muddled"]]}, {"answer": "adept", "hint": "synonyms for adept", "clues": [["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["expert", "having or showing knowledge and skill and aptitude", "expert"], ["skilful", "having or showing knowledge and skill and aptitude", "skilful"], ["good", "having or showing knowledge and skill and aptitude", "good"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"]]}, {"answer": "adequate", "hint": "synonyms for adequate", "clues": [["equal", "having the requisite qualities or resources to meet a task", "equal"], ["enough", "sufficient for the purpose", "enough"], ["passable", "about average; acceptable", "passable"], ["decent", "sufficient for the purpose", "decent"], ["tolerable", "about average; acceptable", "tolerable"], ["fair to middling", "about average; acceptable", "fair to middling"]]}, {"answer": "adjacent", "hint": "synonyms for adjacent", "clues": [["next", "nearest in space or position; immediately adjoining without intervening space", "next"], ["side by side", "nearest in space or position; immediately adjoining without intervening space", "side by side"], ["neighboring", "having a common boundary or edge; abutting; touching", "neighboring"], ["conterminous", "having a common boundary or edge; abutting; touching", "conterminous"], ["contiguous", "having a common boundary or edge; abutting; touching", "contiguous"]]}, {"answer": "adjunct", "hint": "synonyms for adjunct", "clues": [["appurtenant", "furnishing added support", "appurtenant"], ["ancillary", "furnishing added support", "ancillary"], ["adjuvant", "furnishing added support", "adjuvant"], ["auxiliary", "furnishing added support", "auxiliary"], ["assistant", "of or relating to a person who is subordinate to another", "assistant"], ["accessory", "furnishing added support", "accessory"]]}, {"answer": "adjuvant", "hint": "synonyms for adjuvant", "clues": [["adjunct", "furnishing added support", "adjunct"], ["appurtenant", "furnishing added support", "appurtenant"], ["ancillary", "furnishing added support", "ancillary"], ["auxiliary", "furnishing added support", "auxiliary"], ["accessory", "furnishing added support", "accessory"]]}, {"answer": "admonitory", "hint": "synonyms for admonitory", "clues": [["reproachful", "expressing reproof or reproach especially as a corrective", "reproachful"], ["cautionary", "serving to warn", "cautionary"], ["admonishing", "expressing reproof or reproach especially as a corrective", "admonishing"], ["monitory", "serving to warn", "monitory"], ["exemplary", "serving to warn", "exemplary"], ["warning", "serving to warn", "warning"], ["reproving", "expressing reproof or reproach especially as a corrective", "reproving"]]}, {"answer": "adolescent", "hint": "synonyms for adolescent", "clues": [["jejune", "displaying or suggesting a lack of maturity", "jejune"], ["teenage", "being of the age 13 through 19", "teenage"], ["puerile", "displaying or suggesting a lack of maturity", "puerile"], ["teen", "being of the age 13 through 19", "teen"], ["juvenile", "displaying or suggesting a lack of maturity", "juvenile"]]}, {"answer": "adrift", "hint": "synonyms for adrift", "clues": [["afloat", "aimlessly drifting", "afloat"], ["aimless", "aimlessly drifting", "aimless"], ["directionless", "aimlessly drifting", "directionless"], ["rudderless", "aimlessly drifting", "rudderless"], ["planless", "aimlessly drifting", "planless"], ["undirected", "aimlessly drifting", "undirected"]]}, {"answer": "adult", "hint": "synonyms for adult", "clues": [["grownup", "(of animals) fully developed", "grownup"], ["pornographic", "designed to arouse lust", "pornographic"], ["full-grown", "(of animals) fully developed", "full-grown"], ["grown", "(of animals) fully developed", "grown"], ["big", "(of animals) fully developed", "big"]]}, {"answer": "adulterous", "hint": "synonyms for adulterous", "clues": [["extramarital", "characterized by adultery", "extramarital"], ["extracurricular", "characterized by adultery", "extracurricular"], ["two-timing", "not faithful to a spouse or lover", "two-timing"], ["cheating", "not faithful to a spouse or lover", "cheating"]]}, {"answer": "adust", "hint": "synonyms for adust", "clues": [["sunbaked", "dried out by heat or excessive exposure to sunlight", "sunbaked"], ["parched", "dried out by heat or excessive exposure to sunlight", "parched"], ["scorched", "dried out by heat or excessive exposure to sunlight", "scorched"], ["baked", "dried out by heat or excessive exposure to sunlight", "baked"]]}, {"answer": "advanced", "hint": "synonyms for advanced", "clues": [["in advance", "situated ahead or going before", "in advance"], ["sophisticated", "ahead in development; complex or intricate", "sophisticated"], ["advance", "situated ahead or going before", "advance"], ["innovative", "ahead of the times", "innovative"], ["modern", "ahead of the times", "modern"], ["ripe", "far along in time", "ripe"], ["forward-looking", "ahead of the times", "forward-looking"]]}, {"answer": "adynamic", "hint": "synonyms for adynamic", "clues": [["asthenic", "lacking strength or vigor", "asthenic"], ["undynamic", "characterized by an absence of force or forcefulness", "undynamic"], ["debilitated", "lacking strength or vigor", "debilitated"], ["enervated", "lacking strength or vigor", "enervated"]]}, {"answer": "aeonian", "hint": "synonyms for aeonian", "clues": [["eonian", "of or relating to a geological eon (longer than an era)", "eonian"], ["unending", "continuing forever or indefinitely", "unending"], ["unceasing", "continuing forever or indefinitely", "unceasing"], ["perpetual", "continuing forever or indefinitely", "perpetual"], ["everlasting", "continuing forever or indefinitely", "everlasting"], ["ageless", "continuing forever or indefinitely", "ageless"], ["eternal", "continuing forever or indefinitely", "eternal"]]}, {"answer": "aerial", "hint": "synonyms for aerial", "clues": [["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aeriform"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "ethereal"], ["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "airy"], ["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aery"]]}, {"answer": "aeriform", "hint": "synonyms for aeriform", "clues": [["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aerial"], ["airlike", "resembling air or having the form of air", "airlike"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "ethereal"], ["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "airy"], ["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aery"]]}, {"answer": "aery", "hint": "synonyms for aery", "clues": [["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aeriform"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "ethereal"], ["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aerial"], ["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "airy"]]}, {"answer": "affected", "hint": "synonyms for affected", "clues": [["moved", "being excited or provoked to the expression of an emotion", "moved"], ["stirred", "being excited or provoked to the expression of an emotion", "stirred"], ["touched", "being excited or provoked to the expression of an emotion", "touched"], ["unnatural", "speaking or behaving in an artificial way to make an impression", "unnatural"]]}, {"answer": "affectionate", "hint": "synonyms for affectionate", "clues": [["fond", "having or displaying warmth or affection", "fond"], ["lovesome", "having or displaying warmth or affection", "lovesome"], ["tender", "having or displaying warmth or affection", "tender"], ["warm", "having or displaying warmth or affection", "warm"]]}, {"answer": "affirmative", "hint": "synonyms for affirmative", "clues": [["plausive", "expressing or manifesting praise or approval", "plausive"], ["approbatory", "expressing or manifesting praise or approval", "approbatory"], ["approbative", "expressing or manifesting praise or approval", "approbative"], ["optimistic", "expecting the best", "optimistic"], ["approving", "expressing or manifesting praise or approval", "approving"], ["affirmatory", "affirming or giving assent", "affirmatory"]]}, {"answer": "affluent", "hint": "synonyms for affluent", "clues": [["moneyed", "having an abundant supply of money or possessions of value", "moneyed"], ["wealthy", "having an abundant supply of money or possessions of value", "wealthy"], ["loaded", "having an abundant supply of money or possessions of value", "loaded"], ["flush", "having an abundant supply of money or possessions of value", "flush"]]}, {"answer": "afire", "hint": "synonyms for afire", "clues": [["aflare", "lighted up by or as by fire or flame", "aflare"], ["on fire", "lighted up by or as by fire or flame", "on fire"], ["aflame", "lighted up by or as by fire or flame", "aflame"], ["alight", "lighted up by or as by fire or flame", "alight"], ["ablaze", "lighted up by or as by fire or flame", "ablaze"]]}, {"answer": "aflame", "hint": "synonyms for aflame", "clues": [["aroused", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker", "aroused"], ["ablaze", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker", "ablaze"], ["on fire", "lighted up by or as by fire or flame", "on fire"], ["afire", "lighted up by or as by fire or flame", "afire"], ["alight", "lighted up by or as by fire or flame", "alight"], ["aflare", "lighted up by or as by fire or flame", "aflare"]]}, {"answer": "aflare", "hint": "synonyms for aflare", "clues": [["alight", "lighted up by or as by fire or flame", "alight"], ["aflame", "lighted up by or as by fire or flame", "aflame"], ["on fire", "lighted up by or as by fire or flame", "on fire"], ["afire", "lighted up by or as by fire or flame", "afire"], ["flaring", "streaming or flapping or spreading wide as if in a current of air", "flaring"], ["ablaze", "lighted up by or as by fire or flame", "ablaze"]]}, {"answer": "afloat", "hint": "synonyms for afloat", "clues": [["aimless", "aimlessly drifting", "aimless"], ["directionless", "aimlessly drifting", "directionless"], ["flooded", "covered with water", "flooded"], ["adrift", "aimlessly drifting", "adrift"], ["planless", "aimlessly drifting", "planless"], ["rudderless", "aimlessly drifting", "rudderless"], ["inundated", "covered with water", "inundated"], ["overflowing", "covered with water", "overflowing"], ["awash", "covered with water", "awash"], ["undirected", "aimlessly drifting", "undirected"]]}, {"answer": "agamic", "hint": "synonyms for agamic", "clues": [["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamogenetic"], ["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamous"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "apomictic"], ["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "parthenogenetic"]]}, {"answer": "agamogenetic", "hint": "synonyms for agamogenetic", "clues": [["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamous"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "apomictic"], ["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamic"], ["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "parthenogenetic"]]}, {"answer": "agamous", "hint": "synonyms for agamous", "clues": [["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamogenetic"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "apomictic"], ["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamic"], ["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "parthenogenetic"]]}, {"answer": "aged", "hint": "synonyms for aged", "clues": [["older", "advanced in years; (`aged' is pronounced as two syllables)", "older"], ["ripened", "of wines, fruit, cheeses; having reached a desired or final condition; (`aged' pronounced as one syllable)", "ripened"], ["cured", "(used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)", "cured"], ["of age", "having attained a specific age; (`aged' is pronounced as one syllable)", "of age"], ["elderly", "advanced in years; (`aged' is pronounced as two syllables)", "elderly"], ["senior", "advanced in years; (`aged' is pronounced as two syllables)", "senior"]]}, {"answer": "ageless", "hint": "synonyms for ageless", "clues": [["unending", "continuing forever or indefinitely", "unending"], ["unceasing", "continuing forever or indefinitely", "unceasing"], ["perpetual", "continuing forever or indefinitely", "perpetual"], ["everlasting", "continuing forever or indefinitely", "everlasting"], ["aeonian", "continuing forever or indefinitely", "aeonian"], ["eternal", "continuing forever or indefinitely", "eternal"]]}, {"answer": "aglitter", "hint": "synonyms for aglitter", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "agonising", "hint": "synonyms for agonising", "clues": [["excruciating", "extremely painful", "excruciating"], ["harrowing", "extremely painful", "harrowing"], ["agonizing", "extremely painful", "agonizing"], ["torturesome", "extremely painful", "torturesome"], ["torturing", "extremely painful", "torturing"], ["torturous", "extremely painful", "torturous"]]}, {"answer": "agonizing", "hint": "synonyms for agonizing", "clues": [["excruciating", "extremely painful", "excruciating"], ["harrowing", "extremely painful", "harrowing"], ["torturesome", "extremely painful", "torturesome"], ["agonising", "extremely painful", "agonising"], ["torturing", "extremely painful", "torturing"], ["torturous", "extremely painful", "torturous"]]}, {"answer": "agreeable", "hint": "synonyms for agreeable", "clues": [["conformable", "in keeping", "conformable"], ["concordant", "in keeping", "concordant"], ["accordant", "in keeping", "accordant"], ["consonant", "in keeping", "consonant"]]}, {"answer": "ailing", "hint": "synonyms for ailing", "clues": [["sickly", "somewhat ill or prone to illness", "sickly"], ["under the weather", "somewhat ill or prone to illness", "under the weather"], ["indisposed", "somewhat ill or prone to illness", "indisposed"], ["peaked", "somewhat ill or prone to illness", "peaked"], ["poorly", "somewhat ill or prone to illness", "poorly"], ["unwell", "somewhat ill or prone to illness", "unwell"], ["seedy", "somewhat ill or prone to illness", "seedy"]]}, {"answer": "aimless", "hint": "synonyms for aimless", "clues": [["afloat", "aimlessly drifting", "afloat"], ["rudderless", "aimlessly drifting", "rudderless"], ["floating", "continually changing especially as from one abode or occupation to another", "floating"], ["adrift", "aimlessly drifting", "adrift"], ["planless", "aimlessly drifting", "planless"], ["vagabond", "continually changing especially as from one abode or occupation to another", "vagabond"], ["vagrant", "continually changing especially as from one abode or occupation to another", "vagrant"], ["drifting", "continually changing especially as from one abode or occupation to another", "drifting"], ["directionless", "aimlessly drifting", "directionless"], ["undirected", "aimlessly drifting", "undirected"]]}, {"answer": "airheaded", "hint": "synonyms for airheaded", "clues": [["dizzy", "lacking seriousness; given to frivolity", "dizzy"], ["light-headed", "lacking seriousness; given to frivolity", "light-headed"], ["silly", "lacking seriousness; given to frivolity", "silly"], ["empty-headed", "lacking seriousness; given to frivolity", "empty-headed"], ["giddy", "lacking seriousness; given to frivolity", "giddy"], ["featherbrained", "lacking seriousness; given to frivolity", "featherbrained"]]}, {"answer": "airy", "hint": "synonyms for airy", "clues": [["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aerial"], ["aired", "open to or abounding in fresh air", "aired"], ["visionary", "not practical or realizable; speculative", "visionary"], ["windy", "not practical or realizable; speculative", "windy"], ["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aery"], ["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aeriform"], ["ethereal", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "ethereal"], ["impractical", "not practical or realizable; speculative", "impractical"]]}, {"answer": "akin", "hint": "synonyms for akin", "clues": [["cognate", "related by blood", "cognate"], ["blood-related", "related by blood", "blood-related"], ["consanguineous", "related by blood", "consanguineous"], ["kin", "related by blood", "kin"], ["kindred", "similar in quality or character", "kindred"], ["consanguineal", "related by blood", "consanguineal"]]}, {"answer": "alar", "hint": "synonyms for alar", "clues": [["aliform", "having or resembling wings", "aliform"], ["wing-shaped", "having or resembling wings", "wing-shaped"], ["alary", "having or resembling wings", "alary"], ["axillary", "of or relating to the axil", "axillary"]]}, {"answer": "alert", "hint": "synonyms for alert", "clues": [["awake", "mentally perceptive and responsive", "awake"], ["merry", "quick and energetic", "merry"], ["brisk", "quick and energetic", "brisk"], ["snappy", "quick and energetic", "snappy"], ["lively", "quick and energetic", "lively"], ["spanking", "quick and energetic", "spanking"], ["zippy", "quick and energetic", "zippy"], ["rattling", "quick and energetic", "rattling"], ["alive", "mentally perceptive and responsive", "alive"], ["watchful", "engaged in or accustomed to close observation", "watchful"]]}, {"answer": "alight", "hint": "synonyms for alight", "clues": [["aflame", "lighted up by or as by fire or flame", "aflame"], ["aflare", "lighted up by or as by fire or flame", "aflare"], ["on fire", "lighted up by or as by fire or flame", "on fire"], ["afire", "lighted up by or as by fire or flame", "afire"], ["ablaze", "lighted up by or as by fire or flame", "ablaze"]]}, {"answer": "alimental", "hint": "synonyms for alimental", "clues": [["nutrient", "of or providing nourishment", "nutrient"], ["alimentary", "of or providing nourishment", "alimentary"], ["nutritive", "of or providing nourishment", "nutritive"], ["nutritious", "of or providing nourishment", "nutritious"], ["nourishing", "of or providing nourishment", "nourishing"]]}, {"answer": "alimentary", "hint": "synonyms for alimentary", "clues": [["nutrient", "of or providing nourishment", "nutrient"], ["alimental", "of or providing nourishment", "alimental"], ["nutritive", "of or providing nourishment", "nutritive"], ["nutritious", "of or providing nourishment", "nutritious"], ["nourishing", "of or providing nourishment", "nourishing"]]}, {"answer": "alive", "hint": "synonyms for alive", "clues": [["awake", "mentally perceptive and responsive", "awake"], ["live", "capable of erupting", "live"], ["active", "in operation", "active"], ["alert", "mentally perceptive and responsive", "alert"], ["animated", "having life or vigor or spirit", "animated"]]}, {"answer": "all-embracing", "hint": "synonyms for all-embracing", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"]]}, {"answer": "all-encompassing", "hint": "synonyms for all-encompassing", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"]]}, {"answer": "all-important", "hint": "synonyms for all-important", "clues": [["of the essence", "of the greatest importance", "of the essence"], ["crucial", "of the greatest importance", "crucial"], ["essential", "of the greatest importance", "essential"], ["all important", "of the greatest importance", "all important"]]}, {"answer": "all-inclusive", "hint": "synonyms for all-inclusive", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"]]}, {"answer": "all_important", "hint": "synonyms for all important", "clues": [["crucial", "of the greatest importance", "crucial"], ["all-important", "of the greatest importance", "all-important"], ["of the essence", "of the greatest importance", "of the essence"], ["essential", "of the greatest importance", "essential"]]}, {"answer": "all_over", "hint": "synonyms for all over", "clues": [["complete", "having come or been brought to a conclusion", "complete"], ["ended", "having come or been brought to a conclusion", "ended"], ["over", "having come or been brought to a conclusion", "over"], ["terminated", "having come or been brought to a conclusion", "terminated"], ["concluded", "having come or been brought to a conclusion", "concluded"]]}, {"answer": "all_right", "hint": "synonyms for all right", "clues": [["hunky-dory", "being satisfactory or in satisfactory condition", "hunky-dory"], ["ok", "being satisfactory or in satisfactory condition", "ok"], ["o.k.", "being satisfactory or in satisfactory condition", "o.k."], ["fine", "being satisfactory or in satisfactory condition", "fine"], ["okay", "being satisfactory or in satisfactory condition", "okay"]]}, {"answer": "alleviative", "hint": "synonyms for alleviative", "clues": [["mitigatory", "moderating pain or sorrow by making it easier to bear", "mitigatory"], ["lenitive", "moderating pain or sorrow by making it easier to bear", "lenitive"], ["alleviatory", "moderating pain or sorrow by making it easier to bear", "alleviatory"], ["mitigative", "moderating pain or sorrow by making it easier to bear", "mitigative"], ["palliative", "moderating pain or sorrow by making it easier to bear", "palliative"]]}, {"answer": "alleviatory", "hint": "synonyms for alleviatory", "clues": [["mitigative", "moderating pain or sorrow by making it easier to bear", "mitigative"], ["mitigatory", "moderating pain or sorrow by making it easier to bear", "mitigatory"], ["lenitive", "moderating pain or sorrow by making it easier to bear", "lenitive"], ["palliative", "moderating pain or sorrow by making it easier to bear", "palliative"]]}, {"answer": "alone", "hint": "synonyms for alone", "clues": [["unequaled", "radically distinctive and without equal", "unequaled"], ["unparalleled", "radically distinctive and without equal", "unparalleled"], ["lone", "lacking companions or companionship", "lone"], ["only", "exclusive of anyone or anything else", "only"], ["solitary", "lacking companions or companionship", "solitary"], ["unique", "radically distinctive and without equal", "unique"]]}, {"answer": "alterative", "hint": "synonyms for alterative", "clues": [["remedial", "tending to cure or restore to health", "remedial"], ["sanative", "tending to cure or restore to health", "sanative"], ["healing", "tending to cure or restore to health", "healing"], ["therapeutic", "tending to cure or restore to health", "therapeutic"], ["curative", "tending to cure or restore to health", "curative"]]}, {"answer": "alveolate", "hint": "synonyms for alveolate", "clues": [["honeycombed", "pitted with cell-like cavities (as a honeycomb)", "honeycombed"], ["faveolate", "pitted with cell-like cavities (as a honeycomb)", "faveolate"], ["cavitied", "pitted with cell-like cavities (as a honeycomb)", "cavitied"], ["pitted", "pitted with cell-like cavities (as a honeycomb)", "pitted"]]}, {"answer": "amalgamate", "hint": "synonyms for amalgamate", "clues": [["coalesced", "joined together into a whole", "coalesced"], ["consolidated", "joined together into a whole", "consolidated"], ["fused", "joined together into a whole", "fused"], ["amalgamated", "joined together into a whole", "amalgamated"]]}, {"answer": "amalgamated", "hint": "synonyms for amalgamated", "clues": [["coalesced", "joined together into a whole", "coalesced"], ["amalgamate", "joined together into a whole", "amalgamate"], ["fused", "joined together into a whole", "fused"], ["consolidated", "joined together into a whole", "consolidated"]]}, {"answer": "amateur", "hint": "synonyms for amateur", "clues": [["unskilled", "lacking professional skill or expertise", "unskilled"], ["amateurish", "lacking professional skill or expertise", "amateurish"], ["unpaid", "engaged in as a pastime", "unpaid"], ["recreational", "engaged in as a pastime", "recreational"], ["inexpert", "lacking professional skill or expertise", "inexpert"]]}, {"answer": "amazing", "hint": "synonyms for amazing", "clues": [["astonishing", "surprising greatly", "astonishing"], ["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awful"], ["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awe-inspiring"], ["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awing"], ["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awesome"]]}, {"answer": "ambidextrous", "hint": "synonyms for ambidextrous", "clues": [["two-handed", "equally skillful with each hand", "two-handed"], ["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-tongued"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-dealing"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-faced"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "deceitful"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "duplicitous"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "two-faced"]]}, {"answer": "amiable", "hint": "synonyms for amiable", "clues": [["cordial", "diffusing warmth and friendliness", "cordial"], ["genial", "diffusing warmth and friendliness", "genial"], ["good-humoured", "disposed to please; - Hal Hinson", "good-humoured"], ["affable", "diffusing warmth and friendliness", "affable"]]}, {"answer": "amok", "hint": "synonyms for amok", "clues": [["possessed", "frenzied as if possessed by a demon", "possessed"], ["berserk", "frenzied as if possessed by a demon", "berserk"], ["amuck", "frenzied as if possessed by a demon", "amuck"], ["demoniac", "frenzied as if possessed by a demon", "demoniac"]]}, {"answer": "amorphous", "hint": "synonyms for amorphous", "clues": [["uncrystallized", "without real or apparent crystalline form", "uncrystallized"], ["formless", "having no definite form or distinct shape", "formless"], ["shapeless", "having no definite form or distinct shape", "shapeless"], ["unstructured", "lacking the system or structure characteristic of living bodies", "unstructured"]]}, {"answer": "ample", "hint": "synonyms for ample", "clues": [["copious", "affording an abundant supply", "copious"], ["plentiful", "affording an abundant supply", "plentiful"], ["rich", "affording an abundant supply", "rich"], ["sizeable", "fairly large", "sizeable"], ["plenteous", "affording an abundant supply", "plenteous"]]}, {"answer": "amuck", "hint": "synonyms for amuck", "clues": [["possessed", "frenzied as if possessed by a demon", "possessed"], ["berserk", "frenzied as if possessed by a demon", "berserk"], ["amok", "frenzied as if possessed by a demon", "amok"], ["demoniac", "frenzied as if possessed by a demon", "demoniac"]]}, {"answer": "amusing", "hint": "synonyms for amusing", "clues": [["amusive", "providing enjoyment; pleasantly entertaining", "amusive"], ["mirthful", "arousing or provoking laughter", "mirthful"], ["laughable", "arousing or provoking laughter", "laughable"], ["risible", "arousing or provoking laughter", "risible"], ["diverting", "providing enjoyment; pleasantly entertaining", "diverting"], ["comic", "arousing or provoking laughter", "comic"], ["comical", "arousing or provoking laughter", "comical"], ["funny", "arousing or provoking laughter", "funny"]]}, {"answer": "amyloid", "hint": "synonyms for amyloid", "clues": [["farinaceous", "resembling starch", "farinaceous"], ["amyloidal", "resembling starch", "amyloidal"], ["amylaceous", "resembling starch", "amylaceous"], ["starchlike", "resembling starch", "starchlike"]]}, {"answer": "amyloidal", "hint": "synonyms for amyloidal", "clues": [["farinaceous", "resembling starch", "farinaceous"], ["amylaceous", "resembling starch", "amylaceous"], ["starchlike", "resembling starch", "starchlike"], ["amyloid", "resembling starch", "amyloid"]]}, {"answer": "ancillary", "hint": "synonyms for ancillary", "clues": [["adjunct", "furnishing added support", "adjunct"], ["appurtenant", "furnishing added support", "appurtenant"], ["adjuvant", "furnishing added support", "adjuvant"], ["auxiliary", "furnishing added support", "auxiliary"], ["accessory", "furnishing added support", "accessory"]]}, {"answer": "angelic", "hint": "synonyms for angelic", "clues": [["beatific", "marked by utter benignity; resembling or befitting an angel or saint", "beatific"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint", "saintlike"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint", "sainted"], ["angelical", "having a sweet nature befitting an angel or cherub", "angelical"], ["seraphic", "having a sweet nature befitting an angel or cherub", "seraphic"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint", "saintly"], ["sweet", "having a sweet nature befitting an angel or cherub", "sweet"], ["cherubic", "having a sweet nature befitting an angel or cherub", "cherubic"]]}, {"answer": "angelical", "hint": "synonyms for angelical", "clues": [["beatific", "marked by utter benignity; resembling or befitting an angel or saint", "beatific"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint", "saintlike"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint", "sainted"], ["angelic", "of or relating to angels", "angelic"], ["seraphic", "having a sweet nature befitting an angel or cherub", "seraphic"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint", "saintly"], ["sweet", "having a sweet nature befitting an angel or cherub", "sweet"], ["cherubic", "having a sweet nature befitting an angel or cherub", "cherubic"]]}, {"answer": "angered", "hint": "synonyms for angered", "clues": [["furious", "marked by extreme anger", "furious"], ["infuriated", "marked by extreme anger", "infuriated"], ["maddened", "marked by extreme anger", "maddened"], ["enraged", "marked by extreme anger", "enraged"]]}, {"answer": "angry", "hint": "synonyms for angry", "clues": [["furious", "(of the elements) as if showing violent anger", "furious"], ["tempestuous", "(of the elements) as if showing violent anger", "tempestuous"], ["raging", "(of the elements) as if showing violent anger", "raging"], ["wild", "(of the elements) as if showing violent anger", "wild"]]}, {"answer": "annoyed", "hint": "synonyms for annoyed", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["riled", "aroused to impatience or anger", "riled"], ["steamed", "aroused to impatience or anger", "steamed"], ["vexed", "troubled persistently especially with petty annoyances", "vexed"], ["harried", "troubled persistently especially with petty annoyances", "harried"], ["harassed", "troubled persistently especially with petty annoyances", "harassed"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"], ["pestered", "troubled persistently especially with petty annoyances", "pestered"]]}, {"answer": "annoying", "hint": "synonyms for annoying", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["irritating", "causing irritation or annoyance", "irritating"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["bothersome", "causing irritation or annoyance", "bothersome"]]}, {"answer": "annular", "hint": "synonyms for annular", "clues": [["annulate", "shaped like a ring", "annulate"], ["ring-shaped", "shaped like a ring", "ring-shaped"], ["ringed", "shaped like a ring", "ringed"], ["circinate", "shaped like a ring", "circinate"], ["doughnut-shaped", "shaped like a ring", "doughnut-shaped"]]}, {"answer": "annulate", "hint": "synonyms for annulate", "clues": [["annulated", "shaped like a ring", "annulated"], ["ring-shaped", "shaped like a ring", "ring-shaped"], ["ringed", "shaped like a ring", "ringed"], ["annular", "shaped like a ring", "annular"], ["circinate", "shaped like a ring", "circinate"], ["doughnut-shaped", "shaped like a ring", "doughnut-shaped"]]}, {"answer": "annulated", "hint": "synonyms for annulated", "clues": [["annulate", "shaped like a ring", "annulate"], ["ring-shaped", "shaped like a ring", "ring-shaped"], ["ringed", "shaped like a ring", "ringed"], ["annular", "shaped like a ring", "annular"], ["circinate", "shaped like a ring", "circinate"], ["doughnut-shaped", "shaped like a ring", "doughnut-shaped"]]}, {"answer": "anserine", "hint": "synonyms for anserine", "clues": [["goosy", "having or revealing stupidity", "goosy"], ["dopy", "having or revealing stupidity", "dopy"], ["jerky", "having or revealing stupidity", "jerky"], ["foolish", "having or revealing stupidity", "foolish"], ["gooselike", "having or revealing stupidity", "gooselike"]]}, {"answer": "antipathetic", "hint": "synonyms for antipathetic", "clues": [["indisposed", "(usually followed by `to') strongly opposed", "indisposed"], ["loth", "(usually followed by `to') strongly opposed", "loth"], ["antipathetical", "characterized by antagonism or antipathy", "antipathetical"], ["averse", "(usually followed by `to') strongly opposed", "averse"], ["antagonistic", "characterized by antagonism or antipathy", "antagonistic"]]}, {"answer": "antipathetical", "hint": "synonyms for antipathetical", "clues": [["indisposed", "(usually followed by `to') strongly opposed", "indisposed"], ["antipathetic", "characterized by antagonism or antipathy", "antipathetic"], ["loth", "(usually followed by `to') strongly opposed", "loth"], ["averse", "(usually followed by `to') strongly opposed", "averse"], ["antagonistic", "characterized by antagonism or antipathy", "antagonistic"]]}, {"answer": "antique", "hint": "synonyms for antique", "clues": [["age-old", "belonging to or lasting from times long ago", "age-old"], ["outmoded", "out of fashion", "outmoded"], ["ex", "out of fashion", "ex"], ["passee", "out of fashion", "passee"], ["demode", "out of fashion", "demode"], ["old-fashioned", "out of fashion", "old-fashioned"], ["old-hat", "out of fashion", "old-hat"]]}, {"answer": "anxious", "hint": "synonyms for anxious", "clues": [["unquiet", "causing or fraught with or showing anxiety", "unquiet"], ["uneasy", "causing or fraught with or showing anxiety", "uneasy"], ["dying", "eagerly desirous", "dying"], ["nervous", "causing or fraught with or showing anxiety", "nervous"], ["queasy", "causing or fraught with or showing anxiety", "queasy"]]}, {"answer": "apomictic", "hint": "synonyms for apomictic", "clues": [["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamogenetic"], ["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamous"], ["apomictical", "of or relating to a plant that reproduces by apomixis", "apomictical"], ["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamic"], ["parthenogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "parthenogenetic"]]}, {"answer": "appareled", "hint": "synonyms for appareled", "clues": [["dressed", "dressed or clothed especially in fine attire; often used in combination", "dressed"], ["garmented", "dressed or clothed especially in fine attire; often used in combination", "garmented"], ["garbed", "dressed or clothed especially in fine attire; often used in combination", "garbed"], ["robed", "dressed or clothed especially in fine attire; often used in combination", "robed"], ["attired", "dressed or clothed especially in fine attire; often used in combination", "attired"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination", "habilimented"]]}, {"answer": "apparent", "hint": "synonyms for apparent", "clues": [["ostensible", "appearing as such but not necessarily so", "ostensible"], ["patent", "clearly revealed to the mind or the senses or judgment", "patent"], ["evident", "clearly revealed to the mind or the senses or judgment", "evident"], ["unmistakable", "clearly revealed to the mind or the senses or judgment", "unmistakable"], ["plain", "clearly revealed to the mind or the senses or judgment", "plain"], ["manifest", "clearly revealed to the mind or the senses or judgment", "manifest"], ["seeming", "appearing as such but not necessarily so", "seeming"]]}, {"answer": "apparitional", "hint": "synonyms for apparitional", "clues": [["ghostlike", "resembling or characteristic of a phantom", "ghostlike"], ["phantasmal", "resembling or characteristic of a phantom", "phantasmal"], ["spectral", "resembling or characteristic of a phantom", "spectral"], ["spiritual", "resembling or characteristic of a phantom", "spiritual"], ["ghostly", "resembling or characteristic of a phantom", "ghostly"]]}, {"answer": "appointed", "hint": "synonyms for appointed", "clues": [["decreed", "fixed or established especially by order or command; )", "decreed"], ["prescribed", "fixed or established especially by order or command; )", "prescribed"], ["appointive", "subject to appointment", "appointive"], ["ordained", "fixed or established especially by order or command; )", "ordained"]]}, {"answer": "apportioned", "hint": "synonyms for apportioned", "clues": [["dealt out", "given out in portions", "dealt out"], ["meted out", "given out in portions", "meted out"], ["parceled out", "given out in portions", "parceled out"], ["doled out", "given out in portions", "doled out"]]}, {"answer": "apprehensible", "hint": "synonyms for apprehensible", "clues": [["intelligible", "capable of being apprehended or understood", "intelligible"], ["perceivable", "capable of being apprehended or understood", "perceivable"], ["graspable", "capable of being apprehended or understood", "graspable"], ["understandable", "capable of being apprehended or understood", "understandable"]]}, {"answer": "approbative", "hint": "synonyms for approbative", "clues": [["approving", "expressing or manifesting praise or approval", "approving"], ["plausive", "expressing or manifesting praise or approval", "plausive"], ["affirmative", "expressing or manifesting praise or approval", "affirmative"], ["approbatory", "expressing or manifesting praise or approval", "approbatory"]]}, {"answer": "approbatory", "hint": "synonyms for approbatory", "clues": [["plausive", "expressing or manifesting praise or approval", "plausive"], ["approbative", "expressing or manifesting praise or approval", "approbative"], ["affirmative", "expressing or manifesting praise or approval", "affirmative"], ["approving", "expressing or manifesting praise or approval", "approving"]]}, {"answer": "approving", "hint": "synonyms for approving", "clues": [["plausive", "expressing or manifesting praise or approval", "plausive"], ["approbative", "expressing or manifesting praise or approval", "approbative"], ["affirmative", "expressing or manifesting praise or approval", "affirmative"], ["approbatory", "expressing or manifesting praise or approval", "approbatory"]]}, {"answer": "approximate", "hint": "synonyms for approximate", "clues": [["close together", "located close together", "close together"], ["near", "very close in resemblance", "near"], ["rough", "not quite exact or correct", "rough"], ["approximative", "not quite exact or correct", "approximative"]]}, {"answer": "appurtenant", "hint": "synonyms for appurtenant", "clues": [["adjunct", "furnishing added support", "adjunct"], ["ancillary", "furnishing added support", "ancillary"], ["adjuvant", "furnishing added support", "adjuvant"], ["auxiliary", "furnishing added support", "auxiliary"], ["accessory", "furnishing added support", "accessory"]]}, {"answer": "apt", "hint": "synonyms for apt", "clues": [["disposed", "(usually followed by `to') naturally disposed toward", "disposed"], ["minded", "(usually followed by `to') naturally disposed toward", "minded"], ["tending", "(usually followed by `to') naturally disposed toward", "tending"], ["clever", "mentally quick and resourceful; ; -Bram Stoker", "clever"], ["liable", "at risk of or subject to experiencing something usually unpleasant", "liable"], ["apposite", "being of striking appropriateness and pertinence", "apposite"], ["pertinent", "being of striking appropriateness and pertinence", "pertinent"], ["given", "(usually followed by `to') naturally disposed toward", "given"]]}, {"answer": "arboreal", "hint": "synonyms for arboreal", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arborous", "of or relating to or formed by trees", "arborous"], ["arborary", "of or relating to or formed by trees", "arborary"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["arborical", "of or relating to or formed by trees", "arborical"], ["tree-living", "inhabiting or frequenting trees", "tree-living"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "arboreous", "hint": "synonyms for arboreous", "clues": [["arboraceous", "abounding in trees", "arboraceous"], ["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arboreal", "inhabiting or frequenting trees", "arboreal"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["woodsy", "abounding in trees", "woodsy"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["tree-living", "inhabiting or frequenting trees", "tree-living"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "arborescent", "hint": "synonyms for arborescent", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "arboresque", "hint": "synonyms for arboresque", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "arboriform", "hint": "synonyms for arboriform", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"]]}, {"answer": "arced", "hint": "synonyms for arced", "clues": [["bowed", "forming or resembling an arch", "bowed"], ["arciform", "forming or resembling an arch", "arciform"], ["arcuate", "forming or resembling an arch", "arcuate"], ["arching", "forming or resembling an arch", "arching"], ["arched", "forming or resembling an arch", "arched"]]}, {"answer": "arch", "hint": "synonyms for arch", "clues": [["wicked", "naughtily or annoyingly playful", "wicked"], ["condescending", "(used of behavior or attitude) characteristic of those who treat others with condescension", "condescending"], ["patronizing", "(used of behavior or attitude) characteristic of those who treat others with condescension", "patronizing"], ["pixilated", "naughtily or annoyingly playful", "pixilated"], ["implike", "naughtily or annoyingly playful", "implike"], ["prankish", "naughtily or annoyingly playful", "prankish"], ["impish", "naughtily or annoyingly playful", "impish"], ["mischievous", "naughtily or annoyingly playful", "mischievous"], ["puckish", "naughtily or annoyingly playful", "puckish"]]}, {"answer": "arched", "hint": "synonyms for arched", "clues": [["bowed", "forming or resembling an arch", "bowed"], ["arciform", "forming or resembling an arch", "arciform"], ["arcuate", "forming or resembling an arch", "arcuate"], ["arching", "forming or resembling an arch", "arching"], ["arced", "forming or resembling an arch", "arced"]]}, {"answer": "arching", "hint": "synonyms for arching", "clues": [["bowed", "forming or resembling an arch", "bowed"], ["arciform", "forming or resembling an arch", "arciform"], ["arcuate", "forming or resembling an arch", "arcuate"], ["arched", "forming or resembling an arch", "arched"]]}, {"answer": "arciform", "hint": "synonyms for arciform", "clues": [["bowed", "forming or resembling an arch", "bowed"], ["arcuate", "forming or resembling an arch", "arcuate"], ["arching", "forming or resembling an arch", "arching"], ["arced", "forming or resembling an arch", "arced"]]}, {"answer": "arctic", "hint": "synonyms for arctic", "clues": [["polar", "extremely cold", "polar"], ["glacial", "extremely cold", "glacial"], ["gelid", "extremely cold", "gelid"], ["frigid", "extremely cold", "frigid"], ["north-polar", "of or relating to the Arctic", "north-polar"], ["icy", "extremely cold", "icy"]]}, {"answer": "arcuate", "hint": "synonyms for arcuate", "clues": [["bowed", "forming or resembling an arch", "bowed"], ["arciform", "forming or resembling an arch", "arciform"], ["arching", "forming or resembling an arch", "arching"], ["arched", "forming or resembling an arch", "arched"]]}, {"answer": "ardent", "hint": "synonyms for ardent", "clues": [["warm", "characterized by strong enthusiasm", "warm"], ["fiery", "characterized by intense emotion", "fiery"], ["perfervid", "characterized by intense emotion", "perfervid"], ["impassioned", "characterized by intense emotion", "impassioned"], ["torrid", "characterized by intense emotion", "torrid"], ["fervid", "characterized by intense emotion", "fervid"], ["fervent", "characterized by intense emotion", "fervent"]]}, {"answer": "arduous", "hint": "synonyms for arduous", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["straining", "taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt", "straining"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["strenuous", "taxing to the utmost; testing powers of endurance; ; ; - F.D.Roosevelt", "strenuous"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "argus-eyed", "hint": "synonyms for argus-eyed", "clues": [["open-eyed", "carefully observant or attentive; on the lookout for possible danger", "open-eyed"], ["lynx-eyed", "having very keen vision", "lynx-eyed"], ["keen-sighted", "having very keen vision", "keen-sighted"], ["wakeful", "carefully observant or attentive; on the lookout for possible danger", "wakeful"], ["sharp-eyed", "having very keen vision", "sharp-eyed"], ["quick-sighted", "having very keen vision", "quick-sighted"], ["vigilant", "carefully observant or attentive; on the lookout for possible danger", "vigilant"], ["sharp-sighted", "having very keen vision", "sharp-sighted"], ["hawk-eyed", "having very keen vision", "hawk-eyed"]]}, {"answer": "aristocratic", "hint": "synonyms for aristocratic", "clues": [["aristocratical", "belonging to or characteristic of the nobility or aristocracy", "aristocratical"], ["blue", "belonging to or characteristic of the nobility or aristocracy", "blue"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy", "blue-blooded"], ["gentle", "belonging to or characteristic of the nobility or aristocracy", "gentle"], ["patrician", "belonging to or characteristic of the nobility or aristocracy", "patrician"]]}, {"answer": "aristocratical", "hint": "synonyms for aristocratical", "clues": [["aristocratic", "belonging to or characteristic of the nobility or aristocracy", "aristocratic"], ["blue", "belonging to or characteristic of the nobility or aristocracy", "blue"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy", "blue-blooded"], ["gentle", "belonging to or characteristic of the nobility or aristocracy", "gentle"], ["patrician", "belonging to or characteristic of the nobility or aristocracy", "patrician"]]}, {"answer": "around_the_bend", "hint": "synonyms for around the bend", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "aroused", "hint": "synonyms for aroused", "clues": [["stimulated", "emotionally aroused", "stimulated"], ["stirred", "emotionally aroused", "stirred"], ["turned on", "feeling great sexual desire", "turned on"], ["stirred up", "emotionally aroused", "stirred up"], ["horny", "feeling great sexual desire", "horny"], ["worked up", "(of persons) excessively affected by emotion", "worked up"], ["steamy", "feeling great sexual desire", "steamy"], ["emotional", "(of persons) excessively affected by emotion", "emotional"], ["excited", "(of persons) excessively affected by emotion", "excited"], ["aflame", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker", "aflame"], ["wound up", "brought to a state of great tension", "wound up"], ["ruttish", "feeling great sexual desire", "ruttish"], ["ablaze", "keenly excited (especially sexually) or indicating excitement; - Bram Stoker", "ablaze"], ["randy", "feeling great sexual desire", "randy"]]}, {"answer": "arrant", "hint": "synonyms for arrant", "clues": [["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "arthritic", "hint": "synonyms for arthritic", "clues": [["creaky", "of or pertaining to arthritis", "creaky"], ["rheumatoid", "of or pertaining to arthritis", "rheumatoid"], ["rheumatic", "of or pertaining to arthritis", "rheumatic"], ["rheumy", "of or pertaining to arthritis", "rheumy"]]}, {"answer": "artificial", "hint": "synonyms for artificial", "clues": [["contrived", "artificially formal", "contrived"], ["stilted", "artificially formal", "stilted"], ["unreal", "contrived by art rather than nature", "unreal"], ["hokey", "artificially formal", "hokey"]]}, {"answer": "ashen", "hint": "synonyms for ashen", "clues": [["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "livid"], ["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "bloodless"], ["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "white"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "blanched"]]}, {"answer": "asinine", "hint": "synonyms for asinine", "clues": [["inane", "devoid of intelligence", "inane"], ["fatuous", "devoid of intelligence", "fatuous"], ["mindless", "devoid of intelligence", "mindless"], ["vacuous", "devoid of intelligence", "vacuous"]]}, {"answer": "askance", "hint": "synonyms for askance", "clues": [["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "sidelong"], ["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squinty"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askant"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squint-eyed"]]}, {"answer": "askant", "hint": "synonyms for askant", "clues": [["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "sidelong"], ["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squinty"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squint-eyed"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askance"]]}, {"answer": "askew", "hint": "synonyms for askew", "clues": [["awry", "turned or twisted toward one side; - G.K.Chesterton", "awry"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton", "cockeyed"], ["wonky", "turned or twisted toward one side; - G.K.Chesterton", "wonky"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton", "skew-whiff"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton", "lopsided"]]}, {"answer": "aslant", "hint": "synonyms for aslant", "clues": [["diagonal", "having an oblique or slanted direction", "diagonal"], ["aslope", "having an oblique or slanted direction", "aslope"], ["slanted", "having an oblique or slanted direction", "slanted"], ["sloped", "having an oblique or slanted direction", "sloped"], ["sloping", "having an oblique or slanted direction", "sloping"], ["slanting", "having an oblique or slanted direction", "slanting"]]}, {"answer": "asleep", "hint": "synonyms for asleep", "clues": [["at rest", "dead", "at rest"], ["gone", "dead", "gone"], ["deceased", "dead", "deceased"], ["benumbed", "lacking sensation", "benumbed"], ["numb", "lacking sensation", "numb"], ["at peace", "dead", "at peace"], ["departed", "dead", "departed"]]}, {"answer": "aslope", "hint": "synonyms for aslope", "clues": [["diagonal", "having an oblique or slanted direction", "diagonal"], ["slanted", "having an oblique or slanted direction", "slanted"], ["aslant", "having an oblique or slanted direction", "aslant"], ["sloping", "having an oblique or slanted direction", "sloping"], ["slanting", "having an oblique or slanted direction", "slanting"], ["sloped", "having an oblique or slanted direction", "sloped"]]}, {"answer": "asquint", "hint": "synonyms for asquint", "clues": [["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "sidelong"], ["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squinty"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askant"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squint-eyed"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askance"]]}, {"answer": "assorted", "hint": "synonyms for assorted", "clues": [["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "mixed"], ["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "motley"], ["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "miscellaneous"], ["various", "of many different kinds purposefully arranged but lacking any uniformity", "various"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "sundry"]]}, {"answer": "assumed", "hint": "synonyms for assumed", "clues": [["pretended", "adopted in order to deceive", "pretended"], ["sham", "adopted in order to deceive", "sham"], ["false", "adopted in order to deceive", "false"], ["put on", "adopted in order to deceive", "put on"], ["fictitious", "adopted in order to deceive", "fictitious"], ["fictive", "adopted in order to deceive", "fictive"]]}, {"answer": "astonied", "hint": "synonyms for astonied", "clues": [["amazed", "filled with the emotional impact of overwhelming surprise or shock", "amazed"], ["astonished", "filled with the emotional impact of overwhelming surprise or shock", "astonished"], ["astounded", "filled with the emotional impact of overwhelming surprise or shock", "astounded"], ["stunned", "filled with the emotional impact of overwhelming surprise or shock", "stunned"]]}, {"answer": "astonished", "hint": "synonyms for astonished", "clues": [["amazed", "filled with the emotional impact of overwhelming surprise or shock", "amazed"], ["astounded", "filled with the emotional impact of overwhelming surprise or shock", "astounded"], ["stunned", "filled with the emotional impact of overwhelming surprise or shock", "stunned"], ["astonied", "filled with the emotional impact of overwhelming surprise or shock", "astonied"]]}, {"answer": "astonishing", "hint": "synonyms for astonishing", "clues": [["stupefying", "so surprisingly impressive as to stun or overwhelm", "stupefying"], ["astounding", "so surprisingly impressive as to stun or overwhelm", "astounding"], ["staggering", "so surprisingly impressive as to stun or overwhelm", "staggering"], ["amazing", "surprising greatly", "amazing"]]}, {"answer": "astounding", "hint": "synonyms for astounding", "clues": [["staggering", "so surprisingly impressive as to stun or overwhelm", "staggering"], ["dumbfounding", "bewildering or striking dumb with wonder", "dumbfounding"], ["astonishing", "so surprisingly impressive as to stun or overwhelm", "astonishing"], ["stupefying", "so surprisingly impressive as to stun or overwhelm", "stupefying"]]}, {"answer": "at_hand", "hint": "synonyms for at hand", "clues": [["impendent", "close in time; about to occur", "impendent"], ["close at hand", "close in time; about to occur", "close at hand"], ["impending", "close in time; about to occur", "impending"], ["imminent", "close in time; about to occur", "imminent"]]}, {"answer": "at_peace", "hint": "synonyms for at peace", "clues": [["at rest", "dead", "at rest"], ["gone", "dead", "gone"], ["deceased", "dead", "deceased"], ["asleep", "dead", "asleep"], ["departed", "dead", "departed"]]}, {"answer": "at_rest", "hint": "synonyms for at rest", "clues": [["deceased", "dead", "deceased"], ["gone", "dead", "gone"], ["at peace", "dead", "at peace"], ["asleep", "dead", "asleep"], ["departed", "dead", "departed"]]}, {"answer": "at_sea", "hint": "synonyms for at sea", "clues": [["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment", "lost"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"]]}, {"answer": "atilt", "hint": "synonyms for atilt", "clues": [["tipped", "departing or being caused to depart from the true vertical or horizontal", "tipped"], ["canted", "departing or being caused to depart from the true vertical or horizontal", "canted"], ["tilted", "departing or being caused to depart from the true vertical or horizontal", "tilted"], ["leaning", "departing or being caused to depart from the true vertical or horizontal", "leaning"]]}, {"answer": "atrocious", "hint": "synonyms for atrocious", "clues": [["grievous", "shockingly brutal or cruel", "grievous"], ["unspeakable", "exceptionally bad or displeasing", "unspeakable"], ["awful", "exceptionally bad or displeasing", "awful"], ["horrible", "provoking horror; ; ; ; - Winston Churchill", "horrible"], ["abominable", "exceptionally bad or displeasing", "abominable"], ["flagitious", "shockingly brutal or cruel", "flagitious"], ["frightful", "provoking horror; ; ; ; - Winston Churchill", "frightful"], ["terrible", "exceptionally bad or displeasing", "terrible"], ["ugly", "provoking horror; ; ; ; - Winston Churchill", "ugly"], ["painful", "exceptionally bad or displeasing", "painful"], ["monstrous", "shockingly brutal or cruel", "monstrous"], ["horrifying", "provoking horror; ; ; ; - Winston Churchill", "horrifying"], ["dreadful", "exceptionally bad or displeasing", "dreadful"]]}, {"answer": "attendant", "hint": "synonyms for attendant", "clues": [["consequent", "following or accompanying as a consequence", "consequent"], ["concomitant", "following or accompanying as a consequence", "concomitant"], ["resultant", "following or accompanying as a consequence", "resultant"], ["ensuant", "following or accompanying as a consequence", "ensuant"], ["accompanying", "following or accompanying as a consequence", "accompanying"], ["incidental", "following or accompanying as a consequence", "incidental"], ["sequent", "following or accompanying as a consequence", "sequent"]]}, {"answer": "attired", "hint": "synonyms for attired", "clues": [["dressed", "dressed or clothed especially in fine attire; often used in combination", "dressed"], ["garmented", "dressed or clothed especially in fine attire; often used in combination", "garmented"], ["garbed", "dressed or clothed especially in fine attire; often used in combination", "garbed"], ["robed", "dressed or clothed especially in fine attire; often used in combination", "robed"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination", "habilimented"], ["appareled", "dressed or clothed especially in fine attire; often used in combination", "appareled"]]}, {"answer": "audacious", "hint": "synonyms for audacious", "clues": [["intrepid", "invulnerable to fear or intimidation", "intrepid"], ["daring", "disposed to venture or take risks", "daring"], ["dauntless", "invulnerable to fear or intimidation", "dauntless"], ["unfearing", "invulnerable to fear or intimidation", "unfearing"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "insolent"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bald-faced"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bodacious"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "barefaced"], ["venturous", "disposed to venture or take risks", "venturous"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen-faced"], ["venturesome", "disposed to venture or take risks", "venturesome"], ["hardy", "invulnerable to fear or intimidation", "hardy"], ["fearless", "invulnerable to fear or intimidation", "fearless"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brassy"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen"], ["brave", "invulnerable to fear or intimidation", "brave"]]}, {"answer": "august", "hint": "synonyms for august", "clues": [["revered", "profoundly honored", "revered"], ["lordly", "of or befitting a lord", "lordly"], ["grand", "of or befitting a lord", "grand"], ["venerable", "profoundly honored", "venerable"]]}, {"answer": "aureate", "hint": "synonyms for aureate", "clues": [["gold", "having the deep slightly brownish color of gold", "gold"], ["flamboyant", "elaborately or excessively ornamented", "flamboyant"], ["gilded", "having the deep slightly brownish color of gold", "gilded"], ["gilt", "having the deep slightly brownish color of gold", "gilt"], ["golden", "having the deep slightly brownish color of gold", "golden"], ["florid", "elaborately or excessively ornamented", "florid"]]}, {"answer": "austere", "hint": "synonyms for austere", "clues": [["stark", "severely simple", "stark"], ["stern", "severely simple", "stern"], ["ascetical", "practicing great self-denial; - William James", "ascetical"], ["severe", "severely simple", "severe"], ["spartan", "practicing great self-denial; - William James", "spartan"]]}, {"answer": "authentic", "hint": "synonyms for authentic", "clues": [["bona fide", "not counterfeit or copied", "bona fide"], ["veritable", "not counterfeit or copied", "veritable"], ["unquestionable", "not counterfeit or copied", "unquestionable"], ["reliable", "conforming to fact and therefore worthy of belief", "reliable"]]}, {"answer": "authoritarian", "hint": "synonyms for authoritarian", "clues": [["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "despotic"], ["tyrannic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "tyrannic"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "autocratic"], ["overbearing", "expecting unquestioning obedience", "overbearing"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "dictatorial"]]}, {"answer": "authoritative", "hint": "synonyms for authoritative", "clues": [["authorized", "sanctioned by established authority", "authorized"], ["definitive", "of recognized authority or excellence", "definitive"], ["classical", "of recognized authority or excellence", "classical"], ["important", "having authority or ascendancy or influence", "important"]]}, {"answer": "autochthonal", "hint": "synonyms for autochthonal", "clues": [["endemic", "originating where it is found", "endemic"], ["autochthonous", "originating where it is found", "autochthonous"], ["autochthonic", "originating where it is found", "autochthonic"], ["indigenous", "originating where it is found", "indigenous"]]}, {"answer": "autochthonic", "hint": "synonyms for autochthonic", "clues": [["autochthonal", "originating where it is found", "autochthonal"], ["autochthonous", "originating where it is found", "autochthonous"], ["endemic", "originating where it is found", "endemic"], ["indigenous", "originating where it is found", "indigenous"]]}, {"answer": "autochthonous", "hint": "synonyms for autochthonous", "clues": [["autochthonal", "originating where it is found", "autochthonal"], ["indigenous", "originating where it is found", "indigenous"], ["autochthonic", "originating where it is found", "autochthonic"], ["endemic", "originating where it is found", "endemic"]]}, {"answer": "autocratic", "hint": "synonyms for autocratic", "clues": [["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power", "high-and-mighty"], ["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "despotic"], ["tyrannic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "tyrannic"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "dictatorial"], ["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "authoritarian"], ["dominating", "offensively self-assured or given to exercising usually unwarranted power", "dominating"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power", "peremptory"], ["bossy", "offensively self-assured or given to exercising usually unwarranted power", "bossy"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power", "magisterial"]]}, {"answer": "automatic", "hint": "synonyms for automatic", "clues": [["reflexive", "without volition or conscious control", "reflexive"], ["automatonlike", "resembling the unthinking functioning of a machine", "automatonlike"], ["reflex", "without volition or conscious control", "reflex"], ["machinelike", "resembling the unthinking functioning of a machine", "machinelike"], ["robotic", "resembling the unthinking functioning of a machine", "robotic"], ["robotlike", "resembling the unthinking functioning of a machine", "robotlike"]]}, {"answer": "automatonlike", "hint": "synonyms for automatonlike", "clues": [["machinelike", "resembling the unthinking functioning of a machine", "machinelike"], ["automatic", "resembling the unthinking functioning of a machine", "automatic"], ["robotic", "resembling the unthinking functioning of a machine", "robotic"], ["robotlike", "resembling the unthinking functioning of a machine", "robotlike"]]}, {"answer": "autonomous", "hint": "synonyms for autonomous", "clues": [["sovereign", "(of political bodies) not controlled by outside forces", "sovereign"], ["self-reliant", "(of persons) free from external control and constraint in e.g. action and judgment", "self-reliant"], ["self-directed", "(of persons) free from external control and constraint in e.g. action and judgment", "self-directed"], ["self-governing", "(of political bodies) not controlled by outside forces", "self-governing"], ["independent", "(of political bodies) not controlled by outside forces", "independent"]]}, {"answer": "autumn-blooming", "hint": "synonyms for autumn-blooming", "clues": [["autumn-flowering", "of plants that bloom during the autumn", "autumn-flowering"], ["late-blooming", "of plants that bloom during the autumn", "late-blooming"], ["late-flowering", "of plants that bloom during the autumn", "late-flowering"], ["fall-flowering", "of plants that bloom during the autumn", "fall-flowering"], ["fall-blooming", "of plants that bloom during the autumn", "fall-blooming"]]}, {"answer": "autumn-flowering", "hint": "synonyms for autumn-flowering", "clues": [["late-blooming", "of plants that bloom during the autumn", "late-blooming"], ["late-flowering", "of plants that bloom during the autumn", "late-flowering"], ["fall-flowering", "of plants that bloom during the autumn", "fall-flowering"], ["autumn-blooming", "of plants that bloom during the autumn", "autumn-blooming"], ["fall-blooming", "of plants that bloom during the autumn", "fall-blooming"]]}, {"answer": "auxiliary", "hint": "synonyms for auxiliary", "clues": [["adjunct", "furnishing added support", "adjunct"], ["subsidiary", "functioning in a supporting capacity", "subsidiary"], ["adjuvant", "furnishing added support", "adjuvant"], ["accessory", "furnishing added support", "accessory"], ["supplemental", "functioning in a supporting capacity", "supplemental"], ["appurtenant", "furnishing added support", "appurtenant"], ["ancillary", "furnishing added support", "ancillary"]]}, {"answer": "avaricious", "hint": "synonyms for avaricious", "clues": [["covetous", "immoderately desirous of acquiring e.g. wealth", "covetous"], ["prehensile", "immoderately desirous of acquiring e.g. wealth", "prehensile"], ["greedy", "immoderately desirous of acquiring e.g. wealth", "greedy"], ["grasping", "immoderately desirous of acquiring e.g. wealth", "grasping"], ["grabby", "immoderately desirous of acquiring e.g. wealth", "grabby"]]}, {"answer": "average", "hint": "synonyms for average", "clues": [["mean", "approximating the statistical norm or average or expected value", "mean"], ["ordinary", "lacking special distinction, rank, or status; commonly encountered", "ordinary"], ["fair", "lacking exceptional quality or ability", "fair"], ["mediocre", "lacking exceptional quality or ability", "mediocre"], ["middling", "lacking exceptional quality or ability", "middling"], ["modal", "relating to or constituting the most frequent value in a distribution", "modal"], ["medium", "around the middle of a scale of evaluation", "medium"], ["intermediate", "around the middle of a scale of evaluation", "intermediate"], ["median", "relating to or constituting the middle value of an ordered set of values (or the average of the middle two in a set with an even number of values)", "median"]]}, {"answer": "avid", "hint": "synonyms for avid", "clues": [["devouring", "(often followed by `for') ardently or excessively desirous", "devouring"], ["zealous", "marked by active interest and enthusiasm", "zealous"], ["greedy", "(often followed by `for') ardently or excessively desirous", "greedy"], ["esurient", "(often followed by `for') ardently or excessively desirous", "esurient"]]}, {"answer": "awash", "hint": "synonyms for awash", "clues": [["flooded", "covered with water", "flooded"], ["afloat", "covered with water", "afloat"], ["inundated", "covered with water", "inundated"], ["overflowing", "covered with water", "overflowing"]]}, {"answer": "awe-inspiring", "hint": "synonyms for awe-inspiring", "clues": [["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awful"], ["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awing"], ["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awesome"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "amazing"]]}, {"answer": "awesome", "hint": "synonyms for awesome", "clues": [["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awful"], ["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awe-inspiring"], ["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awing"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "amazing"]]}, {"answer": "awful", "hint": "synonyms for awful", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["dire", "causing fear or dread or terror", "dire"], ["nasty", "offensive or even (of persons) malicious; ; ; ; ; ; - Ezra Pound", "nasty"], ["abominable", "exceptionally bad or displeasing", "abominable"], ["awing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awing"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "amazing"], ["horrific", "causing fear or dread or terror", "horrific"], ["atrocious", "exceptionally bad or displeasing", "atrocious"], ["frightful", "extreme in degree or extent or amount or impact", "frightful"], ["terrible", "extreme in degree or extent or amount or impact", "terrible"], ["horrendous", "causing fear or dread or terror", "horrendous"], ["unspeakable", "exceptionally bad or displeasing", "unspeakable"], ["direful", "causing fear or dread or terror", "direful"], ["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awe-inspiring"], ["awed", "inspired by a feeling of fearful wonderment or reverence", "awed"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["tremendous", "extreme in degree or extent or amount or impact", "tremendous"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["painful", "exceptionally bad or displeasing", "painful"], ["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awesome"]]}, {"answer": "awing", "hint": "synonyms for awing", "clues": [["awful", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awful"], ["awe-inspiring", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awe-inspiring"], ["awesome", "inspiring awe or admiration or wonder; ; ; ; - Melville", "awesome"], ["amazing", "inspiring awe or admiration or wonder; ; ; ; - Melville", "amazing"]]}, {"answer": "awkward", "hint": "synonyms for awkward", "clues": [["ungainly", "difficult to handle or manage especially because of shape", "ungainly"], ["cumbersome", "not elegant or graceful in expression", "cumbersome"], ["inept", "not elegant or graceful in expression", "inept"], ["ill at ease", "socially uncomfortable; unsure and constrained in manner", "ill at ease"], ["clumsy", "difficult to handle or manage especially because of shape", "clumsy"], ["uneasy", "socially uncomfortable; unsure and constrained in manner", "uneasy"], ["embarrassing", "hard to deal with; especially causing pain or embarrassment", "embarrassing"], ["bunglesome", "difficult to handle or manage especially because of shape", "bunglesome"], ["ill-chosen", "not elegant or graceful in expression", "ill-chosen"], ["unenviable", "hard to deal with; especially causing pain or embarrassment", "unenviable"], ["sticky", "hard to deal with; especially causing pain or embarrassment", "sticky"], ["inapt", "not elegant or graceful in expression", "inapt"]]}, {"answer": "awry", "hint": "synonyms for awry", "clues": [["cockeyed", "turned or twisted toward one side; - G.K.Chesterton", "cockeyed"], ["haywire", "not functioning properly", "haywire"], ["askew", "turned or twisted toward one side; - G.K.Chesterton", "askew"], ["wrong", "not functioning properly", "wrong"], ["wonky", "turned or twisted toward one side; - G.K.Chesterton", "wonky"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton", "skew-whiff"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton", "lopsided"], ["amiss", "not functioning properly", "amiss"]]}, {"answer": "axiomatic", "hint": "synonyms for axiomatic", "clues": [["axiomatical", "of or relating to or derived from axioms; ; - S.S.Stevens", "axiomatical"], ["aphoristic", "containing aphorisms or maxims", "aphoristic"], ["self-evident", "evident without proof or argument", "self-evident"], ["taken for granted", "evident without proof or argument", "taken for granted"], ["postulational", "of or relating to or derived from axioms; ; - S.S.Stevens", "postulational"]]}, {"answer": "bacchanal", "hint": "synonyms for bacchanal", "clues": [["bacchic", "used of riotously drunken merrymaking", "bacchic"], ["bacchanalian", "used of riotously drunken merrymaking", "bacchanalian"], ["carousing", "used of riotously drunken merrymaking", "carousing"], ["orgiastic", "used of riotously drunken merrymaking", "orgiastic"]]}, {"answer": "bacchanalian", "hint": "synonyms for bacchanalian", "clues": [["bacchanal", "used of riotously drunken merrymaking", "bacchanal"], ["bacchic", "used of riotously drunken merrymaking", "bacchic"], ["carousing", "used of riotously drunken merrymaking", "carousing"], ["orgiastic", "used of riotously drunken merrymaking", "orgiastic"]]}, {"answer": "backbreaking", "hint": "synonyms for backbreaking", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "bad", "hint": "synonyms for bad", "clues": [["unfit", "physically unsound or diseased", "unfit"], ["uncollectible", "not capable of being collected", "uncollectible"], ["unsound", "physically unsound or diseased", "unsound"], ["spoiled", "(of foodstuffs) not in an edible or usable condition", "spoiled"], ["big", "very intense", "big"], ["speculative", "not financially safe or secure", "speculative"], ["forged", "reproduced fraudulently", "forged"], ["defective", "not working properly", "defective"], ["high-risk", "not financially safe or secure", "high-risk"], ["spoilt", "(of foodstuffs) not in an edible or usable condition", "spoilt"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "regretful"], ["tough", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')", "tough"], ["risky", "not financially safe or secure", "risky"], ["sorry", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "sorry"]]}, {"answer": "bad-mannered", "hint": "synonyms for bad-mannered", "clues": [["rude", "socially incorrect in behavior", "rude"], ["unmannered", "socially incorrect in behavior", "unmannered"], ["ill-mannered", "socially incorrect in behavior", "ill-mannered"], ["unmannerly", "socially incorrect in behavior", "unmannerly"]]}, {"answer": "bad-tempered", "hint": "synonyms for bad-tempered", "clues": [["crabbed", "annoyed and irritable", "crabbed"], ["fussy", "annoyed and irritable", "fussy"], ["grouchy", "annoyed and irritable", "grouchy"], ["cross", "annoyed and irritable", "cross"], ["grumpy", "annoyed and irritable", "grumpy"], ["crabby", "annoyed and irritable", "crabby"], ["ill-tempered", "annoyed and irritable", "ill-tempered"]]}, {"answer": "baffled", "hint": "synonyms for baffled", "clues": [["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment", "lost"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"]]}, {"answer": "baffling", "hint": "synonyms for baffling", "clues": [["problematical", "making great mental demands; hard to comprehend or solve or believe", "problematical"], ["elusive", "making great mental demands; hard to comprehend or solve or believe", "elusive"], ["knotty", "making great mental demands; hard to comprehend or solve or believe", "knotty"], ["tough", "making great mental demands; hard to comprehend or solve or believe", "tough"]]}, {"answer": "baked", "hint": "synonyms for baked", "clues": [["sunbaked", "dried out by heat or excessive exposure to sunlight", "sunbaked"], ["adust", "dried out by heat or excessive exposure to sunlight", "adust"], ["scorched", "dried out by heat or excessive exposure to sunlight", "scorched"], ["parched", "dried out by heat or excessive exposure to sunlight", "parched"]]}, {"answer": "bald", "hint": "synonyms for bald", "clues": [["denuded", "without the natural or usual covering", "denuded"], ["bald-pated", "lacking hair on all or most of the scalp", "bald-pated"], ["denudate", "without the natural or usual covering", "denudate"], ["bald-headed", "lacking hair on all or most of the scalp", "bald-headed"], ["barefaced", "with no effort to conceal", "barefaced"]]}, {"answer": "bald-faced", "hint": "synonyms for bald-faced", "clues": [["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen-faced"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "insolent"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "audacious"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brassy"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bodacious"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "barefaced"]]}, {"answer": "baleful", "hint": "synonyms for baleful", "clues": [["minacious", "threatening or foreshadowing evil or tragic developments", "minacious"], ["threatening", "threatening or foreshadowing evil or tragic developments", "threatening"], ["baneful", "deadly or sinister", "baneful"], ["forbidding", "threatening or foreshadowing evil or tragic developments", "forbidding"], ["menacing", "threatening or foreshadowing evil or tragic developments", "menacing"], ["minatory", "threatening or foreshadowing evil or tragic developments", "minatory"], ["ominous", "threatening or foreshadowing evil or tragic developments", "ominous"], ["sinister", "threatening or foreshadowing evil or tragic developments", "sinister"]]}, {"answer": "ball-shaped", "hint": "synonyms for ball-shaped", "clues": [["global", "having the shape of a sphere or ball; ; ; - Zane Grey", "global"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey", "globular"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey", "globose"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey", "orbicular"], ["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey", "spheric"]]}, {"answer": "bally", "hint": "synonyms for bally", "clues": [["blinking", "informal intensifiers", "blinking"], ["blooming", "informal intensifiers", "blooming"], ["bloody", "informal intensifiers", "bloody"], ["flaming", "informal intensifiers", "flaming"], ["crashing", "informal intensifiers", "crashing"], ["fucking", "informal intensifiers", "fucking"]]}, {"answer": "balmy", "hint": "synonyms for balmy", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["soft", "mild and pleasant", "soft"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["mild", "mild and pleasant", "mild"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "banal", "hint": "synonyms for banal", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["stock", "repeated too often; overfamiliar through overuse", "stock"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "bandy", "hint": "synonyms for bandy", "clues": [["bowleg", "have legs that curve outward at the knees", "bowleg"], ["bowed", "have legs that curve outward at the knees", "bowed"], ["bowlegged", "have legs that curve outward at the knees", "bowlegged"], ["bandy-legged", "have legs that curve outward at the knees", "bandy-legged"]]}, {"answer": "bandy-legged", "hint": "synonyms for bandy-legged", "clues": [["bowleg", "have legs that curve outward at the knees", "bowleg"], ["bowed", "have legs that curve outward at the knees", "bowed"], ["bandy", "have legs that curve outward at the knees", "bandy"], ["bowlegged", "have legs that curve outward at the knees", "bowlegged"]]}, {"answer": "baneful", "hint": "synonyms for baneful", "clues": [["pernicious", "exceedingly harmful", "pernicious"], ["baleful", "deadly or sinister", "baleful"], ["pestilent", "exceedingly harmful", "pestilent"], ["deadly", "exceedingly harmful", "deadly"]]}, {"answer": "bang-up", "hint": "synonyms for bang-up", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "banging", "hint": "synonyms for banging", "clues": [["walloping", "(used informally) very large", "walloping"], ["thumping", "(used informally) very large", "thumping"], ["whopping", "(used informally) very large", "whopping"], ["humongous", "(used informally) very large", "humongous"]]}, {"answer": "bantam", "hint": "synonyms for bantam", "clues": [["petite", "very small", "petite"], ["midget", "very small", "midget"], ["tiny", "very small", "tiny"], ["lilliputian", "very small", "lilliputian"], ["flyspeck", "very small", "flyspeck"], ["diminutive", "very small", "diminutive"]]}, {"answer": "barbarian", "hint": "synonyms for barbarian", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade", "barbaric"], ["uncivilised", "without civilizing influences; ; ; ; -Margaret Meade", "uncivilised"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade", "savage"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade", "wild"]]}, {"answer": "barbaric", "hint": "synonyms for barbaric", "clues": [["uncivilised", "without civilizing influences; ; ; ; -Margaret Meade", "uncivilised"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade", "barbarian"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade", "savage"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade", "wild"]]}, {"answer": "barbarous", "hint": "synonyms for barbarous", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering", "savage"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering", "cruel"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering", "vicious"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering", "roughshod"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering", "brutal"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering", "fell"]]}, {"answer": "barbed", "hint": "synonyms for barbed", "clues": [["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["pungent", "capable of wounding", "pungent"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["nipping", "capable of wounding", "nipping"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["biting", "capable of wounding", "biting"], ["mordacious", "capable of wounding", "mordacious"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"]]}, {"answer": "barbellate", "hint": "synonyms for barbellate", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "bare", "hint": "synonyms for bare", "clues": [["unembellished", "lacking embellishment or ornamentation", "unembellished"], ["unsheathed", "not having a protective covering", "unsheathed"], ["stark", "providing no shelter or sustenance", "stark"], ["mere", "apart from anything else; without additions or modifications", "mere"], ["scanty", "lacking in amplitude or quantity", "scanty"], ["spare", "lacking embellishment or ornamentation", "spare"], ["barren", "providing no shelter or sustenance", "barren"], ["desolate", "providing no shelter or sustenance", "desolate"], ["naked", "completely unclothed", "naked"], ["unfinished", "lacking a surface finish such as paint", "unfinished"], ["au naturel", "completely unclothed", "au naturel"], ["simple", "apart from anything else; without additions or modifications", "simple"], ["stripped", "having everything extraneous removed including contents", "stripped"], ["plain", "lacking embellishment or ornamentation", "plain"], ["nude", "completely unclothed", "nude"], ["bleak", "providing no shelter or sustenance", "bleak"], ["marginal", "just barely adequate or within a lower limit", "marginal"], ["unornamented", "lacking embellishment or ornamentation", "unornamented"]]}, {"answer": "bare-ass", "hint": "synonyms for bare-ass", "clues": [["in the raw", "(used informally) completely unclothed", "in the raw"], ["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["peeled", "(used informally) completely unclothed", "peeled"], ["raw", "(used informally) completely unclothed", "raw"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"], ["in the buff", "(used informally) completely unclothed", "in the buff"], ["bare-assed", "(used informally) completely unclothed", "bare-assed"]]}, {"answer": "bare-assed", "hint": "synonyms for bare-assed", "clues": [["bare-ass", "(used informally) completely unclothed", "bare-ass"], ["in the raw", "(used informally) completely unclothed", "in the raw"], ["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["peeled", "(used informally) completely unclothed", "peeled"], ["raw", "(used informally) completely unclothed", "raw"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"], ["in the buff", "(used informally) completely unclothed", "in the buff"]]}, {"answer": "barefaced", "hint": "synonyms for barefaced", "clues": [["bald", "with no effort to conceal", "bald"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "insolent"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bald-faced"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bodacious"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen-faced"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "audacious"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brassy"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen"]]}, {"answer": "barmy", "hint": "synonyms for barmy", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["zestful", "marked by spirited enjoyment", "zestful"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["zesty", "marked by spirited enjoyment", "zesty"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["yeasty", "marked by spirited enjoyment", "yeasty"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "barren", "hint": "synonyms for barren", "clues": [["devoid", "completely wanting or lacking", "devoid"], ["desolate", "providing no shelter or sustenance", "desolate"], ["bare", "providing no shelter or sustenance", "bare"], ["innocent", "completely wanting or lacking", "innocent"], ["stark", "providing no shelter or sustenance", "stark"], ["free", "completely wanting or lacking", "free"], ["destitute", "completely wanting or lacking", "destitute"], ["bleak", "providing no shelter or sustenance", "bleak"]]}, {"answer": "base", "hint": "synonyms for base", "clues": [["humble", "of low birth or station (`base' is archaic in this sense)", "humble"], ["immoral", "not adhering to ethical or moral principles", "immoral"], ["meanspirited", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare", "meanspirited"], ["baseborn", "of low birth or station (`base' is archaic in this sense)", "baseborn"], ["mean", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare", "mean"], ["lowly", "of low birth or station (`base' is archaic in this sense)", "lowly"], ["basal", "serving as or forming a base", "basal"]]}, {"answer": "baseless", "hint": "synonyms for baseless", "clues": [["unfounded", "without a basis in reason or fact", "unfounded"], ["groundless", "without a basis in reason or fact", "groundless"], ["wild", "without a basis in reason or fact", "wild"], ["unwarranted", "without a basis in reason or fact", "unwarranted"], ["idle", "without a basis in reason or fact", "idle"]]}, {"answer": "bastardly", "hint": "synonyms for bastardly", "clues": [["misbegotten", "born out of wedlock; - E.A.Freeman", "misbegotten"], ["misbegot", "born out of wedlock; - E.A.Freeman", "misbegot"], ["spurious", "born out of wedlock; - E.A.Freeman", "spurious"], ["mean", "of no value or worth", "mean"]]}, {"answer": "bathetic", "hint": "synonyms for bathetic", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "bats", "hint": "synonyms for bats", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "batty", "hint": "synonyms for batty", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "beady", "hint": "synonyms for beady", "clues": [["spangled", "covered with beads or jewels or sequins", "spangled"], ["gemmed", "covered with beads or jewels or sequins", "gemmed"], ["buttonlike", "small and round and shiny like a shiny bead or button", "buttonlike"], ["beadlike", "small and round and shiny like a shiny bead or button", "beadlike"], ["spangly", "covered with beads or jewels or sequins", "spangly"], ["jeweled", "covered with beads or jewels or sequins", "jeweled"], ["sequined", "covered with beads or jewels or sequins", "sequined"], ["buttony", "small and round and shiny like a shiny bead or button", "buttony"]]}, {"answer": "beaming", "hint": "synonyms for beaming", "clues": [["glad", "cheerful and bright", "glad"], ["radiant", "radiating or as if radiating light", "radiant"], ["refulgent", "radiating or as if radiating light", "refulgent"], ["beamy", "radiating or as if radiating light", "beamy"]]}, {"answer": "beastly", "hint": "synonyms for beastly", "clues": [["brutish", "resembling a beast; showing lack of human sensibility", "brutish"], ["hellish", "very unpleasant", "hellish"], ["brutal", "resembling a beast; showing lack of human sensibility", "brutal"], ["god-awful", "very unpleasant", "god-awful"], ["bestial", "resembling a beast; showing lack of human sensibility", "bestial"], ["brute", "resembling a beast; showing lack of human sensibility", "brute"]]}, {"answer": "beatific", "hint": "synonyms for beatific", "clues": [["saintlike", "marked by utter benignity; resembling or befitting an angel or saint", "saintlike"], ["angelical", "marked by utter benignity; resembling or befitting an angel or saint", "angelical"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint", "sainted"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint", "saintly"]]}, {"answer": "becoming", "hint": "synonyms for becoming", "clues": [["comme il faut", "according with custom or propriety", "comme il faut"], ["comely", "according with custom or propriety", "comely"], ["decorous", "according with custom or propriety", "decorous"], ["decent", "according with custom or propriety", "decent"], ["seemly", "according with custom or propriety", "seemly"]]}, {"answer": "bedraggled", "hint": "synonyms for bedraggled", "clues": [["derelict", "in deplorable condition", "derelict"], ["tumble-down", "in deplorable condition", "tumble-down"], ["tatterdemalion", "in deplorable condition", "tatterdemalion"], ["broken-down", "in deplorable condition", "broken-down"], ["draggled", "limp and soiled as if dragged in the mud", "draggled"], ["ramshackle", "in deplorable condition", "ramshackle"], ["dilapidated", "in deplorable condition", "dilapidated"]]}, {"answer": "beefy", "hint": "synonyms for beefy", "clues": [["strapping", "muscular and heavily built", "strapping"], ["burly", "muscular and heavily built", "burly"], ["buirdly", "muscular and heavily built", "buirdly"], ["husky", "muscular and heavily built", "husky"]]}, {"answer": "befuddled", "hint": "synonyms for befuddled", "clues": [["wooly", "confused and vague; used especially of thinking", "wooly"], ["wooly-minded", "confused and vague; used especially of thinking", "wooly-minded"], ["befogged", "stupefied by alcoholic drink", "befogged"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["muddled", "confused and vague; used especially of thinking", "muddled"], ["addled", "confused and vague; used especially of thinking", "addled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["muzzy", "confused and vague; used especially of thinking", "muzzy"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment", "lost"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"], ["woolly-headed", "confused and vague; used especially of thinking", "woolly-headed"]]}, {"answer": "begrimed", "hint": "synonyms for begrimed", "clues": [["dingy", "thickly covered with ingrained dirt or soot", "dingy"], ["raunchy", "thickly covered with ingrained dirt or soot", "raunchy"], ["grimy", "thickly covered with ingrained dirt or soot", "grimy"], ["grungy", "thickly covered with ingrained dirt or soot", "grungy"], ["grubby", "thickly covered with ingrained dirt or soot", "grubby"]]}, {"answer": "beguiled", "hint": "synonyms for beguiled", "clues": [["charmed", "filled with wonder and delight", "charmed"], ["entranced", "filled with wonder and delight", "entranced"], ["enthralled", "filled with wonder and delight", "enthralled"], ["delighted", "filled with wonder and delight", "delighted"], ["captivated", "filled with wonder and delight", "captivated"]]}, {"answer": "belittling", "hint": "synonyms for belittling", "clues": [["deprecative", "tending to diminish or disparage", "deprecative"], ["deprecatory", "tending to diminish or disparage", "deprecatory"], ["slighting", "tending to diminish or disparage", "slighting"], ["deprecating", "tending to diminish or disparage", "deprecating"]]}, {"answer": "bellied", "hint": "synonyms for bellied", "clues": [["bulging", "curving outward", "bulging"], ["bulgy", "curving outward", "bulgy"], ["bellying", "curving outward", "bellying"], ["bulbous", "curving outward", "bulbous"], ["protuberant", "curving outward", "protuberant"]]}, {"answer": "belligerent", "hint": "synonyms for belligerent", "clues": [["warring", "engaged in war", "warring"], ["aggressive", "characteristic of an enemy or one eager to fight", "aggressive"], ["war-ridden", "engaged in war", "war-ridden"], ["militant", "engaged in war", "militant"]]}, {"answer": "bellying", "hint": "synonyms for bellying", "clues": [["bulging", "curving outward", "bulging"], ["bulgy", "curving outward", "bulgy"], ["bulbous", "curving outward", "bulbous"], ["bellied", "curving outward", "bellied"], ["protuberant", "curving outward", "protuberant"]]}, {"answer": "bemused", "hint": "synonyms for bemused", "clues": [["deep in thought", "deeply absorbed in thought", "deep in thought"], ["lost", "deeply absorbed in thought", "lost"], ["preoccupied", "deeply absorbed in thought", "preoccupied"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"]]}, {"answer": "benevolent", "hint": "synonyms for benevolent", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity", "charitable"], ["kindly", "showing or motivated by sympathy and understanding and generosity", "kindly"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity", "sympathetic"], ["beneficent", "generous in assistance to the poor", "beneficent"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity", "large-hearted"], ["eleemosynary", "generous in assistance to the poor", "eleemosynary"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity", "good-hearted"], ["openhearted", "showing or motivated by sympathy and understanding and generosity", "openhearted"], ["freehearted", "generous in providing aid to others", "freehearted"], ["philanthropic", "generous in assistance to the poor", "philanthropic"]]}, {"answer": "bent", "hint": "synonyms for bent", "clues": [["bent on", "fixed in your purpose", "bent on"], ["dented", "of metal e.g.", "dented"], ["bended", "used of the back and knees; stooped", "bended"], ["out to", "fixed in your purpose", "out to"], ["crumpled", "of metal e.g.", "crumpled"], ["dead set", "fixed in your purpose", "dead set"]]}, {"answer": "bereaved", "hint": "synonyms for bereaved", "clues": [["mourning", "sorrowful through loss or deprivation", "mourning"], ["sorrowing", "sorrowful through loss or deprivation", "sorrowing"], ["bereft", "sorrowful through loss or deprivation", "bereft"], ["grieving", "sorrowful through loss or deprivation", "grieving"], ["grief-stricken", "sorrowful through loss or deprivation", "grief-stricken"]]}, {"answer": "bereft", "hint": "synonyms for bereft", "clues": [["lovelorn", "unhappy in love; suffering from unrequited love", "lovelorn"], ["unbeloved", "unhappy in love; suffering from unrequited love", "unbeloved"], ["mourning", "sorrowful through loss or deprivation", "mourning"], ["sorrowing", "sorrowful through loss or deprivation", "sorrowing"], ["bereaved", "sorrowful through loss or deprivation", "bereaved"], ["grieving", "sorrowful through loss or deprivation", "grieving"], ["grief-stricken", "sorrowful through loss or deprivation", "grief-stricken"]]}, {"answer": "berserk", "hint": "synonyms for berserk", "clues": [["possessed", "frenzied as if possessed by a demon", "possessed"], ["amuck", "frenzied as if possessed by a demon", "amuck"], ["amok", "frenzied as if possessed by a demon", "amok"], ["demoniac", "frenzied as if possessed by a demon", "demoniac"]]}, {"answer": "besotted", "hint": "synonyms for besotted", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "bespoke", "hint": "synonyms for bespoke", "clues": [["bespoken", "(of clothing) custom-made", "bespoken"], ["tailored", "(of clothing) custom-made", "tailored"], ["made-to-order", "(of clothing) custom-made", "made-to-order"], ["tailor-made", "(of clothing) custom-made", "tailor-made"]]}, {"answer": "bespoken", "hint": "synonyms for bespoken", "clues": [["made-to-order", "(of clothing) custom-made", "made-to-order"], ["tailor-made", "(of clothing) custom-made", "tailor-made"], ["tailored", "(of clothing) custom-made", "tailored"], ["bespoke", "(of clothing) custom-made", "bespoke"], ["betrothed", "pledged to be married", "betrothed"]]}, {"answer": "best", "hint": "synonyms for best", "clues": [["good", "having desirable or positive qualities especially those suitable for a thing specified", "good"], ["beneficial", "promoting or enhancing well-being", "beneficial"], ["serious", "appealing to the mind", "serious"], ["skillful", "having or showing knowledge and skill and aptitude", "skillful"], ["adept", "having or showing knowledge and skill and aptitude", "adept"], ["undecomposed", "not left to spoil", "undecomposed"], ["unspoilt", "not left to spoil", "unspoilt"], ["near", "with or in a close or intimate relationship", "near"], ["secure", "financially sound", "secure"], ["in effect", "exerting force or influence", "in effect"], ["safe", "financially sound", "safe"], ["just", "of moral excellence", "just"], ["full", "having the normally expected amount", "full"], ["honest", "not forged", "honest"], ["respectable", "deserving of esteem and respect", "respectable"], ["expert", "having or showing knowledge and skill and aptitude", "expert"], ["right", "most suitable or right for a particular purpose", "right"], ["honorable", "deserving of esteem and respect", "honorable"], ["in force", "exerting force or influence", "in force"], ["dear", "with or in a close or intimate relationship", "dear"], ["upright", "of moral excellence", "upright"], ["well", "resulting favorably", "well"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"], ["unspoiled", "not left to spoil", "unspoiled"], ["estimable", "deserving of esteem and respect", "estimable"], ["effective", "exerting force or influence", "effective"], ["ripe", "most suitable or right for a particular purpose", "ripe"], ["better", "(comparative and superlative of `well') wiser or more advantageous and hence advisable", "better"], ["dependable", "financially sound", "dependable"], ["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["sound", "in excellent physical condition", "sound"], ["salutary", "tending to promote physical well-being; beneficial to health", "salutary"]]}, {"answer": "best-loved", "hint": "synonyms for best-loved", "clues": [["favorite", "preferred above all others and treated with partiality", "favorite"], ["pet", "preferred above all others and treated with partiality", "pet"], ["preferred", "preferred above all others and treated with partiality", "preferred"], ["favored", "preferred above all others and treated with partiality", "favored"], ["preferent", "preferred above all others and treated with partiality", "preferent"]]}, {"answer": "bestial", "hint": "synonyms for bestial", "clues": [["brutal", "resembling a beast; showing lack of human sensibility", "brutal"], ["brutish", "resembling a beast; showing lack of human sensibility", "brutish"], ["brute", "resembling a beast; showing lack of human sensibility", "brute"], ["beastly", "resembling a beast; showing lack of human sensibility", "beastly"]]}, {"answer": "better", "hint": "synonyms for better", "clues": [["good", "having desirable or positive qualities especially those suitable for a thing specified", "good"], ["beneficial", "promoting or enhancing well-being", "beneficial"], ["serious", "appealing to the mind", "serious"], ["well", "in good health especially after having suffered illness or injury", "well"], ["skillful", "having or showing knowledge and skill and aptitude", "skillful"], ["adept", "having or showing knowledge and skill and aptitude", "adept"], ["best", "(comparative and superlative of `well') wiser or more advantageous and hence advisable", "best"], ["undecomposed", "not left to spoil", "undecomposed"], ["unspoilt", "not left to spoil", "unspoilt"], ["near", "with or in a close or intimate relationship", "near"], ["secure", "financially sound", "secure"], ["in effect", "exerting force or influence", "in effect"], ["safe", "financially sound", "safe"], ["just", "of moral excellence", "just"], ["full", "having the normally expected amount", "full"], ["honest", "not forged", "honest"], ["respectable", "deserving of esteem and respect", "respectable"], ["expert", "having or showing knowledge and skill and aptitude", "expert"], ["right", "most suitable or right for a particular purpose", "right"], ["honorable", "deserving of esteem and respect", "honorable"], ["in force", "exerting force or influence", "in force"], ["dear", "with or in a close or intimate relationship", "dear"], ["upright", "of moral excellence", "upright"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"], ["unspoiled", "not left to spoil", "unspoiled"], ["estimable", "deserving of esteem and respect", "estimable"], ["effective", "exerting force or influence", "effective"], ["ripe", "most suitable or right for a particular purpose", "ripe"], ["dependable", "financially sound", "dependable"], ["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["sound", "in excellent physical condition", "sound"], ["salutary", "tending to promote physical well-being; beneficial to health", "salutary"]]}, {"answer": "better-looking", "hint": "synonyms for better-looking", "clues": [["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "fine-looking"], ["well-favored", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "well-favored"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "good-looking"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "handsome"]]}, {"answer": "bewhiskered", "hint": "synonyms for bewhiskered", "clues": [["barbate", "having hair on the cheeks and chin", "barbate"], ["whiskery", "having hair on the cheeks and chin", "whiskery"], ["bearded", "having hair on the cheeks and chin", "bearded"], ["whiskered", "having hair on the cheeks and chin", "whiskered"]]}, {"answer": "bewildered", "hint": "synonyms for bewildered", "clues": [["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment", "lost"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"]]}, {"answer": "bewitching", "hint": "synonyms for bewitching", "clues": [["enchanting", "capturing interest as if by a spell", "enchanting"], ["fascinating", "capturing interest as if by a spell", "fascinating"], ["entrancing", "capturing interest as if by a spell", "entrancing"], ["captivating", "capturing interest as if by a spell", "captivating"], ["enthralling", "capturing interest as if by a spell", "enthralling"]]}, {"answer": "bicolor", "hint": "synonyms for bicolor", "clues": [["bicolored", "having two colors", "bicolored"], ["bicolour", "having two colors", "bicolour"], ["bichrome", "having two colors", "bichrome"], ["dichromatic", "having two colors", "dichromatic"]]}, {"answer": "bicoloured", "hint": "synonyms for bicoloured", "clues": [["bicolored", "having two colors", "bicolored"], ["bicolour", "having two colors", "bicolour"], ["bichrome", "having two colors", "bichrome"], ["dichromatic", "having two colors", "dichromatic"]]}, {"answer": "bifurcate", "hint": "synonyms for bifurcate", "clues": [["prongy", "resembling a fork; divided or separated into two branches", "prongy"], ["forked", "resembling a fork; divided or separated into two branches", "forked"], ["branched", "resembling a fork; divided or separated into two branches", "branched"], ["biramous", "resembling a fork; divided or separated into two branches", "biramous"], ["forficate", "resembling a fork; divided or separated into two branches", "forficate"], ["fork-like", "resembling a fork; divided or separated into two branches", "fork-like"], ["pronged", "resembling a fork; divided or separated into two branches", "pronged"]]}, {"answer": "big", "hint": "synonyms for big", "clues": [["great", "in an advanced stage of pregnancy", "great"], ["freehanded", "given or giving freely", "freehanded"], ["bragging", "exhibiting self-importance", "bragging"], ["bountiful", "given or giving freely", "bountiful"], ["boastful", "exhibiting self-importance", "boastful"], ["bad", "very intense", "bad"], ["grown", "(of animals) fully developed", "grown"], ["fully grown", "(of animals) fully developed", "fully grown"], ["heavy", "prodigious", "heavy"], ["magnanimous", "generous and understanding and tolerant", "magnanimous"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["vainglorious", "feeling self-importance", "vainglorious"], ["braggy", "exhibiting self-importance", "braggy"], ["bighearted", "given or giving freely", "bighearted"], ["large", "above average in size or number or quantity or magnitude or extent", "large"], ["bounteous", "given or giving freely", "bounteous"], ["openhanded", "given or giving freely", "openhanded"], ["liberal", "given or giving freely", "liberal"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["adult", "(of animals) fully developed", "adult"], ["grownup", "(of animals) fully developed", "grownup"], ["prominent", "conspicuous in position or importance", "prominent"], ["giving", "given or giving freely", "giving"], ["with child", "in an advanced stage of pregnancy", "with child"], ["crowing", "exhibiting self-importance", "crowing"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["braggart", "exhibiting self-importance", "braggart"], ["self-aggrandising", "exhibiting self-importance", "self-aggrandising"], ["handsome", "given or giving freely", "handsome"], ["swelled", "feeling self-importance", "swelled"]]}, {"answer": "bigger", "hint": "synonyms for bigger", "clues": [["great", "in an advanced stage of pregnancy", "great"], ["freehanded", "given or giving freely", "freehanded"], ["bragging", "exhibiting self-importance", "bragging"], ["boastful", "exhibiting self-importance", "boastful"], ["bad", "very intense", "bad"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["fully grown", "(of animals) fully developed", "fully grown"], ["heavy", "prodigious", "heavy"], ["braggy", "exhibiting self-importance", "braggy"], ["large", "above average in size or number or quantity or magnitude or extent", "large"], ["big", "significant", "big"], ["openhanded", "given or giving freely", "openhanded"], ["adult", "(of animals) fully developed", "adult"], ["grownup", "(of animals) fully developed", "grownup"], ["giving", "given or giving freely", "giving"], ["crowing", "exhibiting self-importance", "crowing"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["swelled", "feeling self-importance", "swelled"], ["self-aggrandizing", "exhibiting self-importance", "self-aggrandizing"], ["bountiful", "given or giving freely", "bountiful"], ["grown", "(of animals) fully developed", "grown"], ["magnanimous", "generous and understanding and tolerant", "magnanimous"], ["vainglorious", "feeling self-importance", "vainglorious"], ["bighearted", "given or giving freely", "bighearted"], ["bounteous", "given or giving freely", "bounteous"], ["liberal", "given or giving freely", "liberal"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["prominent", "conspicuous in position or importance", "prominent"], ["with child", "in an advanced stage of pregnancy", "with child"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["braggart", "exhibiting self-importance", "braggart"], ["handsome", "given or giving freely", "handsome"]]}, {"answer": "bigheaded", "hint": "synonyms for bigheaded", "clues": [["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "stuck-up"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "uppish"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snooty"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "persnickety"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snot-nosed"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snotty"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "too big for one's breeches"]]}, {"answer": "bighearted", "hint": "synonyms for bighearted", "clues": [["freehanded", "given or giving freely", "freehanded"], ["bountiful", "given or giving freely", "bountiful"], ["giving", "given or giving freely", "giving"], ["handsome", "given or giving freely", "handsome"], ["openhanded", "given or giving freely", "openhanded"], ["bounteous", "given or giving freely", "bounteous"], ["big", "given or giving freely", "big"], ["liberal", "given or giving freely", "liberal"]]}, {"answer": "bilaterally_symmetrical", "hint": "synonyms for bilaterally symmetrical", "clues": [["bilateral", "having identical parts on each side of an axis", "bilateral"], ["zygomorphous", "capable of division into symmetrical halves by only one longitudinal plane passing through the axis", "zygomorphous"], ["zygomorphic", "capable of division into symmetrical halves by only one longitudinal plane passing through the axis", "zygomorphic"], ["bilaterally symmetric", "having identical parts on each side of an axis", "bilaterally symmetric"]]}, {"answer": "bilious", "hint": "synonyms for bilious", "clues": [["biliary", "relating to or containing bile", "biliary"], ["atrabilious", "irritable as if suffering from indigestion", "atrabilious"], ["dyspeptic", "irritable as if suffering from indigestion", "dyspeptic"], ["liverish", "irritable as if suffering from indigestion", "liverish"], ["livery", "suffering from or suggesting a liver disorder or gastric distress", "livery"]]}, {"answer": "biramous", "hint": "synonyms for biramous", "clues": [["prongy", "resembling a fork; divided or separated into two branches", "prongy"], ["forked", "resembling a fork; divided or separated into two branches", "forked"], ["branched", "resembling a fork; divided or separated into two branches", "branched"], ["forficate", "resembling a fork; divided or separated into two branches", "forficate"], ["fork-like", "resembling a fork; divided or separated into two branches", "fork-like"], ["bifurcate", "resembling a fork; divided or separated into two branches", "bifurcate"], ["pronged", "resembling a fork; divided or separated into two branches", "pronged"]]}, {"answer": "bit-by-bit", "hint": "synonyms for bit-by-bit", "clues": [["in small stages", "one thing at a time", "in small stages"], ["stepwise", "one thing at a time", "stepwise"], ["piecemeal", "one thing at a time", "piecemeal"], ["step-by-step", "one thing at a time", "step-by-step"]]}, {"answer": "biting", "hint": "synonyms for biting", "clues": [["bitter", "causing a sharply painful or stinging sensation; used especially of cold", "bitter"], ["nipping", "capable of wounding", "nipping"], ["mordacious", "capable of wounding", "mordacious"], ["pungent", "capable of wounding", "pungent"], ["barbed", "capable of wounding", "barbed"]]}, {"answer": "bitter", "hint": "synonyms for bitter", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["biting", "causing a sharply painful or stinging sensation; used especially of cold", "biting"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["blistering", "harsh or corrosive in tone", "blistering"], ["caustic", "harsh or corrosive in tone", "caustic"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"], ["acerbic", "harsh or corrosive in tone", "acerbic"], ["acrimonious", "marked by strong resentment or cynicism", "acrimonious"]]}, {"answer": "bittie", "hint": "synonyms for bittie", "clues": [["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "bitty", "hint": "synonyms for bitty", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["weeny", "(used informally) very small", "weeny"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"]]}, {"answer": "biyearly", "hint": "synonyms for biyearly", "clues": [["biennial", "occurring every second year", "biennial"], ["half-yearly", "occurring or payable twice each year", "half-yearly"], ["semiannual", "occurring or payable twice each year", "semiannual"], ["biannual", "occurring or payable twice each year", "biannual"]]}, {"answer": "bizarre", "hint": "synonyms for bizarre", "clues": [["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "blabbermouthed", "hint": "synonyms for blabbermouthed", "clues": [["tattling", "prone to communicate confidential information", "tattling"], ["blabby", "unwisely talking too much", "blabby"], ["talebearing", "prone to communicate confidential information", "talebearing"], ["talkative", "unwisely talking too much", "talkative"], ["leaky", "prone to communicate confidential information", "leaky"], ["bigmouthed", "unwisely talking too much", "bigmouthed"]]}, {"answer": "black", "hint": "synonyms for black", "clues": [["contraband", "distributed or sold illicitly", "contraband"], ["pitch-black", "extremely dark", "pitch-black"], ["sinister", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy", "sinister"], ["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "disgraceful"], ["bleak", "offering little or no hope; ; ; - J.M.Synge", "bleak"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "shameful"], ["dark", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy", "dark"], ["black-market", "distributed or sold illicitly", "black-market"], ["mordant", "harshly ironic or sinister", "mordant"], ["bootleg", "distributed or sold illicitly", "bootleg"], ["smuggled", "distributed or sold illicitly", "smuggled"], ["smutty", "soiled with dirt or soot", "smutty"], ["fateful", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "fateful"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "ignominious"], ["pitch-dark", "extremely dark", "pitch-dark"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "disastrous"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "inglorious"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "calamitous"], ["dim", "offering little or no hope; ; ; - J.M.Synge", "dim"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "opprobrious"], ["grim", "harshly ironic or sinister", "grim"], ["fatal", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "fatal"], ["blackened", "(of the face) made black especially as with suffused blood", "blackened"]]}, {"answer": "black-market", "hint": "synonyms for black-market", "clues": [["smuggled", "distributed or sold illicitly", "smuggled"], ["contraband", "distributed or sold illicitly", "contraband"], ["bootleg", "distributed or sold illicitly", "bootleg"], ["black", "distributed or sold illicitly", "black"]]}, {"answer": "blamable", "hint": "synonyms for blamable", "clues": [["culpable", "deserving blame or censure as being wrong or evil or injurious", "culpable"], ["blameable", "deserving blame or censure as being wrong or evil or injurious", "blameable"], ["censurable", "deserving blame or censure as being wrong or evil or injurious", "censurable"], ["blameful", "deserving blame or censure as being wrong or evil or injurious", "blameful"], ["blameworthy", "deserving blame or censure as being wrong or evil or injurious", "blameworthy"]]}, {"answer": "blame", "hint": "synonyms for blame", "clues": [["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["blamed", "expletives used informally as intensifiers", "blamed"], ["goddamned", "expletives used informally as intensifiers", "goddamned"], ["damned", "expletives used informally as intensifiers", "damned"], ["darned", "expletives used informally as intensifiers", "darned"], ["deuced", "expletives used informally as intensifiers", "deuced"]]}, {"answer": "blameable", "hint": "synonyms for blameable", "clues": [["culpable", "deserving blame or censure as being wrong or evil or injurious", "culpable"], ["blamable", "deserving blame or censure as being wrong or evil or injurious", "blamable"], ["censurable", "deserving blame or censure as being wrong or evil or injurious", "censurable"], ["blameful", "deserving blame or censure as being wrong or evil or injurious", "blameful"], ["blameworthy", "deserving blame or censure as being wrong or evil or injurious", "blameworthy"]]}, {"answer": "blamed", "hint": "synonyms for blamed", "clues": [["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["darned", "expletives used informally as intensifiers", "darned"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["goddamned", "expletives used informally as intensifiers", "goddamned"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["damned", "expletives used informally as intensifiers", "damned"], ["blame", "expletives used informally as intensifiers", "blame"], ["deuced", "expletives used informally as intensifiers", "deuced"]]}, {"answer": "blameful", "hint": "synonyms for blameful", "clues": [["culpable", "deserving blame or censure as being wrong or evil or injurious", "culpable"], ["blamable", "deserving blame or censure as being wrong or evil or injurious", "blamable"], ["censurable", "deserving blame or censure as being wrong or evil or injurious", "censurable"], ["blameworthy", "deserving blame or censure as being wrong or evil or injurious", "blameworthy"]]}, {"answer": "blameworthy", "hint": "synonyms for blameworthy", "clues": [["culpable", "deserving blame or censure as being wrong or evil or injurious", "culpable"], ["blamable", "deserving blame or censure as being wrong or evil or injurious", "blamable"], ["censurable", "deserving blame or censure as being wrong or evil or injurious", "censurable"], ["blameful", "deserving blame or censure as being wrong or evil or injurious", "blameful"]]}, {"answer": "blanched", "hint": "synonyms for blanched", "clues": [["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "bloodless"], ["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "white"], ["etiolate", "(especially of plants) developed without chlorophyll by being deprived of light", "etiolate"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "ashen"], ["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "livid"]]}, {"answer": "bland", "hint": "synonyms for bland", "clues": [["flat", "lacking taste or flavor or tang", "flat"], ["savourless", "lacking taste or flavor or tang", "savourless"], ["politic", "smoothly agreeable and courteous with a degree of sophistication", "politic"], ["flavorless", "lacking taste or flavor or tang", "flavorless"], ["suave", "smoothly agreeable and courteous with a degree of sophistication", "suave"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["smooth", "smoothly agreeable and courteous with a degree of sophistication", "smooth"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}, {"answer": "blanket", "hint": "synonyms for blanket", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"]]}, {"answer": "blasted", "hint": "synonyms for blasted", "clues": [["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["darned", "expletives used informally as intensifiers", "darned"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["blamed", "expletives used informally as intensifiers", "blamed"], ["goddamned", "expletives used informally as intensifiers", "goddamned"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["damned", "expletives used informally as intensifiers", "damned"], ["deuced", "expletives used informally as intensifiers", "deuced"]]}, {"answer": "blatant", "hint": "synonyms for blatant", "clues": [["vociferous", "conspicuously and offensively loud; given to vehement outcry", "vociferous"], ["clamorous", "conspicuously and offensively loud; given to vehement outcry", "clamorous"], ["conspicuous", "without any attempt at concealment; completely obvious", "conspicuous"], ["strident", "conspicuously and offensively loud; given to vehement outcry", "strident"], ["clamant", "conspicuously and offensively loud; given to vehement outcry", "clamant"], ["blazing", "without any attempt at concealment; completely obvious", "blazing"]]}, {"answer": "blazing", "hint": "synonyms for blazing", "clues": [["blinding", "shining intensely", "blinding"], ["glary", "shining intensely", "glary"], ["fulgent", "shining intensely", "fulgent"], ["dazzling", "shining intensely", "dazzling"], ["blatant", "without any attempt at concealment; completely obvious", "blatant"], ["glaring", "shining intensely", "glaring"], ["conspicuous", "without any attempt at concealment; completely obvious", "conspicuous"]]}, {"answer": "bleached", "hint": "synonyms for bleached", "clues": [["dyed", "(used of color) artificially produced; not natural", "dyed"], ["washed-out", "having lost freshness or brilliance of color", "washed-out"], ["colored", "(used of color) artificially produced; not natural", "colored"], ["washy", "having lost freshness or brilliance of color", "washy"], ["faded", "having lost freshness or brilliance of color", "faded"]]}, {"answer": "bleak", "hint": "synonyms for bleak", "clues": [["raw", "unpleasantly cold and damp", "raw"], ["black", "offering little or no hope; ; ; - J.M.Synge", "black"], ["desolate", "providing no shelter or sustenance", "desolate"], ["dim", "offering little or no hope; ; ; - J.M.Synge", "dim"], ["bare", "providing no shelter or sustenance", "bare"], ["cutting", "unpleasantly cold and damp", "cutting"], ["stark", "providing no shelter or sustenance", "stark"], ["barren", "providing no shelter or sustenance", "barren"]]}, {"answer": "bleary", "hint": "synonyms for bleary", "clues": [["bleary-eyed", "tired to the point of exhaustion", "bleary-eyed"], ["blurry", "indistinct or hazy in outline", "blurry"], ["foggy", "indistinct or hazy in outline", "foggy"], ["blurred", "indistinct or hazy in outline", "blurred"], ["blear", "tired to the point of exhaustion", "blear"], ["muzzy", "indistinct or hazy in outline", "muzzy"], ["fuzzy", "indistinct or hazy in outline", "fuzzy"], ["hazy", "indistinct or hazy in outline", "hazy"]]}, {"answer": "blessed", "hint": "synonyms for blessed", "clues": [["blame", "expletives used informally as intensifiers", "blame"], ["deuced", "expletives used informally as intensifiers", "deuced"], ["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blest", "highly favored or fortunate (as e.g. by divine grace)", "blest"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["beatified", "Roman Catholic; proclaimed one of the blessed and thus worthy of veneration", "beatified"], ["damned", "expletives used informally as intensifiers", "damned"], ["darned", "expletives used informally as intensifiers", "darned"], ["goddamned", "expletives used informally as intensifiers", "goddamned"]]}, {"answer": "blind_drunk", "hint": "synonyms for blind drunk", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "blinding", "hint": "synonyms for blinding", "clues": [["blazing", "shining intensely", "blazing"], ["glary", "shining intensely", "glary"], ["fulgent", "shining intensely", "fulgent"], ["dazzling", "shining intensely", "dazzling"], ["glaring", "shining intensely", "glaring"]]}, {"answer": "blinking", "hint": "synonyms for blinking", "clues": [["blooming", "informal intensifiers", "blooming"], ["bally", "informal intensifiers", "bally"], ["bloody", "informal intensifiers", "bloody"], ["flaming", "informal intensifiers", "flaming"], ["crashing", "informal intensifiers", "crashing"], ["fucking", "informal intensifiers", "fucking"], ["winking", "closing the eyes intermittently and rapidly", "winking"]]}, {"answer": "blistering", "hint": "synonyms for blistering", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["acerbic", "harsh or corrosive in tone", "acerbic"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["red-hot", "very fast; capable of quick response and great speed", "red-hot"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["blistery", "hot enough to raise (or as if to raise) blisters", "blistery"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["hot", "very fast; capable of quick response and great speed", "hot"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"]]}, {"answer": "blockheaded", "hint": "synonyms for blockheaded", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["duncical", "(used informally) stupid", "duncical"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "blood-red", "hint": "synonyms for blood-red", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "blood-related", "hint": "synonyms for blood-related", "clues": [["cognate", "related by blood", "cognate"], ["consanguineous", "related by blood", "consanguineous"], ["kin", "related by blood", "kin"], ["consanguineal", "related by blood", "consanguineal"]]}, {"answer": "bloodless", "hint": "synonyms for bloodless", "clues": [["exsanguinous", "destitute of blood or apparently so; - John Dryden", "exsanguinous"], ["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "white"], ["exsanguine", "destitute of blood or apparently so; - John Dryden", "exsanguine"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "blanched"], ["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "livid"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "ashen"]]}, {"answer": "bloody", "hint": "synonyms for bloody", "clues": [["blinking", "informal intensifiers", "blinking"], ["blooming", "informal intensifiers", "blooming"], ["flaming", "informal intensifiers", "flaming"], ["crashing", "informal intensifiers", "crashing"], ["fucking", "informal intensifiers", "fucking"], ["bally", "informal intensifiers", "bally"]]}, {"answer": "blooming", "hint": "synonyms for blooming", "clues": [["blinking", "informal intensifiers", "blinking"], ["bloody", "informal intensifiers", "bloody"], ["flaming", "informal intensifiers", "flaming"], ["crashing", "informal intensifiers", "crashing"], ["fucking", "informal intensifiers", "fucking"], ["bally", "informal intensifiers", "bally"]]}, {"answer": "blotto", "hint": "synonyms for blotto", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "blue", "hint": "synonyms for blue", "clues": [["disconsolate", "causing dejection", "disconsolate"], ["risque", "suggestive of sexual impropriety", "risque"], ["grim", "filled with melancholy and despondency", "grim"], ["sorry", "causing dejection", "sorry"], ["puritanical", "morally rigorous and strict", "puritanical"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy", "blue-blooded"], ["dingy", "causing dejection", "dingy"], ["aristocratical", "belonging to or characteristic of the nobility or aristocracy", "aristocratical"], ["drab", "causing dejection", "drab"], ["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["juicy", "suggestive of sexual impropriety", "juicy"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["gentle", "belonging to or characteristic of the nobility or aristocracy", "gentle"], ["spicy", "suggestive of sexual impropriety", "spicy"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["bluish", "of the color intermediate between green and violet; having a color similar to that of a clear unclouded sky; - Helen Hunt Jackson", "bluish"], ["patrician", "belonging to or characteristic of the nobility or aristocracy", "patrician"], ["racy", "suggestive of sexual impropriety", "racy"], ["gamy", "suggestive of sexual impropriety", "gamy"], ["dismal", "causing dejection", "dismal"], ["dreary", "causing dejection", "dreary"], ["down", "filled with melancholy and despondency", "down"], ["blasphemous", "characterized by profanity or cursing", "blasphemous"], ["depressed", "filled with melancholy and despondency", "depressed"], ["dark", "causing dejection", "dark"], ["downcast", "filled with melancholy and despondency", "downcast"], ["naughty", "suggestive of sexual impropriety", "naughty"], ["profane", "characterized by profanity or cursing", "profane"]]}, {"answer": "blue-blooded", "hint": "synonyms for blue-blooded", "clues": [["aristocratical", "belonging to or characteristic of the nobility or aristocracy", "aristocratical"], ["blue", "belonging to or characteristic of the nobility or aristocracy", "blue"], ["gentle", "belonging to or characteristic of the nobility or aristocracy", "gentle"], ["patrician", "belonging to or characteristic of the nobility or aristocracy", "patrician"]]}, {"answer": "blunt", "hint": "synonyms for blunt", "clues": [["stark", "devoid of any qualifications or disguise or adornment", "stark"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["crude", "devoid of any qualifications or disguise or adornment", "crude"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "blurred", "hint": "synonyms for blurred", "clues": [["blurry", "indistinct or hazy in outline", "blurry"], ["bleary", "indistinct or hazy in outline", "bleary"], ["foggy", "indistinct or hazy in outline", "foggy"], ["fuzzy", "indistinct or hazy in outline", "fuzzy"], ["clouded", "unclear in form or expression; ; - H.G.Wells", "clouded"], ["muzzy", "indistinct or hazy in outline", "muzzy"], ["hazy", "indistinct or hazy in outline", "hazy"]]}, {"answer": "blurry", "hint": "synonyms for blurry", "clues": [["muzzy", "indistinct or hazy in outline", "muzzy"], ["bleary", "indistinct or hazy in outline", "bleary"], ["foggy", "indistinct or hazy in outline", "foggy"], ["fuzzy", "indistinct or hazy in outline", "fuzzy"], ["blurred", "indistinct or hazy in outline", "blurred"], ["hazy", "indistinct or hazy in outline", "hazy"]]}, {"answer": "boastful", "hint": "synonyms for boastful", "clues": [["big", "exhibiting self-importance", "big"], ["bragging", "exhibiting self-importance", "bragging"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["crowing", "exhibiting self-importance", "crowing"], ["braggy", "exhibiting self-importance", "braggy"], ["braggart", "exhibiting self-importance", "braggart"], ["self-aggrandising", "exhibiting self-importance", "self-aggrandising"]]}, {"answer": "bodacious", "hint": "synonyms for bodacious", "clues": [["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen-faced"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "insolent"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "audacious"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bald-faced"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brassy"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "barefaced"]]}, {"answer": "bodied", "hint": "synonyms for bodied", "clues": [["corporal", "possessing or existing in bodily form; - Shakespeare", "corporal"], ["corporate", "possessing or existing in bodily form; - Shakespeare", "corporate"], ["incarnate", "possessing or existing in bodily form; - Shakespeare", "incarnate"], ["embodied", "possessing or existing in bodily form; - Shakespeare", "embodied"]]}, {"answer": "bodiless", "hint": "synonyms for bodiless", "clues": [["disembodied", "not having a material body", "disembodied"], ["unbodied", "not having a material body", "unbodied"], ["discorporate", "not having a material body", "discorporate"], ["bodyless", "having no trunk or main part", "bodyless"]]}, {"answer": "boggy", "hint": "synonyms for boggy", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "boisterous", "hint": "synonyms for boisterous", "clues": [["rambunctious", "noisy and lacking in restraint or discipline", "rambunctious"], ["fierce", "violently agitated and turbulent; ; - Ezra Pound", "fierce"], ["rough", "violently agitated and turbulent; ; - Ezra Pound", "rough"], ["unruly", "noisy and lacking in restraint or discipline", "unruly"], ["knockabout", "full of rough and exuberant animal spirits", "knockabout"], ["rumbustious", "noisy and lacking in restraint or discipline", "rumbustious"]]}, {"answer": "bombastic", "hint": "synonyms for bombastic", "clues": [["turgid", "ostentatiously lofty in style", "turgid"], ["orotund", "ostentatiously lofty in style", "orotund"], ["tumid", "ostentatiously lofty in style", "tumid"], ["declamatory", "ostentatiously lofty in style", "declamatory"], ["large", "ostentatiously lofty in style", "large"]]}, {"answer": "boneheaded", "hint": "synonyms for boneheaded", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["duncical", "(used informally) stupid", "duncical"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "boney", "hint": "synonyms for boney", "clues": [["underweight", "being very thin", "underweight"], ["scrawny", "being very thin", "scrawny"], ["scraggy", "being very thin", "scraggy"], ["bony", "having bones especially many or prominent bones", "bony"], ["weedy", "being very thin", "weedy"], ["skinny", "being very thin", "skinny"]]}, {"answer": "bonkers", "hint": "synonyms for bonkers", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "bonnie", "hint": "synonyms for bonnie", "clues": [["fair", "very pleasing to the eye", "fair"], ["bonny", "very pleasing to the eye", "bonny"], ["comely", "very pleasing to the eye", "comely"], ["sightly", "very pleasing to the eye", "sightly"]]}, {"answer": "bonny", "hint": "synonyms for bonny", "clues": [["bonnie", "very pleasing to the eye", "bonnie"], ["fair", "very pleasing to the eye", "fair"], ["comely", "very pleasing to the eye", "comely"], ["sightly", "very pleasing to the eye", "sightly"]]}, {"answer": "bony", "hint": "synonyms for bony", "clues": [["cadaverous", "very thin especially from disease or hunger or cold", "cadaverous"], ["boney", "having bones especially many or prominent bones", "boney"], ["wasted", "very thin especially from disease or hunger or cold", "wasted"], ["pinched", "very thin especially from disease or hunger or cold", "pinched"], ["haggard", "very thin especially from disease or hunger or cold", "haggard"], ["emaciated", "very thin especially from disease or hunger or cold", "emaciated"], ["skeletal", "very thin especially from disease or hunger or cold", "skeletal"], ["osteal", "composed of or containing bone", "osteal"], ["osseous", "composed of or containing bone", "osseous"], ["gaunt", "very thin especially from disease or hunger or cold", "gaunt"]]}, {"answer": "booming", "hint": "synonyms for booming", "clues": [["palmy", "very lively and profitable", "palmy"], ["stentorian", "used of the voice", "stentorian"], ["prospering", "very lively and profitable", "prospering"], ["thriving", "very lively and profitable", "thriving"], ["flourishing", "very lively and profitable", "flourishing"], ["prosperous", "very lively and profitable", "prosperous"], ["roaring", "very lively and profitable", "roaring"]]}, {"answer": "boorish", "hint": "synonyms for boorish", "clues": [["neandertal", "ill-mannered and coarse and contemptible in behavior or appearance", "neandertal"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance", "loutish"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance", "swinish"], ["oafish", "ill-mannered and coarse and contemptible in behavior or appearance", "oafish"]]}, {"answer": "bootleg", "hint": "synonyms for bootleg", "clues": [["smuggled", "distributed or sold illicitly", "smuggled"], ["black-market", "distributed or sold illicitly", "black-market"], ["contraband", "distributed or sold illicitly", "contraband"], ["black", "distributed or sold illicitly", "black"]]}, {"answer": "bootless", "hint": "synonyms for bootless", "clues": [["futile", "unproductive of success", "futile"], ["fruitless", "unproductive of success", "fruitless"], ["sleeveless", "unproductive of success", "sleeveless"], ["vain", "unproductive of success", "vain"]]}, {"answer": "bootlicking", "hint": "synonyms for bootlicking", "clues": [["obsequious", "attempting to win favor from influential people by flattery", "obsequious"], ["sycophantic", "attempting to win favor from influential people by flattery", "sycophantic"], ["toadyish", "attempting to win favor from influential people by flattery", "toadyish"], ["fawning", "attempting to win favor from influential people by flattery", "fawning"]]}, {"answer": "boring", "hint": "synonyms for boring", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "bosomy", "hint": "synonyms for bosomy", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"]]}, {"answer": "bossy", "hint": "synonyms for bossy", "clues": [["dominating", "offensively self-assured or given to exercising usually unwarranted power", "dominating"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power", "high-and-mighty"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power", "peremptory"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power", "autocratic"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power", "magisterial"]]}, {"answer": "bothersome", "hint": "synonyms for bothersome", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["nettlesome", "causing irritation or annoyance", "nettlesome"]]}, {"answer": "bouncing", "hint": "synonyms for bouncing", "clues": [["spirited", "marked by lively action", "spirited"], ["peppy", "marked by lively action", "peppy"], ["bouncy", "marked by lively action", "bouncy"], ["zippy", "marked by lively action", "zippy"]]}, {"answer": "bouncy", "hint": "synonyms for bouncy", "clues": [["springy", "elastic; rebounds readily", "springy"], ["lively", "elastic; rebounds readily", "lively"], ["spirited", "marked by lively action", "spirited"], ["peppy", "marked by lively action", "peppy"], ["resilient", "elastic; rebounds readily", "resilient"], ["zippy", "marked by lively action", "zippy"], ["bouncing", "marked by lively action", "bouncing"]]}, {"answer": "bound", "hint": "synonyms for bound", "clues": [["apprenticed", "bound by contract", "apprenticed"], ["indentured", "bound by contract", "indentured"], ["bandaged", "covered or wrapped with a bandage", "bandaged"], ["destined", "headed or intending to head in a certain direction; often used as a combining form as in `college-bound students'", "destined"], ["articled", "bound by contract", "articled"]]}, {"answer": "bounderish", "hint": "synonyms for bounderish", "clues": [["ill-bred", "(of persons) lacking in refinement or grace", "ill-bred"], ["underbred", "(of persons) lacking in refinement or grace", "underbred"], ["yokelish", "(of persons) lacking in refinement or grace", "yokelish"], ["rude", "(of persons) lacking in refinement or grace", "rude"], ["lowbred", "(of persons) lacking in refinement or grace", "lowbred"]]}, {"answer": "bounteous", "hint": "synonyms for bounteous", "clues": [["freehanded", "given or giving freely", "freehanded"], ["bountiful", "given or giving freely", "bountiful"], ["giving", "given or giving freely", "giving"], ["bighearted", "given or giving freely", "bighearted"], ["handsome", "given or giving freely", "handsome"], ["openhanded", "given or giving freely", "openhanded"], ["big", "given or giving freely", "big"], ["liberal", "given or giving freely", "liberal"]]}, {"answer": "bountiful", "hint": "synonyms for bountiful", "clues": [["freehanded", "given or giving freely", "freehanded"], ["giving", "given or giving freely", "giving"], ["plentiful", "producing in abundance", "plentiful"], ["bighearted", "given or giving freely", "bighearted"], ["handsome", "given or giving freely", "handsome"], ["openhanded", "given or giving freely", "openhanded"], ["bounteous", "given or giving freely", "bounteous"], ["big", "given or giving freely", "big"], ["liberal", "given or giving freely", "liberal"]]}, {"answer": "bowed", "hint": "synonyms for bowed", "clues": [["bowleg", "have legs that curve outward at the knees", "bowleg"], ["bandy", "have legs that curve outward at the knees", "bandy"], ["bowlegged", "have legs that curve outward at the knees", "bowlegged"], ["bowing", "showing an excessively deferential manner", "bowing"], ["bandy-legged", "have legs that curve outward at the knees", "bandy-legged"], ["arciform", "forming or resembling an arch", "arciform"], ["arcuate", "forming or resembling an arch", "arcuate"], ["arching", "forming or resembling an arch", "arching"], ["arced", "forming or resembling an arch", "arced"]]}, {"answer": "bowleg", "hint": "synonyms for bowleg", "clues": [["bowlegged", "have legs that curve outward at the knees", "bowlegged"], ["bowed", "have legs that curve outward at the knees", "bowed"], ["bandy", "have legs that curve outward at the knees", "bandy"], ["bandy-legged", "have legs that curve outward at the knees", "bandy-legged"]]}, {"answer": "bowlegged", "hint": "synonyms for bowlegged", "clues": [["bowleg", "have legs that curve outward at the knees", "bowleg"], ["bowed", "have legs that curve outward at the knees", "bowed"], ["bandy", "have legs that curve outward at the knees", "bandy"], ["bandy-legged", "have legs that curve outward at the knees", "bandy-legged"]]}, {"answer": "bracing", "hint": "synonyms for bracing", "clues": [["fresh", "imparting vitality and energy", "fresh"], ["refreshful", "imparting vitality and energy", "refreshful"], ["tonic", "imparting vitality and energy", "tonic"], ["refreshing", "imparting vitality and energy", "refreshing"], ["brisk", "imparting vitality and energy", "brisk"]]}, {"answer": "braggart", "hint": "synonyms for braggart", "clues": [["big", "exhibiting self-importance", "big"], ["bragging", "exhibiting self-importance", "bragging"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["boastful", "exhibiting self-importance", "boastful"], ["crowing", "exhibiting self-importance", "crowing"], ["braggy", "exhibiting self-importance", "braggy"], ["self-aggrandising", "exhibiting self-importance", "self-aggrandising"]]}, {"answer": "bragging", "hint": "synonyms for bragging", "clues": [["big", "exhibiting self-importance", "big"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["boastful", "exhibiting self-importance", "boastful"], ["crowing", "exhibiting self-importance", "crowing"], ["braggy", "exhibiting self-importance", "braggy"], ["braggart", "exhibiting self-importance", "braggart"], ["self-aggrandising", "exhibiting self-importance", "self-aggrandising"]]}, {"answer": "braggy", "hint": "synonyms for braggy", "clues": [["big", "exhibiting self-importance", "big"], ["bragging", "exhibiting self-importance", "bragging"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["boastful", "exhibiting self-importance", "boastful"], ["crowing", "exhibiting self-importance", "crowing"], ["braggart", "exhibiting self-importance", "braggart"], ["self-aggrandising", "exhibiting self-importance", "self-aggrandising"]]}, {"answer": "brainish", "hint": "synonyms for brainish", "clues": [["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "tearaway"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "hotheaded"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "madcap"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impulsive"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impetuous"]]}, {"answer": "brainsick", "hint": "synonyms for brainsick", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["sick", "affected with madness or insanity", "sick"], ["demented", "affected with madness or insanity", "demented"], ["unhinged", "affected with madness or insanity", "unhinged"], ["disturbed", "affected with madness or insanity", "disturbed"], ["mad", "affected with madness or insanity", "mad"], ["crazy", "affected with madness or insanity", "crazy"]]}, {"answer": "branched", "hint": "synonyms for branched", "clues": [["prongy", "resembling a fork; divided or separated into two branches", "prongy"], ["biramous", "resembling a fork; divided or separated into two branches", "biramous"], ["forficate", "resembling a fork; divided or separated into two branches", "forficate"], ["ramate", "having branches", "ramate"], ["ramose", "having branches", "ramose"], ["forked", "resembling a fork; divided or separated into two branches", "forked"], ["fork-like", "resembling a fork; divided or separated into two branches", "fork-like"], ["bifurcate", "resembling a fork; divided or separated into two branches", "bifurcate"], ["branching", "having branches", "branching"], ["pronged", "resembling a fork; divided or separated into two branches", "pronged"]]}, {"answer": "branching", "hint": "synonyms for branching", "clues": [["ramous", "having branches", "ramous"], ["branched", "having branches", "branched"], ["ramate", "having branches", "ramate"], ["ramose", "having branches", "ramose"]]}, {"answer": "brassy", "hint": "synonyms for brassy", "clues": [["tatty", "tastelessly showy", "tatty"], ["brasslike", "resembling the sound of a brass instrument", "brasslike"], ["flash", "tastelessly showy", "flash"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen-faced"], ["gaudy", "tastelessly showy", "gaudy"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "audacious"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen"], ["loud", "tastelessly showy", "loud"], ["trashy", "tastelessly showy", "trashy"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "insolent"], ["gimcrack", "tastelessly showy", "gimcrack"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bald-faced"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bodacious"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "barefaced"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "brave", "hint": "synonyms for brave", "clues": [["intrepid", "invulnerable to fear or intimidation", "intrepid"], ["dauntless", "invulnerable to fear or intimidation", "dauntless"], ["unfearing", "invulnerable to fear or intimidation", "unfearing"], ["braw", "brightly colored and showy", "braw"], ["audacious", "invulnerable to fear or intimidation", "audacious"], ["gay", "brightly colored and showy", "gay"], ["hardy", "invulnerable to fear or intimidation", "hardy"], ["fearless", "invulnerable to fear or intimidation", "fearless"], ["courageous", "possessing or displaying courage; able to face and deal with danger or fear without flinching; - Herman Melville; - William Wordsworth", "courageous"]]}, {"answer": "brawny", "hint": "synonyms for brawny", "clues": [["muscular", "(of a person) possessing physical strength and weight; rugged and powerful", "muscular"], ["powerful", "(of a person) possessing physical strength and weight; rugged and powerful", "powerful"], ["hefty", "(of a person) possessing physical strength and weight; rugged and powerful", "hefty"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful", "sinewy"]]}, {"answer": "brazen", "hint": "synonyms for brazen", "clues": [["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brassy"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen-faced"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "insolent"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "audacious"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bald-faced"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bodacious"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "barefaced"]]}, {"answer": "brazen-faced", "hint": "synonyms for brazen-faced", "clues": [["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brassy"], ["insolent", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "insolent"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "audacious"], ["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bald-faced"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bodacious"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "barefaced"]]}, {"answer": "breathless", "hint": "synonyms for breathless", "clues": [["dyspneal", "not breathing or able to breathe except with difficulty", "dyspneal"], ["dyspnoeic", "not breathing or able to breathe except with difficulty", "dyspnoeic"], ["pulseless", "appearing dead; not breathing or having no perceptible pulse", "pulseless"], ["breathtaking", "tending to cause suspension of regular breathing", "breathtaking"], ["inanimate", "appearing dead; not breathing or having no perceptible pulse", "inanimate"]]}, {"answer": "briary", "hint": "synonyms for briary", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "bribable", "hint": "synonyms for bribable", "clues": [["corruptible", "capable of being corrupted", "corruptible"], ["purchasable", "capable of being corrupted", "purchasable"], ["dishonest", "capable of being corrupted", "dishonest"], ["venal", "capable of being corrupted", "venal"]]}, {"answer": "briery", "hint": "synonyms for briery", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "bright", "hint": "synonyms for bright", "clues": [["promising", "full or promise", "promising"], ["lustrous", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "lustrous"], ["shiny", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "shiny"], ["shining", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "shining"], ["brilliant", "having striking color", "brilliant"], ["hopeful", "full or promise", "hopeful"], ["smart", "characterized by quickness and ease in learning", "smart"], ["undimmed", "not made dim or less bright", "undimmed"], ["vivid", "having striking color", "vivid"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "burnished"]]}, {"answer": "brilliant", "hint": "synonyms for brilliant", "clues": [["splendid", "characterized by grandeur", "splendid"], ["magnificent", "characterized by grandeur", "magnificent"], ["bright", "having striking color", "bright"], ["superb", "of surpassing excellence", "superb"], ["brainy", "having or marked by unusual and impressive intelligence", "brainy"], ["vivid", "having striking color", "vivid"], ["smart as a whip", "having or marked by unusual and impressive intelligence", "smart as a whip"], ["glorious", "characterized by grandeur", "glorious"]]}, {"answer": "brisk", "hint": "synonyms for brisk", "clues": [["refreshful", "imparting vitality and energy", "refreshful"], ["tonic", "imparting vitality and energy", "tonic"], ["merry", "quick and energetic", "merry"], ["bracing", "imparting vitality and energy", "bracing"], ["refreshing", "imparting vitality and energy", "refreshing"], ["snappy", "quick and energetic", "snappy"], ["lively", "quick and energetic", "lively"], ["spanking", "quick and energetic", "spanking"], ["fresh", "imparting vitality and energy", "fresh"], ["zippy", "quick and energetic", "zippy"], ["rattling", "quick and energetic", "rattling"], ["alert", "quick and energetic", "alert"]]}, {"answer": "bristled", "hint": "synonyms for bristled", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "bristly", "hint": "synonyms for bristly", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["prickly", "very irritable", "prickly"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["splenetic", "very irritable", "splenetic"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["waspish", "very irritable", "waspish"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "broad", "hint": "synonyms for broad", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["unspecific", "not detailed or specific", "unspecific"], ["unsubtle", "lacking subtlety; obvious", "unsubtle"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["liberal", "showing or characterized by broad-mindedness", "liberal"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["spacious", "very large in expanse or scope", "spacious"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["full", "being at a peak or culminating point", "full"], ["large-minded", "showing or characterized by broad-mindedness", "large-minded"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"], ["tolerant", "showing or characterized by broad-mindedness", "tolerant"]]}, {"answer": "broken", "hint": "synonyms for broken", "clues": [["crushed", "subdued or brought low in condition or status", "crushed"], ["upset", "thrown into a state of disarray or confusion", "upset"], ["humiliated", "subdued or brought low in condition or status", "humiliated"], ["broken in", "tamed or trained to obey", "broken in"], ["unkept", "(especially of promises or contracts) having been violated or disregarded", "unkept"], ["disordered", "thrown into a state of disarray or confusion", "disordered"], ["rugged", "topographically very uneven", "rugged"], ["wiped out", "destroyed financially", "wiped out"], ["impoverished", "destroyed financially", "impoverished"], ["humbled", "subdued or brought low in condition or status", "humbled"], ["busted", "out of working order (`busted' is an informal substitute for `broken')", "busted"], ["confused", "thrown into a state of disarray or confusion", "confused"], ["low", "subdued or brought low in condition or status", "low"]]}, {"answer": "broken-down", "hint": "synonyms for broken-down", "clues": [["derelict", "in deplorable condition", "derelict"], ["tumble-down", "in deplorable condition", "tumble-down"], ["tatterdemalion", "in deplorable condition", "tatterdemalion"], ["bedraggled", "in deplorable condition", "bedraggled"], ["ramshackle", "in deplorable condition", "ramshackle"], ["dilapidated", "in deplorable condition", "dilapidated"]]}, {"answer": "brooding", "hint": "synonyms for brooding", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["contemplative", "deeply or seriously thoughtful", "contemplative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["broody", "deeply or seriously thoughtful", "broody"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "broody", "hint": "synonyms for broody", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["contemplative", "deeply or seriously thoughtful", "contemplative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "brown", "hint": "synonyms for brown", "clues": [["dark-brown", "of a color similar to that of wood or earth", "dark-brown"], ["brownish", "of a color similar to that of wood or earth", "brownish"], ["browned", "(of skin) deeply suntanned", "browned"], ["chocolate-brown", "of a color similar to that of wood or earth", "chocolate-brown"]]}, {"answer": "brutal", "hint": "synonyms for brutal", "clues": [["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering", "barbarous"], ["brutish", "resembling a beast; showing lack of human sensibility", "brutish"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering", "vicious"], ["unrelenting", "harsh", "unrelenting"], ["bestial", "resembling a beast; showing lack of human sensibility", "bestial"], ["savage", "(of persons or their actions) able or disposed to inflict pain or suffering", "savage"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering", "cruel"], ["beastly", "resembling a beast; showing lack of human sensibility", "beastly"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering", "roughshod"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering", "fell"], ["brute", "resembling a beast; showing lack of human sensibility", "brute"]]}, {"answer": "brute", "hint": "synonyms for brute", "clues": [["brutal", "resembling a beast; showing lack of human sensibility", "brutal"], ["bestial", "resembling a beast; showing lack of human sensibility", "bestial"], ["brutish", "resembling a beast; showing lack of human sensibility", "brutish"], ["beastly", "resembling a beast; showing lack of human sensibility", "beastly"]]}, {"answer": "brutish", "hint": "synonyms for brutish", "clues": [["brutal", "resembling a beast; showing lack of human sensibility", "brutal"], ["bestial", "resembling a beast; showing lack of human sensibility", "bestial"], ["brute", "resembling a beast; showing lack of human sensibility", "brute"], ["beastly", "resembling a beast; showing lack of human sensibility", "beastly"]]}, {"answer": "bubbling", "hint": "synonyms for bubbling", "clues": [["foamy", "emitting or filled with bubbles as from carbonation or fermentation", "foamy"], ["effervescent", "marked by high spirits or excitement", "effervescent"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation", "spumy"], ["sparkly", "marked by high spirits or excitement", "sparkly"], ["frothy", "marked by high spirits or excitement", "frothy"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation", "foaming"], ["scintillating", "marked by high spirits or excitement", "scintillating"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation", "effervescing"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation", "bubbly"]]}, {"answer": "bubbly", "hint": "synonyms for bubbly", "clues": [["foamy", "emitting or filled with bubbles as from carbonation or fermentation", "foamy"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation", "foaming"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation", "bubbling"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation", "spumy"], ["frothy", "emitting or filled with bubbles as from carbonation or fermentation", "frothy"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation", "effervescing"]]}, {"answer": "buffeted", "hint": "synonyms for buffeted", "clues": [["storm-tossed", "pounded or hit repeatedly by storms or adversities", "storm-tossed"], ["tempest-swept", "pounded or hit repeatedly by storms or adversities", "tempest-swept"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities", "tempest-tossed"], ["tempest-tost", "pounded or hit repeatedly by storms or adversities", "tempest-tost"]]}, {"answer": "buggy", "hint": "synonyms for buggy", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "built-in", "hint": "synonyms for built-in", "clues": [["inbuilt", "existing as an essential constituent or characteristic", "inbuilt"], ["integral", "existing as an essential constituent or characteristic", "integral"], ["constitutional", "existing as an essential constituent or characteristic", "constitutional"], ["inherent", "existing as an essential constituent or characteristic", "inherent"]]}, {"answer": "buirdly", "hint": "synonyms for buirdly", "clues": [["beefy", "muscular and heavily built", "beefy"], ["strapping", "muscular and heavily built", "strapping"], ["burly", "muscular and heavily built", "burly"], ["husky", "muscular and heavily built", "husky"]]}, {"answer": "bulbous", "hint": "synonyms for bulbous", "clues": [["bulblike", "shaped like a bulb", "bulblike"], ["bulging", "curving outward", "bulging"], ["bulgy", "curving outward", "bulgy"], ["bellying", "curving outward", "bellying"], ["bellied", "curving outward", "bellied"], ["bulb-shaped", "shaped like a bulb", "bulb-shaped"], ["protuberant", "curving outward", "protuberant"]]}, {"answer": "bulging", "hint": "synonyms for bulging", "clues": [["convex", "curving or bulging outward", "convex"], ["bulgy", "curving outward", "bulgy"], ["bellying", "curving outward", "bellying"], ["bulbous", "curving outward", "bulbous"], ["bellied", "curving outward", "bellied"], ["protuberant", "curving outward", "protuberant"]]}, {"answer": "bulgy", "hint": "synonyms for bulgy", "clues": [["bulging", "curving outward", "bulging"], ["bellying", "curving outward", "bellying"], ["bulbous", "curving outward", "bulbous"], ["bellied", "curving outward", "bellied"], ["protuberant", "curving outward", "protuberant"]]}, {"answer": "bully", "hint": "synonyms for bully", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "bum", "hint": "synonyms for bum", "clues": [["crummy", "of very poor quality; flimsy", "crummy"], ["tinny", "of very poor quality; flimsy", "tinny"], ["cheesy", "of very poor quality; flimsy", "cheesy"], ["sleazy", "of very poor quality; flimsy", "sleazy"], ["chintzy", "of very poor quality; flimsy", "chintzy"], ["cheap", "of very poor quality; flimsy", "cheap"], ["punk", "of very poor quality; flimsy", "punk"]]}, {"answer": "bumbling", "hint": "synonyms for bumbling", "clues": [["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "handless"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-fisted"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "butterfingered"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "left-handed"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bungling"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-handed"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "heavy-handed"]]}, {"answer": "bumpy", "hint": "synonyms for bumpy", "clues": [["jolty", "causing or characterized by jolts and irregular movements", "jolty"], ["rocky", "causing or characterized by jolts and irregular movements", "rocky"], ["jolting", "causing or characterized by jolts and irregular movements", "jolting"], ["rough", "causing or characterized by jolts and irregular movements", "rough"], ["jumpy", "causing or characterized by jolts and irregular movements", "jumpy"]]}, {"answer": "bungling", "hint": "synonyms for bungling", "clues": [["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bumbling"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "left-handed"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-handed"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-fisted"], ["clumsy", "showing lack of skill or aptitude", "clumsy"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "handless"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "butterfingered"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "heavy-handed"], ["incompetent", "showing lack of skill or aptitude", "incompetent"]]}, {"answer": "burly", "hint": "synonyms for burly", "clues": [["beefy", "muscular and heavily built", "beefy"], ["strapping", "muscular and heavily built", "strapping"], ["buirdly", "muscular and heavily built", "buirdly"], ["husky", "muscular and heavily built", "husky"]]}, {"answer": "burned", "hint": "synonyms for burned", "clues": [["burnt", "destroyed or badly damaged by fire", "burnt"], ["burned-over", "destroyed or badly damaged by fire", "burned-over"], ["burnt-out", "destroyed or badly damaged by fire", "burnt-out"], ["burned-out", "destroyed or badly damaged by fire", "burned-out"]]}, {"answer": "burned-out", "hint": "synonyms for burned-out", "clues": [["burnt", "destroyed or badly damaged by fire", "burnt"], ["burnt-out", "inoperative as a result of heat or friction", "burnt-out"], ["burned-over", "destroyed or badly damaged by fire", "burned-over"], ["burned", "destroyed or badly damaged by fire", "burned"]]}, {"answer": "burned-over", "hint": "synonyms for burned-over", "clues": [["burnt-out", "destroyed or badly damaged by fire", "burnt-out"], ["burned-out", "destroyed or badly damaged by fire", "burned-out"], ["burned", "destroyed or badly damaged by fire", "burned"], ["burnt", "destroyed or badly damaged by fire", "burnt"]]}, {"answer": "burnished", "hint": "synonyms for burnished", "clues": [["shining", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "shining"], ["lustrous", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "lustrous"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "bright"], ["shiny", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "shiny"]]}, {"answer": "burnt", "hint": "synonyms for burnt", "clues": [["burned-over", "destroyed or badly damaged by fire", "burned-over"], ["burnt-out", "destroyed or badly damaged by fire", "burnt-out"], ["burned-out", "destroyed or badly damaged by fire", "burned-out"], ["burned", "destroyed or badly damaged by fire", "burned"]]}, {"answer": "burnt-out", "hint": "synonyms for burnt-out", "clues": [["burned-out", "exhausted as a result of longtime stress", "burned-out"], ["burnt", "destroyed or badly damaged by fire", "burnt"], ["burned", "destroyed or badly damaged by fire", "burned"], ["burned-over", "destroyed or badly damaged by fire", "burned-over"]]}, {"answer": "burred", "hint": "synonyms for burred", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "burry", "hint": "synonyms for burry", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "busty", "hint": "synonyms for busty", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "busy", "hint": "synonyms for busy", "clues": [["in use", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)", "in use"], ["meddlesome", "intrusive in a meddling or offensive manner", "meddlesome"], ["interfering", "intrusive in a meddling or offensive manner", "interfering"], ["meddling", "intrusive in a meddling or offensive manner", "meddling"], ["busybodied", "intrusive in a meddling or offensive manner", "busybodied"], ["engaged", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)", "engaged"], ["fussy", "overcrowded or cluttered with detail", "fussy"], ["officious", "intrusive in a meddling or offensive manner", "officious"]]}, {"answer": "busybodied", "hint": "synonyms for busybodied", "clues": [["busy", "intrusive in a meddling or offensive manner", "busy"], ["meddlesome", "intrusive in a meddling or offensive manner", "meddlesome"], ["interfering", "intrusive in a meddling or offensive manner", "interfering"], ["meddling", "intrusive in a meddling or offensive manner", "meddling"], ["officious", "intrusive in a meddling or offensive manner", "officious"]]}, {"answer": "butcherly", "hint": "synonyms for butcherly", "clues": [["unskillful", "poorly done", "unskillful"], ["gory", "accompanied by bloodshed", "gory"], ["slaughterous", "accompanied by bloodshed", "slaughterous"], ["sanguineous", "accompanied by bloodshed", "sanguineous"], ["sanguinary", "accompanied by bloodshed", "sanguinary"], ["botchy", "poorly done", "botchy"]]}, {"answer": "butterfingered", "hint": "synonyms for butterfingered", "clues": [["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "handless"], ["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bumbling"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-fisted"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "left-handed"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bungling"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-handed"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "heavy-handed"]]}, {"answer": "buttery", "hint": "synonyms for buttery", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech", "unctuous"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech", "smarmy"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech", "oleaginous"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech", "fulsome"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech", "soapy"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech", "oily"]]}, {"answer": "buxom", "hint": "synonyms for buxom", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["zaftig", "(of a female body) healthily plump and vigorous ; - Robt.A.Hamilton", "zaftig"], ["zoftig", "(of a female body) healthily plump and vigorous ; - Robt.A.Hamilton", "zoftig"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "bygone", "hint": "synonyms for bygone", "clues": [["departed", "well in the past; former", "departed"], ["foregone", "well in the past; former", "foregone"], ["bypast", "well in the past; former", "bypast"], ["gone", "well in the past; former", "gone"]]}, {"answer": "bypast", "hint": "synonyms for bypast", "clues": [["foregone", "well in the past; former", "foregone"], ["bygone", "well in the past; former", "bygone"], ["departed", "well in the past; former", "departed"], ["gone", "well in the past; former", "gone"]]}, {"answer": "byzantine", "hint": "synonyms for byzantine", "clues": [["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "convoluted"], ["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tangled"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tortuous"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "involved"], ["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "knotty"]]}, {"answer": "cadaverous", "hint": "synonyms for cadaverous", "clues": [["gaunt", "very thin especially from disease or hunger or cold", "gaunt"], ["skeletal", "very thin especially from disease or hunger or cold", "skeletal"], ["cadaveric", "of or relating to a cadaver or corpse", "cadaveric"], ["haggard", "very thin especially from disease or hunger or cold", "haggard"], ["bony", "very thin especially from disease or hunger or cold", "bony"], ["wasted", "very thin especially from disease or hunger or cold", "wasted"], ["pinched", "very thin especially from disease or hunger or cold", "pinched"], ["emaciated", "very thin especially from disease or hunger or cold", "emaciated"]]}, {"answer": "cagey", "hint": "synonyms for cagey", "clues": [["canny", "showing self-interest and shrewdness in dealing with others", "canny"], ["chary", "characterized by great caution and wariness", "chary"], ["cagy", "characterized by great caution and wariness", "cagy"], ["clever", "showing self-interest and shrewdness in dealing with others", "clever"]]}, {"answer": "cagy", "hint": "synonyms for cagy", "clues": [["canny", "showing self-interest and shrewdness in dealing with others", "canny"], ["chary", "characterized by great caution and wariness", "chary"], ["cagey", "characterized by great caution and wariness", "cagey"], ["clever", "showing self-interest and shrewdness in dealing with others", "clever"]]}, {"answer": "calamitous", "hint": "synonyms for calamitous", "clues": [["fateful", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "fateful"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "black"], ["fatal", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "fatal"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "disastrous"]]}, {"answer": "calculating", "hint": "synonyms for calculating", "clues": [["conniving", "used of persons", "conniving"], ["calculative", "used of persons", "calculative"], ["scheming", "used of persons", "scheming"], ["shrewd", "used of persons", "shrewd"]]}, {"answer": "calculative", "hint": "synonyms for calculative", "clues": [["calculating", "used of persons", "calculating"], ["conniving", "used of persons", "conniving"], ["scheming", "used of persons", "scheming"], ["shrewd", "used of persons", "shrewd"]]}, {"answer": "calico", "hint": "synonyms for calico", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "callous", "hint": "synonyms for callous", "clues": [["calloused", "having calluses; having skin made tough and thick through wear", "calloused"], ["thickened", "having calluses; having skin made tough and thick through wear", "thickened"], ["indurate", "emotionally hardened", "indurate"], ["pachydermatous", "emotionally hardened", "pachydermatous"]]}, {"answer": "calumniatory", "hint": "synonyms for calumniatory", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"]]}, {"answer": "calumnious", "hint": "synonyms for calumnious", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"]]}, {"answer": "candid", "hint": "synonyms for candid", "clues": [["open", "openly straightforward and direct without reserve or secretiveness", "open"], ["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["heart-to-heart", "openly straightforward and direct without reserve or secretiveness", "heart-to-heart"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "cannular", "hint": "synonyms for cannular", "clues": [["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubular"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)", "vasiform"], ["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tube-shaped"], ["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubelike"]]}, {"answer": "canted", "hint": "synonyms for canted", "clues": [["atilt", "departing or being caused to depart from the true vertical or horizontal", "atilt"], ["tipped", "departing or being caused to depart from the true vertical or horizontal", "tipped"], ["tilted", "departing or being caused to depart from the true vertical or horizontal", "tilted"], ["leaning", "departing or being caused to depart from the true vertical or horizontal", "leaning"]]}, {"answer": "capable", "hint": "synonyms for capable", "clues": [["equal to", "having the requisite qualities for", "equal to"], ["able", "have the skills and qualifications to do things well", "able"], ["subject", "possibly accepting or permitting", "subject"], ["adequate to", "having the requisite qualities for", "adequate to"], ["up to", "having the requisite qualities for", "up to"], ["open", "possibly accepting or permitting", "open"]]}, {"answer": "captivated", "hint": "synonyms for captivated", "clues": [["charmed", "filled with wonder and delight", "charmed"], ["enthralled", "filled with wonder and delight", "enthralled"], ["beguiled", "filled with wonder and delight", "beguiled"], ["delighted", "filled with wonder and delight", "delighted"], ["entranced", "filled with wonder and delight", "entranced"]]}, {"answer": "captivating", "hint": "synonyms for captivating", "clues": [["bewitching", "capturing interest as if by a spell", "bewitching"], ["enchanting", "capturing interest as if by a spell", "enchanting"], ["fascinating", "capturing interest as if by a spell", "fascinating"], ["entrancing", "capturing interest as if by a spell", "entrancing"], ["enthralling", "capturing interest as if by a spell", "enthralling"]]}, {"answer": "captive", "hint": "synonyms for captive", "clues": [["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare", "intent"], ["wrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare", "wrapped"], ["imprisoned", "being in captivity", "imprisoned"], ["confined", "being in captivity", "confined"], ["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "engrossed"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "absorbed"], ["jailed", "being in captivity", "jailed"]]}, {"answer": "cardinal", "hint": "synonyms for cardinal", "clues": [["primal", "serving as an essential component", "primal"], ["central", "serving as an essential component", "central"], ["key", "serving as an essential component", "key"], ["fundamental", "serving as an essential component", "fundamental"]]}, {"answer": "carefree", "hint": "synonyms for carefree", "clues": [["happy-go-lucky", "cheerfully irresponsible", "happy-go-lucky"], ["devil-may-care", "cheerfully irresponsible", "devil-may-care"], ["freewheeling", "cheerfully irresponsible", "freewheeling"], ["unworried", "free of trouble and worry and care", "unworried"], ["harum-scarum", "cheerfully irresponsible", "harum-scarum"], ["slaphappy", "cheerfully irresponsible", "slaphappy"]]}, {"answer": "careful", "hint": "synonyms for careful", "clues": [["thrifty", "mindful of the future in spending money", "thrifty"], ["deliberate", "unhurried and with care and dignity", "deliberate"], ["measured", "unhurried and with care and dignity", "measured"], ["heedful", "cautiously attentive", "heedful"]]}, {"answer": "careworn", "hint": "synonyms for careworn", "clues": [["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "worn"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "drawn"], ["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "haggard"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "raddled"]]}, {"answer": "carmine", "hint": "synonyms for carmine", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"]]}, {"answer": "casual", "hint": "synonyms for casual", "clues": [["nonchalant", "marked by blithe unconcern", "nonchalant"], ["chance", "occurring or appearing or singled out by chance", "chance"], ["effortless", "not showing effort or strain", "effortless"], ["insouciant", "marked by blithe unconcern", "insouciant"], ["occasional", "occurring from time to time", "occasional"], ["free-and-easy", "natural and unstudied", "free-and-easy"], ["cursory", "hasty and without attention to detail; not thorough", "cursory"], ["passing", "hasty and without attention to detail; not thorough", "passing"], ["fooling", "characterized by a feeling of irresponsibility", "fooling"], ["daily", "appropriate for ordinary or routine occasions", "daily"], ["everyday", "appropriate for ordinary or routine occasions", "everyday"], ["perfunctory", "hasty and without attention to detail; not thorough", "perfunctory"]]}, {"answer": "cata-cornered", "hint": "synonyms for cata-cornered", "clues": [["catty-corner", "slanted across a polygon on a diagonal line", "catty-corner"], ["catacorner", "slanted across a polygon on a diagonal line", "catacorner"], ["kitty-corner", "slanted across a polygon on a diagonal line", "kitty-corner"], ["cater-cornered", "slanted across a polygon on a diagonal line", "cater-cornered"]]}, {"answer": "catacorner", "hint": "synonyms for catacorner", "clues": [["catty-corner", "slanted across a polygon on a diagonal line", "catty-corner"], ["cata-cornered", "slanted across a polygon on a diagonal line", "cata-cornered"], ["kitty-corner", "slanted across a polygon on a diagonal line", "kitty-corner"], ["catercorner", "slanted across a polygon on a diagonal line", "catercorner"]]}, {"answer": "catching", "hint": "synonyms for catching", "clues": [["transmissible", "(of disease) capable of being transmitted by infection", "transmissible"], ["transmittable", "(of disease) capable of being transmitted by infection", "transmittable"], ["contagious", "(of disease) capable of being transmitted by infection", "contagious"], ["contractable", "(of disease) capable of being transmitted by infection", "contractable"], ["communicable", "(of disease) capable of being transmitted by infection", "communicable"]]}, {"answer": "cater-cornered", "hint": "synonyms for cater-cornered", "clues": [["catty-corner", "slanted across a polygon on a diagonal line", "catty-corner"], ["cata-cornered", "slanted across a polygon on a diagonal line", "cata-cornered"], ["kitty-corner", "slanted across a polygon on a diagonal line", "kitty-corner"], ["catercorner", "slanted across a polygon on a diagonal line", "catercorner"]]}, {"answer": "cathartic", "hint": "synonyms for cathartic", "clues": [["purgative", "strongly laxative", "purgative"], ["evacuant", "strongly laxative", "evacuant"], ["psychotherapeutic", "emotionally purging", "psychotherapeutic"], ["releasing", "emotionally purging (of e.g. art)", "releasing"]]}, {"answer": "catty-cornered", "hint": "synonyms for catty-cornered", "clues": [["catty-corner", "slanted across a polygon on a diagonal line", "catty-corner"], ["cata-cornered", "slanted across a polygon on a diagonal line", "cata-cornered"], ["kitty-corner", "slanted across a polygon on a diagonal line", "kitty-corner"], ["catercorner", "slanted across a polygon on a diagonal line", "catercorner"]]}, {"answer": "caustic", "hint": "synonyms for caustic", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["acerbic", "harsh or corrosive in tone", "acerbic"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "mordant"], ["blistering", "harsh or corrosive in tone", "blistering"], ["bitter", "harsh or corrosive in tone", "bitter"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "erosive"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "corrosive"]]}, {"answer": "cautionary", "hint": "synonyms for cautionary", "clues": [["prophylactic", "warding off; - Victor Schultze", "prophylactic"], ["monitory", "serving to warn", "monitory"], ["exemplary", "serving to warn", "exemplary"], ["warning", "serving to warn", "warning"]]}, {"answer": "ceaseless", "hint": "synonyms for ceaseless", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing", "never-ending"], ["unremitting", "uninterrupted in time and indefinitely long continuing", "unremitting"], ["unceasing", "uninterrupted in time and indefinitely long continuing", "unceasing"], ["constant", "uninterrupted in time and indefinitely long continuing", "constant"], ["incessant", "uninterrupted in time and indefinitely long continuing", "incessant"], ["perpetual", "uninterrupted in time and indefinitely long continuing", "perpetual"]]}, {"answer": "celebrated", "hint": "synonyms for celebrated", "clues": [["notable", "widely known and esteemed", "notable"], ["renowned", "widely known and esteemed", "renowned"], ["far-famed", "widely known and esteemed", "far-famed"], ["famous", "widely known and esteemed", "famous"], ["historied", "having an illustrious past", "historied"], ["famed", "widely known and esteemed", "famed"], ["noted", "widely known and esteemed", "noted"], ["illustrious", "widely known and esteemed", "illustrious"]]}, {"answer": "censurable", "hint": "synonyms for censurable", "clues": [["culpable", "deserving blame or censure as being wrong or evil or injurious", "culpable"], ["blamable", "deserving blame or censure as being wrong or evil or injurious", "blamable"], ["blameful", "deserving blame or censure as being wrong or evil or injurious", "blameful"], ["blameworthy", "deserving blame or censure as being wrong or evil or injurious", "blameworthy"]]}, {"answer": "central", "hint": "synonyms for central", "clues": [["cardinal", "serving as an essential component", "cardinal"], ["primal", "serving as an essential component", "primal"], ["key", "serving as an essential component", "key"], ["fundamental", "serving as an essential component", "fundamental"]]}, {"answer": "cerise", "hint": "synonyms for cerise", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "cernuous", "hint": "synonyms for cernuous", "clues": [["weeping", "having branches or flower heads that bend downward", "weeping"], ["nodding", "having branches or flower heads that bend downward", "nodding"], ["drooping", "having branches or flower heads that bend downward", "drooping"], ["pendulous", "having branches or flower heads that bend downward", "pendulous"]]}, {"answer": "chancy", "hint": "synonyms for chancy", "clues": [["dicey", "of uncertain outcome; especially fraught with risk; - New Yorker", "dicey"], ["iffy", "subject to accident or chance or change", "iffy"], ["chanceful", "of uncertain outcome; especially fraught with risk; - New Yorker", "chanceful"], ["flukey", "subject to accident or chance or change", "flukey"], ["dodgy", "of uncertain outcome; especially fraught with risk; - New Yorker", "dodgy"]]}, {"answer": "changeable", "hint": "synonyms for changeable", "clues": [["uncertain", "subject to change", "uncertain"], ["shot", "varying in color when seen in different lights or from different angles", "shot"], ["unsettled", "subject to change", "unsettled"], ["iridescent", "varying in color when seen in different lights or from different angles", "iridescent"], ["mutable", "capable of or tending to change in form or quality or nature", "mutable"], ["changeful", "such that alteration is possible; having a marked tendency to change", "changeful"], ["chatoyant", "varying in color when seen in different lights or from different angles", "chatoyant"]]}, {"answer": "changeless", "hint": "synonyms for changeless", "clues": [["constant", "unvarying in nature", "constant"], ["invariant", "unvarying in nature", "invariant"], ["unalterable", "remaining the same for indefinitely long times", "unalterable"], ["unvarying", "unvarying in nature", "unvarying"], ["immutable", "not subject or susceptible to change or variation in form or quality or nature", "immutable"]]}, {"answer": "charitable", "hint": "synonyms for charitable", "clues": [["kindly", "showing or motivated by sympathy and understanding and generosity", "kindly"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity", "good-hearted"], ["benevolent", "showing or motivated by sympathy and understanding and generosity", "benevolent"], ["openhearted", "showing or motivated by sympathy and understanding and generosity", "openhearted"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity", "sympathetic"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity", "large-hearted"]]}, {"answer": "charmed", "hint": "synonyms for charmed", "clues": [["captivated", "strongly attracted", "captivated"], ["entranced", "filled with wonder and delight", "entranced"], ["enthralled", "filled with wonder and delight", "enthralled"], ["beguiled", "filled with wonder and delight", "beguiled"], ["delighted", "filled with wonder and delight", "delighted"]]}, {"answer": "charming", "hint": "synonyms for charming", "clues": [["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "wizardly"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magic"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magical"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "sorcerous"], ["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "witching"]]}, {"answer": "chatty", "hint": "synonyms for chatty", "clues": [["gossipy", "prone to friendly informal communication", "gossipy"], ["talky", "full of trivial conversation", "talky"], ["gabby", "full of trivial conversation", "gabby"], ["newsy", "prone to friendly informal communication", "newsy"], ["talkative", "full of trivial conversation", "talkative"], ["loquacious", "full of trivial conversation", "loquacious"], ["garrulous", "full of trivial conversation", "garrulous"]]}, {"answer": "chauvinistic", "hint": "synonyms for chauvinistic", "clues": [["flag-waving", "fanatically patriotic", "flag-waving"], ["ultranationalistic", "fanatically patriotic", "ultranationalistic"], ["jingoistic", "fanatically patriotic", "jingoistic"], ["superpatriotic", "fanatically patriotic", "superpatriotic"], ["nationalistic", "fanatically patriotic", "nationalistic"]]}, {"answer": "cheap", "hint": "synonyms for cheap", "clues": [["crummy", "of very poor quality; flimsy", "crummy"], ["tinny", "of very poor quality; flimsy", "tinny"], ["tatty", "tastelessly showy", "tatty"], ["sleazy", "of very poor quality; flimsy", "sleazy"], ["flash", "tastelessly showy", "flash"], ["tacky", "tastelessly showy", "tacky"], ["inexpensive", "relatively low in price or charging low prices", "inexpensive"], ["meretricious", "tastelessly showy", "meretricious"], ["tawdry", "tastelessly showy", "tawdry"], ["cheesy", "of very poor quality; flimsy", "cheesy"], ["gaudy", "tastelessly showy", "gaudy"], ["chintzy", "of very poor quality; flimsy", "chintzy"], ["loud", "tastelessly showy", "loud"], ["chinchy", "embarrassingly stingy", "chinchy"], ["bum", "of very poor quality; flimsy", "bum"], ["trashy", "tastelessly showy", "trashy"], ["gimcrack", "tastelessly showy", "gimcrack"], ["brassy", "tastelessly showy", "brassy"], ["punk", "of very poor quality; flimsy", "punk"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "cheating", "hint": "synonyms for cheating", "clues": [["unsportsmanlike", "violating accepted standards or rules", "unsportsmanlike"], ["two-timing", "not faithful to a spouse or lover", "two-timing"], ["adulterous", "not faithful to a spouse or lover", "adulterous"], ["dirty", "violating accepted standards or rules", "dirty"], ["unsporting", "violating accepted standards or rules", "unsporting"], ["foul", "violating accepted standards or rules", "foul"]]}, {"answer": "cheeseparing", "hint": "synonyms for cheeseparing", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["near", "giving or spending with reluctance", "near"], ["close", "giving or spending with reluctance", "close"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"]]}, {"answer": "cheesy", "hint": "synonyms for cheesy", "clues": [["crummy", "of very poor quality; flimsy", "crummy"], ["tinny", "of very poor quality; flimsy", "tinny"], ["sleazy", "of very poor quality; flimsy", "sleazy"], ["chintzy", "of very poor quality; flimsy", "chintzy"], ["cheap", "of very poor quality; flimsy", "cheap"], ["punk", "of very poor quality; flimsy", "punk"], ["bum", "of very poor quality; flimsy", "bum"]]}, {"answer": "cherry", "hint": "synonyms for cherry", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "cherry-red", "hint": "synonyms for cherry-red", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "chicken", "hint": "synonyms for chicken", "clues": [["yellow", "easily frightened", "yellow"], ["white-livered", "easily frightened", "white-livered"], ["yellow-bellied", "easily frightened", "yellow-bellied"], ["chickenhearted", "easily frightened", "chickenhearted"], ["lily-livered", "easily frightened", "lily-livered"]]}, {"answer": "chickenhearted", "hint": "synonyms for chickenhearted", "clues": [["yellow", "easily frightened", "yellow"], ["white-livered", "easily frightened", "white-livered"], ["chicken", "easily frightened", "chicken"], ["yellow-bellied", "easily frightened", "yellow-bellied"], ["lily-livered", "easily frightened", "lily-livered"]]}, {"answer": "chief", "hint": "synonyms for chief", "clues": [["primary", "most important element", "primary"], ["master", "most important element", "master"], ["main", "most important element", "main"], ["principal", "most important element", "principal"]]}, {"answer": "childlike", "hint": "synonyms for childlike", "clues": [["childly", "befitting a young child", "childly"], ["simple", "exhibiting childlike simplicity and credulity", "simple"], ["wide-eyed", "exhibiting childlike simplicity and credulity", "wide-eyed"], ["dewy-eyed", "exhibiting childlike simplicity and credulity", "dewy-eyed"], ["round-eyed", "exhibiting childlike simplicity and credulity", "round-eyed"]]}, {"answer": "chintzy", "hint": "synonyms for chintzy", "clues": [["chinchy", "embarrassingly stingy", "chinchy"], ["crummy", "of very poor quality; flimsy", "crummy"], ["tinny", "of very poor quality; flimsy", "tinny"], ["cheap", "embarrassingly stingy", "cheap"], ["sleazy", "of very poor quality; flimsy", "sleazy"], ["cheesy", "of very poor quality; flimsy", "cheesy"], ["punk", "of very poor quality; flimsy", "punk"], ["bum", "of very poor quality; flimsy", "bum"]]}, {"answer": "chock-full", "hint": "synonyms for chock-full", "clues": [["cram full", "packed full to capacity", "cram full"], ["chuck-full", "packed full to capacity", "chuck-full"], ["choke-full", "packed full to capacity", "choke-full"], ["chockablock", "packed full to capacity", "chockablock"], ["chockful", "packed full to capacity", "chockful"]]}, {"answer": "choice", "hint": "synonyms for choice", "clues": [["prize", "of superior grade", "prize"], ["select", "of superior grade", "select"], ["prime", "of superior grade", "prime"], ["quality", "of superior grade", "quality"]]}, {"answer": "choleric", "hint": "synonyms for choleric", "clues": [["hot-tempered", "quickly aroused to anger", "hot-tempered"], ["quick-tempered", "quickly aroused to anger", "quick-tempered"], ["hotheaded", "quickly aroused to anger", "hotheaded"], ["irascible", "quickly aroused to anger", "irascible"]]}, {"answer": "chummy", "hint": "synonyms for chummy", "clues": [["pally", "(used colloquially) having the relationship of friends or pals", "pally"], ["palsy-walsy", "(used colloquially) having the relationship of friends or pals", "palsy-walsy"], ["buddy-buddy", "(used informally) associated on close terms", "buddy-buddy"], ["thick", "(used informally) associated on close terms", "thick"], ["matey", "(used colloquially) having the relationship of friends or pals", "matey"]]}, {"answer": "chunky", "hint": "synonyms for chunky", "clues": [["lumpy", "like or containing small sticky lumps", "lumpy"], ["low-set", "short and thick; as e.g. having short legs and heavy musculature", "low-set"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature", "squatty"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature", "dumpy"], ["squat", "short and thick; as e.g. having short legs and heavy musculature", "squat"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature", "stumpy"]]}, {"answer": "churning", "hint": "synonyms for churning", "clues": [["roiling", "(of a liquid) agitated vigorously; in a state of turbulence", "roiling"], ["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence", "turbulent"], ["roily", "(of a liquid) agitated vigorously; in a state of turbulence", "roily"], ["churned-up", "moving with or producing or produced by vigorous agitation", "churned-up"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence", "roiled"]]}, {"answer": "circinate", "hint": "synonyms for circinate", "clues": [["annulate", "shaped like a ring", "annulate"], ["ring-shaped", "shaped like a ring", "ring-shaped"], ["ringed", "shaped like a ring", "ringed"], ["annular", "shaped like a ring", "annular"], ["doughnut-shaped", "shaped like a ring", "doughnut-shaped"]]}, {"answer": "cissy", "hint": "synonyms for cissy", "clues": [["effeminate", "having unsuitable feminine qualities", "effeminate"], ["sissified", "having unsuitable feminine qualities", "sissified"], ["emasculate", "having unsuitable feminine qualities", "emasculate"], ["sissy", "having unsuitable feminine qualities", "sissy"], ["epicene", "having unsuitable feminine qualities", "epicene"], ["sissyish", "having unsuitable feminine qualities", "sissyish"]]}, {"answer": "civilised", "hint": "synonyms for civilised", "clues": [["civilized", "marked by refinement in taste and manners", "civilized"], ["polite", "marked by refinement in taste and manners", "polite"], ["cultivated", "marked by refinement in taste and manners", "cultivated"], ["cultured", "marked by refinement in taste and manners", "cultured"], ["genteel", "marked by refinement in taste and manners", "genteel"]]}, {"answer": "civilized", "hint": "synonyms for civilized", "clues": [["cultured", "marked by refinement in taste and manners", "cultured"], ["civilised", "marked by refinement in taste and manners", "civilised"], ["polite", "marked by refinement in taste and manners", "polite"], ["cultivated", "marked by refinement in taste and manners", "cultivated"], ["genteel", "marked by refinement in taste and manners", "genteel"]]}, {"answer": "clamant", "hint": "synonyms for clamant", "clues": [["crying", "demanding attention; ; ; - H.L.Mencken", "crying"], ["insistent", "demanding attention; ; ; - H.L.Mencken", "insistent"], ["exigent", "demanding attention; ; ; - H.L.Mencken", "exigent"], ["strident", "conspicuously and offensively loud; given to vehement outcry", "strident"], ["blatant", "conspicuously and offensively loud; given to vehement outcry", "blatant"], ["instant", "demanding attention; ; ; - H.L.Mencken", "instant"], ["vociferous", "conspicuously and offensively loud; given to vehement outcry", "vociferous"], ["clamorous", "conspicuously and offensively loud; given to vehement outcry", "clamorous"]]}, {"answer": "clamorous", "hint": "synonyms for clamorous", "clues": [["strident", "conspicuously and offensively loud; given to vehement outcry", "strident"], ["blatant", "conspicuously and offensively loud; given to vehement outcry", "blatant"], ["vociferous", "conspicuously and offensively loud; given to vehement outcry", "vociferous"], ["clamant", "conspicuously and offensively loud; given to vehement outcry", "clamant"]]}, {"answer": "clandestine", "hint": "synonyms for clandestine", "clues": [["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "clannish", "hint": "synonyms for clannish", "clues": [["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobby"], ["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "cliquish"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clubby"], ["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobbish"]]}, {"answer": "clean", "hint": "synonyms for clean", "clues": [["clear", "(of sound or color) free from anything that dulls or dims", "clear"], ["clean-living", "morally pure", "clean-living"], ["white", "(of a surface) not written or printed on", "white"], ["uncontaminating", "not spreading pollution or contamination; especially radioactive contamination", "uncontaminating"], ["light", "(of sound or color) free from anything that dulls or dims", "light"], ["fresh", "free from impurities", "fresh"], ["unclouded", "(of sound or color) free from anything that dulls or dims", "unclouded"], ["blank", "(of a surface) not written or printed on", "blank"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play", "sportsmanlike"], ["sporty", "exhibiting or calling for sportsmanship or fair play", "sporty"], ["fair", "(of a manuscript) having few alterations or corrections", "fair"], ["sporting", "exhibiting or calling for sportsmanship or fair play", "sporting"], ["uninfected", "free from sepsis or infection", "uninfected"], ["neat", "free from clumsiness; precisely or deftly executed", "neat"], ["unobjectionable", "(of behavior or especially language) free from objectionable elements; fit for all observers", "unobjectionable"]]}, {"answer": "clean-cut", "hint": "synonyms for clean-cut", "clues": [["trig", "neat and smart in appearance", "trig"], ["clear-cut", "clear and distinct to the senses; easily perceptible", "clear-cut"], ["clear", "clear and distinct to the senses; easily perceptible", "clear"], ["trim", "neat and smart in appearance", "trim"]]}, {"answer": "clear", "hint": "synonyms for clear", "clues": [["absolved", "freed from any question of guilt", "absolved"], ["clear-cut", "clear and distinct to the senses; easily perceptible", "clear-cut"], ["well-defined", "accurately stated or described", "well-defined"], ["clean", "free of restrictions or qualifications", "clean"], ["light", "(of sound or color) free from anything that dulls or dims", "light"], ["vindicated", "freed from any question of guilt", "vindicated"], ["percipient", "characterized by ease and quickness in perceiving", "percipient"], ["readable", "easily deciphered", "readable"], ["open", "affording free passage or view", "open"], ["unclouded", "(of sound or color) free from anything that dulls or dims", "unclouded"], ["cleared", "freed from any question of guilt", "cleared"], ["exonerated", "freed from any question of guilt", "exonerated"], ["decipherable", "easily deciphered", "decipherable"], ["exculpated", "freed from any question of guilt", "exculpated"], ["unmortgaged", "(especially of a title) free from any encumbrance or limitation that presents a question of fact or law", "unmortgaged"]]}, {"answer": "clear-cut", "hint": "synonyms for clear-cut", "clues": [["distinct", "clearly or sharply defined to the mind", "distinct"], ["clear", "clear and distinct to the senses; easily perceptible", "clear"], ["clean-cut", "clear and distinct to the senses; easily perceptible", "clean-cut"], ["trenchant", "clearly or sharply defined to the mind", "trenchant"]]}, {"answer": "cleared", "hint": "synonyms for cleared", "clues": [["absolved", "freed from any question of guilt", "absolved"], ["clear", "freed from any question of guilt", "clear"], ["exculpated", "freed from any question of guilt", "exculpated"], ["vindicated", "freed from any question of guilt", "vindicated"], ["exonerated", "freed from any question of guilt", "exonerated"]]}, {"answer": "clever", "hint": "synonyms for clever", "clues": [["ingenious", "showing inventiveness and skill", "ingenious"], ["apt", "mentally quick and resourceful; ; -Bram Stoker", "apt"], ["canny", "showing self-interest and shrewdness in dealing with others", "canny"], ["cunning", "showing inventiveness and skill", "cunning"], ["cagy", "showing self-interest and shrewdness in dealing with others", "cagy"]]}, {"answer": "cliquish", "hint": "synonyms for cliquish", "clues": [["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobby"], ["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobbish"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clannish"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clubby"]]}, {"answer": "cloak-and-dagger", "hint": "synonyms for cloak-and-dagger", "clues": [["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "cloaked", "hint": "synonyms for cloaked", "clues": [["masked", "having its true character concealed with the intent of misleading", "masked"], ["clothed", "covered with or as if with clothes or a wrap or cloak", "clothed"], ["disguised", "having its true character concealed with the intent of misleading", "disguised"], ["draped", "covered with or as if with clothes or a wrap or cloak", "draped"], ["wrapped", "covered with or as if with clothes or a wrap or cloak", "wrapped"], ["mantled", "covered with or as if with clothes or a wrap or cloak", "mantled"]]}, {"answer": "cloistered", "hint": "synonyms for cloistered", "clues": [["cloistral", "of communal life sequestered from the world under religious vows", "cloistral"], ["sequestered", "providing privacy or seclusion", "sequestered"], ["secluded", "providing privacy or seclusion", "secluded"], ["monastic", "of communal life sequestered from the world under religious vows", "monastic"], ["reclusive", "providing privacy or seclusion", "reclusive"], ["conventual", "of communal life sequestered from the world under religious vows", "conventual"]]}, {"answer": "close", "hint": "synonyms for close", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["unaired", "lacking fresh air", "unaired"], ["closelipped", "inclined to secrecy or reticence about divulging information", "closelipped"], ["airless", "lacking fresh air", "airless"], ["near", "not far distant in time or space or degree or circumstances", "near"], ["secretive", "inclined to secrecy or reticence about divulging information", "secretive"], ["close-fitting", "fitting closely but comfortably", "close-fitting"], ["tight", "(of a contest or contestants) evenly matched", "tight"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"], ["tightlipped", "inclined to secrecy or reticence about divulging information", "tightlipped"], ["closemouthed", "inclined to secrecy or reticence about divulging information", "closemouthed"], ["snug", "fitting closely but comfortably", "snug"], ["confining", "crowded", "confining"], ["stuffy", "lacking fresh air", "stuffy"], ["nigh", "not far distant in time or space or degree or circumstances", "nigh"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"], ["faithful", "marked by fidelity to an original", "faithful"]]}, {"answer": "close_at_hand", "hint": "synonyms for close at hand", "clues": [["at hand", "close in space; within reach", "at hand"], ["impending", "close in time; about to occur", "impending"], ["impendent", "close in time; about to occur", "impendent"], ["imminent", "close in time; about to occur", "imminent"]]}, {"answer": "closed", "hint": "synonyms for closed", "clues": [["unopen", "not open", "unopen"], ["closed in", "blocked against entry", "closed in"], ["shut", "not open", "shut"], ["unsympathetic", "not having an open mind", "unsympathetic"]]}, {"answer": "closelipped", "hint": "synonyms for closelipped", "clues": [["closemouthed", "inclined to secrecy or reticence about divulging information", "closemouthed"], ["close", "inclined to secrecy or reticence about divulging information", "close"], ["secretive", "inclined to secrecy or reticence about divulging information", "secretive"], ["tightlipped", "inclined to secrecy or reticence about divulging information", "tightlipped"]]}, {"answer": "closemouthed", "hint": "synonyms for closemouthed", "clues": [["closelipped", "inclined to secrecy or reticence about divulging information", "closelipped"], ["close", "inclined to secrecy or reticence about divulging information", "close"], ["secretive", "inclined to secrecy or reticence about divulging information", "secretive"], ["tightlipped", "inclined to secrecy or reticence about divulging information", "tightlipped"]]}, {"answer": "clothed", "hint": "synonyms for clothed", "clues": [["draped", "covered with or as if with clothes or a wrap or cloak", "draped"], ["clad", "wearing or provided with clothing; sometimes used in combination; - Bible", "clad"], ["cloaked", "covered with or as if with clothes or a wrap or cloak", "cloaked"], ["wrapped", "covered with or as if with clothes or a wrap or cloak", "wrapped"], ["mantled", "covered with or as if with clothes or a wrap or cloak", "mantled"]]}, {"answer": "clouded", "hint": "synonyms for clouded", "clues": [["blurred", "unclear in form or expression; ; - H.G.Wells", "blurred"], ["cloud-covered", "filled or abounding with clouds", "cloud-covered"], ["sunless", "filled or abounding with clouds", "sunless"], ["overcast", "filled or abounding with clouds", "overcast"]]}, {"answer": "cloudy", "hint": "synonyms for cloudy", "clues": [["turbid", "(of liquids) clouded as with sediment", "turbid"], ["mirky", "(of liquids) clouded as with sediment", "mirky"], ["nebulose", "lacking definite form or limits; - H.T.Moore", "nebulose"], ["muddy", "(of liquids) clouded as with sediment", "muddy"], ["murky", "(of liquids) clouded as with sediment", "murky"]]}, {"answer": "clubby", "hint": "synonyms for clubby", "clues": [["clubbish", "effusively sociable", "clubbish"], ["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobby"], ["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "cliquish"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clannish"], ["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobbish"]]}, {"answer": "clumsy", "hint": "synonyms for clumsy", "clues": [["ungainly", "difficult to handle or manage especially because of shape", "ungainly"], ["cumbersome", "not elegant or graceful in expression", "cumbersome"], ["inept", "not elegant or graceful in expression", "inept"], ["gawky", "lacking grace in movement or posture", "gawky"], ["unwieldy", "lacking grace in movement or posture", "unwieldy"], ["awkward", "difficult to handle or manage especially because of shape", "awkward"], ["bunglesome", "difficult to handle or manage especially because of shape", "bunglesome"], ["ill-chosen", "not elegant or graceful in expression", "ill-chosen"], ["fumbling", "showing lack of skill or aptitude", "fumbling"], ["clunky", "lacking grace in movement or posture", "clunky"], ["bungling", "showing lack of skill or aptitude", "bungling"], ["incompetent", "showing lack of skill or aptitude", "incompetent"], ["inapt", "not elegant or graceful in expression", "inapt"]]}, {"answer": "clunky", "hint": "synonyms for clunky", "clues": [["gawky", "lacking grace in movement or posture", "gawky"], ["clumsy", "lacking grace in movement or posture", "clumsy"], ["ungainly", "lacking grace in movement or posture", "ungainly"], ["unwieldy", "lacking grace in movement or posture", "unwieldy"]]}, {"answer": "co-occurrent", "hint": "synonyms for co-occurrent", "clues": [["concurrent", "occurring or operating at the same time", "concurrent"], ["cooccurring", "occurring or operating at the same time", "cooccurring"], ["coincident", "occurring or operating at the same time", "coincident"], ["coinciding", "occurring or operating at the same time", "coinciding"], ["simultaneous", "occurring or operating at the same time", "simultaneous"]]}, {"answer": "co-ordinated", "hint": "synonyms for co-ordinated", "clues": [["matching", "intentionally matched", "matching"], ["coordinated", "operating as a unit", "coordinated"], ["interconnected", "operating as a unit", "interconnected"], ["unified", "operating as a unit", "unified"]]}, {"answer": "coagulated", "hint": "synonyms for coagulated", "clues": [["coagulate", "transformed from a liquid into a soft semisolid or solid mass", "coagulate"], ["grumose", "transformed from a liquid into a soft semisolid or solid mass", "grumose"], ["curdled", "transformed from a liquid into a soft semisolid or solid mass", "curdled"], ["solidified", "changed into a solid mass", "solidified"]]}, {"answer": "coal-black", "hint": "synonyms for coal-black", "clues": [["jet-black", "of the blackest black; similar to the color of jet or coal", "jet-black"], ["sooty", "of the blackest black; similar to the color of jet or coal", "sooty"], ["pitchy", "of the blackest black; similar to the color of jet or coal", "pitchy"], ["jet", "of the blackest black; similar to the color of jet or coal", "jet"]]}, {"answer": "coarse", "hint": "synonyms for coarse", "clues": [["common", "lacking refinement or cultivation or taste", "common"], ["uncouth", "lacking refinement or cultivation or taste", "uncouth"], ["rough-cut", "lacking refinement or cultivation or taste", "rough-cut"], ["harsh", "of textures that are rough to the touch or substances consisting of relatively large particles", "harsh"], ["vulgar", "lacking refinement or cultivation or taste", "vulgar"]]}, {"answer": "coarse-grained", "hint": "synonyms for coarse-grained", "clues": [["farinaceous", "composed of or covered with particles resembling meal in texture or consistency", "farinaceous"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency", "mealy"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency", "grainy"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency", "granulose"], ["large-grained", "not having a fine texture", "large-grained"], ["granular", "composed of or covered with particles resembling meal in texture or consistency", "granular"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency", "gritty"]]}, {"answer": "cobwebby", "hint": "synonyms for cobwebby", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["see-through", "so thin as to transmit light", "see-through"], ["transparent", "so thin as to transmit light", "transparent"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["filmy", "so thin as to transmit light", "filmy"]]}, {"answer": "cock-a-hoop", "hint": "synonyms for cock-a-hoop", "clues": [["big", "exhibiting self-importance", "big"], ["bragging", "exhibiting self-importance", "bragging"], ["boastful", "exhibiting self-importance", "boastful"], ["crowing", "exhibiting self-importance", "crowing"], ["braggy", "exhibiting self-importance", "braggy"], ["braggart", "exhibiting self-importance", "braggart"], ["self-aggrandising", "exhibiting self-importance", "self-aggrandising"]]}, {"answer": "cockamamie", "hint": "synonyms for cockamamie", "clues": [["goofy", "ludicrous, foolish", "goofy"], ["sappy", "ludicrous, foolish", "sappy"], ["silly", "ludicrous, foolish", "silly"], ["whacky", "ludicrous, foolish", "whacky"], ["zany", "ludicrous, foolish", "zany"], ["cockamamy", "ludicrous, foolish", "cockamamy"]]}, {"answer": "cockamamy", "hint": "synonyms for cockamamy", "clues": [["goofy", "ludicrous, foolish", "goofy"], ["sappy", "ludicrous, foolish", "sappy"], ["silly", "ludicrous, foolish", "silly"], ["whacky", "ludicrous, foolish", "whacky"], ["zany", "ludicrous, foolish", "zany"], ["cockamamie", "ludicrous, foolish", "cockamamie"]]}, {"answer": "cockeyed", "hint": "synonyms for cockeyed", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["blotto", "very drunk", "blotto"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["pissed", "very drunk", "pissed"], ["soused", "very drunk", "soused"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton", "skew-whiff"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["askew", "turned or twisted toward one side; - G.K.Chesterton", "askew"], ["stiff", "very drunk", "stiff"], ["preposterous", "incongruous;inviting ridicule", "preposterous"], ["sozzled", "very drunk", "sozzled"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton", "lopsided"], ["pixilated", "very drunk", "pixilated"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["wet", "very drunk", "wet"], ["besotted", "very drunk", "besotted"], ["awry", "turned or twisted toward one side; - G.K.Chesterton", "awry"], ["absurd", "incongruous;inviting ridicule", "absurd"], ["slopped", "very drunk", "slopped"], ["plastered", "very drunk", "plastered"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"], ["wonky", "turned or twisted toward one side; - G.K.Chesterton", "wonky"], ["idiotic", "incongruous;inviting ridicule", "idiotic"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"]]}, {"answer": "cognate", "hint": "synonyms for cognate", "clues": [["connate", "related in nature", "connate"], ["blood-related", "related by blood", "blood-related"], ["consanguineous", "related by blood", "consanguineous"], ["kin", "related by blood", "kin"], ["consanguineal", "related by blood", "consanguineal"]]}, {"answer": "coherent", "hint": "synonyms for coherent", "clues": [["consistent", "marked by an orderly, logical, and aesthetically consistent relation of parts", "consistent"], ["lucid", "capable of thinking and expressing yourself in a clear and consistent manner", "lucid"], ["logical", "capable of thinking and expressing yourself in a clear and consistent manner", "logical"], ["tenacious", "sticking together", "tenacious"], ["ordered", "marked by an orderly, logical, and aesthetically consistent relation of parts", "ordered"]]}, {"answer": "coiling", "hint": "synonyms for coiling", "clues": [["whorled", "in the shape of a coil", "whorled"], ["volute", "in the shape of a coil", "volute"], ["helical", "in the shape of a coil", "helical"], ["turbinate", "in the shape of a coil", "turbinate"], ["spiral", "in the shape of a coil", "spiral"]]}, {"answer": "coincident", "hint": "synonyms for coincident", "clues": [["concurrent", "occurring or operating at the same time", "concurrent"], ["cooccurring", "occurring or operating at the same time", "cooccurring"], ["co-occurrent", "occurring or operating at the same time", "co-occurrent"], ["coinciding", "occurring or operating at the same time", "coinciding"], ["simultaneous", "occurring or operating at the same time", "simultaneous"], ["coincidental", "occurring or operating at the same time", "coincidental"]]}, {"answer": "coincidental", "hint": "synonyms for coincidental", "clues": [["concurrent", "occurring or operating at the same time", "concurrent"], ["cooccurring", "occurring or operating at the same time", "cooccurring"], ["coincident", "occurring or operating at the same time", "coincident"], ["co-occurrent", "occurring or operating at the same time", "co-occurrent"], ["coinciding", "occurring or operating at the same time", "coinciding"], ["simultaneous", "occurring or operating at the same time", "simultaneous"]]}, {"answer": "coinciding", "hint": "synonyms for coinciding", "clues": [["concurrent", "occurring or operating at the same time", "concurrent"], ["cooccurring", "occurring or operating at the same time", "cooccurring"], ["coincident", "occurring or operating at the same time", "coincident"], ["co-occurrent", "occurring or operating at the same time", "co-occurrent"], ["simultaneous", "occurring or operating at the same time", "simultaneous"]]}, {"answer": "cold", "hint": "synonyms for cold", "clues": [["dusty", "lacking originality or spontaneity; no longer new", "dusty"], ["cold-blooded", "without compunction or human feeling", "cold-blooded"], ["stale", "lacking originality or spontaneity; no longer new", "stale"], ["inhuman", "without compunction or human feeling", "inhuman"], ["frigid", "sexually unresponsive", "frigid"], ["insensate", "without compunction or human feeling", "insensate"], ["moth-eaten", "lacking originality or spontaneity; no longer new", "moth-eaten"]]}, {"answer": "collateral", "hint": "synonyms for collateral", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["confirmative", "serving to support or corroborate", "confirmative"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["verificatory", "serving to support or corroborate", "verificatory"], ["confirming", "serving to support or corroborate", "confirming"], ["indirect", "descended from a common ancestor but through different lines", "indirect"]]}, {"answer": "collected", "hint": "synonyms for collected", "clues": [["poised", "in full control of your faculties", "poised"], ["self-contained", "in full control of your faculties", "self-contained"], ["gathered", "brought together in one place", "gathered"], ["self-collected", "in full control of your faculties", "self-collected"], ["equanimous", "in full control of your faculties", "equanimous"], ["self-possessed", "in full control of your faculties", "self-possessed"]]}, {"answer": "colored", "hint": "synonyms for colored", "clues": [["dark", "having skin rich in melanin pigments", "dark"], ["one-sided", "favoring one person or side over another", "one-sided"], ["slanted", "favoring one person or side over another", "slanted"], ["coloured", "having color or a certain color; sometimes used in combination", "coloured"], ["non-white", "having skin rich in melanin pigments", "non-white"], ["dyed", "(used of color) artificially produced; not natural", "dyed"], ["colorful", "having color or a certain color; sometimes used in combination", "colorful"], ["dark-skinned", "having skin rich in melanin pigments", "dark-skinned"], ["bleached", "(used of color) artificially produced; not natural", "bleached"], ["biased", "favoring one person or side over another", "biased"]]}, {"answer": "coloured", "hint": "synonyms for coloured", "clues": [["colored", "having color or a certain color; sometimes used in combination", "colored"], ["one-sided", "favoring one person or side over another", "one-sided"], ["dark", "having skin rich in melanin pigments", "dark"], ["slanted", "favoring one person or side over another", "slanted"], ["dyed", "(used of color) artificially produced; not natural", "dyed"], ["non-white", "having skin rich in melanin pigments", "non-white"], ["colorful", "having color or a certain color; sometimes used in combination", "colorful"], ["dark-skinned", "having skin rich in melanin pigments", "dark-skinned"], ["biased", "favoring one person or side over another", "biased"], ["bleached", "(used of color) artificially produced; not natural", "bleached"]]}, {"answer": "coltish", "hint": "synonyms for coltish", "clues": [["frolicsome", "given to merry frolicking", "frolicsome"], ["sportive", "given to merry frolicking", "sportive"], ["rollicking", "given to merry frolicking", "rollicking"], ["frolicky", "given to merry frolicking", "frolicky"]]}, {"answer": "combative", "hint": "synonyms for combative", "clues": [["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "litigious"], ["agonistic", "striving to overcome in argument", "agonistic"], ["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputatious"], ["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputative"], ["bellicose", "having or showing a ready disposition to fight", "bellicose"], ["battleful", "having or showing a ready disposition to fight", "battleful"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "contentious"]]}, {"answer": "combinatory", "hint": "synonyms for combinatory", "clues": [["combinative", "marked by or relating to or resulting from combination", "combinative"], ["combinable", "able to or tending to combine", "combinable"], ["combinatorial", "relating to or involving combinations", "combinatorial"], ["combinational", "able to or tending to combine", "combinational"]]}, {"answer": "comely", "hint": "synonyms for comely", "clues": [["comme il faut", "according with custom or propriety", "comme il faut"], ["sightly", "very pleasing to the eye", "sightly"], ["fair", "very pleasing to the eye", "fair"], ["decent", "according with custom or propriety", "decent"], ["bonny", "very pleasing to the eye", "bonny"], ["seemly", "according with custom or propriety", "seemly"], ["bonnie", "very pleasing to the eye", "bonnie"], ["decorous", "according with custom or propriety", "decorous"], ["becoming", "according with custom or propriety", "becoming"]]}, {"answer": "comfortable", "hint": "synonyms for comfortable", "clues": [["well-heeled", "in fortunate circumstances financially; moderately rich", "well-heeled"], ["easy", "in fortunate circumstances financially; moderately rich", "easy"], ["well-situated", "in fortunate circumstances financially; moderately rich", "well-situated"], ["well-fixed", "in fortunate circumstances financially; moderately rich", "well-fixed"], ["comfy", "providing or experiencing physical well-being or relief (`comfy' is informal)", "comfy"], ["prosperous", "in fortunate circumstances financially; moderately rich", "prosperous"], ["well-to-do", "in fortunate circumstances financially; moderately rich", "well-to-do"], ["well-off", "in fortunate circumstances financially; moderately rich", "well-off"]]}, {"answer": "comforting", "hint": "synonyms for comforting", "clues": [["cheering", "providing freedom from worry", "cheering"], ["consolatory", "affording comfort or solace", "consolatory"], ["consoling", "affording comfort or solace", "consoling"], ["satisfying", "providing freedom from worry", "satisfying"]]}, {"answer": "comic", "hint": "synonyms for comic", "clues": [["risible", "arousing or provoking laughter", "risible"], ["comical", "arousing or provoking laughter", "comical"], ["funny", "arousing or provoking laughter", "funny"], ["amusing", "arousing or provoking laughter", "amusing"], ["mirthful", "arousing or provoking laughter", "mirthful"], ["laughable", "arousing or provoking laughter", "laughable"]]}, {"answer": "comical", "hint": "synonyms for comical", "clues": [["risible", "arousing or provoking laughter", "risible"], ["comic", "arousing or provoking laughter", "comic"], ["funny", "arousing or provoking laughter", "funny"], ["amusing", "arousing or provoking laughter", "amusing"], ["mirthful", "arousing or provoking laughter", "mirthful"], ["laughable", "arousing or provoking laughter", "laughable"]]}, {"answer": "comme_il_faut", "hint": "synonyms for comme il faut", "clues": [["comely", "according with custom or propriety", "comely"], ["decorous", "according with custom or propriety", "decorous"], ["decent", "according with custom or propriety", "decent"], ["becoming", "according with custom or propriety", "becoming"], ["seemly", "according with custom or propriety", "seemly"]]}, {"answer": "common", "hint": "synonyms for common", "clues": [["coarse", "lacking refinement or cultivation or taste", "coarse"], ["plebeian", "of or associated with the great masses of people", "plebeian"], ["mutual", "common to or shared by two or more parties", "mutual"], ["vulgar", "of or associated with the great masses of people", "vulgar"], ["rough-cut", "lacking refinement or cultivation or taste", "rough-cut"], ["vernacular", "being or characteristic of or appropriate to everyday language", "vernacular"], ["uncouth", "lacking refinement or cultivation or taste", "uncouth"], ["usual", "commonly encountered", "usual"], ["unwashed", "of or associated with the great masses of people", "unwashed"]]}, {"answer": "commonplace", "hint": "synonyms for commonplace", "clues": [["stock", "repeated too often; overfamiliar through overuse", "stock"], ["unglamorous", "not challenging; dull and lacking excitement", "unglamorous"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["prosaic", "not challenging; dull and lacking excitement", "prosaic"], ["humdrum", "not challenging; dull and lacking excitement", "humdrum"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["trite", "repeated too often; overfamiliar through overuse", "trite"]]}, {"answer": "communicable", "hint": "synonyms for communicable", "clues": [["transmissible", "(of disease) capable of being transmitted by infection", "transmissible"], ["contagious", "(of disease) capable of being transmitted by infection", "contagious"], ["contractable", "(of disease) capable of being transmitted by infection", "contractable"], ["catching", "(of disease) capable of being transmitted by infection", "catching"], ["transmittable", "(of disease) capable of being transmitted by infection", "transmittable"]]}, {"answer": "compact", "hint": "synonyms for compact", "clues": [["heavyset", "having a short and solid form or stature", "heavyset"], ["thick", "having a short and solid form or stature", "thick"], ["stocky", "having a short and solid form or stature", "stocky"], ["compendious", "briefly giving the gist of something", "compendious"], ["thickset", "having a short and solid form or stature", "thickset"], ["summary", "briefly giving the gist of something", "summary"], ["succinct", "briefly giving the gist of something", "succinct"]]}, {"answer": "compensable", "hint": "synonyms for compensable", "clues": [["salaried", "for which money is paid", "salaried"], ["paying", "for which money is paid", "paying"], ["remunerative", "for which money is paid", "remunerative"], ["stipendiary", "for which money is paid", "stipendiary"]]}, {"answer": "competitive", "hint": "synonyms for competitive", "clues": [["free-enterprise", "subscribing to capitalistic competition", "free-enterprise"], ["militant", "showing a fighting disposition", "militant"], ["private-enterprise", "subscribing to capitalistic competition", "private-enterprise"], ["competitory", "involving competition or competitiveness", "competitory"]]}, {"answer": "complete", "hint": "synonyms for complete", "clues": [["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["terminated", "having come or been brought to a conclusion", "terminated"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["concluded", "having come or been brought to a conclusion", "concluded"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["consummate", "perfect and complete in every respect; having all necessary qualities", "consummate"], ["all over", "having come or been brought to a conclusion", "all over"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["ended", "having come or been brought to a conclusion", "ended"], ["accomplished", "highly skilled", "accomplished"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["over", "having come or been brought to a conclusion", "over"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "complimentary", "hint": "synonyms for complimentary", "clues": [["free", "costing nothing", "free"], ["gratis", "costing nothing", "gratis"], ["gratuitous", "costing nothing", "gratuitous"], ["costless", "costing nothing", "costless"]]}, {"answer": "conceited", "hint": "synonyms for conceited", "clues": [["vain", "characteristic of false pride; having an exaggerated sense of self-importance", "vain"], ["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen-headed"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance", "egotistic"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "self-conceited"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen"]]}, {"answer": "concluded", "hint": "synonyms for concluded", "clues": [["ended", "having come or been brought to a conclusion", "ended"], ["over", "having come or been brought to a conclusion", "over"], ["terminated", "having come or been brought to a conclusion", "terminated"], ["all over", "having come or been brought to a conclusion", "all over"], ["complete", "having come or been brought to a conclusion", "complete"]]}, {"answer": "concomitant", "hint": "synonyms for concomitant", "clues": [["consequent", "following or accompanying as a consequence", "consequent"], ["attendant", "following or accompanying as a consequence", "attendant"], ["resultant", "following or accompanying as a consequence", "resultant"], ["ensuant", "following or accompanying as a consequence", "ensuant"], ["accompanying", "following or accompanying as a consequence", "accompanying"], ["incidental", "following or accompanying as a consequence", "incidental"], ["sequent", "following or accompanying as a consequence", "sequent"]]}, {"answer": "concordant", "hint": "synonyms for concordant", "clues": [["agreeable", "in keeping", "agreeable"], ["conformable", "in keeping", "conformable"], ["concurring", "being of the same opinion", "concurring"], ["accordant", "in keeping", "accordant"], ["consonant", "in keeping", "consonant"]]}, {"answer": "concurrent", "hint": "synonyms for concurrent", "clues": [["cooccurring", "occurring or operating at the same time", "cooccurring"], ["coincident", "occurring or operating at the same time", "coincident"], ["co-occurrent", "occurring or operating at the same time", "co-occurrent"], ["coinciding", "occurring or operating at the same time", "coinciding"], ["simultaneous", "occurring or operating at the same time", "simultaneous"]]}, {"answer": "condemnable", "hint": "synonyms for condemnable", "clues": [["deplorable", "bringing or deserving severe rebuke or censure", "deplorable"], ["reprehensible", "bringing or deserving severe rebuke or censure", "reprehensible"], ["vicious", "bringing or deserving severe rebuke or censure", "vicious"], ["criminal", "bringing or deserving severe rebuke or censure", "criminal"]]}, {"answer": "conducive", "hint": "synonyms for conducive", "clues": [["contributing", "tending to bring about; being partly responsible for", "contributing"], ["tributary", "tending to bring about; being partly responsible for", "tributary"], ["contributory", "tending to bring about; being partly responsible for", "contributory"], ["contributive", "tending to bring about; being partly responsible for", "contributive"]]}, {"answer": "confining", "hint": "synonyms for confining", "clues": [["restricting", "restricting the scope or freedom of action", "restricting"], ["constrictive", "restricting the scope or freedom of action", "constrictive"], ["constraining", "restricting the scope or freedom of action", "constraining"], ["close", "crowded", "close"], ["limiting", "restricting the scope or freedom of action", "limiting"]]}, {"answer": "confirmative", "hint": "synonyms for confirmative", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "confirmatory", "hint": "synonyms for confirmatory", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "confirming", "hint": "synonyms for confirming", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["confirmative", "serving to support or corroborate", "confirmative"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["positive", "indicating existence or presence of a suspected condition or pathogen", "positive"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "conformable", "hint": "synonyms for conformable", "clues": [["agreeable", "in keeping", "agreeable"], ["concordant", "in keeping", "concordant"], ["accordant", "in keeping", "accordant"], ["consonant", "in keeping", "consonant"], ["amenable", "disposed or willing to comply", "amenable"]]}, {"answer": "confounded", "hint": "synonyms for confounded", "clues": [["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment", "lost"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"]]}, {"answer": "confused", "hint": "synonyms for confused", "clues": [["upset", "thrown into a state of disarray or confusion", "upset"], ["illogical", "lacking orderly continuity", "illogical"], ["broken", "thrown into a state of disarray or confusion", "broken"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["scattered", "lacking orderly continuity", "scattered"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"], ["disoriented", "having lost your bearings; confused as to time or place or personal identity", "disoriented"], ["disconnected", "lacking orderly continuity", "disconnected"], ["unconnected", "lacking orderly continuity", "unconnected"], ["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["garbled", "lacking orderly continuity", "garbled"], ["lost", "having lost your bearings; confused as to time or place or personal identity", "lost"], ["disordered", "thrown into a state of disarray or confusion", "disordered"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"]]}, {"answer": "conjectural", "hint": "synonyms for conjectural", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence", "divinatory"], ["hypothetical", "based primarily on surmise rather than adequate evidence", "hypothetical"], ["supposed", "based primarily on surmise rather than adequate evidence", "supposed"], ["supposititious", "based primarily on surmise rather than adequate evidence", "supposititious"], ["suppositional", "based primarily on surmise rather than adequate evidence", "suppositional"]]}, {"answer": "conniving", "hint": "synonyms for conniving", "clues": [["collusive", "acting together in secret toward a fraudulent or illegal end", "collusive"], ["scheming", "used of persons", "scheming"], ["calculating", "used of persons", "calculating"], ["shrewd", "used of persons", "shrewd"], ["calculative", "used of persons", "calculative"]]}, {"answer": "consanguine", "hint": "synonyms for consanguine", "clues": [["cognate", "related by blood", "cognate"], ["blood-related", "related by blood", "blood-related"], ["consanguineous", "related by blood", "consanguineous"], ["akin", "related by blood", "akin"], ["consanguineal", "related by blood", "consanguineal"]]}, {"answer": "consanguineal", "hint": "synonyms for consanguineal", "clues": [["cognate", "related by blood", "cognate"], ["blood-related", "related by blood", "blood-related"], ["consanguineous", "related by blood", "consanguineous"], ["kin", "related by blood", "kin"]]}, {"answer": "consanguineous", "hint": "synonyms for consanguineous", "clues": [["cognate", "related by blood", "cognate"], ["blood-related", "related by blood", "blood-related"], ["kin", "related by blood", "kin"], ["consanguineal", "related by blood", "consanguineal"]]}, {"answer": "consecrated", "hint": "synonyms for consecrated", "clues": [["consecrate", "solemnly dedicated to or set apart for a high purpose", "consecrate"], ["sacred", "made or declared or believed to be holy; devoted to a deity or some religious ceremony or use", "sacred"], ["dedicated", "solemnly dedicated to or set apart for a high purpose", "dedicated"], ["sanctified", "made or declared or believed to be holy; devoted to a deity or some religious ceremony or use", "sanctified"]]}, {"answer": "consecutive", "hint": "synonyms for consecutive", "clues": [["back-to-back", "one after the other", "back-to-back"], ["serial", "in regular succession without gaps", "serial"], ["sequent", "in regular succession without gaps", "sequent"], ["sequential", "in regular succession without gaps", "sequential"], ["straight", "successive (without a break)", "straight"], ["successive", "in regular succession without gaps", "successive"]]}, {"answer": "consequent", "hint": "synonyms for consequent", "clues": [["attendant", "following or accompanying as a consequence", "attendant"], ["concomitant", "following or accompanying as a consequence", "concomitant"], ["resultant", "following or accompanying as a consequence", "resultant"], ["ensuant", "following or accompanying as a consequence", "ensuant"], ["accompanying", "following or accompanying as a consequence", "accompanying"], ["incidental", "following or accompanying as a consequence", "incidental"], ["sequent", "following or accompanying as a consequence", "sequent"]]}, {"answer": "conservative", "hint": "synonyms for conservative", "clues": [["cautious", "avoiding excess", "cautious"], ["bourgeois", "conforming to the standards and conventions of the middle class", "bourgeois"], ["button-down", "unimaginatively conventional; - Newsweek", "button-down"], ["materialistic", "conforming to the standards and conventions of the middle class", "materialistic"]]}, {"answer": "consistent", "hint": "synonyms for consistent", "clues": [["coherent", "marked by an orderly, logical, and aesthetically consistent relation of parts", "coherent"], ["uniform", "the same throughout in structure or composition", "uniform"], ["ordered", "marked by an orderly, logical, and aesthetically consistent relation of parts", "ordered"], ["logical", "marked by an orderly, logical, and aesthetically consistent relation of parts", "logical"], ["reproducible", "capable of being reproduced", "reproducible"]]}, {"answer": "consonant", "hint": "synonyms for consonant", "clues": [["conformable", "in keeping", "conformable"], ["concordant", "in keeping", "concordant"], ["harmonised", "involving or characterized by harmony", "harmonised"], ["accordant", "in keeping", "accordant"], ["harmonical", "involving or characterized by harmony", "harmonical"], ["agreeable", "in keeping", "agreeable"]]}, {"answer": "constant", "hint": "synonyms for constant", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing", "never-ending"], ["ceaseless", "uninterrupted in time and indefinitely long continuing", "ceaseless"], ["changeless", "unvarying in nature", "changeless"], ["unremitting", "uninterrupted in time and indefinitely long continuing", "unremitting"], ["unceasing", "uninterrupted in time and indefinitely long continuing", "unceasing"], ["invariant", "unvarying in nature", "invariant"], ["incessant", "uninterrupted in time and indefinitely long continuing", "incessant"], ["perpetual", "uninterrupted in time and indefinitely long continuing", "perpetual"], ["unvarying", "unvarying in nature", "unvarying"]]}, {"answer": "constitutional", "hint": "synonyms for constitutional", "clues": [["inbuilt", "existing as an essential constituent or characteristic", "inbuilt"], ["constitutive", "constitutional in the structure of something (especially your physical makeup)", "constitutive"], ["integral", "existing as an essential constituent or characteristic", "integral"], ["inherent", "existing as an essential constituent or characteristic", "inherent"], ["constituent", "constitutional in the structure of something (especially your physical makeup)", "constituent"], ["organic", "constitutional in the structure of something (especially your physical makeup)", "organic"], ["built-in", "existing as an essential constituent or characteristic", "built-in"]]}, {"answer": "constraining", "hint": "synonyms for constraining", "clues": [["restricting", "restricting the scope or freedom of action", "restricting"], ["confining", "restricting the scope or freedom of action", "confining"], ["limiting", "restricting the scope or freedom of action", "limiting"], ["constrictive", "restricting the scope or freedom of action", "constrictive"]]}, {"answer": "constrictive", "hint": "synonyms for constrictive", "clues": [["restricting", "restricting the scope or freedom of action", "restricting"], ["constraining", "restricting the scope or freedom of action", "constraining"], ["constricting", "(of circumstances) tending to constrict freedom", "constricting"], ["confining", "restricting the scope or freedom of action", "confining"], ["limiting", "restricting the scope or freedom of action", "limiting"], ["narrowing", "(of circumstances) tending to constrict freedom", "narrowing"]]}, {"answer": "consummate", "hint": "synonyms for consummate", "clues": [["complete", "perfect and complete in every respect; having all necessary qualities", "complete"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["masterful", "having or revealing supreme mastery or skill", "masterful"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["masterly", "having or revealing supreme mastery or skill", "masterly"], ["virtuoso", "having or revealing supreme mastery or skill", "virtuoso"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "contagious", "hint": "synonyms for contagious", "clues": [["transmissible", "(of disease) capable of being transmitted by infection", "transmissible"], ["transmittable", "(of disease) capable of being transmitted by infection", "transmittable"], ["contractable", "(of disease) capable of being transmitted by infection", "contractable"], ["catching", "(of disease) capable of being transmitted by infection", "catching"], ["communicable", "(of disease) capable of being transmitted by infection", "communicable"]]}, {"answer": "contemplative", "hint": "synonyms for contemplative", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["broody", "deeply or seriously thoughtful", "broody"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "contentious", "hint": "synonyms for contentious", "clues": [["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputative"], ["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "combative"], ["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "litigious"], ["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputatious"]]}, {"answer": "conterminous", "hint": "synonyms for conterminous", "clues": [["coextensive", "being of equal extent or scope or duration", "coextensive"], ["contiguous", "connecting without a break; within a common boundary", "contiguous"], ["coterminous", "being of equal extent or scope or duration", "coterminous"], ["neighboring", "having a common boundary or edge; abutting; touching", "neighboring"], ["adjacent", "having a common boundary or edge; abutting; touching", "adjacent"]]}, {"answer": "contiguous", "hint": "synonyms for contiguous", "clues": [["immediate", "very close or connected in space or time", "immediate"], ["neighboring", "having a common boundary or edge; abutting; touching", "neighboring"], ["conterminous", "having a common boundary or edge; abutting; touching", "conterminous"], ["adjacent", "having a common boundary or edge; abutting; touching", "adjacent"]]}, {"answer": "contingent", "hint": "synonyms for contingent", "clues": [["dependant on", "determined by conditions or circumstances that follow", "dependant on"], ["contingent upon", "determined by conditions or circumstances that follow", "contingent upon"], ["dependent upon", "determined by conditions or circumstances that follow", "dependent upon"], ["depending on", "determined by conditions or circumstances that follow", "depending on"]]}, {"answer": "contingent_on", "hint": "synonyms for contingent on", "clues": [["dependant on", "determined by conditions or circumstances that follow", "dependant on"], ["contingent upon", "determined by conditions or circumstances that follow", "contingent upon"], ["depending on", "determined by conditions or circumstances that follow", "depending on"], ["dependent upon", "determined by conditions or circumstances that follow", "dependent upon"], ["contingent", "determined by conditions or circumstances that follow", "contingent"]]}, {"answer": "contingent_upon", "hint": "synonyms for contingent upon", "clues": [["dependant on", "determined by conditions or circumstances that follow", "dependant on"], ["dependent upon", "determined by conditions or circumstances that follow", "dependent upon"], ["depending on", "determined by conditions or circumstances that follow", "depending on"], ["contingent on", "determined by conditions or circumstances that follow", "contingent on"]]}, {"answer": "continuant", "hint": "synonyms for continuant", "clues": [["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "spirant"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "fricative"], ["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "sibilant"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "strident"]]}, {"answer": "contraband", "hint": "synonyms for contraband", "clues": [["black-market", "distributed or sold illicitly", "black-market"], ["smuggled", "distributed or sold illicitly", "smuggled"], ["bootleg", "distributed or sold illicitly", "bootleg"], ["black", "distributed or sold illicitly", "black"]]}, {"answer": "contractable", "hint": "synonyms for contractable", "clues": [["transmissible", "(of disease) capable of being transmitted by infection", "transmissible"], ["transmittable", "(of disease) capable of being transmitted by infection", "transmittable"], ["contagious", "(of disease) capable of being transmitted by infection", "contagious"], ["catching", "(of disease) capable of being transmitted by infection", "catching"], ["communicable", "(of disease) capable of being transmitted by infection", "communicable"]]}, {"answer": "contradictory", "hint": "synonyms for contradictory", "clues": [["confounding", "that confounds or contradicts or confuses", "confounding"], ["at odds", "in disagreement; ; - John Morley", "at odds"], ["mutually exclusive", "unable to be both true at the same time", "mutually exclusive"], ["conflicting", "in disagreement; ; - John Morley", "conflicting"], ["self-contradictory", "in disagreement; ; - John Morley", "self-contradictory"]]}, {"answer": "contrary", "hint": "synonyms for contrary", "clues": [["obstinate", "resistant to guidance or discipline", "obstinate"], ["perverse", "resistant to guidance or discipline", "perverse"], ["wayward", "resistant to guidance or discipline", "wayward"], ["adverse", "in an opposing direction", "adverse"]]}, {"answer": "contributing", "hint": "synonyms for contributing", "clues": [["contributory", "tending to bring about; being partly responsible for", "contributory"], ["tributary", "tending to bring about; being partly responsible for", "tributary"], ["conducive", "tending to bring about; being partly responsible for", "conducive"], ["contributive", "tending to bring about; being partly responsible for", "contributive"]]}, {"answer": "contributive", "hint": "synonyms for contributive", "clues": [["contributing", "tending to bring about; being partly responsible for", "contributing"], ["tributary", "tending to bring about; being partly responsible for", "tributary"], ["conducive", "tending to bring about; being partly responsible for", "conducive"], ["contributory", "tending to bring about; being partly responsible for", "contributory"]]}, {"answer": "contributory", "hint": "synonyms for contributory", "clues": [["contributing", "tending to bring about; being partly responsible for", "contributing"], ["tributary", "tending to bring about; being partly responsible for", "tributary"], ["conducive", "tending to bring about; being partly responsible for", "conducive"], ["contributive", "tending to bring about; being partly responsible for", "contributive"]]}, {"answer": "conventional", "hint": "synonyms for conventional", "clues": [["schematic", "represented in simplified or symbolic form", "schematic"], ["established", "conforming with accepted standards", "established"], ["formal", "represented in simplified or symbolic form", "formal"], ["ceremonious", "rigidly formal or bound by convention", "ceremonious"]]}, {"answer": "convertible", "hint": "synonyms for convertible", "clues": [["translatable", "capable of being changed in substance as if by alchemy", "translatable"], ["transformable", "capable of being changed in substance as if by alchemy", "transformable"], ["transmutable", "capable of being changed in substance as if by alchemy", "transmutable"], ["exchangeable", "capable of being exchanged for or replaced by something of equal value", "exchangeable"]]}, {"answer": "convoluted", "hint": "synonyms for convoluted", "clues": [["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tangled"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tortuous"], ["convolute", "rolled longitudinally upon itself", "convolute"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "involved"], ["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "knotty"]]}, {"answer": "cooccurring", "hint": "synonyms for cooccurring", "clues": [["concurrent", "occurring or operating at the same time", "concurrent"], ["coincident", "occurring or operating at the same time", "coincident"], ["co-occurrent", "occurring or operating at the same time", "co-occurrent"], ["coinciding", "occurring or operating at the same time", "coinciding"], ["simultaneous", "occurring or operating at the same time", "simultaneous"]]}, {"answer": "cooperative", "hint": "synonyms for cooperative", "clues": [["conjunct", "involving the joint activity of two or more", "conjunct"], ["accommodative", "willing to adjust to differences in order to obtain agreement", "accommodative"], ["conjunctive", "involving the joint activity of two or more", "conjunctive"], ["concerted", "involving the joint activity of two or more", "concerted"]]}, {"answer": "coordinated", "hint": "synonyms for coordinated", "clues": [["matching", "intentionally matched", "matching"], ["co-ordinated", "being dexterous in the use of more than one set of muscle movements; - Mary McCarthy", "co-ordinated"], ["interconnected", "operating as a unit", "interconnected"], ["unified", "operating as a unit", "unified"]]}, {"answer": "copious", "hint": "synonyms for copious", "clues": [["ample", "affording an abundant supply", "ample"], ["rich", "affording an abundant supply", "rich"], ["plentiful", "affording an abundant supply", "plentiful"], ["voluminous", "large in number or quantity (especially of discourse)", "voluminous"], ["plenteous", "affording an abundant supply", "plenteous"]]}, {"answer": "corking", "hint": "synonyms for corking", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["slap-up", "very good", "slap-up"]]}, {"answer": "corporal", "hint": "synonyms for corporal", "clues": [["bodily", "affecting or characteristic of the body as opposed to the mind or spirit", "bodily"], ["corporate", "possessing or existing in bodily form; - Shakespeare", "corporate"], ["embodied", "possessing or existing in bodily form; - Shakespeare", "embodied"], ["somatic", "affecting or characteristic of the body as opposed to the mind or spirit", "somatic"], ["incarnate", "possessing or existing in bodily form; - Shakespeare", "incarnate"], ["corporeal", "affecting or characteristic of the body as opposed to the mind or spirit", "corporeal"]]}, {"answer": "corporate", "hint": "synonyms for corporate", "clues": [["corporal", "possessing or existing in bodily form; - Shakespeare", "corporal"], ["collective", "done by or characteristic of individuals acting together", "collective"], ["embodied", "possessing or existing in bodily form; - Shakespeare", "embodied"], ["incarnate", "possessing or existing in bodily form; - Shakespeare", "incarnate"], ["incorporated", "organized and maintained as a legal corporation", "incorporated"]]}, {"answer": "corporeal", "hint": "synonyms for corporeal", "clues": [["material", "having material or physical form or substance; - Benjamin Jowett", "material"], ["bodily", "affecting or characteristic of the body as opposed to the mind or spirit", "bodily"], ["corporal", "affecting or characteristic of the body as opposed to the mind or spirit", "corporal"], ["somatic", "affecting or characteristic of the body as opposed to the mind or spirit", "somatic"]]}, {"answer": "corroborative", "hint": "synonyms for corroborative", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["validatory", "serving to support or corroborate", "validatory"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "corroboratory", "hint": "synonyms for corroboratory", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["validating", "serving to support or corroborate", "validating"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "corrosive", "hint": "synonyms for corrosive", "clues": [["caustic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "caustic"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "erosive"], ["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "mordant"], ["vitriolic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "vitriolic"]]}, {"answer": "corruptible", "hint": "synonyms for corruptible", "clues": [["bribable", "capable of being corrupted", "bribable"], ["purchasable", "capable of being corrupted", "purchasable"], ["dishonest", "capable of being corrupted", "dishonest"], ["venal", "capable of being corrupted", "venal"]]}, {"answer": "coruscant", "hint": "synonyms for coruscant", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"]]}, {"answer": "cosmopolitan", "hint": "synonyms for cosmopolitan", "clues": [["universal", "of worldwide scope or applicability; ; - Christopher Morley", "universal"], ["widely distributed", "growing or occurring in many parts of the world", "widely distributed"], ["general", "of worldwide scope or applicability; ; - Christopher Morley", "general"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley", "world-wide"], ["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley", "ecumenical"]]}, {"answer": "costless", "hint": "synonyms for costless", "clues": [["free", "costing nothing", "free"], ["gratis", "costing nothing", "gratis"], ["gratuitous", "costing nothing", "gratuitous"], ["complimentary", "costing nothing", "complimentary"]]}, {"answer": "costly", "hint": "synonyms for costly", "clues": [["high-priced", "having a high price", "high-priced"], ["pricey", "having a high price", "pricey"], ["dearly-won", "entailing great loss or sacrifice", "dearly-won"], ["dear", "having a high price", "dear"]]}, {"answer": "countless", "hint": "synonyms for countless", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["myriad", "too numerous to be counted", "myriad"], ["infinite", "too numerous to be counted", "infinite"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"]]}, {"answer": "covetous", "hint": "synonyms for covetous", "clues": [["greedy", "immoderately desirous of acquiring e.g. wealth", "greedy"], ["prehensile", "immoderately desirous of acquiring e.g. wealth", "prehensile"], ["grasping", "immoderately desirous of acquiring e.g. wealth", "grasping"], ["envious", "showing extreme cupidity; painfully desirous of another's advantages", "envious"], ["jealous", "showing extreme cupidity; painfully desirous of another's advantages", "jealous"], ["avaricious", "immoderately desirous of acquiring e.g. wealth", "avaricious"], ["grabby", "immoderately desirous of acquiring e.g. wealth", "grabby"]]}, {"answer": "cozy", "hint": "synonyms for cozy", "clues": [["informal", "having or fostering a warm or friendly and informal atmosphere", "informal"], ["snug", "enjoying or affording comforting warmth and shelter especially in a small space", "snug"], ["intimate", "having or fostering a warm or friendly and informal atmosphere", "intimate"], ["cosy", "enjoying or affording comforting warmth and shelter especially in a small space", "cosy"]]}, {"answer": "crabbed", "hint": "synonyms for crabbed", "clues": [["grouchy", "annoyed and irritable", "grouchy"], ["fussy", "annoyed and irritable", "fussy"], ["cross", "annoyed and irritable", "cross"], ["grumpy", "annoyed and irritable", "grumpy"], ["crabby", "annoyed and irritable", "crabby"], ["bad-tempered", "annoyed and irritable", "bad-tempered"], ["ill-tempered", "annoyed and irritable", "ill-tempered"]]}, {"answer": "crabby", "hint": "synonyms for crabby", "clues": [["crabbed", "annoyed and irritable", "crabbed"], ["fussy", "annoyed and irritable", "fussy"], ["grouchy", "annoyed and irritable", "grouchy"], ["cross", "annoyed and irritable", "cross"], ["grumpy", "annoyed and irritable", "grumpy"], ["bad-tempered", "annoyed and irritable", "bad-tempered"], ["ill-tempered", "annoyed and irritable", "ill-tempered"]]}, {"answer": "crack", "hint": "synonyms for crack", "clues": [["ace", "of the highest quality", "ace"], ["topnotch", "of the highest quality", "topnotch"], ["super", "of the highest quality", "super"], ["first-rate", "of the highest quality", "first-rate"], ["tops", "of the highest quality", "tops"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "cracked", "hint": "synonyms for cracked", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["roughened", "used of skin roughened as a result of cold or exposure", "roughened"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["alligatored", "of paint or varnish; having the appearance of alligator hide", "alligatored"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["chapped", "used of skin roughened as a result of cold or exposure", "chapped"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"]]}, {"answer": "crackers", "hint": "synonyms for crackers", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "cracking", "hint": "synonyms for cracking", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "crafty", "hint": "synonyms for crafty", "clues": [["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["tricksy", "marked by skill in deception", "tricksy"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "cranky", "hint": "synonyms for cranky", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["crank", "(used of boats) inclined to heel over easily under sail", "crank"], ["fractious", "easily irritated or annoyed", "fractious"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["tippy", "(used of boats) inclined to heel over easily under sail", "tippy"], ["tender", "(used of boats) inclined to heel over easily under sail", "tender"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "crappy", "hint": "synonyms for crappy", "clues": [["rotten", "very bad", "rotten"], ["stinking", "very bad", "stinking"], ["icky", "very bad", "icky"], ["lousy", "very bad", "lousy"], ["stinky", "very bad", "stinky"], ["shitty", "very bad", "shitty"]]}, {"answer": "crashing", "hint": "synonyms for crashing", "clues": [["blinking", "informal intensifiers", "blinking"], ["blooming", "informal intensifiers", "blooming"], ["bloody", "informal intensifiers", "bloody"], ["flaming", "informal intensifiers", "flaming"], ["fucking", "informal intensifiers", "fucking"], ["bally", "informal intensifiers", "bally"]]}, {"answer": "crazy", "hint": "synonyms for crazy", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["dotty", "intensely enthusiastic about or preoccupied with", "dotty"], ["sick", "affected with madness or insanity", "sick"], ["gaga", "intensely enthusiastic about or preoccupied with", "gaga"], ["softheaded", "foolish; totally unsound", "softheaded"], ["wild", "intensely enthusiastic about or preoccupied with", "wild"], ["brainsick", "affected with madness or insanity", "brainsick"], ["half-baked", "foolish; totally unsound", "half-baked"], ["demented", "affected with madness or insanity", "demented"], ["screwball", "foolish; totally unsound", "screwball"], ["unhinged", "affected with madness or insanity", "unhinged"], ["disturbed", "affected with madness or insanity", "disturbed"], ["mad", "affected with madness or insanity", "mad"]]}, {"answer": "creaky", "hint": "synonyms for creaky", "clues": [["woebegone", "worn and broken down by hard use", "woebegone"], ["run-down", "worn and broken down by hard use", "run-down"], ["flea-bitten", "worn and broken down by hard use", "flea-bitten"], ["rheumy", "of or pertaining to arthritis", "rheumy"], ["rheumatoid", "of or pertaining to arthritis", "rheumatoid"], ["rheumatic", "of or pertaining to arthritis", "rheumatic"], ["arthritic", "of or pertaining to arthritis", "arthritic"], ["decrepit", "worn and broken down by hard use", "decrepit"], ["screaky", "having a rasping or grating sound", "screaky"], ["derelict", "worn and broken down by hard use", "derelict"]]}, {"answer": "criminal", "hint": "synonyms for criminal", "clues": [["felonious", "involving or being or having the nature of a crime", "felonious"], ["condemnable", "bringing or deserving severe rebuke or censure", "condemnable"], ["deplorable", "bringing or deserving severe rebuke or censure", "deplorable"], ["vicious", "bringing or deserving severe rebuke or censure", "vicious"], ["reprehensible", "bringing or deserving severe rebuke or censure", "reprehensible"]]}, {"answer": "crimson", "hint": "synonyms for crimson", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["violent", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode", "violent"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "reddened"], ["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "red-faced"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "flushed"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "crinkled", "hint": "synonyms for crinkled", "clues": [["wavelike", "uneven by virtue of having wrinkles or waves", "wavelike"], ["crinkly", "uneven by virtue of having wrinkles or waves", "crinkly"], ["rippled", "uneven by virtue of having wrinkles or waves", "rippled"], ["wavy", "uneven by virtue of having wrinkles or waves", "wavy"]]}, {"answer": "crinkly", "hint": "synonyms for crinkly", "clues": [["wavelike", "uneven by virtue of having wrinkles or waves", "wavelike"], ["wavy", "uneven by virtue of having wrinkles or waves", "wavy"], ["rippled", "uneven by virtue of having wrinkles or waves", "rippled"], ["crinkled", "uneven by virtue of having wrinkles or waves", "crinkled"]]}, {"answer": "crippled", "hint": "synonyms for crippled", "clues": [["halt", "disabled in the feet or legs", "halt"], ["game", "disabled in the feet or legs", "game"], ["lame", "disabled in the feet or legs", "lame"], ["gimpy", "disabled in the feet or legs", "gimpy"]]}, {"answer": "crisp", "hint": "synonyms for crisp", "clues": [["sharp", "(of something seen or heard) clearly defined", "sharp"], ["frosty", "pleasantly cold and invigorating", "frosty"], ["frizzy", "(of hair) in small tight curls", "frizzy"], ["snappy", "pleasantly cold and invigorating", "snappy"], ["curt", "brief and to the point; effectively cut short", "curt"], ["laconic", "brief and to the point; effectively cut short", "laconic"], ["crispy", "tender and brittle", "crispy"], ["nipping", "pleasantly cold and invigorating", "nipping"], ["kinky", "(of hair) in small tight curls", "kinky"], ["terse", "brief and to the point; effectively cut short", "terse"], ["nippy", "pleasantly cold and invigorating", "nippy"]]}, {"answer": "crocked", "hint": "synonyms for crocked", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "crookback", "hint": "synonyms for crookback", "clues": [["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "kyphotic"], ["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "crookbacked"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "hunchbacked"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humpbacked"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "gibbous"], ["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humped"]]}, {"answer": "crookbacked", "hint": "synonyms for crookbacked", "clues": [["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "kyphotic"], ["crookback", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "crookback"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "hunchbacked"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humpbacked"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "gibbous"], ["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humped"]]}, {"answer": "crooked", "hint": "synonyms for crooked", "clues": [["stooping", "having the back and shoulders rounded; not erect", "stooping"], ["stooped", "having the back and shoulders rounded; not erect", "stooped"], ["round-backed", "having the back and shoulders rounded; not erect", "round-backed"], ["corrupt", "not straight; dishonest or immoral or evasive", "corrupt"], ["round-shouldered", "having the back and shoulders rounded; not erect", "round-shouldered"], ["hunched", "having the back and shoulders rounded; not erect", "hunched"], ["asymmetrical", "irregular in shape or outline", "asymmetrical"]]}, {"answer": "cross", "hint": "synonyms for cross", "clues": [["fussy", "annoyed and irritable", "fussy"], ["grumpy", "annoyed and irritable", "grumpy"], ["bad-tempered", "annoyed and irritable", "bad-tempered"], ["thwartwise", "extending or lying across; in a crosswise direction; at right angles to the long axis", "thwartwise"], ["transverse", "extending or lying across; in a crosswise direction; at right angles to the long axis", "transverse"], ["crabbed", "annoyed and irritable", "crabbed"], ["grouchy", "annoyed and irritable", "grouchy"], ["crabby", "annoyed and irritable", "crabby"], ["ill-tempered", "annoyed and irritable", "ill-tempered"]]}, {"answer": "crowing", "hint": "synonyms for crowing", "clues": [["big", "exhibiting self-importance", "big"], ["bragging", "exhibiting self-importance", "bragging"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["boastful", "exhibiting self-importance", "boastful"], ["braggy", "exhibiting self-importance", "braggy"], ["braggart", "exhibiting self-importance", "braggart"], ["self-aggrandising", "exhibiting self-importance", "self-aggrandising"]]}, {"answer": "crucial", "hint": "synonyms for crucial", "clues": [["of the essence", "of the greatest importance", "of the essence"], ["all important", "of the greatest importance", "all important"], ["important", "of extreme importance; vital to the resolution of a crisis", "important"], ["essential", "of the greatest importance", "essential"]]}, {"answer": "cruddy", "hint": "synonyms for cruddy", "clues": [["smutty", "characterized by obscenity", "smutty"], ["foul", "characterized by obscenity", "foul"], ["filthy", "characterized by obscenity", "filthy"], ["nasty", "characterized by obscenity", "nasty"]]}, {"answer": "crude", "hint": "synonyms for crude", "clues": [["stark", "devoid of any qualifications or disguise or adornment", "stark"], ["earthy", "conspicuously and tastelessly indecent", "earthy"], ["unrefined", "not refined or processed", "unrefined"], ["vulgar", "conspicuously and tastelessly indecent", "vulgar"], ["gross", "conspicuously and tastelessly indecent", "gross"], ["primitive", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness", "primitive"], ["raw", "not processed or subjected to analysis", "raw"], ["rude", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness", "rude"], ["unprocessed", "not refined or processed", "unprocessed"], ["rough", "not carefully or expertly made", "rough"], ["blunt", "devoid of any qualifications or disguise or adornment", "blunt"]]}, {"answer": "cruel", "hint": "synonyms for cruel", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering", "savage"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering", "barbarous"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering", "vicious"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering", "roughshod"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering", "brutal"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering", "fell"]]}, {"answer": "crummy", "hint": "synonyms for crummy", "clues": [["cheesy", "of very poor quality; flimsy", "cheesy"], ["tinny", "of very poor quality; flimsy", "tinny"], ["sleazy", "of very poor quality; flimsy", "sleazy"], ["chintzy", "of very poor quality; flimsy", "chintzy"], ["cheap", "of very poor quality; flimsy", "cheap"], ["punk", "of very poor quality; flimsy", "punk"], ["bum", "of very poor quality; flimsy", "bum"]]}, {"answer": "crushed", "hint": "synonyms for crushed", "clues": [["broken", "subdued or brought low in condition or status", "broken"], ["humiliated", "subdued or brought low in condition or status", "humiliated"], ["low", "subdued or brought low in condition or status", "low"], ["humbled", "subdued or brought low in condition or status", "humbled"]]}, {"answer": "crusty", "hint": "synonyms for crusty", "clues": [["curmudgeonly", "brusque and surly and forbidding", "curmudgeonly"], ["encrusted", "having a hardened crust as a covering", "encrusted"], ["ill-humoured", "brusque and surly and forbidding", "ill-humoured"], ["crustlike", "having a hardened crust as a covering", "crustlike"], ["gruff", "brusque and surly and forbidding", "gruff"]]}, {"answer": "crying", "hint": "synonyms for crying", "clues": [["glaring", "conspicuously and outrageously bad or reprehensible", "glaring"], ["insistent", "demanding attention; ; ; - H.L.Mencken", "insistent"], ["egregious", "conspicuously and outrageously bad or reprehensible", "egregious"], ["exigent", "demanding attention; ; ; - H.L.Mencken", "exigent"], ["rank", "conspicuously and outrageously bad or reprehensible", "rank"], ["instant", "demanding attention; ; ; - H.L.Mencken", "instant"], ["flagrant", "conspicuously and outrageously bad or reprehensible", "flagrant"], ["clamant", "demanding attention; ; ; - H.L.Mencken", "clamant"], ["gross", "conspicuously and outrageously bad or reprehensible", "gross"]]}, {"answer": "cryptic", "hint": "synonyms for cryptic", "clues": [["deep", "of an obscure nature; ; ; ; - Rachel Carson", "deep"], ["sibylline", "having a secret or hidden meaning; ; ; - John Gunther", "sibylline"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson", "mystifying"], ["cryptical", "having a secret or hidden meaning; ; ; - John Gunther", "cryptical"], ["qabalistic", "having a secret or hidden meaning; ; ; - John Gunther", "qabalistic"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson", "mysterious"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson", "inscrutable"]]}, {"answer": "cryptical", "hint": "synonyms for cryptical", "clues": [["deep", "of an obscure nature; ; ; ; - Rachel Carson", "deep"], ["sibylline", "having a secret or hidden meaning; ; ; - John Gunther", "sibylline"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson", "mystifying"], ["cryptic", "having a secret or hidden meaning; ; ; - John Gunther", "cryptic"], ["qabalistic", "having a secret or hidden meaning; ; ; - John Gunther", "qabalistic"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson", "mysterious"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson", "inscrutable"]]}, {"answer": "crystal_clear", "hint": "synonyms for crystal clear", "clues": [["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "lucid"], ["crystalline", "transmitting light; able to be seen through with clarity", "crystalline"], ["pellucid", "transmitting light; able to be seen through with clarity", "pellucid"], ["transparent", "transmitting light; able to be seen through with clarity", "transparent"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "perspicuous"], ["limpid", "transmitting light; able to be seen through with clarity", "limpid"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "luculent"]]}, {"answer": "crystalline", "hint": "synonyms for crystalline", "clues": [["transparent", "transmitting light; able to be seen through with clarity", "transparent"], ["limpid", "transmitting light; able to be seen through with clarity", "limpid"], ["crystal clear", "transmitting light; able to be seen through with clarity", "crystal clear"], ["pellucid", "transmitting light; able to be seen through with clarity", "pellucid"], ["lucid", "transmitting light; able to be seen through with clarity", "lucid"]]}, {"answer": "cube-shaped", "hint": "synonyms for cube-shaped", "clues": [["cuboidal", "shaped like a cube", "cuboidal"], ["cubiform", "shaped like a cube", "cubiform"], ["cubelike", "shaped like a cube", "cubelike"], ["cubical", "shaped like a cube", "cubical"]]}, {"answer": "cubelike", "hint": "synonyms for cubelike", "clues": [["cuboidal", "shaped like a cube", "cuboidal"], ["cubiform", "shaped like a cube", "cubiform"], ["cubical", "shaped like a cube", "cubical"], ["cube-shaped", "shaped like a cube", "cube-shaped"]]}, {"answer": "cubical", "hint": "synonyms for cubical", "clues": [["cuboidal", "shaped like a cube", "cuboidal"], ["cubiform", "shaped like a cube", "cubiform"], ["cubelike", "shaped like a cube", "cubelike"], ["cube-shaped", "shaped like a cube", "cube-shaped"]]}, {"answer": "cubiform", "hint": "synonyms for cubiform", "clues": [["cuboidal", "shaped like a cube", "cuboidal"], ["cubelike", "shaped like a cube", "cubelike"], ["cubical", "shaped like a cube", "cubical"], ["cube-shaped", "shaped like a cube", "cube-shaped"]]}, {"answer": "cuboid", "hint": "synonyms for cuboid", "clues": [["cuboidal", "shaped like a cube", "cuboidal"], ["cubiform", "shaped like a cube", "cubiform"], ["cubelike", "shaped like a cube", "cubelike"], ["cubical", "shaped like a cube", "cubical"], ["cube-shaped", "shaped like a cube", "cube-shaped"]]}, {"answer": "cuboidal", "hint": "synonyms for cuboidal", "clues": [["cubiform", "shaped like a cube", "cubiform"], ["cuboid", "shaped like a cube", "cuboid"], ["cubelike", "shaped like a cube", "cubelike"], ["cubical", "shaped like a cube", "cubical"], ["cube-shaped", "shaped like a cube", "cube-shaped"]]}, {"answer": "culpable", "hint": "synonyms for culpable", "clues": [["blamable", "deserving blame or censure as being wrong or evil or injurious", "blamable"], ["censurable", "deserving blame or censure as being wrong or evil or injurious", "censurable"], ["blameful", "deserving blame or censure as being wrong or evil or injurious", "blameful"], ["blameworthy", "deserving blame or censure as being wrong or evil or injurious", "blameworthy"]]}, {"answer": "cultivated", "hint": "synonyms for cultivated", "clues": [["civilized", "marked by refinement in taste and manners", "civilized"], ["polite", "marked by refinement in taste and manners", "polite"], ["cultured", "marked by refinement in taste and manners", "cultured"], ["genteel", "marked by refinement in taste and manners", "genteel"]]}, {"answer": "cultured", "hint": "synonyms for cultured", "clues": [["civilized", "marked by refinement in taste and manners", "civilized"], ["polite", "marked by refinement in taste and manners", "polite"], ["cultivated", "marked by refinement in taste and manners", "cultivated"], ["genteel", "marked by refinement in taste and manners", "genteel"]]}, {"answer": "cumbersome", "hint": "synonyms for cumbersome", "clues": [["awkward", "not elegant or graceful in expression", "awkward"], ["cumbrous", "difficult to handle or use especially because of size or weight", "cumbrous"], ["inept", "not elegant or graceful in expression", "inept"], ["clumsy", "not elegant or graceful in expression", "clumsy"], ["inapt", "not elegant or graceful in expression", "inapt"], ["ill-chosen", "not elegant or graceful in expression", "ill-chosen"]]}, {"answer": "cunning", "hint": "synonyms for cunning", "clues": [["clever", "showing inventiveness and skill", "clever"], ["sly", "marked by skill in deception", "sly"], ["tricksy", "marked by skill in deception", "tricksy"], ["ingenious", "showing inventiveness and skill", "ingenious"], ["crafty", "marked by skill in deception", "crafty"], ["cute", "attractive especially by means of smallness or prettiness or quaintness", "cute"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "curative", "hint": "synonyms for curative", "clues": [["remedial", "tending to cure or restore to health", "remedial"], ["sanative", "tending to cure or restore to health", "sanative"], ["healing", "tending to cure or restore to health", "healing"], ["therapeutic", "tending to cure or restore to health", "therapeutic"], ["alterative", "tending to cure or restore to health", "alterative"]]}, {"answer": "cured", "hint": "synonyms for cured", "clues": [["aged", "(used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)", "aged"], ["vulcanised", "(used of rubber) treated by a chemical or physical process to improve its properties (hardness and strength and odor and elasticity)", "vulcanised"], ["corned", "(used especially of meat) cured in brine", "corned"], ["recovered", "freed from illness or injury; ; ; ; - Normon Cameron", "recovered"], ["healed", "freed from illness or injury; ; ; ; - Normon Cameron", "healed"]]}, {"answer": "curious", "hint": "synonyms for curious", "clues": [["rum", "beyond or deviating from the usual or expected", "rum"], ["odd", "beyond or deviating from the usual or expected", "odd"], ["queer", "beyond or deviating from the usual or expected", "queer"], ["peculiar", "beyond or deviating from the usual or expected", "peculiar"], ["funny", "beyond or deviating from the usual or expected", "funny"], ["singular", "beyond or deviating from the usual or expected", "singular"], ["rummy", "beyond or deviating from the usual or expected", "rummy"]]}, {"answer": "cursed", "hint": "synonyms for cursed", "clues": [["curst", "deserving a curse; sometimes used as an intensifier", "curst"], ["damned", "in danger of the eternal punishment of Hell", "damned"], ["unsaved", "in danger of the eternal punishment of Hell", "unsaved"], ["doomed", "in danger of the eternal punishment of Hell", "doomed"], ["unredeemed", "in danger of the eternal punishment of Hell", "unredeemed"]]}, {"answer": "curt", "hint": "synonyms for curt", "clues": [["brusk", "marked by rude or peremptory shortness", "brusk"], ["laconic", "brief and to the point; effectively cut short", "laconic"], ["brusque", "marked by rude or peremptory shortness", "brusque"], ["short", "marked by rude or peremptory shortness", "short"], ["terse", "brief and to the point; effectively cut short", "terse"], ["crisp", "brief and to the point; effectively cut short", "crisp"]]}, {"answer": "curvaceous", "hint": "synonyms for curvaceous", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "curvy", "hint": "synonyms for curvy", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["curvey", "having curves", "curvey"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "cuspated", "hint": "synonyms for cuspated", "clues": [["cuspidal", "having cusps or points", "cuspidal"], ["cuspate", "having cusps or points", "cuspate"], ["cuspidated", "having cusps or points", "cuspidated"], ["cusped", "having cusps or points", "cusped"]]}, {"answer": "cuspidate", "hint": "synonyms for cuspidate", "clues": [["cuspidal", "having cusps or points", "cuspidal"], ["cuspate", "having cusps or points", "cuspate"], ["cuspidated", "having cusps or points", "cuspidated"], ["cusped", "having cusps or points", "cusped"]]}, {"answer": "cut", "hint": "synonyms for cut", "clues": [["trimmed", "made neat and tidy by trimming", "trimmed"], ["weakened", "mixed with water", "weakened"], ["emasculated", "(of a male animal) having the testicles removed", "emasculated"], ["slashed", "(used of rates or prices) reduced usually sharply", "slashed"], ["shortened", "with parts removed", "shortened"], ["gelded", "(of a male animal) having the testicles removed", "gelded"], ["mown", "(used of grass or vegetation) cut down with a hand implement or machine", "mown"], ["thinned", "mixed with water", "thinned"]]}, {"answer": "cutting", "hint": "synonyms for cutting", "clues": [["stinging", "(of speech) harsh or hurtful in tone or character", "stinging"], ["piercing", "painful as if caused by a sharp instrument", "piercing"], ["stabbing", "painful as if caused by a sharp instrument", "stabbing"], ["raw", "unpleasantly cold and damp", "raw"], ["lancinating", "painful as if caused by a sharp instrument", "lancinating"], ["knifelike", "painful as if caused by a sharp instrument", "knifelike"], ["bleak", "unpleasantly cold and damp", "bleak"], ["lancinate", "painful as if caused by a sharp instrument", "lancinate"], ["keen", "painful as if caused by a sharp instrument", "keen"], ["edged", "(of speech) harsh or hurtful in tone or character", "edged"]]}, {"answer": "daft", "hint": "synonyms for daft", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "daily", "hint": "synonyms for daily", "clues": [["day-to-day", "of or belonging to or occurring every day", "day-to-day"], ["casual", "appropriate for ordinary or routine occasions", "casual"], ["day-after-day", "of or belonging to or occurring every day", "day-after-day"], ["everyday", "appropriate for ordinary or routine occasions", "everyday"], ["day-by-day", "of or belonging to or occurring every day", "day-by-day"]]}, {"answer": "dainty", "hint": "synonyms for dainty", "clues": [["squeamish", "excessively fastidious and easily disgusted", "squeamish"], ["nice", "excessively fastidious and easily disgusted", "nice"], ["prim", "affectedly dainty or refined", "prim"], ["mincing", "affectedly dainty or refined", "mincing"], ["twee", "affectedly dainty or refined", "twee"], ["overnice", "excessively fastidious and easily disgusted", "overnice"], ["prissy", "excessively fastidious and easily disgusted", "prissy"], ["exquisite", "delicately beautiful", "exquisite"], ["niminy-piminy", "affectedly dainty or refined", "niminy-piminy"]]}, {"answer": "damaging", "hint": "synonyms for damaging", "clues": [["detrimental", "(sometimes followed by `to') causing harm or injury", "detrimental"], ["negative", "designed or tending to discredit, especially without positive or helpful suggestions", "negative"], ["prejudicious", "(sometimes followed by `to') causing harm or injury", "prejudicious"], ["prejudicial", "(sometimes followed by `to') causing harm or injury", "prejudicial"]]}, {"answer": "damn", "hint": "synonyms for damn", "clues": [["blame", "expletives used informally as intensifiers", "blame"], ["deuced", "expletives used informally as intensifiers", "deuced"], ["blasted", "expletives used informally as intensifiers", "blasted"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["goddamn", "used as expletives", "goddamn"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["damned", "expletives used informally as intensifiers", "damned"], ["darned", "expletives used informally as intensifiers", "darned"]]}, {"answer": "damned", "hint": "synonyms for damned", "clues": [["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["unredeemed", "in danger of the eternal punishment of Hell", "unredeemed"], ["darned", "expletives used informally as intensifiers", "darned"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["blamed", "expletives used informally as intensifiers", "blamed"], ["goddamned", "expletives used informally as intensifiers", "goddamned"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["unsaved", "in danger of the eternal punishment of Hell", "unsaved"], ["doomed", "in danger of the eternal punishment of Hell", "doomed"], ["deuced", "expletives used informally as intensifiers", "deuced"], ["cursed", "in danger of the eternal punishment of Hell", "cursed"]]}, {"answer": "dandy", "hint": "synonyms for dandy", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "dangerous", "hint": "synonyms for dangerous", "clues": [["unsafe", "involving or causing danger or risk; liable to hurt or harm", "unsafe"], ["life-threatening", "causing fear or anxiety by threatening great harm", "life-threatening"], ["grievous", "causing fear or anxiety by threatening great harm", "grievous"], ["serious", "causing fear or anxiety by threatening great harm", "serious"], ["grave", "causing fear or anxiety by threatening great harm", "grave"], ["severe", "causing fear or anxiety by threatening great harm", "severe"]]}, {"answer": "dapper", "hint": "synonyms for dapper", "clues": [["natty", "marked by up-to-dateness in dress and manners", "natty"], ["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"]]}, {"answer": "daring", "hint": "synonyms for daring", "clues": [["audacious", "disposed to venture or take risks", "audacious"], ["venturesome", "disposed to venture or take risks", "venturesome"], ["avant-garde", "radically new or original", "avant-garde"], ["venturous", "disposed to venture or take risks", "venturous"]]}, {"answer": "dark", "hint": "synonyms for dark", "clues": [["disconsolate", "causing dejection", "disconsolate"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["obscure", "marked by difficulty of style or expression", "obscure"], ["grim", "causing dejection", "grim"], ["blue", "causing dejection", "blue"], ["sinister", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy", "sinister"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glowering"], ["sorry", "causing dejection", "sorry"], ["non-white", "having skin rich in melanin pigments", "non-white"], ["coloured", "having skin rich in melanin pigments", "coloured"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["black", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy", "black"], ["dark-skinned", "having skin rich in melanin pigments", "dark-skinned"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["dismal", "causing dejection", "dismal"], ["gloomy", "causing dejection", "gloomy"], ["dreary", "causing dejection", "dreary"], ["benighted", "lacking enlightenment or knowledge or culture", "benighted"], ["dingy", "causing dejection", "dingy"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"], ["drab", "causing dejection", "drab"]]}, {"answer": "dark-skinned", "hint": "synonyms for dark-skinned", "clues": [["dark", "having skin rich in melanin pigments", "dark"], ["swarthy", "naturally having skin of a dark color", "swarthy"], ["dusky", "naturally having skin of a dark color", "dusky"], ["colored", "having skin rich in melanin pigments", "colored"], ["swart", "naturally having skin of a dark color", "swart"], ["non-white", "having skin rich in melanin pigments", "non-white"]]}, {"answer": "darned", "hint": "synonyms for darned", "clues": [["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["blamed", "expletives used informally as intensifiers", "blamed"], ["goddamned", "expletives used informally as intensifiers", "goddamned"], ["damned", "expletives used informally as intensifiers", "damned"], ["deuced", "expletives used informally as intensifiers", "deuced"]]}, {"answer": "dashing", "hint": "synonyms for dashing", "clues": [["natty", "marked by up-to-dateness in dress and manners", "natty"], ["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["gallant", "lively and spirited", "gallant"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"]]}, {"answer": "dateless", "hint": "synonyms for dateless", "clues": [["sempiternal", "having no known beginning and presumably no end", "sempiternal"], ["undated", "not bearing a date", "undated"], ["endless", "having no known beginning and presumably no end", "endless"], ["timeless", "unaffected by time", "timeless"]]}, {"answer": "dauntless", "hint": "synonyms for dauntless", "clues": [["intrepid", "invulnerable to fear or intimidation", "intrepid"], ["hardy", "invulnerable to fear or intimidation", "hardy"], ["unfearing", "invulnerable to fear or intimidation", "unfearing"], ["fearless", "invulnerable to fear or intimidation", "fearless"], ["audacious", "invulnerable to fear or intimidation", "audacious"], ["brave", "invulnerable to fear or intimidation", "brave"]]}, {"answer": "dazed", "hint": "synonyms for dazed", "clues": [["stunned", "in a state of mental numbness especially as resulting from shock", "stunned"], ["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "stuporous"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "groggy"], ["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "foggy"], ["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "logy"], ["stupefied", "in a state of mental numbness especially as resulting from shock", "stupefied"], ["stupid", "in a state of mental numbness especially as resulting from shock", "stupid"]]}, {"answer": "dazzling", "hint": "synonyms for dazzling", "clues": [["fulgurous", "amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones", "fulgurous"], ["blinding", "shining intensely", "blinding"], ["blazing", "shining intensely", "blazing"], ["fulgent", "shining intensely", "fulgent"], ["eye-popping", "amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones", "eye-popping"], ["glaring", "shining intensely", "glaring"], ["glary", "shining intensely", "glary"], ["fulgurant", "amazingly impressive; suggestive of the flashing of lightning; ; - Janet Flanner; - Idwal Jones", "fulgurant"]]}, {"answer": "dead", "hint": "synonyms for dead", "clues": [["beat", "very tired", "beat"], ["utter", "complete", "utter"], ["deadened", "devoid of physical sensation; numb", "deadened"], ["bushed", "very tired", "bushed"], ["all in", "very tired", "all in"], ["drained", "drained of electric charge; discharged", "drained"], ["numb", "(followed by `to') not showing human feeling or sensitivity; unresponsive", "numb"], ["stagnant", "not circulating or flowing", "stagnant"], ["idle", "not yielding a return", "idle"]]}, {"answer": "deadening", "hint": "synonyms for deadening", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "dull"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "deadly", "hint": "synonyms for deadly", "clues": [["lethal", "of an instrument of certain death", "lethal"], ["venomous", "extremely poisonous or injurious; producing venom", "venomous"], ["pernicious", "exceedingly harmful", "pernicious"], ["deathly", "causing or capable of causing death", "deathly"], ["mortal", "causing or capable of causing death", "mortal"], ["virulent", "extremely poisonous or injurious; producing venom", "virulent"], ["baneful", "exceedingly harmful", "baneful"], ["pestilent", "exceedingly harmful", "pestilent"]]}, {"answer": "deadpan", "hint": "synonyms for deadpan", "clues": [["unexpressive", "deliberately impassive in manner", "unexpressive"], ["impassive", "deliberately impassive in manner", "impassive"], ["poker-faced", "deliberately impassive in manner", "poker-faced"], ["expressionless", "deliberately impassive in manner", "expressionless"]]}, {"answer": "dealt_out", "hint": "synonyms for dealt out", "clues": [["parceled out", "given out in portions", "parceled out"], ["apportioned", "given out in portions", "apportioned"], ["meted out", "given out in portions", "meted out"], ["doled out", "given out in portions", "doled out"]]}, {"answer": "dear", "hint": "synonyms for dear", "clues": [["high-priced", "having a high price", "high-priced"], ["good", "with or in a close or intimate relationship", "good"], ["pricey", "having a high price", "pricey"], ["costly", "having a high price", "costly"], ["heartfelt", "earnest", "heartfelt"], ["devout", "earnest", "devout"], ["earnest", "earnest", "earnest"], ["beloved", "dearly loved", "beloved"], ["darling", "dearly loved", "darling"], ["near", "with or in a close or intimate relationship", "near"]]}, {"answer": "debased", "hint": "synonyms for debased", "clues": [["corrupted", "ruined in character or quality", "corrupted"], ["devalued", "lowered in value", "devalued"], ["degraded", "lowered in value", "degraded"], ["adulterate", "mixed with impurities", "adulterate"], ["vitiated", "ruined in character or quality", "vitiated"]]}, {"answer": "debatable", "hint": "synonyms for debatable", "clues": [["problematical", "open to doubt or debate", "problematical"], ["disputable", "open to argument or debate", "disputable"], ["arguable", "open to argument or debate", "arguable"], ["moot", "open to argument or debate", "moot"]]}, {"answer": "debauched", "hint": "synonyms for debauched", "clues": [["riotous", "unrestrained by convention or morality", "riotous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["fast", "unrestrained by convention or morality", "fast"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "debile", "hint": "synonyms for debile", "clues": [["weakly", "lacking bodily or muscular strength or vitality", "weakly"], ["decrepit", "lacking bodily or muscular strength or vitality", "decrepit"], ["infirm", "lacking bodily or muscular strength or vitality", "infirm"], ["sapless", "lacking bodily or muscular strength or vitality", "sapless"], ["rickety", "lacking bodily or muscular strength or vitality", "rickety"], ["feeble", "lacking bodily or muscular strength or vitality", "feeble"]]}, {"answer": "debonair", "hint": "synonyms for debonair", "clues": [["suave", "having a sophisticated charm", "suave"], ["chipper", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds", "chipper"], ["debonnaire", "having a sophisticated charm", "debonnaire"], ["jaunty", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds", "jaunty"]]}, {"answer": "debonaire", "hint": "synonyms for debonaire", "clues": [["debonair", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds", "debonair"], ["suave", "having a sophisticated charm", "suave"], ["chipper", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds", "chipper"], ["jaunty", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds", "jaunty"]]}, {"answer": "deceased", "hint": "synonyms for deceased", "clues": [["at rest", "dead", "at rest"], ["gone", "dead", "gone"], ["at peace", "dead", "at peace"], ["asleep", "dead", "asleep"], ["departed", "dead", "departed"]]}, {"answer": "deceitful", "hint": "synonyms for deceitful", "clues": [["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-tongued"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-dealing"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "two-faced"], ["fallacious", "intended to deceive; ; ; - S.T.Coleridge", "fallacious"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "ambidextrous"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-faced"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "duplicitous"], ["fraudulent", "intended to deceive; ; ; - S.T.Coleridge", "fraudulent"]]}, {"answer": "decent", "hint": "synonyms for decent", "clues": [["enough", "sufficient for the purpose", "enough"], ["comme il faut", "according with custom or propriety", "comme il faut"], ["comely", "according with custom or propriety", "comely"], ["adequate", "sufficient for the purpose", "adequate"], ["decorous", "according with custom or propriety", "decorous"], ["nice", "socially or conventionally correct; refined or virtuous", "nice"], ["becoming", "according with custom or propriety", "becoming"], ["seemly", "according with custom or propriety", "seemly"]]}, {"answer": "declamatory", "hint": "synonyms for declamatory", "clues": [["turgid", "ostentatiously lofty in style", "turgid"], ["orotund", "ostentatiously lofty in style", "orotund"], ["tumid", "ostentatiously lofty in style", "tumid"], ["bombastic", "ostentatiously lofty in style", "bombastic"], ["large", "ostentatiously lofty in style", "large"]]}, {"answer": "decorous", "hint": "synonyms for decorous", "clues": [["comme il faut", "according with custom or propriety", "comme il faut"], ["comely", "according with custom or propriety", "comely"], ["decent", "according with custom or propriety", "decent"], ["becoming", "according with custom or propriety", "becoming"], ["seemly", "according with custom or propriety", "seemly"]]}, {"answer": "decrepit", "hint": "synonyms for decrepit", "clues": [["weakly", "lacking bodily or muscular strength or vitality", "weakly"], ["infirm", "lacking bodily or muscular strength or vitality", "infirm"], ["rickety", "lacking bodily or muscular strength or vitality", "rickety"], ["woebegone", "worn and broken down by hard use", "woebegone"], ["feeble", "lacking bodily or muscular strength or vitality", "feeble"], ["run-down", "worn and broken down by hard use", "run-down"], ["flea-bitten", "worn and broken down by hard use", "flea-bitten"], ["creaky", "worn and broken down by hard use", "creaky"], ["sapless", "lacking bodily or muscular strength or vitality", "sapless"], ["debile", "lacking bodily or muscular strength or vitality", "debile"], ["derelict", "worn and broken down by hard use", "derelict"]]}, {"answer": "deep", "hint": "synonyms for deep", "clues": [["cryptical", "of an obscure nature; ; ; ; - Rachel Carson", "cryptical"], ["abstruse", "difficult to penetrate; incomprehensible to one of ordinary understanding or knowledge", "abstruse"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson", "mystifying"], ["recondite", "difficult to penetrate; incomprehensible to one of ordinary understanding or knowledge", "recondite"], ["rich", "strong; intense", "rich"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson", "mysterious"], ["thick", "(of darkness) very intense", "thick"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson", "inscrutable"], ["bass", "having or denoting a low vocal or instrumental range", "bass"]]}, {"answer": "defamatory", "hint": "synonyms for defamatory", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"]]}, {"answer": "defeated", "hint": "synonyms for defeated", "clues": [["foiled", "disappointingly unsuccessful", "foiled"], ["disappointed", "disappointingly unsuccessful", "disappointed"], ["discomfited", "disappointingly unsuccessful", "discomfited"], ["thwarted", "disappointingly unsuccessful", "thwarted"], ["frustrated", "disappointingly unsuccessful", "frustrated"]]}, {"answer": "deficient", "hint": "synonyms for deficient", "clues": [["substandard", "falling short of some prescribed norm", "substandard"], ["lacking", "inadequate in amount or degree", "lacking"], ["insufficient", "of a quantity not able to fulfill a need or requirement", "insufficient"], ["inferior", "falling short of some prescribed norm", "inferior"], ["wanting", "inadequate in amount or degree", "wanting"]]}, {"answer": "definitive", "hint": "synonyms for definitive", "clues": [["determinate", "supplying or being a final or conclusive settlement", "determinate"], ["classical", "of recognized authority or excellence", "classical"], ["unequivocal", "clearly defined or formulated; - R.B.Taney", "unequivocal"], ["authoritative", "of recognized authority or excellence", "authoritative"]]}, {"answer": "deformed", "hint": "synonyms for deformed", "clues": [["malformed", "so badly formed or out of shape as to be ugly", "malformed"], ["distorted", "so badly formed or out of shape as to be ugly", "distorted"], ["ill-shapen", "so badly formed or out of shape as to be ugly", "ill-shapen"], ["misshapen", "so badly formed or out of shape as to be ugly", "misshapen"]]}, {"answer": "degenerate", "hint": "synonyms for degenerate", "clues": [["riotous", "unrestrained by convention or morality", "riotous"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["fast", "unrestrained by convention or morality", "fast"], ["debauched", "unrestrained by convention or morality", "debauched"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "degraded", "hint": "synonyms for degraded", "clues": [["riotous", "unrestrained by convention or morality", "riotous"], ["devalued", "lowered in value", "devalued"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["fast", "unrestrained by convention or morality", "fast"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["debauched", "unrestrained by convention or morality", "debauched"], ["debased", "lowered in value", "debased"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "delectable", "hint": "synonyms for delectable", "clues": [["luscious", "extremely pleasing to the sense of taste", "luscious"], ["toothsome", "extremely pleasing to the sense of taste", "toothsome"], ["sexually attractive", "capable of arousing desire", "sexually attractive"], ["pleasant-tasting", "extremely pleasing to the sense of taste", "pleasant-tasting"], ["scrumptious", "extremely pleasing to the sense of taste", "scrumptious"], ["yummy", "extremely pleasing to the sense of taste", "yummy"], ["delicious", "extremely pleasing to the sense of taste", "delicious"]]}, {"answer": "delicate", "hint": "synonyms for delicate", "clues": [["ticklish", "difficult to handle; requiring great tact", "ticklish"], ["touchy", "difficult to handle; requiring great tact", "touchy"], ["fragile", "easily broken or damaged or destroyed", "fragile"], ["soft", "easily hurt", "soft"], ["frail", "easily broken or damaged or destroyed", "frail"], ["finespun", "developed with extreme delicacy and subtlety", "finespun"]]}, {"answer": "delicious", "hint": "synonyms for delicious", "clues": [["luscious", "extremely pleasing to the sense of taste", "luscious"], ["delectable", "extremely pleasing to the sense of taste", "delectable"], ["toothsome", "extremely pleasing to the sense of taste", "toothsome"], ["delightful", "greatly pleasing or entertaining", "delightful"], ["pleasant-tasting", "extremely pleasing to the sense of taste", "pleasant-tasting"], ["scrumptious", "extremely pleasing to the sense of taste", "scrumptious"], ["yummy", "extremely pleasing to the sense of taste", "yummy"]]}, {"answer": "delighted", "hint": "synonyms for delighted", "clues": [["charmed", "filled with wonder and delight", "charmed"], ["entranced", "filled with wonder and delight", "entranced"], ["enthralled", "filled with wonder and delight", "enthralled"], ["beguiled", "filled with wonder and delight", "beguiled"], ["captivated", "filled with wonder and delight", "captivated"]]}, {"answer": "delinquent", "hint": "synonyms for delinquent", "clues": [["remiss", "failing in what duty requires", "remiss"], ["neglectful", "failing in what duty requires", "neglectful"], ["overdue", "past due; not paid at the scheduled time", "overdue"], ["derelict", "failing in what duty requires", "derelict"]]}, {"answer": "delirious", "hint": "synonyms for delirious", "clues": [["unrestrained", "marked by uncontrolled excitement or emotion", "unrestrained"], ["hallucinating", "experiencing delirium", "hallucinating"], ["excited", "marked by uncontrolled excitement or emotion", "excited"], ["mad", "marked by uncontrolled excitement or emotion", "mad"], ["frantic", "marked by uncontrolled excitement or emotion", "frantic"]]}, {"answer": "deluxe", "hint": "synonyms for deluxe", "clues": [["luxe", "elegant and sumptuous", "luxe"], ["grand", "rich and superior in quality", "grand"], ["gilded", "rich and superior in quality", "gilded"], ["de luxe", "elegant and sumptuous", "de luxe"], ["opulent", "rich and superior in quality", "opulent"], ["luxurious", "rich and superior in quality", "luxurious"], ["sumptuous", "rich and superior in quality", "sumptuous"], ["princely", "rich and superior in quality", "princely"]]}, {"answer": "demented", "hint": "synonyms for demented", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["sick", "affected with madness or insanity", "sick"], ["crazy", "affected with madness or insanity", "crazy"], ["unhinged", "affected with madness or insanity", "unhinged"], ["disturbed", "affected with madness or insanity", "disturbed"], ["mad", "affected with madness or insanity", "mad"], ["brainsick", "affected with madness or insanity", "brainsick"]]}, {"answer": "demode", "hint": "synonyms for demode", "clues": [["antique", "out of fashion", "antique"], ["outmoded", "out of fashion", "outmoded"], ["ex", "out of fashion", "ex"], ["passee", "out of fashion", "passee"], ["old-fashioned", "out of fashion", "old-fashioned"], ["old-hat", "out of fashion", "old-hat"]]}, {"answer": "demoniac", "hint": "synonyms for demoniac", "clues": [["possessed", "frenzied as if possessed by a demon", "possessed"], ["berserk", "frenzied as if possessed by a demon", "berserk"], ["amuck", "frenzied as if possessed by a demon", "amuck"], ["amok", "frenzied as if possessed by a demon", "amok"], ["demoniacal", "frenzied as if possessed by a demon", "demoniacal"]]}, {"answer": "demoniacal", "hint": "synonyms for demoniacal", "clues": [["possessed", "frenzied as if possessed by a demon", "possessed"], ["berserk", "frenzied as if possessed by a demon", "berserk"], ["amuck", "frenzied as if possessed by a demon", "amuck"], ["amok", "frenzied as if possessed by a demon", "amok"], ["demoniac", "frenzied as if possessed by a demon", "demoniac"]]}, {"answer": "demonic", "hint": "synonyms for demonic", "clues": [["diabolic", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolic"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell", "hellish"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell", "satanic"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell", "fiendish"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell", "infernal"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell", "unholy"]]}, {"answer": "dendriform", "hint": "synonyms for dendriform", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "dendroid", "hint": "synonyms for dendroid", "clues": [["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["dendroidal", "resembling a tree in form and branching structure", "dendroidal"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "dendroidal", "hint": "synonyms for dendroidal", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "denigrating", "hint": "synonyms for denigrating", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"]]}, {"answer": "denigrative", "hint": "synonyms for denigrative", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"]]}, {"answer": "denigratory", "hint": "synonyms for denigratory", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"]]}, {"answer": "dense", "hint": "synonyms for dense", "clues": [["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "slow"], ["thick", "hard to pass through because of dense growth", "thick"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dim"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"], ["impenetrable", "permitting little if any light to pass through because of denseness of matter", "impenetrable"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dull"], ["heavy", "permitting little if any light to pass through because of denseness of matter", "heavy"]]}, {"answer": "departed", "hint": "synonyms for departed", "clues": [["at rest", "dead", "at rest"], ["gone", "dead", "gone"], ["deceased", "dead", "deceased"], ["bypast", "well in the past; former", "bypast"], ["foregone", "well in the past; former", "foregone"], ["at peace", "dead", "at peace"], ["bygone", "well in the past; former", "bygone"], ["asleep", "dead", "asleep"]]}, {"answer": "dependable", "hint": "synonyms for dependable", "clues": [["steady-going", "consistent in performance or behavior", "steady-going"], ["safe", "financially sound", "safe"], ["honest", "worthy of being depended on", "honest"], ["reliable", "worthy of being depended on", "reliable"], ["good", "financially sound", "good"], ["true", "worthy of being depended on", "true"], ["rock-steady", "consistent in performance or behavior", "rock-steady"], ["secure", "financially sound", "secure"]]}, {"answer": "dependant", "hint": "synonyms for dependant", "clues": [["qualified", "contingent on something else", "qualified"], ["drug-addicted", "addicted to a drug", "drug-addicted"], ["hooked", "addicted to a drug", "hooked"], ["dependent", "contingent on something else", "dependent"], ["strung-out", "addicted to a drug", "strung-out"]]}, {"answer": "dependant_on", "hint": "synonyms for dependant on", "clues": [["dependent on", "determined by conditions or circumstances that follow", "dependent on"], ["contingent upon", "determined by conditions or circumstances that follow", "contingent upon"], ["depending on", "determined by conditions or circumstances that follow", "depending on"], ["dependant upon", "determined by conditions or circumstances that follow", "dependant upon"], ["contingent", "determined by conditions or circumstances that follow", "contingent"]]}, {"answer": "dependant_upon", "hint": "synonyms for dependant upon", "clues": [["dependant on", "determined by conditions or circumstances that follow", "dependant on"], ["contingent upon", "determined by conditions or circumstances that follow", "contingent upon"], ["dependent upon", "determined by conditions or circumstances that follow", "dependent upon"], ["depending on", "determined by conditions or circumstances that follow", "depending on"], ["contingent", "determined by conditions or circumstances that follow", "contingent"]]}, {"answer": "dependent", "hint": "synonyms for dependent", "clues": [["subject", "being under the power or sovereignty of another or others", "subject"], ["pendant", "held from above", "pendant"], ["subordinate", "(of a clause) unable to stand alone syntactically as a complete sentence", "subordinate"], ["qualified", "contingent on something else", "qualified"], ["drug-addicted", "addicted to a drug", "drug-addicted"], ["hooked", "addicted to a drug", "hooked"], ["strung-out", "addicted to a drug", "strung-out"]]}, {"answer": "dependent_on", "hint": "synonyms for dependent on", "clues": [["dependant on", "determined by conditions or circumstances that follow", "dependant on"], ["contingent upon", "determined by conditions or circumstances that follow", "contingent upon"], ["dependent upon", "determined by conditions or circumstances that follow", "dependent upon"], ["depending on", "determined by conditions or circumstances that follow", "depending on"], ["contingent", "determined by conditions or circumstances that follow", "contingent"]]}, {"answer": "dependent_upon", "hint": "synonyms for dependent upon", "clues": [["dependant on", "determined by conditions or circumstances that follow", "dependant on"], ["contingent upon", "determined by conditions or circumstances that follow", "contingent upon"], ["depending on", "determined by conditions or circumstances that follow", "depending on"], ["contingent", "determined by conditions or circumstances that follow", "contingent"]]}, {"answer": "depending_on", "hint": "synonyms for depending on", "clues": [["dependant on", "determined by conditions or circumstances that follow", "dependant on"], ["contingent upon", "determined by conditions or circumstances that follow", "contingent upon"], ["dependent upon", "determined by conditions or circumstances that follow", "dependent upon"], ["contingent", "determined by conditions or circumstances that follow", "contingent"]]}, {"answer": "deplorable", "hint": "synonyms for deplorable", "clues": [["distressing", "bad; unfortunate", "distressing"], ["woeful", "of very poor quality or condition", "woeful"], ["condemnable", "bringing or deserving severe rebuke or censure", "condemnable"], ["miserable", "of very poor quality or condition", "miserable"], ["sad", "bad; unfortunate", "sad"], ["execrable", "of very poor quality or condition", "execrable"], ["criminal", "bringing or deserving severe rebuke or censure", "criminal"], ["pitiful", "bad; unfortunate", "pitiful"], ["wretched", "of very poor quality or condition", "wretched"], ["reprehensible", "bringing or deserving severe rebuke or censure", "reprehensible"], ["sorry", "bad; unfortunate", "sorry"], ["lamentable", "bad; unfortunate", "lamentable"], ["vicious", "bringing or deserving severe rebuke or censure", "vicious"]]}, {"answer": "deprecating", "hint": "synonyms for deprecating", "clues": [["deprecative", "tending to diminish or disparage", "deprecative"], ["deprecatory", "tending to diminish or disparage", "deprecatory"], ["slighting", "tending to diminish or disparage", "slighting"], ["belittling", "tending to diminish or disparage", "belittling"]]}, {"answer": "deprecative", "hint": "synonyms for deprecative", "clues": [["depreciative", "tending to diminish or disparage", "depreciative"], ["deprecatory", "tending to diminish or disparage", "deprecatory"], ["slighting", "tending to diminish or disparage", "slighting"], ["belittling", "tending to diminish or disparage", "belittling"], ["deprecating", "tending to diminish or disparage", "deprecating"]]}, {"answer": "deprecatory", "hint": "synonyms for deprecatory", "clues": [["deprecative", "tending to diminish or disparage", "deprecative"], ["slighting", "tending to diminish or disparage", "slighting"], ["belittling", "tending to diminish or disparage", "belittling"], ["depreciatory", "tending to diminish or disparage", "depreciatory"], ["deprecating", "tending to diminish or disparage", "deprecating"]]}, {"answer": "depreciative", "hint": "synonyms for depreciative", "clues": [["deprecative", "tending to diminish or disparage", "deprecative"], ["belittling", "tending to diminish or disparage", "belittling"], ["depreciatory", "tending to diminish or disparage", "depreciatory"], ["deprecating", "tending to diminish or disparage", "deprecating"], ["slighting", "tending to diminish or disparage", "slighting"]]}, {"answer": "depreciatory", "hint": "synonyms for depreciatory", "clues": [["deprecative", "tending to diminish or disparage", "deprecative"], ["belittling", "tending to diminish or disparage", "belittling"], ["deprecating", "tending to diminish or disparage", "deprecating"], ["slighting", "tending to diminish or disparage", "slighting"], ["deprecatory", "tending to diminish or disparage", "deprecatory"]]}, {"answer": "depressed", "hint": "synonyms for depressed", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["down", "lower than previously", "down"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "derelict", "hint": "synonyms for derelict", "clues": [["woebegone", "worn and broken down by hard use", "woebegone"], ["deserted", "forsaken by owner or inhabitants", "deserted"], ["neglectful", "failing in what duty requires", "neglectful"], ["run-down", "worn and broken down by hard use", "run-down"], ["bedraggled", "in deplorable condition", "bedraggled"], ["abandoned", "forsaken by owner or inhabitants", "abandoned"], ["flea-bitten", "worn and broken down by hard use", "flea-bitten"], ["creaky", "worn and broken down by hard use", "creaky"], ["delinquent", "failing in what duty requires", "delinquent"], ["broken-down", "in deplorable condition", "broken-down"], ["tumble-down", "in deplorable condition", "tumble-down"], ["tatterdemalion", "in deplorable condition", "tatterdemalion"], ["decrepit", "worn and broken down by hard use", "decrepit"], ["remiss", "failing in what duty requires", "remiss"], ["ramshackle", "in deplorable condition", "ramshackle"], ["dilapidated", "in deplorable condition", "dilapidated"]]}, {"answer": "derisive", "hint": "synonyms for derisive", "clues": [["jeering", "abusing vocally; expressing contempt or ridicule", "jeering"], ["taunting", "abusing vocally; expressing contempt or ridicule", "taunting"], ["mocking", "abusing vocally; expressing contempt or ridicule", "mocking"], ["gibelike", "abusing vocally; expressing contempt or ridicule", "gibelike"]]}, {"answer": "derisory", "hint": "synonyms for derisory", "clues": [["preposterous", "incongruous;inviting ridicule", "preposterous"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["absurd", "incongruous;inviting ridicule", "absurd"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["idiotic", "incongruous;inviting ridicule", "idiotic"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"]]}, {"answer": "dermal", "hint": "synonyms for dermal", "clues": [["epidermal", "of or relating to a cuticle or cuticula", "epidermal"], ["epidermic", "of or relating to a cuticle or cuticula", "epidermic"], ["cutaneal", "relating to or existing on or affecting the skin", "cutaneal"], ["dermic", "of or relating to or located in the dermis", "dermic"], ["cutaneous", "relating to or existing on or affecting the skin", "cutaneous"], ["cuticular", "of or relating to a cuticle or cuticula", "cuticular"]]}, {"answer": "desiccated", "hint": "synonyms for desiccated", "clues": [["desiccate", "lacking vitality or spirit; lifeless; ; ; -C.J.Rolo", "desiccate"], ["dried", "preserved by removing natural moisture", "dried"], ["dehydrated", "preserved by removing natural moisture", "dehydrated"], ["dried-out", "thoroughly dried out", "dried-out"], ["arid", "lacking vitality or spirit; lifeless; ; ; -C.J.Rolo", "arid"]]}, {"answer": "desired", "hint": "synonyms for desired", "clues": [["in demand", "greatly desired", "in demand"], ["craved", "wanted intensely", "craved"], ["coveted", "greatly desired", "coveted"], ["sought after", "greatly desired", "sought after"]]}, {"answer": "desolate", "hint": "synonyms for desolate", "clues": [["bare", "providing no shelter or sustenance", "bare"], ["stark", "providing no shelter or sustenance", "stark"], ["bleak", "providing no shelter or sustenance", "bleak"], ["barren", "providing no shelter or sustenance", "barren"]]}, {"answer": "desperate", "hint": "synonyms for desperate", "clues": [["dire", "fraught with extreme danger; nearly hopeless; ; - G.C.Marshall", "dire"], ["heroic", "showing extreme courage; especially of actions courageously undertaken in desperation as a last resort; ; - G.C.Marshall", "heroic"], ["despairing", "arising from or marked by despair or loss of hope", "despairing"], ["do-or-die", "desperately determined", "do-or-die"]]}, {"answer": "despicable", "hint": "synonyms for despicable", "clues": [["slimy", "morally reprehensible", "slimy"], ["worthless", "morally reprehensible", "worthless"], ["ugly", "morally reprehensible", "ugly"], ["wretched", "morally reprehensible", "wretched"], ["unworthy", "morally reprehensible", "unworthy"], ["vile", "morally reprehensible", "vile"]]}, {"answer": "despoiled", "hint": "synonyms for despoiled", "clues": [["raped", "having been robbed and destroyed by force and violence", "raped"], ["ravaged", "having been robbed and destroyed by force and violence", "ravaged"], ["pillaged", "having been robbed and destroyed by force and violence", "pillaged"], ["sacked", "having been robbed and destroyed by force and violence", "sacked"]]}, {"answer": "despotic", "hint": "synonyms for despotic", "clues": [["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "tyrannical"], ["despotical", "belonging to or having the characteristics of a despot", "despotical"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "dictatorial"], ["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "authoritarian"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "autocratic"]]}, {"answer": "destitute", "hint": "synonyms for destitute", "clues": [["poverty-stricken", "poor enough to need help from others", "poverty-stricken"], ["devoid", "completely wanting or lacking", "devoid"], ["needy", "poor enough to need help from others", "needy"], ["barren", "completely wanting or lacking", "barren"], ["innocent", "completely wanting or lacking", "innocent"], ["free", "completely wanting or lacking", "free"], ["impoverished", "poor enough to need help from others", "impoverished"], ["necessitous", "poor enough to need help from others", "necessitous"], ["indigent", "poor enough to need help from others", "indigent"]]}, {"answer": "detached", "hint": "synonyms for detached", "clues": [["uncaring", "lacking affection or warm feeling", "uncaring"], ["unaffectionate", "lacking affection or warm feeling", "unaffectionate"], ["separated", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "separated"], ["isolated", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "isolated"], ["degage", "showing lack of emotional involvement; - J.S.Perelman", "degage"], ["free", "not fixed in position", "free"], ["set-apart", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "set-apart"], ["uninvolved", "showing lack of emotional involvement; - J.S.Perelman", "uninvolved"]]}, {"answer": "determined", "hint": "synonyms for determined", "clues": [["compulsive", "strongly motivated to succeed", "compulsive"], ["set", "determined or decided upon as by an authority", "set"], ["driven", "strongly motivated to succeed", "driven"], ["dictated", "determined or decided upon as by an authority", "dictated"]]}, {"answer": "detestable", "hint": "synonyms for detestable", "clues": [["repulsive", "offensive to the mind", "repulsive"], ["odious", "unequivocally detestable; ; ; ; - Edmund Burke", "odious"], ["execrable", "unequivocally detestable; ; ; ; - Edmund Burke", "execrable"], ["abhorrent", "offensive to the mind", "abhorrent"], ["abominable", "unequivocally detestable; ; ; ; - Edmund Burke", "abominable"], ["obscene", "offensive to the mind", "obscene"], ["repugnant", "offensive to the mind", "repugnant"]]}, {"answer": "deuced", "hint": "synonyms for deuced", "clues": [["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["darned", "expletives used informally as intensifiers", "darned"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["blamed", "expletives used informally as intensifiers", "blamed"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["damned", "expletives used informally as intensifiers", "damned"], ["goddamned", "expletives used informally as intensifiers", "goddamned"]]}, {"answer": "devastating", "hint": "synonyms for devastating", "clues": [["annihilative", "wreaking or capable of wreaking complete destruction", "annihilative"], ["crushing", "physically or spiritually devastating; often used in combination", "crushing"], ["withering", "wreaking or capable of wreaking complete destruction", "withering"], ["annihilating", "wreaking or capable of wreaking complete destruction", "annihilating"]]}, {"answer": "devil-may-care", "hint": "synonyms for devil-may-care", "clues": [["carefree", "cheerfully irresponsible", "carefree"], ["rakish", "marked by a carefree unconventionality or disreputableness; - Crary Moore", "rakish"], ["raffish", "marked by a carefree unconventionality or disreputableness; - Crary Moore", "raffish"], ["freewheeling", "cheerfully irresponsible", "freewheeling"], ["happy-go-lucky", "cheerfully irresponsible", "happy-go-lucky"], ["harum-scarum", "cheerfully irresponsible", "harum-scarum"], ["slaphappy", "cheerfully irresponsible", "slaphappy"]]}, {"answer": "devilish", "hint": "synonyms for devilish", "clues": [["mephistophelean", "showing the cunning or ingenuity or wickedness typical of a devil", "mephistophelean"], ["roguish", "playful in an appealingly bold way", "roguish"], ["rascally", "playful in an appealingly bold way", "rascally"], ["diabolic", "showing the cunning or ingenuity or wickedness typical of a devil", "diabolic"]]}, {"answer": "devious", "hint": "synonyms for devious", "clues": [["oblique", "indirect in departing from the accepted or proper way; misleading", "oblique"], ["circuitous", "deviating from a straight course", "circuitous"], ["shifty", "characterized by insincerity or deceit; evasive", "shifty"], ["roundabout", "deviating from a straight course", "roundabout"]]}, {"answer": "devoid", "hint": "synonyms for devoid", "clues": [["barren", "completely wanting or lacking", "barren"], ["innocent", "completely wanting or lacking", "innocent"], ["free", "completely wanting or lacking", "free"], ["destitute", "completely wanting or lacking", "destitute"]]}, {"answer": "devout", "hint": "synonyms for devout", "clues": [["dear", "earnest", "dear"], ["god-fearing", "deeply religious; H.L.Mencken", "god-fearing"], ["earnest", "earnest", "earnest"], ["heartfelt", "earnest", "heartfelt"]]}, {"answer": "dewy-eyed", "hint": "synonyms for dewy-eyed", "clues": [["childlike", "exhibiting childlike simplicity and credulity", "childlike"], ["simple", "exhibiting childlike simplicity and credulity", "simple"], ["round-eyed", "exhibiting childlike simplicity and credulity", "round-eyed"], ["wide-eyed", "exhibiting childlike simplicity and credulity", "wide-eyed"]]}, {"answer": "diabolic", "hint": "synonyms for diabolic", "clues": [["mephistophelean", "showing the cunning or ingenuity or wickedness typical of a devil", "mephistophelean"], ["diabolical", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolical"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell", "demonic"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell", "hellish"], ["devilish", "showing the cunning or ingenuity or wickedness typical of a devil", "devilish"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell", "unholy"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell", "fiendish"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell", "satanic"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell", "infernal"]]}, {"answer": "diabolical", "hint": "synonyms for diabolical", "clues": [["mephistophelean", "showing the cunning or ingenuity or wickedness typical of a devil", "mephistophelean"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell", "demonic"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell", "hellish"], ["devilish", "showing the cunning or ingenuity or wickedness typical of a devil", "devilish"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell", "unholy"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell", "fiendish"], ["diabolic", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolic"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell", "satanic"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell", "infernal"]]}, {"answer": "diagonal", "hint": "synonyms for diagonal", "clues": [["aslope", "having an oblique or slanted direction", "aslope"], ["slanted", "having an oblique or slanted direction", "slanted"], ["aslant", "having an oblique or slanted direction", "aslant"], ["sloping", "having an oblique or slanted direction", "sloping"], ["slanting", "having an oblique or slanted direction", "slanting"], ["sloped", "having an oblique or slanted direction", "sloped"]]}, {"answer": "diametrical", "hint": "synonyms for diametrical", "clues": [["diametric", "related to or along a diameter", "diametric"], ["opposite", "characterized by opposite extremes; completely opposed", "opposite"], ["diametral", "related to or along a diameter", "diametral"], ["polar", "characterized by opposite extremes; completely opposed", "polar"]]}, {"answer": "diaphanous", "hint": "synonyms for diaphanous", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporous", "so thin as to transmit light", "vaporous"], ["see-through", "so thin as to transmit light", "see-through"], ["transparent", "so thin as to transmit light", "transparent"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["filmy", "so thin as to transmit light", "filmy"]]}, {"answer": "dictatorial", "hint": "synonyms for dictatorial", "clues": [["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "despotic"], ["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "tyrannical"], ["authoritarian", "expecting unquestioning obedience", "authoritarian"], ["overbearing", "expecting unquestioning obedience", "overbearing"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "autocratic"]]}, {"answer": "digressive", "hint": "synonyms for digressive", "clues": [["tangential", "of superficial relevance if any", "tangential"], ["discursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "discursive"], ["rambling", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "rambling"], ["excursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "excursive"]]}, {"answer": "dilapidated", "hint": "synonyms for dilapidated", "clues": [["derelict", "in deplorable condition", "derelict"], ["tumble-down", "in deplorable condition", "tumble-down"], ["tatterdemalion", "in deplorable condition", "tatterdemalion"], ["bedraggled", "in deplorable condition", "bedraggled"], ["broken-down", "in deplorable condition", "broken-down"], ["ramshackle", "in deplorable condition", "ramshackle"]]}, {"answer": "dim", "hint": "synonyms for dim", "clues": [["dimmed", "made dim or less bright", "dimmed"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["subdued", "lacking in light; not bright or harsh", "subdued"], ["wispy", "lacking clarity or distinctness", "wispy"], ["faint", "lacking clarity or distinctness", "faint"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"], ["bleak", "offering little or no hope; ; ; - J.M.Synge", "bleak"], ["shadowy", "lacking clarity or distinctness", "shadowy"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dull"], ["black", "offering little or no hope; ; ; - J.M.Synge", "black"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["vague", "lacking clarity or distinctness", "vague"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "slow"]]}, {"answer": "dim-sighted", "hint": "synonyms for dim-sighted", "clues": [["purblind", "having greatly reduced vision", "purblind"], ["visually impaired", "having greatly reduced vision", "visually impaired"], ["visually challenged", "having greatly reduced vision", "visually challenged"], ["near-blind", "having greatly reduced vision", "near-blind"], ["sand-blind", "having greatly reduced vision", "sand-blind"]]}, {"answer": "diminished", "hint": "synonyms for diminished", "clues": [["weakened", "impaired by diminution", "weakened"], ["lessened", "impaired by diminution", "lessened"], ["vitiated", "impaired by diminution", "vitiated"], ["wasted", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use", "wasted"], ["small", "made to seem smaller or less (especially in worth)", "small"], ["belittled", "made to seem smaller or less (especially in worth)", "belittled"], ["atrophied", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use", "atrophied"]]}, {"answer": "diminutive", "hint": "synonyms for diminutive", "clues": [["petite", "very small", "petite"], ["midget", "very small", "midget"], ["tiny", "very small", "tiny"], ["bantam", "very small", "bantam"], ["lilliputian", "very small", "lilliputian"], ["flyspeck", "very small", "flyspeck"]]}, {"answer": "dingy", "hint": "synonyms for dingy", "clues": [["dirty", "(of color) discolored by impurities; not bright and clear; is often used in combination", "dirty"], ["disconsolate", "causing dejection", "disconsolate"], ["grim", "causing dejection", "grim"], ["sorry", "causing dejection", "sorry"], ["begrimed", "thickly covered with ingrained dirt or soot", "begrimed"], ["muddy", "(of color) discolored by impurities; not bright and clear; is often used in combination", "muddy"], ["dismal", "causing dejection", "dismal"], ["gloomy", "causing dejection", "gloomy"], ["dreary", "causing dejection", "dreary"], ["muddied", "(of color) discolored by impurities; not bright and clear; is often used in combination", "muddied"], ["grungy", "thickly covered with ingrained dirt or soot", "grungy"], ["raunchy", "thickly covered with ingrained dirt or soot", "raunchy"], ["dark", "causing dejection", "dark"], ["blue", "causing dejection", "blue"], ["drab", "causing dejection", "drab"], ["grubby", "thickly covered with ingrained dirt or soot", "grubby"]]}, {"answer": "dire", "hint": "synonyms for dire", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["direful", "causing fear or dread or terror", "direful"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["desperate", "fraught with extreme danger; nearly hopeless; ; - G.C.Marshall", "desperate"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "directionless", "hint": "synonyms for directionless", "clues": [["afloat", "aimlessly drifting", "afloat"], ["aimless", "aimlessly drifting", "aimless"], ["rudderless", "aimlessly drifting", "rudderless"], ["adrift", "aimlessly drifting", "adrift"], ["planless", "aimlessly drifting", "planless"], ["undirected", "aimlessly drifting", "undirected"]]}, {"answer": "direful", "hint": "synonyms for direful", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "dirty", "hint": "synonyms for dirty", "clues": [["unsportsmanlike", "violating accepted standards or rules", "unsportsmanlike"], ["foul", "(of a manuscript) defaced with changes", "foul"], ["sordid", "unethical or dishonest", "sordid"], ["pestiferous", "contaminated with infecting organisms; ; - Jane Austen", "pestiferous"], ["contaminating", "spreading pollution or contamination; especially radioactive contamination", "contaminating"], ["dingy", "(of color) discolored by impurities; not bright and clear; is often used in combination", "dingy"], ["lousy", "vile; despicable", "lousy"], ["marked-up", "(of a manuscript) defaced with changes", "marked-up"], ["muddied", "(of color) discolored by impurities; not bright and clear; is often used in combination", "muddied"], ["unsporting", "violating accepted standards or rules", "unsporting"], ["ill-gotten", "obtained illegally or by improper means", "ill-gotten"], ["filthy", "vile; despicable", "filthy"], ["muddy", "(of color) discolored by impurities; not bright and clear; is often used in combination", "muddy"], ["unclean", "soiled or likely to soil with dirt or grime", "unclean"], ["cheating", "violating accepted standards or rules", "cheating"], ["soiled", "soiled or likely to soil with dirt or grime", "soiled"]]}, {"answer": "disappointed", "hint": "synonyms for disappointed", "clues": [["foiled", "disappointingly unsuccessful", "foiled"], ["defeated", "disappointingly unsuccessful", "defeated"], ["discomfited", "disappointingly unsuccessful", "discomfited"], ["thwarted", "disappointingly unsuccessful", "thwarted"], ["frustrated", "disappointingly unsuccessful", "frustrated"]]}, {"answer": "disastrous", "hint": "synonyms for disastrous", "clues": [["fateful", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "fateful"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "black"], ["fatal", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "fatal"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "calamitous"]]}, {"answer": "discharged", "hint": "synonyms for discharged", "clues": [["pink-slipped", "having lost your job", "pink-slipped"], ["fired", "having lost your job", "fired"], ["dismissed", "having lost your job", "dismissed"], ["laid-off", "having lost your job", "laid-off"]]}, {"answer": "discomfited", "hint": "synonyms for discomfited", "clues": [["foiled", "disappointingly unsuccessful", "foiled"], ["disappointed", "disappointingly unsuccessful", "disappointed"], ["defeated", "disappointingly unsuccessful", "defeated"], ["thwarted", "disappointingly unsuccessful", "thwarted"], ["frustrated", "disappointingly unsuccessful", "frustrated"]]}, {"answer": "disconnected", "hint": "synonyms for disconnected", "clues": [["disunited", "having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White", "disunited"], ["abrupt", "marked by sudden changes in subject and sharp transitions", "abrupt"], ["confused", "lacking orderly continuity", "confused"], ["staccato", "(music) marked by or composed of disconnected parts or sounds; cut short crisply", "staccato"], ["illogical", "lacking orderly continuity", "illogical"], ["unconnected", "lacking orderly continuity", "unconnected"], ["disjointed", "lacking orderly continuity", "disjointed"], ["garbled", "lacking orderly continuity", "garbled"], ["fragmented", "having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White", "fragmented"], ["split", "having been divided; having the unity destroyed; -Samuel Lubell; - E.B.White", "split"], ["scattered", "lacking orderly continuity", "scattered"], ["disordered", "lacking orderly continuity", "disordered"]]}, {"answer": "disconsolate", "hint": "synonyms for disconsolate", "clues": [["dismal", "causing dejection", "dismal"], ["gloomy", "causing dejection", "gloomy"], ["inconsolable", "sad beyond comforting; incapable of being consoled", "inconsolable"], ["dreary", "causing dejection", "dreary"], ["grim", "causing dejection", "grim"], ["sorry", "causing dejection", "sorry"], ["dingy", "causing dejection", "dingy"], ["dark", "causing dejection", "dark"], ["blue", "causing dejection", "blue"], ["drab", "causing dejection", "drab"]]}, {"answer": "discredited", "hint": "synonyms for discredited", "clues": [["disgraced", "suffering shame", "disgraced"], ["damaged", "being unjustly brought into disrepute", "damaged"], ["dishonored", "suffering shame", "dishonored"], ["shamed", "suffering shame", "shamed"]]}, {"answer": "discrepant", "hint": "synonyms for discrepant", "clues": [["inconsistent", "not in agreement", "inconsistent"], ["dissonant", "not in accord", "dissonant"], ["incompatible", "not compatible with other facts", "incompatible"], ["at variance", "not in accord", "at variance"]]}, {"answer": "discriminating", "hint": "synonyms for discriminating", "clues": [["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions", "acute"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"]]}, {"answer": "discriminatory", "hint": "synonyms for discriminatory", "clues": [["preferential", "manifesting partiality", "preferential"], ["discriminative", "capable of making fine distinctions", "discriminative"], ["invidious", "containing or implying a slight or showing prejudice", "invidious"], ["prejudiced", "being biased or having a belief or attitude formed beforehand", "prejudiced"]]}, {"answer": "discursive", "hint": "synonyms for discursive", "clues": [["dianoetic", "proceeding to a conclusion by reason or argument rather than intuition", "dianoetic"], ["digressive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "digressive"], ["rambling", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "rambling"], ["excursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "excursive"]]}, {"answer": "disdainful", "hint": "synonyms for disdainful", "clues": [["contemptuous", "expressing extreme contempt", "contemptuous"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["insulting", "expressing extreme contempt", "insulting"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"], ["scornful", "expressing extreme contempt", "scornful"]]}, {"answer": "disgraceful", "hint": "synonyms for disgraceful", "clues": [["shocking", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "shocking"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "ignominious"], ["shameful", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "shameful"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "black"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "inglorious"], ["scandalous", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "scandalous"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "opprobrious"]]}, {"answer": "disgusted", "hint": "synonyms for disgusted", "clues": [["tired of", "having a strong distaste from surfeit", "tired of"], ["sick", "having a strong distaste from surfeit", "sick"], ["fed up", "having a strong distaste from surfeit", "fed up"], ["sick of", "having a strong distaste from surfeit", "sick of"]]}, {"answer": "disgustful", "hint": "synonyms for disgustful", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"]]}, {"answer": "disgusting", "hint": "synonyms for disgusting", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"]]}, {"answer": "disheveled", "hint": "synonyms for disheveled", "clues": [["rumpled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "rumpled"], ["tousled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "tousled"], ["dishevelled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "dishevelled"], ["frowzled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "frowzled"]]}, {"answer": "dishevelled", "hint": "synonyms for dishevelled", "clues": [["rumpled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "rumpled"], ["disheveled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "disheveled"], ["tousled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "tousled"], ["frowzled", "in disarray; extremely disorderly; ; ; ; ; - Al Spiers", "frowzled"]]}, {"answer": "dishonest", "hint": "synonyms for dishonest", "clues": [["bribable", "capable of being corrupted", "bribable"], ["purchasable", "capable of being corrupted", "purchasable"], ["dishonorable", "deceptive or fraudulent; disposed to cheat or defraud or deceive", "dishonorable"], ["venal", "capable of being corrupted", "venal"], ["corruptible", "capable of being corrupted", "corruptible"]]}, {"answer": "disjointed", "hint": "synonyms for disjointed", "clues": [["confused", "lacking orderly continuity", "confused"], ["disconnected", "lacking orderly continuity", "disconnected"], ["illogical", "lacking orderly continuity", "illogical"], ["unconnected", "lacking orderly continuity", "unconnected"], ["garbled", "lacking orderly continuity", "garbled"], ["scattered", "lacking orderly continuity", "scattered"], ["separated", "separated at the joint", "separated"], ["disordered", "lacking orderly continuity", "disordered"], ["dislocated", "separated at the joint", "dislocated"]]}, {"answer": "dismal", "hint": "synonyms for dismal", "clues": [["disconsolate", "causing dejection", "disconsolate"], ["gloomy", "causing dejection", "gloomy"], ["dreary", "causing dejection", "dreary"], ["grim", "causing dejection", "grim"], ["sorry", "causing dejection", "sorry"], ["dingy", "causing dejection", "dingy"], ["dark", "causing dejection", "dark"], ["blue", "causing dejection", "blue"], ["drab", "causing dejection", "drab"]]}, {"answer": "dismissed", "hint": "synonyms for dismissed", "clues": [["fired", "having lost your job", "fired"], ["discharged", "having lost your job", "discharged"], ["pink-slipped", "having lost your job", "pink-slipped"], ["laid-off", "having lost your job", "laid-off"]]}, {"answer": "disordered", "hint": "synonyms for disordered", "clues": [["confused", "lacking orderly continuity", "confused"], ["upset", "thrown into a state of disarray or confusion", "upset"], ["disconnected", "lacking orderly continuity", "disconnected"], ["illogical", "lacking orderly continuity", "illogical"], ["unconnected", "lacking orderly continuity", "unconnected"], ["disjointed", "lacking orderly continuity", "disjointed"], ["garbled", "lacking orderly continuity", "garbled"], ["unordered", "not arranged in order", "unordered"], ["broken", "thrown into a state of disarray or confusion", "broken"], ["scattered", "lacking orderly continuity", "scattered"]]}, {"answer": "disorderly", "hint": "synonyms for disorderly", "clues": [["chaotic", "completely unordered and unpredictable and confusing", "chaotic"], ["jumbled", "in utter disorder", "jumbled"], ["higgledy-piggledy", "in utter disorder", "higgledy-piggledy"], ["topsy-turvy", "in utter disorder", "topsy-turvy"], ["hugger-mugger", "in utter disorder", "hugger-mugger"]]}, {"answer": "disoriented", "hint": "synonyms for disoriented", "clues": [["lost", "having lost your bearings; confused as to time or place or personal identity", "lost"], ["confused", "having lost your bearings; confused as to time or place or personal identity", "confused"], ["anomic", "socially disoriented", "anomic"], ["alienated", "socially disoriented", "alienated"]]}, {"answer": "dispirited", "hint": "synonyms for dispirited", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["grim", "filled with melancholy and despondency", "grim"], ["down", "filled with melancholy and despondency", "down"], ["listless", "marked by low spirits; showing no enthusiasm", "listless"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["depressed", "filled with melancholy and despondency", "depressed"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "disposed", "hint": "synonyms for disposed", "clues": [["fain", "having made preparations", "fain"], ["inclined", "having made preparations", "inclined"], ["minded", "(usually followed by `to') naturally disposed toward", "minded"], ["tending", "(usually followed by `to') naturally disposed toward", "tending"], ["prepared", "having made preparations", "prepared"], ["apt", "(usually followed by `to') naturally disposed toward", "apt"], ["given", "(usually followed by `to') naturally disposed toward", "given"]]}, {"answer": "disputatious", "hint": "synonyms for disputatious", "clues": [["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputative"], ["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "combative"], ["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "litigious"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "contentious"]]}, {"answer": "disputative", "hint": "synonyms for disputative", "clues": [["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputatious"], ["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "combative"], ["litigious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "litigious"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "contentious"]]}, {"answer": "disquieted", "hint": "synonyms for disquieted", "clues": [["upset", "afflicted with or marked by anxious uneasiness or trouble or grief", "upset"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief", "disturbed"], ["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief", "distressed"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief", "worried"]]}, {"answer": "disruptive", "hint": "synonyms for disruptive", "clues": [["troubled", "characterized by unrest or disorder or insubordination", "troubled"], ["riotous", "characterized by unrest or disorder or insubordination", "riotous"], ["turbulent", "characterized by unrest or disorder or insubordination", "turbulent"], ["tumultuous", "characterized by unrest or disorder or insubordination", "tumultuous"]]}, {"answer": "dissipated", "hint": "synonyms for dissipated", "clues": [["card-playing", "preoccupied with the pursuit of pleasure and especially games of chance", "card-playing"], ["riotous", "unrestrained by convention or morality", "riotous"], ["sporting", "preoccupied with the pursuit of pleasure and especially games of chance", "sporting"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["fast", "unrestrained by convention or morality", "fast"], ["debauched", "unrestrained by convention or morality", "debauched"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["betting", "preoccupied with the pursuit of pleasure and especially games of chance", "betting"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "dissolute", "hint": "synonyms for dissolute", "clues": [["riotous", "unrestrained by convention or morality", "riotous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["fast", "unrestrained by convention or morality", "fast"], ["debauched", "unrestrained by convention or morality", "debauched"], ["libertine", "unrestrained by convention or morality", "libertine"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "dissonant", "hint": "synonyms for dissonant", "clues": [["discordant", "lacking in harmony", "discordant"], ["inharmonic", "lacking in harmony", "inharmonic"], ["disharmonious", "lacking in harmony", "disharmonious"], ["at variance", "not in accord", "at variance"], ["unresolved", "characterized by musical dissonance; harmonically unresolved", "unresolved"], ["discrepant", "not in accord", "discrepant"]]}, {"answer": "distant", "hint": "synonyms for distant", "clues": [["remote", "separate or apart in time", "remote"], ["removed", "separate or apart in time", "removed"], ["upstage", "remote in manner", "upstage"], ["aloof", "remote in manner", "aloof"]]}, {"answer": "distasteful", "hint": "synonyms for distasteful", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["unsavory", "not pleasing in odor or taste", "unsavory"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["repellent", "highly offensive; arousing aversion or disgust", "repellent"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"]]}, {"answer": "distinct", "hint": "synonyms for distinct", "clues": [["clear-cut", "clearly or sharply defined to the mind", "clear-cut"], ["trenchant", "clearly or sharply defined to the mind", "trenchant"], ["discrete", "constituting a separate entity or part", "discrete"], ["distinguishable", "(often followed by `from') not alike; different in nature or quality", "distinguishable"], ["decided", "recognizable; marked", "decided"]]}, {"answer": "distorted", "hint": "synonyms for distorted", "clues": [["malformed", "so badly formed or out of shape as to be ugly", "malformed"], ["perverted", "having an intended meaning altered or misrepresented", "perverted"], ["misrepresented", "having an intended meaning altered or misrepresented", "misrepresented"], ["deformed", "so badly formed or out of shape as to be ugly", "deformed"], ["misshapen", "so badly formed or out of shape as to be ugly", "misshapen"], ["twisted", "having an intended meaning altered or misrepresented", "twisted"], ["ill-shapen", "so badly formed or out of shape as to be ugly", "ill-shapen"]]}, {"answer": "distressed", "hint": "synonyms for distressed", "clues": [["hard-pressed", "facing or experiencing financial trouble or difficulty", "hard-pressed"], ["stressed", "suffering severe physical strain or distress", "stressed"], ["unhappy", "generalized feeling of distress", "unhappy"], ["hard put", "facing or experiencing financial trouble or difficulty", "hard put"], ["in a bad way", "facing or experiencing financial trouble or difficulty", "in a bad way"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief", "disquieted"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief", "disturbed"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief", "worried"], ["upset", "afflicted with or marked by anxious uneasiness or trouble or grief", "upset"], ["dysphoric", "generalized feeling of distress", "dysphoric"]]}, {"answer": "distressful", "hint": "synonyms for distressful", "clues": [["worrisome", "causing distress or worry or anxiety", "worrisome"], ["distressing", "causing distress or worry or anxiety", "distressing"], ["troubling", "causing distress or worry or anxiety", "troubling"], ["disturbing", "causing distress or worry or anxiety", "disturbing"], ["worrying", "causing distress or worry or anxiety", "worrying"], ["perturbing", "causing distress or worry or anxiety", "perturbing"]]}, {"answer": "distressing", "hint": "synonyms for distressing", "clues": [["sad", "bad; unfortunate", "sad"], ["disturbing", "causing distress or worry or anxiety", "disturbing"], ["pitiful", "bad; unfortunate", "pitiful"], ["perturbing", "causing distress or worry or anxiety", "perturbing"], ["deplorable", "bad; unfortunate", "deplorable"], ["distressful", "causing distress or worry or anxiety", "distressful"], ["sorry", "bad; unfortunate", "sorry"], ["worrisome", "causing distress or worry or anxiety", "worrisome"], ["lamentable", "bad; unfortunate", "lamentable"], ["troubling", "causing distress or worry or anxiety", "troubling"], ["worrying", "causing distress or worry or anxiety", "worrying"]]}, {"answer": "disturbed", "hint": "synonyms for disturbed", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["sick", "affected with madness or insanity", "sick"], ["maladjusted", "emotionally unstable and having difficulty coping with personal relationships", "maladjusted"], ["crazy", "affected with madness or insanity", "crazy"], ["unhinged", "affected with madness or insanity", "unhinged"], ["brainsick", "affected with madness or insanity", "brainsick"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief", "disquieted"], ["demented", "affected with madness or insanity", "demented"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief", "worried"], ["upset", "afflicted with or marked by anxious uneasiness or trouble or grief", "upset"], ["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief", "distressed"], ["mad", "affected with madness or insanity", "mad"]]}, {"answer": "disturbing", "hint": "synonyms for disturbing", "clues": [["distressful", "causing distress or worry or anxiety", "distressful"], ["worrisome", "causing distress or worry or anxiety", "worrisome"], ["distressing", "causing distress or worry or anxiety", "distressing"], ["troubling", "causing distress or worry or anxiety", "troubling"], ["worrying", "causing distress or worry or anxiety", "worrying"], ["perturbing", "causing distress or worry or anxiety", "perturbing"]]}, {"answer": "divided", "hint": "synonyms for divided", "clues": [["shared", "distributed in portions (often equal) on the basis of a plan or purpose", "shared"], ["shared out", "distributed in portions (often equal) on the basis of a plan or purpose", "shared out"], ["divided up", "distributed in portions (often equal) on the basis of a plan or purpose", "divided up"], ["dual-lane", "having a median strip or island between lanes of traffic moving in opposite directions", "dual-lane"]]}, {"answer": "divinatory", "hint": "synonyms for divinatory", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy", "vatic"], ["supposed", "based primarily on surmise rather than adequate evidence", "supposed"], ["conjectural", "based primarily on surmise rather than adequate evidence", "conjectural"], ["mantic", "resembling or characteristic of a prophet or prophecy", "mantic"], ["supposititious", "based primarily on surmise rather than adequate evidence", "supposititious"], ["suppositional", "based primarily on surmise rather than adequate evidence", "suppositional"], ["vatical", "resembling or characteristic of a prophet or prophecy", "vatical"], ["hypothetical", "based primarily on surmise rather than adequate evidence", "hypothetical"], ["sibylline", "resembling or characteristic of a prophet or prophecy", "sibylline"], ["sibyllic", "resembling or characteristic of a prophet or prophecy", "sibyllic"]]}, {"answer": "divine", "hint": "synonyms for divine", "clues": [["godlike", "being or having the nature of a god; -J.G.Frazier; ; ; -J.G.Saxe", "godlike"], ["godly", "emanating from God; ; ; -Saturday Review", "godly"], ["elysian", "being of such surpassing excellence as to suggest inspiration by the gods", "elysian"], ["inspired", "being of such surpassing excellence as to suggest inspiration by the gods", "inspired"], ["providential", "resulting from divine providence", "providential"]]}, {"answer": "dizzy", "hint": "synonyms for dizzy", "clues": [["light-headed", "lacking seriousness; given to frivolity", "light-headed"], ["featherbrained", "lacking seriousness; given to frivolity", "featherbrained"], ["airheaded", "lacking seriousness; given to frivolity", "airheaded"], ["giddy", "having or causing a whirling sensation; liable to falling", "giddy"], ["silly", "lacking seriousness; given to frivolity", "silly"], ["empty-headed", "lacking seriousness; given to frivolity", "empty-headed"], ["woozy", "having or causing a whirling sensation; liable to falling", "woozy"], ["vertiginous", "having or causing a whirling sensation; liable to falling", "vertiginous"]]}, {"answer": "doable", "hint": "synonyms for doable", "clues": [["accomplishable", "capable of existing or taking place or proving true; possible to do", "accomplishable"], ["realizable", "capable of existing or taking place or proving true; possible to do", "realizable"], ["achievable", "capable of existing or taking place or proving true; possible to do", "achievable"], ["manageable", "capable of existing or taking place or proving true; possible to do", "manageable"]]}, {"answer": "dodgy", "hint": "synonyms for dodgy", "clues": [["dicey", "of uncertain outcome; especially fraught with risk; - New Yorker", "dicey"], ["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["tricksy", "marked by skill in deception", "tricksy"], ["chancy", "of uncertain outcome; especially fraught with risk; - New Yorker", "chancy"], ["chanceful", "of uncertain outcome; especially fraught with risk; - New Yorker", "chanceful"], ["crafty", "marked by skill in deception", "crafty"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "dog-tired", "hint": "synonyms for dog-tired", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"]]}, {"answer": "dogged", "hint": "synonyms for dogged", "clues": [["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot", "persistent"], ["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "tenacious"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot", "unyielding"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "pertinacious"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dour"]]}, {"answer": "doled_out", "hint": "synonyms for doled out", "clues": [["dealt out", "given out in portions", "dealt out"], ["apportioned", "given out in portions", "apportioned"], ["meted out", "given out in portions", "meted out"], ["parceled out", "given out in portions", "parceled out"]]}, {"answer": "dolled_up", "hint": "synonyms for dolled up", "clues": [["spiffed up", "dressed in fancy or formal clothing", "spiffed up"], ["dressed-up", "dressed in fancy or formal clothing", "dressed-up"], ["dressed to the nines", "dressed in fancy or formal clothing", "dressed to the nines"], ["spruced up", "dressed in fancy or formal clothing", "spruced up"], ["togged up", "dressed in fancy or formal clothing", "togged up"], ["dressed", "dressed in fancy or formal clothing", "dressed"], ["dressed to kill", "dressed in fancy or formal clothing", "dressed to kill"]]}, {"answer": "dolorous", "hint": "synonyms for dolorous", "clues": [["weeping", "showing sorrow", "weeping"], ["dolourous", "showing sorrow", "dolourous"], ["tearful", "showing sorrow", "tearful"], ["lachrymose", "showing sorrow", "lachrymose"]]}, {"answer": "dolourous", "hint": "synonyms for dolourous", "clues": [["weeping", "showing sorrow", "weeping"], ["dolorous", "showing sorrow", "dolorous"], ["tearful", "showing sorrow", "tearful"], ["lachrymose", "showing sorrow", "lachrymose"]]}, {"answer": "dominant", "hint": "synonyms for dominant", "clues": [["prevailing", "most frequent or common", "prevailing"], ["prevalent", "most frequent or common", "prevalent"], ["predominant", "most frequent or common", "predominant"], ["rife", "most frequent or common", "rife"]]}, {"answer": "dominating", "hint": "synonyms for dominating", "clues": [["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power", "high-and-mighty"], ["ascendent", "most powerful or important or influential", "ascendent"], ["commanding", "used of a height or viewpoint", "commanding"], ["overlooking", "used of a height or viewpoint", "overlooking"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power", "magisterial"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power", "peremptory"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power", "autocratic"], ["bossy", "offensively self-assured or given to exercising usually unwarranted power", "bossy"]]}, {"answer": "done_for", "hint": "synonyms for done for", "clues": [["sunk", "doomed to extinction", "sunk"], ["kaput", "destroyed or killed", "kaput"], ["gone", "destroyed or killed", "gone"], ["ruined", "doomed to extinction", "ruined"], ["undone", "doomed to extinction", "undone"], ["washed-up", "doomed to extinction", "washed-up"]]}, {"answer": "doomed", "hint": "synonyms for doomed", "clues": [["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "unlucky"], ["damned", "in danger of the eternal punishment of Hell", "damned"], ["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-fated"], ["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-omened"], ["unredeemed", "in danger of the eternal punishment of Hell", "unredeemed"], ["unsaved", "in danger of the eternal punishment of Hell", "unsaved"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-starred"], ["fated", "(usually followed by `to') determined by tragic fate", "fated"], ["cursed", "in danger of the eternal punishment of Hell", "cursed"]]}, {"answer": "dopey", "hint": "synonyms for dopey", "clues": [["goosy", "having or revealing stupidity", "goosy"], ["dopy", "having or revealing stupidity", "dopy"], ["jerky", "having or revealing stupidity", "jerky"], ["anserine", "having or revealing stupidity", "anserine"], ["foolish", "having or revealing stupidity", "foolish"], ["gooselike", "having or revealing stupidity", "gooselike"]]}, {"answer": "dopy", "hint": "synonyms for dopy", "clues": [["goosy", "having or revealing stupidity", "goosy"], ["dopey", "having or revealing stupidity", "dopey"], ["jerky", "having or revealing stupidity", "jerky"], ["anserine", "having or revealing stupidity", "anserine"], ["foolish", "having or revealing stupidity", "foolish"], ["gooselike", "having or revealing stupidity", "gooselike"]]}, {"answer": "dormant", "hint": "synonyms for dormant", "clues": [["abeyant", "inactive but capable of becoming active", "abeyant"], ["sleeping", "lying with head on paws as if sleeping", "sleeping"], ["torpid", "in a condition of biological rest or suspended animation", "torpid"], ["hibernating", "in a condition of biological rest or suspended animation", "hibernating"], ["inactive", "(of e.g. volcanos) not erupting and not extinct", "inactive"]]}, {"answer": "dotted", "hint": "synonyms for dotted", "clues": [["flecked", "having a pattern of dots", "flecked"], ["dashed", "having gaps or spaces", "dashed"], ["speckled", "having a pattern of dots", "speckled"], ["stippled", "having a pattern of dots", "stippled"]]}, {"answer": "dotty", "hint": "synonyms for dotty", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["gaga", "intensely enthusiastic about or preoccupied with", "gaga"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["crazy", "intensely enthusiastic about or preoccupied with", "crazy"], ["wild", "intensely enthusiastic about or preoccupied with", "wild"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "double", "hint": "synonyms for double", "clues": [["duple", "consisting of or involving two parts or components usually in pairs", "duple"], ["two-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "two-fold"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "threefold"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "dual"], ["forked", "having two meanings with intent to deceive", "forked"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "treble"], ["doubled", "twice as great or many", "doubled"], ["bivalent", "used of homologous chromosomes associated in pairs in synapsis", "bivalent"]]}, {"answer": "double-dealing", "hint": "synonyms for double-dealing", "clues": [["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-tongued"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "ambidextrous"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-faced"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "deceitful"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "duplicitous"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "two-faced"]]}, {"answer": "double-dyed", "hint": "synonyms for double-dyed", "clues": [["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "double-faced", "hint": "synonyms for double-faced", "clues": [["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-tongued"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "ambidextrous"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-dealing"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "deceitful"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "duplicitous"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "two-faced"]]}, {"answer": "double-tongued", "hint": "synonyms for double-tongued", "clues": [["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "ambidextrous"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-dealing"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-faced"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "deceitful"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "duplicitous"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "two-faced"]]}, {"answer": "doubtful", "hint": "synonyms for doubtful", "clues": [["dubious", "open to doubt or suspicion; ; ; ; - Karen Horney", "dubious"], ["dubitable", "open to doubt or suspicion; ; ; ; - Karen Horney", "dubitable"], ["tentative", "unsettled in mind or opinion", "tentative"], ["in question", "open to doubt or suspicion; ; ; ; - Karen Horney", "in question"]]}, {"answer": "doughnut-shaped", "hint": "synonyms for doughnut-shaped", "clues": [["annulate", "shaped like a ring", "annulate"], ["ring-shaped", "shaped like a ring", "ring-shaped"], ["ringed", "shaped like a ring", "ringed"], ["annular", "shaped like a ring", "annular"], ["circinate", "shaped like a ring", "circinate"]]}, {"answer": "dour", "hint": "synonyms for dour", "clues": [["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot", "persistent"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dogged"], ["grim", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie", "grim"], ["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "tenacious"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "pertinacious"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glowering"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot", "unyielding"], ["forbidding", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie", "forbidding"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"]]}, {"answer": "down", "hint": "synonyms for down", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["down pat", "understood perfectly", "down pat"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["downward", "extending or moving from a higher to a lower place", "downward"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["mastered", "understood perfectly", "mastered"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["depressed", "lower than previously", "depressed"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "down_in_the_mouth", "hint": "synonyms for down in the mouth", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["down", "filled with melancholy and despondency", "down"], ["depressed", "filled with melancholy and despondency", "depressed"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "downcast", "hint": "synonyms for downcast", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["down", "filled with melancholy and despondency", "down"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["depressed", "filled with melancholy and despondency", "depressed"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "downhearted", "hint": "synonyms for downhearted", "clues": [["low", "filled with melancholy and despondency", "low"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["down", "filled with melancholy and despondency", "down"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["depressed", "filled with melancholy and despondency", "depressed"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "downright", "hint": "synonyms for downright", "clues": [["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers", "sheer"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers", "absolute"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers", "out-and-out"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers", "rank"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers", "right-down"]]}, {"answer": "downy", "hint": "synonyms for downy", "clues": [["puberulent", "covered with fine soft hairs or down", "puberulent"], ["flossy", "like down or as soft as down", "flossy"], ["sericeous", "covered with fine soft hairs or down", "sericeous"], ["fluffy", "like down or as soft as down", "fluffy"], ["pubescent", "covered with fine soft hairs or down", "pubescent"], ["downlike", "like down or as soft as down", "downlike"]]}, {"answer": "drab", "hint": "synonyms for drab", "clues": [["disconsolate", "causing dejection", "disconsolate"], ["somber", "lacking brightness or color; dull", "somber"], ["dreary", "lacking in liveliness or charm or surprise", "dreary"], ["dismal", "causing dejection", "dismal"], ["gloomy", "causing dejection", "gloomy"], ["grim", "causing dejection", "grim"], ["blue", "causing dejection", "blue"], ["sorry", "causing dejection", "sorry"], ["dingy", "causing dejection", "dingy"], ["olive-drab", "of a light brownish green color", "olive-drab"], ["dark", "causing dejection", "dark"], ["sombre", "lacking brightness or color; dull", "sombre"]]}, {"answer": "draped", "hint": "synonyms for draped", "clues": [["cloaked", "covered with or as if with clothes or a wrap or cloak", "cloaked"], ["clothed", "covered with or as if with clothes or a wrap or cloak", "clothed"], ["wrapped", "covered with or as if with clothes or a wrap or cloak", "wrapped"], ["mantled", "covered with or as if with clothes or a wrap or cloak", "mantled"]]}, {"answer": "drawn", "hint": "synonyms for drawn", "clues": [["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "careworn"], ["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "worn"], ["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "haggard"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "raddled"]]}, {"answer": "drawn-out", "hint": "synonyms for drawn-out", "clues": [["protracted", "relatively long in duration; tediously protracted", "protracted"], ["extended", "relatively long in duration; tediously protracted", "extended"], ["prolonged", "relatively long in duration; tediously protracted", "prolonged"], ["lengthy", "relatively long in duration; tediously protracted", "lengthy"]]}, {"answer": "dread", "hint": "synonyms for dread", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["direful", "causing fear or dread or terror", "direful"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "dreaded", "hint": "synonyms for dreaded", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["direful", "causing fear or dread or terror", "direful"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "dreadful", "hint": "synonyms for dreadful", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["unspeakable", "exceptionally bad or displeasing", "unspeakable"], ["direful", "causing fear or dread or terror", "direful"], ["awful", "exceptionally bad or displeasing", "awful"], ["abominable", "exceptionally bad or displeasing", "abominable"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["painful", "exceptionally bad or displeasing", "painful"], ["horrific", "causing fear or dread or terror", "horrific"], ["atrocious", "exceptionally bad or displeasing", "atrocious"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "dreamy", "hint": "synonyms for dreamy", "clues": [["lackadaisical", "lacking spirit or liveliness", "lackadaisical"], ["woolgathering", "dreamy in mood or nature", "woolgathering"], ["languorous", "lacking spirit or liveliness", "languorous"], ["languid", "lacking spirit or liveliness", "languid"], ["moony", "dreamy in mood or nature", "moony"]]}, {"answer": "drear", "hint": "synonyms for drear", "clues": [["disconsolate", "causing dejection", "disconsolate"], ["dismal", "causing dejection", "dismal"], ["gloomy", "causing dejection", "gloomy"], ["dreary", "causing dejection", "dreary"], ["grim", "causing dejection", "grim"], ["sorry", "causing dejection", "sorry"], ["dingy", "causing dejection", "dingy"], ["dark", "causing dejection", "dark"], ["blue", "causing dejection", "blue"], ["drab", "causing dejection", "drab"]]}, {"answer": "dreary", "hint": "synonyms for dreary", "clues": [["disconsolate", "causing dejection", "disconsolate"], ["dismal", "causing dejection", "dismal"], ["gloomy", "causing dejection", "gloomy"], ["grim", "causing dejection", "grim"], ["sorry", "causing dejection", "sorry"], ["dingy", "causing dejection", "dingy"], ["drear", "causing dejection", "drear"], ["dark", "causing dejection", "dark"], ["blue", "causing dejection", "blue"], ["drab", "lacking in liveliness or charm or surprise", "drab"]]}, {"answer": "dressed", "hint": "synonyms for dressed", "clues": [["garmented", "dressed or clothed especially in fine attire; often used in combination", "garmented"], ["dolled up", "dressed in fancy or formal clothing", "dolled up"], ["spruced up", "dressed in fancy or formal clothing", "spruced up"], ["attired", "dressed or clothed especially in fine attire; often used in combination", "attired"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination", "habilimented"], ["polished", "(of lumber or stone) to trim and smooth", "polished"], ["appareled", "dressed or clothed especially in fine attire; often used in combination", "appareled"], ["dressed to kill", "dressed in fancy or formal clothing", "dressed to kill"], ["dressed-up", "dressed in fancy or formal clothing", "dressed-up"], ["garbed", "dressed or clothed especially in fine attire; often used in combination", "garbed"], ["robed", "dressed or clothed especially in fine attire; often used in combination", "robed"], ["dressed to the nines", "dressed in fancy or formal clothing", "dressed to the nines"], ["togged up", "dressed in fancy or formal clothing", "togged up"], ["spiffed up", "dressed in fancy or formal clothing", "spiffed up"]]}, {"answer": "dressed-up", "hint": "synonyms for dressed-up", "clues": [["spiffed up", "dressed in fancy or formal clothing", "spiffed up"], ["dolled up", "dressed in fancy or formal clothing", "dolled up"], ["spruced up", "dressed in fancy or formal clothing", "spruced up"], ["togged up", "dressed in fancy or formal clothing", "togged up"], ["dressed to the nines", "dressed in fancy or formal clothing", "dressed to the nines"], ["dressed", "dressed in fancy or formal clothing", "dressed"], ["dressed to kill", "dressed in fancy or formal clothing", "dressed to kill"]]}, {"answer": "dressed_to_kill", "hint": "synonyms for dressed to kill", "clues": [["dressed-up", "dressed in fancy or formal clothing", "dressed-up"], ["dolled up", "dressed in fancy or formal clothing", "dolled up"], ["spruced up", "dressed in fancy or formal clothing", "spruced up"], ["togged up", "dressed in fancy or formal clothing", "togged up"], ["dressed to the nines", "dressed in fancy or formal clothing", "dressed to the nines"], ["dressed", "dressed in fancy or formal clothing", "dressed"], ["spiffed up", "dressed in fancy or formal clothing", "spiffed up"]]}, {"answer": "dressed_to_the_nines", "hint": "synonyms for dressed to the nines", "clues": [["spiffed up", "dressed in fancy or formal clothing", "spiffed up"], ["dressed-up", "dressed in fancy or formal clothing", "dressed-up"], ["dolled up", "dressed in fancy or formal clothing", "dolled up"], ["spruced up", "dressed in fancy or formal clothing", "spruced up"], ["togged up", "dressed in fancy or formal clothing", "togged up"], ["dressed", "dressed in fancy or formal clothing", "dressed"], ["dressed to kill", "dressed in fancy or formal clothing", "dressed to kill"]]}, {"answer": "dried-up", "hint": "synonyms for dried-up", "clues": [["shrivelled", "(used especially of vegetation) having lost all moisture", "shrivelled"], ["withered", "(used especially of vegetation) having lost all moisture", "withered"], ["sear", "(used especially of vegetation) having lost all moisture", "sear"], ["sere", "(used especially of vegetation) having lost all moisture", "sere"]]}, {"answer": "drifting", "hint": "synonyms for drifting", "clues": [["vagrant", "continually changing especially as from one abode or occupation to another", "vagrant"], ["floating", "continually changing especially as from one abode or occupation to another", "floating"], ["vagabond", "continually changing especially as from one abode or occupation to another", "vagabond"], ["aimless", "continually changing especially as from one abode or occupation to another", "aimless"]]}, {"answer": "drippy", "hint": "synonyms for drippy", "clues": [["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["drizzly", "wet with light rain", "drizzly"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "driven", "hint": "synonyms for driven", "clues": [["compulsive", "strongly motivated to succeed", "compulsive"], ["goaded", "compelled forcibly by an outside agency", "goaded"], ["impelled", "urged or forced to action through moral pressure", "impelled"], ["determined", "strongly motivated to succeed", "determined"]]}, {"answer": "drooping", "hint": "synonyms for drooping", "clues": [["nodding", "having branches or flower heads that bend downward", "nodding"], ["sagging", "hanging down (as from exhaustion or weakness)", "sagging"], ["pendulous", "having branches or flower heads that bend downward", "pendulous"], ["flagging", "weak from exhaustion", "flagging"], ["cernuous", "having branches or flower heads that bend downward", "cernuous"], ["weeping", "having branches or flower heads that bend downward", "weeping"], ["droopy", "hanging down (as from exhaustion or weakness)", "droopy"]]}, {"answer": "drowsy", "hint": "synonyms for drowsy", "clues": [["dozy", "half asleep", "dozy"], ["oscitant", "showing lack of attention or boredom", "oscitant"], ["drowsing", "half asleep", "drowsing"], ["yawning", "showing lack of attention or boredom", "yawning"]]}, {"answer": "dry", "hint": "synonyms for dry", "clues": [["wry", "humorously sarcastic or mocking", "wry"], ["teetotal", "practicing complete abstinence from alcoholic beverages", "teetotal"], ["ironic", "humorously sarcastic or mocking", "ironic"], ["juiceless", "lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown", "juiceless"]]}, {"answer": "dual", "hint": "synonyms for dual", "clues": [["duple", "consisting of or involving two parts or components usually in pairs", "duple"], ["two-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "two-fold"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "threefold"], ["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "double"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "treble"]]}, {"answer": "ductile", "hint": "synonyms for ductile", "clues": [["pliant", "capable of being shaped or bent or drawn out", "pliant"], ["pliable", "capable of being shaped or bent or drawn out", "pliable"], ["malleable", "easily influenced", "malleable"], ["tractile", "capable of being shaped or bent or drawn out", "tractile"], ["tensile", "capable of being shaped or bent or drawn out", "tensile"]]}, {"answer": "dulcet", "hint": "synonyms for dulcet", "clues": [["sweet", "pleasing to the ear", "sweet"], ["mellifluous", "pleasing to the ear", "mellifluous"], ["mellisonant", "pleasing to the ear", "mellisonant"], ["honeyed", "pleasing to the ear", "honeyed"]]}, {"answer": "dull", "hint": "synonyms for dull", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["muted", "being or made softer or less loud or clear", "muted"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["leaden", "darkened with overcast", "leaden"], ["muffled", "being or made softer or less loud or clear", "muffled"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"], ["softened", "being or made softer or less loud or clear", "softened"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["thudding", "not clear and resonant; sounding as if striking with or against something relatively soft", "thudding"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["sluggish", "(of business) not active or brisk", "sluggish"], ["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dim"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "dumb", "hint": "synonyms for dumb", "clues": [["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dull"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["silent", "unable to speak because of hereditary deafness", "silent"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dim"], ["speechless", "temporarily incapable of speaking", "speechless"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "slow"], ["mute", "unable to speak because of hereditary deafness", "mute"]]}, {"answer": "dumbfounded", "hint": "synonyms for dumbfounded", "clues": [["flabbergasted", "as if struck dumb with astonishment and surprise", "flabbergasted"], ["dumbstruck", "as if struck dumb with astonishment and surprise", "dumbstruck"], ["dumbstricken", "as if struck dumb with astonishment and surprise", "dumbstricken"], ["dumfounded", "as if struck dumb with astonishment and surprise", "dumfounded"], ["stupefied", "as if struck dumb with astonishment and surprise", "stupefied"], ["thunderstruck", "as if struck dumb with astonishment and surprise", "thunderstruck"]]}, {"answer": "dumbstricken", "hint": "synonyms for dumbstricken", "clues": [["flabbergasted", "as if struck dumb with astonishment and surprise", "flabbergasted"], ["dumbstruck", "as if struck dumb with astonishment and surprise", "dumbstruck"], ["dumbfounded", "as if struck dumb with astonishment and surprise", "dumbfounded"], ["stupefied", "as if struck dumb with astonishment and surprise", "stupefied"], ["thunderstruck", "as if struck dumb with astonishment and surprise", "thunderstruck"]]}, {"answer": "dumbstruck", "hint": "synonyms for dumbstruck", "clues": [["flabbergasted", "as if struck dumb with astonishment and surprise", "flabbergasted"], ["dumbstricken", "as if struck dumb with astonishment and surprise", "dumbstricken"], ["dumbfounded", "as if struck dumb with astonishment and surprise", "dumbfounded"], ["stupefied", "as if struck dumb with astonishment and surprise", "stupefied"], ["thunderstruck", "as if struck dumb with astonishment and surprise", "thunderstruck"]]}, {"answer": "dumfounded", "hint": "synonyms for dumfounded", "clues": [["flabbergasted", "as if struck dumb with astonishment and surprise", "flabbergasted"], ["dumbstruck", "as if struck dumb with astonishment and surprise", "dumbstruck"], ["dumbfounded", "as if struck dumb with astonishment and surprise", "dumbfounded"], ["stupefied", "as if struck dumb with astonishment and surprise", "stupefied"], ["dumbstricken", "as if struck dumb with astonishment and surprise", "dumbstricken"], ["thunderstruck", "as if struck dumb with astonishment and surprise", "thunderstruck"]]}, {"answer": "dumpy", "hint": "synonyms for dumpy", "clues": [["podgy", "short and plump", "podgy"], ["squat", "short and thick; as e.g. having short legs and heavy musculature", "squat"], ["chunky", "short and thick; as e.g. having short legs and heavy musculature", "chunky"], ["tubby", "short and plump", "tubby"], ["low-set", "short and thick; as e.g. having short legs and heavy musculature", "low-set"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature", "squatty"], ["pudgy", "short and plump", "pudgy"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature", "stumpy"], ["roly-poly", "short and plump", "roly-poly"]]}, {"answer": "duncical", "hint": "synonyms for duncical", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "duncish", "hint": "synonyms for duncish", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["duncical", "(used informally) stupid", "duncical"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["boneheaded", "(used informally) stupid", "boneheaded"]]}, {"answer": "duplicitous", "hint": "synonyms for duplicitous", "clues": [["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-tongued"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "ambidextrous"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-dealing"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-faced"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "deceitful"], ["two-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "two-faced"]]}, {"answer": "durable", "hint": "synonyms for durable", "clues": [["long-lived", "existing for a long time", "long-lived"], ["perdurable", "very long lasting", "perdurable"], ["long-wearing", "capable of withstanding wear and tear and decay", "long-wearing"], ["long-lasting", "existing for a long time", "long-lasting"], ["lasting", "existing for a long time", "lasting"], ["undestroyable", "very long lasting", "undestroyable"], ["indestructible", "very long lasting", "indestructible"]]}, {"answer": "dusky", "hint": "synonyms for dusky", "clues": [["twilit", "lighted by or as if by twilight; -Henry Fielding", "twilit"], ["swarthy", "naturally having skin of a dark color", "swarthy"], ["dark-skinned", "naturally having skin of a dark color", "dark-skinned"], ["swart", "naturally having skin of a dark color", "swart"]]}, {"answer": "dusty", "hint": "synonyms for dusty", "clues": [["cold", "lacking originality or spontaneity; no longer new", "cold"], ["moth-eaten", "lacking originality or spontaneity; no longer new", "moth-eaten"], ["stale", "lacking originality or spontaneity; no longer new", "stale"], ["dust-covered", "covered with a layer of dust", "dust-covered"]]}, {"answer": "earlier", "hint": "synonyms for earlier", "clues": [["earliest", "(comparative and superlative of `early') more early than; most early", "earliest"], ["early", "at or near the beginning of a period of time or course of events or before the usual or expected time", "early"], ["former", "belonging to the distant past", "former"], ["other", "belonging to the distant past", "other"]]}, {"answer": "earliest", "hint": "synonyms for earliest", "clues": [["early", "of an early stage in the development of a language or literature", "early"], ["earlier", "(comparative and superlative of `early') more early than; most early", "earlier"], ["former", "belonging to the distant past", "former"], ["other", "belonging to the distant past", "other"]]}, {"answer": "earnest", "hint": "synonyms for earnest", "clues": [["businesslike", "not distracted by anything unrelated to the goal", "businesslike"], ["solemn", "characterized by a firm and humorless belief in the validity of your opinions", "solemn"], ["sincere", "characterized by a firm and humorless belief in the validity of your opinions", "sincere"], ["dear", "earnest", "dear"], ["heartfelt", "earnest", "heartfelt"], ["devout", "earnest", "devout"]]}, {"answer": "earthy", "hint": "synonyms for earthy", "clues": [["vulgar", "conspicuously and tastelessly indecent", "vulgar"], ["down-to-earth", "sensible and practical", "down-to-earth"], ["crude", "conspicuously and tastelessly indecent", "crude"], ["gross", "conspicuously and tastelessly indecent", "gross"]]}, {"answer": "easy", "hint": "synonyms for easy", "clues": [["leisurely", "not hurried or forced", "leisurely"], ["soft", "having little impact", "soft"], ["well-heeled", "in fortunate circumstances financially; moderately rich", "well-heeled"], ["sluttish", "casual and unrestrained in sexual behavior", "sluttish"], ["light", "casual and unrestrained in sexual behavior", "light"], ["well-situated", "in fortunate circumstances financially; moderately rich", "well-situated"], ["loose", "casual and unrestrained in sexual behavior", "loose"], ["promiscuous", "casual and unrestrained in sexual behavior", "promiscuous"], ["well-fixed", "in fortunate circumstances financially; moderately rich", "well-fixed"], ["prosperous", "in fortunate circumstances financially; moderately rich", "prosperous"], ["comfortable", "in fortunate circumstances financially; moderately rich", "comfortable"], ["wanton", "casual and unrestrained in sexual behavior", "wanton"], ["well-to-do", "in fortunate circumstances financially; moderately rich", "well-to-do"], ["easygoing", "not hurried or forced", "easygoing"], ["gentle", "marked by moderate steepness", "gentle"], ["well-off", "in fortunate circumstances financially; moderately rich", "well-off"]]}, {"answer": "easygoing", "hint": "synonyms for easygoing", "clues": [["leisurely", "not hurried or forced", "leisurely"], ["easy", "not hurried or forced", "easy"], ["cushy", "not burdensome or demanding; borne or done easily and without hardship", "cushy"], ["soft", "not burdensome or demanding; borne or done easily and without hardship", "soft"]]}, {"answer": "eccentric", "hint": "synonyms for eccentric", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["nonconcentric", "not having a common center; not concentric", "nonconcentric"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"]]}, {"answer": "economical", "hint": "synonyms for economical", "clues": [["frugal", "avoiding waste", "frugal"], ["sparing", "avoiding waste", "sparing"], ["scotch", "avoiding waste", "scotch"], ["stinting", "avoiding waste", "stinting"], ["economic", "using the minimum of time or resources necessary for effectiveness", "economic"]]}, {"answer": "ecstatic", "hint": "synonyms for ecstatic", "clues": [["enraptured", "feeling great rapture or delight", "enraptured"], ["rhapsodic", "feeling great rapture or delight", "rhapsodic"], ["rapturous", "feeling great rapture or delight", "rapturous"], ["rapt", "feeling great rapture or delight", "rapt"]]}, {"answer": "ecumenical", "hint": "synonyms for ecumenical", "clues": [["oecumenic", "concerned with promoting unity among churches or religions", "oecumenic"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley", "cosmopolitan"], ["general", "of worldwide scope or applicability; ; - Christopher Morley", "general"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley", "universal"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley", "world-wide"]]}, {"answer": "edacious", "hint": "synonyms for edacious", "clues": [["ravenous", "devouring or craving food in great quantities", "ravenous"], ["voracious", "devouring or craving food in great quantities", "voracious"], ["wolfish", "devouring or craving food in great quantities", "wolfish"], ["rapacious", "devouring or craving food in great quantities", "rapacious"], ["esurient", "devouring or craving food in great quantities", "esurient"], ["ravening", "devouring or craving food in great quantities", "ravening"]]}, {"answer": "edgy", "hint": "synonyms for edgy", "clues": [["jumpy", "being in a tense state", "jumpy"], ["uptight", "being in a tense state", "uptight"], ["restive", "being in a tense state", "restive"], ["overstrung", "being in a tense state", "overstrung"], ["high-strung", "being in a tense state", "high-strung"], ["highly strung", "being in a tense state", "highly strung"], ["nervy", "being in a tense state", "nervy"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "effective", "hint": "synonyms for effective", "clues": [["efficacious", "producing or capable of producing an intended result or having a striking effect; -LewisMumford", "efficacious"], ["in force", "exerting force or influence", "in force"], ["efficient", "able to accomplish a purpose; functioning effectively; -G.B.Shaw", "efficient"], ["in effect", "exerting force or influence", "in effect"], ["good", "exerting force or influence", "good"], ["effectual", "producing or capable of producing an intended result or having a striking effect; -LewisMumford", "effectual"]]}, {"answer": "effectual", "hint": "synonyms for effectual", "clues": [["sound", "having legal efficacy or force", "sound"], ["efficacious", "producing or capable of producing an intended result or having a striking effect; -LewisMumford", "efficacious"], ["legal", "having legal efficacy or force", "legal"], ["effective", "producing or capable of producing an intended result or having a striking effect; -LewisMumford", "effective"]]}, {"answer": "effeminate", "hint": "synonyms for effeminate", "clues": [["sissified", "having unsuitable feminine qualities", "sissified"], ["cissy", "having unsuitable feminine qualities", "cissy"], ["emasculate", "having unsuitable feminine qualities", "emasculate"], ["sissy", "having unsuitable feminine qualities", "sissy"], ["epicene", "having unsuitable feminine qualities", "epicene"], ["sissyish", "having unsuitable feminine qualities", "sissyish"]]}, {"answer": "effervescent", "hint": "synonyms for effervescent", "clues": [["frothy", "marked by high spirits or excitement", "frothy"], ["scintillating", "marked by high spirits or excitement", "scintillating"], ["bubbling", "marked by high spirits or excitement", "bubbling"], ["sparkly", "marked by high spirits or excitement", "sparkly"], ["sparkling", "used of wines and waters; charged naturally or artificially with carbon dioxide", "sparkling"]]}, {"answer": "effervescing", "hint": "synonyms for effervescing", "clues": [["foamy", "emitting or filled with bubbles as from carbonation or fermentation", "foamy"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation", "foaming"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation", "bubbling"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation", "spumy"], ["frothy", "emitting or filled with bubbles as from carbonation or fermentation", "frothy"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation", "bubbly"]]}, {"answer": "effulgent", "hint": "synonyms for effulgent", "clues": [["radiant", "radiating or as if radiating light", "radiant"], ["beamy", "radiating or as if radiating light", "beamy"], ["refulgent", "radiating or as if radiating light", "refulgent"], ["beaming", "radiating or as if radiating light", "beaming"]]}, {"answer": "effusive", "hint": "synonyms for effusive", "clues": [["burbly", "uttered with unrestrained enthusiasm", "burbly"], ["gushing", "uttered with unrestrained enthusiasm", "gushing"], ["gushy", "extravagantly demonstrative", "gushy"], ["burbling", "uttered with unrestrained enthusiasm", "burbling"]]}, {"answer": "egg-shaped", "hint": "synonyms for egg-shaped", "clues": [["ovate", "rounded like an egg", "ovate"], ["oval-shaped", "rounded like an egg", "oval-shaped"], ["oviform", "rounded like an egg", "oviform"], ["elliptic", "rounded like an egg", "elliptic"], ["ovoid", "rounded like an egg", "ovoid"], ["prolate", "rounded like an egg", "prolate"], ["oval", "rounded like an egg", "oval"]]}, {"answer": "egotistic", "hint": "synonyms for egotistic", "clues": [["narcissistic", "characteristic of those having an inflated idea of their own importance", "narcissistic"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen"], ["egotistical", "characteristic of those having an inflated idea of their own importance", "egotistical"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance", "vain"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "conceited"], ["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen-headed"], ["self-loving", "characteristic of those having an inflated idea of their own importance", "self-loving"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "self-conceited"]]}, {"answer": "egotistical", "hint": "synonyms for egotistical", "clues": [["narcissistic", "characteristic of those having an inflated idea of their own importance", "narcissistic"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance", "egotistic"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen"], ["vain", "characteristic of false pride; having an exaggerated sense of self-importance", "vain"], ["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen-headed"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "conceited"], ["self-loving", "characteristic of those having an inflated idea of their own importance", "self-loving"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "self-conceited"]]}, {"answer": "egregious", "hint": "synonyms for egregious", "clues": [["glaring", "conspicuously and outrageously bad or reprehensible", "glaring"], ["rank", "conspicuously and outrageously bad or reprehensible", "rank"], ["crying", "conspicuously and outrageously bad or reprehensible", "crying"], ["gross", "conspicuously and outrageously bad or reprehensible", "gross"], ["flagrant", "conspicuously and outrageously bad or reprehensible", "flagrant"]]}, {"answer": "elementary", "hint": "synonyms for elementary", "clues": [["primary", "of or being the essential or basic part", "primary"], ["simple", "easy and not involved or complicated", "simple"], ["elemental", "of or being the essential or basic part", "elemental"], ["unproblematic", "easy and not involved or complicated", "unproblematic"], ["uncomplicated", "easy and not involved or complicated", "uncomplicated"]]}, {"answer": "elevated", "hint": "synonyms for elevated", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["raised", "increased in amount or degree", "raised"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"]]}, {"answer": "elfin", "hint": "synonyms for elfin", "clues": [["elfish", "usually good-naturedly mischievous", "elfish"], ["elvish", "usually good-naturedly mischievous", "elvish"], ["fey", "suggestive of an elf in strangeness and otherworldliness; ; - John Mason Brown", "fey"], ["elflike", "small and delicate", "elflike"]]}, {"answer": "elliptic", "hint": "synonyms for elliptic", "clues": [["ovate", "rounded like an egg", "ovate"], ["oval-shaped", "rounded like an egg", "oval-shaped"], ["oviform", "rounded like an egg", "oviform"], ["elliptical", "characterized by extreme economy of expression or omission of superfluous elements; ; - H.O.Taylor", "elliptical"], ["ovoid", "rounded like an egg", "ovoid"], ["prolate", "rounded like an egg", "prolate"], ["egg-shaped", "rounded like an egg", "egg-shaped"], ["oval", "rounded like an egg", "oval"]]}, {"answer": "elliptical", "hint": "synonyms for elliptical", "clues": [["ovate", "rounded like an egg", "ovate"], ["oval-shaped", "rounded like an egg", "oval-shaped"], ["oviform", "rounded like an egg", "oviform"], ["elliptic", "characterized by extreme economy of expression or omission of superfluous elements; ; - H.O.Taylor", "elliptic"], ["ovoid", "rounded like an egg", "ovoid"], ["prolate", "rounded like an egg", "prolate"], ["egg-shaped", "rounded like an egg", "egg-shaped"], ["oval", "rounded like an egg", "oval"]]}, {"answer": "elongated", "hint": "synonyms for elongated", "clues": [["elongate", "having notably more length than width; being long and slender", "elongate"], ["lengthened", "drawn out or made longer spatially", "lengthened"], ["extended", "drawn out or made longer spatially", "extended"], ["prolonged", "drawn out or made longer spatially", "prolonged"]]}, {"answer": "eloquent", "hint": "synonyms for eloquent", "clues": [["fluent", "expressing yourself readily, clearly, effectively", "fluent"], ["silver-tongued", "expressing yourself readily, clearly, effectively", "silver-tongued"], ["smooth-spoken", "expressing yourself readily, clearly, effectively", "smooth-spoken"], ["facile", "expressing yourself readily, clearly, effectively", "facile"], ["silver", "expressing yourself readily, clearly, effectively", "silver"]]}, {"answer": "elusive", "hint": "synonyms for elusive", "clues": [["baffling", "making great mental demands; hard to comprehend or solve or believe", "baffling"], ["problematical", "making great mental demands; hard to comprehend or solve or believe", "problematical"], ["knotty", "making great mental demands; hard to comprehend or solve or believe", "knotty"], ["subtle", "difficult to detect or grasp by the mind or analyze", "subtle"], ["tough", "making great mental demands; hard to comprehend or solve or believe", "tough"]]}, {"answer": "emaciated", "hint": "synonyms for emaciated", "clues": [["gaunt", "very thin especially from disease or hunger or cold", "gaunt"], ["cadaverous", "very thin especially from disease or hunger or cold", "cadaverous"], ["pinched", "very thin especially from disease or hunger or cold", "pinched"], ["bony", "very thin especially from disease or hunger or cold", "bony"], ["wasted", "very thin especially from disease or hunger or cold", "wasted"], ["haggard", "very thin especially from disease or hunger or cold", "haggard"], ["skeletal", "very thin especially from disease or hunger or cold", "skeletal"]]}, {"answer": "emasculate", "hint": "synonyms for emasculate", "clues": [["effeminate", "having unsuitable feminine qualities", "effeminate"], ["sissified", "having unsuitable feminine qualities", "sissified"], ["cissy", "having unsuitable feminine qualities", "cissy"], ["sissy", "having unsuitable feminine qualities", "sissy"], ["epicene", "having unsuitable feminine qualities", "epicene"], ["sissyish", "having unsuitable feminine qualities", "sissyish"]]}, {"answer": "embarrassed", "hint": "synonyms for embarrassed", "clues": [["abashed", "feeling or caused to feel uneasy and self-conscious", "abashed"], ["humiliated", "made to feel uncomfortable because of shame or wounded pride", "humiliated"], ["mortified", "made to feel uncomfortable because of shame or wounded pride", "mortified"], ["chagrined", "feeling or caused to feel uneasy and self-conscious", "chagrined"]]}, {"answer": "embarrassing", "hint": "synonyms for embarrassing", "clues": [["unenviable", "hard to deal with; especially causing pain or embarrassment", "unenviable"], ["awkward", "hard to deal with; especially causing pain or embarrassment", "awkward"], ["mortifying", "causing to feel shame or chagrin or vexation", "mortifying"], ["sticky", "hard to deal with; especially causing pain or embarrassment", "sticky"]]}, {"answer": "emblematic", "hint": "synonyms for emblematic", "clues": [["symbolic", "serving as a visible symbol for something abstract", "symbolic"], ["emblematical", "serving as a visible symbol for something abstract", "emblematical"], ["exemplary", "being or serving as an illustration of a type", "exemplary"], ["typic", "being or serving as an illustration of a type", "typic"]]}, {"answer": "embodied", "hint": "synonyms for embodied", "clues": [["corporal", "possessing or existing in bodily form; - Shakespeare", "corporal"], ["bodied", "possessing or existing in bodily form; - Shakespeare", "bodied"], ["corporate", "possessing or existing in bodily form; - Shakespeare", "corporate"], ["incarnate", "possessing or existing in bodily form; - Shakespeare", "incarnate"]]}, {"answer": "eminent", "hint": "synonyms for eminent", "clues": [["soaring", "of imposing height; especially standing out above others", "soaring"], ["high", "standing above others in quality or position", "high"], ["lofty", "of imposing height; especially standing out above others", "lofty"], ["towering", "of imposing height; especially standing out above others", "towering"]]}, {"answer": "empty-headed", "hint": "synonyms for empty-headed", "clues": [["dizzy", "lacking seriousness; given to frivolity", "dizzy"], ["light-headed", "lacking seriousness; given to frivolity", "light-headed"], ["silly", "lacking seriousness; given to frivolity", "silly"], ["giddy", "lacking seriousness; given to frivolity", "giddy"], ["airheaded", "lacking seriousness; given to frivolity", "airheaded"], ["featherbrained", "lacking seriousness; given to frivolity", "featherbrained"]]}, {"answer": "enamored", "hint": "synonyms for enamored", "clues": [["taken with", "marked by foolish or unreasoning fondness", "taken with"], ["in love", "marked by foolish or unreasoning fondness", "in love"], ["potty", "marked by foolish or unreasoning fondness", "potty"], ["soft on", "marked by foolish or unreasoning fondness", "soft on"], ["infatuated", "marked by foolish or unreasoning fondness", "infatuated"], ["smitten", "marked by foolish or unreasoning fondness", "smitten"]]}, {"answer": "enceinte", "hint": "synonyms for enceinte", "clues": [["great", "in an advanced stage of pregnancy", "great"], ["large", "in an advanced stage of pregnancy", "large"], ["with child", "in an advanced stage of pregnancy", "with child"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["big", "in an advanced stage of pregnancy", "big"]]}, {"answer": "enchanting", "hint": "synonyms for enchanting", "clues": [["bewitching", "capturing interest as if by a spell", "bewitching"], ["fascinating", "capturing interest as if by a spell", "fascinating"], ["entrancing", "capturing interest as if by a spell", "entrancing"], ["captivating", "capturing interest as if by a spell", "captivating"], ["enthralling", "capturing interest as if by a spell", "enthralling"]]}, {"answer": "encompassing", "hint": "synonyms for encompassing", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["circumferent", "closely encircling", "circumferent"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"], ["all-encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-encompassing"], ["surrounding", "closely encircling", "surrounding"]]}, {"answer": "ended", "hint": "synonyms for ended", "clues": [["complete", "having come or been brought to a conclusion", "complete"], ["over", "having come or been brought to a conclusion", "over"], ["terminated", "having come or been brought to a conclusion", "terminated"], ["all over", "having come or been brought to a conclusion", "all over"], ["concluded", "having come or been brought to a conclusion", "concluded"]]}, {"answer": "endemic", "hint": "synonyms for endemic", "clues": [["autochthonal", "originating where it is found", "autochthonal"], ["indigenous", "originating where it is found", "indigenous"], ["autochthonous", "originating where it is found", "autochthonous"], ["autochthonic", "originating where it is found", "autochthonic"], ["endemical", "of or relating to a disease (or anything resembling a disease) constantly present to greater or lesser extent in a particular locality", "endemical"]]}, {"answer": "endless", "hint": "synonyms for endless", "clues": [["sempiternal", "having no known beginning and presumably no end", "sempiternal"], ["dateless", "having no known beginning and presumably no end", "dateless"], ["interminable", "tiresomely long; seemingly without end", "interminable"], ["eternal", "tiresomely long; seemingly without end", "eternal"]]}, {"answer": "engaged", "hint": "synonyms for engaged", "clues": [["busy", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)", "busy"], ["in use", "(of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line)", "in use"], ["booked", "reserved in advance", "booked"], ["set-aside", "reserved in advance", "set-aside"], ["meshed", "(used of toothed parts or gears) interlocked and interacting", "meshed"], ["intermeshed", "(used of toothed parts or gears) interlocked and interacting", "intermeshed"], ["occupied", "having ones attention or mind or energy engaged", "occupied"]]}, {"answer": "engraved", "hint": "synonyms for engraved", "clues": [["inscribed", "cut or impressed into a surface", "inscribed"], ["graven", "cut or impressed into a surface", "graven"], ["incised", "cut or impressed into a surface", "incised"], ["etched", "cut or impressed into a surface", "etched"]]}, {"answer": "engrossed", "hint": "synonyms for engrossed", "clues": [["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare", "captive"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare", "intent"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "absorbed"], ["enwrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare", "enwrapped"]]}, {"answer": "engrossing", "hint": "synonyms for engrossing", "clues": [["fascinating", "capable of arousing and holding the attention", "fascinating"], ["gripping", "capable of arousing and holding the attention", "gripping"], ["absorbing", "capable of arousing and holding the attention", "absorbing"], ["riveting", "capable of arousing and holding the attention", "riveting"]]}, {"answer": "enlarged", "hint": "synonyms for enlarged", "clues": [["blown-up", "as of a photograph; made larger", "blown-up"], ["hypertrophied", "(of an organ or body part) excessively enlarged as a result of increased size in the constituent cells", "hypertrophied"], ["magnified", "enlarged to an abnormal degree", "magnified"], ["exaggerated", "enlarged to an abnormal degree", "exaggerated"]]}, {"answer": "enraged", "hint": "synonyms for enraged", "clues": [["maddened", "marked by extreme anger", "maddened"], ["angered", "marked by extreme anger", "angered"], ["infuriated", "marked by extreme anger", "infuriated"], ["furious", "marked by extreme anger", "furious"]]}, {"answer": "enraptured", "hint": "synonyms for enraptured", "clues": [["rhapsodic", "feeling great rapture or delight", "rhapsodic"], ["rapturous", "feeling great rapture or delight", "rapturous"], ["rapt", "feeling great rapture or delight", "rapt"], ["ecstatic", "feeling great rapture or delight", "ecstatic"]]}, {"answer": "ensuant", "hint": "synonyms for ensuant", "clues": [["consequent", "following or accompanying as a consequence", "consequent"], ["attendant", "following or accompanying as a consequence", "attendant"], ["concomitant", "following or accompanying as a consequence", "concomitant"], ["resultant", "following or accompanying as a consequence", "resultant"], ["accompanying", "following or accompanying as a consequence", "accompanying"], ["incidental", "following or accompanying as a consequence", "incidental"], ["sequent", "following or accompanying as a consequence", "sequent"]]}, {"answer": "enthralled", "hint": "synonyms for enthralled", "clues": [["charmed", "filled with wonder and delight", "charmed"], ["entranced", "filled with wonder and delight", "entranced"], ["beguiled", "filled with wonder and delight", "beguiled"], ["delighted", "filled with wonder and delight", "delighted"], ["captivated", "filled with wonder and delight", "captivated"]]}, {"answer": "enthralling", "hint": "synonyms for enthralling", "clues": [["bewitching", "capturing interest as if by a spell", "bewitching"], ["enchanting", "capturing interest as if by a spell", "enchanting"], ["fascinating", "capturing interest as if by a spell", "fascinating"], ["entrancing", "capturing interest as if by a spell", "entrancing"], ["captivating", "capturing interest as if by a spell", "captivating"]]}, {"answer": "entire", "hint": "synonyms for entire", "clues": [["intact", "constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon", "intact"], ["total", "constituting the full quantity or extent; complete", "total"], ["full", "constituting the full quantity or extent; complete", "full"], ["integral", "constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon", "integral"]]}, {"answer": "entranced", "hint": "synonyms for entranced", "clues": [["charmed", "filled with wonder and delight", "charmed"], ["enthralled", "filled with wonder and delight", "enthralled"], ["beguiled", "filled with wonder and delight", "beguiled"], ["delighted", "filled with wonder and delight", "delighted"], ["captivated", "filled with wonder and delight", "captivated"]]}, {"answer": "entrancing", "hint": "synonyms for entrancing", "clues": [["bewitching", "capturing interest as if by a spell", "bewitching"], ["enchanting", "capturing interest as if by a spell", "enchanting"], ["fascinating", "capturing interest as if by a spell", "fascinating"], ["captivating", "capturing interest as if by a spell", "captivating"], ["enthralling", "capturing interest as if by a spell", "enthralling"]]}, {"answer": "enwrapped", "hint": "synonyms for enwrapped", "clues": [["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "engrossed"], ["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare", "captive"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare", "intent"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "absorbed"], ["wrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare", "wrapped"]]}, {"answer": "eonian", "hint": "synonyms for eonian", "clues": [["everlasting", "continuing forever or indefinitely", "everlasting"], ["unending", "continuing forever or indefinitely", "unending"], ["unceasing", "continuing forever or indefinitely", "unceasing"], ["perpetual", "continuing forever or indefinitely", "perpetual"], ["aeonian", "of or relating to a geological eon (longer than an era)", "aeonian"], ["ageless", "continuing forever or indefinitely", "ageless"], ["eternal", "continuing forever or indefinitely", "eternal"]]}, {"answer": "ephemeral", "hint": "synonyms for ephemeral", "clues": [["transient", "lasting a very short time", "transient"], ["short-lived", "lasting a very short time", "short-lived"], ["fugacious", "lasting a very short time", "fugacious"], ["passing", "lasting a very short time", "passing"], ["transitory", "lasting a very short time", "transitory"]]}, {"answer": "epicene", "hint": "synonyms for epicene", "clues": [["effeminate", "having unsuitable feminine qualities", "effeminate"], ["sissified", "having unsuitable feminine qualities", "sissified"], ["bisexual", "having an ambiguous sexual identity", "bisexual"], ["emasculate", "having unsuitable feminine qualities", "emasculate"], ["sissy", "having unsuitable feminine qualities", "sissy"], ["cissy", "having unsuitable feminine qualities", "cissy"], ["sissyish", "having unsuitable feminine qualities", "sissyish"]]}, {"answer": "epicurean", "hint": "synonyms for epicurean", "clues": [["sybaritic", "displaying luxury and furnishing gratification to the senses", "sybaritic"], ["hedonistic", "devoted to pleasure", "hedonistic"], ["luxuriant", "displaying luxury and furnishing gratification to the senses", "luxuriant"], ["voluptuary", "displaying luxury and furnishing gratification to the senses", "voluptuary"], ["luxurious", "displaying luxury and furnishing gratification to the senses", "luxurious"], ["voluptuous", "displaying luxury and furnishing gratification to the senses", "voluptuous"], ["hedonic", "devoted to pleasure", "hedonic"]]}, {"answer": "equanimous", "hint": "synonyms for equanimous", "clues": [["collected", "in full control of your faculties", "collected"], ["poised", "in full control of your faculties", "poised"], ["self-contained", "in full control of your faculties", "self-contained"], ["self-possessed", "in full control of your faculties", "self-possessed"], ["self-collected", "in full control of your faculties", "self-collected"]]}, {"answer": "equipped", "hint": "synonyms for equipped", "clues": [["fitted out", "prepared with proper equipment", "fitted out"], ["equipt", "provided or fitted out with what is necessary or useful or appropriate", "equipt"], ["furnished", "provided with whatever is necessary for a purpose (as furniture or equipment or authority)", "furnished"], ["weaponed", "carrying weapons", "weaponed"]]}, {"answer": "erose", "hint": "synonyms for erose", "clues": [["toothed", "having an irregularly notched or toothed margin as though gnawed", "toothed"], ["jaggy", "having an irregularly notched or toothed margin as though gnawed", "jaggy"], ["notched", "having an irregularly notched or toothed margin as though gnawed", "notched"], ["jagged", "having an irregularly notched or toothed margin as though gnawed", "jagged"]]}, {"answer": "erosive", "hint": "synonyms for erosive", "clues": [["caustic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "caustic"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "corrosive"], ["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "mordant"], ["vitriolic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "vitriolic"]]}, {"answer": "erratic", "hint": "synonyms for erratic", "clues": [["fickle", "liable to sudden unpredictable change", "fickle"], ["quicksilver", "liable to sudden unpredictable change", "quicksilver"], ["mercurial", "liable to sudden unpredictable change", "mercurial"], ["temperamental", "likely to perform unpredictably; ; ; - Osbert Lancaster", "temperamental"], ["planetary", "having no fixed course", "planetary"], ["wandering", "having no fixed course", "wandering"]]}, {"answer": "erstwhile", "hint": "synonyms for erstwhile", "clues": [["quondam", "belonging to some prior time", "quondam"], ["former", "belonging to some prior time", "former"], ["one-time", "belonging to some prior time", "one-time"], ["sometime", "belonging to some prior time", "sometime"], ["old", "belonging to some prior time", "old"]]}, {"answer": "essential", "hint": "synonyms for essential", "clues": [["of the essence", "of the greatest importance", "of the essence"], ["substantive", "defining rights and duties as opposed to giving the rules by which rights and duties are established", "substantive"], ["indispensable", "absolutely necessary; vitally necessary", "indispensable"], ["crucial", "of the greatest importance", "crucial"], ["all-important", "of the greatest importance", "all-important"]]}, {"answer": "established", "hint": "synonyms for established", "clues": [["effected", "settled securely and unconditionally", "effected"], ["accomplished", "settled securely and unconditionally", "accomplished"], ["naturalized", "introduced from another region and persisting without cultivation", "naturalized"], ["conventional", "conforming with accepted standards", "conventional"], ["constituted", "brought about or set up or accepted; especially long established", "constituted"]]}, {"answer": "estimable", "hint": "synonyms for estimable", "clues": [["honorable", "deserving of esteem and respect", "honorable"], ["computable", "may be computed or estimated", "computable"], ["respectable", "deserving of esteem and respect", "respectable"], ["good", "deserving of esteem and respect", "good"]]}, {"answer": "esurient", "hint": "synonyms for esurient", "clues": [["famished", "extremely hungry", "famished"], ["ravenous", "devouring or craving food in great quantities", "ravenous"], ["voracious", "devouring or craving food in great quantities", "voracious"], ["wolfish", "devouring or craving food in great quantities", "wolfish"], ["rapacious", "devouring or craving food in great quantities", "rapacious"], ["starved", "extremely hungry", "starved"], ["ravening", "devouring or craving food in great quantities", "ravening"], ["devouring", "(often followed by `for') ardently or excessively desirous", "devouring"], ["greedy", "(often followed by `for') ardently or excessively desirous", "greedy"], ["avid", "(often followed by `for') ardently or excessively desirous", "avid"], ["sharp-set", "extremely hungry", "sharp-set"], ["edacious", "devouring or craving food in great quantities", "edacious"]]}, {"answer": "etched", "hint": "synonyms for etched", "clues": [["inscribed", "cut or impressed into a surface", "inscribed"], ["graven", "cut or impressed into a surface", "graven"], ["incised", "cut or impressed into a surface", "incised"], ["engraved", "cut or impressed into a surface", "engraved"]]}, {"answer": "eternal", "hint": "synonyms for eternal", "clues": [["interminable", "tiresomely long; seemingly without end", "interminable"], ["eonian", "continuing forever or indefinitely", "eonian"], ["endless", "tiresomely long; seemingly without end", "endless"], ["unending", "continuing forever or indefinitely", "unending"], ["unceasing", "continuing forever or indefinitely", "unceasing"], ["perpetual", "continuing forever or indefinitely", "perpetual"], ["everlasting", "continuing forever or indefinitely", "everlasting"], ["ageless", "continuing forever or indefinitely", "ageless"]]}, {"answer": "ethereal", "hint": "synonyms for ethereal", "clues": [["gossamer", "characterized by unusual lightness and delicacy", "gossamer"], ["supernal", "of heaven or the spirit", "supernal"], ["aeriform", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aeriform"], ["celestial", "of heaven or the spirit", "celestial"], ["aerial", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aerial"], ["airy", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "airy"], ["aery", "characterized by lightness and insubstantiality; as impalpable or intangible as air; - Thomas Carlyle", "aery"]]}, {"answer": "ethnic", "hint": "synonyms for ethnic", "clues": [["cultural", "denoting or deriving from or distinctive of the ways of living built up by a group of people; - J.F.Kennedy", "cultural"], ["ethnical", "denoting or deriving from or distinctive of the ways of living built up by a group of people; - J.F.Kennedy", "ethnical"], ["heathenish", "not acknowledging the God of Christianity and Judaism and Islam", "heathenish"], ["heathen", "not acknowledging the God of Christianity and Judaism and Islam", "heathen"], ["pagan", "not acknowledging the God of Christianity and Judaism and Islam", "pagan"]]}, {"answer": "even", "hint": "synonyms for even", "clues": [["tied", "of the score in a contest", "tied"], ["regular", "occurring at fixed intervals", "regular"], ["level", "of the score in a contest", "level"], ["fifty-fifty", "equal in degree or extent or amount; or equally matched or balanced", "fifty-fifty"]]}, {"answer": "everlasting", "hint": "synonyms for everlasting", "clues": [["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["unending", "continuing forever or indefinitely", "unending"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"], ["eonian", "continuing forever or indefinitely", "eonian"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["unceasing", "continuing forever or indefinitely", "unceasing"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["perpetual", "continuing forever or indefinitely", "perpetual"], ["ageless", "continuing forever or indefinitely", "ageless"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["eternal", "continuing forever or indefinitely", "eternal"]]}, {"answer": "everyday", "hint": "synonyms for everyday", "clues": [["daily", "appropriate for ordinary or routine occasions", "daily"], ["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant", "quotidian"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant", "routine"], ["casual", "appropriate for ordinary or routine occasions", "casual"], ["mundane", "found in the ordinary course of events; ; ; - Anita Diamant", "mundane"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant", "unremarkable"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant", "workaday"]]}, {"answer": "evident", "hint": "synonyms for evident", "clues": [["patent", "clearly revealed to the mind or the senses or judgment", "patent"], ["discernible", "capable of being seen or noticed", "discernible"], ["apparent", "clearly revealed to the mind or the senses or judgment", "apparent"], ["unmistakable", "clearly revealed to the mind or the senses or judgment", "unmistakable"], ["plain", "clearly revealed to the mind or the senses or judgment", "plain"], ["manifest", "clearly revealed to the mind or the senses or judgment", "manifest"], ["observable", "capable of being seen or noticed", "observable"]]}, {"answer": "evil", "hint": "synonyms for evil", "clues": [["vicious", "having the nature of vice", "vicious"], ["malefic", "having or exerting a malignant influence", "malefic"], ["malign", "having or exerting a malignant influence", "malign"], ["malevolent", "having or exerting a malignant influence", "malevolent"]]}, {"answer": "evocative", "hint": "synonyms for evocative", "clues": [["resonant", "serving to bring to mind; - Wilder Hobson", "resonant"], ["remindful", "serving to bring to mind; - Wilder Hobson", "remindful"], ["redolent", "serving to bring to mind; - Wilder Hobson", "redolent"], ["reminiscent", "serving to bring to mind; - Wilder Hobson", "reminiscent"]]}, {"answer": "ex", "hint": "synonyms for ex", "clues": [["antique", "out of fashion", "antique"], ["outmoded", "out of fashion", "outmoded"], ["passee", "out of fashion", "passee"], ["demode", "out of fashion", "demode"], ["old-fashioned", "out of fashion", "old-fashioned"], ["old-hat", "out of fashion", "old-hat"]]}, {"answer": "exacting", "hint": "synonyms for exacting", "clues": [["stern", "severe and unremitting in making demands", "stern"], ["fastidious", "having complicated nutritional requirements; especially growing only in special artificial cultures", "fastidious"], ["exigent", "requiring precise accuracy", "exigent"], ["strict", "severe and unremitting in making demands", "strict"]]}, {"answer": "exaggerated", "hint": "synonyms for exaggerated", "clues": [["magnified", "enlarged to an abnormal degree", "magnified"], ["overdone", "represented as greater than is true or reasonable", "overdone"], ["enlarged", "enlarged to an abnormal degree", "enlarged"], ["overstated", "represented as greater than is true or reasonable", "overstated"]]}, {"answer": "exalted", "hint": "synonyms for exalted", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"]]}, {"answer": "exasperating", "hint": "synonyms for exasperating", "clues": [["infuriating", "extremely annoying or displeasing", "infuriating"], ["exacerbating", "making worse", "exacerbating"], ["vexing", "extremely annoying or displeasing", "vexing"], ["maddening", "extremely annoying or displeasing", "maddening"], ["aggravating", "making worse", "aggravating"]]}, {"answer": "exceeding", "hint": "synonyms for exceeding", "clues": [["exceptional", "far beyond what is usual in magnitude or degree", "exceptional"], ["prodigious", "far beyond what is usual in magnitude or degree", "prodigious"], ["surpassing", "far beyond what is usual in magnitude or degree", "surpassing"], ["olympian", "far beyond what is usual in magnitude or degree", "olympian"]]}, {"answer": "exceptional", "hint": "synonyms for exceptional", "clues": [["special", "surpassing what is common or usual or expected", "special"], ["exceeding", "far beyond what is usual in magnitude or degree", "exceeding"], ["particular", "surpassing what is common or usual or expected", "particular"], ["prodigious", "far beyond what is usual in magnitude or degree", "prodigious"], ["surpassing", "far beyond what is usual in magnitude or degree", "surpassing"], ["olympian", "far beyond what is usual in magnitude or degree", "olympian"]]}, {"answer": "excess", "hint": "synonyms for excess", "clues": [["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["redundant", "more than is needed, desired, or required", "redundant"], ["spare", "more than is needed, desired, or required", "spare"], ["surplus", "more than is needed, desired, or required", "surplus"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["extra", "more than is needed, desired, or required", "extra"]]}, {"answer": "excessive", "hint": "synonyms for excessive", "clues": [["extravagant", "unrestrained, especially with regard to feelings", "extravagant"], ["overweening", "unrestrained, especially with regard to feelings", "overweening"], ["undue", "beyond normal limits", "undue"], ["unreasonable", "beyond normal limits", "unreasonable"], ["inordinate", "beyond normal limits", "inordinate"], ["exuberant", "unrestrained, especially with regard to feelings", "exuberant"]]}, {"answer": "exchangeable", "hint": "synonyms for exchangeable", "clues": [["standardised", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "standardised"], ["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "interchangeable"], ["similar", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "similar"], ["convertible", "capable of being exchanged for or replaced by something of equal value", "convertible"]]}, {"answer": "excited", "hint": "synonyms for excited", "clues": [["frantic", "marked by uncontrolled excitement or emotion", "frantic"], ["emotional", "(of persons) excessively affected by emotion", "emotional"], ["activated", "(of e.g. a molecule) made reactive or more reactive", "activated"], ["mad", "marked by uncontrolled excitement or emotion", "mad"], ["unrestrained", "marked by uncontrolled excitement or emotion", "unrestrained"], ["worked up", "(of persons) excessively affected by emotion", "worked up"], ["delirious", "marked by uncontrolled excitement or emotion", "delirious"], ["aroused", "(of persons) excessively affected by emotion", "aroused"]]}, {"answer": "excruciating", "hint": "synonyms for excruciating", "clues": [["harrowing", "extremely painful", "harrowing"], ["agonizing", "extremely painful", "agonizing"], ["torturesome", "extremely painful", "torturesome"], ["torturing", "extremely painful", "torturing"], ["torturous", "extremely painful", "torturous"]]}, {"answer": "exculpated", "hint": "synonyms for exculpated", "clues": [["absolved", "freed from any question of guilt", "absolved"], ["clear", "freed from any question of guilt", "clear"], ["cleared", "freed from any question of guilt", "cleared"], ["vindicated", "freed from any question of guilt", "vindicated"], ["exonerated", "freed from any question of guilt", "exonerated"]]}, {"answer": "execrable", "hint": "synonyms for execrable", "clues": [["odious", "unequivocally detestable; ; ; ; - Edmund Burke", "odious"], ["abominable", "unequivocally detestable; ; ; ; - Edmund Burke", "abominable"], ["woeful", "of very poor quality or condition", "woeful"], ["deplorable", "of very poor quality or condition", "deplorable"], ["miserable", "of very poor quality or condition", "miserable"], ["damnable", "deserving a curse", "damnable"], ["detestable", "unequivocally detestable; ; ; ; - Edmund Burke", "detestable"], ["wretched", "of very poor quality or condition", "wretched"]]}, {"answer": "executable", "hint": "synonyms for executable", "clues": [["feasible", "capable of being done with means at hand and circumstances as they are", "feasible"], ["practicable", "capable of being done with means at hand and circumstances as they are", "practicable"], ["viable", "capable of being done with means at hand and circumstances as they are", "viable"], ["workable", "capable of being done with means at hand and circumstances as they are", "workable"]]}, {"answer": "exemplary", "hint": "synonyms for exemplary", "clues": [["emblematic", "being or serving as an illustration of a type", "emblematic"], ["model", "worthy of imitation", "model"], ["cautionary", "serving to warn", "cautionary"], ["monitory", "serving to warn", "monitory"], ["typic", "being or serving as an illustration of a type", "typic"], ["warning", "serving to warn", "warning"]]}, {"answer": "exhausted", "hint": "synonyms for exhausted", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"]]}, {"answer": "exigent", "hint": "synonyms for exigent", "clues": [["exacting", "requiring precise accuracy", "exacting"], ["crying", "demanding attention; ; ; - H.L.Mencken", "crying"], ["insistent", "demanding attention; ; ; - H.L.Mencken", "insistent"], ["clamant", "demanding attention; ; ; - H.L.Mencken", "clamant"], ["instant", "demanding attention; ; ; - H.L.Mencken", "instant"]]}, {"answer": "exonerated", "hint": "synonyms for exonerated", "clues": [["absolved", "freed from any question of guilt", "absolved"], ["clear", "freed from any question of guilt", "clear"], ["cleared", "freed from any question of guilt", "cleared"], ["exculpated", "freed from any question of guilt", "exculpated"], ["vindicated", "freed from any question of guilt", "vindicated"]]}, {"answer": "exorbitant", "hint": "synonyms for exorbitant", "clues": [["extortionate", "greatly exceeding bounds of reason or moderation", "extortionate"], ["unconscionable", "greatly exceeding bounds of reason or moderation", "unconscionable"], ["usurious", "greatly exceeding bounds of reason or moderation", "usurious"], ["outrageous", "greatly exceeding bounds of reason or moderation", "outrageous"], ["steep", "greatly exceeding bounds of reason or moderation", "steep"]]}, {"answer": "expectant", "hint": "synonyms for expectant", "clues": [["great", "in an advanced stage of pregnancy", "great"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["with child", "in an advanced stage of pregnancy", "with child"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["big", "in an advanced stage of pregnancy", "big"], ["large", "in an advanced stage of pregnancy", "large"], ["anticipant", "marked by eager anticipation", "anticipant"], ["anticipative", "marked by eager anticipation", "anticipative"]]}, {"answer": "expert", "hint": "synonyms for expert", "clues": [["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["technical", "of or relating to or requiring special knowledge to be understood", "technical"], ["skilful", "having or showing knowledge and skill and aptitude", "skilful"], ["good", "having or showing knowledge and skill and aptitude", "good"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"], ["adept", "having or showing knowledge and skill and aptitude", "adept"]]}, {"answer": "exploited", "hint": "synonyms for exploited", "clues": [["ill-used", "of persons; taken advantage of", "ill-used"], ["victimized", "of persons; taken advantage of", "victimized"], ["used", "of persons; taken advantage of", "used"], ["put-upon", "of persons; taken advantage of", "put-upon"]]}, {"answer": "expressionless", "hint": "synonyms for expressionless", "clues": [["unexpressive", "deliberately impassive in manner", "unexpressive"], ["poker-faced", "deliberately impassive in manner", "poker-faced"], ["deadpan", "deliberately impassive in manner", "deadpan"], ["impassive", "deliberately impassive in manner", "impassive"]]}, {"answer": "extemporaneous", "hint": "synonyms for extemporaneous", "clues": [["extemporary", "with little or no preparation or forethought", "extemporary"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["extempore", "with little or no preparation or forethought", "extempore"], ["offhand", "with little or no preparation or forethought", "offhand"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "extemporary", "hint": "synonyms for extemporary", "clues": [["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["extempore", "with little or no preparation or forethought", "extempore"], ["offhand", "with little or no preparation or forethought", "offhand"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "extempore", "hint": "synonyms for extempore", "clues": [["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["extemporary", "with little or no preparation or forethought", "extemporary"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["offhand", "with little or no preparation or forethought", "offhand"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "extended", "hint": "synonyms for extended", "clues": [["protracted", "relatively long in duration; tediously protracted", "protracted"], ["extensive", "large in spatial extent or range or scope or quantity", "extensive"], ["lengthened", "drawn out or made longer spatially", "lengthened"], ["prolonged", "drawn out or made longer spatially", "prolonged"], ["elongated", "drawn out or made longer spatially", "elongated"], ["drawn-out", "relatively long in duration; tediously protracted", "drawn-out"], ["lengthy", "relatively long in duration; tediously protracted", "lengthy"]]}, {"answer": "extensive", "hint": "synonyms for extensive", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["extended", "large in spatial extent or range or scope or quantity", "extended"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"]]}, {"answer": "extortionate", "hint": "synonyms for extortionate", "clues": [["unconscionable", "greatly exceeding bounds of reason or moderation", "unconscionable"], ["usurious", "greatly exceeding bounds of reason or moderation", "usurious"], ["outrageous", "greatly exceeding bounds of reason or moderation", "outrageous"], ["steep", "greatly exceeding bounds of reason or moderation", "steep"], ["exorbitant", "greatly exceeding bounds of reason or moderation", "exorbitant"]]}, {"answer": "extra", "hint": "synonyms for extra", "clues": [["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["redundant", "more than is needed, desired, or required", "redundant"], ["spare", "more than is needed, desired, or required", "spare"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["special", "added to a regular schedule", "special"], ["excess", "more than is needed, desired, or required", "excess"], ["surplus", "more than is needed, desired, or required", "surplus"], ["additional", "further or added", "additional"]]}, {"answer": "extraneous", "hint": "synonyms for extraneous", "clues": [["external", "coming from the outside", "external"], ["immaterial", "not pertinent to the matter under consideration", "immaterial"], ["outside", "coming from the outside", "outside"], ["orthogonal", "not pertinent to the matter under consideration", "orthogonal"], ["impertinent", "not pertinent to the matter under consideration", "impertinent"], ["foreign", "not belonging to that in which it is contained; introduced from an outside source", "foreign"]]}, {"answer": "extravagant", "hint": "synonyms for extravagant", "clues": [["overweening", "unrestrained, especially with regard to feelings", "overweening"], ["profligate", "recklessly wasteful", "profligate"], ["excessive", "unrestrained, especially with regard to feelings", "excessive"], ["prodigal", "recklessly wasteful", "prodigal"], ["exuberant", "unrestrained, especially with regard to feelings", "exuberant"], ["spendthrift", "recklessly wasteful", "spendthrift"]]}, {"answer": "extroverted", "hint": "synonyms for extroverted", "clues": [["extrovertive", "being concerned with the social and physical environment", "extrovertive"], ["extraverted", "being concerned with the social and physical environment", "extraverted"], ["forthcoming", "at ease in talking to others", "forthcoming"], ["extrospective", "not introspective; examining what is outside yourself", "extrospective"], ["outgoing", "at ease in talking to others", "outgoing"]]}, {"answer": "exuberant", "hint": "synonyms for exuberant", "clues": [["high-spirited", "joyously unrestrained", "high-spirited"], ["extravagant", "unrestrained, especially with regard to feelings", "extravagant"], ["overweening", "unrestrained, especially with regard to feelings", "overweening"], ["excessive", "unrestrained, especially with regard to feelings", "excessive"], ["luxuriant", "produced or growing in extreme abundance", "luxuriant"], ["profuse", "produced or growing in extreme abundance", "profuse"], ["riotous", "produced or growing in extreme abundance", "riotous"], ["ebullient", "joyously unrestrained", "ebullient"], ["lush", "produced or growing in extreme abundance", "lush"]]}, {"answer": "exultant", "hint": "synonyms for exultant", "clues": [["rejoicing", "joyful and proud especially because of triumph or success", "rejoicing"], ["jubilant", "joyful and proud especially because of triumph or success", "jubilant"], ["triumphal", "joyful and proud especially because of triumph or success", "triumphal"], ["triumphant", "joyful and proud especially because of triumph or success", "triumphant"], ["prideful", "joyful and proud especially because of triumph or success", "prideful"], ["exulting", "joyful and proud especially because of triumph or success", "exulting"]]}, {"answer": "exulting", "hint": "synonyms for exulting", "clues": [["rejoicing", "joyful and proud especially because of triumph or success", "rejoicing"], ["exultant", "joyful and proud especially because of triumph or success", "exultant"], ["jubilant", "joyful and proud especially because of triumph or success", "jubilant"], ["triumphal", "joyful and proud especially because of triumph or success", "triumphal"], ["triumphant", "joyful and proud especially because of triumph or success", "triumphant"], ["prideful", "joyful and proud especially because of triumph or success", "prideful"]]}, {"answer": "facile", "hint": "synonyms for facile", "clues": [["fluent", "expressing yourself readily, clearly, effectively", "fluent"], ["silver-tongued", "expressing yourself readily, clearly, effectively", "silver-tongued"], ["smooth-spoken", "expressing yourself readily, clearly, effectively", "smooth-spoken"], ["eloquent", "expressing yourself readily, clearly, effectively", "eloquent"], ["silver", "expressing yourself readily, clearly, effectively", "silver"]]}, {"answer": "faded", "hint": "synonyms for faded", "clues": [["weakened", "reduced in strength", "weakened"], ["bleached", "having lost freshness or brilliance of color", "bleached"], ["washed-out", "having lost freshness or brilliance of color", "washed-out"], ["attenuated", "reduced in strength", "attenuated"], ["washy", "having lost freshness or brilliance of color", "washy"]]}, {"answer": "fagged", "hint": "synonyms for fagged", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"]]}, {"answer": "faineant", "hint": "synonyms for faineant", "clues": [["lazy", "disinclined to work or exertion", "lazy"], ["work-shy", "disinclined to work or exertion", "work-shy"], ["slothful", "disinclined to work or exertion", "slothful"], ["indolent", "disinclined to work or exertion", "indolent"], ["otiose", "disinclined to work or exertion", "otiose"]]}, {"answer": "faint", "hint": "synonyms for faint", "clues": [["light", "weak and likely to lose consciousness", "light"], ["dim", "lacking clarity or distinctness", "dim"], ["wispy", "lacking clarity or distinctness", "wispy"], ["light-headed", "weak and likely to lose consciousness", "light-headed"], ["swooning", "weak and likely to lose consciousness", "swooning"], ["timid", "lacking conviction or boldness or courage", "timid"], ["faint-hearted", "lacking conviction or boldness or courage", "faint-hearted"], ["shadowy", "lacking clarity or distinctness", "shadowy"], ["vague", "lacking clarity or distinctness", "vague"], ["weak", "deficient in magnitude; barely perceptible; lacking clarity or brightness or loudness etc", "weak"], ["feeble", "lacking strength or vigor", "feeble"]]}, {"answer": "fair", "hint": "synonyms for fair", "clues": [["just", "free from favoritism or self-interest or bias or deception; conforming with established standards or rules", "just"], ["sightly", "very pleasing to the eye", "sightly"], ["fairish", "not excessive or extreme", "fairish"], ["bonny", "very pleasing to the eye", "bonny"], ["comely", "very pleasing to the eye", "comely"], ["mediocre", "lacking exceptional quality or ability", "mediocre"], ["reasonable", "not excessive or extreme", "reasonable"], ["bonnie", "very pleasing to the eye", "bonnie"], ["middling", "lacking exceptional quality or ability", "middling"], ["clean", "(of a manuscript) having few alterations or corrections", "clean"], ["honest", "gained or earned without cheating or stealing", "honest"], ["average", "lacking exceptional quality or ability", "average"]]}, {"answer": "faithless", "hint": "synonyms for faithless", "clues": [["treasonous", "having the character of, or characteristic of, a traitor", "treasonous"], ["traitorous", "having the character of, or characteristic of, a traitor", "traitorous"], ["treasonable", "having the character of, or characteristic of, a traitor", "treasonable"], ["unfaithful", "having the character of, or characteristic of, a traitor", "unfaithful"]]}, {"answer": "fake", "hint": "synonyms for fake", "clues": [["simulated", "not genuine or real; being an imitation of the genuine article", "simulated"], ["phoney", "fraudulent; having a misleading appearance", "phoney"], ["bogus", "fraudulent; having a misleading appearance", "bogus"], ["bastard", "fraudulent; having a misleading appearance", "bastard"], ["imitation", "not genuine or real; being an imitation of the genuine article", "imitation"], ["faux", "not genuine or real; being an imitation of the genuine article", "faux"], ["false", "not genuine or real; being an imitation of the genuine article", "false"]]}, {"answer": "fall-blooming", "hint": "synonyms for fall-blooming", "clues": [["autumn-flowering", "of plants that bloom during the autumn", "autumn-flowering"], ["late-blooming", "of plants that bloom during the autumn", "late-blooming"], ["late-flowering", "of plants that bloom during the autumn", "late-flowering"], ["fall-flowering", "of plants that bloom during the autumn", "fall-flowering"], ["autumn-blooming", "of plants that bloom during the autumn", "autumn-blooming"]]}, {"answer": "fall-flowering", "hint": "synonyms for fall-flowering", "clues": [["autumn-flowering", "of plants that bloom during the autumn", "autumn-flowering"], ["late-blooming", "of plants that bloom during the autumn", "late-blooming"], ["late-flowering", "of plants that bloom during the autumn", "late-flowering"], ["autumn-blooming", "of plants that bloom during the autumn", "autumn-blooming"], ["fall-blooming", "of plants that bloom during the autumn", "fall-blooming"]]}, {"answer": "false", "hint": "synonyms for false", "clues": [["pretended", "adopted in order to deceive", "pretended"], ["simulated", "not genuine or real; being an imitation of the genuine article", "simulated"], ["off-key", "inaccurate in pitch", "off-key"], ["assumed", "adopted in order to deceive", "assumed"], ["untrue", "(used especially of persons) not dependable in devotion or affection; unfaithful", "untrue"], ["put on", "adopted in order to deceive", "put on"], ["fictitious", "adopted in order to deceive", "fictitious"], ["fictive", "adopted in order to deceive", "fictive"], ["fake", "not genuine or real; being an imitation of the genuine article", "fake"], ["sham", "adopted in order to deceive", "sham"], ["delusive", "inappropriate to reality or facts", "delusive"], ["mistaken", "arising from error", "mistaken"], ["imitation", "not genuine or real; being an imitation of the genuine article", "imitation"], ["faux", "not genuine or real; being an imitation of the genuine article", "faux"], ["sour", "inaccurate in pitch", "sour"]]}, {"answer": "famed", "hint": "synonyms for famed", "clues": [["notable", "widely known and esteemed", "notable"], ["far-famed", "widely known and esteemed", "far-famed"], ["renowned", "widely known and esteemed", "renowned"], ["famous", "widely known and esteemed", "famous"], ["noted", "widely known and esteemed", "noted"], ["celebrated", "widely known and esteemed", "celebrated"], ["illustrious", "widely known and esteemed", "illustrious"]]}, {"answer": "familial", "hint": "synonyms for familial", "clues": [["hereditary", "occurring among members of a family usually by heredity", "hereditary"], ["genetic", "occurring among members of a family usually by heredity", "genetic"], ["transmissible", "occurring among members of a family usually by heredity", "transmissible"], ["transmitted", "occurring among members of a family usually by heredity", "transmitted"], ["inherited", "occurring among members of a family usually by heredity", "inherited"]]}, {"answer": "famished", "hint": "synonyms for famished", "clues": [["ravenous", "extremely hungry", "ravenous"], ["sharp-set", "extremely hungry", "sharp-set"], ["starved", "extremely hungry", "starved"], ["esurient", "extremely hungry", "esurient"]]}, {"answer": "famous", "hint": "synonyms for famous", "clues": [["notable", "widely known and esteemed", "notable"], ["far-famed", "widely known and esteemed", "far-famed"], ["renowned", "widely known and esteemed", "renowned"], ["famed", "widely known and esteemed", "famed"], ["noted", "widely known and esteemed", "noted"], ["celebrated", "widely known and esteemed", "celebrated"], ["illustrious", "widely known and esteemed", "illustrious"]]}, {"answer": "fantastic", "hint": "synonyms for fantastic", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["fantastical", "existing in fancy only; - Nathaniel Hawthorne", "fantastical"], ["antic", "ludicrously odd", "antic"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["grotesque", "ludicrously odd", "grotesque"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"], ["wild", "fanciful and unrealistic; foolish", "wild"]]}, {"answer": "far-famed", "hint": "synonyms for far-famed", "clues": [["notable", "widely known and esteemed", "notable"], ["famous", "widely known and esteemed", "famous"], ["renowned", "widely known and esteemed", "renowned"], ["famed", "widely known and esteemed", "famed"], ["noted", "widely known and esteemed", "noted"], ["celebrated", "widely known and esteemed", "celebrated"], ["illustrious", "widely known and esteemed", "illustrious"]]}, {"answer": "far-out", "hint": "synonyms for far-out", "clues": [["offbeat", "informal terms; strikingly unconventional", "offbeat"], ["way-out", "informal terms; strikingly unconventional", "way-out"], ["quirky", "informal terms; strikingly unconventional", "quirky"], ["kinky", "informal terms; strikingly unconventional", "kinky"]]}, {"answer": "farinaceous", "hint": "synonyms for farinaceous", "clues": [["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency", "coarse-grained"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency", "grainy"], ["amyloid", "resembling starch", "amyloid"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency", "mealy"], ["starchlike", "resembling starch", "starchlike"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency", "granulose"], ["amylaceous", "resembling starch", "amylaceous"], ["granular", "composed of or covered with particles resembling meal in texture or consistency", "granular"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency", "gritty"]]}, {"answer": "farseeing", "hint": "synonyms for farseeing", "clues": [["eagle-eyed", "capable of seeing to a great distance", "eagle-eyed"], ["prospicient", "planning prudently for the future", "prospicient"], ["foresighted", "planning prudently for the future", "foresighted"], ["keen-sighted", "capable of seeing to a great distance", "keen-sighted"], ["long", "planning prudently for the future", "long"], ["longsighted", "planning prudently for the future", "longsighted"], ["foresightful", "planning prudently for the future", "foresightful"]]}, {"answer": "farsighted", "hint": "synonyms for farsighted", "clues": [["foresighted", "planning prudently for the future", "foresighted"], ["long", "planning prudently for the future", "long"], ["longsighted", "planning prudently for the future", "longsighted"], ["foresightful", "planning prudently for the future", "foresightful"], ["presbyopic", "able to see distant objects clearly", "presbyopic"], ["prospicient", "planning prudently for the future", "prospicient"], ["farseeing", "planning prudently for the future", "farseeing"]]}, {"answer": "farthermost", "hint": "synonyms for farthermost", "clues": [["furthermost", "(comparatives of `far') most remote in space or time or order", "furthermost"], ["farthest", "(comparatives of `far') most remote in space or time or order", "farthest"], ["uttermost", "(comparatives of `far') most remote in space or time or order", "uttermost"], ["utmost", "(comparatives of `far') most remote in space or time or order", "utmost"]]}, {"answer": "farthest", "hint": "synonyms for farthest", "clues": [["furthermost", "(comparatives of `far') most remote in space or time or order", "furthermost"], ["furthest", "(comparatives of `far') most remote in space or time or order", "furthest"], ["uttermost", "(comparatives of `far') most remote in space or time or order", "uttermost"], ["utmost", "(comparatives of `far') most remote in space or time or order", "utmost"]]}, {"answer": "fascinated", "hint": "synonyms for fascinated", "clues": [["spell-bound", "having your attention fixated as though by a spell", "spell-bound"], ["hypnotized", "having your attention fixated as though by a spell", "hypnotized"], ["mesmerised", "having your attention fixated as though by a spell", "mesmerised"], ["transfixed", "having your attention fixated as though by a spell", "transfixed"]]}, {"answer": "fascinating", "hint": "synonyms for fascinating", "clues": [["bewitching", "capturing interest as if by a spell", "bewitching"], ["engrossing", "capable of arousing and holding the attention", "engrossing"], ["absorbing", "capable of arousing and holding the attention", "absorbing"], ["entrancing", "capturing interest as if by a spell", "entrancing"], ["enthralling", "capturing interest as if by a spell", "enthralling"], ["captivating", "capturing interest as if by a spell", "captivating"], ["enchanting", "capturing interest as if by a spell", "enchanting"], ["gripping", "capable of arousing and holding the attention", "gripping"], ["riveting", "capable of arousing and holding the attention", "riveting"]]}, {"answer": "fast", "hint": "synonyms for fast", "clues": [["flying", "hurried and brief", "flying"], ["immobile", "securely fixed in place", "immobile"], ["riotous", "unrestrained by convention or morality", "riotous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "loyal"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["firm", "securely fixed in place", "firm"], ["debauched", "unrestrained by convention or morality", "debauched"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "truehearted"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"], ["quick", "hurried and brief", "quick"]]}, {"answer": "fat", "hint": "synonyms for fat", "clues": [["fatty", "containing or composed of fat", "fatty"], ["juicy", "lucrative", "juicy"], ["rich", "marked by great fruitfulness", "rich"], ["productive", "marked by great fruitfulness", "productive"], ["fertile", "marked by great fruitfulness", "fertile"]]}, {"answer": "fatal", "hint": "synonyms for fatal", "clues": [["fateful", "controlled or decreed by fate; predetermined", "fateful"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "calamitous"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "black"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "disastrous"]]}, {"answer": "fateful", "hint": "synonyms for fateful", "clues": [["foreboding", "ominously prophetic", "foreboding"], ["fatal", "controlled or decreed by fate; predetermined", "fatal"], ["portentous", "ominously prophetic", "portentous"], ["calamitous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "calamitous"], ["black", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "black"], ["disastrous", "(of events) having extremely unfortunate or dire consequences; bringing ruin; ; ; ; - Charles Darwin; - Douglas MacArthur", "disastrous"]]}, {"answer": "fatheaded", "hint": "synonyms for fatheaded", "clues": [["thick", "(used informally) stupid", "thick"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["duncical", "(used informally) stupid", "duncical"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "fatigued", "hint": "synonyms for fatigued", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"]]}, {"answer": "fatuous", "hint": "synonyms for fatuous", "clues": [["asinine", "devoid of intelligence", "asinine"], ["vacuous", "devoid of intelligence", "vacuous"], ["mindless", "devoid of intelligence", "mindless"], ["inane", "devoid of intelligence", "inane"]]}, {"answer": "faux", "hint": "synonyms for faux", "clues": [["fake", "not genuine or real; being an imitation of the genuine article", "fake"], ["simulated", "not genuine or real; being an imitation of the genuine article", "simulated"], ["false", "not genuine or real; being an imitation of the genuine article", "false"], ["imitation", "not genuine or real; being an imitation of the genuine article", "imitation"]]}, {"answer": "faveolate", "hint": "synonyms for faveolate", "clues": [["alveolate", "pitted with cell-like cavities (as a honeycomb)", "alveolate"], ["honeycombed", "pitted with cell-like cavities (as a honeycomb)", "honeycombed"], ["cavitied", "pitted with cell-like cavities (as a honeycomb)", "cavitied"], ["pitted", "pitted with cell-like cavities (as a honeycomb)", "pitted"]]}, {"answer": "favorable", "hint": "synonyms for favorable", "clues": [["friendly", "inclined to help or support; not antagonistic or hostile", "friendly"], ["golden", "presaging or likely to bring good luck", "golden"], ["favourable", "presaging or likely to bring good luck", "favourable"], ["lucky", "presaging or likely to bring good luck", "lucky"], ["well-disposed", "inclined to help or support; not antagonistic or hostile", "well-disposed"], ["prosperous", "presaging or likely to bring good luck", "prosperous"]]}, {"answer": "favored", "hint": "synonyms for favored", "clues": [["best-loved", "preferred above all others and treated with partiality", "best-loved"], ["favorite", "preferred above all others and treated with partiality", "favorite"], ["pet", "preferred above all others and treated with partiality", "pet"], ["preferred", "preferred above all others and treated with partiality", "preferred"], ["preferent", "preferred above all others and treated with partiality", "preferent"]]}, {"answer": "favorite", "hint": "synonyms for favorite", "clues": [["best-loved", "preferred above all others and treated with partiality", "best-loved"], ["pet", "preferred above all others and treated with partiality", "pet"], ["preferred", "preferred above all others and treated with partiality", "preferred"], ["favourite", "appealing to the general public", "favourite"], ["favored", "preferred above all others and treated with partiality", "favored"], ["preferent", "preferred above all others and treated with partiality", "preferent"]]}, {"answer": "favourable", "hint": "synonyms for favourable", "clues": [["lucky", "presaging or likely to bring good luck", "lucky"], ["favorable", "(of winds or weather) tending to promote or facilitate", "favorable"], ["golden", "presaging or likely to bring good luck", "golden"], ["prosperous", "presaging or likely to bring good luck", "prosperous"]]}, {"answer": "favourite", "hint": "synonyms for favourite", "clues": [["best-loved", "preferred above all others and treated with partiality", "best-loved"], ["favorite", "preferred above all others and treated with partiality", "favorite"], ["preferent", "preferred above all others and treated with partiality", "preferent"], ["pet", "preferred above all others and treated with partiality", "pet"], ["preferred", "preferred above all others and treated with partiality", "preferred"], ["favored", "preferred above all others and treated with partiality", "favored"]]}, {"answer": "fawning", "hint": "synonyms for fawning", "clues": [["obsequious", "attempting to win favor from influential people by flattery", "obsequious"], ["sycophantic", "attempting to win favor from influential people by flattery", "sycophantic"], ["toadyish", "attempting to win favor from influential people by flattery", "toadyish"], ["bootlicking", "attempting to win favor from influential people by flattery", "bootlicking"]]}, {"answer": "fearful", "hint": "synonyms for fearful", "clues": [["terrible", "causing fear or dread or terror", "terrible"], ["cowardly", "lacking courage; ignobly timid and faint-hearted; - P.B.Shelley", "cowardly"], ["dire", "causing fear or dread or terror", "dire"], ["trepid", "timid by nature or revealing timidity", "trepid"], ["direful", "causing fear or dread or terror", "direful"], ["frightful", "extremely distressing", "frightful"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["timorous", "timid by nature or revealing timidity", "timorous"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "fearless", "hint": "synonyms for fearless", "clues": [["intrepid", "invulnerable to fear or intimidation", "intrepid"], ["unafraid", "oblivious of dangers or perils or calmly resolute in facing them", "unafraid"], ["hardy", "invulnerable to fear or intimidation", "hardy"], ["dauntless", "invulnerable to fear or intimidation", "dauntless"], ["audacious", "invulnerable to fear or intimidation", "audacious"], ["unfearing", "invulnerable to fear or intimidation", "unfearing"], ["brave", "invulnerable to fear or intimidation", "brave"]]}, {"answer": "fearsome", "hint": "synonyms for fearsome", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["direful", "causing fear or dread or terror", "direful"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "feasible", "hint": "synonyms for feasible", "clues": [["practicable", "capable of being done with means at hand and circumstances as they are", "practicable"], ["viable", "capable of being done with means at hand and circumstances as they are", "viable"], ["executable", "capable of being done with means at hand and circumstances as they are", "executable"], ["workable", "capable of being done with means at hand and circumstances as they are", "workable"]]}, {"answer": "featherbrained", "hint": "synonyms for featherbrained", "clues": [["dizzy", "lacking seriousness; given to frivolity", "dizzy"], ["light-headed", "lacking seriousness; given to frivolity", "light-headed"], ["silly", "lacking seriousness; given to frivolity", "silly"], ["empty-headed", "lacking seriousness; given to frivolity", "empty-headed"], ["giddy", "lacking seriousness; given to frivolity", "giddy"], ["airheaded", "lacking seriousness; given to frivolity", "airheaded"]]}, {"answer": "fed_up", "hint": "synonyms for fed up", "clues": [["tired of", "having a strong distaste from surfeit", "tired of"], ["sick", "having a strong distaste from surfeit", "sick"], ["sick of", "having a strong distaste from surfeit", "sick of"], ["disgusted", "having a strong distaste from surfeit", "disgusted"]]}, {"answer": "feeble", "hint": "synonyms for feeble", "clues": [["weakly", "lacking bodily or muscular strength or vitality", "weakly"], ["decrepit", "lacking bodily or muscular strength or vitality", "decrepit"], ["infirm", "lacking bodily or muscular strength or vitality", "infirm"], ["rickety", "lacking bodily or muscular strength or vitality", "rickety"], ["faint", "lacking strength or vigor", "faint"], ["sapless", "lacking bodily or muscular strength or vitality", "sapless"], ["nerveless", "lacking strength; - Nathaniel Hawthorne", "nerveless"], ["debile", "lacking bodily or muscular strength or vitality", "debile"], ["lame", "pathetically lacking in force or effectiveness", "lame"]]}, {"answer": "feisty", "hint": "synonyms for feisty", "clues": [["spunky", "showing courage", "spunky"], ["huffy", "quick to take offense", "huffy"], ["thin-skinned", "quick to take offense", "thin-skinned"], ["plucky", "showing courage", "plucky"], ["touchy", "quick to take offense", "touchy"]]}, {"answer": "fell", "hint": "synonyms for fell", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering", "savage"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering", "barbarous"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering", "cruel"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering", "vicious"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering", "roughshod"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering", "brutal"]]}, {"answer": "fertile", "hint": "synonyms for fertile", "clues": [["prolific", "bearing in abundance especially offspring", "prolific"], ["rich", "marked by great fruitfulness", "rich"], ["productive", "marked by great fruitfulness", "productive"], ["fecund", "intellectually productive", "fecund"], ["fat", "marked by great fruitfulness", "fat"]]}, {"answer": "fervent", "hint": "synonyms for fervent", "clues": [["fervid", "extremely hot; - Nathaniel Hawthorne; - Frances Trollope", "fervid"], ["fiery", "characterized by intense emotion", "fiery"], ["impassioned", "characterized by intense emotion", "impassioned"], ["perfervid", "characterized by intense emotion", "perfervid"], ["ardent", "characterized by intense emotion", "ardent"], ["torrid", "characterized by intense emotion", "torrid"]]}, {"answer": "fervid", "hint": "synonyms for fervid", "clues": [["fiery", "characterized by intense emotion", "fiery"], ["impassioned", "characterized by intense emotion", "impassioned"], ["perfervid", "characterized by intense emotion", "perfervid"], ["ardent", "characterized by intense emotion", "ardent"], ["fervent", "extremely hot; - Nathaniel Hawthorne; - Frances Trollope", "fervent"], ["torrid", "characterized by intense emotion", "torrid"]]}, {"answer": "fetid", "hint": "synonyms for fetid", "clues": [["smelly", "offensively malodorous", "smelly"], ["stinking", "offensively malodorous", "stinking"], ["noisome", "offensively malodorous", "noisome"], ["ill-scented", "offensively malodorous", "ill-scented"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["funky", "offensively malodorous", "funky"], ["foetid", "offensively malodorous", "foetid"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "fibrous", "hint": "synonyms for fibrous", "clues": [["stringy", "(of meat) full of sinews; especially impossible to chew", "stringy"], ["hempen", "having or resembling fibers especially fibers used in making cordage such as those of jute", "hempen"], ["sinewy", "(of meat) full of sinews; especially impossible to chew", "sinewy"], ["unchewable", "(of meat) full of sinews; especially impossible to chew", "unchewable"]]}, {"answer": "fickle", "hint": "synonyms for fickle", "clues": [["mercurial", "liable to sudden unpredictable change", "mercurial"], ["erratic", "liable to sudden unpredictable change", "erratic"], ["quicksilver", "liable to sudden unpredictable change", "quicksilver"], ["volatile", "marked by erratic changeableness in affections or attachments", "volatile"]]}, {"answer": "fictitious", "hint": "synonyms for fictitious", "clues": [["pretended", "adopted in order to deceive", "pretended"], ["assumed", "adopted in order to deceive", "assumed"], ["put on", "adopted in order to deceive", "put on"], ["sham", "adopted in order to deceive", "sham"], ["fictive", "adopted in order to deceive", "fictive"], ["fabricated", "formed or conceived by the imagination", "fabricated"], ["fancied", "formed or conceived by the imagination", "fancied"], ["fictional", "formed or conceived by the imagination", "fictional"], ["false", "adopted in order to deceive", "false"]]}, {"answer": "fictive", "hint": "synonyms for fictive", "clues": [["pretended", "adopted in order to deceive", "pretended"], ["sham", "adopted in order to deceive", "sham"], ["assumed", "adopted in order to deceive", "assumed"], ["false", "adopted in order to deceive", "false"], ["put on", "adopted in order to deceive", "put on"], ["fictitious", "adopted in order to deceive", "fictitious"]]}, {"answer": "fiddling", "hint": "synonyms for fiddling", "clues": [["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["picayune", "(informal) small and of little importance", "picayune"], ["piddling", "(informal) small and of little importance", "piddling"], ["piffling", "(informal) small and of little importance", "piffling"], ["trivial", "(informal) small and of little importance", "trivial"]]}, {"answer": "fiendish", "hint": "synonyms for fiendish", "clues": [["diabolic", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolic"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell", "demonic"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell", "hellish"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell", "satanic"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell", "infernal"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell", "unholy"]]}, {"answer": "fierce", "hint": "synonyms for fierce", "clues": [["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "violent"], ["rough", "violently agitated and turbulent; ; - Ezra Pound", "rough"], ["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "vehement"], ["furious", "marked by extreme and violent energy", "furious"], ["savage", "marked by extreme and violent energy", "savage"], ["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "tearing"], ["boisterous", "violently agitated and turbulent; ; - Ezra Pound", "boisterous"], ["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "trigger-happy"], ["ferocious", "marked by extreme and violent energy", "ferocious"], ["cutthroat", "ruthless in competition", "cutthroat"], ["bowelless", "ruthless in competition", "bowelless"]]}, {"answer": "fiery", "hint": "synonyms for fiery", "clues": [["igneous", "like or suggestive of fire", "igneous"], ["impassioned", "characterized by intense emotion", "impassioned"], ["perfervid", "characterized by intense emotion", "perfervid"], ["ardent", "characterized by intense emotion", "ardent"], ["torrid", "characterized by intense emotion", "torrid"], ["fervid", "characterized by intense emotion", "fervid"], ["fervent", "characterized by intense emotion", "fervent"], ["flaming", "very intense", "flaming"]]}, {"answer": "filamentlike", "hint": "synonyms for filamentlike", "clues": [["filamentous", "thin in diameter; resembling a thread", "filamentous"], ["filiform", "thin in diameter; resembling a thread", "filiform"], ["threadlike", "thin in diameter; resembling a thread", "threadlike"], ["thready", "thin in diameter; resembling a thread", "thready"]]}, {"answer": "filamentous", "hint": "synonyms for filamentous", "clues": [["filiform", "thin in diameter; resembling a thread", "filiform"], ["threadlike", "thin in diameter; resembling a thread", "threadlike"], ["thready", "thin in diameter; resembling a thread", "thready"], ["filamentlike", "thin in diameter; resembling a thread", "filamentlike"]]}, {"answer": "filiform", "hint": "synonyms for filiform", "clues": [["filamentous", "thin in diameter; resembling a thread", "filamentous"], ["threadlike", "thin in diameter; resembling a thread", "threadlike"], ["thready", "thin in diameter; resembling a thread", "thready"], ["filamentlike", "thin in diameter; resembling a thread", "filamentlike"]]}, {"answer": "filmy", "hint": "synonyms for filmy", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["transparent", "so thin as to transmit light", "transparent"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["see-through", "so thin as to transmit light", "see-through"]]}, {"answer": "filthy", "hint": "synonyms for filthy", "clues": [["nasty", "disgustingly dirty; filled or smeared with offensive matter", "nasty"], ["smutty", "characterized by obscenity", "smutty"], ["lousy", "vile; despicable", "lousy"], ["foul", "characterized by obscenity", "foul"], ["dirty", "vile; despicable", "dirty"], ["cruddy", "characterized by obscenity", "cruddy"]]}, {"answer": "final", "hint": "synonyms for final", "clues": [["last", "conclusive in a process or progression", "last"], ["terminal", "occurring at or forming an end or termination", "terminal"], ["concluding", "occurring at or forming an end or termination", "concluding"], ["net", "conclusive in a process or progression", "net"]]}, {"answer": "fine", "hint": "synonyms for fine", "clues": [["hunky-dory", "being satisfactory or in satisfactory condition", "hunky-dory"], ["all right", "being satisfactory or in satisfactory condition", "all right"], ["ok", "being satisfactory or in satisfactory condition", "ok"], ["o.k.", "being satisfactory or in satisfactory condition", "o.k."], ["okay", "being satisfactory or in satisfactory condition", "okay"]]}, {"answer": "fine-grained", "hint": "synonyms for fine-grained", "clues": [["pulverized", "consisting of fine particles", "pulverized"], ["small-grained", "consisting of fine particles", "small-grained"], ["close-grained", "dense or compact in structure or texture, as a wood composed of small-diameter cells", "close-grained"], ["powdery", "consisting of fine particles", "powdery"], ["powdered", "consisting of fine particles", "powdered"]]}, {"answer": "fine-looking", "hint": "synonyms for fine-looking", "clues": [["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "better-looking"], ["well-favored", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "well-favored"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "good-looking"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "handsome"]]}, {"answer": "finer", "hint": "synonyms for finer", "clues": [["hunky-dory", "being satisfactory or in satisfactory condition", "hunky-dory"], ["ok", "being satisfactory or in satisfactory condition", "ok"], ["o.k.", "being satisfactory or in satisfactory condition", "o.k."], ["okay", "being satisfactory or in satisfactory condition", "okay"], ["all right", "being satisfactory or in satisfactory condition", "all right"], ["fine", "minutely precise especially in differences in meaning", "fine"]]}, {"answer": "finical", "hint": "synonyms for finical", "clues": [["fussy", "exacting especially about details", "fussy"], ["picky", "exacting especially about details", "picky"], ["finicky", "exacting especially about details", "finicky"], ["particular", "exacting especially about details", "particular"]]}, {"answer": "finicky", "hint": "synonyms for finicky", "clues": [["finical", "exacting especially about details", "finical"], ["picky", "exacting especially about details", "picky"], ["particular", "exacting especially about details", "particular"], ["fussy", "exacting especially about details", "fussy"]]}, {"answer": "fired", "hint": "synonyms for fired", "clues": [["pink-slipped", "having lost your job", "pink-slipped"], ["discharged", "having lost your job", "discharged"], ["dismissed", "having lost your job", "dismissed"], ["laid-off", "having lost your job", "laid-off"]]}, {"answer": "firm", "hint": "synonyms for firm", "clues": [["immobile", "securely fixed in place", "immobile"], ["fast", "securely fixed in place", "fast"], ["unfaltering", "marked by firm determination or resolution; not shakable", "unfaltering"], ["unwavering", "marked by firm determination or resolution; not shakable", "unwavering"], ["unbendable", "marked by firm determination or resolution; not shakable", "unbendable"], ["unshakable", "marked by firm determination or resolution; not shakable", "unshakable"], ["solid", "not soft or yielding to pressure", "solid"], ["steady", "not liable to fluctuate or especially to fall", "steady"], ["unfluctuating", "not liable to fluctuate or especially to fall", "unfluctuating"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "loyal"], ["stiff", "marked by firm determination or resolution; not shakable", "stiff"], ["strong", "strong and sure", "strong"], ["steadfast", "marked by firm determination or resolution; not shakable", "steadfast"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "truehearted"]]}, {"answer": "first", "hint": "synonyms for first", "clues": [["foremost", "ranking above all others", "foremost"], ["initiatory", "serving to set in motion", "initiatory"], ["initiative", "serving to set in motion", "initiative"], ["maiden", "serving to set in motion", "maiden"], ["inaugural", "serving to set in motion", "inaugural"], ["world-class", "ranking above all others", "world-class"], ["1st", "indicating the beginning unit in a series", "1st"], ["beginning", "serving to begin", "beginning"]]}, {"answer": "first-rate", "hint": "synonyms for first-rate", "clues": [["ace", "of the highest quality", "ace"], ["topnotch", "of the highest quality", "topnotch"], ["super", "of the highest quality", "super"], ["crack", "of the highest quality", "crack"], ["tops", "of the highest quality", "tops"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "fishy", "hint": "synonyms for fishy", "clues": [["funny", "not as expected", "funny"], ["suspect", "not as expected", "suspect"], ["shady", "not as expected", "shady"], ["suspicious", "not as expected", "suspicious"]]}, {"answer": "fitter", "hint": "synonyms for fitter", "clues": [["fit", "meeting adequate standards for a purpose", "fit"], ["primed", "(usually followed by `to' or `for') on the point of or strongly disposed", "primed"], ["healthier", "improved in health or physical condition", "healthier"], ["set", "(usually followed by `to' or `for') on the point of or strongly disposed", "set"]]}, {"answer": "flabbergasted", "hint": "synonyms for flabbergasted", "clues": [["dumbstruck", "as if struck dumb with astonishment and surprise", "dumbstruck"], ["dumbstricken", "as if struck dumb with astonishment and surprise", "dumbstricken"], ["dumbfounded", "as if struck dumb with astonishment and surprise", "dumbfounded"], ["stupefied", "as if struck dumb with astonishment and surprise", "stupefied"], ["thunderstruck", "as if struck dumb with astonishment and surprise", "thunderstruck"]]}, {"answer": "flag-waving", "hint": "synonyms for flag-waving", "clues": [["ultranationalistic", "fanatically patriotic", "ultranationalistic"], ["chauvinistic", "fanatically patriotic", "chauvinistic"], ["jingoistic", "fanatically patriotic", "jingoistic"], ["superpatriotic", "fanatically patriotic", "superpatriotic"], ["nationalistic", "fanatically patriotic", "nationalistic"]]}, {"answer": "flagitious", "hint": "synonyms for flagitious", "clues": [["grievous", "shockingly brutal or cruel", "grievous"], ["atrocious", "shockingly brutal or cruel", "atrocious"], ["monstrous", "shockingly brutal or cruel", "monstrous"], ["heinous", "extremely wicked, deeply criminal", "heinous"]]}, {"answer": "flagrant", "hint": "synonyms for flagrant", "clues": [["glaring", "conspicuously and outrageously bad or reprehensible", "glaring"], ["egregious", "conspicuously and outrageously bad or reprehensible", "egregious"], ["rank", "conspicuously and outrageously bad or reprehensible", "rank"], ["crying", "conspicuously and outrageously bad or reprehensible", "crying"], ["gross", "conspicuously and outrageously bad or reprehensible", "gross"]]}, {"answer": "flakey", "hint": "synonyms for flakey", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flaky", "made of or easily forming flakes", "flaky"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "flaky", "hint": "synonyms for flaky", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["flakey", "made of or easily forming flakes", "flakey"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "flamboyant", "hint": "synonyms for flamboyant", "clues": [["aureate", "elaborately or excessively ornamented", "aureate"], ["splashy", "marked by ostentation but often tasteless", "splashy"], ["showy", "marked by ostentation but often tasteless", "showy"], ["florid", "elaborately or excessively ornamented", "florid"]]}, {"answer": "flaming", "hint": "synonyms for flaming", "clues": [["blinking", "informal intensifiers", "blinking"], ["blooming", "informal intensifiers", "blooming"], ["bloody", "informal intensifiers", "bloody"], ["crashing", "informal intensifiers", "crashing"], ["fucking", "informal intensifiers", "fucking"], ["fiery", "very intense", "fiery"], ["bally", "informal intensifiers", "bally"]]}, {"answer": "flash", "hint": "synonyms for flash", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["trashy", "tastelessly showy", "trashy"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["flashy", "tastelessly showy", "flashy"], ["gaudy", "tastelessly showy", "gaudy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "flashy", "hint": "synonyms for flashy", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["showy", "(used especially of clothes) marked by conspicuous display", "showy"], ["trashy", "tastelessly showy", "trashy"], ["jazzy", "(used especially of clothes) marked by conspicuous display", "jazzy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["sporty", "(used especially of clothes) marked by conspicuous display", "sporty"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["gaudy", "tastelessly showy", "gaudy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "flat", "hint": "synonyms for flat", "clues": [["categoric", "not modified or restricted by reservations", "categoric"], ["savorless", "lacking taste or flavor or tang", "savorless"], ["prostrate", "stretched out and lying at full length along the ground", "prostrate"], ["two-dimensional", "lacking the expected range or depth; not designed to give an illusion or depth", "two-dimensional"], ["monotonous", "sounded or spoken in a tone unvarying in pitch", "monotonous"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["plane", "having a surface without slope, tilt in which no part is higher or lower than another", "plane"], ["compressed", "flattened laterally along the whole length (e.g., certain leafstalks or flatfishes)", "compressed"], ["flavourless", "lacking taste or flavor or tang", "flavourless"], ["matte", "not reflecting light; not glossy", "matte"], ["bland", "lacking taste or flavor or tang", "bland"], ["monotone", "sounded or spoken in a tone unvarying in pitch", "monotone"], ["monotonic", "sounded or spoken in a tone unvarying in pitch", "monotonic"], ["level", "having a surface without slope, tilt in which no part is higher or lower than another", "level"], ["unconditional", "not modified or restricted by reservations", "unconditional"], ["mat", "not reflecting light; not glossy", "mat"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}, {"answer": "flavorful", "hint": "synonyms for flavorful", "clues": [["flavoursome", "full of flavor", "flavoursome"], ["saporous", "full of flavor", "saporous"], ["flavourful", "full of flavor", "flavourful"], ["flavourous", "full of flavor", "flavourous"], ["sapid", "full of flavor", "sapid"]]}, {"answer": "flavorless", "hint": "synonyms for flavorless", "clues": [["flat", "lacking taste or flavor or tang", "flat"], ["savourless", "lacking taste or flavor or tang", "savourless"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["bland", "lacking taste or flavor or tang", "bland"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}, {"answer": "flavorous", "hint": "synonyms for flavorous", "clues": [["flavoursome", "full of flavor", "flavoursome"], ["saporous", "full of flavor", "saporous"], ["flavourful", "full of flavor", "flavourful"], ["flavourous", "full of flavor", "flavourous"], ["sapid", "full of flavor", "sapid"]]}, {"answer": "flavorsome", "hint": "synonyms for flavorsome", "clues": [["flavoursome", "full of flavor", "flavoursome"], ["saporous", "full of flavor", "saporous"], ["flavourful", "full of flavor", "flavourful"], ["flavourous", "full of flavor", "flavourous"], ["sapid", "full of flavor", "sapid"]]}, {"answer": "flavourful", "hint": "synonyms for flavourful", "clues": [["flavoursome", "full of flavor", "flavoursome"], ["saporous", "full of flavor", "saporous"], ["flavourous", "full of flavor", "flavourous"], ["sapid", "full of flavor", "sapid"], ["flavorful", "full of flavor", "flavorful"]]}, {"answer": "flavourless", "hint": "synonyms for flavourless", "clues": [["flat", "lacking taste or flavor or tang", "flat"], ["savourless", "lacking taste or flavor or tang", "savourless"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["flavorless", "lacking taste or flavor or tang", "flavorless"], ["bland", "lacking taste or flavor or tang", "bland"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}, {"answer": "flavourous", "hint": "synonyms for flavourous", "clues": [["flavoursome", "full of flavor", "flavoursome"], ["saporous", "full of flavor", "saporous"], ["flavourful", "full of flavor", "flavourful"], ["sapid", "full of flavor", "sapid"], ["flavorous", "full of flavor", "flavorous"]]}, {"answer": "flavoursome", "hint": "synonyms for flavoursome", "clues": [["flavorsome", "full of flavor", "flavorsome"], ["saporous", "full of flavor", "saporous"], ["flavourful", "full of flavor", "flavourful"], ["flavourous", "full of flavor", "flavourous"], ["sapid", "full of flavor", "sapid"]]}, {"answer": "flea-bitten", "hint": "synonyms for flea-bitten", "clues": [["decrepit", "worn and broken down by hard use", "decrepit"], ["woebegone", "worn and broken down by hard use", "woebegone"], ["run-down", "worn and broken down by hard use", "run-down"], ["creaky", "worn and broken down by hard use", "creaky"], ["derelict", "worn and broken down by hard use", "derelict"]]}, {"answer": "flexible", "hint": "synonyms for flexible", "clues": [["pliable", "able to adjust readily to different conditions", "pliable"], ["pliant", "able to adjust readily to different conditions", "pliant"], ["flexile", "able to flex; able to bend easily", "flexile"], ["whippy", "bending and snapping back readily without breaking", "whippy"], ["elastic", "able to adjust readily to different conditions", "elastic"], ["compromising", "making or willing to make concessions", "compromising"], ["conciliatory", "making or willing to make concessions", "conciliatory"]]}, {"answer": "flighty", "hint": "synonyms for flighty", "clues": [["scatterbrained", "guided by whim and fancy", "scatterbrained"], ["flyaway", "guided by whim and fancy", "flyaway"], ["skittish", "unpredictably excitable (especially of horses)", "skittish"], ["spooky", "unpredictably excitable (especially of horses)", "spooky"], ["head-in-the-clouds", "guided by whim and fancy", "head-in-the-clouds"], ["nervous", "unpredictably excitable (especially of horses)", "nervous"]]}, {"answer": "flimsy", "hint": "synonyms for flimsy", "clues": [["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "slight"], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "fragile"], ["unconvincing", "not convincing", "unconvincing"], ["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "thin"], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "tenuous"]]}, {"answer": "flint", "hint": "synonyms for flint", "clues": [["flinty", "showing unfeeling resistance to tender feelings", "flinty"], ["granitic", "showing unfeeling resistance to tender feelings", "granitic"], ["obdurate", "showing unfeeling resistance to tender feelings", "obdurate"], ["stony", "showing unfeeling resistance to tender feelings", "stony"]]}, {"answer": "flinty", "hint": "synonyms for flinty", "clues": [["stony", "showing unfeeling resistance to tender feelings", "stony"], ["granitic", "showing unfeeling resistance to tender feelings", "granitic"], ["flint", "showing unfeeling resistance to tender feelings", "flint"], ["obdurate", "showing unfeeling resistance to tender feelings", "obdurate"]]}, {"answer": "floating", "hint": "synonyms for floating", "clues": [["vagrant", "continually changing especially as from one abode or occupation to another", "vagrant"], ["drifting", "continually changing especially as from one abode or occupation to another", "drifting"], ["aimless", "continually changing especially as from one abode or occupation to another", "aimless"], ["vagabond", "continually changing especially as from one abode or occupation to another", "vagabond"]]}, {"answer": "flooded", "hint": "synonyms for flooded", "clues": [["afloat", "covered with water", "afloat"], ["inundated", "covered with water", "inundated"], ["overflowing", "covered with water", "overflowing"], ["awash", "covered with water", "awash"]]}, {"answer": "florid", "hint": "synonyms for florid", "clues": [["ruddy", "inclined to a healthy reddish color often associated with outdoor life", "ruddy"], ["sanguine", "inclined to a healthy reddish color often associated with outdoor life", "sanguine"], ["rubicund", "inclined to a healthy reddish color often associated with outdoor life", "rubicund"], ["flamboyant", "elaborately or excessively ornamented", "flamboyant"], ["aureate", "elaborately or excessively ornamented", "aureate"]]}, {"answer": "flourishing", "hint": "synonyms for flourishing", "clues": [["palmy", "very lively and profitable", "palmy"], ["prospering", "very lively and profitable", "prospering"], ["thriving", "very lively and profitable", "thriving"], ["booming", "very lively and profitable", "booming"], ["prosperous", "very lively and profitable", "prosperous"], ["roaring", "very lively and profitable", "roaring"]]}, {"answer": "fluent", "hint": "synonyms for fluent", "clues": [["smooth-spoken", "expressing yourself readily, clearly, effectively", "smooth-spoken"], ["silver", "expressing yourself readily, clearly, effectively", "silver"], ["fluid", "smooth and unconstrained in movement", "fluid"], ["silver-tongued", "expressing yourself readily, clearly, effectively", "silver-tongued"], ["eloquent", "expressing yourself readily, clearly, effectively", "eloquent"], ["smooth", "smooth and unconstrained in movement", "smooth"], ["liquid", "smooth and unconstrained in movement", "liquid"], ["facile", "expressing yourself readily, clearly, effectively", "facile"]]}, {"answer": "fluid", "hint": "synonyms for fluid", "clues": [["mobile", "affording change (especially in social status)", "mobile"], ["liquid", "in cash or easily convertible to cash", "liquid"], ["unstable", "subject to change; variable", "unstable"], ["smooth", "smooth and unconstrained in movement", "smooth"], ["runny", "characteristic of a fluid; capable of flowing and easily changing shape", "runny"], ["fluent", "smooth and unconstrained in movement", "fluent"]]}, {"answer": "flush", "hint": "synonyms for flush", "clues": [["moneyed", "having an abundant supply of money or possessions of value", "moneyed"], ["affluent", "having an abundant supply of money or possessions of value", "affluent"], ["wealthy", "having an abundant supply of money or possessions of value", "wealthy"], ["loaded", "having an abundant supply of money or possessions of value", "loaded"]]}, {"answer": "flushed", "hint": "synonyms for flushed", "clues": [["rosy-cheeked", "having the pinkish flush of health", "rosy-cheeked"], ["crimson", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "crimson"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "reddened"], ["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "red-faced"], ["red", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "red"], ["rosy", "having the pinkish flush of health", "rosy"]]}, {"answer": "flyspeck", "hint": "synonyms for flyspeck", "clues": [["petite", "very small", "petite"], ["midget", "very small", "midget"], ["tiny", "very small", "tiny"], ["bantam", "very small", "bantam"], ["lilliputian", "very small", "lilliputian"], ["diminutive", "very small", "diminutive"]]}, {"answer": "foaming", "hint": "synonyms for foaming", "clues": [["foamy", "emitting or filled with bubbles as from carbonation or fermentation", "foamy"], ["frothing", "producing or covered with lathery sweat or saliva from exhaustion or disease", "frothing"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation", "bubbling"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation", "spumy"], ["frothy", "emitting or filled with bubbles as from carbonation or fermentation", "frothy"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation", "effervescing"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation", "bubbly"]]}, {"answer": "foamy", "hint": "synonyms for foamy", "clues": [["frothy", "emitting or filled with bubbles as from carbonation or fermentation", "frothy"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation", "bubbling"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation", "spumy"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation", "foaming"], ["frothing", "producing or covered with lathery sweat or saliva from exhaustion or disease", "frothing"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation", "effervescing"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation", "bubbly"]]}, {"answer": "foetid", "hint": "synonyms for foetid", "clues": [["smelly", "offensively malodorous", "smelly"], ["fetid", "offensively malodorous", "fetid"], ["stinking", "offensively malodorous", "stinking"], ["noisome", "offensively malodorous", "noisome"], ["ill-scented", "offensively malodorous", "ill-scented"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["funky", "offensively malodorous", "funky"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "foggy", "hint": "synonyms for foggy", "clues": [["blurry", "indistinct or hazy in outline", "blurry"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "dazed"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "groggy"], ["blurred", "indistinct or hazy in outline", "blurred"], ["muzzy", "indistinct or hazy in outline", "muzzy"], ["brumous", "filled or abounding with fog or mist", "brumous"], ["hazy", "filled or abounding with fog or mist", "hazy"], ["fogged", "obscured by fog", "fogged"], ["misty", "filled or abounding with fog or mist", "misty"], ["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "stuporous"], ["bleary", "indistinct or hazy in outline", "bleary"], ["fuzzy", "indistinct or hazy in outline", "fuzzy"], ["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "logy"]]}, {"answer": "fogyish", "hint": "synonyms for fogyish", "clues": [["moss-grown", "(used pejoratively) out of fashion; old fashioned", "moss-grown"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned", "stick-in-the-mud"], ["stodgy", "(used pejoratively) out of fashion; old fashioned", "stodgy"], ["mossy", "(used pejoratively) out of fashion; old fashioned", "mossy"]]}, {"answer": "foiled", "hint": "synonyms for foiled", "clues": [["disappointed", "disappointingly unsuccessful", "disappointed"], ["defeated", "disappointingly unsuccessful", "defeated"], ["discomfited", "disappointingly unsuccessful", "discomfited"], ["thwarted", "disappointingly unsuccessful", "thwarted"], ["frustrated", "disappointingly unsuccessful", "frustrated"]]}, {"answer": "fond", "hint": "synonyms for fond", "clues": [["lovesome", "having or displaying warmth or affection", "lovesome"], ["tender", "having or displaying warmth or affection", "tender"], ["adoring", "extravagantly or foolishly loving and indulgent", "adoring"], ["doting", "extravagantly or foolishly loving and indulgent", "doting"], ["partial", "(followed by `of' or `to') having a strong preference or liking for", "partial"], ["affectionate", "having or displaying warmth or affection", "affectionate"], ["warm", "having or displaying warmth or affection", "warm"]]}, {"answer": "foolish", "hint": "synonyms for foolish", "clues": [["goosy", "having or revealing stupidity", "goosy"], ["dopy", "having or revealing stupidity", "dopy"], ["jerky", "having or revealing stupidity", "jerky"], ["anserine", "having or revealing stupidity", "anserine"], ["gooselike", "having or revealing stupidity", "gooselike"]]}, {"answer": "footling", "hint": "synonyms for footling", "clues": [["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["niggling", "(informal) small and of little importance", "niggling"], ["picayune", "(informal) small and of little importance", "picayune"], ["piffling", "(informal) small and of little importance", "piffling"], ["trivial", "(informal) small and of little importance", "trivial"]]}, {"answer": "forbidden", "hint": "synonyms for forbidden", "clues": [["taboo", "excluded from use or mention", "taboo"], ["prohibited", "excluded from use or mention", "prohibited"], ["verboten", "excluded from use or mention", "verboten"], ["out", "excluded from use or mention", "out"], ["proscribed", "excluded from use or mention", "proscribed"], ["tabu", "excluded from use or mention", "tabu"]]}, {"answer": "forbidding", "hint": "synonyms for forbidding", "clues": [["grim", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie", "grim"], ["minacious", "threatening or foreshadowing evil or tragic developments", "minacious"], ["baleful", "threatening or foreshadowing evil or tragic developments", "baleful"], ["threatening", "threatening or foreshadowing evil or tragic developments", "threatening"], ["menacing", "threatening or foreshadowing evil or tragic developments", "menacing"], ["minatory", "threatening or foreshadowing evil or tragic developments", "minatory"], ["ominous", "threatening or foreshadowing evil or tragic developments", "ominous"], ["sinister", "threatening or foreshadowing evil or tragic developments", "sinister"], ["dour", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie", "dour"]]}, {"answer": "foregone", "hint": "synonyms for foregone", "clues": [["departed", "well in the past; former", "departed"], ["gone", "well in the past; former", "gone"], ["bygone", "well in the past; former", "bygone"], ["bypast", "well in the past; former", "bypast"]]}, {"answer": "foresighted", "hint": "synonyms for foresighted", "clues": [["long", "planning prudently for the future", "long"], ["longsighted", "planning prudently for the future", "longsighted"], ["foresightful", "planning prudently for the future", "foresightful"], ["prospicient", "planning prudently for the future", "prospicient"], ["farsighted", "planning prudently for the future", "farsighted"], ["farseeing", "planning prudently for the future", "farseeing"]]}, {"answer": "foresightful", "hint": "synonyms for foresightful", "clues": [["foresighted", "planning prudently for the future", "foresighted"], ["long", "planning prudently for the future", "long"], ["longsighted", "planning prudently for the future", "longsighted"], ["prospicient", "planning prudently for the future", "prospicient"], ["farseeing", "planning prudently for the future", "farseeing"]]}, {"answer": "forficate", "hint": "synonyms for forficate", "clues": [["prongy", "resembling a fork; divided or separated into two branches", "prongy"], ["forked", "resembling a fork; divided or separated into two branches", "forked"], ["branched", "resembling a fork; divided or separated into two branches", "branched"], ["biramous", "resembling a fork; divided or separated into two branches", "biramous"], ["fork-like", "resembling a fork; divided or separated into two branches", "fork-like"], ["bifurcate", "resembling a fork; divided or separated into two branches", "bifurcate"], ["pronged", "resembling a fork; divided or separated into two branches", "pronged"]]}, {"answer": "forgetful", "hint": "synonyms for forgetful", "clues": [["oblivious", "failing to keep in mind", "oblivious"], ["unmindful", "not mindful or attentive; - G.B.Shaw", "unmindful"], ["mindless", "not mindful or attentive; - G.B.Shaw", "mindless"], ["short", "(of memory) deficient in retentiveness or range", "short"], ["unretentive", "(of memory) deficient in retentiveness or range", "unretentive"]]}, {"answer": "fork-like", "hint": "synonyms for fork-like", "clues": [["prongy", "resembling a fork; divided or separated into two branches", "prongy"], ["forked", "resembling a fork; divided or separated into two branches", "forked"], ["branched", "resembling a fork; divided or separated into two branches", "branched"], ["biramous", "resembling a fork; divided or separated into two branches", "biramous"], ["forficate", "resembling a fork; divided or separated into two branches", "forficate"], ["bifurcate", "resembling a fork; divided or separated into two branches", "bifurcate"], ["pronged", "resembling a fork; divided or separated into two branches", "pronged"]]}, {"answer": "forked", "hint": "synonyms for forked", "clues": [["prongy", "resembling a fork; divided or separated into two branches", "prongy"], ["branched", "resembling a fork; divided or separated into two branches", "branched"], ["biramous", "resembling a fork; divided or separated into two branches", "biramous"], ["forficate", "resembling a fork; divided or separated into two branches", "forficate"], ["fork-like", "resembling a fork; divided or separated into two branches", "fork-like"], ["bifurcate", "resembling a fork; divided or separated into two branches", "bifurcate"], ["double", "having two meanings with intent to deceive", "double"], ["pronged", "resembling a fork; divided or separated into two branches", "pronged"]]}, {"answer": "formal", "hint": "synonyms for formal", "clues": [["conventional", "represented in simplified or symbolic form", "conventional"], ["stately", "refined or imposing in manner or appearance; befitting a royal court", "stately"], ["schematic", "represented in simplified or symbolic form", "schematic"], ["courtly", "refined or imposing in manner or appearance; befitting a royal court", "courtly"]]}, {"answer": "former", "hint": "synonyms for former", "clues": [["late", "(used especially of persons) of the immediate past", "late"], ["previous", "(used especially of persons) of the immediate past", "previous"], ["erstwhile", "belonging to some prior time", "erstwhile"], ["onetime", "belonging to some prior time", "onetime"], ["quondam", "belonging to some prior time", "quondam"], ["other", "belonging to the distant past", "other"], ["sometime", "belonging to some prior time", "sometime"], ["old", "belonging to some prior time", "old"], ["early", "belonging to the distant past", "early"]]}, {"answer": "forthcoming", "hint": "synonyms for forthcoming", "clues": [["extroverted", "at ease in talking to others", "extroverted"], ["coming", "of the relatively near future", "coming"], ["approaching", "of the relatively near future", "approaching"], ["outgoing", "at ease in talking to others", "outgoing"]]}, {"answer": "forthright", "hint": "synonyms for forthright", "clues": [["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "foul", "hint": "synonyms for foul", "clues": [["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["smutty", "characterized by obscenity", "smutty"], ["smelly", "offensively malodorous", "smelly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["afoul", "especially of a ship's lines etc", "afoul"], ["repellent", "highly offensive; arousing aversion or disgust", "repellent"], ["unsporting", "violating accepted standards or rules", "unsporting"], ["fouled", "especially of a ship's lines etc", "fouled"], ["stinking", "offensively malodorous", "stinking"], ["noisome", "offensively malodorous", "noisome"], ["ill-scented", "offensively malodorous", "ill-scented"], ["filthy", "characterized by obscenity", "filthy"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["funky", "offensively malodorous", "funky"], ["cruddy", "characterized by obscenity", "cruddy"], ["cheating", "violating accepted standards or rules", "cheating"], ["nasty", "disgustingly dirty; filled or smeared with offensive matter", "nasty"], ["unsportsmanlike", "violating accepted standards or rules", "unsportsmanlike"], ["dirty", "(of a manuscript) defaced with changes", "dirty"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["marked-up", "(of a manuscript) defaced with changes", "marked-up"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["fetid", "offensively malodorous", "fetid"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"]]}, {"answer": "foul-smelling", "hint": "synonyms for foul-smelling", "clues": [["smelly", "offensively malodorous", "smelly"], ["fetid", "offensively malodorous", "fetid"], ["stinking", "offensively malodorous", "stinking"], ["noisome", "offensively malodorous", "noisome"], ["ill-scented", "offensively malodorous", "ill-scented"], ["funky", "offensively malodorous", "funky"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "foxy", "hint": "synonyms for foxy", "clues": [["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["tricksy", "marked by skill in deception", "tricksy"], ["crafty", "marked by skill in deception", "crafty"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "fractious", "hint": "synonyms for fractious", "clues": [["refractory", "stubbornly resistant to authority or control", "refractory"], ["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["recalcitrant", "stubbornly resistant to authority or control", "recalcitrant"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "fragile", "hint": "synonyms for fragile", "clues": [["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "slight"], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "flimsy"], ["delicate", "easily broken or damaged or destroyed", "delicate"], ["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "thin"], ["frail", "easily broken or damaged or destroyed", "frail"], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "tenuous"]]}, {"answer": "frail", "hint": "synonyms for frail", "clues": [["fragile", "easily broken or damaged or destroyed", "fragile"], ["delicate", "easily broken or damaged or destroyed", "delicate"], ["weak", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings", "weak"], ["fallible", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings", "fallible"], ["imperfect", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings", "imperfect"]]}, {"answer": "frank", "hint": "synonyms for frank", "clues": [["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "frantic", "hint": "synonyms for frantic", "clues": [["phrenetic", "excessively agitated; distraught with fear or other violent emotion", "phrenetic"], ["unrestrained", "marked by uncontrolled excitement or emotion", "unrestrained"], ["frenetic", "excessively agitated; distraught with fear or other violent emotion", "frenetic"], ["excited", "marked by uncontrolled excitement or emotion", "excited"], ["mad", "marked by uncontrolled excitement or emotion", "mad"], ["delirious", "marked by uncontrolled excitement or emotion", "delirious"], ["frenzied", "excessively agitated; distraught with fear or other violent emotion", "frenzied"]]}, {"answer": "freakish", "hint": "synonyms for freakish", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["capricious", "changeable", "capricious"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "freaky", "hint": "synonyms for freaky", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "free", "hint": "synonyms for free", "clues": [["devoid", "completely wanting or lacking", "devoid"], ["detached", "not fixed in position", "detached"], ["costless", "costing nothing", "costless"], ["barren", "completely wanting or lacking", "barren"], ["innocent", "completely wanting or lacking", "innocent"], ["gratis", "costing nothing", "gratis"], ["complimentary", "costing nothing", "complimentary"], ["liberal", "not literal", "liberal"], ["destitute", "completely wanting or lacking", "destitute"], ["loose", "not literal", "loose"], ["gratuitous", "costing nothing", "gratuitous"], ["spare", "not taken up by scheduled activities", "spare"]]}, {"answer": "free-spoken", "hint": "synonyms for free-spoken", "clues": [["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "freehanded", "hint": "synonyms for freehanded", "clues": [["bountiful", "given or giving freely", "bountiful"], ["freehand", "done by hand without mechanical aids or devices", "freehand"], ["giving", "given or giving freely", "giving"], ["big", "given or giving freely", "big"], ["bighearted", "given or giving freely", "bighearted"], ["handsome", "given or giving freely", "handsome"], ["bounteous", "given or giving freely", "bounteous"], ["openhanded", "given or giving freely", "openhanded"], ["liberal", "given or giving freely", "liberal"]]}, {"answer": "freewheeling", "hint": "synonyms for freewheeling", "clues": [["carefree", "cheerfully irresponsible", "carefree"], ["devil-may-care", "cheerfully irresponsible", "devil-may-care"], ["happy-go-lucky", "cheerfully irresponsible", "happy-go-lucky"], ["harum-scarum", "cheerfully irresponsible", "harum-scarum"], ["slaphappy", "cheerfully irresponsible", "slaphappy"]]}, {"answer": "frenzied", "hint": "synonyms for frenzied", "clues": [["frenetic", "excessively agitated; distraught with fear or other violent emotion", "frenetic"], ["phrenetic", "excessively agitated; distraught with fear or other violent emotion", "phrenetic"], ["manic", "affected with or marked by frenzy or mania uncontrolled by reason; ; ; - H.W.Carter", "manic"], ["frantic", "excessively agitated; distraught with fear or other violent emotion", "frantic"]]}, {"answer": "fresh", "hint": "synonyms for fresh", "clues": [["impudent", "improperly forward or bold", "impudent"], ["invigorated", "with restored energy", "invigorated"], ["sassy", "improperly forward or bold", "sassy"], ["refreshing", "imparting vitality and energy", "refreshing"], ["bracing", "imparting vitality and energy", "bracing"], ["sweet", "not soured or preserved", "sweet"], ["impertinent", "improperly forward or bold", "impertinent"], ["wise", "improperly forward or bold", "wise"], ["smart", "improperly forward or bold", "smart"], ["clean", "free from impurities", "clean"], ["saucy", "improperly forward or bold", "saucy"], ["tonic", "imparting vitality and energy", "tonic"], ["unfermented", "not soured or preserved", "unfermented"], ["novel", "original and of a kind not seen before", "novel"], ["refreshful", "imparting vitality and energy", "refreshful"], ["overbold", "improperly forward or bold", "overbold"], ["unused", "not yet used or soiled", "unused"], ["new", "original and of a kind not seen before", "new"], ["refreshed", "with restored energy", "refreshed"], ["brisk", "imparting vitality and energy", "brisk"]]}, {"answer": "fretful", "hint": "synonyms for fretful", "clues": [["itchy", "nervous and unable to relax", "itchy"], ["fidgety", "nervous and unable to relax", "fidgety"], ["whiny", "habitually complaining", "whiny"], ["querulous", "habitually complaining", "querulous"], ["antsy", "nervous and unable to relax", "antsy"]]}, {"answer": "fricative", "hint": "synonyms for fricative", "clues": [["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "continuant"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "strident"], ["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "spirant"], ["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "sibilant"]]}, {"answer": "frightened", "hint": "synonyms for frightened", "clues": [["panicked", "thrown into a state of intense fear or desperation", "panicked"], ["terrified", "thrown into a state of intense fear or desperation", "terrified"], ["panic-stricken", "thrown into a state of intense fear or desperation", "panic-stricken"], ["scared", "made afraid", "scared"], ["panicky", "thrown into a state of intense fear or desperation", "panicky"], ["panic-struck", "thrown into a state of intense fear or desperation", "panic-struck"]]}, {"answer": "frightening", "hint": "synonyms for frightening", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["direful", "causing fear or dread or terror", "direful"], ["dread", "causing fear or dread or terror", "dread"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "frightful", "hint": "synonyms for frightful", "clues": [["tremendous", "extreme in degree or extent or amount or impact", "tremendous"], ["ugly", "provoking horror; ; ; ; - Winston Churchill", "ugly"], ["horrible", "provoking horror; ; ; ; - Winston Churchill", "horrible"], ["terrible", "extreme in degree or extent or amount or impact", "terrible"], ["awful", "extreme in degree or extent or amount or impact", "awful"], ["fearful", "extremely distressing", "fearful"], ["atrocious", "provoking horror; ; ; ; - Winston Churchill", "atrocious"], ["horrifying", "provoking horror; ; ; ; - Winston Churchill", "horrifying"]]}, {"answer": "frigid", "hint": "synonyms for frigid", "clues": [["glacial", "extremely cold", "glacial"], ["gelid", "extremely cold", "gelid"], ["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "icy"], ["cold", "sexually unresponsive", "cold"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frosty"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "wintry"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frozen"], ["arctic", "extremely cold", "arctic"], ["polar", "extremely cold", "polar"]]}, {"answer": "frizzly", "hint": "synonyms for frizzly", "clues": [["frizzy", "(of hair) in small tight curls", "frizzy"], ["crisp", "(of hair) in small tight curls", "crisp"], ["nappy", "(of hair) in small tight curls", "nappy"], ["kinky", "(of hair) in small tight curls", "kinky"]]}, {"answer": "frizzy", "hint": "synonyms for frizzy", "clues": [["frizzly", "(of hair) in small tight curls", "frizzly"], ["crisp", "(of hair) in small tight curls", "crisp"], ["nappy", "(of hair) in small tight curls", "nappy"], ["kinky", "(of hair) in small tight curls", "kinky"]]}, {"answer": "frolicky", "hint": "synonyms for frolicky", "clues": [["frolicsome", "given to merry frolicking", "frolicsome"], ["sportive", "given to merry frolicking", "sportive"], ["coltish", "given to merry frolicking", "coltish"], ["rollicking", "given to merry frolicking", "rollicking"]]}, {"answer": "frolicsome", "hint": "synonyms for frolicsome", "clues": [["rollicking", "given to merry frolicking", "rollicking"], ["sportive", "given to merry frolicking", "sportive"], ["coltish", "given to merry frolicking", "coltish"], ["frolicky", "given to merry frolicking", "frolicky"]]}, {"answer": "frosty", "hint": "synonyms for frosty", "clues": [["crisp", "pleasantly cold and invigorating", "crisp"], ["rimy", "covered with frost; ; -Wm.Faulkner", "rimy"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frozen"], ["snappy", "pleasantly cold and invigorating", "snappy"], ["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "icy"], ["nipping", "pleasantly cold and invigorating", "nipping"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frigid"], ["rimed", "covered with frost; ; -Wm.Faulkner", "rimed"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "wintry"], ["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "glacial"], ["nippy", "pleasantly cold and invigorating", "nippy"]]}, {"answer": "frothy", "hint": "synonyms for frothy", "clues": [["foamy", "emitting or filled with bubbles as from carbonation or fermentation", "foamy"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation", "bubbling"], ["effervescent", "marked by high spirits or excitement", "effervescent"], ["spumy", "emitting or filled with bubbles as from carbonation or fermentation", "spumy"], ["sparkly", "marked by high spirits or excitement", "sparkly"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation", "foaming"], ["scintillating", "marked by high spirits or excitement", "scintillating"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation", "effervescing"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation", "bubbly"]]}, {"answer": "frozen", "hint": "synonyms for frozen", "clues": [["flash-frozen", "(used of foods) preserved by freezing sufficiently rapidly to retain flavor and nutritional value", "flash-frozen"], ["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "icy"], ["fixed", "incapable of being changed or moved or undone; e.g.", "fixed"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frosty"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frigid"], ["quick-frozen", "(used of foods) preserved by freezing sufficiently rapidly to retain flavor and nutritional value", "quick-frozen"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "wintry"], ["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "glacial"], ["rooted", "absolutely still", "rooted"], ["stock-still", "absolutely still", "stock-still"]]}, {"answer": "frugal", "hint": "synonyms for frugal", "clues": [["sparing", "avoiding waste", "sparing"], ["economical", "avoiding waste", "economical"], ["stinting", "avoiding waste", "stinting"], ["scotch", "avoiding waste", "scotch"]]}, {"answer": "fruitless", "hint": "synonyms for fruitless", "clues": [["vain", "unproductive of success", "vain"], ["futile", "unproductive of success", "futile"], ["sleeveless", "unproductive of success", "sleeveless"], ["bootless", "unproductive of success", "bootless"]]}, {"answer": "fruity", "hint": "synonyms for fruity", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "frustrated", "hint": "synonyms for frustrated", "clues": [["foiled", "disappointingly unsuccessful", "foiled"], ["disappointed", "disappointingly unsuccessful", "disappointed"], ["defeated", "disappointingly unsuccessful", "defeated"], ["discomfited", "disappointingly unsuccessful", "discomfited"], ["thwarted", "disappointingly unsuccessful", "thwarted"]]}, {"answer": "fucking", "hint": "synonyms for fucking", "clues": [["blinking", "informal intensifiers", "blinking"], ["blooming", "informal intensifiers", "blooming"], ["bloody", "informal intensifiers", "bloody"], ["flaming", "informal intensifiers", "flaming"], ["crashing", "informal intensifiers", "crashing"], ["bally", "informal intensifiers", "bally"]]}, {"answer": "fuddled", "hint": "synonyms for fuddled", "clues": [["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "fugacious", "hint": "synonyms for fugacious", "clues": [["transient", "lasting a very short time", "transient"], ["short-lived", "lasting a very short time", "short-lived"], ["ephemeral", "lasting a very short time", "ephemeral"], ["passing", "lasting a very short time", "passing"], ["transitory", "lasting a very short time", "transitory"]]}, {"answer": "fulgent", "hint": "synonyms for fulgent", "clues": [["blinding", "shining intensely", "blinding"], ["blazing", "shining intensely", "blazing"], ["glary", "shining intensely", "glary"], ["dazzling", "shining intensely", "dazzling"], ["glaring", "shining intensely", "glaring"]]}, {"answer": "fulgid", "hint": "synonyms for fulgid", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "full", "hint": "synonyms for full", "clues": [["total", "complete in extent or degree and in every particular", "total"], ["entire", "constituting the full quantity or extent; complete", "entire"], ["wide", "having ample fabric", "wide"], ["good", "having the normally expected amount", "good"], ["wide-cut", "having ample fabric", "wide-cut"], ["broad", "being at a peak or culminating point", "broad"], ["replete", "filled to satisfaction with food or drink", "replete"]]}, {"answer": "full-blooded", "hint": "synonyms for full-blooded", "clues": [["full-blood", "of unmixed ancestry", "full-blood"], ["lusty", "endowed with or exhibiting great bodily or mental health", "lusty"], ["red-blooded", "endowed with or exhibiting great bodily or mental health", "red-blooded"], ["blooded", "of unmixed ancestry", "blooded"], ["hearty", "endowed with or exhibiting great bodily or mental health", "hearty"]]}, {"answer": "full-bosomed", "hint": "synonyms for full-bosomed", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "full-grown", "hint": "synonyms for full-grown", "clues": [["adult", "(of animals) fully developed", "adult"], ["grownup", "(of animals) fully developed", "grownup"], ["grown", "(of animals) fully developed", "grown"], ["fully grown", "(of animals) fully developed", "fully grown"], ["big", "(of animals) fully developed", "big"]]}, {"answer": "fully_grown", "hint": "synonyms for fully grown", "clues": [["adult", "(of animals) fully developed", "adult"], ["grownup", "(of animals) fully developed", "grownup"], ["full-grown", "(of animals) fully developed", "full-grown"], ["grown", "(of animals) fully developed", "grown"], ["big", "(of animals) fully developed", "big"]]}, {"answer": "fulsome", "hint": "synonyms for fulsome", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech", "unctuous"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech", "smarmy"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech", "oleaginous"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech", "buttery"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech", "soapy"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech", "oily"]]}, {"answer": "functional", "hint": "synonyms for functional", "clues": [["operable", "fit or ready for use or service", "operable"], ["operative", "(of e.g. a machine) performing or capable of performing", "operative"], ["usable", "fit or ready for use or service", "usable"], ["running", "(of e.g. a machine) performing or capable of performing", "running"], ["working", "(of e.g. a machine) performing or capable of performing", "working"], ["operational", "fit or ready for use or service", "operational"]]}, {"answer": "fundamental", "hint": "synonyms for fundamental", "clues": [["cardinal", "serving as an essential component", "cardinal"], ["profound", "far-reaching and thoroughgoing in effect especially on the nature of something", "profound"], ["rudimentary", "being or involving basic facts or principles", "rudimentary"], ["central", "serving as an essential component", "central"], ["key", "serving as an essential component", "key"], ["primal", "serving as an essential component", "primal"], ["underlying", "being or involving basic facts or principles", "underlying"]]}, {"answer": "funky", "hint": "synonyms for funky", "clues": [["low-down", "(of jazz) having the soulful feeling of early blues", "low-down"], ["smelly", "offensively malodorous", "smelly"], ["fetid", "offensively malodorous", "fetid"], ["stinking", "offensively malodorous", "stinking"], ["noisome", "offensively malodorous", "noisome"], ["ill-scented", "offensively malodorous", "ill-scented"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "funny", "hint": "synonyms for funny", "clues": [["rum", "beyond or deviating from the usual or expected", "rum"], ["suspect", "not as expected", "suspect"], ["odd", "beyond or deviating from the usual or expected", "odd"], ["amusing", "arousing or provoking laughter", "amusing"], ["mirthful", "arousing or provoking laughter", "mirthful"], ["laughable", "arousing or provoking laughter", "laughable"], ["rummy", "beyond or deviating from the usual or expected", "rummy"], ["risible", "arousing or provoking laughter", "risible"], ["singular", "beyond or deviating from the usual or expected", "singular"], ["shady", "not as expected", "shady"], ["fishy", "not as expected", "fishy"], ["queer", "beyond or deviating from the usual or expected", "queer"], ["peculiar", "beyond or deviating from the usual or expected", "peculiar"], ["comic", "arousing or provoking laughter", "comic"], ["comical", "arousing or provoking laughter", "comical"], ["curious", "beyond or deviating from the usual or expected", "curious"], ["suspicious", "not as expected", "suspicious"]]}, {"answer": "furious", "hint": "synonyms for furious", "clues": [["infuriated", "marked by extreme anger", "infuriated"], ["savage", "marked by extreme and violent energy", "savage"], ["wild", "(of the elements) as if showing violent anger", "wild"], ["angered", "marked by extreme anger", "angered"], ["tempestuous", "(of the elements) as if showing violent anger", "tempestuous"], ["fierce", "marked by extreme and violent energy", "fierce"], ["enraged", "marked by extreme anger", "enraged"], ["ferocious", "marked by extreme and violent energy", "ferocious"], ["angry", "(of the elements) as if showing violent anger", "angry"], ["raging", "(of the elements) as if showing violent anger", "raging"], ["maddened", "marked by extreme anger", "maddened"]]}, {"answer": "furthermost", "hint": "synonyms for furthermost", "clues": [["farthest", "(comparatives of `far') most remote in space or time or order", "farthest"], ["uttermost", "(comparatives of `far') most remote in space or time or order", "uttermost"], ["farthermost", "(comparatives of `far') most remote in space or time or order", "farthermost"], ["utmost", "(comparatives of `far') most remote in space or time or order", "utmost"]]}, {"answer": "furthest", "hint": "synonyms for furthest", "clues": [["furthermost", "(comparatives of `far') most remote in space or time or order", "furthermost"], ["farthest", "(comparatives of `far') most remote in space or time or order", "farthest"], ["uttermost", "(comparatives of `far') most remote in space or time or order", "uttermost"], ["utmost", "(comparatives of `far') most remote in space or time or order", "utmost"]]}, {"answer": "furtive", "hint": "synonyms for furtive", "clues": [["sneaky", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "sneaky"], ["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "stealthy"], ["backstair", "secret and sly or sordid; ; - A.L.Guerard", "backstair"], ["surreptitious", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "surreptitious"]]}, {"answer": "fussy", "hint": "synonyms for fussy", "clues": [["grumpy", "annoyed and irritable", "grumpy"], ["bad-tempered", "annoyed and irritable", "bad-tempered"], ["crabbed", "annoyed and irritable", "crabbed"], ["grouchy", "annoyed and irritable", "grouchy"], ["busy", "overcrowded or cluttered with detail", "busy"], ["cross", "annoyed and irritable", "cross"], ["finical", "exacting especially about details", "finical"], ["picky", "exacting especially about details", "picky"], ["finicky", "exacting especially about details", "finicky"], ["crabby", "annoyed and irritable", "crabby"], ["ill-tempered", "annoyed and irritable", "ill-tempered"], ["particular", "exacting especially about details", "particular"]]}, {"answer": "fusty", "hint": "synonyms for fusty", "clues": [["musty", "stale and unclean smelling", "musty"], ["unprogressive", "old-fashioned and out of date", "unprogressive"], ["standpat", "old-fashioned and out of date", "standpat"], ["frowsty", "stale and unclean smelling", "frowsty"]]}, {"answer": "futile", "hint": "synonyms for futile", "clues": [["bootless", "unproductive of success", "bootless"], ["otiose", "producing no result or effect", "otiose"], ["unavailing", "producing no result or effect", "unavailing"], ["fruitless", "unproductive of success", "fruitless"], ["vain", "unproductive of success", "vain"], ["sleeveless", "unproductive of success", "sleeveless"], ["ineffectual", "producing no result or effect", "ineffectual"]]}, {"answer": "fuzzy", "hint": "synonyms for fuzzy", "clues": [["muzzy", "indistinct or hazy in outline", "muzzy"], ["blurry", "indistinct or hazy in outline", "blurry"], ["bleary", "indistinct or hazy in outline", "bleary"], ["foggy", "indistinct or hazy in outline", "foggy"], ["fuzzed", "covering with fine light hairs", "fuzzed"], ["blurred", "indistinct or hazy in outline", "blurred"], ["hazy", "indistinct or hazy in outline", "hazy"]]}, {"answer": "gabby", "hint": "synonyms for gabby", "clues": [["talky", "full of trivial conversation", "talky"], ["garrulous", "full of trivial conversation", "garrulous"], ["talkative", "full of trivial conversation", "talkative"], ["loquacious", "full of trivial conversation", "loquacious"], ["chatty", "full of trivial conversation", "chatty"]]}, {"answer": "gaga", "hint": "synonyms for gaga", "clues": [["dotty", "intensely enthusiastic about or preoccupied with", "dotty"], ["doddery", "mentally or physically infirm with age", "doddery"], ["doddering", "mentally or physically infirm with age", "doddering"], ["senile", "mentally or physically infirm with age", "senile"], ["crazy", "intensely enthusiastic about or preoccupied with", "crazy"], ["wild", "intensely enthusiastic about or preoccupied with", "wild"]]}, {"answer": "gallant", "hint": "synonyms for gallant", "clues": [["knightly", "being attentive to women like an ideal knight", "knightly"], ["proud", "having or displaying great dignity or nobility", "proud"], ["lofty", "having or displaying great dignity or nobility", "lofty"], ["majestic", "having or displaying great dignity or nobility", "majestic"], ["chivalrous", "being attentive to women like an ideal knight", "chivalrous"], ["dashing", "lively and spirited", "dashing"]]}, {"answer": "galling", "hint": "synonyms for galling", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["bothersome", "causing irritation or annoyance", "bothersome"]]}, {"answer": "game", "hint": "synonyms for game", "clues": [["halt", "disabled in the feet or legs", "halt"], ["gamey", "willing to face danger", "gamey"], ["spunky", "willing to face danger", "spunky"], ["spirited", "willing to face danger", "spirited"], ["lame", "disabled in the feet or legs", "lame"], ["gimpy", "disabled in the feet or legs", "gimpy"], ["crippled", "disabled in the feet or legs", "crippled"], ["gritty", "willing to face danger", "gritty"], ["mettlesome", "willing to face danger", "mettlesome"]]}, {"answer": "gamey", "hint": "synonyms for gamey", "clues": [["gamy", "(used of the smell of meat) smelling spoiled or tainted", "gamy"], ["racy", "suggestive of sexual impropriety", "racy"], ["juicy", "suggestive of sexual impropriety", "juicy"], ["risque", "suggestive of sexual impropriety", "risque"], ["blue", "suggestive of sexual impropriety", "blue"], ["spunky", "willing to face danger", "spunky"], ["spirited", "willing to face danger", "spirited"], ["spicy", "suggestive of sexual impropriety", "spicy"], ["game", "willing to face danger", "game"], ["high", "(used of the smell of meat) smelling spoiled or tainted", "high"], ["naughty", "suggestive of sexual impropriety", "naughty"], ["gritty", "willing to face danger", "gritty"], ["mettlesome", "willing to face danger", "mettlesome"]]}, {"answer": "gamy", "hint": "synonyms for gamy", "clues": [["racy", "suggestive of sexual impropriety", "racy"], ["juicy", "suggestive of sexual impropriety", "juicy"], ["risque", "suggestive of sexual impropriety", "risque"], ["blue", "suggestive of sexual impropriety", "blue"], ["gamey", "willing to face danger", "gamey"], ["spunky", "willing to face danger", "spunky"], ["spirited", "willing to face danger", "spirited"], ["spicy", "suggestive of sexual impropriety", "spicy"], ["high", "(used of the smell of meat) smelling spoiled or tainted", "high"], ["mettlesome", "willing to face danger", "mettlesome"], ["naughty", "suggestive of sexual impropriety", "naughty"], ["gritty", "willing to face danger", "gritty"]]}, {"answer": "garbed", "hint": "synonyms for garbed", "clues": [["dressed", "dressed or clothed especially in fine attire; often used in combination", "dressed"], ["garmented", "dressed or clothed especially in fine attire; often used in combination", "garmented"], ["robed", "dressed or clothed especially in fine attire; often used in combination", "robed"], ["attired", "dressed or clothed especially in fine attire; often used in combination", "attired"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination", "habilimented"], ["appareled", "dressed or clothed especially in fine attire; often used in combination", "appareled"]]}, {"answer": "garbled", "hint": "synonyms for garbled", "clues": [["confused", "lacking orderly continuity", "confused"], ["disconnected", "lacking orderly continuity", "disconnected"], ["illogical", "lacking orderly continuity", "illogical"], ["unconnected", "lacking orderly continuity", "unconnected"], ["scattered", "lacking orderly continuity", "scattered"], ["disordered", "lacking orderly continuity", "disordered"], ["disjointed", "lacking orderly continuity", "disjointed"]]}, {"answer": "garish", "hint": "synonyms for garish", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["trashy", "tastelessly showy", "trashy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["gaudy", "tastelessly showy", "gaudy"]]}, {"answer": "garmented", "hint": "synonyms for garmented", "clues": [["dressed", "dressed or clothed especially in fine attire; often used in combination", "dressed"], ["garbed", "dressed or clothed especially in fine attire; often used in combination", "garbed"], ["robed", "dressed or clothed especially in fine attire; often used in combination", "robed"], ["attired", "dressed or clothed especially in fine attire; often used in combination", "attired"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination", "habilimented"], ["appareled", "dressed or clothed especially in fine attire; often used in combination", "appareled"]]}, {"answer": "garrulous", "hint": "synonyms for garrulous", "clues": [["talky", "full of trivial conversation", "talky"], ["gabby", "full of trivial conversation", "gabby"], ["talkative", "full of trivial conversation", "talkative"], ["loquacious", "full of trivial conversation", "loquacious"], ["chatty", "full of trivial conversation", "chatty"]]}, {"answer": "gaudy", "hint": "synonyms for gaudy", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["showy", "(used especially of clothes) marked by conspicuous display", "showy"], ["trashy", "tastelessly showy", "trashy"], ["jazzy", "(used especially of clothes) marked by conspicuous display", "jazzy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["sporty", "(used especially of clothes) marked by conspicuous display", "sporty"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "gaunt", "hint": "synonyms for gaunt", "clues": [["cadaverous", "very thin especially from disease or hunger or cold", "cadaverous"], ["skeletal", "very thin especially from disease or hunger or cold", "skeletal"], ["pinched", "very thin especially from disease or hunger or cold", "pinched"], ["bony", "very thin especially from disease or hunger or cold", "bony"], ["wasted", "very thin especially from disease or hunger or cold", "wasted"], ["haggard", "very thin especially from disease or hunger or cold", "haggard"], ["emaciated", "very thin especially from disease or hunger or cold", "emaciated"]]}, {"answer": "gauze-like", "hint": "synonyms for gauze-like", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["see-through", "so thin as to transmit light", "see-through"], ["transparent", "so thin as to transmit light", "transparent"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["filmy", "so thin as to transmit light", "filmy"]]}, {"answer": "gauzy", "hint": "synonyms for gauzy", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["see-through", "so thin as to transmit light", "see-through"], ["transparent", "so thin as to transmit light", "transparent"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["filmy", "so thin as to transmit light", "filmy"]]}, {"answer": "gawky", "hint": "synonyms for gawky", "clues": [["clumsy", "lacking grace in movement or posture", "clumsy"], ["ungainly", "lacking grace in movement or posture", "ungainly"], ["unwieldy", "lacking grace in movement or posture", "unwieldy"], ["clunky", "lacking grace in movement or posture", "clunky"]]}, {"answer": "gay", "hint": "synonyms for gay", "clues": [["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth", "mirthful"], ["jocund", "full of or showing high-spirited merriment; ; - Wordsworth", "jocund"], ["cheery", "bright and pleasant; promoting a feeling of cheer", "cheery"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth", "jolly"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth", "merry"], ["queer", "homosexual or arousing homosexual desires", "queer"], ["braw", "brightly colored and showy", "braw"], ["festive", "offering fun and gaiety", "festive"], ["festal", "offering fun and gaiety", "festal"], ["brave", "brightly colored and showy", "brave"], ["homophile", "homosexual or arousing homosexual desires", "homophile"], ["sunny", "bright and pleasant; promoting a feeling of cheer", "sunny"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth", "jovial"]]}, {"answer": "gelid", "hint": "synonyms for gelid", "clues": [["glacial", "extremely cold", "glacial"], ["frigid", "extremely cold", "frigid"], ["arctic", "extremely cold", "arctic"], ["polar", "extremely cold", "polar"], ["icy", "extremely cold", "icy"]]}, {"answer": "gemmed", "hint": "synonyms for gemmed", "clues": [["spangled", "covered with beads or jewels or sequins", "spangled"], ["sequined", "covered with beads or jewels or sequins", "sequined"], ["jewelled", "covered with beads or jewels or sequins", "jewelled"], ["beady", "covered with beads or jewels or sequins", "beady"], ["spangly", "covered with beads or jewels or sequins", "spangly"]]}, {"answer": "general", "hint": "synonyms for general", "clues": [["universal", "of worldwide scope or applicability; ; - Christopher Morley", "universal"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley", "cosmopolitan"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley", "world-wide"], ["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley", "ecumenical"]]}, {"answer": "genetic", "hint": "synonyms for genetic", "clues": [["familial", "occurring among members of a family usually by heredity", "familial"], ["hereditary", "occurring among members of a family usually by heredity", "hereditary"], ["genic", "of or relating to or produced by or being a gene", "genic"], ["genetical", "of or relating to or produced by or being a gene", "genetical"], ["transmissible", "occurring among members of a family usually by heredity", "transmissible"], ["transmitted", "occurring among members of a family usually by heredity", "transmitted"], ["inherited", "occurring among members of a family usually by heredity", "inherited"]]}, {"answer": "genial", "hint": "synonyms for genial", "clues": [["mental", "of or relating to the chin or median part of the lower jaw", "mental"], ["amiable", "diffusing warmth and friendliness", "amiable"], ["kind", "agreeable, conducive to comfort", "kind"], ["affable", "diffusing warmth and friendliness", "affable"], ["cordial", "diffusing warmth and friendliness", "cordial"]]}, {"answer": "genteel", "hint": "synonyms for genteel", "clues": [["civilized", "marked by refinement in taste and manners", "civilized"], ["polite", "marked by refinement in taste and manners", "polite"], ["cultivated", "marked by refinement in taste and manners", "cultivated"], ["cultured", "marked by refinement in taste and manners", "cultured"]]}, {"answer": "gentle", "hint": "synonyms for gentle", "clues": [["soft", "having little impact", "soft"], ["aristocratic", "belonging to or characteristic of the nobility or aristocracy", "aristocratic"], ["easy", "marked by moderate steepness", "easy"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy", "blue-blooded"], ["blue", "belonging to or characteristic of the nobility or aristocracy", "blue"], ["docile", "easily handled or managed", "docile"], ["patrician", "belonging to or characteristic of the nobility or aristocracy", "patrician"]]}, {"answer": "genuine", "hint": "synonyms for genuine", "clues": [["true", "not pretended; sincerely felt or expressed", "true"], ["literal", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "literal"], ["real", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "real"], ["unfeigned", "not pretended; sincerely felt or expressed", "unfeigned"], ["actual", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "actual"], ["echt", "not fake or counterfeit", "echt"]]}, {"answer": "gestural", "hint": "synonyms for gestural", "clues": [["sign-language", "used of the language of the deaf", "sign-language"], ["signed", "used of the language of the deaf", "signed"], ["nonverbal", "being other than verbal communication", "nonverbal"], ["sign", "used of the language of the deaf", "sign"]]}, {"answer": "ghastly", "hint": "synonyms for ghastly", "clues": [["grisly", "shockingly repellent; inspiring horror", "grisly"], ["charnel", "gruesomely indicative of death or the dead", "charnel"], ["sick", "shockingly repellent; inspiring horror", "sick"], ["macabre", "shockingly repellent; inspiring horror", "macabre"], ["sepulchral", "gruesomely indicative of death or the dead", "sepulchral"], ["grim", "shockingly repellent; inspiring horror", "grim"], ["gruesome", "shockingly repellent; inspiring horror", "gruesome"]]}, {"answer": "ghostlike", "hint": "synonyms for ghostlike", "clues": [["apparitional", "resembling or characteristic of a phantom", "apparitional"], ["phantasmal", "resembling or characteristic of a phantom", "phantasmal"], ["spectral", "resembling or characteristic of a phantom", "spectral"], ["spiritual", "resembling or characteristic of a phantom", "spiritual"], ["ghostly", "resembling or characteristic of a phantom", "ghostly"]]}, {"answer": "ghostly", "hint": "synonyms for ghostly", "clues": [["ghostlike", "resembling or characteristic of a phantom", "ghostlike"], ["apparitional", "resembling or characteristic of a phantom", "apparitional"], ["phantasmal", "resembling or characteristic of a phantom", "phantasmal"], ["spectral", "resembling or characteristic of a phantom", "spectral"], ["spiritual", "resembling or characteristic of a phantom", "spiritual"]]}, {"answer": "gibbous", "hint": "synonyms for gibbous", "clues": [["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "kyphotic"], ["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "crookbacked"], ["gibbose", "(used of the moon) more than half full", "gibbose"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "hunchbacked"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humpbacked"], ["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humped"]]}, {"answer": "gibelike", "hint": "synonyms for gibelike", "clues": [["jeering", "abusing vocally; expressing contempt or ridicule", "jeering"], ["taunting", "abusing vocally; expressing contempt or ridicule", "taunting"], ["mocking", "abusing vocally; expressing contempt or ridicule", "mocking"], ["derisive", "abusing vocally; expressing contempt or ridicule", "derisive"]]}, {"answer": "giddy", "hint": "synonyms for giddy", "clues": [["light-headed", "lacking seriousness; given to frivolity", "light-headed"], ["dizzy", "having or causing a whirling sensation; liable to falling", "dizzy"], ["airheaded", "lacking seriousness; given to frivolity", "airheaded"], ["featherbrained", "lacking seriousness; given to frivolity", "featherbrained"], ["silly", "lacking seriousness; given to frivolity", "silly"], ["empty-headed", "lacking seriousness; given to frivolity", "empty-headed"], ["woozy", "having or causing a whirling sensation; liable to falling", "woozy"], ["vertiginous", "having or causing a whirling sensation; liable to falling", "vertiginous"]]}, {"answer": "gilded", "hint": "synonyms for gilded", "clues": [["gold", "having the deep slightly brownish color of gold", "gold"], ["grand", "rich and superior in quality", "grand"], ["meretricious", "based on pretense; deceptively pleasing", "meretricious"], ["sumptuous", "rich and superior in quality", "sumptuous"], ["deluxe", "rich and superior in quality", "deluxe"], ["princely", "rich and superior in quality", "princely"], ["opulent", "rich and superior in quality", "opulent"], ["aureate", "having the deep slightly brownish color of gold", "aureate"], ["golden", "made from or covered with gold", "golden"], ["luxurious", "rich and superior in quality", "luxurious"], ["gilt", "having the deep slightly brownish color of gold", "gilt"], ["specious", "based on pretense; deceptively pleasing", "specious"]]}, {"answer": "gilt", "hint": "synonyms for gilt", "clues": [["aureate", "having the deep slightly brownish color of gold", "aureate"], ["gold", "having the deep slightly brownish color of gold", "gold"], ["gilded", "having the deep slightly brownish color of gold", "gilded"], ["golden", "having the deep slightly brownish color of gold", "golden"]]}, {"answer": "gimcrack", "hint": "synonyms for gimcrack", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["trashy", "tastelessly showy", "trashy"], ["flash", "tastelessly showy", "flash"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["gaudy", "tastelessly showy", "gaudy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "gimpy", "hint": "synonyms for gimpy", "clues": [["halt", "disabled in the feet or legs", "halt"], ["game", "disabled in the feet or legs", "game"], ["lame", "disabled in the feet or legs", "lame"], ["crippled", "disabled in the feet or legs", "crippled"]]}, {"answer": "given", "hint": "synonyms for given", "clues": [["disposed", "(usually followed by `to') naturally disposed toward", "disposed"], ["minded", "(usually followed by `to') naturally disposed toward", "minded"], ["tending", "(usually followed by `to') naturally disposed toward", "tending"], ["apt", "(usually followed by `to') naturally disposed toward", "apt"], ["granted", "acknowledged as a supposition", "granted"]]}, {"answer": "giving", "hint": "synonyms for giving", "clues": [["freehanded", "given or giving freely", "freehanded"], ["bountiful", "given or giving freely", "bountiful"], ["bighearted", "given or giving freely", "bighearted"], ["handsome", "given or giving freely", "handsome"], ["openhanded", "given or giving freely", "openhanded"], ["bounteous", "given or giving freely", "bounteous"], ["big", "given or giving freely", "big"], ["liberal", "given or giving freely", "liberal"]]}, {"answer": "glacial", "hint": "synonyms for glacial", "clues": [["gelid", "extremely cold", "gelid"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frozen"], ["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "icy"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frosty"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frigid"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "wintry"], ["arctic", "extremely cold", "arctic"], ["polar", "extremely cold", "polar"]]}, {"answer": "glaring", "hint": "synonyms for glaring", "clues": [["blinding", "shining intensely", "blinding"], ["blazing", "shining intensely", "blazing"], ["fulgent", "shining intensely", "fulgent"], ["egregious", "conspicuously and outrageously bad or reprehensible", "egregious"], ["dazzling", "shining intensely", "dazzling"], ["rank", "conspicuously and outrageously bad or reprehensible", "rank"], ["flagrant", "conspicuously and outrageously bad or reprehensible", "flagrant"], ["glary", "shining intensely", "glary"], ["crying", "conspicuously and outrageously bad or reprehensible", "crying"], ["gross", "conspicuously and outrageously bad or reprehensible", "gross"]]}, {"answer": "glary", "hint": "synonyms for glary", "clues": [["blinding", "shining intensely", "blinding"], ["blazing", "shining intensely", "blazing"], ["fulgent", "shining intensely", "fulgent"], ["dazzling", "shining intensely", "dazzling"], ["glaring", "shining intensely", "glaring"]]}, {"answer": "glib", "hint": "synonyms for glib", "clues": [["pat", "having only superficial plausibility", "pat"], ["glib-tongued", "artfully persuasive in speech", "glib-tongued"], ["slick", "having only superficial plausibility", "slick"], ["smooth-tongued", "artfully persuasive in speech", "smooth-tongued"]]}, {"answer": "glinting", "hint": "synonyms for glinting", "clues": [["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "glistening", "hint": "synonyms for glistening", "clues": [["shining", "reflecting light", "shining"], ["sheeny", "reflecting light", "sheeny"], ["lustrous", "reflecting light", "lustrous"], ["glossy", "reflecting light", "glossy"], ["shiny", "reflecting light", "shiny"]]}, {"answer": "glistering", "hint": "synonyms for glistering", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "glittering", "hint": "synonyms for glittering", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["glistering", "having brief brilliant points or flashes of light", "glistering"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "glittery", "hint": "synonyms for glittery", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["aglitter", "having brief brilliant points or flashes of light", "aglitter"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "global", "hint": "synonyms for global", "clues": [["world", "involving the entire earth; not limited or provincial in scope", "world"], ["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey", "spheric"], ["worldwide", "involving the entire earth; not limited or provincial in scope", "worldwide"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey", "globose"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey", "globular"], ["planetary", "involving the entire earth; not limited or provincial in scope", "planetary"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey", "orbicular"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey", "ball-shaped"]]}, {"answer": "globose", "hint": "synonyms for globose", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey", "spheric"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey", "global"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey", "globular"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey", "orbicular"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey", "ball-shaped"]]}, {"answer": "globular", "hint": "synonyms for globular", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey", "spheric"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey", "global"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey", "globose"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey", "orbicular"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey", "ball-shaped"]]}, {"answer": "gloomy", "hint": "synonyms for gloomy", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["disconsolate", "causing dejection", "disconsolate"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["sulky", "depressingly dark", "sulky"], ["grim", "filled with melancholy and despondency", "grim"], ["sorry", "causing dejection", "sorry"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["glooming", "depressingly dark", "glooming"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["dismal", "causing dejection", "dismal"], ["dreary", "causing dejection", "dreary"], ["down", "filled with melancholy and despondency", "down"], ["dingy", "causing dejection", "dingy"], ["depressed", "filled with melancholy and despondency", "depressed"], ["dark", "causing dejection", "dark"], ["blue", "causing dejection", "blue"], ["downcast", "filled with melancholy and despondency", "downcast"], ["gloomful", "depressingly dark", "gloomful"], ["drab", "causing dejection", "drab"]]}, {"answer": "glorious", "hint": "synonyms for glorious", "clues": [["splendid", "characterized by grandeur", "splendid"], ["brilliant", "characterized by grandeur", "brilliant"], ["splendiferous", "having great beauty and splendor", "splendiferous"], ["resplendent", "having great beauty and splendor", "resplendent"], ["magnificent", "characterized by grandeur", "magnificent"]]}, {"answer": "glossy", "hint": "synonyms for glossy", "clues": [["shining", "reflecting light", "shining"], ["calendered", "(of paper and fabric and leather) having a surface made smooth and glossy especially by pressing between rollers", "calendered"], ["sheeny", "reflecting light", "sheeny"], ["glistening", "reflecting light", "glistening"], ["lustrous", "reflecting light", "lustrous"], ["showy", "superficially attractive and stylish; suggesting wealth or expense", "showy"], ["shiny", "reflecting light", "shiny"]]}, {"answer": "glowering", "hint": "synonyms for glowering", "clues": [["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"]]}, {"answer": "gluey", "hint": "synonyms for gluey", "clues": [["mucilaginous", "having the sticky properties of an adhesive", "mucilaginous"], ["viscous", "having the sticky properties of an adhesive", "viscous"], ["pasty", "having the sticky properties of an adhesive", "pasty"], ["viscid", "having the sticky properties of an adhesive", "viscid"], ["glutinous", "having the sticky properties of an adhesive", "glutinous"], ["gummy", "having the sticky properties of an adhesive", "gummy"], ["sticky", "having the sticky properties of an adhesive", "sticky"]]}, {"answer": "glum", "hint": "synonyms for glum", "clues": [["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glowering"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"]]}, {"answer": "glutinous", "hint": "synonyms for glutinous", "clues": [["gluey", "having the sticky properties of an adhesive", "gluey"], ["mucilaginous", "having the sticky properties of an adhesive", "mucilaginous"], ["viscous", "having the sticky properties of an adhesive", "viscous"], ["pasty", "having the sticky properties of an adhesive", "pasty"], ["viscid", "having the sticky properties of an adhesive", "viscid"], ["gummy", "having the sticky properties of an adhesive", "gummy"], ["sticky", "having the sticky properties of an adhesive", "sticky"]]}, {"answer": "gnarled", "hint": "synonyms for gnarled", "clues": [["knotty", "used of old persons or old trees; covered with knobs or knots", "knotty"], ["knotted", "used of old persons or old trees; covered with knobs or knots", "knotted"], ["gnarly", "used of old persons or old trees; covered with knobs or knots", "gnarly"], ["knobbed", "used of old persons or old trees; covered with knobs or knots", "knobbed"]]}, {"answer": "gnarly", "hint": "synonyms for gnarly", "clues": [["knotty", "used of old persons or old trees; covered with knobs or knots", "knotty"], ["knotted", "used of old persons or old trees; covered with knobs or knots", "knotted"], ["knobbed", "used of old persons or old trees; covered with knobs or knots", "knobbed"], ["gnarled", "used of old persons or old trees; covered with knobs or knots", "gnarled"]]}, {"answer": "goddam", "hint": "synonyms for goddam", "clues": [["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["darned", "expletives used informally as intensifiers", "darned"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["blamed", "expletives used informally as intensifiers", "blamed"], ["goddamned", "expletives used informally as intensifiers", "goddamned"], ["damned", "expletives used informally as intensifiers", "damned"], ["deuced", "expletives used informally as intensifiers", "deuced"]]}, {"answer": "goddamn", "hint": "synonyms for goddamn", "clues": [["blame", "expletives used informally as intensifiers", "blame"], ["deuced", "expletives used informally as intensifiers", "deuced"], ["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["damned", "expletives used informally as intensifiers", "damned"], ["darned", "expletives used informally as intensifiers", "darned"], ["goddamned", "expletives used informally as intensifiers", "goddamned"]]}, {"answer": "goddamned", "hint": "synonyms for goddamned", "clues": [["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["darned", "expletives used informally as intensifiers", "darned"], ["goddam", "expletives used informally as intensifiers", "goddam"], ["blamed", "expletives used informally as intensifiers", "blamed"], ["infernal", "expletives used informally as intensifiers", "infernal"], ["damned", "expletives used informally as intensifiers", "damned"], ["deuced", "expletives used informally as intensifiers", "deuced"]]}, {"answer": "gold", "hint": "synonyms for gold", "clues": [["aureate", "having the deep slightly brownish color of gold", "aureate"], ["gilded", "made from or covered with gold", "gilded"], ["gilt", "having the deep slightly brownish color of gold", "gilt"], ["golden", "made from or covered with gold", "golden"]]}, {"answer": "golden", "hint": "synonyms for golden", "clues": [["gold", "having the deep slightly brownish color of gold", "gold"], ["favorable", "presaging or likely to bring good luck", "favorable"], ["gilded", "made from or covered with gold", "gilded"], ["aureate", "having the deep slightly brownish color of gold", "aureate"], ["prosperous", "marked by peace and prosperity", "prosperous"], ["lucky", "presaging or likely to bring good luck", "lucky"], ["halcyon", "marked by peace and prosperity", "halcyon"], ["fortunate", "supremely favored", "fortunate"], ["gilt", "having the deep slightly brownish color of gold", "gilt"]]}, {"answer": "gone", "hint": "synonyms for gone", "clues": [["at rest", "dead", "at rest"], ["kaput", "destroyed or killed", "kaput"], ["deceased", "dead", "deceased"], ["bypast", "well in the past; former", "bypast"], ["done for", "destroyed or killed", "done for"], ["departed", "well in the past; former", "departed"], ["foregone", "well in the past; former", "foregone"], ["at peace", "dead", "at peace"], ["bygone", "well in the past; former", "bygone"], ["asleep", "dead", "asleep"]]}, {"answer": "gonzo", "hint": "synonyms for gonzo", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "good", "hint": "synonyms for good", "clues": [["in force", "exerting force or influence", "in force"], ["beneficial", "promoting or enhancing well-being", "beneficial"], ["serious", "appealing to the mind", "serious"], ["skilful", "having or showing knowledge and skill and aptitude", "skilful"], ["dear", "with or in a close or intimate relationship", "dear"], ["upright", "of moral excellence", "upright"], ["well", "resulting favorably", "well"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"], ["adept", "having or showing knowledge and skill and aptitude", "adept"], ["unspoiled", "not left to spoil", "unspoiled"], ["undecomposed", "not left to spoil", "undecomposed"], ["honorable", "deserving of esteem and respect", "honorable"], ["estimable", "deserving of esteem and respect", "estimable"], ["unspoilt", "not left to spoil", "unspoilt"], ["effective", "exerting force or influence", "effective"], ["secure", "financially sound", "secure"], ["near", "with or in a close or intimate relationship", "near"], ["ripe", "most suitable or right for a particular purpose", "ripe"], ["in effect", "exerting force or influence", "in effect"], ["safe", "financially sound", "safe"], ["right", "most suitable or right for a particular purpose", "right"], ["salutary", "tending to promote physical well-being; beneficial to health", "salutary"], ["just", "of moral excellence", "just"], ["dependable", "financially sound", "dependable"], ["full", "having the normally expected amount", "full"], ["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["sound", "in excellent physical condition", "sound"], ["honest", "not forged", "honest"], ["respectable", "deserving of esteem and respect", "respectable"], ["expert", "having or showing knowledge and skill and aptitude", "expert"]]}, {"answer": "good-for-naught", "hint": "synonyms for good-for-naught", "clues": [["meritless", "without merit", "meritless"], ["no-account", "without merit", "no-account"], ["no-good", "without merit", "no-good"], ["good-for-nothing", "without merit", "good-for-nothing"], ["sorry", "without merit", "sorry"]]}, {"answer": "good-for-nothing", "hint": "synonyms for good-for-nothing", "clues": [["meritless", "without merit", "meritless"], ["no-account", "without merit", "no-account"], ["no-good", "without merit", "no-good"], ["good-for-naught", "without merit", "good-for-naught"], ["sorry", "without merit", "sorry"]]}, {"answer": "good-hearted", "hint": "synonyms for good-hearted", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity", "charitable"], ["kindly", "showing or motivated by sympathy and understanding and generosity", "kindly"], ["benevolent", "showing or motivated by sympathy and understanding and generosity", "benevolent"], ["openhearted", "showing or motivated by sympathy and understanding and generosity", "openhearted"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity", "sympathetic"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity", "large-hearted"]]}, {"answer": "good-looking", "hint": "synonyms for good-looking", "clues": [["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "fine-looking"], ["well-favored", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "well-favored"], ["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "better-looking"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "handsome"]]}, {"answer": "goodish", "hint": "synonyms for goodish", "clues": [["goodly", "large in amount or extent or degree", "goodly"], ["sizeable", "large in amount or extent or degree", "sizeable"], ["hefty", "large in amount or extent or degree", "hefty"], ["tidy", "large in amount or extent or degree", "tidy"], ["healthy", "large in amount or extent or degree", "healthy"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "goodly", "hint": "synonyms for goodly", "clues": [["sizeable", "large in amount or extent or degree", "sizeable"], ["goodish", "large in amount or extent or degree", "goodish"], ["hefty", "large in amount or extent or degree", "hefty"], ["tidy", "large in amount or extent or degree", "tidy"], ["healthy", "large in amount or extent or degree", "healthy"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "goofy", "hint": "synonyms for goofy", "clues": [["sappy", "ludicrous, foolish", "sappy"], ["whacky", "ludicrous, foolish", "whacky"], ["silly", "ludicrous, foolish", "silly"], ["zany", "ludicrous, foolish", "zany"], ["cockamamy", "ludicrous, foolish", "cockamamy"], ["cockamamie", "ludicrous, foolish", "cockamamie"]]}, {"answer": "gooselike", "hint": "synonyms for gooselike", "clues": [["goosy", "having or revealing stupidity", "goosy"], ["dopy", "having or revealing stupidity", "dopy"], ["jerky", "having or revealing stupidity", "jerky"], ["anserine", "having or revealing stupidity", "anserine"], ["foolish", "having or revealing stupidity", "foolish"]]}, {"answer": "goosey", "hint": "synonyms for goosey", "clues": [["goosy", "having or revealing stupidity", "goosy"], ["dopey", "having or revealing stupidity", "dopey"], ["jerky", "having or revealing stupidity", "jerky"], ["anserine", "having or revealing stupidity", "anserine"], ["foolish", "having or revealing stupidity", "foolish"], ["gooselike", "having or revealing stupidity", "gooselike"]]}, {"answer": "goosy", "hint": "synonyms for goosy", "clues": [["dopey", "having or revealing stupidity", "dopey"], ["jerky", "having or revealing stupidity", "jerky"], ["anserine", "having or revealing stupidity", "anserine"], ["foolish", "having or revealing stupidity", "foolish"], ["goosey", "having or revealing stupidity", "goosey"], ["gooselike", "having or revealing stupidity", "gooselike"]]}, {"answer": "gory", "hint": "synonyms for gory", "clues": [["butcherly", "accompanied by bloodshed", "butcherly"], ["sanguineous", "accompanied by bloodshed", "sanguineous"], ["sanguinary", "accompanied by bloodshed", "sanguinary"], ["slaughterous", "accompanied by bloodshed", "slaughterous"], ["bloodstained", "covered with blood", "bloodstained"]]}, {"answer": "gossamer", "hint": "synonyms for gossamer", "clues": [["ethereal", "characterized by unusual lightness and delicacy", "ethereal"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["transparent", "so thin as to transmit light", "transparent"], ["filmy", "so thin as to transmit light", "filmy"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["see-through", "so thin as to transmit light", "see-through"]]}, {"answer": "grabby", "hint": "synonyms for grabby", "clues": [["covetous", "immoderately desirous of acquiring e.g. wealth", "covetous"], ["prehensile", "immoderately desirous of acquiring e.g. wealth", "prehensile"], ["greedy", "immoderately desirous of acquiring e.g. wealth", "greedy"], ["grasping", "immoderately desirous of acquiring e.g. wealth", "grasping"], ["avaricious", "immoderately desirous of acquiring e.g. wealth", "avaricious"]]}, {"answer": "graceless", "hint": "synonyms for graceless", "clues": [["gauche", "lacking social polish", "gauche"], ["unpleasing", "lacking graciousness", "unpleasing"], ["unpolished", "lacking social polish", "unpolished"], ["ungraceful", "lacking grace; clumsy; ; - Sir Walter Scott", "ungraceful"]]}, {"answer": "grainy", "hint": "synonyms for grainy", "clues": [["farinaceous", "composed of or covered with particles resembling meal in texture or consistency", "farinaceous"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency", "mealy"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency", "coarse-grained"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency", "granulose"], ["granular", "composed of or covered with particles resembling meal in texture or consistency", "granular"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency", "gritty"]]}, {"answer": "grand", "hint": "synonyms for grand", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["expansive", "of behavior that is impressive and ambitious in scale or scope", "expansive"], ["lordly", "of or befitting a lord", "lordly"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["deluxe", "rich and superior in quality", "deluxe"], ["opulent", "rich and superior in quality", "opulent"], ["august", "of or befitting a lord", "august"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["gilded", "rich and superior in quality", "gilded"], ["magisterial", "used of a person's appearance or behavior; befitting an eminent person", "magisterial"], ["luxurious", "rich and superior in quality", "luxurious"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["sumptuous", "rich and superior in quality", "sumptuous"], ["distinguished", "used of a person's appearance or behavior; befitting an eminent person", "distinguished"], ["princely", "rich and superior in quality", "princely"], ["heroic", "of behavior that is impressive and ambitious in scale or scope", "heroic"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["imposing", "used of a person's appearance or behavior; befitting an eminent person", "imposing"]]}, {"answer": "grandiloquent", "hint": "synonyms for grandiloquent", "clues": [["pontifical", "puffed up with vanity; ; ; ; - Newsweek", "pontifical"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek", "pompous"], ["portentous", "puffed up with vanity; ; ; ; - Newsweek", "portentous"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek", "overblown"], ["magniloquent", "lofty in style", "magniloquent"], ["tall", "lofty in style", "tall"]]}, {"answer": "granitic", "hint": "synonyms for granitic", "clues": [["stony", "showing unfeeling resistance to tender feelings", "stony"], ["flint", "showing unfeeling resistance to tender feelings", "flint"], ["obdurate", "showing unfeeling resistance to tender feelings", "obdurate"], ["rocklike", "hard as granite", "rocklike"], ["granitelike", "hard as granite", "granitelike"]]}, {"answer": "granular", "hint": "synonyms for granular", "clues": [["farinaceous", "composed of or covered with particles resembling meal in texture or consistency", "farinaceous"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency", "mealy"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency", "coarse-grained"], ["chondritic", "having a granular structure like that of chondrites", "chondritic"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency", "granulose"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency", "grainy"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency", "gritty"]]}, {"answer": "granulose", "hint": "synonyms for granulose", "clues": [["farinaceous", "composed of or covered with particles resembling meal in texture or consistency", "farinaceous"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency", "mealy"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency", "coarse-grained"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency", "grainy"], ["granular", "composed of or covered with particles resembling meal in texture or consistency", "granular"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency", "gritty"]]}, {"answer": "graphic", "hint": "synonyms for graphic", "clues": [["vivid", "evoking lifelike images within the mind", "vivid"], ["in writing", "written or drawn or engraved", "in writing"], ["lifelike", "evoking lifelike images within the mind", "lifelike"], ["graphical", "written or drawn or engraved", "graphical"], ["pictorial", "evoking lifelike images within the mind", "pictorial"]]}, {"answer": "graspable", "hint": "synonyms for graspable", "clues": [["intelligible", "capable of being apprehended or understood", "intelligible"], ["apprehensible", "capable of being apprehended or understood", "apprehensible"], ["perceivable", "capable of being apprehended or understood", "perceivable"], ["understandable", "capable of being apprehended or understood", "understandable"]]}, {"answer": "grasping", "hint": "synonyms for grasping", "clues": [["covetous", "immoderately desirous of acquiring e.g. wealth", "covetous"], ["prehensile", "immoderately desirous of acquiring e.g. wealth", "prehensile"], ["greedy", "immoderately desirous of acquiring e.g. wealth", "greedy"], ["avaricious", "immoderately desirous of acquiring e.g. wealth", "avaricious"], ["grabby", "immoderately desirous of acquiring e.g. wealth", "grabby"]]}, {"answer": "grating", "hint": "synonyms for grating", "clues": [["raspy", "unpleasantly harsh or grating in sound", "raspy"], ["gravelly", "unpleasantly harsh or grating in sound", "gravelly"], ["rasping", "unpleasantly harsh or grating in sound", "rasping"], ["rough", "unpleasantly harsh or grating in sound", "rough"], ["scratchy", "unpleasantly harsh or grating in sound", "scratchy"]]}, {"answer": "gratis", "hint": "synonyms for gratis", "clues": [["free", "costing nothing", "free"], ["gratuitous", "costing nothing", "gratuitous"], ["complimentary", "costing nothing", "complimentary"], ["costless", "costing nothing", "costless"]]}, {"answer": "gratuitous", "hint": "synonyms for gratuitous", "clues": [["free", "costing nothing", "free"], ["needless", "unnecessary and unwarranted", "needless"], ["costless", "costing nothing", "costless"], ["gratis", "costing nothing", "gratis"], ["uncalled-for", "unnecessary and unwarranted", "uncalled-for"], ["complimentary", "costing nothing", "complimentary"]]}, {"answer": "grave", "hint": "synonyms for grave", "clues": [["life-threatening", "causing fear or anxiety by threatening great harm", "life-threatening"], ["grievous", "of great gravity or crucial import; requiring serious thought", "grievous"], ["sober", "dignified and somber in manner or character and committed to keeping promises", "sober"], ["severe", "causing fear or anxiety by threatening great harm", "severe"], ["heavy", "of great gravity or crucial import; requiring serious thought", "heavy"], ["sedate", "dignified and somber in manner or character and committed to keeping promises", "sedate"], ["serious", "causing fear or anxiety by threatening great harm", "serious"], ["weighty", "of great gravity or crucial import; requiring serious thought", "weighty"], ["dangerous", "causing fear or anxiety by threatening great harm", "dangerous"], ["solemn", "dignified and somber in manner or character and committed to keeping promises", "solemn"]]}, {"answer": "gravelly", "hint": "synonyms for gravelly", "clues": [["raspy", "unpleasantly harsh or grating in sound", "raspy"], ["pebbly", "abounding in small stones", "pebbly"], ["grating", "unpleasantly harsh or grating in sound", "grating"], ["rasping", "unpleasantly harsh or grating in sound", "rasping"], ["shingly", "abounding in small stones", "shingly"], ["rough", "unpleasantly harsh or grating in sound", "rough"], ["scratchy", "unpleasantly harsh or grating in sound", "scratchy"]]}, {"answer": "graven", "hint": "synonyms for graven", "clues": [["inscribed", "cut or impressed into a surface", "inscribed"], ["sculptured", "cut into a desired shape", "sculptured"], ["incised", "cut or impressed into a surface", "incised"], ["engraved", "cut or impressed into a surface", "engraved"], ["etched", "cut or impressed into a surface", "etched"]]}, {"answer": "gravid", "hint": "synonyms for gravid", "clues": [["big", "in an advanced stage of pregnancy", "big"], ["great", "in an advanced stage of pregnancy", "great"], ["large", "in an advanced stage of pregnancy", "large"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["with child", "in an advanced stage of pregnancy", "with child"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["heavy", "in an advanced stage of pregnancy", "heavy"]]}, {"answer": "gray", "hint": "synonyms for gray", "clues": [["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["greyish", "of an achromatic color of any lightness intermediate between the extremes of white and black", "greyish"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["grey", "of an achromatic color of any lightness intermediate between the extremes of white and black", "grey"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"]]}, {"answer": "gray-haired", "hint": "synonyms for gray-haired", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"], ["grey-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey-haired"]]}, {"answer": "gray-headed", "hint": "synonyms for gray-headed", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"], ["grey-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey-headed"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"]]}, {"answer": "great", "hint": "synonyms for great", "clues": [["majuscule", "uppercase", "majuscule"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["not bad", "very good", "not bad"], ["outstanding", "of major significance or importance", "outstanding"], ["swell", "very good", "swell"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["neat", "very good", "neat"], ["keen", "very good", "keen"], ["nifty", "very good", "nifty"], ["with child", "in an advanced stage of pregnancy", "with child"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["groovy", "very good", "groovy"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["big", "in an advanced stage of pregnancy", "big"], ["large", "in an advanced stage of pregnancy", "large"], ["capital", "uppercase", "capital"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["smashing", "very good", "smashing"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "greater", "hint": "synonyms for greater", "clues": [["great", "in an advanced stage of pregnancy", "great"], ["majuscule", "uppercase", "majuscule"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["not bad", "very good", "not bad"], ["outstanding", "of major significance or importance", "outstanding"], ["swell", "very good", "swell"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["neat", "very good", "neat"], ["keen", "very good", "keen"], ["nifty", "very good", "nifty"], ["with child", "in an advanced stage of pregnancy", "with child"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["groovy", "very good", "groovy"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["big", "in an advanced stage of pregnancy", "big"], ["large", "in an advanced stage of pregnancy", "large"], ["capital", "uppercase", "capital"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["smashing", "very good", "smashing"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "greatest", "hint": "synonyms for greatest", "clues": [["great", "in an advanced stage of pregnancy", "great"], ["majuscule", "uppercase", "majuscule"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["not bad", "very good", "not bad"], ["outstanding", "of major significance or importance", "outstanding"], ["swell", "very good", "swell"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["superlative", "highest in quality", "superlative"], ["neat", "very good", "neat"], ["keen", "very good", "keen"], ["sterling", "highest in quality", "sterling"], ["nifty", "very good", "nifty"], ["with child", "in an advanced stage of pregnancy", "with child"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["groovy", "very good", "groovy"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["big", "in an advanced stage of pregnancy", "big"], ["large", "in an advanced stage of pregnancy", "large"], ["capital", "uppercase", "capital"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["smashing", "very good", "smashing"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "greedy", "hint": "synonyms for greedy", "clues": [["devouring", "(often followed by `for') ardently or excessively desirous", "devouring"], ["covetous", "immoderately desirous of acquiring e.g. wealth", "covetous"], ["prehensile", "immoderately desirous of acquiring e.g. wealth", "prehensile"], ["grasping", "immoderately desirous of acquiring e.g. wealth", "grasping"], ["avid", "(often followed by `for') ardently or excessively desirous", "avid"], ["avaricious", "immoderately desirous of acquiring e.g. wealth", "avaricious"], ["grabby", "immoderately desirous of acquiring e.g. wealth", "grabby"], ["esurient", "(often followed by `for') ardently or excessively desirous", "esurient"]]}, {"answer": "green", "hint": "synonyms for green", "clues": [["greenish", "of the color between blue and yellow in the color spectrum; similar to the color of fresh grass", "greenish"], ["dark-green", "of the color between blue and yellow in the color spectrum; similar to the color of fresh grass", "dark-green"], ["light-green", "of the color between blue and yellow in the color spectrum; similar to the color of fresh grass", "light-green"], ["immature", "not fully developed or mature; not ripe", "immature"], ["fleeceable", "naive and easily deceived or tricked", "fleeceable"], ["unripened", "not fully developed or mature; not ripe", "unripened"], ["gullible", "naive and easily deceived or tricked", "gullible"], ["unripe", "not fully developed or mature; not ripe", "unripe"]]}, {"answer": "grey", "hint": "synonyms for grey", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["greyish", "of an achromatic color of any lightness intermediate between the extremes of white and black", "greyish"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"]]}, {"answer": "grey-haired", "hint": "synonyms for grey-haired", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"]]}, {"answer": "grey-headed", "hint": "synonyms for grey-headed", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"]]}, {"answer": "grief-stricken", "hint": "synonyms for grief-stricken", "clues": [["mourning", "sorrowful through loss or deprivation", "mourning"], ["sorrowing", "sorrowful through loss or deprivation", "sorrowing"], ["bereft", "sorrowful through loss or deprivation", "bereft"], ["bereaved", "sorrowful through loss or deprivation", "bereaved"], ["grieving", "sorrowful through loss or deprivation", "grieving"]]}, {"answer": "grieving", "hint": "synonyms for grieving", "clues": [["mourning", "sorrowful through loss or deprivation", "mourning"], ["sorrowing", "sorrowful through loss or deprivation", "sorrowing"], ["bereft", "sorrowful through loss or deprivation", "bereft"], ["bereaved", "sorrowful through loss or deprivation", "bereaved"], ["grief-stricken", "sorrowful through loss or deprivation", "grief-stricken"]]}, {"answer": "grievous", "hint": "synonyms for grievous", "clues": [["heartbreaking", "causing or marked by grief or anguish", "heartbreaking"], ["life-threatening", "causing fear or anxiety by threatening great harm", "life-threatening"], ["heartrending", "causing or marked by grief or anguish", "heartrending"], ["flagitious", "shockingly brutal or cruel", "flagitious"], ["grave", "causing fear or anxiety by threatening great harm", "grave"], ["atrocious", "shockingly brutal or cruel", "atrocious"], ["severe", "causing fear or anxiety by threatening great harm", "severe"], ["heavy", "of great gravity or crucial import; requiring serious thought", "heavy"], ["serious", "causing fear or anxiety by threatening great harm", "serious"], ["weighty", "of great gravity or crucial import; requiring serious thought", "weighty"], ["dangerous", "causing fear or anxiety by threatening great harm", "dangerous"], ["monstrous", "shockingly brutal or cruel", "monstrous"]]}, {"answer": "grim", "hint": "synonyms for grim", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["disconsolate", "causing dejection", "disconsolate"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["stern", "not to be placated or appeased or moved by entreaty", "stern"], ["unappeasable", "not to be placated or appeased or moved by entreaty", "unappeasable"], ["sorry", "causing dejection", "sorry"], ["grisly", "shockingly repellent; inspiring horror", "grisly"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["forbidding", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie", "forbidding"], ["mordant", "harshly ironic or sinister", "mordant"], ["unrelenting", "not to be placated or appeased or moved by entreaty", "unrelenting"], ["dour", "harshly uninviting or formidable in manner or appearance; ; ; ; - J.M.Barrie", "dour"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["dismal", "causing dejection", "dismal"], ["unforgiving", "not to be placated or appeased or moved by entreaty", "unforgiving"], ["gloomy", "causing dejection", "gloomy"], ["macabre", "shockingly repellent; inspiring horror", "macabre"], ["dreary", "causing dejection", "dreary"], ["relentless", "not to be placated or appeased or moved by entreaty", "relentless"], ["gruesome", "shockingly repellent; inspiring horror", "gruesome"], ["sick", "shockingly repellent; inspiring horror", "sick"], ["down", "filled with melancholy and despondency", "down"], ["dingy", "causing dejection", "dingy"], ["black", "harshly ironic or sinister", "black"], ["inexorable", "not to be placated or appeased or moved by entreaty", "inexorable"], ["depressed", "filled with melancholy and despondency", "depressed"], ["ghastly", "shockingly repellent; inspiring horror", "ghastly"], ["blue", "causing dejection", "blue"], ["downcast", "filled with melancholy and despondency", "downcast"], ["dark", "causing dejection", "dark"], ["drab", "causing dejection", "drab"]]}, {"answer": "grimy", "hint": "synonyms for grimy", "clues": [["dingy", "thickly covered with ingrained dirt or soot", "dingy"], ["raunchy", "thickly covered with ingrained dirt or soot", "raunchy"], ["begrimed", "thickly covered with ingrained dirt or soot", "begrimed"], ["grungy", "thickly covered with ingrained dirt or soot", "grungy"], ["grubby", "thickly covered with ingrained dirt or soot", "grubby"]]}, {"answer": "gripping", "hint": "synonyms for gripping", "clues": [["fascinating", "capable of arousing and holding the attention", "fascinating"], ["engrossing", "capable of arousing and holding the attention", "engrossing"], ["absorbing", "capable of arousing and holding the attention", "absorbing"], ["riveting", "capable of arousing and holding the attention", "riveting"]]}, {"answer": "grisly", "hint": "synonyms for grisly", "clues": [["sick", "shockingly repellent; inspiring horror", "sick"], ["macabre", "shockingly repellent; inspiring horror", "macabre"], ["grim", "shockingly repellent; inspiring horror", "grim"], ["gruesome", "shockingly repellent; inspiring horror", "gruesome"], ["ghastly", "shockingly repellent; inspiring horror", "ghastly"]]}, {"answer": "gritty", "hint": "synonyms for gritty", "clues": [["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency", "coarse-grained"], ["granular", "composed of or covered with particles resembling meal in texture or consistency", "granular"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency", "grainy"], ["gamey", "willing to face danger", "gamey"], ["spunky", "willing to face danger", "spunky"], ["spirited", "willing to face danger", "spirited"], ["mealy", "composed of or covered with particles resembling meal in texture or consistency", "mealy"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency", "granulose"], ["farinaceous", "composed of or covered with particles resembling meal in texture or consistency", "farinaceous"], ["mettlesome", "willing to face danger", "mettlesome"]]}, {"answer": "grizzly", "hint": "synonyms for grizzly", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"]]}, {"answer": "groggy", "hint": "synonyms for groggy", "clues": [["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "logy"], ["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "stuporous"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "dazed"], ["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "foggy"]]}, {"answer": "groovy", "hint": "synonyms for groovy", "clues": [["nifty", "very good", "nifty"], ["swagger", "(British informal) very chic", "swagger"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "gross", "hint": "synonyms for gross", "clues": [["glaring", "conspicuously and outrageously bad or reprehensible", "glaring"], ["porcine", "repellently fat", "porcine"], ["earthy", "conspicuously and tastelessly indecent", "earthy"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["egregious", "conspicuously and outrageously bad or reprehensible", "egregious"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["megascopic", "visible to the naked eye (especially of rocks and anatomical features)", "megascopic"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["crude", "conspicuously and tastelessly indecent", "crude"], ["vulgar", "conspicuously and tastelessly indecent", "vulgar"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["rank", "conspicuously and outrageously bad or reprehensible", "rank"], ["crying", "conspicuously and outrageously bad or reprehensible", "crying"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["flagrant", "conspicuously and outrageously bad or reprehensible", "flagrant"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "grouchy", "hint": "synonyms for grouchy", "clues": [["crabbed", "annoyed and irritable", "crabbed"], ["fussy", "annoyed and irritable", "fussy"], ["cross", "annoyed and irritable", "cross"], ["grumpy", "annoyed and irritable", "grumpy"], ["crabby", "annoyed and irritable", "crabby"], ["bad-tempered", "annoyed and irritable", "bad-tempered"], ["ill-tempered", "annoyed and irritable", "ill-tempered"]]}, {"answer": "groundless", "hint": "synonyms for groundless", "clues": [["unfounded", "without a basis in reason or fact", "unfounded"], ["baseless", "without a basis in reason or fact", "baseless"], ["wild", "without a basis in reason or fact", "wild"], ["unwarranted", "without a basis in reason or fact", "unwarranted"], ["idle", "without a basis in reason or fact", "idle"]]}, {"answer": "groveling", "hint": "synonyms for groveling", "clues": [["wormy", "totally submissive", "wormy"], ["cringing", "totally submissive", "cringing"], ["wormlike", "totally submissive", "wormlike"], ["grovelling", "totally submissive", "grovelling"]]}, {"answer": "grovelling", "hint": "synonyms for grovelling", "clues": [["wormy", "totally submissive", "wormy"], ["cringing", "totally submissive", "cringing"], ["wormlike", "totally submissive", "wormlike"], ["groveling", "totally submissive", "groveling"]]}, {"answer": "grown", "hint": "synonyms for grown", "clues": [["adult", "(of animals) fully developed", "adult"], ["grownup", "(of animals) fully developed", "grownup"], ["full-grown", "(of animals) fully developed", "full-grown"], ["big", "(of animals) fully developed", "big"]]}, {"answer": "grownup", "hint": "synonyms for grownup", "clues": [["adult", "(of animals) fully developed", "adult"], ["full-grown", "(of animals) fully developed", "full-grown"], ["grown", "(of animals) fully developed", "grown"], ["big", "(of animals) fully developed", "big"]]}, {"answer": "grubby", "hint": "synonyms for grubby", "clues": [["dingy", "thickly covered with ingrained dirt or soot", "dingy"], ["raunchy", "thickly covered with ingrained dirt or soot", "raunchy"], ["begrimed", "thickly covered with ingrained dirt or soot", "begrimed"], ["grimy", "thickly covered with ingrained dirt or soot", "grimy"], ["grungy", "thickly covered with ingrained dirt or soot", "grungy"]]}, {"answer": "grueling", "hint": "synonyms for grueling", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["gruelling", "characterized by effort to the point of exhaustion; especially physical effort", "gruelling"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "gruelling", "hint": "synonyms for gruelling", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "gruesome", "hint": "synonyms for gruesome", "clues": [["grisly", "shockingly repellent; inspiring horror", "grisly"], ["macabre", "shockingly repellent; inspiring horror", "macabre"], ["grim", "shockingly repellent; inspiring horror", "grim"], ["sick", "shockingly repellent; inspiring horror", "sick"], ["ghastly", "shockingly repellent; inspiring horror", "ghastly"]]}, {"answer": "gruff", "hint": "synonyms for gruff", "clues": [["crusty", "brusque and surly and forbidding", "crusty"], ["curmudgeonly", "brusque and surly and forbidding", "curmudgeonly"], ["husky", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson", "husky"], ["ill-humoured", "brusque and surly and forbidding", "ill-humoured"], ["hoarse", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson", "hoarse"]]}, {"answer": "grumpy", "hint": "synonyms for grumpy", "clues": [["crabbed", "annoyed and irritable", "crabbed"], ["fussy", "annoyed and irritable", "fussy"], ["grouchy", "annoyed and irritable", "grouchy"], ["cross", "annoyed and irritable", "cross"], ["crabby", "annoyed and irritable", "crabby"], ["bad-tempered", "annoyed and irritable", "bad-tempered"], ["ill-tempered", "annoyed and irritable", "ill-tempered"]]}, {"answer": "grungy", "hint": "synonyms for grungy", "clues": [["dingy", "thickly covered with ingrained dirt or soot", "dingy"], ["raunchy", "thickly covered with ingrained dirt or soot", "raunchy"], ["begrimed", "thickly covered with ingrained dirt or soot", "begrimed"], ["grimy", "thickly covered with ingrained dirt or soot", "grimy"], ["grubby", "thickly covered with ingrained dirt or soot", "grubby"]]}, {"answer": "guileful", "hint": "synonyms for guileful", "clues": [["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["tricksy", "marked by skill in deception", "tricksy"], ["crafty", "marked by skill in deception", "crafty"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"]]}, {"answer": "gummy", "hint": "synonyms for gummy", "clues": [["gluey", "having the sticky properties of an adhesive", "gluey"], ["mucilaginous", "having the sticky properties of an adhesive", "mucilaginous"], ["viscous", "having the sticky properties of an adhesive", "viscous"], ["pasty", "having the sticky properties of an adhesive", "pasty"], ["gummed", "covered with adhesive gum", "gummed"], ["glutinous", "having the sticky properties of an adhesive", "glutinous"], ["viscid", "having the sticky properties of an adhesive", "viscid"], ["sticky", "having the sticky properties of an adhesive", "sticky"]]}, {"answer": "gushing", "hint": "synonyms for gushing", "clues": [["burbly", "uttered with unrestrained enthusiasm", "burbly"], ["gushy", "extravagantly demonstrative", "gushy"], ["pouring", "flowing profusely", "pouring"], ["effusive", "extravagantly demonstrative", "effusive"], ["burbling", "uttered with unrestrained enthusiasm", "burbling"]]}, {"answer": "habilimented", "hint": "synonyms for habilimented", "clues": [["dressed", "dressed or clothed especially in fine attire; often used in combination", "dressed"], ["garmented", "dressed or clothed especially in fine attire; often used in combination", "garmented"], ["garbed", "dressed or clothed especially in fine attire; often used in combination", "garbed"], ["robed", "dressed or clothed especially in fine attire; often used in combination", "robed"], ["attired", "dressed or clothed especially in fine attire; often used in combination", "attired"], ["appareled", "dressed or clothed especially in fine attire; often used in combination", "appareled"]]}, {"answer": "hackneyed", "hint": "synonyms for hackneyed", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["stock", "repeated too often; overfamiliar through overuse", "stock"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "haggard", "hint": "synonyms for haggard", "clues": [["cadaverous", "very thin especially from disease or hunger or cold", "cadaverous"], ["wasted", "very thin especially from disease or hunger or cold", "wasted"], ["pinched", "very thin especially from disease or hunger or cold", "pinched"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "drawn"], ["emaciated", "very thin especially from disease or hunger or cold", "emaciated"], ["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "careworn"], ["gaunt", "very thin especially from disease or hunger or cold", "gaunt"], ["bony", "very thin especially from disease or hunger or cold", "bony"], ["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "worn"], ["skeletal", "very thin especially from disease or hunger or cold", "skeletal"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "raddled"]]}, {"answer": "half-baked", "hint": "synonyms for half-baked", "clues": [["underdone", "insufficiently cooked", "underdone"], ["crazy", "foolish; totally unsound", "crazy"], ["softheaded", "foolish; totally unsound", "softheaded"], ["screwball", "foolish; totally unsound", "screwball"]]}, {"answer": "half-dozen", "hint": "synonyms for half-dozen", "clues": [["vi", "denoting a quantity consisting of six items or units", "vi"], ["6", "denoting a quantity consisting of six items or units", "6"], ["half dozen", "denoting a quantity consisting of six items or units", "half dozen"], ["six", "denoting a quantity consisting of six items or units", "six"]]}, {"answer": "half_dozen", "hint": "synonyms for half dozen", "clues": [["vi", "denoting a quantity consisting of six items or units", "vi"], ["6", "denoting a quantity consisting of six items or units", "6"], ["half-dozen", "denoting a quantity consisting of six items or units", "half-dozen"], ["six", "denoting a quantity consisting of six items or units", "six"]]}, {"answer": "halt", "hint": "synonyms for halt", "clues": [["game", "disabled in the feet or legs", "game"], ["lame", "disabled in the feet or legs", "lame"], ["gimpy", "disabled in the feet or legs", "gimpy"], ["crippled", "disabled in the feet or legs", "crippled"], ["halting", "disabled in the feet or legs", "halting"]]}, {"answer": "halting", "hint": "synonyms for halting", "clues": [["halt", "disabled in the feet or legs", "halt"], ["game", "disabled in the feet or legs", "game"], ["lame", "disabled in the feet or legs", "lame"], ["gimpy", "disabled in the feet or legs", "gimpy"], ["crippled", "disabled in the feet or legs", "crippled"]]}, {"answer": "ham-fisted", "hint": "synonyms for ham-fisted", "clues": [["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "handless"], ["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bumbling"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "butterfingered"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "left-handed"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bungling"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-handed"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "heavy-handed"]]}, {"answer": "ham-handed", "hint": "synonyms for ham-handed", "clues": [["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "handless"], ["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bumbling"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "butterfingered"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "left-handed"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bungling"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-fisted"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "heavy-handed"]]}, {"answer": "handless", "hint": "synonyms for handless", "clues": [["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "butterfingered"], ["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bumbling"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-fisted"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "left-handed"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bungling"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-handed"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "heavy-handed"]]}, {"answer": "handsome", "hint": "synonyms for handsome", "clues": [["freehanded", "given or giving freely", "freehanded"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "good-looking"], ["bountiful", "given or giving freely", "bountiful"], ["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "fine-looking"], ["well-favored", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "well-favored"], ["giving", "given or giving freely", "giving"], ["big", "given or giving freely", "big"], ["bighearted", "given or giving freely", "bighearted"], ["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "better-looking"], ["bounteous", "given or giving freely", "bounteous"], ["openhanded", "given or giving freely", "openhanded"], ["liberal", "given or giving freely", "liberal"]]}, {"answer": "haphazard", "hint": "synonyms for haphazard", "clues": [["sloppy", "marked by great carelessness", "sloppy"], ["slapdash", "marked by great carelessness", "slapdash"], ["hit-or-miss", "dependent upon or characterized by chance", "hit-or-miss"], ["slipshod", "marked by great carelessness", "slipshod"]]}, {"answer": "hapless", "hint": "synonyms for hapless", "clues": [["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy", "miserable"], ["pitiable", "deserving or inciting pity; ; ; - Galsworthy", "pitiable"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy", "pitiful"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy", "wretched"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"]]}, {"answer": "happy-go-lucky", "hint": "synonyms for happy-go-lucky", "clues": [["carefree", "cheerfully irresponsible", "carefree"], ["devil-may-care", "cheerfully irresponsible", "devil-may-care"], ["freewheeling", "cheerfully irresponsible", "freewheeling"], ["harum-scarum", "cheerfully irresponsible", "harum-scarum"], ["slaphappy", "cheerfully irresponsible", "slaphappy"]]}, {"answer": "harassed", "hint": "synonyms for harassed", "clues": [["annoyed", "troubled persistently especially with petty annoyances", "annoyed"], ["vexed", "troubled persistently especially with petty annoyances", "vexed"], ["harried", "troubled persistently especially with petty annoyances", "harried"], ["pestered", "troubled persistently especially with petty annoyances", "pestered"]]}, {"answer": "hard", "hint": "synonyms for hard", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["surd", "produced without vibration of the vocal cords", "surd"], ["concentrated", "(of light) transmitted directly from a pointed light source", "concentrated"], ["knockout", "very strong or vigorous", "knockout"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["strong", "being distilled rather than fermented; having a high alcoholic content", "strong"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["unvoiced", "produced without vibration of the vocal cords", "unvoiced"], ["intemperate", "given to excessive indulgence of bodily appetites especially for intoxicating liquors", "intemperate"], ["tough", "unfortunate or hard to bear", "tough"], ["severe", "very strong or vigorous", "severe"], ["difficult", "not easy; requiring great physical or mental effort to accomplish or comprehend or endure", "difficult"], ["voiceless", "produced without vibration of the vocal cords", "voiceless"]]}, {"answer": "hard-boiled", "hint": "synonyms for hard-boiled", "clues": [["case-hardened", "used of persons; emotionally hardened", "case-hardened"], ["hardened", "used of persons; emotionally hardened", "hardened"], ["hard-bitten", "tough and callous by virtue of experience", "hard-bitten"], ["pugnacious", "tough and callous by virtue of experience", "pugnacious"]]}, {"answer": "hard_up", "hint": "synonyms for hard up", "clues": [["in straitened circumstances", "not having enough money to pay for necessities", "in straitened circumstances"], ["impecunious", "not having enough money to pay for necessities", "impecunious"], ["penniless", "not having enough money to pay for necessities", "penniless"], ["penurious", "not having enough money to pay for necessities", "penurious"], ["pinched", "not having enough money to pay for necessities", "pinched"]]}, {"answer": "hardened", "hint": "synonyms for hardened", "clues": [["treated", "made hard or flexible or resilient especially by heat treatment", "treated"], ["tempered", "made hard or flexible or resilient especially by heat treatment", "tempered"], ["enured", "made tough by habitual exposure; ; - Robert Lynd; - V.S.Pritchett", "enured"], ["case-hardened", "used of persons; emotionally hardened", "case-hardened"], ["inured", "made tough by habitual exposure; ; - Robert Lynd; - V.S.Pritchett", "inured"], ["hard-boiled", "used of persons; emotionally hardened", "hard-boiled"], ["set", "converted to solid form (as concrete)", "set"], ["toughened", "made hard or flexible or resilient especially by heat treatment", "toughened"]]}, {"answer": "hardheaded", "hint": "synonyms for hardheaded", "clues": [["mulish", "unreasonably rigid in the face of argument or entreaty or attack", "mulish"], ["practical", "guided by practical experience and observation rather than theory", "practical"], ["pragmatic", "guided by practical experience and observation rather than theory", "pragmatic"], ["hard-nosed", "guided by practical experience and observation rather than theory", "hard-nosed"]]}, {"answer": "hardy", "hint": "synonyms for hardy", "clues": [["intrepid", "invulnerable to fear or intimidation", "intrepid"], ["stout", "having rugged physical strength; inured to fatigue or hardships", "stout"], ["stalwart", "having rugged physical strength; inured to fatigue or hardships", "stalwart"], ["dauntless", "invulnerable to fear or intimidation", "dauntless"], ["unfearing", "invulnerable to fear or intimidation", "unfearing"], ["audacious", "invulnerable to fear or intimidation", "audacious"], ["sturdy", "having rugged physical strength; inured to fatigue or hardships", "sturdy"], ["fearless", "invulnerable to fear or intimidation", "fearless"], ["brave", "invulnerable to fear or intimidation", "brave"]]}, {"answer": "harmonic", "hint": "synonyms for harmonic", "clues": [["sympathetic", "relating to vibrations that occur as a result of vibrations in a nearby body", "sympathetic"], ["harmonized", "involving or characterized by harmony", "harmonized"], ["consonant", "involving or characterized by harmony", "consonant"], ["harmonical", "involving or characterized by harmony", "harmonical"]]}, {"answer": "harried", "hint": "synonyms for harried", "clues": [["annoyed", "troubled persistently especially with petty annoyances", "annoyed"], ["vexed", "troubled persistently especially with petty annoyances", "vexed"], ["harassed", "troubled persistently especially with petty annoyances", "harassed"], ["pestered", "troubled persistently especially with petty annoyances", "pestered"]]}, {"answer": "harrowing", "hint": "synonyms for harrowing", "clues": [["excruciating", "extremely painful", "excruciating"], ["agonizing", "extremely painful", "agonizing"], ["torturesome", "extremely painful", "torturesome"], ["torturing", "extremely painful", "torturing"], ["torturous", "extremely painful", "torturous"]]}, {"answer": "harum-scarum", "hint": "synonyms for harum-scarum", "clues": [["carefree", "cheerfully irresponsible", "carefree"], ["devil-may-care", "cheerfully irresponsible", "devil-may-care"], ["freewheeling", "cheerfully irresponsible", "freewheeling"], ["happy-go-lucky", "cheerfully irresponsible", "happy-go-lucky"], ["slaphappy", "cheerfully irresponsible", "slaphappy"]]}, {"answer": "hasty", "hint": "synonyms for hasty", "clues": [["precipitant", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "precipitant"], ["precipitous", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "precipitous"], ["headlong", "excessively quick", "headlong"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "overhasty"]]}, {"answer": "haughty", "hint": "synonyms for haughty", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"]]}, {"answer": "hawk-eyed", "hint": "synonyms for hawk-eyed", "clues": [["quick-sighted", "having very keen vision", "quick-sighted"], ["argus-eyed", "having very keen vision", "argus-eyed"], ["sharp-sighted", "having very keen vision", "sharp-sighted"], ["lynx-eyed", "having very keen vision", "lynx-eyed"], ["keen-sighted", "having very keen vision", "keen-sighted"], ["sharp-eyed", "having very keen vision", "sharp-eyed"]]}, {"answer": "haywire", "hint": "synonyms for haywire", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["wrong", "not functioning properly", "wrong"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["awry", "not functioning properly", "awry"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["amiss", "not functioning properly", "amiss"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "hazy", "hint": "synonyms for hazy", "clues": [["blurry", "indistinct or hazy in outline", "blurry"], ["foggy", "indistinct or hazy in outline", "foggy"], ["brumous", "filled or abounding with fog or mist", "brumous"], ["blurred", "indistinct or hazy in outline", "blurred"], ["muzzy", "indistinct or hazy in outline", "muzzy"], ["misty", "filled or abounding with fog or mist", "misty"], ["bleary", "indistinct or hazy in outline", "bleary"], ["fuzzy", "indistinct or hazy in outline", "fuzzy"]]}, {"answer": "heady", "hint": "synonyms for heady", "clues": [["rash", "marked by defiant disregard for danger or consequences; ; -Macaulay", "rash"], ["foolhardy", "marked by defiant disregard for danger or consequences; ; -Macaulay", "foolhardy"], ["wise", "marked by the exercise of good judgment or common sense in practical matters", "wise"], ["judicious", "marked by the exercise of good judgment or common sense in practical matters", "judicious"], ["intoxicating", "extremely exciting as if by alcohol or a narcotic", "intoxicating"], ["reckless", "marked by defiant disregard for danger or consequences; ; -Macaulay", "reckless"]]}, {"answer": "healing", "hint": "synonyms for healing", "clues": [["remedial", "tending to cure or restore to health", "remedial"], ["sanative", "tending to cure or restore to health", "sanative"], ["therapeutic", "tending to cure or restore to health", "therapeutic"], ["alterative", "tending to cure or restore to health", "alterative"], ["curative", "tending to cure or restore to health", "curative"]]}, {"answer": "healthier", "hint": "synonyms for healthier", "clues": [["fitter", "improved in health or physical condition", "fitter"], ["healthy", "financially secure and functioning well", "healthy"], ["goodish", "large in amount or extent or degree", "goodish"], ["hefty", "large in amount or extent or degree", "hefty"], ["sound", "exercising or showing good judgment", "sound"], ["salubrious", "promoting health; healthful; ; ; ; ; - C.B.Davis", "salubrious"], ["intelligent", "exercising or showing good judgment", "intelligent"], ["level-headed", "exercising or showing good judgment", "level-headed"], ["sizeable", "large in amount or extent or degree", "sizeable"], ["goodly", "large in amount or extent or degree", "goodly"], ["tidy", "large in amount or extent or degree", "tidy"], ["good for you", "promoting health; healthful; ; ; ; ; - C.B.Davis", "good for you"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "healthy", "hint": "synonyms for healthy", "clues": [["goodly", "large in amount or extent or degree", "goodly"], ["sizable", "large in amount or extent or degree", "sizable"], ["goodish", "large in amount or extent or degree", "goodish"], ["hefty", "large in amount or extent or degree", "hefty"], ["sound", "exercising or showing good judgment", "sound"], ["tidy", "large in amount or extent or degree", "tidy"], ["salubrious", "promoting health; healthful; ; ; ; ; - C.B.Davis", "salubrious"], ["intelligent", "exercising or showing good judgment", "intelligent"], ["level-headed", "exercising or showing good judgment", "level-headed"], ["good for you", "promoting health; healthful; ; ; ; ; - C.B.Davis", "good for you"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "hearty", "hint": "synonyms for hearty", "clues": [["lusty", "endowed with or exhibiting great bodily or mental health", "lusty"], ["red-blooded", "endowed with or exhibiting great bodily or mental health", "red-blooded"], ["full-blooded", "endowed with or exhibiting great bodily or mental health", "full-blooded"], ["solid", "providing abundant nourishment", "solid"], ["satisfying", "providing abundant nourishment", "satisfying"], ["substantial", "providing abundant nourishment", "substantial"], ["square", "providing abundant nourishment", "square"]]}, {"answer": "heavy", "hint": "synonyms for heavy", "clues": [["cloggy", "(used of soil) compact and fine-grained", "cloggy"], ["laboured", "requiring or showing effort", "laboured"], ["great", "in an advanced stage of pregnancy", "great"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["sound", "(of sleep) deep and complete", "sound"], ["clayey", "(used of soil) compact and fine-grained", "clayey"], ["threatening", "darkened by clouds", "threatening"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["grievous", "of great gravity or crucial import; requiring serious thought", "grievous"], ["wakeless", "(of sleep) deep and complete", "wakeless"], ["dense", "permitting little if any light to pass through because of denseness of matter", "dense"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["big", "in an advanced stage of pregnancy", "big"], ["impenetrable", "permitting little if any light to pass through because of denseness of matter", "impenetrable"], ["overweight", "usually describes a large person who is fat but has a large frame to carry it", "overweight"], ["ponderous", "slow and laborious because of weight", "ponderous"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["profound", "(of sleep) deep and complete", "profound"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["weighed down", "full of; bearing great weight", "weighed down"], ["fleshy", "usually describes a large person who is fat but has a large frame to carry it", "fleshy"], ["sonorous", "full and loud and deep", "sonorous"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["with child", "in an advanced stage of pregnancy", "with child"], ["lowering", "darkened by clouds", "lowering"], ["intemperate", "given to excessive indulgence of bodily appetites especially for intoxicating liquors", "intemperate"], ["sullen", "darkened by clouds", "sullen"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["grave", "of great gravity or crucial import; requiring serious thought", "grave"], ["large", "in an advanced stage of pregnancy", "large"], ["lumbering", "slow and laborious because of weight", "lumbering"], ["leaden", "lacking lightness or liveliness", "leaden"], ["weighty", "of great gravity or crucial import; requiring serious thought", "weighty"]]}, {"answer": "heavy-handed", "hint": "synonyms for heavy-handed", "clues": [["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "butterfingered"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "handless"], ["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bumbling"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-fisted"], ["left-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "left-handed"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bungling"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-handed"], ["roughshod", "unjustly domineering", "roughshod"]]}, {"answer": "heavyset", "hint": "synonyms for heavyset", "clues": [["thickset", "having a short and solid form or stature", "thickset"], ["thick", "having a short and solid form or stature", "thick"], ["stocky", "having a short and solid form or stature", "stocky"], ["compact", "having a short and solid form or stature", "compact"]]}, {"answer": "heedful", "hint": "synonyms for heedful", "clues": [["advertent", "giving attention", "advertent"], ["attentive", "taking heed; giving close and thoughtful attention", "attentive"], ["careful", "cautiously attentive", "careful"], ["thoughtful", "taking heed; giving close and thoughtful attention", "thoughtful"], ["paying attention", "taking heed; giving close and thoughtful attention", "paying attention"]]}, {"answer": "hefty", "hint": "synonyms for hefty", "clues": [["goodly", "large in amount or extent or degree", "goodly"], ["sizable", "large in amount or extent or degree", "sizable"], ["goodish", "large in amount or extent or degree", "goodish"], ["tidy", "large in amount or extent or degree", "tidy"], ["powerful", "(of a person) possessing physical strength and weight; rugged and powerful", "powerful"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful", "sinewy"], ["muscular", "(of a person) possessing physical strength and weight; rugged and powerful", "muscular"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful", "brawny"], ["healthy", "large in amount or extent or degree", "healthy"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "helical", "hint": "synonyms for helical", "clues": [["whorled", "in the shape of a coil", "whorled"], ["volute", "in the shape of a coil", "volute"], ["turbinate", "in the shape of a coil", "turbinate"], ["spiraling", "in the shape of a coil", "spiraling"], ["coiling", "in the shape of a coil", "coiling"]]}, {"answer": "hellish", "hint": "synonyms for hellish", "clues": [["diabolical", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolical"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell", "demonic"], ["god-awful", "very unpleasant", "god-awful"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell", "unholy"], ["beastly", "very unpleasant", "beastly"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell", "fiendish"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell", "satanic"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell", "infernal"]]}, {"answer": "hereditary", "hint": "synonyms for hereditary", "clues": [["familial", "occurring among members of a family usually by heredity", "familial"], ["genetic", "occurring among members of a family usually by heredity", "genetic"], ["transmissible", "inherited or inheritable by established rules (usually legal rules) of descent", "transmissible"], ["ancestral", "inherited or inheritable by established rules (usually legal rules) of descent", "ancestral"], ["transmitted", "occurring among members of a family usually by heredity", "transmitted"], ["patrimonial", "inherited or inheritable by established rules (usually legal rules) of descent", "patrimonial"], ["inherited", "occurring among members of a family usually by heredity", "inherited"]]}, {"answer": "heroic", "hint": "synonyms for heroic", "clues": [["expansive", "of behavior that is impressive and ambitious in scale or scope", "expansive"], ["epic", "very imposing or impressive; surpassing the ordinary (especially in size or scale)", "epic"], ["heroical", "having or displaying qualities appropriate for heroes", "heroical"], ["desperate", "showing extreme courage; especially of actions courageously undertaken in desperation as a last resort; ; - G.C.Marshall", "desperate"], ["grand", "of behavior that is impressive and ambitious in scale or scope", "grand"], ["larger-than-life", "very imposing or impressive; surpassing the ordinary (especially in size or scale)", "larger-than-life"]]}, {"answer": "hidden", "hint": "synonyms for hidden", "clues": [["out of sight", "not accessible to view", "out of sight"], ["obscure", "difficult to find", "obscure"], ["secret", "designed to elude detection", "secret"], ["concealed", "not accessible to view", "concealed"]]}, {"answer": "hideous", "hint": "synonyms for hideous", "clues": [["horrific", "grossly offensive to decency or morality; causing horror", "horrific"], ["outrageous", "grossly offensive to decency or morality; causing horror", "outrageous"], ["horrid", "grossly offensive to decency or morality; causing horror", "horrid"], ["repulsive", "so extremely ugly as to be terrifying", "repulsive"]]}, {"answer": "hifalutin", "hint": "synonyms for hifalutin", "clues": [["hoity-toity", "affectedly genteel", "hoity-toity"], ["highfalutin", "affectedly genteel", "highfalutin"], ["grandiose", "affectedly genteel", "grandiose"], ["la-di-da", "affectedly genteel", "la-di-da"]]}, {"answer": "higgledy-piggledy", "hint": "synonyms for higgledy-piggledy", "clues": [["disorderly", "in utter disorder", "disorderly"], ["topsy-turvy", "in utter disorder", "topsy-turvy"], ["jumbled", "in utter disorder", "jumbled"], ["hugger-mugger", "in utter disorder", "hugger-mugger"]]}, {"answer": "high", "hint": "synonyms for high", "clues": [["gamy", "(used of the smell of meat) smelling spoiled or tainted", "gamy"], ["eminent", "standing above others in quality or position", "eminent"], ["high-pitched", "used of sounds and voices; high in pitch or frequency", "high-pitched"], ["mellow", "slightly and pleasantly intoxicated from alcohol or a drug (especially marijuana)", "mellow"], ["in high spirits", "happy and excited and energetic", "in high spirits"]]}, {"answer": "high-and-mighty", "hint": "synonyms for high-and-mighty", "clues": [["dominating", "offensively self-assured or given to exercising usually unwarranted power", "dominating"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power", "peremptory"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power", "autocratic"], ["bossy", "offensively self-assured or given to exercising usually unwarranted power", "bossy"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power", "magisterial"]]}, {"answer": "high-flown", "hint": "synonyms for high-flown", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["inflated", "pretentious (especially with regard to language or ideals)", "inflated"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["high-sounding", "pretentious (especially with regard to language or ideals)", "high-sounding"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"]]}, {"answer": "high-minded", "hint": "synonyms for high-minded", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"]]}, {"answer": "high-power", "hint": "synonyms for high-power", "clues": [["high-voltage", "vigorously energetic or forceful", "high-voltage"], ["high-powered", "vigorously energetic or forceful", "high-powered"], ["high-energy", "vigorously energetic or forceful", "high-energy"], ["high-octane", "vigorously energetic or forceful", "high-octane"]]}, {"answer": "high-powered", "hint": "synonyms for high-powered", "clues": [["high-voltage", "vigorously energetic or forceful", "high-voltage"], ["high-power", "vigorously energetic or forceful", "high-power"], ["high-energy", "vigorously energetic or forceful", "high-energy"], ["high-octane", "vigorously energetic or forceful", "high-octane"]]}, {"answer": "high-strung", "hint": "synonyms for high-strung", "clues": [["jumpy", "being in a tense state", "jumpy"], ["uptight", "being in a tense state", "uptight"], ["edgy", "being in a tense state", "edgy"], ["restive", "being in a tense state", "restive"], ["overstrung", "being in a tense state", "overstrung"], ["highly strung", "being in a tense state", "highly strung"], ["nervy", "being in a tense state", "nervy"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "high-voltage", "hint": "synonyms for high-voltage", "clues": [["high-energy", "vigorously energetic or forceful", "high-energy"], ["high-power", "vigorously energetic or forceful", "high-power"], ["high-octane", "vigorously energetic or forceful", "high-octane"], ["high-potential", "operating on or powered by a high voltage", "high-potential"]]}, {"answer": "higher", "hint": "synonyms for higher", "clues": [["gamy", "(used of the smell of meat) smelling spoiled or tainted", "gamy"], ["high", "standing above others in quality or position", "high"], ["eminent", "standing above others in quality or position", "eminent"], ["high-pitched", "used of sounds and voices; high in pitch or frequency", "high-pitched"], ["mellow", "slightly and pleasantly intoxicated from alcohol or a drug (especially marijuana)", "mellow"], ["in high spirits", "happy and excited and energetic", "in high spirits"]]}, {"answer": "highfalutin", "hint": "synonyms for highfalutin", "clues": [["hoity-toity", "affectedly genteel", "hoity-toity"], ["highfaluting", "affectedly genteel", "highfaluting"], ["grandiose", "affectedly genteel", "grandiose"], ["la-di-da", "affectedly genteel", "la-di-da"]]}, {"answer": "highfaluting", "hint": "synonyms for highfaluting", "clues": [["hoity-toity", "affectedly genteel", "hoity-toity"], ["highfalutin", "affectedly genteel", "highfalutin"], ["grandiose", "affectedly genteel", "grandiose"], ["la-di-da", "affectedly genteel", "la-di-da"]]}, {"answer": "highly_strung", "hint": "synonyms for highly strung", "clues": [["jumpy", "being in a tense state", "jumpy"], ["uptight", "being in a tense state", "uptight"], ["edgy", "being in a tense state", "edgy"], ["restive", "being in a tense state", "restive"], ["overstrung", "being in a tense state", "overstrung"], ["high-strung", "being in a tense state", "high-strung"], ["nervy", "being in a tense state", "nervy"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "ho-hum", "hint": "synonyms for ho-hum", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "hoar", "hint": "synonyms for hoar", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"]]}, {"answer": "hoary", "hint": "synonyms for hoary", "clues": [["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["white-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "white-haired"], ["hoar", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoar"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["canescent", "covered with fine whitish hairs or down", "canescent"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"], ["rusty", "ancient", "rusty"]]}, {"answer": "hoggish", "hint": "synonyms for hoggish", "clues": [["piggish", "resembling swine; coarsely gluttonous or greedy", "piggish"], ["porcine", "resembling swine; coarsely gluttonous or greedy", "porcine"], ["swinish", "resembling swine; coarsely gluttonous or greedy", "swinish"], ["piggy", "resembling swine; coarsely gluttonous or greedy", "piggy"]]}, {"answer": "hokey", "hint": "synonyms for hokey", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["contrived", "artificially formal", "contrived"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["artificial", "artificially formal", "artificial"], ["stilted", "artificially formal", "stilted"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "hole-and-corner", "hint": "synonyms for hole-and-corner", "clues": [["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["hole-in-corner", "relating to the peripheral and unimportant aspects of life; - H.G.Wells", "hole-in-corner"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"]]}, {"answer": "holier-than-thou", "hint": "synonyms for holier-than-thou", "clues": [["pietistic", "excessively or hypocritically pious", "pietistic"], ["self-righteous", "excessively or hypocritically pious", "self-righteous"], ["pharisaical", "excessively or hypocritically pious", "pharisaical"], ["sanctimonious", "excessively or hypocritically pious", "sanctimonious"]]}, {"answer": "homespun", "hint": "synonyms for homespun", "clues": [["folksy", "characteristic of country life", "folksy"], ["nubbly", "of textiles; having a rough surface", "nubbly"], ["tweedy", "of textiles; having a rough surface", "tweedy"], ["slubbed", "of textiles; having a rough surface", "slubbed"], ["cracker-barrel", "characteristic of country life", "cracker-barrel"]]}, {"answer": "honest", "hint": "synonyms for honest", "clues": [["honorable", "not disposed to cheat or defraud; not deceptive or fraudulent", "honorable"], ["dependable", "worthy of being depended on", "dependable"], ["good", "not forged", "good"], ["fair", "gained or earned without cheating or stealing", "fair"], ["reliable", "worthy of being depended on", "reliable"], ["true", "worthy of being depended on", "true"]]}, {"answer": "honeyed", "hint": "synonyms for honeyed", "clues": [["honied", "with honey added", "honied"], ["dulcet", "pleasing to the ear", "dulcet"], ["syrupy", "with honey added", "syrupy"], ["sweet", "pleasing to the ear", "sweet"], ["mellisonant", "pleasing to the ear", "mellisonant"], ["mellifluous", "pleasing to the ear", "mellifluous"]]}, {"answer": "honorable", "hint": "synonyms for honorable", "clues": [["honourable", "worthy of being honored; entitled to honor and respect", "honourable"], ["estimable", "deserving of esteem and respect", "estimable"], ["honest", "not disposed to cheat or defraud; not deceptive or fraudulent", "honest"], ["respectable", "deserving of esteem and respect", "respectable"], ["ethical", "adhering to ethical and moral principles", "ethical"], ["good", "deserving of esteem and respect", "good"]]}, {"answer": "hooked", "hint": "synonyms for hooked", "clues": [["drug-addicted", "addicted to a drug", "drug-addicted"], ["dependent", "addicted to a drug", "dependent"], ["strung-out", "addicted to a drug", "strung-out"], ["hooklike", "having or resembling a hook (especially in the ability to grasp and hold)", "hooklike"], ["aquiline", "curved down like an eagle's beak", "aquiline"]]}, {"answer": "horny", "hint": "synonyms for horny", "clues": [["steamy", "feeling great sexual desire", "steamy"], ["aroused", "feeling great sexual desire", "aroused"], ["corneous", "made of horn (or of a substance resembling horn)", "corneous"], ["ruttish", "feeling great sexual desire", "ruttish"], ["turned on", "feeling great sexual desire", "turned on"], ["randy", "feeling great sexual desire", "randy"], ["hornlike", "made of horn (or of a substance resembling horn)", "hornlike"]]}, {"answer": "horrendous", "hint": "synonyms for horrendous", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["direful", "causing fear or dread or terror", "direful"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["horrific", "causing fear or dread or terror", "horrific"], ["awful", "causing fear or dread or terror", "awful"]]}, {"answer": "horrible", "hint": "synonyms for horrible", "clues": [["horrifying", "provoking horror; ; ; ; - Winston Churchill", "horrifying"], ["frightful", "provoking horror; ; ; ; - Winston Churchill", "frightful"], ["ugly", "provoking horror; ; ; ; - Winston Churchill", "ugly"], ["atrocious", "provoking horror; ; ; ; - Winston Churchill", "atrocious"]]}, {"answer": "horrific", "hint": "synonyms for horrific", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["terrible", "causing fear or dread or terror", "terrible"], ["dire", "causing fear or dread or terror", "dire"], ["outrageous", "grossly offensive to decency or morality; causing horror", "outrageous"], ["horrid", "grossly offensive to decency or morality; causing horror", "horrid"], ["direful", "causing fear or dread or terror", "direful"], ["hideous", "grossly offensive to decency or morality; causing horror", "hideous"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["awful", "causing fear or dread or terror", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"]]}, {"answer": "horrifying", "hint": "synonyms for horrifying", "clues": [["horrible", "provoking horror; ; ; ; - Winston Churchill", "horrible"], ["frightful", "provoking horror; ; ; ; - Winston Churchill", "frightful"], ["ugly", "provoking horror; ; ; ; - Winston Churchill", "ugly"], ["atrocious", "provoking horror; ; ; ; - Winston Churchill", "atrocious"]]}, {"answer": "hot", "hint": "synonyms for hot", "clues": [["raging", "characterized by violent and forceful activity or movement; very intense", "raging"], ["blistering", "very fast; capable of quick response and great speed", "blistering"], ["red-hot", "very fast; capable of quick response and great speed", "red-hot"], ["spicy", "producing a burning sensation on the taste nerves", "spicy"], ["live", "charged or energized with electricity", "live"]]}, {"answer": "hot-tempered", "hint": "synonyms for hot-tempered", "clues": [["quick-tempered", "quickly aroused to anger", "quick-tempered"], ["short-tempered", "quickly aroused to anger", "short-tempered"], ["hotheaded", "quickly aroused to anger", "hotheaded"], ["choleric", "quickly aroused to anger", "choleric"], ["irascible", "quickly aroused to anger", "irascible"]]}, {"answer": "hotheaded", "hint": "synonyms for hotheaded", "clues": [["hot-tempered", "quickly aroused to anger", "hot-tempered"], ["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "tearaway"], ["quick-tempered", "quickly aroused to anger", "quick-tempered"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "madcap"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "brainish"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impulsive"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impetuous"], ["choleric", "quickly aroused to anger", "choleric"], ["irascible", "quickly aroused to anger", "irascible"]]}, {"answer": "howling", "hint": "synonyms for howling", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"]]}, {"answer": "huffy", "hint": "synonyms for huffy", "clues": [["feisty", "quick to take offense", "feisty"], ["thin-skinned", "quick to take offense", "thin-skinned"], ["sore", "roused to anger; - Mark Twain", "sore"], ["touchy", "quick to take offense", "touchy"], ["mad", "roused to anger; - Mark Twain", "mad"]]}, {"answer": "hugger-mugger", "hint": "synonyms for hugger-mugger", "clues": [["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["jumbled", "in utter disorder", "jumbled"], ["higgledy-piggledy", "in utter disorder", "higgledy-piggledy"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["disorderly", "in utter disorder", "disorderly"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["topsy-turvy", "in utter disorder", "topsy-turvy"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "humanist", "hint": "synonyms for humanist", "clues": [["human-centred", "marked by humanistic values and devotion to human welfare", "human-centred"], ["humane", "pertaining to or concerned with the humanities", "humane"], ["humanitarian", "marked by humanistic values and devotion to human welfare", "humanitarian"], ["humanistic", "pertaining to or concerned with the humanities", "humanistic"]]}, {"answer": "humanistic", "hint": "synonyms for humanistic", "clues": [["human-centred", "marked by humanistic values and devotion to human welfare", "human-centred"], ["humane", "pertaining to or concerned with the humanities", "humane"], ["humanitarian", "marked by humanistic values and devotion to human welfare", "humanitarian"], ["humanist", "of or pertaining to Renaissance humanism", "humanist"]]}, {"answer": "humble", "hint": "synonyms for humble", "clues": [["lowly", "used of unskilled work (especially domestic work)", "lowly"], ["baseborn", "of low birth or station (`base' is archaic in this sense)", "baseborn"], ["modest", "low or inferior in station or quality", "modest"], ["menial", "used of unskilled work (especially domestic work)", "menial"], ["small", "low or inferior in station or quality", "small"], ["base", "of low birth or station (`base' is archaic in this sense)", "base"]]}, {"answer": "humbled", "hint": "synonyms for humbled", "clues": [["broken", "subdued or brought low in condition or status", "broken"], ["crushed", "subdued or brought low in condition or status", "crushed"], ["humiliated", "subdued or brought low in condition or status", "humiliated"], ["low", "subdued or brought low in condition or status", "low"]]}, {"answer": "humdrum", "hint": "synonyms for humdrum", "clues": [["prosaic", "not challenging; dull and lacking excitement", "prosaic"], ["monotonous", "tediously repetitious or lacking in variety", "monotonous"], ["unglamorous", "not challenging; dull and lacking excitement", "unglamorous"], ["commonplace", "not challenging; dull and lacking excitement", "commonplace"]]}, {"answer": "humiliated", "hint": "synonyms for humiliated", "clues": [["broken", "subdued or brought low in condition or status", "broken"], ["crushed", "subdued or brought low in condition or status", "crushed"], ["embarrassed", "made to feel uncomfortable because of shame or wounded pride", "embarrassed"], ["mortified", "made to feel uncomfortable because of shame or wounded pride", "mortified"], ["humbled", "subdued or brought low in condition or status", "humbled"], ["low", "subdued or brought low in condition or status", "low"]]}, {"answer": "humongous", "hint": "synonyms for humongous", "clues": [["walloping", "(used informally) very large", "walloping"], ["thumping", "(used informally) very large", "thumping"], ["whopping", "(used informally) very large", "whopping"], ["banging", "(used informally) very large", "banging"]]}, {"answer": "humpbacked", "hint": "synonyms for humpbacked", "clues": [["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "kyphotic"], ["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "crookbacked"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "hunchbacked"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "gibbous"], ["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humped"]]}, {"answer": "humped", "hint": "synonyms for humped", "clues": [["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "kyphotic"], ["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "crookbacked"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "hunchbacked"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humpbacked"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "gibbous"]]}, {"answer": "hunchbacked", "hint": "synonyms for hunchbacked", "clues": [["kyphotic", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "kyphotic"], ["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "crookbacked"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humpbacked"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "gibbous"], ["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humped"]]}, {"answer": "hunched", "hint": "synonyms for hunched", "clues": [["stooped", "having the back and shoulders rounded; not erect", "stooped"], ["round-backed", "having the back and shoulders rounded; not erect", "round-backed"], ["round-shouldered", "having the back and shoulders rounded; not erect", "round-shouldered"], ["crooked", "having the back and shoulders rounded; not erect", "crooked"], ["stooping", "having the back and shoulders rounded; not erect", "stooping"]]}, {"answer": "hunky-dory", "hint": "synonyms for hunky-dory", "clues": [["all right", "being satisfactory or in satisfactory condition", "all right"], ["ok", "being satisfactory or in satisfactory condition", "ok"], ["o.k.", "being satisfactory or in satisfactory condition", "o.k."], ["fine", "being satisfactory or in satisfactory condition", "fine"], ["okay", "being satisfactory or in satisfactory condition", "okay"]]}, {"answer": "hush-hush", "hint": "synonyms for hush-hush", "clues": [["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "husky", "hint": "synonyms for husky", "clues": [["beefy", "muscular and heavily built", "beefy"], ["strapping", "muscular and heavily built", "strapping"], ["burly", "muscular and heavily built", "burly"], ["buirdly", "muscular and heavily built", "buirdly"], ["gruff", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson", "gruff"], ["hoarse", "deep and harsh sounding as if from shouting or illness or emotion; ; ; ; - Virgil Thomson", "hoarse"]]}, {"answer": "hypersensitised", "hint": "synonyms for hypersensitised", "clues": [["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitised"], ["hypersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"], ["supersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitive"]]}, {"answer": "hypersensitive", "hint": "synonyms for hypersensitive", "clues": [["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitised"], ["hypersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"], ["supersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitive"]]}, {"answer": "hypersensitized", "hint": "synonyms for hypersensitized", "clues": [["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitised"], ["hypersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitive"], ["supersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"]]}, {"answer": "hypnagogic", "hint": "synonyms for hypnagogic", "clues": [["somniferous", "sleep inducing", "somniferous"], ["soporiferous", "sleep inducing", "soporiferous"], ["somnific", "sleep inducing", "somnific"], ["hypnogogic", "sleep inducing", "hypnogogic"], ["soporific", "sleep inducing", "soporific"]]}, {"answer": "hypnogogic", "hint": "synonyms for hypnogogic", "clues": [["somniferous", "sleep inducing", "somniferous"], ["soporiferous", "sleep inducing", "soporiferous"], ["hypnagogic", "sleep inducing", "hypnagogic"], ["somnific", "sleep inducing", "somnific"], ["soporific", "sleep inducing", "soporific"]]}, {"answer": "hypnotised", "hint": "synonyms for hypnotised", "clues": [["spell-bound", "having your attention fixated as though by a spell", "spell-bound"], ["fascinated", "having your attention fixated as though by a spell", "fascinated"], ["hypnotized", "having your attention fixated as though by a spell", "hypnotized"], ["mesmerised", "having your attention fixated as though by a spell", "mesmerised"], ["transfixed", "having your attention fixated as though by a spell", "transfixed"]]}, {"answer": "hypnotized", "hint": "synonyms for hypnotized", "clues": [["spell-bound", "having your attention fixated as though by a spell", "spell-bound"], ["fascinated", "having your attention fixated as though by a spell", "fascinated"], ["mesmerised", "having your attention fixated as though by a spell", "mesmerised"], ["transfixed", "having your attention fixated as though by a spell", "transfixed"], ["hypnotised", "having your attention fixated as though by a spell", "hypnotised"]]}, {"answer": "hypothetic", "hint": "synonyms for hypothetic", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence", "divinatory"], ["hypothetical", "based primarily on surmise rather than adequate evidence", "hypothetical"], ["supposed", "based primarily on surmise rather than adequate evidence", "supposed"], ["conjectural", "based primarily on surmise rather than adequate evidence", "conjectural"], ["supposititious", "based primarily on surmise rather than adequate evidence", "supposititious"], ["suppositional", "based primarily on surmise rather than adequate evidence", "suppositional"]]}, {"answer": "hypothetical", "hint": "synonyms for hypothetical", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence", "divinatory"], ["supposed", "based primarily on surmise rather than adequate evidence", "supposed"], ["conjectural", "based primarily on surmise rather than adequate evidence", "conjectural"], ["supposititious", "based primarily on surmise rather than adequate evidence", "supposititious"], ["hypothetic", "based primarily on surmise rather than adequate evidence", "hypothetic"], ["suppositional", "based primarily on surmise rather than adequate evidence", "suppositional"]]}, {"answer": "icky", "hint": "synonyms for icky", "clues": [["rotten", "very bad", "rotten"], ["stinking", "very bad", "stinking"], ["stinky", "very bad", "stinky"], ["lousy", "very bad", "lousy"], ["crappy", "very bad", "crappy"], ["gooey", "soft and sticky", "gooey"], ["shitty", "very bad", "shitty"]]}, {"answer": "icy", "hint": "synonyms for icy", "clues": [["glacial", "extremely cold", "glacial"], ["gelid", "extremely cold", "gelid"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frozen"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frosty"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frigid"], ["wintry", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "wintry"], ["arctic", "extremely cold", "arctic"], ["polar", "extremely cold", "polar"]]}, {"answer": "idealistic", "hint": "synonyms for idealistic", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["ideal", "of or relating to the philosophical doctrine of the reality of ideas", "ideal"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"]]}, {"answer": "identical", "hint": "synonyms for identical", "clues": [["indistinguishable", "exactly alike; incapable of being perceived as different", "indistinguishable"], ["selfsame", "being the exact same one; not any other:", "selfsame"], ["very", "being the exact same one; not any other:", "very"], ["superposable", "coinciding exactly when superimposed", "superposable"], ["monovular", "(of twins) derived from a single egg or ovum", "monovular"]]}, {"answer": "idiotic", "hint": "synonyms for idiotic", "clues": [["preposterous", "incongruous;inviting ridicule", "preposterous"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["absurd", "incongruous;inviting ridicule", "absurd"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["imbecilic", "having a mental age of three to seven years", "imbecilic"], ["imbecile", "having a mental age of three to seven years", "imbecile"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["crackbrained", "insanely irresponsible", "crackbrained"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"]]}, {"answer": "idle", "hint": "synonyms for idle", "clues": [["wild", "without a basis in reason or fact", "wild"], ["jobless", "not having a job", "jobless"], ["baseless", "without a basis in reason or fact", "baseless"], ["unused", "not in active use", "unused"], ["unfounded", "without a basis in reason or fact", "unfounded"], ["groundless", "without a basis in reason or fact", "groundless"], ["loose", "lacking a sense of restraint or responsibility", "loose"], ["dead", "not yielding a return", "dead"], ["out of work", "not having a job", "out of work"], ["light", "silly or trivial", "light"], ["unwarranted", "without a basis in reason or fact", "unwarranted"]]}, {"answer": "igneous", "hint": "synonyms for igneous", "clues": [["fiery", "like or suggestive of fire", "fiery"], ["pyrogenous", "produced under conditions involving intense heat", "pyrogenous"], ["eruptive", "produced by the action of fire or intense heat", "eruptive"], ["pyrogenic", "produced under conditions involving intense heat", "pyrogenic"]]}, {"answer": "ignominious", "hint": "synonyms for ignominious", "clues": [["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "opprobrious"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "inglorious"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "black"], ["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "disgraceful"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "shameful"]]}, {"answer": "ignorant", "hint": "synonyms for ignorant", "clues": [["unlettered", "uneducated in general; lacking knowledge or sophistication", "unlettered"], ["unwitting", "unaware because of a lack of relevant information or knowledge", "unwitting"], ["unlearned", "uneducated in general; lacking knowledge or sophistication", "unlearned"], ["nescient", "uneducated in general; lacking knowledge or sophistication", "nescient"], ["illiterate", "uneducated in the fundamentals of a given art or branch of learning; lacking knowledge of a specific field", "illiterate"], ["unknowledgeable", "unaware because of a lack of relevant information or knowledge", "unknowledgeable"], ["unknowing", "unaware because of a lack of relevant information or knowledge", "unknowing"]]}, {"answer": "ill-bred", "hint": "synonyms for ill-bred", "clues": [["underbred", "(of persons) lacking in refinement or grace", "underbred"], ["bounderish", "(of persons) lacking in refinement or grace", "bounderish"], ["yokelish", "(of persons) lacking in refinement or grace", "yokelish"], ["rude", "(of persons) lacking in refinement or grace", "rude"], ["lowbred", "(of persons) lacking in refinement or grace", "lowbred"]]}, {"answer": "ill-chosen", "hint": "synonyms for ill-chosen", "clues": [["awkward", "not elegant or graceful in expression", "awkward"], ["cumbersome", "not elegant or graceful in expression", "cumbersome"], ["inept", "not elegant or graceful in expression", "inept"], ["clumsy", "not elegant or graceful in expression", "clumsy"], ["inapt", "not elegant or graceful in expression", "inapt"]]}, {"answer": "ill-fated", "hint": "synonyms for ill-fated", "clues": [["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "unlucky"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "doomed"], ["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-omened"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-starred"]]}, {"answer": "ill-humored", "hint": "synonyms for ill-humored", "clues": [["crusty", "brusque and surly and forbidding", "crusty"], ["ill-humoured", "brusque and surly and forbidding", "ill-humoured"], ["curmudgeonly", "brusque and surly and forbidding", "curmudgeonly"], ["gruff", "brusque and surly and forbidding", "gruff"]]}, {"answer": "ill-humoured", "hint": "synonyms for ill-humoured", "clues": [["crusty", "brusque and surly and forbidding", "crusty"], ["curmudgeonly", "brusque and surly and forbidding", "curmudgeonly"], ["ill-humored", "brusque and surly and forbidding", "ill-humored"], ["gruff", "brusque and surly and forbidding", "gruff"]]}, {"answer": "ill-mannered", "hint": "synonyms for ill-mannered", "clues": [["rude", "socially incorrect in behavior", "rude"], ["bad-mannered", "socially incorrect in behavior", "bad-mannered"], ["unmannered", "socially incorrect in behavior", "unmannered"], ["unmannerly", "socially incorrect in behavior", "unmannerly"]]}, {"answer": "ill-omened", "hint": "synonyms for ill-omened", "clues": [["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "unlucky"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "doomed"], ["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-fated"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-starred"]]}, {"answer": "ill-scented", "hint": "synonyms for ill-scented", "clues": [["smelly", "offensively malodorous", "smelly"], ["fetid", "offensively malodorous", "fetid"], ["stinking", "offensively malodorous", "stinking"], ["noisome", "offensively malodorous", "noisome"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["funky", "offensively malodorous", "funky"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "ill-shapen", "hint": "synonyms for ill-shapen", "clues": [["distorted", "so badly formed or out of shape as to be ugly", "distorted"], ["malformed", "so badly formed or out of shape as to be ugly", "malformed"], ["deformed", "so badly formed or out of shape as to be ugly", "deformed"], ["misshapen", "so badly formed or out of shape as to be ugly", "misshapen"]]}, {"answer": "ill-starred", "hint": "synonyms for ill-starred", "clues": [["unlucky", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "unlucky"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "doomed"], ["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-fated"], ["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-omened"]]}, {"answer": "ill-tempered", "hint": "synonyms for ill-tempered", "clues": [["crabbed", "annoyed and irritable", "crabbed"], ["fussy", "annoyed and irritable", "fussy"], ["grouchy", "annoyed and irritable", "grouchy"], ["cross", "annoyed and irritable", "cross"], ["grumpy", "annoyed and irritable", "grumpy"], ["crabby", "annoyed and irritable", "crabby"], ["bad-tempered", "annoyed and irritable", "bad-tempered"]]}, {"answer": "ill-used", "hint": "synonyms for ill-used", "clues": [["victimized", "of persons; taken advantage of", "victimized"], ["used", "of persons; taken advantage of", "used"], ["exploited", "of persons; taken advantage of", "exploited"], ["put-upon", "of persons; taken advantage of", "put-upon"]]}, {"answer": "illogical", "hint": "synonyms for illogical", "clues": [["unlogical", "lacking in correct logical relation", "unlogical"], ["confused", "lacking orderly continuity", "confused"], ["disconnected", "lacking orderly continuity", "disconnected"], ["unconnected", "lacking orderly continuity", "unconnected"], ["disjointed", "lacking orderly continuity", "disjointed"], ["garbled", "lacking orderly continuity", "garbled"], ["scattered", "lacking orderly continuity", "scattered"], ["disordered", "lacking orderly continuity", "disordered"]]}, {"answer": "illustrious", "hint": "synonyms for illustrious", "clues": [["notable", "widely known and esteemed", "notable"], ["far-famed", "widely known and esteemed", "far-famed"], ["renowned", "widely known and esteemed", "renowned"], ["famous", "widely known and esteemed", "famous"], ["famed", "widely known and esteemed", "famed"], ["noted", "widely known and esteemed", "noted"], ["celebrated", "widely known and esteemed", "celebrated"]]}, {"answer": "imitation", "hint": "synonyms for imitation", "clues": [["fake", "not genuine or real; being an imitation of the genuine article", "fake"], ["simulated", "not genuine or real; being an imitation of the genuine article", "simulated"], ["false", "not genuine or real; being an imitation of the genuine article", "false"], ["faux", "not genuine or real; being an imitation of the genuine article", "faux"]]}, {"answer": "immaculate", "hint": "synonyms for immaculate", "clues": [["spic-and-span", "completely neat and clean", "spic-and-span"], ["speckless", "completely neat and clean", "speckless"], ["faultless", "without fault or error", "faultless"], ["spick", "completely neat and clean", "spick"], ["spotless", "completely neat and clean", "spotless"], ["impeccable", "without fault or error", "impeccable"], ["undefiled", "free from stain or blemish", "undefiled"]]}, {"answer": "immaterial", "hint": "synonyms for immaterial", "clues": [["nonmaterial", "not consisting of matter", "nonmaterial"], ["extraneous", "not pertinent to the matter under consideration", "extraneous"], ["indifferent", "(often followed by `to') lacking importance; not mattering one way or the other", "indifferent"], ["incorporeal", "without material form or substance", "incorporeal"], ["orthogonal", "not pertinent to the matter under consideration", "orthogonal"], ["impertinent", "not pertinent to the matter under consideration", "impertinent"]]}, {"answer": "immature", "hint": "synonyms for immature", "clues": [["young", "(used of living things especially persons) in an early period of life or development or growth", "young"], ["unfledged", "(of birds) not yet having developed feathers", "unfledged"], ["green", "not fully developed or mature; not ripe", "green"], ["unripened", "not fully developed or mature; not ripe", "unripened"], ["unripe", "not fully developed or mature; not ripe", "unripe"]]}, {"answer": "immeasurable", "hint": "synonyms for immeasurable", "clues": [["incomputable", "beyond calculation or measure", "incomputable"], ["immensurable", "impossible to measure", "immensurable"], ["unmeasurable", "impossible to measure", "unmeasurable"], ["inestimable", "beyond calculation or measure", "inestimable"], ["unmeasured", "impossible to measure", "unmeasured"]]}, {"answer": "immediate", "hint": "synonyms for immediate", "clues": [["straightaway", "performed with little or no delay", "straightaway"], ["quick", "performed with little or no delay", "quick"], ["prompt", "performed with little or no delay", "prompt"], ["contiguous", "very close or connected in space or time", "contiguous"]]}, {"answer": "imminent", "hint": "synonyms for imminent", "clues": [["close at hand", "close in time; about to occur", "close at hand"], ["impending", "close in time; about to occur", "impending"], ["impendent", "close in time; about to occur", "impendent"], ["at hand", "close in time; about to occur", "at hand"]]}, {"answer": "impassioned", "hint": "synonyms for impassioned", "clues": [["fiery", "characterized by intense emotion", "fiery"], ["perfervid", "characterized by intense emotion", "perfervid"], ["ardent", "characterized by intense emotion", "ardent"], ["torrid", "characterized by intense emotion", "torrid"], ["fervid", "characterized by intense emotion", "fervid"], ["fervent", "characterized by intense emotion", "fervent"]]}, {"answer": "impassive", "hint": "synonyms for impassive", "clues": [["unexpressive", "deliberately impassive in manner", "unexpressive"], ["poker-faced", "deliberately impassive in manner", "poker-faced"], ["expressionless", "deliberately impassive in manner", "expressionless"], ["deadpan", "deliberately impassive in manner", "deadpan"], ["stolid", "having or revealing little emotion or sensibility; not easily aroused or excited; ; - Nordhoff & Hall; -Virginia Woolf", "stolid"]]}, {"answer": "impecunious", "hint": "synonyms for impecunious", "clues": [["in straitened circumstances", "not having enough money to pay for necessities", "in straitened circumstances"], ["penniless", "not having enough money to pay for necessities", "penniless"], ["penurious", "not having enough money to pay for necessities", "penurious"], ["pinched", "not having enough money to pay for necessities", "pinched"], ["hard up", "not having enough money to pay for necessities", "hard up"]]}, {"answer": "impendent", "hint": "synonyms for impendent", "clues": [["close at hand", "close in time; about to occur", "close at hand"], ["impending", "close in time; about to occur", "impending"], ["imminent", "close in time; about to occur", "imminent"], ["at hand", "close in time; about to occur", "at hand"]]}, {"answer": "impending", "hint": "synonyms for impending", "clues": [["close at hand", "close in time; about to occur", "close at hand"], ["impendent", "close in time; about to occur", "impendent"], ["imminent", "close in time; about to occur", "imminent"], ["at hand", "close in time; about to occur", "at hand"]]}, {"answer": "imperial", "hint": "synonyms for imperial", "clues": [["majestic", "belonging to or befitting a supreme ruler", "majestic"], ["royal", "belonging to or befitting a supreme ruler", "royal"], ["purple", "belonging to or befitting a supreme ruler", "purple"], ["regal", "belonging to or befitting a supreme ruler", "regal"]]}, {"answer": "imperious", "hint": "synonyms for imperious", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"]]}, {"answer": "impertinent", "hint": "synonyms for impertinent", "clues": [["impudent", "improperly forward or bold", "impudent"], ["sassy", "improperly forward or bold", "sassy"], ["orthogonal", "not pertinent to the matter under consideration", "orthogonal"], ["fresh", "improperly forward or bold", "fresh"], ["pert", "characterized by a lightly pert and exuberant quality", "pert"], ["wise", "improperly forward or bold", "wise"], ["overbold", "improperly forward or bold", "overbold"], ["smart", "improperly forward or bold", "smart"], ["extraneous", "not pertinent to the matter under consideration", "extraneous"], ["immaterial", "not pertinent to the matter under consideration", "immaterial"], ["irreverent", "characterized by a lightly pert and exuberant quality", "irreverent"], ["saucy", "improperly forward or bold", "saucy"]]}, {"answer": "impetuous", "hint": "synonyms for impetuous", "clues": [["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "tearaway"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "hotheaded"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "madcap"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "brainish"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impulsive"]]}, {"answer": "impish", "hint": "synonyms for impish", "clues": [["mischievous", "naughtily or annoyingly playful", "mischievous"], ["wicked", "naughtily or annoyingly playful", "wicked"], ["implike", "naughtily or annoyingly playful", "implike"], ["prankish", "naughtily or annoyingly playful", "prankish"], ["arch", "naughtily or annoyingly playful", "arch"], ["puckish", "naughtily or annoyingly playful", "puckish"], ["pixilated", "naughtily or annoyingly playful", "pixilated"]]}, {"answer": "implanted", "hint": "synonyms for implanted", "clues": [["planted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "planted"], ["ingrained", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "ingrained"], ["deep-rooted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "deep-rooted"], ["deep-seated", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "deep-seated"]]}, {"answer": "implike", "hint": "synonyms for implike", "clues": [["wicked", "naughtily or annoyingly playful", "wicked"], ["arch", "naughtily or annoyingly playful", "arch"], ["prankish", "naughtily or annoyingly playful", "prankish"], ["impish", "naughtily or annoyingly playful", "impish"], ["mischievous", "naughtily or annoyingly playful", "mischievous"], ["puckish", "naughtily or annoyingly playful", "puckish"], ["pixilated", "naughtily or annoyingly playful", "pixilated"]]}, {"answer": "important", "hint": "synonyms for important", "clues": [["authoritative", "having authority or ascendancy or influence", "authoritative"], ["of import", "of great significance or value", "of import"], ["significant", "important in effect or meaning", "significant"], ["crucial", "of extreme importance; vital to the resolution of a crisis", "crucial"]]}, {"answer": "imposing", "hint": "synonyms for imposing", "clues": [["distinguished", "used of a person's appearance or behavior; befitting an eminent person", "distinguished"], ["stately", "impressive in appearance", "stately"], ["baronial", "impressive in appearance", "baronial"], ["magisterial", "used of a person's appearance or behavior; befitting an eminent person", "magisterial"], ["noble", "impressive in appearance", "noble"], ["grand", "used of a person's appearance or behavior; befitting an eminent person", "grand"]]}, {"answer": "impossible", "hint": "synonyms for impossible", "clues": [["unimaginable", "totally unlikely", "unimaginable"], ["insufferable", "used of persons or their behavior", "insufferable"], ["inconceivable", "totally unlikely", "inconceivable"], ["unacceptable", "used of persons or their behavior", "unacceptable"], ["out of the question", "totally unlikely", "out of the question"]]}, {"answer": "impoverished", "hint": "synonyms for impoverished", "clues": [["poverty-stricken", "poor enough to need help from others", "poverty-stricken"], ["necessitous", "poor enough to need help from others", "necessitous"], ["needy", "poor enough to need help from others", "needy"], ["wiped out", "destroyed financially", "wiped out"], ["destitute", "poor enough to need help from others", "destitute"], ["broken", "destroyed financially", "broken"], ["indigent", "poor enough to need help from others", "indigent"]]}, {"answer": "impregnable", "hint": "synonyms for impregnable", "clues": [["conceptive", "capable of conceiving", "conceptive"], ["inexpugnable", "incapable of being overcome, challenged or refuted", "inexpugnable"], ["secure", "immune to attack; incapable of being tampered with", "secure"], ["unattackable", "immune to attack; incapable of being tampered with", "unattackable"], ["strong", "immune to attack; incapable of being tampered with", "strong"], ["unassailable", "immune to attack; incapable of being tampered with", "unassailable"], ["inviolable", "immune to attack; incapable of being tampered with", "inviolable"]]}, {"answer": "improbable", "hint": "synonyms for improbable", "clues": [["unlikely", "not likely to be true or to occur or to have occurred", "unlikely"], ["tall", "too improbable to admit of belief", "tall"], ["unconvincing", "having a probability too low to inspire belief", "unconvincing"], ["marvelous", "too improbable to admit of belief", "marvelous"], ["unbelievable", "having a probability too low to inspire belief", "unbelievable"]]}, {"answer": "impromptu", "hint": "synonyms for impromptu", "clues": [["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["extemporary", "with little or no preparation or forethought", "extemporary"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["extempore", "with little or no preparation or forethought", "extempore"], ["offhand", "with little or no preparation or forethought", "offhand"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"]]}, {"answer": "impudent", "hint": "synonyms for impudent", "clues": [["sassy", "improperly forward or bold", "sassy"], ["fresh", "improperly forward or bold", "fresh"], ["insolent", "marked by casual disrespect", "insolent"], ["impertinent", "improperly forward or bold", "impertinent"], ["wise", "improperly forward or bold", "wise"], ["flip", "marked by casual disrespect", "flip"], ["overbold", "improperly forward or bold", "overbold"], ["snotty-nosed", "marked by casual disrespect", "snotty-nosed"], ["smart", "improperly forward or bold", "smart"], ["saucy", "improperly forward or bold", "saucy"]]}, {"answer": "impulsive", "hint": "synonyms for impulsive", "clues": [["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "tearaway"], ["unprompted", "proceeding from natural feeling or impulse without external stimulus", "unprompted"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "hotheaded"], ["whimsical", "determined by chance or impulse or whim rather than by necessity or reason", "whimsical"], ["driving", "having the power of driving or impelling", "driving"], ["capricious", "determined by chance or impulse or whim rather than by necessity or reason", "capricious"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "madcap"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "brainish"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impetuous"]]}, {"answer": "in_love", "hint": "synonyms for in love", "clues": [["taken with", "marked by foolish or unreasoning fondness", "taken with"], ["potty", "marked by foolish or unreasoning fondness", "potty"], ["enamored", "marked by foolish or unreasoning fondness", "enamored"], ["soft on", "marked by foolish or unreasoning fondness", "soft on"], ["infatuated", "marked by foolish or unreasoning fondness", "infatuated"], ["smitten", "marked by foolish or unreasoning fondness", "smitten"]]}, {"answer": "in_one's_birthday_suit", "hint": "synonyms for in one's birthday suit", "clues": [["mother-naked", "as naked as at birth", "mother-naked"], ["naked as the day you were born", "as naked as at birth", "naked as the day you were born"], ["in your birthday suit", "as naked as at birth", "in your birthday suit"], ["naked as the day one was born", "as naked as at birth", "naked as the day one was born"]]}, {"answer": "in_small_stages", "hint": "synonyms for in small stages", "clues": [["piecemeal", "one thing at a time", "piecemeal"], ["bit-by-bit", "one thing at a time", "bit-by-bit"], ["stepwise", "one thing at a time", "stepwise"], ["step-by-step", "one thing at a time", "step-by-step"]]}, {"answer": "in_straitened_circumstances", "hint": "synonyms for in straitened circumstances", "clues": [["impecunious", "not having enough money to pay for necessities", "impecunious"], ["penniless", "not having enough money to pay for necessities", "penniless"], ["penurious", "not having enough money to pay for necessities", "penurious"], ["pinched", "not having enough money to pay for necessities", "pinched"], ["hard up", "not having enough money to pay for necessities", "hard up"]]}, {"answer": "in_style", "hint": "synonyms for in style", "clues": [["a la mode", "in the current fashion or style", "a la mode"], ["latest", "in the current fashion or style", "latest"], ["modish", "in the current fashion or style", "modish"], ["in vogue", "in the current fashion or style", "in vogue"]]}, {"answer": "in_the_altogether", "hint": "synonyms for in the altogether", "clues": [["bare-ass", "(used informally) completely unclothed", "bare-ass"], ["in the raw", "(used informally) completely unclothed", "in the raw"], ["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["peeled", "(used informally) completely unclothed", "peeled"], ["raw", "(used informally) completely unclothed", "raw"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["in the buff", "(used informally) completely unclothed", "in the buff"]]}, {"answer": "in_the_buff", "hint": "synonyms for in the buff", "clues": [["bare-ass", "(used informally) completely unclothed", "bare-ass"], ["in the raw", "(used informally) completely unclothed", "in the raw"], ["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["peeled", "(used informally) completely unclothed", "peeled"], ["raw", "(used informally) completely unclothed", "raw"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"]]}, {"answer": "in_the_raw", "hint": "synonyms for in the raw", "clues": [["bare-ass", "(used informally) completely unclothed", "bare-ass"], ["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["peeled", "(used informally) completely unclothed", "peeled"], ["raw", "(used informally) completely unclothed", "raw"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"], ["in the buff", "(used informally) completely unclothed", "in the buff"]]}, {"answer": "in_vogue", "hint": "synonyms for in vogue", "clues": [["a la mode", "in the current fashion or style", "a la mode"], ["latest", "in the current fashion or style", "latest"], ["in style", "in the current fashion or style", "in style"], ["modish", "in the current fashion or style", "modish"]]}, {"answer": "in_your_birthday_suit", "hint": "synonyms for in your birthday suit", "clues": [["mother-naked", "as naked as at birth", "mother-naked"], ["naked as the day you were born", "as naked as at birth", "naked as the day you were born"], ["naked as the day one was born", "as naked as at birth", "naked as the day one was born"], ["in one's birthday suit", "as naked as at birth", "in one's birthday suit"]]}, {"answer": "inaccessible", "hint": "synonyms for inaccessible", "clues": [["unaccessible", "capable of being reached only with great difficulty or not at all", "unaccessible"], ["unobtainable", "not capable of being obtained", "unobtainable"], ["unprocurable", "not capable of being obtained", "unprocurable"], ["untouchable", "not capable of being obtained", "untouchable"]]}, {"answer": "inactive", "hint": "synonyms for inactive", "clues": [["still", "not in physical motion", "still"], ["nonoperational", "(military) not involved in military operations", "nonoperational"], ["motionless", "not in physical motion", "motionless"], ["passive", "lacking in energy or will; - George Meredith", "passive"], ["static", "not in physical motion", "static"], ["dormant", "(of e.g. volcanos) not erupting and not extinct", "dormant"]]}, {"answer": "inane", "hint": "synonyms for inane", "clues": [["asinine", "devoid of intelligence", "asinine"], ["fatuous", "devoid of intelligence", "fatuous"], ["mindless", "devoid of intelligence", "mindless"], ["vacuous", "devoid of intelligence", "vacuous"]]}, {"answer": "inapt", "hint": "synonyms for inapt", "clues": [["awkward", "not elegant or graceful in expression", "awkward"], ["cumbersome", "not elegant or graceful in expression", "cumbersome"], ["inept", "not elegant or graceful in expression", "inept"], ["clumsy", "not elegant or graceful in expression", "clumsy"], ["ill-chosen", "not elegant or graceful in expression", "ill-chosen"]]}, {"answer": "inaugural", "hint": "synonyms for inaugural", "clues": [["initiatory", "serving to set in motion", "initiatory"], ["initiative", "serving to set in motion", "initiative"], ["first", "serving to set in motion", "first"], ["maiden", "serving to set in motion", "maiden"]]}, {"answer": "inauspicious", "hint": "synonyms for inauspicious", "clues": [["unfortunate", "not auspicious; boding ill", "unfortunate"], ["ill", "presaging ill fortune; ; ; - P.B.Shelley", "ill"], ["adverse", "contrary to your interests or welfare", "adverse"], ["ominous", "presaging ill fortune; ; ; - P.B.Shelley", "ominous"], ["untoward", "contrary to your interests or welfare", "untoward"]]}, {"answer": "inborn", "hint": "synonyms for inborn", "clues": [["inbred", "normally existing at birth", "inbred"], ["connatural", "normally existing at birth", "connatural"], ["congenital", "present at birth but not necessarily hereditary; acquired during fetal development", "congenital"], ["innate", "present at birth but not necessarily hereditary; acquired during fetal development", "innate"]]}, {"answer": "inbuilt", "hint": "synonyms for inbuilt", "clues": [["integral", "existing as an essential constituent or characteristic", "integral"], ["built-in", "existing as an essential constituent or characteristic", "built-in"], ["constitutional", "existing as an essential constituent or characteristic", "constitutional"], ["inherent", "existing as an essential constituent or characteristic", "inherent"]]}, {"answer": "incendiary", "hint": "synonyms for incendiary", "clues": [["instigative", "arousing to action or rebellion", "instigative"], ["rabble-rousing", "arousing to action or rebellion", "rabble-rousing"], ["seditious", "arousing to action or rebellion", "seditious"], ["inflammatory", "arousing to action or rebellion", "inflammatory"], ["incitive", "arousing to action or rebellion", "incitive"]]}, {"answer": "incessant", "hint": "synonyms for incessant", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing", "never-ending"], ["unremitting", "uninterrupted in time and indefinitely long continuing", "unremitting"], ["unceasing", "uninterrupted in time and indefinitely long continuing", "unceasing"], ["ceaseless", "uninterrupted in time and indefinitely long continuing", "ceaseless"], ["constant", "uninterrupted in time and indefinitely long continuing", "constant"], ["perpetual", "uninterrupted in time and indefinitely long continuing", "perpetual"]]}, {"answer": "incidental", "hint": "synonyms for incidental", "clues": [["ensuant", "following or accompanying as a consequence", "ensuant"], ["accompanying", "following or accompanying as a consequence", "accompanying"], ["nonessential", "not of prime or central importance; - Pubs.MLA", "nonessential"], ["consequent", "following or accompanying as a consequence", "consequent"], ["attendant", "following or accompanying as a consequence", "attendant"], ["concomitant", "following or accompanying as a consequence", "concomitant"], ["resultant", "following or accompanying as a consequence", "resultant"], ["incident", "(sometimes followed by `to') minor or casual or subordinate in significance or nature or occurring as a chance concomitant or consequence", "incident"], ["sequent", "following or accompanying as a consequence", "sequent"]]}, {"answer": "incised", "hint": "synonyms for incised", "clues": [["inscribed", "cut or impressed into a surface", "inscribed"], ["graven", "cut or impressed into a surface", "graven"], ["engraved", "cut or impressed into a surface", "engraved"], ["etched", "cut or impressed into a surface", "etched"]]}, {"answer": "incisive", "hint": "synonyms for incisive", "clues": [["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions", "acute"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"]]}, {"answer": "incitive", "hint": "synonyms for incitive", "clues": [["instigative", "arousing to action or rebellion", "instigative"], ["rabble-rousing", "arousing to action or rebellion", "rabble-rousing"], ["seditious", "arousing to action or rebellion", "seditious"], ["inflammatory", "arousing to action or rebellion", "inflammatory"], ["incendiary", "arousing to action or rebellion", "incendiary"]]}, {"answer": "incompatible", "hint": "synonyms for incompatible", "clues": [["out or keeping", "not in keeping with what is correct or proper", "out or keeping"], ["contrastive", "of words so related that one contrasts with the other", "contrastive"], ["ill-sorted", "not easy to combine harmoniously", "ill-sorted"], ["unfitting", "not in keeping with what is correct or proper", "unfitting"], ["inappropriate", "not in keeping with what is correct or proper", "inappropriate"], ["antagonistic", "used especially of drugs or muscles that counteract or neutralize each other's effect", "antagonistic"], ["uncongenial", "not suitable to your tastes or needs", "uncongenial"], ["unsuited", "not easy to combine harmoniously", "unsuited"], ["discrepant", "not compatible with other facts", "discrepant"], ["mismated", "not easy to combine harmoniously", "mismated"]]}, {"answer": "incompetent", "hint": "synonyms for incompetent", "clues": [["clumsy", "showing lack of skill or aptitude", "clumsy"], ["incapable", "not meeting requirements", "incapable"], ["fumbling", "showing lack of skill or aptitude", "fumbling"], ["unequal to", "not meeting requirements", "unequal to"], ["bungling", "showing lack of skill or aptitude", "bungling"], ["unskilled", "not doing a good job", "unskilled"], ["unqualified", "legally not qualified or sufficient", "unqualified"]]}, {"answer": "incorporate", "hint": "synonyms for incorporate", "clues": [["merged", "formed or united into a whole", "merged"], ["incorporated", "formed or united into a whole", "incorporated"], ["unified", "formed or united into a whole", "unified"], ["integrated", "formed or united into a whole", "integrated"]]}, {"answer": "incorporated", "hint": "synonyms for incorporated", "clues": [["merged", "formed or united into a whole", "merged"], ["corporate", "organized and maintained as a legal corporation", "corporate"], ["integrated", "formed or united into a whole", "integrated"], ["unified", "formed or united into a whole", "unified"]]}, {"answer": "indecent", "hint": "synonyms for indecent", "clues": [["indecorous", "not in keeping with accepted standards of what is right or proper in polite society", "indecorous"], ["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society", "unbecoming"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society", "untoward"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society", "uncomely"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society", "unseemly"]]}, {"answer": "indecorous", "hint": "synonyms for indecorous", "clues": [["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society", "unbecoming"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society", "untoward"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society", "indecent"], ["indelicate", "lacking propriety and good taste in manners and conduct", "indelicate"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society", "uncomely"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society", "unseemly"]]}, {"answer": "indefensible", "hint": "synonyms for indefensible", "clues": [["unwarranted", "incapable of being justified or explained", "unwarranted"], ["unjustifiable", "incapable of being justified or explained", "unjustifiable"], ["unwarrantable", "incapable of being justified or explained", "unwarrantable"], ["insupportable", "incapable of being justified or explained", "insupportable"], ["untenable", "(of theories etc) incapable of being defended or justified", "untenable"]]}, {"answer": "indefinable", "hint": "synonyms for indefinable", "clues": [["indescribable", "defying expression or description", "indescribable"], ["untellable", "defying expression or description", "untellable"], ["ineffable", "defying expression or description", "ineffable"], ["unspeakable", "defying expression or description", "unspeakable"], ["undefinable", "not capable of being precisely or readily described; not easily put into words", "undefinable"], ["unutterable", "defying expression or description", "unutterable"]]}, {"answer": "independent", "hint": "synonyms for independent", "clues": [["autonomous", "(of political bodies) not controlled by outside forces", "autonomous"], ["self-governing", "(of political bodies) not controlled by outside forces", "self-governing"], ["main", "(of a clause) capable of standing syntactically alone as a complete sentence", "main"], ["sovereign", "(of political bodies) not controlled by outside forces", "sovereign"]]}, {"answer": "indescribable", "hint": "synonyms for indescribable", "clues": [["untellable", "defying expression or description", "untellable"], ["ineffable", "defying expression or description", "ineffable"], ["unspeakable", "defying expression or description", "unspeakable"], ["indefinable", "defying expression or description", "indefinable"], ["unutterable", "defying expression or description", "unutterable"]]}, {"answer": "indicative", "hint": "synonyms for indicative", "clues": [["revelatory", "(usually followed by `of') pointing out or revealing clearly", "revelatory"], ["indicatory", "(usually followed by `of') pointing out or revealing clearly", "indicatory"], ["suggestive", "(usually followed by `of') pointing out or revealing clearly", "suggestive"], ["declarative", "relating to the mood of verbs that is used simple in declarative statements", "declarative"], ["significative", "(usually followed by `of') pointing out or revealing clearly", "significative"]]}, {"answer": "indicatory", "hint": "synonyms for indicatory", "clues": [["suggestive", "(usually followed by `of') pointing out or revealing clearly", "suggestive"], ["revelatory", "(usually followed by `of') pointing out or revealing clearly", "revelatory"], ["significative", "(usually followed by `of') pointing out or revealing clearly", "significative"], ["indicative", "(usually followed by `of') pointing out or revealing clearly", "indicative"]]}, {"answer": "indifferent", "hint": "synonyms for indifferent", "clues": [["immaterial", "(often followed by `to') lacking importance; not mattering one way or the other", "immaterial"], ["unbiased", "characterized by a lack of partiality", "unbiased"], ["neutral", "having only a limited ability to react chemically; chemically inactive", "neutral"], ["inert", "having only a limited ability to react chemically; chemically inactive", "inert"], ["deaf", "(usually followed by `to') unwilling or refusing to pay heed", "deaf"], ["so-so", "being neither good nor bad", "so-so"], ["apathetic", "marked by a lack of interest", "apathetic"]]}, {"answer": "indigenous", "hint": "synonyms for indigenous", "clues": [["autochthonal", "originating where it is found", "autochthonal"], ["autochthonous", "originating where it is found", "autochthonous"], ["autochthonic", "originating where it is found", "autochthonic"], ["endemic", "originating where it is found", "endemic"]]}, {"answer": "indigent", "hint": "synonyms for indigent", "clues": [["poverty-stricken", "poor enough to need help from others", "poverty-stricken"], ["necessitous", "poor enough to need help from others", "necessitous"], ["impoverished", "poor enough to need help from others", "impoverished"], ["needy", "poor enough to need help from others", "needy"], ["destitute", "poor enough to need help from others", "destitute"]]}, {"answer": "indisposed", "hint": "synonyms for indisposed", "clues": [["sickly", "somewhat ill or prone to illness", "sickly"], ["loth", "(usually followed by `to') strongly opposed", "loth"], ["antipathetic", "(usually followed by `to') strongly opposed", "antipathetic"], ["poorly", "somewhat ill or prone to illness", "poorly"], ["under the weather", "somewhat ill or prone to illness", "under the weather"], ["peaked", "somewhat ill or prone to illness", "peaked"], ["averse", "(usually followed by `to') strongly opposed", "averse"], ["unwell", "somewhat ill or prone to illness", "unwell"], ["ailing", "somewhat ill or prone to illness", "ailing"], ["seedy", "somewhat ill or prone to illness", "seedy"]]}, {"answer": "individual", "hint": "synonyms for individual", "clues": [["case-by-case", "separate and distinct from others of the same kind", "case-by-case"], ["item-by-item", "separate and distinct from others of the same kind", "item-by-item"], ["single", "characteristic of or meant for a single person or thing", "single"], ["private", "concerning one person exclusively", "private"]]}, {"answer": "indolent", "hint": "synonyms for indolent", "clues": [["lazy", "disinclined to work or exertion", "lazy"], ["work-shy", "disinclined to work or exertion", "work-shy"], ["slothful", "disinclined to work or exertion", "slothful"], ["faineant", "disinclined to work or exertion", "faineant"], ["otiose", "disinclined to work or exertion", "otiose"]]}, {"answer": "industrious", "hint": "synonyms for industrious", "clues": [["untiring", "characterized by hard work and perseverance", "untiring"], ["up-and-coming", "working hard to promote an enterprise", "up-and-coming"], ["hardworking", "characterized by hard work and perseverance", "hardworking"], ["energetic", "working hard to promote an enterprise", "energetic"], ["tireless", "characterized by hard work and perseverance", "tireless"], ["gumptious", "working hard to promote an enterprise", "gumptious"]]}, {"answer": "ineffable", "hint": "synonyms for ineffable", "clues": [["indescribable", "defying expression or description", "indescribable"], ["untellable", "defying expression or description", "untellable"], ["unspeakable", "too sacred to be uttered", "unspeakable"], ["unnameable", "too sacred to be uttered", "unnameable"], ["indefinable", "defying expression or description", "indefinable"], ["unutterable", "too sacred to be uttered", "unutterable"]]}, {"answer": "ineffective", "hint": "synonyms for ineffective", "clues": [["ineffectual", "not producing an intended effect", "ineffectual"], ["unable", "lacking in power or forcefulness", "unable"], ["uneffective", "not producing an intended effect", "uneffective"], ["inefficient", "lacking the ability or skill to perform effectively; inadequate", "inefficient"]]}, {"answer": "ineffectual", "hint": "synonyms for ineffectual", "clues": [["unable", "lacking in power or forcefulness", "unable"], ["otiose", "producing no result or effect", "otiose"], ["unavailing", "producing no result or effect", "unavailing"], ["ineffective", "lacking in power or forcefulness", "ineffective"], ["futile", "producing no result or effect", "futile"]]}, {"answer": "inept", "hint": "synonyms for inept", "clues": [["awkward", "not elegant or graceful in expression", "awkward"], ["tactless", "revealing lack of perceptiveness or judgment or finesse", "tactless"], ["cumbersome", "not elegant or graceful in expression", "cumbersome"], ["feckless", "generally incompetent and ineffectual", "feckless"], ["clumsy", "not elegant or graceful in expression", "clumsy"], ["inapt", "not elegant or graceful in expression", "inapt"], ["ill-chosen", "not elegant or graceful in expression", "ill-chosen"]]}, {"answer": "inert", "hint": "synonyms for inert", "clues": [["soggy", "slow and apathetic", "soggy"], ["torpid", "slow and apathetic", "torpid"], ["neutral", "having only a limited ability to react chemically; chemically inactive", "neutral"], ["sluggish", "slow and apathetic", "sluggish"], ["indifferent", "having only a limited ability to react chemically; chemically inactive", "indifferent"]]}, {"answer": "inexorable", "hint": "synonyms for inexorable", "clues": [["unforgiving", "not to be placated or appeased or moved by entreaty", "unforgiving"], ["stern", "not to be placated or appeased or moved by entreaty", "stern"], ["unappeasable", "not to be placated or appeased or moved by entreaty", "unappeasable"], ["relentless", "not to be placated or appeased or moved by entreaty", "relentless"], ["intransigent", "impervious to pleas, persuasion, requests, reason; ; - W.Churchill", "intransigent"], ["adamant", "impervious to pleas, persuasion, requests, reason; ; - W.Churchill", "adamant"], ["unrelenting", "not to be placated or appeased or moved by entreaty", "unrelenting"], ["adamantine", "impervious to pleas, persuasion, requests, reason; ; - W.Churchill", "adamantine"], ["grim", "not to be placated or appeased or moved by entreaty", "grim"]]}, {"answer": "infatuated", "hint": "synonyms for infatuated", "clues": [["taken with", "marked by foolish or unreasoning fondness", "taken with"], ["in love", "marked by foolish or unreasoning fondness", "in love"], ["potty", "marked by foolish or unreasoning fondness", "potty"], ["enamored", "marked by foolish or unreasoning fondness", "enamored"], ["soft on", "marked by foolish or unreasoning fondness", "soft on"], ["smitten", "marked by foolish or unreasoning fondness", "smitten"]]}, {"answer": "infernal", "hint": "synonyms for infernal", "clues": [["blame", "expletives used informally as intensifiers", "blame"], ["diabolical", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolical"], ["blasted", "expletives used informally as intensifiers", "blasted"], ["damn", "expletives used informally as intensifiers", "damn"], ["blessed", "expletives used informally as intensifiers", "blessed"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell", "unholy"], ["goddamn", "expletives used informally as intensifiers", "goddamn"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell", "fiendish"], ["darned", "expletives used informally as intensifiers", "darned"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell", "demonic"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell", "hellish"], ["damned", "expletives used informally as intensifiers", "damned"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell", "satanic"], ["deuced", "expletives used informally as intensifiers", "deuced"]]}, {"answer": "infinite", "hint": "synonyms for infinite", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["myriad", "too numerous to be counted", "myriad"], ["non-finite", "of verbs; having neither person nor number nor mood (as a participle or gerund or infinitive)", "non-finite"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "infirm", "hint": "synonyms for infirm", "clues": [["weakly", "lacking bodily or muscular strength or vitality", "weakly"], ["decrepit", "lacking bodily or muscular strength or vitality", "decrepit"], ["sapless", "lacking bodily or muscular strength or vitality", "sapless"], ["rickety", "lacking bodily or muscular strength or vitality", "rickety"], ["feeble", "lacking bodily or muscular strength or vitality", "feeble"], ["debile", "lacking bodily or muscular strength or vitality", "debile"]]}, {"answer": "inflammatory", "hint": "synonyms for inflammatory", "clues": [["instigative", "arousing to action or rebellion", "instigative"], ["rabble-rousing", "arousing to action or rebellion", "rabble-rousing"], ["seditious", "arousing to action or rebellion", "seditious"], ["incendiary", "arousing to action or rebellion", "incendiary"], ["incitive", "arousing to action or rebellion", "incitive"]]}, {"answer": "inflexible", "hint": "synonyms for inflexible", "clues": [["unbending", "incapable of adapting or changing to meet circumstances", "unbending"], ["uncompromising", "not making concessions", "uncompromising"], ["sturdy", "not making concessions", "sturdy"], ["rigid", "incapable of adapting or changing to meet circumstances", "rigid"]]}, {"answer": "informative", "hint": "synonyms for informative", "clues": [["illuminating", "tending to increase knowledge or dissipate ignorance", "illuminating"], ["informatory", "providing or conveying information", "informatory"], ["instructive", "serving to instruct or enlighten or inform", "instructive"], ["enlightening", "tending to increase knowledge or dissipate ignorance", "enlightening"]]}, {"answer": "infuriated", "hint": "synonyms for infuriated", "clues": [["furious", "marked by extreme anger", "furious"], ["angered", "marked by extreme anger", "angered"], ["maddened", "marked by extreme anger", "maddened"], ["enraged", "marked by extreme anger", "enraged"]]}, {"answer": "inglorious", "hint": "synonyms for inglorious", "clues": [["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "opprobrious"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "black"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "ignominious"], ["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "disgraceful"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "shameful"]]}, {"answer": "inherent", "hint": "synonyms for inherent", "clues": [["underlying", "in the nature of something though not readily apparent", "underlying"], ["inbuilt", "existing as an essential constituent or characteristic", "inbuilt"], ["implicit in", "in the nature of something though not readily apparent", "implicit in"], ["integral", "existing as an essential constituent or characteristic", "integral"], ["constitutional", "existing as an essential constituent or characteristic", "constitutional"], ["built-in", "existing as an essential constituent or characteristic", "built-in"]]}, {"answer": "inherited", "hint": "synonyms for inherited", "clues": [["familial", "occurring among members of a family usually by heredity", "familial"], ["hereditary", "occurring among members of a family usually by heredity", "hereditary"], ["genetic", "occurring among members of a family usually by heredity", "genetic"], ["transmissible", "occurring among members of a family usually by heredity", "transmissible"], ["transmitted", "occurring among members of a family usually by heredity", "transmitted"]]}, {"answer": "initiative", "hint": "synonyms for initiative", "clues": [["initiatory", "serving to set in motion", "initiatory"], ["first", "serving to set in motion", "first"], ["maiden", "serving to set in motion", "maiden"], ["inaugural", "serving to set in motion", "inaugural"]]}, {"answer": "initiatory", "hint": "synonyms for initiatory", "clues": [["initiative", "serving to set in motion", "initiative"], ["first", "serving to set in motion", "first"], ["maiden", "serving to set in motion", "maiden"], ["inaugural", "serving to set in motion", "inaugural"]]}, {"answer": "innate", "hint": "synonyms for innate", "clues": [["born", "being talented through inherited qualities", "born"], ["unconditioned", "not established by conditioning or learning", "unconditioned"], ["congenital", "present at birth but not necessarily hereditary; acquired during fetal development", "congenital"], ["natural", "being talented through inherited qualities", "natural"], ["inborn", "present at birth but not necessarily hereditary; acquired during fetal development", "inborn"], ["unlearned", "not established by conditioning or learning", "unlearned"]]}, {"answer": "inner", "hint": "synonyms for inner", "clues": [["internal", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr.", "internal"], ["inside", "confined to an exclusive group", "inside"], ["privileged", "confined to an exclusive group", "privileged"], ["interior", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr.", "interior"], ["intimate", "innermost or essential", "intimate"]]}, {"answer": "innocent", "hint": "synonyms for innocent", "clues": [["devoid", "completely wanting or lacking", "devoid"], ["barren", "completely wanting or lacking", "barren"], ["clean-handed", "free from evil or guilt", "clean-handed"], ["impeccant", "free from sin", "impeccant"], ["unacquainted", "not knowledgeable about something specified", "unacquainted"], ["free", "completely wanting or lacking", "free"], ["innocuous", "lacking intent or capacity to injure", "innocuous"], ["guiltless", "free from evil or guilt", "guiltless"], ["destitute", "completely wanting or lacking", "destitute"], ["sinless", "free from sin", "sinless"], ["ingenuous", "lacking in sophistication or worldliness", "ingenuous"]]}, {"answer": "innovative", "hint": "synonyms for innovative", "clues": [["innovational", "being or producing something like nothing done or experienced or created before", "innovational"], ["groundbreaking", "being or producing something like nothing done or experienced or created before", "groundbreaking"], ["modern", "ahead of the times", "modern"], ["forward-looking", "ahead of the times", "forward-looking"], ["advanced", "ahead of the times", "advanced"]]}, {"answer": "innumerable", "hint": "synonyms for innumerable", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["numberless", "too numerous to be counted", "numberless"], ["myriad", "too numerous to be counted", "myriad"], ["infinite", "too numerous to be counted", "infinite"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "innumerous", "hint": "synonyms for innumerous", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["myriad", "too numerous to be counted", "myriad"], ["infinite", "too numerous to be counted", "infinite"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "inscribed", "hint": "synonyms for inscribed", "clues": [["graven", "cut or impressed into a surface", "graven"], ["incised", "cut or impressed into a surface", "incised"], ["engraved", "cut or impressed into a surface", "engraved"], ["etched", "cut or impressed into a surface", "etched"]]}, {"answer": "inscrutable", "hint": "synonyms for inscrutable", "clues": [["deep", "of an obscure nature; ; ; ; - Rachel Carson", "deep"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson", "mystifying"], ["cryptic", "of an obscure nature; ; ; ; - Rachel Carson", "cryptic"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson", "mysterious"]]}, {"answer": "insensate", "hint": "synonyms for insensate", "clues": [["insentient", "devoid of feeling and consciousness and animation", "insentient"], ["cold-blooded", "without compunction or human feeling", "cold-blooded"], ["cold", "without compunction or human feeling", "cold"], ["inhuman", "without compunction or human feeling", "inhuman"]]}, {"answer": "insensible", "hint": "synonyms for insensible", "clues": [["undetectable", "barely able to be perceived", "undetectable"], ["senseless", "unresponsive to stimulation", "senseless"], ["indiscernible", "barely able to be perceived", "indiscernible"], ["unaffected", "unaware of or indifferent to", "unaffected"]]}, {"answer": "insipid", "hint": "synonyms for insipid", "clues": [["flat", "lacking taste or flavor or tang", "flat"], ["savourless", "lacking taste or flavor or tang", "savourless"], ["flavorless", "lacking taste or flavor or tang", "flavorless"], ["bland", "lacking taste or flavor or tang", "bland"], ["jejune", "lacking interest or significance or impact", "jejune"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}, {"answer": "insistent", "hint": "synonyms for insistent", "clues": [["repetitive", "repetitive and persistent", "repetitive"], ["crying", "demanding attention; ; ; - H.L.Mencken", "crying"], ["clamant", "demanding attention; ; ; - H.L.Mencken", "clamant"], ["exigent", "demanding attention; ; ; - H.L.Mencken", "exigent"], ["instant", "demanding attention; ; ; - H.L.Mencken", "instant"]]}, {"answer": "insolent", "hint": "synonyms for insolent", "clues": [["bald-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bald-faced"], ["bodacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "bodacious"], ["flip", "marked by casual disrespect", "flip"], ["barefaced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "barefaced"], ["impudent", "marked by casual disrespect", "impudent"], ["snotty-nosed", "marked by casual disrespect", "snotty-nosed"], ["brazen-faced", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen-faced"], ["audacious", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "audacious"], ["brassy", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brassy"], ["brazen", "unrestrained by convention or propriety; ; ; - Los Angeles Times; ; ; - Bertrand Russell", "brazen"]]}, {"answer": "instant", "hint": "synonyms for instant", "clues": [["insistent", "demanding attention; ; ; - H.L.Mencken", "insistent"], ["crying", "demanding attention; ; ; - H.L.Mencken", "crying"], ["instantaneous", "occurring with no delay", "instantaneous"], ["clamant", "demanding attention; ; ; - H.L.Mencken", "clamant"], ["exigent", "demanding attention; ; ; - H.L.Mencken", "exigent"], ["inst", "in or of the present month", "inst"]]}, {"answer": "instigative", "hint": "synonyms for instigative", "clues": [["rabble-rousing", "arousing to action or rebellion", "rabble-rousing"], ["seditious", "arousing to action or rebellion", "seditious"], ["inflammatory", "arousing to action or rebellion", "inflammatory"], ["incendiary", "arousing to action or rebellion", "incendiary"], ["incitive", "arousing to action or rebellion", "incitive"]]}, {"answer": "insupportable", "hint": "synonyms for insupportable", "clues": [["indefensible", "incapable of being justified or explained", "indefensible"], ["unjustifiable", "incapable of being justified or explained", "unjustifiable"], ["unwarrantable", "incapable of being justified or explained", "unwarrantable"], ["unwarranted", "incapable of being justified or explained", "unwarranted"]]}, {"answer": "integral", "hint": "synonyms for integral", "clues": [["intact", "constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon", "intact"], ["inbuilt", "existing as an essential constituent or characteristic", "inbuilt"], ["entire", "constituting the undiminished entirety; lacking nothing essential especially not damaged; - Bacon", "entire"], ["constitutional", "existing as an essential constituent or characteristic", "constitutional"], ["inherent", "existing as an essential constituent or characteristic", "inherent"], ["built-in", "existing as an essential constituent or characteristic", "built-in"]]}, {"answer": "integrated", "hint": "synonyms for integrated", "clues": [["merged", "formed or united into a whole", "merged"], ["incorporated", "formed or united into a whole", "incorporated"], ["unified", "formed or united into a whole", "unified"], ["structured", "resembling a living organism in organization or development", "structured"]]}, {"answer": "intelligent", "hint": "synonyms for intelligent", "clues": [["levelheaded", "exercising or showing good judgment", "levelheaded"], ["well-informed", "possessing sound knowledge", "well-informed"], ["sound", "exercising or showing good judgment", "sound"], ["thinking", "endowed with the capacity to reason", "thinking"], ["healthy", "exercising or showing good judgment", "healthy"], ["reasoning", "endowed with the capacity to reason", "reasoning"]]}, {"answer": "intelligible", "hint": "synonyms for intelligible", "clues": [["apprehensible", "capable of being apprehended or understood", "apprehensible"], ["perceivable", "capable of being apprehended or understood", "perceivable"], ["graspable", "capable of being apprehended or understood", "graspable"], ["understandable", "capable of being apprehended or understood", "understandable"]]}, {"answer": "intent", "hint": "synonyms for intent", "clues": [["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "engrossed"], ["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare", "captive"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "absorbed"], ["enwrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare", "enwrapped"]]}, {"answer": "interfering", "hint": "synonyms for interfering", "clues": [["busy", "intrusive in a meddling or offensive manner", "busy"], ["meddlesome", "intrusive in a meddling or offensive manner", "meddlesome"], ["meddling", "intrusive in a meddling or offensive manner", "meddling"], ["busybodied", "intrusive in a meddling or offensive manner", "busybodied"], ["officious", "intrusive in a meddling or offensive manner", "officious"]]}, {"answer": "interior", "hint": "synonyms for interior", "clues": [["national", "inside the country", "national"], ["internal", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr.", "internal"], ["home", "inside the country", "home"], ["inner", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr.", "inner"], ["midland", "of or coming from the middle of a region or country", "midland"], ["upcountry", "of or coming from the middle of a region or country", "upcountry"]]}, {"answer": "internal", "hint": "synonyms for internal", "clues": [["national", "inside the country", "national"], ["home", "inside the country", "home"], ["inner", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr.", "inner"], ["interior", "located inward; - Leonard Bernstein; - David Denby; - A.R.Gurney,Jr.", "interior"], ["intragroup", "occurring within an institution or community", "intragroup"], ["intimate", "innermost or essential", "intimate"]]}, {"answer": "intimate", "hint": "synonyms for intimate", "clues": [["informal", "having or fostering a warm or friendly and informal atmosphere", "informal"], ["internal", "innermost or essential", "internal"], ["cozy", "having or fostering a warm or friendly and informal atmosphere", "cozy"], ["familiar", "having mutual interests or affections; of established friendship", "familiar"], ["versed", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read", "versed"], ["knowledgeable", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read", "knowledgeable"], ["inner", "innermost or essential", "inner"], ["sexual", "involved in a sexual relationship", "sexual"]]}, {"answer": "intrepid", "hint": "synonyms for intrepid", "clues": [["hardy", "invulnerable to fear or intimidation", "hardy"], ["dauntless", "invulnerable to fear or intimidation", "dauntless"], ["fearless", "invulnerable to fear or intimidation", "fearless"], ["audacious", "invulnerable to fear or intimidation", "audacious"], ["unfearing", "invulnerable to fear or intimidation", "unfearing"], ["brave", "invulnerable to fear or intimidation", "brave"]]}, {"answer": "intumescent", "hint": "synonyms for intumescent", "clues": [["tumescent", "abnormally distended especially by fluids or gas", "tumescent"], ["tumid", "abnormally distended especially by fluids or gas", "tumid"], ["puffy", "abnormally distended especially by fluids or gas", "puffy"], ["turgid", "abnormally distended especially by fluids or gas", "turgid"]]}, {"answer": "inundated", "hint": "synonyms for inundated", "clues": [["flooded", "covered with water", "flooded"], ["afloat", "covered with water", "afloat"], ["overflowing", "covered with water", "overflowing"], ["awash", "covered with water", "awash"]]}, {"answer": "invasive", "hint": "synonyms for invasive", "clues": [["trespassing", "gradually intrusive without right or permission", "trespassing"], ["invading", "involving invasion or aggressive attack", "invading"], ["encroaching", "gradually intrusive without right or permission", "encroaching"], ["incursive", "involving invasion or aggressive attack", "incursive"]]}, {"answer": "inviolable", "hint": "synonyms for inviolable", "clues": [["sacrosanct", "must be kept sacred", "sacrosanct"], ["inviolate", "must be kept sacred", "inviolate"], ["infrangible", "not capable of being violated or infringed", "infrangible"], ["secure", "immune to attack; incapable of being tampered with", "secure"], ["unassailable", "immune to attack; incapable of being tampered with", "unassailable"], ["impregnable", "immune to attack; incapable of being tampered with", "impregnable"], ["unattackable", "immune to attack; incapable of being tampered with", "unattackable"], ["absolute", "not capable of being violated or infringed", "absolute"], ["strong", "immune to attack; incapable of being tampered with", "strong"]]}, {"answer": "involved", "hint": "synonyms for involved", "clues": [["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "convoluted"], ["mired", "entangled or hindered as if e.g. in mire", "mired"], ["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tangled"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tortuous"], ["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "knotty"]]}, {"answer": "irascible", "hint": "synonyms for irascible", "clues": [["hot-tempered", "quickly aroused to anger", "hot-tempered"], ["quick-tempered", "quickly aroused to anger", "quick-tempered"], ["choleric", "characterized by anger", "choleric"], ["hotheaded", "quickly aroused to anger", "hotheaded"]]}, {"answer": "iridescent", "hint": "synonyms for iridescent", "clues": [["opaline", "having a play of lustrous rainbow colors", "opaline"], ["shot", "varying in color when seen in different lights or from different angles", "shot"], ["changeable", "varying in color when seen in different lights or from different angles", "changeable"], ["pearlescent", "having a play of lustrous rainbow colors", "pearlescent"], ["nacreous", "having a play of lustrous rainbow colors", "nacreous"], ["chatoyant", "varying in color when seen in different lights or from different angles", "chatoyant"]]}, {"answer": "irksome", "hint": "synonyms for irksome", "clues": [["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "irregular", "hint": "synonyms for irregular", "clues": [["atypical", "deviating from normal expectations; somewhat odd, strange, or abnormal", "atypical"], ["maverick", "independent in behavior or thought", "maverick"], ["unpredictable", "not occurring at expected times", "unpredictable"], ["unorthodox", "independent in behavior or thought", "unorthodox"], ["temporary", "lacking continuity or regularity", "temporary"]]}, {"answer": "irreverent", "hint": "synonyms for irreverent", "clues": [["saucy", "characterized by a lightly pert and exuberant quality", "saucy"], ["impertinent", "characterized by a lightly pert and exuberant quality", "impertinent"], ["pert", "characterized by a lightly pert and exuberant quality", "pert"], ["godless", "not revering god", "godless"]]}, {"answer": "irritable", "hint": "synonyms for irritable", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["excitable", "capable of responding to stimuli", "excitable"], ["pettish", "easily irritated or annoyed", "pettish"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "irritated", "hint": "synonyms for irritated", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["peeved", "aroused to impatience or anger", "peeved"], ["pissed", "aroused to impatience or anger", "pissed"], ["riled", "aroused to impatience or anger", "riled"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["steamed", "aroused to impatience or anger", "steamed"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"]]}, {"answer": "irritating", "hint": "synonyms for irritating", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["irritative", "(used of physical stimuli) serving to stimulate or excite", "irritative"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["annoying", "causing irritation or annoyance", "annoying"], ["painful", "causing physical discomfort", "painful"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["bothersome", "causing irritation or annoyance", "bothersome"]]}, {"answer": "isolated", "hint": "synonyms for isolated", "clues": [["stranded", "cut off or left behind", "stranded"], ["obscure", "remote and separate physically or socially; ; - W.H.Hudson", "obscure"], ["apart", "remote and separate physically or socially; ; - W.H.Hudson", "apart"], ["separated", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "separated"], ["marooned", "cut off or left behind", "marooned"], ["stray", "not close together in time", "stray"], ["disjunct", "marked by separation of or from usually contiguous elements; - Scientific Monthly", "disjunct"], ["quarantined", "under forced isolation especially for health reasons", "quarantined"], ["set-apart", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "set-apart"], ["detached", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "detached"]]}, {"answer": "itsy-bitsy", "hint": "synonyms for itsy-bitsy", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "itty-bitty", "hint": "synonyms for itty-bitty", "clues": [["bittie", "(used informally) very small", "bittie"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "jagged", "hint": "synonyms for jagged", "clues": [["jaggy", "having a sharply uneven surface or outline", "jaggy"], ["erose", "having an irregularly notched or toothed margin as though gnawed", "erose"], ["toothed", "having an irregularly notched or toothed margin as though gnawed", "toothed"], ["scraggy", "having a sharply uneven surface or outline", "scraggy"], ["notched", "having an irregularly notched or toothed margin as though gnawed", "notched"]]}, {"answer": "jaggy", "hint": "synonyms for jaggy", "clues": [["erose", "having an irregularly notched or toothed margin as though gnawed", "erose"], ["toothed", "having an irregularly notched or toothed margin as though gnawed", "toothed"], ["jagged", "having a sharply uneven surface or outline", "jagged"], ["scraggy", "having a sharply uneven surface or outline", "scraggy"], ["notched", "having an irregularly notched or toothed margin as though gnawed", "notched"]]}, {"answer": "janus-faced", "hint": "synonyms for janus-faced", "clues": [["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-tongued"], ["two-faced", "having two faces--one looking to the future and one to the past", "two-faced"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "ambidextrous"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-dealing"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-faced"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "deceitful"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "duplicitous"]]}, {"answer": "jaunty", "hint": "synonyms for jaunty", "clues": [["natty", "marked by up-to-dateness in dress and manners", "natty"], ["debonair", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds", "debonair"], ["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["chipper", "having a cheerful, lively, and self-confident air; - Frances G. Patton; - H.M.Reynolds", "chipper"]]}, {"answer": "jazzy", "hint": "synonyms for jazzy", "clues": [["sporty", "(used especially of clothes) marked by conspicuous display", "sporty"], ["gaudy", "(used especially of clothes) marked by conspicuous display", "gaudy"], ["flashy", "(used especially of clothes) marked by conspicuous display", "flashy"], ["showy", "(used especially of clothes) marked by conspicuous display", "showy"]]}, {"answer": "jealous", "hint": "synonyms for jealous", "clues": [["overjealous", "suspicious or unduly suspicious or fearful of being displaced by a rival", "overjealous"], ["envious", "showing extreme cupidity; painfully desirous of another's advantages", "envious"], ["covetous", "showing extreme cupidity; painfully desirous of another's advantages", "covetous"], ["green-eyed", "suspicious or unduly suspicious or fearful of being displaced by a rival", "green-eyed"]]}, {"answer": "jeering", "hint": "synonyms for jeering", "clues": [["mocking", "abusing vocally; expressing contempt or ridicule", "mocking"], ["taunting", "abusing vocally; expressing contempt or ridicule", "taunting"], ["gibelike", "abusing vocally; expressing contempt or ridicule", "gibelike"], ["derisive", "abusing vocally; expressing contempt or ridicule", "derisive"]]}, {"answer": "jejune", "hint": "synonyms for jejune", "clues": [["adolescent", "displaying or suggesting a lack of maturity", "adolescent"], ["insipid", "lacking interest or significance or impact", "insipid"], ["puerile", "displaying or suggesting a lack of maturity", "puerile"], ["insubstantial", "lacking in nutritive value", "insubstantial"], ["juvenile", "displaying or suggesting a lack of maturity", "juvenile"]]}, {"answer": "jerky", "hint": "synonyms for jerky", "clues": [["jerking", "lacking a steady rhythm", "jerking"], ["dopey", "having or revealing stupidity", "dopey"], ["foolish", "having or revealing stupidity", "foolish"], ["goosey", "having or revealing stupidity", "goosey"], ["arrhythmic", "lacking a steady rhythm", "arrhythmic"], ["choppy", "marked by abrupt transitions", "choppy"], ["gooselike", "having or revealing stupidity", "gooselike"], ["anserine", "having or revealing stupidity", "anserine"]]}, {"answer": "jet", "hint": "synonyms for jet", "clues": [["jet-black", "of the blackest black; similar to the color of jet or coal", "jet-black"], ["sooty", "of the blackest black; similar to the color of jet or coal", "sooty"], ["pitchy", "of the blackest black; similar to the color of jet or coal", "pitchy"], ["coal-black", "of the blackest black; similar to the color of jet or coal", "coal-black"]]}, {"answer": "jet-black", "hint": "synonyms for jet-black", "clues": [["sooty", "of the blackest black; similar to the color of jet or coal", "sooty"], ["pitchy", "of the blackest black; similar to the color of jet or coal", "pitchy"], ["jet", "of the blackest black; similar to the color of jet or coal", "jet"], ["coal-black", "of the blackest black; similar to the color of jet or coal", "coal-black"]]}, {"answer": "jeweled", "hint": "synonyms for jeweled", "clues": [["spangled", "covered with beads or jewels or sequins", "spangled"], ["sequined", "covered with beads or jewels or sequins", "sequined"], ["gemmed", "covered with beads or jewels or sequins", "gemmed"], ["jewelled", "covered with beads or jewels or sequins", "jewelled"], ["beady", "covered with beads or jewels or sequins", "beady"], ["spangly", "covered with beads or jewels or sequins", "spangly"]]}, {"answer": "jewelled", "hint": "synonyms for jewelled", "clues": [["spangled", "covered with beads or jewels or sequins", "spangled"], ["sequined", "covered with beads or jewels or sequins", "sequined"], ["gemmed", "covered with beads or jewels or sequins", "gemmed"], ["beady", "covered with beads or jewels or sequins", "beady"], ["spangly", "covered with beads or jewels or sequins", "spangly"], ["jeweled", "covered with beads or jewels or sequins", "jeweled"]]}, {"answer": "jingoistic", "hint": "synonyms for jingoistic", "clues": [["flag-waving", "fanatically patriotic", "flag-waving"], ["ultranationalistic", "fanatically patriotic", "ultranationalistic"], ["chauvinistic", "fanatically patriotic", "chauvinistic"], ["superpatriotic", "fanatically patriotic", "superpatriotic"], ["nationalistic", "fanatically patriotic", "nationalistic"]]}, {"answer": "jittery", "hint": "synonyms for jittery", "clues": [["jumpy", "being in a tense state", "jumpy"], ["uptight", "being in a tense state", "uptight"], ["edgy", "being in a tense state", "edgy"], ["restive", "being in a tense state", "restive"], ["overstrung", "being in a tense state", "overstrung"], ["high-strung", "being in a tense state", "high-strung"], ["highly strung", "being in a tense state", "highly strung"], ["nervy", "being in a tense state", "nervy"]]}, {"answer": "jocund", "hint": "synonyms for jocund", "clues": [["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth", "mirthful"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth", "gay"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth", "jovial"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth", "merry"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth", "jolly"]]}, {"answer": "jolly", "hint": "synonyms for jolly", "clues": [["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth", "mirthful"], ["jocund", "full of or showing high-spirited merriment; ; - Wordsworth", "jocund"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth", "gay"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth", "merry"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth", "jovial"]]}, {"answer": "jolting", "hint": "synonyms for jolting", "clues": [["jolty", "causing or characterized by jolts and irregular movements", "jolty"], ["rocky", "causing or characterized by jolts and irregular movements", "rocky"], ["rough", "causing or characterized by jolts and irregular movements", "rough"], ["bumpy", "causing or characterized by jolts and irregular movements", "bumpy"], ["jumpy", "causing or characterized by jolts and irregular movements", "jumpy"]]}, {"answer": "jolty", "hint": "synonyms for jolty", "clues": [["rocky", "causing or characterized by jolts and irregular movements", "rocky"], ["jolting", "causing or characterized by jolts and irregular movements", "jolting"], ["rough", "causing or characterized by jolts and irregular movements", "rough"], ["bumpy", "causing or characterized by jolts and irregular movements", "bumpy"], ["jumpy", "causing or characterized by jolts and irregular movements", "jumpy"]]}, {"answer": "jovial", "hint": "synonyms for jovial", "clues": [["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth", "mirthful"], ["jocund", "full of or showing high-spirited merriment; ; - Wordsworth", "jocund"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth", "gay"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth", "merry"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth", "jolly"]]}, {"answer": "jubilant", "hint": "synonyms for jubilant", "clues": [["rejoicing", "joyful and proud especially because of triumph or success", "rejoicing"], ["elated", "full of high-spirited delight", "elated"], ["triumphal", "joyful and proud especially because of triumph or success", "triumphal"], ["triumphant", "joyful and proud especially because of triumph or success", "triumphant"], ["prideful", "joyful and proud especially because of triumph or success", "prideful"], ["joyful", "full of high-spirited delight", "joyful"], ["exultant", "joyful and proud especially because of triumph or success", "exultant"], ["gleeful", "full of high-spirited delight", "gleeful"], ["exulting", "joyful and proud especially because of triumph or success", "exulting"]]}, {"answer": "juicy", "hint": "synonyms for juicy", "clues": [["red-hot", "having strong sexual appeal", "red-hot"], ["racy", "suggestive of sexual impropriety", "racy"], ["gamy", "suggestive of sexual impropriety", "gamy"], ["risque", "suggestive of sexual impropriety", "risque"], ["blue", "suggestive of sexual impropriety", "blue"], ["voluptuous", "having strong sexual appeal", "voluptuous"], ["fat", "lucrative", "fat"], ["toothsome", "having strong sexual appeal", "toothsome"], ["luscious", "having strong sexual appeal", "luscious"], ["spicy", "suggestive of sexual impropriety", "spicy"], ["naughty", "suggestive of sexual impropriety", "naughty"]]}, {"answer": "jumbled", "hint": "synonyms for jumbled", "clues": [["disorderly", "in utter disorder", "disorderly"], ["hugger-mugger", "in utter disorder", "hugger-mugger"], ["topsy-turvy", "in utter disorder", "topsy-turvy"], ["higgledy-piggledy", "in utter disorder", "higgledy-piggledy"]]}, {"answer": "jumpy", "hint": "synonyms for jumpy", "clues": [["jolting", "causing or characterized by jolts and irregular movements", "jolting"], ["uptight", "being in a tense state", "uptight"], ["edgy", "being in a tense state", "edgy"], ["restive", "being in a tense state", "restive"], ["overstrung", "being in a tense state", "overstrung"], ["bumpy", "causing or characterized by jolts and irregular movements", "bumpy"], ["high-strung", "being in a tense state", "high-strung"], ["highly strung", "being in a tense state", "highly strung"], ["jolty", "causing or characterized by jolts and irregular movements", "jolty"], ["nervy", "being in a tense state", "nervy"], ["rough", "causing or characterized by jolts and irregular movements", "rough"], ["rocky", "causing or characterized by jolts and irregular movements", "rocky"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "junior-grade", "hint": "synonyms for junior-grade", "clues": [["subaltern", "inferior in rank or status", "subaltern"], ["lowly", "inferior in rank or status", "lowly"], ["secondary", "inferior in rank or status", "secondary"], ["petty", "inferior in rank or status", "petty"], ["lower-ranking", "inferior in rank or status", "lower-ranking"]]}, {"answer": "just", "hint": "synonyms for just", "clues": [["equitable", "fair to all parties as dictated by reason and conscience", "equitable"], ["good", "of moral excellence", "good"], ["upright", "of moral excellence", "upright"], ["fair", "free from favoritism or self-interest or bias or deception; conforming with established standards or rules", "fair"]]}, {"answer": "jutting", "hint": "synonyms for jutting", "clues": [["protruding", "extending out above or beyond a surface or boundary", "protruding"], ["sticking out", "extending out above or beyond a surface or boundary", "sticking out"], ["sticking", "extending out above or beyond a surface or boundary", "sticking"], ["relieved", "extending out above or beyond a surface or boundary", "relieved"], ["projected", "extending out above or beyond a surface or boundary", "projected"], ["projecting", "extending out above or beyond a surface or boundary", "projecting"]]}, {"answer": "k", "hint": "synonyms for k", "clues": [["one thousand", "denoting a quantity consisting of 1,000 items or units", "one thousand"], ["m", "denoting a quantity consisting of 1,000 items or units", "m"], ["thousand", "denoting a quantity consisting of 1,000 items or units", "thousand"], ["1000", "denoting a quantity consisting of 1,000 items or units", "1000"]]}, {"answer": "keen", "hint": "synonyms for keen", "clues": [["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["swell", "very good", "swell"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"], ["neat", "very good", "neat"], ["cutting", "painful as if caused by a sharp instrument", "cutting"], ["lancinate", "painful as if caused by a sharp instrument", "lancinate"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["nifty", "very good", "nifty"], ["stabbing", "painful as if caused by a sharp instrument", "stabbing"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions", "acute"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["lancinating", "painful as if caused by a sharp instrument", "lancinating"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["groovy", "very good", "groovy"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["smashing", "very good", "smashing"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"], ["exquisite", "intense or sharp", "exquisite"]]}, {"answer": "keen-sighted", "hint": "synonyms for keen-sighted", "clues": [["eagle-eyed", "capable of seeing to a great distance", "eagle-eyed"], ["lynx-eyed", "having very keen vision", "lynx-eyed"], ["farseeing", "capable of seeing to a great distance", "farseeing"], ["sharp-eyed", "having very keen vision", "sharp-eyed"], ["quick-sighted", "having very keen vision", "quick-sighted"], ["sharp-sighted", "having very keen vision", "sharp-sighted"], ["argus-eyed", "having very keen vision", "argus-eyed"], ["hawk-eyed", "having very keen vision", "hawk-eyed"], ["longsighted", "capable of seeing to a great distance", "longsighted"]]}, {"answer": "key", "hint": "synonyms for key", "clues": [["cardinal", "serving as an essential component", "cardinal"], ["primal", "serving as an essential component", "primal"], ["central", "serving as an essential component", "central"], ["fundamental", "serving as an essential component", "fundamental"]]}, {"answer": "kin", "hint": "synonyms for kin", "clues": [["cognate", "related by blood", "cognate"], ["blood-related", "related by blood", "blood-related"], ["consanguineous", "related by blood", "consanguineous"], ["akin", "related by blood", "akin"], ["consanguineal", "related by blood", "consanguineal"]]}, {"answer": "kindly", "hint": "synonyms for kindly", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity", "charitable"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity", "good-hearted"], ["benevolent", "showing or motivated by sympathy and understanding and generosity", "benevolent"], ["openhearted", "showing or motivated by sympathy and understanding and generosity", "openhearted"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity", "sympathetic"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity", "large-hearted"]]}, {"answer": "kinky", "hint": "synonyms for kinky", "clues": [["frizzy", "(of hair) in small tight curls", "frizzy"], ["offbeat", "informal terms; strikingly unconventional", "offbeat"], ["far-out", "informal terms; strikingly unconventional", "far-out"], ["perverted", "(used of sexual behavior) showing or appealing to bizarre or deviant tastes", "perverted"], ["crisp", "(of hair) in small tight curls", "crisp"], ["way-out", "informal terms; strikingly unconventional", "way-out"], ["quirky", "informal terms; strikingly unconventional", "quirky"], ["nappy", "(of hair) in small tight curls", "nappy"]]}, {"answer": "kitschy", "hint": "synonyms for kitschy", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "kitty-corner", "hint": "synonyms for kitty-corner", "clues": [["catty-corner", "slanted across a polygon on a diagonal line", "catty-corner"], ["cata-cornered", "slanted across a polygon on a diagonal line", "cata-cornered"], ["kitty-cornered", "slanted across a polygon on a diagonal line", "kitty-cornered"], ["catercorner", "slanted across a polygon on a diagonal line", "catercorner"]]}, {"answer": "kitty-cornered", "hint": "synonyms for kitty-cornered", "clues": [["catty-corner", "slanted across a polygon on a diagonal line", "catty-corner"], ["cata-cornered", "slanted across a polygon on a diagonal line", "cata-cornered"], ["kitty-corner", "slanted across a polygon on a diagonal line", "kitty-corner"], ["catercorner", "slanted across a polygon on a diagonal line", "catercorner"]]}, {"answer": "knavish", "hint": "synonyms for knavish", "clues": [["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["tricksy", "marked by skill in deception", "tricksy"], ["crafty", "marked by skill in deception", "crafty"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "knifelike", "hint": "synonyms for knifelike", "clues": [["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["piercing", "painful as if caused by a sharp instrument", "piercing"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["stabbing", "painful as if caused by a sharp instrument", "stabbing"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions", "acute"], ["lancinating", "painful as if caused by a sharp instrument", "lancinating"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["cutting", "painful as if caused by a sharp instrument", "cutting"], ["lancinate", "painful as if caused by a sharp instrument", "lancinate"]]}, {"answer": "knightly", "hint": "synonyms for knightly", "clues": [["gallant", "being attentive to women like an ideal knight", "gallant"], ["medieval", "characteristic of the time of chivalry and knighthood in the Middle Ages", "medieval"], ["chivalric", "characteristic of the time of chivalry and knighthood in the Middle Ages", "chivalric"], ["chivalrous", "being attentive to women like an ideal knight", "chivalrous"]]}, {"answer": "knobbed", "hint": "synonyms for knobbed", "clues": [["knotty", "used of old persons or old trees; covered with knobs or knots", "knotty"], ["knotted", "used of old persons or old trees; covered with knobs or knots", "knotted"], ["gnarly", "used of old persons or old trees; covered with knobs or knots", "gnarly"], ["gnarled", "used of old persons or old trees; covered with knobs or knots", "gnarled"]]}, {"answer": "knotted", "hint": "synonyms for knotted", "clues": [["knotty", "used of old persons or old trees; covered with knobs or knots", "knotty"], ["gnarly", "used of old persons or old trees; covered with knobs or knots", "gnarly"], ["knobbed", "used of old persons or old trees; covered with knobs or knots", "knobbed"], ["gnarled", "used of old persons or old trees; covered with knobs or knots", "gnarled"]]}, {"answer": "knotty", "hint": "synonyms for knotty", "clues": [["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "convoluted"], ["problematical", "making great mental demands; hard to comprehend or solve or believe", "problematical"], ["gnarled", "used of old persons or old trees; covered with knobs or knots", "gnarled"], ["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tangled"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tortuous"], ["tough", "making great mental demands; hard to comprehend or solve or believe", "tough"], ["knotted", "used of old persons or old trees; covered with knobs or knots", "knotted"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "involved"], ["snarly", "tangled in knots or snarls", "snarly"], ["baffling", "making great mental demands; hard to comprehend or solve or believe", "baffling"], ["gnarly", "used of old persons or old trees; covered with knobs or knots", "gnarly"], ["knobbed", "used of old persons or old trees; covered with knobs or knots", "knobbed"], ["elusive", "making great mental demands; hard to comprehend or solve or believe", "elusive"]]}, {"answer": "knowing", "hint": "synonyms for knowing", "clues": [["intentional", "characterized by conscious design or purpose", "intentional"], ["wise", "evidencing the possession of inside information", "wise"], ["lettered", "highly educated; having extensive information or understanding", "lettered"], ["learned", "highly educated; having extensive information or understanding", "learned"], ["well-read", "highly educated; having extensive information or understanding", "well-read"], ["knowledgeable", "alert and fully informed", "knowledgeable"], ["wise to", "evidencing the possession of inside information", "wise to"], ["well-educated", "highly educated; having extensive information or understanding", "well-educated"]]}, {"answer": "knowledgeable", "hint": "synonyms for knowledgeable", "clues": [["knowing", "highly educated; having extensive information or understanding", "knowing"], ["intimate", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read", "intimate"], ["lettered", "highly educated; having extensive information or understanding", "lettered"], ["well-read", "highly educated; having extensive information or understanding", "well-read"], ["learned", "highly educated; having extensive information or understanding", "learned"], ["versed", "thoroughly acquainted through study or experience; -W.H.Hudson; - Herbert Read", "versed"], ["well-educated", "highly educated; having extensive information or understanding", "well-educated"]]}, {"answer": "ko'd", "hint": "synonyms for ko'd", "clues": [["stunned", "knocked unconscious by a heavy blow", "stunned"], ["knocked out", "knocked unconscious by a heavy blow", "knocked out"], ["out", "knocked unconscious by a heavy blow", "out"], ["kayoed", "knocked unconscious by a heavy blow", "kayoed"]]}, {"answer": "kookie", "hint": "synonyms for kookie", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "kooky", "hint": "synonyms for kooky", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "kyphotic", "hint": "synonyms for kyphotic", "clues": [["crookbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "crookbacked"], ["hunchbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "hunchbacked"], ["humpbacked", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humpbacked"], ["gibbous", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "gibbous"], ["humped", "characteristic of or suffering from kyphosis, an abnormality of the vertebral column", "humped"]]}, {"answer": "laborious", "hint": "synonyms for laborious", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "lacking", "hint": "synonyms for lacking", "clues": [["absent", "nonexistent", "absent"], ["missing", "nonexistent", "missing"], ["wanting", "nonexistent", "wanting"], ["deficient", "inadequate in amount or degree", "deficient"]]}, {"answer": "lacy", "hint": "synonyms for lacy", "clues": [["lacelike", "made of or resembling lace", "lacelike"], ["netted", "having open interstices or resembling a web", "netted"], ["weblike", "having open interstices or resembling a web", "weblike"], ["netlike", "having open interstices or resembling a web", "netlike"], ["webby", "having open interstices or resembling a web", "webby"], ["webbed", "having open interstices or resembling a web", "webbed"]]}, {"answer": "laid-off", "hint": "synonyms for laid-off", "clues": [["pink-slipped", "having lost your job", "pink-slipped"], ["fired", "having lost your job", "fired"], ["discharged", "having lost your job", "discharged"], ["dismissed", "having lost your job", "dismissed"]]}, {"answer": "lame", "hint": "synonyms for lame", "clues": [["halt", "disabled in the feet or legs", "halt"], ["game", "disabled in the feet or legs", "game"], ["feeble", "pathetically lacking in force or effectiveness", "feeble"], ["gimpy", "disabled in the feet or legs", "gimpy"], ["crippled", "disabled in the feet or legs", "crippled"]]}, {"answer": "lamentable", "hint": "synonyms for lamentable", "clues": [["distressing", "bad; unfortunate", "distressing"], ["deplorable", "bad; unfortunate", "deplorable"], ["sorry", "bad; unfortunate", "sorry"], ["sad", "bad; unfortunate", "sad"], ["pitiful", "bad; unfortunate", "pitiful"]]}, {"answer": "lancinate", "hint": "synonyms for lancinate", "clues": [["knifelike", "painful as if caused by a sharp instrument", "knifelike"], ["piercing", "painful as if caused by a sharp instrument", "piercing"], ["stabbing", "painful as if caused by a sharp instrument", "stabbing"], ["lancinating", "painful as if caused by a sharp instrument", "lancinating"], ["cutting", "painful as if caused by a sharp instrument", "cutting"], ["keen", "painful as if caused by a sharp instrument", "keen"]]}, {"answer": "lancinating", "hint": "synonyms for lancinating", "clues": [["knifelike", "painful as if caused by a sharp instrument", "knifelike"], ["piercing", "painful as if caused by a sharp instrument", "piercing"], ["stabbing", "painful as if caused by a sharp instrument", "stabbing"], ["cutting", "painful as if caused by a sharp instrument", "cutting"], ["keen", "painful as if caused by a sharp instrument", "keen"], ["lancinate", "painful as if caused by a sharp instrument", "lancinate"]]}, {"answer": "laputan", "hint": "synonyms for laputan", "clues": [["airy", "not practical or realizable; speculative", "airy"], ["impractical", "not practical or realizable; speculative", "impractical"], ["windy", "not practical or realizable; speculative", "windy"], ["visionary", "not practical or realizable; speculative", "visionary"]]}, {"answer": "large", "hint": "synonyms for large", "clues": [["turgid", "ostentatiously lofty in style", "turgid"], ["great", "in an advanced stage of pregnancy", "great"], ["orotund", "ostentatiously lofty in style", "orotund"], ["tumid", "ostentatiously lofty in style", "tumid"], ["big", "generous and understanding and tolerant", "big"], ["magnanimous", "generous and understanding and tolerant", "magnanimous"], ["bombastic", "ostentatiously lofty in style", "bombastic"], ["prominent", "conspicuous in position or importance", "prominent"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["with child", "in an advanced stage of pregnancy", "with child"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["declamatory", "ostentatiously lofty in style", "declamatory"]]}, {"answer": "large-hearted", "hint": "synonyms for large-hearted", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity", "charitable"], ["kindly", "showing or motivated by sympathy and understanding and generosity", "kindly"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity", "good-hearted"], ["benevolent", "showing or motivated by sympathy and understanding and generosity", "benevolent"], ["openhearted", "showing or motivated by sympathy and understanding and generosity", "openhearted"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity", "sympathetic"]]}, {"answer": "larger", "hint": "synonyms for larger", "clues": [["turgid", "ostentatiously lofty in style", "turgid"], ["great", "in an advanced stage of pregnancy", "great"], ["tumid", "ostentatiously lofty in style", "tumid"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["magnanimous", "generous and understanding and tolerant", "magnanimous"], ["large", "fairly large or important in effect; influential", "large"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["bigger", "large or big relative to something else", "bigger"], ["big", "above average in size or number or quantity or magnitude or extent", "big"], ["orotund", "ostentatiously lofty in style", "orotund"], ["prominent", "conspicuous in position or importance", "prominent"], ["bombastic", "ostentatiously lofty in style", "bombastic"], ["with child", "in an advanced stage of pregnancy", "with child"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["declamatory", "ostentatiously lofty in style", "declamatory"]]}, {"answer": "last", "hint": "synonyms for last", "clues": [["final", "conclusive in a process or progression", "final"], ["terminal", "occurring at or forming an end or termination", "terminal"], ["concluding", "occurring at or forming an end or termination", "concluding"], ["net", "conclusive in a process or progression", "net"], ["utmost", "highest in extent or degree", "utmost"], ["last-place", "lowest in rank or importance", "last-place"], ["lowest", "lowest in rank or importance", "lowest"]]}, {"answer": "lasting", "hint": "synonyms for lasting", "clues": [["long-lived", "existing for a long time", "long-lived"], ["persistent", "retained; not shed", "persistent"], ["durable", "existing for a long time", "durable"], ["long-lasting", "existing for a long time", "long-lasting"], ["permanent", "continuing or enduring without marked change in status or condition or place", "permanent"]]}, {"answer": "late", "hint": "synonyms for late", "clues": [["previous", "(used especially of persons) of the immediate past", "previous"], ["belated", "after the expected or usual time; delayed", "belated"], ["later", "at or toward an end or late period or stage of development", "later"], ["recent", "of the immediate past or just previous to the present time", "recent"], ["tardy", "after the expected or usual time; delayed", "tardy"], ["former", "(used especially of persons) of the immediate past", "former"]]}, {"answer": "late-blooming", "hint": "synonyms for late-blooming", "clues": [["autumn-flowering", "of plants that bloom during the autumn", "autumn-flowering"], ["late-flowering", "of plants that bloom during the autumn", "late-flowering"], ["fall-flowering", "of plants that bloom during the autumn", "fall-flowering"], ["autumn-blooming", "of plants that bloom during the autumn", "autumn-blooming"], ["fall-blooming", "of plants that bloom during the autumn", "fall-blooming"]]}, {"answer": "late-flowering", "hint": "synonyms for late-flowering", "clues": [["autumn-flowering", "of plants that bloom during the autumn", "autumn-flowering"], ["late-blooming", "of plants that bloom during the autumn", "late-blooming"], ["fall-flowering", "of plants that bloom during the autumn", "fall-flowering"], ["autumn-blooming", "of plants that bloom during the autumn", "autumn-blooming"], ["fall-blooming", "of plants that bloom during the autumn", "fall-blooming"]]}, {"answer": "late-spring-blooming", "hint": "synonyms for late-spring-blooming", "clues": [["early-flowering", "of plants that bloom during the spring", "early-flowering"], ["spring-blooming", "of plants that bloom during the spring", "spring-blooming"], ["early-blooming", "of plants that bloom during the spring", "early-blooming"], ["spring-flowering", "of plants that bloom during the spring", "spring-flowering"]]}, {"answer": "later", "hint": "synonyms for later", "clues": [["late", "(used especially of persons) of the immediate past", "late"], ["belated", "after the expected or usual time; delayed", "belated"], ["ulterior", "coming at a subsequent time or stage", "ulterior"], ["previous", "(used especially of persons) of the immediate past", "previous"], ["former", "(used especially of persons) of the immediate past", "former"], ["posterior", "coming at a subsequent time or stage", "posterior"], ["recent", "of the immediate past or just previous to the present time", "recent"], ["tardy", "after the expected or usual time; delayed", "tardy"]]}, {"answer": "latest", "hint": "synonyms for latest", "clues": [["in style", "in the current fashion or style", "in style"], ["late", "(used especially of persons) of the immediate past", "late"], ["belated", "after the expected or usual time; delayed", "belated"], ["previous", "(used especially of persons) of the immediate past", "previous"], ["former", "(used especially of persons) of the immediate past", "former"], ["modish", "in the current fashion or style", "modish"], ["recent", "of the immediate past or just previous to the present time", "recent"], ["in vogue", "in the current fashion or style", "in vogue"], ["up-to-the-minute", "up to the immediate present; most recent or most up-to-date", "up-to-the-minute"], ["a la mode", "in the current fashion or style", "a la mode"], ["tardy", "after the expected or usual time; delayed", "tardy"]]}, {"answer": "laughable", "hint": "synonyms for laughable", "clues": [["preposterous", "incongruous;inviting ridicule", "preposterous"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["absurd", "incongruous;inviting ridicule", "absurd"], ["amusing", "arousing or provoking laughter", "amusing"], ["mirthful", "arousing or provoking laughter", "mirthful"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["risible", "arousing or provoking laughter", "risible"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["idiotic", "incongruous;inviting ridicule", "idiotic"], ["comic", "arousing or provoking laughter", "comic"], ["comical", "arousing or provoking laughter", "comical"], ["funny", "arousing or provoking laughter", "funny"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"]]}, {"answer": "lavish", "hint": "synonyms for lavish", "clues": [["unstinted", "very generous", "unstinted"], ["overgenerous", "very generous", "overgenerous"], ["unstinting", "very generous", "unstinting"], ["plush", "characterized by extravagance and profusion", "plush"], ["too-generous", "very generous", "too-generous"], ["munificent", "very generous", "munificent"], ["unsparing", "very generous", "unsparing"], ["lucullan", "characterized by extravagance and profusion", "lucullan"]]}, {"answer": "lawful", "hint": "synonyms for lawful", "clues": [["legitimate", "authorized, sanctioned by, or in accordance with law", "legitimate"], ["rule-governed", "according to custom or rule or natural law", "rule-governed"], ["licit", "authorized, sanctioned by, or in accordance with law", "licit"], ["rightful", "having a legally established claim", "rightful"], ["true", "having a legally established claim", "true"]]}, {"answer": "lazy", "hint": "synonyms for lazy", "clues": [["work-shy", "disinclined to work or exertion", "work-shy"], ["slothful", "disinclined to work or exertion", "slothful"], ["faineant", "disinclined to work or exertion", "faineant"], ["indolent", "disinclined to work or exertion", "indolent"], ["otiose", "disinclined to work or exertion", "otiose"]]}, {"answer": "leaden", "hint": "synonyms for leaden", "clues": [["heavy", "lacking lightness or liveliness", "heavy"], ["dull", "darkened with overcast", "dull"], ["weighted", "made heavy or weighted down with weariness", "weighted"], ["plodding", "(of movement) slow and laborious", "plodding"]]}, {"answer": "leading", "hint": "synonyms for leading", "clues": [["ahead", "having the leading position or higher score in a contest", "ahead"], ["in the lead", "having the leading position or higher score in a contest", "in the lead"], ["star", "indicating the most important performer or role", "star"], ["prima", "indicating the most important performer or role", "prima"], ["stellar", "indicating the most important performer or role", "stellar"], ["preeminent", "greatest in importance or degree or significance or achievement", "preeminent"], ["starring", "indicating the most important performer or role", "starring"]]}, {"answer": "leaning", "hint": "synonyms for leaning", "clues": [["atilt", "departing or being caused to depart from the true vertical or horizontal", "atilt"], ["canted", "departing or being caused to depart from the true vertical or horizontal", "canted"], ["tipped", "departing or being caused to depart from the true vertical or horizontal", "tipped"], ["tilted", "departing or being caused to depart from the true vertical or horizontal", "tilted"]]}, {"answer": "learned", "hint": "synonyms for learned", "clues": [["knowing", "highly educated; having extensive information or understanding", "knowing"], ["erudite", "having or showing profound knowledge", "erudite"], ["lettered", "highly educated; having extensive information or understanding", "lettered"], ["well-read", "highly educated; having extensive information or understanding", "well-read"], ["conditioned", "established by conditioning or learning", "conditioned"], ["knowledgeable", "highly educated; having extensive information or understanding", "knowledgeable"], ["well-educated", "highly educated; having extensive information or understanding", "well-educated"]]}, {"answer": "leery", "hint": "synonyms for leery", "clues": [["suspicious", "openly distrustful and unwilling to confide", "suspicious"], ["mistrustful", "openly distrustful and unwilling to confide", "mistrustful"], ["wary", "openly distrustful and unwilling to confide", "wary"], ["untrusting", "openly distrustful and unwilling to confide", "untrusting"]]}, {"answer": "left", "hint": "synonyms for left", "clues": [["remaining", "not used up", "remaining"], ["left-hand", "intended for the left hand", "left-hand"], ["unexpended", "not used up", "unexpended"], ["left over", "not used up", "left over"], ["odd", "not used up", "odd"]]}, {"answer": "left-handed", "hint": "synonyms for left-handed", "clues": [["levorotary", "rotating to the left", "levorotary"], ["bumbling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bumbling"], ["ham-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-handed"], ["ham-fisted", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "ham-fisted"], ["morganatic", "(of marriages) of a marriage between one of royal or noble birth and one of lower rank; valid but with the understanding that the rank of the inferior remains unchanged and offspring do not succeed to titles or property of the superior", "morganatic"], ["handless", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "handless"], ["butterfingered", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "butterfingered"], ["bungling", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "bungling"], ["heavy-handed", "lacking physical movement skills, especially with the hands; ; ; ; - Mary H. Vorse", "heavy-handed"]]}, {"answer": "left_over", "hint": "synonyms for left over", "clues": [["remaining", "not used up", "remaining"], ["left", "not used up", "left"], ["unexpended", "not used up", "unexpended"], ["odd", "not used up", "odd"], ["leftover", "not used up", "leftover"]]}, {"answer": "leftover", "hint": "synonyms for leftover", "clues": [["remaining", "not used up", "remaining"], ["left", "not used up", "left"], ["unexpended", "not used up", "unexpended"], ["left over", "not used up", "left over"], ["odd", "not used up", "odd"]]}, {"answer": "lemonlike", "hint": "synonyms for lemonlike", "clues": [["tangy", "tasting sour like a lemon", "tangy"], ["lemony", "tasting sour like a lemon", "lemony"], ["sourish", "tasting sour like a lemon", "sourish"], ["tart", "tasting sour like a lemon", "tart"]]}, {"answer": "lemony", "hint": "synonyms for lemony", "clues": [["tangy", "tasting sour like a lemon", "tangy"], ["sourish", "tasting sour like a lemon", "sourish"], ["lemonlike", "tasting sour like a lemon", "lemonlike"], ["tart", "tasting sour like a lemon", "tart"]]}, {"answer": "lengthy", "hint": "synonyms for lengthy", "clues": [["protracted", "relatively long in duration; tediously protracted", "protracted"], ["drawn-out", "relatively long in duration; tediously protracted", "drawn-out"], ["extended", "relatively long in duration; tediously protracted", "extended"], ["prolonged", "relatively long in duration; tediously protracted", "prolonged"]]}, {"answer": "lenitive", "hint": "synonyms for lenitive", "clues": [["mitigative", "moderating pain or sorrow by making it easier to bear", "mitigative"], ["mitigatory", "moderating pain or sorrow by making it easier to bear", "mitigatory"], ["alleviatory", "moderating pain or sorrow by making it easier to bear", "alleviatory"], ["alleviative", "moderating pain or sorrow by making it easier to bear", "alleviative"]]}, {"answer": "lepidote", "hint": "synonyms for lepidote", "clues": [["scabrous", "rough to the touch; covered with scales or scurf", "scabrous"], ["scaly", "rough to the touch; covered with scales or scurf", "scaly"], ["leprose", "rough to the touch; covered with scales or scurf", "leprose"], ["scurfy", "rough to the touch; covered with scales or scurf", "scurfy"]]}, {"answer": "leprose", "hint": "synonyms for leprose", "clues": [["scabrous", "rough to the touch; covered with scales or scurf", "scabrous"], ["scaly", "rough to the touch; covered with scales or scurf", "scaly"], ["lepidote", "rough to the touch; covered with scales or scurf", "lepidote"], ["scurfy", "rough to the touch; covered with scales or scurf", "scurfy"]]}, {"answer": "lettered", "hint": "synonyms for lettered", "clues": [["knowing", "highly educated; having extensive information or understanding", "knowing"], ["well-read", "highly educated; having extensive information or understanding", "well-read"], ["learned", "highly educated; having extensive information or understanding", "learned"], ["knowledgeable", "highly educated; having extensive information or understanding", "knowledgeable"], ["well-educated", "highly educated; having extensive information or understanding", "well-educated"]]}, {"answer": "level", "hint": "synonyms for level", "clues": [["unwavering", "not showing abrupt variations; ; - Louis Auchincloss", "unwavering"], ["tied", "of the score in a contest", "tied"], ["plane", "having a surface without slope, tilt in which no part is higher or lower than another", "plane"], ["even", "of the score in a contest", "even"], ["flat", "having a surface without slope, tilt in which no part is higher or lower than another", "flat"]]}, {"answer": "level-headed", "hint": "synonyms for level-headed", "clues": [["levelheaded", "exercising or showing good judgment", "levelheaded"], ["healthy", "exercising or showing good judgment", "healthy"], ["intelligent", "exercising or showing good judgment", "intelligent"], ["sound", "exercising or showing good judgment", "sound"]]}, {"answer": "levelheaded", "hint": "synonyms for levelheaded", "clues": [["healthy", "exercising or showing good judgment", "healthy"], ["intelligent", "exercising or showing good judgment", "intelligent"], ["level-headed", "exercising or showing good judgment", "level-headed"], ["sound", "exercising or showing good judgment", "sound"]]}, {"answer": "lewd", "hint": "synonyms for lewd", "clues": [["lascivious", "driven by lust; preoccupied with or exhibiting lustful desires", "lascivious"], ["lustful", "driven by lust; preoccupied with or exhibiting lustful desires", "lustful"], ["raunchy", "suggestive of or tending to moral looseness", "raunchy"], ["salacious", "suggestive of or tending to moral looseness", "salacious"], ["libidinous", "driven by lust; preoccupied with or exhibiting lustful desires", "libidinous"], ["obscene", "suggestive of or tending to moral looseness", "obscene"]]}, {"answer": "libellous", "hint": "synonyms for libellous", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"], ["libelous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libelous"]]}, {"answer": "libelous", "hint": "synonyms for libelous", "clues": [["slanderous", "(used of statements) harmful and often untrue; tending to discredit or malign", "slanderous"], ["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"]]}, {"answer": "liberal", "hint": "synonyms for liberal", "clues": [["freehanded", "given or giving freely", "freehanded"], ["bountiful", "given or giving freely", "bountiful"], ["giving", "given or giving freely", "giving"], ["big", "given or giving freely", "big"], ["free", "not literal", "free"], ["loose", "not literal", "loose"], ["bighearted", "given or giving freely", "bighearted"], ["large-minded", "showing or characterized by broad-mindedness", "large-minded"], ["broad", "showing or characterized by broad-mindedness", "broad"], ["handsome", "given or giving freely", "handsome"], ["bounteous", "given or giving freely", "bounteous"], ["openhanded", "given or giving freely", "openhanded"], ["tolerant", "showing or characterized by broad-mindedness", "tolerant"]]}, {"answer": "libertine", "hint": "synonyms for libertine", "clues": [["riotous", "unrestrained by convention or morality", "riotous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["fast", "unrestrained by convention or morality", "fast"], ["debauched", "unrestrained by convention or morality", "debauched"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "life-threatening", "hint": "synonyms for life-threatening", "clues": [["grievous", "causing fear or anxiety by threatening great harm", "grievous"], ["serious", "causing fear or anxiety by threatening great harm", "serious"], ["dangerous", "causing fear or anxiety by threatening great harm", "dangerous"], ["grave", "causing fear or anxiety by threatening great harm", "grave"], ["severe", "causing fear or anxiety by threatening great harm", "severe"]]}, {"answer": "lifelike", "hint": "synonyms for lifelike", "clues": [["graphic", "evoking lifelike images within the mind", "graphic"], ["natural", "free from artificiality", "natural"], ["pictorial", "evoking lifelike images within the mind", "pictorial"], ["vivid", "evoking lifelike images within the mind", "vivid"]]}, {"answer": "light", "hint": "synonyms for light", "clues": [["idle", "silly or trivial", "idle"], ["light-headed", "weak and likely to lose consciousness", "light-headed"], ["swooning", "weak and likely to lose consciousness", "swooning"], ["sluttish", "casual and unrestrained in sexual behavior", "sluttish"], ["loose", "casual and unrestrained in sexual behavior", "loose"], ["wakeful", "(of sleep) easily disturbed", "wakeful"], ["scant", "less than the correct or legal or full amount often deliberately so", "scant"], ["easy", "casual and unrestrained in sexual behavior", "easy"], ["light-colored", "(used of color) having a relatively small amount of coloring agent", "light-colored"], ["faint", "weak and likely to lose consciousness", "faint"], ["weak", "(used of vowels or syllables) pronounced with little or no stress", "weak"], ["calorie-free", "having relatively few calories", "calorie-free"], ["lightsome", "moving easily and quickly; nimble", "lightsome"], ["clear", "(of sound or color) free from anything that dulls or dims", "clear"], ["abstemious", "marked by temperance in indulgence", "abstemious"], ["low-cal", "having relatively few calories", "low-cal"], ["promiscuous", "casual and unrestrained in sexual behavior", "promiscuous"], ["tripping", "moving easily and quickly; nimble", "tripping"], ["clean", "(of sound or color) free from anything that dulls or dims", "clean"], ["unclouded", "(of sound or color) free from anything that dulls or dims", "unclouded"], ["short", "less than the correct or legal or full amount often deliberately so", "short"], ["unaccented", "(used of vowels or syllables) pronounced with little or no stress", "unaccented"], ["wanton", "casual and unrestrained in sexual behavior", "wanton"], ["lite", "having relatively few calories", "lite"]]}, {"answer": "light-headed", "hint": "synonyms for light-headed", "clues": [["light", "weak and likely to lose consciousness", "light"], ["swooning", "weak and likely to lose consciousness", "swooning"], ["airheaded", "lacking seriousness; given to frivolity", "airheaded"], ["lightheaded", "lacking seriousness; given to frivolity", "lightheaded"], ["dizzy", "lacking seriousness; given to frivolity", "dizzy"], ["silly", "lacking seriousness; given to frivolity", "silly"], ["empty-headed", "lacking seriousness; given to frivolity", "empty-headed"], ["giddy", "lacking seriousness; given to frivolity", "giddy"], ["faint", "weak and likely to lose consciousness", "faint"], ["featherbrained", "lacking seriousness; given to frivolity", "featherbrained"]]}, {"answer": "light-hearted", "hint": "synonyms for light-hearted", "clues": [["blithe", "carefree and happy and lighthearted", "blithe"], ["lighthearted", "carefree and happy and lighthearted", "lighthearted"], ["lightsome", "carefree and happy and lighthearted", "lightsome"], ["blithesome", "carefree and happy and lighthearted", "blithesome"]]}, {"answer": "lightheaded", "hint": "synonyms for lightheaded", "clues": [["light", "weak and likely to lose consciousness", "light"], ["light-headed", "lacking seriousness; given to frivolity", "light-headed"], ["swooning", "weak and likely to lose consciousness", "swooning"], ["airheaded", "lacking seriousness; given to frivolity", "airheaded"], ["dizzy", "lacking seriousness; given to frivolity", "dizzy"], ["silly", "lacking seriousness; given to frivolity", "silly"], ["empty-headed", "lacking seriousness; given to frivolity", "empty-headed"], ["giddy", "lacking seriousness; given to frivolity", "giddy"], ["faint", "weak and likely to lose consciousness", "faint"], ["featherbrained", "lacking seriousness; given to frivolity", "featherbrained"]]}, {"answer": "lighthearted", "hint": "synonyms for lighthearted", "clues": [["blithe", "carefree and happy and lighthearted", "blithe"], ["light-hearted", "carefree and happy and lighthearted", "light-hearted"], ["lightsome", "carefree and happy and lighthearted", "lightsome"], ["blithesome", "carefree and happy and lighthearted", "blithesome"]]}, {"answer": "lightsome", "hint": "synonyms for lightsome", "clues": [["blithe", "carefree and happy and lighthearted", "blithe"], ["light-hearted", "carefree and happy and lighthearted", "light-hearted"], ["light", "moving easily and quickly; nimble", "light"], ["tripping", "moving easily and quickly; nimble", "tripping"], ["blithesome", "carefree and happy and lighthearted", "blithesome"]]}, {"answer": "like", "hint": "synonyms for like", "clues": [["same", "equal in amount or value", "same"], ["corresponding", "conforming in every respect", "corresponding"], ["comparable", "conforming in every respect", "comparable"], ["similar", "having the same or similar characteristics", "similar"], ["alike", "having the same or similar characteristics", "alike"]]}, {"answer": "lilliputian", "hint": "synonyms for lilliputian", "clues": [["midget", "very small", "midget"], ["tiny", "very small", "tiny"], ["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["flyspeck", "very small", "flyspeck"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["petite", "very small", "petite"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["picayune", "(informal) small and of little importance", "picayune"], ["bantam", "very small", "bantam"], ["piffling", "(informal) small and of little importance", "piffling"], ["diminutive", "very small", "diminutive"], ["trivial", "(informal) small and of little importance", "trivial"]]}, {"answer": "lily-livered", "hint": "synonyms for lily-livered", "clues": [["yellow", "easily frightened", "yellow"], ["white-livered", "easily frightened", "white-livered"], ["chicken", "easily frightened", "chicken"], ["yellow-bellied", "easily frightened", "yellow-bellied"], ["chickenhearted", "easily frightened", "chickenhearted"]]}, {"answer": "limiting", "hint": "synonyms for limiting", "clues": [["restricting", "restricting the scope or freedom of action", "restricting"], ["confining", "restricting the scope or freedom of action", "confining"], ["constrictive", "restricting the scope or freedom of action", "constrictive"], ["constraining", "restricting the scope or freedom of action", "constraining"]]}, {"answer": "limitless", "hint": "synonyms for limitless", "clues": [["illimitable", "without limits in extent or size or quantity", "illimitable"], ["measureless", "without limits in extent or size or quantity", "measureless"], ["unlimited", "having no limits in range or scope; - Philip Rahv", "unlimited"], ["unbounded", "seemingly boundless in amount, number, degree, or especially extent", "unbounded"], ["boundless", "seemingly boundless in amount, number, degree, or especially extent", "boundless"]]}, {"answer": "limpid", "hint": "synonyms for limpid", "clues": [["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "lucid"], ["crystalline", "transmitting light; able to be seen through with clarity", "crystalline"], ["crystal clear", "transmitting light; able to be seen through with clarity", "crystal clear"], ["pellucid", "transmitting light; able to be seen through with clarity", "pellucid"], ["liquid", "clear and bright", "liquid"], ["transparent", "transmitting light; able to be seen through with clarity", "transparent"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "perspicuous"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "luculent"]]}, {"answer": "linear", "hint": "synonyms for linear", "clues": [["one-dimensional", "of or in or along or relating to a line; involving a single dimension", "one-dimensional"], ["analog", "of a circuit or device having an output that is proportional to the input", "analog"], ["additive", "designating or involving an equation whose terms are of the first degree", "additive"], ["elongate", "(of a leaf shape) long and narrow", "elongate"], ["running", "measured lengthwise", "running"]]}, {"answer": "liquid", "hint": "synonyms for liquid", "clues": [["fluid", "smooth and unconstrained in movement", "fluid"], ["swimming", "filled or brimming with tears", "swimming"], ["smooth", "smooth and unconstrained in movement", "smooth"], ["limpid", "clear and bright", "limpid"], ["liquified", "changed from a solid to a liquid state", "liquified"], ["melted", "changed from a solid to a liquid state", "melted"], ["fluent", "smooth and unconstrained in movement", "fluent"]]}, {"answer": "liquified", "hint": "synonyms for liquified", "clues": [["liquefied", "reduced to a liquid state", "liquefied"], ["liquid", "changed from a solid to a liquid state", "liquid"], ["melted", "changed from a solid to a liquid state", "melted"], ["molten", "reduced to liquid form by heating", "molten"]]}, {"answer": "lissom", "hint": "synonyms for lissom", "clues": [["lissome", "moving and bending with ease", "lissome"], ["lithe", "moving and bending with ease", "lithe"], ["svelte", "moving and bending with ease", "svelte"], ["slender", "moving and bending with ease", "slender"], ["lithesome", "moving and bending with ease", "lithesome"], ["sylphlike", "moving and bending with ease", "sylphlike"], ["supple", "moving and bending with ease", "supple"]]}, {"answer": "lissome", "hint": "synonyms for lissome", "clues": [["lissom", "moving and bending with ease", "lissom"], ["lithe", "moving and bending with ease", "lithe"], ["svelte", "moving and bending with ease", "svelte"], ["slender", "moving and bending with ease", "slender"], ["lithesome", "moving and bending with ease", "lithesome"], ["sylphlike", "moving and bending with ease", "sylphlike"], ["supple", "moving and bending with ease", "supple"]]}, {"answer": "lithe", "hint": "synonyms for lithe", "clues": [["lissom", "moving and bending with ease", "lissom"], ["svelte", "moving and bending with ease", "svelte"], ["slender", "moving and bending with ease", "slender"], ["lithesome", "moving and bending with ease", "lithesome"], ["sylphlike", "moving and bending with ease", "sylphlike"], ["supple", "moving and bending with ease", "supple"]]}, {"answer": "lithesome", "hint": "synonyms for lithesome", "clues": [["lissom", "moving and bending with ease", "lissom"], ["lithe", "moving and bending with ease", "lithe"], ["svelte", "moving and bending with ease", "svelte"], ["slender", "moving and bending with ease", "slender"], ["sylphlike", "moving and bending with ease", "sylphlike"], ["supple", "moving and bending with ease", "supple"]]}, {"answer": "litigious", "hint": "synonyms for litigious", "clues": [["disputatious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputatious"], ["combative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "combative"], ["disputative", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "disputative"], ["contentious", "inclined or showing an inclination to dispute or disagree, even to engage in law suits", "contentious"]]}, {"answer": "little", "hint": "synonyms for little", "clues": [["slight", "(quantifier used with mass nouns) small in quantity or degree; not much or almost none or (with `a') at least some", "slight"], ["petty", "(informal) small and of little importance", "petty"], ["small", "lowercase", "small"], ["minuscule", "lowercase", "minuscule"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["picayune", "(informal) small and of little importance", "picayune"], ["piffling", "(informal) small and of little importance", "piffling"], ["trivial", "(informal) small and of little importance", "trivial"], ["short", "low in stature; not tall", "short"]]}, {"answer": "littler", "hint": "synonyms for littler", "clues": [["slight", "(quantifier used with mass nouns) small in quantity or degree; not much or almost none or (with `a') at least some", "slight"], ["little", "lowercase", "little"], ["petty", "(informal) small and of little importance", "petty"], ["smaller", "small or little relative to something else", "smaller"], ["small", "(of children and animals) young, immature", "small"], ["niggling", "(informal) small and of little importance", "niggling"], ["picayune", "(informal) small and of little importance", "picayune"], ["piffling", "(informal) small and of little importance", "piffling"], ["piddling", "(informal) small and of little importance", "piddling"], ["minuscule", "lowercase", "minuscule"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["footling", "(informal) small and of little importance", "footling"], ["trivial", "(informal) small and of little importance", "trivial"], ["short", "low in stature; not tall", "short"]]}, {"answer": "live", "hint": "synonyms for live", "clues": [["unrecorded", "actually being performed at the time of hearing or viewing", "unrecorded"], ["alive", "possessing life", "alive"], ["springy", "elastic; rebounds readily", "springy"], ["lively", "elastic; rebounds readily", "lively"], ["bouncy", "elastic; rebounds readily", "bouncy"], ["resilient", "elastic; rebounds readily", "resilient"], ["hot", "charged or energized with electricity", "hot"]]}, {"answer": "lively", "hint": "synonyms for lively", "clues": [["racy", "full of zest or vigor", "racy"], ["springy", "elastic; rebounds readily", "springy"], ["merry", "quick and energetic", "merry"], ["brisk", "quick and energetic", "brisk"], ["snappy", "quick and energetic", "snappy"], ["resilient", "elastic; rebounds readily", "resilient"], ["spanking", "quick and energetic", "spanking"], ["bouncy", "elastic; rebounds readily", "bouncy"], ["zippy", "quick and energetic", "zippy"], ["live", "elastic; rebounds readily", "live"], ["vital", "full of spirit", "vital"], ["rattling", "quick and energetic", "rattling"], ["alert", "quick and energetic", "alert"], ["full of life", "full of spirit", "full of life"]]}, {"answer": "liverish", "hint": "synonyms for liverish", "clues": [["atrabilious", "irritable as if suffering from indigestion", "atrabilious"], ["dyspeptic", "irritable as if suffering from indigestion", "dyspeptic"], ["bilious", "irritable as if suffering from indigestion", "bilious"], ["livery", "suffering from or suggesting a liver disorder or gastric distress", "livery"]]}, {"answer": "livid", "hint": "synonyms for livid", "clues": [["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "bloodless"], ["white", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "white"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "blanched"], ["black-and-blue", "discolored by coagulation of blood beneath the skin", "black-and-blue"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "ashen"]]}, {"answer": "loaded", "hint": "synonyms for loaded", "clues": [["fuddled", "very drunk", "fuddled"], ["ladened", "filled with a great quantity", "ladened"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["moneyed", "having an abundant supply of money or possessions of value", "moneyed"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["wealthy", "having an abundant supply of money or possessions of value", "wealthy"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["flush", "having an abundant supply of money or possessions of value", "flush"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["affluent", "having an abundant supply of money or possessions of value", "affluent"], ["crocked", "very drunk", "crocked"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"], ["laden", "filled with a great quantity", "laden"]]}, {"answer": "loaded_down", "hint": "synonyms for loaded down", "clues": [["heavy-laden", "bearing a physically heavy weight or load", "heavy-laden"], ["bowed down", "heavily burdened with work or cares", "bowed down"], ["burdened", "bearing a physically heavy weight or load", "burdened"], ["overburdened", "heavily burdened with work or cares", "overburdened"], ["weighed down", "heavily burdened with work or cares", "weighed down"]]}, {"answer": "loath", "hint": "synonyms for loath", "clues": [["indisposed", "(usually followed by `to') strongly opposed", "indisposed"], ["loth", "(usually followed by `to') strongly opposed", "loth"], ["antipathetic", "(usually followed by `to') strongly opposed", "antipathetic"], ["reluctant", "unwillingness to do something contrary to your custom", "reluctant"], ["averse", "(usually followed by `to') strongly opposed", "averse"]]}, {"answer": "loathly", "hint": "synonyms for loathly", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"]]}, {"answer": "loathsome", "hint": "synonyms for loathsome", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["noisome", "causing or able to cause nausea", "noisome"], ["repellent", "highly offensive; arousing aversion or disgust", "repellent"], ["nauseous", "causing or able to cause nausea", "nauseous"], ["sickening", "causing or able to cause nausea", "sickening"], ["nauseating", "causing or able to cause nausea", "nauseating"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["offensive", "causing or able to cause nausea", "offensive"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["queasy", "causing or able to cause nausea", "queasy"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["vile", "causing or able to cause nausea", "vile"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"]]}, {"answer": "loco", "hint": "synonyms for loco", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "lofty", "hint": "synonyms for lofty", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["soaring", "of imposing height; especially standing out above others", "soaring"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["eminent", "of imposing height; especially standing out above others", "eminent"], ["proud", "having or displaying great dignity or nobility", "proud"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["towering", "of imposing height; especially standing out above others", "towering"], ["gallant", "having or displaying great dignity or nobility", "gallant"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"], ["majestic", "having or displaying great dignity or nobility", "majestic"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"]]}, {"answer": "loggerheaded", "hint": "synonyms for loggerheaded", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["duncical", "(used informally) stupid", "duncical"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "logical", "hint": "synonyms for logical", "clues": [["consistent", "marked by an orderly, logical, and aesthetically consistent relation of parts", "consistent"], ["lucid", "capable of thinking and expressing yourself in a clear and consistent manner", "lucid"], ["coherent", "capable of thinking and expressing yourself in a clear and consistent manner", "coherent"], ["ordered", "marked by an orderly, logical, and aesthetically consistent relation of parts", "ordered"], ["legitimate", "based on known statements or events or conditions", "legitimate"]]}, {"answer": "logy", "hint": "synonyms for logy", "clues": [["stuporous", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "stuporous"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "groggy"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "dazed"], ["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "foggy"]]}, {"answer": "lone", "hint": "synonyms for lone", "clues": [["lonesome", "being the only one; single and isolated from others", "lonesome"], ["lonely", "characterized by or preferring solitude", "lonely"], ["alone", "lacking companions or companionship", "alone"], ["solitary", "characterized by or preferring solitude", "solitary"], ["sole", "being the only one; single and isolated from others", "sole"], ["only", "being the only one; single and isolated from others", "only"]]}, {"answer": "lonely", "hint": "synonyms for lonely", "clues": [["lonesome", "marked by dejection from being alone", "lonesome"], ["alone", "lacking companions or companionship", "alone"], ["solitary", "devoid of creatures", "solitary"], ["unfrequented", "devoid of creatures", "unfrequented"]]}, {"answer": "lonesome", "hint": "synonyms for lonesome", "clues": [["sole", "being the only one; single and isolated from others", "sole"], ["only", "being the only one; single and isolated from others", "only"], ["solitary", "being the only one; single and isolated from others", "solitary"], ["lone", "being the only one; single and isolated from others", "lone"]]}, {"answer": "long", "hint": "synonyms for long", "clues": [["recollective", "good at remembering", "recollective"], ["retentive", "good at remembering", "retentive"], ["prospicient", "planning prudently for the future", "prospicient"], ["farseeing", "planning prudently for the future", "farseeing"], ["foresighted", "planning prudently for the future", "foresighted"], ["tenacious", "good at remembering", "tenacious"], ["longsighted", "planning prudently for the future", "longsighted"], ["foresightful", "planning prudently for the future", "foresightful"]]}, {"answer": "long-winded", "hint": "synonyms for long-winded", "clues": [["tedious", "using or containing too many words", "tedious"], ["wordy", "using or containing too many words", "wordy"], ["windy", "using or containing too many words", "windy"], ["verbose", "using or containing too many words", "verbose"]]}, {"answer": "longsighted", "hint": "synonyms for longsighted", "clues": [["eagle-eyed", "capable of seeing to a great distance", "eagle-eyed"], ["prospicient", "planning prudently for the future", "prospicient"], ["farseeing", "planning prudently for the future", "farseeing"], ["foresighted", "planning prudently for the future", "foresighted"], ["keen-sighted", "capable of seeing to a great distance", "keen-sighted"], ["long", "planning prudently for the future", "long"], ["foresightful", "planning prudently for the future", "foresightful"]]}, {"answer": "loony", "hint": "synonyms for loony", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "loopy", "hint": "synonyms for loopy", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "loose", "hint": "synonyms for loose", "clues": [["open", "(of textures) full of small openings or gaps", "open"], ["at large", "having escaped, especially from confinement", "at large"], ["sluttish", "casual and unrestrained in sexual behavior", "sluttish"], ["light", "casual and unrestrained in sexual behavior", "light"], ["promiscuous", "casual and unrestrained in sexual behavior", "promiscuous"], ["lax", "emptying easily or excessively", "lax"], ["unaffixed", "not affixed", "unaffixed"], ["liberal", "not literal", "liberal"], ["informal", "not officially recognized or controlled", "informal"], ["on the loose", "having escaped, especially from confinement", "on the loose"], ["easy", "casual and unrestrained in sexual behavior", "easy"], ["slack", "not tense or taut", "slack"], ["escaped", "having escaped, especially from confinement", "escaped"], ["wanton", "casual and unrestrained in sexual behavior", "wanton"], ["free", "not literal", "free"], ["idle", "lacking a sense of restraint or responsibility", "idle"]]}, {"answer": "lopsided", "hint": "synonyms for lopsided", "clues": [["awry", "turned or twisted toward one side; - G.K.Chesterton", "awry"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton", "cockeyed"], ["askew", "turned or twisted toward one side; - G.K.Chesterton", "askew"], ["wonky", "turned or twisted toward one side; - G.K.Chesterton", "wonky"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton", "skew-whiff"]]}, {"answer": "loquacious", "hint": "synonyms for loquacious", "clues": [["talky", "full of trivial conversation", "talky"], ["gabby", "full of trivial conversation", "gabby"], ["garrulous", "full of trivial conversation", "garrulous"], ["talkative", "full of trivial conversation", "talkative"], ["chatty", "full of trivial conversation", "chatty"]]}, {"answer": "lordly", "hint": "synonyms for lordly", "clues": [["grand", "of or befitting a lord", "grand"], ["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["august", "of or befitting a lord", "august"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"]]}, {"answer": "lost", "hint": "synonyms for lost", "clues": [["disoriented", "having lost your bearings; confused as to time or place or personal identity", "disoriented"], ["bemused", "deeply absorbed in thought", "bemused"], ["deep in thought", "deeply absorbed in thought", "deep in thought"], ["helpless", "unable to function; without help", "helpless"], ["confused", "having lost your bearings; confused as to time or place or personal identity", "confused"], ["preoccupied", "deeply absorbed in thought", "preoccupied"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"], ["missed", "not caught with the senses or the mind", "missed"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"]]}, {"answer": "loth", "hint": "synonyms for loth", "clues": [["loath", "(usually followed by `to') strongly opposed", "loath"], ["indisposed", "(usually followed by `to') strongly opposed", "indisposed"], ["antipathetic", "(usually followed by `to') strongly opposed", "antipathetic"], ["reluctant", "unwillingness to do something contrary to your custom", "reluctant"], ["averse", "(usually followed by `to') strongly opposed", "averse"]]}, {"answer": "loud", "hint": "synonyms for loud", "clues": [["forte", "used chiefly as a direction or description in music", "forte"], ["tatty", "tastelessly showy", "tatty"], ["trashy", "tastelessly showy", "trashy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["gaudy", "tastelessly showy", "gaudy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "lousy", "hint": "synonyms for lousy", "clues": [["rotten", "very bad", "rotten"], ["stinking", "very bad", "stinking"], ["icky", "very bad", "icky"], ["stinky", "very bad", "stinky"], ["filthy", "vile; despicable", "filthy"], ["crappy", "very bad", "crappy"], ["shitty", "very bad", "shitty"], ["dirty", "vile; despicable", "dirty"]]}, {"answer": "loutish", "hint": "synonyms for loutish", "clues": [["neandertal", "ill-mannered and coarse and contemptible in behavior or appearance", "neandertal"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance", "swinish"], ["oafish", "ill-mannered and coarse and contemptible in behavior or appearance", "oafish"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance", "boorish"]]}, {"answer": "lovesome", "hint": "synonyms for lovesome", "clues": [["fond", "having or displaying warmth or affection", "fond"], ["tender", "having or displaying warmth or affection", "tender"], ["affectionate", "having or displaying warmth or affection", "affectionate"], ["warm", "having or displaying warmth or affection", "warm"]]}, {"answer": "low", "hint": "synonyms for low", "clues": [["broken", "subdued or brought low in condition or status", "broken"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["humble", "low or inferior in station or quality", "humble"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["scurvy", "of the most contemptible kind", "scurvy"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["abject", "of the most contemptible kind", "abject"], ["miserable", "of the most contemptible kind", "miserable"], ["low-pitched", "used of sounds and voices; low in pitch or frequency", "low-pitched"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["crushed", "subdued or brought low in condition or status", "crushed"], ["low-down", "of the most contemptible kind", "low-down"], ["scummy", "of the most contemptible kind", "scummy"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["humiliated", "subdued or brought low in condition or status", "humiliated"], ["modest", "low or inferior in station or quality", "modest"], ["low-toned", "very low in volume", "low-toned"], ["down", "filled with melancholy and despondency", "down"], ["lowly", "low or inferior in station or quality", "lowly"], ["small", "low or inferior in station or quality", "small"], ["depressed", "filled with melancholy and despondency", "depressed"], ["depleted", "no longer sufficient", "depleted"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "low-down", "hint": "synonyms for low-down", "clues": [["low", "of the most contemptible kind", "low"], ["abject", "of the most contemptible kind", "abject"], ["funky", "(of jazz) having the soulful feeling of early blues", "funky"], ["scummy", "of the most contemptible kind", "scummy"], ["miserable", "of the most contemptible kind", "miserable"], ["scurvy", "of the most contemptible kind", "scurvy"]]}, {"answer": "low-set", "hint": "synonyms for low-set", "clues": [["chunky", "short and thick; as e.g. having short legs and heavy musculature", "chunky"], ["lowset", "lower than average", "lowset"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature", "squatty"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature", "dumpy"], ["squat", "short and thick; as e.g. having short legs and heavy musculature", "squat"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature", "stumpy"]]}, {"answer": "low-spirited", "hint": "synonyms for low-spirited", "clues": [["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["down", "filled with melancholy and despondency", "down"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["depressed", "filled with melancholy and despondency", "depressed"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "lowbred", "hint": "synonyms for lowbred", "clues": [["ill-bred", "(of persons) lacking in refinement or grace", "ill-bred"], ["underbred", "(of persons) lacking in refinement or grace", "underbred"], ["bounderish", "(of persons) lacking in refinement or grace", "bounderish"], ["yokelish", "(of persons) lacking in refinement or grace", "yokelish"], ["rude", "(of persons) lacking in refinement or grace", "rude"]]}, {"answer": "lower-ranking", "hint": "synonyms for lower-ranking", "clues": [["subaltern", "inferior in rank or status", "subaltern"], ["lowly", "inferior in rank or status", "lowly"], ["junior-grade", "inferior in rank or status", "junior-grade"], ["petty", "inferior in rank or status", "petty"], ["secondary", "inferior in rank or status", "secondary"]]}, {"answer": "lowest", "hint": "synonyms for lowest", "clues": [["broken", "subdued or brought low in condition or status", "broken"], ["low", "used of sounds and voices; low in pitch or frequency", "low"], ["grim", "filled with melancholy and despondency", "grim"], ["abject", "of the most contemptible kind", "abject"], ["humbled", "subdued or brought low in condition or status", "humbled"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["crushed", "subdued or brought low in condition or status", "crushed"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["small", "low or inferior in station or quality", "small"], ["depleted", "no longer sufficient", "depleted"], ["last-place", "lowest in rank or importance", "last-place"], ["downcast", "filled with melancholy and despondency", "downcast"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["scurvy", "of the most contemptible kind", "scurvy"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["miserable", "of the most contemptible kind", "miserable"], ["low-pitched", "used of sounds and voices; low in pitch or frequency", "low-pitched"], ["low-down", "of the most contemptible kind", "low-down"], ["scummy", "of the most contemptible kind", "scummy"], ["humiliated", "subdued or brought low in condition or status", "humiliated"], ["modest", "low or inferior in station or quality", "modest"], ["low-toned", "very low in volume", "low-toned"], ["down", "filled with melancholy and despondency", "down"], ["depressed", "filled with melancholy and despondency", "depressed"], ["last", "lowest in rank or importance", "last"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "lowly", "hint": "synonyms for lowly", "clues": [["humble", "of low birth or station (`base' is archaic in this sense)", "humble"], ["secondary", "inferior in rank or status", "secondary"], ["low", "low or inferior in station or quality", "low"], ["junior-grade", "inferior in rank or status", "junior-grade"], ["modest", "low or inferior in station or quality", "modest"], ["baseborn", "of low birth or station (`base' is archaic in this sense)", "baseborn"], ["petty", "inferior in rank or status", "petty"], ["menial", "used of unskilled work (especially domestic work)", "menial"], ["small", "low or inferior in station or quality", "small"], ["subaltern", "inferior in rank or status", "subaltern"], ["base", "of low birth or station (`base' is archaic in this sense)", "base"], ["lower-ranking", "inferior in rank or status", "lower-ranking"]]}, {"answer": "loyal", "hint": "synonyms for loyal", "clues": [["fast", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "fast"], ["patriotic", "inspired by love for your country", "patriotic"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "truehearted"], ["firm", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "firm"]]}, {"answer": "lucid", "hint": "synonyms for lucid", "clues": [["crystalline", "transmitting light; able to be seen through with clarity", "crystalline"], ["logical", "capable of thinking and expressing yourself in a clear and consistent manner", "logical"], ["crystal clear", "transmitting light; able to be seen through with clarity", "crystal clear"], ["pellucid", "transmitting light; able to be seen through with clarity", "pellucid"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "perspicuous"], ["coherent", "capable of thinking and expressing yourself in a clear and consistent manner", "coherent"], ["transparent", "transmitting light; able to be seen through with clarity", "transparent"], ["limpid", "transmitting light; able to be seen through with clarity", "limpid"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "luculent"]]}, {"answer": "luculent", "hint": "synonyms for luculent", "clues": [["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "lucid"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "perspicuous"], ["crystal clear", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "crystal clear"], ["pellucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "pellucid"], ["limpid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "limpid"]]}, {"answer": "ludicrous", "hint": "synonyms for ludicrous", "clues": [["preposterous", "incongruous;inviting ridicule", "preposterous"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"], ["absurd", "incongruous;inviting ridicule", "absurd"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["farcical", "broadly or extravagantly humorous; resembling farce", "farcical"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["idiotic", "incongruous;inviting ridicule", "idiotic"]]}, {"answer": "luscious", "hint": "synonyms for luscious", "clues": [["red-hot", "having strong sexual appeal", "red-hot"], ["delectable", "extremely pleasing to the sense of taste", "delectable"], ["pleasant-tasting", "extremely pleasing to the sense of taste", "pleasant-tasting"], ["voluptuous", "having strong sexual appeal", "voluptuous"], ["toothsome", "having strong sexual appeal", "toothsome"], ["yummy", "extremely pleasing to the sense of taste", "yummy"], ["scrumptious", "extremely pleasing to the sense of taste", "scrumptious"], ["juicy", "having strong sexual appeal", "juicy"], ["delicious", "extremely pleasing to the sense of taste", "delicious"]]}, {"answer": "lush", "hint": "synonyms for lush", "clues": [["exuberant", "produced or growing in extreme abundance", "exuberant"], ["luxuriant", "produced or growing in extreme abundance", "luxuriant"], ["profuse", "produced or growing in extreme abundance", "profuse"], ["riotous", "produced or growing in extreme abundance", "riotous"], ["plush", "characterized by extravagance and profusion", "plush"], ["lavish", "characterized by extravagance and profusion", "lavish"], ["lucullan", "characterized by extravagance and profusion", "lucullan"], ["succulent", "full of juice", "succulent"]]}, {"answer": "lustful", "hint": "synonyms for lustful", "clues": [["lusty", "vigorously passionate", "lusty"], ["prurient", "characterized by lust", "prurient"], ["concupiscent", "vigorously passionate", "concupiscent"], ["lascivious", "driven by lust; preoccupied with or exhibiting lustful desires", "lascivious"], ["libidinous", "driven by lust; preoccupied with or exhibiting lustful desires", "libidinous"], ["lewd", "driven by lust; preoccupied with or exhibiting lustful desires", "lewd"], ["salacious", "characterized by lust", "salacious"], ["lubricious", "characterized by lust", "lubricious"]]}, {"answer": "lustrous", "hint": "synonyms for lustrous", "clues": [["shining", "reflecting light", "shining"], ["sheeny", "reflecting light", "sheeny"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "bright"], ["glistening", "reflecting light", "glistening"], ["shiny", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "shiny"], ["glossy", "reflecting light", "glossy"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "burnished"]]}, {"answer": "lusty", "hint": "synonyms for lusty", "clues": [["red-blooded", "endowed with or exhibiting great bodily or mental health", "red-blooded"], ["full-blooded", "endowed with or exhibiting great bodily or mental health", "full-blooded"], ["concupiscent", "vigorously passionate", "concupiscent"], ["lustful", "vigorously passionate", "lustful"], ["hearty", "endowed with or exhibiting great bodily or mental health", "hearty"]]}, {"answer": "luxuriant", "hint": "synonyms for luxuriant", "clues": [["exuberant", "produced or growing in extreme abundance", "exuberant"], ["profuse", "produced or growing in extreme abundance", "profuse"], ["riotous", "produced or growing in extreme abundance", "riotous"], ["elaborate", "marked by complexity and richness of detail", "elaborate"], ["luxurious", "displaying luxury and furnishing gratification to the senses", "luxurious"], ["sybaritic", "displaying luxury and furnishing gratification to the senses", "sybaritic"], ["voluptuary", "displaying luxury and furnishing gratification to the senses", "voluptuary"], ["lush", "produced or growing in extreme abundance", "lush"], ["epicurean", "displaying luxury and furnishing gratification to the senses", "epicurean"], ["voluptuous", "displaying luxury and furnishing gratification to the senses", "voluptuous"]]}, {"answer": "luxurious", "hint": "synonyms for luxurious", "clues": [["grand", "rich and superior in quality", "grand"], ["luxuriant", "displaying luxury and furnishing gratification to the senses", "luxuriant"], ["sumptuous", "rich and superior in quality", "sumptuous"], ["deluxe", "rich and superior in quality", "deluxe"], ["opulent", "rich and superior in quality", "opulent"], ["princely", "rich and superior in quality", "princely"], ["sybaritic", "displaying luxury and furnishing gratification to the senses", "sybaritic"], ["voluptuary", "displaying luxury and furnishing gratification to the senses", "voluptuary"], ["gilded", "rich and superior in quality", "gilded"], ["epicurean", "displaying luxury and furnishing gratification to the senses", "epicurean"], ["voluptuous", "displaying luxury and furnishing gratification to the senses", "voluptuous"]]}, {"answer": "lynx-eyed", "hint": "synonyms for lynx-eyed", "clues": [["quick-sighted", "having very keen vision", "quick-sighted"], ["argus-eyed", "having very keen vision", "argus-eyed"], ["sharp-sighted", "having very keen vision", "sharp-sighted"], ["keen-sighted", "having very keen vision", "keen-sighted"], ["hawk-eyed", "having very keen vision", "hawk-eyed"], ["sharp-eyed", "having very keen vision", "sharp-eyed"]]}, {"answer": "m", "hint": "synonyms for m", "clues": [["one thousand", "denoting a quantity consisting of 1,000 items or units", "one thousand"], ["k", "denoting a quantity consisting of 1,000 items or units", "k"], ["thousand", "denoting a quantity consisting of 1,000 items or units", "thousand"], ["1000", "denoting a quantity consisting of 1,000 items or units", "1000"]]}, {"answer": "macabre", "hint": "synonyms for macabre", "clues": [["grisly", "shockingly repellent; inspiring horror", "grisly"], ["sick", "shockingly repellent; inspiring horror", "sick"], ["ghastly", "shockingly repellent; inspiring horror", "ghastly"], ["grim", "shockingly repellent; inspiring horror", "grim"], ["gruesome", "shockingly repellent; inspiring horror", "gruesome"]]}, {"answer": "machinelike", "hint": "synonyms for machinelike", "clues": [["automatic", "resembling the unthinking functioning of a machine", "automatic"], ["robotic", "resembling the unthinking functioning of a machine", "robotic"], ["robotlike", "resembling the unthinking functioning of a machine", "robotlike"], ["automatonlike", "resembling the unthinking functioning of a machine", "automatonlike"]]}, {"answer": "mad", "hint": "synonyms for mad", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["frantic", "marked by uncontrolled excitement or emotion", "frantic"], ["huffy", "roused to anger; - Mark Twain", "huffy"], ["sick", "affected with madness or insanity", "sick"], ["sore", "roused to anger; - Mark Twain", "sore"], ["unrestrained", "marked by uncontrolled excitement or emotion", "unrestrained"], ["delirious", "marked by uncontrolled excitement or emotion", "delirious"], ["brainsick", "affected with madness or insanity", "brainsick"], ["demented", "affected with madness or insanity", "demented"], ["insane", "very foolish", "insane"], ["unhinged", "affected with madness or insanity", "unhinged"], ["disturbed", "affected with madness or insanity", "disturbed"], ["excited", "marked by uncontrolled excitement or emotion", "excited"], ["harebrained", "very foolish", "harebrained"], ["crazy", "affected with madness or insanity", "crazy"]]}, {"answer": "madcap", "hint": "synonyms for madcap", "clues": [["tearaway", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "tearaway"], ["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "hotheaded"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "brainish"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impulsive"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impetuous"]]}, {"answer": "maddened", "hint": "synonyms for maddened", "clues": [["furious", "marked by extreme anger", "furious"], ["angered", "marked by extreme anger", "angered"], ["infuriated", "marked by extreme anger", "infuriated"], ["enraged", "marked by extreme anger", "enraged"]]}, {"answer": "made-to-order", "hint": "synonyms for made-to-order", "clues": [["bespoken", "(of clothing) custom-made", "bespoken"], ["tailor-made", "(of clothing) custom-made", "tailor-made"], ["tailored", "(of clothing) custom-made", "tailored"], ["custom-built", "built for a particular individual", "custom-built"]]}, {"answer": "magic", "hint": "synonyms for magic", "clues": [["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "wizardly"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magical"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "sorcerous"], ["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "witching"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "charming"]]}, {"answer": "magical", "hint": "synonyms for magical", "clues": [["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "wizardly"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magic"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "sorcerous"], ["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "witching"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "charming"]]}, {"answer": "magisterial", "hint": "synonyms for magisterial", "clues": [["dominating", "offensively self-assured or given to exercising usually unwarranted power", "dominating"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power", "high-and-mighty"], ["imposing", "used of a person's appearance or behavior; befitting an eminent person", "imposing"], ["peremptory", "offensively self-assured or given to exercising usually unwarranted power", "peremptory"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power", "autocratic"], ["bossy", "offensively self-assured or given to exercising usually unwarranted power", "bossy"], ["distinguished", "used of a person's appearance or behavior; befitting an eminent person", "distinguished"], ["grand", "used of a person's appearance or behavior; befitting an eminent person", "grand"]]}, {"answer": "maiden", "hint": "synonyms for maiden", "clues": [["initiatory", "serving to set in motion", "initiatory"], ["initiative", "serving to set in motion", "initiative"], ["first", "serving to set in motion", "first"], ["inaugural", "serving to set in motion", "inaugural"]]}, {"answer": "main", "hint": "synonyms for main", "clues": [["principal", "most important element", "principal"], ["chief", "most important element", "chief"], ["primary", "most important element", "primary"], ["master", "most important element", "master"], ["independent", "(of a clause) capable of standing syntactically alone as a complete sentence", "independent"]]}, {"answer": "majestic", "hint": "synonyms for majestic", "clues": [["proud", "having or displaying great dignity or nobility", "proud"], ["lofty", "having or displaying great dignity or nobility", "lofty"], ["purple", "belonging to or befitting a supreme ruler", "purple"], ["gallant", "having or displaying great dignity or nobility", "gallant"], ["olympian", "majestic in manner or bearing; superior to mundane matters", "olympian"], ["royal", "belonging to or befitting a supreme ruler", "royal"], ["imperial", "belonging to or befitting a supreme ruler", "imperial"], ["regal", "belonging to or befitting a supreme ruler", "regal"]]}, {"answer": "male", "hint": "synonyms for male", "clues": [["virile", "characteristic of a man", "virile"], ["manful", "characteristic of a man", "manful"], ["manly", "characteristic of a man", "manly"], ["manlike", "characteristic of a man", "manlike"]]}, {"answer": "malformed", "hint": "synonyms for malformed", "clues": [["distorted", "so badly formed or out of shape as to be ugly", "distorted"], ["deformed", "so badly formed or out of shape as to be ugly", "deformed"], ["ill-shapen", "so badly formed or out of shape as to be ugly", "ill-shapen"], ["misshapen", "so badly formed or out of shape as to be ugly", "misshapen"]]}, {"answer": "malleable", "hint": "synonyms for malleable", "clues": [["ductile", "easily influenced", "ductile"], ["pliant", "capable of being shaped or bent or drawn out", "pliant"], ["pliable", "capable of being shaped or bent or drawn out", "pliable"], ["tractile", "capable of being shaped or bent or drawn out", "tractile"], ["tensile", "capable of being shaped or bent or drawn out", "tensile"]]}, {"answer": "malodorous", "hint": "synonyms for malodorous", "clues": [["malodourous", "having an unpleasant smell", "malodourous"], ["stinky", "having an unpleasant smell", "stinky"], ["ill-smelling", "having an unpleasant smell", "ill-smelling"], ["unpleasant-smelling", "having an unpleasant smell", "unpleasant-smelling"]]}, {"answer": "malodourous", "hint": "synonyms for malodourous", "clues": [["stinky", "having an unpleasant smell", "stinky"], ["malodorous", "having an unpleasant smell", "malodorous"], ["unpleasant-smelling", "having an unpleasant smell", "unpleasant-smelling"], ["ill-smelling", "having an unpleasant smell", "ill-smelling"]]}, {"answer": "manageable", "hint": "synonyms for manageable", "clues": [["accomplishable", "capable of existing or taking place or proving true; possible to do", "accomplishable"], ["realizable", "capable of existing or taking place or proving true; possible to do", "realizable"], ["doable", "capable of existing or taking place or proving true; possible to do", "doable"], ["achievable", "capable of existing or taking place or proving true; possible to do", "achievable"]]}, {"answer": "manful", "hint": "synonyms for manful", "clues": [["manly", "possessing qualities befitting a man", "manly"], ["manlike", "possessing qualities befitting a man", "manlike"], ["male", "characteristic of a man", "male"], ["virile", "characteristic of a man", "virile"]]}, {"answer": "manifest", "hint": "synonyms for manifest", "clues": [["patent", "clearly revealed to the mind or the senses or judgment", "patent"], ["evident", "clearly revealed to the mind or the senses or judgment", "evident"], ["apparent", "clearly revealed to the mind or the senses or judgment", "apparent"], ["unmistakable", "clearly revealed to the mind or the senses or judgment", "unmistakable"], ["plain", "clearly revealed to the mind or the senses or judgment", "plain"]]}, {"answer": "manlike", "hint": "synonyms for manlike", "clues": [["manly", "possessing qualities befitting a man", "manly"], ["manful", "characteristic of a man", "manful"], ["male", "characteristic of a man", "male"], ["virile", "characteristic of a man", "virile"], ["anthropoid", "resembling human beings", "anthropoid"]]}, {"answer": "manly", "hint": "synonyms for manly", "clues": [["manlike", "possessing qualities befitting a man", "manlike"], ["male", "characteristic of a man", "male"], ["manful", "characteristic of a man", "manful"], ["virile", "characteristic of a man", "virile"]]}, {"answer": "mantic", "hint": "synonyms for mantic", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy", "vatic"], ["sibylline", "resembling or characteristic of a prophet or prophecy", "sibylline"], ["vatical", "resembling or characteristic of a prophet or prophecy", "vatical"], ["divinatory", "resembling or characteristic of a prophet or prophecy", "divinatory"], ["sibyllic", "resembling or characteristic of a prophet or prophecy", "sibyllic"]]}, {"answer": "mantled", "hint": "synonyms for mantled", "clues": [["cloaked", "covered with or as if with clothes or a wrap or cloak", "cloaked"], ["clothed", "covered with or as if with clothes or a wrap or cloak", "clothed"], ["wrapped", "covered with or as if with clothes or a wrap or cloak", "wrapped"], ["draped", "covered with or as if with clothes or a wrap or cloak", "draped"]]}, {"answer": "many-sided", "hint": "synonyms for many-sided", "clues": [["multifaceted", "having many aspects", "multifaceted"], ["multilateral", "having many parts or sides", "multilateral"], ["miscellaneous", "having many aspects", "miscellaneous"], ["multifarious", "having many aspects", "multifarious"]]}, {"answer": "marshy", "hint": "synonyms for marshy", "clues": [["miry", "(of soil) soft and watery", "miry"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "martial", "hint": "synonyms for martial", "clues": [["warriorlike", "(of persons) befitting a warrior", "warriorlike"], ["soldierlike", "(of persons) befitting a warrior", "soldierlike"], ["soldierly", "(of persons) befitting a warrior", "soldierly"], ["warlike", "suggesting war or military life", "warlike"]]}, {"answer": "marvellous", "hint": "synonyms for marvellous", "clues": [["improbable", "too improbable to admit of belief", "improbable"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["miraculous", "being or having the character of a miracle", "miraculous"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["marvelous", "being or having the character of a miracle", "marvelous"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"], ["tall", "too improbable to admit of belief", "tall"]]}, {"answer": "marvelous", "hint": "synonyms for marvelous", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["improbable", "too improbable to admit of belief", "improbable"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["miraculous", "being or having the character of a miracle", "miraculous"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"], ["tall", "too improbable to admit of belief", "tall"]]}, {"answer": "master", "hint": "synonyms for master", "clues": [["chief", "most important element", "chief"], ["primary", "most important element", "primary"], ["main", "most important element", "main"], ["principal", "most important element", "principal"]]}, {"answer": "matching", "hint": "synonyms for matching", "clues": [["duplicate", "being two identical", "duplicate"], ["co-ordinated", "intentionally matched", "co-ordinated"], ["twinned", "being two identical", "twinned"], ["twin", "being two identical", "twin"]]}, {"answer": "matchless", "hint": "synonyms for matchless", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["one", "eminent beyond or above comparison", "one"], ["one and only", "eminent beyond or above comparison", "one and only"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "materialistic", "hint": "synonyms for materialistic", "clues": [["conservative", "conforming to the standards and conventions of the middle class", "conservative"], ["mercenary", "marked by materialism", "mercenary"], ["bourgeois", "conforming to the standards and conventions of the middle class", "bourgeois"], ["worldly-minded", "marked by materialism", "worldly-minded"]]}, {"answer": "maternal", "hint": "synonyms for maternal", "clues": [["enatic", "related on the mother's side", "enatic"], ["enate", "related on the mother's side", "enate"], ["paternal", "relating to or characteristic of or befitting a parent", "paternal"], ["parental", "relating to or characteristic of or befitting a parent", "parental"]]}, {"answer": "maudlin", "hint": "synonyms for maudlin", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "mawkish", "hint": "synonyms for mawkish", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "mazed", "hint": "synonyms for mazed", "clues": [["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment", "lost"], ["mixed-up", "perplexed by many conflicting situations or statements; filled with bewilderment", "mixed-up"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"]]}, {"answer": "meager", "hint": "synonyms for meager", "clues": [["meagre", "deficient in amount or quality or extent", "meagre"], ["scrimpy", "deficient in amount or quality or extent", "scrimpy"], ["meagerly", "deficient in amount or quality or extent", "meagerly"], ["stingy", "deficient in amount or quality or extent", "stingy"]]}, {"answer": "meagerly", "hint": "synonyms for meagerly", "clues": [["meagre", "deficient in amount or quality or extent", "meagre"], ["scrimpy", "deficient in amount or quality or extent", "scrimpy"], ["meager", "deficient in amount or quality or extent", "meager"], ["stingy", "deficient in amount or quality or extent", "stingy"]]}, {"answer": "mealy", "hint": "synonyms for mealy", "clues": [["farinaceous", "composed of or covered with particles resembling meal in texture or consistency", "farinaceous"], ["coarse-grained", "composed of or covered with particles resembling meal in texture or consistency", "coarse-grained"], ["grainy", "composed of or covered with particles resembling meal in texture or consistency", "grainy"], ["granulose", "composed of or covered with particles resembling meal in texture or consistency", "granulose"], ["granular", "composed of or covered with particles resembling meal in texture or consistency", "granular"], ["gritty", "composed of or covered with particles resembling meal in texture or consistency", "gritty"]]}, {"answer": "mean", "hint": "synonyms for mean", "clues": [["beggarly", "marked by poverty befitting a beggar", "beggarly"], ["meanspirited", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare", "meanspirited"], ["hateful", "characterized by malice", "hateful"], ["mingy", "(used of persons or behavior) characterized by or indicative of lack of generosity", "mingy"], ["bastardly", "of no value or worth", "bastardly"], ["tight", "(used of persons or behavior) characterized by or indicative of lack of generosity", "tight"], ["miserly", "(used of persons or behavior) characterized by or indicative of lack of generosity", "miserly"], ["average", "approximating the statistical norm or average or expected value", "average"], ["base", "having or showing an ignoble lack of honor or morality; - Edmund Burke; ; - Shakespeare", "base"]]}, {"answer": "measured", "hint": "synonyms for measured", "clues": [["calculated", "carefully thought out in advance", "calculated"], ["careful", "unhurried and with care and dignity", "careful"], ["mensurable", "having notes of fixed rhythmic value", "mensurable"], ["metric", "the rhythmic arrangement of syllables", "metric"], ["deliberate", "unhurried and with care and dignity", "deliberate"]]}, {"answer": "meddlesome", "hint": "synonyms for meddlesome", "clues": [["busy", "intrusive in a meddling or offensive manner", "busy"], ["interfering", "intrusive in a meddling or offensive manner", "interfering"], ["meddling", "intrusive in a meddling or offensive manner", "meddling"], ["busybodied", "intrusive in a meddling or offensive manner", "busybodied"], ["officious", "intrusive in a meddling or offensive manner", "officious"]]}, {"answer": "meddling", "hint": "synonyms for meddling", "clues": [["busy", "intrusive in a meddling or offensive manner", "busy"], ["meddlesome", "intrusive in a meddling or offensive manner", "meddlesome"], ["interfering", "intrusive in a meddling or offensive manner", "interfering"], ["busybodied", "intrusive in a meddling or offensive manner", "busybodied"], ["officious", "intrusive in a meddling or offensive manner", "officious"]]}, {"answer": "medieval", "hint": "synonyms for medieval", "clues": [["knightly", "characteristic of the time of chivalry and knighthood in the Middle Ages", "knightly"], ["chivalric", "characteristic of the time of chivalry and knighthood in the Middle Ages", "chivalric"], ["gothic", "as if belonging to the Middle Ages; old-fashioned and unenlightened", "gothic"], ["mediaeval", "relating to or belonging to the Middle Ages", "mediaeval"]]}, {"answer": "mediocre", "hint": "synonyms for mediocre", "clues": [["fair", "lacking exceptional quality or ability", "fair"], ["second-rate", "moderate to inferior in quality", "second-rate"], ["average", "lacking exceptional quality or ability", "average"], ["middling", "lacking exceptional quality or ability", "middling"]]}, {"answer": "meditative", "hint": "synonyms for meditative", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["contemplative", "deeply or seriously thoughtful", "contemplative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["broody", "deeply or seriously thoughtful", "broody"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "meek", "hint": "synonyms for meek", "clues": [["modest", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness", "modest"], ["spiritless", "evidencing little spirit or courage; overly submissive or compliant; ; - Orville Prescott", "spiritless"], ["tame", "very docile; ; - Langston Hughes", "tame"], ["mild", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness", "mild"]]}, {"answer": "mellifluous", "hint": "synonyms for mellifluous", "clues": [["sweet", "pleasing to the ear", "sweet"], ["mellisonant", "pleasing to the ear", "mellisonant"], ["dulcet", "pleasing to the ear", "dulcet"], ["honeyed", "pleasing to the ear", "honeyed"]]}, {"answer": "mellisonant", "hint": "synonyms for mellisonant", "clues": [["sweet", "pleasing to the ear", "sweet"], ["mellifluous", "pleasing to the ear", "mellifluous"], ["dulcet", "pleasing to the ear", "dulcet"], ["honeyed", "pleasing to the ear", "honeyed"]]}, {"answer": "menacing", "hint": "synonyms for menacing", "clues": [["minacious", "threatening or foreshadowing evil or tragic developments", "minacious"], ["baleful", "threatening or foreshadowing evil or tragic developments", "baleful"], ["threatening", "threatening or foreshadowing evil or tragic developments", "threatening"], ["minatory", "threatening or foreshadowing evil or tragic developments", "minatory"], ["forbidding", "threatening or foreshadowing evil or tragic developments", "forbidding"], ["ominous", "threatening or foreshadowing evil or tragic developments", "ominous"], ["sinister", "threatening or foreshadowing evil or tragic developments", "sinister"]]}, {"answer": "mercenary", "hint": "synonyms for mercenary", "clues": [["materialistic", "marked by materialism", "materialistic"], ["mercantile", "profit oriented; ; - John Buchan", "mercantile"], ["worldly-minded", "marked by materialism", "worldly-minded"], ["freelance", "serving for wages in a foreign army", "freelance"], ["moneymaking", "profit oriented; ; - John Buchan", "moneymaking"]]}, {"answer": "meretricious", "hint": "synonyms for meretricious", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["trashy", "tastelessly showy", "trashy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["gilded", "based on pretense; deceptively pleasing", "gilded"], ["gaudy", "tastelessly showy", "gaudy"], ["specious", "based on pretense; deceptively pleasing", "specious"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "meritless", "hint": "synonyms for meritless", "clues": [["no-account", "without merit", "no-account"], ["good-for-nothing", "without merit", "good-for-nothing"], ["no-good", "without merit", "no-good"], ["good-for-naught", "without merit", "good-for-naught"], ["sorry", "without merit", "sorry"]]}, {"answer": "merry", "hint": "synonyms for merry", "clues": [["mirthful", "full of or showing high-spirited merriment; ; - Wordsworth", "mirthful"], ["jocund", "full of or showing high-spirited merriment; ; - Wordsworth", "jocund"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth", "jolly"], ["brisk", "quick and energetic", "brisk"], ["festive", "offering fun and gaiety", "festive"], ["snappy", "quick and energetic", "snappy"], ["festal", "offering fun and gaiety", "festal"], ["lively", "quick and energetic", "lively"], ["spanking", "quick and energetic", "spanking"], ["zippy", "quick and energetic", "zippy"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth", "gay"], ["rattling", "quick and energetic", "rattling"], ["alert", "quick and energetic", "alert"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth", "jovial"]]}, {"answer": "mesmerised", "hint": "synonyms for mesmerised", "clues": [["spell-bound", "having your attention fixated as though by a spell", "spell-bound"], ["fascinated", "having your attention fixated as though by a spell", "fascinated"], ["hypnotized", "having your attention fixated as though by a spell", "hypnotized"], ["transfixed", "having your attention fixated as though by a spell", "transfixed"], ["mesmerized", "having your attention fixated as though by a spell", "mesmerized"]]}, {"answer": "mesmerized", "hint": "synonyms for mesmerized", "clues": [["spell-bound", "having your attention fixated as though by a spell", "spell-bound"], ["fascinated", "having your attention fixated as though by a spell", "fascinated"], ["hypnotized", "having your attention fixated as though by a spell", "hypnotized"], ["mesmerised", "having your attention fixated as though by a spell", "mesmerised"], ["transfixed", "having your attention fixated as though by a spell", "transfixed"]]}, {"answer": "meted_out", "hint": "synonyms for meted out", "clues": [["dealt out", "given out in portions", "dealt out"], ["apportioned", "given out in portions", "apportioned"], ["parceled out", "given out in portions", "parceled out"], ["doled out", "given out in portions", "doled out"]]}, {"answer": "mettlesome", "hint": "synonyms for mettlesome", "clues": [["spunky", "willing to face danger", "spunky"], ["game", "willing to face danger", "game"], ["gamy", "willing to face danger", "gamy"], ["spirited", "willing to face danger", "spirited"], ["gritty", "willing to face danger", "gritty"]]}, {"answer": "middle", "hint": "synonyms for middle", "clues": [["midway", "equally distant from the extremes", "midway"], ["in-between", "being neither at the beginning nor at the end in a series", "in-between"], ["mediate", "being neither at the beginning nor at the end in a series", "mediate"], ["halfway", "equally distant from the extremes", "halfway"], ["center", "equally distant from the extremes", "center"]]}, {"answer": "midget", "hint": "synonyms for midget", "clues": [["petite", "very small", "petite"], ["tiny", "very small", "tiny"], ["bantam", "very small", "bantam"], ["lilliputian", "very small", "lilliputian"], ["flyspeck", "very small", "flyspeck"], ["diminutive", "very small", "diminutive"]]}, {"answer": "miffed", "hint": "synonyms for miffed", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["riled", "aroused to impatience or anger", "riled"], ["steamed", "aroused to impatience or anger", "steamed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"]]}, {"answer": "mild", "hint": "synonyms for mild", "clues": [["soft", "mild and pleasant", "soft"], ["meek", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness", "meek"], ["modest", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness", "modest"], ["balmy", "mild and pleasant", "balmy"]]}, {"answer": "militant", "hint": "synonyms for militant", "clues": [["warlike", "disposed to warfare or hard-line policies", "warlike"], ["war-ridden", "engaged in war", "war-ridden"], ["belligerent", "engaged in war", "belligerent"], ["competitive", "showing a fighting disposition", "competitive"], ["warring", "engaged in war", "warring"], ["hawkish", "disposed to warfare or hard-line policies", "hawkish"]]}, {"answer": "minacious", "hint": "synonyms for minacious", "clues": [["threatening", "threatening or foreshadowing evil or tragic developments", "threatening"], ["baleful", "threatening or foreshadowing evil or tragic developments", "baleful"], ["ominous", "threatening or foreshadowing evil or tragic developments", "ominous"], ["forbidding", "threatening or foreshadowing evil or tragic developments", "forbidding"], ["minatory", "threatening or foreshadowing evil or tragic developments", "minatory"], ["sinister", "threatening or foreshadowing evil or tragic developments", "sinister"], ["menacing", "threatening or foreshadowing evil or tragic developments", "menacing"]]}, {"answer": "minatory", "hint": "synonyms for minatory", "clues": [["minacious", "threatening or foreshadowing evil or tragic developments", "minacious"], ["baleful", "threatening or foreshadowing evil or tragic developments", "baleful"], ["threatening", "threatening or foreshadowing evil or tragic developments", "threatening"], ["forbidding", "threatening or foreshadowing evil or tragic developments", "forbidding"], ["ominous", "threatening or foreshadowing evil or tragic developments", "ominous"], ["sinister", "threatening or foreshadowing evil or tragic developments", "sinister"], ["menacing", "threatening or foreshadowing evil or tragic developments", "menacing"]]}, {"answer": "mincing", "hint": "synonyms for mincing", "clues": [["prim", "affectedly dainty or refined", "prim"], ["twee", "affectedly dainty or refined", "twee"], ["dainty", "affectedly dainty or refined", "dainty"], ["niminy-piminy", "affectedly dainty or refined", "niminy-piminy"]]}, {"answer": "minded", "hint": "synonyms for minded", "clues": [["disposed", "(usually followed by `to') naturally disposed toward", "disposed"], ["apt", "(usually followed by `to') naturally disposed toward", "apt"], ["tending", "(usually followed by `to') naturally disposed toward", "tending"], ["given", "(usually followed by `to') naturally disposed toward", "given"]]}, {"answer": "mindless", "hint": "synonyms for mindless", "clues": [["asinine", "devoid of intelligence", "asinine"], ["unmindful", "not mindful or attentive; - G.B.Shaw", "unmindful"], ["fatuous", "devoid of intelligence", "fatuous"], ["vacuous", "devoid of intelligence", "vacuous"], ["inane", "devoid of intelligence", "inane"], ["forgetful", "not mindful or attentive; - G.B.Shaw", "forgetful"], ["reasonless", "not marked by the use of reason", "reasonless"], ["senseless", "not marked by the use of reason", "senseless"]]}, {"answer": "minor", "hint": "synonyms for minor", "clues": [["small-scale", "limited in size or scope", "small-scale"], ["pocket-sized", "limited in size or scope", "pocket-sized"], ["underage", "not of legal age", "underage"], ["venial", "warranting only temporal punishment", "venial"], ["nonaged", "not of legal age", "nonaged"], ["modest", "limited in size or scope", "modest"], ["small", "limited in size or scope", "small"]]}, {"answer": "minuscule", "hint": "synonyms for minuscule", "clues": [["little", "lowercase", "little"], ["minuscular", "of or relating to a small cursive script developed from uncial; 7th to 9th centuries", "minuscular"], ["miniscule", "very small", "miniscule"], ["small", "lowercase", "small"]]}, {"answer": "mirky", "hint": "synonyms for mirky", "clues": [["turbid", "(of liquids) clouded as with sediment", "turbid"], ["murky", "dark or gloomy", "murky"], ["cloudy", "(of liquids) clouded as with sediment", "cloudy"], ["muddy", "(of liquids) clouded as with sediment", "muddy"]]}, {"answer": "mirthful", "hint": "synonyms for mirthful", "clues": [["jocund", "full of or showing high-spirited merriment; ; - Wordsworth", "jocund"], ["jolly", "full of or showing high-spirited merriment; ; - Wordsworth", "jolly"], ["merry", "full of or showing high-spirited merriment; ; - Wordsworth", "merry"], ["amusing", "arousing or provoking laughter", "amusing"], ["laughable", "arousing or provoking laughter", "laughable"], ["risible", "arousing or provoking laughter", "risible"], ["gay", "full of or showing high-spirited merriment; ; - Wordsworth", "gay"], ["comic", "arousing or provoking laughter", "comic"], ["comical", "arousing or provoking laughter", "comical"], ["funny", "arousing or provoking laughter", "funny"], ["jovial", "full of or showing high-spirited merriment; ; - Wordsworth", "jovial"]]}, {"answer": "miry", "hint": "synonyms for miry", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "miscellaneous", "hint": "synonyms for miscellaneous", "clues": [["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "mixed"], ["multifarious", "having many aspects", "multifarious"], ["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "assorted"], ["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "motley"], ["many-sided", "having many aspects", "many-sided"], ["multifaceted", "having many aspects", "multifaceted"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "sundry"]]}, {"answer": "mischievous", "hint": "synonyms for mischievous", "clues": [["wicked", "naughtily or annoyingly playful", "wicked"], ["implike", "naughtily or annoyingly playful", "implike"], ["prankish", "naughtily or annoyingly playful", "prankish"], ["impish", "naughtily or annoyingly playful", "impish"], ["arch", "naughtily or annoyingly playful", "arch"], ["puckish", "naughtily or annoyingly playful", "puckish"], ["pixilated", "naughtily or annoyingly playful", "pixilated"]]}, {"answer": "miserable", "hint": "synonyms for miserable", "clues": [["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy", "pitiful"], ["scurvy", "of the most contemptible kind", "scurvy"], ["wretched", "of very poor quality or condition", "wretched"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["low", "of the most contemptible kind", "low"], ["abject", "of the most contemptible kind", "abject"], ["deplorable", "of very poor quality or condition", "deplorable"], ["measly", "contemptibly small in amount", "measly"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"], ["low-down", "of the most contemptible kind", "low-down"], ["woeful", "of very poor quality or condition", "woeful"], ["scummy", "of the most contemptible kind", "scummy"], ["execrable", "of very poor quality or condition", "execrable"], ["pitiable", "deserving or inciting pity; ; ; - Galsworthy", "pitiable"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"], ["suffering", "very unhappy; full of misery", "suffering"], ["paltry", "contemptibly small in amount", "paltry"]]}, {"answer": "misfortunate", "hint": "synonyms for misfortunate", "clues": [["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy", "miserable"], ["pitiable", "deserving or inciting pity; ; ; - Galsworthy", "pitiable"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy", "pitiful"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy", "wretched"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"]]}, {"answer": "misshapen", "hint": "synonyms for misshapen", "clues": [["distorted", "so badly formed or out of shape as to be ugly", "distorted"], ["malformed", "so badly formed or out of shape as to be ugly", "malformed"], ["deformed", "so badly formed or out of shape as to be ugly", "deformed"], ["ill-shapen", "so badly formed or out of shape as to be ugly", "ill-shapen"]]}, {"answer": "mistrustful", "hint": "synonyms for mistrustful", "clues": [["suspicious", "openly distrustful and unwilling to confide", "suspicious"], ["wary", "openly distrustful and unwilling to confide", "wary"], ["leery", "openly distrustful and unwilling to confide", "leery"], ["untrusting", "openly distrustful and unwilling to confide", "untrusting"]]}, {"answer": "mitigative", "hint": "synonyms for mitigative", "clues": [["mitigatory", "moderating pain or sorrow by making it easier to bear", "mitigatory"], ["lenitive", "moderating pain or sorrow by making it easier to bear", "lenitive"], ["alleviatory", "moderating pain or sorrow by making it easier to bear", "alleviatory"], ["alleviative", "moderating pain or sorrow by making it easier to bear", "alleviative"]]}, {"answer": "mitigatory", "hint": "synonyms for mitigatory", "clues": [["mitigative", "moderating pain or sorrow by making it easier to bear", "mitigative"], ["lenitive", "moderating pain or sorrow by making it easier to bear", "lenitive"], ["alleviatory", "moderating pain or sorrow by making it easier to bear", "alleviatory"], ["alleviative", "moderating pain or sorrow by making it easier to bear", "alleviative"]]}, {"answer": "mixed", "hint": "synonyms for mixed", "clues": [["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "assorted"], ["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "motley"], ["interracial", "involving or composed of different races", "interracial"], ["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "miscellaneous"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "sundry"]]}, {"answer": "mixed-up", "hint": "synonyms for mixed-up", "clues": [["bemused", "perplexed by many conflicting situations or statements; filled with bewilderment", "bemused"], ["befuddled", "perplexed by many conflicting situations or statements; filled with bewilderment", "befuddled"], ["confused", "perplexed by many conflicting situations or statements; filled with bewilderment", "confused"], ["mazed", "perplexed by many conflicting situations or statements; filled with bewilderment", "mazed"], ["baffled", "perplexed by many conflicting situations or statements; filled with bewilderment", "baffled"], ["lost", "perplexed by many conflicting situations or statements; filled with bewilderment", "lost"], ["confounded", "perplexed by many conflicting situations or statements; filled with bewilderment", "confounded"], ["at sea", "perplexed by many conflicting situations or statements; filled with bewilderment", "at sea"], ["bewildered", "perplexed by many conflicting situations or statements; filled with bewilderment", "bewildered"]]}, {"answer": "mobile", "hint": "synonyms for mobile", "clues": [["wandering", "migratory", "wandering"], ["peregrine", "migratory", "peregrine"], ["nomadic", "migratory", "nomadic"], ["fluid", "affording change (especially in social status)", "fluid"], ["roving", "migratory", "roving"]]}, {"answer": "mocking", "hint": "synonyms for mocking", "clues": [["quizzical", "playfully vexing (especially by ridicule); - Lawrence Durrell", "quizzical"], ["gibelike", "abusing vocally; expressing contempt or ridicule", "gibelike"], ["jeering", "abusing vocally; expressing contempt or ridicule", "jeering"], ["taunting", "abusing vocally; expressing contempt or ridicule", "taunting"], ["teasing", "playfully vexing (especially by ridicule); - Lawrence Durrell", "teasing"], ["derisive", "abusing vocally; expressing contempt or ridicule", "derisive"]]}, {"answer": "modern", "hint": "synonyms for modern", "clues": [["innovative", "ahead of the times", "innovative"], ["mod", "relating to a recently developed fashion or style", "mod"], ["modernistic", "relating to a recently developed fashion or style", "modernistic"], ["forward-looking", "ahead of the times", "forward-looking"], ["advanced", "ahead of the times", "advanced"]]}, {"answer": "modest", "hint": "synonyms for modest", "clues": [["small-scale", "limited in size or scope", "small-scale"], ["pocket-sized", "limited in size or scope", "pocket-sized"], ["small", "not large but sufficient in size or amount", "small"], ["humble", "low or inferior in station or quality", "humble"], ["low", "low or inferior in station or quality", "low"], ["mild", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness", "mild"], ["meek", "humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness", "meek"], ["minor", "limited in size or scope", "minor"]]}, {"answer": "modish", "hint": "synonyms for modish", "clues": [["a la mode", "in the current fashion or style", "a la mode"], ["latest", "in the current fashion or style", "latest"], ["in style", "in the current fashion or style", "in style"], ["in vogue", "in the current fashion or style", "in vogue"]]}, {"answer": "monastic", "hint": "synonyms for monastic", "clues": [["monastical", "of communal life sequestered from the world under religious vows", "monastical"], ["cloistered", "of communal life sequestered from the world under religious vows", "cloistered"], ["cloistral", "of communal life sequestered from the world under religious vows", "cloistral"], ["conventual", "of communal life sequestered from the world under religious vows", "conventual"]]}, {"answer": "monastical", "hint": "synonyms for monastical", "clues": [["cloistered", "of communal life sequestered from the world under religious vows", "cloistered"], ["monastic", "of communal life sequestered from the world under religious vows", "monastic"], ["cloistral", "of communal life sequestered from the world under religious vows", "cloistral"], ["conventual", "of communal life sequestered from the world under religious vows", "conventual"]]}, {"answer": "moneyed", "hint": "synonyms for moneyed", "clues": [["affluent", "having an abundant supply of money or possessions of value", "affluent"], ["loaded", "having an abundant supply of money or possessions of value", "loaded"], ["flush", "having an abundant supply of money or possessions of value", "flush"], ["monied", "based on or arising from the possession of money or wealth", "monied"], ["wealthy", "having an abundant supply of money or possessions of value", "wealthy"]]}, {"answer": "moneymaking", "hint": "synonyms for moneymaking", "clues": [["mercantile", "profit oriented; ; - John Buchan", "mercantile"], ["lucrative", "producing a sizeable profit", "lucrative"], ["remunerative", "producing a sizeable profit", "remunerative"], ["mercenary", "profit oriented; ; - John Buchan", "mercenary"]]}, {"answer": "monitory", "hint": "synonyms for monitory", "clues": [["warning", "serving to warn", "warning"], ["admonitory", "serving to warn", "admonitory"], ["cautionary", "serving to warn", "cautionary"], ["exemplary", "serving to warn", "exemplary"]]}, {"answer": "monotonous", "hint": "synonyms for monotonous", "clues": [["flat", "sounded or spoken in a tone unvarying in pitch", "flat"], ["monotone", "sounded or spoken in a tone unvarying in pitch", "monotone"], ["humdrum", "tediously repetitious or lacking in variety", "humdrum"], ["monotonic", "sounded or spoken in a tone unvarying in pitch", "monotonic"]]}, {"answer": "monstrous", "hint": "synonyms for monstrous", "clues": [["grievous", "shockingly brutal or cruel", "grievous"], ["grotesque", "distorted and unnatural in shape or size; abnormal and hideous", "grotesque"], ["flagitious", "shockingly brutal or cruel", "flagitious"], ["atrocious", "shockingly brutal or cruel", "atrocious"]]}, {"answer": "moody", "hint": "synonyms for moody", "clues": [["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["temperamental", "subject to sharply varying moods", "temperamental"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glowering"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"]]}, {"answer": "mordacious", "hint": "synonyms for mordacious", "clues": [["biting", "capable of wounding", "biting"], ["nipping", "capable of wounding", "nipping"], ["pungent", "capable of wounding", "pungent"], ["barbed", "capable of wounding", "barbed"]]}, {"answer": "mordant", "hint": "synonyms for mordant", "clues": [["vitriolic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "vitriolic"], ["black", "harshly ironic or sinister", "black"], ["caustic", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "caustic"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "corrosive"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "erosive"], ["grim", "harshly ironic or sinister", "grim"]]}, {"answer": "morose", "hint": "synonyms for morose", "clues": [["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glowering"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"]]}, {"answer": "mortifying", "hint": "synonyms for mortifying", "clues": [["humiliating", "causing awareness of your shortcomings", "humiliating"], ["embarrassing", "causing to feel shame or chagrin or vexation", "embarrassing"], ["demeaning", "causing awareness of your shortcomings", "demeaning"], ["humbling", "causing awareness of your shortcomings", "humbling"]]}, {"answer": "moss-grown", "hint": "synonyms for moss-grown", "clues": [["mossy", "overgrown with moss", "mossy"], ["fogyish", "(used pejoratively) out of fashion; old fashioned", "fogyish"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned", "stick-in-the-mud"], ["stodgy", "(used pejoratively) out of fashion; old fashioned", "stodgy"]]}, {"answer": "mossy", "hint": "synonyms for mossy", "clues": [["moss-grown", "(used pejoratively) out of fashion; old fashioned", "moss-grown"], ["fogyish", "(used pejoratively) out of fashion; old fashioned", "fogyish"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned", "stick-in-the-mud"], ["stodgy", "(used pejoratively) out of fashion; old fashioned", "stodgy"]]}, {"answer": "moth-eaten", "hint": "synonyms for moth-eaten", "clues": [["mothy", "worn or eaten away by (or as if by) moths", "mothy"], ["dusty", "lacking originality or spontaneity; no longer new", "dusty"], ["ratty", "showing signs of wear and tear", "ratty"], ["cold", "lacking originality or spontaneity; no longer new", "cold"], ["tatty", "showing signs of wear and tear", "tatty"], ["shabby", "showing signs of wear and tear", "shabby"], ["stale", "lacking originality or spontaneity; no longer new", "stale"]]}, {"answer": "mother-naked", "hint": "synonyms for mother-naked", "clues": [["naked as the day you were born", "as naked as at birth", "naked as the day you were born"], ["in your birthday suit", "as naked as at birth", "in your birthday suit"], ["naked as the day one was born", "as naked as at birth", "naked as the day one was born"], ["in one's birthday suit", "as naked as at birth", "in one's birthday suit"]]}, {"answer": "motley", "hint": "synonyms for motley", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "assorted"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "mixed"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["sundry", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "sundry"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"], ["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "miscellaneous"]]}, {"answer": "mourning", "hint": "synonyms for mourning", "clues": [["sorrowing", "sorrowful through loss or deprivation", "sorrowing"], ["bereft", "sorrowful through loss or deprivation", "bereft"], ["bereaved", "sorrowful through loss or deprivation", "bereaved"], ["grieving", "sorrowful through loss or deprivation", "grieving"], ["grief-stricken", "sorrowful through loss or deprivation", "grief-stricken"]]}, {"answer": "mucilaginous", "hint": "synonyms for mucilaginous", "clues": [["gluey", "having the sticky properties of an adhesive", "gluey"], ["viscous", "having the sticky properties of an adhesive", "viscous"], ["pasty", "having the sticky properties of an adhesive", "pasty"], ["viscid", "having the sticky properties of an adhesive", "viscid"], ["glutinous", "having the sticky properties of an adhesive", "glutinous"], ["gummy", "having the sticky properties of an adhesive", "gummy"], ["sticky", "having the sticky properties of an adhesive", "sticky"]]}, {"answer": "mucky", "hint": "synonyms for mucky", "clues": [["muddy", "dirty and messy; covered with mud or muck", "muddy"], ["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["soggy", "(of soil) soft and watery", "soggy"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"]]}, {"answer": "muddled", "hint": "synonyms for muddled", "clues": [["addled", "confused and vague; used especially of thinking", "addled"], ["wooly", "confused and vague; used especially of thinking", "wooly"], ["muzzy", "confused and vague; used especially of thinking", "muzzy"], ["wooly-minded", "confused and vague; used especially of thinking", "wooly-minded"], ["befuddled", "confused and vague; used especially of thinking", "befuddled"], ["woolly-headed", "confused and vague; used especially of thinking", "woolly-headed"]]}, {"answer": "muddy", "hint": "synonyms for muddy", "clues": [["dirty", "(of color) discolored by impurities; not bright and clear; is often used in combination", "dirty"], ["mirky", "(of liquids) clouded as with sediment", "mirky"], ["cloudy", "(of liquids) clouded as with sediment", "cloudy"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["boggy", "(of soil) soft and watery", "boggy"], ["murky", "(of liquids) clouded as with sediment", "murky"], ["squashy", "(of soil) soft and watery", "squashy"], ["marshy", "(of soil) soft and watery", "marshy"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["dingy", "(of color) discolored by impurities; not bright and clear; is often used in combination", "dingy"], ["muddied", "(of color) discolored by impurities; not bright and clear; is often used in combination", "muddied"], ["soggy", "(of soil) soft and watery", "soggy"], ["turbid", "(of liquids) clouded as with sediment", "turbid"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["swampy", "(of soil) soft and watery", "swampy"]]}, {"answer": "multi-color", "hint": "synonyms for multi-color", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multi-colored", "hint": "synonyms for multi-colored", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multi-colour", "hint": "synonyms for multi-colour", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multi-coloured", "hint": "synonyms for multi-coloured", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multicoloured", "having sections or patches colored differently and usually brightly", "multicoloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["multi-color", "having sections or patches colored differently and usually brightly", "multi-color"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multicolor", "hint": "synonyms for multicolor", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multicolored", "hint": "synonyms for multicolored", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multicolour", "hint": "synonyms for multicolour", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multicoloured", "hint": "synonyms for multicoloured", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "multitudinous", "hint": "synonyms for multitudinous", "clues": [["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["myriad", "too numerous to be counted", "myriad"], ["infinite", "too numerous to be counted", "infinite"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "mundane", "hint": "synonyms for mundane", "clues": [["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant", "quotidian"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant", "everyday"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant", "routine"], ["terrene", "belonging to this earth or world; not ideal or heavenly", "terrene"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant", "unremarkable"], ["terrestrial", "concerned with the world or worldly matters", "terrestrial"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant", "workaday"]]}, {"answer": "munificent", "hint": "synonyms for munificent", "clues": [["unstinted", "very generous", "unstinted"], ["overgenerous", "very generous", "overgenerous"], ["too-generous", "very generous", "too-generous"], ["unstinting", "very generous", "unstinting"], ["unsparing", "very generous", "unsparing"], ["lavish", "very generous", "lavish"]]}, {"answer": "murky", "hint": "synonyms for murky", "clues": [["turbid", "(of liquids) clouded as with sediment", "turbid"], ["mirky", "(of liquids) clouded as with sediment", "mirky"], ["cloudy", "(of liquids) clouded as with sediment", "cloudy"], ["muddy", "(of liquids) clouded as with sediment", "muddy"]]}, {"answer": "muscular", "hint": "synonyms for muscular", "clues": [["hefty", "(of a person) possessing physical strength and weight; rugged and powerful", "hefty"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful", "brawny"], ["mesomorphic", "having a robust muscular body-build characterized by predominance of structures (bone and muscle and connective tissue) developed from the embryonic mesodermal layer", "mesomorphic"], ["powerful", "(of a person) possessing physical strength and weight; rugged and powerful", "powerful"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful", "sinewy"]]}, {"answer": "mushy", "hint": "synonyms for mushy", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "musing", "hint": "synonyms for musing", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["broody", "deeply or seriously thoughtful", "broody"], ["contemplative", "deeply or seriously thoughtful", "contemplative"]]}, {"answer": "mute", "hint": "synonyms for mute", "clues": [["tongueless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe", "tongueless"], ["wordless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe", "wordless"], ["dumb", "unable to speak because of hereditary deafness", "dumb"], ["silent", "unable to speak because of hereditary deafness", "silent"], ["unspoken", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe", "unspoken"]]}, {"answer": "muted", "hint": "synonyms for muted", "clues": [["softened", "being or made softer or less loud or clear", "softened"], ["subdued", "in a softened tone", "subdued"], ["hushed", "in a softened tone", "hushed"], ["muffled", "being or made softer or less loud or clear", "muffled"], ["dull", "being or made softer or less loud or clear", "dull"], ["quiet", "in a softened tone", "quiet"]]}, {"answer": "muzzy", "hint": "synonyms for muzzy", "clues": [["wooly", "confused and vague; used especially of thinking", "wooly"], ["blurry", "indistinct or hazy in outline", "blurry"], ["wooly-minded", "confused and vague; used especially of thinking", "wooly-minded"], ["foggy", "indistinct or hazy in outline", "foggy"], ["blurred", "indistinct or hazy in outline", "blurred"], ["muddled", "confused and vague; used especially of thinking", "muddled"], ["addled", "confused and vague; used especially of thinking", "addled"], ["bleary", "indistinct or hazy in outline", "bleary"], ["befuddled", "confused and vague; used especially of thinking", "befuddled"], ["fuzzy", "indistinct or hazy in outline", "fuzzy"], ["woolly-headed", "confused and vague; used especially of thinking", "woolly-headed"], ["hazy", "indistinct or hazy in outline", "hazy"]]}, {"answer": "myopic", "hint": "synonyms for myopic", "clues": [["nearsighted", "unable to see distant objects clearly", "nearsighted"], ["short", "lacking foresight or scope", "short"], ["unforesightful", "lacking foresight or scope", "unforesightful"], ["shortsighted", "lacking foresight or scope", "shortsighted"]]}, {"answer": "myriad", "hint": "synonyms for myriad", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["infinite", "too numerous to be counted", "infinite"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "mysterious", "hint": "synonyms for mysterious", "clues": [["deep", "of an obscure nature; ; ; ; - Rachel Carson", "deep"], ["mystifying", "of an obscure nature; ; ; ; - Rachel Carson", "mystifying"], ["mystical", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mystical"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "occult"], ["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "secret"], ["cryptic", "of an obscure nature; ; ; ; - Rachel Carson", "cryptic"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "orphic"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson", "inscrutable"]]}, {"answer": "mystic", "hint": "synonyms for mystic", "clues": [["mystical", "relating to or characteristic of mysticism", "mystical"], ["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "secret"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "orphic"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mysterious"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "occult"]]}, {"answer": "mystical", "hint": "synonyms for mystical", "clues": [["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "secret"], ["mystic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mystic"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "orphic"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mysterious"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "occult"]]}, {"answer": "mystifying", "hint": "synonyms for mystifying", "clues": [["deep", "of an obscure nature; ; ; ; - Rachel Carson", "deep"], ["cryptic", "of an obscure nature; ; ; ; - Rachel Carson", "cryptic"], ["inscrutable", "of an obscure nature; ; ; ; - Rachel Carson", "inscrutable"], ["mysterious", "of an obscure nature; ; ; ; - Rachel Carson", "mysterious"]]}, {"answer": "naive", "hint": "synonyms for naive", "clues": [["uninstructed", "lacking information or instruction", "uninstructed"], ["uninitiated", "not initiated; deficient in relevant experience", "uninitiated"], ["naif", "marked by or showing unaffected simplicity and lack of guile or worldly experience", "naif"], ["primitive", "of or created by one without formal training; simple or naive in style", "primitive"], ["unenlightened", "lacking information or instruction", "unenlightened"]]}, {"answer": "naked", "hint": "synonyms for naked", "clues": [["bare", "completely unclothed", "bare"], ["nude", "completely unclothed", "nude"], ["defenseless", "having no protecting or concealing cover; - Shakespeare", "defenseless"], ["raw", "devoid of elaboration or diminution or concealment; bare and pure", "raw"], ["au naturel", "completely unclothed", "au naturel"]]}, {"answer": "naked_as_a_jaybird", "hint": "synonyms for naked as a jaybird", "clues": [["bare-ass", "(used informally) completely unclothed", "bare-ass"], ["in the raw", "(used informally) completely unclothed", "in the raw"], ["peeled", "(used informally) completely unclothed", "peeled"], ["raw", "(used informally) completely unclothed", "raw"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"], ["in the buff", "(used informally) completely unclothed", "in the buff"]]}, {"answer": "naked_as_the_day_one_was_born", "hint": "synonyms for naked as the day one was born", "clues": [["mother-naked", "as naked as at birth", "mother-naked"], ["naked as the day you were born", "as naked as at birth", "naked as the day you were born"], ["in your birthday suit", "as naked as at birth", "in your birthday suit"], ["in one's birthday suit", "as naked as at birth", "in one's birthday suit"]]}, {"answer": "naked_as_the_day_you_were_born", "hint": "synonyms for naked as the day you were born", "clues": [["mother-naked", "as naked as at birth", "mother-naked"], ["in your birthday suit", "as naked as at birth", "in your birthday suit"], ["naked as the day one was born", "as naked as at birth", "naked as the day one was born"], ["in one's birthday suit", "as naked as at birth", "in one's birthday suit"]]}, {"answer": "napping", "hint": "synonyms for napping", "clues": [["off her guard", "not prepared or vigilant", "off her guard"], ["off his guard", "not prepared or vigilant", "off his guard"], ["off guard", "not prepared or vigilant", "off guard"], ["off one's guard", "not prepared or vigilant", "off one's guard"], ["off your guard", "not prepared or vigilant", "off your guard"]]}, {"answer": "narrowing", "hint": "synonyms for narrowing", "clues": [["tapered", "becoming gradually narrower", "tapered"], ["tapering", "becoming gradually narrower", "tapering"], ["constrictive", "(of circumstances) tending to constrict freedom", "constrictive"], ["constricting", "(of circumstances) tending to constrict freedom", "constricting"]]}, {"answer": "nasty", "hint": "synonyms for nasty", "clues": [["smutty", "characterized by obscenity", "smutty"], ["foul", "disgustingly dirty; filled or smeared with offensive matter", "foul"], ["filthy", "characterized by obscenity", "filthy"], ["cruddy", "characterized by obscenity", "cruddy"], ["awful", "offensive or even (of persons) malicious; ; ; ; ; ; - Ezra Pound", "awful"], ["tight", "exasperatingly difficult to handle or circumvent", "tight"]]}, {"answer": "nationalistic", "hint": "synonyms for nationalistic", "clues": [["flag-waving", "fanatically patriotic", "flag-waving"], ["nationalist", "devotion to the interests or culture of a particular nation including promoting the interests of one country over those of others", "nationalist"], ["ultranationalistic", "fanatically patriotic", "ultranationalistic"], ["chauvinistic", "fanatically patriotic", "chauvinistic"], ["jingoistic", "fanatically patriotic", "jingoistic"], ["superpatriotic", "fanatically patriotic", "superpatriotic"]]}, {"answer": "natty", "hint": "synonyms for natty", "clues": [["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"]]}, {"answer": "natural", "hint": "synonyms for natural", "clues": [["rude", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes", "rude"], ["innate", "being talented through inherited qualities", "innate"], ["born", "being talented through inherited qualities", "born"], ["lifelike", "free from artificiality", "lifelike"], ["raw", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes", "raw"], ["instinctive", "unthinking; prompted by (or as if by) instinct", "instinctive"]]}, {"answer": "naughty", "hint": "synonyms for naughty", "clues": [["racy", "suggestive of sexual impropriety", "racy"], ["gamy", "suggestive of sexual impropriety", "gamy"], ["juicy", "suggestive of sexual impropriety", "juicy"], ["risque", "suggestive of sexual impropriety", "risque"], ["spicy", "suggestive of sexual impropriety", "spicy"], ["blue", "suggestive of sexual impropriety", "blue"]]}, {"answer": "nauseated", "hint": "synonyms for nauseated", "clues": [["sickish", "feeling nausea; feeling about to vomit", "sickish"], ["sick", "feeling nausea; feeling about to vomit", "sick"], ["queasy", "feeling nausea; feeling about to vomit", "queasy"], ["nauseous", "feeling nausea; feeling about to vomit", "nauseous"]]}, {"answer": "nauseating", "hint": "synonyms for nauseating", "clues": [["vile", "causing or able to cause nausea", "vile"], ["sickening", "causing or able to cause nausea", "sickening"], ["offensive", "causing or able to cause nausea", "offensive"], ["noisome", "causing or able to cause nausea", "noisome"], ["loathsome", "causing or able to cause nausea", "loathsome"], ["queasy", "causing or able to cause nausea", "queasy"], ["nauseous", "causing or able to cause nausea", "nauseous"]]}, {"answer": "nauseous", "hint": "synonyms for nauseous", "clues": [["sick", "feeling nausea; feeling about to vomit", "sick"], ["sickish", "feeling nausea; feeling about to vomit", "sickish"], ["offensive", "causing or able to cause nausea", "offensive"], ["noisome", "causing or able to cause nausea", "noisome"], ["loathsome", "causing or able to cause nausea", "loathsome"], ["queasy", "causing or able to cause nausea", "queasy"], ["nauseated", "feeling nausea; feeling about to vomit", "nauseated"], ["vile", "causing or able to cause nausea", "vile"], ["sickening", "causing or able to cause nausea", "sickening"], ["nauseating", "causing or able to cause nausea", "nauseating"]]}, {"answer": "neandertal", "hint": "synonyms for neandertal", "clues": [["loutish", "ill-mannered and coarse and contemptible in behavior or appearance", "loutish"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance", "swinish"], ["neanderthal", "ill-mannered and coarse and contemptible in behavior or appearance", "neanderthal"], ["oafish", "ill-mannered and coarse and contemptible in behavior or appearance", "oafish"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance", "boorish"]]}, {"answer": "neanderthal", "hint": "synonyms for neanderthal", "clues": [["neandertal", "ill-mannered and coarse and contemptible in behavior or appearance", "neandertal"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance", "loutish"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance", "swinish"], ["oafish", "ill-mannered and coarse and contemptible in behavior or appearance", "oafish"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance", "boorish"]]}, {"answer": "near", "hint": "synonyms for near", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["good", "with or in a close or intimate relationship", "good"], ["approximate", "very close in resemblance", "approximate"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"], ["dear", "with or in a close or intimate relationship", "dear"], ["nigh", "being on the left side", "nigh"], ["close", "giving or spending with reluctance", "close"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"]]}, {"answer": "near-blind", "hint": "synonyms for near-blind", "clues": [["purblind", "having greatly reduced vision", "purblind"], ["dim-sighted", "having greatly reduced vision", "dim-sighted"], ["visually impaired", "having greatly reduced vision", "visually impaired"], ["visually challenged", "having greatly reduced vision", "visually challenged"], ["sand-blind", "having greatly reduced vision", "sand-blind"]]}, {"answer": "neat", "hint": "synonyms for neat", "clues": [["great", "very good", "great"], ["clean", "free from clumsiness; precisely or deftly executed", "clean"], ["not bad", "very good", "not bad"], ["straight", "without water", "straight"], ["swell", "very good", "swell"], ["orderly", "clean or organized", "orderly"], ["corking", "very good", "corking"], ["keen", "very good", "keen"], ["nifty", "very good", "nifty"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["groovy", "very good", "groovy"], ["tasteful", "free from what is tawdry or unbecoming", "tasteful"], ["full-strength", "without water", "full-strength"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["smashing", "very good", "smashing"], ["refined", "free from what is tawdry or unbecoming", "refined"], ["slap-up", "very good", "slap-up"]]}, {"answer": "nebulous", "hint": "synonyms for nebulous", "clues": [["unfixed", "lacking definition or definite content; ; - Jane Austen", "unfixed"], ["nebulose", "lacking definite form or limits; - H.T.Moore", "nebulose"], ["nebular", "of or relating to or resembling a nebula", "nebular"], ["cloudy", "lacking definite form or limits; - H.T.Moore", "cloudy"]]}, {"answer": "necessitous", "hint": "synonyms for necessitous", "clues": [["poverty-stricken", "poor enough to need help from others", "poverty-stricken"], ["impoverished", "poor enough to need help from others", "impoverished"], ["needy", "poor enough to need help from others", "needy"], ["destitute", "poor enough to need help from others", "destitute"], ["indigent", "poor enough to need help from others", "indigent"]]}, {"answer": "neck-deep", "hint": "synonyms for neck-deep", "clues": [["up to my neck", "deeply involved", "up to my neck"], ["up to his neck", "deeply involved", "up to his neck"], ["up to our necks", "deeply involved", "up to our necks"], ["up to their necks", "deeply involved", "up to their necks"]]}, {"answer": "needy", "hint": "synonyms for needy", "clues": [["poverty-stricken", "poor enough to need help from others", "poverty-stricken"], ["necessitous", "poor enough to need help from others", "necessitous"], ["impoverished", "poor enough to need help from others", "impoverished"], ["destitute", "poor enough to need help from others", "destitute"], ["indigent", "poor enough to need help from others", "indigent"]]}, {"answer": "negative", "hint": "synonyms for negative", "clues": [["minus", "involving disadvantage or harm", "minus"], ["damaging", "designed or tending to discredit, especially without positive or helpful suggestions", "damaging"], ["negatively charged", "having a negative charge", "negatively charged"], ["electronegative", "having a negative charge", "electronegative"], ["disconfirming", "not indicating the presence of microorganisms or disease or a specific condition", "disconfirming"]]}, {"answer": "neglectful", "hint": "synonyms for neglectful", "clues": [["remiss", "failing in what duty requires", "remiss"], ["inattentive", "not showing due care or attention", "inattentive"], ["derelict", "failing in what duty requires", "derelict"], ["delinquent", "failing in what duty requires", "delinquent"]]}, {"answer": "negotiable", "hint": "synonyms for negotiable", "clues": [["on the table", "able to be negotiated or arranged by compromise", "on the table"], ["conveyable", "legally transferable to the ownership of another", "conveyable"], ["transferable", "legally transferable to the ownership of another", "transferable"], ["assignable", "legally transferable to the ownership of another", "assignable"]]}, {"answer": "nervous", "hint": "synonyms for nervous", "clues": [["unquiet", "causing or fraught with or showing anxiety", "unquiet"], ["uneasy", "causing or fraught with or showing anxiety", "uneasy"], ["queasy", "causing or fraught with or showing anxiety", "queasy"], ["flighty", "unpredictably excitable (especially of horses)", "flighty"], ["skittish", "unpredictably excitable (especially of horses)", "skittish"], ["aflutter", "excited in anticipation", "aflutter"], ["spooky", "unpredictably excitable (especially of horses)", "spooky"], ["neural", "of or relating to the nervous system", "neural"], ["anxious", "causing or fraught with or showing anxiety", "anxious"]]}, {"answer": "nervy", "hint": "synonyms for nervy", "clues": [["jumpy", "being in a tense state", "jumpy"], ["uptight", "being in a tense state", "uptight"], ["edgy", "being in a tense state", "edgy"], ["restive", "being in a tense state", "restive"], ["overstrung", "being in a tense state", "overstrung"], ["high-strung", "being in a tense state", "high-strung"], ["highly strung", "being in a tense state", "highly strung"], ["cheeky", "offensively bold", "cheeky"], ["brash", "offensively bold", "brash"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "nescient", "hint": "synonyms for nescient", "clues": [["unbelieving", "holding that only material phenomena can be known and knowledge of spiritual matters or ultimate causes is impossible", "unbelieving"], ["unlearned", "uneducated in general; lacking knowledge or sophistication", "unlearned"], ["ignorant", "uneducated in general; lacking knowledge or sophistication", "ignorant"], ["unlettered", "uneducated in general; lacking knowledge or sophistication", "unlettered"]]}, {"answer": "netlike", "hint": "synonyms for netlike", "clues": [["netted", "having open interstices or resembling a web", "netted"], ["weblike", "having open interstices or resembling a web", "weblike"], ["lacy", "having open interstices or resembling a web", "lacy"], ["webby", "having open interstices or resembling a web", "webby"], ["webbed", "having open interstices or resembling a web", "webbed"]]}, {"answer": "netted", "hint": "synonyms for netted", "clues": [["weblike", "having open interstices or resembling a web", "weblike"], ["lacy", "having open interstices or resembling a web", "lacy"], ["netlike", "having open interstices or resembling a web", "netlike"], ["webby", "having open interstices or resembling a web", "webby"], ["webbed", "having open interstices or resembling a web", "webbed"]]}, {"answer": "nettled", "hint": "synonyms for nettled", "clues": [["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["riled", "aroused to impatience or anger", "riled"], ["steamed", "aroused to impatience or anger", "steamed"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"]]}, {"answer": "nettlesome", "hint": "synonyms for nettlesome", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["cranky", "easily irritated or annoyed", "cranky"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["tetchy", "easily irritated or annoyed", "tetchy"], ["peckish", "easily irritated or annoyed", "peckish"], ["bothersome", "causing irritation or annoyance", "bothersome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["fractious", "easily irritated or annoyed", "fractious"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["petulant", "easily irritated or annoyed", "petulant"], ["pestiferous", "causing irritation or annoyance", "pestiferous"]]}, {"answer": "neutral", "hint": "synonyms for neutral", "clues": [["achromatic", "having no hue", "achromatic"], ["impersonal", "having no personal preference", "impersonal"], ["electroneutral", "having no net electric charge", "electroneutral"], ["inert", "having only a limited ability to react chemically; chemically inactive", "inert"], ["indifferent", "having only a limited ability to react chemically; chemically inactive", "indifferent"]]}, {"answer": "never-ending", "hint": "synonyms for never-ending", "clues": [["unremitting", "uninterrupted in time and indefinitely long continuing", "unremitting"], ["unceasing", "uninterrupted in time and indefinitely long continuing", "unceasing"], ["ceaseless", "uninterrupted in time and indefinitely long continuing", "ceaseless"], ["constant", "uninterrupted in time and indefinitely long continuing", "constant"], ["incessant", "uninterrupted in time and indefinitely long continuing", "incessant"], ["perpetual", "uninterrupted in time and indefinitely long continuing", "perpetual"]]}, {"answer": "new", "hint": "synonyms for new", "clues": [["newfangled", "(of a new kind or fashion) gratuitously new", "newfangled"], ["fresh", "original and of a kind not seen before", "fresh"], ["raw", "lacking training or experience", "raw"], ["young", "(of crops) harvested at an early stage of development; before complete maturity", "young"], ["unexampled", "having no previous example or precedent or parallel", "unexampled"], ["novel", "original and of a kind not seen before", "novel"]]}, {"answer": "next", "hint": "synonyms for next", "clues": [["future", "(of elected officers) elected but not yet serving", "future"], ["following", "immediately following in time or order", "following"], ["side by side", "nearest in space or position; immediately adjoining without intervening space", "side by side"], ["succeeding", "(of elected officers) elected but not yet serving", "succeeding"], ["adjacent", "nearest in space or position; immediately adjoining without intervening space", "adjacent"]]}, {"answer": "nice", "hint": "synonyms for nice", "clues": [["squeamish", "excessively fastidious and easily disgusted", "squeamish"], ["decent", "socially or conventionally correct; refined or virtuous", "decent"], ["dainty", "excessively fastidious and easily disgusted", "dainty"], ["prissy", "excessively fastidious and easily disgusted", "prissy"], ["skillful", "done with delicacy and skill", "skillful"], ["overnice", "excessively fastidious and easily disgusted", "overnice"], ["gracious", "exhibiting courtesy and politeness", "gracious"], ["courteous", "exhibiting courtesy and politeness", "courteous"]]}, {"answer": "nifty", "hint": "synonyms for nifty", "clues": [["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "niggling", "hint": "synonyms for niggling", "clues": [["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["picayune", "(informal) small and of little importance", "picayune"], ["footling", "(informal) small and of little importance", "footling"], ["piffling", "(informal) small and of little importance", "piffling"], ["trivial", "(informal) small and of little importance", "trivial"]]}, {"answer": "niminy-piminy", "hint": "synonyms for niminy-piminy", "clues": [["prim", "affectedly dainty or refined", "prim"], ["twee", "affectedly dainty or refined", "twee"], ["dainty", "affectedly dainty or refined", "dainty"], ["mincing", "affectedly dainty or refined", "mincing"]]}, {"answer": "nipping", "hint": "synonyms for nipping", "clues": [["frosty", "pleasantly cold and invigorating", "frosty"], ["crisp", "pleasantly cold and invigorating", "crisp"], ["snappy", "pleasantly cold and invigorating", "snappy"], ["pungent", "capable of wounding", "pungent"], ["biting", "capable of wounding", "biting"], ["mordacious", "capable of wounding", "mordacious"], ["nippy", "pleasantly cold and invigorating", "nippy"], ["barbed", "capable of wounding", "barbed"]]}, {"answer": "nippy", "hint": "synonyms for nippy", "clues": [["snappy", "pleasantly cold and invigorating", "snappy"], ["frosty", "pleasantly cold and invigorating", "frosty"], ["crisp", "pleasantly cold and invigorating", "crisp"], ["nipping", "pleasantly cold and invigorating", "nipping"]]}, {"answer": "no-account", "hint": "synonyms for no-account", "clues": [["meritless", "without merit", "meritless"], ["no-count", "without merit", "no-count"], ["good-for-nothing", "without merit", "good-for-nothing"], ["no-good", "without merit", "no-good"], ["good-for-naught", "without merit", "good-for-naught"], ["sorry", "without merit", "sorry"]]}, {"answer": "no-count", "hint": "synonyms for no-count", "clues": [["meritless", "without merit", "meritless"], ["no-account", "without merit", "no-account"], ["good-for-nothing", "without merit", "good-for-nothing"], ["no-good", "without merit", "no-good"], ["good-for-naught", "without merit", "good-for-naught"], ["sorry", "without merit", "sorry"]]}, {"answer": "no-good", "hint": "synonyms for no-good", "clues": [["meritless", "without merit", "meritless"], ["no-account", "without merit", "no-account"], ["rubber", "returned for lack of funds", "rubber"], ["good-for-nothing", "without merit", "good-for-nothing"], ["good-for-naught", "without merit", "good-for-naught"], ["sorry", "without merit", "sorry"]]}, {"answer": "noble-minded", "hint": "synonyms for noble-minded", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"]]}, {"answer": "nodding", "hint": "synonyms for nodding", "clues": [["weeping", "having branches or flower heads that bend downward", "weeping"], ["cernuous", "having branches or flower heads that bend downward", "cernuous"], ["drooping", "having branches or flower heads that bend downward", "drooping"], ["pendulous", "having branches or flower heads that bend downward", "pendulous"]]}, {"answer": "noisome", "hint": "synonyms for noisome", "clues": [["smelly", "offensively malodorous", "smelly"], ["offensive", "causing or able to cause nausea", "offensive"], ["loathsome", "causing or able to cause nausea", "loathsome"], ["queasy", "causing or able to cause nausea", "queasy"], ["nauseous", "causing or able to cause nausea", "nauseous"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["fetid", "offensively malodorous", "fetid"], ["vile", "causing or able to cause nausea", "vile"], ["stinking", "offensively malodorous", "stinking"], ["ill-scented", "offensively malodorous", "ill-scented"], ["sickening", "causing or able to cause nausea", "sickening"], ["nauseating", "causing or able to cause nausea", "nauseating"], ["funky", "offensively malodorous", "funky"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "nomadic", "hint": "synonyms for nomadic", "clues": [["roving", "migratory", "roving"], ["peregrine", "migratory", "peregrine"], ["wandering", "migratory", "wandering"], ["mobile", "migratory", "mobile"]]}, {"answer": "nominal", "hint": "synonyms for nominal", "clues": [["tokenish", "insignificantly small; a matter of form only (`tokenish' is informal)", "tokenish"], ["nominative", "named; bearing the name of a specific person", "nominative"], ["titular", "existing in name only", "titular"], ["token", "insignificantly small; a matter of form only (`tokenish' is informal)", "token"]]}, {"answer": "nonpareil", "hint": "synonyms for nonpareil", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["matchless", "eminent beyond or above comparison", "matchless"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["one", "eminent beyond or above comparison", "one"], ["one and only", "eminent beyond or above comparison", "one and only"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "nonsensical", "hint": "synonyms for nonsensical", "clues": [["nonsense", "having no intelligible meaning", "nonsense"], ["preposterous", "incongruous;inviting ridicule", "preposterous"], ["absurd", "incongruous;inviting ridicule", "absurd"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["idiotic", "incongruous;inviting ridicule", "idiotic"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"]]}, {"answer": "not_bad", "hint": "synonyms for not bad", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "notable", "hint": "synonyms for notable", "clues": [["renowned", "widely known and esteemed", "renowned"], ["noteworthy", "worthy of notice", "noteworthy"], ["celebrated", "widely known and esteemed", "celebrated"], ["far-famed", "widely known and esteemed", "far-famed"], ["famous", "widely known and esteemed", "famous"], ["famed", "widely known and esteemed", "famed"], ["noted", "widely known and esteemed", "noted"], ["illustrious", "widely known and esteemed", "illustrious"]]}, {"answer": "notched", "hint": "synonyms for notched", "clues": [["jaggy", "having an irregularly notched or toothed margin as though gnawed", "jaggy"], ["toothed", "notched like a saw with teeth pointing toward the apex", "toothed"], ["erose", "having an irregularly notched or toothed margin as though gnawed", "erose"], ["saw-toothed", "notched like a saw with teeth pointing toward the apex", "saw-toothed"], ["serrate", "notched like a saw with teeth pointing toward the apex", "serrate"], ["jagged", "having an irregularly notched or toothed margin as though gnawed", "jagged"]]}, {"answer": "noted", "hint": "synonyms for noted", "clues": [["notable", "widely known and esteemed", "notable"], ["far-famed", "widely known and esteemed", "far-famed"], ["renowned", "widely known and esteemed", "renowned"], ["famous", "widely known and esteemed", "famous"], ["famed", "widely known and esteemed", "famed"], ["celebrated", "widely known and esteemed", "celebrated"], ["illustrious", "widely known and esteemed", "illustrious"]]}, {"answer": "notional", "hint": "synonyms for notional", "clues": [["fanciful", "not based on fact; unreal; - F.D.Roosevelt", "fanciful"], ["imaginary", "not based on fact; unreal; - F.D.Roosevelt", "imaginary"], ["ideational", "being of the nature of a notion or concept", "ideational"], ["conceptional", "being of the nature of a notion or concept", "conceptional"], ["speculative", "not based on fact or investigation", "speculative"]]}, {"answer": "nourishing", "hint": "synonyms for nourishing", "clues": [["alimental", "of or providing nourishment", "alimental"], ["nutrient", "of or providing nourishment", "nutrient"], ["alimentary", "of or providing nourishment", "alimentary"], ["nutritive", "of or providing nourishment", "nutritive"], ["nutritious", "of or providing nourishment", "nutritious"]]}, {"answer": "nubbly", "hint": "synonyms for nubbly", "clues": [["homespun", "of textiles; having a rough surface", "homespun"], ["nubby", "of textiles; having a rough surface", "nubby"], ["tweedy", "of textiles; having a rough surface", "tweedy"], ["slubbed", "of textiles; having a rough surface", "slubbed"]]}, {"answer": "nubby", "hint": "synonyms for nubby", "clues": [["homespun", "of textiles; having a rough surface", "homespun"], ["tweedy", "of textiles; having a rough surface", "tweedy"], ["nubbly", "of textiles; having a rough surface", "nubbly"], ["slubbed", "of textiles; having a rough surface", "slubbed"]]}, {"answer": "numberless", "hint": "synonyms for numberless", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["infinite", "too numerous to be counted", "infinite"], ["myriad", "too numerous to be counted", "myriad"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "nutrient", "hint": "synonyms for nutrient", "clues": [["alimental", "of or providing nourishment", "alimental"], ["alimentary", "of or providing nourishment", "alimentary"], ["nutritive", "of or providing nourishment", "nutritive"], ["nutritious", "of or providing nourishment", "nutritious"], ["nourishing", "of or providing nourishment", "nourishing"]]}, {"answer": "nutritious", "hint": "synonyms for nutritious", "clues": [["alimental", "of or providing nourishment", "alimental"], ["nutrient", "of or providing nourishment", "nutrient"], ["alimentary", "of or providing nourishment", "alimentary"], ["nutritive", "of or providing nourishment", "nutritive"], ["nourishing", "of or providing nourishment", "nourishing"]]}, {"answer": "nutritive", "hint": "synonyms for nutritive", "clues": [["alimental", "of or providing nourishment", "alimental"], ["nutrient", "of or providing nourishment", "nutrient"], ["alimentary", "of or providing nourishment", "alimentary"], ["nutritious", "of or providing nourishment", "nutritious"], ["nourishing", "of or providing nourishment", "nourishing"]]}, {"answer": "nuts", "hint": "synonyms for nuts", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "nutty", "hint": "synonyms for nutty", "clues": [["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["nutlike", "having the flavor of nuts", "nutlike"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "o.k.", "hint": "synonyms for o.k.", "clues": [["hunky-dory", "being satisfactory or in satisfactory condition", "hunky-dory"], ["all right", "being satisfactory or in satisfactory condition", "all right"], ["ok", "being satisfactory or in satisfactory condition", "ok"], ["fine", "being satisfactory or in satisfactory condition", "fine"], ["okay", "being satisfactory or in satisfactory condition", "okay"]]}, {"answer": "oafish", "hint": "synonyms for oafish", "clues": [["neandertal", "ill-mannered and coarse and contemptible in behavior or appearance", "neandertal"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance", "loutish"], ["swinish", "ill-mannered and coarse and contemptible in behavior or appearance", "swinish"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance", "boorish"]]}, {"answer": "obdurate", "hint": "synonyms for obdurate", "clues": [["stony", "showing unfeeling resistance to tender feelings", "stony"], ["granitic", "showing unfeeling resistance to tender feelings", "granitic"], ["obstinate", "stubbornly persistent in wrongdoing", "obstinate"], ["flint", "showing unfeeling resistance to tender feelings", "flint"], ["unrepentant", "stubbornly persistent in wrongdoing", "unrepentant"], ["cussed", "stubbornly persistent in wrongdoing", "cussed"]]}, {"answer": "obscene", "hint": "synonyms for obscene", "clues": [["repulsive", "offensive to the mind", "repulsive"], ["salacious", "suggestive of or tending to moral looseness", "salacious"], ["abhorrent", "offensive to the mind", "abhorrent"], ["lewd", "suggestive of or tending to moral looseness", "lewd"], ["raunchy", "suggestive of or tending to moral looseness", "raunchy"], ["detestable", "offensive to the mind", "detestable"], ["repugnant", "offensive to the mind", "repugnant"]]}, {"answer": "obscure", "hint": "synonyms for obscure", "clues": [["apart", "remote and separate physically or socially; ; - W.H.Hudson", "apart"], ["unsung", "not famous or acclaimed", "unsung"], ["hidden", "difficult to find", "hidden"], ["dark", "marked by difficulty of style or expression", "dark"], ["unnoticeable", "not drawing attention", "unnoticeable"], ["isolated", "remote and separate physically or socially; ; - W.H.Hudson", "isolated"], ["vague", "not clearly understood or expressed; ; -Anatole Broyard; - P.A.Sorokin; - John Locke", "vague"], ["unknown", "not famous or acclaimed", "unknown"]]}, {"answer": "obsequious", "hint": "synonyms for obsequious", "clues": [["sycophantic", "attempting to win favor from influential people by flattery", "sycophantic"], ["toadyish", "attempting to win favor from influential people by flattery", "toadyish"], ["fawning", "attempting to win favor from influential people by flattery", "fawning"], ["bootlicking", "attempting to win favor from influential people by flattery", "bootlicking"]]}, {"answer": "obsessed", "hint": "synonyms for obsessed", "clues": [["possessed", "influenced or controlled by a powerful force such as a strong emotion", "possessed"], ["preoccupied", "having or showing excessive or compulsive concern with something", "preoccupied"], ["haunted", "having or showing excessive or compulsive concern with something", "haunted"], ["taken up", "having or showing excessive or compulsive concern with something", "taken up"]]}, {"answer": "obstinate", "hint": "synonyms for obstinate", "clues": [["unregenerate", "tenaciously unwilling or marked by tenacious unwillingness to yield", "unregenerate"], ["contrary", "resistant to guidance or discipline", "contrary"], ["obdurate", "stubbornly persistent in wrongdoing", "obdurate"], ["stubborn", "tenaciously unwilling or marked by tenacious unwillingness to yield", "stubborn"], ["perverse", "resistant to guidance or discipline", "perverse"], ["wayward", "resistant to guidance or discipline", "wayward"], ["unrepentant", "stubbornly persistent in wrongdoing", "unrepentant"], ["cussed", "stubbornly persistent in wrongdoing", "cussed"]]}, {"answer": "obtuse", "hint": "synonyms for obtuse", "clues": [["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dull"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["purblind", "lacking in insight or discernment; ; - Jasper Griffin", "purblind"], ["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dim"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "slow"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"]]}, {"answer": "occult", "hint": "synonyms for occult", "clues": [["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "secret"], ["mystical", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mystical"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "orphic"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mysterious"]]}, {"answer": "ocular", "hint": "synonyms for ocular", "clues": [["optic", "relating to or using sight", "optic"], ["optical", "relating to or using sight", "optical"], ["visual", "visible; - Shakespeare", "visual"], ["opthalmic", "of or relating to or resembling the eye", "opthalmic"]]}, {"answer": "odd", "hint": "synonyms for odd", "clues": [["rum", "beyond or deviating from the usual or expected", "rum"], ["uneven", "not divisible by two", "uneven"], ["left", "not used up", "left"], ["unmated", "of the remaining member of a pair, of socks e.g.", "unmated"], ["rummy", "beyond or deviating from the usual or expected", "rummy"], ["singular", "beyond or deviating from the usual or expected", "singular"], ["leftover", "not used up", "leftover"], ["remaining", "not used up", "remaining"], ["queer", "beyond or deviating from the usual or expected", "queer"], ["peculiar", "beyond or deviating from the usual or expected", "peculiar"], ["unpaired", "of the remaining member of a pair, of socks e.g.", "unpaired"], ["curious", "beyond or deviating from the usual or expected", "curious"], ["funny", "beyond or deviating from the usual or expected", "funny"], ["unexpended", "not used up", "unexpended"]]}, {"answer": "odoriferous", "hint": "synonyms for odoriferous", "clues": [["sweet-scented", "having a natural fragrance", "sweet-scented"], ["scented", "having a natural fragrance", "scented"], ["odorous", "having a natural fragrance", "odorous"], ["sweet-smelling", "having a natural fragrance", "sweet-smelling"], ["sweet", "having a natural fragrance", "sweet"], ["perfumed", "having a natural fragrance", "perfumed"]]}, {"answer": "odorous", "hint": "synonyms for odorous", "clues": [["odoriferous", "having a natural fragrance", "odoriferous"], ["sweet-scented", "having a natural fragrance", "sweet-scented"], ["scented", "having a natural fragrance", "scented"], ["perfumed", "having a natural fragrance", "perfumed"], ["sweet-smelling", "having a natural fragrance", "sweet-smelling"], ["sweet", "having a natural fragrance", "sweet"]]}, {"answer": "oecumenical", "hint": "synonyms for oecumenical", "clues": [["oecumenic", "concerned with promoting unity among churches or religions", "oecumenic"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley", "cosmopolitan"], ["general", "of worldwide scope or applicability; ; - Christopher Morley", "general"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley", "universal"], ["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley", "ecumenical"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley", "world-wide"]]}, {"answer": "off-color", "hint": "synonyms for off-color", "clues": [["indelicate", "in violation of good taste even verging on the indecent", "indelicate"], ["off-colour", "in violation of good taste even verging on the indecent", "off-colour"], ["bawdy", "humorously vulgar", "bawdy"], ["ribald", "humorously vulgar", "ribald"]]}, {"answer": "off-guard", "hint": "synonyms for off-guard", "clues": [["off her guard", "not prepared or vigilant", "off her guard"], ["off his guard", "not prepared or vigilant", "off his guard"], ["off guard", "not prepared or vigilant", "off guard"], ["off one's guard", "not prepared or vigilant", "off one's guard"], ["napping", "not prepared or vigilant", "napping"], ["off your guard", "not prepared or vigilant", "off your guard"]]}, {"answer": "off-the-cuff", "hint": "synonyms for off-the-cuff", "clues": [["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["extemporary", "with little or no preparation or forethought", "extemporary"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["extempore", "with little or no preparation or forethought", "extempore"], ["offhand", "with little or no preparation or forethought", "offhand"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "off-the-wall", "hint": "synonyms for off-the-wall", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "off_guard", "hint": "synonyms for off guard", "clues": [["off her guard", "not prepared or vigilant", "off her guard"], ["off his guard", "not prepared or vigilant", "off his guard"], ["off one's guard", "not prepared or vigilant", "off one's guard"], ["off-guard", "not prepared or vigilant", "off-guard"], ["napping", "not prepared or vigilant", "napping"], ["off your guard", "not prepared or vigilant", "off your guard"]]}, {"answer": "off_her_guard", "hint": "synonyms for off her guard", "clues": [["off his guard", "not prepared or vigilant", "off his guard"], ["off guard", "not prepared or vigilant", "off guard"], ["off one's guard", "not prepared or vigilant", "off one's guard"], ["napping", "not prepared or vigilant", "napping"], ["off your guard", "not prepared or vigilant", "off your guard"]]}, {"answer": "off_his_guard", "hint": "synonyms for off his guard", "clues": [["off her guard", "not prepared or vigilant", "off her guard"], ["off guard", "not prepared or vigilant", "off guard"], ["off one's guard", "not prepared or vigilant", "off one's guard"], ["napping", "not prepared or vigilant", "napping"], ["off your guard", "not prepared or vigilant", "off your guard"]]}, {"answer": "off_one's_guard", "hint": "synonyms for off one's guard", "clues": [["off her guard", "not prepared or vigilant", "off her guard"], ["off his guard", "not prepared or vigilant", "off his guard"], ["off guard", "not prepared or vigilant", "off guard"], ["napping", "not prepared or vigilant", "napping"], ["off your guard", "not prepared or vigilant", "off your guard"]]}, {"answer": "off_your_guard", "hint": "synonyms for off your guard", "clues": [["off her guard", "not prepared or vigilant", "off her guard"], ["off his guard", "not prepared or vigilant", "off his guard"], ["off guard", "not prepared or vigilant", "off guard"], ["napping", "not prepared or vigilant", "napping"], ["off one's guard", "not prepared or vigilant", "off one's guard"]]}, {"answer": "offbeat", "hint": "synonyms for offbeat", "clues": [["way-out", "informal terms; strikingly unconventional", "way-out"], ["quirky", "informal terms; strikingly unconventional", "quirky"], ["kinky", "informal terms; strikingly unconventional", "kinky"], ["far-out", "informal terms; strikingly unconventional", "far-out"]]}, {"answer": "offensive", "hint": "synonyms for offensive", "clues": [["dysphemistic", "substitute a harsher or distasteful term for a mild one", "dysphemistic"], ["unsavoury", "morally offensive", "unsavoury"], ["violative", "violating or tending to violate or offend against", "violative"], ["noisome", "causing or able to cause nausea", "noisome"], ["loathsome", "causing or able to cause nausea", "loathsome"], ["queasy", "causing or able to cause nausea", "queasy"], ["nauseous", "causing or able to cause nausea", "nauseous"], ["vile", "causing or able to cause nausea", "vile"], ["sickening", "causing or able to cause nausea", "sickening"], ["nauseating", "causing or able to cause nausea", "nauseating"]]}, {"answer": "offhand", "hint": "synonyms for offhand", "clues": [["offhanded", "casually thoughtless or inconsiderate", "offhanded"], ["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["extemporary", "with little or no preparation or forethought", "extemporary"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["extempore", "with little or no preparation or forethought", "extempore"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "offhanded", "hint": "synonyms for offhanded", "clues": [["offhand", "casually thoughtless or inconsiderate", "offhand"], ["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["extemporary", "with little or no preparation or forethought", "extemporary"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["extempore", "with little or no preparation or forethought", "extempore"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["unrehearsed", "with little or no preparation or forethought", "unrehearsed"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "officious", "hint": "synonyms for officious", "clues": [["busy", "intrusive in a meddling or offensive manner", "busy"], ["meddlesome", "intrusive in a meddling or offensive manner", "meddlesome"], ["interfering", "intrusive in a meddling or offensive manner", "interfering"], ["meddling", "intrusive in a meddling or offensive manner", "meddling"], ["busybodied", "intrusive in a meddling or offensive manner", "busybodied"]]}, {"answer": "oily", "hint": "synonyms for oily", "clues": [["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech", "smarmy"], ["greasy", "containing an unusual amount of grease or oil", "greasy"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech", "fulsome"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech", "buttery"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech", "soapy"], ["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech", "unctuous"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech", "oleaginous"], ["sebaceous", "containing an unusual amount of grease or oil", "sebaceous"]]}, {"answer": "ok", "hint": "synonyms for ok", "clues": [["hunky-dory", "being satisfactory or in satisfactory condition", "hunky-dory"], ["all right", "being satisfactory or in satisfactory condition", "all right"], ["o.k.", "being satisfactory or in satisfactory condition", "o.k."], ["fine", "being satisfactory or in satisfactory condition", "fine"], ["okay", "being satisfactory or in satisfactory condition", "okay"]]}, {"answer": "okay", "hint": "synonyms for okay", "clues": [["hunky-dory", "being satisfactory or in satisfactory condition", "hunky-dory"], ["all right", "being satisfactory or in satisfactory condition", "all right"], ["ok", "being satisfactory or in satisfactory condition", "ok"], ["o.k.", "being satisfactory or in satisfactory condition", "o.k."], ["fine", "being satisfactory or in satisfactory condition", "fine"]]}, {"answer": "old", "hint": "synonyms for old", "clues": [["sure-enough", "(used informally especially for emphasis)", "sure-enough"], ["honest-to-god", "(used informally especially for emphasis)", "honest-to-god"], ["erstwhile", "belonging to some prior time", "erstwhile"], ["onetime", "belonging to some prior time", "onetime"], ["older", "skilled through long experience", "older"], ["honest-to-goodness", "(used informally especially for emphasis)", "honest-to-goodness"], ["quondam", "belonging to some prior time", "quondam"], ["former", "belonging to some prior time", "former"], ["sometime", "belonging to some prior time", "sometime"], ["previous", "just preceding something else in time or order", "previous"]]}, {"answer": "old-fashioned", "hint": "synonyms for old-fashioned", "clues": [["antique", "out of fashion", "antique"], ["outmoded", "out of fashion", "outmoded"], ["ex", "out of fashion", "ex"], ["passee", "out of fashion", "passee"], ["demode", "out of fashion", "demode"], ["old-hat", "out of fashion", "old-hat"]]}, {"answer": "old-hat", "hint": "synonyms for old-hat", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["stock", "repeated too often; overfamiliar through overuse", "stock"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["passee", "out of fashion", "passee"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["demode", "out of fashion", "demode"], ["old-fashioned", "out of fashion", "old-fashioned"], ["antique", "out of fashion", "antique"], ["ex", "out of fashion", "ex"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["outmoded", "out of fashion", "outmoded"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "older", "hint": "synonyms for older", "clues": [["elderly", "advanced in years; (`aged' is pronounced as two syllables)", "elderly"], ["erstwhile", "belonging to some prior time", "erstwhile"], ["former", "belonging to some prior time", "former"], ["one-time", "belonging to some prior time", "one-time"], ["sometime", "belonging to some prior time", "sometime"], ["previous", "just preceding something else in time or order", "previous"], ["old", "(used informally especially for emphasis)", "old"], ["sure-enough", "(used informally especially for emphasis)", "sure-enough"], ["senior", "advanced in years; (`aged' is pronounced as two syllables)", "senior"], ["honest-to-god", "(used informally especially for emphasis)", "honest-to-god"], ["sr.", "used of the older of two persons of the same name especially used to distinguish a father from his son", "sr."], ["honest-to-goodness", "(used informally especially for emphasis)", "honest-to-goodness"], ["quondam", "belonging to some prior time", "quondam"], ["aged", "advanced in years; (`aged' is pronounced as two syllables)", "aged"]]}, {"answer": "oleaginous", "hint": "synonyms for oleaginous", "clues": [["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech", "smarmy"], ["oily", "containing an unusual amount of grease or oil", "oily"], ["sebaceous", "containing an unusual amount of grease or oil", "sebaceous"], ["greasy", "containing an unusual amount of grease or oil", "greasy"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech", "fulsome"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech", "buttery"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech", "soapy"], ["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech", "unctuous"]]}, {"answer": "olympian", "hint": "synonyms for olympian", "clues": [["exceeding", "far beyond what is usual in magnitude or degree", "exceeding"], ["exceptional", "far beyond what is usual in magnitude or degree", "exceptional"], ["prodigious", "far beyond what is usual in magnitude or degree", "prodigious"], ["majestic", "majestic in manner or bearing; superior to mundane matters", "majestic"], ["surpassing", "far beyond what is usual in magnitude or degree", "surpassing"]]}, {"answer": "ominous", "hint": "synonyms for ominous", "clues": [["minacious", "threatening or foreshadowing evil or tragic developments", "minacious"], ["baleful", "threatening or foreshadowing evil or tragic developments", "baleful"], ["threatening", "threatening or foreshadowing evil or tragic developments", "threatening"], ["forbidding", "threatening or foreshadowing evil or tragic developments", "forbidding"], ["ill", "presaging ill fortune; ; ; - P.B.Shelley", "ill"], ["inauspicious", "presaging ill fortune; ; ; - P.B.Shelley", "inauspicious"], ["menacing", "threatening or foreshadowing evil or tragic developments", "menacing"], ["minatory", "threatening or foreshadowing evil or tragic developments", "minatory"], ["sinister", "threatening or foreshadowing evil or tragic developments", "sinister"]]}, {"answer": "on_fire", "hint": "synonyms for on fire", "clues": [["aflare", "lighted up by or as by fire or flame", "aflare"], ["afire", "lighted up by or as by fire or flame", "afire"], ["aflame", "lighted up by or as by fire or flame", "aflame"], ["alight", "lighted up by or as by fire or flame", "alight"], ["ablaze", "lighted up by or as by fire or flame", "ablaze"]]}, {"answer": "one", "hint": "synonyms for one", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["unitary", "having the indivisible character of a unit", "unitary"], ["1", "used of a single unit or thing; not two or more", "1"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["matchless", "eminent beyond or above comparison", "matchless"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["i", "used of a single unit or thing; not two or more", "i"], ["ane", "used of a single unit or thing; not two or more", "ane"], ["one and only", "eminent beyond or above comparison", "one and only"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "one-sided", "hint": "synonyms for one-sided", "clues": [["biased", "favoring one person or side over another", "biased"], ["slanted", "favoring one person or side over another", "slanted"], ["nonreversible", "not reversible or capable of having either side out", "nonreversible"], ["colored", "favoring one person or side over another", "colored"], ["unilateral", "involving only one part or side", "unilateral"]]}, {"answer": "one-time", "hint": "synonyms for one-time", "clues": [["quondam", "belonging to some prior time", "quondam"], ["former", "belonging to some prior time", "former"], ["old", "belonging to some prior time", "old"], ["sometime", "belonging to some prior time", "sometime"], ["erstwhile", "belonging to some prior time", "erstwhile"], ["onetime", "belonging to some prior time", "onetime"]]}, {"answer": "one_and_only", "hint": "synonyms for one and only", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["matchless", "eminent beyond or above comparison", "matchless"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["one", "eminent beyond or above comparison", "one"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "one_thousand", "hint": "synonyms for one thousand", "clues": [["m", "denoting a quantity consisting of 1,000 items or units", "m"], ["k", "denoting a quantity consisting of 1,000 items or units", "k"], ["thousand", "denoting a quantity consisting of 1,000 items or units", "thousand"], ["1000", "denoting a quantity consisting of 1,000 items or units", "1000"]]}, {"answer": "onetime", "hint": "synonyms for onetime", "clues": [["quondam", "belonging to some prior time", "quondam"], ["former", "belonging to some prior time", "former"], ["one-time", "belonging to some prior time", "one-time"], ["old", "belonging to some prior time", "old"], ["sometime", "belonging to some prior time", "sometime"], ["erstwhile", "belonging to some prior time", "erstwhile"]]}, {"answer": "only", "hint": "synonyms for only", "clues": [["lonesome", "being the only one; single and isolated from others", "lonesome"], ["alone", "exclusive of anyone or anything else", "alone"], ["sole", "being the only one; single and isolated from others", "sole"], ["solitary", "being the only one; single and isolated from others", "solitary"]]}, {"answer": "opalescent", "hint": "synonyms for opalescent", "clues": [["opaline", "having a play of lustrous rainbow colors", "opaline"], ["nacreous", "having a play of lustrous rainbow colors", "nacreous"], ["iridescent", "having a play of lustrous rainbow colors", "iridescent"], ["pearlescent", "having a play of lustrous rainbow colors", "pearlescent"]]}, {"answer": "open", "hint": "synonyms for open", "clues": [["assailable", "not defended or capable of being defended", "assailable"], ["capable", "possibly accepting or permitting", "capable"], ["undefendable", "not defended or capable of being defended", "undefendable"], ["opened", "used of mouth or eyes", "opened"], ["unfastened", "affording unobstructed entrance and exit; not shut or closed", "unfastened"], ["candid", "openly straightforward and direct without reserve or secretiveness", "candid"], ["receptive", "ready or willing to receive favorably", "receptive"], ["undefended", "not defended or capable of being defended", "undefended"], ["unresolved", "not brought to a conclusion; subject to further thought", "unresolved"], ["heart-to-heart", "openly straightforward and direct without reserve or secretiveness", "heart-to-heart"], ["undecided", "not brought to a conclusion; subject to further thought", "undecided"], ["exposed", "with no protection or shield", "exposed"], ["subject", "possibly accepting or permitting", "subject"], ["overt", "open and observable; not secret or hidden", "overt"], ["undetermined", "not brought to a conclusion; subject to further thought", "undetermined"], ["loose", "(of textures) full of small openings or gaps", "loose"], ["clear", "affording free passage or view", "clear"]]}, {"answer": "openhanded", "hint": "synonyms for openhanded", "clues": [["freehanded", "given or giving freely", "freehanded"], ["bountiful", "given or giving freely", "bountiful"], ["giving", "given or giving freely", "giving"], ["bighearted", "given or giving freely", "bighearted"], ["handsome", "given or giving freely", "handsome"], ["bounteous", "given or giving freely", "bounteous"], ["big", "given or giving freely", "big"], ["liberal", "given or giving freely", "liberal"]]}, {"answer": "openhearted", "hint": "synonyms for openhearted", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity", "charitable"], ["kindly", "showing or motivated by sympathy and understanding and generosity", "kindly"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity", "good-hearted"], ["benevolent", "showing or motivated by sympathy and understanding and generosity", "benevolent"], ["sympathetic", "showing or motivated by sympathy and understanding and generosity", "sympathetic"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity", "large-hearted"]]}, {"answer": "operable", "hint": "synonyms for operable", "clues": [["functional", "fit or ready for use or service", "functional"], ["usable", "fit or ready for use or service", "usable"], ["practicable", "usable for a specific purpose", "practicable"], ["operational", "fit or ready for use or service", "operational"]]}, {"answer": "operational", "hint": "synonyms for operational", "clues": [["functional", "fit or ready for use or service", "functional"], ["operable", "fit or ready for use or service", "operable"], ["in operation", "being in effect or operation; - Leslie Marmon Silko", "in operation"], ["operating", "being in effect or operation; - Leslie Marmon Silko", "operating"], ["usable", "fit or ready for use or service", "usable"]]}, {"answer": "operative", "hint": "synonyms for operative", "clues": [["running", "(of e.g. a machine) performing or capable of performing", "running"], ["functional", "(of e.g. a machine) performing or capable of performing", "functional"], ["surgical", "relating to or requiring or amenable to treatment by surgery especially as opposed to medicine", "surgical"], ["working", "(of e.g. a machine) performing or capable of performing", "working"]]}, {"answer": "operose", "hint": "synonyms for operose", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "opprobrious", "hint": "synonyms for opprobrious", "clues": [["scurrilous", "expressing offensive reproach", "scurrilous"], ["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "inglorious"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "black"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "ignominious"], ["disgraceful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "disgraceful"], ["abusive", "expressing offensive reproach", "abusive"], ["shameful", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "shameful"]]}, {"answer": "optic", "hint": "synonyms for optic", "clues": [["ocular", "relating to or using sight", "ocular"], ["optical", "relating to or using sight", "optical"], ["opthalmic", "of or relating to or resembling the eye", "opthalmic"], ["visual", "relating to or using sight", "visual"]]}, {"answer": "optical", "hint": "synonyms for optical", "clues": [["optic", "relating to or using sight", "optic"], ["ocular", "relating to or using sight", "ocular"], ["visual", "relating to or using sight", "visual"], ["opthalmic", "of or relating to or resembling the eye", "opthalmic"]]}, {"answer": "opulent", "hint": "synonyms for opulent", "clues": [["grand", "rich and superior in quality", "grand"], ["gilded", "rich and superior in quality", "gilded"], ["luxurious", "rich and superior in quality", "luxurious"], ["sumptuous", "rich and superior in quality", "sumptuous"], ["deluxe", "rich and superior in quality", "deluxe"], ["princely", "rich and superior in quality", "princely"]]}, {"answer": "orbicular", "hint": "synonyms for orbicular", "clues": [["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey", "spheric"], ["orbiculate", "circular or nearly circular", "orbiculate"], ["global", "having the shape of a sphere or ball; ; ; - Zane Grey", "global"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey", "globular"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey", "globose"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey", "ball-shaped"]]}, {"answer": "ordered", "hint": "synonyms for ordered", "clues": [["consistent", "marked by an orderly, logical, and aesthetically consistent relation of parts", "consistent"], ["arranged", "disposed or placed in a particular kind of order", "arranged"], ["logical", "marked by an orderly, logical, and aesthetically consistent relation of parts", "logical"], ["coherent", "marked by an orderly, logical, and aesthetically consistent relation of parts", "coherent"]]}, {"answer": "orotund", "hint": "synonyms for orotund", "clues": [["turgid", "ostentatiously lofty in style", "turgid"], ["pear-shaped", "(of sounds) full and rich", "pear-shaped"], ["tumid", "ostentatiously lofty in style", "tumid"], ["rotund", "(of sounds) full and rich", "rotund"], ["bombastic", "ostentatiously lofty in style", "bombastic"], ["declamatory", "ostentatiously lofty in style", "declamatory"], ["large", "ostentatiously lofty in style", "large"]]}, {"answer": "orphic", "hint": "synonyms for orphic", "clues": [["secret", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "secret"], ["mystical", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mystical"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mysterious"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "occult"]]}, {"answer": "orthogonal", "hint": "synonyms for orthogonal", "clues": [["rectangular", "having a set of mutually perpendicular axes; meeting at right angles", "rectangular"], ["impertinent", "not pertinent to the matter under consideration", "impertinent"], ["extraneous", "not pertinent to the matter under consideration", "extraneous"], ["immaterial", "not pertinent to the matter under consideration", "immaterial"]]}, {"answer": "otiose", "hint": "synonyms for otiose", "clues": [["lazy", "disinclined to work or exertion", "lazy"], ["senseless", "serving no useful purpose; having no excuse for being", "senseless"], ["unavailing", "producing no result or effect", "unavailing"], ["pointless", "serving no useful purpose; having no excuse for being", "pointless"], ["wasted", "serving no useful purpose; having no excuse for being", "wasted"], ["work-shy", "disinclined to work or exertion", "work-shy"], ["faineant", "disinclined to work or exertion", "faineant"], ["futile", "producing no result or effect", "futile"], ["superfluous", "serving no useful purpose; having no excuse for being", "superfluous"], ["slothful", "disinclined to work or exertion", "slothful"], ["indolent", "disinclined to work or exertion", "indolent"], ["purposeless", "serving no useful purpose; having no excuse for being", "purposeless"], ["ineffectual", "producing no result or effect", "ineffectual"]]}, {"answer": "out", "hint": "synonyms for out", "clues": [["stunned", "knocked unconscious by a heavy blow", "stunned"], ["taboo", "excluded from use or mention", "taboo"], ["prohibited", "excluded from use or mention", "prohibited"], ["verboten", "excluded from use or mention", "verboten"], ["extinct", "being out or having grown cold", "extinct"], ["tabu", "excluded from use or mention", "tabu"], ["kayoed", "knocked unconscious by a heavy blow", "kayoed"], ["knocked out", "knocked unconscious by a heavy blow", "knocked out"], ["proscribed", "excluded from use or mention", "proscribed"], ["forbidden", "excluded from use or mention", "forbidden"]]}, {"answer": "out-and-out", "hint": "synonyms for out-and-out", "clues": [["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers", "sheer"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers", "absolute"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers", "rank"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers", "downright"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers", "right-down"]]}, {"answer": "outer", "hint": "synonyms for outer", "clues": [["stunned", "knocked unconscious by a heavy blow", "stunned"], ["out", "knocked unconscious by a heavy blow", "out"], ["extinct", "being out or having grown cold", "extinct"], ["verboten", "excluded from use or mention", "verboten"], ["kayoed", "knocked unconscious by a heavy blow", "kayoed"], ["proscribed", "excluded from use or mention", "proscribed"], ["forbidden", "excluded from use or mention", "forbidden"], ["taboo", "excluded from use or mention", "taboo"], ["prohibited", "excluded from use or mention", "prohibited"], ["tabu", "excluded from use or mention", "tabu"], ["knocked out", "knocked unconscious by a heavy blow", "knocked out"]]}, {"answer": "outlandish", "hint": "synonyms for outlandish", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["outre", "conspicuously or grossly unconventional or unusual", "outre"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "outlaw", "hint": "synonyms for outlaw", "clues": [["outlawed", "contrary to or forbidden by law", "outlawed"], ["unlawful", "contrary to or forbidden by law", "unlawful"], ["illegitimate", "contrary to or forbidden by law", "illegitimate"], ["lawless", "disobedient to or defiant of law", "lawless"], ["illicit", "contrary to or forbidden by law", "illicit"]]}, {"answer": "outlawed", "hint": "synonyms for outlawed", "clues": [["outlaw", "contrary to or forbidden by law", "outlaw"], ["unlawful", "contrary to or forbidden by law", "unlawful"], ["illegitimate", "contrary to or forbidden by law", "illegitimate"], ["illicit", "contrary to or forbidden by law", "illicit"]]}, {"answer": "outmoded", "hint": "synonyms for outmoded", "clues": [["antique", "out of fashion", "antique"], ["ex", "out of fashion", "ex"], ["passee", "out of fashion", "passee"], ["demode", "out of fashion", "demode"], ["old-fashioned", "out of fashion", "old-fashioned"], ["old-hat", "out of fashion", "old-hat"]]}, {"answer": "outrageous", "hint": "synonyms for outrageous", "clues": [["extortionate", "greatly exceeding bounds of reason or moderation", "extortionate"], ["unconscionable", "greatly exceeding bounds of reason or moderation", "unconscionable"], ["usurious", "greatly exceeding bounds of reason or moderation", "usurious"], ["horrid", "grossly offensive to decency or morality; causing horror", "horrid"], ["hideous", "grossly offensive to decency or morality; causing horror", "hideous"], ["steep", "greatly exceeding bounds of reason or moderation", "steep"], ["exorbitant", "greatly exceeding bounds of reason or moderation", "exorbitant"], ["horrific", "grossly offensive to decency or morality; causing horror", "horrific"]]}, {"answer": "outre", "hint": "synonyms for outre", "clues": [["bizarre", "conspicuously or grossly unconventional or unusual", "bizarre"], ["freakish", "conspicuously or grossly unconventional or unusual", "freakish"], ["freaky", "conspicuously or grossly unconventional or unusual", "freaky"], ["flakey", "conspicuously or grossly unconventional or unusual", "flakey"], ["outlandish", "conspicuously or grossly unconventional or unusual", "outlandish"], ["gonzo", "conspicuously or grossly unconventional or unusual", "gonzo"], ["off-the-wall", "conspicuously or grossly unconventional or unusual", "off-the-wall"], ["eccentric", "conspicuously or grossly unconventional or unusual", "eccentric"]]}, {"answer": "outside", "hint": "synonyms for outside", "clues": [["remote", "very unlikely", "remote"], ["extraneous", "coming from the outside", "extraneous"], ["external", "coming from the outside", "external"], ["outdoor", "located, suited for, or taking place in the open air", "outdoor"], ["out-of-door", "located, suited for, or taking place in the open air", "out-of-door"], ["away", "(of a baseball pitch) on the far side of home plate from the batter", "away"], ["international", "from or between other countries", "international"]]}, {"answer": "outspoken", "hint": "synonyms for outspoken", "clues": [["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["vocal", "given to expressing yourself freely or insistently", "vocal"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"]]}, {"answer": "outstanding", "hint": "synonyms for outstanding", "clues": [["prominent", "having a quality that thrusts itself into attention", "prominent"], ["striking", "having a quality that thrusts itself into attention", "striking"], ["salient", "having a quality that thrusts itself into attention", "salient"], ["owing", "owed as a debt", "owing"], ["great", "of major significance or importance", "great"], ["spectacular", "having a quality that thrusts itself into attention", "spectacular"], ["undischarged", "owed as a debt", "undischarged"]]}, {"answer": "oval", "hint": "synonyms for oval", "clues": [["ovate", "rounded like an egg", "ovate"], ["oval-shaped", "rounded like an egg", "oval-shaped"], ["oviform", "rounded like an egg", "oviform"], ["elliptic", "rounded like an egg", "elliptic"], ["ovoid", "rounded like an egg", "ovoid"], ["prolate", "rounded like an egg", "prolate"], ["egg-shaped", "rounded like an egg", "egg-shaped"]]}, {"answer": "oval-shaped", "hint": "synonyms for oval-shaped", "clues": [["ovate", "rounded like an egg", "ovate"], ["oviform", "rounded like an egg", "oviform"], ["elliptic", "rounded like an egg", "elliptic"], ["ovoid", "rounded like an egg", "ovoid"], ["prolate", "rounded like an egg", "prolate"], ["egg-shaped", "rounded like an egg", "egg-shaped"], ["oval", "rounded like an egg", "oval"]]}, {"answer": "ovate", "hint": "synonyms for ovate", "clues": [["oval-shaped", "rounded like an egg", "oval-shaped"], ["oviform", "rounded like an egg", "oviform"], ["elliptic", "rounded like an egg", "elliptic"], ["ovoid", "rounded like an egg", "ovoid"], ["prolate", "rounded like an egg", "prolate"], ["egg-shaped", "rounded like an egg", "egg-shaped"], ["oval", "rounded like an egg", "oval"]]}, {"answer": "over", "hint": "synonyms for over", "clues": [["complete", "having come or been brought to a conclusion", "complete"], ["ended", "having come or been brought to a conclusion", "ended"], ["terminated", "having come or been brought to a conclusion", "terminated"], ["all over", "having come or been brought to a conclusion", "all over"], ["concluded", "having come or been brought to a conclusion", "concluded"]]}, {"answer": "overbearing", "hint": "synonyms for overbearing", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["authoritarian", "expecting unquestioning obedience", "authoritarian"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["dictatorial", "expecting unquestioning obedience", "dictatorial"]]}, {"answer": "overblown", "hint": "synonyms for overblown", "clues": [["pontifical", "puffed up with vanity; ; ; ; - Newsweek", "pontifical"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek", "pompous"], ["portentous", "puffed up with vanity; ; ; ; - Newsweek", "portentous"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek", "grandiloquent"]]}, {"answer": "overbold", "hint": "synonyms for overbold", "clues": [["impudent", "improperly forward or bold", "impudent"], ["smart", "improperly forward or bold", "smart"], ["sassy", "improperly forward or bold", "sassy"], ["saucy", "improperly forward or bold", "saucy"], ["fresh", "improperly forward or bold", "fresh"], ["impertinent", "improperly forward or bold", "impertinent"], ["wise", "improperly forward or bold", "wise"]]}, {"answer": "overflowing", "hint": "synonyms for overflowing", "clues": [["flooded", "covered with water", "flooded"], ["afloat", "covered with water", "afloat"], ["inundated", "covered with water", "inundated"], ["awash", "covered with water", "awash"]]}, {"answer": "overgenerous", "hint": "synonyms for overgenerous", "clues": [["unstinted", "very generous", "unstinted"], ["too-generous", "very generous", "too-generous"], ["munificent", "very generous", "munificent"], ["unstinting", "very generous", "unstinting"], ["unsparing", "very generous", "unsparing"], ["lavish", "very generous", "lavish"]]}, {"answer": "overnice", "hint": "synonyms for overnice", "clues": [["squeamish", "excessively fastidious and easily disgusted", "squeamish"], ["dainty", "excessively fastidious and easily disgusted", "dainty"], ["prissy", "excessively fastidious and easily disgusted", "prissy"], ["nice", "excessively fastidious and easily disgusted", "nice"]]}, {"answer": "overriding", "hint": "synonyms for overriding", "clues": [["predominant", "having superior power and influence", "predominant"], ["preponderating", "having superior power and influence", "preponderating"], ["preponderant", "having superior power and influence", "preponderant"], ["paramount", "having superior power and influence", "paramount"]]}, {"answer": "overstrung", "hint": "synonyms for overstrung", "clues": [["jumpy", "being in a tense state", "jumpy"], ["uptight", "being in a tense state", "uptight"], ["edgy", "being in a tense state", "edgy"], ["restive", "being in a tense state", "restive"], ["high-strung", "being in a tense state", "high-strung"], ["highly strung", "being in a tense state", "highly strung"], ["nervy", "being in a tense state", "nervy"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "overweening", "hint": "synonyms for overweening", "clues": [["extravagant", "unrestrained, especially with regard to feelings", "extravagant"], ["exuberant", "unrestrained, especially with regard to feelings", "exuberant"], ["excessive", "unrestrained, especially with regard to feelings", "excessive"], ["uppity", "presumptuously arrogant; ; - S.V.Benet; - NY Times", "uppity"]]}, {"answer": "oviform", "hint": "synonyms for oviform", "clues": [["ovate", "rounded like an egg", "ovate"], ["oval-shaped", "rounded like an egg", "oval-shaped"], ["elliptic", "rounded like an egg", "elliptic"], ["ovoid", "rounded like an egg", "ovoid"], ["prolate", "rounded like an egg", "prolate"], ["egg-shaped", "rounded like an egg", "egg-shaped"], ["oval", "rounded like an egg", "oval"]]}, {"answer": "ovoid", "hint": "synonyms for ovoid", "clues": [["ovate", "rounded like an egg", "ovate"], ["oval-shaped", "rounded like an egg", "oval-shaped"], ["oviform", "rounded like an egg", "oviform"], ["elliptic", "rounded like an egg", "elliptic"], ["prolate", "rounded like an egg", "prolate"], ["egg-shaped", "rounded like an egg", "egg-shaped"], ["oval", "rounded like an egg", "oval"]]}, {"answer": "pachydermatous", "hint": "synonyms for pachydermatous", "clues": [["pachydermic", "of or relating to or characteristic of pachyderms", "pachydermic"], ["indurate", "emotionally hardened", "indurate"], ["pachydermous", "of or relating to or characteristic of pachyderms", "pachydermous"], ["pachydermal", "of or relating to or characteristic of pachyderms", "pachydermal"], ["callous", "emotionally hardened", "callous"]]}, {"answer": "painful", "hint": "synonyms for painful", "clues": [["unspeakable", "exceptionally bad or displeasing", "unspeakable"], ["awful", "exceptionally bad or displeasing", "awful"], ["sore", "causing misery or pain or distress", "sore"], ["abominable", "exceptionally bad or displeasing", "abominable"], ["afflictive", "causing misery or pain or distress", "afflictive"], ["terrible", "exceptionally bad or displeasing", "terrible"], ["atrocious", "exceptionally bad or displeasing", "atrocious"], ["irritating", "causing physical discomfort", "irritating"], ["dreadful", "exceptionally bad or displeasing", "dreadful"]]}, {"answer": "painted", "hint": "synonyms for painted", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "palliative", "hint": "synonyms for palliative", "clues": [["mitigative", "moderating pain or sorrow by making it easier to bear", "mitigative"], ["mitigatory", "moderating pain or sorrow by making it easier to bear", "mitigatory"], ["lenitive", "moderating pain or sorrow by making it easier to bear", "lenitive"], ["alleviatory", "moderating pain or sorrow by making it easier to bear", "alleviatory"], ["alleviative", "moderating pain or sorrow by making it easier to bear", "alleviative"]]}, {"answer": "palmy", "hint": "synonyms for palmy", "clues": [["prospering", "very lively and profitable", "prospering"], ["thriving", "very lively and profitable", "thriving"], ["flourishing", "very lively and profitable", "flourishing"], ["booming", "very lively and profitable", "booming"], ["prosperous", "very lively and profitable", "prosperous"], ["roaring", "very lively and profitable", "roaring"]]}, {"answer": "paltry", "hint": "synonyms for paltry", "clues": [["negligible", "not worth considering", "negligible"], ["measly", "contemptibly small in amount", "measly"], ["miserable", "contemptibly small in amount", "miserable"], ["trifling", "not worth considering", "trifling"]]}, {"answer": "panic-stricken", "hint": "synonyms for panic-stricken", "clues": [["panic-struck", "thrown into a state of intense fear or desperation", "panic-struck"], ["terrified", "thrown into a state of intense fear or desperation", "terrified"], ["panicky", "thrown into a state of intense fear or desperation", "panicky"], ["frightened", "thrown into a state of intense fear or desperation", "frightened"], ["panicked", "thrown into a state of intense fear or desperation", "panicked"]]}, {"answer": "panic-struck", "hint": "synonyms for panic-struck", "clues": [["terrified", "thrown into a state of intense fear or desperation", "terrified"], ["panic-stricken", "thrown into a state of intense fear or desperation", "panic-stricken"], ["panicky", "thrown into a state of intense fear or desperation", "panicky"], ["frightened", "thrown into a state of intense fear or desperation", "frightened"], ["panicked", "thrown into a state of intense fear or desperation", "panicked"]]}, {"answer": "panicked", "hint": "synonyms for panicked", "clues": [["terrified", "thrown into a state of intense fear or desperation", "terrified"], ["panic-stricken", "thrown into a state of intense fear or desperation", "panic-stricken"], ["panicky", "thrown into a state of intense fear or desperation", "panicky"], ["frightened", "thrown into a state of intense fear or desperation", "frightened"], ["panic-struck", "thrown into a state of intense fear or desperation", "panic-struck"]]}, {"answer": "panicky", "hint": "synonyms for panicky", "clues": [["panicked", "thrown into a state of intense fear or desperation", "panicked"], ["terrified", "thrown into a state of intense fear or desperation", "terrified"], ["panic-stricken", "thrown into a state of intense fear or desperation", "panic-stricken"], ["frightened", "thrown into a state of intense fear or desperation", "frightened"], ["panic-struck", "thrown into a state of intense fear or desperation", "panic-struck"]]}, {"answer": "panoptic", "hint": "synonyms for panoptic", "clues": [["wide", "broad in scope or content; ; ; ; ; - T.G.Winner", "wide"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["panoptical", "including everything visible in one view", "panoptical"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["broad", "broad in scope or content; ; ; ; ; - T.G.Winner", "broad"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"]]}, {"answer": "papistic", "hint": "synonyms for papistic", "clues": [["papistical", "of or relating to or supporting Romanism", "papistical"], ["romish", "of or relating to or supporting Romanism", "romish"], ["popish", "of or relating to or supporting Romanism", "popish"], ["papist", "of or relating to or supporting Romanism", "papist"]]}, {"answer": "paramount", "hint": "synonyms for paramount", "clues": [["predominant", "having superior power and influence", "predominant"], ["preponderating", "having superior power and influence", "preponderating"], ["preponderant", "having superior power and influence", "preponderant"], ["overriding", "having superior power and influence", "overriding"]]}, {"answer": "parasitic", "hint": "synonyms for parasitic", "clues": [["parasitical", "of plants or persons; having the nature or habits of a parasite or leech; living off another", "parasitical"], ["leechlike", "of plants or persons; having the nature or habits of a parasite or leech; living off another", "leechlike"], ["epenthetic", "of or pertaining to epenthesis", "epenthetic"], ["bloodsucking", "of plants or persons; having the nature or habits of a parasite or leech; living off another", "bloodsucking"]]}, {"answer": "parceled_out", "hint": "synonyms for parceled out", "clues": [["dealt out", "given out in portions", "dealt out"], ["apportioned", "given out in portions", "apportioned"], ["meted out", "given out in portions", "meted out"], ["doled out", "given out in portions", "doled out"]]}, {"answer": "parched", "hint": "synonyms for parched", "clues": [["sunbaked", "dried out by heat or excessive exposure to sunlight", "sunbaked"], ["adust", "dried out by heat or excessive exposure to sunlight", "adust"], ["scorched", "dried out by heat or excessive exposure to sunlight", "scorched"], ["baked", "dried out by heat or excessive exposure to sunlight", "baked"]]}, {"answer": "parthenogenetic", "hint": "synonyms for parthenogenetic", "clues": [["agamogenetic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamogenetic"], ["agamous", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamous"], ["apomictic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "apomictic"], ["agamic", "(of reproduction) not involving the fusion of male and female gametes in reproduction", "agamic"]]}, {"answer": "particolored", "hint": "synonyms for particolored", "clues": [["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["varicolored", "having sections or patches colored differently and usually brightly", "varicolored"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"], ["particoloured", "having sections or patches colored differently and usually brightly", "particoloured"]]}, {"answer": "particoloured", "hint": "synonyms for particoloured", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "particular", "hint": "synonyms for particular", "clues": [["special", "unique or specific to a person or thing or category", "special"], ["peculiar", "unique or specific to a person or thing or category", "peculiar"], ["fussy", "exacting especially about details", "fussy"], ["exceptional", "surpassing what is common or usual or expected", "exceptional"], ["finical", "exacting especially about details", "finical"], ["finicky", "exacting especially about details", "finicky"], ["picky", "exacting especially about details", "picky"]]}, {"answer": "passe", "hint": "synonyms for passe", "clues": [["antique", "out of fashion", "antique"], ["outmoded", "out of fashion", "outmoded"], ["ex", "out of fashion", "ex"], ["passee", "out of fashion", "passee"], ["demode", "out of fashion", "demode"], ["old-fashioned", "out of fashion", "old-fashioned"], ["old-hat", "out of fashion", "old-hat"]]}, {"answer": "passee", "hint": "synonyms for passee", "clues": [["antique", "out of fashion", "antique"], ["ex", "out of fashion", "ex"], ["outmoded", "out of fashion", "outmoded"], ["passe", "out of fashion", "passe"], ["demode", "out of fashion", "demode"], ["old-fashioned", "out of fashion", "old-fashioned"], ["old-hat", "out of fashion", "old-hat"]]}, {"answer": "passing", "hint": "synonyms for passing", "clues": [["short-lived", "lasting a very short time", "short-lived"], ["transient", "lasting a very short time", "transient"], ["pass", "of advancing the ball by throwing it", "pass"], ["cursory", "hasty and without attention to detail; not thorough", "cursory"], ["casual", "hasty and without attention to detail; not thorough", "casual"], ["ephemeral", "lasting a very short time", "ephemeral"], ["fugacious", "lasting a very short time", "fugacious"], ["perfunctory", "hasty and without attention to detail; not thorough", "perfunctory"], ["transitory", "lasting a very short time", "transitory"]]}, {"answer": "pasty", "hint": "synonyms for pasty", "clues": [["gluey", "having the sticky properties of an adhesive", "gluey"], ["mucilaginous", "having the sticky properties of an adhesive", "mucilaginous"], ["viscous", "having the sticky properties of an adhesive", "viscous"], ["gummy", "having the sticky properties of an adhesive", "gummy"], ["pastelike", "resembling paste in color; pallid", "pastelike"], ["glutinous", "having the sticky properties of an adhesive", "glutinous"], ["viscid", "having the sticky properties of an adhesive", "viscid"], ["sticky", "having the sticky properties of an adhesive", "sticky"]]}, {"answer": "patent", "hint": "synonyms for patent", "clues": [["evident", "clearly revealed to the mind or the senses or judgment", "evident"], ["apparent", "clearly revealed to the mind or the senses or judgment", "apparent"], ["unmistakable", "clearly revealed to the mind or the senses or judgment", "unmistakable"], ["plain", "clearly revealed to the mind or the senses or judgment", "plain"], ["manifest", "clearly revealed to the mind or the senses or judgment", "manifest"]]}, {"answer": "paternal", "hint": "synonyms for paternal", "clues": [["agnate", "related on the father's side", "agnate"], ["agnatic", "related on the father's side", "agnatic"], ["parental", "relating to or characteristic of or befitting a parent", "parental"], ["maternal", "relating to or characteristic of or befitting a parent", "maternal"]]}, {"answer": "pathetic", "hint": "synonyms for pathetic", "clues": [["ridiculous", "inspiring scornful pity; - Dashiell Hammett", "ridiculous"], ["pitiable", "inspiring mixed contempt and pity", "pitiable"], ["pitiful", "inspiring mixed contempt and pity", "pitiful"], ["silly", "inspiring scornful pity; - Dashiell Hammett", "silly"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy", "miserable"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy", "wretched"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"]]}, {"answer": "pathless", "hint": "synonyms for pathless", "clues": [["roadless", "lacking pathways", "roadless"], ["untrodden", "lacking pathways", "untrodden"], ["trackless", "lacking pathways", "trackless"], ["untracked", "lacking pathways", "untracked"], ["untrod", "lacking pathways", "untrod"]]}, {"answer": "patrician", "hint": "synonyms for patrician", "clues": [["aristocratical", "belonging to or characteristic of the nobility or aristocracy", "aristocratical"], ["blue", "belonging to or characteristic of the nobility or aristocracy", "blue"], ["blue-blooded", "belonging to or characteristic of the nobility or aristocracy", "blue-blooded"], ["gentle", "belonging to or characteristic of the nobility or aristocracy", "gentle"]]}, {"answer": "paying", "hint": "synonyms for paying", "clues": [["salaried", "for which money is paid", "salaried"], ["gainful", "yielding a fair profit", "gainful"], ["compensable", "for which money is paid", "compensable"], ["remunerative", "for which money is paid", "remunerative"], ["stipendiary", "for which money is paid", "stipendiary"], ["paid", "yielding a fair profit", "paid"]]}, {"answer": "peachy", "hint": "synonyms for peachy", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy-colored", "of something resembling a peach in color", "peachy-colored"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "peaked", "hint": "synonyms for peaked", "clues": [["sickly", "somewhat ill or prone to illness", "sickly"], ["under the weather", "somewhat ill or prone to illness", "under the weather"], ["indisposed", "somewhat ill or prone to illness", "indisposed"], ["poorly", "somewhat ill or prone to illness", "poorly"], ["unwell", "somewhat ill or prone to illness", "unwell"], ["ailing", "somewhat ill or prone to illness", "ailing"], ["seedy", "somewhat ill or prone to illness", "seedy"]]}, {"answer": "pearlescent", "hint": "synonyms for pearlescent", "clues": [["opaline", "having a play of lustrous rainbow colors", "opaline"], ["nacreous", "having a play of lustrous rainbow colors", "nacreous"], ["iridescent", "having a play of lustrous rainbow colors", "iridescent"], ["opalescent", "having a play of lustrous rainbow colors", "opalescent"]]}, {"answer": "peckish", "hint": "synonyms for peckish", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"]]}, {"answer": "peculiar", "hint": "synonyms for peculiar", "clues": [["rum", "beyond or deviating from the usual or expected", "rum"], ["odd", "beyond or deviating from the usual or expected", "odd"], ["special", "unique or specific to a person or thing or category", "special"], ["singular", "beyond or deviating from the usual or expected", "singular"], ["rummy", "beyond or deviating from the usual or expected", "rummy"], ["queer", "beyond or deviating from the usual or expected", "queer"], ["particular", "unique or specific to a person or thing or category", "particular"], ["curious", "beyond or deviating from the usual or expected", "curious"], ["funny", "beyond or deviating from the usual or expected", "funny"]]}, {"answer": "peeled", "hint": "synonyms for peeled", "clues": [["bare-ass", "(used informally) completely unclothed", "bare-ass"], ["in the raw", "(used informally) completely unclothed", "in the raw"], ["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["raw", "(used informally) completely unclothed", "raw"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"], ["in the buff", "(used informally) completely unclothed", "in the buff"]]}, {"answer": "peerless", "hint": "synonyms for peerless", "clues": [["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["matchless", "eminent beyond or above comparison", "matchless"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["one", "eminent beyond or above comparison", "one"], ["one and only", "eminent beyond or above comparison", "one and only"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "peeved", "hint": "synonyms for peeved", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["riled", "aroused to impatience or anger", "riled"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["steamed", "aroused to impatience or anger", "steamed"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"]]}, {"answer": "peevish", "hint": "synonyms for peevish", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["testy", "easily irritated or annoyed", "testy"], ["petulant", "easily irritated or annoyed", "petulant"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "pellucid", "hint": "synonyms for pellucid", "clues": [["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "lucid"], ["crystalline", "transmitting light; able to be seen through with clarity", "crystalline"], ["crystal clear", "transmitting light; able to be seen through with clarity", "crystal clear"], ["transparent", "transmitting light; able to be seen through with clarity", "transparent"], ["perspicuous", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "perspicuous"], ["limpid", "transmitting light; able to be seen through with clarity", "limpid"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "luculent"]]}, {"answer": "pendulous", "hint": "synonyms for pendulous", "clues": [["cernuous", "having branches or flower heads that bend downward", "cernuous"], ["nodding", "having branches or flower heads that bend downward", "nodding"], ["drooping", "having branches or flower heads that bend downward", "drooping"], ["weeping", "having branches or flower heads that bend downward", "weeping"]]}, {"answer": "penetrating", "hint": "synonyms for penetrating", "clues": [["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions", "acute"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"]]}, {"answer": "penetrative", "hint": "synonyms for penetrative", "clues": [["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions", "acute"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"]]}, {"answer": "penniless", "hint": "synonyms for penniless", "clues": [["in straitened circumstances", "not having enough money to pay for necessities", "in straitened circumstances"], ["impecunious", "not having enough money to pay for necessities", "impecunious"], ["penurious", "not having enough money to pay for necessities", "penurious"], ["pinched", "not having enough money to pay for necessities", "pinched"], ["hard up", "not having enough money to pay for necessities", "hard up"]]}, {"answer": "penny-pinching", "hint": "synonyms for penny-pinching", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["near", "giving or spending with reluctance", "near"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"], ["close", "giving or spending with reluctance", "close"]]}, {"answer": "pensive", "hint": "synonyms for pensive", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["contemplative", "deeply or seriously thoughtful", "contemplative"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["wistful", "showing pensive sadness", "wistful"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["broody", "deeply or seriously thoughtful", "broody"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "penurious", "hint": "synonyms for penurious", "clues": [["in straitened circumstances", "not having enough money to pay for necessities", "in straitened circumstances"], ["impecunious", "not having enough money to pay for necessities", "impecunious"], ["penniless", "not having enough money to pay for necessities", "penniless"], ["parsimonious", "excessively unwilling to spend", "parsimonious"], ["pinched", "not having enough money to pay for necessities", "pinched"], ["hard up", "not having enough money to pay for necessities", "hard up"]]}, {"answer": "peppy", "hint": "synonyms for peppy", "clues": [["spirited", "marked by lively action", "spirited"], ["zippy", "marked by lively action", "zippy"], ["bouncing", "marked by lively action", "bouncing"], ["bouncy", "marked by lively action", "bouncy"]]}, {"answer": "perceivable", "hint": "synonyms for perceivable", "clues": [["intelligible", "capable of being apprehended or understood", "intelligible"], ["apprehensible", "capable of being apprehended or understood", "apprehensible"], ["graspable", "capable of being apprehended or understood", "graspable"], ["understandable", "capable of being apprehended or understood", "understandable"]]}, {"answer": "peregrine", "hint": "synonyms for peregrine", "clues": [["nomadic", "migratory", "nomadic"], ["wandering", "migratory", "wandering"], ["roving", "migratory", "roving"], ["mobile", "migratory", "mobile"]]}, {"answer": "peremptory", "hint": "synonyms for peremptory", "clues": [["dominating", "offensively self-assured or given to exercising usually unwarranted power", "dominating"], ["high-and-mighty", "offensively self-assured or given to exercising usually unwarranted power", "high-and-mighty"], ["autocratic", "offensively self-assured or given to exercising usually unwarranted power", "autocratic"], ["bossy", "offensively self-assured or given to exercising usually unwarranted power", "bossy"], ["magisterial", "offensively self-assured or given to exercising usually unwarranted power", "magisterial"]]}, {"answer": "perfect", "hint": "synonyms for perfect", "clues": [["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"]]}, {"answer": "perfervid", "hint": "synonyms for perfervid", "clues": [["fiery", "characterized by intense emotion", "fiery"], ["impassioned", "characterized by intense emotion", "impassioned"], ["ardent", "characterized by intense emotion", "ardent"], ["torrid", "characterized by intense emotion", "torrid"], ["fervid", "characterized by intense emotion", "fervid"], ["fervent", "characterized by intense emotion", "fervent"]]}, {"answer": "perfumed", "hint": "synonyms for perfumed", "clues": [["odoriferous", "having a natural fragrance", "odoriferous"], ["sweet-scented", "having a natural fragrance", "sweet-scented"], ["scented", "having a natural fragrance", "scented"], ["odorous", "having a natural fragrance", "odorous"], ["sweet-smelling", "having a natural fragrance", "sweet-smelling"], ["sweet", "having a natural fragrance", "sweet"]]}, {"answer": "perfunctory", "hint": "synonyms for perfunctory", "clues": [["cursory", "hasty and without attention to detail; not thorough", "cursory"], ["pro forma", "as a formality only", "pro forma"], ["casual", "hasty and without attention to detail; not thorough", "casual"], ["passing", "hasty and without attention to detail; not thorough", "passing"]]}, {"answer": "pernicious", "hint": "synonyms for pernicious", "clues": [["subtle", "working or spreading in a hidden and usually injurious way", "subtle"], ["baneful", "exceedingly harmful", "baneful"], ["insidious", "working or spreading in a hidden and usually injurious way", "insidious"], ["pestilent", "exceedingly harmful", "pestilent"], ["deadly", "exceedingly harmful", "deadly"]]}, {"answer": "perpetual", "hint": "synonyms for perpetual", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing", "never-ending"], ["ceaseless", "uninterrupted in time and indefinitely long continuing", "ceaseless"], ["constant", "uninterrupted in time and indefinitely long continuing", "constant"], ["eonian", "continuing forever or indefinitely", "eonian"], ["unending", "continuing forever or indefinitely", "unending"], ["unremitting", "uninterrupted in time and indefinitely long continuing", "unremitting"], ["unceasing", "uninterrupted in time and indefinitely long continuing", "unceasing"], ["everlasting", "continuing forever or indefinitely", "everlasting"], ["ageless", "continuing forever or indefinitely", "ageless"], ["incessant", "uninterrupted in time and indefinitely long continuing", "incessant"], ["eternal", "continuing forever or indefinitely", "eternal"]]}, {"answer": "persistent", "hint": "synonyms for persistent", "clues": [["haunting", "continually recurring to the mind; ; - Claudia Cassidy", "haunting"], ["unrelenting", "never-ceasing", "unrelenting"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dogged"], ["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "tenacious"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "pertinacious"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dour"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot", "unyielding"], ["relentless", "never-ceasing", "relentless"], ["lasting", "retained; not shed", "lasting"]]}, {"answer": "persnickety", "hint": "synonyms for persnickety", "clues": [["pernickety", "characterized by excessive precision and attention to trivial details", "pernickety"], ["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "stuck-up"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "uppish"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "bigheaded"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snooty"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snot-nosed"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snotty"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "too big for one's breeches"]]}, {"answer": "perspicacious", "hint": "synonyms for perspicacious", "clues": [["clear-eyed", "mentally acute or penetratingly discerning", "clear-eyed"], ["sagacious", "acutely insightful and wise", "sagacious"], ["clear-sighted", "mentally acute or penetratingly discerning", "clear-sighted"], ["sapient", "acutely insightful and wise", "sapient"]]}, {"answer": "perspicuous", "hint": "synonyms for perspicuous", "clues": [["lucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "lucid"], ["crystal clear", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "crystal clear"], ["luculent", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "luculent"], ["pellucid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "pellucid"], ["limpid", "(of language) transparently clear; easily understandable; ; ; - Robert Burton", "limpid"]]}, {"answer": "pertinacious", "hint": "synonyms for pertinacious", "clues": [["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot", "persistent"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dogged"], ["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "tenacious"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot", "unyielding"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dour"]]}, {"answer": "perturbing", "hint": "synonyms for perturbing", "clues": [["distressful", "causing distress or worry or anxiety", "distressful"], ["worrisome", "causing distress or worry or anxiety", "worrisome"], ["distressing", "causing distress or worry or anxiety", "distressing"], ["troubling", "causing distress or worry or anxiety", "troubling"], ["disturbing", "causing distress or worry or anxiety", "disturbing"], ["worrying", "causing distress or worry or anxiety", "worrying"]]}, {"answer": "perverse", "hint": "synonyms for perverse", "clues": [["depraved", "deviating from what is considered moral or right or proper or good", "depraved"], ["contrary", "resistant to guidance or discipline", "contrary"], ["obstinate", "resistant to guidance or discipline", "obstinate"], ["wayward", "resistant to guidance or discipline", "wayward"], ["reprobate", "deviating from what is considered moral or right or proper or good", "reprobate"], ["perverted", "deviating from what is considered moral or right or proper or good", "perverted"]]}, {"answer": "perverted", "hint": "synonyms for perverted", "clues": [["depraved", "deviating from what is considered moral or right or proper or good", "depraved"], ["misrepresented", "having an intended meaning altered or misrepresented", "misrepresented"], ["perverse", "deviating from what is considered moral or right or proper or good", "perverse"], ["twisted", "having an intended meaning altered or misrepresented", "twisted"], ["kinky", "(used of sexual behavior) showing or appealing to bizarre or deviant tastes", "kinky"], ["reprobate", "deviating from what is considered moral or right or proper or good", "reprobate"], ["distorted", "having an intended meaning altered or misrepresented", "distorted"]]}, {"answer": "pesky", "hint": "synonyms for pesky", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["bothersome", "causing irritation or annoyance", "bothersome"]]}, {"answer": "pestered", "hint": "synonyms for pestered", "clues": [["annoyed", "troubled persistently especially with petty annoyances", "annoyed"], ["vexed", "troubled persistently especially with petty annoyances", "vexed"], ["harassed", "troubled persistently especially with petty annoyances", "harassed"], ["harried", "troubled persistently especially with petty annoyances", "harried"]]}, {"answer": "pestering", "hint": "synonyms for pestering", "clues": [["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["bothersome", "causing irritation or annoyance", "bothersome"]]}, {"answer": "pestiferous", "hint": "synonyms for pestiferous", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["corruptive", "tending to corrupt or pervert", "corruptive"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["pestilent", "likely to spread and cause an epidemic disease; - Jonathan Swift", "pestilent"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["bothersome", "causing irritation or annoyance", "bothersome"], ["perversive", "tending to corrupt or pervert", "perversive"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["dirty", "contaminated with infecting organisms; ; - Jane Austen", "dirty"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"]]}, {"answer": "pestilent", "hint": "synonyms for pestilent", "clues": [["pestilential", "likely to spread and cause an epidemic disease; - Jonathan Swift", "pestilential"], ["baneful", "exceedingly harmful", "baneful"], ["pernicious", "exceedingly harmful", "pernicious"], ["plaguey", "likely to spread and cause an epidemic disease; - Jonathan Swift", "plaguey"], ["pestiferous", "likely to spread and cause an epidemic disease; - Jonathan Swift", "pestiferous"], ["deadly", "exceedingly harmful", "deadly"]]}, {"answer": "pet", "hint": "synonyms for pet", "clues": [["best-loved", "preferred above all others and treated with partiality", "best-loved"], ["favorite", "preferred above all others and treated with partiality", "favorite"], ["preferred", "preferred above all others and treated with partiality", "preferred"], ["favored", "preferred above all others and treated with partiality", "favored"], ["preferent", "preferred above all others and treated with partiality", "preferent"]]}, {"answer": "petite", "hint": "synonyms for petite", "clues": [["midget", "very small", "midget"], ["tiny", "very small", "tiny"], ["bantam", "very small", "bantam"], ["lilliputian", "very small", "lilliputian"], ["flyspeck", "very small", "flyspeck"], ["diminutive", "very small", "diminutive"]]}, {"answer": "pettish", "hint": "synonyms for pettish", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "petty", "hint": "synonyms for petty", "clues": [["junior-grade", "inferior in rank or status", "junior-grade"], ["little", "(informal) small and of little importance", "little"], ["small-minded", "contemptibly narrow in outlook", "small-minded"], ["trivial", "(informal) small and of little importance", "trivial"], ["lower-ranking", "inferior in rank or status", "lower-ranking"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["subaltern", "inferior in rank or status", "subaltern"], ["lowly", "inferior in rank or status", "lowly"], ["picayune", "(informal) small and of little importance", "picayune"], ["piffling", "(informal) small and of little importance", "piffling"], ["secondary", "inferior in rank or status", "secondary"]]}, {"answer": "petulant", "hint": "synonyms for petulant", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "phantasmal", "hint": "synonyms for phantasmal", "clues": [["apparitional", "resembling or characteristic of a phantom", "apparitional"], ["ghostlike", "resembling or characteristic of a phantom", "ghostlike"], ["spectral", "resembling or characteristic of a phantom", "spectral"], ["spiritual", "resembling or characteristic of a phantom", "spiritual"], ["ghostly", "resembling or characteristic of a phantom", "ghostly"]]}, {"answer": "pharisaic", "hint": "synonyms for pharisaic", "clues": [["pietistic", "excessively or hypocritically pious", "pietistic"], ["holier-than-thou", "excessively or hypocritically pious", "holier-than-thou"], ["self-righteous", "excessively or hypocritically pious", "self-righteous"], ["pharisaical", "excessively or hypocritically pious", "pharisaical"], ["sanctimonious", "excessively or hypocritically pious", "sanctimonious"]]}, {"answer": "pharisaical", "hint": "synonyms for pharisaical", "clues": [["pietistic", "excessively or hypocritically pious", "pietistic"], ["holier-than-thou", "excessively or hypocritically pious", "holier-than-thou"], ["self-righteous", "excessively or hypocritically pious", "self-righteous"], ["pharisaic", "excessively or hypocritically pious", "pharisaic"], ["sanctimonious", "excessively or hypocritically pious", "sanctimonious"]]}, {"answer": "phoney", "hint": "synonyms for phoney", "clues": [["phony", "fraudulent; having a misleading appearance", "phony"], ["bastard", "fraudulent; having a misleading appearance", "bastard"], ["fake", "fraudulent; having a misleading appearance", "fake"], ["bogus", "fraudulent; having a misleading appearance", "bogus"]]}, {"answer": "phony", "hint": "synonyms for phony", "clues": [["phoney", "fraudulent; having a misleading appearance", "phoney"], ["bastard", "fraudulent; having a misleading appearance", "bastard"], ["fake", "fraudulent; having a misleading appearance", "fake"], ["bogus", "fraudulent; having a misleading appearance", "bogus"]]}, {"answer": "picayune", "hint": "synonyms for picayune", "clues": [["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["piffling", "(informal) small and of little importance", "piffling"], ["trivial", "(informal) small and of little importance", "trivial"]]}, {"answer": "picky", "hint": "synonyms for picky", "clues": [["finical", "exacting especially about details", "finical"], ["finicky", "exacting especially about details", "finicky"], ["particular", "exacting especially about details", "particular"], ["fussy", "exacting especially about details", "fussy"]]}, {"answer": "pictorial", "hint": "synonyms for pictorial", "clues": [["graphic", "evoking lifelike images within the mind", "graphic"], ["pictural", "pertaining to or consisting of pictures", "pictural"], ["lifelike", "evoking lifelike images within the mind", "lifelike"], ["vivid", "evoking lifelike images within the mind", "vivid"]]}, {"answer": "pictured", "hint": "synonyms for pictured", "clues": [["portrayed", "represented graphically by sketch or design or lines", "portrayed"], ["visualized", "seen in the mind as a mental image", "visualized"], ["depicted", "represented graphically by sketch or design or lines", "depicted"], ["envisioned", "seen in the mind as a mental image", "envisioned"]]}, {"answer": "piddling", "hint": "synonyms for piddling", "clues": [["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["picayune", "(informal) small and of little importance", "picayune"], ["piffling", "(informal) small and of little importance", "piffling"], ["trivial", "(informal) small and of little importance", "trivial"]]}, {"answer": "pie-eyed", "hint": "synonyms for pie-eyed", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "piebald", "hint": "synonyms for piebald", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"]]}, {"answer": "piecemeal", "hint": "synonyms for piecemeal", "clues": [["in small stages", "one thing at a time", "in small stages"], ["bit-by-bit", "one thing at a time", "bit-by-bit"], ["stepwise", "one thing at a time", "stepwise"], ["step-by-step", "one thing at a time", "step-by-step"]]}, {"answer": "pied", "hint": "synonyms for pied", "clues": [["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "piercing", "hint": "synonyms for piercing", "clues": [["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["stabbing", "painful as if caused by a sharp instrument", "stabbing"], ["acute", "having or demonstrating ability to recognize or draw fine distinctions", "acute"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["lancinating", "painful as if caused by a sharp instrument", "lancinating"], ["sharp", "having or demonstrating ability to recognize or draw fine distinctions", "sharp"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["cutting", "painful as if caused by a sharp instrument", "cutting"], ["lancinate", "painful as if caused by a sharp instrument", "lancinate"]]}, {"answer": "pietistic", "hint": "synonyms for pietistic", "clues": [["holier-than-thou", "excessively or hypocritically pious", "holier-than-thou"], ["pietistical", "excessively or hypocritically pious", "pietistical"], ["self-righteous", "excessively or hypocritically pious", "self-righteous"], ["pharisaical", "excessively or hypocritically pious", "pharisaical"], ["sanctimonious", "excessively or hypocritically pious", "sanctimonious"]]}, {"answer": "pietistical", "hint": "synonyms for pietistical", "clues": [["pietistic", "excessively or hypocritically pious", "pietistic"], ["holier-than-thou", "excessively or hypocritically pious", "holier-than-thou"], ["self-righteous", "excessively or hypocritically pious", "self-righteous"], ["pharisaical", "excessively or hypocritically pious", "pharisaical"], ["sanctimonious", "excessively or hypocritically pious", "sanctimonious"]]}, {"answer": "piffling", "hint": "synonyms for piffling", "clues": [["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["picayune", "(informal) small and of little importance", "picayune"], ["trivial", "(informal) small and of little importance", "trivial"]]}, {"answer": "piggish", "hint": "synonyms for piggish", "clues": [["hoggish", "resembling swine; coarsely gluttonous or greedy", "hoggish"], ["porcine", "resembling swine; coarsely gluttonous or greedy", "porcine"], ["swinish", "resembling swine; coarsely gluttonous or greedy", "swinish"], ["piggy", "resembling swine; coarsely gluttonous or greedy", "piggy"]]}, {"answer": "piggy", "hint": "synonyms for piggy", "clues": [["hoggish", "resembling swine; coarsely gluttonous or greedy", "hoggish"], ["porcine", "resembling swine; coarsely gluttonous or greedy", "porcine"], ["swinish", "resembling swine; coarsely gluttonous or greedy", "swinish"], ["piggish", "resembling swine; coarsely gluttonous or greedy", "piggish"]]}, {"answer": "pillaged", "hint": "synonyms for pillaged", "clues": [["sacked", "having been robbed and destroyed by force and violence", "sacked"], ["plundered", "wrongfully emptied or stripped of anything of value", "plundered"], ["despoiled", "having been robbed and destroyed by force and violence", "despoiled"], ["ransacked", "wrongfully emptied or stripped of anything of value", "ransacked"], ["raped", "having been robbed and destroyed by force and violence", "raped"], ["looted", "wrongfully emptied or stripped of anything of value", "looted"], ["ravaged", "having been robbed and destroyed by force and violence", "ravaged"]]}, {"answer": "pinched", "hint": "synonyms for pinched", "clues": [["cadaverous", "very thin especially from disease or hunger or cold", "cadaverous"], ["in straitened circumstances", "not having enough money to pay for necessities", "in straitened circumstances"], ["nasal", "sounding as if the nose were pinched", "nasal"], ["impecunious", "not having enough money to pay for necessities", "impecunious"], ["wasted", "very thin especially from disease or hunger or cold", "wasted"], ["haggard", "very thin especially from disease or hunger or cold", "haggard"], ["emaciated", "very thin especially from disease or hunger or cold", "emaciated"], ["adenoidal", "sounding as if the nose were pinched", "adenoidal"], ["gaunt", "very thin especially from disease or hunger or cold", "gaunt"], ["penniless", "not having enough money to pay for necessities", "penniless"], ["bony", "very thin especially from disease or hunger or cold", "bony"], ["penurious", "not having enough money to pay for necessities", "penurious"], ["skeletal", "very thin especially from disease or hunger or cold", "skeletal"], ["hard up", "not having enough money to pay for necessities", "hard up"]]}, {"answer": "pink-slipped", "hint": "synonyms for pink-slipped", "clues": [["fired", "having lost your job", "fired"], ["discharged", "having lost your job", "discharged"], ["dismissed", "having lost your job", "dismissed"], ["laid-off", "having lost your job", "laid-off"]]}, {"answer": "pint-size", "hint": "synonyms for pint-size", "clues": [["sawn-off", "well below average height", "sawn-off"], ["pint-sized", "well below average height", "pint-sized"], ["runty", "well below average height", "runty"], ["sawed-off", "well below average height", "sawed-off"]]}, {"answer": "pint-sized", "hint": "synonyms for pint-sized", "clues": [["pint-size", "well below average height", "pint-size"], ["sawn-off", "well below average height", "sawn-off"], ["runty", "well below average height", "runty"], ["sawed-off", "well below average height", "sawed-off"]]}, {"answer": "piquant", "hint": "synonyms for piquant", "clues": [["savoury", "having an agreeably pungent taste", "savoury"], ["zesty", "having an agreeably pungent taste", "zesty"], ["salty", "engagingly stimulating or provocative", "salty"], ["engaging", "attracting or delighting", "engaging"], ["spicy", "having an agreeably pungent taste", "spicy"]]}, {"answer": "pissed", "hint": "synonyms for pissed", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["nettled", "aroused to impatience or anger", "nettled"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["roiled", "aroused to impatience or anger", "roiled"], ["pissed off", "aroused to impatience or anger", "pissed off"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["steamed", "aroused to impatience or anger", "steamed"], ["smashed", "very drunk", "smashed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["blind drunk", "very drunk", "blind drunk"], ["slopped", "very drunk", "slopped"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"]]}, {"answer": "pissed_off", "hint": "synonyms for pissed off", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["riled", "aroused to impatience or anger", "riled"], ["steamed", "aroused to impatience or anger", "steamed"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"]]}, {"answer": "pitchy", "hint": "synonyms for pitchy", "clues": [["resinous", "having the characteristics of pitch or tar", "resinous"], ["resiny", "having the characteristics of pitch or tar", "resiny"], ["tarry", "having the characteristics of pitch or tar", "tarry"], ["jet", "of the blackest black; similar to the color of jet or coal", "jet"], ["jet-black", "of the blackest black; similar to the color of jet or coal", "jet-black"], ["sooty", "of the blackest black; similar to the color of jet or coal", "sooty"], ["coal-black", "of the blackest black; similar to the color of jet or coal", "coal-black"]]}, {"answer": "piteous", "hint": "synonyms for piteous", "clues": [["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy", "miserable"], ["pitiable", "deserving or inciting pity; ; ; - Galsworthy", "pitiable"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy", "pitiful"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy", "wretched"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"]]}, {"answer": "pitiable", "hint": "synonyms for pitiable", "clues": [["pitiful", "inspiring mixed contempt and pity", "pitiful"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy", "miserable"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy", "wretched"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"]]}, {"answer": "pitiful", "hint": "synonyms for pitiful", "clues": [["distressing", "bad; unfortunate", "distressing"], ["pitiable", "inspiring mixed contempt and pity", "pitiable"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["sad", "bad; unfortunate", "sad"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy", "miserable"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"], ["deplorable", "bad; unfortunate", "deplorable"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy", "wretched"], ["sorry", "bad; unfortunate", "sorry"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["lamentable", "bad; unfortunate", "lamentable"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"]]}, {"answer": "pitiless", "hint": "synonyms for pitiless", "clues": [["unpitying", "without mercy or pity", "unpitying"], ["remorseless", "without mercy or pity", "remorseless"], ["ruthless", "without mercy or pity", "ruthless"], ["unkind", "deficient in humane and kindly feelings", "unkind"]]}, {"answer": "pixilated", "hint": "synonyms for pixilated", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["prankish", "naughtily or annoyingly playful", "prankish"], ["mischievous", "naughtily or annoyingly playful", "mischievous"], ["implike", "naughtily or annoyingly playful", "implike"], ["arch", "naughtily or annoyingly playful", "arch"], ["besotted", "very drunk", "besotted"], ["wicked", "naughtily or annoyingly playful", "wicked"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"], ["impish", "naughtily or annoyingly playful", "impish"], ["puckish", "naughtily or annoyingly playful", "puckish"]]}, {"answer": "placid", "hint": "synonyms for placid", "clues": [["good-tempered", "not easily irritated", "good-tempered"], ["still", "(of a body of water) free from disturbance by heavy waves", "still"], ["tranquil", "(of a body of water) free from disturbance by heavy waves", "tranquil"], ["equable", "not easily irritated", "equable"], ["quiet", "(of a body of water) free from disturbance by heavy waves", "quiet"], ["smooth", "(of a body of water) free from disturbance by heavy waves", "smooth"], ["unruffled", "(of a body of water) free from disturbance by heavy waves", "unruffled"], ["even-tempered", "not easily irritated", "even-tempered"]]}, {"answer": "plaguey", "hint": "synonyms for plaguey", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["pestiferous", "likely to spread and cause an epidemic disease; - Jonathan Swift", "pestiferous"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["pestilential", "likely to spread and cause an epidemic disease; - Jonathan Swift", "pestilential"], ["bothersome", "causing irritation or annoyance", "bothersome"], ["nettlesome", "causing irritation or annoyance", "nettlesome"]]}, {"answer": "plaguy", "hint": "synonyms for plaguy", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["bothersome", "causing irritation or annoyance", "bothersome"], ["plaguey", "causing irritation or annoyance", "plaguey"]]}, {"answer": "plain", "hint": "synonyms for plain", "clues": [["patent", "clearly revealed to the mind or the senses or judgment", "patent"], ["evident", "clearly revealed to the mind or the senses or judgment", "evident"], ["unvarnished", "free from any effort to soften to disguise", "unvarnished"], ["apparent", "clearly revealed to the mind or the senses or judgment", "apparent"], ["unmistakable", "clearly revealed to the mind or the senses or judgment", "unmistakable"], ["unembellished", "lacking embellishment or ornamentation", "unembellished"], ["manifest", "clearly revealed to the mind or the senses or judgment", "manifest"], ["unmixed", "not mixed with extraneous elements", "unmixed"], ["bare", "lacking embellishment or ornamentation", "bare"], ["homely", "lacking in physical beauty or proportion", "homely"], ["unpatterned", "lacking patterns especially in color", "unpatterned"], ["spare", "lacking embellishment or ornamentation", "spare"], ["unmingled", "not mixed with extraneous elements", "unmingled"], ["sheer", "not mixed with extraneous elements", "sheer"], ["unornamented", "lacking embellishment or ornamentation", "unornamented"]]}, {"answer": "plainspoken", "hint": "synonyms for plainspoken", "clues": [["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "planetary", "hint": "synonyms for planetary", "clues": [["world", "involving the entire earth; not limited or provincial in scope", "world"], ["worldwide", "involving the entire earth; not limited or provincial in scope", "worldwide"], ["global", "involving the entire earth; not limited or provincial in scope", "global"], ["wandering", "having no fixed course", "wandering"], ["erratic", "having no fixed course", "erratic"], ["terrestrial", "of or relating to or characteristic of the planet Earth or its inhabitants; - L.C.Eiseley", "terrestrial"], ["planetal", "of or relating to or resembling the physical or orbital characteristics of a planet or the planets", "planetal"]]}, {"answer": "planless", "hint": "synonyms for planless", "clues": [["afloat", "aimlessly drifting", "afloat"], ["aimless", "aimlessly drifting", "aimless"], ["directionless", "aimlessly drifting", "directionless"], ["rudderless", "aimlessly drifting", "rudderless"], ["adrift", "aimlessly drifting", "adrift"], ["undirected", "aimlessly drifting", "undirected"]]}, {"answer": "planted", "hint": "synonyms for planted", "clues": [["implanted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "implanted"], ["deep-rooted", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "deep-rooted"], ["deep-seated", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "deep-seated"], ["ingrained", "(used especially of ideas or principles) deeply rooted; firmly fixed or held", "ingrained"]]}, {"answer": "plastered", "hint": "synonyms for plastered", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["slicked", "(of hair) made smooth by applying a sticky or glossy substance", "slicked"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["sealed", "(of walls) covered with a coat of plaster", "sealed"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "plastic", "hint": "synonyms for plastic", "clues": [["formative", "forming or capable of forming or molding or fashioning", "formative"], ["moldable", "capable of being molded or modeled (especially of earth or clay or other soft material)", "moldable"], ["fictile", "capable of being molded or modeled (especially of earth or clay or other soft material)", "fictile"], ["pliant", "capable of being influenced or formed", "pliant"], ["shaping", "forming or capable of forming or molding or fashioning", "shaping"]]}, {"answer": "platyrrhinian", "hint": "synonyms for platyrrhinian", "clues": [["platyrhine", "of or related to New World monkeys having nostrils far apart or to people with broad noses", "platyrhine"], ["platyrhinian", "of or related to New World monkeys having nostrils far apart or to people with broad noses", "platyrhinian"], ["platyrrhinic", "of or related to New World monkeys having nostrils far apart or to people with broad noses", "platyrrhinic"], ["broadnosed", "of or related to New World monkeys having nostrils far apart or to people with broad noses", "broadnosed"]]}, {"answer": "plausive", "hint": "synonyms for plausive", "clues": [["approving", "expressing or manifesting praise or approval", "approving"], ["approbative", "expressing or manifesting praise or approval", "approbative"], ["affirmative", "expressing or manifesting praise or approval", "affirmative"], ["approbatory", "expressing or manifesting praise or approval", "approbatory"]]}, {"answer": "played_out", "hint": "synonyms for played out", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"]]}, {"answer": "pleasant-tasting", "hint": "synonyms for pleasant-tasting", "clues": [["luscious", "extremely pleasing to the sense of taste", "luscious"], ["delectable", "extremely pleasing to the sense of taste", "delectable"], ["toothsome", "extremely pleasing to the sense of taste", "toothsome"], ["scrumptious", "extremely pleasing to the sense of taste", "scrumptious"], ["yummy", "extremely pleasing to the sense of taste", "yummy"], ["delicious", "extremely pleasing to the sense of taste", "delicious"]]}, {"answer": "plenteous", "hint": "synonyms for plenteous", "clues": [["ample", "affording an abundant supply", "ample"], ["copious", "affording an abundant supply", "copious"], ["plentiful", "affording an abundant supply", "plentiful"], ["rich", "affording an abundant supply", "rich"]]}, {"answer": "plentiful", "hint": "synonyms for plentiful", "clues": [["ample", "affording an abundant supply", "ample"], ["copious", "affording an abundant supply", "copious"], ["rich", "affording an abundant supply", "rich"], ["bountiful", "producing in abundance", "bountiful"], ["plenteous", "affording an abundant supply", "plenteous"]]}, {"answer": "pliable", "hint": "synonyms for pliable", "clues": [["tractile", "capable of being shaped or bent or drawn out", "tractile"], ["pliant", "capable of being bent or flexed or twisted without breaking", "pliant"], ["malleable", "capable of being shaped or bent or drawn out", "malleable"], ["fictile", "susceptible to being led or directed", "fictile"], ["waxy", "capable of being bent or flexed or twisted without breaking", "waxy"], ["flexible", "able to adjust readily to different conditions", "flexible"], ["bendable", "capable of being bent or flexed or twisted without breaking", "bendable"], ["ductile", "capable of being shaped or bent or drawn out", "ductile"], ["tensile", "capable of being shaped or bent or drawn out", "tensile"], ["elastic", "able to adjust readily to different conditions", "elastic"]]}, {"answer": "pliant", "hint": "synonyms for pliant", "clues": [["pliable", "capable of being shaped or bent or drawn out", "pliable"], ["tractile", "capable of being shaped or bent or drawn out", "tractile"], ["malleable", "capable of being shaped or bent or drawn out", "malleable"], ["waxy", "capable of being bent or flexed or twisted without breaking", "waxy"], ["flexible", "able to adjust readily to different conditions", "flexible"], ["bendable", "capable of being bent or flexed or twisted without breaking", "bendable"], ["plastic", "capable of being influenced or formed", "plastic"], ["ductile", "capable of being shaped or bent or drawn out", "ductile"], ["tensile", "capable of being shaped or bent or drawn out", "tensile"]]}, {"answer": "plumed", "hint": "synonyms for plumed", "clues": [["plumy", "having or covered with or abounding in plumes", "plumy"], ["plumate", "having an ornamental plume or feathery tuft", "plumate"], ["crested", "(of a knight's helmet) having a decorative plume", "crested"], ["plumose", "having an ornamental plume or feathery tuft", "plumose"]]}, {"answer": "plumy", "hint": "synonyms for plumy", "clues": [["plumed", "having or covered with or abounding in plumes", "plumed"], ["plumelike", "resembling a plume", "plumelike"], ["feathered", "adorned with feathers or plumes", "feathered"], ["feathery", "adorned with feathers or plumes", "feathery"]]}, {"answer": "plush", "hint": "synonyms for plush", "clues": [["lavish", "characterized by extravagance and profusion", "lavish"], ["lucullan", "characterized by extravagance and profusion", "lucullan"], ["plushy", "characterized by extravagance and profusion", "plushy"], ["lush", "characterized by extravagance and profusion", "lush"]]}, {"answer": "plushy", "hint": "synonyms for plushy", "clues": [["plush", "characterized by extravagance and profusion", "plush"], ["lavish", "characterized by extravagance and profusion", "lavish"], ["lucullan", "characterized by extravagance and profusion", "lucullan"], ["plush-like", "(of textures) resembling plush", "plush-like"]]}, {"answer": "pocket-size", "hint": "synonyms for pocket-size", "clues": [["small-scale", "limited in size or scope", "small-scale"], ["pocket-sized", "limited in size or scope", "pocket-sized"], ["small", "limited in size or scope", "small"], ["minor", "limited in size or scope", "minor"], ["pocketable", "small enough to be carried in a garment pocket", "pocketable"], ["modest", "limited in size or scope", "modest"]]}, {"answer": "pocket-sized", "hint": "synonyms for pocket-sized", "clues": [["small-scale", "limited in size or scope", "small-scale"], ["pocket-size", "limited in size or scope", "pocket-size"], ["small", "limited in size or scope", "small"], ["minor", "limited in size or scope", "minor"], ["pocketable", "small enough to be carried in a garment pocket", "pocketable"], ["modest", "limited in size or scope", "modest"]]}, {"answer": "podgy", "hint": "synonyms for podgy", "clues": [["tubby", "short and plump", "tubby"], ["pudgy", "short and plump", "pudgy"], ["dumpy", "short and plump", "dumpy"], ["roly-poly", "short and plump", "roly-poly"]]}, {"answer": "point-blank", "hint": "synonyms for point-blank", "clues": [["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["straight-from-the-shoulder", "characterized by directness in manner or speech; without subtlety or evasion", "straight-from-the-shoulder"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "pointless", "hint": "synonyms for pointless", "clues": [["senseless", "serving no useful purpose; having no excuse for being", "senseless"], ["otiose", "serving no useful purpose; having no excuse for being", "otiose"], ["wasted", "serving no useful purpose; having no excuse for being", "wasted"], ["purposeless", "serving no useful purpose; having no excuse for being", "purposeless"], ["superfluous", "serving no useful purpose; having no excuse for being", "superfluous"], ["unpointed", "not having a point especially a sharp point", "unpointed"]]}, {"answer": "poised", "hint": "synonyms for poised", "clues": [["collected", "in full control of your faculties", "collected"], ["self-contained", "in full control of your faculties", "self-contained"], ["self-possessed", "in full control of your faculties", "self-possessed"], ["self-collected", "in full control of your faculties", "self-collected"], ["equanimous", "in full control of your faculties", "equanimous"]]}, {"answer": "poker-faced", "hint": "synonyms for poker-faced", "clues": [["unexpressive", "deliberately impassive in manner", "unexpressive"], ["impassive", "deliberately impassive in manner", "impassive"], ["deadpan", "deliberately impassive in manner", "deadpan"], ["expressionless", "deliberately impassive in manner", "expressionless"]]}, {"answer": "pokey", "hint": "synonyms for pokey", "clues": [["one-horse", "small and remote and insignificant", "one-horse"], ["poky", "wasting time", "poky"], ["jerkwater", "small and remote and insignificant", "jerkwater"], ["dilatory", "wasting time", "dilatory"], ["laggard", "wasting time", "laggard"]]}, {"answer": "poky", "hint": "synonyms for poky", "clues": [["one-horse", "small and remote and insignificant", "one-horse"], ["pokey", "wasting time", "pokey"], ["jerkwater", "small and remote and insignificant", "jerkwater"], ["dilatory", "wasting time", "dilatory"], ["laggard", "wasting time", "laggard"]]}, {"answer": "polar", "hint": "synonyms for polar", "clues": [["glacial", "extremely cold", "glacial"], ["gelid", "extremely cold", "gelid"], ["diametrical", "characterized by opposite extremes; completely opposed", "diametrical"], ["icy", "extremely cold", "icy"], ["pivotal", "being of crucial importance; ; - Henry Kissinger", "pivotal"], ["opposite", "characterized by opposite extremes; completely opposed", "opposite"], ["frigid", "extremely cold", "frigid"], ["arctic", "extremely cold", "arctic"]]}, {"answer": "polished", "hint": "synonyms for polished", "clues": [["urbane", "showing a high degree of refinement and the assurance that comes from wide social experience", "urbane"], ["svelte", "showing a high degree of refinement and the assurance that comes from wide social experience", "svelte"], ["dressed", "(of lumber or stone) to trim and smooth", "dressed"], ["refined", "showing a high degree of refinement and the assurance that comes from wide social experience", "refined"], ["milled", "(of grains especially rice) having the husk or outer layers removed", "milled"]]}, {"answer": "polite", "hint": "synonyms for polite", "clues": [["civilized", "marked by refinement in taste and manners", "civilized"], ["cultivated", "marked by refinement in taste and manners", "cultivated"], ["cultured", "marked by refinement in taste and manners", "cultured"], ["genteel", "marked by refinement in taste and manners", "genteel"], ["civil", "not rude; marked by satisfactory (or especially minimal) adherence to social usages and sufficient but not noteworthy consideration for others; - W.S. Maugham", "civil"]]}, {"answer": "pompous", "hint": "synonyms for pompous", "clues": [["pontifical", "puffed up with vanity; ; ; ; - Newsweek", "pontifical"], ["portentous", "puffed up with vanity; ; ; ; - Newsweek", "portentous"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek", "grandiloquent"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek", "overblown"], ["ceremonious", "characterized by pomp and ceremony and stately display", "ceremonious"]]}, {"answer": "pondering", "hint": "synonyms for pondering", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["contemplative", "deeply or seriously thoughtful", "contemplative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["broody", "deeply or seriously thoughtful", "broody"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "pontifical", "hint": "synonyms for pontifical", "clues": [["apostolic", "proceeding from or ordered by or subject to a pope or the papacy regarded as the successor of the Apostles", "apostolic"], ["portentous", "puffed up with vanity; ; ; ; - Newsweek", "portentous"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek", "grandiloquent"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek", "overblown"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek", "pompous"], ["papal", "proceeding from or ordered by or subject to a pope or the papacy regarded as the successor of the Apostles", "papal"], ["episcopal", "denoting or governed by or relating to a bishop or bishops", "episcopal"]]}, {"answer": "poor", "hint": "synonyms for poor", "clues": [["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["inadequate", "not sufficient to meet a need", "inadequate"], ["miserable", "deserving or inciting pity; ; ; - Galsworthy", "miserable"], ["pitiable", "deserving or inciting pity; ; ; - Galsworthy", "pitiable"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy", "pitiful"], ["wretched", "deserving or inciting pity; ; ; - Galsworthy", "wretched"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"], ["short", "not sufficient to meet a need", "short"]]}, {"answer": "poorly", "hint": "synonyms for poorly", "clues": [["sickly", "somewhat ill or prone to illness", "sickly"], ["under the weather", "somewhat ill or prone to illness", "under the weather"], ["indisposed", "somewhat ill or prone to illness", "indisposed"], ["peaked", "somewhat ill or prone to illness", "peaked"], ["unwell", "somewhat ill or prone to illness", "unwell"], ["ailing", "somewhat ill or prone to illness", "ailing"], ["seedy", "somewhat ill or prone to illness", "seedy"]]}, {"answer": "porcine", "hint": "synonyms for porcine", "clues": [["gross", "repellently fat", "gross"], ["hoggish", "resembling swine; coarsely gluttonous or greedy", "hoggish"], ["piggish", "resembling swine; coarsely gluttonous or greedy", "piggish"], ["piggy", "resembling swine; coarsely gluttonous or greedy", "piggy"], ["swinish", "resembling swine; coarsely gluttonous or greedy", "swinish"]]}, {"answer": "portentous", "hint": "synonyms for portentous", "clues": [["foreboding", "ominously prophetic", "foreboding"], ["pontifical", "puffed up with vanity; ; ; ; - Newsweek", "pontifical"], ["pompous", "puffed up with vanity; ; ; ; - Newsweek", "pompous"], ["fateful", "ominously prophetic", "fateful"], ["grandiloquent", "puffed up with vanity; ; ; ; - Newsweek", "grandiloquent"], ["prodigious", "of momentous or ominous significance; - Herman Melville", "prodigious"], ["overblown", "puffed up with vanity; ; ; ; - Newsweek", "overblown"]]}, {"answer": "positive", "hint": "synonyms for positive", "clues": [["incontrovertible", "impossible to deny or disprove", "incontrovertible"], ["overconfident", "marked by excessive confidence", "overconfident"], ["prescribed", "formally laid down or imposed", "prescribed"], ["irrefutable", "impossible to deny or disprove", "irrefutable"], ["positively charged", "having a positive charge", "positively charged"], ["cocksure", "marked by excessive confidence", "cocksure"], ["confirming", "indicating existence or presence of a suspected condition or pathogen", "confirming"], ["positivist", "of or relating to positivism", "positivist"], ["electropositive", "having a positive charge", "electropositive"], ["plus", "involving advantage or good", "plus"], ["convinced", "persuaded of; very sure", "convinced"], ["confident", "persuaded of; very sure", "confident"]]}, {"answer": "possessed", "hint": "synonyms for possessed", "clues": [["berserk", "frenzied as if possessed by a demon", "berserk"], ["amuck", "frenzied as if possessed by a demon", "amuck"], ["obsessed", "influenced or controlled by a powerful force such as a strong emotion", "obsessed"], ["amok", "frenzied as if possessed by a demon", "amok"], ["demoniac", "frenzied as if possessed by a demon", "demoniac"]]}, {"answer": "potent", "hint": "synonyms for potent", "clues": [["strong", "having or wielding force or authority", "strong"], ["stiff", "having a strong physiological or chemical effect; ; ; ,", "stiff"], ["powerful", "having great influence", "powerful"], ["virile", "(of a male) capable of copulation", "virile"]]}, {"answer": "potty", "hint": "synonyms for potty", "clues": [["tipsy", "slightly intoxicated", "tipsy"], ["taken with", "marked by foolish or unreasoning fondness", "taken with"], ["in love", "marked by foolish or unreasoning fondness", "in love"], ["enamored", "marked by foolish or unreasoning fondness", "enamored"], ["soft on", "marked by foolish or unreasoning fondness", "soft on"], ["tiddly", "slightly intoxicated", "tiddly"], ["infatuated", "marked by foolish or unreasoning fondness", "infatuated"], ["smitten", "marked by foolish or unreasoning fondness", "smitten"]]}, {"answer": "poverty-stricken", "hint": "synonyms for poverty-stricken", "clues": [["necessitous", "poor enough to need help from others", "necessitous"], ["impoverished", "poor enough to need help from others", "impoverished"], ["needy", "poor enough to need help from others", "needy"], ["destitute", "poor enough to need help from others", "destitute"], ["indigent", "poor enough to need help from others", "indigent"]]}, {"answer": "powdered", "hint": "synonyms for powdered", "clues": [["fine-grained", "consisting of fine particles", "fine-grained"], ["pulverized", "consisting of fine particles", "pulverized"], ["small-grained", "consisting of fine particles", "small-grained"], ["powdery", "consisting of fine particles", "powdery"]]}, {"answer": "powdery", "hint": "synonyms for powdery", "clues": [["fine-grained", "consisting of fine particles", "fine-grained"], ["pulverized", "consisting of fine particles", "pulverized"], ["small-grained", "consisting of fine particles", "small-grained"], ["powdered", "consisting of fine particles", "powdered"]]}, {"answer": "powerful", "hint": "synonyms for powerful", "clues": [["muscular", "(of a person) possessing physical strength and weight; rugged and powerful", "muscular"], ["hefty", "(of a person) possessing physical strength and weight; rugged and powerful", "hefty"], ["knock-down", "strong enough to knock down or overwhelm", "knock-down"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful", "brawny"], ["herculean", "displaying superhuman strength or power", "herculean"], ["sinewy", "(of a person) possessing physical strength and weight; rugged and powerful", "sinewy"], ["potent", "having great influence", "potent"]]}, {"answer": "practicable", "hint": "synonyms for practicable", "clues": [["viable", "capable of being done with means at hand and circumstances as they are", "viable"], ["executable", "capable of being done with means at hand and circumstances as they are", "executable"], ["feasible", "capable of being done with means at hand and circumstances as they are", "feasible"], ["workable", "capable of being done with means at hand and circumstances as they are", "workable"], ["operable", "usable for a specific purpose", "operable"]]}, {"answer": "practical", "hint": "synonyms for practical", "clues": [["virtual", "being actually such in almost every respect", "virtual"], ["pragmatic", "guided by practical experience and observation rather than theory", "pragmatic"], ["hard-nosed", "guided by practical experience and observation rather than theory", "hard-nosed"], ["hardheaded", "guided by practical experience and observation rather than theory", "hardheaded"]]}, {"answer": "practiced", "hint": "synonyms for practiced", "clues": [["expert", "having or showing knowledge and skill and aptitude", "expert"], ["skilful", "having or showing knowledge and skill and aptitude", "skilful"], ["practised", "skillful after much practice", "practised"], ["good", "having or showing knowledge and skill and aptitude", "good"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"], ["adept", "having or showing knowledge and skill and aptitude", "adept"]]}, {"answer": "pragmatic", "hint": "synonyms for pragmatic", "clues": [["matter-of-fact", "concerned with practical matters", "matter-of-fact"], ["hardheaded", "guided by practical experience and observation rather than theory", "hardheaded"], ["practical", "guided by practical experience and observation rather than theory", "practical"], ["pragmatical", "concerned with practical matters", "pragmatical"], ["hard-nosed", "guided by practical experience and observation rather than theory", "hard-nosed"]]}, {"answer": "prankish", "hint": "synonyms for prankish", "clues": [["wicked", "naughtily or annoyingly playful", "wicked"], ["implike", "naughtily or annoyingly playful", "implike"], ["mischievous", "naughtily or annoyingly playful", "mischievous"], ["impish", "naughtily or annoyingly playful", "impish"], ["arch", "naughtily or annoyingly playful", "arch"], ["puckish", "naughtily or annoyingly playful", "puckish"], ["pixilated", "naughtily or annoyingly playful", "pixilated"]]}, {"answer": "precarious", "hint": "synonyms for precarious", "clues": [["parlous", "fraught with danger", "parlous"], ["perilous", "fraught with danger", "perilous"], ["unstable", "affording no ease or reassurance", "unstable"], ["touch-and-go", "fraught with danger", "touch-and-go"], ["shaky", "not secure; beset with difficulties", "shaky"]]}, {"answer": "precious", "hint": "synonyms for precious", "clues": [["cute", "obviously contrived to charm", "cute"], ["treasured", "characterized by feeling or showing fond affection for", "treasured"], ["cherished", "characterized by feeling or showing fond affection for", "cherished"], ["wanted", "characterized by feeling or showing fond affection for", "wanted"], ["valued", "held in great esteem for admirable qualities especially of an intrinsic nature", "valued"]]}, {"answer": "precipitant", "hint": "synonyms for precipitant", "clues": [["hasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "hasty"], ["precipitate", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "precipitate"], ["precipitous", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "precipitous"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "overhasty"]]}, {"answer": "precipitate", "hint": "synonyms for precipitate", "clues": [["hasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "hasty"], ["precipitant", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "precipitant"], ["precipitous", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "precipitous"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "overhasty"]]}, {"answer": "precipitous", "hint": "synonyms for precipitous", "clues": [["precipitant", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "precipitant"], ["abrupt", "extremely steep", "abrupt"], ["hasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "hasty"], ["sharp", "extremely steep", "sharp"], ["overhasty", "done with very great haste and without due deliberation; - Shakespeare; - Arthur Geddes", "overhasty"]]}, {"answer": "predatory", "hint": "synonyms for predatory", "clues": [["predaceous", "living by or given to victimizing others for personal gain; ; - Peter S. Prescott; - W.E.Swinton", "predaceous"], ["vulturous", "living by preying on other animals especially by catching living prey", "vulturous"], ["vulturine", "living by preying on other animals especially by catching living prey", "vulturine"], ["marauding", "characterized by plundering or pillaging or marauding", "marauding"], ["raiding", "characterized by plundering or pillaging or marauding", "raiding"], ["rapacious", "living by preying on other animals especially by catching living prey", "rapacious"], ["ravening", "living by preying on other animals especially by catching living prey", "ravening"], ["raptorial", "living by preying on other animals especially by catching living prey", "raptorial"]]}, {"answer": "predominant", "hint": "synonyms for predominant", "clues": [["dominant", "most frequent or common", "dominant"], ["preponderating", "having superior power and influence", "preponderating"], ["paramount", "having superior power and influence", "paramount"], ["overriding", "having superior power and influence", "overriding"], ["rife", "most frequent or common", "rife"], ["predominate", "having superior power and influence", "predominate"], ["preponderant", "having superior power and influence", "preponderant"], ["prevailing", "most frequent or common", "prevailing"], ["prevalent", "most frequent or common", "prevalent"]]}, {"answer": "predominate", "hint": "synonyms for predominate", "clues": [["predominant", "having superior power and influence", "predominant"], ["preponderating", "having superior power and influence", "preponderating"], ["preponderant", "having superior power and influence", "preponderant"], ["paramount", "having superior power and influence", "paramount"], ["overriding", "having superior power and influence", "overriding"]]}, {"answer": "preferent", "hint": "synonyms for preferent", "clues": [["best-loved", "preferred above all others and treated with partiality", "best-loved"], ["favorite", "preferred above all others and treated with partiality", "favorite"], ["pet", "preferred above all others and treated with partiality", "pet"], ["preferred", "preferred above all others and treated with partiality", "preferred"], ["favored", "preferred above all others and treated with partiality", "favored"]]}, {"answer": "preferred", "hint": "synonyms for preferred", "clues": [["best-loved", "preferred above all others and treated with partiality", "best-loved"], ["favorite", "preferred above all others and treated with partiality", "favorite"], ["preferable", "more desirable than another", "preferable"], ["pet", "preferred above all others and treated with partiality", "pet"], ["favored", "preferred above all others and treated with partiality", "favored"], ["preferent", "preferred above all others and treated with partiality", "preferent"]]}, {"answer": "prehensile", "hint": "synonyms for prehensile", "clues": [["covetous", "immoderately desirous of acquiring e.g. wealth", "covetous"], ["greedy", "immoderately desirous of acquiring e.g. wealth", "greedy"], ["grasping", "immoderately desirous of acquiring e.g. wealth", "grasping"], ["avaricious", "immoderately desirous of acquiring e.g. wealth", "avaricious"], ["grabby", "immoderately desirous of acquiring e.g. wealth", "grabby"]]}, {"answer": "preoccupied", "hint": "synonyms for preoccupied", "clues": [["obsessed", "having or showing excessive or compulsive concern with something", "obsessed"], ["haunted", "having or showing excessive or compulsive concern with something", "haunted"], ["bemused", "deeply absorbed in thought", "bemused"], ["taken up", "having or showing excessive or compulsive concern with something", "taken up"], ["deep in thought", "deeply absorbed in thought", "deep in thought"], ["lost", "deeply absorbed in thought", "lost"]]}, {"answer": "preponderant", "hint": "synonyms for preponderant", "clues": [["predominant", "having superior power and influence", "predominant"], ["preponderating", "having superior power and influence", "preponderating"], ["paramount", "having superior power and influence", "paramount"], ["overriding", "having superior power and influence", "overriding"]]}, {"answer": "preponderating", "hint": "synonyms for preponderating", "clues": [["predominant", "having superior power and influence", "predominant"], ["preponderant", "having superior power and influence", "preponderant"], ["paramount", "having superior power and influence", "paramount"], ["overriding", "having superior power and influence", "overriding"]]}, {"answer": "preposterous", "hint": "synonyms for preposterous", "clues": [["absurd", "incongruous;inviting ridicule", "absurd"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["idiotic", "incongruous;inviting ridicule", "idiotic"], ["ridiculous", "incongruous;inviting ridicule", "ridiculous"]]}, {"answer": "prescribed", "hint": "synonyms for prescribed", "clues": [["positive", "formally laid down or imposed", "positive"], ["official", "conforming to set usage, procedure, or discipline", "official"], ["ordained", "fixed or established especially by order or command; )", "ordained"], ["appointed", "fixed or established especially by order or command; )", "appointed"], ["decreed", "fixed or established especially by order or command; )", "decreed"]]}, {"answer": "pretended", "hint": "synonyms for pretended", "clues": [["sham", "adopted in order to deceive", "sham"], ["assumed", "adopted in order to deceive", "assumed"], ["false", "adopted in order to deceive", "false"], ["put on", "adopted in order to deceive", "put on"], ["fictitious", "adopted in order to deceive", "fictitious"], ["fictive", "adopted in order to deceive", "fictive"]]}, {"answer": "preternatural", "hint": "synonyms for preternatural", "clues": [["otherworldly", "existing outside of or not in accordance with nature; -Aldous Huxley", "otherworldly"], ["nonnatural", "existing outside of or not in accordance with nature; -Aldous Huxley", "nonnatural"], ["uncanny", "surpassing the ordinary or normal; - George Will", "uncanny"], ["transcendental", "existing outside of or not in accordance with nature; -Aldous Huxley", "transcendental"]]}, {"answer": "prevailing", "hint": "synonyms for prevailing", "clues": [["dominant", "most frequent or common", "dominant"], ["prevalent", "most frequent or common", "prevalent"], ["predominant", "most frequent or common", "predominant"], ["rife", "most frequent or common", "rife"]]}, {"answer": "prevalent", "hint": "synonyms for prevalent", "clues": [["dominant", "most frequent or common", "dominant"], ["prevailing", "most frequent or common", "prevailing"], ["predominant", "most frequent or common", "predominant"], ["rife", "most frequent or common", "rife"]]}, {"answer": "previous", "hint": "synonyms for previous", "clues": [["late", "(used especially of persons) of the immediate past", "late"], ["old", "just preceding something else in time or order", "old"], ["premature", "too soon or too hasty", "premature"], ["former", "(used especially of persons) of the immediate past", "former"]]}, {"answer": "pricey", "hint": "synonyms for pricey", "clues": [["pricy", "having a high price", "pricy"], ["high-priced", "having a high price", "high-priced"], ["dear", "having a high price", "dear"], ["costly", "having a high price", "costly"]]}, {"answer": "prickly", "hint": "synonyms for prickly", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["bristly", "very irritable", "bristly"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["splenetic", "very irritable", "splenetic"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["waspish", "very irritable", "waspish"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "pricy", "hint": "synonyms for pricy", "clues": [["high-priced", "having a high price", "high-priced"], ["pricey", "having a high price", "pricey"], ["dear", "having a high price", "dear"], ["costly", "having a high price", "costly"]]}, {"answer": "prideful", "hint": "synonyms for prideful", "clues": [["rejoicing", "joyful and proud especially because of triumph or success", "rejoicing"], ["jubilant", "joyful and proud especially because of triumph or success", "jubilant"], ["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["triumphal", "joyful and proud especially because of triumph or success", "triumphal"], ["triumphant", "joyful and proud especially because of triumph or success", "triumphant"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["exultant", "joyful and proud especially because of triumph or success", "exultant"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["exulting", "joyful and proud especially because of triumph or success", "exulting"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"]]}, {"answer": "priggish", "hint": "synonyms for priggish", "clues": [["prim", "exaggeratedly proper", "prim"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "prim", "hint": "synonyms for prim", "clues": [["straightlaced", "exaggeratedly proper", "straightlaced"], ["priggish", "exaggeratedly proper", "priggish"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["dainty", "affectedly dainty or refined", "dainty"], ["mincing", "affectedly dainty or refined", "mincing"], ["twee", "affectedly dainty or refined", "twee"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"], ["niminy-piminy", "affectedly dainty or refined", "niminy-piminy"]]}, {"answer": "prima", "hint": "synonyms for prima", "clues": [["star", "indicating the most important performer or role", "star"], ["leading", "indicating the most important performer or role", "leading"], ["starring", "indicating the most important performer or role", "starring"], ["stellar", "indicating the most important performer or role", "stellar"]]}, {"answer": "primal", "hint": "synonyms for primal", "clues": [["primaeval", "having existed from the beginning; in an earliest or original stage or state", "primaeval"], ["primordial", "having existed from the beginning; in an earliest or original stage or state", "primordial"], ["central", "serving as an essential component", "central"], ["key", "serving as an essential component", "key"], ["aboriginal", "having existed from the beginning; in an earliest or original stage or state", "aboriginal"], ["fundamental", "serving as an essential component", "fundamental"], ["cardinal", "serving as an essential component", "cardinal"]]}, {"answer": "primary", "hint": "synonyms for primary", "clues": [["principal", "most important element", "principal"], ["elemental", "of or being the essential or basic part", "elemental"], ["basal", "of primary importance", "basal"], ["elementary", "of or being the essential or basic part", "elementary"], ["chief", "most important element", "chief"], ["master", "most important element", "master"], ["main", "most important element", "main"]]}, {"answer": "prime", "hint": "synonyms for prime", "clues": [["prize", "of superior grade", "prize"], ["select", "of superior grade", "select"], ["meridian", "being at the best stage of development; - Robert Browning", "meridian"], ["choice", "of superior grade", "choice"], ["premier", "first in rank or degree", "premier"], ["quality", "of superior grade", "quality"]]}, {"answer": "primeval", "hint": "synonyms for primeval", "clues": [["primaeval", "having existed from the beginning; in an earliest or original stage or state", "primaeval"], ["primal", "having existed from the beginning; in an earliest or original stage or state", "primal"], ["primordial", "having existed from the beginning; in an earliest or original stage or state", "primordial"], ["aboriginal", "having existed from the beginning; in an earliest or original stage or state", "aboriginal"]]}, {"answer": "princely", "hint": "synonyms for princely", "clues": [["grand", "rich and superior in quality", "grand"], ["gilded", "rich and superior in quality", "gilded"], ["luxurious", "rich and superior in quality", "luxurious"], ["sumptuous", "rich and superior in quality", "sumptuous"], ["deluxe", "rich and superior in quality", "deluxe"], ["opulent", "rich and superior in quality", "opulent"]]}, {"answer": "principal", "hint": "synonyms for principal", "clues": [["chief", "most important element", "chief"], ["primary", "most important element", "primary"], ["master", "most important element", "master"], ["main", "most important element", "main"]]}, {"answer": "prissy", "hint": "synonyms for prissy", "clues": [["squeamish", "excessively fastidious and easily disgusted", "squeamish"], ["dainty", "excessively fastidious and easily disgusted", "dainty"], ["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["nice", "excessively fastidious and easily disgusted", "nice"], ["prudish", "exaggeratedly proper", "prudish"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["overnice", "excessively fastidious and easily disgusted", "overnice"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"]]}, {"answer": "prize", "hint": "synonyms for prize", "clues": [["select", "of superior grade", "select"], ["prime", "of superior grade", "prime"], ["choice", "of superior grade", "choice"], ["quality", "of superior grade", "quality"]]}, {"answer": "problematic", "hint": "synonyms for problematic", "clues": [["baffling", "making great mental demands; hard to comprehend or solve or believe", "baffling"], ["problematical", "open to doubt or debate", "problematical"], ["elusive", "making great mental demands; hard to comprehend or solve or believe", "elusive"], ["knotty", "making great mental demands; hard to comprehend or solve or believe", "knotty"], ["debatable", "open to doubt or debate", "debatable"], ["tough", "making great mental demands; hard to comprehend or solve or believe", "tough"]]}, {"answer": "problematical", "hint": "synonyms for problematical", "clues": [["baffling", "making great mental demands; hard to comprehend or solve or believe", "baffling"], ["elusive", "making great mental demands; hard to comprehend or solve or believe", "elusive"], ["debatable", "open to doubt or debate", "debatable"], ["problematic", "making great mental demands; hard to comprehend or solve or believe", "problematic"], ["knotty", "making great mental demands; hard to comprehend or solve or believe", "knotty"], ["tough", "making great mental demands; hard to comprehend or solve or believe", "tough"]]}, {"answer": "prodigious", "hint": "synonyms for prodigious", "clues": [["stupendous", "so great in size or force or extent as to elicit awe", "stupendous"], ["exceeding", "far beyond what is usual in magnitude or degree", "exceeding"], ["exceptional", "far beyond what is usual in magnitude or degree", "exceptional"], ["colossal", "so great in size or force or extent as to elicit awe", "colossal"], ["surpassing", "far beyond what is usual in magnitude or degree", "surpassing"], ["olympian", "far beyond what is usual in magnitude or degree", "olympian"], ["portentous", "of momentous or ominous significance; - Herman Melville", "portentous"]]}, {"answer": "productive", "hint": "synonyms for productive", "clues": [["fertile", "marked by great fruitfulness", "fertile"], ["rich", "marked by great fruitfulness", "rich"], ["generative", "having the ability to produce or originate", "generative"], ["fat", "marked by great fruitfulness", "fat"]]}, {"answer": "profane", "hint": "synonyms for profane", "clues": [["unconsecrated", "not holy because unconsecrated or impure or defiled", "unconsecrated"], ["unsanctified", "not holy because unconsecrated or impure or defiled", "unsanctified"], ["blasphemous", "grossly irreverent toward what is held to be sacred", "blasphemous"], ["sacrilegious", "grossly irreverent toward what is held to be sacred", "sacrilegious"], ["blue", "characterized by profanity or cursing", "blue"], ["secular", "not concerned with or devoted to religion; ; ; ,", "secular"]]}, {"answer": "proficient", "hint": "synonyms for proficient", "clues": [["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["expert", "having or showing knowledge and skill and aptitude", "expert"], ["skilful", "having or showing knowledge and skill and aptitude", "skilful"], ["good", "having or showing knowledge and skill and aptitude", "good"], ["technical", "of or relating to technique or proficiency in a practical skill", "technical"], ["adept", "having or showing knowledge and skill and aptitude", "adept"]]}, {"answer": "profligate", "hint": "synonyms for profligate", "clues": [["riotous", "unrestrained by convention or morality", "riotous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["prodigal", "recklessly wasteful", "prodigal"], ["fast", "unrestrained by convention or morality", "fast"], ["debauched", "unrestrained by convention or morality", "debauched"], ["extravagant", "recklessly wasteful", "extravagant"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["degraded", "unrestrained by convention or morality", "degraded"], ["spendthrift", "recklessly wasteful", "spendthrift"]]}, {"answer": "profound", "hint": "synonyms for profound", "clues": [["fundamental", "far-reaching and thoroughgoing in effect especially on the nature of something", "fundamental"], ["unsounded", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray", "unsounded"], ["unplumbed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray", "unplumbed"], ["sound", "(of sleep) deep and complete", "sound"], ["unfathomed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray", "unfathomed"], ["heavy", "(of sleep) deep and complete", "heavy"], ["wakeless", "(of sleep) deep and complete", "wakeless"]]}, {"answer": "profuse", "hint": "synonyms for profuse", "clues": [["exuberant", "produced or growing in extreme abundance", "exuberant"], ["riotous", "produced or growing in extreme abundance", "riotous"], ["lush", "produced or growing in extreme abundance", "lush"], ["luxuriant", "produced or growing in extreme abundance", "luxuriant"]]}, {"answer": "prohibited", "hint": "synonyms for prohibited", "clues": [["taboo", "excluded from use or mention", "taboo"], ["banned", "forbidden by law", "banned"], ["verboten", "excluded from use or mention", "verboten"], ["out", "excluded from use or mention", "out"], ["proscribed", "excluded from use or mention", "proscribed"], ["tabu", "excluded from use or mention", "tabu"], ["forbidden", "excluded from use or mention", "forbidden"]]}, {"answer": "projected", "hint": "synonyms for projected", "clues": [["protruding", "extending out above or beyond a surface or boundary", "protruding"], ["sticking out", "extending out above or beyond a surface or boundary", "sticking out"], ["sticking", "extending out above or beyond a surface or boundary", "sticking"], ["relieved", "extending out above or beyond a surface or boundary", "relieved"], ["projecting", "extending out above or beyond a surface or boundary", "projecting"], ["jutting", "extending out above or beyond a surface or boundary", "jutting"]]}, {"answer": "projecting", "hint": "synonyms for projecting", "clues": [["protruding", "extending out above or beyond a surface or boundary", "protruding"], ["sticking out", "extending out above or beyond a surface or boundary", "sticking out"], ["sticking", "extending out above or beyond a surface or boundary", "sticking"], ["relieved", "extending out above or beyond a surface or boundary", "relieved"], ["projected", "extending out above or beyond a surface or boundary", "projected"], ["jutting", "extending out above or beyond a surface or boundary", "jutting"]]}, {"answer": "prolate", "hint": "synonyms for prolate", "clues": [["ovate", "rounded like an egg", "ovate"], ["oval-shaped", "rounded like an egg", "oval-shaped"], ["oviform", "rounded like an egg", "oviform"], ["elliptic", "rounded like an egg", "elliptic"], ["ovoid", "rounded like an egg", "ovoid"], ["egg-shaped", "rounded like an egg", "egg-shaped"], ["oval", "rounded like an egg", "oval"], ["watermelon-shaped", "having the polar diameter greater than the equatorial diameter", "watermelon-shaped"]]}, {"answer": "prolonged", "hint": "synonyms for prolonged", "clues": [["protracted", "relatively long in duration; tediously protracted", "protracted"], ["extended", "drawn out or made longer spatially", "extended"], ["lengthened", "drawn out or made longer spatially", "lengthened"], ["elongated", "drawn out or made longer spatially", "elongated"], ["drawn-out", "relatively long in duration; tediously protracted", "drawn-out"], ["lengthy", "relatively long in duration; tediously protracted", "lengthy"]]}, {"answer": "prominent", "hint": "synonyms for prominent", "clues": [["big", "conspicuous in position or importance", "big"], ["outstanding", "having a quality that thrusts itself into attention", "outstanding"], ["striking", "having a quality that thrusts itself into attention", "striking"], ["salient", "having a quality that thrusts itself into attention", "salient"], ["spectacular", "having a quality that thrusts itself into attention", "spectacular"], ["large", "conspicuous in position or importance", "large"]]}, {"answer": "promiscuous", "hint": "synonyms for promiscuous", "clues": [["easy", "casual and unrestrained in sexual behavior", "easy"], ["loose", "casual and unrestrained in sexual behavior", "loose"], ["wanton", "casual and unrestrained in sexual behavior", "wanton"], ["sluttish", "casual and unrestrained in sexual behavior", "sluttish"], ["light", "casual and unrestrained in sexual behavior", "light"]]}, {"answer": "pronged", "hint": "synonyms for pronged", "clues": [["prongy", "resembling a fork; divided or separated into two branches", "prongy"], ["biramous", "resembling a fork; divided or separated into two branches", "biramous"], ["forficate", "resembling a fork; divided or separated into two branches", "forficate"], ["forked", "resembling a fork; divided or separated into two branches", "forked"], ["branched", "resembling a fork; divided or separated into two branches", "branched"], ["bifurcate", "resembling a fork; divided or separated into two branches", "bifurcate"], ["fork-like", "resembling a fork; divided or separated into two branches", "fork-like"], ["tined", "having prongs or tines; usually used in combination", "tined"]]}, {"answer": "prongy", "hint": "synonyms for prongy", "clues": [["forked", "resembling a fork; divided or separated into two branches", "forked"], ["branched", "resembling a fork; divided or separated into two branches", "branched"], ["biramous", "resembling a fork; divided or separated into two branches", "biramous"], ["forficate", "resembling a fork; divided or separated into two branches", "forficate"], ["fork-like", "resembling a fork; divided or separated into two branches", "fork-like"], ["bifurcate", "resembling a fork; divided or separated into two branches", "bifurcate"], ["pronged", "resembling a fork; divided or separated into two branches", "pronged"]]}, {"answer": "prophylactic", "hint": "synonyms for prophylactic", "clues": [["contraceptive", "capable of preventing conception or impregnation", "contraceptive"], ["antifertility", "capable of preventing conception or impregnation", "antifertility"], ["preventative", "preventing or contributing to the prevention of disease", "preventative"], ["cautionary", "warding off; - Victor Schultze", "cautionary"]]}, {"answer": "prosaic", "hint": "synonyms for prosaic", "clues": [["earthbound", "lacking wit or imagination", "earthbound"], ["prosy", "lacking wit or imagination", "prosy"], ["unglamorous", "not challenging; dull and lacking excitement", "unglamorous"], ["matter-of-fact", "not fanciful or imaginative", "matter-of-fact"], ["humdrum", "not challenging; dull and lacking excitement", "humdrum"], ["commonplace", "not challenging; dull and lacking excitement", "commonplace"], ["pedestrian", "lacking wit or imagination", "pedestrian"]]}, {"answer": "proscribed", "hint": "synonyms for proscribed", "clues": [["taboo", "excluded from use or mention", "taboo"], ["prohibited", "excluded from use or mention", "prohibited"], ["verboten", "excluded from use or mention", "verboten"], ["out", "excluded from use or mention", "out"], ["forbidden", "excluded from use or mention", "forbidden"], ["tabu", "excluded from use or mention", "tabu"]]}, {"answer": "prospering", "hint": "synonyms for prospering", "clues": [["palmy", "very lively and profitable", "palmy"], ["thriving", "very lively and profitable", "thriving"], ["flourishing", "very lively and profitable", "flourishing"], ["booming", "very lively and profitable", "booming"], ["prosperous", "very lively and profitable", "prosperous"], ["roaring", "very lively and profitable", "roaring"]]}, {"answer": "prosperous", "hint": "synonyms for prosperous", "clues": [["well-heeled", "in fortunate circumstances financially; moderately rich", "well-heeled"], ["favorable", "presaging or likely to bring good luck", "favorable"], ["golden", "presaging or likely to bring good luck", "golden"], ["easy", "in fortunate circumstances financially; moderately rich", "easy"], ["well-to-do", "in fortunate circumstances financially; moderately rich", "well-to-do"], ["roaring", "very lively and profitable", "roaring"], ["flourishing", "very lively and profitable", "flourishing"], ["lucky", "presaging or likely to bring good luck", "lucky"], ["halcyon", "marked by peace and prosperity", "halcyon"], ["comfortable", "in fortunate circumstances financially; moderately rich", "comfortable"], ["thriving", "very lively and profitable", "thriving"], ["well-situated", "in fortunate circumstances financially; moderately rich", "well-situated"], ["well-fixed", "in fortunate circumstances financially; moderately rich", "well-fixed"], ["palmy", "very lively and profitable", "palmy"], ["prospering", "very lively and profitable", "prospering"], ["booming", "very lively and profitable", "booming"], ["well-off", "in fortunate circumstances financially; moderately rich", "well-off"]]}, {"answer": "prospicient", "hint": "synonyms for prospicient", "clues": [["foresighted", "planning prudently for the future", "foresighted"], ["long", "planning prudently for the future", "long"], ["longsighted", "planning prudently for the future", "longsighted"], ["foresightful", "planning prudently for the future", "foresightful"], ["farseeing", "planning prudently for the future", "farseeing"]]}, {"answer": "protracted", "hint": "synonyms for protracted", "clues": [["drawn-out", "relatively long in duration; tediously protracted", "drawn-out"], ["extended", "relatively long in duration; tediously protracted", "extended"], ["prolonged", "relatively long in duration; tediously protracted", "prolonged"], ["lengthy", "relatively long in duration; tediously protracted", "lengthy"]]}, {"answer": "protruding", "hint": "synonyms for protruding", "clues": [["sticking out", "extending out above or beyond a surface or boundary", "sticking out"], ["sticking", "extending out above or beyond a surface or boundary", "sticking"], ["relieved", "extending out above or beyond a surface or boundary", "relieved"], ["projected", "extending out above or beyond a surface or boundary", "projected"], ["projecting", "extending out above or beyond a surface or boundary", "projecting"], ["jutting", "extending out above or beyond a surface or boundary", "jutting"]]}, {"answer": "protuberant", "hint": "synonyms for protuberant", "clues": [["bulging", "curving outward", "bulging"], ["bulgy", "curving outward", "bulgy"], ["bellying", "curving outward", "bellying"], ["bulbous", "curving outward", "bulbous"], ["bellied", "curving outward", "bellied"]]}, {"answer": "prudish", "hint": "synonyms for prudish", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "puckish", "hint": "synonyms for puckish", "clues": [["wicked", "naughtily or annoyingly playful", "wicked"], ["implike", "naughtily or annoyingly playful", "implike"], ["prankish", "naughtily or annoyingly playful", "prankish"], ["impish", "naughtily or annoyingly playful", "impish"], ["arch", "naughtily or annoyingly playful", "arch"], ["mischievous", "naughtily or annoyingly playful", "mischievous"], ["pixilated", "naughtily or annoyingly playful", "pixilated"]]}, {"answer": "pudgy", "hint": "synonyms for pudgy", "clues": [["tubby", "short and plump", "tubby"], ["dumpy", "short and plump", "dumpy"], ["podgy", "short and plump", "podgy"], ["roly-poly", "short and plump", "roly-poly"]]}, {"answer": "puffy", "hint": "synonyms for puffy", "clues": [["tumescent", "abnormally distended especially by fluids or gas", "tumescent"], ["bouffant", "being puffed out; used of hair style or clothing", "bouffant"], ["turgid", "abnormally distended especially by fluids or gas", "turgid"], ["gusty", "blowing in puffs or short intermittent blasts", "gusty"], ["tumid", "abnormally distended especially by fluids or gas", "tumid"]]}, {"answer": "pulverised", "hint": "synonyms for pulverised", "clues": [["fine-grained", "consisting of fine particles", "fine-grained"], ["pulverized", "consisting of fine particles", "pulverized"], ["small-grained", "consisting of fine particles", "small-grained"], ["powdery", "consisting of fine particles", "powdery"], ["powdered", "consisting of fine particles", "powdered"]]}, {"answer": "pulverized", "hint": "synonyms for pulverized", "clues": [["fine-grained", "consisting of fine particles", "fine-grained"], ["small-grained", "consisting of fine particles", "small-grained"], ["powdery", "consisting of fine particles", "powdery"], ["powdered", "consisting of fine particles", "powdered"], ["pulverised", "consisting of fine particles", "pulverised"]]}, {"answer": "pungent", "hint": "synonyms for pungent", "clues": [["biting", "capable of wounding", "biting"], ["nipping", "capable of wounding", "nipping"], ["mordacious", "capable of wounding", "mordacious"], ["acrid", "strong and sharp", "acrid"], ["barbed", "capable of wounding", "barbed"]]}, {"answer": "punishing", "hint": "synonyms for punishing", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["toilsome", "characterized by effort to the point of exhaustion; especially physical effort", "toilsome"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "punk", "hint": "synonyms for punk", "clues": [["crummy", "of very poor quality; flimsy", "crummy"], ["tinny", "of very poor quality; flimsy", "tinny"], ["cheesy", "of very poor quality; flimsy", "cheesy"], ["sleazy", "of very poor quality; flimsy", "sleazy"], ["chintzy", "of very poor quality; flimsy", "chintzy"], ["cheap", "of very poor quality; flimsy", "cheap"], ["bum", "of very poor quality; flimsy", "bum"]]}, {"answer": "purblind", "hint": "synonyms for purblind", "clues": [["dim-sighted", "having greatly reduced vision", "dim-sighted"], ["visually impaired", "having greatly reduced vision", "visually impaired"], ["obtuse", "lacking in insight or discernment; ; - Jasper Griffin", "obtuse"], ["visually challenged", "having greatly reduced vision", "visually challenged"], ["near-blind", "having greatly reduced vision", "near-blind"], ["sand-blind", "having greatly reduced vision", "sand-blind"]]}, {"answer": "purchasable", "hint": "synonyms for purchasable", "clues": [["bribable", "capable of being corrupted", "bribable"], ["venal", "capable of being corrupted", "venal"], ["for sale", "available for purchase", "for sale"], ["corruptible", "capable of being corrupted", "corruptible"], ["dishonest", "capable of being corrupted", "dishonest"]]}, {"answer": "pure", "hint": "synonyms for pure", "clues": [["vestal", "in a state of sexual virginity", "vestal"], ["virtuous", "in a state of sexual virginity", "virtuous"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["virginal", "in a state of sexual virginity", "virginal"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["saturated", "(of color) being chromatically pure; not diluted with white or grey or black", "saturated"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "puritanical", "hint": "synonyms for puritanical", "clues": [["blue", "morally rigorous and strict", "blue"], ["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["prissy", "exaggeratedly proper", "prissy"], ["puritanic", "morally rigorous and strict", "puritanic"]]}, {"answer": "purple", "hint": "synonyms for purple", "clues": [["empurpled", "excessively elaborate or showily expressed", "empurpled"], ["purplish", "of a color intermediate between red and blue", "purplish"], ["majestic", "belonging to or befitting a supreme ruler", "majestic"], ["royal", "belonging to or befitting a supreme ruler", "royal"], ["violet", "of a color intermediate between red and blue", "violet"], ["imperial", "belonging to or befitting a supreme ruler", "imperial"], ["over-embellished", "excessively elaborate or showily expressed", "over-embellished"], ["regal", "belonging to or befitting a supreme ruler", "regal"]]}, {"answer": "purposeless", "hint": "synonyms for purposeless", "clues": [["senseless", "serving no useful purpose; having no excuse for being", "senseless"], ["pointless", "serving no useful purpose; having no excuse for being", "pointless"], ["otiose", "serving no useful purpose; having no excuse for being", "otiose"], ["wasted", "serving no useful purpose; having no excuse for being", "wasted"], ["superfluous", "serving no useful purpose; having no excuse for being", "superfluous"]]}, {"answer": "put-upon", "hint": "synonyms for put-upon", "clues": [["ill-used", "of persons; taken advantage of", "ill-used"], ["victimized", "of persons; taken advantage of", "victimized"], ["used", "of persons; taken advantage of", "used"], ["exploited", "of persons; taken advantage of", "exploited"]]}, {"answer": "put_on", "hint": "synonyms for put on", "clues": [["pretended", "adopted in order to deceive", "pretended"], ["assumed", "adopted in order to deceive", "assumed"], ["false", "adopted in order to deceive", "false"], ["sham", "adopted in order to deceive", "sham"], ["fictitious", "adopted in order to deceive", "fictitious"], ["fictive", "adopted in order to deceive", "fictive"]]}, {"answer": "quaggy", "hint": "synonyms for quaggy", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "quality", "hint": "synonyms for quality", "clues": [["prize", "of superior grade", "prize"], ["select", "of superior grade", "select"], ["prime", "of superior grade", "prime"], ["choice", "of superior grade", "choice"]]}, {"answer": "queasy", "hint": "synonyms for queasy", "clues": [["sick", "feeling nausea; feeling about to vomit", "sick"], ["unquiet", "causing or fraught with or showing anxiety", "unquiet"], ["uneasy", "causing or fraught with or showing anxiety", "uneasy"], ["sickish", "feeling nausea; feeling about to vomit", "sickish"], ["offensive", "causing or able to cause nausea", "offensive"], ["nauseous", "feeling nausea; feeling about to vomit", "nauseous"], ["noisome", "causing or able to cause nausea", "noisome"], ["loathsome", "causing or able to cause nausea", "loathsome"], ["nauseated", "feeling nausea; feeling about to vomit", "nauseated"], ["vile", "causing or able to cause nausea", "vile"], ["sickening", "causing or able to cause nausea", "sickening"], ["nauseating", "causing or able to cause nausea", "nauseating"], ["nervous", "causing or fraught with or showing anxiety", "nervous"], ["anxious", "causing or fraught with or showing anxiety", "anxious"]]}, {"answer": "queer", "hint": "synonyms for queer", "clues": [["rum", "beyond or deviating from the usual or expected", "rum"], ["odd", "beyond or deviating from the usual or expected", "odd"], ["gay", "homosexual or arousing homosexual desires", "gay"], ["singular", "beyond or deviating from the usual or expected", "singular"], ["rummy", "beyond or deviating from the usual or expected", "rummy"], ["peculiar", "beyond or deviating from the usual or expected", "peculiar"], ["homophile", "homosexual or arousing homosexual desires", "homophile"], ["curious", "beyond or deviating from the usual or expected", "curious"], ["funny", "beyond or deviating from the usual or expected", "funny"]]}, {"answer": "quenched", "hint": "synonyms for quenched", "clues": [["quelled", "subdued or overcome", "quelled"], ["slaked", "allayed", "slaked"], ["squelched", "subdued or overcome", "squelched"], ["satisfied", "allayed", "satisfied"]]}, {"answer": "questioning", "hint": "synonyms for questioning", "clues": [["wondering", "showing curiosity", "wondering"], ["skeptical", "marked by or given to doubt", "skeptical"], ["doubting", "marked by or given to doubt", "doubting"], ["speculative", "showing curiosity", "speculative"], ["quizzical", "perplexed (as if being expected to know something that you do not know)", "quizzical"], ["inquisitive", "showing curiosity", "inquisitive"]]}, {"answer": "quick", "hint": "synonyms for quick", "clues": [["flying", "hurried and brief", "flying"], ["ready", "apprehending and responding with speed and sensitivity", "ready"], ["spry", "moving quickly and lightly", "spry"], ["immediate", "performed with little or no delay", "immediate"], ["straightaway", "performed with little or no delay", "straightaway"], ["fast", "hurried and brief", "fast"], ["warm", "easily aroused or excited", "warm"], ["speedy", "accomplished rapidly and without delay", "speedy"], ["agile", "moving quickly and lightly", "agile"], ["nimble", "moving quickly and lightly", "nimble"], ["prompt", "performed with little or no delay", "prompt"]]}, {"answer": "quick-sighted", "hint": "synonyms for quick-sighted", "clues": [["argus-eyed", "having very keen vision", "argus-eyed"], ["sharp-sighted", "keenly perceptive or alert; - Leonard Bacon", "sharp-sighted"], ["lynx-eyed", "having very keen vision", "lynx-eyed"], ["keen-sighted", "having very keen vision", "keen-sighted"], ["hawk-eyed", "having very keen vision", "hawk-eyed"], ["sharp-eyed", "keenly perceptive or alert; - Leonard Bacon", "sharp-eyed"]]}, {"answer": "quick-tempered", "hint": "synonyms for quick-tempered", "clues": [["hot-tempered", "quickly aroused to anger", "hot-tempered"], ["hotheaded", "quickly aroused to anger", "hotheaded"], ["choleric", "quickly aroused to anger", "choleric"], ["irascible", "quickly aroused to anger", "irascible"]]}, {"answer": "quiet", "hint": "synonyms for quiet", "clues": [["restrained", "not showy or obtrusive", "restrained"], ["subdued", "in a softened tone", "subdued"], ["tranquil", "(of a body of water) free from disturbance by heavy waves", "tranquil"], ["hushed", "in a softened tone", "hushed"], ["unruffled", "(of a body of water) free from disturbance by heavy waves", "unruffled"], ["still", "(of a body of water) free from disturbance by heavy waves", "still"], ["muted", "in a softened tone", "muted"], ["smooth", "(of a body of water) free from disturbance by heavy waves", "smooth"], ["placid", "(of a body of water) free from disturbance by heavy waves", "placid"]]}, {"answer": "quirky", "hint": "synonyms for quirky", "clues": [["offbeat", "informal terms; strikingly unconventional", "offbeat"], ["way-out", "informal terms; strikingly unconventional", "way-out"], ["kinky", "informal terms; strikingly unconventional", "kinky"], ["far-out", "informal terms; strikingly unconventional", "far-out"]]}, {"answer": "quondam", "hint": "synonyms for quondam", "clues": [["former", "belonging to some prior time", "former"], ["one-time", "belonging to some prior time", "one-time"], ["old", "belonging to some prior time", "old"], ["sometime", "belonging to some prior time", "sometime"], ["erstwhile", "belonging to some prior time", "erstwhile"]]}, {"answer": "quotidian", "hint": "synonyms for quotidian", "clues": [["routine", "found in the ordinary course of events; ; ; - Anita Diamant", "routine"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant", "everyday"], ["mundane", "found in the ordinary course of events; ; ; - Anita Diamant", "mundane"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant", "unremarkable"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant", "workaday"]]}, {"answer": "r.c.", "hint": "synonyms for r.c.", "clues": [["papistical", "of or relating to or supporting Romanism", "papistical"], ["romish", "of or relating to or supporting Romanism", "romish"], ["popish", "of or relating to or supporting Romanism", "popish"], ["papist", "of or relating to or supporting Romanism", "papist"]]}, {"answer": "rabble-rousing", "hint": "synonyms for rabble-rousing", "clues": [["instigative", "arousing to action or rebellion", "instigative"], ["seditious", "arousing to action or rebellion", "seditious"], ["inflammatory", "arousing to action or rebellion", "inflammatory"], ["incendiary", "arousing to action or rebellion", "incendiary"], ["incitive", "arousing to action or rebellion", "incitive"]]}, {"answer": "racy", "hint": "synonyms for racy", "clues": [["gamy", "suggestive of sexual impropriety", "gamy"], ["juicy", "suggestive of sexual impropriety", "juicy"], ["risque", "suggestive of sexual impropriety", "risque"], ["robust", "marked by richness and fullness of flavor", "robust"], ["full-bodied", "marked by richness and fullness of flavor", "full-bodied"], ["blue", "suggestive of sexual impropriety", "blue"], ["rich", "marked by richness and fullness of flavor", "rich"], ["spicy", "suggestive of sexual impropriety", "spicy"], ["naughty", "suggestive of sexual impropriety", "naughty"], ["lively", "full of zest or vigor", "lively"]]}, {"answer": "raddled", "hint": "synonyms for raddled", "clues": [["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "careworn"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "drawn"], ["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "haggard"], ["worn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "worn"], ["worn-out", "used until no longer useful", "worn-out"]]}, {"answer": "radical", "hint": "synonyms for radical", "clues": [["ultra", "(used of opinions and actions) far beyond the norm", "ultra"], ["basal", "especially of leaves; located at the base of a plant or stem; especially arising directly from the root or rootstock or a root-like stem", "basal"], ["extremist", "(used of opinions and actions) far beyond the norm", "extremist"], ["revolutionary", "markedly new or introducing radical change", "revolutionary"]]}, {"answer": "raffish", "hint": "synonyms for raffish", "clues": [["natty", "marked by up-to-dateness in dress and manners", "natty"], ["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["devil-may-care", "marked by a carefree unconventionality or disreputableness; - Crary Moore", "devil-may-care"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"]]}, {"answer": "raging", "hint": "synonyms for raging", "clues": [["tempestuous", "(of the elements) as if showing violent anger", "tempestuous"], ["hot", "characterized by violent and forceful activity or movement; very intense", "hot"], ["furious", "(of the elements) as if showing violent anger", "furious"], ["angry", "(of the elements) as if showing violent anger", "angry"], ["wild", "(of the elements) as if showing violent anger", "wild"]]}, {"answer": "rakish", "hint": "synonyms for rakish", "clues": [["natty", "marked by up-to-dateness in dress and manners", "natty"], ["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["devil-may-care", "marked by a carefree unconventionality or disreputableness; - Crary Moore", "devil-may-care"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"]]}, {"answer": "ramate", "hint": "synonyms for ramate", "clues": [["ramous", "having branches", "ramous"], ["branched", "having branches", "branched"], ["branching", "having branches", "branching"], ["ramose", "having branches", "ramose"]]}, {"answer": "rambling", "hint": "synonyms for rambling", "clues": [["winding", "of a path e.g.", "winding"], ["meandering", "of a path e.g.", "meandering"], ["sprawling", "spreading out in different directions", "sprawling"], ["digressive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "digressive"], ["excursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "excursive"], ["discursive", "(of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects", "discursive"], ["wandering", "of a path e.g.", "wandering"], ["straggling", "spreading out in different directions", "straggling"], ["straggly", "spreading out in different directions", "straggly"]]}, {"answer": "ramose", "hint": "synonyms for ramose", "clues": [["ramous", "having branches", "ramous"], ["branched", "having branches", "branched"], ["ramate", "having branches", "ramate"], ["branching", "having branches", "branching"]]}, {"answer": "ramous", "hint": "synonyms for ramous", "clues": [["branched", "having branches", "branched"], ["ramate", "having branches", "ramate"], ["branching", "having branches", "branching"], ["ramose", "having branches", "ramose"]]}, {"answer": "ramshackle", "hint": "synonyms for ramshackle", "clues": [["derelict", "in deplorable condition", "derelict"], ["tumble-down", "in deplorable condition", "tumble-down"], ["tatterdemalion", "in deplorable condition", "tatterdemalion"], ["bedraggled", "in deplorable condition", "bedraggled"], ["broken-down", "in deplorable condition", "broken-down"], ["dilapidated", "in deplorable condition", "dilapidated"]]}, {"answer": "randy", "hint": "synonyms for randy", "clues": [["steamy", "feeling great sexual desire", "steamy"], ["aroused", "feeling great sexual desire", "aroused"], ["ruttish", "feeling great sexual desire", "ruttish"], ["turned on", "feeling great sexual desire", "turned on"], ["horny", "feeling great sexual desire", "horny"]]}, {"answer": "rank", "hint": "synonyms for rank", "clues": [["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers", "sheer"], ["glaring", "conspicuously and outrageously bad or reprehensible", "glaring"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers", "absolute"], ["egregious", "conspicuously and outrageously bad or reprehensible", "egregious"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers", "downright"], ["flagrant", "conspicuously and outrageously bad or reprehensible", "flagrant"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers", "right-down"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers", "out-and-out"], ["crying", "conspicuously and outrageously bad or reprehensible", "crying"], ["gross", "conspicuously and outrageously bad or reprehensible", "gross"]]}, {"answer": "rapacious", "hint": "synonyms for rapacious", "clues": [["vulturous", "living by preying on other animals especially by catching living prey", "vulturous"], ["ravenous", "devouring or craving food in great quantities", "ravenous"], ["ravening", "excessively greedy and grasping", "ravening"], ["voracious", "devouring or craving food in great quantities", "voracious"], ["wolfish", "devouring or craving food in great quantities", "wolfish"], ["vulturine", "living by preying on other animals especially by catching living prey", "vulturine"], ["predatory", "living by preying on other animals especially by catching living prey", "predatory"], ["edacious", "devouring or craving food in great quantities", "edacious"], ["raptorial", "living by preying on other animals especially by catching living prey", "raptorial"], ["esurient", "devouring or craving food in great quantities", "esurient"]]}, {"answer": "raped", "hint": "synonyms for raped", "clues": [["sacked", "having been robbed and destroyed by force and violence", "sacked"], ["ravaged", "having been robbed and destroyed by force and violence", "ravaged"], ["despoiled", "having been robbed and destroyed by force and violence", "despoiled"], ["pillaged", "having been robbed and destroyed by force and violence", "pillaged"]]}, {"answer": "rapt", "hint": "synonyms for rapt", "clues": [["enraptured", "feeling great rapture or delight", "enraptured"], ["rhapsodic", "feeling great rapture or delight", "rhapsodic"], ["rapturous", "feeling great rapture or delight", "rapturous"], ["ecstatic", "feeling great rapture or delight", "ecstatic"]]}, {"answer": "raptorial", "hint": "synonyms for raptorial", "clues": [["rapacious", "living by preying on other animals especially by catching living prey", "rapacious"], ["vulturous", "living by preying on other animals especially by catching living prey", "vulturous"], ["ravening", "living by preying on other animals especially by catching living prey", "ravening"], ["vulturine", "living by preying on other animals especially by catching living prey", "vulturine"], ["predatory", "living by preying on other animals especially by catching living prey", "predatory"]]}, {"answer": "rapturous", "hint": "synonyms for rapturous", "clues": [["enraptured", "feeling great rapture or delight", "enraptured"], ["rhapsodic", "feeling great rapture or delight", "rhapsodic"], ["rapt", "feeling great rapture or delight", "rapt"], ["ecstatic", "feeling great rapture or delight", "ecstatic"]]}, {"answer": "rarefied", "hint": "synonyms for rarefied", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["rare", "having low density", "rare"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"]]}, {"answer": "rarified", "hint": "synonyms for rarified", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["sublime", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "sublime"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["rarefied", "having low density", "rarefied"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["rare", "having low density", "rare"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"]]}, {"answer": "rascally", "hint": "synonyms for rascally", "clues": [["roguish", "playful in an appealingly bold way", "roguish"], ["devilish", "playful in an appealingly bold way", "devilish"], ["blackguardly", "lacking principles or scruples; ; - W.M. Thackaray", "blackguardly"], ["scoundrelly", "lacking principles or scruples; ; - W.M. Thackaray", "scoundrelly"]]}, {"answer": "rasping", "hint": "synonyms for rasping", "clues": [["raspy", "unpleasantly harsh or grating in sound", "raspy"], ["gravelly", "unpleasantly harsh or grating in sound", "gravelly"], ["grating", "unpleasantly harsh or grating in sound", "grating"], ["rough", "unpleasantly harsh or grating in sound", "rough"], ["scratchy", "unpleasantly harsh or grating in sound", "scratchy"]]}, {"answer": "raspy", "hint": "synonyms for raspy", "clues": [["gravelly", "unpleasantly harsh or grating in sound", "gravelly"], ["grating", "unpleasantly harsh or grating in sound", "grating"], ["rasping", "unpleasantly harsh or grating in sound", "rasping"], ["rough", "unpleasantly harsh or grating in sound", "rough"], ["scratchy", "unpleasantly harsh or grating in sound", "scratchy"]]}, {"answer": "rattling", "hint": "synonyms for rattling", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["merry", "quick and energetic", "merry"], ["brisk", "quick and energetic", "brisk"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["snappy", "quick and energetic", "snappy"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["lively", "quick and energetic", "lively"], ["spanking", "quick and energetic", "spanking"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["zippy", "quick and energetic", "zippy"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"], ["alert", "quick and energetic", "alert"]]}, {"answer": "raunchy", "hint": "synonyms for raunchy", "clues": [["dingy", "thickly covered with ingrained dirt or soot", "dingy"], ["grungy", "thickly covered with ingrained dirt or soot", "grungy"], ["obscene", "suggestive of or tending to moral looseness", "obscene"], ["lewd", "suggestive of or tending to moral looseness", "lewd"], ["salacious", "suggestive of or tending to moral looseness", "salacious"], ["begrimed", "thickly covered with ingrained dirt or soot", "begrimed"], ["grimy", "thickly covered with ingrained dirt or soot", "grimy"], ["grubby", "thickly covered with ingrained dirt or soot", "grubby"]]}, {"answer": "ravaged", "hint": "synonyms for ravaged", "clues": [["sacked", "having been robbed and destroyed by force and violence", "sacked"], ["raped", "having been robbed and destroyed by force and violence", "raped"], ["despoiled", "having been robbed and destroyed by force and violence", "despoiled"], ["pillaged", "having been robbed and destroyed by force and violence", "pillaged"]]}, {"answer": "ravening", "hint": "synonyms for ravening", "clues": [["vulturous", "living by preying on other animals especially by catching living prey", "vulturous"], ["rapacious", "excessively greedy and grasping", "rapacious"], ["ravenous", "devouring or craving food in great quantities", "ravenous"], ["voracious", "devouring or craving food in great quantities", "voracious"], ["wolfish", "devouring or craving food in great quantities", "wolfish"], ["vulturine", "living by preying on other animals especially by catching living prey", "vulturine"], ["predatory", "living by preying on other animals especially by catching living prey", "predatory"], ["edacious", "devouring or craving food in great quantities", "edacious"], ["raptorial", "living by preying on other animals especially by catching living prey", "raptorial"], ["esurient", "devouring or craving food in great quantities", "esurient"]]}, {"answer": "ravenous", "hint": "synonyms for ravenous", "clues": [["famished", "extremely hungry", "famished"], ["voracious", "devouring or craving food in great quantities", "voracious"], ["wolfish", "devouring or craving food in great quantities", "wolfish"], ["rapacious", "devouring or craving food in great quantities", "rapacious"], ["starved", "extremely hungry", "starved"], ["ravening", "devouring or craving food in great quantities", "ravening"], ["esurient", "extremely hungry", "esurient"], ["sharp-set", "extremely hungry", "sharp-set"], ["edacious", "devouring or craving food in great quantities", "edacious"]]}, {"answer": "raw", "hint": "synonyms for raw", "clues": [["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["sensitive", "hurting", "sensitive"], ["rude", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes", "rude"], ["bleak", "unpleasantly cold and damp", "bleak"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"], ["in the buff", "(used informally) completely unclothed", "in the buff"], ["bare-assed", "(used informally) completely unclothed", "bare-assed"], ["sore", "hurting", "sore"], ["natural", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes", "natural"], ["tender", "hurting", "tender"], ["in the raw", "(used informally) completely unclothed", "in the raw"], ["peeled", "(used informally) completely unclothed", "peeled"], ["new", "lacking training or experience", "new"], ["stark naked", "(used informally) completely unclothed", "stark naked"], ["naked", "devoid of elaboration or diminution or concealment; bare and pure", "naked"], ["cutting", "unpleasantly cold and damp", "cutting"], ["unsanded", "used of wood and furniture", "unsanded"]]}, {"answer": "real", "hint": "synonyms for real", "clues": [["substantial", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare", "substantial"], ["literal", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "literal"], ["tangible", "capable of being treated as fact", "tangible"], ["existent", "being or occurring in fact or actuality; having verified existence; not illusory; ; ; ; ; ; - Longfellow", "existent"], ["genuine", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "genuine"], ["veridical", "coinciding with reality; - F.A.Olafson", "veridical"], ["material", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare", "material"], ["actual", "being or reflecting the essential or genuine character of something; ; - G.K.Chesterton", "actual"]]}, {"answer": "realizable", "hint": "synonyms for realizable", "clues": [["accomplishable", "capable of existing or taking place or proving true; possible to do", "accomplishable"], ["doable", "capable of existing or taking place or proving true; possible to do", "doable"], ["achievable", "capable of existing or taking place or proving true; possible to do", "achievable"], ["manageable", "capable of existing or taking place or proving true; possible to do", "manageable"]]}, {"answer": "reasonable", "hint": "synonyms for reasonable", "clues": [["fairish", "not excessive or extreme", "fairish"], ["sensible", "showing reason or sound judgment", "sensible"], ["sane", "marked by sound judgment", "sane"], ["fair", "not excessive or extreme", "fair"]]}, {"answer": "reckless", "hint": "synonyms for reckless", "clues": [["rash", "marked by defiant disregard for danger or consequences; ; -Macaulay", "rash"], ["heedless", "characterized by careless unconcern; - Edith Wharton", "heedless"], ["heady", "marked by defiant disregard for danger or consequences; ; -Macaulay", "heady"], ["foolhardy", "marked by defiant disregard for danger or consequences; ; -Macaulay", "foolhardy"]]}, {"answer": "reclusive", "hint": "synonyms for reclusive", "clues": [["sequestered", "providing privacy or seclusion", "sequestered"], ["secluded", "providing privacy or seclusion", "secluded"], ["cloistered", "providing privacy or seclusion", "cloistered"], ["withdrawn", "withdrawn from society; seeking solitude", "withdrawn"], ["recluse", "withdrawn from society; seeking solitude", "recluse"]]}, {"answer": "red", "hint": "synonyms for red", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["crimson", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode", "crimson"], ["violent", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode", "violent"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "reddened"], ["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "red-faced"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "flushed"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "red-faced", "hint": "synonyms for red-faced", "clues": [["crimson", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "crimson"], ["blushful", "having a red face from embarrassment or shame or agitation or emotional upset", "blushful"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "flushed"], ["reddened", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "reddened"], ["red", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "red"], ["blushing", "having a red face from embarrassment or shame or agitation or emotional upset", "blushing"]]}, {"answer": "red-hot", "hint": "synonyms for red-hot", "clues": [["toothsome", "having strong sexual appeal", "toothsome"], ["hot", "very fast; capable of quick response and great speed", "hot"], ["sizzling", "characterized by intense emotion or interest or excitement", "sizzling"], ["blistering", "very fast; capable of quick response and great speed", "blistering"], ["voluptuous", "having strong sexual appeal", "voluptuous"], ["juicy", "having strong sexual appeal", "juicy"], ["luscious", "having strong sexual appeal", "luscious"]]}, {"answer": "reddened", "hint": "synonyms for reddened", "clues": [["crimson", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "crimson"], ["ablaze", "lighted with red light as if with flames", "ablaze"], ["flushed", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "flushed"], ["red-faced", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "red-faced"], ["inflamed", "lighted with red light as if with flames", "inflamed"], ["red", "(especially of the face) reddened or suffused with or as if with blood from emotion or exertion", "red"]]}, {"answer": "reddish", "hint": "synonyms for reddish", "clues": [["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "redemptive", "hint": "synonyms for redemptive", "clues": [["redeeming", "bringing about salvation or redemption from sin", "redeeming"], ["redemptional", "of or relating to or resulting in redemption; - E.K.Brown", "redemptional"], ["saving", "bringing about salvation or redemption from sin", "saving"], ["redemptory", "of or relating to or resulting in redemption; - E.K.Brown", "redemptory"]]}, {"answer": "redolent", "hint": "synonyms for redolent", "clues": [["evocative", "serving to bring to mind; - Wilder Hobson", "evocative"], ["resonant", "serving to bring to mind; - Wilder Hobson", "resonant"], ["reminiscent", "serving to bring to mind; - Wilder Hobson", "reminiscent"], ["smelling", "(used with `of' or `with') noticeably odorous", "smelling"], ["remindful", "serving to bring to mind; - Wilder Hobson", "remindful"], ["aromatic", "having a strong pleasant odor; - Jean Stafford", "aromatic"]]}, {"answer": "redundant", "hint": "synonyms for redundant", "clues": [["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["spare", "more than is needed, desired, or required", "spare"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["tautological", "repetition of same sense in different words; ; ; - J.B.Conant", "tautological"], ["extra", "more than is needed, desired, or required", "extra"], ["excess", "more than is needed, desired, or required", "excess"], ["surplus", "more than is needed, desired, or required", "surplus"], ["pleonastic", "repetition of same sense in different words; ; ; - J.B.Conant", "pleonastic"]]}, {"answer": "refined", "hint": "synonyms for refined", "clues": [["urbane", "showing a high degree of refinement and the assurance that comes from wide social experience", "urbane"], ["svelte", "showing a high degree of refinement and the assurance that comes from wide social experience", "svelte"], ["graceful", "suggesting taste, ease, and wealth", "graceful"], ["neat", "free from what is tawdry or unbecoming", "neat"], ["elegant", "suggesting taste, ease, and wealth", "elegant"], ["polished", "showing a high degree of refinement and the assurance that comes from wide social experience", "polished"], ["processed", "freed from impurities by processing; ; ; - Shakespeare", "processed"], ["tasteful", "free from what is tawdry or unbecoming", "tasteful"]]}, {"answer": "reflective", "hint": "synonyms for reflective", "clues": [["ruminative", "deeply or seriously thoughtful", "ruminative"], ["contemplative", "deeply or seriously thoughtful", "contemplative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["broody", "deeply or seriously thoughtful", "broody"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "refreshful", "hint": "synonyms for refreshful", "clues": [["fresh", "imparting vitality and energy", "fresh"], ["refreshing", "imparting vitality and energy", "refreshing"], ["tonic", "imparting vitality and energy", "tonic"], ["bracing", "imparting vitality and energy", "bracing"], ["brisk", "imparting vitality and energy", "brisk"]]}, {"answer": "refreshing", "hint": "synonyms for refreshing", "clues": [["fresh", "imparting vitality and energy", "fresh"], ["refreshful", "imparting vitality and energy", "refreshful"], ["tonic", "imparting vitality and energy", "tonic"], ["bracing", "imparting vitality and energy", "bracing"], ["novel", "pleasantly new or different", "novel"], ["brisk", "imparting vitality and energy", "brisk"]]}, {"answer": "refulgent", "hint": "synonyms for refulgent", "clues": [["radiant", "radiating or as if radiating light", "radiant"], ["beamy", "radiating or as if radiating light", "beamy"], ["effulgent", "radiating or as if radiating light", "effulgent"], ["beaming", "radiating or as if radiating light", "beaming"]]}, {"answer": "regal", "hint": "synonyms for regal", "clues": [["majestic", "belonging to or befitting a supreme ruler", "majestic"], ["royal", "belonging to or befitting a supreme ruler", "royal"], ["imperial", "belonging to or befitting a supreme ruler", "imperial"], ["purple", "belonging to or befitting a supreme ruler", "purple"]]}, {"answer": "regular", "hint": "synonyms for regular", "clues": [["steady", "relating to a person who does something regularly", "steady"], ["unconstipated", "not constipated", "unconstipated"], ["even", "occurring at fixed intervals", "even"], ["veritable", "often used as intensifiers", "veritable"]]}, {"answer": "rejoicing", "hint": "synonyms for rejoicing", "clues": [["exultant", "joyful and proud especially because of triumph or success", "exultant"], ["jubilant", "joyful and proud especially because of triumph or success", "jubilant"], ["triumphal", "joyful and proud especially because of triumph or success", "triumphal"], ["triumphant", "joyful and proud especially because of triumph or success", "triumphant"], ["prideful", "joyful and proud especially because of triumph or success", "prideful"], ["exulting", "joyful and proud especially because of triumph or success", "exulting"]]}, {"answer": "relatiative", "hint": "synonyms for relatiative", "clues": [["retributory", "of or relating to or having the nature of retribution", "retributory"], ["vindicatory", "of or relating to or having the nature of retribution", "vindicatory"], ["retributive", "of or relating to or having the nature of retribution", "retributive"], ["retaliatory", "of or relating to or having the nature of retribution", "retaliatory"]]}, {"answer": "relentless", "hint": "synonyms for relentless", "clues": [["inexorable", "not to be placated or appeased or moved by entreaty", "inexorable"], ["unrelenting", "never-ceasing", "unrelenting"], ["unforgiving", "not to be placated or appeased or moved by entreaty", "unforgiving"], ["persistent", "never-ceasing", "persistent"], ["stern", "not to be placated or appeased or moved by entreaty", "stern"], ["unappeasable", "not to be placated or appeased or moved by entreaty", "unappeasable"], ["grim", "not to be placated or appeased or moved by entreaty", "grim"]]}, {"answer": "reliable", "hint": "synonyms for reliable", "clues": [["authentic", "conforming to fact and therefore worthy of belief", "authentic"], ["dependable", "worthy of being depended on", "dependable"], ["honest", "worthy of being depended on", "honest"], ["true", "worthy of being depended on", "true"]]}, {"answer": "relieved", "hint": "synonyms for relieved", "clues": [["sticking out", "extending out above or beyond a surface or boundary", "sticking out"], ["sticking", "extending out above or beyond a surface or boundary", "sticking"], ["alleviated", "(of pain or sorrow) made easier to bear", "alleviated"], ["projecting", "extending out above or beyond a surface or boundary", "projecting"], ["eased", "(of pain or sorrow) made easier to bear", "eased"], ["protruding", "extending out above or beyond a surface or boundary", "protruding"], ["jutting", "extending out above or beyond a surface or boundary", "jutting"], ["projected", "extending out above or beyond a surface or boundary", "projected"]]}, {"answer": "remaining", "hint": "synonyms for remaining", "clues": [["left", "not used up", "left"], ["unexpended", "not used up", "unexpended"], ["left over", "not used up", "left over"], ["odd", "not used up", "odd"]]}, {"answer": "remedial", "hint": "synonyms for remedial", "clues": [["sanative", "tending to cure or restore to health", "sanative"], ["healing", "tending to cure or restore to health", "healing"], ["therapeutic", "tending to cure or restore to health", "therapeutic"], ["alterative", "tending to cure or restore to health", "alterative"], ["curative", "tending to cure or restore to health", "curative"]]}, {"answer": "remindful", "hint": "synonyms for remindful", "clues": [["evocative", "serving to bring to mind; - Wilder Hobson", "evocative"], ["resonant", "serving to bring to mind; - Wilder Hobson", "resonant"], ["redolent", "serving to bring to mind; - Wilder Hobson", "redolent"], ["reminiscent", "serving to bring to mind; - Wilder Hobson", "reminiscent"]]}, {"answer": "reminiscent", "hint": "synonyms for reminiscent", "clues": [["evocative", "serving to bring to mind; - Wilder Hobson", "evocative"], ["resonant", "serving to bring to mind; - Wilder Hobson", "resonant"], ["remindful", "serving to bring to mind; - Wilder Hobson", "remindful"], ["redolent", "serving to bring to mind; - Wilder Hobson", "redolent"]]}, {"answer": "remote", "hint": "synonyms for remote", "clues": [["distant", "far apart in relevance or relationship or kinship", "distant"], ["removed", "separate or apart in time", "removed"], ["outback", "inaccessible and sparsely populated", "outback"], ["outside", "very unlikely", "outside"]]}, {"answer": "remunerative", "hint": "synonyms for remunerative", "clues": [["salaried", "for which money is paid", "salaried"], ["paying", "for which money is paid", "paying"], ["compensable", "for which money is paid", "compensable"], ["moneymaking", "producing a sizeable profit", "moneymaking"], ["lucrative", "producing a sizeable profit", "lucrative"], ["stipendiary", "for which money is paid", "stipendiary"]]}, {"answer": "renowned", "hint": "synonyms for renowned", "clues": [["notable", "widely known and esteemed", "notable"], ["far-famed", "widely known and esteemed", "far-famed"], ["famous", "widely known and esteemed", "famous"], ["famed", "widely known and esteemed", "famed"], ["noted", "widely known and esteemed", "noted"], ["celebrated", "widely known and esteemed", "celebrated"], ["illustrious", "widely known and esteemed", "illustrious"]]}, {"answer": "repellant", "hint": "synonyms for repellant", "clues": [["repellent", "serving or tending to repel", "repellent"], ["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["rebarbative", "serving or tending to repel", "rebarbative"]]}, {"answer": "repellent", "hint": "synonyms for repellent", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["resistant", "incapable of absorbing or mixing with", "resistant"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["rebarbative", "serving or tending to repel", "rebarbative"]]}, {"answer": "repelling", "hint": "synonyms for repelling", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"]]}, {"answer": "reprehensible", "hint": "synonyms for reprehensible", "clues": [["deplorable", "bringing or deserving severe rebuke or censure", "deplorable"], ["vicious", "bringing or deserving severe rebuke or censure", "vicious"], ["condemnable", "bringing or deserving severe rebuke or censure", "condemnable"], ["criminal", "bringing or deserving severe rebuke or censure", "criminal"]]}, {"answer": "repugnant", "hint": "synonyms for repugnant", "clues": [["repulsive", "offensive to the mind", "repulsive"], ["detestable", "offensive to the mind", "detestable"], ["obscene", "offensive to the mind", "obscene"], ["abhorrent", "offensive to the mind", "abhorrent"]]}, {"answer": "repulsive", "hint": "synonyms for repulsive", "clues": [["abhorrent", "offensive to the mind", "abhorrent"], ["hideous", "so extremely ugly as to be terrifying", "hideous"], ["detestable", "offensive to the mind", "detestable"], ["obscene", "offensive to the mind", "obscene"], ["repugnant", "offensive to the mind", "repugnant"]]}, {"answer": "required", "hint": "synonyms for required", "clues": [["compulsory", "required by rule", "compulsory"], ["needful", "necessary for relief or supply", "needful"], ["needed", "necessary for relief or supply", "needed"], ["requisite", "necessary for relief or supply", "requisite"], ["mandatory", "required by rule", "mandatory"]]}, {"answer": "resistant", "hint": "synonyms for resistant", "clues": [["immune", "relating to or conferring immunity (to disease or infection)", "immune"], ["resistive", "disposed to or engaged in defiance of established authority", "resistive"], ["insubordinate", "disposed to or engaged in defiance of established authority", "insubordinate"], ["tolerant", "able to tolerate environmental conditions or physiological stress", "tolerant"], ["repellent", "incapable of absorbing or mixing with", "repellent"]]}, {"answer": "resonant", "hint": "synonyms for resonant", "clues": [["resonating", "characterized by resonance", "resonating"], ["remindful", "serving to bring to mind; - Wilder Hobson", "remindful"], ["redolent", "serving to bring to mind; - Wilder Hobson", "redolent"], ["evocative", "serving to bring to mind; - Wilder Hobson", "evocative"], ["reverberating", "characterized by resonance", "reverberating"], ["reverberative", "characterized by resonance", "reverberative"], ["resounding", "characterized by resonance", "resounding"], ["reminiscent", "serving to bring to mind; - Wilder Hobson", "reminiscent"]]}, {"answer": "resonating", "hint": "synonyms for resonating", "clues": [["reverberating", "characterized by resonance", "reverberating"], ["reverberative", "characterized by resonance", "reverberative"], ["resonant", "characterized by resonance", "resonant"], ["resounding", "characterized by resonance", "resounding"]]}, {"answer": "resounding", "hint": "synonyms for resounding", "clues": [["resonating", "characterized by resonance", "resonating"], ["reverberating", "characterized by resonance", "reverberating"], ["reverberative", "characterized by resonance", "reverberative"], ["resonant", "characterized by resonance", "resonant"]]}, {"answer": "respectable", "hint": "synonyms for respectable", "clues": [["goodly", "large in amount or extent or degree", "goodly"], ["sizable", "large in amount or extent or degree", "sizable"], ["goodish", "large in amount or extent or degree", "goodish"], ["hefty", "large in amount or extent or degree", "hefty"], ["tidy", "large in amount or extent or degree", "tidy"], ["healthy", "large in amount or extent or degree", "healthy"], ["estimable", "deserving of esteem and respect", "estimable"], ["honorable", "deserving of esteem and respect", "honorable"]]}, {"answer": "restive", "hint": "synonyms for restive", "clues": [["jumpy", "being in a tense state", "jumpy"], ["uptight", "being in a tense state", "uptight"], ["edgy", "being in a tense state", "edgy"], ["overstrung", "being in a tense state", "overstrung"], ["high-strung", "being in a tense state", "high-strung"], ["highly strung", "being in a tense state", "highly strung"], ["nervy", "being in a tense state", "nervy"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "restorative", "hint": "synonyms for restorative", "clues": [["reviving", "tending to impart new life and vigor to", "reviving"], ["revitalising", "tending to impart new life and vigor to", "revitalising"], ["recuperative", "promoting recuperation", "recuperative"], ["renewing", "tending to impart new life and vigor to", "renewing"]]}, {"answer": "restrained", "hint": "synonyms for restrained", "clues": [["guarded", "prudent", "guarded"], ["quiet", "not showy or obtrusive", "quiet"], ["unemotional", "cool and formal in manner", "unemotional"], ["reticent", "cool and formal in manner", "reticent"], ["moderate", "marked by avoidance of extravagance or extremes", "moderate"]]}, {"answer": "restricting", "hint": "synonyms for restricting", "clues": [["confining", "restricting the scope or freedom of action", "confining"], ["limiting", "restricting the scope or freedom of action", "limiting"], ["constrictive", "restricting the scope or freedom of action", "constrictive"], ["constraining", "restricting the scope or freedom of action", "constraining"]]}, {"answer": "resultant", "hint": "synonyms for resultant", "clues": [["consequent", "following or accompanying as a consequence", "consequent"], ["attendant", "following or accompanying as a consequence", "attendant"], ["concomitant", "following or accompanying as a consequence", "concomitant"], ["ensuant", "following or accompanying as a consequence", "ensuant"], ["accompanying", "following or accompanying as a consequence", "accompanying"], ["incidental", "following or accompanying as a consequence", "incidental"], ["sequent", "following or accompanying as a consequence", "sequent"]]}, {"answer": "retaliatory", "hint": "synonyms for retaliatory", "clues": [["vindicatory", "of or relating to or having the nature of retribution", "vindicatory"], ["relatiative", "of or relating to or having the nature of retribution", "relatiative"], ["retributive", "of or relating to or having the nature of retribution", "retributive"], ["retributory", "of or relating to or having the nature of retribution", "retributory"]]}, {"answer": "reticent", "hint": "synonyms for reticent", "clues": [["retiring", "reluctant to draw attention to yourself", "retiring"], ["unemotional", "cool and formal in manner", "unemotional"], ["restrained", "cool and formal in manner", "restrained"], ["untalkative", "temperamentally disinclined to talk", "untalkative"], ["self-effacing", "reluctant to draw attention to yourself", "self-effacing"]]}, {"answer": "retiring", "hint": "synonyms for retiring", "clues": [["past", "of a person who has held and relinquished a position or office", "past"], ["preceding", "of a person who has held and relinquished a position or office", "preceding"], ["reticent", "reluctant to draw attention to yourself", "reticent"], ["unassuming", "not arrogant or presuming", "unassuming"], ["self-effacing", "reluctant to draw attention to yourself", "self-effacing"]]}, {"answer": "retributive", "hint": "synonyms for retributive", "clues": [["vindicatory", "of or relating to or having the nature of retribution", "vindicatory"], ["retributory", "given or inflicted in requital according to merits or deserts", "retributory"], ["retaliatory", "of or relating to or having the nature of retribution", "retaliatory"], ["relatiative", "of or relating to or having the nature of retribution", "relatiative"]]}, {"answer": "retributory", "hint": "synonyms for retributory", "clues": [["vindicatory", "given or inflicted in requital according to merits or deserts", "vindicatory"], ["retributive", "given or inflicted in requital according to merits or deserts", "retributive"], ["retaliatory", "of or relating to or having the nature of retribution", "retaliatory"], ["relatiative", "of or relating to or having the nature of retribution", "relatiative"]]}, {"answer": "revelatory", "hint": "synonyms for revelatory", "clues": [["indicatory", "(usually followed by `of') pointing out or revealing clearly", "indicatory"], ["apocalyptical", "prophetic of devastation or ultimate doom", "apocalyptical"], ["suggestive", "(usually followed by `of') pointing out or revealing clearly", "suggestive"], ["significative", "(usually followed by `of') pointing out or revealing clearly", "significative"], ["indicative", "(usually followed by `of') pointing out or revealing clearly", "indicative"]]}, {"answer": "reverberating", "hint": "synonyms for reverberating", "clues": [["resonating", "characterized by resonance", "resonating"], ["reverberative", "characterized by resonance", "reverberative"], ["resonant", "characterized by resonance", "resonant"], ["resounding", "characterized by resonance", "resounding"]]}, {"answer": "reverberative", "hint": "synonyms for reverberative", "clues": [["resonating", "characterized by resonance", "resonating"], ["reverberating", "characterized by resonance", "reverberating"], ["resonant", "characterized by resonance", "resonant"], ["resounding", "characterized by resonance", "resounding"]]}, {"answer": "revitalising", "hint": "synonyms for revitalising", "clues": [["reviving", "tending to impart new life and vigor to", "reviving"], ["restorative", "tending to impart new life and vigor to", "restorative"], ["renewing", "tending to impart new life and vigor to", "renewing"], ["revitalizing", "tending to impart new life and vigor to", "revitalizing"]]}, {"answer": "revitalizing", "hint": "synonyms for revitalizing", "clues": [["revitalising", "tending to impart new life and vigor to", "revitalising"], ["restorative", "tending to impart new life and vigor to", "restorative"], ["renewing", "tending to impart new life and vigor to", "renewing"], ["reviving", "tending to impart new life and vigor to", "reviving"]]}, {"answer": "revolting", "hint": "synonyms for revolting", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"]]}, {"answer": "rhapsodic", "hint": "synonyms for rhapsodic", "clues": [["enraptured", "feeling great rapture or delight", "enraptured"], ["rapturous", "feeling great rapture or delight", "rapturous"], ["rapt", "feeling great rapture or delight", "rapt"], ["ecstatic", "feeling great rapture or delight", "ecstatic"]]}, {"answer": "rheumatic", "hint": "synonyms for rheumatic", "clues": [["creaky", "of or pertaining to arthritis", "creaky"], ["rheumatoid", "of or pertaining to arthritis", "rheumatoid"], ["arthritic", "of or pertaining to arthritis", "arthritic"], ["rheumy", "of or pertaining to arthritis", "rheumy"]]}, {"answer": "rheumatoid", "hint": "synonyms for rheumatoid", "clues": [["creaky", "of or pertaining to arthritis", "creaky"], ["rheumatic", "of or pertaining to arthritis", "rheumatic"], ["arthritic", "of or pertaining to arthritis", "arthritic"], ["rheumy", "of or pertaining to arthritis", "rheumy"]]}, {"answer": "rheumy", "hint": "synonyms for rheumy", "clues": [["creaky", "of or pertaining to arthritis", "creaky"], ["rheumatoid", "of or pertaining to arthritis", "rheumatoid"], ["rheumatic", "of or pertaining to arthritis", "rheumatic"], ["arthritic", "of or pertaining to arthritis", "arthritic"]]}, {"answer": "rich", "hint": "synonyms for rich", "clues": [["ample", "affording an abundant supply", "ample"], ["deep", "strong; intense", "deep"], ["racy", "marked by richness and fullness of flavor", "racy"], ["robust", "marked by richness and fullness of flavor", "robust"], ["full-bodied", "marked by richness and fullness of flavor", "full-bodied"], ["productive", "marked by great fruitfulness", "productive"], ["fertile", "marked by great fruitfulness", "fertile"], ["plenteous", "affording an abundant supply", "plenteous"], ["copious", "affording an abundant supply", "copious"], ["plentiful", "affording an abundant supply", "plentiful"], ["fat", "marked by great fruitfulness", "fat"]]}, {"answer": "rickety", "hint": "synonyms for rickety", "clues": [["weakly", "lacking bodily or muscular strength or vitality", "weakly"], ["decrepit", "lacking bodily or muscular strength or vitality", "decrepit"], ["infirm", "lacking bodily or muscular strength or vitality", "infirm"], ["wobbly", "inclined to shake as from weakness or defect", "wobbly"], ["feeble", "lacking bodily or muscular strength or vitality", "feeble"], ["wonky", "inclined to shake as from weakness or defect", "wonky"], ["rachitic", "affected with, suffering from, or characteristic of rickets", "rachitic"], ["sapless", "lacking bodily or muscular strength or vitality", "sapless"], ["debile", "lacking bodily or muscular strength or vitality", "debile"], ["shaky", "inclined to shake as from weakness or defect", "shaky"]]}, {"answer": "ridiculous", "hint": "synonyms for ridiculous", "clues": [["pathetic", "inspiring scornful pity; - Dashiell Hammett", "pathetic"], ["preposterous", "incongruous;inviting ridicule", "preposterous"], ["silly", "inspiring scornful pity; - Dashiell Hammett", "silly"], ["absurd", "incongruous;inviting ridicule", "absurd"], ["laughable", "incongruous;inviting ridicule", "laughable"], ["ludicrous", "incongruous;inviting ridicule", "ludicrous"], ["nonsensical", "incongruous;inviting ridicule", "nonsensical"], ["derisory", "incongruous;inviting ridicule", "derisory"], ["farcical", "broadly or extravagantly humorous; resembling farce", "farcical"], ["cockeyed", "incongruous;inviting ridicule", "cockeyed"], ["idiotic", "incongruous;inviting ridicule", "idiotic"]]}, {"answer": "rife", "hint": "synonyms for rife", "clues": [["dominant", "most frequent or common", "dominant"], ["overabundant", "excessively abundant", "overabundant"], ["prevailing", "most frequent or common", "prevailing"], ["plethoric", "excessively abundant", "plethoric"], ["prevalent", "most frequent or common", "prevalent"], ["predominant", "most frequent or common", "predominant"]]}, {"answer": "right", "hint": "synonyms for right", "clues": [["correct", "correct in opinion or judgment", "correct"], ["proper", "appropriate for a condition or purpose or occasion or a person's character, needs", "proper"], ["good", "most suitable or right for a particular purpose", "good"], ["right-hand", "intended for the right hand", "right-hand"], ["veracious", "precisely accurate", "veracious"], ["ripe", "most suitable or right for a particular purpose", "ripe"]]}, {"answer": "right-down", "hint": "synonyms for right-down", "clues": [["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers", "sheer"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers", "absolute"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers", "out-and-out"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers", "rank"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers", "downright"]]}, {"answer": "rigid", "hint": "synonyms for rigid", "clues": [["stiff", "incapable of or resistant to bending", "stiff"], ["fixed", "fixed and unmoving; ; - Connor Cruise O'Brien", "fixed"], ["set", "fixed and unmoving; ; - Connor Cruise O'Brien", "set"], ["inflexible", "incapable of adapting or changing to meet circumstances", "inflexible"], ["unbending", "incapable of adapting or changing to meet circumstances", "unbending"], ["strict", "incapable of compromise or flexibility", "strict"]]}, {"answer": "riled", "hint": "synonyms for riled", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["steamed", "aroused to impatience or anger", "steamed"], ["roiled", "aroused to impatience or anger", "roiled"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"]]}, {"answer": "ring-shaped", "hint": "synonyms for ring-shaped", "clues": [["annulate", "shaped like a ring", "annulate"], ["circinate", "shaped like a ring", "circinate"], ["ringed", "shaped like a ring", "ringed"], ["annular", "shaped like a ring", "annular"], ["doughnut-shaped", "shaped like a ring", "doughnut-shaped"]]}, {"answer": "ringed", "hint": "synonyms for ringed", "clues": [["annulate", "shaped like a ring", "annulate"], ["ring-shaped", "shaped like a ring", "ring-shaped"], ["circinate", "shaped like a ring", "circinate"], ["annular", "shaped like a ring", "annular"], ["doughnut-shaped", "shaped like a ring", "doughnut-shaped"]]}, {"answer": "riotous", "hint": "synonyms for riotous", "clues": [["exuberant", "produced or growing in extreme abundance", "exuberant"], ["luxuriant", "produced or growing in extreme abundance", "luxuriant"], ["disruptive", "characterized by unrest or disorder or insubordination", "disruptive"], ["profuse", "produced or growing in extreme abundance", "profuse"], ["turbulent", "characterized by unrest or disorder or insubordination", "turbulent"], ["troubled", "characterized by unrest or disorder or insubordination", "troubled"], ["tumultuous", "characterized by unrest or disorder or insubordination", "tumultuous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["fast", "unrestrained by convention or morality", "fast"], ["debauched", "unrestrained by convention or morality", "debauched"], ["libertine", "unrestrained by convention or morality", "libertine"], ["lush", "produced or growing in extreme abundance", "lush"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "ripe", "hint": "synonyms for ripe", "clues": [["good", "most suitable or right for a particular purpose", "good"], ["advanced", "far along in time", "advanced"], ["right", "most suitable or right for a particular purpose", "right"], ["mature", "fully developed or matured and ready to be eaten or used", "mature"]]}, {"answer": "rippled", "hint": "synonyms for rippled", "clues": [["wavelike", "uneven by virtue of having wrinkles or waves", "wavelike"], ["crinkly", "uneven by virtue of having wrinkles or waves", "crinkly"], ["wavy", "uneven by virtue of having wrinkles or waves", "wavy"], ["ruffled", "shaken into waves or undulations as by wind", "ruffled"], ["crinkled", "uneven by virtue of having wrinkles or waves", "crinkled"]]}, {"answer": "risible", "hint": "synonyms for risible", "clues": [["comic", "arousing or provoking laughter", "comic"], ["comical", "arousing or provoking laughter", "comical"], ["funny", "arousing or provoking laughter", "funny"], ["amusing", "arousing or provoking laughter", "amusing"], ["mirthful", "arousing or provoking laughter", "mirthful"], ["laughable", "arousing or provoking laughter", "laughable"]]}, {"answer": "risky", "hint": "synonyms for risky", "clues": [["wild", "involving risk or danger", "wild"], ["high-risk", "not financially safe or secure", "high-risk"], ["bad", "not financially safe or secure", "bad"], ["hazardous", "involving risk or danger", "hazardous"], ["speculative", "not financially safe or secure", "speculative"]]}, {"answer": "risque", "hint": "synonyms for risque", "clues": [["gamey", "suggestive of sexual impropriety", "gamey"], ["racy", "suggestive of sexual impropriety", "racy"], ["juicy", "suggestive of sexual impropriety", "juicy"], ["spicy", "suggestive of sexual impropriety", "spicy"], ["blue", "suggestive of sexual impropriety", "blue"], ["naughty", "suggestive of sexual impropriety", "naughty"]]}, {"answer": "riveting", "hint": "synonyms for riveting", "clues": [["fascinating", "capable of arousing and holding the attention", "fascinating"], ["gripping", "capable of arousing and holding the attention", "gripping"], ["engrossing", "capable of arousing and holding the attention", "engrossing"], ["absorbing", "capable of arousing and holding the attention", "absorbing"]]}, {"answer": "roadless", "hint": "synonyms for roadless", "clues": [["untrodden", "lacking pathways", "untrodden"], ["pathless", "lacking pathways", "pathless"], ["trackless", "lacking pathways", "trackless"], ["untracked", "lacking pathways", "untracked"], ["untrod", "lacking pathways", "untrod"]]}, {"answer": "roaring", "hint": "synonyms for roaring", "clues": [["palmy", "very lively and profitable", "palmy"], ["prospering", "very lively and profitable", "prospering"], ["thriving", "very lively and profitable", "thriving"], ["booming", "very lively and profitable", "booming"], ["prosperous", "very lively and profitable", "prosperous"], ["flourishing", "very lively and profitable", "flourishing"]]}, {"answer": "robed", "hint": "synonyms for robed", "clues": [["dressed", "dressed or clothed especially in fine attire; often used in combination", "dressed"], ["garmented", "dressed or clothed especially in fine attire; often used in combination", "garmented"], ["garbed", "dressed or clothed especially in fine attire; often used in combination", "garbed"], ["attired", "dressed or clothed especially in fine attire; often used in combination", "attired"], ["habilimented", "dressed or clothed especially in fine attire; often used in combination", "habilimented"], ["appareled", "dressed or clothed especially in fine attire; often used in combination", "appareled"]]}, {"answer": "robotic", "hint": "synonyms for robotic", "clues": [["machinelike", "resembling the unthinking functioning of a machine", "machinelike"], ["automatic", "resembling the unthinking functioning of a machine", "automatic"], ["robotlike", "resembling the unthinking functioning of a machine", "robotlike"], ["automatonlike", "resembling the unthinking functioning of a machine", "automatonlike"]]}, {"answer": "robotlike", "hint": "synonyms for robotlike", "clues": [["machinelike", "resembling the unthinking functioning of a machine", "machinelike"], ["automatic", "resembling the unthinking functioning of a machine", "automatic"], ["robotic", "resembling the unthinking functioning of a machine", "robotic"], ["automatonlike", "resembling the unthinking functioning of a machine", "automatonlike"]]}, {"answer": "robustious", "hint": "synonyms for robustious", "clues": [["boisterous", "noisy and lacking in restraint or discipline", "boisterous"], ["rambunctious", "noisy and lacking in restraint or discipline", "rambunctious"], ["rumbustious", "noisy and lacking in restraint or discipline", "rumbustious"], ["unruly", "noisy and lacking in restraint or discipline", "unruly"]]}, {"answer": "rocky", "hint": "synonyms for rocky", "clues": [["jolting", "causing or characterized by jolts and irregular movements", "jolting"], ["stony", "abounding in rocks or stones", "stony"], ["bumpy", "causing or characterized by jolts and irregular movements", "bumpy"], ["jolty", "causing or characterized by jolts and irregular movements", "jolty"], ["bouldered", "abounding in rocks or stones", "bouldered"], ["rough", "full of hardship or trials", "rough"], ["bouldery", "abounding in rocks or stones", "bouldery"], ["jumpy", "causing or characterized by jolts and irregular movements", "jumpy"]]}, {"answer": "roguish", "hint": "synonyms for roguish", "clues": [["rascally", "playful in an appealingly bold way", "rascally"], ["devilish", "playful in an appealingly bold way", "devilish"], ["blackguardly", "lacking principles or scruples; ; - W.M. Thackaray", "blackguardly"], ["scoundrelly", "lacking principles or scruples; ; - W.M. Thackaray", "scoundrelly"]]}, {"answer": "roiled", "hint": "synonyms for roiled", "clues": [["roiling", "(of a liquid) agitated vigorously; in a state of turbulence", "roiling"], ["nettled", "aroused to impatience or anger", "nettled"], ["churning", "(of a liquid) agitated vigorously; in a state of turbulence", "churning"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["riled", "aroused to impatience or anger", "riled"], ["steamed", "aroused to impatience or anger", "steamed"], ["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence", "turbulent"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"], ["roily", "(of a liquid) agitated vigorously; in a state of turbulence", "roily"]]}, {"answer": "roiling", "hint": "synonyms for roiling", "clues": [["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence", "turbulent"], ["roily", "(of a liquid) agitated vigorously; in a state of turbulence", "roily"], ["churning", "(of a liquid) agitated vigorously; in a state of turbulence", "churning"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence", "roiled"]]}, {"answer": "roily", "hint": "synonyms for roily", "clues": [["roiling", "(of a liquid) agitated vigorously; in a state of turbulence", "roiling"], ["turbulent", "(of a liquid) agitated vigorously; in a state of turbulence", "turbulent"], ["churning", "(of a liquid) agitated vigorously; in a state of turbulence", "churning"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence", "roiled"]]}, {"answer": "rolled", "hint": "synonyms for rolled", "clues": [["involute", "especially of petals or leaves in bud; having margins rolled inward", "involute"], ["furled", "rolled up and secured", "furled"], ["trilled", "uttered with a trill", "trilled"], ["rolling", "uttered with a trill", "rolling"]]}, {"answer": "rollicking", "hint": "synonyms for rollicking", "clues": [["frolicsome", "given to merry frolicking", "frolicsome"], ["sportive", "given to merry frolicking", "sportive"], ["coltish", "given to merry frolicking", "coltish"], ["frolicky", "given to merry frolicking", "frolicky"]]}, {"answer": "roly-poly", "hint": "synonyms for roly-poly", "clues": [["tubby", "short and plump", "tubby"], ["pudgy", "short and plump", "pudgy"], ["dumpy", "short and plump", "dumpy"], ["podgy", "short and plump", "podgy"]]}, {"answer": "roman", "hint": "synonyms for roman", "clues": [["papistical", "of or relating to or supporting Romanism", "papistical"], ["romish", "of or relating to or supporting Romanism", "romish"], ["popish", "of or relating to or supporting Romanism", "popish"], ["papist", "of or relating to or supporting Romanism", "papist"]]}, {"answer": "roman_catholic", "hint": "synonyms for roman catholic", "clues": [["papistical", "of or relating to or supporting Romanism", "papistical"], ["romish", "of or relating to or supporting Romanism", "romish"], ["popish", "of or relating to or supporting Romanism", "popish"], ["papist", "of or relating to or supporting Romanism", "papist"]]}, {"answer": "romanist", "hint": "synonyms for romanist", "clues": [["papistical", "of or relating to or supporting Romanism", "papistical"], ["romish", "of or relating to or supporting Romanism", "romish"], ["popish", "of or relating to or supporting Romanism", "popish"], ["papist", "of or relating to or supporting Romanism", "papist"]]}, {"answer": "romantic", "hint": "synonyms for romantic", "clues": [["amorous", "expressive of or exciting sexual love or romance", "amorous"], ["romanticist", "belonging to or characteristic of Romanticism or the Romantic Movement in the arts", "romanticist"], ["amatory", "expressive of or exciting sexual love or romance", "amatory"], ["quixotic", "not sensible about practical matters; idealistic and unrealistic", "quixotic"], ["wild-eyed", "not sensible about practical matters; idealistic and unrealistic", "wild-eyed"]]}, {"answer": "rosy", "hint": "synonyms for rosy", "clues": [["rosy-cheeked", "having the pinkish flush of health", "rosy-cheeked"], ["blushful", "of blush color", "blushful"], ["fortunate", "presaging good fortune", "fortunate"], ["rose-colored", "reflecting optimism", "rose-colored"], ["flushed", "having the pinkish flush of health", "flushed"]]}, {"answer": "rotten", "hint": "synonyms for rotten", "clues": [["stinking", "very bad", "stinking"], ["icky", "very bad", "icky"], ["stinky", "very bad", "stinky"], ["lousy", "very bad", "lousy"], ["crappy", "very bad", "crappy"], ["decayed", "damaged by decay; hence unsound and useless", "decayed"], ["rotted", "damaged by decay; hence unsound and useless", "rotted"], ["shitty", "very bad", "shitty"]]}, {"answer": "rotund", "hint": "synonyms for rotund", "clues": [["weighty", "excessively fat", "weighty"], ["corpulent", "excessively fat", "corpulent"], ["pear-shaped", "(of sounds) full and rich", "pear-shaped"], ["obese", "excessively fat", "obese"], ["orotund", "(of sounds) full and rich", "orotund"], ["round", "(of sounds) full and rich", "round"]]}, {"answer": "rough", "hint": "synonyms for rough", "clues": [["jolting", "causing or characterized by jolts and irregular movements", "jolting"], ["approximate", "not quite exact or correct", "approximate"], ["jolty", "causing or characterized by jolts and irregular movements", "jolty"], ["unsmooth", "having or caused by an irregular surface", "unsmooth"], ["rocky", "causing or characterized by jolts and irregular movements", "rocky"], ["rasping", "unpleasantly harsh or grating in sound", "rasping"], ["raspy", "unpleasantly harsh or grating in sound", "raspy"], ["uncut", "not shaped by cutting or trimming", "uncut"], ["grating", "unpleasantly harsh or grating in sound", "grating"], ["pugnacious", "ready and able to resort to force or violence; - Herman Melville", "pugnacious"], ["fierce", "violently agitated and turbulent; ; - Ezra Pound", "fierce"], ["bumpy", "causing or characterized by jolts and irregular movements", "bumpy"], ["harsh", "unkind or cruel or uncivil", "harsh"], ["gravelly", "unpleasantly harsh or grating in sound", "gravelly"], ["boisterous", "violently agitated and turbulent; ; - Ezra Pound", "boisterous"], ["crude", "not carefully or expertly made", "crude"], ["jumpy", "causing or characterized by jolts and irregular movements", "jumpy"], ["scratchy", "unpleasantly harsh or grating in sound", "scratchy"]]}, {"answer": "rough-cut", "hint": "synonyms for rough-cut", "clues": [["coarse", "lacking refinement or cultivation or taste", "coarse"], ["uncouth", "lacking refinement or cultivation or taste", "uncouth"], ["common", "lacking refinement or cultivation or taste", "common"], ["roughhewn", "of stone or timber; shaped roughly without finishing", "roughhewn"], ["vulgar", "lacking refinement or cultivation or taste", "vulgar"]]}, {"answer": "roughshod", "hint": "synonyms for roughshod", "clues": [["savage", "(of persons or their actions) able or disposed to inflict pain or suffering", "savage"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering", "barbarous"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering", "cruel"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering", "vicious"], ["heavy-handed", "unjustly domineering", "heavy-handed"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering", "brutal"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering", "fell"]]}, {"answer": "round-backed", "hint": "synonyms for round-backed", "clues": [["stooped", "having the back and shoulders rounded; not erect", "stooped"], ["round-shouldered", "having the back and shoulders rounded; not erect", "round-shouldered"], ["crooked", "having the back and shoulders rounded; not erect", "crooked"], ["hunched", "having the back and shoulders rounded; not erect", "hunched"], ["stooping", "having the back and shoulders rounded; not erect", "stooping"]]}, {"answer": "round-eyed", "hint": "synonyms for round-eyed", "clues": [["childlike", "exhibiting childlike simplicity and credulity", "childlike"], ["simple", "exhibiting childlike simplicity and credulity", "simple"], ["wide-eyed", "exhibiting childlike simplicity and credulity", "wide-eyed"], ["saucer-eyed", "having large round wide-open eyes", "saucer-eyed"], ["dewy-eyed", "exhibiting childlike simplicity and credulity", "dewy-eyed"]]}, {"answer": "round-shouldered", "hint": "synonyms for round-shouldered", "clues": [["stooped", "having the back and shoulders rounded; not erect", "stooped"], ["round-backed", "having the back and shoulders rounded; not erect", "round-backed"], ["crooked", "having the back and shoulders rounded; not erect", "crooked"], ["hunched", "having the back and shoulders rounded; not erect", "hunched"], ["stooping", "having the back and shoulders rounded; not erect", "stooping"]]}, {"answer": "round_the_bend", "hint": "synonyms for round the bend", "clues": [["loco", "informal or slang terms for mentally irregular", "loco"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["around the bend", "informal or slang terms for mentally irregular", "around the bend"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["whacky", "informal or slang terms for mentally irregular", "whacky"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "routine", "hint": "synonyms for routine", "clues": [["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant", "quotidian"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant", "everyday"], ["mundane", "found in the ordinary course of events; ; ; - Anita Diamant", "mundane"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant", "unremarkable"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant", "workaday"]]}, {"answer": "roving", "hint": "synonyms for roving", "clues": [["nomadic", "migratory", "nomadic"], ["wandering", "migratory", "wandering"], ["peregrine", "migratory", "peregrine"], ["mobile", "migratory", "mobile"]]}, {"answer": "royal", "hint": "synonyms for royal", "clues": [["majestic", "belonging to or befitting a supreme ruler", "majestic"], ["imperial", "belonging to or befitting a supreme ruler", "imperial"], ["purple", "belonging to or befitting a supreme ruler", "purple"], ["regal", "belonging to or befitting a supreme ruler", "regal"]]}, {"answer": "ruby", "hint": "synonyms for ruby", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "ruby-red", "hint": "synonyms for ruby-red", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "rudderless", "hint": "synonyms for rudderless", "clues": [["afloat", "aimlessly drifting", "afloat"], ["aimless", "aimlessly drifting", "aimless"], ["directionless", "aimlessly drifting", "directionless"], ["adrift", "aimlessly drifting", "adrift"], ["planless", "aimlessly drifting", "planless"], ["undirected", "aimlessly drifting", "undirected"]]}, {"answer": "ruddy", "hint": "synonyms for ruddy", "clues": [["sanguine", "inclined to a healthy reddish color often associated with outdoor life", "sanguine"], ["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["florid", "inclined to a healthy reddish color often associated with outdoor life", "florid"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["rubicund", "inclined to a healthy reddish color often associated with outdoor life", "rubicund"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["scarlet", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "scarlet"]]}, {"answer": "rude", "hint": "synonyms for rude", "clues": [["uncivil", "lacking civility or good manners; - Willa Cather", "uncivil"], ["natural", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes", "natural"], ["yokelish", "(of persons) lacking in refinement or grace", "yokelish"], ["bad-mannered", "socially incorrect in behavior", "bad-mannered"], ["unmannered", "socially incorrect in behavior", "unmannered"], ["primitive", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness", "primitive"], ["unmannerly", "socially incorrect in behavior", "unmannerly"], ["ill-bred", "(of persons) lacking in refinement or grace", "ill-bred"], ["underbred", "(of persons) lacking in refinement or grace", "underbred"], ["bounderish", "(of persons) lacking in refinement or grace", "bounderish"], ["raw", "(used especially of commodities) being unprocessed or manufactured using only simple or minimal processes", "raw"], ["ill-mannered", "socially incorrect in behavior", "ill-mannered"], ["crude", "belonging to an early stage of technical development; characterized by simplicity and (often) crudeness", "crude"], ["lowbred", "(of persons) lacking in refinement or grace", "lowbred"]]}, {"answer": "ruined", "hint": "synonyms for ruined", "clues": [["sunk", "doomed to extinction", "sunk"], ["finished", "brought to ruin", "finished"], ["done for", "doomed to extinction", "done for"], ["undone", "doomed to extinction", "undone"], ["washed-up", "doomed to extinction", "washed-up"], ["destroyed", "destroyed physically or morally", "destroyed"]]}, {"answer": "rum", "hint": "synonyms for rum", "clues": [["odd", "beyond or deviating from the usual or expected", "odd"], ["queer", "beyond or deviating from the usual or expected", "queer"], ["peculiar", "beyond or deviating from the usual or expected", "peculiar"], ["curious", "beyond or deviating from the usual or expected", "curious"], ["funny", "beyond or deviating from the usual or expected", "funny"], ["singular", "beyond or deviating from the usual or expected", "singular"], ["rummy", "beyond or deviating from the usual or expected", "rummy"]]}, {"answer": "rumbustious", "hint": "synonyms for rumbustious", "clues": [["boisterous", "noisy and lacking in restraint or discipline", "boisterous"], ["rambunctious", "noisy and lacking in restraint or discipline", "rambunctious"], ["unruly", "noisy and lacking in restraint or discipline", "unruly"], ["robustious", "noisy and lacking in restraint or discipline", "robustious"]]}, {"answer": "ruminative", "hint": "synonyms for ruminative", "clues": [["contemplative", "deeply or seriously thoughtful", "contemplative"], ["pensive", "deeply or seriously thoughtful", "pensive"], ["brooding", "deeply or seriously thoughtful", "brooding"], ["pondering", "deeply or seriously thoughtful", "pondering"], ["reflective", "deeply or seriously thoughtful", "reflective"], ["meditative", "deeply or seriously thoughtful", "meditative"], ["broody", "deeply or seriously thoughtful", "broody"], ["musing", "deeply or seriously thoughtful", "musing"]]}, {"answer": "rummy", "hint": "synonyms for rummy", "clues": [["rum", "beyond or deviating from the usual or expected", "rum"], ["odd", "beyond or deviating from the usual or expected", "odd"], ["queer", "beyond or deviating from the usual or expected", "queer"], ["peculiar", "beyond or deviating from the usual or expected", "peculiar"], ["curious", "beyond or deviating from the usual or expected", "curious"], ["funny", "beyond or deviating from the usual or expected", "funny"], ["singular", "beyond or deviating from the usual or expected", "singular"]]}, {"answer": "run-down", "hint": "synonyms for run-down", "clues": [["flea-bitten", "worn and broken down by hard use", "flea-bitten"], ["decrepit", "worn and broken down by hard use", "decrepit"], ["woebegone", "worn and broken down by hard use", "woebegone"], ["creaky", "worn and broken down by hard use", "creaky"], ["derelict", "worn and broken down by hard use", "derelict"]]}, {"answer": "running", "hint": "synonyms for running", "clues": [["linear", "measured lengthwise", "linear"], ["functional", "(of e.g. a machine) performing or capable of performing", "functional"], ["working", "(of e.g. a machine) performing or capable of performing", "working"], ["operative", "(of e.g. a machine) performing or capable of performing", "operative"]]}, {"answer": "runty", "hint": "synonyms for runty", "clues": [["puny", "(used especially of persons) of inferior size", "puny"], ["sawn-off", "well below average height", "sawn-off"], ["shrimpy", "(used especially of persons) of inferior size", "shrimpy"], ["pint-size", "well below average height", "pint-size"], ["sawed-off", "well below average height", "sawed-off"]]}, {"answer": "rustic", "hint": "synonyms for rustic", "clues": [["countryfied", "characteristic of rural life", "countryfied"], ["hick", "awkwardly simple and provincial", "hick"], ["agrestic", "characteristic of the fields or country", "agrestic"], ["unsophisticated", "awkwardly simple and provincial", "unsophisticated"], ["bumpkinly", "awkwardly simple and provincial", "bumpkinly"]]}, {"answer": "rusty", "hint": "synonyms for rusty", "clues": [["hoary", "ancient", "hoary"], ["out of practice", "impaired in skill by neglect", "out of practice"], ["rust", "of the brown color of rust", "rust"], ["rust-brown", "of the brown color of rust", "rust-brown"]]}, {"answer": "ruttish", "hint": "synonyms for ruttish", "clues": [["steamy", "feeling great sexual desire", "steamy"], ["aroused", "feeling great sexual desire", "aroused"], ["turned on", "feeling great sexual desire", "turned on"], ["horny", "feeling great sexual desire", "horny"], ["randy", "feeling great sexual desire", "randy"]]}, {"answer": "sacked", "hint": "synonyms for sacked", "clues": [["raped", "having been robbed and destroyed by force and violence", "raped"], ["ravaged", "having been robbed and destroyed by force and violence", "ravaged"], ["despoiled", "having been robbed and destroyed by force and violence", "despoiled"], ["pillaged", "having been robbed and destroyed by force and violence", "pillaged"]]}, {"answer": "sad", "hint": "synonyms for sad", "clues": [["distressing", "bad; unfortunate", "distressing"], ["deplorable", "bad; unfortunate", "deplorable"], ["sorry", "bad; unfortunate", "sorry"], ["lamentable", "bad; unfortunate", "lamentable"], ["pitiful", "bad; unfortunate", "pitiful"]]}, {"answer": "sainted", "hint": "synonyms for sainted", "clues": [["beatific", "marked by utter benignity; resembling or befitting an angel or saint", "beatific"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint", "saintlike"], ["angelical", "marked by utter benignity; resembling or befitting an angel or saint", "angelical"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint", "saintly"]]}, {"answer": "saintlike", "hint": "synonyms for saintlike", "clues": [["beatific", "marked by utter benignity; resembling or befitting an angel or saint", "beatific"], ["angelical", "marked by utter benignity; resembling or befitting an angel or saint", "angelical"], ["saintly", "marked by utter benignity; resembling or befitting an angel or saint", "saintly"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint", "sainted"]]}, {"answer": "saintly", "hint": "synonyms for saintly", "clues": [["beatific", "marked by utter benignity; resembling or befitting an angel or saint", "beatific"], ["saintlike", "marked by utter benignity; resembling or befitting an angel or saint", "saintlike"], ["angelical", "marked by utter benignity; resembling or befitting an angel or saint", "angelical"], ["sainted", "marked by utter benignity; resembling or befitting an angel or saint", "sainted"]]}, {"answer": "salacious", "hint": "synonyms for salacious", "clues": [["lustful", "characterized by lust", "lustful"], ["prurient", "characterized by lust", "prurient"], ["obscene", "suggestive of or tending to moral looseness", "obscene"], ["lewd", "suggestive of or tending to moral looseness", "lewd"], ["raunchy", "suggestive of or tending to moral looseness", "raunchy"], ["lubricious", "characterized by lust", "lubricious"]]}, {"answer": "salaried", "hint": "synonyms for salaried", "clues": [["paying", "for which money is paid", "paying"], ["compensable", "for which money is paid", "compensable"], ["stipendiary", "receiving or eligible for compensation", "stipendiary"], ["remunerative", "for which money is paid", "remunerative"], ["compensated", "receiving or eligible for compensation", "compensated"]]}, {"answer": "salient", "hint": "synonyms for salient", "clues": [["prominent", "having a quality that thrusts itself into attention", "prominent"], ["spectacular", "having a quality that thrusts itself into attention", "spectacular"], ["outstanding", "having a quality that thrusts itself into attention", "outstanding"], ["striking", "having a quality that thrusts itself into attention", "striking"]]}, {"answer": "sanative", "hint": "synonyms for sanative", "clues": [["remedial", "tending to cure or restore to health", "remedial"], ["healing", "tending to cure or restore to health", "healing"], ["therapeutic", "tending to cure or restore to health", "therapeutic"], ["alterative", "tending to cure or restore to health", "alterative"], ["curative", "tending to cure or restore to health", "curative"]]}, {"answer": "sanctimonious", "hint": "synonyms for sanctimonious", "clues": [["pietistic", "excessively or hypocritically pious", "pietistic"], ["holier-than-thou", "excessively or hypocritically pious", "holier-than-thou"], ["self-righteous", "excessively or hypocritically pious", "self-righteous"], ["pharisaical", "excessively or hypocritically pious", "pharisaical"]]}, {"answer": "sand-blind", "hint": "synonyms for sand-blind", "clues": [["purblind", "having greatly reduced vision", "purblind"], ["dim-sighted", "having greatly reduced vision", "dim-sighted"], ["visually impaired", "having greatly reduced vision", "visually impaired"], ["visually challenged", "having greatly reduced vision", "visually challenged"], ["near-blind", "having greatly reduced vision", "near-blind"]]}, {"answer": "sanguinary", "hint": "synonyms for sanguinary", "clues": [["bloody-minded", "marked by eagerness to resort to violence and bloodshed; ; ; -G.W.Johnson", "bloody-minded"], ["butcherly", "accompanied by bloodshed", "butcherly"], ["gory", "accompanied by bloodshed", "gory"], ["bloodthirsty", "marked by eagerness to resort to violence and bloodshed; ; ; -G.W.Johnson", "bloodthirsty"], ["sanguineous", "accompanied by bloodshed", "sanguineous"], ["slaughterous", "accompanied by bloodshed", "slaughterous"]]}, {"answer": "sanguineous", "hint": "synonyms for sanguineous", "clues": [["sanguinary", "accompanied by bloodshed", "sanguinary"], ["butcherly", "accompanied by bloodshed", "butcherly"], ["slaughterous", "accompanied by bloodshed", "slaughterous"], ["gory", "accompanied by bloodshed", "gory"]]}, {"answer": "sapid", "hint": "synonyms for sapid", "clues": [["flavoursome", "full of flavor", "flavoursome"], ["saporous", "full of flavor", "saporous"], ["flavourful", "full of flavor", "flavourful"], ["flavourous", "full of flavor", "flavourous"]]}, {"answer": "sapless", "hint": "synonyms for sapless", "clues": [["weakly", "lacking bodily or muscular strength or vitality", "weakly"], ["decrepit", "lacking bodily or muscular strength or vitality", "decrepit"], ["infirm", "lacking bodily or muscular strength or vitality", "infirm"], ["rickety", "lacking bodily or muscular strength or vitality", "rickety"], ["feeble", "lacking bodily or muscular strength or vitality", "feeble"], ["debile", "lacking bodily or muscular strength or vitality", "debile"]]}, {"answer": "saporous", "hint": "synonyms for saporous", "clues": [["flavoursome", "full of flavor", "flavoursome"], ["flavourful", "full of flavor", "flavourful"], ["flavourous", "full of flavor", "flavourous"], ["sapid", "full of flavor", "sapid"]]}, {"answer": "sappy", "hint": "synonyms for sappy", "clues": [["goofy", "ludicrous, foolish", "goofy"], ["whacky", "ludicrous, foolish", "whacky"], ["silly", "ludicrous, foolish", "silly"], ["zany", "ludicrous, foolish", "zany"], ["cockamamy", "ludicrous, foolish", "cockamamy"], ["cockamamie", "ludicrous, foolish", "cockamamie"]]}, {"answer": "sassy", "hint": "synonyms for sassy", "clues": [["impudent", "improperly forward or bold", "impudent"], ["smart", "improperly forward or bold", "smart"], ["saucy", "improperly forward or bold", "saucy"], ["fresh", "improperly forward or bold", "fresh"], ["impertinent", "improperly forward or bold", "impertinent"], ["wise", "improperly forward or bold", "wise"], ["overbold", "improperly forward or bold", "overbold"]]}, {"answer": "satanic", "hint": "synonyms for satanic", "clues": [["diabolic", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolic"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell", "demonic"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell", "hellish"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell", "fiendish"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell", "infernal"], ["unholy", "extremely evil or cruel; expressive of cruelty or befitting hell", "unholy"]]}, {"answer": "satiny", "hint": "synonyms for satiny", "clues": [["silky", "having a smooth, gleaming surface reflecting light", "silky"], ["silken", "having a smooth, gleaming surface reflecting light", "silken"], ["silklike", "having a smooth, gleaming surface reflecting light", "silklike"], ["sleek", "having a smooth, gleaming surface reflecting light", "sleek"], ["slick", "having a smooth, gleaming surface reflecting light", "slick"]]}, {"answer": "satisfying", "hint": "synonyms for satisfying", "clues": [["hearty", "providing abundant nourishment", "hearty"], ["solid", "providing abundant nourishment", "solid"], ["comforting", "providing freedom from worry", "comforting"], ["substantial", "providing abundant nourishment", "substantial"], ["square", "providing abundant nourishment", "square"], ["cheering", "providing freedom from worry", "cheering"]]}, {"answer": "saturnine", "hint": "synonyms for saturnine", "clues": [["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glowering"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"]]}, {"answer": "saucy", "hint": "synonyms for saucy", "clues": [["impudent", "improperly forward or bold", "impudent"], ["sassy", "improperly forward or bold", "sassy"], ["fresh", "improperly forward or bold", "fresh"], ["impertinent", "improperly forward or bold", "impertinent"], ["pert", "characterized by a lightly pert and exuberant quality", "pert"], ["wise", "improperly forward or bold", "wise"], ["overbold", "improperly forward or bold", "overbold"], ["smart", "improperly forward or bold", "smart"], ["irreverent", "characterized by a lightly pert and exuberant quality", "irreverent"]]}, {"answer": "savage", "hint": "synonyms for savage", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade", "barbaric"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering", "barbarous"], ["furious", "marked by extreme and violent energy", "furious"], ["vicious", "(of persons or their actions) able or disposed to inflict pain or suffering", "vicious"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering", "brutal"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade", "barbarian"], ["uncivilized", "without civilizing influences; ; ; ; -Margaret Meade", "uncivilized"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade", "wild"], ["feral", "wild and menacing", "feral"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering", "cruel"], ["ferine", "wild and menacing", "ferine"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering", "roughshod"], ["ferocious", "marked by extreme and violent energy", "ferocious"], ["fierce", "marked by extreme and violent energy", "fierce"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering", "fell"]]}, {"answer": "savorless", "hint": "synonyms for savorless", "clues": [["flat", "lacking taste or flavor or tang", "flat"], ["savourless", "lacking taste or flavor or tang", "savourless"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["flavorless", "lacking taste or flavor or tang", "flavorless"], ["bland", "lacking taste or flavor or tang", "bland"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}, {"answer": "savory", "hint": "synonyms for savory", "clues": [["savoury", "having an agreeably pungent taste", "savoury"], ["zesty", "having an agreeably pungent taste", "zesty"], ["mouth-watering", "pleasing to the sense of taste", "mouth-watering"], ["spicy", "having an agreeably pungent taste", "spicy"], ["piquant", "having an agreeably pungent taste", "piquant"]]}, {"answer": "savourless", "hint": "synonyms for savourless", "clues": [["flat", "lacking taste or flavor or tang", "flat"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["flavourless", "lacking taste or flavor or tang", "flavourless"], ["savorless", "lacking taste or flavor or tang", "savorless"], ["bland", "lacking taste or flavor or tang", "bland"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}, {"answer": "savoury", "hint": "synonyms for savoury", "clues": [["zesty", "having an agreeably pungent taste", "zesty"], ["mouth-watering", "pleasing to the sense of taste", "mouth-watering"], ["spicy", "having an agreeably pungent taste", "spicy"], ["savory", "morally wholesome or acceptable", "savory"], ["piquant", "having an agreeably pungent taste", "piquant"]]}, {"answer": "sawed-off", "hint": "synonyms for sawed-off", "clues": [["sawn-off", "well below average height", "sawn-off"], ["shortened", "cut short", "shortened"], ["runty", "well below average height", "runty"], ["pint-size", "well below average height", "pint-size"]]}, {"answer": "sawn-off", "hint": "synonyms for sawn-off", "clues": [["sawed-off", "cut short", "sawed-off"], ["shortened", "cut short", "shortened"], ["runty", "well below average height", "runty"], ["pint-size", "well below average height", "pint-size"]]}, {"answer": "scabrous", "hint": "synonyms for scabrous", "clues": [["scaly", "rough to the touch; covered with scales or scurf", "scaly"], ["leprose", "rough to the touch; covered with scales or scurf", "leprose"], ["lepidote", "rough to the touch; covered with scales or scurf", "lepidote"], ["scurfy", "rough to the touch; covered with scales or scurf", "scurfy"]]}, {"answer": "scaly", "hint": "synonyms for scaly", "clues": [["scabrous", "rough to the touch; covered with scales or scurf", "scabrous"], ["scaley", "having the body covered or partially covered with thin horny plates, as some fish and reptiles", "scaley"], ["scaled", "having the body covered or partially covered with thin horny plates, as some fish and reptiles", "scaled"], ["leprose", "rough to the touch; covered with scales or scurf", "leprose"], ["lepidote", "rough to the touch; covered with scales or scurf", "lepidote"], ["scurfy", "rough to the touch; covered with scales or scurf", "scurfy"]]}, {"answer": "scarey", "hint": "synonyms for scarey", "clues": [["shivery", "provoking fear terror", "shivery"], ["shuddery", "provoking fear terror", "shuddery"], ["scary", "provoking fear terror", "scary"], ["chilling", "provoking fear terror", "chilling"]]}, {"answer": "scarlet", "hint": "synonyms for scarlet", "clues": [["reddish", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "reddish"], ["ruby-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby-red"], ["blood-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "blood-red"], ["cherry-red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry-red"], ["cerise", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cerise"], ["ruddy", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruddy"], ["ruby", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "ruby"], ["red", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "red"], ["crimson", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "crimson"], ["cherry", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "cherry"], ["carmine", "of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies", "carmine"]]}, {"answer": "scary", "hint": "synonyms for scary", "clues": [["scarey", "provoking fear terror", "scarey"], ["shivery", "provoking fear terror", "shivery"], ["shuddery", "provoking fear terror", "shuddery"], ["chilling", "provoking fear terror", "chilling"]]}, {"answer": "scatterbrained", "hint": "synonyms for scatterbrained", "clues": [["flyaway", "guided by whim and fancy", "flyaway"], ["rattlepated", "lacking sense or discretion; ; - Glenway Westcott", "rattlepated"], ["head-in-the-clouds", "guided by whim and fancy", "head-in-the-clouds"], ["flighty", "guided by whim and fancy", "flighty"], ["scatty", "lacking sense or discretion; ; - Glenway Westcott", "scatty"], ["rattlebrained", "lacking sense or discretion; ; - Glenway Westcott", "rattlebrained"]]}, {"answer": "scattered", "hint": "synonyms for scattered", "clues": [["confused", "lacking orderly continuity", "confused"], ["disconnected", "lacking orderly continuity", "disconnected"], ["illogical", "lacking orderly continuity", "illogical"], ["unconnected", "lacking orderly continuity", "unconnected"], ["disordered", "lacking orderly continuity", "disordered"], ["disjointed", "lacking orderly continuity", "disjointed"], ["garbled", "lacking orderly continuity", "garbled"]]}, {"answer": "scatty", "hint": "synonyms for scatty", "clues": [["absentminded", "lost in thought; showing preoccupation", "absentminded"], ["rattlepated", "lacking sense or discretion; ; - Glenway Westcott", "rattlepated"], ["abstracted", "lost in thought; showing preoccupation", "abstracted"], ["scatterbrained", "lacking sense or discretion; ; - Glenway Westcott", "scatterbrained"], ["absent", "lost in thought; showing preoccupation", "absent"], ["rattlebrained", "lacking sense or discretion; ; - Glenway Westcott", "rattlebrained"]]}, {"answer": "scented", "hint": "synonyms for scented", "clues": [["odoriferous", "having a natural fragrance", "odoriferous"], ["sweet-scented", "having a natural fragrance", "sweet-scented"], ["odorous", "having a natural fragrance", "odorous"], ["sweet-smelling", "having a natural fragrance", "sweet-smelling"], ["sweet", "having a natural fragrance", "sweet"], ["perfumed", "having a natural fragrance", "perfumed"]]}, {"answer": "sceptical", "hint": "synonyms for sceptical", "clues": [["skeptical", "marked by or given to doubt", "skeptical"], ["doubting", "marked by or given to doubt", "doubting"], ["disbelieving", "denying or questioning the tenets of especially a religion", "disbelieving"], ["questioning", "marked by or given to doubt", "questioning"], ["unbelieving", "denying or questioning the tenets of especially a religion", "unbelieving"]]}, {"answer": "scheming", "hint": "synonyms for scheming", "clues": [["designing", "concealing crafty designs for advancing your own interest; - W.Churchill", "designing"], ["shrewd", "used of persons", "shrewd"], ["calculating", "used of persons", "calculating"], ["conniving", "used of persons", "conniving"], ["calculative", "used of persons", "calculative"]]}, {"answer": "schmaltzy", "hint": "synonyms for schmaltzy", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["schmalzy", "effusively or insincerely emotional", "schmalzy"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "schmalzy", "hint": "synonyms for schmalzy", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "scintillant", "hint": "synonyms for scintillant", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["sparkly", "having brief brilliant points or flashes of light", "sparkly"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "scintillating", "hint": "synonyms for scintillating", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["effervescent", "marked by high spirits or excitement", "effervescent"], ["sparkly", "marked by high spirits or excitement", "sparkly"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["frothy", "marked by high spirits or excitement", "frothy"], ["bubbling", "marked by high spirits or excitement", "bubbling"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "scorched", "hint": "synonyms for scorched", "clues": [["sunbaked", "dried out by heat or excessive exposure to sunlight", "sunbaked"], ["adust", "dried out by heat or excessive exposure to sunlight", "adust"], ["baked", "dried out by heat or excessive exposure to sunlight", "baked"], ["parched", "dried out by heat or excessive exposure to sunlight", "parched"]]}, {"answer": "scotch", "hint": "synonyms for scotch", "clues": [["frugal", "avoiding waste", "frugal"], ["economical", "avoiding waste", "economical"], ["stinting", "avoiding waste", "stinting"], ["sparing", "avoiding waste", "sparing"]]}, {"answer": "scraggy", "hint": "synonyms for scraggy", "clues": [["underweight", "being very thin", "underweight"], ["scrawny", "being very thin", "scrawny"], ["jaggy", "having a sharply uneven surface or outline", "jaggy"], ["jagged", "having a sharply uneven surface or outline", "jagged"], ["weedy", "being very thin", "weedy"], ["skinny", "being very thin", "skinny"], ["boney", "being very thin", "boney"]]}, {"answer": "scratchy", "hint": "synonyms for scratchy", "clues": [["abrasive", "causing abrasion", "abrasive"], ["cranky", "easily irritated or annoyed", "cranky"], ["testy", "easily irritated or annoyed", "testy"], ["spotty", "lacking consistency", "spotty"], ["peevish", "easily irritated or annoyed", "peevish"], ["tetchy", "easily irritated or annoyed", "tetchy"], ["rasping", "unpleasantly harsh or grating in sound", "rasping"], ["peckish", "easily irritated or annoyed", "peckish"], ["rough", "unpleasantly harsh or grating in sound", "rough"], ["raspy", "unpleasantly harsh or grating in sound", "raspy"], ["uneven", "lacking consistency", "uneven"], ["nettlesome", "easily irritated or annoyed", "nettlesome"], ["grating", "unpleasantly harsh or grating in sound", "grating"], ["fractious", "easily irritated or annoyed", "fractious"], ["irritable", "easily irritated or annoyed", "irritable"], ["gravelly", "unpleasantly harsh or grating in sound", "gravelly"], ["pettish", "easily irritated or annoyed", "pettish"], ["petulant", "easily irritated or annoyed", "petulant"]]}, {"answer": "scrawny", "hint": "synonyms for scrawny", "clues": [["underweight", "being very thin", "underweight"], ["scrubby", "inferior in size or quality", "scrubby"], ["scraggy", "being very thin", "scraggy"], ["stunted", "inferior in size or quality", "stunted"], ["weedy", "being very thin", "weedy"], ["skinny", "being very thin", "skinny"], ["boney", "being very thin", "boney"]]}, {"answer": "screaky", "hint": "synonyms for screaky", "clues": [["squeaking", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "squeaking"], ["screechy", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "screechy"], ["creaky", "having a rasping or grating sound", "creaky"], ["squeaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "squeaky"]]}, {"answer": "scrumptious", "hint": "synonyms for scrumptious", "clues": [["luscious", "extremely pleasing to the sense of taste", "luscious"], ["delectable", "extremely pleasing to the sense of taste", "delectable"], ["toothsome", "extremely pleasing to the sense of taste", "toothsome"], ["pleasant-tasting", "extremely pleasing to the sense of taste", "pleasant-tasting"], ["yummy", "extremely pleasing to the sense of taste", "yummy"], ["delicious", "extremely pleasing to the sense of taste", "delicious"]]}, {"answer": "sculptured", "hint": "synonyms for sculptured", "clues": [["modeled", "resembling sculpture", "modeled"], ["sculpturesque", "resembling sculpture", "sculpturesque"], ["sculptural", "resembling sculpture", "sculptural"], ["sculpted", "cut into a desired shape", "sculpted"], ["graven", "cut into a desired shape", "graven"]]}, {"answer": "scummy", "hint": "synonyms for scummy", "clues": [["low-down", "of the most contemptible kind", "low-down"], ["low", "of the most contemptible kind", "low"], ["abject", "of the most contemptible kind", "abject"], ["miserable", "of the most contemptible kind", "miserable"], ["scurvy", "of the most contemptible kind", "scurvy"]]}, {"answer": "scurfy", "hint": "synonyms for scurfy", "clues": [["scabrous", "rough to the touch; covered with scales or scurf", "scabrous"], ["scaly", "rough to the touch; covered with scales or scurf", "scaly"], ["leprose", "rough to the touch; covered with scales or scurf", "leprose"], ["lepidote", "rough to the touch; covered with scales or scurf", "lepidote"]]}, {"answer": "scurvy", "hint": "synonyms for scurvy", "clues": [["low-down", "of the most contemptible kind", "low-down"], ["low", "of the most contemptible kind", "low"], ["abject", "of the most contemptible kind", "abject"], ["scummy", "of the most contemptible kind", "scummy"], ["miserable", "of the most contemptible kind", "miserable"]]}, {"answer": "seamy", "hint": "synonyms for seamy", "clues": [["sordid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sordid"], ["squalid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "squalid"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seedy"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sleazy"]]}, {"answer": "sear", "hint": "synonyms for sear", "clues": [["dried-up", "(used especially of vegetation) having lost all moisture", "dried-up"], ["shrivelled", "(used especially of vegetation) having lost all moisture", "shrivelled"], ["withered", "(used especially of vegetation) having lost all moisture", "withered"], ["sere", "(used especially of vegetation) having lost all moisture", "sere"]]}, {"answer": "secluded", "hint": "synonyms for secluded", "clues": [["sequestered", "providing privacy or seclusion", "sequestered"], ["privy", "hidden from general view or use", "privy"], ["cloistered", "providing privacy or seclusion", "cloistered"], ["secret", "hidden from general view or use", "secret"], ["reclusive", "providing privacy or seclusion", "reclusive"]]}, {"answer": "secondary", "hint": "synonyms for secondary", "clues": [["subaltern", "inferior in rank or status", "subaltern"], ["lowly", "inferior in rank or status", "lowly"], ["junior-grade", "inferior in rank or status", "junior-grade"], ["petty", "inferior in rank or status", "petty"], ["lower-ranking", "inferior in rank or status", "lower-ranking"]]}, {"answer": "secret", "hint": "synonyms for secret", "clues": [["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mysterious"], ["unavowed", "not openly made known", "unavowed"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["mystic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mystic"], ["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["hidden", "designed to elude detection", "hidden"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "orphic"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["secluded", "hidden from general view or use", "secluded"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "occult"], ["privy", "hidden from general view or use", "privy"], ["private", "not expressed", "private"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["confidential", "(of information) given in confidence or in secret", "confidential"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "secretive", "hint": "synonyms for secretive", "clues": [["closelipped", "inclined to secrecy or reticence about divulging information", "closelipped"], ["close", "inclined to secrecy or reticence about divulging information", "close"], ["closemouthed", "inclined to secrecy or reticence about divulging information", "closemouthed"], ["tightlipped", "inclined to secrecy or reticence about divulging information", "tightlipped"]]}, {"answer": "secular", "hint": "synonyms for secular", "clues": [["laic", "characteristic of those who are not members of the clergy", "laic"], ["lay", "characteristic of those who are not members of the clergy", "lay"], ["worldly", "characteristic of or devoted to the temporal world as opposed to the spiritual world", "worldly"], ["temporal", "characteristic of or devoted to the temporal world as opposed to the spiritual world", "temporal"], ["profane", "not concerned with or devoted to religion; ; ; ,", "profane"]]}, {"answer": "secure", "hint": "synonyms for secure", "clues": [["untroubled", "free from fear or doubt; easy in mind", "untroubled"], ["safe", "financially sound", "safe"], ["good", "financially sound", "good"], ["unassailable", "immune to attack; incapable of being tampered with", "unassailable"], ["impregnable", "immune to attack; incapable of being tampered with", "impregnable"], ["inviolable", "immune to attack; incapable of being tampered with", "inviolable"], ["dependable", "financially sound", "dependable"], ["unattackable", "immune to attack; incapable of being tampered with", "unattackable"], ["strong", "immune to attack; incapable of being tampered with", "strong"], ["unafraid", "free from fear or doubt; easy in mind", "unafraid"]]}, {"answer": "sedate", "hint": "synonyms for sedate", "clues": [["sober", "dignified and somber in manner or character and committed to keeping promises", "sober"], ["grave", "dignified and somber in manner or character and committed to keeping promises", "grave"], ["solemn", "dignified and somber in manner or character and committed to keeping promises", "solemn"], ["staid", "characterized by dignity and propriety", "staid"]]}, {"answer": "seditious", "hint": "synonyms for seditious", "clues": [["subversive", "in opposition to a civil authority or government", "subversive"], ["instigative", "arousing to action or rebellion", "instigative"], ["rabble-rousing", "arousing to action or rebellion", "rabble-rousing"], ["insurgent", "in opposition to a civil authority or government", "insurgent"], ["inflammatory", "arousing to action or rebellion", "inflammatory"], ["incendiary", "arousing to action or rebellion", "incendiary"], ["incitive", "arousing to action or rebellion", "incitive"]]}, {"answer": "see-through", "hint": "synonyms for see-through", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["transparent", "so thin as to transmit light", "transparent"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["filmy", "so thin as to transmit light", "filmy"]]}, {"answer": "seedy", "hint": "synonyms for seedy", "clues": [["sickly", "somewhat ill or prone to illness", "sickly"], ["indisposed", "somewhat ill or prone to illness", "indisposed"], ["poorly", "somewhat ill or prone to illness", "poorly"], ["scruffy", "shabby and untidy; ; - Mark Twain", "scruffy"], ["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seamy"], ["sordid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sordid"], ["under the weather", "somewhat ill or prone to illness", "under the weather"], ["peaked", "somewhat ill or prone to illness", "peaked"], ["squalid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "squalid"], ["unwell", "somewhat ill or prone to illness", "unwell"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sleazy"], ["ailing", "somewhat ill or prone to illness", "ailing"]]}, {"answer": "seemly", "hint": "synonyms for seemly", "clues": [["comme il faut", "according with custom or propriety", "comme il faut"], ["comely", "according with custom or propriety", "comely"], ["decorous", "according with custom or propriety", "decorous"], ["decent", "according with custom or propriety", "decent"], ["becoming", "according with custom or propriety", "becoming"]]}, {"answer": "select", "hint": "synonyms for select", "clues": [["prize", "of superior grade", "prize"], ["blue-ribbon", "selected or chosen for special qualifications", "blue-ribbon"], ["prime", "of superior grade", "prime"], ["choice", "of superior grade", "choice"], ["quality", "of superior grade", "quality"]]}, {"answer": "self-aggrandising", "hint": "synonyms for self-aggrandising", "clues": [["big", "exhibiting self-importance", "big"], ["bragging", "exhibiting self-importance", "bragging"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["boastful", "exhibiting self-importance", "boastful"], ["crowing", "exhibiting self-importance", "crowing"], ["braggy", "exhibiting self-importance", "braggy"], ["braggart", "exhibiting self-importance", "braggart"], ["self-aggrandizing", "of or relating to or characteristic of self-aggrandizement", "self-aggrandizing"]]}, {"answer": "self-aggrandizing", "hint": "synonyms for self-aggrandizing", "clues": [["big", "exhibiting self-importance", "big"], ["bragging", "exhibiting self-importance", "bragging"], ["cock-a-hoop", "exhibiting self-importance", "cock-a-hoop"], ["boastful", "exhibiting self-importance", "boastful"], ["crowing", "exhibiting self-importance", "crowing"], ["self-aggrandising", "of or relating to or characteristic of self-aggrandizement", "self-aggrandising"], ["braggy", "exhibiting self-importance", "braggy"], ["braggart", "exhibiting self-importance", "braggart"]]}, {"answer": "self-collected", "hint": "synonyms for self-collected", "clues": [["collected", "in full control of your faculties", "collected"], ["poised", "in full control of your faculties", "poised"], ["self-possessed", "in full control of your faculties", "self-possessed"], ["self-contained", "in full control of your faculties", "self-contained"], ["equanimous", "in full control of your faculties", "equanimous"]]}, {"answer": "self-conceited", "hint": "synonyms for self-conceited", "clues": [["vain", "characteristic of false pride; having an exaggerated sense of self-importance", "vain"], ["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen-headed"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance", "egotistic"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "conceited"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen"]]}, {"answer": "self-contained", "hint": "synonyms for self-contained", "clues": [["collected", "in full control of your faculties", "collected"], ["poised", "in full control of your faculties", "poised"], ["self-possessed", "in full control of your faculties", "self-possessed"], ["self-collected", "in full control of your faculties", "self-collected"], ["equanimous", "in full control of your faculties", "equanimous"]]}, {"answer": "self-contradictory", "hint": "synonyms for self-contradictory", "clues": [["conflicting", "in disagreement; ; - John Morley", "conflicting"], ["at odds", "in disagreement; ; - John Morley", "at odds"], ["contradictory", "in disagreement; ; - John Morley", "contradictory"], ["paradoxical", "seemingly contradictory but nonetheless possibly true", "paradoxical"]]}, {"answer": "self-denying", "hint": "synonyms for self-denying", "clues": [["renunciant", "used especially of behavior", "renunciant"], ["renunciative", "used especially of behavior", "renunciative"], ["self-sacrificing", "willing to deprive yourself", "self-sacrificing"], ["self-abnegating", "used especially of behavior", "self-abnegating"], ["self-giving", "willing to deprive yourself", "self-giving"]]}, {"answer": "self-possessed", "hint": "synonyms for self-possessed", "clues": [["collected", "in full control of your faculties", "collected"], ["poised", "in full control of your faculties", "poised"], ["self-contained", "in full control of your faculties", "self-contained"], ["self-collected", "in full control of your faculties", "self-collected"], ["equanimous", "in full control of your faculties", "equanimous"]]}, {"answer": "self-righteous", "hint": "synonyms for self-righteous", "clues": [["pietistic", "excessively or hypocritically pious", "pietistic"], ["holier-than-thou", "excessively or hypocritically pious", "holier-than-thou"], ["pharisaical", "excessively or hypocritically pious", "pharisaical"], ["sanctimonious", "excessively or hypocritically pious", "sanctimonious"]]}, {"answer": "senior", "hint": "synonyms for senior", "clues": [["older", "advanced in years; (`aged' is pronounced as two syllables)", "older"], ["fourth-year", "used of the fourth and final year in United States high school or college", "fourth-year"], ["elderly", "advanced in years; (`aged' is pronounced as two syllables)", "elderly"], ["aged", "advanced in years; (`aged' is pronounced as two syllables)", "aged"]]}, {"answer": "senseless", "hint": "synonyms for senseless", "clues": [["reasonless", "not marked by the use of reason", "reasonless"], ["pointless", "serving no useful purpose; having no excuse for being", "pointless"], ["otiose", "serving no useful purpose; having no excuse for being", "otiose"], ["wasted", "serving no useful purpose; having no excuse for being", "wasted"], ["witless", "(of especially persons) lacking sense or understanding or judgment", "witless"], ["superfluous", "serving no useful purpose; having no excuse for being", "superfluous"], ["soft-witted", "(of especially persons) lacking sense or understanding or judgment", "soft-witted"], ["mindless", "not marked by the use of reason", "mindless"], ["nitwitted", "(of especially persons) lacking sense or understanding or judgment", "nitwitted"], ["purposeless", "serving no useful purpose; having no excuse for being", "purposeless"], ["insensible", "unresponsive to stimulation", "insensible"]]}, {"answer": "sensitised", "hint": "synonyms for sensitised", "clues": [["hypersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitized"], ["sensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"], ["supersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitive"]]}, {"answer": "sensitive", "hint": "synonyms for sensitive", "clues": [["raw", "hurting", "raw"], ["sensible", "able to feel or perceive", "sensible"], ["tender", "hurting", "tender"], ["sore", "hurting", "sore"]]}, {"answer": "sensitized", "hint": "synonyms for sensitized", "clues": [["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitised"], ["hypersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"], ["supersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitive"]]}, {"answer": "sensory", "hint": "synonyms for sensory", "clues": [["sensorial", "involving or derived from the senses", "sensorial"], ["centripetal", "of a nerve fiber or impulse originating outside and passing toward the central nervous system", "centripetal"], ["receptive", "of a nerve fiber or impulse originating outside and passing toward the central nervous system", "receptive"], ["sensational", "relating to or concerned in sensation", "sensational"]]}, {"answer": "sensual", "hint": "synonyms for sensual", "clues": [["fleshly", "marked by the appetites and passions of the body", "fleshly"], ["carnal", "marked by the appetites and passions of the body", "carnal"], ["sultry", "sexually exciting or gratifying", "sultry"], ["animal", "marked by the appetites and passions of the body", "animal"]]}, {"answer": "sentimental", "hint": "synonyms for sentimental", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "separated", "hint": "synonyms for separated", "clues": [["isolated", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "isolated"], ["disjointed", "separated at the joint", "disjointed"], ["detached", "no longer connected or joined", "detached"], ["spaced", "spaced apart", "spaced"], ["set-apart", "being or feeling set or kept apart from others; ; - Sherwood Anderson", "set-apart"], ["dislocated", "separated at the joint", "dislocated"]]}, {"answer": "sequent", "hint": "synonyms for sequent", "clues": [["ensuant", "following or accompanying as a consequence", "ensuant"], ["accompanying", "following or accompanying as a consequence", "accompanying"], ["consecutive", "in regular succession without gaps", "consecutive"], ["consequent", "following or accompanying as a consequence", "consequent"], ["serial", "in regular succession without gaps", "serial"], ["attendant", "following or accompanying as a consequence", "attendant"], ["concomitant", "following or accompanying as a consequence", "concomitant"], ["resultant", "following or accompanying as a consequence", "resultant"], ["sequential", "in regular succession without gaps", "sequential"], ["incidental", "following or accompanying as a consequence", "incidental"], ["successive", "in regular succession without gaps", "successive"]]}, {"answer": "sequential", "hint": "synonyms for sequential", "clues": [["serial", "in regular succession without gaps", "serial"], ["consecutive", "in regular succession without gaps", "consecutive"], ["successive", "in regular succession without gaps", "successive"], ["sequent", "in regular succession without gaps", "sequent"]]}, {"answer": "sequined", "hint": "synonyms for sequined", "clues": [["spangled", "covered with beads or jewels or sequins", "spangled"], ["gemmed", "covered with beads or jewels or sequins", "gemmed"], ["jewelled", "covered with beads or jewels or sequins", "jewelled"], ["beady", "covered with beads or jewels or sequins", "beady"], ["spangly", "covered with beads or jewels or sequins", "spangly"]]}, {"answer": "seraphic", "hint": "synonyms for seraphic", "clues": [["angelic", "having a sweet nature befitting an angel or cherub", "angelic"], ["sweet", "having a sweet nature befitting an angel or cherub", "sweet"], ["cherubic", "having a sweet nature befitting an angel or cherub", "cherubic"], ["seraphical", "of or relating to an angel of the first order", "seraphical"]]}, {"answer": "sere", "hint": "synonyms for sere", "clues": [["dried-up", "(used especially of vegetation) having lost all moisture", "dried-up"], ["shrivelled", "(used especially of vegetation) having lost all moisture", "shrivelled"], ["withered", "(used especially of vegetation) having lost all moisture", "withered"], ["sear", "(used especially of vegetation) having lost all moisture", "sear"]]}, {"answer": "serial", "hint": "synonyms for serial", "clues": [["nonparallel", "of or relating to the sequential performance of multiple operations", "nonparallel"], ["sequent", "in regular succession without gaps", "sequent"], ["sequential", "in regular succession without gaps", "sequential"], ["consecutive", "in regular succession without gaps", "consecutive"], ["successive", "in regular succession without gaps", "successive"], ["in series", "of or relating to the sequential performance of multiple operations", "in series"]]}, {"answer": "serious", "hint": "synonyms for serious", "clues": [["life-threatening", "causing fear or anxiety by threatening great harm", "life-threatening"], ["good", "appealing to the mind", "good"], ["unplayful", "completely lacking in playfulness", "unplayful"], ["grievous", "causing fear or anxiety by threatening great harm", "grievous"], ["sober", "completely lacking in playfulness", "sober"], ["dangerous", "causing fear or anxiety by threatening great harm", "dangerous"], ["grave", "causing fear or anxiety by threatening great harm", "grave"], ["severe", "causing fear or anxiety by threatening great harm", "severe"]]}, {"answer": "serrate", "hint": "synonyms for serrate", "clues": [["notched", "notched like a saw with teeth pointing toward the apex", "notched"], ["serrated", "notched like a saw with teeth pointing toward the apex", "serrated"], ["toothed", "notched like a saw with teeth pointing toward the apex", "toothed"], ["saw-toothed", "notched like a saw with teeth pointing toward the apex", "saw-toothed"]]}, {"answer": "serrated", "hint": "synonyms for serrated", "clues": [["notched", "notched like a saw with teeth pointing toward the apex", "notched"], ["toothed", "notched like a saw with teeth pointing toward the apex", "toothed"], ["serrate", "notched like a saw with teeth pointing toward the apex", "serrate"], ["saw-toothed", "notched like a saw with teeth pointing toward the apex", "saw-toothed"]]}, {"answer": "set", "hint": "synonyms for set", "clues": [["primed", "(usually followed by `to' or `for') on the point of or strongly disposed", "primed"], ["fixed", "fixed and unmoving; ; - Connor Cruise O'Brien", "fixed"], ["dictated", "determined or decided upon as by an authority", "dictated"], ["determined", "determined or decided upon as by an authority", "determined"], ["hardened", "converted to solid form (as concrete)", "hardened"], ["laid", "set down according to a plan:", "laid"], ["placed", "situated in a particular spot or position", "placed"], ["rigid", "fixed and unmoving; ; - Connor Cruise O'Brien", "rigid"], ["fit", "(usually followed by `to' or `for') on the point of or strongly disposed", "fit"], ["situated", "situated in a particular spot or position", "situated"], ["located", "situated in a particular spot or position", "located"]]}, {"answer": "setaceous", "hint": "synonyms for setaceous", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "setose", "hint": "synonyms for setose", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"]]}, {"answer": "severe", "hint": "synonyms for severe", "clues": [["stark", "severely simple", "stark"], ["life-threatening", "causing fear or anxiety by threatening great harm", "life-threatening"], ["knockout", "very strong or vigorous", "knockout"], ["wicked", "intensely or extremely bad or unpleasant in degree or quality", "wicked"], ["grave", "causing fear or anxiety by threatening great harm", "grave"], ["hard", "very strong or vigorous", "hard"], ["austere", "severely simple", "austere"], ["stern", "severely simple", "stern"], ["grievous", "causing fear or anxiety by threatening great harm", "grievous"], ["spartan", "unsparing and uncompromising in discipline or judgment; - H.G.Wells", "spartan"], ["serious", "causing fear or anxiety by threatening great harm", "serious"], ["dangerous", "causing fear or anxiety by threatening great harm", "dangerous"], ["terrible", "intensely or extremely bad or unpleasant in degree or quality", "terrible"]]}, {"answer": "shadowy", "hint": "synonyms for shadowy", "clues": [["shady", "filled with shade", "shady"], ["umbrageous", "filled with shade", "umbrageous"], ["dim", "lacking clarity or distinctness", "dim"], ["vague", "lacking clarity or distinctness", "vague"], ["shadowed", "filled with shade", "shadowed"], ["wispy", "lacking clarity or distinctness", "wispy"], ["wraithlike", "lacking in substance; - W.A.Butler", "wraithlike"], ["faint", "lacking clarity or distinctness", "faint"]]}, {"answer": "shady", "hint": "synonyms for shady", "clues": [["umbrageous", "filled with shade", "umbrageous"], ["shadowed", "filled with shade", "shadowed"], ["fly-by-night", "(of businesses and businessmen) unscrupulous", "fly-by-night"], ["louche", "of questionable taste or morality", "louche"], ["fishy", "not as expected", "fishy"], ["funny", "not as expected", "funny"], ["shadowy", "filled with shade", "shadowy"], ["suspect", "not as expected", "suspect"], ["suspicious", "not as expected", "suspicious"]]}, {"answer": "shaggy", "hint": "synonyms for shaggy", "clues": [["shaggy-haired", "used of hair; thick and poorly groomed", "shaggy-haired"], ["bushy", "used of hair; thick and poorly groomed", "bushy"], ["shagged", "having a very rough nap or covered with hanging shags", "shagged"], ["shaggy-coated", "used of hair; thick and poorly groomed", "shaggy-coated"]]}, {"answer": "shaky", "hint": "synonyms for shaky", "clues": [["trembling", "vibrating slightly and irregularly; as e.g. with fear or cold or like the leaves of an aspen in a breeze", "trembling"], ["wobbly", "inclined to shake as from weakness or defect", "wobbly"], ["rickety", "inclined to shake as from weakness or defect", "rickety"], ["shivering", "vibrating slightly and irregularly; as e.g. with fear or cold or like the leaves of an aspen in a breeze", "shivering"], ["wonky", "inclined to shake as from weakness or defect", "wonky"], ["precarious", "not secure; beset with difficulties", "precarious"]]}, {"answer": "sham", "hint": "synonyms for sham", "clues": [["pretended", "adopted in order to deceive", "pretended"], ["assumed", "adopted in order to deceive", "assumed"], ["false", "adopted in order to deceive", "false"], ["put on", "adopted in order to deceive", "put on"], ["fictitious", "adopted in order to deceive", "fictitious"], ["fictive", "adopted in order to deceive", "fictive"]]}, {"answer": "shamed", "hint": "synonyms for shamed", "clues": [["hangdog", "showing a sense of guilt; ; - Eric Linklater", "hangdog"], ["guilty", "showing a sense of guilt; ; - Eric Linklater", "guilty"], ["shamefaced", "showing a sense of guilt; ; - Eric Linklater", "shamefaced"], ["disgraced", "suffering shame", "disgraced"], ["dishonored", "suffering shame", "dishonored"], ["discredited", "suffering shame", "discredited"]]}, {"answer": "shamefaced", "hint": "synonyms for shamefaced", "clues": [["guilty", "showing a sense of guilt; ; - Eric Linklater", "guilty"], ["hangdog", "showing a sense of guilt; ; - Eric Linklater", "hangdog"], ["shamed", "showing a sense of guilt; ; - Eric Linklater", "shamed"], ["sheepish", "showing a sense of shame", "sheepish"]]}, {"answer": "shameful", "hint": "synonyms for shameful", "clues": [["inglorious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "inglorious"], ["shocking", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "shocking"], ["scandalous", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "scandalous"], ["opprobrious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "opprobrious"], ["disgraceful", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "disgraceful"], ["ignominious", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "ignominious"], ["black", "(used of conduct or character) deserving or bringing disgrace or shame; - Rachel Carson", "black"]]}, {"answer": "sharp", "hint": "synonyms for sharp", "clues": [["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["precipitous", "extremely steep", "precipitous"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["astute", "marked by practical hardheaded intelligence", "astute"], ["needlelike", "ending in a sharp point", "needlelike"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"], ["sharp-worded", "harsh", "sharp-worded"], ["acuate", "ending in a sharp point", "acuate"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["shrewd", "marked by practical hardheaded intelligence", "shrewd"], ["tart", "harsh", "tart"], ["abrupt", "extremely steep", "abrupt"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["shrill", "having or emitting a high-pitched and sharp tone or tones", "shrill"], ["crisp", "(of something seen or heard) clearly defined", "crisp"]]}, {"answer": "sharp-eyed", "hint": "synonyms for sharp-eyed", "clues": [["quick-sighted", "keenly perceptive or alert; - Leonard Bacon", "quick-sighted"], ["sharp-sighted", "keenly perceptive or alert; - Leonard Bacon", "sharp-sighted"], ["lynx-eyed", "having very keen vision", "lynx-eyed"], ["keen-sighted", "having very keen vision", "keen-sighted"], ["keen-eyed", "having keen eyesight", "keen-eyed"], ["argus-eyed", "having very keen vision", "argus-eyed"], ["hawk-eyed", "having very keen vision", "hawk-eyed"]]}, {"answer": "sharp-set", "hint": "synonyms for sharp-set", "clues": [["ravenous", "extremely hungry", "ravenous"], ["famished", "extremely hungry", "famished"], ["starved", "extremely hungry", "starved"], ["esurient", "extremely hungry", "esurient"]]}, {"answer": "sharp-sighted", "hint": "synonyms for sharp-sighted", "clues": [["quick-sighted", "having very keen vision", "quick-sighted"], ["argus-eyed", "having very keen vision", "argus-eyed"], ["lynx-eyed", "having very keen vision", "lynx-eyed"], ["keen-sighted", "having very keen vision", "keen-sighted"], ["hawk-eyed", "having very keen vision", "hawk-eyed"], ["sharp-eyed", "keenly perceptive or alert; - Leonard Bacon", "sharp-eyed"]]}, {"answer": "sheeny", "hint": "synonyms for sheeny", "clues": [["shining", "reflecting light", "shining"], ["glistening", "reflecting light", "glistening"], ["lustrous", "reflecting light", "lustrous"], ["glossy", "reflecting light", "glossy"], ["shiny", "reflecting light", "shiny"]]}, {"answer": "sheer", "hint": "synonyms for sheer", "clues": [["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["transparent", "so thin as to transmit light", "transparent"], ["bold", "very steep; having a prominent and almost vertical front", "bold"], ["unmixed", "not mixed with extraneous elements", "unmixed"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers", "downright"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers", "right-down"], ["filmy", "so thin as to transmit light", "filmy"], ["plain", "not mixed with extraneous elements", "plain"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers", "out-and-out"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["gossamer", "so thin as to transmit light", "gossamer"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers", "absolute"], ["bluff", "very steep; having a prominent and almost vertical front", "bluff"], ["gauzy", "so thin as to transmit light", "gauzy"], ["unmingled", "not mixed with extraneous elements", "unmingled"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers", "rank"], ["see-through", "so thin as to transmit light", "see-through"]]}, {"answer": "shining", "hint": "synonyms for shining", "clues": [["sheeny", "reflecting light", "sheeny"], ["lustrous", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "lustrous"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "bright"], ["glistening", "reflecting light", "glistening"], ["shiny", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "shiny"], ["glossy", "reflecting light", "glossy"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "burnished"]]}, {"answer": "shiny", "hint": "synonyms for shiny", "clues": [["shining", "reflecting light", "shining"], ["sheeny", "reflecting light", "sheeny"], ["lustrous", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "lustrous"], ["bright", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "bright"], ["glistening", "reflecting light", "glistening"], ["burnished", "made smooth and bright by or as if by rubbing; reflecting a sheen or glow", "burnished"], ["glossy", "reflecting light", "glossy"], ["glazed", "having a shiny surface or coating", "glazed"]]}, {"answer": "shitty", "hint": "synonyms for shitty", "clues": [["rotten", "very bad", "rotten"], ["stinking", "very bad", "stinking"], ["icky", "very bad", "icky"], ["lousy", "very bad", "lousy"], ["stinky", "very bad", "stinky"], ["crappy", "very bad", "crappy"]]}, {"answer": "shocking", "hint": "synonyms for shocking", "clues": [["scandalous", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "scandalous"], ["disgraceful", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "disgraceful"], ["lurid", "glaringly vivid and graphic; marked by sensationalism", "lurid"], ["shameful", "giving offense to moral sensibilities and injurious to reputation; ; - Thackeray", "shameful"]]}, {"answer": "shoddy", "hint": "synonyms for shoddy", "clues": [["misleading", "designed to deceive or mislead either deliberately or inadvertently", "misleading"], ["deceptive", "designed to deceive or mislead either deliberately or inadvertently", "deceptive"], ["jerry-built", "of inferior workmanship and materials", "jerry-built"], ["cheapjack", "cheap and shoddy; - Judith Crist", "cheapjack"], ["tawdry", "cheap and shoddy; - Judith Crist", "tawdry"]]}, {"answer": "shopworn", "hint": "synonyms for shopworn", "clues": [["stock", "repeated too often; overfamiliar through overuse", "stock"], ["shopsoiled", "worn or faded from being on display in a store", "shopsoiled"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["trite", "repeated too often; overfamiliar through overuse", "trite"]]}, {"answer": "short", "hint": "synonyms for short", "clues": [["brusk", "marked by rude or peremptory shortness", "brusk"], ["unforesightful", "lacking foresight or scope", "unforesightful"], ["inadequate", "not sufficient to meet a need", "inadequate"], ["myopic", "lacking foresight or scope", "myopic"], ["forgetful", "(of memory) deficient in retentiveness or range", "forgetful"], ["unretentive", "(of memory) deficient in retentiveness or range", "unretentive"], ["poor", "not sufficient to meet a need", "poor"], ["scant", "less than the correct or legal or full amount often deliberately so", "scant"], ["curt", "marked by rude or peremptory shortness", "curt"], ["little", "low in stature; not tall", "little"], ["brusque", "marked by rude or peremptory shortness", "brusque"], ["shortsighted", "lacking foresight or scope", "shortsighted"], ["light", "less than the correct or legal or full amount often deliberately so", "light"]]}, {"answer": "short-lived", "hint": "synonyms for short-lived", "clues": [["transient", "lasting a very short time", "transient"], ["ephemeral", "lasting a very short time", "ephemeral"], ["fugacious", "lasting a very short time", "fugacious"], ["passing", "lasting a very short time", "passing"], ["transitory", "lasting a very short time", "transitory"]]}, {"answer": "short-tempered", "hint": "synonyms for short-tempered", "clues": [["hot-tempered", "quickly aroused to anger", "hot-tempered"], ["quick-tempered", "quickly aroused to anger", "quick-tempered"], ["hotheaded", "quickly aroused to anger", "hotheaded"], ["choleric", "quickly aroused to anger", "choleric"], ["irascible", "quickly aroused to anger", "irascible"]]}, {"answer": "shortened", "hint": "synonyms for shortened", "clues": [["abbreviated", "cut short in duration", "abbreviated"], ["sawed-off", "cut short", "sawed-off"], ["cut", "with parts removed", "cut"], ["truncated", "cut short in duration", "truncated"], ["telescoped", "shortened by or as if by means of parts that slide one within another or are crushed one into another", "telescoped"], ["sawn-off", "cut short", "sawn-off"]]}, {"answer": "shortsighted", "hint": "synonyms for shortsighted", "clues": [["nearsighted", "unable to see distant objects clearly", "nearsighted"], ["short", "lacking foresight or scope", "short"], ["myopic", "unable to see distant objects clearly", "myopic"], ["unforesightful", "lacking foresight or scope", "unforesightful"], ["ill-considered", "not given careful consideration", "ill-considered"], ["ill-judged", "not given careful consideration", "ill-judged"], ["improvident", "not given careful consideration", "improvident"]]}, {"answer": "showy", "hint": "synonyms for showy", "clues": [["sporty", "(used especially of clothes) marked by conspicuous display", "sporty"], ["glossy", "superficially attractive and stylish; suggesting wealth or expense", "glossy"], ["flashy", "(used especially of clothes) marked by conspicuous display", "flashy"], ["jazzy", "(used especially of clothes) marked by conspicuous display", "jazzy"], ["gaudy", "(used especially of clothes) marked by conspicuous display", "gaudy"], ["splashy", "marked by ostentation but often tasteless", "splashy"], ["flamboyant", "marked by ostentation but often tasteless", "flamboyant"]]}, {"answer": "shrewd", "hint": "synonyms for shrewd", "clues": [["astute", "marked by practical hardheaded intelligence", "astute"], ["scheming", "used of persons", "scheming"], ["calculating", "used of persons", "calculating"], ["conniving", "used of persons", "conniving"], ["calculative", "used of persons", "calculative"], ["sharp", "marked by practical hardheaded intelligence", "sharp"]]}, {"answer": "shriveled", "hint": "synonyms for shriveled", "clues": [["dried-up", "(used especially of vegetation) having lost all moisture", "dried-up"], ["shrivelled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "shrivelled"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizen"], ["shrunken", "reduced in efficacy or vitality or intensity", "shrunken"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizened"], ["withered", "(used especially of vegetation) having lost all moisture", "withered"], ["sear", "(used especially of vegetation) having lost all moisture", "sear"], ["sere", "(used especially of vegetation) having lost all moisture", "sere"]]}, {"answer": "shrivelled", "hint": "synonyms for shrivelled", "clues": [["dried-up", "(used especially of vegetation) having lost all moisture", "dried-up"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizen"], ["shrunken", "reduced in efficacy or vitality or intensity", "shrunken"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizened"], ["shriveled", "reduced in efficacy or vitality or intensity", "shriveled"], ["withered", "(used especially of vegetation) having lost all moisture", "withered"], ["sear", "(used especially of vegetation) having lost all moisture", "sear"], ["sere", "(used especially of vegetation) having lost all moisture", "sere"]]}, {"answer": "shrunken", "hint": "synonyms for shrunken", "clues": [["shrivelled", "reduced in efficacy or vitality or intensity", "shrivelled"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizen"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizened"], ["withered", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "withered"]]}, {"answer": "sibilant", "hint": "synonyms for sibilant", "clues": [["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "continuant"], ["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "spirant"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "fricative"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "strident"]]}, {"answer": "sibyllic", "hint": "synonyms for sibyllic", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy", "vatic"], ["sibylline", "resembling or characteristic of a prophet or prophecy", "sibylline"], ["mantic", "resembling or characteristic of a prophet or prophecy", "mantic"], ["vatical", "resembling or characteristic of a prophet or prophecy", "vatical"], ["divinatory", "resembling or characteristic of a prophet or prophecy", "divinatory"]]}, {"answer": "sibylline", "hint": "synonyms for sibylline", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy", "vatic"], ["mantic", "resembling or characteristic of a prophet or prophecy", "mantic"], ["cryptical", "having a secret or hidden meaning; ; ; - John Gunther", "cryptical"], ["vatical", "resembling or characteristic of a prophet or prophecy", "vatical"], ["divinatory", "resembling or characteristic of a prophet or prophecy", "divinatory"], ["qabalistic", "having a secret or hidden meaning; ; ; - John Gunther", "qabalistic"], ["sibyllic", "resembling or characteristic of a prophet or prophecy", "sibyllic"]]}, {"answer": "sick", "hint": "synonyms for sick", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["tired of", "having a strong distaste from surfeit", "tired of"], ["sickish", "feeling nausea; feeling about to vomit", "sickish"], ["grim", "shockingly repellent; inspiring horror", "grim"], ["brainsick", "affected with madness or insanity", "brainsick"], ["grisly", "shockingly repellent; inspiring horror", "grisly"], ["pale", "(of light) lacking in intensity or brightness; dim or feeble", "pale"], ["disgusted", "having a strong distaste from surfeit", "disgusted"], ["unhinged", "affected with madness or insanity", "unhinged"], ["disturbed", "affected with madness or insanity", "disturbed"], ["mad", "affected with madness or insanity", "mad"], ["ill", "affected by an impairment of normal physical or mental function", "ill"], ["nauseous", "feeling nausea; feeling about to vomit", "nauseous"], ["macabre", "shockingly repellent; inspiring horror", "macabre"], ["gruesome", "shockingly repellent; inspiring horror", "gruesome"], ["nauseated", "feeling nausea; feeling about to vomit", "nauseated"], ["fed up", "having a strong distaste from surfeit", "fed up"], ["sick of", "having a strong distaste from surfeit", "sick of"], ["demented", "affected with madness or insanity", "demented"], ["pallid", "(of light) lacking in intensity or brightness; dim or feeble", "pallid"], ["wan", "(of light) lacking in intensity or brightness; dim or feeble", "wan"], ["ghastly", "shockingly repellent; inspiring horror", "ghastly"], ["queasy", "feeling nausea; feeling about to vomit", "queasy"], ["crazy", "affected with madness or insanity", "crazy"]]}, {"answer": "sick_of", "hint": "synonyms for sick of", "clues": [["tired of", "having a strong distaste from surfeit", "tired of"], ["sick", "having a strong distaste from surfeit", "sick"], ["fed up", "having a strong distaste from surfeit", "fed up"], ["disgusted", "having a strong distaste from surfeit", "disgusted"]]}, {"answer": "sickening", "hint": "synonyms for sickening", "clues": [["vile", "causing or able to cause nausea", "vile"], ["offensive", "causing or able to cause nausea", "offensive"], ["nauseating", "causing or able to cause nausea", "nauseating"], ["noisome", "causing or able to cause nausea", "noisome"], ["loathsome", "causing or able to cause nausea", "loathsome"], ["queasy", "causing or able to cause nausea", "queasy"], ["nauseous", "causing or able to cause nausea", "nauseous"]]}, {"answer": "sickish", "hint": "synonyms for sickish", "clues": [["sick", "feeling nausea; feeling about to vomit", "sick"], ["queasy", "feeling nausea; feeling about to vomit", "queasy"], ["nauseated", "feeling nausea; feeling about to vomit", "nauseated"], ["nauseous", "feeling nausea; feeling about to vomit", "nauseous"]]}, {"answer": "sickly", "hint": "synonyms for sickly", "clues": [["sallow", "unhealthy looking", "sallow"], ["indisposed", "somewhat ill or prone to illness", "indisposed"], ["poorly", "somewhat ill or prone to illness", "poorly"], ["under the weather", "somewhat ill or prone to illness", "under the weather"], ["peaked", "somewhat ill or prone to illness", "peaked"], ["unwell", "somewhat ill or prone to illness", "unwell"], ["ailing", "somewhat ill or prone to illness", "ailing"], ["seedy", "somewhat ill or prone to illness", "seedy"]]}, {"answer": "sidelong", "hint": "synonyms for sidelong", "clues": [["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squinty"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askant"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squint-eyed"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askance"], ["lateral", "situated at or extending to the side; ; - Tennyson", "lateral"]]}, {"answer": "sightly", "hint": "synonyms for sightly", "clues": [["bonnie", "very pleasing to the eye", "bonnie"], ["fair", "very pleasing to the eye", "fair"], ["bonny", "very pleasing to the eye", "bonny"], ["comely", "very pleasing to the eye", "comely"]]}, {"answer": "significant", "hint": "synonyms for significant", "clues": [["pregnant", "rich in significance or implication", "pregnant"], ["meaning", "rich in significance or implication", "meaning"], ["substantial", "fairly large", "substantial"], ["important", "important in effect or meaning", "important"]]}, {"answer": "significative", "hint": "synonyms for significative", "clues": [["indicatory", "(usually followed by `of') pointing out or revealing clearly", "indicatory"], ["suggestive", "(usually followed by `of') pointing out or revealing clearly", "suggestive"], ["revelatory", "(usually followed by `of') pointing out or revealing clearly", "revelatory"], ["indicative", "(usually followed by `of') pointing out or revealing clearly", "indicative"]]}, {"answer": "silent", "hint": "synonyms for silent", "clues": [["tacit", "implied by or inferred from actions or statements", "tacit"], ["soundless", "marked by absence of sound", "soundless"], ["mum", "failing to speak or communicate etc when expected to", "mum"], ["dumb", "unable to speak because of hereditary deafness", "dumb"], ["unsounded", "not made to sound", "unsounded"], ["mute", "unable to speak because of hereditary deafness", "mute"], ["understood", "implied by or inferred from actions or statements", "understood"], ["still", "marked by absence of sound", "still"]]}, {"answer": "silken", "hint": "synonyms for silken", "clues": [["silky", "having a smooth, gleaming surface reflecting light", "silky"], ["satiny", "having a smooth, gleaming surface reflecting light", "satiny"], ["silklike", "having a smooth, gleaming surface reflecting light", "silklike"], ["sleek", "having a smooth, gleaming surface reflecting light", "sleek"], ["slick", "having a smooth, gleaming surface reflecting light", "slick"]]}, {"answer": "silklike", "hint": "synonyms for silklike", "clues": [["silky", "having a smooth, gleaming surface reflecting light", "silky"], ["silken", "having a smooth, gleaming surface reflecting light", "silken"], ["satiny", "having a smooth, gleaming surface reflecting light", "satiny"], ["sleek", "having a smooth, gleaming surface reflecting light", "sleek"], ["slick", "having a smooth, gleaming surface reflecting light", "slick"]]}, {"answer": "silky", "hint": "synonyms for silky", "clues": [["silken", "having a smooth, gleaming surface reflecting light", "silken"], ["satiny", "having a smooth, gleaming surface reflecting light", "satiny"], ["silklike", "having a smooth, gleaming surface reflecting light", "silklike"], ["sleek", "having a smooth, gleaming surface reflecting light", "sleek"], ["slick", "having a smooth, gleaming surface reflecting light", "slick"]]}, {"answer": "silly", "hint": "synonyms for silly", "clues": [["sappy", "ludicrous, foolish", "sappy"], ["goofy", "ludicrous, foolish", "goofy"], ["pathetic", "inspiring scornful pity; - Dashiell Hammett", "pathetic"], ["ridiculous", "inspiring scornful pity; - Dashiell Hammett", "ridiculous"], ["light-headed", "lacking seriousness; given to frivolity", "light-headed"], ["airheaded", "lacking seriousness; given to frivolity", "airheaded"], ["cockamamie", "ludicrous, foolish", "cockamamie"], ["whacky", "ludicrous, foolish", "whacky"], ["dizzy", "lacking seriousness; given to frivolity", "dizzy"], ["slaphappy", "dazed from or as if from repeated blows", "slaphappy"], ["empty-headed", "lacking seriousness; given to frivolity", "empty-headed"], ["zany", "ludicrous, foolish", "zany"], ["cockamamy", "ludicrous, foolish", "cockamamy"], ["punch-drunk", "dazed from or as if from repeated blows", "punch-drunk"], ["giddy", "lacking seriousness; given to frivolity", "giddy"], ["featherbrained", "lacking seriousness; given to frivolity", "featherbrained"]]}, {"answer": "silver", "hint": "synonyms for silver", "clues": [["eloquent", "expressing yourself readily, clearly, effectively", "eloquent"], ["smooth-spoken", "expressing yourself readily, clearly, effectively", "smooth-spoken"], ["silvern", "having the white lustrous sheen of silver", "silvern"], ["fluent", "expressing yourself readily, clearly, effectively", "fluent"], ["argent", "of lustrous grey; covered with or tinged with the color of silver", "argent"], ["silver-tongued", "expressing yourself readily, clearly, effectively", "silver-tongued"], ["silverish", "of lustrous grey; covered with or tinged with the color of silver", "silverish"], ["facile", "expressing yourself readily, clearly, effectively", "facile"]]}, {"answer": "silver-tongued", "hint": "synonyms for silver-tongued", "clues": [["fluent", "expressing yourself readily, clearly, effectively", "fluent"], ["smooth-spoken", "expressing yourself readily, clearly, effectively", "smooth-spoken"], ["eloquent", "expressing yourself readily, clearly, effectively", "eloquent"], ["facile", "expressing yourself readily, clearly, effectively", "facile"], ["silver", "expressing yourself readily, clearly, effectively", "silver"]]}, {"answer": "similar", "hint": "synonyms for similar", "clues": [["standardised", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "standardised"], ["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "interchangeable"], ["like", "resembling or similar; having the same or some of the same characteristics; often used in combination", "like"], ["exchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "exchangeable"]]}, {"answer": "simple", "hint": "synonyms for simple", "clues": [["childlike", "exhibiting childlike simplicity and credulity", "childlike"], ["simple-minded", "lacking mental capacity and subtlety", "simple-minded"], ["unproblematic", "easy and not involved or complicated", "unproblematic"], ["mere", "apart from anything else; without additions or modifications", "mere"], ["uncomplicated", "easy and not involved or complicated", "uncomplicated"], ["dim-witted", "lacking mental capacity and subtlety", "dim-witted"], ["unsubdivided", "(botany) of leaf shapes; of leaves having no divisions or subdivisions", "unsubdivided"], ["wide-eyed", "exhibiting childlike simplicity and credulity", "wide-eyed"], ["elementary", "easy and not involved or complicated", "elementary"], ["dewy-eyed", "exhibiting childlike simplicity and credulity", "dewy-eyed"], ["round-eyed", "exhibiting childlike simplicity and credulity", "round-eyed"], ["bare", "apart from anything else; without additions or modifications", "bare"]]}, {"answer": "simulated", "hint": "synonyms for simulated", "clues": [["fake", "not genuine or real; being an imitation of the genuine article", "fake"], ["false", "not genuine or real; being an imitation of the genuine article", "false"], ["imitation", "not genuine or real; being an imitation of the genuine article", "imitation"], ["faux", "not genuine or real; being an imitation of the genuine article", "faux"]]}, {"answer": "simultaneous", "hint": "synonyms for simultaneous", "clues": [["concurrent", "occurring or operating at the same time", "concurrent"], ["cooccurring", "occurring or operating at the same time", "cooccurring"], ["coincident", "occurring or operating at the same time", "coincident"], ["co-occurrent", "occurring or operating at the same time", "co-occurrent"], ["coinciding", "occurring or operating at the same time", "coinciding"]]}, {"answer": "sinewy", "hint": "synonyms for sinewy", "clues": [["stringy", "(of meat) full of sinews; especially impossible to chew", "stringy"], ["tendinous", "consisting of tendons or resembling a tendon", "tendinous"], ["powerful", "(of a person) possessing physical strength and weight; rugged and powerful", "powerful"], ["fibrous", "(of meat) full of sinews; especially impossible to chew", "fibrous"], ["muscular", "(of a person) possessing physical strength and weight; rugged and powerful", "muscular"], ["hefty", "(of a person) possessing physical strength and weight; rugged and powerful", "hefty"], ["brawny", "(of a person) possessing physical strength and weight; rugged and powerful", "brawny"], ["unchewable", "(of meat) full of sinews; especially impossible to chew", "unchewable"]]}, {"answer": "sinful", "hint": "synonyms for sinful", "clues": [["wicked", "having committed unrighteous acts", "wicked"], ["unholy", "having committed unrighteous acts", "unholy"], ["over-the-top", "far more than usual or expected", "over-the-top"], ["ungodly", "characterized by iniquity; wicked because it is believed to be a sin", "ungodly"], ["iniquitous", "characterized by iniquity; wicked because it is believed to be a sin", "iniquitous"], ["extraordinary", "far more than usual or expected", "extraordinary"]]}, {"answer": "single", "hint": "synonyms for single", "clues": [["unmarried", "not married or related to the unmarried state", "unmarried"], ["undivided", "not divided among or brought to bear on more than one object or objective", "undivided"], ["exclusive", "not divided among or brought to bear on more than one object or objective", "exclusive"], ["individual", "characteristic of or meant for a single person or thing", "individual"]]}, {"answer": "singular", "hint": "synonyms for singular", "clues": [["rum", "beyond or deviating from the usual or expected", "rum"], ["unique", "the single one of its kind", "unique"], ["odd", "beyond or deviating from the usual or expected", "odd"], ["rummy", "beyond or deviating from the usual or expected", "rummy"], ["queer", "beyond or deviating from the usual or expected", "queer"], ["peculiar", "beyond or deviating from the usual or expected", "peculiar"], ["remarkable", "unusual or striking", "remarkable"], ["curious", "beyond or deviating from the usual or expected", "curious"], ["funny", "beyond or deviating from the usual or expected", "funny"]]}, {"answer": "sinister", "hint": "synonyms for sinister", "clues": [["minacious", "threatening or foreshadowing evil or tragic developments", "minacious"], ["baleful", "threatening or foreshadowing evil or tragic developments", "baleful"], ["threatening", "threatening or foreshadowing evil or tragic developments", "threatening"], ["forbidding", "threatening or foreshadowing evil or tragic developments", "forbidding"], ["menacing", "threatening or foreshadowing evil or tragic developments", "menacing"], ["dark", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy", "dark"], ["ominous", "threatening or foreshadowing evil or tragic developments", "ominous"], ["black", "stemming from evil characteristics or forces; wicked or dishonorable; ; ; ; ; ; ; -Thomas Hardy", "black"], ["minatory", "threatening or foreshadowing evil or tragic developments", "minatory"]]}, {"answer": "sissified", "hint": "synonyms for sissified", "clues": [["effeminate", "having unsuitable feminine qualities", "effeminate"], ["cissy", "having unsuitable feminine qualities", "cissy"], ["emasculate", "having unsuitable feminine qualities", "emasculate"], ["sissy", "having unsuitable feminine qualities", "sissy"], ["epicene", "having unsuitable feminine qualities", "epicene"], ["sissyish", "having unsuitable feminine qualities", "sissyish"]]}, {"answer": "sissy", "hint": "synonyms for sissy", "clues": [["effeminate", "having unsuitable feminine qualities", "effeminate"], ["sissified", "having unsuitable feminine qualities", "sissified"], ["cissy", "having unsuitable feminine qualities", "cissy"], ["emasculate", "having unsuitable feminine qualities", "emasculate"], ["epicene", "having unsuitable feminine qualities", "epicene"], ["sissyish", "having unsuitable feminine qualities", "sissyish"]]}, {"answer": "sissyish", "hint": "synonyms for sissyish", "clues": [["effeminate", "having unsuitable feminine qualities", "effeminate"], ["sissified", "having unsuitable feminine qualities", "sissified"], ["emasculate", "having unsuitable feminine qualities", "emasculate"], ["sissy", "having unsuitable feminine qualities", "sissy"], ["epicene", "having unsuitable feminine qualities", "epicene"], ["cissy", "having unsuitable feminine qualities", "cissy"]]}, {"answer": "sixpenny", "hint": "synonyms for sixpenny", "clues": [["twopenny-halfpenny", "of trifling worth", "twopenny-halfpenny"], ["two-a-penny", "of trifling worth", "two-a-penny"], ["twopenny", "of trifling worth", "twopenny"], ["threepenny", "of trifling worth", "threepenny"], ["tuppeny", "of trifling worth", "tuppeny"]]}, {"answer": "sizable", "hint": "synonyms for sizable", "clues": [["ample", "fairly large", "ample"], ["goodly", "large in amount or extent or degree", "goodly"], ["goodish", "large in amount or extent or degree", "goodish"], ["hefty", "large in amount or extent or degree", "hefty"], ["tidy", "large in amount or extent or degree", "tidy"], ["sizeable", "large in amount or extent or degree", "sizeable"], ["healthy", "large in amount or extent or degree", "healthy"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "sizeable", "hint": "synonyms for sizeable", "clues": [["ample", "fairly large", "ample"], ["goodly", "large in amount or extent or degree", "goodly"], ["goodish", "large in amount or extent or degree", "goodish"], ["sizable", "large in amount or extent or degree", "sizable"], ["hefty", "large in amount or extent or degree", "hefty"], ["tidy", "large in amount or extent or degree", "tidy"], ["healthy", "large in amount or extent or degree", "healthy"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "skanky", "hint": "synonyms for skanky", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"]]}, {"answer": "skeletal", "hint": "synonyms for skeletal", "clues": [["gaunt", "very thin especially from disease or hunger or cold", "gaunt"], ["cadaverous", "very thin especially from disease or hunger or cold", "cadaverous"], ["pinched", "very thin especially from disease or hunger or cold", "pinched"], ["bony", "very thin especially from disease or hunger or cold", "bony"], ["wasted", "very thin especially from disease or hunger or cold", "wasted"], ["haggard", "very thin especially from disease or hunger or cold", "haggard"], ["emaciated", "very thin especially from disease or hunger or cold", "emaciated"]]}, {"answer": "skeptical", "hint": "synonyms for skeptical", "clues": [["sceptical", "denying or questioning the tenets of especially a religion", "sceptical"], ["doubting", "marked by or given to doubt", "doubting"], ["disbelieving", "denying or questioning the tenets of especially a religion", "disbelieving"], ["questioning", "marked by or given to doubt", "questioning"], ["unbelieving", "denying or questioning the tenets of especially a religion", "unbelieving"]]}, {"answer": "skew-whiff", "hint": "synonyms for skew-whiff", "clues": [["awry", "turned or twisted toward one side; - G.K.Chesterton", "awry"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton", "cockeyed"], ["askew", "turned or twisted toward one side; - G.K.Chesterton", "askew"], ["wonky", "turned or twisted toward one side; - G.K.Chesterton", "wonky"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton", "lopsided"]]}, {"answer": "skilful", "hint": "synonyms for skilful", "clues": [["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["expert", "having or showing knowledge and skill and aptitude", "expert"], ["good", "having or showing knowledge and skill and aptitude", "good"], ["skillful", "having or showing knowledge and skill and aptitude", "skillful"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"], ["adept", "having or showing knowledge and skill and aptitude", "adept"]]}, {"answer": "skillful", "hint": "synonyms for skillful", "clues": [["practiced", "having or showing knowledge and skill and aptitude", "practiced"], ["expert", "having or showing knowledge and skill and aptitude", "expert"], ["nice", "done with delicacy and skill", "nice"], ["skilful", "having or showing knowledge and skill and aptitude", "skilful"], ["good", "having or showing knowledge and skill and aptitude", "good"], ["proficient", "having or showing knowledge and skill and aptitude", "proficient"], ["adept", "having or showing knowledge and skill and aptitude", "adept"]]}, {"answer": "skinny", "hint": "synonyms for skinny", "clues": [["underweight", "being very thin", "underweight"], ["scrawny", "being very thin", "scrawny"], ["scraggy", "being very thin", "scraggy"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"], ["tightly fitting", "fitting snugly", "tightly fitting"], ["close", "giving or spending with reluctance", "close"], ["weedy", "being very thin", "weedy"], ["boney", "being very thin", "boney"], ["near", "giving or spending with reluctance", "near"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"]]}, {"answer": "slanderous", "hint": "synonyms for slanderous", "clues": [["calumnious", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumnious"], ["denigrative", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrative"], ["libellous", "(used of statements) harmful and often untrue; tending to discredit or malign", "libellous"], ["denigrating", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigrating"], ["defamatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "defamatory"], ["denigratory", "(used of statements) harmful and often untrue; tending to discredit or malign", "denigratory"], ["calumniatory", "(used of statements) harmful and often untrue; tending to discredit or malign", "calumniatory"]]}, {"answer": "slanted", "hint": "synonyms for slanted", "clues": [["one-sided", "favoring one person or side over another", "one-sided"], ["aslope", "having an oblique or slanted direction", "aslope"], ["coloured", "favoring one person or side over another", "coloured"], ["diagonal", "having an oblique or slanted direction", "diagonal"], ["biased", "favoring one person or side over another", "biased"], ["aslant", "having an oblique or slanted direction", "aslant"], ["sloping", "having an oblique or slanted direction", "sloping"], ["slanting", "having an oblique or slanted direction", "slanting"], ["sloped", "having an oblique or slanted direction", "sloped"]]}, {"answer": "slanting", "hint": "synonyms for slanting", "clues": [["diagonal", "having an oblique or slanted direction", "diagonal"], ["aslope", "having an oblique or slanted direction", "aslope"], ["slanted", "having an oblique or slanted direction", "slanted"], ["aslant", "having an oblique or slanted direction", "aslant"], ["sloping", "having an oblique or slanted direction", "sloping"], ["sloped", "having an oblique or slanted direction", "sloped"]]}, {"answer": "slap-up", "hint": "synonyms for slap-up", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"]]}, {"answer": "slaphappy", "hint": "synonyms for slaphappy", "clues": [["carefree", "cheerfully irresponsible", "carefree"], ["silly", "dazed from or as if from repeated blows", "silly"], ["devil-may-care", "cheerfully irresponsible", "devil-may-care"], ["freewheeling", "cheerfully irresponsible", "freewheeling"], ["happy-go-lucky", "cheerfully irresponsible", "happy-go-lucky"], ["punch-drunk", "dazed from or as if from repeated blows", "punch-drunk"], ["harum-scarum", "cheerfully irresponsible", "harum-scarum"]]}, {"answer": "slate-grey", "hint": "synonyms for slate-grey", "clues": [["stone-grey", "of the color of slate or granite", "stone-grey"], ["slaty-grey", "of the color of slate or granite", "slaty-grey"], ["slaty", "of the color of slate or granite", "slaty"], ["slate-gray", "of the color of slate or granite", "slate-gray"]]}, {"answer": "slatey", "hint": "synonyms for slatey", "clues": [["stone-grey", "of the color of slate or granite", "stone-grey"], ["slaty", "of the color of slate or granite", "slaty"], ["slaty-grey", "of the color of slate or granite", "slaty-grey"], ["slate-gray", "of the color of slate or granite", "slate-gray"]]}, {"answer": "slaty", "hint": "synonyms for slaty", "clues": [["stone-grey", "of the color of slate or granite", "stone-grey"], ["slatey", "of the color of slate or granite", "slatey"], ["slaty-grey", "of the color of slate or granite", "slaty-grey"], ["slate-gray", "of the color of slate or granite", "slate-gray"]]}, {"answer": "slaty-gray", "hint": "synonyms for slaty-gray", "clues": [["stone-grey", "of the color of slate or granite", "stone-grey"], ["slaty-grey", "of the color of slate or granite", "slaty-grey"], ["slaty", "of the color of slate or granite", "slaty"], ["slate-gray", "of the color of slate or granite", "slate-gray"]]}, {"answer": "slaty-grey", "hint": "synonyms for slaty-grey", "clues": [["stone-grey", "of the color of slate or granite", "stone-grey"], ["slaty", "of the color of slate or granite", "slaty"], ["slate-grey", "of the color of slate or granite", "slate-grey"], ["slaty-gray", "of the color of slate or granite", "slaty-gray"]]}, {"answer": "slaughterous", "hint": "synonyms for slaughterous", "clues": [["sanguineous", "accompanied by bloodshed", "sanguineous"], ["sanguinary", "accompanied by bloodshed", "sanguinary"], ["butcherly", "accompanied by bloodshed", "butcherly"], ["gory", "accompanied by bloodshed", "gory"]]}, {"answer": "sleazy", "hint": "synonyms for sleazy", "clues": [["crummy", "of very poor quality; flimsy", "crummy"], ["tinny", "of very poor quality; flimsy", "tinny"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seedy"], ["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seamy"], ["cheesy", "of very poor quality; flimsy", "cheesy"], ["sordid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sordid"], ["squalid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "squalid"], ["chintzy", "of very poor quality; flimsy", "chintzy"], ["cheap", "of very poor quality; flimsy", "cheap"], ["punk", "of very poor quality; flimsy", "punk"], ["bum", "of very poor quality; flimsy", "bum"]]}, {"answer": "sleek", "hint": "synonyms for sleek", "clues": [["aerodynamic", "designed or arranged to offer the least resistant to fluid flow", "aerodynamic"], ["silky", "having a smooth, gleaming surface reflecting light", "silky"], ["silken", "having a smooth, gleaming surface reflecting light", "silken"], ["satiny", "having a smooth, gleaming surface reflecting light", "satiny"], ["streamlined", "designed or arranged to offer the least resistant to fluid flow", "streamlined"], ["flowing", "designed or arranged to offer the least resistant to fluid flow", "flowing"], ["silklike", "having a smooth, gleaming surface reflecting light", "silklike"], ["slick", "having a smooth, gleaming surface reflecting light", "slick"]]}, {"answer": "sleeveless", "hint": "synonyms for sleeveless", "clues": [["futile", "unproductive of success", "futile"], ["fruitless", "unproductive of success", "fruitless"], ["vain", "unproductive of success", "vain"], ["bootless", "unproductive of success", "bootless"]]}, {"answer": "slender", "hint": "synonyms for slender", "clues": [["slim", "small in quantity", "slim"], ["lissom", "moving and bending with ease", "lissom"], ["lithe", "moving and bending with ease", "lithe"], ["svelte", "moving and bending with ease", "svelte"], ["thin", "very narrow", "thin"], ["slight", "being of delicate or slender build; - Frank Norris", "slight"], ["lithesome", "moving and bending with ease", "lithesome"], ["sylphlike", "moving and bending with ease", "sylphlike"], ["supple", "moving and bending with ease", "supple"]]}, {"answer": "slick", "hint": "synonyms for slick", "clues": [["silky", "having a smooth, gleaming surface reflecting light", "silky"], ["silken", "having a smooth, gleaming surface reflecting light", "silken"], ["tricksy", "marked by skill in deception", "tricksy"], ["sleek", "having a smooth, gleaming surface reflecting light", "sleek"], ["crafty", "marked by skill in deception", "crafty"], ["glib", "having only superficial plausibility", "glib"], ["foxy", "marked by skill in deception", "foxy"], ["silklike", "having a smooth, gleaming surface reflecting light", "silklike"], ["wily", "marked by skill in deception", "wily"], ["pat", "having only superficial plausibility", "pat"], ["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["satiny", "having a smooth, gleaming surface reflecting light", "satiny"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "slight", "hint": "synonyms for slight", "clues": [["little", "(quantifier used with mass nouns) small in quantity or degree; not much or almost none or (with `a') at least some", "little"], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "fragile"], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "flimsy"], ["svelte", "being of delicate or slender build; - Frank Norris", "svelte"], ["slim", "being of delicate or slender build; - Frank Norris", "slim"], ["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "thin"], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "tenuous"], ["slender", "being of delicate or slender build; - Frank Norris", "slender"]]}, {"answer": "slighting", "hint": "synonyms for slighting", "clues": [["deprecative", "tending to diminish or disparage", "deprecative"], ["deprecatory", "tending to diminish or disparage", "deprecatory"], ["belittling", "tending to diminish or disparage", "belittling"], ["deprecating", "tending to diminish or disparage", "deprecating"]]}, {"answer": "slimy", "hint": "synonyms for slimy", "clues": [["despicable", "morally reprehensible", "despicable"], ["ugly", "morally reprehensible", "ugly"], ["worthless", "morally reprehensible", "worthless"], ["wretched", "morally reprehensible", "wretched"], ["unworthy", "morally reprehensible", "unworthy"], ["vile", "morally reprehensible", "vile"], ["slimed", "covered with or resembling slime", "slimed"]]}, {"answer": "sloped", "hint": "synonyms for sloped", "clues": [["diagonal", "having an oblique or slanted direction", "diagonal"], ["aslope", "having an oblique or slanted direction", "aslope"], ["slanted", "having an oblique or slanted direction", "slanted"], ["aslant", "having an oblique or slanted direction", "aslant"], ["sloping", "having an oblique or slanted direction", "sloping"], ["slanting", "having an oblique or slanted direction", "slanting"]]}, {"answer": "sloping", "hint": "synonyms for sloping", "clues": [["diagonal", "having an oblique or slanted direction", "diagonal"], ["aslope", "having an oblique or slanted direction", "aslope"], ["slanted", "having an oblique or slanted direction", "slanted"], ["aslant", "having an oblique or slanted direction", "aslant"], ["slanting", "having an oblique or slanted direction", "slanting"], ["sloped", "having an oblique or slanted direction", "sloped"]]}, {"answer": "slopped", "hint": "synonyms for slopped", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "sloppy", "hint": "synonyms for sloppy", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["loose-fitting", "not fitting closely; hanging loosely", "loose-fitting"], ["slapdash", "marked by great carelessness", "slapdash"], ["haphazard", "marked by great carelessness", "haphazard"], ["mucky", "(of soil) soft and watery", "mucky"], ["soggy", "(of soil) soft and watery", "soggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["slipshod", "marked by great carelessness", "slipshod"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["baggy", "not fitting closely; hanging loosely", "baggy"], ["overemotional", "excessively or abnormally emotional", "overemotional"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "sloshed", "hint": "synonyms for sloshed", "clues": [["fuddled", "very drunk", "fuddled"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "slothful", "hint": "synonyms for slothful", "clues": [["lazy", "disinclined to work or exertion", "lazy"], ["work-shy", "disinclined to work or exertion", "work-shy"], ["faineant", "disinclined to work or exertion", "faineant"], ["indolent", "disinclined to work or exertion", "indolent"], ["otiose", "disinclined to work or exertion", "otiose"]]}, {"answer": "sloughy", "hint": "synonyms for sloughy", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "slow", "hint": "synonyms for slow", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["dull", "(of business) not active or brisk", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["sluggish", "(of business) not active or brisk", "sluggish"], ["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dim"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "sluggish", "hint": "synonyms for sluggish", "clues": [["dull", "(of business) not active or brisk", "dull"], ["soggy", "slow and apathetic", "soggy"], ["torpid", "slow and apathetic", "torpid"], ["inert", "slow and apathetic", "inert"], ["slow", "(of business) not active or brisk", "slow"], ["sulky", "moving slowly", "sulky"]]}, {"answer": "slushy", "hint": "synonyms for slushy", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "sluttish", "hint": "synonyms for sluttish", "clues": [["slatternly", "characteristic of or befitting a slut or slattern; used especially of women", "slatternly"], ["light", "casual and unrestrained in sexual behavior", "light"], ["loose", "casual and unrestrained in sexual behavior", "loose"], ["promiscuous", "casual and unrestrained in sexual behavior", "promiscuous"], ["easy", "casual and unrestrained in sexual behavior", "easy"], ["wanton", "casual and unrestrained in sexual behavior", "wanton"], ["blowzy", "characteristic of or befitting a slut or slattern; used especially of women", "blowzy"], ["blowsy", "characteristic of or befitting a slut or slattern; used especially of women", "blowsy"]]}, {"answer": "sly", "hint": "synonyms for sly", "clues": [["cunning", "marked by skill in deception", "cunning"], ["tricksy", "marked by skill in deception", "tricksy"], ["crafty", "marked by skill in deception", "crafty"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "small", "hint": "synonyms for small", "clues": [["little", "lowercase", "little"], ["small-scale", "limited in size or scope", "small-scale"], ["pocket-sized", "limited in size or scope", "pocket-sized"], ["humble", "low or inferior in station or quality", "humble"], ["low", "low or inferior in station or quality", "low"], ["modest", "low or inferior in station or quality", "modest"], ["belittled", "made to seem smaller or less (especially in worth)", "belittled"], ["minuscule", "lowercase", "minuscule"], ["minor", "limited in size or scope", "minor"], ["diminished", "made to seem smaller or less (especially in worth)", "diminished"]]}, {"answer": "small-grained", "hint": "synonyms for small-grained", "clues": [["fine-grained", "consisting of fine particles", "fine-grained"], ["pulverized", "consisting of fine particles", "pulverized"], ["powdery", "consisting of fine particles", "powdery"], ["powdered", "consisting of fine particles", "powdered"]]}, {"answer": "small-scale", "hint": "synonyms for small-scale", "clues": [["pocket-sized", "limited in size or scope", "pocket-sized"], ["small", "limited in size or scope", "small"], ["minor", "limited in size or scope", "minor"], ["modest", "limited in size or scope", "modest"]]}, {"answer": "smaller", "hint": "synonyms for smaller", "clues": [["little", "lowercase", "little"], ["pocket-sized", "limited in size or scope", "pocket-sized"], ["humble", "low or inferior in station or quality", "humble"], ["low", "low or inferior in station or quality", "low"], ["belittled", "made to seem smaller or less (especially in worth)", "belittled"], ["small", "(of children and animals) young, immature", "small"], ["modest", "not large but sufficient in size or amount", "modest"], ["diminished", "made to seem smaller or less (especially in worth)", "diminished"], ["small-scale", "limited in size or scope", "small-scale"], ["minuscule", "lowercase", "minuscule"], ["minor", "limited in size or scope", "minor"]]}, {"answer": "smarmy", "hint": "synonyms for smarmy", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech", "unctuous"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech", "oleaginous"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech", "fulsome"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech", "buttery"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech", "soapy"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech", "oily"]]}, {"answer": "smart", "hint": "synonyms for smart", "clues": [["impudent", "improperly forward or bold", "impudent"], ["sassy", "improperly forward or bold", "sassy"], ["bright", "characterized by quickness and ease in learning", "bright"], ["fresh", "improperly forward or bold", "fresh"], ["impertinent", "improperly forward or bold", "impertinent"], ["wise", "improperly forward or bold", "wise"], ["overbold", "improperly forward or bold", "overbold"], ["chic", "elegant and stylish", "chic"], ["saucy", "improperly forward or bold", "saucy"], ["voguish", "elegant and stylish", "voguish"]]}, {"answer": "smashed", "hint": "synonyms for smashed", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "smashing", "hint": "synonyms for smashing", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["groovy", "very good", "groovy"], ["swell", "very good", "swell"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "smelly", "hint": "synonyms for smelly", "clues": [["fetid", "offensively malodorous", "fetid"], ["stinking", "offensively malodorous", "stinking"], ["noisome", "offensively malodorous", "noisome"], ["ill-scented", "offensively malodorous", "ill-scented"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["funky", "offensively malodorous", "funky"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "smitten", "hint": "synonyms for smitten", "clues": [["taken with", "marked by foolish or unreasoning fondness", "taken with"], ["stricken", "(used in combination) affected by something overwhelming", "stricken"], ["infatuated", "marked by foolish or unreasoning fondness", "infatuated"], ["in love", "marked by foolish or unreasoning fondness", "in love"], ["struck", "(used in combination) affected by something overwhelming", "struck"], ["potty", "marked by foolish or unreasoning fondness", "potty"], ["soft on", "marked by foolish or unreasoning fondness", "soft on"], ["enamored", "marked by foolish or unreasoning fondness", "enamored"]]}, {"answer": "smooth", "hint": "synonyms for smooth", "clues": [["politic", "smoothly agreeable and courteous with a degree of sophistication", "politic"], ["suave", "smoothly agreeable and courteous with a degree of sophistication", "suave"], ["tranquil", "(of a body of water) free from disturbance by heavy waves", "tranquil"], ["quiet", "(of a body of water) free from disturbance by heavy waves", "quiet"], ["liquid", "smooth and unconstrained in movement", "liquid"], ["placid", "(of a body of water) free from disturbance by heavy waves", "placid"], ["fluid", "smooth and unconstrained in movement", "fluid"], ["legato", "(music) without breaks between notes; smooth and connected", "legato"], ["unruffled", "(of a body of water) free from disturbance by heavy waves", "unruffled"], ["still", "(of a body of water) free from disturbance by heavy waves", "still"], ["bland", "smoothly agreeable and courteous with a degree of sophistication", "bland"], ["fluent", "smooth and unconstrained in movement", "fluent"]]}, {"answer": "smooth-spoken", "hint": "synonyms for smooth-spoken", "clues": [["fluent", "expressing yourself readily, clearly, effectively", "fluent"], ["silver-tongued", "expressing yourself readily, clearly, effectively", "silver-tongued"], ["eloquent", "expressing yourself readily, clearly, effectively", "eloquent"], ["facile", "expressing yourself readily, clearly, effectively", "facile"], ["silver", "expressing yourself readily, clearly, effectively", "silver"]]}, {"answer": "smuggled", "hint": "synonyms for smuggled", "clues": [["black-market", "distributed or sold illicitly", "black-market"], ["contraband", "distributed or sold illicitly", "contraband"], ["bootleg", "distributed or sold illicitly", "bootleg"], ["black", "distributed or sold illicitly", "black"]]}, {"answer": "smutty", "hint": "synonyms for smutty", "clues": [["nasty", "characterized by obscenity", "nasty"], ["filthy", "characterized by obscenity", "filthy"], ["black", "soiled with dirt or soot", "black"], ["cruddy", "characterized by obscenity", "cruddy"], ["foul", "characterized by obscenity", "foul"]]}, {"answer": "snappy", "hint": "synonyms for snappy", "clues": [["frosty", "pleasantly cold and invigorating", "frosty"], ["crisp", "pleasantly cold and invigorating", "crisp"], ["merry", "quick and energetic", "merry"], ["brisk", "quick and energetic", "brisk"], ["nipping", "pleasantly cold and invigorating", "nipping"], ["whipping", "smart and fashionable", "whipping"], ["spanking", "quick and energetic", "spanking"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["alert", "quick and energetic", "alert"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"], ["natty", "marked by up-to-dateness in dress and manners", "natty"], ["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["snappish", "apt to speak irritably", "snappish"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["lively", "quick and energetic", "lively"], ["zippy", "quick and energetic", "zippy"], ["rattling", "quick and energetic", "rattling"], ["nippy", "pleasantly cold and invigorating", "nippy"]]}, {"answer": "sneak", "hint": "synonyms for sneak", "clues": [["sneaky", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "sneaky"], ["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "stealthy"], ["furtive", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "furtive"], ["surreptitious", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "surreptitious"]]}, {"answer": "sneaky", "hint": "synonyms for sneaky", "clues": [["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "stealthy"], ["sneak", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "sneak"], ["surreptitious", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "surreptitious"], ["furtive", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "furtive"], ["underhanded", "marked by deception", "underhanded"]]}, {"answer": "sniffy", "hint": "synonyms for sniffy", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"]]}, {"answer": "snobbish", "hint": "synonyms for snobbish", "clues": [["snobby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobby"], ["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "cliquish"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clannish"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clubby"]]}, {"answer": "snobby", "hint": "synonyms for snobby", "clues": [["cliquish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "cliquish"], ["clannish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clannish"], ["clubby", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "clubby"], ["snobbish", "befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior", "snobbish"]]}, {"answer": "snooty", "hint": "synonyms for snooty", "clues": [["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "stuck-up"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "uppish"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "bigheaded"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "persnickety"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snot-nosed"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snotty"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "too big for one's breeches"]]}, {"answer": "snot-nosed", "hint": "synonyms for snot-nosed", "clues": [["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "stuck-up"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "uppish"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "bigheaded"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snooty"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "persnickety"], ["snotty", "dirty with nasal discharge", "snotty"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "too big for one's breeches"]]}, {"answer": "snotty", "hint": "synonyms for snotty", "clues": [["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "stuck-up"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "uppish"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "bigheaded"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snooty"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "persnickety"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snot-nosed"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "too big for one's breeches"]]}, {"answer": "snowy", "hint": "synonyms for snowy", "clues": [["snow-white", "of the white color of snow", "snow-white"], ["white", "marked by the presence of snow", "white"], ["snow-clad", "covered with snow", "snow-clad"], ["snow-covered", "covered with snow", "snow-covered"]]}, {"answer": "snug", "hint": "synonyms for snug", "clues": [["close", "fitting closely but comfortably", "close"], ["cozy", "enjoying or affording comforting warmth and shelter especially in a small space", "cozy"], ["cosy", "enjoying or affording comforting warmth and shelter especially in a small space", "cosy"], ["close-fitting", "fitting closely but comfortably", "close-fitting"]]}, {"answer": "soaked", "hint": "synonyms for soaked", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "soapy", "hint": "synonyms for soapy", "clues": [["unctuous", "unpleasantly and excessively suave or ingratiating in manner or speech", "unctuous"], ["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech", "smarmy"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech", "oleaginous"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech", "fulsome"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech", "buttery"], ["saponaceous", "resembling or having the qualities of soap", "saponaceous"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech", "oily"]]}, {"answer": "sober", "hint": "synonyms for sober", "clues": [["somber", "lacking brightness or color; dull", "somber"], ["unplayful", "completely lacking in playfulness", "unplayful"], ["sedate", "dignified and somber in manner or character and committed to keeping promises", "sedate"], ["sombre", "lacking brightness or color; dull", "sombre"], ["serious", "completely lacking in playfulness", "serious"], ["solemn", "dignified and somber in manner or character and committed to keeping promises", "solemn"], ["drab", "lacking brightness or color; dull", "drab"], ["grave", "dignified and somber in manner or character and committed to keeping promises", "grave"]]}, {"answer": "sodding", "hint": "synonyms for sodding", "clues": [["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "soft", "hint": "synonyms for soft", "clues": [["mild", "mild and pleasant", "mild"], ["indulgent", "tolerant or lenient", "indulgent"], ["gentle", "having little impact", "gentle"], ["lenient", "tolerant or lenient", "lenient"], ["flabby", "out of condition; not strong or robust; incapable of exertion or endurance", "flabby"], ["delicate", "easily hurt", "delicate"], ["flaccid", "out of condition; not strong or robust; incapable of exertion or endurance", "flaccid"], ["voiced", "produced with vibration of the vocal cords", "voiced"], ["diffused", "(of light) transmitted from a broad light source or reflected", "diffused"], ["subdued", "not brilliant or glaring", "subdued"], ["cushy", "not burdensome or demanding; borne or done easily and without hardship", "cushy"], ["sonant", "produced with vibration of the vocal cords", "sonant"], ["easygoing", "not burdensome or demanding; borne or done easily and without hardship", "easygoing"], ["easy", "having little impact", "easy"], ["balmy", "mild and pleasant", "balmy"], ["piano", "used chiefly as a direction or description in music", "piano"]]}, {"answer": "soft_on", "hint": "synonyms for soft on", "clues": [["taken with", "marked by foolish or unreasoning fondness", "taken with"], ["in love", "marked by foolish or unreasoning fondness", "in love"], ["potty", "marked by foolish or unreasoning fondness", "potty"], ["enamored", "marked by foolish or unreasoning fondness", "enamored"], ["infatuated", "marked by foolish or unreasoning fondness", "infatuated"], ["smitten", "marked by foolish or unreasoning fondness", "smitten"]]}, {"answer": "soggy", "hint": "synonyms for soggy", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["doughy", "having the consistency of dough because of insufficient leavening or improper cooking", "doughy"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["torpid", "slow and apathetic", "torpid"], ["inert", "slow and apathetic", "inert"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["sluggish", "slow and apathetic", "sluggish"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "sole", "hint": "synonyms for sole", "clues": [["lonesome", "being the only one; single and isolated from others", "lonesome"], ["exclusive", "not divided or shared with others", "exclusive"], ["only", "being the only one; single and isolated from others", "only"], ["solitary", "being the only one; single and isolated from others", "solitary"], ["lone", "being the only one; single and isolated from others", "lone"]]}, {"answer": "solemn", "hint": "synonyms for solemn", "clues": [["earnest", "characterized by a firm and humorless belief in the validity of your opinions", "earnest"], ["sedate", "dignified and somber in manner or character and committed to keeping promises", "sedate"], ["sincere", "characterized by a firm and humorless belief in the validity of your opinions", "sincere"], ["sober", "dignified and somber in manner or character and committed to keeping promises", "sober"], ["grave", "dignified and somber in manner or character and committed to keeping promises", "grave"]]}, {"answer": "solid", "hint": "synonyms for solid", "clues": [["satisfying", "providing abundant nourishment", "satisfying"], ["unanimous", "acting together as a single undiversified whole", "unanimous"], ["self-coloured", "of the same color throughout", "self-coloured"], ["square", "providing abundant nourishment", "square"], ["whole", "acting together as a single undiversified whole", "whole"], ["substantial", "of good quality and condition; solidly built", "substantial"], ["strong", "of good quality and condition; solidly built", "strong"], ["hearty", "providing abundant nourishment", "hearty"], ["firm", "not soft or yielding to pressure", "firm"], ["upstanding", "meriting respect or esteem", "upstanding"]]}, {"answer": "solitary", "hint": "synonyms for solitary", "clues": [["nongregarious", "of plants and animals; not growing or living in groups or colonies", "nongregarious"], ["lonesome", "being the only one; single and isolated from others", "lonesome"], ["nonsocial", "of plants and animals; not growing or living in groups or colonies", "nonsocial"], ["lonely", "characterized by or preferring solitude", "lonely"], ["alone", "lacking companions or companionship", "alone"], ["unfrequented", "devoid of creatures", "unfrequented"], ["sole", "being the only one; single and isolated from others", "sole"], ["only", "being the only one; single and isolated from others", "only"]]}, {"answer": "somber", "hint": "synonyms for somber", "clues": [["melancholy", "grave or even gloomy in character", "melancholy"], ["sombre", "lacking brightness or color; dull", "sombre"], ["sober", "lacking brightness or color; dull", "sober"], ["drab", "lacking brightness or color; dull", "drab"]]}, {"answer": "sometime", "hint": "synonyms for sometime", "clues": [["quondam", "belonging to some prior time", "quondam"], ["former", "belonging to some prior time", "former"], ["one-time", "belonging to some prior time", "one-time"], ["old", "belonging to some prior time", "old"], ["erstwhile", "belonging to some prior time", "erstwhile"]]}, {"answer": "somniferous", "hint": "synonyms for somniferous", "clues": [["soporiferous", "sleep inducing", "soporiferous"], ["hypnagogic", "sleep inducing", "hypnagogic"], ["somnific", "sleep inducing", "somnific"], ["soporific", "sleep inducing", "soporific"]]}, {"answer": "somnific", "hint": "synonyms for somnific", "clues": [["somniferous", "sleep inducing", "somniferous"], ["soporiferous", "sleep inducing", "soporiferous"], ["hypnagogic", "sleep inducing", "hypnagogic"], ["soporific", "sleep inducing", "soporific"]]}, {"answer": "sonsie", "hint": "synonyms for sonsie", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "sonsy", "hint": "synonyms for sonsy", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "sooty", "hint": "synonyms for sooty", "clues": [["jet-black", "of the blackest black; similar to the color of jet or coal", "jet-black"], ["pitchy", "of the blackest black; similar to the color of jet or coal", "pitchy"], ["jet", "of the blackest black; similar to the color of jet or coal", "jet"], ["coal-black", "of the blackest black; similar to the color of jet or coal", "coal-black"]]}, {"answer": "soporiferous", "hint": "synonyms for soporiferous", "clues": [["somniferous", "sleep inducing", "somniferous"], ["soporific", "inducing mental lethargy", "soporific"], ["narcotic", "inducing mental lethargy", "narcotic"], ["hypnagogic", "sleep inducing", "hypnagogic"], ["somnific", "sleep inducing", "somnific"]]}, {"answer": "soporific", "hint": "synonyms for soporific", "clues": [["somniferous", "sleep inducing", "somniferous"], ["soporiferous", "sleep inducing", "soporiferous"], ["narcotic", "inducing mental lethargy", "narcotic"], ["hypnagogic", "sleep inducing", "hypnagogic"], ["somnific", "sleep inducing", "somnific"]]}, {"answer": "soppy", "hint": "synonyms for soppy", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["sodden", "wet through and through; thoroughly wet", "sodden"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["soupy", "effusively or insincerely emotional", "soupy"], ["mushy", "effusively or insincerely emotional", "mushy"]]}, {"answer": "sorcerous", "hint": "synonyms for sorcerous", "clues": [["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "wizardly"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magic"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magical"], ["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "witching"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "charming"]]}, {"answer": "sordid", "hint": "synonyms for sordid", "clues": [["squalid", "foul and run-down and repulsive", "squalid"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seedy"], ["dirty", "unethical or dishonest", "dirty"], ["flyblown", "foul and run-down and repulsive", "flyblown"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sleazy"], ["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seamy"]]}, {"answer": "sore", "hint": "synonyms for sore", "clues": [["huffy", "roused to anger; - Mark Twain", "huffy"], ["tender", "hurting", "tender"], ["mad", "roused to anger; - Mark Twain", "mad"], ["painful", "causing misery or pain or distress", "painful"], ["raw", "hurting", "raw"], ["sensitive", "hurting", "sensitive"], ["afflictive", "causing misery or pain or distress", "afflictive"]]}, {"answer": "sorrowing", "hint": "synonyms for sorrowing", "clues": [["mourning", "sorrowful through loss or deprivation", "mourning"], ["bereft", "sorrowful through loss or deprivation", "bereft"], ["bereaved", "sorrowful through loss or deprivation", "bereaved"], ["grieving", "sorrowful through loss or deprivation", "grieving"], ["grief-stricken", "sorrowful through loss or deprivation", "grief-stricken"]]}, {"answer": "sorry", "hint": "synonyms for sorry", "clues": [["disconsolate", "causing dejection", "disconsolate"], ["grim", "causing dejection", "grim"], ["pitiful", "bad; unfortunate", "pitiful"], ["deplorable", "bad; unfortunate", "deplorable"], ["lamentable", "bad; unfortunate", "lamentable"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "regretful"], ["good-for-nothing", "without merit", "good-for-nothing"], ["bad", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "bad"], ["distressing", "bad; unfortunate", "distressing"], ["dismal", "causing dejection", "dismal"], ["gloomy", "causing dejection", "gloomy"], ["dreary", "causing dejection", "dreary"], ["sad", "bad; unfortunate", "sad"], ["dingy", "causing dejection", "dingy"], ["meritless", "without merit", "meritless"], ["no-account", "without merit", "no-account"], ["dark", "causing dejection", "dark"], ["blue", "causing dejection", "blue"], ["no-good", "without merit", "no-good"], ["good-for-naught", "without merit", "good-for-naught"], ["drab", "causing dejection", "drab"]]}, {"answer": "sound", "hint": "synonyms for sound", "clues": [["good", "in excellent physical condition", "good"], ["effectual", "having legal efficacy or force", "effectual"], ["heavy", "(of sleep) deep and complete", "heavy"], ["intelligent", "exercising or showing good judgment", "intelligent"], ["level-headed", "exercising or showing good judgment", "level-headed"], ["well-grounded", "logically valid", "well-grounded"], ["profound", "(of sleep) deep and complete", "profound"], ["legal", "having legal efficacy or force", "legal"], ["healthy", "exercising or showing good judgment", "healthy"], ["reasoned", "logically valid", "reasoned"], ["wakeless", "(of sleep) deep and complete", "wakeless"]]}, {"answer": "soupy", "hint": "synonyms for soupy", "clues": [["drippy", "effusively or insincerely emotional", "drippy"], ["mawkish", "effusively or insincerely emotional", "mawkish"], ["slushy", "effusively or insincerely emotional", "slushy"], ["kitschy", "effusively or insincerely emotional", "kitschy"], ["hokey", "effusively or insincerely emotional", "hokey"], ["schmaltzy", "effusively or insincerely emotional", "schmaltzy"], ["maudlin", "effusively or insincerely emotional", "maudlin"], ["sentimental", "effusively or insincerely emotional", "sentimental"], ["bathetic", "effusively or insincerely emotional", "bathetic"], ["mushy", "effusively or insincerely emotional", "mushy"], ["soppy", "effusively or insincerely emotional", "soppy"]]}, {"answer": "sour", "hint": "synonyms for sour", "clues": [["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["off-key", "inaccurate in pitch", "off-key"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["sullen", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sullen"], ["turned", "in an unpalatable state", "turned"], ["glowering", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glowering"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"], ["false", "inaccurate in pitch", "false"], ["off", "in an unpalatable state", "off"], ["rancid", "smelling of fermentation or staleness", "rancid"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"]]}, {"answer": "sourish", "hint": "synonyms for sourish", "clues": [["tangy", "tasting sour like a lemon", "tangy"], ["lemony", "tasting sour like a lemon", "lemony"], ["lemonlike", "tasting sour like a lemon", "lemonlike"], ["tart", "tasting sour like a lemon", "tart"]]}, {"answer": "soused", "hint": "synonyms for soused", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "sovereign", "hint": "synonyms for sovereign", "clues": [["autonomous", "(of political bodies) not controlled by outside forces", "autonomous"], ["self-governing", "(of political bodies) not controlled by outside forces", "self-governing"], ["supreme", "greatest in status or authority or power", "supreme"], ["independent", "(of political bodies) not controlled by outside forces", "independent"]]}, {"answer": "sozzled", "hint": "synonyms for sozzled", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"]]}, {"answer": "spangled", "hint": "synonyms for spangled", "clues": [["sequined", "covered with beads or jewels or sequins", "sequined"], ["gemmed", "covered with beads or jewels or sequins", "gemmed"], ["jewelled", "covered with beads or jewels or sequins", "jewelled"], ["beady", "covered with beads or jewels or sequins", "beady"], ["spangly", "covered with beads or jewels or sequins", "spangly"]]}, {"answer": "spangly", "hint": "synonyms for spangly", "clues": [["spangled", "covered with beads or jewels or sequins", "spangled"], ["sequined", "covered with beads or jewels or sequins", "sequined"], ["gemmed", "covered with beads or jewels or sequins", "gemmed"], ["jewelled", "covered with beads or jewels or sequins", "jewelled"], ["beady", "covered with beads or jewels or sequins", "beady"]]}, {"answer": "spanking", "hint": "synonyms for spanking", "clues": [["lively", "quick and energetic", "lively"], ["zippy", "quick and energetic", "zippy"], ["brisk", "quick and energetic", "brisk"], ["merry", "quick and energetic", "merry"], ["alert", "quick and energetic", "alert"], ["rattling", "quick and energetic", "rattling"], ["snappy", "quick and energetic", "snappy"]]}, {"answer": "spare", "hint": "synonyms for spare", "clues": [["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["redundant", "more than is needed, desired, or required", "redundant"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["trim", "thin and fit", "trim"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["bare", "lacking in amplitude or quantity", "bare"], ["unembellished", "lacking embellishment or ornamentation", "unembellished"], ["extra", "more than is needed, desired, or required", "extra"], ["plain", "lacking embellishment or ornamentation", "plain"], ["excess", "more than is needed, desired, or required", "excess"], ["surplus", "more than is needed, desired, or required", "surplus"], ["scanty", "lacking in amplitude or quantity", "scanty"], ["free", "not taken up by scheduled activities", "free"], ["unornamented", "lacking embellishment or ornamentation", "unornamented"]]}, {"answer": "sparing", "hint": "synonyms for sparing", "clues": [["frugal", "avoiding waste", "frugal"], ["economical", "avoiding waste", "economical"], ["stinting", "avoiding waste", "stinting"], ["scotch", "avoiding waste", "scotch"]]}, {"answer": "sparkly", "hint": "synonyms for sparkly", "clues": [["glinting", "having brief brilliant points or flashes of light", "glinting"], ["fulgid", "having brief brilliant points or flashes of light", "fulgid"], ["glittery", "having brief brilliant points or flashes of light", "glittery"], ["effervescent", "marked by high spirits or excitement", "effervescent"], ["scintillating", "having brief brilliant points or flashes of light", "scintillating"], ["glittering", "having brief brilliant points or flashes of light", "glittering"], ["frothy", "marked by high spirits or excitement", "frothy"], ["bubbling", "marked by high spirits or excitement", "bubbling"], ["scintillant", "having brief brilliant points or flashes of light", "scintillant"], ["coruscant", "having brief brilliant points or flashes of light", "coruscant"]]}, {"answer": "special", "hint": "synonyms for special", "clues": [["exceptional", "surpassing what is common or usual or expected", "exceptional"], ["particular", "surpassing what is common or usual or expected", "particular"], ["peculiar", "unique or specific to a person or thing or category", "peculiar"], ["especial", "surpassing what is common or usual or expected", "especial"], ["extra", "added to a regular schedule", "extra"], ["limited", "having a specific function or scope", "limited"]]}, {"answer": "specked", "hint": "synonyms for specked", "clues": [["flecked", "having a pattern of dots", "flecked"], ["stippled", "having a pattern of dots", "stippled"], ["dotted", "having a pattern of dots", "dotted"], ["speckled", "having a pattern of dots", "speckled"]]}, {"answer": "speckled", "hint": "synonyms for speckled", "clues": [["flecked", "having a pattern of dots", "flecked"], ["stippled", "having a pattern of dots", "stippled"], ["dotted", "having a pattern of dots", "dotted"], ["specked", "having a pattern of dots", "specked"]]}, {"answer": "speckless", "hint": "synonyms for speckless", "clues": [["immaculate", "completely neat and clean", "immaculate"], ["spotless", "completely neat and clean", "spotless"], ["spic-and-span", "completely neat and clean", "spic-and-span"], ["spic", "completely neat and clean", "spic"]]}, {"answer": "spectacular", "hint": "synonyms for spectacular", "clues": [["prominent", "having a quality that thrusts itself into attention", "prominent"], ["outstanding", "having a quality that thrusts itself into attention", "outstanding"], ["striking", "having a quality that thrusts itself into attention", "striking"], ["salient", "having a quality that thrusts itself into attention", "salient"], ["dramatic", "sensational in appearance or thrilling in effect", "dramatic"]]}, {"answer": "spectral", "hint": "synonyms for spectral", "clues": [["ghostlike", "resembling or characteristic of a phantom", "ghostlike"], ["apparitional", "resembling or characteristic of a phantom", "apparitional"], ["phantasmal", "resembling or characteristic of a phantom", "phantasmal"], ["spiritual", "resembling or characteristic of a phantom", "spiritual"], ["ghostly", "resembling or characteristic of a phantom", "ghostly"]]}, {"answer": "speculative", "hint": "synonyms for speculative", "clues": [["questioning", "showing curiosity", "questioning"], ["wondering", "showing curiosity", "wondering"], ["high-risk", "not financially safe or secure", "high-risk"], ["bad", "not financially safe or secure", "bad"], ["inquisitive", "showing curiosity", "inquisitive"], ["notional", "not based on fact or investigation", "notional"], ["risky", "not financially safe or secure", "risky"]]}, {"answer": "spell-bound", "hint": "synonyms for spell-bound", "clues": [["fascinated", "having your attention fixated as though by a spell", "fascinated"], ["hypnotized", "having your attention fixated as though by a spell", "hypnotized"], ["mesmerised", "having your attention fixated as though by a spell", "mesmerised"], ["spellbound", "having your attention fixated as though by a spell", "spellbound"], ["transfixed", "having your attention fixated as though by a spell", "transfixed"]]}, {"answer": "spellbound", "hint": "synonyms for spellbound", "clues": [["spell-bound", "having your attention fixated as though by a spell", "spell-bound"], ["fascinated", "having your attention fixated as though by a spell", "fascinated"], ["hypnotized", "having your attention fixated as though by a spell", "hypnotized"], ["mesmerised", "having your attention fixated as though by a spell", "mesmerised"], ["transfixed", "having your attention fixated as though by a spell", "transfixed"]]}, {"answer": "spent", "hint": "synonyms for spent", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"]]}, {"answer": "spheric", "hint": "synonyms for spheric", "clues": [["global", "having the shape of a sphere or ball; ; ; - Zane Grey", "global"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey", "globular"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey", "globose"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey", "orbicular"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey", "ball-shaped"], ["spherical", "having the shape of a sphere or ball; ; ; - Zane Grey", "spherical"]]}, {"answer": "spherical", "hint": "synonyms for spherical", "clues": [["global", "having the shape of a sphere or ball; ; ; - Zane Grey", "global"], ["globular", "having the shape of a sphere or ball; ; ; - Zane Grey", "globular"], ["globose", "having the shape of a sphere or ball; ; ; - Zane Grey", "globose"], ["orbicular", "having the shape of a sphere or ball; ; ; - Zane Grey", "orbicular"], ["spheric", "having the shape of a sphere or ball; ; ; - Zane Grey", "spheric"], ["ball-shaped", "having the shape of a sphere or ball; ; ; - Zane Grey", "ball-shaped"]]}, {"answer": "spic", "hint": "synonyms for spic", "clues": [["immaculate", "completely neat and clean", "immaculate"], ["spotless", "completely neat and clean", "spotless"], ["speckless", "completely neat and clean", "speckless"], ["spic-and-span", "completely neat and clean", "spic-and-span"], ["spick", "completely neat and clean", "spick"]]}, {"answer": "spic-and-span", "hint": "synonyms for spic-and-span", "clues": [["immaculate", "completely neat and clean", "immaculate"], ["spick-and-span", "conspicuously new", "spick-and-span"], ["speckless", "completely neat and clean", "speckless"], ["bran-new", "conspicuously new", "bran-new"], ["spick", "completely neat and clean", "spick"], ["spotless", "completely neat and clean", "spotless"]]}, {"answer": "spick", "hint": "synonyms for spick", "clues": [["immaculate", "completely neat and clean", "immaculate"], ["spotless", "completely neat and clean", "spotless"], ["speckless", "completely neat and clean", "speckless"], ["spic-and-span", "completely neat and clean", "spic-and-span"], ["spic", "completely neat and clean", "spic"]]}, {"answer": "spick-and-span", "hint": "synonyms for spick-and-span", "clues": [["immaculate", "completely neat and clean", "immaculate"], ["speckless", "completely neat and clean", "speckless"], ["spic-and-span", "completely neat and clean", "spic-and-span"], ["bran-new", "conspicuously new", "bran-new"], ["spick", "completely neat and clean", "spick"], ["spotless", "completely neat and clean", "spotless"]]}, {"answer": "spicy", "hint": "synonyms for spicy", "clues": [["savoury", "having an agreeably pungent taste", "savoury"], ["racy", "suggestive of sexual impropriety", "racy"], ["gamy", "suggestive of sexual impropriety", "gamy"], ["juicy", "suggestive of sexual impropriety", "juicy"], ["risque", "suggestive of sexual impropriety", "risque"], ["blue", "suggestive of sexual impropriety", "blue"], ["piquant", "having an agreeably pungent taste", "piquant"], ["hot", "producing a burning sensation on the taste nerves", "hot"], ["zesty", "having an agreeably pungent taste", "zesty"], ["naughty", "suggestive of sexual impropriety", "naughty"]]}, {"answer": "spiderly", "hint": "synonyms for spiderly", "clues": [["spiderlike", "relating to or resembling a member of the class Arachnida", "spiderlike"], ["arachnoid", "relating to or resembling a member of the class Arachnida", "arachnoid"], ["arachnidian", "relating to or resembling a member of the class Arachnida", "arachnidian"], ["spidery", "relating to or resembling a member of the class Arachnida", "spidery"]]}, {"answer": "spidery", "hint": "synonyms for spidery", "clues": [["spiderlike", "relating to or resembling a member of the class Arachnida", "spiderlike"], ["arachnoid", "relating to or resembling a member of the class Arachnida", "arachnoid"], ["arachnidian", "relating to or resembling a member of the class Arachnida", "arachnidian"], ["spiderly", "relating to or resembling a member of the class Arachnida", "spiderly"]]}, {"answer": "spiffed_up", "hint": "synonyms for spiffed up", "clues": [["dressed-up", "dressed in fancy or formal clothing", "dressed-up"], ["dolled up", "dressed in fancy or formal clothing", "dolled up"], ["spruced up", "dressed in fancy or formal clothing", "spruced up"], ["togged up", "dressed in fancy or formal clothing", "togged up"], ["dressed to the nines", "dressed in fancy or formal clothing", "dressed to the nines"], ["dressed", "dressed in fancy or formal clothing", "dressed"], ["dressed to kill", "dressed in fancy or formal clothing", "dressed to kill"]]}, {"answer": "spiffy", "hint": "synonyms for spiffy", "clues": [["natty", "marked by up-to-dateness in dress and manners", "natty"], ["spruce", "marked by up-to-dateness in dress and manners", "spruce"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"]]}, {"answer": "spineless", "hint": "synonyms for spineless", "clues": [["namby-pamby", "weak in willpower, courage or vitality", "namby-pamby"], ["wishy-washy", "weak in willpower, courage or vitality", "wishy-washy"], ["invertebrate", "lacking a backbone or spinal column", "invertebrate"], ["thornless", "lacking thorns", "thornless"], ["gutless", "weak in willpower, courage or vitality", "gutless"]]}, {"answer": "spiny", "hint": "synonyms for spiny", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["spinous", "having spines", "spinous"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["thorny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "thorny"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "spiral", "hint": "synonyms for spiral", "clues": [["whorled", "in the shape of a coil", "whorled"], ["volute", "in the shape of a coil", "volute"], ["helical", "in the shape of a coil", "helical"], ["turbinate", "in the shape of a coil", "turbinate"], ["spiraling", "in the shape of a coil", "spiraling"], ["coiling", "in the shape of a coil", "coiling"]]}, {"answer": "spiraling", "hint": "synonyms for spiraling", "clues": [["whorled", "in the shape of a coil", "whorled"], ["volute", "in the shape of a coil", "volute"], ["helical", "in the shape of a coil", "helical"], ["turbinate", "in the shape of a coil", "turbinate"], ["spiral", "in the shape of a coil", "spiral"], ["coiling", "in the shape of a coil", "coiling"]]}, {"answer": "spirant", "hint": "synonyms for spirant", "clues": [["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "continuant"], ["strident", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "strident"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "fricative"], ["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "sibilant"]]}, {"answer": "spirited", "hint": "synonyms for spirited", "clues": [["enlivened", "made lively or spirited", "enlivened"], ["gamey", "willing to face danger", "gamey"], ["peppy", "marked by lively action", "peppy"], ["spunky", "willing to face danger", "spunky"], ["bouncy", "marked by lively action", "bouncy"], ["zippy", "marked by lively action", "zippy"], ["bouncing", "marked by lively action", "bouncing"], ["gritty", "willing to face danger", "gritty"], ["mettlesome", "willing to face danger", "mettlesome"]]}, {"answer": "spiritual", "hint": "synonyms for spiritual", "clues": [["ghostlike", "resembling or characteristic of a phantom", "ghostlike"], ["unearthly", "concerned with or affecting the spirit or soul", "unearthly"], ["apparitional", "resembling or characteristic of a phantom", "apparitional"], ["ghostly", "resembling or characteristic of a phantom", "ghostly"], ["phantasmal", "resembling or characteristic of a phantom", "phantasmal"], ["spectral", "resembling or characteristic of a phantom", "spectral"], ["religious", "concerned with sacred matters or religion or the church", "religious"]]}, {"answer": "splendid", "hint": "synonyms for splendid", "clues": [["first-class", "very good;of the highest quality", "first-class"], ["excellent", "very good;of the highest quality", "excellent"], ["resplendent", "having great beauty and splendor", "resplendent"], ["glorious", "having great beauty and splendor", "glorious"], ["splendiferous", "having great beauty and splendor", "splendiferous"], ["brilliant", "characterized by grandeur", "brilliant"], ["fantabulous", "very good;of the highest quality", "fantabulous"], ["magnificent", "characterized by grandeur", "magnificent"]]}, {"answer": "splenetic", "hint": "synonyms for splenetic", "clues": [["waspish", "very irritable", "waspish"], ["splenic", "of or relating to the spleen", "splenic"], ["lienal", "of or relating to the spleen", "lienal"], ["prickly", "very irritable", "prickly"], ["bristly", "very irritable", "bristly"]]}, {"answer": "sporting", "hint": "synonyms for sporting", "clues": [["card-playing", "preoccupied with the pursuit of pleasure and especially games of chance", "card-playing"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play", "sportsmanlike"], ["sporty", "exhibiting or calling for sportsmanship or fair play", "sporty"], ["dissipated", "preoccupied with the pursuit of pleasure and especially games of chance", "dissipated"], ["betting", "preoccupied with the pursuit of pleasure and especially games of chance", "betting"], ["clean", "exhibiting or calling for sportsmanship or fair play", "clean"]]}, {"answer": "sportive", "hint": "synonyms for sportive", "clues": [["frolicsome", "given to merry frolicking", "frolicsome"], ["coltish", "given to merry frolicking", "coltish"], ["frolicky", "given to merry frolicking", "frolicky"], ["rollicking", "given to merry frolicking", "rollicking"]]}, {"answer": "sporty", "hint": "synonyms for sporty", "clues": [["showy", "(used especially of clothes) marked by conspicuous display", "showy"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play", "sportsmanlike"], ["sporting", "exhibiting or calling for sportsmanship or fair play", "sporting"], ["flashy", "(used especially of clothes) marked by conspicuous display", "flashy"], ["jazzy", "(used especially of clothes) marked by conspicuous display", "jazzy"], ["gaudy", "(used especially of clothes) marked by conspicuous display", "gaudy"], ["clean", "exhibiting or calling for sportsmanship or fair play", "clean"]]}, {"answer": "spotless", "hint": "synonyms for spotless", "clues": [["immaculate", "completely neat and clean", "immaculate"], ["speckless", "completely neat and clean", "speckless"], ["spic-and-span", "completely neat and clean", "spic-and-span"], ["spic", "completely neat and clean", "spic"]]}, {"answer": "spotty", "hint": "synonyms for spotty", "clues": [["spotted", "having spots or patches (small areas of contrasting color or texture)", "spotted"], ["uneven", "lacking consistency", "uneven"], ["scratchy", "lacking consistency", "scratchy"], ["patched", "having spots or patches (small areas of contrasting color or texture)", "patched"]]}, {"answer": "spring-blooming", "hint": "synonyms for spring-blooming", "clues": [["late-spring-blooming", "of plants that bloom during the spring", "late-spring-blooming"], ["early-flowering", "of plants that bloom during the spring", "early-flowering"], ["early-blooming", "of plants that bloom during the spring", "early-blooming"], ["spring-flowering", "of plants that bloom during the spring", "spring-flowering"]]}, {"answer": "spruce", "hint": "synonyms for spruce", "clues": [["natty", "marked by up-to-dateness in dress and manners", "natty"], ["snappy", "marked by up-to-dateness in dress and manners", "snappy"], ["spiffy", "marked by up-to-dateness in dress and manners", "spiffy"], ["raffish", "marked by up-to-dateness in dress and manners", "raffish"], ["dapper", "marked by up-to-dateness in dress and manners", "dapper"], ["dashing", "marked by up-to-dateness in dress and manners", "dashing"], ["rakish", "marked by up-to-dateness in dress and manners", "rakish"], ["jaunty", "marked by up-to-dateness in dress and manners", "jaunty"]]}, {"answer": "spruced_up", "hint": "synonyms for spruced up", "clues": [["spiffed up", "dressed in fancy or formal clothing", "spiffed up"], ["dressed-up", "dressed in fancy or formal clothing", "dressed-up"], ["dolled up", "dressed in fancy or formal clothing", "dolled up"], ["dressed to the nines", "dressed in fancy or formal clothing", "dressed to the nines"], ["togged up", "dressed in fancy or formal clothing", "togged up"], ["dressed", "dressed in fancy or formal clothing", "dressed"], ["dressed to kill", "dressed in fancy or formal clothing", "dressed to kill"]]}, {"answer": "spumy", "hint": "synonyms for spumy", "clues": [["foamy", "emitting or filled with bubbles as from carbonation or fermentation", "foamy"], ["foaming", "emitting or filled with bubbles as from carbonation or fermentation", "foaming"], ["bubbling", "emitting or filled with bubbles as from carbonation or fermentation", "bubbling"], ["frothy", "emitting or filled with bubbles as from carbonation or fermentation", "frothy"], ["effervescing", "emitting or filled with bubbles as from carbonation or fermentation", "effervescing"], ["bubbly", "emitting or filled with bubbles as from carbonation or fermentation", "bubbly"]]}, {"answer": "spunky", "hint": "synonyms for spunky", "clues": [["gamey", "willing to face danger", "gamey"], ["feisty", "showing courage", "feisty"], ["spirited", "willing to face danger", "spirited"], ["plucky", "showing courage", "plucky"], ["gritty", "willing to face danger", "gritty"], ["mettlesome", "willing to face danger", "mettlesome"]]}, {"answer": "spurious", "hint": "synonyms for spurious", "clues": [["misbegotten", "born out of wedlock; - E.A.Freeman", "misbegotten"], ["unauthentic", "intended to deceive", "unauthentic"], ["specious", "plausible but false", "specious"], ["misbegot", "born out of wedlock; - E.A.Freeman", "misbegot"], ["bastardly", "born out of wedlock; - E.A.Freeman", "bastardly"]]}, {"answer": "squalid", "hint": "synonyms for squalid", "clues": [["sordid", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sordid"], ["seedy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seedy"], ["flyblown", "foul and run-down and repulsive", "flyblown"], ["sleazy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "sleazy"], ["seamy", "morally degraded; ; ; ; - Seattle Weekly; - James Joyce", "seamy"]]}, {"answer": "square", "hint": "synonyms for square", "clues": [["hearty", "providing abundant nourishment", "hearty"], ["straight", "without evasion or compromise", "straight"], ["solid", "providing abundant nourishment", "solid"], ["satisfying", "providing abundant nourishment", "satisfying"], ["substantial", "providing abundant nourishment", "substantial"], ["straightforward", "without evasion or compromise", "straightforward"]]}, {"answer": "square-toed", "hint": "synonyms for square-toed", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["squared-toe", "having a square toe", "squared-toe"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "squashy", "hint": "synonyms for squashy", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["spongelike", "easily squashed; resembling a sponge in having soft porous texture and compressibility", "spongelike"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["pulpy", "like a pulp or overripe; not having stiffness", "pulpy"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["squishy", "easily squashed; resembling a sponge in having soft porous texture and compressibility", "squishy"], ["spongy", "easily squashed; resembling a sponge in having soft porous texture and compressibility", "spongy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "squat", "hint": "synonyms for squat", "clues": [["chunky", "short and thick; as e.g. having short legs and heavy musculature", "chunky"], ["underslung", "having a low center of gravity; built low to the ground", "underslung"], ["low-set", "short and thick; as e.g. having short legs and heavy musculature", "low-set"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature", "squatty"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature", "dumpy"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature", "stumpy"]]}, {"answer": "squatty", "hint": "synonyms for squatty", "clues": [["chunky", "short and thick; as e.g. having short legs and heavy musculature", "chunky"], ["low-set", "short and thick; as e.g. having short legs and heavy musculature", "low-set"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature", "dumpy"], ["squat", "short and thick; as e.g. having short legs and heavy musculature", "squat"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature", "stumpy"]]}, {"answer": "squeaking", "hint": "synonyms for squeaking", "clues": [["squealing", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "squealing"], ["screaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "screaky"], ["screechy", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "screechy"], ["squeaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "squeaky"]]}, {"answer": "squealing", "hint": "synonyms for squealing", "clues": [["screaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "screaky"], ["squeaking", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "squeaking"], ["screechy", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "screechy"], ["squeaky", "having or making a high-pitched sound such as that made by a mouse or a rusty hinge", "squeaky"]]}, {"answer": "squeamish", "hint": "synonyms for squeamish", "clues": [["prissy", "excessively fastidious and easily disgusted", "prissy"], ["dainty", "excessively fastidious and easily disgusted", "dainty"], ["overnice", "excessively fastidious and easily disgusted", "overnice"], ["nice", "excessively fastidious and easily disgusted", "nice"]]}, {"answer": "squiffy", "hint": "synonyms for squiffy", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"]]}, {"answer": "squint", "hint": "synonyms for squint", "clues": [["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "sidelong"], ["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squinty"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askant"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squint-eyed"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askance"]]}, {"answer": "squint-eyed", "hint": "synonyms for squint-eyed", "clues": [["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "sidelong"], ["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squinty"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askant"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askance"]]}, {"answer": "squinty", "hint": "synonyms for squinty", "clues": [["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "sidelong"], ["asquint", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "asquint"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askant"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squint-eyed"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askance"]]}, {"answer": "stabbing", "hint": "synonyms for stabbing", "clues": [["knifelike", "painful as if caused by a sharp instrument", "knifelike"], ["piercing", "painful as if caused by a sharp instrument", "piercing"], ["wounding", "causing physical or especially psychological injury", "wounding"], ["lancinating", "painful as if caused by a sharp instrument", "lancinating"], ["cutting", "painful as if caused by a sharp instrument", "cutting"], ["keen", "painful as if caused by a sharp instrument", "keen"], ["lancinate", "painful as if caused by a sharp instrument", "lancinate"]]}, {"answer": "stacked", "hint": "synonyms for stacked", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "stalwart", "hint": "synonyms for stalwart", "clues": [["stouthearted", "used especially of persons", "stouthearted"], ["stout", "having rugged physical strength; inured to fatigue or hardships", "stout"], ["hardy", "having rugged physical strength; inured to fatigue or hardships", "hardy"], ["sturdy", "having rugged physical strength; inured to fatigue or hardships", "sturdy"]]}, {"answer": "standardised", "hint": "synonyms for standardised", "clues": [["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "interchangeable"], ["similar", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "similar"], ["standardized", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "standardized"], ["exchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "exchangeable"]]}, {"answer": "standardized", "hint": "synonyms for standardized", "clues": [["standardised", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "standardised"], ["interchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "interchangeable"], ["similar", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "similar"], ["exchangeable", "capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability", "exchangeable"]]}, {"answer": "star", "hint": "synonyms for star", "clues": [["prima", "indicating the most important performer or role", "prima"], ["leading", "indicating the most important performer or role", "leading"], ["starring", "indicating the most important performer or role", "starring"], ["stellar", "indicating the most important performer or role", "stellar"]]}, {"answer": "staring", "hint": "synonyms for staring", "clues": [["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["agaze", "(used of eyes) open and fixed as if in fear or wonder", "agaze"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"]]}, {"answer": "stark", "hint": "synonyms for stark", "clues": [["bare", "providing no shelter or sustenance", "bare"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["crude", "devoid of any qualifications or disguise or adornment", "crude"], ["austere", "severely simple", "austere"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["barren", "providing no shelter or sustenance", "barren"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["desolate", "providing no shelter or sustenance", "desolate"], ["stern", "severely simple", "stern"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["bleak", "providing no shelter or sustenance", "bleak"], ["severe", "severely simple", "severe"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["blunt", "devoid of any qualifications or disguise or adornment", "blunt"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "stark_naked", "hint": "synonyms for stark naked", "clues": [["bare-ass", "(used informally) completely unclothed", "bare-ass"], ["in the raw", "(used informally) completely unclothed", "in the raw"], ["naked as a jaybird", "(used informally) completely unclothed", "naked as a jaybird"], ["peeled", "(used informally) completely unclothed", "peeled"], ["raw", "(used informally) completely unclothed", "raw"], ["in the altogether", "(used informally) completely unclothed", "in the altogether"], ["in the buff", "(used informally) completely unclothed", "in the buff"]]}, {"answer": "starring", "hint": "synonyms for starring", "clues": [["star", "indicating the most important performer or role", "star"], ["prima", "indicating the most important performer or role", "prima"], ["leading", "indicating the most important performer or role", "leading"], ["stellar", "indicating the most important performer or role", "stellar"]]}, {"answer": "starved", "hint": "synonyms for starved", "clues": [["famished", "extremely hungry", "famished"], ["sharp-set", "extremely hungry", "sharp-set"], ["ravenous", "extremely hungry", "ravenous"], ["starving", "suffering from lack of food", "starving"], ["esurient", "extremely hungry", "esurient"]]}, {"answer": "stately", "hint": "synonyms for stately", "clues": [["courtly", "refined or imposing in manner or appearance; befitting a royal court", "courtly"], ["imposing", "impressive in appearance", "imposing"], ["baronial", "impressive in appearance", "baronial"], ["formal", "refined or imposing in manner or appearance; befitting a royal court", "formal"], ["noble", "impressive in appearance", "noble"], ["statuesque", "of size and dignity suggestive of a statue", "statuesque"]]}, {"answer": "static", "hint": "synonyms for static", "clues": [["still", "not in physical motion", "still"], ["stable", "showing little if any change", "stable"], ["inactive", "not in physical motion", "inactive"], ["motionless", "not in physical motion", "motionless"], ["electrostatic", "concerned with or producing or caused by static electricity", "electrostatic"], ["unchanging", "showing little if any change", "unchanging"]]}, {"answer": "steadfast", "hint": "synonyms for steadfast", "clues": [["firm", "marked by firm determination or resolution; not shakable", "firm"], ["unwavering", "marked by firm determination or resolution; not shakable", "unwavering"], ["unbendable", "marked by firm determination or resolution; not shakable", "unbendable"], ["unshakable", "marked by firm determination or resolution; not shakable", "unshakable"], ["unswerving", "firm and dependable especially in loyalty", "unswerving"], ["staunch", "firm and dependable especially in loyalty", "staunch"], ["steady", "marked by firm determination or resolution; not shakable", "steady"], ["stiff", "marked by firm determination or resolution; not shakable", "stiff"], ["unfaltering", "marked by firm determination or resolution; not shakable", "unfaltering"]]}, {"answer": "steady", "hint": "synonyms for steady", "clues": [["firm", "not liable to fluctuate or especially to fall", "firm"], ["unbendable", "marked by firm determination or resolution; not shakable", "unbendable"], ["unshakable", "marked by firm determination or resolution; not shakable", "unshakable"], ["unwavering", "marked by firm determination or resolution; not shakable", "unwavering"], ["steadfast", "marked by firm determination or resolution; not shakable", "steadfast"], ["unfluctuating", "not liable to fluctuate or especially to fall", "unfluctuating"], ["stiff", "marked by firm determination or resolution; not shakable", "stiff"], ["regular", "relating to a person who does something regularly", "regular"], ["unfaltering", "marked by firm determination or resolution; not shakable", "unfaltering"]]}, {"answer": "steamed", "hint": "synonyms for steamed", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["riled", "aroused to impatience or anger", "riled"], ["miffed", "aroused to impatience or anger", "miffed"], ["stung", "aroused to impatience or anger", "stung"], ["pissed off", "aroused to impatience or anger", "pissed off"]]}, {"answer": "steamy", "hint": "synonyms for steamy", "clues": [["muggy", "hot or warm and humid", "muggy"], ["sticky", "hot or warm and humid", "sticky"], ["turned on", "feeling great sexual desire", "turned on"], ["horny", "feeling great sexual desire", "horny"], ["steaming", "filled with steam or emitting moisture in the form of vapor or mist", "steaming"], ["aroused", "feeling great sexual desire", "aroused"], ["ruttish", "feeling great sexual desire", "ruttish"], ["randy", "feeling great sexual desire", "randy"]]}, {"answer": "steep", "hint": "synonyms for steep", "clues": [["extortionate", "greatly exceeding bounds of reason or moderation", "extortionate"], ["unconscionable", "greatly exceeding bounds of reason or moderation", "unconscionable"], ["usurious", "greatly exceeding bounds of reason or moderation", "usurious"], ["outrageous", "greatly exceeding bounds of reason or moderation", "outrageous"], ["exorbitant", "greatly exceeding bounds of reason or moderation", "exorbitant"]]}, {"answer": "stellar", "hint": "synonyms for stellar", "clues": [["astral", "being or relating to or resembling or emanating from stars", "astral"], ["star", "indicating the most important performer or role", "star"], ["prima", "indicating the most important performer or role", "prima"], ["leading", "indicating the most important performer or role", "leading"], ["starring", "indicating the most important performer or role", "starring"]]}, {"answer": "step-by-step", "hint": "synonyms for step-by-step", "clues": [["in small stages", "one thing at a time", "in small stages"], ["bit-by-bit", "one thing at a time", "bit-by-bit"], ["stepwise", "one thing at a time", "stepwise"], ["piecemeal", "one thing at a time", "piecemeal"]]}, {"answer": "stepwise", "hint": "synonyms for stepwise", "clues": [["in small stages", "one thing at a time", "in small stages"], ["bit-by-bit", "one thing at a time", "bit-by-bit"], ["piecemeal", "one thing at a time", "piecemeal"], ["step-by-step", "one thing at a time", "step-by-step"]]}, {"answer": "sterile", "hint": "synonyms for sterile", "clues": [["uninspired", "deficient in originality or creativity; lacking powers of invention", "uninspired"], ["infertile", "incapable of reproducing", "infertile"], ["uninventive", "deficient in originality or creativity; lacking powers of invention", "uninventive"], ["aseptic", "free of or using methods to keep free of pathological microorganisms", "aseptic"], ["unimaginative", "deficient in originality or creativity; lacking powers of invention", "unimaginative"]]}, {"answer": "stern", "hint": "synonyms for stern", "clues": [["stark", "severely simple", "stark"], ["unforgiving", "not to be placated or appeased or moved by entreaty", "unforgiving"], ["unappeasable", "not to be placated or appeased or moved by entreaty", "unappeasable"], ["relentless", "not to be placated or appeased or moved by entreaty", "relentless"], ["austere", "of a stern or strict bearing or demeanor; forbidding in aspect", "austere"], ["inexorable", "not to be placated or appeased or moved by entreaty", "inexorable"], ["exacting", "severe and unremitting in making demands", "exacting"], ["severe", "severely simple", "severe"], ["unrelenting", "not to be placated or appeased or moved by entreaty", "unrelenting"], ["grim", "not to be placated or appeased or moved by entreaty", "grim"], ["strict", "severe and unremitting in making demands", "strict"]]}, {"answer": "stick-in-the-mud", "hint": "synonyms for stick-in-the-mud", "clues": [["fogyish", "(used pejoratively) out of fashion; old fashioned", "fogyish"], ["moss-grown", "(used pejoratively) out of fashion; old fashioned", "moss-grown"], ["stodgy", "(used pejoratively) out of fashion; old fashioned", "stodgy"], ["mossy", "(used pejoratively) out of fashion; old fashioned", "mossy"]]}, {"answer": "sticking", "hint": "synonyms for sticking", "clues": [["protruding", "extending out above or beyond a surface or boundary", "protruding"], ["sticking out", "extending out above or beyond a surface or boundary", "sticking out"], ["relieved", "extending out above or beyond a surface or boundary", "relieved"], ["projected", "extending out above or beyond a surface or boundary", "projected"], ["projecting", "extending out above or beyond a surface or boundary", "projecting"], ["jutting", "extending out above or beyond a surface or boundary", "jutting"]]}, {"answer": "sticking_out", "hint": "synonyms for sticking out", "clues": [["protruding", "extending out above or beyond a surface or boundary", "protruding"], ["sticking", "extending out above or beyond a surface or boundary", "sticking"], ["relieved", "extending out above or beyond a surface or boundary", "relieved"], ["projected", "extending out above or beyond a surface or boundary", "projected"], ["projecting", "extending out above or beyond a surface or boundary", "projecting"], ["jutting", "extending out above or beyond a surface or boundary", "jutting"]]}, {"answer": "sticky", "hint": "synonyms for sticky", "clues": [["gluey", "having the sticky properties of an adhesive", "gluey"], ["muggy", "hot or warm and humid", "muggy"], ["mucilaginous", "having the sticky properties of an adhesive", "mucilaginous"], ["viscous", "having the sticky properties of an adhesive", "viscous"], ["embarrassing", "hard to deal with; especially causing pain or embarrassment", "embarrassing"], ["gummy", "having the sticky properties of an adhesive", "gummy"], ["unenviable", "hard to deal with; especially causing pain or embarrassment", "unenviable"], ["awkward", "hard to deal with; especially causing pain or embarrassment", "awkward"], ["steamy", "hot or warm and humid", "steamy"], ["viscid", "having the sticky properties of an adhesive", "viscid"], ["glutinous", "having the sticky properties of an adhesive", "glutinous"], ["pasty", "having the sticky properties of an adhesive", "pasty"]]}, {"answer": "stiff", "hint": "synonyms for stiff", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["firm", "marked by firm determination or resolution; not shakable", "firm"], ["unbendable", "marked by firm determination or resolution; not shakable", "unbendable"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["blotto", "very drunk", "blotto"], ["pissed", "very drunk", "pissed"], ["steadfast", "marked by firm determination or resolution; not shakable", "steadfast"], ["unfaltering", "marked by firm determination or resolution; not shakable", "unfaltering"], ["soused", "very drunk", "soused"], ["starchy", "rigidly formal", "starchy"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["cockeyed", "very drunk", "cockeyed"], ["potent", "having a strong physiological or chemical effect; ; ; ,", "potent"], ["unwavering", "marked by firm determination or resolution; not shakable", "unwavering"], ["sozzled", "very drunk", "sozzled"], ["unshakable", "marked by firm determination or resolution; not shakable", "unshakable"], ["pixilated", "very drunk", "pixilated"], ["strong", "having a strong physiological or chemical effect; ; ; ,", "strong"], ["steady", "marked by firm determination or resolution; not shakable", "steady"], ["wet", "very drunk", "wet"], ["besotted", "very drunk", "besotted"], ["slopped", "very drunk", "slopped"], ["plastered", "very drunk", "plastered"], ["buckram", "rigidly formal", "buckram"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"], ["rigid", "incapable of or resistant to bending", "rigid"]]}, {"answer": "still", "hint": "synonyms for still", "clues": [["soundless", "marked by absence of sound", "soundless"], ["inactive", "not in physical motion", "inactive"], ["tranquil", "(of a body of water) free from disturbance by heavy waves", "tranquil"], ["quiet", "(of a body of water) free from disturbance by heavy waves", "quiet"], ["motionless", "not in physical motion", "motionless"], ["placid", "(of a body of water) free from disturbance by heavy waves", "placid"], ["noneffervescent", "not sparkling", "noneffervescent"], ["unruffled", "(of a body of water) free from disturbance by heavy waves", "unruffled"], ["static", "not in physical motion", "static"], ["smooth", "(of a body of water) free from disturbance by heavy waves", "smooth"], ["silent", "marked by absence of sound", "silent"]]}, {"answer": "stingy", "hint": "synonyms for stingy", "clues": [["meagre", "deficient in amount or quality or extent", "meagre"], ["meagerly", "deficient in amount or quality or extent", "meagerly"], ["scrimpy", "deficient in amount or quality or extent", "scrimpy"], ["ungenerous", "unwilling to spend", "ungenerous"]]}, {"answer": "stinking", "hint": "synonyms for stinking", "clues": [["rotten", "very bad", "rotten"], ["smelly", "offensively malodorous", "smelly"], ["lousy", "very bad", "lousy"], ["crappy", "very bad", "crappy"], ["fetid", "offensively malodorous", "fetid"], ["icky", "very bad", "icky"], ["stinky", "very bad", "stinky"], ["noisome", "offensively malodorous", "noisome"], ["ill-scented", "offensively malodorous", "ill-scented"], ["foul-smelling", "offensively malodorous", "foul-smelling"], ["funky", "offensively malodorous", "funky"], ["shitty", "very bad", "shitty"], ["foul", "offensively malodorous", "foul"]]}, {"answer": "stinky", "hint": "synonyms for stinky", "clues": [["rotten", "very bad", "rotten"], ["stinking", "very bad", "stinking"], ["lousy", "very bad", "lousy"], ["ill-smelling", "having an unpleasant smell", "ill-smelling"], ["malodourous", "having an unpleasant smell", "malodourous"], ["crappy", "very bad", "crappy"], ["icky", "very bad", "icky"], ["unpleasant-smelling", "having an unpleasant smell", "unpleasant-smelling"], ["shitty", "very bad", "shitty"]]}, {"answer": "stinting", "hint": "synonyms for stinting", "clues": [["frugal", "avoiding waste", "frugal"], ["sparing", "avoiding waste", "sparing"], ["economical", "avoiding waste", "economical"], ["scotch", "avoiding waste", "scotch"]]}, {"answer": "stipendiary", "hint": "synonyms for stipendiary", "clues": [["salaried", "for which money is paid", "salaried"], ["paying", "for which money is paid", "paying"], ["compensable", "for which money is paid", "compensable"], ["remunerative", "for which money is paid", "remunerative"], ["compensated", "receiving or eligible for compensation", "compensated"]]}, {"answer": "stirred", "hint": "synonyms for stirred", "clues": [["affected", "being excited or provoked to the expression of an emotion", "affected"], ["stimulated", "emotionally aroused", "stimulated"], ["aroused", "emotionally aroused", "aroused"], ["moved", "being excited or provoked to the expression of an emotion", "moved"], ["touched", "being excited or provoked to the expression of an emotion", "touched"], ["stirred up", "emotionally aroused", "stirred up"]]}, {"answer": "stock", "hint": "synonyms for stock", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["standard", "regularly and widely used or sold", "standard"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "stocky", "hint": "synonyms for stocky", "clues": [["thickset", "having a short and solid form or stature", "thickset"], ["heavyset", "having a short and solid form or stature", "heavyset"], ["thick", "having a short and solid form or stature", "thick"], ["compact", "having a short and solid form or stature", "compact"]]}, {"answer": "stodgy", "hint": "synonyms for stodgy", "clues": [["moss-grown", "(used pejoratively) out of fashion; old fashioned", "moss-grown"], ["stuffy", "excessively conventional and unimaginative and hence dull", "stuffy"], ["fogyish", "(used pejoratively) out of fashion; old fashioned", "fogyish"], ["mossy", "(used pejoratively) out of fashion; old fashioned", "mossy"], ["stick-in-the-mud", "(used pejoratively) out of fashion; old fashioned", "stick-in-the-mud"]]}, {"answer": "stone-broke", "hint": "synonyms for stone-broke", "clues": [["skint", "lacking funds", "skint"], ["bust", "lacking funds", "bust"], ["broke", "lacking funds", "broke"], ["stony-broke", "lacking funds", "stony-broke"]]}, {"answer": "stone-gray", "hint": "synonyms for stone-gray", "clues": [["stone-grey", "of the color of slate or granite", "stone-grey"], ["slaty-grey", "of the color of slate or granite", "slaty-grey"], ["slaty", "of the color of slate or granite", "slaty"], ["slate-gray", "of the color of slate or granite", "slate-gray"]]}, {"answer": "stone-grey", "hint": "synonyms for stone-grey", "clues": [["slaty-grey", "of the color of slate or granite", "slaty-grey"], ["slaty", "of the color of slate or granite", "slaty"], ["stone-gray", "of the color of slate or granite", "stone-gray"], ["slate-gray", "of the color of slate or granite", "slate-gray"]]}, {"answer": "stony", "hint": "synonyms for stony", "clues": [["granitic", "showing unfeeling resistance to tender feelings", "granitic"], ["rocky", "abounding in rocks or stones", "rocky"], ["flint", "showing unfeeling resistance to tender feelings", "flint"], ["rocklike", "hard as granite", "rocklike"], ["granitelike", "hard as granite", "granitelike"], ["bouldered", "abounding in rocks or stones", "bouldered"], ["obdurate", "showing unfeeling resistance to tender feelings", "obdurate"], ["bouldery", "abounding in rocks or stones", "bouldery"]]}, {"answer": "stony-broke", "hint": "synonyms for stony-broke", "clues": [["skint", "lacking funds", "skint"], ["stone-broke", "lacking funds", "stone-broke"], ["bust", "lacking funds", "bust"], ["broke", "lacking funds", "broke"]]}, {"answer": "stooped", "hint": "synonyms for stooped", "clues": [["round-backed", "having the back and shoulders rounded; not erect", "round-backed"], ["round-shouldered", "having the back and shoulders rounded; not erect", "round-shouldered"], ["crooked", "having the back and shoulders rounded; not erect", "crooked"], ["hunched", "having the back and shoulders rounded; not erect", "hunched"], ["stooping", "having the back and shoulders rounded; not erect", "stooping"]]}, {"answer": "stooping", "hint": "synonyms for stooping", "clues": [["stooped", "having the back and shoulders rounded; not erect", "stooped"], ["round-backed", "having the back and shoulders rounded; not erect", "round-backed"], ["round-shouldered", "having the back and shoulders rounded; not erect", "round-shouldered"], ["crooked", "having the back and shoulders rounded; not erect", "crooked"], ["hunched", "having the back and shoulders rounded; not erect", "hunched"]]}, {"answer": "storm-tossed", "hint": "synonyms for storm-tossed", "clues": [["tempest-swept", "pounded or hit repeatedly by storms or adversities", "tempest-swept"], ["buffeted", "pounded or hit repeatedly by storms or adversities", "buffeted"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities", "tempest-tossed"], ["tempest-tost", "pounded or hit repeatedly by storms or adversities", "tempest-tost"]]}, {"answer": "stout", "hint": "synonyms for stout", "clues": [["portly", "euphemisms for `fat'", "portly"], ["stalwart", "having rugged physical strength; inured to fatigue or hardships", "stalwart"], ["hardy", "having rugged physical strength; inured to fatigue or hardships", "hardy"], ["sturdy", "having rugged physical strength; inured to fatigue or hardships", "sturdy"]]}, {"answer": "straight", "hint": "synonyms for straight", "clues": [["straightforward", "without evasion or compromise", "straightforward"], ["square", "characterized by honesty and fairness", "square"], ["neat", "without water", "neat"], ["full-strength", "without water", "full-strength"], ["uncoiled", "no longer coiled", "uncoiled"], ["unbent", "erect in posture", "unbent"], ["true", "accurately fitted; level", "true"], ["consecutive", "successive (without a break)", "consecutive"], ["unbowed", "erect in posture", "unbowed"]]}, {"answer": "straight-from-the-shoulder", "hint": "synonyms for straight-from-the-shoulder", "clues": [["free-spoken", "characterized by directness in manner or speech; without subtlety or evasion", "free-spoken"], ["forthright", "characterized by directness in manner or speech; without subtlety or evasion", "forthright"], ["blunt", "characterized by directness in manner or speech; without subtlety or evasion", "blunt"], ["point-blank", "characterized by directness in manner or speech; without subtlety or evasion", "point-blank"], ["candid", "characterized by directness in manner or speech; without subtlety or evasion", "candid"], ["frank", "characterized by directness in manner or speech; without subtlety or evasion", "frank"], ["plainspoken", "characterized by directness in manner or speech; without subtlety or evasion", "plainspoken"], ["outspoken", "characterized by directness in manner or speech; without subtlety or evasion", "outspoken"]]}, {"answer": "straight-laced", "hint": "synonyms for straight-laced", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "straightlaced", "hint": "synonyms for straightlaced", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "strained", "hint": "synonyms for strained", "clues": [["agonistic", "struggling for effect", "agonistic"], ["constrained", "lacking spontaneity; not natural", "constrained"], ["forced", "lacking spontaneity; not natural", "forced"], ["laboured", "lacking natural ease", "laboured"]]}, {"answer": "strait-laced", "hint": "synonyms for strait-laced", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "straitlaced", "hint": "synonyms for straitlaced", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["strait-laced", "exaggeratedly proper", "strait-laced"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "strapping", "hint": "synonyms for strapping", "clues": [["beefy", "muscular and heavily built", "beefy"], ["burly", "muscular and heavily built", "burly"], ["buirdly", "muscular and heavily built", "buirdly"], ["husky", "muscular and heavily built", "husky"]]}, {"answer": "stratified", "hint": "synonyms for stratified", "clues": [["graded", "arranged in a sequence of grades or ranks", "graded"], ["bedded", "deposited or arranged in horizontal layers", "bedded"], ["ranked", "arranged in a sequence of grades or ranks", "ranked"], ["class-conscious", "(used of society) socially hierarchical", "class-conscious"]]}, {"answer": "stricken", "hint": "synonyms for stricken", "clues": [["afflicted", "grievously affected especially by disease", "afflicted"], ["smitten", "(used in combination) affected by something overwhelming", "smitten"], ["laid low", "put out of action (by illness)", "laid low"], ["struck", "(used in combination) affected by something overwhelming", "struck"]]}, {"answer": "strict", "hint": "synonyms for strict", "clues": [["nonindulgent", "characterized by strictness, severity, or restraint", "nonindulgent"], ["stern", "severe and unremitting in making demands", "stern"], ["exacting", "severe and unremitting in making demands", "exacting"], ["rigid", "incapable of compromise or flexibility", "rigid"], ["rigorous", "rigidly accurate; allowing no deviation from a standard", "rigorous"], ["hard-and-fast", "(of rules) stringently enforced", "hard-and-fast"]]}, {"answer": "strident", "hint": "synonyms for strident", "clues": [["shrill", "being sharply insistent on being heard", "shrill"], ["fricative", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "fricative"], ["blatant", "conspicuously and offensively loud; given to vehement outcry", "blatant"], ["spirant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "spirant"], ["raucous", "unpleasantly loud and harsh", "raucous"], ["vociferous", "conspicuously and offensively loud; given to vehement outcry", "vociferous"], ["clamorous", "conspicuously and offensively loud; given to vehement outcry", "clamorous"], ["continuant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "continuant"], ["sibilant", "of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')", "sibilant"], ["clamant", "conspicuously and offensively loud; given to vehement outcry", "clamant"]]}, {"answer": "striking", "hint": "synonyms for striking", "clues": [["spectacular", "sensational in appearance or thrilling in effect", "spectacular"], ["prominent", "having a quality that thrusts itself into attention", "prominent"], ["outstanding", "having a quality that thrusts itself into attention", "outstanding"], ["salient", "having a quality that thrusts itself into attention", "salient"], ["dramatic", "sensational in appearance or thrilling in effect", "dramatic"]]}, {"answer": "stringy", "hint": "synonyms for stringy", "clues": [["thready", "forming viscous or glutinous threads", "thready"], ["sinewy", "(of meat) full of sinews; especially impossible to chew", "sinewy"], ["unchewable", "(of meat) full of sinews; especially impossible to chew", "unchewable"], ["ropy", "forming viscous or glutinous threads", "ropy"], ["wiry", "lean and sinewy", "wiry"], ["fibrous", "(of meat) full of sinews; especially impossible to chew", "fibrous"]]}, {"answer": "strong", "hint": "synonyms for strong", "clues": [["warm", "freshly made or left", "warm"], ["potent", "having a strong physiological or chemical effect; ; ; ,", "potent"], ["stiff", "having a strong physiological or chemical effect; ; ; ,", "stiff"], ["secure", "immune to attack; incapable of being tampered with", "secure"], ["firm", "strong and sure", "firm"], ["unassailable", "immune to attack; incapable of being tampered with", "unassailable"], ["impregnable", "immune to attack; incapable of being tampered with", "impregnable"], ["inviolable", "immune to attack; incapable of being tampered with", "inviolable"], ["substantial", "of good quality and condition; solidly built", "substantial"], ["hard", "being distilled rather than fermented; having a high alcoholic content", "hard"], ["unattackable", "immune to attack; incapable of being tampered with", "unattackable"], ["solid", "of good quality and condition; solidly built", "solid"]]}, {"answer": "stuck-up", "hint": "synonyms for stuck-up", "clues": [["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "uppish"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "bigheaded"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snooty"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "persnickety"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snot-nosed"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snotty"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "too big for one's breeches"]]}, {"answer": "stuffy", "hint": "synonyms for stuffy", "clues": [["close", "lacking fresh air", "close"], ["airless", "lacking fresh air", "airless"], ["unaired", "lacking fresh air", "unaired"], ["stodgy", "excessively conventional and unimaginative and hence dull", "stodgy"]]}, {"answer": "stumpy", "hint": "synonyms for stumpy", "clues": [["chunky", "short and thick; as e.g. having short legs and heavy musculature", "chunky"], ["low-set", "short and thick; as e.g. having short legs and heavy musculature", "low-set"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature", "squatty"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature", "dumpy"], ["squat", "short and thick; as e.g. having short legs and heavy musculature", "squat"]]}, {"answer": "stung", "hint": "synonyms for stung", "clues": [["nettled", "aroused to impatience or anger", "nettled"], ["peeved", "aroused to impatience or anger", "peeved"], ["irritated", "aroused to impatience or anger", "irritated"], ["pissed", "aroused to impatience or anger", "pissed"], ["annoyed", "aroused to impatience or anger", "annoyed"], ["riled", "aroused to impatience or anger", "riled"], ["steamed", "aroused to impatience or anger", "steamed"], ["miffed", "aroused to impatience or anger", "miffed"], ["pissed off", "aroused to impatience or anger", "pissed off"]]}, {"answer": "stunned", "hint": "synonyms for stunned", "clues": [["dazed", "in a state of mental numbness especially as resulting from shock", "dazed"], ["out", "knocked unconscious by a heavy blow", "out"], ["astonished", "filled with the emotional impact of overwhelming surprise or shock", "astonished"], ["astounded", "filled with the emotional impact of overwhelming surprise or shock", "astounded"], ["stupefied", "in a state of mental numbness especially as resulting from shock", "stupefied"], ["kayoed", "knocked unconscious by a heavy blow", "kayoed"], ["amazed", "filled with the emotional impact of overwhelming surprise or shock", "amazed"], ["knocked out", "knocked unconscious by a heavy blow", "knocked out"], ["stupid", "in a state of mental numbness especially as resulting from shock", "stupid"]]}, {"answer": "stupefied", "hint": "synonyms for stupefied", "clues": [["dazed", "in a state of mental numbness especially as resulting from shock", "dazed"], ["dumbfounded", "as if struck dumb with astonishment and surprise", "dumbfounded"], ["thunderstruck", "as if struck dumb with astonishment and surprise", "thunderstruck"], ["flabbergasted", "as if struck dumb with astonishment and surprise", "flabbergasted"], ["dumbstruck", "as if struck dumb with astonishment and surprise", "dumbstruck"], ["stunned", "in a state of mental numbness especially as resulting from shock", "stunned"], ["dumbstricken", "as if struck dumb with astonishment and surprise", "dumbstricken"], ["stupid", "in a state of mental numbness especially as resulting from shock", "stupid"]]}, {"answer": "stupid", "hint": "synonyms for stupid", "clues": [["dazed", "in a state of mental numbness especially as resulting from shock", "dazed"], ["unintelligent", "lacking intelligence", "unintelligent"], ["stunned", "in a state of mental numbness especially as resulting from shock", "stunned"], ["stupefied", "in a state of mental numbness especially as resulting from shock", "stupefied"]]}, {"answer": "stuporous", "hint": "synonyms for stuporous", "clues": [["logy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "logy"], ["groggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "groggy"], ["dazed", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "dazed"], ["foggy", "stunned or confused and slow to react (as from blows or drunkenness or exhaustion)", "foggy"]]}, {"answer": "sturdy", "hint": "synonyms for sturdy", "clues": [["uncompromising", "not making concessions", "uncompromising"], ["tough", "substantially made or constructed", "tough"], ["inflexible", "not making concessions", "inflexible"], ["stout", "having rugged physical strength; inured to fatigue or hardships", "stout"], ["stalwart", "having rugged physical strength; inured to fatigue or hardships", "stalwart"], ["hardy", "having rugged physical strength; inured to fatigue or hardships", "hardy"]]}, {"answer": "suave", "hint": "synonyms for suave", "clues": [["politic", "smoothly agreeable and courteous with a degree of sophistication", "politic"], ["bland", "smoothly agreeable and courteous with a degree of sophistication", "bland"], ["smooth", "smoothly agreeable and courteous with a degree of sophistication", "smooth"], ["debonair", "having a sophisticated charm", "debonair"]]}, {"answer": "subaltern", "hint": "synonyms for subaltern", "clues": [["secondary", "inferior in rank or status", "secondary"], ["lowly", "inferior in rank or status", "lowly"], ["junior-grade", "inferior in rank or status", "junior-grade"], ["petty", "inferior in rank or status", "petty"], ["lower-ranking", "inferior in rank or status", "lower-ranking"]]}, {"answer": "subaquatic", "hint": "synonyms for subaquatic", "clues": [["underwater", "growing or remaining under water", "underwater"], ["semiaquatic", "partially aquatic; living or growing partly on land and partly in water", "semiaquatic"], ["submerged", "growing or remaining under water", "submerged"], ["subaqueous", "growing or remaining under water", "subaqueous"]]}, {"answer": "subdued", "hint": "synonyms for subdued", "clues": [["low-key", "restrained in style or quality", "low-key"], ["muted", "in a softened tone", "muted"], ["soft", "not brilliant or glaring", "soft"], ["hushed", "in a softened tone", "hushed"], ["dim", "lacking in light; not bright or harsh", "dim"], ["quiet", "in a softened tone", "quiet"]]}, {"answer": "sublime", "hint": "synonyms for sublime", "clues": [["grand", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "grand"], ["empyrean", "inspiring awe; - M.S.Dworkin; - Hamilton Basso", "empyrean"], ["elevated", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "elevated"], ["rarified", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "rarified"], ["high-flown", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-flown"], ["exalted", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "exalted"], ["noble-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "noble-minded"], ["lofty", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "lofty"], ["high-minded", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "high-minded"], ["reverend", "worthy of adoration or reverence", "reverend"], ["idealistic", "of high moral or intellectual value; elevated in nature or style; ; - Oliver Franks", "idealistic"]]}, {"answer": "submerged", "hint": "synonyms for submerged", "clues": [["underwater", "growing or remaining under water", "underwater"], ["subaqueous", "growing or remaining under water", "subaqueous"], ["submersed", "beneath the surface of the water", "submersed"], ["subaquatic", "growing or remaining under water", "subaquatic"]]}, {"answer": "submersed", "hint": "synonyms for submersed", "clues": [["underwater", "growing or remaining under water", "underwater"], ["subaqueous", "growing or remaining under water", "subaqueous"], ["subaquatic", "growing or remaining under water", "subaquatic"], ["submerged", "beneath the surface of the water", "submerged"]]}, {"answer": "subservient", "hint": "synonyms for subservient", "clues": [["implemental", "serving or acting as a means or aid", "implemental"], ["submissive", "abjectly submissive; characteristic of a slave or servant; ; - S.H.Adams", "submissive"], ["slavish", "abjectly submissive; characteristic of a slave or servant; ; - S.H.Adams", "slavish"], ["instrumental", "serving or acting as a means or aid", "instrumental"]]}, {"answer": "substantial", "hint": "synonyms for substantial", "clues": [["substantive", "having a firm basis in reality and being therefore important, meaningful, or considerable", "substantive"], ["solid", "providing abundant nourishment", "solid"], ["satisfying", "providing abundant nourishment", "satisfying"], ["square", "providing abundant nourishment", "square"], ["material", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare", "material"], ["significant", "fairly large", "significant"], ["real", "having substance or capable of being treated as fact; not imaginary; ; ; - Shakespeare", "real"], ["hearty", "providing abundant nourishment", "hearty"], ["strong", "of good quality and condition; solidly built", "strong"]]}, {"answer": "substantiating", "hint": "synonyms for substantiating", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "substantiative", "hint": "synonyms for substantiative", "clues": [["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["substantiating", "serving to support or corroborate", "substantiating"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "successive", "hint": "synonyms for successive", "clues": [["serial", "in regular succession without gaps", "serial"], ["sequential", "in regular succession without gaps", "sequential"], ["consecutive", "in regular succession without gaps", "consecutive"], ["sequent", "in regular succession without gaps", "sequent"]]}, {"answer": "suggestive", "hint": "synonyms for suggestive", "clues": [["implicative", "tending to suggest or imply", "implicative"], ["revelatory", "(usually followed by `of') pointing out or revealing clearly", "revelatory"], ["indicatory", "(usually followed by `of') pointing out or revealing clearly", "indicatory"], ["significative", "(usually followed by `of') pointing out or revealing clearly", "significative"], ["indicative", "(usually followed by `of') pointing out or revealing clearly", "indicative"]]}, {"answer": "sulfurous", "hint": "synonyms for sulfurous", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["blistering", "harsh or corrosive in tone", "blistering"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["sultry", "characterized by oppressive heat and humidity", "sultry"], ["sulphurous", "characterized by oppressive heat and humidity", "sulphurous"], ["stifling", "characterized by oppressive heat and humidity", "stifling"], ["acerbic", "harsh or corrosive in tone", "acerbic"]]}, {"answer": "sulky", "hint": "synonyms for sulky", "clues": [["huffish", "sullen or moody", "huffish"], ["sluggish", "moving slowly", "sluggish"], ["gloomy", "depressingly dark", "gloomy"], ["gloomful", "depressingly dark", "gloomful"], ["glooming", "depressingly dark", "glooming"]]}, {"answer": "sullen", "hint": "synonyms for sullen", "clues": [["morose", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "morose"], ["dark", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dark"], ["lowering", "darkened by clouds", "lowering"], ["glum", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "glum"], ["dour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "dour"], ["sour", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "sour"], ["threatening", "darkened by clouds", "threatening"], ["heavy", "darkened by clouds", "heavy"], ["saturnine", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "saturnine"], ["moody", "showing a brooding ill humor; ; ; ; ; ; - Bruce Bliven", "moody"]]}, {"answer": "sulphurous", "hint": "synonyms for sulphurous", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["blistering", "harsh or corrosive in tone", "blistering"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["sultry", "characterized by oppressive heat and humidity", "sultry"], ["stifling", "characterized by oppressive heat and humidity", "stifling"], ["acerbic", "harsh or corrosive in tone", "acerbic"]]}, {"answer": "sultry", "hint": "synonyms for sultry", "clues": [["stifling", "characterized by oppressive heat and humidity", "stifling"], ["sensual", "sexually exciting or gratifying", "sensual"], ["sulphurous", "characterized by oppressive heat and humidity", "sulphurous"], ["sulfurous", "characterized by oppressive heat and humidity", "sulfurous"]]}, {"answer": "summary", "hint": "synonyms for summary", "clues": [["drumhead", "performed speedily and without formality", "drumhead"], ["compact", "briefly giving the gist of something", "compact"], ["compendious", "briefly giving the gist of something", "compendious"], ["succinct", "briefly giving the gist of something", "succinct"]]}, {"answer": "sumptuous", "hint": "synonyms for sumptuous", "clues": [["grand", "rich and superior in quality", "grand"], ["princely", "rich and superior in quality", "princely"], ["gilded", "rich and superior in quality", "gilded"], ["luxurious", "rich and superior in quality", "luxurious"], ["deluxe", "rich and superior in quality", "deluxe"], ["opulent", "rich and superior in quality", "opulent"]]}, {"answer": "sunbaked", "hint": "synonyms for sunbaked", "clues": [["adust", "dried out by heat or excessive exposure to sunlight", "adust"], ["scorched", "dried out by heat or excessive exposure to sunlight", "scorched"], ["baked", "dried out by heat or excessive exposure to sunlight", "baked"], ["parched", "dried out by heat or excessive exposure to sunlight", "parched"]]}, {"answer": "sundry", "hint": "synonyms for sundry", "clues": [["miscellaneous", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "miscellaneous"], ["assorted", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "assorted"], ["motley", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "motley"], ["mixed", "consisting of a haphazard assortment of different kinds; ; ; ; ; ; - I.A.Richards", "mixed"]]}, {"answer": "sunk", "hint": "synonyms for sunk", "clues": [["undone", "doomed to extinction", "undone"], ["washed-up", "doomed to extinction", "washed-up"], ["ruined", "doomed to extinction", "ruined"], ["done for", "doomed to extinction", "done for"]]}, {"answer": "super", "hint": "synonyms for super", "clues": [["ace", "of the highest quality", "ace"], ["topnotch", "of the highest quality", "topnotch"], ["crack", "of the highest quality", "crack"], ["first-rate", "of the highest quality", "first-rate"], ["tops", "of the highest quality", "tops"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "superannuated", "hint": "synonyms for superannuated", "clues": [["outdated", "old; no longer valid or fashionable", "outdated"], ["over-the-hill", "too old to be useful; - Anthony Trollope", "over-the-hill"], ["overaged", "too old to be useful; - Anthony Trollope", "overaged"], ["out-of-date", "old; no longer valid or fashionable", "out-of-date"]]}, {"answer": "supercilious", "hint": "synonyms for supercilious", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swaggering", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "swaggering"], ["sneering", "expressive of contempt", "sneering"], ["snide", "expressive of contempt", "snide"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"]]}, {"answer": "supererogatory", "hint": "synonyms for supererogatory", "clues": [["redundant", "more than is needed, desired, or required", "redundant"], ["spare", "more than is needed, desired, or required", "spare"], ["excess", "more than is needed, desired, or required", "excess"], ["surplus", "more than is needed, desired, or required", "surplus"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["extra", "more than is needed, desired, or required", "extra"]]}, {"answer": "superfluous", "hint": "synonyms for superfluous", "clues": [["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["redundant", "more than is needed, desired, or required", "redundant"], ["senseless", "serving no useful purpose; having no excuse for being", "senseless"], ["spare", "more than is needed, desired, or required", "spare"], ["pointless", "serving no useful purpose; having no excuse for being", "pointless"], ["otiose", "serving no useful purpose; having no excuse for being", "otiose"], ["wasted", "serving no useful purpose; having no excuse for being", "wasted"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["extra", "more than is needed, desired, or required", "extra"], ["excess", "more than is needed, desired, or required", "excess"], ["surplus", "more than is needed, desired, or required", "surplus"], ["purposeless", "serving no useful purpose; having no excuse for being", "purposeless"]]}, {"answer": "supernumerary", "hint": "synonyms for supernumerary", "clues": [["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["redundant", "more than is needed, desired, or required", "redundant"], ["spare", "more than is needed, desired, or required", "spare"], ["excess", "more than is needed, desired, or required", "excess"], ["surplus", "more than is needed, desired, or required", "surplus"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["extra", "more than is needed, desired, or required", "extra"]]}, {"answer": "superpatriotic", "hint": "synonyms for superpatriotic", "clues": [["flag-waving", "fanatically patriotic", "flag-waving"], ["ultranationalistic", "fanatically patriotic", "ultranationalistic"], ["chauvinistic", "fanatically patriotic", "chauvinistic"], ["jingoistic", "fanatically patriotic", "jingoistic"], ["nationalistic", "fanatically patriotic", "nationalistic"]]}, {"answer": "supersensitised", "hint": "synonyms for supersensitised", "clues": [["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitised"], ["hypersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"], ["supersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitive"]]}, {"answer": "supersensitive", "hint": "synonyms for supersensitive", "clues": [["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitised"], ["hypersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"], ["supersensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitised"]]}, {"answer": "supersensitized", "hint": "synonyms for supersensitized", "clues": [["sensitised", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "sensitised"], ["hypersensitized", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "hypersensitized"], ["allergic", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "allergic"], ["supersensitive", "having an allergy or peculiar or excessive susceptibility (especially to a specific factor)", "supersensitive"]]}, {"answer": "supple", "hint": "synonyms for supple", "clues": [["lissom", "moving and bending with ease", "lissom"], ["lithe", "moving and bending with ease", "lithe"], ["limber", "(used of e.g. personality traits) readily adaptable", "limber"], ["slender", "moving and bending with ease", "slender"], ["svelte", "moving and bending with ease", "svelte"], ["lithesome", "moving and bending with ease", "lithesome"], ["sylphlike", "moving and bending with ease", "sylphlike"]]}, {"answer": "supposed", "hint": "synonyms for supposed", "clues": [["supposititious", "based primarily on surmise rather than adequate evidence", "supposititious"], ["so-called", "doubtful or suspect", "so-called"], ["conjectural", "based primarily on surmise rather than adequate evidence", "conjectural"], ["suppositional", "based primarily on surmise rather than adequate evidence", "suppositional"], ["divinatory", "based primarily on surmise rather than adequate evidence", "divinatory"], ["hypothetical", "based primarily on surmise rather than adequate evidence", "hypothetical"], ["alleged", "doubtful or suspect", "alleged"]]}, {"answer": "suppositional", "hint": "synonyms for suppositional", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence", "divinatory"], ["hypothetical", "based primarily on surmise rather than adequate evidence", "hypothetical"], ["supposed", "based primarily on surmise rather than adequate evidence", "supposed"], ["conjectural", "based primarily on surmise rather than adequate evidence", "conjectural"], ["supposititious", "based primarily on surmise rather than adequate evidence", "supposititious"]]}, {"answer": "suppositious", "hint": "synonyms for suppositious", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence", "divinatory"], ["hypothetical", "based primarily on surmise rather than adequate evidence", "hypothetical"], ["supposed", "based primarily on surmise rather than adequate evidence", "supposed"], ["conjectural", "based primarily on surmise rather than adequate evidence", "conjectural"], ["supposititious", "based primarily on surmise rather than adequate evidence", "supposititious"], ["suppositional", "based primarily on surmise rather than adequate evidence", "suppositional"]]}, {"answer": "supposititious", "hint": "synonyms for supposititious", "clues": [["divinatory", "based primarily on surmise rather than adequate evidence", "divinatory"], ["hypothetical", "based primarily on surmise rather than adequate evidence", "hypothetical"], ["supposed", "based primarily on surmise rather than adequate evidence", "supposed"], ["conjectural", "based primarily on surmise rather than adequate evidence", "conjectural"], ["suppositious", "based primarily on surmise rather than adequate evidence", "suppositious"], ["suppositional", "based primarily on surmise rather than adequate evidence", "suppositional"]]}, {"answer": "surpassing", "hint": "synonyms for surpassing", "clues": [["transcendent", "exceeding or surpassing usual limits especially in excellence", "transcendent"], ["exceeding", "far beyond what is usual in magnitude or degree", "exceeding"], ["exceptional", "far beyond what is usual in magnitude or degree", "exceptional"], ["prodigious", "far beyond what is usual in magnitude or degree", "prodigious"], ["olympian", "far beyond what is usual in magnitude or degree", "olympian"]]}, {"answer": "surplus", "hint": "synonyms for surplus", "clues": [["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["redundant", "more than is needed, desired, or required", "redundant"], ["spare", "more than is needed, desired, or required", "spare"], ["excess", "more than is needed, desired, or required", "excess"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["extra", "more than is needed, desired, or required", "extra"]]}, {"answer": "surreptitious", "hint": "synonyms for surreptitious", "clues": [["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["sneak", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "sneak"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["stealthy", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "stealthy"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["furtive", "marked by quiet and caution and secrecy; taking pains to avoid being observed", "furtive"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"], ["underground", "conducted with or marked by hidden aims or methods", "underground"]]}, {"answer": "suspect", "hint": "synonyms for suspect", "clues": [["funny", "not as expected", "funny"], ["suspicious", "not as expected", "suspicious"], ["shady", "not as expected", "shady"], ["fishy", "not as expected", "fishy"]]}, {"answer": "suspicious", "hint": "synonyms for suspicious", "clues": [["leery", "openly distrustful and unwilling to confide", "leery"], ["fishy", "not as expected", "fishy"], ["shady", "not as expected", "shady"], ["wary", "openly distrustful and unwilling to confide", "wary"], ["untrusting", "openly distrustful and unwilling to confide", "untrusting"], ["funny", "not as expected", "funny"], ["mistrustful", "openly distrustful and unwilling to confide", "mistrustful"], ["suspect", "not as expected", "suspect"]]}, {"answer": "svelte", "hint": "synonyms for svelte", "clues": [["lissom", "moving and bending with ease", "lissom"], ["lithe", "moving and bending with ease", "lithe"], ["slender", "moving and bending with ease", "slender"], ["urbane", "showing a high degree of refinement and the assurance that comes from wide social experience", "urbane"], ["slight", "being of delicate or slender build; - Frank Norris", "slight"], ["refined", "showing a high degree of refinement and the assurance that comes from wide social experience", "refined"], ["slim", "being of delicate or slender build; - Frank Norris", "slim"], ["polished", "showing a high degree of refinement and the assurance that comes from wide social experience", "polished"], ["lithesome", "moving and bending with ease", "lithesome"], ["sylphlike", "moving and bending with ease", "sylphlike"], ["supple", "moving and bending with ease", "supple"]]}, {"answer": "swaggering", "hint": "synonyms for swaggering", "clues": [["disdainful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "disdainful"], ["haughty", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "haughty"], ["lordly", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "lordly"], ["prideful", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "prideful"], ["swashbuckling", "flamboyantly adventurous", "swashbuckling"], ["sniffy", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "sniffy"], ["supercilious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "supercilious"], ["imperious", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "imperious"], ["overbearing", "having or showing arrogant superiority to and disdain of those one views as unworthy; ; ; ; ; ; ; - W.L.Shirer", "overbearing"]]}, {"answer": "swampy", "hint": "synonyms for swampy", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["waterlogged", "(of soil) soft and watery", "waterlogged"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "sweet", "hint": "synonyms for sweet", "clues": [["sweet-scented", "having a natural fragrance", "sweet-scented"], ["sweetened", "with sweetening added", "sweetened"], ["sugared", "with sweetening added", "sugared"], ["mellifluous", "pleasing to the ear", "mellifluous"], ["angelic", "having a sweet nature befitting an angel or cherub", "angelic"], ["odoriferous", "having a natural fragrance", "odoriferous"], ["fresh", "not containing or composed of salt water", "fresh"], ["scented", "having a natural fragrance", "scented"], ["odorous", "having a natural fragrance", "odorous"], ["unfermented", "not soured or preserved", "unfermented"], ["dulcet", "pleasing to the ear", "dulcet"], ["sweet-smelling", "having a natural fragrance", "sweet-smelling"], ["perfumed", "having a natural fragrance", "perfumed"], ["sweet-flavored", "with sweetening added", "sweet-flavored"], ["gratifying", "pleasing to the mind or feeling", "gratifying"], ["honeyed", "pleasing to the ear", "honeyed"], ["seraphic", "having a sweet nature befitting an angel or cherub", "seraphic"], ["mellisonant", "pleasing to the ear", "mellisonant"], ["cherubic", "having a sweet nature befitting an angel or cherub", "cherubic"]]}, {"answer": "sweet-scented", "hint": "synonyms for sweet-scented", "clues": [["odoriferous", "having a natural fragrance", "odoriferous"], ["scented", "having a natural fragrance", "scented"], ["odorous", "having a natural fragrance", "odorous"], ["sweet-smelling", "having a natural fragrance", "sweet-smelling"], ["sweet", "having a natural fragrance", "sweet"], ["perfumed", "having a natural fragrance", "perfumed"]]}, {"answer": "sweet-smelling", "hint": "synonyms for sweet-smelling", "clues": [["odoriferous", "having a natural fragrance", "odoriferous"], ["sweet-scented", "having a natural fragrance", "sweet-scented"], ["scented", "having a natural fragrance", "scented"], ["odorous", "having a natural fragrance", "odorous"], ["sweet", "having a natural fragrance", "sweet"], ["perfumed", "having a natural fragrance", "perfumed"]]}, {"answer": "swell", "hint": "synonyms for swell", "clues": [["nifty", "very good", "nifty"], ["great", "very good", "great"], ["not bad", "very good", "not bad"], ["bang-up", "very good", "bang-up"], ["cracking", "very good", "cracking"], ["smashing", "very good", "smashing"], ["groovy", "very good", "groovy"], ["neat", "very good", "neat"], ["bully", "very good", "bully"], ["peachy", "very good", "peachy"], ["dandy", "very good", "dandy"], ["keen", "very good", "keen"], ["corking", "very good", "corking"], ["slap-up", "very good", "slap-up"]]}, {"answer": "swinish", "hint": "synonyms for swinish", "clues": [["neandertal", "ill-mannered and coarse and contemptible in behavior or appearance", "neandertal"], ["loutish", "ill-mannered and coarse and contemptible in behavior or appearance", "loutish"], ["boorish", "ill-mannered and coarse and contemptible in behavior or appearance", "boorish"], ["porcine", "resembling swine; coarsely gluttonous or greedy", "porcine"], ["hoggish", "resembling swine; coarsely gluttonous or greedy", "hoggish"], ["piggish", "resembling swine; coarsely gluttonous or greedy", "piggish"], ["piggy", "resembling swine; coarsely gluttonous or greedy", "piggy"], ["oafish", "ill-mannered and coarse and contemptible in behavior or appearance", "oafish"]]}, {"answer": "swollen", "hint": "synonyms for swollen", "clues": [["vain", "characteristic of false pride; having an exaggerated sense of self-importance", "vain"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "conceited"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance", "egotistic"], ["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen-headed"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "self-conceited"]]}, {"answer": "swollen-headed", "hint": "synonyms for swollen-headed", "clues": [["vain", "characteristic of false pride; having an exaggerated sense of self-importance", "vain"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "conceited"], ["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance", "egotistic"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "self-conceited"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen"]]}, {"answer": "sybaritic", "hint": "synonyms for sybaritic", "clues": [["luxuriant", "displaying luxury and furnishing gratification to the senses", "luxuriant"], ["voluptuary", "displaying luxury and furnishing gratification to the senses", "voluptuary"], ["epicurean", "displaying luxury and furnishing gratification to the senses", "epicurean"], ["voluptuous", "displaying luxury and furnishing gratification to the senses", "voluptuous"], ["luxurious", "displaying luxury and furnishing gratification to the senses", "luxurious"]]}, {"answer": "sycophantic", "hint": "synonyms for sycophantic", "clues": [["obsequious", "attempting to win favor from influential people by flattery", "obsequious"], ["toadyish", "attempting to win favor from influential people by flattery", "toadyish"], ["fawning", "attempting to win favor from influential people by flattery", "fawning"], ["bootlicking", "attempting to win favor from influential people by flattery", "bootlicking"]]}, {"answer": "sylphlike", "hint": "synonyms for sylphlike", "clues": [["lissom", "moving and bending with ease", "lissom"], ["lithe", "moving and bending with ease", "lithe"], ["svelte", "moving and bending with ease", "svelte"], ["slender", "moving and bending with ease", "slender"], ["lithesome", "moving and bending with ease", "lithesome"], ["supple", "moving and bending with ease", "supple"]]}, {"answer": "sympathetic", "hint": "synonyms for sympathetic", "clues": [["charitable", "showing or motivated by sympathy and understanding and generosity", "charitable"], ["kindly", "showing or motivated by sympathy and understanding and generosity", "kindly"], ["likable", "(of characters in literature or drama) evoking empathic or sympathetic feelings", "likable"], ["large-hearted", "showing or motivated by sympathy and understanding and generosity", "large-hearted"], ["appealing", "(of characters in literature or drama) evoking empathic or sympathetic feelings", "appealing"], ["good-hearted", "showing or motivated by sympathy and understanding and generosity", "good-hearted"], ["benevolent", "showing or motivated by sympathy and understanding and generosity", "benevolent"], ["harmonic", "relating to vibrations that occur as a result of vibrations in a nearby body", "harmonic"], ["openhearted", "showing or motivated by sympathy and understanding and generosity", "openhearted"]]}, {"answer": "synthetic", "hint": "synonyms for synthetic", "clues": [["man-made", "not of natural origin; prepared or made artificially", "man-made"], ["synthetical", "of a proposition whose truth value is determined by observation or facts", "synthetical"], ["celluloid", "artificial as if portrayed in a film", "celluloid"], ["semisynthetic", "not of natural origin; prepared or made artificially", "semisynthetic"]]}, {"answer": "syrupy", "hint": "synonyms for syrupy", "clues": [["viscous", "having a relatively high resistance to flow", "viscous"], ["honied", "with honey added", "honied"], ["honeyed", "with honey added", "honeyed"], ["treacly", "overly sweet", "treacly"], ["saccharine", "overly sweet", "saccharine"], ["cloying", "overly sweet", "cloying"]]}, {"answer": "taboo", "hint": "synonyms for taboo", "clues": [["tabu", "forbidden to profane use especially in South Pacific islands", "tabu"], ["prohibited", "excluded from use or mention", "prohibited"], ["verboten", "excluded from use or mention", "verboten"], ["out", "excluded from use or mention", "out"], ["proscribed", "excluded from use or mention", "proscribed"], ["forbidden", "excluded from use or mention", "forbidden"]]}, {"answer": "tabu", "hint": "synonyms for tabu", "clues": [["taboo", "forbidden to profane use especially in South Pacific islands", "taboo"], ["prohibited", "excluded from use or mention", "prohibited"], ["verboten", "excluded from use or mention", "verboten"], ["out", "excluded from use or mention", "out"], ["proscribed", "excluded from use or mention", "proscribed"], ["forbidden", "excluded from use or mention", "forbidden"]]}, {"answer": "tacky", "hint": "synonyms for tacky", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["trashy", "tastelessly showy", "trashy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["gaudy", "tastelessly showy", "gaudy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "tailored", "hint": "synonyms for tailored", "clues": [["bespoken", "(of clothing) custom-made", "bespoken"], ["made-to-order", "(of clothing) custom-made", "made-to-order"], ["tailor-made", "(of clothing) custom-made", "tailor-made"], ["trim", "severely simple in line or design", "trim"]]}, {"answer": "taken_with", "hint": "synonyms for taken with", "clues": [["in love", "marked by foolish or unreasoning fondness", "in love"], ["potty", "marked by foolish or unreasoning fondness", "potty"], ["enamored", "marked by foolish or unreasoning fondness", "enamored"], ["soft on", "marked by foolish or unreasoning fondness", "soft on"], ["infatuated", "marked by foolish or unreasoning fondness", "infatuated"], ["smitten", "marked by foolish or unreasoning fondness", "smitten"]]}, {"answer": "talkative", "hint": "synonyms for talkative", "clues": [["blabby", "unwisely talking too much", "blabby"], ["expansive", "friendly and open and willing to talk", "expansive"], ["bigmouthed", "unwisely talking too much", "bigmouthed"], ["loquacious", "full of trivial conversation", "loquacious"], ["chatty", "full of trivial conversation", "chatty"], ["talky", "full of trivial conversation", "talky"], ["gabby", "full of trivial conversation", "gabby"], ["blabbermouthed", "unwisely talking too much", "blabbermouthed"], ["garrulous", "full of trivial conversation", "garrulous"]]}, {"answer": "talky", "hint": "synonyms for talky", "clues": [["gabby", "full of trivial conversation", "gabby"], ["garrulous", "full of trivial conversation", "garrulous"], ["talkative", "full of trivial conversation", "talkative"], ["loquacious", "full of trivial conversation", "loquacious"], ["chatty", "full of trivial conversation", "chatty"]]}, {"answer": "tall", "hint": "synonyms for tall", "clues": [["marvellous", "too improbable to admit of belief", "marvellous"], ["improbable", "too improbable to admit of belief", "improbable"], ["grandiloquent", "lofty in style", "grandiloquent"], ["magniloquent", "lofty in style", "magniloquent"]]}, {"answer": "tangled", "hint": "synonyms for tangled", "clues": [["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "convoluted"], ["tortuous", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tortuous"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "involved"], ["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "knotty"]]}, {"answer": "tangy", "hint": "synonyms for tangy", "clues": [["lemony", "tasting sour like a lemon", "lemony"], ["lemonlike", "tasting sour like a lemon", "lemonlike"], ["sourish", "tasting sour like a lemon", "sourish"], ["tart", "tasting sour like a lemon", "tart"]]}, {"answer": "tapering", "hint": "synonyms for tapering", "clues": [["tapered", "becoming gradually narrower", "tapered"], ["narrowing", "becoming gradually narrower", "narrowing"], ["dwindling", "gradually decreasing until little remains", "dwindling"], ["tapering off", "gradually decreasing until little remains", "tapering off"]]}, {"answer": "tart", "hint": "synonyms for tart", "clues": [["tangy", "tasting sour like a lemon", "tangy"], ["lemony", "tasting sour like a lemon", "lemony"], ["lemonlike", "tasting sour like a lemon", "lemonlike"], ["sourish", "tasting sour like a lemon", "sourish"], ["sharp", "harsh", "sharp"], ["sharp-worded", "harsh", "sharp-worded"]]}, {"answer": "tatterdemalion", "hint": "synonyms for tatterdemalion", "clues": [["derelict", "in deplorable condition", "derelict"], ["tumble-down", "in deplorable condition", "tumble-down"], ["tattered", "worn to shreds; or wearing torn or ragged clothing", "tattered"], ["bedraggled", "in deplorable condition", "bedraggled"], ["broken-down", "in deplorable condition", "broken-down"], ["ramshackle", "in deplorable condition", "ramshackle"], ["dilapidated", "in deplorable condition", "dilapidated"]]}, {"answer": "tatty", "hint": "synonyms for tatty", "clues": [["loud", "tastelessly showy", "loud"], ["ratty", "showing signs of wear and tear", "ratty"], ["trashy", "tastelessly showy", "trashy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["shabby", "showing signs of wear and tear", "shabby"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["moth-eaten", "showing signs of wear and tear", "moth-eaten"], ["gaudy", "tastelessly showy", "gaudy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "taunting", "hint": "synonyms for taunting", "clues": [["jeering", "abusing vocally; expressing contempt or ridicule", "jeering"], ["mocking", "abusing vocally; expressing contempt or ridicule", "mocking"], ["gibelike", "abusing vocally; expressing contempt or ridicule", "gibelike"], ["derisive", "abusing vocally; expressing contempt or ridicule", "derisive"]]}, {"answer": "tawdry", "hint": "synonyms for tawdry", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["trashy", "tastelessly showy", "trashy"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["cheapjack", "cheap and shoddy; - Judith Crist", "cheapjack"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["cheap", "tastelessly showy", "cheap"], ["shoddy", "cheap and shoddy; - Judith Crist", "shoddy"], ["gaudy", "tastelessly showy", "gaudy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "tearaway", "hint": "synonyms for tearaway", "clues": [["hotheaded", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "hotheaded"], ["madcap", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "madcap"], ["brainish", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "brainish"], ["impulsive", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impulsive"], ["impetuous", "characterized by undue haste and lack of thought or deliberation; ; ; ; ; (`brainish' is archaic)", "impetuous"]]}, {"answer": "tearing", "hint": "synonyms for tearing", "clues": [["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "vehement"], ["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "trigger-happy"], ["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "violent"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "fierce"]]}, {"answer": "teasing", "hint": "synonyms for teasing", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["quizzical", "playfully vexing (especially by ridicule); - Lawrence Durrell", "quizzical"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["bothersome", "causing irritation or annoyance", "bothersome"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["mocking", "playfully vexing (especially by ridicule); - Lawrence Durrell", "mocking"]]}, {"answer": "techy", "hint": "synonyms for techy", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"], ["tetchy", "easily irritated or annoyed", "tetchy"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "tedious", "hint": "synonyms for tedious", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["wordy", "using or containing too many words", "wordy"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["long-winded", "using or containing too many words", "long-winded"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"], ["windy", "using or containing too many words", "windy"], ["verbose", "using or containing too many words", "verbose"]]}, {"answer": "teensy", "hint": "synonyms for teensy", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teeny", "(used informally) very small", "teeny"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["teentsy", "(used informally) very small", "teentsy"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "teensy-weensy", "hint": "synonyms for teensy-weensy", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "teentsy", "hint": "synonyms for teentsy", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "teeny", "hint": "synonyms for teeny", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "teeny-weeny", "hint": "synonyms for teeny-weeny", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["wee", "(used informally) very small", "wee"], ["weeny", "(used informally) very small", "weeny"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["teensy-weensy", "(used informally) very small", "teensy-weensy"]]}, {"answer": "telling", "hint": "synonyms for telling", "clues": [["cogent", "powerfully persuasive", "cogent"], ["weighty", "powerfully persuasive", "weighty"], ["telltale", "disclosing unintentionally", "telltale"], ["impressive", "producing a strong effect", "impressive"], ["revealing", "disclosing unintentionally", "revealing"]]}, {"answer": "tempest-swept", "hint": "synonyms for tempest-swept", "clues": [["storm-tossed", "pounded or hit repeatedly by storms or adversities", "storm-tossed"], ["buffeted", "pounded or hit repeatedly by storms or adversities", "buffeted"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities", "tempest-tossed"], ["tempest-tost", "pounded or hit repeatedly by storms or adversities", "tempest-tost"]]}, {"answer": "tempest-tossed", "hint": "synonyms for tempest-tossed", "clues": [["storm-tossed", "pounded or hit repeatedly by storms or adversities", "storm-tossed"], ["tempest-swept", "pounded or hit repeatedly by storms or adversities", "tempest-swept"], ["buffeted", "pounded or hit repeatedly by storms or adversities", "buffeted"], ["tempest-tost", "pounded or hit repeatedly by storms or adversities", "tempest-tost"]]}, {"answer": "tempest-tost", "hint": "synonyms for tempest-tost", "clues": [["storm-tossed", "pounded or hit repeatedly by storms or adversities", "storm-tossed"], ["tempest-swept", "pounded or hit repeatedly by storms or adversities", "tempest-swept"], ["buffeted", "pounded or hit repeatedly by storms or adversities", "buffeted"], ["tempest-tossed", "pounded or hit repeatedly by storms or adversities", "tempest-tossed"]]}, {"answer": "tempestuous", "hint": "synonyms for tempestuous", "clues": [["stormy", "characterized by violent emotions or behavior", "stormy"], ["furious", "(of the elements) as if showing violent anger", "furious"], ["angry", "(of the elements) as if showing violent anger", "angry"], ["raging", "(of the elements) as if showing violent anger", "raging"], ["wild", "(of the elements) as if showing violent anger", "wild"]]}, {"answer": "tempting", "hint": "synonyms for tempting", "clues": [["enticing", "highly attractive and able to arouse hope or desire", "enticing"], ["tantalising", "very pleasantly inviting", "tantalising"], ["alluring", "highly attractive and able to arouse hope or desire", "alluring"], ["beguiling", "highly attractive and able to arouse hope or desire", "beguiling"]]}, {"answer": "tenacious", "hint": "synonyms for tenacious", "clues": [["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot", "persistent"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dogged"], ["recollective", "good at remembering", "recollective"], ["retentive", "good at remembering", "retentive"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "pertinacious"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dour"], ["coherent", "sticking together", "coherent"], ["unyielding", "stubbornly unyielding; ; ; ; - T.S.Eliot", "unyielding"], ["long", "good at remembering", "long"]]}, {"answer": "tender", "hint": "synonyms for tender", "clues": [["lovesome", "having or displaying warmth or affection", "lovesome"], ["untoughened", "physically untoughened", "untoughened"], ["fond", "having or displaying warmth or affection", "fond"], ["crank", "(used of boats) inclined to heel over easily under sail", "crank"], ["raw", "hurting", "raw"], ["sensitive", "hurting", "sensitive"], ["warm", "having or displaying warmth or affection", "warm"], ["tippy", "(used of boats) inclined to heel over easily under sail", "tippy"], ["affectionate", "having or displaying warmth or affection", "affectionate"], ["sore", "hurting", "sore"]]}, {"answer": "tending", "hint": "synonyms for tending", "clues": [["disposed", "(usually followed by `to') naturally disposed toward", "disposed"], ["minded", "(usually followed by `to') naturally disposed toward", "minded"], ["apt", "(usually followed by `to') naturally disposed toward", "apt"], ["given", "(usually followed by `to') naturally disposed toward", "given"]]}, {"answer": "tensile", "hint": "synonyms for tensile", "clues": [["pliant", "capable of being shaped or bent or drawn out", "pliant"], ["pliable", "capable of being shaped or bent or drawn out", "pliable"], ["tractile", "capable of being shaped or bent or drawn out", "tractile"], ["ductile", "capable of being shaped or bent or drawn out", "ductile"], ["malleable", "capable of being shaped or bent or drawn out", "malleable"]]}, {"answer": "tenuous", "hint": "synonyms for tenuous", "clues": [["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "thin"], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "slight"], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "fragile"], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "flimsy"]]}, {"answer": "terminated", "hint": "synonyms for terminated", "clues": [["complete", "having come or been brought to a conclusion", "complete"], ["ended", "having come or been brought to a conclusion", "ended"], ["over", "having come or been brought to a conclusion", "over"], ["all over", "having come or been brought to a conclusion", "all over"], ["concluded", "having come or been brought to a conclusion", "concluded"]]}, {"answer": "terrene", "hint": "synonyms for terrene", "clues": [["tellurian", "of or relating to or inhabiting the land as opposed to the sea or air", "tellurian"], ["mundane", "belonging to this earth or world; not ideal or heavenly", "mundane"], ["telluric", "of or relating to or inhabiting the land as opposed to the sea or air", "telluric"], ["terrestrial", "of or relating to or inhabiting the land as opposed to the sea or air", "terrestrial"]]}, {"answer": "terrestrial", "hint": "synonyms for terrestrial", "clues": [["terrene", "of or relating to or inhabiting the land as opposed to the sea or air", "terrene"], ["tellurian", "of or relating to or inhabiting the land as opposed to the sea or air", "tellurian"], ["planetary", "of or relating to or characteristic of the planet Earth or its inhabitants; - L.C.Eiseley", "planetary"], ["sublunar", "of this earth", "sublunar"], ["telluric", "of or relating to or inhabiting the land as opposed to the sea or air", "telluric"], ["mundane", "concerned with the world or worldly matters", "mundane"]]}, {"answer": "terrible", "hint": "synonyms for terrible", "clues": [["fearful", "causing fear or dread or terror", "fearful"], ["dire", "causing fear or dread or terror", "dire"], ["wicked", "intensely or extremely bad or unpleasant in degree or quality", "wicked"], ["abominable", "exceptionally bad or displeasing", "abominable"], ["dread", "causing fear or dread or terror", "dread"], ["frightening", "causing fear or dread or terror", "frightening"], ["horrific", "causing fear or dread or terror", "horrific"], ["atrocious", "exceptionally bad or displeasing", "atrocious"], ["frightful", "extreme in degree or extent or amount or impact", "frightful"], ["awful", "extreme in degree or extent or amount or impact", "awful"], ["horrendous", "causing fear or dread or terror", "horrendous"], ["unspeakable", "exceptionally bad or displeasing", "unspeakable"], ["direful", "causing fear or dread or terror", "direful"], ["tremendous", "extreme in degree or extent or amount or impact", "tremendous"], ["fearsome", "causing fear or dread or terror", "fearsome"], ["dreaded", "causing fear or dread or terror", "dreaded"], ["severe", "intensely or extremely bad or unpleasant in degree or quality", "severe"], ["dreadful", "causing fear or dread or terror", "dreadful"], ["painful", "exceptionally bad or displeasing", "painful"]]}, {"answer": "terrific", "hint": "synonyms for terrific", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["terrifying", "causing extreme terror", "terrifying"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"]]}, {"answer": "terrified", "hint": "synonyms for terrified", "clues": [["panicked", "thrown into a state of intense fear or desperation", "panicked"], ["panic-stricken", "thrown into a state of intense fear or desperation", "panic-stricken"], ["panicky", "thrown into a state of intense fear or desperation", "panicky"], ["frightened", "thrown into a state of intense fear or desperation", "frightened"], ["panic-struck", "thrown into a state of intense fear or desperation", "panic-struck"]]}, {"answer": "tested", "hint": "synonyms for tested", "clues": [["tried", "tested and proved to be reliable", "tried"], ["tried and true", "tested and proved to be reliable", "tried and true"], ["well-tried", "tested and proved useful or correct", "well-tried"], ["time-tested", "tested and proved to be reliable", "time-tested"]]}, {"answer": "testy", "hint": "synonyms for testy", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "tetchy", "hint": "synonyms for tetchy", "clues": [["nettlesome", "easily irritated or annoyed", "nettlesome"], ["scratchy", "easily irritated or annoyed", "scratchy"], ["techy", "easily irritated or annoyed", "techy"], ["fractious", "easily irritated or annoyed", "fractious"], ["cranky", "easily irritated or annoyed", "cranky"], ["irritable", "easily irritated or annoyed", "irritable"], ["pettish", "easily irritated or annoyed", "pettish"], ["testy", "easily irritated or annoyed", "testy"], ["peevish", "easily irritated or annoyed", "peevish"], ["petulant", "easily irritated or annoyed", "petulant"], ["peckish", "easily irritated or annoyed", "peckish"]]}, {"answer": "thankless", "hint": "synonyms for thankless", "clues": [["unthankful", "not feeling or showing gratitude; ; - Shakespeare", "unthankful"], ["ungratifying", "not likely to be rewarded", "ungratifying"], ["unappreciated", "not likely to be rewarded", "unappreciated"], ["ungrateful", "not feeling or showing gratitude; ; - Shakespeare", "ungrateful"]]}, {"answer": "therapeutic", "hint": "synonyms for therapeutic", "clues": [["remedial", "tending to cure or restore to health", "remedial"], ["sanative", "tending to cure or restore to health", "sanative"], ["healing", "tending to cure or restore to health", "healing"], ["alterative", "tending to cure or restore to health", "alterative"], ["curative", "tending to cure or restore to health", "curative"], ["therapeutical", "relating to or involved in therapy", "therapeutical"]]}, {"answer": "thick", "hint": "synonyms for thick", "clues": [["wooden-headed", "(used informally) stupid", "wooden-headed"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["duncical", "(used informally) stupid", "duncical"], ["compact", "having a short and solid form or stature", "compact"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["heavyset", "having a short and solid form or stature", "heavyset"], ["chummy", "(used informally) associated on close terms", "chummy"], ["slurred", "spoken as if with a thick tongue", "slurred"], ["stocky", "having a short and solid form or stature", "stocky"], ["buddy-buddy", "(used informally) associated on close terms", "buddy-buddy"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["deep", "(of darkness) very intense", "deep"], ["thickset", "having a short and solid form or stature", "thickset"], ["dense", "hard to pass through because of dense growth", "dense"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "thick-skulled", "hint": "synonyms for thick-skulled", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["duncical", "(used informally) stupid", "duncical"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "thickheaded", "hint": "synonyms for thickheaded", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["wooden-headed", "(used informally) stupid", "wooden-headed"], ["duncical", "(used informally) stupid", "duncical"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "thickset", "hint": "synonyms for thickset", "clues": [["heavyset", "having a short and solid form or stature", "heavyset"], ["thick", "having a short and solid form or stature", "thick"], ["stocky", "having a short and solid form or stature", "stocky"], ["compact", "having a short and solid form or stature", "compact"]]}, {"answer": "thin", "hint": "synonyms for thin", "clues": [["slender", "very narrow", "slender"], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "slight"], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "tenuous"], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "fragile"], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "flimsy"], ["sparse", "not dense", "sparse"], ["lean", "lacking excess flesh; ; -Shakespeare", "lean"]]}, {"answer": "thorny", "hint": "synonyms for thorny", "clues": [["barbed", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbed"], ["bristled", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristled"], ["burry", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burry"], ["setaceous", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setaceous"], ["burred", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "burred"], ["spiny", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "spiny"], ["briery", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briery"], ["barbellate", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "barbellate"], ["briary", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "briary"], ["prickly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "prickly"], ["bristly", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "bristly"], ["setose", "having or covered with protective barbs or quills or spines or thorns or setae etc.", "setose"]]}, {"answer": "thoroughgoing", "hint": "synonyms for thoroughgoing", "clues": [["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["thorough", "performed comprehensively and completely", "thorough"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["exhaustive", "performed comprehensively and completely", "exhaustive"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"]]}, {"answer": "thoughtful", "hint": "synonyms for thoughtful", "clues": [["paying attention", "taking heed; giving close and thoughtful attention", "paying attention"], ["attentive", "taking heed; giving close and thoughtful attention", "attentive"], ["heedful", "taking heed; giving close and thoughtful attention", "heedful"], ["serious-minded", "acting with or showing thought and good sense", "serious-minded"]]}, {"answer": "thousand", "hint": "synonyms for thousand", "clues": [["one thousand", "denoting a quantity consisting of 1,000 items or units", "one thousand"], ["m", "denoting a quantity consisting of 1,000 items or units", "m"], ["k", "denoting a quantity consisting of 1,000 items or units", "k"], ["1000", "denoting a quantity consisting of 1,000 items or units", "1000"]]}, {"answer": "threadbare", "hint": "synonyms for threadbare", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["stock", "repeated too often; overfamiliar through overuse", "stock"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "threadlike", "hint": "synonyms for threadlike", "clues": [["filamentous", "thin in diameter; resembling a thread", "filamentous"], ["filiform", "thin in diameter; resembling a thread", "filiform"], ["thready", "thin in diameter; resembling a thread", "thready"], ["filamentlike", "thin in diameter; resembling a thread", "filamentlike"]]}, {"answer": "thready", "hint": "synonyms for thready", "clues": [["stringy", "forming viscous or glutinous threads", "stringy"], ["filiform", "thin in diameter; resembling a thread", "filiform"], ["filamentlike", "thin in diameter; resembling a thread", "filamentlike"], ["ropy", "forming viscous or glutinous threads", "ropy"], ["filamentous", "thin in diameter; resembling a thread", "filamentous"], ["threadlike", "thin in diameter; resembling a thread", "threadlike"]]}, {"answer": "threatening", "hint": "synonyms for threatening", "clues": [["minacious", "threatening or foreshadowing evil or tragic developments", "minacious"], ["baleful", "threatening or foreshadowing evil or tragic developments", "baleful"], ["forbidding", "threatening or foreshadowing evil or tragic developments", "forbidding"], ["lowering", "darkened by clouds", "lowering"], ["menacing", "threatening or foreshadowing evil or tragic developments", "menacing"], ["sullen", "darkened by clouds", "sullen"], ["ominous", "threatening or foreshadowing evil or tragic developments", "ominous"], ["heavy", "darkened by clouds", "heavy"], ["minatory", "threatening or foreshadowing evil or tragic developments", "minatory"], ["sinister", "threatening or foreshadowing evil or tragic developments", "sinister"]]}, {"answer": "three-dimensional", "hint": "synonyms for three-dimensional", "clues": [["three-d", "involving or relating to three dimensions or aspects; giving the illusion of depth", "three-d"], ["third-dimensional", "involving or relating to three dimensions or aspects; giving the illusion of depth", "third-dimensional"], ["3-dimensional", "involving or relating to three dimensions or aspects; giving the illusion of depth", "3-dimensional"], ["cubic", "having three dimensions", "cubic"]]}, {"answer": "three-fold", "hint": "synonyms for three-fold", "clues": [["two-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "two-fold"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "threefold"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "dual"], ["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "double"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "treble"], ["triple", "three times as great or many", "triple"]]}, {"answer": "threefold", "hint": "synonyms for threefold", "clues": [["three-fold", "three times as great or many", "three-fold"], ["two-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "two-fold"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "dual"], ["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "double"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "treble"], ["triple", "three times as great or many", "triple"]]}, {"answer": "threepenny", "hint": "synonyms for threepenny", "clues": [["twopenny-halfpenny", "of trifling worth", "twopenny-halfpenny"], ["two-a-penny", "of trifling worth", "two-a-penny"], ["sixpenny", "of trifling worth", "sixpenny"], ["twopenny", "of trifling worth", "twopenny"], ["tuppeny", "of trifling worth", "tuppeny"]]}, {"answer": "thriving", "hint": "synonyms for thriving", "clues": [["palmy", "very lively and profitable", "palmy"], ["booming", "very lively and profitable", "booming"], ["prospering", "very lively and profitable", "prospering"], ["roaring", "very lively and profitable", "roaring"], ["prosperous", "very lively and profitable", "prosperous"], ["flourishing", "very lively and profitable", "flourishing"]]}, {"answer": "thumping", "hint": "synonyms for thumping", "clues": [["walloping", "(used informally) very large", "walloping"], ["whopping", "(used informally) very large", "whopping"], ["banging", "(used informally) very large", "banging"], ["humongous", "(used informally) very large", "humongous"]]}, {"answer": "thunderstruck", "hint": "synonyms for thunderstruck", "clues": [["flabbergasted", "as if struck dumb with astonishment and surprise", "flabbergasted"], ["dumbstruck", "as if struck dumb with astonishment and surprise", "dumbstruck"], ["dumbstricken", "as if struck dumb with astonishment and surprise", "dumbstricken"], ["dumbfounded", "as if struck dumb with astonishment and surprise", "dumbfounded"], ["stupefied", "as if struck dumb with astonishment and surprise", "stupefied"]]}, {"answer": "thwarted", "hint": "synonyms for thwarted", "clues": [["foiled", "disappointingly unsuccessful", "foiled"], ["disappointed", "disappointingly unsuccessful", "disappointed"], ["defeated", "disappointingly unsuccessful", "defeated"], ["discomfited", "disappointingly unsuccessful", "discomfited"], ["frustrated", "disappointingly unsuccessful", "frustrated"]]}, {"answer": "tidy", "hint": "synonyms for tidy", "clues": [["goodly", "large in amount or extent or degree", "goodly"], ["kempt", "(of hair) neat and tidy", "kempt"], ["goodish", "large in amount or extent or degree", "goodish"], ["sizable", "large in amount or extent or degree", "sizable"], ["hefty", "large in amount or extent or degree", "hefty"], ["healthy", "large in amount or extent or degree", "healthy"], ["respectable", "large in amount or extent or degree", "respectable"]]}, {"answer": "tied", "hint": "synonyms for tied", "clues": [["laced", "closed with a lace", "laced"], ["level", "of the score in a contest", "level"], ["even", "of the score in a contest", "even"], ["fastened", "fastened with strings or cords", "fastened"], ["trussed", "bound or secured closely", "trussed"]]}, {"answer": "tight", "hint": "synonyms for tight", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["nasty", "exasperatingly difficult to handle or circumvent", "nasty"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["close", "of textiles", "close"], ["blotto", "very drunk", "blotto"], ["mingy", "(used of persons or behavior) characterized by or indicative of lack of generosity", "mingy"], ["wet", "very drunk", "wet"], ["pissed", "very drunk", "pissed"], ["miserly", "(used of persons or behavior) characterized by or indicative of lack of generosity", "miserly"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["rigorous", "demanding strict attention to rules and procedures", "rigorous"], ["compressed", "pressed tightly together", "compressed"], ["smashed", "very drunk", "smashed"], ["slopped", "very drunk", "slopped"], ["taut", "pulled or drawn tight", "taut"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["stringent", "demanding strict attention to rules and procedures", "stringent"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["squiffy", "very drunk", "squiffy"], ["mean", "(used of persons or behavior) characterized by or indicative of lack of generosity", "mean"]]}, {"answer": "tight-laced", "hint": "synonyms for tight-laced", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["victorian", "exaggeratedly proper", "victorian"], ["prudish", "exaggeratedly proper", "prudish"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "tightlipped", "hint": "synonyms for tightlipped", "clues": [["closelipped", "inclined to secrecy or reticence about divulging information", "closelipped"], ["close", "inclined to secrecy or reticence about divulging information", "close"], ["closemouthed", "inclined to secrecy or reticence about divulging information", "closemouthed"], ["secretive", "inclined to secrecy or reticence about divulging information", "secretive"]]}, {"answer": "tilted", "hint": "synonyms for tilted", "clues": [["atilt", "departing or being caused to depart from the true vertical or horizontal", "atilt"], ["canted", "departing or being caused to depart from the true vertical or horizontal", "canted"], ["tipped", "departing or being caused to depart from the true vertical or horizontal", "tipped"], ["leaning", "departing or being caused to depart from the true vertical or horizontal", "leaning"]]}, {"answer": "timeworn", "hint": "synonyms for timeworn", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["stock", "repeated too often; overfamiliar through overuse", "stock"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "timid", "hint": "synonyms for timid", "clues": [["shy", "lacking self-confidence", "shy"], ["diffident", "lacking self-confidence", "diffident"], ["fainthearted", "lacking conviction or boldness or courage", "fainthearted"], ["faint", "lacking conviction or boldness or courage", "faint"], ["unsure", "lacking self-confidence", "unsure"]]}, {"answer": "tinny", "hint": "synonyms for tinny", "clues": [["crummy", "of very poor quality; flimsy", "crummy"], ["cheesy", "of very poor quality; flimsy", "cheesy"], ["sleazy", "of very poor quality; flimsy", "sleazy"], ["chintzy", "of very poor quality; flimsy", "chintzy"], ["cheap", "of very poor quality; flimsy", "cheap"], ["punk", "of very poor quality; flimsy", "punk"], ["bum", "of very poor quality; flimsy", "bum"]]}, {"answer": "tiny", "hint": "synonyms for tiny", "clues": [["petite", "very small", "petite"], ["midget", "very small", "midget"], ["bantam", "very small", "bantam"], ["lilliputian", "very small", "lilliputian"], ["flyspeck", "very small", "flyspeck"], ["diminutive", "very small", "diminutive"]]}, {"answer": "tipped", "hint": "synonyms for tipped", "clues": [["atilt", "departing or being caused to depart from the true vertical or horizontal", "atilt"], ["canted", "departing or being caused to depart from the true vertical or horizontal", "canted"], ["tilted", "departing or being caused to depart from the true vertical or horizontal", "tilted"], ["leaning", "departing or being caused to depart from the true vertical or horizontal", "leaning"]]}, {"answer": "tiptop", "hint": "synonyms for tiptop", "clues": [["ace", "of the highest quality", "ace"], ["topnotch", "of the highest quality", "topnotch"], ["super", "of the highest quality", "super"], ["first-rate", "of the highest quality", "first-rate"], ["crack", "of the highest quality", "crack"], ["tops", "of the highest quality", "tops"]]}, {"answer": "tired", "hint": "synonyms for tired", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["stock", "repeated too often; overfamiliar through overuse", "stock"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "tired_of", "hint": "synonyms for tired of", "clues": [["sick", "having a strong distaste from surfeit", "sick"], ["sick of", "having a strong distaste from surfeit", "sick of"], ["fed up", "having a strong distaste from surfeit", "fed up"], ["disgusted", "having a strong distaste from surfeit", "disgusted"]]}, {"answer": "tireless", "hint": "synonyms for tireless", "clues": [["untiring", "characterized by hard work and perseverance", "untiring"], ["indefatigable", "showing sustained enthusiastic action with unflagging vitality", "indefatigable"], ["unflagging", "showing sustained enthusiastic action with unflagging vitality", "unflagging"], ["hardworking", "characterized by hard work and perseverance", "hardworking"], ["industrious", "characterized by hard work and perseverance", "industrious"], ["unwearying", "showing sustained enthusiastic action with unflagging vitality", "unwearying"]]}, {"answer": "tiresome", "hint": "synonyms for tiresome", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "toadyish", "hint": "synonyms for toadyish", "clues": [["obsequious", "attempting to win favor from influential people by flattery", "obsequious"], ["sycophantic", "attempting to win favor from influential people by flattery", "sycophantic"], ["fawning", "attempting to win favor from influential people by flattery", "fawning"], ["bootlicking", "attempting to win favor from influential people by flattery", "bootlicking"]]}, {"answer": "togged_up", "hint": "synonyms for togged up", "clues": [["spiffed up", "dressed in fancy or formal clothing", "spiffed up"], ["dressed-up", "dressed in fancy or formal clothing", "dressed-up"], ["dolled up", "dressed in fancy or formal clothing", "dolled up"], ["spruced up", "dressed in fancy or formal clothing", "spruced up"], ["dressed to the nines", "dressed in fancy or formal clothing", "dressed to the nines"], ["dressed", "dressed in fancy or formal clothing", "dressed"], ["dressed to kill", "dressed in fancy or formal clothing", "dressed to kill"]]}, {"answer": "toilsome", "hint": "synonyms for toilsome", "clues": [["heavy", "characterized by effort to the point of exhaustion; especially physical effort", "heavy"], ["arduous", "characterized by effort to the point of exhaustion; especially physical effort", "arduous"], ["grueling", "characterized by effort to the point of exhaustion; especially physical effort", "grueling"], ["laborious", "characterized by effort to the point of exhaustion; especially physical effort", "laborious"], ["backbreaking", "characterized by effort to the point of exhaustion; especially physical effort", "backbreaking"], ["operose", "characterized by effort to the point of exhaustion; especially physical effort", "operose"], ["punishing", "characterized by effort to the point of exhaustion; especially physical effort", "punishing"], ["hard", "characterized by effort to the point of exhaustion; especially physical effort", "hard"]]}, {"answer": "tolerant", "hint": "synonyms for tolerant", "clues": [["kind", "tolerant and forgiving under provocation", "kind"], ["large-minded", "showing or characterized by broad-mindedness", "large-minded"], ["broad", "showing or characterized by broad-mindedness", "broad"], ["liberal", "showing or characterized by broad-mindedness", "liberal"], ["patient of", "showing the capacity for endurance", "patient of"], ["resistant", "able to tolerate environmental conditions or physiological stress", "resistant"]]}, {"answer": "tonic", "hint": "synonyms for tonic", "clues": [["fresh", "imparting vitality and energy", "fresh"], ["refreshful", "imparting vitality and energy", "refreshful"], ["refreshing", "imparting vitality and energy", "refreshing"], ["tonal", "employing variations in pitch to distinguish meanings of otherwise similar words", "tonal"], ["accented", "used of syllables", "accented"], ["bracing", "imparting vitality and energy", "bracing"], ["brisk", "imparting vitality and energy", "brisk"]]}, {"answer": "too-generous", "hint": "synonyms for too-generous", "clues": [["unstinted", "very generous", "unstinted"], ["overgenerous", "very generous", "overgenerous"], ["munificent", "very generous", "munificent"], ["unstinting", "very generous", "unstinting"], ["unsparing", "very generous", "unsparing"], ["lavish", "very generous", "lavish"]]}, {"answer": "too_big_for_one's_breeches", "hint": "synonyms for too big for one's breeches", "clues": [["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "stuck-up"], ["uppish", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "uppish"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "bigheaded"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snooty"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "persnickety"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snot-nosed"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snotty"]]}, {"answer": "toothed", "hint": "synonyms for toothed", "clues": [["jaggy", "having an irregularly notched or toothed margin as though gnawed", "jaggy"], ["notched", "notched like a saw with teeth pointing toward the apex", "notched"], ["erose", "having an irregularly notched or toothed margin as though gnawed", "erose"], ["saw-toothed", "notched like a saw with teeth pointing toward the apex", "saw-toothed"], ["serrate", "notched like a saw with teeth pointing toward the apex", "serrate"], ["jagged", "having an irregularly notched or toothed margin as though gnawed", "jagged"]]}, {"answer": "toothsome", "hint": "synonyms for toothsome", "clues": [["red-hot", "having strong sexual appeal", "red-hot"], ["delectable", "extremely pleasing to the sense of taste", "delectable"], ["pleasant-tasting", "extremely pleasing to the sense of taste", "pleasant-tasting"], ["voluptuous", "having strong sexual appeal", "voluptuous"], ["luscious", "having strong sexual appeal", "luscious"], ["yummy", "extremely pleasing to the sense of taste", "yummy"], ["palatable", "acceptable to the taste or mind", "palatable"], ["scrumptious", "extremely pleasing to the sense of taste", "scrumptious"], ["juicy", "having strong sexual appeal", "juicy"], ["delicious", "extremely pleasing to the sense of taste", "delicious"]]}, {"answer": "top-notch", "hint": "synonyms for top-notch", "clues": [["ace", "of the highest quality", "ace"], ["topnotch", "of the highest quality", "topnotch"], ["super", "of the highest quality", "super"], ["first-rate", "of the highest quality", "first-rate"], ["crack", "of the highest quality", "crack"], ["tops", "of the highest quality", "tops"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "topnotch", "hint": "synonyms for topnotch", "clues": [["ace", "of the highest quality", "ace"], ["super", "of the highest quality", "super"], ["first-rate", "of the highest quality", "first-rate"], ["crack", "of the highest quality", "crack"], ["top-notch", "of the highest quality", "top-notch"], ["tops", "of the highest quality", "tops"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "tops", "hint": "synonyms for tops", "clues": [["ace", "of the highest quality", "ace"], ["topnotch", "of the highest quality", "topnotch"], ["super", "of the highest quality", "super"], ["first-rate", "of the highest quality", "first-rate"], ["crack", "of the highest quality", "crack"], ["tiptop", "of the highest quality", "tiptop"]]}, {"answer": "topsy-turvy", "hint": "synonyms for topsy-turvy", "clues": [["disorderly", "in utter disorder", "disorderly"], ["hugger-mugger", "in utter disorder", "hugger-mugger"], ["jumbled", "in utter disorder", "jumbled"], ["higgledy-piggledy", "in utter disorder", "higgledy-piggledy"]]}, {"answer": "torpid", "hint": "synonyms for torpid", "clues": [["soggy", "slow and apathetic", "soggy"], ["dormant", "in a condition of biological rest or suspended animation", "dormant"], ["inert", "slow and apathetic", "inert"], ["sluggish", "slow and apathetic", "sluggish"], ["hibernating", "in a condition of biological rest or suspended animation", "hibernating"]]}, {"answer": "torrid", "hint": "synonyms for torrid", "clues": [["fiery", "characterized by intense emotion", "fiery"], ["impassioned", "characterized by intense emotion", "impassioned"], ["perfervid", "characterized by intense emotion", "perfervid"], ["ardent", "characterized by intense emotion", "ardent"], ["fervid", "characterized by intense emotion", "fervid"], ["fervent", "characterized by intense emotion", "fervent"]]}, {"answer": "tortuous", "hint": "synonyms for tortuous", "clues": [["convoluted", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "convoluted"], ["winding", "marked by repeated turns and bends", "winding"], ["tangled", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "tangled"], ["voluminous", "marked by repeated turns and bends", "voluminous"], ["involved", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "involved"], ["twisting", "marked by repeated turns and bends", "twisting"], ["twisty", "marked by repeated turns and bends", "twisty"], ["knotty", "highly complex or intricate and occasionally devious; ; ; ; ; ; ; ; - Sir Walter Scott", "knotty"]]}, {"answer": "torturesome", "hint": "synonyms for torturesome", "clues": [["excruciating", "extremely painful", "excruciating"], ["harrowing", "extremely painful", "harrowing"], ["agonizing", "extremely painful", "agonizing"], ["torturing", "extremely painful", "torturing"], ["torturous", "extremely painful", "torturous"]]}, {"answer": "torturing", "hint": "synonyms for torturing", "clues": [["excruciating", "extremely painful", "excruciating"], ["harrowing", "extremely painful", "harrowing"], ["agonizing", "extremely painful", "agonizing"], ["torturesome", "extremely painful", "torturesome"], ["torturous", "extremely painful", "torturous"]]}, {"answer": "torturous", "hint": "synonyms for torturous", "clues": [["excruciating", "extremely painful", "excruciating"], ["harrowing", "extremely painful", "harrowing"], ["agonizing", "extremely painful", "agonizing"], ["torturesome", "extremely painful", "torturesome"], ["torturing", "extremely painful", "torturing"]]}, {"answer": "touched", "hint": "synonyms for touched", "clues": [["affected", "being excited or provoked to the expression of an emotion", "affected"], ["moved", "being excited or provoked to the expression of an emotion", "moved"], ["stirred", "being excited or provoked to the expression of an emotion", "stirred"], ["fey", "slightly insane", "fey"]]}, {"answer": "touchy", "hint": "synonyms for touchy", "clues": [["huffy", "quick to take offense", "huffy"], ["ticklish", "difficult to handle; requiring great tact", "ticklish"], ["feisty", "quick to take offense", "feisty"], ["thin-skinned", "quick to take offense", "thin-skinned"], ["delicate", "difficult to handle; requiring great tact", "delicate"]]}, {"answer": "tough", "hint": "synonyms for tough", "clues": [["ruffianly", "violent and lawless", "ruffianly"], ["problematical", "making great mental demands; hard to comprehend or solve or believe", "problematical"], ["elusive", "making great mental demands; hard to comprehend or solve or believe", "elusive"], ["toughened", "physically toughened", "toughened"], ["bad", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')", "bad"], ["hard", "unfortunate or hard to bear", "hard"], ["baffling", "making great mental demands; hard to comprehend or solve or believe", "baffling"], ["rugged", "very difficult; severely testing stamina or resolution", "rugged"], ["sturdy", "substantially made or constructed", "sturdy"], ["knotty", "making great mental demands; hard to comprehend or solve or believe", "knotty"]]}, {"answer": "toughened", "hint": "synonyms for toughened", "clues": [["treated", "made hard or flexible or resilient especially by heat treatment", "treated"], ["tempered", "made hard or flexible or resilient especially by heat treatment", "tempered"], ["tough", "physically toughened", "tough"], ["hardened", "made hard or flexible or resilient especially by heat treatment", "hardened"]]}, {"answer": "trackless", "hint": "synonyms for trackless", "clues": [["roadless", "lacking pathways", "roadless"], ["untrodden", "lacking pathways", "untrodden"], ["pathless", "lacking pathways", "pathless"], ["untracked", "lacking pathways", "untracked"], ["untrod", "lacking pathways", "untrod"]]}, {"answer": "tractile", "hint": "synonyms for tractile", "clues": [["pliant", "capable of being shaped or bent or drawn out", "pliant"], ["pliable", "capable of being shaped or bent or drawn out", "pliable"], ["ductile", "capable of being shaped or bent or drawn out", "ductile"], ["malleable", "capable of being shaped or bent or drawn out", "malleable"], ["tensile", "capable of being shaped or bent or drawn out", "tensile"]]}, {"answer": "traitorous", "hint": "synonyms for traitorous", "clues": [["treasonous", "having the character of, or characteristic of, a traitor", "treasonous"], ["treasonable", "having the character of, or characteristic of, a traitor", "treasonable"], ["faithless", "having the character of, or characteristic of, a traitor", "faithless"], ["unfaithful", "having the character of, or characteristic of, a traitor", "unfaithful"]]}, {"answer": "tranquil", "hint": "synonyms for tranquil", "clues": [["calm", "not agitated; without losing self-possession", "calm"], ["unagitated", "not agitated; without losing self-possession", "unagitated"], ["unruffled", "(of a body of water) free from disturbance by heavy waves", "unruffled"], ["still", "(of a body of water) free from disturbance by heavy waves", "still"], ["quiet", "(of a body of water) free from disturbance by heavy waves", "quiet"], ["smooth", "(of a body of water) free from disturbance by heavy waves", "smooth"], ["placid", "(of a body of water) free from disturbance by heavy waves", "placid"], ["serene", "not agitated; without losing self-possession", "serene"]]}, {"answer": "tranquilising", "hint": "synonyms for tranquilising", "clues": [["tranquillizing", "tending to soothe or tranquilize", "tranquillizing"], ["ataractic", "tending to soothe or tranquilize", "ataractic"], ["ataraxic", "tending to soothe or tranquilize", "ataraxic"], ["sedative", "tending to soothe or tranquilize", "sedative"]]}, {"answer": "tranquilizing", "hint": "synonyms for tranquilizing", "clues": [["tranquilising", "tending to soothe or tranquilize", "tranquilising"], ["ataractic", "tending to soothe or tranquilize", "ataractic"], ["ataraxic", "tending to soothe or tranquilize", "ataraxic"], ["sedative", "tending to soothe or tranquilize", "sedative"]]}, {"answer": "tranquillising", "hint": "synonyms for tranquillising", "clues": [["tranquilising", "tending to soothe or tranquilize", "tranquilising"], ["ataractic", "tending to soothe or tranquilize", "ataractic"], ["ataraxic", "tending to soothe or tranquilize", "ataraxic"], ["sedative", "tending to soothe or tranquilize", "sedative"]]}, {"answer": "tranquillizing", "hint": "synonyms for tranquillizing", "clues": [["tranquilising", "tending to soothe or tranquilize", "tranquilising"], ["ataractic", "tending to soothe or tranquilize", "ataractic"], ["ataraxic", "tending to soothe or tranquilize", "ataraxic"], ["sedative", "tending to soothe or tranquilize", "sedative"]]}, {"answer": "transferable", "hint": "synonyms for transferable", "clues": [["movable", "capable of being moved or conveyed from one place to another", "movable"], ["transferrable", "capable of being moved or conveyed from one place to another", "transferrable"], ["assignable", "legally transferable to the ownership of another", "assignable"], ["conveyable", "legally transferable to the ownership of another", "conveyable"], ["negotiable", "legally transferable to the ownership of another", "negotiable"], ["transportable", "capable of being moved or conveyed from one place to another", "transportable"]]}, {"answer": "transferrable", "hint": "synonyms for transferrable", "clues": [["transferable", "legally transferable to the ownership of another", "transferable"], ["movable", "capable of being moved or conveyed from one place to another", "movable"], ["assignable", "legally transferable to the ownership of another", "assignable"], ["conveyable", "legally transferable to the ownership of another", "conveyable"], ["negotiable", "legally transferable to the ownership of another", "negotiable"], ["transportable", "capable of being moved or conveyed from one place to another", "transportable"]]}, {"answer": "transfixed", "hint": "synonyms for transfixed", "clues": [["spell-bound", "having your attention fixated as though by a spell", "spell-bound"], ["fascinated", "having your attention fixated as though by a spell", "fascinated"], ["hypnotized", "having your attention fixated as though by a spell", "hypnotized"], ["mesmerised", "having your attention fixated as though by a spell", "mesmerised"]]}, {"answer": "transient", "hint": "synonyms for transient", "clues": [["short-lived", "lasting a very short time", "short-lived"], ["transeunt", "of a mental act; causing effects outside the mind", "transeunt"], ["ephemeral", "lasting a very short time", "ephemeral"], ["fugacious", "lasting a very short time", "fugacious"], ["passing", "lasting a very short time", "passing"], ["transitory", "lasting a very short time", "transitory"]]}, {"answer": "transitory", "hint": "synonyms for transitory", "clues": [["transient", "lasting a very short time", "transient"], ["short-lived", "lasting a very short time", "short-lived"], ["ephemeral", "lasting a very short time", "ephemeral"], ["fugacious", "lasting a very short time", "fugacious"], ["passing", "lasting a very short time", "passing"]]}, {"answer": "transmissible", "hint": "synonyms for transmissible", "clues": [["communicable", "(of disease) capable of being transmitted by infection", "communicable"], ["familial", "occurring among members of a family usually by heredity", "familial"], ["hereditary", "occurring among members of a family usually by heredity", "hereditary"], ["genetic", "occurring among members of a family usually by heredity", "genetic"], ["contagious", "(of disease) capable of being transmitted by infection", "contagious"], ["patrimonial", "inherited or inheritable by established rules (usually legal rules) of descent", "patrimonial"], ["transmitted", "occurring among members of a family usually by heredity", "transmitted"], ["ancestral", "inherited or inheritable by established rules (usually legal rules) of descent", "ancestral"], ["contractable", "(of disease) capable of being transmitted by infection", "contractable"], ["catching", "(of disease) capable of being transmitted by infection", "catching"], ["inherited", "occurring among members of a family usually by heredity", "inherited"], ["transmittable", "(of disease) capable of being transmitted by infection", "transmittable"]]}, {"answer": "transmittable", "hint": "synonyms for transmittable", "clues": [["transmissible", "(of disease) capable of being transmitted by infection", "transmissible"], ["contagious", "(of disease) capable of being transmitted by infection", "contagious"], ["contractable", "(of disease) capable of being transmitted by infection", "contractable"], ["catching", "(of disease) capable of being transmitted by infection", "catching"], ["communicable", "(of disease) capable of being transmitted by infection", "communicable"]]}, {"answer": "transmitted", "hint": "synonyms for transmitted", "clues": [["familial", "occurring among members of a family usually by heredity", "familial"], ["hereditary", "occurring among members of a family usually by heredity", "hereditary"], ["genetic", "occurring among members of a family usually by heredity", "genetic"], ["transmissible", "occurring among members of a family usually by heredity", "transmissible"], ["inherited", "occurring among members of a family usually by heredity", "inherited"]]}, {"answer": "transparent", "hint": "synonyms for transparent", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["crystalline", "transmitting light; able to be seen through with clarity", "crystalline"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["crystal clear", "transmitting light; able to be seen through with clarity", "crystal clear"], ["pellucid", "transmitting light; able to be seen through with clarity", "pellucid"], ["gauzy", "so thin as to transmit light", "gauzy"], ["guileless", "free of deceit", "guileless"], ["filmy", "so thin as to transmit light", "filmy"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["limpid", "transmitting light; able to be seen through with clarity", "limpid"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["see-through", "so thin as to transmit light", "see-through"], ["lucid", "transmitting light; able to be seen through with clarity", "lucid"]]}, {"answer": "trashy", "hint": "synonyms for trashy", "clues": [["loud", "tastelessly showy", "loud"], ["tatty", "tastelessly showy", "tatty"], ["flash", "tastelessly showy", "flash"], ["gimcrack", "tastelessly showy", "gimcrack"], ["tacky", "tastelessly showy", "tacky"], ["meretricious", "tastelessly showy", "meretricious"], ["brassy", "tastelessly showy", "brassy"], ["tawdry", "tastelessly showy", "tawdry"], ["cheap", "tastelessly showy", "cheap"], ["gaudy", "tastelessly showy", "gaudy"], ["rubbishy", "cheap and inferior; of no value", "rubbishy"], ["garish", "tastelessly showy", "garish"]]}, {"answer": "treasonable", "hint": "synonyms for treasonable", "clues": [["traitorous", "having the character of, or characteristic of, a traitor", "traitorous"], ["treasonous", "having the character of, or characteristic of, a traitor", "treasonous"], ["faithless", "having the character of, or characteristic of, a traitor", "faithless"], ["unfaithful", "having the character of, or characteristic of, a traitor", "unfaithful"]]}, {"answer": "treasonous", "hint": "synonyms for treasonous", "clues": [["traitorous", "having the character of, or characteristic of, a traitor", "traitorous"], ["treasonable", "having the character of, or characteristic of, a traitor", "treasonable"], ["faithless", "having the character of, or characteristic of, a traitor", "faithless"], ["unfaithful", "having the character of, or characteristic of, a traitor", "unfaithful"]]}, {"answer": "treble", "hint": "synonyms for treble", "clues": [["three-fold", "three times as great or many", "three-fold"], ["two-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "two-fold"], ["triple", "having three units or components or elements", "triple"], ["ternary", "having three units or components or elements", "ternary"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "dual"], ["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "double"], ["soprano", "having or denoting a high range", "soprano"]]}, {"answer": "tree-shaped", "hint": "synonyms for tree-shaped", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["treelike", "resembling a tree in form and branching structure", "treelike"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "treelike", "hint": "synonyms for treelike", "clues": [["dendroid", "resembling a tree in form and branching structure", "dendroid"], ["arboresque", "resembling a tree in form and branching structure", "arboresque"], ["arborescent", "resembling a tree in form and branching structure", "arborescent"], ["arboreous", "resembling a tree in form and branching structure", "arboreous"], ["arboreal", "resembling a tree in form and branching structure", "arboreal"], ["dendriform", "resembling a tree in form and branching structure", "dendriform"], ["tree-shaped", "resembling a tree in form and branching structure", "tree-shaped"], ["arboriform", "resembling a tree in form and branching structure", "arboriform"]]}, {"answer": "tremendous", "hint": "synonyms for tremendous", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["enormous", "extraordinarily large in size or extent or amount or power or degree; ; ; ; - Walter Lippman", "enormous"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["awful", "extreme in degree or extent or amount or impact", "awful"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"], ["frightful", "extreme in degree or extent or amount or impact", "frightful"], ["terrible", "extreme in degree or extent or amount or impact", "terrible"]]}, {"answer": "trenchant", "hint": "synonyms for trenchant", "clues": [["searching", "having keenness and forcefulness and penetration in thought, expression, or intellect", "searching"], ["hard-hitting", "characterized by or full of force and vigor", "hard-hitting"], ["distinct", "clearly or sharply defined to the mind", "distinct"], ["clear-cut", "clearly or sharply defined to the mind", "clear-cut"]]}, {"answer": "tributary", "hint": "synonyms for tributary", "clues": [["contributory", "tending to bring about; being partly responsible for", "contributory"], ["contributing", "tending to bring about; being partly responsible for", "contributing"], ["conducive", "tending to bring about; being partly responsible for", "conducive"], ["contributive", "tending to bring about; being partly responsible for", "contributive"]]}, {"answer": "tricksy", "hint": "synonyms for tricksy", "clues": [["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["crafty", "marked by skill in deception", "crafty"], ["tricky", "marked by skill in deception", "tricky"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "tricky", "hint": "synonyms for tricky", "clues": [["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["dodgy", "marked by skill in deception", "dodgy"], ["tricksy", "marked by skill in deception", "tricksy"], ["crafty", "marked by skill in deception", "crafty"], ["catchy", "having concealed difficulty", "catchy"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["slippery", "not to be trusted; - James Agee", "slippery"], ["knavish", "marked by skill in deception", "knavish"], ["wily", "marked by skill in deception", "wily"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "tried", "hint": "synonyms for tried", "clues": [["tested", "tested and proved to be reliable", "tested"], ["tried and true", "tested and proved to be reliable", "tried and true"], ["well-tried", "tested and proved useful or correct", "well-tried"], ["time-tested", "tested and proved to be reliable", "time-tested"]]}, {"answer": "trigger-happy", "hint": "synonyms for trigger-happy", "clues": [["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "vehement"], ["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "tearing"], ["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "violent"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "fierce"]]}, {"answer": "trim", "hint": "synonyms for trim", "clues": [["trig", "neat and smart in appearance", "trig"], ["clean-cut", "neat and smart in appearance", "clean-cut"], ["tailored", "severely simple in line or design", "tailored"], ["spare", "thin and fit", "spare"], ["shipshape", "of places; characterized by order and neatness; free from disorder", "shipshape"], ["well-kept", "of places; characterized by order and neatness; free from disorder", "well-kept"]]}, {"answer": "triple", "hint": "synonyms for triple", "clues": [["three-fold", "three times as great or many", "three-fold"], ["treble", "three times as great or many", "treble"], ["ternary", "having three units or components or elements", "ternary"], ["triplex", "having three units or components or elements", "triplex"]]}, {"answer": "tripping", "hint": "synonyms for tripping", "clues": [["swinging", "characterized by a buoyant rhythm", "swinging"], ["lightsome", "moving easily and quickly; nimble", "lightsome"], ["lilting", "characterized by a buoyant rhythm", "lilting"], ["light", "moving easily and quickly; nimble", "light"], ["swingy", "characterized by a buoyant rhythm", "swingy"]]}, {"answer": "trite", "hint": "synonyms for trite", "clues": [["stock", "repeated too often; overfamiliar through overuse", "stock"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["well-worn", "repeated too often; overfamiliar through overuse", "well-worn"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "triumphal", "hint": "synonyms for triumphal", "clues": [["rejoicing", "joyful and proud especially because of triumph or success", "rejoicing"], ["exultant", "joyful and proud especially because of triumph or success", "exultant"], ["jubilant", "joyful and proud especially because of triumph or success", "jubilant"], ["exulting", "joyful and proud especially because of triumph or success", "exulting"], ["triumphant", "joyful and proud especially because of triumph or success", "triumphant"], ["prideful", "joyful and proud especially because of triumph or success", "prideful"]]}, {"answer": "triumphant", "hint": "synonyms for triumphant", "clues": [["rejoicing", "joyful and proud especially because of triumph or success", "rejoicing"], ["exultant", "joyful and proud especially because of triumph or success", "exultant"], ["jubilant", "joyful and proud especially because of triumph or success", "jubilant"], ["triumphal", "joyful and proud especially because of triumph or success", "triumphal"], ["victorious", "experiencing triumph", "victorious"], ["prideful", "joyful and proud especially because of triumph or success", "prideful"], ["exulting", "joyful and proud especially because of triumph or success", "exulting"]]}, {"answer": "trivial", "hint": "synonyms for trivial", "clues": [["superficial", "of little substance or significance", "superficial"], ["petty", "(informal) small and of little importance", "petty"], ["little", "(informal) small and of little importance", "little"], ["lilliputian", "(informal) small and of little importance", "lilliputian"], ["fiddling", "(informal) small and of little importance", "fiddling"], ["niggling", "(informal) small and of little importance", "niggling"], ["footling", "(informal) small and of little importance", "footling"], ["picayune", "(informal) small and of little importance", "picayune"], ["piffling", "(informal) small and of little importance", "piffling"]]}, {"answer": "troubled", "hint": "synonyms for troubled", "clues": [["disruptive", "characterized by unrest or disorder or insubordination", "disruptive"], ["riotous", "characterized by unrest or disorder or insubordination", "riotous"], ["turbulent", "characterized by unrest or disorder or insubordination", "turbulent"], ["tumultuous", "characterized by unrest or disorder or insubordination", "tumultuous"]]}, {"answer": "troubling", "hint": "synonyms for troubling", "clues": [["distressful", "causing distress or worry or anxiety", "distressful"], ["worrisome", "causing distress or worry or anxiety", "worrisome"], ["distressing", "causing distress or worry or anxiety", "distressing"], ["disturbing", "causing distress or worry or anxiety", "disturbing"], ["worrying", "causing distress or worry or anxiety", "worrying"], ["perturbing", "causing distress or worry or anxiety", "perturbing"]]}, {"answer": "true", "hint": "synonyms for true", "clues": [["dependable", "worthy of being depended on", "dependable"], ["honest", "worthy of being depended on", "honest"], ["reliable", "worthy of being depended on", "reliable"], ["truthful", "expressing or given to expressing the truth", "truthful"], ["genuine", "not pretended; sincerely felt or expressed", "genuine"], ["lawful", "having a legally established claim", "lawful"], ["on-key", "in tune; accurate in pitch", "on-key"], ["rightful", "having a legally established claim", "rightful"], ["straight", "accurately fitted; level", "straight"], ["unfeigned", "not pretended; sincerely felt or expressed", "unfeigned"], ["dead on target", "accurately placed or thrown", "dead on target"]]}, {"answer": "tubby", "hint": "synonyms for tubby", "clues": [["pudgy", "short and plump", "pudgy"], ["dumpy", "short and plump", "dumpy"], ["podgy", "short and plump", "podgy"], ["roly-poly", "short and plump", "roly-poly"]]}, {"answer": "tube-shaped", "hint": "synonyms for tube-shaped", "clues": [["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubular"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)", "vasiform"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "cannular"], ["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubelike"]]}, {"answer": "tubelike", "hint": "synonyms for tubelike", "clues": [["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubular"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)", "vasiform"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "cannular"], ["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tube-shaped"]]}, {"answer": "tubular", "hint": "synonyms for tubular", "clues": [["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubelike"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "cannular"], ["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tube-shaped"], ["vasiform", "constituting a tube; having hollow tubes (as for the passage of fluids)", "vasiform"]]}, {"answer": "tumble-down", "hint": "synonyms for tumble-down", "clues": [["derelict", "in deplorable condition", "derelict"], ["tatterdemalion", "in deplorable condition", "tatterdemalion"], ["bedraggled", "in deplorable condition", "bedraggled"], ["broken-down", "in deplorable condition", "broken-down"], ["ramshackle", "in deplorable condition", "ramshackle"], ["dilapidated", "in deplorable condition", "dilapidated"]]}, {"answer": "tumescent", "hint": "synonyms for tumescent", "clues": [["turgid", "abnormally distended especially by fluids or gas", "turgid"], ["tumid", "abnormally distended especially by fluids or gas", "tumid"], ["puffy", "abnormally distended especially by fluids or gas", "puffy"], ["intumescent", "abnormally distended especially by fluids or gas", "intumescent"]]}, {"answer": "tumid", "hint": "synonyms for tumid", "clues": [["erect", "of sexual organs; stiff and rigid", "erect"], ["turgid", "ostentatiously lofty in style", "turgid"], ["orotund", "ostentatiously lofty in style", "orotund"], ["intumescent", "abnormally distended especially by fluids or gas", "intumescent"], ["bombastic", "ostentatiously lofty in style", "bombastic"], ["puffy", "abnormally distended especially by fluids or gas", "puffy"], ["declamatory", "ostentatiously lofty in style", "declamatory"], ["large", "ostentatiously lofty in style", "large"]]}, {"answer": "tumultuous", "hint": "synonyms for tumultuous", "clues": [["disruptive", "characterized by unrest or disorder or insubordination", "disruptive"], ["riotous", "characterized by unrest or disorder or insubordination", "riotous"], ["turbulent", "characterized by unrest or disorder or insubordination", "turbulent"], ["troubled", "characterized by unrest or disorder or insubordination", "troubled"]]}, {"answer": "tuppeny", "hint": "synonyms for tuppeny", "clues": [["twopenny-halfpenny", "of trifling worth", "twopenny-halfpenny"], ["two-a-penny", "of trifling worth", "two-a-penny"], ["sixpenny", "of trifling worth", "sixpenny"], ["twopenny", "of trifling worth", "twopenny"], ["threepenny", "of trifling worth", "threepenny"]]}, {"answer": "turbid", "hint": "synonyms for turbid", "clues": [["muddy", "(of liquids) clouded as with sediment", "muddy"], ["murky", "(of liquids) clouded as with sediment", "murky"], ["mirky", "(of liquids) clouded as with sediment", "mirky"], ["cloudy", "(of liquids) clouded as with sediment", "cloudy"]]}, {"answer": "turbinate", "hint": "synonyms for turbinate", "clues": [["whorled", "in the shape of a coil", "whorled"], ["volute", "in the shape of a coil", "volute"], ["helical", "in the shape of a coil", "helical"], ["spiraling", "in the shape of a coil", "spiraling"], ["coiling", "in the shape of a coil", "coiling"]]}, {"answer": "turbulent", "hint": "synonyms for turbulent", "clues": [["disruptive", "characterized by unrest or disorder or insubordination", "disruptive"], ["troubled", "characterized by unrest or disorder or insubordination", "troubled"], ["roiling", "(of a liquid) agitated vigorously; in a state of turbulence", "roiling"], ["churning", "(of a liquid) agitated vigorously; in a state of turbulence", "churning"], ["tumultuous", "characterized by unrest or disorder or insubordination", "tumultuous"], ["riotous", "characterized by unrest or disorder or insubordination", "riotous"], ["roily", "(of a liquid) agitated vigorously; in a state of turbulence", "roily"], ["roiled", "(of a liquid) agitated vigorously; in a state of turbulence", "roiled"]]}, {"answer": "turgid", "hint": "synonyms for turgid", "clues": [["orotund", "ostentatiously lofty in style", "orotund"], ["tumid", "ostentatiously lofty in style", "tumid"], ["intumescent", "abnormally distended especially by fluids or gas", "intumescent"], ["bombastic", "ostentatiously lofty in style", "bombastic"], ["puffy", "abnormally distended especially by fluids or gas", "puffy"], ["declamatory", "ostentatiously lofty in style", "declamatory"], ["large", "ostentatiously lofty in style", "large"]]}, {"answer": "turned_on", "hint": "synonyms for turned on", "clues": [["steamy", "feeling great sexual desire", "steamy"], ["aroused", "feeling great sexual desire", "aroused"], ["ruttish", "feeling great sexual desire", "ruttish"], ["horny", "feeling great sexual desire", "horny"], ["randy", "feeling great sexual desire", "randy"]]}, {"answer": "twee", "hint": "synonyms for twee", "clues": [["prim", "affectedly dainty or refined", "prim"], ["niminy-piminy", "affectedly dainty or refined", "niminy-piminy"], ["dainty", "affectedly dainty or refined", "dainty"], ["mincing", "affectedly dainty or refined", "mincing"]]}, {"answer": "twisting", "hint": "synonyms for twisting", "clues": [["tortuous", "marked by repeated turns and bends", "tortuous"], ["voluminous", "marked by repeated turns and bends", "voluminous"], ["twisty", "marked by repeated turns and bends", "twisty"], ["winding", "marked by repeated turns and bends", "winding"]]}, {"answer": "twisty", "hint": "synonyms for twisty", "clues": [["tortuous", "marked by repeated turns and bends", "tortuous"], ["voluminous", "marked by repeated turns and bends", "voluminous"], ["twisting", "marked by repeated turns and bends", "twisting"], ["winding", "marked by repeated turns and bends", "winding"]]}, {"answer": "two-a-penny", "hint": "synonyms for two-a-penny", "clues": [["twopenny-halfpenny", "of trifling worth", "twopenny-halfpenny"], ["sixpenny", "of trifling worth", "sixpenny"], ["twopenny", "of trifling worth", "twopenny"], ["threepenny", "of trifling worth", "threepenny"], ["tuppeny", "of trifling worth", "tuppeny"]]}, {"answer": "two-faced", "hint": "synonyms for two-faced", "clues": [["double-tongued", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-tongued"], ["ambidextrous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "ambidextrous"], ["double-dealing", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-dealing"], ["double-faced", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "double-faced"], ["deceitful", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "deceitful"], ["duplicitous", "marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; - Israel Zangwill; ; - W.M.Thackeray", "duplicitous"]]}, {"answer": "two-fold", "hint": "synonyms for two-fold", "clues": [["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "threefold"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "dual"], ["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "double"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "treble"], ["twofold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "twofold"]]}, {"answer": "twofold", "hint": "synonyms for twofold", "clues": [["two-fold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "two-fold"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "threefold"], ["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "dual"], ["double", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "double"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "treble"]]}, {"answer": "twopenny", "hint": "synonyms for twopenny", "clues": [["twopenny-halfpenny", "of trifling worth", "twopenny-halfpenny"], ["two-a-penny", "of trifling worth", "two-a-penny"], ["sixpenny", "of trifling worth", "sixpenny"], ["threepenny", "of trifling worth", "threepenny"], ["tuppeny", "of trifling worth", "tuppeny"]]}, {"answer": "twopenny-halfpenny", "hint": "synonyms for twopenny-halfpenny", "clues": [["two-a-penny", "of trifling worth", "two-a-penny"], ["sixpenny", "of trifling worth", "sixpenny"], ["twopenny", "of trifling worth", "twopenny"], ["threepenny", "of trifling worth", "threepenny"], ["tuppeny", "of trifling worth", "tuppeny"]]}, {"answer": "tyrannic", "hint": "synonyms for tyrannic", "clues": [["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "despotic"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "autocratic"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "dictatorial"], ["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "authoritarian"], ["tyrannical", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "tyrannical"]]}, {"answer": "tyrannical", "hint": "synonyms for tyrannical", "clues": [["tyrannous", "marked by unjust severity or arbitrary behavior", "tyrannous"], ["despotic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "despotic"], ["tyrannic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "tyrannic"], ["autocratic", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "autocratic"], ["dictatorial", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "dictatorial"], ["oppressive", "marked by unjust severity or arbitrary behavior", "oppressive"], ["authoritarian", "characteristic of an absolute ruler or absolute rule; having absolute sovereignty", "authoritarian"]]}, {"answer": "ugly", "hint": "synonyms for ugly", "clues": [["despicable", "morally reprehensible", "despicable"], ["slimy", "morally reprehensible", "slimy"], ["worthless", "morally reprehensible", "worthless"], ["wretched", "morally reprehensible", "wretched"], ["unworthy", "morally reprehensible", "unworthy"], ["vile", "morally reprehensible", "vile"], ["horrible", "provoking horror; ; ; ; - Winston Churchill", "horrible"], ["frightful", "provoking horror; ; ; ; - Winston Churchill", "frightful"], ["surly", "inclined to anger or bad feelings with overtones of menace", "surly"], ["atrocious", "provoking horror; ; ; ; - Winston Churchill", "atrocious"], ["horrifying", "provoking horror; ; ; ; - Winston Churchill", "horrifying"]]}, {"answer": "ulterior", "hint": "synonyms for ulterior", "clues": [["subterranean", "lying beyond what is openly revealed or avowed (especially being kept in the background or deliberately concealed); ; - Bertrand Russell", "subterranean"], ["subterraneous", "lying beyond what is openly revealed or avowed (especially being kept in the background or deliberately concealed); ; - Bertrand Russell", "subterraneous"], ["later", "coming at a subsequent time or stage", "later"], ["posterior", "coming at a subsequent time or stage", "posterior"]]}, {"answer": "ultranationalistic", "hint": "synonyms for ultranationalistic", "clues": [["flag-waving", "fanatically patriotic", "flag-waving"], ["chauvinistic", "fanatically patriotic", "chauvinistic"], ["jingoistic", "fanatically patriotic", "jingoistic"], ["superpatriotic", "fanatically patriotic", "superpatriotic"], ["nationalistic", "fanatically patriotic", "nationalistic"]]}, {"answer": "umbrageous", "hint": "synonyms for umbrageous", "clues": [["shady", "filled with shade", "shady"], ["indignant", "angered at something unjust or wrong", "indignant"], ["shadowed", "filled with shade", "shadowed"], ["incensed", "angered at something unjust or wrong", "incensed"], ["shadowy", "filled with shade", "shadowy"], ["outraged", "angered at something unjust or wrong", "outraged"]]}, {"answer": "unadulterated", "hint": "synonyms for unadulterated", "clues": [["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "unanimous", "hint": "synonyms for unanimous", "clues": [["whole", "acting together as a single undiversified whole", "whole"], ["consentaneous", "in complete agreement", "consentaneous"], ["consentient", "in complete agreement", "consentient"], ["solid", "acting together as a single undiversified whole", "solid"]]}, {"answer": "unappareled", "hint": "synonyms for unappareled", "clues": [["ungarbed", "having removed clothing", "ungarbed"], ["unattired", "having removed clothing", "unattired"], ["ungarmented", "having removed clothing", "ungarmented"], ["unclad", "having removed clothing", "unclad"], ["undressed", "having removed clothing", "undressed"]]}, {"answer": "unappeasable", "hint": "synonyms for unappeasable", "clues": [["inexorable", "not to be placated or appeased or moved by entreaty", "inexorable"], ["unforgiving", "not to be placated or appeased or moved by entreaty", "unforgiving"], ["unrelenting", "not to be placated or appeased or moved by entreaty", "unrelenting"], ["stern", "not to be placated or appeased or moved by entreaty", "stern"], ["relentless", "not to be placated or appeased or moved by entreaty", "relentless"], ["grim", "not to be placated or appeased or moved by entreaty", "grim"]]}, {"answer": "unappreciated", "hint": "synonyms for unappreciated", "clues": [["unvalued", "having value that is not acknowledged", "unvalued"], ["unsung", "having value that is not acknowledged", "unsung"], ["thankless", "not likely to be rewarded", "thankless"], ["ungratifying", "not likely to be rewarded", "ungratifying"]]}, {"answer": "unassailable", "hint": "synonyms for unassailable", "clues": [["bulletproof", "without flaws or loopholes", "bulletproof"], ["unshakable", "without flaws or loopholes", "unshakable"], ["watertight", "without flaws or loopholes", "watertight"], ["secure", "immune to attack; incapable of being tampered with", "secure"], ["untouchable", "impossible to assail", "untouchable"], ["impregnable", "immune to attack; incapable of being tampered with", "impregnable"], ["inviolable", "immune to attack; incapable of being tampered with", "inviolable"], ["unattackable", "immune to attack; incapable of being tampered with", "unattackable"], ["strong", "immune to attack; incapable of being tampered with", "strong"]]}, {"answer": "unattackable", "hint": "synonyms for unattackable", "clues": [["secure", "immune to attack; incapable of being tampered with", "secure"], ["strong", "immune to attack; incapable of being tampered with", "strong"], ["unassailable", "immune to attack; incapable of being tampered with", "unassailable"], ["impregnable", "immune to attack; incapable of being tampered with", "impregnable"], ["inviolable", "immune to attack; incapable of being tampered with", "inviolable"]]}, {"answer": "unattired", "hint": "synonyms for unattired", "clues": [["unappareled", "having removed clothing", "unappareled"], ["ungarbed", "having removed clothing", "ungarbed"], ["ungarmented", "having removed clothing", "ungarmented"], ["unclad", "having removed clothing", "unclad"], ["undressed", "having removed clothing", "undressed"]]}, {"answer": "unbalanced", "hint": "synonyms for unbalanced", "clues": [["sick", "affected with madness or insanity", "sick"], ["brainsick", "affected with madness or insanity", "brainsick"], ["demented", "affected with madness or insanity", "demented"], ["imbalanced", "being or thrown out of equilibrium", "imbalanced"], ["unhinged", "affected with madness or insanity", "unhinged"], ["disturbed", "affected with madness or insanity", "disturbed"], ["mad", "affected with madness or insanity", "mad"], ["crazy", "affected with madness or insanity", "crazy"]]}, {"answer": "unbarred", "hint": "synonyms for unbarred", "clues": [["unbolted", "not firmly fastened or secured", "unbolted"], ["unsecured", "not firmly fastened or secured", "unsecured"], ["unlatched", "not firmly fastened or secured", "unlatched"], ["unlocked", "not firmly fastened or secured", "unlocked"]]}, {"answer": "unbecoming", "hint": "synonyms for unbecoming", "clues": [["indecorous", "not in keeping with accepted standards of what is right or proper in polite society", "indecorous"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society", "untoward"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society", "indecent"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society", "uncomely"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society", "unseemly"]]}, {"answer": "unbelievable", "hint": "synonyms for unbelievable", "clues": [["unconvincing", "having a probability too low to inspire belief", "unconvincing"], ["improbable", "having a probability too low to inspire belief", "improbable"], ["incredible", "beyond belief or understanding", "incredible"], ["unlikely", "having a probability too low to inspire belief", "unlikely"]]}, {"answer": "unbelieving", "hint": "synonyms for unbelieving", "clues": [["skeptical", "denying or questioning the tenets of especially a religion", "skeptical"], ["nescient", "holding that only material phenomena can be known and knowledge of spiritual matters or ultimate causes is impossible", "nescient"], ["atheistic", "rejecting any belief in gods", "atheistic"], ["disbelieving", "denying or questioning the tenets of especially a religion", "disbelieving"]]}, {"answer": "unbendable", "hint": "synonyms for unbendable", "clues": [["firm", "marked by firm determination or resolution; not shakable", "firm"], ["unwavering", "marked by firm determination or resolution; not shakable", "unwavering"], ["steadfast", "marked by firm determination or resolution; not shakable", "steadfast"], ["unshakable", "marked by firm determination or resolution; not shakable", "unshakable"], ["unfaltering", "marked by firm determination or resolution; not shakable", "unfaltering"], ["steady", "marked by firm determination or resolution; not shakable", "steady"], ["stiff", "marked by firm determination or resolution; not shakable", "stiff"]]}, {"answer": "unbodied", "hint": "synonyms for unbodied", "clues": [["unembodied", "not having a material body", "unembodied"], ["discorporate", "not having a material body", "discorporate"], ["disembodied", "not having a material body", "disembodied"], ["bodiless", "not having a material body", "bodiless"]]}, {"answer": "unbolted", "hint": "synonyms for unbolted", "clues": [["unbarred", "not firmly fastened or secured", "unbarred"], ["unsecured", "not firmly fastened or secured", "unsecured"], ["unlatched", "not firmly fastened or secured", "unlatched"], ["unlocked", "not firmly fastened or secured", "unlocked"]]}, {"answer": "uncanny", "hint": "synonyms for uncanny", "clues": [["unearthly", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley", "unearthly"], ["preternatural", "surpassing the ordinary or normal; - George Will", "preternatural"], ["eldritch", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley", "eldritch"], ["weird", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley", "weird"]]}, {"answer": "uncaring", "hint": "synonyms for uncaring", "clues": [["unaffectionate", "lacking affection or warm feeling", "unaffectionate"], ["thoughtless", "without care or thought for others", "thoughtless"], ["detached", "lacking affection or warm feeling", "detached"], ["unthinking", "without care or thought for others", "unthinking"]]}, {"answer": "unceasing", "hint": "synonyms for unceasing", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing", "never-ending"], ["ceaseless", "uninterrupted in time and indefinitely long continuing", "ceaseless"], ["constant", "uninterrupted in time and indefinitely long continuing", "constant"], ["eonian", "continuing forever or indefinitely", "eonian"], ["unending", "continuing forever or indefinitely", "unending"], ["unremitting", "uninterrupted in time and indefinitely long continuing", "unremitting"], ["perpetual", "continuing forever or indefinitely", "perpetual"], ["everlasting", "continuing forever or indefinitely", "everlasting"], ["ageless", "continuing forever or indefinitely", "ageless"], ["incessant", "uninterrupted in time and indefinitely long continuing", "incessant"], ["eternal", "continuing forever or indefinitely", "eternal"]]}, {"answer": "uncertain", "hint": "synonyms for uncertain", "clues": [["unsure", "lacking or indicating lack of confidence or assurance", "unsure"], ["changeable", "subject to change", "changeable"], ["unsettled", "subject to change", "unsettled"], ["incertain", "lacking or indicating lack of confidence or assurance", "incertain"], ["unsealed", "not established or confirmed", "unsealed"]]}, {"answer": "uncivilised", "hint": "synonyms for uncivilised", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade", "barbaric"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade", "barbarian"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade", "savage"], ["uncivilized", "without civilizing influences; ; ; ; -Margaret Meade", "uncivilized"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade", "wild"]]}, {"answer": "uncivilized", "hint": "synonyms for uncivilized", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade", "barbaric"], ["uncivilised", "without civilizing influences; ; ; ; -Margaret Meade", "uncivilised"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade", "barbarian"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade", "savage"], ["wild", "without civilizing influences; ; ; ; -Margaret Meade", "wild"]]}, {"answer": "unclad", "hint": "synonyms for unclad", "clues": [["unappareled", "having removed clothing", "unappareled"], ["ungarbed", "having removed clothing", "ungarbed"], ["unattired", "having removed clothing", "unattired"], ["ungarmented", "having removed clothing", "ungarmented"], ["undressed", "having removed clothing", "undressed"]]}, {"answer": "unclouded", "hint": "synonyms for unclouded", "clues": [["clear", "(of sound or color) free from anything that dulls or dims", "clear"], ["clean", "(of sound or color) free from anything that dulls or dims", "clean"], ["light", "(of sound or color) free from anything that dulls or dims", "light"], ["cloudless", "free from clouds", "cloudless"]]}, {"answer": "uncomely", "hint": "synonyms for uncomely", "clues": [["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society", "unbecoming"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society", "indecorous"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society", "untoward"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society", "indecent"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society", "unseemly"]]}, {"answer": "uncomplicated", "hint": "synonyms for uncomplicated", "clues": [["unsophisticated", "lacking complexity", "unsophisticated"], ["simple", "easy and not involved or complicated", "simple"], ["elementary", "easy and not involved or complicated", "elementary"], ["unproblematic", "easy and not involved or complicated", "unproblematic"]]}, {"answer": "unconnected", "hint": "synonyms for unconnected", "clues": [["confused", "lacking orderly continuity", "confused"], ["disconnected", "lacking orderly continuity", "disconnected"], ["illogical", "lacking orderly continuity", "illogical"], ["scattered", "lacking orderly continuity", "scattered"], ["disordered", "lacking orderly continuity", "disordered"], ["disjointed", "lacking orderly continuity", "disjointed"], ["garbled", "lacking orderly continuity", "garbled"]]}, {"answer": "unconscionable", "hint": "synonyms for unconscionable", "clues": [["extortionate", "greatly exceeding bounds of reason or moderation", "extortionate"], ["conscienceless", "lacking a conscience", "conscienceless"], ["usurious", "greatly exceeding bounds of reason or moderation", "usurious"], ["outrageous", "greatly exceeding bounds of reason or moderation", "outrageous"], ["steep", "greatly exceeding bounds of reason or moderation", "steep"], ["exorbitant", "greatly exceeding bounds of reason or moderation", "exorbitant"]]}, {"answer": "uncontrollable", "hint": "synonyms for uncontrollable", "clues": [["unruly", "of persons", "unruly"], ["unmanageable", "difficult to solve or alleviate", "unmanageable"], ["ungovernable", "of persons", "ungovernable"], ["irrepressible", "impossible to repress or control", "irrepressible"], ["uncorrectable", "incapable of being controlled or managed", "uncorrectable"], ["indocile", "of persons", "indocile"]]}, {"answer": "unconvincing", "hint": "synonyms for unconvincing", "clues": [["unbelievable", "having a probability too low to inspire belief", "unbelievable"], ["flimsy", "not convincing", "flimsy"], ["improbable", "having a probability too low to inspire belief", "improbable"], ["unlikely", "having a probability too low to inspire belief", "unlikely"]]}, {"answer": "uncounted", "hint": "synonyms for uncounted", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["infinite", "too numerous to be counted", "infinite"], ["myriad", "too numerous to be counted", "myriad"], ["numberless", "too numerous to be counted", "numberless"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "uncouth", "hint": "synonyms for uncouth", "clues": [["coarse", "lacking refinement or cultivation or taste", "coarse"], ["vulgar", "lacking refinement or cultivation or taste", "vulgar"], ["rough-cut", "lacking refinement or cultivation or taste", "rough-cut"], ["common", "lacking refinement or cultivation or taste", "common"]]}, {"answer": "unctuous", "hint": "synonyms for unctuous", "clues": [["smarmy", "unpleasantly and excessively suave or ingratiating in manner or speech", "smarmy"], ["oleaginous", "unpleasantly and excessively suave or ingratiating in manner or speech", "oleaginous"], ["fulsome", "unpleasantly and excessively suave or ingratiating in manner or speech", "fulsome"], ["buttery", "unpleasantly and excessively suave or ingratiating in manner or speech", "buttery"], ["soapy", "unpleasantly and excessively suave or ingratiating in manner or speech", "soapy"], ["oily", "unpleasantly and excessively suave or ingratiating in manner or speech", "oily"]]}, {"answer": "uncut", "hint": "synonyms for uncut", "clues": [["unmown", "(used of grass or vegetation) not cut down with a hand implement or machine", "unmown"], ["full-length", "complete", "full-length"], ["rough", "not shaped by cutting or trimming", "rough"], ["untrimmed", "not trimmed", "untrimmed"]]}, {"answer": "undecided", "hint": "synonyms for undecided", "clues": [["on the fence", "characterized by indecision", "on the fence"], ["open", "not brought to a conclusion; subject to further thought", "open"], ["undetermined", "not brought to a conclusion; subject to further thought", "undetermined"], ["unresolved", "not brought to a conclusion; subject to further thought", "unresolved"]]}, {"answer": "under_the_weather", "hint": "synonyms for under the weather", "clues": [["sickly", "somewhat ill or prone to illness", "sickly"], ["indisposed", "somewhat ill or prone to illness", "indisposed"], ["peaked", "somewhat ill or prone to illness", "peaked"], ["poorly", "somewhat ill or prone to illness", "poorly"], ["unwell", "somewhat ill or prone to illness", "unwell"], ["ailing", "somewhat ill or prone to illness", "ailing"], ["seedy", "somewhat ill or prone to illness", "seedy"]]}, {"answer": "underbred", "hint": "synonyms for underbred", "clues": [["ill-bred", "(of persons) lacking in refinement or grace", "ill-bred"], ["bounderish", "(of persons) lacking in refinement or grace", "bounderish"], ["yokelish", "(of persons) lacking in refinement or grace", "yokelish"], ["rude", "(of persons) lacking in refinement or grace", "rude"], ["lowbred", "(of persons) lacking in refinement or grace", "lowbred"]]}, {"answer": "undercover", "hint": "synonyms for undercover", "clues": [["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "underground", "hint": "synonyms for underground", "clues": [["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["belowground", "under the level of the ground", "belowground"], ["secret", "conducted with or marked by hidden aims or methods", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "underlying", "hint": "synonyms for underlying", "clues": [["fundamental", "being or involving basic facts or principles", "fundamental"], ["implicit in", "in the nature of something though not readily apparent", "implicit in"], ["rudimentary", "being or involving basic facts or principles", "rudimentary"], ["inherent", "in the nature of something though not readily apparent", "inherent"]]}, {"answer": "understandable", "hint": "synonyms for understandable", "clues": [["intelligible", "capable of being apprehended or understood", "intelligible"], ["apprehensible", "capable of being apprehended or understood", "apprehensible"], ["perceivable", "capable of being apprehended or understood", "perceivable"], ["graspable", "capable of being apprehended or understood", "graspable"]]}, {"answer": "underweight", "hint": "synonyms for underweight", "clues": [["scrawny", "being very thin", "scrawny"], ["scraggy", "being very thin", "scraggy"], ["weedy", "being very thin", "weedy"], ["skinny", "being very thin", "skinny"], ["boney", "being very thin", "boney"]]}, {"answer": "undetermined", "hint": "synonyms for undetermined", "clues": [["open", "not brought to a conclusion; subject to further thought", "open"], ["undecided", "not brought to a conclusion; subject to further thought", "undecided"], ["unresolved", "not brought to a conclusion; subject to further thought", "unresolved"], ["indeterminate", "not precisely determined or established; not fixed or known in advance", "indeterminate"]]}, {"answer": "undirected", "hint": "synonyms for undirected", "clues": [["afloat", "aimlessly drifting", "afloat"], ["aimless", "aimlessly drifting", "aimless"], ["directionless", "aimlessly drifting", "directionless"], ["rudderless", "aimlessly drifting", "rudderless"], ["adrift", "aimlessly drifting", "adrift"], ["planless", "aimlessly drifting", "planless"]]}, {"answer": "undone", "hint": "synonyms for undone", "clues": [["sunk", "doomed to extinction", "sunk"], ["ruined", "doomed to extinction", "ruined"], ["done for", "doomed to extinction", "done for"], ["unstuck", "thrown into a state of disorganization or incoherence", "unstuck"], ["washed-up", "doomed to extinction", "washed-up"]]}, {"answer": "undreamed_of", "hint": "synonyms for undreamed of", "clues": [["undreamt of", "not imagined even in a dream", "undreamt of"], ["unimagined", "not imagined even in a dream", "unimagined"], ["undreamt", "not imagined even in a dream", "undreamt"], ["undreamed", "not imagined even in a dream", "undreamed"]]}, {"answer": "undressed", "hint": "synonyms for undressed", "clues": [["ungarbed", "having removed clothing", "ungarbed"], ["unattired", "having removed clothing", "unattired"], ["ungarmented", "having removed clothing", "ungarmented"], ["unclad", "having removed clothing", "unclad"], ["unappareled", "having removed clothing", "unappareled"]]}, {"answer": "undue", "hint": "synonyms for undue", "clues": [["unjustified", "lacking justification or authorization", "unjustified"], ["unreasonable", "beyond normal limits", "unreasonable"], ["excessive", "beyond normal limits", "excessive"], ["inordinate", "beyond normal limits", "inordinate"], ["unwarranted", "lacking justification or authorization", "unwarranted"]]}, {"answer": "unearthly", "hint": "synonyms for unearthly", "clues": [["uncanny", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley", "uncanny"], ["spiritual", "concerned with or affecting the spirit or soul", "spiritual"], ["eldritch", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley", "eldritch"], ["weird", "suggesting the operation of supernatural influences; ; ; - John Galsworthy; ; - Henry Kingsley", "weird"]]}, {"answer": "uneasy", "hint": "synonyms for uneasy", "clues": [["awkward", "socially uncomfortable; unsure and constrained in manner", "awkward"], ["anxious", "causing or fraught with or showing anxiety", "anxious"], ["restless", "lacking or not affording physical or mental rest", "restless"], ["unquiet", "causing or fraught with or showing anxiety", "unquiet"], ["ill at ease", "socially uncomfortable; unsure and constrained in manner", "ill at ease"], ["nervous", "causing or fraught with or showing anxiety", "nervous"], ["queasy", "causing or fraught with or showing anxiety", "queasy"]]}, {"answer": "unembellished", "hint": "synonyms for unembellished", "clues": [["unornamented", "lacking embellishment or ornamentation", "unornamented"], ["bare", "lacking embellishment or ornamentation", "bare"], ["plain", "lacking embellishment or ornamentation", "plain"], ["spare", "lacking embellishment or ornamentation", "spare"]]}, {"answer": "unembodied", "hint": "synonyms for unembodied", "clues": [["unbodied", "not having a material body", "unbodied"], ["discorporate", "not having a material body", "discorporate"], ["disembodied", "not having a material body", "disembodied"], ["bodiless", "not having a material body", "bodiless"]]}, {"answer": "unending", "hint": "synonyms for unending", "clues": [["unceasing", "continuing forever or indefinitely", "unceasing"], ["perpetual", "continuing forever or indefinitely", "perpetual"], ["everlasting", "continuing forever or indefinitely", "everlasting"], ["ageless", "continuing forever or indefinitely", "ageless"], ["aeonian", "continuing forever or indefinitely", "aeonian"], ["eternal", "continuing forever or indefinitely", "eternal"]]}, {"answer": "unequaled", "hint": "synonyms for unequaled", "clues": [["unequalled", "radically distinctive and without equal", "unequalled"], ["alone", "radically distinctive and without equal", "alone"], ["unparalleled", "radically distinctive and without equal", "unparalleled"], ["unique", "radically distinctive and without equal", "unique"]]}, {"answer": "unequalled", "hint": "synonyms for unequalled", "clues": [["unparalleled", "radically distinctive and without equal", "unparalleled"], ["alone", "radically distinctive and without equal", "alone"], ["unequaled", "radically distinctive and without equal", "unequaled"], ["unique", "radically distinctive and without equal", "unique"]]}, {"answer": "uneven", "hint": "synonyms for uneven", "clues": [["scratchy", "lacking consistency", "scratchy"], ["mismatched", "(of a contest or contestants) not fairly matched as opponents", "mismatched"], ["odd", "not divisible by two", "odd"], ["spotty", "lacking consistency", "spotty"]]}, {"answer": "unexpended", "hint": "synonyms for unexpended", "clues": [["remaining", "not used up", "remaining"], ["left", "not used up", "left"], ["leftover", "not used up", "leftover"], ["odd", "not used up", "odd"], ["unspent", "(of financial resources) not spent", "unspent"]]}, {"answer": "unexpressed", "hint": "synonyms for unexpressed", "clues": [["unsaid", "not made explicit", "unsaid"], ["unuttered", "not made explicit", "unuttered"], ["unstated", "not made explicit", "unstated"], ["unverbalised", "not made explicit", "unverbalised"], ["unvoiced", "not made explicit", "unvoiced"], ["unspoken", "not made explicit", "unspoken"]]}, {"answer": "unexpressive", "hint": "synonyms for unexpressive", "clues": [["impassive", "deliberately impassive in manner", "impassive"], ["poker-faced", "deliberately impassive in manner", "poker-faced"], ["deadpan", "deliberately impassive in manner", "deadpan"], ["expressionless", "deliberately impassive in manner", "expressionless"]]}, {"answer": "unfaithful", "hint": "synonyms for unfaithful", "clues": [["treasonous", "having the character of, or characteristic of, a traitor", "treasonous"], ["traitorous", "having the character of, or characteristic of, a traitor", "traitorous"], ["treasonable", "having the character of, or characteristic of, a traitor", "treasonable"], ["faithless", "having the character of, or characteristic of, a traitor", "faithless"]]}, {"answer": "unfaltering", "hint": "synonyms for unfaltering", "clues": [["firm", "marked by firm determination or resolution; not shakable", "firm"], ["unwavering", "marked by firm determination or resolution; not shakable", "unwavering"], ["unbendable", "marked by firm determination or resolution; not shakable", "unbendable"], ["unshakable", "marked by firm determination or resolution; not shakable", "unshakable"], ["steadfast", "marked by firm determination or resolution; not shakable", "steadfast"], ["steady", "marked by firm determination or resolution; not shakable", "steady"], ["stiff", "marked by firm determination or resolution; not shakable", "stiff"]]}, {"answer": "unfearing", "hint": "synonyms for unfearing", "clues": [["intrepid", "invulnerable to fear or intimidation", "intrepid"], ["hardy", "invulnerable to fear or intimidation", "hardy"], ["dauntless", "invulnerable to fear or intimidation", "dauntless"], ["fearless", "invulnerable to fear or intimidation", "fearless"], ["audacious", "invulnerable to fear or intimidation", "audacious"], ["brave", "invulnerable to fear or intimidation", "brave"]]}, {"answer": "unflagging", "hint": "synonyms for unflagging", "clues": [["indefatigable", "showing sustained enthusiastic action with unflagging vitality", "indefatigable"], ["unwearying", "showing sustained enthusiastic action with unflagging vitality", "unwearying"], ["unfailing", "unceasing", "unfailing"], ["tireless", "showing sustained enthusiastic action with unflagging vitality", "tireless"]]}, {"answer": "unfledged", "hint": "synonyms for unfledged", "clues": [["immature", "(of birds) not yet having developed feathers", "immature"], ["fledgling", "young and inexperienced", "fledgling"], ["unvaned", "(of an arrow) not equipped with feathers", "unvaned"], ["callow", "young and inexperienced", "callow"], ["fledgeless", "(of an arrow) not equipped with feathers", "fledgeless"]]}, {"answer": "unforgiving", "hint": "synonyms for unforgiving", "clues": [["inexorable", "not to be placated or appeased or moved by entreaty", "inexorable"], ["unrelenting", "not to be placated or appeased or moved by entreaty", "unrelenting"], ["stern", "not to be placated or appeased or moved by entreaty", "stern"], ["unappeasable", "not to be placated or appeased or moved by entreaty", "unappeasable"], ["relentless", "not to be placated or appeased or moved by entreaty", "relentless"], ["grim", "not to be placated or appeased or moved by entreaty", "grim"]]}, {"answer": "unfounded", "hint": "synonyms for unfounded", "clues": [["baseless", "without a basis in reason or fact", "baseless"], ["wild", "without a basis in reason or fact", "wild"], ["groundless", "without a basis in reason or fact", "groundless"], ["unwarranted", "without a basis in reason or fact", "unwarranted"], ["idle", "without a basis in reason or fact", "idle"]]}, {"answer": "ungainly", "hint": "synonyms for ungainly", "clues": [["clumsy", "difficult to handle or manage especially because of shape", "clumsy"], ["clunky", "lacking grace in movement or posture", "clunky"], ["gawky", "lacking grace in movement or posture", "gawky"], ["unwieldy", "lacking grace in movement or posture", "unwieldy"], ["bunglesome", "difficult to handle or manage especially because of shape", "bunglesome"], ["awkward", "difficult to handle or manage especially because of shape", "awkward"]]}, {"answer": "ungarbed", "hint": "synonyms for ungarbed", "clues": [["unappareled", "having removed clothing", "unappareled"], ["unattired", "having removed clothing", "unattired"], ["ungarmented", "having removed clothing", "ungarmented"], ["unclad", "having removed clothing", "unclad"], ["undressed", "having removed clothing", "undressed"]]}, {"answer": "ungarmented", "hint": "synonyms for ungarmented", "clues": [["unappareled", "having removed clothing", "unappareled"], ["ungarbed", "having removed clothing", "ungarbed"], ["unattired", "having removed clothing", "unattired"], ["unclad", "having removed clothing", "unclad"], ["undressed", "having removed clothing", "undressed"]]}, {"answer": "unglamorous", "hint": "synonyms for unglamorous", "clues": [["prosaic", "not challenging; dull and lacking excitement", "prosaic"], ["commonplace", "not challenging; dull and lacking excitement", "commonplace"], ["humdrum", "not challenging; dull and lacking excitement", "humdrum"], ["unglamourous", "not challenging; dull and lacking excitement", "unglamourous"]]}, {"answer": "unglamourous", "hint": "synonyms for unglamourous", "clues": [["prosaic", "not challenging; dull and lacking excitement", "prosaic"], ["commonplace", "not challenging; dull and lacking excitement", "commonplace"], ["humdrum", "not challenging; dull and lacking excitement", "humdrum"], ["unglamorous", "not challenging; dull and lacking excitement", "unglamorous"]]}, {"answer": "ungoverned", "hint": "synonyms for ungoverned", "clues": [["uncurbed", "not restrained or controlled", "uncurbed"], ["unbridled", "not restrained or controlled", "unbridled"], ["undisciplined", "lacking in discipline or control", "undisciplined"], ["unchecked", "not restrained or controlled", "unchecked"]]}, {"answer": "unhinged", "hint": "synonyms for unhinged", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["sick", "affected with madness or insanity", "sick"], ["crazy", "affected with madness or insanity", "crazy"], ["demented", "affected with madness or insanity", "demented"], ["disturbed", "affected with madness or insanity", "disturbed"], ["mad", "affected with madness or insanity", "mad"], ["brainsick", "affected with madness or insanity", "brainsick"]]}, {"answer": "unholy", "hint": "synonyms for unholy", "clues": [["wicked", "having committed unrighteous acts", "wicked"], ["diabolical", "extremely evil or cruel; expressive of cruelty or befitting hell", "diabolical"], ["demonic", "extremely evil or cruel; expressive of cruelty or befitting hell", "demonic"], ["hellish", "extremely evil or cruel; expressive of cruelty or befitting hell", "hellish"], ["sinful", "having committed unrighteous acts", "sinful"], ["unhallowed", "not hallowed or consecrated", "unhallowed"], ["fiendish", "extremely evil or cruel; expressive of cruelty or befitting hell", "fiendish"], ["satanic", "extremely evil or cruel; expressive of cruelty or befitting hell", "satanic"], ["infernal", "extremely evil or cruel; expressive of cruelty or befitting hell", "infernal"]]}, {"answer": "unhurt", "hint": "synonyms for unhurt", "clues": [["safe and sound", "free from danger or injury", "safe and sound"], ["unharmed", "not injured", "unharmed"], ["unscathed", "not injured", "unscathed"], ["whole", "not injured", "whole"]]}, {"answer": "unified", "hint": "synonyms for unified", "clues": [["merged", "formed or united into a whole", "merged"], ["incorporated", "formed or united into a whole", "incorporated"], ["coordinated", "operating as a unit", "coordinated"], ["integrated", "formed or united into a whole", "integrated"], ["interconnected", "operating as a unit", "interconnected"]]}, {"answer": "unimaginative", "hint": "synonyms for unimaginative", "clues": [["stereotyped", "lacking spontaneity or originality or individuality", "stereotyped"], ["uninventive", "deficient in originality or creativity; lacking powers of invention", "uninventive"], ["stereotypic", "lacking spontaneity or originality or individuality", "stereotypic"], ["uninspired", "deficient in originality or creativity; lacking powers of invention", "uninspired"], ["sterile", "deficient in originality or creativity; lacking powers of invention", "sterile"]]}, {"answer": "unimpeachable", "hint": "synonyms for unimpeachable", "clues": [["irreproachable", "free of guilt; not subject to blame", "irreproachable"], ["blameless", "free of guilt; not subject to blame", "blameless"], ["inculpable", "free of guilt; not subject to blame", "inculpable"], ["unexceptionable", "completely acceptable; not open to exception or reproach", "unexceptionable"]]}, {"answer": "unionised", "hint": "synonyms for unionised", "clues": [["organised", "being a member of or formed into a labor union", "organised"], ["nonionized", "not converted into ions", "nonionized"], ["nonionic", "not converted into ions", "nonionic"], ["unionized", "not converted into ions", "unionized"]]}, {"answer": "unionized", "hint": "synonyms for unionized", "clues": [["organised", "being a member of or formed into a labor union", "organised"], ["nonionized", "not converted into ions", "nonionized"], ["unionised", "not converted into ions", "unionised"], ["nonionic", "not converted into ions", "nonionic"]]}, {"answer": "unique", "hint": "synonyms for unique", "clues": [["unequaled", "radically distinctive and without equal", "unequaled"], ["unparalleled", "radically distinctive and without equal", "unparalleled"], ["alone", "radically distinctive and without equal", "alone"], ["singular", "the single one of its kind", "singular"]]}, {"answer": "universal", "hint": "synonyms for universal", "clues": [["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley", "cosmopolitan"], ["general", "of worldwide scope or applicability; ; - Christopher Morley", "general"], ["world-wide", "of worldwide scope or applicability; ; - Christopher Morley", "world-wide"], ["ecumenical", "of worldwide scope or applicability; ; - Christopher Morley", "ecumenical"]]}, {"answer": "unjustifiable", "hint": "synonyms for unjustifiable", "clues": [["indefensible", "incapable of being justified or explained", "indefensible"], ["insupportable", "incapable of being justified or explained", "insupportable"], ["unwarrantable", "incapable of being justified or explained", "unwarrantable"], ["unwarranted", "incapable of being justified or explained", "unwarranted"]]}, {"answer": "unknown", "hint": "synonyms for unknown", "clues": [["nameless", "being or having an unknown or unnamed source", "nameless"], ["obscure", "not famous or acclaimed", "obscure"], ["strange", "not known before", "strange"], ["unidentified", "being or having an unknown or unnamed source", "unidentified"], ["unsung", "not famous or acclaimed", "unsung"], ["unnamed", "being or having an unknown or unnamed source", "unnamed"]]}, {"answer": "unlatched", "hint": "synonyms for unlatched", "clues": [["unbolted", "not firmly fastened or secured", "unbolted"], ["unbarred", "not firmly fastened or secured", "unbarred"], ["unsecured", "not firmly fastened or secured", "unsecured"], ["unlocked", "not firmly fastened or secured", "unlocked"]]}, {"answer": "unlawful", "hint": "synonyms for unlawful", "clues": [["unconventional", "not conforming to legality, moral law, or social convention", "unconventional"], ["wrongful", "having no legally established claim", "wrongful"], ["outlawed", "contrary to or forbidden by law", "outlawed"], ["illegitimate", "contrary to or forbidden by law", "illegitimate"], ["illicit", "contrary to or forbidden by law", "illicit"], ["improper", "not conforming to legality, moral law, or social convention", "improper"]]}, {"answer": "unlearned", "hint": "synonyms for unlearned", "clues": [["unlettered", "uneducated in general; lacking knowledge or sophistication", "unlettered"], ["unconditioned", "not established by conditioning or learning", "unconditioned"], ["nescient", "uneducated in general; lacking knowledge or sophistication", "nescient"], ["innate", "not established by conditioning or learning", "innate"], ["ignorant", "uneducated in general; lacking knowledge or sophistication", "ignorant"]]}, {"answer": "unlettered", "hint": "synonyms for unlettered", "clues": [["nescient", "uneducated in general; lacking knowledge or sophistication", "nescient"], ["ignorant", "uneducated in general; lacking knowledge or sophistication", "ignorant"], ["analphabetic", "having little acquaintance with writing", "analphabetic"], ["unlearned", "uneducated in general; lacking knowledge or sophistication", "unlearned"]]}, {"answer": "unlimited", "hint": "synonyms for unlimited", "clues": [["straight-out", "without reservation or exception", "straight-out"], ["limitless", "having no limits in range or scope; - Philip Rahv", "limitless"], ["outright", "without reservation or exception", "outright"], ["inexhaustible", "that cannot be entirely consumed or used up", "inexhaustible"]]}, {"answer": "unlocked", "hint": "synonyms for unlocked", "clues": [["unbolted", "not firmly fastened or secured", "unbolted"], ["unbarred", "not firmly fastened or secured", "unbarred"], ["unsecured", "not firmly fastened or secured", "unsecured"], ["unlatched", "not firmly fastened or secured", "unlatched"]]}, {"answer": "unlucky", "hint": "synonyms for unlucky", "clues": [["luckless", "having or bringing misfortune", "luckless"], ["ill-fated", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-fated"], ["ill-starred", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-starred"], ["ill-omened", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "ill-omened"], ["doomed", "marked by or promising bad fortune; ; ; ; - W.H.Prescott", "doomed"]]}, {"answer": "unmanageable", "hint": "synonyms for unmanageable", "clues": [["difficult", "hard to control; ,", "difficult"], ["unwieldy", "difficult to use or handle or manage because of size or weight or shape", "unwieldy"], ["uncontrollable", "incapable of being controlled or managed", "uncontrollable"], ["uncorrectable", "incapable of being controlled or managed", "uncorrectable"]]}, {"answer": "unmanly", "hint": "synonyms for unmanly", "clues": [["poor-spirited", "lacking in courage and manly strength and resolution; contemptibly fearful", "poor-spirited"], ["pusillanimous", "lacking in courage and manly strength and resolution; contemptibly fearful", "pusillanimous"], ["unmanlike", "not possessing qualities befitting a man", "unmanlike"], ["unmanful", "not possessing qualities befitting a man", "unmanful"]]}, {"answer": "unmannered", "hint": "synonyms for unmannered", "clues": [["rude", "socially incorrect in behavior", "rude"], ["bad-mannered", "socially incorrect in behavior", "bad-mannered"], ["ill-mannered", "socially incorrect in behavior", "ill-mannered"], ["unmannerly", "socially incorrect in behavior", "unmannerly"]]}, {"answer": "unmannerly", "hint": "synonyms for unmannerly", "clues": [["rude", "socially incorrect in behavior", "rude"], ["bad-mannered", "socially incorrect in behavior", "bad-mannered"], ["unmannered", "socially incorrect in behavior", "unmannered"], ["ill-mannered", "socially incorrect in behavior", "ill-mannered"]]}, {"answer": "unmatchable", "hint": "synonyms for unmatchable", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["matchless", "eminent beyond or above comparison", "matchless"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["one", "eminent beyond or above comparison", "one"], ["one and only", "eminent beyond or above comparison", "one and only"]]}, {"answer": "unmatched", "hint": "synonyms for unmatched", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["unmated", "of the remaining member of a pair, of socks e.g.", "unmated"], ["matchless", "eminent beyond or above comparison", "matchless"], ["odd", "of the remaining member of a pair, of socks e.g.", "odd"], ["one", "eminent beyond or above comparison", "one"], ["unpaired", "of the remaining member of a pair, of socks e.g.", "unpaired"], ["one and only", "eminent beyond or above comparison", "one and only"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "unmelodious", "hint": "synonyms for unmelodious", "clues": [["unmusical", "lacking melody", "unmusical"], ["untuneful", "not having a musical sound or pleasing tune", "untuneful"], ["tuneless", "not having a musical sound or pleasing tune", "tuneless"], ["unmelodic", "lacking melody", "unmelodic"]]}, {"answer": "unmistakable", "hint": "synonyms for unmistakable", "clues": [["patent", "clearly revealed to the mind or the senses or judgment", "patent"], ["evident", "clearly revealed to the mind or the senses or judgment", "evident"], ["apparent", "clearly revealed to the mind or the senses or judgment", "apparent"], ["plain", "clearly revealed to the mind or the senses or judgment", "plain"], ["manifest", "clearly revealed to the mind or the senses or judgment", "manifest"]]}, {"answer": "unmixed", "hint": "synonyms for unmixed", "clues": [["plain", "not mixed with extraneous elements", "plain"], ["unmingled", "not mixed with extraneous elements", "unmingled"], ["sheer", "not mixed with extraneous elements", "sheer"], ["uncompounded", "not constituting a compound", "uncompounded"]]}, {"answer": "unnumberable", "hint": "synonyms for unnumberable", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["innumerable", "too numerous to be counted", "innumerable"], ["infinite", "too numerous to be counted", "infinite"], ["myriad", "too numerous to be counted", "myriad"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "unnumbered", "hint": "synonyms for unnumbered", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["infinite", "too numerous to be counted", "infinite"], ["myriad", "too numerous to be counted", "myriad"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "unnumerable", "hint": "synonyms for unnumerable", "clues": [["multitudinous", "too numerous to be counted", "multitudinous"], ["unnumberable", "too numerous to be counted", "unnumberable"], ["unnumbered", "too numerous to be counted", "unnumbered"], ["infinite", "too numerous to be counted", "infinite"], ["myriad", "too numerous to be counted", "myriad"], ["numberless", "too numerous to be counted", "numberless"], ["uncounted", "too numerous to be counted", "uncounted"], ["innumerous", "too numerous to be counted", "innumerous"], ["countless", "too numerous to be counted", "countless"]]}, {"answer": "unornamented", "hint": "synonyms for unornamented", "clues": [["unembellished", "lacking embellishment or ornamentation", "unembellished"], ["bare", "lacking embellishment or ornamentation", "bare"], ["plain", "lacking embellishment or ornamentation", "plain"], ["spare", "lacking embellishment or ornamentation", "spare"]]}, {"answer": "unquiet", "hint": "synonyms for unquiet", "clues": [["uneasy", "causing or fraught with or showing anxiety", "uneasy"], ["queasy", "causing or fraught with or showing anxiety", "queasy"], ["nervous", "causing or fraught with or showing anxiety", "nervous"], ["anxious", "causing or fraught with or showing anxiety", "anxious"]]}, {"answer": "unredeemed", "hint": "synonyms for unredeemed", "clues": [["doomed", "in danger of the eternal punishment of Hell", "doomed"], ["unsaved", "in danger of the eternal punishment of Hell", "unsaved"], ["damned", "in danger of the eternal punishment of Hell", "damned"], ["cursed", "in danger of the eternal punishment of Hell", "cursed"]]}, {"answer": "unreformable", "hint": "synonyms for unreformable", "clues": [["unregenerate", "unrepentant and incapable of being reformed", "unregenerate"], ["irreclaimable", "insusceptible of reform", "irreclaimable"], ["unredeemable", "insusceptible of reform", "unredeemable"], ["irredeemable", "insusceptible of reform", "irredeemable"]]}, {"answer": "unregenerate", "hint": "synonyms for unregenerate", "clues": [["unregenerated", "not reformed morally or spiritually", "unregenerated"], ["obstinate", "tenaciously unwilling or marked by tenacious unwillingness to yield", "obstinate"], ["stubborn", "tenaciously unwilling or marked by tenacious unwillingness to yield", "stubborn"], ["unreformable", "unrepentant and incapable of being reformed", "unreformable"]]}, {"answer": "unrehearsed", "hint": "synonyms for unrehearsed", "clues": [["extemporaneous", "with little or no preparation or forethought", "extemporaneous"], ["extemporary", "with little or no preparation or forethought", "extemporary"], ["ad-lib", "with little or no preparation or forethought", "ad-lib"], ["extempore", "with little or no preparation or forethought", "extempore"], ["offhand", "with little or no preparation or forethought", "offhand"], ["off-the-cuff", "with little or no preparation or forethought", "off-the-cuff"], ["impromptu", "with little or no preparation or forethought", "impromptu"]]}, {"answer": "unrelenting", "hint": "synonyms for unrelenting", "clues": [["unforgiving", "not to be placated or appeased or moved by entreaty", "unforgiving"], ["brutal", "harsh", "brutal"], ["stern", "not to be placated or appeased or moved by entreaty", "stern"], ["unappeasable", "not to be placated or appeased or moved by entreaty", "unappeasable"], ["relentless", "not to be placated or appeased or moved by entreaty", "relentless"], ["inexorable", "not to be placated or appeased or moved by entreaty", "inexorable"], ["persistent", "never-ceasing", "persistent"], ["grim", "not to be placated or appeased or moved by entreaty", "grim"]]}, {"answer": "unremarkable", "hint": "synonyms for unremarkable", "clues": [["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant", "quotidian"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant", "everyday"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant", "routine"], ["mundane", "found in the ordinary course of events; ; ; - Anita Diamant", "mundane"], ["workaday", "found in the ordinary course of events; ; ; - Anita Diamant", "workaday"]]}, {"answer": "unremitting", "hint": "synonyms for unremitting", "clues": [["never-ending", "uninterrupted in time and indefinitely long continuing", "never-ending"], ["unceasing", "uninterrupted in time and indefinitely long continuing", "unceasing"], ["ceaseless", "uninterrupted in time and indefinitely long continuing", "ceaseless"], ["constant", "uninterrupted in time and indefinitely long continuing", "constant"], ["incessant", "uninterrupted in time and indefinitely long continuing", "incessant"], ["perpetual", "uninterrupted in time and indefinitely long continuing", "perpetual"]]}, {"answer": "unrepentant", "hint": "synonyms for unrepentant", "clues": [["unremorseful", "not penitent or remorseful", "unremorseful"], ["obstinate", "stubbornly persistent in wrongdoing", "obstinate"], ["obdurate", "stubbornly persistent in wrongdoing", "obdurate"], ["impenitent", "not penitent or remorseful", "impenitent"], ["cussed", "stubbornly persistent in wrongdoing", "cussed"]]}, {"answer": "unresolved", "hint": "synonyms for unresolved", "clues": [["undecided", "not brought to a conclusion; subject to further thought", "undecided"], ["open", "not brought to a conclusion; subject to further thought", "open"], ["dissonant", "characterized by musical dissonance; harmonically unresolved", "dissonant"], ["undetermined", "not brought to a conclusion; subject to further thought", "undetermined"], ["unsolved", "not solved", "unsolved"]]}, {"answer": "unrestrained", "hint": "synonyms for unrestrained", "clues": [["excited", "marked by uncontrolled excitement or emotion", "excited"], ["mad", "marked by uncontrolled excitement or emotion", "mad"], ["frantic", "marked by uncontrolled excitement or emotion", "frantic"], ["delirious", "marked by uncontrolled excitement or emotion", "delirious"]]}, {"answer": "unrivaled", "hint": "synonyms for unrivaled", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["unrivalled", "eminent beyond or above comparison", "unrivalled"], ["matchless", "eminent beyond or above comparison", "matchless"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["one", "eminent beyond or above comparison", "one"], ["one and only", "eminent beyond or above comparison", "one and only"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "unrivalled", "hint": "synonyms for unrivalled", "clues": [["peerless", "eminent beyond or above comparison", "peerless"], ["nonpareil", "eminent beyond or above comparison", "nonpareil"], ["matchless", "eminent beyond or above comparison", "matchless"], ["unrivaled", "eminent beyond or above comparison", "unrivaled"], ["unmatched", "eminent beyond or above comparison", "unmatched"], ["one", "eminent beyond or above comparison", "one"], ["one and only", "eminent beyond or above comparison", "one and only"], ["unmatchable", "eminent beyond or above comparison", "unmatchable"]]}, {"answer": "unruffled", "hint": "synonyms for unruffled", "clues": [["tranquil", "(of a body of water) free from disturbance by heavy waves", "tranquil"], ["unperturbed", "free from emotional agitation or nervous tension; ; - Anthony Trollope", "unperturbed"], ["quiet", "(of a body of water) free from disturbance by heavy waves", "quiet"], ["unflustered", "free from emotional agitation or nervous tension; ; - Anthony Trollope", "unflustered"], ["still", "(of a body of water) free from disturbance by heavy waves", "still"], ["unflurried", "free from emotional agitation or nervous tension; ; - Anthony Trollope", "unflurried"], ["smooth", "(of a body of water) free from disturbance by heavy waves", "smooth"], ["placid", "(of a body of water) free from disturbance by heavy waves", "placid"]]}, {"answer": "unruly", "hint": "synonyms for unruly", "clues": [["boisterous", "noisy and lacking in restraint or discipline", "boisterous"], ["ungovernable", "of persons", "ungovernable"], ["rambunctious", "noisy and lacking in restraint or discipline", "rambunctious"], ["uncontrollable", "of persons", "uncontrollable"], ["indocile", "of persons", "indocile"], ["disobedient", "unwilling to submit to authority", "disobedient"], ["rumbustious", "noisy and lacking in restraint or discipline", "rumbustious"]]}, {"answer": "unsaid", "hint": "synonyms for unsaid", "clues": [["unuttered", "not made explicit", "unuttered"], ["unstated", "not made explicit", "unstated"], ["unverbalised", "not made explicit", "unverbalised"], ["unvoiced", "not made explicit", "unvoiced"], ["unexpressed", "not made explicit", "unexpressed"], ["unspoken", "not made explicit", "unspoken"]]}, {"answer": "unsatisfied", "hint": "synonyms for unsatisfied", "clues": [["unsated", "not having been satisfied", "unsated"], ["restless", "worried and uneasy", "restless"], ["ungratified", "worried and uneasy", "ungratified"], ["unsatiated", "not having been satisfied", "unsatiated"]]}, {"answer": "unsaved", "hint": "synonyms for unsaved", "clues": [["doomed", "in danger of the eternal punishment of Hell", "doomed"], ["unredeemed", "in danger of the eternal punishment of Hell", "unredeemed"], ["damned", "in danger of the eternal punishment of Hell", "damned"], ["cursed", "in danger of the eternal punishment of Hell", "cursed"]]}, {"answer": "unseasoned", "hint": "synonyms for unseasoned", "clues": [["unsalted", "without salt or seasoning", "unsalted"], ["untested", "not tried or tested by experience", "untested"], ["untried", "not tried or tested by experience", "untried"], ["young", "not tried or tested by experience", "young"]]}, {"answer": "unsecured", "hint": "synonyms for unsecured", "clues": [["unbolted", "not firmly fastened or secured", "unbolted"], ["unlatched", "not firmly fastened or secured", "unlatched"], ["unguaranteed", "without financial security", "unguaranteed"], ["unbarred", "not firmly fastened or secured", "unbarred"], ["unlocked", "not firmly fastened or secured", "unlocked"]]}, {"answer": "unseemly", "hint": "synonyms for unseemly", "clues": [["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society", "unbecoming"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society", "indecorous"], ["untoward", "not in keeping with accepted standards of what is right or proper in polite society", "untoward"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society", "indecent"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society", "uncomely"]]}, {"answer": "unshakable", "hint": "synonyms for unshakable", "clues": [["bulletproof", "without flaws or loopholes", "bulletproof"], ["firm", "marked by firm determination or resolution; not shakable", "firm"], ["unwavering", "marked by firm determination or resolution; not shakable", "unwavering"], ["unbendable", "marked by firm determination or resolution; not shakable", "unbendable"], ["unfaltering", "marked by firm determination or resolution; not shakable", "unfaltering"], ["watertight", "without flaws or loopholes", "watertight"], ["steady", "marked by firm determination or resolution; not shakable", "steady"], ["stiff", "marked by firm determination or resolution; not shakable", "stiff"], ["unassailable", "without flaws or loopholes", "unassailable"], ["steadfast", "marked by firm determination or resolution; not shakable", "steadfast"]]}, {"answer": "unskilled", "hint": "synonyms for unskilled", "clues": [["amateurish", "lacking professional skill or expertise", "amateurish"], ["amateur", "lacking professional skill or expertise", "amateur"], ["incompetent", "not doing a good job", "incompetent"], ["inexpert", "lacking professional skill or expertise", "inexpert"]]}, {"answer": "unsophisticated", "hint": "synonyms for unsophisticated", "clues": [["hick", "awkwardly simple and provincial", "hick"], ["unworldly", "not wise in the ways of the world; ; - Kate O'Brien", "unworldly"], ["uncomplicated", "lacking complexity", "uncomplicated"], ["rustic", "awkwardly simple and provincial", "rustic"], ["bumpkinly", "awkwardly simple and provincial", "bumpkinly"]]}, {"answer": "unsound", "hint": "synonyms for unsound", "clues": [["mentally ill", "suffering from severe mental illness", "mentally ill"], ["unstable", "suffering from severe mental illness", "unstable"], ["unfit", "physically unsound or diseased", "unfit"], ["bad", "physically unsound or diseased", "bad"], ["fallacious", "containing or based on a fallacy", "fallacious"]]}, {"answer": "unsounded", "hint": "synonyms for unsounded", "clues": [["profound", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray", "profound"], ["unplumbed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray", "unplumbed"], ["silent", "not made to sound", "silent"], ["unfathomed", "situated at or extending to great depth; too deep to have been sounded or plumbed; ; -Thomas Gray", "unfathomed"]]}, {"answer": "unsparing", "hint": "synonyms for unsparing", "clues": [["unstinted", "very generous", "unstinted"], ["overgenerous", "very generous", "overgenerous"], ["too-generous", "very generous", "too-generous"], ["unstinting", "very generous", "unstinting"], ["munificent", "very generous", "munificent"], ["lavish", "very generous", "lavish"]]}, {"answer": "unspeakable", "hint": "synonyms for unspeakable", "clues": [["atrocious", "exceptionally bad or displeasing", "atrocious"], ["untellable", "defying expression or description", "untellable"], ["ineffable", "defying expression or description", "ineffable"], ["awful", "exceptionally bad or displeasing", "awful"], ["abominable", "exceptionally bad or displeasing", "abominable"], ["unutterable", "too sacred to be uttered", "unutterable"], ["dreadful", "exceptionally bad or displeasing", "dreadful"], ["terrible", "exceptionally bad or displeasing", "terrible"], ["indescribable", "defying expression or description", "indescribable"], ["unnameable", "too sacred to be uttered", "unnameable"], ["painful", "exceptionally bad or displeasing", "painful"], ["indefinable", "defying expression or description", "indefinable"]]}, {"answer": "unspoiled", "hint": "synonyms for unspoiled", "clues": [["unspoilt", "not left to spoil", "unspoilt"], ["good", "not left to spoil", "good"], ["uncorrupted", "not decayed or decomposed", "uncorrupted"], ["undecomposed", "not left to spoil", "undecomposed"]]}, {"answer": "unspoken", "hint": "synonyms for unspoken", "clues": [["tongueless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe", "tongueless"], ["unsaid", "not made explicit", "unsaid"], ["unstated", "not made explicit", "unstated"], ["wordless", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe", "wordless"], ["unverbalised", "not made explicit", "unverbalised"], ["unvoiced", "not made explicit", "unvoiced"], ["unuttered", "not made explicit", "unuttered"], ["mute", "expressed without speech; ; ; - Emily Dickinson; ; ; - Thomas Wolfe", "mute"], ["unexpressed", "not made explicit", "unexpressed"]]}, {"answer": "unsporting", "hint": "synonyms for unsporting", "clues": [["unsportsmanlike", "violating accepted standards or rules", "unsportsmanlike"], ["cheating", "violating accepted standards or rules", "cheating"], ["foul", "violating accepted standards or rules", "foul"], ["dirty", "violating accepted standards or rules", "dirty"]]}, {"answer": "unsportsmanlike", "hint": "synonyms for unsportsmanlike", "clues": [["cheating", "violating accepted standards or rules", "cheating"], ["unsporting", "violating accepted standards or rules", "unsporting"], ["foul", "violating accepted standards or rules", "foul"], ["dirty", "violating accepted standards or rules", "dirty"]]}, {"answer": "unstable", "hint": "synonyms for unstable", "clues": [["fluid", "subject to change; variable", "fluid"], ["mentally ill", "suffering from severe mental illness", "mentally ill"], ["unsound", "suffering from severe mental illness", "unsound"], ["precarious", "affording no ease or reassurance", "precarious"]]}, {"answer": "unstained", "hint": "synonyms for unstained", "clues": [["untainted", "(of reputation) free from blemishes", "untainted"], ["stainless", "(of reputation) free from blemishes", "stainless"], ["unsoiled", "without soil or spot or stain", "unsoiled"], ["unsullied", "(of reputation) free from blemishes", "unsullied"], ["untarnished", "(of reputation) free from blemishes", "untarnished"], ["unspotted", "without soil or spot or stain", "unspotted"]]}, {"answer": "unstated", "hint": "synonyms for unstated", "clues": [["unsaid", "not made explicit", "unsaid"], ["unuttered", "not made explicit", "unuttered"], ["unverbalised", "not made explicit", "unverbalised"], ["unvoiced", "not made explicit", "unvoiced"], ["unexpressed", "not made explicit", "unexpressed"], ["unspoken", "not made explicit", "unspoken"]]}, {"answer": "unstinted", "hint": "synonyms for unstinted", "clues": [["unsparing", "very generous", "unsparing"], ["overgenerous", "very generous", "overgenerous"], ["too-generous", "very generous", "too-generous"], ["unstinting", "very generous", "unstinting"], ["munificent", "very generous", "munificent"], ["lavish", "very generous", "lavish"]]}, {"answer": "unstinting", "hint": "synonyms for unstinting", "clues": [["unstinted", "very generous", "unstinted"], ["overgenerous", "very generous", "overgenerous"], ["too-generous", "very generous", "too-generous"], ["munificent", "very generous", "munificent"], ["unsparing", "very generous", "unsparing"], ["lavish", "very generous", "lavish"]]}, {"answer": "unsung", "hint": "synonyms for unsung", "clues": [["unappreciated", "having value that is not acknowledged", "unappreciated"], ["unvalued", "having value that is not acknowledged", "unvalued"], ["unknown", "not famous or acclaimed", "unknown"], ["obscure", "not famous or acclaimed", "obscure"]]}, {"answer": "unsure", "hint": "synonyms for unsure", "clues": [["uncertain", "lacking or indicating lack of confidence or assurance", "uncertain"], ["shy", "lacking self-confidence", "shy"], ["diffident", "lacking self-confidence", "diffident"], ["timid", "lacking self-confidence", "timid"]]}, {"answer": "unsympathetic", "hint": "synonyms for unsympathetic", "clues": [["unlikeable", "(of characters in literature or drama) tending to evoke antipathetic feelings", "unlikeable"], ["closed", "not having an open mind", "closed"], ["unappealing", "(of characters in literature or drama) tending to evoke antipathetic feelings", "unappealing"], ["disagreeable", "not agreeing with your tastes or expectations", "disagreeable"], ["unkindly", "lacking in sympathy and kindness", "unkindly"]]}, {"answer": "untainted", "hint": "synonyms for untainted", "clues": [["unsullied", "(of reputation) free from blemishes", "unsullied"], ["untarnished", "(of reputation) free from blemishes", "untarnished"], ["unstained", "(of reputation) free from blemishes", "unstained"], ["stainless", "(of reputation) free from blemishes", "stainless"]]}, {"answer": "untellable", "hint": "synonyms for untellable", "clues": [["indescribable", "defying expression or description", "indescribable"], ["ineffable", "defying expression or description", "ineffable"], ["unspeakable", "defying expression or description", "unspeakable"], ["indefinable", "defying expression or description", "indefinable"], ["unutterable", "defying expression or description", "unutterable"]]}, {"answer": "unthinking", "hint": "synonyms for unthinking", "clues": [["uncaring", "without care or thought for others", "uncaring"], ["unthoughtful", "not exhibiting or characterized by careful thought", "unthoughtful"], ["lumpen", "mentally sluggish", "lumpen"], ["thoughtless", "without care or thought for others", "thoughtless"], ["unreflective", "not exhibiting or characterized by careful thought", "unreflective"], ["lumpish", "mentally sluggish", "lumpish"]]}, {"answer": "untied", "hint": "synonyms for untied", "clues": [["unfettered", "not bound by shackles and chains", "unfettered"], ["unshackled", "not bound by shackles and chains", "unshackled"], ["unchained", "not bound by shackles and chains", "unchained"], ["unlaced", "with laces not tied", "unlaced"], ["unfastened", "not tied", "unfastened"]]}, {"answer": "untimely", "hint": "synonyms for untimely", "clues": [["wrong", "badly timed", "wrong"], ["premature", "uncommonly early or before the expected time", "premature"], ["unseasonable", "badly timed", "unseasonable"], ["ill-timed", "badly timed", "ill-timed"]]}, {"answer": "untouchable", "hint": "synonyms for untouchable", "clues": [["unassailable", "impossible to assail", "unassailable"], ["inaccessible", "not capable of being obtained", "inaccessible"], ["unobtainable", "not capable of being obtained", "unobtainable"], ["unprocurable", "not capable of being obtained", "unprocurable"]]}, {"answer": "untouched", "hint": "synonyms for untouched", "clues": [["unmoved", "emotionally unmoved", "unmoved"], ["unswayed", "not influenced or affected; - V.L.Parrington", "unswayed"], ["untasted", "still full", "untasted"], ["uninfluenced", "not influenced or affected; - V.L.Parrington", "uninfluenced"], ["unaffected", "emotionally unmoved", "unaffected"]]}, {"answer": "untoward", "hint": "synonyms for untoward", "clues": [["inauspicious", "contrary to your interests or welfare", "inauspicious"], ["unbecoming", "not in keeping with accepted standards of what is right or proper in polite society", "unbecoming"], ["indecorous", "not in keeping with accepted standards of what is right or proper in polite society", "indecorous"], ["indecent", "not in keeping with accepted standards of what is right or proper in polite society", "indecent"], ["uncomely", "not in keeping with accepted standards of what is right or proper in polite society", "uncomely"], ["adverse", "contrary to your interests or welfare", "adverse"], ["unseemly", "not in keeping with accepted standards of what is right or proper in polite society", "unseemly"]]}, {"answer": "untracked", "hint": "synonyms for untracked", "clues": [["roadless", "lacking pathways", "roadless"], ["untrodden", "lacking pathways", "untrodden"], ["pathless", "lacking pathways", "pathless"], ["trackless", "lacking pathways", "trackless"], ["untrod", "lacking pathways", "untrod"]]}, {"answer": "untrod", "hint": "synonyms for untrod", "clues": [["roadless", "lacking pathways", "roadless"], ["untrodden", "lacking pathways", "untrodden"], ["pathless", "lacking pathways", "pathless"], ["trackless", "lacking pathways", "trackless"], ["untracked", "lacking pathways", "untracked"]]}, {"answer": "untrodden", "hint": "synonyms for untrodden", "clues": [["roadless", "lacking pathways", "roadless"], ["pathless", "lacking pathways", "pathless"], ["trackless", "lacking pathways", "trackless"], ["untracked", "lacking pathways", "untracked"], ["untrod", "lacking pathways", "untrod"]]}, {"answer": "untrusting", "hint": "synonyms for untrusting", "clues": [["suspicious", "openly distrustful and unwilling to confide", "suspicious"], ["mistrustful", "openly distrustful and unwilling to confide", "mistrustful"], ["leery", "openly distrustful and unwilling to confide", "leery"], ["wary", "openly distrustful and unwilling to confide", "wary"]]}, {"answer": "unutterable", "hint": "synonyms for unutterable", "clues": [["unspeakable", "too sacred to be uttered", "unspeakable"], ["untellable", "defying expression or description", "untellable"], ["ineffable", "defying expression or description", "ineffable"], ["unpronounceable", "very difficult to pronounce correctly", "unpronounceable"], ["indescribable", "defying expression or description", "indescribable"], ["unnameable", "too sacred to be uttered", "unnameable"], ["indefinable", "defying expression or description", "indefinable"]]}, {"answer": "unuttered", "hint": "synonyms for unuttered", "clues": [["unsaid", "not made explicit", "unsaid"], ["unstated", "not made explicit", "unstated"], ["unverbalised", "not made explicit", "unverbalised"], ["unvoiced", "not made explicit", "unvoiced"], ["unexpressed", "not made explicit", "unexpressed"], ["unspoken", "not made explicit", "unspoken"]]}, {"answer": "unvarying", "hint": "synonyms for unvarying", "clues": [["constant", "unvarying in nature", "constant"], ["uniform", "always the same; showing a single form or character in all occurrences", "uniform"], ["invariant", "unvarying in nature", "invariant"], ["changeless", "unvarying in nature", "changeless"], ["unvaried", "lacking variety", "unvaried"]]}, {"answer": "unverbalised", "hint": "synonyms for unverbalised", "clues": [["unsaid", "not made explicit", "unsaid"], ["unuttered", "not made explicit", "unuttered"], ["unstated", "not made explicit", "unstated"], ["unvoiced", "not made explicit", "unvoiced"], ["unexpressed", "not made explicit", "unexpressed"], ["unspoken", "not made explicit", "unspoken"], ["unverbalized", "not made explicit", "unverbalized"]]}, {"answer": "unverbalized", "hint": "synonyms for unverbalized", "clues": [["unsaid", "not made explicit", "unsaid"], ["unuttered", "not made explicit", "unuttered"], ["unstated", "not made explicit", "unstated"], ["unverbalised", "not made explicit", "unverbalised"], ["unvoiced", "not made explicit", "unvoiced"], ["unexpressed", "not made explicit", "unexpressed"], ["unspoken", "not made explicit", "unspoken"]]}, {"answer": "unvoiced", "hint": "synonyms for unvoiced", "clues": [["unsaid", "not made explicit", "unsaid"], ["unstated", "not made explicit", "unstated"], ["surd", "produced without vibration of the vocal cords", "surd"], ["hard", "produced without vibration of the vocal cords", "hard"], ["unverbalised", "not made explicit", "unverbalised"], ["unspoken", "not made explicit", "unspoken"], ["unuttered", "not made explicit", "unuttered"], ["unexpressed", "not made explicit", "unexpressed"], ["voiceless", "produced without vibration of the vocal cords", "voiceless"]]}, {"answer": "unwarrantable", "hint": "synonyms for unwarrantable", "clues": [["indefensible", "incapable of being justified or explained", "indefensible"], ["unjustifiable", "incapable of being justified or explained", "unjustifiable"], ["insupportable", "incapable of being justified or explained", "insupportable"], ["unwarranted", "incapable of being justified or explained", "unwarranted"]]}, {"answer": "unwarranted", "hint": "synonyms for unwarranted", "clues": [["unjustified", "lacking justification or authorization", "unjustified"], ["unjustifiable", "incapable of being justified or explained", "unjustifiable"], ["unwarrantable", "incapable of being justified or explained", "unwarrantable"], ["wild", "without a basis in reason or fact", "wild"], ["indefensible", "incapable of being justified or explained", "indefensible"], ["undue", "lacking justification or authorization", "undue"], ["idle", "without a basis in reason or fact", "idle"], ["baseless", "without a basis in reason or fact", "baseless"], ["unfounded", "without a basis in reason or fact", "unfounded"], ["groundless", "without a basis in reason or fact", "groundless"], ["insupportable", "incapable of being justified or explained", "insupportable"]]}, {"answer": "unwavering", "hint": "synonyms for unwavering", "clues": [["firm", "marked by firm determination or resolution; not shakable", "firm"], ["steadfast", "marked by firm determination or resolution; not shakable", "steadfast"], ["unbendable", "marked by firm determination or resolution; not shakable", "unbendable"], ["unshakable", "marked by firm determination or resolution; not shakable", "unshakable"], ["unfaltering", "marked by firm determination or resolution; not shakable", "unfaltering"], ["steady", "marked by firm determination or resolution; not shakable", "steady"], ["stiff", "marked by firm determination or resolution; not shakable", "stiff"], ["level", "not showing abrupt variations; ; - Louis Auchincloss", "level"]]}, {"answer": "unwell", "hint": "synonyms for unwell", "clues": [["sickly", "somewhat ill or prone to illness", "sickly"], ["under the weather", "somewhat ill or prone to illness", "under the weather"], ["indisposed", "somewhat ill or prone to illness", "indisposed"], ["peaked", "somewhat ill or prone to illness", "peaked"], ["poorly", "somewhat ill or prone to illness", "poorly"], ["ailing", "somewhat ill or prone to illness", "ailing"], ["seedy", "somewhat ill or prone to illness", "seedy"]]}, {"answer": "unwieldy", "hint": "synonyms for unwieldy", "clues": [["clunky", "lacking grace in movement or posture", "clunky"], ["gawky", "lacking grace in movement or posture", "gawky"], ["clumsy", "lacking grace in movement or posture", "clumsy"], ["unmanageable", "difficult to use or handle or manage because of size or weight or shape", "unmanageable"], ["ungainly", "lacking grace in movement or posture", "ungainly"]]}, {"answer": "unwitting", "hint": "synonyms for unwitting", "clues": [["unknowing", "unaware because of a lack of relevant information or knowledge", "unknowing"], ["unplanned", "not done with purpose or intent", "unplanned"], ["unknowledgeable", "unaware because of a lack of relevant information or knowledge", "unknowledgeable"], ["ignorant", "unaware because of a lack of relevant information or knowledge", "ignorant"], ["unintentional", "not done with purpose or intent", "unintentional"]]}, {"answer": "unworthy", "hint": "synonyms for unworthy", "clues": [["despicable", "morally reprehensible", "despicable"], ["undeserving", "not deserving", "undeserving"], ["slimy", "morally reprehensible", "slimy"], ["worthless", "morally reprehensible", "worthless"], ["ugly", "morally reprehensible", "ugly"], ["wretched", "morally reprehensible", "wretched"], ["vile", "morally reprehensible", "vile"]]}, {"answer": "unyielding", "hint": "synonyms for unyielding", "clues": [["persistent", "stubbornly unyielding; ; ; ; - T.S.Eliot", "persistent"], ["dogged", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dogged"], ["tenacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "tenacious"], ["pertinacious", "stubbornly unyielding; ; ; ; - T.S.Eliot", "pertinacious"], ["dour", "stubbornly unyielding; ; ; ; - T.S.Eliot", "dour"]]}, {"answer": "up_to_her_neck", "hint": "synonyms for up to her neck", "clues": [["up to my neck", "deeply involved", "up to my neck"], ["up to his neck", "deeply involved", "up to his neck"], ["up to our necks", "deeply involved", "up to our necks"], ["up to their necks", "deeply involved", "up to their necks"], ["neck-deep", "deeply involved", "neck-deep"]]}, {"answer": "up_to_his_neck", "hint": "synonyms for up to his neck", "clues": [["up to my neck", "deeply involved", "up to my neck"], ["up to our necks", "deeply involved", "up to our necks"], ["up to her neck", "deeply involved", "up to her neck"], ["neck-deep", "deeply involved", "neck-deep"]]}, {"answer": "up_to_my_neck", "hint": "synonyms for up to my neck", "clues": [["up to his neck", "deeply involved", "up to his neck"], ["up to our necks", "deeply involved", "up to our necks"], ["up to their necks", "deeply involved", "up to their necks"], ["neck-deep", "deeply involved", "neck-deep"]]}, {"answer": "up_to_our_necks", "hint": "synonyms for up to our necks", "clues": [["up to my neck", "deeply involved", "up to my neck"], ["up to his neck", "deeply involved", "up to his neck"], ["up to their necks", "deeply involved", "up to their necks"], ["neck-deep", "deeply involved", "neck-deep"]]}, {"answer": "up_to_their_necks", "hint": "synonyms for up to their necks", "clues": [["up to my neck", "deeply involved", "up to my neck"], ["up to his neck", "deeply involved", "up to his neck"], ["up to our necks", "deeply involved", "up to our necks"], ["neck-deep", "deeply involved", "neck-deep"]]}, {"answer": "up_to_your_neck", "hint": "synonyms for up to your neck", "clues": [["up to my neck", "deeply involved", "up to my neck"], ["up to his neck", "deeply involved", "up to his neck"], ["up to our necks", "deeply involved", "up to our necks"], ["up to their necks", "deeply involved", "up to their necks"], ["neck-deep", "deeply involved", "neck-deep"]]}, {"answer": "uppish", "hint": "synonyms for uppish", "clues": [["stuck-up", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "stuck-up"], ["bigheaded", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "bigheaded"], ["snooty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snooty"], ["persnickety", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "persnickety"], ["snot-nosed", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snot-nosed"], ["snotty", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "snotty"], ["too big for one's breeches", "(used colloquially) overly conceited or arrogant; -Laurent Le Sage", "too big for one's breeches"]]}, {"answer": "upright", "hint": "synonyms for upright", "clues": [["vertical", "upright in position or posture", "vertical"], ["erect", "upright in position or posture", "erect"], ["good", "of moral excellence", "good"], ["unsloped", "in a vertical position; not sloping", "unsloped"], ["just", "of moral excellence", "just"]]}, {"answer": "uproarious", "hint": "synonyms for uproarious", "clues": [["screaming", "marked by or causing boisterous merriment or convulsive laughter", "screaming"], ["rackety", "uncontrollably noisy", "rackety"], ["hilarious", "marked by or causing boisterous merriment or convulsive laughter", "hilarious"], ["rip-roaring", "uncontrollably noisy", "rip-roaring"]]}, {"answer": "upset", "hint": "synonyms for upset", "clues": [["upturned", "having been turned so that the bottom is no longer the bottom", "upturned"], ["overturned", "having been turned so that the bottom is no longer the bottom", "overturned"], ["disordered", "thrown into a state of disarray or confusion", "disordered"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief", "disquieted"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief", "disturbed"], ["broken", "thrown into a state of disarray or confusion", "broken"], ["worried", "afflicted with or marked by anxious uneasiness or trouble or grief", "worried"], ["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief", "distressed"], ["confused", "thrown into a state of disarray or confusion", "confused"]]}, {"answer": "uptight", "hint": "synonyms for uptight", "clues": [["jumpy", "being in a tense state", "jumpy"], ["edgy", "being in a tense state", "edgy"], ["restive", "being in a tense state", "restive"], ["overstrung", "being in a tense state", "overstrung"], ["high-strung", "being in a tense state", "high-strung"], ["highly strung", "being in a tense state", "highly strung"], ["nervy", "being in a tense state", "nervy"], ["jittery", "being in a tense state", "jittery"]]}, {"answer": "upturned", "hint": "synonyms for upturned", "clues": [["retrousse", "(used of noses) turned up at the end", "retrousse"], ["upset", "having been turned so that the bottom is no longer the bottom", "upset"], ["overturned", "having been turned so that the bottom is no longer the bottom", "overturned"], ["tip-tilted", "(used of noses) turned up at the end", "tip-tilted"]]}, {"answer": "usable", "hint": "synonyms for usable", "clues": [["functional", "fit or ready for use or service", "functional"], ["operable", "fit or ready for use or service", "operable"], ["useable", "capable of being put to use", "useable"], ["operational", "fit or ready for use or service", "operational"], ["available", "convenient for use or disposal", "available"]]}, {"answer": "useable", "hint": "synonyms for useable", "clues": [["usable", "capable of being put to use", "usable"], ["functional", "fit or ready for use or service", "functional"], ["operable", "fit or ready for use or service", "operable"], ["operational", "fit or ready for use or service", "operational"], ["available", "convenient for use or disposal", "available"]]}, {"answer": "used", "hint": "synonyms for used", "clues": [["ill-used", "of persons; taken advantage of", "ill-used"], ["victimized", "of persons; taken advantage of", "victimized"], ["exploited", "of persons; taken advantage of", "exploited"], ["secondhand", "previously used or owned by another", "secondhand"], ["put-upon", "of persons; taken advantage of", "put-upon"]]}, {"answer": "usurious", "hint": "synonyms for usurious", "clues": [["extortionate", "greatly exceeding bounds of reason or moderation", "extortionate"], ["unconscionable", "greatly exceeding bounds of reason or moderation", "unconscionable"], ["outrageous", "greatly exceeding bounds of reason or moderation", "outrageous"], ["steep", "greatly exceeding bounds of reason or moderation", "steep"], ["exorbitant", "greatly exceeding bounds of reason or moderation", "exorbitant"]]}, {"answer": "utmost", "hint": "synonyms for utmost", "clues": [["furthermost", "(comparatives of `far') most remote in space or time or order", "furthermost"], ["farthest", "(comparatives of `far') most remote in space or time or order", "farthest"], ["uttermost", "(comparatives of `far') most remote in space or time or order", "uttermost"], ["extreme", "of the greatest possible degree or extent or intensity", "extreme"], ["last", "highest in extent or degree", "last"]]}, {"answer": "utter", "hint": "synonyms for utter", "clues": [["dead", "complete", "dead"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "uttermost", "hint": "synonyms for uttermost", "clues": [["extreme", "of the greatest possible degree or extent or intensity", "extreme"], ["furthermost", "(comparatives of `far') most remote in space or time or order", "furthermost"], ["farthest", "(comparatives of `far') most remote in space or time or order", "farthest"], ["utmost", "of the greatest possible degree or extent or intensity", "utmost"]]}, {"answer": "vacuous", "hint": "synonyms for vacuous", "clues": [["asinine", "devoid of intelligence", "asinine"], ["fatuous", "devoid of intelligence", "fatuous"], ["inane", "devoid of intelligence", "inane"], ["mindless", "devoid of intelligence", "mindless"], ["empty", "devoid of significance or point", "empty"], ["blank", "void of expression", "blank"], ["hollow", "devoid of significance or point", "hollow"]]}, {"answer": "vagabond", "hint": "synonyms for vagabond", "clues": [["vagrant", "continually changing especially as from one abode or occupation to another", "vagrant"], ["drifting", "continually changing especially as from one abode or occupation to another", "drifting"], ["rootless", "wandering aimlessly without ties to a place or community", "rootless"], ["aimless", "continually changing especially as from one abode or occupation to another", "aimless"], ["floating", "continually changing especially as from one abode or occupation to another", "floating"]]}, {"answer": "vagrant", "hint": "synonyms for vagrant", "clues": [["floating", "continually changing especially as from one abode or occupation to another", "floating"], ["drifting", "continually changing especially as from one abode or occupation to another", "drifting"], ["aimless", "continually changing especially as from one abode or occupation to another", "aimless"], ["vagabond", "continually changing especially as from one abode or occupation to another", "vagabond"]]}, {"answer": "vague", "hint": "synonyms for vague", "clues": [["shadowy", "lacking clarity or distinctness", "shadowy"], ["undefined", "not precisely limited, determined, or distinguished", "undefined"], ["obscure", "not clearly understood or expressed; ; -Anatole Broyard; - P.A.Sorokin; - John Locke", "obscure"], ["dim", "lacking clarity or distinctness", "dim"], ["faint", "lacking clarity or distinctness", "faint"], ["wispy", "lacking clarity or distinctness", "wispy"]]}, {"answer": "vain", "hint": "synonyms for vain", "clues": [["egotistic", "characteristic of false pride; having an exaggerated sense of self-importance", "egotistic"], ["swollen", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen"], ["conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "conceited"], ["swollen-headed", "characteristic of false pride; having an exaggerated sense of self-importance", "swollen-headed"], ["futile", "unproductive of success", "futile"], ["fruitless", "unproductive of success", "fruitless"], ["self-conceited", "characteristic of false pride; having an exaggerated sense of self-importance", "self-conceited"], ["sleeveless", "unproductive of success", "sleeveless"], ["bootless", "unproductive of success", "bootless"]]}, {"answer": "validating", "hint": "synonyms for validating", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "validatory", "hint": "synonyms for validatory", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "vapid", "hint": "synonyms for vapid", "clues": [["flat", "lacking taste or flavor or tang", "flat"], ["savourless", "lacking taste or flavor or tang", "savourless"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["flavorless", "lacking taste or flavor or tang", "flavorless"], ["bland", "lacking taste or flavor or tang", "bland"]]}, {"answer": "vaporific", "hint": "synonyms for vaporific", "clues": [["vaporish", "resembling or characteristic of vapor", "vaporish"], ["volatilisable", "(used of substances) capable of being volatilized", "volatilisable"], ["vapourous", "resembling or characteristic of vapor", "vapourous"], ["vaporizable", "(used of substances) capable of being volatilized", "vaporizable"], ["vapourific", "resembling or characteristic of vapor", "vapourific"]]}, {"answer": "vaporizable", "hint": "synonyms for vaporizable", "clues": [["volatilisable", "(used of substances) capable of being volatilized", "volatilisable"], ["evaporable", "(used of substances) capable of being volatilized", "evaporable"], ["vaporific", "(used of substances) capable of being volatilized", "vaporific"], ["vapourisable", "(used of substances) capable of being volatilized", "vapourisable"]]}, {"answer": "vaporous", "hint": "synonyms for vaporous", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporish", "resembling or characteristic of vapor", "vaporish"], ["vapourous", "resembling or characteristic of vapor", "vapourous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["see-through", "so thin as to transmit light", "see-through"], ["transparent", "so thin as to transmit light", "transparent"], ["miasmic", "filled with vapor", "miasmic"], ["vaporific", "resembling or characteristic of vapor", "vaporific"], ["miasmal", "filled with vapor", "miasmal"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["filmy", "so thin as to transmit light", "filmy"]]}, {"answer": "vapourific", "hint": "synonyms for vapourific", "clues": [["vaporish", "resembling or characteristic of vapor", "vaporish"], ["volatilisable", "(used of substances) capable of being volatilized", "volatilisable"], ["vapourous", "resembling or characteristic of vapor", "vapourous"], ["vaporizable", "(used of substances) capable of being volatilized", "vaporizable"], ["vaporific", "(used of substances) capable of being volatilized", "vaporific"]]}, {"answer": "vapourous", "hint": "synonyms for vapourous", "clues": [["gossamer", "so thin as to transmit light", "gossamer"], ["vaporish", "resembling or characteristic of vapor", "vaporish"], ["vaporous", "so thin as to transmit light", "vaporous"], ["diaphanous", "so thin as to transmit light", "diaphanous"], ["see-through", "so thin as to transmit light", "see-through"], ["transparent", "so thin as to transmit light", "transparent"], ["miasmic", "filled with vapor", "miasmic"], ["vaporific", "resembling or characteristic of vapor", "vaporific"], ["miasmal", "filled with vapor", "miasmal"], ["gauze-like", "so thin as to transmit light", "gauze-like"], ["gauzy", "so thin as to transmit light", "gauzy"], ["sheer", "so thin as to transmit light", "sheer"], ["cobwebby", "so thin as to transmit light", "cobwebby"], ["filmy", "so thin as to transmit light", "filmy"]]}, {"answer": "varicolored", "hint": "synonyms for varicolored", "clues": [["variegated", "having a variety of colors", "variegated"], ["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["varicoloured", "having sections or patches colored differently and usually brightly", "varicoloured"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "varicoloured", "hint": "synonyms for varicoloured", "clues": [["variegated", "having a variety of colors", "variegated"], ["particolored", "having sections or patches colored differently and usually brightly", "particolored"], ["multi-coloured", "having sections or patches colored differently and usually brightly", "multi-coloured"], ["calico", "having sections or patches colored differently and usually brightly", "calico"], ["multicolor", "having sections or patches colored differently and usually brightly", "multicolor"], ["motley", "having sections or patches colored differently and usually brightly", "motley"], ["painted", "having sections or patches colored differently and usually brightly", "painted"], ["pied", "having sections or patches colored differently and usually brightly", "pied"], ["piebald", "having sections or patches colored differently and usually brightly", "piebald"]]}, {"answer": "various", "hint": "synonyms for various", "clues": [["respective", "considered individually", "respective"], ["assorted", "of many different kinds purposefully arranged but lacking any uniformity", "assorted"], ["several", "considered individually", "several"], ["versatile", "having great diversity or variety", "versatile"], ["diverse", "distinctly dissimilar or unlike", "diverse"]]}, {"answer": "vasiform", "hint": "synonyms for vasiform", "clues": [["tubular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubular"], ["tubelike", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tubelike"], ["cannular", "constituting a tube; having hollow tubes (as for the passage of fluids)", "cannular"], ["tube-shaped", "constituting a tube; having hollow tubes (as for the passage of fluids)", "tube-shaped"]]}, {"answer": "vatic", "hint": "synonyms for vatic", "clues": [["sibylline", "resembling or characteristic of a prophet or prophecy", "sibylline"], ["mantic", "resembling or characteristic of a prophet or prophecy", "mantic"], ["vatical", "resembling or characteristic of a prophet or prophecy", "vatical"], ["divinatory", "resembling or characteristic of a prophet or prophecy", "divinatory"], ["sibyllic", "resembling or characteristic of a prophet or prophecy", "sibyllic"]]}, {"answer": "vatical", "hint": "synonyms for vatical", "clues": [["vatic", "resembling or characteristic of a prophet or prophecy", "vatic"], ["sibylline", "resembling or characteristic of a prophet or prophecy", "sibylline"], ["mantic", "resembling or characteristic of a prophet or prophecy", "mantic"], ["divinatory", "resembling or characteristic of a prophet or prophecy", "divinatory"], ["sibyllic", "resembling or characteristic of a prophet or prophecy", "sibyllic"]]}, {"answer": "vehement", "hint": "synonyms for vehement", "clues": [["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "tearing"], ["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "trigger-happy"], ["violent", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "violent"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "fierce"]]}, {"answer": "venal", "hint": "synonyms for venal", "clues": [["bribable", "capable of being corrupted", "bribable"], ["purchasable", "capable of being corrupted", "purchasable"], ["dishonest", "capable of being corrupted", "dishonest"], ["corruptible", "capable of being corrupted", "corruptible"]]}, {"answer": "vendable", "hint": "synonyms for vendable", "clues": [["marketable", "fit to be offered for sale", "marketable"], ["sellable", "fit to be offered for sale", "sellable"], ["merchantable", "fit to be offered for sale", "merchantable"], ["vendible", "fit to be offered for sale", "vendible"]]}, {"answer": "vendible", "hint": "synonyms for vendible", "clues": [["marketable", "fit to be offered for sale", "marketable"], ["sellable", "fit to be offered for sale", "sellable"], ["vendable", "fit to be offered for sale", "vendable"], ["merchantable", "fit to be offered for sale", "merchantable"]]}, {"answer": "venomous", "hint": "synonyms for venomous", "clues": [["vicious", "marked by deep ill will; deliberately harmful", "vicious"], ["deadly", "extremely poisonous or injurious; producing venom", "deadly"], ["virulent", "extremely poisonous or injurious; producing venom", "virulent"], ["poisonous", "marked by deep ill will; deliberately harmful", "poisonous"]]}, {"answer": "verbose", "hint": "synonyms for verbose", "clues": [["tedious", "using or containing too many words", "tedious"], ["long-winded", "using or containing too many words", "long-winded"], ["wordy", "using or containing too many words", "wordy"], ["windy", "using or containing too many words", "windy"]]}, {"answer": "verboten", "hint": "synonyms for verboten", "clues": [["taboo", "excluded from use or mention", "taboo"], ["prohibited", "excluded from use or mention", "prohibited"], ["out", "excluded from use or mention", "out"], ["proscribed", "excluded from use or mention", "proscribed"], ["tabu", "excluded from use or mention", "tabu"], ["forbidden", "excluded from use or mention", "forbidden"]]}, {"answer": "verificatory", "hint": "synonyms for verificatory", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["verifying", "serving to support or corroborate", "verifying"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"]]}, {"answer": "verifying", "hint": "synonyms for verifying", "clues": [["substantiative", "serving to support or corroborate", "substantiative"], ["corroborative", "serving to support or corroborate", "corroborative"], ["validatory", "serving to support or corroborate", "validatory"], ["validating", "serving to support or corroborate", "validating"], ["corroboratory", "serving to support or corroborate", "corroboratory"], ["confirmatory", "serving to support or corroborate", "confirmatory"], ["confirming", "serving to support or corroborate", "confirming"], ["confirmative", "serving to support or corroborate", "confirmative"], ["collateral", "serving to support or corroborate", "collateral"], ["verificatory", "serving to support or corroborate", "verificatory"]]}, {"answer": "veritable", "hint": "synonyms for veritable", "clues": [["bona fide", "not counterfeit or copied", "bona fide"], ["unquestionable", "not counterfeit or copied", "unquestionable"], ["regular", "often used as intensifiers", "regular"], ["authentic", "not counterfeit or copied", "authentic"]]}, {"answer": "vermiculate", "hint": "synonyms for vermiculate", "clues": [["wormy", "infested with or damaged (as if eaten) by worms", "wormy"], ["vermiculated", "decorated with wormlike tracery or markings", "vermiculated"], ["worm-eaten", "infested with or damaged (as if eaten) by worms", "worm-eaten"], ["vermicular", "decorated with wormlike tracery or markings", "vermicular"]]}, {"answer": "vexatious", "hint": "synonyms for vexatious", "clues": [["pestering", "causing irritation or annoyance", "pestering"], ["vexing", "causing irritation or annoyance", "vexing"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["nettlesome", "causing irritation or annoyance", "nettlesome"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["bothersome", "causing irritation or annoyance", "bothersome"]]}, {"answer": "vexed", "hint": "synonyms for vexed", "clues": [["annoyed", "troubled persistently especially with petty annoyances", "annoyed"], ["harassed", "troubled persistently especially with petty annoyances", "harassed"], ["harried", "troubled persistently especially with petty annoyances", "harried"], ["pestered", "troubled persistently especially with petty annoyances", "pestered"]]}, {"answer": "vexing", "hint": "synonyms for vexing", "clues": [["infuriating", "extremely annoying or displeasing", "infuriating"], ["pestering", "causing irritation or annoyance", "pestering"], ["pesky", "causing irritation or annoyance", "pesky"], ["plaguy", "causing irritation or annoyance", "plaguy"], ["galling", "causing irritation or annoyance", "galling"], ["teasing", "causing irritation or annoyance", "teasing"], ["vexatious", "causing irritation or annoyance", "vexatious"], ["exasperating", "extremely annoying or displeasing", "exasperating"], ["irritating", "causing irritation or annoyance", "irritating"], ["annoying", "causing irritation or annoyance", "annoying"], ["bothersome", "causing irritation or annoyance", "bothersome"], ["maddening", "extremely annoying or displeasing", "maddening"], ["pestiferous", "causing irritation or annoyance", "pestiferous"], ["nettlesome", "causing irritation or annoyance", "nettlesome"]]}, {"answer": "viable", "hint": "synonyms for viable", "clues": [["feasible", "capable of being done with means at hand and circumstances as they are", "feasible"], ["practicable", "capable of being done with means at hand and circumstances as they are", "practicable"], ["executable", "capable of being done with means at hand and circumstances as they are", "executable"], ["workable", "capable of being done with means at hand and circumstances as they are", "workable"]]}, {"answer": "vicious", "hint": "synonyms for vicious", "clues": [["condemnable", "bringing or deserving severe rebuke or censure", "condemnable"], ["barbarous", "(of persons or their actions) able or disposed to inflict pain or suffering", "barbarous"], ["criminal", "bringing or deserving severe rebuke or censure", "criminal"], ["deplorable", "bringing or deserving severe rebuke or censure", "deplorable"], ["brutal", "(of persons or their actions) able or disposed to inflict pain or suffering", "brutal"], ["reprehensible", "bringing or deserving severe rebuke or censure", "reprehensible"], ["savage", "(of persons or their actions) able or disposed to inflict pain or suffering", "savage"], ["evil", "having the nature of vice", "evil"], ["venomous", "marked by deep ill will; deliberately harmful", "venomous"], ["cruel", "(of persons or their actions) able or disposed to inflict pain or suffering", "cruel"], ["roughshod", "(of persons or their actions) able or disposed to inflict pain or suffering", "roughshod"], ["fell", "(of persons or their actions) able or disposed to inflict pain or suffering", "fell"], ["poisonous", "marked by deep ill will; deliberately harmful", "poisonous"]]}, {"answer": "victimised", "hint": "synonyms for victimised", "clues": [["ill-used", "of persons; taken advantage of", "ill-used"], ["used", "of persons; taken advantage of", "used"], ["exploited", "of persons; taken advantage of", "exploited"], ["put-upon", "of persons; taken advantage of", "put-upon"], ["victimized", "of persons; taken advantage of", "victimized"]]}, {"answer": "victimized", "hint": "synonyms for victimized", "clues": [["ill-used", "of persons; taken advantage of", "ill-used"], ["used", "of persons; taken advantage of", "used"], ["exploited", "of persons; taken advantage of", "exploited"], ["put-upon", "of persons; taken advantage of", "put-upon"], ["victimised", "of persons; taken advantage of", "victimised"]]}, {"answer": "victorian", "hint": "synonyms for victorian", "clues": [["prim", "exaggeratedly proper", "prim"], ["priggish", "exaggeratedly proper", "priggish"], ["straitlaced", "exaggeratedly proper", "straitlaced"], ["prudish", "exaggeratedly proper", "prudish"], ["tight-laced", "exaggeratedly proper", "tight-laced"], ["square-toed", "exaggeratedly proper", "square-toed"], ["puritanical", "exaggeratedly proper", "puritanical"], ["prissy", "exaggeratedly proper", "prissy"]]}, {"answer": "vile", "hint": "synonyms for vile", "clues": [["despicable", "morally reprehensible", "despicable"], ["slimy", "morally reprehensible", "slimy"], ["worthless", "morally reprehensible", "worthless"], ["ugly", "morally reprehensible", "ugly"], ["wretched", "morally reprehensible", "wretched"], ["offensive", "causing or able to cause nausea", "offensive"], ["unworthy", "morally reprehensible", "unworthy"], ["noisome", "causing or able to cause nausea", "noisome"], ["loathsome", "causing or able to cause nausea", "loathsome"], ["queasy", "causing or able to cause nausea", "queasy"], ["nauseous", "causing or able to cause nausea", "nauseous"], ["sickening", "causing or able to cause nausea", "sickening"], ["nauseating", "causing or able to cause nausea", "nauseating"]]}, {"answer": "vindicated", "hint": "synonyms for vindicated", "clues": [["absolved", "freed from any question of guilt", "absolved"], ["clear", "freed from any question of guilt", "clear"], ["cleared", "freed from any question of guilt", "cleared"], ["exculpated", "freed from any question of guilt", "exculpated"], ["exonerated", "freed from any question of guilt", "exonerated"]]}, {"answer": "vindicatory", "hint": "synonyms for vindicatory", "clues": [["retributory", "given or inflicted in requital according to merits or deserts", "retributory"], ["retributive", "given or inflicted in requital according to merits or deserts", "retributive"], ["retaliatory", "of or relating to or having the nature of retribution", "retaliatory"], ["justificative", "providing justification", "justificative"], ["justificatory", "providing justification", "justificatory"], ["relatiative", "of or relating to or having the nature of retribution", "relatiative"]]}, {"answer": "violent", "hint": "synonyms for violent", "clues": [["crimson", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode", "crimson"], ["trigger-happy", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "trigger-happy"], ["vehement", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "vehement"], ["red", "characterized by violence or bloodshed; - Andrea Parke; - Thomas Gray; - Hudson Strode", "red"], ["wild", "(of colors or sounds) intensely vivid or loud", "wild"], ["tearing", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "tearing"], ["fierce", "marked by extreme intensity of emotions or convictions; inclined to react violently; fervid", "fierce"]]}, {"answer": "virgin", "hint": "synonyms for virgin", "clues": [["vestal", "in a state of sexual virginity", "vestal"], ["virginal", "in a state of sexual virginity", "virginal"], ["virtuous", "in a state of sexual virginity", "virtuous"], ["pure", "in a state of sexual virginity", "pure"]]}, {"answer": "virginal", "hint": "synonyms for virginal", "clues": [["vestal", "in a state of sexual virginity", "vestal"], ["virgin", "in a state of sexual virginity", "virgin"], ["virtuous", "in a state of sexual virginity", "virtuous"], ["pure", "in a state of sexual virginity", "pure"]]}, {"answer": "virile", "hint": "synonyms for virile", "clues": [["male", "characteristic of a man", "male"], ["manful", "characteristic of a man", "manful"], ["potent", "(of a male) capable of copulation", "potent"], ["manlike", "characteristic of a man", "manlike"], ["manly", "characteristic of a man", "manly"]]}, {"answer": "virulent", "hint": "synonyms for virulent", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["vitriolic", "harsh or corrosive in tone", "vitriolic"], ["venomous", "extremely poisonous or injurious; producing venom", "venomous"], ["acerb", "harsh or corrosive in tone", "acerb"], ["blistering", "harsh or corrosive in tone", "blistering"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"], ["deadly", "extremely poisonous or injurious; producing venom", "deadly"], ["acerbic", "harsh or corrosive in tone", "acerbic"]]}, {"answer": "viscid", "hint": "synonyms for viscid", "clues": [["gluey", "having the sticky properties of an adhesive", "gluey"], ["mucilaginous", "having the sticky properties of an adhesive", "mucilaginous"], ["viscous", "having the sticky properties of an adhesive", "viscous"], ["pasty", "having the sticky properties of an adhesive", "pasty"], ["glutinous", "having the sticky properties of an adhesive", "glutinous"], ["gummy", "having the sticky properties of an adhesive", "gummy"], ["sticky", "having the sticky properties of an adhesive", "sticky"]]}, {"answer": "viscous", "hint": "synonyms for viscous", "clues": [["gluey", "having the sticky properties of an adhesive", "gluey"], ["mucilaginous", "having the sticky properties of an adhesive", "mucilaginous"], ["pasty", "having the sticky properties of an adhesive", "pasty"], ["syrupy", "having a relatively high resistance to flow", "syrupy"], ["viscid", "having the sticky properties of an adhesive", "viscid"], ["glutinous", "having the sticky properties of an adhesive", "glutinous"], ["gummy", "having the sticky properties of an adhesive", "gummy"], ["sticky", "having the sticky properties of an adhesive", "sticky"]]}, {"answer": "visually_challenged", "hint": "synonyms for visually challenged", "clues": [["purblind", "having greatly reduced vision", "purblind"], ["dim-sighted", "having greatly reduced vision", "dim-sighted"], ["visually impaired", "having greatly reduced vision", "visually impaired"], ["near-blind", "having greatly reduced vision", "near-blind"], ["sand-blind", "having greatly reduced vision", "sand-blind"]]}, {"answer": "visually_impaired", "hint": "synonyms for visually impaired", "clues": [["purblind", "having greatly reduced vision", "purblind"], ["dim-sighted", "having greatly reduced vision", "dim-sighted"], ["visually challenged", "having greatly reduced vision", "visually challenged"], ["near-blind", "having greatly reduced vision", "near-blind"], ["sand-blind", "having greatly reduced vision", "sand-blind"]]}, {"answer": "vital", "hint": "synonyms for vital", "clues": [["lively", "full of spirit", "lively"], ["life-sustaining", "performing an essential function in the living body", "life-sustaining"], ["full of life", "full of spirit", "full of life"], ["critical", "urgently needed; absolutely necessary", "critical"]]}, {"answer": "vitiated", "hint": "synonyms for vitiated", "clues": [["weakened", "impaired by diminution", "weakened"], ["lessened", "impaired by diminution", "lessened"], ["debased", "ruined in character or quality", "debased"], ["corrupted", "ruined in character or quality", "corrupted"], ["diminished", "impaired by diminution", "diminished"]]}, {"answer": "vitriolic", "hint": "synonyms for vitriolic", "clues": [["acid", "harsh or corrosive in tone", "acid"], ["acerbic", "harsh or corrosive in tone", "acerbic"], ["sulfurous", "harsh or corrosive in tone", "sulfurous"], ["virulent", "harsh or corrosive in tone", "virulent"], ["acerb", "harsh or corrosive in tone", "acerb"], ["mordant", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "mordant"], ["blistering", "harsh or corrosive in tone", "blistering"], ["bitter", "harsh or corrosive in tone", "bitter"], ["caustic", "harsh or corrosive in tone", "caustic"], ["erosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "erosive"], ["sulphurous", "harsh or corrosive in tone", "sulphurous"], ["corrosive", "of a substance, especially a strong acid; capable of destroying or eating away by chemical action", "corrosive"]]}, {"answer": "vivid", "hint": "synonyms for vivid", "clues": [["intense", "(of color) having the highest saturation", "intense"], ["graphic", "evoking lifelike images within the mind", "graphic"], ["brilliant", "having striking color", "brilliant"], ["bright", "having striking color", "bright"], ["pictorial", "evoking lifelike images within the mind", "pictorial"], ["lifelike", "evoking lifelike images within the mind", "lifelike"]]}, {"answer": "vociferous", "hint": "synonyms for vociferous", "clues": [["strident", "conspicuously and offensively loud; given to vehement outcry", "strident"], ["blatant", "conspicuously and offensively loud; given to vehement outcry", "blatant"], ["clamant", "conspicuously and offensively loud; given to vehement outcry", "clamant"], ["clamorous", "conspicuously and offensively loud; given to vehement outcry", "clamorous"]]}, {"answer": "voiceless", "hint": "synonyms for voiceless", "clues": [["surd", "produced without vibration of the vocal cords", "surd"], ["hard", "produced without vibration of the vocal cords", "hard"], ["voteless", "deprived of the rights of citizenship especially the right to vote", "voteless"], ["breathed", "uttered without voice", "breathed"], ["unvoiced", "produced without vibration of the vocal cords", "unvoiced"], ["aphonic", "being without sound through injury or illness and thus incapable of all but whispered speech", "aphonic"], ["disfranchised", "deprived of the rights of citizenship especially the right to vote", "disfranchised"]]}, {"answer": "volatilised", "hint": "synonyms for volatilised", "clues": [["vapourised", "converted into a gas or vapor", "vapourised"], ["vaporized", "converted into a gas or vapor", "vaporized"], ["gasified", "converted into a gas or vapor", "gasified"], ["volatilized", "converted into a gas or vapor", "volatilized"]]}, {"answer": "volatilized", "hint": "synonyms for volatilized", "clues": [["vapourised", "converted into a gas or vapor", "vapourised"], ["vaporized", "converted into a gas or vapor", "vaporized"], ["gasified", "converted into a gas or vapor", "gasified"], ["volatilised", "converted into a gas or vapor", "volatilised"]]}, {"answer": "voluminous", "hint": "synonyms for voluminous", "clues": [["tortuous", "marked by repeated turns and bends", "tortuous"], ["winding", "marked by repeated turns and bends", "winding"], ["twisty", "marked by repeated turns and bends", "twisty"], ["copious", "large in number or quantity (especially of discourse)", "copious"], ["twisting", "marked by repeated turns and bends", "twisting"]]}, {"answer": "voluptuary", "hint": "synonyms for voluptuary", "clues": [["sybaritic", "displaying luxury and furnishing gratification to the senses", "sybaritic"], ["luxuriant", "displaying luxury and furnishing gratification to the senses", "luxuriant"], ["epicurean", "displaying luxury and furnishing gratification to the senses", "epicurean"], ["voluptuous", "displaying luxury and furnishing gratification to the senses", "voluptuous"], ["luxurious", "displaying luxury and furnishing gratification to the senses", "luxurious"]]}, {"answer": "voluptuous", "hint": "synonyms for voluptuous", "clues": [["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["luxuriant", "displaying luxury and furnishing gratification to the senses", "luxuriant"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["toothsome", "having strong sexual appeal", "toothsome"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["voluptuary", "displaying luxury and furnishing gratification to the senses", "voluptuary"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["epicurean", "displaying luxury and furnishing gratification to the senses", "epicurean"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"], ["red-hot", "having strong sexual appeal", "red-hot"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["luscious", "having strong sexual appeal", "luscious"], ["luxurious", "displaying luxury and furnishing gratification to the senses", "luxurious"], ["sybaritic", "displaying luxury and furnishing gratification to the senses", "sybaritic"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["juicy", "having strong sexual appeal", "juicy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"]]}, {"answer": "volute", "hint": "synonyms for volute", "clues": [["whorled", "in the shape of a coil", "whorled"], ["helical", "in the shape of a coil", "helical"], ["turbinate", "in the shape of a coil", "turbinate"], ["voluted", "in the shape of a coil", "voluted"], ["spiraling", "in the shape of a coil", "spiraling"], ["coiling", "in the shape of a coil", "coiling"]]}, {"answer": "voluted", "hint": "synonyms for voluted", "clues": [["whorled", "in the shape of a coil", "whorled"], ["volute", "in the shape of a coil", "volute"], ["helical", "in the shape of a coil", "helical"], ["turbinate", "in the shape of a coil", "turbinate"], ["spiraling", "in the shape of a coil", "spiraling"], ["coiling", "in the shape of a coil", "coiling"]]}, {"answer": "voracious", "hint": "synonyms for voracious", "clues": [["rapacious", "excessively greedy and grasping", "rapacious"], ["ravenous", "devouring or craving food in great quantities", "ravenous"], ["ravening", "excessively greedy and grasping", "ravening"], ["wolfish", "devouring or craving food in great quantities", "wolfish"], ["edacious", "devouring or craving food in great quantities", "edacious"], ["esurient", "devouring or craving food in great quantities", "esurient"]]}, {"answer": "vulgar", "hint": "synonyms for vulgar", "clues": [["coarse", "lacking refinement or cultivation or taste", "coarse"], ["common", "lacking refinement or cultivation or taste", "common"], ["plebeian", "of or associated with the great masses of people", "plebeian"], ["earthy", "conspicuously and tastelessly indecent", "earthy"], ["rough-cut", "lacking refinement or cultivation or taste", "rough-cut"], ["gross", "conspicuously and tastelessly indecent", "gross"], ["vernacular", "being or characteristic of or appropriate to everyday language", "vernacular"], ["uncouth", "lacking refinement or cultivation or taste", "uncouth"], ["crude", "conspicuously and tastelessly indecent", "crude"], ["unwashed", "of or associated with the great masses of people", "unwashed"]]}, {"answer": "vulturine", "hint": "synonyms for vulturine", "clues": [["rapacious", "living by preying on other animals especially by catching living prey", "rapacious"], ["vulturous", "living by preying on other animals especially by catching living prey", "vulturous"], ["ravening", "living by preying on other animals especially by catching living prey", "ravening"], ["raptorial", "living by preying on other animals especially by catching living prey", "raptorial"], ["predatory", "living by preying on other animals especially by catching living prey", "predatory"]]}, {"answer": "vulturous", "hint": "synonyms for vulturous", "clues": [["rapacious", "living by preying on other animals especially by catching living prey", "rapacious"], ["ravening", "living by preying on other animals especially by catching living prey", "ravening"], ["raptorial", "living by preying on other animals especially by catching living prey", "raptorial"], ["vulturine", "living by preying on other animals especially by catching living prey", "vulturine"], ["predatory", "living by preying on other animals especially by catching living prey", "predatory"]]}, {"answer": "wacky", "hint": "synonyms for wacky", "clues": [["sappy", "ludicrous, foolish", "sappy"], ["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["cockamamie", "ludicrous, foolish", "cockamamie"], ["whacky", "ludicrous, foolish", "whacky"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["zany", "ludicrous, foolish", "zany"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["goofy", "ludicrous, foolish", "goofy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["silly", "ludicrous, foolish", "silly"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["cockamamy", "ludicrous, foolish", "cockamamy"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "wakeful", "hint": "synonyms for wakeful", "clues": [["argus-eyed", "carefully observant or attentive; on the lookout for possible danger", "argus-eyed"], ["light", "(of sleep) easily disturbed", "light"], ["vigilant", "carefully observant or attentive; on the lookout for possible danger", "vigilant"], ["open-eyed", "carefully observant or attentive; on the lookout for possible danger", "open-eyed"], ["waking", "marked by full consciousness or alertness", "waking"]]}, {"answer": "walloping", "hint": "synonyms for walloping", "clues": [["thumping", "(used informally) very large", "thumping"], ["whopping", "(used informally) very large", "whopping"], ["banging", "(used informally) very large", "banging"], ["humongous", "(used informally) very large", "humongous"]]}, {"answer": "wandering", "hint": "synonyms for wandering", "clues": [["winding", "of a path e.g.", "winding"], ["peregrine", "migratory", "peregrine"], ["mobile", "migratory", "mobile"], ["meandering", "of a path e.g.", "meandering"], ["roving", "migratory", "roving"], ["rambling", "of a path e.g.", "rambling"], ["erratic", "having no fixed course", "erratic"], ["nomadic", "migratory", "nomadic"], ["planetary", "having no fixed course", "planetary"]]}, {"answer": "wanting", "hint": "synonyms for wanting", "clues": [["absent", "nonexistent", "absent"], ["lacking", "nonexistent", "lacking"], ["missing", "nonexistent", "missing"], ["deficient", "inadequate in amount or degree", "deficient"]]}, {"answer": "wanton", "hint": "synonyms for wanton", "clues": [["promiscuous", "casual and unrestrained in sexual behavior", "promiscuous"], ["easy", "casual and unrestrained in sexual behavior", "easy"], ["motiveless", "occurring without motivation or provocation; ; - F.D.Roosevelt", "motiveless"], ["loose", "casual and unrestrained in sexual behavior", "loose"], ["sluttish", "casual and unrestrained in sexual behavior", "sluttish"], ["light", "casual and unrestrained in sexual behavior", "light"], ["unprovoked", "occurring without motivation or provocation; ; - F.D.Roosevelt", "unprovoked"]]}, {"answer": "warm", "hint": "synonyms for warm", "clues": [["lovesome", "having or displaying warmth or affection", "lovesome"], ["tender", "having or displaying warmth or affection", "tender"], ["quick", "easily aroused or excited", "quick"], ["strong", "freshly made or left", "strong"], ["fond", "having or displaying warmth or affection", "fond"], ["affectionate", "having or displaying warmth or affection", "affectionate"], ["ardent", "characterized by strong enthusiasm", "ardent"]]}, {"answer": "wary", "hint": "synonyms for wary", "clues": [["suspicious", "openly distrustful and unwilling to confide", "suspicious"], ["mistrustful", "openly distrustful and unwilling to confide", "mistrustful"], ["leery", "openly distrustful and unwilling to confide", "leery"], ["untrusting", "openly distrustful and unwilling to confide", "untrusting"]]}, {"answer": "washed-out", "hint": "synonyms for washed-out", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["bleached", "having lost freshness or brilliance of color", "bleached"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["faded", "having lost freshness or brilliance of color", "faded"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"], ["washy", "having lost freshness or brilliance of color", "washy"]]}, {"answer": "washed-up", "hint": "synonyms for washed-up", "clues": [["sunk", "doomed to extinction", "sunk"], ["undone", "doomed to extinction", "undone"], ["ruined", "doomed to extinction", "ruined"], ["done for", "doomed to extinction", "done for"]]}, {"answer": "washy", "hint": "synonyms for washy", "clues": [["bleached", "having lost freshness or brilliance of color", "bleached"], ["washed-out", "having lost freshness or brilliance of color", "washed-out"], ["watery", "overly diluted; thin and insipid", "watery"], ["faded", "having lost freshness or brilliance of color", "faded"], ["weak", "overly diluted; thin and insipid", "weak"]]}, {"answer": "wasted", "hint": "synonyms for wasted", "clues": [["cadaverous", "very thin especially from disease or hunger or cold", "cadaverous"], ["senseless", "serving no useful purpose; having no excuse for being", "senseless"], ["pointless", "serving no useful purpose; having no excuse for being", "pointless"], ["otiose", "serving no useful purpose; having no excuse for being", "otiose"], ["haggard", "very thin especially from disease or hunger or cold", "haggard"], ["superfluous", "serving no useful purpose; having no excuse for being", "superfluous"], ["pinched", "very thin especially from disease or hunger or cold", "pinched"], ["emaciated", "very thin especially from disease or hunger or cold", "emaciated"], ["gaunt", "very thin especially from disease or hunger or cold", "gaunt"], ["skeletal", "very thin especially from disease or hunger or cold", "skeletal"], ["purposeless", "serving no useful purpose; having no excuse for being", "purposeless"], ["bony", "very thin especially from disease or hunger or cold", "bony"], ["diminished", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use", "diminished"], ["squandered", "not used to good advantage", "squandered"], ["atrophied", "(of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use", "atrophied"]]}, {"answer": "waterlogged", "hint": "synonyms for waterlogged", "clues": [["marshy", "(of soil) soft and watery", "marshy"], ["miry", "(of soil) soft and watery", "miry"], ["mucky", "(of soil) soft and watery", "mucky"], ["sloppy", "(of soil) soft and watery", "sloppy"], ["soggy", "(of soil) soft and watery", "soggy"], ["swampy", "(of soil) soft and watery", "swampy"], ["boggy", "(of soil) soft and watery", "boggy"], ["sloughy", "(of soil) soft and watery", "sloughy"], ["quaggy", "(of soil) soft and watery", "quaggy"], ["squashy", "(of soil) soft and watery", "squashy"], ["muddy", "(of soil) soft and watery", "muddy"]]}, {"answer": "wavelike", "hint": "synonyms for wavelike", "clues": [["crinkly", "uneven by virtue of having wrinkles or waves", "crinkly"], ["rippled", "uneven by virtue of having wrinkles or waves", "rippled"], ["wavy", "uneven by virtue of having wrinkles or waves", "wavy"], ["crinkled", "uneven by virtue of having wrinkles or waves", "crinkled"]]}, {"answer": "wavy", "hint": "synonyms for wavy", "clues": [["wavelike", "uneven by virtue of having wrinkles or waves", "wavelike"], ["crinkly", "uneven by virtue of having wrinkles or waves", "crinkly"], ["rippled", "uneven by virtue of having wrinkles or waves", "rippled"], ["crinkled", "uneven by virtue of having wrinkles or waves", "crinkled"]]}, {"answer": "waxy", "hint": "synonyms for waxy", "clues": [["waxlike", "having the paleness of wax; - Bram Stoker", "waxlike"], ["bendable", "capable of being bent or flexed or twisted without breaking", "bendable"], ["pliant", "capable of being bent or flexed or twisted without breaking", "pliant"], ["pliable", "capable of being bent or flexed or twisted without breaking", "pliable"], ["waxen", "having the paleness of wax; - Bram Stoker", "waxen"], ["impressionable", "easily impressed or influenced", "impressionable"]]}, {"answer": "way-out", "hint": "synonyms for way-out", "clues": [["offbeat", "informal terms; strikingly unconventional", "offbeat"], ["quirky", "informal terms; strikingly unconventional", "quirky"], ["kinky", "informal terms; strikingly unconventional", "kinky"], ["far-out", "informal terms; strikingly unconventional", "far-out"]]}, {"answer": "weak", "hint": "synonyms for weak", "clues": [["weakly", "lacking bodily or muscular strength or vitality", "weakly"], ["decrepit", "lacking bodily or muscular strength or vitality", "decrepit"], ["infirm", "lacking bodily or muscular strength or vitality", "infirm"], ["debile", "lacking bodily or muscular strength or vitality", "debile"], ["rickety", "lacking bodily or muscular strength or vitality", "rickety"], ["faint", "deficient in magnitude; barely perceptible; lacking clarity or brightness or loudness etc", "faint"], ["feeble", "lacking bodily or muscular strength or vitality", "feeble"], ["frail", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings", "frail"], ["washy", "overly diluted; thin and insipid", "washy"], ["imperfect", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings", "imperfect"], ["light", "(used of vowels or syllables) pronounced with little or no stress", "light"], ["sapless", "lacking bodily or muscular strength or vitality", "sapless"], ["watery", "overly diluted; thin and insipid", "watery"], ["unaccented", "(used of vowels or syllables) pronounced with little or no stress", "unaccented"], ["fallible", "wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings", "fallible"]]}, {"answer": "weakened", "hint": "synonyms for weakened", "clues": [["cut", "mixed with water", "cut"], ["lessened", "impaired by diminution", "lessened"], ["vitiated", "impaired by diminution", "vitiated"], ["attenuated", "reduced in strength", "attenuated"], ["diminished", "impaired by diminution", "diminished"], ["faded", "reduced in strength", "faded"], ["thinned", "mixed with water", "thinned"], ["hurt", "damaged inanimate objects or their value", "hurt"]]}, {"answer": "weakly", "hint": "synonyms for weakly", "clues": [["weak", "lacking bodily or muscular strength or vitality", "weak"], ["decrepit", "lacking bodily or muscular strength or vitality", "decrepit"], ["infirm", "lacking bodily or muscular strength or vitality", "infirm"], ["sapless", "lacking bodily or muscular strength or vitality", "sapless"], ["rickety", "lacking bodily or muscular strength or vitality", "rickety"], ["feeble", "lacking bodily or muscular strength or vitality", "feeble"], ["debile", "lacking bodily or muscular strength or vitality", "debile"]]}, {"answer": "wealthy", "hint": "synonyms for wealthy", "clues": [["moneyed", "having an abundant supply of money or possessions of value", "moneyed"], ["affluent", "having an abundant supply of money or possessions of value", "affluent"], ["loaded", "having an abundant supply of money or possessions of value", "loaded"], ["flush", "having an abundant supply of money or possessions of value", "flush"]]}, {"answer": "wearisome", "hint": "synonyms for wearisome", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["dull", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["slow", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "slow"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"]]}, {"answer": "webbed", "hint": "synonyms for webbed", "clues": [["weblike", "having open interstices or resembling a web", "weblike"], ["lacy", "having open interstices or resembling a web", "lacy"], ["netlike", "having open interstices or resembling a web", "netlike"], ["webby", "having open interstices or resembling a web", "webby"], ["netted", "having open interstices or resembling a web", "netted"]]}, {"answer": "webby", "hint": "synonyms for webby", "clues": [["netted", "having open interstices or resembling a web", "netted"], ["weblike", "having open interstices or resembling a web", "weblike"], ["lacy", "having open interstices or resembling a web", "lacy"], ["netlike", "having open interstices or resembling a web", "netlike"], ["webbed", "having open interstices or resembling a web", "webbed"]]}, {"answer": "weblike", "hint": "synonyms for weblike", "clues": [["netted", "having open interstices or resembling a web", "netted"], ["lacy", "having open interstices or resembling a web", "lacy"], ["netlike", "having open interstices or resembling a web", "netlike"], ["webby", "having open interstices or resembling a web", "webby"], ["webbed", "having open interstices or resembling a web", "webbed"]]}, {"answer": "wee", "hint": "synonyms for wee", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["weeny", "(used informally) very small", "weeny"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"]]}, {"answer": "weedy", "hint": "synonyms for weedy", "clues": [["underweight", "being very thin", "underweight"], ["scrawny", "being very thin", "scrawny"], ["scraggy", "being very thin", "scraggy"], ["skinny", "being very thin", "skinny"], ["boney", "being very thin", "boney"]]}, {"answer": "weensy", "hint": "synonyms for weensy", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["weeny", "(used informally) very small", "weeny"]]}, {"answer": "weeny", "hint": "synonyms for weeny", "clues": [["bittie", "(used informally) very small", "bittie"], ["itty-bitty", "(used informally) very small", "itty-bitty"], ["teensy", "(used informally) very small", "teensy"], ["teeny-weeny", "(used informally) very small", "teeny-weeny"], ["wee", "(used informally) very small", "wee"], ["bitty", "(used informally) very small", "bitty"], ["itsy-bitsy", "(used informally) very small", "itsy-bitsy"], ["weensy", "(used informally) very small", "weensy"]]}, {"answer": "weeping", "hint": "synonyms for weeping", "clues": [["cernuous", "having branches or flower heads that bend downward", "cernuous"], ["tearful", "showing sorrow", "tearful"], ["drooping", "having branches or flower heads that bend downward", "drooping"], ["dolorous", "showing sorrow", "dolorous"], ["nodding", "having branches or flower heads that bend downward", "nodding"], ["pendulous", "having branches or flower heads that bend downward", "pendulous"], ["lachrymose", "showing sorrow", "lachrymose"]]}, {"answer": "weighed_down", "hint": "synonyms for weighed down", "clues": [["bowed down", "heavily burdened with work or cares", "bowed down"], ["loaded down", "heavily burdened with work or cares", "loaded down"], ["heavy", "full of; bearing great weight", "heavy"], ["overburdened", "heavily burdened with work or cares", "overburdened"]]}, {"answer": "weighty", "hint": "synonyms for weighty", "clues": [["grave", "of great gravity or crucial import; requiring serious thought", "grave"], ["heavy", "of great gravity or crucial import; requiring serious thought", "heavy"], ["cogent", "powerfully persuasive", "cogent"], ["telling", "powerfully persuasive", "telling"], ["obese", "excessively fat", "obese"], ["grievous", "of great gravity or crucial import; requiring serious thought", "grievous"], ["corpulent", "excessively fat", "corpulent"], ["rotund", "excessively fat", "rotund"]]}, {"answer": "well-educated", "hint": "synonyms for well-educated", "clues": [["knowing", "highly educated; having extensive information or understanding", "knowing"], ["lettered", "highly educated; having extensive information or understanding", "lettered"], ["well-read", "highly educated; having extensive information or understanding", "well-read"], ["learned", "highly educated; having extensive information or understanding", "learned"], ["knowledgeable", "highly educated; having extensive information or understanding", "knowledgeable"]]}, {"answer": "well-endowed", "hint": "synonyms for well-endowed", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "well-favored", "hint": "synonyms for well-favored", "clues": [["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "better-looking"], ["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "fine-looking"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "good-looking"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "handsome"], ["well-favoured", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "well-favoured"]]}, {"answer": "well-favoured", "hint": "synonyms for well-favoured", "clues": [["better-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "better-looking"], ["fine-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "fine-looking"], ["well-favored", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "well-favored"], ["good-looking", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "good-looking"], ["handsome", "pleasing in appearance especially by reason of conformity to ideals of form and proportion; ; ; ; - Thackeray; - Lillian Hellman", "handsome"]]}, {"answer": "well-fixed", "hint": "synonyms for well-fixed", "clues": [["well-heeled", "in fortunate circumstances financially; moderately rich", "well-heeled"], ["prosperous", "in fortunate circumstances financially; moderately rich", "prosperous"], ["easy", "in fortunate circumstances financially; moderately rich", "easy"], ["well-to-do", "in fortunate circumstances financially; moderately rich", "well-to-do"], ["comfortable", "in fortunate circumstances financially; moderately rich", "comfortable"], ["well-situated", "in fortunate circumstances financially; moderately rich", "well-situated"], ["well-off", "in fortunate circumstances financially; moderately rich", "well-off"]]}, {"answer": "well-heeled", "hint": "synonyms for well-heeled", "clues": [["prosperous", "in fortunate circumstances financially; moderately rich", "prosperous"], ["well-off", "in fortunate circumstances financially; moderately rich", "well-off"], ["easy", "in fortunate circumstances financially; moderately rich", "easy"], ["well-to-do", "in fortunate circumstances financially; moderately rich", "well-to-do"], ["comfortable", "in fortunate circumstances financially; moderately rich", "comfortable"], ["well-situated", "in fortunate circumstances financially; moderately rich", "well-situated"], ["well-fixed", "in fortunate circumstances financially; moderately rich", "well-fixed"]]}, {"answer": "well-kept", "hint": "synonyms for well-kept", "clues": [["maintained", "kept in good condition", "maintained"], ["shipshape", "of places; characterized by order and neatness; free from disorder", "shipshape"], ["kept up", "kept in good condition", "kept up"], ["trim", "of places; characterized by order and neatness; free from disorder", "trim"]]}, {"answer": "well-off", "hint": "synonyms for well-off", "clues": [["well-heeled", "in fortunate circumstances financially; moderately rich", "well-heeled"], ["prosperous", "in fortunate circumstances financially; moderately rich", "prosperous"], ["easy", "in fortunate circumstances financially; moderately rich", "easy"], ["well-to-do", "in fortunate circumstances financially; moderately rich", "well-to-do"], ["comfortable", "in fortunate circumstances financially; moderately rich", "comfortable"], ["well-situated", "in fortunate circumstances financially; moderately rich", "well-situated"], ["well-fixed", "in fortunate circumstances financially; moderately rich", "well-fixed"]]}, {"answer": "well-read", "hint": "synonyms for well-read", "clues": [["knowing", "highly educated; having extensive information or understanding", "knowing"], ["lettered", "highly educated; having extensive information or understanding", "lettered"], ["learned", "highly educated; having extensive information or understanding", "learned"], ["knowledgeable", "highly educated; having extensive information or understanding", "knowledgeable"], ["well-educated", "highly educated; having extensive information or understanding", "well-educated"]]}, {"answer": "well-situated", "hint": "synonyms for well-situated", "clues": [["well-heeled", "in fortunate circumstances financially; moderately rich", "well-heeled"], ["prosperous", "in fortunate circumstances financially; moderately rich", "prosperous"], ["well-off", "in fortunate circumstances financially; moderately rich", "well-off"], ["easy", "in fortunate circumstances financially; moderately rich", "easy"], ["well-to-do", "in fortunate circumstances financially; moderately rich", "well-to-do"], ["comfortable", "in fortunate circumstances financially; moderately rich", "comfortable"], ["well-fixed", "in fortunate circumstances financially; moderately rich", "well-fixed"]]}, {"answer": "well-to-do", "hint": "synonyms for well-to-do", "clues": [["well-heeled", "in fortunate circumstances financially; moderately rich", "well-heeled"], ["prosperous", "in fortunate circumstances financially; moderately rich", "prosperous"], ["well-off", "in fortunate circumstances financially; moderately rich", "well-off"], ["easy", "in fortunate circumstances financially; moderately rich", "easy"], ["comfortable", "in fortunate circumstances financially; moderately rich", "comfortable"], ["well-situated", "in fortunate circumstances financially; moderately rich", "well-situated"], ["well-fixed", "in fortunate circumstances financially; moderately rich", "well-fixed"]]}, {"answer": "well-worn", "hint": "synonyms for well-worn", "clues": [["trite", "repeated too often; overfamiliar through overuse", "trite"], ["stock", "repeated too often; overfamiliar through overuse", "stock"], ["timeworn", "repeated too often; overfamiliar through overuse", "timeworn"], ["banal", "repeated too often; overfamiliar through overuse", "banal"], ["shopworn", "repeated too often; overfamiliar through overuse", "shopworn"], ["old-hat", "repeated too often; overfamiliar through overuse", "old-hat"], ["hackneyed", "repeated too often; overfamiliar through overuse", "hackneyed"], ["threadbare", "repeated too often; overfamiliar through overuse", "threadbare"], ["tired", "repeated too often; overfamiliar through overuse", "tired"], ["commonplace", "repeated too often; overfamiliar through overuse", "commonplace"]]}, {"answer": "wet", "hint": "synonyms for wet", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"], ["lactating", "producing or secreting milk", "lactating"]]}, {"answer": "whacky", "hint": "synonyms for whacky", "clues": [["sappy", "ludicrous, foolish", "sappy"], ["round the bend", "informal or slang terms for mentally irregular", "round the bend"], ["loco", "informal or slang terms for mentally irregular", "loco"], ["cockamamie", "ludicrous, foolish", "cockamamie"], ["wacky", "ludicrous, foolish", "wacky"], ["balmy", "informal or slang terms for mentally irregular", "balmy"], ["zany", "ludicrous, foolish", "zany"], ["bonkers", "informal or slang terms for mentally irregular", "bonkers"], ["loony", "informal or slang terms for mentally irregular", "loony"], ["barmy", "informal or slang terms for mentally irregular", "barmy"], ["goofy", "ludicrous, foolish", "goofy"], ["buggy", "informal or slang terms for mentally irregular", "buggy"], ["silly", "ludicrous, foolish", "silly"], ["nutty", "informal or slang terms for mentally irregular", "nutty"], ["kookie", "informal or slang terms for mentally irregular", "kookie"], ["dotty", "informal or slang terms for mentally irregular", "dotty"], ["daft", "informal or slang terms for mentally irregular", "daft"], ["fruity", "informal or slang terms for mentally irregular", "fruity"], ["haywire", "informal or slang terms for mentally irregular", "haywire"], ["bats", "informal or slang terms for mentally irregular", "bats"], ["nuts", "informal or slang terms for mentally irregular", "nuts"], ["crackers", "informal or slang terms for mentally irregular", "crackers"], ["kooky", "informal or slang terms for mentally irregular", "kooky"], ["loopy", "informal or slang terms for mentally irregular", "loopy"], ["batty", "informal or slang terms for mentally irregular", "batty"], ["cockamamy", "ludicrous, foolish", "cockamamy"], ["cracked", "informal or slang terms for mentally irregular", "cracked"]]}, {"answer": "whiskered", "hint": "synonyms for whiskered", "clues": [["barbate", "having hair on the cheeks and chin", "barbate"], ["whiskery", "having hair on the cheeks and chin", "whiskery"], ["bearded", "having hair on the cheeks and chin", "bearded"], ["bewhiskered", "having hair on the cheeks and chin", "bewhiskered"]]}, {"answer": "white", "hint": "synonyms for white", "clues": [["bloodless", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "bloodless"], ["lily-white", "restricted to whites only", "lily-white"], ["whitened", "(of hair) having lost its color", "whitened"], ["blanched", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "blanched"], ["livid", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "livid"], ["white-hot", "glowing white with heat", "white-hot"], ["clean", "(of a surface) not written or printed on", "clean"], ["snowy", "marked by the presence of snow", "snowy"], ["blank", "(of a surface) not written or printed on", "blank"], ["ashen", "anemic looking from illness or emotion; ; ; ; ; - Mary W. Shelley", "ashen"]]}, {"answer": "white-haired", "hint": "synonyms for white-haired", "clues": [["blue-eyed", "favorite", "blue-eyed"], ["gray", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray"], ["hoary", "showing characteristics of age, especially having grey or white hair; -Coleridge", "hoary"], ["fair-haired", "favorite", "fair-haired"], ["grizzly", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grizzly"], ["gray-headed", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-headed"], ["gray-haired", "showing characteristics of age, especially having grey or white hair; -Coleridge", "gray-haired"], ["grey", "showing characteristics of age, especially having grey or white hair; -Coleridge", "grey"]]}, {"answer": "white-livered", "hint": "synonyms for white-livered", "clues": [["yellow", "easily frightened", "yellow"], ["chicken", "easily frightened", "chicken"], ["yellow-bellied", "easily frightened", "yellow-bellied"], ["chickenhearted", "easily frightened", "chickenhearted"], ["lily-livered", "easily frightened", "lily-livered"]]}, {"answer": "whole", "hint": "synonyms for whole", "clues": [["hale", "exhibiting or restored to vigorous good health", "hale"], ["unscathed", "not injured", "unscathed"], ["unharmed", "not injured", "unharmed"], ["unanimous", "acting together as a single undiversified whole", "unanimous"], ["solid", "acting together as a single undiversified whole", "solid"], ["unhurt", "not injured", "unhurt"]]}, {"answer": "whopping", "hint": "synonyms for whopping", "clues": [["walloping", "(used informally) very large", "walloping"], ["thumping", "(used informally) very large", "thumping"], ["banging", "(used informally) very large", "banging"], ["humongous", "(used informally) very large", "humongous"]]}, {"answer": "whorled", "hint": "synonyms for whorled", "clues": [["helical", "in the shape of a coil", "helical"], ["turbinate", "in the shape of a coil", "turbinate"], ["verticillated", "forming one or more whorls (especially a whorl of leaves around a stem)", "verticillated"], ["spiral", "in the shape of a coil", "spiral"], ["coiling", "in the shape of a coil", "coiling"], ["volute", "in the shape of a coil", "volute"]]}, {"answer": "wicked", "hint": "synonyms for wicked", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"], ["repellent", "highly offensive; arousing aversion or disgust", "repellent"], ["pixilated", "naughtily or annoyingly playful", "pixilated"], ["prankish", "naughtily or annoyingly playful", "prankish"], ["mischievous", "naughtily or annoyingly playful", "mischievous"], ["implike", "naughtily or annoyingly playful", "implike"], ["arch", "naughtily or annoyingly playful", "arch"], ["terrible", "intensely or extremely bad or unpleasant in degree or quality", "terrible"], ["unholy", "having committed unrighteous acts", "unholy"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["sinful", "having committed unrighteous acts", "sinful"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["severe", "intensely or extremely bad or unpleasant in degree or quality", "severe"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["impish", "naughtily or annoyingly playful", "impish"], ["puckish", "naughtily or annoyingly playful", "puckish"], ["yucky", "highly offensive; arousing aversion or disgust", "yucky"]]}, {"answer": "wide", "hint": "synonyms for wide", "clues": [["wide-eyed", "(used of eyes) fully open or extended", "wide-eyed"], ["extensive", "broad in scope or content; ; ; ; ; - T.G.Winner", "extensive"], ["wide of the mark", "not on target", "wide of the mark"], ["blanket", "broad in scope or content; ; ; ; ; - T.G.Winner", "blanket"], ["full", "having ample fabric", "full"], ["broad", "very large in expanse or scope", "broad"], ["encompassing", "broad in scope or content; ; ; ; ; - T.G.Winner", "encompassing"], ["spacious", "very large in expanse or scope", "spacious"], ["panoptic", "broad in scope or content; ; ; ; ; - T.G.Winner", "panoptic"], ["wide-cut", "having ample fabric", "wide-cut"], ["across-the-board", "broad in scope or content; ; ; ; ; - T.G.Winner", "across-the-board"], ["all-embracing", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-embracing"], ["all-inclusive", "broad in scope or content; ; ; ; ; - T.G.Winner", "all-inclusive"]]}, {"answer": "wide-eyed", "hint": "synonyms for wide-eyed", "clues": [["childlike", "exhibiting childlike simplicity and credulity", "childlike"], ["simple", "exhibiting childlike simplicity and credulity", "simple"], ["dewy-eyed", "exhibiting childlike simplicity and credulity", "dewy-eyed"], ["wide", "(used of eyes) fully open or extended", "wide"], ["round-eyed", "exhibiting childlike simplicity and credulity", "round-eyed"]]}, {"answer": "wiggly", "hint": "synonyms for wiggly", "clues": [["sinuous", "curved or curving in and out", "sinuous"], ["wriggling", "moving in a twisting or snake-like or wormlike fashion", "wriggling"], ["wriggly", "moving in a twisting or snake-like or wormlike fashion", "wriggly"], ["sinuate", "curved or curving in and out", "sinuate"], ["writhing", "moving in a twisting or snake-like or wormlike fashion", "writhing"]]}, {"answer": "wild", "hint": "synonyms for wild", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade", "barbaric"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade", "savage"], ["uncivilized", "without civilizing influences; ; ; ; -Margaret Meade", "uncivilized"], ["idle", "without a basis in reason or fact", "idle"], ["untamed", "in a natural state; not tamed or domesticated or cultivated", "untamed"], ["groundless", "without a basis in reason or fact", "groundless"], ["fantastic", "fanciful and unrealistic; foolish", "fantastic"], ["furious", "(of the elements) as if showing violent anger", "furious"], ["angry", "(of the elements) as if showing violent anger", "angry"], ["hazardous", "involving risk or danger", "hazardous"], ["raging", "(of the elements) as if showing violent anger", "raging"], ["dotty", "intensely enthusiastic about or preoccupied with", "dotty"], ["gaga", "intensely enthusiastic about or preoccupied with", "gaga"], ["risky", "involving risk or danger", "risky"], ["waste", "located in a dismal or remote area; desolate", "waste"], ["violent", "(of colors or sounds) intensely vivid or loud", "violent"], ["crazy", "intensely enthusiastic about or preoccupied with", "crazy"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade", "barbarian"], ["baseless", "without a basis in reason or fact", "baseless"], ["raving mad", "talking or behaving irrationally", "raving mad"], ["unfounded", "without a basis in reason or fact", "unfounded"], ["tempestuous", "(of the elements) as if showing violent anger", "tempestuous"], ["godforsaken", "located in a dismal or remote area; desolate", "godforsaken"], ["unwarranted", "without a basis in reason or fact", "unwarranted"]]}, {"answer": "wilful", "hint": "synonyms for wilful", "clues": [["willful", "done by design", "willful"], ["froward", "habitually disposed to disobedience and opposition", "froward"], ["headstrong", "habitually disposed to disobedience and opposition", "headstrong"], ["self-willed", "habitually disposed to disobedience and opposition", "self-willed"]]}, {"answer": "willful", "hint": "synonyms for willful", "clues": [["wilful", "done by design", "wilful"], ["froward", "habitually disposed to disobedience and opposition", "froward"], ["self-willed", "habitually disposed to disobedience and opposition", "self-willed"], ["headstrong", "habitually disposed to disobedience and opposition", "headstrong"]]}, {"answer": "wily", "hint": "synonyms for wily", "clues": [["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["tricksy", "marked by skill in deception", "tricksy"], ["crafty", "marked by skill in deception", "crafty"], ["foxy", "marked by skill in deception", "foxy"], ["slick", "marked by skill in deception", "slick"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "winding", "hint": "synonyms for winding", "clues": [["tortuous", "marked by repeated turns and bends", "tortuous"], ["twisty", "marked by repeated turns and bends", "twisty"], ["wandering", "of a path e.g.", "wandering"], ["meandering", "of a path e.g.", "meandering"], ["voluminous", "marked by repeated turns and bends", "voluminous"], ["twisting", "marked by repeated turns and bends", "twisting"], ["rambling", "of a path e.g.", "rambling"]]}, {"answer": "windy", "hint": "synonyms for windy", "clues": [["airy", "not practical or realizable; speculative", "airy"], ["blowy", "abounding in or exposed to the wind or breezes", "blowy"], ["long-winded", "using or containing too many words", "long-winded"], ["visionary", "not practical or realizable; speculative", "visionary"], ["wordy", "using or containing too many words", "wordy"], ["breezy", "abounding in or exposed to the wind or breezes", "breezy"], ["tedious", "using or containing too many words", "tedious"], ["impractical", "not practical or realizable; speculative", "impractical"], ["verbose", "using or containing too many words", "verbose"]]}, {"answer": "wintry", "hint": "synonyms for wintry", "clues": [["icy", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "icy"], ["frozen", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frozen"], ["wintery", "characteristic of or occurring in winter", "wintery"], ["glacial", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "glacial"], ["frosty", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frosty"], ["frigid", "devoid of warmth and cordiality; expressive of unfriendliness or disdain", "frigid"]]}, {"answer": "wiped_out", "hint": "synonyms for wiped out", "clues": [["exterminated", "destroyed completely", "exterminated"], ["broken", "destroyed financially", "broken"], ["impoverished", "destroyed financially", "impoverished"], ["annihilated", "destroyed completely", "annihilated"]]}, {"answer": "wise", "hint": "synonyms for wise", "clues": [["impudent", "improperly forward or bold", "impudent"], ["sassy", "improperly forward or bold", "sassy"], ["knowing", "evidencing the possession of inside information", "knowing"], ["fresh", "improperly forward or bold", "fresh"], ["impertinent", "improperly forward or bold", "impertinent"], ["overbold", "improperly forward or bold", "overbold"], ["judicious", "marked by the exercise of good judgment or common sense in practical matters", "judicious"], ["smart", "improperly forward or bold", "smart"], ["saucy", "improperly forward or bold", "saucy"], ["heady", "marked by the exercise of good judgment or common sense in practical matters", "heady"], ["wise to", "evidencing the possession of inside information", "wise to"]]}, {"answer": "wispy", "hint": "synonyms for wispy", "clues": [["shadowy", "lacking clarity or distinctness", "shadowy"], ["dim", "lacking clarity or distinctness", "dim"], ["vague", "lacking clarity or distinctness", "vague"], ["faint", "lacking clarity or distinctness", "faint"], ["wisplike", "thin and weak; - Edmund Wilson", "wisplike"]]}, {"answer": "witching", "hint": "synonyms for witching", "clues": [["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "wizardly"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magic"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magical"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "sorcerous"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "charming"]]}, {"answer": "with-it", "hint": "synonyms for with-it", "clues": [["up-to-date", "in accord with the most fashionable ideas or style", "up-to-date"], ["cutting-edge", "in accord with the most fashionable ideas or style", "cutting-edge"], ["street smart", "having the shrewd resourcefulness needed to survive in an urban environment", "street smart"], ["streetwise", "having the shrewd resourcefulness needed to survive in an urban environment", "streetwise"]]}, {"answer": "with_child", "hint": "synonyms for with child", "clues": [["great", "in an advanced stage of pregnancy", "great"], ["large", "in an advanced stage of pregnancy", "large"], ["enceinte", "in an advanced stage of pregnancy", "enceinte"], ["heavy", "in an advanced stage of pregnancy", "heavy"], ["expectant", "in an advanced stage of pregnancy", "expectant"], ["gravid", "in an advanced stage of pregnancy", "gravid"], ["big", "in an advanced stage of pregnancy", "big"]]}, {"answer": "withered", "hint": "synonyms for withered", "clues": [["dried-up", "(used especially of vegetation) having lost all moisture", "dried-up"], ["sere", "(used especially of vegetation) having lost all moisture", "sere"], ["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizen"], ["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizened"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "shrunken"], ["shrivelled", "(used especially of vegetation) having lost all moisture", "shrivelled"], ["sear", "(used especially of vegetation) having lost all moisture", "sear"]]}, {"answer": "wizard", "hint": "synonyms for wizard", "clues": [["wizardly", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "wizardly"], ["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magic"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magical"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "sorcerous"], ["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "witching"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "charming"]]}, {"answer": "wizardly", "hint": "synonyms for wizardly", "clues": [["magic", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magic"], ["wizard", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "wizard"], ["magical", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "magical"], ["sorcerous", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "sorcerous"], ["witching", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "witching"], ["charming", "possessing or using or characteristic of or appropriate to supernatural powers; ; ; ; - Shakespeare", "charming"]]}, {"answer": "wizen", "hint": "synonyms for wizen", "clues": [["wizened", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizened"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "shrunken"], ["shriveled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "shriveled"], ["withered", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "withered"]]}, {"answer": "wizened", "hint": "synonyms for wizened", "clues": [["wizen", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "wizen"], ["shrunken", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "shrunken"], ["shriveled", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "shriveled"], ["withered", "lean and wrinkled by shrinkage as from age or illness; ; ; ; -W.F.Starkie", "withered"]]}, {"answer": "woebegone", "hint": "synonyms for woebegone", "clues": [["flea-bitten", "worn and broken down by hard use", "flea-bitten"], ["decrepit", "worn and broken down by hard use", "decrepit"], ["woeful", "affected by or full of grief or woe; - George du Maurier", "woeful"], ["run-down", "worn and broken down by hard use", "run-down"], ["creaky", "worn and broken down by hard use", "creaky"], ["derelict", "worn and broken down by hard use", "derelict"]]}, {"answer": "woeful", "hint": "synonyms for woeful", "clues": [["woebegone", "affected by or full of grief or woe; - George du Maurier", "woebegone"], ["miserable", "of very poor quality or condition", "miserable"], ["deplorable", "of very poor quality or condition", "deplorable"], ["execrable", "of very poor quality or condition", "execrable"], ["wretched", "of very poor quality or condition", "wretched"]]}, {"answer": "wolfish", "hint": "synonyms for wolfish", "clues": [["ravenous", "devouring or craving food in great quantities", "ravenous"], ["voracious", "devouring or craving food in great quantities", "voracious"], ["edacious", "devouring or craving food in great quantities", "edacious"], ["rapacious", "devouring or craving food in great quantities", "rapacious"], ["esurient", "devouring or craving food in great quantities", "esurient"], ["ravening", "devouring or craving food in great quantities", "ravening"], ["wolflike", "resembling or characteristic (or considered characteristic) of a wolf", "wolflike"]]}, {"answer": "wonderful", "hint": "synonyms for wonderful", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["wondrous", "extraordinarily good or great ; used especially as intensifiers", "wondrous"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"]]}, {"answer": "wondrous", "hint": "synonyms for wondrous", "clues": [["marvellous", "extraordinarily good or great ; used especially as intensifiers", "marvellous"], ["fantastic", "extraordinarily good or great ; used especially as intensifiers", "fantastic"], ["wonderful", "extraordinarily good or great ; used especially as intensifiers", "wonderful"], ["rattling", "extraordinarily good or great ; used especially as intensifiers", "rattling"], ["terrific", "extraordinarily good or great ; used especially as intensifiers", "terrific"], ["tremendous", "extraordinarily good or great ; used especially as intensifiers", "tremendous"], ["howling", "extraordinarily good or great ; used especially as intensifiers", "howling"], ["grand", "extraordinarily good or great ; used especially as intensifiers", "grand"]]}, {"answer": "wonky", "hint": "synonyms for wonky", "clues": [["awry", "turned or twisted toward one side; - G.K.Chesterton", "awry"], ["cockeyed", "turned or twisted toward one side; - G.K.Chesterton", "cockeyed"], ["askew", "turned or twisted toward one side; - G.K.Chesterton", "askew"], ["wobbly", "inclined to shake as from weakness or defect", "wobbly"], ["skew-whiff", "turned or twisted toward one side; - G.K.Chesterton", "skew-whiff"], ["rickety", "inclined to shake as from weakness or defect", "rickety"], ["lopsided", "turned or twisted toward one side; - G.K.Chesterton", "lopsided"], ["shaky", "inclined to shake as from weakness or defect", "shaky"]]}, {"answer": "wooden-headed", "hint": "synonyms for wooden-headed", "clues": [["thick", "(used informally) stupid", "thick"], ["fatheaded", "(used informally) stupid", "fatheaded"], ["duncical", "(used informally) stupid", "duncical"], ["thickheaded", "(used informally) stupid", "thickheaded"], ["blockheaded", "(used informally) stupid", "blockheaded"], ["loggerheaded", "(used informally) stupid", "loggerheaded"], ["thick-skulled", "(used informally) stupid", "thick-skulled"], ["boneheaded", "(used informally) stupid", "boneheaded"], ["duncish", "(used informally) stupid", "duncish"]]}, {"answer": "woolly", "hint": "synonyms for woolly", "clues": [["flocculent", "having a fluffy character or appearance", "flocculent"], ["wooly", "confused and vague; used especially of thinking", "wooly"], ["wooly-minded", "confused and vague; used especially of thinking", "wooly-minded"], ["lanate", "covered with dense cottony hairs or hairlike filaments", "lanate"], ["muddled", "confused and vague; used especially of thinking", "muddled"], ["addled", "confused and vague; used especially of thinking", "addled"], ["woolly-haired", "covered with dense often matted or curly hairs", "woolly-haired"], ["muzzy", "confused and vague; used especially of thinking", "muzzy"], ["befuddled", "confused and vague; used especially of thinking", "befuddled"], ["woolly-headed", "confused and vague; used especially of thinking", "woolly-headed"]]}, {"answer": "woolly-headed", "hint": "synonyms for woolly-headed", "clues": [["addled", "confused and vague; used especially of thinking", "addled"], ["wooly", "confused and vague; used especially of thinking", "wooly"], ["muzzy", "confused and vague; used especially of thinking", "muzzy"], ["wooly-minded", "confused and vague; used especially of thinking", "wooly-minded"], ["befuddled", "confused and vague; used especially of thinking", "befuddled"], ["muddled", "confused and vague; used especially of thinking", "muddled"]]}, {"answer": "wooly", "hint": "synonyms for wooly", "clues": [["flocculent", "having a fluffy character or appearance", "flocculent"], ["wooly-minded", "confused and vague; used especially of thinking", "wooly-minded"], ["woolly", "confused and vague; used especially of thinking", "woolly"], ["muddled", "confused and vague; used especially of thinking", "muddled"], ["addled", "confused and vague; used especially of thinking", "addled"], ["woolly-haired", "covered with dense often matted or curly hairs", "woolly-haired"], ["muzzy", "confused and vague; used especially of thinking", "muzzy"], ["befuddled", "confused and vague; used especially of thinking", "befuddled"], ["woolly-headed", "confused and vague; used especially of thinking", "woolly-headed"]]}, {"answer": "wooly-minded", "hint": "synonyms for wooly-minded", "clues": [["addled", "confused and vague; used especially of thinking", "addled"], ["wooly", "confused and vague; used especially of thinking", "wooly"], ["muzzy", "confused and vague; used especially of thinking", "muzzy"], ["befuddled", "confused and vague; used especially of thinking", "befuddled"], ["woolly-headed", "confused and vague; used especially of thinking", "woolly-headed"], ["muddled", "confused and vague; used especially of thinking", "muddled"]]}, {"answer": "wordy", "hint": "synonyms for wordy", "clues": [["tedious", "using or containing too many words", "tedious"], ["long-winded", "using or containing too many words", "long-winded"], ["windy", "using or containing too many words", "windy"], ["verbose", "using or containing too many words", "verbose"]]}, {"answer": "work-shy", "hint": "synonyms for work-shy", "clues": [["lazy", "disinclined to work or exertion", "lazy"], ["slothful", "disinclined to work or exertion", "slothful"], ["faineant", "disinclined to work or exertion", "faineant"], ["indolent", "disinclined to work or exertion", "indolent"], ["otiose", "disinclined to work or exertion", "otiose"]]}, {"answer": "workable", "hint": "synonyms for workable", "clues": [["feasible", "capable of being done with means at hand and circumstances as they are", "feasible"], ["practicable", "capable of being done with means at hand and circumstances as they are", "practicable"], ["viable", "capable of being done with means at hand and circumstances as they are", "viable"], ["executable", "capable of being done with means at hand and circumstances as they are", "executable"]]}, {"answer": "workaday", "hint": "synonyms for workaday", "clues": [["quotidian", "found in the ordinary course of events; ; ; - Anita Diamant", "quotidian"], ["everyday", "found in the ordinary course of events; ; ; - Anita Diamant", "everyday"], ["routine", "found in the ordinary course of events; ; ; - Anita Diamant", "routine"], ["mundane", "found in the ordinary course of events; ; ; - Anita Diamant", "mundane"], ["unremarkable", "found in the ordinary course of events; ; ; - Anita Diamant", "unremarkable"]]}, {"answer": "working", "hint": "synonyms for working", "clues": [["on the job", "actively engaged in paid work", "on the job"], ["running", "(of e.g. a machine) performing or capable of performing", "running"], ["functional", "(of e.g. a machine) performing or capable of performing", "functional"], ["operative", "(of e.g. a machine) performing or capable of performing", "operative"]]}, {"answer": "world-wide", "hint": "synonyms for world-wide", "clues": [["world", "involving the entire earth; not limited or provincial in scope", "world"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley", "cosmopolitan"], ["general", "of worldwide scope or applicability; ; - Christopher Morley", "general"], ["global", "involving the entire earth; not limited or provincial in scope", "global"], ["worldwide", "involving the entire earth; not limited or provincial in scope", "worldwide"], ["oecumenical", "of worldwide scope or applicability; ; - Christopher Morley", "oecumenical"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley", "universal"], ["planetary", "involving the entire earth; not limited or provincial in scope", "planetary"]]}, {"answer": "worldwide", "hint": "synonyms for worldwide", "clues": [["world", "involving the entire earth; not limited or provincial in scope", "world"], ["cosmopolitan", "of worldwide scope or applicability; ; - Christopher Morley", "cosmopolitan"], ["general", "of worldwide scope or applicability; ; - Christopher Morley", "general"], ["global", "involving the entire earth; not limited or provincial in scope", "global"], ["oecumenical", "of worldwide scope or applicability; ; - Christopher Morley", "oecumenical"], ["universal", "of worldwide scope or applicability; ; - Christopher Morley", "universal"], ["world-wide", "involving the entire earth; not limited or provincial in scope", "world-wide"], ["planetary", "involving the entire earth; not limited or provincial in scope", "planetary"]]}, {"answer": "wormy", "hint": "synonyms for wormy", "clues": [["cringing", "totally submissive", "cringing"], ["grovelling", "totally submissive", "grovelling"], ["vermiculate", "infested with or damaged (as if eaten) by worms", "vermiculate"], ["wormlike", "totally submissive", "wormlike"], ["worm-eaten", "infested with or damaged (as if eaten) by worms", "worm-eaten"]]}, {"answer": "worn", "hint": "synonyms for worn", "clues": [["careworn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "careworn"], ["drawn", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "drawn"], ["haggard", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "haggard"], ["raddled", "showing the wearing effects of overwork or care or suffering; ; ; ; - Charles Dickens", "raddled"]]}, {"answer": "worn-out", "hint": "synonyms for worn-out", "clues": [["worn out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn out"], ["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"], ["raddled", "used until no longer useful", "raddled"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"]]}, {"answer": "worn_out", "hint": "synonyms for worn out", "clues": [["played out", "drained of energy or effectiveness; extremely tired; completely exhausted", "played out"], ["washed-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "washed-out"], ["spent", "drained of energy or effectiveness; extremely tired; completely exhausted", "spent"], ["exhausted", "drained of energy or effectiveness; extremely tired; completely exhausted", "exhausted"], ["worn-out", "drained of energy or effectiveness; extremely tired; completely exhausted", "worn-out"], ["dog-tired", "drained of energy or effectiveness; extremely tired; completely exhausted", "dog-tired"], ["fagged", "drained of energy or effectiveness; extremely tired; completely exhausted", "fagged"], ["fatigued", "drained of energy or effectiveness; extremely tired; completely exhausted", "fatigued"]]}, {"answer": "worried", "hint": "synonyms for worried", "clues": [["apprehensive", "mentally upset over possible misfortune or danger etc", "apprehensive"], ["disquieted", "afflicted with or marked by anxious uneasiness or trouble or grief", "disquieted"], ["disturbed", "afflicted with or marked by anxious uneasiness or trouble or grief", "disturbed"], ["upset", "afflicted with or marked by anxious uneasiness or trouble or grief", "upset"], ["distressed", "afflicted with or marked by anxious uneasiness or trouble or grief", "distressed"]]}, {"answer": "worrisome", "hint": "synonyms for worrisome", "clues": [["distressful", "causing distress or worry or anxiety", "distressful"], ["distressing", "causing distress or worry or anxiety", "distressing"], ["troubling", "causing distress or worry or anxiety", "troubling"], ["disturbing", "causing distress or worry or anxiety", "disturbing"], ["unreassuring", "not reassuring; tending to cause anxiety", "unreassuring"], ["worrying", "causing distress or worry or anxiety", "worrying"], ["perturbing", "causing distress or worry or anxiety", "perturbing"]]}, {"answer": "worrying", "hint": "synonyms for worrying", "clues": [["distressful", "causing distress or worry or anxiety", "distressful"], ["worrisome", "causing distress or worry or anxiety", "worrisome"], ["distressing", "causing distress or worry or anxiety", "distressing"], ["troubling", "causing distress or worry or anxiety", "troubling"], ["disturbing", "causing distress or worry or anxiety", "disturbing"], ["perturbing", "causing distress or worry or anxiety", "perturbing"]]}, {"answer": "worse", "hint": "synonyms for worse", "clues": [["bad", "(of foodstuffs) not in an edible or usable condition", "bad"], ["defective", "not working properly", "defective"], ["speculative", "not financially safe or secure", "speculative"], ["high-risk", "not financially safe or secure", "high-risk"], ["spoilt", "(of foodstuffs) not in an edible or usable condition", "spoilt"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "regretful"], ["sorry", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "sorry"], ["risky", "not financially safe or secure", "risky"], ["unfit", "physically unsound or diseased", "unfit"], ["uncollectible", "not capable of being collected", "uncollectible"], ["worsened", "changed for the worse in health or fitness", "worsened"], ["unsound", "physically unsound or diseased", "unsound"], ["spoiled", "(of foodstuffs) not in an edible or usable condition", "spoiled"], ["big", "very intense", "big"], ["forged", "reproduced fraudulently", "forged"], ["tough", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')", "tough"]]}, {"answer": "worst", "hint": "synonyms for worst", "clues": [["bad", "(of foodstuffs) not in an edible or usable condition", "bad"], ["defective", "not working properly", "defective"], ["speculative", "not financially safe or secure", "speculative"], ["high-risk", "not financially safe or secure", "high-risk"], ["spoilt", "(of foodstuffs) not in an edible or usable condition", "spoilt"], ["regretful", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "regretful"], ["sorry", "feeling or expressing regret or sorrow or a sense of loss over something done or undone", "sorry"], ["risky", "not financially safe or secure", "risky"], ["unfit", "physically unsound or diseased", "unfit"], ["uncollectible", "not capable of being collected", "uncollectible"], ["unsound", "physically unsound or diseased", "unsound"], ["spoiled", "(of foodstuffs) not in an edible or usable condition", "spoiled"], ["big", "very intense", "big"], ["forged", "reproduced fraudulently", "forged"], ["tough", "feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad')", "tough"]]}, {"answer": "worthless", "hint": "synonyms for worthless", "clues": [["despicable", "morally reprehensible", "despicable"], ["slimy", "morally reprehensible", "slimy"], ["ugly", "morally reprehensible", "ugly"], ["wretched", "morally reprehensible", "wretched"], ["unworthy", "morally reprehensible", "unworthy"], ["vile", "morally reprehensible", "vile"]]}, {"answer": "wrapped", "hint": "synonyms for wrapped", "clues": [["clothed", "covered with or as if with clothes or a wrap or cloak", "clothed"], ["captive", "giving or marked by complete attention to; ; ; - Walter de la Mare", "captive"], ["intent", "giving or marked by complete attention to; ; ; - Walter de la Mare", "intent"], ["cloaked", "covered with or as if with clothes or a wrap or cloak", "cloaked"], ["mantled", "covered with or as if with clothes or a wrap or cloak", "mantled"], ["draped", "covered with or as if with clothes or a wrap or cloak", "draped"], ["engrossed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "engrossed"], ["absorbed", "giving or marked by complete attention to; ; ; - Walter de la Mare", "absorbed"], ["enwrapped", "giving or marked by complete attention to; ; ; - Walter de la Mare", "enwrapped"]]}, {"answer": "wretched", "hint": "synonyms for wretched", "clues": [["slimy", "morally reprehensible", "slimy"], ["worthless", "morally reprehensible", "worthless"], ["pathetic", "deserving or inciting pity; ; ; - Galsworthy", "pathetic"], ["miserable", "of very poor quality or condition", "miserable"], ["vile", "morally reprehensible", "vile"], ["pitiful", "deserving or inciting pity; ; ; - Galsworthy", "pitiful"], ["piteous", "deserving or inciting pity; ; ; - Galsworthy", "piteous"], ["deplorable", "of very poor quality or condition", "deplorable"], ["poor", "deserving or inciting pity; ; ; - Galsworthy", "poor"], ["misfortunate", "deserving or inciting pity; ; ; - Galsworthy", "misfortunate"], ["despicable", "morally reprehensible", "despicable"], ["ugly", "morally reprehensible", "ugly"], ["woeful", "of very poor quality or condition", "woeful"], ["execrable", "of very poor quality or condition", "execrable"], ["unworthy", "morally reprehensible", "unworthy"], ["pitiable", "deserving or inciting pity; ; ; - Galsworthy", "pitiable"], ["hapless", "deserving or inciting pity; ; ; - Galsworthy", "hapless"], ["suffering", "very unhappy; full of misery", "suffering"]]}, {"answer": "wrong", "hint": "synonyms for wrong", "clues": [["haywire", "not functioning properly", "haywire"], ["untimely", "badly timed", "untimely"], ["awry", "not functioning properly", "awry"], ["faulty", "characterized by errors; not agreeing with a model or not following established rules; ; ; the wrong side of the road\"", "faulty"], ["unseasonable", "badly timed", "unseasonable"], ["ill-timed", "badly timed", "ill-timed"], ["amiss", "not functioning properly", "amiss"], ["incorrect", "characterized by errors; not agreeing with a model or not following established rules; ; ; the wrong side of the road\"", "incorrect"], ["improper", "not appropriate for a purpose or occasion", "improper"]]}, {"answer": "yeasty", "hint": "synonyms for yeasty", "clues": [["yeastlike", "of or resembling or containing yeast", "yeastlike"], ["barmy", "marked by spirited enjoyment", "barmy"], ["zestful", "marked by spirited enjoyment", "zestful"], ["zesty", "marked by spirited enjoyment", "zesty"]]}, {"answer": "yellow", "hint": "synonyms for yellow", "clues": [["white-livered", "easily frightened", "white-livered"], ["chicken", "easily frightened", "chicken"], ["xanthous", "of the color intermediate between green and orange in the color spectrum; of something resembling the color of an egg yolk", "xanthous"], ["yellowish", "of the color intermediate between green and orange in the color spectrum; of something resembling the color of an egg yolk", "yellowish"], ["icteric", "affected by jaundice which causes yellowing of skin etc", "icteric"], ["chickenhearted", "easily frightened", "chickenhearted"], ["yellow-bellied", "easily frightened", "yellow-bellied"], ["jaundiced", "affected by jaundice which causes yellowing of skin etc", "jaundiced"], ["scandalmongering", "typical of tabloids", "scandalmongering"], ["sensationalistic", "typical of tabloids", "sensationalistic"], ["yellowed", "changed to a yellowish color by age", "yellowed"], ["lily-livered", "easily frightened", "lily-livered"]]}, {"answer": "yellow-bellied", "hint": "synonyms for yellow-bellied", "clues": [["yellow", "easily frightened", "yellow"], ["white-livered", "easily frightened", "white-livered"], ["chicken", "easily frightened", "chicken"], ["chickenhearted", "easily frightened", "chickenhearted"], ["lily-livered", "easily frightened", "lily-livered"]]}, {"answer": "yokelish", "hint": "synonyms for yokelish", "clues": [["ill-bred", "(of persons) lacking in refinement or grace", "ill-bred"], ["underbred", "(of persons) lacking in refinement or grace", "underbred"], ["bounderish", "(of persons) lacking in refinement or grace", "bounderish"], ["rude", "(of persons) lacking in refinement or grace", "rude"], ["lowbred", "(of persons) lacking in refinement or grace", "lowbred"]]}, {"answer": "young", "hint": "synonyms for young", "clues": [["immature", "(used of living things especially persons) in an early period of life or development or growth", "immature"], ["vernal", "suggestive of youth; vigorous and fresh", "vernal"], ["youthful", "suggestive of youth; vigorous and fresh", "youthful"], ["new", "(of crops) harvested at an early stage of development; before complete maturity", "new"], ["untested", "not tried or tested by experience", "untested"], ["unseasoned", "not tried or tested by experience", "unseasoned"], ["untried", "not tried or tested by experience", "untried"]]}, {"answer": "younger", "hint": "synonyms for younger", "clues": [["vernal", "suggestive of youth; vigorous and fresh", "vernal"], ["youthful", "suggestive of youth; vigorous and fresh", "youthful"], ["new", "(of crops) harvested at an early stage of development; before complete maturity", "new"], ["jr.", "used of the younger of two persons of the same name especially used to distinguish a son from his father", "jr."], ["untested", "not tried or tested by experience", "untested"], ["young", "suggestive of youth; vigorous and fresh", "young"], ["immature", "(used of living things especially persons) in an early period of life or development or growth", "immature"], ["unseasoned", "not tried or tested by experience", "unseasoned"], ["untried", "not tried or tested by experience", "untried"]]}, {"answer": "yucky", "hint": "synonyms for yucky", "clues": [["foul", "highly offensive; arousing aversion or disgust", "foul"], ["distasteful", "highly offensive; arousing aversion or disgust", "distasteful"], ["loathly", "highly offensive; arousing aversion or disgust", "loathly"], ["revolting", "highly offensive; arousing aversion or disgust", "revolting"], ["wicked", "highly offensive; arousing aversion or disgust", "wicked"], ["disgusting", "highly offensive; arousing aversion or disgust", "disgusting"], ["skanky", "highly offensive; arousing aversion or disgust", "skanky"], ["disgustful", "highly offensive; arousing aversion or disgust", "disgustful"], ["repellant", "highly offensive; arousing aversion or disgust", "repellant"], ["repelling", "highly offensive; arousing aversion or disgust", "repelling"], ["loathsome", "highly offensive; arousing aversion or disgust", "loathsome"]]}, {"answer": "yummy", "hint": "synonyms for yummy", "clues": [["luscious", "extremely pleasing to the sense of taste", "luscious"], ["delectable", "extremely pleasing to the sense of taste", "delectable"], ["toothsome", "extremely pleasing to the sense of taste", "toothsome"], ["pleasant-tasting", "extremely pleasing to the sense of taste", "pleasant-tasting"], ["scrumptious", "extremely pleasing to the sense of taste", "scrumptious"], ["delicious", "extremely pleasing to the sense of taste", "delicious"]]}, {"answer": "zany", "hint": "synonyms for zany", "clues": [["sappy", "ludicrous, foolish", "sappy"], ["goofy", "ludicrous, foolish", "goofy"], ["silly", "ludicrous, foolish", "silly"], ["clownlike", "like a clown", "clownlike"], ["clownish", "like a clown", "clownish"], ["buffoonish", "like a clown", "buffoonish"], ["cockamamie", "ludicrous, foolish", "cockamamie"], ["whacky", "ludicrous, foolish", "whacky"], ["cockamamy", "ludicrous, foolish", "cockamamy"]]}, {"answer": "zesty", "hint": "synonyms for zesty", "clues": [["savoury", "having an agreeably pungent taste", "savoury"], ["yeasty", "marked by spirited enjoyment", "yeasty"], ["barmy", "marked by spirited enjoyment", "barmy"], ["spicy", "having an agreeably pungent taste", "spicy"], ["piquant", "having an agreeably pungent taste", "piquant"], ["zestful", "marked by spirited enjoyment", "zestful"]]}, {"answer": "zippy", "hint": "synonyms for zippy", "clues": [["brisk", "quick and energetic", "brisk"], ["merry", "quick and energetic", "merry"], ["spirited", "marked by lively action", "spirited"], ["peppy", "marked by lively action", "peppy"], ["bouncy", "marked by lively action", "bouncy"], ["snappy", "quick and energetic", "snappy"], ["lively", "quick and energetic", "lively"], ["spanking", "quick and energetic", "spanking"], ["rattling", "quick and energetic", "rattling"], ["alert", "quick and energetic", "alert"], ["bouncing", "marked by lively action", "bouncing"]]}, {"answer": "closer", "hint": "synonyms for closer", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["unaired", "lacking fresh air", "unaired"], ["close", "used of hair or haircuts", "close"], ["closelipped", "inclined to secrecy or reticence about divulging information", "closelipped"], ["airless", "lacking fresh air", "airless"], ["near", "not far distant in time or space or degree or circumstances", "near"], ["secretive", "inclined to secrecy or reticence about divulging information", "secretive"], ["close-fitting", "fitting closely but comfortably", "close-fitting"], ["tight", "(of a contest or contestants) evenly matched", "tight"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"], ["tightlipped", "inclined to secrecy or reticence about divulging information", "tightlipped"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"], ["snug", "fitting closely but comfortably", "snug"], ["confining", "crowded", "confining"], ["closemouthed", "inclined to secrecy or reticence about divulging information", "closemouthed"], ["stuffy", "lacking fresh air", "stuffy"], ["nigh", "not far distant in time or space or degree or circumstances", "nigh"], ["faithful", "marked by fidelity to an original", "faithful"]]}, {"answer": "closest", "hint": "synonyms for closest", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["unaired", "lacking fresh air", "unaired"], ["close", "used of hair or haircuts", "close"], ["closelipped", "inclined to secrecy or reticence about divulging information", "closelipped"], ["airless", "lacking fresh air", "airless"], ["near", "not far distant in time or space or degree or circumstances", "near"], ["secretive", "inclined to secrecy or reticence about divulging information", "secretive"], ["close-fitting", "fitting closely but comfortably", "close-fitting"], ["tight", "(of a contest or contestants) evenly matched", "tight"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"], ["tightlipped", "inclined to secrecy or reticence about divulging information", "tightlipped"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"], ["snug", "fitting closely but comfortably", "snug"], ["confining", "crowded", "confining"], ["closemouthed", "inclined to secrecy or reticence about divulging information", "closemouthed"], ["stuffy", "lacking fresh air", "stuffy"], ["nigh", "not far distant in time or space or degree or circumstances", "nigh"], ["faithful", "marked by fidelity to an original", "faithful"]]}, {"answer": "faster", "hint": "synonyms for faster", "clues": [["immobile", "securely fixed in place", "immobile"], ["fast", "securely fixed in place", "fast"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["firm", "securely fixed in place", "firm"], ["debauched", "unrestrained by convention or morality", "debauched"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "truehearted"], ["quick", "hurried and brief", "quick"], ["flying", "hurried and brief", "flying"], ["riotous", "unrestrained by convention or morality", "riotous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "loyal"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "fastest", "hint": "synonyms for fastest", "clues": [["immobile", "securely fixed in place", "immobile"], ["fast", "securely fixed in place", "fast"], ["dissipated", "unrestrained by convention or morality", "dissipated"], ["firm", "securely fixed in place", "firm"], ["debauched", "unrestrained by convention or morality", "debauched"], ["libertine", "unrestrained by convention or morality", "libertine"], ["dissolute", "unrestrained by convention or morality", "dissolute"], ["truehearted", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "truehearted"], ["quick", "hurried and brief", "quick"], ["flying", "hurried and brief", "flying"], ["riotous", "unrestrained by convention or morality", "riotous"], ["degenerate", "unrestrained by convention or morality", "degenerate"], ["loyal", "unwavering in devotion to friend or vow or cause; ; ; - Campaign song for William Henry Harrison", "loyal"], ["degraded", "unrestrained by convention or morality", "degraded"], ["profligate", "unrestrained by convention or morality", "profligate"]]}, {"answer": "longer", "hint": "synonyms for longer", "clues": [["recollective", "good at remembering", "recollective"], ["retentive", "good at remembering", "retentive"], ["long", "(of speech sounds or syllables) of relatively long duration", "long"], ["prospicient", "planning prudently for the future", "prospicient"], ["farseeing", "planning prudently for the future", "farseeing"], ["foresighted", "planning prudently for the future", "foresighted"], ["tenacious", "good at remembering", "tenacious"], ["longsighted", "planning prudently for the future", "longsighted"], ["foresightful", "planning prudently for the future", "foresightful"]]}, {"answer": "longest", "hint": "synonyms for longest", "clues": [["recollective", "good at remembering", "recollective"], ["retentive", "good at remembering", "retentive"], ["long", "(of speech sounds or syllables) of relatively long duration", "long"], ["prospicient", "planning prudently for the future", "prospicient"], ["farseeing", "planning prudently for the future", "farseeing"], ["foresighted", "planning prudently for the future", "foresighted"], ["tenacious", "good at remembering", "tenacious"], ["longsighted", "planning prudently for the future", "longsighted"], ["foresightful", "planning prudently for the future", "foresightful"]]}, {"answer": "nearer", "hint": "synonyms for nearer", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["near", "being on the left side", "near"], ["good", "with or in a close or intimate relationship", "good"], ["approximate", "very close in resemblance", "approximate"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"], ["dear", "with or in a close or intimate relationship", "dear"], ["nigh", "being on the left side", "nigh"], ["close", "giving or spending with reluctance", "close"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"]]}, {"answer": "nearest", "hint": "synonyms for nearest", "clues": [["skinny", "giving or spending with reluctance", "skinny"], ["near", "being on the left side", "near"], ["good", "with or in a close or intimate relationship", "good"], ["approximate", "very close in resemblance", "approximate"], ["penny-pinching", "giving or spending with reluctance", "penny-pinching"], ["dear", "with or in a close or intimate relationship", "dear"], ["nigh", "being on the left side", "nigh"], ["close", "giving or spending with reluctance", "close"], ["cheeseparing", "giving or spending with reluctance", "cheeseparing"]]}, {"answer": "quicker", "hint": "synonyms for quicker", "clues": [["flying", "hurried and brief", "flying"], ["quick", "moving quickly and lightly", "quick"], ["spry", "moving quickly and lightly", "spry"], ["ready", "apprehending and responding with speed and sensitivity", "ready"], ["immediate", "performed with little or no delay", "immediate"], ["straightaway", "performed with little or no delay", "straightaway"], ["fast", "hurried and brief", "fast"], ["warm", "easily aroused or excited", "warm"], ["speedy", "accomplished rapidly and without delay", "speedy"], ["agile", "moving quickly and lightly", "agile"], ["nimble", "moving quickly and lightly", "nimble"], ["prompt", "performed with little or no delay", "prompt"]]}, {"answer": "quickest", "hint": "synonyms for quickest", "clues": [["flying", "hurried and brief", "flying"], ["quick", "moving quickly and lightly", "quick"], ["spry", "moving quickly and lightly", "spry"], ["ready", "apprehending and responding with speed and sensitivity", "ready"], ["immediate", "performed with little or no delay", "immediate"], ["straightaway", "performed with little or no delay", "straightaway"], ["fast", "hurried and brief", "fast"], ["warm", "easily aroused or excited", "warm"], ["speedy", "accomplished rapidly and without delay", "speedy"], ["agile", "moving quickly and lightly", "agile"], ["nimble", "moving quickly and lightly", "nimble"], ["prompt", "performed with little or no delay", "prompt"]]}, {"answer": "slower", "hint": "synonyms for slower", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["slow", "at a slow tempo", "slow"], ["dull", "(of business) not active or brisk", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["sluggish", "(of business) not active or brisk", "sluggish"], ["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dim"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "slowest", "hint": "synonyms for slowest", "clues": [["irksome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "irksome"], ["slow", "at a slow tempo", "slow"], ["dull", "(of business) not active or brisk", "dull"], ["deadening", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "deadening"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"], ["tedious", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tedious"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["boring", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "boring"], ["ho-hum", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "ho-hum"], ["sluggish", "(of business) not active or brisk", "sluggish"], ["dim", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dim"], ["tiresome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "tiresome"], ["wearisome", "so lacking in interest as to cause mental weariness; ; ; ; ; ; - Edmund Burke; ; - Mark Twain", "wearisome"]]}, {"answer": "abstracter", "hint": "synonyms for abstracter", "clues": [["nonobjective", "not representing or imitating external reality or the objects of nature", "nonobjective"], ["abstract", "existing only in the mind; separated from embodiment", "abstract"], ["nonfigurative", "not representing or imitating external reality or the objects of nature", "nonfigurative"], ["abstractionist", "not representing or imitating external reality or the objects of nature", "abstractionist"]]}, {"answer": "adulterer", "hint": "synonyms for adulterer", "clues": [["adult", "(of animals) fully developed", "adult"], ["grownup", "(of animals) fully developed", "grownup"], ["pornographic", "designed to arouse lust", "pornographic"], ["full-grown", "(of animals) fully developed", "full-grown"], ["grown", "(of animals) fully developed", "grown"], ["big", "(of animals) fully developed", "big"]]}, {"answer": "balder", "hint": "synonyms for balder", "clues": [["denuded", "without the natural or usual covering", "denuded"], ["bald-pated", "lacking hair on all or most of the scalp", "bald-pated"], ["bald", "lacking hair on all or most of the scalp", "bald"], ["denudate", "without the natural or usual covering", "denudate"], ["bald-headed", "lacking hair on all or most of the scalp", "bald-headed"], ["barefaced", "with no effort to conceal", "barefaced"]]}, {"answer": "berserker", "hint": "synonyms for berserker", "clues": [["possessed", "frenzied as if possessed by a demon", "possessed"], ["berserk", "frenzied as if possessed by a demon", "berserk"], ["amuck", "frenzied as if possessed by a demon", "amuck"], ["amok", "frenzied as if possessed by a demon", "amok"], ["demoniac", "frenzied as if possessed by a demon", "demoniac"]]}, {"answer": "broker", "hint": "synonyms for broker", "clues": [["stone-broke", "lacking funds", "stone-broke"], ["broke", "lacking funds", "broke"], ["bust", "lacking funds", "bust"], ["skint", "lacking funds", "skint"]]}, {"answer": "bustier", "hint": "synonyms for bustier", "clues": [["voluptuous", "(of a woman's body) having a large bosom and pleasing curves", "voluptuous"], ["curvy", "(of a woman's body) having a large bosom and pleasing curves", "curvy"], ["well-endowed", "(of a woman's body) having a large bosom and pleasing curves", "well-endowed"], ["full-bosomed", "(of a woman's body) having a large bosom and pleasing curves", "full-bosomed"], ["curvaceous", "(of a woman's body) having a large bosom and pleasing curves", "curvaceous"], ["stacked", "(of a woman's body) having a large bosom and pleasing curves", "stacked"], ["busty", "(of a woman's body) having a large bosom and pleasing curves", "busty"], ["sonsie", "(of a woman's body) having a large bosom and pleasing curves", "sonsie"], ["sonsy", "(of a woman's body) having a large bosom and pleasing curves", "sonsy"], ["buxom", "(of a woman's body) having a large bosom and pleasing curves", "buxom"], ["bosomy", "(of a woman's body) having a large bosom and pleasing curves", "bosomy"]]}, {"answer": "cleaner", "hint": "synonyms for cleaner", "clues": [["clean", "morally pure", "clean"], ["clean-living", "morally pure", "clean-living"], ["fresh", "free from impurities", "fresh"], ["blank", "(of a surface) not written or printed on", "blank"], ["sporting", "exhibiting or calling for sportsmanship or fair play", "sporting"], ["fair", "(of a manuscript) having few alterations or corrections", "fair"], ["uninfected", "free from sepsis or infection", "uninfected"], ["neat", "free from clumsiness; precisely or deftly executed", "neat"], ["clear", "(of sound or color) free from anything that dulls or dims", "clear"], ["white", "(of a surface) not written or printed on", "white"], ["uncontaminating", "not spreading pollution or contamination; especially radioactive contamination", "uncontaminating"], ["light", "(of sound or color) free from anything that dulls or dims", "light"], ["unclouded", "(of sound or color) free from anything that dulls or dims", "unclouded"], ["sportsmanlike", "exhibiting or calling for sportsmanship or fair play", "sportsmanlike"], ["sporty", "exhibiting or calling for sportsmanship or fair play", "sporty"], ["unobjectionable", "(of behavior or especially language) free from objectionable elements; fit for all observers", "unobjectionable"]]}, {"answer": "commoner", "hint": "synonyms for commoner", "clues": [["coarse", "lacking refinement or cultivation or taste", "coarse"], ["plebeian", "of or associated with the great masses of people", "plebeian"], ["vulgar", "of or associated with the great masses of people", "vulgar"], ["common", "of low or inferior quality or value; - Shakespeare", "common"], ["rough-cut", "lacking refinement or cultivation or taste", "rough-cut"], ["vernacular", "being or characteristic of or appropriate to everyday language", "vernacular"], ["uncouth", "lacking refinement or cultivation or taste", "uncouth"], ["usual", "commonly encountered", "usual"], ["mutual", "common to or shared by two or more parties", "mutual"], ["unwashed", "of or associated with the great masses of people", "unwashed"]]}, {"answer": "dearest", "hint": "synonyms for dearest", "clues": [["high-priced", "having a high price", "high-priced"], ["good", "with or in a close or intimate relationship", "good"], ["pricey", "having a high price", "pricey"], ["costly", "having a high price", "costly"], ["dear", "with or in a close or intimate relationship", "dear"], ["heartfelt", "earnest", "heartfelt"], ["devout", "earnest", "devout"], ["earnest", "earnest", "earnest"], ["beloved", "dearly loved", "beloved"], ["darling", "dearly loved", "darling"], ["near", "with or in a close or intimate relationship", "near"]]}, {"answer": "dimmer", "hint": "synonyms for dimmer", "clues": [["dimmed", "made dim or less bright", "dimmed"], ["dim", "lacking clarity or distinctness", "dim"], ["obtuse", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "obtuse"], ["wispy", "lacking clarity or distinctness", "wispy"], ["subdued", "lacking in light; not bright or harsh", "subdued"], ["faint", "lacking clarity or distinctness", "faint"], ["dumb", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dumb"], ["bleak", "offering little or no hope; ; ; - J.M.Synge", "bleak"], ["shadowy", "lacking clarity or distinctness", "shadowy"], ["dull", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dull"], ["black", "offering little or no hope; ; ; - J.M.Synge", "black"], ["dense", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "dense"], ["vague", "lacking clarity or distinctness", "vague"], ["slow", "slow to learn or understand; lacking intellectual acuity; ; ; - Thackeray", "slow"]]}, {"answer": "diviner", "hint": "synonyms for diviner", "clues": [["inspired", "being of such surpassing excellence as to suggest inspiration by the gods", "inspired"], ["divine", "devoted to or in the service or worship of a deity", "divine"], ["providential", "resulting from divine providence", "providential"], ["godlike", "being or having the nature of a god; -J.G.Frazier; ; ; -J.G.Saxe", "godlike"], ["godly", "emanating from God; ; ; -Saturday Review", "godly"], ["elysian", "being of such surpassing excellence as to suggest inspiration by the gods", "elysian"]]}, {"answer": "doubler", "hint": "synonyms for doubler", "clues": [["dual", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "dual"], ["forked", "having two meanings with intent to deceive", "forked"], ["double", "used of flowers having more than the usual number of petals in crowded or overlapping arrangements", "double"], ["two-fold", "twice as great or many", "two-fold"], ["duple", "consisting of or involving two parts or components usually in pairs", "duple"], ["threefold", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "threefold"], ["treble", "having more than one decidedly dissimilar aspects or qualities; ; - R.W.Emerson; -Frederick Harrison", "treble"], ["bivalent", "used of homologous chromosomes associated in pairs in synapsis", "bivalent"]]}, {"answer": "drier", "hint": "synonyms for drier", "clues": [["dry", "having no adornment or coloration", "dry"], ["wry", "humorously sarcastic or mocking", "wry"], ["ironical", "humorously sarcastic or mocking", "ironical"], ["teetotal", "practicing complete abstinence from alcoholic beverages", "teetotal"], ["juiceless", "lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown", "juiceless"]]}, {"answer": "dryer", "hint": "synonyms for dryer", "clues": [["dry", "having no adornment or coloration", "dry"], ["wry", "humorously sarcastic or mocking", "wry"], ["ironical", "humorously sarcastic or mocking", "ironical"], ["teetotal", "practicing complete abstinence from alcoholic beverages", "teetotal"], ["juiceless", "lacking interest or stimulation; dull and lifeless; ; ; - John Mason Brown", "juiceless"]]}, {"answer": "fakeer", "hint": "synonyms for fakeer", "clues": [["simulated", "not genuine or real; being an imitation of the genuine article", "simulated"], ["phoney", "fraudulent; having a misleading appearance", "phoney"], ["bogus", "fraudulent; having a misleading appearance", "bogus"], ["fake", "fraudulent; having a misleading appearance", "fake"], ["bastard", "fraudulent; having a misleading appearance", "bastard"], ["imitation", "not genuine or real; being an imitation of the genuine article", "imitation"], ["faux", "not genuine or real; being an imitation of the genuine article", "faux"], ["false", "not genuine or real; being an imitation of the genuine article", "false"]]}, {"answer": "fresher", "hint": "synonyms for fresher", "clues": [["impudent", "improperly forward or bold", "impudent"], ["invigorated", "with restored energy", "invigorated"], ["fresh", "(of a cycle) beginning or occurring again", "fresh"], ["sassy", "improperly forward or bold", "sassy"], ["bracing", "imparting vitality and energy", "bracing"], ["refreshing", "imparting vitality and energy", "refreshing"], ["sweet", "not soured or preserved", "sweet"], ["impertinent", "improperly forward or bold", "impertinent"], ["wise", "improperly forward or bold", "wise"], ["smart", "improperly forward or bold", "smart"], ["clean", "free from impurities", "clean"], ["tonic", "imparting vitality and energy", "tonic"], ["unfermented", "not soured or preserved", "unfermented"], ["saucy", "improperly forward or bold", "saucy"], ["novel", "original and of a kind not seen before", "novel"], ["refreshful", "imparting vitality and energy", "refreshful"], ["overbold", "improperly forward or bold", "overbold"], ["unused", "not yet used or soiled", "unused"], ["new", "original and of a kind not seen before", "new"], ["refreshed", "with restored energy", "refreshed"], ["brisk", "imparting vitality and energy", "brisk"]]}, {"answer": "fuller", "hint": "synonyms for fuller", "clues": [["good", "having the normally expected amount", "good"], ["full", "(of sound) having marked deepness and body", "full"], ["total", "constituting the full quantity or extent; complete", "total"], ["replete", "filled to satisfaction with food or drink", "replete"], ["wide", "having ample fabric", "wide"], ["entire", "constituting the full quantity or extent; complete", "entire"], ["wide-cut", "having ample fabric", "wide-cut"], ["broad", "being at a peak or culminating point", "broad"]]}, {"answer": "graver", "hint": "synonyms for graver", "clues": [["life-threatening", "causing fear or anxiety by threatening great harm", "life-threatening"], ["grievous", "of great gravity or crucial import; requiring serious thought", "grievous"], ["sober", "dignified and somber in manner or character and committed to keeping promises", "sober"], ["grave", "causing fear or anxiety by threatening great harm", "grave"], ["severe", "causing fear or anxiety by threatening great harm", "severe"], ["heavy", "of great gravity or crucial import; requiring serious thought", "heavy"], ["sedate", "dignified and somber in manner or character and committed to keeping promises", "sedate"], ["serious", "causing fear or anxiety by threatening great harm", "serious"], ["weighty", "of great gravity or crucial import; requiring serious thought", "weighty"], ["dangerous", "causing fear or anxiety by threatening great harm", "dangerous"], ["solemn", "dignified and somber in manner or character and committed to keeping promises", "solemn"]]}, {"answer": "idler", "hint": "synonyms for idler", "clues": [["idle", "not in active use", "idle"], ["wild", "without a basis in reason or fact", "wild"], ["jobless", "not having a job", "jobless"], ["baseless", "without a basis in reason or fact", "baseless"], ["unused", "not in active use", "unused"], ["unfounded", "without a basis in reason or fact", "unfounded"], ["groundless", "without a basis in reason or fact", "groundless"], ["loose", "lacking a sense of restraint or responsibility", "loose"], ["dead", "not yielding a return", "dead"], ["out of work", "not having a job", "out of work"], ["light", "silly or trivial", "light"], ["unwarranted", "without a basis in reason or fact", "unwarranted"]]}, {"answer": "lighter", "hint": "synonyms for lighter", "clues": [["idle", "silly or trivial", "idle"], ["light-headed", "weak and likely to lose consciousness", "light-headed"], ["swooning", "weak and likely to lose consciousness", "swooning"], ["light", "of comparatively little physical weight or density", "light"], ["weak", "(used of vowels or syllables) pronounced with little or no stress", "weak"], ["lightsome", "moving easily and quickly; nimble", "lightsome"], ["clear", "(of sound or color) free from anything that dulls or dims", "clear"], ["calorie-free", "having relatively few calories", "calorie-free"], ["low-cal", "having relatively few calories", "low-cal"], ["tripping", "moving easily and quickly; nimble", "tripping"], ["unclouded", "(of sound or color) free from anything that dulls or dims", "unclouded"], ["short", "less than the correct or legal or full amount often deliberately so", "short"], ["unaccented", "(used of vowels or syllables) pronounced with little or no stress", "unaccented"], ["wanton", "casual and unrestrained in sexual behavior", "wanton"], ["easy", "casual and unrestrained in sexual behavior", "easy"], ["lite", "having relatively few calories", "lite"], ["sluttish", "casual and unrestrained in sexual behavior", "sluttish"], ["loose", "casual and unrestrained in sexual behavior", "loose"], ["wakeful", "(of sleep) easily disturbed", "wakeful"], ["scant", "less than the correct or legal or full amount often deliberately so", "scant"], ["light-colored", "(used of color) having a relatively small amount of coloring agent", "light-colored"], ["faint", "weak and likely to lose consciousness", "faint"], ["abstemious", "marked by temperance in indulgence", "abstemious"], ["promiscuous", "casual and unrestrained in sexual behavior", "promiscuous"], ["clean", "(of sound or color) free from anything that dulls or dims", "clean"]]}, {"answer": "lower", "hint": "synonyms for lower", "clues": [["broken", "subdued or brought low in condition or status", "broken"], ["low", "filled with melancholy and despondency", "low"], ["downhearted", "filled with melancholy and despondency", "downhearted"], ["humble", "low or inferior in station or quality", "humble"], ["dispirited", "filled with melancholy and despondency", "dispirited"], ["grim", "filled with melancholy and despondency", "grim"], ["scurvy", "of the most contemptible kind", "scurvy"], ["abject", "of the most contemptible kind", "abject"], ["down in the mouth", "filled with melancholy and despondency", "down in the mouth"], ["miserable", "of the most contemptible kind", "miserable"], ["low-pitched", "used of sounds and voices; low in pitch or frequency", "low-pitched"], ["low-spirited", "filled with melancholy and despondency", "low-spirited"], ["crushed", "subdued or brought low in condition or status", "crushed"], ["low-down", "of the most contemptible kind", "low-down"], ["scummy", "of the most contemptible kind", "scummy"], ["gloomy", "filled with melancholy and despondency", "gloomy"], ["humiliated", "subdued or brought low in condition or status", "humiliated"], ["modest", "low or inferior in station or quality", "modest"], ["low-toned", "very low in volume", "low-toned"], ["down", "filled with melancholy and despondency", "down"], ["small", "low or inferior in station or quality", "small"], ["depressed", "filled with melancholy and despondency", "depressed"], ["depleted", "no longer sufficient", "depleted"], ["downcast", "filled with melancholy and despondency", "downcast"], ["blue", "filled with melancholy and despondency", "blue"]]}, {"answer": "madder", "hint": "synonyms for madder", "clues": [["unbalanced", "affected with madness or insanity", "unbalanced"], ["huffy", "roused to anger; - Mark Twain", "huffy"], ["sore", "roused to anger; - Mark Twain", "sore"], ["unrestrained", "marked by uncontrolled excitement or emotion", "unrestrained"], ["delirious", "marked by uncontrolled excitement or emotion", "delirious"], ["brainsick", "affected with madness or insanity", "brainsick"], ["mad", "very foolish", "mad"], ["insane", "very foolish", "insane"], ["unhinged", "affected with madness or insanity", "unhinged"], ["disturbed", "affected with madness or insanity", "disturbed"], ["sick", "affected with madness or insanity", "sick"], ["demented", "affected with madness or insanity", "demented"], ["excited", "marked by uncontrolled excitement or emotion", "excited"], ["frantic", "marked by uncontrolled excitement or emotion", "frantic"], ["harebrained", "very foolish", "harebrained"], ["crazy", "affected with madness or insanity", "crazy"]]}, {"answer": "offerer", "hint": "synonyms for offerer", "clues": [["cancelled", "(of events) no longer planned or scheduled", "cancelled"], ["off", "(of events) no longer planned or scheduled", "off"], ["sour", "in an unpalatable state", "sour"], ["turned", "in an unpalatable state", "turned"]]}, {"answer": "out-and-outer", "hint": "synonyms for out-and-outer", "clues": [["sheer", "complete and without restriction or qualification; sometimes used informally as intensifiers", "sheer"], ["absolute", "complete and without restriction or qualification; sometimes used informally as intensifiers", "absolute"], ["out-and-out", "complete and without restriction or qualification; sometimes used informally as intensifiers", "out-and-out"], ["rank", "complete and without restriction or qualification; sometimes used informally as intensifiers", "rank"], ["downright", "complete and without restriction or qualification; sometimes used informally as intensifiers", "downright"], ["right-down", "complete and without restriction or qualification; sometimes used informally as intensifiers", "right-down"]]}, {"answer": "perfecter", "hint": "synonyms for perfecter", "clues": [["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["utter", "without qualification; used informally as (often pejorative) intensifiers", "utter"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"]]}, {"answer": "rasher", "hint": "synonyms for rasher", "clues": [["rash", "marked by defiant disregard for danger or consequences; ; -Macaulay", "rash"], ["heady", "marked by defiant disregard for danger or consequences; ; -Macaulay", "heady"], ["foolhardy", "marked by defiant disregard for danger or consequences; ; -Macaulay", "foolhardy"], ["reckless", "marked by defiant disregard for danger or consequences; ; -Macaulay", "reckless"]]}, {"answer": "rounder", "hint": "synonyms for rounder", "clues": [["circular", "having a circular shape", "circular"], ["pear-shaped", "(of sounds) full and rich", "pear-shaped"], ["round", "having a circular shape", "round"], ["orotund", "(of sounds) full and rich", "orotund"]]}, {"answer": "screwballer", "hint": "synonyms for screwballer", "clues": [["crazy", "foolish; totally unsound", "crazy"], ["half-baked", "foolish; totally unsound", "half-baked"], ["softheaded", "foolish; totally unsound", "softheaded"], ["screwball", "foolish; totally unsound", "screwball"]]}, {"answer": "secreter", "hint": "synonyms for secreter", "clues": [["secret", "the next to highest level of official classification for documents", "secret"], ["hugger-mugger", "conducted with or marked by hidden aims or methods", "hugger-mugger"], ["hush-hush", "conducted with or marked by hidden aims or methods", "hush-hush"], ["mysterious", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mysterious"], ["unavowed", "not openly made known", "unavowed"], ["underground", "conducted with or marked by hidden aims or methods", "underground"], ["cloak-and-dagger", "conducted with or marked by hidden aims or methods", "cloak-and-dagger"], ["mystic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "mystic"], ["clandestine", "conducted with or marked by hidden aims or methods", "clandestine"], ["hidden", "designed to elude detection", "hidden"], ["orphic", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "orphic"], ["undercover", "conducted with or marked by hidden aims or methods", "undercover"], ["secluded", "hidden from general view or use", "secluded"], ["surreptitious", "conducted with or marked by hidden aims or methods", "surreptitious"], ["occult", "having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding", "occult"], ["privy", "hidden from general view or use", "privy"], ["private", "not expressed", "private"], ["confidential", "(of information) given in confidence or in secret", "confidential"], ["hole-and-corner", "conducted with or marked by hidden aims or methods", "hole-and-corner"]]}, {"answer": "securer", "hint": "synonyms for securer", "clues": [["untroubled", "free from fear or doubt; easy in mind", "untroubled"], ["safe", "financially sound", "safe"], ["secure", "immune to attack; incapable of being tampered with", "secure"], ["good", "financially sound", "good"], ["unassailable", "immune to attack; incapable of being tampered with", "unassailable"], ["impregnable", "immune to attack; incapable of being tampered with", "impregnable"], ["inviolable", "immune to attack; incapable of being tampered with", "inviolable"], ["dependable", "financially sound", "dependable"], ["unattackable", "immune to attack; incapable of being tampered with", "unattackable"], ["strong", "immune to attack; incapable of being tampered with", "strong"], ["unafraid", "free from fear or doubt; easy in mind", "unafraid"]]}, {"answer": "sharper", "hint": "synonyms for sharper", "clues": [["sharp", "(of something seen or heard) clearly defined", "sharp"], ["penetrative", "having or demonstrating ability to recognize or draw fine distinctions", "penetrative"], ["precipitous", "extremely steep", "precipitous"], ["knifelike", "having or demonstrating ability to recognize or draw fine distinctions", "knifelike"], ["penetrating", "having or demonstrating ability to recognize or draw fine distinctions", "penetrating"], ["keen", "having or demonstrating ability to recognize or draw fine distinctions", "keen"], ["astute", "marked by practical hardheaded intelligence", "astute"], ["needlelike", "ending in a sharp point", "needlelike"], ["piercing", "having or demonstrating ability to recognize or draw fine distinctions", "piercing"], ["sharp-worded", "harsh", "sharp-worded"], ["acuate", "ending in a sharp point", "acuate"], ["discriminating", "having or demonstrating ability to recognize or draw fine distinctions", "discriminating"], ["shrewd", "marked by practical hardheaded intelligence", "shrewd"], ["tart", "harsh", "tart"], ["incisive", "having or demonstrating ability to recognize or draw fine distinctions", "incisive"], ["abrupt", "extremely steep", "abrupt"], ["shrill", "having or emitting a high-pitched and sharp tone or tones", "shrill"], ["crisp", "(of something seen or heard) clearly defined", "crisp"]]}, {"answer": "sixer", "hint": "synonyms for sixer", "clues": [["6", "denoting a quantity consisting of six items or units", "6"], ["half-dozen", "denoting a quantity consisting of six items or units", "half-dozen"], ["vi", "denoting a quantity consisting of six items or units", "vi"], ["six", "denoting a quantity consisting of six items or units", "six"]]}, {"answer": "slicker", "hint": "synonyms for slicker", "clues": [["silky", "having a smooth, gleaming surface reflecting light", "silky"], ["silken", "having a smooth, gleaming surface reflecting light", "silken"], ["tricksy", "marked by skill in deception", "tricksy"], ["sleek", "having a smooth, gleaming surface reflecting light", "sleek"], ["crafty", "marked by skill in deception", "crafty"], ["glib", "having only superficial plausibility", "glib"], ["foxy", "marked by skill in deception", "foxy"], ["silklike", "having a smooth, gleaming surface reflecting light", "silklike"], ["slick", "having a smooth, gleaming surface reflecting light", "slick"], ["wily", "marked by skill in deception", "wily"], ["pat", "having only superficial plausibility", "pat"], ["cunning", "marked by skill in deception", "cunning"], ["sly", "marked by skill in deception", "sly"], ["satiny", "having a smooth, gleaming surface reflecting light", "satiny"], ["dodgy", "marked by skill in deception", "dodgy"], ["knavish", "marked by skill in deception", "knavish"], ["guileful", "marked by skill in deception", "guileful"]]}, {"answer": "smoother", "hint": "synonyms for smoother", "clues": [["smooth", "of motion that runs or flows or proceeds without jolts or turbulence", "smooth"], ["suave", "smoothly agreeable and courteous with a degree of sophistication", "suave"], ["quiet", "(of a body of water) free from disturbance by heavy waves", "quiet"], ["placid", "(of a body of water) free from disturbance by heavy waves", "placid"], ["bland", "smoothly agreeable and courteous with a degree of sophistication", "bland"], ["fluent", "smooth and unconstrained in movement", "fluent"], ["politic", "smoothly agreeable and courteous with a degree of sophistication", "politic"], ["tranquil", "(of a body of water) free from disturbance by heavy waves", "tranquil"], ["fluid", "smooth and unconstrained in movement", "fluid"], ["legato", "(music) without breaks between notes; smooth and connected", "legato"], ["still", "(of a body of water) free from disturbance by heavy waves", "still"], ["liquid", "smooth and unconstrained in movement", "liquid"], ["unruffled", "(of a body of water) free from disturbance by heavy waves", "unruffled"]]}, {"answer": "sounder", "hint": "synonyms for sounder", "clues": [["sound", "exercising or showing good judgment", "sound"], ["intelligent", "exercising or showing good judgment", "intelligent"], ["level-headed", "exercising or showing good judgment", "level-headed"], ["profound", "(of sleep) deep and complete", "profound"], ["healthy", "exercising or showing good judgment", "healthy"], ["reasoned", "logically valid", "reasoned"], ["wakeless", "(of sleep) deep and complete", "wakeless"], ["good", "in excellent physical condition", "good"], ["effectual", "having legal efficacy or force", "effectual"], ["heavy", "(of sleep) deep and complete", "heavy"], ["well-grounded", "logically valid", "well-grounded"], ["legal", "having legal efficacy or force", "legal"]]}, {"answer": "sparer", "hint": "synonyms for sparer", "clues": [["spare", "more than is needed, desired, or required", "spare"], ["supernumerary", "more than is needed, desired, or required", "supernumerary"], ["trim", "thin and fit", "trim"], ["unembellished", "lacking embellishment or ornamentation", "unembellished"], ["excess", "more than is needed, desired, or required", "excess"], ["surplus", "more than is needed, desired, or required", "surplus"], ["scanty", "lacking in amplitude or quantity", "scanty"], ["supererogatory", "more than is needed, desired, or required", "supererogatory"], ["redundant", "more than is needed, desired, or required", "redundant"], ["bare", "lacking in amplitude or quantity", "bare"], ["superfluous", "more than is needed, desired, or required", "superfluous"], ["extra", "more than is needed, desired, or required", "extra"], ["plain", "lacking embellishment or ornamentation", "plain"], ["free", "not taken up by scheduled activities", "free"], ["unornamented", "lacking embellishment or ornamentation", "unornamented"]]}, {"answer": "squatter", "hint": "synonyms for squatter", "clues": [["chunky", "short and thick; as e.g. having short legs and heavy musculature", "chunky"], ["underslung", "having a low center of gravity; built low to the ground", "underslung"], ["low-set", "short and thick; as e.g. having short legs and heavy musculature", "low-set"], ["squatty", "short and thick; as e.g. having short legs and heavy musculature", "squatty"], ["squat", "having a low center of gravity; built low to the ground", "squat"], ["dumpy", "short and thick; as e.g. having short legs and heavy musculature", "dumpy"], ["stumpy", "short and thick; as e.g. having short legs and heavy musculature", "stumpy"]]}, {"answer": "squinter", "hint": "synonyms for squinter", "clues": [["sidelong", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "sidelong"], ["squinty", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squinty"], ["askant", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askant"], ["squint-eyed", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "squint-eyed"], ["askance", "(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; - Elizabeth Bowen", "askance"]]}, {"answer": "steeper", "hint": "synonyms for steeper", "clues": [["extortionate", "greatly exceeding bounds of reason or moderation", "extortionate"], ["unconscionable", "greatly exceeding bounds of reason or moderation", "unconscionable"], ["usurious", "greatly exceeding bounds of reason or moderation", "usurious"], ["outrageous", "greatly exceeding bounds of reason or moderation", "outrageous"], ["steep", "greatly exceeding bounds of reason or moderation", "steep"], ["exorbitant", "greatly exceeding bounds of reason or moderation", "exorbitant"]]}, {"answer": "stranger", "hint": "synonyms for stranger", "clues": [["foreign", "relating to or originating in or characteristic of another place or part of the world", "foreign"], ["strange", "relating to or originating in or characteristic of another place or part of the world", "strange"], ["unknown", "not known before", "unknown"], ["unusual", "being definitely out of the ordinary and unexpected; slightly odd or even a bit weird", "unusual"]]}, {"answer": "tangier", "hint": "synonyms for tangier", "clues": [["tangy", "tasting sour like a lemon", "tangy"], ["lemony", "tasting sour like a lemon", "lemony"], ["sourish", "tasting sour like a lemon", "sourish"], ["tart", "tasting sour like a lemon", "tart"], ["lemonlike", "tasting sour like a lemon", "lemonlike"]]}, {"answer": "thinner", "hint": "synonyms for thinner", "clues": [["thin", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "thin"], ["sparse", "not dense", "sparse"], ["slender", "very narrow", "slender"], ["slight", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "slight"], ["fragile", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "fragile"], ["flimsy", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "flimsy"], ["tenuous", "lacking substance or significance; ; ; ; a fragile claim to fame\"", "tenuous"], ["lean", "lacking excess flesh; ; -Shakespeare", "lean"]]}, {"answer": "trimester", "hint": "synonyms for trimester", "clues": [["trig", "neat and smart in appearance", "trig"], ["trim", "of places; characterized by order and neatness; free from disorder", "trim"], ["spare", "thin and fit", "spare"], ["tailored", "severely simple in line or design", "tailored"], ["clean-cut", "neat and smart in appearance", "clean-cut"], ["shipshape", "of places; characterized by order and neatness; free from disorder", "shipshape"], ["well-kept", "of places; characterized by order and neatness; free from disorder", "well-kept"]]}, {"answer": "trimmer", "hint": "synonyms for trimmer", "clues": [["trig", "neat and smart in appearance", "trig"], ["trim", "of places; characterized by order and neatness; free from disorder", "trim"], ["spare", "thin and fit", "spare"], ["tailored", "severely simple in line or design", "tailored"], ["clean-cut", "neat and smart in appearance", "clean-cut"], ["shipshape", "of places; characterized by order and neatness; free from disorder", "shipshape"], ["well-kept", "of places; characterized by order and neatness; free from disorder", "well-kept"]]}, {"answer": "twiner", "hint": "synonyms for twiner", "clues": [["matching", "being two identical", "matching"], ["twinned", "being two identical", "twinned"], ["duplicate", "being two identical", "duplicate"], ["twin", "being two identical", "twin"]]}, {"answer": "utterer", "hint": "synonyms for utterer", "clues": [["utter", "complete", "utter"], ["dead", "complete", "dead"], ["double-dyed", "without qualification; used informally as (often pejorative) intensifiers", "double-dyed"], ["pure", "without qualification; used informally as (often pejorative) intensifiers", "pure"], ["unadulterated", "without qualification; used informally as (often pejorative) intensifiers", "unadulterated"], ["arrant", "without qualification; used informally as (often pejorative) intensifiers", "arrant"], ["thoroughgoing", "without qualification; used informally as (often pejorative) intensifiers", "thoroughgoing"], ["everlasting", "without qualification; used informally as (often pejorative) intensifiers", "everlasting"], ["staring", "without qualification; used informally as (often pejorative) intensifiers", "staring"], ["stark", "without qualification; used informally as (often pejorative) intensifiers", "stark"], ["gross", "without qualification; used informally as (often pejorative) intensifiers", "gross"], ["consummate", "without qualification; used informally as (often pejorative) intensifiers", "consummate"], ["sodding", "without qualification; used informally as (often pejorative) intensifiers", "sodding"], ["complete", "without qualification; used informally as (often pejorative) intensifiers", "complete"], ["perfect", "without qualification; used informally as (often pejorative) intensifiers", "perfect"]]}, {"answer": "warmer", "hint": "synonyms for warmer", "clues": [["warm", "freshly made or left", "warm"], ["lovesome", "having or displaying warmth or affection", "lovesome"], ["tender", "having or displaying warmth or affection", "tender"], ["quick", "easily aroused or excited", "quick"], ["fond", "having or displaying warmth or affection", "fond"], ["affectionate", "having or displaying warmth or affection", "affectionate"], ["ardent", "characterized by strong enthusiasm", "ardent"], ["strong", "freshly made or left", "strong"]]}, {"answer": "wetter", "hint": "synonyms for wetter", "clues": [["fuddled", "very drunk", "fuddled"], ["sloshed", "very drunk", "sloshed"], ["stiff", "very drunk", "stiff"], ["wet", "containing moisture or volatile components", "wet"], ["cockeyed", "very drunk", "cockeyed"], ["sozzled", "very drunk", "sozzled"], ["pie-eyed", "very drunk", "pie-eyed"], ["soaked", "very drunk", "soaked"], ["pixilated", "very drunk", "pixilated"], ["blotto", "very drunk", "blotto"], ["pissed", "very drunk", "pissed"], ["besotted", "very drunk", "besotted"], ["soused", "very drunk", "soused"], ["slopped", "very drunk", "slopped"], ["smashed", "very drunk", "smashed"], ["blind drunk", "very drunk", "blind drunk"], ["plastered", "very drunk", "plastered"], ["crocked", "very drunk", "crocked"], ["loaded", "very drunk", "loaded"], ["tight", "very drunk", "tight"], ["squiffy", "very drunk", "squiffy"], ["lactating", "producing or secreting milk", "lactating"]]}, {"answer": "wilder", "hint": "synonyms for wilder", "clues": [["barbaric", "without civilizing influences; ; ; ; -Margaret Meade", "barbaric"], ["uncivilized", "without civilizing influences; ; ; ; -Margaret Meade", "uncivilized"], ["idle", "without a basis in reason or fact", "idle"], ["wild", "in a natural state; not tamed or domesticated or cultivated", "wild"], ["untamed", "in a natural state; not tamed or domesticated or cultivated", "untamed"], ["groundless", "without a basis in reason or fact", "groundless"], ["fantastic", "fanciful and unrealistic; foolish", "fantastic"], ["angry", "(of the elements) as if showing violent anger", "angry"], ["crazy", "intensely enthusiastic about or preoccupied with", "crazy"], ["barbarian", "without civilizing influences; ; ; ; -Margaret Meade", "barbarian"], ["unwarranted", "without a basis in reason or fact", "unwarranted"], ["savage", "without civilizing influences; ; ; ; -Margaret Meade", "savage"], ["furious", "(of the elements) as if showing violent anger", "furious"], ["hazardous", "involving risk or danger", "hazardous"], ["raging", "(of the elements) as if showing violent anger", "raging"], ["dotty", "intensely enthusiastic about or preoccupied with", "dotty"], ["gaga", "intensely enthusiastic about or preoccupied with", "gaga"], ["risky", "involving risk or danger", "risky"], ["waste", "located in a dismal or remote area; desolate", "waste"], ["violent", "(of colors or sounds) intensely vivid or loud", "violent"], ["baseless", "without a basis in reason or fact", "baseless"], ["raving mad", "talking or behaving irrationally", "raving mad"], ["unfounded", "without a basis in reason or fact", "unfounded"], ["tempestuous", "(of the elements) as if showing violent anger", "tempestuous"], ["godforsaken", "located in a dismal or remote area; desolate", "godforsaken"]]}, {"answer": "blither", "hint": "synonyms for blither", "clues": [["light-hearted", "carefree and happy and lighthearted", "light-hearted"], ["blithe", "carefree and happy and lighthearted", "blithe"], ["lightsome", "carefree and happy and lighthearted", "lightsome"], ["blithesome", "carefree and happy and lighthearted", "blithesome"]]}, {"answer": "flatter", "hint": "synonyms for flatter", "clues": [["categoric", "not modified or restricted by reservations", "categoric"], ["savorless", "lacking taste or flavor or tang", "savorless"], ["prostrate", "stretched out and lying at full length along the ground", "prostrate"], ["flat", "not reflecting light; not glossy", "flat"], ["insipid", "lacking taste or flavor or tang", "insipid"], ["compressed", "flattened laterally along the whole length (e.g., certain leafstalks or flatfishes)", "compressed"], ["flavourless", "lacking taste or flavor or tang", "flavourless"], ["matte", "not reflecting light; not glossy", "matte"], ["monotone", "sounded or spoken in a tone unvarying in pitch", "monotone"], ["bland", "lacking stimulating characteristics; uninteresting", "bland"], ["level", "having a surface without slope, tilt in which no part is higher or lower than another", "level"], ["two-dimensional", "lacking the expected range or depth; not designed to give an illusion or depth", "two-dimensional"], ["monotonous", "sounded or spoken in a tone unvarying in pitch", "monotonous"], ["plane", "having a surface without slope, tilt in which no part is higher or lower than another", "plane"], ["monotonic", "sounded or spoken in a tone unvarying in pitch", "monotonic"], ["unconditional", "not modified or restricted by reservations", "unconditional"], ["mat", "not reflecting light; not glossy", "mat"], ["vapid", "lacking taste or flavor or tang", "vapid"]]}], "portion": 0}] \ No newline at end of file
diff --git a/static/script.js b/static/script.js
index e11c098..198bd72 100644
--- a/static/script.js
+++ b/static/script.js
@@ -87,10 +87,19 @@ function consume(grp) {
}
var group = currentBoard[grp];
+ var cluesString = group.clues.map(x => x[0]).join(', ')
+ var defnsString = group.clues.map(clue => {
+ var full = getFull(clue);
+ var defn = full[1];
+ return `<strong>${full[2]}</strong>: <span class="definition">${defn}</span>`
+ }).join('<br>')
+
+ var s = `<details class="answerclue"><summary>${cluesString}</summary>${defnsString}</details>`;
+
document.getElementById('answers').innerHTML +=
`<div class="answer">
<div class="answerline">${group.hint} <a class="flag" href="#" x-flag="${group.hint}">[flag]</a></div>
- <div class="clues">${group.clues.map(renderAnswerClue).join('')}</div>
+ <div class="clues">${s}</div>
</div>`;
}
@@ -125,9 +134,9 @@ function checkGuess(selected) {
return [true, group];
}
-function renderAnswerClue(clue) {
- var s = `<details class="answerclue"><summary>${clue[0]}</summary><span class="definition">${clue[1]}</span></details>`;
- return s
+function getFull(clue) {
+ var [i, j, k] = clue[1];
+ return fullCorpus[i].groups[j].clues[k];
}
function serializeBoard(board) {